In [ ]:
import numpy as np
import pandas as pd
In [ ]:
resume_data= pd.read_excel(r"C:\\Users\\LAVANYA\\OneDrive\\Desktop\\Documents\\datasets\\Resume Ranking Data set.xlsx")
In [ ]:
resume_data
Out[ ]:
| accomplishments_segment | degree | education_segment | emails | job_titles | links | misc_segment | name | objectives_segment | phone | ... | text | university_0 | university_1 | university_2 | university_3 | university_4 | university_5 | url | work_experience | work_segment | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | NaN | MS , B.TECH , PhD | NaN | sutarvinayak2063@gmail.com | full stack developer , student | https://github.com/ramsuthar305/SIH2019 , http... | NaN | Prasad Nagar | NaN | +919309161108 | ... | VINAYAK \nSUTAR \nLinkedIn \n+91 9309161108 ... | national, mainpuri, uttar pradesh | college of arts, sundargarh, odisha | school of engineering, ernakulam, kerala | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 1 | NaN | B.E , MS , M.TECH | M.Tech. Data Science\nJSS Science And Technolo... | pooj.vs@gmail.com | software engineer | pooj.vs | 06/2017 – 07/2019\n07/2018 – 07/2019\nmailto:p... | Software Engineer | NaN | 7411786822 | ... | POOJA V S\nSoftware Engineer\nRich exposure to... | government, kandhamal, odisha | vidya vardhaka college of engineering, mysore,... | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | Merchandising System' using PL/SQL.\nmaintain ... |
| 2 | Successfully cleared and completed the course ... | MS , B.TECH , BS | Degree\nInstitute\nBoard/University\nYear\nPer... | khandelwal.ashwin5@gmail.com | NaN | https://www.linkedin.com/in/ashwin-khandelwal-... | NaN | Ashwin Khandelwal | I seek challenging environment to work in, tha... | 9462710290 | ... | Ashwin Khandelwal \n Email id – khand... | narsee monjee institute of management studies,... | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | Organization / Institute\nDescription\nBharat ... |
| 3 | NaN | B.E , MS , BS | NaN | NaN | work from home , support analyst , software an... | NaN | NaN | Computer Engineering | NaN | 919930485336 | ... | Assessment\nQ1. Why should you be hired for th... | master, medak, telangana | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 1.0 | NaN |
| 4 | NaN | MS , B.TECH , BS | NaN | NaN | work from home , classifier | https://github.com/ajay1013/Titanic-ML-from-Di... | NaN | Python | NaN | 918010295832 | ... | Assessment\nQ1. Why should you be hired for th... | greater noida institute of technology, gautam ... | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 1568 | NaN | B.E , MS , M.TECH | M.Tech (2019-2021) \n Digital Communication\nO... | gauravarora0320@gmail.com | branch manager , embedded software developer ,... | https://www.linkedin.com/in , https://grv20.gi... | NaN | Gaurav Arora | NaN | +919644527421 | ... | Gaurav Arora\nFull Stack Developer\ngauravaror... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 2.0 | \nApril 2020 – Present | Remote \n... |
| 1569 | NaN | MS , BS | NaN | hey@ayokunlepaul.dev | devops , senior android developer , team lead | com.gokada , https://play.google.com/store/app... | NaN | Ayokunle Paul | NaN | 9035350600 | ... | Ayokunle Paul\nLagos, Nigeria · hey@ayokunlepa... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 2.0 | Softcom Lagos, Nigeria\nSenior Android Develop... |
| 1570 | NaN | B.S , M.Sc , M.S , BS , MS | NaN | NaN | devops engineer , traffic manager , release ma... | https://freesearch.naukri.com/preview/printResume | NaN | DevOps Engineer | NaN | 17051313590 | ... | 10/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 12.0 | NaN |
| 1571 | NaN | MS | NaN | j.udaysaikiran@gmail.com | classifier | NaN | NaN | Udaya SaiKiran | NaN | +917569799250 | ... | Udaya SaiKiran.Jonnakuti \n +91-7569799250 ... | engineering college, ajmer, rajasthan | master, medak, telangana | r.k., shrawasti, uttar pradesh | s.r.k, firozabad, uttar pradesh | harshini degree college, hyderabad, telangana | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 1572 | NaN | BS | NaN | shindeyashshree@gmail.com | NaN | https://github.com/YashshreeShinde | NaN | D. Shinde | NaN | 9762552867 | ... | Yashshree D. Shinde \nC/104, Manas Sarovar Bl... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
1573 rows × 23 columns
EDA¶
In [ ]:
resume_data.describe()
Out[ ]:
| work_experience | |
|---|---|
| count | 719.000000 |
| mean | 46.827538 |
| std | 286.115572 |
| min | -3.000000 |
| 25% | 3.000000 |
| 50% | 4.000000 |
| 75% | 7.000000 |
| max | 2013.000000 |
In [ ]:
resume_data.dtypes
Out[ ]:
accomplishments_segment object degree object education_segment object emails object job_titles object links object misc_segment object name object objectives_segment object phone object projects_segment object skills object skills_segment object text object university_0 object university_1 object university_2 object university_3 object university_4 object university_5 object url object work_experience float64 work_segment object dtype: object
In [ ]:
duplicates = resume_data.duplicated(keep=False)
print(duplicates)
num_duplicates = duplicates.sum()
print(f"Number of duplicates: {num_duplicates}")
0 False
1 False
2 False
3 False
4 False
...
1568 False
1569 False
1570 False
1571 False
1572 False
Length: 1573, dtype: bool
Number of duplicates: 0
In [ ]:
resume_data=resume_data.rename(columns={'text':'assessment'})
In [ ]:
resume_data
Out[ ]:
| accomplishments_segment | degree | education_segment | emails | job_titles | links | misc_segment | name | objectives_segment | phone | ... | assessment | university_0 | university_1 | university_2 | university_3 | university_4 | university_5 | url | work_experience | work_segment | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | NaN | MS , B.TECH , PhD | NaN | sutarvinayak2063@gmail.com | full stack developer , student | https://github.com/ramsuthar305/SIH2019 , http... | NaN | Prasad Nagar | NaN | +919309161108 | ... | VINAYAK \nSUTAR \nLinkedIn \n+91 9309161108 ... | national, mainpuri, uttar pradesh | college of arts, sundargarh, odisha | school of engineering, ernakulam, kerala | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 1 | NaN | B.E , MS , M.TECH | M.Tech. Data Science\nJSS Science And Technolo... | pooj.vs@gmail.com | software engineer | pooj.vs | 06/2017 – 07/2019\n07/2018 – 07/2019\nmailto:p... | Software Engineer | NaN | 7411786822 | ... | POOJA V S\nSoftware Engineer\nRich exposure to... | government, kandhamal, odisha | vidya vardhaka college of engineering, mysore,... | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | Merchandising System' using PL/SQL.\nmaintain ... |
| 2 | Successfully cleared and completed the course ... | MS , B.TECH , BS | Degree\nInstitute\nBoard/University\nYear\nPer... | khandelwal.ashwin5@gmail.com | NaN | https://www.linkedin.com/in/ashwin-khandelwal-... | NaN | Ashwin Khandelwal | I seek challenging environment to work in, tha... | 9462710290 | ... | Ashwin Khandelwal \n Email id – khand... | narsee monjee institute of management studies,... | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | Organization / Institute\nDescription\nBharat ... |
| 3 | NaN | B.E , MS , BS | NaN | NaN | work from home , support analyst , software an... | NaN | NaN | Computer Engineering | NaN | 919930485336 | ... | Assessment\nQ1. Why should you be hired for th... | master, medak, telangana | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 1.0 | NaN |
| 4 | NaN | MS , B.TECH , BS | NaN | NaN | work from home , classifier | https://github.com/ajay1013/Titanic-ML-from-Di... | NaN | Python | NaN | 918010295832 | ... | Assessment\nQ1. Why should you be hired for th... | greater noida institute of technology, gautam ... | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 1568 | NaN | B.E , MS , M.TECH | M.Tech (2019-2021) \n Digital Communication\nO... | gauravarora0320@gmail.com | branch manager , embedded software developer ,... | https://www.linkedin.com/in , https://grv20.gi... | NaN | Gaurav Arora | NaN | +919644527421 | ... | Gaurav Arora\nFull Stack Developer\ngauravaror... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 2.0 | \nApril 2020 – Present | Remote \n... |
| 1569 | NaN | MS , BS | NaN | hey@ayokunlepaul.dev | devops , senior android developer , team lead | com.gokada , https://play.google.com/store/app... | NaN | Ayokunle Paul | NaN | 9035350600 | ... | Ayokunle Paul\nLagos, Nigeria · hey@ayokunlepa... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 2.0 | Softcom Lagos, Nigeria\nSenior Android Develop... |
| 1570 | NaN | B.S , M.Sc , M.S , BS , MS | NaN | NaN | devops engineer , traffic manager , release ma... | https://freesearch.naukri.com/preview/printResume | NaN | DevOps Engineer | NaN | 17051313590 | ... | 10/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 12.0 | NaN |
| 1571 | NaN | MS | NaN | j.udaysaikiran@gmail.com | classifier | NaN | NaN | Udaya SaiKiran | NaN | +917569799250 | ... | Udaya SaiKiran.Jonnakuti \n +91-7569799250 ... | engineering college, ajmer, rajasthan | master, medak, telangana | r.k., shrawasti, uttar pradesh | s.r.k, firozabad, uttar pradesh | harshini degree college, hyderabad, telangana | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 1572 | NaN | BS | NaN | shindeyashshree@gmail.com | NaN | https://github.com/YashshreeShinde | NaN | D. Shinde | NaN | 9762552867 | ... | Yashshree D. Shinde \nC/104, Manas Sarovar Bl... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
1573 rows × 23 columns
CLEANING¶
In [ ]:
# Display unique values in the name column to understand the issue
print(resume_data['name'].unique())
['Prasad Nagar' 'Software Engineer' 'Ashwin Khandelwal' 'Computer Engineering' '\ue9ab\ue9ab\ue9b0 Python' 'AKSHAY DESHBHRATAR' 'kaashiv infotech' 'IIT Roorkee' 'West Bengal' 'Apache Cassandra' 'Android Studio' 'Aaditya Singh' 'Aakash Singh' '2months i.e' 'Aashish Kumar' 'Aastha Patel' 'Data Science' 'Abbas Ismail' 'Abdeali Tin' 'Abdul Rahim' 'Abhilash Banerjee' 'Abhilash Kalva' '��' 'Samsung R&D' 'Year Degree' 'Black Professional' 'ADDIT IONAL' 'Abhishek Sharma' 'Machine Learning' 'Abhishek Kumar' 'Data Structures' 'Adarsh CHATURVEDI' 'Adarsh Kocherla' 'Aditya Pande' 'Aditya Mangal' 'Ahsan Ulhaq' 'Aiswarya Priyadarshini' 'Deep Learning' 'Ajay Phadtare' 'Akarsh Srivastava' 'TIMMAPURAM AKASH' 'Akash Rastogi' 'Akshata Naik' 'Akshay Kumbhar' 'Android App' 'Aman Kumar' 'Aman Verma' 'Backend Web' 'Amruta Chidri' 'P.O Kankol' 'Anamika Burbure' 'Google Cloud' 'Anand Singh' 'Anandu M' 'Computer Science' 'Ikechukwu Onah' 'Aniket Sharma' 'Animesh Nareda' 'Peer Mentor' 'Ankit Singh' 'Ankit Chaturvedi' 'Ankita Sareen' 'Ankita Kumari' 'Credit Card' 'Anshul Vaidya' 'Anshul Savla' 'Anshuman Mishra' 'SAP ABAP' 'Anurag Kotwal' 'Anushka Tangri' 'e-' 'Ghadge Anushka' 'Arindam Chatterjee' 'Arkajyoti Chakraborty' 'ARSHI SALIM' 'Ltd. Confidential' 'Arun Addagatla' 'Arun Vadivel' 'Arvind Patel' 'Aryaman Bahukhandi' 'Aryan Singh' 'Developing Android' 'Microsoft Word' '\ue9ab\ue9b0\ue9b0 Android' 'react js' 'Ashok V' 'B.E Degree' 'Atul Kumar' 'Atul Srivastava' 'Avani Bafna' 'Avishek Thapa' 'Avtar Singh' 'Android Development' 'Ayush Sinha' 'Ayushi Shrivastava' 'API Integration' 'Nuance India' 'Azhan Ali' 'Azim Alam' 'bennett University' 'Trident Academy' 'Business Analytics' 'Business Analyst' 'Bhanu Prakash' 'Anna University' 'Bhavya Thakkar' 'Bhawna Parwani' 'Bhawna Aggarwal' 'IIT Varanasi' 'Bhupendra Basera' 'Bibekjit Singh' 'Bindu G' 'Biswadeep Chakraborty' 'Chandan Das' 'O.P Jindal' 'Chandana Tulluru' 'Chandra Mouli' 'Linear Regression' 'MILIND PATIL' 'Chirag Patankar' 'app development' '12th October' 'FAZAL JAMADAR' 'Navya Raj' 'HARD WORKING' 'DHRUV CHADHA' 'DRISHTI AGARWAL' 'Darakshan Tarannom' 'Darshan Patel' 'Professional Cipher' 'Darshana Thakare' 'Debarshi Chakraborty' 'Debolina Chandra' 'Deendayal Gour' 'North york' 'Deepali Ghodki' 'CUSTOMER CHURN' 'R. Apart' 'Devi Charith' 'Dhairya Mehta' 'Dheeraj Rawool' 'Dhruvil Shah' 'Android SDK' 'Dinesh Kumar' 'Dipali Makadia' 'Div Anand' 'Divya Oswal' 'Divyam Makar' 'Dushyant Shrotriya' 'Dwarkesh Ojha' 'Ekata Kumari' 'Android Developer' 'Lynk Website' 'GAURAV KALITA' 'Franklin Moses' '\ue9ab\ue9ab\ue9ab Natural' 'Data Analytics' 'GOWTHAM B' 'Ganesha Hegde' 'Gaurav Goyal' 'Gaurav Balaji' 'Gopi Nath' 'Gourav Banerjee' 'Gowtham Naidu' 'Gowtham P' 'Gunjan Gala' 'Gurjeet Singh' '\ue9ab\ue9ab\ue9ab Android' 'HARSH MAHESHBHAI' 'Hafsa Farooq' 'Harbhajan Singh' 'Hardik Alagi' '\ue9ab\ue9ab\ue9b0 Android' 'Harsh Vardhan' 'Harsh Shah' 'Harshada Diwan' 'Python Data' 'Harshit Gupta' 'Harshit Pandya' 'Harshit Gautam' '\ue9ab\ue9ab\ue9ab Java' '\ue9ab\ue9ab\ue9ab MS\ue088Office' 'Hemangi Koli' 'Hemant Goswami' 'HePhzibah Watharkar' 'Hetal Joshi' 'Himalaya Kaushik' 'NbliK Network' 'Honest Raj' 'Honey Sungra' 'ISHA GUPTA' 'Inam Khan' 'Ishan Vaghani' '| Nashik' 'Jagrati Verma' 'Restaurant Management' 'Jaimeen Fumakiya' 'JAMES ODIPO' 'Janhavi Satpute' 'Android Developing' 'Mid-' 'Jaydeepsinh Parmar' 'Jeffrey Cardoza' 'Jesseraj Mathari' 'KANAKAMEDALA POOJITHA' 'KARAN K' 'Respected Sir' 'T ime' 'Kamalesh Mohapatra' 'Kamlesh Deshmukh' 'Google Lead' 'Karan Shrestha' 'Kartika Sharma' 'Kautuk Pohani' 'Kavita Joshi' 'Android Application' 'Kavya R' 'National Service' 'Online Medical' 'Keshav Sharma' 'DUDEKULA KHALEEL' 'Internshala Training' 'Krishanu Raj' 'Krutika Kuwar' 'Kshitija Naik' 'th Feb' 'Lalith Krishna' 'role.github Link' 'Lohith K' 'Lokaram Thabasu' 'Lokendra Singh' 'Lone Rohan' 'discreet mathematics' 'c java' 'Mali Nivedita' 'Manan Chhabra' 'Electrical Engineering' 'Mani Teja' 'Manish Mankar' 'Manisha Waghmare' 'Q Conneqt' 'Manu Singh' 'Engine Field' 'Maria K' 'Mayank Mangal' 'Mayuri Payar' 'Md Adnan' 'Md Azam' 'Computer Applications' 'Meghna Singhal' 'Oracle SQL' 'Mehul Bisht' 'Milan Bhadja' 'Mithun Swain' 'Mohammad Azhar' 'Mohammad Asif' 'Mohammad Moid' 'Quality Analyst' 'Mohit Aasopa' 'monogdb server' 'Mostafa Ahmed' 'Mrunal Saraf' 'Muskan Goel' 'SRM institute' 'NIKHIL YADAV' 'VISUSOFT COMPANY' 'Nachiket Kumbhare' 'Communication Navigation' 'Navya Sharma' 'lake company' 'User Experience' 'Neeraj Sharma' 'Neha Rani' 'Nidhi Joshi' 'Web Development' 'Nikhita Gupta' 'core java' 'Flutter Base' 'Power BI' 'Innovative Android' 'Nishant Bharat' 'Junior Software' 'Mobile App' 'Omkar Nadkarni' 'DL Experience' 'MSc Computer' 'Parag Khandelwal' 'Parth Raj' '\ue9ab\ue9ab\ue9b0 Computer' 'March 1st-4th' 'Payal Atre' 'UX Design' 'Pinaki Mahapatra' 'Pooja Murkumbi' 'Poonam Ashok' 'Prabir Senapati_LAMP_Developer' 'Prachi Nikalje' 'ThoughtWorks Technologies' 'Prakash Ranjan' 'Pranay Naredi' 'Computer Vision' 'Pranay Piyush' 'Prasanna Salvi' 'learning algo' 'Prateek Kalyani' 'android app' 'Prince Sharma' 'Prince Kumar' 'Prit Ranjan' 'Priti Nil' 'Priya Parab' 'Priyam Kakati' 'Priyansh Bhardwaj' 'Punam Tiwari' 'Puru Dhiman' 'RAJ KUVAR' 'Graph Analytics' 'Omaxe Royal' 'React JS' 'Keen Learner' 'Dice Game' 'Rahul Jha' 'Raj Potdar' 'Rajalakshmanan C' 'Rajalaxmi Katkam' 'Rakesh Das' 'JNTUH College' 'Recommendation System' 'MIT Art' 'Savitribai Phule' 'Ranjit Deshmukh' 'Ranjit Yadav' 'Rasika Shinde' 'Ratandeep Sharma' 'SQL Server' 'Ravi Tanti' 'SADASHIV NAGAR' 'Dear Sir' 'Mr. Nikhil' 'Kawsar Ahmed' nan 'Revathi T' 'Richie George' 'MS Excel' 'Ritik Tomar' 'Ritika Jalewa' 'technology Raipur' 'Binance Platform' 'Rohit Duggal' 'Roli Gautam' 'Ronit Kumar' 'Rubeel Taj' 'Rucha Patwardhan' 'Rupesh Singh' 'Android Studio(JAVA\ue082' 'Computer Engineer' 'Brain O' 'SRIKANTH K' 'SWETA NISHAD' 'Saba Haider' 'Sachin Saailesh' 'Sachin Bhandari' 'Sachin Gupta' 'Job Description' 'Sagar Vaishnava' '\ue9ab\ue9b0\ue9b0 Python' 'Sahil Kadian' 'Sai Jayanth' 'Sai Deep' 'Saigayithri Pasupuleti' 'Nepali Sign' 'Sakunthala Murugesan' 'Saloni Kumari' 'Samiksha Vernekar' 'Samridhi Kumari' 'Sana Haider' 'Sanju Singh' 'Data Analysis' 'Saransh Upadhyay' 'Artifical Intellegence' 'Sarthaki Chavan' 'Sathya Narayanan' 'Babasaheb Bhimrao' 'Satish Sahu' 'Satyabrata Panda' 'Pvt Ltd' 'Saubhagya Kushwaha' 'IIT BHU' 'Saurabh Kumar' 'Saurabh Dalakoti' 'Savitra Marathe' 'Sawan Ghosh' 'PROFESSIONAL SNAPSHOT' 'App Dev' 'Digital Marketing' 'Shailee Sharma' 'Technical Careers' '\ue9ab\ue9ab\ue9ab Python' 'Sharayu Sudhir' 'Shashank Tayal' 'Applied AI' 'Shashank Omar' 'Sherin Shibu' '\ue081NPTEL ELITE' 'ThoughtWorks Experience' 'Shiv Shankar' 'Daily Changes' 'Texas Instrument' 'Shrenik Jain' 'Shreya Roy' 'Shreyanshu Malviya' 'NIT Rourkela' 'Shruti Agrawal' 'Shubham Kohli' 'Shubham Uttam' 'NetProphet Cyberworks' 'Shubham Gomdhare' 'Shyam S' 'Siddharth Semani' 'Sidharth Soni' 'Pg dipoma' 'Smit Kumbhani' 'Snehashish Srivastava' 'Data Analyst' 'Github Profile' 'Sounak Das' 'Sourav Kumar' 'Sree Madhuchandra' 'Sreegeethi Devaguptam' 'Subhadeep Santra' 'Sudha Upadhyay' 'Sudheer Koneti' 'Artificial Intelligence' 'Suman Chaudhary' 'Sumeet Yadav' 'Sofware Engineer' 'Sumit Khedekar' 'Sunny Kumar' 'Sunnydayal Oraon' 'Supriya Yaddala' 'M.Sc data' 'Suranjana Sarkar' 'Suresh Shirse' datetime.datetime(2021, 3, 16, 0, 0) 'Sushil Kumar' 'Letterkenny Institute' 'Suvendu Chakrabarty' 'Swapnadip Halder' 'Swapnali Shankar' 'Swarup Saha' 'Swati S.' 'AWS EC2' 'Swati Potale' 'Tabrez Mohammed' 'Thopucherla Revanth' 'Thota Pavan' 'Sr.' 'Enthusiastic Computer' 'Tushar Gupta' 'Tushar Rawat' 'Udit Chawla' 'Ulgari Akshita' 'Python Developer' 'Umang Waghela' 'Utkarsh Awasthi' 'Utkarsh Varshney' 'Utkarsha Sadaphal' "SIH'19 Mentor" 'Super Resolution' 'Uzma Ali' 'S Harini' '\ue9ab\ue9ab\ue9b0 AngularJS' 'VISAI Shivani' 'MACHINE LEARNING' 'Vaibhav Mahajan' 'Vaibhavi Makwana' 'NSIT DELHI' 'Varan S.' 'Varun Irani' 'Veda Sai' 'Vedant Chavan' 'Veena Joglekar' 'Veerender Reddy' 'Vibha Thakur' 'Vibhashri Sole' 'Python Language' 'Vibhuti Jain' 'Vidya Sagar' 'Vignesh Reddy' 'Learning App' 'Vijayadurga Koneru' 'Vijeti Rathod' 'Post Graduation' 'Vikash Choudhary' 'Vinit Prajapati' 'Google Maps' 'devnagri handwritten' 'Vivekanandan Ranganathan' 'Waqqas Khusraw' 'Operating Systems' 'Yash Agrawal' 'Yash Naik' 'Yash Mudiraj' '\ue9ab\ue9ab\ue9ab Kotlin' 'HIGHLY PASSIONATE' 'api ai' 'Sample Android' 'Yogesh Kumar' 'Yojana Gangurde' 'Yunus Khan' 'Zeeshan Uddin' 'ASHOK PATEL' 'Full Stack' 'Pooja Mahadev' 'Functional Area' 'Team Lead-' 'IT Software' 'Senior Java' 'Infosys Limited' 'Senior Project' 'NodeJS Developer' 'Principal Engineer' 'Senior Systems' 'Lead Engineer' 'Chief Backend' 'Senior Technical' 'Linux Admin' 'Software Development' 'Senior Consultant' 'TATA Consultancy' 'Technical Staff' 'Primus Software' '-Software Development' 'Staff Software' 'Lead Analyst' 'Senior Professional' 'Associate Software' 'Current Company' 'Exceleron Pvt' 'Impetus Technologies' 'Senior Devops' 'Solution Architect' 'Vice President' 'Devops Engineer' 'Aris Global' 'Senior Manager' 'Project Manager' 'Capgemini Technology' 'Interra Systems' 'Atmecs Technologies' 'Associate Java' 'Senior Technology' 'Technology Specialist' 'GEP Worldwide' 'Tech Architect-' 'Technical Architect' 'PricewaterhouseCoopers Services' 'Senior Data' 'Screen Magic' 'Javascript Developer' 'Synergy Tech' 'Technical Lead' 'Ultria Software' 'Senior Infra' 'Customer Success' 'Data Scientist' 'TATA Singapore' 'Java Full' 'Senior Software' 'Business Technology' 'Security Intelligence' 'System Analyst' 'UI Developer' 'Java Lead' 'Associate Level' 'Senior Engineering' 'Notice Period' 'Java Developer' 'Project Engineer' 'Technical Head' 'Senior Manager-' 'Associate Technical' 'Assistant Manager' 'Senior Network' 'Senior Solution' 'Software Principal' 'Big Data' 'Application Development' 'Product Management' 'Database Tech' 'AWS Solution' 'Cyber Security' 'Product Development' 'Principal Software' 'DevOps Architect' 'Altran Technologies' 'Senior Engineer' 'Backend Developer' 'Senior Associate' 'Microsoft Corporation' 'Product Engineer' 'System Engineer' 'Accenture Solution' 'Taazaa Tech' 'Fareportal India' 'UI Engineer' 'SalesTrendz Corporation' 'SALESFORCE Palanntech' 'Android Trainee' 'React Native' 'Technical Leader' 'Design Engineer' 'Al Foah' 'Cloud Native' 'React Developer' 'Airtel Africa' 'Telus International' 'Mumbai Suburbs' 'Extramarks Education' 'Digital Private' 'EDC Creative' 'Cognizant Technology' 'Beckman Coulter' 'Cloud Data' 'Team Leader' 'Cerner Healthcare' 'Research Engineer' 'NeoSoft Technologies' 'Product Owner' 'Senior Engineer-' 'PwC India' 'Virtual Engineering' 'Trainee Consultant' 'ABM WEB' 'Tech Mahindra' 'IT Analyst' 'Senior Developer' 'Associate Engineer' 'Applications Developer' 'Engineer- Application' 'Member Technical' 'Advanced JavaScript' 'Mantra Labs' 'D Institute' 'Technology Analyst' 'IBS Software' 'MicroGenesis Techsoft' 'IO Connect' 'Apprentice Leader' 'MSys Tech' 'Mindtree Limited' 'ITC InfoTech' 'AsknBld Innovation' 'Mobile Programming' 'Current Designation' 'Capgemini India' 'Gruppo Banca' 'CAPGEMINI Technology' 'Presales Consultant' 'Senior Ui' 'Vitech Systems' 'GGK Technologies' 'App Software' 'Zyla Health' 'UI UX' 'Badve Engineering' 'Deloitte Shared' 'Sopra Steria' 'Assistant Consultant' 'JP Morgan' 'Sr Manager' 'Synergenie Solutions' 'Tata Consultancy' 'Operations Analyst' 'Rae Bareli' 'Associate Buyer' 'Senior Executive' 'Vendas Solutions' 'Design Automation' 'Senior Talent' 'Cloud Engineer' 'DB Xento' 'TSYS Payment' 'Daffodil Software' 'Developer Specialist' 'UST Global' 'Project Coordinator' 'GENPACT India' 'Associate Credit' 'Credit Analyst' 'Chief Manager' 'Associate Vice' 'Engagement Manager' 'Business Team' 'Development Manager' 'Shared Services' 'QA Analyst' 'Customer Service' 'Accenture Solutions' 'Manager- Recruitment' 'Assistant Vice' 'QUINNOX CONSULTANCIES' 'Global Services' 'Crystal BI' 'AWS Engineer' 'DevOps Engineer' 'Middleware Engineer' 'Enterprise Architect' 'AWS GCP' 'Manager Service' 'Program Manager' 'AWS Cloud' 'Aricon Software' 'AWS Big' 'TIBCO Consultant' 'IMMEDIATE JOINER' 'HalSys IT' 'Fiserv India' 'Informatica Etl' 'Goldman Sachs' 'AWS DevOps' 'AWS Administrator' 'AWS Operational' 'VMware AWS' 'S4HANA Solution' 'Aws Administrator' 'Senior DevOps' 'Aws Solution' 'Cloud Ops' 'Cloud Consultant' 'Quantiphi Analytics' 'Domain Security' 'Cloud Infrastructure' 'Happ Media' 'Python Product' 'Hexaware Technologies' 'Senior Architect' 'Navi Mumbai' 'Program Director' 'IOT Operations' 'Senior Database' 'Associate Consultant-' 'Technical Specialist' 'Senior Business' 'Cloud Server' 'Investis Corporate' 'Technical Support' 'Support Escalation' 'Technical Manager' 'Deputy Manager' 'Shanti InfoTech' 'Advisor -Cloud' 'Technical Achitect' 'Prokarma Softech' 'Sr Tech' 'Lead Technical' 'Technical Service' 'Cloud Solution' 'Data Engineer' 'Assistant Product' 'Services Delivery' 'Senior Backend' 'Senior Delivery' 'Senior Site' 'Senior Application' 'Think Analytics' 'User Computing' 'Solutions Pvt' 'Security Engineer' 'IT Services' 'Cloud Specialist' 'Enterprise Solution' 'Suventure Services' 'Lead Manager' 'Enterprise System' 'Senior System' 'Infrastructure Engineering' 'Cloud OPS' 'Multi Solutioning' 'AWS SysOps' 'Team Lead' 'Trejhara Solutions' 'Director -Cloud' 'Service Delivery' 'VAK Software' 'Senior Advisor' 'Cloud Operations' 'Principal Security' 'Strategy M&A' 'Associate Consultant' 'Platforms Division' 'Windows Server' 'System Engineer-' 'Cloud Administrator' 'Strategic Architect' 'Tata Communications' 'Digital Product' 'Infra Developer' 'Manager -Infra' 'Network Specialist' 'RR Donnelley' 'Head BizApps' 'Sr Member' 'DXC Technology' 'Authentication Services' 'Data Engineering' 'Senior Cloud' 'Lead Cloud' 'Managing Director-' 'Project Delivery' 'Platform Development' 'Chief Information' 'McAfee Software' 'Yazaki India' 'Pricipal Member' 'Technical Solutions' 'Nagarro Software' 'Cloud- DevOps' 'Assistant General' 'IT Project' 'Blue Lotus' 'Scrum Master' 'Regional Project' 'Senior Specialist' 'Cloud Architect' 'Devops Consultant' 'Lead Solution' 'BDL Technology' 'Assistant Systems' 'DevOps Developer' 'Coforge Limited' 'Science Logic' 'IT Linux' 'Cloud Support' 'Cloud Devops' 'Cloud Infra' 'Test Architect' 'Developer Senior' 'Assistant System' 'Support Service-' 'Cloud DevOps' 'System Administration' 'Linux System' 'Technical Lead-' 'Zest Solution' 'IT Operations' 'Jira Atlassian' 'Solution Delivery' 'Manager Technical' 'AI ML' 'Lead Administrator' 'Development Engineer' 'Director Engineering' 'Head IT' 'Release Manager' 'Python Backend' 'Linux Administrator' 'DEVOPS ENGINEER' 'SDS Concession' 'Bigdata Architect' 'Senior Service' 'SalesForce Admin' 'Test Engineer' 'Salesforce Senior' 'Nanostuffs Technology' 'HANA Technical' 'HANA Consultant' 'BW HANA' 'PROJECT LEAD' 'SAC Senior' 'Sap Hana' 'Technical Delivery' 'SAP Certified' 'SAP Basis' 'Sap Bw' 'Technical Program' 'Basis HANA' 'SAP Analytics' 'SAP Senior' 'RPA Developer' 'Financial Analysis' 'RPA Business' 'UI Path' 'RPA Delivery' 'Automation Engineer' 'Virtusa Consulting' 'DELIVERY TRANSFORMATION' 'RPA Solution' 'Wipro Limited' 'General Manager' 'System Integration' 'RPA Project' 'TECHNOLOGY ANALYST' 'Sitecore Team' 'Senior Platform' 'Associate Architect' 'Associate Manager' 'Nisum Consulting' 'Delivery Manager' 'Royal Philips' 'Distinguished Engineer' 'IIB Application' 'Technology Delivery' 'Synechron Technologies' 'Lead Architect' 'Technology Architect' 'Module Lead-' 'Tech Lead/' 'Staff Engineer' 'Torry Harris' 'Chief Architect' 'SOLUTIONS HEAD' 'Engineering Leader' 'LifeCell International' 'Digital Merchandiser' 'Web Developer' 'Head Digital' 'Echidna Software' 'House Coopers' 'Senior Operation' 'Crestech Software' 'Devops Engineering' 'Chief Technical' 'Manager Product' 'Tower Lead' 'Ecommerce Pvt' 'Technical Content' 'General Merchandise)-' 'Kiwi Technologies' 'VTrans India' 'Security Services' 'Technical Team' 'Gaurav Arora' 'Ayokunle Paul' 'Udaya SaiKiran' 'D. Shinde']
In [ ]:
real_names = ['Prasad Nagar', 'Ashwin Khandelwal', 'AKSHAY DESHBHRATAR',
'Aaditya Singh', 'Aakash Singh', 'Aashish Kumar', 'Aastha Patel',
'Abbas Ismail', 'Abdeali Tin', 'Abdul Rahim', 'Abhilash Banerjee',
'Abhilash Kalva', 'Abhishek Sharma', 'Abhishek Kumar', 'Adarsh CHATURVEDI',
'Adarsh Kocherla', 'Aditya Pande', 'Aditya Mangal', 'Ahsan Ulhaq',
'Aiswarya Priyadarshini', 'Ajay Phadtare', 'Akarsh Srivastava', 'TIMMAPURAM AKASH',
'Akash Rastogi', 'Akshata Naik', 'Akshay Kumbhar', 'Aman Kumar', 'Aman Verma',
'Amruta Chidri', 'P.O Kankol', 'Anamika Burbure', 'Anand Singh', 'Anandu M',
'Aniket Sharma', 'Animesh Nareda', 'Ankit Singh', 'Ankit Chaturvedi', 'Ankita Sareen',
'Ankita Kumari', 'Anshul Vaidya', 'Anshul Savla', 'Anshuman Mishra', 'Anurag Kotwal',
'Anushka Tangri', 'Ghadge Anushka', 'Arindam Chatterjee', 'Arkajyoti Chakraborty',
'ARSHI SALIM', 'Arun Addagatla', 'Arun Vadivel', 'Arvind Patel', 'Aryaman Bahukhandi',
'Aryan Singh', 'Ashok V', 'Atul Kumar', 'Atul Srivastava', 'Avani Bafna', 'Avishek Thapa',
'Avtar Singh', 'Ayush Sinha', 'Ayushi Shrivastava', 'Azhan Ali', 'Azim Alam',
'Bhanu Prakash', 'Bhavya Thakkar', 'Bhawna Parwani', 'Bhawna Aggarwal', 'Bhupendra Basera',
'Bibekjit Singh', 'Bindu G', 'Biswadeep Chakraborty', 'Chandan Das', 'O.P Jindal',
'Chandana Tulluru', 'Chandra Mouli', 'MILIND PATIL', 'Chirag Patankar', 'FAZAL JAMADAR',
'Navya Raj', 'DHRUV CHADHA', 'DRISHTI AGARWAL', 'Darakshan Tarannom', 'Darshan Patel',
'Darshana Thakare', 'Debarshi Chakraborty', 'Debolina Chandra', 'Deendayal Gour',
'Deepali Ghodki', 'Devi Charith', 'Dhairya Mehta', 'Dheeraj Rawool', 'Dhruvil Shah',
'Dinesh Kumar', 'Dipali Makadia', 'Div Anand', 'Divya Oswal', 'Divyam Makar',
'Dushyant Shrotriya', 'Dwarkesh Ojha', 'Ekata Kumari', 'GAURAV KALITA', 'Franklin Moses',
'Ganesha Hegde', 'Gaurav Goyal', 'Gaurav Balaji', 'Gopi Nath', 'Gourav Banerjee',
'Gowtham Naidu', 'Gowtham P', 'Gunjan Gala', 'Gurjeet Singh', 'HARSH MAHESHBHAI',
'Hafsa Farooq', 'Harbhajan Singh', 'Hardik Alagi', 'Harsh Vardhan', 'Harsh Shah',
'Harshada Diwan', 'Harshit Gupta', 'Harshit Pandya', 'Harshit Gautam', 'Hemangi Koli',
'Hemant Goswami', 'HePhzibah Watharkar', 'Hetal Joshi', 'Himalaya Kaushik', 'Honest Raj',
'Honey Sungra', 'ISHA GUPTA', 'Inam Khan', 'Ishan Vaghani', 'Jagrati Verma',
'Jaimeen Fumakiya', 'JAMES ODIPO', 'Janhavi Satpute', 'Jaydeepsinh Parmar',
'Jeffrey Cardoza', 'Jesseraj Mathari', 'KANAKAMEDALA POOJITHA', 'KARAN K',
'Kamalesh Mohapatra', 'Kamlesh Deshmukh', 'Karan Shrestha', 'Kartika Sharma',
'Kautuk Pohani', 'Kavita Joshi', 'Kavya R', 'Keshav Sharma', 'DUDEKULA KHALEEL',
'Krishanu Raj', 'Krutika Kuwar', 'Kshitija Naik', 'Lalith Krishna', 'Lohith K',
'Lokaram Thabasu', 'Lokendra Singh', 'Lone Rohan', 'Mali Nivedita', 'Manan Chhabra',
'Mani Teja', 'Manish Mankar', 'Manisha Waghmare', 'Manu Singh', 'Maria K',
'Mayank Mangal', 'Mayuri Payar', 'Md Adnan', 'Md Azam', 'Meghna Singhal',
'Mehul Bisht', 'Milan Bhadja', 'Mithun Swain', 'Mohammad Azhar', 'Mohammad Asif',
'Mohammad Moid', 'Mohit Aasopa', 'Mostafa Ahmed', 'Mrunal Saraf', 'Muskan Goel',
'NIKHIL YADAV', 'Nachiket Kumbhare', 'Navya Sharma', 'Neeraj Sharma', 'Neha Rani',
'Nidhi Joshi', 'Nikhita Gupta', 'Nishant Bharat', 'Omkar Nadkarni', 'Parag Khandelwal',
'Parth Raj', 'Payal Atre', 'Pinaki Mahapatra', 'Pooja Murkumbi', 'Poonam Ashok',
'Prabir Senapati', 'Prachi Nikalje', 'Prakash Ranjan', 'Pranay Naredi', 'Pranay Piyush',
'Prasanna Salvi', 'Prateek Kalyani', 'Prince Sharma', 'Prince Kumar', 'Prit Ranjan',
'Priti Nil', 'Priya Parab', 'Priyam Kakati', 'Priyansh Bhardwaj', 'Punam Tiwari',
'Puru Dhiman', 'RAJ KUVAR', 'Rahul Jha', 'Raj Potdar', 'Rajalakshmanan C',
'Rajalaxmi Katkam', 'Rakesh Das', 'Savitribai Phule', 'Ranjit Deshmukh', 'Ranjit Yadav',
'Rasika Shinde', 'Ratandeep Sharma', 'Ravi Tanti', 'SADASHIV NAGAR', 'Mr. Nikhil',
'Kawsar Ahmed', 'Revathi T', 'Richie George', 'Ritik Tomar', 'Ritika Jalewa',
'Rohit Duggal', 'Roli Gautam', 'Ronit Kumar', 'Rubeel Taj', 'Rucha Patwardhan',
'Rupesh Singh', 'SRIKANTH K', 'SWETA NISHAD', 'Saba Haider', 'Sachin Saailesh',
'Sachin Bhandari', 'Sachin Gupta', 'Sagar Vaishnava', 'Sahil Kadian', 'Sai Jayanth',
'Sai Deep', 'Saigayithri Pasupuleti', 'Sakunthala Murugesan', 'Saloni Kumari',
'Samiksha Vernekar', 'Samridhi Kumari', 'Sana Haider', 'Sanju Singh', 'Saransh Upadhyay',
'Sarthaki Chavan', 'Sathya Narayanan', 'Babasaheb Bhimrao', 'Satish Sahu',
'Satyabrata Panda', 'Saubhagya Kushwaha', 'Saurabh Kumar', 'Saurabh Dalakoti',
'Savitra Marathe', 'Sawan Ghosh', 'Shailee Sharma', 'Sharayu Sudhir', 'Shashank Tayal',
'Shashank Omar', 'Sherin Shibu', 'Shiv Shankar', 'Shrenik Jain', 'Shreya Roy',
'Shreyanshu Malviya', 'Shruti Agrawal', 'Shubham Kohli', 'Shubham Uttam',
'Shubham Gomdhare', 'Shyam S', 'Siddharth Semani', 'Sidharth Soni', 'Smit Kumbhani',
'Snehashish Srivastava', 'Sounak Das', 'Sourav Kumar', 'Sree Madhuchandra',
'Sreegeethi Devaguptam', 'Subhadeep Santra', 'Sudha Upadhyay', 'Sudheer Koneti',
'Suman Chaudhary', 'Sumeet Yadav', 'Sumit Khedekar', 'Sunny Kumar', 'Sunnydayal Oraon',
'Supriya Yaddala', 'Suranjana Sarkar', 'Suresh Shirse', 'Sushil Kumar', 'Suvendu Chakrabarty', 'Swapnadip Halder', 'Swapnali Shankar',
'Swarup Saha', 'Swati S.', 'Swati Potale', 'Tabrez Mohammed', 'Thopucherla Revanth',
'Thota Pavan', 'Sr.', 'Tushar Gupta', 'Tushar Rawat', 'Udit Chawla', 'Ulgari Akshita',
'Umang Waghela', 'Utkarsh Awasthi', 'Utkarsh Varshney', 'Utkarsha Sadaphal', 'Uzma Ali',
'S Harini', 'VISAI Shivani', 'Vaibhav Mahajan', 'Vaibhavi Makwana', 'Varan S.',
'Varun Irani', 'Veda Sai', 'Vedant Chavan', 'Veena Joglekar', 'Veerender Reddy',
'Vibha Thakur', 'Vibhashri Sole', 'Vibhuti Jain', 'Vidya Sagar', 'Vignesh Reddy',
'Vijayadurga Koneru', 'Vijeti Rathod', 'Vikash Choudhary', 'Vinit Prajapati',
'Vivekanandan Ranganathan', 'Waqqas Khusraw', 'Yash Agrawal', 'Yash Naik',
'Yash Mudiraj', 'Yogesh Kumar', 'Yojana Gangurde', 'Yunus Khan', 'Zeeshan Uddin',
'ASHOK PATEL', 'Pooja Mahadev', 'Gruppo Banca', 'Sopra Steria', 'Gaurav Arora',
'Ayokunle Paul', 'Udaya SaiKiran', 'D. Shinde']
In [ ]:
resume_data = resume_data[~resume_data['name'].isin(real_names)]
In [ ]:
resume_data.dropna(subset=['name'], inplace=True)
C:\Users\LAVANYA\AppData\Local\Temp\ipykernel_69108\769214038.py:1: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy resume_data.dropna(subset=['name'], inplace=True)
In [ ]:
resume_data
Out[ ]:
| accomplishments_segment | degree | education_segment | emails | job_titles | links | misc_segment | name | objectives_segment | phone | ... | assessment | university_0 | university_1 | university_2 | university_3 | university_4 | university_5 | url | work_experience | work_segment | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | NaN | B.E , MS , M.TECH | M.Tech. Data Science\nJSS Science And Technolo... | pooj.vs@gmail.com | software engineer | pooj.vs | 06/2017 – 07/2019\n07/2018 – 07/2019\nmailto:p... | Software Engineer | NaN | 7411786822 | ... | POOJA V S\nSoftware Engineer\nRich exposure to... | government, kandhamal, odisha | vidya vardhaka college of engineering, mysore,... | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | Merchandising System' using PL/SQL.\nmaintain ... |
| 3 | NaN | B.E , MS , BS | NaN | NaN | work from home , support analyst , software an... | NaN | NaN | Computer Engineering | NaN | 919930485336 | ... | Assessment\nQ1. Why should you be hired for th... | master, medak, telangana | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 1.0 | NaN |
| 4 | NaN | MS , B.TECH , BS | NaN | NaN | work from home , classifier | https://github.com/ajay1013/Titanic-ML-from-Di... | NaN | Python | NaN | 918010295832 | ... | Assessment\nQ1. Why should you be hired for th... | greater noida institute of technology, gautam ... | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 6 | NaN | B.E , MS , BS | NaN | NaN | work from home , secretary , data scientist | NaN | NaN | kaashiv infotech | NaN | 919884679445 | ... | Assessment\nQ1. Why should you be hired for th... | jeppiaar engineering college, kancheepuram, ta... | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | POSIT IONS OF\nRESPONSIBILITY\nTRAININGS\n |
| 7 | NaN | BTECH , B.TECH | NaN | NaN | work from home , partner | in.programy.noq , https://github.com/kumaranki... | NaN | IIT Roorkee | NaN | 917302202034 | ... | Assessment\nQ1. Why should you be hired for th... | indian institute of technology, saharanpur, ut... | master, medak, telangana | institute of technology roorkee, hardwar, uttr... | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 1563 | NaN | B.E , MS , B.TECH , BS | NaN | NaN | devops engineer , full time , development anal... | https://freesearch.naukri.com/preview/printResume | NaN | Application Development | NaN | NaN | ... | 10/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 1564 | NaN | B.E , MS , B.TECH | \n \n | NaN | design engineer , founder , software engineer ... | node.js , https://freesearch.naukri.com/previe... | NaN | Functional Area | Total of 9+ years of experience in software.\n... | 1399998528 , 440312145809 | ... | 07/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 4.0 | Yasco Solutions Pvt Ltd., as Software Develop... |
| 1565 | NaN | B.E , B.TECH , BS | \n \n | NaN | software engineer , long term , full time , so... | https://freesearch.naukri.com/preview/printResume | NaN | Functional Area | Having 3 years of experience in Full Stack Dev... | 46288702865 | ... | 07/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 2.0 | MySQL aurora database to retrieve data.\nWorke... |
| 1567 | NaN | B.E , MS , B.TECH , BS | NaN | NaN | associate , solution architect , full time , s... | https://freesearch.naukri.com/preview/printResume | NaN | IT Software | NaN | NaN | ... | 10/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | NaN | NaN |
| 1570 | NaN | B.S , M.Sc , M.S , BS , MS | NaN | NaN | devops engineer , traffic manager , release ma... | https://freesearch.naukri.com/preview/printResume | NaN | DevOps Engineer | NaN | 17051313590 | ... | 10/02/2021 https://freesearch.naukri.com/previ... | NaN | NaN | NaN | NaN | NaN | NaN | https://training-resumes.s3.ap-south-1.amazona... | 12.0 | NaN |
1193 rows × 23 columns
In [ ]:
print(resume_data.columns)
Index(['accomplishments_segment', 'degree', 'education_segment', 'emails',
'job_titles', 'links', 'misc_segment', 'name', 'objectives_segment',
'phone', 'projects_segment', 'skills', 'skills_segment', 'assessment',
'university_0', 'university_1', 'university_2', 'university_3',
'university_4', 'university_5', 'url', 'work_experience',
'work_segment'],
dtype='object')
FEATURE SELECTION & EXTRACTION¶
In [ ]:
df= resume_data[[
'degree',
'job_titles',
'skills',
'assessment'
]].copy()
In [ ]:
df
Out[ ]:
| degree | job_titles | skills | assessment | |
|---|---|---|---|---|
| 1 | B.E , MS , M.TECH | software engineer | core java , algorithms , sql tools , deep lear... | POOJA V S\nSoftware Engineer\nRich exposure to... |
| 3 | B.E , MS , BS | work from home , support analyst , software an... | big data analytics , award , training , comput... | Assessment\nQ1. Why should you be hired for th... |
| 4 | MS , B.TECH , BS | work from home , classifier | functionality , algorithms , spark , data visu... | Assessment\nQ1. Why should you be hired for th... |
| 6 | B.E , MS , BS | work from home , secretary , data scientist | internships , ease , mar , blind , volunteerin... | Assessment\nQ1. Why should you be hired for th... |
| 7 | BTECH , B.TECH | work from home , partner | sunrise , api , authentication , secondary edu... | Assessment\nQ1. Why should you be hired for th... |
| ... | ... | ... | ... | ... |
| 1563 | B.E , MS , B.TECH , BS | devops engineer , full time , development anal... | ansible , automation , release notes , general... | 10/02/2021 https://freesearch.naukri.com/previ... |
| 1564 | B.E , MS , B.TECH | design engineer , founder , software engineer ... | automation , core java , general , technical l... | 07/02/2021 https://freesearch.naukri.com/previ... |
| 1565 | B.E , B.TECH , BS | software engineer , long term , full time , so... | core java , computing , angular , linux , merg... | 07/02/2021 https://freesearch.naukri.com/previ... |
| 1567 | B.E , MS , B.TECH , BS | associate , solution architect , full time , s... | amazon web services (aws) , css , security , u... | 10/02/2021 https://freesearch.naukri.com/previ... |
| 1570 | B.S , M.Sc , M.S , BS , MS | devops engineer , traffic manager , release ma... | version control , renewals , nfs , telugu , vi... | 10/02/2021 https://freesearch.naukri.com/previ... |
1193 rows × 4 columns
In [ ]:
df['combined_column'] = df.apply(lambda row: ' '.join(row.astype(str)), axis=1)
In [ ]:
df.drop(columns=['degree', 'job_titles', 'skills','assessment'], inplace=True)
In [ ]:
df
Out[ ]:
| combined_column | |
|---|---|
| 1 | B.E , MS , M.TECH software engineer core java ... |
| 3 | B.E , MS , BS work from home , support analyst... |
| 4 | MS , B.TECH , BS work from home , classifier f... |
| 6 | B.E , MS , BS work from home , secretary , dat... |
| 7 | BTECH , B.TECH work from home , partner sunris... |
| ... | ... |
| 1563 | B.E , MS , B.TECH , BS devops engineer , full ... |
| 1564 | B.E , MS , B.TECH design engineer , founder , ... |
| 1565 | B.E , B.TECH , BS software engineer , long ter... |
| 1567 | B.E , MS , B.TECH , BS associate , solution ar... |
| 1570 | B.S , M.Sc , M.S , BS , MS devops engineer , t... |
1193 rows × 1 columns
In [ ]:
def preprocess_text(df, combined_column):
df[combined_column] = df[combined_column].apply(lambda x: x.lower()) # convert to lowercase
df[combined_column] = df[combined_column].apply(lambda x: re.sub(r'[^\w\s]', '', x)) # remove punctuation
df[combined_column] = df[combined_column].apply(lambda x: x.strip()) # remove leading/trailing whitespace
return df
In [ ]:
df
Out[ ]:
| combined_column | |
|---|---|
| 1 | B.E , MS , M.TECH software engineer core java ... |
| 3 | B.E , MS , BS work from home , support analyst... |
| 4 | MS , B.TECH , BS work from home , classifier f... |
| 6 | B.E , MS , BS work from home , secretary , dat... |
| 7 | BTECH , B.TECH work from home , partner sunris... |
| ... | ... |
| 1563 | B.E , MS , B.TECH , BS devops engineer , full ... |
| 1564 | B.E , MS , B.TECH design engineer , founder , ... |
| 1565 | B.E , B.TECH , BS software engineer , long ter... |
| 1567 | B.E , MS , B.TECH , BS associate , solution ar... |
| 1570 | B.S , M.Sc , M.S , BS , MS devops engineer , t... |
1193 rows × 1 columns
In [ ]:
import nltk
from nltk.corpus import stopwords
from nltk.tokenize import word_tokenize
import string
# Load the stopwords
nltk.download('stopwords')
nltk.download('punkt')
[nltk_data] Downloading package stopwords to [nltk_data] C:\Users\LAVANYA\AppData\Roaming\nltk_data... [nltk_data] Package stopwords is already up-to-date! [nltk_data] Downloading package punkt to [nltk_data] C:\Users\LAVANYA\AppData\Roaming\nltk_data... [nltk_data] Package punkt is already up-to-date!
Out[ ]:
True
In [ ]:
from sklearn.feature_extraction.text import TfidfVectorizer
# Sample job description
job_description = """
Data Scientist or Data Analyst.
data mining.
R, SQL, Python & Excel.
business intelligence tools e.g. Tableau, Qlik View, Power BI.
Analytical mind.
Strong mathematic skills & statistics skills.
Problem-solving aptitude.
Excellent communication and presentation skills.
Degree in Computer Science ; degree in Data Science.
MS , B.TECH, PhD
"""
# Extract keywords using TF-IDF
vectorizer = TfidfVectorizer(stop_words='english')
tfidf_matrix = vectorizer.fit_transform([job_description])
feature_array = np.array(vectorizer.get_feature_names_out())
tfidf_sorting = np.argsort(tfidf_matrix.toarray()).flatten()[::-1]
# Top N keywords
N = 30
top_n_keywords = feature_array[tfidf_sorting][:N]
print("Top Keywords:", top_n_keywords)
Top Keywords: ['data' 'skills' 'degree' 'science' 'mathematic' 'intelligence' 'excellent' 'excel' 'view' 'mining' 'computer' 'communication' 'business' 'bi' 'aptitude' 'analytical' 'mind' 'phd' 'ms' 'tools' 'power' 'presentation' 'problem' 'python' 'qlik' 'scientist' 'solving' 'sql' 'statistics' 'strong']
In [ ]:
# Assuming the resume text is in a column named 'combined_text'
resumes = df['combined_column'].tolist()
In [ ]:
# Preprocessing (optional: depends on your specific data)
resumes = [resume.lower() for resume in resumes] # Convert to lowercase
FINDING SIMILARITY¶
In [ ]:
from sklearn.feature_extraction.text import TfidfVectorizer
import numpy as np
# Sample job description
job_description = """
Data Scientist or Data Analyst.
data mining.
R, SQL, Python & Excel.
business intelligence tools e.g. Tableau, Qlik View, Power BI.
Analytical mind.
Strong mathematic skills & statistics skills.
Problem-solving aptitude.
Excellent communication and presentation skills.
Degree in Computer Science ; degree in Data Science.
MS , B.TECH, PhD
"""
# Combine resumes with job description for vectorization
documents = resumes + [job_description]
# Create TF-IDF vectorizer and transform documents
vectorizer = TfidfVectorizer(stop_words='english')
tfidf_matrix = vectorizer.fit_transform(documents)
# Split the matrix into resume vectors and job description vector
resume_vectors = tfidf_matrix[:-1]
job_vector = tfidf_matrix[-1]
In [ ]:
from sklearn.metrics.pairwise import cosine_similarity
# Calculate cosine similarity between job description and resumes
similarities = cosine_similarity(job_vector, resume_vectors).flatten()
In [ ]:
# Get indices sorted by similarity score (descending order)
ranked_indices = np.argsort(similarities)[::-1]
# Retrieve ranked resumes
ranked_resumes = df.iloc[ranked_indices]
# Output ranked resumes
for rank, (index, row) in enumerate(ranked_resumes.iterrows(), start=1):
print(f"Rank {rank}: Resume {index + 1} with similarity score {similarities[ranked_indices[rank - 1]]}")
print(row['combined_column'])
print("\n")
Rank 1: Resume 1295 with similarity score 0.29890630861828427
B.E , MS , B.TECH full time , learning specialist , data scientist , data analyst general , telugu , spark , microsoft azure , designation , deep learning , mar , nlp , data mining , keen planner , mysql , protocol , affirmative action , analytics , oracle , hindi , data collection , natural language processing , apache , pattern recognition , kafka , visualization , authorization , english , procedural , status , excel , specifications , email , project , infosys , business intelligence , aws , less , german , computer vision , github , data analysis , c++ , machine learning , languages , research , statistics , sqoop , big data , hive , sql server , completion , tableau , probability , tuning , scala , hbase , data science , python , javascript , eclipse , technology , hadoop 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f12…
https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f120042485c590a… 1/2
Current Designation: Data Scientist
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
Infosys as Data Scientist
Apr 2019 to Till Date
Infosys as Data Scientist
Apr 2019 to Mar 2020
Executed end to end Data science project involved in data collection , analysis , modelling , presentation and production
deployment of the project
Infosys Limited as Data Scientist
Apr 2019 to Mar 2020
Roots Infosoft Technology Private Limited as Applied Machine Learning Specialist /Engineer
Feb 2012 to Mar 2019
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
V V DORA REDDY S
Data Scientist seeking roles in Data Science,Machine Learning,Deep Learning,Natural
Language Processing ,NLP,Computer Vision,Python,R,Data Mining, Data Analysis, Big
Data Technologies, AWS,Azure,Pattern Recognition, Statistics & Probability Modelling
Key Skills: Data Scientist seeking roles in Data Science,Machine Learning,Deep Learning,Natural Language Processing
,NLP,Computer Vision,Python,R,Data Mining, Data Analysis, Big Data Technologies, AWS,Azure,Pattern Recognition,
Statistics & Probability Modelling
Summary
Microsoft Certified Azure Data Scientist & result-oriented professional with over 8 years of diversified experience in Machine
Learning, Deep Learning, Python, AWS, Microsoft Azure, Natural Language Processing,Computer vision,R,Pattern
Recognition,Sql & Big Data Technologies like Spark,Hive,Kafka,Hadoop etc.,Statistics, Probability & Modelling. A keen planner,
strategist & implementer with proven success in effective management of various resources to meet project specifications
Identified, collected, processed and analysed the data samples according to established protocol, procedures &
standards.Planned and organized day-to-day research activities and resolved procedural problems as appropriate to the timely
completion of Tasks and Engaged in Data Analysis, Statistical & Probabilistic Modelling, Predictive Analysis, Optimised
Parameter Tuning, Visualization using tools like Tableau & Managed Complex Business Problems , Automated Mundane tasks
using RPA technologies like UIPATH
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f12…
https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f120042485c590a… 2/2
UG: B.Tech/B.E. (not specified) from Acharya Nagarjuna University, in 2008
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MACHINE LEARNING
Deep Learning, Computer Vision
NLP, Probability, Statistics
(Hive, Pig, SQOOP, HBase, Kafka)
Horton works, Spark
(RPA) UIPATH
Microsoft Azure , AWS , GCP
Tableau, Ms- Excel
Python, R, Scala , C, C++
GitHub, Jupyter Notebook
Spyder, Apache Zeppelin
Eclipse
Oracle, MySQL, SQL Server, Hbase
SQL, HiveQL, CQL
Languages Known
Language Proficiency Read Write Speak
english
German
telugu
Hindi
Rank 2: Resume 361 with similarity score 0.2889705306895806
B.E , MS , BS work from home , business intelligence analyst , data analyst , data scientist , full time css , data validation , deep learning , mysql , data analytics , power bi , natural language processing , digital , advanced , visual basic , clarity , postgresql , excel , project , irt , business intelligence , application , llp , mumbai , computer vision , resume , electronics , machine learning , opencv , django , sas , tableau , assessment , python , dashboards , javascript , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
Hello sir/ma'am, Thank you for your time for reviewing my application, I have hands on experience in BI project handling, project execution cycle
and good grip on BI concepts.
I have experience in basic and advance Power BI concepts. I have experience in connecting Power BI with SQL, PostgreSQL server and
integrating R with Power BI for statistical analysis. I can create interactive dashboards and animations in Power BI. I have also completed multiple
Power BI courses on udemy which gave me clarity on how to train in Power BI or on any BI platform. I have hands on experience of working with
Power BI .I have good understanding and experience of data validation with Excel and advanced excel.
Thanks and regards,
Niraj gaonkar
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for full time work from home internship.
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 8976561249
Niraj Gaonkar
Mumbai, Gurgaon
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Power BI Data Analytics Data Structures
HTML MSExcel MSOffice
MySQL SAS SQL
Tableau Visual Basic VB CSS
Database Management
System DBMS
Deep Learning Django
JavaScript Machine Learning OpenCV
R Programming
Bachelor of Engineering B.E, Electronics Engineering
Vidyalankar Institute Of technology
2013 - 2017
CGPA 7.23/10
Consultant Business Intelligence Analyst
IRT Digital Analytics Solutions Pvt.ltd., Mumbai
Dec 2019 - Present
Developer
LAGS TechSolutions LLP, Mumbai
Dec 2017 - Nov 2018
Data Analyst With Python,Data Scientist With Python
DataCamp.com, Online
Jan 2019 - Aug 2019
Rank 3: Resume 187 with similarity score 0.2599740033486343
MS , B.TECH , BS work from home , data scientist big data analytics , algorithms , internships , data visualization , platforms , data mining , mysql , natural language processing , power bi , azure , ltd , intelligence , excel , bot , resume , writing , data analysis , flow , machine learning , computer science , chat , youtube , sql server , completion , tableau , assessment , data science , python , google analytics , google api , fetch , dashboards , technology , digital marketing , data processing , html , online Assessment
Q1. Why should you be hired for this role?
I'm Data scientist with experience of data visualization, data processing, data mining, machine learning algorithms to solve challenging business
problems and natural language processing. Extensive experience in various platforms like data science, Machine Learning and Digital Marketing. I
can do my best to serve the company and also make use of my knowledge.
Resume- https://drive.google.com/file/d/1cKQ7NJ6xjFmWWT jn-bM95rje7yeHYHoN/view?usp=drivesdk
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Dushant Kumar
Chandigarh, Noida
Applied 07 Feb'21
Python HTML MSExcel
C Programming Google Analytics BIG DATA ANALYTICS
Data Analytics MS SQL Server MySQL
Power BI R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Baddi University of Emerging Sciences and Technologies
2014 - 2018
CGPA 7.62/10
Senior Secondary XII, Science
KV Haldwani
CBSE board)
Year of completion: 2014
Percentage: 78.00%
Secondary X
KV Haldwani
CBSE board)
Year of completion: 2012
CGPA 7.80/10
Data Science- Intern
Ismile Technologies, Virtual
Oct 2020 - Present
➢ Designed and developed an educational based chat-bot that can handle all CBSE
related queries.
➢ Worked with Google API to fetch all the emails.
➢ Worked as TL and maintained Azure dashboards.
➢ Worked on Google Dialog Flow and GCP.
Data Scientist Intern
INeuron Intelligence Pvt. Ltd, Virtual
Nov 2020 - Present
➢ Working with the AI Division Team.
➢ Working on Speed Breaker Detection.
Excel For Data Analysis
YouTube, Online
CONTACT Phone: 91 9877988640
Apr 2020 - Apr 2020
Python
Innovate Yourself, Online
Jan 2020 - Jun 2020
Data Analytics
udemy, Online
Jan 2020 - Mar 2020
R PROGRAMMING
udemy, Online
Jan 2020 - Feb 2020
R Programming for data analysis and using Ggplot.
Data Science
udemy, Online
Jan 2020 - Present
Learning tableau and more skills.
Tableaux
udemy, Online
Dec 2019 - Present
Content Writing
Hupspot, Online
Oct 2019 - Oct 2019
Digital Marketing
CIIM, Chandigarh
Aug 2019 - Oct 2019
Rank 4: Resume 186 with similarity score 0.2598637213673618
MS , B.TECH , BS work from home , data scientist big data analytics , algorithms , internships , data visualization , platforms , data mining , mysql , natural language processing , power bi , azure , ltd , intelligence , excel , bot , resume , writing , data analysis , flow , machine learning , computer science , chat , youtube , sql server , completion , tableau , assessment , data science , python , google analytics , google api , fetch , dashboards , technology , digital marketing , data processing , html , online Assessment
Q1. Why should you be hired for this role?
I'm Data scientist with experience of data visualization, data processing, data mining, machine learning algorithms to solve challenging business
problems and natural language processing. Extensive experience in various platforms like data science, Machine Learning and Digital Marketing. I
can do my best to serve the company and also make use of my knowledge.
Resume- https://drive.google.com/file/d/1cKQ7NJ6xjFmWWT jn-bM95rje7yeHYHoN/view?usp=drivesdk
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Dushant Kumar
Chandigarh, Noida
Applied 08 Feb'21
Python HTML MSExcel
C Programming Google Analytics BIG DATA ANALYTICS
Data Analytics MS SQL Server MySQL
Power BI R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Baddi University of Emerging Sciences and Technologies
2014 - 2018
CGPA 7.62/10
Senior Secondary XII, Science
KV Haldwani
CBSE board)
Year of completion: 2014
Percentage: 78.00%
Secondary X
KV Haldwani
CBSE board)
Year of completion: 2012
CGPA 7.80/10
Data Science- Intern
Ismile Technologies, Virtual
Oct 2020 - Present
➢ Designed and developed an educational based chat-bot that can handle all CBSE
related queries.
➢ Worked with Google API to fetch all the emails.
➢ Worked as TL and maintained Azure dashboards.
➢ Worked on Google Dialog Flow and GCP.
Data Scientist Intern
INeuron Intelligence Pvt. Ltd, Virtual
Nov 2020 - Present
➢ Working with the AI Division Team.
➢ Working on Speed Breaker Detection.
Excel For Data Analysis
YouTube, Online
CONTACT Phone: 91 9877988640
Apr 2020 - Apr 2020
Python
Innovate Yourself, Online
Jan 2020 - Jun 2020
Data Analytics
udemy, Online
Jan 2020 - Mar 2020
R PROGRAMMING
udemy, Online
Jan 2020 - Feb 2020
R Programming for data analysis and using Ggplot.
Data Science
udemy, Online
Jan 2020 - Present
Learning tableau and more skills.
Tableaux
udemy, Online
Dec 2019 - Present
Content Writing
Hupspot, Online
Oct 2019 - Oct 2019
Digital Marketing
CIIM, Chandigarh
Aug 2019 - Oct 2019
Rank 5: Resume 1249 with similarity score 0.18619474106209216
M.Sc , M.S , B.E , MS , B.TECH certified scrum master , managing director , devops , senior director , full time , aws solution architect , vp , data management master data management , data warehousing , rendering , retail , streamlining , general , oil & gas , devops , scrum , healthcare , data visualization , designation , ug , fortune 500 , data migration , mar , affirmative action , keen planner , hindi , cloud , technology implementation , information management , azure , snowflake , advanced , authorization , english , energy , status , program management , email , life science , business intelligence , aws , multi-million dollar projects , ecosystem , leadership , map , solution architecture , sap bi , hana , operations , apache spark , social analytics , global delivery , data quality , transformation , strategy , finance , storage , medical devices , languages , hive , big data , sql server , process automation , it service , cd , hbase , data integration , python , data science , enablement , javascript , cad/cam , pmp , insurance , hadoop , business solution delivery , data governance , technology planning , gujarati 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d4009190…
https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d400919041115585b0b5… 1/2
Current Designation: Managing Director- Data Strategy &
Implementation
Current Company: Vidura Ventures
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Information
management Systems]
Verified : Phone Number | Email - id
Vidura Ventures as Managing Director- Data Strategy & Implementation
May 2020 to Till Date
Indegene as Senior Director, Data Management & Cloud Solutions - Data & Analytics
Oct 2018 to Apr 2020
Amgen as Global Technical Leader (Consultant)- Commercial Data & Analytics
Oct 2017 to May 2018
UG: B.Tech/B.E. (Mechanical) from MITS, Jiwaji University in 1997
PG: MS/M.Sc(Science) (Information management Systems) from Harvard University, USA in 2007
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
LALJI GOSWAMI
Certified AWS Solution Architect/Scrum Master/PMP, Managing Director seeking roles
in Solution Architecture, Process Automation, Data Governance, Data Migration, Data
Science, Data Integration, Data Warehousing, Python, Java, SAP BW, Devops, Hive.
Key Skills: Managing Director,Head/VP/GM - Analytics and BI,Solution Architecture,Process Automation,Data
Governance,Data Migration,Data Science,Data Integration,Python,Java,SAP BW,Devops,Certified AWS Solution
Architect,Certified Scrum Master,Certified PMP.
Summary
Experience in directing technology planning, strategy development, leadership & implementation, business & operational
transformation execution and business solution delivery, on-Cloud (AWS, GCP, Azure), on-Premise Solutions & Services, Data
Enablement, Data Strategy, Data Governance, Big Data, Master Data Management, Data Lake & Warehouse Solutions and
Advanced Analytics. Impeccable success in rendering operations related services to Fortune 500 companies for IT Service
Delivery Management and Product/ Program Management for multi-million dollar projects. Domain expertise in Life Science,
Retail, Computer Data Storage, Energy, Oil & Gas, Utility, Finance, Banking, Insurance, Medical Devices, Healthcare, Human
Resource, and Accounting sectors; a keen planner, strategist with expertise in managing global delivery frameworks and new
technology implementation for streamlining related activities within time & cost parameters
Work Experience
Education
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d4009190…
https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d400919041115585b0b5… 2/2
Other Qualifications/Certifications/Programs:
Data Science: Data to Insight
Big Data & Social Analytics
IOT: Roadmap to a Connected World
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CAD/CAM
Hadoop Ecosystem, HDFS, Map Reduce, Hive
HBase, Snowflake, Redshift, Apache Spark
SAP S4/HANA, SAP BW/HANA
Datawarehousing
IOT, AI/ML, Python, Java
DevOps, CI/CD
Data Migration, Data Integration
Data Storage, Data Process, Data Quality
Data Lake, Data Visualization
Data Science, Azure, AWS
SAP BI, SAP
SQL Server
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Marathi
Rank 6: Resume 1200 with similarity score 0.18609732878641844
B.E , MS , B.TECH associate , full time , software developer automation , functionality , training , api , upgradation , general , telugu , performing , designation , analytical skills , visual studio , portals , data mining , conducting , affirmative action , hindi , linux , etl , data manipulation , maintenance , beginner , visualization , authorization , english , data security , status , protection , data research , email , project , sql , application , aws , testing , pipelines , gitlab , components , writing , computer science , building , systems analysis , framework , putty , storage , statistics , languages , hbase , python , reviews , jira , javascript , technology , business requirements , airflow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011…
https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011061840510b0f0… 1/2
Current Designation: Associate Consultant -Data Engineering
Current Company: Corecompete
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Corecompete as Associate Consultant -Data Engineering
Jul 2018 to Till Date
Key Result Areas:
* Mapping business requirements and leading efforts towards developing & implementing technical processes;
spearheading system implementation & upgradation initiatives
* Performing several roles like finding new process, determining gaps in existing process and implementing new
processes; participating in design reviews and assisting in allocation of functionality to specific system components
* Conducting systems analysis sessions for understanding client business processes as per management standards
* Suggesting technology-based solutions for enhancing functional efficiency and achieving business excellence
* Managing the customization, testing, training, support and the generation of new change request by proactive process
improvement, also participating in business requirement sessions
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
VISHWANATH GANGAM
Associate Consultant seeking roles in Project Management,Software
Development,Python Development,Data Research ,Automation Framework ,Quality
Management,Python, Linux, SQL, GCP, AWS,Nifi, Airflow, Hbase,BigQuery, Putty,
JIRA, GitLab, Postman,GIT
Key Skills: Associate Consultant ,Software Developer, Project Management,Software Development,Python
Development,Data Research ,Automation Framework ,Quality Management,Python, Linux, SQL, GCP, AWS,Nifi, Airflow,
Hbase,BigQuery, Putty, JIRA, GitLab, Postman,GIT
Summary
* B.Tech. (Computer Science) professional offering qualitative experience of over 2 years
* Skilled in writing code, implementing Python applications, ensuring data security and protection, and identifying data storage
solutions
* Exposure in manipulating and analysing complex, high-volume, high-dimensionality data from varying data sources and Big
Data sources
* Experience in statistics, programming, data mining and predictive modelling
* Skilled in working on Python, Linux, SQL, GCP, AWS, Nifi, Airflow, Hbase, BigQuery, Putty, JIRA, GitLab, Postman, GIT and
Visual Studio
* Rich experience in building ETL Pipelines in Python
* Worked with API to perform data downloads from different portals for creating visualization reports
* Excellent analytical skills preferably from experience including data manipulation and statistical analysis
* Strong problem-solving and analytical skills with the desire to apply those skills in analysing complex business problems
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011…
https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011061840510b0f0… 2/2
UG: B.Tech/B.E. (Computer Science) from Sreenidhi Institute of Science and Technology, JNTU in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Linux, SQL, GCP, AWS
Nifi, Airflow, Hbase, BigQuery
Putty, JIRA, GitLab, Postman
Git, Visual Studio
Languages Known
Language Proficiency Read Write Speak
english Proficient
hindi Beginner
telugu Expert
Rank 7: Resume 1412 with similarity score 0.18581719656336007
B.E , MS , B.TECH data analyst , machine learning engineer , full time , data scientist , full stack developer data warehousing , blocking , optimization , segmentation , jenkins , interview , algorithms , ipv6 , forest , classification , designation , validation , ug , mar , data mining , affirmative action , web services , data analytics , spring , data manipulation , utilization , eda , visualization , internet , data modeling , authorization , english , pools , status , screens , models , email , project , consideration , business intelligence , boot , ips , devices , range , machine learning , schemas , data reporting , languages , tableau , data integration , data science , python , forecasting , predictive analytics , javascript , technology , availability , ipv4 , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e11…
https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e110a1114510e085… 1/2
Current Designation: Data Scientist
Current Company: Verizon
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Verizon as Data Scientist
Jul 2017 to Till Date
Project: Forecasting IPv4 and IPv6 Utilization Project for Verizon. Description: As the number of devices connected to
Internet increased, IPv4 are getting depleted fast and each single IP is costing $8. As we are maintaining the inventory of
IPv4 and IPv6 from years, we build Time Series Forecasting model where we predicted the usage of IPv4 in next 2 years
and accordingly we can purchase IPs from IANA. Role: Worked with Database team to gather and understand data from
different tables and schemas. Completed EDA for IPv4 and IPv6 for different products and discussed with user. Build a
Time Series Model on the overall utilization of IPs, taking into consideration creation and deletion of IP. Project: Classifying
the different Products in IP Pool which will always be under-utilized. Description: In Verizon. Some of the major products
have their specific IP range. In that specific range there are different IP Pools. But some of the pool are always under-
utilized which means there are hundreds and thousands of IPs will be in assigned status but never be used in that pool.
So once that Pools are classified we can ask users if we can reduce the size and leverage the use of IPs. Technology
used: Decision Tree, Random Forest, SVM, Ensemble Learning. Role: Developed UI Screens in React JS. Discussed with
user and team on important parameters in creating Pool. Prepared report to show the IP segmentation and availability
from each pool. Build a classification model to classify subnet if it will under-utilized/not.
EPAM as FULL STACK DEVELOPER
Mar 2016 to Apr 2017
Project: Interview Panel Availability Description: EPAM has Calendar Blocking feature for interview panel members but
people must make manual efforts like phone calls to know their availability. Role: I have been part of developing UI
Screens using React JS. Developed restful web services module to return the availability date and time of all Interview
Panel Members competency wise.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Anjali Garg
4+ years of rich experience in Data Scientist and machine learning models with
competency in predictive analytics, machine- learning, data-visualization, feature
engineering, code-optimization, data-structures etc.
Key Skills: Data Scientist,Data Analyst,Data Analytics,Data Warehousing,Data Modeling,Data Integration,Data
Validation,Data Reporting,Business Intelligence,Data Manipulation,Data Mining,Java,IPV4,Python,Javascript,Machine
Learning,React JS,Jenkins
Summary
Enthusiast Data Scientist and Machine Learning Engineer who holds proven Data Analytics and Machine Learning model skills
with technical proficiencies in Regression, Classification, Clustering, Ensemble algorithms etc. Proficient in delivering optimized
and robust models.
Eager to join a Data Science team who unlocks the reams of data, uses it and are making great market decisions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e11…
https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e110a1114510e085… 2/2
UG: B.Tech/B.E. (Computers) from Chitkara Institute Of Engineering & Technology, Rajpura in 2016
PG: CS (CS) in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MACHINE LEARNING
TABLEAU
Python & java
React js
Spring-Boot
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Rank 8: Resume 1166 with similarity score 0.18157708023249033
B.E , MS , B.TECH software engineer , it analyst , analytics manager , solution architect , full time , senior associate , informatica , senior consultant , analytics lead , data management , lead engineer data warehousing , customer , microsoft azure , nlp , tortoise svn , databases , statistical modeling , ms-dos , status , predictive modeling , perl , infosys , xml , bitbucket , pl/sql , testing , visio , sql server , data science , google analytics , microsoft power bi , registration , spark , data visualization , techno-functional , designation , scripting languages , ad targeting , hindi , cloud , ca7 , data modeling , english , erwin , solution architecture , windows xp , performance tuning , obiee , machine learning , putty , research , data integration , javascript , dac , migration projects , html , big data analytics , reporting , general , web analytics , e2e , affirmative action , oracle , natural language processing , unix , postgresql , powercenter , email , business intelligence , omnimark , aws , marketing analytics , technology solutions , ibm tivoli , text analytics , teradata , hive , scheduling , dashboards , jira , airflow , sap hana , analysis services , segmentation , jenkins , ug , toad , revenue , apache , autosys , authorization , models , b2b , application , requirements gathering , electronics , version control tools , drive , framework , events , python , etl , eloqua 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e465814…
https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e46581406194251540d… 1/3
Current Designation: Lead Engineer - Analytics
Current Company: Gartner Research
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Gartner Research as Lead Engineer - Analytics
Feb 2017 to Till Date
Working as Analytics Lead at Gartner with 12+ years of IT experience in Data Analytics, Web Analytics, Solution
Architecture, Data Integration, Machine Learning, NLP, ETL Design, DW/BI Reporting, Data Modelling, Data warehousing
projects with excellent exposure to Oracle, Python, SQL , Azure , AWS, Power BI , Informatica, Spark, SSAS.
I have worked with multiple Marketing analytics projects which includes creation of E2E Data management platform with
dashboards , predictive modeling and big data analytics to increase and optimize customer experiences, revenue
generation ad targeting and other business outcomes. Drive design and development of E2E process framework for
Marketing Intelligence DataMarts and cloud migration projects providing insights to business on leads, scoring,
registration, contacts, ROI etc. for Gartner events.
Deloitte Consulting USI as Senior Consultant - Analytics
Jul 2013 to Jan 2017
Cognizant Technology Solutions as Senior Associate - Analytics
Aug 2012 to Jul 2013
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PUNEET GUPTA
Azure Solution Architect & Oracle Certified Associate (OCA) seeking job in Solution
Architecture, Data Analytics, Data Science, ETL, Data Modeling, Data Warehousing,
Business Intelligence, Python, SQL, AWS, Power BI, Informatica, Spark, SSAS,Big
Data
Key Skills: Azure Solution Architect, Oracle Certified Associate (OCA), Solution Architecture, Data Analytics, Data
Science, DW, ETL, Bi, Data Modeling, Data Warehousing, Business Intelligence, Python, SQL, AWS, Power Bi,
Informatica, Spark, SSAS, E2E, Big Data
Summary
A dynamic techno-functional software professional with 12+ years of IT experience in Data Analytics, Web Analytics, Data
Integration, Machine Learning, NLP, Solution Architecture, ETL Design, DW/BI Reporting, Data Modelling, Data warehousing
projects with excellent exposure to Oracle, Python, SQL , Azure , AWS, Power BI , Informatica, SSAS.
Diversified Experience in implementing varied scalable E2E Data Integration and Analytics solutions which includes
Requirements gathering, Designing Frameworks, Application Development, Performance tuning, Testing and Support.
Worked on multiple databases, scripting languages, scheduling and Version control tools as per project requirements.
Good Understanding and Experience in Data exploration, Machine Learning, Statistical Modeling, Quantitative Analysis, Data
analytics, Data Visualization ,Segmentation and predictive modelling.
Experience in text analytics using Machine Learning Models for Natural language Processing
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e465814…
https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e46581406194251540d… 2/3
Tata Consultancy Services as IT Analyst
Feb 2011 to Aug 2012
Infosys Consulting as Sr Software Engineer
Jan 2008 to Feb 2011
UG: B.Tech/B.E. (Electronics/Telecommunication) from ITM college in 2007
Other Qualifications/Certifications/Programs:
Microsoft Azure Solution Architect Expert
Education
IT Skills
Skill Name Version Last Used Experience
Data and Web Analytics , ETL
BI/DW , Python , SQL, PL/SQL
Machine Learning , NLP, Spark
Oracle , Teradata , MS SQL Server
SAP HANA, HIVE, PostGreSQL
Informatica PowerCenter , PowerExchange
B2B DT/DX , SSIS
Microsoft Power BI , SSAS , OBIEE
AWS Technologies , Azure DataBricks
Azure Analysis Services (AAS) , Power BI
Oracle Eloqua, Google Analytics
IBM Tivoli, CA7, Autosys
Oracle DAC, Apache Airflow
Python , Perl , Unix Scripting, Omnimark
HTML, XML, Web Analytics, Eloqua
Google Analytics
UNIX, Windows XP, MS-DOS
Mainframes
JIRA , Tortoise SVN , Jenkins , Erwin
Visio, BitBucket, Toad, SSMS, Putty
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e465814…
https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e46581406194251540d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 9: Resume 1122 with similarity score 0.17991336550755152
B.E , MS , B.TECH scrum product owner , lead business analyst , certified scrum master , senior business analyst , senior systems engineer , full time , business data analyst office , platforms , status , infosys , bridge , mumbai , testing , coordinated , global experience , functional specifications , spark , designation , confluence , deliverables , general insurance , hindi , architects , english , supply , pressure , agile , project , sprint planning , solution architecture , gap , architecting , data analysis , accountability , visuals , putty , diagrams , javascript , business requirements , html , winscp , reporting , scrum , healthcare , affirmative action , information technology , oracle , data analytics , power bi , maintenance , unix , travel , retrospect , timelines , email , business intelligence , aws , user stories , electricity , languages , business process , level design , business transformation , jira , dashboards , web , servicenow , cloud services , paperless , ug , analytical skills , ticketing , azure , authorization , teams , go , deliveries , excel , sql , business analysis , application , yum , electronics , led , executive leadership , drive , offshore , quick service , tableau , ceremonies , python , database queries , key performance indicators , metrics , presentations , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400…
https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400145475009000… 1/3
Current Designation: Senior Business Analyst
Current Company: BlazeClan Technologies
Current Location: Pune
Pref. Location: Pune
Functional Area: Analytics & Business Intelligence
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
BlazeClan Technologies as Senior Business Analyst
Oct 2018 to Till Date
For a leading Travel and Lifestyle Rewards Company in India
The project is to create a Datalake for different kinds of data sources and help them take incisive decisions in near real
time for a Mumbai based marketing services company.
? Created Requirement Specification Document and Data Model by understanding the business requirements and by
interacting directly with the Client Management team including CXOs
? Achieved 400+ metrics (Key Performance Indicators) using over 500 business transformation rules which are now being
generated daily in 30 minutes to help a client drive incisive decisions in real-time
? Managed Product Backlog with 400+ User Stories with the help of the respective Product Owner
? Worked with Solution Architects to make Solution Architecture Diagram and advise improvements in product architecture
? Organized various agile ceremonies including Daily Scrum, Sprint Planning, Sprint Retrospect, Estimations, etc.
? Orchestrated an 8-member offshore project team and completed the project deliverables on time with zero post-
production defects
b) For a leading Quick Service Restaurant Chain in United States
The project is to build a web application wrapped within Tableau from historical and incremental data points from their
point of sale system for a US based Yum Brand company
? Created Requirement Specification Document and Data Model by understanding the business requirements and by
interacting directly with the Client Management team including CXOs
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ABHISHEK KHEMKA
Senior Business Analyst seeking roles in Lead Business Analyst, Technical Product
Analyst, Business Analyst, Business Data Analyst, Requirement Gathering, AWS,
Azure, JIRA, Confluence, Power BI, Tableau, Quicksight, SQL, Python, Spark
Key Skills: Senior Business Analyst,Project Management,Software Development,Business Analysis,Data
Analysis,Requirement Gathering,AWS,Azure,JIRA,Confluence,Databricks,Power
BI,Tableau,Quicksight,SQL,Python,Spark
Summary
A Postgraduate (MBA) and a Senior Business Analyst with overall 6.5+ years of experience in different capacities primarily in
the areas of IT Cloud Services Delivery, Data Analysis, Requirement Gathering, Scrum Master, QA & Process Improvement.
Recent project experience in implementing and architecting cloud platforms for companies to minimize cost while having the
ability to deliver their application in a highly available, scalable, and manageable environment using AWS and Azure.
Have a global experience of working as a Business Analyst on various data analytics projects for clients in Singapore, India &
United States.
Ability to effectively communicate the requirements and serve as a link between stakeholders & delivery teams.
Served as the single point of accountability for client, executive leadership regarding project timelines, budgets, and milestone
deliveries.
Have excellent communication, presentation, and analytical skills. Ability to work under pressure and meet deadlines.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400…
https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400145475009000… 2/3
? Pioneered 30+ dashboards with 100+ visuals in total using Business Intelligence tool Tableau to help clients make
informed decisions
? Coordinated the project end to end driving the governance, reporting, stakeholder coordination, project deliveries, and
setting client expectations
? Worked with Solution Architects to make Solution Architecture Diagram and advise improvements in product architecture
? Organized various agile ceremonies including Daily Scrum, Sprint Planning, Sprint Retrospect, Estimations, etc.
c) Fora leading Healthcare Company in Singapore
The project is to create a Datalake and generate insights and reports from their app usage data for a Singapore based
health care company
? Delivered serverless and cost-effective solution using AWS cloud services
? Pioneered 20+ dashboards with 50+ visuals in total using BI Tool AWS Quicksight to help clients make informed
decisions near real time
? Documented all the process such as requirements document and high-level design document
? Organized various agile ceremonies including Daily Scrum, Sprint Planning, Sprint Retrospect, Estimations, etc.
Wipro Limited as Business Analyst
Jun 2016 to Oct 2018
Gained understanding of the Insurance Industry - Specialty and General Insurance in Property & Casualty market by
working on key critical applications for a leading Insurance client in US
Acted as an interface between the client and different teams for making Business Requirement, functional Specifications
Document and Business Process Diagrams which made the requirements much clearer and easier for implementation and
testing
Delivered status reports and presentations to client on a regular basis
Led Transitioning-In of Client which resulted in software development and testing throughout the software development
reducing defects
Worked on ticketing platforms such as ServiceNow, JIRA, Spira and Freshdesk
Infosys Limited as Senior Systems Engineer
Aug 2011 to Apr 2014
Spearheaded the team of 13 members for the onsite project (implementation and consulting of Oracle Billing) for client
HESCOM (Hubli Electricity Supply Company) to make client go paperless in their electricity booking and billing work for its
customers
Operated closely with clients in understanding the requirements for maintenance work and eliciting it to the technical team
helping them to bridge the gap between actual and expected delivery
Provided maintenance and support of key applications (JAVA) in different projects and simulating database queries
Prepared High level and low-level test documents like Detailed Test Plan (DTP), Master Test Plan (MTP), etc.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Jaypee University of Information Technology in 2011
PG: MBA/PGDM (Marketing) from Faculty Of Management Studies in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Certified Scrum Master
Certified Scrum Product Owner
Education
IT Skills
Skill Name Version Last Used Experience
Java, Oracle, UNIX, HTML
WinSCP, Putty
Spira, Instec
AWS Cloud, Tableau, Power BI
AWS Quicksight, SQL, Data Modelling
Python
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400…
https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400145475009000… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JIRA, Confluence, MS Excel
MS POWERPOINT
Azure Cloud
Scrum Master
MS EXCEL
DataBricks
MS POWERPOINT
TABLEAU
AWS Quicksight
SPARK
MS OFFICE 2020 6 Year(s)
Service now
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 10: Resume 466 with similarity score 0.17235799275549774
B.S , MS , M.Sc , M.S work from home big data analytics , turn , algorithms , funding , pay , postgresql , excel , mumbai , resume , machine learning , statistics , sas , completion , tableau , assessment , data science , python , consumer internet , internet companies , online Assessment
Q1. Why should you be hired for this role?
I have completed my Master's in Statistics and I am very keen to develop my knowledge and help benefit the company. I have hands-on
experience on Python, R, PostgreSQL, SAS, SQL, MS Excel. I get easily adapted to new environment. Also, I prefer smart work over hard work. I
always maintain a positive attitude in difficult times which in turn helps me to deliver results quickly and precisely.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available immediately for a period of 3 months
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 9969949923
Ruchika Kapadekar
Mumbai
Applied 08 Feb'21
Python BIG DATA ANALYTICS Data Science
MSOffice Machine Learning PostgreSQL
R Programming Tableau
Master of Science M.Sc), Statistics
University of Mumbai
2018 - 2020
Bachelor of Science B.Sc), Statistics
Ramnarian Ruia College
2015 - 2018
Senior Secondary XII, Science
MAHARASHTRA board
Year of completion: 2015
Percentage: 74.00%
Secondary X
Svpm
MAHARASHTRA board)
Year of completion: 2013
Percentage: 85.00%
Machine Learning
udemy, Online
Jul 2020 - Present
This online course helps to create machine learning algorithms in Python and R from two Data Science experts
Critique on dot-com
Jan 2020 - Jun 2020
Objectives:
1.To analyze the funding raised by consumer internet companies over the years and the latest trends based on secondary
data
2. To build a predictive model to identify the customers who will pay for the services.
3. Visaulize data
Rank 11: Resume 589 with similarity score 0.16640467963998942
MS , M.Sc , M.S , BS work from home , noc engineer , student report writing , power bi , ltd , arranging , english , email hosting , troubleshooting , graphs , escalation , excel , sql , hosting services , emf , numbers , creative writing , telecommunications , range , resume , market research , servers , switches , computer science , sas , density , process automation , tableau , assessment , completion , radiation , data science , python , google analytics , cloud computing , google cloud , commerce , learning , storage management , online Assessment
Q1. Why should you be hired for this role?
I have the knowledge, experience, and excellent communication ability to be an asset to your company. Job is to take data and use it to help
companies make better business decisions. I'm good with numbers, collecting data, and market research. I chose this role because it
encompasses the skills. As I am student of M.Sc data science these are the skills that i am currently learning as a part of my course. If you hire me
then it is beneficial for both of us and also because of this covid-19 situation we're having our classes online, I'm well versed with power bi and
excel. So, this may give both of us what we need.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available.
Resume
EDUCAT ION
JOBS
Suraj Kumar
Roorkee, Delhi
Applied 08 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
MSExcel MSOffice MSPowerPoint
MSWord Report Writing Creative Writing
Google Analytics Google Cloud Computing Power BI
Robotic Process Automation
RPA
SAS SQL
Tableau
Master of Data Science
Chandigarh University
2020 - 2022
Bachelor of Computer Applications BCA, Computer science
IMS Roorkee
2014 - 2017
Percentage: 62.30%
Senior Secondary XII, Commerce
St. Johns Senior Sec School , Roorkee
CBSE board)
Year of completion: 2014
Percentage: 50.30%
Secondary X
Jawahar Navodaya Vidhyalaya , Haridwar
CGPA board)
Year of completion: 2012
CGPA 7.00/10
NOC Engineer
InKnowTech Pvt. Ltd., Gurgaon
Jan 2019 - Feb 2020
resolving any issues related to the servers, networks and telecommunications by consistently troubleshooting and
monitoring.
Data Storage Management
Alarm Handling and Escalation
Client interaction
Email hosting services
Emf Engineer
CONTACT Phone: 91 8439149865
NR Switches And Radios Pvt. Ltd., Gurgaon
Aug 2017 - Sep 2018
Checking the radiation level using Selective Range Meter, arranging site raw data, preparing site layouts, power density
graphs,
preparing EMF report as per standards and compliances.
Rank 12: Resume 327 with similarity score 0.16224060724257314
MS , B.TECH , BS work from home , software engineer , quality analyst , test analyst , application analyst functionality , manual testing , training , semiconductor , internships , office , telecom , mar , oracle , linux , api testing , unix , english , predictive modeling , email , project , introduction to , workplace , mumbai , pl/sql , resume , machine learning , computer science , languages , statistics , assessment , family , data science , python , suite , web , technology , application testing , freescale , online Assessment
Q1. Why should you be hired for this role?
I believe my previous experience in the IT field as a Analyst will make me the right candidate for this internship. I have extensive previous
experience with technologies and languages such as Oracle SQL, PL/SQL, UNIX, MS Office suite. I also have experience related to Manual
Testing. I have worked as Test Analyst for an Telecom company. I have acquired familiarity with Quality Standards and Procedures. Even when I
took a break to raise my family, I have been learning and brushing up my skills and striving to be up to date on the relevant technologies I am a
self motivated individual with effective communication skills who strives to get my work done on timely manner and provide relevant updates to
all stakeholders. I have recently completed internship with financial service company, Paysharp Inc. acquiring experience in web/API testing and
Tools like Postman. I would like to bring my experiences, knowledge and recently acquired internship experience to this position and I believe
that I would make a great asset to this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I will be available for 3 months immediately
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Meghna Balan
Bangalore, Cochin
Applied 22 Oct'20
Manual Testing English Proficiency Spoken) English Proficiency Written)
Linux MSOffice SQL
Python
Bachelor of Technology B.Tech), Computer science
Model Engineering College
1999 - 2003
Application Analyst
Hcl Tech, Bangalore
Apr 2007 - Sep 2007
Software Engineer
L&T Infotech, Mumbai
Oct 2003 - Mar 2007
QA Intern
Paysharp Inc, Virtual
Jul 2020 - Sep 2020
Functionality Testing
Non Functionality Testing
Web Application Testing
API testing
Test Analyst for NTTDOCOMO project
Quality Analyst for Freescale Semiconductor project
Application Analyst for Freescale Semiconductor project
Application Analyst for Deutsche Bank project
Top performer Data Science Training)
Verified and added by Internshala Trainings
Business Communication Skills
Internshala Trainings, Online
Jun 2020 - Jun 2020
CONTACT Email Id: meghna.nb@gmail.com
Phone: 91 9526212456
Successfully completed a four weeks online certified training on Business Communication Skills. The training consisted of
Introduction to Business Communication, Essential Communication Skills, The Application Process and Workplace
Communication Skil ls modules. In the final assessment, I scored 83% marks.
Data Science
Internshala Trainings, Online
Apr 2020 - May 2020
Successfully completed a six weeks online certified training on Data Science. The training consisted of Introduction to Data
Science, Python for Data Science, Understanding the Statistics for Data Science and Predictive Modeling and Basics of
Machine Learning modules. I scored 100% in the final assessment and was a top performer in the training.
Rank 13: Resume 756 with similarity score 0.15921903670130894
B.E , MS , B.TECH analytics manager , product development , full time , data scientist , senior analyst ecommerce , automation , award , retail , matplotlib , general , customer , algorithms , spark , nosql , designation , ug , deep learning , telecom , international business , affirmative action , information technology , mysql , data analytics , hindi , offers , statistical modeling , data collection , operational activities , natural language processing , ltd , cleansing , articulation , authorization , english , linear regression , status , excel , models , business analytics , project , business intelligence , pandas , storytelling , product management , aws , numpy , logistic regression , him , machine learning , strategy , chat , output , clear , languages , research , supply chain , foundation , sentiment analysis , flask , email marketing , osp , probability , purchasing , data science , personalization , money , python , forecasting , javascript , arima , pivot tables , hadoop , spreadsheets 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b1…
https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b14551912095958… 1/3
Current Designation: Data Scientist
Current Company: 247.ai
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
247.ai as Data Scientist
Feb 2018 to Till Date
Domains:- Retail, Ecommerce, Hospitality, Telecom, Banking, Media
Projects:
1. Personalization (Retail - Marketing): Personalizing consumers advertising experience based on their attributes
captured. This allows brands to have a more impactful engagement with consumers that drives sales lift and higher return
on ad spend.
2. Recommendation Engine (Telecom & Retail): Serving 'n' relevant Responses as a set of recommendations to human
agent against a query coming from a visitor.
Propensity to Purchase (Retail & Media): Based on a number of variables find out the probability of a customer (Hot leads)
needing assistance and sending him a proactive chat invite to provide assistance for purchasing.
Predictive Persona (Hospitality): Finding the amount of money each client is ready to spend, and then delivering the
maximum value (Best offers) for that amount.
Intent Discovery (Banking): Identifying the intent for which the customer has come to chat to improve the conversational
experience of our bots.
Forecasting: Predicting the number of chat requests for the future to plan the manpower.
Achievements:
Best performer award (Above & Beyond) for Q1 and Q3 2019-20
Best performer award (Bravo) for Q4 2019-20.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
RAJESH KUMAR
Data Scientist seeking roles in Data Science, Data Analytics, Linear Regression,
Logistic Regression, Natural Language Processing, Statistical Modeling, Deep
Learning, Machine Learning, Python, Pandas, Numpy, Matplotlib, Hadoop, elastic
search
Key Skills: Data Science,Data Analytics,Logistic Regression,Natural Language Processing,Statistical Modeling,Deep
Learning,Machine Learning,Python,Pandas,Matplotlib,Hadoop,Neural
Networks,Forecasting,Spark,NoSQL,Excel,SQL,Management,Analytics,Product Management
Summary
Data Scientist with 5 years & 3 months of experience, having an extensive knowledge and applied experience in Data science
with strong academic foundation in Python, Machine Learning, Natural Language Processing, Business Analytics, AI based
Marketing Techniques, Forecasting & Product Development.
Highly exposed to the international business environment.
Ability to understand business problems and convert them to an optimal data strategy.
Strong storytelling & articulation skills ability to convert analytical output into clear, concise, and persuasive insights &
recommendations for technical & non-technical audience.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b1…
https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b14551912095958… 2/3
E2Open as Analyst
Jan 2017 to Feb 2018
Domain: - Supply Chain, Channel Data
Role:
Interacting with clients and helping them to analyze their data and understanding their needs and enriching the solution by
implementing the same.
Used statistical models like Regression and ARIMA to forecast sales of the manufacturers.
Excelled in using Excel functions to generate spreadsheets and pivot tables.
Participated in management meetings and provided key inputs on the data for the clients in the project.
Sentiment analysis on customer feedbacks data.
Achievements:
Winner of ZID (Zyme Ideas - Hackathon)
Awarded with "Best New Comer".
OSP Consulting India Pvt Ltd (Outsource BigData) as Senior Analyst
Aug 2015 to Dec 2016
Responsible for collecting, cleansing, analyzing and delivering appliance certification data for different manufactures in the
USA market.
Analyzing & Automating the operational activities with the help of different algorithms & Python modules. Developing
Python Script for End to End Automation of Email Marketing Campaign.
Collecting the right attributes of products from a large set(more than 1 lac) of certifications data
Analyzed and Automated the multiple data collection projects(more than 1 million products) using different Python
Modules and reduced each project time from weeks to hours.
UG: B.Tech/B.E. (Information Technology) from Cochin University of Science and Technology (CUST) in 2015
Other Qualifications/Certifications/Programs:
Deep Learning Specialization, Deeplearning.ai (Andrew Ng)
Machine Learning, Stanford (Andrew Ng)
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Python, Pandas, Numpy, Matplotlib
Hadoop, Spark, MySQL, AWS, Flask
MySQL
NoSQL
SPARK
Elastic Search
Languages Known
Language Proficiency Read Write Speak
ENGLISH Expert
HINDI Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b1…
https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b14551912095958… 3/3
Physically Challenged: No Employment Status: Full time
Rank 14: Resume 870 with similarity score 0.15642502033961866
B.E , MS , B.TECH , BS azure developer , project lead , associate , devops , data engineer , azure architect , solution architect , full time , system engineer microsoft azure , docker , build automation , work allocation , mainframe testing , status , express , infosys , components , building , cobol , supply chain , data processing , react.js , devops , spark , kubernetes , data visualization , designation , mar , hindi , cluster , ltd , architects , json , english , troubleshooting , agile , project , mongodb , process analysis , construction , pipelines , data flow , javascript , insurance , business requirements , managed services , reporting , general , data migration , affirmative action , information technology , glue , public , power bi , kafka , ratings , architecture , email , aws , premises , customer experience , languages , athena , business process , hive , management system , dashboards , web , database , ug , data extraction , tamil , analytics , particular , authorization , enterprise , aggregation , sql , tracker , application , lake , ecs , s3 , storage , tableau , python , cloud computing , load , etl 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f1…
https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f12021748515b5d… 1/3
Current Designation: Cloud Data Engineer
Current Company: Sopra Steria
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Certification Program [Cloud
Computing]
Verified : Phone Number | Email - id
Sopra Steria as Cloud Data Engineer
Apr 2017 to Till Date
Azure Data Engineer
Extract,Transform and Load data from source systems to Azure Data Storage services using Azure Datafactory,SPARK
SQL,Azure Data lake Analytic. Data ingestion to one or more Azure Services (Azure
Data Lake,Azure Storage,Azure SQL) and processing data in Azure Databricks. Created Pipelines in
ADF using Pipelines to E/T/L data from different sources like Azure SQL,BLOB,Azure SQL. Developed Spark applications
using PYSPARK and SPARK-SQLfor data extraction,Transform and Aggregation from multiple file formats. Responsible
for monitoring and Troubleshooting of SPARK Databricks Cluster.Wrote UDFs to meet business requirements in Pyspark
(Python + SPARK).Developed JSON scripts for deploying the pipeline in ADF.Also integrated the Azure Data explorer with
Power BI to create Dashboards.
Lead Pyspark Developer
Design and develop ETL integration patterns using Python in SPARK.Create PYSPARK frame to bring data fron DB2 to
Azure Blob. Optimize the Pyspark jobs to run in Kubernetes cluster for faster data processing. Migrated the on-prem ETL
process to Azure cloud.Implement CICD pipeline for code deployment.Review components developed by Team members.
Solution Architect
Designing an Architecture to migrate the On-Premises application to Azure Cloud and getting approval for the same from
the Enterprise Architects. Building scalable and resilient applications on Azure Creating Associate performance Tracker
using TABLEAU, where the data flow was from Azure DataBricks to Tableau Server.
Architect/Developer
Moving and Deploying a Web App to LAMBDA function, AWS-Fargate. Skills and Tools UsedDocker,ECS, LoadBalancer,
ApacheTomcat
Architect/Developer,
Building an Automated Business Process using Managed Services on a Public Cloud. Skills and Tools Used-
Kinesis/KAFKA, DynamoDB, S3, SNS, EMR Database-Redshift moving data from S3 using GLUE.
Free lancing Architect/Developer, India.
Last Active: 1-Feb-21 Last Modified: 27-Jan-21
Vikash Kumar
Azure Data Engineer seeking roles in Software Development, Application
Development, Data Visualization, Data Extraction, Data Migration, Requirement
Analysis, Build Automation, Process Analysis, Mainframe Testing, Python, MongoDB,
Tableau, React.Js
Key Skills: Azure Data Engineer, Project Lead, Software Development, Application Development, Data Visualization, Data
Extraction, Data Migration, Requirement Analysis, Build Automation, Process Analysis, Mainframe Testing, Python,
MongoDB, Tableau, React.Js
Summary
A result-oriented professional with an experience of 10 years in Software Development, Application Development, Data
Visualization, Data Extraction, Data Migration, Requirement Analysis, Build Automation, Process Analysis, Mainframe Testing,
Python, MongoDB, Tableau, React.Js
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f1…
https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f12021748515b5d… 2/3
Developing a complete solution to migrate the On-Premises Hotel management System to AWS Cloud.
Designed the Legacy system Mainframe to stream the real time data to Data lake using KAFKA integration for most of the
supply chain system by successfully creating and implementing a data pipeline. Designed and developed a recommender
system that studied the customer experience based on the purchased products and gave the ratings accordingly.
Designed a brand-new application "Work Allocation to Associate" based on the performance of the associates on
particular work units using Technologies like Pyspark/KAFKA/PYTHON/COBOL. Working towards agile methodology. Data
Migration from COBOL files to Data Lakes - from On-Prem to AWS Public Cloud. The Data was loaded from S3 to Athena
from where Quicksight was used for Reporting and Analytics.
Cognizant as Associate
Apr 2014 to Mar 2017
Responsible for developing Mainframe/COBOL application for Insurance Domain. Accountable for all phases of
development process analysis, design, construction, testing and implementation.
Infosys Ltd as System Engineer
Aug 2010 to Mar 2014
Developed Mainframe/COBOL application for Banking Domain.
UG: B.Tech/B.E. (Information Technology) from Sri Sivasubramaniya Nadar College of Engineering in 2010
PG: PG Certification Program (Cloud Computing) from Great Lakes Institute of Management in 2020
Other Qualifications/Certifications/Programs:
Microsoft AZURE Architect Expert
Microsoft AZURE Developer Expert
AWS Certified Solution Architect-Associate
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Python, Pyspark, Kafka, Mongodb
DataBricks, TABLEAU, React Js, Node Js
Express, DevOps, Kubernetes, Docker
AWS, Aws Lambda, Route53
Microsoft AZURE, Power BI, AWS Redshift
GLUE, KINESIS, DynamoDB, EMR, HIVE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f1…
https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f12021748515b5d… 3/3
Physically Challenged: No Employment Status: Full time
Rank 15: Resume 516 with similarity score 0.1539986080743718
M.Sc , M.S , BS , B.E , MS work from home , networker , system administrator , associate , on call , full time , system engineer big data analytics , automation , foundations , internships , css , access , data visualization , developers , mar , regression analysis , in-depth analysis , databases , linux , data collection , power bi , natural language processing , apache , ltd , advanced , red hat , risk , escalation , linear regression , excel , models , sql , matrix , application , aws , investments , resume , emc networker , github , data analysis , film , machine learning , shell scripting , computer science , linkedin learning , publications , research , flask , tableau , assessment , cassandra , data science , python , arima , forecasting , technology , insurance , amazon web services , html Assessment
Q1. Why should you be hired for this role?
A Data Science professional with experience in delivering data-driven solutions by using Machine Learning and Advanced Analytics to produce
actionable insights and solve business problems. Skilled in defining data requirements and developing scalable data collection services,
exploring trends in data and communicating stories through in-depth analysis using Python, R, SQL, Tableau and Power Bi and seeking for an
opportunity to work/ add experience to the profile in Data Science/Analytic industry utilizing analytical, logical & methodical skills and relevant
expertise to help the company achieve business goals while sticking to vision, mission and values.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available full time for the mentioned duration of the internship in Pune for a work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Saurabh Kakade
Pune
Applied 09 Feb'21
Python Natural Language Processing
NLP
Apache Cassandra
Data Analytics Data Science Linux
R Programming BIG DATA ANALYTICS CSS
GitHub HTML Machine Learning
Power BI SQL Shell Scripting
Tableau Amazon Web Services AWS
Master of Science M.Sc), Data Science
Institute Of Technology Carlow
2019 - 2020
Bachelor of Engineering B.E, Computer Science
PVPIT
2013 - 2016
Percentage: 61.00%
ASSOCIATE SYSTEM ENGINEER
FIS Solutions India) Pvt. Ltd., Pune
Feb 2017 - Mar 2018
Linux Trainee Executive
FIS Solutions India) Pvt. Ltd., Pune
Feb 2018 - Mar 2018
Monitoring Database and alerts for Production and test databases.
Automation, Job monitoring, on call escalation matrix, big brother tool monitoring, network monitoring.
Backup Tapes using EMC Networker.
Learning Excel: Data Analysis
National Association Of State Boards Of Accountancy, Carlow
Oct 2020 - Oct 2020
Learning Amazon Web Services AWS For Developers
LinkedIn Learning, Carlow
Oct 2020 - Oct 2020
AWS For Developers: Identity Access Management IAM
LinkedIn Learning, Carlow
Oct 2020 - Oct 2020
PROJECTS
CONTACT Phone: 91 9561384545
Machine Learning AZ Hands-On Python & R In Data Science
udemy, Carlow
Jan 2020 - Jan 2021
Learn To Code In Python
udemy, Pune
Sep 2019 - Dec 2019
IT Information Library Foundations Certification ITIL
PEOPLECERT, Pune
Apr 2017 - Apr 2017
RED HAT CERTIFIED SYSTEM ADMINISTRATOR RHCSA
Red Hat , Pune
Nov 2016 - Jan 2017
Thesis: Analysis of the use of Technology and Innovation in Movies
Oct 2019 - Aug 2020
The research was carried out to predict the film success rate through Regression and predictive analysis created using web-
scrapping method in python to get Fanbase and Marketing data of the film using Decision Tree Regression Analysis.
AXA Insurance Business Problem – Rural Crime Scoring
Jan 2020 - Mar 2020
Crime is a growing concern in rural Ireland due to lack of police resourcing & an increasingly aging population. AXA request
was fulfilled by identifying areas most at risk to rural crime by applying data visualization & Linear Regression.
Web-Scrapping using Python
Nov 2019 - Jan 2020
https://github.com/saurabh-kakade/Web-Scrapping
Developing strategies and techniques for extracting usable data from raw HTML is an important skill, and this assignment is
designed to expose hands on skills to the techniques which must be mastered and applied when working with “web data”.
Web-App-using-Flask
Oct 2019 - Jan 2020
https://saurabhkakade.pythonanywhere.com/
Enabling the dynamic creation of visualizations via a web-based application can also enhance interactions with published
outcomes. This assignment explores the technologies and techniques used to enable such publications & develop a web-
app in Flask.
Indian Share Market Forecasting with ARIMA Model.
Jul 2015 - Apr 2016
Developed various models for financial market and investments. The proposed system represents the idea of how to predict
share market price using Artificial Neural Network with a given input parameters of share market.
https://github.com/saurabh-kakade/Web-Scrapping
https://saurabhkakade.pythonanywhere.com/
Rank 16: Resume 284 with similarity score 0.1535836759195678
B.S , M.Sc , M.S , BS , MS work from home , test analyst , data analyst validation , deep learning , oracle , excel , infosys , information systems , fit , mumbai , operations , resume , pl/sql , testing , transformation , sql server , completion , assessment , data science , python , test data , database Assessment
Q1. Why should you be hired for this role?
I am strongly willing to get into the Data Science domain. Recently, I completed my Masters in Data Science and had prepared a thesis on
predicting model based on Deep Learning in Python. I think I am a good fit for this internship
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available
Resume
EDUCAT ION
JOBS
Kirtan Patel
Mumbai
Applied 08 Feb'21
Python MSExcel SQL
R Programming
Post Graduate Program in Management P.G.P.M.), Information Systems
IBS Mumbai
2018 - 2020
Master of Science M.S.), Data Science
LJMU
2019 - 2020
Percentage: 62.00%
Diploma, Data Science
Iiit Bangalore
2018 - 2019
CGPA 3.40/4
Master of Science M.Sc), IT
Sk Somaiya
2016 - 2018
Percentage: 70.00%
Bachelor of Science B.Sc), IT
Sk Somaiya
2012 - 2015
Percentage: 70.00%
Senior Secondary XII, Science
Kj Somaiya
HSC board)
Year of completion: 2012
Percentage: 65.00%
Secondary X
NMWS High School
SSC board)
Year of completion: 2010
Percentage: 73.00%
Test/Data Analyst
Capgemini, Mumbai
Jan 2018 - Sep 2018
Working as a database test aanalyst, analysing and validating data in MS SQL server and MS EXCEL
Test Analyst
CONTACT Phone: 91 9022884567
infosys, Mumbai
Dec 2015 - Jan 2018
Worked as as Sr. Testing Executive validating database transformation operations in Oracle SQL. Created SQL and PL/SQL
queries which automatically injected test data in table for validation.
Rank 17: Resume 1372 with similarity score 0.15140956481917944
B.E , MS , B.TECH cyber security , software engineer , information security , application designer , associate , technology lead , peoplesoft financials , data management , implementation specialist , solution consultant , informatica , full time , team lead , technical lead , aws solution architect training , telugu , connect , data warehouse , suggestions , conducting , status , indicators , digital transformation , infosys , data architecture , apache spark , sentiment analysis , sql server , data integrity , organization , thought leadership , data processing , functional specifications , technical leadership , performance metrics , designation , pen , hindi , cloud , technical requirements , information security , data modeling , english , agile , financials , provisioning , global reporting , range , obiee , architecting , data analysis , disaster recovery , machine learning , strategy , bip , enterprise data , javascript , dac , technology , data engineering , hadoop , business continuity , data governance , measures , cyber security , performing , vendors , saint , affirmative action , oracle , power bi , unix , service delivery , kafka , snowflake , advanced , linear regression , strategic planning , continuity management , email , business intelligence , aws , project delivery , investments , edge , data quality , simulations , languages , big data , hive , real-time data , unstructured data , architecture frameworks , dashboards , layout , proof , infrastructure solutions , transformation programs , nosql , analytics , authorization , risk , teams , phishing , clarity , business analysis , application , electronics , datasets , ecs , s3 , offshore , agents , row , tableau , peoplesoft , pivotal , rpd , python , campaigns , service standards , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d10…
https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d105515435a5b5c… 1/3
Current Designation: Technology Lead Principal Solution
Consultant
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Infosys as Technology Lead Principal Solution Consultant
May 2012 to Till Date
Infosys, (Raleigh, USA & Hyderabad, India)
Client: Fidelity Investments, SPS Global Reporting
Location: Bangalore
Duration: Sep'19
Environment: AWS EMR, S3, Kafka Connect, Snowflake, Apache NIFI, IAM, AWS, Power BI
Principal Solution Consultant / Solution Architect
* Facilitated key stakeholders to forecast the quality of stock for optimizing gains & bringing clarity
* Analyzed the proposals as well as delivered valuable suggestions pertaining to best technical solutions to migrate the
application to AWS
* Engaged in architecture design & review along with designing Cloud Formation template for successful execution
* Rendered services by delivering Infrastructure solutions to a wide range of clients including end-to-end configuration
for AWS Big Data
* Working closely with various teams across the company to identify and solve business challenges utilizing large
structured, semi-structured, and unstructured data in a distributed processing environment
* Defining and establishing a data governance process to include enterprise data governance and data conformance to
govern policies required to ensure data integrity
* Managing data analysis and processing activities involving analyzing, studying and summarizing data for extracting
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ashok Kumar Pyaram
Technical Lead/Principal Solution Consultant targeting assignment in Big Data
Engineering ,Spark, Kafka, NoSQL, Data warehouse, AWS Certified, Data
Engineering, Business Intelligence, Data Modeling, PLSQL, Advance Analytic
Key Skills: Hadoop, Hive, Spark, Kafka, S3, AWS, OBIEE, Informatica, PLSQL,
Summary
* Strategic IT Leader with nearly 15 years of rich and extensive experience spanning across Small, Mid-size and Large-size
firms
* Wide Technical experience in architecting, designing & implementing Big Data, DW solutions
* Possess extensive on-site exposure of working in the US for 4.5 years and UK for a span of 1 year
* Keen analyst with excellence in understanding and gathering requirements of Clients / Vendors / Consultants & other
multiple stakeholders, followed by provisioning through Data Engineering/Business Intelligence Solutions
* Delivered thought leadership in challenging the status quo to enhance the current services and technologies
* AWS Certified Solution Architect: drove digital transformation programs along with creating POC's
* Demonstrated expertise in design of cyber security Data Lake/Analytics & Reporting, having built information Security, and
Business Continuity Management reports by designing & enforcing policies, processes & controls
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d10…
https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d105515435a5b5c… 2/3
useful information which would assist in strategic planning
* Establishing a process for the use of data architecture frameworks to include business data management, business
intelligence, data quality and data usage
* Establishing and reporting Analytics Performance metrics, Service Level Agreements, and Key Performance
Indicators
* Working closely with the clients for requirement gathering, business analysis, governing functional and high-level
technical requirements and finalizing technical / functional specifications for the project
* Supporting an Agile team with responsibilities varying from creating and demonstrating Proof of Concepts (PoC);
developing reference architectures and coding best practices to performing a variety of architecture analyses, and
evaluating leading-edge technologies for use in the enterprise
* Ensuring that the project delivery team structure is adequate and enforces compliance, best practices, approach &
direction for the technical aspects of the organization's practice; providing technical leadership
* Defining service standards and guidelines that serve as benchmark for excellent service delivery; adhering to set
SLAs for all support processes; tracking metrics to measure the effectiveness of the support processes
Significant Highlights:
* Mentored & guided the offshore and onshore team consisting of 20 members as well as delivered architectural
guidance to 5 BI cloud migration teams in the account
* Showcased excellence in saving infrastructure cost by $90 million
Client: Fidelity Investments, Cyber Security Phishing Simulations
Environment: Hadoop, Hive, Spark (Spark Streaming, Spark MiLB, Spark SQL), Python, Power BI, Tableau, Kafka
Principal Solution Consultant
* Key role in designing & architecting the data model for Phishing campaigns through big data ingestion and data
warehousing
* Data Ingestion into HDFS and create HIVE warehouse of simulated phishing emails dataset and analyze to identify
employees training requirements using Apache Spark framework, Spark SQL, Pyspark.
* Responsible for unifying Kafka with Spark Streaming for real-time data processing and Spark MiLB for data
fragmentation into Category-based, risk-based to perform Advanced Analytics
* Established a robust Machine Learning model to examine key parameters from datasets encompassing Pen test,
security patches, certification End of Life, Vendor Findings, Application Findings, and disaster recovery data for
applications & products; designed & developed several ECS Strategy metrics
* Pivotal role in conducting Sentiment Analysis, KNN, Clustering and Linear Regression
CSC as Sr. Software Engineer
Nov 2007 to May 2012
Client: BI Competency, RMG, Zurich, Diageo, Saint Goblin
Environment: Informatica 7.8, OBIEE 10g, DAC, SQL Server, Unix
* Worked on-site at client location in London, UK for a span of 1 year
* Successfully participated in design, development and supporting BI RPD, Logical model, dimensional hierarchies,
derived measures, initialization blocks, Dashboards & reports, Agents, ETL & DAC Execution plans, Object and row level
security and OBI variables
Keane India as Software Engineer
Dec 2005 to Nov 2007
* Gained extensive exposure in working on Peoplesoft Financials 9.0, People tools 8.48, Application Designer, People
Code, Application Engine, file layout, oracle 10g and UNIX
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Jawaharlal Nehru Technological University in 2005
Other Qualifications/Certifications/Programs:
AWS Solution Architect Certified Associate,Oracle Business Intelligence Implementation Specialist
Oracle Cloud Platform Enterprise Analytics 2018 Associate
Education
IT Skills
Skill Name Version Last Used Experience
SPARK 2020 4 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d10…
https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d105515435a5b5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Kafka 2020 2 Year(s)
HIVE 2018 1 Year(s)
AWS 2020 2 Year(s)
Informatica 2017 8 Year(s)
OBIEE, BIP 2016 8 Year(s)
PLSQL 2017 8 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 18: Resume 987 with similarity score 0.14976939131424574
B.E , MS , B.TECH part time , system engineer , full time , data analyst ecommerce , react.js , api , access , check-in , security , designation , deep learning , ug , keywords , protocol , data mining , information technology , mysql , affirmative action , data analytics , hindi , statistical modeling , keras , ltd , outsourcing , authorization , internet , english , linear regression , status , multinational , models , email , store , business intelligence , infosys , pandas , mongodb , gitlab , data analysis , c++ , features , machine learning , computer science , languages , client accounts , data science , pipeline , python , javascript , history , ml , search , artificial intelligence , fraud detection , ldap , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a465842…
https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a4658420042410a0b5a… 1/2
Current Designation: System Engineer - Machine Learning
Current Company: IndiaMART InterMESH Ltd
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: Integrated PG [Computer Science]
Verified : Phone Number | Email - id
IndiaMART InterMESH Ltd as System Engineer - Machine Learning
Jul 2019 to Till Date
Fraud Detection:
development a Deep Learning model using Sequence
Bucketing to facilitate dynamic length activity sequences.
Detection of Banned Keywords:
Development of a Bi-LSTM-CNN model for detection of
banned products with Multi-sensing layer to
accommodate polysemous words using TensorFlow.
Development of a deep learning ensemble model for
banned buyleads detection with Fasttext embeddings.
Retraining of ML models using Transfer Learning with
Keras.
Data Analysis of existing models to track performance.
Deployment banned product API on GitLab and deep
learning model using DVC.
ML Insight :
design and development of pipeline for a central
database to store ML predictions of existing ML models.
Infosys Limited as System Engineer Trainee (MERN Stack)
Feb 2019 to May 2019
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Naincy Saxena
System Engineer seeking roles in Data Science,Data Analysis,Data Analytics,Data
Mining,Deep Learning,Machine Learning,Artificial Intelligence,Linear
Regression,Statistical Modeling,Predictive
Modeling,MongoDB,React.Js,Python,MySQL,Java,C,C++
Key Skills: System Engineer,Data Analyst,Data Science,Data Analysis,Data Analytics,Data Mining,Deep
Learning,Machine Learning,Artificial Intelligence,Linear Regression,Statistical Modeling,Predictive
Modeling,MongoDB,React.Js,Python,MySQL,Java,C,C++
Summary
Experienced ML Developer with a demonstrated history of working in the computer science industry. Enthusiast for
programming with a knack for developing machine learning and deep learning models to analyse and automate real life
problems, always proactive in learning new technology and enhancing skill competencies as
an individual
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a465842…
https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a4658420042410a0b5a… 2/2
An Indian multinational corporation that provides business
consulting, information technology and outsourcing services
Developed an Employee Migration System using MERN
(Mongodb, ExpressJS, ReactJs, NodeJs), facilitating users
to onboard and offboard client accounts and rollover
projects
Provided additional features like Role Based Access
Control(RBAC) using LightWeight Directory Access
Protocol (LDAP), Security Check-In and Global Search
UG: B.Tech/B.E. (Computers) from Jaypee Institute of Information Technology, Noida in 2019
PG: Integrated PG (Computer Science) from jaypee institute of information technology, noida in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Machine learning, Deep learning
TensorFlow, Python, Pandas, ReactJs
MongoDB, MySQL, Java, C, C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 19: Resume 1341 with similarity score 0.14245169163672805
B.S , MS project manager , science manager , devops , partner , assistant vice president , data scientist , full time , vp , project leader , engineering leader schema , microsoft azure , deep learning , space , nlp , learning techniques , linux , gateway , flume , digital , design documents , status , store , data architecture , disposal , apache spark , components , logistic regression , building , infrastructure , cdh , scala , scikit-learn , data science , forecasting , organization , qlikview , retail , decisioning , devops , kubernetes , forest , designation , loans , pre-sales , hindi , cluster , ltd , yarn , english , customer data , shopping , agile , project , dwh , live , leadership , solution architecture , redis , construction , pipelines , performance tuning , bank statements , platform integration , machine learning , fw , test strategy , iterative , customer engagement , data integration , benchmarking , history , javascript , artificial intelligence , technology , data engineering , hadoop , big data analytics , boost , general , performing , scrum , vs , affirmative action , power bi , kafka , postgresql , email , business analytics , business intelligence , aws , bengali , prediction , languages , fab , sqoop , text analytics , hive , amazon , assessment , cassandra , mobile , ml , credit risk , api , onboarding , ug , risk models , scratch , visualization , authorization , teams , enterprise , credit scoring , record , text classification , ecosystem , lake , map , less , resume , time series analysis , sage , running , finance , framework , preparation , cloudera , tableau , hbase , python , cloud computing , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 1/4
Current Designation: Senior AI ML Architect - Data Scientist
Current Company: Wipro Enterprise
Current Location: Bengaluru / Bangalore
Pref. Location: Delhi / NCR,Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Wipro Enterprise as Senior AI ML Architect - Data Scientist
Sep 2020 to Till Date
Data Scientist, AI ML Architect
Home Credit Finance as Assistant Vice President Big Data (Artificial Intelligence)
Jul 2019 to Sep 2020
Title: Home Credit India
Project Description: Part of Data team which is responsible for Data Engineering, Machine Learning and Cloud
Implementation. One of the major activities is to build credit risk models leveraging external data sources to assess
creditworthiness of customer. Credit scoring of the customers are done before granting loans, Leveraging various
customer data points like purchase history (Mobile usage, transactions data etc) , Occupation details( Resume Data ),
shopping behavior ( digital transactions) etc using various Machine Learning Techniques which aids in loan decisioning
process
Following are major responsibility areas
Machine Learning:
Partner with leading companies to enhance mutual customer engagement to explore the opportunities to assess the
creditworthiness of the customers. Fix the Gini improvement achieved from these sources.
Text Analytics: Applying Deep Learning techniques perform text classification on sources like bank statements etc
OCR: Building solutions around OCR using ML/ DL techniques / Integration to facilitate onboarding of customers
Cloud Computing:
Deploy Machine Learning models on cloud infrastructure like Microsoft Azure, Google Cloud. Containerizing ML models
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashish Singh
AI/ Data Engineering leader seeking assignment in Data Analytics,Data
Engineering,Cloud Computing having significant experience in setting up data
practices and managing.Looking for leadership positions to apply my knowledge &
skills in digital space
Key Skills: Data Engineering,Cloud Computing,Artificial Intelligence,Machine Learning,Deep Learning,Apache
Spark,Kubernetes,GCP,Microsoft Azure,AWS,Delivery head,Time Series Analysis,NLP,Big Data,NLU
Summary
Experienced AI/ML leader with good experience in Data Science, Data Engineering, Cloud implementation. Leader with a
demonstrated history of setting up Data coe/ practices from scratch and scaling.Proven track record of building high performing
teams from and delivering data engineering ,Analytics products and solutions.
Currently working as Assistant Vice President Big Data (Artificial Intelligence) in Home Credit
Specialities: Data Science (ML, DL), Native Cloud Implementation (AWS, Azure, GCP), Big Data (Data Ecosystem), Project
Management, Solution Architecture & design, Pre-sales
Certification: One-year executive program in Business Analytics (CBA) from Indian School of Business (ISB), Hyderabad
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 2/4
on Kubernetes
Use Cloud ML Offerings for Modelling like Azure ML, AWS sage maker
Building containerized solution of Machine Learning Models leveraging Kubernetes, Kubeflow(POC) along with Knative
exploration
Data Architecture: Building Data architecture pipelines on-prem / cloud for data integration with existing data sources.
Technology Stack: Python, Azure - Serverless (Azure Functions), K8, Azure Kubernetes Service (AKS), data Factory, API
Management (Gateway) ,AWS , Kafka , Spark , Hive, Big Query, Google Cloud
ML : XGBoost, LightGBM, Cat Boost, Logistic Regression, KNN, Random Forest, K_means, UMAP, Deep Learning
Live Career India Pvt Ltd as Senior Data Engineering - Data Science Manager
Sep 2015 to Jul 2019
Setting up data analytics practice in the organization. Primary objective is to ingest data from different sources, transform
as per the buisness needs and perform data analytics on top of it. Basically create a data lake which stores all types of
data and serves all data needs of the business. Technology stack hadoop and ecosysyem components, apache spark for
real time, sisense and tableau for business intelligence
NEC Technologies India Ltd as Senior Data Engineering - Science Manager
Feb 2011 to Sep 2015
Key projects include:
Title: Big Data Analytics Platform Integration
Project Description:
Develop a unified platform to integrate different components of Machine learning using Predicting Engine along with
Visualization. Project should also provide a DevOps platform for the unified platform. Productize churn development.
Project is aimed at providing end-to-end implementation from data ingestion from disparate sources to Hadoop ( Hive) and
the data store to be linked with Visualization Platform ( Tableau )
Client NEC
Duration Dec 14 -Sep 15
FW Hadoop ( Apache Hive , Sqoop, Flume) , Tableau , Qlikview, Netcracker
Role Project Manager
Responsibilities Performing End-to-end Delivery and Project management (Scope, Budget, Schedule, Risk
Assessment ),
Create SOW, Managing Product Backlog , Sprint Backlog, master test plan, test strategy and release schedule and all
related project management documents
Preparation/Review design documents
Facilitate design, construction and deployment of the Portal , DWH Framework
Hive Schema Creation
Conversion of SQL Queries to Hive , Performance Tuning
Hadoop Cluster setup on Cloudera ( CDH 5)
Benchmarking of Hive / Apache Spark Queries
Team Size 10
Platform Hadoop
Software Development Methodology Agile ( Scrum)
Domain Big Data Platform
Title: Benchmarking on Hive / Apache Spark
Project Description:
Hadoop to be used as Data Store and Hive / Spark to be used as Feature Calculation. Benchmarking to be done for
Postgres Vs Hive Vs Spark and results / recommendations to be shared as a deliverable
SQL queries running on top of PostgreSQL is taking long time which needs to be reduced using Hadoop Components and
make them Big Data Based
Client NEC
Duration 6 Months ( Aug14 - Dec 14)
FW Hadoop ( Apache Hive , Apache Spark)
Role Project Manager
Responsibilities Performing End-to-end Delivery and Project management (Scope, Budget, Schedule, Risk
Assessment ),
Create SOW, Managing Product Backlog , Sprint Backlog, master test plan, test strategy and release schedule and all
related project management documents
Preparation/Review design documents
Facilitate design, construction and deployment of the Portal , DWH Framework
Hive Schema Creation
Conversion of SQL Queries to Hive
Benchmarking of Hive / Apache Spark Queries
Team Size 3
Platform Hadoop
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 3/4
Software Development Methodology Iterative
Domain Telecommunication
Retail auto Ordering
Retail AO framework is an automatic order generation engine. The purpose of this tool is to predict the sales based on the
prediction model in the system. The predicted sales are used by the simulator to generate the order such that chance loss
and disposal rate should be less.
The purpose of this phase is to generate the prediction models and decide the best prediction model. The system is
trained by providing past sales and order data of product and its subcategory. The system uses this data and provides it
as an input to the FAB engine
Title: Machine Learning POCs
Project Description:
Retail auto Ordering
Retail
AO framework is an automatic order generation engine. The purpose of this tool is to predict the sales based on the
prediction model in the system. The predicted sales are used by the simulator to generate the order such that chance loss
and disposal rate should be less.
The purpose of this phase is to generate the prediction models and decide the best prediction model. The system is
trained by providing past sales and order data of product and its subcategory.
UG: B.Sc (Maths) from Burdwan University in 2001
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2004
Other Qualifications/Certifications/Programs:
Certificate in Business Analytics - ISB
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop ( HDFS , Map Reduce) 2015 4 Year(s) 0 Month(s)
HBase , Hive 2015 4 Year(s) 0 Month(s)
Hadoop ( YARN Based )
Mongo DB, Cassandra , Redis, HBase
Text Analytics, Social Network Analytics
Forecasting analysis 2015 1 Year(s) 0 Month(s)
MACHINE LEARNING 2015 4 Year(s) 0 Month(s)
Apache Superset , Tableau, Power BI
Python, Java , Scala
TensorFlow, Scikit-learn
Pytorch, Azure ML
Amazon Sage Maker
Kubernetes, Istio, Helm, Prometheus
EFK stack, Distributed Tracing - Jaeger
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 4/4
Nature of Employment: Full Time
Role: Project Leader
Duration: Dec 2014 - Till Date
Onsite / Offsite: Onsite
Team Size: 10
Nature of Employment: Full Time
Role: Project Leader
Duration: Aug 2014 - Dec 2014
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Role: Project Leader
Duration: Apr 2014 - Sep 2014
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Bengali Proficient
Projects
Project Title: Big Data Platform Integration
Client: NEC
Skill Used: Hadoop ( Apache Hive , Sqoop, Flume) , Tableau , Qlikview, Netcracker
Platform Hadoop
Software Development Methodology Agile ( Scrum)
Domain Big Data Platform
Project Details: Project Description:
Develop a unified platform to integrate different components of Machine learning using Predicting Engine along with
Visualization. Project should also provide a DevOps platform for the unified platform. Productize churn development. Project
is aimed at providing end-to-end implementation from data ingestion from disparate sources to Hadoop ( Hive) and the data
store to be linked with Visualization Platform ( Tableau )
Project Title: : Benchmarking on Hive / Apache Spark
Client: NEC
Skill Used: Platform Hadoop
Software Development Methodology Iterative
Domain Telecommunication
Project Details: Project Description:
Hadoop to be used as Data Store and Hive / Spark to be used as Feature Calculation. Benchmarking to be done for Postgres
Vs Hive Vs Spark and results / recommendations to be shared as a deliverable
SQL queries running on top of PostgreSQL is taking long time which needs to be reduced using Hadoop Components and
make them Big Data Based
Project Title: Machine Learning POC's
Client: NEC
Skill Used: Platform Linux
Software Development Methodology Agile (Scrum)
Domain Telecommunication
Project Details: Retail auto Ordering
Retail AO framework is an automatic order generation engine. The purpose of this tool is to predict the sales based on the
prediction model in the system. The predicted sales are used by the simulator to generate the order such that chance loss
and disposal rate should be less.
The purpose of this phase is to generate the prediction models and decide the best prediction model. The system is trained
by providing past sales and order data of product and its subcategory. The system uses this data and provides it as an input
to the FAB engine
Rank 20: Resume 1266 with similarity score 0.1423469414769622
B.E , MS , B.TECH , BS analytics manager , data management , data scientist , full time , technical lead , business analyst faq , financial services , watson , microsoft azure , classification , bloomberg , digital , cpg , status , predictive modeling , bot , snapshot , mumbai , computer vision , mobile platforms , features , fundamentals , chat , opencv , payments , foundation , data science , swaps , forecasting , organization , capture , mobility , retail , spark , traction , designation , hindi , speech , ltd , windows , english , leadership , range , ibm , machine learning , probability , javascript , artificial intelligence , derivatives , knowledge base , gujarati , proposition , reporting , general , performing , pages , affirmative action , information technology , data analytics , cash flow , natural language processing , power bi , mobile banking , customer service , email , envisioning , business intelligence , aws , print , information systems , android , hp , customer experience , languages , text analytics , amazon , geography , ml , search , manuals , database , ug , coe , offers , model building , lifetime value , authorization , rtc , ios , models , application , ecosystem , focus , fixed income , running , trade finance , framework , python , load , metrics 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420…
https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420a16135809015… 1/3
Current Designation: Data Scientist
Current Company: Tata Consultancy Services Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Mumbai Suburbs,Pune
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Data Scientist
Apr 2020 to Till Date
Tata Digital Data Scientist (Apr '20 - Present)
Value Proposition: Tata brands today continue to capture valuable data for their customers and generate actionable
insights by developing technologies that are able to generate actionable insights from this inherent loose structure of the
data. We worked on a strategic Customer Analytics initiative for major retail brands in Tata group to compute key customer
analytics metrics like Customer Lifetime Value, Churn Probability
Key Responsibilities:
Design custom framework for a stochastic model that reliably generates metrics to identify potential future cash flow based
on transaction forecasts for individual customers. The model framework was scalable for businesses across domains like
Retail, TTH, and CPG. The model could scale to full load of 12m+ customers for a major retail
Plan & implement all stages of model building, deployment & management based on industry best practices
Tata Consultancy Services as Machine Learning Solutions Designer
Oct 2018 to Apr 2020
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Hrishil Y. Shah
Data Scientist seeking roles in Data Analytics, Natural Language Processing, Machine
Learning; Experienced in Customer Analytics, Predictive Modeling, Forecasting,
Regression; Expertise in Python, Spark, Azure, Databricks, MLFlow; Domain-Retail,
CPG
Key Skills: Data Scientist, Analytics Manager, Data Science, Data Analytics, Machine Learning, Predictive Modeling,
Forecasting, Classification, Regression, Natural Language Processing, Data Management, Python, Azure, Spark, Power
BI, Databricks, MLFlow,AWS,Cpg
Summary
Result-oriented professional with almost 10 years of experience in Retail & CPG as well as specialized Financial Services
domain.
Experienced in Data Sciences spanning across performing Data Analytics, Machine Learning, Natural Language Processing &
Computer Vision.
Expertise in performing Predictive Modeling, Sales Forecasting, Customer Analytics, Text Analytics, Regression, Classification,
Clustering in all phases of Data Management lifecycle.
Expertise with using Python, Spark, Databricks, MLFlow, Power BI based systems built on Azure, AWS, Kore.
Completed Post graduation with dual specialization - Finance and Information Systems from NMIMS, Mumbai and graduation
studies with specialization in Information Technology from D.J. Sanghvi CoE, Mumbai.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420…
https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420a16135809015… 2/3
Part of a central group focused in building solutions ground-up that help transform organization-specific processes by
leveraging Cognitive Artificial Intelligence technologies
Envisioning end-to-end solutions using technologies like Computer Vision, NLU, OCR & ICR, Text processing & Speech
technology, Data-driven ML models to help automate processes across business functions like Finance, Customer Service
& User Engagement
Grew global partnership ecosystem dealing with organization leaders & industry experts to enable innovation for global
clients across verticals in India & UK geography
Search-As-A-Service
Value Proposition: Most organizations today continue to accumulate valuable data in documents but are unable to use it to
create contextual knowledge or generate actionable insights because of the inherent loose structure of the data. The
service allows querying such knowledge base to extract knowledge
Key Responsibilities:
Design custom framework to reliably 'search' for information from 'Document Repositories'
Capability for handling wide variety of documents including User FAQs, Product manuals, Policy documents that are often
lengthy & run into pages of free-running text data
Unique in its handling for specifically-generic & generally-specific content in documents
Being built on top of full-text, industry-grade search engine like AWS Elastic Search, it was able to leverage its capabilities
to search reliably
Knowledge & Reporting Bot
Value Proposition: Design custom chat-bot that can take user's question, query a predefined set of information to rapidly
provide responses. When needed to look up data or pull reports for users, the bot would return easy-to-consume results or
publish a link to the results
Key Contributions:
Design Bot to answer questions from a variety of knowledge sources. The questions can be imported from structured file
format like .csv. Alternatively, users can build an FAQ database within the bot to input answers to the most commonly
asked questions
Solution can also deliver reports that quickly summarize the information & allow users to visualize data in the form of
interactive graphical layouts
Citi as Business Analyst
Jan 2015 to Oct 2018
Product Focus: Part of an aggressive undertaking to develop a truly revolutionary banking application that offers seamless
customer experience across various mobile platforms and provides broad range of impactful technology features like Face
ID ® sign-on, Finger Print sign-on, Citi Snapshot ® that help to increase user traction
Key Responsibilities: Delivery of Mobile Banking application along with other innovative Digital offerings across Asia
Pacific, Europe and Middle East regions
Deutsche Bank as Technical Lead
Sep 2011 to Dec 2014
Product Focus: Working on the banks Global Transaction Banking application, support major business lines and modules
of the bank like Funds Transfer, Foreign Exchange, and Trade Finance. The application is used in processing mission-
critical payments from corporate customers of the bank globally
Key Responsibilities: Lead an RTB team of 8 members in Funds Transfer and STP (Straight-Through Processing) module
for Swaps, Derivatives and other such products
UG: B.Tech/B.E. (Computers) from Mumbai University in 2011
PG: MBA/PGDM (Finance) from Narsee Monjee Institute Of Management Studies (NMIMS) in 2017
Other Qualifications/Certifications/Programs:
Bloomberg Market Concepts- FX, Equity, Fixed Income
Foundation certification in Leadership
Microsoft Certified Azure AZ 900 ; Data Fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420…
https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420a16135809015… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IBM Watson 2020
Spark 2.4.5 (PySpark) 2020
Azure Databricks 2020
MLflow 2020
IBM RTC
MICROSOFT WINDOWS
HP Non-Stop/ Tandem 2016
Mobility Platforms - iOS, Android
Amazon AWS 2020
KORE 2019
Python 3.0 2020
Power BI 2020
HP QUALITY CENTRE 2020
OPENCV
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARATHI
GUJARATI
Rank 21: Resume 1183 with similarity score 0.14204490880698406
B.E , MS , B.TECH associate , data analyst , software developer , cloud engineer , full time designation , ug , affirmative action , data analytics , cloud , azure , visualization , authorization , english , status , email , aws , data analysis , machine learning , languages , it , python , data science , javascript 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c14…
https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c140040420b5f01… 1/2
Current Designation: AWS Cloud Engineer
Current Company: GlobalLogic
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 9 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
GlobalLogic as AWS Cloud Engineer
Dec 2016 to Till Date
Currently working at Global Logic in Gurgaon as "Analyst " since December 2016.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2016
PG: in 0
Other Qualifications/Certifications/Programs:
Python for Data Analysis and Visualization
Data Science using Python
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Gaurav Chandel
Data analyst having 4 years of experience, currently living in Bangalore
Key Skills: AWS,Azure,Python,Machine Learning,Data Analytics
Summary
Currently working at Global Logic in Gurgaon as "Associate Analyst " since December 2016.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Python 1 Year(s) 0 Month(s)
DATA ANALYSIS 0 1 Year(s) 0 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c14…
https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c140040420b5f01… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
MACHINE LEARNING 0 2 Year(s) 0 Month(s)
Data Science 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 22: Resume 1240 with similarity score 0.14102342697393808
B.E , MS , B.TECH engineering manager , scrum master , project lead , principal engineer , sql developer , associate principal , devops , data engineer , quality assurance , azure architect , technical project manager , solution architect , full time , informatica , agile coach , bi architect , team lead data warehousing , etl tools , customer , microsoft azure , data warehouse , office , conducting , linux , strategic thinking , status , steering , business understanding , data architecture , transactional , design specifications , pl/sql , testing , operating budgets , life sciences , technical design , fundamentals , building , ec2 , infrastructure , data center , microstrategy , redesigning , organization , brd , publishing , retail , low level design , devops , pentaho , coding standards , designation , deliverables , hindi , cloud , ltd , windows , data modeling , english , modifications , code review , budgeting , agile , project , groups , leadership , sprint planning , consolidation , provisioning , solution architecture , processing , training programs , performance tuning , database design , estimates , git , oracle applications , data integration , javascript , technology , availability , data engineering , business requirements , talend , reporting , general , scrum , healthcare , team management , data migration , winmerge , product support , affirmative action , glue , maintenance , utilization , unix , snowflake , amazon redshift , normalization , email , health check , business intelligence , aws , high-end , client services , operations , high level design , languages , athena , story , data marts , information architecture , scheduling , software solutions , materialized views , ug , toad , scratch , sql tuning , authorization , teams , modernization , adherence , user requirements , s3 , shell scripting , framework , replication , tableau , reviews , acting , schedules 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 1/4
Current Designation: Data Engineering Manager -- Associate
Principal Engineer
Current Company: Nagarro Software Pvt. Ltd
Current Location: Noida
Pref. Location: Delhi / NCR,Noida,Bengaluru / Bangalore
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd as Data Engineering Manager -- Associate Principal Engineer
Oct 2020 to Till Date
Data Engineering Manager
Leading a team of 28 BI professionals
Project Management and Team Augmentation on need basis
Solution designing for ETL and Reporting
On Premise to Cloud hosted BI solution migration
Comparison of ETL tools like talend,pentaho,informatica,metallion
Comparison of reporting tools like mstr,tableau,powerbi,quicksight etc.
Creating Data Lake from scratch
Using different different AWS services to maintain data lake
POC for customers for effective use of tools and technology to maintain their on-premise of cloud hosted BI solutions.
Data Warehousing,
BI solutions,
Oracle plsql,
pentaho,
shell scripting,
aws redshift,
aws certified,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Krishan Kumar Tripathi
Data Engineering Manager,Technical Project Manager seeking Roles in ETL,Data
warehouse,BI Architect,Data Engineer, PLSQL,PENTAHO,SQL TUNING,Oracle,AWS
Redshift, SnowFlake, Athena, Quicksight, GLue, plsql,ADF,PowerBI,AWS
Architect,Azure Architect
Key Skills: oracle,data warehousing,solution architecture,sql,etl,pentaho,informatica,PLSQL,SQL
Tuning,AWS,snowflake,Amazon Redshift,Business Intelligence,Senior Data Engineer,Data Lake,AWS BI
Services,Athena,glue,quicksight,Data Engineering Manager
Summary
Offering nearly 12 years of rich IT experience in Data Engineering, Solution Architect, Data Warehousing, ETL Development,
Database Modernization & PL/SQL Development across Media & Publishing, Life Sciences, Healthcare and Retail Domains
Core competencies entails Oracle PLSQL/ BI (Pentaho Data Integration), Unix Shell scripting, Informatica, AWS Redshift
database, SQL tuning, Performance tuning of plsql code, Data Warehouse development, Team management, Project
Management, Scrum master, Data Engineering, Micro Strategy Reporting, Data Modeling, Database Architecture and Data
Integration / Consolidation
Forward-focused Architect with expertise in concepts of end-to-end development activities like Database Design (Tables,
Views & Constraints), Performance Tuning (Using Explain Plans), Data Warehouse and Data Migration/Modelling, PLSQl code
development.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 2/4
scrum master,
pre sales
Birla Soft Limited as BI Architect,Solution Architect,Senior Data Engineer
Oct 2014 to Oct 2020
Role:
Understanding client business issues, leading existing technology implementations and recommending technology
solutions to meet their long-term needs
Providing strategic thinking leadership pertaining to new ways of leveraging information to improve business processes
Owning business understanding/client needs and assessing how changing business needs would impact solution &
project plan
Defining the strategies, information architecture and other technology directions for implementation and operations of
client services, product support, quality assurance and training
Heading complete portfolio of projects including budgeting, planning, vendor selection & execution of programs;
formulating operating budgets to ensure optimum utilization of available funds towards accomplishment of overall
corporate objectives
Acting as an Agile coach to assist various teams to undertake their agile journey facilitated by interacting with teams
and conducting various training programs across organization
Planning & organizing scrum meetings, facilitating sprint planning & review meetings, sprint retrospective meetings,
sprint backlog, story estimation, daily stand-ups, iteration & release planning and reviews
Leading initiatives to define, design and implement DevOps solutions including reference architectures, estimates &
costing
Suggesting technology-based solutions for enhancing functional efficiency & achieving business excellence; managing
risks and planning for contingencies to ensure minimal effect on deliverables
Gathering requirements through client interaction and analyzing the same through BRD to understand requests/needs
& provide best solution possible
Identifying & building relations with application leads to implement effective business aligned support
Facilitating IT software solutions / application development initiatives involving mapping of business requirements and
in-depth evaluation of customer feedback to execute modifications in the solution
Delivering regular health check of the solutions offered and ensuring that solutions, technical and services meet or
exceed organization / industry quality standards and end user requirements
Interacting with team members to ensure smooth progress of defined solution; ensuring adherence to quality norms
throughout the implementation process
Providing post-implementation, maintenance and enhancement support to the client with regards to the solution
Spearheading development of conceptual model and normalization of logical & physical model
Steering successful data replication implementation across multiple geographies for high data availability
Establishing bi-temporal data architecture for high-end client reporting; defining automated UT framework
Engaging in ETL design, development, testing & deployment and participating in peer code review to ensure that
coding standards are followed
Tata Consultancy Services (TCS) as Analyst
Apr 2008 to Sep 2014
PLSQL DEVELOPMENT,SHELL SCRIPTING,PROJECT LEAD,INFORMATICA,ETL,DATA WAREHOUSING
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2007
PG: in 0
Other Qualifications/Certifications/Programs:
Oracle Certified Associate PL/SQL developer
Microsoft certified Azure Fundamentals
aws solution architect- associate
Education
IT Skills
Skill Name Version Last Used Experience
Oracle 12 2020 12 Year(s) 0
Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 3/4
Nature of Employment: Full Time Duration: Oct 2018 - May 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2014 - Till Date
Onsite / Offsite: Offsite
SQL/PL-SQL, Shell scripting 12 2020 12 Year(s) 0
Month(s)
UNIX/WINDOWS, LINUX 2020 6 Year(s) 0
Month(s)
TOAD,PL/SQL,DEVELOPER,WINMERGE 2020 10 Year(s) 0
Month(s)
BUSINESS INTELLIGENCE 2020 6 Year(s) 0
Month(s)
SVN, GIT, MICROSOFT VISUAL SOURCE SAFE 2020 6 Year(s) 0
Month(s)
Microsoft Azure 2020 2 Year(s) 0
Month(s)
PENTAHO ETL 9.0 2020 5 Year(s) 0
Month(s)
AWS 2020 2 Year(s) 0
Month(s)
DATA WAREHOUSING 2020 6 Year(s) 0
Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Projects
Project Title: Back Office Reporting and Data Warehouse
Client: Synapse Group Inc.
Skill Used: Toad for Oracle 12,Oracle 11g/12C,MicroStrategy,Pentaho,Data Warehouse, Shell Scripting
Project Details: End to End design and development of new data marts to for Sales related subjects in the Data
Warehouse.
Implementing legacy reports into MicroStrategy and redesigning the data layer architecture for the same.
Use S3 bucket to facilitate data push to Amazon Redshift.
Using EC2 instances to run batch scripts for daily batch job processing.
Creation of Low Level Design and High Level Design for the database layer implementation.
Design and development of standards for batch scripts written in Unix Shell scripts to be effectively used in
database object deployments and daily scheduled batch job run.
Creating support environment/infrastructure for the implementation of Datalake on AWS S3 bucket.
Creation of database objects such as packages/procedures/functions/materialized views to facilitate daily data
pull from transactional system in to the Data Warehouse.
Project Title: Back Office Reporting
Client: BirlaSoft Limited
Skill Used: Toad for Oracle 12,Oracle 11g/12C,MicroStrategy,Pentaho,Data Warehouse, Shell Scripting
Project Details: Defining database migration strategies and Data Warehouse designing/data modelling.
Created Packages, Procedures, functions, tables, Primary keys and foreign keys.
Provisioning new EC2 instances on AWS.
Creating new IAM roles for users and groups
Creating new S3 buckets for ETL loads and extracts.
Creating Deferred Income schedules and AR schedules procedures for the business reporting.
Created various UNIX/Linux Shell Scripts for scheduling scripts and loading Process.
Data center movement and database migration using PL/SQL program.
Preparing implementation strategy for smooth migration of Oracle Applications, preparing process
Flows, technical design Specifications, Business Requirements documents, Functional Mapping
Documents.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Control-M schedule designing and changes. Maintained the batch processes using UNIX scripts.
Used partitioning and sub partitioning of tables to improve performance
Rank 23: Resume 837 with similarity score 0.1385824894317855
B.E , B.TECH , M.TECH full time , data scientist , software developer matplotlib , general , healthcare , css , data visualization , designation , deep learning , asp.net mvc , visual studio , ug , affirmative action , mysql , oracle , hindi , databases , keras , maintenance , php , authorization , advanced , english , status , c# , agile , email , encoders , project , pandas , application , numpy , windows xp , xml , neural networks , testing , architecting , government , running , machine learning , languages , big data , sql server , data wrangling , tableau , data science , python , extreme programming , javascript , web , technology , artificial intelligence , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b120016…
https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b1200165645175e095a0… 1/2
Current Designation: Software Developer -Machine Learning
Current Company: HCL Technologies
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
HCL Technologies as Software Developer -Machine Learning
Sep 2017 to Till Date
I am working as a Data Scientist. Data wrangling, Data Preprocessing, getting insights from the data and create a
generalize modals are few areas I engaged for now.
Medigram HealthCare as Software Developer
Feb 2016 to Aug 2017
I was working as a Software Developer. Main areas was handling the web portal which was running at local server.
Omninet Technology as Software Developer
Jan 2015 to Jan 2016
I was working as a Software Developer and handling various government portal like UPSRTC, UPTU.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Tabish Mehdi
Software Developer seeking roles in Data Science,Machine Learning,Deep
Learning,Artificial Intelligence,Convolutional Neural Networks,Predictive
Modelling,Python,ASP.NET,C#,SQL,React,SQL Server,MySQL,Oracle,Spyder
IDE,Visual Studio,Anaconda
Key Skills: Software Developer,Data Science,Machine Learning,Deep Learning,Artificial Intelligence,Convolutional Neural
Networks,Predictive Modelling,Python,SQL,SQL Server,Spyder IDE,Visual Studio,Anaconda,Jupyter Notebook
Summary
Achievement-driven professional with an experience of nearly 6 years
Knowledge in architecting Artificial Intelligence applications with Machine Learning, Deep Learning with Python. Deep Learning
Techniques includes ANN, CNN, RNN, Advanced CNN and Advanced RNN with LSTM.
Encoders, Decoders
Skilled in libraries such as Keras, Tensorflow , Sklearn, Numpy, Pandas, Matplotlib, Tableau for Data Visualization
Extensive knowledge of working with SQL databases like MySQL and SQL Server.
Additional skills of C#, ASP.NET MVC, React, SQL Server, AJAX, and XML
Rich experience in all phases of the software development life cycle such as agile process (requirements, design, development,
testing, release, support), utilizing multiple development methodologies, including OOD, Extreme Programming, and Structured
Programming
Expertise in manipulating and analyzing complex, high-volume, high-dimensionality data from varying data sources and big data
sources
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b120016…
https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b1200165645175e095a0… 2/2
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2009
PG: M.Tech (Computers) from AIET in 2009
Nature of Employment:
Project Location: Delhi
Role: Programmer
Duration: Nov 2010 - Till Date
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python
ASP.NET
SQL Server
MySQL
Oracle
ANACONDA
Spyder IDE
Jupyter Notebook
Visual Studio 2017
Windows XP/W7/W8
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: NDBB
Client: NDBB
Skill Used: PHP 5.3.5,Mysql,Html,CSS
Rank 24: Resume 984 with similarity score 0.1372778952557655
B.E , MS , B.TECH software engineer , data analyst , full time , data scientist , front end developer matplotlib , reinforcement , telugu , algorithms , visual studio code , css , access , classification , deep learning , anomaly detection , mar , affirmative action , mcs , mysql , user experience , hindi , keras , ltd , kpi , json , ios , english , authorization , pmd , status , productivity , email , business analytics , pandas , business intelligence , application , numpy , angularjs , emulator , microsoft , electronics , neural networks , datasets , persona , android , nltk , machine learning , react native , opencv , django , framework , languages , scikit-learn , data science , python , mobile , form , javascript , predictive analytics , web , notification , artificial intelligence , availability , base , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a0912…
https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a09120110120d0c0e… 1/3
Current Location: Hyderabad / Secunderabad
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 10 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Ayansys Solutions Pvt. Ltd as Data Scientist
Aug 2018 to Jan 2021
Project#1 EMLCAT
Client Ericsson
Role Data Scientist
Period Mar 2019 ? Present.
Technologies Sklearn, Plotly, Django, Pandas, Python, Matplotlib
Description: EMLCAT (Ericsson Machine Learning Classification and Analytics Tools) is a web application developed using
the Django framework to be used for the classification of PMD (Post Mortem Dump is and encrypted form of text file
generated at the base stations) to find where the issue belongs. Trained RF algorithm on the data and deployed it in the
web application.
Project#2 Next-Gen
Role Data Scientist
Period Sep 2018 ? Mar 2019.
Technologies Keras, Pandas, Python, Sklearn, Matplotlib, Jupyter notebook
Description:
Developed a solution for predicting KPI threshold breach (Cognitive KPI predictor). Used LSTM algorithm to predict
performance parameter degradation.
Developed a solution for Anomaly Detection in IP network (Machine Learning based IP Network Anomaly Detection). Used
KMeans++ clustering technique
Developed a solution AI driven 5G Network Management using INT. Used Reinforcement
Learning Algorithms
Accenture Solutions Pvt. Ltd as Software Engineer
Mar 2016 to Jul 2018
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Thota Sri Pravallika
Data Scientist seeking role in Data Science,Business Analytics,Machine
Learning,Deep Learning,Predictive Analytics,Statistical Analysis,Neural
Networks,Artificial Intelligence,Python,MySQL,Django,Scikit-
Learn,TensorFlow,Keras,OpenCV,NLTK,Pandas,Numpy
Key Skills: Data Scientist,Data Analyst,Data Science,Business Analytics,Machine Learning,Deep Learning,Predictive
Analytics,Statistical Analysis,Neural Networks,Artificial Intelligence,Python,MySQL,Django,Scikit-
Learn,TensorFlow,Keras,OpenCV,NLTK,Pandas,Numpy
Summary
Experienced Data Scientist. Skilled in Python. Have a good experience in implementing machine learning and deep learning
algorithms on multiple datasets
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a0912…
https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a09120110120d0c0e… 2/3
Project#3 Field Experience Platform (FXP)
Client Microsoft
Role Front End Developer
Period Jan 2017 - Jun 2018.
Technologies AngularJS, HTML, JavaScript, JSON, CSS.
Tools MS Visual Studio 2015/2017
Description: Field Experience (FXP) is a single sign on platform for all Microsoft MCS and premier business customers. It
is a Persona based unified User experience for people on Field; which would be the single landing/entry point for all the
users belonging to any role pertaining to MCS and Premier Businesses. FXP also creates a persona based simplified,
unified, configurable user experience. FXP provides an integrated user experience across all form factors with a unified
web-based framework that is responsive to device form factors with SSO feature. The content/feature availability is based
on role. User access to ES applications would be only through FXP. The Overall vision of this program is to delight
Microsoft's field customers by redefining productivity to enable them to do more.
Project#4 Field Experience Platform (FXP)- Mobile application
Client Microsoft
Role Developer
Period Jun 2016 - Dec 2016.
Technologies React Native, JavaScript, HTML, CSS
Tools Visual Studio Code, Visual studio android emulator
Description: This is mobile (Android/iOS) application which provides manages the employee details. User can raise a
request, create a ticket. Whenever user raise some request or ticket, admin get notification.
UG: B.Tech/B.E. (Electrical and Electronics) from CVR College of Engineering, Hyderabad in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Python
MySQL
DJANGO
MATPLOTLIB
scikit-learn
TensorFlow
Keras
OPENCV
Pandas
NUMPY
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a0912…
https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a09120110120d0c0e… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 25: Resume 127 with similarity score 0.1366472658829008
B.TECH , BS work from home , representative , web developer , student , team leader , president , data scientist , full time big data analytics , training , multilingual , folk dance , internships , css , data visualization , ease , classification , deep learning , security , forest , columns , mar , mysql , cloud , bhangra , public , ieee , natural language processing , apache , ltd , advanced , excel , models , project , tomcat , pandas , application , coursera , c programming , airline , introduction to , prediction , resume , ibm , neural networks , datasets , elections , paper , data analysis , srm , hdi , machine learning , building , computer science , languages , youtube , sentiment analysis , research , foundation , hive , completion , tableau , assessment , data science , python , javascript , forecasting , campus , web , technology , artificial intelligence , information retrieval , hadoop , html , database , online Assessment
Q1. Why should you be hired for this role?
I am highly enthusiastic about the world of machine learning . My keen interest in the latter has always driven me to explore the field profoundly. I
have completed various online courses on Deep Learning and hold a specialization in Deep Learning using TensorFlow from Coursera. My
practical experience includes building a models that can recognise face emotions. My strong will to solve a problem to its end makes me a
resourceful person, who would never give up easily. Having an elaborate practical experience would help me grab new knowledge with ease. I
view this as an opportunity that would help me build a strong foundation of deep learning concepts and ultimately push me to excel further in the
field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available from 10th March 2020 for full time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Bhavya Chhabra
Chennai, Chandigarh
Applied 08 Feb'21
Natural Language Processing
NLP
Python BIG DATA ANALYTICS
C Programming C Programming HTML
Java Neural Networks SQL
Deep Learning Machine Learning
Bachelor of Technology B.Tech), Computer Science
SRM Institute Of Science And Technology, Kattankulathur Main Campus
2017 - 2021
Percentage: 87.00%
Senior Secondary XII, Science
S.G.G.S Sr.Sec. School, Chandigarh
CBSE board)
Year of completion: 2017
Percentage: 80.00%
Secondary X
Delhi Public School, Chandigarh
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Data Scientist
Intellipoint Consulting Inc., Virginia
May 2020 - Jul 2020
Performed data analytics, drew data visualizations and fulfilled projects involving deep learning and statistical analysis.
Completed two projects:
1 XRay Image Classification for Pneumonia Detection
2 Airline Tweets Sentiment Analysis
Web Developer
Security Weavers Pvt. Ltd, Chandigarh
Dec 2018 - Jan 2019
Learnt new skills such as the real-life implementation of Java. Worked
with HTML, CSS, JavaScript, MySQL, Apache Tomcat to create an
academic portal for University Students.
SRM Bhangra Team Leader
TRAININGS
PROJECTS
Deep Learning Researcher at Data Science Community SRM (bitGrit)
Class Representative
Committee Head in Aaruush (national level techno-managent)
Sequences, Time Series And Prediction
Coursera And DeepLearning.ai, Online
Sep 2020 - Oct 2020
Natural Language Processing In Tensorflow
Coursera And DeepLearning.ai, Online
May 2020 - May 2020
Convolutional Neural Networks In TensorFlow
Coursera And DeepLearning.ai, Online
Apr 2020 - May 2020
Introduction To TensorFlow For Artificial Intelligence, Machine Learning, And Deep Learning
Coursera And DeepLearning.ai, Online
Apr 2020 - Apr 2020
Machine Learning
Coursera And Stanford University, Online
Dec 2019 - Jan 2020
Big Data Analytics Using Python
Center For Development Of Advanced Computing(CDAC, Mohali
Jun 2019 - Jul 2019
Included basics of Python programming, a hands-on implementation using Hadoop.
Analysed datasets using Pig and HIVE.
Data Visualization using Tableau.
Worked on a project in the last week of the training, titled "Global Suicide Rate Analysis".
Data Analysis With Python
Coursera, Online
Jun 2019 - Jul 2019
Moody Cat
Oct 2020 - Nov 2020
https://github.com/Data-Science-Community-SRM/Face-Emotion-Recognition
Constructed a deep learning model using Convolutional Neural Networks CNNs) to recognize the emotion of a person. The
application then suggests relevant youtube videos according to the mood. Deployed locally using Streamlit'.
Forecasting U.S Elections
Jul 2020 - Aug 2020
https://github.com/Data-Science-Community-SRM/Forecasting-USElections
Predicted the victory of Joe Biden, current President of USA using random forest techniques, sentiment analysis and deep
learning.
Global Terrorism Analysis
Sep 2019 - Mar 2020
https://drive.google.com/open?id=1mJ3GR5ipAuiXvo-yR-wfnUFjvOFlzTfh
The Global Terrorism data set was loaded into the Hadoop. Data pre-processing was done using pandas on python. Data
Analysis was done using HIVEQL to get essential aspects/information about the attacks. Data visualization was done using
Tableau.
World Suicide Rate Analysis
Jun 2019 - Mar 2020
https://drive.google.com/file/d/13ZqBVEu3y53vxwzbBSbLNaCFB4Vvy8c_/view?usp=sharing
This project was used to analyze a Suicide Rate data-set having 270,000 rows of data having 13 columns (attributes) such
as year, country, GDP per Capita, HDI,Suicide_no. , Population, etc.
This project uses Python, MySQL, IBM Cloud, and Tableau.
Student Portal
Dec 2018 - Jan 2019
https://github.com/Data-Science-Community-SRM/Face-Emotion-Recognition
https://github.com/Data-Science-Community-SRM/Forecasting-US-Elections
https://drive.google.com/open?id=1mJ3GR5ipAuiXvo-yR-wfnUFjvOFlzTfh
https://drive.google.com/file/d/13ZqBVEu3y53vxwzbBSbLNaCFB4Vvy8c_/view?usp=sharing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9872604775
Worked with languages such as Java, JavaScript, HTML, CSS and
used MySQL database with Apache TomCat server to develop a web
page which acts as a Student Portal.
Secured 1st place in folk dance competition in C.I.Y.F' 18
Secured 1st place in Inter College folk dance competition (group) in Milan'19 , S.R.M.I.S.T.
Published research paper titled 'Multilingual Crawling Strategies for Information Retrieval from BRICS Academic Websites' in
Springer conference ICICSE 2020.
Published and presented research paper titled 'Data analysis of various terrorism activities using big data approaches on
Global Terrorism Database' at IEEE conference PDGC 2020.
Rank 26: Resume 1428 with similarity score 0.13474548507000855
B.E , MS , B.TECH full time , business analyst , it consultant automation , training , robotics , general , citrix , designation , data extraction , office , ug , affirmative action , traceability matrix , studio , data analytics , hindi , maintenance , kpi , windows , visualization , authorization , functional requirements , english , web applications , enterprise , status , stakeholder management , excel , agile , email , project , business analysis , record , powerpoint , llp , payroll , mainframe , artifacts , data analysis , features , transformation , strategy , visio , languages , sme , client requirements , dashboard , sql server , tableau , completion , flat files , word , python , liaison , javascript , etl , data models , base , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a4…
https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a400715425c0b5… 1/2
Current Designation: RPA Business Analyst
Current Company: WonderBotz LLP
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
WonderBotz LLP as RPA Business Analyst
Aug 2020 to Till Date
RPA Business Analyst
Allianz Worldwide Partners as RPA Business Analyst
Sep 2019 to Aug 2020
Hands on experience in working closely with Process SME's to prepare PDD and educated SME's to work with Bots in
Production.
Used Traceability matrix to check requirements specification.
Plan and implement bots to automate repeatable processes and perform UAT.
Liaison with individual project team to gather project status, establish dashboard and KPI to track project progress.
Implemented RPA structure and team along with production support, designed and developed RPA solutions to accelerate
Business processes.
Worked with Mainframe, windows, web applications and CITRIX automation.
Analyze the feasibility of existing process suitable for Automation.
Responsible for implementing the full life cycle of RPA solutions.
Mercer as Business Analyst
Aug 2017 to Sep 2019
Extensively worked on data extraction, Transformation and loading data from
various sources like SQL server and Flat files.
Wrote code as needed for development of reports, analytics and visualization using
SQL, data models and using Uipath Studio.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
RASHMI SRIVASTAVA
RPA Business Analyst seeking roles in Business Analysis,RPA Business Analysis,Data
Analytics,Feasibility Analysis,Project Management,Stakeholder
Management,Tableau,Python,RPA,SQL, MS office.
Key Skills: Feasibility Analysis,Project Management,Stakeholder Management,Tableau,SQL,MS
Office,Excel,Agile,Waterfall,MS Visio,Cost Estimation,ROI,SDLC,uipath,Business Analysis,Requirement
Gathering,PDD,SDD,Robotics,Blueprism,RPA
Summary
A RPA Business Analyst having 3.5 years of experience in Business Analysis and Data Analysis. With key expertise in
Robotics(Blueprism/Uipath), Data Analytics and have played vital roles in completing various industrial projects within timeline.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a4…
https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a400715425c0b5… 2/2
Extracted and implemented End to End Process Using Macros, Uipath Tool.
Analyzed the objects and workflows as per client requirement.
Analyze the feasibility of existing process suitable for Automation.
Participated in online meetings to demonstrate the capabilities for ongoing projects
and potential clients.
Develop, Negotiate, Renew, Analyze and Monitor financial and program of benefits
based on enterprise strategy direction for Boeing/Mercer Project Lifecycle.
Worked on Outbond Carrier file, communication (CS, PEW and LA), Premium and
Payroll file configuration through ETL tool Data integer which fetched the record
through SQL.
Responsible for understanding the client business and functional requirements and
converting client requirements into analysis artifacts.
Implemented SQL and data based coding Features to use on final ProductBuild a
strong base of repeat business and serve as the #1 requested IT consultant.
UG: B.Tech/B.E. (Computers) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2017
Other Qualifications/Certifications/Programs:
Diploma of completion- RPA Business Analyst Training (Uipath)
Certificate of Completion - Uipath RPA Developer Course.
Certification of completion (Blueprism Essential) - Awarded by Wonderbotz
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python,SQL, RPA (UiPath)
MS Excel, MS Word, MS PowerPoint
MS Visio,Macros, Tableau
BluePrism 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 27: Resume 740 with similarity score 0.1345157305348592
MS , M.TECH software engineer , senior developer , scrum master , associate , data engineer , full time , senior software developer , technology specialist award , algorithms , security , data warehouse , enterprise search , platforms , digital , status , data architecture , iit , obc , components , connectivity , kibana , clear , building , forecasting , automated processes , mathematics , decision-making , functional specifications , designation , deliverables , mar , hindi , cloud , technical requirements , cluster , data modeling , english , telcom , model validation , project , dwh , processing , splunk , pipelines , data analysis , machine learning , soft skills , javascript , history , technology , intelligence systems , business requirements , hadoop , model development , scrum , affirmative action , mysql , cash flow , maintenance , kafka , business intelligence , edge , premises , continuous process improvement , languages , sme , big data , unstructured data , mobile , database , api , system monitoring , segmentation , client-focused , ug , php , visualization , internet , functional requirements , authorization , teams , application , lake , time series analysis , data systems , servers , transformation , e-commerce , python , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a175…
https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a1757114509555b5… 1/3
Current Designation: Technology Specialist - Software
Engineering
Current Company: AT&T Communication Services India Private
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 5 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number
AT&T Communication Services India Private Limited as Technology Specialist - Software Engineering
Sep 2020 to Till Date
* Utilizing modelling algorithms such as Clustering, Segmentation and Time Series Analysis to deliver insights for the
business.
* Using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data.
* Developing data architecture, data modelling, and ETL mapping solutions within structured data warehouse environment.
* Supporting the development and validation required through the lifecycle of the DWH and Business Intelligence systems,
maintaining user connectivity, and providing adequate security for data warehouse.
* Mapping, collecting data from multiple data systems on-premises and cloud-based data sources.
* Collaborating with the whole of the Data Team and wider business to support machine learning, forecasting, predicting
trends, analyzing cash flow and developing new products.
* Using the latest data and visualization tools and software to provide the business with insight on customers and make
recommendations for improvement.
* Creating algorithms to extract information from large data sets and establishing scalable, efficient, automated processes
for model development, model validation, model implementation & large scale data analysis.
* Managing data analysis & processing activities involving analyzing, studying and summarizing data for extracting useful
information which would assist in strategic decision-making and planning.
* Developing subject matter expertise and applying industry knowledge to prepare in-depth strategic reports.
* Simulating, designing, developing & deploying computationally complex and practical data visualizations; ensuring final
deliverables are of the highest quality.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rohit Kanaujiya
Software professional seeking roles in Software Development, Data Modeling,
Database Management, Object Oriented Programming, System Design,Requirement
Analysis,Requirement Gathering,Data Structures,Elastic Search,Data
Warehousing,Python,Kibana,Kafka
Key Skills: Software Developer,Software Development,Data Modeling,Database Management,Object Oriented
Programming,System Design,Requirement Analysis,Requirement Gathering,Data Structures,Elastic Search,Data
Warehousing,Python,Kibana,Kafka
Summary
I am experienced and passionate Software Engineer with a demonstrated history of working in the IT industry, focused on
continuous learning through the process of clear understanding of knowledge earned and executing them into practical
application thereby making me competent with the growing world. I thrive to learn technologies that time needs.
My objective is to secure a challenging position where my technical and soft skills can be efficiently utilized. Thereby adding and
enhancing value to the company and an individual.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a175…
https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a1757114509555b5… 2/3
Capgemini as Consultant - Data
Dec 2018 to Sep 2020
* Analyzed client's, teams and management needs, business functionalities/ area, business requirements and developed
customized solutions & systems.
* Designed, deployed, managed and troubleshot APM solutions like ELK and Splunk.
* Defined and aligned the technical solution based on the functional requirements (i.e. specifying the customizing/
technical specifications for development).
* Created a culture of innovation and continuous process improvement, drove expanded system capability and leading-
edge solutions development while meeting rigorous cost constraints to maintain competitive edge in a fast-moving
environment.
* Delivered innovative solutions that were client-focused and brought top-line results
Worked closely with customers on the technical requirements to provide solutions; identified requirements including details
required for service definition using technology solution document.
* Implemented complete data pipeline with real-time processing.
* Exhibited excellence in heading large scale implementation consisting of more than 500+ target servers and a 10 node
ELK cluster and a team of 6 for one of the largest European digital camera clients.
* Successfully designed architecture of system monitoring applications and Enterprise search using ELK.
* Acted as SME for all components of ELK (along with Elastic Machine Learning & APM) to the client.
* Worked as Data Engineer to create pipelines using Hadoop for feeding data into a data lake from elastic cluster for being
used in an in-house tool called Prognos with self-heal capabilities
* Bagged Value Creator Award for 2nd quarter.
* Growth Path:
Dec'18 to Jun'18: Associate Consultant
Jul'18 to Sep'20: Consultant
BookMyShow as Senior Developer - Data
May 2015 to Dec 2018
* Executed BookMyShow Search Engine Project, Trending and Near-Me Project.
* Successfully developed Restful API over Search Engine to serve across all the platforms including mobile and developed
TDD methodology & DCG model for search enhancements and data analysis.
* Recognized for building highly scalable, robust & fault-tolerant systems.
* Managed end-to-end ETL process.
* Spearheaded post-implementation, application maintenance and enhancement support with regard to the product /
software application.
* Ensured best practices for coding, architecture, and security are employed, and maintaining responsibility for the quality
development of all applications.
* Ensure business requirements and functional specifications for the module are tested and fulfilled before the code is
delivered for integration.
* Growth Path:
May'15 to Oct'15: Software Developer
Oct'15 to Dec'18: Senior Software Developer
UG: Master Of Science (Mathematics) from Indian Institute of Technology (IIT), Delhi in 2010
PG: M.Tech (Computers) from Indian Institute of Technology (IIT), Kharagpur in 2015
Other Qualifications/Certifications/Programs:
Professional Scrum Master - I
Education
IT Skills
Skill Name Version Last Used Experience
core php 5.6 2019 4 Year(s) 0 Month(s)
Elastic Search 7.5 2020 5 Year(s) 7 Month(s)
Python 3 and 2020 2 Year(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a175…
https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a1757114509555b5… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
2.7
MySQL 5.6 2020 4 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Proficient
Rank 28: Resume 636 with similarity score 0.1331672857576772
MS work from home big data analytics , algorithms , internships , deep learning , mysql , statistical modeling , english , econometrics , c programming , mumbai , resume , datasets , economics , machine learning , assessment , higher education , data science , python , commerce , html Assessment
Q1. Why should you be hired for this role?
I am a fresher in Data Science field and I really want to get the experience of working with Python and Machine Learning and Deep Learning. I can
put my full hard work and show my skills properly. I can give new innovative ideas via my skills and creative mind. If I get the chance to do an
internship with this company, then I will try to solve some real world problems or datasets.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months, starting immediately, for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7738706177
VISHAL KALANTRE
Mumbai, Pune
Applied 09 Feb'21
Python Algorithms BIG DATA ANALYTICS
C Programming C Programming Data Analytics
Data Science Econometrics Economics
HTML MSExcel Machine Learning
MySQL Statistical Modeling
PG Diploma in Data Science
Manipal Academy Of Higher Education
2019 - 2020
Bachelor of Arts B.A.), Economics
S.K. Somaiya College of Arts, Science and Commerce, Mumbai
2015 - 2017
Backend Development
E-netbuddy.pvt.ltd, Mumbai
May 2019 - Jan 2020
Data Science
Manipal Academy Of Higher Education, Mumbai
Jan 2020 - Aug 2020
I am currently studying in the field of Data Science.
I have 30 & 40 wpm English certificate.
Rank 29: Resume 603 with similarity score 0.13260625529449716
B.E , MS , BS quality assurance engineer , work from home , data scientist , machine learning intern agriculture , a/b testing , internships , image processing , css , data visualization , classification , deep learning , modeling , data analytics , docker , inventory forecasting , heroku , player , eda , english , pattern , go , sql , project , aws , air pollution , exploratory data analysis , idle , characters , resume , paper , electronics , carnival , machine learning , damage , ec2 , opencv , story , crop , flask , dashboard , tableau , assessment , data science , python , arima , it , javascript , html , database Assessment
Q1. Why should you be hired for this role?
I have more than 1 year of experience in the field of data analytics and data science. I have worked on game data to analyze the player playing
pattern. Involved in A/B testing. I have also worked as a machine learning intern where I was involved in analyzing and modeling driving analytics
using python. Other than industry projects I have also made my own projects which includes extracting data from database using SQL and doing
EDA using python. I have also worked extensively in Tableau for analyzing data such as COVID19 dashboard, agriculture analysis, and Carnival
analysis.
Other than analyzing data I have worked for an end-to-end deployment of the product in AWS EC2 where I have used HTML/CSS for the
frontend and Flask for the backend. I have also worked on OpenCV where I was able to control the game using just my hands.
I believe the skills that I have gained over the experience satisfy the requirement making me an idle candidate for the required position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
PROJECTS
Swati Thapa
Bangalore
Applied 08 Feb'21
Python English Proficiency Spoken) CSS
HTML JavaScript MSExcel
Machine Learning SQL Deep Learning
Bachelor of Engineering B.E, Electronics and Communication
Ghousia College of Engineering
2012 - 2016
Percentage: 71.00%
Trainee Data Scientist Part Time Remote)
Rubixe, Bangalore
Nov 2018 - May 2019
1.Incorporated the Dickey-Fuller test and applied ARIMA to create a model for the inventory forecasting to make the service
center achieve JIT standards.
2.Worked on exploratory data analysis and data visualization.
Quality Assurance Engineer
99Games, Udupi
Nov 2016 - Feb 2020
With testing, I have also worked with the data analytics team. My role involved finding the player pattern using data and
replicate the play to find bugs. Have connected database to Tableau to analyze the data.
Machine Learning Intern
Apsis Solutions, Bangalore
Feb 2020 - Sep 2020
Developed a Machine Learning model for driving analytics products. Machine learning algorithm such as clustering was used
to predict the driving behavior of a vehicle.
Data Scientist
Datamites, Bangalore
Nov 2018 - Dec 2018
I'm a certified data scientist by IABAC
Carnival-hackathon
Dec 2020 - Jan 2021
https://public.tableau.com/profile/swati.thapa#!/vizhome/Carnival-hackathon/Analysis
https://public.tableau.com/profile/swati.thapa#!/vizhome/Carnival-hackathon/Analysis
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8971641180
It was a hackathon conducted by HackerEarth. The aim was to build a sophisticated Machine Learning model that predicts
selling prices. I have secured the top 5% on the leaderboard.
Data analysis is done in Tableau followed by modeling & deployment.
Agriculture Data analysis
Jan 2021 - Jan 2021
https://public.tableau.com/profile/swati.thapa#!/vizhome/agri_data/Completedataanalysis
I have done a complete analysis of agriculture data in Tableau and presented it in a story format.
Game control using hand gesture
Sep 2020 - Oct 2020
https://github.com/ritzz19/Game-control-by-hand-gesture-using-OpenCV-and-Deep-Learning
Control the game using hand gestures. I have used deep learning and OpenCV.
1. Gathered hand gesture data using a python script.
2. Implemented a neural network and thresholding was used to identify these gestures.
Simpsons-Blur-Image-Classification
Sep 2020 - Sep 2020
https://simpsons-character.herokuapp.com/
1.In this project, I have taken ten Simpsons characters and have tried to make an end to end image classification where it can
detect character which is even blurred.
2.I have used OpenCV and Deep Learning. Deployment is done in Heroku.
COVID19Time Lapse)
Aug 2020 - Aug 2020
https://public.tableau.com/profile/swati.thapa#!/vizhome/covid-19_15968939255640/Dashboard
Created time-lapse Tableau dashboard for COVID19 cases.
Predicting crop damage end-to-end deployment in AWS EC2
Jul 2020 - Jul 2020
http://3.138.37.885000/
1.Created an AWS RDS PostgreSQL, extracted data from it, and done a complete EDA and modeling.
2.Used AWS EC2 to deploy my model using Docker.
Wrote a technical paper "Estimating Air Pollution Levels from Images using a VGG16-based Ensemble".
This paper is based on image processing where we have to predict PM 2.5 from an image.
Note: Do go through my portfolio for more detail.
https://public.tableau.com/profile/swati.thapa#!/vizhome/agri_data/Completedataanalysis
https://github.com/ritzz19/Game-control-by-hand-gesture-using-OpenCV-and-Deep-Learning
https://simpsons-character.herokuapp.com/
https://public.tableau.com/profile/swati.thapa#!/vizhome/covid-19_15968939255640/Dashboard
http://3.138.37.88:5000/
Rank 30: Resume 783 with similarity score 0.1322035159642599
B.S , M.Sc , M.S , BS , B.E , MS , B.TECH assistant manager , analytics manager , python developer , data analyst , senior software engineer , data scientist , database architect training , customer , deep learning , use case , nlp , addition , a3 , statistical modeling , pdf , pattern , status , predictive modeling , store , testing , logistic regression , histograms , features , correlation , building , spaces , volatility , data science , fetch , forecasting , organization , insight generation , mmic , retail , forest , designation , signing , hindi , keras , english , text mining , currency , machine learning , flask , dashboard , word , numeric , one , test data , javascript , form , insurance , trimming , a2 , web analytics , sensitivity , affirmative action , mysql , data analytics , power bi , email , manufacturing , business intelligence , pandas , upc , categorization , survey , prediction , languages , context , text analytics , hive , arima , search , ml , plot , database , api , sales growth , credit , columns , validation , ms project , ug , telecom , tokenization , regression analysis , post campaign analysis , sourcing , visualization , authorization , graphs , excel , models , aic , business analysis , text classification , ares , exploratory data analysis , map , less , records , steps , datasets , salary , commodity , framework , translation , tableau , tuning , python , campaigns , load , metrics 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 1/4
Current Designation: Assistant Manager-Analytics
Current Company: TCS
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
TCS as Assistant Manager-Analytics
Aug 2018 to Aug 2018
Organization Name
TCS
Project Name Multi Market Item Categorization (MMIC)
Role/Title Data Scientist
Software / Special Tools R, Element (Internal tool built on GCP)
Project Description Predict the category and subcategory of the product for non US markets based on product
description using data from US market
Responsibilities
Fetch the labeled data for the US market for all departments and SBUs. Objective is to predict revised category and
revised variety (subcategory)
Preprocess the data by removing stop-words, brand names, words with character length less than 2 etc
Combine all the description columns (fineline, signing, item1, item2 etc) into a single column
Convert the description column into bag of words and build logistic regression model
To measure model performance, define a metric called trust factor. If the revised category and variety (dependent
variables) words are present in any description column then flag it 1 otherwise 0
Identify departments which have least trust factor. Analyze reasons for low accuracy. Preprocess data to reflect these
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Phani Kumar Koratamaddi
Data Scientist seeking roles in Predictive Modeling,Regression Analysis,Data
Analytics,Statistical Modeling,Text Mining,Data Science,Machine Learning,Deep
Learning,Text Analytics,Data Analysis,Python,R, NLP, Text Classification, Keras,
Tensorflow
Key Skills: Analytics Manager,Predictive Modeling,Regression Analysis,Data Analytics,Statistical Modeling,Text
Mining,Data Science,Machine Learning,Deep Learning,Text Analytics,Business Analysis,Data Analysis,Python,R,
NLP,Text classification,keras, Tensorflow
Summary
8+ years of experience with 4+ years as data scientist in R/Python
Finished in top 100 (among top 5%) in hackathons organized by AnalyticsVidhya and Kaggle
Worked extensively on Machine Learning for prediction, forecasting and deep learning ( LSTM)
Worked on projects from various domains including Retail, Telecom, Legal Services, Banking and Financial Sector,
Insurance and Manufacturing
Have good experience of working with text data (NLP). Done text cleaning, preprocessing (tokenization, n-grams, bow etc),
word embeddings (word2vec, glove), Elastic Search and deploying models via API calls (using Flask/Sanic)
Experience of working on large datasets using PySpark, GCP
Used visualization tools (Tableau and Power BI) for demonstrating insights to key stakeholders
Have been a top performer in the organizations that I have worked with and among the top 5-percentile of students in
engineering
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 2/4
changes. Build model again.
Use this model to predict category and variety for non-US markets after doing all the preprocessing steps. Additionally, do
language translation
In addition to trust factor, randomly select 1000 records for each market and manually measure model performance and
report results
Organization Name
TCS
Project Name Aggregated Raw Material Sourcing (ARES)
Role/Title Data Scientist
Software / Special Tools Python, Element (Internal tool built on GCP)
Project Description Extract ingredients that compose a food item and its corresponding percentages for each food item
Responsibilities
Fetch the item details of all the products
Prepare a list of food words and extract only food items from the database using the food words list
Identify all the columns which potentially has ingredients and its percentage information
Write multiple manual rules to extract ingredients and percentages. As the items produced in different regions follow
different labeling process, lot of different rules are required as one rule may not extract the relevant information accurately
Transform this information into a data-frame for easy consumption with only UPC number, Ingredient and Percentage
columns with a row for each ingredient
To understand the price trends, map the ingredients to IHS commodity data using Elastic Search
Organization Name TCS
Project Name Exponential sales growth through ML driven campaigns
Role/Title Data Scientist
Software / Special Tools Python, GCP
Project Description Identify customers who are most likely to shop, incremental shoppers and shoppers with highest
sales per piece for an upcoming campaign
Responsibilities
Fetch the transaction details of all the customers
Convert the transaction data into a form consumable by the model by aggregating at the customer level
Create new variables at store level and department level
Impute missing values and do outlier treatment for each variable
Identify dependent variable from a related campaign run previously
Do variable reduction by removing columns with high missing value percentage, highly correlated columns using
correlation matix/VIF, Variables with least explanatory power using IV
Build model as per the requirement(propensity, sales or incremental model)
Identify important variables by removing insignificant variables
Induce interaction variables using high important variables
Do parameter tuning and build a final model
Do post campaign analysis and report the results
TCS as Assistant Manager-Analytics
Aug 2018 to Till Date
Organization Name TCS Project Name Multi Market Item Categorization (MMIC) Role/Title Data Scientist Software /
Special Tools R, Element (Internal tool built on GCP) Project Description Predict the category and subcategory of the
product for non US markets based on product description using data from US market Responsibilities Fetch the labeled
data for the US market for all departments and SBUs. Objective is to predict revised category and revised variety
(subcategory) Preprocess the data by removing stop-words, brand names, words with character length less than 2 etc
Combine all the description columns (fineline, signing, item1, item2 etc) into a single column Convert the description
column into bag of words and build logistic regression model To measure model performance, define a metric called trust
factor. If the revised category and variety (dependent variables) words are present in any description column then flag it 1
otherwise 0 Identify departments which have least trust factor. Analyze reasons for low accuracy. Preprocess data to
reflect these changes. Build model again. Use this model to predict category and variety for non-US markets after doing all
the preprocessing steps. Additionally, do language translation In addition to trust factor, randomly select 1000 records for
each market and manually measure model performance and report results Organization Name TCS Project Name
Aggregated Raw Material Sourcing (ARES) Role/Title Data Scientist Software / Special Tools Python, Element (Internal
tool built on GCP) Project Description Extract ingredients that compose a food item and its corresponding percentages for
each food item Responsibilities Fetch the item details of all the products Prepare a list of food words and extract only food
items from the database using the food words list Identify all the columns which potentially has ingredients and its
percentage information Write multiple manual rules to extract ingredients and percentages. As the items produced in
different regions follow different labeling process, lot of different rules are required as one rule may not extract the relevant
information accurately Transform this information into a data-frame for easy consumption with only UPC number,
Ingredient and Percentage columns with a row for each ingredient To understand the price trends, map the ingredients to
IHS commodity data using Elastic Search Organization Name TCS Project Name Exponential sales growth through ML
driven campaigns Role/Title Data Scientist Software / Special Tools Python, GCP Project Description Identify customers
who are most likely to shop, incremental shoppers and shoppers with highest sales per piece for an upcoming campaign
Responsibilities Fetch the transaction details of all the customers Convert the transaction data into a form consumable by
the model by aggregating at the customer level Create new variables at store level and department level Impute missing
values and do outlier treatment for each variable Identify dependent variable from a related campaign run previously Do
variable reduction by removing columns with high missing value percentage, highly correlated columns using correlation
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 3/4
matix/VIF, Variables with least explanatory power using IV Build model as per the requirement(propensity, sales or
incremental model) Identify important variables by removing insignificant variables Induce interaction variables using high
important variables Do parameter tuning and build a final model Do post campaign analysis and report the results
LTI (L & T Infotech) as Senior Software Engineer
May 2017 to Aug 2018
Organization Name LTI
Project Name Give automated response to the contractor's amendments in word-doc - Text analytics
Role/Title Data Scientist
Software / Special Tools Python
Project Description Read the contractor's response from a file, understand the requirement and send the clients'
response to the contractor automatically
Responsibilities
* Whenever a contractor needs any amendment in any of the legal clause(s), the contractor get backs to the client with
the proposed amendment
* The amendment can be in either DOC, PDF or excel formats (Standard template).
* Write a parser to read the contents of the file and store it in a dataframe for data preprocessing and prediction
* For training, we have used ensemble of Gradient Descent, Naïve Bayes and LSTM with more weightage to gradient
descent
* Preprocessing has been done using count-vectorizer, TF-IDF and stop word removal
* Training has been done on standard framework for gradient descent model, on raw data for Naïve Bayes model and
on previous replies for LSTM model
* K-fold cross validation has been used for validation and hold out data is used for testing
* Once the prediction is done, write the contents in a doc format and save it back to the location from where data has
been fetched
Organization Name LTI
Project Name A tool named LENS, an automated insight generation dashboard
Role/Title Data Scientist, Python developer, database architect
Software / Special Tools Python, MySQL, Sanic
Project Description Insights needs to be generated automatically that the business users should be able to consume
and take actions with minimal work
Responsibilities
* Load the contents of the data stored in hive into pandas (in memory) dataframe
* Automatically identify the columns which can be ignored from analysis, auto-identify categorical, numeric and date
columns
* Display the above step to the user and get the list of columns for analysis through API (API call is made using Sanic)
* Write classes and functions which automatically identifies the insights using point based anomalies, context based
anomalies and trends in the data
* Based on the input list of columns, call the functions which generate insights.
* Convert the insights into meaningful English sentences
* Store the insights into MySQL database and push the insights to UI team for visualization through API
* The kind of insights generated will be as follows:
1. 40% of total sales are from locations A and B
2. Females are likely to have higher survival rate (in the titanic mishap)
3. Employees with highest qualifications as M.Sc, B.Sc have high chance of termination and Employees with highest
qualification as B.Tech/B.E have high chance of resigning
4. Employees A1, A2, A3 have higher salary but lower sales
Project Name 1. Predict the position of the company with respect to the industry standards
2. Auto correct survey data
Role/Title Data Scientist
Software / Special Tools PySpark, R
Project Description 1. Predict the position of the company in the industry based on certain pre-defined parameters
based on the data collected through Surveys.
2. Auto correct survey data which is manually entered by the HRs of different organizations
Responsibilities
* Feature engineering by separating the groupings into meaningful columns
* Missing value imputation by only considering similar group companies
* Building model using set of features for predicting company position
* For auto-correction use case, divide the data into different buckets - currency columns, numeric columns, dropdown
fixed columns, dropdown - free text columns, free text columns, date columns
* Garbage correction - Clean the data by trimming white spaces, identifying all form of null values and converting them
into NAs
* Column specific correction - Convert currency data into numeric($10M to 10,000,000) , numeric data in text to numeric
(remove comma, twenty seven to 27 etc), dropdown fixed columns to specified values(yes to Y)
Capgemini as Consultant
Jul 2014 to May 2017
Organization Name Capgemini
Project Name Debt analysis using credit score data - Banking and Financial sector
Role/Title Data Analyst
Software / Special Tools R
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 4/4
Project Description Predicting the defaulters by building a model using Random Forest
Responsibilities
* Loading the data into R and doing initial level of data analysis using excel and R
* Exploratory data analysis by plotting graphs including boxplot, histograms, scatter plot etc. and understanding the
pattern of the data visually using ggplot2
* Identifying the variables with outliers and missing values and doing data sanitization by treating missing values and
outliers using boxplot, KNN method, impute (using Hmisc package)
* Creating dummy variables for Categorical variables and binning for continuous variables
* Identifying the least significant variables and the multi-collinearity among the variables using p-value and VIF methods
and drop those variables
* Divide the data into training and test data and building model on training data using logistic regression
* Identifying the high impact variables using z-score and building alternate models by including the high impacting
variables in binomial form
* Identifying the final model using accuracy, sensitivity/specificity, AIC and BIC and using the final model for prediction
Organization Name Capgemini
Project Name Web Analytics
Role/Title Data Analyst / Presales
Software / Special Tools R
Project Description Forecast the number of visitors and probable sales for a website using ARIMA
Responsibilities
* Identifying the business problem and understanding the requirements of the clients
* Weblog data sanitization by extracting useful information from the web URL and outlier treatment
* Identifying the KPIs and representing them in visual form using graphs and charts
* Identifying and neutralizing volatility and seasonality in the data
* Identifying the model (AR, MA, ARIMA) and the order of the model
* Building the model and cross validation of model using white noise and other metrics (RMSE, AIC)
* Forecasting the values using ARIMA model
UG: B.Tech/B.E. (IT) from MVSR Engineering College, Hyderabad in 2010
PG: MBA/PGDM (Systems) from Bharathidasan University, Trichy in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Education
IT Skills
Skill Name Version Last Used Experience
R, Python, SQL, GCP
Pyspark
MS Project, Excel, Elastic Search
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 31: Resume 642 with similarity score 0.13115277812402676
MS , B.TECH , BS work from home , machine learning intern diabetes , algorithms , internships , data visualization , classification , data analytics , project , coursera , prediction , resume , ibm , machine learning , computer science , presentation skills , assessment , data science , object detection , search , database , online Assessment
Q1. Why should you be hired for this role?
I have a good knowledge of Data Science, Machine Learning, Data preprocessing and other algorithms with good presentation skills. I like
playing around with data and gaining new insights from them. I like learning new skills and grabbing opportunities in this field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available from march,2021
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
CONTACT Phone: 91 8318500705
Vanshika Verma
Lucknow
Applied 07 Feb'21
Machine Learning Data Analytics Data Science
Database Management
System DBMS
Integrated B.Tech, Computer Science
Gautam Buddha University, Greater Noida
2017 - 2022
CGPA 8.50/10
Machine Learning Intern
Grroom, Virtual
Feb 2021 - Present
Currently making an object detection project with yolov3.
SUMMER INTERN
BSNL, Lucknow
Jun 2019 - Jul 2019
Machine Learning AZ
udemy, Online
Nov 2020 - Present
This course includes all the machine learning algorithms and helps to understand their working with practical implementation
IBM Data Science Specialization
Coursera, Online
Jul 2020 - Nov 2020
There are 10 different courses in this specialization which gave a good knowledge of data science, machine learning, dbms,
data visualization, data preprocessing and many other algorithms included in machine learning.
Diabetes Prediction using Machine Learning
Dec 2020 - Jan 2021
This project uses various classification algorithms along with grid search on the dataset to predict whether the person has
diabetes or not.
The accuracy of the project is 88.2%.
Rank 32: Resume 1371 with similarity score 0.13108081010884934
B.E , MS , B.TECH , M.TECH senior developer , associate , devops , data engineer , software developer , it professional , product analyst , full time , part time , big data developer big data analytics , automation , ansible , wealth management , functional specifications , general , financial services , devops , algorithms , software systems , spark , software solutions , nosql , ease , telugu , affirmative action , health , hindi , databases , cloud , etl , apache , ltd , flume , haas , oozie , azure , visualization , kafka , prosperity , authorization , english , status , protection , regulations , email , project , business analysis , application , aws , live streaming , map , provisioning , operations , range , rdbms , pipelines , data analysis , data solutions , srm , flow , machine learning , transformation , meetup , languages , framework , translation , hive , scala , unstructured data , events , geography , python , retirement solutions , javascript , search , artificial intelligence , technology , rbi , streams , working experience , data processing , feeds 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 1/2
Current Location: Hyderabad
Pref. Location: Bengaluru / Bangalore,INDIA,Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Systems-Data
Analytics]
Verified : Phone Number | Email - id
TechMahindra as Senior Data Engineer
Jan 2018 to Aug 2020
Project: HAAS Migration Aug18 - Present Role: Lead Data Engineer
Description: This project is based to process Feeds Migration from Hive to Spark to improve performance of HaaS
Platform with Devops Deployment and Automation.
Project: Local Regulatory Report (LRR) | Client: Standard Chartered Bank (SCB), Jan?18-Aug?18 Role: Data Engineer
Description: Local Regulatory Report project is based SCB as an entity with banking operations in India is governed by the
regulations set in place by Reserve Bank of India (RBI), the central bank. This obligation entails SCB India to submit
multiple regulatory reports at varying frequency to the RBI
Capgemini India Pvt. Ltd. as Associate Consultant
Jan 2013 to Jan 2018
Project : Streaming Data Analysis | Client: RSVPs Meetup, Jan'16-Dec'17 Role: Big Data Developer
Description: Project is based to process streams of data and update databases in real-time utilizing using parallel
processing of live streaming data. Ingest the streaming data for analysis using Apache Flume. Use a streaming framework
to find number and type of events per geography. Create a visualization on a geo-map that can show at different
snapshots in time, the number and type of events.
Last Active: 3-Feb-21 Last Modified: 2-Feb-21
Pruthvi Nsrsr
Senior Developer seeking assignments in Software Development,Big Data
Analytics,Business Analysis,Machine Learning,Data Analysis,Data
Processing,SDLC,AWS,SQL,Python,Scala,Hive,Spark,HDFS,Oozie
Key Skills: software development,big data analytics,business analysis,artificial intelligence,machine learning,data
processing,sdlc,azure,aws,sql queries,python,scala,hive,spark,hdfs,oozie,kafka,elastic search,ansible,Data
Structures,Algorithms
Summary
IT Professional with nearly 8.3 years of experience in Big Data Solutions, Business Analysis and Software Development
Working experience in RDBMS and NoSQL technologies with effective analyzing skills for pre-existing SQL queries to
understand the ETL flow
Excellent knowledge of cloud technologies like Azure, AWS
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at strategic
and tactical levels), followed by translation into functional specifications as well as provisioning of suitable software solutions
Capabilities in using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data
Leverages skill in working with large scale data processing tools like Spark
Proficiency in continuously evolving technology, communicating data findings to support organizations meet business
challenges
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 2/2
Project: Ease Integration| Client: AXA Hong Kong, Jan'13-Dec'15 Role: Developer
Description: AXA Hong Kong has been offering a wide range of life, health, property and casualty protection, as well as
wealth management and retirement solutions to help customers achieve stability and prosperity
Temenos India as Product Analyst
Jul 2011 to Feb 2012
Product Analyst
UG: B.Tech/B.E. (IT) from SRM university (SRMU) in 2011
PG: M.Tech (Software Systems-Data Analytics) from Birla Institute of Technology and Science (BITS), Pilani in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Canada,Australia,Germany
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
python, scala
Hive, Spark, HDFS, Oozie, Kafka
SQL, Azure, AWS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 33: Resume 772 with similarity score 0.13063653469137645
B.E , MS , B.TECH , M.TECH senior developer , associate , devops , data engineer , software developer , it professional , product analyst , full time , part time , big data developer big data analytics , automation , ansible , wealth management , functional specifications , general , financial services , devops , algorithms , software systems , spark , software solutions , nosql , ease , telugu , affirmative action , health , hindi , databases , cloud , etl , apache , ltd , flume , haas , oozie , azure , visualization , kafka , prosperity , authorization , english , status , protection , regulations , email , project , business analysis , application , aws , live streaming , map , provisioning , operations , range , rdbms , pipelines , data analysis , data solutions , srm , flow , machine learning , transformation , meetup , languages , framework , translation , hive , scala , unstructured data , events , geography , python , retirement solutions , javascript , search , artificial intelligence , technology , rbi , streams , working experience , data processing , feeds 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 1/2
Current Location: Hyderabad
Pref. Location: Bengaluru / Bangalore,INDIA,Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Systems-Data
Analytics]
Verified : Phone Number | Email - id
TechMahindra as Senior Data Engineer
Jan 2018 to Aug 2020
Project: HAAS Migration Aug18 - Present Role: Lead Data Engineer
Description: This project is based to process Feeds Migration from Hive to Spark to improve performance of HaaS
Platform with Devops Deployment and Automation.
Project: Local Regulatory Report (LRR) | Client: Standard Chartered Bank (SCB), Jan?18-Aug?18 Role: Data Engineer
Description: Local Regulatory Report project is based SCB as an entity with banking operations in India is governed by the
regulations set in place by Reserve Bank of India (RBI), the central bank. This obligation entails SCB India to submit
multiple regulatory reports at varying frequency to the RBI
Capgemini India Pvt. Ltd. as Associate Consultant
Jan 2013 to Jan 2018
Project : Streaming Data Analysis | Client: RSVPs Meetup, Jan'16-Dec'17 Role: Big Data Developer
Description: Project is based to process streams of data and update databases in real-time utilizing using parallel
processing of live streaming data. Ingest the streaming data for analysis using Apache Flume. Use a streaming framework
to find number and type of events per geography. Create a visualization on a geo-map that can show at different
snapshots in time, the number and type of events.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Pruthvi Nsrsr
Senior Developer seeking assignments in Software Development,Big Data
Analytics,Business Analysis,Machine Learning,Data Analysis,Data
Processing,SDLC,AWS,SQL,Python,Scala,Hive,Spark,HDFS,Oozie
Key Skills: software development,big data analytics,business analysis,artificial intelligence,machine learning,data
processing,sdlc,azure,aws,sql queries,python,scala,hive,spark,hdfs,oozie,kafka,elastic search,ansible,Data
Structures,Algorithms
Summary
IT Professional with nearly 8.3 years of experience in Big Data Solutions, Business Analysis and Software Development
Working experience in RDBMS and NoSQL technologies with effective analyzing skills for pre-existing SQL queries to
understand the ETL flow
Excellent knowledge of cloud technologies like Azure, AWS
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at strategic
and tactical levels), followed by translation into functional specifications as well as provisioning of suitable software solutions
Capabilities in using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data
Leverages skill in working with large scale data processing tools like Spark
Proficiency in continuously evolving technology, communicating data findings to support organizations meet business
challenges
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 2/2
Project: Ease Integration| Client: AXA Hong Kong, Jan'13-Dec'15 Role: Developer
Description: AXA Hong Kong has been offering a wide range of life, health, property and casualty protection, as well as
wealth management and retirement solutions to help customers achieve stability and prosperity
Temenos India as Product Analyst
Jul 2011 to Feb 2012
Product Analyst
UG: B.Tech/B.E. (IT) from SRM university (SRMU) in 2011
PG: M.Tech (Software Systems-Data Analytics) from Birla Institute of Technology and Science (BITS), Pilani in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Canada,Australia,Germany
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
python, scala
Hive, Spark, HDFS, Oozie, Kafka
SQL, Azure, AWS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 34: Resume 860 with similarity score 0.13063653469137645
B.E , MS , B.TECH , M.TECH senior developer , associate , devops , data engineer , software developer , it professional , product analyst , full time , part time , big data developer big data analytics , automation , ansible , wealth management , functional specifications , general , financial services , devops , algorithms , software systems , spark , software solutions , nosql , ease , telugu , affirmative action , health , hindi , databases , cloud , etl , apache , ltd , flume , haas , oozie , azure , visualization , kafka , prosperity , authorization , english , status , protection , regulations , email , project , business analysis , application , aws , live streaming , map , provisioning , operations , range , rdbms , pipelines , data analysis , data solutions , srm , flow , machine learning , transformation , meetup , languages , framework , translation , hive , scala , unstructured data , events , geography , python , retirement solutions , javascript , search , artificial intelligence , technology , rbi , streams , working experience , data processing , feeds 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 1/2
Current Location: Hyderabad
Pref. Location: Bengaluru / Bangalore,INDIA,Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Systems-Data
Analytics]
Verified : Phone Number | Email - id
TechMahindra as Senior Data Engineer
Jan 2018 to Aug 2020
Project: HAAS Migration Aug18 - Present Role: Lead Data Engineer
Description: This project is based to process Feeds Migration from Hive to Spark to improve performance of HaaS
Platform with Devops Deployment and Automation.
Project: Local Regulatory Report (LRR) | Client: Standard Chartered Bank (SCB), Jan?18-Aug?18 Role: Data Engineer
Description: Local Regulatory Report project is based SCB as an entity with banking operations in India is governed by the
regulations set in place by Reserve Bank of India (RBI), the central bank. This obligation entails SCB India to submit
multiple regulatory reports at varying frequency to the RBI
Capgemini India Pvt. Ltd. as Associate Consultant
Jan 2013 to Jan 2018
Project : Streaming Data Analysis | Client: RSVPs Meetup, Jan'16-Dec'17 Role: Big Data Developer
Description: Project is based to process streams of data and update databases in real-time utilizing using parallel
processing of live streaming data. Ingest the streaming data for analysis using Apache Flume. Use a streaming framework
to find number and type of events per geography. Create a visualization on a geo-map that can show at different
snapshots in time, the number and type of events.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Pruthvi Nsrsr
Senior Developer seeking assignments in Software Development,Big Data
Analytics,Business Analysis,Machine Learning,Data Analysis,Data
Processing,SDLC,AWS,SQL,Python,Scala,Hive,Spark,HDFS,Oozie
Key Skills: software development,big data analytics,business analysis,artificial intelligence,machine learning,data
processing,sdlc,azure,aws,sql queries,python,scala,hive,spark,hdfs,oozie,kafka,elastic search,ansible,Data
Structures,Algorithms
Summary
IT Professional with nearly 8.3 years of experience in Big Data Solutions, Business Analysis and Software Development
Working experience in RDBMS and NoSQL technologies with effective analyzing skills for pre-existing SQL queries to
understand the ETL flow
Excellent knowledge of cloud technologies like Azure, AWS
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at strategic
and tactical levels), followed by translation into functional specifications as well as provisioning of suitable software solutions
Capabilities in using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data
Leverages skill in working with large scale data processing tools like Spark
Proficiency in continuously evolving technology, communicating data findings to support organizations meet business
challenges
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 2/2
Project: Ease Integration| Client: AXA Hong Kong, Jan'13-Dec'15 Role: Developer
Description: AXA Hong Kong has been offering a wide range of life, health, property and casualty protection, as well as
wealth management and retirement solutions to help customers achieve stability and prosperity
Temenos India as Product Analyst
Jul 2011 to Feb 2012
Product Analyst
UG: B.Tech/B.E. (IT) from SRM university (SRMU) in 2011
PG: M.Tech (Software Systems-Data Analytics) from Birla Institute of Technology and Science (BITS), Pilani in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Canada,Australia,Germany
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
python, scala
Hive, Spark, HDFS, Oozie, Kafka
SQL, Azure, AWS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 35: Resume 1246 with similarity score 0.13048974170497227
B.S , MS , BS devops , data engineer , partner , senior software engineer , full time , informatica , lead engineer , team lead data warehousing , data warehouse , linux , sse , status , data architecture , testing , nagios , components , sql azure , infrastructure , salesforce , sql server , expressions , organization , itp , kettle , devops , pentaho , spark , dimension , designation , fault tolerant systems , cloud , data modeling , erwin , shopping , project , ftp , live , processing , pipelines , performance tuning , puppet , resolve , data integration , javascript , talend , stored procedures , affirmative action , information technology , mysql , oracle , msbi , glue , membership , power bi , grocery , snowflake , online retail , email , business intelligence , aws , github , data quality , maven , big data , teradata , ml , credit , migrating , jenkins , ug , analytics , authorization , teams , database development , fact , gold , star schema , datasets , s3 , transformation , storage , tableau , platinum , python , load , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160…
https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160717400c59585… 1/3
Current Designation: Senior Software Engineer -ETL
Current Company: HCL Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
HCL Technologies as Senior Software Engineer -ETL
Aug 2010 to Till Date
Project Summary:
Project 1: INTEL (Channel Information center)
Organization HCL Technologies
Client INTEL
Duration Dec 2017 to till date
Role SSE
Team Size 8
Description: Membership
Member tiers:
Registered- A member who is registered in the ITP program will be Registered Partner. Anyone can be a Registered
Partner, who furnishes details in Intel system. Ideally a register user does not get ITP benefits .
Gold - A registered member with some dollar amount (e.g. $2500) and have credit points ($50) for the attended trainings is
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Ramesh Gadde
Senior Software Engineer seeking roles in Database Development,Data
Warehousing,Data Architecture,Data Modeling,Business Intelligence,Performance
Tuning,ETL Development,AWS Redshift,AWS Lambda,MySQL,Orahell
Script,Linux,Python,PowerBi,Informatica
Key Skills: Senior Software Engineer,Tech Lead,Database Development,Data Warehousing,Data Architecture,Data
Modeling,Business Intelligence,Performance Tuning,ETL Development,AWS Redshift,AWS Lambda,MySQL,Orahell
Script,Linux,Python,PowerBi,Informatica
Summary
10 years of overall experience working in the Information Technology Industry.
Having 8+ years of experience in(Development, Implementation,Testing and support) Informatica power centre ,Talend
,Tableau, Aws with devops
AWS Glue, AWS Redshift,AWS Lambda, MYsql, Orahell script,Linux,python,PowerBI, MSBI, Azure Data Engineer, Python
,snowflake,Azure Datalake,Azure data factory,Oracle ,SQL Server ,Teradata,Linux
Played key role in Migrating Teradata objects into SnowFlake environment.
3+ years of experience using Snowflake, AWS Redshift,AWS glue,Aws Data engineer, Talend Data Integration/Big Data
Integration (6.1/5.x) / Talend Data Quality,Pentaho,PowerBI,Mongdb,Github,Jenkins.
Developed Strategies for Extraction Transformation Loading (ETL) mechanism.
Extensive knowledge with Dimensional Data modeling, Star Schema/snowflakes schema, Fact and Dimension tables.
Experience in Data Modeling experience using ERWIN 3.x
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160…
https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160717400c59585… 2/3
known as gold member.
Platinum -A Gold Member with more dollar amount (e.g., $10000) and attended more trainings to get the credit points
(e.g.90).
As a lead engineer for Channel Information Center Team in INTEL responsibilities included as below:
Designed and Developed ETL jobs to extract data from Salesforce replica and load it in data mart in Redshift.
Migrated on premise database structure to Confidential Redshift data warehouse
Design and Develop ETL Processes in AWS Glue to migrate Campaign data from external sources like S3,
ORC/Parquet/Text Files into AWS Redshift.
Extract Transform and Load data from Sources Systems to Azure Data Storage services using a combination of Azure
Data Factory, T-SQL, Spark SQL and U-SQL Azure Data Lake Analytics .
Data Ingestion to one or more Azure Services - (Azure Data Lake, Azure Storage, Azure SQL, Azure DW) and processing
the data in In Azure Databricks.
Part of core engineering team to designing the new platform to host applications in AWS cloud, through PUPPET and
JENKINS.
Deploying, managing, and operating scalable, highly available and fault tolerant systems on AWS.
Used Nagios as a monitoring tool to identify and resolve infrastructure problems before they affect critical processes.
Worked with Development and QA teams to continuously integrate software development using GitHub, Maven,
JENKINS.
Used pentaho data integration/kettle to design all etl process to extract
data from various sources including live system and external files,cleanse and
then load the data into target data ware house.
Developed ETL Processes in AWS Glue to migrate Campaign data from external sources like S3, ORC/Parquet/Text Files
into AWS Redshift.
Implemented large Lamda architectures using Azure Data platform capabilities like Azure Data Lake, Azure Data Factory,
HDInsight, Azure SQL Server, Azure ML and Power BI.
Created Pipelines in ADF using Linked Services/Datasets/Pipeline/ to Extract, Transform and load data from different
sources like Azure SQL, Blob storage, Azure SQL Data warehouse, write-back tool and backwards.
Project 2: International Grocery Shopping
Organization Hcl Technologies
Client Tesco
Duration Oct 2013 to Nov 2017
Role SSE
Team Size 10
Description:
International Grocery Shopping is online Retail shopping domain .
Roles and Responsibilities:
Roles and responsibilities:
As a lead engineer for International Grocery shopping Team in Tesco responsibilities included as below:
Created Talend jobs to copy the files from one server to another and utilized Talend FTP components
Worked on various Talend components such as tMap, tFilterRow, tAggregateRow, tFileExist, tFileCopy, tFileList, tDie etc.
Used pentaho data integration/kettle to design all etl process to extract
data from various sources including live system and external files,cleanse and
then load the data into target data ware house.
Used MSBI-SSIS package for (ETL) extraction, transformation and loading data from heterogeneous source systems into
target database.
Involved in Migrating Objects from Teradata to Snowflake.
Used MSBI-SSIS package for (ETL) extraction, transformation and loading data from heterogeneous source systems into
target database.
Designed and developed ETL SSIS packages to facilitate incremental load process.
Developed complex sql queies using stored procedures /common table expressions, temporary table to support power BI
and SSRS reports.
UG: B.Sc (Computers) from Nagarjuna University in 2004
PG: MCA (Computers) from JJ COLLEGE OF ARTS AND SCIENCE, Pudukkottaai in 2007
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160…
https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160717400c59585… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
AWS Redshift
AWS Lambda
MySQL
Orahell script, Linux, python
PowerBI
Python
snowflake, Azure Datalake
SQL Server, Teradata, Linux
TALEND
PENTAHO
MongDB
GITHub, Jenkins
Rank 36: Resume 535 with similarity score 0.13043937447838672
MS work from home , team member c programming , assessment , data science , visualization , python , ibm , google analytics , resume , english , css , internet of things , data analysis , computer science , learning , mysql , html , data analytics , hindi Assessment
Q1. Why should you be hired for this role?
I have been learning data analytics. I own Udemy certificate in data analysis and visualization ,python certificate certified by IBM , Google
analytics for beginners and python for data science NPTEL ELITE CERTIFICATE.I want to learn more in this field and build my career. And I am a
very hardworking and a fast learner . And I am very good team member too.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for next 3 months .. but have my mid semester exam from 1st March
Resume
EDUCAT ION
CONTACT Phone: 91 7289013931
Shikha
Dehradun, Delhi
Applied 07 Feb'21
Python C Programming Data Analytics
English Proficiency Spoken) English Proficiency Written) HTML
Hindi Proficiency Spoken) MSPowerPoint MSWord
CSS Google Analytics Internet of Things IoT
MSExcel MySQL
Bachelor of Computer Science B.C.S.), Computer Science
Doon University
2018 - 2021
Rank 37: Resume 536 with similarity score 0.13043937447838672
MS work from home , team member c programming , assessment , data science , visualization , python , ibm , google analytics , resume , english , css , internet of things , data analysis , computer science , learning , mysql , html , data analytics , hindi Assessment
Q1. Why should you be hired for this role?
I have been learning data analytics. I own Udemy certificate in data analysis and visualization ,python certificate certified by IBM , Google
analytics for beginners and python for data science NPTEL ELITE CERTIFICATE.I want to learn more in this field and build my career. And I am a
very hardworking and a fast learner . And I am very good team member too.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for next 3 months .. but have my mid semester exam from 1st March
Resume
EDUCAT ION
CONTACT Phone: 91 7289013931
Shikha
Dehradun, Delhi
Applied 07 Feb'21
Python C Programming Data Analytics
English Proficiency Spoken) English Proficiency Written) HTML
Hindi Proficiency Spoken) MSPowerPoint MSWord
CSS Google Analytics Internet of Things IoT
MSExcel MySQL
Bachelor of Computer Science B.C.S.), Computer Science
Doon University
2018 - 2021
Rank 38: Resume 144 with similarity score 0.13013172165101528
B.E , MS work from home , classifier training , matplotlib , algorithms , internships , twitter api , modeling , mysql , hindi , beginner , power bi , natural language processing , basic , english , linear regression , models , business analytics , project , pandas , application , coursera , exploratory data analysis , text mining , introduction to , numpy , german , mumbai , resume , neural networks , led , logistic regression , nltk , machine learning , git , computer science , opencv , iris , sentiment analysis , analyzer , foundation , flask , completion , assessment , scikit-learn , data science , python , imdb , reviews , dashboards , ml , commerce , online Assessment
Q1. Why should you be hired for this role?
I am a Machine Learning and Data Science enthusiast and have been learning for the last 9 months. I have knowledge of python language and its
ML based libraries like numpy, pandas, scikit-learn, matplotlib, nltk and more and also have knowledge of openCV and neural networks including
CNN,RNN and ANN using Tensorflow too. I have done a 1 month internship at Sparks Foundation on Data Science and Business Analytics. Also I
have done a training program at DevIncept on Machine Learning. I have participated in some ML competitions too and know deployment of
models using Flask.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for the 3 months duration, starting immediately for the internship.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Chinmay Patil
Mumbai
Applied 07 Feb'21
Python Data Science English Proficiency Written)
MSExcel MSWord Machine Learning
MySQL Power BI Natural Language Processing
NLP
Neural Networks
Bachelor of Engineering B.E, Computer Science
Atharva College Of Engineering
2018 - 2022
Senior Secondary XII, Science
DG Ruparel College Of Arts, Science And Commerce
HSC board)
Year of completion: 2018
Percentage: 88.00%
Secondary X
St. Anthony's High School
SSC board)
Year of completion: 2016
Percentage: 92.80%
Machine Learning
DevIncept, Virtual
Nov 2020 - Present
Improved skills on Machine Learning and Exploratory Data Analysis.
Built models on ML algorithms for different tasks.
Understood and used git.
Data Science And Business Analytics
Sparks Foundation, Virtual
Oct 2020 - Nov 2020
Developed Machine Learning skills in Python language.
Used Power BI for business data analysis and creating dashboards and reports.
Created ML models on various algorithms.
Applied Text Mining Using Python
Coursera, Online
Jun 2020 - Jul 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8433780670
This course was based on Text Mining and Text Analysis using python libraries gensim and nltk. Sentiment Analysis and Topic
Modeling related tasks were done.
Introduction To Data Science In Python
Coursera, Online
Jun 2020 - Jun 2020
This was a remote learning course held by University of Michigan. This course led to learning data science modules of
numpy, pandas and more for use in real life application
Applied Machine Learning In Python
Coursera, Online
May 2020 - Jun 2020
The training course laid the foundation of Machine Learning Algorithms and its applications. The usage of ML algorithms like
Linear Regression, Logistic Regression, SVM, Decision Tree, etc were learned and also applied to some basic projects
Personalities Identifier using Text Data
Dec 2020 - Jan 2021
https://colab.research.google.com/drive/1-w6TfQ5q9W3m4bODVV8Ws5_D_lriiFnC?usp=sharing
Language: python
Libraries: numpy, pandas, nltk, scikit-learn
Iris Classifier
Jul 2020 - Jul 2020
Text Sentiment analyzer
Jul 2020 - Jul 2020
The project is based on IMDB reviews. It is a sentiment analyser which reviews text whether it is a positive review or
negative review.
MNIST Digit Classifier
Jun 2020 - Jun 2020
Twitter Trend Analyzer
Sep 2020 - Present
https://colab.research.google.com/drive/1hujXNRwl9FObhYobEWbEUzZTor5Codd1?usp=sharing
The project extracts tweets using the twitter API. It helps in analyzing the tweets and finding the common topics involved in
the tweets and distributing among various topics
Fluent in English, Hindi, Marathi.
Learning German Language ,currently a beginner.
https://colab.research.google.com/drive/1-w6TfQ5q9W3m4bODVV8Ws5_D_lriiFnC?usp=sharing
https://colab.research.google.com/drive/1hujXNRwl9FObhYobEWbEUzZTor5Codd1?usp=sharing
Rank 39: Resume 299 with similarity score 0.1290836930567058
B.E , MS , BS science intern , work from home , python developer web development , algorithms , internships , computer networking , mar , principles , internet , antivirus , surf , sql , horizon , chrome , mumbai , resume , testing , neural networks , java , writing , machine learning , content management , computer science , statistics , assessment , data science , python , technology , html , annotation Assessment
Q1. Why should you be hired for this role?
I am confident that I will be able to provide the skills as well as demonstrate them in this role.github Link: https://github.com/lax17
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
As soon as possible.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Laxmi Mandire Sarki
Mumbai
Applied 09 Feb'21
Python SQL Computer Networking
Data Structures HTML Java
Machine Learning
Bachelor of Engineering B.E, Computer Science
New Horizon Institute Of Technology And Management
2015 - 2019
CGPA 7.80/10
Web Content Management
Maharashtra Dinman, Thane
May 2018 - Present
Basically I put contents on the website of Maharashtradinman .This is a leading newspaper over 2 years old and it's great
experience working with such a experienced people .
they also teach how to surf internet to get effective results it's a fun .
Data Science Intern
Taaraka Technologies, Virtual
May 2019 - Present
As a python developer, responsibilities include writing and testing code, document machine learning algorithms and develop
prototypes,prepare reports and statistics based on data science principles.
Data Science
TECHsmartsys, Pune
Mar 2019 - Present
Hands on sessions on python with mathematical explanation behind Machine learning model and also neural networks.
Data Science Intern
Qure.ai, Mumbai
Dec 2018 - Present
Data annotation of DL model
Web Development
STUDY LEAGUE, Dombivli
Oct 2016 - Jan 2017
AI for antivirus
Jan 2019 - Apr 2019
detection of malicious URL and making it interactive with chrome extension.
textsummarizer
Apr 2019 - Apr 2019
input as text and convert it into the summary by pagerank method of networkx
CONTACT Phone: 91 9167995593
Rank 40: Resume 1147 with similarity score 0.1281226564426773
B.E , MS , B.TECH azure developer , senior developer , associate , devops , senior software engineer , solution architect , full time , team lead , enterprise architect automation , reporting , devops , interfaces , migrating , designation , developers , asp.net mvc , platforms , affirmative action , authentication , cloud , angular , maintenance , azure , ltd , gateway , power bi , jquery , windows , authorization , iaas , node.js , capital markets , enterprise , teams , status , paas , c# , excel , email , logging , application , aws , microservices , messaging , qlik sense , splunk , microsoft , .net core , pipelines , architecting , github , bus , rest , components , database design , s3 , servers , kanban , containerization , computer science , languages , storage , chat , clear , nuget , fundamentals , html5 , sql server , project architecture , adoption , vsts , javascript , organization , technology , etl , mashups , cd , agile methodologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145…
https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145110440d5d005… 1/3
Current Designation: Cloud Solution Architect
Current Company: Accenture Services Pvt Ltd.
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd. as Cloud Solution Architect
May 2015 to Till Date
Key Skills
* Design - Microservices, Serverless, Authentication, No-SQL.
* Azure - API Management, Azure functions, PaaS services, ETL services, AKS, App service, Migration
services, Azure Storage, Azure Messaging services, Azure Monitor
* AWS - API Gateway, Lambda, Cloud Formation, Cloud Front, S3, IaaS, Cloud Watch
* Languages/Frameworks - NodeJS, Angular, .NET Core, MVC, SQL, C#, jQuery
* Automation - DevOps, Power Automate
* Reporting - Qlik Sense, Power BI
Key Experiences
* Responsible for architecting an application based on Angular and Node.js deployed using AWS services like
IaaS, Lambda, Cloud formation, API gateway.
* Automated the deployments using CI/CD integration with Azure pipelines on AWS platform.
* Configured Self hosted VSTS agent to run pipelines.
* Implemented Azure Service bus in integration with Azure event grid to improve the performance and UI
experience of the application for time taking functionalities.
* Created reports in Qlik sense and Power BI tools and created mashups to integrate them with .NET based
applications.
* Built the whole architecture/implementation of a component with Microsoft consultant to start an automated chat
between 2 users using UCMA 3.0 component.
* Created the whole solution structure in TFS, defining classes and interfaces , logging tools, database design for
an application to define clear development standards for the developers.
* Worked on implementing Azure Data factory to collate the data from their on-prem database and third-party
application data (shared to them in excel) to Azure Synapse.
* Migrated the whole architecture of the application to the new Enterprise stack adoption which included Splunk
logging, using GitHub, defining NuGet central sources and implemented Azure AD for single sign on experience.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SWATI MANGLA
Cloud Solution Architect seeking assignment in architecting solutions on Azure, AWS
with experience Software Development,Project Management,Client facing,API
Management, Azure functions, Cloud watch, cloud front,etc
Key Skills: Cloud Solution Architect,Enterprise Architect,Software Development,Project Management,Requirement
Gathering,API Management, Azure ,AWS,NodeJS,Angular,.NET Core,MVC,SQL,C#, jQuery
Summary
11 years of experience in Software Development,,Project Management, Architecting solutions in Net, Node, AWS and Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145…
https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145110440d5d005… 2/3
* Well aware of agile methodologies to run projects using VSTS task boards and Kanban boards while handling a
team of 10 members.
* Migrated around 10 application components based on .NET MVC, SSIS, Rest APIs, SQL server , Windows
Services from Windows 2008 servers to 2016 Core servers.
* Working on re-designing the application to move to Pass platforms using containerization and SQL PaaS.
Head Strong Capital Markets as Senior Software Engineer
May 2013 to Apr 2015
Accomplishments:
* Worked on multiple projects for Morgan Stanley
account as a senior developer and co- team lead.
* Was a key resource in the team for migrating the
existing project architecture to Enterprise Stack
adoption standards of Morgan Stanley . This
includes moving to github, splunk logging,
configure NuGet packages ,etc. Trained resources
of multiple teams on the same as well.
* Was part of production checkouts including
weekend support.
* Worked with onshore and reported to the client
directly.
* Participated and won accolades for being active in
cultural programs in the organization.
Vserv Business Solutions Ltd as Software Engineer
Feb 2013 to Apr 2013
Accomplishments:
* Worked as a module lead on .Net based
development project for a US based financial
organization.
* Developed a complete module and was involved in
SDLC with client directly.
* Was responsible for assigning work and create
status reports on the module progress.
* Cross train team members on generic functions
built to be used in multiple modules.
Tata Consultancy Services Ltd as Software Engineer
Dec 2009 to Aug 2011
Accomplishments:
* Worked on .NET based development project of a
US based Client with a team strength of 35
people.
* Developed a complete module and was involved in
SDLC with the client directly.
* Won appreciations for the good work.
UG: B.Tech/B.E. (Computer Science) from Indira Gandhi Institute of Technology , GGISPU, Delhi in 2009
Other Qualifications/Certifications/Programs:
Azure Developer Associate
Azure Fundamentals
Developing ASP.NET MVC applications
Programming in HTML5 and CSS3
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145…
https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145110440d5d005… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Microservices, Serverless,
Authentication, No-SQL.
API Management, Azure functions,
PaaS services, ETL services, AKS,
App service, Migration
API Gateway, Lambda,
Cloud Formation, Cloud Front,
S3, IaaS, Cloud Watch
NodeJS, Angular, .NET Core,
MVC, SQL, C#, jQuery
DevOps, Power Automate
Qlik Sense, Power BI
Rank 41: Resume 1158 with similarity score 0.127526579912143
B.S , MS , M.Sc , M.S devops , data engineer , team leader , full time , technical lead api , general , devops , spark , designation , ug , use case , mar , affirmative action , case presentation , oracle , infosphere , analytics , cloud , docker , hindi , azure , cluster , ltd , edw , data modeling , e-mail , authorization , english , mathematics , status , architecture , metadata , postgresql , email , agile , store , project , application , aws , financial research , ibm , performance tuning , s3 , git , intermediate , building , computer science , languages , context , statistics , sqoop , big data , hive , teradata , cd , business perspective , cosmos , python , javascript , workflow , hadoop , orchestration , etl , pipeline , learning , airflow , data processing , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c44…
https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c440319170d545b… 1/3
Current Designation: Technical Lead -Big Data
Current Company: ATMECS Inc
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Other
International Location
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
ATMECS Inc as Technical Lead -Big Data
Nov 2019 to Till Date
Client: US based financial research firm.
Roles and Responsibilities
Involved in requirement gathering for building AWS
cloud based data solution.
Design and build the data pipeline using object oriented
paradigm and used pyspark for data processing.
Used airflow for all data orchestration purpose.
Design and develop the metadata system for ETL
process using Python API which finally adapted as
organisation level.
Created the ETL workflow architecture and same has
adopted across projects for different feed.
Design and build the rejection handling process.
Design and build the logic to handle time series data.
Perform performance tuning using.
Used Pytest for unit test need.
Used different AWS services for different context.
AWS Aurora PostgreSql is the database of
choice.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rakesh Singh
Technical Lead having master degree in computer science seeking roles in Data
Engineer ,Cloud , Big Data. Expertise in Spark,PySpark,Airflow,AWS services
,Python,Docker,SQL,Hadoop,Sqoop,Hive,HDFS, Teradata,ETL,Data Modeling
,performance tuning.
Key Skills: Data engineer,Big data, Cloud, AWS,
Spark,PySpark,Airflow,AWS,Python,Docker,SQL,Hadoop,Sqoop,Hive,HDFS, Teradata,ETL,Oracle, postgresData
Modeling ,Azure,performance tuning,CICD,Devops, GIT,
Summary
Big data professional having more than 5 years in cloud and
distributed system and overall 12 year of industry experience.
Expertise in building ETL spark application using pyspark.
Expertise in working in cloud environment and got the
opportunity to work with both AWS and azure both.
Expertise in building data pipeline.
Worked on agile methodology.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c44…
https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c440319170d545b… 2/3
AWS S3 Object store for file input place holder
and landing zone.
AWS EMR cluster for spark engine to process the
data and hdfs for storing intermediate data.
AWS secret manger to handle sensitive
credential.
AWS SES for e-mail service.
Used Azure Devops for CI/
CD.
Agreeya Solution as Team Leader
Feb 2017 to Aug 2019
Client: US based leading collection agency.
Roles and Responsibilities
Played key role in developing and deploying machine
learning model for defaulted account for legal
department of collection agency using predicative
analytics'.
Contributed to expose new skill for business perspective
using POC and use case presentation to client.
Done POC on mainly Azure services like azure stream
analytics, Cosmos DB.
Worked on ETL.
CIBERsites India Pvt. Ltd. as Team Lead
Nov 2014 to Feb 2017
Client: US based World renowned automobile company.
Worked on migration project moving data from EDW
system to hive.
Worked on ETL project.
UG: B.Sc (Mathematics, Statistics, Computer Science) from Banaras Hindu University (BHU), Varanasi in 2005
PG: MS/M.Sc(Science) (Computer Science) from Banaras Hindu University (BHU), Varanasi in 2007
Education
IT Skills
Skill Name Version Last Used Experience
PySpark, Airflow, AWS
Python, Docker
SQL
HADOOP
sqoop, hive
IBM InfoSphere
Teradata
SSIS
powebi
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c44…
https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c440319170d545b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Hindi Expert
Rank 42: Resume 661 with similarity score 0.12726811946837083
B.E , MS , B.TECH , BS work from home , full time case , mysql , statistical modeling , public , internet , intelligence , project , pandas , numbers , linkedin , resume , github , business strategy , market research , machine learning , computer science , completion , tableau , assessment , data science , python Assessment
Q1. Why should you be hired for this role?
Hi this is Vikash here I'm pursuing my Post Graduation Diploma in Data Science and I finished my B.tech CSE last year Batch 20152019 . So I
choose this role because it is a job to take data and use it to help companies make better business decisions. I'm good with numbers, collecting
data, and market research. I chose this role because it encompasses the skills I'm good at, and I find data and marketing research interesting.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for 3 months.
Resume
EDUCAT ION
JOBS
PROJECTS
ADDIT IONAL
DETAILS
Vikash Verma
Bangalore, Delhi
Applied 08 Feb'21
Python MSExcel MySQL
R Programming Machine Learning Statistical Modeling
Tableau Artifical Intelligence
Post Graduate Diploma, Data Science
IMS PROSCHOOL
2019 - 2020
Bachelor of Engineering B.E, Computer Science
Chandigarh University
2015 - 2019
CGPA 6.00/10
Senior Secondary XII, Science
John Milton Public School
CBSE board)
Year of completion: 2014
CGPA 6.00/10
Secondary X
M.G.M Sr Sec. School
CBSE board)
Year of completion: 2012
CGPA 7.20/10
Employee
Puma Source, Chandigarh
Mar 2018 - May 2018
Business Strategy to Maximize its Profit
Sep 2020 - Oct 2020
https://docs.google.com/document/d/1I_1O3-pxKJXVNfFVfPQ_eWfTeok88RIin4Dj8fMRETc/edit
The project to tests that responsibility by combining a case study with a lot of number crunching.For research proposal with
my ability to think logically as well as do research on the internet to find out the business strategy to maximize its profit
Github Link : https://github.com/VikSangreal
LinkedIn : https://www.linkedin.com/in/vikash-verma-2b1367136/
PUBLICATION
Blog on Data Science Life Cycle at medium - https://medium.com/@vikashverma989/data-science-life-cycle-6a4eb2c60fb4
Blog on Data Preprocessing on medium - https://medium.com/@vikashverma989/data-preprocessing-using-scikit-learn-
and-pandas-d727762f214f
https://docs.google.com/document/d/1I_1O3-pxKJXVNfFVfPQ_eWfTeok88RIin4Dj8fMRETc/edit
CONTACT Phone: 91 9837109892
Rank 43: Resume 1472 with similarity score 0.12698005565804907
B.E , MS , B.TECH service manager , change management , system architect , full time , associate software engineer , business analyst business architecture , general , pension , flow diagrams , designation , pages , confluence , ug , jmeter , affirmative action , loans , hindi , technical requirements , clearquest , beginner , maintenance , power bi , ltd , authorization , advanced , english , teams , status , business services , sequence diagrams , specifications , excel , email , project , business analysis , sql , application , printing , lodging , mumbai , adherence , bengali , microsoft , ibm , fds , user stories , electronics , crown , technology solutions , clearcase , change management , building , finance , visio , languages , draft , research , data flow , tableau , uml , hp service manager , technical analysis , jira , workflow , javascript , tax , business requirements 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a47…
https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a475016430b0b5d… 1/3
Current Designation: Business Analyst -IT
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Business Analyst -IT
Jul 2018 to Till Date
Create, modify and maintain business documents in adherence to the
requirements of the client and apigee team
Develop business architecture diagrams, Data flow diagrams and
block/sequence diagrams using requirements such as scope, processes,
alternatives, and risks.
Interact, coordinate, communicate and understand the needs of the
consumer with onshore team and e xecute tasks accordingly
Analyze clients business requirements and processes through document
and workflow analysis.
Provide input into developing and modifying systems to meet client
needs and develop business specifications to support these
modification s.
Draft and maintain business requirements and align them with functi onal
and technical requirements
Standardization of templates, tables, formats and charts across different
business documents
Updation & Continuous improvements of business pages & execut e end
to end migration of data if required
Verification & Correction of sensitive and critical data pages used by users
and the team
Indian Overseas Bank as Associate Officer
Sep 2015 to Aug 2016
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Prodyumno Chakraborty
Business Analyst seeking roles in IT Project Management,Business
Analysis,Requirement Analysis,Use Cases,User Stories,UML,JIRA,Confluence,Clear
Quest,Clear Case,Power BI,Tableau,JMeter
Key Skills: Business Analyst,Business Analysis,Requirement Analysis,Technical Analysis,Use Cases,User
Stories,UML,JIRA,Confluence,Clear Quest,Clear Case,Power BI,Tableau,JMeter,Change Management
Summary
5 years of consolidated Experience across IT, Banking and Finance industry.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a47…
https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a475016430b0b5d… 2/3
Worked in Asset Recovery Management
Branch to recover bad loans from the
borrower
Handled General Banking Work such as
Opening & Closing of Accounts, Lodging of
Cheques, Fund Transfer, Dema nd Drafts,
Opening & Closing of FDs and Printing
Passbook & Statements.
Worked as Cashier and also in charge of
Remitting Taxes such as TDS, Professional
Tax etc. to the Governme nt.
Accenture Services Private Limited as Associate Software Engineer
May 2012 to Dec 2013
Building and Maintaining the services of
Department of Works and Pension
Module ,UK
Taking Lead & Resolving the Queries of Build
& Test Teams in order to execute the
Business Services.
Creation and Modification of the Busi ness
Service Designs
Trained Colleagues on the Usage of Tools
such as ClearQuest, ClearCase and IBM
System Architect.
UG: B.Tech/B.E. (Electronics Engineering) from RCOEM in 2012
PG: MBA/PGDM (Finance) from K.J. Somaiya Institute of Management Studies and Research (KJSIMSR), Mumbai in
2018
Education
IT Skills
Skill Name Version Last Used Experience
CONFLUENCE
JIRA
CLEAR QUEST
CLEAR CASE
FINNACLE
CROWN
Advanced Excel
Microsoft Visio
HP Service Manager
Power BI
TABLEAU
JMETER
XMLSPY
SQL
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a47…
https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a475016430b0b5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Beginner
Rank 44: Resume 304 with similarity score 0.1265724553169255
B.E , MS work from home turn , algorithms , data analytics , relational databases , cpp , teams , sql , project , mask , c programming , computer vision , iit , resume , ibm , data analysis , machine learning , computer science , heart disease , foundation , assessment , data science , python , one , organization , online Assessment
Q1. Why should you be hired for this role?
I'm passionate to work in the field of data science,python and hold relevant certifications. meanwhile, joining this honored organization can help
me to learn a lot. And I love to seek guidance of the experienced and the learned teams, which are onboard already. In that way, I will be able to
become the better professional in future. I truly feel your company will undoubtedly help me to build one. And in turn, I will assure you complete
dedication from my end and everything I can do on my level for betterment of the organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
For the prescribed three month internship I would like to extend my joining immediately.I will be available for 67 hrs. per day.
Looking forward to here from you soon.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7387275470
MAHIMA PATIL
Pune
Applied 07 Feb'21
Python C Programming Data Analytics
Bachelor of Engineering B.E, Computer Science
Sinhgad Academy Of Engineering
2018 - 2022
CGPA 8.96/10
Data Analytics With Python
IBM, Online
Dec 2020 - Jan 2021
Programming ,Data Structures And Algorithms Using Python
( NPTEL ) IIT Madras, Online
Sep 2020 - Dec 2020
SQL And Relational Databases
IBM, Online
Sep 2020 - Sep 2020
Python For Data Science
IBM, Online
Sep 2020 - Present
C And Cpp
IIT Bombay, Online
Jul 2019 - Aug 2019
data analysis of heart disease using machine learning algorithms
Aug 2020 - Dec 2020
https://drive.google.com/file/d/1N_0loagzdPI3Be2_Eoy0Umn7b4M81MfJ/view?usp=sharing
data analysis of heart disease using machine learning algorithms
Successfully secured 70% in programming data structure and algorithms using python scheduled by NPTEL
https://drive.google.com/file/d/1h18PbW4ejuFq_ZhT0vfQR6TKarlx0GrO/view?usp=sharing
Selected as an intern at The Sparks foundation for function data science and business analysts
Working with the project face mask detection using Machine learning algorithms , open cv, computer vision.
https://drive.google.com/file/d/1N_0loagzdPI3Be2_Eoy0Umn7b4M81MfJ/view?usp=sharing
Rank 45: Resume 566 with similarity score 0.12626548103048002
MS , B.TECH , BS work from home , cyber security , data analyst , graduate student , java developer cyber security , training , matplotlib , sql injection , core java , algorithms , internships , classification , deep learning , space , nlp , data mining , mysql , data analytics , statistical modeling , public , linux , natural language processing , ltd , php , classifiers , project , pandas , hunting , c programming , numpy , prediction , resume , vector , datasets , neural networks , camp , machine learning , computer science , sentiment analysis , big data , completion , assessment , data science , python , xss , technology , html Assessment
Q1. Why should you be hired for this role?
Thank you for giving me a chance to write to you why I want to apply for this internship. With hands-on experience in Data science, machine
learning and deep learning, I believe, this firm is the best place to head start my career as a Data Analyst. Being a graduate student in the
Computer Science and Engineering program it gave me insight into Data mining and Machine learning technologies. I used and compared various
machine learning algorithms for training a regression model and also performed classification on different Datasets. During my major project, I
become quite adept in Machine Learning and Deep Learning as the project was on Sentiment analysis from text using different machine learning
methods. I did few projects on data science too, where I learned how to handle, clean and visualize big data by using the tools such as Numpy,
Matplotlib, Pandas, etc. I also did my summer camp training in cybersecurity where I learn how to do XSS attack, SQL injection, bug hunting on
vulnerable websites, etc. I also did certificate courses on python through CodingBlocks and a course on Machine Learning, Data Science and
NLP from Udemy. I keenly look forward to an opportunity to make significant contributions in giving a meaningful structure to a raw data at your
firm. There is a lot that I hope to gain from your company, but I also bring with me a fresh colour of diversity, my ideas and a sincere conscience
to succeed.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, starting immediately, for a work from the home internship.
Resume
EDUCAT ION
INTERNSHIPS
Sohaib Alam
Delhi, Bangalore
Applied 08 Feb'21
Natural Language Processing
NLP
Python MSExcel
MSWord C Programming Data Analytics
Data Science Deep Learning HTML
Machine Learning Neural Networks Statistical Modeling
C Programming Java MySQL
PHP
Bachelor of Technology B.Tech), Computer Science & Engineering
Guru Gobind Singh Indraprastha University
2017 - 2020
CGPA 7.30/10
Diploma, Computer Science & Engineering
Kalinga University, Raipur
2013 - 2016
Percentage: 63.50%
Senior Secondary XII, Science
Rajdeo Singh Public School
BIHAR BOARD board)
Year of completion: 2013
Percentage: 62.00%
Secondary X
MOTHER'S INTERNATIONAL ACADEMY
CBSE BOARD board)
Year of completion: 2010
CGPA 6.40/10
Core Java Developer
JavaTpoint Pvt Ltd., Noida
Jun 2019 - Aug 2019
I learned core java and developed a dummy project too.
TRAININGS
PROJECTS
CONTACT Phone: 91 9810436109
Cyber Security
Pragmatic Educational Society, Delhi
Jun 2018 - Jul 2018
I learned here how to perform SQL injection or XSS attack on a vulnerable websites. How to scan any port by using linux
commands.
Image Tampering
Aug 2018 - Nov 2018
I did project with my team for mini project. We developed a tool which tell us how much a image has been tempered.
Sentiment Analysis using Machine Learning
Jan 2020 - Present
This is our major project and in this project we are trying to develop a tool which analyze the sentiments. We uses vector
space model and we also uses ML Classifiers naive Baye's, SVM and Decision Tree to find out the prediction of given
datasets.
Rank 46: Resume 431 with similarity score 0.12585015033701422
MS , B.TECH , BSC , BS work from home , student training , matplotlib , wildlife photography , algorithms , internships , uber , data visualization , classification , office , data mining , health , data analytics , data collection , eda , nss , welfare , web scraping , sql , project , store , exploratory data analysis , microsoft , resume , prediction , logistic regression , features , machine learning , chargers , research , documentation , tableau , assessment , events , family , data science , python , one , face recognition , dashboards , imdb , organization , technology , database Assessment
Q1. Why should you be hired for this role?
I am pleased to introduce myself. I am Rakesh from Hyderabad itself. I graduated from JNTUH College of engineering Sultanpur. I am one of the
people who can say strongly that I am Expertise in EDA, Data Analysis, univariate and bivariate analysis, creating visual dashboards with python
libraries seaborn and matplotlib and, Microsoft SQL, Tableau Desktop, and MS Office. Applying various machine-learning algorithms on collected
data. Which can be predictive and classification based on collected data. And making a conclusion with oral Documentation on collected Data
and its insights.
I am an enthusiast of IT technologies. Therefore, I choose my career in Data science even I am from a mechanical engineering background. As a
technology enthusiast, I am up to date with technologies happening in the industry.
I am a self-motivated person by taking on challenging problems. I can say it is my strength also. My short time goal is, want a platform where I can
show my knowledge and grow my career along with an organization
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
i will be available for 3 months and starting immediately for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Rakesh Pippala
Hyderabad, Chennai
Applied 08 Feb'21
Python MSOffice SQL
Data Analytics Data Science MSExcel
MSPowerPoint
Bachelor of Technology B.Tech), Mechanical Engineering
JNTUH College Of Engineering Sultanpur
2015 - 2019
Percentage: 62.00%
Data Analytics
Innomatics Research Labs, Hyderabad
Nov 2020 - Present
Completing the tasks given by the Seniors and creating dashboards along with creating documents
Attendance with Face Recognition Using Open CV
Jul 2020 - Jul 2020
https://drive.google.com/drive/folders/1m4d4E8nolW2TIJP6dx9-lkwfSe7sdaaa?usp=sharing
which recognize the face of the candidate with help of Camera and compare with Database of pre-uploaded images of the
candidate with help of Open CV . if matches the both faces it will mark the attendance with Name,Date,T ime in the CSV file.
Covid-19 Data Collection with web scraping
May 2020 - May 2020
https://drive.google.com/drive/folders/1GJ2gAFOupB3GQah6Q8RNAoJnQd_no9uP?usp=sharing
Here the webscraping Project about Collecting the Data Covid-19 from www.mohfw.gov.in (ministry of health and family
welfare) website and saving as ".CSV file". and adding Date column to the collected Data along with some daily data
visualization.
Uber fare prediction
Feb 2020 - Feb 2020
https://drive.google.com/open?id=1uU7NLHHvSpIOG90CEgmCGESt-676LSIf
as part of my Data Science training I was participated in hackathon on Uber fare prediction. where my problem statement is
predicting the uber fare chargers based on the give features. please find code file in Project link
store sales prediction
Jan 2020 - Jan 2020
https://drive.google.com/open?id=1Pnk6dlYOuCSBEbmQTCVh4GR6LDcApif0
https://drive.google.com/drive/folders/1m4d4E8nolW2TIJP6dx9-lkwfSe7sdaaa?usp=sharing
https://drive.google.com/drive/folders/1GJ2gAFOupB3GQah6Q8RNAoJnQd_no9uP?usp=sharing
https://drive.google.com/open?id=1uU7NLHHvSpIOG90CEgmCGESt-676LSIf
https://drive.google.com/open?id=1Pnk6dlYOuCSBEbmQTCVh4GR6LDcApif0
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8187081472
applying EDA,Data analysis, uni-variate and bi-variate analysis, Data visualization,
applying machine learning algorithms on data finding the best fitted model for sales prediction.
Data mining Web scraping) with Exploratory Data Analysis
Nov 2019 - Nov 2019
https://drive.google.com/open?id=1hasQbdFjJYfyfHxKJmIxOCmNrPcbbRWe
I have done my Data mining Web scraping) with Exploratory Data Analysis as part of my Data science Training at Innomatics
research labs. Where i had choose IMDB website to Extract Data and store in csv file
Logistic Regression on Titanic Dataset
Sep 2019 - Sep 2019
https://drive.google.com/open?id=15kDPbFeiS39H2fEwULvm6umIT_bCSpVP
I solved Logistic Regression on T itanic Dataset my self as part of my learning Data science skills. which Dataset took from
kaggle website
� Worked as a Co-ordinater for Amelioration 2018 College fest 2018.
� Successful in student organized Social Service Events on the name of NSS as a team in 2016,2017 and 2018.
� Wildlife Photography
� Interacting with different persons.
https://drive.google.com/open?id=1hasQbdFjJYfyfHxKJmIxOCmNrPcbbRWe
https://drive.google.com/open?id=15kDPbFeiS39H2fEwULvm6umIT_bCSpVP
Rank 47: Resume 1192 with similarity score 0.1249784099985407
MS , M.Sc , M.S it professional , sql dba , project lead , full time data warehousing , training , blocking , processors , migrating , log shipping , project teams , security , designation , data extraction , ug , affirmative action , information technology , vista , cloud , rtms , maintenance , azure , ltd , database administration , service providers , outsourcing , service delivery , authorization , english , escalation , status , paas , excel , email , business units , application , aws , groups , map , sql 2008 , bridge , bpo , remediation , windows xp , requirements traceability , business requirements , matrices , performance tuning , transformations , servers , capacity planning , problem solving , functional analysis , computer science , chat , languages , business process , resource management , itil , sql server , failover , restoration , server administration , service operations , javascript , organization , dell , disk , data centers , backup and recovery , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d47…
https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d4705104750545d… 1/2
Current Designation: Cloud specialist
Current Company: Accenture Solutions Pvt Ltd
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - DBA / Datawarehousing
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
Accenture Technology Pvt Ltd as Technical/Migration Lead -SQL/AWS and Azure Paas
May 2010 to May 2010
Lead the delivery of business and functional analysis and artefacts working alongside the Business SMEs and offering
advice and feedback on the potential functional and technical solutions and approach.
Experience in upgrading SQL Server from version 2008 to 2019 · Suggested Disk Capacity, Processors, and Memory
based on the Capacity planning. Involved in installation and configuration of SQL Server 2008/2016 on all the client
servers.
Responsible for design resource management, security, backup and recovery, performance monitoring and tuning, data
management and capacity planning, planning, and implementing failover between database instances.
Experience in Database backup and restoration, resolving the deadlock and blocking issues. Handling the Maintenance
tasks like policy checked, indexes or capacity planning for couple of data centers ·
Migrating the database to Cloud platform (LaaS and PaaS(aws and azure))
Handling the team of 18 people along with that rich experience for bridge calls and presentations.
Strong communication skill which help to interact with clients and application teams.
Present findings, requirements and problem statements for ratification by stakeholders and working groups
Maintaining strong working relationships with internal & external stakeholders, technology partners, service providers,
business units & peer organization
Managing overall service operations, driving business transformations, coordinating R&D functions and providing quality
training to project teams to upgrade their skills levels.
Present findings, requirements and problem statements for ratification by stakeholders and working groups
Identify and document any data gaps to allow change impact and downstream impact analysis to be conducted
Map the business requirements to the solution design using requirements traceability matrices (RTMs) and maintain
through the project lifecycle
Accenture Solutions Pvt Ltd as Cloud specialist
May 2010 to Till Date
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Amanpreet Walia
Technical/Migration Lead seeking roles in SQL Database Administration ,Data
Warehousing ,Data Extraction, Performance Tuning, Solution Design, SQL Server,
MS- SQL ,AWS and Azure PaaS
Key Skills: Technical/Migration Lead,Project Lead,Database Administration,Data Warehousing,Performance
Tuning,Solution Design,SQL Server,MS- SQL,AWS,Azure Paas,Delivery Management,Service Management,MS SQL
Server,SQL DBA,SQL Server Administration,Log Shipping
Summary
A seasoned IT professional with 13+ years of experience in Business process outsourcing, Information technology and Cloud
DBA with expertise of database delivery management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d47…
https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d4705104750545d… 2/2
A seasoned IT professional with 13+ years of experience in Business process outsourcing, Information technology and
Cloud DBA with expertise of database delivery management.
Quattrro BPO Solution Pvt Ltd. as Solution Engineer- Problem Solving/Service Delivery
Sep 2009 to May 2010
L2 level support for application development and support teams in resolving technical problems related to Windows
XP/Home/Vista.
Ensure timely escalation and remediation of any compliance/ regulatory issues.
Dell International Services as Technical Support Expert -Problem Solving
Jun 2006 to May 2009
Provided base level IT support to the home users.
Supported the users over the phone/Chat and Email during the issues.
UG: BIT (Information technology) from A Reputed Institute in 2002
PG: MS/M.Sc(Science) (Computer Science) from Guru Nanak Dev University (GNDU) in 2006
Other Qualifications/Certifications/Programs:
ITIL
070-462 SQL 2012
Azure AZ- 900
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS- SQL 2008 8 Year(s) 0 Month(s)
AZURE 2 Year(s) 0 Month(s)
SQL 2008/2012/2014/2016
AWS 2 Year(s) 0 Month(s)
SQL SERVER 2008/2016 5 Year(s) 0 Month(s)
Windows XP/Home/Vista
EXCEL 10 2020 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 48: Resume 1139 with similarity score 0.12208340430867973
B.S , MS technology architect , full time , senior architect , informatica , business objects general , customer , spark , data visualization , designation , ug , data warehouse , mar , affirmative action , oracle , technical architecture , linux , maintenance , azure , ltd , power bi , unix , windows , authorization , erwin , teams , status , email , project , essbase , infosys , application , aws , leadership , pl/sql , business strategy , hp , data analysis , machine learning , mvs , teradata , sql server , tableau , solaris , hive , hbase , javascript , technology , cloud computing , solution development , hadoop , prospect 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d44…
https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d440511140c5e5d… 1/2
Current Designation: Senior Technology Architect
Current Company: Infosys Limited
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Infosys Limited as Senior Technology Architect
Nov 2017 to Till Date
Hexaware Technologies Ltd as Senior Architect
Oct 2015 to Oct 2017
Wipro Technologies as Architect
Mar 2012 to Oct 2015
UG: B.Sc (Maths) from Madurai Kamaraj University (MKU) in 1994
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Kasimayan Chellam
Senior Technology Architect seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Cloud
Computing,Project Management,Data Visualization,Data Analysis,Power
Bi,SQL,Azure,AWS
Key Skills: Senior Technology Architect,Tech Architect,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Cloud Computing,Project Management,Data Visualization,Data
Analysis,Power Bi,SQL,Azure,AWS
Summary
Has over 17 years of experience in data warehouse, Cloud with total 20 years IT
As industry expert in cloud-enabled solutions, develops and drives large, multiple and/or complex business solutions for
targeted/assigned customers. Provides in-depth solutions architecture capability based on specific customer's business needs.
Oversees holistic solutions from both business and technical perspective, taking into account all realities and constraints such
as costs, contract terms, business conditions and the technical environment of the client
Provides leadership and strategic guidance with pursuit teams during the solution development process to ensure alignment
with overall company sales and client business strategy and effective use of AWS services. Develops high-level technical
operating strategies and solutions, and benefits. Analyzes stakeholders, identifies and recognizes prospect traits and
determines how to effectively influence their decision
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d44…
https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d440511140c5e5d… 2/2
PG: MCA (Computers) from Madurai Kamaraj University (MKU) in 1997
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PL/SQL, SQL, UNIX Shell
Erwin, Data stage, Business Objects
Informatica, Tableau
Teradata 15, Oracle, SQL Server, Essbase
MVS, UNIX (AIX, HP-Unix, Solaris, Linux)
WINDOWS
AWS, Azure
Hadoop, Hive, HBase, Spark
machine Learning, No SQL, Statistical
Rank 49: Resume 349 with similarity score 0.12051444034086078
MS , BS work from home , full time cattle , internships , open source , capstone , data visualization , analytics , databases , cloud , market opportunities , sql , scientists , project , coursera , lake , live , numbers , video , focus , processing , computer vision , resume , ibm , hiring , machine learning , computer science , skin cancer , opencv , assessment , data science , python , face recognition , online Assessment
Q1. Why should you be hired for this role?
Really excited about working in data science and machine learning currently looking for opportunities now that are intersection of these two. I
love solving problems related to business and numbers and made projects like chatbot,skin cancer detection using pytorch and worked on live
client based projects like face recognition based attendance system using opencv with study lake company and also an active kaggle
contributer looking forward to work and contribute in your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available immediately for a full time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Neelesh Sinha
Lucknow, Delhi
Applied 08 Feb'21
Python Computer Vision Data Science
Machine Learning SQL
Bachelor of Computer Science B.C.S.)
Amity University, Lucknow
2016 - 2020
Data Science Technical Author
Analytics India Magazine, Virtual
Dec 2020 - Dec 2020
Data Science
Study Lake, Virtual
May 2020 - Present
Worked on live client based projects like face recogniton based attendendence system and cattle disease detection
IBM Data Science Professional Certification
Coursera, Online
Aug 2019 - Jun 2020
This program consists of 9 courses providing you with latest job-ready skills and techniques covering a wide array of data
science topics including: open source tools and libraries, methodologies, Python, databases, SQL, data visualization, data
anal ysis, and machine learning. You will practice hands-on in the IBM Cloud using real data science tools and real-world data
sets and also a capstone project.
Face recognition
May 2020 - Jun 2020
https://github.com/neeleshsinha/facerecog
Detecting faces in the image using exact location/coordinates of face and using OpenCV which is an image and video
processing library and is used for image and video analysis, like facial detection.
The battle of neighborhoods
Mar 2020 - Apr 2020
https://github.com/neeleshsinha/CAPSTONEPROJECT
Solving a business problem to start a delivery service in the suburbs of most populated cities in India based on variety of
cuisines and market opportunities with focus on initial success of business.
Secured rank 6 among 5000 in the great Indian hiring hackathon for data scientists.
Master on Machine hack platform.
An active kaggle contributer.
https://github.com/neeleshsinha/facerecog
https://github.com/neeleshsinha/CAPSTONE-PROJECT
CONTACT Phone: 91 8052127738
Rank 50: Resume 1043 with similarity score 0.12023007525472021
MS , BS application support , jd edwards , cognos , analytics manager , it professional , change management , full time , informatica , part time , technical lead , team lead training , environmental protection , data warehouse , office , user management , addition , jd edwards , pdf , project planning , relational databases , visual analytics , status , datastage , data architecture , red hat linux , mumbai , delivery of projects , sql server , cognos , packaging , service delivery management , technical analysis , thought leadership , crm , qlikview , mitigation , functional specifications , interfaces , filenet , designation , deliverables , mar , hindi , cluster , ltd , knowledge management , windows , data modeling , english , erwin , budgeting , cubes , video , ibm , information server , sanskrit , data analysis , change management , brs , machine learning , strategy , documentation , resource management , word , data integration , enterprise data , javascript , organizational development , quality stage , hadoop , data governance , report design , reporting , vm , general , matching , team management , options , affirmative action , oracle , studio , data analytics , trace , calypso , sas enterprise guide , power bi , utilization , maintenance , draw , checks , business process analysis , timelines , email , business analytics , lessons , business intelligence , suitability , ad-hoc , star , data stewardship , sequencing , data quality , logic design , unit testing , languages , console , multi-functional , family , scheduling , dashboards , jira , search , web , intranet , veritas , synopsis , ms project , developments , health , access control , particular , visualization , risk , authorization , teams , maps , excel , siebel , matrix , application , records , data systems , reverse engineering , sap lumira , servers , shell scripting , repository , preparation , olap , sphere , technology management , reviews , schedules , etl 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170…
https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170613420d5a015… 1/3
Current Designation: Manager (DW/BI)
Current Company: QUINNOX CONSULTANCIES LTD
Current Location: Mumbai
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
QUINNOX CONSULTANCIES LTD as Manager (DW/BI)
Sep 2015 to Till Date
* Involved in architecture, design and development of ETL, Data Mart, OLAP Cubes, reports and dashboards designing
(Star schema)/Detail, Data Modeling (Forward and Reverse Engineering).
* Carrying out detailed planning and scheduling to ensure seamless delivery of the project as per the delivery matrix.
Coordinating with the customers for business process analysis and drafting technical & functional specifications.
* Managing, monitoring and coordinating the delivery of projects for overall lifecycle. Monitoring cost, timelines and
effort with the expected quality outcome.
* Providing thought leadership in overall project management, project planning, budgeting, resources deployment &
utilization, monitoring & reporting and risk identification & mitigation.
* Proficiently directing, defining and coordinating program issues, establishing objectives, developing requirements,
planning schedules, estimating costs, monitoring technical issues and preparing reports.
* Involved in 40+ Pre sales, RFPs and Technical POCs for DW/BI and Analytics Projects.
* Supervising staff as well as used knowledge of organizational development to lead teams toward reaching goals.
* Providing guidance on the projects and its requirements also communicating to the clients over the technology,
processes and applications while updating them on the regular project related developments.
* Interacting with project sponsors/ stakeholders and multiple business and technical teams to define and deliver project
scope.
* Designing and reviewing SAS DI/BI Solution, promotion to different environments, Administration of SAS Environment
and Users.
Last Active: 3-Feb-21 Last Modified: 1-Feb-21
NIRAJ KUMAR MISHRA
Manager seeking roles in Business Analytics,Data Analytics,Data Architecture,Data
Modeling,Project Management,Service Delivery Management,Quality
Management,Risk Management,Machine Learning,Application Support,Power BI,SQL
Server,Oracle,JIRA
Key Skills: Analytics Manager,Business Analytics,Data Analytics,Data Architecture,Data Modeling,Project
Management,Service Delivery Management,Quality Management,Risk Management,Machine Learning,Application
Support,Power BI,SQL Server,Oracle,JIRA
Summary
* Multi-functional expert, technically inclined and highly empowered IT professional with significant experience acquired over
the years in diverse areas encompassing Project Management, Analytics, DW/BI (SAS DI/BI/Informatica/DataStage), Data
Architecture, OLAP, Visualization, Design, Development, Training, Deployment & Maintenance, Pre Sales, Technical Analysis,
Quality Management, Technology Management and Team Management.
* Currently spearheading as a Manager (DW/BI) with Quinnox Consultancy Services. Well versed in Project Management Life
Cycle involving analysis, design, development, strategy planning, Administration and support, documentation, implementation
and maintenance.
* Proficient in all phases of data warehouse / Analytics project lifecycle, Data Integration, Data Quality, Data Stewardship,
Data Governance and MDM from gathering requirements to testing, implementation and support.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170…
https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170613420d5a015… 2/3
* Responsible for defining and deploying data policies, controlling the data quality management, managing data
dictionary repository and integrating it to the business process model.
* Involved in converting Excel tables and flat (text) files into targets for Ad-Hoc data analysis, reports using SAS Web
Report Studio, Qlikview and Cognos.
* Generating Data Visualizations using cutting edge visualization tools e.g SAS VA, Qlikview, SAP Lumira
* Used SAS LASR server to integrate with Hadoop clusters for ETL.
* Efficiently using SAS Enterprise Guide to convert existing SAS programs to SAS stored processes using dynamic
prompts and producing packaging and streaming outputs as required.
* Designing and reviewing SAS / Informatica jobs to access data from relational databases, CRM, SQL, Excel data, Flat
files etc.
* Generating complex OLAP reports, dashboards, KPIs and working for scheduling the deployments and jobs on
different environments.
* Training end users and team for SAS.
Bureau Veritas as Team Lead (SAS) / Manager
Jan 2013 to Jul 2015
Title Bureau VERITAS Enterprise Data Warehouse
Client Bureau Veritas
Organization Bureau VERITAS Global Shared Support Centre
Team Size 16
Tools SAS EBI (DI Studio, OLAP Cubes, IMap, WRS, SMC), SAS Visual Analytics, E Miner,Hadoop EG, SIEBEL,
IBM DataStage and QualityStage, Erwin, Calypso, JD Edwards, Internal tools(Mantis/Unicenter), LINUX/Windows
Duration Jan 2013 - Jul 2015
Synopsis Created in 1828, Bureau VERITAS is a global leader in Testing, Inspection and Certification (TIC), delivering
high quality services to help clients meet the growing challenges of quality, safety, environmental protection and social
responsibility.
Project is maintaining and developing a data warehouse for a Bureau Veritas with around 700+ reports with 6000+ users
in captive environment.
Responsibilities * Working as a Technical lead/Manager. Responsible for planning, estimation, execution, delivery,
Resource management and budgeting for project.
* Handling SAS installation (Server and Client), Administration, Logic design, development and reviews for ETL jobs,
cubes, maps, OLAP and analytic reports and Dashboards. HLD and LLD preparation, development migration to UAT /
production and deployments.
* Design and deployment of Dimensional Data Model.
* Generating the logical and physical data model, standardizing and enforcing Data Quality and Identity Management
and Change Management throughout the project.
* Designing SAS DI jobs to read files from a Hadoop Cluster and write to Hadoop Cluster.
* Scheduling jobs and deployments over different environments and development migration.
* Responsible for Administration (Environment / Users) using SMC, Promoting SAS content and involved in
Architectural decisions.
* Ensuring daily health checks at SAS Prod environment like Jobs, Servers & various applications.
* Shell Scripting for the User Management on SAS Management Console.
* Coordinating with the users and SAS support in reporting any bugs or resolving any issues.
* Looking after the change management and monitor project progress to fulfill client expectations.
* Monitor Quality level, leads reviews, define and enhance delivery process based on best practices and lessons learnt.
* Partly responsible for Pre sales and POCs to different clients and prospective clients.
* Responsible for project deliverables and Peer Review at all levels.
* Imparting training to users on SAS portal and analytic reports
Vayam Technologies as S/W Engineer - Team Lead
Aug 2008 to Jan 2013
Title An Intelligence project on IBM Stack, India
Client Special Branch of Home Ministry
Organization Vayam Technologies Ltd
Team Size 10
Tools IBM Info Sphere Information Server (Quality Stage Data Stage, Omnifind (Content Analytics), Identity Insight,
Cognos, DB2, Filenet)
Duration Mar 2012 - Sept 2012
Synopsis The task was to build a data bank of millions of records, trace relations/associations (family/associates tree)
between the data and track the relationships of each of the entity using identity search technologies in general and
approximate free text search, name search and address matching technologies in particular, with specific reference to the
Indian names and addresses. Web enabled solution shall draw data (PDF, word, database, image or video files) from 100
dedicated intranet/LAN nodes in addition to field offices with high level of secured access control. Generated reports might
form a fresh record for future use.
Responsibilities As a team lead, I was involved in
* Responsible for preparing BRS document (including the existing "As-Is" and future "To-be" process)
* Developed ETL (Data stage) jobs, worked on unit testing, Jobs Sequencing, Source System mapping, etc.
* Worked on BI report design and development in Cognos.
* Was involved in Pre sales, completed POC, prepared project Plan and estimated effort and variances.
* Provided technical recommendations and solutions, Identified Options for Potential Solutions and assessed them for
both Technical and Business suitability.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170…
https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170613420d5a015… 3/3
* Responsible for project management activities (budgeting/team management / risk management / internal reporting /
knowledge management)
* Acted as a SPOC for the Business Users, IT and 3rd Party Application Interfaces for Production issues.
* Accountable for designing and developing QS investigate-standardize-match-survive implementation in extraction
process from source data systems to Staging area and reporting database.
* Worked on the logical/physical Data Model and Its forward engineering towards database.
* Designed and developed KPIs and reports as per requirements established.
* Involved in the preparation of migration plan and specifications of data analysis and executing the same.
* Developed logic to trace relationships between multiple data sources for a single identity.
* Trained around 400 users on DW/BI concepts and DataStage/Quality Stage for implementing the solution.
UG: BCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2006
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2008
Other Qualifications/Certifications/Programs:
A Level
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
MS Project, JIRA, Visual Source Safe,
MS Office, VM Ware, SQL Server, Oracle
Siebel CRM, Calypso, Red Hat Linux,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Sanskrit
Angika
Rank 51: Resume 7 with similarity score 0.11868163698760568
B.E , MS , BS work from home , secretary , data scientist internships , ease , mar , blind , volunteering , english , c programming , 3g , resume , java , computer science , research , assessment , data science , python , it , ion , artificial intelligence , technology , html Assessment
Q1. Why should you be hired for this role?
I have a recent experience in an internship at kaashiv infotech as a data scientist and had gained more knowledge in the field of data science.
Am a great learner and an easy to train candidate.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Am available from February 20 since I have semester. exams ,and ready to work continuosly for three(3 month.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9884679445
AKSHAY JP
Chennai
Applied 07 Feb'21
Python English Proficiency Spoken) C Programming
C Programming Data Science HTML
Java
Bachelor of Engineering B.E, Computer Science
Jeppiaar Engineering College
2018 - 2022
CGPA 7.89/10
Volunteering
ISL Event, Chennai
Oct 2019 - Jan 2020
I was given the responsibility of volunteering for the ISL event along with 60 other students in Jawaharlal Nehru stadium.
Akshay. J. P
Kaashiv Infotech, Virtual
Jan 2021 - Jan 2021
To build my skill as a data scientist I attended the internship provided by kaashiv infotech.
It was a work from home experience and learnt new things.
I am currently serving as the joint secretary of our college's rotaract club. Rotaract club of jeppiaar engineering college
RACJEC
Artificial Intelligence
3G Institute Of Research And Technology, Chennai
Jul 2019 - Aug 2019
Studied a course on Artificial intelligence which was conducted by 3G institute of research and technology
Blind shoe
Mar 2019 - Jun 2019
A shoe which was created for the ease of visually challenged people.
Was given the responsibility as a school pupil leader for my disciplined and polite behaviour.
Rank 52: Resume 791 with similarity score 0.11847420452833234
B.S , M.Sc , M.S , BS , MS business analyst , consolidator , sql dba , data engineer , team leader , full time , sql server dba , database architect data warehousing , training , customer , telugu , root cause , security , data warehouse , space , databases , status , store , data architecture , transactional , xml , query tuning , testing , infrastructure , elasticsearch , data processing , automation , blocking , travel technology , designation , csm , hindi , cloud , cluster , ltd , windows , data modeling , json , english , troubleshooting , online travel , project , mongodb , deals , redis , performance tuning , testimony , disaster recovery , capacity planning , server migration , computer science , widows , database maintenance , one , javascript , disk , html , litespeed , reporting , general , rca , log shipping , team management , developers , management companies , affirmative action , mysql , tour operators , database administration , iaas , postgresql , email , business intelligence , amazon rds , technology solutions , languages , empower , mechanisms , pre-production , api , mentoring , high availability , migrating , nosql , mirroring , azure , permissions , authorization , graphs , teams , b2b , business analysis , application , sql 2008 , fact , servers , running , auditing , storage , replication , statistics , agents , iis , tableau , events , python , etl , backup and recovery , microsoft sql server 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190…
https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190a4315505c5a0… 1/3
Current Designation: Database Tech Lead and Data Engineer
Current Company: Mistyfly Consulting I Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
Mistyfly Consulting I Pvt Ltd as Database Tech Lead and Data Engineer
Jan 2017 to Till Date
Mystifly is one of the biggest B2B and API global airfare consolidator service company that empower travel business by
providing travel technology solutions to Tour Operators, Travel Agents, Online Travel Agents, Corporate, Hotels and Travel
Management Companies across the globe. A testimony to this is the fact that over 190 origin countries and 35000+ city
pairs were ticketed through Mystifly in 2018 alone. Presently we allow 500 Million flight search request per day.
Responsibilities:
Worked as a Database Architect and Lead the Database Team.
Implementing and Managing the Azure Databases.
Implementation of the Data Warehouse.
Always-ON Support ON Azure on IAAS.
Mentoring the SQL development and BI Team.
Handling and Troubleshooting Performance issues.
In charge for SQL server DBA, designing, capacity Planning and standardized the new Client environments.
Implementation of In-Memory OLTP, File Storage, Column Storage Index.
Implementation of Azure Table Storage and Elastic Search for XML Data Processing.
The goal is to serve 1 billion flight searches per day, with growing in number of clients.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Confidential
CSM Database Tech Lead & Data Engineer seeking roles in Database
Administration,Data Warehousing,Data Architecture,Data Modeling,Business
Intelligence,Performance Tuning,ETL Development,MS SQL
Server,NoSQL,PostgreSQL,HTML,JavaScript,XML,JSON,MySQL
Key Skills: Database Tech Lead & Data Engineer,Database Architect/Designer,Database Administration,Data
Warehousing,Data Architecture,Data Modeling,Business Intelligence,Performance Tuning,ETL Development,MS SQL
Server,NoSQL,PostgreSQL,HTML,JavaScript,XML,JSON
Summary
Having 19+ Years of IT experience and 15+ years as MS SQL Server DBA.
Having 4 Years of experience on Open-Source Solutions like Python, Elasticsearch, MongoDB and Elasticsearch.
Responsible for maintaining, monitoring, and troubleshooting SQL Server performance issues.
Responsible for implementing new methods of automating various maintenance processes related to the SQL Server and
PostgreSQL environment.
Identified root cause and implement short- and long-term fixes for issues
Performed proactive audits and analysis on SQL Instances, databases storage configuration. Optimized the design of large
Databases which are TB in size, Database files and file group management.
MYSQL Implementation, Administration and migrating SQL Server Database to MySQL
Experience in providing Good production support for 24 x 7 on Azure Cloud and Remote Infrastructure
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190…
https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190a4315505c5a0… 2/3
Detailed work responsibilities of present company are mentioned on Page 1.
Working on Python/Elasticsearch to prepare Graphs and Statistics.
Implementation on PostgreSQL Database to save SQL Server License Cost
Implementation MongoDB, to store flight Search Related Logs.
Berkadia Services India Ltd, as Lead DBA
Aug 2013 to Nov 2016
Responsibilities:
Senior DBA and Leading the Database Operation Projects.
Automated the SQL Server general tasks and helped the team to reduce their efforts.
Worked on Performance issues like High CPU, memory, troubleshooting the t-sql query issues and did query tuning.
As a SQL DBA, maintaining and monitoring SQL server.
I am responsible for the SQL server migrations.
Need to handle all the SQL Server escalations which comes to SQL team.
Need to coordinate with the business analyst and discuss about the projects plans, upgrades, maintenances and other
SQL related works.
Worked on much automation for the SQL servers in terms of audits, SQL agent job activities, SQL backup reports, SQL
disk reports and few others.
Need to provide SQL Server trainings to Developers and Junior DBAS.
Implementation of Amazon RDS and Amazon Database Migration, TDE on Sensitive Databases
Responsible for all DBA related activities from India site and High Availability and Disaster Recovery of Servers
Need to provide RCA for critical issues and document them for future reference.
Recruitment, Performance Rating
Team Size 15 (11 - India and 4 - Onsite)
Sonata Software Ltd, as DBA Lead
Jul 2008 to Aug 2013
As a team Leader, I am responsible for trouble shooting SQL Database problems in windows environment, installation and
maintenance of SQL Servers. I have implemented high availability solutions for SQL servers. I have executed many
migration/upgrade of SQL standalone and Managed Cluster servers in Microsoft Windows environment. Also I handled
migration of critical applications which were hosted on standalone.
Monitoring and maintaining more than 150 servers as part of day to day activities
Applying System, application builds and security patches
Creating and managing databases, monitoring SQL Servers, Automation using SSIS and SSRS
Establishing backup and recovery procedures
Implementing Security policies by creating logins, users and managing permissions.
Managing High Availability environment
Performance Tuning and Optimizing, Backup and Recovery, Replication (Transactional)
Log Shipping, Clustering (Active/Passive) & SQL Mail/Database Mail Integration
SQL Server Agent-Events, Jobs, Alerts and Operators.
Database Maintenance & Server Migration: SQL 2005 to SQL 2008
Helping Development and Test teams for releases on UAT and Production environments.
Team management, training and coordinating with team members on technical issues and other general issues.
Proactively working on Performance and Blocking issues on servers by auditing Databases.
Maintaining of Backup Strategies as per the company standards using SQL Litespeed.
Solving Disk space, Log files full and database file full related issues on SQL servers.
Recruitment, Project training
Team Size: 6
This project is into SQL Server production support of more than 120 Production servers and many pre-production testing
servers. TUI monitors all these servers using Tivoli as well as MOM and all the alerts will be sent to our mailbox. Apart
from these alerts we have customer mails for various issues. This project deals with various mechanisms such as
Clustering, Log Shipping, DB Mirroring and Replication, job monitoring to promote the high availability of the system.
Experience 3.2: Sonata Software Ltd (Team Lead) January 2012 - August 2013
This project is into CHURCH's Chicken SQL Server Data warehouse support for 2 Production servers. Church's use this
server for Reporting, Business Analysis.
Applying System, application builds and security patches
Creating and managing databases, monitoring SQL Servers
Establishing backup and recovery procedures.
Implementing Security policies by creating logins, users and managing permissions.
Monitor jobs and ensure jobs should execute by 8 AM
Analyzing Long running queries and Performance Turning
Team Size: 2
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190…
https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190a4315505c5a0… 3/3
UG: B.Sc (Maths) from Berhampur University, Berhampur in 1997
PG: MS/M.Sc(Science) (Computer Science) from Kuvempu University, Karnataka in 2008
Other Qualifications/Certifications/Programs:
GNIIT in Honors Diploma
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft SQL Server
NoSQL
PostgreSQL
WIDOWS SERVER
Microsoft IIS, HTML
Javascript, XML, JSON
Mongo Db
Elastic Search
Redis cache
TABLEAU
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Oriya
Telugu
Rank 53: Resume 1120 with similarity score 0.1168963348269627
B.E , MS , B.TECH , BS owner , software developer , senior software engineer , full time , data scientist reporting , electrical equipment , training , general , algorithms , performing , microsoft azure , classification , designation , deep learning , ug , nlp , affirmative action , analytics , hindi , knowledge representation , keras , maintenance , power bi , natural language processing , visualization , authorization , english , troubleshooting , status , models , email , project , store , pandas , application , aws , text mining , numpy , prediction , construction , data analysis , components , machine learning , languages , infrastructure , research , flask , algorithm development , arima , python , communications , data science , javascript , workflow , orchestration , pipeline , publishing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c460947…
https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c4609470017400b0f0e5… 1/2
Current Designation: Senior Software Engineer
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree as Senior Software Engineer
Oct 2018 to Till Date
Key Results Area: * Construction Client o Played a vital role in the development of a Time series model (L.S.T.M) to
predict the occurrence on the n
th
hour on different time occurrences o Conducted research & development on time series models such as AR, MA , ARIMA,
VAR, LSTM
? Internal Project o Demonstrated excellence in developing Incoming Ticket Co-Relation Algorithm
o Efficiently deployed by using python flask on Azure App Service
o Successfully developed Ticket Owner classification model (GBM) using H2O Flow
? Communications Headphone Client o Conducted research & development to implement Data Ingestion and Analytical
Pipeline
o Played a vital role in setting up of Azure Datalakes, Azure Blobs for storing data using Azure functions. o Skilfully used
data bricks for performing analytics and Time series prediction on the data Power BI reporting on
the Data
Construction and Electrical Equipment Client o Effectively performed Initial feasibility study between AWS Neptune , Azure
Cognitive Service and Azure
Knowledge Store to develop the Knowledge Representation Layer for the project o Orchestration of the project workflow
using Azure logic app. o Skilfully developed HTTP/Time Triggered functions (Multithread Logic, OCR, Entity Recognition )
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
ISHNOOR SINGH
Senior Software Engineer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Client Management,Software
Troubleshooting,Algorithm Development,Machine Learning,Python,AWS,Azure
Key Skills: Senior Software Engineer,Software Developer,Application Programming,Requirement Gathering,Machine
Learning,Python, Natural Language Processing ,AWS, Microsoft Azure, Deep Learning, NLP, Text Mining, Information
Retrieval, Data Science, Predictive Ana
Summary
Machine Learning Architect/ Data Scientist with over 2 years of experience in providing data-driven, action- oriented solutions to
business problems.
Excellence in translating business problems into mathematical and algorithmic approaches, delivery of insights
through data analysis, predictive modelling, machine learning algorithms in multiple functional domains.
Proficiency in visualization and interpretation, management of data sources and reports.
Highly skilled in troubleshooting complex issues involving technical components and the infrastructure.
Detail specific individual with capabilities in using analytical processes and techniques to improve and optimize
information and decision systems.
Keen analyst with skills in understanding and gathering requirements of clients and providing efficient solutions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c460947…
https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c4609470017400b0f0e5… 2/2
to enable the
project workflow in Logic app. o Played a vital role in development of Knowledge Representation layer using AWS
Neptune & Elastic Search. ? Biomedical publishing Client o Successfully worked on: ? Training of the BioBERT
(BioMedical language Representation Model) to perform biomedical Question
Answering for client specific fields and Pre-processing of those fields to facilitate training ? Training of the BioBERT
(BioMedical language Representation Model) to perform biomedical named
entity recognition for client specific fields and Pre-processing of those fields to facilitate training ? Inference flow for the
trained BioBERT(BioMedical language Representation Model) infer on the trained
model for client specific fields
UG: B.Tech/B.E. (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Pandas, NumPy
Sklearn, Tensorflow, Keras
HuggingFace, Pytorch
Machine learning, Deep learning
Time- Series Analysis, Azure , AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 54: Resume 1426 with similarity score 0.11624091788371115
B.E , MS , B.TECH , BS functional analyst , software analyst , financial associate , vba developer , investment consultant , it administrator , full time , financial analyst acquisitions , codes , training , general , security , techno-functional , designation , ug , mar , affirmative action , data analytics , hindi , databases , linux , basic , system configuration , maintenance , windows , authorization , risk , advanced , troubleshooting , sharepoint , english , status , protection , joomla , sql , email , prevention , project , business intelligence , ftp , wordpress , microsoft excel , morningstar , asset management , drupal , turnover , microsoft word , recovery plans , electronics , intrusion detection , writing , disaster recovery , finance , languages , pycharm , research , equest , documentation , dashboard , process automation , investment banking , tableau , selenium , ssh , management system , data science , python , cms , qualitative data , javascript , reviews , mitigation , web , technology , business continuity , capital , html , financial analysis 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470…
https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470647135a0f580… 1/3
Current Designation: Associate - Financial Analysis, Data
Analytics, RPA Automation, Software Analyst
Current Company: Moodys Analytics Knowledge
Current Location: Bengaluru / Bangalore
Pref. Location: Guwahati,Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Financial Analyst
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Moodys Analytics Knowledge as Associate - Financial Analysis, Data Analytics, RPA Automation,
Software Analyst
Apr 2017 to Till Date
The role entails the timely update of critical data of Asset management,
Investment banks on various third-party databases and explores/implement
scope for automating the process.
PROFILE ABOUT ME
ENGINEERING/TECHNOLOGY
WORK EXPERIENCE
Consultant database update(CDB) role involves updating of various vital
and critical quantitative and qualitative data such as AUM, Fund holdings,
PM team information, etc.for Asset management firms, investment banks
on fixed intervals
Liaised with CDB team at the client end and other departments as needed
and on a timely basis to source information on various funds/strategies
managed by the client
Assisted with quantitative and qualitative data requests from internal and
external business partners
Coordinate quality checking and proofing of all information updated
Maintained existing consultant database templates, Document, track and
report processes tasks
Developed many efficient process improvement automation in own
Last Active: 8-Oct-20 Last Modified: 10-Sep-20
Dhiman Phukan
Techno functional Analyst, Seeking Roles in Financial Analytics, Data Science,
Business Intelligence, Financial Associate, Investment Banking, Software Analyst ,
Automation RPA Ui Path, VBA Developer, Python, SQL, Tableau dashboard, Macros,
Excel VBA
Key Skills: Associate,Financial Analyst,Robotic process Automation,Technofunctional,Business Intelligence,Web
scraping,Qualitative Analysis,RPA developer,UiPath,SQL,Python,Selenium,Excel VBA,RPA,Investment Banking,Capital
Market,Software Analyst,Data Analytics
Summary
Detail-oriented Techno-functional, Financial Analyst and RPA Developer with three years of experience in asset
management and process improvement automation through Robotic Process Automation, UiPath. Knowledge in fund
marketing services with hands-on experience in consultant database uploads, Investment Banking
and automation development in VBA, selenium, python, RPA. Adept at
implementing innovative process improvements and procedures to improve
efficiency.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470…
https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470647135a0f580… 2/3
process as well as other processes within the team.
Hands-on experience writing codes in Excel VBA, selenium, python and
RPA using UiPath
A holistic approach to SDLC
Acupaincare as IT Administrator
Jun 2014 to Mar 2015
Daily support for basic IT needs, setting up new users and managing
backup, security, and passwords
Experience with email administration and troubleshooting
Troubleshoot hardware failures as needed
Knowledge of TCP/IP, FTP, SSH
Be a proactive member of the team looking for improvements in
technologies and efficiencies
Supports users in the use of computer equipment by providing necessary
training and advice
Maintains documentation of security system configuration
Assists in the development and maintenance of business continuity and
disaster recovery plans
Reviews new software and hardware acquisitions to identify risks and
assists in mitigating those risks
Knowledge in Cybersecurity and risk mitigation
Threat detection and management system, Intrusion detection and
prevention systems
Data loss protection system
Developing and maintaining Firm website with CMS such as WordPress,
Joomla
UG: B.Tech/B.E. (Electrical and Electronics) from Gauhati University in 2015
PG: MBA/PGDM (Finance) from Alliance University in 2017
Other Qualifications/Certifications/Programs:
Advanced UiPath RPA Developer
Education
IT Skills
Skill Name Version Last Used Experience
Robotic Process Automation
SQL, Python, Selenium
VBA
HTML
SQL
Drupal, Joomla, Wordpress
Tableau, UiPath, Pycharm
WINDOWS, LINUX
Microsoft Excel
MICROSOFT WORD
SHAREPOINT
Qvidian
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470…
https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470647135a0f580… 3/3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Apr 2017 - Apr 2019
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Assamese Expert
Projects
Project Title: Investment Consultant Database
Client: US client
Skill Used: Excel, VBA, Html, Selenium
Role Description: Responsible for critical number analysis and database management. Create new automation for existing
process.
Project Details: Performance, charateristics, AUM, Turnover, Narratives. On CDB such as evestment, Mercer, Callan,
Cambridge, Informa, Camradata, Equest, Alpha, Morningstar,Wilshire,Nelson,LCG.
Rank 55: Resume 230 with similarity score 0.11577746842256174
B.S , MS , BSC , BS work from home , machine learning engineer , data scientist training , classification , deep learning , nlp , natural language processing , bot , project , ibm , resume , machine learning , computer science , opencv , chat , dogs , amazon , completion , assessment , data science , python , it , one , web , mathematics , database Assessment
Q1. Why should you be hired for this role?
good skills in machine learning and deep learning algorithems and NLP,python
I'm a certified data scientiest and machine learning engineer from IBM, completed data science and ai course in social parchar bangalore
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7799464787
Hemanth Palincha
Bangalore
Applied 08 Feb'21
Natural Language Processing
NLP
Python Machine Learning
Amazon Web Server AWS Data Science Database Management
System DBMS
Deep Learning
Master of Computer Applications MCA, Computer Science
Annamacharya Pg College Of Computer Studies
2017 - 2020
Percentage: 70.00%
Bachelor of Science B.Sc), Computer Science & Statistice & Mathematics
Geethamjali Degree College
2014 - 2017
Percentage: 83.00%
Senior Secondary XII, Science
GEETHANJALI JUNIOR COLLEGE
IBSC board)
Year of completion: 2014
Percentage: 70.00%
Data Scientiest
Social Parchar And Certified By IBM, Bangalore
Aug 2020 - Present
in this training i'm learing the lot of thing and improving the sklills such as machine learning algorithems and deep learning
algorithems and also nlp,python
Image classification project
Dec 2020 - Jan 2021
In this project we classify the images like dogs and cats in this I'm using opencv for clasification
chatbot project
Dec 2020 - Dec 2020
i'm developed chat bot project using deep learning, in this we are using for finding the hospital details and also finding
pharmacy details , totally it will help to provide all medical type of details, and i'm creating one GUI for easily interaction
I'm a certified data scientist and machine learning engineer from ibm
Rank 56: Resume 1287 with similarity score 0.11563610957331855
B.S , MS , M.Sc , M.S full time , data analyst retail , optimization , boost , general , performing , forest , validation , designation , ug , promotional , telecom , platforms , nlp , affirmative action , analytics , cloud , seasonal , statistical modeling , hindi , azure , ltd , brewing , authorization , digital media , english , traditional media , status , excel , flavors , email , project , collaborative filtering , business intelligence , aws , scenario , bengali , operations , testing , data analysis , logistic regression , led , machine learning , correlation , languages , marketing mix , statistics , sas , e-commerce , sql server , completion , events , boarding , data science , python , campaigns , arima , forecasting , javascript , ml , one , beer , ucm , measures , base , decision-making , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d17…
https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d170311405f5a080… 1/3
Current Designation: Data Science Consultant
Current Company: Accenture Services Pvt Ltd
Current Location: Delhi
Pref. Location: Kolkata,Bengaluru / Bangalore,Delhi / NCR
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Statistics]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Data Science Consultant
Aug 2013 to Till Date
Market Mix Modelling & Optimization
* Brief description:: MMM is an approach that simultaneously measures the impact of all business drivers(campaigns)
including traditional media, digital media, operations factors and external factors on offline sales and online sales at the
level in which they are executed and help to quantify these benefits and optimize the budget allotment to different
campaigns. Real time optimization (What
if scenario), Spend based & Goal Based optimization provides an optimization model to determine a more optimal
marketing mix by
using different response curves for each type of marketing campaign spend.
* Methodology Used:: UCM /Partial correlation / Mixed Modelling /Non- Linear optimization
* Worked on:: Base SAS, R / MS Excel
Event/Feature effectiveness using Casual Impact methodology
* Brief description:: Quantify the impact of a marketing event such as the release of a new product, the introduction of a
new feature,
or the beginning of an advertising campaign, with the aim of measuring the event's impact whether it has been successful
in driving
higher sales. Marketing managers use this analytic-based approach to identify the best and worst performing promotional
events
for future planning.
* Methodology Used:: Causal Impact
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PRAGNADIPTA NATH
Data Science Consultant seeking roles in Data Analysis,Data Science,Statistical
Modeling,Project Management,Client Management,Logistic Regression,Machine
Learning,Python,R,AWS,Azure
Key Skills: Data Science Consultant,Data Analyst,Data Analysis,Data Science,Statistical Modeling,Project
Management,Client Management,Logistic Regression,Machine Learning,Python,R,AWS,Azure
Summary
Led delivery of several projects for Retail, Telecom industries across geographies & demonstrated efficiency in Interacting with
clients & client management, understanding business needs & developing solutions, Time bound project completion, Project
management & on-boarding new members handling.
* Expertise on several methods or techniques like - Market Mix modelling & optimization, Time series forecasting (Traditional &
Machine learning) , Ordinary & Logistic Regression, Elastic Net Regression, AB Testing using Causal Impact method,
Assortment Analysis,
Machine learning techniques- Random forest, XG-boost, Cosine Similarity, Collaborative filtering, Light GBM. .
* Frequently used languages & software's- R, Python, SAS, Advance MS-Excel, SQL.
* Used two major cloud platforms - Azure in projects & AWS for Internal Hackathon
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d17…
https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d170311405f5a080… 2/3
* Worked on:: R / MS Excel
Guided Selling- Next Best Stock Keeping unit Recommendation
* Brief description:: Here the objective was to recommend the set of next best SKU's (stock keeping units) for the different
outlet &
product combinations. We have started with the forecasting model using traditional / ML techniques & then used
collaborative
filtering technique to extract the final set of recommendation by constraining them with some business restrictions.
* Methodology Used:: ARIMA / XG-boost/ Collaborative Filtering
* Worked on:: R/ Python
E-commerce Forecasting engine
* Brief description:: Forecasted the percentage growth numbers/ goals for an US based client for their different brewing
products at
retailer level for the future period of 2020 using different Forecasting Approaches.
* Methodology Used:: : Holt winter/ seasonal regression/ XG-boost/NNAR
* Worked on:: R / MS Excel
Product Recommendation using Assortment Analysis
* Brief description:: Provided a core set list of products to different retailers which should be kept on shelf to maximize the
sales. Retailers will be using the ranked list of products to aid in their decision-making process to keep the most
incremental items on the
shelf.
* Methodology Used:: Hierarchical clustering / Cross Validation / XG Boost
* Worked on:: R / MS Excel
NLP- Topic Modelling & Cosine similarity
* Brief description:: Did several projects on the text analytic using different NLP techniques. In one project used cosine
similarity to
identify the missing address for the suggested ID's & in other used topic modelling to factorize multiple beer flavors, so
that the
new flavors can be tagged to the specific topic.
* Methodology Used:: Cosine similarity / Topic Modelling
* Worked on:: Python / R
UG: B.Sc (Statistics) from Calcutta University in 2011
PG: MS/M.Sc(Science) (Statistics) from Calcutta University in 2013
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
R
Python
SAS, SQL Server
Azure Platform
AWS Platform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d17…
https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d170311405f5a080… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 57: Resume 1374 with similarity score 0.11536142157358868
B.E , MS , B.TECH , M.TECH software engineer , full time , software developer ecommerce , data warehousing , api , general , telugu , migrating , virtual machines , spark , designation , data extraction , affirmative action , hindi , azure , utilization , php , data modeling , internet , cli , authorization , teams , english , status , email , business intelligence , groups , aws , ecosystem , database development , data architecture , mumbai , iit , redis , pipelines , performance tuning , c++ , languages , storage , infrastructure , hive , big data , daily reports , app , python , javascript , search , technology , load , etl , hadoop , airflow , data processing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c5319420842…
https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c53194208425616150d5d58… 1/2
Current Designation: Software Engineer -Big Data
Current Company: JioSaavn
Current Location: Mumbai
Pref. Location: Hyderabad,Pune,Bengaluru / Bangalore
Functional Area: IT Software - DBA / Datawarehousing
Role: Software Developer
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
JioSaavn as Software Engineer -Big Data
Jul 2019 to Till Date
Designed and Build Data Processing Pipeline for delivering insights and for ingesting
the data into HIVE from user logs in the Hadoop Ecosystem using Spark
and Airflow.
Worked on various tasks to generate daily reports such as "Click Through Rate",
NDCG, most liked and disliked entities based on query lengths, App Versions,
Regions and other similar insights.
Migrated Entire Infrastructure of Search from AWS to AZURE such as Layer 7
load balancers, Auto scaling groups, Virtual machines and data storage . Monitored
and helped other teams to migrate.
Analysed and improved Artist Entity Detection Pipeline for better Detection and
low resource utilization.
Developed various API's in PHP.
UG: B.Tech/B.E. (Computers) from Indian Institute of Technology (IIT), Kharagpur in 0
PG: M.Tech (Computers) from Indian Institute of Technology (IIT), Kharagpur in 2019
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Suyog Chadawar
Software Engineer seeking roles in Database Development,Data Warehousing,Data
Architecture,Data Modeling,Data Extraction,Business Intelligence,Performance
Tuning,ETL Development,Big Data,HIVE,Hadoop,Spark,Airflow,AWS,Python,Azure
CLI,C,C++,PHP
Key Skills: Software Engineer,Software Developer,Database Development,Data Warehousing,Data Architecture,Data
Modeling,Data Extraction,Business Intelligence,Performance Tuning,ETL Development,Big
Data,HIVE,Hadoop,Spark,Airflow,AWS,Python,Azure CLI,C,C++,PHP
Summary
Result-oriented Professional with 1.5 years of experience in Software Development, Developing data pipelines ,Python,Azure
CLI, PHP, Spark, Redis, Airflow. Have developed and maintained the data pipelines for getting insights from the User logs. Have
worked in migrating the entire infrastructure of Search from AWS to Azure.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c5319420842…
https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c53194208425616150d5d58… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python 2020 1 Year(s)
Azure CLI 2020 1 Year(s)
C, C++ 2019 1 Year(s)
PHP 2020 1 Year(s)
SPARK 2020 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Telugu Proficient
Rank 58: Resume 785 with similarity score 0.114777570834318
B.E , MS , B.TECH , BS bi architect , technical consultant , devops , design editor , partner , zookeeper , solution architect , change management , data scientist , full time , part time , application developer , informatica , enterprise architect , functional consultant data warehousing , resource allocation , algorithms , project managers , space , sizing , docker , gradle , flume , test cases , status , specifications , data architecture , nhs , system architecture , pl/sql , development work , writing , logistic regression , components , correlation , building , supply chain , sql server , scala , integration architecture , workflow , crm , ecommerce , devops , binary , interfaces , coding standards , spark , forest , techno-functional , designation , mar , prototype , oracle application server , cluster , ltd , architects , flex , eda , database security , english , emerging trends , agile , screens , purchase orders , dwh , mongodb , microservices , leadership , text mining , consolidation , solution architecture , oracle discoverer , forms , closure , architecting , obiee , change management , database design , machine learning , technical papers , strategy , git , documentation , bip , custom reports , otl , oracle applications , data integration , javascript , history , technology , hadoop , stored procedures , retro , scrum , healthcare , suppliers , fusion , options , data migration , vendors , database triggers , affirmative action , data analytics , collaboration , technical architecture , maintenance , kafka , linear regression , paas , lessons , email , manufacturing , chaid , aws , project delivery , information systems , new features , operations , saas , invoicing , windows nt , hp , data quality , unit testing , languages , big data , hive , front-end development , cassandra , sit , jira , search , cart , data models , risk assessment , functionality , recovery strategies , mentoring , streamlining , credit , rfp , jenkins , ug , team performance , profiles , developments , data conversion , pos , azure , cloud applications , developer 6i , authorization , teams , enterprise , licensing , matrix , ecosystem , exploratory data analysis , map , requirements gathering , electronics , hiring , transformation , finance , framework , software engineers , offshore , preparation , returns , auditing , selenium , tableau , flat files , purchasing , hbase , python , load , etl , backup and recovery , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110…
https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110210135e5d0b0… 1/3
Current Designation: Senior Solution Architect
Current Company: Hewlett Packard and DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Hewlett Packard and DXC Technology as Senior Solution Architect
Oct 2005 to Till Date
Define standards, guidelines and best practices for the Practice in collaboration with other Practices
Streamlining our development process all the way from code check-ins to deployment into production in
collaboration with Ops Team
Driving project delivery using Agile methodology and newly implemented DevOps model
Encourage and direct teams to follow widely used Scrum Framework
Strategic alignment of solution roadmap to leverage new features in various Analytics products to roll out best in class
solutions for business users.
Participate in Sprint Retro and document lessons learned
Develop and Manage on capability strategy to work on RFP responses and Innovations
Understand and Support Product and Platform roadmaps
Support Practice members to contribute in Innovations and Technical Papers
Regularly organize alignment meetings on domain specific team topics to update colleagues on new developments
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Venkata Ananta PR
Senior Solution Architect seeking roles in Solution Architecture,Data Architecture,Data
Warehousing,Data Analytics,Project Management,Change Management,Quality
Management,Requirement Gathering,Machine Learning,Core
Java,MongoDB,Selenium,Python,Docker
Key Skills: Senior Solution Architect,Solution Architecture,Data Architecture,Data Warehousing,Data Analytics,Project
Management,Change Management,Quality Management,Requirement Gathering,Machine Learning,Core
Java,MongoDB,Algorithms,Selenium,Python,Docker,SQL
Summary
Total 17+ years of experience in delivering IT Solutions, specializing in Big Data, DWH
and Data Architecture and statistical Machine Learning solutions, Oracle BI Analytics,
Oracle Fusion Supply Chain / Finance / HCM Cloud Applications (SaaS and PaaS) and
Oracle EBS (ERP & CRM)
Build Competency for Emerging Trends (Analytics - AI/ML/Big Data, DevOps - CI/CD,
Microservices)
Worked with leadership team to align on strategic decisions
Have been responsible and accountable for managing team size up to 40 comprising of
Software Engineers, Techno-Functional consultants, Architects, BI/DWH Engineers and
Project Managers
Managing all aspects of programs, including communicating with stakeholders, providing risk
assessment and business impact. Ability to successfully work with self-managed development
teams and matrix resources
Defining standards, guidelines and best practices for the practice in collaboration with other
practices
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110…
https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110210135e5d0b0… 2/3
Hiring and ensuring the Technology Domain members have appropriate competencies and skills
Mentor and Train teams on Certifications to retain Partner Licensing with Vendors
2
Setup team, encourage and develop technical expertise
Prepare Guidelines, Templates and Best practices for project execution
Build Reusable Assets, Solution Accelerators, Framework components.
Owned and managed all changes to the data models. Created data models, solution designs and data architecture
documentation for complex information systems.
Worked with project and application teams to ensure that they understand and fully comply with data quality standards,
architectural guidelines and designs
Build Rapid prototypes along with Data scientist
Design for Integrating Hadoop with Elastic Search, Kafka, Hive and Tableau.
Involved in development of use-cases with various machine learning algorithms such as Exploratory Data Analysis
(EDA), Correlation, Linear Regression Binary Logistic Regression, K-means, Decision Tree (CART, CHAID etc.),
Random Forest and Text mining
Solution and cluster sizing of Hadoop Platform for business date lakes, Archival, Analytics and data discovery
Meet with Business Teams and provide consulting solutions for data and future solutions
Technical solution and guidance for Hadoop platform build
Redefining NHS data strategy and building hybrid ecosystem for their data needs
Created logical and physical model for different subject areas, primarily in healthcare domain
Responsible for system architecture, data architecture and database design for WV Giving History
Responsibility as a BI Architect
Architecting BI/ETL Solutions in Manufacturing, Finance, Healthcare and eCommerce Domain.
DWH Consolidation for World Vision World operations and Technical architecture recommendation.
Data Architecture, Integration Architecture & Front-End Architecture for solutions
Manage geographically cross located teams with varied skills.
Evaluate RFP's and respond with Data Integration solutions.
Responsible for Presales and scoping of work.
Responsibility as a Techno-Functional Consultant / Solution Architect
Involved in Project assessment, identify high-level scope and key stakeholders, Risks, Make technical Proposal and
Project approval
Manage resource allocation, maximize team, manage team and Improve team performance by mentoring.
Requirement gathering, Analysis and Design for customizations, Integrations, Interfaces, Reports, Data conversion.
Designed solution for Integrations
Develop SAD document and get the development work done with onshore & offshore team
Managed project team, Directed execution of tasks
Communicating with respective stakeholders for status updates, providing risk assessment and business impact
Obtained acceptance and prepared closure report. Distributed a final closure report to respective stakeholders
Requirements gathering and documenting for Oracle Fusion SCM and Finance modules
Requirements gathering for OTBI & BIP reports development
WIPRO Ltd, as Techno-Functional - Technical Consultant
Mar 2004 to Oct 2005
Interacting with Business Users, gathering Requirements and documenting
Configured the functional setups of Core HRMS module
Dealt with registering/defining of custom applications, tables, reports, concurrent requests standard report submission
etc and also with profile options, defining of application users and responsibilities.
Involved in Human Resource Reports customizations
Involved in Data Migration for creating Employees, Assignments, Locations, Contacts, SIT and Qualifications
Used Developer 6i as front-end development tool.
Used Reports 6i to create custom reports for credit and invoicing department
Registered concurrent programs and concurrent program sets using Application Developer
Designed custom table's to enhance the functionality of the application.
Customizations were done according to the Oracle coding standards
Developed Oracle Inventory Item Extract Interface to extract Inventory Item information, which will be read by
MEDICUS System
Developed Oracle Inventory Receive Extract Interface to extract receiving transactions of type Deliver and return to
supplier information in tab delimited format into txt file, which will be read by MEDICUS System
Development of OTL Interface which will load Employee Timecard details
Developed Interface to Operations Maintenance System which will extract items that are issued from Oracle Inventory
to the Operations Maintenance System. This interface will extract only costed transactions
Data migration for Blanket and Standard POs
Development of new form, workflow, customization of CUSTOM.pll to link PO with Bank Guarantee and putting
automatic hold on PO.
Customization of CUSTOM.pll to show organizations depending on operating unit attached to Responsibility in Master
Items form.
Importing Suppliers & supplier sites in Oracle applications from other Oracle system.
Inventory Returns Custom development which includes self-service page and one level approval hierarchy like Move
Orders using workflow.
Modified existing Purchase Order report to support Multi Org
Environment: Oracle Application 11i, Oracle 9i, AOL, Oracle Discoverer 4i, Reports 6i, Forms 6i, PL/SQL,
Loader, HP-UX11i, Windows NT.
Designing Entity Relationship Diagram, Functional Hierarchy Diagram, Server Model, Database Design
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110…
https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110210135e5d0b0… 3/3
Transformation and building Modules
Creation of a prototype of the system.
Preparation of program specifications and Test plan.
Determining standards for the Screen layouts, Coding and testing.
Developing all the database triggers, stored procedures/functions and packages required in this module using PL/SQL
8.1.5 and Design Editor
Developing various forms and reports using Forms6i, Reports6i and Design Editor
Deploying the screens and reports using Oracle Application Server 9i
Created the database
Created users, roles and privileges for database security, manipulated tablespaces and space allocation, created profiles
for restricted user security, enabled user auditing
Exported and imported the database, backup and recovery strategies
Optimized the SQL queries for better performance.
Identified and resolved locks and killing user sessions
Creation of menus, Responsibilities and assign them to users
Customized Oracle Application forms to support the functionality provided by legacy GUI screens
Responsible for customizing reports and writing the reports with required specifications.
Involved in conversion of vendor data and open invoices from legacy system. This involved creation of custom
interface tables, using SQL* Loader to load data from Flat files and writing PL/SQL procedures for validating the data.
Involved in configuring the Key Flex fields, financial options, purchasing options, UOM, category sets, and item
attribute controls
Customized and developed the reports like Buyers Listing Report, Blanket and Planned PO Status Report, Contract
Status Report, Cancelled Purchase Orders Report.
Unit Testing the Forms and Reports through use of Unit Test cases.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Karnataka University in 1997
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Spark, Hive, Pig, Storm
Map Reduce, Python, Scala
Flume, Kafka, Impala, Zookeeper
HBase, Elastic Search, MongoDB,Cassandra
Informatica, Docker, OBIEE, OTBI,
GIT, JIRA, Gradle, Selenium, Jenkins
Azure, AWS, Oracle, SQL Server, SSIS
Languages Known
Language Proficiency Read Write Speak
English
Rank 59: Resume 797 with similarity score 0.11476390680606546
MS , BS technical architect , entry level , datastage architect , enterprise data architect , etl architect , full time , part time , senior datastage developer , technical lead , database architect data warehousing , training , design consulting , core java , telugu , connect , demand , office , pdf , alteryx , ssl , pattern , design documents , status , datastage , specifications , data architecture , xml , pl/sql , rdbms , testing , life sciences , components , building , kibana , sybase iq , sql server , organization , suite , retail , designation , hindi , windows , icc , json , english , logstash , agile , project , ownership , ibm , performance tuning , information server , data analysis , documentation , his , data integration , enterprise data , javascript , hadoop , html , reporting , pages , affirmative action , information technology , oracle , infosphere , curl , power bi , maintenance , unix , kafka , advanced , metadata , email , ad-hoc , operations , technology solutions , languages , sme , data marts , sqoop , hive , search , web , apps , database , cdc , api , dwbi , analytics , scratch , authentication , z/os , autosys , authorization , teams , models , record , application , squirrel , datasets , merge , framework , replication , tableau , olap , python , load , etl , change data capture , powerpoint 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b165…
https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b16564044580f0e5… 1/3
Current Designation: Technical Architect
Current Company: Cognizant Technology Solutions India
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India as Technical Architect
Jan 2006 to Till Date
1. Northern Trust bank, Enterprise Data Architect team, USA/India
Client Northern Trust bank
Technologies
Alteryx Server/Designer/Connect, Swaggerhub ,
Power BI, IBM IIDR (CDC), Tableau, PL/SQL, Unix
Shell script, Control-M
Role BI/ETL Architect
Location Chicago, USA/ Hyderabad, India
Duration Jan 2017 - Till date
Project Description:
Northern Trust bank's ICC (Integration Competency Center)/ Enterprise data architect team goal is
to provide a mechanism in which Datawarehouse solutions are designed, developed and
implemented following Industry wide best practices and make it widely accepted tools across the
Organization/Bank. To attain that goal and maintain consistency, an ICC ETL framework has been
identified, as well as an ETL/BI development methodology that leverages the existing Northern
Trust delivery process. Also, team will evaluate new tools to the bank and perform POCs to validate
Last Active: 11-Feb-21 Last Modified: 9-Feb-21
Ravi Kumar Kallepu
Technical Lead/Architect with 10 years of USA onsite experience seeking roles in Data
Integration, Data Analysis, Datawarehousing, Data Replication,Database,Alteryx, ETL,
DataStage, Python, Control-M, CDC, Unix
Key Skills: Alteryx,Senior Datastage Developer,Datastage,Control-M,ETL Tool,Unix,ETL,Oracle,SQL,CDC,ETL
Architect,Data Architect,Data Warehousing,PLSQL,OLAP,OLTP,Data Architecture,Metadata,Data Integration,DW,DWBI
Summary
Mr. Ravi Kumar Kallepu has 15 years of experience in Information Technology. Currently
working as Technical Architect with Cognizant Technology Solutions India, ample
experience working at various client locations in USA for 10+ Years.
As part of his assignments, he has been in Data Analysis, Design, Development (using SDLC,
Agile models), Testing and Maintenance of Data Warehouse/ Data Lakes/Data Marts in
diversified business areas - Banking, Retail and Life sciences Domains.
Experience in Analysis, Design, Development, and Implementation of Relational Database
(OLTP) and Data Warehousing Systems (OLAP). Worked on multiple ETL/Data
Integration/Analytics tools, performed various POCs on different tools & technologies to
validate the functionalities, guide the teams on architectural decisions.
Proficient in interaction with the business users, application teams and designing load
strategies and producing high level and Detailed Design Documents.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b165…
https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b16564044580f0e5… 2/3
the functionalities and guide the teams on architectural decisions, establish data ownership,
documentation and enhance governance process with standardization rules.
As a BI/ETL Architect, works closely with different application teams to provide BI/ETL
Application and Design consulting, provide Subject Matter Expert (SME) support for
building Data lakes, Data Marts, Data warehousing solutions, estimating tools,
development standards, recommendations, performance tuning and best practices.
Provide enterprise Solutions using Alteryx Designer & Server components, build
workflows/apps/macros to source the data from various systems including RDBMS, flat
files, APIs . Setup Alteryx Connect and Swaggerhub components from scratch, loaded
source data from various sources. Build custom pages, tables to load custom API data.
Built Alteryx Apps using Advanced tools like python/cURL scripts, JSON/XML parsers , read
PDF files, PowerPoint slides using Python , Web scrapping and prepare on demand reports
using different Layouts. Build custom tools using snake plane pilot, implemented custom 2
way SSL authentication.
Design and develop ETL workflows and datasets in Alteryx to be used by the BI Reporting
tool Write Complex SQL queries on multiple tables using complex joins, Prepare technical
specifications and documentation for Alteryx workflows supporting BI reports
Work on importing/exporting data using Sqoop into HDFS from Relational Database
Systems and vice-versa to build Enterprise Data Platform at the bank, used Hadoop shell
commands to perform operations against data in HDFS and Performed ad-hoc querying to
verify results using HIVE.
2. Northern Trust bank, DataStage Upgrade and Change Data Capture, Chicago, USA
Client Northern Trust bank
Technologies
IBM Infosphere Information Server Suite of products 11.x,
9.x, IBM IIDR (CDC) , DB2 z/OS, Oracle, DB2 i, PL/SQL, Unix
Shell script , Control-M, Kafka, Elastic Search, Kibana,
Logstash
Role ETL/DataStage Architect
Location Chicago, USA
Duration Jul 2014- Dec 2016
Project Description:
Northern Trust's many application teams need capturing the data changes on different sources in
real time or near real time fashion, ICC team created a new DataStage architecture pattern for
capturing the changes on DB2/As400/Oracle Tables using IBM IIDR product's CDC Direct connect
option & DataStage Jobs and publish the changes to target Systems in real time. This new pattern
now used by multiple teams at the bank, earlier these teams were using CDC flat file option or
some other batch process where they used to collect & merge change record files in regular time
intervals but there was at least 30-60 minutes delay to capture changes on source Tables and write
them to target systems , additionally there was also overhead of keeping track of last processed
files , however the new pattern addressed all these issues.
PG: MCA (Computers) from Osmania University in 2005
Other Qualifications/Certifications/Programs:
Entry level training in Advanced Java
Alteryx Designer Core
SCJP
SCWCD
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Hive, Impala, Kafka,Oracle, 1 Year(s)
MS SQL Server, Sybase IQ,Core Java
Squirrel SQL, Tableau, Power BI 1 Year(s)
Python, PL/SQL, HTML, Java Script, 3 Year(s)
Windows 10,7, UNIX, MS Office
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b165…
https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b16564044580f0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: India,United States
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Autosys, Crontab,Unix Shell script 3 Year(s)
AlterYX 2020.2 2020 4 Year(s)
Datastage 11.5 10 Year(s)
ETL 10 Year(s)
CONTROL-M 10 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 60: Resume 1141 with similarity score 0.11467000181850635
BS , B.E , MS , B.TECH , PhD project manager , oracle dba , cloud architect , technical architect , enterprise architect , devops , solution architect , full time , informatica , mysql dba , database administrator , application support engineer data warehousing , appdynamics , oracle support , microsoft azure , database monitoring , bash , regular expressions , databases , docker , flume , intelligence , status , data architecture , safeguarding , testing , ec2 , supply chain , sql server , organization , demand forecasting , elasticsearch , data processing , functional specifications , devops , spark , kubernetes , forest , designation , deliverables , cloud , ltd , windows , low latency , avs , data modeling , troubleshooting , agile , project , provisioning , solution architecture , intrusion detection , performance tuning , obiee , kanban , metadata management , fuel management , one , javascript , connectors , hadoop , oracle streams , general , scrum , vendors , affirmative action , mysql , data analytics , maintenance , unix , database administration , master data , kafka , snowflake , postgresql , email , customer applications , business analytics , aws , recoveries , sqoop , big data , hive , teradata , proof of concept , engineers , jenkins , people management , nosql , ug , compass , remote locations , authorization , client/server , teams , enterprise , devices , transformations , s3 , replication , translation , tableau , sink , hbase , python , data guard , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b190…
https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b1906144750095a5… 1/3
Current Designation: Architect-IT
Current Company: Prokarma Softech Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: PG Diploma [Project Management]
Verified : Phone Number | Email - id
Prokarma Softech Pvt Ltd as Architect-IT
Aug 2010 to Till Date
Modern Data Analytics Platform - Metadata Management (Informatica EDC): Involved in Re-design of Modern Data
Analytics Platform having 1300 TB from different data sources. After reviewing potential vendors and selected Informatica
EDC for Data Catalog platform.
Domain Driven paradigm - Master data ingestion (Python, Oracle, PostgreSQL, Sqoop, and Informatica): Developing
Domain Driven paradigm instead of one true big data platform (Datalake). Started with ingestion of Business critical
Domain data.
High volume data processing with low latency (AWS RDS Mysql, Oracle, AWS S3, SnowFlake, and Tableau): Engaged
in designing and implementing optimal setup to scale performance of critical high volume data processing with low latency
generated from Customer applications.
Data Managerial Services: Managing and Leading 7 teams consists of 20 members includes Hadoop Admin's, Devop's
Engineers, Informatica ETL Admin's, Oracle DBA's, MySQL DBA's.
Cloud Migration (AWS and Azure) from Oracle to MySQL & AWS Aurora by re-designing the application and applying
ETL transformations with near-zero down time.
Cybersecurity - Real-time Intrusion Detection System (Flume, Kafka, Spark, and ElasticSearch) Proof of Concept -
Involved in designing and implementing Organization wide Intrusion Detection System to handle malicious global wide
attacks by safeguarding Organization network.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SIDDHARTHA REDDY MADDI
Performance-driven professional with 15 years of extensive experience in Data
Architecture & Engineering, Solution Architecture, Project Management, System
Analysis,Technical Architect,AWS Certified Cloud Architect,Azure, & Bigdata
Management.
Key Skills: AWS Certified Solution Architect,Bigdata Analytics,Datalake, Microsoft Azure, Data Warehousing, Business
Intelligence, Snowflake,Oracle,Informatica,Spark,Python,Hive,Kafka,Hbase,NoSQL,GraphDB,Hadoop HBase, Devops,
Jenkins, Kubernetes, Datacatalog
Summary
Performance-driven professional with nearly 15 years of rich & extensive experience in Data Architecture & Engineering,
Solution Architecture, Stakeholder & People Management.
Strong Data Architecture & Engineering acumen, with excellence in gathering and understanding requirements of clients &
other stakeholders (at strategic and tactical levels), followed by translation into functional specifications as well as provisioning
of suitable solutions.
Forward-focused Project Manager with exposure in Project Increment(PI) Planning, swiftly completing projects with
competent cross-functional skills and ensuring on time deliverables within pre-set parameters, with sound understanding of
Agile process: Scrum and Kanban.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b190…
https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b1906144750095a5… 2/3
Business Analytics (Snowflake and Tableau) Proof of Concept - Engaged in designing and implementing Snowflake DB
to collect and utilize data generated from IoT devices deployed at wayside of rail roads.
Supply Chain Management (AzureDataFactory, Oracle, SQLServer, Pyspark, PowerBI)- Involved in designing and
implementing On-premise and On-cloud databases to collect, Transform, and utilize data generated from IoT devices for
demand forecasting.
Onboard Systems and Fuel Management (Confluent Kafka 4.1, Hadoop, and AWS): Ascertained effective
implementation of Enterprise streaming platform using Kafka, and AWS cloud to collect data from Onboard Systems that
would be utilized by streaming analytics. Implemented Kafka connectors to sink to Hadoop.
Master Data Ingestion in Data Lake (Oracle, Teradata, Sqoop, and Hadoop): Designed and implemented Data Lake for
the master data. Performed Data modeling of master data, and wrote Sqoop jobs along with wrapper scripts.
ADP Pvt Ltd as Database Administrator
Jul 2007 to Aug 2010
Database Administration (Oracle and MySQL): Good working knowledge in Backup & Recovery, Performance Tuning of
Database, RAC, ASM, Data Guard, Golden Gate, and MySQL replication.
Worked in 24*7 production environment and provided on-call and day-to-day support. Have very good knowledge on
internal working of Oracle Support Processes and metalink usage to take best advantage of Support from Oracle.
Experience in Production, Staging, Testing and Development Database administration (Remote/Local).
Expertise in design and maintenance of Databases in Client/Server environments, Multiple Remote Locations.
Experience in working on ORACLE 8i/9i/10g/11g/12c and SQL Server 2005/2012.
Good working knowledge on Installations, Up- gradations, Cloning, Migrations and Database Recoveries.
Good technical exposure on oracle streams
Implemented Database monitoring scripts on UNIX and Windows involving Shell scripts.
Good working knowledge in troubleshooting maintenance jobs, migration, creation, restoring SQL server databases.
Om Systems & Services Pvt Ltd as Application Support Engineer
Apr 2006 to Apr 2007
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru University (JNU) in 2005
PG: PG Diploma (Project Management) from Jawaharlal Nehru Technological University (JNTU) in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Oracle, MySQL , Teradata, PostgreSQL
SQL Server
HDFS, Spark, Hive, HBASE
Sqoop, and Kafka.
Informatica, OBIEE, PowerBI and Tableau
Errwin, Enterprise Architect
Python, Bash and regular expressions
Informatica EDC.
On-premise, Azure Data Factory, AWS EC2
Virtual Private Cloud (VPC), S3, EMR
Aurora and Snowflake
Compass, Jboss Server, Jenkins
Docker, Kubernetes, HAProxy
AppDynamics, Grafana
Lewandowski, Holt Winters
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b190…
https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b1906144750095a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AVS-Graves, Random Forest Regression
Rank 61: Resume 91 with similarity score 0.11369326653689119
MS , B.TECH science intern , work from home big data analytics , algorithms , internships , deep learning , rapid growth , platforms , interpersonal skills , statistical modeling , natural language processing , sql , resume , neural networks , fostering , running , machine learning , computer science , assessment , data science , python , ion , technology Assessment
Q1. Why should you be hired for this role?
Dear Sir I am 2019 Computer Science graduate. I worked as a data science intern at Redcarpetup New Delhi and have 5 months of work
experience over there. I have gone through multiple ecourses on machine learning and deep learning on various platforms. I am very well versed
with coding in Python and can use various packages required for running the various machine learning algorithms in it. I am aware that you will
receive a large number of applications for this job, but I would very much appreciate the opportunity to demonstrate my capabilities to you in
person. If given a chance I can assure you that with my learning and interpersonal skills I will quickly adapt to the organisation requirements and
will help in fostering rapid growth of the company. Thus, requesting you to kindly give me a chance to work for your company. I hope to get a
positive reply from your end in near future
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 7906810241
Arun Mishra
Delhi, Pune
Applied 08 Feb'21
Natural Language Processing
NLP
Python Data Analytics
Machine Learning Neural Networks SQL
Statistical Modeling BIG DATA ANALYTICS
Bachelor of Technology B.Tech), Computer Science
Dr. K. N. Modi Institute OF Engineering & Technology
2015 - 2019
CGPA 7.00/10
Data Science Intern
Precily, Delhi
May 2020 - Nov 2020
Data Science
Redcarpet Up, Delhi
Aug 2019 - Jan 2020
Rank 62: Resume 1104 with similarity score 0.11302144222845455
B.E , MS , B.TECH senior software engineer , product engineer , full time , software developer react.js , api , automation , web development , interfaces , suppliers , css , access , validation , designation , ug , cpc , affirmative action , rhel , mysql , oracle , hindi , angular , linux , maintenance , power bi , windows , cleansing , jquery , workbench , authorization , english , status , email , project , application , mongodb , solution architecture , processing , testing , rest , c++ , computer science , languages , django , writer , internal customers , python , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b581845011…
https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b5818450114524415095c0… 1/2
Current Designation: Python Product Engineer
Current Company: TechTree IT Systems Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TechTree IT Systems Private Limited as Python Product Engineer
Aug 2018 to Till Date
* Lead hetrogenous team of Angular, Django and Testing
* Worked on multiple product / project module
* Developed, tested and debugged software tools utilized by clients and internal customers
* Handled development and management of front end user interfaces with help of React , CSS and JavaScript.
* Manipulating, cleansing & processing data using MYSQL and Workbench.
* Responsible for loading, extracting and validation of client data
Capgemini India. as Senior Software Engineer
Dec 2015 to Aug 2018
* Coded test programs and evaluated existing engineering processes
* Manipulating, cleansing & processing data using Mongodb, Access and SQL.
* Responsible for loading, extracting and validation of client data
* Liaising with end-users and 3rd party suppliers
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Neeraj Kumar Shukla
Python Product Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Python,Django,MySQL,MongoDB,Power
BI,React,CSS,JavaScript,Rest API
Key Skills: Python Product Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Django,MySQL,MongoDB,Power
BI,React,CSS,JavaScript,Rest API
Summary
Result-oriented Professional with 5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Django,MySQL,MongoDB,Power
BI,React,CSS,JavaScript,Rest API.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b581845011…
https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b5818450114524415095c0… 2/2
UG: B.Tech/B.E. (Computer Science and Engineering) from Feroze Gandhi Institute of Engineering and Technology,
Raibareli(UPTU) in 2015
PG: in 0
Nature of Employment: Full Time
Project Location: Kolkata
Role: Programmer
Duration: Jul 2016 - Dec 2016
Onsite / Offsite: Onsite
Team Size: 10
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python 2.7,3.6 2020 4 Year(s) 6 Month(s)
RHEL 6 2016 0 Year(s) 2 Month(s)
C, C++ 2015 0 Year(s) 6 Month(s)
Windows, Linux Oracle 2015 0 Year(s) 6 Month(s)
MySQL 2020 2 Year(s) 6 Month(s)
DJANGO 2.2 2020 3 Year(s) 6 Month(s)
React.js .1.0 2020 1 Year(s)
JAVA SCRIPT
CSS
REST API
Power BI
MySQL
Mongodb
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Proficient
Projects
Project Title: Imoc
Client: CPC , GT, NADCS
Skill Used: Python, Django, MySQL, Javascript, JQuery, CSS,
Role Description: Working as a Web development and scipt writer.
Project Details: Imoc automation. Working to make tools for automate.
Rank 63: Resume 563 with similarity score 0.11036787388280038
MS work from home , full time data visualization , data analytics , secondary education , eda , salt , sql , techno , application , lake , c programming , resume , java , completion , assessment , data science , python , organization , html , database Assessment
Q1. Why should you be hired for this role?
I am doin Pg dipoma in data science so i am comfortable to work with python data visualization, sql and eda. I am a quick learner and hardwork is
my passion. This internship would be a great oppurtunity for me to start my career with. I will give my best for my work however the organization
will direct me to.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am immediately available for a full time work from home internship
Resume
EDUCAT ION
CONTACT Phone: 91 8250889204
Silpa Roy
Hyderabad, Durgapur
Applied 09 Feb'21
Python Data Science Database Management
System DBMS
R Programming SQL .NET
C Programming C#.NET HTML
Java
PG Diploma in Data Science, Data Analytics
Iiit Bangalore
2020 - 2021
Master of Computer Applications MCA, Computer Application
VIT Chennai
2016 - 2018
CGPA 7.30/10
Bachelor of Computer Applications BCA, Computer Application
Techno India Salt Lake
2013 - 2016
CGPA 7.30/10
Senior Secondary XII, Science
Bidhan Chandra Institution
WEST BENGAL BOARD OF HIGHER SECONDARY COUNCIL board)
Year of completion: 2013
Secondary X
Durgapur Girls High School
WEST BENGAL BOARD OF SECONDARY EDUCATION board)
Year of completion: 2011
Rank 64: Resume 774 with similarity score 0.10951065904707777
B.S , MS , BS full time , data engineer , data analyst ecommerce , data acquisition , natural language , general , algorithms , spark , nosql , mapreduce , designation , blogs , das , ug , mar , nlp , affirmative action , analytics , data collection , cluster , azure , kafka , eda , english , authorization , twitter , status , excel , email , manufacturing , project , business intelligence , aws , introduction to , processing , bengali , datasets , data analysis , s3 , machine learning , transformation , computer science , chocolate , languages , sentiment analysis , e-commerce , sqoop , hive , cosmos , amazon , big data , scala , cassandra , hbase , data science , data integration , one , reviews , python , javascript , search , data engineering , hadoop , airflow 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e13…
https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e130a12175a5c005… 1/3
Current Designation: Serving Notice Period. Holding one offer.
Hire me before 5th March. Data Science Engineer
Current Company: Alumnus Software, Kolkata
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Alumnus Software, Kolkata as Serving Notice Period. Holding one offer. Hire me before 5th March.
Data Science Engineer
Jun 2019 to Till Date
Serving Notice Period. Holding one offer. Hire me before 5th March.
Projects:
Customers and orders data acquisition, transformation and analysis for an ecommerce company using Spark: First
ingested the required data from different sources into Cosmos DB. Then transformed those datasets using Spark and
performed all processing requirements like join, group by etc. in Spark.
Finding similar tweets from a large corpus of tweets related to e-cigarette brands which were already collected from twitter
and perform some transformation using Hive and making clusters of similar tweets using different algorithms like K-Means
etc. clustering methods. Finally we need to find some common topics which are very frequent topic in nature from each
cluster using unigram, bigram, trigram of each document.
Data acquisition and data integration for various e-cigarette forums, blogs, expert blog reviews, e-commerce websites
(Amazon), manufacturing websites (JUUL, IQOS, Aspire, Blu, Marlboro etc.). Implementation of the incremental data
collection and integration from all the above mentioned sources.
Data acquisition and integration for chocolates brand available in Amazon UK website. Also implemented incremental data
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
TINKU DAS
Serving Notice Period. Holding one offer. Hire me before 5th March. Data Engineer
seeking assignment in Big Data and Data Engineering. (Core Skills: Python, Scala,
Spark, Sqoop, Hive, HBase, SQL, NoSQL, Airflow, Databricks, NLP, AWS S3, Azure
Cosmos)
Key Skills: Big Data,Big Data
Analytics,SQL,Python,Hdfs,Mapreduce,Hadoop,Sqoop,Hive,HBase,Cassandra,PySpark,Spark,SCALA,Airflow,Kafka,AWS,Azu
Search,Data Structures,Algorithms,Excel,Computer Science,Machine Learning,Data Science,NLP,EDA
Summary
Serving Notice Period. Holding one offer. Hire me before 5th March. Over 1.7+ years of experience in Big Data Engineering,
Python, SQL, Sqoop, Hive, Spark, PySpark, Scala, HBase, Data Analysis, Data Science, Machine Learning, Natural Language
Processing, AWS S3, Azure Cosmos, Airflow.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e13…
https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e130a12175a5c005… 2/3
collection as well. Finally performed sentiment analysis on the reviews collected on the chocolate products available in
Amazon UK.
UG: B.Sc (Computers) from University of Calcutta, Kolkata in 2013
PG: MCA (Computers) from University of Calcutta, Kolkata in 2017
Other Qualifications/Certifications/Programs:
Introduction to R software
Nature of Employment: Full Time Duration: May 2020 - Aug 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Python 3.6 2020 2 Year(s) 0 Month(s)
SQL 2020 2 Year(s) 0 Month(s)
HIVE 2020 1 Year(s) 0 Month(s)
SCALA 2020 1 Year(s) 0 Month(s)
SPARK 2020 1 Year(s) 0 Month(s)
MACHINE LEARNING 2020 2 Year(s) 0 Month(s)
NLP 2020 2 Year(s) 0 Month(s)
Big Data 2020 2 Year(s) 0 Month(s)
Data Science 2020 2 Year(s) 0 Month(s)
Sqoop 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Bengali Proficient
Projects
Project Title: Customers and orders data acquisition, transformation and analysis for an ecommerce company
Client: JTI
Project Details: Customers and orders data acquisition, transformation and analysis for an ecommerce company using Spark:
First ingested the required data from different sources into Cosmos DB. Then transformed those datasets using Spark and
performed all processing requirements like join, group by etc. in Spark.
Project Title: Data acquisition and integration for chocolates brand available in Amazon UK website.
Client: Alumnus Software
Project Details: Data acquisition and integration for chocolates brand available in Amazon UK website. Also implemented
incremental data collection as well. Finally performed sentiment analysis on the reviews collected on the chocolate products
available in Amazon UK.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e13…
https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e130a12175a5c005… 3/3
Nature of Employment: Full Time Duration: Aug 2019 - Dec 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2019 - Sep 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Finding similar tweets from a large corpus of tweets related to e-cigarette brands for JTI
Client: JTI
Project Details: Finding similar tweets from a large corpus of tweets related to e-cigarette brands which were already
collected from twitter and perform some transformation using Hive and making clusters of similar tweets using different
algorithms like K-Means etc. clustering methods. Finally we need to find some common topics which are very frequent topic
in nature from each cluster using unigram, bigram, trigram of each document.
Project Title: Data acquisition and data integration for various e-cigarette for JTI
Client: JTI
Project Details: Data acquisition and data integration for various e-cigarette forums, blogs, expert blog reviews, e-commerce
websites (Amazon), manufacturing websites (JUUL, IQOS, Aspire, Blu, Marlboro etc.). Implementation of the incremental
data collection and integration from all the above mentioned sources.
Rank 65: Resume 1083 with similarity score 0.10929403091433329
B.S , MS , BSC , BS data manager , senior developer , project lead , team member , data integration architect , cognos , business analyst , consignee , production support specialist , full time , team lead , senior data analyst , system analyst , enterprise architect , aws solution architect , systems analyst data warehousing , award , training , computing , tube , office , design documents , status , store , data architecture , pl/sql , rdbms , testing , writing , technical design , functional analysis , sql server , cognos , shares , business skills , agility , change control , retail , interfaces , financial transactions , designation , ibm db2 , mar , loans , trading , hindi , ltd , data modeling , english , project , gas , steel , solution architecture , performance tuning , dispatching , dashboard , data integration , one , javascript , bis , technology , insurance , business requirements , hadoop , florida , suppliers , change requests , developers , command , affirmative action , data analytics , atlas , maintenance , customer requirements , advanced , customer service , email , manufacturing , water , aws , ad-hoc , bengali , edge , languages , llc , oil , hive , big data , front-end development , functional design , web , tas , inventory system , database , cloud services , functionality , dfd , compass , oracle forms , scratch , authorization , functional requirements , client/server , enterprise , application , service engineering , dissemination , debugging , sales engineering , sas , agents , tableau , texas , hbase , python , liaison , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 1/4
Current Designation: AWS Solution Architect And Senior Data
Analyst, Data Integration Lead
Current Company: IBM India Pvt. Ltd.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
IBM India Pvt. Ltd. as AWS Solution Architect And Senior Data Analyst, Data Integration Lead
Apr 2006 to Till Date
Project:
USAA Insurance, US, San Antonio, Texas, Data Integration & Analytics project. different target data loaded by Hadoop
using HIVE and HBASE as data sources through ETL process like Oracle, IBM DB2, Agility & SAS Query to publish in
Tableau report dashboard for analytical purpose. also, AWS cloud services and solutioning.
Northern Trust, US, Chicago,
City Bank, US. Tampa. Florida.
The Citi Banking System Interface is targeted to the future banking solution for the users who are having bank accounts in
Citi bank. This interface integrates all application and provides business solutions for both retail and corporate. This
system acts as a standard interface between the clients and the banks, By using web portal any client who maintain
accounts in Citi banks can directly log on to Banking System Interface and make financial transactions. In the backend,
the system will take care of the entire obligation required to carry on transaction smoothly.
As a Senior System Analyst, Data Integration Architect, Senior Data Analyst and Solution Lead responsible for providing
system and data analytical solution to the team members in the project and also responsible for requirement analysis,
design, development, testing and implementation of customized application for new implementations and upgrades for our
IBM US customer like USAA, Citibank, Kemet BIS SIS, Mondelez One Compass, L.L.Bean, OTSUKA Atlas customer and
other countries client like Standard Bank of South Africa MDM (SBSA) Bank. Soth Africa, SABAM Oracle Development
Project at Brussels, Belgium
Responsible for providing a solution to the project team in delivering terms of the solution to fulfill our client requirement.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Debashish Sarkar
Cloud Solution Architect seeking roles in Solution Architecture,Data Architecture,Data
Warehousing,Data Analytics,Data Integration,Data Modelling,Software
Development,Project Management,Requirement Gathering,Big
Data,Hadoop,Python,Oracle,Hive,SQL,AWS
Key Skills: Cloud Solution Architect,Solution Architecture,Data Architecture,Data Warehousing,Data Analytics,Data
Integration,Data Modelling,Software Development,Project Management,Requirement Gathering,Big
Data,Hadoop,Python,Oracle,Hive,SQL,AWS
Summary
Over 18 years experience in the Development, Testing and Maintenance of Client/Server Applications. I have developed Client-
Server application, Big Data integration project. Distributed computing and application using Python Code, ETL, Oracle 8i/9i
RDBMS, Developer2000, PL/SQL. Application experience includes Bank, Insurance, Inventory Management and Decision
Support System. Experience in programming, user liaison, training and excellent communication skills. Involved in all aspects of
the Software Development Life Cycle.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 2/4
Deliver new and complex high-quality solutions to clients in response to varying business requirements
Responsible for organizing technical design document, data modeling, ETL mapping sheet, managing scope, planning,
tracking, change control, aspects of the project.
Utilize in-depth knowledge of functional and Technical experience in IBM Data Stage ETL tool and other leading-edge
products and technology in conjunction with industry and business skills to deliver solutions to various Client.
Project Lead - IBM India Pvt. Ltd. Kolkata, India June 2010 - December 2013
Project: SVM Project, Service Master Inc., Memphis TN 38120, US
As a Project Lead and Technical Team Lead, was responsible for driving the project and also analysis, design,
development, testing, and implementation of customized ETL solutions for new implementations and upgrades for our IBM
US customer Service Master Inc.
Responsible for leading a project team in delivering a solution to our customer in the Distribution sector.
Deliver new and complex high-quality solutions to clients in response to varying business requirements
Responsible for managing scope, planning, tracking, change control, aspects of the project.
Responsible for effective communication between the project team and the customer. Provide day to day direction to the
project team and regular project status to the customer.
Translate customer requirements into formal requirements and design documents, establish specific solutions, and leading
the efforts including programming and testing that culminate in client acceptance of the results.
Utilize in-depth knowledge of functional and Technical experience in Cognos Data manager ETL and other leading-edge
products and technology in conjunction with industry and business skills to deliver solutions to the customer.
Onsite Lead - Solution Lead - IBM - Brussels, Belgium July 2008 - March 2010
Project: SABAM Oracle Migration Project, Brussels, Belgium
The SIS-COL-BEL application under Sabam Oracle Migration Project is a re-engineered through a scratch development
process using the following water-fall life-cycle methodology
Functional analysis of the 'As-is' situation
Design of the 'To-be' situation, including the enhancements of customer business processes, was agreed
Bahwan Engineering Company LLC as Systems Analyst
Oct 2004 to Mar 2006
Project: Store Inventory System
Bahwan Engineering Company L.L.C, Muscat is a sales & service engineering company based in Oman, Muscat. BEC
has its unique business to sales engineering equipment and executes the Transaction of Inter-Division Material and for
Job Sight project area like Electrical, Mechanical, Civil, Oil and Gas plant & Trading. My role is as follows:
Worked with Business Analyst in translating business requirements into Functional Requirements Document and to
Detailed Design Documents
Lead analysis sessions, gather requirements and write a specification and functional design documents for enhancements
and customization; Analyze product impact
Present and defend product designs and architecture to clients
Coordinate and communicate tasks with developers
Ensure that development is performed as per requirements
Develop implementation and test plans, build software acceptance criteria, coordinate and work with users to oversee the
acceptance and dissemination process
Environment: Oracle Forms6i, Reports6i & database Oracle 9i
Achievements: Received a Special Increment Award from senior management of Bahwan Engineering Company (BEC)
for designing and developing a customized solution as per BEC business needs
Pioneer Computers Pvt. Ltd as Senior Developer
Jul 2000 to Sep 2004
Project: Oracle Forms, Report & PL/SQL Development project
Analysis, design, development, and implementation of customized Oracle Development project for new implementations
and upgrades throughout Tata Steel various division. Worked as a trainee from Jul 96 to Sep 99 and as an employee of
Pioneer Computers Pvt. Ltd. from Jul 2000 to Sep 2004.
Key project implementations as a team member
Tata Steel, Tube Division, Jamshedpur on SALES OFFICE SYSTEM and AVALON ERP SYSTEM which takes care for
their Transaction of Customers, Distributor, and Warehouses at various locations in the country and Transaction of Raw
Material from suppliers, Production of various tools And Dispatching Tools to the consignee agents.
Tata Steel. Town Division, Jamshedpur on ELECTRIC BILLING SYSTEM takes care of transaction of Electric Bill and
Collection of payment as per Billing from subscribers.
Tata Steel, Agrico Division, Golmuri, Jamshedpur on TATA AGRICO SYSTEM (TAS) takes care for their Transaction of
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 3/4
Raw Material from suppliers, Production of various tools And Dispatching Tools to the consignee agents.
Tata Steel, Agrico Division, Golmuri, Jamshedpur on TATA AGRICO SOCIETY PROJECT takes to care for their society
loan, their shares in the company and different kind of loans available to them. It will also take care of the entire financial
matter of the society as a Developer I was responsible for Designing DFD, ER Diagram writing triggers, procedures and
functions queries in PL/SQL, Writing Document of existing systems, Front-end development using developer 2000 forms
4.5/6i report 2.5/6i, Interaction with the clients for technical and functional specification, execute command.
Implemented several change requests to customize functionality in Manufacturing, Distribution and Material Management
packages.
Developed, validated and tested Oracle Forms 4.5 to Forms6i AVALON ERP migration scripts
Provided technical and investigative support for functional users on interfaces, defects, change requests, debugging
issues, testing, service pack upgrades, and ad-hoc report requirements
Continued support for production issues as a third level production support specialist.
Supported user community in defining Service Level Agreements (SLA)
Performance tuning, SQL query enhancements, code enhancements to achieve performance targets
Environment: Oracle Forms 4.5/6i & Report 2.5/6i, Oracle 7.3/8.1/9i, PL/SQL
UG: B.Sc (Maths) from Ranchi University in 1995
PG: PG Diploma (Computers) from Centre for Development of Advanced Computing (CDAC) in 2000
Other Qualifications/Certifications/Programs:
Certificate of Computers
Nature of Employment: Full Time
Project Location: Muscat
Duration: Sep 2004 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL Server,Oracle 9I 10 Year(s) 8 Month(s)
PL,Reports 6I,Forms 6i 8 Year(s) 5 Month(s)
AWS 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Projects
Project Title: ERP System
Client: Stores And Warehouse Inventary System,Purchase Order System and Job Control System
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 4/4
Employment Status: Full time
Rank 66: Resume 761 with similarity score 0.1091020844342364
B.E , B.TECH , M.TECH associate , devops , data analyst , full time , part time , team lead , application developer , vp , lead engineer computing , financial services , devops , kubernetes , nosql , designation , office , command , ug , openshift , affirmative action , data analytics , hindi , databases , docker , scratch , access control , authorization , risk , english , capital management , status , models , email , business intelligence , application , mongodb , numbers , microservices , leadership , records , apache spark , electronics , elements , data analysis , machine learning , languages , framework , flask , cassandra , data science , python , forecasting , javascript , technology , elasticsearch 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c45081…
https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c4508160747155b5b5… 1/2
Current Designation: Engineer
Current Company: ANZ
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Data Science and
Engineering]
Verified : Phone Number | Email - id
ANZ as Engineer
May 2019 to Till Date
Working as a Contributor and Team Lead to develop MLAAS (Machine learning as a
Service) Platform to host diverse Machine Learning Models and serve as a single
point for all machine learning solutions within an organisation.
Part of design team responsible for Machine Learning Platform as a Service.
JP Morgan Chase as Associate VP
Jul 2017 to May 2019
Worked with Capital Management Office as an application developer (python).
Worked extensively in data analytics stream of risk domain thereby evaluating/
forecasting different risk numbers using python.
Cloudthing as Lead Engineer
Jul 2014 to Apr 2017
* Contributed to the code to implement RBAC(Role based Access Control) Framework
using python to control and check user access based on their role.
* Contributed to the code to implement template based Data Analysis command line
tool using python for leading client in UK and Restful apis implementation using
Python Flask Framework.
* Implemented Elastic Search based search engine to filter out selected elements
from millions of records using various elastic search functionalities.
* Handled complex integration of Apache Spark with Cassandra and
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
ABHINAV KUMAR
Engineer with 10+ years of experience with both SQL and NoSQL databases, scalable
architectures, distributed computing, microservices and DataScience. Individual
contributor as well as a team lead, proficient in developing python applications.
Key Skills: Python, Microservices, NoSQL (Cassandra and MongoDB), Distributed Computing, Docker, Kubernetes,
Machine Learning
Summary
A result-oriented professional with experience in python, machine learning, microservices, distributed computing, NoSQL/SQL
databases, and Kubernetes/docker. Leading the development of multiple products from scratch, with active involvement
throughout the development life cycle. Having strong communication, leadership, and technical background. A regular
contributor to a system enhancement.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c45081…
https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c4508160747155b5b5… 2/2
ElasticSearch.
* Data Modelling in Nosql Database like Cassandra.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Madan Mohan Malaviya Engineering College (MMMEC) in 2009
PG: M.Tech (Data Science and Engineering) from Birla Institute of Technology and Science (BITS), Pilani in 2021
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Machine Learning, DevOps
Microservices, Apache Spark
Cassandra, MongoDB, Kubernetes
Docker, Redhat Openshift
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 67: Resume 548 with similarity score 0.1084764933907439
B.S , M.Sc , M.S , BS , MS work from home , python developer statistics , statistical modeling , completion , training , assessment , ltd , perception , it , python , resume , spss , physical health , yoga , square , machine learning , project , data analytics Assessment
Q1. Why should you be hired for this role?
As Internshala mentioned that this platform is encouraging women to start their career, I assume that this will be a breakthrough for my CV. As you
can see my resume, I have all the relevant skills which are required. This project will enhance my knowledge in my field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, Absolutely
Resume
EDUCAT ION
JOBS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7801864772
Shreya Tiwari
Ahmedabad, Gandhinagar
Applied 07 Feb'21
Python Statistical Modeling Data Analytics
SPSS Machine Learning
Master of Science M.Sc), Statistics
School of Science, Gujarat University
2017 - 2019
Percentage: 62.00%
Bachelor of Science B.Sc), Statistics
MG Science Institute
2015 - 2017
Percentage: 58.00%
Senior Secondary XII, Science
Saraswati Mandir High School
GSEB board)
Year of completion: 2014
Percentage: 55.00%
Secondary X
Shri Saraswati Mandir High School
GSEB board)
Year of completion: 2012
Percentage: 72.00%
Python Developer
Maxgen Technologies Pvt Ltd, Ahmedabad
Jul 2019 - Present
As a Statistics background, I found data Convenient. I've always been excited to analyze the data. I acknowledge data for
better understanding. I enjoy manipulating data and clean data for any immediate problems or projects I want to pursue.
Consumer perception of patanjali product
Jan 2019 - Feb 2019
I have done project on consumer perception of patanjali product. The project is done in SPSS Software by using Chi- square
tests and it is given various outputs according to the tests applied.
National cadet corps are the second line of defence in India. I was always passionate about the ground drill. NCC gives me
self defence training which helpful for my physical health. I participated in INTERNATIONAL YOGA DAY in 2015,2016 and 2017.
Rank 68: Resume 596 with similarity score 0.10773630821828836
M.Sc , M.S , BS , B.E , MS work from home , data analyst internships , deep learning , office , income tax , mar , analytics , fruit , sales analysis , dissertation , google cloud platform , statistical data analysis , computation , c programming , microsoft excel , google data studio , survey , resume , information science , java , machine learning , framework , returns , big data , completion , tableau , assessment , data flow , data science , python , ml , technology , cloud computing , pipeline Assessment
Q1. Why should you be hired for this role?
I completed my MS in Big data and Analytics from Letterkenny Institute of technology, Ireland in the month of January 2020. With keen interest in
Machine learning, I chose to implement CNN algorithm to classify hyperspectral fruit images in my Master's dissertation. Currently, I have been
working as a Data analyst intern at MCA located in Jayanagar, Bangalore. Since I want to dive in deep in Machine learning domain, I have involved
myself in carrying out kaggle projects. Besides, currently working on Machine learning certificate course by Stanford university. Having said that,
I believe unless I work in a firm wherein ML implementation on projects is carried out I would not be able to turn into a fully fledged professional.
Hence I thrive to work interestingly for the projects assigned and therefore it would be a privilege if I could get an opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am available to start immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Sushmitha Suresh
Bangalore
Applied 08 Feb'21
Python C Programming Data Science
Google Cloud Computing Machine Learning R Programming
C Programming Java
Master of Science M.Sc), Computing In Big Data And Analytics
Letterkenny Institute Of Technology
2018 - 2020
CGPA 7.00/10
Bachelor of Engineering B.E, Information Science
T.John Institute Of Technology
2014 - 2018
Percentage: 63.00%
Senior Secondary XII, Science
Jain College
CBSE board)
Year of completion: 2012
Percentage: 74.00%
Secondary X
Indira Priyadarshini
STATE board)
Year of completion: 2012
Percentage: 83.84%
Data Analyst Intern
Manohar Chowdary And Associates Chartered Office, Bangalore
Sep 2020 - Present
Purchase & Sales analysis on Tableau and Microsoft Excel; Income Tax Returns analysis to show outliers in the tax imposed
using R studio; Indian Statistical data analysis for the Budget 20212022 to correlate with the economic survey.
Identifying Hyperspectral fruit images using Convolutional Neural Network on Google Cloud Platform
Jun 2019 - Dec 2019
https://github.com/SushSushmithagowda/Dissertation.git
Implemented Deep learning algorithm - Convolutional Neural Network to identify hyperspectral fruit images using TensorFlow
framework On Google Cloud Platform with an objective to reduce computation overhead with increase in accuracy
https://github.com/SushSushmithagowda/Dissertation.git
CONTACT Phone: 91 9900111428
Data pipeline to detect the Starbucks location worldwide
Mar 2019 - Mar 2019
https://github.com/SushSushmithagowda/Google-Cloud-Project.git
Built a data pipeline to detect the Starbucks coffeehouse locations worldwide on Google Cloud Platform by using Data flow,
Data prep, Big Query, and Google data studio services
https://github.com/SushSushmithagowda/Google-Cloud-Project.git
Rank 69: Resume 244 with similarity score 0.10746713283582517
MS , BS work from home big data analytics , css , classification , deep learning , mysql , cloud , natural language processing , heroku , eda , models , ethics , project , pandas , application , leadership , fit , computer vision , oral communication , iit , prediction , resume , neural networks , datasets , java , machine learning , computer science , building , tableau , completion , assessment , data science , python , forecasting , history , technology , attrition , html , database , online Assessment
Q1. Why should you be hired for this role?
I am a 2020 CS graduate and have been working within Data Science for the last year, participating in hackathons and doing several projects
from Neural Networks to Complete End to End deployment on cloud technologies. Recently I have started exploring and playing with Next data
and time series Forecasting.
I think ill be a good fit for the internship as I have hands on experience dealing with datasets and am still as intrigued by data as ever.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am Available for the 3 month with my 100% dedication and time devoted to complete the task at hand.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Ishwar Yadav
Gurgaon, Pune
Applied 08 Feb'21
Python Natural Language Processing
NLP
Computer Vision
HTML Machine Learning MySQL
BIG DATA ANALYTICS CSS Data Analytics
Data Structures Database Management
System DBMS
Java
MSExcel Neural Networks Tableau
Bachelor of Computer Science B.C.S.), Computer Science
Delhi University
2017 - 2020
CGPA 7.00/10
Diploma, Data Analytics
Indian Institute Of Technology Guwahati
2020 - 2020
Senior Secondary XII, Science
Cca School
CBSE board)
Year of completion: 2016
Percentage: 84.00%
Secondary X
Cca School
CBSE board)
Year of completion: 2014
Percentage: 82.00%
College Techfest leader
Summer Analytics
IIT GUWAHATI, Online
Apr 2020 - Jun 2020
A primer course on Data Science involving Fetching,Scraping,Cleaning,Visualizing and predicting from Data .
This course requires knowledge and application of Machine Learning as well as building multiple ML models .
Cars24_PricePredictions(Deployed on Heroku)
Sep 2020 - Dec 2020
https://github.com/lSHWAR/CarPrice_EndToEnd_Deployed_testing
https://github.com/lSHWAR/CarPrice_EndToEnd_Deployed_testing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9910087029
Car resale price prediction based on dataset of CARS24 ,
Implemented ML models and Deployed on HEROKU
Deep learning project
Aug 2020 - Aug 2020
http://github.com/ISHWAR/Deep-Learning-Proj
Neural Network with multiple hidden layers to classify images as a certain animal or not
Neural Networks image classification
Jul 2020 - Jul 2020
http://github.com/ISHWAR/Image-classification
Coding a neural net with 3 layers end to end
COVID19 Data Analytics
May 2020 - Jun 2020
https://github.com/lSHWAR/COVID_Proj
To predict Employee Attrition by given data about his/her past history.
we use different data tools like Pandas,EDA,Scraping tools,Machine learning,Scikit learn,Neural networks etc.
Organised and result oriented work ethics,
learning and leadership qualities with excellent written and oral communication skills.
Good programming grip.
http://github.com/ISHWAR/Deep-Learning-Proj
http://github.com/ISHWAR/Image-classification
https://github.com/lSHWAR/COVID_Proj
Rank 70: Resume 1528 with similarity score 0.10686414695935764
B.E , MS , B.TECH , BS technical solutions engineer , operations analyst , evaluator , change management , full time , business analyst , technical support engineer reporting , magento , performance analysis , access , designation , ug , mar , affirmative action , hindi , cloud , maintenance , opsview , authorization , english , teams , status , excel , sql , email , project , business analysis , hpsm , application , problem management , leadership , e commerce , requirements gathering , train new employees , management review , operations , electronics , testing , articles , change management , c++ , kibana , languages , e-commerce , salesforce , sas , kannada , tableau , malayalam , it , help files , javascript , jira , technology , root cause analysis , servicenow 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a16…
https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a160316410c0e0c… 1/2
Current Designation: Operations Analyst
Current Company: Tryzens India Private Limited
Current Location: Trivandrum
Pref. Location: Bengaluru / Bangalore,Kochi,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tryzens India Private Limited as Operations Analyst
Jan 2019 to Till Date
Proactive and predictive problem management for our
Salesforce commerce cloud and Magento based e-commerce
clients.
Lead Root Cause Analysis investigations, coordinating with the
internal teams and 3rd parties.
Direct and document the requirements gathered, technical
system analysis and testing portions of a project to develop,
deploy and support.
Monitor the daily jobs and analyze website performance,
identify deficiencies and help re-designing.
Maintain and present all daily, weekly, monthly and yearly
reporting from a variety of data sources to senior
management.
DXC Technology as Technical Solutions Engineer (Rep III)
Mar 2017 to Aug 2018
Coordinate with other teams to identify improvement
opportunities and ensure end to end success of incident
management process.
Create incident related performance analysis report for IT
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Nikhil Mohan
Operations Analyst seeking roles in Business Analysis,IT Project Management,System
Analysis,Incident Management,Root Cause Analysis,Change Management,Technical
Support,Salesforce,Requirements Gathering,Performance
Analysis,Tableau,SAS,C,C++,R,SQL
Key Skills: Operations Analyst,Business Analyst,Business Analysis,IT Project Management,System Analysis,Incident
Management,Root Cause Analysis,Change Management,Technical Support,Salesforce,Requirements
Gathering,Performance Analysis,Tableau,SAS,C,C++,R,SQL
Summary
Operations Analyst with almost 5 years of experience in the e commerce and service industry. Diligent
and driven professional who has achieved success in a variety of areas including Root cause analysis with
Problem management, Performance monitoring and Business analysis. A quick learner and self-starter
who takes initiative, displays leadership, and provides efficient support to team members and clients
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a16…
https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a160316410c0e0c… 2/2
management review.
Identify trend and potential incident/problem sources.
Perform as a technical evaluator for Help files and Knowledge
articles.
HP Inc. as Technical Support Engineer
Nov 2015 to Mar 2017
Supporting commercial users with problem diagnosis and
resolution.
Monitor tickets and assign priorities accordingly.
Coordinate with various other teams to get the incident
resolved.
Train new employees and explain protocols efficiently
UG: B.Tech/B.E. (Electronics/Telecommunication) from Adichunchanagiri Institute of Technology in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Kibana, Grafana
Opsview
C, C++, R, SQL
Jira, ServiceNow, HPSM
TABLEAU
SAS
MS Excel and MS Access
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Kannada
Rank 71: Resume 325 with similarity score 0.10581394773707334
B.S , MS work from home matplotlib , customer , algorithms , css , platforms , mysql , data analytics , english , excel , postgresql , email , project , consideration , pandas , amazon web services , numpy , prediction , resume , data analysis , fundamentals , machine learning , computer science , opencv , clear , django , e-commerce , completion , assessment , management system , data science , python , one , javascript , crm , cascade , mathematics , html , capture , online Assessment
Q1. Why should you be hired for this role?
The role is very appealing to me and, I believe that this is one of the few opportunities that would challenge my skills in this field and provide me
a platform to work on some real-world project.
I have a Bachelor's degree in Mathematics and am currently pursuing a Master's in Computer Applications from the University of Delhi. I have
already started to learn and work on a few data science projects which involve Python and wish to scale them soon.
I firmly believe that one's fundamentals must be very clear to excel in any field which is why I had dedicated the last six to seven months working
on the basics of Python language, OOPs methodologies, and Data structures and Algorithms. Also, I have been solving a lot of problems on online
platforms like Leetcode which has helped me improve my problem-solving approach.
Please see my resume for additional information on my experience. I can be reached anytime via email at rafiqulislam.mca18.du@gmail.com or by
phone, 919354193731.
Thank you for your time and consideration. I look forward to speaking with you about this employment opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
Md. Rafiqul Islam
Delhi, Noida
Applied 08 Feb'21
Python CSS Data Science
Django HTML Java
Machine Learning MySQL PostgreSQL
Swing Java) Amazon Web Services AWS JavaScript
Master of Computer Applications MCA, Computer Science
Delhi University
2018 - 2021
Bachelor of Science B.Sc) Hons.), Mathematics
Jamia Milia Islamia
2015 - 2018
CGPA 6.65/10
Senior Secondary XII, Science
Holy Child English Academy
ICSE board)
Year of completion: 2014
Percentage: 66.00%
Secondary X
Holy Child English Academy
ICSE board)
Year of completion: 2012
Percentage: 67.00%
Data Analytics
365datascience, Online
Jan 2020 - Present
Smile detection and capture using Machine Learning
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9354193731
Oct 2020 - Dec 2020
Developed a project to detect smile from the camera and capture the image. Used Haar cascade algorithm and OpenCV.
COVID19 Outbreak Prediction using ML
Apr 2020 - Jun 2020
Performed data analysis to predict the cases for the next 7 days
Pandas, Matplotlib, Plotly, NumPy
E-commerce Platform
Sep 2019 - Jun 2020
Designed an e-commerce platform as an academic project along with one of the colleagues
Django, PostgreSQL, HTML/CSS, JavaScript
Customer Relationship Management System
Jan 2020 - Apr 2020
Developed a CRM system for better customer management for companies
Django, MySQL, Pandas, Python
Secured rank 5 in DU MCA Entrance Exam - 2018
Rank 72: Resume 17 with similarity score 0.10418005834007436
MS , B.TECH work from home , committee member classification , mar , firebase , sql , nasa , c programming , mongodb , mumbai , prediction , resume , neural networks , features , machine learning , computer science , dogs , tableau , assessment , data science , python , javascript , technology Assessment
Q1. Why should you be hired for this role?
I've spent considerable time studying essential concepts required under Data Science and now I'm looking for some practical applications of
Machine Learning. I also want to gain some experience working in a dedicated team with organisational goals to complete.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I'm available immediately
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8169290155
Aayush Gupta
Mumbai
Applied 07 Feb'21
Python C Programming C Programming
Firebase MSExcel Data Science
JavaScript Machine Learning MongoDB
SQL Tableau
Bachelor of Technology B.Tech), Computer Science
Manipal University Jaipur
2017 - 2021
CGPA 7.00/10
Organisation Committee member of a college Competitive Coding event.
Head of Discipline Committee.
Classification of Dogs and Cats based on images
May 2020 - May 2020
Uses Convolutional Neural Networks to learn the features and can be used for more generalized purposes
Stock Price Prediction Forecasting)
Mar 2020 - Mar 2020
Fake News Detection
Feb 2020 - Feb 2020
1st in NASA Olympiad in school
Rank 73: Resume 54 with similarity score 0.10304934628975732
B.S , M.Sc , M.S , BS work from home , web developer , student , science intern , front end developer big data analytics , training , web development , robotics , internships , css , data visualization , deep learning , workshops , health , natural language processing , reinforcement learning , web scraping , intelligence , excel , architecture , c# , project , computer vision , programming languages , microsoft , resume , android , neural networks , quantum computing , audio processing , machine learning , computer science , django , research , special education , completion , assessment , peace , medicine , app , data science , javascript , html , teaching Assessment
Q1. Why should you be hired for this role?
I am a programming student and a trainer for the last 7 years, looking for an internship so that I can use my skills in this lockdown. I have also
taken 4 workshops for engineering and science students in their respective colleges on topics like networking, programming languages, app
development, etc.
I teach topics related to any programming language, robotics, Android App Development, Web Development, Software Development, Microsoft
Excel for Statistical analysis, Computer Science and Engineering subjects, Machine Learning, Deep Learning, Neural Networks, Data Science,
Data Visualization, Quantum Computing and many more.
Working on several Deep Learning projects, which are based on learning and understanding the concepts, I worked on some data that were self-
made by me by web scraping it and generating it. The web scraping projects has helped me a lot to get my data preprocessing stuff correct,
and I also became better in the Deep Learning Architecture.
I also would like to work in Deep Learning projects that concern with Convolutional Neural Networks, Recurrent Neural Networks, Recurrent
Convolutional Neural Networks, Long Short Term Memory, Graph Neural Networks, Graph Convolutional Neural Networks, Graph Recurrent
Convolutional Neural Networks, Generative Adversarial Networks and any other.
I could work on any problem statement whether it be on Natural Language Processing, Computer Vision, Audio Processing, Text Generation, etc.
I also love working in Deep Reinforcement Learning Projects, but I am not that perfect in it, because the resources that I got to learn were very
limited. If I could work in that field under the guidance and training of your company I would be thankful for that opportunity.
For this internship, I would like to work under the guidance and training of your company and work to the best potential that I can have to deploy
a better Deep Learning project. It will also help me to get better in this field.
It would be a great privilege to work for your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, our college syllabus has 6 months of internship period.
Resume
EDUCAT ION
Alvyn Abranches
Pune, Bangalore
Applied 08 Feb'21
HTML Artifical Intelligence CSS
Data Science Deep Learning Django
Java Machine Learning Teaching
Android C# JavaScript
Master of Science M.Sc), Data Science & Big Data Analytics
MIT World Peace University
2019 - 2021
CGPA 9.20/10
Bachelor of Science B.Sc), Computer science
Dnyanprassarak Mandal's College And Research Centre, Accredited By NAAC With A .
2016 - 2019
Percentage: 71.00%
Senior Secondary XII, Science
Dnyanprassarak Mandal's College
GOA BOARD board)
Year of completion: 2016
Percentage: 72.00%
Secondary X
INTERNSHIPS
CONTACT Phone: 91 8668221206
Sanjay Center For Special Education
GOA BOARD board)
Year of completion: 2014
Percentage: 78.00%
Lead AI / Web Developer Intern
Revolutionary Consultaria, Virtual
Nov 2020 - Present
Develop a Django based website, lead a team of front end developer and backend Django develop and develop a Deep
Learning Deep Natural Language Processing) algorithm for a specific purpose.
Lead Data Science Intern
Organisation For Health And Medicine, Virtual
Aug 2020 - Oct 2020
To lead a team of Pharmacists and Data Science to get the mist out in this field.
Rank 74: Resume 1410 with similarity score 0.10275148125319976
B.E , MS , B.TECH , BS bi consultant , technical consultant , full time , business objects , system engineer , business analyst automation , sap hana , schema , general , customer , migrating , production systems , dimension , columns , css , sap project management , designation , data extraction , data warehouse , report design , filters , ug , affirmative action , microsoft office , data loading , mysql , studio , hindi , query designer , maintenance , utilization , basic , windows , data modeling , authorization , functional requirements , troubleshooting , english , web applications , status , excel , email , business analysis , web intelligence , sap netweaver , cubes , focus , working with clients , mumbai , participation , star , sap bi , programming languages , fixing , elements , data analysis , components , technical design , exceptions , figures , landscape , sap se , html5 , row , launchpad , data flow , word , reporting tool , javascript , dashboards , eclipse , crm , technology , business requirements , bex reporting , stored procedures 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b45…
https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b4505454259545b… 1/2
Current Designation: Sap Hana Consultant
Current Company: Tata Consultancy Services (TCS)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - ERP / CRM
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as Sap Hana Consultant
Oct 2018 to Till Date
Professional experience as a SAP HANA Technical consultant.
- Working in TCS for SAP SE client as NATIVE HANA Developer in BI Cons. Service?s team.
- Handling multiple content like Utilization, RM, OSRS, and ADRM for SAP SE (Walldorf, Germany) Employees.
- Active participation in analysis, development, implementation and maintenance/support of company
solutions based on SAP HANA.
- Knowledge of HANA Views Development ? Calculation Views (Cube, Dimension) with and w/o Star Join, Table
Functions, Stored procedures.
- Ticket Support - Incident/SR Management ticket creation, dispatch and resolution.
- Good Experience in analysis of business requirements and handling the critical issues and fixing the issues
- Exposure of HANA Modelling Row store and Column store Table, Hana Schema and Attribute views.
- Managed and enhanced HANA objects to meet functional requirements.
- Good understanding of joins and unions used in HANA modeling (inner, outer, etc.)
- Created Functions and Procedures to leverage data from Calculation Views.
- Involved in migrating data from BW to HANA either by converting Info cubes to Analytic Views or by
leveraging BW data, directly using Tables which is getting data using SLT.
- Also worked on creating various calculated and restricted columns.
- Experience in working with Clients, focus on Client satisfaction.
SAP BW/BI Consultant-
- Good Knowledge in the area of Data Modeling ?Info Cubes, Data Store Objects (DSO), Multiproviders, Infoobject and
Data Sources.
- Exposure of BW Modelling, Reporting (Bex), Extraction and data loading-customization and landscape.
- Experience in automation of loads by process chain creation and use of BW monitor to supervise data
loading.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PRANAV DIWAN
System Engineer in TCS working on SAP Project as SAP HANA consultant, Native
HANA Developer, SAP BW/BI consultant, SAP BI implementation, SAP Project
Management, data extraction, data analysis, Bex reporting, Ticket Support, Service
Delivery
Key Skills: SAP HANA Consultant,Business Analysis,SAP Project Management, data extraction,data analysis,Bex
reporting, SAP BI implementation,Ticket Support,SAP HANA, SAP BW/BI, CSS, HTML5,Service Delivery,SAP BI,SAP
Consultancy,IT,ERP,SAP
Summary
System Engineer in TCS working on SAP Project as SAP HANA Consultant with more than 2 Years of
experience in SAP Native HANA, SAP BW/BI, Bex Query Designer, SAC and have basic knowledge of ABAP and SAP UI5.
Knowledge of numerous programming languages including SQL script, JavaScript, CSS, HTML5, OOP. Strong
background in project management and customer relations
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b45…
https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b4505454259545b… 2/2
- Experienced in SAP BI data flow design and implementation.
- Knowledge of SAP defined methodology and standards for SAP BI implementation.
- Experience in functional and technical design of data warehouse and data model.
- Monitoring of process chains, data load jobs and troubleshooting.
- Well versed in business objects, BI Launchpad, Web Intelligence and Dashboards (SAC).
- Experienced in BEX tools report design and implementation.
- SAP BO design and functional implementation.
- Performed data extraction, data analysis using Bex reporting tool.
- Reporting ? Exposed to front-end BW Components like Queries, Restricted Key Figures, Variables, and
Calculated Key figures, Structures, Selections, Conditions, Filters, Exceptions, Free Characteristics and
Formula.
- Handling and support for PUBLICATION Pdf?s.
- Ticket Support - Incident/SR Management ticket creation, dispatch and resolution.
- Involved in the transport of BI objects to Quality and Production systems.
- Enhanced web applications using UI5 tool.
- Worked on enhancing Dashboards using SAP UI5 and created responsive elements.
UG: B.Tech/B.E. (Computers) from oriental institute of science and technology, bhopal in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP HANA, SAP BW, BEX Query Designer
Bex Web, Web Intelligence
SAC dashboard
BO/BI Launch Pad, Reporting
ABAP and UI5.
JavaScript, CSS, HTML5, and OOP.
HANA SQL script, MySQL
SAP HANA Studio, Eclipse 2.0
SP05
2021 2 Year(s) 3 Month(s)
SAP NetWeaver for BW7.5 7.5 2021 2 Year(s) 2 Month(s)
Microsoft Office, Word, Excel
Power Point.
windows 7,8,10.
Languages Known
Language Proficiency Read Write Speak
english
hindi
Rank 75: Resume 376 with similarity score 0.10221797142008747
B.S , M.Sc , M.S , MSC , BS , MS work from home , data analyst rivers , training , differential equations , customer , internships , classification , deep learning , nlp , data mining , design , data analytics , butterfly , chess , keras , solver , heroku , player , linear algebra , models , project , water , consideration , sampling , computer vision , iit , prediction , resume , datasets , java , articles , flow , machine learning , computer science , opencv , quiz , research , statistics , sentiment analysis , flask , amazon , completion , assessment , probability , data science , python , app , reviews , history , attrition , feature selection , mathematics , online Assessment
Q1. Why should you be hired for this role?
I am currently pursuing MSc Computer Science Big Data Analytics) at the Central University of Rajasthan. I have done my Bachelors in
Mathematics. Owing to my graduation I have the relevant mathematical knowledge as well as Data Science knowledge to perform well in this
internship.
I have worked on some Data Science projects as well and currently working on some others. These projects covered a wide variety of Machine
Learning and Deep Learning areas. I have completed an NLP project, a classification as well as a regression project. I'm currently working on a
Computer Vision project too. The details of these projects are in my resume.
Having worked on a variety of datasets, I believe my skills align with the requirements of this internship. Also, during my MSc Computer Science
course, I've been familiarized with topics such as probability, statistics, DBMS, linear algebra, data mining, machine learning, deep learning,
sampling statistics, design and analysis of experiments.
I am always looking for new challenges and am eager to learn more and so I believe that I will be very useful in whatever task I'll be assigned.
Thank you for your time and consideration.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately, for a work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Pankaj Gupta
Bangalore, Delhi
Applied 09 Feb'21
Computer Vision Python Deep Learning
Machine Learning Java R Programming
Master of Science M.Sc), Computer Science Big Data Analytics)
Central University of Rajasthan
2019 - 2021
Bachelor of Science B.Sc), Mathematics
Bishop Heber College
2016 - 2019
CGPA 8.82/10
Senior Secondary XII, Science
Kohima Science College
NBSE board)
Year of completion: 2016
Percentage: 78.00%
Secondary X
Chandmari Higher Secondary School
NBSE board)
Year of completion: 2014
Percentage: 94.33%
Summer Research Internship
IIT GUWAHATI, Guwahati
May 2018 - Jun 2018
I did a research internship at IITG during my Undergraduation.
Research topic: Differential equations and it's uses.
Aim: To study the various types of differential equations and how it is used in Water Flow in rivers.
During my 3rd year of Undergrad, I tutored 1st year students for a brief period.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7085982548
Mini MTTS
MATHEMATICAL TRAINING AND TALENT SEARCH, Madurai
Nov 2017 - Dec 2017
It was a week long program where we were taught about mathematical thinking and logic.
Next Basket Prediction
Jul 2020 - Oct 2020
https://github.com/Nabbo-datsct/Market-Basket-Prediction
Aim: To recommend the next basket of a customer, based on his/her purchase history and others' purchases.
Fake News Detection
Sep 2020 - Oct 2020
https://www.kaggle.com/pnkjgpt/how-to-detect-fake-news
Aim: To classify the given news articles into Real and Fake.
Emplotee Attrition Prediction
Jun 2020 - Jul 2020
https://www.kaggle.com/pnkjgpt/employee-attrition-prediciton
The project was a part of a programme by IITG. It was a Kaggle competition. I ranked 515 out of over 800 participants.
I use various data analytics techniques for feature engineering, feature selection. I used models like SVC, Logistic
Regression.
Butterfly Species Classification
Nov 2020 - Present
Aim: To classify the images of butterflies in 50 different species.
Amazom Reviews Sentiment Analysis
Nov 2020 - Present
Aim: To detect and classify the sentiment of Amazon reviews and Positive, Neutral or Negative.
Sudoku Solver
Dec 2020 - Present
https://github.com/thepankj/Sudoku-Solver
This Sudoku solver is an online app, deployed on Heroku using flask. Used OpenCV, Keras, and CNN for its implementation.
Took part in various Quiz competitions, essay competitions and.
Active chess player.
I'm specifically looking for Data Analyst roles. I love playing with data and extracting insights from it.
https://github.com/Nabbo-datsct/Market-Basket-Prediction
https://www.kaggle.com/pnkjgpt/how-to-detect-fake-news
https://www.kaggle.com/pnkjgpt/employee-attrition-prediciton
https://github.com/thepankj/Sudoku-Solver
Rank 76: Resume 745 with similarity score 0.1010110651265168
B.E , MS , B.TECH full time , dumper , data engineer , software developer algorithms , kpi reports , microsoft azure , mapreduce , cluster analysis , status , store , apache spark , components , building , kibana , sql server , organization , pipeline , publishing , technical leadership , designation , deliverables , hindi , technical requirements , yarn , json , english , logstash , recovery audit , agile , mongodb , solution architecture , rest , strategy , deduplication , reporting requirements , javascript , data engineering , business requirements , hadoop , big data analytics , performing , scrum , data validation , affirmative action , information technology , project plans , principles , parse , maintenance , apache kafka , metadata , proxy , email , pandas , project delivery , user stories , data solutions , design patterns , languages , hive , search , data models , airflow , program management , functionality , jasper , nosql , ug , telecom , authorization , risk , google cloud platform , application , ecosystem , transformations , led , technical documentation , tuning , hbase , python , cloud computing , etl , metrics 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112…
https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112551549585b5b… 1/3
Current Designation: Senior Data Engineer
Current Company: Nagarro
Current Location: Gurgaon
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro as Senior Data Engineer
Jul 2017 to Till Date
Role:
Ensuring the successful delivery of Big Data solutions and defining solution architecture, data strategy, principles,
vision, and standards
Analysing & reviewing business, functional and technical requirements; designing detailed technical components for
complex applications utilizing high-level architecture, design patterns and reusable code
Simulating, designing, developing & deploying computationally complex and practical data; building and delivering
comprehensive data strategy roadmaps; ensuring final deliverables are of the highest quality
Identifying ways to integrate data from the client's multiple source systems to provide consolidated KPI reports to client
Performing analytical interpretation of highly specialized technical and analytical information used to compose detailed
documentation and reports
Implementing project plans within preset budgets and deadlines; monitoring and reporting on project progress
Forming alliances with department managers on projects, operational decisions
Creating business requirements, source to target mappings, data models to assist in the development of highly efficient
and scalable project solutions
Translating reporting requirements into a scope and delivery strategy for the subject area
Ensuring that the project delivery team structure is adequate and enforces compliance, best practices, approach &
direction for the technical aspects of the organization's practice, providing technical leadership to fellow team members
Title: EPRS
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
AMIT KHANDELWAL
Senior Data Engineer seeking roles in Data Engineering,Project Management,Design
& Development,Program Management,Requirement Gathering,Data
Migration,Technical Documentation,Data Structures,Client Engagement,Performance
Tuning,Risk Management
Key Skills: Spark, Hadoop, NoSQL, MongoDB, Airflow, GCP, Microsoft Azure, Kafka, Mapreduce, Hdfs, Hive, HBase,
Requirement Gathering, Design & Development
Summary
Offering over 3 years' experience in Big Data Analytics, Cloud Computing, Hadoop based Application Design & Implementation
projects across Telecom domain
Proven skills in managing large data ingestion projects/ program in Hadoop ecosystem with hands-on experience in data
engineering techniques like design and development of ETL processes, data exploration and cluster analysis
Skilled in continuously evolving Big Data technology, communicating data and POC findings to both technology leaders and
business managers to help organization meet business challenges
Expertise in using technologies like Python, Java, Data Structures and Algorithms, Hadoop, Map-Reduce, Spark, MongoDB,
Airflow, Kafka, and Elastic Search
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112…
https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112551549585b5b… 2/3
Client: Client is a leading telecom organization
Period: Jun'20 - Present
Brief: EPRS is used to parse multiple types of files (~140 types) using PySpark and generate reports over the same
using Jasper on daily, weekly, and monthly basis. Business uses these reports to look at various metrics and make
business strategies.
Technologies: Python, PySpark, Pandas, MongoDB, Apache Airflow
Key Result Areas:
Analysing required functionality, tasks identification, task estimation and delivery; developing architecture and
implementing user stories
Using Spark APIs to perform necessary transformations and actions on data frames to reduce the dependency on
Spark SQL, making it comparatively faster
Managing development of key modules like downloader and transformation and dumper
Leading UAT and project deployment
Implementing Agile Scrum Methodology to achieve the deliverables and instituting the environment such as Spark
Cluster
Title: Scintilla
Client: Client is a global leader in Recovery Audit & Spend Analytics services.
Period: Jul'19 - May'20
Brief: This project includes replacing existing (Xcalar) system with Spark which includes Data Validation, Deduplication,
and Stats Generation processes, visualizing logs on Kibana, and storing metadata in SQL Server.
Technologies: Python, PySpark, Pandas, Apache Kafka, Elastic Search, Apache Airflow, MinIO, SQL Server
Key Result Areas:
Conducted analysis of required functionality, tasks identification, task estimation and delivery
Established the environment like Spark Cluster, ELK, Kafka, HA Proxy server for development as well as QA
Engaged in development of:
o Key modules like data validation and de-duplication
o Pipeline for publishing logs to Kafka and from Kafka to Kibana
o Pipeline to store metadata in SQL Server from Logstash
Led UAT and project deployment
UG: B.Tech/B.E. (Computers) from Jaypee Institute of Information Technology in 2017
Education
IT Skills
Skill Name Version Last Used Experience
HADOOP
Apache Kafka
Python
Rest Services
Mongodb
Google Cloud Platform
Map Reduce
YARN
Apache Spark
Apache Airflow
Elastic Search
JAVA
HBASE
Microsoft Azure
JSON
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112…
https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112551549585b5b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 77: Resume 4 with similarity score 0.10000731493294189
B.E , MS , BS work from home , support analyst , software analyst , full time , associate software engineer big data analytics , award , training , computer technology , matplotlib , algorithms , spark , nlp , case , hypothesis testing , pleasure , pandas , numpy , mumbai , edx , resume , datasets , java , machine learning , fundamentals , computer science , statistics , set theory , completion , assessment , probability , grounding , data science , python , one , computer engineering , ml , artificial intelligence , knowledge base , online Assessment
Q1. Why should you be hired for this role?
After completing my Bachelor's degree in Computer Engineering back in 2017, I got hired in BNP Paribas ISPL as a Software Analyst in banking
reconciliations department and have worked there for more than 3 years. Ever since then, I had a deep interest in the field of Machine Learning
and Artificial Intelligence. One of my favorite activities at work was to automate manual tasks so that it saves the time of the team as a whole and
minimizes potential errors. Unfortunately, Machine Learning was not a part of my engineering syllabus and to expand my knowledge base about
the same, I enrolled myself in the edX Data Science Micromasters offered by University of California, San Diego. Since then, I have been working
on projects in Python as a part of the program and now have a comfortable level of familiarity with coding in Python. However, I am further
interested in working on projects where these techniques can be utilized to solve real world problems in a variety of domains. This will help me
increase my knowledge about these fields and at the same time provide hands-on experience through industry-level projects as well as
receiving guidance and feedback from mentors about possible improvements at work. I also checked the Boongg company website to find out
more about this and was greatly elated to learn about the various capabilities of the bike rental platform and it will be my pleasure to contribute
to this in any way possible. Furthermore, this internship is work from home which comes as a blessing in these trying times.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months, for a full time work from home internship, starting immediately.
Resume
EDUCAT ION
JOBS
TRAININGS
ADITYA THAKUR
Mumbai
Applied 08 Feb'21
Python Java Machine Learning
Bachelor of Engineering B.E, Computer Science & Engineering
Watumull Institute Of Electronic Engineering And Computer Technology
2013 - 2017
CGPA 8.74/10
Senior Secondary XII, Science
Wilson College, Girgaum
HSC BOARD board)
Year of completion: 2013
Percentage: 84.33%
Secondary X
St. Xavier's High School, Fort
SSC board)
Year of completion: 2011
Percentage: 91.82%
Associate Support Analyst / Associate Software Engineer
BNP Paribas India Services Private Limited, Mumbai
Jun 2017 - Sep 2020
Worked on Intellimatch tool and handled requests for transaction reconciliation. Also built an automated alerts mechanism in
case of downtime BNPP Spot Award). Worked on reconciliations for Denver based clients BNPP Champion of the Month
award)
Data Science Micromasters
Edx UC San Diego), Online
Aug 2020 - Present
The microdegree is basically a MOOC offered by University of California, San Diego through EdX platform. It covers the
following topics:
(i) Python for DS training about Python language and tools like Numpy, Pandas, and Matplotlib as well as s ome ML and NLP
basics.
(ii) Probability and Statistics: topics such as Set Theory, Distributions and Hypothesis testing along with many others are
covered.
CONTACT Phone: 91 9930485336
(iii) Machine Learning Fundamentals: Intensive grounding about ML algorithms and using them to make predictions.
(iv) Big Data Analytics: Using Spark for handling massively parallelizable datasets.
Rank 78: Resume 281 with similarity score 0.09922413653953202
MS , B.TECH , BS work from home functionality , training , matplotlib , robotics , algorithms , css , data visualization , filters , classification , deep learning , tamil , cse , data mining , hindi , scipy , smartphone , pattern recognition , english , advanced , google cloud platform , excel , project , pandas , application , coursera , c programming , devices , numpy , fit , computer vision , prediction , resume , neural networks , android , writing , machine learning , iris , computer science , fundamentals , opencv , completion , assessment , data science , python , javascript , organization , artificial intelligence , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
Well, I think i will be a great fit for this internship since I am very enthusiastic in doing an internship in domains like Machine Learning and Artificial
Intelligence. And i have worked on a couple of projects which include domains like Machine Learning , Artificial Intelligence and Open CV. As, i
want to improvise my skills even more and want to gain some real time experience , this internship would be a great opportunity for me to
acheive it. And moreover i am a quick learner and highly passionate about pursuing a career in this domain. I have done projects like Handwritten
digit recognition by developing CNN Convolutional Neural Networks), Iris dataset Classification and Housing Prices Prediction and many other
projects related to ML and AI. And i have also completed my academic coursework in Artificial Intelligence and Machine Learning through which i
implementd the practical coding in my projects which include Machine Learning and Artificial Intelligence algorithms.And i have also worked on
MS-excel and have advanced level knowledge in it. As, i have related knowledge about the required skills i think i will definitely deliver greater
results to the company by using my skills and i will work hard to enhance my knowledge and will make sure the results are efficient and
outstanding. I am sure that i can deliver everything that you are looking for in a candidate.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm pursuing my bachelor's degree in a recognized university Rajiv Gandhi University of Knowledge Technologies, Nuzvid) which follow a 22
curriculum and is willing to accept internship from 3rd year of engineering till the end of my degree and I will be available for 3 month , for a work
from home internship.
Hope you could kindly consider my request and allow me to be a part of your company and work on my interested filed.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
Keerthi Sai Maganti
Machilipatnam
Applied 07 Feb'21
Python Algorithms Artifical Intelligence
C Programming C Programming CSS
Data Science Data Structures Database Management
System DBMS
Deep Learning English Proficiency Spoken) English Proficiency Written)
HTML Java JavaScript
MSExcel Machine Learning Computer Vision
Hindi Proficiency Spoken) Tamil Proficiency Spoken)
Bachelor of Technology B.Tech), Computer Science & Engineering
Rajiv Gandhi University Of Knowledge And Technology , Nuzvid
2018 - 2022
CGPA 8.75/10
Senior Secondary XII
Rajiv Gandhi University Of Knowledge And Technology,nuzvid
PRE UNIVERSITY COURSE PUC board)
Year of completion: 2018
CGPA 8.70/10
Secondary X
Kendriya Vidyalaya
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Member of CSE Dept. Club , IIIT Nuzvid.
Vice Captain of House in Kendriya Vidyalaya, Machilipatnam in 201516
Volunteer member of Information and Innovative Team in Helping Hands Organization in 2019 at IIIT, Nuzvid.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7207473818
Data Visualization Using Python
Coursera, Online
Jul 2020 - Sep 2020
I have been trained and taught about Data Visualization tools and techniques using python in this course. Used Matplotlib,
Numpy, Pandas , Seaborn ,Scipy, Folium and various tools for visualization.
Machine Learning By Andrew NG
Coursera - Stanford University, Online
Jul 2020 - Sep 2020
This training included broad explanation about machine learning, data mining and statistical pattern recognition. And also
included graded assignments on certain Machine learning based projects.
Google Cloud Platform
Coursera, Online
Aug 2019 - Oct 2019
I learned Google Cloud Platform Fundamentals in this Course.And worked in Google Cloud platform area.
Robotics Classes
Rajiv Gandhi University Of Knowledge Technologies, Nuzividu
Feb 2018 - Feb 2018
Hands on Classes on Robotics from seniors and experienced faculty.
Line follower
Manual Robot.
Cartooning an Image using OpenCVPython
Nov 2020 - Dec 2020
The main objective of this project is Cartooning an Image by using openCV python library and applying filters to the image.
OpenCV,Python.
Develop a CNN for MNIST Handwritten Digit Classification.
Oct 2020 - Nov 2020
The main objective of this project is to classify a given image of handwritten digit into one of the 10 classes representing
integer values from 0 to 9 by developing a Convolutional Neural Network.
Machine Learning,Neural Networks,Python.
Actions On Google
Jan 2019 - Jan 2019
Developing a software application known as Actions that adds through the functionality of Google Assistant and can be
accessed by devices like Google Home,Google Pixel Smartphone and Android devices with Google Assistant.
Google Dialogflow.
Secured 3rd position among 100 students in Essay Writing competition Organised by Bharat Heavy Electricals Limited
BHEL
Participated in National Level Techfest-2020 at IIIT Nuzvid , A.P
Rank 79: Resume 235 with similarity score 0.09882264494999123
B.TECH , BS work from home , web developer , business analytics intern , collector , associate software engineer codes , training , matplotlib , blogging , internships , bmc remedy , css , sqlite , blogs , telecom , information technology , design , data analytics , rgb , air , web operations , scipy , visualization , node.js , linear regression , normalization , color , work orders , postgresql , models , business analytics , email , project , pandas , application , express , tiles , mongodb , health insurance , introduction to , numpy , gold , resume , ibm , cloud foundry , github , height , data analysis , machine learning , shell scripting , correlation , framework , agile environment , html5 , foundation , tableau , completion , assessment , pivotal , scikit-learn , data science , python , javascript , history , dashboards , amazon web services , database , online Assessment
Q1. Why should you be hired for this role?
Experienced Associate Software Engineer with a demonstrated history of working in the Information Technology and Services Industry.
Skilled in HTML5, CSS3, JavaScript, Python and Data analysis.
Production support and development experience on Pivotal Cloud Foundry and Shell scripting.
Worked on resolving Work Orders and Incidents on BMC Remedy tool for Web Operations and Pivotal Cloud Foundry.
Completed a short-term course on Data Science with Python from Simplilearn Online) 11/1912/19
Completed a short-term course on Introduction to Data Analytics from Simplilearn Online) 11/2012/20
Completed a short-term course on Machine Learning from Simplilearn Online) 01/2002/20
Completed a short-term course on The Web Developer Bootcamp from Udemy Online) 07/2007/20
Completed a short-term course on SQL Training from Simplilearn Online) 08/2009/20
Completing a Master's certification in Data Science from Simplilearn Online) 09/19Present
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months for this internship from home.
Resume
EDUCAT ION
JOBS
Himanshu Kumar
Pune
Applied 08 Feb'21
Python Amazon Web Services AWS CSS
GitHub HTML JavaScript
MongoDB SQLite Shell Scripting
Data Analytics Machine Learning PostgreSQL
Tableau
B.Tech Hons.), Information Technology
MIT College Of Engineering & Management
2013 - 2017
Percentage: 65.67%
Senior Secondary XII, Science
Kendriya Vidyalaya
CBSE board)
Year of completion: 2013
Percentage: 90.20%
Secondary X
Kendriya Vidyalaya
CBSE board)
Year of completion: 2011
Percentage: 95.00%
Data Science And Business Analytics Intern
The Sparks Foundation, Virtual
Dec 2020 - Jan 2021
Write code to collect, crunch and analyze data
Build and tune ML models using Python and sci-kit-learn
Use Tableau to analyze data, find patterns and design visualization dashboards on given dataset
Work in an agile environment as part of a team.
Operations
TFG VACATIONS INDIA, Virtual
Apr 2020 - Dec 2020
INTERNSHIPS
TRAININGS
PROJECTS
Working as part of a fast-paced and dedicated team that works together to provide our clients with the highest possible
level of service.
Online promotion of company products and packages offered
Associate Software Engineer
Accenture, Pune
Oct 2017 - Jan 2020
Skilled in HTML5, CSS3, JavaScript, Python and Data analysis.
Production support and development experience on Pivotal Cloud Foundry and Shell scripting.
Python module to analyse and send data to the email id's provided by the users was created.
Data Science
GRIP At The Sparks Foundation, Virtual
Dec 2020 - Present
1. Write codes to collect, crunch and analyze data
2. Build and tune machine learning models using Python and sci-kit learn.
3. Use BI tools such as Tableau to analyze data, find important patterns, and design visualization dashboards
Introduction To Data Analytics
SIMPLILEARN, Online
Nov 2020 - Dec 2020
SQL Training
SIMPLILEARN, Online
Aug 2020 - Sep 2020
The Web Developer Bootcamp
udemy, Online
Jul 2020 - Jul 2020
Python For Data Science
SIMPLILEARN, Online
Oct 2019 - Dec 2019
Certificate of Achievement - Python for Data Science by
IBM
Height Collector Application
Apr 2020 - Apr 2020
https://github.com/kuhimans/Height-Collector.git
This application was created using Python and Postgresql database. User need to provide email id and height information of
a person and the application will send an email to the mail id.
Books Database Application
Feb 2020 - Feb 2020
https://github.com/kuhimans/BookDBPython.git
Objective/Description: This application was created to perform CRUD operations; user can add new book entry, remove
book entry, update existing book entry and view all the books
Tools Used: Python and Sqlite database
Comcast Telecom Consumer Complaints Analysis
Nov 2019 - Dec 2019
https://github.com/kuhimans/Comcast-Telecom-Consumer-Complaints-Analysis.git
This project was completed as a part of assessment for Data Science with Python module. We used different Python libraries
such as NumPy, SciPy, Pandas, scikit-learn and matplotlib to complete the given analysis and visualization tasks.
Health Insurance Cost Estimation( Supervised Learning Model)
Dec 2019 - Dec 2019
This is a practice project to create Logical Regression model and to apply the concepts learned such as normalization,
correlation, visualization, accuracy, etc.
Home Price Estimation Supervised Learning Model)
Dec 2019 - Dec 2019
This is a practice project to create Linear Regression model and to apply the concepts learned such as regularization,
visualization, mean squared error, etc.
https://github.com/kuhimans/Height-Collector.git
https://github.com/kuhimans/BookDBPython.git
https://github.com/kuhimans/Comcast-Telecom-Consumer-Complaints-Analysis.git
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7620190848
Blogging Application
Jun 2019 - Jun 2019
https://github.com/kuhimans/BlogApp.git
This application was created using Node.js, Mongodb and Express
framework. We can perform CRUD operations in the application.
User can add new blog, remove blogs, update blogs and view all the
blogs.
The Great Color Game
May 2019 - May 2019
https://github.com/kuhimans/ColorGame.git
This application was created using HTML5, CSS3 and JavaScript.
User needs to select the correct colour tile from the given random
colour tiles as per the RGB value generated. User also has an option
to choose from two levels :- Easy and Hard.
Certificate of Achievement - Python for Data Science by
IBM
Recipient of Indian Air Force Benevolent Association
IAFBA scholarship for performance in SSC.
Certificate of Merit in HSC
Gold medal in National Science Olympiad
https://github.com/kuhimans/BlogApp.git
https://github.com/kuhimans/ColorGame.git
Rank 80: Resume 959 with similarity score 0.09840745973900665
M.TECH , BS , B.E , MS , B.TECH machine learning engineer , full time , software developer training , designation , ug , tamil , nlp , affirmative action , maintenance , natural language processing , authorization , english , status , ethics , email , application , mongodb , text mining , operations , prediction , interpreting , machine learning , computer science , languages , higher education research , it , python , javascript , systems engineering 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d12…
https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d125512415d5b0c5… 1/2
Current Designation: Machine Learning Engineer
Current Company: OptiSol Business Solutions
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [SYSTEMS ENGINEERING
OPERATIONS RESEARCH]
Verified : Phone Number | Email - id
OptiSol Business Solutions as Machine Learning Engineer
Aug 2019 to Till Date
Trumatics Software Labs as Software Developer
Jun 2018 to Aug 2019
Worked on E cargo price prediction model
UG: B.Tech/B.E. (Computer Science and Engineering) from Meenakshi Academy of Higher Education Research,
Chennai in 2015
PG: M.Tech (SYSTEMS ENGINEERING OPERATIONS RESEARCH) from College of Engineering, Anna University,
Chennai in 2018
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
BALA KUMARAN. R
Machine Learning Engineer
Key Skills: Machine Learning Engineer,Python,MongoDB,NLP,Natural Language Processing,Text Mining
Summary
Abilities in analyzing & interpreting problems, with a combination of training
experience and logical thinking to find the right solutions
Proficiency in grasping new technical concepts quickly and utilizing them in a
productive manner.
Focused & goal driven with strong work ethics and commitment to offer quality
work.
An effective communicator with good interpersonal, presentation and analytical
skills.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d12…
https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d125512415d5b0c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python 3 2021 3 Year(s) 0 Month(s)
Mongodb 2021 2 Year(s) 0 Month(s)
NLP 2021 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Rank 81: Resume 552 with similarity score 0.0977797378781117
MS , BS work from home internships , command , space , data analytics , internet , sql , project , google , wordpress , nasa , c programming , mumbai , computer vision , resume , mainframe , fundamentals , machine learning , computer science , opencv , tts , assessment , data science , python , app , artificial intelligence , technology , digital marketing Assessment
Q1. Why should you be hired for this role?
Edu/Exp.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Shridhar Shukla
Bangalore
Applied 08 Feb'21
Computer Vision Python MSOffice
Artifical Intelligence C Programming C Programming
Data Analytics Data Science Digital Marketing
Machine Learning OpenCV R Programming
Diploma, PGP PGDML, Machine Learning, Artificial Intelligence
Iiit Bangalore
2018 - 2019
Data Analytics
ZoloStays, Bangalore
Jan 2019 - Present
Software Development
IT Technology, Bangalore
Dec 2007 - Dec 2018
Artificial Intelligence AI
Tts, Virtual
Sep 2020 - Oct 2020
AI, Python, WordPress, SQL.
Volunteer - Project Management Institute(PMI
The Fundamentals Of Digital Marketing
Google, Bangalore
Jan 2020 - May 2020
IT/Mainframe Programming
T imes Technologies Bangalore, Bangalore
Nov 2006 - Jun 2007
Computer Science, OS And Internet.
RDVV University, Jabalpur
Apr 2002 - Nov 2002
Face detection project.
Aug 2020 - Sep 2020
Developed a nearby restaurant finder with voice command, using AI on GCP.
Jun 2020 - Jul 2020
NASA space app challenge
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6360501763
May 2020 - Jun 2020
Chatbot
Apr 2019 - Jun 2019
Google Certified digital technologist.
DCLDiploma in cyberlaws) , ASCL/Govt Law College Mumbai.
Rank 82: Resume 289 with similarity score 0.09749634254428649
B.E , MS , BS work from home , classifier training , matplotlib , performing , data visualization , deep learning , mysql , studio , databases , basic , speech recognition , project based , models , boot camp , water , pandas , data cleaning , introduction to , numpy , processing , mumbai , chrome , star , lda , resume , rdbms , datasets , electronics , data operations , machine learning , problem solving , opencv , console , completion , assessment , events , balance , data science , python , ml , tabs , cash , online Assessment
Q1. Why should you be hired for this role?
I am Currently Working on Data Science & Machine learning ,Studying and performing Data operations on Various Datasets by and trying to
analysis with help of machine learning model on datasets. I am Comfortable with both Jupyter notebook and R studio for Data Visualization & Data
Pre-processing . To increase my knowledge domain and to get some experience and confidence I am applying for this internship provided by
your company. Github link - https://github.com/Krunal98-eng/House_Sold_prediction)
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months from starting day
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Krunal Rane
Mumbai
Applied 07 Feb'21
Python Machine Learning R Programming
Data Science MySQL
Bachelor of Engineering B.E, Electronics and Communication
Ramrao Adik College Of Engineering Nerul
2017 - 2021
CGPA 6.49/10
Senior Secondary XII, Science
Mumbai University
HSC BOARD board)
Year of completion: 2017
Percentage: 64.00%
Secondary X
St JOHN HIGH SCHOOL
SSC board)
Year of completion: 2015
Percentage: 83.00%
Managed Techfest Events for College in year 201920
Machine Learning And Deep Learning Bootcamp(Python And R
Skillzcafe, Online
Dec 2020 - Present
Machine learning and Deep learning Bootcamp -- I was introduced to Machine learning, Introduction to ML models(Linear
Regressor, Multiple Regressor, Logistic Regressor). Create machine learning models to predict House-prices, and Currently
Studyin g KNN.
Data Science
Skillzcafe, Online
Dec 2020 - Dec 2020
Data science Boot camp -- Bootcamp based on python built in libraries like( Numpy, Pandas, Sklearn, Matplotlib, Seaborn. )
How to create Dataframes, Perform stastistical operations on data using seaborn. Data-dependency, Data cleaning etc!
My-SQL
Skillzcafe, Online
Nov 2020 - Nov 2020
My-Sql for all provided by skillzcafe . Lecture Series based on how to create databases? why Rdbms? How to perform
various database operations!, linking Database with python.
Python Bootcamp
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9892987249
udemy, Online
Sep 2020 - Oct 2020
Python Bootcamp Training in which I was introduced to python basic datatypes(lists, tuple, dictionary, strings) Object-
Oriented-programming, Python built in libraries, And Mini project based on Python.
House_Price_Prediction Python , R
Dec 2020 - Jan 2021
Bengaluru_House_Price_predicition. Predicting house prices and whether the house will be sold or not. Performed KNN
Classifier, Logistic Regressor , and LDA Models on House Dataset and compared all 3 results for better proficiency.
Bank Mangement System Python - OOP
Nov 2020 - Nov 2020
A python object Oriented Based project . Which runs of console gives User to deposit and withdraw cash and also helps to
predict Current Balance.
Desktop Assistant Python, OpenCV, NLP
Oct 2020 - Present
A Desktop Assistant made with help of python in built libraries (pyttx3, pyaudio, Speech Recognition, wikipedia3, pyspotify(
Currently Working) , open cv. It does tasks for you likely it plays Music, open chrome tabs, Read News for you.
Pokemon Dataset Python , R
Dec 2020 - Present
Working on Pokemon Dataset. To Analyse Data and to predict Which Pokemon type (eg. Grass , Water, Poision, Fire) Can
beat Other pokemon types by knowing thier Strengths , Stamina , And Aggression.
4 Star Hacker-rank profile in python.
3 Star in Problem Solving Hacker-Rank
Rank 83: Resume 1323 with similarity score 0.09665111601622503
B.E , MS , B.TECH , BS technician , associate , data analyst , project engineer , full time , informatica , team lead reporting , low level design , spark , data validation , designation , data warehouse , ug , tamil , affirmative action , oracle , technical architecture , analytics , cloud , hub , curl , public , maintenance , autosys , test cases , netezza , amazon redshift , mercury , authorization , english , teams , status , agile , powercenter , email , project , models , business intelligence , kt , ecosystem , aws , database development , tracking systems , xml , electronics , performance tuning , components , s3 , technical design , high level design , unit testing , building , languages , hive , big data , sql server , tableau , flat files , sit , python , jira , javascript , dashboards , spectrum , technology , load , etl , hadoop , insurance 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e470013…
https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e4700135511435a5b0c5… 1/3
Current Designation: Consultant
Current Company: AstraZeneca
Current Location: Chennai
Pref. Location: Chennai,Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
AstraZeneca as Consultant
Aug 2017 to Till Date
Astrazeneca as Consultant
Aug 2017 to Aug 2017
AWS Eco system: Redshift, EMR, S3, Spark. Also, worked on PoCs involving Spectrum. Worked as a Data Modeller in
revamping the existing data model. Idera is the Data Model tool.
Cognizant Technologies Solutions as Associate- Projects
Jul 2016 to Aug 2017
Associate- Projects, Client- AstraZeneca(Jul 2016- Oct 2016)
Analyzed and derived mapping specification from HLD which was later developed into the required design in
Informatica
Data validation done using UTC with supporting documents and set up the system for SIT
Derived ETL logic using Informatica to extract data from independent data sets for RWE and load into Netezza tables
Set up workflows to migrate data from Netezza to Impala tables
Associate- Projects, Client- AstraZeneca(Dec 2016- Present)
Involved in the technical design of a new proposal which consolidates data from several countries in Europe and load
Last Active: 6-Feb-21 Last Modified: 11-Jan-21
Kaushik Muniandi
Senior DW Developer with experience in Snaplogic and AWS Stack- Redshift, RDS,
Spectrum and EMR with Spark
Key Skills: EMR,Spark,Hadoop,Hive,datawarehousing technician,database development,requirements
analysis,performance tuning,data validation,data
migration,dataloading,informatica,snaplogic,cloudconnect,gooddata,ssis,tableau,oracle,netezza,aws,amazon redshift
Summary
9+ years of experience in different phases of software development life cycle
Adept knowledge in EMR, Spark, Python, Informatica Powercenter, Netezza, Oracle, and AWS Ecosystem which includes
Redshift, S3 and Spectrum
Working knowledge of Big data technologies- Hive and Impala
Involved in Product integration, Design, Components development and Release Planning
Knowledge of working with Issue tracking systems (Jira)
Worked in Agile practices
Current engagement revolves around multitude of AWS stack and Data Modelling
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e470013…
https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e4700135511435a5b0c5… 2/3
them under a single data hub
Designed the technical architecture for ETL process which was derived using top-down approach
Authored ETL approach to load into data warehouse from which data are pulled for dashboards
Designed ETL logic to load data from raw source to Amazon Redshift using Snaplogic with data validation techniques
Designed ETL logic which followed SCD1 using Snaplogic to load data from stage to the subsequent layer and then to
load into the reporting layer
Wipro Technologies as Associate Consultant
Nov 2011 to Jun 2016
Associate Consultant, Client - Technicolor SA (Oct 2014 - June 2016)
Involved in analysis and providing estimation for the Project
Design and Develop Informatica mappings to set up the initial XML extract in Mercury Gate to stage them in Oracle.
Review report mappings and the Source XML file
Create Informatica mappings to migrate entire data from respective tables in SQL server and staged them in Oracle.
Developed queries to extract specified amount of data based on conditions provided in the requirement document and
designed mappings to transform data from stage to warehouse
Streamlined the way of calculation involved in data for Pricing report while integrating the 3 models
Designed Informatica mappings to perform year over year, quarter over quarter, YTD, QTD and MTD type of analysis to
be presented to Business and IT users through reports
Project Engineer & Single Point of Contact, Client - Omnicom Media Group (July 2013 - Sept 2014)
Responsible for Development, Support, Maintenance and Implementation of small to medium complex components of
a project
Assisted in creating POC of project phase involving stand-alone tool, CloudConnect, and identified the possibilities
which can be achieved using that tool
Developed POCs by building reports and dashboards using self-taught Tableau public 8
Worked on two teams. One being in Informatica team involving development of mappings to extract data from source
database to transform them and loaded in flat files. The second being in CloudConnect team that involves loading data
from flat files to cloud
Contributed to Data model team while investigating data populated in cloud using CloudConnect.
Played a lead role for the second phase of the project and was the SPOC for the support and maintenance of the project
Provided KT to new joiners on development, support and maintenance and helped them on board the project
Handed over the entire project to client with the complete KT of development, support and maintenance
Project Engineer, Client - Zurich National Insurance (May 2012 - April 2013)
Designed queries based on the requirement documents and develop Informatica mappings with little to no guidance
from Team Lead
Involved in the design of Low Level Design document based on the requirements from High Level Design Document.
Involved in the creation of Unit test cases and Unit test case documents and tested them before moving to QA
environment
Created Autosys scripts and deploying them
Resolved CRs and mentored new joiners on how to do a round of unit testing and guided them to prepare Unit test
cases and documents
UG: B.Tech/B.E. (Electronics/Telecommunication) from PSNA College of Engineering and Technology, Dindigul in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Informatica, Snaplogic, CloudConnect
GoodData , SSIS, Tableau
Autosys, cURL, Cloud
AWS Redshift, Oracle
Netezza, SQL Server
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e470013…
https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e4700135511435a5b0c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Proficient
Tamil Proficient
Rank 84: Resume 515 with similarity score 0.09604987923025018
MS , B.TECH work from home , secretary , student training , algorithms , internships , spark , forest , classification , deep learning , demand , ibm db2 , data analytics , databases , scratch , basic , linear regression , architecture , models , sql , project , mask , coursera , market data , exploratory data analysis , less , computer vision , iit , resume , neural networks , machine learning , opencv , foundation , completion , assessment , tuning , data science , python , face recognition , ml , search , technology , civil engineering , online Assessment
Q1. Why should you be hired for this role?
I am Saurabh, a 4th-year student of IIT BHU. I am a good learner, and I will get more knowledge in working with you. I am good at programming
and data science. I have done a couple of machine learning and deep learning projects. I have also done a data science internship at The Sparks
Foundation. I want to learn from you, and I would be highly obliged if you could help me with an internship opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Saurabh Kumar Gupta
Varanasi, Gorakhpur
Applied 08 Feb'21
Computer Vision Python Algorithms
C Programming Data Analytics Data Structures
Database Management
System DBMS
Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Civil Engineering
IIT BHU VARANASI
2017 - 2021
CGPA 8.14/10
Senior Secondary XII, Science
S P N S INTER COLLEGE GORAKHPUR
UP BOARD board)
Year of completion: 2016
Percentage: 86.80%
Data Science
The Spark Foundation, Virtual
Jul 2020 - Aug 2020
1. Completed exploratory data analysis of real-time market data using Python.
2. Built an ML model using the decision tree algorithm to predict target data.
3. Learnt about basic concepts of the decision tree and visualized it graphically also.
Secretary of Kashi Utkarsh, an initiative by the 70 students of IIT BHU Varanasi to spread knowledge across less privileged
sections of the society.
Deep Learning
Coursera, Online
Dec 2020 - Jan 2021
I have learned about neural networks, forward propagation, backward propagation, and gradient descent in this course. I
have also implemented these concepts and build a classification model from scratch.
Database And SQL For Data Science
Coursera, Online
Jun 2020 - Jul 2020
In this course, I learned about databases and different types of queries of SQL. I have also implemented these concepts in
IBM db2.
Python For Data Science
Udemy Online, Online
Jan 2020 - Feb 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9918432081
I have learned about basic python and different libraries of python. I have also implemented these. I have also learned
Tensorflow and also implemented this.
Face mask detection system project using CNN
Dec 2020 - Jan 2021
1. The aim was to make a face mask detection system using deep learning.
2. Transfer learning (using MobilNetV2 architecture) is used to make our model.
3. A deep learning model was built and trained over MobilNetV2 architecture using TensorFlow.
Automated multiple face recognition AI
Jun 2020 - Jul 2020
1. Used OpenCV for reading and manipulation, trained our images by face recognition and used Dlib for training and
detection.
2. If data is not in the system, it takes input for the user's unknown image and adds this to the system.
Bike Sharing Demand using Machine Learning
May 2020 - Jun 2020
1. Exploratory data analysis was done using Python libraries.
2. Models were built using different algorithms such as Linear Regression, Random Forest, SVR, and boosting algorithms.
3. Model tuning was done using Grid Search CV.
Represented Institute in Tryst'19, IIT Delhi.
Rank 85: Resume 514 with similarity score 0.09604987923025018
MS , B.TECH work from home , secretary , student training , algorithms , internships , spark , forest , classification , deep learning , demand , ibm db2 , data analytics , databases , scratch , basic , linear regression , architecture , models , sql , project , mask , coursera , market data , exploratory data analysis , less , computer vision , iit , resume , neural networks , machine learning , opencv , foundation , completion , assessment , tuning , data science , python , face recognition , ml , search , technology , civil engineering , online Assessment
Q1. Why should you be hired for this role?
I am Saurabh, a 4th-year student of IIT BHU. I am a good learner, and I will get more knowledge in working with you. I am good at programming
and data science. I have done a couple of machine learning and deep learning projects. I have also done a data science internship at The Sparks
Foundation. I want to learn from you, and I would be highly obliged if you could help me with an internship opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Saurabh Kumar Gupta
Varanasi, Gorakhpur
Applied 08 Feb'21
Computer Vision Python Algorithms
C Programming Data Analytics Data Structures
Database Management
System DBMS
Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Civil Engineering
IIT BHU VARANASI
2017 - 2021
CGPA 8.14/10
Senior Secondary XII, Science
S P N S INTER COLLEGE GORAKHPUR
UP BOARD board)
Year of completion: 2016
Percentage: 86.80%
Data Science
The Spark Foundation, Virtual
Jul 2020 - Aug 2020
1. Completed exploratory data analysis of real-time market data using Python.
2. Built an ML model using the decision tree algorithm to predict target data.
3. Learnt about basic concepts of the decision tree and visualized it graphically also.
Secretary of Kashi Utkarsh, an initiative by the 70 students of IIT BHU Varanasi to spread knowledge across less privileged
sections of the society.
Deep Learning
Coursera, Online
Dec 2020 - Jan 2021
I have learned about neural networks, forward propagation, backward propagation, and gradient descent in this course. I
have also implemented these concepts and build a classification model from scratch.
Database And SQL For Data Science
Coursera, Online
Jun 2020 - Jul 2020
In this course, I learned about databases and different types of queries of SQL. I have also implemented these concepts in
IBM db2.
Python For Data Science
Udemy Online, Online
Jan 2020 - Feb 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9918432081
I have learned about basic python and different libraries of python. I have also implemented these. I have also learned
Tensorflow and also implemented this.
Face mask detection system project using CNN
Dec 2020 - Jan 2021
1. The aim was to make a face mask detection system using deep learning.
2. Transfer learning (using MobilNetV2 architecture) is used to make our model.
3. A deep learning model was built and trained over MobilNetV2 architecture using TensorFlow.
Automated multiple face recognition AI
Jun 2020 - Jul 2020
1. Used OpenCV for reading and manipulation, trained our images by face recognition and used Dlib for training and
detection.
2. If data is not in the system, it takes input for the user's unknown image and adds this to the system.
Bike Sharing Demand using Machine Learning
May 2020 - Jun 2020
1. Exploratory data analysis was done using Python libraries.
2. Models were built using different algorithms such as Linear Regression, Random Forest, SVR, and boosting algorithms.
3. Model tuning was done using Grid Search CV.
Represented Institute in Tryst'19, IIT Delhi.
Rank 86: Resume 476 with similarity score 0.09600622670344502
MS , B.TECH , BS work from home , machine learning engineer codes , optimization , matplotlib , algorithms , data visualization , deep learning , blogs , mercedes-benz , pca , mar , nlp , data mining , case , scratch , new concepts , natural language processing , eda , english , models , sql , manufacturing , project , application , nasa , steel , computer vision , resume , github , testing , machine learning , youtube , translation , statistics , quiz , completion , assessment , data science , python , unsupervised learning , ml , spectrum , technology , pipeline , italian , mathematics , online Assessment
Q1. Why should you be hired for this role?
I would like to introduce myself as an applicant for the Data Science internship. My abilities as a Data Science began with a bachelor's degree
from Dr A.P.J. Abdul Kalam Technical University. Along with college, I had done a Machine Learning course from the Applied AI Course. At the
Applied AI Course, I had done 30 assignments which were based on a wide spectrum of concepts like data mining, visualization, statistics,
optimization, SQL, Machine Learning, Deep Learning, Recommender system. As a Machine Learning engineer, I have a deep understanding and
intuition regarding Machine learning, Deep Learning algorithms ,Data Visualization and Mathematic. I had applied this knowledge and skills to
solve three case-studies, which was based on ML, Computer Vision and NLP. I had put all the codes on GitHub. I have also made detailed blogs
and videos on Medium and YouTube respectively. I had also used my skill and concepts in Kaggle competition Mercedes-Benz Greener
Manufacturing) in which I got a score under the top 1 percentile. Other than my skills, I am hardworking and passionate to learn new concepts and
skills. I would like to thank you for taking the time to review my application.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 month, starting immediately, for a work from home internship
Resume
EDUCAT ION
TRAININGS
PROJECTS
SUJIT KUMAR
Noida
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
Data Science Deep Learning Machine Learning
Mathematics SQL
Bachelor of Technology B.Tech), Mechanical Engineering
G.L. Bajaj Institute Of Technology And Management
2016 - 2020
Senior Secondary XII
Ramagya School
CBSE board)
Year of completion: 2016
Machine Learning
Applied A.I. Course(AAIC, Online
Aug 2019 - Aug 2020
Here, I had done 30 assignment which were based on a wide spectrum of concepts link Data Mining, Visualization or EDA,
Optimization, SQL, Recommender System, Machine Learning(Supervised and Unsupervised ) and Deep Learning.
Severstal Steel Defect Detection
Jul 2020 - Aug 2020
https://medium.com/7799sujit/where-and-what-type-of-defect-is-present-in-steel-5e96da7e480
The goal of this project is to build a pipeline which can help to find what types of defect steel has and where that defect is
present on the steel.
Based on ML/DL and Computer Vision]
Code - https://github.com/sujitpso77
Sentence Translation
May 2020 - Jun 2020
https://gitfront.io/r/user-3925713/7b119fe72defee5318f2e0a14fef549fe81729fc/Sentence-translation/
The goal of this project is to make a model that can translate Italian to English sentences from scratch.
Based on Deep Learning, NLP and Attention Model]
Deployment - https://www.youtube.com/watch?v=qC3V1VL_qtE&feature=youtu.be
https://medium.com/@7799sujit/where-and-what-type-of-defect-is-present-in-steel-5e96da7e480
https://gitfront.io/r/user-3925713/7b119fe72defee5318f2e0a14fef549fe81729fc/Sentence-translation/
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8527375105
Mercedes-Benz Car Testing Time
Mar 2020 - Apr 2020
https://medium.com/7799sujit/mercedes-benz-greener-manufacturing-419c4eefe2f8
The goal of this project is to predict time taking to test the car using Machine Learning Technique.
Based on Supervise ML and Ensemble Models]
Code - https://github.com/sujitpso77
Technical Expertise
1. ML Algorithms include supervised and unsupervised learning
2. Deep Learning MLP, CNN, RNN LSTM, Attention Model)
3. Computer Vision and NLP
4. Experience in Data Visualization with PCA, TSNE, Matplotlib and Seaborn
Achievement
1. Got a score under the top 1 percentile in the Mercedes-Benz Greener Manufacturing Kaggle competition.
2. Got 2nd position in NASA quiz competition at the school level.
https://medium.com/@7799sujit/mercedes-benz-greener-manufacturing-419c4eefe2f8
Rank 87: Resume 168 with similarity score 0.09583762304489428
MS , B.TECH , M.TECH , BS work from home , autocad , design engineer marathon , robotics , algorithms , internships , design , data analytics , hindi , machining , organ donation , english , linear algebra , nss , sql , project , water , autocad , text classification , wikipedia , c programming , iit , prediction , resume , stock market , matlab , economics , machine learning , finance , statistics , completion , assessment , probability , data science , python , coordinated , technology Assessment
Q1. Why should you be hired for this role?
Sir/ma'am, I am proficient in Machine Learning, Data Structures & Algorithms, Data Analytics, Python and SQL. I have done courses like Machine
Learning, Python for Data Science, Probability and Statistics, Linear Algebra. Also, I have worked on a couple of Machine Learning Projects using
Python.I believe that my skills make me the best match for this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months and can start working immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Deepak Sagar
Aligarh
Applied 07 Feb'21
Python Algorithms AutoCAD
C Programming C Programming Data Analytics
Data Structures Economics MATLAB
MSOffice Machine Learning SQL
Integrated B.Tech & M.Tech, Mechanical Engineering
Indian Institute Of Technology Madras
2015 - 2020
CGPA 6.05/10
Senior Secondary XII, Science
Jawahar Navodaya Vidyalaya,Aligarh
CBSE board)
Year of completion: 2014
Percentage: 79.40%
Secondary X
Jawahar Navodaya Vidyalaya,Aligarh
CBSE board)
Year of completion: 2012
CGPA 9.20/10
Design Engineer
Deccan industries, Coimbatore
May 2019 - Jun 2019
Subject Matter Expert(Python Programming)
Edufeat, Virtual
Jun 2018 - Jan 2019
Coordinator, Hospitality Department, Sarang 2017 Cultural Fest)
Stock Market Clustering
Aug 2019 - Nov 2019
https://drive.google.com/file/d/1WDDZE3YdpHrsTfYqX8SaFvQ3MiH5npUm/view?usp=sharing
AI Powered Stock Market Prediction
Jan 2019 - May 2019
https://drive.google.com/file/d/12hb3ddeqyJupE2Ogl2MXaPtIVEwJ9vYj/view?usp=sharing
User Based Recommendation Engine
https://drive.google.com/file/d/1WDDZE3YdpHrsTfYqX8SaFvQ3MiH5npUm/view?usp=sharing
https://drive.google.com/file/d/12hb3ddeqyJupE2Ogl2MXaPtIVEwJ9vYj/view?usp=sharing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7037442314
Aug 2018 - Nov 2018
https://drive.google.com/file/d/13D43p0wOP0jG6MxXTtTO_4rQqxsojzDN/view?usp=sharing
Text Classification Using Machine Learning
Aug 2018 - Nov 2018
https://drive.google.com/file/d/16jAK4S7MYUUiTVqNBpHTApfqBcIiSDrq/view?usp=sharing
Analysis Of Abrasive Water Jet Machining Using ANN
Jan 2018 - May 2018
https://drive.google.com/file/d/1tGHLhrdPjQHjgo6R2bKl2v1-dSdXeCry/view?usp=sharing
EXTRACURRICULAR ACTIVITIES
Represented Narmada Hostel in Reverse Coding
and Manual Robotics event in Tech Soc IIT Madras
Demonstrated keen interest in analytics and Finance by being an active member of Analytics Club and Finance Club
Coordinated and Participated in Life Goes On Marathon to spread awareness about Organ Donation
Enriched Hindi Wikipedia by translating 40 webpages from English to Hindi as a part of NSS project resulting in more
regional readers
https://drive.google.com/file/d/13D43p0wOP0jG6MxXTtTO_4rQqxsojzDN/view?usp=sharing
https://drive.google.com/file/d/16jAK4S7MYUUiTVqNBpHTApfqBcIiSDrq/view?usp=sharing
https://drive.google.com/file/d/1tGHLhrdPjQHjgo6R2bKl2v1-dSdXeCry/view?usp=sharing
Rank 88: Resume 286 with similarity score 0.09557645823468883
B.TECH , BS work from home , classifier , data scientist big data analytics , web development , matching , internships , spark , performing , data visualization , mam , deep learning , nlp , mysql , design , natural language processing , draw , speech recognition , project , application , coursera , numbers , computer vision , prediction , resume , ibm , github , credit cards , gallery , edge , rest , machine learning , computer science , opencv , django , framework , sentiment analysis , statistics , analyzer , completion , tableau , assessment , data science , python , imdb , reviews , javascript , dashboards , birth , technology , learners , hadoop , working experience , online Assessment
Q1. Why should you be hired for this role?
Hello sir/mam, Hoping have a great day, I see there is an opening in your company for the post of "Deep Learning Internship".Currently, I have 4
months of working experience as a Data Scientist Intern and looking for a better opportunity. I have most of the skills that are required for this
post and have experience in NLP, Computer Vision, and AI. I work on some interesting projects like detecting blur images that are present in our
image gallery, Sentiment Analysis on Hotels Reviews, Inshorts News Category prediction.
You can see all these projects on my GitHub Link:- github.com/kishanpython?tab=repositories
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, within a notice period of 15 days.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Kishan Yadav
Lucknow, Delhi
Applied 08 Feb'21
Python Computer Vision Data Analytics
Deep Learning Django Machine Learning
MySQL BIG DATA ANALYTICS JavaScript
R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Feroze Gandhi Institute Of Engineering & Technology
2016 - 2020
CGPA 8.37/10
Senior Secondary XII, Science
S.S.Y. Inter College
UP board)
Year of completion: 2015
Percentage: 84.00%
Secondary X
St. Xavier's High School
CBSE board)
Year of completion: 2013
CGPA 8.60/10
Data Science
BlackCoffer, Virtual
Nov 2020 - Present
Coordinator for web development in college techfest.
Data Visualization With Tableau Specialization
Coursera, Online
Sep 2019 - Oct 2019
In this Specialization, you will learn how to generate powerful
reports and dashboards that help people understand and draw
insights from data.
IBM Data Science Specialization
Coursera, Online
Sep 2019 - Sep 2019
PROJECTS
In this course i learners to developed and honed
hands-on skills in Data Science and Machine Learning.
We learn following:-
1. Data Science tools.
2. Python and MySQL.
3. Machine Learning.
4. Data Visualization.
Deep Learning Specialization
Coursera, Online
Jul 2019 - Jul 2019
The Deep Learning Specialization is designed to prepare learners
to participate in the development of cutting-edge AI technology.
In this course i learn following:-
1. Natural Language Processing.
2. Speech Recognition.
3. Computer Vision.
Diploma In Data Science
naresh it, Hyderabad
Jun 2019 - Sep 2019
In this I learn about so many concept required for data analytics. We learn about statistics , machine learning , deep learning,
big data hadoop , spark etc.
I made project like sentiment analysis and Location prediction.
Machine Learning
Coursera, Online
Apr 2019 - Jun 2019
This course is done from coursera platform. This is machine learning course from Stanford university. Taught by Andrew NG.
Blur Image Detector
Oct 2020 - Oct 2020
https://github.com/kishanpython/Blur-Image-Detector
This web app can easily detect blur images that are present in you gallery.
By using opencv and python libraries.
OCR on Credit Cards
Oct 2020 - Oct 2020
https://github.com/kishanpython/OCRProjects/tree/master/Credit Card OCR
Performing Optical Character Recognition OCR using template matching via OpenCV and Python to get 16 digit credit card
numbers.
Automatic Hotel Reviews Analyzer
Dec 2019 - Jan 2020
https://github.com/kishanpython/Automatic-Hotel-Reviews-Analyzer
Design and develop a web app using NLP and Python to figure out the sentiment behind the reviews of a hotel.
Build RNN and LSTM model to increase the accuracy and also use aspect classifier to find out the given review belong to
which category.
Sentiment Analysis on IMDB movie reviews
Sep 2019 - Oct 2019
https://github.com/kishanpython/Sentiment_Analysis_on_IMDB_Dataset_Kaggle
In this project i classify the text reviews as positive or negative on the basis of the sentiment of text. In this i do
preprocessing of text, use word2vec library , remove stopwords etc and then classify the text.
Dataset :- IMDB movie dataset.
Demographic_Visualization
Oct 2019 - Oct 2019
https://github.com/kishanpython/Visualization-using-Tableau
In this project the visualization of demogarphic dataset have been given.
Software used in this visualization is Tableau Desktop.
1.How many Countries have higher birth rate and which income group that country belong?
Digit-Recognizer
Aug 2019 - Sep 2019
https://github.com/kishanpython/Digit-Recognizer
https://github.com/kishanpython/Blur-Image-Detector
https://github.com/kishanpython/OCR-Projects/tree/master/Credit%20Card%20OCR
https://github.com/kishanpython/Automatic-Hotel-Reviews-Analyzer
https://github.com/kishanpython/Sentiment_Analysis_on_IMDB_Dataset_Kaggle
https://github.com/kishanpython/Visualization-using-Tableau
https://github.com/kishanpython/Digit-Recognizer
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9651708763
In this project we made model using machine learning technique to
recognize the digit from 0 to 9.
Recognising Hand Written Digit from zero to nine.
yantragene_techfest
Apr 2019 - May 2019
https://github.com/kishanpython/techfest-yantragene
This is techfest web application.
Technology used are :- Python, Django, React js, Rest Framework.
Under top 25 in AI Hackathon at HCL Lucknow.
Runner UP in Web Development challenge in college techfest.
https://github.com/kishanpython/techfest-yantragene
Rank 89: Resume 204 with similarity score 0.09500346165527818
B.TECH , BS work from home training , css , television , mar , circuit , shape , ux design , predictive modeling , project based , coursera , video , introduction to , plates , resume , surveillance , road , machine learning , computer science , statistics , completion , assessment , data science , python , face recognition , javascript , working experience , html , online Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
Please check the link which i have mentioned below section.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
Govind Prajapat
Bangalore
Applied 07 Feb'21
Python Data Structures C Programming
UI & UX Design Java Machine Learning
Integrated B.Tech, Computer Science
Reva University
2017 - 2021
CGPA 8.60/10
Secondary X
Nobel School Falna ,pali
RBSE BOARD board)
Year of completion: 2017
Percentage: 87.67%
Senior Secondary XII, Science
Nobel School Falna
RBSE BOARD board)
Year of completion: 2016
Percentage: 82.40%
Data Science
Internshala Trainings, Online
Nov 2020 - Dec 2020
Successfully completed a six weeks online certified training on Data Science. The training consisted of Introduction to Data
Science, Python for Data Science, Understanding the Statistics for Data Science and Predictive Modeling and Basics of
Machine Learning modules. In the final assessment, I scored 82% marks.
Object Oritented Programming OOPs) In Java
Coursera, Online
Jun 2019 - Sep 2020
Through this traning I have learned the basics of the OOPs in Java.
I have completed my university project based on this training.
Machine Learning With Python
Reva university , Bangalore
Mar 2018 - May 2018
I have learned the the basics of the machine learning through this traning which had conducted in college.
My portfolio website
Jul 2020 - Oct 2020
https://govind000.github.io/myportfolio/
https://govind000.github.io/myportfolio/
CONTACT Phone: 91 9511543417
This is my portfolio website. I have been developed this portfolio with html,css and javascript programming. it's an attractive
website for my portfolio submission.
Face recognition system
Dec 2018 - Jan 2019
I have been completed this project using open CV which can detect face from input which is in video formate. I have used
knn algorithm to detect the face from input.
Automatic Vehicle Number Plate Detection
Aug 2020 - Present
The Automatic number plate recognition ANPR is a mass surveillance method that uses optical character recognition on
images to read the license plates on vehicles. They can use existing closed-circuit television or road-rule enforcement
cameras.
Rank 90: Resume 123 with similarity score 0.09466188003919605
B.E , MS , BS operator , work from home , business analyst intern , student fuzzy logic , solar , training , rfm , segmentation , performing , internships , columns , mar , games , data analytics , public , union , ltd , advanced , enterprise , tac , sql , business analytics , transmission , coursera , pid , numbers , resume , paper , electronics , features , machine learning , electricity , output , design business , blackjack , completion , assessment , numeric , data science , python , one , campaigns , engineers , steel plant , technology , drama , laundry , customer base , online Assessment
Q1. Why should you be hired for this role?
My career objectives are aligned with the requirements of the job description. I am a fast learner and being a science student, I have always
been fond of numbers. My analytical thinking is good and I am always ready to face any kind of challenges presented to me and get the job done
in time, no matter what the situation demands. Also, having excelled in one of the most competitive exams on the national level and scored 97
percentile in the GATE exam 2020, I understand the value of patience and perseverance along with smart work. My previous experience at The
Car Laundry as a Business Analyst Intern will also help me in performing at the top level if selected in your company. I am very eager to learn
about Machine Learning and acquire more experience in this field and this internship will be the best possible platform for me to do it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for the next 3 months.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Batukeshwar Dutt Shukla
Bhilai
Applied 07 Feb'21
Python Data Analytics MSExcel
SQL
Bachelor of Engineering B.E, Electrical Engineering
Bhilai Institute Of Technology Durg
2015 - 2019
CGPA 7.80/10
Senior Secondary XII, Science
Delhi Public School, Durg
CBSE board)
Year of completion: 2015
Percentage: 87.40%
Secondary X
Delhi Public School, Durg
CBSE board)
Year of completion: 2013
CGPA 9.40/10
Business Analytics
Car Laundry Auto Services, Virtual
Mar 2020 - Aug 2020
Analyze business goals and needs.
Help plan and design business processes and make recommendations for improvement.
Perform RFM segmentation to understand the customer base and use the insights to run different marketing campaigns.
SUMMER INTERN
Chhattisgarh State Electricity Board, Bhilai
Jun 2018 - Jul 2018
Working under Junior Engineers to understand the Generation, Transmission and Distribution in various regions of Bhilai
Member of organizing committee of BITCON - a national level paper presentation platform for various frontiers in science
and technology.
Leader of "Utopia" ( a university level drama committee)
SQL For Data Science By UC Davis
Coursera, Online
Sep 2020 - Oct 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7898758055
Identify a subset of data needed from a column or set of columns and write a SQL query to limit to those results.
Use SQL commands to filter, sort, and summarize data.
Create an analysis table from multiple queries using the UNION operator.
Manipulate strings, dates, & numeric data using functions to integrate data from different sources into fields with the correct
format for analysis.
Python
udemy, Online
Aug 2020 - Sep 2020
Learn to use Python professionally, learning both Python 2 and Python 3.
Create games with Python, like T ic Tac Toe and Blackjack.
Learn advanced Python features, like the collections module and how to work with timestamps.
Learn to use Object Oriented Programming with classes.
Understand complex topics, like decorators.
Understand how to use both the Jupyter Notebook and create .py files
Get an understanding of how to create GUIs in the Jupyter Notebook system.
Build a complete understanding of Python from the ground up.
Electrical And Electronics
Bhilai Steel Plant ( Steel Authority Of India Ltd), Bhilai
Jun 2017 - Jul 2017
Vocational Training to learn about the Enterprise Resource Planning system.
Maximum power point tracking of photovoltaic system using Fuzzy logic and PID Controller
Aug 2018 - Jan 2019
Maximum power point tracking of photovoltaic system using Fuzzy logic and PID Controller. Using various DCDC converters,
photovoltaic panel and control units , the maximum power transfer is achieved to get the best output from the solar panel.
Secured All India Rank 3009 in GATE examination 2020 ( 97 percentile)
Rank 91: Resume 1510 with similarity score 0.09445973067869974
MS , BS junior business analyst , functional analyst , system analyst , senior business analyst , associate business analyst , partner , it professional , implementation project manager , full time , project leader , process analyst , lead business analyst , product owner , digital business analyst telugu , business readiness , demand , angular , digital , project planning , status , stakeholder management , s6 , e commerce , lubricants , payroll , plus , project initiation , ux , testing , obc , features , clear , organization , exploit , process modeling , brd , frd , access , designation , confluence , mar , underwriting , loans , hindi , bpmn , cloud , ltd , english , project tracking , supply , sap system , agile , health insurance , processing , concur , resolve , strategy , d2c , research , corporate structure , documentation , analytical support , interpret , one , javascript , dutch , rollout , optimization , deposits , scrum , team management , project teams , affirmative action , information technology , hub , vendor management , maintenance , travel , regional banks , office 365 , regulations , email , manufacturing , business intelligence , star , saas , user stories , continuous improvement , daily operations , languages , business process , story , balsamiq , chaos theory , jira , base , management skills , credit risk , api , onboarding , people management , ms project , tibco , tamil , project communications , scratch , active directory , particular , authorization , rtc , go , clarity , deliveries , sql , business analysis , application , interfacing , apac , transformation , finance , offshore , framework , landscape , kannada , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 1/4
Current Designation: Senior Business Analyst
Current Company: Shell India Markets Pvt. Ltd. (Royal Dutch
Shell)
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Shell India Markets Pvt. Ltd. (Royal Dutch Shell) as Senior Business Analyst
Aug 2019 to Till Date
As Senior Business Analyst act as the local IT antenna in large innovative, global
deployments that come to site. My knowledge of people and processes will help identify and resolve concerns and
strengthen business readiness to adopt the proposed solutions and exploit them in full. By working work as one team with
business and IT, I am able to speak both languages, understanding business needs, but also IT drivers. This role is an
excellent opportunity to get to know a Manufacturing Asset and how IT enables and affects the daily operations at site.
The ITA is a member of the M East IT team, which is end to end accountable for all aspects of IT delivery (operations,
projects and strategy).
Trianz Holdings Private Limited as Senior Lead Business Analyst
Nov 2018 to Jul 2019
As Digital Business Analyst I was accountable for leading analysis for new digital
products, features/services, and changes that deliver enhancements to all Digital
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ravikantha Rao G S
Senior Business Analyst with 13 plus years of experience
Key Skills: Agile Product Owner,Senior Business Analyst,Scrum,User Stories,Project Management,scrum product
owner,Delivery Management,Business Analysis,MS Office,JIRA,Bpmn
Summary
Rich experience end-to-end execution of IT projects covering activities like
stakeholder, vendor management, business analysis, project management, team
management and risk handling. Solutions-oriented IT professional who excels at managing projects, Business
Analysis, collaborating with project teams, interfacing with clients, and
deploying technology to build successful solutions for clients. Last worked with Royal Dutch Shell. as Senior Business Analyst.
I enjoy working as Individual contributor but does not mean that I would shy away
from leading a team. My Goal for next 5 to 10 years is to be an enabler. Deft in managing project deliveries in a timely manner
involving seamless
onsite/offshore coordination and transparent communication with all stakeholders
at all phases. Expertise in full software life-cycle implementation, upgrades, production support,
rollout & enhancement from business analysis, testing, cut-over & migration, go-live
assistance till post implementation support.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 2/4
Channels, D2C Website, E commerce (end-to-end). As a Digital Business Analyst I was involved from initial scoping, and
documentation of requirements right through to post implementation and continuous improvement.
Shell India Markets Pvt. Ltd. (Royal Dutch Shell) as Business Analyst
May 2016 to Dec 2017
As first Business Analyst for Shell Lubricants SCM business in India, made sure that
optimization of existing/new resources takes place, infused user centered design, successfully applied best practices,
improved business processes, and worked heavily in improving business/vendor communications.
Symbion India Pvt. Ltd. as Business Analyst
Apr 2007 to Apr 2016
This is the first organization where I got an opportunity to start my career as Functional Analyst, System Analyst, Technical
Analyst, Process Analyst, Junior Business Analyst, Associate Business Analyst, Group Business Analysis, Lead Analysis
and latest as Business Analyst. This was the place where I received exposure to various products, project management
techniques, business analyst techniques, technical knowledge, a wonderful mentor who thought me how to organize &
work through a project essentially a chaos theory, where I was told & experienced how to keep the objective clear & work
towards it. A lots of learning from business partners, clients, management team, development and vendor teams alike.
UG: BCA (Computers) from Bharathidasan University, Trichy in 2004
PG: MBA/PGDM (Information Technology) from ICFAI University, Dehradun in 2007
Nature of Employment: Full Time Duration: Aug 2019 - Nov 2020
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE 365 2020 18 Year(s) 0 Month(s)
JIRA Latest 2020 6 Year(s) 0 Month(s)
MS Project Latest 2020 10 Year(s) 0 Month(s)
BPMN 2.0 2020 5 Year(s) 0 Month(s)
SQL Latest 2020 13 Year(s) 0 Month(s)
Balsamiq Latest 2019 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
Telugu Proficient
Tamil Proficient
Projects
Project Title: HR SAAS - Integration
Client: Royal Dutch Shell
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 3/4
Project Location: Bengaluru
Role: Other
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Singapore
Role: Project Leader
Duration: Nov 2018 - Till Date
Onsite / Offsite: Onsite
Team Size: 11
Nature of Employment: Full Time
Project Location: France
Role: Project Leader
Duration: May 2016 - Dec 2017
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Bengaluru
Role: Project Leader
Duration: May 2015 - Apr 2016
Onsite / Offsite: Onsite
Team Size: 9
Nature of Employment: Full Time
Project Location: New York
Role: Domain Expert
Duration: Dec 2013 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 20
Skill Used: Business Analysis, product owner
Role Description: Scrum - Product Owner
Project Details: Complete Shell HR Payroll, Recruitment, Active Directory, Onboarding, Learning, Finance System and
complete SAP system landscape transformation.
This project is of 12 years starting from 2019 till 2030, with composition of more than 50 releases. I was part of Release 1.0,
Release 1.5 and Release 2.0.
As well as being product planned for Release 3.0 (a,b,c), Release 4.0 and Release 5.0
Project Title: Product Hub for APAC region
Client: Chubb APAC Insurance
Skill Used: Business Analysis, Insurance Domain Expert, Project Management, Stakeholder Management, Decision Maker
Role Description: Interpret and assess the need to change business processes and systems through the implementation of
software change or new development.Provide analytical support to user community by evaluating efficiency of existing
systems and by documenting
Project Details: Project Name: Producer Hub Application for client Chubb APAC Insurance, Description: Aim of the project is
to build a common underwriting application for APAC
region with capabilities of giving access to third party Chubb Business providers complying
with local regulations. This is achieved by managing all local regulation specific to a
country & incorporate appropriately in Business Intelligence/Logic. Role Played: Senior Digital Business Analyst
Organization: Direct Client
Client: Chubb APAC
Methodology: Agile (Scrum). Modules Handled: Core Underwriting, regional banks-Chubb redirect and Product Setup.
Regions Implemented: Initial (HK, SG, ID, MA) and Later (AUS, NZ, CN, TW)
Technologies: Angular 6.0, .NET API's, MS-SQL 2016, Legacy S6 and Custom CRUX
framework
Project Management Tools: Jira, Confluence, Clarity
Vendor's Handled: Cognizant, Accenture & April Services
Team: UX (5), DB (2), API (1) and PM (1)
Project Title: Demand Driven Material Requirement Planning (DDMRP) for Shell Lubricants Globally
Client: Shell Europe and Russia
Skill Used: Project Management, Business Analysis, Business Intelligence, Business Process Modeling, Subject Matter
Expertise
Role Description: Client Project Manager and Client Business Analyst
Project Details: Project aim is to change the current Planning & Supply of lubricants from Forecast based model to Demand
Driven model of S&OP MRP. In order to achieve that a Cloud based off the shelf vendor was chosen to make sure that the
desired requirements can be achieved.
Project Title: Concur Expense, Invoice and Payment System
Client: Concur Technologies
Skill Used: Project Management, Business Analysis
Role Description: Business Analyst - Research and Development
Project Details: This is product offered by Concur to the clients who wishes to implement
in their work environment, As Implementation Project Manager I had to work with
various clients, third part and travel group of companies to implement concur product in
their partner companies
Project Title: CITI Rainbow Project
Client: CITI Bank NA
Skill Used: Business Analyst, Requirement Gathering, User Stories, Credit Risk, Project Management, Project Planning,
Project Execution, RTC, TIBCO,
Role Description: Business Analyst and Project Manager
Project Details: Working as Business Analyst for Credit Origination System for US, Mexico and Brazil.
Working closely with CITI Client as per agile methodology for requirement eliciation, user story creation till implementation
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 4/4
Nature of Employment: Full Time
Project Location: Chennai
Role: Domain Expert
Duration: Jan 2013 - Nov 2013
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Chennai
Role: Project Leader
Duration: Aug 2011 - Dec 2012
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: New York
Role: Project Leader
Duration: Jun 2010 - Sep 2013
Onsite / Offsite: Onsite
Team Size: 11
Nature of Employment: Full Time
Project Location: Vishakapatnam
Role: Project Leader
Duration: Sep 2007 - May 2009
Onsite / Offsite: Offsite
Team Size: 21
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Title: Underwriting & Claims Product
Client: Star Health Insurance
Skill Used: Business Analysis, Requirement Gathering, Use Cases, FRD, Brd, Bpm, Business Analyst,
Role Description: As business analyst used BPMN 2.0 process model to complete the product till implementation. For
implementing the product waterfall model was used
Project Details: Creating the complete health product from scratch for Underwriting & Claims module for Star Health
Insurance
Project Title: Deposits & Taxes
Client: CITI Bank India
Skill Used: Project Management, Project Planning, Project Tracking, Project Communications, Project Initiation, Production,
business analyst, Client Relationship Management, Team Management,
Role Description: Project Manager
Project Details: Making sure the enhancements to be implemented in deposit products, ensure migration to CITI Rainbow
platform as well as manage taxes module for deposits, loans for NRI platform
Project Title: VPS Switch Processing
Client: Visa Inc.
Skill Used: Business Analysis
Role Description: Business Analysis
Project Details: Project is to develop complete switch mechanism for Interchange
transactions for VISA.
Project Title: Commercial Card
Client: JP Morgan and Chase
Skill Used: Project Management, Business analyst, People Management Skills, Business Communication Skills, Client
Relationship Management,
Role Description: Headed the team of 21 members for creating commercial card product. Completed the product for client's
demo way ahead of schedule
Project Details: Create a Base IT product for commercial card business, which is not currently in market. This product will be
consumed into corporate structure instead of currently prevalent bank structured. Means corporate cannot decide on their
employees credit limit as of now but as new commercial card emerges then corporate will start deciding the credit limit for the
particular employee. Bottom Line stop using commercial card as credit card instead systematic-al changes will occur and
creates demand in the market.
Rank 92: Resume 1491 with similarity score 0.09358832337180971
B.E , MS , B.TECH , BS project manager , business development , solution architect , delivery manager , customer success manager , director , lead consultant , bid manager , scrum coach , quality assurance , manager telecom , change management , full time , team member , business analyst , program manager , client manager , it manager , product owner data warehousing , award , training , telugu , office , space , platforms , rfi , data mining , conferences , sales & marketing , headcount , software quality management , spots , moodle , c-level , status , steering , bot , digital transformation , express , project governance , gis , application services , spin , building , infrastructure , reach , es6 , strategic account , data science , development projects , supplier sourcing , urban , systems engineering , slate , crm , engagements , hybris , sepg , ecommerce , vss , automation , retail , open source , traction , designation , pre-sales , hindi , cloud , ltd , english , telcom , sap erp , management professional , gas , ownership , educational institutions , change management , flow , documentation , dashboard , itil , process management , javascript , benchmarking , artificial intelligence , technology , scotland , digital services , rollout , general , scrum , cmmi , funding , affirmative action , data analytics , principles , public , power bi , utilization , maintenance , service delivery , travel , software testing , email , google , aws , zoom , fortune 100 , global delivery , hp , customer experience , adm , languages , bs7799 , business process , oil , big data , spatial data , learning management , assessment , management system , lead generation , mobile , pmp , sand , program management , requirement specifications , telecom , tamil , revenue , open data , authorization , internet , scampi , teams , c&i , enterprise , process definition , models , b2b , scaled agile framework , map , focus , business expansion , less , paper , multi-site , government , cp , offshore , iso 9001 , e-commerce , it operations management , tableau , adoption , python , acting , fp , etl 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 1/4
Current Designation: Sr. Business Analyst, Program Manager
Current Company: iSpatial Tech Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 25 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [OPERATIONAL
MANAGEMENT]
Verified : Phone Number | Email - id
Red Slate -Learning Management Platform as Creator/Architect/Program Manager
Mar 2020 to Jan 2021
Key Result Areas:
Supporting the school and institutes to move from class room to cloud room
Developing a Cloud-based Learning Management Platform which can be accessed from any smart device and
providing educational institutions with a platform to design customizable training courses and conduct live classes
Promoting usage of open source tools like Moodle, Big Blue Button and integrating with any of the Virtual Class Room
products like Zoom, Google Meet, and Teams
Highlights:
Successfully rolled out in 3 schools in both urban/rural areas in Punjab and Patna; supported more than 2700 students
across these states
iSpatial Tech Solutions as Sr. Business Analyst, Program Manager
Nov 2019 to Till Date
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PRAKASH VSS ACHANTA
Seeking roles in Program Management, Software Service Delivery, Presales &
Solution Support, Change Management, PMO, Project Governance, Customer Sucess
Manager, Account/Global Delivery Manager., Product Owner, Client Manager, Scrum
Manager, RTE
Key Skills: pmo,big data,data warehousing,data science,e-commerce,Scrum,Software Services,ETL,Project
Management,Agile,Business Development,Python,Tableau,Power Bi,Program
Management,AWS,Automation,Presales,Bid Management,Account Management,Alliance Management
Summary
Driving execution of large scale programs that deliver consistency in a high paced environment; creating policies and
procedures that optimize the customer experience while establishing a high-level roadmap to ensure alignment of strategic
objectives and program objectives
Senior IT Manager offering over 25 years of experience
Worked with Fortune 100 customer in Artificial Intelligence, Data Science, Open Data Projects, Software Service Delivery,
Testing, Business Process Definition, Quality Assurance, and Change Management
Expertise in managing the implementation of Software Tools, implementing Software Testing Life Cycle, and successfully
executing challenging engagements; worked closely with C-Level Executives and Senior Management
Orchestrated Bid Management along with the complete Solution Designing, FP Estimations & response to complete tendering
process
Worked on Conversational AI Solutions in the space of Banking, Retail, Travel & Hospitality, Telcom & Education
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 2/4
Key Result Areas:
Building business in Artificial Intelligence and Data Science
Working for Abu Dhabi Data Authority for their Spatial Data Department Infrastructure in identifying open data project
using Spatial GIS data and data from other Abu Dhabi Government Entities
Acting as Program Manager for steering implementation of project for a large Oil and Gas Customer related to Sand
Accumulation using data science in predicting hot spots of sand dunes.
Implementing Open Data Project for Federal Authority for Government Human Resources (FAHR); building framework
on Artificial Intelligence in transport, armed forces, also actively working on proposing crowd funding for Dubai SME/Govt.
Digitals Europe Pvt. Ltd as Director - Strategic Account Management
Jun 2018 to Oct 2019
Key Result Areas
Developed business in digital services on 3rd gen platforms like Artificial Intelligence, Social, Mobile, Ecommerce &
Data Analytics
Led account management of strategic accounts and sales
Collaborated with Customer Success Teams/ Delivery Heads for spearheading B2B Business Development and Sales,
responding to RFPs/RFI w.r.t to Digital Transformation and mentored Sales & Marketing Teams
Drove strategies for both inbound and outbound lead generation
Identified saleable services and solutions; engaged with new partners for business
Highlight: Booked orders through inbound sales around 1 mil USD business
Architect & Delivery Manager - Artificial Intelligence
Worked closely with customer building the aspect of Conversational AI
Collaborated with designers to implement the user interface of the platform with modern tools like SAP Conversational
Ai, React, ES6, A.WARE (Senseforth.AI), Dialog Flow
Gathered understanding of the business flow and defined user documents & SOP of the BOT; organised Customer
Training and rollout
Project Manager - Ecommerce Project
Managed project on SAP Hybris ecommerce platform; synchronized information into the e-commerce solution from
SAP ERP / CRM for a customer in Europe.
Led efforts to exceed digital and ecommerce goals for a Europe customer
Facilitated cross-functional planning & execution in the region, working closely with Solution Architect and Development
Team
Scrum Coach
Promoted Scrum adoption, coached Product Owners, Scrum Masters and Development Teams on Agile values &
principles
Managed development of Agile Teams to ensure effective outcomes
Hewlett Packard Globalsoft as Account Delivery Manager/Customer Success Manager
Oct 2004 to Feb 2018
Jun 2011 - Feb 2018: Hewlett Packard Enterprise & Micro Focus, Bangalore, India as Account Delivery Manager,
Customer Success Manager
May 2009 to May 2011: Hewlett Packard - Best Shore Application Services, Bangalore, India as Bid Manager - APJ
Region
Mar 2006 to Apr 2009: Hewlett-Packard Singapore (Sales) Pte for Ministry of Manpower (MOM), Singapore as Customer
Success Account / Program Manager
Jan 2006 to Mar 2006: Hewlett Packard - GDIC, Bangalore, as Program Manager
Aug 2005 to Dec 2005: Hewlett-Packard Singapore (Sales) Pte for Ministry of Manpower (MOM), Singapore as Program
Manager / Business Development
May 2005 to Jul 2005: Offshore Support for Software Quality Factory-C&I, HP-USA as Lead Consultant- Quality
Feb 2005 to Apr 2005: Software Quality Factory-C & I, HP - USA as Lead Consultant - Quality
Oct 2004 to Feb 2005: Hewlett Packard - GDIC, Bangalore as Lead Consultant- Quality
Notable Accomplishments:
Managed multi-site delivery of $93 Mil revenue with Portfolio P/L ownership
Led a team of 70+ members with the headcount growth of 25% YoY, ASAT Score of 9.7/10, & Team Utilization at 91%
QOQ
Worked closely with Global 4 and India 6 top SI for supporting solutioning in HP Software Tools Projects
Rolled out Shared Service Offering for Annuity/Maintenance type of Projects. , Centralized Testing & PT4SM
Expanded Global Delivery Centre (GDC) footprint (order value in cost) by more than 280% YOY (from $12Mil into $31 Mil)
Adopted Scaled Agile Framework SAFe ®
Collaborated with all Pre-Sales Team and provided the support needed from offshore for regional GDC Ambassadors, for
America region the GDC order value in cost has increased by 201% YOY (From $6.8 Mil to $13.8 Mil)
Orchestrated additional business expansion by upselling and cross-sell and alerting the Client Principle/Lead Solution
Consultants and Delivery Managers about these opportunities; resulted in more than $8 mil
Rolled out GDC Template Solutions through the "GDC FAST" program across all regions thus speeding up selling for
standard solutions in IT Operations Management (ITOM)/Application Delivery Management (ADM) and Big Data as part of
the Management of Change
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 3/4
Successfully incubating new Delivery/Testing frameworks/models for APJ (APJ Bid Desk) and AMS (AMS LSC Express
Team) to build in more traction with GDC and get engagement in the early Presales stage
Provided cost-effective ITOM and AMD solutions through innovative Data Mining and Quantitative Analysis of SFDC data
to get early engagement in presales by reach out to CP and Regional Sales Managers
Pioneered creation of Power BI Dashboard for Presales and SFDC data for Delivery Manager's to take a decision for
proactive engagement in early stages of sales
Worked as a Business and Change Management Coach at Ministry of Manpower Singapore and collaborated with all
relevant stakeholders for a Technology Refresh Program for Employment Pass System (using ADKAR model);
implemented and rolled out ITIL and CMMI models at HP Singapore Centres
Cyient as Project Manager Telecom Project and Head of SEPG Quality
Mar 1997 to Oct 2004
Managed large team of 175 people in GIS/Software Development Projects, right from initial estimations, project proposal,
requirement specifications, through to design, implementation, testing, release management, documentation and final
hand-over to the client, played the role of Solution Architect and Program Manager
As a Change Management, planned, developed and executed internal communication material in support of an enterprise
wide CMMI process and tool implementation
Worked as a Head of the Quality Dept. in a CMMI Level-5 Company
Contributed in enhancing the Quality Management System to meet the company's objective of ISO 9001, SW-CMM &
CMMI for SW/SE/SS (Software Engineering, Systems Engineering and Supplier Sourcing) disciplines and BS7799
Member of the Hyderabad Benchmarking Special Interest Group (HBSIG) regarding Benchmarking activity for matured
Software Organizations of HYDSPIN Group
Presented papers related to Quantitative Process Management, Software Quality Management, Resource utilization &
best practices in various public forums and conferences like SEPG conference, SPIN forums
Introduced innovative and cost-effective production methods for conversion projects and has developed automated tools
for managing the production for digital map products for Gas, Telephone, Plan-metric architectural and engineering
projects
Recognised for following contributions:
Employee of the Year 1999 (ITES) for outstanding contribution for the project US West
Quality Award for the project Hist-Scotland & Quality Award for the project HPOS
Employee of the Year 2001 (e-sol) for outstanding contribution for the implementation of CMM implementation
Member of the SEPG Group (e-sol) in successful implementation of CMM level 4 in Aug 2001
Member of the SEPG group (e-sol) in successful up gradation and implementation of ISO 9001:2000 in Nov 2001
Member of the SEPG Group in successful implementation of CMM level 5 in April 2002
Assessment Team Member for both SW-CMM and CMMI (SW/SE/SS) Level 5
Member of the HPC -High Performance Club (Only 1% of total Company strength are selected to be in this club), who
have performed consistently outstanding for more than 4 years
Paper's presented in SEPG & SPIN forums
Appraisal Team Member (ATM) for SCAMPI (Standard CMMI Appraisal Method for Process Improvement) in CMMI Level
5
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Silchar in 1992
PG: MBA/PGDM (OPERATIONAL MANAGEMENT) from IGNOU in 1995
Other Qualifications/Certifications/Programs:
PMP (Project Management Professional)
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE 10 2020 25 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
hindi
telugu
tamil
Rank 93: Resume 810 with similarity score 0.09344719436623486
B.E , B.TECH , BS modeler , data analyst , software developer , full time , development analyst automation , react.js , designation , ug , affirmative action , mining , linux , maintenance , unix , autosys , windows , authorization , english , status , sql , email , pandas , application , aws , numpy , mumbai , pal , ibm , spss , github , electronics , android , flow , shell scripting , languages , data science , python , javascript , predictive analytics , ml , notification , servicenow , program management 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e14…
https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e145613135b085c5… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Mumbai Suburbs
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 11 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Dec 2017 to Till Date
Design and built script for automation of daily task.
Build Autosys job for reducing incident flow, created email notification for hourly update for job status.
Have worked with IBM SPSS Modeler for data science.
Finding correct model for ML using SPSS Modeler.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2017
Last Active: 1-Dec-20 Last Modified: 1-Dec-20
Harishchandra Pal
Application Development Analyst seeking roles in Application Programming,Software
Development,Requirement Gathering,Application Design,GitHub,Unix Shell Scripting,
Python scripting, IBM SPSS Modeler, Data science, AWS, EC2,S3,react js
Key Skills: Application Development Analyst,Software Developer,Application Programming,Requirement
Gathering,Application Design,GitHub,Autosys,Unix Shell Scripting,IBM SPSS Modeler,Data Analyst,Data
Mining,Predictive Analytics,AWS,Python,React.Js
Summary
Result-oriented Professional with over 2 years 7 months of experience in Application Programming,Software Development,
Python programming,IT Program Management,Requirement Gathering,Application Design,GitHub,Autosys,Unix Shell Scripting,
IBM SPSS Modeler, Data science, reactjs
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Python Scripting, Unix shell scripting 2020 2 Year(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e14…
https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e145613135b085c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JAVA
Linux, Windows, Android
SQL
numpy, pandas, scrapy, Beautiful Soup 2020
GitHub, Autosys, ServiceNow
Android Studio(basic)
IBM SPSS Modeler 18.1
React.js 2020 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Rank 94: Resume 1498 with similarity score 0.09284816865845656
nan application support , project lead , it analyst , student , full time , senior analyst web development , change requests , soap , designation , ug , xslt , telecom , affirmative action , hindi , maintenance , player , service development , authorization , english , status , timelines , software testing , email , project , osb , application , bengali , xml , fixing , aia , oracle soa suite , rest , service design , middleware , languages , presentation skills , xquery , oracle service bus , sql server , completion , weblogic , javascript , eclipse , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f16…
https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f165743100b0f0c0… 1/2
Current Designation: application development senior analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Accenture as application development senior analyst
Apr 2020 to Till Date
soa osb soap xslt xsd xquery rest jdev eclipse middleware
TCS as IT Analyst
Apr 2019 to Apr 2020
Wipro Technologies as Student Computer Application
Sep 2014 to Apr 2019
UG: BCA (Computers) from WBUT in 2014
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Shayeri Ganguly
Application Development-Senior Analyst seeking roles in Software
Development,Application Programming,Coding,Web Development,Requirement
Gathering,Software Testing,Application Support,SQL Server,XML,Weblogic
Server,Oracle Data Integrator,SOAP UI
Key Skills: Application Development-Senior Analyst,Project Lead,Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software Testing,Application Support,SQL
Server,XML,Weblogic Server,Oracle Data Integrator,SOAP UI
Summary
6 years of IT experience.
Presently designated as Application evelopment Senior Analyst.
Gathering and analyzing the given requirements and development of new Services within specific timeline.
Management of Change requests, fixing the bugs and completion of same with in Business timelines.
Efficient in service design, Requirement gathering, Service development, maintenance, production support.
Developed, deployed and integrated various complex/non-complex re-usable modules/services of telecom domain as well as
TECH domain.
Excellent communication and presentation skills, quick learner, good team player and adapt to learning.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f16…
https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f165743100b0f0c0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Bpel,Aia,SQL Server
ORACLE SOA SUITE
Oracle Service Bus
XML,11G,Weblogic Server
Oracle data integrator
Soap UI
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 95: Resume 445 with similarity score 0.09255958558067251
MS , BS work from home , software engineer , technical architect , entry level , software developer , technical lead , data management functionality , retail , costco , deep learning , demand , service delivery models , mar , information technology , loans , design , data analytics , term deposits , basic , digital , excel , cable , sql , consideration , credentials , fit , business operations , resume , fixing , credit cards , machine learning , unit testing , computer science , ust , dda , technical documentation , assessment , management system , data science , python , convenience , reflection , organization , crm , global solutions , mathematics Assessment
Q1. Why should you be hired for this role?
Dear Sir/Madam,
I wish to apply for the role of Deep Learning Internship, currently being advertised on Intershala. Please find enclosed my Resume for your
consideration.
As you can see from my attached Resume, I previously worked in AS400 domain for 13 years in many large-scale solutions. I had opportunity to
work in the role of Developer, Technical lead, Architect and familiar with variety of software and data management systems.
Although successful in my AS400 career, I had to take a break in my professional career because of some personal challenges during COVID
times. I wanted to use this time to upskill myself to be more relevant in industry and after some serious self-reflection, I trusted my passion
towards programming and interest on relational mathematics to pursue a career in Data Science. I am currently undergoing Post Graduate
Diploma in Data Science from IIITB 12 months course), In parallel seeking an job (open for entry level jobs too) and am confident in my ability to
excel in the field.
Throughout the course of my career, I have always excelled with my strong technical and behavioral skills .I am very eager to return to the
workforce and believe my pent-up enthusiasm for work, combined with my relevant educational and professional credentials, will help me
contribute meaningfully to the organization. I look forward to the opportunity to discuss my potential fit for this position by phone or in person at
your convenience.
Thank you for your time and consideration.
Yours sincerely,
Remya R
91 9900202685
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, available for immediate joining.
Resume
EDUCAT ION
JOBS
Remya R
Bangalore
Applied 08 Feb'21
Python SQL Data Analytics
Deep Learning Machine Learning
PG Diploma in Data Science, Data Science
International Institute Of Information Technology Bangalore
2020 - 2021
CGPA 3.40/4
Master of Computer Applications MCA, Computer Science
Bharathiyar University
2012 - 2015
Percentage: 78.00%
Bachelor of Computer Applications BCA, Computer Science
Mahatma Gandhi University
1999 - 2002
Percentage: 78.00%
Architect/Lead
Netcarcker Technologies, Bangalore
Sep 2014 - Jul 2020
Worked as a Technical Architect for Netcrackers Cable TV CRM solution designed to provide business-critical functionality
that transform existing business operations into more efficient digital service delivery models.
Technical Lead
iGate Global Solutions, Bangalore
Aug 2010 - Sep 2014
CONTACT Phone: 91 9900202685
Responsible as Technical lead for Royal Bank of Canadas Integrated banking system providing all basic banking functions
including DDA, checking, loans (including retail demand), term deposits, credit cards,branch teller CSR etc.
Software Engineer
IGNIS TECHNOLOGIES, Bangalore
Apr 2009 - Aug 2010
Worked as a Software Developer for WMGs music release management system, responsibilities included developing
assigned modules, design, coding, testing and technical documentation with full responsibility of the assigned scope.
Software Development
UST Global International Pvt.Ltd, Thiruvananthapuram
Jun 2006 - Mar 2009
Worked as a Software Developer for COSTCO retail management system, involved in coding, unit testing and defect fixing
phase of software development and additionally supported other SW development aspects like requirement engineering
and design.
Rank 96: Resume 478 with similarity score 0.09213952220529625
B.TECH , BS work from home completion , fit , assessment , video editing , general , data science , resume , python , internships , ml , campus , technology , machine learning , computer science , apt , data analytics Assessment
Q1. Why should you be hired for this role?
I feel I am fit for this role, because I have a grrat interest in Computers in general and ready to learn anything related to computers. I am a self-
taught ML developer. My key skills include using ML to perform Data Analytics
and the ability to tell stories derived from
data that is generated by the company. I also have a good proficiency in Machine Learning which is a key part of Data Science.
Hope you consider me for the internship,
Thank You in Advance,
Saai Sudarsanan D
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for a work from home internship starting from Feb 8th or whichever date in the following month, that you may find apt.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
CONTACT Phone: 91 7395951342
Saai Sudarsanan D
Thanjavur, Chennai
Applied 07 Feb'21
Python Data Science Machine Learning
Video Editing
Bachelor of Technology B.Tech), Computer Science & Engineering
SASTRA DEEMED UNIVERSITY
2019 - 2023
Senior Secondary XII, Science
Velammal Bodhi Campus,Ponneri
CBSE board)
Year of completion: 2019
Percentage: 92.60%
Secondary X
PSBB Millennium School, OMR
CBSE board)
Year of completion: 2017
CGPA 8.80/10
Data Science
Verzeo, Virtual
Aug 2020 - Nov 2020
Organiser at Daksh-SASTRA University,Thanjavur
Rank 97: Resume 45 with similarity score 0.09170394456141061
M.E , MS , BS quality engineer , work from home , autocad mobility , big data analytics , algorithms , forest , classification , deep learning , mar , vs , data mining , 3d modeling , assembly , step , automotive design , linux , natural language processing , online programs , artificial neural networks , mechanical product design , visualization , sentinel , fixtures , models , project , autocad , biw , prediction , resume , decision trees , salary , materials , engineering design , machine learning , social networks , autonomous vehicles , completion , tableau , assessment , data science , python , dds , artificial intelligence , catia Assessment
Q1. Why should you be hired for this role?
I have experience in mechanical product design and Drafting . I have learnt Data Science project online platform to design sustainable mobility
Product design for society.I have done Machine learning , Deep learning, Artificial Intelligence Project.I really enjoy if you give me cad AI software
project where I can put my previously experience and other data science projects as well.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I will join immediate as much possible. you can contact me.
regards
Ajay sahare
879366726
Resume
EDUCAT ION
JOBS
Ajay Sahare
Hyderabad, Pune
Applied 08 Feb'21
Python Natural Language Processing
NLP
AutoCAD
Catia MSPowerPoint Machine Learning
Artifical Intelligence BIG DATA ANALYTICS C Programming
Data Analytics Deep Learning Linux
MSExcel
Mechanical Engineering
Priydarshini Bhagwati College Of Engineering Nagpur
2011 - 2015
Percentage: 61.00%
Senior Secondary XII, Science
EXCELLENCE SCHOOL SAUSAR
MP BOARD board)
Year of completion: 2009
Percentage: 68.00%
Secondary X
EXCELLENCE SCHOOL SAUSAR
MP BOARD board)
Year of completion: 2007
Percentage: 81.00%
Engineering Design
DDS Nagpur, Nagpur
Aug 2018 - Present
Designing of jig fixtures Automotive design
Skill CATIAV5 , AutoCAD, SOLIDWORK
Programming- Python
Quality Engineer
Sentinel Engineering Services, Rajkot
Jan 2017 - Apr 2017
Job responsibilities
1.visual inspection of Materials
2.Measurement the part using comparator gauge like Go gauge.
3.prepare sheet after final inspection.
TRAININGS
PROJECTS
CONTACT Phone: 91 8793667269
Machine Learning
udemy, Online
Jun 2019 - Oct 2019
Machine Learning AZ™: Hands-On Python & R In Data Science
Learn to create Machine Learning Algorithms in Python and R from two Data Science experts. Code templates included.
Data Analytics
udemy, Online
Apr 2019 - Sep 2019
Data Science AZ™: Real-Life Data Science Exercises Included
Learn Data Science step by step through real Analytics examples. Data Mining, Modeling, Tableau Visualization and more!
Artificial Intelligence AZ
udemy, Online
Mar 2019 - Jul 2019
In this online programs we build Some cool Ai game Like doom AI, breakouts AI ,autonomous vehicles car playing AI. and Q
learning ,deep Q learning ,A3C algorithms.
Deep Learning AZ™: Hands-On Artificial Neural Networks
udemy, Online
Mar 2019 - Nov 2019
Learn to create Deep Learning Algorithms in Python from two Machine Learning & Data Science experts. Templates included.
Salary Prediction using simple machine learning
Sep 2019 - Oct 2019
https://github.com/ajsmack/Salary-Prediction-SLR
In given salary vs Experience dataset experience is independent variable and salary is dependent variable .using machine
learning algorithm( y=mx+c ) where m is slope c is constants.
Prediction of salary of employees
Sep 2019 - Oct 2019
https://github.com/ajsmack/Prediction-of-salary-of-employees
In salary vs Position dataset we have build multiple models and deploy using multiple machine learning
algorithm.ex:Polynomial, SVR,Decisions tree,Random Forest algorithms
Predicted customers behaviour will they buy company products
Sep 2019 - Oct 2019
https://github.com/ajsmack/Predicted-customers-behaviour-will-they-buy-company-products
In social Networks ads dataset we apply logistics regression, Decision trees classification ,random forest classification to
predicted the or identify which customers is going to buy product.
Drafting of Jig set
Mar 2019 - Aug 2019
As per 3d Modeling drafting of Various Biw Jigset like hoodledge, rear side A-piller B-piller etc
Software CATIA AUTOCAD
3d Modeling of Jigset
Jan 2019 - Mar 2019
Designing Assembly line Jiggest asper client requirement
Software CATIA AUTOCAD
https://github.com/ajsmack/Salary-Prediction-SLR
https://github.com/ajsmack/Prediction-of-salary-of-employees
https://github.com/ajsmack/Predicted-customers-behaviour-will-they-buy-company-products
Rank 98: Resume 1447 with similarity score 0.09162828266665861
B.E , MS , B.TECH , BS full time , product owner , business analyst contractual , automation , american express , training , process mining , customer , scrum , performance metrics , flow diagrams , designation , ug , mar , affirmative action , analytics , realization , hindi , process flow , kofax , ltd , authorization , english , functional requirements , escalation , status , global teams , timelines , agile , deliveries , email , project , business analysis , business intelligence , tracker , consideration , program management , leadership , sprint planning , multitasking , bridge , production implementation , snap , user stories , fixed price , testing , document creation , obc , data analysis , wbs , client delivery , business planning , transformation , computer science , visio , nielsen , drive , finance , research , languages , completion , service delivery management , ceremonies , javascript , workflow , acting , technology , brd , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1…
https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1906134759545… 1/3
Current Designation: LEAD BUSINESS ANALYSIS
CONSULTANT- RPA (DELIVERY TRANSFORMATION)
Current Company: Birlasoft
Current Location: Pune
Pref. Location: Pune
Functional Area: Analytics & Business Intelligence
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [COMPUTER SCIENCE
ENGINEER]
Verified : Phone Number | Email - id
Birlasoft as LEAD BUSINESS ANALYSIS CONSULTANT- RPA (DELIVERY TRANSFORMATION)
Sep 2019 to Till Date
* Working as a Lead BA Consultant and part of the Delivery Transformation team
* Celonis Snap Training Certified. Started the Process Mining journey
* Handling various clients across India, Canada and USA
* Leading a team of 15 members. Involved in all phases of the Project Lifecycle
* RPA feasibility and automation opportunities analysis for clients which includes time and effort estimation
* Requirement Analysis and client interactions
* Responsible to create Client Proposals, SOW, WBS, Kick-Off presentation, BRD, SDD, process flow diagrams (MS
Visio and Signavio), project status tracker, timelines and end-to-end client delivery plan
* Part of the project from kick-off till production implementation and support
* Work with Consulting and Sales teams to onboard new clients
* Identifying automation opportunities and services
* Proficient in various RPA tools like UI Path, Automation Anywhere, Win Automation and Kofax Kapow
* Understand and deliver the client expectations within the set timelines
* Working in Agile and Waterfall methodology on various project for Clients on Fixed price or Contractual agreement
* Responsible to manage scrum teams and organize Scrum Ceremonies: Daily standup, Sprint planning, Sprint review,
Sprint retrospective and Product backlog refinement
GRACENOTE A NIELSEN COMPANY as BUSINESS ANALYST / RPA CONSULTANT
Apr 2018 to Sep 2019
SEPTEMBER 2019 - TILL DATE
LEAD BUSINESS ANALYSIS CONSULTANT- RPA (DELIVERY TRANSFORMATION), BIRLASOFT LIMITED
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
ABHILASH AHLAWAT
Lead Business Analysis Consultant- Rpa (Delivery Transformation) seeking roles in
Project Management,Data Analysis,Service Delivery Management,Escalation
Management,Business Planning,Client Servicing,Business Analysis,Requirement
Gathering
Key Skills: Lead Business Analysis Consultant- Rpa (Delivery Transformation),Business Analyst,Project
Management,Data Analysis,Service Delivery Management,Escalation Management,Business Planning,Client
Servicing,Business Analysis,Requirement Gathering
Summary
Seeking a challenging opportunity where I can enhance and utilize my analysis and automation skills contributing with the best
of my potential in successful completion of the assigned work. Learn new technologies and business areas, keeping up with the
latest Industry trends.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1…
https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1906134759545… 2/3
* Working as a Lead BA Consultant and part of the Delivery Transformation team
* Celonis Snap Training Certified. Started the Process Mining journey
* Handling various clients across India, Canada and USA
* Leading a team of 15 members. Involved in all phases of the Project Lifecycle
* RPA feasibility and automation opportunities analysis for clients which includes time and effort estimation
* Requirement Analysis and client interactions
* Responsible to create Client Proposals, SOW, WBS, Kick-Off presentation, BRD, SDD, process flow diagrams (MS
Visio and Signavio), project status tracker, timelines and end-to-end client delivery plan
* Part of the project from kick-off till production implementation and support
* Work with Consulting and Sales teams to onboard new clients
* Identifying automation opportunities and services
* Proficient in various RPA tools like UI Path, Automation Anywhere, Win Automation and Kofax Kapow
* Understand and deliver the client expectations within the set timelines
* Working in Agile and Waterfall methodology on various project for Clients on Fixed price or Contractual agreement
* Responsible to manage scrum teams and organize Scrum Ceremonies: Daily standup, Sprint planning, Sprint review,
Sprint retrospective and Product backlog refinement
APRIL 2018 - SEPTEMBER 2019
BUSINESS ANALYST / RPA CONSULTANT, GRACENOTE A NIELSEN COMPANY
* Working as a Business Analyst - Product Owner
* RPA Consultant for India and Global automation initiatives
* Research and analysis of which RPA tool is purchase that is best suited for the business demands
* Certified on Kofax Kapow 10 RPA tool. Analyzed and deployed 2-3 RPA processes
* Conducted sessions for internal and global teams on RPA, feasibility study and automation opportunities analysis
* Work directly with end users to capture and analyze challenges to their workflow
* Provide key performance metrics to the Head of BA on the deliveries and benefits realization of change
implementations
* Prioritize work within an agile team and maintain a backlog of future work for consideration/prioritization
* Own and drive backlog grooming and management, prioritize user stories, create acceptance criteria and drive testing
and delivery
* Work with Program Management and leadership to support new businesses
* Participate in the below Sprint Ceremonies: Sprint Planning, Sprint Grooming, Sprint Review, Sprint Retrospective and
Product backlog refinement
* Key responsibilities are - Requirement Analysis, Client interactions, Business requirement document creation, Tool
designing, assisting the Design and Development teams. Acting as a bridge between Clients, Design and Development
teams
* Expert in RPA. RPA trained and have hands-on experience on RPA Tools: Automation Anywhere, UI Path, Win
Automation and Kofax Kapow 10
ACCENTURE SOLUTIONS PVT. LTD. as BUSINESS ANALYST / RPA ANALYST
Feb 2013 to Mar 2018
* Accounts handled during my tenure:
* American Express (AMEX), USA
* JPMorgan Chase (JPMC), USA
* Barclays, UK
* Working as a Business Analyst. Got trained in Automation Anywhere RPA tool. Started working as a Business Analyst
in normal and RPA projects
* A customer oriented, multitasking professional with excellent analytical and logical skills possessing rich experience in
Finance and Media Domain
* Expertise in identifying the system and functional requirements
* Actively participated in data modelling and business modelling
* Expertise in working with business stake holders directly to obtain the requirements
* Proficient in business analysis, identifying the needs of the business users and relevant stakeholders, proposing
practical solutions to help them materialize the requirements
UG: B.Tech/B.E. (COMPUTER SCIENCE ENGINEER) from maharishi arvind institute of engineering and technology in
2012
Other Qualifications/Certifications/Programs:
47596911
54599248
UI Path Business Analyst
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1…
https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1906134759545… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Australia,United Kingdom,Canada
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 99: Resume 755 with similarity score 0.09115313051088902
B.E , MS , B.TECH classifier , analytics manager , patient care , it professional , intelligence engineer , full time , system engineer award , training , telugu , algorithms , deep learning , cam , nlp , learning techniques , attendance management , beginner , test cases , player , status , juniors , artifacts , obc , sqlalchemy , medical coding , building , medicine , data science , object detection , organization , com , registration , binary , patient care , data visualization , designation , hindi , keras , ltd , english , json , project , live , video , queue management , data analysis , c++ , machine learning , git , chart , flask , probability , texts , one , javascript , predictive analytics , artificial intelligence , technology , insurance , html , big data analytics , matplotlib , sqlite , developers , pay , vendors , affirmative action , gerrit , center of excellence , occlusion , natural language processing , maintenance , checks , architecture , email , business intelligence , surveillance , clinical documentation , nltk , unit testing , languages , raspberry pi , management system , hps , search , 360 , codes , api , functionality , health , scratch , taxonomy , authorization , models , application , neural networks , electronics , government , discharge , framework , translation , statistics , tableau , python , software design 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 1/4
Current Designation: Artificial Intelligence Engineer
Current Company: Health-Pointe Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: PG Diploma [Big Data Analytics]
Verified : Phone Number | Email - id
Health-Pointe Solutions as Artificial Intelligence Engineer
Jul 2019 to Till Date
1. Working as AI Engineer in Health-Pointe Solutions in Natural Language Processing, Machine Learning & Deep
Learning technologies.
2. Experience in developing custom NLP algorithms using native libraries of python and spacy to address challenges in
the Medical Domain.
3. Experience in building Machine learning, Deep Learning & Natural Language Processing models.
4. Experience in developing projects from scratch to production.
5. Experience in developing a custom testing framework.
6. Automated many manual tasks during data grooming which helped our organization to save time and speed up the
process.
7. Handled some projects as a lead.
Tata Consultancy Services Ltd. as System Engineer
Aug 2016 to Jul 2019
* Worked as a core member in the TCS Next-Gen Center of Excellence (R&D department) in Data Science technology in
cross domains.
* Had 1yr of experience in the Component-Based Architecture software development project (12/2016 - 01/2018) with
client ERICSSON.
* Experience in handling different types of Data.
* Hosted training sessions for peers and juniors on Machine Learning Modelling.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Kale V. Krishna Sai
Artificial Intelligence Engineer seeking roles in Machine Learning, Deep Learning,
Natural Language Processing, Data Analysis, Data Visualization, Software Services, IT
Project Management, Software Development, Software Design.
Key Skills: Software Development,Deep Learning,Machine Learning,Natural Language Processing,Data Analysis,Data
Visualization,Data Analytics,Predictive Analytics,Artificial Intelligence,Neural Networks,Python,Elastic Search
Summary
IT Professional with 4.6 years of experience in Software Development and Data Science in the Health-Care domain.
Proficient at grasping technical concepts quickly and utilize them productively
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 2/4
UG: B.Tech/B.E. (Electronics and communication) from Maharaj Vijayaram Gajapathi Raj College of Engineering in 2016
PG: PG Diploma (Big Data Analytics) from International School of Engineering Hyderabad in 2019
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
IT Skills
Skill Name Version Last Used Experience
Python, R, C & C++
MACHINE LEARNING
Deep learning
Natural Language Processing
STATISTICS
Git, Gerrit
Bokeh, Tableau, Matplotlib
Elastic Search
spacy, NLTK, gensim
Sci-kit Learning, Keras
Pyspark, SQLite, SQLalchemy
FLASK
PYTEST
PROBABILITY
Artificial intelligence
Data Analytics
Predictive Modelling
STATISTICAL MODELLING
Pyspark
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Telugu Expert
Projects
Project Title: Clinical Codes Detection from patient EMR chart
Client: Health-Pointe Solutions
Skill Used: Python, NLP, Machine Learning, Elastic Search
Role Description: * Used Binary and Multi-Class classifier ML Model to classify clinical text.
* Developed different algorithms to detect specific taxonomy out of the clinical texts.
* Developed a custom trained semantic dependency parser model and custom tokenizer.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 3/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Feb 2020 - May 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Oct 2019 - Jan 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Aug 2019 - Sep 2019
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jul 2018 - Apr 2019
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2018 - Jun 2018
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Nov 2016 - Dec 2017
Onsite / Offsite: Offsite
Project Details: Clinical coding is the translation of written, scanned, and/or electronic clinical documentation about patient
care into code format. These clinical codes are used by health care providers, government health programs, private health
insurance companies, software developers, and others for a variety of applications in medicine.
This coding provides high-quality data for clinicians which ensures better and safer patient care, statistical analysis of
diseases, and therapeutic actions, to file patient data for insurance purposes, and can be used as direct surveillance of
epidemic or pandemic outbreaks.
Project Title: Patient Data Generation
Client: Health-Pointe Solutions
Skill Used: Python, Pyspark, JSON, Bokeh
Role Description: * Worked in developing a code to populate some important medical parameters.
* Developed a module which checks Quality check (Both Syntactic & Semantic checks) of generated patient's data.
* Developed a module to visualize patient data.
Project Details: Patient data is the 360 degrees view of the patient which includes Physician Interactions, Prescriptions,
Procedures, Discharge, Appointments, Registration, Billing, Readmission, etc.,
Project Title: Suspect Rule Engine
Client: Health-Pointe Solutions
Skill Used: Python, NLP, Pyspark
Role Description: * Worked with the team in developing a custom algorithm that takes patient data as input and gives
suspects of chronic diseases (if any) w.r.t rules given by the medical coding team.
* Developed a custom unit testing framework.
Project Details: This project is to enable an API with custom rules to check if the
the patient has been suspected of a chronic issue, so it will be useful for the physicians to further treat the patients.
Project Title: Pay slip & Attendance Management
Client: Health-Pointe Solutions
Skill Used: Python, SQLite, SQLalchemy, HTML
Role Description: * This project was completely developed by me from scratch till deployment in Raspberry Pi and received
the Bright spot award as appreciation from the organization.
* Developed modules using SQLite & SQLalchemy python libraries.
Project Details: This is an internal project of the HPS Hyderabad wing which is used to generate Pay slips from their invoices
& track employees attendance and their IN/OUT timings.
Project Title: Queue Management System
Client: Tata Consultancy Services
Skill Used: Deep Learning, Python
Role Description: * Involved in building a deep neural network using a pre-trained model of object detection.
* Detected the persons using live cam feed and fed it to the DL model to detect persons.
* Coded the service and wait time of each person to handle occlusion
Project Details: To handle the problems caused by occlusions, built a deep learning model to track the people into and out of
Queue using Transfer learning techniques in an unsupervised way to detect persons from the given feed.
Project Title: Player Identification
Client: Tata Consultancy Services
Skill Used: Deep Learning, Python
Role Description: * Prepared data by augmenting it to train the model well.
* Built Convolutional neural network model and training it with the subject's overall images.
* Testing the built model on the video to detect the subject correctly.
Project Details: To build a desktop-based application where we can identify a player from a video using Object Detection
techniques.
Project Title: Common Operation and Maintenance (COM)
Client: Ericsson
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 4/4
Role: Programmer Team Size: 8
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: C, C++
Role Description: * Involved in developing different modules of the project.
* Solving Trouble Reports (TR's) and artifacts.
* Involved in Requirements study and understanding the functionality.
* Involved in preparing the test cases according to the requirements.
Project Details: COM is the Operation and Maintenance (COM) component in the Component-Based Architecture (CBA),
which is one implementation of the Ericsson Framework Architecture. COM helps different nodes and payloads to be
managed by single software. Instead of using different software for configuring different nodes from different vendors COM is
single software for managing the nodes.
Rank 100: Resume 393 with similarity score 0.0908241450343543
B.E , MS , BS science intern , work from home , machine learning intern , student training , computer technology , segmentation , image processing , internships , data visualization , classification , deep learning , information technology , mysql , data analytics , linux , statistical modeling , natural language processing , ltd , model building , intelligence , models , data cleaning , c programming , video , computer vision , resume , datasets , testing , edge , java , machine learning , opencv , documentation , completion , assessment , data science , python , object tracking , it , object detection , working environment , officers Assessment
Q1. Why should you be hired for this role?
Hi, I am currently working in AI and Computer Vision firm.
And I worked on various machine learning and deep learning projects from custom object detection, segmentation, labeling, image processing
and images classification.
I possess new and innovative ideas.
I have the dedication and determination towards work.
I am able to adapt myself with the requirements of the organisations.
As a computer vision student I have better understanding of working environment.
I hope your requirements and my needs will match.
Thank You
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available for 3 months.
Resume
EDUCAT ION
INTERNSHIPS
Pranay Kalamkar
Bangalore, Pune
Applied 08 Feb'21
Computer Vision Python Natural Language Processing
NLP
C Programming C Programming Image Processing
Java MSOffice Machine Learning
OpenCV Data Analytics Deep Learning
Linux MSExcel MySQL
Statistical Modeling Flutter
Bachelor of Engineering B.E, Information Technology
Abha Gaikwad Patil College Of Engineering
2015 - 2019
Percentage: 60.69%
Diploma, Computer Technology
Shankarrao Dhawad Polytechnic
2012 - 2015
Percentage: 57.55%
Senior Secondary XII, Science
Major Hemant Jakate
MAHARASHTRA STATE BOARD board)
Year of completion: 2008
Percentage: 38.83%
Secondary X
Dinanath High School
MAHARASHTRA STATE BOARD board)
Year of completion: 2006
Percentage: 42.12%
Data Science Intern
Wobot Intelligence, Virtual
Feb 2021 - Present
AI / Machine Learning Intern
Lincode Labs India Pvt. Ltd., Bangalore
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
CONTACT Phone: 91 9665992555
Apr 2020 - Oct 2020
1. Data Annotations, Image Labeling
2. Capturing Videos
3. Built Datasets
4. Python Coding
5. Computer Vision ( OpenCV )
6. Training the Models on Tensorflow 1 & 2, Pytorch & Yolo
7. Custom Object Detection , Segmentation, Classification & OCR
Work on custom problems;
Taking care of end to end process from building dataset, training, and modeling;
Work on cutting-edge technology like object detection, object tracking, OCR, image classification, and video analysis.
Data Science
Mced, Nagpur
Nov 2019 - Jan 2020
60 Days Training Program on Applied Data Science on which i had learned Python Programming, Data Visualization, Statistical
Analysis and Machine Learning.
Work on : Data Cleaning, Data Visualization, Model Building and Testing,
Model Eva luation
Object Detection for Crime Scene Evidence Analysis Using Deep Learning
Nov 2020 - Dec 2020
https://github.com/franky025/Object_Detection_for_Crime_Scene_Evidence_Analysis_Using_Deep_Learning
In crime scene, the images and videos play a significant role in providing visual documentation of a scene. It allows police
officers to recreate a scene for later analysis by detect objects related to a specific crime. For that purpose I build my
model.
https://github.com/franky025/Object_Detection_for_Crime_Scene_Evidence_Analysis_Using_Deep_Learning
Rank 101: Resume 798 with similarity score 0.08966219868171979
B.S , MS technical architect , data technical lead , zookeeper , solution architect , senior software engineer , full time , informatica quartz , showcase , microsoft azure , mapreduce , learning techniques , powerapps , angular , linux , kpi , pdf , flume , bdm , customer satisfaction , cpg , status , transactional , xml , ngo , data science , workflow , crm , insight generation , automation , retail , spark , designation , deliverables , dte , web services , cluster , ltd , yarn , windows , data modeling , json , web applications , dwr , microservices , solution architecture , range , passenger , performance tuning , c++ , machine learning , strategy , computer science , latin , dashboard , struts , javascript , availability , gsl , hadoop , digitization , html , optimization , affirmative action , mysql , oracle , data analytics , etl , unix , kafka , oozie , jquery , email , tomcat , aws , project implementation , dna , sqoop , big data , hive , hibernate , amazon , cassandra , search , 360 , online , ajax , spring mvc , jenkins , rfp , ug , telecom , apache , tibco ems , visualization , authorization , servlets , scalability , modular , ecosystem , lake , led , finance , framework , cloudera , tableau , hbase , jbpm , python , reviews , harmonization , helix 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a4…
https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a450518410c0f5c… 1/3
Current Designation: Technical Architect -Big Data
Current Company: Mindtree Ltd.,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mindtree Ltd., as Technical Architect -Big Data
Apr 2012 to Till Date
Project Name: Promotion Pricing Engine Duration : April 2020 to till date.
Role : Big Data Solution Architect
Client : Leading CPG company
Environment: Azure Databricks, Datafactory,Azure Blob, SQL DB, PowerBI, PowerApps
Key Responsibilities
Design, develop and deploy promotion calculation engine for Modern Retail and Distributive Trade.
Create uniform data model across markets and for all types of promotions.
Create framework and modular architecture to harmonize the data.
Automation of Data Restatement for master and transactional data to ensure error free correction of historical data.
Incorporate digitization of pdf files.
Automate approval workflow using PowerApps.
Project Name: Transforming Retail Execution KPI Generation Duration : Sep 2019 to till date.
Role : Big Data Solution Architect
Client : Leading CPG company
Environment: : Azure Databricks, Datafactory,Azure Blob, SQL DB, PowerBI
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
ASHA M JOHN
Result-oriented BigData Solution Architect with 14 years of industry experience on a
wide range of skill sets, who delivers high quality work with customer satisfaction.
Key Skills: Technical Architect,DatabaData Architecture,Data Modeling,Performance Tuning,ETL
Development,Hive,Pig,HBase,Sqoop,Pig,Kafka,Oozie,Flume,Zookeeper,Impala,Java,SQL,Spark,Python,Scala,
Azure,AWS,
Summary
6+ years of experience in designing bigdata applications with extensive hands-on experience using Bigdata ecosystem, Azure
and AWS environments and Azure Databricks. Led the effort from creating the PoC, demoing it to stake holders, designing,
developing the projects and implementing in production environment.
Good exposure to response to RFP's, providing solution architecture and estimation.
Experienced in defining Big Data Project implementation strategy, design reviews & delivery assurance of technical deliverables
Good exposure to Machine Learning techniques, R programming and Python and visualization tools such as R, Tableau and
PowerBI.
Designed, developed and delivered a very large Big Data ecosystem for a Customer 360 program for a Cosmetic giant with
more than 30 brands, thus handling all possible data design challenges.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a4…
https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a450518410c0f5c… 2/3
Key Responsibilities
Design ,develop and deploy bigdata solution for calculating the golden point score for retailers for 22 markets in APAC &
IMEA regions.
Harmonization of data to ensure consistent data model across 22 markets irrespective of source application
Ensure scalability & flexibility with significant cost optimization in comparison to legacy system
Create uniform data model across markets which works as single source of truth for all markets .
Create Modular architecture ensuring faster deployment in any upcoming markets while accommodating the market
specific changes if any.
Common methodology to generate 6 KPIs' required to analyze the performance of retail execution across 22 markets
Automation of Data Restatement for master and transactional data to ensure error free correction of historical data
Ensure data generated could easily be consumed by downward application ensuring possibilities of insight generation and
other Data Analytics capabilities.
Ensure KPIs availability lead time comes down to under 12 hours which was around 72 hours with legacy system
Project Name: Bigdata + Analytics sandbox Duration : Feb 2018 to August 2019
Role : Big Data Technical Lead
Environment: Cloudera cluster, Azure HDInsights, Azure DataFactory, Azure ML, Apache NiFi, Apache Kylo, Python,
Scala, Spark 2.2, PowerBI, Tablueu, R, SparkML.
Key Responsibilities
Develop the platform where the built-in Apps are available.
Manage samdbox where customers can ingest the data and get the decisions made within no time.
Create pretotypes and prototypes on the go so that customers can create their insights and visualize themselves.
Create web applications to ingest the data analyze in AzureML and showcase the insights in PowerBI dashboard.
Create spark accelerators which can be customized and used to minimize the actual delivery time.
Create Machine Learning accelerators in spark.
Project Name: CRM 3.0
Client : A beauty products company Duration : Sept 2016 to Feb, 2018.
Role : Big Data Technical Lead Environment: Datastax Cassandra, Cloudera Bigdata cluster, Microservices (NodeJS and
Angular JS) , CA Layer 7, TIBCO EMS, Informatica BDM ,AWS Cloud
Project Name: Helix
Client : Emirates,Dubai Duration : August 2015 to July, 2016.
Role : Big Data Technical Lead
Environment: Hadoop, HDFS, MapReduce, Hive, Oozie, Sqoop, Java, Python, Spark, Elastic Search, Cloudera Cluster
Key Responsibilities
Design, develop and deploy a data lake solution for collection all passenger information from different systems.
Design and develop the lamda architecture and find the customer DNA.
Project Name: GSL ARAS for UAE,Qatar and Saudi
Client : Ministry of UAE,Qatar,Saudi Duration : June 2012 till December, 2014
Role : Module Lead(Java)
Environment: Java, Spring MVC, Spring IOC, Spring JDBC, JMS, Tomcat, Oracle, Cruise Control, Jenkins, Ant and Unix
MARS Telecom Systems Pvt. Ltd, as Senior Software Engineer
Dec 2008 to Apr 2012
Project Name: Online Reservation System - JLR Portal, E-Governace System - DTE, DHE, DoF
Client : Tourism Dept.,Karnataka, Govt.of Goa Duration : Sept 2008 till April,2012
Role : Senior Software Engineer
Environment: Java, JSP, Spring MVC, Hibernate, JBoss
Object Technologies as Software Engineer
Feb 2006 to Dec 2008
Project Name: Finance Tracking System, NWKRTC and NEKRTC
Client : NGO, Govt. of Karnataka Duration : Sept 2006 till Dec,2008
Role : Software Engineer
Environment: Java, JSP, Spring MVC, Hibernate, Tomcat
UG: B.Sc (Computer Science) from Periyar University in 2002
PG: MCA (Computers) from University of Kerala, Trivandrum in 2005
Other Qualifications/Certifications/Programs:
PG Diploma in Data Science
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a4…
https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a450518410c0f5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Spark, NiFi, Kylo, Databricks Spark
Azure Datafactory, HDFS
Yarn, Map Reduce
Hive, Pig, Hbase, Sqoop
Pig, Kafka, Oozie, Flume
Zookeeper, Impala
R, Python, SparkML, AzureML
R, Tableau, PowerBI
Cassandra (DataStax), HBase
Java, SQL, Pig-Latin, Scala
XML, JSON, HTML, C, C++
JAVA, J2EE, Spring, Hibernate
struts, servlets, jsp
JDBC, JSTL, AJAX
Spring Restful Web Services
Quartz, JMS, JBPM, DWR, jQuery
Oracle, MySQL, JSON
Microsoft Azure
Amazon AWS
Linux, Microsoft Windows
Rank 102: Resume 776 with similarity score 0.08945598445701902
B.E , MS , B.TECH , BS devops , data analyst , financial management , project engineer , change management , full time , database architect reporting , server monitoring , dcl , api , appdynamics , general , devops , jenkins , designation , ug , mar , case , oracle database , health , affirmative action , hindi , etl , maintenance , teamcity , unix , windows , ltd , authorization , english , cursors , ddl , status , excel , budgeting , cable , email , project , application , aws , problem management , less , splunk , deals , cron , call flow , pl/sql , business requirements , performance tuning , writing , change management , git , resolve , computer science , tcl , shell scripting , kibana , nginx , research , output , languages , itil , iis , software development life cycle (sdlc) , cd , leadership skills , scheduling , jira , history , data processing , javascript , servicenow , stored procedures , agile methodologies 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b1…
https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b100b1748095d0c… 1/3
Current Designation: Project Engineer
Current Company: Wipro Technologies
Current Location: Greater Noida
Pref. Location: Noida,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Wipro Technologies as Project Engineer
Mar 2018 to Apr 2020
Title: Shaw Cable (Canada)
Language: ITIL Tool, UNIX, SQL and PL/SQL
Description:-
? Working in the production support team as a project engineer.
? The core responsibilities are Server monitoring, Ticket Resolution, Problem ticket, Incidents, change management and
IIS Deployments the server health and usage percentage and in case of any interruptions, need to troubleshoot the issue.
? Specifically work on the problem tickets to resolve the issues related with the database
? Design, create and replace stored procedures to support several business activities for SDLC.
? Drilldown the database according to the requirement and to do the required changes according to the change
requests.
? Preeminent understanding of stored procedure, indexes, views, cursors, functions and packages in PLSQL.
? Preeminent understanding of the software development life cycle (SDLC) and QA methodologies.
? Reported, research, correct, and test defects in reports, stored procedures, and other database related functions.
? Experience in data analyze and visualize using SQL and MS Excel over UNIX and Windows platform.
? Good Understanding of DML, DDL, TCL, and DCL.
? Good working knowledge in Exception handling and Cron Jobs.
? Worked extensively on creating and modifying the Stored Procedures, Triggers, Functions, and Packages.
? Good working knowledge in Exception handling.
? Hands-on experience in scheduling job in Linus/UNIX and Oracle database.
Team Size: 6
Role: Project Engineer
Last Active: 3-Feb-21 Last Modified: 29-Jan-21
Syed Enayet Ali
Project Engineer in Wipro Technologies with experience of 4 year as a Data Analyst,
SQL, production support role which deals with the server operation, problem tickets,
incident tickets and deployment along with monitoring and ServiceNow tickets.
Key Skills: SQL,Unix Shell Scripting,Agile,Deployment,Change
Management,Appdynamics,Splunk,JIRA,Teamcity,Application Deployment,IIS Server,ITIL,Problem Management,Incident
Management,Elastic Search,kibana,Nginx,API,Devops,AWS,GIT,ETL,CI/CD,Jenkins
Summary
I have a career history that spans 4+ years in DEVOPS, SQL, Agile methodologies, SDLC, Production support, server
deployment, change management, analytical reporting, budgeting, MIS, Financial management, budget reporting. Also, my
interests and experience spans to the SQL database and Agile methodologies. I am now seeking a role where my database,
data processing experience, analytical, organizational and leadership skills could be used and inhanced.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b1…
https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b100b1748095d0c… 2/3
Wipro Technologies as Project Engineer
Mar 2018 to Till Date
Title: Shaw Cable (Canada)
Language: ITIL Tool, UNIX, SQL and PL/SQL
Description:-
? Working in the production support team as a project engineer.
? The core responsibilities are Server monitoring, Ticket Resolution, Problem ticket, Incidents, change management and
IIS Deployments the server health and usage percentage and in case of any interruptions, need to troubleshoot the issue.
? Specifically work on the problem tickets to resolve the issues related with the database
? Design, create and replace stored procedures to support several business activities for SDLC.
? Drilldown the database according to the requirement and to do the required changes according to the change
requests.
? Preeminent understanding of stored procedure, indexes, views, cursors, functions and packages in PLSQL.
? Preeminent understanding of the software development life cycle (SDLC) and QA methodologies.
? Reported, research, correct, and test defects in reports, stored procedures, and other database related functions.
? Experience in data analyze and visualize using SQL and MS Excel over UNIX and Windows platform.
? Good Understanding of DML, DDL, TCL, and DCL.
? Good working knowledge in Exception handling and Cron Jobs.
? Worked extensively on creating and modifying the Stored Procedures, Triggers, Functions, and Packages.
? Good working knowledge in Exception handling.
? Hands-on experience in scheduling job in Linus/UNIX and Oracle database.
Team Size: 6
Role: Project Engineer
Wipro Ltd. as Senior MIS Executive
Feb 2016 to Feb 2018
Title: Airtel (India)
Language: SQL and MS-Excel
Description:-
? Hired as a MIS executive and worked for 1.8 year.
? Prepare the readable format reports on excel sheet from the .csv file from SQL database and share it with the client
on per hour basis.
? Minor Changes in SQL database.
? Prepare a drilled down weekly performance report on MS-Excel of executives for the action plans for better output.
? Roster the executives on the basis of the requirement, call flow and business requirements.
? Track per hour business fluctuations and to plan for the delivery according to the service level.
? Solid working knowledge to Dynamic SQL concepts.
? Solid Exposure to Performance tuning of the SQL queries.
? In depth knowledge in writing medium and complex queries using JOINS.
? Solid Knowledge in writing Sub-queries, Grouping functions, and co-related sub queries.
Team Size: 5
Role: MIS Executive
UG: B.Tech/B.E. (Computer Science and Engineering) from Uttar Pradesh Technical University (UPTU) in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Application Deployment 2 Year(s)
CHANGE MANAGEMENT 2 Year(s)
Agile Methodology 2 Year(s)
Unix 1 Year(s)
ITIL 3 Year(s)
SQL 4 Year(s)
AppDynamics 0 2 Year(s) 0 Month(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b1…
https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b100b1748095d0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IIS Server 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 103: Resume 605 with similarity score 0.08938777295261979
MS , B.TECH work from home coursera , completion , fit , assessment , python , resume , java , deep learning , technology , sql , artificial intelligence , machine learning , presidency , computer science , camp , data analytics , online Assessment
Q1. Why should you be hired for this role?
Thank you for asking this question! Well, I think I will be a great fit for the internship since I am a quick learner and highly passionate about
pursuing a career in this industry.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes,I am available to work from home for this internship starting immediately
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9972309317
Syed Farzan
Bangalore
Applied 08 Feb'21
Python MSExcel Machine Learning
SQL Data Analytics Deep Learning
Bachelor of Technology B.Tech), Computer Science
Presidency University
2018 - 2022
CGPA 7.00/10
Senior Secondary XII
STATE BOARD board
Year of completion: 2018
Secondary X
STATE board
Year of completion: 2015
Java
Cousera, Online
Nov 2020 - Nov 2020
Artificial Intelligence
Coursera, Online
Oct 2020 - Nov 2020
Machine Learning
Data Camp, Online
Oct 2020 - Nov 2020
Rank 104: Resume 152 with similarity score 0.08938427950518339
B.E , MS , BS team leader , work from home , secretary general , algorithms , data visualization , mar , coe , mysql , design , data analytics , ideal , twitter , project , store , application , coursera , e commerce , introduction to , prediction , resume , range , android , features , computer science , payments , sentiment analysis , completion , assessment , family , data science , python , javascript , search , organization , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get the experience that I desire and help the company with the skills I already posses.
Your organization will surely prove to be an excellent platform for me to establish my skills and it is also an ideal position for me as my main
objective is to gain experience in the field while working alongside professionals.
Even though I am a fresher, I assure you that I will give my best and work to my full potential so that I can contribute as much as I can.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am able to start working immediately on the position for the required amount of time.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
DARSHAN RAJOPADHYE
Pune, Karad
Applied 07 Feb'21
Python Android C Programming
Algorithms Data Analytics Data Structures
Java MySQL JavaScript
Bachelor of Engineering B.E, Computer Science & Engineering
AISSMS College Of Engineering, Pune
2018 - 2022
CGPA 9.24/10
Senior Secondary XII, Science
Arihant Jr College Pune
MAHARASHTRA board)
Year of completion: 2017
Percentage: 74.60%
Secondary X
Kct Krishna School Karad
MAHARASHTRA board)
Year of completion: 2015
Percentage: 96.60%
General Secretary for magazine committee of AISSMS COE
Project Team leader for project in developing an android application for a n E commerce site to sell the products online.
Python 3 Specialization.
Coursera, Online
Jul 2020 - Jul 2020
Provided by University of Michigan
Introduction To Applied Data Science
Coursera, Online
Jul 2020 - Present
Sentiment analysis for Twitter data
Jul 2020 - Jul 2020
Twitter data was classified into positive and negative sentiment and data was visually represented using data visualization
techniques.
Kaggle Titanic problem
CONTACT Phone: 91 8788650202
Jul 2020 - Jul 2020
Prediction of survival for the list of people on board the T itanic ship based on class of ticket and age and gender.
Website for the family business.
Feb 2019 - Mar 2019
http://www.ecobhumi.com
The project was to create and design a website for my own family business. Going online was the option to expand and
website was the only way to do so.
An android application of an online book store, includimg the features of search,sort and payments.
Jun 2019 - Present
The project was to design and develop an online book store android application for a user to select books from a wode
range of books provided and making a payment.
http://www.ecobhumi.com/
Rank 105: Resume 397 with similarity score 0.08850335407735237
B.S , M.Sc , M.S , BS , MS work from home , relationship executive digital signal processing , algorithms , internships , physics , data mining , modeling , data analytics , keras , ltd , linear regression , business analytics , application , c programming , introduction to , computer vision , resume , matlab , machine learning , completion , assessment , python , cloud computing , mathematics Assessment
Q1. Why should you be hired for this role?
Good knowledge in machine learning algo and tensorflow, keras and computer vision, CNN ,RNN Logistics regression, linear regression
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Prashant Gupta
Varanasi, Gurgaon
Applied 08 Feb'21
Python C Programming Digital Signal Processing
MATLAB Algorithms Cloud Computing
Data Structures MSExcel MSOffice
Machine Learning R Programming Tally
Integrated M.Sc., Computational Science And Application In Signal Processing
Banaras Hindu University
2018 - 2020
CGPA 6.84/10
Bachelor of Science B.Sc), Physics , Mathematics
Dr. RMLAU Faizabad
2012 - 2015
Percentage: 55.00%
Senior Secondary XII, Science
Ejaz Husain Memorial Inter College Khorasha Gonda
U P BOARD board)
Year of completion: 2012
Percentage: 70.80%
Secondary X
G I C GONDA
U P BOARD board)
Year of completion: 2009
Percentage: 50.80%
Relationship Executive
Karvy Stock Broking Ltd, Gonda
Apr 2018 - Jun 2018
Data Analytics
NPTEL, Virtual
Jan 2020 - Apr 2020
Introduction To R Software
NPTEL, Virtual
Aug 2019 - Present
Cloud Computing
NPTEL, Virtual
Aug 2019 - Present
Business Analytics & Data Mining Modeling Using R
CONTACT Phone: 91 8601164370
NPTEL, Virtual
Jul 2019 - Sep 2019
Rank 106: Resume 985 with similarity score 0.08680465792599842
B.E , MS , B.TECH business operations analyst , research intern , business development , full time contractual , turn , general , cafe , sales performance , designation , rtv , ug , vendors , mar , affirmative action , collaboration , hindi , gap analysis , vendor management , maintenance , revenue , ltd , kpi , authorization , english , teams , energy , escalation , status , excel , customer service , email , business analysis , project , service quality , sql , business analytics , kra , bpo , less , industrial products , business operations , range , operations management , serviceability , machinery , electronics , training & development , product strategy , power trading , testing process , drive , resolve , customer experience , finance , hiring , quality improvement , payments , research , supply chain , procurement , languages , process management , tableau , fleet , analytical support , management system , one , scheduling , javascript , workflow , dce , optimization strategies , metrics , pricing optimization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810…
https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810571644090f5a… 1/3
Current Designation: Operations Analyst
Current Company: GRUBOX, MY PHYGITAL CAFE PVT LTD.
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Chennai
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Business/EDP Analyst
Industry: Industrial Products/Heavy Machinery
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
GRUBOX, MY PHYGITAL CAFE PVT LTD. as Operations Analyst
Jun 2019 to Till Date
Synchronized an effective flow of inventory to keep business metrics as per internal SOP for all vendors and provided
impact statements to identify opportunities for improvement.
Responsible for end to end escalation management and controls improvement across all warehouses to ensure system
data is kept in sync with physical activity across multiple inventory categories.
Conducted Gap Analysis to formulate a testing process for internal audits for Quality Maintenance Parameters to ensure
Critical issues to be below 5%.
Involved in scheduling and Coordination of on-ground fleet to meet clients? demands while leading a total staff of 50+
team members.
Developed Multi-Vendor strategy and efficient ways to prioritize and schedule Vendors' payments by collaborating with the
Finance team to resolve the stock out the issue by up to 17%. Analyze performance against existing SLA.
Increased monthly sales of fresh food from 1.9% to 8.1% of total revenue by Pricing optimization strategies and
Streamlined RTV process guidelines which resulted in a lowered product loss by up to 21%.
Lead collaboration with cross-functional teams like sales managers, marketing managers, business management teams to
drive improved sales performance and Onboard 15+ Brands that in turn enhanced the range of product portfolio by up to
42% over a period of one year.
analyzed market position with current and future product competitiveness to make recommendations for portfolio
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Himanshi Gupta
Business Operations Analyst seeking assignments in Operations
Management,Process Management,Quality Management,Workflow
Analysis,Procurement,Supply Chain Management,Inventory Management,Vendor
Management,Business Analysis,Training & Development
Key Skills: Business Operations Analyst,Business/EDP Analyst,Operations Management,Process Management,Quality
Management,Workflow Analysis,Procurement,Supply Chain Management,Inventory Management,Vendor
Management,Business Analysis,Training & Development,KPI,KRA
Summary
Business Operations Analyst with 1+ years of work exposure in Operations Management,Process Management,Quality
Management,Workflow Analysis,Procurement,Supply Chain Management,Inventory Management,Vendor
Management,Business Analysis,Training & Development.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810…
https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810571644090f5a… 2/3
management, and overall product strategy while Monitoring procurement for 300+ SKUs across 10+ categories.
Strategically sourced new vendors and managed vendor relationships with 50+ vendors.
Acted as a primary point of contact for contract terms and rate negotiations to increase overall business profit margin by
up to 5.1%.
Involved in effective SLA creation and management for vendors and partners.
INDIAN ENERGY EXCHANGE LIMITED as Research Intern
Dec 2018 to Feb 2019
Analyzed market trends to provide data-driven solutions in the Power Trading domain.
Designed an efficient Power costing bidding system to improve annual revenue and serviceability.
Participated in Product Line review meetings to understand customer service and practices involved in delivering the best
customer experience.
Demonstrated abilities to react and think in a Fast-paced environment with a propensity towards meeting deadlines.
Demonstrated strong work ethic and integrity by giving timely results working in an independent manner.
BHARAT HEAVY ELECTRICALS LTD as IT Project Intern
Jun 2018 to Aug 2018
Conceptualized and developed the Centralized Contract Labour Management System (CCLMS) to manage the hiring of
contractual workers on a periodic basis.
Successfully integrated the CCLMS software with the operations team to improve the BHEL Hiring efficiency.
Identified service quality issues affecting customers and brought them to the Problem managers for attention to detail and
provided analytical support to implement quality improvement techniques.
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Delhi College of Engineering (DCE), Delhi in 2019
Education
IT Skills
Skill Name Version Last Used Experience
EXCEL 2 Year(s) 0 Month(s)
TABLEAU 0 2 Year(s) 0 Month(s)
SQL 0 1 Year(s) 0 Month(s)
Business Analytics 0 1 Year(s) 10 Month(s)
VENDOR MANAGEMENT 0 2 Year(s) 0 Month(s)
Operations Management 0 2 Year(s) 0 Month(s)
KPI Analysis 0 2 Year(s) 0 Month(s)
Business Development 0 2 Year(s) 0 Month(s)
SUPPLY CHAIN MANAGEMENT 0 1 Year(s) 10 Month(s)
PROJECT MANAGEMENT 0 1 Year(s) 10 Month(s)
Languages Known
Language Proficiency Read Write Speak
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810…
https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810571644090f5a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 107: Resume 1106 with similarity score 0.08594520775939204
B.E , MS , B.TECH , BS senior developer , associate , technical consultant , devops , software developer , solution architect , full time , senior architect , informatica , training specialist data warehousing , training , customer , microsoft azure , data warehouse , platforms , it security , databases , docker , linux , test cases , edw , aggregator , status , business understanding , specifications , plus , writing , technical design , infrastructure , reach , scrutiny , procurement , salesforce , pds , teradata sql , publishing , retail , turn , devops , access , kubernetes , designation , scorecard , hindi , loan , ltd , data modeling , english , supply , leadership , range , flow , strategy , punjabi , one , enterprise data , javascript , technology , insurance , hadoop , logics , reporting , general , ab initio , vendors , affirmative action , oracle , test scripts , project plans , maintenance , unix , checks , security compliance , architecture , email , business rules , aws , network security , data quality , unit testing , languages , data marts , hive , scheduling , cdc , functionality , business applications , health , analytics , bteq , building automation , legacy systems , authorization , teams , approvals , business analysis , power exchange , focus , remediation , electronics , transformations , debugging , shell scripting , running , repository , router , python , cloud computing , load , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 1/4
Current Designation: Senior Architect
Current Company: TietoEvry India Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,Delhi / NCR,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
TietoEvry India Pvt. Ltd. as Senior Architect
Jan 2020 to Till Date
I am responsible for designing and implementing infrastructure on AWS using IaaC technologies and Devops paradigm,
Also responsible for building automation solutions on AWS and on other platforms using python and linux
Barclays Technology Centre as Senior Developer
Aug 2015 to Jan 2020
Design and Implement infrastructure on AWS cloud.
Deployment of bigdata analytics applications on cloud.
Execute comprehensive Cloud solutions that support business needs and objectives in complex environments with a focus
on DevOps and automation.
Implement technical roadmaps, project plans, requirements, and designs in AWS.
Leverage deep technical expertise, knowledge of IT security compliance policies, and expertise with Cloud computing and
network security to advise and educate technical and non-technical members of the firm to achieve objectives.
Work closely with clients, leadership, and vendors in formal and informal environments to gain approvals, overcome
obstacles, and reach consensus in the furtherance of the firm's Cloud strategy.
Designing the architecture with best practices followed by the industry
Teradata India Pvt. Ltd. as Associate Technical Consultant
Feb 2014 to Aug 2015
In this project we worked on different applications. We have an internal repository of information on Unilever's current (and
prospective) supply base, along with reporting functionality to enable consistent and dynamic access to this information
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Kawaljeet Singh
Cloud Solution Architect - CI CD Solution Design | Cloud
Migration for AWS & Azure with 10 years of experience
Key Skills: sql,unix shell scripting,ab initio,oracle,unix,etl,data warehousing,aws,hadoop,hive,pig,terraform
,kubernetes,docker,codedeploy,codepipeline,Microsoft Azure,Azure,Cloud Computing,Cloud
Summary
* 9 plus years of experience in AWS Cloud,Devops technologies, Data warehousing Technology Requirement Analysis, Data
Analysis, Application Design, Application Development which includes, Requirement gathering, Customization, Maintenance
and Testing of various Business Applications in Data Warehouse and Training Specialist.
* Extensive hands-on expertise using Ab initio 3.2.2, Informatica 9.x/8.x/ with strong business understanding of Banking,
Insurance and retail sectors.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 2/4
across the procurement function. It is a "one-stop-shop" for all internal users when accessing or providing information on
Unilever's supply base, both in terms of information about the organizations, and the specific relationship they have with
Unilever
Fetching data from teradata database.
Storing the data in hive tables to create a datastore.
Developed complex CDC logics in hive to cater requests from downstream teams.
Building archival solutions to archive closed transactions.
Capgemini as Associate Consultant
Feb 2011 to Feb 2014
* Responsible for analyzing, designing and developing ETL strategies and processes, writing ETL specifications.
* Involved in business analysis, technical design sessions with business and technical staff to develop requirements
document and data modeling with design of Data Warehouse, data marts.
* Developed standard and re-usable mappings and mapplets using various transformations like expression, aggregator,
joiner, source qualifier, router, lookup, update strategy, etc.
* Data quality checking and interacting with the business analysts
* Communication with the client for weekly status report and responsible for writing Teradata BTEQ Scripts.
* Created the unit test cases for mappings developed and verified the data.
* Conducted the peer review and debugging for mappings developed and tested.
* Creating test plans and developing Test Scripts:Unit Testing,UAT support, document results, fixes assigned SIT & UAT
defects and provides status for tracking.
UG: B.Tech/B.E. (Electronics/Telecommunication) from MAHANT BACHITTAR SINGH COLLEGE OF ENGINEERING AND
TECHNOLOGY JAMMU in 2009
Education
IT Skills
Skill Name Version Last Used Experience
Informatica 9.6 2016 4 Year(s) 7 Month(s)
TERADATA SQL 14 2016 4 Year(s) 7 Month(s)
Teradata 14 2016 4 Year(s) 7 Month(s)
Informatica Power Exchange 9.6.1 2016 2 Year(s) 0 Month(s)
Unix 2018 5 Year(s) 0 Month(s)
Ab Initio 3.2.2 2018 3 Year(s) 0 Month(s)
AWS 2020 4 Year(s) 0 Month(s)
HADOOP 5.6 2019 3 Year(s) 0 Month(s)
AZURE 2021 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
ENGLISH Expert
HINDI Expert
PUNJABI Expert
Projects
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 3/4
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Aug 2015 - Aug 2016
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Mar 2014 - Feb 2015
Onsite / Offsite: Offsite
Team Size: 17
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Dec 2012 - Feb 2014
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Jun 2011 - Dec 2012
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Title: KAMLS Remediation
Client: Barclays Absa
Skill Used: Ab initio, Informatica Power Centre, Informatica power exchange, Teradata SQL, Unix Shell Scripting
Role Description: Developing, reviewing and testing of the code. Developing various migration documents and helping peers.
Project Details: This project is divided in two phases, in our first phase we did the reconciliation of the data. And in our
second phase we acquiring the data and publishing it to build E layer.
Project Title: Unilever
Client: Unilever
Skill Used: Informatica, Teradata SQL, Bteq,
Role Description: *Develop and maintain in-depth knowledge of Teradata Applications products in order to
support customers.
*Manage customers' expectations to ensure satisfaction with Teradata and our products.
*Ensure that every customer is treated professionally
Project Details: In this project we are working on different applications. We have an internal repository of information on
Unilevers current (and prospective) supply base, along with reporting functionality to enable consistent and dynamic access
to this information across the procurement function. It is a one-stop-shop for all internal users when accessing or providing
information on Unilevers supply base, both in terms of information about the organizations, and the specific relationship they
have with Unilever.
Project Title: Discover Corporate Customers
Client: Discover
Skill Used: SQL, Informatica and Tearada
Role Description: *Responsible for analyzing, designing and developing ETL strategies and processes, writing ETL
specifications. *Involved in business analysis, technical design sessions with business and technical staff to develop
requirements document and data model
Project Details: This project is basically designed for Discover Corporate Customers.This Project aims to Decide sanctioning
route for all corporate customers whether it is Fasttrack, Standard, Light.Also to scorecard all corporate customers using
scorecarding Business Rules. The input data for scorecarding process is coming from Zues and Customer Databases. We
are the ETL Team running Scorecarding Process .Once Scorecarding is done , outcome of our process is given to Salesforce
Team which will in turn finally decide the sanctioning route for corporate customers.Once scorecarding is done, we will put
the customer into Fasttrack or Standard or Light mode, For customers in Fasttrack mode , loan is immediately sanctioned.For
Standard and light mode customers , certain scrutiny checks are required. This process is able to complete in one day.
Project Title: WellPoint Insurance
Client: WellPoint Insurance
Skill Used: Informatica 8.6, Oracle 9i, UNIX
Role Description: * Replicate operational tables into staging tables, Transform and load data into enterprise data warehouse
tables using Informatica from their legacy systems and load the data into targets by ETL process through scheduling the
workflows.
Project Details: WellPoint is the nation's leading health benefits company serving the needs of approximately 34 million
medical members nationwide. It is offering a broad range of medical and specialty products. WellPoint is a Blue Cross or
Blue Cross Blue Shield licensee in 14 states: California, Colorado, Connecticut, Georgia, Indiana, Kentucky, Maine, Missouri,
Nevada, New Hampshire, New York, Ohio, Virginia, and Wisconsin.
The goal of Enterprise Data Warehouse (EDW) program is to create a single, authoritative source for analytical reporting.
The flow of this project is to getting the data on to the Enterprise Data Warehouse (EDW) using the Persistent Data Source
(PDS) as the Input. Taking the PDS as input and applying all the business rules and transformations, the data would be
loaded onto the Target Data Base, which is standing on Universal Data Base (UDB). Loading of data into the EDW is done
using the ETL Tool Informatica. Loading of data into EDW process need to be scheduled using Informati
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 4/4
Rank 108: Resume 1339 with similarity score 0.08584615888984044
B.E , MS , B.TECH , BS full time , senior analyst , data management , development engineer data warehousing , customer , telugu , watson , deep learning , space , enterprise search , nlp , learning techniques , docker , linux , sda , status , data architecture , product management , sentiment analysis , scala , scikit-learn , data science , forecasting , continuum , pipeline , shiny , web apps , spark , kubernetes , dsx , open source , designation , deliverables , hindi , keras , yarn , english , agile , project , microservices , provisioning , solution architecture , ibm , ops , architecting , dbs , document automation , machine learning , kanban , research , aml , enterprise data , javascript , demos , artificial intelligence , technology , cash , hadoop , big data analytics , optimization , scrum , healthcare , vendors , affirmative action , studio , hub , kafka , workbench , email , business analytics , envisioning , asis , aws , self service , prediction , containerization , languages , hive , amazon , teradata , jira , information retrieval , proof , cloud services , api , onboarding , presto , people management , jenkins , nosql , industrialization , openshift , versioning , case , lead development , azure , model building , authorization , risk , teams , models , solution delivery , electronics , led , framework , landscape , sas , cloudera , tableau , adoption , hbase , python , document processing , fraud , refactoring 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c15…
https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c150615470d550e5… 1/3
Current Designation: Solution Delivery Expert -Cognitive
Automation
Current Company: Novartis Healthcare
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Executive Program [Data Science and
Business Analytics]
Verified : Phone Number | Email - id
Novartis Healthcare as Solution Delivery Expert -Cognitive Automation
Aug 2019 to Till Date
Driving the Cognitive products' delivery in terms of
creation and envisioning of document platform (platform as a Product offering);
Strategizing and building Cloud-specific (Azure/AWS) infra/deployment and MLOps architecture; involving model
experimentation, registry, data drift, reproducibility, versioning, optimization, evaluation, explainability, serving/inference
management etc.
Designing parallelized, scalable and secure ML/NLP applications in the Cloud
Evaluating potential vendors/partners/tools in the AutoML/MLOps/Search space
NLP/MLOps related research, direction and adoption
Pharma/drugs? document processing automation, entity recognition and concept prediction by use of NLP/NLG
techniques like USE, BERT, T5, spaCy, scispaCy, Medical Comprehend, Cosine Similarity etc. besides other Deep NN &
Transfer Learning techniques
Cloud ML Design, Architecture guidelines and handbook
Proof-of-Concept and UI/UX review and guidance besides engaging in self & org-driven PoC?s
Study & Transform AI prototypes: Engaging with business & Tech stakeholders with demos, discussions etc. starting from
the PoC?s and inception, till product implementation
Review with Scrum teams for rapid build and deployments
Azure and other cloud services provisioning/Pricing review and approval
Last Active: 7-Feb-21 Last Modified: 5-Feb-21
Asis Mohanty
Leading and architecting solutions for developing & deploying Applications/Products in
the Cloud in Cognitive automation & AI/ML;
~15.5 years of exp, with contributions in setting up MLOps & Engg Practice and
ML/NLP systems in healthcare & banking
Key Skills: Solution Architecture,Azure,AWS,Python,SQL,R,R-Shiny,Pyspark,Scala,Base
SAS,Shell,NOSQL,Docker,Cloud-Native,MLOps,Machine Learning,Information Retrieval,Artificial Intelligence,NLP,Azure
ML,Solution Delivery,Product Management
Summary
Leading and architecting solutions for developing & deploying Applications/Products in the Cloud in Cognitive automation &
AI/ML space;
possess ~15.5 years of overall experience, with rich contributions in setting up MLOps & Engineering Practice and ML/NLP
systems; Data & Data Science across Healthcare & Banking domains.
Well-versed in Product Recommendation, NLP-based Document Automation and use cases spanning across Text
Summarization, Recommendation, Paraphrasing, AML/Fraud Analytics, Self Service Banking, Sentiment Analysis, AutoML and
more... leveraging the best of Cloud, Cloud-native & Big Data Architecture & Services; working in an Agile model while being
adept at Project & People Management.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c15…
https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c150615470d550e5… 2/3
Exposure to solutions in enterprise search (Lucidworks/Sinequa etc.)
ML Ops and Frameworks ? Model building/serving architecture with deployments and management; Auto-deploymet
tools? evaluation; Serving/API-Inference
Azure ML, Azure Kubernetes Service/Container Instances, TFX/Tensorflow Serving & Torch, Serverless Functions &
Azure Web Apps for cloud-native & microservices-based deployments, AWS Sagemaker, Amazon Comprehend, other
relevant services across Azure and AWS landscape;
TF 2.0/Keras, PyTorch, Scikit-learn
DBS Asia Hub 2 as Lead Development Engineer
Jun 2016 to Aug 2019
Led the Data Science, ML Engineering Team in bringing value to multiple Banking projects
ML Ops - AutoML, DataOps/ML Engineering & Ops - Model deployments and management; Auto-deploymet tools'
evaluation; Serving/API-Inference
IBM DSX/Watson Studio, Cloudera Data Science Workbench, AWS Sagemaker
Topic Modelling/Customer Behavior Insights, Sentiment Analysis, Deep Learning for OCR, Chatbot for IT support
Streaming Ingestion with Kafka-Spark for onboarding AML Machine Learning project
IOT Analytics
AI/ML PROJECTS:
Worked on Fraud Analytics (Reduce False Positives in AntiMoney Laundering case - RF, NN; Visually flag Fraudulent
Transactions real time).
Deployed Self Service Banking involving forecast of ATM, BTM, CRS Cash-out and cash replenishment - SARIMA,
Ensemble Learning/Basket of Models; LSTM, PySpark, Tensorflow/Keras; Reduction in Under Predictions;
Cheque Analytics involving Risk Scoring, Forecasting of Cheque counts and amounts.
Model Management/Registry/Deployment - MLFlow, ParallelM
AI Industrialization - Including but not restricted to: Containerization with Openshift, Analytics Private cloud, GPU for Deep
Learning, Alluxio-ML Integration, Presto
DATA INGESTION & ANALYTICS PROJECTS accomplished (On-Premise):
Building & Enhancing Ingestion Framework making use of the niche Open Source Big Data Tools' landscape
Refactoring code base in Spark
Building CICD pipeline on AWS vis-a-vis VPC
Onboarding Data Science pipeline on Ingestion/Compute platform
Rating of Relationship Managers
Liaising with SRE and Architecture teams for data management
BA Continuum India as Senior Analyst
Nov 2013 to Jun 2016
Owned Enterprise Data Applications, Led the Big Data/Data Warehousing project team in Marketing Data Platform.
Managed Big Data/Hadoop POC (Banking domain) and Risk & Compliance deliverables.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2005
PG: Executive Program (Data Science and Business Analytics) from SDA Bocconi, Italy in 2017
Education
IT Skills
Skill Name Version Last Used Experience
Python, R, Teradata, Tableau
JENKINS, JIRA, KANBAN
Azure ML, Azure, AWS, Sagemaker, Cloud
MicroServices
Docker, Kubernetes
Deep learning
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c15…
https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c150615470d550e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Linux, Shell
Big Data Analytics, Hadoop
YARN, SPARK, KAFKA
HIVE, ALLUXIO, HBASE
NLP, USE, BERT, Transfer learning
AI, ML & MLOps
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Oriya
Rank 109: Resume 1441 with similarity score 0.08573035037864546
B.E , MS , B.TECH orchestrator , software developer , full time , change management , development analyst reporting , version control , blueprint , general , robot , validation , designation , ug , affirmative action , health , studio , hindi , cloud , maintenance , azure , windows , pdf , authorization , advanced , english , troubleshooting , teams , visual basic , enterprise , status , c# , excel , sql , email , application , retail domain , process analysis , xml , change management , git , fundamentals , languages , presentation skills , asp.net , framework , documentation , probes , process automation , javascript , workflow , history , web , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43…
https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43521845500901… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Jan 2018 to Till Date
* Provided L2/L3 support for .NET based application roles including Incident, Problem, and Change management
* Troubleshooting of application issues and coordination with other development teams
* Developed an automated solution for manual activities: probes monitoring, logs purging, applications health validation,
windows/web service restart, and reporting
UG: B.Tech/B.E. (Electrical) from Banasthali University in 2017
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHRADDHA SINGH SIKARWAR
UiPath advanced and Automation Anywhere Master certified with nearly 3 years of
experience in .NET Application domain looking to leverage .NET, process analysis,
proven troubleshooting, and problem-solving skills to RPA /UiPath/.NET role.
Key Skills: Robotic Process Automation,UiPath,Process Automation,.Net,C#,Visual Basic,SQL,Analytical
Skills,Communication Skills,Presentation Skills,Automation Anywhere,REFramework,Object Oriented
Programming,workflow,RPA,RPA Developer,Orchestrator
Summary
* Versatile, process-oriented, certified IT-professional with a demonstrated history of 3 years in .NET Application domain
looking to leverage the expertise of .NET, process analysis, troubleshooting, and problem-solving skills to RPA developer role
Industry Preference: RPA/UiPath/Process Automation/.Net/Application Maintenance
3 years of experience .NET Application Implementation, Maintenance, Support in Retail domain
* Proficiency in C#, Visual Basic, ASP.NET, SQL, RPA, OOPS, XML, GIT
* Hands-on experience in UiPath (Robot, Orchestrator, and Studio), Automation Anywhere, Robotic Enterprise Framework
* Professionally certified in UiPath, C#, and Automation Anywhere
* Created and published 10+ RE-Framework model-based workflows in UiPath
* Well versed with Process Documentation, Version Control, OCR, Excel, PDF, Ui Interactions, Queue, Assets, Error handling
* Created automation solution blueprint documentation and presentations for business
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43…
https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43521845500901… 2/2
Other Qualifications/Certifications/Programs:
UiPath advanced RPA developer
Automation Anywhere Advanced RPA Professionel
Coding in C#
Azure Cloud Fundamentals
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
ASP.Net, C#, MS SQL, VB 0 Year(s) 0 Month(s)
UI Path, Automation Anywhere
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 110: Resume 1028 with similarity score 0.0853232857618313
B.E , MS , B.TECH engagement manager , project manager , devops , full time robotics , watson , demand , reduced costs , nlp , data mining , outsourcing , status , digital transformation , computer vision , data science , technology advisory , mission critical , capture , agility , devops , filenet , designation , it strategy , go-to-market strategy , underwriting , hindi , english , agile , monetization , processing , ibm , flow , machine learning , process automation , analytical capability , capacity management , strategic initiatives , cost reduction , javascript , tax , artificial intelligence , insurance , rollout , rca , options , affirmative action , center of excellence , maintenance , it cost optimization , email , fortune 100 , languages , bankruptcy , program management , bpm , mechanisms , csat , asset tracking , ms project , ug , investment , coe , analytics , authorization , risk , enterprise , commercialization , models , application , streamlining operations , focus , requirements gathering , adherence , savings , digital strategy , electronics , process evaluation , led , drive , tableau , python , strategic business , powerpoint 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012…
https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012041942090c5f0… 1/3
Current Designation: Engagement Manager - Strategy &
Analytics
Current Company: Deloitte Consulting
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Business Administration,
Management]
Verified : Phone Number | Email - id
Deloitte Consulting as Engagement Manager - Strategy & Analytics
May 2013 to Till Date
DIGITAL STRATEGY (Insurance & Banking)
Digital Transformation Program Management Agile Transformation
Led Digital transformation for a US Insurer aligning business-IT strategy
Identified key business capabilities needed to deliver on growth & profitability targets
Defined digital initiatives across UW, Claims, & Distribution to enable business agility
Prioritized investment ($350M) to high impact initiatives using cost-benefit analysis
Led UW Transformation (AGILE) for a global Insurers' Specialty business, leading to
Increased speed to market for new product(s) rollout by up to 50%
Reduced costs by 25% through systems commonality for UW across US, APAC, Canada
Streamlined data capture / data mining, leading to improved analytical capability and
better understanding of Underwriting risk & pricing
Led Future Digital FTE - Robotics Process Automation (RPA) transformation:
'FinOps' automation using bots, delivering 15% staff optimization & 20% cost reduction
Automation feasibility analysis, process evaluation, and RPA / RCA vendor evaluation
Setting up Bot Factory model for continuous Enterprise wide automation
Managed CFPB compliance for Bankruptcy Lob for a Fortune 100 bank, leading to:
Reduction in monetary penalties by 35% YoY due to in-time bankruptcy processing
Improved CSAT through effective & timely credits to customers
Improved adherence to CFPB Compliance mandate (83% - 96%)
STRATEGIC INITIATIVES
Strategy / Innovation Robotics & Cognitive Cost Reduction
Set up Robotics Process Automation (RPA) CoE to drive consistent implementation:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PARAG DESHPANDE
A competent professional offering 14 years of rich cross-functional experience in IT
Program & Project Management,Digital Transformation,AI / ML,Strategy Consulting,IT
Strategy,Robotics Process Automation,Agile,Java,J2EE,Tableau, & Product
Management
Key Skills: program management,digital transformation,it strategy,technology advisory,agile methodology,java,j2ee,ibm
watson,artificial intelligence,python,chatbots,RPA,NLP,Automation Anywhere,UIPath,Machine Learning,Computer Vision
Summary
A competent professional offering 14 years of rich cross-functional experience in IT Program & Project Management,Digital
Transformation,Strategy Consulting,IT Strategy,Robotics Process Automation,Agile,Java,J2EE,Tableau, & Product
Management
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012…
https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012041942090c5f0… 2/3
Defined RPA vision, strategy, and operating model to enable CoE set up
Defined governance approach, identified methodology frameworks and tools, demand
and capacity management process to facilitate efficient functioning of CoE
Identified internal & external focus areas for initial functioning and scaling up of
Robotics & Automation Center of Excellence (CoE)
Led IT Cost Optimization initiative for a Fortune 100 Bank
Identified IT costs and drivers along with asset tracking and management mechanisms
Aligned IT with strategic business needs through streamlining operations, eliminating
redundancies, and standardizing IT Infra
Identified outsourcing opportunities along with IT asset monetization involving selling
IT asset back to vendor and procuring it back as-a-service
Created Product tech. strategy & commercialization models for a tax solution, incl:
Go-to-market strategy (Commercialization) for the product including Prod.-as-a-service
Product technical roadmap to support integration models & commercialization options
Detailed future state technical integration models & frameworks with leading ERP's
Tata Consultancy Services as Project Manager
Sep 2004 to Jun 2012
PROJECT MANAGEMENT
Requirements Gathering System Design Innovation
Led Requirements gathering & Solution Design for implementing BPM / ECM
solutions for a major US bank:
Led 40 member team to deliver multiple technology transformation for comm. bank
Conceptualized and Led 'Op-Ex' team to deliver $ 1.5 million savings on yearly basis
Led a team of 14 to deliver $ 3 million mission critical upgrade project in FileNet/Java
Redesigned business application flow leading to a resource rationalization of 15%
UG: B.Tech/B.E. (Electronics/Telecommunication) from Govt. College of Engineering, Amravati in 2004
PG: MBA/PGDM (Business Administration, Management) from Indian Institute of Management, Lucknow in 2013
Other Qualifications/Certifications/Programs:
IBM APPLIED ARTIFICIAL INTELLIGENCE (AI)
IBM APPLIED DATA SCIENCE
Executive Data Science
Education
IT Skills
Skill Name Version Last Used Experience
Excel & powerpoint
Visio
MS Project
Agile & DevOps
Java / J2EE
TABLEAU 1 Year(s)
Python 0 1 Year(s) 0 Month(s)
Artificial intelligence 0 2 Year(s) 0 Month(s)
WATSON 0 1 Year(s) 0 Month(s)
Languages Known
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012…
https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012041942090c5f0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Marathi Expert
Hindi Expert
Rank 111: Resume 762 with similarity score 0.08494745409819542
B.S , MS , BSC , BS full time , part time , senior software test engineer , business analyst core java , customer , telugu , sql tools , functional testing , gateway , test cases , work allocation , status , data cleaning , smoke testing , xml , audi , jaguar , frame , automation , pentaho , data visualization , designation , regression testing , mar , web services , hindi , api testing , ltd , windows , json , english , project , land rover , asset management , subscribe , rest , resolve , sms , triage , javascript , tax , technology , dax , options , developers , scripting , groovy , affirmative action , oracle , frs , power bi , kafka , linear regression , software testing , email , pandas , user stories , languages , agile environment , telematics , jira , test management , search , database , manual testing , jasper , profiles , testng , apache , authorization , teams , exploratory data analysis , devices , soapui , watches , selenium webdriver , infotainment , offshore , statistics , csi , it , python , reviews , liaison 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e17…
https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e170018450e5f085… 1/3
Current Designation: Senior Software Test Engineer
Current Company: Sagarsoft India Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Sagarsoft India Limited as Senior Software Test Engineer
Jun 2017 to Till Date
Title : HomePricePrediction
Client : Sagar Cements India Ltd
Team Size : 3
Responsibilities:
Perform Exploratory Data Analysis.
Data Cleaning and outliers removal using Python and Pandas
Build Linear Regression Model.
Data visualization using power bi
Connecting to different data sources using power bi and clean data.
Good Knowledge in DAX programming.
Project #5(Jul 2017- Feb 2019)
Title : Tax Management
Client : Point72 Asset Management
Role : Software Test Engineer
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
K. Srinivas Reddy
Have experience in software testing with manual and automation ,web services
testing, API testing,Rest Assured, soap ui, postman, Apache nifi, Elastic Search,
Exploratory Data Analysis
Key Skills: statistics, data visualization, web services testing,ui testing,apache nifi, kafka,soap ui,xml,API Testing,SOA
Testing,Rest Assured,Manual Testing,Selenium Webdriver,Core Java
Summary
Having 10 years of experience in Software testing field .
Experience in core java programming.
Good Knowledge in testing REST services using REST Assured.
Good Knowledge on Statistics concepts.
Good Knowledge on SQL queries.
Experience in Automation Testing using SOAP UI for web services using Groovy script and Manual Testing.
Very good experience in working with XML, XSD, DDF, WSDL, JSON data.
Extensive work experience on Functional Testing, Regression Testing and Smoke Testing.
Experience in working Agile environment.
Good experience in using Defect/Test Management tools like JIRA, X Ray.
Strong communication & interaction with Clients, Developers, Business Analysts, Management.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e17…
https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e170018450e5f085… 2/3
Team Size : 8
Responsibilities:
Analyze user stories, discuss during requirement reviews with team.
Get clarifications of user stories with Business Users.
Write test cases for user stories, get reviewed with Business Users and execute them.
Track defects on daily basis, assist Development team to resolve the bug.
Run Pentaho job to populate data in Database.
Project #4:
Title : AUDI MBB
Client : AT&T, AUDI
Role : Senior Software Test Engineer (Automation with SOAP UI and Manual testing)
Team Size : 5
Technology/Tools: Java, XML, HTTP, SOAPUI, SQL tools, JIRA, File Poster, XML Editor
The purpose of this project is to register AUDIGENGEN2 Vehicles with INFOTAINMENT and TELEMATICS devices,
Deregister Vehicle the device Types, check the status of the vehicle, Send SMS to the vehicle, check the device Type
information etc.
Responsibilities:
Analyzed Functional Requirement Specification (FRS) for the client.
Liaison between onsite and offshore teams and Lead the project team in India.
Work allocation to all the team members on daily basis and guiding team to complete the work on date.
Involved in identifying and prioritizing the Test Cases to be automated.
Prepared automated REST APIs using SOAPUI with Groovy scripting.
Involved in peer test case review and external test case review meeting
Executing automated SOAPUI scripts.
Participated in Daily Stand Up Meeting and Bug Triage call to discuss the testing status and bug status with project
manager and Business Analyst.
Tracking the defects on daily basis, assist Development team to resolve the bug.
Project #3:
Title : Geneva Timex portal
Client : AT&T
Role : Senior Software Test Engineer (Selenium)
Team Size : 3
Tools Used : Selenium (Web Driver, TestNG)
The purpose of this project is to activate and deactivate the timex watches through the portal. Synchronoss will provide the
DeviceID to Foxconn to identify the device uniquely. Timex customer login to the Geneva Timex Portal and activate the
devices .This activation of devices makes the interaction with Geneva Server hosted by Qualcomm using SOAP and
REST requests. The portal provides options like sending messages to other devices and to other emails. By using this
portal user can create users and verify their emails.
Responsibilities:
Involved in setting up Automation frame work.
Involved in identifying and prioritizing the Test Cases to be automated.
Good Experience in converting Manual Test cases to Automation Scripts.
Participated in Daily Stand Up Meeting.
Responsible for Preparing Daily Status Reports.
Project #2:
Title : AT & T JLR portal
Client : AT&T, Jaguar and Land Rover
Role : Senior Software Test Engineer (Selenium)
Team Size : 3
Tools Used : Selenium (Web Driver, TestNG)
The purpose of this project is to activate and deactivate the ICCIDs used in the Jaguar and LandRover OEM. And it will
manage the customer profiles associated with the vehicles. Synchronoss will take the Requests to get the status of the
ICCIDs, activate, deactivate the ICCIDs, subscribe the rate plan to the ICCIDs and reset the ICCIDs if there are any
technical issues. Synchronoss will send these requests to Jasper control system/CSI with the help of APIs and jasper will
send the responses to the Synchronoss then Synchronoss will calculate the final response based on the all the jasper
responses and send to the RACO. The failed requests will fall in the Synchronoss order gateway.
Synchronoss Technologies Inc as QA Lead
Aug 2010 to Mar 2017
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e17…
https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e170018450e5f085… 3/3
UG: B.Sc (Statistics) from Osmania University in 2005
PG: MCA (Computers) from CVR College of Engineering, Hyderabad in 2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Core Java, Groovy, Windows XP/7
SOAP UI, SOAPUI PRO, Oracle
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 112: Resume 538 with similarity score 0.08486250138742699
MS , B.TECH , BS work from home algorithms , nlp , data analytics , public , natural language processing , linear regression , decision trees , resume , neural networks , electronics , algos , machine learning , django , completion , assessment , data science , feature extraction , python , javascript , technology , html , online Assessment
Q1. Why should you be hired for this role?
I have completed an online course in Machine Learning and Data Science from Coding Blocks. I used all the algorithms which can be implemented
on different data sets as per the required the solutions. The various algorithms and different things I learnt about are Linear Regression, Logistic
Regression, NLP, SVM, Feature Extraction and Selection, Decision Trees and Random Forests, KMeans and the different Neural Networks. I have
done projects on the same based on the various data sets. I am willing to join this field because of my increasing interest in the same.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am availably full-time for the 3 months required.
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 7838662873
Shitij Arora
Delhi, Gurgaon
Applied 08 Feb'21
Natural Language Processing
NLP
Python Data Analytics
Data Science Machine Learning Django
HTML JavaScript MSOffice
Bachelor of Technology B.Tech), Electronics and Communication
Bhagwan Parshuram Institute of Technology
2014 - 2018
Percentage: 68.00%
Senior Secondary XII, Science
Delhi Public School, Rohini
CBSE board)
Year of completion: 2014
Percentage: 90.00%
Secondary X
Delhi Public School, Rohini
CBSE board)
Year of completion: 2012
Percentage: 83.60%
Sr Executive - Sales
Acer India, Delhi
Sep 2018 - Apr 2020
Machine Learning & Data Science Using Python
coding blocks, Online
Jun 2020 - Nov 2020
Got to know about the various Machine Learning algos which can be implemented using Python. NLP, SVM, Working on
Images and much more
Rank 113: Resume 1316 with similarity score 0.08441283724880627
B.E , MS , B.TECH , BS technical analyst , product development , software developer , product owner , full time , part time , application developer , senior analyst automation , api , access , designation , confluence , scripting , affirmative action , suggestions , data loading , analytics , hindi , public , enrichment , maintenance , dynamo , basic , clinical trials , authorization , english , status , metadata , life science , email , project , infosys , application , aws , indexing , microsoft , electronics , datasets , s3 , git , transformation , unit testing , ec2 , termite , languages , pycharm , research , sql server , ontology , malayalam , python , multiprocessing , jira , javascript , sonar , technology , talend , harmonization , elasticsearch , airflow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a08581916001…
https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a0858191600120b18150c550f… 1/2
Current Designation: Application Developer Senior Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Accenture as Application Developer Senior Analyst
Jul 2018 to Till Date
Project 2: RLSC
Title Multitenant product development
Technologies Python 3.7, SQL, AWS Redhsift, Python, AWS Lambda, Dynamo DB, EC2, S3
Tools Talend BigData, Pycharm, jupyter notebook, JIRA
Duration Aug 2018 till July 2020
Description:
Multitenant platform for research life science
Roles and Responsibilities:
* Developed python scripts for data loading automation
* Build Talend jobs for data load and User Access Management
* Build python scripts for metadata catalog automation
* Developed python code for using SciBite Termite API which is used for Semantic enrichment and ontology
management
* Developed python code for exact and sub structure search using RDKIT and installation of the same
Infosys Limited as Technical Analyst
Jul 2013 to Aug 2018
Project 1: GCP-Datafabric
Title Multitenant Product Development
Technologies Python 3.7, Knowledge graph, Elasticsearch, BigQuery
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Poornima Alexander
Senior Analyst seeking roles in Software Engineering,Software
Development,Application Development,Project Management,Change
Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,Confluence,Python,SQL Server,JIRA,AWS
Key Skills: Senior Analyst,Software Developer,Software Engineering,Software Development,Application
Development,Requirement Gathering,JavaScript,Confluence,Python,SQL Server,JIRA,AWS,Shell
Scripting,GIT,Analytics,airflow
Summary
Software developer with 7 years and 2 months of experience in various technologies, looking for an opportunity where my
technical and domain expertise will mutually benefit organizational growth and my career.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a08581916001…
https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a0858191600120b18150c550f… 2/2
Tools Jupyter notebook, Pycharm, JIRA, GIT, Confluence, Janusgraph, Composer, Sonar cube
Duration Feb 2016 till Oct 2016
Description:
A platform for users to understand targets, datasets and studies in life science
Roles and Responsibilities:
* Data harmonization of public datasets using BigQuery and loading the public dataset relationship to Knowledge graph.
* Transformation of clinical trials, bulk indexing and bulk ingestion to Elasticsearch using multiprocessing in python.
* Unit testing and Sonar cube coverage of the code repo.
* Working with Product owner to understand the requirements and provide suggestions.
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from st joseph college of engineering and technology in 2012
Other Qualifications/Certifications/Programs:
Python Basic
Microsoft SQL R2-2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS Redshift, DyanmoDB, Postgres SQL
SQL Server, Pycharm, GIT, JIRA
AWS, GCP, Python, Shell script
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 114: Resume 319 with similarity score 0.08365727874054012
B.S , MS , M.S , BS work from home , full time shiny , foundations , physics , classification , deep learning , public , natural language processing , english , sql , coursera , exploratory data analysis , mumbai , computer vision , resume , matlab , machine learning , completion , word , assessment , data science , python , one , app , javascript , web , mathematics , html , online Assessment
Q1. Why should you be hired for this role?
Hello!
I've been playing with data for one year. I've completed numerous courses and specialization on Data Science and Machine Learning. I've learnt
how to get and clean the data and then to perform Exploratory Data Analysis. I've performed Exploratory Data Analysis on various Data and I'm
pretty much confident about skills. Along with the Exploratory Data Analysis, I've also performed Machine Learning on different data. I've worked
on Tumor classification(Supervised Learning), Banknote classification from fake to authentic(Unsupervised Learning), Handwritten Digit
Recognition(Supervised Learning) and Face Detection. I'm well versed with many programming language including R, Python, MATLAB, C, JAVA,
JAVASCRIPT, SQL.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for 3 months. I can start as immediately as possible.
Resume
EDUCAT ION
TRAININGS
Mausam Singh
Mumbai
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
English Proficiency Written) Mathematics C Programming
Data Science Deep Learning HTML
MSOffice Machine Learning Physics
R Programming SQL Java
JavaScript
Bachelor of Science B.Sc), Physics
Mithibai College
2018 - 2021
Senior Secondary XII, Science
Thakur Colleg
HSC board)
Year of completion: 2018
Percentage: 83.23%
Secondary X
DAV Public School
CBSE board)
Year of completion: 2016
CGPA 9.80/10
DeepLearning.AI TensorFlow Developer By DeepLearning.AI
Coursera, Online
Dec 2020 - Jan 2021
coursera.org/verify/professional-cert/47JLZRTTCMVB
Machine Learning
Coursera, Online
Nov 2020 - Dec 2020
coursera.org/verify/LYKFU8W2QAGP
Data Science: Foundations Using R
Coursera, Online
Sep 2020 - Nov 2020
coursera.org/verify/specialization/E4JZ74CLM9NY
PROJECTS
CONTACT Phone: 91 9082933104
Applied Data Science With Python Specialization
Coursera, Online
Aug 2020 - Oct 2020
coursera.org/verify/specialization/X3RFWMBPST4Z
Face Detector
Aug 2020 - Sep 2020
https://github.com/mausam3407/FaceDetecter
A web app to predict next word
Dec 2020 - Present
https://mausam.shinyapps.io/word_predict/
An app to predict the next word in a sequence and deployed the same on Shiny server online.
https://github.com/mausam3407/FaceDetecter
https://mausam.shinyapps.io/word_predict/
Rank 115: Resume 254 with similarity score 0.08337943849234823
MS , B.TECH , BS work from home , autocad automation , robotics , solidworks , internships , deep learning , steering , excel , data presentation , autocad , coursera , exploratory data analysis , introduction to , computer vision , resume , electronics , neural networks , justice , data quality , machine learning , arduino , completion , assessment , tuning , python , predictive analytics , technology , online Assessment
Q1. Why should you be hired for this role?
I would be able to do justice with the roles using my skills.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'll be available from Mid-May to Mid- Aug'2021.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Jayant Kumar
Delhi
Applied 08 Feb'21
Computer Vision Python C Programming
Data Structures Deep Learning MSOffice
Machine Learning Arduino AutoCAD
SolidWorks
Bachelor of Technology B.Tech), Mechanical Engineering
Delhi Technological University
2018 - 2022
CGPA 8.67/10
Senior Secondary XII, Science
Birla Vidya Niketan
CBSE BOARD board)
Year of completion: 2018
CGPA 9.80/10
Secondary X
Birla Vidya Niketan
CBSE board)
Year of completion: 2016
CGPA 9.00/10
Virtual Internship
KPMG, Virtual
Jun 2020 - Jun 2020
Practical tasks on Data Quality Assessment, Data Insights & Data Presentation.
Virtual Internship
ANZ, Virtual
May 2020 - May 2020
Practical Tasks on Exploratory Data Analysis and Predictive Analytics.
Summer Trainee
Delta Electronics India P Limited, Gurgaon
Jun 2019 - Jul 2019
Introduction to their Robotics and Automation department.
Head - Steering And Brakes Department
Team DTU Supermileage Vehicle, Delhi
Aug 2018 - Present
Head - Steering & Brakes dept. of Team DTU Supermileage Vehicle
TRAININGS
PROJECTS
CONTACT Phone: 91 9891071461
Excel Skills For Business
Macquarie University, Australia Through Coursera, Online
Jun 2020 - Jun 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Neural Networks And Deep Learning
Coursera, Online
May 2020 - May 2020
https://drive.google.com/file/d/1khlxy3h9NZmJGGZFayt5ABQwL4XboHRu/view?usp=drivesdk
Improving Deep Neural Networks: Hyperparameter Tuning, Regularisation & Optimisation
Coursera, Online
May 2020 - Jun 2020
https://drive.google.com/file/d/1Yuup6j04-uIahbIyi-4sIZWz-_a5tOP7/view?usp=drivesdk
Structuring Machine Learning Projects
Coursera, Online
May 2020 - Jun 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Master Computer Vision: Open CV4 In Python With Deep Learning
udemy, Online
Apr 2020 - May 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Master Computer Vision: Open CV4 In Python With Deep Learning
udemy, Online
Apr 2020 - May 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Robotics
Skyfi Labs, Delhi
Dec 2019 - Dec 2019
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Machine Learning
Coding Ninjas, Online
May 2019 - Sep 2019
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Driver Drowsiness Detector
Oct 2020 - Oct 2020
https://www.linkedin.com/posts/jayant-kumar-127a74183_dtu-supermileage-on-instagram-here-activity-
6730534537111117824-ei3J
Pedestrians Image Detection
Dec 2020 - Present
Head - Steering and Brakes dept.
Feb 2020 - Present
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Team DTU Supermileage Vehicle
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Rank 116: Resume 27 with similarity score 0.083368170940888
MS , B.TECH , BS associate , work from home , applications engineer , public relations general , internships , ielts , deep learning , mar , magnitude , power bi , teams , sql , coursera , sports , fit , operations , prediction , resume , ibm , ngo , online , machine learning , computer science , research , assessment , data science , python , ml , public relations , artificial intelligence , cloud computing , technology , fantasy football Assessment
Q1. Why should you be hired for this role?
I applied for this Internship because I want to be productive until I get into a university for my master's in artificial intelligence( already applied). I
am passionate about ai and ml and would love to bag some experience before my higher studies. I also have internship experience in machine
learning, where I worked on predicting sports results using machine learning. Because of the aforementioned reasons, I think I would be a good
fit for your requirement.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7842548044
Abhishek Kashyap
Hyderabad
Applied 08 Feb'21
Python Cloud Computing Machine Learning
SQL Deep Learning Power BI
Bachelor of Technology B.Tech), Computer Science & Engineering CSE
Gokaraju RangaRaju Institute of Engineering & Technology
2015 - 2019
CGPA 9.10/10
Associate Applications Engineer
Magnitude Softwares Inc., Hyderabad
Jul 2019 - Jan 2020
AI Developer
Neolen Technologies, Virtual
Jul 2020 - Nov 2020
Machine Learning, Operations Research on Football: Result prediction, Formation of optimum fantasy football teams
Software Development
Magnitude Softwares Inc., Hyderabad
Jan 2019 - Jul 2019
Public Relations at Earthlings NGO.
IBM Data Science Professional Certification
Coursera, Online
Jul 2020 - Jul 2020
IBM Applied AI
Coursera, Online
Jun 2020 - Jul 2020
Deep Learning
udemy, Online
Mar 2020 - Apr 2020
IELTS Academic Band 8, written in 2020
GRE General 327, Written in 2020
Rank 117: Resume 787 with similarity score 0.08269333529674924
B.E , MS , B.TECH oracle dba , devops , data analyst , software developer , full time , big data developer , project leader data warehousing , interconnect , functionality , core java , general , devops , customer , spark , citrix , nosql , designation , data extraction , amdocs , ug , telecom , office , sqlite , oracle database , affirmative action , hindi , hub , tokens , unix , legacy systems , service providers , data modeling , english , authorization , apache kafka , synchronization , status , scalability , ilt , email , project , business intelligence , data architecture , application , database development , vast , map , ee , operators , business requirements , plus , testing , performance tuning , c++ , shell scripting , transformation , repository , computer science , perforce , languages , client requirements , big data , hive , cloudera , cassandra , wireline , hbase , python , one , javascript , eclipse , search , apache pig , etl , hadoop , challenging environment , international exposure , sims 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 1/4
Current Designation: Big Data Developer
Current Company: Amdocs
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - DBA / Datawarehousing
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 11 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Amdocs as Big Data Developer
Feb 2016 to Till Date
4+ years at Amdocs as Data Analyst. In this tenure, I have worked on 6 different projects which
helped to learn different technologies, gain vast knowledge on various SDLC processes, worked on
Amdocs product (Amdocs Data Hub), exposure of Big Data related projects, DevOps and also
received international exposure
2020-08 -
Current
MERE, Vodafone Netherlands
Amdocs, Gurgaon, Haryana
Implemented a platform for VF Legacy systems in order to have the details of each and every
customer on single place.
Automated multiple ongoing manual activities in order to have a proper reconciliation between
the system by which the efficiency was increased by 40%.
Contributed in the migration of the customers from one legacy system to another by creating a
robust system for the migration.
2019-09 -
2020-07
NEXT, Vodafone Italy
Amdocs, Pune, Maharastra
Gained experience on Amdocs developed platform for Big Data Projects - Amdocs Data Hub and
implemented a system for VF related customers.
Individual billing system for every legacy operators in Italy was brought up under one roof by VF
which includes implementation of proper order capturing for pre-paid SIMs, Loyalty tokens and
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Palak Agrawal
Big Data Developer seeking roles in Database Development,Data Warehousing,Data
Architecture,Data Modeling,Data Extraction,Business Intelligence,Performance
Tuning,ETL Development,Hadoop,Hive,HBase,Apache
Kafka,Python,Spark,Scala,Pig,SQL,NoSQL,Java
Key Skills: Big Data Developer,Software Developer,Database Development,Data Warehousing,Data Architecture,Data
Modeling,Data Extraction,Business Intelligence,Performance Tuning,ETL Development,Hadoop,Hive,HBase,Apache
Kafka,Python,Spark,Scala,Pig,SQL,NoSQL,Java
Summary
Perceptive and logical data analyst with an ability to communicate with both technical professionals and end
users to identify and translate business requirements. I aspire to use my vast experience of deployment of
applications, business processes and solutioning in some new & challenging environment.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 2/4
Voucher Managements, Top-ups etc.
Worked closely with software development and testing team members to design and develop
robust solutions to meet client requirements for functionality, scalability and performance
2018-06 -
2019-08
CCR, Vodafone Netherlands
Amdocs, Gurgaon, Haryana
Developed a combined repository for the VF & Ziggo customers in order to provide a common
benefits on multiple conditions.
Implemented the same on Big Data technologies using Hadoop, Hive and Oracle Database. Shell
Scripting, Pig Language, Map-Reduced, Cloudera, Golden Gate and Elastic Search are few
technologies used in order to process the huge amount of customer related data.
Reduced the manual effort by developing the repository by 60%.
2017-06 -
2018-05
Interconnect, Everything Everywhere - UK
Amdocs, Pune, Maharastra
Implemented a platform for providing the facility build a communication between multiple
service providers.
Creation plus enhancement of price plans, SOC (packs), Call rate changes etc.,into the database
to support the code logic built for
handling the billing system of EE client
2016-10 -
2017-05
ILT (IT Legacy Transformation), AT&T
Amdocs, Pune, Maharastra
Implemented the synchronization of the code for the receiving the telecom product orders to AT&T in both Midwest and
Southwest Regions.
Used coordination and planning skills to achieve results according to schedule.
2016-02 -
2016-09
ADWRS, aT & T
Amdocs, Pune, Maharastra
Developed a wireline network using Ring topology in order to have maximum benefits and least
defects while communication between 3 cities.
Collaborated on all stages of systems development lifecycle, from requirement gathering to
production releases and delivered the application code on time.
UG: B.Tech/B.E. (Computer Science) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2015
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Hive, Hbase
Apache Kafka
Python, Spark, Scala
SQL, NoSQL, Java
C++, Shell Scripting
Oracle DB, Eclipse, MS Office
Cloudera, Elastic Search
Unix, SVN, Perforce, Citirx
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 3/4
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Project Leader
Duration: Aug 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Sep 2019 - Jul 2020
Onsite / Offsite: Onsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Jun 2018 - Aug 2019
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Jun 2017 - May 2018
Onsite / Offsite: Offsite
Team Size: 2
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Big Data Developer
Client: Vodafone Netherlands
Skill Used: Hadoop, Python, Spark, Scala, Oracle DBA, Cloudera, Cassandra, Kafka, Hive HBase, Apache Pig, Unix
Shell Scripting, Unix, SQL, NoSQL,
Role Description: Implemented a platform for VF Legacy systems in order to have the details of each and every
customer on single place.
Automated multiple ongoing manual activities in order to have a proper reconciliation between the system.
Project Details: Implemented a platform for VF Legacy systems in order to have the details of each and every
customer on single place.
Automated multiple ongoing manual activities in order to have a proper reconciliation between the system by which
the efficiency was increased by 40%.
Contributed in the migration of the customers from one legacy system to another by creating a robust system for
the migration.
Project Title: Big Data Developer
Client: Vodafone Italy
Skill Used: Amdocs Data Hub, Apache Kafka, Hive, HBase, NoSQL, SQL, SQLite
Role Description: Worked closely with software development and testing team members to design and develop
robust solutions to meet client requirements for functionality, scalability and performance.
Project Details: Gained experience on Amdocs developed platform for Big Data Projects - Amdocs Data Hub and
implemented a system for VF related customers. Individual billing system for every legacy operators in Italy was
brought up under one roof by VF which includes implementation of proper order capturing for pre-paid SIMs,
Loyalty tokens and
Voucher Managements, Top-ups etc. Worked closely with software development and testing team members to
design and develop
robust solutions to meet client requirements for functionality, scalability and performance.
Project Title: Big Data Developer
Client: Vodafone Netherlands
Skill Used: Hadoop, Hive, SCALA, Spark, Python, Unix Shell Scripting, SQL, Apache Pig
Role Description: Developed a combined repository for the VF & Ziggo customers in order to provide a common
benefits on multiple conditions. Implemented the same on Big Data technologies using Hadoop, Hive & Oracle
Database, Shell Scripting, Pig Language, Map-Reduce.
Project Details: Developed a combined repository for the VF & Ziggo customers in order to provide a common
benefits on multiple conditions.
Implemented the same on Big Data technologies using Hadoop, Hive and Oracle Database. Shell Scripting, Pig
Language, Map-Reduced, Cloudera, Golden Gate and Elastic Search are few technologies used in order to process
the huge amount of customer related data.
Reduced the manual effort by developing the repository by 60%.
Project Title: Data Analyst
Client: Everything Everywhere - UK
Skill Used: SQL,MS Office, Citrix, Macros, NoSQL, Unix Shell Scripting,
Role Description: Implemented a platform for providing the facility build a communication between multiple service
providers.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 4/4
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Oct 2016 - May 2017
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Feb 2016 - Sep 2016
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Creation plus enhancement of price plans, SOC (packs), Call rate changes etc., into the database to support the
code logic.
Project Details: Implemented a platform for providing the facility build a communication between multiple service
providers.
Creation plus enhancement of price plans, SOC (packs), Call rate changes etc., into the database to support the
code logic built for handling the billing system of EE client.
Project Title: Software Developer
Client: AT&T
Skill Used: Core Java, SQL, Unix Shell Scripting, SDLC Life Cycle,
Role Description: Implemented the synchronization of the code for the receiving the telecom product orders to
AT&T in both Midwest and Southwest Regions.
Used coordination and planning skills to achieve results according to schedule.
Project Details: Implemented the synchronization of the code for the receiving the telecom product orders to AT&T
in both Midwest and Southwest Regions.
Used coordination and planning skills to achieve results according to schedule.
Project Title: Software Developer
Client: AT&T
Skill Used: Core Java, Unix, SDLC Life Cycle,
Role Description: Developed a wireline network using Ring topology in order to have maximum benefits and least
defects while communication between 3 cities. Collaborated on all stages of systems development lifecycle, from
requirement gathering to production release.
Project Details: Developed a wireline network using Ring topology in order to have maximum benefits and least
defects while communication between 3 cities.
Collaborated on all stages of systems development lifecycle, from requirement gathering to production releases and
delivered the application code on time.
Rank 118: Resume 1063 with similarity score 0.08234710763767389
MS , BS devops engineer , full time , software developer core java , customer , algorithms , visual studio code , demand , conducting , docker , gateway , status , data cleaning , corrective maintenance , testing , ec2 , forecasting , organization , pipeline , amazon web services , publishing , automation , devops , spark , designation , hindi , cloud , ltd , english , supply , agile , professional development , project , processing , beans , rest , c++ , pycharm , research , completion , pedagogy , reporting tool , operational support , lower costs , javascript , committees , performing , healthcare , affirmative action , mysql , oracle , collaboration , glue , ddl , computation , postgresql , email , aws , mint , github , premises , output , languages , athena , big data , scheduling , database , teaching , api , migrating , jenkins , journals , ug , step , authorization , procedural , team building , application , transformations , s3 , running , framework , conference proceedings , tableau , oxygen , python , eclipse , educational programs , administrative , load , etl , helix 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f47…
https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f470a47480a0b0a0… 1/3
Current Designation: AWS Big Data & DevOps Engineer
Current Company: Accenture Solution Pvt Ltd,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 1 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solution Pvt Ltd, as AWS Big Data & DevOps Engineer
Sep 2019 to Till Date
Project: Helix AWS Reporting
Client: Cigna Healthcare.
Helix AWS Reporting Project is Migrating the data from On Premises to AWS cloud with complete automation fashion
without
manual intervention using AWS & DevOps.
Responsibilities:
Implemented Spark using Python and SparkSQL for faster testing and processing of data.
Imported data from On Premises to AWS Aurora Postgres using AWS Glue ETL.
Implemented AWS lambda function to automatically create DDL in Target Aurora Database same as source.
Implemented Step Function to Orchestrate Glue Job in Parallelism Framework.
Implemented Terraform to Automate the resource creation without manual intervention.
Implemented Jenkins Pipeline to deployed terraform using docker container image & kubernates agent.
Deploy all in Test & production Env using DevOps.
Design the helix report on AWS QuickSight reporting tool.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Yash Bhardwaj
AWS Big Data & DevOps Engineer seeking roles in Software Development,Web
Development,Requirement Gathering,Database Management,Technical Support,Data
Structures,Algorithms,C,C++,Python,SQL,HasiCorp,MySQL,Oracle,PostgreSQL,AWS
Aurora,Jenkins
Key Skills: AWS Big Data & DevOps Engineer,Software Developer,Software Development,Web
Development,Requirement Gathering,Database Management,Technical Support,Data
Structures,Algorithms,C,C++,Python,SQL,HasiCorp,MySQL,Oracle,PostgreSQL,AWS Aurora,Jenkins
Summary
A competent professional looking for experience in Software Development
Familiar with Cloud & DevOps concepts of AWS Glue, AWS Aurora, AWS Lambda, AWS API Gateway, AWS Athena,
AWS S3,AWS System Manager, AWS Step Function, Terraform, Jenkins, Cloudbees, AWS QuickSight, Tableau, Python,
C, C++, Net Beans, Eclipse oxygen, REST-API(PostMan), Visual Studio Code, Git & GitHub, Agile Development -scrum,
SQL, Algorithm and Data Structure
Possess a flair for working hard and contributing towards achievement of organizational goals
Capabilities in grasping new technical concepts quickly & utilizing them in a productive manner
Adept at maintenance of program modules including operational support, problem resolution, production support,
preventative and corrective maintenance and enhancements
Exceptional communication, interpersonal & team building skills with proficiency at grasping new technical concepts
quickly and utilize the same in a productive manner
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f47…
https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f470a47480a0b0a0… 2/3
Design the helix report on Tableau.
Deploy Tableau Server on EC2 instance in AWS Env.
Turning Cloud Solution as Spark Developer
Aug 2018 to Aug 2019
Project: Supply Mint
Client: V-Mart,Skechers, Mufti, MegaShop,Nysaa, Citykart,BazaarKolkata,StyleBazaar.
Su pply Mint is a product which creates efficiencies, raises profits, lower costs, boosts collaboration and more. Supply Mint
enables
companies to better manage demand, carry the right amount of inventory, keep costs to minimum and meet the customer
demand in
the most effective way possible.
Responsibilities:
Implemented Spark using Python and SparkSQL for faster testing and processing of data.
Imported data from AWS S3 into spark dataframes and performed transformations and actions on dataframes..
Load the data into Spark RDD and do in memory computation to generate the Output response.
Developed Spark scripts by using Pyspark commands as per the requirement.
Worked and learned great deal of amazon web services like S3, EC2, AWS Glue.
Implemented Spark using Python and utilizing data frames and Spark SQL API for faster processing of data.
Automate the process of allocation by developing spark jobs using Pyspark.
Created trigger for scheduling the jobs.
Retrieving the data for forecasting and data cleaning.
Responsible for retrieving data from the clients.
NIIT as Faculty
Jan 2017 to Jul 2018
Performing a variety of administrative duties and implementing operational plans for ensuring the smooth running of the
organization; accountable for designing the pedagogy and planning the academic calendar
Entrusted with the responsibility of teaching subjects like C, C++, Core Java, Advance Java, Full Stack Engineering etc.
Assisting in curriculum planning, professional development and the implementation of educational programs
Revie wing the pre-set educational goals, objectives, classroom instructional programs, establishing academic and other
performance objectives
Conducting research in specialization and publishing of findings in scholarly journals or conference proceedings.
Serving in faculty committees, dealing with matters like curriculum planning and degree requirements
Planning and organizing day-to-day activities and resolving procedural problems as appropriate to the timely completion
of objectives
Instructing the students as per curriculum thereby, recognizing, respecting & nurturing their creative potential
Responding to the queries in a spontaneous manner, also counselling students and grooming them to attain their goal
UG: BCA (Computers) from Agra University in 2014
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2017
Education
IT Skills
Skill Name Version Last Used Experience
C, C++
Python, SQL, HasiCorp
MYSQL, ORACLE
Postgresql, AWS Aurora
Terraform, Cloudbees
Jenkins
AWS QuickSight, Tableau
PyCharm, Postman
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f47…
https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f470a47480a0b0a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Visual Studio Code
GIT & GITHUB
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 119: Resume 29 with similarity score 0.0820707758658784
MS , B.TECH , BS work from home , representative relevance , training , algorithms , internships , ease , entrepreneurship , step , data analytics , english , trivia , project , store , pandas , numpy , iit , microsoft , resume , ibm , neural networks , machine learning , opencv , reason , statistics , completion , assessment , sponsorship , python , one , data science , organization , distributors , technology , online Assessment
Q1. Why should you be hired for this role?
The reason I should be hired for this role is because it is a great opportunity to convert what I have learnt for the past one year and put it hands
on to add more skills and relevance to your organization. I am extremely passionate about coding and math and how when put together, they can
solve most of the questions and problems of this world. I would love to work with you because every step taken towards Machine Learning is a
step towards my future goals. Even though I am new to this industry, I assure you that I will give you my best and work to my full potential as an
intern.
I know that my skills are not up to par with the requirements but I will make sure to learn at every step and never be late and hesitant to try new
libraries and methods on my work and meet every deadline with perfection.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available immediately, for a work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Abhishek Tuteja
Manipal, Surat
Applied 07 Feb'21
Python Data Analytics Machine Learning
Neural Networks C Programming
Bachelor of Technology B.Tech), Mechanical Engineering
Manipal Institute of Technology
2018 - 2022
CGPA 7.10/10
Senior Secondary XII, Science
Scholar English Academy, Surat
CBSE board)
Year of completion: 2018
Percentage: 86.00%
Secondary X
Mayo College, Ajmer
CBSE board)
Year of completion: 2016
CGPA 9.60/10
Machine Learning
Steinn Labs, Virtual
Oct 2020 - Nov 2020
I successfully completed a major project which included Extraction of Text from images using OpenCV and Python.
Machine Learning
Microsoft And Entrepreneurship Cell, IIT Kharagpur, Virtual
Apr 2020 - Jun 2020
The internship was for two months. First month was all about educating us as to how Python and Statistics helps in solving
Machine Learning problems. They provided us with a project of predicting car sales price for which they gave us one month.
Class Representative for my Branch for the past 2 years.
Responsible for the sponsorship details for ASME, Manipal.
Organized a major event TRIVIA with ASME, Manipal.
Shooting Captain and Leader of the U17 Rajasthan Team for consecutive two years i.e 201618
TRAININGS
PROJECTS
CONTACT Phone: 91 6354765213
Machine Learning
Stanford Online , Online
Apr 2020 - Nov 2020
Training course consists of basics of Machine Learning concepts. It includes how to use algorithms to gather data and
provide insights from it.
Data Science
IBM, Online
Dec 2019 - Present
This training / specialization has around 9 courses which included:
- Data Science Basics
- Methodology of Data Science
Introduction to Python which also included Pandas, Numpy and Sklearn.
SQL and its basics
Machine Learning and its applications
Optical Character Recognition
Oct 2020 - Nov 2020
https://github.com/abhishektuteja01/dl-proj.git
Successful in Extracting text from Driver License Images which will help the distributors store it digitally with ease.
https://github.com/abhishektuteja01/dl-proj.git
Rank 120: Resume 623 with similarity score 0.08178650644644636
MS , B.TECH , BS work from home , python developer , student c programming , completion , assessment , web development , python , algorithms , resume , javascript , css , intelligence , technology , sql , machine learning , computer science , waiting , html Assessment
Q1. Why should you be hired for this role?
Based on what you have written, I believe your company is looking for a Python Developer who is strong in HTML, CSS, Python, and Machine
learning. I believe my experience in python development, as well as web development for them, will help to grow your business and gain more
leads, Moreover, I am an effective communicator who is skilled with Technical knowledge and of algorithms and Machine Learning. I'd love to
bring my diverse skills set to this internship and As a fresher. I am interested in learning new things, as a student, I learn things theoretically but I
am waiting for an opportunity to implement them in a practical way if will hire me I will do my best, and My goal is simply to learn more and work
more and give 100% always never think any work is small, just love your work and enjoy work.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available to start this internship immediately.
Resume
EDUCAT ION
CONTACT Phone: 91 9340702893
Umair Ahsan
Bhopal, Katihar
Applied 07 Feb'21
Python C Programming CSS
Data Structures HTML Java
JavaScript MSExcel Machine Learning
SQL Artifical Intelligence
Bachelor of Technology B.Tech), Computer Science
TIT Group Of Institution
2017 - 2021
CGPA 7.74/10
Senior Secondary XII, Science
RYM Manihari Colllege,Manihar,Katihar Bihar
BSEB board)
Year of completion: 2017
Percentage: 57.60%
Secondary X
UMS Patni Narayan Pur,Manihari,Katihar
BSEB board)
Year of completion: 2015
Percentage: 61.20%
Rank 121: Resume 90 with similarity score 0.08146969808560915
MS , M.Sc , M.S , BS science intern , work from home performance analysis , design web , showcase , internships , css , adobe photoshop , demand , mar , mysql , authentication , hindi , interior design , postgresql , models , application , adobe illustrator , prediction , resume , java , machine learning , electricity , forming , foundation , completion , assessment , data science , python , forecasting , technology , artificial intelligence , cd , html Assessment
Q1. Why should you be hired for this role?
It will be a great platform to showcase my skill if I get hired in your company. I can strongly say that I'm a quick learner, and believe that whatever
goals I set, I ensure to complete them within a stipulated time.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I will be available for 3 months.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Arthi B
Sulur
Applied 07 Feb'21
Python Adobe Illustrator Adobe Photoshop
C Programming MySQL Java
R Programming
Integrated M.Sc., Data Science
Coimbatore Institute Of Technology
2018 - 2023
CGPA 8.85/10
Senior Secondary XII, Science
Kendriya Vidyalaya, Sulur
CBSE board)
Year of completion: 2018
Percentage: 81.00%
Secondary X
Kendriya Vidyalaya, Sulur
CBSE board)
Year of completion: 2016
CGPA 9.80/10
Data Science Intern
The Sparks Foundation, Virtual
Jan 2021 - Present
Graphic Designing
Image Creative, Coimbatore
Jun 2020 - Aug 2020
Learnt Adobe Photoshop and Illustrator.
Artificial Intelligence With Machine Learning Workshop
VIT, Chennai, Chennai
Jan 2020 - Jan 2020
Performance analysis of various ML techniques on Banknote authentication
Oct 2020 - Oct 2020
Analysing the performance of various ML models to obtain higher
authentication rate.
Tools: Python, MSExcel.
Detection of Parkinson disease
Mar 2020 - Apr 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9566007646
Detection of disease by creating a machine learning model. It has been created using decision tree and regression concept.
Tools: Python
CSMA/CD simulation
Mar 2020 - Mar 2020
Simulation of CSMA/CD using back-off algorithm.
Tools: C
Interior design web application
Jan 2020 - Feb 2020
Web application for storing user details by creating a login, updating last entry on website and design selections details.
Tools: Python Django), Postgresql, HTML, CSS, JS
Electricity demand prediction
Jul 2019 - Sep 2019
Forecasting the demand of electricity by forming a linear model.
Tools: Python, MSExcel
Staff performance analysis
Dec 2018 - Mar 2019
Analysing the performance of each staff using feedback points given by students.
Tools: C, MSExcel
Completed Praveen exam in Dakshin Bharath Hindi Prachar Sabha with distinction.
Rank 122: Resume 84 with similarity score 0.08133534066788484
MS , BS work from home e-commerce , tableau , mumbai , assessment , computer technology , php , python , algorithms , resume , javascript , application , cpp , android , css , ngo , sql , studio , html Assessment
Q1. Why should you be hired for this role?
I have made a website an e-commerce website using php html SQL JavaScript It was a website for jewellery selling. Complete dynamic
website,also created an application in andriod studio using java.Have a knowledge of python ,CPP,tableau.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9765519907
Anushka Bhaurkar
Mumbai, Pune
Applied 25 Dec'20
Android C Programming CSS
HTML Java JavaScript
PHP Algorithms Flutter
Python SQL
Master of Computer Applications MCA, Computer Technology
Veermata Jijabai Technological Institute
2018 - 2021
Worked as a coordinator in an event of an NGO for 2 years.
Volunteered in my college fest
I HAVE CERTIFICATION OF ANDRIOD DEVELOPMENT,PYTHON AND TABLEAU.
Rank 123: Resume 1131 with similarity score 0.08109608443770701
M.Sc , M.S , BS , B.E , MS , B.TECH technical architect , product development , full time , part time , change management api , jenkins , spark , ledger , designation , reference data , office , investment , tibco , nlp , ug , affirmative action , data analytics , spring , cloud , hindi , etl , maintenance , azure , quickfix , unix , kafka , authorization , advanced , english , status , models , spam filtering , email , project , application , lake , aws , apollo , leadership , processing , mumbai , range , object recognition , blockchain , economics , components , change management , flow , machine learning , building , connectivity , framework , context , prime , opencv , yaml , languages , technical discussions , unstructured data , reporting tool , unity , struts , enterprise data , javascript , technology , ethical hacking , insurance , artificial intelligence , program management , usability 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400…
https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400618150a0f0c0… 1/2
Current Designation: Technical Architect
Current Company: LTI
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Economics]
Verified : Phone Number | Email - id
LTI as Technical Architect
Apr 2012 to Till Date
* Product development
o DBWEB: A networked reporting tool on the cloud platform to give the next generation reporting mechanism for Citi
engineering team
o Apollo: Capability of analytical insights finding of the data and thereby helps user with recommendations, sentiment
analysis, object recognition, data clustering, spam filtering for Travelers Insurance
o iverify: Reconciliation based on distributed-ledger technology for ASG
o Takara: In-memory single-point-flow of reference data to front, middle and, back office including data-lake for Nomura
investment bank
o STP Unity: A straight-through-processing services to incorporate no-manual-intervention for Nomura investment bank
o CDS Framework: Portal management framework for Citi
* Responsibilities and accountabilities
o Technical Involvement: Coding, Software engineering processes, deep-dive sessions, design and architectures
o Relationship Management: Manage and nurture delivery relationships and, managing the existing in the context of
RFPs and SOWs
o Reporting and recruitment: Review daily, weekly, monthly status reporting for the projects of team-size 1 to team-size
6
o Program Management: Responsibilities including management and technical discussions including ethical hacking
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Manish Sinha
Technical Architect seeking roles in Software Engineering,Software
Development,Product Development,Project Management,Change
Management,Requirement Gathering,Data Analytics,Artificial Intelligence,Machine
Learning,Jenkins,Azure,Java,NLP,AWS,JSP
Key Skills: Technical Architect,Software Engineering,Software Development,Product Development,Project
Management,Change Management,Quality Management,Requirement Gathering,Data Analytics,Artificial
Intelligence,Machine Learning,Jenkins,Azure,Java,NLP,AWS,JSP
Summary
A highly accomplished technology development executive with substantial experience of leading business-centric development
efforts, designing and implementing a broad range of products and solutions and leading initiatives in career spanning 17 years
* Leadership - Proven leader adept at building solutions to conceive and execute complex partnering and technology
development activities involving cross-functional stakeholders with competing priorities including senior executives
* Financial-technology experience - Significant investment-banking operation technology understanding, designing, and
developing experience spanning multiple geographies and stages of business including prime services(all the products), hedge-
fund, OTC, trade-processing, reporting, reference data app
* Data experience - Extensive experience on ETL, data-processing, machine learning and analytics, STP, in-memory data,
blockchain, enterprise data-integration, structured and unstructured data technologies
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400…
https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400618150a0f0c0… 2/2
and MFA
* Tangible delivery
o Designed and developed on advanced analytics machine learning models and distributed ledger technology
o Implemented STP generic framework including Fix based connectivity to LSE and reconciliation
o Worked on framework components to support and extend usability with other components and frameworks
o Review and implement technological development guide and framework with other partners
o Developed reference data application including API for data-lake
* Technologies
o Java, J2EE, TIBCO, Kafka, Spring Camel, QuickFix, Spark
o OpenCV, StandfordNLP, Yaml, AWS, Azure
UG: B.Tech/B.E. (Computers) from Terna Engineering College, Mumbai in 2003
PG: MS/M.Sc(Science) (Economics) from Purdue University, Krannert School of Management, West Lafayette, Indiana
in 2022
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE, MQ, JSP, Jenkins
Struts, Unix, TIBCO, Kafka, Spring Camel
QuickFix, Spark
OpenCV, StandfordNLP, Yaml, AWS, Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 124: Resume 295 with similarity score 0.0804686918363903
B.E , BS work from home canvas , completion , games , his , assessment , data science , resume , python , javascript , css , technology , pleasure , computer science , html Assessment
Q1. Why should you be hired for this role?
I am someone who tries to find pleasure in his work and would not stop until a proper work has been delivered. Hence, I feel this makes me
standout from other applicants.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available all time.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7014094103
Kushagra Gupta
Jaipur
Applied 25 Dec'20
CSS HTML JavaScript
Python ReactJS
Bachelor of Engineering B.E, Computer Science
Birla Institute Of Technology And Science, Pilani
2017 - 2021
Senior Secondary XII, Science
Ryan International School
CBSE board)
Year of completion: 2017
Percentage: 95.20%
Secondary X
Ryan International School
CBSE board)
Year of completion: 2015
CGPA 10.00/10
Games using HTML, CSS and JavaScript
Dec 2020 - Present
Games using canvas and front end tools like react, javascript css and html were made.
Secured 99 marks in Computer Science
Secured A grades in many courses in BITS Pilani
Pursuing a Minor Degree in Data Science
Rank 125: Resume 148 with similarity score 0.08023071745656735
B.S , MS , B.TECH classifier , software developer intern , digital marketing intern , data scientist , science intern api , training , segmentation , algorithms , data visualization , classification , deep learning , portals , nlp , data mining , information technology , learning techniques , mysql , data analytics , public , keras , maintenance , cluster , ltd , regression models , cloud communications , foosball , college football , supply , business intelligence , application , data cleaning , mask , coursera , eagle , linkedin , processing , computer vision , iit , range , prediction , github , neural networks , google adwords , data analysis , machine learning , running , building , computer science , framework , django , youtube , languages , x , e-commerce , flask , amazon , presentation skills , tournaments , table tennis , tuning , data science , birth , one , python , object detection , campaigns , search , web , video analytics , face recognition , mobile , digital marketing , mail , online Abhinav Tyagi
Date of Birth: 12th October, 1997
Mail: abhi12.tyagi@gmail.com
Contact: 8800729553
LinkedIn: linkedin.com/in/abhinav-tyagi-166530152
GitHub: github.com/abhityagi12
BACHELOR OF TECHNOLOGY
(B.Tech)
Computer Science Engineering
OBJECTIVE
A Data Scientist skilled in building data-driven solution to increase efficiency and accuracy. Experienced in solving complex business problems like Image
Classification, Object Detection and Segmentation using Deep Learning. Skilled in building regression models, predictive models using various Machine
Learning Techniques.
EDUCATION
Qualification School/College Percentage/GPA Year
B.Tech Jaypee Institute of Information Technology, Noida 5.6 2019
XII Vishwa Bharati Public School, Noida / C.B.S.E 89.6 % 2015
X Vishwa Bharati Public School, Noida / C.B.S.E 9.2 2013
PROFESSIONAL EXPERIENCE
Data Science Intern Vidooly Media Tech Pvt. Ltd. 4th September, 2019 – 3rd March, 2020
Vidooly is an online video analytics company based in India. Vidoolys software provides video publishers ranking, audience insights, brand safety score,
audience overlap and a proprietary video engagement score.
Responsibilities: Data Mining, Data Cleaning, Data pre-processing and building machine learning models on the data.
Projects:
Built image classification model to classify images as safe/unsafe based on detection of blood in an image, adult content in image.
Trained YOLOv3 object detection model to detect guns (assault rifles and pistols) in a frame.
Built sentiment classification LSTM model using NLP techniques for YouTube comments analysis by gathering data from YouTube Data API.
Deployed model using Flask.
Perform clustering analysis on tag words to cluster adult and abusive words based on their semantic similarity, phonetic similarity and also
using clustering algorithms.
Software Developer Intern Knowlarity Cloud Communications 3rd June, 2019 – 2nd August 2019
Knowlarity is one of the largest providers of cloud communication solutions to businesses in Southeast Asia and Middle Eastern markets.
Responsibilities: Development and maintenance of companys web application using Python Django framework.
Projects: Developed a LeaderBoard web application using Django for companys weekly tournaments like foosball championship, table tennis
championship, etc.
Digital Marketing Intern Eagle Network Supply Pvt Ltd 28th May, 2018- 13th July, 2018
Eagle Networks Supply is a brand E-Commerce solution provider and online seller in India. They sell a notable range of products categories on online
selling portals like Amazon, Snapdeal, Flipkart, Paytm.
Responsibilities: Improve the presence of Eagle Network Supply on E-Commerce portals by researching on Search Engine Optimizing Techniques.
Projects: Increased sales of companys products on Amazon by running ad campaigns on Amazon Marketing Services and Google AdWords.
PROJECTS
1. Face Mask Detection
Trained YoloV3 model on custom data to detect whether the person is wearing mask correctly, incorrectly or not wearing a mask at all.
2. Blood Detection
Built an image classifier that detected blood in an image by training Resnet50 model on custom dataset containing bloody images on Pytorch.
Achieved an accuracy of 97%.
3. Image Classification Web App
Trained deep neural network on Intel Image Classification dataset and achieved accuracy of 94%. Created a web app to classify uploaded
images using Flask.
4. Face Recognition
Built a face recognizer on Keras by fine-tuning pre-trained VGG16 model and trained it on custom dataset.
5. Custom Object Detection
Detect mobile in an image or video stream using transfer learning with help of DarkFlow framework and YOLO algorithm.
6. Hand Written Digit Recognizer
Trained a deep neural network with only 8000 trainable parameters on MNIST Hand Written Digi dataset and achieved accuracy of 98%.
7. Black Friday Sales Prediction
Trained XgBoost regressor to predict sales prediction and created a web app to predict sales using Django.
8. Foosball Leader-board.
Created a leader board app using Django.
SKILLS
Languages: Python, C, SQL
Tools - Keras, Pytorch, Tensorlfow, Django, Flask, Spyder, Google Colab
Machine learning, Deep learning, Data Science, Convolutional Neural Networks, Computer vision, Data Analysis, Data Visualization, Beautiful Soup,
Data Structures and Algorithms.
CERTIFICATIONS
Neural Networks and Deep Learning- deeplearning.ai, Coursera
Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization- deeplearning.ai, Coursera
Convolutional Neural Networks- deeplearning.ai, Coursera
Tensorflow in Practice Specialization- deep learning.ai, Coursera
Deep Learning Specialization- Deeplearning.ai
Data Science for Engineers- IIT MADRAS
Machine Learning A-Z™: Hands-On Python Data Science--Udemy
MySQL for Data Analytics and Business Intelligence - Udemy
ADDITIONAL INFORMATION
Was captain of the college football team
An effective communicator with strong analytical thinking, decision making and presentation skills.
Always keen to learn new things and ready to take new challenges
Hobbies- Football, Dancing, Travelling, Listening to Music
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
Rank 126: Resume 1264 with similarity score 0.07996708007747332
B.E , MS , B.TECH associate , python developer , product development , software developer , senior software engineer , full time , lead software engineer data warehousing , automation , api , general , algorithm design , adi , algorithms , jenkins , kubernetes , css , designation , ug , affirmative action , mysql , hindi , cloud , scratch , docker , data collection , maintenance , azure , ltd , dynamo , php , jquery , clinical trials , authorization , english , web applications , bootstrap , status , rabbitmq , virtualization , architecture , postgresql , email , project , business intelligence , modular , aws , mongodb , operations , celery , redis , rest , ecs , computer science , languages , django , infrastructure , storage , lua , html5 , flask , amazon , sql server , vmware , python , javascript , technology , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c40…
https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c4005144551090f5… 1/2
Current Designation: Associate Lead Technology
Current Company: Nagarro Software Pvt. Ltd
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd as Associate Lead Technology
Nov 2018 to Till Date
software development and deployment
Capgemini as Senior Software Engineer
Aug 2016 to Nov 2018
python web application, flask,django,Aws, Rest Api, Data warehousing, Cloud Infrastructure automation.
Virtualization operations and development using Vcenter,vro
Credr as Software Engineer
Aug 2015 to Aug 2016
Built, tested and deployed scalable, highly available and modular software products.
Web application, algorithm design, Rest API's for Business Intelligence team.
Built Datawarehouse from scratch.
ADI Group as Software Engineer
Jul 2014 to Aug 2015
Designed Desktop and Web applications.
Implemented innovative systems for data collection, storage and management of Clinical trials.
End to end application development.
Last Active: 7-Feb-21 Last Modified: 12-Jan-21
Suneet Rana
Lead Software Engineer, Application Programming,Requirement Analysis,Solution
Architecture,Python,Django,flask,java,JavaScript,aws,azure,docker,ecs,kubernetes,AKS
Key Skills: Software Development,Solution
Architecture,Python,Django,Java,JavaScript,AWS,Rabbitmq,celery,Postgresql,MySQL,Dynamo Db,Amazon
Redshift,VMware,Data Structures,Algorithms,OOP,ECS,Docker,Jenkins,kubernetes,AKS,SQL Server,AZURE
Summary
Software Engineer skilled at product development, communication and presentations. Experienced in full project life cycle from
design to implementation to integration.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c40…
https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c4005144551090f5… 2/2
UG: B.Tech/B.E. (Computer Science) from CHITKARA UNIVERSITY in 2014
Other Qualifications/Certifications/Programs:
Vskills certified python developer
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Django, Java, Lua, PHP
html5, css, bootstrap
JavaScript, JQuery
RESTful APIs
MySQL, MongoDB
postgresSQL, Redshift
Redis, RabbitMQ, Celery
AWS
DOCKER
ECS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 127: Resume 705 with similarity score 0.07940525733136768
B.E , MS , B.TECH automation consultant , senior systems engineer , full time , software developer automation , api , matplotlib , interfaces , spark , visual studio code , designation , ug , affirmative action , oracle database , adapter , interpersonal skills , hindi , bpmn , databases , new concepts , basic , windows , player , workbench , authorization , english , troubleshooting , go , status , mastering , postgresql , agile , email , project , infosys , application , pandas , live , outage management , sap , numpy , solution architecture , rest , middleware , machine learning , problem solving , computer science , git , offshore , languages , sentiment analysis , landscape maintenance , data science , python , coordinated , javascript , workflow , search , eclipse , jira , technology , root cause analysis , hadoop 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11…
https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11054442090c0e… 1/3
Current Designation: Senior Systems Engineer
Current Company: Infosys Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Gurgaon,Hyderabad,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Infosys Limited as Senior Systems Engineer
Aug 2016 to Till Date
LIVE PROJECTS : 1
Project Title: BotFactory Development and Deployment
Client: Detusche Bank
Duration: From September 2018 to Present
Description: BotFactory is a product of Infosys Limited which is used for developing various reusable Microbots,workerbots
and implementing various client related Usecases. Usecases can be implemented in various technologies like Java,
Python, .Net , RPA , Machine learning ,etc . Camunda BPMN is used for creating automation workflow in BotFactory
environment for various usecases . Automation workflows are tested and finally deployed in client environment.
Responsibilities:
Analyze the requirement with the clients on an ongoing basis.
Followed agile methodology.
Involved in design and development for various bots .
Participated in client interaction meetings.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Shashank Puri
Senior Systems Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Automation Consultant
Key Skills: Python, Elastic Search, Java, SAP PI
Summary
Having total 4.2 years of work experience .
Experience in Design, Development and Implementation of various Python bots and usecases .
Experienced in Machine learning bots like sentiment analysis.
Basic knowledge in Java, Elastic search , Hadoop and Spark, Machine Learning.
Good Handson Experience in Python OOPS concepts, Python rest API concepts, Python collections , exception handling ,
Python with Elastic Search, Numpy, Pandas, Matplotlib, SQL .
Excellent communication, Analytical, Problem solving and Interpersonal skills.
Very good team player, ability to work in a team as well as independently and quick at mastering new concepts and applications,
flexible and adaptable to any working conditions.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11…
https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11054442090c0e… 2/3
Performed stiching of various technology bots to create a workflow
Tested bots and workflows on Camunda BPMN platform.
Environment:
IDE: Eclipse , VisualStudioCode, Jupyter Notebook
Technologies: Python, Java
Databases: PostGreSQL
Tools: Camunda BPMN , JIRA
LIVE PROJECTS : 2
Project Title: Unilever SAP PI Landscape Maintenance
Client: Unilever
Duration: From December 2016 to August 2018
Description: SAP PI is a middleware integration system used to facilitate the exchange of information among a company's
internal
software and systems and those of external parties .
Responsibilities:
Supporting end to end root cause analysis for a business or technical issue utilizing SAP workbench tools.
Troubleshooting of errors in Adapter Engine,various critical communication channels and interfaces.
Coordinating with the ABAP team, Basis team,Development team, Country users and onsite team for development and
technical support activities during go-live and post go-live
Worked on Incident Analysis and resolution activities.
Handling ITM Outage Management and Monthly Releases.
Explaining technical issues to clients and define solutions to the issue.
Coordinated and mediated the activities between the offshore team members and clients at onsite.
Environment:
IDE: Eclipse
Technologies: SAP PI 7.3
Databases: Oracle Database
UG: B.Tech/B.E. (Computer Science) from Hindustan Institute of Technology and Science, Chennai in 2016
PG: in 0
Other Qualifications/Certifications/Programs:
Python for Data Science and AI
Machine learning with Python
Education
IT Skills
Skill Name Version Last Used Experience
Python
JAVA
Oracle Database
git, Jira
Visual Studio Code
Jupyter Notebook
Eclipse
WINDOWS
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11…
https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11054442090c0e… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 128: Resume 171 with similarity score 0.07870478900461668
B.S , MS , M.S , BS work from home infection , julia , automation , api , matplotlib , unity 3d , reproduction , physics , deep learning , adobe photoshop , beginner , keras , scipy , natural language processing , english , visualization , virtualization , c# , sql , transmission , pandas , coursera , numpy , fact , adobe illustrator , resume , paper , data analysis , machine learning , opencv , blender , disease surveillance , research , big data , tableau , completion , assessment , scikit-learn , data science , python , workflow , campus , science education , metrics , mathematics , online Assessment
Q1. Why should you be hired for this role?
I have 3 years of experience in python ( and 1 year experience in R and roughly 1.5 years of experience in Data analysis and machine learning
using python and R. Apart from that I am comfortable in MSExcel. I have also worked with big data and hence, have some previous experience in
SQL and beginner level experience in PySpark. I have worked with numpy, Pandas (and Dask), scipy, scikit-learn, keras, Pytorch, Tensorflow
(currently also learning Tensorflow.js) along with plotting libraries like matplotlib, seaborn and GUI virtualization softwares like plotly and Tableau.
Apart from python, I am self-learning Julia for machine learning.
So, I think because of these past-experience and I am a quick learner, I will adjust very quickly with Boongg workflow and get more time to learn
as much as I can from this internship opportunity and give my best.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for these 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
TRAININGS
PROJECTS
Devarsh Patel
Ahmedabad, Pune
Applied 07 Feb'21
Python C Programming English Proficiency Written)
MSOffice Machine Learning Mathematics
OpenCV Physics R Programming
SQL Adobe Illustrator Adobe Photoshop
Blender 3D C# Deep Learning
Natural Language Processing
NLP
Unity 3D
Integrated B.S. & M.S., Mathematics
Indian Institute Of Science Education And Research, Pune
2018 - 2023
CGPA 7.60/10
Senior Secondary XII, Science
Maharaja Agrasen Vidyalaya
CBSE board)
Year of completion: 2018
Percentage: 93.20%
Secondary X
Maharaja Agrasen Vidyalaya
CBSE board)
Year of completion: 2016
CGPA 9.20/10
Data Science
Coursera, Online
Apr 2020 - Present
Using free time in lock down, I enrolled in various online MOOC courses to improve my skill set in fields on Data analysis,
visualization, Machine Learning, Deep Learning. Here is link for all certificates for courses and projects obtained : https://
drive.google.com/drive/folders/1ypKFEvEMYqSr1_jC2sLjvbwg1LBGyrW
Research paper on contact Tracing of COVID19 in Karnataka, India
Nov 2020 - Dec 2020
https://www.medrxiv.org/content/10.1101/2020.12.25.20248668v1.full-text
https://www.medrxiv.org/content/10.1101/2020.12.25.20248668v1.full-text
CONTACT Phone: 91 6355200928
India has experienced the second largest outbreak of COVID19 globally. We analyzed contact tracing data collected under
the Integrated Disease Surveillance Programme from Karnataka. We estimated metrics of disease transmission for this data.
Analyzing Covid-19 data for various states and districts of India
Aug 2020 - Present
https://www.covidtoday.in
Worked on backend for the website: www.covidtoday.in
Contributions :
Adding useful data metrics like positivity rate, reproduction number, doubling rate etc. for state and district level data.
Automation of API calls and website data updation
Modelling school reopening in India in Covid-19 setting
Dec 2020 - Present
https://github.com/kzuri/school_reopening_model
Many states of India have started to reopen schools and colleges despite the fact that Covid-19 is still on rise. So this model
analyses fact how number of infection evolves in campus with different intervention methods in place.
https://www.covidtoday.in/
https://github.com/kzuri/school_reopening_model
Rank 129: Resume 1150 with similarity score 0.07851151427441887
B.E , MS , B.TECH full time , data engineer , software developer award , antlr , general , spark , designation , demand , ug , affirmative action , information technology , bash , hindi , azure , kafka , authorization , advanced , english , status , cpg industry , sql , email , lake , aws , amazon web services , less , grammar , s3 , machine learning , shell scripting , ec2 , framework , languages , sas , big data , scala , it , python , javascript , hats , etl , hadoop , data processing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165…
https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165244455d5f000… 1/2
Current Designation: Data Engineer
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Delhi / NCR,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree Limited as Data Engineer
Nov 2017 to Till Date
Experience working on churning and analyzing data related to CPG industry.
Used advanced SQL queries on AWS redshift/ Azure SQL to build complex logic for big chunk of data.
Able to migrate the whole data to AWS S3 data lake/ Azure data lake and also scaling up the present spark ETL
processes on AWS EMR/ Azure hdinsight.
Leverage multiple libraries in python for data pre-processing.
Able to orchestrate end to end process from data processing to modelling using shell scripting and put it into a single
working framework.
Migrated from existing usage of On-demand EC2 instance to Spot EC2 instance which reduce the overall churn cost by
around 70%.
Developed ANTLR grammar and listener that converted 40k lines of SAS code to required structure in 2 seconds,
which reduced manual effort. Received Hats Off award for this work and it was registered for Unerase contest in Mindtree..
UG: B.Tech/B.E. (Computers) from Jaypee Institute of Information Technology, Noida in 2017
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
Ayush Trivedi
AWS | Big-Data | Spark | Scala | Python | Shell scripting | machine learning | SQL |
Azure | Kafka | powerbi | Antlr
Key Skills: AWS | BigData | Spark | Scala | Python | Shell scripting | machine learning | SQL | Azure | Kafka | powerbi |
Antlr
Summary
AWS | Big-Data | Spark | Scala | Python | Shell scripting | machine learning | SQL | Azure | Kafka | powerbi | Antlr
Work Experience
Education
IT Skills
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165…
https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165244455d5f000… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Amazon Web Services Stack
Azure ETL Services
SQL/PSQL, Java, Scala, Python
Bash/Shell Scripting, R
Hadoop Big Data Ecosystems
Kafka, PowerBI, Antlr
MACHINE LEARNING
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 130: Resume 1187 with similarity score 0.07845300723953466
B.E , MS , B.TECH information security , senior software engineer , executive director , part time , full time , technical lead , vp , engineering leader big data analytics , data warehousing , lite , general , algorithms , scrum , workflow management , microsoft office , ug , technical vision , vue , deliverables , iso 27001 , affirmative action , design , promo , jewelry , cloud , angular , nokia , hindi , maintenance , firebase , azure , architects , product engineering , power bi , information security , amazon redshift , snowflake , ios , authorization , teams , english , status , deliveries , agile , stakeholder management , email , project , sql , google , https , application , aws , symbian , leadership , devices , product management , solution architecture , new features , redis , android , fixing , supermarkets , ipad , hiring , building , repository , computer science , athena , django , languages , kannada , data science , mobile , one , javascript , jira , ml , trello , technology , insurance , catalogue 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f0243420816…
https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f02434208160b12415c5b09… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Impact Analytics - https impactanalytics.co as Executive Director - Engineering
Sep 2015 to Jan 2021
Product Engineering
Built the Products Engineering team at Impact Analytics which is now
recognised as one of the fastest growing startups by INC, Forbes and Deloitte.
Provided the technical vision and direction for multiple agile teams working to
deliver the platform for delivering multiple products.
Responsible for hiring decisions and managing the deliveries for various
products along with its team which includes Architects and Product Managers.
Evaluate the challenges faced by the Product and Business teams and take
plan actions to mitigate the risks.
Communicate with stakeholders the impact of market and technology changes
and potential effects on engineering.
Provide solutions without compromising quality while optimizing cost.
Built cloud based products which are reliable, highly Available, Scalable ,
Maintainable and Secure.
Defined architecture and tech stack for the product PromoSmart which formed
the base for various other products at the company.
Delivered a completely Serverless product Audit Smart which using GCP
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Anant Bhandarkar
Executive Director seeking roles in Design Development, Solution Architecture, Impact
Analysis, Product Engineering, Stakeholder Management, Data Science, Project
Management, Big Data Analytics, Azure, AWS, SQL DB, Power Bi, Amazon
Redshift,Snowflake
Key Skills: Executive Director, Head/VP/GM, Design Development, Solution Architecture, Impact Analysis, Product
Engineering, Stakeholder Management, Data Science, Project Management, Big Data Analytics, Azure, AWS, SQL DB,
Power Bi, Amazon Redshift, Snowflake
Summary
Engineering leader having 14 years of experience designing and developing world class
products and solutions.
5+ years of Senior leadership experience building, managing and growing engineering teams.
Defined the RoadMap and vision along with driving the development of now flagship product
PromoSmart at Impact Analytics which has delivered upto 200+ Million in Top Line
improvement through promo effectiveness for various retailers.
Delivered the product Audit Smart which helps automate the audit of claims for an Insurance
client saving the client upto 1.5Million $ every quarter.
Delivered on Image Recognition based App which was the Winner of P&G's Global AI
Innovation Challenge 2018 and is currently being used by P&G representatives.
Provided the technical vision and direction for multiple agile teams working on delivering
platform meant for multiple products.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f0243420816…
https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f02434208160b12415c5b09… 2/3
Google Firebase and BigQuery.
Driving the Image Recognition based Android App RackSmart , the Winner of
P&G's Global AI Innovation Challenge 2018 which uses on device Tensorflow
lite model to recognise and count products on shelf at local stores and
supermarkets.
Delivered iPad based App Jewelry Connector which is being used at stores
help customers browse through catalogue of available items quickly.
Managing the DevSecOps practice which maintains the AWS, Google and
Azure cloud deployments.
Driving compliance practice of various policies for SOC2 and ISO 27001.
Currently managing deliverables of various products for multiple client
powered by AI / ML / Datascience algorithms .
Defined complete tech stack which includes React, Angular, Vue on Frontend,
NodeJS on the backend, Postgres as DB, Redis for caching , BigQuery,
Athena, Redshift, Snowflake used for data-warehousing and analytics.
Managing Agile Scrum tasks using Jira and Trello for workflow management,
Bit Bucket as Code repository.
Have been successful in retaining talent by ensuring high work satisfaction
levels.
Click Software as Senior Software Engineer
Nov 2014 to Jul 2015
Worked on iOS and Brew versions of Street Smart Offering.
Worked on new features development, bug fixing and release of the iOS and
Brew App.
Accenture as Technical Lead
Apr 2010 to Nov 2014
Built the team and Lead the development effort for Mobile Wallet Application
Softcard which was eventually acquired by Google.
Responsible for most of the project management activities such as Sprint
planning for the team
Microsoft Office for Symbian devices at Nokia.
UG: B.Tech/B.E. (Computer Science) from VTU Belgaum in 2006
PG: MBA/PGDM (Project Management), Part time from United Business Institute (UBI) Brussels in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Big Data
INFORMATION SECURITY 0 Year(s) 0 Month(s)
AWS 2020 5 Year(s) 0 Month(s)
DATA WAREHOUSING 5 Year(s) 0 Month(s)
DynamoDB, Cognito
STARTUP 5 Year(s) 0 Month(s)
PRODUCT MANAGEMENT 7 Year(s) 0 Month(s)
Big Data 2020 5 Year(s) 0 Month(s)
GCP 2020 5 Year(s) 0 Month(s)
React Node Django Postgres 0 5 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f0243420816…
https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f02434208160b12415c5b09… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Kannada Proficient
Hindi Proficient
Rank 131: Resume 1070 with similarity score 0.07836894205853048
B.E , MS , B.TECH python developer , devops , full time , software developer nxp , codes , web development , customer , jenkins , devops , api development , man , data visualization , semiconductor , atom , designation , general electric , web analytics , data migration , change requests , microsoft office , affirmative action , suggestions , oracle , technical architecture , hindi , docker , glue , linux , maintenance , dynamo , unix , gateway , autosys , test cases , player , json , cluster , windows , authorization , english , status , email , project , application , aws , live , microsoft excel , focus , bitbucket , obiee , rest , writing , s3 , git , shell scripting , yaml , ec2 , putty , pycharm , research , athena , languages , database , data integration , python , pip , javascript , cloud computing , technology , agile methodologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a12…
https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a120044430b090e… 1/3
Current Designation: AWS /Python Developer
Current Company: L&T Infotech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
L&T Infotech as AWS /Python Developer
Dec 2017 to Till Date
Project: 3 : Development March 2019- till date
Role: APIs Developer (AWS)
Customer: PGE (Portland General Electric)
Responsibilities:
1. Write lambda Functions code for as per the required request and response body.
2. Writing unit testcases for each API and review all the codes precisely.
Team Size:
5
Technologies: Python, AWS, JSON/yaml, DynamoDB
Description:
* Developed APIs as per the Clients requirement.
* Involved in template formation on Cloud Platform.
* Used tools like Postman, Jenkins, PyCharm, VSCode.
Role & Responsibilities:
* Worked on APIs for Sprint timeline
* Worked on Lambda Function/lambda handler based on Python language.
Last Active: 29-Jan-21 Last Modified: 29-Jan-21
SHRAWANI SINGH
IMMEDIATE JOIN. AWS/Python Developer seeking roles in Software
Development,Application Programming,System Analysis,Technical
Architecture,Requirement Gathering,Cloud Computing,Data Integration,Agile
Methodology,Python,AWS,Jenkins,Putty
Key Skills: AWS/Python Developer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Cloud Computing,Data Integration,Agile
Methodology,Python,AWS,Jenkins,Linux,Putty
Summary
Overall, 3 years of IT experience as AWS Cloud and Python Developer.
* Developer of API Development team with expertise in Python, Lambda, Dynamo DB, S3, EC2, Route 53,
VPC, Cloud watch, API Gateway, Post man, Jenkins, Bitbucket.
* Familiarity with Concepts of Cloud Formation and ability to provide a suitable deployment environment.
* Hands on Experience in creating templates using Cloud Formation based on JSON/Yaml.
* Proficient with data integration and data visualization of reports using Unix Shell Scripting, Oracle BI,
Autosys, Redshift.
* Ability to generate insights and convert them into actionable suggestions for the business.
* Proven team player and effective at both the executive and individual contributor levels.
* Very well versed with Agile methodologies and devOps.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a12…
https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a120044430b090e… 2/3
* Created all the required database using DynamoDB, RDS.
* Client interaction to gather required information.
* Troubleshot, tested and remedied identified issues before software
deployment.
* Performed unit Test Cases for every API using Pytest and unit test
Project 2: Data Migration and report generation October 2018- Jan 2019
Role: Migration on OBIEE Platform(based on AWS
along with other tools)
Customer: Bank(Confidential)
Team Size:
Technologies: 7
Python, Shell Scripting, Red Shift DB Cluster, S3, Lambda, Autosys, Oracle BI,
Putty.
Description:
* Migration of reports using Oracle Bi tool and created excel report sheet
for the same.
* Generation of the reports using script commands
Role & Responsibilities:
* Research and understand an undocumented setup and application.
* Worked on Web Focus and Hexanika.
Project : 1 Web development using ReactJs
Role: ReactJs Junior Developer
Customer: NXP Semiconductor (US) Feb 2018- Sep 2018
Team Size:
Technologies:
5
ReactJs, React Boilerplate, Atom Editor, REST Api
Role & Responsibilities:
* Worked on a project to create a User Interface using ReactJs.
* Worked on some modules for Web analytics using App measurement,
Dynamic tag managements.
* Tested all modules prior to applications going live to alleviate bugs and
troubleshoot issues
* Worked on enhancements, change requests and improvements as per
the client requests
* Performed functional, non-functional, regression and performance tests
for updated systems
UG: B.Tech/B.E. (Computers) from Lakshmibai Narain College of Technology, Bhopal in 2017
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Python, JSON, Unix Shell Scripting
ReactJS, J2SE, Glue, Athena, Docker
Boto3, Boto Core, JSON for Python
DATA STRUCTURE
Windows 10/8/7, Unix/Linux
PyCharm, Git, Bit Bucket, Jenkins
Postman, Putty
PIP, Microsoft office, Microsoft Excel
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a12…
https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a120044430b090e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 132: Resume 983 with similarity score 0.07823815756263196
B.E , MS , B.TECH , BS software engineer , quality assurance , software developer , full time , informatica automation , retail , parcel , transport systems , streamlining , telugu , project managers , carriers , data migration , vendors , affirmative action , health , samsung , hindi , cloud , etl , vendor management , data collection , azure , accessories , maintenance , toshiba , consumer privacy , authorization , english , shopping , teams , status , postgresql , email , fedex , store , transportation , operations , facebook , art , data analysis , privacy act , flow , online , microsoft access , resolve , languages , payments , supply chain , teradata , kannada , merchandising , textiles , data integration , it , javascript , history , organization , technology , data engineering , talend , database , feeds 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f13…
https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f130543475b0b0b5… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Fashion / Garments / Merchandising
Role: Fresher
Industry: Textiles/Garments/Accessories
Total Experience: 2 Year(s) 10 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Lowe's as Software Engineer
Aug 2017 to May 2020
Ready to join on immediate basis.
Lowes India as Software Engineer-Data Engineering
Jul 2017 to May 2020
Gathered data on integration issues and vulnerabilities
and reported all findings, including improvement
recommendations.
Orchestrated smooth and effective flow of
Pricing/Promotions, Transport , Vendor Management and
advertisement data to support Lowe's clients using
Informatica and Talend as data integration tools.
Worked with project managers, quality assurance and
customers to resolve technical issues.
Worked with client teams to understand and deliver data
needs.
Over the course of these many projects , I have
effectively worked on multiple Data Bases : Microsoft
Access, DB2, Teradata, PostgreSQL, Azure DataBase.
PROJECTS
Pricing and Promotions ( Tools : Informatica + Talend)
02/2018 - 03/2020)
Worked on the Pricing and Promotions data of Lowe's , generating
reports regarding the performance of products , and automation of
report creation.
Understood how promotions have an impact on the overall financial
health of an organization and how the pricing of products should
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Abhinav K Bhargav
Software Engineer with 3 years experience in ETL seeking assignments in Supply
Chain management roles
Key Skills: Software Engineer,Software Developer,Software Engineering,Database Engineering,Data Analysis,Data
Mapping,Data Transition,Data Modelling,Data Collection,Data Analysis,Data Integration,Microsoft
Access,DB2,Teradata,PostgreSQL,Azure DataBase
Summary
Having started working right after college, I learned a lot about ETL development, Build, Release, and Maintenance processes.
Dealing with data from a supply chain made me appreciate the intricacies of a Supply Chain and it's impact on a business. I
wish to translate my learnings and work experience into a fruitful career in Supply Chain Management.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f13…
https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f130543475b0b0b5… 2/3
react to market needs.
Transport Management Systems ( Tools : Informatica)
09/2018 - 08/2019)
Optimizing large volumes data consumed and generated by the
Transportation System of Lowe's - Worked on Azure Cloud to
perform ETL operations.
This helped me understand how important transport systems plays
in a retail giant.
Parcel Pay ( Tools : Talend) (01/2020 - 05/2020)
This is also related to the transport management of Lowe's -
Optimized the data consumed for payments of Lowes'
transportation partners.
Automating the payments data migration for specific carriers such
as UPS and FedEx.
Vendor Automated Tracking System ( Tools :
Informatica) (10/2019 - 01/2020)
To deliver data based on how much amount as to be paid to Lowe's
vendors such as Samsung, Toshiba, etc based on sales from Lowe's.
Facebook Feeds ( Tools : Informatica)
08/2019 - 11/2019)
To deliver data to Facebook for advertisements targeted customers
based on their individual shopping history with Lowe's. This project
also dealt with the CCPA (California Consumer Privacy Act)
compliance requirements.
ART ( Tools : Informatica) (01/2020 - 05/2020)
Created a master file for RONA - a Canadian subsidiary of Lowe's.
This mater file contained all information required by RONA -
Financal History , Sales , Location and Transportation - for both
store and online purchases.
This master file helps in streamlining the data for RONA's supply
chain.
UG: B.Tech/B.E. (Computers) from BNM Institute of Technology,affiliated To VTU in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SQL
Microsoft Access, DB2, Teradata
PostgreSQL, Azure DataBase
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f13…
https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f130543475b0b0b5… 3/3
Rank 133: Resume 901 with similarity score 0.07791893519810063
B.E , B.TECH , BS full stack developer , senior software engineer , full time , software developer core java , customer , connect , addition , docker , linux , gateway , macos , node.js , status , express , store , data architecture , bridge , xml , testing , components , ec2 , django , infrastructure , principle , data transformation , apple , organization , kubernetes , designation , server management , data transfer , mar , facebook api , hindi , gap analysis , firebase , json , english , project , video , consolidation , performance tuning , rest , data analysis , kanban , intermediate , javascript , history , technology , business requirements , reporting , web development , general , scrum , neo4j , data migration , affirmative action , hub , maintenance , unix , email , aws , saas , output , languages , android sdk , cassandra , program management , database , ajax , performance management , ug , authentication , conversant , authorization , application , electronics , s3 , statistics , python , administrative 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b150845…
https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b1508455144475e0b5f… 1/3
Current Designation: Senior Software Engineer
Current Company: Ernst & Young
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Ernst & Young as Senior Software Engineer
Aug 2020 to Till Date
Provide service as per client requirement with the high level of output model
Quest Global as Senior Software Engineer
Jun 2019 to Aug 2020
Creating hierarchy structure by implementing Neo4j. Creating Rest API using node express and deployed inside docker
infrastructure.
Responsibilities:
Created hierarchy product Tree structure
Addition of Node
Dynamic component creation using React
Creating Rest API using Node Express
Create Docker Image and upload to apple?s docker hub.
Deployed inside Kubernetes
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Nihar Mishra
Senior Software Engineer seeking assignments in Software Development,Application
Programming,Program Management,Project Management,Requirement
Gathering,System Analysis,Gap Analysis,Python,Javascript,Core Java,Linux,XML,Ajax
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,Program
Management,Project Management,Requirement Gathering,System Analysis,Gap Analysis,Python,Javascript,Core
Java,Linux,XML,Ajax,Android SDK
Summary
Over 3 years of extensive experience in Web Development using Python, Node, Well conversant with Server management,
Data Architecture, Data Analysis, Data Migration & Rest API.
Well Understanding in React and Node Architecture.
Hands on experience in deploying project inside Docker container.
Good understanding of D3.
In depth understanding/knowledge of Cassandra Architecture and various components such as Partitioning, Clustering, Batch,
Table Index concepts to analyze large data sets efficiently.
Hands on Experience in Implementing Recommendation Engine using Statistical Model.
Knowledge of administrative tasks such as Creating and Managing Ec2 instance, Elastic Ip connection, VPC integration, Docker
Container management and image creation.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b150845…
https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b1508455144475e0b5f… 2/3
Tools/Technology/Platform
React Js, D3, Node.js, Neo4j, Docker
Duration: 3 Months
S&T Reporting
Organization:
Quest-Global, BBSR
Client: Apple
The project consists of Reporting as well as monitoring, and performance management.
Responsibilities:
Created Script file to Automate procedures.
Worked on Migration and Consolidation activities between various clusters.
Worked on Version Up gradation task.
Support App Team by solving the various and different issues.
Worked on implementing and promoting Scripts.
Python , Cassandra
Duration: 5 Months
Muvi as Full Stack Developer
Mar 2017 to Jun 2019
Recommendation Engine
This Project related to Collect data from various customer/domain and predict recommendation based on their history. It's
a SaaS based platform.
Responsibilities:
Create Appropriate statistical Model based on various domain data.
Develop API gateway for seamless data transformation.
Connect Ui to backend using Ajax
Creating data model using Django-ORM.
Creating Authentication bridge between cross-server.
Used Pylint for testing.
Create Docker Image out of it.
Performed various performance tuning techniques to optimized performance.
Python, Django, S3
Duration: 2 Year
Android App Development
Developed Native Android applications. Applications used for Video, Audio streaming over CDN based URLs.
Responsibilities:
Worked all project phases: Planning, design, development, Testing, Install in Play Store.
Worked under Scrum and Kanban principle.
Understanding and Analysis of existing processes with respect to business requirements. Gathering new requirements,
Analysis, Design and Development.
Designing the approach for compatibility and customizing the application.
Connecting the App with the database using Rest API and Json Data as an intermediate.
Used Firebase for Real Time data Transfer.
Identify the issues and resolving. Collect statistics, monitoring execution plan.
Android APIs, Android SDK Tools, Core Java, XML, Firebase, Facebook API.
Duration: 5 Months
UG: B.Tech/B.E. (Electronics/Telecommunication) from Radhakrishna Institute Of Engineering And Technology Odisha
in 2016
Education
IT Skills
Skill Name Version Last Used Experience
Full Stack
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b150845…
https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b1508455144475e0b5f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Python, JavaScript
macOS, UNIX, Linux
Cassandra, Neo4j
AWS, Django, Node.js, Docker
React Js, D3 File System
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odiya
Rank 134: Resume 1177 with similarity score 0.07781712074497368
B.E , MS , B.TECH agile developer , software developer , full time , systems engineer , system engineer file management , functionality , training , customer , designation , ug , object-oriented programming , affirmative action , hindi , databases , maintenance , ltd , business logic , investigation , authorization , english , wallets , status , agile , email , project , infosys , application , requirements gathering , pl/sql , key chains , c++ , fundamentals , languages , foundation , python , javascript , business requirements , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d18…
https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d180a44490c0b090… 1/2
Current Designation: Senior System Engineer
Current Company: Infosys Ltd.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Ltd. as Senior System Engineer
Sep 2018 to Till Date
Project: Customer file management
April 2019-Present
Roles and Responsibilities:
Proficient in development of package, procedure, triggers, functions, SQL and PL/SQL scripts
which implements complete business logic, desired user functionality.
As a responsible developer and tester supported in identification, investigation and
providing quick solution to the defects generated on production environments.
Query to database to extract data for business-critical requirements.
Capability to work with customers & maintain a consistent delivery within the allotted
deadlines.
Developed BI reports for a major logistics client.
Contributed to team effort of designing numerous simple to complex SQL and
statements to query database according to business requirements.
Evaluated table relationships to determine the most efficient query designs to return
requested results.
Actively aid the team in different phases of the project including problem definition,
effort estimation, diagnosis, solution generation, design and deployment.
Systems Engineer Trainee at Infosys, Mysore
September 2018 - January 2019
Professionally Trained in Python,Databases,Data Structures and System Design under Infosys
Training Program.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Palak Rathore
Senior System Engineer seeking roles in application development,requirements
gathering,database management,solution design,coding,application
maintenance,coding,Java Core,PL/SQL,C/C++,SQL,React
JS,Python,SQL,HTML,JavaScript,ReactJS,Data Structures
Key Skills: Senior System Engineer,Software Developer,application development,requirements gathering,database
management,solution design,coding,application maintenance,coding,Java Core,PL/SQL,C/C++,SQL,React
JS,Python,SQL,HTML,JavaScript,ReactJS,Data Structures
Summary
Sr. System engineer with 2+ years of experience in application development. Experience in dealing with
ambiguous requirements and partnering with multiple clients throughout the project
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d18…
https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d180a44490c0b090… 2/2
Major Project: IOT based Device Detection
Description: It basically detects your important daily use Items like wallets, key chains etc
that you have kept somewhere but forgotten. It reduces your time for the finding those
things.
UG: B.Tech/B.E. (Computers) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2018
Other Qualifications/Certifications/Programs:
Infosys Global Agile Developer Certification, Infosys Certified PL/SQL Foundation
Infosys Certified Programming Fundamentals using Python
Infosys Certified Object-Oriented Programming using Python
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java Core, PL/SQL, C/C++
SQL, React JS ,Python
HTML, JavaScript, ReactJS
Data Structures
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 135: Resume 76 with similarity score 0.07772998554002222
MS , B.TECH work from home , classifier forest , blogs , data analytics , shape , sales analysis , ratings , models , project , application , coursera , focus , microsoft excel , linkedin , prediction , resume , ibm , java , nltk , machine learning , correlation , computer science , credit card fraud , flask , dashboard , sms , tableau , assessment , lovely , data science , python , technology , fraud detection , working experience , online Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field. I have all the skills and qualifications listed in the
job description, and if you hire me, I promise to deliver quality work throughout the tenure of the internship. My career goals align perfectly with
your company, and I'd like nothing more than a chance to be a part of it.
Proficient in python, data analytics, machine learning.
Familiar with machine learning libraries like scikit learn.
Proficient in creating Dashboard for data in data analytics and creating end to end data science application. I have
Made models for house price prediction, movie recommendation system, Credit Card Fraud detection. I have also
Worked on end to end data science project models .
You can check all my projects from the bellow repo:
https://github.com/Ankush123456-code
and my LinkedIn from here
https://www.linkedin.com/in/ankush-kunwar777/
You can check my medium blogs from here.
https://ankushkunwar7777.medium.com/
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I available to work in your esteemed from this point of time. As this internship is home based I would like to start the internship at this regular point
of time.
Resume
EDUCAT ION
TRAININGS
PROJECTS
Ankush Kunwar
Jalandhar, Phagwara
Applied 07 Feb'21
Python C Programming Java
MSExcel Machine Learning Tableau
Bachelor of Technology B.Tech), Computer Science & Engineering
Lovely Professional University
2018 - 2022
CGPA 7.74/10
Analytics
Coursera, Online
Oct 2020 - Nov 2020
IBM Data Science
IBM, Online
Apr 2020 - Jul 2020
Fare_prediction_
Dec 2020 - Dec 2020
https://github.com/Ankush123456-code/Fare_prediction_
In this project I have used Random forest Regressor and done a lot of data preprocessing on raw data finally get accuracy of
approximately 81 percent . This project is mainly focus of data preprocessing.
Movie recommendation system
Oct 2020 - Nov 2020
https://github.com/Ankush123456-code/Movies_Reccomender_system
This recommendation systems is work on correlation of movies according to ratings given by user.
Spam_Classifier
https://github.com/Ankush123456-code/Fare_prediction_
https://github.com/Ankush123456-code/Movies_Reccomender_system
CONTACT Phone: 91 8619202104
Nov 2020 - Nov 2020
https://github.com/Ankush123456-code/Spam_Classifier
Sms spam classifier using nltk and Naive byes model.
house_price_prediction_end_to_end_project
Sep 2020 - Oct 2020
https://github.com/Ankush123456-code/house_price_prediction_end_to_end_project
I have used machine learning algorithm(linear regression) in this project for predicting house price and deployed this model
with the help of flask.
Sales Analysis Dashboard from Microsoft Excel
Sep 2020 - Sep 2020
https://github.com/Ankush123456-code/Sales_analysis_using_excel
Made dashboard using excel
https://github.com/Ankush123456-code/Spam_Classifier
https://github.com/Ankush123456-code/house_price_prediction_end_to_end_project
https://github.com/Ankush123456-code/Sales_analysis_using_excel
Rank 136: Resume 293 with similarity score 0.07761495423621395
B.E , MS , BS work from home training , deep learning , sqlite , mysql , principles , public , unix , visual basic , application , introduction to , pyqt , resume , machine learning , computer science , completion , assessment , data science , python , technology , mathematics , html , database , online Assessment
Q1. Why should you be hired for this role?
I have done data science and machine learning course and need to know about deep learning skills
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months starting from March 1st
Resume
EDUCAT ION
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8287578087
Kumar Prince
Bhagalpur, Delhi
Applied 09 Feb'21
Database Management
System DBMS
HTML MSExcel
MSWord Mathematics MySQL
Unix Visual Basic VB
Bachelor of Engineering B.E, Computer Science & Engineering
SRI KRISHNA INSTITUTE OF TECHNOLOGY
2012 - 2017
CGPA 6.12/9
Senior Secondary XII, Science
NIOS
NIOS board)
Year of completion: 2011
CGPA 7.24/10
Secondary X
DAV Public School
CBSE board)
Year of completion: 2009
CGPA 8.72/10
Programming With Python
Internshala Trainings, Online
Jul 2020 - Sep 2020
Successfully completed a six weeks online certified training on Programming with Python. The training consisted of
Introduction to Python, Using Variables in Python, Basics of Programming in Python, Principles of Object-oriented
Programming OOP, Co nnecting to SQLite Database, Developing a GUI with PyQT and Application of Python in Various
Disciplines modules. In the final assessment, I scored 70% marks.
Secured 2nd position in Mathematics with 98% marks in Xth standard in school
Rank 137: Resume 391 with similarity score 0.07648135437286292
MS , B.TECH work from home , team member azure , assessment , toefl , general , prediction , python , resume , elections , nss , universities , history , technology , excel , mining , online Assessment
Q1. Why should you be hired for this role?
I am tech enthusiastic, ready to learn new technologies and work with new ideas, and I work smart and I have worked as important team member
in NSS and I have done my mini projects alone. so the above experience make me adopting new environment quickly and effectively
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes I am available for full-time work from home internship
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8428638871
Pranava Raghava
T iruchirappalli, Hyderabad
Applied 08 Feb'21
Python
Bachelor of Technology B.Tech)
SASTRA DEEMED UNIVERSITY
2017 - 2021
Core team member in NSS @ SASTRA UNVERSITY
SOFTSKILLS
tcs ion, Online
Apr 2020 - May 2020
Anytime frequnent itemset mining in transational data stream
Oct 2020 - Dec 2020
Finding frequent itemset using ANYFI algorithm with help of AZURE DATABricks(TOOL,POWER BITOOL
General Elections in India 2019
Oct 2020 - Nov 2020
In this I have collected the dataset from Kaggle. And the dataset is cleaned and visualized using excel.
Admission Predict
Jun 2019 - Jul 2019
This tool will help GRE aspirants to predict the universities that can grant admission based on their GRE and TOEFL score.
The prediction is calculated based on history data in the previous years.
Tech enthusiastic, ready to dive into industry to gain knowledge about various technologies and develop my ideas to bring
change
Rank 138: Resume 528 with similarity score 0.0763931737739169
B.TECH , BS work from home , classifier training , web development , natural language , internships , data visualization , classification , data analytics , import , english , splits , normalization , models , project , matrix , application , focus , introduction to , steps , resume , vector , android , testing , data analysis , logistic regression , machine learning , computer science , sentiment analysis , foundation , completion , data feeds , assessment , cisco , scikit-learn , data science , python , feature extraction , javascript , technology , financial data , toolkit Assessment
Q1. Why should you be hired for this role?
Dear Sir,
I offer to share my knowledge to provide valuable contributions to you. I can assure you that I will be very focus and eager to help you. I am a
result-oriented, detail-oriented, and self-driven person with commitment who values quality results.
Thank you for taking the time to read my application. I can start the project immediately if you will be chosen me.
Best Regards,
Shantanu
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Shantanu Singh
Ghaziabad, Lucknow
Applied 08 Feb'21
Python Android Java
Data Analytics Data Science JavaScript
Machine Learning
Bachelor of Technology B.Tech), Computer Science & Engineering
Inderprastha Engineering College
2017 - 2021
CGPA 3.00/5
Senior Secondary XII, Science
Central Academy
CBSE BOARD board)
Year of completion: 2015
Percentage: 70.00%
Secondary X
Central Academy
CBSE BOARD board)
Year of completion: 2013
Percentage: 72.00%
Data Science Trainee
The Sparks Foundation, Virtual
Aug 2020 - Sep 2020
Worked on Machine Learning Models and Data Analysis
Software Engineering Virtual Experience
JpMorgan Chase &Co.(insidesherpa), Virtual
Jun 2020 - Jul 2020
Establishing Financial Data Feeds
Frontend Web Development
Data Visualization with Perspective
Vector Machine Classification in Python
Jun 2020 - Jul 2020
https://coursera.org/share/00ffcf4ef7c9735d9fc865b2c336be43
https://coursera.org/share/00ffcf4ef7c9735d9fc865b2c336be43
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7880580300
import the dataset and perform training/testing set splits
Apply feature scaling for normalization
Build an SVM classifier and make Predictions
Build a Confusion Matrix and Visualize the results
COVID19 Data Analysis Using Python
Jul 2020 - Jul 2020
https://coursera.org/share/ffa3818ad39e8193fb5053bfee2c09da
Learned the steps, needed to be taken to prepare your data sources for an analysis
Learned how to look at your data to find a good measure to stablish your analysis based upon
Learned to visualize the result of your analysis
Perform Sentiment Analysis with scikit-learn
Jun 2020 - Jun 2020
https://coursera.org/share/b8418c86eb54bc993e64c6febfe0e3b8
Build and employ a logistic regression classifier using scikit-learn
Clean and pre-process text data
Perform feature extraction with The Natural Language Toolkit NLTK
Tune model hyperparameters and evaluate model accuracy
AMCAT certified in English comprehension-
https://www.myamcat.com/certificate/12246499/in-english-comprehension/283
AMCAT certfied in buisness analyst-
https://www.myamcat.com/certificate/12246499/business-analyst/94
Introduction to Programming Using Python
https://www.coursera.org/account/accomplishments/records/RWP6H3244EHH?
utm_source=link&utm_medium=certificate&utm_content=cert_image&utm_campaign=sharing_cta&utm_prod
uct=course
Python Data Structures
https://www.coursera.org/account/accomplishments/verify/W3FKTVQWD297?
utm_source=link&utm_medium=certificate&utm_content=cert_image&utm_campaign=sharing_cta&utm_prod
uct=course
Cisco
Introduction to Cybersecurity
https://www.youracclaim.com/badges/2d002854850a-432e-8dd6673328879f4b/linked_in_profile
https://coursera.org/share/ffa3818ad39e8193fb5053bfee2c09da
https://coursera.org/share/b8418c86eb54bc993e64c6febfe0e3b8
Rank 139: Resume 527 with similarity score 0.0760449932007201
MS , B.TECH , BS work from home , classifier , research intern , science intern , project leader boost , algorithms , internships , healthcare , open source , filters , security , capstone , deep learning , forest , classification , platforms , information technology , design , data analytics , lidar , databases , motion , azure , provision , bioinformatics , cleansing , downstream processing , artificial neural networks , visualization , classifiers , intelligence , cars , sql , models , project , coursera , pid , map , introduction to , solution architecture , computer vision , prediction , resume , breast cancer , ibm , microsoft , data analysis , logistic regression , machine learning , computer science , jazz , infrastructure , translation , research , heart disease , big data , completion , word , assessment , data science , python , face recognition , object detection , genome sequencing , image segmentation , cloud computing , vectors , online Assessment
Q1. Why should you be hired for this role?
I have all of the skills that you're looking for and I'm confident that I would be a superstar in this Internship role. It's not just my background
handling successful projects in college. I'm also passionate about this industry and I'm driven to deliver high-quality work.
https://drive.google.com/file/d/1RE3s7ty1HPAqpS9Nxo_v8xy0VIqzPFfV/view?usp=drivesdk
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months,starting immediately,for a full-time work from home internship,starting from February 16.
Resume
EDUCAT ION
INTERNSHIPS
Shailesh Dhama
Bangalore
Applied 08 Feb'21
Python Bioinformatics Data Analytics
SQL Artifical Intelligence Deep Learning
Machine Learning R Programming
Bachelor of Technology B.Tech), Computer Science And Information Technology
Reva University
2014 - 2019
CGPA 7.71/10
Senior Secondary XII, Science
Sri Kumarans Composite PU College
KARNATAKA PREUNIVERSITY BOARD board)
Year of completion: 2014
Percentage: 83.50%
Secondary X
Vijaya High School
KARNATAKA SECONDARY SCHOOL EDUCATION BOARD board)
Year of completion: 2012
Percentage: 93.60%
Data Science Intern
MedTourEasy, Virtual
Jan 2021 - Present
Analyze raw data: assessing quality, cleansing, structuring for downstream processing.
Collaborate with the engineering team to bring analytical prototypes to production.
Generate actionable insights for business improvements.
Artificial Neural Networks Intern
BHIGUSA HEALTHCARE, Virtual
Dec 2020 - Present
Researching on Open-Source AI Assessment Platforms
Developing and deploying AI Assessment platforms that can summarize the candidate's strength and provides feedback
Cloud Computing Trainee
MedTourEasy, Virtual
Oct 2020 - Nov 2020
Responsibilities:
· Design and plan and manage a cloud solution architecture
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8884230235
· Manage and provision the cloud solution infrastructure
· Design for security and compliance
· Analyze and optimize technical and business processes
Research Intern
NCBS, Bangalore
Jan 2020 - Feb 2020
Image Segmentation on Cellular Membranes using Computer Vision Algorithms
First Authorship in Research Paper-"Genome Sequencing and Analysis of Cancer Codons" along with Co-Authors
"Prof.Anooja Ali","Prof.Viswanath S Hulipaled"
Project Leader in Graduation Major Project-"Genome Sequencing and Analysis of Cancer Codons"
Self-Driving Cars Specialization
Coursera, Online
Oct 2019 - Nov 2019
Learnt Recursive Least Squares,Linear and Non-Linear Kalman Filters,LIDAR Sensor Models,PID,Feed-forward Neural
Networks,CNN,2D Object Detection,Semantic Segmentation and Map-Aware Motion Prediction and Behavioral Planning and
Mind-Blowing Hands-On.
IBM Data Science Specialisation
Coursera,IBM, Online
Sep 2019 - Oct 2019
Learnt Fascinating Nine Modules such as Introduction to Data Science,Open Source Tools for Data Science,Data Science
Methodologies,Python for AI,Databases and SQL for Data Science,Data Analysis and Visualization and Machine Learning with
Capstone.
Deep Learning Specialization
Coursera, Online
Sep 2019 - Nov 2019
Learnt Fascinating Modules such as Jazz Solo music Generation using LSTM and Neural Style Transfer Algorithm,Debiasing
Word Vectors,Language Translation,Face Recognition,etc.
Heart Disease Prediction using AdaBooost and Random Forest
Sep 2019 - Oct 2019
https://github.com/ShaileshDhama/Heart-Disease-Prediction-using-MLAlgorithms
“Achieved 82.89 Accuracy using Ada-Boost and 89.47 Accuracy using Random Forest”
Facial Keypoints Detection using CNN
Aug 2019 - Sep 2019
https://github.com/ShaileshDhama/Facial-Keypoints-Detection
“Created 4 different models using 4 different classifiers”
Alzheimer Detection and Classification
Sep 2019 - Sep 2019
https://github.com/ShaileshDhama/Alzheimer-Detection-and-Classification
“Got better Accuracy of 86.84% and AUC of 0.872 in Random Forest than SVM, DecisionTree and AdaBoost”
Breast Cancer Analysis and Prediction on Winconsin Dataset
Aug 2019 - Sep 2019
https://github.com/ShaileshDhama/Breast-Cancer-Prediction
“Created Models using Logistic Regression and Ensemble Classifier to detect malignant tumors.”
Genome Sequencing and Analysis of Cancer Codons
Oct 2018 - May 2019
https://github.com/ShaileshDhama/Research-Paper-Genome-Sequencing-and-Analysis-of-Cancer-Codons
Microsoft Certified Azure AI Fundamentals(AI900
Alibaba Cloud Associate[ACA Big Data Certification
Alibaba Cloud Machine Learning Specialty
Alibaba Cloud Big Data Analysis Specialty
Alibaba Cloud Associate[ACA Cloud Computing Certification
https://github.com/ShaileshDhama/Heart-Disease-Prediction-using-ML-Algorithms
https://github.com/ShaileshDhama/Facial-Keypoints-Detection
https://github.com/ShaileshDhama/Alzheimer-Detection-and-Classification
https://github.com/ShaileshDhama/Breast-Cancer-Prediction
https://github.com/ShaileshDhama/Research-Paper-Genome-Sequencing-and-Analysis-of-Cancer-Codons
Rank 140: Resume 226 with similarity score 0.07591559831867033
M.Sc , M.S , BS work from home , school teacher c programming , text mining , automation , less , assessment , project , resume , python , application , css , java , machine learning , computer science , html , sentiment analysis Assessment
Q1. Why should you be hired for this role?
I have been looking for the job where I can apply the knowledge I have earned in the past years. I would take this as an opportunity to learn the
things I am less exposed to. In a way improving my knowledge as well as getting exposed to the entire new world.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 4 months as I have to submit my Internship reports in my college in the month of April.
Resume
EDUCAT ION
JOBS
PROJECTS
CONTACT Phone: 91 9741812304
Harshitha A
Bangalore
Applied 26 Dec'20
Java C Programming C Programming
HTML Machine Learning CSS
Master of Science M.Sc), Computer science
St. Joseph College Of Arts And Science( Autonomous)
2019 - 2021
School Teacher
Narayana Group of institutions, Goravigere
May 2018 - May 2019
HR automation app
Nov 2020 - Dec 2020
My group and I developed a HR automation app which is a desktop application that helps in the selection process of the
candidate to the suitable post in a company. The project used using Python and the concept of Text mining for character
analysis.
Sentiment analysis application
Jun 2019 - Oct 2020
My group and I had developed a mini project using machine learning that predicts the emotions of a person through the text
entered.
Rank 141: Resume 813 with similarity score 0.07590247278781133
B.E , MS , B.TECH full stack developer , software engineer , full time , software developer reporting , automation , react.js , web development , general , css , microsoft azure , validation , designation , pages , ug , telecom , tokenization , affirmative action , studio , data analytics , hindi , maintenance , natural language processing , ltd , jquery , digital , english , authorization , pattern , web applications , bootstrap , status , c# , email , project , data cleaning , exploratory data analysis , selenium webdriver , mumbai , outside plant , electronics , construction , nltk , machine learning , languages , django , asp.net , html5 , sql server , data science , python , javascript , predictive analytics , tkinter , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a14…
https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a145216490b5b0b… 1/3
Current Designation: Software Engineer
Current Company: Accenture Solution Pvt. Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Solution Pvt. Ltd. as Software Engineer
Feb 2018 to Till Date
Relevant Project Experience
Wrong Dispatch - Aristos
Data Analytics on production data for US based telecom company to figure out the pattern of wrong dispatches in different
regions and reduce the number of wrong dispatches which was causing huge loss to client.
Tools and Technologies Used: Python, Spyder, Azure ML Studio.
Roles and Responsibilities:
Pulling the production data from the database using SQL Server.
Data cleaning, exploratory data analysis, and feature engineering using Python.
Used Microsoft Azure Machine Learning Studio for extracting key phrases and reduce the complexity of the text.
Used several natural language processing (NLTK library) techniques such as removing stop words, stemming,
tokenization and created bag of words model using Python.
Built supervised and unsupervised machine learning model for predictive analytics such as Logistics Regression, Decision
Tree and K-means Clustering.
PACE Aristos
PACE is a consolidated Program & Project Management tool.
PACE is a solution that provides capabilities and customization for managing, tracking, and reporting on Clients various
network Civil Construction & Outside Plant project.
Tools and Technologies Used: Python, SQL Server, C#, ASP.NET, GIT
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Shahbaz Khan
Full Stack Developer seeking roles in Web Development, React JS, C#, JavaScript,
ASP.NET, Python.
Key Skills: Application Development,Python,Azure ML Studio,SQL
Server,C#,ASP.NET,GIT,HTML,CSS,JavaScript,Selenium Webdriver,Automation,Django,Microsoft Azure,Web
Developer,Full Stack Developer,Html5,JQuery,Bootstrap
Summary
Professional Developer with 3 years of experience in Full Stack Development and Machine Learning. Adept at designing and
developing digital solutions to automate tasks, predictive analytics and build web applications.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a14…
https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a145216490b5b0b… 2/3
Roles and Responsibilities:
Develop, deploy, and troubleshoot web application using ASP.NET, C#.
Involved in UI design and Validation of various application pages using HTML, CSS, JavaScript etc.
Automated manual repetitive tasks and created GUI based application using Python, tkinter.
Developed web crawler for scraping web application using Selenium, Beautiful Soup.
Worked on relational database using SQL Server to create and update table, view, stored procedure and functions.
Involved in creating and updating detail design and demo document.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Amity University in 2017
Other Qualifications/Certifications/Programs:
Merit Certificate in Data Science Pro-degree.
Microsoft certified Azure Fundamental (AZ-900)
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: May 2018 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 25
Education
IT Skills
Skill Name Version Last Used Experience
SQL Server
C#
Microsoft Azure Machine Learning Studio
JavaScript
Python 3
Selenium WebDriver
ASP.NET
HTML
CSS
React.js 2021 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Projects
Project Title: Aristos
Client: US based telecom company.
Skill Used: HTML5, CSS3, JavaScript, jQuery, C#, ASP.NET, SQL Server 2014, Python, Git, Machine Learning, Selenium.
Role Description: - Responsible for designing and developing web based solutions, automate repetitive tasks and provide
solutions to that can solve business problems.
Project Details: Client: US based telecom company.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a14…
https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a145216490b5b0b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 142: Resume 105 with similarity score 0.07562913708944473
B.E work from home , data management milk , training , css , office , mar , mysql , spring , basic , cloud applications , farmers , status , embedded , c programming , records , resume , electronics , java , presentation skills , hibernate , completion , assessment , python , eclipse , organization , learning , html Assessment
Q1. Why should you be hired for this role?
B.E Degree fresher, I have strong knowledge in Java/J2EE, basic knowledge on spring, hibernate, SQL, HTML, and CSS. A passionate individual
with great interpersonal and communication skills. I am looking for a good organization to explore my knowledge and learn new technologies.
I would like to apply for a job in your company
Yours sincerely,
Ashwini TM
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for this internship programming immediately for both in-office and work from home immediately for a specified duration.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9591592301
Ashwini T M
Bangalore, Tumakuru
Applied 30 Jan'21
Eclipse IDE J2EE Java
MySQL C Programming C Programming
SQL
Bachelor of Engineering B.E, Electronics and Communication
Sri Siddhartha Institute Of Techonology
2016 - 2020
CGPA 8.70/10
Senior Secondary XII, Science
Morarji Desai Model Residential School
STATE board)
Year of completion: 2016
Percentage: 76.00%
B.E Degree fresher, I have strong knowledge in Java, Python C, and C, Embedded programming. I am looking for a good
organization to explore my knowledge and learn new technologies.
Java Training
V-tech Solutions, Tumakuru
Jan 2020 - Mar 2020
Data Management of Milk Dairy using Cloud Applications
Jan 2020 - Jul 2020
The system we can judge the quality of milk more accurately, as well as farmers, will get daily updating of records and
immediate payment status for the milk delivered. Also, farmers will get the proper benefit according to the quality of milk.
1. Positive attitude
2. Good presentation skills, analyzing ability.
3. Hard working and committed towards the given task.
4. Self-learning.
5. Ability to work in a team-oriented and Capable of adapting to different work atmospheres.
Rank 143: Resume 540 with similarity score 0.07546278641287796
B.E , M.E , MS , BS work from home , paid internship , full stack web developer training , collage , internships , css , physics , adobe photoshop , mar , silver , ieee , basic , php , internet , bootstrap , project , wordpress , application , c programming , chrome , gold , resume , machine learning , computer science , flask , photography , assessment , leadership skills , data science , python , it , one , javascript , form , organization , web , technology , freelancer , convincing people , mathematics , html , online Assessment
Q1. Why should you be hired for this role?
I have done 6-month training in Data Science. Where we were given the crucial task of industries and trained accordingly. later then I have done
Data Science project in the hackathon and got selected for the next round, I pursue relevant skills and want to expand my skills by learning new
aspects. I will put my full dedication during the entire internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am fulltime available for 23 months. I have reliable internet and laptop which is needed for this job.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Shivam Bhatt
Ahmedabad
Applied 08 Feb'21
Python C Programming C Programming
Mathematics Adobe Photoshop Bootstrap
CSS Flask HTML
JavaScript MSOffice Machine Learning
Photography Physics ReactJS
Java PHP WordPress
Bachelor of Engineering B.E, Computer Science & Engineering
Silver Oak Collage Of Eng.
2017 - 2021
CGPA 9.26/10
Full Stack Web Developer
Asambhav, Gandhinagar
Apr 2020 - Present
Here I am having perfect web developer experience as I have done work on many trending technology like JS, react, PHP,
Chrome extension and got to learn many more technologies.
This is Paid internship.
I Have Done My Work In This Website
Http://www.bbqfood.uk/, Ahmedabad
Mar 2020 - Mar 2020
I've done college website work and also done 1 website as a freelancer.
Marketing
Silver Oak Institute Of Technology, Ahmedabad
Aug 2018 - Sep 2018
it was a marketing job and the main Goal was to campaign in different firms share the knowledge and to attract students
towards the organization.
which I have done very smartly and got appreciation also.
I am very good at leadership skills.
I have Won a Gold medal at National level in NCSC in 8th std.
I'm good at convincing people
I Have handled one Event under IEEE tech fest(international level).
M.E.D.H.A.
PROJECTS
CONTACT Phone: 91 7984212014
Softwan, Ahmedabad
Aug 2019 - Mar 2020
In that training, we started from learning very basic python and upto all the major concepts of machine learning with mini
projects.
Application for the HR department
Aug 2019 - Sep 2019
Application for the HR department to easily shortlist the candidate based on the RESUME ranking policy and to give an online
test for personality and aptitude The system will generate the test result in graphical form with marks.
Rank 144: Resume 1405 with similarity score 0.07507757332614375
MS , BS erp consultant , sap hana developer , part time , full time , business objects data services , reporting , sap hana , sap fico , customer , telugu , physical layer , security , data validation , designation , sap project management , tamil , affirmative action , sap consulting , oracle , english , etl , test cases , web technologies , import , data modeling , authorization , functional requirements , business logic , teams , webi , bods , enterprise , status , calculations , architecture , specifications , pad , email , sql , integration testing , consideration , models , map , provisioning , less , peer reviews , star schema , road , writing , data analysis , schemas , unit testing , transformation , languages , export , console , empower , data access , technical documentation , data marts , dashboard , replication , kannada , connections , sap implementation , crystal , rights , javascript , crm , load , business requirements , measures , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f125016125e550b… 1/3
Current Designation: SAP HANA Consultant
Current Company: Empower,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Com [Computer Applications]
Verified : Phone Number | Email - id
Empower, as SAP HANA Consultant
Apr 2019 to Till Date
Experience in HANA Modelling. Creating Attribute, Analytical and Calculation views. Establishing
connections with third party database.
Report creation in BI launch Pad 4.2
Interacted with Business Users and Business Analysts to gather and document the Requirements and
translate these to Technical specifications for Development.
Performed Data Validation and Testing of HANA Views.
Trained end users to use various functionalities of BI launch Pad and dashboard also provided
technical support.
Extensively worked on Schemas, Table Definitions, Attributes, Measures & Hierarchies in HANA.
Developed and implemented SAP HANA Data Modeling using Attribute Views, Analytic Views and
Calculation Views (both Graphical & SQL script based)
Extensively worked on Data Provisioning techniques like SLT (SAP and Non-SAP), DXC and SAP BODS
source systems.
Extensively used Data Services Management Console to Schedule jobs, monitor log file and managing
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
KUMAR S
SAP HANA Consultant seeking roles in SAP NATIVE HANA Consulting,SAP
BODS,HANA with SLT,SAP BO,Web Technologies
Key Skills: SAP HANA/ERP Consultant, SAP Consulting, SAP Implementation, SAP Administration, SAP Upgrade, SAP
Support, SAP Security, SAP Project Management, Requirement Gathering, Integration Testing, Unit Testing, Web
Technologies, SAP MM,Sap hana developer
Summary
Having Overall 4+ years of extensive experience in IT industry which SAP HANA experience playing various
key roles in Implementation, development, enhancement and Support.Designed & Developed Attribute views, Analytic views,
and Calculation views.
Export & Import of Packages to analysis the data for Modeling.
Security & Authorization objects (Analytic privilege, System privilege, SQL privilege & Package
privilege) .Expert
Consulting roles handling Customer escalations at major organizations across countries.
Involved in business and Architecture discussions.
Expertise experience in SAP HANA development & Implementation.
Complete understanding of SAP HANA Appliance Architecture.
Developed existing reports in HANA.
Good understanding of Performance consideration while designing HANA views.
Understand the concept of Data Provisioning.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f125016125e550b… 2/3
access rights to users.
Designed & developed BODS Jobs and Complex Workflows and Data flows for extraction of data from
different data sources. Defined separate data stores for each database to connect to the source or
target database.
Documentation of all the Test cases.
Preparing scenarios for Unit Testing and Integration Testing.
Perform Unit testing and Integration testing.
Conduct meetings with core team members to understand the business requirements and
complexities in the system.
Mphasis as SAP HANA Consultant
Oct 2016 to Mar 2019
Involved in BODS process flows for data provisioning in SAP HANA.
Involved in BW data import to HANA system implementation.
Involved in business discussions, Architecture discussions and writing the Technical documentation.
Gathered and analyzed the requirement to replicate the ECC content in HANA using data
provisioning.
Worked very closely with SAP process teams in understanding the functional requirements
Migrated HANA content from development, testing environment to Production environment using
delivery units.
Developed Jobs in SAP Business Objects Data services which do the ETL between BW/CRM/Oracle
and HANA
Involved in enhancements of Data Services Jobs, HANA Models and applying Patches on HANA.
Design and Developed Attribute views, Analytic views and Calculation views
Involved in designing Star schema for data analysis.
Involved in installation and configuration of SAP Business Objects Data Services.
Worked on SLT, BODS process flows for Data-Provisioning to SAP HANA
Supporting user community on HANA related
Worked on creating Semantic layer to provide data access on reports.
Reporting through Crystal Report for Enterprise v14.x
Worked closely with Reporting team on the requirements.
Created Attribute, Analytical and Calculated views as per the requirement needs.
Created procedures in HANA Database.
Worked on Various information models like attribute views, Analytical views and calculation views.
Extracting and Loading the data into HANA Database Using Data Replication tools: DATA SERVIES
(DS).
HANA data modeling using Attribute View, Analytic View and Calculation View.
Contributed in Development and support teams while Extraction, Transformation and Load process
(ETL) to populate the tables in Data marts & Warehouse systems.
Worked with data flows and workflows using BODS and worked on RDS to implement ETL Replication.
Used Rapid Marts for SAP Road Map. Developed ETL transformation.
Used admin tool to creation of repositories by using physical layer, business model and mapping
layer and presentation layers.
Customize the tables, hierarchies, dimensions and aggregations and calculations.
Tested and validated the unit test cases
Organized and customized the presentation layer in a format that is easy for end user to use as basis
for reporting
Involved in unit testing and peer reviews. Designed the ETL processes
Having good experience on SLT Configuration.
Created Unit test reports based on the Business logic.
Involved in creating TD & HLD for HANA reports.
Prepared script-based calculation views.
Worked on creating IDT, Webi Reports.
UG: B.Com (Computer Applications) from Sri Venkateshwara University (SVU), Tirupati in 2016
Education
IT Skills
Skill Name Version Last Used Experience
SAP FICO,SAP MM, SAP SD
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f125016125e550b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Kannada
Rank 145: Resume 736 with similarity score 0.07504603374452623
MS , BS software engineer , associate java developer , product development , software developer , j2ee developer , full time , sql developer quartz , customer , algorithms , ease , docker , beginner , abstraction , ux design , node.js , status , xml , testing , artifacts , building , sentiment analysis , designation , mar , hindi , cloud , ltd , json , english , pressure , project , mongodb , microservices , rest , git , machine learning , documentation , word , one , javascript , predictive analytics , technology , business requirements , logics , general , affirmative action , mysql , samsung , maintenance , jquery , advanced , email , jpa , tomcat , aws , bengali , design patterns , junit , languages , story , tags , hibernate , cassandra , mobile , jira , search , web , sonar , windows 7 , dhtml , database , agile methodologies , ajax , intranet , spring mvc , mockito , segmentation , css , data representation , soap , ug , azure , apache , visualization , authorization , enterprise , spring boot , models , application , netbeans , problem solving , framework , reviews , eclipse 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e580748120119…
https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e5807481201190312125e08010… 1/3
Current Designation: Associate Java Developer
Current Company: Cognizant Technologies Solutions
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technologies Solutions as Associate Java Developer
Aug 2018 to Till Date
Developing and unit-testing application. Following agile practice.
Acclaris Business Solutions Ltd as Software Developer
Dec 2017 to Aug 2018
Product development and maintenance. Developing and testing the story requirements
Alumnus Software Ltd. as Software Engineer
May 2016 to Dec 2017
Experienced JAVA/J2EE developer in analysis, design, development and implementation of Client-Server and Enterprise
applications. Skilled in Java, J2EE, Servlet, JSP, JDBC, JSF 2, Spring MVC, XML, Java Script, ELK and Azure Cloud.
Experienced in development of multi-tier application using J2EE Design Patterns (MVC) and Object Oriented
Last Active: 18-Nov-20 Last Modified: 10-Sep-20
Srijan Sundar Saha
Skilled professional with more than 5.2 years of experienced in end-end development.
Seeking role for software development.
Key Skills: java,j2ee,jdbc,spring mvc, xml,java script,elk,spring boot,spring
batch,hibernate,microservices,soap,sql,html5,maven,junit,mockito,rest ,jpa,node.js,apache tomcat,jboss,mysql,sql
server,cassandra,mongodb,GIT,Azure,AWS,Agile,JSON,JIRA,Sonar,Docker
Summary
Experienced JAVA/J2EE developer in analysis, design, development and implementation of Client-Server and Enterprise
applications.
Skilled in Java, J2EE, Servlet, JSP, JDBC, JSF 2, Spring MVC, XML, Java Script, ELK and Azure Cloud.
Experienced in development of multi-tier application using J2EE Design Patterns (MVC) and Object Oriented Methodologies.
Working with relative ease with different working strategies like Agile Methodologies.
Skilled in understanding Business requirements and Designed documents.
Exposure to all stages of Software Development Life Cycles.
High degree of flexibility and ability to adapt to change in direction.
Proficient in using Tools namely Eclipse, NetBeans, SQL Developer.
Excellent problem solving skills with strong technical background and ability to meet deadlines and work under pressure.
Excellent interpersonal, communication and documentation skills.
Working closely with customers/clients.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e580748120119…
https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e5807481201190312125e08010… 2/3
Methodologies. Working with relative ease with different working strategies like Agile Methodologies.Skilled in
understanding Business requirements and Designed documents. Exposure to all stages of Software Development Life
Cycles.
High degree of flexibility and ability to adapt to change in direction. Proficient in using Tools namely Eclipse, NetBeans,
SQL Developer. Excellent problem solving skills with strong technical background and ability to meet deadlines and work
under pressure. Excellent interpersonal, communication and documentation skills.Working closely with customers/clients.
SkyBits Technologies Pvt. Ltd. as Software Engineer
Mar 2015 to Apr 2016
Title: - SkyBits Operational Website
Platform/Tools: - Windows 7, Eclipse Juno, JBoss 1.7 AS
Technologies: - R, Elastic Search, Java, MySQL, JSP, Spring MVC, DHTML, CSS, Java Script, JQuery, Ajax, JSON.
Team Size: - 4
Description: - SkyBits' Operational Site is an intranet application, provides advanced analytic solutions and services and
allied services like Machine Learning based Descriptive Analytics, Predictive Analytics, Segmentation Solution, Sentiment
Analytics and Targeted Marketing Solution which helps customers understand hidden and counter-intuitive patterns within
their multi-dimensional data and actionable insights, predicting the future, by building a robust and accurate models using
sophisticated machine learning algorithms. Voice of Customer is one of the business cases where reviews of Samsung
mobile from Flipkart and Tata AIG from MouthShut are displayed, aspects from those reviews are mapped and interactive
word cloud each of them are displayed. Real time sentiment analysis from incoming emails.
Role: - Application/Middle-Ware Developer
Responsibilities:-
Involved in building war and resolving dependent artifacts (jars) of the project.
Implemented Spring Web MVC framework for the applying MVC Implementation to the web application.
Used spring's JDBC and DAO, Service layers to offer abstraction for the business from the database related code
(CRUD).
Integrated Imap and Email client with spring.
Integrated Quartz with spring.
Integrated Elastic Search with spring.
Develop UI to display data from Elastic Search.
Developed the User Interface using JSP, JSTL and Spring Tags for embedding business logics.
Involved in Web Portal UX design.
Data representation with functional Visualization.
Participates in, and initiates improvements to established team processes, design, coding review and testing.
UG: BCA (Computers) from West Bengal University of Technology (WBUT) in 2011
PG: MCA (Computers) from West Bengal University of Technology (WBUT) in 2014
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
spring boot 0 2 Year(s) 0 Month(s)
JAVA 7 2018 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Bengali Proficient
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e580748120119…
https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e5807481201190312125e08010… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 146: Resume 759 with similarity score 0.07476147434942594
BSC , BS , B.E , MS , B.TECH , PhD scrum master , information security , associate , user experience manager , long term , software analyst , product development , software specialist , solution architect , full time , senior architect , principal architect , senior software architect , enterprise architect , chief architect dash , customer , window , algorithms , knowledge discovery , restructuring , nlp , prince2 , spring , fdd , mobile phone , flume , airlines , status , specifications , listen , aerospace , store , jdo , mumbai , emulator , serviceability , spin , components , features , statisticians , building , sentiment analysis , soa , cms , organization , crm , italian , registration , automation , spark , open source , designation , modeling , web services , hindi , information security , english , twitter , groups , mongodb , leadership , philips , deals , forms , ops , d3.js , software architecture , flow , prototyping , resolve , togaf , machine learning , c++ , chart , research , lucene , ooad , completion , word , boarding , benchmarking , javascript , pgsql , hadoop , richfaces , reporting , core data , scrum , affirmative action , information technology , oracle , mysql , data analytics , collaboration , user experience , technical direction , massive , maintenance , travel , escalation , strategic planning , social media , email , business analytics , business intelligence , information systems , operations , prediction , design patterns , junit , languages , context , hibernate , big data , hive , information architecture , management system , engineers , velocity , 360 , dictionaries , database , functionality , business architecture , alfresco , data acquisition , segmentation , migrating , emulation , incorporation , ug , step , linguistics , information management , authorization , enterprise , productivity , solr , matrix , application , lake , agile project management , ecosystem , records , indexing , aviation , data systems , mahout , repository , storage , rational software architect , statistics , selenium , uml , hbase , python , communications , reviews , google app engine , refactoring , technology architecture , google cloud 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 1/4
Current Designation: Principal Architect -IT
Current Company: TATA Singapore Airlines
Current Location: Mumbai
Pref. Location: Mumbai,Netherlands,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Aviation / Aerospace Firms
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: International Masters [Information
Technology]
Verified : Phone Number | Email - id
TATA Singapore Airlines as Principal Architect -IT
Sep 2016 to Till Date
Data lake for Business intelligence and Airline route profitability (Architect) 2018 - Till Now
Redshift, Python, Lambda, qliksense, Spark
Data lake provides the target architecture for the enterprise wide single data view. It connects to all the data sources and
data systems and ingests the data-sets at the Redshift. Various tools like qliksense, powerBI connects to the core data
warehouse for business analytics. Airline departments (commercial, flight-ops, airport operations) are common users for
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sachin Khaire
TOGAF, PRINCE 2 Practitioner Principal Architect seeking roles in Agile Project
Management,Software Architecture,Business Intelligence,OOAD,UML,Design
Patterns,Java,C++,C,R,SQL,JavaScript,J2EE,EJB,Jboss-
seam,JSF,Hibernate,Hadoop,Mahout,Spark,Storm
Key Skills: Principal Architect,Solution Architect / Enterprise Architect,Agile Project Management,Software
Architecture,Business Intelligence,OOAD,UML,Design Patterns,Java,C++,C,R,SQL,JavaScript,J2EE,EJB,Jboss-
seam,JSF,Hibernate,Hadoop,Mahout,Spark,Storm
Summary
Work extensively in R&D, Product Development
Design and architecture of product line for analytics over massive data
Reviews, refactoring, restructuring the components into architecture repository.
Leveraging existing technologies in open-source for application
Transitioning the Product to Cloud
Migrating legacy technology architectures into Open source
Strategic planning and Product roadmap
Provide technical direction and guidance
SCRUM master for fast Prototyping
Prioritize features and requirements
Providing route cause analysis
Dealing with architecture issues
Ensure products are defined and documented.
Optimal application of technology
Align Technology group with long term company vision
Recruit great talent
Optimize productivity of new recruits.
Exhibit Dynamic leadership
Jump-starting product development
Motivate and Challenge team
Chart personal growth paths for each associate.
Improvise culture for free flow of knowledge
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 2/4
Data lake.
Customer Discovery for Airline (Machine Learning on Big Data) (Principal Architect) 2017 - 2018
Google Cloud, BigQuery, Sentiment Analysis, Dash boarding, Google App Engine, Social Media Analytics, Machine
Learning
We are building the twitter lake across the entire travel domain for detailed insights about the customers. We designed the
complete chain of all the activities including Listen-Store-ML-Segmentation-Analyze-Measure-Filter and Discover. 360
degree profile of the passengers are vital component based on publicly available tweets will helps us to push customers
from Market.
Enterprise Airline Modeling (Principal Architect) 2017 - Till Now
TOGAF
Airline industry encompasses massive number business processes which incurs the massive information generations,
duplicity of the information, multiple truths, no integration, disconnected departments etc. To resolve the issues we have
initiated the Enterprise Airline Modeling on top of TOGAF. We will be preparing enterprise wide business architecture, data
architecture, and information architecture and technology architecture specifications over complete domain.
Airline Engineering Information Management & Automation System 2016-Till Now
Alfresco, Java, Solr
Airline Engineering demands the radical information management system for managing all the documents, automation of
the user workflows, auto-escalation matrix, DGCA audit information, and information security. System will evolve with
unified search mechanism where single window is provided for searching any related information within complete
information repository.
Xalted Information Systems as Chief Software Architect
Sep 2009 to Sep 2016
Reporting Engine over Big data storage (As Chief Architect) 2015 - 2016 At Xalted
JAVA,JAXWS, JSF, SEAM, SQL, ORACLE, JBOSS, Hadoop,Hive, HBase, Elastic Search, pgSQL,
mySQL,mongoDB,D3,Visjs,Primeface,gMap
K Reporting is the reporting solution and business intelligence platform using KDP and big data storage services with
collaborative analysis.
Knowledge Discovery Ecosystem(As Chief Architect) 2013 - 2015 At Xalted
JAVA,R, JSF, SEAM, SQL, ORACLE, JBOSS, Hadoop,Hive, HBase, Elastic Search, Selenium
Knowledge discovery Ecosystem opens the door for security agencies to solve their problems in collaboration with
Statisticians, Platform engineers, Intelligence modelers, Domain experts and Data acquisition experts.
Real Time Pattern Discovery Engine (As Senior Software Architect) 2012 - 2014 At Xalted
JAVA SQL, ORACLE, Hive
Detect real time crime patterns on real time call detail records. It is custom designed and benchmarked the real time
acquisition system which continuously mines the data. Different calling patterns forms possibility of the criminal behavior.
Social Network Simulator and Benchmarking (As Senior Software Architect) 2011 - 2012 At Xalted
JAVA, SQL, ORACLE, mySQL, Lucene, JBOSS, JDO
SNS is one of its class in-house products which are capable to simulate the behavior of whole world. It simulates the
geographical distribution of the people and groups and simulates all the possible activities including, communications,
banking, social media and travel in near to realistic form.
Telecomm Traffic cu-ration and Analytic system. (As Senior Architect ) 2009 - 2011 at Xalted
JAVA,JAXWS, JSF, SEAM, SQL,PLSQL, ORACLE, JBOSS, Hadoop, Hive, Pig, mySQL, Primeface, gMap
Our project is major part of CMS which deals with monitoring of all cellular and fixed phone data and ISP data as well as
analytic of all such data. TMRS is focused on all the telecomm data analytics over CDR, Subscriber and location
information as well as voice analysis.
ALSI Philips Spin Off as Software Specialist
Jun 2008 to Sep 2009
JAVA, Spring, Hibernate, Jboss, MySQL
First step of long term CRM initiative of organization which directly impacted serviceability of solutions provided to clients.
This was to be executed in different phases where each phase was to be installed and demonstrated at client end.
Alternate Flows management (As Software Analyst) 2008-2009 at ALSI
JAVA, Spring, Hibernate, Jboss, MySQL
Newly implemented flow were to improve capability of machine and give unique market feature to company. Newly
implemented flow was to allow machine to add features with least effort and least design.
Service based architecture transition(As Software Analyst) 2008 - 2009 at ALSI
OOAD, Design Patterns, SOA
ALSI core architecture for flow management is based on legacy system written in C/C++. Such core software architecture
is reliable but un maintainable in long run. Transition from legacy layer based architecture to new flexible service based
architecture is highly awaited transition for organization
NOEMA Incorporation as Software Architect
Jun 2006 to May 2008
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 3/4
JAVA, NLP, Statistics
Conceptualization, design, and plan and executes user experience manager. Details about this product are completely
confidential. In brief performance of accessing applications within mobile phone will go on improving according to User
experiences.
Database Search Engine (As Software Architect) 2007 at Noema INC
JAVA, Lucene, MySQL, Hibernate
Database Search server will work on the on state of art Searching / Learning algorithms. Database search engine will
receive the users query in different formats and searches for the relevant data from the database. Query can be entered in
multiple formats. System analyses query and converts into the formalized query based on the index
information. Relevant records from the database are searched for the given query and documents are sorted according to
the score.
Word completion Emulator ( As Software Architect) 2007 at Noema INC
JAVA, SWING
This tool Provides emulation of Word-completion algorithms developed and practiced within the organization. Due to
marketing of Velocity Word-completion emulator become very important aspect of Velocity. Word-completion emulator is
written in java so that it can run on all the os. Word-completion provides all the functionality which is provided in Velocity.
Velocity (As software Architect) 2006-2007 at Noema INC
Symbain, C++
Velocity is word-completion/word-prediction/word-suggestion tool. Velocity assist user for typing words on the mobile
phone. Velocity works on the concept of contextual dictionaries. So dictionary set available to the user always changes
according to the context. Context is determined by existing words in editor. Velocity guarantees the quality of results will be
improved system usage will go on.
Web-Site Search Server (As Software Architect) 2006 at Noema INC
JAVA , Rational software Architect, J2EE, Design Patterns, UML, JSP, MySQL, Lucene, Hibernate, JUNIT
This tool based on Searching/Learning algorithms developed with innovative research in Linguistics. Web-site search
server works with the SOA architecture. Any web-site which need the searching facility should get registered with the
search-server. After registration Search Server will retrieve all indexing information from the web-site.
UG: B.Tech/B.E. (Information Technology) from Mumbai University in 2003
PG: International Masters (Information Technology) from Scuola Sant Anna - Italy in 2004
Other Qualifications/Certifications/Programs:
TOGAF 9 - The Open Group Architecture Forum (2015)
PRINCE 2 Practitioner - Project Management Certifications
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 2006 15 Year(s) 2 Month(s)
JSF 2016 6 Year(s)
C3.js 2015 2 Year(s)
Tinkerpop 2016 2 Year(s)
PRINCE2 2016 4 Year(s)
RICHFACES 2016 5 Year(s)
D3.js 2016 2 Year(s)
Mahout 2015 2 Year(s)
PIG 2016 3 Year(s)
STORM 2015 1 Year(s)
HIVE 2016 2 Year(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C++ 2015 4 Year(s)
SQL 2016 8 Year(s)
JAVASCRIPTS 2016 3 Year(s)
GraphDB 2016 1 Year(s)
HADOOP 2016 4 Year(s)
TOGAF 2016 2 Year(s)
ER modelling 2016 8 Year(s)
OOAD 2016 8 Year(s)
ER modelling
OOAD
UML 2016 6 Year(s)
Design Patterns 2016 5 Year(s)
Design matrix 2015 2 Year(s)
SOA 2016 5 Year(s)
RESTful Web Services 2016 1 Year(s)
PRINCE2 2016 2 Year(s)
SCRUM 2016 5 Year(s)
FDD 2014 2 Year(s)
TDD 2015 2 Year(s)
FLUME 2015 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Italian
Rank 147: Resume 630 with similarity score 0.0746908860657622
MS , B.TECH work from home , document scanner , industrial engineering , science intern , machine learning intern industrial automation , matplotlib , internships , image processing , data visualization , diameter , deep learning , pipes , scanning , keras , eda , industrial engineering , postgresql , models , pandas , numpy , fps , checkout , computer vision , mumbai , resume , paper , github , government , mechatronics , machine learning , opencv , foundation , flask , ibm certified , completion , assessment , data science , python , qr code , object detection , search , ml , technology , masking , pipeline Assessment
Q1. Why should you be hired for this role?
I have worked on projects like
Image Super Resolution for Document Analysis System,
Image Similarity Search with FAISS,
Extracting pipe details from a moving pipe for Industrial Automation,
Counting number of pipes and its diameter using opencv,
Qr code scanning in real time videos at high fps, Automatic License Plate Recognition,
Facial expression recognition using deep learning, Aadhar Number Masking using OCR and opencv, Document scanner using opencv,
Digit recognition of 7 Segment display,
Object Detection and tracking, etc.
Do checkout my GitHub to know in detail : https://github.com/uzairqazi870
I have completed IBM certified courses for deep learning and machine learning. I have also studied computer vision using python and opencv. I
am well versed with python libraries like pandas, numpy, matplotlib, seaborn, scikit learn,etc Have created deep learning models using
Tensorflow, Keras and Pytorch. So I am comfortable with all 3 of them. I also know Flask, Git and Github, PostgreSQL, data scraping using
requests and BeautifulSoup, data visualization for EDA.
I have 1 month data science internship experience and 1 month ML Engineer intern Computer Vision) . Currently working as a data science intern
. I am searching for an opportunity to learn and grow.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available.
Resume
EDUCAT ION
INTERNSHIPS
Uzair Ahmad Qazi
Mumbai
Applied 07 Feb'21
Python Data Science Deep Learning
Flask GitHub Machine Learning
OpenCV PostgreSQL
Post Graduation Diploma in Industrial Engineering P.G.D.I.E.), Mechatronics
Prolific Technology
2019 - 2020
Bachelor of Technology B.Tech), Mechatronics
Terna College Of Engineering
2016 - 2019
CGPA 9.02/10
Diploma, Mechanical Engineering
Government Polytechnic ,
2013 - 2016
Percentage: 85.18%
Secondary X
MAHARASHTRA STATE board
Year of completion: 2013
Percentage: 95.82%
Data Science Intern
Shyena Tech Yarns, Virtual
Jan 2021 - Present
Machine Learning Intern
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8169570629
Resolute AI, Virtual
Dec 2020 - Jan 2021
Develop a computer vision pipeline using image processing and deep learning to solve industrial problems
Data Science Intern
The Sparks Foundation, Mumbai
Nov 2020 - Dec 2020
1st in AVALON 2019 - National Level Technical Paper Presentation
Topper of Mumbai University in Mechatronics Engineering
Rank 148: Resume 294 with similarity score 0.07455261649124405
MS , B.TECH work from home , classifier algorithms , classification , pes , e-mail , linear regression , email , c programming , microsoft , resume , electronics , government , machine learning , computer science , assessment , management system , data science , python , technology , database , online Assessment
Q1. Why should you be hired for this role?
I like to learn more so that I did course data science and machine learning at nucot . I look forward to work in your company in machine learning
field . I will be honest, hard work.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
i am available.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8095911235
Kumar Arashanagi
Bangalore, Bijapur
Applied 08 Feb'21
Python C Programming Machine Learning
Bachelor of Technology B.Tech), Electrical and Electronics Engineering
PES University
2017 - 2020
CGPA 7.13/10
Diploma, Electrical and Electronics Engineering
Government Polytechnic Vijayapur
2014 - 2017
Percentage: 85.30%
Data Science And Machine Learning
NUCOT, Online
Aug 2020 - Dec 2020
Data science and machine learning course at nucot.
Minor Degree In Computer Science
PES University, Bangalore
Jun 2018 - May 2019
Data structures
Database management system
Algorithms
Operating system
image classification using CNN
Dec 2020 - Dec 2020
image classification using CNN in python.
Email classification using Naive Bayes classifier.
Oct 2020 - Oct 2020
Classification of spam and ham e-mail using Naive Bayes classifier in python.
House prices predicting using linear regression.
Sep 2020 - Sep 2020
House prices predicting using linear regression algorithm in python.
AI900 Cirtificate by Microsoft .
Python Cirtificate by udemy.
Rank 149: Resume 764 with similarity score 0.07454909180108177
B.E , MS , B.TECH business technology analyst , content analyst , cognos , associate , change management , full time , application support engineer financial services , customer , nfs , root cause , office , it operations , service levels , linux , status , inform , bridge , pl/sql , work instructions , alto , fundamentals , kibana , it infrastructure , foundation , salesforce , restoration , cognos , pulse , suite , qlikview , business technology , corrective actions , designation , confluence , trading , hindi , windows , investigation , english , thomson reuters , provisioning , change management , disaster recovery , resolve , acceptance testing , itil , recovery planning , capacity management , javascript , general , scrum , change requests , affirmative action , maintenance , unix , checks , rfcs , capital markets , escalation , business process analysis , instrumentation , email , aws , problem management , languages , trend analysis , jira , search , ug , compass , autosys , authorization , risk , record , business analysis , application servers , participation , data infrastructure , cab , finance , tableau , communications , operational acceptance , network administration , cloud computing , oat 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165…
https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165013450b5b085… 1/3
Current Designation: Business Technology Analyst
Current Company: Refinitiv
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Subject Matter Expert
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Refinitiv as Business Technology Analyst
Aug 2019 to Till Date
Proactively identified the potential problem sources and setting up the scope of trend analysis.
Analyze the root cause and trigger of the incidents that impact the infrastructure operations.
Provisioning the customer statement to the impacted clients.
Work on problem record creation and present in the global service forums.
Host the Daily Service calls and Post Incident review call to reduce risk of recurrence.
Tracking the problem management KPIs to enhance continual process improvements.
Tracking the implementation of the corrective actions.
Supporting other team members in determination of problem priority service levels and the remedial actions.
Thomson Reuters as Application Support Engineer
Apr 2014 to Aug 2019
Associate Content Analyst April 2014 -Feb 2016
Application Support Engineer Feb 2016 to August 2019
Responsibilities:
Detection and escalation:
* Application servers on data infrastructure using compass tool and internal pulse support.
* Liaising with vendor and Communications provider to resolve hardware and connection related issues respectively.
Investigation and Recovery:
* Chair the bridge and recovery calls for effective coordination of the incident resolution and service restoration.
* Investigation and recovery management and escalate to the next level of support.
* Upgraded the OS versions and deployment per work instructions.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Ruchira Dolai
Business Technology Analyst seeking roles in IT Infrastructure,Requirement
Gathering,Cloud Computing,IT Operations,Network Administration,Business
Analysis,Disaster Recovery Planning,Change Management,Problem
Management,Incident Management
Key Skills: IT Infrastructure,Requirement Gathering,Cloud Computing,IT Operations,Network Administration,Business
Analysis,Disaster Recovery Planning,Change Management,Problem Management,Incident Management,palo
alto,Business Process Analysis,Elastic Search
Summary
7 years of experience in IT Infrastructure, capital markets, trading Technology, Requirement Gathering,Cloud Computing,IT
Operations,Network Administration,Business Analysis,Disaster Recovery Planning,Change, Problem, Incident, Service
management. FRM level 1 candidate.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165…
https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165013450b5b085… 2/3
Alerting:
* Ensure critical and major incident are prioritized depending on the agreed SLA time.
* Effective communication on the Major Incident Notifications/Alert raised to inform the clients.
Maintenance and Disaster recovery activities:
* Weekend activities adhoc service checks and planned upgrades and deployments.
* Participated in Operational Acceptance Testing (OAT) during migration and disaster recovery to meet operational
needs.
Capacity Management:
* Review scenarios for addressing capacity constraints and the process improvement.
* Performed the requisite checks on monthly basis.
Change Management:
* Viewing and tracking the Change requests (RFCs) that major, medium and minor.
* Tracking on implemented Changes and outstanding changes.
* Participation in CAB calls and understand the actions.
* Knowledge on actions on change failures and updating the logs.
UG: B.Tech/B.E. (Instrumentation) from Biju Patnaik University of Technology (BPUT) in 2010
PG: MBA/PGDM (Finance) from Regional College of Management Studies, Bhuvaneshwar in 2013
Other Qualifications/Certifications/Programs:
ITIL Foundation Certification
Scrum Fundamentals
Affirmative Action
Category: General
Work Authorization
US Work Status: Need H1 Visa
Education
IT Skills
Skill Name Version Last Used Experience
Service Now, SM9, Salesforce
JIRA and Confluence 0 Year(s) 0 Month(s)
MS Office Suite 2020
Cognos, SQL, PL/SQL, Unix
Qlikview, Tableau
Autosys, Tivoli, Kibana
Compass monitoring, Rundeck
Windows, Linux OS and UNIX
NFS, DNS
cloud computing and aws
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Oriya Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165…
https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165013450b5b085… 3/3
Physically Challenged: No Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 150: Resume 1448 with similarity score 0.07439372112155254
B.E , B.TECH full time , change management , part time , system analyst , system engineer , business analyst designation , ug , tamil , affirmative action , maintenance , authorization , english , status , c# , excel , sql , email , infosys , application , microsoft , edge , change management , visio , languages , business process , documentation , process automation , word , it , python , javascript , technology , learning , brd , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40…
https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40031314500e0d… 1/2
Current Designation: RPA Developer - Uipath
Current Company: Infosys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Civil]
Verified : Phone Number | Email - id
Infosys as RPA Developer - Uipath
Sep 2018 to Till Date
Understanding the requirement of the Process and
creating the automation bots accordingly.
Creating the Solution Design Template from the
Developer perspective.
Creating BRD by detail study and documentation of
the business process for automation by information
gathering and Communication with SMEs.
UG: B.Tech/B.E. (Civil) from Kumaraguru College of Technology, Coimbatore in 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Gowthamy Ganesan
System Engineer seeking roles in System Engineering,RPA Development,Design
Development,Change Management,Defect Management,Quality
Management,Process Improvement,Requirement Analysis,Business
Analysis,Technical Support,C#
Key Skills: System Engineer/Analyst,System Engineering,RPA Development,Design Development,Change
Management,Defect Management,Quality Management,Process Improvement,Requirement Analysis,Business
Analysis,Technical Support,BluePrism,SQL,C#
Summary
RPA Developer with over 2+ years of experience worked in automation development using C# and assist Edge.
Delivered high end complex business process and good experience in end to end development of robotic process automation.
Currently Engaged with UiPath.
Gained theoretical knowledge in BluePrism. Learning Pythom Automatiom to enlarge my skills.
Also Worked as Business Analyst for BRD creation of the automation Process.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40…
https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40031314500e0d… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Python, Uipath, C#.Net,SQL,
BluePrism,
Microsoft Visio, Powerpoint, Word, Excel
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 151: Resume 1552 with similarity score 0.07438441354666576
B.E , MS , B.TECH , BS project manager , senior program manager , scrum master , president & ceo , transition manager , product manager , assistant manager , project lead , senior business analyst , business development , supervisor , change management , technical program manager , executive vice president , full time , evp , data management administrative processes , constructive feedback , resource allocation , finalization , award , algorithms , whiteboarding , user experience design , apparel , security , business readiness , office , platforms , traceability matrix , anaplan , kpi , digital , secondary research , project planning , energy , bookings , intelligence , status , product management , mumbai , system architecture , building , visio , clear , order management , salesforce , bonus , negotiation , fetch , forecasting , waste , organization , crm , engagements , company profiling , streams , pipeline , spreadsheets , d&b , global sales , automation , magento , retail , frd , kubernetes , access , designation , amazon s3 , hindi , cloud , lean six sigma , ltd , english , directors , tactics , groups , nsx , leadership , live , following up , ibm , ops , training programs , architecting , chicago manual , change management , estimates , flow , machine learning , strategy , computer science , vmware , data integration , enterprise data , one , javascript , marketing operations , business initiatives , amazon web services (aws) , optimization , general , scrum , landscaping , data validation , data migration , affirmative action , lists , badges , project plans , maintenance , customer requirements , product quality , strategic planning , email , business units , shared services , user stories , languages , sme , business process , demographics , collateral , business transformation , engineers , expenses , vsphere , 360 , program management , proof , acquisitions , stakeholder engagement , rodeo , airwatch , streamlining , rfp , ug , creative services , tamil , routing , health , lightning , revenue , adobe , cleansing , cost control , authorization , risk , teams , productivity , excel , business analysis , application , focus , transition management , devices , apac , materials , led , hiring , finance , repository , landscape , kannada , selenium , events , enablement , communications , reviews , metrics , capability management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 1/4
Current Designation: Program Manager
Current Company: Apparel Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,United States
(US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: Retail
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Apparel Group as Program Manager
Feb 2020 to Till Date
* Enable organisations to build their cloud migration strategy. (Amazon, Bigbasket) Specialising in serverless
architecture.
* Salesforce - Earned 26 badges, 21,775 points on Trailhead
o Lightning experience customization; Data modelling on Salesforce; CRM for lightning experience; Security and data
management on salesforce.
o https://trailblazer.me/id/suhailahmed7
o Earned MOUNTAINEER badge
* vSphere with Kubernetes - Enable clients to instantly access cloud infra
* VMware cloud on AWS - Data insights and compliance, Provide Intelligent data migration
* Product management - Build Requirement traceability matrix which mapped with System requirement document
provides a highly robust product.
* Provide end to end Enterprise data management solutions - Focus on Lead automation, Data cleansing, DUNS
update through D&B license, Data Validation and Data migration solutions
* Provide extremely clear system flows for complex architecture problems using Visio or Lucidchart.
* Proficient in drafting communications and Proof Reading following "The Chicago manual of Style".
* Set up Program Management office, with clear goals for the Year starting from evaluation of the program through
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Suhail Ahmed
Manager seeking roles in Program Management,IT Project Management,Change
Management,Product Management,Defect Management,Design
Development,Requirement Gathering,Transition Management,Solution
Architecture,Process Improvement,Business Analysis
Key Skills: Program Manager,Program Management,IT Project Management,Change Management,Product
Management,Defect Management,Design Development,Requirement Gathering,Transition Management,Solution
Architecture,Process Improvement,Business Analysis,Cost Control
Summary
* A dynamic professional with over 14 years of experience in:
~Requirement Gathering ~Resource Optimisation ~Design & Development
~Product management ~Project Planning & Execution ~Team Management
~Contract Negotiation ~Business Analysis ~ Process Improvement
* Experienced in full project management life cycle for the implementation of highly complex, large-scale, strategic IT and
business initiatives, also managing multiple project streams and large cross- functional teams globally
* Proficiency in developing & driving the integrated project plans, aligning project tactics with project strategy
* Skilled in defining the project objectives, requirements, and assumptions necessary to structure a project or activity
* Proven competencies in developing & streamlining systems with keen skills to enhance maintenance effectiveness to meet
operational goals within the cost, time & quality parameters
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 2/4
following all phases of the program.
* Enable Risk planning and risk management strategies for Tier 1 projects across the organization
* Change management - Build training programs for the organization following a business readiness approach
* Lean six sigma - Identify wastes in the system and build systematic plans to eliminate waste across processes.
Improve proves and system efficiency across the board.
* Stakeholder engagement and communication - Build, deploy and Run cross organization communication spanning
multiple geographies conversing with stakeholders from L3 - L7 levels. Following up and meeting and closing out action
items.
* Constantly improve on existing processes, act as an advisor to Managers. Innovation mindset, whiteboarding
possibilities with the team.
* Manage IBM OMS Sterling integration with Adobe Magento enabling a rapidly expanding e-retail organisation in the
middle east.
* Manage large scale integration programs such as re-architecting company's IBM OMS system.
* Setting up PMO for the company including creation of success metrics to measure project Impact
* Define end to end Project flow from Definition phase to deployment phase.
* Run daily stand ups and weekly leadership reviews with senior leadership from the organization
April 2020 - July 2020. Senior Program Manager, Bigbasket
Key Result Areas:
* Implement an RFP based evaluation strategy to analyse requests from Business groups and prioritize the same with
12+ engineering team
* Lead Large scale integration programs to integrate vendor systems such as Shadowfax with Bigbasket.
* Provide Program leadership role for setting up a PMO organisation within Bigbasket
* Build communication platforms and manage engineering capacity for the entire organization
* Lead Backend programs related to building software to manage routing of orders within 23 cities in India
Amazon.in as Program Manager
Jul 2017 to Feb 2020
Key Result Areas: Scrum master and technical program management lead for AMG salesforce group, working with
Product management team and 29 business units within the AMG group, in providing high-class salesforce solutions to
Amazon's Sales, Campaign creative services, finance and Amazon.in groups. Building PRFAQs for lightning migration of
AMG salesforce planned in 2019 and creating system architecture plans for salesforce 360. Technical program manager
for Amazon brand consumer study and Amazon brand view pro connecting Rodeo and S3 for a single campaign
management flow. Strategy Planning and Delivery of Large Engagements with strategic impact on clients delivered over
Amazon Web Services (AWS) S3 and Redshift. Uplift amazon's User experience platform of retail customers by
developing machine learning programs to study customer behaviour and respond with the right ad's targeted to specific
customers. At VMware, As a super visor I led the tech team responsible for Lead product quality to identify the nest leads
across 2.5 MN companies. As a product manager for enterprise wide projects, define vision, strategy and customer need.
Product planning and development - Develop customer requirements (user stories, use cases) and business
requirements. Sets the direction for the user experience design of assigned products As a Supervisor / Senior analysts for
VMware Mergers and acquisitions business, I developed and project managed two major M&A transition events at
VMware related to Airwatch (Service cloud integration) and NSX. Designed Inward looking -leveraging data that we
already collect + Data from 5 Forces Model via Competitive Intelligence that diagnosed customer /channel propensity to
buy and duration taken to make that decision, that improved customer response and operations shared services in
EMEA/APAC and strategized leveraging systems Adopted cloud and digital IoT enablement for site based operations to
automate administrative processes. Collaborated with leadership team to consolidate sales forecasting and pipeline
optimization into one system. Improved forecasting and pricing for order management team, sales reps and EVP of
marketing. Prepare Engineering prioritization programs with focus for year 2018 and 2019 (Roadmaps) based on current
organization strength capabilities. Led a team of Software Development engineers at level 1 and2, along with SDETS in
delivering global programs leading to auto validation and approval of complex scenarios displayed across devices.
Business Readiness and Program Capabilities - Designed and developed Program based capability matrix, to assess
stakeholder readiness before project go - live. Implement machine learning algorithms to detect issues and fix in the
system during system implementation phase. Amazon brand consumer study (ABC) and ABVP were two products I
worked on initial requirement gathering for in Amazon. Auto Screenshot, forecast On Schedule indicator are some
examples of the Machine learnings programs undertaken. Technical landscape - Creating a broad view of systems and
their interlapping landscapes, optimizing Programs and building new initiatives.
Highlights: Successfully designed and delivered a $1 Mn High visbility auto screenshot projects impacting 3 Geo's and
automating work of approx. 200 associates based across globe. Developed auto forecast module for amazon campaign
integration services, through moving 100 TBs+ of data from Amazon S3 to ADW, and fetch through carbine queries to be
displayed in Amazon middle wares which help clients pull information on campaign performance. Automated complex
excel spreadsheets moving data and code to a centralized repository of ADW, using Redshift to run and display queries.
Implemented Amazon brand consumer study and amazon brand view pro projects to identify and assist amazon to focus
products based on end customers demographics and other purchase behaviour.
VMware Software India Pvt. Ltd as Project Manager and Senior Business Analyst
Mar 2012 to Jun 2017
Key Result Areas:
Supervising a team of 22 members (3 Senior BAs, 7 Business Analysts and 12 Analysts) and managing territory solutions
for the entire organization
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 3/4
Coordinating with Senior Managers and Directors in planning and execution of projects related to marketing, sales
management, setting targets, biz capability management and strategic planning
Liaising with Worldwide Sales Ops, Data Integration and Governance Teams, Marketing Operations, IT, Human
Resources, and Field Services team in delivering constant solutions across the board.
Mergers and Acquisitions - SME for the Business transformation group in integrating systems across different Cloud
Organizations.
Regulating end-to-end hiring, training and billing vendor organizations for services delivered
Analysing overall effectiveness of project management across the organization and identify and mitigate areas of risk
Maintaining and creating visibility around a holistic view of the status and health of the projects portfolio & customer
satisfaction through KPI's
Interacting with stakeholders for requirement gathering; preparing business requirement documents and FRD's as well as
working on project planning and execution
Creating and managing the estimates, project plan, project schedule, resource allocation and expenses to ensure that
targets are reached
Assigning targets for the members, ensuring the proper planning to achieve the same, providing proper training to the
team members thereby enhancing their productivity; providing constructive feedback, and set annual salaries, along with
bonus and commissions
Mapping requirements & providing them best solutions involving evaluation & definition of scope of project and finalization
of project requirements
Highlights:
Designed and developed a sales forecasting Anaplan model to VMware spanning bookings and revenue information for
AMER / EMEA / APAC and Global Sales Ops.
Recognised as Certified Anaplanner with recognition from Executive Vice President, Anaplan & President & CEO Anaplan
with certification number - 694af900-1f10-11e5-8b94-b1b85d7df263
Received MIA Award and letter of appreciation for consecutively 4 times (Most Impact Achievement Award) highest
recognition Conferred by Organisation Sr. Vice President
Tata Consultancy Services Limited (TCS) as Assistant Manager
Oct 2009 to Feb 2012
Key Result Areas:
Formulated proposals for General Electricals (energy business), and retained contracts for the same
Detected the opportunities within the client business and converted it to customers
Maintained excellent relationships with GE's clients across the globe.
Highlights:
Won RFPs (Request for Proposals) and create SOW (Statement of Work) and introduced Two projects to India
Successfully executed projects with over $3M revenue by taking strategic alignment initiatives with a team of 20 members
Played a vital role as Transition Manager, thereby migrated two projects to India and transitioned the same from Mumbai
and Bangalore respectively worth 1.5 Million USD
Deloitte as Business Analyst
Sep 2006 to Sep 2009
Key Result Areas:
Administered the team of associates and analysts in providing marketing collateral materials to U.S. clients
Analysed the details, maintained proper documents and provided meaningful information gathered across the globe from a
complex set of data
Executed requirement analysis for top 50 financial clients
Performed secondary research, market intelligence study, competitive landscaping, company profiling, competitor analysis
and implemented business development initiatives
Regulated predictive analysis to determine & describe market scenarios and thereby arrive at decisions that can help in
the marketing of service offerings
Highlights:
Worked as Project Lead for FY10 Client Touch Point Report and Deloitte Eminence Analysis Project
Operated as Project Lead Business Process Reengineering in mapping client lists for FY 10
UG: B.Tech/B.E. (Computer Science) from Visveswaraiah Technological University (VTU) in 2004
PG: MBA/PGDM (Marketing) from Vinoba Bhave University (VBU) in 2006
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: United States
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2018 5 Year(s)
Redshift 2018 2 Year(s)
SELENIUM
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Tamil
Rank 152: Resume 913 with similarity score 0.07432863967076737
B.E , MS , B.TECH it professional , full time general , css , affirmative action , hindi , maintenance , basic , authorization , english , bootstrap , status , bug tracking , software testing , sql , email , project , application , wordpress , mumbai , pal , system requirements , c++ , git , debugging , languages , framework , html5 , documentation , operating systems , python , javascript , technology , restaurant management , learning , front-end web development 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118…
https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118514445510f0b… 1/2
Current Location: Morena
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computers) from jaypee university of engineering and technology,guna in 2021
Other Qualifications/Certifications/Programs:
ont-End Web UI Frameworks & Tools : BootStrap 4
Front-End Web Development with React
Python Certification
Problem-Solving Challenge Certification
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SOMENDRA PAL GUPTA
Fresher seeking role in Software Development,Front End Development,Software
Testing,Requirement Gathering,Defect Management,Bug Tracking,Coding,Project Life
Cycle,HTML,CSS3,Javascript,C,C++,OOPS,Python,SQL
Key Skills: Fresher,Software Development,Front End Development,Software Testing,Requirement Gathering,Defect
Management,Bug Tracking,Coding,Project Life Cycle,HTML,CSS3,Javascript,C,C++,OOPS,Python,SQL
Summary
IT Professional with expertise in Front-End Software Development
Hands-on knowledge of working on C, C++, OOPS , Python, SQL, DBMS, Data
Structure, Computer Networks, Operating Systems, HTML, CSS3,
Bootstrap, Javascript (Basic), React, GIT and WordPress
Gained knowledge of SDLC including the development of software products from
requirement analysis to system study, designing, coding, testing, debugging,
documentation, implementation and maintenance to ensure a seamless user
experience
Member of Computer Society of India
Adjudged 2
nd Runner Up at Think If You Can College Fest in 2018
Focused and quick learner with good understanding of development and review
of business and system requirements to obtain a thorough understanding of
business needs in order to deliver accurate solutions
Exposure of the Project Lifecycle methodology defined under the process
framework
Possess excellent analytical, communication, interpersonal, problemsolving skills
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118…
https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118514445510f0b… 2/2
Nature of Employment: Full Time Duration: May 2020 - Jul 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: College
Role: Other
Duration: Jul 2019 - Dec 2019
Onsite / Offsite: Onsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HTML5, CSS3
JavaScript
Python
BOOTSTRAP
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Projects
Project Title: Restaurant Management
Client: SELF WORK
Project Details: using html,Css,js,bootstrap,jqurrey
Project Title: Scrapalot
Client: Learning Matters
Role Description: I have done the front end of the project with the html,css,bootstrap, javascript.
Project Details: scrapalot
Rank 153: Resume 1221 with similarity score 0.0739219564331429
M.Sc , M.S , BS , B.E , MS , B.TECH scientist , cloud architect , solutions specialist , devops solutions architect , network security engineer , technical associate , product development , solution architect , part time , full time , head of data , enterprise architect , project leader contractual , data warehousing , core java , citrix , glusterfs , ease , deep learning , connect , platforms , docker , linux , player , high pressure , checkpoint , status , rabbitmq , technical presentations , enterprise storage , cloud foundry , components , features , reliability , building , it infrastructure , cisco mars , procurement , operating systems , data science , heat , amazon web services , devops , kubernetes , designation , emc2 , software build , deliverables , hindi , cluster , english , troubleshooting , project , mongodb , leadership , solution architecture , fixing , redis , pipelines , architecting , swift , c++ , machine learning , sockets , javascript , public sector , artificial intelligence , neutron , cd , xen , big data analytics , reporting , vm , rollout , solutions focused , couchbase , team management , developers , affirmative action , information technology , mysql , unix , suse , iaas , nexus , email , aws , openldap , network security , cisco ucs , bengali , ceph , business acumen , data center operations , vsx , languages , athena , hive , cassandra , telematics , operational excellence , cloud storage , gps devices , cinder , ug , azure , apache , erlang , know-how , authorization , openstack , teams , programmes , record , ips , application servers , mds , government , s3 , shell scripting , python , informatics , cloud computing , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 1/4
Current Designation: Cloud Native Computing and Devops
Solutions Architect
Current Company: Hewlett Packard Enterprise
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Hewlett Packard Enterprise as Cloud Native Computing and Devops Solutions Architect
Feb 2020 to Till Date
Role: Cloud Native Computing and Devops Solutions Architect
Description: Working as a Solutions Architect for Public Sector where I support solution designing for RFPs providing
optimal solutions in terms of cost, reliability, performance and operational excellence. Also working in existing accounts to
provide technical know-how on new services, cloud native services and support in PoCs
Key Deliverables:
Cloud Architect for Aarogya Setu - Supporting the platform in terms of Applications, Data Pipelines and Data
Warehousing and Analytics on AWS
Supporting in solution design for RFPs
Provide technical know-hows on new product and features and migration to cloud native services
Designing solutions around Hybrid Infrastructure, CI/CD, Gitops etc.
Spearhead PoCs around OpenStack, Public Cloud, Software defined Storage and Network etc
Amazon Web Services as Solution Architect
Aug 2019 to Feb 2020
Role: Solutions Architect - Public Sector
Description: Working as a Solutions Architect for Public Sector where I support solution designing for RFPs providing
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shounak Acharya
Solution Architect seeking roles in Data Science,Data Warehousing,Big Data
Analytics,Solution Architecture,Product Development,Cloud Computing,Artificial
Intelligence,Deep Learning,Machine Learning,Kubernetes,AWS
Key Skills: Solution Architect,Data Science,Big Data Analytics,Solution Architecture,Product Development,Cloud
Computing,Artificial Intelligence,Deep Learning,Machine Learning,Client
Servicing,Python,AWS,Docker,kubernetes,amazon web services,cloud architecture
Summary
Solutions focused, Meticulous and result oriented B.Tech (Information Technology)professional offering 11+ years of successful
career in IT arena distinguished by commended performance and proven results
Proven track record in tackling the issues of IT arena with focus on delivering business solutions; Extended expertise in
Technology Analysis, Data Center Implementation & Product Development
Broad-based business acumen; rare blend of analytical skill, technological acumen, and management/leadership capabilities
Adept at working in high pressure environments with strict deadlines and multiple deliverables to implement best practices that
consistently deliver outstanding results
Excellent interpersonal, communication and organizational skills with proven abilities in team management and planning
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 2/4
optimal solutions in terms of cost, reliability, performance and operational excellence. Also working in existing accounts to
provide technical know-how on new services, cloud native services and support in PoCs
Key Deliverables:
Supporting in solution design for RFPs
Provide technical know-hows on new product and features and migration to cloud native services
Designing solutions around AWS Machine Learning services to key accounts
Spearhead PoCs around Machine Learning and Big Data Analytics like Sagemaker, Athena, s3 etc.
SUSE as Technical Solutions Specialist
Nov 2018 to Aug 2019
Role: Technical Solutions Specialist - SUSE
Description: Working as a Technical Solutions Specialist with SUSE. SUSE is an Opensource Linux Operating Systems
Company providing Enterprise Linux and associated technologies built on top of SUSE Enterprise Linux like SUSE
Kubernetes, SUSE Cloud Foundry, SUSE Openstack, SUSE Enterprise Storage based on Ceph.
Key Deliverables:
Working as a Solutions Architect for SUSE Openstack private cloud, SUSE Kubernetes and SUSE Cloud Foundry
Doing POC in companies in India on the above technologies
Technical presentations to customers on SUSE products and helping customers solution the SUSE products in their
setup
Setting up lab environments on Public Clouds for SUSE products like SUSE CloudFoundry on Azure AKS and Amazon
EKS.
NATIONAL INFORMATICS CENTER as Scientist-B, Head of Data Center Operations and Product
Development
Dec 2009 to Jul 2018
Role: Data Center&Architecture Implementation
Description: This is a Rs.6000 crore, 10 years project of Government of India to connect all the major institutes like IIMs,
IITs, AIIMs etc in a total of 1500 with a very high speed (10gbps) backbone and provide network and data centre based
community services to them
Key Deliverables:
Spearheading the data center services division
Concerned with Data Center Network &Server Farm Design
Accountable for developing products,Planning DRs, Implementing various storage technologies
Associated with FCoE based network setup, Device procurement,
Employing and supervising the development team
Responding and fixing the L4 technical escalations etc
Responsible for implementing the Firewall & IPS
Tech Mahindra Limited as Technical Associate
Jul 2008 to Dec 2009
Key Deliverables:
Played a key role as L2 Network Security Engineer for BT projects on Checkpoint Firewalls, Cisco Mars and cafee IPS
Associated with Java development and functioned on the ticket and issue tracking system for E-Security & ES department
of Tech Mahindra
UG: B.Tech/B.E. (Information Technology) from Guru Gobind Singh Indraprastha University (GGSIU) in 2008
PG: MS/M.Sc(Science) (Computers), Part time from Liverpool John Moore's University in 2020
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Certified Kubernetes Administrator
Education
IT Skills
Skill Name Version Last Used Experience
Linux
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 3/4
Nature of Employment: Full Time Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Contractual
Project Location: New Delhi
Role: Solution Architect
Duration: Jul 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Role: Solution Architect
Duration: Apr 2017 - May 2018
Onsite / Offsite: Onsite
Team Size: 8
Rabbit MQ
Xen Cloud Platform, VMWareESXi, VCentre
SQL, MYSQL 0 Year(s) 0 Month(s)
Apache Cassandra, OpenLDAP, Redis
Docker, Kubernetes 0 Year(s) 0 Month(s)
Openstack, Amazon Web Services 0 Year(s) 0 Month(s)
C/ C++, Core Java 0 Year(s) 0 Month(s)
J2EE, Webservices(JAX-RS),
Python,Shell Scripting 0 Year(s) 0 Month(s)
UNIX Shell Scripting, JavaScript, Erlang
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Projects
Project Title: Aarogya Setu
Client: Government of India
Project Details: Cloud Architect for Aarogya Setu Supporting the platform in terms of Applications, Data Pipelines and
Data Warehousing and Analytics on AWS
Project Title: GPS based IoT platforms
Client: Some Telematics Company
Skill Used: Erlang, AWS RDS, AWS Elastic Cache(Redis), AWS EMR, Hive Streaming
Role Description: Design the solution with scale in mind
Develop the socket on Erlang, Redis and SQL
Project Details: The project involved building a stable platform for an established player in the telematics domain so that they
have a stable IT and can host around 1 lac GPS devices and do the reporting in a stable manner where they were struggling
to host even 20K devices. The sockets were made in Erlang and the reporting was ported to Hive streaming on AWS EMR
and the entire solution was migrated from traditional VM based solution to AWS public cloud
Project Title: Openstack in government Cloud
Client: National Knowledge Network
Skill Used: Openstack Ocata, Ceph, Python
Role Description: Involved in Designing, coding, architecting & implementing the application and the physical infrastructure
Setting up the storage cluster on Ceph
Ensuring maximum uptimes and ease of troubleshooting
Implementing the ELK stack for central log
Project Details: The project involves in deploying Openstack as the backbone for the government cloud Meghraj and
integrating it with the existing portal of Meghraj. Users can take IaaS from this platform. This is built with infinite scalibility in
mind with distributed network facilities of Neutron and using Ceph for Software Defined Storage to be run under the hood of
Cinder. All the client APIs are then written on Python to be integrated onto the existing Meghraj Portal
Project Title: Implement NKN New Delhi Datacenter and DR
Client: National Informatics Centre
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 4/4
Nature of Employment: Full Time
Role: Project Leader
Duration: Nov 2011 - Mar 2012
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Role: Sr. Project Leader
Duration: Jan 2011 - Jul 2018
Onsite / Offsite: Onsite
Team Size: 16
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Skill Used: Cisco UCS, Checkpoint VSX, McAffee IPS, Nexus 5K, Cisco 4500 L3 Switch, GlusterFS, Citrix Xenserver 6.2,
Cisco Invicta, EMC2 VMAX, Cisco MDS,Openstack Juno - Nova, Cinder, Neutron, Heat, Glance, Ceilometer
Role Description: Involved in Designing, architecting & implementing IT infrastructure
Setting up the elastic cloud infrastructure with autoscaling
Implementing data lakes using various storage technologies like object, scale-out NAS and SAN
Head Teams
Project Details: The project involvesDesigning, implementing and growing the data center
Project Title: Incubate and Run the NKN Application Development Programmes
Client: Government of India
Skill Used: Java, J2EE, Apache Cassandra, MongoDB, Redis, Python, OpenLDAP, Couchbase, RabbitMQ, XenAPI,
Application Servers, Openstack Swift for object storage
Project Details: The project involved the task for incubating various projects to be developed at NKN and provide the software
architecture and the components to be used to build a highly available, active active software platform.
1. Some of the key projects are the NKN multitenant SSO (Single Sign-on), NKN Cloud Storage Platform etc.
2. Select and test software components to build a horizontally scalable software platform
3. Build a team of developers for deploying into various projects
4. Architect the Software build paradigms for a timely software rollout
5. Code sample use cases and integration scenarios on new platforms to be used by developers for future development
Rank 154: Resume 36 with similarity score 0.07366134741608975
B.S , M.Sc , M.S , BS , MS work from home , certified scrum master , gis developer api , training , web development , scrum , mar , telecom , data analytics , ltd , maps , sql , sig , arcgis , resume , machine learning , assessment , data science , it , python , geoinformatics , javascript , ion , online Assessment
Q1. Why should you be hired for this role?
I am a GIS developer with almost 10 years of experience. I hold a certification in data Science and looking to enhance my skill set. My experience
in IT and my knowledge in Data Science is the best combination that can help in resolving the complex issues in no time.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available immediately to start the work .
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9663621030
Aditya Kumar
Hyderabad, Jamshedpur
Applied 08 Feb'21
Python ArcGIS SQL
Data Analytics Machine Learning
Master of Science M.Sc) Hons.), Geo Informatics
Symbiosis Institute Of Geoinformatics | SIG Pune
2008 - 2010
CGPA 2.40/4
Bachelor of Science B.Sc) Hons.)
sambalpur university
2005 - 2008
Percentage: 64.00%
GIS Developer
Mars Telecom, Hyderabad
Apr 2018 - Present
Working as gis developer
GIS Developer
Avineon india pvt ltd, Hyderabad
Sep 2017 - Mar 2018
Worked on ArcGIS JavaScript API 3.x
Tech Lead
Wipro Limited, Bangalore
Nov 2013 - Jun 2017
Worked on multiple projects using ArcGIS JavaScript API and Open Layers
Gis developer for web development of maps
Data Science Course 2021 Complete Machine Learning Training
udemy, Online
Jan 2021 - Present
Certified in Data Science from IBMCoursera
Certified Scrum Master
Rank 155: Resume 265 with similarity score 0.07360688208685924
MS , M.S , BS work from home , virtual assistant big data analytics , internships , deep learning , nlp , natural language processing , russian , speech recognition , models , project , arma , prediction , resume , ibm , machine learning , prophet , sentiment analysis , trend analysis , assessment , arima , python , data science , forecasting , scrap , online Assessment
Q1. Why should you be hired for this role?
Boongg is a company where data generated is T ime Series and due to my master thesis in Stock Trend Analysis including Sentiment made me
good in T ime Series Analysis. I have good knowledge of various time series models like ARIMA, ARMA, LSTM, Prophet and so on. I am perfect
candidate for this role due to my deep interest in T ime Series analysis and forecasting. I am currently pursuing my Master from top Russian
university and achieved excellent grades in Machine Learning. I have all the necessary skills required for this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for next 3 months for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
CONTACT Phone: 7 9137224603
Kaivalya Anand Pandey
Novosibirsk, Pune
Applied 09 Feb'21
Natural Language Processing
NLP
Python MSExcel
Data Analytics Deep Learning Machine Learning
Master of Science M.S.), Big Data Analytics And AI
Novosibirsk State University
2019 - 2021
CGPA 4.10/5
Data Science
Stream Data Analytics And Machine Learning Laboratory, Novosibirsk
Oct 2020 - Dec 2020
I worked on NLP Project of Speech Recognition and Relation Extraction.Relation Extraction was to predict relation on
SemEval 10 dataset like cause-effect, entity-container etc.
Data Science
IBM, Online
Jan 2020 - Jan 2021
Virtual Assistant
Sep 2020 - Feb 2021
https://english.nsu.ru/admission/programs/master-s-degree-programs-english/big-data-analytics/
This project was to develop chatbot for our master program which can assist applicants with answers to their questions.
Stock Trend Prediction including Sentiment Analysis.
Feb 2020 - Present
This is my master thesis and it is to automatically scrap news from financial websites and apply sentiment analysis and then to
predict how much change whether positive or negative, it will bring on prices.
https://english.nsu.ru/admission/programs/master-s-degree-programs-english/big-data-analytics/
Rank 156: Resume 156 with similarity score 0.07342779321457472
B.TECH , BS work from home , project leader deep learning , nlp , mysql , data analytics , project , mask , live , video , computer vision , resume , neural networks , java , machine learning , fundamentals , computer science , opencv , asp.net , assessment , danish , data science , python , it , object detection Assessment
Q1. Why should you be hired for this role?
I've started learning and working on Data Science since the lockdown and I'm still regularly learning and working on many concepts like NLP but
to really make all this knowledge count the inside knowledge and experience of the industry is very important and that's why I'm actively looking
to get this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes! I'm available
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
CONTACT Phone: 91 9041346336
Danish Sharma
Hoshiarpur, Chandigarh
Applied 09 Feb'21
Computer Vision Python Data Analytics
Data Science Deep Learning Java
Machine Learning MySQL
B.Tech Hons.), Computer Science & Engineering
Guru Nanak Dev University Amritsar
2017 - 2021
CGPA 8.48/10
Project leader in website development using ASP.NET
Also, PR Head during Hackathon 1.0
Live Face Mask Detection
Nov 2020 - Nov 2020
I created a live Face Mask Detection system.
I used Convolutional Neural Networks along with OpenCV to create a face mask detection system that works in real T ime.
Object Detection using YOLO
Oct 2020 - Oct 2020
I used fundamentals of transfer learning in neural networks.
I used YOLO model pre-trained on Coco data set and final model could detect any object in a video
or image.
Stock Price Predictor
Oct 2020 - Oct 2020
I used Long Short term Memory layers based on Recurrent Neural Networks.
I prepared T ime Series based data for it to work in a Recurrent Neural Network Model.
Rank 157: Resume 1204 with similarity score 0.07276255587053142
MS , BS solutions architect , cognos , associate , devops , quality assurance , azure architect , solution architect , full time , general manager , enterprise architect business case , telugu , rom , microsoft azure , security , data warehouse , platforms , rfi , campaign management , docker , linux , beginner , flume , edw , customer satisfaction , astute , status , indicators , datastage , root , mumbai , bitbucket , facebook , network services , kibana , infrastructure , data center , payments , sql server , cognos , organization , crm , pipeline , elasticsearch , sprints , cxo , ansible , devops , spark , access , kubernetes , designation , mar , pre-sales , csm , hindi , gauges , ltd , windows , netezza , english , twitter , scientists , project , mongodb , leadership , range , ibm , rest , c++ , machine learning , git , strategy , fuel management , itil , enterprise data , standard work , javascript , data products , farms , public administration , general , bespoke , blogs , vendors , affirmative action , oracle , launches , dispensers , glue , vendor management , unix , kafka , iaas , paas , architecture , social media , email , google , business intelligence , aws , german , operations , saas , languages , youtube , big data , teradata , amazon , cassandra , management system , mobile , c-stores , sensors , dashboards , 360 , program management , management skills , transformation programs , odc , csat , migrating , jenkins , rfp , ecr , analytics , offers , pos , revenue , ios , authorization , due diligence , embedded , aggregation , models , siebel , insite , devices , test automation , servers , drive , s3 , cloudera , tableau , hbase , app , network testing , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 1/4
Current Designation: Cloud Solution Architect -Database
Current Company: UST Global Ltd,
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
UST Global Ltd, as Cloud Solution Architect -Database
Jun 2020 to Till Date
Cloud Infra Solution Architect
Support Wolters Kluwer "Journey to Cloud" program by migrating NTT Data Center to AWS & Azure. Deliver ROM,
Solution, Architecture Review, Business Case, Implementation and Cut-overs. Migrated 50+ servers and solution in
progress for 75+ servers
Gilbarco Veeder Root as Asst. General Manager
Oct 2017 to Nov 2019
Cloud, Embedded, & Point of Sale
GVR is the leading brand that provides solutions and technologies for forecourts, fuel management systems, payments
systems, and c-stores. GVR is providing cloud-based IT solutions to its customers to support its range of devices: fuel
dispensers, Sensors, Gauges, PoS machines etc. Cloud platform developed based on AWS and private webservices.
Managed DevOps, Cloud, & BigData for products such as Cloud IoT, Payment, & Point of Sale
* Transition to Cloud and Implement Big Data products on Cloud [AWS EMR]
* Strategy, Design, and implementation of DevOps, CICD pipeline & Automation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Janaki Prasad Kaki
ITIL, CSM, AWS Cloud Solution Architect seeking roles in IT Project
Management,Program Management,Delivery Management,Vendor
Management,Business Intelligence,Pre-sales,Cloudera,IBM Netezza,Teradata,AWS
RedShift,IBM Cognos,Tableau,IBM Datastage
Key Skills: Cloud Solution Architect/Enterprise Architect,IT Project Management,Program Management,Delivery
Management,Vendor Management,Business Intelligence,Pre-sales,Cloudera,IBM Netezza,Teradata,AWS RedShift,IBM
Cognos,Tableau,IBM Datastage
Summary
An astute professional with over 19 years of IT experience in project management, development, solution, quality assurance,
multi-vendor management, & transitioning of IT projects.
Extensive exposure of AWS & Azure Cloud, Data warehouse, Big Data, Analytics, Business Intelligence, & DevOps
Executed multiple enterprise transformation programs >$100mn
Infra migration of 100+ servers to AWS & Azure cloud; Implemented IaaS, SaaS, & PaaS
Implementing DevOps/CICD; resulted in Reduced product release efforts by ~70% and improved release frequency by 50%
Implemented BDD & TDD; Built squads & capability at organization level
Excellent Customer management skills with CSAT score of 9/10; Setup ODC for European customer and managed P&L
account for $2mn
Managed team of 150+ team members in direct and vendor managed model
Delivered Big Data platforms for Social media, Network Analytics, & IoT; Data lakes for analytics & Machine learning
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 2/4
* Implementation of BDD and TDD methodologies
* Develop standard work template for DevOps; Guide, train, and implement DevOps for projects [BitBucket, Jenkins,
Ansible, Docker, Postman, Kibana]
* Project transition, resource ramp up, environment planning, and delivery
Vodafone India Ltd., as General Manager- Solution & Delivery Excellence
Jan 2011 to Oct 2017
Cloud, & Big Data
Transformation programs
Vodafone corporate website, website hosted on-premise and provides access to customers for product launches,
promotions, payments etc. Assess current infra utilisation, identify bottlenecks and propose strategy for implementation of
migration to AWS cloud
Cloud Aggregation Layer is a robust, feature-rich and SaaS management and aggregation platform that simplifies Cloud
services & ISVs delivery that incorporates the feature set necessary to ensure that Customer SaaS Business succeed
MSISDN Mart for Analytics [BigData], MMFA, provides end customer flexibility to create their own reports based on
models at MSISDN level. Delivered 26 models part of the project. MMFA project provides self-service BI with launch of
MMFA project. Big data platform is integrated with INF and WAP-DW source system for network services and analytics
Socio CRM [BigData], Simplify360, listens to millions of social media websites, blogs, forums, and mainstream sites such
as Twitter, Facebook, YouTube, Google. Data from these sites are collected by inherent crawlers and made available
within 5-10mins eventually Call center response team will act in given TATs and different analytics are generated.
Transformation programs
mPesa, Disha Billing, Sumeru Siebel CRM, Unify PoS etc
Drive program by coordination across multiple organizational function such as business, SI partners, security,
infrastructure to achieve project successes
Collaborate with security, local markets, delivery, operations, public cloud service, SI partners, Amazon SMEs, Data
Scientists etc.
Evaluation and recommendation for suitable tools and technologies; Lead RFI & RFP
Transformation from legacy platform to a modern cloud hosted platform
Due diligence for selection of Big Data platform & tools
Validate VROM estimate, Solution Design, plan &aligning sprints with business priorities
Organization QA strategy, across multiple BUs, vendors etc; Test automation initiatives
Initiated Mobile Cloud Farms, Crowd source testing, Network testing etc
UG: B.A (Public Administration) from Andhra University, Vishakhapatnam in 2000
PG: MCA (Computers) from NIELIT, New Delhi in 2003
Other Qualifications/Certifications/Programs:
AWS Big Data Speciality
AWS Solutions Architect - Associate
Microsoft Azure Architect technologies
Education
IT Skills
Skill Name Version Last Used Experience
Spark, R 6 Year(s)
GIT 4 Year(s)
VB Script, C, C++, Java 10 Year(s)
Terraform 2 Year(s)
Oracle & MS SQL Server 19 Year(s)
HBASE 4 Year(s)
Windows, Unix, & Linux 19 Year(s)
Cloudera BIG DATA 6 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 3/4
Nature of Employment: Full Time Duration: Oct 2017 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2017 - Oct 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2016 - Oct 2017
IBM Netezza, Teradata 6 Year(s)
IBM Datastage, AWS Firehose, AWS-Glue 4 Year(s)
Kafka 2020 2 Year(s)
FLUME 2018 2 Year(s)
AWS 2020 4 Year(s)
Cassandra 2020 2 Year(s)
Mongodb 2018 2 Year(s)
AWS EMR 2020 2 Year(s)
Kubernetes 2020 2 Year(s)
DOCKER 2020 5 Year(s)
Ansible 2020 5 Year(s)
Jenkins 2020 5 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
German Beginner
Projects
Project Title: Cloud Insite 360, Emedded, Payments, and Point of Sale machines
Client: Gilbarco Veeder Root
Project Details: GVR is the leading brand that provides solutions and technologies for forecourts, fuel
management systems, payments systems, and c-stores. GVR is providing cloud based IT
solutions to its customers to support its range of devices: fuel dispensers, Sensors, Gauges,
PoS machines etc. Cloud platform developed based on AWS and bespoke webservices.
Managed DevOps & BigData for products such as Cloud ConnectedServices, Payment, &
Point of Sale
Strategy and implementation of DevOps; Implementation of BDD and TDD
methodologies
Develop standard work template for DevOps; Guide, train, and implement DevOps
for projects [BitBucket, Jenkins, Ansible, Docker, REST APIs Postman]
Review architecture and deploy integration of AWS ElasticSearch, Lambda, S3,
Kinesis, ECR, and EMR for Cloud platform
Project transition, resource ramp up, environment planning, and delivery
CXO Dashboard provides a single view of KPIs for Leadership and senior management.
Dashboards are presented using IBM Cognos BI plat
Project Title: CXO Dashboard
Client: Vodafone
Project Details: CXO Dashboard provides a single view of KPIs for Leadership and senior management.
Dashboards are presented using IBM Cognos BI platform and Cognos native app is used to
deliver the business indicators. Total 61 KPIs are can be viewed on hand held devices.
Dashboard are made available on Andriod and iOS devices.
Project Title: MSISDN Mart For Analytics [BigData],
Client: Vodafone India Services Pvt. Ltd.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 4/4
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Jan 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2014 - Jan 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2011 - Jan 2014
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: MMFA [BigData], MSISDN Mart for Analytics, provides end customer flexibility to create their
own reports based on models at MSISDN level. Delivered 26 models part of the project. MMFA
project provides self-service BI with launch of MMFA project. Big data platform is integrated
with INF and WAP-DW source system for network services and analytics
Project Title: Socio CRM
Client: Vodafone
Project Details: Socio CRM [BigData] listens to millions of social media websites, blogs, forums, and
mainstream sites such as Twitter, Facebook, YouTube, Google. Data from these sites are
collected by inherent crawlers and made available within 5-10mins eventually Call center
response team will act in given TATs and different analytics are generated.
Project Title: Campaign Management System [BigData]
Client: Vodafone
Project Details: FlyTxt[Big Data] is a real time and effective campaign management system. FlyTxt will help
enhance revenue, customer satisfaction, focused offers, and reduce churn. Flytxt will provide
both pull and push offers to customer
Project Title: Datawarehouse migration from Teradata to Netezza
Client: Vodafone
Project Details: EDW, Enterprise Data warehouse, is a migration program from Terradata to Netezza. EDW
stores data from disparate sources using ETL. With this migration latency will be reduced to D-
1 from D-5 for daily and to D-3 from D-7 for monthly. Approx 7000 scripts and 12000 tables will
be migrated as part of program
Rank 158: Resume 826 with similarity score 0.07270168938052297
B.E , B.TECH software engineer , full time algo , general , performing , css , designation , ug , mar , affirmative action , test scripts , web technologies , software industry , authorization , english , sharepoint , status , sql , email , application , testing , machine learning , problem solving , building , languages , flask , selenium , adfs , it , python , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017…
https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017014042090e5a5… 1/2
Current Designation: Software Engineer
Current Company: OpenText
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
OpenText as Software Engineer
Mar 2020 to Till Date
I have worked on automating test scripts using
Specflow and C Sharp, performing testing
tasks and in process managed to learn basics
of technologies like SharePoint, ADFS, etc.
UG: B.Tech/B.E. (Computers) from B.V.Raju Institute Of Technology, Hyderabad in 2020
PG: in 0
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
K S CHANDRA SEKHAR
Software Engineer seeking roles in Software Development. Passionate about problem
solving and highly interested to pursue opportunities that would enable me to work on
building applications.
Key Skills: Software Engineer,Software Development,Web Technologies,Machine Learning,Data
Structures,Java,Python,SQL,HTML,CSS,React,Flask
Summary
Result-oriented Professional with 9 months of experience in Software Industry. Interested in Software development, Web
application development and passionate about Problem solving.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
DS and ALGO
java,python
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017…
https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017014042090e5a5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
SQL,HTML,CSS, Selenium
React, Flask, Machine Learning
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 159: Resume 729 with similarity score 0.07268302842049755
B.E , MS , B.TECH software engineer , part time , full time , software developer automation , training , customer , algorithms , matching , jenkins , multi-tenant , classification , designation , deep learning , ug , nlp , affirmative action , hindi , docker , data collection , public , maintenance , natural language processing , keras , authorization , english , web scraping , status , catering , models , email , application , aws , computer vision , github , rest , pharmacovigilance , machine learning , languages , django , infrastructure , llc , flask , amazon , kannada , texts , data science , python , jira , javascript , information retrieval , artificial intelligence , aris , pipeline , elasticsearch , vocabulary , usability , annotation 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e13…
https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e135718445f585d… 1/2
Current Designation: Software Engineer
Current Company: Aris Global LLC,
Current Location: Mysoru / Mysore
Pref. Location: Bengaluru / Bangalore,Chennai,Mysore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Aris Global LLC, as Software Engineer
Sep 2018 to Till Date
Researched, designed and built a data pipeline for
data collection, preprocessing and auto-annotation
of unstructured texts for training NER/Classification
tasks, which included enhanced text matching using
dynamic threshold fuzziness, extended vocabulary
using synonyms.
Trained various LSTM, GRU and BERT models for
custom NER tasks leveraging the infrastructure of
AWS SageMaker.
Designed and deployed various models as
dockerized REST APIs using Django and Flask
catering to multi-tenant support on host
applications.
Built a robust information retrieval system using
Elasticsearch using multiple query DSLs for efficient,
realtime search reducing latency and deployed it as
a dockerized REST endpoint.
Built multiple web scraping scripts to leverage public
data.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Shamanth B
Software Engineer seeking roles in Software Engineering,Design
Development,Requirement Gathering,Artificial Intelligence,Data Science,Data
Structures,Machine Learning,Deep Learning,Algorithms,Python,Docker,NLP,AWS, Git,
GitHub, Jenkins, Jira
Key Skills: Software Engineer/Developer,Software Engineering,Artificial Intelligence,Data Science,Data
Structures,Machine Learning,Deep Learning,Algorithms,Python,Docker,NLP,AWS,JIRA,Jenkins,Github,Elastic
Search,Natural Language Processing,sklearn
Summary
Highly motivated Software Engineer offering 2 years of experience in
demanding environments focused on producing robust and reliable
automation systems for Pharmacovigilance. Skilled in driving
development with creative and performance-oriented approach.
Well-organized and customer-focused with proven skills in Natural
Language Processing and Deep Learning and a growing interest in
Computer Vision.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e13…
https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e135718445f585d… 2/2
Built and deployed a dockerized REST API that
redacts custom entities from unstructured text using
various NLP techniques leveraging sophisticated
regexps and SpaCy.
Evaluated AWS services such as Amazon
Comprehend, Comprehend Medical and assessed
the usability of these services in our POCs.
UG: B.Tech/B.E. (Computers) from Vidya Vardhaka College of engineering, Mysore in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Machine Learning
Django/Flask, Dockers, AWS
TensorFlow
Keras
Scikit Learn
Pytorch
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 160: Resume 1452 with similarity score 0.07267344596549351
B.E , B.TECH , BS full time , team lead , software developer optimization , general , telugu , designation , mar , affirmative action , interpersonal skills , technical architecture , hindi , maintenance , windows , self-confidence , authorization , english , status , sql , email , project , teamwork , application , leadership , mainframe , testing , srm , debugging , problem solving , exceptions , languages , preparation , documentation , process automation , javascript , web 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190…
https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190645100d5a0157… 1/2
Current Designation: Senior RPA Developer
Current Company: Wipro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Other]
Verified : Phone Number | Email - id
Wipro Limited as Senior RPA Developer
Mar 2017 to Till Date
Project Name : BP - HGS_6
Client : Transdyne
Tools : Blue Prism
Responsibilities:
* Understand the automated business scenarios.
* Involved in designing the exception handling scenarios for the application.
* Enhanced the exception handling by correlating and parameterize the data.
* Supported the Team Lead in working on a comprehensive report providing observations and
recommendations based on the analysis of the post run data.
* Analyzing the performance of bots.
Project #2:
Project Name : BP - RSI_1
Client : Transdyne
Tools : Blue Prism
Responsibilities:
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Thriloknath Reddy Kummetha
Senior RPA Developer seeking roles in Software Development,Application
Programming,System Analysis,Requirement Gathering,Technical Architecture,Process
Automation,Solution Design,Project Management,SQL,VB.Net
Key Skills: Senior RPA Developer,Software Developer,Software Development,Application Programming,System
Analysis,Requirement Gathering,Technical Architecture,Process Automation,Solution Design,Project
Management,SQL,VB.Net
Summary
3+ years of experience in Automation with different types of RPA tools like Blue Prism and
UiPath.
Experience in automating Web, Windows, and Mainframe based applications using Blue
Prism and UiPath.
Adept in Robotic Process Automation from Requirement gathering, Solution designing,
Coding, Testing, Debugging, and Implementation.
Involved in PDD, SDD documentation, code optimization and reusing.
Excellent Analytical, problem solving, communication, and interpersonal skills with ability to
interact with individuals at all levels
My strengths include Self-confidence, Good Communication Skills, Dedication and
Leadership Abilities, Teamwork, and Motivation.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190…
https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190645100d5a0157… 2/2
* Understand the automated business scenarios.
* Involved in designing the exception handling scenarios for the application.
* Enhanced the exception handling by correlating and parameterize the data.
* Supported the Team Lead in working on a comprehensive report providing observations and
recommendations based on the analysis of the post run data.
Project #3:
Project Name : RPA - SIPL
Client : Syntel
Tools : Blue Prism
Responsibilities:
* Communication with client/project team for requirement gathering and finalizing
automation approach.
* Executing bots to test the exception handling.
* Finalizing type of exceptions at different number of processes.
* Preparing results after analysis, loop identification.
Project #4:
Project Name : RPA - ZCS
Client : Syntel
Tools : UiPath
Responsibilities:
* Been involved in the discussions with the team, defining project requirements, Exception
Scenarios.
* Preparation of design plans.
* Preparing results after analysis, loop identification.
UG: B.Tech/B.E. (Other) from SRM university (SRMU) in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Blue Prism, Uipath
SQL
WINDOWS XP/2000/98/95
C, vb.net
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Rank 161: Resume 331 with similarity score 0.07227334283838059
MS , B.TECH associate , work from home vehicle maintenance , customer , segmentation , internships , image processing , forest , deep learning , mar , nlp , keras , reinforcement learning , mobile phone , json , cars , sql , water , pandas , c programming , computer vision , xml , prediction , resume , machine learning , computer science , opencv , reason , assessment , it , python , technology Assessment
Q1. Why should you be hired for this role?
The reason why the Deep Learning Intern role interests me is, I have enjoyed my projects which was on object and face detection, and this role
being on Deep Learning and Computer Vision, I positive that I will be enjoying this one as well.
Also, my projects and coursework have given me the technological aptitude in Machine Learning and Deep Learning frameworks like OpenCV,
Scikit, Pandas, and Keras, among others. I am also acquainted with the concepts of CNNs, ANNs, Reinforcement Learning, NLP and RNNs.
Therefore, my motivation for solving Deep Learning problems, and the skill set required, are aligned to this role at Boongg.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Mk Mushtaq
Hyderabad
Applied 08 Feb'21
Python C Programming Deep Learning
MSExcel Machine Learning OpenCV
SQL Data Structures
Bachelor of Technology B.Tech), Computer Science & Engineering
Mahindra Ecole Centrale
2017 - 2021
CGPA 9.06/10
Associate Intern
SS&C Technologies, Virtual
May 2020 - Jul 2020
Rendered JSON and XML data onto a responsive UI software.
Intern
Miracle Softwares, Visakhapatnam
May 2019 - Jun 2019
Built Machine Learning software called Tank-o-meter that predicts predicts water shortage and simultaneously alerts the
user.
Object Detector
Jan 2021 - Jan 2021
https://github.com/MkMushtaq/Object-Detection
Developed a Object Detector model using OpenCV and python. Integrated with mobile phone camera to detect objects
around houses.
FALSE ALARM DETECTION
Dec 2019 - Jul 2020
Using seismic data classified a seismic activity into real and false alarm using Random Forest and SVM, and tuned hyper-
parameters to get best optimal results
VEHICLE MAINTENANCE INDEX
Jan 2020 - May 2020
Collected data for various parts of cars and scaled it using an NGaussian mixture model. Later, analyzed the data to
estimate maintenance index of a vehicle; to help a prospective customer in making decisions.
IMAGE PROCESSING AND SEGMENTATION
Jan 2020 - Apr 2020
https://github.com/MkMushtaq/Object-Detection
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9030262403
Used PDEs to de-blur, de-noise and found segments of image by working on Active Contours without edges that detects
objects in an image without relying on edges. Evolved the curve by being independent of the object location
MARKS PREDICTER
Feb 2019 - Mar 2019
I have made a mark prediction model using regression model algorithm in Python.
It takes your last 2 semester marks and predicts the next semester marks.
Merit scholarship holder at Mahindra University for years 2017, 2018, 2019, and 2020.
Rank 162: Resume 1406 with similarity score 0.07197894328215952
B.E , MS , B.TECH , BS sap bw consultant , service manager , team lead sid , reporting , sap hana , value-added , optimization , corrective actions , migrating , root cause , change requests , filters , designation , data warehouse , data extraction , case , affirmative action , ticketing , query designer , ltd , master data , workbench , data modeling , plugin , status , sql , email , project , business intelligence , cubes , sap bi , characters , business requirements , fixing , performance tuning , development work , transformations , writing , c++ , debugging , workbooks , putty , reason , ibm tivoli , data flow , hp service manager , sap implementation , python , scheduling , javascript , schedules , crm , technology , load , kt 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f420…
https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f42001015095f585… 1/2
Current Designation: SAP BW HANA Consultant
Current Company: Teklink Software Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Teklink Software Pvt. Ltd as SAP BW HANA Consultant
Jun 2018 to Till Date
Kellogg's AMS BW (June 2018 - Present)
Client: Kellogg's
Role: SAP BW Consultant
Environment: SAP BW 7.x/ SAP BW 3.x / Putty / File Zilla / IBM Tivoli Workload Scheduler
/ Service Now ticketing tool.
Responsibilities:
* It is an enhancement/implementation & support project which includes enhancement and development work in
terms of new change requests from Business users and internal performance tuning activities. We're majorly
involved in interacting with line-of-business users and working with them on variety of data flow design, Query,
Workbook level changes.
* Worked extensively on Data Warehouse Workbench and customized info objects, info cubes, DSOs, Data
Sources, DTPs, Transformations and MultiProviders. Installing and creating BI objects like info objects, DSOs,
Info cubes.
* Handling various business tickets and worked on their requirements.
* Worked on SoWs including Delta Queue cleanup Activities with Plugin Upgrades.
* Worked on the reporting areas like Bex Query Designer, CKFs & RKFs etc.
* Involved in load monitoring of daily, weekly, monthly data loads using process chains.
* In case of process failure, analyzing the reason for failure and taking corrective actions. Involved in the Root cause
analysis of the load failure and its permanent fix.
* Involved in handling batch failure like invalid Characters, Time limit exceeded, TRFCs stuck issues, short dumps,
SID issues, memory issues etc.
* Documenting the issues with logs. Created various technical or process documents for the team for various
enhancements.
* Involved in giving KT and sharing knowledge across the team.
* Involved in the development tasks in the projects. Collaborated extensively with the Client to understand business
Last Active: 9-Feb-21 Last Modified: 1-Feb-21
UTKARSH JETHWANI
SAP BW HANA Consultant seeking roles in SAP Implementation,SAP Upgrade,SAP
Support,Data Extraction,Data Loader,Data Modeling,Performance Tuning,Business
Intelligence,Requirement Gathering,HP Service Manager,Sap Hana,Python
Key Skills: SAP BW HANA Consultant,Team lead,SAP Implementation,SAP Upgrade,SAP Support,Data Extraction,Data
Loader,Data Modeling,Performance Tuning,Business Intelligence,Requirement Gathering,HP Service Manager,Sap
Hana,Python
Summary
3.5 years of experience which includes SAP Implementation,SAP Upgrade,SAP Support,Data Extraction,Data Loader,Data
Modeling,Performance Tuning,Business Intelligence,Requirement Gathering,HP Service Manager,Sap Hana,Python
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f420…
https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f42001015095f585… 2/2
requirement & work on value-added reporting.
* Maintaining Master Data table.
* Involved in writing ABAP routine in transformations, update rules, filters etc for performance tuning or remove
special characters.
* Involved in manual/adhoc load, PSA Deletion, selective deletion, impact analysis etc.
* Involved in performance optimization of APDs, Process chains, DTPs, DSO Activation etc.
* Regularly involved in debugging activities, to analyze and modify logic per business requirements.
* Involved in analyzing the gaps & enhancements of various flows, process chains etc.
* Frequent use of IBM Tivoli Workload Scheduler (v 8.5.1), putty & HP Service Manager ticketing tool.
* Analyzing whole system to optimize Tivoli job dependencies & schedule them accordingly.
ITT AMS BW
Aug 2017 to May 2018
ITT AMS BW (Aug 2017 - May 2018)
Client: ITT Inc.
Role: SAP BI/BW Consultant
Environment: SAP BW 7.x/ SAP BW 3.x
Responsibilities:
* Involved in creating Process chains, new queries & workbooks as per requirement.
* Involved in analysis for the failure in load process, taking the corrective actions and fixing it.
* Have been involved in the development work during Migration like version comparison, migrating and activating
datasources from 3.x flow to 7.x flow, creating InfoPackages and DTPs etc.
* Involved in load monitoring of daily, weekly, monthly data loads using process chains.
* Scheduling BW Jobs & monitoring these schedules on Process chains on Adhoc basis.
UG: B.Tech/B.E. (Computers) from Medi-Caps Insttute of Science and Technology, Indore, Madhya Pradesh in 2017
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
SAP ABAP, SQL, JAVA, Python, C++
SAP BW on HANA, BW 7.x, BW 3.5,
Rank 163: Resume 80 with similarity score 0.07192246376993382
B.S , MS , BS work from home , technical consultant sap , database , public , manual testing , training , assessment , completion , ltd , it , python , resume , application , organization , java , mar , html , data analytics Assessment
Q1. Why should you be hired for this role?
As, I have just started my career, I don't have much practical achievement but I have little bit practical achievement in some fields like SAP ABAP,
SAP PI/PO, SD Manual Testing, 3 months training in Python with data analytics which will definitely used somewhere in you organization,but I really
want to practically explore and experience my potential by delivering the best services to the company.It will be my honour to work with you and
this organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for this opportunity.
Resume
EDUCAT ION
JOBS
TRAININGS
Antima Choudhary
Greater Noida
Applied 09 Feb'21
Python Database Management
System DBMS
HTML
Java
Master of Computer Applications MCA, Computer Application
Galgotias University
2018 - 2020
CGPA 8.69/10
Bachelor of Computer Applications BCA, Computer Application
D.P.B.S PG COLLEGE ANOOPSHAHR
2015 - 2018
Percentage: 70.33%
Diploma, DIPLOMA IN FINANCIAL ACCOUNTING
ICON COMPUTER EDUCATION
2014 - 2015
Percentage: 80.00%
Senior Secondary XII, Science
CJ DAV CENTENARY PUBLIC SCHOOL,MEERUT
CBSE board)
Year of completion: 2014
Percentage: 64.00%
Secondary X
KENDRIYA VIDHYALAYA IOC BARAUNI
CBSE board)
Year of completion: 2012
Percentage: 66.00%
SAP ABAP Technical Consultant
Techbrawn IT SOLUTIONS PVT LTD, Virtual
Mar 2020 - Present
Python With Data Analytics
Tech Avera, Noida
Jun 2019 - Aug 2019
I did my training from tech avera which is located in noida in python with science.
Tools on which i had work are:-
1-pycharm (for python)
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7060035798
For data analytics use jupyter notebook and these tools on which i work are:-
2-numpy
Secured 3rd position in bca.
Rank 164: Resume 197 with similarity score 0.07182756187422246
B.E , MS , M.S , BS work from home online music , algo , training , internships , forest , use case , mysql , data analytics , memory management , public , basic , sorting , linear regression , models , project , application , introduction to , prediction , resume , decision trees , gallery , logistic regression , drive , machine learning , computer science , django , completion , process management , assessment , data science , python , it , web , organization , artificial intelligence , technology , metrics Assessment
Q1. Why should you be hired for this role?
I had learned about the basics of Data Analytics, Machine Learning and other related areas which I complemented with online certification
courses on Artificial Intelligence and Data Analytics. I am passionate about implementing the application of data science for solving day to day
problems and I believe that my interests and skills match your organisation's drive towards innovation. I assure you to give my best to this
internship, gain as much as practical exposure as possible while dedicating myself to all the given tasks throughout the tenure of this internship.-
Also I'm good in python.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, ill available for whole y months.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
GOVIND SINGH
Bhopal, Bangalore
Applied 07 Feb'21
Python Django Machine Learning
Bachelor of Engineering B.E, Computer Science & Engineering
Millennium Institute Of Technology
2016 - 2020
Percentage: 76.30%
Senior Secondary XII, Science
Shakti Shanti Niketan Aami , Chapra
CBSE board)
Year of completion: 2015
Percentage: 70.10%
Secondary X
M.S Memorial Public School , Balganga Mothihari
CBSE board)
Year of completion: 2013
CGPA 9.30/10
Machine Learning With Python
TcsIon, Bhopal
Jun 2019 - Aug 2019
Have done practical training /intership from TCSion on technology Python with Machine Learning under guidance of Ms Richa
Agnihotri.
During the training , i was deployed on project "Face detection"
Machine Learning
Internshala Trainings, Online
May 2020 - Jun 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules.
Churn Prediction
Jun 2020 - Jul 2020
Churn prediction is a common use case in machine learning domain. If you are not familiar with the term, churn means “leaving
the company”. It is very critical for a business to have an idea about why and when customers are likely to churn. Having a
Online music gallery system
Jun 2019 - Jun 2019
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7903621745
Python Django based minor project "Online music gallery system". It is based on ternet web application that can accessed
through organization. In which we can add song through links of songs like my songs.mp3.or pagalworld.mp3
DS-stack,queue, linked list, basic of tree and graph
ALGO-searching and sorting algorithm
OS-process management, synchronisation, memory management
Mysql
Rank 165: Resume 177 with similarity score 0.07179069275369741
MTECH , M.TECH , BS , B.E , MS work from home , classifier , owner , machine learning intern api , training , algorithms , internships , css , data visualization , classification , deep learning , user management , object-oriented programming , nlp , learning techniques , mysql , hindi , membership , natural language processing , apache , ltd , english , google cloud platform , bootstrap , ddos , servlets , prevention , project , email , store , coursera , mongodb , c programming , network security , introduction to , asp.net , iit , survey , resume , vector , latex , time series analysis , rest , blockchain , java , machine learning , fundamentals , computer science , opencv , django , infrastructure , spaces , building , data transformation , sentiment analysis , flask , big data , sql server , tableau , completion , assessment , web application security , word , arima , python , object detection , forecasting , organization , cloud computing , technology , artificial intelligence , measures , html , database , online Assessment
Q1. Why should you be hired for this role?
I have 11 months of Internship experience in machine learning, Being a member of the machine learning team, I am responsible for pioneering
some major parts of the project effectively that covers all the key aspects of the machine learning life cycle with Python, MongoDB, REST API,
Flask.
Also, I have completed Mtech in Computer Science and Engineering with a specialization in Information and network security.
Apart from this, I have pursued specialization Applied Natural language Processing- from IIT Madras, Tensorflow specialization- from
deeplearning.ai, Google cloud platform big data and machine learning fundamentals- from Google cloud, and various certifications in python,
tableau, NLP.
I am inquisitive towards the latest technologies in software development and machine learning. Seeking a job where I can enrich my knowledge
and contribute to the ML community and organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I will be available for 3 months of internship.
Resume
EDUCAT ION
INTERNSHIPS
Dhruvi Patel
Bangalore, Ahmedabad
Applied 08 Feb'21
Python Natural Language Processing
NLP
.NET
Algorithms C Programming C Programming
Data Structures English Proficiency Spoken) English Proficiency Written)
Flask Hindi Proficiency Spoken) Hindi Proficiency(Written)
Java MS SQL Server Machine Learning
SQL Web Application Security Apache
Database Management
System DBMS
Deep Learning Django
Google Cloud Computing HTML LaTeX
MongoDB OpenCV Tableau
Master of Technology M.Tech), Computer Science(Information And Network Security)
Nirma University
2018 - 2020
CGPA 7.94/10
Bachelor of Engineering B.E, Computer Science
Sardar Vallabh Bhai Patel Institute Of Technology,vasad
2013 - 2017
CGPA 8.33/10
Senior Secondary XII, Science
Maharani High School For Girls,Vadodara
GSHSEB board)
Year of completion: 2013
Percentage: 77.38%
Secondary X
Maharani High School For Girls,Vadodara
GSHSEB board)
Year of completion: 2011
Percentage: 89.40%
Machine Learning
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Winjit Technologies Pvt Ltd, Bangalore
Jun 2019 - May 2020
Working on projects effectively that covers all the key aspects of the machine learning life cycle: data transformation,
statistical analysis, feature engineering, model training, model evaluation, and overall machine learning infrastructure.
Machine learning Intern worked on Product of Winjit Technologies
Google Cloud Platform Big Data And Machine Learning Fundamentals
Google Cloud, Online
Aug 2020 - Oct 2020
Google Cloud Platform Big Data and Machine
Learning Fundamentals.
Natural Language Processing With Classification And Vector Spaces
Coursera, Online
Jun 2020 - Jul 2020
“Tensorflow In Practice” Specialization
Coursera, Online
Oct 2019 - Apr 2020
Completed “Tensorflow in Practice” specialization from Coursera. Completed
below courses as part of it.
1. “Introduction to TensorFlow for Artificial Intelligence, Machine
Learning, and Deep Learning”
2 . “Convolution neural network in TensorFlow ”
3. “Natural language processing in TensorFlow ”
4. “Sequences, T ime series and predictions”
Python Mega Course: Building 10 Real Word Application
udemy, Online
Aug 2018 - Jan 2019
Online course of python with covers building real-world applications like object detection, web scrapping, data visualization,
object-oriented programming using python.
Sentiment analysis of Covid-19 tweets
Jun 2020 - Jun 2020
https://github.com/dhruvipatel14/twitter_sentiment_analysis_covid19
Sentiment analysis of tweets by users across the globe using NLP techniques and classifier algorithms.
Real time DDOS attack detection using time series analysis
Jun 2019 - May 2020
Early DDOS attack detection for traffic flowing through the network by the time
series forecasting using machine learning algorithms like ARIMA, SARIMA
and LSTM.
Securing Blockchain With Deep Learning
Aug 2018 - Nov 2018
It was survey on blockchain security vulnerabilities, various attacks on
blockchain, prevention of blockchain against attack and different deep
learning techniques to secure the blockchain.
Secure Web Application
Aug 2018 - Oct 2018
Development of a website based on ASP.net which incorporated
security measures like Password encryptions, User Verifications,
Validations in form
Online Tiffin Service – User Management and Email
Jun 2016 - May 2017
This web application was developed using HTML,CSS, Bootstrap as
frontend and SQL server database to handle the data related to
customers and orders. The backend was handled using ASP.NET.
Find a book - E book portal
Jun 2016 - Sep 2016
https://github.com/dhruvipatel14/twitter_sentiment_analysis_covid19
CONTACT Phone: 91 7359857677
This application was built on J2EE using Java servlets and JSP with MySQL
database with functionalities like searching book, reading a book, user
membership and book management for store owner.
Rank 166: Resume 501 with similarity score 0.0717403894707726
B.TECH , BS work from home , classifier , full time internships , data visualization , classification , sqlite , deep learning , natural language processing , draw , investigation , digital , classifiers , twitter , building models , embedded , project , fact , mumbai , resume , breast cancer , electronics , data analysis , hiring , machine learning , completion , assessment , data science , python , web , online Assessment
Q1. Why should you be hired for this role?
Since I am a fresher, I am still learning. But I can vouch for the fact that I am a fast learner and have zeal to learn. Hiring me can be a mutually
beneficial arrangement for this company and me. I find Data Analysis fascinating and I started learning Data Science and Machine Learning online.
I've also completed projects based on Data Visualization and building models of Machine Learning.
I have following skills which are benificial for this job:
1 Python
2 R Programming
3 SQL
4 Data Science
5 Machine Learning
6 Natural Language Processing
7 Web Scrapping using Beautiful Soup
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available full time for 3 months and I can start immediately.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Sanket Kudtarkar
Mumbai
Applied 08 Feb'21
Natural Language Processing
NLP
Python Data Science
Machine Learning R Programming SQLite
B.Tech Hons.), Electronics Engineering
K. J. Somaiya College Of Engineering
2015 - 2021
CGPA 6.05/10
Senior Secondary XII, Science
Vani Vidyalaya
HSC board)
Year of completion: 2015
Percentage: 60.00%
Secondary X
N.G. Purandare High School
SSC board)
Year of completion: 2013
Percentage: 82.40%
Python Developement
Swabhav Techlabs, Virtual
Jan 2021 - Present
Build Deep Learning Models Using Tensorflow
codecademy, Online
Nov 2020 - Nov 2020
Data Science And Machine Learning
codecademy, Online
Jun 2020 - Aug 2020
PROJECTS
CONTACT Phone: 91 8879415567
I've learnt to analyze data, communicate the findings, and even draw predictions using machine learning. Along the way, I've
also build portfolio-worthy projects.
Natural Language Processing
codecademy, Online
Jun 2020 - Present
TWITTER CLASSIFICATION CUMULATIVE PROJECT ML
Nov 2020 - Nov 2020
Machine Learning Naive Bayes Classifiers)
Contactless Digital Tachometer
Aug 2019 - Oct 2020
Used Embedded C.
HONEYBEE PRODUCTION ML
Oct 2020 - Oct 2020
Investigation of honeybee population decline and how the trends of the past predict the future for the honeybees.
BREAST CANCER CLASSIFIER ML
Oct 2020 - Oct 2020
Machine Learning KNearest Neighbor Classifier).
Rank 167: Resume 355 with similarity score 0.07173926303319443
MS , B.TECH , BS work from home , business analyst intern robotics , segmentation , algorithms , internships , image processing , deep learning , demand , nlp , mysql , data analytics , docker , linux , public , keras , natural language processing , heroku , english , google , pandas , numpy , computer vision , bluetooth , prediction , resume , github , neural networks , nltk , machine learning , computer science , opencv , foundation , flask , amazon , completion , assessment , discount , data science , python , forecasting , web , technology , frame Assessment
Q1. Why should you be hired for this role?
I am hard working dedicated individual.I am quick and ready to learn and push my boundaries.I have good amount of knowledge in field of data
science specially in field of machine learning,deep learning , computer vision,Data Structures and Algorithms
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available for 3 months
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Nikhil Sharma
Agartala, Jaipur
Applied 09 Feb'21
Natural Language Processing
NLP
Python Computer Vision
Algorithms Amazon Web Server AWS C Programming
Data Structures English Proficiency Spoken) Flask
GitHub Heroku Linux
MySQL Data Analytics Data Science
Docker Machine Learning Neural Networks
Bachelor of Technology B.Tech), Computer Science & Engineering
National Institute Of Technology Agartala
2018 - 2022
CGPA 9.03/10
Senior Secondary XII, Science
Lady Anusuya Singhania Educational Academy ,Jhalawar Rajasthan
CBSE board)
Year of completion: 2017
Percentage: 86.80%
Secondary X
Narmada Devi Singhania International School ,Pacheri Bari Rajasthan
CBSE board)
Year of completion: 2015
CGPA 9.60/10
Data Science And Business Analyst Intern
The Sparks Foundation,Singapore, Virtual
Sep 2020 - Oct 2020
Complete Analysis of given superstore dataset by visualizing different features(profit,loss,discount,demand,sell etc) and
analysing them statewise,regionwise , citywise etc and finding out the weak areas where we can work to make more profit.
Member| ANARC Robotics club,NIT Agartala
* Achieved 3 rd rank in robowar in AAYAM
7.OTECH FEST.
* Make several projects using Aurdino ,like Line
follower,bluetooth control bot.
Gesture_Recognition
Jan 2021 - Jan 2021
https://github.com/ssnikhil1/gesture_recognition
https://github.com/ssnikhil1/gesture_recognition
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9694394645
Count number of fingers at real time by subtracting background and segmentation of hand from frame,then using convex hull
algorithm to count number of fingers.
Skills: opencv,python,image processing,pandas,numpy
Google Stock Prediction and Forecasting | LSTM RNN
Nov 2020 - Dec 2020
https://github.com/ssnikhil1/google-stock-prediction
Developed a model to predict the stock of google based on given dataset using LSTM in keras.
Applying a LSTM layer on featured dataset to predict the stock . Although it should be done by time series but LSTM too
gives a good result.
Real Or Not? NLP with Disaster Tweets | Kaggle
Aug 2020 - Aug 2020
https://www.kaggle.com/snikhil1/notebook3c20131f08
Developed a model to predict which tweets are about real disasters and which ones are not using LSTM in keras.
Uses NLP techniques for text preprocessing.
Libraries: nltk, tensorflow, keras, numpy, pandas, sklearn
Titanic : Machine Learning from Disaster | Kaggle
Jul 2020 - Jul 2020
https://www.kaggle.com/snikhil1/kernel7d5c39fb78
Developed a model to predict the people survival rate in T itanic Disaster based on given data set
using python.
Achieved an accuracy of 76% on public leader board on Kaggle.
Achieved 3rd position in robowar in AAYAM 7.O (tech fest)
Problem Solving(Basic) HackerRank:
https://www.hackerrank.com/certificates/1f18a2b8bf3a
https://github.com/ssnikhil1/google-stock-prediction
https://www.kaggle.com/snikhil1/notebook3c20131f08
https://www.kaggle.com/snikhil1/kernel7d5c39fb78
Rank 168: Resume 499 with similarity score 0.07158148507412115
MS , B.TECH , BS work from home , autocad bayesian , overtime , contour , differential equations , ltspice , cricket , algorithms , deep learning , connect , chess , hypothesis testing , data collection , aircraft , independence , digital , linkedin , arduino uno , mumbai , iit , abel , facebook , logistic regression , histograms , features , flip , spaces , scikit-learn , data science , timers , hobbies , access , numerical analysis , mar , gym , pad , autocad , processing , astronomy , justice , java , inheritance , data analysis , machine learning , completion , probability , one , technology , vectors , derivatives , curve fitting , matplotlib , engineering physics , uniqueness , gauss , design , data analytics , curl , basic , linear regression , social media , newton , pandas , coursera , numpy , surface , operations , assessment , web , dictionaries , breadboard , online , calculus , solidworks , analytical skills , anomaly detection , circuit , linear algebra , spine , excel , sql , matrix , introduction to , resume , matrices , transformations , google drive , running , merge , differentiation , finance , statistics , row , tableau , python , harmonium , plots Assessment
Q1. Why should you be hired for this role?
Data Science and machine learning have so many amazing opportunities these days, not just to work for any association but to benefit the whole
society by easing arduous human tasks. The idea that machines can learn to perform tasks that even humans often struggle to do is simply
astounding. Although my branch is Engineering Physics but over the last one year my interest to work in machine learning fields has gone up and
up. During this time, I have developed many skills which are so crucial in this field. Knowing how to code in python and how to manipulate data
using its major libraries like NumPy and Pandas is probably the most important thing if you want to work with raw data. And I am especially
equipped with these skills. To learn the logic behind machine learning, I did Machine learning by Andrew Ng- course. I learned algorithms like
logistic regression, linear regression, support vector machine, k-mean clustering, and anomaly detection. Having got the basic idea of machine
learning, I am now looking for opportunities to further my career in this field.
Coming from a mathematical background and being good at algorithms, analytical skills come naturally to me. I am very keen to explore the field
of analytics and would like to gain some knowledge and experience. I would be most fortunate and honoured to have the opportunity of working
with you and I feel confident that I would make a useful contribution while also giving myself an excellent exposure to help me understand my
interests. Attached herewith is my resume. I assure with my dedication and zeal; I will do justice to the work allotted. I request you to provide me
with an opportunity to work for you and gain domain knowledge that would act as the launching pad for my career after graduation.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am in my third year right now at IIT Bombay. I have a semester going on right now, but I usually get around 56 hours daily free. I can work in
these hours and if necessary, I can work overtime on weekends. And I am available for 3 months.
Resume
EDUCAT ION
TRAININGS
Sanjeev Kumar Khurana
Mumbai, Bhopal
Applied 07 Feb'21
Python MSExcel MSWord
Arduino AutoCAD C Programming
Data Analytics Data Science R Programming
SolidWorks Tableau Deep Learning
Java Machine Learning SQL
Bachelor of Technology B.Tech), Physics
Indian Institute Of Technology Bombay
2018 - 2022
Senior Secondary XII, Science
ANAND VIHAR SCHOOL
CBSE BOARD board)
Year of completion: 2018
Percentage: 86.40%
Secondary X
ANAND VIHAR SCHOOL
CBSE BOARD board)
Year of completion: 2016
CGPA 9.40/10
Python 3 Programming
University Of Michigan, Online
Sep 2020 - Oct 2020
In this specialization, offered by Coursera, I completed following courses:
- Python Basics
- Python Functions, Files, and Dictionaries
- Data collection and Processing with Python
- Python Classes and Inheritance
Google Drive folder link containing certificates of these four courses:
https://drive.google.com/drive/folders/1bNTwL2hA0I5GmRrUCUDRrwGCpbd8zg3a?usp=sharing
Data Analysis And Interpretation
Indian Institute of Technology Bombay, Mumbai
Aug 2020 - Present
Learning:
- Probability: Probability, Moments and moment generating function, transformation of variables, multivariate probability
densities, contour plots, common distribution functions
- Errors: Error assignment, statistical and system atic errors, error propagation, error correlations
- Parameter Inference: Bayesian vs. Frequentist statistics, likelihood function and its properties, likelihood ratio for
hypothesis comparison, maximum likelihood estimator
- Hypothesis testing: Test statistic, chi-squared test, p-values Course involves several programming assignments to gain
familiarity with various kinds of plots and histograms, error estimation, curve fitting and parameter extraction
Python For Everybody
University Of Michigan, Online
Aug 2020 - Sep 2020
In this specialization, offered by Coursera, I completed following courses:
- Getting Started with Python
- Python Data Structures
- Using Python to Access Web Data
Link to Google Drive folder containing certificates of these three courses:
https://drive.google.com/drive/folders/1gxFJfWtVlj6c6AGFgLuM_Fk-FZWY9pT?usp=sharing
Introduction To Numerical Analysis
Indian Institute of Technology Bombay, Mumbai
Jan 2020 - Mar 2020
Learned following topics:
- Lagrange Interpolation
- Piecewise Linear and Cubic Spine Interpolation, Lagrange Polynomials, Osculatory interpolation, Newton form of
interpolating polynomial
- Numerical Integration and differentiation
- Legendre's polynomials, Composite Trapezoidal Rule, Composite Simpson's Rule, Adaptive Quadrature
- Improper integral using Lagrange interpolation, Richardson Extrapolation
- Solution of Non-linear equations: Bisection method, Regula-falsi, modified Regula-falsi, Secant method, Newton's method,
and Fixed point Iteration
- Numerical method to solve Linear system of equations
- Gaussian Elimination, LU and PLU factorization, Cholesky's Algorithm
Differential Equations
Indian Institute of Technology Bombay, Mumbai
May 2019 - Jul 2019
Learned following topics:
- Exact equations, integrating factors and Bernoulli equations
- Orthogonal trajectories
- Lipschitz condition, Picard's theorem, examples on non-uniqueness
- Linear differential equations generaliti es
- Linear dependence and Wronskians
- Dimensionality of space of solutions, Abel-Liouville formula
- Linear ODEs with constant coefficients, the characteristic equations
- Cauchy-Euler equations
- Method of undetermined coefficients
- Method of variation of parameters
- Laplace transform generalities
- Shifting theorems
Linear Algebra
Indian Institute of Technology Bombay, Mumbai
Jan 2019 - Feb 2019
Learned following topics:
- Vectors in Rn, linear independence/dependence, linear span of vectors, vector subspaces of Rn, basis of a vector
subspace, systems of linear equations
- Matrices and Gauss elimination, row, null, and column spa ces, rank of a matrix, determinants and rank of a matrix in terms of
determinants, abstract vector spaces
- Linear transformations, matrix of a linear transformation, change of basis and similarity, rank-nullity theorem
- Inner product spaces, Gram-Schmidt process, orthonormal bases, projections and least squares approximation
- Eigenvalues and eigenvectors, eigenvalues of special matrices (orthogonal, unitary, Hermitian, symmetric, skew-symmetric)
CALCULUS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7974827136
Indian Institute of Technology Bombay, Mumbai
Jul 2018 - Nov 2018
Learned following topics:
- Review of limits, continuity, differentiability mean value theorem, Taylors theorem, maxima and minima
- Riemann integrals, fundamental theorem of calculus, Improper integrals, applications to area, volume... /> - Convergence of
sequences and series, power series, partial derivatives, gradient and directional derivatives, chain rule, maxima and minima
- Lagrange multipliers, double and triple integration
- Jacobians and change of variables formula, parametrization of curves and surfaces, vector fields, line and surface integrals,
divergence and curl, theorems of Green, Gauss, and Stokes
Housing price Kaggle
Jan 2021 - Jan 2021
https://www.kaggle.com/sanjeevkhurana
- Implemented a model using Scikit-learn that predicts prices of 1450 houses with the aid of 80 features
- Ranked 449 Top 9% out of 5000 people with a score of 0.1201/87.99% accuracy
Titanic Kaggle
Nov 2020 - Nov 2020
https://www.kaggle.com/sanjeevkhurana
- Used Logistic Regression of Scikit-learn to build a model that predicts which passengers survived, employing Pandas to
clean data, convert categorical data to numerical, merge/melt and drop redundant features
- Ranked 2508 out of 18900 people
Digital Dice
Feb 2020 - Apr 2020
Created a Digital Dice circuit replacing traditional dices by its high frequency operations
Implemented the design comprising 555 timers and delay flip flops on LTSpice to display randomized outputs
Radio Controlled Plane
Sep 2018 - Oct 2018
Designed and built a radio-controlled self-propelled aircraft capable of take-off, cruise and landing
Fabricated the aircraft with depron and optimized it for maneuverability and stability
Completed tasks required for the competition
Arduino Distance Indicator
Oct 2020 - Present
- Employed an Ultrasonic Sensor and an Arduino Uno
- Using LEDs, wires, and breadboard, designed a distance indicator which lights up LEDs one by one as you move an object
closer to the sensor
Topics of interest: Coding, Data Science, Applied Data Science, Data Analysis, Machine Learning, Deep Learning, and
Finance
Technical Skills: Python, C/C, R, Numpy, Pandas, Matplotlib, Excel, LTspice, AutoCAD, Solidworks, and Arduino
Interests and Hobbies: Chess, Harmonium, Astronomy, Cricket, Running, and Gym
Social Media Links to Connect:
- Facebook: https://www.facebook.com/sanjeev.khurana.589100/
- Linkedin: https://www.linkedin.com/in/sanjeev-khurana-641b591b5/
https://www.kaggle.com/sanjeevkhurana
https://www.kaggle.com/sanjeevkhurana
Rank 169: Resume 1126 with similarity score 0.07148588927487198
B.E , B.TECH full time , system analyst , front end developer , it analyst redux , general , microsoft azure , designation , ug , affirmative action , oracle database , hindi , angular , powerapps , maintenance , firebase , typescript , authorization , english , sharepoint , status , email , application , mumbai , github , languages , html5 , sql server , python , vsts , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a18…
https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a180314145f5a0d… 1/2
Current Designation: IT Analyst
Current Company: Tata Consultancy Services (TCS)
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Navi Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [field of Mechanical
Engineering]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as IT Analyst
Jan 2016 to Till Date
Front End Developer working on Front End Technologies like Angular, React, JavaScript, Typescript, Html5, CSS3
UG: B.Tech/B.E. (field of Mechanical Engineering) from Don Bosco Institute of Technology mumbai in 2015
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
MOHAMMED IBRAHIM KHOT
IT Analyst seeking roles in Software Application,Requirement Gathering,Configuration
Management,Front End Development,Angular, Python,Angular, NgRx, RxJs, React,
Redux,SharePoint, HTML5, CSS3, JavaScript, Typescript, Powerapps, Power
Automate
Key Skills: it analyst,system analyst,software application,requirement gathering,configuration
management,angular,python,ngrx,rxjs,react,redux,sharepoint,html5,css3,javascript,front end
development,Typescript,Powerapps,Power Automate
Summary
The Result oriented professional of having 5 years of experience in Software Application,Requirement Gathering,Configuration
Management,Front End Development,Angular, Python,Angular, NgRx, RxJs, React, Redux,SharePoint, HTML5, CSS3,
JavaScript, Typescript, Powerapps, Power Automate
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Python 0 Year(s) 0 Month(s)
Angular, NgRx, RxJs, React
Redux, PowerApps, Power Automate
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a18…
https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a180314145f5a0d… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SharePoint, HTML5
CSS3, JavaScript, TypeScript
Sql SERVER Development
Oracle Database
Firebase
Microsoft Azure
GitHub, VSTS, TFS
Languages Known
Language Proficiency Read Write Speak
english
hindi
marathi
Rank 170: Resume 1483 with similarity score 0.0708437522032766
B.E , MS , B.TECH , BS network manager , sql developer , quality analyst , operator , quality assurance , test lead , full time , service provider , senior consultant , business analyst , test manager , it consultant business case , window , algorithms , telugu , customer , security , functional testing , rfi , platforms , beginner , coordinators , test cases , energy , status , multinational , integration testing , smoke testing , network services , components , fundamentals , order management , infrastructure , payments , cdm , sql server , coordinated , negotiation , crm , airports , sanity testing , sprints , capture , ecommerce , conducting workshops , retail , access , designation , regression testing , general electric , mar , pen , web services , hindi , cloud , gap analysis , api testing , ltd , architects , english , agile , spa , consultation , live , provisioning , solution architecture , scenario , closure , data analysis , resolve , completion , triage , his , iterative , vsts , test data , javascript , predictive analytics , insurance , business requirements , capital , reporting , exploratory testing , online services , facilities management , bugzilla , suppliers , compatibility testing , cooperation , developers , vendors , affirmative action , information technology , cmp , rtm , power bi , maintenance , unix , travel , business logic , advanced , software testing , database testing , email , lessons , aws , black box testing , project implementation , operations , user stories , middleware , simulations , languages , context , story , eai , business process , flexible approach , sme , sit , blue chip , mobile , jira , test management , application testing , catalogue , transformation programs , functionality , manual testing , invention , web testing , iata , rfp , soap , toad , telecom , risk based testing , interpersonal skills , authentication , revenue , azure , authorization , internet , teams , maps , excel , models , record , business analysis , focus , chordiant , order fulfillment , mainframe , broadband , electronics , aviation , mds , intellectual property , conducting meetings , non-functional requirements , docs , trio , problem solving , finance , framework , iptv , landscape , kannada , selenium , communications , acting , test execution 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 1/4
Current Designation: Senior Consultant
Current Company: Capgemini
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - QA & Testing
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Capgemini as Senior Consultant
Oct 2010 to Till Date
Client: Heathrow Airport 07/2018 - Till Date
Role: Business analyst
Location: London, UK
As a business analyst on the airport operations portfolio at Heathrow Airport, my role encompassed capturing
requirements by conducting workshops with business stakeholders across Heathrow partners and suppliers, produce as-is
and to-be business processes, identify areas of improvement, work with architects and developers to identify solutions and
conduct RFI and RFP workshops on behalf of the client. With his quality assurance background Aditya has brought in a lot
of rigor with early identification and resolution of potential bottlenecks on the Apron management solution (SPA) and the A-
CDM (Airport Collaborative Decision making) projects with his extensive domain knowledge.
* Producing a business case document, business context document and gap analysis documents
* Documenting the As-is business processes and the To-be business processes.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Aditya Sandur
Senior IT Consultant with 10 years of experience in onsite/client facing roles across
testing & business analysis roles with strong focus on QA, test management, product
fundamentals, incremental solutions and negotiation skills.
Key Skills: Business Analysis, Requirement Gathering, Business Requirement Analysis, Functional Testing, Software
Testing, Manual Testing, Test Lead, QA, Quality Assurance, Telecom, Telecom Testing, Aviation, Aop, IATA, aviation IT
systems, SIT, UAT
Summary
10 years of experience in Software Testing/Consultation/Delivery/Business Analysis.
* I am an accomplished Test Manager in leading and delivering quality assurance for business & technology driven critical
changes and complex transformation programs within blue chip companies across various industries that include Travel and
Retail, Telecommunication, Aviation and Corporate Services.
* I have successful track record in leading multiple/concurrent projects and resources within cost/quality/time framework, with
proper governance in place to avoid deviation from agreed tolerances on KPIs.
* I have worked as a business analyst on the travel and telecom sector with a strong experience in requirements and analysis
on large scale multi project environments.
* Significant experience in working with diverse set of stakeholders for conducting customized RFI and RFPs for client
applications.
WINNER - REAL IT INDUSTRY AWARDS 2019
WINNER - APM TECHNICAL PROJECT OF THE YEAR 2019
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 2/4
* Produce the business logic and create pseudo algorithms, flowcharts and swim lanes to define the system processes.
* Conducting meetings with stakeholders across the business, support and users to capture requirements
* Creating a high-level requirements document including functional and non-functional requirements
* Creating user stories and defining story points and tracking them to implementation and testing
* Prioritization of business requirements with stakeholders across the airport
* Defining the service level required to support the application
* Producing UI wireframes, stakeholder maps and transformation models
* Working with the solution architecture, development, testing and support teams to resolve queries
* Working with the project management teams to define and prioritize the implementation approach
* Conducting data analysis activities on the airport flight movement data using MS Access, Excel and Power BI to
identify patterns and feedback to the requirements catalogue
* Rationalize existing processes, system rules and identifying areas of improvement
Role: Test Manager
* Producing test approach, weekly report, Plan on a page and providing updates to business stakeholders.
* Planned Risk based testing and Exploratory testing approach to make sure the 5 week test window is meet even
though the delivery from few components are slipped.
* Coordinated pen-testing across risk areas with internal teams
* Integration testing of Retail, eCommerce and insurance module that are hosted on AWS cloud platform and integrated
with Azure authentication
* Integration testing of Apigee layer that allows API requests within internal application modules for security
* Testing of reporting and reconciliation of Retail and Insurance products across systems like Mainframe, Insurance,
Billing, retail and eCommerce applications
* Testing reporting requirement of all transactions data between retail, eCommerce, Insurance and billing application
* Integration testing of Claims, Repairs, Payments and contact Centre functionality across retail and Contact center
channels
* Testing and ensuring audit and reporting capabilities are in place to be FCA complaint on Insurance cover sales.
* Managing defect triage, technical GNG, test closure and lessons learnt.
* Tracking agile sprints across retail, Online/eCommerce channels and planning integration testing phases with other
vendors
Client: TalkTalk Telecom Group, UK 05/2017 - 06/2018
Role: Onsite Test Manager
Location: London, UK
Involved as a end to end test manager for TalkTalk internet and telephone service capabilities across the Sales, BSS,
OSS, Billing, Payments and Assurance domains. The role involved working on multiple platforms (Pega, Chordiant,
Remedy etc) using multiple middleware components (SOAP, EAI) through the lifecycle of a retail older. I was a key
member of the Capgemini and client team with responsibilities that included coordinating with multiple stakeholders in a
complex supplier landscape.
UG: B.Tech/B.E. (Electrical and Electronics) from Visveswaraiah Technological University (VTU) in 2002
Education
IT Skills
Skill Name Version Last Used Experience
BUSINESS ANALYSIS 2020 3 Year(s) 0 Month(s)
JIRA 2017 5 Year(s) 0 Month(s)
Unix 2020 5 Year(s) 0 Month(s)
Power BI 2020 2 Year(s) 0 Month(s)
SQL 2020 8 Year(s) 0 Month(s)
TEST LEAD 2018 7 Year(s) 0 Month(s)
TELECOM TESTING 2017 7 Year(s) 0 Month(s)
Telecom Billing 0 7 Year(s) 0 Month(s)
Telecom PROJECT MANAGEMENT 2017 4 Year(s) 0 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 3/4
Nature of Employment: Full Time
Project Location: Heathrow, London, UK
Role: Other
Duration: Jul 2018 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time Duration: Jun 2017 - Jun 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - May 2017
AVIATION 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Proficient
Oriya Proficient
Telugu Beginner
Projects
Project Title: AIRPORT OPERATIONS PLAN
Client: HEATHROW AIRPORT LTD
Skill Used: Quality Assurance, Business Analysis, Requirement Analysis, Requirement Gathering, Gap Analysis, FSD, User
Stories, Use Cases, Manual Testing, Functional Testing, Database, Pega, Pega Rules Process Commander, UAT, Client
Relationship Management, Negotiation Skills, Communication Skills, Interpersonal Skills, Team Skills, Interpersonal
Communication, Problem Solving, API Testing, Web Services Testing, Web Application Testing, Software Testing, Selenium
IDE, Workshop, Data Analysis, Power Bi
Role Description: As a business analyst on the airport operations portfolio at Heathrow Airport, Aditya's role encompassed
capturing requirements by conducting workshops with business stakeholders across Heathrow partners and suppliers,
produce as is and to be
busines
Project Details: Airport Operations Plan: Build A common platform for all operational stakeholders across the Heathrow
airports for collaborative decision making, standardisation of business process, exchanging of advanced flight information
with the network manager.
The project impacted around 18000 people working across hundreds of organisations, all contributing to the minute-by-
minute delivery of diverse services.
AOP uses multiple data sources, simulations and predictive analytics to forecast flight movements, and share
comprehensive, live updates and status reports with stakeholders.
Team size:
Around 100 people involved in Business analysis, solution architects, quality assurance, testing, service and implementation,
project management,
Project implementation:
Waterfall model with iterative development with a flexible approach.
Project duration:
2 years
Project Title: TalkTalk Retail Broadband Releases
Client: TalkTalk Group
Project Details: TalkTalk is UK's fourth largest Internet and telecom Service Provider with offerings across retail and business
sectors. The project involved in TalkTalk's monthly release cycle of new enhancements across the BSS and OSS domains
following an agile methodology.
Customer Acquisistion, Order fulfillment, Order Provisioning, Assurance, service, Billing, Rating and Inlife provisioning,
customer relationship management
End to End testing across all the above functional areas
Methodology - Agile
Tools: JIRA, VSTS, Azure Dev Ops, UNIX, SOAP UI, Pega CRM, SQL Developer
Project Title: TalkTalk Mobile BSS and OSS Migration
Client: TalkTalk Group
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 4/4
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Quality Analyst
Duration: Jul 2013 - Feb 2015
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderbad
Role: Quality Analyst
Duration: Oct 2010 - Jul 2013
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: TalkTalk's mobile division operated as an MVNO (mobile virtual network operator). The project was a vision to
migrate the billing platform from in-house system to MDS DIse CMP. Along with this the project also migrated the network
from existing MNO Vodafone to Telefonica (o2).
I was involved this in the project as a SIT test lead for order management, provisioning, customer fulfilment, communications
and order acquisition areas. I was subsequently promoted to an onsite coordinator managing a team of 30 people working
across the above areas.
Besides these, i was placed as a replacement for a client role as UAT lead and SME on billing, collections, payments areas
as well.
My primary responsibilities included:
Acting as single point of contact to all stakeholders for the test cycle and chairing key meetings required to provide suitable
governance of the cycle.
Involved in sprint triaging of live issues, and allocating; Worked with business users in identifying operation issues;
Project Title: Legal IP QA
Client: GE CIS (GE Corporate Information Services)
Skill Used: Agile methodology, Manual Testing, Black Box Testing, Web services, Exploratory testing, Adhoc Testing,
Compatibility Testing, Functionality Testing, Regression Testing, Smoke Testing, Sanity Testing, Functional Testing, JIRA,
Quality center, SQL queries,
Role Description: SPOC for client and dev team, Agile model, Test Plan document, Allocation of tasks to resources and
tracking the tasks to completion, Requirement Analysis,RTM, prep of test cases, Test Execution & log defects and track to
closure, Prep test reports
Project Details: General Electric or GE is an American multinational conglomerate corporation which operates through four
segments: Energy, Technology Infrastructure, Capital Finance and Consumer and Industrial.
GE Corporate manages GE's extensive information technology domain and IT the needs of all GE Businesses. As a part of
GE Corporate, the Legal and Intellectual Property systems effectively manages GE's $100+ million patent portfolio.
With a set of 4 applications Inventions reported are managed during its entire life cycle. An Invention reported by an inventor
is graded by the Patent Evaluation Board which recommends for the filings of the Inventions as a part of PCT (Patent
Cooperation Treaty) or as Individual Filings in different countries.
Further the entire invention is managed, maintained and stored for the entirety of its existence as Patent Assets of GE.
Project Title: TTR TRIO
Client: Talk Talk Telecom, UK
Skill Used: Chordiant, Toad, SQL Server, Bugzilla, JIRA, Quality center, Manual Testing, Database Testing, Web Testing,
Functional testing, Adhoc Testing, Regression testing, Smoke Testing, Sanity testing, Exploratory Testing,
Role Description: SPOC for onsite coordinators, Requirement analysis,Identifying Test Scenario, Test data & prepare Test
Cases, End to End testing, Log defects, assign to app team and track to closure, exit reports KM and lessons learnt docs,
mentor new resources
Project Details: Talk Talk Telecom is one of the foremost fixed-line, ISP and IPTV providers of UK. The project was tasked
with the release of their current and new technological offerings in UK and the maintenance of their CRM services besides
Online services. It operates through three divisions, Distribution, Telecoms Services and Dealer. Distribution comprises the
sale of mobile communication products and services. Telecoms Services comprises revenue from facilities management, and
mobile and fixed network services. Dealer comprises sale of mobile hardware.
Rank 171: Resume 121 with similarity score 0.07077069804884815
MS , B.TECH work from home , project leader report writing , plantation , excel , business analytics , project , resume , electronics , intermediate , holidays , arduino , comp , water supply , tableau , word , assessment , interpret , supply management , app , python , mobile , technology Assessment
Q1. Why should you be hired for this role?
For this Internship, I have good knowledge of Excel and Word document and tableau with this I have skills in report writing too. Presently I'm
pursuing an MBA in Business Analytics where in this trimester(3rd) I will get to know about Python and R language and using that I can interpret
data or analyze data and extract useful information through it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available full-time in Hyderabad/Vijayawada for 2 months i.e., starting from 26th April 2021 to 26th June 2021. As I will be comp leting my 3rd
trimester of MBA and will be having holidays of 2 months. And was willing to do an internship for the duration of above mentioned 2 months.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
CONTACT Phone: 91 8885529615
Bakki Akhil
Hyderabad, Vijayawada
Applied 07 Feb'21
MSExcel MSPowerPoint MSWord
Arduino
MBA, Business Analytics
Christ University
2020 - 2022
Bachelor of Technology B.Tech), Electronics and Communication
Keshav Memorial Institute of Technology
2015 - 2019
Percentage: 69.00%
Project leader in IoT based water supply management.
Done a project of Shadow alarm using Arduino.
I have been a part of tree plantation in my society when I was studying intermediate
IoT based water supply management
Jan 2018 - Jan 2019
The project involves the correct supply of water to various zones using a mobile app
Rank 172: Resume 1366 with similarity score 0.07076165346933651
B.E , MS , B.TECH application support , full time , software engineer , change management web development , css , access , ug , tamil , affirmative action , mining , natural language processing , jquery , english , advanced , graphic design , authorization , bootstrap , status , social media , computational linguistics , email , project , express , customer service , application , aws , entry-level , product reviews , materials , change management , features , languages , sentiment analysis , sql server , it , python , javascript , technology , cloud computing , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e460810…
https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e4608100612125a0b0e… 1/2
Current Location: Chennai
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: Web / Graphic Design / Visualiser
Role: Fresher
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computers) from VELS Institute of Science, Technology and Advanced Studies (VISTAS), Chennai in
2020
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
R. HARIHARA SUDAN
Fresher seeking roles in Software Engineering,Web Development,Application
Support,Project Management,Change Management,Defect Management,Quality
Management,Requirement Gathering,Cloud
Computing,JavaScript,jQuery,Python,HTML,CSS,AWS,SQL
Key Skills: Fresher,Software Engineering,Web Development,Application Support,Project Management,Change
Management,Defect Management,Quality Management,Requirement Gathering,Cloud
Computing,JavaScript,jQuery,Python,HTML,CSS,AWS,SQL
Summary
Looking to start the career as an entry-level software engineer with a reputed firm
driven by technology. Strong in design and integration with, good problem-solving
skills. Proficient in PYTHON, JAVASCRIPT, AWS, HTML and CSS. Passionate about
implementing and launching new projects like cloud computing
Education
IT Skills
Skill Name Version Last Used Experience
AWS, and SQL Server, MS access
HTML, CSS , BootStrap, JavaScript ,
JQuery, Node JS, Express JS, Python, SQL
Languages Known
Language Proficiency Read Write Speak
English
Tamil
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e460810…
https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e4608100612125a0b0e… 2/2
Nature of Employment: Full Time Duration: Jul 2019 - Feb 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: SENTIMENT ANALYSIS USING IDMB MOVIE REVIEW
Client: FINAL YEAR PROJECT
Project Details: Sentiment analysis also term as refers to the use of natural language processing, text analysis and
computational linguistics to identify and extract subjective information in source materials. In recent years, Opinion mining is
a hotspot in the field of natural language processing, it is also a challenging problem Sentiment analysis is widely applied to
reviews and social media for a variety of applications, ranging from marketing to customer service. Movie reviews are an
important way to gauge the performance of a movie. The objective is to extract features from the product reviews and classify
reviews into positive, negative. In this project we aim to use Sentiment Analysis on a set of movie reviews which is given by
reviewers and to understand what the overall reaction to the movie was according to them,if they liked the movie or not.
Rank 173: Resume 1198 with similarity score 0.0703797600613208
B.E , MS , B.TECH , MSC software consultant , technical architect , solutions architect , analyst programmer , technology consultant , full time , sql developer , data management , business consultant kenan fx , microsoft azure , office , angular , docker , linux , node.js , status , stakeholder management , perl , sap , pl/sql , axis2 , sql server , system administration , organization , crm , suite , report manager , automation , spark , kubernetes , designation , 3par , mar , windows , json , english , project , solution architecture , processing , accountability , c++ , putty , vmware , javascript , technology , product lifecycle management , hp-ux , data services , reporting , web development , mes , general , scripting , data migration , visual studio , affirmative action , oracle , mysql , technical architecture , maintenance , pinnacle , unix , postgresql , email , manufacturing , jpa , business intelligence , tomcat , aws , github , maven , languages , customer intelligence , hibernate , big data , plm , it infrastructure management , storage management , database , jenkins , ug , toad , tamil , hardware installation , apache , tibco ems , authorization , primefaces , enterprise , spring boot , virtualization , siebel , record , rmi , application , cvs , python , vertica , eclipse , iss , cloud computing , intellij idea 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a13084…
https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a1308440015495a585f… 1/3
Current Designation: Technical Architect
Current Company: DXC Technology
Current Location: KUALALUMPUR
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
DXC Technology as Technical Architect
Apr 2017 to Till Date
Accountability:
* Presently reporting to the Report Manager for providing Technology Consultancy to diverse clients, participating in
multiple (3) projects (refer Annexure).
* Guiding the implementation of large-scale Enterprise solutions, involving Customer Intelligence, Big data
management, Virtualization Environment setup, Infrastructure management, etc.
* Creating Solution Architecture/Design, provided Technology consultancy to provide the hardware installation, in Big
Data Management, establishment of Virtualization Environment, Deployment Management, Storage Management, Project
Delivery Team, etc.
Hewlett-Packard Enterprise as Technology Consultant
Oct 2004 to Mar 2017
Career Path:
Technology Consultant May 2015 to Mar 2017
Business Consultant Dec 2013 to Apr 2015
Service Info Developer Dec 2010 to Nov 2013
Sr. Software Consultant Oct 2004 to Nov 2010
Accountability (May 2015 to Mar 2017)
* During this part of the engagement, executed multiple (3) projects, implementing several solutions, for diverse clients,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
MUTHUKRISHNAN MAHALINGAM
Technical Architect seeking roles in Technical Architecture,Project Management,Web
Development,Database Migration,Cloud Computing,IT Infrastructure
Management,Solution Architecture,Client Management,Data
Management,Azure,AWS,Java,C/C++,Python
Key Skills: Technical Architect,Technical Architecture,Project Management,Web Development,Database Migration,Cloud
Computing,IT Infrastructure Management,Solution Architecture,Client Management,Data Management,Azure,AWS,Java
Summary
* Currently engaged as Technical Architect with DXC Technology Malaysia Sdn. Bhd., Putrajaya, Malaysia, since Apr 2017.
Providing Technology Consultancy to the clients of the organization, to implement large scale Enterprise solutions for clients in
diverse sectors. The guidance includes Customer Intelligence, Big Data management; establish Virtualization Environment,
Infrastructure management, deployment/configuration/support of solution, monitoring project execution, etc.
* Microsoft Certified Expert: Azure Solutions Architect (AZ-303), experienced, meticulous & detail-oriented Azure Cloud
Specialty processing a proven track record of server development & management, cloud management & automation, process
enhancement, system administration as well as stakeholder management.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a13084…
https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a1308440015495a585f… 2/3
reporting to the Manager.
* The projects executed (refer Annexure), includes migration of warehouse system, of system support and upgrade
activities of a Product Lifecycle Management (PLM) solution and of a Manufacturing Execution System (MES) system.
Accountability (Dec 2013 to Apr 2015):
* Reported to the Report Manager (HP) and was deducted to Manpower Group as Business Consultant to execute &
participate in multiple (2) projects, for their customers - for development of reports and data migration and Siebel CRM
Upgrade.
Accountability (Dec 2010 to Nov 2013):
* Deputed dedicatedly to Scicom (MSC) Bhd., as Service Info Developer, to execute & participate in couple of projects
for diverse customers, of theirs, including - data migration from legacy system to new PLM system and Release
Management of Integrated Statistical System (ISS)
Accountability (Oct 2004 to Nov 2010):
* Deputed to Pinnacle Technologies Sdn. Bhd., Malaysia, as Sr. Software Consultant, to execute & participate in
multiple (4) projects, for their customers
* Acted in various roles - Support Service (Resolution of Issues) Delivery, Development & Integration of web portal,
interface development and part of the team to integrate post-paid (Kenan FX) and prepaid (INSS) systems.
Synergy Log In Systems Sdn Bhd as Analyst Programmer
Oct 1997 to Sep 2004
UG: B.Tech/B.E. (Computers) from Manonmaniam sundaranar university, Tirunelveli in 1994
Education
IT Skills
Skill Name Version Last Used Experience
HPE Blade Infrastructure Implementation
HPE 3PAR StoreServ 8400 SAN
VMware, Oracle OVM Hypervisors
Windows, Linux, UNIX (HP-UX)
AWS, Microsoft Azure
Python, Spark, JAVA, C/C++
UNIX Scripting/Perl, SQL, PL/SQL
JavaScript
RedShift, Oracle, MS SQL Server
MySQL, PostgreSQL, Vertica
J2EE, Spring frameworks
Spring Boot, JPA/Hibernate
Eclipse, Intellij Idea, Visual Studio
SAP Business Intelligence, Data Services
Putty, TOAD, SQL Developer
Java Open Sources - Apache
Angular JS, Node.JS, JSON Restful
JSP, JSF/PrimeFaces, RMI, CXF
Axis2, TIBCO Business Works
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a13084…
https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a1308440015495a585f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
TIBCO EMS, TIBCO ActiveSpaces
Ant, Maven, Jenkins, Docker
Kubernetes, Chef, SVN, GitHub
CVS, Tomcat, JBoss
Linux
MS Office Suite
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 174: Resume 2 with similarity score 0.06988849379056558
B.E , MS , M.TECH software engineer core java , algorithms , sql tools , deep learning , media analysis , nlp , learning techniques , chess , analytics , twitter , social media , project , grasp , puzzles , application , programming languages , pl/sql , facebook , information science , rest , government , machine learning , accessibility , fusion charts , sentiment analysis , big data , kannada , oracle retail , merchandising , data science , python , javascript , eclipse , jdeveloper , web , layout , technology , information retrieval , drawing , hobbies , html POOJA V S
Software Engineer
Rich exposure to Software Development Life Cycle. Insights into Machine Learning techniques. Adroit at quite a number of tools and
programming languages. Passionate about playing around with data. Hands-on experience with Java, Python and pl/sql programming.
Looking forward to grasp new technologies.
pooj.vs@gmail.com
7411786822
#58, 2nd Main, 4th Cross Nethaji
Layout, Vijayanagara, Bengaluru
- 40, India
22 March, 1994
SKILLS
Java Python C
J2EE SQL HTML
PL/SQL Big Data
Machine Learning
Deep Learning NLP
FRAMEWORKS
Eclipse
Native or Bilingual Proficiency
Jupyter Notebook
Full Professional Proficiency
SQL tools
Full Professional Proficiency
Full Professional Proficiency
Playing Chess
Solving Puzzles
Listening to Music
EDUCATION
M.Tech. Data Science
JSS Science And Technology University, Mysuru
9.15/10
08/2011 – 06/2015
B.E. Information Science and Engineering
Vidya Vardhaka College Of Engineering, Mysuru
71.24%
06/2010 – 06/2011
PU College (Karnataka State Board)
Government PU College, Talakadu
71.16%
06/2008 – 06/2009
Class 10 (Karnataka State Board)
Government High School, Talakadu
76.80%
WORK EXPERIENCE
Project Intern
Oracle India Private Limited
Bengaluru
Worked on improving the accessibility for the Oracle Retail product 'Oracle Retail
Merchandising System' using PL/SQL.
maintain the issues, which are fixed by the engineer.
ADDITIONAL PROJECTS
Sentiment Analysis of Kannada Web Document
This project aims to analyze the sentiment of Kannada web documents using Machine Learning Algorithms.
Language: Python
Stemmer for Kannada Language in Information Retrieval System
This project aims to produce stemmer for Kannada language in Information Retrieval System.
Language: Java
Social Media Sentiment Analysis
This project aims to create a web application for social media analysis which provides analytics to analyze
Social media data like Facebook and Twitter.
Language: Java, SQL, JavaScript, HTML
Technologies: Fusion charts, facebook4j, GraphAPI, REST, twitter4j, AlchemyAPI
CERTIFICATES
Completed Core java, j2ee, HTML and SQL courses in JSpiders, Basavanagudi,
Bengaluru.
Responsibilities
JDeveloper
Drawing
Developed 'XREF Tool' using PL/SQL and Java. This is Internal tool for Oracle Retail product to
HOBBIES
06/2017 – 07/2019
07/2018 – 07/2019
mailto:pooj.vs@gmail.com
Rank 175: Resume 790 with similarity score 0.0697303477666339
B.E , MS , B.TECH product owner , vp , full time , cio big data analytics , react.js , media center , continuous delivery , general , performing , spark , scrum , designation , ug , affirmative action , mysql , oracle , collaboration , cloud , hindi , revenue , apache , product engineering , kafka , authorization , internet , english , node.js , business value , teams , intelligence , status , paas , postgresql , agile , email , aws , healing , global platform , leadership , sap , mumbai , continuous integration , digital strategy , technical product management , ux , testing , saas , architecting , technology solutions , radiance , react native , transformation , building , languages , research , e-commerce , cassandra , data science , python , javascript , hadoop , data engineering , nextgen , pipeline , s&p , airflow , persistence , gujarati 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14…
https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14064444590c5b5… 1/2
Current Designation: Global Head of UI-UX and Technical
Product Management, Platform and Head of Technology, India
Current Company: S&P Global
Current Location: Ahmedabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Head/VP/GM-Technology(IT)/CTO
Industry: KPO / Research /Analytics
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
S&P Global as Global Head of UI-UX and Technical Product Management, Platform and Head of
Technology, India
Aug 2010 to Till Date
Global Technology and Product executive, offering nearly 15 years of dynamic career in building high performing
Technology centers - (Ahmedabad, Gurgaon and Hyderabad) and developing NextGen Technology platform, Culture of
Innovation and, delivering breakthrough products in close collaboration with Executives, Board and Operating Committee
for 100 Billion USD company - S&P Global.
Responsible for delivering S&P Global Platform as Chief Product Owner in close partnership across S&P Global
Divisional CTOs, Presidents and CIO.
Leading 1100+ technologist across India - Gurgaon, Hyderabad and Ahmedabad, contributing to 90%+ projects for
S&P Global Market Intelligence; supervised budget of over $40 M with projects execution which contributed $500M+ in
revenue;
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
PRATIK MODI
Platform - Global Head of UI/UX and Technology Product Management ; Head of
Technology, India
Key Skills: AWS,Digital Strategy,Strategic Management,Agile,Product Engineering,Big Data Analytics,UI
Development,React.Js,micro frontends,design systems,Technical product management,Platform Roadmap,Executive
Leadership
Summary
A highly accomplished professional with rich & extensive experience in building Technology Solutions, executing Transformation
Projects, Architecting Core Digitalization Initiatives, building IT strategies; expertise in driving business value by leading
Technology Teams for S&P Global, SAP and Radiance (Comcast Media Center)
Technology and business visionary with rich & extensive experience in Data Engineering - Data Pipeline and Data Science.
Solved complex data ingestion & discovery issues pertaining to scale, speed, data lineage and data persistence using Apache
Spark, Airflow, Hadoop, Kafka, AWS ELK, Cassandra/PostgreSQL, Elastic Search etc.
Delivered highly scalable and distributed products in multitenant environment - auto scaling, monitoring, auto healing,
Continuous Integration, Continuous Testing and Continuous Delivery.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14…
https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14064444590c5b5… 2/2
UG: B.Tech/B.E. (Computers) from Gujarat University in 2006
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Apache Airflow, Spark, Dremio
DataBricks, AWS, Desktop, Big-Data, SaaS
PaaS, DOoaS
Elastic Search
Cassandra, PostgreSQL, MS-SQL-Server
MySQL, Oracle, HDFS
AWS Certified Cloud Practiioner
React.js, React Native, Node.js, Python
SAFe, Agile/Scrum, Agile-LEAN
Data Engineering
Product Engineering
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Rank 176: Resume 1457 with similarity score 0.06971853051979902
B.E , MS , B.TECH , BS application support , technical analyst , project lead , peoplesoft , sql developer , technical consultant , full time , informatica , integration specialist , team lead financial services , customer , regulatory requirements , addition , work allocation , status , mumbai , payroll , ctq , xml , pl/sql , rdbms , testing , elements , asp.net , sql server , packaging , organization , suite , hris , interfaces , access , windows 2000 , designation , regulatory compliance , deliverables , mar , web services , jewelry , gap analysis , ltd , macro , business integration , english , data reconciliation , visual basic , boe , agile , project , solution architecture , processing , business operations , forms , fixing , performance tuning , mvc , data analysis , c++ , intermediate , resolve , computer science , dashboard , process automation , reporting tool , xbrl , one , javascript , tax , lcr , capital , stored procedures , external clients , html , box , optimization , rca , panasonic , rts , scrum , funding , scripting , affirmative action , oracle , frs , xp , maintenance , jquery , liquidity , email , sales order , german , sqr , data quality , languages , sme , client requirements , crystal , scheduling , jira , engineers , database , ajax , validation , ug , portals , toad , dwbi , developments , adapter , commercial software , authorization , teams , enterprise , c# , application , think tank , regulatory reporting , finance , peoplesoft , software design , peoplecode , linq , ms technologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 1/4
Current Designation: RPA & System Integration Specialist
Current Company: WorleyParsons India Pvt. Ltd
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
WorleyParsons India Pvt. Ltd as RPA & System Integration Specialist
Sep 2016 to Till Date
To provide global systems integration support and maintenance for the points defined in the business integration plan and
maintenance support for all in-house developed applications and Commercial applications as required. To support
applications provided as commercial software offerings to external parties.
Monitor and resolve Incident tickets for supported systems, integration interfaces and applications, raised in Server work
processes to ensure user base has adequate support for required job functions
Responsible for gap analysis and technical consulting for BI and Automation projects Act as a think tank to provide out of
the box solutions and reduce turnaround time on various projects.
Manage / perform or assist in implementation of system version releases to prod environment via the standard release
processes to ensure elements are transitioned to production in a controlled manner.
Develop systems and solutions (for applications and integration) in line with authorised and approved work scope using
standard development processes and techniques.
Support external clients as per maintenance agreement (including support, maintenance, approved development and
deployment) as required ensuring compliance with external client requirements / change processes.
Wolters Kluwer as Technical Consultant
Aug 2015 to Aug 2016
Description:
FRS is financial regulatory reporting for various banks and financial institution present in US. This product is used for
submitting various kinds of reports to regulators. The major part of the application includes fetching the data from data
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SACHIN S. GOSAVI
Seeking roles in Software Development,Application Development,IT Project
Management,Incident Management,Solution Architecture,Software Design,System
Integration,Agile
Methodology,ASP.Net,VB.Net,JavaScript,Informatica,JQuery,JIRA,Ajax,RPA,C#
Key Skills: Specialist,Project Lead,Software Development,Application Development,IT Project Management,Incident
Management,Solution Architecture,Software Design,System Integration,Agile
Methodology,ASP.Net,VB.Net,JavaScript,Informatica,JQuery,JIRA,Ajax,RPA,C#
Summary
IT/Software professional with 14+ yrs experience of working on various projects handling development, maintainance and
application production support with skills in Oracle, PL/SQL,(OCP Certified), SQL Server, MS Technologies -
VB,.Net,MVC,JQuery,Ajax,Linq,API,WebServices,VBA,Macro,C++,Crystal Report and familiar with C#,ASP.NET, COM tools,
JavaScript, XML, XBRL,Robotic process automation (RPA).Actively involeved in architetural designs which includes database
(Oracle) and DWBI application.Technical & Solution Architechture review as a SME of regulatory reporting application.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 2/4
mart (Global data model), allocate it on various report perform the validation and finally delivered them to regulator, the
delivery can either in xml or xbrl.
Roles & responsibilities:
* Development, Enhancement, Maintenance and Support. - Technical analyst, Product routine release
(Major and intermediate) cycles, release scope- new features/ reporting changes/ bug fixing,
Work allocation, task scheduling, monitoring of work progress on weekly basis. New/ future
Developments and its architecture/planning and meetings with counterparts following Agile/scrum method.
* Worked on the modules implementing the business and application logic in C# and Java.
* Worked extensively with Data Adapter, Dataset & Data reader as a part of ADO to access and update DB.
* Used PL/SQL to create complex Packages, Functions, Triggers and Procedure for module Global Data Model.
* Dealing with database programs to increase processing performance, referred to as performance tuning.
* Involved in requirement gathering and analysis
* Handled many customer raised issues to the existing live portals with related to application
BirlaSoft Technologies as Team Lead
Nov 2012 to Aug 2015
Project : RTS - UK IT Support (Production)
Client : GE Information Services - GE Capital international bank
Environment : Oracle, PL/SQL, MSVB, SQL Developer, Familiar with C#, COM tools, Java Scripts, XML, XBRL
Role : Technical & Solution Architech and subject matter expert of regulatory reporting app
Description:
Handling the RTS - UK IT Support by providing Technical Support & Solution Architechture review; Subject matter expert
for regulatory reporting application for one of the Worlds's leading
Financial services organization GE Information Services - GE Capital international providing RTS, setting out the high
level CTQ's and business objectives; Services related to support, maintenance and enhancement of multiple critical
application involving 'FRS RegPro' and 'RiskPro' on which the client relies on to facilitate its business operations in Capital
International HQ for meeting there regulatory compliance.
Roles & responsibilities in Birlasoft:
* Assisting the Client-GE in handling the 'FRS RegPro' and 'FRS RiskPro' (FRS application suite) from 'Wolters Kluwer' in
order to generate and submit regulatory reports to prudential regulatory authority (PRA)/Financial Conduct Authority (FCA)
and Bank of England (BoE). Ensure efficient and effective support services and solution for business for their reporting
modules and submission period
* Facilitate day to day business operations and resolve any technical issues raised by business within an acceptable time
to ensure higher level of solution agreement with minimal business impact and responsible for the analysis, reproduce
issues in terms of both structure and content of reported issues
* Working closely with customers to gather regulatory updates, reports and schedule release cycle accordingly
* Perform data analysis and end-to-end solution investigated for data quality and internal audits purpose
* Implement and integrate interface mappings between source and global data for reporting requirement
* Creating customize SQL procedures & functions to generate data for MIS/reconcile/Dashboard purpose
* Implement and customize finance in-house modules as per requirement using tools e.g. VBA, PL/SQL
* Function as a Level 2, 3 and 4 Support in application support environment and involvement in all aspects of the SDLC.
* Build effective teams and lead by example while supporting line activities to ensure meeting deployment and on time
deliverables services in testing and production environments and proactively address support issues and RCA with the
help from subordinates and superiors
* Developed Complex database objects like Stored Procedures, Functions, Packages and Triggers using SQL and
PL/SQL.
* Handled database programs to increase processing performance, referred to as performance tuning, Optimization and
huge volume of data.
Specific contribution and key achievements in Project:
* Create and implement Automation and VB scripting files which robustly handled & reducing dependencies
* Implementation of MIS reports for customer by VBA and complex queries using PL/SQL
* Liquidity coverage ratio/Net stable funding ratio (LCR/NSFR Gabriel) Corep Report RT1200 interface mappings which
functionally and technically helped to customers and provided value addition
* Integration of finance departments source data with Corep reports (e.g. Own funds & Large exposures)
* Implementation/Setup of new German & France applications GE specific to bank's regulatory requirements
* Basic data reconciliation involves staging and source data to help customer for review and Audit purpose
UG: B.Tech/B.E. (Computer Science and Engineering) from Institution of Engineers India in 2001
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 3/4
Nature of Employment: Full Time
Role: Other
Duration: May 2007 - Dec 2010
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: May 2006 - May 2007
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2005 - Apr 2006
Onsite / Offsite: Offsite
VB 6.0,VB.Net, C#, C++,VBA,FRS,WKFS
VB Scripts,XML, XBRL,HTML
vba,macro
Crystal Report
MS Windows 2000/NT,XP,WIN7,WIN8
Oracle, PL/SQL, Sql server, MS Access
SQL-Developer, SQL *Loader,Toad,
Informatica
MVC,VB.Net,VBA,ASP.Net, C#, C++,
PeopleCode [PeopleSoft]
VB Scripts, Java Scripts, XML
Oracle, PL/SQL, Sql server, MS Access
SQL-Developer, SQL *Loader
Toad,Web Services ,MS DWBI,API
JEERA, SVN
Languages Known
Language Proficiency Read Write Speak
English Expert
Projects
Project Title: FRS Global (www.frsglobal.com).
Client: FRS Global - Central Bank of Ireland, Bank of England, RBS, Rabobank, Elavon.
Skill Used: Environment : VB, Dotnet, Sql server 200X, C++, Oracle10g, XML, WinXp, Win7.
Role Description: Development, Enhancement, Maintenance and Support. - Product routine release
(Major and intermediate) cycles, release scope- new features/ reporting changes/ bug fixing,
Work allocation, task scheduling, monitoring of work progress on weekly basis.
Project Details: FRS is financial regulatory reporting for various banks and financial institution present in UK and Ireland.
This product is used for submitting various kinds of reports to regulators. The major part of the application
includes fetching the data from data mart (Global data model), allocate it on various report perform the
validation and finally delivered them to regulator, the delivery can either in xml or xbrl.
Project Title: ADP EV3-HRMS
Client: Panasonic, North America.
Skill Used: Environment: ADP EV3, Peoplecode, SQR, Oracle8i, Windows 2000 Server.
Role Description: Development, Enhancement, Maintenance and Support.
· Performed Application support for the end-users.
· Involved in Application and Year end Tax Patches
· Involved in creating and modifying existing reports
Project Details: ADP EV3 [PeopleSoft 1.0] is the HRMS for Panasonic and it is used to support the Payroll, Benefits and all
Human Resource data related activities at Panasonic. The project was meant to maintain and support the
employee payroll and Benefit Administration using the ADP Enterprise Version HRMS module. The Production
team has to monitor the HRIS application and attend to any system issues reported by the users and they
have to be resolved on priority basis and solved in the minimum time possible.
Project Title: Jewelry Software's (Live Project)
Client: Unidesign Ltd. SEEPZ.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: United Kingdom
Job Type: Permanent
Employment Status: Full time
Skill Used: Front End : Visual Basic 6.0 RDBMS : Sql Server 2000. Report : Crystal Report 8.5. Operating System :
Windows-2000.
Project Details: Worked on Programs which includes various forms and reports for jewelry industry. Mainly contains EMR
Emperor Softwares Database, Order, Invoice, Quotation, Exporting data. Handling the All data
in Sql Server. Created Reports like Price Packaging List (PPL), Sales Order (SO), Product Information Sheet
(PIS) Etc. Using Crystal Reporting Tool and SQL server database.
Rank 177: Resume 1121 with similarity score 0.06965870146143943
B.S , MS , M.Sc , M.S operations associate , full time , process trainer , operations professional , business analyst amazon web services (aws) , reporting , training , vm , user acceptance testing , onboarding , general , telugu , credit , virtual machines , access , root cause , microsoft azure , fusion , designation , office , affirmative action , it operations , emc , sales intelligence , cloud , hindi , eod , quote , ltd , geology , gateway , investigation , authorization , english , iaas , teams , status , customer service , email , logging , tracker , business analysis , business intelligence , product management , provisioning , bpo , ownership , bridge , oracle crm , gsi , resolve , auditing , storage , infrastructure , languages , dashboard , restoration , connections , app , coordinated , javascript , forecasting , data centers , base 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f140142…
https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f1401420716460d5d0c… 1/2
Current Designation: IT Operations Associate
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Visakhapatnam,Bhubaneshwar,Bengaluru /
Bangalore
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Operations Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [Geology]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as IT Operations Associate
Aug 2018 to Till Date
Working on Cloud infrastructure-based queries (IAAS Platform) where analyzing the issues related to Cloud products like
cloud gateway, Amazon Web Services (AWS), Microsoft Azure along with Net App, VM Ware, EMC backup.
Ability to handle, escalate, conduct investigation to validate and identify the root cause, impact and severity to resolve the
queries in a timely manner within SLA.
Responsibile for logging incident or requests through Emails.
Working on emails and tickets related to VPN access, Virtual Machines, Server Network connections, backups and
storage.
Responsible for providing colocation and Vendor access to Australian Operational data centers.
Handling Severity 1 and Severity 2 tickets based on impact on production and company and leading the ownership of the
issue until resolution.
Setting up bridge calls with related teams for effective co-ordination and resolving the incident and service restoration.
Responsible for reporting for the daily tracker related to delivery and End of the day (EOD) reports.
To provide training sessions to new joiners and existing partners in the team to builds strong domain knowledge.
Randstad India Ltd as Business Analyst
Jul 2016 to Aug 2018
Strong knowledge in Quote to order process and Oracle CRM tool.
Opportunity (New, Expansion and renewal/replenish) creation and management.
Quoting - Cloud and non-cloud Onboarding, expansion and renewal orders.
Experienced in handling SR / Incident management within given SLA.
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
SREELEKHA RAO
IT Operations Associate, Subject matter expert, Microsoft Azure Adminstrator, Change
Management, Process Trainer, Quality checking , Auditing, Operations Reporting,
Incident Management, AWS
Key Skills: IT Operations Associate,IT Operations,Process Improvement,SLA Management,Escalations
Management,Business Analysis,Business Intelligence,AWS,MS Azure,Oracle CRM,Reporting,Process Training,Product
Training
Summary
A mature IT Operations professional with 4.5+ years of experience working with employee base across various geographies.
During my tenure I spent in playing multi-faceted roles in the field of IT Operations including developing accurate analysis of
operational process and helping management to implement new processes.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f140142…
https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f1401420716460d5d0c… 2/2
Experienced in Bug logging and reporting.
Handled Escalations and coordinated with various internal teams (Product Management, Contracts, Booking, Collection
and Provisioning team) to resolve the issue in a timely manner to ensure the deal is processed within the dead line.
Familiar with Quoting tools (GSI/Web quote/CPQ).
Point of contact for Sales Intelligence (SI) Dashboard Tier-1 Support team
Business Intelligence (BI) Dashboard, Sales Forecasting tools and revenue/ sales credit related queries.
Involved in User Acceptance Testing (UAT) for various new Oracle Fusion tools.
UG: B.Sc (Geology) from RAVENSHAW UNIVERSITY in 2012
PG: MS/M.Sc(Science) (Geology) from Utkal University Bhuvaneshwar in 2014
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE
AWS, MS Azure, Oracle CRM
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
ODIA
TELUGU
Rank 178: Resume 468 with similarity score 0.06960080156505422
B.E , MS , MSC work from home , java developer , android developer internships , computer networking , css , sqlite , adobe photoshop , mar , mysql , interpersonal skills , linux , firebase , typescript , ltd , php , json , node.js , troubleshooting , pressure , project , wordpress , application , c programming , angularjs , leap , xml , resume , android , github , bus , computer science , completion , assessment , python , qr code , javascript , expenses , form , html , database Assessment
Q1. Why should you be hired for this role?
I have hands-on experience on Android Studio(JAVA, AngularJS and WordPress also I had done internship as Android Developer.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, ready to start work immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Rushikesh Bhutada
Pune
Applied 30 Dec'20
Android C Programming Computer Networking
HTML MSExcel MSOffice
MSWord WordPress Adobe Photoshop
AngularJS C Programming CSS
Data Structures Database Management
System DBMS
GitHub
JSON Java JavaScript
Linux MSPowerPoint MySQL
Node.js SQL SQLite
TypeScript XML Firebase
PHP Python
Bachelor of Engineering B.E, Computer Science & Engineering
Dhole Patil College of Engineering
2017 - 2020
Diploma, Computer Science & Engineering
T. B. Girwalkar Polytechnic
2014 - 2017
Percentage: 79.56%
Secondary X
STATE board
Year of completion: 2014
Java Developer
Giant Leap Systems Pvt. Ltd., Pune
Feb 2019 - Sep 2019
MKCLs MSCIT certification and secured 93%, 2014.
“C Programming” course with A grade in April 2015.
“Data Structure using C” course with A grade in July 2015.
Technical team head in hostel event -
MVPM's Maheshwari Scholar 2019.
Technical team head in hostel event -
MVPM 90 Years.
Technical team head in hostel event -
MVPM's Maheshwari Scholar 2018.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9423451552
Android application of Home Expenses management.
May 2020 - May 2020
Mess Menu Generator using AngularJS
Mar 2019 - Mar 2019
Advance Bus Reservation System using QR Code
Feb 2017 - Mar 2017
https://drive.google.com/open?id=1MhBb-X1QHtwPtgbD42sdp9pmil5QTxps
It was android based application for my diploma final year project. User can also carry tickets in form of a Quick Response
QR code which is actually an application containing the details of the ticket in an encrypted form.
Developing the Code as per the requirements.
Troubleshooting of computer problems.
High Grasping Power,Innovative and creative.
Can work under pressure to meet deadlines.
Exceptional creative, flexible skill with good sense of humour.
Excellent presentation and interpersonal skills.
https://drive.google.com/open?id=1MhBb-X1QHtwPtgbD42sdp9pmil5QTxps
Rank 179: Resume 679 with similarity score 0.06950926704562252
BTECH , MS , B.TECH , BS work from home , learning facilitator , public speaker , machine learning engineer , data scientist , machine learning intern api , model united nations , data acquisition , general , algorithms , internships , apparel , classification , deep learning , signal processing , pca , mar , nlp , trading , docker , cancer , statistical modeling , literature , dimensionality reduction , public , model building , recommender systems , advanced , steering , models , sql , google , project , consideration , aws , data cleaning , mongodb , coursera , mumbai , prediction , resume , paper , github , pipelines , neural networks , rest , elections , nvidia , quora , facebook , machine learning , problem solving , portfolio optimization , django , research , e-commerce , donors , flask , amazon , process automation , completion , assessment , cap , connections , garch , data science , python , backtesting , reviews , tuning , avid , ml , spectrum , cloud computing , etl , social network analysis , mathematics , database , online Assessment
Q1. Why should you be hired for this role?
Previously I interned as a Machine Learning engineer with a young startup .Where I worked on projects end to end ,from querying data and
preparing ETL pipelines after data acquisition,to data preprocessing,cleaning ,feature engineering,ML/DL model building and model deployment
using AWS.
I worked on building a recommender system using autoencoders and BERT,along with that I also worked on building chatbots, siamese
network,encoder-decoder models,Name entity recognition,intent classification etc.
In this process I have worked on frameworks like Django,Streamlit for building the REST API's and Docker,Kubernete for model deployment.Also
woked with Tensorflow and Pytorch,MongoDB
Before that I interned as a Quant Ananlyst where I built GARCH models for modelling the market volatality, worked on portfolio optimization,
something like portfolio composition and backtesting. Marked cap-weighted portfolios, Markowitz portfolio and worked on deep learning models
for Algo Trading.
My strong software development,Data Structures algorithms and problem solving skills along with a experience of solving real life machine
learning problems makes me the right candidate for this job.
My enclosed resume expands on my coursework and mentioned skills as I prepare for an exciting career, I am eager to gain a more detailed
understanding of the field by collaborating with an experienced team. Thank you for your time and consideration. I look forward to hearing from
you soon.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 month,starting immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Yatharth Srivastava
Gurgaon, Mumbai
Applied 08 Feb'21
Python Data Structures Database Management
System DBMS
Django Flask GitHub
Machine Learning Mathematics Neural Networks
SQL Statistical Modeling Cloud Computing
Deep Learning Robotic Process Automation
RPA
B.Tech Hons.), Computer & Communication Engineering
LNMIIT JAIPUR
2016 - 2020
Senior Secondary XII, Science
RPS
CBSE board)
Year of completion: 2016
Percentage: 80.00%
Data Scientist
Freelance, Virtual
Jan 2019 - Present
Worked as a freelance data scientist,learning and developing ML/DL products
Machine Learning Intern
Yugen.ai, Indore
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Apr 2020 - Jul 2020
Worked as a Data Science intern.Querying data and building ETL Pipelines, data cleaning, preprocessing, feature
engineering.Built Recommender systems using autoencoders,BERT, worked on calibrated Machine Learning
models,deployed the models using AWS.
Google Machine Learning Facilitator
IPAC-ambassador for making people aware about upcoming general elections in india
Co-ordinator of Model united nations society
SQL Specialization For Data Science
Courseera, Jaipur
Jul 2019 - Sep 2019
Did certification course from coursera
Machine Learning
Applied Ai Course, Online
Jan 2019 - Present
Netflix Movie Recommendation
Jan 2020 - Mar 2020
https://github.com/yatscool007/Netflix-Movie-Recommendation-Engine
the business problem I tried to solve is how to improve the netflix alog for recommending movies to the users
Self driving car
Oct 2019 - Feb 2020
https://github.com/yatscool007/Self-driving-car
Predicting the steering angle in radians from an input image,using an end to end CNN Model.This is an implementation of the
research paper published by Nvidia a couple of years ago, with lots of changes.
Malware Detection
Dec 2019 - Jan 2020
https://github.com/yatscool007/Microsoft_Malware_Detection
The major part of protecting a computer system from a malware attack is to identify whether a given piece of file/software is
a malware.Designed a Machine Learning system.
Amazon Apparel Recommendation system
Aug 2019 - Sep 2019
https://github.com/yatscool007/Amazon-Apparel-Recommendation-system
In this project the objective is to recommend similar products/items in e-commerce website Amazon.So basically what we are
doing here is content based recommendation
Personalized Cancer Diagnosis using Machine Learning
May 2019 - Jun 2019
https://github.com/yatscool007/Personalized-Cancer-Diagnosis-using-Machine-Learning
Main objective of this project is to distinguishing the mutations..So designed a machine learning model that classifies given
genetic variations/mutations based on evidence from text-based clinical literature.
Quora Question Pair similarity
Apr 2019 - May 2019
https://github.com/yatscool007/Quora_Question_Pair_Similarity
Tried to solve real world business problem of whether two questions on quora are duplicated or not.Did advanced feature
engineering and extraction, NLP And used ensemble models for very high accuracy.Performance metric used was Log loss.
Social Network Graph Link Prediction
May 2019 - Present
https://github.com/yatscool007/Social-Network-Graph-Link-prediction
Social Network Analysis and Machine Learning in real world data.Trying to find missing links which we will use for
recommending friends or followers or in general recommending connections using Facebook data
Disaster Management Using Applied Machine Learning Techniques(Btech Project)
Mar 2019 - Present
predicting the time to failure by analyzing the seismic activity.I used Signal processing techniques from 'Wavelet Denoising
and Band Pass filter' to 'Singular Spectrum Analysis(SSA' for reducing dimensionality of data.Implemented CNN,LSTM and
https://github.com/yatscool007/Netflix-Movie-Recommendation-Engine
https://github.com/yatscool007/Self-driving-car
https://github.com/yatscool007/Microsoft_Malware_Detection
https://github.com/yatscool007/Amazon-Apparel-Recommendation-system
https://github.com/yatscool007/Personalized-Cancer-Diagnosis-using-Machine-Learning
https://github.com/yatscool007/Quora_Question_Pair_Similarity
https://github.com/yatscool007/Social-Network-Graph-Link-prediction
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8290954452
GRU .
Amazon fine food reviews
Mar 2019 - Present
https://github.com/yatscool007/Sentimental-Analysis-of-Amazon-Fine-Food-Reviews
I classified the amazon fine food reviews in positive review or negative review.i used NLP techniques like
BOW,TFIDF,AvgW2V and dimensionality reduction techniques like PCA,TSNE.I implemented most of the supervised learning
models with proper tuning
Donors Choose using Tensorflow functional API
Jan 2020 - Present
https://github.com/yatscool007/Donors_Choose_using_Tensorflow-functional-Api
Goal of this project is to predict whether or not a DonorsChoose.org project proposal submitted by a teacher will be
approved DonorsChoose.org can then use this information to identify projects most likely to need further review before
approval.NLP
I am an avid debater and public speaker
https://github.com/yatscool007/Sentimental-Analysis-of-Amazon-Fine-Food-Reviews
https://github.com/yatscool007/Donors_Choose_using_Tensorflow-functional-Api
Rank 180: Resume 406 with similarity score 0.0690774813160596
MS , B.TECH , BS work from home , partner , machine learning intern , student multilingual , algorithms , internships , css , twitter api , deep learning , mar , mysql , mining , data analytics , red wine , new concepts , natural language processing , artificial neural networks , node.js , models , project , application , coursera , c programming , fact , resume , paper , android , data analysis , machine learning , computer science , completion , assessment , bank management , management system , data science , python , one , javascript , organization , campus , technology , html , online Assessment
Q1. Why should you be hired for this role?
I am a fresher in the immense field of machine learning and Data Science . But I can substantiate the fact that I am a fast learner with decent
grasping capabilities. I am always open to learn new concepts and is curious to dig deep and explore more on it. I can cope up with new
methodologies and have a potential to improvise them. I have a few bright and interesting ideas that I would like to put forward to the
management. Being a part of this esteemed organization will help me learn a lot. I can assure you utmost dedication from my side and all that I can
do at my level for the betterment of this organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months starting from 1st March for a work from home. I have exams till 27th February.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Prerana Deshpande
Bangalore, Bijapur
Applied 08 Feb'21
Python Natural Language Processing
NLP
C Programming
C Programming Android Data Analytics
Data Science Deep Learning Java
Machine Learning MySQL
Bachelor of Technology B.Tech), Computer Science
Pesit South Campus
2017 - 2021
CGPA 9.07/10
Senior Secondary XII, Science
Vidhya Jyothi PU College
KARNATAKA STATE BOARD board)
Year of completion: 2017
Percentage: 93.33%
Machine Learning Intern
Uniconverge Technologies, Virtual
Apr 2020 - May 2020
Built a neural network model to classify toxic Multilingual comments and achieved 82.5curacy score.
Internshala Student Partner
Internshala, Virtual
Oct 2019 - Jan 2020
Volunteered in technical even at college-level called Kalpana in Hospitality Department for 2 consecutive years.
Deep Learning AZ Hands-On Artificial Neural Networks
Udemy - Online Courses, Online
Mar 2020 - Present
Machine Learning In Python
Coursera, Online
Feb 2020 - Jun 2020
Machine Learning
Coursera, Online
Nov 2019 - Mar 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9945683473
Bank Management System
Oct 2019 - Dec 2019
https://github.com/preranadeshpande/Bank_Management_System.git
It's a application which allows on authorized employees to login and manage the bank customers. Used MySQL, Node.js,
HTML, CSS, javaScript
Red Wine Project
Mar 2020 - Present
https://github.com/preranadeshpande/Red_Wine_Project.git
Various Machine learning model to predict the quality of the Red Wine using multiple attribues.
Aspect based opinion mining on Restaurant reviewes
Jun 2020 - Present
Twitter data Analysis based on COVID19
Mar 2020 - Present
Extracting twitter data using Twitter API and Analysing it in the light of covid-19
TeleCustomer Churn Project
Feb 2020 - Present
https://github.com/preranadeshpande/TeleCustomer.git
Built Machine Learning models using different algorithms to predict the churning of customers based on 20 different
parameters . Programming language used-Python
Secured 3rd Rank among 180 students in my department academics at university level.
I'm currently working under one of my professor regarding a paper.
https://github.com/preranadeshpande/Bank_Management_System.git
https://github.com/preranadeshpande/Red_Wine_Project.git
https://github.com/preranadeshpande/TeleCustomer.git
Rank 181: Resume 413 with similarity score 0.06891986558107478
MS , B.TECH work from home information systems , natural language processing , tableau , assessment , completion , it , resume , python , neural networks , machine learning , technology , developers , vendors , project , data analytics Assessment
Q1. Why should you be hired for this role?
Well, I have all of the skills and experience that you're looking for and I'm confident that I would be a superstar in this project management role.
It's not just my background leading successful projects for top companies or my people skills, which have helped me develop great relationships
with developers, vendors, and senior managers alike. But I'm also passionate about this industry and I'm driven to deliver high-quality work.-
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9550180808
Priyanka Keesam
Gurgaon
Applied 07 Feb'21
Python Data Analytics Machine Learning
Natural Language Processing
NLP
Neural Networks R Programming
Tableau
Bachelor of Technology B.Tech), Information Systems
Swami Vivekananda Institute Of Technology
2007 - 2011
Percentage: 60.00%
Senior Secondary XII, Science
Srinivasa Padmavathi Junior College
BOARD OF INTERMIDIATE board)
Year of completion: 2007
Percentage: 85.00%
Secondary X
Chaitanya Vidyalayam
SSC board)
Year of completion: 2005
Percentage: 84.00%
I am ready to relocate
Rank 182: Resume 95 with similarity score 0.06891679116028537
MS , B.TECH , BS work from home , learning analyst , classifier , lead developer , partner , student , personal assistant , technical lead , autocad training , exhibition , algorithms , classification , deep learning , learning techniques , docker , hypothesis testing , gan , intelligence , computer vision , logistic regression , features , raw materials , django , foundation , data science , object detection , sellers , internships , forest , mar , hindi , english , twitter , project , autocad , video , mongodb , angularjs , matlab , java , srm , machine learning , soft skills , computer science , forming , research , flask , completion , 365 , one , technology , vm , social awareness , physics , sqlite , vs , mysql , data analytics , gnu octave , natural language processing , jquery , advanced , bootstrap , linear regression , email , coursera , microsoft , edge , economics , nvidia , assessment , web , database , online , image processing , 10k , css , azure , teams , excel , tracker , application , c programming , resume , paper , neural networks , led , auditing , returns , python , swot analysis Assessment
Q1. Why should you be hired for this role?
I feel I am suitable for this role because I have extensive work experience and the required skills. I have completed courses in Deep Learning
specializing in Image Processing as well as Natural Language Processing. I have completed offline and online trainings in Machine Learning and
Python Programming. I have worked on projects including but not limited to a Video Captioning System, a resume extractor using Named Entity
Recognition, GAN on MNIST Dataset and other similar projects involving different Deep Learning and Machine Learning Techniques. I have
worked on Full Stack Projects combining technologies and even led projects. One of them, Suraksha Covid 19, a covid related info site even
received media attention from Zee News and Aaj Tak. I have also led a project on a Resume Audit Website with python as backend, and Flask as
the wrapper and MySQL as the database and hosted it as a docker on Azure VM. I have also worked on a React Based Marketplace for raw
materials with MongoDB as database and Node JS as backend and hosted it on an Azure VM. I have Interned in Startups based in India and well
as in Other South East Asian Countries Vietnam) and contributed as much as I could have with positive feedbacks. I believe with a little guidance
and research, I will be able to accomplish the tasks given to me.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3months for a WFH internship starting Immediately.
Resume
EDUCAT ION
INTERNSHIPS
Arya Sekhar Bandopadhyay
Kattankulathur, Kolkata
Applied 09 Feb'21
Computer Vision Python Bootstrap
C Programming C Programming CSS
Data Structures Algorithms AngularJS
Artifical Intelligence Deep Learning English Proficiency Spoken)
English Proficiency Written) GNU Octave MSExcel
MSWord Machine Learning ReactJS
SQL jQuery Angular 7.0
AutoCAD Data Analytics Hindi Proficiency Spoken)
Java MATLAB MSPowerPoint
MySQL R Programming SQLite
Bachelor of Technology B.Tech), Computer Science & Engineering
SRM Institute of Science and Technology, Chennai
2017 - 2021
Percentage: 87.54%
Senior Secondary XII, Science
Dav Model School,Durgapur
CBSE board)
Year of completion: 2017
Percentage: 91.00%
Secondary X
St Vincent's High And Technical School, Asansol
ICSE board)
Year of completion: 2015
Percentage: 91.00%
Full Stack Development
GAIUS Networks, Virtual
Jul 2020 - Nov 2020
Worked on twitter scraping and analysis of tweets. Helped grow consumer base to 10k for the dedicated application.
Lead Developer
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Dataly, Virtual
May 2020 - Dec 2020
Worked on a resume auditing project and lead to team to deliver it in the best possible way.
Worked on a raw material based marketplace and worked with the team to deliver it in time
Data Analytics
RedFox Labs, Virtual
Mar 2020 - Jul 2020
Worked on a statistical site ranging from data analytics to hypothesis testing.
Data Analytics
Ovonts, Kolkata
Nov 2019 - Dec 2019
Machine Learning Trainee
Kaashiv Infotech, Chennai
May 2019 - Jun 2019
Microsoft Student Partner 20202021
Technical Lead at Microsoft Club SRM
Machine Learning Analyst at Next Tech Labs
React Full Stack
udemy, Online
Aug 2020 - Nov 2020
Advanced Excel
365 Data Science Platform, Online
Mar 2020 - Apr 2020
Data Science Bootcamp
365Data Science, Online
Mar 2020 - May 2020
AngularJS
GUVI, Online
Feb 2020 - Mar 2020
Deep Learning.ai
Coursera, Online
Oct 2019 - Present
Deep Learning AZ
udemy, Online
Jun 2019 - Present
Machine Learning In AI
NPTEL, Online
Jan 2019 - Present
Advanced Machine Learning And Deep Learning By Higher School Of Economics
Coursera, Online
Jan 2019 - Present
Deep Learning
One Fourth Labs(IIT Madras Startup), Online
Jan 2019 - Present
Machine Learning
Mywbut Training, Kolkata
Dec 2018 - Jan 2019
Regression(Linear Regression,),Classification(Random Forest,Decision Tree,Naive bayes,KNN,Clustering etc .Two major
projects including a Email Spam Classification, Handwritten digits Recognition, and A Book Recommender System
PROJECTS
ADDIT IONAL
DETAILS
Machine Learning By Andrew Ang
Coursera Training, Online
Dec 2018 - Jan 2019
Python
Internshala Trainings, Online
Dec 2018 - Jan 2019
Resume Audit
Aug 2020 - Jan 2021
http://resume.dataly.in
This website provides features including Resume Audit, Resume vs CV match and SWOT Analysis.
GAN on Handwritten Digits to generate more data
Jan 2020 - Jan 2020
Garbage Reporter
Jan 2020 - Jan 2020
Made for SIH. Selected in the top 10 teams. Used Django and Azure Services
Resume Parser
Oct 2019 - Oct 2019
Object Detection using Yolo
Sep 2019 - Sep 2019
Image Caption Generator
Apr 2019 - May 2019
Image Classifier on Cifar ten
Mar 2019 - Mar 2019
Handwritten Digits Recognition Using Neural Networks by Forward Propagation
Dec 2018 - Jan 2019
Handwritten Digits Recognition Using Neural Networks by Back Propagation
Jan 2019 - Jan 2019
Email Spam Classifier
Dec 2018 - Jan 2019
A Email Classifier which returns 0 if not spam and 1 if spam
Linear Regression
Dec 2018 - Dec 2018
Linear Regression Cost Function Forming and Minimization using Gradient Descent and Normal Equations
Classification Using Logistic Regression
Dec 2018 - Dec 2018
Classification Using Logistic Regression
My personal Assistant
Oct 2018 - Oct 2018
A assistant which takes your query and searches the web and returns the answer and reads it out. Made with Python and its
GUI features
Ultrasound distance and speed tracker
Mar 2018 - Mar 2018
First prize in Techknow project display in SRM University
React Based Marketplace
Jul 2020 - Present
http://test.dataly.in
React based market place for raw materials with communities for connecting related sellers with buyers.
Certificate from college for excellency in C
Certificate from College for excellency in Data Structures
http://resume.dataly.in/
http://test.dataly.in/
CONTACT Phone: 91 8617020804
Secured 1st position in SRM Techknow physics project exhibition
Certificate of excellency in Social Awareness in Soft Skills provided by SRM UNIVERSITY
Certificate from NVIDIA Deep Learning Institute for Foundation of Deep Learning
Received Udacity Intel Edge AI Scholarship 19
Intel Udacity Edge AI scholar
Best Paper Presentation in the International Conference on Iot held in SRM Institute of Science and Technology
Received media attention for suraksha covid 19
Rank 183: Resume 1422 with similarity score 0.06883553349522574
B.E , MS , B.TECH full time , project engineer , software engineer , software developer sap hana , schema , dimension , columns , filters , designation , scripting , mar , affirmative action , data analytics , interpersonal skills , production planning , kpi , webi , sap testing , data modeling , authorization , sda , english , bods , status , sap system , sql , email , project , business analysis , provisioning , sap bi , electronics , performance tuning , sap lumira , debugging , languages , sap data services , it , javascript , design studio , crm , measures , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b16094…
https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b1609430b16100e0c5b… 1/2
Current Designation: Project Engineer-SAP HANA
Current Company: Wirpo Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Wirpo Technologies as Project Engineer-SAP HANA
Dec 2015 to Till Date
Project : Data Source Migration
Period : From Mar 2017 to Till Date
Role : Software Engineer
Environment : SAP HANA, SAP Lumira, SQL
Migration is a process of getting the data from heterogeneous SAP systems to SAP HANA system. The process included
debugging the Data Sources from SAP systems to understand the logic of Data Source and implement it in the HANA
system.
Roles &Responsibilities:
KPI understanding and roadmap design for development.
Creation of Schema and upload of various data table using BODS.
Creation of Views like Attribute, Analytic, Calculation View according to KPI requirement.
Creation of Hierarchies, Calculated Measures and Columns, Filterers in development.
Project :Stock Analytics
Period :From August 2016 to Feb 2017
Role :Software Engineer
Environment :SAP HANA, SAP Lumira, SLT
Stock Analytics is the insights of product stock at various dealer locations across time dimension on granular level of drill
Last Active: 3-Feb-21 Last Modified: 1-Feb-21
KOPPULA SUKEERTH REDDY
Project Engineer seeking assignment in SAP System,SAP Data Services,Business
Analysis,Performance Tuning,SAP testing,Data modeling,Data Analytics,SAP
HANA,SAP Lumira,SAP ECC,SAP BO,SAP BI,SAP BW,HANA SQL,BODS,SLT
Key Skills: Project Engineer,Business Analysis,Performance Tuning,Data modeling,SAP HANA,HANA SQL,SAP
ECC,SAP BO,SAP BI,SAP BW,Lumira,BODS,SLT,SAP Data Services
Summary
Total work Experience 4.10 years of IT experience.
Working in Wipro Technologies Bangalore as Project Engineer.
4 year of experience in Data modeling, Analytics and Programming.
Extensive hands-on experience on SAP HANA , Data provisioning techniques SLT.
Excellent analytical, communication and interpersonal skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b16094…
https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b1609430b16100e0c5b… 2/2
down for better production planning and inventory movement.
Roles &Responsibilities:
KPI understanding and roadmap design for development.
Data provisioning from heterogeneous sources.
Creation of Schema and upload of various data table using SLT.
Creation of Views like Attribute, Analytic, Calculation View according to KPI requirement.
Creation of Hierarchies, Calculated Measures and Columns, Filters in development.
Testing activity with SAP testing team.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sri Sai Jyothi Engineering College in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP HANA SP08, SAP ECC 6.0, SAP BO 4.0,
SAP BI 7.0
SAP HANA Studio
SLT, SAP Data Services (BODS),
DXC, SDA, Flat file Upload
SAP Lumira, Webi, SAP Design Studio.
HANA SQL SCRIPTING
SAP HANA Database, MS SQL 2005 and 2008
Languages Known
Language Proficiency Read Write Speak
English
Rank 184: Resume 1174 with similarity score 0.06874752145043593
B.E , B.TECH automation consultant , hadoop developer , full time , team lead , system engineer data services , soi , training , general , healthcare , infrastructure services , windows server , security , 24x7 , designation , functional testing , ug , ca spectrum , netqos , affirmative action , it operations , hindi , hpna , maintenance , azure , ltd , ccna , authorization , red hat , english , apache kafka , autoit , enterprise , status , social media , network automation , email , project , application , aws , configuration management , mongodb , apache spark , electronics , nagios , apache storm , servers , prompt , cerner , languages , big data , scala , silk , vmware , cassandra , uim , data science , python , reviews , javascript , technology , cloud computing , hadoop , elasticsearch , gemini 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c18…
https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c180411420c090b0… 1/2
Current Designation: Enterprise System Specialist - Analyst 1
Current Company: Unisys India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE),United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Unisys India as Enterprise System Specialist - Analyst 1
Apr 2017 to Till Date
Cerner India Healthcare Pvt. Ltd as Senior System Engineer
Feb 2015 to Apr 2017
Siemens Technology and Services Ltd as Senior System Engineer
Aug 2013 to Jan 2015
Microland as Network Automation Consultant
Sep 2012 to Aug 2013
Gemini Communication as Senior System Engineer
Jun 2011 to Sep 2012
Last Active: 6-Feb-21 Last Modified: 2-Feb-21
Mukesh Ranjan
Enterprise System Specialist-Analyst 1 seeking roles in Software Configuration
Management,Application Deployment,Software Support,Infrastructure
Services,Requirement Gathering,Project Management,Cloud Computing
AWS,Azure,Hadoop,Python,CCNA,VMware
Key Skills: Enterprise System Specialist-Analyst 1,Tech Lead,Software Configuration Management,Application
Deployment,Software Support,Infrastructure Services,Requirement Gathering,Project Management,Cloud
Computing,AWS,Azure,Hadoop,Python,AutoIt Script,VMware
Summary
Strength in various Tools Cloud Computing with AWS & Azure,CA, HP, ASG & Nagios, ElasticSearch, FlowViewer Silk, Big Data
Hadoop Developer & Administrator Social Media Project and MongoDB Developer, Spark & Scala, Data Science with Python
with nearly 9 years of experience in managing servers and providing prompt & timely 24x7 support to clients on various issues
while managing global helpdesk and training team members on the same
Exposure of the technology stack, code, and processes for domain/capability/platform area - SDLC tools, Environment,
Release, Assets, Security, Functional Testing, Data Services & so on
Highly resourceful in managing & providing design/code reviews for vendor engineering resources such as code reviews,
standards enforcement, quality & SLA management
Strong knowledge of best practices and IT operations deploying highly-available, scalable and secure applications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c18…
https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c180411420c090b0… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Aarupadaiveedu Institute of Technology, Chennai, Vinayaka
Mission University in 2011
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, Java, Python, AutoIt Script
Windows Server, Red Hat, VMWare
Python
Nagios, ElasticSearch, FlowViewer Silk
CA Spectrum
CA SOI,CA UIM
A NetQos, HPNA, ASG Perfman, RHCE6
Big Data & Hadoop
Apache SPARK & Scala
Mongo Db
Apache Cassandra, Apache Kafka
Apache Storm, Impala
AWS ,Azure,Cloud Computing
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 185: Resume 917 with similarity score 0.0682445347717316
B.E , MS , B.TECH software engineer , part time , full time , software developer react.js , core java , turn , galaxy , algorithms , designation , ug , mar , affirmative action , samsung , mysql , hindi , a3 , maintenance , authorization , english , node.js , status , email , spotify , application , mongodb , fixing , android , c++ , git , problem solving , computer science , languages , framework , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c425…
https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c42561810580e090… 1/2
Current Designation: Software Engineer
Current Company: Samsung R and D Institute
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Samsung R and D Institute as Software Engineer
Jun 2019 to Till Date
* Part of Application Framework - Clock Part under Software R&D.
* Responsible for feature development and issue fixing under Alarm, and World
Clock Module
* Actively contributed towards the developement of Alarm module in Samsung
Galaxy A3 Core that runs on Android Go edition.
* Worked in colaboration with Spotify Team to integrate spotify with clock app
which enables user to use it as an alarm sound
* Implemented a self log analyser tool to analyze global Voc quickly and thereby
improving the overall turn around time of resolution
UG: B.Tech/B.E. (Computer Science) from National Institute of Technology (NIT), Silchar in 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SUBHAM KAMALAPURI
An aspiring software developer with strong problem solving skills actively seeking for
role in Software Engineering/Software Developememt field. I am having experience
working in Android, Java, MERN Stack and wish to pursue career in this field.
Key Skills: Data Structures,JavaScript,MongoDB,MySQL,Git,C++, Core Java, React.Js, Node.Js, Algorithms, Design
Patterns,
Summary
Result oriented professional with experience in Software Enginnering Java, javascript, and MERN stack
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c425…
https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c42561810580e090… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Java * Javascript * C++
Git * Nodejs * React * Android
MySQL * MongoDB, Data Structures
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Assamese
Rank 186: Resume 1562 with similarity score 0.06800729139232677
B.E , MS , B.TECH sql developer , software developer , senior software engineer , full time , senior associate , investor , investment advisor switching , web development , optimization , general , financial services , credit , validation , materialized views , ug , toad , affirmative action , oracle , design , technical architecture , trace , data manipulation , maintenance , unix , ltd , windows , data modeling , advanced , authorization , cursors , status , optimizer , 12c , email , project , flexi , mutual funds , records , investment advisor compliance , characters , client-server application development , xml , indexing , pl/sql , forms , testing , ipo , performance tuning , fixing , writing , explain plan , commodity , currency , languages , context , sql*plus , derivatives trading , sql server , tableau , flat files , coordinated , shares , javascript , software analysis , insurance , cash , load , stored procedures , nissan , database , server side 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a4…
https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a400147105e5f0a… 1/2
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Renault Nissan Technologies as Senior Software Engineer
Jul 2018 to Dec 2019
Client Name: Renault Credit International Banque
Project: Investor Line
Role: PL/SQL Developer.
Description:
This Application delivers trade by trade visibility into interactions, involving users to communicate with the share
market trading, to buy and sell shares, transfer cash from the bank to our financial services trading application. It
monitors mutual funds trading, employee trading, and investment advisor compliance. The product includes
extensive spanning Equity, Commodity, Currency, IPO, Mutual fund, Insurance, and derivatives trading.
Responsibilities:
Involved in Analysis, Design, Data Modeling (Logical and Physical), and Implementation of Business
Applications using the Oracle Relation Database Management System(RDBMS).
Coordinated with the front end design team to provide them with the necessary stored procedures and
packages and the necessary insight into the data.
Responsible for designing the advanced SQL queries, procedure, function, package, cursor, triggers,
scripts.
Worked on SQL*Loader to load data from flat files obtained from various facilities every day.
Wrote Unix Shell Scripts to process the files on daily basis like renaming the file, extracting date from the
file, unzipping the file and remove the junk characters from the file before loading them into the base
Last Active: 6-Feb-21 Last Modified: 3-Feb-21
Rajesh P
Engineer seeking roles in Software Development, Production Support, SQL Server,
Oracle, Unix, PLSQL, Toad
Key Skills: Engineer,Software Developer,Software Development,Application Programming,Web Development,System
Analysis,Technical Architecture,Client Management,Production Support,SQL Server,Oracle,Unix,PLSQL,Toad,Tableau
Summary
With 5+ years of experience as Oracle PL/SQL Developer and expertise in software analysis, design,
development, testing and implementation of full life cycle web based software applications.
Expertise in Client-Server application development using Oracle 11g/10g, 12C PL/SQL, SQL*PLUS, TOAD
and SQL DEVELOPER.
Experience in performance tuning of huge data with use of PLSQL collections and records.
Effectively made use of table Functions, Indexes, Table Partitioning, Collections, Analytical Functions,
Views and Materialized Views.
Created Tables, Views, Constraints, Index (B Tree, Bitmap and Function Based).
Proficient in writing SQL queries, Views, Materialized views, PL/SQL procedures, functions, packages,
triggers, cursors, collections, Ref cursor, cursor variables, System reference cursor, DynamicSQL.
Expertise in Exception Handling, Cursor management, performance tuning (PL/SQL) and Optimization of
SQL statements using SQL Trace, Explain Plan, Indexing, and Hints.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a4…
https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a400147105e5f0a… 2/2
tables.
Created indexes on the tables for faster retrieval of the data to enhance database performance.
Created records, tables, collections (nested tables and arrays) for improving Query performance by
reducing context switching.
Worked on XML along with PL/SQL to develop and modify web forms.
Involved in the continuous enhancements and fixing of production problems.
Generated server side PL/SQL scripts for data manipulation and validation.
Developed PL/SQL triggers and master tables for automatic creation of primary keys.
Created indexes on the tables for faster retrieval of the data to enhance database performance.
Extensively involved in using hints to direct the optimizer to choose an optimum query execution plan.
Created PL/SQL scripts to extract the data from the operational database into simple flat text files using
UTL_FILE package.
Used Pragma Autonomous Transaction to avoid mutating problem in database trigger.
Layam Flexi Solutions as Senior Associate
Sep 2016 to Jul 2018
ASE pvt Ltd. as Software Engineer
Oct 2014 to Aug 2016
UG: B.Tech/B.E. (Mechanical) from Anna University in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Oracle SQL, PLSQL
Oracle 10g, 11g, 12c
SQLDeveloper, Toad, SQL*plus
WINDOWS, UNIX
Languages Known
Language Proficiency Read Write Speak
Engish Expert
Rank 187: Resume 1232 with similarity score 0.06751211750088384
BSC , BS , B.E , MS , B.TECH software engineer , solutions architect , associate director , certified scrum master , enterprise architect , business development , partner , product development , cio , senior systems engineer , technical trainer , change management , full time , principal architect , change agent , vp , chief architect zachman , computing , microsoft azure , space , kpi , node.js , technical training , status , digital transformation , product management , sap , computer vision , nvision , sql server , broadcast , content syndication , cxo , react.js , retail , designation , it strategy , scorecard , hindi , cloud , ltd , english , visual basic , data center consolidation , budgeting , agile , project , mongodb , leadership , redis , change management , c++ , togaf , computer science , iterative , javascript , insurance , optimization , mean stack , scrum , healthcare , affirmative action , information technology , mysql , oracle , public , vendor management , maintenance , travel , resiliency , affinity , email , aws , operations , technology solutions , languages , trend analysis , high traffic , product offerings , program management , subscriptions , mentoring , streamlining , nosql , cios , ug , business applications , coe , revenue , authorization , maps , c# , modernization , lake , transformations , enterprise architecture , drive , finance , landscape , print media , kannada , python , digital marketing , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440…
https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440643435d5b5a0… 1/3
Current Designation: Head BizApps, Enterprise Architect, BI &
IT Advisor
Current Company: Bennett Coleman Co. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Media/Dotcom/Entertainment
Marital Status: Married
Total Experience: 22 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Retail Management]
Verified : Phone Number | Email - id
Bennett Coleman Co. Ltd. as Head BizApps, Enterprise Architect, BI & IT Advisor
Jun 2013 to Till Date
Working as Chief Architect and IT advisor to CIO for defining IT roadmap and drive digital transformation for print media
business and establish synergy with digital and broadcast media arms of the group
* Delivery head for consumer facing Business Applications (BizApps) with high traffic websites and enterprise BI
* Product development and management for revenue objectives in the space of epaper (print replica), digital ads,
subscriptions, brand affinity initiatives and content syndication services with shared P&L responsibilities
* IT and vendor consolidation for cost optimization and operations streamlining through data center consolidation,
applications migration, public cloud migration, serverless computing, CoE inception & change management
* Emerging technology and industry trend analysis for business oriented implementation using RPA, computer vision, user
generated content (UGC) and data lake
* Created and delivered new and incremental products in the space of reader engagement, digital revenue and project
delivery
* Worked towards AOP and AFC by instilling managed service model for cost excellence and business resiliency
Cognizant Technology Solutions as Principal Architect (Associate Director)
Sep 2000 to Jun 2013
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Santosh Shindhe
IT Strategy, Enterprise Architecture, Product Development, Program Management,
Agile, scrum, Azure, AWS, BI, Application Migration, Data Center Migration,
Consulting, IT Advisory, Digital Marketing, Budgeting, Innovation, Presales, Consulting
Key Skills: Enterprise Architecture, TOGAF, Zachman, Bi, Node.Js, Mean Stack, React.Js, SQL, Python, AWS, Azure,
MongoDB, NoSQL, .Net, C#, Strategy Maps, Business Scorecard, KPI Analysis, Product Management, Program
Management, IT Strategy, Business Development
Summary
I am accomplished information technology change agent and aspiring CIO/CTO with 22+ years of business aligned technology
leadership. I have global consulting experience with onsite executions at India, USA (Bay Area, Boston, LA) and UK (Halifax,
Edinburgh, Lancashire). Industry experience includes Media, Retail, Travel & Hospitality, Insurance, Healthcare and Product
Development domains.
In recent decade I have taken up CXO advisory and leadership roles under active mentoring from some of industries best CIOs.
During this period, I have contributed towards conceptualizing and leading large scale digital transformations in the areas of IT
landscape modernization, application portfolio rationalization, data center consolidation, data center migration, establishing
center of excellences, brand management and client/partner/vendor management.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440…
https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440643435d5b5a0… 2/3
Wipro Technologies as Senior Systems Engineer/Sr. Developer
Nov 1999 to Aug 2000
NVision Technologies as Software Engineer
Aug 1998 to Nov 1999
* Started my professional career with NVision Technologies with product development for micro finance organizations
and technical training responsibilities
* During my tenure with company worked on various product offerings for local consumers and websites for various
organizations
* As technical trainer trained more than 50 people in a span of 1 years on Visual Basic and SQL Server
UG: B.Tech/B.E. (Computer Science) from Karnataka University in 1998
PG: MBA/PGDM (Retail Management) from Karnataka State Open University (KSOU) in 2014
Other Qualifications/Certifications/Programs:
TOGAF 9 Certified Enterprise Architect
Certified SCRUM master
Certified in The Iterative Innovation Process
Microsoft Certified: Azure Solutions Architect Expert
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft .Net
SQL Server
AWS 10 Year(s) 0 Month(s)
MySQL
Oracle, MongoDB
Redis
Aurora, MEAN stack
Microsoft Azure 10 Year(s) 0 Month(s)
VB, ASP, Python
C, C++
SAP SCM
NETWEAVER
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440…
https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440643435d5b5a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 188: Resume 1481 with similarity score 0.06677574519818258
B.E , MS , B.TECH , BS project manager , enterprise integration architect , owner , data architect , full time , informatica , it architect , team member , enterprise architect resource allocation , reporting , api , training , business architecture , sustainability , business case , software solutions , integration projects , spotfire , general , healthcare , transformational , designation , data warehouse , connect , investment , deliverables , mar , platforms , ug , studio , affirmative action , technical architecture , enterprise integration , cloud , analytics , technical direction , learning , hindi , maintenance , architects , travel , player , authorization , english , teams , status , stakeholder management , metadata , virtualization , email , google , application , map , philips , bpo , solution architecture , star , continuous integration , payroll , steps , road , performance tuning , transformations , enterprise architecture , data analysis , cast iron , estimates , digital architecture , languages , decommissioning , landscape , pil , documentation , carbon , global operations , dashboard , process automation , informatics , project reviews , javascript , organization , technology , esb , performance improvement 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f430…
https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f4300101751595d5… 1/3
Current Designation: Enterprise IT Architect - Integration
platform
Current Company: Royal Philips - Enterprise IT
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Royal Philips - Enterprise IT as Enterprise IT Architect - Integration platform
Jun 2018 to Till Date
About the role:
* Currently working as an Enterprise integration Architect for Philips Enterprise IT evaluating the API management for
the Philips Integrated landscape.
* Provide strategic technical direction for defining and evolving IT platforms, systems and solutions within the
technology landscape (PIL) to offer specific business capabilities for the enterprise to conceptualize produce and deliver
offerings to the market. The enterprise architecture function will accelerate the transformation of business and technical
systems as required to meet strategic goals by providing useful and timely information and removing obstacles to current
and future transformations.
Highlights:
* Evaluation of multiple API management platform which includes Google APIGEE and Mulesoft solutions.
* Leading the enterprise integration projects and enabling the projects choose the right integration technology for
application hosted on cloud, on prim or hybrid environment by reviewing and approving the high-level plan.
* Build transition and end architecture including roadmap for integration
* Leading the program for Informatica PC v9, Cast Iron and ESB platform decommissioning project to latest integration
platform
* Responsible for defining and contributing to Next Generation Enterprise Architecture (North Star)
* Preparing the integration road map for Philips IT for next 3 year and working with stakeholder for the implementation
plan and resource with cost estimates for the same.
* On need, act as a project manager driving the integration project and guiding the team for go-live while following the
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
JYOTI SINGH
Enterprise IT Architect-Integration platform seeking roles in System Analysis,Technical
Architecture,Requirement Gathering,Client Management,Project Management,Solution
Architecture,Stakeholder Management,Continuous Integration,Data Analysis
Key Skills: Enterprise IT Architect-Integration platform,Tech Architect,System Analysis,Technical Architecture,Requirement
Gathering,Client Management,Project Management,Solution Architecture,Stakeholder Management,Continuous
Integration,Data Analysis
Summary
14+ Year of total IT Experience with working on different roles demanded by my organization like developer, architect, platform
owner, project manager, lead.
I am high impact team player holding myself and team towards goals and deliverables. Seasoned enterprise architect with all
round abilities of data, Integration and reporting while holding right attitude of learning and helping business achieve its target.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f430…
https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f4300101751595d5… 2/3
SDLC cycle.
* Prepare and produce the enterprise architecture for integration and work on establishing the guideline, process and
governance model on regular basis.
* Develop business case and facilitate delivery of POCs/Pilots
* Conduct Project Reviews, Manage Project and architectural interdependencies
* Translate Business Strategies into IT Investment and migration plans
* Work with multiple stakeholders: IT LT, IT BP, BPO, GBPO, ITGS, IT Delivery, BA's, Solution Architects, Project &
Portfolio Sponsors etc.
* Lead, evaluate and own the integration of the application coming as part Acquisition/Merger.
* Cross Collaborate and work with other Architecture Teams : Cloud, Information, Business Architecture, Enterprise
Process, Software Solutions and Services Architecture, Digital Architecture, Smart Tech & Innovation teams for Tactical
and Transformational services.
* Driving on sustainability program to reduce the carbon footprint in an innovative way while collaborating with multiple
teams for Philips product.
GE Global Operations, Digital as Integration Architect/ Data architect
Dec 2016 to May 2018
About the role:
* Manage the integration and data warehouse for the central warehouse for all the global common applications like
payroll, travel etc. Provide support to stakeholders on request.
* Work with analytics team to build analytical dashboard for reporting purpose.
* Lead multiple RPA projects, which was newly introduced in the company.
Highlights:
* Managing end-to-end projects for the robotic process automation using UI path studio including costing, resource
allocation, requirement gathering until implementation while working with cross-functional teams and guiding the junior
developer on the tool.
* RPA being a new tool in system, setting up all possible processes for projects and enforce the same for smooth
implementation.
* Maintaining the operation team by working with 5 vendor team members keeping the support the commercial data
warehouse live.
* Work with business to understand the commercial requirement and perform data analysis on existing data warehouse
to find the opportunities to build and implement the required solution
* Estimate the timeline, cost for fixes and new requirement along with resource allocation to work on the project while
following the SDLC lifecycle.
* Connect directly with business users using the CDW(commercial data warehouse) on find the right data which they
need and implement the solution
* Apply the best performance improvement solution for existing spotfire reports as and when required and guiding the
team implement the same.
GE healthcare as Technologist
Nov 2011 to Nov 2016
Highlights of role:
* Worked on multiple BI projects while analyzing the requirement, designing, reviewing the code, implementing the best
practice and deploying the code to production for successful l migration.
* Identify data lineage using Informatics MDM while working on projects for quick metadata finding.
* Perform performance tuning by guiding the team to take appropriate steps
* Do the documentation check while communicating with key stakeholders on day to day progress
* Evaluated the Data virtualization tool and its capability for the BI team and gave training to users on same across
business.
* Implemented the Data virtualization tool CIS studio in the BI subject areas after evaluation.
* Guiding the new team member on process and implementation of it.
UG: B.Tech/B.E. (Computers) from VTU in 2005
Education
IT Skills
Skill Name Version Last Used Experience
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f430…
https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f4300101751595d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Informatica Power Center 9.5 2016 9 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 189: Resume 5 with similarity score 0.06672700837167855
MS , B.TECH , BS work from home , classifier functionality , algorithms , spark , data visualization , forest , classification , deep learning , mar , platforms , bash , application packaging , data analytics , statistical modeling , public , natural language processing , model building , windows , eda , commodities , venue , sql , data cleaning , records , sampling , prediction , resume , passenger , electronics , testing , machine learning , credit card fraud , tableau , completion , assessment , events , sink , tuning , data science , python , sponsorship , ml , technology , feature selection , argumentation , kt , fraud detection , online Assessment
Q1. Why should you be hired for this role?
I have worked on python and ML projects (end-to-end) and followed the entire data science life cycle. I also have the knowledge of data
analysis, data cleaning, feature engineering, feature selection, model building etc.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I will be available.
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
AJAY KUMAR
Delhi, Noida
Applied 09 Feb'21
Python MSOffice Machine Learning
SQL Statistical Modeling Tableau
Data Analytics
Bachelor of Technology B.Tech), Electronics and Communication
Greater Noida Institute Of Technology
2013 - 2017
Percentage: 67.32%
Senior Secondary XII, Science
Dav Public School, Bseb
CBSE BOARD BOARD board)
Year of completion: 2013
Percentage: 71.40%
Secondary X
DAV Public School, Walmi
CBSE board)
Year of completion: 2011
Percentage: 88.20%
Application Packaging Analyst
HCL Technologies, Noida
Jul 2018 - Present
Responsible for collecting required records for different applications and users information and testing multiple applications
on different windows platforms and tests applications multiple functionality and make bash scripts and deploying using SCCM
In my professional life, I have given KT to more than 10 people in my team. I have explained about the entire process with
different toolset knowledge
As a Senior-Coordinator I have organized two events (end-to-end) with managing a group of 20 people. In this we have
arranged commodities, venue, gathering people from different branch and colleges.
As Coordinator I have assisted in organizing a couple of events. I was responsible for managing all the essential commodities
required for the events with minimum costs. I have also got the sponsorship of few local shoppers for the event.
SQL
Intellipaat, Online
Aug 2020 - Sep 2020
Tableau
Intellipaat, Online
Jul 2020 - Aug 2020
PROJECTS
CONTACT Phone: 91 8010295832
Natural Language Processing
Intellipaat, Online
Jun 2020 - Jul 2020
Deep Learning With TensorFlow
Intellipaat, Online
Apr 2020 - Jul 2020
Spark MLlIB
Intellipaat, Online
Mar 2020 - Apr 2020
Python 101 For Data Science
Intellipaat, Online
Feb 2020 - Apr 2020
Titanic prediction
May 2020 - Nov 2020
https://github.com/ajay1013/T itanic-ML-from-Disaster
The objective is to predict the which passenger has survived in the titanic sink. I have performed EDA, Feature Scaling,
Feature Engineering, Feature selection etc. Used various algorithms like Logistics Regression, Decision Tree, Random Forest
etc.
Dog Breed Classification
Jun 2020 - Aug 2020
https://github.com/ajay1013/Dog-Breed-Classification
The objective is to predict a dog class out of 150 breeds. Used ImageDataGenerator for reading files, preprocessing,
scaling etc. Performed Data Argumentation. Used different hyper parameter tuning and trained model using Transfer learning
from VGG16
Credit Card Fraud Detection
Jun 2020 - Jul 2020
https://github.com/ajay1013/Credit-card-Fraud-Detection
Classification of transaction as Fraudulent or not. Performed Data Visualization, sampling, balancing dataset etc. Used
Random Forest Classifier algorithm. Used techniques like under sampling, over sampling, smote tomek, imblearn-learn library
https://github.com/ajay1013/Titanic-ML-from-Disaster
https://github.com/ajay1013/Dog-Breed-Classification
https://github.com/ajay1013/Credit-card-Fraud-Detection
Rank 190: Resume 1215 with similarity score 0.06657627176052111
B.E , MS , B.TECH support analyst , sql developer , devops , full time , process analyst , system engineer , team lead infopath , devops , entity framework , scrum , customer , css , migrating , microsoft azure , designation , functional testing , visual studio , affirmative action , hindi , web api , cloud , nintex , maintenance , windows , business logic , english , authorization , troubleshooting , sprints , web applications , bootstrap , status , architecture , agile , responsiveness , email , project , c# , infosys , aws , continuous integration , ci , user requirements , line production , electronics , mvc , git , kanban , building , debugging , languages , asp.net , sql server , python , sharepoint designer , vsts , dashboards , javascript , eclipse , custom forms , technology , pipeline , working experience , cd , html , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f13…
https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f130644435e0c01… 1/3
Current Designation: Senior System Engineer- Dot Net
Current Company: Infosys Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Infosys Limited as Senior System Engineer- Dot Net
Apr 2018 to Till Date
Projects Details:
Project#1
Title : CORE Project
Environment : C#.Net,Web Api,Entity Framework, Srum
Tools : Visual Studio 2015,SSMS, Git, TFS, Azure Devops
Role : Senior System Engineer(Devops Developer)
Description:
Designed and developed Azure Devops dashboards, Queries, work items. Worked on Kanban boards, Sprints, Iterations.
Developed CI/CD Pipeline for building and deploying the cloud Application.
Responsibilities:
Implemented business logic to create Azure Devops dashboards and Involved in Development and Functional Testing.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shashank Shekhar
Senior System Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Azure,AWS,C#,Python,Java,HTML,CSS,Bootstrap,ASP.Net,Web
Api,Visual Studio,Git
Key Skills: Senior System Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Azure,AWS,C#,Python,Java,HTML,CSS,Bootstrap,ASP.Net,Web Api,Visual Studio,Git
Summary
3 years of experience in design and development of Azure Devops, Azure web Applications and SharePoint Support Analyst
and Process Analyst.
Proficient in developing Continuous Integration/Deployment Pipelines(CI/CD)
Good hands-on knowledge of source control code management(Version Control System) tool Git.
Worked on front end technologies HTML,CSS,Bootstrap
Working Experience on Agile Methodology (scrum).
Strong communication skills and excellent customer relations in collecting and analyzing user requirements.
Excellent understanding of project issues, ability to work independently or as part of a team.
Work Experience on Share Point 2013 & Share Point Online
Work Experience on MVC, .Net and SQL developer
Good Analytical, Debugging & Problem-solving skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f13…
https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f130644435e0c01… 2/3
Involved in Kanban Board Refinement.
Involved in Product Deployment.
Worked on Agile Methodology.
Project#2
Title : SharePoint applications
Languages : C#,HTML,CSS,Bootstrap
Cloud : Microsoft Azure
TOOLS : Visual studio 2017,Storage Explorer, GIT,VSTS
Role : System Engineer
Description:
Worked as a System Engineer for providing share point service Line production support.
Handled SharePoint application tickets and performed Enhancements in existing code
as per business requirement.
Responsibilities
Involved in interaction with client for requirement gathering, preparing functional specification and creating design with test
plan.
Involved in Requirement Analysis.
Migrating a Share Point Application from Share Point 2010 to 2013.
Worked in developing custom forms using SharePoint, SharePoint designer, Nintex, Infopath.
Involved in designing, developing, testing, troubleshooting the application, providing post implementation, application
maintenance and enhancement support with regards to the product/software application.
Ensuring the performance, quality and responsiveness of application and collaborating with team to define, design, ship
new feature
UG: B.Tech/B.E. (Electronics/Telecommunication) from NMAM iNSTITUTE OF TECHNOLOGY, MANGALORE in 2016
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS
Azure, AWS
C#, Python
JAVA
HTML, CSS
BOOTSTRAP
ASP.Net, WebAPI
Entity Framework
Visual Studio 2015/17
Eclipse, Git
Postman, SSMS
sql server 2008/2012
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f13…
https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f130644435e0c01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 191: Resume 125 with similarity score 0.06599167011851625
MS , B.TECH , BS work from home , student optimization , algorithms , data visualization , classification , deep learning , mar , step , scratch , keras , artificial neural networks , advanced , models , sql , project , consideration , pandas , coursera , data preparation , c programming , exploratory data analysis , soft computing , resume , machine learning , computer science , research , completion , assessment , tuning , data science , python , technology , online Assessment
Q1. Why should you be hired for this role?
I have gained theoretical knowledge and got a vivid idea of the subject through my academics and the handful of online courses that I have
successfully completed with high grades. I am currently holding a CGPA of 8.845 on a scale of 10 from Anna University, Chennai. However, I want
to learn more through internship. I have been a part of a few projects that include Automated Crowd Monitoring System, License Plate
Recognition for which I have won prizes in several competitions. I have tried to implement Deep learning algorithms like YOLO, Convolutional NNs
from scratch and worked with python libraries like Tensorflow, Keras, etc. Also, I have worked with the Genetic Algorithm of Soft Computing
through my academics.
I have immense interests in the field that you are currently working on. Apart from my college academics, I put special efforts to learn the subject
through online courses like Coursera and NPTEL. I have completed four out of the five courses in Deep learning specialization by Andrew Ng
from Coursera that covered Neural Networks and advanced Deep learning models and Algorithms. I am very much comfortable working in the
python programming language. I have a good grip on problem-solving.
Now that I have covered some basics, I eagerly want to explore the field and have some work experience through any opportunities available
with you as it will be a huge step forward for my career. If required, I can put extra effort and research some topics to prepare myself for the
project. As an enthusiastic student with my zest and determination towards learning and your consideration, I should be able to give my best.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months and can start from 10th February 2021.
Resume
EDUCAT ION
TRAININGS
Bharat Sreyus
Chennai
Applied 08 Feb'21
Python C Programming C Programming
SQL
Bachelor of Technology B.Tech), Computer Science
Sri Sai Ram Engineering College, Anna University
2018 - 2022
CGPA 8.85/10
Senior Secondary XII, Science
Kendriya Vidyalaya Minambakkam
CBSE board)
Year of completion: 2018
Percentage: 89.60%
Secondary X
Kendriya Vidyalaya Minambakkam
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Convolutional Neural Networks
Coursera, Online
Sep 2020 - Sep 2020
Learnt about Facial Recognition System, Tensorflow, Convolutional Neural Network, Artificial Neural Network
Neural Networks And Deep Learning
Coursera, Online
May 2020 - May 2020
Learnt about Artificial Neural Networks, Backpropagation, Python Programming, Deep learning
Improving Deep Neural Networks: Hyperparameter Tuning, Regularization And Optimization
Coursera, Online
May 2020 - Jun 2020
CONTACT Phone: 91 9488464887
Learnt about Hyperparameter, Tensorflow, Hyperparameter Optimization, Deep Learning
Structuring Machine Learning Projects
Coursera, Online
May 2020 - Jun 2020
Learnt about Machine Learning, Multi-Task Learning
Python For Data Science
NPTEL, Online
Oct 2019 - Mar 2020
Learned about Pandas dataframe, Exploratory data analysis, Data preparation and preprocessing, Data visualization,
Regression, Classification
Rank 192: Resume 616 with similarity score 0.065974449662137
MS , B.TECH , BS work from home , student , team leader , visualizer , campus ambassador scientific computing , mapreduce , deep learning , conferences , platforms , showcases , addition , linux , hero , arithmetic , linkedin , apache spark , elements , fundamentals , building , html5 , analyzer , data science , organization , streams , life skills , internships , mar , calculations , project , java , data analysis , machine learning , soft skills , computer science , flask , completion , probability , campus , technology , hadoop , web development , matplotlib , developers , mysql , shape , collaboration , public , apache kafka , bootstrap , social media , google , pandas , coursera , max , numpy , checkout , github , internet of things , distributed databases , output , big data , assessment , cassandra , search , census , brewery , online , model united nations , css , nosql , columns , offers , teams , storage systems , c programming , resume , led , data streaming , returns , hbase , app , python Assessment
Q1. Why should you be hired for this role?
Enthusiastic Computer Science student proficient in strong soft skills and technical skills. Instilled with essential life skills such as self-
discipline/development because of the Army milieu. Seeking to leverage solid skills in team work, collaboration and development as a computer
science professional. Always aware of the position and responsibilities. Worked with the given requirements in the past and excelled in the end
results.
Ideally matches the skill set required by the role/company and ready to contribute to the growth of Boongg.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Tushar Pulakala
Secunderabad, Hyderabad
Applied 08 Feb'21
Python Bootstrap HTML
C Programming C Programming CSS
Data Science Deep Learning Flutter
Internet of Things IoT Java Linux
MySQL Flask Machine Learning
Bachelor of Technology B.Tech), Computer Science & Engineering
CMR Technical Campus
2018 - 2022
Senior Secondary XII, Science
Narayana Junior College
SSC board)
Year of completion: 2018
CGPA 8.50/10
Secondary X
ARMY PUBLIC SCHOOL, R.K PURAM, SECUNDERABAD
CBSE board)
Year of completion: 2016
CGPA 9.20/10
Official Campus Ambassador
International Model United Nations, Virtual
Jun 2020 - Jul 2020
I got the chance to become the Official Campus Ambassador of International MUN where we have to deal with Social Media
Marketing for the Official IMUN conferences held every week.
Led a team of 5 volunteers in Smart India Hackathon 2020
Smart India Hackathon is an initiative of MHRD in search of new talent to tackle real world problems. Our team was selected
in the top 12 teams out of 150 teams. Developed a project using IOT.
Head of AI/ML at Developer Student Club, CMRTC
Key job responsibilities include building a strong community of AI/ML folks from the campus and guiding beginners to the
AI/ML/Data Science path.
Team Leader of Team Innocrats at Hyderabad City Police Hackathon 2020
Hyderabad City Police Hackathon is 36 hour hackathon organized by We HUB and the Hyderabad City Police. Developed a
project using IOT.
Data Analysis With Python
PROJECTS
FreeCodeCamp, Online
Sep 2020 - Oct 2020
Freecodecamp is a donor supported organization which provides Computer Science certifications. Data Analysis with Python
is Freecodecamp's Data Science Certification course which includes completion of five complex Data Science Projects in
order to c omplete the certification.
Big Data Computing
National Programme on Technology Enhanced Learning(NPTEL, Online
Sep 2020 - Nov 2020
National Programme on Technology Enhanced Learning NPTEL is a project of MHRD initiated by seven Indian Institutes of
Technology, to provide quality education to anyone interested in learning from the IITs. This course provides an introduction
to s ome of the most common frameworks such as Apache Spark, Hadoop, MapReduce, Large scale data storage
technologies such as in-memory key/value storage systems, NoSQL distributed databases, Apache Cassandra, HBase and
Big Data Streaming Platforms such as Apache Spark Streaming, Apache Kafka Streams that has made big data analysis easier
and more accessible.
Scientific Computing With Python
FreeCodeCamp, Online
Aug 2020 - Sep 2020
Freecodecamp is a donor supported organization which provides Computer Science certifications. Scientific Computing with
Python is Freecodecamp's Python Certification course which includes completion of five complex Python Projects in order to
comple te the certification.
TensorFlow 2.x
Coursera, Online
Jun 2020 - Present
Tensorflow in Practice is the specialization offered by Coursera. This specialization offers complete self-learning process for
Google's ML library Tensorflow.
Flutter
The App Brewery, Online
May 2020 - Jul 2020
Graduated from The App Brewery's Flutter Bootcamp which is recommended by Google's Flutter team.
Python Bootcamp
udemy, Online
Jan 2020 - Mar 2020
Successfully completed Python Bootcamp: Zero to Hero by Jose Portilla. The best selling course of Udemy. And graded as
Expert in Pluralsight's Python Skill IQ test.
Web Development Using HTML, CSS And Bootstrap
FreeCodeCamp And Udemy, Online
Jan 2020 - Mar 2020
Learned HTML5 and CSS3 fundamentals and core from freecodecamp.org. Learned Bootstrap 4 from Udemy Bestselling
course.
Medical Data Visualizer
Sep 2020 - Oct 2020
https://github.com/Tusharcoder18/Medical-Data-Visualizer
In Medical Data Visualizer, we will visualize and make calculations from medical examination data using matplotlib, seaborn,
and pandas. The dataset values were collected during medical examinations.
Time Series Visualizer
Oct 2020 - Oct 2020
https://github.com/Tusharcoder18/T ime-Series-Visualizer
In T ime Series Visualizer we will visualize time series data using Pandas, Matplotlib, and Seaborn to visualize a dataset
containing the number of page views each day on the freeCodeCamp.org forum from 20160509 to 20191203.
Sea Level Predictor
Oct 2020 - Oct 2020
https://github.com/Tusharcoder18/Sea-Level-Predictor
Sea Level Predictor will analyze a dataset of the global average sea level change since 1880. We will use the data to predict
the sea level change through year 2050.
Mean-Variance-Standard Deviation Calculator
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/Medical-Data-Visualizer
https://github.com/Tusharcoder18/Time-Series-Visualizer
https://github.com/Tusharcoder18/Sea-Level-Predictor
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6304146271
https://github.com/Tusharcoder18/Mean-Var-Std-Calculator
Mean-Variance-Standard Deviation Calculator uses Numpy to output the mean, variance, standard deviation, max, min, and
sum of the rows, columns, and elements and returns a dictionary containing the mean, variance, etc
Shape Calculator
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/shape_calculator
A project which showcases the power of object oriented programming in Python.
Demographic Data Analyzer
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/Demographic-Data-Analyzer
Demographic Data Analyzer analyzes the demographic data using Pandas. A dataset of demographic data that was
extracted from the 1994 Census database is analyzed to extract some data.
Probability Calculator
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/probability_calculator
A program to calculate the probability of a Mathematical Problem without using complex Mathematical solutions, instead uses
the practical method.
Time Calculator
Aug 2020 - Aug 2020
https://github.com/Tusharcoder18/time_calculator
A simple app for addition of two real-world time durations.
Arithmetic Arranger
Aug 2020 - Aug 2020
https://github.com/Tusharcoder18/arithmetic_arranger
A program that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-
by-side.
Budget App
Aug 2020 - Aug 2020
https://github.com/Tusharcoder18/budget_app
Budget App is a program which can be used to create different budget categories and analyze the monthly expenditures.
Roll Dice-Flutter
May 2020 - May 2020
https://github.com/Tusharcoder18/Diceee
A simple roll dice app which replicates a real world dice.
BusinessCard
May 2020 - May 2020
https://github.com/Tusharcoder18/BusinessCard
Simple Flutter app to introduce myself to other developers.
Graded as Expert in Pluralsight's Python Skill IQ test. Checkout on my LinkedIn profile.
Learned app development using Flutter and developing a project on GitHub.
Currently learning Machine Learning and Deep Learning using TensorFlow with Python. Will develop a project very soon.
https://github.com/Tusharcoder18/Mean-Var-Std-Calculator
https://github.com/Tusharcoder18/shape_calculator
https://github.com/Tusharcoder18/Demographic-Data-Analyzer
https://github.com/Tusharcoder18/probability_calculator
https://github.com/Tusharcoder18/time_calculator
https://github.com/Tusharcoder18/arithmetic_arranger
https://github.com/Tusharcoder18/budget_app
https://github.com/Tusharcoder18/Diceee
https://github.com/Tusharcoder18/BusinessCard
Rank 193: Resume 1380 with similarity score 0.06576151385547988
MS technical architect , zookeeper , part time , deputy manager , data management contractual , data warehousing , retail , core java , general , dax , spark , nosql , designation , ug , data synchronization , data migration , mar , affirmative action , oracle , mysql , databases , glue , etl , maintenance , ltd , unix , json , authorization , english , apache kafka , status , architecture , postgresql , email , project , application , aws , map , framework design , xml , pl/sql , poi , electronics , ecs , s3 , ec2 , languages , data streaming , sqoop , hive , sql server , scala , cassandra , hbase , python , javascript , cloud computing , insurance , talend , hadoop , elasticsearch , airflow , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a0042410110…
https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a004241011052154851580b0… 1/2
Current Designation: Bigdata Architect
Current Company: Sonata Software
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Sonata Software as Bigdata Architect
Jan 2019 to Till Date
Mphasis Ltd. as BigData Architect
Oct 2016 to Jan 2019
WNS as Deputy Manager
Apr 2015 to Oct 2016
UG: Diploma (DOEACC O Level) from Department of electronics Govt. of INDIA in 2002
PG: MCA (Computers) from Sikkim Manipal University (SMU) in 2013
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bansidhar Mohapatra
Bigdata Architect seeking roles in Data Management,Data Migration,Database
Management,Technical Architect,Project Management,Cloud Computing,Data
Warehousing, AWS, Spark, Spark Streaming ,Python,Scala , Hadoop
Key Skills: Bigdata Architect,Tech Architect,Data Management,Data Migration,Database Management,Technical
Architecture,Project Management,Cloud Computing,Data Warehousing,Scala, Hadoop,Python,Spark, Spark Streaming,
AWS, NoSQL
Summary
Over 15 years of experience in various domain like Banking, Insurance, Retail, and others Expertise in data streaming
framework design, coding and implementation Real time streaming: o Sql Server Database into datalake using AWS Kinesis,
PySpark, AWS Firehose, AWS ECS, AWS Fargate, S3 o Incremental loading, and streaming from PostgreSQL database into
datalake using Talend o Log data streaming into Cloud using Apache Kafka, PySpark o Streaming using AWS Glue, AWS DB
Catalog into datalake. Extensive knowledge in Data Migration, Data Synchronization o On-Prem Oracle to AWS Aurora
PostgreSQL using AWS DMS, AWS SCT, AWS Snowball . o JSON, CSV, OLTP databases into parquet using AWS Glue o
Database to database data synchronization. Hands-on experience in architect, design, and coding in PySpark o Parser
application code for JSON into Parquet in Spark o ETL job coding using PySpark and Spark and Scala o PySpark Job for data
analysis
Work Experience
Education
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a0042410110…
https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a004241011052154851580b0… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Temporary / Contractual
Employment Status: Part Time
IT Skills
Skill Name Version Last Used Experience
Hadoop HDFS, Hive, Impala
HBase, Kafka, PIG, Sqoop
Zookeeper, Map Reduce, Airflow
Spark Core, Spark Streaming, Spark SQL
Python and Scala language
AWS DMS, AWS Aurora DB
AWS Kinesis, AWS Elasticsearch
RedShift, RDS, DynamoDB, Elasticache
EC2, Cloud Formation, CloudFront
S3, CloudWatch. Lambda. AWS Snowball
AWS SCT
Unix Shell, JSON, PL/SQL, T-Sql
XML, MDX, DAX, Java Script, and html
Cassandra, Sql Server 2012/2016
PostGreSql, MySQL, Oracle
Python, Scala, Core Java
Apache POI, C#.net
Languages Known
Language Proficiency Read Write Speak
English
Rank 194: Resume 296 with similarity score 0.06575863303507999
B.E , MS , BS work from home , representative guides , training , ni labview , mar , remote control , project , grasp , coursera , c programming , embedded c , gold , resume , electronics , matlab , dtmf , intermediate , completion , assessment , events , data science , python , it , learning , mathematics , online Assessment
Q1. Why should you be hired for this role?
I am interested to work and I eager to learn with the hands on learning and I has the ability to do team work ,grasp the things easily and
dedication towards the work.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available from 18 th Feb and I will work till May ...
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Lakkireddy Nawya
T iruvallur, Chennai
Applied 30 Jan'21
C Programming Data Science MATLAB
MSExcel MSOffice Python
LabVIEW
Bachelor of Engineering B.E, Electronics and Communication
Prathyusha Engineering College PEC
2018 - 2022
CGPA 8.80/10
Senior Secondary XII, Science
Narayana Junior College
SBSE BOARD board)
Year of completion: 2018
Percentage: 96.00%
Secondary X
NEW LITTLE FLOWER HIGH SCHOOL
SBSE board)
Year of completion: 2016
Percentage: 95.00%
I was the member od Bharath Scouts and Guides in School Level
Organised events and awareness programs in school and college level
Class representative in PEC
Volunteer
Data Science
Coursera, Online
Jun 2020 - Dec 2020
I have done online course on Data Science and I am keen on Stastics and Mathematics and I has the ability to do the work on
Data Science
LabView
NI LabVIEW, Online
Apr 2020 - Jun 2020
I went to the training on Labview on college I have done the course in online and it's quite interesting and easy to do than
coding.
Python
Coursera, Online
Mar 2020 - Jul 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7032550233
I have done the python programming course in Coursera and I have basics to intermediate level knowledge on Python
Programming and has ability to code on python.
C Programming
Sololearn, Online
May 2019 - Oct 2019
I have done the C programming course on Solo learn and it's quite interesting me to learn the C programming at the very first
begining
Remote control car using DTMF
Nov 2019 - Mar 2020
I have done this project along with my group as mini project to develop our skills.In this Project we have developed this
project by Embedded C .
I have secured gold medal in school for the talent test in mandal level.
Rank 195: Resume 264 with similarity score 0.0656304715763452
MS , B.TECH , BS work from home , founder , classifier , partner , student , research intern , science intern , machine learning intern window , algorithms , internships , image processing , css , apparel , classification , deep learning , nlp , f1 , data analytics , keras , smartphone , friction , ios , risk , classifiers , bootstrap , accelerometer , noise reduction , models , embedded , project , coursera , c programming , introduction to , surface , deals , resume , paper , ibm , interpreting , metal , joints , machine learning , building , computer science , django , opencv , publications , research , welding , foundation , big data , heart disease , credit card fraud , tableau , completion , assessment , word , data science , python , face recognition , transcripts , technology , data engineering , fraud detection , html , online Assessment
Q1. Why should you be hired for this role?
Respected Sir/Ma'am,
I'm Kabir Nagpal, a pre-final year student of Computer Science Engineering. During the two and a half years of my academics, I have developed a
strong understanding in the field of Data Science, Machine Learning, algorithms and data structures with the help of MOOCs, projects and
internships.
My experience up till now includes four internships in the field of Machine Learning and Research in which I have gained valuable hands-on
experience. I have also co-authored a research paper during one of my internships. Another paper is expected to be published in 2021.
I believe in ceaselessly updating my skill set and pushing the envelope in the field of Machine Learning by building scalable and user-oriented
applications. I also established the initiative, 100DaysofML, in order to share my knowledge and experience, gained so far and those of others
like me, thereby promoting ML amongst people and giving them a chance to learn it for free.
I am extremely eager to learn from the best in the field and work in an environment that will provide a good foundation early in my career. Given
my skills, coupled with my perseverance and passion to learn new things, I will add value to any project or research assigned to me and support
the team to achieve the overall goal of the organisation.
Here are some links created for your quick review
Resume: https://drive.google.com/drive/folders/1xF_KasKer_-dKwH66N_bBKFB9XJOjwSg?usp=sharing
https://github.com/kabirnagpal/
https://scholar.google.com/citations?user=BidtMSkAAAAJ
https://www.linkedin.com/in/kabir-nagpal-3a1302174/
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I'm available
Resume
EDUCAT ION
INTERNSHIPS
Kabir Nagpal
Jaipur, Delhi
Applied 08 Feb'21
Python C Programming C Programming
Deep Learning HTML Image Processing
Machine Learning Algorithms Bootstrap
CSS Data Analytics Data Science
Django OpenCV Tableau
Bachelor of Technology B.Tech), Computer Science & Engineering
Manipal University Jaipur
2018 - 2022
CGPA 9.10/10
Senior Secondary XII, Science
St Marks Senior Secondary Public School Meera Bagh
CBSE board)
Year of completion: 2018
Percentage: 95.20%
Machine Learning Intern
Matcoms Technologies, Virtual
Sep 2020 - Oct 2020
As an intern, I worked on improving the Autocorrect on Matcoms iOS Keyboard using Machine Learning.
Data Science Intern
FavTutor, Virtual
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Jul 2020 - Sep 2020
I worked on multiple projects for various clients. Subcomponents of each project included data scraping, visualizations and
predictive modelling. I was also a mentor to the students and solved their doubts and queries related to the same domain.
Machine Learning Intern
FreJun Inc, Virtual
Oct 2019 - Feb 2020
Worked on Audios, Transcripts & interpreting it using NLP
Tasks completed
Speaker Recognition using word independent methods.
Determining Audio Quality using analyses on transcripts.
Worked on noise reduction & identifying the no of speakers
Research Intern
Stir Research Technologies, Virtual
Aug 2019 - Sep 2019
As a Research Intern, my job was to make Image Classification models to recognise the type of welding on a metal surface
using Convolutional Neural Network built using Keras. The same was published as a research paper in December 2019.
Founder, 100 Days Of ML Code ( Open community to encourage ML amongst members )
Machine Learning Mentor, MUJ ACM Student Chapter
Machine Learning Mentor, PyJaipur Summer Of Algorithm 2019
Internshala Student Partner 15
The Complete Introduction To Data Analytics With Tableau
udemy, Online
Jun 2020 - Jun 2020
Data Engineering, Big Data, And Machine Learning On GCP
Coursera, Online
Aug 2019 - Aug 2019
IBM DATA SCIENCE PROFESSIONAL CERTIFICATE
Coursera, Online
Jun 2019 - Jul 2019
Deeplearning.AI
Coursera, Online
May 2019 - Jun 2019
Apparel Detection
Jul 2020 - Jul 2020
https://github.com/kabirnagpal/apparel_detection
The project deals with the detection of apparel using Sliding Window and
Classifier trained on apparel dataset using Transfer Learning.
Heart Disease Analysis
Jun 2020 - Jun 2020
https://github.com/kabirnagpal/Heart_disease_analysis
Completed analysis, category wise heart disease risk and a Predicting Heart
disease using multiple classifier models.
Human Activity Recognition
Jun 2020 - Jun 2020
https://github.com/kabirnagpal/Human_Activity_Recognition
The analysis was performed on the dataset which recorded the activity of the user using embedded accelerometer and
gyroscope from a smartphone. Various classifiers were used and at last stacking classifier was used to achieve 99% f1-score.
Credit Card Fraud Detection
Jun 2020 - Jun 2020
https://github.com/kabirnagpal/Credit-Card-Fraud-Detection
https://github.com/kabirnagpal/apparel_detection
https://github.com/kabirnagpal/Heart_disease_analysis
https://github.com/kabirnagpal/Human_Activity_Recognition
https://github.com/kabirnagpal/Credit-Card-Fraud-Detection
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9868585280
The project aims at detecting Fraudulent transactions. Due to high imbalance, I chose F1-score and Area under the curve as
a measure of accuracy and attained a 92.5% f1 score and 90% AUC score for Stacked classifier.
Analysis for Gun Shot Incidents
Jun 2020 - Jun 2020
https://public.tableau.com/profile/kabir7878#!/
Classification of Friction Stir Welded Joints
Aug 2019 - Sep 2019
https://scholar.google.com/citations?user=BidtMSkAAAAJ&hl=en
The project was done during my internship at Stir Technologies. It involves the classification of welding joints using Neural
Networks. The same project will be published as a research paper in the month of November 2019
Optical Character Reader
Apr 2019 - Apr 2019
This project aims at using using Open CV and Deep Learning to claasify hand-written words.
Facial Expression recognizer
Mar 2019 - Mar 2019
It uses OpenCV and Convolutional Neural Network for recognizing facial expression
Face Recognition
Mar 2019 - Mar 2019
It was part of the Hackathon Project and uses only OpenCV for to determine faces
PUBLICATIONS
Mishra A, Nagpal K. “Convolutional Neural Network for Image Processing of Friction Stir Welded and Conventional Welded
Joints Texture”, Int J Hum Comp Inter Data Min 2019; 21&259
AWARDS
MUJ ACM ML Challenge HackerEarth, Rank 1
Startup Weekend Jaipur, Second Runner Up
https://public.tableau.com/profile/kabir7878#!/
https://scholar.google.com/citations?user=BidtMSkAAAAJ&hl=en
Rank 196: Resume 379 with similarity score 0.06515739776478537
B.S , M.Sc , M.S , MTECH , M.TECH science intern , work from home big data analytics , internships , image processing , mouse , deep learning , mar , nlp , mysql , learning techniques , statistical modeling , natural language processing , apache , energy , project , mongodb , computer vision , prediction , resume , electronics , machine learning , research , completion , assessment , data science , python , one , it , dynamics , ml , cloud computing , technology , hadoop , mathematics Assessment
Q1. Why should you be hired for this role?
I am interested in this
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
Parvathy P P
Thrissur, Bangalore
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
Data Analytics Image Processing Machine Learning
Mathematics MongoDB R Programming
Statistical Modeling Cloud Computing Hadoop
MySQL
Master of Technology M.Tech), E Learning Technologies
Amrita
2014 - 2016
CGPA 7.15/10
Master of Science M.Sc), Electronics and Communication
St.Mary's College
2011 - 2013
CGPA 7.00/10
Bachelor of Science B.Sc)
Sree Kerala Varma College
2008 - 2011
Senior Secondary XII, Science
VIVEKODAYAM GIRL'S HIGHER SECONDARY SCHOOL
STATE BOARD, KERALA board)
Year of completion: 2008
Percentage: 84.00%
Secondary X
N.S.S.E.M.H.S.S
STATE BOARD board)
Year of completion: 2006
Percentage: 80.00%
Working On NLP In Machine Comprehension
Instinctus.ai, Virtual
Jan 2019 - Mar 2019
Worked on bert.
Machine Learning Internship
Suprath Technologies, Bangalore
Nov 2018 - Nov 2018
Worked on NLP for sentence completion.
Data Science Intern
TRAININGS
PROJECTS
CONTACT Phone: 91 8281796418
Switchon, Bangalore
Feb 2018 - Jun 2018
Worked on Energy prediction with deep learning, XGboost on GPU and cloud server
Intern- ML
Awesummly, Bangalore
Dec 2017 - Jan 2018
Machine Learning
NeoEyed, Bangalore
Aug 2017 - Nov 2017
Worked on one class SVM, for mouse dynamics challenge.
PG Diploma In Big Data Analytics
CDAC, Kolkata
Aug 2016 - Feb 2017
Network Forensic Tool Implementation using Python(CDAC
Dec 2016 - Jan 2017
I have taken apache log file for identifying malicious and non-malicious users using their IP address, error code and download
in bytes. I have implemented it using python.
Usage Analytics in AVIEW
Jul 2015 - Jul 2016
http://ieeexplore.ieee.org/document/7975170/
I have applied Machine learning techniques like SVM, Neural Network, Association rule and K-means clustering in this project.
It was a research project in Amrita for my Mtech for 1 year.
http://ieeexplore.ieee.org/document/7975170/
Rank 197: Resume 1184 with similarity score 0.0647985323203872
B.E , MS , B.TECH project manager , technical architect , solutions architect , senior software engineer , solution architect , full time , enterprise architect api , optimization , solution building , blueprint , performance management , customer , migrating , project managers , kubernetes , coding standards , microsoft azure , validation , designation , developers , data warehouse , deliverables , platforms , affirmative action , collaboration , cloud , docker , technical requirements , maintenance , ltd , low latency , business logic , authorization , iaas , teams , strategic thinking , enterprise , clarity , status , paas , code review , agile , c# , email , logging , teamwork , application , aws , microservices , focus , solution architecture , mumbai , gap , ci , .net core , architecting , data analysis , integration strategies , debugging , problem solving , intermediate , infrastructure , asp.net , emerging technologies , sql server , viz , cd , reviews , javascript , web , technology , performance testing , proof , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190…
https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190b12125d5d0d0… 1/3
Current Designation: Solution Architect -IT
Current Company: Trejhara Solutions Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Trejhara Solutions Ltd. as Solution Architect -IT
Aug 2018 to Till Date
- Designing and architecting Highly available, Fault tolerant, Elastic, highly Secure, performant and globally accessible
low latency applications for the Cloud
- Participate in solution building for migrating existing workloads from On-Premise to Cloud, moving from IaaS to PaaS
or moving to different Cloud
- Continually researching current and emerging technologies and proposing changes where needed.
- Take responsibility for technical aspects of solutions viz. supporting bid responses, product and solution briefings,
Proof-of-Concept work, coordination and supporting technical resources, Cost-optimization of existing work-loads etc.
- Make recommendations on integration strategies, enterprise architectures, platforms tools and application
infrastructure required to successfully implement a complete solution, providing "best practice" advice to customers
- Conduct design reviews with management and development teams and working collaboratively with project managers,
developers and customers to deliver working solutions
Aurionpro Solutions as Solution Architect
Dec 2013 to Aug 2018
- Analyzing the technology environment and participate in technology selection
- Participate in solution building and support existing workloads on Cloud
- Prepare a blueprint for moving from on-premise to Cloud
Last Active: 7-Feb-21 Last Modified: 5-Feb-21
AMIT SHAH
Microsoft Certified Azure Solution Architect seeking roles in Solution Architecture,
Cloud, Project Management, Application Development/Design/Architecture, MS SQL
Server, .NET, .NET Core. API Management, Microservices, Docker, Kubernetes, AWS,
GCP
Key Skills: Cloud Solution Architect / Enterprise Architect, Application Development, Project Management, Solution
Architecture MS SQL Server, Azure, ASP .NET, .NET, .NET Core, API, Microservices, Docker, Kubernetes, AWS, GCP,
Container, Iaas, PaaS, CI/CD
Summary
Solution Architect with more than 17 years of Programming experience having excellent technical, communication and
organizational skills
7 years of Experience with Microsoft Azure cloud platform specially in IaaS
Outstanding problem solving, strategic thinking and data analysis skills with strong focus on teamwork and achieving team
goals, result oriented, fast learner
Experience in understanding customer business and technical requirements, helping them in problem-solving key technical
issues
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190…
https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190b12125d5d0d0… 2/3
- Developed Statements of Work (SOWs) that provide the specificity and clarity to support resource planning and scope
management
- Lead, coach and mentor development teams of around 50 people, in delivering solutions and driving Planning,
Performance Management, development standards and best practices
- Monitoring, tracing and logging using Azure Alerts and Application Insights
Aurionpro Solutions Inc as Onsite Lead - Solution Architect
Apr 2008 to Dec 2013
- Working with Onsite team to understand and help prepare requirements
- Leading whole project development life cycle, including but not limited to solving any issues arising in understanding
requirement, gap, code review
- Developing critical modules which require close collaboration with onsite team
- Working with Project Manager to keep track of project plan and activities in detail to ensure quality delivery on time
- Preparing deliverables (for deployment) and testing the product on continual basis (Agile) for quality and according to
the requirement mentioned
- Working with Onsite team to perform UAT and deploy the product
Aurionpro Solutions as Senior Software Engineer
Oct 2003 to Apr 2008
- Designing and developing User Interface of the application on ASP.NET using rich web server controls extensively
along with HTML and JavaScript validation
- Working with Technical Architect in designing and building plug-in architecture
- Developing business logic layer and integrated the same with User Interface layer and Data Layer
- Helping team members in coding and debugging
- Assisting technical architect to carry out performance testing and calculating response time
- Maintaining quality by following coding standards, doing code reviews
- Developing upgrade patches for intermediate releases and fixes
UG: B.Tech/B.E. (Electrical) from Mumbai University in 2003
Other Qualifications/Certifications/Programs:
Microsoft Certified Azure Solutions Architect
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure
AWS
SQL Data warehouse
MS SQL SERVER
C# .Net
MicroServices
Kubernetes
DOCKER
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190…
https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190b12125d5d0d0… 3/3
Employment Status: Full time
Rank 198: Resume 996 with similarity score 0.06477149187302046
B.E , B.TECH , BS application support , quality assurance , software developer , programmer analyst , full time retail , web development , redux , css , designation , sqlite , affirmative action , hindi , maintenance , firebase , json , authorization , english , node.js , intelligence , status , email , project , express , google , application , mongodb , xml , mainframe , android , c++ , running , debugging , git , computer science , languages , dashboard , javascript , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c1…
https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c140417410b5a5… 1/2
Current Designation: Programmer Analyst
Current Company: Cognizant
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 10 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Cognizant as Programmer Analyst
Dec 2018 to Till Date
Title: TJX
Duration: April 19 - Present
Team Size: 6
Domain: Retail
Project: Process Intelligence Dashboard
Responsibility: Frontend Developing
Environment: MERN(Mongo DB,Express JS,React,Node
Js)
Description : The requirement of the project is to create
a Dashboard,which will show all the Mainframe Jobs
running status. This application is to monitor the
Mainframe JOBS .The end-points are written into Node
and through React code we read those end-points to
show the information in UI.
UG: B.Tech/B.E. (Computer Science) from Chandigarh Group Of College - Mohali in 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Samant Singh
Programmer Analyst seeking roles in IT Project Management,Software
Development,Web Development,IT Quality Assurance,Application Development,Client
Servicing,Application Support,Debugging,Technical
Support,Java,JSON,MongoDB,Node.Js
Key Skills: Programmer Analyst,Software Developer,IT Project Management,Software Development,Web Development,IT
Quality Assurance,Application Development,Client Servicing,Application Support,Debugging,Technical
Support,Java,JSON,MongoDB,Node.Js
Summary
A focused professional offering 1.10 years of experience in IT Project Management,Software Development,Web
Development,IT Quality Assurance,Application Development,Client Servicing,Application Support,Debugging,Technical
Support,Java,JSON,MongoDB,Node.Js
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c1…
https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c140417410b5a5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java , C++ , OOPS
Reactjs, Javascript, Nodejs, Express,Git
HTML, CSS
SQL, SQLite
Mongodb
Android Services , XML, JSON
Google Firebase
Redux 0 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 199: Resume 459 with similarity score 0.0643582365821358
B.E , MS , BS work from home , classifier , technical support associate , team lead automation , optimization , moving averages , customer , segmentation , algorithms , forest , deep learning , mar , futures trading , games , data analytics , rgb , dimensionality reduction , hypothesis testing , basic , bot , reinforcement learning , classifiers , english , risk , checks , splits , color , postgresql , models , tac , excel , manufacturing , tracker , project , etiquette , pandas , cryptocurrency , securities , store , mumbai , paint , resume , ibm , neural networks , github , elements , features , online , machine learning , correlation , returns , mixing , tableau , volatility , assessment , tuning , app , python , one , backtesting , data science , dividends , plots , capital , database , financial analysis Assessment
Q1. Why should you be hired for this role?
I have worked with two python automation programs . One which sends an alert on telegram app with price change of top cryptocurrency on
Binance Platform. Another program stores in candlestick data using PostgreSQL integrated with python to run 247. I have completed two Udemy
certifications for python and machine learning where I learnt the data types , classes , list comprehensions , lambda functions and how to use
conditional statements to build a tic tac and black jack games with the former certification. With the latter I learnt to deploy models for customer
segmentation for supermarts to give the best profit , reinforcement learning to recommend ads to clients , Image classifiers using Convolutional
Neural Network ,how to extract features , how to reduce dimensions and hyperparameter tuning , evaluation of models using cross entropy. Also
have basic knowledge in Desktop Automation, VBAMacros) and Excel tools. I have worked on creating a custom Automated Manufacturing
Process Tracker in Excel. I am really excited to work with you to apply the knowledge that I have learnt and help the company advance further.
Really a great opportunity for me.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available to join immediately.
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Robin Sequeira
Bangalore, Mumbai
Applied 08 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
Data Analytics Deep Learning MSExcel
Machine Learning R Programming SQL
Tableau
Bachelor of Engineering B.E, Mechanical Engineering
St Joseph's College Of Engineering
2014 - 2018
Percentage: 67.00%
Technical Support Associate
IBM, Bangalore
Feb 2019 - Dec 2019
Worked with clients to troubleshoot based on technical difficulties with network issues and also worked with excel in the
same duration . Learned about client interaction etiquette .
Team lead for a project on making an instant paint mixing machine using a light sensor .
Python For Financial Analysis And Alogrithimic Trading
udemy, Online
Nov 2020 - Present
Pandas T ime Series Analysis Techniques
Stock Returns Analysis
Cumulative Daily Returns
Volatility and Securities Risk
EWMA Exponentially Weighted Moving Average)
Statsmodels
ETS Error-Trend-Seasonality)
ARI MA Auto-regressive Integrated Moving Averages)
Auto Correlation Plots and Partial Auto Correlation Plots
Sharpe Ratio
Portfolio Allocation Optimization
Capital Asset Pricing Model
Stock Splits and Dividends
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7406595150
Efficient Market Hypothesis
Algorithmic Trading with Quantopian
Futures Trading
Machine Learning
udemy, Online
May 2020 - Jun 2020
Learnt to model different machine learning algorithms such as reinforcement learning ,random forest etc, tune
hyperparameters , dimensionality reduction , evaluate the performance of different models . Also learnt to model a CNN and
ANN . Learnt how backtesting works , hypothesis testing . Learnt to handle dataframes . Learnt simple Image Classifier
algorithm and how neural networks work. Learnt to use the packages such as Tensorflow , scikitlearn.
Data Analytics
AnalytixLabs, Bangalore
Apr 2020 - Present
Data science course to learn the use of Excel , Tableau , SQL and also to develop skills in python and R coding .
Python Bootcamp
udemy, Online
Apr 2020 - May 2020
Learnt the necessary skills to code with Python such as creating modules , list comprehension, lambda functions , how to
handle different datatypes , classes , wrappers , interactive elements .
5 minutes Candlestick Database for Binance
Jul 2020 - Aug 2020
https://robinsequeira.github.io/Project/5min_Candlestick_DataBase.html
The Binance API does not allow to request for more than a certain number of candlestick data at a given time. Hence we are
storing the candlestick using postgreSQL to create database and python to automatically store 247.
Price Alert Telegram Bot for Binance Exchange
Jul 2020 - Jul 2020
https://robinsequeira.github.io/Project/Price_change.html
The Binance exchange has more than 900 cryptocurrencies . The bot checks for the price changes based on 5 minute
differences and sends an alert or a message on telegram with the top percentage price change cryptocoins.
Instant Paint Mixing Machine
Mar 2018 - May 2018
It uses a light sensor to detect the color and gives out readings with RGB values . We used our own set of base paint with a
constant formula for paint to stainer ratio. Based on color detection the mixer mixes the base paints in proportions .
GITHUB page:
https://robinsequeira.github.io/
https://robinsequeira.github.io/Project/5min_Candlestick_DataBase.html
https://robinsequeira.github.io/Project/Price_change.html
Rank 200: Resume 751 with similarity score 0.06433407299772553
B.E , MS , B.TECH , BS lead consultant , project lead , cassandra developer , associate , full time , part time , team lead , technical lead multi-tenant , mapreduce , fault tolerance , docker , status , batch processing , network automation , application architecture , sap , testing , components , pipeline , streams , elasticsearch , data processing , capture , pdi , pentaho , designation , mar , hindi , cloud , cluster , ltd , english , code review , throughput , agile , project , mongodb , microservices , provisioning , numbers , solution architecture , angularjs , software architecture , data recovery , javascript , connectors , availability , hadoop , gemini , performance improvement , reporting , change requests , options , data migration , affirmative action , oracle , maintenance , business logic , apache kafka , bods , email , aws , coursera , ad-hoc , languages , console , sqoop , big data , hive , unstructured data , cassandra , web , api , nosql , telecom , case , authorization , spring boot , government , replication , sink , python , distributed applications , load , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1…
https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1605101551090… 1/3
Current Designation: Senior Technical Lead
Current Company: YASH Technologies Pvt. Ltd
Current Location: Indore
Pref. Location: Hyderabad,Pune,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
YASH Technologies Pvt. Ltd as Senior Technical Lead
Mar 2019 to Till Date
Detailed Project Experience:
Project 1 From Aug 2019 to Jul 2020
Client Name Major Pharma Client
Project Name Middle Layer
Team Size 15
Role Kafka - Pentaho - ElasticSearch Lead Consultant
Environment Agile
Brief Description of Project:
Middle Layer End Users were facing Performance bottlenecks around functionalities depending on On-Prem SAP data
and business logic. This was resolved by moving data outside of SAP and closer to the End user in real-time as well as
Batch job
Contributions:
* was the part of brain storming with architecture team for architectural and performance improvement and to suggest
scalable and fault tolerant solution to migrate Full and Delta load to cloud
* Design and Implemented ETL to sync data between Cassandra and Elastic Search.
* Design and Implementation of fault tolerant , scalable and distributed Kafka connect cluster with following features:-
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Zia Uddin Shaikh
Senior Technical Lead seeking roles in Software Engineering, Software Development,
Application Development, Software Architecture, Spring Boot, Java, Python, Kafka,
Java, NoSQL, AWS
Key Skills: Senior Technical Lead,Software Engineering,Software Development,Application Development,Spring
Boot,MongoDB,Python,Oracle,Java,SQL,AWS,KAFKA,Application Architecture,Solution Architecture,Angularjs
Summary
* Almost 12+ years of experience in Designing, Development and Implementation of Scalable and Distributed Applications
using Java/ J2ee, Spring boot Microservices, Distributed Big Data technologies like Apache Kafka, Kafka Streams, Kafka
Connect, KSQL, ElasticSearch, Apache NiFi, Cassandra, Mongodb
* Having good knowledge in big data Technologies like Kafka, Hadoop - HDFS, Map-Reduce, Hive, Apache Cassandra,
MongoDB and Index based searching engines like Elastic Search
* Expertise in designing and implementation of scalable data ingestion pipeline, distributed processing of structured, semi-
structured and unstructured data using Apache Kafka, Kafka Streams API, KSQL, Kafka Connect API, MapReduce, Sqoop,
Hive, Apache NiFi and developed ETL workflows using Pentaho (PDI)
* Design and end to end implementation of both batch and real time data processing in scalable distributed environment
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1…
https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1605101551090… 2/3
- To capture streaming change data from on premise SAP BODS to Managed Cassandra Cluster in both GCP and
Tencent cloud.
- Confluent JDBC Source connectors pull data from SAP BODS staging tables in Oracle
- Data persisted in Kafka for fault tolerance, reliable data delivery and recovery from failure.
- Persisted data then migrated to cloud managed Cassandra using Kafka Cassandra Sink Connector
- Connectors configured for auto retrial mechanism with very high retrial count in case of failures like VPN network,
node crashes
- Connectors run in distributed connect cluster deployment
- Tasks partitioned and parallelized for fast real time throughput
- Configured high data replication factor to recover data in case of any failure
- Configured data pipeline with high data availability & data replication check during data migration through it for reliable
data recovery in case of node failure
Project 2 From Mar 2019 To Aug 2019
Client Name Coursera
Project Name Coursera-SF integration
Team Size 5
Role Project Lead
Environment Agile
Brief Description of Project:
We need to develop an integration layer between the client applications and Coursera to sync huge data between Source
and Sink Applications. Integration layer needs to authorize itself in both the applications and sync data between the two
applications. It is an AWS Cloud hosted multi-tenant integration client.
Contributions:
* Design Architecture, Development and Integration of Integration layer.
* Written lambda function which would triggered by CloudWatch event to call batch Jobs
* Deployed Client Batch jobs in docker containers and Admin console in AWS Elastic beanstalk
* Conducted peer code review.
* I was leading development and was involved in brain storming with architecture team for design, development as well
as to suggest scalable and fault tolerant Architecture for
Tech Mahindra as Associate Tech Architect
Dec 2016 to Feb 2019
Project 3 From Jan 2018 To Feb 2019
Client Name AT & T
Project Name vTM
Team Size 100
Role Associate Technical Architect/ Developer
Environment Agile
Brief Description of Project:
Virtual Ticket Management is a Microservices based Distributed Architected Application platform to consolidate, process,
Analyse, Reporting of ticket data pertaining technical issues and Change requests created through various applications in
AT& T domain.
Contributions:
* Design and Implementation using Spring Boot Microservices, Apache Kafka, Kafka Stream API
* Conducted peer code review.
* I was also the part of brain storming with architecture team for architectural and performance improvement in existing
applications as well as to suggest scalable and fault tolerant Architecture
Project 4 From Oct 2017 To Dec 2017
Client Name AT&T
Project Name ONAP
Team Size 4
Role Individual Contributor Developer
Environment Agile
Brief Description of Project:
Open Network Automation Platform is a Multi-Tenant Application platform for Automated provisioning, scaling of Software
Network components for various Telecom
Contributions:
Involved in the Development and testing of application components.
Project 5 From Jan 2017 To Oct 2017
Client Name AT & T
Project Name Predictor
Team Size 20
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1…
https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1605101551090… 3/3
Role Associate Architect/ Developer
Environment Agile
Brief Description of Project:
This Application facilitates the client to automate or allow Web based, scheduled and Automated testing of State
wise/District wise Telephone against the testing systems and provide reports to the end Users based on User defined
Criteria through Application.
Contributions:
* Design Architecture, Development and Deployment of functionalities within the application like Schedule jobs, Ad-hoc
and Batch processing / testing jobs of District wise Telephone Numbers data. These batch, scheduled and real-time jobs
options were supposed to facilitate reporting over the tested data.
* Worked with stakeholders to come up on architecture approach for new requirement
* Conduct peer code review of the team
Cap Gemini India Pvt Ltd as Dev Manager
Feb 2016 to Dec 2016
UG: B.Tech/B.E. (Computers) from Government Engineering College, Bhopal in 2006
Other Qualifications/Certifications/Programs:
Confluent Certified Developer for Apache Kafka
Datastax Certified Apache Cassandra Developer
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java, Python, SQL/PLSQL, MongoDB
Apache Kafka, Map-Reduce, Oracle, MSSql
HDFS, Apache Cassandra, MongoDB
AWS EC2,AWS Lambda
Waterfall, Agile
Apache Kafka 2021 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 201: Resume 161 with similarity score 0.0638697471506967
MS , B.TECH , BSC , BS work from home , classifier physics , deep learning , nlp , shape , natural language processing , intelligence , architecture , coursera , computer vision , resume , github , trax , machine learning , computer science , repository , completion , assessment , data science , one , test data , object detection , technology , working experience , mathematics Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
I have completed specializations in Deep Learning , NLP and Tensorflow from Coursera. In the Specializations I worked on
different problems ranging from Question Similarity to Object detection.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available to work from home. This is a link to my GitHub repository github.com/debalabbas
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9013485731
Debal Abbas
Noida
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Mathematics
Physics Artifical Intelligence Data Science
Machine Learning
Bachelor of Technology B.Tech), Computer Science
Jamia Millia Islamia
2018 - 2022
Senior Secondary XII, Science
Kendriya Vidyalaya
CBSE board)
Year of completion: 2017
Percentage: 86.70%
Secondary X
Kendriya Vidyalaya
CBSE board)
Year of completion: 2015
CGPA 10.00/10
Question Similarity Model
Jan 2021 - Feb 2021
https://github.com/debalabbas/Quora
A deep learning model based on the Siamese Architecture , trained using Triplet Loss and Contrastive Loss ,reaching an
accuracy of 84% on test data. The model is made on using Trax and Tensorflow
Toxic Comment Classifier
Feb 2021 - Feb 2021
https://github.com/debalabbas/MultiClassClassification
Multilabel Toxic Comment classifier to predict whether the given text belongs to one of the target categories, which were
toxic, severe toxic, insult, identity hate, threat and obscene.
The model achieved an accuracy 96.8% on test data
https://github.com/debalabbas/Quora
https://github.com/debalabbas/MultiClassClassification
Rank 202: Resume 638 with similarity score 0.06377788429430711
MS , B.TECH , BS scientist , application developer , classifier , summer internship automation , beats , api , solid state physics , css , case , mysql , docker , teams , energy , spring boot , postgresql , two-factor authentication , application , green building , microsoft word , c++ , syntax , git , machine learning , computer science , opencv , publications , research , android development , building management , python , javascript , campus , organization , technology , artificial intelligence , html Microsoft Word - Resume.docx
Vaibhav Goel
Application Developer
ThoughtWorks Technologies India Private Limited
vaibhavgoel17@gmail.com https://github.com/vaibhavgoel17
+91 9717934348 https://www.linkedin.com/in/vaibhavgoel17/
Education
Year Degree Institute CGPA / Percentage
2020
B.Tech., Computer Science &
Engineering
Bharati Vidyapeeths College of
Engineering, New Delhi
8.94
2016 Class XII, CBSE
Sumermal Jain Public School, New
Delhi
94.2%
2014 Class X, CBSE
Sumermal Jain Public School, New
Delhi
9.20
Achievements
ZS Campus Beats Case Challenge 2019: Made it to the top 50 teams. More than 2000 teams participated in the challenge
across the country.
Publications
o “Text Extraction from Natural Scene Images using OpenCV and CNN,” International Journal of Information
Technology and Computer Science (Vol. 11, Sep 2019), 48-54.
o “IoT-Based Green Building: Towards an Energy-Efficient Future,” Green Building Management and Smart
Automation book (July 2019), IGI Global, 184-207.
Internship
Summer internship at Defence Research and Development Organization June-July 2019
Under S. Ravi (Scientist G), Solid State Physics Laboratory, DRDO
Built a program for syntax checking of Python code in C language
Integrated Two-factor authentication to a dummy website using MessageBird API
Courses / Trainings
June 2018 - July 2018 Machine Learning & Artificial Intelligence (from Eckovation)
Feb 2018 - May 2018 Android Development (from Udacity)
Skills
C, C++, Java, Python
HTML, CSS, JavaScript, ReactJS, Spring Boot
Docker
Android, Machine Learning
MySQL, PostgreSQL
Git
Projects
Text Extraction from Natural Scene images using CNN and OpenCV
A convolutional neural network that detects text written in any type of image with any random background.
Image Classifier to recognize handwritten digits
A convolutional neural network to recognize handwritten digits in an image.
Rank 203: Resume 320 with similarity score 0.0637736361360589
B.E , BS work from home , machine learning engineer , business development training , assessment , ltd , particular , english , resume , python , player , football , ion , edge , ml , machine learning , computer science , django , data analytics Assessment
Q1. Why should you be hired for this role?
As Internshala Mentioned that this platform is encouraging freshers and enthusiastic person like me, I assume that this will be a breakthrough for
my cv. As you can see my resume, I have all that relevant skills which are required in my current job , I tech many students so that is not the issue
for me.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, Absolutely
Resume
EDUCAT ION
JOBS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8160863161
Mayank Hirani
Rajkot
Applied 09 Feb'21
English Proficiency Spoken)
Bachelor of Engineering B.E, Computer Science & Engineering
GEC Rajkot
2016 - 2020
Machine Learning Engineer
Maxgen Technologies Pvt Ltd., Ahmedabad
Dec 2020 - Present
Machine Learning Researcher, Data Analytics, AI Researcher
Experience with multitude of cutting edge tools and technologies for Ai/ML/Python/Django.
Business Management
KING'S COLLEGE, London
May 2020 - Present
In, this particular training I have learn so many things like Business Development.
Business Development Administration , where how to build your business and all.
State level football player
Rank 204: Resume 1415 with similarity score 0.06371597688414989
B.E , MS , B.TECH business intelligence reporting analyst , senior software engineer , full time , team lead , project leader reporting , sap hana , business intelligence tools , general , query analyzer , techno-functional , designation , aggregates , scripting , ug , mar , affirmative action , hindi , query designer , beginner , webi , authorization , english , bods , status , models , sql , web intelligence , email , project , application , sap bi , electronics , logic design , flow , machine learning , languages , odata , data science , python , ptp , javascript , predictive analytics , crm , technology , architectural design , logics , stored procedures 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d44…
https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d440516435e0c0a5… 1/3
Current Designation: sap BW HANA
Current Company: Tech Mahindra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Tech Mahindra as sap BW HANA
Jun 2019 to Till Date
I work here as a SAP HANA Business Intelligence reporting analyst leading a team of 6 to 7 people. mainly involved in
Architectural design of various solutions involving SAP HANA modelling,SAP BW HANA modelling, SP BO, Web
Intelligence report. Also Involved in Machine learning and Data science activities using R
TechMahindra as Project Leader
Dec 2015 to May 2019
SAP BW 7.4 and SAP BO 4.1 Sp5 upgrade
Client
METTLER TOLEDO
Current Role
BW/BO Lead
Start Date
2ndDecmber- 2015
End Date
15th March 2015
Team Size
7
Project in a Nutshell
* The Project was for the SAP BW system upgrade and SAP BO platform upgrade so that Business van utilize Sap BW
and BO latest patch benefits.
* We as a team successfully tested various functionalities in SAP BW 7.4 and SAP BO 4.1 in a duration of 3 months.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shakti Prasad Sahoo
Senior SAP HANA Reporting Analyst with extensive experience in various Analytical
tools like SAP BW,SAP BW on HANA,SAP BW/4 HANA, SAP HANA,HANA
CDS,ODATA,SAP BO,WEB Intelligence Report/Webi, SAP ABAP,Machine Learning
using R &Python,Data Science
Key Skills: web intelligence,sap bi,python,machine learning,data science,hana,sap hana,sap bw,sap abap,sap
bo,business intelligence reporting,R
Summary
9 Years of Techno-functional experience in IT in the area of SAP Business Intelligence tools like SAP BW,SAP BI,SAP BW on
HANA,SAP Native HANA,SQl,HANA Scripting,CDS Views,SAP ABAP,SAP BO,Webi reports,Universe Designer,Bex reports.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d44…
https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d440516435e0c0a5… 2/3
Client: Nestle
Current Role: SAP HANA Consultant
Start Date: June 2017
End Date: April 2018
Team Size: 4
Project in a Nutshell
* This project is for designing and developing a SAP HANA model using predictive analysis library which can be used to
predict the most significant methods which enhances sales of various nestle products.
* I designed and developed native SAP HANA models to use the predictive library functions
* I was directly involved in the design of the Sap HANA models like scalar stored procedures and functions which will
accepts many dependent and independent variables which is used for the predictive analytics
* Handled complex logic design and SAP HANA advance SQL development to achieve the required result
Project 3
HR Data Mart
Client: Nestle
Current Role: BW/HANA Lead/Architect
Start Date: Feb 2016
End Date: Till date
Team Size: 6
Project in a Nutshell
* The Project was for creating multiple BEx repots for HR business users, and to give them an idea of the sales persons
efficiency and revenues they generate out of it.
* I designed the complete BW flow which includes multiple complex logics
* I was responsible for the solution design as well as the delivery to AMS market
* Different complex business logics were developed and delivered for the AMS market
* I was involved in complete end to end cycle of the development starting from the requirement gathering to solution
design and development
* I designed the complete flow and guided the team to develop it.
* Created multiple complex ABAP programs for the various requirements.
* We also created aggregates, process chains, HANA views,composite providers, and HANA optimized classis DSos
and other native HANA objects.
* Worked on BODS based data sources.
* Enhanced data sources using BADI and created BW data flows, Bex queries.
Inhouse: Boeing India
Current Role: Project Lead
Start Date: May 2018
End Date: Till date
Team Size: 6
Project in a Nutshell
* This project was for creating various complex HANA views and Webi reports in PTP.
* I lead a team of 6 people and I was involved in designing Native HANA objects including Calculation views and
composite providers, Creating stored procedures, advance DSOs and virtual providers.
* I was involved in creating IDT Universes, Webi reports including transports in CTS.
Mettler Toledo India Private Limited as Senior BW,BO consultant
Jun 2014 to Dec 2015
Senior BI/BW Consultant
L&T Infotech as Senior Software Engineer
Jul 2010 to Jun 2014
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2008
PG: in 0
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d44…
https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d440516435e0c0a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
SAP BI 7.4 2015 7 Year(s) 0 Month(s)
SAP BI :BEx Query Designer,SAP BO tools 7.3 2014 7 Year(s) 1 Month(s)
BEx Query Analyzer, Web Application Desi 7.3 2014 7 Year(s) 1 Month(s)
SAP BO Webi report,Universe Designing 4.0 2014 4 Year(s) 1 Month(s)
SAP BO 4.1 4.1 2015 4 Year(s) 4 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
odiya Expert
Germany Beginner
Rank 205: Resume 593 with similarity score 0.06371407601735311
MS , B.TECH work from home , machine learning intern api , training , dash , internships , dance , deep learning , data extraction , classification , nlp , mysql , data analytics , shopping cart , hindi , natural language processing , nimble , english , satellite , teams , instrumentation , models , project , packing , nasa , mongodb , map , computer vision , scenario , prediction , resume , neural networks , electronics , construction , folk , facebook , led , drive , machine learning , damage , building , django , earthquake , flask , parsing , assessment , data science , python , one , object detection , forecasting , ml , organization , spectrum , technology , artificial intelligence , online Assessment
Q1. Why should you be hired for this role?
I am really interested for the role of Machine Learning Intern at your company. I have quite a bit of experience with Machine Learning and Deep
Learning, and have worked on various projects related to computer vision, NLP and neural networks, using both Tensorflow and Pytorch
frameworks. I have a desire to learn and improve myself, and I believe with your organization, I will be able to develop my skills and learn and
improve myself, while significantly contributing to your organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Suryansu Dash
Bhubaneswar, Cuttack
Applied 07 Feb'21
Python Deep Learning Machine Learning
Computer Vision Data Science Data Structures
MongoDB MySQL Natural Language Processing
NLP
Django
Bachelor of Technology B.Tech), Instrumentation And Electronics Engineering
College Of Engineering & Technology, Bhubaneswar
2018 - 2022
CGPA 8.23/10
Machine Learning Intern
Grroom AI, Virtual
Jan 2021 - Present
My work at Grroom AI was to annotated images and work and train object detection models on these annotated images. The
model I was working on was the Yolov4 model.
AI Intern
Widhya, Virtual
Jan 2021 - Present
Worked on 4 projects, one each week. The projects ranged from domains such as NLP, resume parsing, to time series
forecasting and deep learning models.
Led around 30 students in the Spectrum Internship drive, in the domain of Data Science and Machine Learning, organized by
Spectrum Club. Duties included guiding them into building a successful project towards the end of the internship.
As a member of the Spectrum Club, collaborated with my technical colleagues to organize a Python workshop, which was
attended by more than 150 students in the college.
Deep Learning With Artificial Intelligence
GUVI, Online
Feb 2020 - Jun 2020
Learning about the various techniques used in neural networks and deep learning as well as how to implement them in the
field of AI and Data Analytics.
Data Science/ML
NIMBLE TECH, Bhubaneswar
Jul 2019 - Aug 2019
Learnt about the various techniques used in Data Science and Machine Learning, and how to implement them in real life
scenarios.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6000748905
Shopping Cart API using Flask and MongoDB
Dec 2020 - Dec 2020
https://github.com/C3Suryansu/Shopping-cart-API
A simple shopping cart API using Python and MongoDB. The API can add a product, show all products, delete a product and
update a product details. It was tested using Postman.
Earthquake damage prediction
Nov 2020 - Nov 2020
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
Built a Machine learning model on 2015 Gorkha earthquake in Nepal dataset. This model can be used to predict the damage
to a building in the possible scenario of an earthquake, based on geographic location and building construction.
NASA Satellite image data Extraction and plotting
Sep 2020 - Oct 2020
https://github.com/C3Suryansu/NASASentinel-Data-Extraction
Using various python libraries and modules, I extracted data from the Sentinel5p satellite, and plotted the data into a map
like format, after processing the data and extracting the relevant part out of it.
Traditional Dance Classification from Images
Jun 2020 - Jul 2020
https://github.com/C3Suryansu/Traditional-Dance-Classification
Built a Convolutional Neural Network, to classify the type of folk dances of India from input images. Used Data Augmentation
techniques to increase the amount of data, as well as used VGG16 to train the model.
English to Hindi Transliteration
May 2020 - Jun 2020
https://github.com/C3Suryansu/English-Hindi-Transliteration
Using Pytorch, implemented a English-Hindi Transliteration RNN model. Learnt and applied the concepts of Teacher forcing,
Attention mechanism, as well as LSTMs & GRUs. Also implemented the concepts of packing and batching of data for faster
training.
Qualified for Smart India Hackathon among 40 teams, and was in the top 3 teams in the software domain in the college out
of the 5 selected.
Qualified for the first round in Facebook hacker cup with a rank of 6200 among 32000 people worldwide.
Achieved a rank of 273/3500 teams in Earthquake damage prediction modelling on drivendata.org
https://github.com/C3Suryansu/Shopping-cart-API
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
https://github.com/C3Suryansu/NASA-Sentinel-Data-Extraction
https://github.com/C3Suryansu/Traditional-Dance-Classification
https://github.com/C3Suryansu/English-Hindi-Transliteration
Rank 206: Resume 592 with similarity score 0.06367969558679731
MS , B.TECH work from home , machine learning intern api , training , dash , internships , dance , deep learning , data extraction , classification , nlp , mysql , data analytics , shopping cart , hindi , natural language processing , nimble , english , satellite , teams , instrumentation , models , project , packing , nasa , mongodb , map , computer vision , scenario , prediction , resume , neural networks , electronics , construction , folk , facebook , led , drive , machine learning , damage , building , django , earthquake , flask , parsing , assessment , data science , python , one , object detection , forecasting , ml , organization , spectrum , technology , artificial intelligence , online Assessment
Q1. Why should you be hired for this role?
I am really interested for the role of Deep Learning Intern at your company. I have quite a bit of experience with Machine Learning and Deep
Learning, and have worked on various projects related to computer vision, NLP and neural networks, using both Tensorflow and Pytorch
frameworks. I have a desire to learn and improve myself, and I believe with your organization, I will be able to develop my skills and learn and
improve myself, while significantly contributing to your organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Suryansu Dash
Bhubaneswar, Cuttack
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Deep Learning Machine Learning Data Science
Data Structures MongoDB MySQL
Django
Bachelor of Technology B.Tech), Instrumentation And Electronics Engineering
College Of Engineering & Technology, Bhubaneswar
2018 - 2022
CGPA 8.23/10
Machine Learning Intern
Grroom AI, Virtual
Jan 2021 - Present
My work at Grroom AI was to annotated images and work and train object detection models on these annotated images. The
model I was working on was the Yolov4 model.
AI Intern
Widhya, Virtual
Jan 2021 - Present
Worked on 4 projects, one each week. The projects ranged from domains such as NLP, resume parsing, to time series
forecasting and deep learning models.
Led around 30 students in the Spectrum Internship drive, in the domain of Data Science and Machine Learning, organized by
Spectrum Club. Duties included guiding them into building a successful project towards the end of the internship.
As a member of the Spectrum Club, collaborated with my technical colleagues to organize a Python workshop, which was
attended by more than 150 students in the college.
Deep Learning With Artificial Intelligence
GUVI, Online
Feb 2020 - Jun 2020
Learning about the various techniques used in neural networks and deep learning as well as how to implement them in the
field of AI and Data Analytics.
Data Science/ML
NIMBLE TECH, Bhubaneswar
Jul 2019 - Aug 2019
Learnt about the various techniques used in Data Science and Machine Learning, and how to implement them in real life
scenarios.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6000748905
Shopping Cart API using Flask and MongoDB
Dec 2020 - Dec 2020
https://github.com/C3Suryansu/Shopping-cart-API
A simple shopping cart API using Python and MongoDB. The API can add a product, show all products, delete a product and
update a product details. It was tested using Postman.
Earthquake damage prediction
Nov 2020 - Nov 2020
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
Built a Machine learning model on 2015 Gorkha earthquake in Nepal dataset. This model can be used to predict the damage
to a building in the possible scenario of an earthquake, based on geographic location and building construction.
NASA Satellite image data Extraction and plotting
Sep 2020 - Oct 2020
https://github.com/C3Suryansu/NASASentinel-Data-Extraction
Using various python libraries and modules, I extracted data from the Sentinel5p satellite, and plotted the data into a map
like format, after processing the data and extracting the relevant part out of it.
Traditional Dance Classification from Images
Jun 2020 - Jul 2020
https://github.com/C3Suryansu/Traditional-Dance-Classification
Built a Convolutional Neural Network, to classify the type of folk dances of India from input images. Used Data Augmentation
techniques to increase the amount of data, as well as used VGG16 to train the model.
English to Hindi Transliteration
May 2020 - Jun 2020
https://github.com/C3Suryansu/English-Hindi-Transliteration
Using Pytorch, implemented a English-Hindi Transliteration RNN model. Learnt and applied the concepts of Teacher forcing,
Attention mechanism, as well as LSTMs & GRUs. Also implemented the concepts of packing and batching of data for faster
training.
Qualified for Smart India Hackathon among 40 teams, and was in the top 3 teams in the software domain in the college out
of the 5 selected.
Qualified for the first round in Facebook hacker cup with a rank of 6200 among 32000 people worldwide.
Achieved a rank of 273/3500 teams in Earthquake damage prediction modelling on drivendata.org
https://github.com/C3Suryansu/Shopping-cart-API
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
https://github.com/C3Suryansu/NASA-Sentinel-Data-Extraction
https://github.com/C3Suryansu/Traditional-Dance-Classification
https://github.com/C3Suryansu/English-Hindi-Transliteration
Rank 207: Resume 731 with similarity score 0.06357364762658461
B.E , MS , B.TECH project manager , hadoop administrator , zookeeper , data architect , change management , full time , technical lead ods , version control , customer , security , mapreduce , conducting , docker , service levels , linux , flume , ssl , status , gds , mumbai , kerberos , gitlab , connectivity , kibana , infrastructure , cdh , sql server , workflow , avro , pipeline , automation , ansible , encryption , functional specifications , spark , kubernetes , data visualization , designation , hindi , cluster , ltd , yarn , english , project , processing , playbook , ops , performance tuning , bpl , change management , capacity planning , documentation , vmware , javascript , technology , availability , hadoop , kms , ldap , gujarati , big data analytics , rca , general , performing , data validation , echo , developers , affirmative action , maintenance , kafka , proxy , email , prevention , business intelligence , aws , zoom , languages , business process , sqoop , hive , teradata , cisco , engineers , search , root cause analysis , database , blueprint , presto , jenkins , ug , business applications , telecom , health , cleansing , authorization , teams , screening , solr , interfacing , shell scripting , storage , cloudera , hbase , python , sentry , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145…
https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145716105f5e5a07… 1/3
Current Designation: Project Manager (Senior Hadoop Admin /
Bigdata Consultant)
Current Company: JK Technosoft Ltd.
Current Location: Navi Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
JK Technosoft Ltd. as Project Manager (Senior Hadoop Admin / Bigdata Consultant)
Jul 2019 to Till Date
Key Result Areas:
* Facilitating discussions to elicit & understand business needs, requirements & priorities; driving prioritization and end-
to-end project management with senior stakeholders and providing insights for design & business process
* Capturing As-Is, To-Be process, preparing functional specifications, business blueprint document, analyzing the gaps
and preparing functional & technical designs
* Providing assistance in production & maintenance in Incident Management, Change Management, Application
Monitoring, Application Documentation & Automation
* Conducting Root Cause Analysis (RCA) which includes analysis of bug patterns and providing insights and practices
to the development team for prevention of high priority/severity bugs
* Supervising performance tuning of Hadoop clusters and Hadoop MapReduce routines; screening Hadoop cluster job
performances & capacity planning and monitored the Hadoop cluster connectivity and security
* Interfacing with infrastructure, network, database, application and business intelligence teams to guarantee high data
quality and ensured business applications availability and performing within agreed service levels
* Deploying various big data-related products like SIQ, MRX, OPS-IQ (Analytics Solution) on various telecom clients like
Bell (Canada), Vodafone, cisco, JIO for Dev, pre-prod and prod environment
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
MANISH JAYANTIAL PANDYA
Seeking a role as Big Data Architect/Senior Hadoop Administrator, Kubernetes and
Docker, Customer Management, Requirement Gathering, Linux Administration,
Networking, SQL Server, Shell Scripting, Project Manager, Big Data Analytics, Project
Managemen
Key Skills: Big Data Architect/Senior Hadoop Administrator, Kubernetes, Ansible, Docker, Jenkins, Spark, Cloudera,Hive,
Hdfs, Impala, Elastic Search, Customer Management,Linux Administration, Networking, AWS, GCP, ITI, Shell Scripting,
Project Management
Summary
* Expertise in Big data technology Spark, Kafka, Flume, Yarn, Hive, Parquet, Knox, Ranger, Sentry, Kerberos, Cloudera,
Impala, Zookeeper, Solr, Avro, SQLStream
* Hadns-on experience in deploying Hadoop cluster using Hortonworks HDP, Cloudera CDH Ambari, Jenkins, GitLab, Docker,
Kubernetes, Ansible, Shell Scripting, Presto SQL Engine
* Excels in various big data application phases like data ingestion, data analytics, data visualization, cleansing, migration and
warehousing activities with exposure in ETL process designing
* Hands-on experience in deploying various Big Data Tools like (Kafka, Spark), Prometheus, Grafana, ELK and EFK stacks
on Kubernetes cluster
* Hands-on experience to build Ansible Playbook for Automat Installation for Hadoop and Kubernetes clusters, and End to
End data validation for Data Pipeline
* Architectured, built and administered large scale distributed Hadoop clusters using various Hadoop echo system tools
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145…
https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145716105f5e5a07… 2/3
* Monitoring the health of Hadoop and Kubernetes clusters using Prometheus and Grafana
* Managing, installing and implementing the following:
o HDP, HDF through Ansible playbooks, managing Docker containers. Also managing version control via GIT
o Ansible playbook for automation installation for Kubernetes clusters
o HA, ETCD database and implement SSL for Kubernetes and Hadoop cluster
o Hadoop and Kubernetes Clusters by installing BPL as a base processing layer and then CDAP pipeline
o ODS/GDS rules and HDFS storage Policy for Heavily used Cluster
* Conducting administration, configuration, and capacity planning of Multi-Node 25 Cluster (PB sized) using Cloudera's
distribution (CDH 5.12, CDH 5.13, CDH 5.15) for Prod & DR Environment
* Deploying ELK and EFK Stack on Kubernetes, and Presto SQL engine tool on for Big data cluster
* Designing and implementing workflow using CDAP and NIFI to perform data ingestion and ETL on the Big Data
platform
Barclays Global Service Pvt. Ltd. as Senior Technical Lead (Hadoop /Big Data)
Apr 2019 to Jul 2019
Client: Internal Barclay's client (Barclays Plc Bank, Barclaycard)
Highlights:
* Monitored health of Hadoop cluster, generated performance reports and provided continuous improvements solutions
* Conducted administration, configuration and capacity planning of Multi Node 25 Cluster (PB sized) using Cloudera's
distribution (CDH 5.12, CDH 5.13, CDH 5.15) for Prod & DR Environment
* Implemented various Performance Tuning Parameter for Hadoop component like Hdfs, Hive, Kafka, Spark on Prod
and DR cluster
Teradata India Pvt. Ltd. as Senior Technical Lead (Hadoop/Big Data)
Jul 2018 to Apr 2019
Client: Anthem Inc (Leading Health Care in US)
Highlights:
* Addressed & resolved dynamic production cluster issues and provided support to Data Scientists/ Data Engineers and
Big Data Developers
* Secured Hadoop Cluster with Kerberos/AD-MIT tool, Sentry, TLS/SSL Encryption, ACL's with KMS & KTS High
availability cluster
* Implemented confluent Kafka cluster (4.1.1) with GSSAPI & SASL_SSL security, and ACL authorization on Kafka
topics for different projects
UG: B.Tech/B.E. (Computers) from D.D.I.T. University Nadiad, Gujarat in 2003
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Yarn, HDFS, Hive, HBase 2020
Sqoop, Kafka, Impala, Spark, Presto
Linux
Shell Scripting, Python
GIT, Jenkins, ELK, EFK, Ansible
Kibana, Zoom Data
AWS, GCP
Docker, Kubernetes
DNS, SMTP, and PROXY
VMware, and KVM
LDAP, AD, SAML, Kerberos
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145…
https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145716105f5e5a07… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Gujarati Expert
Rank 208: Resume 1360 with similarity score 0.0633538069659217
BTECH , BS , B.E , MS , B.TECH python developer , full time , software developer network topology , schema , algorithms , security , databases , docker , linux , gateway , status , rabbitmq , specifications , continuous integration , testing , development work , features , ec2 , django , infrastructure , routers , switches , data processing , kubernetes , designation , hindi , cloud , json , english , project , boot , groups , mongodb , solution architecture , system requirements , redis , fixing , rest , git , computer science , pycharm , flask , custom reports , javascript , history , health management , html , command , affirmative action , mysql , maintenance , kafka , vim , postgresql , email , aws , system development , operations , design patterns , containerization , languages , query optimization , mobile , jira , api , jenkins , ug , case , twisted , authorization , application , storage devices , cron , indexing , ecs , s3 , shell scripting , framework , nginx , python , access points , roaming , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440…
https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440a13465b5b0a5… 1/3
Current Designation: Python Backend SDE
Current Company: VVDN Technologies
Current Location: Noida
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: BTECH [Computer Science]
Verified : Phone Number | Email - id
VVDN Technologies as Python Backend SDE
Jan 2018 to Till Date
1. Project Name: Cloud-based management platform that enables easy setup and
configuration of Access Points, Switches, Routers and Storage devices.
Overview: This was a revolutionary new way to instantly discover,
configure, and continuously monitor and manage your networks of selected
Wi-Fi access points, switches, routers and storagedevices.This was an
industry first, offering plug-and-play setup and management of small
business networks from an easy-to-use mobile App and Cloud Portal.
Technologies Used:
Python Scripting, Consumers, Asynchronous programming using twisted,
pika, asyncio and aiormq libraries, Cron Jobs, Django Rest Framework, AWS
Lambda, API Gateway, NGINX, RabbitMQ, UWSGI, S3, EC2, ALB, CloudWatch,
Jenkins, Chef, Shell scripting
Database:
Extensively worked with MongoDB databases. Which includes involvement in
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ABHISHEK TIWARI
Python Backend,Python Scripting, Application Programming,Project
Management,Requirement Analysis,Solution Architecture,Python, Django, Linux
System,AWS,AWS
lambda,mongoDB,Redis,PostgreSQL,MySQL,Docker,Pytest,kubernetes,RabbitMQ,
kafka,shell scripting
Key Skills: Python Backend SDE,Software Development,Application Programming,Project Management,Requirement
Analysis,Solution Architecture,Django,AWS,MongoDB,Redis,PostgreSQL,MySQL,Docker,Kubernetes,Shell
Scripting,Python,Python Developer,Linux
Summary
Approx 3 years of experience in the areas of Analysis, Design,
Operations and Development.
Experience includes Architecture design, Coding, Client-Interaction,
Testing & Designing.
Conceptually strong with an innovative and analytical approach to the
work with an eye for detail.
Fast Learning and RnD skills.
Good analytical and programming capabilities coupled with excellent
decision making skills.
Good understanding of Algorithms, Data Structures and Design Patterns.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440…
https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440a13465b5b0a5… 2/3
schema design, query optimization, database upgrade, indexing
optimization etc.
Responsibilities:
Mainly responsible for device communication such as device health
processing, device monitoring data processing, device command and
boot processing.
Other responsibilities include analysing, designing, coding and
implementing several cloud modules of this application. Along with
this actively involved with Architecture Design and Development
Code fixing, optimization and maintenance of the application.
System Development Plan, System Requirements, Technical
Specifications, design and test case document.
Participating in client calls and involved in the requirement
gathering from the clients.
Major highlighted features include device health management,
network topology, client roaming history, client browsing history,
connected and disconnected clients management etc.
2. Project Name: IT Assets Report Generation Module
Overview: A way to discover any asset in your corporate network without
installing any software on them. Over 400 built-in network reports, adapt
them to your needs, or build custom reports within minutes.
Technologies Used:
Python Scripting, ECS, RDS, EC2, VPC, Security Groups, IAM, NGINX,
CircleCI, Containerization using Docker
Responsibility:
Responsible for Infrastructure design and development(Dev, Staging
and Production) along with continuous integration and continuous
deployment using CircleCI.
Optimization and maintenance of the application.
Database setup
Containerization of front-end and back-end applications.
Integration of ECS, RDS AWS Services.
Actively involved as an RnD resource while automating the
development work to reduce man hours.
Participating in client calls and involved in the requirement
gathering from the Clients.
UG: B.Tech/B.E. (Computers) from GLA UNIVERSITY in 2018
PG: BTECH (Computer Science) in 0
Education
IT Skills
Skill Name Version Last Used Experience
Python, C
MongoDB, Redis
PostgreSQL, MySQL
Python Scripting
Django framework
FLASK
DOCKER
AWS
CLOUDWATCH
Kubernetes
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440…
https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440a13465b5b0a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Jenkins and chef
Shell Scripting
Git, JIRA, Pycharm
Jupytor, VI editor
Vim Editor
JSON, HTML
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 209: Resume 738 with similarity score 0.06315379709591067
B.E , MS , B.TECH locator , devops , technology analyst , quality assurance , senior systems engineer , cloud engineer , full time , sql developer , senior consultant , business analyst , team lead computing , financial services , telugu , root cause , apparel , office , docker , linux , teamcity , gateway , test cases , macos , pattern , synchronization , status , store , infosys , bridge , teamcenter , bitbucket , pl/sql , ec2 , kibana , coordinated , workflow , amazon web services , mitigation , conducting workshops , devops , kubernetes , designation , confluence , hindi , cloud , windows , english , project , information extraction , computer science , operational support , one , javascript , load testing , technology , kms , subversion , 3d , developers , affirmative action , oracle , center of excellence , operational activities , maintenance , dynamo , architecture , email , aws , hp , writer , perforce , languages , sme , icinga , dashboards , jira , search , testers , sonar , plm , servicenow , api , jenkins , versioning , toad , building automation , authorization , risk , teams , sharepoint , automation tools , business value , process definition , enterprise , virtualization , solr , business analysis , application , digital assets , focus , requirements gathering , simplification , indexing , change impact analysis , s3 , servers , loadrunner , offshore , storage , e-commerce , agents , events , adoption , python , eclipse , refactoring , process optimization 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f1256…
https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f125645105e095a57… 1/3
Current Designation: Senior Consultant -Software Development
Current Company: Infosys Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Infosys Limited as Senior Consultant -Software Development
Sep 2007 to Till Date
Offshore Python Cloud Engineer for US Financial Services Client
Responsible for Business Analysis of Cloud Compliance for violations of applications hosted on AWS.
Working in Cloud Center of Excellence team as Python AWS Engineer.
Implemented AWS Lambda functions to execute functions/scripts in response to events in Amazon Dynamo DB tables, S3
buckets, HTTP requests using Amazon API Gateway.
Expertise on building automation tools to auto remediate non-compliant AWS Resources using Python Boto3 Library.
Experience working with AWS services like KMS, IAM, Lambda, S3, DynamoDB, CloudWatch, Event Bridge, SSM, RDS,
SNS, SQS.
January 2019 - May 2020: Senior Consultant, Infosys Limited, Hyderabad, India
Offshore Team Lead for adidas AG, Herzogenaurach, Germany
Solution Design of refactoring OnPrem solution of file transfers from factories to HQ on AWS using S3, CloudFront,
DynamoDB, Lambda and EC2 services
Offshore Support Team Lead for critical costing applications of adidas AG
Creating and executing cutover strategies, documenting defects and providing guidance on future enhancements.
Managing Builds, Deployments, User Communication on topics related to Production Environments with utmost care.
Worked closely with Testing and Development teams on identification of Root Cause of any Production Defect and
Documenting in Confluence.
Helping teams in scaling up on Docker, Kubernetes and DevOps Adoption.
Consulting teams to setup Monitoring Tools like ELK Stack, Icinga, Instana, Grafana Dashboards
January 2017 - December 2018: Senior Consultant, Infosys Limited
Onsite at adidas AG, Herzogenaurach, Germany
Consulting role in Apparel 3D Digital Creation process, automation and tools support.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Pavan Singisetty
Senior Consultant seeking roles in Software Development, Python, Cloud,
AWS,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Jira,Confluence,SharePoint,Oracle,MS SQL,Eclipse,Visual Code
Key Skills: Senior Consultant,Tech Lead,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Jira,Confluence,Oracle,Visual Code,TOAD,SQL Developer,Python,AWS,Linux,Cloud
Computing,Cloud,Devops,Elastic Search
Summary
13+ years technical expertise with proven success in various roles and experience with a focus on finding technical solutions to
deliver business value.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f1256…
https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f125645105e095a57… 2/3
Conducting workshops between business and IT stakeholders and identify the current bottlenecks in the process and to
create workflow processes.
Planning and managing Release management of 3D applications used by Designers
Developed Python scripts to validate the Solr indexing of documents for one of the user applications
Implemented AWS Thinkbox Deadline solution for pattern extraction, material information extraction from apparel 3D VSP
file using Python Scripts
January 2015 - December 2016: Consultant, Infosys Limited
Onsite-Offshore at adidas AG, Herzogenaurach, Germany
Subject Matter Expert (SME) for Virtualization process at adidas AG.
Consulting on process optimization, Automation & Simplification of the operational activities in Virtualization projects.
Quality assurance by verifying developed requirements by creating test plans and test cases.
Functioned as a Business Analyst for application build for backend files synchronization from factories to HQ using
Perforce APIs
Implementation of migration tools using Python for Data Files in NAS Storage to Perforce Versioning Tool.
Cross Functional Change Impact Analysis and risk mitigation.
Worked as Business Analyst of e-Commerce Image creation Process.
Coordinated a team of 8 with 3 Operational support resources, 3 developers and 2 testers.
November 2011 - December 2014 Technology Analyst , Infosys Limited
Onsite at adidas AG, Herzogenaurach, Germany
Process definition and Project Management which includes Requirements Gathering and Evaluation, Release
Management, managing stakeholders for key Virtualization workflow application.
Developed automation scripts for workflows and creation of data reports using Python.
Setting up CI tools, TeamCity, Sonar, SVN, Build Agents for adidas AG.
Administration of Perforce Servers used for storing the Digital assets by Designers
Performed Load Testing for to determine performance issues using HP Load Runner.
September 2007 - October 2011 Senior Systems Engineer, Infosys Limited, Hyderabad, India
Developed Store Locator for reebok.com
Web Component Developer for Teamcenter Enterprise Solution.
Document writer for Customized application of Siemens Teamcenter Enterprise PLM.
UG: B.Tech/B.E. (Computer Science and Engineering) from Osmania University, Hyderabad in 2007
Education
IT Skills
Skill Name Version Last Used Experience
Jira, Confluence
SHAREPOINT
Icinga, Kibana
OpsGenie, Blazeeter
ServiceNow
Oracle, MS SQL
Eclipse, Visual Code
TOAD, SQL Developer
Bitbucket
Perforce, Subversion
Jenkins, TeamCity, Docker, Kubernetes
HP LOADRUNNER
Windows, MacOs
MS OFFICE
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f1256…
https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f125645105e095a57… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Python, Java, Oracle
PL/SQL, Shell Script
AMAZON Web Services
Terraform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 210: Resume 1096 with similarity score 0.06314839647258676
B.E , MS , B.TECH engineering manager , software engineer , solutions architect , associate , business development , devops , data engineer , data architect , cloud engineer , change management , architecture manager , infrastructure manager , part time , full time , solution manager , vp , database architect , team lead award , customer , virtual machines , security , data warehouse , platforms , sizing , status , digital transformation , infosys , integration testing , ec2 , system testing , infrastructure , service delivery management , coordinated , engagements , global experience , devops , designation , international business , mar , reliability engineering , pre-sales , hindi , brownfield , windows , english , erwin , deal strategy , ibm , closure , performance tuning , accountability , change management , capacity planning , puppet , database maintenance , itil , vmware , computer engineering , javascript , technology , data centers , data services , reporting , proposition , affirmative action , database administration , paas , architecture , email , aws , service improvement , problem management , manage multiple , recoveries , operations , microsoft , github , languages , export , assessment , geography , esxi , servicenow , proof , cloud services , transformation programs , pre-production , jenkins , ms project , ug , visit , oracle database , hybrid cloud , azure , import , authorization , teams , models , record , lake , servers , drive , finance , storage , refactoring , etl , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a14…
https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a140647100b580e0… 1/3
Current Designation: Cloud Infrastructure Manager
Current Company: Infosys Limited
Current Location: Pune
Pref. Location: Delhi / NCR,Hyderabad,Pune
Functional Area: IT Software - Other
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [International Business]
Verified : Phone Number | Email - id
Infosys Limited as Cloud Infrastructure Manager
Dec 2012 to Till Date
Presently engaged with Azure Cloud Practice, Accountable and responsible for executing the engagement of Azure Cloud
Migrations and Service delivery management for existing Cloud Environment
Working with client to drive the client digital transformation programs from on-premise data centers to cloud platform.
Accountable and responsible for the migrations phases from Planning and Assessment , Wave planning ,Migration
execution and Operations
Improving the services in existing cloud environments with implementing service improvement plan along with architect
teams by utilizing cloud services
Experienced of governing and delivering ITSM program which includes Incident Management, Problem Management,
and Change Management, Patching/Migration as well as Decommission of Servers and experience in servicenow
reporting.
Experienced of managing engagement of Service delivery of Hybrid Cloud Environment with support of Compute,
Storage, Network and DBA
Engaged dedicatedly from Dec 2012 to May 2015 with business development efforts in terms of Bid management to
create winning proposals, take the assigned bid responses to closure in a timely manner.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
AMIT KUMAR CHAWLA
Cloud Infrastructure/ Engineering Manager seeking roles in Cloud /Multi cloud Delivery
Management, Multi Cloud Migrations or SRE (Site Reliability) Management ,Solution
Architecture Manager, Transformation Management .Azure ,AWS , GCP and Terraform
Key Skills: Azure Cloud Infrastructure Manager, Head/VP/GM, Multi Cloud Delivery Management, Cloud Infrastructure
Migration and Site Reliability /Cloud Operation Support Database Migration, Transformation Management, ITIL, Azure,
GCP, AWS and Terraform
Summary
A pro-active and analytical Multi Cloud Infrastructure Manager and Delivery leader with global experience in managing the entire
technology operations with successful track record of delivering on / before time and within budget.
Special Mention includes
Currently as Azure Cloud Manager; accountable and responsible for the engagements of Cloud Migrations and Cloud
Environment Support
Experience of cloud migrations with Brownfield and Greenfield approach with various migration strategies like Re-host, Re-
Platform and refactoring
Managing Cloud Infrastructure Support with good understanding Cloud DevOps and SRE (Site Reliability Engineering)
approaches
Strong knowledge of Cloud platforms and completed following cloud certification
o Microsoft Certification: Azure Solutions Architect Expert
o Microsoft Certification: Azure Data Engineer Associate
o AWS Certified Cloud Practitioner
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a14…
https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a140647100b580e0… 2/3
Established the bid team structure involving different technology competencies and functions - Legal, HR, Finance and
delivery, with proper accountability with all teams
Successfully manage multiple pursuits from different customers and manage customer visit, create marketing
collaterals for client demonstrations and Analyst meet.
Develop proposal content and Statement of Work articulating business benefits and Infosys value proposition
IBM INDIA PRIVATE LIMITED as Technical Solution Manager
Nov 2004 to Dec 2012
In IBM during eight years work on various roles and responsibilities to execute the project and services.
Accountabilities:
As Database Professional
Engaged as Database Migration Consultant, Database Team Lead along with Database Administration and performed
Database Conversion, Database upgrades and Database consolidations.
Performed DBA day to day activities on AIX/Windows platform and database Maintenance activities such as
installations backup, reorgchk, reorg and runstats.
Provided design of database on DB2 for data warehouse, deploy services packs/fixes, perform upgrades and support
for numerous Production and pre-Production environments, independently.
Good exposure of working with team of designing the Data warehouses, implementing Logical and physical data
models , database tuning and leading database team during various phases of testing .
Worked on Proof of concepts of database migrations like Sybase to DB2 and Oracle to DB2 and addressed the
opportunities and challenges.
As Technical Solution Manager
Designed winnable, doable & profitable technical solutions for AMS (Database and Data warehouse (ETL)) delivery
across geographies and industries.
Coordinated with the counterpart Sales team in the corresponding geography to understand the deal strategy, price
point and competitive situation.
Supported pre-sales tasks by developing proposal content as well as documenting Statement of Work articulating
business benefits and IBM value proposition.
Developed proposal content and Statement of Work articulating business benefits and IBM value proposition.
Achievement:
Two IBM Bravo awards for contribution in DBMS competency
Provided DB2 Database Administration trainings to Fresher's and Experienced DBAs
Presented papers on Database technologies on technology forum in IBM
SATYAM COMPUTER SERVICES LIMITED as Sr Software Engineer
Jan 2003 to Nov 2004
Accountabilities:
Participated in a long support service delivery project as Database Architect & DBA for Database Performance Tuning,
managing users, privileges, roles, password security and resources.
Provided Logical Data Model and Physical Data Model, using ERWin as well as over sight on day to day DBA activities
from monitoring to corrective action.
Engaged in multiple Oracle database management activities like Backup & Recoveries (Use of Export/Import),
rebuilding of Indexes & Analyzing objects, Capacity Planning and Sizing of the database.
Supported execution of System Testing and Integration Testing as data architect, allocated system storage and planned
future storage requirements for the database.
Achievement:
Received two Satyam Pat on Back award in May 2003 and in Jan 2004 for excellent performance as Data Architect
and DBA support
UG: B.Tech/B.E. (Computer Engineering) from Kurukshetra University in 2000
PG: PG Diploma (International Business), Part time from Indian Institute of Foreign Trade (IIFT) in 2010
Other Qualifications/Certifications/Programs:
Masters Diploma in Business Administration (Marketing Management)
AWS Cloud Practitioner
Microsoft Certified: Azure Solutions Architect Expert
Google Cloud Certified - Associate Cloud Engineer
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a14…
https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a140647100b580e0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Azure Migrate Services
Azure Database Migration Services, SSMA
ora2pg
Azure Compute, Azure Storage -BLOB
Data Lake, Azure DevOps, Jenkins, GitHub
Puppet, Dockers, Azure Update Management
Azure Virtual Machines, AWS EC2 instance
Azure DB PaaS ,VMWare ESXi
DB2 UDB v8.x/v9.x
Azure Synapses, Data bricks
Azure Data Factory, CosmosDB
Azure Data Services
ServiceNow Reporting
MS Project Plan (MPP)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 211: Resume 932 with similarity score 0.06295453205474862
B.E , B.TECH , M.TECH , BS software engineer , full time automation , css , access , designation , ug , developers , visual studio , affirmative action , mysql , hindi , linux , public , maintenance , windows , authorization , english , status , c# , email , project , application , mongodb , less , solution architecture , ubuntu , xml , youtube api , netbeans , data analysis , c++ , computer science , languages , console , hive , general motors , python , google api , fetch , javascript , eclipse , search , technology , hadoop , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f15…
https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f155244150a5b0d0… 1/2
Current Designation: Software Engineer
Current Company: General Motors
Current Location: Bengaluru / Bangalore
Pref. Location: INDIA
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
General Motors as Software Engineer
Jul 2019 to Till Date
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2017
PG: M.Tech (Computer Science) from Vellore Institute of Technology (VIT) in 2020
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Alyosha Raghuvanshi
Fresher seeking roles in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Automation Anywhere,Python,C,C#,C++,JAVA,REACT JS,NODE
JS,MySQL,MongoDB,XML,HTML,CSS,NetBeans
Key Skills: Fresher,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Automation Anywhere,Python,C,C#,C++,JAVA,REACT
JS,NODE JS,MySQL,MongoDB,XML,HTML,CSS,NetBeans
Summary
M.Tech Computer Science fresher with excellence in managing Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Automation
Anywhere,Python,C,C#,C++,JAVA,REACT JS,NODE JS,MySQL,MongoDB,XML,HTML,CSS,NetBeans.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere
Python
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f15…
https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f155244150a5b0d0… 2/2
Nature of Employment: Full Time Duration: Sep 2018 - Dec 2018
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C, C#, C++
JAVA
React js
Node JS
MySQL
Mongodb
XML, HTML, CSS
Windows, Linux, Ubuntu
NetBeans, Eclipse
VISUAL STUDIO
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: YouTube data analysis using Hadoop and hive, Platform: Ubuntu, Google API, Eclipse
Client: Vellore Institute of Technology
Project Details: The main aim of this project is to demonstrate by using Hadoop concepts,
how data generated from YouTube can be mined and utilized to make targeted, real time and informed decisions. The project
utilizes the YouTube Data API (Application Programming Interface) that allows the applications/websites to incorporate
functions that are used by YouTube application to fetch and view information. The Google Developers Console is used to
generate a unique access key which is further required to fetch YouTube public channel data. Once the API key is generated,
a Net(C#) based console application is designed to use the YouTube API for fetching video(s) information based on a search
criteria.
Rank 212: Resume 487 with similarity score 0.06293072511001484
B.TECH work from home , full time assessment , resume , python , ion , technology , computer science , learning , html Assessment
Q1. Why should you be hired for this role?
I am good in learning skills . I love python that's why you should hire me I gave 101%
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full time in Chandigarh .
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9882518333
Sahil
Chandigarh, Delhi
Applied 07 Feb'21
Python HTML
Bachelor of Technology B.Tech), Computer Science & Engineering
IET Bhaddal
2017 - 2021
Python
Thinknext, Chandigarh
Feb 2021 - Present
Rank 213: Resume 670 with similarity score 0.0627589982766812
MS , B.TECH work from home css , adobe photoshop , information technology , wordpress , kotlin , application , c programming , fit , resume , android , java , hiring , machine learning , computer science , childhood , operating systems , photography , assessment , python , one , organization , html , online Assessment
Q1. Why should you be hired for this role?
As, I have not started my career, I don't have practical achievements, but I really want to practically explore and experience my potential by
delivering the best services to the company. It will be my honor to work with you and this organization.
The primary goal of any organization while hiring employees is their loyalty and hardworking nature. I am loyal and hardworking since my
childhood - in my school and colleges, I was one among the dedicated set of students who had been completing the task or assignment on time.
For these excellent qualities, I got appreciation many time during those periods.
I am the best fit for this job profile, due to my outstanding programming C, Kotlin,Java, HTML, and .Net), networking, analytical and problem
solving skills.
And also I have made few very beautiful android applications .Also, I have practical experience in many Operating Systems.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
My college allows me to do 6 months internship and I'm completely available for 6 months
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9866905007
YUGANDHAR Gopu
Guntur, Hyderabad
Applied 27 Dec'20
Android Kotlin HTML
Photography Adobe Photoshop C Programming
CSS Java WordPress
Machine Learning Python
Bachelor of Technology B.Tech), Computer Science
Indian Institute Of Information Technology
2018 - 2022
CGPA 7.20/10
Android Application Development
Internshala Trainings, Online
Apr 2020 - Jul 2020
Rank 214: Resume 681 with similarity score 0.0625798288824931
MS , B.TECH , BS work from home assessment , idn , resume , ion , technology , sql , computer science Assessment
Q1. Why should you be hired for this role?
Am honest , self motivated and hard working person with positive attitude towards my career
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes immediately
Resume
EDUCAT ION
JOBS
CONTACT Phone: 91 9963470066
Yellanki Chandana
Hyderabad
Applied 25 Dec'20
MSOffice MSExcel SQL
Bachelor of Technology B.Tech), Computer Science
Nova College Of Engineering & Technology
2013 - 2017
Sale Report Officer
IDN, Hyderabad
May 2018 - Aug 2019
Rank 215: Resume 141 with similarity score 0.062468796550061774
B.E , MS , BS associate , work from home , relationship manager , student agriculture , matplotlib , algorithms , image processing , forest , classification , deep learning , pca , nlp , tokenization , mysql , analytics , statistical modeling , keras , player , linear regression , status , models , store , pandas , mask , air pollution , numpy , computer vision , prediction , resume , electronics , logistic regression , nltk , machine learning , building , opencv , sentiment analysis , statistics , crop , tableau , assessment , scikit-learn , python , forecasting , technology , artificial intelligence Assessment
Q1. Why should you be hired for this role?
Hi Sir, I am willing to get the opportunity to improve myself, and to be part of innovation in the company, and prove the capability I have in terms
of work, And I am very good at having interaction with people and I am a good team player, and I am good at PYTHON and SQL, I am good in
STATISTICS, I also have a good amount of knowledge in Tableau, I am capable of building machine learning models using various machine
learning algorithms and deep learning algorithms. I have worked on Numpy, Scikit-Learn, TensorFlow, Keras, Pandas, NumPy, Matplotlib, OpenCV,
spaCy, NLTK libraries, I have worked on Linear Regression, Logistic Regression, Decision Tree, T ime series, Ensemble Algorithms and Clustering,
PCA, SVM, KNN. I have also Worked on ANN, RNN, LSTM, CNN Networks, and NLP - text cleaning, tokenization, stemming, lemmatization, and I
have also worked on image processing techniques using OpenCV and lastly to mention about me again I am a hard worker, and I learn new things
quickly which is required.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am available.
Resume
EDUCAT ION
JOBS
TRAININGS
PROJECTS
Charan Kumar R
Bangalore
Applied 07 Feb'21
Python Computer Vision Deep Learning
Machine Learning MySQL Statistical Modeling
Tableau
MBA
Acharya Institutes
2016 - 2018
CGPA 6.40/10
Bachelor of Engineering B.E, Electronics and Communication
Atria Institute of Technology
2012 - 2016
Percentage: 60.00%
ASSOCIATE KEY RELATIONSHIP MANAGER
ICICI Bank, Bangalore
May 2019 - Feb 2020
Post Graduate In Analytics And Artificial Intelligence
Imarticus Learning, Bangalore
Feb 2020 - Present
Sentiment Analysis On Text Data using NLP.
Jan 2021 - Jan 2021
Average Air passengers prediction(forecast) Using LSTM
Dec 2020 - Dec 2020
Forecasting Air pollution In City Using LSTM
Dec 2020 - Dec 2020
Identifying a person is wearing mask or not using YOLOV3
Dec 2020 - Dec 2020
Predicting possibility of Admission of Student 0 to 1 using ANN for regression.
Nov 2020 - Nov 2020
Query classification using NLP and ANN as HQ, LQ_Edit, LQ_Close.
Nov 2020 - Nov 2020
CONTACT Phone: 91 9731662663
Analysis of Text data to classify fake news or not using NLP and LSTM
Nov 2020 - Nov 2020
Agriculture Crop Status Yield Classification) Using Random Forest.
Oct 2020 - Oct 2020
Temperature forecast using ANN for regression.
Oct 2020 - Oct 2020
Text data Category Classification as 0 and 1 (using CountVectorizer and Naive Bayes Algorithm).
Sep 2020 - Sep 2020
Book Store Sales Calculation Using Linear Regression OLS.
Aug 2020 - Aug 2020
Classifying if a person is wearing Helmet or not using CCN.
Aug 2020 - Aug 2020
House price prediction using Linear Regression
Jun 2020 - Jul 2020
Rank 216: Resume 418 with similarity score 0.062376624774458315
B.E , BS work from home , autocad css , deep learning , mysql , compressor , data analytics , air , natural language processing , ltd , web scraping , water , autocad , debate , mumbai , commercial projects , resume , polishing , engineering design , machine learning , problem solving , foundation , completion , assessment , python , javascript , layout , artificial intelligence , html Assessment
Q1. Why should you be hired for this role?
Even though I am from mechanical background I have great passion for coding and problem solving. This is what made to explore more on
machine learning and artificial intelligence. Along with this interest, I made sure that I don't lack any skills which are necessary for this field.
Deep learning, Machine learning, Predictive modelling, Graph Analytics, Natural Language Processing, Web Scraping, Data analytics are the
interest of my work.
I believe that the skills I have attained from the dynamic and competitive environment defines me and I am looking forward to implementing and
polishing them in any opportunity that I receive
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I can join you immediately
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
RUPESH POOJARY
Mumbai, Pune
Applied 07 Feb'21
Python C Programming CSS
HTML JavaScript MySQL
R Programming
PG Diploma in Machine Learning and AI, Data Analytics
Iiit Bangalore
2020 - 2022
Bachelor of Engineering B.E, Mechanical Engineering
G H Raisoni College Of Engineering And Management , Pune.
2014 - 2018
Percentage: 60.00%
Senior Secondary XII, Science
Nirmala Memorial Foundation
MAHARASHTRA STATE BOARD board)
Year of completion: 2014
Percentage: 65.00%
Secondary X
Sardar Vallabhbhai Patel
MAHARASHTRA STATE BOARD board)
Year of completion: 2012
Percentage: 85.00%
Engineering Design
Dousefire PVT LTD, Thane
Jan 2019 - Present
Worked on projects like TATA, Barclays, ABB, Vodafone and many more industrial and commercial projects.
Designing various fire suppression system on the provided layout using AutoCAD and calculation for the same using
PipeNET.
Junior Engg in Dousefire PVT LTD
Design and fabrication of air condition cum water cooler
Jul 2017 - Jul 2018
This project was based on the concept of Multievaporator using single compressor and condensor, acheiving different
different for the purpose of water cooling and air cooling on single source
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7776930037
participated in various debate competition in school
participated in various tech problem held in college
participated in NPTEL Courses
paricipated in NCRDE competition
Rank 217: Resume 1444 with similarity score 0.06230705502979748
B.E , MS , B.TECH software engineer , full time , software developer change control , robotics , general , css , designation , microsoft office , visual studio , relationship building , affirmative action , mysql , interpersonal skills , analytics , hindi , maintenance , ltd , windows , authorization , advanced , english , status , excel , c# , email , project , application , recorder , mumbai , forms , electronics , testing , debugging , problem solving , exceptions , languages , asp.net , tts , documentation , sql server , process automation , it , javascript , web , technology , html , database , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a17…
https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a170a42455c0f01… 1/2
Current Designation: Software Engineer
Current Company: Virtusa Consulting Services Pvt Ltd
Current Location: Pune
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Virtusa Consulting Services Pvt Ltd as Software Engineer
Dec 2017 to Till Date
Develop, Maintain, Support bot though Automation anywhere tool, Handled various scenarios in order to develop stable
bot. Have good knowledge on Object cloning, Metabot, Excel, Excel as database, Web recorder, Error Handling.
Identifying and debugging the errors using error handlers and Participated in online meetings to demonstrate the
capabilities of RPA for on-going projects and potential clients
UG: B.Tech/B.E. (Electronics/Telecommunication) from Bharati Vidyapeeth Deemed University College of
Engineering,Pune in 2016
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ankita Kulkarni
Software Engineer - seeking roles in RPA development,Automation
anywhere,Uipath,ASP.Net,C#,HTML,SQL Server,Visual Studio,Application
Programming,Process Automation,Change Control,Solution Design,Web
Technologies,Requirement Gathering.
Key Skills: Robotic Process Automation,Robotic process Automation- Automation anywhere,C#.Net,Uipath,Automation
anywhere,ASP.Net,SQL Server,C#,RPA,Windows Forms,MySQL,blueprism,HTML,CSS,Javascript,xceptor
Summary
RPA developer with work experience of 3 years in Automation Anywhere providing solutions to business processes in an
efficient way.
Well versed with Automation Anywhere,UiPath
Having Full-fledged knowledge on Object cloning, Metabot, Excel as database, Web recorder, Error Handling.
Adept in Robotics process automation solution designing, Coding, Testing, Debugging and Documentation.
Managing and investigating exceptions(Bussiness and system exceptions)
Supporting existing process and implementing change requirements as a part of structured change control process.
Proven track record of maintaining good rrelationship with clients and other stakeholders.
Adaptive in nature and has Zeal to learn new technology.
Excellent cross-functional skills with good analytical ability
An effective communicator with excellent relationship building and interpersonal skills, strong analytics and problem solving.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a17…
https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a170a42455c0f01… 2/2
Other Qualifications/Certifications/Programs:
Automation Anywhere V10 Advanced certified
Automation Anywhere V11 Advanced certified
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Oct 2020 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Dec 2017 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere A11 2020 3 Year(s)
ASP.NET,C# 4.7 2020 2 Year(s)
HTML
CSS
Microsoft Office 2016 2020 3 Year(s)
SQL Server,Visual Studio 2014 2020 2 Year(s)
Uipath 2019 2019 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Marathi Expert
Hindi Expert
Projects
Project Title: MSST -CITI Bank
Client: Citibank N.A
Skill Used: Automation anywhere,Uipath
Role Description: RPA development with Automation anywhere +Uipath
Project Details: RPA development
Project Title: TTS CITI Bank
Client: Citibank
Skill Used: RPA, ASP.Net, SQL Server, C#, Automation anwhere
Role Description: RPA developer using Automation anywhere+ Asp.net+ Mysql
Project Details: RPA development using automation anywhere tool for different processes
Rank 218: Resume 297 with similarity score 0.06220273607587833
B.S , MS , B.TECH , BS work from home , web developer functionality , training , web development , matplotlib , binary , camping , css , classic , classification , deep learning , black and white , sqlite , awt , mysql , games , design , authentication , linux , public , natural language processing , reinforcement learning , regression models , pdf , heroku , jquery , authorization , node.js , bootstrap , pressure , bot , cars , project , grasp , boot camp , application , coursera , express , c programming , mongodb , store , computer vision , iit , resume , neural networks , github , machine learning , computer science , django , reach , framework , html5 , shops , completion , assessment , data science , python , javascript , unsupervised learning , colorization , artificial intelligence , technology , mathematics , database , online Assessment
Q1. Why should you be hired for this role?
I have a good amount of experience in Machine Learning and AI which is clearly reflected in my resume. I have worked on numerous projects in
Machine Learning and AI from simple regression models and clustering problems to complex neural network projects including CNN as well. I have
also build some projects related to Bots using Deep Reinforcement Learning. I have several certifications from Udemy and Coursera that also
makes me a good candidate for this role. I am sincere, punctual and diligent which can be clearly seen from my academic performance 9.1 CPI. I
am also pursuing a degree in Data Science from IIT Madras because I want to make a career in Data Science and AI. I am positive that I will meet
every expectation and deadline because I thrive under pressure and work incredibly good in a team.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 1 month, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
TRAININGS
Lakshmendra Singh
Aligarh, Delhi
Applied 07 Feb'21
Python C Programming C Programming
CSS HTML Machine Learning
Neural Networks Node.js Artifical Intelligence
Data Science Django GitHub
Java JavaScript Linux
MongoDB MySQL Natural Language Processing
NLP
Bachelor of Science B.Sc), Data Science And Programming
Indian Institute Of Technology Madras
2021 - 2023
CGPA 9.00/10
Bachelor of Technology B.Tech), Computer Science & Engineering
Zakir Husain College Of Engineering And Technology, AMU
2018 - 2022
CGPA 9.12/10
Diploma, Computer Science
Aligarh Muslim University
2015 - 2018
Percentage: 90.90%
Secondary X
Amol Chand Public School
CBSE board)
Year of completion: 2015
CGPA 9.40/10
Deep Learning Specialization 5 Courses)
Deeplearning.ai, Online
Sep 2020 - Nov 2020
I got a really good grasp on the mathematics at core which is involved in Neural Networks. I built some deep neural networks
solving a variety of problems from binary classification to complex computer vision problems.
Artificial Intelligence AZ™: Learn How To Build An AI
Udemy | Hadelin De Pontevas And Kiril Eremenko, Online
May 2020 - Jun 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9675119627
I learned about the basics of reinforcement learning, deep QLearning and unsupervised learning. Then, I built a project
called "Self Driving Car". I also made use of CNN to make bots of some classic games like Breakout and Doom.
The Web Developer Boot Camp By Colt Steele
udemy, Online
Dec 2019 - Feb 2020
It included full-stack development of web app as well as its deployment using heroku. It also involved the detailed training of
various web development technologies i.e. HTML 5, CSS, JavaScript, Bootstrap 4, Mongo DB, Express, Node.js and many
more.
Machine Learning AZ By Kiril Eremenko And Hedelin Pontevas.
udemy, Online
Sep 2019 - Nov 2019
The training included in depth theoretical explanation of various machine learning models, Artificial intelligence and Neural
Networks with hands on python and R.
Greyscale Image Colorization
Aug 2020 - Dec 2020
https://github.com/laksh10-stan/Gryscale-to-Color
It is a deep learning based project that generates good quality colored images for greyscale/black and white image input.
Pytorch, matplotlib, sckit-learn are few of the many python technologies used. The results were very good.
AI bot for DOOM game
May 2020 - Jun 2020
It is a Convolutional deep Q learning based project. I have built an AI bot that controls the main character in a 90's game
DOOM. It is a shooting game and the AI bot I designed, interacts with the environment very nicely to produce good results.
Self Driving Car
May 2020 - Jun 2020
https://github.com/laksh10-stan/Artificial-Intelligence-AZ
I worked with reinforcement learning on this project. I designed a self driving bot car that was programmed to avoid
obstacles in its way to reach its destination. I worked in python and used "kivy" framework to design the environment for the
car.
Fullstack YelpCamp Website
Dec 2019 - Jan 2020
https://github.com/laksh10-stan/webdevbootcamp/tree/master/YelpCamp/v11Deployed
The project involves full stack web application for presenting a collection of camping sites. It employs HTML5, CSS,
Bootstrap-4, JavaScript and JQuery at the front end. BACK END MEN ( Mongo, Express, Node ) stack
DEPLOYMENT Heroku
Desktop application for digitalization of management of college library.
Jan 2018 - May 2018
It provides the functionality of database of books, user authentication and authorization as well as admin privileges for library
staff. It has the support of calculating fine for late return of books.
Front-end: JAVA, SWING, AWT
Back-end: SQLite
Desktop application for generating bills for shops.
Aug 2017 - Dec 2017
It provides the functionalities of generating the bill in pdf format for a given store.
It also facilitates user authentication as well as authorization and as built in inventory support.
Front-end: JAVA, SWING, AWT
Back-end: MSACCESS
Carpedia Website
Jan 2017 - May 2017
A website for keeping data of different cars and providing functionalities of comparing cars on the basis of several
parameters.
Front-end: HTML5, CSS, Javascript, jQuery
Participated in ICPC 2019 and secured second rank in college.
https://github.com/laksh10-stan/Gryscale-to-Color
https://github.com/laksh10-stan/Artificial-Intelligence-A-Z
https://github.com/laksh10-stan/webdevbootcamp/tree/master/YelpCamp/v11Deployed
Rank 219: Resume 611 with similarity score 0.06157144272288906
B.TECH , BS work from home , classifier internships , classification , deep learning , visit , vs , data analytics , keras , go , models , sql , mask , fit , computer vision , prediction , resume , machine learning , problem solving , opencv , dogs , completion , assessment , data science , python , ml , technology Assessment
Q1. Why should you be hired for this role?
I have good experience working with R, Python, ML, Computer Vision, OpenCV, Tensorflow, and Keras. I have worked on various projects in this
field, like 'The Face Mask Detection System,' 'The Human Emotion Recognition system,' 'Cats-Vs-Dogs Recognition system,' etc. But I think, I still
have a lot to learn and a long way to go to achieve my dream, And I believe doing this internship would really help me to get closer to my goal.
Also, please do visit the links to my projects given below. It'll help you decide that I am certainly fit for the role.
1.https://github.com/TrunnMosby/Face-Mask_Detection
1.https://github.com/TrunnMosby/Human-emotion-detector
2.https://github.com/TrunnMosby/Fashion_MNIST
3.https://github.com/TrunnMosby/Cats-Vs-Dogs
4.https://github.com/TrunnMosby/Flower_prediction_category_hackathon
5.https://github.com/TrunnMosby/Books_Price_prediction_Hackathon
6.https://github.com/TrunnMosby/Popularity_Prediction_Hackathon
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Tarun Nagdeve
Nagpur
Applied 07 Feb'21
Python Computer Vision Data Analytics
Deep Learning Machine Learning OpenCV
R Programming SQL
Bachelor of Technology B.Tech)
Indian Institute Of Technology T irupati
2018 - 2022
Senior Secondary XII, Science
Montfort Sr. Sec School
CBSE board)
Year of completion: 2018
Percentage: 76.00%
Secondary X
Montfort Sr. Sec. School
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Data Science
Diginique Tech Labs, Virtual
May 2020 - Jun 2020
We were to build machine learning models
Human-emotion recognizer
May 2020 - Jun 2020
A model that detects human emotion like sad ,happy made using tensorflow and keras.
News category classifier
May 2020 - Jun 2020
A classification model that classifies text based on the content in it.
House Prediction model
May 2020 - Jun 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9359974470
A regression model that predicts housing prices based on given factors
I've also participated in many hackathons on MachineHack platform and managed good ranks .Here is a link to my profile :-
https://www.machinehack.com/user/profile/5ef0a238b7efcc325e393393
Also, I have a good knowledge in python,problem solving,SQL and artificial intelligence.Here is my HackerRank ID for your
reference:-
https://www.hackerrank.com/tarunnagdeve774
Rank 220: Resume 1053 with similarity score 0.0615362594012253
B.E , B.TECH , BS application support , middleware engineer , associate , middleware administrator , full time amazon web services (aws) , box , call logging , subversion , computing , customer , general , fusion , microsoft azure , validation , designation , office , confluence , websphere , toad , ug , affirmative action , oracle database , hindi , cloud , ticketing , linux , ltd , unix , windows , authorization , english , enterprise , status , spring boot , 12c , email , fiserv , project , application , configuration management , ibm , electronics , performance tuning , hp , technology solutions , middleware , git , upstream , languages , infrastructure , cc , bamboo , weblogic , cisco , heat , jira , javascript , jboss eap , esb , microsoft sql server , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115…
https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115112460959095… 1/2
Current Designation: Middleware Engineer and AWS,Azure
Cloud Professional
Current Company: Fiserv India Pvt Ltd
Current Location: Noida
Pref. Location: Noida,INDIA,Other International Location
Functional Area: IT Software - Middleware
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Fiserv India Pvt Ltd as Middleware Engineer and AWS,Azure Cloud Professional
Jan 2018 to Till Date
Having experience as a Middleware Administrator and AWS/Azure Cloud Professional (AWS Certified Solutions
Architect - Associate - Validation Number: PLHFJ052DNRQ1Q3Y, Microsoft Certified Azure Administrator - Associate -
Certification Number: H347-1368). Has exceptional development ability and extensive knowledge of AWS/Azure and
System
Admin Services. Have excellent analytical and problem-solving skills and a strong ability to work with minimal supervision.
Worked on Non-Production and Production Environments and provided L1, L2 & L3 support.
Cognizant Technology Solutions Corporation as Middleware Engineer and AWS Cloud Professional
Aug 2014 to Jan 2018
Company Cognizant Technology Solutions Corporation
Project HBO Environment and Tool Support
Customer Home Box Office (HBO)
Time Period August 2014 - January 2018
Role Middleware Engineer and AWS Cloud Professional
Project Description Project is divided into two parts:
Infrastructure Support: MIND and its upstream support, HBO proprietary app,
Mulebus ESB and Spring Boot application support.
Tool Support: Various HBO Tools like Atlassins Confluence, JIRA, Bamboo Git and
Subversion.
Business Areas Media and Entertainment
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Abhishek Vaidya
Middleware, AWS, Azure Cloud Professional seeking roles in Cloud
Computing,System Analysis,Configuration Management,Project Management,Client
Management,Performance Tuning,Linux,Unix,Jboss,Weblogic,Websphere, SQL and
Oracle db.
Key Skills: AWS,Performance Tuning,Linux,Jboss,Weblogic,Azure,SQL Server,Oracle Database,Cloud
Computing,Middleware,Fusion Middleware Administration,Websphere
Summary
Having 6.6 years of experience as a Middleware Administrator and AWS/Azure Cloud Professional (AWS Certified Solutions
Architect - Associate - Validation Number: PLHFJ052DNRQ1Q3Y, Microsoft Certified Azure Administrator - Associate -
Certification Number: H347-1368). Has exceptional development ability and extensive knowledge of AWS/Azure and System
Admin Services. Have excellent analytical and problem-solving skills and a strong ability to work with minimal supervision.
Worked on Non-Production and Production Environments and provided L1, L2 & L3 support.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115…
https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115112460959095… 2/2
Technologies
Amazon Web Services (AWS)
Oracle Weblogic
Redhat Jboss EAP 5
OS: Linux and Windows
Atlassins Tools: Confluence, JIRA, Bamboo, Git and Subversion.
Open Deployment Scheduler: HP CC Professional
Tidal Jobs: Cisco Enterprise Scheduler
SQL: TOAD for Oracle
Ticketing: JIRA, Call Logging (HEAT) and Service Requests (SR)
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in
2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services
Microsoft Azure
Microsoft SQL Server Database 2014, 2016
Oracle Database 11G and 12C
IBM Websphere 8.5.5
Jboss EAP 6.2.0, 6.4.0 and 7.1.1
Linux and Windows
Microsoft TFS
SQL
Service now
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 221: Resume 1320 with similarity score 0.061378116123738696
B.E , MS , B.TECH , BS application support , cloud architect , software engineer , associate , operator , sql developer , senior engineer , partner , change management , informatica , team lead , full time , systems engineer , aws solution architect , balancer competitive advantage , server monitoring , award , circuits , training , controllers , customer , production systems , bmc remedy , root cause , security , fault tolerance , space , databases , linux , coordinators , cs , gateway , service operation , idis , status , logging , mobile broadband , infosys , integration testing , viewpoint , pl/sql , writing , components , building , ec2 , connectivity , infrastructure , integrated design , packaging , workflow , amazon web services , automation , blocking , ledger , designation , data transfer , v3 foundation , deliverables , mqc , mar , risk systems , trading , hindi , ltd , investigation , cli , english , troubleshooting , calculations , project , groups , processing , dsl , minsat , architecting , optima , change management , intermediate , computer science , component testing , putty , documentation , itil , triage , boarding , javascript , availability , business requirements , capital , feeds , reporting , optimization , general , efs , change requests , vs , affirmative action , oracle , bonuses , mysql , dynamo , maintenance , unix , workbench , liberty , iaas , architecture , email , health check , aws , configuration management , problem management , bengali , github , languages , load balancing , teradata , balance , inventory system , proof , online , mechanisms , data acquisition , migrating , jenkins , yield management , credit , ug , toad , telecom , case , hybrid cloud , air , ami , autosys , authorization , ipsec , teams , circuit design , excel , deliveries , application , modular , focus , hp quality center , new opportunities , rwa , steps , records , global services , operators , adherence , osd , participation , s3 , servers , system performance , shell scripting , british , finance , storage , information flow , framework , running , charging , cloud computing , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 1/5
Current Designation: Specialist
Current Company: Accenture
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Accenture as Specialist
Oct 2019 to Till Date
Project Handled: AWS Cloud Architect
Period : Client Name : Company : Team Size :
Oct'19 to till date Liberty Global Accenture
25
* Project Transition.
* Capability building.
* Cloud on-boarding.
Infosys as Consultant
Dec 2017 to Sep 2019
Dec'17 to Sept'19
Project Handled:
Last Active: Jul-Sep 2020 Last Modified: Apr-Jun 2020
Urbishri Biswas
AWS Solution Architect-Associate certified engineer with 10 yrs of experience as AWS
Architect with Linux and Database in migration and support
Key Skills: Unix Shell Scripting,SQL,AutoSys,Linux,AWS,Cloud Computing,Cloud,Amazon Ec2,Amazon Web Services
Summary
An incisive individual with 10.5 years of industry experience, strong innovative and technical background.
? Having more than 3 yrs experience in Amazon Web Services. Having hands on experience in AWS services like EC2,
Elastic Load Balancer, Virtual Private Cloud (VPC), Elastic IPs, Security Groups, Network ACL, S3, Cloud Watch, RDS, EBS,
EFS, Auto Scaling, AWS IAM, AWS CLI, Lambda, Cloud Formation.
? AWS Certified Solution Architect â?? Associate certified.
? Having a qualitative experience in Application and Production Support (using Oracle PL SQL, UNIX Shell Scripting)
encompassing Application Support and development in the Telecom industry and Banking.
? Domain knowledge in Tele communication industry and Banking domain.
? ITV3SO ITIL V3 Intermediate : Service Operation certified.
? ITIL V3 Foundation 2011 certified.
? Currently associated with Accenture as a Specialist.
? Previously associated with Infosys, Ericsson India Global Services , Tata Consultancy Ltd., Kolkata & Pune
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 2/5
AWS Cloud Architect
Period : Decâ??17 to Sept 2019
Client Name : John Deere
Company : Infosys
Team Size : 25
? Involved in architecting and migrating existing John Deere applications to AWS environment.
? Leading the team.
? Involved in designing and deploying applications utilizing AWS components (including VPC, EC2, S3, EFS, RDS,
IAM) focusing on high-availability, fault tolerance, and auto-scaling.
? Creating Cloud Formation and Terraform templates for infrastructure deployment.
? Using Github and Jenkins for automated deployments in different environments as DEV, UAT and PROD.
? Support and problem investigation of the different deployed cloud environments, providing consultancy to clients as
required.
? Working on changes and service requirements.
? Working on POCâ??s on AWS cloud for demo purposes,
? Adhering all best practices for IT change management, Incident Management and Problem Management.
Date Ericsson India Global Services as Senior Engineer-Production Support
May 2015 to Nov 2017
Period : Mayâ??15 to Nov â??17
Involved in designing and deploying applications utilizing AWS components (including VPC, EC2, S3, EFS, RDS, IAM)
focusing on high-availability, fault tolerance, and auto-scaling.
Setup/Managing VPC, Subnets; make connection between different zones; Blocking suspicious ip/subnet via Network
ACL.
Migrated the current Linux environment to AWS environment and setting up a Hybrid cloud environment.
Data transfer from legacy system by setting up VPG over IPSec tunnel.
Implemented Application Load Balancers with different Target Groups to host different applications in a single server.
Setup a common storage in EFS and mounted it to all servers.
Created users and groups using IAM and assigned individual policies to each group.
Created SNS and assigned in auto-scaling group for notifications.
Experience with monitoring tools such as Cloud Watch.
Good understanding of ELB, Elastic IPâ??s, Security groups, NACL, NAT gateway, NAT Instance, Multi-AZ RDS.
Designed and developed automation scripts using AWS CLI commands for auto-assign Elastic IP.
Designed Lambda function to take regular AMI backup of instance data.
Deploying infrastructure using Cloud Formation templates.
Knowledge of AWS Dynamo DB, Redshift, Opsworks for configuration management.
Providing IAAS for AWS deployments.
Charging System Proactive Customer Support
Period : Mayâ??15 to till date
Client Name : Etisalat Egypt, Indosat, Celcom, Korek Iraq, MTN Congo.
Company : Ericsson India Global Services
Team Size : 15
Environment : Linux 2.6.18, Oracle 11g, Postgres
Description : Ericsson Charging System is a modular, scalable, open, single convergent Online Charging System
(OCS) using industry standards and protocols. Comprising all of the data charging and yield management capabilities
previously available only in separate offerings, Ericsson Charging System with mobile broadband charging gives the
operator an invaluable competitive advantage in the new Networked Society environment.It is the real-time heart of all
BSS: a scalable, flexible solution with a strong user-experience focus and future-proof product roadmap, enabling real-
time convergent charging, policy control, decoupling and fast service creation. It lets the operator control credit while
letting users control their costs through flexible packaging, bonuses and discounts. Whatever the service, whatever the
network, whoever the customer, Ericsson Charging System lets the operator realize and create new opportunities.
Key Deliverables:
Health Check of Charging System nodes likes SDP, VS , CCN , AIR , MINSAT , EMA , EMM for different operators. To
ensure timely and quality delivery for the mentioned service I have used nArgus tool developed in JAVA to generate Health
Check Reports in Excel sheet. Firstly different Health Check commands are executed in the Nodes and reports for the
same are taken and analyzed based on analysis criteria and finally the Full Report is prepared.
Responsible for Proactive Support Delivery.
Configuration of different nodes for different operators in nArgus tool.
Configured commands for CS node.
Made an User Guide documentation for nArgus automation tool.
Network Operation & maintenance, Application support of IN nodes like SDP, AIR , VS, MINSAT , EMM , EMA etc.
Have keen understanding of the Customer requirement and fulfilled the requirements of various customers like Etisalat ,
Singtel , Econet , Mtn with customized solutions.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 3/5
TATA Consultancy Ltd. as Systems Engineer
Jul 2013 to Apr 2015
Projects Handled:
OPTIMA Processing (Citi)
Period : Nov '14 to Apr '15
Client Name : Citi Group
Company : TCS Ltd.
Team Size : 15
Environment : Linux 2.6.18, Oracle 11g
Description : Optima is a consolodated warehouse which acts as a single source for calculating the various risk
parameters mainly to find the RWA which is the capital the banks needs to put aside to overcome the risk in case of any
loss It is Basel 3 complient risk calculation process. Optima for theit Risk calculations receives 235 Finance feeds and 6
Risk feeds depending to which Optima Data Acquisition process runs which loads the data into Oracle tables in Operation
Data Source(ODS) layer. The files are received from 60 finance partner systems and 5 risk systems on vairious bissiness
days. Once the Data Acquisition process is complete then an Outbound process runs where data Banking and Trading
book calculations are done and after processsing the data gets loaded to Sybase database from where various Risks are
calculated and reports and generated for end clients.
Key Deliverables:
Executing and monitoring the daily and monthly batches depending on the MQC requirements on different code base and
monthly data from prod in various UAT environments.
Involved in executing of component testing, Baseline, Triage testing, Integration testing in diffirent environments as per
release cycle.
Investigation of the job failures and the reporting the failures after proper investigations to test and development teams.
Maintaining, configuring and enhancement of Autosys jobs.
Preparing PL/SQL scripts for optimization.
Checking connectivity of Optimima with various other source systems amd partner systems.
Involved in testing of monthly releases in Production Environment. This involves in
upgrading release links, upgrading ETL and Autosys jobs, coordinating between Development and Support
teams, informing the status of release steps to financial controllers and senior client managers.
Ensuring creation of Change requests and incident records as and when required.
Batch Monitoring: Monitoring the Autosys jobs and ETL Jobs. Managing databases, servers, and hosts.
Investigating and troubleshooting ETL and Autosys job failures by logging on to Abinitio servers and checking logs.
Investigating various Database alerts like blocking, log space full.
Adhering all best practices for IT change management, Incident Management and Problem Management.
DSL - Detailed Sub-Ledger (MS)
Period : Mar '14 to Oct' 14
Client Name : Morgan Stanley
Company : TCS Ltd.
Team Size : 7
Environment : Linux 2.6.18, Oracle 11g
Description : The Detailed Subledger (DSL) is a major component of Pioneer integrating information flow across major
control functions. It addressses regulatory and audit findings thematically, providing an efficient framework for better
control and reporting over time.
Key Deliverables:
Monitoring and performance investigation in both Prod and UAT environment
Problem investigations, Support of the existing and growing number of production systems, providing
consultancy to clients as required
Maintaining, configuring and enhancement of Autosys jobs
Preparing PL/SQL scripts for optimization.
Involved in multiple releases into Production Environment. This involves in
upgrading release links, upgrading ETL and Autosys jobs, coordinating between Development and Support
teams, informing the status of release steps to financial controllers and senior client managers.
Ensuring creation of problem records from the incident records as and when required.
Batch Monitoring: Monitoring the Autosys jobs and ETL Jobs. Managing databases, servers, and hosts and
their system performance via IP Center and Teradata Viewpoint.
Investigating and troubleshooting ETL and Autosys job failures. Monitoring Workflows via Informatica
Workflow Monitor and Investigating failed workflows. Co-ordinating with other APG team in order to ensure smooth
resolution of issues.
Tech Mahindra Ltd as Software Engineer
Dec 2009 to Jul 2013
Projects Handled:
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 4/5
Balance Manager Production Support (AT&T., US)
Role : Application Support Group member
Period : Sept '12 to Jul '13
Client Name : AT&T, US
Company : Tech Mahindra Ltd. (Formerly Mahindra British Telecom Ltd.)
Team Size : 10
Description : Balance Manager is web based portal where each and every customer details, the plans used and
orders are maintained. The data is incorporated here from the production database. Balance manager is also a reporting
tool where different types of proactive reports in terms of defected and error out customer orders and data, so that those
customers can be fixed in advance. The whole system is maintained by Unix server in back end. The data represented
here is kept in sync with the legacy billing system of AT&T.
Key Deliverables:
Study of existing process and Impact analysis.
Solving regular tickets and work requests and providing support within SLA.
Writing PLSQL and UNIX scripts for solving tickets and optimization.
Monitoring adherence to the agreed incident/problem procedures including participating in high priority incident recovery
calls as and when required.
Coordinating between ASG (Tech Mahindra) in case of any issue to lead the problem to a corrective measure.
Support and handle deployment on regular basis.
Working closely with client in order to fix long running issues and reduce effort from ASG for the fix.
Sending regular status report to management
Adhering all best practices for IT change management, Incident Management and Problem Management.
Achievements:
Received periodic appreciation from Client and Onsite coordinators.
OSD (AT&T., US)
Role : Application Support Group member
Period : May '10 to Aug '12
Client Name : AT&T, US
Company : Tech Mahindra Ltd. (Formerly Mahindra British Telecom Ltd.)
Team Size : 5
Description : The Integrated Design and Inventory System (IDIS) is part of the AT&T Target Architecture. The AT&T
business requirements for the target system include the ability to Integrate Layer 1 design and inventory, Simplify user
experience, Integrate network solutions, Enable a single end-to-end view of customer and infrastructure circuits and
Automate end-to-end circuit design.
Key Deliverables:
Study of existing process and Impact analysis.
Adapting to new process.
Making sure issues/concerns are raised at the right time and resolved.
Production Fix, and CR development.
Investigating the root cause of the issue.
Preparing shell scripts & PL/SQL scripts to augment bulk orders.
Providing second line support for flow stream application, by handling & minimizing escalated faults cases.
Ensuring timely deliveries of work requests and quality of deliverables as per laid down processes by meeting SLAs.
Minimizing the impact on business critical orders in case of system failures by timely decision of load balancing and
throttling mechanisms.
Single handedly support rehome activities.
Single handedly done migration activities from old flow to new flow.
Provide Application Administration (Start app, Stop app, Sanity Test, Perform Server Monitoring).
Preparing Weekly Status Report and Monthly Issue Resolution Documents.
Monitoring adherence to the agreed incident/problem procedures including participating in high priority incident recovery
calls as and when required.
CANOPI Audit View - A website single handedly developed to facilitate the order journey, order status and order details.
Achievements:
Received AT&T Partner Award for Excellence for active participation in website development activity.
Received periodic appreciation from Client and Onsite coordinators.
Dec'09-Apr'10 underwent & successfully cleared Initial Training Program
Languages : PL/SQL, LINUX/UNIX, Shell scripts, Autosys, Java, J2EE
Courses : Software Engineering, IVVT Testing, Behavioural training
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 5/5
UG: B.Tech/B.E. (Computer Science and Engineering) from Bengal College of Engineering & Technologies, Durg in
2008
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Amazon Web Services,UNIX,LINUX 2019 3 Year(s) 6 Month(s)
Oracle 11g/ 10g/ 9i, Postgres, MySQL 2018 7 Year(s) 0 Month(s)
Autosys,PL/SQL,Shell Scripting 2018 8 Year(s) 0 Month(s)
Putty,Service now, BMC Remedy 2018 8 Year(s) 0 Month(s)
Toad, SQL developer, HP Quality Center 2018 5 Year(s) 0 Month(s)
MySQL Workbench 2017 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 222: Resume 1423 with similarity score 0.06131439209793354
B.E , MS , B.TECH full time , software developer react.js , express.js , core java , general , capstone , css , ledger , access , ug , affirmative action , information technology , hindi , cancer , maintenance , ltd , web technologies , authorization , english , farmers , node.js , bootstrap , status , emerging trends , agile , sql , email , ethics , grasp , application , mongodb , anvil , records , google maps , blockchain , group projects , computer science , languages , presentation skills , context , python , javascript , information retrieval , availability , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d5049115811…
https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d50491158110044130a5b580… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: Masters [Information Technology -
Networking]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computer Science and Engineerin) from TKR college of Engineering & Technology, Hyderabad,
Telangana, in 2017
PG: Masters (Information Technology - Networking) from Deakin University, Melbourne, Australia in 2019
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SAI KIRAN REDDY ETTE
MSIT graduate seeking roles in Software Engineering, Software Developer, Full Stack,
Database Management, Information Retrieval, Information Technology, Javascript,
Python, Node JS, React. JS, MongoDB, SQL, Core Java, C, Web Technologies
Key Skills: JavaScript, Node.js, React.js, Express.js, MongoDB, SQL, Python, Core Java, C, HTML, CSS, Agile
Methodology,
Summary
A budding professional; completed MSIT in Networking and B.Tech. in Computer
Science & Engineering
Good familiarity & understanding of the Technologies like MongoDB, React.js,
Express.js, Node.js & JavaScript through academic projects & practical exposure
A proactive learner with a flair for adopting emerging trends & addressing industry
requirements to achieve organizational objectives & profitability norms
Insightful knowledge of the academic concepts & their applicability in the practical
world through academic projects; completed 2 Group Projects namely My-Context
Cancer Records-Blockchain and Paddock Management App in Master of
Information Technology (Networking)
Focused & goal-driven individual with strong work-ethics & commitment to offer quality
work
Possess communication, analytical & presentation skills with capabilities to grasp new
concepts quickly and utilize the same in a productive manner
Education
IT Skills
Skill Name Version Last Used Experience
C, Java, Python, JavaScript & Node.js
React.js, HTML & CSS
SQL & Mongo DB
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d5049115811…
https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d50491158110044130a5b580… 2/2
Nature of Employment: Full Time
Project Location: Melbourne, Australia
Role: Programmer
Duration: Jul 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Melbourne, Australia
Role: Programmer
Duration: Jul 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Australia
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telegu Expert
Projects
Project Title: My-Context Cancer Records - Blockchain
Client: Capstone
Skill Used: MongoDB, React.js, Express.js, Node.js, Hyper Ledger
Role Description: Acted as MERN stack developer.
Project Details: The application allows granular control of patient records to be managed by the patient themselves via
interaction with a distributed ledger technology (DLT). My context intends to leverage the power of DLT to offer increased
availability, governance of records. This reduces the time and effort to achieve access to the patient record, thereby
increasing the cancer service.
Project Title: Paddock Management Application
Client: Anvil Creek Farm Pvt Ltd
Skill Used: NodeJS, MongoDB, JavaScript, HTML, CSS, Bootstrap, Google Maps Library.
Role Description: Acted as a front-end developer.
Project Details: The application helps farmers better manage their farm holdings. Farmers usually know the overall area of
their farm, but they don't have any idea about their individual paddocks when they are broken down. This makes it difficult for
them to manage the stock levels for each paddock
Rank 223: Resume 757 with similarity score 0.06066003928929346
B.E , B.TECH software development engineer , senior software engineer , full time , senior software developer , full stack developer react.js , ruby on rails , css , quantitative research , designation , ug , affirmative action , mysql , data analytics , hindi , maintenance , azure , ltd , authorization , english , apache kafka , bootstrap , status , shipping , protection , email , project , application , aws , financial research , less , solution architecture , android , data analysis , c++ , git , languages , arduino , data science , python , javascript , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a0749420947…
https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a07494209475542475f5f5b5… 1/2
Current Designation: Senior Software Engineer
Current Company: KredX
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
KredX as Senior Software Engineer
Dec 2020 to Till Date
Senior Software Developer
Meiji Shipping Group as Software Development Engineer II
May 2019 to Dec 2020
SDE 2(Python, RoR ,C++ and ReactJS)
1mg Pvt. Ltd., as Full Stack Developer
Nov 2018 to May 2019
SDE Intern
UG: B.Tech/B.E. (Computers) from KIIT Deemed to be University, Bhubaneswar in 2018
PG: in 0
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Nandini Rai
Currently working as a Software Development Engineer at Meiji Shipping Group as a
part of their Data Protection Team having keen interest in learning and working on new
technologies. I have sound knowledge and experience in Python, RoR, C++ and React
Key Skills: full stack developer,software developer,software development,requirement analysis,python,c,c++,ruby on
rails,html css,mysql,data science,data analytics,Data Analysis,Azure,AWS,Quantitative Research,react.js,Qualitative
Research,Financial Research
Summary
Result-oriented Professional with 2 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,C,C++,Ruby on
Rails,JavaScript,React.js,HTML,CSS,Bootstrap.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a0749420947…
https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a07494209475542475f5f5b5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA, PYTHON
C, C++ 14 2020 3 Year(s) 0 Month(s)
RUBY ON RAILS 5.2 2020 3 Year(s)
Javascript, React.js
HTML, CSS
BOOTSTRAP
MySQL, Apache Flink
Apache Kafka, Android
Arduino, NodeMCU, Git
Python 3.7 2020 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 224: Resume 220 with similarity score 0.060553662580332554
B.E , MS work from home , classifier , data analyst customer , algorithms , forest , deep learning , mar , nlp , data analytics , natural language processing , cluster , risk , text classification , pandas , application , numpy , computer vision , resume , electronics , machine learning , django , text analytics , assessment , python , object detection , feature selection Assessment
Q1. Why should you be hired for this role?
Python Data Analyst having experience working in Pandas,Numpy,Scikit.Having Knowledge of Machine Learning concepts.Interested in NLP and
Computer Vision and have done projects based on Text Analytics and Object Detection.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available for 3 months work from home internship starting immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 8870319558
Harshavardhini Selvaraajan
Bangalore, Coimbatore
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Data Analytics Django Deep Learning
Machine Learning
Bachelor of Engineering B.E, Electrical and Electronics Engineering
Sri Ramakrishna Engineering College
2012 - 2016
CGPA 7.90/10
Python
DevU.in, Bangalore
Jan 2018 - Mar 2018
Image Classifier
Oct 2019 - Nov 2019
https://github.com/Harshaselvaraj/Data-Analysis
Human Resource Retention
Jul 2019 - Aug 2019
https://github.com/Harshaselvaraj/Data-Analysis
Text Classification
Jan 2019 - Feb 2019
https://github.com/Harshaselvaraj/Text-POC
Risk Stratification Analysis
Jun 2018 - Oct 2018
Used various Classification algorithms and deployed
Random Forest to predict risk stratification in diabetic patients. A
predictive model was developed with an accuracy score of 0.78
User Grouping using K-means Clustering
Jan 2018 - Apr 2018
Developed a python application to group similar users based
on demographic information such as age, gender, Customer since etc.
Worked on Feature Selection and Cluster size determination.
https://github.com/Harshaselvaraj/Data-Analysis
https://github.com/Harshaselvaraj/Data-Analysis
https://github.com/Harshaselvaraj/Text-POC
Rank 225: Resume 1306 with similarity score 0.06018613670475559
B.E , MS , B.TECH , BS system administrator , devops , software developer , scaler , cloud engineer , full time award , customer , security , microsoft azure , platforms , bash , docker , linux , measurements , gateway , synchronization , status , xml , writing , fundamentals , ec2 , data center , sql server , sales strategy , system administration , amazon web services , automation , ansible , infrastructure management , functional specifications , devops , access , kubernetes , designation , plugins , opennms , hindi , windows , english , troubleshooting , project , provisioning , architecting , disaster recovery , git , yaml , javascript , disk , html , general , performing , affirmative action , mysql , power bi , utilization , unix , basic , postgresql , email , business intelligence , aws , configuration management , operations , new features , pod , languages , search , root cause analysis , database , api , functionality , software solutions , jenkins , migrating , ecr , ami , authorization , scalability , application , less , electronics , ecs , servers , s3 , running , shell scripting , translation , kannada , communications , python , hyperic , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d460045…
https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d4600450715145e0c5c… 1/2
Current Designation: Cloud Engineer
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Systems / EDP / MIS
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electronics and
Communications]
Verified : Phone Number | Email - id
Mindtree Limited as Cloud Engineer
Apr 2018 to Till Date
Key Result Areas:
Proposing a solution on AWS for sharing the files and auto synchronization from desktops
Provided security and managed user access and quota using AWS Identity and Access Management (IAM)
Performing and provided business intelligence reports over sales strategy management application using technologies
like Power BI and Azure SQL Server
Creating & providing Automation scripts to the customer where it will on/off the Virtual machine in Azure to the specified
time
Managing the existing cloud platform environments via various monitoring solutions available
Managing Applications (infrastructures Monitoring system), servers and
operations across multiple platforms (UNIX, Linux, and Windows)
Writing Ansible playbooks to manage configurations and automate installation process
Monitoring and troubleshooting of the File System issues, CPU and Memory utilization of servers.
Creating pods, deployments, job, cronjob, horizontal pod auto scaler, pod preset, secret etc. using yaml file in
Kubernetes
Managing Docker containers(Provision, Start, Stop, Restart, Remove and rebuild containers)
Highlights:
Brought in New Solutions to MWatch (Internal tool) to increase the capability in Monitoring, Possess good knowledge
on Newrelic monitoring
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
VIJAYKUMAR HOSAMANI
Cloud Engineer seeking roles in System Administration, Cloud Computing, Technical
Support, Release Management, Project Management, Configuration Management, IT
Infrastructure Management, Devops, Linux, Jenkins, Python, MySQL, HTML, GIT,
Ansible.
Key Skills: Cloud Engineer,System Administrator,Cloud Computing,Project Management,Configuration Management,IT
Infrastructure Management,Devops,Linux,Jenkins,Python,MySQL,GIT,Ansible,Docker.,IAM,kubernetes,AWS,Microsoft
Azure,Amazon Ec2,GCP,Amazon Web Services
Summary
A Competent professional offering an experience in over 2 years in DevOps, Infrastructure Management. Skilled at architecting
and designing solutions on Cloud platforms for a variety of internal and external product use by clients. Hands-on in AWS [EC2,
ECR, ECS, Lambda, S3, IAM, Auto Scaling, ELB], integrating services using API Gateway. Created automation scripts for ELK
using Bash, Running curator jobs which helps to make ELK usable, AMI patches and updates through the CFT. Designed
plugins and monitoring solutions to pull the required measurements from servers using Hyperic HQ application. Possess
technical and analytic skills that help in root Cause analysis and resolution of complex technical blockers, generate alternatives,
and identify the best technical solution. Excellence in gathering and understanding requirements of clients & other multiple
stakeholders, followed by translation into functional specifications as well as provisioning of suitable software solutions
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d460045…
https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d4600450715145e0c5c… 2/2
Provided Demo to various customer on Current functionality.
Provided new features/ideas to MWatch to have more automation capabilities, easy usage and scalability and so on
Automated the daily task using by shell script like taking backup of MySQL/Postgres Database and also to notify if the
Disk threshold breach then mail triggering. Etc?
Received the A-Team Award for:
o Migrating the monitoring of Production Servers in Catalina, to Orlando Data Center with Stupendous success
o completing the disaster recovery drill
UG: B.Tech/B.E. (Electronics and Communications) from Rural Engineering College, Hulkoti in 2017
Other Qualifications/Certifications/Programs:
AWS FUndamentals - Going Cloud Native
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Linux, AWS, Microsoft Azure
Git, Jenkins, Ansible, Docker
Kubernetes, ELK(Elastic search)
Shell Scripting, Python, ECR
Terraform, MySQL, Networking
Windows, IT Administration
Basic Java, HTML, XML, DevOps
MWatch, OpenNMS, Newrelic
Hyperic, Cloud Computing, Unix
EC2, VPC, S3, PostgreSQL, ECS
Power BI, Azure SQL Server, ELB
Database, Lambda, IAM, Auto Scaling
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Rank 226: Resume 341 with similarity score 0.06002877633999786
B.S , MS , BS work from home , full time training , assessment , player , resume , python , english , ml , ion , java , machine learning , record , computer science , teaching Assessment
Q1. Why should you be hired for this role?
I am currently pursuing diploma in AI and ML from University of Hyderabad, after having completed my graduation in Computer Science. In order
to further enhance my knowledge in this field I have also done industrial training in AI and DS from Coding Blocks. I have also worked on two more
projects related to this field. My good academic record reflects my sincerity towards work. I am hard working and have a thirst for learning new
things . Moreover, I'm a team player and working as a teacher has improved my communication skills and patience . I believe working with your
company will help me further enhance my knowledge and I will try my best to prove myself as an asset for your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full time starting 13 february but might have exams in between .
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 7988146008
Muskan Kathuria
Delhi, Panipat
Applied 08 Feb'21
Python C Programming English Proficiency Spoken)
English Proficiency Written) Java MSExcel
Machine Learning
Bachelor of Science B.Sc) Hons.), Computer science
Keshav Mahavidyalaya University Of Delhi)
2016 - 2019
CGPA 7.97/10
Teaching
White-Hat Junior, Virtual
Sep 2020 - Present
Lead a team of 10 people for technical event of college fest .
6-month Industrial Training In ML And DS
coding blocks, Noida
Jan 2020 - Jun 2020
Rank 227: Resume 938 with similarity score 0.05988014259970788
B.E , B.TECH software engineer , associate , product development , software developer , full time react.js , award , web development , general , telugu , css , designation , visual studio , tamil , web projects , affirmative action , web design , interpersonal skills , gap analysis , technology services , maintenance , php , jquery , authorization , english , itc , web applications , bootstrap , status , sql , email , aws , mvc , s3 , debugging , problem solving , git , languages , framework , html5 , javascript , program management 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195…
https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195018175f5d5c0… 1/2
Current Designation: Associate IT
Current Company: ITC InfoTech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 4 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ITC InfoTech as Associate IT
Jul 2019 to Till Date
Wankys Software Technologies as Software Engineer
Nov 2017 to Jul 2019
BluRover Software Technology Services as Software Engineer
May 2016 to Oct 2017
UG: B.Tech/B.E. (Computers) from JNTUA in 2016
Last Active: 2-Feb-21 Last Modified: 29-Jan-21
Chandini Perithambi Muni
Associate IT seeking roles in Application Development,Product Development,Project
Management, Program Management,Requirement Gathering, Business
Analysis,Debugging,Coding,Gap Analysis,Solution Designing, Change
Management,HTML,CSS,JAVASCRIPT,JQUERY
Key Skills: Javascript, HTML, CSS, Bootstrap, Responsive, Web Design, Html5, UI Development, Web Development,
React.Js,
Summary
* 4 years of experience in the development of Web applications using HTML and PHP Technologies.
* Hands on experience in HTML, CSS, JAVASCRIPT, JQUERY, PHP, SQL, BOOTSTRAP.
* Knowledge of MVC framework for the development of Web projects.
* Cohesive team worker, having strong analytical, problem solving and interpersonal skills.
* Got appreciation award as Outstanding Contribution in product development
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195…
https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195018175f5d5c0… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HTML, Javascript, Jquery
BootStrap,CSS
SVN, Sublime, GIT, Visual Studio
Appzillion, AWS s3
MVC framework - Phalcon , React Js
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 228: Resume 1071 with similarity score 0.059816292956374785
B.E , MS , B.TECH full time , project lead , data scientist , software developer api , encryption , onboarding , algorithms , skype , nosql , designation , ug , mar , affirmative action , hindi , maintenance , authorization , english , status , metadata , bot , solr , email , electronic trading systems , express , project , store , devices , sports , solution architecture , transportation , cuda , microsoft , facebook , features , git , computer science , order management , finance , context , chat , payments , html5 , languages , amazon dynamodb , database , isolation , probability , hbase , personalization , javascript , history , search , equities , third party applications 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19…
https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19041514505b0a… 1/2
Current Designation: Quantitative Strategist -Software
Development
Current Company: Goldman Sachs
Current Location: Hyderabad / Secunderabad
Pref. Location: Delhi / NCR,INDIA,Other International Location
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Goldman Sachs as Quantitative Strategist -Software Development
Aug 2017 to Till Date
Design and implement of backend of electronic trading systems which includes Execution Algorithms in Equities,
Automated Order Management and fills reconciliation. The tech stack used includes Node JS, Express, React including
context API, Mongo DB and Git.
Microsoft as Applied Data Scientist
Jun 2016 to Aug 2017
Personalized Reactive Answers on Cortana and Bing.com: Personalization of Bing results on Cortana and Bing.com. This
includes search results of sports, flights, finance, restaurants etc. based on user's search history.
Cortana Bot for Skype: Worked on a chat bot which can be linked with third party applications like skype, Facebook
messenger. This interacts with users in a personalized fashion giving answers as per their choices and preferences.
Portable Cortana: Integrating Cortana with smart devices like TV, refrigerators, ACs where Cortana can assist users in an
intelligent fashion.
Amazon Development Centre as Software Developer
Jun 2015 to Jun 2016
Worked on an onboarding and account management platform for third party stores that could perform last-mile delivery on
behalf of Amazon. This included doing architectural designing as well as implementation. The features related to secure
document upload view and payments involved encryption algorithms, dealing with consistency and isolation were
implemented.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
AGRITA KHATTAR
Quantitative Strategist seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React,Node Js,Algorithms,Data
Structures,JavaScript,HTML5,dynamoDB,HBase
Key Skills: Quantitative Strategist,Project Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React,Node Js,Algorithms,Data
Structures,JavaScript,HTML5,dynamoDB,HBase
Summary
Result-oriented Professional with over 5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React,Node Js,Algorithms,Data
Structures,JavaScript,HTML5,dynamoDB,HBase.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19…
https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19041514505b0a… 2/2
Worked on Amazon dynamoDB, a NoSQL database for maintaining store's metadata. Store geolocating and automatic
shipment services were built by using complex algorithms for dealing with store capacity to minimize the transportation
cost.
UG: B.Tech/B.E. (Computer Science and Engineering) from Delhi Technological University, New Delhi in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React, Node Js
Algorithms, Data Structures
JavaScript
HTML5
PROBABILITY
CUDA, dynamoDB
HBase, SOLR
TensorFlow
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 229: Resume 872 with similarity score 0.05979353622334123
B.E , MS , B.TECH senior product analyst , full stack engineer , devops , full time , senior design engineer robotics , filters , nlp , docker , linux , waterproofing , digital , node.js , status , rabbitmq , samba , l&d , google scholar , features , salesforce , google analytics , pipeline , algorithm design , devops , kubernetes , designation , prototype , rhel , heroku , english , alexa , agile , project , mongodb , ownership , solution architecture , angularjs , consulting engineering , redis , construction , srm , flow , react native , design engineering , computer science , machine learning , structural repairs , flask , javascript , positioning , technology , ethical hacking , ldap , general , thermal , affirmative action , advanced , postgresql , email , wordpress , aws , tesseract , network security , microsoft , universities , engineering design , languages , transmission lines , search , scopus , buildings , prospect , onboarding , asset tracking , nosql , entrepreneurship , ug , authentication , apache , azure , authorization , maps , enterprise , application , cucumber , paper , ladder , led , hiring , competitive assessment , functional training , framework , cvs , python , rapid prototyping , chemical plants , process optimization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 1/3
Current Designation: Senior R&D Engineer
Current Company: Genisys Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Engineering Design / R&D
Role: Sr. Design Engineer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Genisys Group as Senior R&D Engineer
Feb 2019 to Till Date
Digital Engineering Services
Achievements/Activities
I worked on an enterprise OCR implementation (Tesseract) at scale for a logistics company with 86 point registry and
higher order
complexity with regards to positioning of fields and filters in place. [Tech Stack: Python, MongoDB, RabbitMQ, Apache,
NodeJS,
AngularJS, LDAP, Samba, RHEL, Custom Shell based scaling pipeline.].
I lead a core NLP based talent aquisition project for hiring high prospect professors at universities. Currently working on an
extension
paper on this new approach. [Weighted scoring, based on empirical data parsed through CVs coupled with real life
contributions in their
respective fields from citation sites like Google Scholar, Scopus etc..] [Tech: Python, Flask, MongoDB, React, Apache,
USE].
I worked on a realtime asset tracking solution at scale for a logistics company. [Tech Stack: NodeJS, React, Google
Dynamic Maps, Redis
Cache, AWS].
I worked on creating a loosely coupled Google DialogFlow based framework to auto generate quick prototype chatbots
with integrated
flow. [Tech Stack: Python, Flask, DialogFlow].
I lead R&D and architected a product idea the company is working on for a Self Sustaining AMS. [Source:
https://genisysgroup.
Last Active: 29-Jan-21 Last Modified: 28-Jan-21
Swarnava Bhattacharya
Senior R&D Engineer seeking roles in Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement
Analysis, Solution Architecture, Python, Linux, Docker, Azure, Java, Node.Js, IOT
Key Skills: Senior R&D Engineer, Senior Design Engineer, Detail Engineering, Design Engineering, Process Optimization,
Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python, Linux, Docker,
Azure, Java, Node.Js, IOT
Summary
A competent professional with nearly over 3.3 years of experience in in industrial construction like chemical plants,thermal
power station, hydro power stations, transmission lines, residential buildings,
consulting engineering company giving service in Project management, waterproofing, structural audit, structural repairs.
Training of construction personnel on functional training of construction. Skilled with Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python,
Linux, Docker, Azure, Java, Node.Js, IOT
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 2/3
com/digital/ams/].
I recently worked on a facial detection/recognition based system of authentication for a banking company. [Tech Stack:
Python, Flask,
AWS Rekognition, Flutter, Twillio, Azure].
I do rapid prototyping with Alexa/Google based approaches and other IOT implementations for client process optimization.
Briefly supported a few short term, WordPress, Cucumber, JWT, Salesforce, Heroku and Elastic Search based projects.
MyAnatomy Integrations as Senior Product Analyst
Oct 2017 to Feb 2019
Competitive Assessment, Smart Recruitment and L&D platform.
Achievements/Activities
I joined this product based startup as a fresher intern and quickly moved up the ladder to lead a team of product analysts
with my
product ownership and analysis through market study on the competitors.
I travelled across India with the team and personally ran technical delligence in succesfully converting 50+ clients like
Microsoft, LG, PwC
etc.. into onboarding with us.
I set up and led DevOps at MyAnatomy as a startup to help scale our platform in a very short period of time when we went
viral and had
unexpected surge of users.
I could envision and implement scope of improvements and feature updates along with the dev team based on client
interactions in an
agile oriented development cycle.
I also worked as a full stack engineer on our core product to develop insightful analytics and product features. [Tech Stack:
JAVA (Ninja
Framework), AngularJS, PostgreSQL, NodeJS, React, React Native, GCP, Google Analytics].
UG: B.Tech/B.E. (Computer Science and Engineering) from SRM INSTITUTE OF SCIENCE AND TECHNOLOGY in 2017
Other Qualifications/Certifications/Programs:
Network Security and Ethical Hacking Workshop
Python Workshop
Advanced Java-Data Structures and Algorithm Design
Robotics Workshop
Young Mind Entrepreneurship Program
Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Python, Linux, DevSecOps
docker, kubernetes, AWS
Azure, JAVA, NodeJS, React
AngularJS, NoSQL, SQL, MQ
NLP
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 230: Resume 748 with similarity score 0.059773764203926015
B.E , MS , B.TECH senior product analyst , full stack engineer , devops , full time , senior design engineer robotics , filters , nlp , docker , linux , waterproofing , digital , node.js , status , rabbitmq , samba , l&d , google scholar , features , salesforce , google analytics , pipeline , algorithm design , devops , kubernetes , designation , prototype , rhel , heroku , english , alexa , agile , project , mongodb , ownership , solution architecture , angularjs , consulting engineering , redis , construction , srm , flow , react native , design engineering , computer science , machine learning , structural repairs , flask , javascript , positioning , technology , ethical hacking , ldap , general , thermal , affirmative action , advanced , postgresql , email , wordpress , aws , tesseract , network security , microsoft , universities , engineering design , languages , transmission lines , search , scopus , buildings , prospect , onboarding , asset tracking , nosql , entrepreneurship , ug , authentication , apache , azure , authorization , maps , enterprise , application , cucumber , paper , ladder , led , hiring , competitive assessment , functional training , framework , cvs , python , rapid prototyping , chemical plants , process optimization 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 1/3
Current Designation: Senior R&D Engineer
Current Company: Genisys Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Engineering Design / R&D
Role: Sr. Design Engineer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Genisys Group as Senior R&D Engineer
Feb 2019 to Till Date
Digital Engineering Services
Achievements/Activities
I worked on an enterprise OCR implementation (Tesseract) at scale for a logistics company with 86 point registry and
higher order
complexity with regards to positioning of fields and filters in place. [Tech Stack: Python, MongoDB, RabbitMQ, Apache,
NodeJS,
AngularJS, LDAP, Samba, RHEL, Custom Shell based scaling pipeline.].
I lead a core NLP based talent aquisition project for hiring high prospect professors at universities. Currently working on an
extension
paper on this new approach. [Weighted scoring, based on empirical data parsed through CVs coupled with real life
contributions in their
respective fields from citation sites like Google Scholar, Scopus etc..] [Tech: Python, Flask, MongoDB, React, Apache,
USE].
I worked on a realtime asset tracking solution at scale for a logistics company. [Tech Stack: NodeJS, React, Google
Dynamic Maps, Redis
Cache, AWS].
I worked on creating a loosely coupled Google DialogFlow based framework to auto generate quick prototype chatbots
with integrated
flow. [Tech Stack: Python, Flask, DialogFlow].
I lead R&D and architected a product idea the company is working on for a Self Sustaining AMS. [Source:
https://genisysgroup.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Swarnava Bhattacharya
Senior R&D Engineer seeking roles in Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement
Analysis, Solution Architecture, Python, Linux, Docker, Azure, Java, Node.Js, IOT
Key Skills: Senior R&D Engineer, Senior Design Engineer, Detail Engineering, Design Engineering, Process Optimization,
Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python, Linux, Docker,
Azure, Java, Node.Js, IOT
Summary
A competent professional with nearly over 3.3 years of experience in in industrial construction like chemical plants,thermal
power station, hydro power stations, transmission lines, residential buildings,
consulting engineering company giving service in Project management, waterproofing, structural audit, structural repairs.
Training of construction personnel on functional training of construction. Skilled with Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python,
Linux, Docker, Azure, Java, Node.Js, IOT
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 2/3
com/digital/ams/].
I recently worked on a facial detection/recognition based system of authentication for a banking company. [Tech Stack:
Python, Flask,
AWS Rekognition, Flutter, Twillio, Azure].
I do rapid prototyping with Alexa/Google based approaches and other IOT implementations for client process optimization.
Briefly supported a few short term, WordPress, Cucumber, JWT, Salesforce, Heroku and Elastic Search based projects.
MyAnatomy Integrations as Senior Product Analyst
Oct 2017 to Feb 2019
Competitive Assessment, Smart Recruitment and L&D platform.
Achievements/Activities
I joined this product based startup as a fresher intern and quickly moved up the ladder to lead a team of product analysts
with my
product ownership and analysis through market study on the competitors.
I travelled across India with the team and personally ran technical delligence in succesfully converting 50+ clients like
Microsoft, LG, PwC
etc.. into onboarding with us.
I set up and led DevOps at MyAnatomy as a startup to help scale our platform in a very short period of time when we went
viral and had
unexpected surge of users.
I could envision and implement scope of improvements and feature updates along with the dev team based on client
interactions in an
agile oriented development cycle.
I also worked as a full stack engineer on our core product to develop insightful analytics and product features. [Tech Stack:
JAVA (Ninja
Framework), AngularJS, PostgreSQL, NodeJS, React, React Native, GCP, Google Analytics].
UG: B.Tech/B.E. (Computer Science and Engineering) from SRM INSTITUTE OF SCIENCE AND TECHNOLOGY in 2017
Other Qualifications/Certifications/Programs:
Network Security and Ethical Hacking Workshop
Python Workshop
Advanced Java-Data Structures and Algorithm Design
Robotics Workshop
Young Mind Entrepreneurship Program
Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Python, Linux, DevSecOps
docker, kubernetes, AWS
Azure, JAVA, NodeJS, React
AngularJS, NoSQL, SQL, MQ
NLP
Languages Known
Language Proficiency Read Write Speak
English
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 231: Resume 457 with similarity score 0.059665880570168243
B.E , MS work from home c programming , mongodb , assessment , resume , computer engineering , python , javascript , android , ion , technology , machine learning , computer science , mysql , database , kickstart Assessment
Q1. Why should you be hired for this role?
I have recently graduated in Computer Engineering from MIT pune with a first class with distinction.I want to enhance my knowledge and skills
further and an internship at your company will be helpful to kickstart my career.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available immediately for a work from home internship for the duration of 3 months.
Resume
EDUCAT ION
CONTACT Phone: 91 7756973280
Riya Abhyankar
Pune
Applied 08 Feb'21
Python C Programming C Programming
Data Structures Database Management
System DBMS
Java
JavaScript Machine Learning MongoDB
MySQL Swing Java) Android
R Programming
Bachelor of Engineering B.E, Computer Science
Maharashtra Institute Of Technology, Pune.
2014 - 2020
CGPA 8.08/10
Rank 232: Resume 967 with similarity score 0.05949789277157622
B.E , MS , B.TECH , BS full stack developer , software engineer , full time , software developer react.js , award , api , functional specifications , core java , software solutions , algorithms , css , designation , ug , mar , affirmative action , mysql , hindi , technical requirements , linux , webpack , ltd , jquery , json , authorization , english , team building , design documents , status , email , project , integration testing , application , corrective maintenance , mumbai , rest , mvc , flow , unit testing , languages , work processes , it operations management , documentation , html5 , operational support , level design , mobile , negotiation , javascript , crm , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185…
https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185518435c095d5… 1/2
Current Designation: Engineer
Current Company: Mphasis
Current Location: Mumbai
Pref. Location: Mumbai,Mumbai Suburbs,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 4 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Mphasis as Engineer
Apr 2019 to Till Date
Full Stack develover. Worked as a full stack on the Crm product of the company which helps the various banking clients to
manage its services.
HCL Technologies Ltd as Software Engineer -Software Development
Jan 2017 to Jan 2019
1: Bagged multiple appreciations and ?IMPACT Award? from client within 2 months of service
2: Performed detailed design of modules along with their implementation, and documentation; integrated software
modules developed by other team members, and performed integration testing: conducted Unit Testing of applications
Optimus Information as Software Engineer
Mar 2014 to Jun 2015
* Transformed a desktop view of the website to mobile view for Pet Flow Project
Last Active: 29-Jan-21 Last Modified: 6-Jan-21
SAKSHI SAXENA
Software Engineer,Seeking Opportunities in Software Development,IT Project
Management,Application Development,IT Operations Management,Requirement
Gathering,Core Java, Reactjs,JavaScript,JQuery,HTML,CSS,Linux
Key Skills: java,jsp,core java,react.js,rest,javascript,jquery,html,css,data
structures,MySQL,Ajax,algorithms,webpack,babel,Full Stack Developer,Javascript,JQuery,CSS,HTML,Java,JSON,UI
Development,MVC,Html5
Summary
* Achievement- driven professional with experience of over 2 years in Software Development
* Developed software solutions by studying information needs, conferring with users, studying systems flow, data usage, and
work processes
* Understood process requirements and provided use cases for business, functional & technical requirements
* Interacted with users for requirement gathering; prepared functional specifications & low-level design documents
* Assisted in determining operational feasibility through analysis, problem definition, requirement analysis, and proposing
solutions
* Maintained program modules including operational support, problem resolution, production support, preventative and
corrective maintenance and enhancements
* An effective communicator with honed interpersonal, team building, negotiation, presentation, convincing and analytical
skills
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185…
https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185518435c095d5… 2/2
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2013
PG: NA (na) in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JSP 0 1 Year(s) 6 Month(s)
React.js 0 1 Year(s) 0 Month(s)
HTML 0 3 Year(s) 0 Month(s)
JavaScript,jquery,css 0 3 Year(s) 0 Month(s)
CORE JAVA 0 1 Year(s) 6 Month(s)
REST-API 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 233: Resume 1207 with similarity score 0.0593289467559796
B.S , MS system administrator , devops , technical associate , management consulting , change management , full time , service provider constructive feedback , cards , training , coaching and mentoring , nfs , customer , office , partition , platforms , web traffic , environmental science , docker , linux , postfix , kpi , outsourcing , ccna , test cases , red hat , status , bridge , samba , testing , management consulting , network services , building , it infrastructure , solaris , redesigning , system administration , remote administration , suite , sat , handsets , ansible , financial applications , vulnerability assessment , devops , open source , access , kubernetes , designation , ip networking , rhel , hindi , cluster , ltd , windows , architects , english , troubleshooting , optimizer , project , ftp , range , ibm , syslog-ng , change management , word , javascript , technology , business requirements , rpm , rca , general , performing , affirmative action , uptime , maintenance , basic , unix , remote monitoring , escalation , architecture , email , aws , ubuntu , bind , bengali , siem , edge , third party vendors , data center operations , languages , server admin , client requirements , load balancing , amazon , raspberry pi , mobile , database , hardening , veritas , dns server , jenkins , rfp , infoman , openshift , ug , telecom , authentication , firewall , apache , azure , authorization , business solution , excel , matrix , devices , records , participation , user administration , mainframe , servers , running , problem solving , system performance , offshore , radius , cloud computing , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f1…
https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f140315415c555c… 1/3
Current Designation: Cloud Operations Engineering Sr. Analyst
(System Administrator)
Current Company: Accenture India
Current Location: Delhi
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.A [English]
Verified : Phone Number | Email - id
Accenture India as Cloud Operations Engineering Sr. Analyst (System Administrator)
Apr 2015 to Till Date
Accenture India Pvt. LTD is a leading service provider in the world delivering technology driven IT business solution that
meet the strategic objectives of client. Accenture India Pvt. Ltd. operates as a management consulting, technology
services, and outsourcing company.
Responsibilities and Role at Accenture.
Develop, plan, and implement automated application deployments on AWS for the client
Provide technical support, troubleshooting, and complex problem resolution on escalated issues while monitoring and
maintaining application environment stability.
Experience deploying and operating Linux variants in a cloud environment
Experience deploying and operating Windows in a cloud environment
Experience in user access Management thru IAM and Azure AD.
Creating ,deploying and maintain cloud instances.
Managing datacenter remotely for our client which hosts important financial applications, on Linux, Ubuntu & Red hat
versions).
Last Active: 30-Nov-20 Last Modified: 30-Nov-20
Arijeet Majumdar
Aws certified, Ms Azure,RHCE,CCNA,Sr. Analyst,Seeking assignments in System
Administration,Devops ,Cloud Computing,IP Networking,IT Infrastructure,Access
Management,Vulnerability Assessment,Data Center Operations,Technical
Support,Devops,Server Admin
Key Skills: system administrator,cloud computing,ip networking,it infrastructure,access management,data center
operations,technical support,rhce,ccna,aws,jenkins,container,redhat linux,Devops,Linux,Team Handling,Team
Leading,Docker,kubernetes,AWS,Openshift
Summary
Competent diligent and result oriented professional with an experience of over 14+ years in the field of remote administration on
Linux/Unix OS, installation and configuration of servers and open source applications/product bases applications. Amazon and
Azure cloud certified Professional
Having excellent analytical and problem solving skills and a strong ability to work with minimal supervision. Providing remote
support, maintenance &Linux Trouble shooting issues related to OS, Network.
Intend to build a career with leading corporate having a high-tech environment .Playing new roles and thereby utilizing my skills
(technical, management) effectively .Pursuing a challenging role and meeting organizational goals through individual efforts and
team work.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f1…
https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f140315415c555c… 2/3
Managing 99.98% uptime of the servers.
Maintaining clients DNS architecture running on bind application.
Creating and Adding DNS records, zones ,configuring domain based forwarders.
Taking care of client authentication using radius servers in the environment.
Maintaining clients IP network through DHCP using tools like IPAM in the environment.
Setting up and configuring syslog-ng on the client servers.
Managing syslog-ng to send feed to different SIEM servers for vulnerability assessment and monitoring any suspicious
activity in the network.
Implementing firewall related rules on the servers.
Doing daily day to day administration on the Linux servers .
Preparing SOP's for changes happening across the environment.
Working as a technical SME in approving changes created by other colleagues.
Representing changes related to Linux infrastructure in client and management change advisory board.
Taking care of critical client escalation.
Upgrading Linux servers in the environment (doing cyclic patching in the environment)
Taking active participation on Tech Bridge for Major impacting incidents.
Provide RCA analysis for Major incidents.
Providing fixes and solutions as per Problem Incidents assigned.
Designing client's future infrastructure, as per build contract, liaising with different technical architects and SME's across
various platforms.
Coaching and mentoring fellow team colleagues on technical aspects.
Defining roles and responsibilities of fellow team colleagues. Deciding their KPI's and matrix.
Giving constructive feedback to colleagues for improving their technical skills.
Taking part in appraisal relate discussion with higher management for my teammates.
Working on RFP for client as they intend to leverage cloud infrastructure in their environment.
Projects handled here in Accenture
Handled Data center migration for the clients major Datacenter across EMEA, AMERICA, APAC regions
Prepared SOP's for handling data center migrations.
Syslog architecture redesigning and implementation for existing and upcoming sites.
Integrated Raspberry PI devices to the AD infrastructure of the client.
Enabled Raspberry PI devices to place business related calls to end customers.
IBM as Senior Operations Professional(System Administrator)
Jul 2011 to Apr 2015
IBM India Pvt. LTD is a leading service provider in the world.delivering technology driven business solution that meet the
strategic objectives of client. It has a complete range of IT services that addresses the need of both technology and
business requirements to help organizations leverage leading edge.
Working for a Major Nationalized bank in Australia.
Managing datacenter remotely for our client (NAB) which hosts important banking applications, database etc.(production
and DR boxes and testing and development boxes running on Linux,)
Managing VERITAS cluster and volume manager.
Managing 99.98% uptime for the Linux/Unix production servers.
Managing and collaborating with third party vendors for hardware/ OS issues.
My responsibilities to solve technical problems related to system Administration on Linux servers for FTP, Samba,NFS.
Handling of day to day operations, Installing software's, applying patches related to OS, manage files systems, monitoring
performance and troubleshooting alerts.
Building and configuring RHEL,implementing automated task through crontab.
Coordinating with applications and database team for applying patches.
Managing SAN from Linux OS point of view, Managing physical and logical volumes.
Performing User Administration in Linux.
Creating, Mounting, Growing ,Shrinking system partition and also performing basic cluster administration using veritas
cluster suite
Managing primary site and successfully testing DR site of client as per requirement
Configuring Network services on Linux.
Base lining and Hardening of server as per client requirements.
Performing Application Upgrades via RPM installation and Patches installation.
Monitoring System Performance of Linux Servers.
Troubleshooting Operating system related issues.
Performing Application Upgrades via RPM installation and Patches installation.
Incident management and Change Management through mainframe software Infoman.
Maintaining and troubleshooting of apache services, Postfix mail services and making DNS entries.
Handling day to day incidents and resolving in specified time frames.
Also involved in transferring knowledge to new joiners in the projects.
Onsite Responsibilities@ IBM Australia/NAB
Went to Australia for receiving knowledge transfer for the project.
Performed parallel from onsite and also transferred knowledge to the offshore team in IBM Noida office.
Tech Mahindra as Technical Associate (System Administrator)
Apr 2008 to Jul 2011
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f1…
https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f140315415c555c… 3/3
Handling Deployments at the customer site for the client Bharti. Thereby enabling Bharti to optimize web traffic generated
by Mobile Handsets & Data cards.
Configuring and Installing Linux on servers.
Configuring Network services on Linux.
Configuring and Installing Solaris-10 on servers.
Configuring Network services on Solaris.
Performing User Administration in Linux.
Monitoring System Performance of Linux Servers.
Troubleshooting Operating system related issues.
Performing Application Upgrades via RPM installation and Patches installation.
Performing Various System Administration activity.
Configuring Load balancing on the Solaris servers by using IPMP.
Imparting Deployment related Training to the fellow colleagues.
Remote Monitoring of logs generated by the Web optimizer application.
Performing Site Acceptance Test (SAT) at the client site.
Performing SAT test cases.
Sending Reports to the client on Daily and Monthly Basis.
UG: B.Sc (Environmental science) from Science College (Jabalpur) in 2000
PG: M.A (English) from ST. Aloysius college (Jabalpur) in 2003
Other Qualifications/Certifications/Programs:
PGDCA
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS word, MS excel, MS power point rhel 4
5
2018 12 Year(s) 1 Month(s)
AZURE 2018 1 Year(s)
DNS server bind 2018 5 Year(s)
AWS 2019 1 Year(s) 6 Month(s)
DOCKER 18 2019 0 Year(s) 10 Month(s)
Kubernetes 1.13 2019 0 Year(s) 6 Month(s)
Ansible 3 2019 0 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Bengali Proficient
Rank 234: Resume 1454 with similarity score 0.05920185887301487
B.E , MS , B.TECH , BS application support , software developer , full time , part time , change management data warehousing , ipa , classification , designation , demand , analytical skills , ug , portals , affirmative action , hindi , loan , maintenance , ltd , authorization , interpersonal communication , english , teams , web applications , status , sap system , specifications , software testing , email , project , closures , lateral thinking , sales order , processing , mumbai , savings , plus , electronics , change management , initiation , shell scripting , output , offshore , languages , client requirements , pan , process automation , agri , leadership skills , boarding , balance , settlement , adoption , javascript , ml , suite , organization , business requirements , proof , database , possess strong analytical 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f16…
https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f165017490c5a095… 1/3
Current Designation: Senior RPA Developer
Current Company: NSEIT Ltd.
Current Location: Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
NSEIT Ltd. as Senior RPA Developer
Feb 2020 to Till Date
Project Name : Agent On-boarding Verification
Client : Edelweiss Tokio.
Tool : UiPath
Responsibilities :
Review and understand the client requirements, specifications and
other project documentations to assure the quality of the process to
be developed.
Process the downloaded file from internal edelweiss system and
upload to assign cases to QC verification team.
Download the proof documents from portal to verify details of the
agent, post verification verify PAN status from IRDAI portal.
Classify proof documents into specific sets and extract information to
check against that present in portal for verification.
Classification and extraction accomplished using UiPath IPA suite
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
RAJAT CHAUHAN
Senior RPA Developer seeking roles in Software Engineering,Software Testing,RPA
Development,Project Management,Change Management,Data Warehousing,Database
Management,Requirement Gathering,Production Support,Application Support,Shell
Scripting,SAP,
Key Skills: Senior RPA/Software Developer,Software Engineering,Software Testing,RPA Development,Project
Management,Change Management,Data Warehousing,Database Management,Requirement Gathering,Production
Support,Application Support,Shell Scripting,SAP
Summary
4 plus years of experience in Development & Support with NSEIT & TCS.
2 plus years of experience in Robotic Process Automation using Automation Anywhere,
UiPath with over 10 Plus production active automations.
Aligned to Multiple onshore/offshore client teams, which includes supporting in all phases of
the SDLC cycle.
Possess Strong analytical skills in translating business requirements to automation suits
and working in line with project standard.
Excellent interpersonal communication skills and Good Leadership skills.
Been Mentor for New Joiner's Domain and Technical trainings.
Seeking a responsible job with an opportunity of professional challenges in an organization which
would encourage and motivate lateral thinking, appreciate innovativeness, demand analytical skills by
which I can make tangible contribution that meet my personal and organizational objectives.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f16…
https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f165017490c5a095… 2/3
alongside invoke run script activities.
Release the system for UAT and production.
Project Name : AGRI Loan Foreclosure
Client : RBL Bank Ltd.
Tool : Automation Anywhere
Responsibilities :
Review and understand the client requirements, specifications and
other project documentations to assure the quality of the process to
be developed.
Processing foreclosure request from bank's service portal including
balance comparisons between loan account and savings account,
payoff initiation and settlement using commands based RPA tool.
Post settlement loan closures and request status communication to
the end users
Release the system for UAT and production.
Tata Consultancy Services as SE
Nov 2016 to Feb 2020
Project Name : Sales Order against Chargeable Issue
Client : Kalpataru Ltd.
Tool : Automation Anywhere
Responsibilities :
Analyzing and documenting the To Be process for post automation
adoption.
Process the requested files provided by site users on SAP system
and email output files to site based user emails.
Post SO creations generate report and share status communication
to the end users.
Release the system for UAT and production.
Project Name : EKYC
Client : IDFC First Bank Ltd.
Tool : Automation Anywhere
Responsibilities :
Review and understand the client requirements, specifications and
other project documentations to assure the quality of the process to
be developed.
Implemented automation anywhere latest robotic interface release
AARI.
Process the requests in CBS system to update product code and
corporate code of requested customers.
Generate and send out process and exception report to concerned
stakeholders.
Release the system for UAT and production.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2016
Education
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere
UiPath, Antworks CMR
ML Extractor,
SAP, Web Applications/Portals
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f16…
https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f165017490c5a095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
English
Hindi
Marathi
Rank 235: Resume 1084 with similarity score 0.059165601233844206
B.S , MS , BS full time , database administrator , aws solution architect , system administrator patch management , retail , management skills , telugu , access , windows server , security , efs , designation , developers , versioning , data migration , css , platforms , suggestions , information technology , affirmative action , analytics , databases , hindi , linux , ltd , amazon redshift , workstations , authorization , shopping , troubleshooting , english , status , architecture , specifications , models , email , project , application , aws , wordpress , less , user requirements , testing , qlik , s3 , online , system performance , premises , ec2 , storage , languages , it infrastructure , technical documentation , html5 , operating systems , sql server , kannada , reporting tool , python , system administration , javascript , outages , network administration , notification , web , manuals , firewalls , vmware esx , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e170813…
https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e1708130047410a555c… 1/3
Current Designation: Aws Solution Architect -Associate
Current Company: Chandana Brothers Shopping Mall Pvt Ltd
Current Location: Visakhapatnam
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Chandana Brothers Shopping Mall Pvt Ltd as Aws Solution Architect -Associate
Sep 2017 to Till Date
Chandana Brothers Shopping Mall Pvt Ltd is a retail company which has business mainly in textail garment with 3 different
brands in online and stores CMR, KANCHI KAMAKSHI, KANCHI KAMAKSHI SILKS. For online and stores we use AWS
and private cloud services
Roles / Responsibilities :
Understanding the needs of the company for defining system specifications.
Planning and designing the technology solution structure.
Evaluation and choosing suitable hardware or software and suggesting methods for integration.
Overseeing assigned programs and guiding the team members.
Providing assistance when technical problems arise.
Making sure the agreed infrastructure and architecture are implemented.
Addressing the technical concerns, suggestions, and ideas.
Monitoring systems to make sure they meet business goals as well as user requirements.
Design the HA / DR strategies
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Udaya Bhaskar Mantha
AWS Solution Architect seeking roles in Networking,Identity & Access
Management,Application Integration,Technical Support,System Administration,Incident
Management,Windows Server,VMWare ESX Server,Python,SQL
Server,Lambda,CloudWatch,CloudTrail
Key Skills: AWS Solution Architect,Tech Architect,Networking,Identity & Access Management,Application
Integration,Technical Support,System Administration,Incident Management,Windows Server,VMWare ESX
Server,Python,SQL Server,Lambda,CloudWatch,CloudTrail
Summary
Over 6 years of experience in Information Technology as a Solution Architect and system administrator.
Strong communication & relationship management skills, enthusiastic & self-driven, with a high degree of commitment.
Expertise in designing and implementing technical solutions in AWS Cloud.
Also maintaining Private Cloud in on-premises.
Well acquainted with various AWS services like Compute, Storage, Database, Migration & Transfer, Networking, Security,
Identity, Compliance, Application Integration,Management and governance,DynamoDB, Analytics.
Understanding the needs of the company for defining system specifications.
Planning and designing the technology solution structure.
Evaluation and choosing suitable hardware or software and suggesting methods for integration.
Overseeing assigned programs and guiding the team members.
Providing assistance when technical problems arise.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e170813…
https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e1708130047410a555c… 2/3
Project Details of Chandana Brothers Shopping Mall Pvt Ltd in AWS Domain.
Created and maintained 38 EC2 instances in Linux and Windows.
Migrated static website to S3 also enabled versioning.
Worked on creating an EFS and configured to instances for workloads.
Created RDS for same environment.
Involved in data migration using Database migration service.
Created Virtual Pirvate Connection for web(public) and Database(Private) application.
Worked on IAM(User,Policies) created for developers,Testing and Production Team.
Created Simple Notification services and attached it to SQS, EC2 instance change state, S3.
Created ElasticBinstack for python web-application.
Maintained manual backups using snapshots.
Scheduled auto-backup for rds in daily basies.
Created login page for website using python.
Created Amazon Redshift for Datawearhousing uses.
Chandana Brothers Shopping Mall Pvt Ltd as System Administrator
Dec 2014 to Aug 2017
Installing and configuring software, hardware and networks.
Monitoring system performance and troubleshooting issues.
Ensuring security and efficiency of IT infrastructure.
Set up accounts and workstations.
Monitor performance and maintain systems according to requirements.
Troubleshoot issues and outages.
Ensure security through access controls, backups and firewalls.
Upgrade systems with new releases and models.
Develop expertise to train staff on new technologies.
Build an internal wiki with technical documentation, manuals and IT policies.
Experience with databases, networks (LAN, WAN) and patch management.
Familiarity with various operating systems and platforms.
Worked on QLIK VIEW as reporting tool.
Work as Ginesys and Database administrator.
UG: B.Sc (Computers) from Andhra University in 2019
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER
Windows 7/8.1/10
VMware ESX Server
Python
SQL Server
Html5, css, wordpress
EC2, Lambda, S3, EFS
S3Glacier, VPC, RDS, IAM
CLOUDWATCH
CloudFront, CloudTrail
SNS, SQS, DynamoDB
Redshift, IAM, Cognito
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e170813…
https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e1708130047410a555c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 236: Resume 1494 with similarity score 0.05915751650861958
B.E , MS , B.TECH , BS application support , senior software engineer , full time , senior associate , system analyst , system engineer training , blueprinting , core java , computing , financial services , telugu , bmc remedy , testing tools , platforms , vista , addition , resolutions , status , digital transformation , sap , mumbai , tealeaf , pl/sql , writing , components , features , kibana , workflow , continuum , vss , retail , turn , designation , confluence , v3 foundation , mar , hindi , ltd , windows , wholesale banking , english , pressure , project , ownership , splunk , closure , introscope , estimates , resolve , computer science , itil , triage , javascript , business requirements , html , reporting , rollout , general , healthcare , post-production support , vendors , affirmative action , oracle , mysql , technical architecture , principles , urgency , xp , maintenance , mobile banking , nexus , dynatrace , customer service , email , tomcat , business rules , service improvement , problem management , information systems , microsoft , livelink , github , android , middleware , perforce , languages , dynamics , jira , break fix , dashboards , search , root cause analysis , database , allocations , functionality , jenkins , compass , routing , interpersonal skills , ticketing tools , apache , ios , authorization , teams , collating , servlets , application , requirements gathering , less , netbeans , tableau , csi , liaison 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 1/4
Current Designation: Senior Associate - IT
Current Company: Synechron Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Synechron Technologies as Senior Associate - IT
Apr 2019 to Till Date
Client: Wells Fargo
* Domain: Wholesale Banking
* Database: MySQL, Oracle
* Monitoring Tools: Splunk, Kibana, App dynamics
* Reporting Tools: Confluence, Tableau
* Ticketing Tools: Microsoft Compass, Jira, Pac2K, Service Desk
* Team Size: 30
* Version Controlling Tools: GitHub
* Testing Tools: Jenkins
Brief Project Description:
Project focused on providing banking features to non-banking wholesale customer by exposing banking
functionalities via APIs which can be consumed by customers. This helps customers to Integrate with secure, scalable
APIs for an automated, real-time exchange of financial information and transactions.
Responsibilities:
* Responsible for Level 2 Production support and incident management.
* Working with External customers and Vendors Team to understand and resolve problems.
* Daily interactions with Line of Business(LOBs), Product Owners and different Middleware application
teams to understand on various Incidents and taking them to closure.
* Liaison with Development Squads to ensure smooth transition of APIs to production and user testing
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Manasa Kavoori
Senior Associate seeking roles in System Analysis,Incident Management,Project
Management,Technical Architecture,Software Development,Process
Improvement,Production Support,Requirement
Gathering,MySQL,Confluence,JIRA,Splunk,Jenkins,GitHub
Key Skills: Senior Associate,System Analyst,System Analysis,Incident Management,Project Management,Technical
Architecture,Software Development,Process Improvement,Production Support,Requirement
Gathering,MySQL,Confluence,JIRA,Splunk,Jenkins,GitHub
Summary
Strong Knowledge of Incident and problem management with ability to handle and resolve major incidents and
escalations.
Good understanding of ITIL Principles with ITIL v3 Foundation and ITSM Foundation certifications.
Experience in working on Java based application support in banking and healthcare domains.
Ability to work with the team and contribute to process improvements in an efficient manner.
Recognized for adaptability, working under pressure, excellent communication and interpersonal skills.
Appetite to learn new technologies and can work under any pressure.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 2/4
environmentsalong with blueprinting of post-production support.
* Analyze the logs & event trends for any abnormalities in the environment and report to the external
customers and backend teams.
* Active involvement in EACO calls and collating information from different backend teams and
vendors to help resolve the problem.
* Interaction with various stakeholder and customers to help smooth transition of customers to
production environment.
B A Continuum as Senior Software Engineer
Jun 2015 to Jun 2018
Client: Bank of America
* Domain: Retail Banking
* Database: MySQL, Oracle
* Monitoring Tools: Splunk, Introscope, Dynatrace, Glassbox, Tealeaf
* Reporting tools: Confluence, BMC Remedy
* Ticketing Tool: BMC Remedy, JIRA
* Team Size: 12
* Version Controlling Tools: Perforce
Brief Project Description:
Project focused on providing an efficient mobile banking experience across various platforms, such as
Android and iOS, driving digital transformation solutions in banking sector for over 22 million Retail customers.
Responsibilities:
* Responsible for Level 3 Production support by managing escalations, triage calls, identification and
reporting of Incidents.
* Handling entire lifecycle of any Incident and Problems due to those incidents.
* Keeping Knowledge database updated with the latest addition / features of the project.
* Identify and construct new process frameworks, as well as reviewing , recommending and
documenting process improvements to establish process.
* Liaison with Development Team to ensure smooth delivery and transition of applications to
production and blueprinting of post-production support model during enhancement and break fix
releases.
* Develop Splunk Dashboards along with required reports and alerts for new and upcoming features.
* Analyze the logs & event trends for any abnormalities in the environment.
* Developed various real time and scheduled alerts for various functionalities.
* Knowledge about Splunk architecture and various components like forwarder (Universal and heavy
weight), Indexers, search heads, deployment server and License master.
* Used Splunk query language for writing efficient and effective queries to help identify ongoing issues
and to calculate the over impact of the issue.
AtoS India Pvt Ltd & Siemens Information Systems Ltd as System Engineer
Aug 2010 to Jan 2014
Client: Siemens
* Domain: Healthcare
* Database: MySQL, Oracle
* Reporting tools: Siemens SAP Spiridon
* Ticketing Tool: BMC Remedy
* Team Size: 15
* Version Controlling Tools: SVN,VSS
Brief Project Description:
Project focused on upgrading the established Livelink solution with in-house Java based Workflow Engine, to
support user interface and routing functionality for over 50,000 Siemens employees spread across 15 countries.
Responsibilities:
* Worked as Tech lead and Subject Matter Expert for maintenance and support of HR, Requisition
Modules and development of new business requirements in line with ITIL guidelines.
* Managed and facilitated resolutions to customer service issues by identifying escalations, reacting
with a sense of urgency, formulating appropriate action plans, and utilizing resources effectively.
* Designed SLAs and OLAs and developed and maintained Service Reporting, providing management
information on service performance as part of Continual Service Improvement (CSI).
* Actively involved in requirements gathering and analysis to provide time and cost estimates for the
upgrades.
* Development of the new business rules requested and approved by client and rollout of different
modules in new regions, based on customer priorities, estimated budget allocations and team
priorities.
UG: B.Tech/B.E. (Computer Science) from Mumbai Unversity in 2009
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 3/4
Other Qualifications/Certifications/Programs:
Diploma in Advance Computing - CDAC Acts training
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Other
Duration: Jun 2015 - Mar 2018
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Mumbai
Role: Other
Duration: Aug 2010 - Jan 2014
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Work Authorization
Countries: India
IT Skills
Skill Name Version Last Used Experience
core java, J2EE, sql
PL/SQL, NetBeans 6.5/7.0.
JSP, Servlets, JavaScript, HTML
SQL
Apache Tomcat
Windows 98/XP/Vista
Visual Source Safe (VSS), SVN
Document Flow Engine, Perforce
Glassbox,Tealeaf, Introscope
Gomez (dynatrace),Splunk
Languages Known
Language Proficiency Read Write Speak
telugu Proficient
English Expert
hindi Expert
Projects
Project Title: Mobile Banking Application
Client: Bank Of America
Skill Used: Splunk, java, oracle
Role Description: Level 3 production support
Project Details: Responsibility of production environment for mobile banking application. Proactive and reactive monitoring,
issue triages and root cause analysis. Working closely with development and breakfix teams to get issues resolved with very
less turn around time.
Project Title: Nexus Application Management
Client: Siemens
Skill Used: Oracle, java, html
Role Description: Level 3 production support
Project Details: Level 3 Production Support ownership of all HR modules including breakfix items, ongoing production issues,
interacting with executives from various countries to resolve the technical issues.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 4/4
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 237: Resume 1382 with similarity score 0.05898481586388933
BS , B.E , MS , B.TECH , PhD software developer , backend developer , full time , full stack developer , java developer award , general , credit , algorithms , designation , ug , affirmative action , lightning , cloud , chinese , maintenance , authorization , english , status , spring boot , sql , email , project , ecosystem , aws , mongodb , angularjs , characters , global services , salary , features , knowledge sharing , building , maven , languages , hibernate , algorithm development , struts , javascript , organization , application security 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019…
https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019561748590809… 1/2
Current Designation: Software Developer
Current Company: SOCIAL WORTH TECHNOLOGIES
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
SOCIAL WORTH TECHNOLOGIES as Software Developer
Jan 2020 to Till Date
At my current position I am working as a java developer on AWS cloud
platform. My responsibility's include building and managing features in
Salary Card program (credit card) like transactions, reversals, etc where
time of execution is absolutely crucial. Also involved in integration of
external organizations with our applications ecosystem.
Principal Global Services as Analyst
Jul 2018 to Jan 2020
Worked as a full stack developer for Principal Hong Kong. My
responsibility in the project include developing Hong Kong specific
application security features and adding support for special Chinese
characters in the application.
Awarded SPOT Award for solving complex Chinese character issue.
Leading a forum LIGHTNING TALKS for knowledge sharing within the
organization.
Conducted sessions on Algorithms and Data Structures.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ANUBHAV TRIVEDI
Software Developer seeking roles in Software Development, Application Development,
BackEnd Design, Algorithm Development, Data Structures, Java, AWS, Maven,
MongoDB, Hibernate, GraphDB, Spring
Key Skills: Backend Developer, Software Developer, Software Development, Application Development, Back End Design,
Algorithm Development, Data Structures, Java, AWS, Maven, MongoDB, Hibernate, GraphDB,Spring Boot
Summary
A competent professional with an experience of 2.6 years in Software Development, Application Development, Front End
Design, Back End Design, Algorithm Development, Data Structures, Java, AWS, Angularjs, Maven, MongoDB, Hibernate,
GraphDB.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019…
https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019561748590809… 2/2
UG: B.Tech/B.E. (Computers) from Bharati Vidyapeeth university in 2018
Other Qualifications/Certifications/Programs:
Diploma(Network Security)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA, AWS
Spring, Struts, Hibernate
Angular Js, Maven, Mongo DB
SQL, GraphDB
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 238: Resume 122 with similarity score 0.058949679396182356
M.S , BS work from home , full time cc , utilities , relevance , geomatics , assessment , investments , data science , python , resume , site management , cadastral , sewer , ion , machine learning , surveying , finance , data analytics Assessment
Q1. Why should you be hired for this role?
I am currently studying Masters's in Data Science, and I have progressively gained python programming skills. Though I am not yet done with my
studies I have relevance in this internship as it will possibly give me hands-on experience.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for 3 months in okahandja namibia.
Resume
EDUCAT ION
JOBS
CONTACT Phone: 264 857345446
Barlette Makuwe
Okahandja
Applied 07 Feb'21
Python Data Analytics Machine Learning
Masters in Banking and Finance, Data Science
IUBH
2020 - 2022
Master of Science M.S.), Surveying And Geomatics
Midlands State University Zimbabwe)
2010 - 2014
Surveyor
Uundenge Investments Cc, Windhoek
Jun 2017 - Present
- Surveying of roads, sewer, and other utilities
- Cadastral surveying
- Site management
As-built surveys
Rank 239: Resume 422 with similarity score 0.0589228591237479
B.TECH , BS work from home c programming , creative writing , public , design , completion , assessment , python , resume , machine learning , css , intelligence , java , technology , digital marketing , sql , computer science , registration , html Assessment
Q1. Why should you be hired for this role?
Keen Learner
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 7654827556
Rahul Kumar Pandey
Meerut, Delhi
Applied 08 Feb'21
Python C Programming C Programming
CSS HTML SQL
Artifical Intelligence Creative Writing Digital Marketing
Java Machine Learning
Bachelor of Technology B.Tech), Computer Science
IIMT Engineering College
2018 - 2022
CGPA 8.11/10
Senior Secondary XII, Science
Crescent Public School
CBSE board)
Year of completion: 2018
CGPA 8.00/10
Secondary X
Crescent Public School
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Static webpage design
Oct 2019 - Nov 2019
I have made a static webpage design for my college website. It contains Landing Page , Registration Page, Login Page,
Applying Page and the Transaction Page on pure Html and Css.
Rank 240: Resume 1383 with similarity score 0.05878430940080739
B.E , MS , B.TECH full time , aws solution architect , balancer , software developer telugu , affirmative action , hindi , cloud , maintenance , english , authorization , status , architecture , email , project , application , aws , computer science , languages , kannada , python , javascript , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a14…
https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a140347440e595d… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computer Science) from BMSIT, yelahanka in 2020
Other Qualifications/Certifications/Programs:
AWS SOLUTION ARCHITECT
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Harshith B
Seeking roles in Cloud Domain (AWS)
Key Skills: Software Developer,Application Maintenance,Project Management,Solution
Architecture,AWS,Python,Nodejs,CloudWatch,Lambda,CloudFormation,Load Balancer
Summary
AWS,Lambda,CloudnFormation,Load Balancer,Autoscaling
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Python
nodeJS
LAMBDA
Cloudformation
Languages Known
Language Proficiency Read Write Speak
English
Hindi
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a14…
https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a140347440e595d… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Kannada
Telugu
Rank 241: Resume 594 with similarity score 0.05863427586028737
MS , B.TECH , BS work from home c programming , public , completion , assessment , resume , algorithms , python , ibm , mar , organization , welfare , java , technology , toolbox , scientists , computer science , coursera , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get interviewed at such a renowned company.
Your organization will surely prove to be an excellent platform for me to establish my skills and knowledge in the corporate world.
Even though I am a fresher, I assure you that I will give my best and work to my full potential so that I can contribute as much as I can towards the
growth and welfare of this great brand.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , I am available for internship for 3 months. I can start internship from March 16,2021 .
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9467803739
Sushant Jangra
Bhiwani, Delhi
Applied 03 Feb'21
Algorithms C Programming Data Structures
Java MSOffice Python
Bachelor of Technology B.Tech), Computer Science
Technological Institute Of Textile And Sciences
2018 - 2022
Senior Secondary XII, Science
Km Public School Bhiwani
CBSE board)
Year of completion: 2018
Secondary X
SAINIK HIGH SCHOOL, BHIWANI
HBSE board)
Year of completion: 2016
Pyhton
Cognitive Classes By IBM, Online
Jun 2020 - Jul 2020
The Data Scientists Toolbox
Coursera, Online
May 2020 - Jul 2020
Java
Coursera, Online
Mar 2020 - Apr 2020
Rank 242: Resume 873 with similarity score 0.05858604595803182
B.E , B.TECH software engineer , full time , software developer react.js , redux , core java , css , designation , ug , affirmative action , hindi , maintenance , authorization , english , shopping , bootstrap , status , sql , email , business analysis , project , application , solution architecture , c++ , computer science , languages , amazon , javascript , technology , learning , html , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c1…
https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c160711470b5d0… 1/2
Current Designation: Software Engineer
Current Company: triSys IT Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
triSys IT Services as Software Engineer
Feb 2020 to Till Date
Fronted developer
UG: B.Tech/B.E. (Computer Science) from Birla Institute of Technology (BIT), Ranchi in 2019
Last Active: 2-Feb-21 Last Modified: 26-Jan-21
Sashisu Kumar
Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Gathering,Business Analysis,Solution Architecture,User Interface
Designing,React.Js,Core Java,HTML,CSS,SQL
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Gathering,Business Analysis,Solution Architecture,User Interface Designing,React.Js,Core
Java,HTML,CSS,SQL
Summary
I have experience of 1 year in which i have worked in 3 project.
First project is related to shopping like Amazon.
Second project is similar to Online examination system and learning.
Third project is related to hospital.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
HTML
CSS
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c1…
https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c160711470b5d0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
CORE JAVA
C, C++
REACT
Redux
BOOTSTRAP
SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 243: Resume 1220 with similarity score 0.058577319411404094
B.S , MS , BS software engineer , software developer , full time , team member , medical assistant codes , software solutions , telugu , entity framework , visual studio code , css , criminal justice , designation , b2c , affirmative action , authentication , web api , hindi , data manipulation , maintenance , azure , jquery , player , redwood , advanced , english , pattern , containment , screening , web applications , bootstrap , status , authorization , excel , c# , email , project , claims management , groups , requirements gathering , solution architecture , framework design , independent contributor , range , testing , writing , mvc , database design , debugging , accessibility , problem solving , languages , asp.net , agents , sql server , toxicology , one , web pages , javascript , .net framework , windows 7 , insurance , business requirements , learning , stored procedures , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420…
https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420411425a0e5a5… 1/3
Current Designation: Software Engineer -Dot Net
Current Company: InteQ Software Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
InteQ Software Solutions as Software Engineer -Dot Net
Apr 2018 to Till Date
PROJECT PROFILE:
Projects Handled in InteQ Software Solutions, Hyderabad.
Project 1:
Title : Global Excel Management
Role : Team Member.
Environment : Visual Studio 2017, Visual Studio Code .Net (ASP.Net 4.5, C#.Net), jQuery, Bootstrap, HTML, AJAX,
Web API.
Description:
Global Excel is a full-service cost containment, claims management and medical assistant company offering a complete
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
G. Anil Kumar
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,C#,ASP.Net,SQL
Server,HTML,CSS,JavaScript,jQuery,Bootstrap,Ajax,Web API,React Js
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,C#,ASP.Net,SQL
Server,HTML,CSS,JavaScript,jQuery,Bootstrap,Ajax,Web API,React Js
Summary
2.10 Years of Experience in Design, Analysis and Development of Web applications.
Hands-on experience in C#, ASP.Net, SQL Server, HTML, CSS, JavaScript, jQuery, Bootstrap, Ajax, Web API.
Solid knowledge in WCAG (Web Content Accessibility Guidelines), Object Oriented Programming and Software Development
Life Cycle (SDLC).
Experience in Database analysis and design and data manipulation using SQL Server.
Ability to work in groups as well as independently with minimal supervision. Responsible for modifying applications according to
the Clients requirement.
Quick learner, self-starter and enthusiastic in learning new technologies and concepts and have been working under aggressive
deadlines.
Problem solving capability peered with strong communication skills.
Adaptability to work on different systems/areas.
Versatile team player as well as independent contributor.
Ability to conceptualize, document and communicate project ideas and plans.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420…
https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420411425a0e5a5… 2/3
range of service to international, Canadian and U.S. domestic clients.
Worked on GEM Portal and Claimant Portal Applications.
GEM Portal is a Web Application to view the Policies and claims for the user. This application can be used for the
Insurance Agents, and Corporate Clients to view the Policy and Claims for users in a Insurance Company.
Claimant Portal is a Web Application used for the Policy holders and their Dependents of the Insurance company to view
their claims and Bills.
Project 2:
Title : Redwood Toxicology Laboratory
Role : Team Member.
Environment : Visual Studio 2015, Visual Studio Code .Net (ASP.Net 4.5, C#.Net), Windows Application and Web
Application, HTML, SQL Jobs.
Description:
Redwood Toxicology Laboratory (RTL) is committed to providing reliable, innovative and value-forced substance abuse
screening products and lab services to the criminal justice and treatment markets. As one of the nation?s largest drug and
alcohol testing laboratory in U.S.
RESPONSIBILITIES:
Implemented the application using .Net Framework design pattern.
Involved in UI design, development and testing the web pages.
Involved in Azure B2C User Migration and Authentication.
Involved Making the Application as WCAG (Web Content Accessibility) Compliant.
Involved in requirements gathering and analysis
Coded extensively in C# targeting the Business requirements
Involved in writing the stored procedures as well as Database design.
Gained extensive debugging experience of advanced C# codes.
UG: B.Sc (Computers) from satavahana university in 2014
PG: MCA (Computers) from Osmania University in 2017
Education
IT Skills
Skill Name Version Last Used Experience
windows 7, 8.1,10.
C#.Net, SQL
HTML, CSS
AJAX, JAVASCRIPT
Bootstrap, WCAG
ASP.Net, React Js
MVC, Entity Framework
sql server 2008/2012
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420…
https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420411425a0e5a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Rank 244: Resume 1044 with similarity score 0.058478157801829314
BS , B.E , MS , B.TECH , Ph.D associate , devops , software developer , senior software engineer , full time , system engineer automation , management skills , devops , interfaces , jenkins , telugu , css , root cause , soap , designation , developers , office , tamil , affirmative action , suggestions , mysql , web services , hindi , databases , cloud , docker , maintenance , technical manuals , windows , master data , json , english , authorization , troubleshooting , code review , resolutions , bootstrap , status , architecture , c# , postgresql , email , project , agile , time management , application , non-conforming , continuous integration , ci , xml , indexing , range , github , electronics , rest , estimates , servers , debugging , problem solving , building , languages , cerner , needs analysis , kannada , iterative , voices , google analytics , one , javascript , engineers , software development methodologies , suite , technology , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a4…
https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a470a43155d0c5d… 1/3
Current Designation: Associate Senior Software Engineer
Current Company: Cerner
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: Ph.D/Doctorate [Architecture]
Verified : Phone Number | Email - id
Cerner as Associate Senior Software Engineer
Oct 2019 to Till Date
Analyzing, designing, developing, implementing and maintaining application code in a variety of contexts including existing
applications
Tested troubleshooting methods devised innovative solutions, and documented resolutions for inclusion in knowledge
base for support team use.
Researched, designed and implemented scalable applications for information identification, extraction, analysis, retrieval
and indexing.
Worked with customers for needs analysis, proposal development and vendor costs to produce competitive estimates.
Monitored debugging process results and investigated causes of non-conforming software.
Modified existing windows service software to correct coding errors, upgrade interfaces and improve overall performance.
Developed unit test plans, manages and tests data, including mapping data, coordinating test files, and facilitating data
transfer with client.
Installed and configured software applications and tested solutions for effectiveness.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Darshan V
Associate Senior Software Engineer seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Dot Net Core,C# Dot Net,JavaScript,React
JS,Ajax,CSS3,Bootstrap,HTML,XML,Postman,GitHub.
Key Skills: Associate Senior Software Engineer,Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Dot Net Core,C# Dot
Net,JavaScript,React JS,Ajax,CSS3,Bootstrap,HTML,XML,Postman,GitHub
Summary
4+ years experience in Software Development Applied Knowledge.
Experience with cloud-native application development with JavaScript, HTML, CSS, SQL (MySQL, PostgreSQL).
Experience with Google analytics and Google Tag manger to monitor user activities on websites.
Experience with front end web frameworks (React).
Significant experience with one or more server-side languages (C# Dot Net).
Significant experience building and deploying SOA/web services (REST, JSON, XML, SOAP)
Source control management experience with Git.
Experience with DevOps Technology like Jenkins CI.
Experience leading a technical team using agile methods, iterative development, and continuous integration.
Experience with Docker and container development paradigms.
Demonstrated problem solving, interpersonal, and time management skills to handle complex situations
effectively.
Strong communication skills, and the ability to work directly with stakeholders.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a4…
https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a470a43155d0c5d… 2/3
TATA CONSULTANCY SERVICES as Associate System Engineer
Sep 2016 to Oct 2019
Administered, supported and monitored databases by proactively resolving database issues and maintaining servers.
Collaborated on all stages of systems development lifecycle, from requirement gathering to production releases.
Provided useful enhancements like creating orders in offline mode, automatic and manual of master data in web services
database after certain tolerance is reached.
Provided root cause fixes for constantly occurring issues/bugs.
Excellent communication skills with a strong background working directly with client and coworkers to identify objectives
and establish requirements.
Carefully documented technical workflows and knowledge in private wiki for education of newly hired employees.
Trained and managed team of 8 developers and discussed issues in order to provide resolution and apply best practices.
Recognized unprocessed delivery data issues in HODIM software processes and applied automation techniques,
bolstering efficiency by 300%.
Pioneered new methods of code review to incorporate wider range of voices, enhancing final products with ideas
otherwise overlooked.
Contributed ideas and suggestions in team meetings and delivered updates on deadlines, designs and enhancements.
Documented all software development methodologies in technical manuals to be used by trainee engineers in future
projects.
UG: B.Tech/B.E. (Electronics/Telecommunication) from REVA INSTITUTE OF TECHNOLOGY AND MANAGEMENT,
BANGALORE in 2016
PG: in 0
Post PG: Ph.D/Doctorate (Architecture) in 0
Education
IT Skills
Skill Name Version Last Used Experience
dot net core
C# dot net
JavaScript
React js
AJAX
css3
BOOTSTRAP
HTML and XML
postman
GitHub
Service now
MS Office Suite
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a4…
https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a470a43155d0c5d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Tamil
Rank 245: Resume 106 with similarity score 0.058422778095264374
B.TECH , BS full time , work from home , lead developer , student after effects , dart , photoshop lightroom , data visualization , 3d , adobe photoshop , adobe premiere pro , compressor , public , air , firebase , resume , android , rest , computer science , payments , cc , real-time data , completion , assessment , app , mobile , python , data science , javascript , web , technology , sdk , learning Assessment
Q1. Why should you be hired for this role?
I have experience in working with flutter and firebase. I was a lead developer in a local startup called Peldano's Mobile app as well as web app
development. I have experience of making REST apis and backends in python.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am not available for a full time work as I am a student and has classes from 9am to 4pm. However I am free to work after 5pm till 12am. I can start
working today itself
Resume
EDUCAT ION
JOBS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8606651605
Aswin B
Bangalore, Cherthala
Applied 30 Jan'21
Flutter Adobe Photoshop Adobe Photoshop Lightroom
CC
Adobe Premiere Pro Dart Java
JavaScript Adobe After Effects C Programming
Python
Bachelor of Technology B.Tech), Computer Science & Engineering
Christ University, Bangalore
2018 - 2022
CGPA 3.80/5
Senior Secondary XII, Science
KE Carmel Central School
CBSE board)
Year of completion: 2018
CGPA 8.50/10
Secondary X
St. Joseph Public School
ICSE board)
Year of completion: 2016
CGPA 8.40/10
Lead Developer
Peldano, Virtual
Aug 2020 - Jan 2021
Development of android app using flutter SDK for Peldano
Data Science And Analysis
ATS Learning Solutions, Bangalore
Sep 2019 - Sep 2019
3D modelling and data visualization
Jul 2019 - Jan 2020
Made a 3D model of an air compressor from Ingersoll rand and made a interactive visual representation of real-time data
related to the compressor on the 3D model.
Winners of 1st prize in Daksh hackathon conducted by Sastra University on offline payments
Rank 246: Resume 1311 with similarity score 0.05832190171078223
B.E , MS , B.TECH , BS aws developer , software developer , full time , team member , data management master data management , general , telugu , designation , office , affirmative action , hindi , cloud , databases , linux , maintenance , ami , windows , authorization , advanced , english , customer data , status , spring boot , sql , email , project , store , application , aws , business operations , amazon rds , servers , s3 , ec2 , languages , cisco , it , javascript , engineers , technology , amazon web services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19…
https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19031941090c0d0… 1/2
Current Designation: Software Developer
Current Company: Amazon
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Amazon as Software Developer
Nov 2019 to Till Date
Value Labs as AWS
Feb 2018 to Nov 2019
* The project is based on Cloud operations.
* It is based on Creation of POC's and Managing CDN.
Worked as a Team member within Team of cloud engineers and my responsibilities are:
* Setup and Managing windows servers on Amazon using EC2,EBS, ELB and IAM.
* Create and Managing buckets on S3 and store DB.
* Setup databases on Amazon RDS or EC2 instances as per requirement.
* Managing AMI/Snapshots/Volumes.
TechMahindra as Developer
Feb 2017 to Feb 2018
* Created applications using elastic beanstalk in AWS.
* Analyzing the Cisco Customer data base and assist in the process improvement of the Data managing system.
* The project works as the business operations front of the Master data management of the Cisco Customer data
(Customer Registry)
Last Active: 10-Nov-20 Last Modified: 9-Aug-20
B.TARUNI
AWS developer experienced in spring boot ,IAM,EC2 instances etc
Key Skills: c,java,aws
Summary
* 3 + years of IT Experience, Worked as a AWS developer.
* Bachelors in EEE with exposure in Amazon Web services and Monitoring tools.
* Experience as a AWS developer recommending cloud solutions along with EBS,S3 and AMI
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19…
https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19031941090c0d0… 2/2
UG: B.Tech/B.E. (Electrical) from Mahatma gandhi institute of technology in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
PROGRAMMING IN C
CoreJava
ADVANCED JAVA
AWS EC2,AML,EBS 0 1 Year(s) 1 Month(s)
SQL 1 Year(s) 0 Month(s)
Database
MS OFFICE
windows xp,7,8,8.1,10
LINUX,JAVAEE
Languages Known
Language Proficiency Read Write Speak
telugu Proficient
english Proficient
hindi Proficient
Rank 247: Resume 1100 with similarity score 0.058243661796834684
B.E , MS , B.TECH , BS senior software engineer , full time , quality assurance , software developer outlook , functional specifications , general , software solutions , project managers , kubernetes , css , designation , developers , analytical skills , demonstration , affirmative action , rhel , spring , hindi , cloud , docker , angular , public , maintenance , cluster , azure , windows , php , authorization , english , troubleshooting , node.js , go , openstack , design documents , status , agile , email , teamwork , application , aws , ubuntu , processing , it management , ibm , fixing , testing , rest , features , flow , debugging , resolve , c++ , languages , software requirements , work processes , library management , operational support , level design , python , dac , javascript , organization , sdk , vsphere , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a41011…
https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a410119041846505c0e… 1/2
Current Designation: Senior Software Engineer
Current Company: GS Labs
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [DAC]
Verified : Phone Number | Email - id
GS Labs as Senior Software Engineer
Feb 2018 to Till Date
GS Labs as Software Engineer
Feb 2018 to Feb 2018
Engaging in development, debugging and troubleshooting Multi Cloud Management Platform for clients, solving technical
issues quickly and accurately
Processing efficient large-scale software deployments, including testing features and correcting code
Collaborating with project managers, developers, quality assurance and customers to resolve technical issues
Integrating multiple clouds to Kubernetes cluster by rest APIs & SDK; working in Agile Model
Working on public (AWS, SoftLayer) and private (vSphere) clouds as well as Python, NodeJS, Docker, Kubernetes,
Couch DB & Mongo DB
Analyzing and mapping user needs & software requirements to determine feasibility of design and evaluate scope of
project to provide best solutions
Managing the implementation phase, configuring the solution ox`nsite, coding & fixing the back-end application issues
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AYUSH GARG
Software Engineer seeking role in Software Development Life Cycle,Coding,Defect
Management,Data Structures,Client Engagement,Project Management,Software
Testing,AWS,Python,Node. Js,C++,Azure,Java,Docker
Key Skills: Software Engineer,Software Developer,Software Development Life Cycle,Coding,Defect Management,Data
Structures,Client Engagement,Project Management,Software
Testing,AWS,Python,Node.Js,C++,Azure,Java,Docker,HTML,CSS,PHP
Summary
A competent professional in IT Management having experience of 2.5 years in Application Development
Developed software solutions by studying information needs, systems flow, data usage, work processes & conferring with
users, interacted with users for requirement gathering, prepared functional specifications and low-level design documents
Maintained program modules including operational support, problem resolution, production support, preventative & corrective
maintenance and enhancement
Performed analysis, design, verification, demonstration and maintenance of products in a process-driven, team environment
Delivered projects such as Donacian & Library Management and worked on Public (AWS, SoftLayer), Private (vSphere)
Clouds, Python, NodeJS, Docker, Kubernetes, Couch DB & Mongo DB
Divergent outlook with creative approach to problem-solving using analytical skills to deal effectively with all levels of
organization proving teamwork and excellence
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a41011…
https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a410119041846505c0e… 2/2
UG: B.Tech/B.E. (Computers) from MIT, Meerut, AKTU in 2017
PG: PG Diploma (DAC) from CDAC ACTS, PUNE in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Nodejs, Java, C++
Angular & GO Lang ,Spring
Ubuntu, RHEL & Windows
Docker, Kubernetes, Terraform
IBM Cloudpak, vSphere, AWS
Azure & Openstack
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 248: Resume 257 with similarity score 0.058162287919115846
MS , M.Sc , M.S work from home , full time completion , her , assessment , graph theory , his , radiation , data science , resume , python , image processing , form , it , campus , machine learning , project , water , application Assessment
Q1. Why should you be hired for this role?
I'm now pursuing Data Science course where I have learned Python, R programming which can be very much help to build the Machine learning
model. I would like to do this internship where i can develop my knowledge and apply my skills by doing projects related to Data science field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months for a full time work from home internship.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 8248399967
Jegadeeswari S
Chennai
Applied 08 Feb'21
Python Image Processing Machine Learning
R Programming
Master of Science M.Sc), Data Science
VIT Chennai
2020 - 2022
Bachelor of Computer Applications BCA, Computer Application
Ethiraj College For Women Campus II
2017 - 2020
Senior Secondary XII, Science
STATEBOARD board
Year of completion: 2017
Secondary X
STATEBOARD BOARD board
Year of completion: 2016
Recommendation system using graph theory
Sep 2020 - Dec 2020
Using the apriori algorithm found the association between the items. The associations are represented in the form of
directed graph which shows the relations between the item in the dataset. It is useful to sell items together which increase
profit
Driver Drowsiness Detection
Aug 2019 - Dec 2019
Using many libraries in python software detected the drowsiness of the driver. If the driver closes his/her eyes for more than
15 seconds the alarm will wake up the driver. This project will be useful to avoid accidents especially driving at night.
Detecting Watet Wastage
Sep 2018 - Dec 2018
This project detects the water level in the tank. The ultrasonic sensor is placed at the top of the water tank which sends
radiation to the water and reflects back which indicates the water level in the tank when water is full it sends alarm to user
Rank 249: Resume 1395 with similarity score 0.05810733760889479
B.E , MS , B.TECH , BS cloud consultant , salesforce developer , salesforce administrator , full time , system analyst , data administrator sosl , reporting , functionality , blocking , customer , performing , security , designation , data extraction , wizard , app builder , affirmative action , conducting , interpersonal skills , hindi , cloud , ticketing , maintenance , ltd , custom objects , permissions , import , soql , salesforce.com , approval process , authorization , troubleshooting , teams , approvals , formulas , english , status , multinational , insideview , email , application , problem management , vast , default , team environments , less , splunk , records , electronics , led , features , debugging , adm , validation rules , languages , technical documentation , client requirements , custom reports , data integrity , extractions , dashboards , workflow , jira , tabs , crm , javascript , organization , folders , apex 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b45084…
https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b4508470a15415a0b5c… 1/3
Current Designation: Salesforce Senior Admin
Current Company: Accenture Services India Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Services India Pvt. Ltd as Salesforce Senior Admin
Aug 2015 to Till Date
Client - Splunk Inc. (It is an American multinational Corporation based in
San Francisco, California that provides On Premise and Cloud Solutions to
its Customer)
Roles and Responsibilities:
Led six-member team in conducting day to day Salesforce
Administration and maintenance tasks and served as mentor to
less-experienced admins.
Problem management initiatives- worked to improve processes
and procedures which led to reduction in incident count
Troubleshooting of production issues
Customized Salesforce functions to best suit client's need
Extensive experience in configuring and customizing of custom
objects, custom fields, Picklists, role based page layouts,
Workflow Alerts and Actions, Validation Rules, Approval
Processes, custom Tabs, custom reports, report folders, report
extractions to various formats, Dashboards, and Email
generation per application requirements.
Created and Customized Custom Objects, Formula Fields, Cross
Object Formulas, Roll up summary fields, Validation rules.
Effectively created the Picklists, dependent Picklists.
Experience in Administration and debugging of issues using Apex
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ruchi
Salesforce Senior Admin with five year of experience, having vast expertise of
Apex,SOQL,SOSL,CRM,Triggers,Data Loader and Extraction,Workflow,Service Now
and JIRA ticketing tool. Having ADM 201, PD1, App builder, Sales Cloud Consultant
Certification
Key Skills: Salesforce Senior Admin,System Analyst,Salesforce Development,Salesforce Administration,Salesforce
Support,Data Extraction,Apex,SOQL,SOSL,Salesforce CRM,SFDC,Force.com,Salesforce.com,Triggers,Data
Loader,Workflow,Service Now,JIRA,DiscoverOrg
Summary
5 years of IT experience as Salesforce Administrator, currently
working at Accenture as Salesforce Senior Admin.
Proficient in debugging and troubleshooting of Production issues.
Leading a six member team in performing day to day
Administration and Maintenance Task
Salesforce 4X certified professional.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b45084…
https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b4508470a15415a0b5c… 2/3
Classes, Apex triggers.
Created Permission Sets against Profile level CRUD and Field
permissions and associating it to right users.
Excellent understanding of Salesforce security model and
organization default settings.
Managed the Role Hierarchy, Security and Sharing Model by
implementing security and sharing rules at object, field, and
record level for different users at different levels of organization.
Designed and developed Custom objects, Page layouts, Custom
tabs.
Proactively created complex workflows, approval process,
validation rules, assignment rules.
Designed and implemented various Email templates.
Defined the lookup relationship and master-detail relationship
on the objects that helps in associating the records and defining a
parent-child relationship in which the master object controls
certain behaviors of the detail object respectively.
Managed day-to-day administration of salseforce.com instance.
Involved in creating users, page layouts, workflows and creating
new fields as required.
Excellent communication and interpersonal skills, Analytical
skills, technical documentation and reporting skills.
Accustomed to work in both large and small team environments
and coordination with cross-functional teams.
Salesforce Developer
January 2016 - November 2017
Client - Splunk Inc.
Roles and Responsibilities:
Entitled to enhance the Salesforce (CRM) system with new
updated features as per client requirement
Enhancements and maintenance of existing functionality
Fixed the defects in the existing system
Configured and customized functional areas of the Sales Cloud to
support critical business functions and meet client requirements
Data Administrator
August 2015 - December 2015
Client - Splunk Inc.
Roles and Responsibilities:
Documented, maintained and enforced data processes and
procedures designed to improve and maintain a high level of data
quality and integrity.
Cleansed duplicate data and defined dupe blocking parameters to
maintain data integrity.
Tools Used: Salesforce, Data Loader, DiscoverOrg, Insideview
UG: B.Tech/B.E. (Electronics/Telecommunication) from KIIT University, Bhuvaneshwar in 2015
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE.COM
Workflows & Approvals
Data Loader
IMPORT WIZARD
APEX, SOQL, SOSL
Service NOW, JIRA
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b45084…
https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b4508470a15415a0b5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
DiscoverOrg
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 250: Resume 10 with similarity score 0.0580201004231148
MS , B.TECH , BS pizza delivery , work from home api , training , natural language , general , showcase , algorithms , internships , css , deep learning , mysql , design , learning techniques , keras , apache , heroku , particular , speech recognition , models , email , project , mask , aws , exploratory data analysis , mongodb , processing , fit , computer vision , resume , internet of things , java , machine learning , computer science , opencv , framework , django , cassandra , assessment , scikit-learn , app , python , pizza , unsupervised learning , web , artificial intelligence , html , online Assessment
Q1. Why should you be hired for this role?
From your description, I noticed that you are looking for someone good in Python, Apache Cassandra, Computer Vision, Natural Language
Processing NLP, which is why I am the perfect fit for this role. I am an Artificial-Intelligence enthusiast and had done lots of projects on machine
learning and deep learning algorithms with PyTorch, Keras, Scikit-learn, and many more python libraries from my last few years. In these models, I
will perform an exploratory data analysis approach on the particular data for our requirements. In my spare time, I learned how to deploy the
models on websites with the Django framework and React library. I would love to do coding in python data structures and general passion to
learn new technologies for this position. Apart from this, I specialized in the Internet of Things technologies that help to grow your company. I am
passionately committed to producing the best results within the stipulated time. Please provide a chance to showcase my skills in front of you. I
will prove myself and contribute as much as possible to share my knowledge and enhance my skills.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for three months to work from home and I can start my work immediately.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
AYUSH VARSHNEY
Aligarh, Mathura
Applied 08 Feb'21
Computer Vision Python Artifical Intelligence
Deep Learning HTML Internet of Things IoT
Java Machine Learning MySQL
CSS Django MongoDB
B.Tech Hons.), Computer Science & Engineering
Gla University, Mathura
2018 - 2022
CGPA 7.49/10
Artificial Intelligence AI
Verzeo, Virtual
Jun 2020 - Aug 2020
In this internship I have done two real time projects based on artificial intelligence and machine learning such as Face Mask
Detector, Speech Recognition. I have learnt about python, machine learning and deep learning modules.
Advance Deep Learning
udemy, Online
Nov 2020 - Present
I learnt about supervised and unsupervised learning in deep and currently pursuing.
Deep Learning
Deeplearing.ai, Online
Apr 2020 - Jun 2020
Getting Started With AWS Machine Learning
Aws Training, Online
Apr 2020 - May 2020
Contact Book API
Jan 2021 - Jan 2021
https://github.com/ayush-09/Contact_Book_API
It is the Django based CRUD API in which all the details of any contact in the contact book searching by name and email.
Pizza Delivery Web App
Aug 2020 - Sep 2020
https://ayushav-app01.herokuapp.com/
https://github.com/ayush-09/Contact_Book_API
https://ayushav-app01.herokuapp.com/
CONTACT Phone: 91 7060209421
This is simply design app is based on Django framework and deploy on heroku platform.
Face Mask Detector
Jun 2020 - Aug 2020
https://github.com/ayush-09/Face_Mask_Detector
This project is based on OpenCv,CNN,Caffe-based face Detector,Keras Models,TensorFlow and on python language.Our
face mask detector didn't uses any morphed masked images dataset. The model is accurate, used the simple Sequential
model.
Computer Vision - Image Basics with OpenCV and Python
Jul 2020 - Jul 2020
https://github.com/ayush-09/OpenCv
Covid-19 Detection through XRay Diagnosis
Jun 2020 - Jul 2020
In this deep learning model I use transfer learning techniques to make the model accurate.
https://github.com/ayush-09/Face_Mask_Detector
https://github.com/ayush-09/OpenCv
Rank 251: Resume 485 with similarity score 0.05786610608582125
B.S , MS , BS work from home , student facts , game development , synopsis , binary , algorithms , freelancing , classification , deep learning , harness , mar , data analytics , cancer , statistical modeling , focus , encoding , pal , prediction , resume , github , machine learning , boundaries , translation , research , statistics , completion , assessment , data science , python , ml Assessment
Q1. Why should you be hired for this role?
I am a 2nd-year undergraduate student studying B.Sc. Statistics. Since Statistics is the backbone of Machine Learning, I believe in-depth
knowledge of it gives me an upper hand in understanding ML algorithms' working. I have been working with python in my projects, and I am
recently learning R since it grabbed my interest quite a bit.
Additionally, I also came up with an autoencoder model for disentangled feature representation and easier Image-to-Image translation, the
synopsis for the same can be referred to from the following link: https://arxiv.org/abs/2006.11404. Also, I have numerous personal projects in the
field of Machine Learning and Deep Learning. My projects have been uploaded to my GitHub profile, which can be accessed through the
following link: https://github.com/l3th4l.
Besides my focus on studies, I'm also a dedicated person when it comes to accomplishing a task that is assigned to me. This can be corroborated
by my earlier freelancing work in the field of Game Development.
Apart from all of these, I'm hardworking, zestful, and a passion for quality always drives me. I aspire to work in research since I love exploring the
boundaries of what is possible. Considering the above-stated facts, I believe that I am suitable for this role.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, currently I am a student, and I get much free time, which I want to use in a more productive way, which would increase my work experience
and help me harness my skills.
Resume
EDUCAT ION
PROJECTS
Safalya Pal
Howrah
Applied 08 Feb'21
Python Data Analytics Data Science
Deep Learning Machine Learning Statistical Modeling
Bachelor of Science B.Sc) Hons.), Statistics
Amity University Kolkata
2019 - 2022
CGPA 7.77/10
Senior Secondary XII, Science
ISC board
Year of completion: 2019
Percentage: 71.00%
Secondary X
Don Bosco School, Liluah
ICSE board)
Year of completion: 2017
Percentage: 81.00%
VAE with dual decoders for image-to-image translation
Oct 2019 - Nov 2019
https://github.com/l3th4l/DDVAE
An experiment showing that's it's possible for VAEs to learn shared repesentions between two domains without being
explicitly trained to do so.
Inspired from TwinGAN [https://arxiv.org/abs/1809.00946
Binary image classification for histopathologic cancer detection
Feb 2019 - Mar 2019
https://github.com/l3th4l/CancerDetectionKaggle
Cancer prediction from images for a kaggle contest (https://www.kaggle.com/c/histopathologic-cancer-detection)
Auto-Encoding for Shared Cross Domain Feature Representation and Image-to-Image Translation
https://github.com/l3th4l/DDVAE
https://github.com/l3th4l/CancerDetectionKaggle
CONTACT Phone: 91 7003988932
May 2020 - Present
https://arxiv.org/abs/2006.11404
An auto-encoder to learn cross-domain semantic similarity through shared representation.
NeurIPS 2020 submission (under review)
https://arxiv.org/abs/2006.11404
Rank 252: Resume 893 with similarity score 0.05756035991269229
B.E , MS , B.TECH , BS web developer , full time , software developer api , dart , web development , css , designation , connect , ug , vue , mar , affirmative action , information technology , collaboration , docker , keras , maintenance , accountants , firebase , php , particular , authorization , english , maps , status , email , project , express , webrtc , application , aws , pandas , angularjs , fintech , ux , git , account reconciliation , computer science , django , languages , websockets , python , javascript , program management , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440…
https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440b47435d540b5… 1/2
Current Designation: Web Developer
Current Company: Tax2Win
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 0 Year(s) 6 Month(s)
Highest Degree: B.Tech/B.E. [COMPUTER SCIENCE
AND COMMUNICATION]
Verified : Phone Number | Email - id
Tax2Win as Web Developer
Mar 2020 to Till Date
Worked on api integration for account reconciliation using yodlee
Developed a collaboration tool for our team of chartered accountants to connect securely and remotely.
UI/UX related changes in the existing website
Smart Whiteboard
Tax2Win * April 2020
Key Skills: React , Node JS, websockets , Mongo DB , Firebase , ml5 , webRTC
It is a collaborative tool that allows multiple users to connect simultaneously to edit the whiteboard and discuss over voice
calls.
It recognises hand drawn shapes and helps users to convert them into mind maps.
UG: B.Tech/B.E. (COMPUTER SCIENCE AND COMMUNICATION) from The LNM Institute of Information Technology,
jaipur, rajasthan in 2019
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Abhijeet Pareek
Web Developer seeking assignments in Software Development,Application
Programming,Program Management,Project Management,Requirement
Gathering,System Analysis,Git,Docker,AWS
Lambda,Postman,Javascript,AngularJS,Vue,HTML,CSS,Node JS,Python,PHP,Dart,C
Key Skills: Web Developer,Software Developer,Software Development,Application Programming,Program
Management,Project Management,Requirement Gathering,System Analysis,Git,Docker,AWS
Lambda,Postman,Javascript,AngularJS,Vue,HTML,CSS,Node JS,Python,PHP,Dart,C
Summary
Developer with the experience of working at a fintech and having a niche for full stack web development with a particular
strength in
MERN stack, also familiar with collaborative and deployment tools like git, docker,etc. Looking for a challenging role at a growth
oriented
organisation to solve real world problems.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440…
https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440b47435d540b5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Git , Docker , AWS Lambda , Firebase
postman
Javascript, React , AngularJS , Vue
HTML , CSS , JavaScript
Node JS , Java ,Python , PHP , Dart , C
Express, Django, Pandas,Keras,Tensorflow
Languages Known
Language Proficiency Read Write Speak
English
Rank 253: Resume 1536 with similarity score 0.05745246600869006
B.S , MS engineering manager , software engineer , architect manager , devops engineer , solutions architect , system administrator , engineering consultant , business development , solution architect , technical support associate , full time , technical specialist , technical support engineer training , 24x7 , space , docker , linux , beginner , windows administration , status , perl , juniors , mumbai , testing , reliability , building , kibana , ec2 , it infrastructure , sql server , service delivery management , development projects , data science , outages , organization , distance learning , switches , vagrant , amazon web services , mobility , ansible , magento , automation , infrastructure management , functional specifications , devops , wired , access , windows 2000 , designation , server management , confluence , rhel , hindi , nokia , ltd , eda , english , troubleshooting , provisioning , range , data analysis , kanban , machine learning , tier 2 , dashboard , itil , probability , javascript , artificial intelligence , disk , data centers , cd , general , physics , developers , scripting , vendors , affirmative action , mysql , oracle , maintenance , customer requirements , strategic planning , email , securities , aws , network security , investments , 3g , bengali , engineering management , operations , exchange server , profile creation , eigrp , maven , cisco routers , languages , operational excellence , rights , jira , ml , dell , femtocell , jenkins , windows server , ug , openshift , oam , scratch , solver , apache , php , authorization , openstack , teams , virtualization , application , devices , less , requirements gathering , alcatel , servers , nginx , bible , statistics , it service , scp , python , communications , acting , network administration , cloud computing , firewalls 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 1/4
Current Designation: Devops Engineering Manager
Current Company: Cloud Universe Technologies Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cloud Universe Technologies Ltd as Devops Engineering Manager
Jun 2020 to Till Date
Cloud Universe Technologies June 2020- Present
DevOps Engineering Manager
Project Responsibilities:
* Develop 200 instances servers with Operability in OpenStack customizing with Magento 2. 3. 1, MySQL, PHP and
Nginx and operational excellence with Pindom. For URL monitoring and monitoring tool setup from scratch starting from
procuring new server till provisioning to users.
* Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
* Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
* Involve in user administrations, Terraform and Cloud Watch.
* Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, solving customer raised
Issues, ticket tracking by JIRA using Kanban board and using Confluence
* Training juniors/new joinees in AWS,PYTHON,SQL,CLOUD,DEVOPS,ANSIBLE
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Sudeep Surya Ghosh
Devops Engineering Manager Architect seeking roles in IT Infrastructure
and,Incident,Release and,Service Delivery Management,Project Mngnt,Network
and,Cloud Computing,Automation,Strategic Planning ,AWS,Ansible, scripting
Jenkins,Python,MySQL,ML,AI,DS
Key Skills: Devops Engineering Architect ,Manager,IT/Network IT Infrastructure ,Incident Release,Service Delivery,Project
Management,Scripting,Cloud Computing,Automation,AWS,Jenkins,Maven,Python, scripting,MySQL, Strategic Planning,
Data Science,ML,A Intelligenc
Summary
* Serving as Devops Engineering Consultant Architect Manager
* Technocrat and Sr. Software Engineer with hands-on experience in all aspects of DevOps,Open-stacks,AWS,System
Admin,,Automation,Scripting Network, Infrastructure Management, Technical Support, Troubleshooting and Installation &
Configuration.Data Science,Machine Learning,Artificial Intelligence .
* Expertise in managing various project related activities involving planning, execution and management in tune with the core
business objectives; extending post-implementation support to project team by defining SLA norms.
* Problem solver with a passion for quality and process; skilled in grasping the big picture, conceptualizing, developing,
implementing solutions & partnering closely with business leaders & stakeholders.
* Hands-on experience in executing activities related to Network management, cloud computing, Openstack, Ansible,
Virtualization and Server management including virtual servers and Automation with Ansibl
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 2/4
GlobalLogic India Ltd as Consultant Engineering
Jan 2020 to Jun 2020
Projects Responsibilities-SGC Projects
Use Dev,Production and UAT Environments,AWS, PROD_WAC_CRAW server, PROD_WAC_API server,
PROD_WAC_DB server, RDP Server, Dev AD server.
Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
Involve in user administrations, Terraform and Cloud watch
Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, solving customer raised
Issues, ticket tracking by JIRA using Kanban board and using Confluence
Discussions with Clients
Cloud Universe Technologies as Devops Engineering Manager
May 2019 to Dec 2019
Business Development of all prospective Clients all over the world.
EDA Estimation Data Analysis and Artificial Intelligence
Infrastructural Managements,Probability Management
Embitel Technologies Pvt. Ltd- as Sr. DevOps Engineer
Oct 2018 to May 2019
* Working as Sr. DevOps Engineer including OpenStack Operations combining Development projects of
Magento2.3.1,PHP7.2,mySQL 5.7 and NGINX.
* Worked as PROA4 professional providing Tier 2 Supports for both AT&T Mobility NVSO SCP operations and 3G
Microcell Operations Services in USA
* Communicating with users for system, study, requirements gathering, analysis, implementation and testing of system
* Coordinating with Packet Core Teams and RAN teams with their respective vendors like Ericsson, Nokia Siemen
Network and Alcatel Lucent
* Gathering customer requirements and converting the same into functional specifications and Vendor selections
* Providing L4 level support to the AT&T NOC team on need basis
* Planning, designing, installing and configuring, upgrading, maintaining VPN, CISCO Routers and Switches as per
organizational requirements
* Participating in the complete range of project activities, starting from conceptualization, testing and maintenance of the
project, Cloud Computing, Virtualization Linux Administration, Ansible and Security.
* Managing activities related to disk space, user profile creation and user rights, management wired technologies,
A.S.A, Blue Coat firewalls.
* Drafting documents and developing procedure for Tier-2 and 1 Team for resolving customer problems quickly & acting
as repositories for 3G Microcell as well as cross domain teams.
* Automation with Ansible.
AT&T Communications Service Pvt. Ltd as Technical Specialist-GSNO
Jan 2012 to Oct 2018
Handled 2 processes together NVScp Ops and ASR5K Ops with Automation with Ansible as well as Open Stack
Infrastructure As a Service projects.Handled Linux troubleshooting ASR5k project Issues 24x7 with CISCO Routers and
Switches.Taken responsibility of building a team of networking professional as lead as per Organizational requirements.
Worked the AWS as ISAAS Infra Tech Specialist.
Maxima Plc as Technical Support Engineer
Aug 2009 to Oct 2011
I was invited officially to take charge of the necessary Work arounds of MAXIMA DATA CENTRE Networking Operations
and executed scheduled technical work arounds satisfactorily at MAXIMA Data Centers, LONDON, U.K. The assignment
took more than 3 months staying at LONDON MAXIMA and executing the scheduled tasks as planned by the MAXIMA
Managements.
UG: B.Sc (Physics) from university of madras in 1995
PG: MCA (Computers), Correspondence/Distance Learning from ICFAI University in 2012
Other Qualifications/Certifications/Programs:
REDHAT CERTIFIED ENGINEER,CCIE(WRITTEN),CCNA CERTIFIED,ORACLE,ITIL,REDHAT OPENSACK ADMIN,ANSIBLE
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 3/4
AWS Certified Solutions Architect
210-260 Cisco Network Security
DATA SCIENCE MACHINE LEARNING ARTIFICIAL INTELLIGENCE
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Windows 2000/2003,PYTHON, 2018 8 Year(s) 6 Month(s)
RedHat/Linux 2018 7 Year(s) 5 Month(s)
ANSIBLE,OPENSTACK,AWS,DOCKER,CI/CD 2019 5 Year(s) 3 Month(s)
MS Exchange Server 2018 5 Year(s) 2 Month(s)
TCP/IP 2018 8 Year(s) 6 Month(s)
Oracle 2018 7 Year(s) 1 Month(s)
SQL Server 2018 7 Year(s)
MS WINDOWS7 Win7 2018 8 Year(s) 6 Month(s)
RHEL 5 2018 7 Year(s) 5 Month(s)
APACHE 2.0 2018 7 Year(s) 4 Month(s)
Perl 5.8 2018 7 Year(s) 2 Month(s)
WINDOWS SERVER 2008 2008 2018 1 Year(s) 1 Month(s)
MS Exchange 2003 2018 5 Year(s) 6 Month(s)
Java, JSP 2018 6 Year(s) 6 Month(s)
Docker, Vagrant, OpenShift 2018 3 Year(s) 4 Month(s)
TCP/IP, RIP, OSPF, EIGRP, BGP 2018 8 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Beginner
Bengali Expert
Telegu Beginner
Projects
Project Title: SGC Projects
Client: GlobalLogic India Ltd.
Project Details: GlobalLogic India Ltd. Jan 2020 May 2020
Cosultant Engineering
Projects Responsibilities-SGC Projects
Use Dev,Production and UAT Environments,AWS, PROD_WAC_CRAW server, PROD_WAC_API server,
PROD_WAC_DB server, RDP Server, Dev AD server.
Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 4/4
Nature of Employment: Full Time
Project Location: Bangalore
Duration: Oct 2018 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 7
Nature of Employment: Full Time
Project Location: Bangalore
Role: Solution Architect
Duration: Jun 2018 - Jan 2020
Onsite / Offsite: Offsite
Team Size: 11
Nature of Employment: Full Time
Project Location: BANGALORE,HYDERABAD,MUMBAI
Role: Network/System Administrator
Duration: Jan 2013 - Oct 2018
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: United Kingdom,United States
Job Type: Permanent
Employment Status: Full time
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
Involve in user administrations, Terraform and Cloud watch
Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, s
Project Title: EmbitelCloud Server-AWS cloud and OPENSTACK cloud
Client: Embitel Technologies I pvt. ltd
Skill Used: Devops
Role Description: Devops and Infrastructure As A Service building/developing required customized instances servers in
Openstack as per the customers requirements.This customized instances help Magento developers to login ad work on daily
Magento Admin operations.
Project Details: Working as Sr. DevOps Engineer including OpenStack Operations combining Development projects of
Magento2.3.1,PHP7.2,mySQL 5.7 and NGINX
Project Title: DevOps Engineering Management
Client: Cloud Universe Technologies
Skill Used: Devops
Role Description: DevOps Engineering Management
Project Details: Develop 200 instances servers with Operability in OpenStack customizing with Magento 2. 3. 1, MySQL, PHP
and Nginx and operational excellence with Pindom. For URL monitoring and monitoring tool setup from scratch starting from
procuring new server till provisioning to users.
Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
Involve in user administrations, Terraform and Cloud Watch.
Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, solving customer raised
Issues, ticket tracking by JIRA using Kanban board and using Confluence
Project Title: Technical Specialist
Client: AT&T
Skill Used: Networking,Windows Administration,ANSIBLE,Openstack, scripting,Oracle,SQL administration,Python
Role Description: Tecnical Specialist
Project Details: Organization: AT&T Communications Service Pvt.Ltd-Global networks Operations
Responsibility: Technical Specialist- NVSOScp,3G/4G Microcell, Cisco Projects with ASR5k Mobility devices,DPEs,DMZs
OAM Network operations, preventing outages, Working as Advance Technical service
Achievement: Mobility Operational Commands Bible project, Cisco Femto Solutions Support project
Organization: AT&T Communications Service Pvt.Ltd-Global networks Operations.
Responsibility: Automation Project: Ansible configuration on Femtocell Nodes-to makes Updates to the Femtocell Nodes
Via ANSIBLE Script
Organization: Wipro Ltd (DELL Tech Support)
Technical Support Associate (IT Service)
Organization: Innovative Systems Authorized consultants of Citicorp Securities And Investments Ltd(CITI BANK N.A)
Environment: Cisco 3662, 3646, Router, Cisco 1900 & 3550 Switches, Windows 2000 Servers.
Designation: Support Engineer (IT Services)
Responsibility: Support Engineer and Networki
Rank 254: Resume 975 with similarity score 0.057397194822891906
B.E , MS , B.TECH software developer , senior software engineer , full time , senior php developer , php programmer react.js , solutions focused , css , ielts , ug , affirmative action , mysql , interpersonal skills , maintenance , php , jquery , authorization , english , node.js , status , postgresql , joomla , email , codeigniter , application , wordpress , angularjs , operations , android , git , computer science , languages , framework , malayalam , javascript , high court , tactical plans , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b43…
https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b4352121350090d0… 1/2
Current Location: Kochi
Pref. Location: Cochin,Ernakulam,Kochi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Pumex infotech as Senior Software Engineer
Oct 2018 to Aug 2020
Autograde International as Senior PHP Developer
Jun 2017 to Oct 2018
Unitybees as Senior PHP Programmer
Apr 2016 to Jun 2017
NIC Computer Cell High Court of Kerala as PHP Programmer
Jan 2013 to Apr 2016
Celswa Digitals as PHP Programmer
Jul 2011 to Jan 2013
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
TONY GEORGE
Senior Software Engineer with 8years of experience
Key Skills: mysql,postgresql,javascript,jquery,ajax,core php,codeigniter
framework,html,css,php,angularjs,React.Js,Node.Js
Summary
Solutions focused, meticulous and results-oriented B.Tech (Computer Science) Professional offering 7 years of successful
career in IT arena distinguished by commended performance and proven results
Extended expertise in understanding the process, understand operations sequences, process parameters required to achieve
quality characteristics
Recognized as a hands-on, proactive professional who can rapidly identify problems, formulate tactical plans, initiate change
and implement effective programs in challenging and diverse environments
Strong analytical and problem-solving skills, effective written and verbal communication skills, interpersonal skills, organizational
and multi-tasking skills
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b43…
https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b4352121350090d0… 2/2
UG: B.Tech/B.E. (Computers) from Mahatma Gandhi University (MGU) in 2009
Other Qualifications/Certifications/Programs:
Diploma in .Net Technologies
IELTS
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP 7 2019 8 Year(s) 3 Month(s)
JOOMLA, WORDPRESS 2013 1 Year(s) 0 Month(s)
CODEIGNITER 3.0 2018 2 Year(s) 6 Month(s)
JavaScript 2019 8 Year(s) 3 Month(s)
MySQL 2019 8 Year(s) 3 Month(s)
AJAX 2019 8 Year(s) 3 Month(s)
JQUERY 2019 8 Year(s) 3 Month(s)
Angular 8 2019 1 Year(s) 6 Month(s)
PostgreSQL 2018 1 Year(s) 0 Month(s)
Android application development 2018 0 Year(s) 6 Month(s)
React.js 2019 1 Year(s) 6 Month(s)
GIT 2019 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Malayalam
Rank 255: Resume 398 with similarity score 0.05738778789273505
B.E , MS , BS work from home c programming , public , sql server , completion , assessment , project , management system , python , resume , image processing , computer networking , javascript , yelp , models , computer science , mask , database Assessment
Q1. Why should you be hired for this role?
actually i have 45 projects in this domain.i will give 100 % in all the works .
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Ya I am available .I can start immediately your work .
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
Prashant Kumar
Hubli, Bangalore
Applied 07 Feb'21
Python MSExcel MSOffice
MSPowerPoint C Programming C Programming
Database Management
System DBMS
Image Processing MS SQL Server
SQL Computer Networking Data Structures
Java
Bachelor of Engineering B.E, Computer Science & Engineering
KLE TECHNOLOGICAL UNIVERSITY
2018 - 2022
CGPA 7.80/10
Senior Secondary XII, Science
River Valley Public School
CBSE board)
Year of completion: 2017
Percentage: 67.00%
Secondary X
Dav Public School Hfc Barauni
CBSE board)
Year of completion: 2015
CGPA 8.80/10
Food captioning of yelp dataset
Nov 2020 - Feb 2021
we have to caption the image which is not captioned in the yelp datase.
Sound detection of different species
Jan 2021 - Feb 2021
we have to detect the sound of different species .This is a kaggle comp and in first attempt we got 0.871 accuracy and got
242 ranks.
crime management system
Dec 2020 - Feb 2021
we have used javascript and SQL database for this project.
Face mask detection in both datset and realtime
Oct 2020 - Present
we have to detect the face mask in both static and real time. In that we have made 3 models using different CNN method
maths olympiad state rank 13
CONTACT Phone: 91 6205091953
Rank 256: Resume 1069 with similarity score 0.0573760002834533
MS , BS associate , etl developer , software developer , data management , full time , informatica , plsql developer , aws solution architect , aws architect master data management , veritas , web development , performing , css , security , designation , ug , mar , affirmative action , oracle , mysql , hindi , cloud , etl , maintenance , dynamo , php , cleansing , english , authorization , gujarati , bootstrap , status , email , project , record , application , aws , dwh , consolidation , pl/sql , idq , obiee , components , s3 , data quality , transformation , ec2 , django , infrastructure , languages , oci , python , javascript , organization , business requirements , learning , html , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160…
https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160610405f0f0956… 1/3
Current Designation: Informatica Etl Developer,Plsql
Developer,AWS Architect,AWS Certified
Current Company: Veritas Software Technologies
Current Location: Pune
Pref. Location: Ahmedabad,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Veritas Software Technologies as Informatica Etl Developer,Plsql Developer,AWS Architect,AWS
Certified
Jul 2018 to Till Date
Working in Master Database Management(MDM).
Working on IDQ Tool to deliver many business requirements.
Responsible to provide cleanse data in the Organization
Maintaining a Central Database for all customers and its information by creating mapping and mapplets and deploying it to
higher environment
Working on PLSQL in MDM track for enhancement purpose.
Supporting and solving DWH and OBIEE incidents and request (Support Activities).
Implementation of AWS Cloud infrastructure in organization.
Worked on Components such as: S3, SQS, SNS, VPN, EC2, Cloud Front, RDS, Dynamo DB, Lambda, SNS, IAM
Implement Security Web Portal project in organization to fulfill the business requirement and to automate a manual task.
Front End: Bootstrap, CSS, HTML
Backend: PHP, Oracle OCI
Working on Developing a Python Django project. It is an organizational internal project where it provides the necessary
information to the Business user about the maintenance work and upcoming activities.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
HARDIK DEDHIA
Associate IT Developer seeking roles in Web Development,Master Database
Management,Data Cleansing,Project Management,Informatica Data Quality,
HTML,Javascript,Python,MySQL,PHP,Django,Java,C,CSS,Bootstrap,HTML,AWS
,Cloud
Key Skills: Software Developer,Master Database Management,Data Cleansing,Project Management,Informatica Data
Quality,HTML,Javascript,Python,MySQL,PHP,Django,Java,C,CSS,Bootstrap,AWS,ETL Developer,Informatica
Developer,ETL
Summary
Result-oriented Professional with over 2 years of experience in Master Database Management,Data Cleansing,Project
Management,Informatica Data Quality,,HTML,Javascript,Python,MySQL,PHP,Django,Java,C,CSS,Bootstrap,HTML
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160…
https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160610405f0f0956… 2/3
UG: BCA (Computers) from kachchh university in 2015
PG: MCA (Computers) from Pune University in 2018
Other Qualifications/Certifications/Programs:
Cloud Infrastructure Certified AWS Solution Architect Associate
Nature of Employment: Full Time Duration: Jan 2020 - Jun 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Dec 2019 - Mar 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: Pune
Duration: Aug 2019 - Aug 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2018 - Aug 2020
Onsite / Offsite: Onsite
IT Skills
Skill Name Version Last Used Experience
C, JAVA
HTML, CSS, JAVASCRIPT
MySQL, Oracle, PL/SQL
ETL
Informatica Data Quality
Python Django
AWS
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
Gujarati Expert
English Expert
Marathi Expert
Projects
Project Title: Web Portal Using PHP
Client: Veritas
Project Details: Created a web portal using backend as PHP and Oracle OCI. front-end - bootstrap 4 ,javascript , css
Project Title: Python Django Webportal
Client: Veritas
Project Details: learning and Developing Web Portal in Python Django. The web portal objective was to display the future
maintenance work to be carried
Project Title: Aws Infrastructure Setup
Client: Veritas
Project Details: setting up the AWS infrastructure in the organisation and hosting website for the organisation
Project Title: Plsql
Client: Veritas
Project Details: Performing enhancement work for MDM project . code fix and data fix
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160…
https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160610405f0f0956… 3/3
Nature of Employment: Full Time Duration: Jul 2018 - Aug 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Mar 2018 - Sep 2019
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Master Data Management Using Informatica Data Quality(IDQ)
Client: Veritas
Project Details: Creating and Reserving Master Data record for various other team using address doctor , Match
transformation, consolidation transformation and etc transformation using Informatica Data Quality (IDQ) tool
Project Title: Java Enhancement
Client: Veritas
Project Details: java enhancement
Rank 257: Resume 1209 with similarity score 0.05692326666224202
B.E , MS , B.TECH software engineer , full time , software developer award , customer , algorithms , css , designation , ug , affirmative action , hindi , maintenance , ltd , digital , authorization , english , status , c# , agile , sql , email , project , application , solution architecture , mumbai , star , user requirements , c++ , computer science , building , languages , asp.net , javascript , web , technology , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105…
https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105211465e090854… 1/2
Current Designation: Software Engineer
Current Company: Tata Consultancy Services Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Software Engineer
Sep 2018 to Till Date
Achievements/Tasks
Developed a System to automate the process of
Worked as a part of agile team and documented the
user requirements.
Developed a Banking Web Application for handling
Initial Learning Program(ILP) Project.
Developed the front end and back end of some micro
modules for Tata Global Beverages Limited.
sales posting.
accounts and making transactions, as a part of TCSReceived
ILP Star Performer Award for good performance
and being in top-5 of ILP Batch.
Received Learning Achievement Award for completing
digital competencies.
Participated and won several internal TCS hackathons.
Last Active: 1-Feb-21 Last Modified: 31-Jan-21
Ankur Singh
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React,C++,Asp.Net,HTML,CSS,SQL,Data
Structures,Algorithms,Java,C#,JavaScript
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React,C++,Asp.Net,HTML,CSS,SQL,Data
Structures,Algorithms,Java,C#,JavaScript
Summary
Results-driven and motivated Software
Engineer. Focused towards building
customer centric robust and viable products
Passionate about builiding scalable systems
impacting million end users.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105…
https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105211465e090854… 2/2
UG: B.Tech/B.E. (Computer Science and Engineering) from Feroze Gandhi Institute of Engineering and Technology,
Rae Bareli in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C++
HTML, CSS
REACT
ASP.NET
SQL
JAVA
Data Structures
C#
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 258: Resume 176 with similarity score 0.05676225294477591
B.E , MS work from home , classifier , content writer solar , deep learning , adobe photoshop , adobe premiere pro , radar , linux , public , e-mail , cli , teams , computation , embedded , application , coursera , resume , electronics , art , lcd , weather , java , government , led , machine learning , problem solving , writer , arduino , research , foundation , sms , completion , assessment , events , motion controllers , data science , python , coordinated , organization , technology , intelligence systems , online Assessment
Q1. Why should you be hired for this role?
I am pursuing specialization in the field of Deep Learning aided computation and intelligence systems. Seeking to leverage problem solving,
analytical, and research skills to help democratize modern technology and contribute impactfully.
I have worked with Deep Learning technologies/tools like Tensorflow and PyTorch and implemented projects using them. I really like the
prospective these technological advancements bring and I hope to learn and contribute to them in a meaningful manner.
I would describe myself as a tech-enthusiast and am willing to put in the effort to better my skill set and help serve the community better.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for a full-time work-from-home internship for the next 3 months, and can start immediately.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Dhruv Vats
Ahmedabad
Applied 09 Feb'21
Python Data Science Deep Learning
Java Linux Machine Learning
Adobe Photoshop Adobe Premiere Pro
Bachelor of Engineering B.E, Electrical and Electronics Engineering
Vishwakarma Government Engineering College
2018 - 2022
CGPA 8.39/10
Senior Secondary XII, Science
SGVP International School
CISCE board)
Year of completion: 2018
Percentage: 89.20%
Secondary X
SDIS
CISCE board)
Year of completion: 2016
Percentage: 88.50%
Coordinated public events and helped manage logistics with teams of volunteers (at Dada Bhagwan Foundation).
Worked as a Volunteer Article Writer and Editor at a Non-Profit Organization DBF led self-help Magazine Publication Akram
Youth).
Machine Learning By Andrew NG
Coursera, Online
Jul 2020 - Aug 2020
Transfer learned State-of-the-Art Dense Nets
Nov 2020 - Nov 2020
E-mail/SMS spam classifier
Sep 2020 - Oct 2020
Visual Exploratory Analysis aided Regressors
Oct 2020 - Oct 2020
Flower type classifier with CLI Application (using PyTorch)
Sep 2020 - Sep 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8160304091
Dog Breed Classifier (using Tensorflow)
Sep 2020 - Sep 2020
Embedded System based LCD display enabled Ultrasonic Radar
Apr 2019 - Apr 2019
Several Arduino based Projects
Feb 2016 - Present
Several Arduino based Projects like:
- Portable Weather Station
- Mechanically controlled Solar Panel
- XRay Viewer Light Controller
- Motion Controllers
Content Writer for a magazine named Akram Youth.
Winner of College Tech-fest organized Competitive Programming competition.
Rank 259: Resume 1424 with similarity score 0.05663480186168216
B.E , MS , B.TECH senior consultant , cleaners , full time , erp consultant ods , automation , sap hana , rca , general , adso , customer , vaccines , security , cleaners , designation , data extraction , ug , team performance , affirmative action , data loading , lumira , developments , report development , realization , query designer , hindi , air , maintenance , ltd , legacy systems , webi , english , authorization , modifications , go , exits , status , multinational , specifications , email , project , water , business process mapping , live , solution architecture , adherence , sap bi , range , testing , performance tuning , writing , strategy , computer science , bex analyzer , building , full life cycle implementation , languages , vacuum , sap implementation , extractions , scheduling , javascript , crm , technology , root cause analysis , business requirements , process optimization , eureka 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d110818…
https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d1108180214175d5f0c5… 1/3
Current Designation: SAP Senior Consultant
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Accenture as SAP Senior Consultant
Jan 2019 to Till Date
Key Result Areas:
Worked on BW/4 Hana objects.
Knowledge of Abap objects.
Data Extractions from ECC and other vendor systems.
Created infoproviders based on the requirements.
Worked on routines and APD's.
Created Webi Reports.
Worked on support issues and tickets raised by end user .
Development of reports based on client requirement.
Created Automation of processes.
Quinnox Consultancy Services Ltd. as SAP Senior Consultant
Nov 2014 to Jan 2019
Key Result Areas:
Involved in SD,FI/CO,HR,CRM for Production Support, Maintenance Projects and Enhancement Projects.
Experienced in designing solutions and writing specifications based on business requirements.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Samarth Tandon
SAP Senior Consultant seeking roles in SAP Implementation, Solution
Architecture,SAP BW,SAP BI,SAP BW on HANA,SAP BW/4 HANA
Key Skills: SAP Senior Consultant,ERP Consultant,Project Management,Strategy Planning,SAP Implementation,Process
Automation,Root Cause Analysis,Solution Architecture,SAP BW,SAP BW on HANA,SAP BI,SAP BW/4 HANA, WebI,
Bobj, Bex Analyzer,
Summary
Resolute and committed professional, offering over 6 years of experience in SAP BW/BI functional and technical while playing
various key roles in Design, Development & Production Support (Data Modelling and Report Development)
Bagged multiple Client Appreciation & Awards for outstanding performance
Possess strong skills in project management & implementation; extensive experience in SAP implementation with merit of
building functional & operational roadmaps, mapping processes and enhancing team performance to re-assure business
standards across assignments
Proven success in ensuring adherence to standard SAP best practices and business process mapping, meeting
stakeholders to identify opportunities for business process optimization and solutions
In-depth knowledge on SAP HANA views
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d110818…
https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d1108180214175d5f0c5… 2/3
Knowledge of SAP HANA information views like Calculation Views, Analytical Views and Attribute Views.
Knowledge of SAP BW/4HANA Info providers like ADSO, Open ODS Views and Composite Provider.
Knowledge of Lumira functionalities.
Worked on full life cycle implementation and upgrade projects which dealt with a Blueprints Realization, Data Modelling,
Data Extraction, Data Loading (Full / Delta Up-Loads), Scheduling, Monitoring, Query Designer, testing and Go live for
legacy systems and ECC systems.
Performance tuning of reports.
Worked on support issues and tickets raised by the end user
Development of reports based on client requirement
Creating Process chain and scheduling
UG: B.Tech/B.E. (Computer Science and Engineering) from Don Bosco Institute of Technology in 2014
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Feb 2015 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Education
IT Skills
Skill Name Version Last Used Experience
SAP BW/BI 7.5 2020 5 Year(s) 10 Month(s)
SAP BW with ABAP 2020 5 Year(s) 10 Month(s)
SAP BW on HANA 7.5 2020 5 Year(s) 10 Month(s)
BEx, Lumira 2.0, Webi 2020 5 Year(s) 10 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Pfizer Development and Support
Client: Pfizer
Role Description: Collecting the requirement from users and preparing the documents for the new changes and
modifications. Proposed RCA's( Root Cause Analysis) to the clients for the frequent failures.
Project Details: Pfizer Inc. is an American multinational pharmaceutical corporation. The company develops and produces
medicines and vaccines for a wide range of medical disciplines.
Project Title: EFL Development and Support
Client: Eureka Forbes Limited
Skill Used: SAP BI, SAP BW, SAP ABAP,SAP BW on HANA
Role Description: Involved in ABAP customer exits and routines in BI system.Designed and development of Info providers as
per requirement.Collecting the requirement from users and preparing the documents for the new changes and modifications.
Project Details: Eureka Forbesis a leading marketer and services provider of water purifiers, aqua guard, vacuum cleaners,
air
purifiers and security solutions in India. This Project involves the activities providing support to the existing environment
and new developments/enhancements as per the requirement.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d110818…
https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d1108180214175d5f0c5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 260: Resume 977 with similarity score 0.05654720061811097
B.E , MS , B.TECH sql developer , devops , engineering associate , software developer , full time , service provider , java developer api , cable television , core java , quantification , financial services , devops , rca , entertainment services , soap , designation , amdocs , ebitda , telecom , affirmative action , information technology , oracle , web services , hindi , cloud , maintenance , revenue , unix , digital , authorization , internet , english , status , agile , email , project , jpa , application , max , aws , ict , chrome , xml , pl/sql , broadband , satellite tv , testing , rest , debugging , shell scripting , problem solving , connectivity , languages , management system , communications , mobile , javascript , eclipse , wireless , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e110819…
https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e1108190314405a5a0d… 1/3
Current Designation: Software Developer -Java
Current Company: Amdocs
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Amdocs as Software Developer -Java
Dec 2018 to Till Date
Client : Mtel A1 (Bulgeria - Europe)
Application: OMS (ordering management system) and Digital API
Position : Software Developer
Technologies : Core java, SQL, PLSQL, Unix, Web services, API Management , JavaScript
PROJECT DESCRIPTION:
A1 Bulgaria is a leading provider of communications, payment and entertainment services as well as integrated business
solutions. Offering mobile and fixed services, high speed broadband internet, digital and satellite TV, four sport channels
under the MAX Sport brand, own music streaming platform ? Xplore Music, financial services, ICT, cloud, and IoT
solutions, A1 Bulgaria achieved revenues of 486,2 million Euros by year end 2019 and EBITDA was EUR 179.4 million.
Responsibilities:
Develop and Maintain OMS application code functions and API?s.
Reacting to problems and correcting the program as necessary.
Evaluating and increasing the program's effectiveness.
Develop code or data fix necessary to solve given problem.
Solve issues and bugs in production.
Provide various fixes for bugs which are causing application performance degradation.
Work with onshore team on various defects.
Data Fixes and quantification to correct corrupted data.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Omkar Mohite
Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance.
Skills - Core Java,HTML,JavaScript,JDBC,JPA,REST,SOAP,JMS,XML,XSD,Shell
Scripting,SQL,Oracle, PLSQL
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Core Java,HTML,JavaScript,JDBC,JPA,REST,SOAP,JMS,XML,XSD,Shell
Scripting,SQL,Oracle,PLSQL,OMS,Amdocs Billing
Summary
2 Years of Experience as a Java Developer in Ordering Management system (OMS) with Amdocs Development Center India.
Experience in Agile and DevOps methodology.
Strong experience in development, testing and debugging application.
Good problem solving and communication skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e110819…
https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e1108190314405a5a0d… 2/3
Client : Rogers communication Inc. (CANADA)
Application: Maestro OMS (ordering management system)
Position: Software Engineering Associate
Technologies : Core java, SQL, PLSQL, Unix
PROJECT DESCRIPTION:
Rogers is a Canadian communication and media company headquartered in Toronto.
It Operates particularly in the field of wireless communications, cable television,
telephone and Internet Connectivity. Rogers had revenue of $14.0 billion in fiscal 2017.
Rogers Cable is Canada's largest cable television service provider with approximately 2.3 million customers in southern
Ontario (90% of customers), New Brunswick and Newfoundland and Labrador. Rogers Telecom (formerly Call-Net
Enterprises which did business under the Sprint Canada brand) is a major competitive telephone carrier throughout
Canada Rogers Communications is Canada's largest wireless communications services provider, under the Rogers
Communications, Fido, Chatr Wireless and Cityfone brand names
Responsibilities:
Develop and Maintain OMS application
Reacting to problems and correcting the program as necessary.
Evaluating and increasing the program's effectiveness.
Develop code or data fix necessary to solve given problem
Solve issues and bugs in production
Provide various fixes which are causing application performance degradation
Work with onshore team on various defects
Data Fixes and quantification to correct corrupted data.
Work closely with Business and provide analysis and RCA for various issue.
UG: B.Tech/B.E. (Information Technology) from VIIT, Pune University in 2018
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
HTML, JavaScript
JDBC, JPA
Unix, REST, SOAP, JMS
XML, XSD, shell scripting
SQL, ORACLE, PL/SQL
Eclipse, SQL Developer
SOAP UI, Chrome DevTools
AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e110819…
https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e1108190314405a5a0d… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 261: Resume 802 with similarity score 0.056313194869991375
B.E , MS , B.TECH full time , backend developer , team member , software developer automation , api , general , css , web analytics , designation , ug , vs , affirmative action , addition , docker , angular , maintenance , basic , ltd , permissions , php , authorization , customer data , teams , web applications , enterprise , status , bootstrap , pressure , sql , email , project , codeigniter , ubuntu , web servers , operations , celery , forms , rest , problem solving , finance , django , framework , nginx , dashboard , python , google analytics , javascript , search , digital marketing , html , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b16…
https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b165211485a5a58… 1/3
Current Designation: junior Backend Developer
Current Company: SRV Media
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
SRV Media as junior Backend Developer
Feb 2020 to Till Date
Project Details
Project 1: Project Enterprise Resource Planning
Customer: Internal project.
Period: June 2019 to Jan 2020
Description
It's an internal tool to manage tasks across all the different departments of the company. The dashboard
was made for multiple users along with mail automation. The coordination among teams likes sales,
Finance & operations was made seamless with the help of the tool.
The tool ultimately solved a lot of problems for the company & helped in channelizing the efforts of
employees in the right direction.
Role: Team Member (Developer)
Technologies: PHP, codeigniter,bootstrap
Tools: VS code
Responsibilities
Developing the backend code as per the requirements.
Involve in developing emailers of the system and Integrating third-party APIs.
Developing the frontend of some modules using bootstrap.
Project 2: Project Digital Marketing Tool
Customer: Planned to be deployed in various industries.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Aman Verma
Backend Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Resource Planning,Project
Management,HTML,CSS,Javascript,Python,GIT,Django,Docker
Key Skills: Backend Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Resource Planning,Project Management,HTML,CSS,Javascript,Python,GIT,Django,Docker
Summary
Overall 1.5 years of experience in the development of Web applications using Python and Django
Technologies.
Working with SRV media pvt ltd from 1sth June 2019 to till date.
Hands on experience in Python,Django,Django rest framework.
Knowledge of VS code tool for the development of Python projects.
Hands on experience nginx and gunicorn web servers.
Cohesive team worker, having strong analytical, problem solving skills and Can work under
pressure to meet deadlines.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b16…
https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b165211485a5a58… 2/3
Period: Feb 2020 to till date
Description
The tool was made to provide value addition to the customers in terms of customer journey, customer
profiling, web analytics, customer data points etc. The tool really helped the clients to take the right
marketing decision & improve the ROI. The different modules consisted of different data points necessary
for the clients for doing specific analysis.
Role: Team Member (Developer)
Technologies: Django rest framework,Angular 8,Docker,celery,elastic search
Tools: VS code,Postman
Responsibilities
Developed the various analytics APIs with proper permissions.
Handled different types of issues.
Integration of Google analytics API for historic and real time data.
Developing Backend(using Django rest framework) of a module for leads login and forms.
UG: B.Tech/B.E. (Computers) from SDM college of Dental Sciences and Hospital, Dharwad in 2019
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2019 - Jan 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Ubuntu 18.04.
Python,c,php,sql
POSTGRES
Basic HTML, CSS,JavaScript,Ajax
Nginx and Gunicorn.
GIT
DOCKER
Django,codeigniter
VS code,Postman
Projects
Project Title: Project Digital Marketing Tool
Client: Planned to be deployed in various industries.
Project Details: The tool was made to provide value addition to the customers in terms of customer journey, customer
profiling, web analytics, customer data points etc. The tool really helped the clients to take the right
marketing decision & improve the ROI. The different modules consisted of different data points necessary
for the clients for doing specific analysis.
Project Title: Project Enterprise Resource Planning
Client: Internal project
Project Details: Description
It's an internal tool to manage tasks across all the different departments of the company. The dashboard
was made for multiple users along with mail automation. The coordination among teams likes sales,
Finance & operations was made seamless with the help of the tool.
The tool ultimately solved a lot of problems for the company & helped in channelizing the efforts of
employees in the right direction.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b16…
https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b165211485a5a58… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 262: Resume 469 with similarity score 0.056269150914216116
B.E work from home , computer engineer web development , internships , css , databases , php , farmers , editing , c programming , video , mumbai , star , resume , github , machine learning , computer science , languages , django , framework , completion , assessment , data science , python , app , javascript , technology , html , capture Assessment
Q1. Why should you be hired for this role?
Being to be a Computer Engineer, I am always prone to learn new technologies and languages to upskill myself. I am familiar with Web
development and know HTML, CSS, JS, PHP, and have worked on many projects also completed an internship on the same. Also, I like Python
language, Django framework, and working even on Data Science and Machine Learning using Python language. Finding the same, I want to work
more in the same field and if chosen I would devote my all strengths and weaknesses to complete any kind of work assigned to me.
Also, do have a look at my Github Profile wherein I keep updating my current working databases.
https://github.com/rutika-30
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months starting immediately for full-time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Rutika Pawar
Mumbai
Applied 07 Feb'21
Python C Programming Data Science
HTML CSS JavaScript
Machine Learning
Bachelor of Engineering B.E, Computer Science
Thakur College of Engineering and Technology
2019 - 2022
CGPA 8.93/10
Senior Secondary XII, Science
H.S.C board
Year of completion: 2018
Percentage: 85.00%
Secondary X
S.S.C board
Year of completion: 2016
Percentage: 93.20%
IOT
Smartinternz, Virtual
Jul 2020 - Aug 2020
In this internship, we worked on an IoT-based simulator app for farmers which would help them in their routine.
Web Development
Thakur College Of Engineering & Technology, Virtual
Jul 2020 - Jul 2020
Video Making
THAKUR COLLEGE, Mumbai
Jun 2019 - Jun 2020
Content Creator
S.O.R.T. Club at TCET
Creative Head of TSDW TCET A.Y. 202021
Co-Head of TCET Capture Club A.Y. 202021
Editing Head of TCET Capture Club ( A.Y. 201920
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9309905344
Do have a look at my Github profile. If you like it, please leave a star!
https://github.com/rutika-30
Rank 263: Resume 505 with similarity score 0.05614750753959777
MS , B.TECH , BS work from home , full time codes , optimization , internships , css , deep learning , databases , navigators , digital , ios , excel , focus , programming languages , resume , android , prompt , reason , tags , completion , assessment , data science , python , javascript , search , web , campus , technology , commerce , html Assessment
Q1. Why should you be hired for this role?
The sole reason for me learning Python was to get into data science, deep learning, and ultimately into Artifical Intellegence. The concept of
developing programs capable of learning on their own via databases is fascinating.
I have always been a self-initiated learner. Despite taking commerce in high school, I taught myself a few programming languages Python and
web-stack) and started freelance work.
I am extremely motivated and promise to do this job with the utmost seriousness and focus. Worked on a database analysis system for a class at
my university
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am availaible full time for the next 6 months, starting immediately
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Sarthak Rungta
Delhi
Applied 07 Feb'21
CSS HTML Python
Android Java JavaScript
iOS
Bachelor of Technology B.Tech)
RMIT University, Melbourne City Campus
2020 - 2023
CGPA 3.20/4
Senior Secondary XII, Commerce
TAGORE INTERNATIONAL SCHOOL
CBSE board)
Year of completion: 2018
CGPA 9.00/10
Search Engine Optimization SEO
Tansen Music Academy, Sarita Vihar, Delhi
Feb 2019 - Jan 2020
Developed Python codes to automte enquiry seach process, which was previously done manually.
Developed website, including relevant tags to optimize search results.
Converted all physical data into digital format to run anaysis.
Software Development
Genbioca, Virtual
Sep 2020 - Jan 2021
Built web scrapers using python.
Managed fellow interns, ensuring timely submissions.
Developed excel navigators using python to prompt releant questions to clients based on their previous response
Author
Nov 2017 - Present
Authored a Crime thriller novel, which was published in November of 2017.
CONTACT Phone: 91 9540685871
Rank 264: Resume 504 with similarity score 0.056101493812856784
MS , B.TECH , BS work from home , full time codes , optimization , internships , css , deep learning , databases , navigators , digital , ios , excel , focus , programming languages , resume , android , prompt , reason , tags , completion , assessment , data science , python , javascript , search , web , campus , technology , commerce , html Assessment
Q1. Why should you be hired for this role?
The sole reason for me learning Python was to get into data science, deep learning, and ultimately into Artifical Intellegence. The concept of
developing programs capable of learning on their own via databases is fascinating.
I have always been a self-initiated learner. Despite taking commerce in high school, I taught myself a few programming languages Python and
web-stack) and started freelance work.
I am extremely motivated and promise to do this job with the utmost seriousness and focus. Worked on a database analysis system for a class at
my university
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am availaible full time for the next 3 months, starting immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Sarthak Rungta
Delhi
Applied 07 Feb'21
Python CSS HTML
Android Java JavaScript
iOS
Bachelor of Technology B.Tech)
RMIT University, Melbourne City Campus
2020 - 2023
CGPA 3.20/4
Senior Secondary XII, Commerce
TAGORE INTERNATIONAL SCHOOL
CBSE board)
Year of completion: 2018
CGPA 9.00/10
Search Engine Optimization SEO
Tansen Music Academy, Sarita Vihar, Delhi
Feb 2019 - Jan 2020
Developed Python codes to automte enquiry seach process, which was previously done manually.
Developed website, including relevant tags to optimize search results.
Converted all physical data into digital format to run anaysis.
Software Development
Genbioca, Virtual
Sep 2020 - Jan 2021
Built web scrapers using python.
Managed fellow interns, ensuring timely submissions.
Developed excel navigators using python to prompt releant questions to clients based on their previous response
Author
Nov 2017 - Present
Authored a Crime thriller novel, which was published in November of 2017.
CONTACT Phone: 91 9540685871
Rank 265: Resume 1118 with similarity score 0.055952837901909996
MS technical specialist , cloud engineer , full time , team lead data warehousing , space , bash , databases , linux , gateway , httpd , status , lloyds , data architecture , ibm aix , nagios , squid , ec2 , infrastructure , sql server , ansible , powershell , designation , rhel , hindi , cloud , service catalog , cluster , data modeling , cli , cyberoam , english , consultation , mongodb , fixing , performance tuning , dc , strategy , punjabi , vmware , javascript , disk , hadoop , managed services , reporting , optimization , affirmative action , mysql , database administration , zabbix , postgresql , nessus , email , tomcat , business intelligence , aws , ubuntu , middleware , languages , athena , console , hive , family , sdk , multipath , hardening , vulnerability , presto , jenkins , credit , windows server , nosql , ug , data extraction , versioning , health , analytics , firewall , apache , azure , union , authorization , application , wealth , s3 , storage , replication , lovely , python 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140…
https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140014400c5d095… 1/3
Current Designation: Technical Specialist/Cloud Engineer -
Database
Current Company: Translab Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Gurgaon
Functional Area: IT Software - DBA / Datawarehousing
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Translab Technologies as Technical Specialist/Cloud Engineer -Database
Oct 2016 to Till Date
Client: Look Ahead (August 2019 - Present)
Responsibilities:
Deployment of EC2 , Athena , EMR Cluster
Client: XINJA (August 2019 - Present)
Responsibilities:
Design, Deployment and Migration of XINJA from IBM to AWS as Cloud Multitier Architecture.
Design and Implementing Backup Strategy for EC2, RDS and Native DB Backups.
Integration of Service Catalog.
S3 Local mount for SFTP and Backup.
AWS Transfer Family.
Nessus Scan and Vulnerability Fixing
Client: CECL and ARGUS (August 2019 - Present)
Responsibilities:
Design, Deployment and Migration of XINJA from IBM to AWS as Cloud Multitier Architecture.
Design and Implementing Backup Strategy for EC2, RDS and Native DB Backups.
Integration of Service Catalog.
S3 Local mount for SFTP and Backup.
AWS Transfer Family.
Nessus Scan and Vulnerability Fixing
Client: Lloyd's of London (May 2019 - Present)
Responsibilities:
Designing of Tier 3 Architecture for Lloyds Bank Across 6 subnets (Prod, PreProd, Uat, Dev, Test, demo)
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Amarpreet Singh
Technical Specialist/Cloud Engineer seeking roles in Database Administration,Data
Warehousing,Data Architecture,Data Modeling,Data Extraction,Business
Intelligence,Performance Tuning,AWS,IBM
Cloud,Linode,Alibaba,Azure,Nagios,Zabbix,Grafana,Python
Key Skills: Technical Specialist/Cloud Engineer,Tech Architect,Database Administration,Data Warehousing,Data
Architecture,Data Modeling,Data Extraction,Business Intelligence,Performance Tuning,AWS,IBM
Cloud,Linode,Alibaba,Azure,Nagios,Zabbix,Grafana,Python
Summary
Confident and self-motivated individual with 4+ years of professional experience in Cloud (AWS, IBM Cloud, Azure, Linode,
Alibaba), Linux, VMware and Databases (SQL, NOSQL)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140…
https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140014400c5d095… 2/3
Configuration of OS, Hardening (RHEL).
Application Dataflow Azure Gateway.
Installation and configuration of httpd, Tomcat, SQL Server.
DR Setup for Virtual Machine and SQL Server. (Point in Time Recovery, File Level Recovery)
Deployment of Zabbix Monitoring tool (Infrastructure Monitoring, Database, BI Analytics)
Administration of Above-Mentioned Responsibilities
Design and Deployment of Hadoop Cluster through AWS CLI, Java SDK and AWS console
Client: Enamor (April 2019) Responsibilities:
Creation of Automated Script to take a manual backup MSSQL Database, copy to local HDD save a multipath copy to
Alibaba Object Storage with Versioning control and redundant on failure.
Client: FeildEz (Dec2018 - April (2019))
Responsibilities:
Administration of AWS, Linode Cloud, Ubuntu (Linux), Jenkins, MySQL, SVN for Client.
Cost Optimization for the Client.
Critical DR Strategy for SVN Server.
Nagios Implementation for Infrastructure and database
Client: WGC Wealth (August 2018- November (2018))
Responsibilities:
Designing Tier 3 Architecture for the Client.
Installation and configuration of Tomcat, Jboss, PostgreSQL EDB
Performance Tuning for Middleware (Jboss)
Managed Services: Team Lead (January 2018 - July 2018)
Responsibilities:
Worked as Team Lead for Managed Services in Translab covering more than 4 Clients.
Client: TECU CREDIT UNION (Trinidad & Tobago) (September 2017 - December 2017)
Responsibilities:
Administration of IBM AIX system
Monitoring Disk Space, File Check Integrity, SAN storage.
Daily Reporting on Infrastructure, Storage and Database Health.
Client: FonePaisa (Jan (2017) - August (2017))
Responsibilities:
Infrastructure Deployment (VMware DC (Bangalore) and DR(Mumbai))
Installation, configuration and Hardening of OS RHEL (Linux), Windows, Tibero on DC and DR)
Creation, deployment of Shell Scripts, Nagios with custom scripts for infrastructure Monitoring.
SISA Compliance (Closely Working with Application Team and making infrastructure Ready for Audit (quarterly and bi
annually))
Administration of VMware, RHEL (Linux), Tibero and firewall (Cyberoam)
Daily and Weekly Reporting on Infrastructure, Storage and Database Health
Client: Just Dial (19 Oct (2016) - Dec (2016)
Responsibilities:
Consultation mongo DB (NoSQL Databases)
Installation, configuration of Mongo Cluster (Sharding, Replication and Performance Tuning)
UG: BCA (Computers) from Lovely Professional University (LPU) in 2011
PG: MCA (Computers) from Lovely Professional University (LPU) in 2014
Education
IT Skills
Skill Name Version Last Used Experience
AWS, IBM Cloud
Linode, Alibaba, Azure
Nagios, ELK, Zabbix, Grafana
Python
MS SQL Server, EDB, MongoDB
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140…
https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140014400c5d095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Apache Tomcat, RedHat JBoss
Apache HTTPD, Squid
Windows Server: 2012/2016
Python, Bash, PowerShell
AWSCLI, ALIBABA CLI
HADOOP, HIVE, PRESTO
Jenkins, Ansible
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 266: Resume 633 with similarity score 0.055700357723596446
B.E , MS , BS work from home , software engineer , technical coordinator , project developer , program developer , campus ambassador , team lead award , web development , data monitoring , self learning , lpg , algorithms , internships , watson , css , credit , microsoft azure , validation , gsm , pages , vue , ibm db2 , vault , connect , development programs , studio , cloud , cpanel , firebase , ltd , windows , php , arranging , json , advanced , technical training , bot , sql , arctic , project , time management , gas , c programming , linkedin , arduino uno , angularjs , prediction , resume , paper , android , electronics , github , matlab , internet of things , machine learning , international research , chat , bullet , flask , bitcoin , completion , assessment , app , python , data science , reviews , javascript , american english , campus , technology , artificial intelligence , html , database , online Assessment
Q1. Why should you be hired for this role?
Because I'm good in time management and will work for company success.
Please refer my portfolio 6 pages website) https://vigneshkumar28.github.io/vigneshkumar.github.io/#/
And refer my LinkedIn for detailed information about Projects, Certifications, Awards, Internship, my professor reviews and more... :
https://www.linkedin.com/in/vigneshkumar-r-870179179/
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Ready to start work.
Resume
EDUCAT ION
INTERNSHIPS
VIGNESHKUMAR R
Ponnamaravathi, Coimbatore
Applied 07 Feb'21
AngularJS Arduino English Proficiency Spoken)
English Proficiency Written) Python Algorithms
American English Android C Programming
C Programming CSS Data Structures
HTML Java MATLAB
Machine Learning JavaScript Vue Js
Bachelor of Engineering B.E, Electronics And Communication Engineering ECE
Anna University - Hindusthan College Of Engineering And Technology, Coimbatore
2017 - 2021
CGPA 8.98/10
Senior Secondary XII, Science
Little Angles Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2017
Percentage: 90.25%
Secondary X
Lions Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2015
Percentage: 87.00%
Developer Program Member
Github, Virtual
Jan 2021 - Present
✔Pro in GitHub
✔Arctic Code Vault Contributor
Link : https://github.com/vigneshkumar28
Software Engineer Trainee
Uddalaka Digitech Pvt Ltd, Virtual
Jun 2020 - Sep 2020
Self Learning and Worked in
✔ Microsoft Azure
✔ Studio Azure ML
✔ HTML, CSS, JavaScript
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
✔ PHP
✔ Cpanel
✔ Hosting website
✔ Windows App Studio
IoT Developer Internship
Smartinternz With IBM Team, Virtual
Apr 2020 - Jun 2020
Worked in
✔ IBM Cloud
✔ Watson Platform
✔ IoT Watson Platform
✔ Jupter Notebook
✔ Node Red
✔ UI
✔ HTML, CSS, JavaScript
✔ Database ( IBM DB2 with Read and Write SQL )
✔ Python
✔ json files accessing
Campus Ambassador
Smart Knower, Coimbatore
Jan 2020 - Present
Arranging Training and internship for students like development programs in both Technical training and Soft skill training.
Domains like
✔ Artificial Intelligence ( AI )
✔ Machine Learning ( ML )
✔ Internet of Things ( IoT ),
✔ Web development,
✔ BI
Department technical coordinator ( Arranging seminars and webinars for Students )
GitHub program Developer member
Node-RED Project Developer
Artificial Intelligence Developer Team Lead
IoT Developer Team Lead
IBM Cloud
IBM, Online
Apr 2020 - Jun 2020
Full Stack Web Development
udemy, Online
Feb 2020 - Jan 2021
Data Science
IBM, Online
Aug 2019 - Present
Machine Learning
Stanford University, Online
Sep 2018 - Oct 2019
Machine learning using Python and matlab
Simple Credit and Debit Card Validation
Jan 2021 - Jan 2021
Using
- Firebase
- HTML, Javascript and css
- Payform interface
- 000webhostapp
- vccgenerator.com
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9514466357
IoT based intelligent gas leakage detector
Aug 2018 - Sep 2019
LPG gas monitoring system using advanced microcontroller and microcontroller programming
Using
- Arduino Uno
- ESP8266 ( Wi-Fi module)
- GSM Module
- MQ2 sensor or MQ5 sensor
- ESP01 adaptor
- IOT
- Watson IoT platform
- Push Bullet Notific
Future Rate of BitCoin Prediction Using Machine Learning Model
Jan 2021 - Present
Using
- Jupter Notebook
- Python
- Flask
- High performance GPU
STEPS
- Data gathering as .CSV files
- Data Preprocessing
- Train the model
- Test the model
- Predict the future data
- Connect to webpage
- Realtime future data monitoring
Class topper ( Rank 1 ) and Department Topper ( Rank 2
Prize winner in National level event for creating chat bot in real time use
Published my research paper in International research journal with unique content award
4th rank in inter-college level coding competition
Rank 267: Resume 634 with similarity score 0.055700357723596446
B.E , MS , BS work from home , software engineer , technical coordinator , project developer , program developer , campus ambassador , team lead award , web development , data monitoring , self learning , lpg , algorithms , internships , watson , css , credit , microsoft azure , validation , gsm , pages , vue , ibm db2 , vault , connect , development programs , studio , cloud , cpanel , firebase , ltd , windows , php , arranging , json , advanced , technical training , bot , sql , arctic , project , time management , gas , c programming , linkedin , arduino uno , angularjs , prediction , resume , paper , android , electronics , github , matlab , internet of things , machine learning , international research , chat , bullet , flask , bitcoin , completion , assessment , app , python , data science , reviews , javascript , american english , campus , technology , artificial intelligence , html , database , online Assessment
Q1. Why should you be hired for this role?
Because I'm good in time management and will work for company success.
Please refer my portfolio 6 pages website) https://vigneshkumar28.github.io/vigneshkumar.github.io/#/
And refer my LinkedIn for detailed information about Projects, Certifications, Awards, Internship, my professor reviews and more... :
https://www.linkedin.com/in/vigneshkumar-r-870179179/
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Ready to start work.
Resume
EDUCAT ION
INTERNSHIPS
VIGNESHKUMAR R
Ponnamaravathi, Coimbatore
Applied 07 Feb'21
AngularJS Arduino English Proficiency Spoken)
English Proficiency Written) Python Algorithms
American English Android C Programming
C Programming CSS Data Structures
HTML Java MATLAB
Machine Learning JavaScript Vue Js
Bachelor of Engineering B.E, Electronics And Communication Engineering ECE
Anna University - Hindusthan College Of Engineering And Technology, Coimbatore
2017 - 2021
CGPA 8.98/10
Senior Secondary XII, Science
Little Angles Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2017
Percentage: 90.25%
Secondary X
Lions Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2015
Percentage: 87.00%
Developer Program Member
Github, Virtual
Jan 2021 - Present
✔Pro in GitHub
✔Arctic Code Vault Contributor
Link : https://github.com/vigneshkumar28
Software Engineer Trainee
Uddalaka Digitech Pvt Ltd, Virtual
Jun 2020 - Sep 2020
Self Learning and Worked in
✔ Microsoft Azure
✔ Studio Azure ML
✔ HTML, CSS, JavaScript
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
✔ PHP
✔ Cpanel
✔ Hosting website
✔ Windows App Studio
IoT Developer Internship
Smartinternz With IBM Team, Virtual
Apr 2020 - Jun 2020
Worked in
✔ IBM Cloud
✔ Watson Platform
✔ IoT Watson Platform
✔ Jupter Notebook
✔ Node Red
✔ UI
✔ HTML, CSS, JavaScript
✔ Database ( IBM DB2 with Read and Write SQL )
✔ Python
✔ json files accessing
Campus Ambassador
Smart Knower, Coimbatore
Jan 2020 - Present
Arranging Training and internship for students like development programs in both Technical training and Soft skill training.
Domains like
✔ Artificial Intelligence ( AI )
✔ Machine Learning ( ML )
✔ Internet of Things ( IoT ),
✔ Web development,
✔ BI
Department technical coordinator ( Arranging seminars and webinars for Students )
GitHub program Developer member
Node-RED Project Developer
Artificial Intelligence Developer Team Lead
IoT Developer Team Lead
IBM Cloud
IBM, Online
Apr 2020 - Jun 2020
Full Stack Web Development
udemy, Online
Feb 2020 - Jan 2021
Data Science
IBM, Online
Aug 2019 - Present
Machine Learning
Stanford University, Online
Sep 2018 - Oct 2019
Machine learning using Python and matlab
Simple Credit and Debit Card Validation
Jan 2021 - Jan 2021
Using
- Firebase
- HTML, Javascript and css
- Payform interface
- 000webhostapp
- vccgenerator.com
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9514466357
IoT based intelligent gas leakage detector
Aug 2018 - Sep 2019
LPG gas monitoring system using advanced microcontroller and microcontroller programming
Using
- Arduino Uno
- ESP8266 ( Wi-Fi module)
- GSM Module
- MQ2 sensor or MQ5 sensor
- ESP01 adaptor
- IOT
- Watson IoT platform
- Push Bullet Notific
Future Rate of BitCoin Prediction Using Machine Learning Model
Jan 2021 - Present
Using
- Jupter Notebook
- Python
- Flask
- High performance GPU
STEPS
- Data gathering as .CSV files
- Data Preprocessing
- Train the model
- Test the model
- Predict the future data
- Connect to webpage
- Realtime future data monitoring
Class topper ( Rank 1 ) and Department Topper ( Rank 2
Prize winner in National level event for creating chat bot in real time use
Published my research paper in International research journal with unique content award
4th rank in inter-college level coding competition
Rank 268: Resume 1390 with similarity score 0.055288745516930554
B.E , MS , B.TECH , BS devops , software developer , full time , development analyst , full stack developer react.js , general , devops , asp.net core , css , microsoft azure , security , designation , ug , deliverables , vault , affirmative action , analytics , hindi , active directory , maintenance , natural language processing , jquery , authorization , risk , english , iaas , teams , enterprise , status , paas , architecture , c# , steering , email , application , microservices , test driven development , electronics , testing , bus , mvc , sql azure , problem solving , languages , storage , infrastructure , agile environment , cosmos , coordinated , ado.net , web pages , javascript , queues , sonarqube , apps , entity framework core , linq , technology , working experience , proof , html , database , cloud services 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130…
https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130614105a085d5… 1/2
Current Designation: Application Development Analyst
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Deloitte as Application Development Analyst
Jun 2018 to Till Date
Worked in two enterprise applications spread across multiple Geos and was involved in application design, development
and deployment in cloud environment (Microsoft Azure).
Worked with enterprise scale infrastructure, Microservices architecture, security risks and data sovereignty.
Coordinated among multiple teams present in different countries for timely deliverables in an Agile environment.
Hands - on experience in Azure Cloud Services(PaaS & IaaS), Storage (Blobs, Queues, Table storage, file storage), Web
Apps, Cognitive Services (LUIS, QnA), Active Directory, Application Insights, Data Factory, Service Bus, Azure Monitoring,
Log Analytics, Key Vault service, SQL Azure, Cosmos DB, Azure Functions.
Designed and developed web based applications using MVC, ASP.NET, ASP.NET
Core.
Good working experience with ADO.NET and Entity Framework as part of accessing and updating database.
Created proof of concepts based on Azure Data Factory, Azure QnA service, Natural Language Processing using
Microsoft LUIS.
Good Experience in designing web pages with HTML, React JS, CSS, HTML 5, CSS3.
Was recently involved in successful release of an enterprise application in China with constant coordination with the cloud
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sriditya Raj
Full stack developer with almost 3 years of experience in web based application
design and development. Proficient in technologies such as ASP .NET, ASP .NET
Core, C# | Front end development with React JS, HTML, CSS | Microsoft Azure
Services | SQL
Key Skills: ASP.Net,ASP .Net Core,C#,Entity Framework,LINQ,SQL
Server,Javascript,JQuery,HTML,CSS,React.Js,Microsoft Azure,ADO.Net,PAAS,Cloud,Requirement Gathering,Unit
Testing,ReactJS
Summary
A Full stack developer with almost 3 years of successful experience in developing web based applications integrated with Azure
cloud services. Skilled at ASP .NET Core , C#, SQL, Entity Framework Core, ADO .NET, Front end technologies like React JS,
HTML And CSS. Adept in Azure/PAAS development. Eager to contribute to team success through hard work, attention to detail
and excellent problem solving skills. Regarded for strong communication skills both within the team and with stakeholders.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130…
https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130614105a085d5… 2/2
team of the country.
Was a key developer in making the application globalized and localized. i.e. the
language and number systems in UI will change according to the location of the User.
Worked on multiple design enhancements to make the application nth Geo ready i.e. ready to release in any country with
minimal code changes.
Actively involved in improving the code quality with the help of code analysis tools like SONARQUBE
Playing crucial role in the team for steering numerous deployments in Azure DevOps for two global applications.
Involved in reducing the risk of breach and increasing security of our applications with the help of VERACODE.
Got great exposure in Unit Tests and Test Driven development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Vellore Institute of Technology (VIT) in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure Services 2020 2 Year(s) 8 Month(s)
Microsoft ASP.Net Core 2020 2 Year(s) 0 Month(s)
Microsoft ASP.NET 2020 2 Year(s) 8 Month(s)
SQL 2020 1 Year(s) 6 Month(s)
Cosmos DB 2020 2 Month(s)
HTML 5 / HTML 2020 1 Year(s) 6 Month(s)
CSS 3 / CSS 2020 1 Year(s) 6 Month(s)
JavaScript/ Jquery 2020 1 Year(s)
React js 2020 1 Year(s) 0 Month(s)
C# 2020 2 Year(s) 8 Month(s)
Entity Framework 2020 7 Month(s)
ADO .Net 2020 2 Year(s)
LINQ 2020 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 269: Resume 1449 with similarity score 0.055262871239411426
BSC , M.TECH , BS , B.E , MS , B.TECH business development , product development , automation developer , programmer analyst , solution architect , full time outlook , general , css , designation , demand , ug , metasploit , affirmative action , studio , hindi , technical requirements , technical direction , revenue , windows , authorization , advanced , english , business value , status , process definition , excel , email , pop3 , application , configuration management , leadership , network security , project delivery , mumbai , surface , vbscript , testing , writing , data analysis , framing , technology solutions , led , machine learning , presenting solutions , building , strategy , transformation , framework , languages , research , screen scraping , rpas , process automation , events , money , scheduling , javascript , queues , kali linux , connectors , insurance , business requirements , streams , business solution delivery , technology planning , html , gujarati , agility 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425…
https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425610495d0b0a0… 1/2
Current Designation: RPA Solution Architect
Current Company: Rentokil Initial PCI
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Pune
Functional Area: IT Software - System Programming
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Information and network
security]
Verified : Phone Number | Email - id
Rentokil Initial PCI as RPA Solution Architect
May 2019 to Till Date
Framing architectural decisions, providing direction in the areas of technology and product development to facilitate and
enable growth and business agility
Creating end-to-end automation as per demand, which involves feasibility study, development and testing
Assessing all work queues, exception handling and scheduling process
Using surface automation techniques while developing activities
Building the PDD & SDD for the process
Presenting solutions by following best practices
Assessing gaps and scope for RPA implementation; excellent technical knowledge and understanding of Automation
Anywhere and Blue Prism
Developing & writing business requirements for design of solutions
Highlights:
Discovered areas of revenue loss and identified areas of improvements to save the company money or increase profits
Implemented new data analysis methodologies
Transformed data into insights that drove business value
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mishti Samani
RPA Solution Architect seeking roles in RPA Management, Requirement Gathering,
Process Improvement, Research & Evaluation, RPA Solutions, Solution Delivery, Data
Analysis, Testing, Configuration Management, Blue Prism.
Key Skills: RPA Specialist,Requirement Gathering,Process Improvement,Research & Evaluation,RPA Solutions,Solution
Delivery,Data Analysis,Testing,Configuration Management,Blue Prism, Rpas,
Summary
Competent Professional with over 4+ years of experience in implementing knowledge of Machine Learning based-Tools,
Building AI tools that automate certain processes
Experience in identifying automation opportunity from technical perspective, presenting RPA solutions and ensuring quality of
the system
Presented technical direction for the development, design, and systems integration for client engagement, from definition
phase through to implementation
Configured applications/ tools for functional and technical requirements and boosted automation capability by using
knowledge of Blue Prism & UI Path Advanced
Driving the delivery of multiple streams of work for larger & complex projects; setting delivery expectations by implementing
project management best practices
Directing technology planning and direction, strategy development, leadership & implementation, business and operational
transformation execution, business solution delivery, and business development.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425…
https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425610495d0b0a0… 2/2
Cognizant Technology Solutions as Programmer Analyst
Jul 2016 to May 2019
Emerged as an Insurance Vertical of CTS as an Automation Developer and assessed potential static tasks
Presented various dynamic ways to enhance them which reducing manual effort with RPA (Robotic Process
Automation) so as to optimize the process and minimizing monotonous repetitions
Analyzed the nature of the applications, business requirements, technologies used and supported, as well as determine
which processes that may not necessarily require human intervention
Implemented various RPA tasks using Blue Prism Framework (Connectors, VBO, ACI, Process Studio, and Control
Room & System Manager) to update the provider directory from Excel, Website Data through screen scraping and using
OCR (Optical Character Recognition) from printed material
Liaised with Solution Architect to formulate the Process Definition Document (PDD) and Solution Design Document
(SDD)
Led designing solutions utilizing RPA (Robotic Process Automation) software, maintain technical responsibility for
project delivery as technical resource on a project
Expertise in using Application Modeller
Knowledge of implementing various applications using global send keys and global send key events
UG: B.Tech/B.E. (Computers) from VVP Engineering College, Rockwell Innovations in 2014
PG: M.Tech (Information and network security) from Nirma University, Ahmedabad in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
POP3, OUTLOOK and IMAP
Blue Prism
UI Path Advanced
HTML, CSS, JavaScript, VBScript
Windows, Kali Linux, Metasploit
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Rank 270: Resume 1419 with similarity score 0.0550583869661881
M.Sc , M.S , B.E , MS , B.TECH data management , product development , solution architect , change management , full time , business objects , analytics lead , vp , program manager architectural design , data warehousing , reporting , sap hana , customer , designation , workshops , mar , coe , affirmative action , conducting , oracle , data analytics , cloud , information processing , power bi , outsourcing , authorization , advanced , business value , teams , enterprise , status , models , sql , email , extensions , digital transformation , business intelligence , application , records , testing , transformations , change management , machine learning , strategy , storage , infrastructure , landscape , big data , gtm , sap implementation , demand planning , javascript , predictive analytics , thought leadership , technology , engagements , hardware sizing , business requirements , sap architecture , qlikview , program management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b0043110045…
https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b00431100455611415a555d… 1/2
Current Designation: Global SAP Analytics Lead
Current Company: DXC
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Electrical
Engineering]
Verified : Phone Number | Email - id
DXC as Global SAP Analytics Lead
Mar 2017 to Till Date
Currently working as SAP HANA Chief Technology Officer/ DXC Global Analytics lead for SAP Architecture delivery &
transformation team, helping customers innovate and achieve excellence through analytics & big data.
As part of Enterprise & cloud architecture/digital transformation initiative , conducting Discovery workshops for customers
to quickly adapt to innovative business models reaping potential benefits
Lead solution architect for major SAP HANA clients globally to accelerate the analytics platform exponentially with unique
blend of consulting, core SAP functional and technical experience.
Creating and managing innovative applications for customers, influencing, owning and driving technology transformations
and implementations.
Responsible to lead key technical strategic decisions to establish and accelerate the growth of the Global HANA practice
and the delivery of the next generation solutions to customer
Hewlett Packard Enterprise as Global HANA COE
Sep 2015 to Mar 2017
Played GTM role for Global HANA COE and have successfully lead engagements for customers like P&G, CBA, Logista,
TKS, and Uniper etc.
In dual role as HANA Architect/Program Manager, helped successfully implement DXCs first multi-million dollar HANA
program for APJ.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Shobana Sankar
Global SAP Transformation & Analytics Lead seeking roles in Offering Management ,
Data Analytics, Business Objects, Machine Learning ,SAP S/4 HANA,SAP BW ,SAP
Implementation, SAP Analytics, Demand Planning,/Program Management
Key Skills: Global SAP Analytics Lead,Head/VP/GM,Data Warehousing,Business Objects,Machine Learning,SAP
Netweaver,Predictive Analytics,SAP HANA,SAP BW,Oracle SQL,SAP Implementation,Data Management,SAP
Analytics,Demand Planning,Program Management,Qlikview,SAP S/4
Summary
Currently leading SAP Analytics & Data Management Solutions Globally at DXC. Incubated and grown practices from ground
zero to $100M+. Solid experience in consulting and implementing global solution across SAP Analytics cloud, S/4 HANA, BPC,
BW/4, BOBJ, Power BI, Qlikview technologies.
* Solutions-focused, team oriented senior SAP HANA , S/4, SOH, BW/BI & BOBJ expert and SAP Chief Analytics lead with 17+
years of experience in all facets of conceptualization, design, implementation, testing & support
* Solid leadership in talent development across various lines of IT business. Regarded for technology thought leadership in
outsourcing business models with specialty in large SAP S/4 implementations. Consistent and proven track records in every
technology and management role performed so far.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b0043110045…
https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b00431100455611415a555d… 2/2
Collaborated with SAP to Define architecture and SoW for S/4 HANA on HELION platform "extensions" that can add to the
business value
Played a role of HANA COE Lead for Australia and India regions ,heading multiple HANA initiatives
Program Managed & Architected multiple large HANA Cloud , SOH Implementations in in a constrained timeline and in
innovative factory models
Lead customer workshops to identify business requirements and finalize HANA strategy
Showcased Hands on HANA/BOBJ skills to implement large and complex business requirements
Lead the application and technical architectural design teams and ensured that the solution fulfills the business
requirements
Hewlett Packard
May 2013 to Aug 2015
To architect and implement HANA as a Service solution ,there by help customers achieve strategic decision making
through accelerated analytics and planning , notable customers are P&G, Dr Reddy, Rheem etc.,
Defined HANA Migration strategy with SAP product development team - Key HANA Lead
Completed Infrastructure Sizing for HANA - helped execute BW sizing programs and worked on analysis to finalize HANA
hardware sizing
Architected HANA solution and Migration activities
Redesigned the current landscape for obtaining optimal report performance, integration, better change management and
storage
Leverage HANA migration instance to provide gate review , information processing ,reporting on
Demand, Integrated advanced analytics and standardized interface
UG: B.Tech/B.E. (Electrical) from Bharathiar University, Coimbatore in 2000
PG: MS/M.Sc(Science) (Electrical Engineering) from San Jose State, CA, USA in 2005
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Rank 271: Resume 1475 with similarity score 0.05495080873471656
B.E , MS , B.TECH scrum master , devops , corporate trainer , full time , security administrator training , security , microsoft azure , asp.net mvc , spring , web api , docker , linux , mirth , federation , status , horizon , xml , connectivity , visio , soa , sql server , dynamics crm , suite , pipeline , freelancer , vdi , devops , access , designation , mar , windows , english , erwin , agile , sharepoint server , biztalk , boomi , rest , intune , flow , computer science , vmware , javascript , cd , cmdb , general , scrum , visual studio , affirmative action , mule esb , maintenance , power bi , kafka , snowflake , office 365 , email , aws , github , languages , microsoft exchange , apps , dell , servicenow , information protection , database , online , jenkins , asp.net core , ms project , system center , ug , toad , active directory , authorization , enterprise , b2b , application , dynamics 365 , mct , led , cosmos , python , eclipse , google cloud , message broker 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b4…
https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b455219470d590… 1/3
Current Designation: MCT certified freelance Corporate Trainer
Online Trainer
Current Company: Self Employed
Current Location: Noida
Pref. Location: Delhi / NCR,United Arab Emirates (UAE),United
States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Trainer/Faculty
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Self Employed as MCT certified freelance Corporate Trainer Online Trainer
Feb 2004 to Till Date
Projects and Assignments
Operating System
Microsoft Windows 2016/2012/2008/2003
Redhat Enterprise Linux 6.0
Microsoft Windows XP/7/8/10
Application Software
Microsoft Azure
Dynamics 365
Mulesoft
DELL BOOMI
Office 365Azure
Azure/AWS Security Technologies.
System Center Virtual
Machine Manager 2007/2012/2016
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Raj Singh
MCT Certified, online training on ,Dynamics 365 CRM-MB-
200,210,220,230,400,600.power BI-70-778,DA-100,ms-365 security,
Azure(104,204,300,301,200,201),Mulesoft, boomi,.SharePoint, BizTalk 2020,MS365
series on(MS-100,101,500,700),ServiceNow,PL-200
Key Skills: trainer/faculty,devops,snowflake,azure data,microsoft azure,aws,servicenow,identity access
management,microsoft 365,google api,google cloud,mule esb,sharepoint,docker,dell boomi,VDI,Virtual
Center,mct,ITSM,CMDB,biztalk server 2020,PL-200
Summary
15+ Years of experience as a Trainer/online Trainer/Freelancer/Consultant with experience in (Mulesoft, Dell Boomi,
Azure/Aws/DevOps/Security/Data cloud/BizTalk server 2020/EDI,,Logic Apps, Azure Serverless, SharePoint server, SharePoint
online, ServiceNow, Google APIGEE,API management,power bi,VDI, MIM, microsoft Identity Manager, Dynamics 365,
Dynamics 365 CRM, Power Platform, Power Apps, certified on Dynamics 365 crm series-(MB-200,Mb-210,Mb-220,mb-230,mb-
400), Microsoft 365 series certified on-(MS-100,MS-101,MS-500,MS-700).Power platform certified on-(PL-900),Power BI and
data-(DA-100,70-778).Azure certied on-(AZ-104,AZ-204,AZ-300,AZ-301,Az-400,AZ-500,AZ-200,AZ-201),Advance VDI with
VMware horizon, Microsoft security administrator, microsoft intune, microsoft endpoint manager,azure information protection,
threat protection,cloud app protection, azure ad identity management,sso,right management,office 365 discovery, exchange
online,office 365 admin.service now administration
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b4…
https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b455219470d590… 2/3
Microsoft Exchange 2007/2010/2013/2016
Microsoft Active Directory Federation Services
UG: B.Tech/B.E. (Computer Science) from C.M.I.T.E in 2003
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum Master, MS Project
Engagement Estimation & Evaluation Tool
DEVOPS, Azure repost, GitHub, Jenkins
CI, CD pipeline
BizTalk Server 2002/2006R2/2010/2013
2016 ESB, Cloud Logic Apps
Mirth Connect, MULESOFT 4, MULEESB
MULE Exchange, KAFKA (Message Broker)
Dell Boomi, B2B EDI with Boomi
Microsoft Azure
AWS, Google cloud engineering
Dynamics CRM (365, CRM 2016, 2013)
ePoint (Online, 2013),office 365
Exchange Online, MS-Flow, Asp.net MVC
Asp.net core 2.0, web app
web api, Azure App services
AZURE Kubernet services.
SOA, Micro service, WCF, Web service
Rest API,API-led connectivity
C#.Net, SQL, XML, Azure Fabric, Python
Java Basics,.Net core 2.0
SQL Server
Azure Cosmos DB, Azure Database
ERWIN
Visio, Visual Studio 2015,2017
Any Point Studio 9, Spring Tool Suite
Eclipse, TOAD
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b4…
https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b455219470d590… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Rank 272: Resume 1271 with similarity score 0.05489559455600573
B.E , MS , B.TECH project manager , staff software engineer , solutions architect , certified scrum master , enterprise data architect , devops , product owner , software developer , full time , project coordinator , senior consultant , technical lead , web architect , business analyst , network architect project design , spring mvc , internet software , training , core java , general , devops , migrating , scrum , credit , root cause , security , charities , designation , ug , vendors , mar , case , conducting , traceability matrix , affirmative action , technical architecture , tsys , cloud , hindi , stakeholder analysis , air , maintenance , cs , ltd , process flow , azure , authorization , risk , english , teams , status , servlets , timelines , agile , management professional , email , rally , application , aws , leadership , sprint planning , mumbai , xml , ibm , closure , computer science , languages , framework , infrastructure , business process , itil , data flow , ceremonies , struts , vsts , enterprise data , javascript , jira , web , pmp , velocity , technology , performance testing , requirements traceability , sprints , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e42…
https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e420216495d580c0… 1/3
Current Designation: Senior Consultant - IT Project
Management
Current Company: Capgemini Consulting India Pvt. Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Capgemini Consulting India Pvt. Ltd as Senior Consultant - IT Project Management
Sep 2014 to Till Date
Project :Lansforsakringar(LFAB)
Employer : Capgemini Consulting Pvt Ltd
Type : Banking Platform maintenance
Role : Release Manager(Project Coordinator)
Process : SAFe Agile Framework 4.6
Duration : Jan 2020 - Present
Client : LFAB Sweden
Create the timelines for the monthly releases. Create the release management plan.
Coordinate with the development teams across applications and clients to gather the list of requirements that will be
considered during each release.
Close the requirements after the release and share the report(Release closure report) with the client.
Develop the weekly status report highlighting the risk/issues and current status of the release across applications.
Manage the quality by coordinating with the performance testing team.
Manage the end to end release for each month.
Plan for risk mitigation.
Coordinate with other vendors to accomplish the release activity.
Project :ADESA Global
Employer : Capgemini Consulting Pvt Ltd
Type : UI Development
Role : Scrum Master
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sachin Sugandh
B.tech with more than 16 years of technical experience in developing and managing
web-based applications in java/j2ee and cloud infrastructure (AWS cloud)
Key Skills: Core Java,Javascript,JSP Servlets,Scrum Master,AWS,Spring Mvc,JIRA,VSTS,Agile Project
Management,Struts,Devops,XML
Summary
I am a scrum master with excellent technical and project management abilities.I am Certified scrum master ,PMP certified,Java
technical lead,AWS certified solutions architect.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e42…
https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e420216495d580c0… 2/3
Process : SAFe Agile Framework 4.6
Duration : Sep 2018 - Dec 2019
Client : ADESAGlobal
Conducting all the Scrum ceremonies: Daily Standup,SprintPlanning,Sprint Review,Sprint Retrospective, Sprint
Refinement.
Interact with the scrum masters of other teams to understand dependencies.
Work on the impediments of the team.
Work with the product owner to understand the priorities of sprint backlog.
Work on the schedule for the next releases.
Provide status updates report of the project to the leadership
Provide the quality report to the quality team.
Work with the leadership to improve the velocity of delivery.
Identify the root cause of low velocity during the sprints
Work with the clients for requirement gathering .Validating and approving the requirements from the client.
Project :Creation of efollett web site(ecommerce)
Employer : Capgemini Consulting Pvt Ltd
Type : UI Development
Role : Business Analyst/Project manager
Duration : June 2017 - Aug 2018
Client : EFOLLETT
Support requirement gathering sessions. organize and sequence requirements into a user requirement document.
Write well formed ,validated requirements and write changes.
Utilize appropriate business modelling techniques to represent and graphically depict various activities, process and data.
This could be business process modelling ,process flow modelling ,Data flow modelling and stakeholder analysis.
Display strong listening and communication skills while interacting with the client and team.
Managing the requirement traceability matrix from inception of the requirements till the delivery of the requirements.
Build and maintain strong relationship with the Clients.
Project :Migrating infrastructure to AWS Cloud
Employer : Capgemini Consulting Pvt Ltd
Type : Infrastructure
Role : Project Manager/Business Analyst
Duration : Jan 2016 - May 2017
Client : GE
* Profiling of the application to check if it is an AWS candidate
* Kickoff the project design with the Client.
* Understanding the infrastructure requirement for the project.
* Discussion on infrastructure with various other Web Architect, Enterprise Data Architect, Network Architect, Security
Teams, etc., for design activities.
* Create the Infrastructure diagram based on the requirements and client standards.
* Complete the Technical Architecture Document (TAD).
* Complete the Costing for the project
* Present the Design and TAD to the Architecture Review Board in the Arch Review meeting to ensure the design created
is robust and supportable.
TSYS International Pvt. Ltd as Internet Software Developer Lead
Apr 2014 to Aug 2014
Project :Credit Care
Employer : TSYS International Pvt. Ltd
Type : Development and Maintenance Phase.
Role : Business Analyst
Software/Technology/Tools : IBM Integration Bus
Duration : April 2014 - Aug 2014.
Client : CapitalOne.
Attended training on IBM integration Bus.
IBM India Pvt. Ltd as Staff Software Engineer
Feb 2012 to Mar 2014
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e42…
https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e420216495d580c0… 3/3
Project :Fee Management Service
Employer : IBM India PVT. Ltd Gurgaon
Type : Development and Maintenance Phase.
Role : Business Analyst/Project Coordinator
Duration : Feb 2012 - March 2014
Client : Air Canada
Attend the Sprint planning meeting with the client team at onsite to understand the Stories and Tasks involved with the
sprint.
Understanding the requirements with the clients and other stakeholders to create documents for the development team.
Approve and Validate the gathered requirements from the client.
Maintaining the requirements traceability throughout the project .
Perform stakeholder analysis.
Coordinate with the testing team to manage the test case creations as per the latest requirements.
UG: B.Tech/B.E. (Computer Science) from Mumbai University in 2003
PG: CS (CS) from Agnel Charities FR C Rodrigues Institute of Technology, Navi Mumbai in 2003
Other Qualifications/Certifications/Programs:
Project Management Professional
certified Scrum Master
AWS Certified Solutions Architect
ITIL certificatiin
SAFe4 Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 5 Year(s)
VSTS 1 Year(s)
AWS
Azure DevOps, Jira, Rally
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 273: Resume 440 with similarity score 0.054820787419919255
MS web developer , python developer , investment advisor api , optimization , web development , cricket , visual studio code , css , data visualization , plantation , office , versioning , investment , design , authentication , jewelry , hindi , secondary education , independence , ltd , intrapersonal skills , smart working , english , status , excel , agile , email , project , time management , work effectively , application , linkedin , participation , google maps , metal , c++ , machine learning , seo , git , languages , debugging , unit testing , html5 , e-commerce , sql server , photography , word , sms , otp , management system , python , negotiation , web framework , birth , search , artificial intelligence , hobbies RATNADIP SHINDE
PYTHON DEVELOPER (6+ M EXP)
PROFILE
✓ Hands on Languages – PYTHON, C,
C++, HTML5, CSS3, SQL.
✓ Hands on Tools- Visual studio code, MS
SQL Server.
✓ Have knowledge of SEO (SEARCH
ENGINE OPTIMIZATION).
✓ Have good knowledge of machine
learning (Artificial Intelligence).
✓ Hands on MS Office – Word, Excel,
Power Point.
INTRAPERSONAL SKILLS
✓ Have good level of persuasiveness.
✓ Can work effectively in team, as
well as individually.
✓ Smart Working.
✓ Punctual and disciplined.
ABILITIES
✓ Analytical and Negotiation skills.
✓ Innovative Thinking and vision
✓ In Depth Analysis of all Situation.
✓ Always ready to enhance my
knowledge.
✓ Ability to Work as Team and
Lead.
✓ Time management.
CONTACT
PHONE:
+91 7887358789
EMAIL:
shinderatnadip29@gmail.com
LINKEDIN:
www.linkedin.com/in/ratnadip-shinde-
ab18a51a1
ADDRESS
Gali no.1, at post kusumba,,Taluka
Dhule,dist. Dhule, Kusumba- 424302
HOBBIES
Travelling
Reading
Playing Cricket
Photography
EDUCATION
BE(COMPUTER SCIENCE)
North Maharashtra
6.95 (CGPA)
Higher Secondary Education
Maharashtra Board
66.15%
Secondary Education
Maharashtra Board
68.40%
WORK EXPERIENCE
Signific Artificial Intelligence Ltd. Pune (Intern)
1 April 2020 – Till Date
E-Commerce App Development
Roles and responsibility:
Develop of API in python using Sanic Web Framework.
Hands on SQL query for data visualization and analysis.
Developed code with following standard programming practices having static code
analysis score greater than 9.
Swagger implementation of API for easy consumption by UI team for integration.
Well familiar with Agile practices & Versioning too l - Git
Integration of 3rd party API such as Google maps, SMS services for OTP generation &
Authentication.
Well familiar with code debugging and unit testing
SKILLS
ACADEMIC PROJECT
1. Project 1: Adaptive Investment Advisor.
2. Project 2: GST calculator for Jewelry shop.
0.6
0.6
0.75
0.6
0.7
0.8
0.00% 25.00% 50.00% 75.00% 100.00%
C
C++
HTML
CSS
SQL
PYTHON
mailto:shinderatnadip29@gmail.com
http://www.linkedin.com/in/ratnadip-shinde-ab18a51a1
http://www.linkedin.com/in/ratnadip-shinde-ab18a51a1
CERTIFICATIONS:
Certification in Python.
Certification in Machine Learning
Certification Course in Web Developer and Designer.
2 Months Internship Program on Hospital Management System at Opulent.
PROJECT HANDLED DURING ACADEMICS
1. Title :Adaptive Investment Advisor.
Description :Adaptive Investment Advisor focuses on identifying the market regimes and conditions and
adjusting the investmentstrategies.
2. Title :GST Calculator for jewelry Shop.
Description : We can select the jewelry of any precious metal it automatically calculates the
total amount including the GST on that product.
PROJECT HANDLED AT OPULENT
1. Title :Hospital Management System.
` Description :Design Pooling application and Blog application by using Full stack webdevelopment.
CERTIFICATION WORKSHOP
1. Title :Web Development Bootcamp
Description : Design Pooling application and Blog application by using Full stack web development.
2. Title :ArtificialIntelligent and MachineLearning
Description : Importance and need of artificial intelligent and machine learning inIT.
EXTRACARICULAR ACTIVITIES
Participated in cultural event competitionSPANDAN2K18
Participation in various event held atTECHNOFEST-2018
Participated in TREE PLANTATION event held on Independence Day2019.
PERSONAL DETAIL:
Fathers Name : Mr. Keshavrao Tukaram Shinde.
Marital Status : Unmarried.
Date of Birth : 17th June 1997
Nationality : Indian
Language : English, Hindi, Marathi.
DECLARATION:
I hereby declare that the above-mentioned information is correct up to my knowledge and I
bear the responsibility for the correctness of the above-mentioned particulars.
Date:
Place:
Ratnadip Keshavrao Shinde.
Rank 274: Resume 1092 with similarity score 0.054786872302941755
B.E , MS , B.TECH lead architect , partner , sr. consultant , full time , vice president , associate director , practice manager , vp , team lead , systems administrator award , training , workshops , connect , nlp , technology services , outsourcing , bookings , status , stakeholder management , digital transformation , ux , powerhouse , alto , variant configuration , digital innovation , foundation , gtm , waste , organization , spectrum , crm , sapphire , devising , global experience , techno-functional , designation , mar , hindi , cloud , ltd , english , sap erp , agile , project , sap netweaver , sap logistics , atp , steel , solution architecture , forms , ibm , machine learning , filmmaking , strategy , javascript , forrester , artificial intelligence , rolling , optimization , general , partnerships , data migration , affirmative action , oracle , data intelligence , pinnacle , advanced , instrumental , email , manufacturing , business intelligence , aws , max , fit , hp , languages , sme , business process , big data , roadshows , transformation programs , sap hana , technology consulting , onboarding , new age , ug , telecom , coe , analytics , azure , authorization , teams , enterprise , deliveries , models , power plants , seeding , polyester , focus , sap bi , global services , apac , materials , pivotal , adoption , formulation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a18…
https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a1805434950595c… 1/3
Current Designation: SAP CoE Lead
Current Company: Quantiphi Analytics Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Anywhere in South India,INDIA
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
Quantiphi Analytics Solutions as SAP CoE Lead
Oct 2020 to Till Date
Capgemini Technology Services India Limited as Director, SAP S4HANA and Analytic Solutions on
Hyperscale
Feb 2018 to Aug 2020
Solutions doing leading-age SAP Analytics with Digital Core, Multi-cloud partners, Hybrid and Hyperscale Scenarios
Fit-for-Future Analytics Reference Architectures for best RoI and agile footprint: cloud first and secure by design
Cross-GBL GTM specialization through SAP Offerings, Perform AI, Applied Insights Exchange and UGTM portfolio
Well-connected global citizen at the group and instrumental creating models optimized for best client propositions
Renotron Solutions Pvt. Ltd. as Partner, SAP Innovations
Mar 2017 to Jan 2018
SAP innovations at an ambitious start up showcasing expertise in SAP S/4HANA, BW/4HANA and SAP Cloud Platform
Conduct interactive townhall workshops with critical mass for devising roadmap on SAP and Cloud adoption strategy
Global SAP Academy Training Partner for new-age trainings from SAP authorized training partner: Dexler Education
New digital offerings including IoT with SAP's Leonardo, AI and Machine Learning, SAP Cloud Platform, UX with Fiori
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Manish Madhav
Seasoned SAP leader seeking role in S/4HANA ambition for Digital Transformation,
Cloud Architecture, Data Migration, Analytics, Multi-cloud deployments on AWS, Azure
and GCP. SME SAP Cloud Platform, SAP S/4HANA LoB Solutions and SAP Analytics
Cloud.
Key Skills: head/vp/gm, solution architecture, business intelligence, advanced analytics, stakeholder management,
artificial intelligence, project management, digital transformation, sap bw, aws,azure,gcp,sap s/4hana,data migration,data
intelligence,director
Summary
20 years of global experience across industry verticals in NA, EU and APAC markets. Broad and deep SAP expertise & connect
Technology-Driven-Transformation for domain: exposure to Manufacturing and Pharma sectors; followed by Telecom and Auto
Seasoned SAP & Digital technology consulting professional; SAP competency lead who demonstrates innovation driven growth
50% of career spans in SAP competence lead roles, Digital incubator and Advanced Analytics Marketplace driven SAP
Trainings
50% of career spans in SAP transformation projects and deliveries at spectrum of clients and industry verticals around the globe
I do useful innovation and transforms through SAP Digital core; first within the core leveraging best of SAP, then going outside
the core and though cloud e.g. AWS, bring connected innovations. Every cloud opportunity thus Hyperscale the Analytics with
new-age arsenal of capabilities.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a18…
https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a1805434950595c… 2/3
Genpact India Pvt. Ltd. as Vice President, Digital Incubator
Feb 2016 to Feb 2017
As Digital Incubator, seeded digital innovation evaluating digital solutions from various players and established
partnerships doing minimum viable products; with business-focus use cases and sectorial analytics foundation (IPIE)
Curate the Lean Digital artefacts at Digital Co-Innovation Centre, Palo Alto; coordination and innovation leveraged
Evaluated new digital partners for various digital solutions, e.g. IoT, Advanced Visualizations, UX, NLU (NLP + NLG)
Capgemini India Pvt. Ltd. as Associate Director, SAP HANA Competence Lead
Jan 2011 to Feb 2016
* Spearheaded SAP HANA & big data India practice at 'Insights & Data' SBU, played game changing role creating SAP
HANA practice as global organization seeding through the HANA innovation centre, the CUBE at India.
* Gartner & Forrester quoted among top-3 HANA practices in 2014-15, and won SAP Pinnacle Award at Sapphire 2014
'HANA Adoption Partner of Year'
* Talent seeding to create HANA capability powerhouse playing pivotal role from capacity creation to market creation
* Created 100M USD of bookings through global roadshows, joint-GTM with global and regional strategic partnerships
Wipro Technologies as Practice Manager, SAP BI
May 2007 to Jan 2011
* Lead for new age SAP NetWeaver BI & BusinessObjects based stack and develop the competence & capabilities
* Created industrialized SAP NetWeaver techno-functional upgrades and migrations frameworks with accelerators
* Demonstrated deal-winner solutioning and kicked-off large SAP BI transformation programs across globe
IBM Global Services India Pvt. Ltd. as BI Services Manager & Onsite Lead
Oct 2003 to May 2007
* Lead SAP team of 80+ SAP BI, CRM and ABAP consultants at Ericsson, Sweden; the flagship outsourcing contract
* AM/ AD Lead for SAP NetWeaver BW Global Ramp-up and part of the SAP's Max-Attention team formulation with SAP,
HP & IBM and other partners and Ericsson
* Lead SAP BPPO (Business Process Performance Optimization) and implemented SAP BI and ERP performance
improvements leading to critical Period-End Closing on timely basis with promote-to-production due-diligence
iBilt Technologies Ltd. as Sr. Consultant, SAP Logistics
Feb 2003 to Sep 2003
* Lead architect for SAP R/3 Logistics modules at Ester Industries Ltd.; pioneer in the Polyester filmmaking; for the first
SAP ERP Enterprise 4.7 installation in India. Configured PP-Variant Configuration for materials' characteristics
* Implemented IS-Mill Products characteristics based stock-keeping for eliminating waste and optimization of ATP
* Mentor and functional lead for ABAP team
Jindal Steel & Power Ltd. as Asst. Manager, IT & SAP Services
Aug 1999 to Feb 2003
* Key member of the dynamic team transforming JSPL's steel, power, rolling mill and auxiliary plants, to reengineer the
business processes with SAP ERP 4.6C implementation. Implemented new infra projects like rails & power Plants.
* ABAP team lead for migration of legacy reports/ and doing LSMW for creating opening data in new SAP R/3 system.
* Systems administrator for In-house ERP on Oracle and Forms, mentor for onboarding teams
UG: B.Tech/B.E. (Civil) from Nagpur University in 1994
PG: MBA/PGDM (Systems) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 1999
Education
IT Skills
Skill Name Version Last Used Experience
SAP Data Intelligence 3.0 2020 2 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a18…
https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a1805434950595c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
SAP BW/4HANA 2020 3 Year(s) 0 Month(s)
SAP S/4HANA 2003 2020 0 Year(s) 0 Month(s)
SAP Cloud Platform 0 5 Year(s) 0 Month(s)
AWS Platform Setup for SAP 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Rank 275: Resume 1329 with similarity score 0.05470874664689396
B.E , MS , B.TECH cloud architect , data engineer , team leader , data architect , full time , system engineer spring cloud , sap hana , general , jenkins , kubernetes , designation , ug , connect , beam , mar , argo , platforms , affirmative action , oracle , analytics , docker , glue , oauth , hindi , maintenance , yarn , dbt , authorization , english , status , software testing , email , aws , database development , microservices , apache spark , cloud foundry , pipelines , performance tuning , bigtable , software architecture , s3 , stream processing , git , maven , languages , landscape , spring security , hive , cassandra , hbase , distributed applications , python , javascript , engineers , eclipse , cloud computing , technology , data engineering , google cloud , kms , gcs , airflow , cd , gujarati 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165…
https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165647495d5b085… 1/2
Current Designation: Manager, Cloud Architect - Data
Engineering
Current Company: Publicis Sapient
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Publicis Sapient as Manager, Cloud Architect - Data Engineering
Dec 2019 to Till Date
SAP as Team Leader - Data Architect
May 2012 to Dec 2019
TCS as Assistant System Engineer
Mar 2010 to Apr 2012
UG: B.Tech/B.E. (Computers) from West Bengal University of Technology (WBUT) in 2009
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sheel Pancholi
Manager, Cloud Architect-Data Engineering seeking roles in Cloud
Computing,Software Testing,Software Architecture,Performance Tuning,Client
Management,Database Development,Requirement
Gathering,Python,Java,AWS,Docker
Key Skills: Manager, Cloud Architect-Data Engineering,Tech Architect,Cloud Computing,Software Testing,Software
Architecture,Performance Tuning,Client Management,Database Development,Requirement
Gathering,Python,Java,AWS,Docker
Summary
Lead Data Engineer (10.5 yrs) with 4 yrs of relevant experience in leading and designing HA Distributed Applications (Data
landscape comprising of Batch/Stream Processing pipelines following Lambda/Kappa architectures and Microservices),
leveraging Serverless Architectures on AWS and GCP cloud platforms shouldering various roles ranging from Individual
contributor to Architect to Managing team of data engineers.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165…
https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165647495d5b085… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
SAP HANA, Oracle, CloudSQL
Google Cloud Spanner
Cassandra/HBase/Google BigTable
S3, GCS
AWS Hive, AWS Glue
GCP Bigquery
Apache Spark, Apache Beam
Kinesis Analytics
AWS KMS/CloudHSM
Site-to-Site VPN
DIRECT CONNECT
DBT
Microservices leveraging Spring Cloud
Spring Security (JWT/OAuth)
Apache Airflow/Cloud Composer
Argo, YARN
Eclipse, Intellij, Git
MAVEN
Jenkins, Spinnaker, Argo CD
DOCKER
Kubernetes
Cloud Foundry
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Rank 276: Resume 682 with similarity score 0.05431461170983354
B.E , MS , BS work from home , team member , sql developer api , dart , figma , internships , beginner , cs , adobe , graphing , embedded systems , english , farmers , trivia , sql , project , google , application , aws , c programming , video , introduction to , resume , android , java , machine learning , quiz , completion , assessment , it , organization , technology , learners Assessment
Q1. Why should you be hired for this role?
Sample Android applications
https://github.com/yogeshUkidwe
1 Java(8/10 VideoFile:-BharatiScript(Project) https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
UpToDate(own) :- https://drive.google.com/file/d/1AtOP2Pwhnk2tsJztzxZot8RPbnvpHV-j/view
UpToDate(using wireframe figma for betterUI :- https://drive.google.com/file/d/1ArBVco7bd0eabmjf5MhBc3pb-C4cuxKD/view?usp=sharing
Apk file https://drive.google.com/file/d/1hiF8hUf5aVYSqo3UqqUnDBrKgrQfjyP2/view?usp=sharing
2 Dart(5/10 GreenKart project(Ongoing project(Not for any organization)) :-
https://drive.google.com/file/d/11SvtZYLdQfl85U0Fi8Mz1eg7aSaks410/view?usp=sharing
VideoFiles:- https://drive.google.com/drive/folders/10iqDTDM8OysE0Q2wjapBlzDyJ7094Scm?usp=sharing
English random words project:- https://drive.google.com/file/d/17TpqQivtqq7zeYc2FYn0gILQx__6D9xl/view?usp=sharing
Apk file:- https://drive.google.com/file/d/10M8EJREJ0zCN_EAZNYTP-e5lg3JEy-fi/view?usp=sharing
previous job work as project trainer and intern(SQL developer)zip file :-
https://drive.google.com/file/d/1zde8b7SqkmefgUuNgusRKXaiR8Te9_gw/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Yogesh Ukidwe
Thane, Kalyan
Applied 29 Dec'20
Android C Programming Dart
Embedded Systems Figma Java
SQL Adobe XD
Bachelor of Engineering B.E, IT
Alamuri Ratnamala Institute of Engineering and Technology
2013 - 2017
CGPA 5.75/10
Diploma, IT
SHMIT
2010 - 2013
Percentage: 57.63%
Secondary X
PR Highschool,kalyan
SSC board)
Year of completion: 2010
Percentage: 68.00%
Project Trainer
Phi Education, Thane
Jun 2018 - Apr 2019
working at engineering college as project trainer for 1 year
SQL DEVELOPER
Trivia, Thane
Jan 2016 - Jul 2016
Project trainee and team member
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8097000212
Programming
Phi Education, Thane
Oct 2017 - May 2018
1 Introduction to Programming and Computer Systems using CS
2 Graphing Scientific Calculator
Android Application for Bharati Script
Sep 2020 - Oct 2020
https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
Project about Bharati Script Quiz for beginner learners
Video Link: https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
App link :-https://drive.google.com/file/d/1hiF8hUf5aVYSqo3UqqUnDBrKgrQfjyP2/view?usp=sharing
UpToDate(Not for any organization)
Jun 2020 - Aug 2020
https://drive.google.com/file/d/1NOgVnmzXLH9QH3lj6bPFScc26DPQe79/view?usp=sharing
UpToDate(previous version) :-https://drive.google.com/file/d/1AtOP2Pwhnk2tsJztzxZot8RPbnvpHV-j/view
(using wireframe figma for betterUI and google vision api): https://drive.google.com/file/d/1NOgVnmzXLH9Q
H3lj6bPFScc26DPQe79/view?usp=sharing
android Application Dart)
Nov 2020 - Present
https://drive.google.com/file/d/1DtkP_03hfbcnZm3lR8SNslLIz8514OaC/view?usp=sharing
GreenKart for social cause for healthy food as well as farmers
Golabal certification java n SQL
OCPJP
Getting Started with AWS Machine Learning
https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
https://drive.google.com/file/d/1NOgVnmzXLH9Q-H3lj6bPFScc26DPQe79/view?usp=sharing
https://drive.google.com/file/d/1DtkP_03hfbcnZm3lR8SNslLIz8514OaC/view?usp=sharing
Rank 277: Resume 1364 with similarity score 0.054130899010032714
B.E , MS , B.TECH solutions architect , aws developer , lead developer , associate , software developer , full time , part time , full stack developer spring cloud , api , spring mvc , mockito , designation , ug , confluence , case , affirmative action , oracle , hindi , maintenance , ltd , gateway , digital , authorization , english , apache kafka , status , spring boot , architecture , agile , test environments , email , power generation , project , store , application , aws , ecosystem , msa , integration testing , postgresql , less , cost effective , ci , bitbucket , atlassian , redis , technology solutions , s3 , junit , languages , framework , documentation , big data , code coverage , sms , sql server , bamboo , events , python , one , reviews , javascript , sensors , jira , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 1/2
Current Designation: Cloud Native Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Cloud Native Developer
Jul 2017 to Till Date
January 2018 - February 2019
The Cloud Initiative:
Under this project worked as a developer to migrate Traditional Java Application to Cloud Native Digital Solution for a
major US Power Generation and Delivery Client. Gained immense technical and domain knowledge while working with
different stakeholders.
Highlights:
Leveraged Server less Architecture to develop Event Based and Cost effective Digital Solution.
Heavily used AWS Lambda Functions to process Events.
Reduced Infra cost for client by ~80% as compared to old Application.
Stakeholders were notified in real time via Email/ SMS in case of Event Failures.
jUnit / Mockito test creation to achieve Code Coverage.
March 2019 - February 2020
IoT Integration:
Under this project worked as a lead developer to create a custom Digital Framework for Integrating IoT ecosystem to
existing Big Data Pipeline for a major US Power Generation and Delivery Client.
Developed a Highly Configurable System to process Time Stream Data generated by IoT sensors.
Used Apache Kafka as Event Stream Platform.
Developed Spring Boot Application to Consume Time Stream Data from Kafka and persist processed data to AWS
Redshift which was used as a Data Ware House.
Used AWS S3 to store and archive huge Time Stream Data Sets.
Performed Code reviews, worked closely with other team members to check code quality and standards.
March 2020 - Current
Destructing Monolith:
Under this project worked as a Developer and Architect to transform a Legacy Monolith Application and develop a new
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ruchir Agrawal
Full Stack Developer, 2x AWS Certified seeking roles in Full Stack
Development,Software Engineering,Software Development,Spring Boot,Microservice
Based Architecture, Cloud Native Solutions, Serverless Architectures,Java,AWS
Key Skills: Full Stack/Software Developer,React,Serverless Architectures, Lambda,Software Engineering,Software
Development,AWS Certified,Agile Methodology,Spring Boot,Microservice,Python,Java 8
Summary
Working as 2x Certified AWS Developer from past 3 years to Design and Implement Digital Solutions and Experiences.
Rich experience in creating Digital Solutions which includes MSA & Cloud Native Architecture.
Equally comfortable in designing and development of Digital Solutions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 2/2
Cloud Native Digital Application for one of the very important division of a major US Power and Delivery Client.
Independently designed and developed the Services following Micro Service Architecture (MSA) for breaking up the
legacy application.
Used Redis as the cache provider.
Implemented CI/CD for deploying Services to QA and Test Environments using BitBucket and Atlassian Bamboo.
Prepared documentation for design, unit and integration testing.
Used AWS API Gateway as the entry point for accessing the Micro services under new architecture.
Reviewed Pull Requests and design time to time.
UG: B.Tech/B.E. (Computers) from Lakshmibai Narain College of Technology, Bhopal in 2017
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java 8, Spring MVC, Spring Boot,
Spring Cloud, Oracle, PostgreSQL,
SQL Server,JIRA, BitBucket, Confluence
Kafka 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 278: Resume 842 with similarity score 0.05410668813378811
B.E , MS , B.TECH solutions architect , aws developer , lead developer , associate , software developer , full time , part time , full stack developer spring cloud , api , spring mvc , mockito , designation , ug , confluence , case , affirmative action , oracle , hindi , maintenance , ltd , gateway , digital , authorization , english , apache kafka , status , spring boot , architecture , agile , test environments , email , power generation , project , store , application , aws , ecosystem , msa , integration testing , postgresql , less , cost effective , ci , bitbucket , atlassian , redis , technology solutions , s3 , junit , languages , framework , documentation , big data , code coverage , sms , sql server , bamboo , events , python , one , reviews , javascript , sensors , jira , pipeline , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 1/2
Current Designation: Cloud Native Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Cloud Native Developer
Jul 2017 to Till Date
January 2018 - February 2019
The Cloud Initiative:
Under this project worked as a developer to migrate Traditional Java Application to Cloud Native Digital Solution for a
major US Power Generation and Delivery Client. Gained immense technical and domain knowledge while working with
different stakeholders.
Highlights:
Leveraged Server less Architecture to develop Event Based and Cost effective Digital Solution.
Heavily used AWS Lambda Functions to process Events.
Reduced Infra cost for client by ~80% as compared to old Application.
Stakeholders were notified in real time via Email/ SMS in case of Event Failures.
jUnit / Mockito test creation to achieve Code Coverage.
March 2019 - February 2020
IoT Integration:
Under this project worked as a lead developer to create a custom Digital Framework for Integrating IoT ecosystem to
existing Big Data Pipeline for a major US Power Generation and Delivery Client.
Developed a Highly Configurable System to process Time Stream Data generated by IoT sensors.
Used Apache Kafka as Event Stream Platform.
Developed Spring Boot Application to Consume Time Stream Data from Kafka and persist processed data to AWS
Redshift which was used as a Data Ware House.
Used AWS S3 to store and archive huge Time Stream Data Sets.
Performed Code reviews, worked closely with other team members to check code quality and standards.
March 2020 - Current
Destructing Monolith:
Under this project worked as a Developer and Architect to transform a Legacy Monolith Application and develop a new
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ruchir Agrawal
Full Stack Developer, 2x AWS Certified seeking roles in Full Stack
Development,Software Engineering,Software Development,Spring Boot,Microservice
Based Architecture, Cloud Native Solutions, Serverless Architectures,Java,AWS
Key Skills: Full Stack/Software Developer,React,Serverless Architectures, Lambda,Software Engineering,Software
Development,AWS Certified,Agile Methodology,Spring Boot,Microservice,Python,Java 8
Summary
Working as 2x Certified AWS Developer from past 3 years to Design and Implement Digital Solutions and Experiences.
Rich experience in creating Digital Solutions which includes MSA & Cloud Native Architecture.
Equally comfortable in designing and development of Digital Solutions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 2/2
Cloud Native Digital Application for one of the very important division of a major US Power and Delivery Client.
Independently designed and developed the Services following Micro Service Architecture (MSA) for breaking up the
legacy application.
Used Redis as the cache provider.
Implemented CI/CD for deploying Services to QA and Test Environments using BitBucket and Atlassian Bamboo.
Prepared documentation for design, unit and integration testing.
Used AWS API Gateway as the entry point for accessing the Micro services under new architecture.
Reviewed Pull Requests and design time to time.
UG: B.Tech/B.E. (Computers) from Lakshmibai Narain College of Technology, Bhopal in 2017
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java 8, Spring MVC, Spring Boot,
Spring Cloud, Oracle, PostgreSQL,
SQL Server,JIRA, BitBucket, Confluence
Kafka 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 279: Resume 1391 with similarity score 0.05391283414610297
B.E , MS , B.TECH , BS software developer , cloud engineer , full time , change management , balancer ansible , mentoring , rca , jenkins , performing , designation , confluence , mar , affirmative action , cloud , maintenance , ltd , unix , authorization , english , troubleshooting , status , program management , email , project , application , aws , c programming , leadership , steps , fixing , github , change management , servers , c++ , debugging , unit testing , shell scripting , ec2 , kibana , infrastructure , computer science , languages , kannada , service delivery management , data science , python , jira , dashboards , javascript , trello , pipeline , challenging environment , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f13…
https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f130742175a5a090… 1/2
Current Designation: Cloud Engineer
Current Company: InfraStack Labs Technologies Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
InfraStack Labs Technologies Pvt. Ltd. as Cloud Engineer
Mar 2019 to Till Date
Cloud Platform : AWS and Omegha
1. Currently working for Infrastack Labs Technologies Pvt.Ltd as a Cloud Engineer since July 2019 to date.
The current projects being handled are based on AWS.
Responsibilities : As a part of SRE team, my responsibilities include automating, troubleshooting, diagnosing and fixing
production issue, developing monitoring solutions, performing infrastructure maintenance.
Currently working on a Project where i got the below experiences.
* Experience working with AWS services like EC2, IAM, Cloud Watch, ASGs,Elasticcahe, VPC, Route53
* Working with monitoring and alerting tools like, kibana, cloudwatch.
* Responsible for effective proviosioning, maintence of infrastructure in AWS cloud.
* Experience with troubleshooting steps during server downtimes.
* Involved in design implementation of CI/CD pipeline using Jenkins tool.
* Experience with making RCA's and mainting weekly & monthly reports of the servers.
* Experience working with automating required actions in the AWS servers.
* Experience with creating alarms and managing them in cloudwatch and Kibana.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Deepika B M
Cloud Engineer seeking roles in Software Development,Project Management,Program
Management,Service Delivery Management,Change Management,Requirement
Gathering,Unit Testing,Coding,Debugging,Shell
Scripting,Confluence,Ansible,Jenkins,Python,JIRA,AWS
Key Skills: Cloud Engineer,Software Development,Project Management,Program Management,Service Delivery
Management,Change Management,Requirement Gathering,Unit Testing,Coding,Debugging,Shell
Scripting,Confluence,Ansible,Jenkins,Python,JIRA, AWS-CWI,
Summary
* Cloud Engineer with more than 1 years of experience in the cloud platform AWS and other private cloud named as Omegha.
* Good planning and execution, monitoring and resource balancing skills with ability to support multiple simultaneous
projects.
* Good exposure working with cross-functional team.
* Experience on AWS cloud platform, Kibana,Grafana dashboards and Unix OS.
* Good experience on creating services in AWS,monitoring them and maintaining those services.
* Excellent communication skills to work with all levels of people.
* Performing leadership role by mentoring team members and new joiners for smooth transition of the project.
Seeking to work in a responsible and challenging environment that would enable me to enhance my skills and knowledge and
utilize them for individual as well as organizational growth.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f13…
https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f130742175a5a090… 2/2
UG: B.Tech/B.E. (Computers) from SJCIT in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
C Programming and C++
Data science
Diploma (Computer science)
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 1 Year(s) 5 Month(s)
EC2,Cloud Watch, Route53,Load Balancer
Python, Shell Scripting, Trello
Jenkins, Github, JIRA, Confluence,
Languages Known
Language Proficiency Read Write Speak
English Expert
kannada Expert
Rank 280: Resume 836 with similarity score 0.0539003341133629
B.E , MS , B.TECH software engineer , full time , senior associate , team lead , full stack developer , associate programmer maintainability , computing , algorithms , security , demand , databases , linux , node.js , bookings , status , store , application architecture , testing , gitlab , components , features , operating systems , ibm power , development projects , spectrum , javascript frameworks , react.js , power systems , designation , mar , hindi , cloud , flex , windows , english , agile , zend framework , mongodb , video , angularjs , programming languages , fixing , disaster recovery , computer science , documentation , his , enterprise data , technology , business continuity , html , data services , reporting , general , web media , change requests , affirmative action , mysql , technical direction , maintenance , jquery , centos , bootstrap , mastering , timelines , email , codeigniter , wordpress , ubuntu , her , jira , engineers , test coverage , information retrieval , ajax , online , high availability , css , ug , back-end web development , offers , apache , php , yii , authorization , scalability , record , focus , user requirements , storage , cuts , graphics , learning , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f564214091…
https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f5642140919024317595e00… 1/3
Current Designation: Technical Leader
Current Company: Altran
Current Location: Gurgaon
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Altran as Technical Leader
Mar 2019 to Till Date
Working with IBM BU in altran, with GUI ( Graphics User Interface ) team , developing features as per client requirement,
create documentation for feature design, following agile methodology, learning and mastering new skills and delivering
sessions on the same. handling team as well
Daffodil Software as Senior Associate-IT Application
Sep 2016 to Mar 2019
Key Result Areas:
Designing and developing applications for clients, coding different modules using latest technologies as per the clients
requirement following best coding practice; administering & adhering to SLAs and change requests
Driving efforts towards maintenance of software development practices; adhering to company standards for coding and
unit/ functional test coverage; monitoring & motivating the team to produce excellent results
Customizing:
Development plan, code, and programming design to ensure client satisfaction & delivery of project on time & within the
SLA
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PIYUSH ARYA
Rich experience in executing full lifecycle development projects with a
verifiable track record, targeting assignments as Full Stack Developer
(React//ReactNativeAngular/Nodejs/mongodb) preferably in Delhi-NCR
Key Skills:
jira,html,ajax,jquery,javascript,mysql,apache,css,bootstrap,flex,agile,react.js,native,node.js,mongodb,Angularjs,Cloud
Computing
Summary
Full Stack Developer offering over 8 years of experience in managing back-end web development with primary focus on
development of server-side logic along with good experience in frontend integration as well in JavaScript frameworks like
angular2 and vuejs2
Possess knowledge of PHP web frameworks such as YII, CodeIgniter, ZF2 (Zend Framework 2), Symfony2 and proficient in
various programming languages such as JavaScript, MySQL and well versed with all the OOPS concepts
Excels in handling server tasks like setting up environments for development, CI/CD
In-depth information of MySQL databases as well as declarative query languages to ensure appropriate information retrieval
Possess great understanding of various data types, data structures as well as algorithms
Experience in working with AGLIE software development life-cycle and capable of preparing as well as maintaining technical
documents
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f564214091…
https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f5642140919024317595e00… 2/3
Coordinating with Client & Testing Team to identify and implement improvement in application performance
Conceptualizing methods for application development and ensuring user needs are met
Participating in the team's agile software development process; developing solutions and functional/integration tests;
supporting production deployments of developed solutions
Managing large and complex projects or multiple components of a large project involving more than one company's
product; ensuring the maintenance of positive and on-going relationships with stakeholders
Highlights:
Prepared coding timelines, evaluated architecture, provided technical direction to the team, and undertook effort
estimation, status reporting
Developed & coded application architecture for different solutions by ensuring the security, performance, availability,
compliance, scalability and maintainability aspects
Identified, conceptualized & documented appropriate technical solution approaches for various business scenarios
Supported bug fixing, maintained store procedures and executed system enhancements according to user requirements
for the application created by PHP
Autoportal.com ( Creative Web Media Private Limited ) as Software Engineer
Jun 2016 to Aug 2016
Software Engineer
Clavax Technologies as Senior Associate Programmer (PHP)
Aug 2013 to May 2016
Senior Associate Programmer (PHP)
UG: B.Tech/B.E. (Computer Science) from Apeejay College of Engineering in 2011
Other Qualifications/Certifications/Programs:
Full Stack Web Development with React
Education
IT Skills
Skill Name Version Last Used Experience
PHP 5 & JavaScript
HTML, CSS, Javascript, AJAX, JQuery
Flex, Bootstrap
MySQL
Windows, Ubuntu Linux , Centos
WordPress , dupal 7
YII, CodeIgniter ,ZF2
JIRA
Gitlab, Smartgit
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f564214091…
https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f5642140919024317595e00… 3/3
Nature of Employment: Full Time Duration: Apr 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2018 - Oct 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2017 - Jul 2018
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: IBM Spectrum Scale
Client: IBM
Project Details: High performance scale-out storage software and enterprise data services with global federated capacity
Project Title: PowerHA
Client: IBM
Project Details: IBM PowerHA technology provides high availability, business continuity and disaster recovery. It enables you
to deploy an HA solution that addresses both storage and high availability requirements with one integrated configuration,
which offers robust performance along with a simplified user interface. Power Systems is committed to investing inand
bringing to marketsolutions designed to keep your IT environments resilient. IBM engineers work continuously to optimize
IBM Power Systems hardware and operating systems to keep pace with the increasing demand for 24x365 availability.
Project Title: Revupals
Client: Daffodil Software
Project Details: It is a web application where one can post his/her review about any product they have used by selecting a
retailer available from the list of all popular online retailers in US. One can choose product from the inventory & can upload a
video, image or text review for the same and other features like provide rating and so on
Technology Used:
Project Title: Slider cuts
Client: Daffodil Software
Project Details: This web application helps out the barbers based in London to faciliate their clients by making bookings /
reservations which can be managed via administration section provided. This is a very practical automated system to help
their business needs
Rank 281: Resume 404 with similarity score 0.05380812466856838
BS work from home api , web development , internships , visualisation , data analytics , public , firebase , kotlin , application , c programming , resume , android , java , django , completion , assessment , data science , python , apps , technology , database Assessment
Q1. Why should you be hired for this role?
I have relevant skills in android app development.i have worked on android apps ui development , also worked with firebase and volley for api
integration. I have deep interest in android app development and ability to grab concepts quickly and perform likewise. My biggest strength is
that i can work with deadlines and complete my tasks within the given timestamps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
CONTACT Phone: 91 7651904619
Praveen Kumar Singh
Delhi
Applied 27 Dec'20
Android Kotlin C Programming
C Programming Data Science Django
Python Java
Master of Computer Applications MCA, Computer Application
Madan Mohan Malaviya University Of Technology
2017 - 2020
CGPA 7.03/10
Bachelor of Computer Applications BCA, Computer Application
Lucknow Public College Of Professional Studies
2014 - 2017
Percentage: 65.60%
Senior Secondary XII, Science
Rani Laxmi Bai Memorial Senior Secondary School
CBSE board)
Year of completion: 2014
Percentage: 69.40%
Secondary X
Rani Laxmi Bai Memorial Senior Secondary School
CBSE board)
Year of completion: 2012
Percentage: 85.50%
Android App Development
Frcoder, Noida
Jan 2020 - May 2020
Designing and developing android apps
Web Development
Digipodium, Lucknow
Jun 2019 - Jul 2019
Built a encrypted webchat server using Django
Data Analytics
Digipodium, Lucknow
May 2018 - Jul 2018
Analysis and visualisation of Zomato's database
Rank 282: Resume 1230 with similarity score 0.05355657877366879
B.E , MS , B.TECH project manager , solutions architect , devops , travel agent , full time , senior consultant , enterprise architect , aws solution architect ease , asp.net mvc , conducting , refunds , web api , databases , customer analysis , software projects , outsourcing , component development , airlines , status , bug tracking , stakeholder management , data architecture , commitments , system architecture , business strategy , components , it infrastructure , b2e , meals , mitigation , devops , kubernetes , designation , hindi , ltd , english , budgeting , microservices , architecting , completion , javascript , problem analysis , cd , user training , workflow applications , general , project teams , message queue , group travel , information technology , affirmative action , maintenance , power bi , customer requirements , strategic planning , email , aws , project implementation , microsoft , invoicing , edge , customer experience , languages , business process , widgets , accounting system , it governance , object-oriented software , telecom , tamil , hybrid cloud , ticketing , revenue , azure , ontrack , authorization , risk , enterprise , scalability , cost effective , steps , .net core , servers , resharper , cloud computing , message broker , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a140…
https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a1401401259085c52… 1/3
Current Designation: Solution Architect
Current Company: RR Donnelley - Global Business Process
Outsourcing Pvt. Ltd
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
RR Donnelleney India Outsourcing PVT LTD as Project Manager-Solutions Architect
Oct 2006 to Sep 2020
1. Interacting with Business Teams for requirement gathering and translating the same into architectural solutions using
AWS services/.Net technologies
2. Architecting solutions for applications within RRD GO and presenting the same to Enterprise Architect Teams,
Infrastructure Stakeholders, Infosec Teams with a demo and adequate data in order to provide insight on the performance,
scalability, latency benefits, ease of development, cost benefits, enriched customer experience
3. Organizing periodic training sessions for Development Managers & Teams on the approved architecture/POC
solutions, AWS services/components, .Net Core technology, Microservices, Developing Widgets with API layers and so on
4. Identifying & resolving problems and severity issues across applications and help the development team
5. Leading the implementation of CI/CD across Software Projects for RRD GO using Azure DevOps, TFS, and
conducting training sessions to PM's, Management
6. Coordinating as a SPOC with Infrastructure, IT Governance Teams for all service related matters of services;
providing Hardware support for Dev/QA/UAT/PROD environments, addressing application level vulnerabilities by
partnering with InfoSec teams as a SPOC to Software Managers
7. Contributing in exploration/POC of cutting edge products, services for the client business requirement & IT Division
including while not limited to AWS services, .Net Core, DevOps tools TFS, Azure Devops, Resharper, Power BI, High
Charts and so on
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
KUMAR SAMBAMURTHY
AWS Solution Architect, .Net Solution Architect, App migration to AWS Cloud,
Microservices, Azure DevOps, Delivery Management, Planning, Strategic Execution,
Budgeting, Costing, Stakeholder Management, Business Process Optimization,Team
Management
Key Skills: aws cloud solutions, solution architect,enterprise architect,project management,stakeholder
management,cloud computing,hybrid cloud solution,microservices,message queue,message broker,kubernetes,mq
series,ASP.Net MVC,Core,Strategic Planning,Costing
Summary
Solution Architect with expertise in providing end-to-end Cloud-enabled solutions with AWS as per SLA requirements for
enterprise wide applications and creating a high-performance environment in team by appropriately recognizing the key
contributors across diversified business domains including Workflow Applications, HR, Airline, Telecom, and ITES using Latest
Cutting Edge Technologies
Aligned architecture to business strategy in order to deliver structured, efficient, sustainable and adaptable IT solutions in line
with the business needs
Highly resourceful at reducing cost of project implementation, by way of introducing cost effective components & services
Architected technical solutions required to address customer requirements, assessed customers' needs and recommended
solutions that optimized value for both the customer and the firm
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a140…
https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a1401401259085c52… 2/3
8. Communicating with internal software & Infrastructure teams to manage logistics of servers, databases for DEV, QA,
UAT & PROD environment while ensuring projects meet the schedule & business commitments
9. Monitoring project progress as per scheduled deadlines for various tasks and taking necessary steps to ensure
completion within time, cost and effort parameters; managing emerging issues & risk mitigation
10. Analyzing and defining client's business strategy and determining system architecture requirements to achieve
business goals; formulating strategic plans for component development to sustain future project objectives
11. Developing data architecture design to facilitate targeted customer analysis, suggesting architectural improvements,
design and integration solutions, and formulating methodologies to optimize object-oriented software and database
development while organizing end-user training and problem analysis for IT infrastructure work
12. Managing emergency technical support for customers, including system diagnostics and technical problem
resolution
13. Designing and conducting trainings for technical software enhancements to project teams to promote their projects'
success company-wide
RR Donnelley - Global Business Process Outsourcing Pvt. Ltd as Solution Architect
Oct 2006 to Till Date
Currently leading a Technical Team as a Solution Architect and developing customized solutions for work-flow systems,
HR systems in AWS platform/Microsoft Dotnet platform through constant exploration, POC of AWS services as per
business and project requirement while ensuring cost optimization
Role:
Interacting with Business Teams for requirement gathering and translating the same into architectural solutions using AWS
services/.Net technologies
Architecting solutions for applications within RRD GO and presenting the same to Enterprise Architect Teams,
Infrastructure Stakeholders, Infosec Teams with a demo and adequate data in order to provide insight on the performance,
scalability, latency benefits, ease of development, cost benefits, enriched customer experience
Organizing periodic training sessions for Development Managers & Teams on the approved architecture/POC solutions,
AWS services/components, .Net Core technology, Microservices, Developing Widgets with API layers and so on
Identifying & resolving problems and severity issues across applications and help the development team
Leading the implementation of CI/CD across Software Projects for RRD GO using Azure DevOps, TFS, and conducting
training sessions to PM's, Management
Coordinating as a SPOC with Infrastructure, IT Governance Teams for all service related matters of services; providing
Hardware support for Dev/QA/UAT/PROD environments, addressing application level vulnerabilities by partnering with
InfoSec teams as a SPOC to Software Managers
Contributing in exploration/POC of cutting edge products, services for the client business requirement & IT Division
including while not limited to AWS services, .Net Core, DevOps tools TFS, Azure Devops, Resharper, Power BI, High
Charts and so on
Communicating with internal software & Infrastructure teams to manage logistics of servers, databases for DEV, QA, UAT
& PROD environment while ensuring projects meet the schedule & business commitments
Monitoring project progress as per scheduled deadlines for various tasks and taking necessary steps to ensure completion
within time, cost and effort parameters; managing emerging issues & risk mitigation
Analyzing and defining client's business strategy and determining system architecture requirements to achieve business
goals; formulating strategic plans for component development to sustain future project objectives
Developing data architecture design to facilitate targeted customer analysis, suggesting architectural improvements,
design and integration solutions, and formulating methodologies to optimize object-oriented software and database
development while organizing end-user training and problem analysis for IT infrastructure work
Managing emergency technical support for customers, including system diagnostics and technical problem resolution
Designing and conducting trainings for technical software enhancements to project teams to promote their projects'
success company-wide
Emirates Airlines as Senior Consultant
Oct 2001 to Feb 2004
Managed development of multiple applications and projects; the various projects included implementation of DRAS
(revenue accounting system for DNATA for invoicing, reconciliation, refunds,); EGTIF (group travel ticketing and work
flows for EK ticket booking, meals, in-flight service, ground services); Ontrack (Travel Agent Incentive Management);
OneNetwork (Travel agent and flown revenue management)
B2E Technologies (P) Ltd as Technical Leader
Oct 2001 to Feb 2004
Managed implementation of multiple projects; participated in QA Test cycle management and standardization, bug tracking
and projects tracking
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a140…
https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a1401401259085c52… 3/3
UG: B.Tech/B.E. (Mechanical) from Madras University in 1992
PG: MBA/PGDM (Information Technology) from Institute of Chartered Financial Analysts of India (ICFAI) in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
ASP.Net MVC & Core,Web API,Event Source 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 283: Resume 715 with similarity score 0.05341913148438584
B.E , B.TECH devops , full time , member of technical staff , software developer ansible , devops , jenkins , designation , command , affirmative action , mysql , hindi , maintenance , ltd , linux server , kafka , authorization , english , logstash , rabbitmq , status , email , project , store , application , structured data , devices , less , mumbai , playbook , government , technology solutions , debugging , git , languages , platform development , python , javascript , avro , pipeline , elasticsearch , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b19…
https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b195618435e0b5c… 1/2
Current Designation: Member Of Technical Staff
Current Company: FixtStream Ind Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
FixtStream Ind Pvt Ltd as Member Of Technical Staff
Oct 2018 to Till Date
FixStream working on data centre application which collects data from different devices and visulaise in
structure format on Ui
Build Python parser for various command data to convert in expected format amd send to
RabbitMQ.
Build logstash pipeline to normalise and denormalise structured data to expected form and
store in database.
Deploy project in devlopment environment using ansible.
Created ansible playbook to automate installation.
integration with CMDB(ServiceNow, Cherwell) to push an pull the ticket.
Deploying filebeat and metricbeat on linux server.
UG: B.Tech/B.E. (Computers) from Government College of Engineering in 2018
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Pavan Bhole
Seeking roles in Software Engineering,Software Development,Requirement ,python
Developer ,ELK-
developer,Gathering,Debugging,RabbitMQ,Ansible,DevOps,Jenkins,Python,MySQL,Linux,Git,Elasticsearch,Logstash
Key Skills: Debugging,RabbitMQ,Ansible,DevOps,Jenkins,Python,Linux, GIT, Elastic Search, logstash,Avro,Metricbeat
Summary
Successful Software Developer and delivering appropriate technology solutions for desktop products. Comprehensive
knowledge and
2+years of hands on experience of platform development, DevOps, Python, ELK
Work Experience
Education
IT Skills
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b19…
https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b195618435e0b5c… 2/2
Nature of Employment: Full Time
Role: Programmer
Duration: Aug 2018 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Python, Logstash, RabbitMQ, Git
Elasticsearch, Ansible, Jenkins
Kafka, Filebeat, Linux, Avro, Debugging
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: Firestorm
Client: verizon
Role Description: Build Python parser for various command data to convert in expected format and send to RabbitMQ.
Build logstash pipeline to normalise and denormalise structured data to expected form and store in database.
Deploy project in development environment
Project Details: Firestorm is a data centre project, It is used for collection of data from network compute and different
types of devices and visualised that data on UI in structured format.
Rank 284: Resume 1436 with similarity score 0.05316331526793156
B.E , MS , B.TECH , BS lean six sigma black belt , senior project manager , application engineer , certified scrum master , business development , change management , project coordinator , full time , part time , delivery manager , autocad , process owner , facilitator training , business case , window , citrix , security , layout design , prince2 , budget management , product concept , timesheet , kpi , customer satisfaction , project planning , status , digital transformation , project governance , msa , opportunity assessment , mumbai , ctq , sheets , testing , autodesk vault , obc , connectivity , visio , infrastructure , iso , coordinated , negotiation , workflow , value stream mapping , brd , information gathering , performance metrics , robot , access , designation , deliverables , mar , assembly , csm , hindi , gauges , gap analysis , pdm , new business opportunities , lean six sigma , process capability , ltd , project tracking , english , troubleshooting , modifications , autocad , microsoft excel , bpo , business process automation , business operations , pipelines , closure , change management , wbs , resource management , itil , test strategy , project charter , word , test data , javascript , material handling , availability , waterfall project management , working experience , engineering process , ecn , optimization , rework , bau , scrum , 3d , black belt , vendors , affirmative action , principles , project plans , readiness , basic , process flow , utilization , maintenance , escalation , architecture , customer service , email , aws , project delivery , practice management , invoicing , value engineering , output , welding , languages , engineers , pmp , plm , base , program management , coaching , agile methodologies , teaching , allocations , stakeholder engagement , handover , sketch , ms project , client visits , team performance , coe , technical reviews , health , analytics , production drawings , azure , authorization , risk , team building , approvals , milestones , teams , bpa , graphs , deliveries , productivity , tracker , acute , financial tracking , application , matrix , agile project management , sipoc , focus , transition management , less , operators , docs , drive , problem solving , finance , offshore , framework , events , project documentation , adoption , autodesk inventor , team motivation , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 1/4
Current Designation: RPA Delivery Manager
Current Company: Vodafone- Quess Corp Consultant
Current Location: Pune
Pref. Location: Hyderabad,Bengaluru / Bangalore,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Asst. Mgr/Mgr (Technical)
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Vodafone- Quess Corp Consultant as RPA Delivery Manager
Oct 2020 to Till Date
Responsibility:
Handling End To End RPA Project Lifecycle and RPA Infrastructure Governance for Hybrid & Full Stake Model projects
Responsible to implement RPA projects lifecycle by identifying and validating the process data, creating automation
pipelines,
Analysis, Design, Build, Testing/UAT, Deployment/Hypercare, BAU, monitoring and maintain the ongoing automation
projects.
Governance and Coordination with multiple team leads for establishing the Connectivity, Access, VMs Allocation, InfoSec,
DPP,
and Group Security for Target Application, Citrix, and User Credential for Dev/Test/Prod Environment
Conduct and facilitate timely require meetings and maintain the multiple tracker sheets and reports like Pre Readiness
Activities, IT Delivery Checklist, Project Plan Considerations, IT Deliverable Tracker and Infra Reediness Tracker etc.
Governance and managing the sign-off/approvals of multiple project documents require in each Project Gate/Project
Phase
like Opportunity Assessment Report, Business Case, Project Plan, Kick-Off Deck, PDD , SDD, SIT, UAT, Code Package,
Code
Review, Release Note, Test Data Availability for build/test/Hypercare/Prod/BAU environment, Test Strategy/Plan, Test
Cases/Data, Testing Results Docs, Test Reports & Closure, Business Access for UAT run, Bot Controller training, , Go-
Live
Criteria, Hypercare Support Model, BAU Support Model, Lesson Learn and Project Closure documentation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SHEKHAR M. KELZARKAR
Project Management, Project Governance, IT Project Management, RPA Delivery
Manager, Program Management, Prince2, PMP, Scrum Master, Agile, Business
Analytics , Process Analytics, Uipath, RPA Infrastructure, RPA Project Lifecycles,
AWS, AZURE, AWS
Key Skills: pmo,process automation,prince2,pmp,six sigma,lean,Transition Management,Presales,rpa,Strategic
Planning,Practice Management,Process Automation,IT Project Management,Program Management,Portfolio
Management,Coe,robotic process autpomat
Summary
Performance driven leader with around 14 years of experience with Effective communicator with strong Coordinator and
Facilitator between Client, Stakeholders and Team by imparting a culture of Project Management , PMO Governance, Project
Administration & deliver Business Excellence by leveraging the Agile/Waterfall Project Management methodologies with an
acute focus on outcomes in the field of Engineering, IT and service sectors.
I am Certified PRINCE2® Practitioner, Certified ScrumMaster® (CSM®) , Lean Six Sigma Black Belt and PMP Certification
Training
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 2/4
Accountable to ensure the quality deliverables of a product/service/solution to drive customer satisfaction.
Responsible for teaching and coaching the Vodafone RPA Standards and and frameworks to Vodafone Local Market team
Established & maintained the relationship with all project stakeholders and third parties/vendors for business excellence
Effective Communicator between various stakeholders such as IT, Infrastructure, Client, Vendor and business operations
team
to make the tools availability (Man-Machine-Software) according to project requirements to achieve the goal on time
Responsible to share the principles of SCRUM Framework/ Agile methodologies to the scrum team & project
stakeholders.
Handling the Stakeholder engagement, Project planning, Estimation, Quotation against RFQ, SLA, budget management,
team
selection, team building, Resources Allocation, risk management, financial tracking , issue resolution , Process
Improvement,
on-time delivery, Scope, Time, Cost, WBS, Change Request, Product Backlogs, Stakeholders engagement, Scrum
Meetings,
Release Planning, project status reports, team motivation Accountable for Offshore/Onsite business P&L
Onward Technologies Inc as Senior Project Manager
Apr 2019 to Jun 2020
Responsibility:
Responsible for managing Process improvement and Automation projects with Lean Six Sigma & RPA (Uipath) tools.
Delivery management ranging from creation of SOW to sign- off on the final delivery
Create a plan and other delivery templates for tracking the health of various process automation programs
Build and lead project as per project management plan ensuring project objectives and project charter are met
Build project schedule, define project landmarks and acceptance criteria for each landmark
Responsible for overall health of the project including schedule, cost and quality
Actively highlight risks to management by handling project constraints and dependencies, & highlighting the potential
impact
Ensure the RPA Delivery - Pre Readiness Activities like BC Sign-off, PPM ID, BRD, Assessment Reports, Assessment
Matrix, and
Connectivity establishes of target application with Dev, Hypercare, Prod environment, Process & Assessment Documents
Maintain the End to End IT Deliverable and Infra Reediness Tracker (Robot, Development, Test System, Production,
Business)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Implement the SDLC, ITIL lifecycle and Agile Project Management methodology with Scrum Framework
Analyze data related to workflow, existing processes, evaluate the efficiency of current-state business processes and
improve
the process by making the future state workflow design across the multiple function project areas.
Ensure project is delivered as per base lined quality standards. Ensuring reusability and adoption of the best practices
Technical Reviews and troubleshooting: You will install and setup platform in different environments; lead and participate in
architecture, design and code reviews for major modules and deliveries, along with contributing in troubleshooting effort
Analyze existing workflows, perform benchmark, gap analysis & assist team to transform workflows for automation
Ability to present complex processes in easy to understand terms to various cross functional stakeholders to receive
approval
Create detailed project plans and high-level milestones across cross functional teams to ensure projects are on track
Maintain the require project/process documentation, SOPs, Presentation, Status reports and team Performance Metrics
Significant skills in process improvement, business process automation (BPA), problem solving techniques and team
building
Develop new or existing process chart/workflow by Value stream mapping to condense any flaws or deviation
Facilitate all the scrum meetings & interactions with project stakeholders to streamline the project
Coaching the Agile Practices and provide training on scrum values to the development team members
Skilled to provide trainings to team members/engineers/managers on basic Six Sigma concepts to understand the process
Responsible for AR (Account Receivable), Resources Optimization and Accounts P&L
Measure the Performance KPIs (project health) and take the corrective appropriate actions to meet goals
Onward Technologies Inc as Project Manager
Apr 2015 to Mar 2019
Responsibility:
Managing and hands on working experience as a RPA Developer in diversify domain projects like invoicing Process ,
Sales
Information gathering, Business Process standardisation, HR Process and IT ticket generation and closing process.
Responsible to make the Agreement and Proposal with respect to received RFQ
Set the project kick-off meeting with key stakeholders of the project to discuss the PO/SOW
Generate Project Brief to clarify the required Output & Outcome by the client
Assure the tools availability (Man, Machine, and Software) accordingly to Project requirements to achieve the project goal
Develop the Project Process Flow Diagram to define the details stages of the project by VMS tool to streamline the project
Set the require timely Scrum meetings with Team, Stakeholder & Client for current project status, review & improvements
Resource Management (Qualify, Optimize, Transition Process and maintain Resource Performance Matrix/Skill sheet)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Build the multiple Quality Checklist accordingly to project requirement to minimize the error and rework
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 3/4
Generated the Integrated data base to extract quick project information with graphs and charts for multiple timely Business
meetings like current project status, YoY growth, Capacity Hours, Efficiency, Resources Utilization, Team Productivity,
team KPI
burndown chart and existing/new business development opportunity
Timely client visits and interaction to identify the new business opportunities or in existing business
Documented Lesson Learn, Client feedback, Closure reports & ISO project documentation for audit purpose
Onward Technologies Ltd. as Delivery Project Manager
Feb 2013 to Mar 2015
? Responsible for End to End Project and Program Management events, Stakeholder/Client Engagement and Strategic
business development values
? Prepare the proposal against the RFQ , rate negotiation meeting, follow-up meeting and kick-off meeting for each project
? Create project initiating documents includes SOW, Project Plan, project Scope, delivery plan, SOPs, checklist Risk
Management plan, project tracking sheet, communication plans, Performance matrix, escalation matrix, project Status &
business reports
? Handle recruitment, team selection, team building, resource planning, trainings, resources allocations and timesheet
? Assuring the tools availability (Man-Machine-Software) as per project requirements to avoid any impediments
? Leading all project meetings; Project review, Project status, project delivery, change management and other to identify
the blockers for projects development/implementation & inform to stakeholders about each project health report
? Prepare, standardized and Maintain ongoing technical and business project documentation to drive execution excellence
? Coordinate with finance for monthly billing invoices, Account Receivables and update P&L business reports accordingly
? Handling the project closure process includes data handover/backup, resources transfer to another project, create
lesson learn document, Client feedback , closure reports and maintain the project data as per ISO 9001:2015 (QMS)
auditProject
Onward Technologies Inc as Project Coordinator (US)
Dec 2009 to Jan 2013
Responsibility:
Around 3 years of International Project Execution, Project Management & Process Improvement experience at client
locations
Responsible for improve the existing Window production capacity and reduce the product cost rate per window
Identified the existing process & created the require documents Process Map, SIPOC, CTQ, RASIC & Communication
Plan
Validate equipment, gauges and operators with MSA tool & submitted the reports to process owner
Data collected on Tack Time, Man/Material Handling Time and run the 5's on the production and Inventory areas
Improved the product process capability and reduced the production cycle time by rearranging the machine layouts
Collected all the new data readings to validate the final output after implemented the new process & layout design
Generated all the required project documentation, Project status reports and lesson learn documents
Applied the Value Engineering methodology to reduce the weight and remove unwanted feature form the existing product
Managed, coordinated and established the complete 2D-3D product data library in the Autodesk PLM system
Digital transformation of hand sketch and 2D data into 3D Model and complex assembly's data
Executed the end to end engineering process work by using Autodesk Inventor (ipart/iassembly) and AutoCAD
Handling ECN & PDM by PLM software (Autodesk Vault) & Share Point
BOM Generation through BAAN software
Review Sales, Submittal and Production Release Drawings
Review Installation Operation and Maintenance Manual (IOM) and Submittal Documents before final dispatch to end client
Onward Technologies Ltd. as Application Engineer
Aug 2006 to Nov 2009
Responsibility:
*Work on product concept design, modifications, Create the DAP (Design Approval presentation) as per functional
sequences
*Generate the production drawings with Welding & GD&T symbols
UG: B.Tech/B.E. (Mechanical) from Mumbai University in 2006
Other Qualifications/Certifications/Programs:
PRINCE2® Practitioner Certification in Project Management
Certified Scrum Master
PMP Certified Training with 35PDU in Project Management
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 4/4
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
AUTODESK INVENTOR 0 0 Year(s) 0 Month(s)
UiPath RPA 0 2 Year(s) 0 Month(s)
UG NX 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
Microsoft Excel, Powerpoint, Word 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
MS Visio 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 285: Resume 1432 with similarity score 0.05316331526793156
B.E , MS , B.TECH , BS lean six sigma black belt , senior project manager , application engineer , certified scrum master , business development , change management , project coordinator , full time , part time , delivery manager , autocad , process owner , facilitator training , business case , window , citrix , security , layout design , prince2 , budget management , product concept , timesheet , kpi , customer satisfaction , project planning , status , digital transformation , project governance , msa , opportunity assessment , mumbai , ctq , sheets , testing , autodesk vault , obc , connectivity , visio , infrastructure , iso , coordinated , negotiation , workflow , value stream mapping , brd , information gathering , performance metrics , robot , access , designation , deliverables , mar , assembly , csm , hindi , gauges , gap analysis , pdm , new business opportunities , lean six sigma , process capability , ltd , project tracking , english , troubleshooting , modifications , autocad , microsoft excel , bpo , business process automation , business operations , pipelines , closure , change management , wbs , resource management , itil , test strategy , project charter , word , test data , javascript , material handling , availability , waterfall project management , working experience , engineering process , ecn , optimization , rework , bau , scrum , 3d , black belt , vendors , affirmative action , principles , project plans , readiness , basic , process flow , utilization , maintenance , escalation , architecture , customer service , email , aws , project delivery , practice management , invoicing , value engineering , output , welding , languages , engineers , pmp , plm , base , program management , coaching , agile methodologies , teaching , allocations , stakeholder engagement , handover , sketch , ms project , client visits , team performance , coe , technical reviews , health , analytics , production drawings , azure , authorization , risk , team building , approvals , milestones , teams , bpa , graphs , deliveries , productivity , tracker , acute , financial tracking , application , matrix , agile project management , sipoc , focus , transition management , less , operators , docs , drive , problem solving , finance , offshore , framework , events , project documentation , adoption , autodesk inventor , team motivation , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 1/4
Current Designation: RPA Delivery Manager
Current Company: Vodafone- Quess Corp Consultant
Current Location: Pune
Pref. Location: Hyderabad,Bengaluru / Bangalore,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Asst. Mgr/Mgr (Technical)
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Vodafone- Quess Corp Consultant as RPA Delivery Manager
Oct 2020 to Till Date
Responsibility:
Handling End To End RPA Project Lifecycle and RPA Infrastructure Governance for Hybrid & Full Stake Model projects
Responsible to implement RPA projects lifecycle by identifying and validating the process data, creating automation
pipelines,
Analysis, Design, Build, Testing/UAT, Deployment/Hypercare, BAU, monitoring and maintain the ongoing automation
projects.
Governance and Coordination with multiple team leads for establishing the Connectivity, Access, VMs Allocation, InfoSec,
DPP,
and Group Security for Target Application, Citrix, and User Credential for Dev/Test/Prod Environment
Conduct and facilitate timely require meetings and maintain the multiple tracker sheets and reports like Pre Readiness
Activities, IT Delivery Checklist, Project Plan Considerations, IT Deliverable Tracker and Infra Reediness Tracker etc.
Governance and managing the sign-off/approvals of multiple project documents require in each Project Gate/Project
Phase
like Opportunity Assessment Report, Business Case, Project Plan, Kick-Off Deck, PDD , SDD, SIT, UAT, Code Package,
Code
Review, Release Note, Test Data Availability for build/test/Hypercare/Prod/BAU environment, Test Strategy/Plan, Test
Cases/Data, Testing Results Docs, Test Reports & Closure, Business Access for UAT run, Bot Controller training, , Go-
Live
Criteria, Hypercare Support Model, BAU Support Model, Lesson Learn and Project Closure documentation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SHEKHAR M. KELZARKAR
Project Management, Project Governance, IT Project Management, RPA Delivery
Manager, Program Management, Prince2, PMP, Scrum Master, Agile, Business
Analytics , Process Analytics, Uipath, RPA Infrastructure, RPA Project Lifecycles,
AWS, AZURE, AWS
Key Skills: pmo,process automation,prince2,pmp,six sigma,lean,Transition Management,Presales,rpa,Strategic
Planning,Practice Management,Process Automation,IT Project Management,Program Management,Portfolio
Management,Coe,robotic process autpomat
Summary
Performance driven leader with around 14 years of experience with Effective communicator with strong Coordinator and
Facilitator between Client, Stakeholders and Team by imparting a culture of Project Management , PMO Governance, Project
Administration & deliver Business Excellence by leveraging the Agile/Waterfall Project Management methodologies with an
acute focus on outcomes in the field of Engineering, IT and service sectors.
I am Certified PRINCE2® Practitioner, Certified ScrumMaster® (CSM®) , Lean Six Sigma Black Belt and PMP Certification
Training
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 2/4
Accountable to ensure the quality deliverables of a product/service/solution to drive customer satisfaction.
Responsible for teaching and coaching the Vodafone RPA Standards and and frameworks to Vodafone Local Market team
Established & maintained the relationship with all project stakeholders and third parties/vendors for business excellence
Effective Communicator between various stakeholders such as IT, Infrastructure, Client, Vendor and business operations
team
to make the tools availability (Man-Machine-Software) according to project requirements to achieve the goal on time
Responsible to share the principles of SCRUM Framework/ Agile methodologies to the scrum team & project
stakeholders.
Handling the Stakeholder engagement, Project planning, Estimation, Quotation against RFQ, SLA, budget management,
team
selection, team building, Resources Allocation, risk management, financial tracking , issue resolution , Process
Improvement,
on-time delivery, Scope, Time, Cost, WBS, Change Request, Product Backlogs, Stakeholders engagement, Scrum
Meetings,
Release Planning, project status reports, team motivation Accountable for Offshore/Onsite business P&L
Onward Technologies Inc as Senior Project Manager
Apr 2019 to Jun 2020
Responsibility:
Responsible for managing Process improvement and Automation projects with Lean Six Sigma & RPA (Uipath) tools.
Delivery management ranging from creation of SOW to sign- off on the final delivery
Create a plan and other delivery templates for tracking the health of various process automation programs
Build and lead project as per project management plan ensuring project objectives and project charter are met
Build project schedule, define project landmarks and acceptance criteria for each landmark
Responsible for overall health of the project including schedule, cost and quality
Actively highlight risks to management by handling project constraints and dependencies, & highlighting the potential
impact
Ensure the RPA Delivery - Pre Readiness Activities like BC Sign-off, PPM ID, BRD, Assessment Reports, Assessment
Matrix, and
Connectivity establishes of target application with Dev, Hypercare, Prod environment, Process & Assessment Documents
Maintain the End to End IT Deliverable and Infra Reediness Tracker (Robot, Development, Test System, Production,
Business)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Implement the SDLC, ITIL lifecycle and Agile Project Management methodology with Scrum Framework
Analyze data related to workflow, existing processes, evaluate the efficiency of current-state business processes and
improve
the process by making the future state workflow design across the multiple function project areas.
Ensure project is delivered as per base lined quality standards. Ensuring reusability and adoption of the best practices
Technical Reviews and troubleshooting: You will install and setup platform in different environments; lead and participate in
architecture, design and code reviews for major modules and deliveries, along with contributing in troubleshooting effort
Analyze existing workflows, perform benchmark, gap analysis & assist team to transform workflows for automation
Ability to present complex processes in easy to understand terms to various cross functional stakeholders to receive
approval
Create detailed project plans and high-level milestones across cross functional teams to ensure projects are on track
Maintain the require project/process documentation, SOPs, Presentation, Status reports and team Performance Metrics
Significant skills in process improvement, business process automation (BPA), problem solving techniques and team
building
Develop new or existing process chart/workflow by Value stream mapping to condense any flaws or deviation
Facilitate all the scrum meetings & interactions with project stakeholders to streamline the project
Coaching the Agile Practices and provide training on scrum values to the development team members
Skilled to provide trainings to team members/engineers/managers on basic Six Sigma concepts to understand the process
Responsible for AR (Account Receivable), Resources Optimization and Accounts P&L
Measure the Performance KPIs (project health) and take the corrective appropriate actions to meet goals
Onward Technologies Inc as Project Manager
Apr 2015 to Mar 2019
Responsibility:
Managing and hands on working experience as a RPA Developer in diversify domain projects like invoicing Process ,
Sales
Information gathering, Business Process standardisation, HR Process and IT ticket generation and closing process.
Responsible to make the Agreement and Proposal with respect to received RFQ
Set the project kick-off meeting with key stakeholders of the project to discuss the PO/SOW
Generate Project Brief to clarify the required Output & Outcome by the client
Assure the tools availability (Man, Machine, and Software) accordingly to Project requirements to achieve the project goal
Develop the Project Process Flow Diagram to define the details stages of the project by VMS tool to streamline the project
Set the require timely Scrum meetings with Team, Stakeholder & Client for current project status, review & improvements
Resource Management (Qualify, Optimize, Transition Process and maintain Resource Performance Matrix/Skill sheet)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Build the multiple Quality Checklist accordingly to project requirement to minimize the error and rework
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 3/4
Generated the Integrated data base to extract quick project information with graphs and charts for multiple timely Business
meetings like current project status, YoY growth, Capacity Hours, Efficiency, Resources Utilization, Team Productivity,
team KPI
burndown chart and existing/new business development opportunity
Timely client visits and interaction to identify the new business opportunities or in existing business
Documented Lesson Learn, Client feedback, Closure reports & ISO project documentation for audit purpose
Onward Technologies Ltd. as Delivery Project Manager
Feb 2013 to Mar 2015
? Responsible for End to End Project and Program Management events, Stakeholder/Client Engagement and Strategic
business development values
? Prepare the proposal against the RFQ , rate negotiation meeting, follow-up meeting and kick-off meeting for each project
? Create project initiating documents includes SOW, Project Plan, project Scope, delivery plan, SOPs, checklist Risk
Management plan, project tracking sheet, communication plans, Performance matrix, escalation matrix, project Status &
business reports
? Handle recruitment, team selection, team building, resource planning, trainings, resources allocations and timesheet
? Assuring the tools availability (Man-Machine-Software) as per project requirements to avoid any impediments
? Leading all project meetings; Project review, Project status, project delivery, change management and other to identify
the blockers for projects development/implementation & inform to stakeholders about each project health report
? Prepare, standardized and Maintain ongoing technical and business project documentation to drive execution excellence
? Coordinate with finance for monthly billing invoices, Account Receivables and update P&L business reports accordingly
? Handling the project closure process includes data handover/backup, resources transfer to another project, create
lesson learn document, Client feedback , closure reports and maintain the project data as per ISO 9001:2015 (QMS)
auditProject
Onward Technologies Inc as Project Coordinator (US)
Dec 2009 to Jan 2013
Responsibility:
Around 3 years of International Project Execution, Project Management & Process Improvement experience at client
locations
Responsible for improve the existing Window production capacity and reduce the product cost rate per window
Identified the existing process & created the require documents Process Map, SIPOC, CTQ, RASIC & Communication
Plan
Validate equipment, gauges and operators with MSA tool & submitted the reports to process owner
Data collected on Tack Time, Man/Material Handling Time and run the 5's on the production and Inventory areas
Improved the product process capability and reduced the production cycle time by rearranging the machine layouts
Collected all the new data readings to validate the final output after implemented the new process & layout design
Generated all the required project documentation, Project status reports and lesson learn documents
Applied the Value Engineering methodology to reduce the weight and remove unwanted feature form the existing product
Managed, coordinated and established the complete 2D-3D product data library in the Autodesk PLM system
Digital transformation of hand sketch and 2D data into 3D Model and complex assembly's data
Executed the end to end engineering process work by using Autodesk Inventor (ipart/iassembly) and AutoCAD
Handling ECN & PDM by PLM software (Autodesk Vault) & Share Point
BOM Generation through BAAN software
Review Sales, Submittal and Production Release Drawings
Review Installation Operation and Maintenance Manual (IOM) and Submittal Documents before final dispatch to end client
Onward Technologies Ltd. as Application Engineer
Aug 2006 to Nov 2009
Responsibility:
*Work on product concept design, modifications, Create the DAP (Design Approval presentation) as per functional
sequences
*Generate the production drawings with Welding & GD&T symbols
UG: B.Tech/B.E. (Mechanical) from Mumbai University in 2006
Other Qualifications/Certifications/Programs:
PRINCE2® Practitioner Certification in Project Management
Certified Scrum Master
PMP Certified Training with 35PDU in Project Management
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 4/4
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
AUTODESK INVENTOR 0 0 Year(s) 0 Month(s)
UiPath RPA 0 2 Year(s) 0 Month(s)
UG NX 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
Microsoft Excel, Powerpoint, Word 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
MS Visio 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 286: Resume 66 with similarity score 0.05304920577428215
BTECH , MS , B.TECH , BS work from home , service person api , training , exhibition , ran , customer , algorithms , internships , robot , segmentation , pots , physics , classification , deep learning , pca , mar , children , cancer , cloud , keras , air , basic , ted , hollywood , english , articles , graphs , enterprise , project based , models , sql , google , store , consideration , c programming , focus , dps , records , loops , fit , steps , forms , prediction , resume , plants , materials , aiml , biology , java , writing , sketching , online , machine learning , design thinking , computer science , languages , earthquake , data analysis , cosmos , completion , assessment , events , management system , python , money , rights , artificial intelligence , availability , technology , intelligence systems , humidity , octave , french Assessment
Q1. Why should you be hired for this role?
I should be hired for this role as I am currently pursuing my Btech in Computer Science and m specialisation itself is in Machine Leaning and
Artificial Intelligence. I have a through knowledge about languages such as Python, C and C. I have furnished my Machine learning skills by
various online trainings sessions and have experiences of projects such as Sentimental Analysis using ML and how Google uses machine learning
in its applications. By choosing me your company will definitely have an efficient candidate for the job and this online mode of internship will
prove to be highly time saving and effective money saving deal. I would be gladly availability for the mentioned duration and I work with utter
sincerity and responsibility. I assure you I will give my best on it. I am a keen and a creative learner. I like to solve real life based problems and
have a creative solution to it. I am extremely interested in this internship as it will give me a fair chance to upgrade my skills and learn something
new . I am just a aspiring ordinary candidate with extraordinary dreams. Thank You Regards Ananya Goel
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for a period of 3 months . But I shall need a break of about days for my exams to be held from 1 st to 10 th March.
Resume
EDUCAT ION
INTERNSHIPS
Ananya Goel
Yamuna Nagar, Dehradun
Applied 08 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
MSExcel MSPowerPoint Biology
C Programming C Programming Data Structures
Event Management Fashion Designing Artifical Intelligence
French Proficiency (spoken) Java Machine Learning
Bachelor of Technology B.Tech), Computer Science( AIMl)
UPES
2019 - 2023
Senior Secondary XII, Science
DPS RK PURAM
CBSE board)
Year of completion: 2019
Secondary X
Unison World School
ICSE board)
Year of completion: 2017
CGPA 10.00/10
Content Writing
Filmaesthete, Virtual
Feb 2021 - Present
I write content for a blog on daily basis. I write news.
Link:https://www.filmaesthete.com/2021/02/04/ted-cruz-is-getting-ripped-by-hollywood-for-citing-avengers-endgame-and-
watchmen-in-an-argument-against-the-left/
Biology
Waryam Singh Hospital, Yamuna Nagar
Aug 2020 - Oct 2020
In this internship at the hospital , I learned to detect the diseases based on symptoms. This in future will help me to generate
an A based robot to detect diseases and perform surgeries.
Artificial Intelligence AI
Miranda University, Delhi
Dec 2019 - Dec 2019
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
We were assigned AI projects on how to measure the humidity and automate the chemical lab exercises.
we used online learning tools to carry out reactions and make chemical organic compounds that were eco friendly and learnt
about various materials.
I have been an active social service person. Won awards like IAYP and taught children in need.
I have headed the editorial club and was a part of the Youth Parliament in DPS RK PURAM. I was a confident debator
throughout.and have many international and well as national experience in the same. I have handled the post of a headgirl as
well.
Cancer Detection
Courseera, Online
Jul 2020 - Aug 2020
This project was based on designing robots that detected Cancer , that is it took in consideration the symptoms and ran
certain classification algorithms to detect if a person had cancer or not. Sklearn libraries were used to do the same .
Machine Learning
Stanford University, Online
May 2020 - Present
This is a detailed course on different aspects of machine learning
How Google Uses Machine Learning
Courseera(Google Cloud), Online
May 2020 - May 2020
This was a project that included techniques of how google included machine learning in various applications. It had a hands
on project on predictions of earthquake using pre defined data and also how we could use sql to make graphs easily. It also
in cluded knowledge about various API S
certificate link:https://coursera.org/share/d1a586601f57fe0551cf6b653b298c58
Python , MICHIGAN UNIVERSITY
Courseera, Online
May 2020 - May 2020
Link: https://coursera.org/share/1a4926e5715a28d91cc2ac4b140dd871
Install Python and write your first program
Describe the basics of the Python programming language
Use variables to store, retrieve and calculate information
Utilize core programming tools such as functions and loops
Sentimental Analysis
Courseera( RHYME, Online
Apr 2020 - Apr 2020
This was a training course based on prediction on sentiments in a text by using Artificial Intelligence. It also included a hands
on project to apply the same .
certificate link:https://coursera.org/share/0df06e03941513e6b94ad20ddfab4ec1
PRODUCT DESIGNING
Wadera Art Training Center, Chandigarh
Apr 2018 - May 2019
During the training I made my own portfolio and designed products and apparels . Learnt various forms of sketching by hand
as well by using certain softwares.
World Scholars Cup
International, Dehradun
Feb 2015 - Feb 2017
This was an international debating event that involved debates , essay writing , and MUNS
Enterprise Design Thinking - Team Essentials for AI
Jul 2020 - Jul 2020
https://www.youracclaim.com/badges/0382c976-b44a-407f-a6c0-dc92cf469dc0/email
https://www.youracclaim.com/badges/0382c976-b44a-407f-a6c0-dc92cf469dc0/email
This badge earner has demonstrated proficiency in using Enterprise Design Thinking concepts and activities to design
responsible artificial intelligence systems with intention and a focus on people.
Enterprise Design Thinking - Team Essentials for AI
Jul 2020 - Jul 2020
https://www.youracclaim.com/go/ACMfpAS9O41Mu1ubjA7WPg
This badge earner has demonstrated proficiency in using Enterprise Design Thinking concepts and activities to design
responsible artificial intelligence systems with intention and a focus on people.
Employee management system
Jun 2020 - Jun 2020
https://coursera.org/share/24ec9560ff87e5cf0ba40f97c90a9105
This project was about creating an efficient employee based system that has the records of the employees in an efficient
and time saving manner. It included AI .
certificate link: https://coursera.org/share/24ec9560ff87e5cf0ba40f97c90a9105
Custom Prediction Routine on Google AI Platform
Jun 2020 - Jun 2020
https://coursera.org/share/717cfe614d77983eafae02c5251ac338
Deploy a model with custom prediction routine on Google AI Platform.
Use a model deployed on Google AI Platform for inference.
Unsupervised Machine Learning for Customer Market Segmentation
Jun 2020 - Jun 2020
https://coursera.org/share/c6d01e9404482cce264ec47f8772b5ba
Understand how to leverage the power of machine learning to transform marketing departments perform customer
segmentation
Compile and fit models such as PCA and KMeans to train
Understand the theory and intuition behind PCA and k-means.
Image Data Augmentation with Keras
Jun 2020 - Jun 2020
https://coursera.org/share/5fd64f08e4bcc83a32a01402737306d7
Image Data Augmentation with Keras
Using Image Data Generator with a Keras Model
SKILLS YOU WILL GAIN
Deep Learning
Convolutional Neural Network
Machine Learning
image augmentation
keras
COVID19 Data Analysis Using Python
Jun 2020 - Jun 2020
https://coursera.org/share/05db3bfd340c7a71179ba438cad65869
Learn the steps, needed to be taken to prepare your data sources for an analysis
Learn how to look at your data to find a good measure to stablish your analysis based upon
Learn to visualize the result of your analysis
Enterprise Design Thinking Practitioner
Mar 2020 - Mar 2020
https://www.youracclaim.com/go/BeX72pEvCKTfyY5IDGOc0Q
The earner has acquired knowledge of applying Enterprise Design Thinking and its value. As a Practitioner, the badge earner
finds opportunities to try it out in their every day work.
Event Management
Feb 2020 - Feb 2020
This event was a local event of setting up stalls and selling diversities of items to the customers. It also involved hosting a go
green exhibition where plants and eco friendly pots were sold.
Air Force MUN
https://www.youracclaim.com/go/ACMfpAS9O41Mu1ubjA7WPg
https://coursera.org/share/24ec9560ff87e5cf0ba40f97c90a9105
https://coursera.org/share/717cfe614d77983eafae02c5251ac338
https://coursera.org/share/c6d01e9404482cce264ec47f8772b5ba
https://coursera.org/share/5fd64f08e4bcc83a32a01402737306d7
https://coursera.org/share/05db3bfd340c7a71179ba438cad65869
https://www.youracclaim.com/go/BeX72pEvCKTfyY5IDGOc0Q
CONTACT Phone: 91 9817893613
Dec 2019 - Dec 2019
I was in the women Empowerment committee , we have had discussions regarding the rights that should be given to women
and drafted some solutions to basic problems women face
ACM Event Management
Feb 2019 - Feb 2019
This was a technical fest that involved organizing of events
COSMOS Magazine in DPS RKP
Aug 2018 - Oct 2018
I created the content of COSMOS magazine. It is the annual magazine from the Physics department of DPS RKP. It contained
various recent researches done in the field of Physics along with the details of all the science events that had happened.
Editorial Head In Unison World School
Mar 2016 - Jan 2017
I was the editorial head in Unison World School. I edited all the articles that were given by various students to be put in the
magazine. I also wrote annual day speeches . All the content on the the school website was written by me
Prediction on Housing prices
Jun 2020 - Present
This was a project based on Machine Learning in which by using Octave language we could predict the housing prices
automatically.
Rank 287: Resume 196 with similarity score 0.05288839724613872
MS , B.TECH , BS work from home , secretary , lead developer , university professor training , algorithms , internships , image processing , forest , classification , deep learning , mar , nlp , information technology , data analytics , linux , keras , natural language processing , basic , travel , advanced , normalization , postgresql , models , badminton , application , coursera , max , c programming , live , resume , neural networks , java , led , features , machine learning , problem solving , computer science , opencv , intermediate , project work , flask , amazon , completion , assessment , data science , python , one , crisis , web , mlp , online Assessment
Q1. Why should you be hired for this role?
I give my 100% in anything that I am involved in, be it a coursework, project work, freelance project even a simple task. I think I'll be efficient for
this job because I completed related courses and done projects to put my knowledge to practical use. When I am focused on a task, nothing can
distract me. Besides this, I am honest and straightforward. Whenever I have an issue with my task, I don't hesitate to seek help from someone
who knows about it. All these traits make me a good candidate for this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
GEETHA REDDY BATTU
Nadia, Visakhapatnam
Applied 09 Feb'21
Natural Language Processing
NLP
Python C Programming
C Programming Data Structures Image Processing
MSExcel Machine Learning OpenCV
PostgreSQL Algorithms Amazon Web Server AWS
Data Analytics Data Science Deep Learning
Flask Java Linux
Neural Networks
Bachelor of Technology B.Tech), Computer Science & Engineering
Indian Institute Of Information Technology Kalyani
2018 - 2022
CGPA 8.50/10
Senior Secondary XII, Science
Kashyap Inter College
ANDHRA PRADESH BOARD board)
Year of completion: 2018
CGPA 9.40/10
Secondary X
Kkr Goutam
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Machine Learning
Collab Lab, Virtual
Jan 2021 - Present
Data Science Internship
The Travel Back, Virtual
Oct 2020 - Dec 2020
Worked feature engineering on restaurants data, applied advanced recommendation models like ALS ,Lightfm ,Surprise and
content based models to get personalized recommendations for users and managed people working with me to give
efficient results.
Machine Learning Internship
Naaniz, Virtual
May 2020 - Jun 2020
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
I led a group of 10 ML interns in producing a workable model of 2D try on jewellery model using opencv and dlib.
I worked on another live projects as lead developer in which we build recommendation systems using ml models, ocr , web
scraping, etc.
Secretary for Badminton club in IIITKALYANI
Natural Language Processing
DataCamp, Online
Jul 2020 - Jul 2020
Image Processing With Keras
DataCamp, Online
Apr 2020 - Apr 2020
XGbBoost
DataCamp, Online
Apr 2020 - Apr 2020
Deep Learning With Keras
DataCamp, Online
Apr 2020 - Apr 2020
Image Processing
DataCamp, Online
Mar 2020 - Mar 2020
This course includes all basics of image processing along with practical implementation.
Neural Networks And Deep Learning
Coursera, Online
Feb 2020 - Mar 2020
Machine Learning With Python
Coursera, Online
Jan 2020 - Mar 2020
This course includes all machine learning models coded using sckit-learn in python.
Python
Sololearn, Online
Dec 2019 - Dec 2019
Completed python online course in one day and acquired the certificate.
Machine Learning
Coursera, Online
Dec 2019 - Feb 2020
Training includes all basic algorithms of machine learning ,and problem solving by Stanford University professor .
Disaster tweets classification using NLP
Jul 2020 - Jul 2020
https://github.com/geetha2601/NLP-with-Disaster-Tweets
Classifies a given tweet as a real disaster event or not. Disaster Tweets Neuro-Linguistic Programming: Exploratory Data
Analysis, Application of BERT Using Transformers Library With Pytorch and achieved an accuracy of about 85%.
Facial Keypoints Detection using pytorch
May 2020 - May 2020
https://github.com/geetha2601/Facial-Keypoints-Detection
In this project, I've build a facial keypoint detection system that takes in any image with faces, recognizes and detects faces
The dl models predicted the location of 68 distinguishing keypoints on each face and achieved an accuracy of about 89%.
CIFAR10 Dataset Image Classification
Apr 2020 - Apr 2020
https://github.com/geetha2601/CIFAR10
Images classification of cifar-10 dataset using different CNN's, resnet and vgg16 models with data augementation , batch
normalization, dropout and max pooling features included and achieved an accuracy of about 95%.
https://github.com/geetha2601/NLP-with-Disaster-Tweets
https://github.com/geetha2601/Facial-Keypoints-Detection
https://github.com/geetha2601/CIFAR10
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7584978007
Speaker Fluency classification project
Apr 2020 - Apr 2020
https://github.com/geetha2601/Speaker-fluency
The ml and dl models classify given audio into high, intermediate or low fluency.
I used SVM, Random forest, CNN, RNN, MLP models and got 94% accuracy for SVM model.
Participated in Hack the Crisis in India online hackathon and was on top 200 selected for the pre-final round.
https://github.com/geetha2601/Speaker-fluency
Rank 288: Resume 948 with similarity score 0.052778065424723596
B.E , MS , B.TECH cyber security , business development , devops , presales consultant , product development , full time , marketing consultant customer , algorithms , watson , microsoft azure , demand , workshops , rfi , development management , angular , sales & marketing , project planning , status , digital transformation , product management , mumbai , blockchain , infrastructure , salesforce , utilities , coordinated , crm , product demonstration , hris , pipeline , renewable energy , presentations , ansible , socket.io , devops , operational streamlining , kubernetes , wind power , designation , pre-sales , hindi , cloud , workday , english , agile , digital supply chain , microservices , splunk , ibm , rest , research , sonarqube , javascript , positioning , artificial intelligence , insurance , bfsi , cyber security , farms , scrum , healthcare , developers , affirmative action , information technology , oracle , maintenance , social media , email , operations , denmark , languages , kali linux , engineers , web , apps , servicenow , database , jenkins , rfp , nosql , ug , requirement specifications , analytics , authentication , authorization , excel , models , application , llp , neural networks , led , preparation , proposal management , tableau , events , enablement , python , cd , user generated content 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f145110430a09015… 1/3
Current Designation: Presales Consultant
Current Company: L&T Infotech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
L&T Infotech as Presales Consultant
Jan 2020 to Till Date
Worked extensively in end to end RFI and RFP response creation for clients across globe (US, EU, etc.).
? Designed DevSecOps Solution for US client, with overall project planning, efforts estimation, pricing etc., a deal
worth of $150 million (USD).
? Planning of sales strategies, the positioning in contrast to the competitors and the demonstration of the business
? Preparation of presentations about the products or services with all their values for the usage of the sales
department.
? Coordinated and organized demand generating activities such as tradeshows, company events or customer
workshops.
? Engagement with the customers and interpretation of their needs and derivation of advice for prospective
products that are aligned with the customers' demands
? Used AI/ML algorithms such as Convolutional Neural Networks, User Generated Content Analytics to develop
models to find out what are the inherent loopholes in the client?s web application inventory and cloud apps.
Legato Healthcare Technologies LLP as Team Lead- Product Development
Jun 2018 to Dec 2018
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Chandra Deo Kumar
Technical Sales & Marketing Consultant seeking roles in Product Management,
Presales, Project Management, Requirement Analysis, Artificial Intelligence, Technical
Sales
Key Skills: Consultant,Project Management,Requirement Analysis,Artificial Intelligence,DevOps,Salesforce,Business
Development Management,Product Management,Product Marketing,Presales,Business Development,Bid
Management,Proposal Management,RFP
Summary
MBA with 6.8 years of experience in Pre-sales & Marketing, UI/UX, Product Development, Artificial Intelligence, Customer
engagement, Project management, Requirement Gathering and SAFe Agile with global organizations from Healthcare, BFSI
and Renewable Energy & Utilities domain.
Worked in areas of Full Stack Development, Microservices, REST APIs, DevOps, DevSecOps, and Cyber security with hands
on experience of Salesforce, Ansible, Dockers and Kubernetes.
Solely led a Digital Transformation product (HRIS similar to Workday) for HR tasks at Cognizant that reduced 7 FTEs in the HR
department and saved INR 36 lakhs annually.
Experience of Blockchain implementation in Digital Supply Chain using Node JS & socket.io, in-depth knowledge of IBM Watson
APIs, of MS-Excel and MS-Project.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f145110430a09015… 2/3
Product Development
Led the Digital Transformation and Enablement team to develop Anthem Reimagine broker portal, a platform helping
brokers across USA in selling Anthem Healthcare Insurance plans and saved USD 2mn for Anthem.
o Performed end to end implementation, including analyzing requirement specifications, project planning and estimation,
designing and product demonstration.
o Led an agile scrum team of 8 full stack developers for development of the web application with React JS, REST APIs.
Mentored the Salesforce team in the development of CRM accounts.
Used AI/ML algorithms to develop models to get insights about customer sentiments using Social Media Analytics.
Siemens Wind Power as Tech Consultant -Product Development
Jul 2016 to Mar 2018
Tech Consultant
Lead Tech Consultant for Siemens Wind Farm Infrastructure Business Unit
Led an agile scrum team of 12 senior system engineers working out of Denmark and India
Devised solutions for centralized applications' implementation, business set-up, operational streamlining and maintenance
of 30+ wind farms across Europe and India
Led the migration of the existing on-premise Oracle SQL Database to NoSQL DB on Azure cloud
Product Development
Revamped legacy wind farm infrastructure application to automate manual operations for coordinated setup &
maintenance and saved USD 3mn for Siemens.
Implemented the WFI app using Node JS -UI frameworks (Angular, React JS), NoSQL DB (mongo DB) and SQL.
Created security solutions for the application using Kali Linux and other authentication tools.
Integrated the whole software stack in DevOps through CI/CD pipeline using GIT, Jenkins, SonarQube, and Dockers &
Kubernetes.
UG: B.Tech/B.E. (Computers) from JSS Academy of Technical Education, Bangalore in 2012
PG: MBA/PGDM (Information Technology) from SP Jain Institute of Management Research (SPJIMR), Mumbai in 2020
Education
IT Skills
Skill Name Version Last Used Experience
REST APIs
devops
Splunk, Git, ServiceNow
Salesforce, Jenkins
Ansible
Dockers
HEALTHCARE
R, Python, Orange
TABLEAU
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f145110430a09015… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 289: Resume 63 with similarity score 0.05251297628813651
B.S , M.Sc , M.S , BS , MS work from home algorithms , deep learning , addition , tpu , architecture , project , pandas , introduction to , resume , performance benchmarking , edge , government , components , flow , machine learning , computer science , django , completion , assessment , data science , python , cloud computing , google cloud Assessment
Q1. Why should you be hired for this role?
I think i would be a good addition to your team as i have a good understanding of the working of data science, machine learning algorithms and i
have worked with the libraries like tensor-flow , seaborn , matplot lib,pandas and numpy.My course also gives me an edge as it has all the
components which one needs to understand the inner working of machine learning algorithms. I have also done courses like Introduction to cloud
computing and Google Cloud Computing via NPTEL
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months starting immediately
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9711139221
Anand Singh
Gurgaon, Varanasi
Applied 08 Feb'21
Python Machine Learning Deep Learning
Django
Master of Science M.Sc) Hons.), Computational Science
Banaras Hindu University
2019 - 2021
Bachelor of Science B.Sc), Computer science
Dronacharya Government College
2015 - 2018
Percentage: 55.50%
Senior Secondary XII, Science
Gyan Deep Se. Sec. School
CBSE board)
Year of completion: 2014
Percentage: 78.60%
Secondary X
Gyan Deep Se. Sec. School
CBSE board)
Year of completion: 2012
Percentage: 83.50%
Performance Benchmarking of various Deep learning Architecture on CPU, GPU and TPU
Sep 2020 - Present
In this project i am working with different deep learning architecture such as LeNet 5, ResNet etc on CPU,GPU and TPU.
Currently i am using Google Colab to run the model on GPU or TPU. The project is just in the starting stage.
Rank 290: Resume 170 with similarity score 0.05238679955421563
MS , B.TECH , BS work from home training , customer , algorithms , image processing , forest , golang , mar , information technology , linear regression , models , sql , project , pandas , c programming , introduction to , numpy , prediction , resume , decision trees , java , logistic regression , machine learning , opencv , flask , completion , assessment , data science , python , metrics , html , online Assessment
Q1. Why should you be hired for this role?
First of all I think my skills fulfill your requirements.
I have great knowledge in c,c++,java, python and descent knowledge In machine learning.
I have done my ML project on CUSTOMER CHURN PREDICTION.
During this project I faces manhy challanges and i overcome that.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available
Resume
EDUCAT ION
TRAININGS
PROJECTS
Desh Deepak
Kanpur
Applied 07 Feb'21
Python C Programming SQL
Data Science Data Structures Flask
Golang HTML Image Processing
Java Machine Learning
B.Tech Hons.), Information Technology
Kanpur University
2017 - 2021
CGPA 6.00/10
Senior Secondary XII, Science
Saraswati Vidya Mandir , Aliganj, Lucknow
CBSE board)
Year of completion: 2017
Percentage: 68.00%
Secondary X
Saraswati Vidya Mandir , Deoria
CBSE board)
Year of completion: 2015
CGPA 8.40/10
Machine Learning
Internshala Trainings, Online
Mar 2020 - May 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules. In the final assessment, I scored
81% marks.
Snake game
Nov 2020 - Dec 2020
In this project I have developed a snake game using python and opencv.
Image to cartoon convertor
Sep 2020 - Sep 2020
This is a image processing project in which i convert an image into cartoon using openCv.
Bank customer churn prediction Machine learning)
Sep 2020 - Present
CONTACT Phone: 91 6394191678
I am working on a problem where I have to train a model in such a way that model could predict the customer churn in a Bank.
In this I'm using python language and pandas ,numpy,matplot lib etc libraries and some ML algorithms
Rank 291: Resume 1169 with similarity score 0.052288812432492025
B.S , MS cloud architect , project lead , devops , azure architect , migration specialist , solution architect , full time , senior consultant box , training , technology consulting , general , devops , interfaces , scrum , excel services , microsoft azure , physics , designation , ug , windows azure , microsoft office , platforms , conducting , pre-sales , affirmative action , hindi , gap analysis , software documentation , public , maintenance , ltd , service delivery , authorization , english , iaas , teams , sharepoint , enterprise , status , paas , virtualization , agile , cloud development , email , c# , consultation , application , aws , business intelligence , solution architecture , system architecture , xml , saas , testing , architecting , features , strategy , output , framework , preparation , languages , technical documentation , completion , coordinated , javascript , technical services , web , waterfall project management , business requirements , jscript , systems design , html , beta 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f015543465810…
https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f0155434658100014100d5e585… 1/2
Current Designation: Cloud Specialist
Current Company: Ameriprise Financial
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Email - id
Ameriprise Financial as Cloud Specialist
Feb 2013 to Till Date
Conducted systems design, feasibility and cost studies and recommend cost-effective cloud solutions.
Administered discovery, user testing and beta programs to garner feedback prior to each major release.
Advised software development teams on architecting and designing web interfaces and infrastructures that safely and
efficiently power the cloud environment
Developed solution architecture for projects
Prepared detailed design and solution architecture along with their implementation, and documentation
Provided technical competencies for SharePoint project capabilities and features and conducting in depth analysis of
project risks
Defined suitable methodology to undertake the project with the available inputs for the requisite output
Capgemini India Pvt. Ltd as Senior Consultant
Jan 2011 to Feb 2013
Translated business requirements into technical solutions
Prepared estimations, feasibility study and technical solutions for upcoming projects
Held scrum meetings to monitor progress of the project as per schedule and ensuring timely completion and delivery of
project to the client
Created solution architecture for number of projects
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Vipin Khatri
Cloud Specialist seeking Roles in Cloud Architect, Azure Architect having 15+ yrs
experience with Azure 300 and 301, AWS certified solution architect certification.Cloud
Migration specialist for Iaas and apllication both.
Key Skills: cloud specialist, tech architect, cloud development, software designing, application programming, cloud
support, Azure Architect, Azure, AWS, Devops,Cloud Migration Specialist
Summary
Experience in technology consulting, pre-sales, enterprise and solutions architecture and architectural framework, cloud and
virtualization technologies, SAAS, IAAS, PAAS and service delivery methodologies.
Architected cloud solution for multiple projects.
Experience in multiple public cloud platforms like Microsoft Azure and AWS.
Played role of trusted cloud advisor anf designed cloud strategy.
Extensive experience in consultation, design, development, implementation of windows applications, web based applications
and cloud based solution using windows Azure/AWS and other platforms.
Experience in agile and waterfall project management methodologies.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f015543465810…
https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f0155434658100014100d5e585… 2/2
Created technical documentation and efforts estimation for multiple projects
Authored Technical portion of pre-sales documents
Worked on Business Intelligence - Excel Services, Power View, Power Query, Power Pivot
Analysed and evaluated various approaches, proposed the best solutions as per client's existing system architecture
and enhancement requirements
Leading & supervising a team of personnel for the design and documentation of procedures and standards along with
preparation of system and software documentation
Eigen Technical Services Pvt. Limited as Project Lead
Oct 2006 to Nov 2010
SharePoint functional specialist
Performed gap analysis of out-of-the box capabilities to determine requirements
Identified key issues and coordinated with business owners to address those issues
Provided training and support on SharePoint development to other team members
UG: B.Sc (Physics) from C.C.S. Univerity Meerut in 2000
PG: MCA (Computers) from IMS Ghaziabad, Uttar Pradesh Technical University, Lucknow in 2004
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, .NET, HTML, XML, Jscript
Microsoft Office
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 292: Resume 795 with similarity score 0.05213924355947517
B.S , MS , BS principal software architect , technical architect , devops , zookeeper , quality assurance , student , full time , java programmer , technical lead , vp stock trading , quartz , financial services , customer , string , beam , docker , angular , product specification , player , node.js , software infrastructure , status , rabbitmq , software engineering practices , data architecture , enterprise systems , transactional , xml , rdbms , testing , ehcache , reliability , building , ec2 , chat , work processes , emerging technologies , data transformation , spring security , cdh , scala , workflow , suite , pipeline , frame , server side , complex event processing , automation , blocking , encryption , devops , vaadin , spark , kubernetes , designation , mar , xslt , amazon s3 , underwriting , data loading , hindi , credit rating , cluster , ltd , bst , share trading , json , english , project , ibm , fixing , redis , rest , mvc , wbs , git , strategy , research , documentation , esper , mop , struts , sonarqube , javascript , technology , curing , hadoop , bfsi , powermock , reporting , general , performing , distributed caching , affirmative action , async , mysql , oracle , technical architecture , center of excellence , maintenance , dynamo , typescript , service delivery , sorting , kafka , oozie , axis , business logic , instrumentation , postgresql , proxy , email , jpa , tomcat , aws , bengali , hp , terracotta , junit , design patterns , maven , languages , multithreading , sqoop , big data , hive , hibernate , cassandra , proof of concept , jira , messaging infrastructure , riak , nio , database , ajax , online , api , mockito , software solutions , jenkins , validation , websphere , visit , coe , authentication , offers , oauth , pfs , apache , cleansing , authorization , itc , spring boot , jax-ws , aggregation , b2b , record , application , map , soapui , dps , event driven , running , debugging , cloudera , selenium , bamboo , purchasing , hbase , cvs , python , memcached , etl , metrics , learning , sockets , calibration 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 1/5
Current Designation: Principal Software Architect
Current Company: Core Compete Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Core Compete Pvt. Ltd as Principal Software Architect
Sep 2019 to Till Date
Product Name: Credit Decision Processing System/ Client: HSBC
Business Domain: BFSI
Language: Java 1.8, Scala 2.11, Python 3.7, React JS
Cloud Environment: GCP
Technologies: Spring Security, Spring Boot, Spring JPA, ELK, Postgres, AWS (SMR, EC2, S3, RDS), Spark Core, Spark
Data-Frame, JMC, Junit, Mockito, Kafka, GCP, Docker, Kubernetes, Jenkins, SonarQube, React-JS, JSX, node-JS
Design Pattern: Non-blocking Asynchronous Microservice, Real Time Microservice, ETL based Pipeline
Description:
Decision Processing Service (DPS) is an integrated suite of products that supports credit decisions across the lending
lifecycle which includes but is not limited to marketing and underwriting new accounts, checking regulatory rules to ensure
compliance, servicing existing customer requests, and generating offers to existing customers that increase the profitability
of the portfolio. This solution processes credit requests for PFS (Personal Financial Services) and CMB (Commercial
Banking) products
Roles:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shishir Sarkar
Principal Software Architect seeking roles in Project Management,Software
Application,Software Development,Strategy Development,Solution/ Technical
Architecture,Quality Assurance,Service Delivery,Java1.8, Scala 2.11, Python,
JavaScript
Key Skills: Principal Software Architect,Head/VP/GM-Technology(IT)/CTO, Project Management,Software
Application,Software Development,Strategy Development,Solution/ Technical Architecture,Quality Assurance,Service
Delivery,Java1.8, Scala 2.11, Python, JavaScript
Summary
Strategic Leader offering nearly 13 years of experience in building Enterprise Systems using Java, J2EE, Scala, Big Data, AWS,
React-JS Technologies and applying Best Practices (GOF Design Patterns, j2ee Design Patterns), OOPs, Principal and
Standards as suggested in software engineering practices
Developed software solutions by conferring with users, studying systems flow, data usage and work processes
Proficient in Software Development Life Cycle from requirement analysis to system study, designing, coding, development,
debugging, documentation and implementation
Customer-centric professional with excellence in driving overall solutioning based on customer's business and technical
requirements
Expert in writing Reporting Doc Skill like Job Metrics, Requirement, Design, Change Request, Method of Process, and
Release for Software Development, Testing, Development Estimate (WBS), Design Doc, Mop and Release Report
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 2/5
Developing required high-level product specification & design doc which also encapsulates HLD, LLD and creating
MVP, based on design specification and back-to-back discussion with different stakeholder
Analysing key technology stack based on research, cost, reliability and identifying hardware/ software infrastructure
Designing and developing:
Non-Blocking Async Microservice, Event Driven (WebSocket) Microservice based architecture
UI to check, compare, validate, approve, migrate and monitor the ETL Job
o Vital UI component using ReactJS, JSX, AG Grid and Node JS
ELK stack on various instance of the running Microservice in the AWS and GCP cloud
Big Data architecture to manage the ETL pipeline (validation -> data cleansing -> data curing -> data transformation ->
data standardization -> data loading) to run the credit job using Spark and Scala
In-house common library platform for Elastic Search DAO, AWS S3, SAML Auth and authorization-based operation
Messaging infrastructure using Kafka and Zookeeper
Jenkins pipeline to build Docker image and deploying Docker image in Kubernetes in GCP Cloud and pipeline, which
contribute to enhance the DevOps practices
Performing Re-architecture of the audit pipeline using python and elastic search and implementing encryption approach
to secure the ENV details used by micro-services
Creating Proof of Concept (POC) for Center of Excellence (COE) on emerging technologies and for client proposals
Contributing in fixing the sonar (static code analyser), NexusIQ (dependency flaws) and Checkmarks (security flaws)
issue
Tavant Technologies as Technical Architect
Jan 2017 to Jul 2019
Product Name: GVAP R8/ Client: Experian
URL: http://www.experian.com/consumer-information/analytical-sandbox.html
Business Domain: BFSI
Language: Java 1.8, Scala 2.11, Python 3.7.0
Environment: AWS
Technologies: Hadoop CDH 5.0.6, AWS (EC2, S3), Spark (2.2) Streaming, Spark SQL (Data Frame, Dataset), Spark
Core, Amazon AWS (S3, dynamo-DB), Kafka, Hive, JVMProfiler, SOAP based Services, Spring (IOC, Boot, Transaction
Manager), Junit, Mockito, Concurrent API, NodeJS
Description:
Experian credit score calculation application is built on Cloudera Big Data and Amazon AWS cloud platform which offers
suite of products to Experian's customers (e.g.: Credit Report, Market Prospecting, Account Review, Trend View,
Campaign). This product is based on B2B model
Roles:
Contributed as Technical Architect/ Developer for Experian Financial Credit Rating Services based in US and UK
market
Acted as key player with the team of Architect to design workflow and architecture of credit score calculation using
Java, Scala, Python, Big Data and Cloud technology
Designed and developed system to:
Check validation error, take decision, coded the requirement, tested & deployed it on dev & UAT cluster environment
using Jenkins CICD and Automation Pipeline
Perform curing process which conducted the data calibration, coded the requirement, tested & deployed it on dev and
UAT cluster environment using Jenkins CICD and Automation Pipeline
Designed and developed:
Workflow of data ingestion process for Amazon S3, Hive, Sqoop and Oozie
System that has the ability to check the validation error and was able to takes the decision, coded the requirement,
tested and deployed it on dev and UAT cluster environment using Jenkins CICD automation pipeline
System to perform curing process which conduct the data calibration, coded the requirement, tested and deploy it on
dev and UAT cluster environment using Jenkins CICD automation pipeline
System to perform pinning process on data which eventually enhanced and cleaned data by checking historical record
ITC Infotech Ltd as Technical Lead
Jun 2015 to Jan 2017
Project Name: ZeaS ETL tool/ Client: Santander bank UK
Environment: Scala, JDK1.8, Spring (Boot, Rest, IOC, AOP, Security, Token), Git, JIRA, BAMBOO, MySQL, Cassandra,
Spark, Sqoop, Hive, Oozie, RIAK, JUNIT, Mockito, Powermock
Description:
Basically, this is ETL product which is developed and customized for Santander Bank. The concept of this tool is
performing ingestion process on their credit business data.
Roles:
Designed:
Architecture and developed the workflow of RDBMS based ingestion process
Architecture and developed the workflow of file-based ingestion process
Architecture, developed Oozie based scheduler job for extract and transform information for transactional record
Developed:
Spark based Oozie job student performance JSON data and uploaded it to Amazon S3 bucket
Spark based Oozie job extracts the learning activity accessed data and discussion data from decomposed tables and
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 3/5
added it into HBase
Spark based Oozie job, decompose required data learning activity accessed and discussion messages from UI-client
log and populates it to respective tables
Spark based Oozie, job pulled data from CONODS, ran aggregation on data and results are populated to Hbase
Critical micro-services like instrumentation, roaster, proxy and SSO services
Implemented:
Swagger Maven plug-in, generated JSON API documents during a Maven build
SSO services using Spring and Token authentication Memcached for distributed caching strategy on server side
Designed and implemented swagger maven plug-in that generated JSON API documents during maven build and
executed SSO services using spring and token authentication
UG: B.Sc (Computers) from ggu bilaspur in 2005
PG: MCA (Computers) from BIT Durg in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Java1.8, Scala 2.11, Python
JavaScript, Typescript, RxJava
Stack, Queue, Linked List
Sorting, Searching, BST
Divide and Conquer
Servlet, JSP, Multithreading
Concurrent API , NIO , Java Stream
RMI, Sockets, Concurrent
Hotspot JVM, JRocket
JDK8 Functional Programing
Spark, Map Reduce, Hive, Sqoop
Oozie, Apache Beam, Apache Flink
S3, EC2, Dynamo-DB, Lambda
Spring- JPA, Hibernate 4.0
Elastic Search, Cassandra, Mongo DB
Node.js, React-JS, JSX
Angular-JS 2, Struts (1.2.9, 2.0)
JSF, VAADIN, Sprint MVC
XML, XSLT, JSON, Ajax
Spring Core, AOP, DI
Batch, Security OAUTH, Boot
Rest , Spring Scheduler
Cloud, Spring Web-Socket
JAX-RS, JAX-WS, Spring REST
Apache Axis 2
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 4/5
Nature of Employment:
Project Location: Okhla
Role: Programmer
Duration: Feb 2009 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment:
Project Location: noida
Role: Programmer
Duration: Jan 2008 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Kafka, Rabbit MQ
JMS, Esper Complex Event Processing
C3P0, DBCP
Tomcat JDBC Connection Pool
IBM WebSphere Connection Pool
Db2, Oracle (RDBMS, Coherence)
PostgreSQL, MySQL
Redis, EhCache, OSCache
Junit, Mockito
Powermock, Selenium
SOAPUI, Postman, Grizzly
Jenkins, Bamboo
MAVEN
Tomcat (6.0), IBM WebSphere
JBoss-Web Server
Git, SVN
Spring Scheduler
Terracotta Quartz Scheduler
RabbitMQ Messaging Services
DOM, SAX, ELK
GOF, J2ee Design Pattern, EIA
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Bengali Proficient
Projects
Project Title: Visit centric chat server
Client: jodohost
Skill Used: core java(socket program,Swing,Collection),j2ee(jsp,servlet,hibernate,ant script) cvs, java-script AJAX, String
Template
Role Description: java programmer
Project Details: Working in developing a Chat Server for webhosting company
Project Title: stock trading system
Client: hp
Skill Used: jsp,servlet,struts
Role Description: coding a business logic & handling a database
Project Details: Online share trading (selling & buying)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 5/5
Nature of Employment:
Project Location: noida
Role: Programmer
Duration: Jan 2008 - Till Date
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Title: online share trading
Client: hpes
Skill Used: core-java,J2EE
Role Description: Coding part
Project Details: To online buying & purchasing the share
Rank 293: Resume 126 with similarity score 0.05199936627192525
MS , B.TECH science intern , work from home , classifier , committee member training , algorithms , internships , classification , deep learning , machine translation , data analytics , natural language processing , english , teams , sql , collaborative filtering , project , c programming , computer vision , plus , resume , internet of things , mechatronics , online , machine learning , opencv , arduino , framework , research , returns , raspberry pi , assessment , data science , python , object detection , ml , technology , artificial intelligence , pipeline , french Assessment
Q1. Why should you be hired for this role?
The multiple industrial trainings as well as the Artificial Intelligence/ Data Science Internship has prepared me well for this position. Plus when I
worked on the projects they intrigued me in a way that I decided to research on classification and recognition of Devanagari handwriting.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Bhavnitt Singh
Delhi
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Arduino C Programming Data Analytics
Deep Learning Internet of Things IoT MSExcel
Machine Learning Raspberry Pi SQL
Bachelor of Technology B.Tech), Mechatronics
Manipal University Jaipur
2017 - 2021
CGPA 7.70/10
Artificial Intelligence AI / Data Science Intern
Bristlecone - A Mahindra Group Company, Virtual
May 2020 - Jul 2020
This was a training and Project-based Internship which included concepts like Machine Learning, Deep Learning and
OpenCV.
Created a Social Distancing Alert System, an Automatic Number Plate Recognition Program, Designed a Decal Inspection
System
Organizing Committee member of a cultural and technical fest. Had to arrange judges, the sound , speakers, teams and to
organize and coordinate them
Deep Learning
cetpa, Noida
Jun 2019 - Jul 2019
Learn and apply Deep learning algorithms like ANN,CNN,RNN,RCNN on image data and other data to classify them.
Machine Learning
cetpa, Noida
Jun 2019 - Jul 2019
Learning and applying different Machine Learning Algorithms to analyze data .
Self Driving Car using Open CV and Raspberry PI
Sep 2019 - Oct 2019
To train and make the car learn on how to detect paths and hurdles in its path.
Object Detection using YOLO v2
Jun 2019 - Jul 2019
https://github.com/Bhavnitt99/AIProjects/tree/master/Object Detection Using YOLO
To detect and classify objects using Yolo v2 framework.
Machine Translation using LSTM Long Short Term Memory) Deep Learning Technique
Jul 2019 - Jul 2019
https://github.com/Bhavnitt99/AI-Projects/tree/master/Object%20Detection%20Using%20YOLO
CONTACT Phone: 91 9717257303
https://github.com/Bhavnitt99/AIProjects
A deep neural network that functions as part of a machine translation pipeline. The pipeline accepts English text as input and
returns the French or Deutsch translation or vice versa.
Medical Chatbot
Jun 2019 - Jun 2019
https://github.com/Bhavnitt99/AIProjects/tree/master/Medical Chatbot using ML
It is a medical chatbot that can be used to detect the type of disease when given the symptoms.
It has been made in python using a machine learning technique decision tree classifier.
Movie Recommendation System using Collaborative Filtering
Jun 2019 - Jun 2019
https://github.com/Bhavnitt99/AIProjects/tree/master/Movie Recommendation System using ML
Recommendations are performed by decision tree classification. To inspect the effectiveness of this technology, we set up
a movie recommender system based on inductive learning and make online experiments for evaluation.
https://github.com/Bhavnitt99/AI-Projects
https://github.com/Bhavnitt99/AI-Projects/tree/master/Medical%20Chatbot%20using%20ML
https://github.com/Bhavnitt99/AI-Projects/tree/master/Movie%20Recommendation%20System%20using%20ML
Rank 294: Resume 1012 with similarity score 0.05197860911451645
B.E , MS , B.TECH application support , incident manager , long term , duty manager , salesforce administrator , business operations analyst , full time , service provider , team lead , technical support professional , team member cross selling , root cause , postpaid , user management , player , customer satisfaction , resolutions , status , hp business availability center , commitments , salesforce training , nagios , features , building , clear , fetch , crm , access , filenet , designation , v3 foundation , hindi , ltd , knowledge management , salesforce.com , english , support documentation , troubleshooting , project , leadership , ownership , windows xp , business operations , range , ibm , disaster recovery , putty , database maintenance , custom reports , itil , javascript , relation management , eagle pace , rca , kcs , team management , amdocs , product support , affirmative action , oracle , unix , newton , email , business intelligence , problem management , star , management software , sitescope , languages , dashboards , jira , servicenow , functionality , mentoring , migrating , ug , team performance , investment , profiles , case , authorization , diagnose , teams , maps , sql , application , operations management , electronics , materials , new leads , running , duplication , communications 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d14…
https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d140612145c5501… 1/3
Current Designation: Senior Technical Support Lead
Current Company: Persistent Systems
Current Location: Nagpur
Pref. Location: Nagpur,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Persistent Systems Ltd. as Sr. Technical Support Lead -Salesforce CRM
Oct 2014 to Oct 2014
Currently working as Sr. Technical Support Lead in Persistent Systems Ltd for SalesForce Support Project.
Develop and maintain custom reports and dashboards in Salesforce to provide business intelligence for management
team
Develop and deliver Salesforce training including maintaining the accuracy and completeness of Salesforce training
materials
Maintain knowledge on new Salesforce features and functionality and providing recommendations for process
improvement
Creating New User Profiles and Monitor Access Levels
Importing New Leads and Contacts and run duplication tools
Installing High-Priority Updates from Salesforce.com
Running Quarterly Database Maintenance Reports
Ensure that the team documents, tracks and manages all support requests, communications and actions in the Salesforce
CRM case tracking system, and established support processes
Taking full ownership of customer problem and act as front line technical contact.
Participate and manage weekend and holiday Duty Manager rotation as required.
Understanding the root cause of the problem and trying to define a long term solution.
Preparing Dashboards and providing SLA report to client and higher management on weekly, biweekly and monthly basis.
Handling a client call on daily basis on daily status of tickets, SLAs and escalations.
Provide regular management updates and reports on team performance to the product support Leadership team and
communicate expectations clearly and effectively to achieve results.
Gathering information regarding the technical problem in order to diagnose the problem in the system and learn the
application and business functionalities.
Ability to work on complex issues and quickly provide optimal solutions and have to work in projects individually when
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Mahendra Dubey
Salesforce Certified Sr. Technical Support Lead seeking roles in Salesforce
Administration, Salesforce Support, Production Support,Technical, Support,
ServiceNow, SQL,Unix,Oracle,Force.Com,IBM Filenet,Eagle
STAR,PACE,Clarify,JIRA,Nagios
Key Skills: Sr. Technical Support Lead,Team Lead,Salesforce Administration,Salesforce Support,Production
Support,Application Support,Salesforce,TWS,Control-M,ServiceNow,SQL,Unix,Oracle,Force.Com,IBM Filenet,Eagle
STAR,PACE,Clarify,ICSW,JIRA,Nagios
Summary
An experienced professional in Technical Support mainly in Financial domain and Telecomm Billing. This includes
implementation of ITIL, Managing Incidents and Problems ensuring timely resolutions. A Technical Support professional and
team player with 11+ years of experience in Support, implementation and troubleshooting.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d14…
https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d140612145c5501… 2/3
required, basis and in cross-functional teams was required.
Actively prepare, own and maintain support documentation.
Persistent Systems as Senior Technical Support Lead
Oct 2014 to Till Date
* Develop and maintain custom reports and dashboards in Salesforce to provide business intelligence for management
team
* Develop and deliver Salesforce training including maintaining the accuracy and completeness of Salesforce training
materials
* Ensure that the team documents, tracks and manages all support requests, communications and actions in the
Salesforce CRM case tracking system, and established support processes
* Taking full ownership of customer problem and act as front line technical contact.
* Participate and manage weekend and holiday Duty Manager rotation as required.
* Understanding the root cause of the problem and trying to define a long term solution.
* Preparing Dashboards and providing SLA report to client and higher management on weekly, biweekly and monthly
basis.
* Handling a client call on daily basis on daily status of tickets, SLAs and escalations.
BNY Mellon as Software System Specialist/Incident Manager
Jul 2011 to Aug 2014
Worked as Software System Specialist in Eagle Investment Systems, BNY Mellon.
Hands on in installing and upgrading of eagle products for hosted clients in Eagle ACCESS.
Maintaining the clients region, deploying monitoring tools and handling customer requests for migrating DB procedure.
Process excellent interpersonal, communication and organisational skills with proven abilities in training and development
of customer relation management and planning.
Experience in areas of client servicing, banking operations management.
Work with functional team to troubleshoot Eagle PACE/STAR business issues.
Ensure all client communication and DR tests are completed.
Provide effective, timely and meaningful communication to internal and external client.
Provide monthly status of migration activity, risks and issues.
Ensure all critical documentation is filled and ready.
Areas of Expertise
Eagle operations
Active team member in creating client environment ( Development, test, production and disaster recovery). I am helping
the team in datacenter operations from Newton, USA to Pittsburgh, USA. Sticking to commitments of delivery
Helping team in creating monitors for production environment for clients through HP business availability center (BAC) end
user management software, HP sitescope tool.
Handling all US, UK, Canadian and Australian clients.
Building client environments and applying upgrades when necessary.
Assisting team DBA in refresh. Providing time schedule in coordination with client.
Working with R&D team to their dev. and test environment.
Knowledge management - Successful rollouts of KCS, training and documentation improvement program in 2011.
Working proactively on incident management, problem management.
Team management
Providing RCA and resolutions to escalations made to manager.
Mentoring, training and development of new team member.
Leading and mentoring of performance of team member to ensure efficient delivery on time
Creating and maintaining documentation.
Client Relationship Management
Managing customer centric banking operations and ensuring customer satisfaction by achieving delivery and service
quality norms.
Ensuring highest service standard.
Building and maintaining healthy business relations with clients for cross selling various banking products and providing
services to them.
Implementing strategies with a clear view to add new clients and expand existing ones for wide range of banking products
and services.
Amdocs as Business Operations Analyst
Oct 2009 to Jul 2011
Project : BellCanada (A Telecomm Service Provider Company)
Designation : Business Operations Analyst
Type : Maintenance/Application Support
Platform : Windows XP/UNIX
Database : ORACLE 9i
Responsibilities
Responsible for doing telecomm billing for Bell prepaid and postpaid customers.
Running maps for various phases of telecomm billing.
Running SQL statements in order to fetch data from database and to make necessary changes in database if required.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d14…
https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d140612145c5501… 3/3
Running various scripts on UNIX environment.
Handling tickets in order to deliver on time and meet SLA.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Amravati University in 2007
Other Qualifications/Certifications/Programs:
Certified Salesforce Administrator
ITIL V3 Foundation
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows XP/UNIX
ORACLE 10G
Putty, Tivoli Workload Scheduler
CONTROL-M
Force.com
IBM FileNet
Eagle Star, PACE
ServiceNow, Clarify
Salesforce, ICSW, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 295: Resume 1258 with similarity score 0.051969324673869374
B.S , MS scrum master , senior developer , quality assurance , solution architect , full time , team lead , senior consultant , data management api , reynolds , computing , scrum , microsoft azure , physics , designation , demand , das , hes , ug , affirmative action , mysql , oracle , hindi , cloud , brownfield , ami , ltd , gateway , kafka , ddm , meters , authorization , english , node.js , teams , smart metering , energy , meter data management , status , architecture , postgresql , email , manufacturing , digital transformation , health check , application , aws , agile project management , mongodb , microservices , agile methodologies , devices , consultation , bengali , edge , data analysis , database design , s3 , amr , strategy , connectivity , framework , languages , demographics , amazon , mqtt , communications , javascript , sensors , jira , web , technology , sprints , vendor contracts , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c13…
https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c1303184450080f5… 1/2
Current Designation: Senior Consultant
Current Company: Deloitte India Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE)
Functional Area: IT Software - Other
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Deloitte India Pvt. Ltd as Senior Consultant
Apr 2019 to Till Date
1. Project: Spirit smart factory health check - Client Spirit AeroSystems
Responsibilities:
* IoT solution provided to capture and understand the client's organizational strategy, demographics, and financial
information, the framework assesses maturity by business function, capability, and sub-capability
* AWS serverless architecture design for the application, used S3, RDS and other services
* Responsible for creating the database design for the solution
* Web-based application development for data analysis
* Lead the requirement gathering in the discovery phase
2. Project: Reynolds Mooreseville- Client Reynolds Pactiv
Responsibilities:
* IoT solution provided to the client for digital transformation of manufacturing plant on Thingworx platform
* Worked on the solution of the smart factory control tower for monitoring and predictive analysis
* Developed application for device management, plant & production view, alarm monitoring, plant data update etc.
* Support provided to quality assurance team for smooth delivery
* Leading a development team of size 5
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Saheli Das
Senior Consultant worked on IoT solutions in AWS, Node JS, Microservices , Software
Gateway for sensors, MQTT, Kafka, smart control tower, Smart metering solution- AMI-
MDM.
Solution Architect in AWS , working on AWS AR/VR services
Key Skills: team/tech lead,software development,application programming,coding,requirement
gathering,mongodb,mysql,javascript,postgresql,oracle,database design,scrum master,iot,aws,mqtt,m2m,smart
grid,node.js,microservices,jira,Agile Project Management
Summary
* 7.9 years of experience in IoT, Cloud and Energy utility domain. Core functional area includes Domain Consulting &
Implementation.
* Solid knowledge of IoT technologies like MQTT, Kafka, sensors, Data & Device management, Edge computing etc. Hands
on experience in Amazon AWS, Microsoft Azure, PTC Thingworx. Experience in implementation of Smart manufacturing
application
* Experience in technologies like Java, Node JS, MySQL, PostgreSQL, MongoDB, RESTful API, microservice architecture
etc.
* Experience in planning developing and implementing Smart Metering Solution with AMR/AMI, MDM, smart Meter, data
concentrator, HES integration & configuration using 3rd party software
* Experience in applications of scrum, waterfall and agile methodologies
* Certification: AWS certified Solution Architect, Java OCJP (Oracle Certified Professional, Java SE 6 Programmer)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c13…
https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c1303184450080f5… 2/2
Ericsson Global India Pvt. Ltd. as Senior Developer
Nov 2012 to Apr 2019
1. Project: IoT-Soft Gateway SoftBank -Client Softbank, Japan
Responsibilities:
* Migration of Brownfield / Greenfield devices to IoT platform using data brokers like MQTT and Kafka and developing a
software gateway for Edge connectivity.
* Integration of S/W gateway to Ericsson data & device management platform (DDM)
* Handling the process of managing the device information in DDM
* Bi-directional communication establishment from DDM to sensor, to send on-demand request to the device.
* Scrum master: Conducted & managed weekly, and bi-weekly agile sprints with teams, sizes over 10.
2. Project: DEWA AMI-MDM - Client DEWA, UAE-Dubai
Responsibilities:
* Worked as solution analyst for entire smart-metering solution, South bound system, Meter data management etc. for
300k smart meters.
* Make technology recommendation based on project site location and geographic conditions
* Process consultation for smart metering implementation
* Integration & configuration of Head-End-System, communication Gateway, data concentrator & meters.
* Collect and analyze data to determine the trends in projects
* Ensure vendor contracts relationship, performance and communications
UG: B.Sc (Physics) from Calcutta University, Kolkata in 2009
PG: MCA (Computers) from Jadavpur University, Kolkata in 2012
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MongoDB,MySql 2020 3 Year(s) 0 Month(s)
Node.js 2020 2 Year(s) 0 Month(s)
Java SE,Oracle 2019 3 Year(s) 0 Month(s)
AGILE 2020 4 Year(s) 0 Month(s)
MQTT 2019 1 Year(s) 0 Month(s)
AWS 2020 2 Year(s) 0 Month(s)
IOT 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 296: Resume 909 with similarity score 0.05190507270611334
B.E , MS , B.TECH devops , senior systems engineer , full time , sql developer , system analyst data services , maintainability , api , functionality , award , optimization , web development , general , software solutions , devops , galaxy , performing , open source , css , visual studio code , security , soap , designation , telugu , regulatory requirements , affirmative action , oracle , hindi , angular , maintenance , systems management , authorization , english , troubleshooting , bootstrap , status , spring boot , architecture , scalability , specifications , email , project , screens , infosys , extensions , express , agile , mongodb , sales order , information systems , operations , business requirements , saas , pl/sql , forms , architecting , rest , performance tuning , flow , git , unit testing , building , connectivity , framework , work processes , chart , technical documentation , languages , single page applications , es6 , python , reviews , suite , mimic , apps , availability , technology , baselines , html , javascript libraries , cloud services 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a105…
https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a10521415515a5d5… 1/3
Current Designation: Senior Systems Engineer- Application
Development
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Chemical]
Verified : Phone Number | Email - id
Infosys as Senior Systems Engineer- Application Development
May 2018 to Till Date
Key Result Areas:
As Senior Systems Engineer (Since Dec'19)
* Developing software solutions by studying information needs, conferring with users, studying systems flow, data
usage, and work processes
* Architecting & designing end-to-end software including back-end APIs, offline support, secured communication, data
transfer optimization, distribution and monitoring
* Developed API for a standalone Work Order Execution System using Oracle DB, ORDS and Spring Boot (framework)
that communicates with Oracle SaaS API
* Creating Rest API to provide functionality and perform CRUD operations using ORDS (Middle Tier Software) and
Spring Boot
* Building robust architecture for different solutions by performing activities such as ensuring the security, performance,
availability, compliance, scalability and maintainability aspects
* Developing project baselines; monitoring & controlling projects with respect to cost, resource deployment, time
overruns and quality compliance to ensure satisfactory execution/delivery of the same
* Implementing standards and best practices across the entire project life cycle for enhancing the alignment of solution
with business & regulatory requirements
* Participating in design, code reviews and updating the document with unit testing results of application
Last Active: 31-Jan-21 Last Modified: 28-Jan-21
KRISHNA KIRAN SOURI
Senior Systems Engineer seeking roles in Application Development, Software
Development, Software Development Life Cycle, Technical Documentation,
Requirement Gathering, System Integration, Performance Tuning, Oracle SQL,
PLSQL, MongoDB, Javascript.
Key Skills: Senior Systems Engineer,System Analyst,Application Development,Software Development,Software
Development Life Cycle,Technical Documentation,Requirement Gathering,System Integration,Performance Tuning,Oracle
SQL,PLSQL,MongoDB,Javascript,Python,HTML.
Summary
Focused professional with over 2 years of experience in full stack application development; leveraged extensive knowledge on
F/E, B/E and DB technologies. Proficient at end-to-end Software Development Life Cycle from requirement analysis to system
study with excellence in mapping business requirements, technical documentation, designing, development, coding &
troubleshooting for information systems management & implementation. Functional expertise in cross platform and cross
application connectivity with REST and SOAP web service. Experienced in transitioning/accommodating the ERP technologies
with Open Source Solutions. Expertise in developing Single Page Applications using various JavaScript libraries & Frameworks,
while adhering to ES6+ specifications and HTML CSS & front-end libraries. Leveraged understanding of various tools like Post
man etc. Experienced in development using various IDEs like Visual Studio Code, SPRING Tool Suite, SQL Developer
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a105…
https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a10521415515a5d5… 2/3
As Systems Engineer (May'18 - Nov'19)
* Developed Custom UI for Sales Order Creating Forms to mimic Oracle Screens for a client using React JS library and
react-bootstrap
* Wrote clean HTML CSS and JavaScript code, integrating design, extensions and third-party apps according to web
development plans and web development standards.
* Developed a catalog API and Custom UI for a client to maintain the cloud services used by each user
* Collaborated with team of 15 people during development phase 1 to develop the API using Node JS and express
framework, DB using MongoDB and Custom UI using Angular framework with supporting libraries like Chart JS
* Developed API to display various analytical data using Chart JS
* Participating in the Agile / DevOps software development process
Notable Accomplishments:
* Recognised with INSTA Awards thrice for best performance in project development and implementation
* Acknowledged with Galaxy Award in 2019 for Best Rookie Developer of the Year
UG: B.Tech/B.E. (Chemical) from National Institute Of Technology Karnataka - Surthkal Karnataka in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Spring Boot
Node Js (Express Framework)
ORDS (Oracle Rest Data Services)
ORACLE SQL, PL/SQL
Mongo DB, SOAP
Angular JS, ES6+
Git, REST
Angular, ERP
Java, Javascript, Html, Css
Oracle DB
Visual Studio Code
Python, Oracle SaaS API
DevOps, Agile, Chart JS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a105…
https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a10521415515a5d5… 3/3
Rank 297: Resume 224 with similarity score 0.05181683594561056
B.TECH science intern , work from home , business analyst customer , internships , classification , blind , keras , credit analysis , node.js , models , model validation , pandas , molecular , linkedin , encoding , fintech , resume , features , machine learning , fundamentals , computer science , research , returns , assessment , tuning , data science , python , fraud detection , plots , html Assessment
Q1. Why should you be hired for this role?
I have previously worked as a data science intern at RedCarpetUp(a fintech startup) for a duration of 6 months. My role at RedCarpetUp was to
research and implement new techniques to improve the fraud detection model.
I've much experience in working with statistical models and programming. I believe I can significantly contribute to the Data Science team.
Please refer to my resume on Linkedin : https://www.linkedin.com/in/iwillbehokage/
I look forward to hearing from you!
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, starting immediately, for a work from home internship
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Harshit Gupta
Delhi
Applied 09 Feb'21
Python HTML C Programming
Machine Learning Node.js
Bachelor of Computer Applications BCA, Computer science
Indira Gandhi National Open University IGNOU
2018 - 2021
B.Tech Hons.), IT
Bharati Vidyapeeth's College of Engineering
2017 - 2018
Data Science Intern
Redcarpetup, Gurgaon
Jan 2020 - Jul 2020
Presented fraud and credit analysis based on customer's
activity and past emi returns successfully. Worked with
the Business Analyst team on feature generation and
model validation strategies.
Perceptron(Machine Learning) From Coding Blocks
coding blocks, Delhi
May 2019 - Oct 2019
Launchpad(Programming Fundamentals In C From Coding Blocks
coding blocks, Delhi
Aug 2017 - Nov 2017
Launchpad(Programming Fundamentals in C from Coding Blocks
IEEECIS Fraud Detection(Binary Classification)
Oct 2019 - Oct 2019
https://www.kaggle.com/harshitt21/ieee-cis-fraud-detection
1. Preprocessed the tabular data using Label encoding and filling missing values.
2. Analysed the data by plotting value count plots.
3. Manually tuned LightGBM to get a baseline score.
APTOS Blind Detection(Multiclass Image Classification)
Oct 2019 - Oct 2019
https://www.kaggle.com/harshitt21
https://www.kaggle.com/harshitt21/ieee-cis-fraud-detection
https://www.kaggle.com/harshitt21
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8368313464
1. Used flipping,cropping and rotation techniques for preprocessing the images.
2. Applied transfer learning, using DenseNet121 pretrained model in Keras.
3. Achieved .84 score for quadratic weighted kappa metric.
Predicting Molecular Properties(Regression)
Oct 2019 - Oct 2019
https://www.kaggle.com/harshitt21/predicting-molecular-properties-using-xgboost
1. Analysed the data using pandas and distribution plots.
2. Applied feature engineering, created new more correlated(with target) features.
3. Used XGBoost for modelling. First manually tuned, later used Hyperopt for hyperparameter-tuning.
Linkedin : https://www.linkedin.com/in/iwillbehokage/
https://www.kaggle.com/harshitt21/predicting-molecular-properties-using-xgboost
Rank 298: Resume 929 with similarity score 0.051806401083826045
B.E , MS , B.TECH system analyst , c developer , full time , software developer react.js , api , spring mvc , core java , computing , algorithms , css , designation , ug , options , toad , protocol , ipc , interoperability , affirmative action , oracle , hindi , linux , socket programming , maintenance , windows , low latency , json , advanced , risk , authorization , english , status , spring boot , servlets , excel , sql , email , application , less , mumbai , angularjs , testing , stock market , mark to market , git , languages , framework , multithreading , hibernate , javascript , stock exchange , technology , derivatives , myeclipse , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f105…
https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f10501748500f015… 1/2
Current Designation: System Analyst
Current Company: National Stock Exchange of India
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
National Stock Exchange of India as System Analyst
Aug 2018 to Till Date
1. Core Java and C developer responsible for developing low latency system which can handle high volumn of data.
2. Also responsible for developing new concurrent processes with integration with lagecy system
3. Providing production as well as integrated testing support
UG: B.Tech/B.E. (Computers) from Saraswati Education Society Yadavrao Tasgaonkar College of Engineering and
Management Chandai, Navi Mumbai in 2017
PG: PG Diploma (Computers) from Centre for Development of Advanced Computing (CDAC) in 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Varun G. Khanvilkar
System Analyst seeking roles in Software Engineering,Software Development,Risk
Management,System Analysis,Requirement Gathering,Hibernate,Coding,Eclipse,Core
Java,Oracle,JSON,SVN,SQL,Git,C,Spring,API,Spring Boot. Serving last week of notice
period.
Key Skills: System Analyst,Software Developer,Hibernate,Eclipse,Core Java,Oracle,JSON,SVN,SQL,Git,C,Java
Api,Spring,Spring Mvc,IPC,Data
Structures,Algorithms,OOP,OOPS,JDBC,MyEclipse,Servlets,Multithreading,Concurrent,React.Js,Angularjs,Collections
Summary
Varun Khanvilkar is a developer with great interest in the field of technology. He has worked on several projects related to
Interoperability, Margin Framework, Uncrystallized mark to market margins, IRO. He is also a proficient programmer and
specializes in coding using JAVA,C,SQL etc languages. Have technical knowledge regarding OOPS, Multi threading, GDB,
TCP/IP, Socket programming, FIX protocol. Knowledge regarding Derivatives, Futures, Options, Stock Market.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f105…
https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f10501748500f015… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Excel, Eclipse, SVN, TOAD,GIT 2 Year(s) 0 Month(s)
C, SQL, Core Java 2 Year(s) 2 Month(s)
Linux, Windows, Oracle, React, Angular
Hibernate, HTML, CSS, JSON 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Rank 299: Resume 765 with similarity score 0.05176550224767238
B.E , MS , B.TECH cyber security , information security , desktop support engineer , soc analyst , full time , team lead , technical lead , system engineer cyber security , risk assessment , api , vulnerability , security management , functional specifications , mentoring , general , powershell , mobile security , data visualization , security audits , hipaa , designation , techno-functional , ug , bash , affirmative action , mysql , apt , it security , databases , cloud , hindi , enrichment , azure , ltd , information security , log analysis , office 365 , authorization , troubleshooting , teams , english , normalization , status , steering , stakeholder management , c# , soar , email , security testing , aws , devices , information systems , gap , mdb , siem , new features , fine tuning , electronics , training programs , security intelligence , d3.js , s3 , machine learning , correlation , kibana , threat intelligence , framework , it infrastructure , languages , punjabi , parsing , virus , python , javascript , mail server , ml , network administration , elasticsearch , feeds 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b1…
https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b130640100a5c00… 1/3
Current Designation: Technical Lead-Security Intelligence
Current Company: Netsurion Technologies Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
Netsurion Technologies Pvt. Ltd. as Technical Lead-Security Intelligence
Jun 2015 to Till Date
Growth Path:
Key Result Areas:
Steering IT Infrastructure products like Azure, office 365, AWS, DNS, Mail Server, DHCP, AD, Anti-Virus, Databases,
endpoint, & so on with SIEM tools
Monitoring security, operation and compliance (PCI DSS, HIPAA, FISMA, & so on)
Implementing integration scripts & tools for fetching logs from on-perm, cloud and DB based devices using Python,
PowerShell, Bash, API, EventHub, S3, & so on
Developing:
o Script for enriching the logs with external threat intelligence feeds (MISP, DNSBL, WHOISLOOKUP, VIRUSTOTAL,
etc.).
o Data visualization, Alerts, reports and ML Rules for the logs which will help SOC analyst to find the outlier and
investigating the suspicious activity fast and easily
o POC and helping Development Team for new features in SIEM product which make SOC analyst life easier
o Log parsing script, elastic templates, regex, & so on for making better use of Elasticsearch
Generating Use Cases which SOC need to monitor for finding suspicious activities happening on client environment
Assisting SOC & Support Team for implementation of SIEM tools and integrating client devices with it
Detecting malicious process using Cuckoo Static and Dynamic Analysis on memory dump or process sample
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
GURMUKHNISHAN SINGH
Technical Lead-Security Intelligence seeking roles in Security Management,Incident
Management,Cyber Security,Risk Assessment,Process Improvement,Vulnerability
Assessment,Stakeholder Management,Python,JavaScript,MySQL,C#
Key Skills: Team Lead,SIEM,Log Analysis,Security Monitoring,MITRE ATT&CK,Jupyter Notebook,Cyber
Security,Python,Powershell,Data Visualization,Elastic Search
Summary
Result-oriented professional with more than 7 years of experience across Cybersecurity, Incident Management, Mobile Security,
Software Security Testing and Risk Management & Compliance
Skilled in Python, PowerShell, Log normalization, SIEM and Data Visualization
Hands-on experience on Cyber Security technologies like SOAR, Sandboxing, Machine learning for cybersecurity, MITRE
ATT&CK framework, SIEM, Log correlation, UEBA and many more
Proficient in analysing IT/ Cyber Security Gap, facilitating IT Security and infrastructure establishment initiatives
Excels in assessing IT Security requirements & translating these into techno-functional specifications; providing designing
solutions & troubleshooting information systems
Subject Matter Expertise in developing and enforcing Information Security policies, procedures and standards; ensuring
compliance through adequate training programs and periodic security audits
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b1…
https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b130640100a5c00… 2/3
Executing fine tuning of alerts, MITRE ATT&CK technique detection rules for reducing the false positives
Mentoring & supporting other members of the team to assist in completing tasks and meet objectives
Coordinating with SOC, Supports And Sales Team for understanding client requirement and accurate implementations
of security products
Delegating development & implementations work among other teams' members
Axon Network Solution Pvt. Ltd as System Engineer
Dec 2013 to Jun 2015
IT Support Desk as Desktop Support Engineer
Jun 2013 to Nov 2013
UG: B.Tech/B.E. (Electronics/Telecommunication) from Jammu University in 2012
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Elasticsearch, Kibana, EventTracker
MS Visual Code
Log normalization, Log correlation
Log injection, Data tagging
Data enrichment, Regex
Elasticsearch, MDB, MSSQL, MySQL
C#, PowerShell, Python, Batch
BASH, JavaScript, D3.js
amCharts.js
Gathering information, Developing POC
Releasing Product, Supporting
troubleshooting product, Bug resolving
AWS, Azure, Office 365 and GCP
MITRE ATT&CK Framework
APT Detection, PCI-DSS, HIPAA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b1…
https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b130640100a5c00… 3/3
Physically Challenged: No Employment Status: Full time
Rank 300: Resume 343 with similarity score 0.05174882936843874
MS , B.TECH , BS work from home , president mathworks , turn , showcase , deep learning , adobe photoshop , mysql , shape , ux design , welfare , c programming , fit , resume , java , srm , machine learning , computer science , completion , assessment , data science , python , engineers , campus , technology , database , online Assessment
Q1. Why should you be hired for this role?
Currently, I am pre-final year candidate at SRM institute of technology.Joining your firm will gauge where I stand. No better opportunity than this
can come my way. I can showcase my talent and prove my skills here, while in turn, I can learn how this industry functions in and out. That is why
you may hire me for this internship. I think I will be a great fit for the internship since I am quick learner and highly passionate about pursuing a
career in this platform. I have already started my groundwork, I have researched about your company, your visions and goals. I am sure I can
deliver everything that you are looking for in a candidate. I wish to pursue this internship to evaluate my inherent abilities and potential. I wish to
upskills and acquire skills that can shape me as a valued professional in this field.Even though I am a fresher, I assure you that I will give my best
and work to my full potential so that I can contribute as much as I can towards the growth and welfare of your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available to work Monday to Friday ,and I am very flexible about the start and end times on those days.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
N Venkat Narayanan
Chennai
Applied 07 Feb'21
Python Adobe Photoshop C Programming
C Programming Java MySQL
UI & UX Design Data Science Database Management
System DBMS
Deep Learning Machine Learning R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
SRM University Vadapalani Campus,chennai
2018 - 2022
CGPA 9.24/10
Senior Secondary XII, Science
Velammal Vidhyasharam Surapet, Chennai
CBSE BOARD board)
Year of completion: 2018
CGPA 8.20/10
Secondary X
Jain Vidhyasharam ,puzhal,chennai
CBSE board)
Year of completion: 2016
CGPA 9.00/10
President of Rotaract club of SRM Vadaplani in a year 2021
Data Science For Engineers
NPTEL, Chennai
Sep 2020 - Nov 2020
Machine Learning Course
udemy, Online
May 2020 - May 2020
Deep Learning Onramp
MathWorks, Online
May 2020 - May 2020
Machine Learning Onramp
CONTACT Phone: 91 8637678246
MathWorks, Online
May 2020 - May 2020
UI Design Tutorial For Beginners
udemy, Online
Feb 2020 - Feb 2020
Rank 301: Resume 875 with similarity score 0.05162925445851625
B.E , B.TECH , BS full stack developer , software engineer , full time , software developer ecommerce , react.js , web development , general , designation , ug , affirmative action , technical architecture , data analytics , maintenance , azure , authorization , english , status , email , project , application , product delivery , mumbai , angularjs , mantis , features , languages , task management , python , jira , javascript , entertainment 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e5742140119…
https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e57421401195114175e090b… 1/2
Current Designation: Software Engineer
Current Company: Searce
Current Location: Pune
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Searce as Software Engineer
Jul 2019 to Till Date
Associated with several projects as frontend developer / full stack developer using hands on
technologies like React, Angular and Python.
- Worked in conjunction with high level clients like Tokigames, Azure Entertainment, and
DBCorp during development cycle and product delivery. (I have also briefly described my role
in each of the projects below)
- Continuously integrated development cycle environment and deployment of developed
features. Well versed with task management tools like Mantis and Jira.
- Composed a python script to port Angular JS codebase to Angular as a part of technological
upgrade. This enhanced the speed and accuracy to around 40%.
NYX Wolves as Web Designing / Development
Feb 2018 to Apr 2018
Designed and managed event portfolios.
- Small scale ecommerce websites.
UG: B.Tech/B.E. (Computers) from MIT Academy Of Engineering in 2019
Last Active: 6-Feb-21 Last Modified: 26-Jan-21
Shubham Bombarde
Software Engineer seeking roles in Software Development,Application
Programming,Project Management,System Analysis,Technical
Architecture,Requirement Gathering,Web Development,Data Analytics,Python
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Web Development,Data Analytics,Python
Summary
Result-oriented Professional with over 1 years of experience in Software Development,Application Programming,Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Web Development,Data Analytics,Python
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e5742140119…
https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e57421401195114175e090b… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AngularJs 1 Year(s)
React.js 1 Year(s) 2 Month(s)
Python 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 302: Resume 868 with similarity score 0.05134591197972266
M.Sc , M.S , B.E , MS , B.TECH technical analyst , project lead , tier in , devops , senior systems engineer , change management , full time ease , asp.net mvc , tortoise svn , web api , angular , beginner , energy , status , integration testing , infosys , xml , artifacts , writing , sql server , signs , pipeline , data processing , react.js , devops , access , designation , regression testing , xslt , web services , hindi , post production , loan , ltd , flex , english , screens , agile , project , forms , rest , change management , git , computer science , triage , javascript , crystal reports , insurance , customer portal , repos , general , visual studio , affirmative action , information technology , oracle , principles , maintenance , business logic , architecture , object oriented design , email , fiserv , operations , design patterns , unit testing , languages , test coverage , root cause analysis , velocity , database , migrating , ug , interpersonal skills , azure , legacy systems , software industry , authorization , c# , application , team foundation server (tfs) , windows services , .net core , elevators , government , servers , spanish , events , ado.net , microsoft dynamics crm , gss , learning , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170…
https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170b45420a095d0… 1/3
Current Designation: Project Lead -Dot Net
Current Company: Larsen & Toubro Infotech Limited
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
Larsen & Toubro Infotech Limited as Project Lead -Dot Net
Jul 2018 to Till Date
Client: OTIS Elevators
Location: Larson & Tourbo Infotech Ltd, Pune, India
Role: Project Lead
Description:
This a project called Customer Portal. It has replaced the old system called eservice. The eservice application was used
by all OTIS customers to handle their service requests and manage their accounts and preferences. The new Customer
Portal application had UI in React JS and there were 2 layers of APIs created. The UI communicates with Front end API
that calls the Backend API which then communicates with the Database.
Responsibilities:
Developed Web APIs in .NET core using C#.
Worked on Report generation logic and sending out emails to users on events.
Root cause analysis of the post production issue and provided a fix for it.
Performed automated and UAT, Integration testing.
Worked on Architecture to design Microservice Architecture.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Ajit Gore
Project Lead seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,.C#,ADO.NET,ASP.NET,WEB API,.NET
CORE,MVC,SQL SERVER, Design Patterns,React.Js,JavaScript
Key Skills: Project Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,.NET CORE,WEB API,C#,ADO.NET,ASP.NET,Design
Patterns,React.Js,JavaScript,ASP.Net,MVC,SQL Server
Summary
Around 9 years of experience in software industry in the areas of analysis, design and development of Web and Windows
applications.
Solid work experience in design, development and maintenance of web based applications using ASP.NET, MVC, C#, VB.NET,
ADO.NET, Web APIs, REST APIs, .NET CORE.
Hands on into UI technologies like React.js.
Good experience in developing multi layered applications and using design patterns in application designing architecture.
Experienced in Azure Devops which includes CI/CD pipeline, Azure Boards, Azure Artifacts, Azure Repos. Worked in Agile
Development Model using Azure Devops.
Good foundation with a strong knowledge of object oriented programming principles and object oriented design.
Self-Motivated with good team attitude, organized and takes keen interest in problem-solving and trouble-shooting challenges.
Excellent communication and interpersonal skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170…
https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170b45420a095d0… 2/3
Used Azure Devops for multiple things in the Project
Environment: Visual Studio 2019, C#, WEB API, React.Js, Azure Devops, TFS, GIT, SQL Server 2014
Role: Project Lead
Description:
This a project call GSS Integration. It is about replacing the old system with new Microsoft Dynamic CRM system. The
project involves creating a middle tier in the .Net for communicating with the legacy systems and the new Microsoft
Dynamic CRM system. Project also involves writing the automated test code to ensure complete test coverage.
Responsibilities:
Developed interfaced in C# to invoke the SSIS package
Root cause analysis of the post production issue and provided a fix for it.
Performed automated and UAT, Integration testing.
Worked on SSIS packages
Environment: Visual Studio 2015, C#, Windows Services, SSIS, Microsoft Dynamics CRM, TFS
Fiserv India Pvt Ltd as Technical Analyst
May 2016 to Jun 2018
Client: Insurance companies all over the world
Location: Fiserv, Pune, India
Role: Technical Analyst Aug 2017 - Jun 2018
Description:
This a product called Lifesuite which is used by insurance companies for handling all the insurance policy related
operations of the customer. When a new customer signs up for a policy, the policy can be entered into the system. The
automatic rules are triggered on the policy which will notify the underwriter different operation which needs to be
performed on this policy. The system communicated with third parties using XML.
Responsibilities:
* Solved the production issues related to the product.
* Root cause analysis of the issue and provided a fix for it.
* Performed unit testing.
* Developed a utility to ease the development process.
* Worked on SRS reports to solve the production issues.
* Did Self-learning on Angular 2
Environment: Visual Studio 2015, C#, Windows Services, Flex, Angular 2, Tortoise SVN.
Client: Lending Banks all over the world
Location: Fiserv, Pune, India
Role: Technical Analyst May 2016 - Aug 2017
Description:
This was a product called Velocity. This a lending product which handled all the loan requests of the clients. Project
involved migrating all the old clients from 2.0 version to new 3.0 version. In older 2.0 version, they were using XSLT for
data processing. We have to convert that logic to XML by creating mapping files using a windows utility.
Responsibilities:
* Worked on converting XSLT logic to XML using a windows utility.
* Worked on crystal reports to create reports from older version.
* Solved the production issues.
* Performed Unit, Regression testing.
Environment: Visual Studio 2013, C#, SQL SERVER 2008, Crystal Reports, TFS.
Infosys as Senior Systems Engineer
Jul 2010 to Jul 2012
Client: Scottish and Southern Energy
Location: Infosys, Pune, India.
Role: Sr. Systems Engineer July 2010 - July 2012
GIFT System:
Description: The objective of this project was to provide production support and maintenance for a web application in.NET,
which is used by the customer care executives to handle daily customer operations and all the transactions in the UK. This
was an application with complicated business logic involving Workflows, Web services.
Responsibilities:
* Developed interface screens using Windows Forms.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170…
https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170b45420a095d0… 3/3
* Supported and maintained a Windows based .NET application for customer care executives.
* Followed the Incident, Problem, and Change Management procedures to support environment.
* Maintained application through multiple release cycles including testing, analyzing defects and developing patches.
* Provided Level 2 Customer Support triage and ticket management for global servers.
* Maintained and supported Microsoft Team Foundation Server (TFS) for code to be secured in a multi-team
environment.
* Responsible for writing Stored to retrieve the data from the database.
* Guiding the team members on issue related things.
Environment: Visual Studio 2008, Web Services, Workflows, ADO.NET, C#.NET, SQL SERVER 2008.
UG: B.Tech/B.E. (Information Technology) from Government college of engineering, aurangabad in 2007
PG: MS/M.Sc(Science) (Computer Science) from Western Illinois University, Macomb, IL, USA in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
.Net Core 1 Year(s)
Web API 4 Year(s)
REST API 2 Year(s)
C# 9 Year(s)
ASP.Net MVC 6 Year(s)
React.js 1 Year(s)
WEB SERVICES 4 Year(s)
SQL Server 2014 2020 9 Year(s)
TFS, GIT, Tortoise SVN 2020 9 Year(s)
AZURE 2 Year(s)
SQL SERVER 2014
Oracle 9i/10g, MS-Access, SSIS
TFS, GIT, Tortoise SVN
Languages Known
Language Proficiency Read Write Speak
Marathi Expert
English Expert
Hindi Expert
Spanish Beginner
Rank 303: Resume 1403 with similarity score 0.05095319169595462
B.E , MS , B.TECH , M.TECH full time , data management , team lead master data management , sap hana , user acceptance testing , award , sustainability , general , customer , migrating , rfp , energy systems , telugu , columns , security , designation , scripting , data migration , rfi , affirmative action , developments , lumira , hindi , cloud , basic , azure , ltd , workbench , snowflake , authorization , project planning , troubleshooting , english , design documents , status , specifications , models , email , sql , software testing , application , aws , focus , requirements gathering , sap bi , star , electronics , ids , led , features , cockpit , b1 , languages , functional design , sap implementation , javascript , systems engineering , crm , sap business one , business requirements , logics , stored procedures , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f45…
https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f450743425a595f5… 1/2
Current Designation: SAP HANA Consultant
Current Company: Pactera Technologies India Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Trivandrum,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Energy Systems Engineering]
Verified : Phone Number | Email - id
Pactera Technologies India Pvt. Ltd. as SAP HANA Consultant
Dec 2018 to Till Date
Key Result Areas:
* Defining and implementing a structured way of managing opportunities involving client meeting/ solution pitch/
Request For Proposal (RFP) response/ Request For Information (RFI) response/ presentation and so on
* Attending requirements gathering meetings with clients to discuss, study and analyse the feasibility, architectural
design and developing the right solutions
* Analysing client's requirements in order to understand the domain and to suggest best alternative available solution
* Managing end-to-end implementation of SAP, entailing As-Is & To-Be Analysis, identification of gaps, conversion of
business requirements into functional design documents & technical specifications, custom developments, data migration,
master data management & delivery
* Executing the implementation of new extension project (R-57) which is an add-on to the current application
* Developing and designing multiple HANA information models and calculation views
* Creating SQL stored procedures, table functions, table types, and tables
* Working on the multiple enhancement phases, developing new logics based on new business requirements
* Modifying the existing stored procedures and views based on new requirements
* Generating TR IDs, creating Rev tracks and working with the Security Team to move the HANA objects from
development to production (D/Q/R/S/P)
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SREE HARSHA THOTA
SAP HANA Consultant seeking role in SAP Implementation,Project
Planning,Requirement Gathering,Software Testing,Client Coordination,User
Acceptance Testing,System Design,System Integration,Master Data Management,SQL
Scripting,Sap Hana,SAP BI,SAP BW
Key Skills: sap hana consultant,sap implementation,project planning,requirement gathering,software testing,client
coordination,user acceptance testing,system design,system integration,master data management,sql scripting,sap
hana,sap bw,bex,SAP B1,SQL Azure,Snow
Summary
* SAP HANA Consultant offering nearly 6 years of organizational experience in end-to end roll-out, implementation and
management including both technical and functional areas in SAP Native HANA, SAP BI/BW, SAP Business One and Lumira
Discovery
* Proven skills in add-on solutions to SAP (sustainability solution portfolio) as part of SAP Start-up Focus Program
implemented on SAP HANA (AWS and GCP) which is certified by SAP
* Strong exposure in developing HANA Information Models (like attribute/ analytical/ calculation views using Graphical and
SQL Scripting), Table Function, Table Types, Procedures
* Led the development of information models in HANA to implement various modelling features like Input Parameters,
Variables, Hierarchies, Calculated Columns, Restricted Columns, Rank
* Worked extensively on Administration Workbench RSA1 and Business Warehouse Extractors like LO - Cockpit, Generic
Extractors and Standard Extractors
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f45…
https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f450743425a595f5… 2/2
* Administering and resolving critical, high and medium priority tickets
* Troubleshooting and resolving multiple production issues
Manuh Global Technologies India Pvt. Ltd. as SAP BW and HANA Consultant
Jan 2015 to Dec 2018
Achievements:
* Conferred with the 'Star Performer Award' for migrating the customer's database from SQL to SAP HANA and
implementing GST in SAP B1 in 2018
* Awarded with the 'Star Performer Award' for designing & developing a new product in SAP Hana in 2017
UG: B.Tech/B.E. (Electrical and Electronics) from KTMC College, Mahbubnagar in 2010
PG: M.Tech (Energy Systems Engineering) from JNTU Anantapur University, Anantapur in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP HANA Modelling 1.0 &
2.0
2021 4 Year(s) 3 Month(s)
SAP BI/BW (BW on HANA) 7.4 2018 1 Year(s) 0 Month(s)
SQL HANA Scripting 1.0 &
2.0
2020 4 Year(s) 0 Month(s)
Basic HANA Security 1.0 &
2.0
2020 1 Year(s) 0 Month(s)
SAP BUSINESS ONE 9.2 2017 1 Year(s) 0 Month(s)
Lumira Discovery 2.0 2018 0 Year(s) 6 Month(s)
SAP HANA 1.0 &
2.0
2021 4 Year(s) 3 Month(s)
SAP BW 7.3 2018 3 Year(s) 0 Month(s)
Azure SQL Cloud 12 2021 0 Year(s) 3 Month(s)
SNOWFLAKE 11 2021 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Telugu
Rank 304: Resume 1431 with similarity score 0.05093915322264808
MS lead developer , devops , orchestrator , software developer , change management , full time , support staff automation , reporting , manual testing , devops , css , designation , ug , confluence , versioning , office , relationship building , affirmative action , articulate , principles , interpersonal skills , cloud , hub , vista , hindi , maintenance , ltd , windows , jquery , alm , json , advanced , authorization , ibm bpm , english , visual basic , status , specifications , sql , email , project , agile , scotland , application , aws , c programming , sap , process design , high quality standards , adherence , steps , xml , atlassian , pharmaceuticals , needs assessment , change management , c++ , git , unit testing , kibana , framework , languages , technical documentation , urdu , kannada , tableau , sit , javascript , jira , workflow , it sector , working experience , cyber , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 1/4
Current Designation: Rpa lead developer
Current Company: Tata Consultancy Services (TCS)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 7 Month(s)
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Farha S
RPA Lead developer seeking assignment in Software Development,Software
Application Development,Project Management,Requirement Gathering,UiPath
Advanced Development,Change
management,HTML,CSS,JavaScript,jQuery,XML,JSON,SQL,AWS,SQL,My SQL
Key Skills: RPA Lead developer,Software Developer,Software Development,Software Application Development,Project
Management,Requirement Gathering,UiPath Advanced Development,Change
management,HTML,CSS,JavaScript,jQuery,XML,JSON,SQL,AWS,SQL,My SQL
Summary
Meticulous and versatile professional offering 5.7 years of experience in the IT sector
* Certified in UiPath Advanced Development
* Extended expertise in development of RPA-Ui Path version 2016, 2018 with RE-Framework, 2019 with Git Hub & 2020 with
cloud Automation.
* Developed Processes using .Net, HTML, SQL and Visual Basic technologies.
* Profound knowledge of business processes and experience in converting these requirements into technical specifications.
* Experience in installing Bots in various environments.
* Extended knowledge on JIRA Atlassian.
* Extended knowledge on reporting tools such as SQL, Tableau
* Extended expertise in Supporting RPA-UiPath projects in Production.
* Extended knowledge in Service Now especially in Change management.
* Extended knowledge on Orchestrator of UiPath
* Expertise in maintaining the versions of code in Bit Bucket
* Extended knowledge on Kibana
* Extended knowledge on Confluence
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 2/4
Tata Consultancy Services (TCS) as Rpa lead developer
Feb 2015 to Till Date
TCS as RPA Lead developer
Feb 2015 to Oct 2020
Project Name ADIENT
Duration 2 Months
Period 1st Sep 2020 to 28th Oct 2020
Roles RPA developer Lead
Start Date 01-Sep -2020
End Date 28-Oct -2020
Responsibility 1) Developed Processes using .Net, HTML, SQL and Visual Basic technologies.
2) Converting business processes and requirements into technical specifications.
3) Installing Bots in various environments.
4)Use of DevOps for creating strategic branches and versioning the code in different environment
5) Deploying code in cloud automation Uipath
6)Triggering & monitoring process in cloud Orchestrator
Technical Skills .Net, SQL, HTML, UIPATH (version 2020) & Orchestrator
Achievements RPA Uipath Advacnced Certified
Project Name Takeda Pharmaceuticals International AG
Duration 21.23Months
Period 30-Nov-2018 To 28-Aug-2020
Roles RPA developer & Support Lead
Start Date 30-Nov-2018
End Date 28-Aug-2020
Responsibility 1) Certified in UiPath Advanced Development
2) Extended expertise in development of RPA-Ui Path version 2016, 2018 with RE-Framework and 2019 with Git Hub.
3) Developed Processes using .Net, HTML, SQL and Visual Basic technologies.
4) Profound knowledge of business processes and experience in converting these requirements into technical
specifications.
5) Experience in installing Bots in various environments.
6) Extended knowledge on JIRA Atlassian.
7) Extended expertise in Supporting RPA-UiPath projects in Production.
8) Extended knowledge in Service Now especially in Change management.
9) Extended knowledge on Orchestrator of UiPath
10) Expertise in maintaining the versions of code in Bit Bucket
11) Extended knowledge on Kibana
12) Extended knowledge on Confluence
13) Extended knowledge on testing for bots (unit testing, SIT and UAT).
14) Working Experience in agile methodology.
15) Experience in developing RPA UiPath prototypes and Proofs of Concepts.
16) Experience in converting the UiPath simple workflow to UiPath Re-Framework.
17) Experience in designing end to end process using workflow principles that are efficient, well structured, maintainable
and easy to understand.
18) Strong technical documentation skills such as RPA Process Design Document (PDD), RPA Solution Design Document
(SDD) etc.
19) Set, maintain and ensure adherence to Automation Best Practices for RPA development
20) Experience in converting complex processes into simple and standard steps.
21) Extensive industry knowledge; keen client needs assessment aptitude; client focused approach that fosters trust and
allegiance
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 3/4
22) First-rate analytical and problem-solving skills dedicated to maintaining high quality standards, planning and
supporting the project
23) Ability to build new territories and expand opportunities towards the achievement of stated targets, to lead, motivate
and provide effective guidance to a team of professional and support staff
24) Highly articulate, demonstrating excellent relationship building, communication and interpersonal skills
Technical Skills C programming, C++, Java, Html, .Net, SQL, HTML, IBM BPM, UIPATH (version 2019, 2018 & 2016),
Kibana, Orchestrator
Achievements RPA Uipath Advacnced Certified
Project Name Avis Budget EMEA Ltd
Duration 0.33Months
Period 17-Apr-2017 To 01-Aug-2017
Roles Developer
Start Date 17-Jul-2017
End Date 27-Jul-2017
Responsibility Developer
Technical Skills Uipath, Testing(All), Support
Achievements
Project Name Equifax Inc.,
Duration 3.23Months
Period 14-Sep-2016 To 20-Dec-2016
Roles Tester
Start Date 14-Sep-2016
End Date 20-Dec-2016
Responsibility 1.Sanity Testing ,Unit Testing and Regression Testing2.Uploading and Tracking in JIRA
Technical Skills Manual Testing and Basic SQL
Achievements
Project Name Royal Bank of Scotland PLC
Duration 4.93Months
Period 03-Feb-2016 To 30-Jun-2016
Roles Tester
Start Date 03-Feb-2016
End Date 30-Jun-2016
Responsibility Testing
Technical Skills Manual Testing
Project Name STAPLES, INC.
Duration 1.00Months
Period 01-Oct-2015 To 31-Oct-2015
Roles Tester
UG: BCA (Computers) from College of Sir M.L.A.C.W, Bangalore University, Bangalore, Karnataka in 2014
Education
IT Skills
Skill Name Version Last Used Experience
C programming, C++, Java, Html, .Net
Visual Basic
SQL, My sql
HTML, CSS, JavaScript, JQuery, XML, JSON
MS OFFICE
Windows 98 / 2000 / NT / 2003 / XP/Vista
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IBM BPM, UIPATH
SAP, JIRA, GIT HUB, DevOps
Bit Bucket, UiPath, IBM BPM
ALM, Cyber Ark
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Urdu
Rank 305: Resume 746 with similarity score 0.05086181161941769
B.E , MS , B.TECH software engineer , python developer , full time , software developer big data analytics , react.js , computing , interfaces , designation , analyze information , ug , affirmative action , information technology , mysql , hindi , linux , maintenance , mobile media , authorization , advanced , english , status , email , project , store , application , ubuntu , solution architecture , mumbai , angularjs , rdbms , github , electronics , sqlalchemy , text messaging , languages , documentation , sms , python , convenience , jira , history , javascript , crm 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b11495008080218135818…
https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b114950080802181358180019455d5a085… 1/2
Current Designation: Software Developer
Current Company: Screen Magic Mobile Media
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Big Data Analytics]
Verified : Phone Number | Email - id
Screen Magic Mobile Media as Software Developer
Apr 2019 to Till Date
SMS-Magic's business text messaging turns your CRM into a powerful
conversational platform
Achievements/Tasks
Developed and delivered Business hours as a feature in
product to help customers to send messages as per their
convenience.
Integrated Talkdesk CRM to product to increase efficiency in
messaging.
Worked on measure feature converse desk which
contributes in managing messages efficiently.
Modify existing software to correct errors, to adapt it to new
hardware, or to upgrade interfaces and improve
performance.
Analyze information to determine, recommend, and plan
installation of a new system or modification of an existing
system.
Direct software programming and development of
documentation.
Store, retrieve, and manipulate data for analysis of system
capabilities and requirements.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Yash Kolhatkar
Python Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Software
Engineering,Python,MySQL,SQLAlchemy,React,Linux,Git,Jira
Key Skills: Software Development, Application Programming, MySQL, SQLAlchemy, Linux, Jira, Software Development
Life Cycle,Bug Life Cycle,Python,Angularjs,React.Js,Ubuntu Linux,RDBMS,SDLC,Github,GIT
Summary
Experienced Software Engineer with a demonstrated history of working in the information technology
and services industry. Skilled in python, My-SQL, SQL alchemy, Linux, React. Strong engineering
professional with Python Development.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b11495008080218135818…
https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b114950080802181358180019455d5a085… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from St. Vincent Palloti College of Engineering and Technology in
2018
PG: PG Diploma (Big Data Analytics) from Centre For Development Of Advanced Computing, Innovation Park in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python 2021 1 Year(s) 9 Month(s)
MySQL 2021 1 Year(s) 9 Month(s)
SQLALCHEMY 2021 1 Year(s) 9 Month(s)
REACT 2021 1 Year(s)
Linux 2021 1 Year(s) 9 Month(s)
git, Jira 2021 1 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 306: Resume 800 with similarity score 0.05072930382300748
B.E , MS , B.TECH , BS operator , partner , product development , software developer , full time , part time , application developer mobility , visualization software , api , switching , training , web development , kubernetes , css , data visualization , infographics , designation , ug , golang , mar , deliverables , affirmative action , mysql , lumira , hindi , docker , angular , cloud , maintenance , provision , low latency , test cases , import , authorization , english , node.js , troubleshooting , maps , jasmine , status , architecture , models , excel , email , project , health check , express , application , modular , development tools , mongodb , sap , participation , call processing , edge , rest , writing , git , unit testing , languages , framework , documentation , code coverage , sms , front-end development , mobile , gin , javascript , dashboards , schedules , metrics , post processing , html , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d13…
https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d130b11460b0e5f… 1/3
Current Designation: Software Developer
Current Company: Altran Technologies
Current Location: Gurgaon
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Altran Technologies as Software Developer
Sep 2019 to Till Date
Project 1)
Team Size:25
Project-Name: GMEC (global mobile Edge Compute)
Description: GMEC is the platform which enabled the application developer to deployed
Low latency application at nearest edge (which is located at mobile tower) by
Tools:
1) Swagger (for documentation of rest api)
2) go swagger (for creating models and server)
3) k8s go-client
4) kubevirt go-client
5) docker
6) Kubernetes
7) Mongo-db.
Last Active: 6-Feb-21 Last Modified: 3-Feb-21
Mayank Mishra
Software Developer seeking roles as a golang developer. having experience in golang,
mongodb, node js and react.
Key Skills: golang,Git,MongoDB,Node.Js,gin,kubernetes,Go
Summary
Developing rest api in Golang using GIN framework
experienced in developing modular Code with high code coverage
Knowledge on front-end development.
Familiar with web development technologies like HTML, CSS, JS, React and angular Js
knowledge of TDD
Scaling new heights of success and leaving a mark of excellence in assignments which involve analytical capabilities and help
me achieve organizational goals as well as professional growth.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d13…
https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d130b11460b0e5f… 2/3
Responsibility:
1) Working on module called app-manager which deployed application on k8s machine. (using go-client)
2) implement the mobility feature in GMEC (which enabled the switching the application of the client to the low-latency
edge when latency of the client breached)
3) implement of provision of application on edge of partner operator
Glofy as Software Developer
May 2019 to Aug 2019
Client: Extol
Tools:
? Golang
? Beanstalkd queue
? Mysql
? Aerospike
? mockery for unit testing
duration: 6th Aug to 30th march (9 months)
Descrition : Post -call processing for collecting data from different source and process the data for providing the
information about the calls and collecting the matices.
Responsibility:
1) write a module and worker for various functions of the post processing
Feature in golang.
2) activity taking participation in architecture of post call processing whose aim to reduce
latency in post call processing and reducing discrepancy in billing.
3) writing unit test case for project called cloud impedimenta.
Mountblue Technologies as Software Developer
May 2018 to Mar 2019
Company name: Sap Labs
Team Size: 18
Module Name : BI Platform and and Lumira.
Tools
? Java
? Java Script
? Mockito(for mocking )
? Junit(unit test)
? Jasmine (unit testing platform for javascript)
Responsibility: Creating and modifying Packages, Functions, views.And writing unit test cases for both java and javascript.
? LUMIRA DISCOVERY (Desktop Application): Data visualization software
that makes it easy to create beautiful and interactive maps, charts and infographics. Import data from Excel and many
Other Source, perform Visual BI analysis using Intuitive dashboards and securely share insights and data stories with your
team.
Functional Skills
? Handling java development including code & troubleshooting of applications
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d13…
https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d130b11460b0e5f… 3/3
? Monitoring service based project progress & outstanding issues and ensuring the quality & timeliness of the
deliverables; preparing monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as
extending post-implementation support to team members by identifying defects, inconsistencies & errors Completing
product development as per requirements, schedules & activities;
Training
Module : MERN STACK
Project: making online coding platform for coding competitive programming. which support more than 20 languages with
smart editor
development tool :
? node.JS ,
? express JS
? express js
? react JS for front -end.
Project: making the sample app for food ordering and delivering orders over ivrs and sms using exotel's api.
Development tools : node. js and mongodb.
UG: B.Tech/B.E. (Computers) from Kumaon Engineering College in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, Node js, Express
GIT
GO 1.15 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 307: Resume 1255 with similarity score 0.05066799103250317
B.S , BS , B.E , MS , B.TECH devops engineer , full time , balancer , system administrator contractual , data warehousing , nfs , microsoft azure , office , data warehouse , bash , core banking , docker , linux , perspectives , gateway , digital , status , continuous integration , nagios , writing , obc , building , ec2 , spaces , sql server , artifactory , pipeline , ansible , file management , devops , designation , rhel , hindi , cloud , loan , operational systems , cluster , windows , english , government services , project , groups , volume management , computer science , yaml , completion , one , javascript , availability , government officials , efs , affirmative action , oracle , mysql , cgi , maintenance , zabbix , centos , advanced , postgresql , architecture , customer service , email , tomcat , aws , configuration management , ubuntu , github , languages , console , jira , growth oriented , guides , patch management , system monitoring , jenkins , ug , apache , ami , union , authorization , application , shell scripting , repository , storage , orchestration , load , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 1/4
Current Designation: DevOps Engineer
Current Company: eClact infotech
Current Location: Indore
Pref. Location: Pune,Bengaluru / Bangalore,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
eClact infotech as DevOps Engineer
Jul 2020 to Till Date
1. Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the integrity and
availability of all hardware, server resources, systems and key processes, reviewing system and application logs, and
verifying completion of scheduled jobs such as backups.
2. Involved in build and deployment - Patch release, Full release, and Auto release activities using CI/CD Jenkins tool
for any non-production environments.
3.Setup DEV, QA and UAT environments for every sprint using Ansible.
4.Created custom Docker images using Dockerfile.
E&Y as DevOps Engineer
Feb 2019 to Jun 2020
PROJECTS IN A NUTSHELL:
Project Name (#3) : e-Pragati -towards digital AP
Client : E & Y
Role : Cloud Admin & DevOps
Team Size : 15
Tools : Pega,Zabbix,ELK,Jira,Tomcat,Rhel,Aws,Docker,K8s,Terraform
Ansible.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Praveen Kumar Bhunjiya
AWS Certified DevOps Engineer seeking roles in Software Configuration
Management,Build Management,Release Management,Continuous Integration,Azure,
Azure DevOps,PostgreSQL,Shell,Bash
Scripting,Terraform,Yaml,Ansible,Docker,Jenkins,GiT,GitHUb
Key Skills: DevOps Engineer,System Admin,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,PostgreSQL,Shell,Bash
Scripting,Terraform,Yaml,Ansible,Docker,Jenkins,GiT,GitHUb,Orchestration,AWS,AZURE
Summary
Having 5+ years of experience specialized in Cloud Administration and Devops working on server-based operating system, and
providing support in both Application and Production environment. Extensive experience in installation, configuration and
administration of Redhat, CentOS 6/7.Troubleshooting System and Performance Issues under Client Server systems, along with
systems integration and keen understanding of customer service and requirements. Seeking a growth oriented career in world
of information and Cloud Technologies, Where I have more scope to learn advanced technologies and utilizing my skills in
DevOps world.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 2/4
Duration : FEB - 2019 to June-2020
DESCRIPTION:
Concisely, 'my AP' Portal shall serve as first stop to discover all Government services / data and shall act as an
information gateway to citizens & residents, government officials, businesses and non-residents. It shall also serve as a
repository of e-Pragati's ONE GOVERNMENT Core Platform standards / guidelines, UX artifactory, Architecture
references, DIY user guides and Developer Community.
RESPONSIBILITIES:
1. Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the integrity and
availability of all hardware, server resources, systems and key processes, reviewing system and application logs, and
verifying completion of scheduled jobs such as backups.
2. Involved in build and deployment - Patch release, Full release, and Auto release activities using CI/CD Jenkins tool
for any non-production environments.
3. Automated the building process and reduced all the manual intervention needed and merged that to the Jenkin's job.
4. Setup DEV, QA and UAT environments for every sprint using Ansible.
5. Create and configure new jobs for each and every module in Jenkins.
6. Configuration of Jenkins CI tool for automated build and Integrating Jenkins with Docker.
7. writing playbooks to setting up complete application stack which includes services like Apache, Tomcat.
8. Launch EC2 instances, attach/detach ELB, create and restore backup of EC2 instances using AMI.
9. Autoscale Groups, Launchconfig, Load balancer.
10. Create IAM to manage aws console and various services for user and various application etc.
11. Implementation of alerts system using SNS, cloud metric and instance scale up/down triggers.
CGI as Cloud Admin (L1/L2)
Oct 2015 to Feb 2019
PROJECTS IN A NUTSHELL:
Project Title(#1) : Core Banking System (C.B.S.)
Client : Union Bank of India (U.B.I.)
Role : Linux Administrator(L1)
Duration : OCT 2015 to JUL 2016
Team Size : 8
Environment : Rhel,Centos.Red Hat Sattelite.
RESPONSIBILITIES:
1. F/S creation, modification & Logical Volume management (LVM)
2. Setting up and administering NFS, NTP.
3. Sudoers users file management.
4. Patch management as per schedule.
5. Linux operating environment installation.
6. System log collection and shared with backend team for H/W support.
PROJECTS IN A NUTSHELL:
Project Name (#2) : Release Management Office
Client : PARAGON CGI
Role : Linux Admin with Devops & Cloud
Team Size : 10
Tools : Rhel,Centos,Aws,Jira,Tomcat,Docker
Duration : July 2016 to FEB-2019
DESCRIPTION:
The Project Aims to build a Data warehouse solution for business people at their business, by integrating the business
data from various source systems. Data mart is one of their major data warehousing applications that extracts data from
various operational systems and loads into data warehouse. In order to analyze the whole seller amount and rate lock in
different perspectives like retailer, customer, product rate lock, time, business unit and date, Merck implementing the data
warehouse. It wanted the ability to make more timely business decisions regarding its loan pipeline in order to improve its
business performance.Configuration of Jenkins CI tool for automated build and Integrating Jenkins with Docker & K8s with
Azure cluster.
UG: B.Tech/B.E. (Computer Science and Engineering) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal
in 2012
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 3/4
Other Qualifications/Certifications/Programs:
RHCSA
Nature of Employment: Full Time
Project Location: VIJAYWADA
Role: Network/System Administrator
Duration: Feb 2019 - Dec 2019
Onsite / Offsite: Onsite
Team Size: 12
Nature of Employment: Full Time
Project Location: HYDERABAD
Role: Network/System Administrator
Duration: Jul 2016 - Feb 2019
Onsite / Offsite: Onsite
Team Size: 8
IT Skills
Skill Name Version Last Used Experience
CentOS, Windows, Ubuntu, RHEL 2020 4 Year(s) 0 Month(s)
PostgreSQL,Oracle,MySQL 2019 1 Year(s) 0 Month(s)
Shell/Bash Scripting,Nagios, zabbix 2019 1 Year(s) 2 Month(s)
Apache Tomcat 2020 1 Year(s) 0 Month(s)
LVM, NAS( NFS, EFS) 2019 2 Year(s) 5 Month(s)
Crontab, AWS(Ec2,IAM),S3,VPC,Lambda 1.15 2020 1 Year(s) 0 Month(s)
Ansible(playbook) GitHub,GIT latest 2020 1 Year(s) 0 Month(s)
DOCKER latest 2020 1 Year(s) 0 Month(s)
K8s latest 2020 1 Year(s) 0 Month(s)
Microsoft Azure latest 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: e-Pragati towards digital AP
Client: EY
Skill Used: Pega PRPCAnsibleJenkinsApache TomcatDockerAWS-CWIPostgresqlkubernetesGithub, Microsoft Azure
Role Description: 1. Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the
integrity and availability of all hardware, server resources, systems and key processes, reviewing system and application
logs.
Project Details: Concisely, 'my AP' Portal shall serve as first stop to discover all Government services / data and shall act as
an information gateway to citizens & residents, government officials, businesses and non-residents. It shall also serve as a
repository of e-Pragati's ONE GOVERNMENT Core Platform standards / guidelines, UX artefactory, Architecture references,
DIY user guides and Developer Community
Project Title: Release Management Office
Client: CGI Group
Skill Used: Linux, Ubuntu, AWS, NAGIOS, SQL Server, Ansible, Github, Shell Scripting.
Role Description: Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the
integrity and availability of all hardware, server resources, systems and key processes, reviewing system and application
logs.
Project Details: The Project Aims to build a Data warehouse solution for business people at their business, by integrating the
business data from various source systems. Data mart is one of their major data warehousing applications that extracts data
from various operational systems and loads into data warehouse. In order to analyze the whole seller amount and rate lock in
different perspectives like retailer, customer, product rate lock, time, business unit and date, Merck implementing the data
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 4/4
Nature of Employment: Contractual
Project Location: HYDERABAD
Role: Network/System Administrator
Duration: Oct 2015 - Jul 2016
Onsite / Offsite: Onsite
Team Size: 10
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
warehouse. It wanted the ability to make more timely business decisions regarding its loan pipeline in order to improve its
business performance.
Project Title: core banking system UBI
Client: Union Bank Of India
Skill Used: Redhat Linux
Role Description: F/S creation, modification & Logical Volume management (LVM)
Setting up and administering NFS, NTP.
Sudoers users file management.
Patch management as per schedule.
Linux operating environment installation.
System log collection .
Project Details: F/S creation, modification & Logical Volume management (LVM)
Setting up and administering NFS, NTP.
Sudoers users file management.
Patch management as per schedule.
Linux operating environment installation.
System log collection and shared with backend team for H/W support.
Rank 308: Resume 1149 with similarity score 0.05056197502085356
B.E , MS , B.TECH , M.TECH devops engineer , junior engineer , associate , security engineer , team lead training , ran , security , microsoft azure , gsm , docker , linux , outsourcing , status , multinational , t&m , bridge , testing , nagios , gitlab , fundamentals , django , infrastructure , html5 , solaris , sql server , coordinated , ansible , devops , powershell , kubernetes , designation , mar , hindi , windows , english , project , support central , mongodb , live , on site , ownership , following up , scenario , pipelines , energy studies , hyper-v , c++ , flow , puppet , asi , itil , javascript , campus , measures , vm , vendors , affirmative action , information technology , mysql , operational activities , unix , database administration , email , aws , configuration management , problem management , android , containerization , languages , load balancing , esxi , root cause analysis , switching , jenkins , handover , css , nosql , ug , adobe experience manager , routing , health , php , teams , servlets , c# , application , telecommunications , user administration , petroleum , electronics , shell scripting , python , network administration , cloud computing , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c105…
https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c10574543580b0d5… 1/3
Current Designation: Engineer-Networking
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Kolkata
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Mindtree Limited as Engineer-Networking
Apr 2018 to Till Date
Joined as a Campus Mind in June 2018 in Mindtree Kalinga as part of learning program called Orchid, where I
learned ITIL procedure and had Hands-On professional training on basics of various technologies such as
Networking (Switching and Routing), VPC, Load balancing, Windows Hyper-V, Linux, VM Ware, Azure, AWS,
Python, Sql, MongoDB, Shell Scripting, Linux, etc. Projects worked on during tenure are:
Project: MS VSO ENGINEERING OPS
Client: Microsoft | Jul '18 - Mar '19
? Apr '18 - Present
Mindtree Limited Bengaluru, IN
Mindtree Limited is an Indian multinational information technology and outsourcing company headquartered in Bangalore,
India and New Jersey, USA. It part of the Larsen & Toubro group.
1 Junior Engineer
This was an Azure DevOps Live Site Project, where we monitor and support various services in Azure Devops
24*7.
Initiating a bridge call and engaging the support teams and management at the initial stage.
Driving the bridge call and ensuring the presence of support teams on time to handle the scenario thus
reducing the impact at initial stages.
Taking ownership of all the incidents and making sure the management is notified with proper information.
Following up with the support teams on unresolved Incidents.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shubhankar Thapliyal
Engineer seeking roles in DevOps, Testing, Networking,User Administration,IT Project
Management,Requirement Gathering,Cloud Computing,Configuration
Management,SDLC,Shell Scripting,Azure,Jenkins,Ansible,Python,Docker,AWS
Key Skills: Engineer,Team Lead,Networking,User Administration,It Project Management,Requirement Gathering,Cloud
Computing,Configuration Management,SDLC,Shell
Scripting,Azure,Jenkins,Ansible,Python,Docker,AWS,Devops,Javascript,Django,MongoDB,NoSQL
Summary
Value-driven & result-oriented DevOps Engineer possessing in-depth
knowledge of cloud-based technology for handling continuous configuration
& deployment of infrastructure & services. Proficient in multiple DBMS, OS &
languages to implement DevOps concepts such as containerization, cloud
computing, database administration, load balancing, etc. Adept at liaising
with key stakeholders to automate multiple points of the SDLC. Highly skilled
in coordinating with internal teams to effectively execute projects and
deliver compelling value to clients
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c105…
https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c10574543580b0d5… 2/3
Hands on experience on various Monitoring Tools.
Reduction of incidents using problem management techniques.
Identified and recommended proactive measures to improve client's Existing Infrastructure.
Implemented Problem Management Processes involving complete root-cause analysis. Coordinated and ran
meetings to determine root-cause of issues by analysing incidents and trends
Collaborated with cross functional teams and vendors to create a Quality Root Cause Analysis to minimize
repeat failures.
Monitor whether the incident at any time qualifies/ may qualify as a major incident.
Identify impacted markets / key stakeholders and make sure the communication flow is established and
maintained with them.
Continuously review the business impact and what can be done to minimize it while the incident is being
resolved
Maintaining the shift report for all incidents, and giving effective handover.
Liaise with Major incident managers for efficient incident resolution.
Review ticket updates on a regular basis and escalate as and when required
Project: ASI-CSP-AZURE T&M/ASI DATA BRIDGE T&M/AZURE DATA LAB SUPPORT FMC
Part of team to monitor and support Central Services Platform, platform supporting flow of data to multiple
applications hosted on site core.
Involved in setting up and working on Ops solutions on Azure
Worked on multiple technologies such as MS Sql server, Microsoft Azure and Azure DevOps.
Helped in monitoring the health of the application 24*7.
Identified and recommended proactive measures to improve client's Existing Infrastructure
Currently working on implementing PowerBI based solution for helping in Monitoring Health of Azure Data
Factory Pipelines to easily debug across the platform hosted in Azure.
Currently taking over the responsibilities as a the senior most member of the project for different kind of
operational activities in the team
UG: B.Tech/B.E. (Electronics/Telecommunication) from University of Petroleum & Energy Studies, Dehradun in 2017
PG: M.Tech (Computers) in 0
Other Qualifications/Certifications/Programs:
GSM and Telecommunications
GSM and Communications
Microsoft Certified: Azure Fundamentals
Python For Everybody
Adobe Experience Manager Sites Business Practitioner
Microsoft Certified: Azure Administrator Associate
icrosoft Certified: Azure Security Engineer Associate
Education
IT Skills
Skill Name Version Last Used Experience
MySQL, MS SQL, MongoDB
HTML5, CSS, JavaScript, JSP, Servlets
powerShell Script, Shell Script, Python,
C#, Java, PHP, C, C++
GIT, GITLab
Jenkins, Docker, kubernetes
Chef, Puppet, Ansible, Nagios,
, PowerBI, Azure DevOps
VM Ware ESX/ESXi, Docker
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c105…
https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c10574543580b0d5… 3/3
Affirmative Action
Physically Challenged: No
GCP, Adobe
Linux and UNIX, iOS, Android, Solaris,
WINDOWS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 309: Resume 1305 with similarity score 0.05053872527038021
B.E , B.TECH full time , system analyst , devops , support analyst automation , ansible , retail , devops , jenkins , performing , designation , ug , tamil , affirmative action , cloud , ticketing , maintenance , azure , ltd , internet banking , authorization , english , status , architecture , sql , email , project , health check , application , aws , microfocus , workplace , remediation , operations , livelink , servers , languages , client requirements , one , dashboards , workflow , javascript , technology , servicenow , ras , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450…
https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450216485e085d5… 1/2
Current Designation: App/Cloud Support Analyst -IT
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as App/Cloud Support Analyst -IT
Aug 2014 to Till Date
MicroFocus Operation Orchestration:2016 -till Today
Automation through MFOO.
One of the top performer in operations team
Developed few clients related workflow and got appreciation
Involved in Patching Activity
Maintenance and support the MFOO Environment
Supporting the application through Incidents/changes through Service now
Worked in Auto ticketing generation, downtime set up for servers and various automations
Involved in production patching/Deployment.
100% compliance with Incidents and Changes
Application Maintenance:
Performing Health check in MFOO platform
RAS Maintenance
Involved in OO Upgrade
Modifying the deployment type as per client requirements.
Monitoring the Application Deployment.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Parimala P
App/Cloud Support Analyst seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,MFOO,MyWizard,SQL,ServiceNow,ITSM,DevOps,AWS,Azure,Devops,Jenkins,Ansible
Key Skills: App/Cloud Support Analyst,System Analyst,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,MyWizard,SQL,ServiceNow,ITSM,DevOps,AWS,Azure,Devops,Jenkins,Ansible
Summary
Having 6+ Years of overall IT experience in various technologies/tools such as Micro focus Operations
Orchestration(MFOO),IAP Platform, MyWizard,SQL,ServiceNow(Incident,Changes,Problem),ITSM,DevOps.
Hands-on experience and strong understanding on SQL,MFOO,Ucmdb,Dashboards.
Having knowledge on AWS/Azure,Devops,Jenkins,Ansible.
Looking for a challenging workplace that welcomes growth opportunities and Positive environment for accomplishing projects
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450…
https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450216485e085d5… 2/2
Critical issue Remediation:
Worked with Microfocus Vendor team regarding critical issues.
Once we got the fix from vendor, will apply the fix in Stag/Prod respectively.
Banking Project(Application Maintenance Team): 2014-2016
Worked in Banking project and supporting below applications
Business Lending Process,Retail Internet Banking,Business Online and Livelink application
Interact with clients and Understand requirement
Reducing defects and improving quality of maintenance
UG: B.Tech/B.E. (Electrical) from SONA COLLEGE OF TECHNOLOGY, SALEM in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
IAP Platform
mywizard
SQL
ServiceNow
ITSM, DevOps
SQL, MFOO
Ucmdb,Dashboards
AWS, Azure
Jenkins, Ansible
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 310: Resume 606 with similarity score 0.050464267112909925
nan work from home assessment , html , mobile , resume , android , instrumental , css , javascript , sem , computer science , project , store , application Assessment
Q1. Why should you be hired for this role?
I am currently pursuing masters in computer application and also I have great interest for mobile app development and also I have an hands in
experience, I have developed an app-"online musical instrumental store" in my 3rd sem as my major project which meets the requirements well.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for a complete 3 month internship from Bangalore.
I can start my internship immediately from 2 Feb 2021
Resume
EDUCAT ION
CONTACT Phone: 91 8660552980
TEJASWINI RAJENDRA
Bangalore
Applied 30 Jan'21
Android CSS HTML
Java JavaScript
Master of Computer Applications MCA, Computer Science
Mount Carmel College
2019 - 2021
Bachelor of Computer Applications BCA, Computer Science
Mount Carmel College
2015 - 2019
Rank 311: Resume 910 with similarity score 0.05031164331072528
B.E , MS , B.TECH project manager , zookeeper , software developer , senior software engineer , full time , system architect , team lead , project leader resource allocation , project design , gfs , customer , algorithms , telugu , nfs , mybatis , office , docker , gradle , status , messaging , mumbai , project staffing , recon , xml , fintech , rdbms , cbi , testing , components , features , reliability , accessibility , ec2 , sql server , icms , streams , contingency , mitigation , react.js , encryption , designation , confluence , deliverables , mar , web services , hindi , cloud , ltd , json , english , throughput , screens , responsiveness , leadership , processing , angularjs , estimates , c++ , git , computer science , rabbit , arduino , lucene , documentation , offsets , iso8583 , struts , javascript , h2 , artificial intelligence , disk , measures , external clients , html , i18n , optimization , general , entity framework , developers , affirmative action , mysql , oracle , parse , curl , maintenance , basic , typescript , jquery , apache kafka , escalation , email , tomcat , aws , case management , vast , latex , junit , maven , languages , hibernate , raspberry pi , management system , mobile , jira , expenses , dashboards , rbi , ajax , streamlining , high availability , jasper , css , nosql , soap , testng , authorization , spring boot , scalability , record , application , less , indexing , led , servers , storage , parsing , software design , python 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 1/4
Current Designation: Senior Software Engineer (Full Stack)
Current Company: CustomerXPs Software Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
CustomerXPs Software Pvt. Ltd. as Senior Software Engineer (Full Stack)
Jul 2017 to Till Date
Growth Path:
Jul'17 to Jul'19 as Software Engineer
Aug'19 till date as Senior Software Engineer
Key Result Areas:
* Introducing process changes to maintaining quality as the team increases in size
* Providing overall leadership to the entire project team including managing deliverables of other functional team
leaders
* Managing large and complex projects or multiple components of a large project involving more than one company's
product
* Liaising with internal/external clients to determine specific requirements and expectations; managing client
expectations as an indicator of quality
* Creating & managing the estimates, project plan, project schedule, resource allocation and expenses to ensure that
targets are achieved
* Working with relevant Resource Managers for project staffing and resource releases
* Following the project life cycle methodology defined under the process framework; ensuring that customer deadlines
are met within project budgets
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SHASHANK DEVISETTY
Senior Software Engineer, working in fintech domain for almost 4 years aspiring to
assume the role of a system architect / project design team lead in the immediate
future. Roles in Application or Software Design / Development and Project
Management
Key Skills: Java,Go,C,C++,Data Structures,Spring,J2Ee,HTML,SQL
Server,Oracle,MySQL,RDBMS,NoSQL,Hibernate,XML,JSON,Apache Tomcat,Apache
Kafka,Lucene,Struts,React.Js,Angularjs,Typescript,Javascript,RESTEasy,Restful
APIs,swagger,JIRA,Testng,Curl,Gradle,GIT,SVN
Summary
B.Tech. (Computer Science & Engineering) professional with over 3 years of experience in Full Stack Application Development.
Currently associated with CustomerXPs Software Pvt. Ltd., Bengaluru as Senior Software Engineer. Keen Interest in Product /
Project Design, Platform based coding, Artificial Intelligence, Data Structures and Algorithms, Computer Networks. Led
initiatives to increase accessibility awareness and advise business stakeholders, designers and developers on accessibility
standards. Identified architectural improvements resulting in increased developer efficiency, product reliability, and
responsiveness to new feature requests. Continuously adjusted priorities and addressed issues to improve efficiency; achieved
committed product content and quality goals on time after staff reductions and increases in content. Rich exposure in managing
the full life cycle process for large-scale software development
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 2/4
* Ensuring the maintenance of positive and on-going relationships with clients
* Recognizing issues and risks in a timely manner; developing & implementing appropriate mitigation and contingency
plans
* Administering escalation management for projects at the client's office
* Suggesting measures for streamlining application programming and maintenance as per the quality standards
UG: B.Tech/B.E. (Computer Science and Engineering) from VIT University, Chennai in 2017
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 8 2020 4 Year(s) 0 Month(s)
C 2020 7 Year(s) 0 Month(s)
C++ 2014 1 Year(s) 0 Month(s)
GO 1.13 2020 0 Year(s) 6 Month(s)
RESTEASY 2020 4 Year(s) 0 Month(s)
Apache Lucene 2018 1 Year(s) 0 Month(s)
REACT 2020 0 Year(s) 3 Month(s)
Angular 2018 1 Year(s) 0 Month(s)
Apache Kafka 2020 0 Year(s) 3 Month(s)
Hibernate 2019 0 Year(s) 6 Month(s)
JASPER 2018 1 Year(s) 0 Month(s)
Oracle, SQL Server, MySQL 2020 4 Year(s) 0 Month(s)
Mybatis 2019 3 Year(s) 0 Month(s)
JAXB,SAX XML(Marshalling, Unmarshalling) 2018 0 Year(s) 1 Month(s)
JUNIT 2017 0 Year(s) 2 Month(s)
TESTNG 2020 3 Year(s) 0 Month(s)
Struts 2017 0 Year(s) 6 Month(s)
Swagger 2020 1 Year(s) 0 Month(s)
Apache Tomcat 2020 3 Year(s) 0 Month(s)
H2, Gradle, SVN, Git, Maven
Arduino programming, i18n Locales
Raspberry Pi Programming
Typescript, CSS, Latex
JavaScript, JSP, AJAX, HTML
Apache Struts, Zookeeper
jQuery, cURL, Jackson, JSON,
Entity Framework, SOAP,Spring Boot
Data Structures, Basic Python
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 3/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Project Leader
Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Jan 2019 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jul 2018 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 1
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Projects
Project Title: eXternal Data Receiver (XDR)
Client: Banks - Indian and Abroad
Skill Used: Go, Apache Kafka, Zookeeper, SOAP, RESTEasy Restful Web APIs Testing: Undertow server mocks with
multiple Go server instances and also hosted on an AWS EC2 cloud server
Role Description: Role: Team Lead
Responsibility: Design and implement. Answerable to project manager
Project Details: XDR is a multipurpose receiver designed to support multiple protocols and multiple types of
requests concurrently in a distributed environment.
a. Being the sole entry point to the application, XDR should have the capability of accepting messages in multiple
protocols in multiple formats. For example, a JSON over HTTP(s), an ISO8583 over TCP, a SOAP request etc.
b. XDR should have the capability of providing secure channels to clients where it supports two-way encryption on
data sent / received
c. XDR should have the capacity to multiplex the data received to multiple processing engines of the application
upon receiving data
d. XDR should always serve the external applications by providing high availability
Project Title: intelligent-Case Management System (iCMS) / Native Case Management System (Native CMS)
Client: Banks - Indian and Abroad
Skill Used: Java, Apache Tomcat, Apache Lucene, Jasper, MySQL, Oracle, SQLserver, i18n Locales, ReactJs,
Standalone Docker installation support, Standalone tomcat installation support, RESTEasy Restful Web services,
Swagger I/O, Confluence for Documentation
Role Description: I have mostly coded the backend work while sometimes coding small frontend React components
as well
Project Details: Case Management System is designed as an alternative to Jira to handle alerts raised on banking
frauds for investigators
to investigate. Efforts were put in to match Jira and outclass it for our clients to dump Jira off and chose the product
a. Jira was replaced due to scalability issues Jira was not able to handle speed and size at the same time
b. Ability to customize fields and screens
c. Ability to generate reports and dashboards based on data
d. Ability to communicate with entities all over the world
e. Ability to be as fast as possible
f. Ability to sync between various modes of communication (such as eMail Notifications, app notifications, mobile
app etc)
Responsibilities: Design and implement the vast features
To facilitate storage, last six months data is stored in Apache Lucene and accessed through the same for speed and
for size restrictions, data older to six months is stored in RDBMS. Only alert data is stored in Lucene so that the
main data is fetched very fast
Project Title: Watchlist DowJones Indexing
Client: Banks - Indian and Abroad
Skill Used: Java, DOM and JAXB-SAX XML marshalling / un-marshalling
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 4/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jan 2018 - Jun 2018
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Details: A need of the hour optimization requirement to parse huge watchlist data of global data providers
(like UN, FBI, RBI, CBI etc) in DowJones XML format in as less time as possible.
Deisgned partly by me and implemented completely. Design includes replacing DOM parsing of XML by SAX (JAXB)
XML parsing while multi-threading the record offsets to achieve highest possible throughput
Project Title: Clari5 Messaging Queue
Client: Banks - Indian and Abroad
Skill Used: Java (Parallel streams and extensive multi-threading), NAS / NFS / GFS storage
Role Description: Coded this entire application
Project Details: A messaging queue of our own for internal communication between processing engines and
participating entities. This was implemented as a Rabbit MQ alternative in our application
a. CMQ is responsible for immediate concurrent instant write to disk
b. CMQ is responsible to secure the data through encryption
c. CMQ uses shared network access storage to facilitate communication between servers
d. CMQ provides archival and recon features to its consumers
e. CMQ provides an option of entity allocation to its consumers so that transactions of a same entity are processed
by the same instance of an engine (This is used by client engines who use caching extensively)
Rank 312: Resume 311 with similarity score 0.0501198329126251
MS , B.TECH , M.TECH , BS director , work from home , classifier , student , research intern , full time , ceo , team member mri , award , computing , robotics , x-ray , algorithms , internships , intel , classification , deep learning , workshops , forest , physics , nlp , real-time monitoring , learning techniques , data analytics , chemistry , shape , statistical modeling , public , keras , natural language processing , air , ieee , embedded systems , signal , advanced , internet , graphs , plagiarism detection , labels , sql , project , express , aws , c programming , exploratory data analysis , probability theory , introduction to , mumbai , computer vision , iit , fine tuning , resume , ibm , neural networks , electronics , datasets , prediction , art , interview preparation , nltk , machine learning , probabilistic models , building , correlation , research , sentiment analysis , statistics , amazon , completion , assessment , absenteeism , data science , python , texts , lung , technology , sat , cascade , online Assessment
Q1. Why should you be hired for this role?
I am a second-year undergraduate student of the Department of Electrical Engineering, Indian Institute of Technology Kharagpur. I am highly
fascinated by the ingenuity of approaches of this internship in the field of Deep Learning and would like to express my sincere willingness to
work as a Deep Learning intern at Boong.
Currently, I am working as a Research Intern at the University College London Under Prof. Philip C Treleaven, Director of Centre for Financial
Computing and Analytics), where we are currently formulating a machine-learning-based Governance project to provide real-time monitoring
information to the Board members of companies. I have built a RoBerta based text summarization service that is used to extract insights from
financial reports and serve as a Question Answer Engine on the financial reports' data. Along with this, I have also completed my Research
internship at the University of Turku, Finland Under Professor Abdulhamit Subasi), wherein I have worked on Alzheimer Detection using Transfer
Learning Methods in Deep Learning. I have co-authored a book chapter that is going to be published in Elsevier Journal, explaining the different
Fine-tuning and Data augmentation techniques that I have applied to the data.
In the past, I have worked on a project under Wipro Group Head, Mr.Jitendra Moon on early detection of Pneumonia using lung X-ray scans,
which can be further used for early-stage Covid-19 detection.
As a part of my curriculum, I have already completed relevant courses like Algorithms And Data structures, and Signal and Systems. I have also
completed online courses like Convolutional Neural Networks for Visual Recognition CS231n) by Stanford University, Machine Learning CS229n)
by Stanford University, Natural Language Processing with Probabilistic methods, Introduction to Knowledge Graphs. I believe my interests match
with the requirements of this internship and that my knowledge, combined with my enthusiasm, will make me a valuable asset to your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for a period of 3 months.
Resume
EDUCAT ION
INTERNSHIPS
Manav Kapadnis
Thane, Kharagpur
Applied 09 Feb'21
Natural Language Processing
NLP
Python Computer Vision
C Programming Data Science Deep Learning
Machine Learning SQL C Programming
Data Analytics Statistical Modeling
Integrated B.Tech & M.Tech, Department Of Electrical Engineering
Indian Institute Of Technology Kharagpur
2019 - 2024
CGPA 9.24/10
Senior Secondary XII, Science
Shubham Raje Junior College
MAHARASHTRA STATE board)
Year of completion: 2019
Percentage: 91.28%
Secondary X
DAV Public School,Thane West
CBSE board)
Year of completion: 2017
Percentage: 97.80%
Delegate
Harvard US - India Initiative, Mumbai
Feb 2021 - Feb 2021
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Represented IIT Kharagpur as a delegate among 200 participants in Harvard US India Initiative 2021
Interacted with a wide network of professionals from diverse backgrounds and mooted India's economic and strategic
presence across the globe.
Research Intern
University College London UCL, Virtual
Dec 2020 - Present
Formulated Machine Learning based Governance project providing real-time monitoring information to the Board members of
companies.Implemented RoBERTa Based Topic Modelling service to extract and summarize the contents of financial reports
of company
Research Intern
University Of Turku, Finland, Virtual
Dec 2020 - Jan 2021
Fine-tuned pre-trained models to adapt to the task of classifying a given Brain MRI image into four different stages of
Alzheimer Disease.
Achieved accuracy score of 98% by fine tuning VGG16 and VGG19 pre-trained architectures for the task.
Core Team Member,Kharagpur Data Analytics Group
Successfully organized the Analytics BootCamp,which was aimed at brushing up the interview preparation for all final year
students.Co-organized various 'DA' competition and workshops at institute level
Sub Head at Technology Robotix Society
Organized and participated in the largest techno-management fest of India,
Kshitij IIT KGP.
Developed the Technology Robotix Website.
Participated in the Winter School Of AI and Robotics in December 2019 .
Embedded Electronics
Technology Robotix Society , Kharagpur
Dec 2019 - Dec 2019
Learnt several embedded systems over a period of 8 days in workshop conducted by Technology Robotix Society.
Udacity Machine Learning Nanodegree
Aug 2020 - Oct 2020
https://github.com/manavkapadnis/Udacity-Machine-learning-Nanodegree
Selected among top 35 people in the world for this Completely sponsored Udacity machine learning Nanodegree,
sponsored by Amazon AWS.
Implemented and deployed three different projects using the AWS service .
The projects were based in NLP field.
Audio Sentiment Analysis Using Librosa
Aug 2020 - Sep 2020
https://github.com/manavkapadnis/Audio-Sentiment-Analysis-using-Librosa
Developed a model to classify audio sounds into fourteen different types of
categorical labels using different libraries such as Librosa,Keras etc
Increased the Accuracy by 10% , using four different datasets along with data augmentation
Plagiarism Detection Model
Aug 2020 - Sep 2020
https://rb.gy/frdvdv
Developed a plagiarism detection model to identify whether two given
texts belong to the same source or not , and deployed it using AWS
Achieved an accuracy of 92.34% on the test set and worked efficiently well in real life scenarios.
Book recommendation system using Natural Language Processing
Jul 2020 - Jul 2020
https://github.com/manavkapadnis/Book-Recommedation-From-Charles-Darwin
Implemented book recommendation system using a dataset of books using BoW and Tf-Idf approach.The user should give
the name of their favourite book,and according to data similarities,we recommend other books similar to your interest.
Tweet Sentiment Extraction
Jun 2020 - Jun 2020
https://github.com/manavkapadnis/tweets-sentiment-analysis-using-bert
- Implemented sentiment analysis on a set of tweets using tensorflow and nltk library
- Classified the text into spam and non-spam tweets. Achieved 75% accuracy
- Improved the accuracy further by using pretrained architectures such as BERT to 83%
https://github.com/manavkapadnis/Udacity-Machine-learning-Nanodegree
https://github.com/manavkapadnis/Audio-Sentiment-Analysis-using-Librosa
https://rb.gy/frdvdv
https://github.com/manavkapadnis/Book-Recommedation-From-Charles-Darwin
https://github.com/manavkapadnis/tweets-sentiment-analysis-using-bert
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9322933311
Intel Image Classification Problem
Apr 2020 - Apr 2020
https://github.com/manavkapadnis/Intel-Image-Classification-Problem
Developed classifier model to classify given set of images into 6 different categories- building ,forest,sea,glacier,street and
mountain
Achieved accuracy of 84% by fine tuning different pretrained architectures
such as ResNet 50 and VGG 16
Subject SAT PCM22400/2400 :
Among the top 0.1% students in the world to achieve a perfect score in all three Subject SATs of Physics,Chemistry and
Maths.
JEE ADVANCED AIR 1367
Under top 0.15% amongst more than
2,00,000 students.
"MOOCS" --
IBM Data Science Specialisation
Probability Theory And Statistics
Machine Learning by Stanford
University
CS 224n by Stanford University
NLP with Probabilistic Models
NLP with Sequence Models
COMPETETIONS :
Best Fresher Award-N.E.X.U.S,Jan 2020Made bot that uses onboard
camera to detect path formed by circles ,traverses on it autonomously,It was used for shape detection.Awarded the best
performance amongst all freshmen of the Institute
HackerEarth Machine Learning Employee Resignation Prediction Rank
54/14538
Implemented techniques such as exploratory data analysis,feature
selection using pearson correlation and implemented different machine
learning algorithms .
Data Unchained IIIT Delhi Competetion Rank 4/52 :
Achieved fourth position in three days continuous hackathon organized IEEE IIIT Delhi.
The competetion had participants from various different institutions of the country such as IITs,NITs,etc.
Cascade Cup | Rank 5/2000
Implemented state of the art machine learning techniques to achieve a score of Weighted F1-score of 98.53 % in predicting
the age group of the user on the basis of their tweets and other internet activities
Analyzed and presented data on Employee Absenteeism to the CEO of Trell group
https://github.com/manavkapadnis/Intel-Image-Classification-Problem
Rank 313: Resume 208 with similarity score 0.05011915249290019
MS , B.TECH , BS work from home , campus ambassador dart , blogging , media marketing , algorithms , report writing , css , microsoft azure , sqlite , visual studio , data analytics , hindi , linux , firebase , php , english , bootstrap , social media , wordpress , c programming , creative writing , resume , android , github , computer science , assessment , python , javascript , eclipse , ion , campus , apps , cloud computing , technology , digital marketing , mathematics , html , database Assessment
Q1. Why should you be hired for this role?
I am an flutter and Android App developer and has good knowledge of UI/UX designing. I have made several apps in projects.. I have all the skills
required for the internship including firebase.
I can show some of my sample apps if required. Some of them are social media app, food ordering apps, conversational and educational apps.
Other than that I am very skilled in html, css and Javascript and have many front-end projects.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, definitely I will available for the required time period
Resume
EDUCAT ION
JOBS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9870827345
Gunjan Kapoor
Jaipur, Agra
Applied 31 Jan'21
Flutter Bootstrap Creative Writing
English Proficiency Written) GitHub HTML
Hindi Proficiency(Spoken) Java JavaScript
MSOffice MSPowerPoint MSWord
Report Writing SQLite Algorithms
Android Blogging C Programming
C Programming CSS Cloud Computing
Computer Networks Dart Data Analytics
Data Structures Database Management
System DBMS
Digital Marketing
Eclipse IDE English Proficiency Spoken) Firebase
Hindi Proficiency Spoken) Hindi Proficiency Written) Hindi Proficiency(Written)
Linux MSExcel Mathematics
Microsoft Azure Microsoft Visual Studio PHP
Python Social Media Marketing WordPress
Bachelor of Technology B.Tech), Computer Science & Engineering
JECRC University
2019 - 2023
Campus Ambassador
Coding Ninjas, Jaipur
Dec 2019 - Present
Campus ambassador at coding Ninjas and JECRC University
content writing experience in ideathon and other competitions
Rank 314: Resume 1244 with similarity score 0.050061104672626346
B.E , MS , B.TECH database support , full time , team lead , technical lead , system engineer database systems , devising , patch management , automation , schema , optimization , high availability , general , production systems , powershell , access , microsoft azure , security , designation , developers , 24x7 , data migration , ug , platforms , affirmative action , health , hindi , cloud , databases , refining , maintenance , cluster , ltd , database administration , database servers , authorization , english , troubleshooting , status , corporations , email , aws , query tuning , 2008 r2 , performance tuning , database design , disaster recovery , languages , replication , kannada , server administration , data integrity , scheduling , javascript , engineers , technology , migration projects , international clients , on-call support , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435…
https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435616405b09580… 1/2
Current Designation: Technical Lead
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Mindtree as Technical Lead
Apr 2013 to Till Date
Key Result Areas:
* Working as Technical Lead assisting Team members working on tickets reported by Microsoft Customers.
* Assisting Junior Engineers by helping in solving the tickets related to SQL Server.
* Managing SQL Server Database through multiple product lifecycle environments, from development to mission-critical
production systems
* Installing, maintaining, administering, and tuning MS SQL Server database; completing database back-ups and
maintaining backup procedures
* Configuring:
o Maintaining database servers and processes, including monitoring of system health and performance, to ensure high
levels of performance, availability and security
o Report server and deploying the SSIS packages
* Applying:
o Security patches and hotfixes in the required/all SQL Servers
* Analyzing solve and correct Issues in real time; providing immediate solutions to the problems encountered and
devising long-term remedial solutions to avoid the recurrence of the issue
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
VIKAS M. S.
Technical Lead seeking role in Server Administration,Database Administration,Project
Management,Data Integrity,Database Design,SLA Management,Microsoft Azure,Data
Migration,Disaster Recovery,Performance Tuning,Access Management,SQL
Server,AWS
Key Skills: Technical Lead,Team Lead,Server Administration,Database Administration,Project Management,Data
Integrity,Database Design,SLA Management,Microsoft Azure,Data Migration,Disaster Recovery,Performance
Tuning,Access Management,SQL Server,AWS
Summary
* Technically sophisticated and innovative, Engineering Professional, with over 10 years of diverse experience in entire gamut
of MS SQL Database Administration with exposure to Microsoft Azure and AWS as well
* Supported various versions of Microsoft SQL servers (2008 R2, 2012, 2014, 2016, 2017, 2019) on various platforms (Cloud)
for multiple international clients
* Implemented the existing best practices in database management (platform support, installation, administration, monitoring,
optimization)
* Provided maintenance of databases to include the following: backups, disaster recovery, database support, access
management, patch management; provided on-call support if required
* Expertise in managing HA and DR capabilities in SQL environment, including Always On, Replication and Clustering
technologies
* Participated in various migration projects (cloud migrations); designed and implemented new environments with capacity
planning
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435…
https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435616405b09580… 2/2
* Scheduling the required reports based on the business requirement sharing it with upper management
* Refining and automating regular processes, track issues, and document changes
* Maintaining and Troubleshooting database high availability like Always On, Cluster, Replication etc and upkeep
availability of other database systems as required
* Creating:
o Automation scripts to perform repetitive tasks and patching activities to ensure high data integrity using PowerShell
Scripts;
o Maintaining, and rebuilding/reorganizing indexes in SQL Server
* Determining database management needs and recommending system upgrades as necessary; ensuring that
database restored in a timely and efficient manner in the event of system failure
* Assisting the Developers Team with complex query tuning and schema refinement; providing 24x7 support for critical
production systems
Talisma Corporations Pvt. Ltd. as Senior System Engineer
Jun 2008 to Feb 2013
UG: B.Tech/B.E. (Mechanical) from Visveswaraiah Technological University, Karnataka in 1999
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft SQL Server
AWS Cloud Technology
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Kannada
Rank 315: Resume 452 with similarity score 0.05005575072047442
MS , B.TECH , BS work from home , partner , student , machine learning engineer , facilitator mri , version control , subversion , segmentation , algorithms , internships , image processing , classification , deep learning , mar , orca , object-oriented programming , modeling , conferences , collaboration , keras , natural language processing , azure , unix , english , cli , google cloud platform , twitter , mercurial , intelligence , editing , sql , aws , llp , numpy , computer vision , microsoft , resume , paper , github , vector , biology , java , machine learning , probabilistic models , computer science , opencv , soft skills , spaces , jazz , languages , research , completion , assessment , events , medicine , scikit-learn , data science , python , face recognition , reddit , object detection , workflow , jira , cloud computing , technology , data engineering , mathematics , online Assessment
Q1. Why should you be hired for this role?
I have expert level knowledge in Machine Learning having been certified with the TensorFlow Developer Professional Certificate by
DeepLearning.AI. I have interned in several companies as a Machine Learning Engineer wherein I have worked with Computer Vision to GANs. I
also have expertise in Python having been a facilitator for Python course CS106A at Stanford University.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Rishiraj Acharya
Kolkata, Durgapur
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
Algorithms Artifical Intelligence Data Structures
Deep Learning English Proficiency Spoken) English Proficiency Written)
GitHub Image Processing Machine Learning
OpenCV Biology Cloud Computing
Data Science Distributed Computing Google Cloud Computing
Java Mathematics SQL
B.Tech Hons.), Computer Science & Engineering
Netaji Subhash Engineering College, Kolkata
2018 - 2022
CGPA 9.62/10
Senior Secondary XII, Science
DAV Model School, Durgapur
CBSE board)
Year of completion: 2017
Secondary X
St. Peter's School, Durgapur
ICSE board)
Year of completion: 2015
Machine Learning Engineer
LANNET TECHNOLOGIES, Virtual
Jul 2020 - Sep 2020
Machine Learning Engineer
TeamCognito Tech LLP, Kolkata
Feb 2020 - Apr 2020
Tiger Reporter
THE TELEGRAPH IN SCHOOLS, Kolkata
Jun 2013 - Mar 2017
Report on various events and happenings. Work with the Editorial Team of ABP's The Telegraph in Schools in planning,
editing and designing of the paper.
deeplearning.ai Ambassador
Microsoft Student Partner
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Teacher CS106A - Python) at Stanford University
Natural Language Processing With Classification And Vector Spaces
Deeplearning.ai, Online
Jul 2020 - Jul 2020
https://www.coursera.org/account/accomplishments/certificate/BBKZVBE69ZSA
Natural Language Processing With Probabilistic Models
Deeplearning.ai, Online
Jul 2020 - Jul 2020
https://www.coursera.org/account/accomplishments/certificate/85DPYFXL54DT
AI For Medicine Specialization
Deeplearning.ai, Online
May 2020 - May 2020
https://www.coursera.org/account/accomplishments/specialization/certificate/VPGN5ZQR2PQ9
Deep Learning Specialization
Deeplearning.ai, Online
Jan 2020 - Jan 2020
https://www.coursera.org/account/accomplishments/specialization/5RJDXE97EYYQ
Tensorflow Developer Professional Certificate
Deeplearning.ai, Online
Jan 2020 - Jan 2020
https://www.coursera.org/account/accomplishments/specialization/U5AFLH7BY5N3
Machine Learning With TensorFlow On Google Cloud Platform Specialization
Google Cloud, Online
Jul 2019 - Jul 2019
https://www.coursera.org/account/accomplishments/specialization/CUSAAUZSZRDW
Joy Of Computing Using Python
Indian Institute of Technology Madras, Online
Jan 2019 - Apr 2019
http://nptel.ac.in/noc/social_cert/noc19-cs09/NPTEL19CS09S61270001191008713.jpg
Soft Skills
Indian Institute of Technology Roorkee, Online
Jul 2018 - Oct 2018
http://nptel.ac.in/noc/social_cert/noc18-hs29/NPTEL18HS29S112000291810057685.jpg
Brain Tumor Auto-Segmentation for MRI
May 2020 - May 2020
Chest XRay Medical Diagnosis with Deep Learning
May 2020 - May 2020
Real-time Orca call detection - GSoC 2020
Apr 2020 - Apr 2020
Conv1D, GRU, Unidirectional RNN
Automatic Pavement Assessment - SIH 2020
Feb 2020 - Feb 2020
Faster RCNN Object Detection
Improvise a Jazz Solo with an LSTM Network
Jan 2020 - Jan 2020
Face Recognition
Jan 2020 - Jan 2020
CNN with FaceNet & DeepFace
Data Engineering in Python and/or SQL or other domain-specific query languages.
Modeling in Python using packages such as numpy, scikit-learn, Keras, TensorFlow, and PyTorch.
CONTACT Phone: 91 9800434383
Deployment using an object-oriented programming language (such as Python, and Java, C,) and cloud technologies such
as AWS, GCP, and Azure.
Collaboration and workflow using a version control system (for instance, Git, Subversion, and Mercurial), a CLI like Unix, an
IDE such as Jupyter Notebook, and Sublime, and an issue tracking product like JIRA.
Research by following updates via channels such as Twitter, Reddit, Arxiv, and conferences such as NeurIPS, ICLR, ICML,
CVPR, and ACM.
Rank 316: Resume 600 with similarity score 0.050018224986032936
B.TECH , BS work from home , recycler information technology , authentication , cloud , basic , firebase , gateway , retrofit , sql , android studio , project , kotlin , c programming , leadership , messaging , resume , java , completion , assessment , app , mobile , search , database Assessment
Q1. Why should you be hired for this role?
I have gained proficient knowledge in Java, Android, Firebase and C and basic knowledge of Retrofit, SQL and Kotlin. I also have hands-on
experience on working with Android Studio. I have a passion for pushing mobile technologies to the limit and have also gained experience while
working on some minor projects. I apply proven management, leadership and development skills whether it is academic, extra-curricular or
professional projects.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 8384859321
Swarnima Tiwari
Bareilly
Applied 25 Dec'20
Android Kotlin Firebase
C Programming C Programming Java
SQL
Bachelor of Technology B.Tech)
INDIAN INSTITUTE OF INFORMATION TECHNOLOGY UNA
2018 - 2022
CGPA 8.76/10
Senior Secondary XII, Science
CBSE BOARD board
Year of completion: 2017
Percentage: 91.80%
Secondary X
CBSE board
Year of completion: 2015
CGPA 9.40/10
Anti Peculator
Aug 2020 - Aug 2020
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
This project is an attempt to minimise the theft of vehicles which is very much persistent in our country consisting of
Firebase Authentication
Firebase Realtime Database
GeoCoder
Expandable Recycler View(with search view enabled)
App-LGP
Apr 2020 - May 2020
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
The app was a match hosting app build using Android Studio and Firebase. The integrations used in the app are:
Firebase Authentication
Firebase Realtime Database
Firebase Cloud Messaging
Firebase Remote Config
UPI Payment Gateway
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
Rank 317: Resume 711 with similarity score 0.049999032776674716
B.E , MS , B.TECH , BS project manager , scrum master , software development manager , business account manager , software architect , technical lead , software developer , partner , senior software engineer , part time , full time , team lead , product owner resource allocation , training , customer , workshops , linux , data manipulation , test cases , ssl , pop , status , specifications , root , product management , mobile platforms , facebook , technical design , features , work processes , salesforce , development projects , bam , delivery operations , crm , server side , ecommerce , automation , bundling , designation , hindi , webpack , bar , service providers , ltd , provision , english , protection , editing , angularjs , phonegap , architecting , data analysis , estimates , flow , git , cordova , research , documentation , hubspot , completion , data integration , phones , javascript , keystone , client side , knowledge base , html , general , performing , scrum , developers , pages , product support , information technology , mysql , lists , affirmative action , public , maintenance , jquery , escalation , email , google , codeigniter , chrome , microsoft , mobile devices , user stories , android , unit testing , languages , console , management system , family , dashboards , expenses , widgets , online , api , software solutions , css , ug , portals , scratch , ticketing , mcafee , accessories , php , ios , authorization , functional requirements , teams , sharepoint , spring boot , record , mozilla , application , electronics , product design , framework , preparation , replication , e-commerce , row , objective-c , reviews , eloqua , metrics , learning , laravel , marketo 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e410947…
https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e4109470a18455e0e5d5… 1/3
Current Designation: Software Development Manager
Current Company: True Influence
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [IT and Operations]
Verified : Phone Number | Email - id
True Influence as Software Development Manager
Dec 2016 to Till Date
Key Result Areas:
Managing software development projects using software product design/engineering methodologies including:
Developing excellent relationships with key business stakeholders
Gathering functional requirements from stakeholders through interviews, user stories, workshops, prototypes
Developing software solutions by studying information needs, conferring with users, studying systems flow, data usage,
and work processes
Creating and managing estimates, project plan, project schedule, resource allocation and expenses
Working with Business Analysts, Product Management and Software Architect to set the technical roadmap of the product
Holding review meetings to monitor progress of the project as per schedule / budgets, and ensuring timely completion and
delivery of project to the client
Sharing updates to the top management on work in progress, completed & planned, and issues potentially impacting the
on-time completion or quality of work
Providing direction, motivation & training to team for ensuring optimum performance and implementation of performance
management system for all the team members
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Romit Bhandari
Software Development Manager seeking assignment in Software
Development,Software Application Development, Project Management,Requirement
Gathering,Application Design,Java Spring Boot,Angular,Node,PHP
Laravel,JQuery,MySQL,HTML,Elastic Search,GIT
Key Skills: Software Development Manager,Project Manager-IT/Manager,Software Development,Software Application
Development,Project Management,Requirement Gathering,Application Design,Java Spring Boot,Angular,PHP
Laravel,JQuery,MySQL,HTML,Elastic Search,GIT
Summary
Result-oriented professional with nearly 13 years of experience in working as a Software Developer, managing teams and
projects
Contributed in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance of
proposed applications
Developed solutions for given technical specifications; installed application software and deployed customizations and
contributed to code reviews
Excellent track record of designing customized IT products for high profile clients; capability to interface with clients, suggest
viable software solutions and cultivate relations with them
Success in leading end-to-end perfection across Incident, Service, Problem, Escalation & Project Management with excellence
in managing issues that could impact end-to-end delivery operations, performing root-cause analysis for remedying technical
difficulties
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e410947…
https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e4109470a18455e0e5d5… 2/3
Assisting in the incident escalation support to the Technical Support Group for customization problems
Project Executed:
InsightBase Lead Platform
Technologies: Java Sprint-Boot/Maria DB/ClickHouse/Angular 9/Linux
Scope:
Spearheading a team of Developers and QA, as a Software Development Manager and working on the project from
scratch to create backend APIs in Java Spring Boot Platform and API Integration in Angular Platform.
Lead the architecting and designing of Bi-directional data Integration to various third-party platforms like Salesforce,
Hubspot, Eloqua and Marketo
Performing functions as Product Owner and Scrum Master to deliver bi-weekly releases and coordinating with internal
stakeholders & external service providers to validate business interests
Working on Bit-bucket build creation and deployment automation with public /private keys and Angular Webpack bundling
research & analysis
Eukti Learning Solutions, as Team Lead
Feb 2016 to Dec 2016
Project Executed:
MyAfterClass.com portal
Scope:
Managed a team of Developers & QA; accomplished Smart Search through Elastic Search algorithm in the
MyAfterclass.com web portal/App
Worked on various research based tasks like Social Widgets (google/Facebook) sign-up/sign-in/share, GCM notifications
on android, Push notifications on Chrome/Mozilla, SSL implementation and so on
Performed functions on creating Admin. dashboard showing data analysis using charts like bar-charts, line-charts, pie-
charts as a single contributor
Ifocus Systec Pvt. Ltd as Technical Lead.
Oct 2013 to Jan 2016
Project Executed:
MacAfee Family Protection Portal
Scope:
Enhanced features in the parental application of McAfee by the name 'McAfee Family protection' and worked on server
side/back-end; stored the settings/configurations on the server/DB and its interaction with external web-services
Worked on front-end stuff to relate to the Admin. console and its interaction with the server/DB; wrote unit testing code for
overall optimisation and performance of the application
Keystone logic solutions Pvt. Ltd. as Senior Software Engineer
Apr 2011 to Oct 2013
Project Title: Sharepoint App for IOS and Android mobile platforms
Project Role: Design and development of sharepoint app for IOS and android mobile platforms.
Duration: 9 months (Dec' 2012 to Oct' 2013).
Project Description: This project is basically related to replicating Microsoft sharepoint lists on mobile devices with IOS and
android platforms. Functionalities include editing list row entries and adding new rows. Sharepoint web-services were used
to get the list data and meta-data and manipulation of data on the client was done in javascript and html using cordova
(phonegap) framework. Server side data manipulation done in php and on client in html/javascript with use of objective-c
as native language for IOS and Java for android.
Roles & Responsibilities:
Was the sole developer on server side involving sending the data retrieved from web-services to the client.
Was the sole developer on client side involving replication of sharepoint list data/meta data on the device and providing
provision for data edit/add.
Worked on overall optimisation of the code and performance of the app.
Project Title: Sprint (US) - E-Commerce web application for Employees
Project Role: Development/enhancements both on front-end site (for end user) and back-end (for admin).
Duration: 12 months (Apr' 2011 to Apr.'2012).
Project Description: Sprint ecommerce website for employees is one in which sprint employees can make online purchase
of mobile phones with plans/accessories, etc. Along with it, the project also consisted of a sister website where employees'
friends and relatives could place an order. Then, it consisted of the backend site used by the admin to track the orders and
make any configuration settings. Changes were done in a parallel fashion on the three fronts. Worked on all the three
portals.
Roles & Responsibilities:
Was the key developer for many of the tasks/enhancements.
Worked on various major enhancements like introduction of a new opening page on front end where employees select
either they have an existing account or no and tasks like generalization of pop-in coming on various pages according to
the configurations set, etc.
Worked on BAM (Business Account Manager) report dashboards on the admin site.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e410947…
https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e4109470a18455e0e5d5… 3/3
Created and optimised complex db-queries in BAM.
Technical Environment:
Tools: PHP, MySQL, Javascript, Jquery, HTML, CSS.
Tally Solutions Pvt. Ltd. as Software Engineer
Dec 2007 to Apr 2011
Projects Title: Tally CRM
Duration: 3.4 years (Feb' 2010 to Mar'2011).
Project Description: The Tally CRM is a module created to consolidate support ticketing tool with customer lead
management system and other modules of product support system of Tally like Knowledge Base,MIS , Admin ,etc. It is a
new breakthrough in the Tally support system wherein the modules were integrated into a single unit.
Roles & Responsibilities:
Handling Reports Module consisting of more than 15 reports covering different aspects of analysis of Tally /Tally partner's
customer support.
Resolving any issues/fixes in the reports module.
Managing any enhancements in the existing reports.
Distributing metrics on weekly and monthly basis.
Technical Environment:
Languages: PHP, Javascript, JQuery, MySQL, HTML.
UG: B.Tech/B.E. (electronics and communication engineering) from Anna University in 2007
PG: MBA/PGDM (IT and Operations), Part time from Indian Institute of Management (IIM), Kozhikode in 2015
Other Qualifications/Certifications/Programs:
PG Diploma Information Technology
Professional Effectiveness
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
php, Mysql, JavaScript, Jquery 2016 9 Year(s) 0 Month(s)
CodeIgniter, Elastic Search 2016 3 Year(s)
AngularJs 2 2017 2 Year(s) 0 Month(s)
Java-Spring boot 2 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Rank 318: Resume 102 with similarity score 0.049895565436616406
B.TECH , BS work from home c programming , assessment , jquery , data science , resume , python , electronics , javascript , css , ion , bootstrap , technology , telecom , machine learning , django , html Assessment
Q1. Why should you be hired for this role?
Because i know machine learning, data science, html,css , js, react js
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 8699212451
Ashish Negi
Delhi, Chandigarh
Applied 07 Feb'21
CSS HTML Python
Bootstrap C Programming Django
JavaScript jQuery
Bachelor of Technology B.Tech), Electronics and Telecommunication Engineering ETE
Gurukul Vidyapeeth Institute of Engineering & Technology
2009 - 2013
Percentage: 73.69%
Engineer
Reliance Jio, Delhi
Feb 2015 - May 2019
Telecom work
Core And Advance Python
institute, Delhi
Aug 2019 - Present
Core and advance pyhon with django completed
Rank 319: Resume 26 with similarity score 0.04964018551773473
MS student mes , css , profiles , mysql , hindi , automata , educational training , basic , english , airlines , email , home automation , boot , application , mbe , resume , android , github , java , government , intermediate , problem solving , languages , reach , connections , python , computer engineering , technology , qr , database Orange and Black Professional Resume
Abhishek
Mhamane
Computer Student
How to reach me:
Cell:
Email:
Adress:
+(91)7709096368
abhimhamane13@gmail.com
Satararoad,Satara-
415010,Maharashtra.
Professional Skills
Coding Languages:
Frameworks/Systems:
Java,Python,C,C++,HTML/CSS
Android (Java),Django(Python)
Language Skills
English
Hindi
Marathi
Personal ProfileI am a computer
engineering student.
I want to learn from
industry experts to
improve knowledge.
Educational Training
MES'S College of
Engineering, Pune
Government Polytechnic,Karad
Start attending from Sept.
2019
Second Year GPA - 8.2
Attended from Aug. 2016 to
June 2019
Secure 88.40 %
MBE in Computer Engineering
Diploma in Computer
Engineering
Dr.Gadagakar Highschool,
Satararoad
High School, SSC
Attended from June. 2012 to
Secure 87.60 %
June 2016
Certification
Problem Solving (Basic)
From Hackerrank
Problem Solving
(Intermediate) From
Hackerrank
Machine
Learning(NGAndrew)
Hackerank Challanges
Profiles Hackerrank GitHub
@abhimhamane13
https://www.hackerrank.com/
abhimhamane13
AbhishekMhamane
https://github.com/AbhishekM
hamane
Projects
FASIM - Finite Automata Simulation
Technology Stack - Java, Sprong Boot, React js,p5js,andoid
I developed the android application forauthenticate user
through QR Scanner
Jarvis -Personal Android Assistant And Home Automation
Technology Stack - Java,Android,IOT
I developed the IOT module.
Airlines Reservation
Technology Stack - Java,Mysql
I developed the user- \interface and database
connections.
Dr. Nuzfat Shaikh
Head Of Department of Computer
Engineering at Modern Education
Society's College of Engineering, Pune
Cell:- +91 98223 36455
Email:- nfshaikh@mescoepune.org
Prof. Umakant Shirshetti
Head Of Department of Information
Technology at Sou. Venutai Chavan
Polytechnic, Pune
Cell:- +91 98500 97381
Email:- usshirshetti@sinhgad.edu0
References
Rank 320: Resume 1191 with similarity score 0.04962913443121504
M.Sc , M.S , BS , B.E , MS , B.TECH senior product development manager , software engineer , devops , software developer , full time , vice president , agile coach , founder & ceo , product owner , vp , director engineering , senior officer software as a service , training , financial services , project managers , security , workshops , platforms , angular , docker , product engineering , status , messaging , xml , apache spark , ux , testing , reliability , ec2 , legislation , platform architecture , sql server , data science , corporates , suite , engagements , artifactory , distance learning , ansible , functional specifications , fmcg , devops , software systems , coding standards , summit , signing , iso 27001 , hindi , ltd , architects , start-ups , english , cost savings , xsl , agile , scientists , microservices , steel , redis , rest , c++ , strategy , punjabi , struts , javascript , technology , scotland , html , reporting , general , scrum , developers , vs , affirmative action , mysql , maintenance , capital markets , regulations , email , tomcat , aws , information systems , saas , user stories , languages , hive , amazon , big data , adfs , hands-on technical leadership , hats , apex , beta , cloud services , confidentiality , support engineers , vulnerability , mentoring , jenkins , nosql , soap , ug , analytics , revenue , azure , open source software , authorization , teams , enterprise , productivity , rmi , application , test automation , led , hiring , s3 , drive , fixed income , returns , equity derivatives , adoption , software design , python , risk reduction , reviews 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a4…
https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a420a4047505c09… 1/3
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [Software Systems]
Verified : Phone Number | Email - id
Absolutdata as Director - Technology
Aug 2018 to May 2020
Role:
Head of technology for Absolutdata Labs (reporting into Founder & CEO) comprising of geographical distributed
crossfunctional teams (Gurgaon, Pune).
Responsible for development of AI enabled Analytics Platform (NAVIK) & a suite of products accessible as SaaS
(Software as a Service) offering over the cloud (AWS, Azure, GCP)
Managing all aspects of Navik platform, product & solutions development & people - design & architecture,
implementation, quality, processes, delivery, training & hiring.
Leading teams spread across Gurgaon & Pune consisting of data engineers, data scientists, software developers, product
managers, architects, designers (UX) & front-end developers, testing, project managers, production management &
support engineers.
Worn many hats - Architect, Product Owner & Agile Coach
Achievements:
* Received 'Best Data Science/AI Solution in the FMCG Category' at Cypher, Analytics & AI Summit 2019 (link)
* Successful on-time delivery leading to $1.3m in revenue within the first year
* Cost savings resulting from test automation & DevOps initiatives leading to reduction in FTE, reduction in regression test
cycle times by 90% & defects by over 50%
* Established Target Operating Model for Technology - Products, Platform & Services
* Architected & Designed enterprise wide Navik Platform & SaaS offerings (microservices) ground up
* Drive the entire product roadmap & delivered Minimal Viable Product (MVP)
* Capability expansion o Established new delivery centre at Pune o Hiring: Doubled the technology team to 80 within a
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
ROHIT MADHOK
Vice President Engineering seeking roles in Product Development,Solution
Architecture,Java,J2EE,Azure,AWS,GCP, Apache Spark,Hive,NoSQL,DevOps,MS
SQL Server,MySQL,REST,JMS,Agile,Scrum, Enterprise API Integration,Messaging
Key Skills: VP Engineering,Head/VP/GM-Technology(IT)/CTO,Software Development,Product Development,Solution
Architecture,Java,J2EE,C++,Azure,AWS,Apache Spark,Hive,NoSQL,DevOps,SQL
Server,MySQL,RESTful,SOAP,JMS,Agile,Scrum, Application Integration
Summary
I'm a forward-thinking leader with over 22 years of experience in structuring, scaling & leading engineering organizations &
establishing technology excellence for products at multiple start-ups & enterprises.
A software developer by grassroots, with a keen eye for design and a passion for technology, I strive for our products to make a
positive impact and be technically strong, stable & secure. I instil the same passion & commitment in the teams I lead.
My expertise over these two decades has been purely into product engineering/development. I have built & led technology
function for large corporates & multiple start-ups right from inception. Majority of these product engagements have been into
Banking and Financial Services especially Capital Markets.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a4…
https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a420a4047505c09… 2/3
period of 7 months
* Established Production Management & Support function ground up
* Institutionalized modern standards & scalable best practices for full software development life cycle. The benefits are
improved quality, shorter lead times, reliability, consistency, effectiveness, efficiency, cost effectiveness, risk reduction &
better co-ordination between teams. e.g. Coding Standards, Code Reviews, DevOps, Open Source Software/Tools
Adoption, Test Automation, Software Delivery Process
* ISMS (ISO 27001) certification & vulnerability assessments to evaluate effectiveness of existing controls
* Established practice-wide performance standards, processes & policies
* "Build vs buy"decisions to optimize cost - solutions that can scale out & gives immediate returns
* Maintained security, confidentiality and integrity of information systems through compliance with relevant legislation and
regulations
* Provided hands-on technical leadership and mentoring through various channels such as Tech Talks, Trainings,
Workshops
* Delivered multiple trainings on Agile & Scrum
Technology/Tools - Cloud Platforms (Azure, AWS, GCP), Cloud Services (Amazon - RDS, ElastiCache-Redis, MQ, EMR,
Lambda, EC2, S3; Azure - ADFS, SQL, App Service), Java, NiFi, Python, R, Apache Spark, Hive, Redis, REST, HTML 5,
Angular 7, Angular 2, Angular JS, Grafana, DevOps (Ansible, Docker, Jenkins, Artifactory)
The Data Team as Director Engineering
Aug 2017 to Jul 2018
* Global head of technology function (reporting into Founder & CEO) comprising of geographical distributed cross-
functional teams
* Driving engineering strategy for products & solutions development involving Big Data & Data Science over the cloud
* Leading teams spread across Singapore, Bangalore, Chennai consisting of data engineers, data scientists, software
developers, product managers, architects, front end developers, testing & project managers.
Royal Bank Of Scotland as Vice President- Technology
Jun 2010 to Jun 2017
Led multiple technology teams & platforms across different business across the bank - Client & Sales, Equity Derivatives,
Fixed Income, Risk
FirstRain Software Inc. as Senior Product Development Manager
Nov 2001 to Jun 2010
* Joined as the 3rd employee at the start-up. Bootstrapped various products & played different roles leading technology
team
* Heading India R&D Engineering function involving cross-functional teams of 50 engineers and all aspects of product
design, development, delivery & people.
* Leading delivery from all aspects of planning, product development & delivery - functional specifications (user stories),
platform architecture, development, reporting, Alpha & Beta site test, and transition to production.
* Defining & execution of business goals for Quality, Productivity, Innovation, Learning & Development.
* Responsible for signing-off any technical change to production
Modena Software Pvt. Ltd. (Fiorano Inc.) as Software Engineer
Oct 2000 to Nov 2001
* Software design & development of Java Messaging Service (JMS)
Tata Steel as Senior Officer
Jul 1997 to Jul 2000
UG: B.Tech/B.E. (Mechanical) from Birla Institute of Technology (BIT), Ranchi in 1997
PG: MS/M.Sc(Science) (Software Systems), Correspondence/Distance Learning from Birla Institute of Technology and
Science (BITS), Pilani in 2003
Other Qualifications/Certifications/Programs:
MBA
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a4…
https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a420a4047505c09… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, C++, Swing
JNI, RMI, Java Mail, Struts
XML, JSP, XSL, Apache Tomcat
MS SQL SERVER
MySQL, Apex, Beep
Languages Known
Language Proficiency Read Write Speak
Punjabi Proficient
Hindi Proficient
English Expert
Rank 321: Resume 986 with similarity score 0.04931397334551328
B.E , MS , B.TECH , BS station master , full time , software developer react.js , web development , functional specifications , professional publications , computing , general , algorithms , css , ug , gsm , scripting , mar , affirmative action , mysql , hindi , engineering support , maintenance , analog circuits , test cases , jquery , authorization , english , cpp , object-oriented programming (oop) , process control , status , semiconductors , excel , c# , development tools , email , project , powerpoint , waiting , application , mongodb , mumbai , angularjs , collision , operations , rdbms , testing , art , elements , stl , road , srm , c++ , technical design , languages , django , asp.net , preparation , html5 , documentation , sql server , word , communications , python , javascript , digital electronics , wireless , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43…
https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43571949585f0b… 1/2
Current Location: Rae Bareli
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Semiconductors/Electronics
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electronics and
Communications]
Verified : Email - id
UG: B.Tech/B.E. (Electronics and Communications) from SRM University, Chennai in 2020
Other Qualifications/Certifications/Programs:
Online Certificate in Programming in Python
Certificate in Programming in C Language
Certificate in Analog Circuits
Full Stack Web Development Course
Modern C++ Object-Oriented Programming (OOP) and STL Skills Needed for Game, System
100 Days of Code - The Complete Python Pro Bootcamp - 100 Projects in 100 Days
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Siddharth Ji Vidyarthi
Fresher seeking roles in Software Development, Software Development Life Cycle,
Application Development, Requirement Analysis, Technical Design, Application
Support, Project Management, Requirement Gathering, Data Structures, Html5, CSS,
Python.
Key Skills: Fresher,Software Developer,Data
Structures,Html5,CSS,Python.,.Net,C#,SQL,RDB,RDBMS,C#.Net,ASP.Net,Javascript,JQuery,Angularjs,React.Js,CPP,C++,So
Development,Django,MongoDB,Scripting,Front End,Web Development
Summary
B.E. in Electronics & Tele-Communications and a budding professional with extensive conceptual knowledge in Electronics &
Communications related engineering support services. Possess working knowledge of MS Excel, PowerPoint, Word. Complete
awareness about Control System, Process Control, Electronic Machines, Digital Electronics, Microprocessor and other elements
of Electronic Systems. Understanding of Software Development Lifecycle (SDLC), right from requirement analysis,
documentation (functional specifications, technical design), coding and testing (preparation of test cases along with
implementation) to maintenance of proposed applications. Updated knowledge by studying state-of-the-art development tools,
programming techniques, and computing equipment, participating in educational opportunities, reading professional publications
and maintaining personal networks. Skills in planning and coordinating electronics engineering processes on daily basis to
produce high quality results
Education
IT Skills
Skill Name Version Last Used Experience
Modern C++, C
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43…
https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43571949585f0b… 2/2
Nature of Employment: Full Time Duration: Dec 2019 - Mar 2020
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C#, C Sharp 2021 0 Year(s) 2 Month(s)
HTML 5
SQL Server, RDBMS, MYSQL 2020 0 Year(s) 1 Month(s)
Wireless Communication
Data structures and algorithms 0 Year(s) 0 Month(s)
Python 3
CSS 3
JavaScript 2021 0 Year(s) 2 Month(s)
.NET 2021 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: AUTOMATIC RAILWAY SYSTEM
Client: SRM University
Project Details: Automated various operations related to opening and closing of railway gates in order to minimize the
accidents at unmanned railway gates This automatic system identified the person who is unnecessarily pulling the chains
and alerted the station master about the position of train using GSM technique It also identified unwanted obstruction in the
track by anti-collision technique and detected the breakage in track This application reduced the waiting time of road
passengers at the railway crossings by identifying the arrival of the train and there by closing the gate when needed.
Rank 322: Resume 828 with similarity score 0.049248822886837934
MS , M.Sc , M.S , BS full time , web developer , front end developer , software developer react.js , api , web development , interfaces , css , designation , ug , orca , affirmative action , studio , mysql , databases , ionic , maintenance , ltd , php , jquery , authorization , visual basic , bootstrap , status , specifications , email , project , grasp , application , mongodb , angularjs , xml , rest , writing , c++ , git , research , sass , leadership skills , python , software design , javascript , layout , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f180…
https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f18021843590e0d0… 1/2
Current Designation: Front End Developer
Current Company: SalesTrendz Corporation
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computer
Applications]
Verified : Email - id
SalesTrendz Corporation as Front End Developer
Jun 2019 to Till Date
Designing and developing user interfaces using AngularJS best
practices.
Integrate data from various back-end services and databases
using RESTful API.
Gather and refine specifications and requirements based on
technical needs.
Orca Studio Pvt. Ltd. as Web Developer (Intern)
Nov 2018 to May 2019
Writing well designed, testable, efficient code by using best
software development practices.
Creating website layout/user interfaces by using HTML,PHP,
CSS,BootStrap,JavaScript, JQuery and different API's.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Rohan Talpade
Front End Developer seeking assignment in Software Development,Software
Application Development,Project Management,Requirement Gathering,Software
Design,Web Development,JavaScript,Angular 4,React
JS,PHP,HTML,XML,CSS,C,C++,Java,Python,MySQL,MongoDB
Key Skills: Front End Developer,Softwar Developer,Software Development,Software Application Development,Project
Management,Requirement Gathering,Software Design,Web
Development,JavaScript,PHP,HTML,XML,REST,Python,MySQL,MongoDB, Angularjs, React.Js, RES
Summary
A postgraduate with a good grasp of various computer technologies.A quick and eager learner with effective communication and
leadership skills.
Seeking challenging work experience in the field of Development and other related technologies.
Other Skills:Software Development,Software Application Development,Project Management,Requirement Gathering,Software
Design,Web Development,JavaScript,PHP,HTML,XML,CSS,C,C++,Java,Python,MySQL,MongoDB,Visual Basic
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f180…
https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f18021843590e0d0… 2/2
UG: BCA (Computers) from MITSOM College, Pune (University of Pune) in 2017
PG: MS/M.Sc(Science) (Computer Applications) from Symbiosis Institute of Computer Studies & Research in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C,C++, Java, Python
JavaScript , PHP, HTML ,XML ,CSS,SASS 1 Year(s) 1 Month(s)
SVC tool such as GIT
Angular 2/3/4,React Js,Ionic 1 Year(s) 1 Month(s)
MYSQL,mongodb
Rank 323: Resume 956 with similarity score 0.04918975041332987
B.E , MS , B.TECH , BS full time software systems , algorithms , css , ug , affirmative action , design , interpersonal skills , hindi , linux , beginner , maintenance , scientific analysis , heroku , authorization , english , bootstrap , status , instrumentation , models , sql , email , project , application , mongodb , solution architecture , electronics , github , testing , weather , writing , c++ , languages , e-commerce , javascript , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175…
https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175017175f090f0… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.E [electronics and instrumentation
engineering]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dayananda Sagar College Of Engineering, Bangalore in 2020
PG: B.E (electronics and instrumentation engineering) in 0
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Aryan Malguri
Fresher seeking roles in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Data
Structures,C++,HTML,CSS,Bootstrap
4,JavaScript,MongoDB,React,NodeJS,SQL,Heroku,Linux,Git
Key Skills: Fresher,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Data Structures,C++,HTML,CSS,Bootstrap
4,JavaScript,MongoDB,React,NodeJS,SQL,Heroku,Linux,Git
Summary
A technocrat with a zeal to make a winning career in Software Development Lifecycle
Skilled in writing code, designing applications, testing software, and adapting applications to new requirements
Proficiency in developing software systems using scientific analysis and mathematical models to predict and measure
outcomes and design consequences
Technical efficiency includes C++, HTML, CSS, Bootstrap 4, JavaScript, MongoDB, React, NodeJS, SQL, Heroku, Linux &
GitHub
Undertook several projects including Complete Responsive Dynamic Weather Website, E-Commerce Website and Complete
Responsive Dynamic Website
Excellent communication & interpersonal skills with capabilities in resolving complex software issues
Education
IT Skills
Skill Name Version Last Used Experience
C++
Data structures and algorithms
HTML, CSS
bootstrap 4
JavaScript
Mongo Db
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175…
https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175017175f090f0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
REACT
nodeJS
SQL
Heroku
Linux
GitHub
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Assamese Beginner
Rank 324: Resume 883 with similarity score 0.04918201491197263
B.E , MS , B.TECH full stack developer , full time , software developer react.js , api , redux , core java , general , algorithms , css , apparel , designation , ug , user management , mar , affirmative action , hindi , authentication , maintenance , ltd , authorization , english , status , spring boot , architecture , agile , postgresql , email , project , application , less , spring data jpa , rest , git , computer science , maven , framework , languages , hibernate , algorithm development , management system , javascript , history , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130…
https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130440460d540e0… 1/2
Current Designation: Java Full Stack Developer
Current Company: Jaza Software OPC Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Jaza Software OPC Pvt. Ltd. as Java Full Stack Developer
Sep 2018 to Till Date
I am a Full Stack developer position at Jaza Software OPC Pvt. Ltd.
With 2.4 years of experience in Java along with its framework, React and Javascript, my goal is to leverage my expertise
to help my company to succeed in achieving the company vision.
UG: B.Tech/B.E. (Computer Science and Engineering) from Biju Patnaik University of Technology (BPUT) in 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Shahrukh Karim
Java Full stack developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Data Structures,Project
Management,Algorithm Development,Technical
Architecture,HTML,CSS,JavaScript,GIT,Maven,Core Java
Key Skills: Data Structures,Algorithm Development,Core Java,Spring
Boot,JPA,Hibernate,React.Js,Javascript,Html5,CSS,GIT,Maven,Agile Methodology,Postgresql
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Requirement
Gathering,System Analysis,Data Structures,Project Management,Algorithm Development,Technical
Architecture,HTML,CSS,JavaScript,GIT,Maven,Core Java
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 1.8 2020 2 Year(s) 5 Month(s)
spring boot 4 2020 2 Year(s) 5 Month(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130…
https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130440460d540e0… 2/2
Nature of Employment: Full Time Duration: Oct 2020 - Nov 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Dec 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jul 2019 - Dec 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Spring Data JPA 2020 2 Year(s) 5 Month(s)
REST API 2020 2 Year(s) 5 Month(s)
Hibernate 2020 2 Year(s) 5 Month(s)
Data structures and algorithms 2020 2 Year(s) 0 Month(s)
React JS, Redux 2020 1 Year(s) 0 Month(s)
JavaScript 2020 1 Year(s) 0 Month(s)
GIT, Maven 2020 2 Year(s) 5 Month(s)
Postgres SQL 2020 2 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Costing
Client: Laguna Clothing
Project Details: This application digitalize the costing process in apparel industries where merchant uploads costing details
and higher authorities get mail for the approval, authorities can either reject it or approve it, History of all the activities are
being captured with Exact data.
Project Title: OptaPlan
Client: Laguna Clothing
Project Details: This application helps to track the timeline of Orders placed by clients in the Apparel industry. It highlights the
orders which are delayed and help executives to take necessary action accordingly.
Project Title: Authentication Server
Client: Laguna Clothing
Project Details: This application is a central user management system helps to provide authentication and authorization to
the users of different application.
Rank 325: Resume 1023 with similarity score 0.04894952195943394
B.E , MS , B.TECH , BS chartered financial analyst , branch manager , long term , business development , accounts manager , full time , relationship manager , vp cross selling , loan documents , credit risk , retail , financial risk management , user acceptance testing , commission , financial services , spotfire , term loan , turn , general , corporate finance , file preparation , filenet , validation , designation , operational risk , tibco , ug , office , personal banking , affirmative action , loans , sanction , hindi , credit rating , cash flow , power bi , utilization , branch management , sourcing , digital , customer satisfaction , authorization , english , teams , enterprise , due diligence , status , market risk , email , project , cash management , focus , mumbai , adherence , operations , range , salary , disbursement , government , drive , trade finance , languages , sme , rbi , research , business knowledge , completion , working capital management , financial statements , dashboards , javascript , urban , export finance , insurance , customer relationship management (crm) , originating , spreadsheets , management skills , customer base 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a524246001…
https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a52424600180718175e0c01… 1/2
Current Designation: Chief Manager-Key Accounts Manager
Current Company: State Bank of India
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: Banking / Insurance
Role: Head/VP/GM-Operations
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
State Bank of India as Chief Manager-Key Accounts Manager
Jun 2011 to Till Date
* Met with Corporate Clients and Government Department officials and created 20 new tie-ups resulting in opening of
more than 2000 Corporate Salary accounts within a year.
* Directed the team to coordinate various efforts like AoF collection, opening of accounts, handholding customers to
ensure smooth transition into Bank's salary account and usage of digital tools.
* Created potential customer base for Personal Banking Business Teams in order to market retail loan products like
personal loans, auto loans, housing loans etc.
Chief Manager-Branch Manager: 2 years (Thane)
* Formulating corporate goals, short & long term budgets, developing business plans for accomplishment of target and
goal of the organisation.
* Creating & sustaining a dynamic environment that fosters development opportunities & motivates high performance
amongst team members.
* Conceptualizing and implementing competent strategies with a view to penetrate new accounts and expand existing
ones for a wide range of banking products / services.
* Managing the complete branch operations encompassing cash management, NPA Management & recovery, new
business in retail as well as SME and Trade Finance transactions with key focus on bottom line profitability by ensuring
optimal utilization of available resources.
* Driving the Branch operations team for customer centric banking operations to ensure customer satisfaction while
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MOHIT JAIN
Chief Manager- Key Accounts Manager seeking roles in Relationship
Management,Banking Operations,Credit Risk,Personal Loans,Auto Loans,Business
Development,Branch Management,Working Capital Management,Retail Banking,Risk
Management,Corporate Finance
Key Skills: Chief Manager- Key Accounts Manager,Head/VPGM,Relationship Management,Banking Operations,Credit
Risk,Personal Loans,Auto Loans,Business Development,Branch Management,Working Capital Management,Retail
Banking,Risk Management,Corporate Finance
Summary
Currently associated with State Bank of India.
Completed Financial Risk Management (FRM) and Chartered Financial Analyst Level-1 (CFA) after PGDM in Finance.
Extensive business knowledge, analytical and client management skills, strategic mind set and programme management
discipline to help drive the build-out of the function as well as support the broader department and organisation objectives.
Expertise in MIS dashboards and reports using tools like Power BI, Tibco Spotfire.
Acted as a Subject Matter Expert in developing systems for Loan Lifecycle Management (LLMS), Loan Originating Software,
Customer Relationship Management (CRM) and Filenet.
Extensive experience in User Acceptance Testing (UAT) leading to efficient release of multiple systems.
Successfully managed retail as well as corporate business growth leading to improved profitability of the business unit.
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a524246001…
https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a52424600180718175e0c01… 2/2
complying with Bank's guidelines and procedure in order to minimize Operational Risk.
* Interaction with key functionaries of the existing clients on a regular basis to improve wallet share in the client/group by
upselling of Bank products and cross selling of subsidiary products to improve profitability and commission income.
Relationship Manager-Medium Enterprise (2 Assignments): 6 years (Pune Rural, and Urban)
* End to end Credit management process starting from sourcing of SME proposal to file preparation to completion of
pre-sanction formalities to preparation and execution of loan documents to compliance with pre & post disbursement
formalities, post sanction monitoring and follow up to recovery from stressed asset.
* Analysing each proposal against potential Credit Risk through detailed due diligence including background check,
financial statements, management analysis and Market Risk through Business & Industry analysis to ensure selection of
proposal within Bank's Risk Management guidelines.
* Evaluating and assessing credit requirements (facilities such as Working Capital, Term Loan and Export Finance etc.)
of high value business clients, professionals and companies.
* Handholding clients in various stages of Project Management starting from understanding the exact requirement to
preparation of project report to preparation of cash flow etc.
* Preparing Credit Rating Analysis Report and Loan Proposal by translating financial statements into financial
spreadsheets, validation of future projections and assigning credit rating to the company which in turn will assist in correct
decision making.
* Creating and maintaining business propositions with customers to develop lasting, trusted relationships.
* Interaction with various consultants and agencies to get insights on various business houses in the region.
* Ensuring adherence to loan policy guidelines of the bank and compliance of RBI guidelines while extending credit.
UG: B.Tech/B.E. (Automobile) from Shivaji University, Maharasthra in 2004
PG: MBA/PGDM (Finance) from K.J. Somaiya Institute of Management Studies and Research (KJSIMSR), Mumbai in
2010
Other Qualifications/Certifications/Programs:
Financial Risk Management (FRM)
Certified Financial Analyst (CFA) Level 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARATHI
Rank 326: Resume 763 with similarity score 0.04893756209070519
B.S , MS , BS application support , sql developer , partner , senior software engineer , full time , team lead symbol , spring mvc , mockito , general , software solutions , customer , jenkins , telugu , websphere , filenet , designation , languages , vs , affirmative action , conducting , oracle , technical architecture , hindi , maintenance , ltd , windows , test cases , sts , authorization , english , status , spring boot , screens , software testing , specifications , email , sql , tomcat , application , adherence , star , bitbucket , ibm , rest , qlik , partner portal , technical design , junit , debugging , maven , software requirements , preparation , project work , framework , work processes , documentation , hibernate , kibana , solaris , stripes , jira , workflow , javascript , search , eclipse , queues , cash , international exposure , external clients , online 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b015043460945…
https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b0150434609450514415b5a5f… 1/2
Current Designation: Software Engineer II
Current Company: Symbol Technologies India Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Canada,New Zealand,Sweden
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Symbol Technologies India Pvt. Ltd as Software Engineer II
Dec 2018 to Till Date
Symbol Technologies India Pvt. Ltd as Software Engineer II
Dec 2018 to Dec 2018
Key Result Areas:
Analysing user needs and software requirements to determine feasibility of design within time and cost constraints
Managing Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
of proposed applications
Consulting with customers about software system design and maintenance
Ensuring adherence to quality norms throughout the implementation process
Identifying, analysing defects, questionable functions, errors, and inconsistencies in software program functions, outputs,
online screens and content
Following the project life cycle methodology defined under the process framework; ensuring that customer deadlines are
met within project budgets
Communicating with internal/external clients to determine specific requirements and expectations
Conducting system study and coordinating with team members for product documentation, system design & integration,
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
ABDUL KALAM AZAD SHAIK
Software Engineer seeking roles in Software Development,Application
Programming,Defect Management,Project Execution,Application Support,Technical
Architecture,Requirement Analysis,Software Testing,JBoss,JIRA,Oracle,Spring
Boot,Jenkins,Maven
Key Skills: Software Engineer,Team Lead/Tech Lead,Software Development,Application Programming, Project
Execution,Application Support,Technical Architecture,Requirement Analysis,JBoss,JIRA,Oracle,Spring
Boot,Jenkins,Maven
Summary
A result-oriented professional offering over 6 years of experience in Application Designing and Development
Experienced in end-to-end development of software products from requirement analysis to system study, designing, coding,
testing, debugging, documentation, implementation and maintenance
Gained international exposure with Standard Bank in South Africa; received appreciations by Standard Bank and FWD clients
for exemplary work
Expertise in developing software solutions by studying information needs, conferring with users, studying systems flow, data
usage, and work processes; gained exposure in projects such as Visibility IQ Application, FWD Singapore Partner Portal, FWD
Singapore EB Portal and Customer Query Management
Skilled in working with technologies such as Java/J2EE, Spring Boot, Spring Rest Services, Spring MVC Stripes and Hibernate
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b015043460945…
https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b0150434609450514415b5a5f… 2/2
coding, application maintenance
Interacting with team members to ensure smooth progress of project work
Highlight:
Appreciated by managers and received GEM awards multiple times
Automated Workflow Pvt. Ltd as Senior Software Engineer
Jul 2017 to Dec 2018
Mar'14-Aug'14 Technical Intern
Sept'14-Jun'17 Software Engineer
Jul'17-Dec'18 Senior Software Engineer
Highlight: Awarded with Star Performer of the month and recieved cash prize for best performance in client place
UG: B.Sc (Maths) from Andhra University in 2008
PG: MCA (Computers) from JNTU College of Engineering, Kakinada in 2011
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, Junit, Mockito, Stripes
Spring boot & Hibernate
Oracle, MS SQL, Postgre & Elastic Search
Tomcat, JBoss & IBM WebSphere
STS, Eclipse, VS Code, Maven
Bitbucket & Jenkins
JIRA, Postman, SQL Developer, DBeaver
Kibana
Windows, Solaris & GCP
IBM FileNet, Casepedia
IBM Message Queues & Qlik View
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 327: Resume 607 with similarity score 0.04889626612559739
MS work from home database , computer vision , assessment , app , resume , python , android , sql , working experience , shape Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes ,I am available for 3 months and also I am willing to start this internship as early as possible..
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9307413569
Tabassum Inamdar
Pune, Delhi
Applied 31 Dec'20
Computer Vision Database Management
System DBMS
Python
SQL
Bachelor of Computer Applications BCA, Science
Abeda Inamdar Senior College Pune Maharashtra
2017 - 2020
Android App Development
LAURUS EDUTECH, Pune
Dec 2016 - Feb 2017
Rank 328: Resume 1054 with similarity score 0.048848182359248475
MS , M.Sc , M.S , BS process manager , solutions architect , project lead , associate , azure architect , solution architect , full time , energy economist , team lead , application developer , team member , technical lead , enterprise architect , data management , balancer websphere portal , version control , project managers , microsoft azure , security , connect , demand , enterprise search , platforms , spring , docker , linux , gateway , pdf , digital , energy , status , aerospace , store , data architecture , application architecture , messaging , mumbai , continuous integration , xml , ibm aix , esp , testing , features , fundamentals , oil trading , ec2 , tailoring , data center , weblogic , jdeveloper , notification , distance learning , registration , amazon web services , brd , mission critical , rfs , automation , metals , encryption , enterprise design patterns , radiant , access , adms , windows 2000 , designation , mar , modeling , apache camel , general insurance , petrochemical , gap analysis , natural gas , cluster , ltd , architects , database servers , english , apache mesos , groups , mongodb , leadership , provisioning , microservices , solution architecture , rest , sanskrit , estimates , c++ , puppet , strategy , togaf , lucene , struts , sonarqube , enterprise data , javascript , web pages , dac , positioning , client side , business requirements , bfsi , html , box , rollout , web development , documentum , performing , brocade , team management , efs , websphere application server , vendors , coal , affirmative action , mysql , studio , technical architecture , emc , public , xp , maintenance , dynamo , advanced , apache kafka , iaas , business services , paas , proxy , email , envisioning , tomcat , aws , lotus , information systems , saas , amazon rds , flash player , oracle soa suite , technology solutions , vignette portal , content management , maven , electricity , athena , business transactions , tags , languages , web crawling , nuclear power , cassandra , information architecture , personalization , sdk , oracle fusion middleware , commerce , api , functionality , business architecture , high availability , jenkins , portlets , ug , versioning , tamil , coe , fast data , gps , sports information , offers , active directory , bids , cloud applications , adobe , authorization , internet , bootstrapping , google cloud platform , itc , record , business analysis , tracker , map , requirements gathering , global services , indexing , enterprise architecture , s3 , t1 , finance , repository , offshore , preparation , nginx , archimate , elasticity , wps , eclipse , cloud computing , load , technology architecture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 1/5
Current Designation: Enterprise Architect & Solutions Architect
- AWS, AZURE and GCP
Current Company: Wipro Digital
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Wipro Digital as Enterprise Architect & Solutions Architect - AWS, AZURE and GCP
Jan 2019 to Till Date
Planning Enterprise Architecture (EA) Development, Analyzing Information Systems Architecture, Designing Technical
Architecture, Performing Architecture Gap Analysis, Developing Architecture Transition Plan. Developing Business
Architecture, Application Architecture, Security Architecture, Information Architecture, Data Architecture and Technology
Architecture
Accenture India as Enterprise Architect - Cloud COE
Sep 2017 to Jan 2019
AWS Technologies: AWS - EC2, ELB, EBS, S3, EFS, Glacier, Dynamodb, RDS, Elastic Cache, VPC, CloudFront,
CloudFormation, CloudTrail, Direct Connect, Route 53, IAM, SQS, SES, CloudWatch, API Gateway, Internet Gateway,
NAT Gateway, Certification Manager, AWS Directory Service for Microsoft Active Directory (Enterprise Edition),
Automation tool - Chef/Puppet , Cloud Search, Kenisis, Direct Connect to Data Center..
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SAMPATHKUMAR SUBRAMANIAN
TOGAF-9.0, Enterprise Architect,Solutions Architect seeking roles in Solution
Architecture,Business Analysis,Delivery Management,Gap Analysis, Presales, System
Architecture,Data Management, Cloud Computing - AWS, Microsoft Azure and Google
Cloud
Key Skills: Enterprise Architect,Solutions Architect,Solution Architecture,Business Analysis,Delivery Management,System
Architecture,Data Management,Cloud Computing,Active Directory,MySQL,Java,Javascript,C,C++,AWS,Microsoft
Azure,CWI,Azure,PAAS,SAAS,GCP
Summary
* A result oriented professional with over 17 years of experience in Presales Technical Architecture Project Management and
Team Management
* Track record of envisioning usage of new technology and tailoring its usage for achieving desired results with distinction of
implementing project management processes
* Planning Enterprise Architecture (EA) Development, Analyzing Information Systems Architecture, Designing Technical
Architecture, Performing Architecture Gap Analysis, Developing Architecture Transition Plan. Developing Business Architecture,
Application Architecture, Security Architecture, Information Architecture, Data Architecture and Technology Architecture.
* An individual having comprehensive and conceptual domain knowledge of Enterprise Search, Information & Media (Energy)
and Banking, Finance Services and Insurance (BFSI)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 2/5
Technosoft Global Services Pvt. Ltd. as IT Solution Architect
Oct 2015 to Sep 2017
Title: WPS
Role: AWS Solutions Architect
Client: Honeywell Technology Solutions Lab
Domain: Aerospace
Technologies: Java/J2EE, AWS-SDK HTTP/2, XML, REST, IBM Websphere Application Server 7.0, IBM WPS 7.0, JBoss
Appliction Server 7.0, Apache Kafka Cluster, Docker, Maven, HAProxy, Continues Integration - Jenkins, Enterprise
Modeling - Archimate, Oracle 11G, SonarQube.
AWS Technologies: AWS - EC2, ELB, EBS, S3, EFS, Glacier, Dynamodb, RDS, Elastic Cache, VPC, CloudFront,
CloudFormation, CloudTrail, Direct Connect, Route 53, IAM, SQS, SES, CloudWatch, API Gateway, Internet Gateway,
NAT Gateway, Certification Manager, AWS Directory Service for Microsoft Active Directory (Enterprise Edition),
Automation tool - Chef/Puppet , Cloud Search, Kenisis, Direct Connect to Data Center.
Vendors: TCS, Technosoft Global Services, NTT Data, ITC Infotech
Period: Oct'15 to Till Date
Collaborates with Business Partners, Program and Project Managers, Business Architects and IT to identify business
impacts and interdependencies, design optimal business solutions in AWS cloud, ensure that systems are built as per the
design in Honeywell Environment.
Responsibilities:
* Carried out:
o Evaluate High Level Requirements within the BRD (Business Requirements Document).
o Create Project Estimates.
* Convert client provided ITO business requirements into architecture designs.
o Planning and leading all aspects of Cloud projects such as Cloud Management solutions, provisioning, inventory
management, monitoring, security, backup.
o Designed and implemented Cloud solutions with AWS Virtual private cloud (VPC), Elastic Compute Cloud (EC2),
Elastic Load Balancer (ELB), S3, Glassier, Auto scaling, RDS, Cloud watch, Route 53, API Gateway, Internet Gateway,
NAT Gateway
o Designed and Implemented 3 tire architecture with Web, Application and Database servers using Elastic Load
Balancer (ELB) with Route 53 DNS registered.
o Designed and configured a virtual data center in the Amazon Web Services cloud to support Enterprise Data
Warehouse hosting including Virtual Private Cloud (VPC), Public and Private Subnets, Security Groups, Route Tables,
Elastic Load Balancer.
o Utilized Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS DB services, Dynamo DB
tables, EBS volumes; to set alarms for notification or automated actions; and to monitor logs for a better understanding
and operation of the system
o Provided highly durable and available data by using S3 data store, versioning, lifecycle policies, and create AMIs for
mission critical production servers for backup.
o Managed Linux Containers using Docker and Docker registry
o Designed roles and groups for users and resources using AWS Identity Access Management (IAM).
o Utilized Bootstrapping instances using Chef and integrating with auto scaling
o Designed and implemented an Enterprise Cloud strategy, standards and best practices associated with all aspects
Cloud offerings, including:
* Secure and compliant data and messaging egress and ingress
* Automated workload lifecycle management
* Data and information encryption and security
* Application porting, integration and maintenance
* On-demand, self-service access to Enterprise Cloud applications, platforms and offerings
o Implemented enterprise application architecture in Java-J2EE applications
o Worked with AWS CloudFormation scripts for automation
o Worked with automation tool like Chef/Puppet
o Worked on Continuous Integration/Continuous Deliver using Jenkins
o Worked on enterprise design patterns like DTO, Business Delegate, DAO and cloud design patterns
o Worked on Cloud fundamentals like autoscaling, elasticity, serverless
o Created/Managed AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources - CPU, Memory, EBS
o Installed and Setup SVN Repository (Version Control System) at client side.
o Communicate complex design strategies to Vendors and Honeywell ITO Leadership.
o Aid in creating AWS Architecture strategies and roadmaps across
HCL Technologies Pvt. Ltd. as Senior Technical Lead -E2.2
Mar 2010 to Sep 2015
Title: PDOCS
Role: AWS Solutions Architect
Client: PFIZER INC.,
Period: Sep'14 to Sep'15
High Availability: AWS-IaaS, EMC Documentum 7.0, Documentum Application Builder 6.3, Oracle WebLogic Server 10g
Release 3 - 64 Bit, Java/J2EE, AWS-SDK, XML, REST, AWS - EC2, ELB, EBS, S3, EFS, Glacier, RDS, Elastic Cache,
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 3/5
VPC, CloudTrail, Route 53, IAM, SQS, CloudWatch, SNS, API Gateway, Internet Gateway, NAT Gateway, Direct Connect
to Data Center.
Database: Oracle 10g
Platform: Linux
Title: Software Portal
Role: AWS Technical Lead
Segment: ADMS - Application Development, Maintenance and Support in AWS Cloud.
Client: BROCADE INC.,
Period: Jul'12 to Aug'14
Application Server: IBM WebSphere Application Server v7.0 (WAS), IBM WebSphere Portal Server v7.1, IBM Lotus® Web
Content Management™, V6.1
Products: Installed FOS, NOS, IP, BNA, DCFM and RFS products software in AMI of EC2
Database: Oracle 10g
Platform: Linux
Title: SBIG-DMS
Role: Project Lead - Offshore & Mumbai
Client: SBI General Insurance, State Bank of India and Insurance Australia Group (IAG)
Period: Mar'10 to May' 12
Language: Java
Web Server: Tomcat 6.0
Content Server: EMC Documentum
IDE: Oracle JDeveloper 11.1.2.0
High Availability: Oracle WebLogic Server Clusters
Application Server: Oracle WebLogic Application Server 10.3.x
Middleware: Oracle Fusion Middleware - Oracle SOA Suite 10g - BPEL Process Manager
Design Pattern: DTO, Business Delegate and DAO
Database: Oracle 11g
Platform: IBM AIX 5.1 v
Satyam Computer Services Ltd., as Team Lead & T1 Band
Oct 2004 to Feb 2010
Title: ATHENA
Role: Technical Lead - Offshore & USA
Client: McGraw-Hill Companies, US
Period: Sep'07 to Feb'10
Language: Java
Presentation Tier: Jsp, Servlet, Portlet
IDE: IBM WebSphere Studio Application Developer
Application Server: IBM WebSphere Application Server v6.0 (WAS), IBM WebSphere Portal Server v6.0
Site URL: https://online.platts.com/PPS/P= and www.platts.com
Data source: Minera Doc Base
Search Engine: Fast Data Search 5.0 ESP
Database: Oracle 9i
Design Pattern: DTO, Business Delegate and DAO
Platform: Linux
Description: Platts was a provider of energy information around the world that has been in business in various forms for
more than a century and was a division of The McGraw-Hill Companies. Products included Platts Energy Economist,
industry news and price benchmarks for the oil, natural gas, electricity, nuclear power, coal, petrochemical and metals
markets. Platts used bids, offers and trades to set the price for hundreds of opaque, over-the-counter physical oil and
energy products every day. Platts pricing was the benchmark for oil trading for generations.
Responsibilities:
* Efficiently implemented:
o Search functionality and business transactions using portlets.
o Search functionality using FAST search engine replacing the Lucene search leaving the content untouched
o New UI design that contains FAST search features such as Boolean search, navigational search, linguistic and Anti-
phrasing. Advanced search form for user-personalization search based on filtering parameters.
* Played a stellar role in indexing all identified data sources (Platts web pages consisting of html, xml, PDF and other file
formats, Athena content from database)
* Essayed a key role in modifying the xslts to transform all the required xml attributes in to html meta-tags to enable
FAST web crawler to index all those Meta tags for Platts.com (Title, Publication name, Publisher name, Publication date)
* Carried out indexing of all:
o Athena content from database using FAST search APIs.
o Platts.com content by FAST out of box web crawling.
As Offshore Team Member:
* Carried out:
o Requirements gathering and technical feasibility
o Client and Vendor interactions
o Scope of work preparation, Detail design document, Coding and Testing on Portlet
* Played a stellar role in organizing:
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 4/5
o UAT and signoff
o Production rollout and signoff while working in maintenance part
Title: Madden Tracker, Role: Onsite Coordinator
Period: Jun'07 to Sep'07
Client: GE - NBCU, New York, US
Technology: Java, JSP, Servlet, Eclipse 3.0, Vignette Portal Server, Tomcat 5.0, DTO, Delegate, GE - GPRS Device
Description: The project comprised of creating and embedding Madden Tracker portlet in GE NBC sports.com. The
madden tracker site received data from GPS (Global Positioning System) server through GE VeriWise webservice calls
and displayed sports information to end users. Madden tracker portlet used Adobe flash player and google map software
on GUI. The presentation tier was implemented with the Vignete Portlet. Web Services abstract the business services with
GPS server.
Responsibilities:
As Onsite Team Member:
* Played a stellar role in requirements gathering, technical feasibility, client and vendor interactions, scope of work,
detail design document and production rollout sheet preparations
* Efficiently organized:
o UAT and signoff
o Production rollout and signoff
Client: Renesas Technology Corporation, Japan
Title: Verity Ultraseek Upgrade
Role: Team Lead
Period: Jan'07 to May'07
Technology: Java, JSP, Servlet, Verity Ultraseek- Search Engine, Weblogic Server v6.0, Linux and Windows 2000
Description: The project comprised of upgrading from the current version of Ultraseek v-5.2.1 to the later version v-5.6.1 in
Renesas Production Environment. Implemented verified mirror collections on US & Japan servers.
SRA Systems as Junior Executive
Dec 2002 to Oct 2004
Trainee and Developer
UG: B.Com (Commerce), Correspondence/Distance Learning from Madras University in 1997
PG: MS/M.Sc(Science) (Computers), Correspondence/Distance Learning from Alagappa University in 2003
Other Qualifications/Certifications/Programs:
Diploma in Web Development from Radiant Software Ltd., in 2001
Diploma in Computer Applications from C-DAC in 2000
TOGAF®9.1 - CERTIFIED, Registration Number: 104438
AWS Certified Solutions Architect - Associate
CommValult
Microsoft Azure Architect Technologies
Education
IT Skills
Skill Name Version Last Used Experience
Windows NT4.0/ 2000/ XP, Windows 98/ 95 2020
C, C++, Java SE 7 2020
Struts 1.0/1.1 & 1.2/Spring 4.0/Hibernat 2020 8 Year(s) 2 Month(s)
Apache Tomcat 2020 13 Year(s) 5 Month(s)
IBM WebSphere Portal Server 2019
Oracle SOA Suite 10g 2020
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Job Type: Permanent
Employment Status: Full time
IBM RAD 8.0, JDeveloper 11g 2019
EJB2.0, Servlets2.3, JSP1.2, JDBC 2020
Cassandra, MongoDB 2020 3 Year(s) 2 Month(s)
Apache Kafka 2020
Elastic Search 2020 2 Year(s) 6 Month(s)
MicroServices 2020 3 Year(s) 2 Month(s)
DOCKER 2020 4 Year(s) 2 Month(s)
Apache Mesos 2020
HA proxy 2020
Apache Camel 2017
MAVEN 2020 8 Year(s) 6 Month(s)
NGINX 2020
AWS Cloud 2020 5 Year(s) 6 Month(s)
Google Cloud Vision - API 2020 1 Year(s)
Microsoft Azure 2020 2 Year(s) 2 Month(s)
Google Cloud Platform 2020 1 Year(s) 5 Month(s)
Mobileware communication Services 2017
Jenkins 2020 5 Year(s) 2 Month(s)
Archimate 2019
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Sanskrit Proficient
Rank 329: Resume 1416 with similarity score 0.0487566298362399
MS , BS sap bw consultant , full time , erp consultant sap hana , security , sap project management , designation , regression testing , change requests , ug , deliverables , affirmative action , sap consulting , modeling , test scripts , analytics , query designer , gap analysis , hindi , etl , maintenance , authorization , english , troubleshooting , teams , go , formulas , design documents , status , approvals , sql , email , integration testing , business intelligence , water , cubes , less , transactional , transportation , sap bi , fixing , closure , performance tuning , transformations , components , technical design , cockpit , running , unit testing , exceptions , finance , figures , languages , business process , landscape , publications , documentation , dashboard , sap implementation , javascript , crm , root cause analysis , load , business requirements 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b410945…
https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b4109450544155e0f585… 1/3
Current Designation: Sap Bw Hana Consultant
Current Company: Teklink Software Private Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Pune,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: BBA [Management]
Verified : Phone Number | Email - id
Teklink Software Private Limited as Sap Bw Hana Consultant
Aug 2016 to Till Date
Project #1:
Client : PMUSA
Scope : Implementation/ Production Support
Role : Sap BW Consultant
Duration: June 2018 to Till Date
Roles and Responsibilities:
Created BW Objects like Info Objects, ADSOs, Info cubes, Real Time info cube & DSO.
Analyze and solving the data load errors by monitoring through process chains.
Worked on SAP HANA Data Modelling using Attribute Views, Analytic Views and Calculation Views (both Graphical & SQL
script based).
Worked on Logistics, Finance Modules
Involved in gathering the requirements and prepared the technical design documents based on the Functional Spec
documents.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ROHAN VINODRAO DEVADE
SAP BW HANA Consultant with 4.4 years of experience.
Key Skills: SAP BW/ERP Consultant,SAP Consulting,SAP Implementation,SAP Administration,SAP Upgrade,SAP
Support,SAP Security,SAP Project Management,Root Cause Analysis,Performance Tuning,Requirement Gathering,Client
Servicing,Troubleshooting,SAP HANA
Summary
* Having 4 years of IT experience in SAP BW & HANA
* Experience in SAP Business Intelligence, HANA, BW on HANA, this includes good exposure to Implementation,
Development and Support.
* Experience in Requirement gathering, Gap analysis, design, development, testing, documentation, maintenance,
Troubleshooting and Performance Tuning.
* Excellent knowledge in gathering business Requirements, analyzing the business process, Implementation, Designing,
Configuration, Customization, Unit/Integration testing, Go-live and Post-
* Experience in creation of SAP BW/BI components and ETL process like creating Info Cubes, Multi Providers, DSO, Info
Package, Data Source, Info Objects, Transformations (dealing with routines) and Process Chains.
* Designed queries in BEx Query Designer using Exceptions, Calculated & Restricted key figures, Selections, formulas and
variables.
* Expertise in implementing design/schedule of Process chains/Jobs for Daily/Weekly/Adhoc and Monthly basis.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b410945…
https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b4109450544155e0f585… 2/3
Worked on BW Modeling in creating the objects like Info objects, DSOs, Info cubes, Multi providers, Semantic partitioning
objects and installing the relevant Business Content based on the requirement.
Worked on the creating Generic DataSources based on Function module.
Worked on creating Bex Queries as per the requirement, which were used as source in the BOBJ for creating BO Reports.
Involved in enhancing DataSource using BADI.
Involved in the transportation of objects across the BI landscape.
Views and Composite Provider,.
Worked on different views in HANA.
Worked on resolving the tickets without breaching SLA
Preparing cut over activities plan and involved in cut over activities.
Experience in preparing technical design documents.
Review and validate the design decisions taken by the design teams.
Involved in creating operation dashboard for monitoring BW Process chains, Background jobs, Short dumps & Hana
Cockpit.
Created BW roles, Hana roles & Analytics privileges.
Created alert mechanism for failed process chains.
Project #2:
Client : JD Water.
Scope : Production Support/Enhancements
Role : Sap BW Consultant
Duration: November 2017 to May 2018
Roles and Responsibilities:
Monitor the data loads by using process chain monitoring.
Analyze and solving the errors in the data loads as per SLA.
Responsible to Monitor and prepare daily alerts status relating to SAP BW, BO and SLT.
Responsible to correct failed publications and failed process chains Responsible for Server down Time/Upgrade activities
relating to SAP BW, BO and SLT
Responsible for assigning the Service request, incident, Regression testing, UAT to the team members on priority basis
and will continuously monitor till closure.
Handling of Incident with High medium and low priority issues raised by Business users.
Responsible for the overall quality of deliverables and provide approvals if necessary.
Implement Service requests raised by End users in Production system.
Implementation of Emergency Change request based on request.
Development of Change requests as part of release activity on quarterly basis.
Involved in running Test scripts as part of Regression testing activities in the Quality sys.
Checking out quality on every deliverable and planning the deliverables within the estimate time limit.
Involved and developing different type of objects like Info objects, Info cubes, DSOs, DTP, Transformation & Multiproviders
Developed reports for all the functional modules.
Involved in unit testing and integration testing.
Transporting the BW Objects from Development System to Quality and then to Production System.
Created Info packages and scheduled them in order to load Master and Transactional data from SAP R/3 as well as flat
file source system into BI
Modified various BEx Reports using Formulas, Selections, Structures, Calculated Key Figure and Restricted Key Figure.
Handling of Incident with High medium and low priority issues raised by Business users.
?
Project #3:
Client : Kellogg's
Scope : Implementation/Production Support
Role : Sap BW Consultant
Duration: August 2016 to October 2017
Roles and Responsibilities:
Created process chains to automate the data load and data target administration.
Observing the data loads and troubleshooting the process chain failures, and fixing them.
Managed and monitored several data loadings,
UG: BBA (Management) from Swami Ramanand Teerth Marathawada University (SRTMU) in 2015
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b410945…
https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b4109450544155e0f585… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Skill Name Version Last Used Experience
SAP HANA, SAP BI 7, SAP SLT 2021 4 Year(s) 4 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 330: Resume 305 with similarity score 0.04859284529493988
BTECH , MS , B.TECH , BS work from home , student public , completion , assessment , discreet , python , advanced , algorithms , resume , quantum computing , ibm , artificial intelligence , deep learning , c++ , technology , computer science , mathematics , database , online Assessment
Q1. Why should you be hired for this role?
I'm a 2nd year btech CS student in Banasthali
Vidyapeeth. And in senior secondary years i used to have c++ as my 5th subject. From the day I started learning how to code, I always wanted to
learn about robots and artificial intelligence. Everytime I think about what I want with my future I always have image of doing something in this
field. I'm learning online about advanced c++ , python and deep learning. I have a good knowledge of discreet mathematics, ds and algo. And I
have never worked on any other projects in this field but I'm looking forward to get an opportunity to work in this field. And if given a chance I'll
have a great opportunity to learn and I'll get more and more experience. I'll work hard for the projects given to me and give 200 percent of
myself.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available for 5 months till June and have 20 days exam in may, and I can start this internship from 15th feb 2020
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9610033993
MANSI SOLANKI
Tonk, Jodhpur
Applied 08 Feb'21
Python Mathematics C Programming
Database Management
System DBMS
Algorithms Data Structures
Bachelor of Technology B.Tech), Computer Science
Banasthali University
2019 - 2023
Senior Secondary XII, Science
DELHI PUBLIC SCHOOL
CBSE board)
Year of completion: 2018
Percentage: 89.20%
Quantum Computing
The Coding School Qubit By Qubit, Online
Oct 2020 - Present
It is a quantum computing course organised by the coding school with IBM quantum. This course will get complete by may
2021.
Rank 331: Resume 273 with similarity score 0.04842478002130777
B.TECH work from home internships , access , cam , ltd , twitter , sql , coursera , c programming , mongodb , live , computer vision , operations , resume , neural networks , illusion , data analysis , machine learning , computer science , opencv , django , sentiment analysis , assessment , data science , python , form , organization , web , pygame , capture , online Assessment
Q1. Why should you be hired for this role?
I am fully dedicated to Data Science field and will be fully dedicated to the organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Karan Parihar
Churu, Jaipur
Applied 09 Feb'21
Computer Vision Python C Programming
C Programming Data Structures Machine Learning
Neural Networks R Programming SQL
Django MongoDB
B.Tech Hons.), Computer Science
Poornima college of Engineering
2017 - 2021
Percentage: 75.00%
Data Science
Adhoc Networks Pvt. Ltd., Jaipur
Jun 2019 - Jul 2019
KNN, K. Means, OpenCV, Neural Networks, Sentiment Analysis
Python For Everybody
Coursera, Online
May 2020 - Jul 2020
Number Plate Detection and reading
Jul 2020 - Jul 2020
https://github.com/karanparihar/Projects/tree/main/Number Plate Detection
1. Used OpenCV library to read and process pixels of a given car image
2. Pytessetact library to get that number into text form
Twitter data analysis
Apr 2020 - Apr 2020
https://github.com/karanparihar/Projects/tree/main/Twitter Data Analysis
1. Getting access and token keys from twitter developer account
2. Process sentiment analysis using tweepy and sklearn
Invisible Cloak Illusion
Feb 2020 - Feb 2020
https://github.com/karanparihar/Projects/tree/main/Invisible Cloak
1. OpenCV library to capture live web cam vision
2. Replacing red colored cloak pixels with background pixels to make it invisible in live feed
Flappy Bird(Automated)
Dec 2019 - Dec 2019
https://github.com/karanparihar/Projects/tree/main/Flappy Bird
1. Using pygame library in python to create geme and perform micro
operations
2. NEATNeuroEvolution of Augmenting Topologies) to Automate the game
https://github.com/karanparihar/Projects/tree/main/Number%20Plate%20Detection
https://github.com/karanparihar/Projects/tree/main/Twitter%20Data%20Analysis
https://github.com/karanparihar/Projects/tree/main/Invisible%20Cloak
https://github.com/karanparihar/Projects/tree/main/Flappy%20Bird
CONTACT Phone: 91 9079792163
Rank 332: Resume 1099 with similarity score 0.048388123134161104
B.E , MS , B.TECH , BS scrum master , cto , associate , devops , resource manager , full time , vice president , vp , project leader finalization , telugu , microsoft azure , scanning , docker , beginner , status , stakeholder management , rally , commitments , process design , continuous integration , testing , writing , building , kibana , sql server , negotiation , devops , kubernetes , designation , technical vision , mar , hindi , cluster , english , agile , cloud development , kanban , research , sonarqube , javascript , technology , working experience , continuous delivery , rca , general , scrum , affirmative action , mysql , conflict resolution , maintenance , dynamo , lxc , kafka , alm , advanced , architecture , timelines , email , aws , github , hp , languages , management system , dynamics , jira , web , it infrastructure management , coaching , cloud services , jenkins , migrating , directives , tamil , authorization , risk , teams , enterprise , application , written communication , ci , s3 , storage , mesh , leadership skills , project management skills , python , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e150817…
https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e1508170b131051555a5… 1/3
Current Designation: Vice President-IT
Current Company: WELLS FARGO EGS (India) PRIVATE
LIMITED
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
WELLS FARGO EGS (India) PRIVATE LIMITED as Vice President-IT
Dec 2020 to Till Date
AWS, Microsoft Azure, kubernetes, ci/cd, Github
Optum UHG India as Project Leader
Jun 2013 to Dec 2020
PROJECT #1: Optumid (Identity management system)
Role : Project lead , DEVOPS
Project summary:
Identity management system for providers in USA to login into their applications and manage their profile and self-services
application is using OIDC oauth2.0
Devops Role Summary:
As part Engineering services, we will be providing enterprise DevOps services to Optum product teams, in implementing
end-to-end CI/CD process for that project/release. We also configure and implement multiple tools as part of the DevOps
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kranthikumar.T
Vice President seeking roles in Project Management,IT Infrastructure
Management,Software Development,Application Programming,Client
Management,Requirement Gathering,System Analysis,Technical
Architecture,GIT,Jenkins,DevOps,AWS,Azure
Key Skills: Vice President,Head/VP/GM-Technology/CTO,Project Management,IT Infrastructure Management,Software
Development,Application Programming,Client Management,Requirement Gathering,System Analysis,Technical
Architecture,GIT,Jenkins,DevOps,AWS,Azure
Summary
*14 years of experience in Software Engineering with DevOps and Infrastructure administration and leadership & management
skills to design, develop and deliver high impact applications
* Very good experience in DevOps (CI/CD) process design and implementing using various tools and infrastructure.
* Configuring and maintaining Git repositories
* Expertise in working with Git and Jenkins
* Expertise in working with Code quality using SonarQube
* Expertise in working with source code scanning tools like web inspect and contrast
* Expertise in working with AWS WAF shield
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e150817…
https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e1508170b131051555a5… 2/3
chain and provide complete implementation procedure for that product team.
We will experiment, demonstrate and recommend the right tools to use for different DevOps implementation's based on
the need and type of the product team requirements.
Responsibilities:
* Implement CI Process
o Create and Maintain Git repositories for the new products and releases.
o Configure Jenkins with the Git repositories
* Write Docker files to create Docker Images for the applications.
* Configured kubernetes for container orchestration
* Worked on KAFKA tool to migrate applications from on premise to cloud
* Configured AWS EKS cluster
o Quality Gates Implementation to control build process.
Configured SonarQube
* Expertise in configuring AKS Using Azure cloud
* Expertise in working with AWS cloud formation
* Expertise in working with Azure resource manager
* Expertise in working with storage accounts in Azure using Logic App
* Expertise in AWS Cloud Infrastructure management and configurations of AWS Services VPC, S3, EBS, ROUTE 53,
IAM, RDS EKS Cognito Dynamo DB etc.,
* Expertise in AZURE Cloud Infrastructure management and configurations of AZURE Services Virtual network,
resource group, Virtual machine, App services, AKS etc.,..
* Expertise in migrating on-premise application to AWS cloud
* Expertise in creating migration plan for smooth migration
* Conducted dry runs to configure right infrastructure during migration
* Expertise in recording failures during dry runs and conduct RCA
* Involved in designing and implementing Continuous Integration (CI) and Continuous Delivery (CD) processes for
multiple product teams with minimal manual intervention and zero downtime.
* Expertise in configuring service mesh /ISTIO canary deployments for zero down time
* Expertise in writing Terraform scripts to Automate cloud infrastructure for both AWS & AZURE
* Expertise in setting up monitoring tools GRAFANA, KIALI, KIBANA
* Expertise in Agile methodology (Scrum , KANBAN).
* Experience in working with LXC and LXD containers
* Working experience as SCRUM MASTER
* Strong leadership skills, including coaching, team-building, and conflict resolution.
* Hands-on leadership in areas of technology, research, innovation, product roadmap finalization, engineering, delivery,
testing, deployment, and support.
* Have strong business and technical vision and the ability to communicate this vision to multiple audiences. Sense
evolving business trends and translate them into needs into technology solves.
* Demonstrate Team and Stakeholder management skills towards meeting project timelines and delivery commitments.
* Possess strong commitment to team environment dynamics with the ability to contribute expertise and follow
leadership directives at appropriate times.
Strong leadership skills, including coaching, team-building and conflict resolution.
Advanced project management skills including time and risk management, resource prioritization, and project structuring.
* Strong verbal and written communication skills, including negotiation, presentation, and influence skills.
Experience in setting up the DevOps processes and procedures to rapidly transition new Cloud Services into production
* Build and execute cloud development roadmap and staffing model.
* Lead engineering efforts from rapid prototypes to large-scale applications using variety of languages and
tools/technology stacks.
UG: B.Tech/B.E. (Mechanical) from Jawaharlal Nehru Technological University (JNTU) in 2006
PG: from Jawaharlal Nehru Technological University (JNTU) in 0
Other Qualifications/Certifications/Programs:
PSM1
JAVA 8 Associate certified programer
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e150817…
https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e1508170b131051555a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS, AZURE, LXC LXD
Jenkins, Git Hub Enterprise
Kubernetes, Docker Swarm,
Rally, Quality Center, JIRA, HP ALM
Agile, waterfall, SQL Server , MYSQL
RALLY 2020 7 Year(s) 1 Month(s)
Python 3.6 2020 1 Year(s) 1 Month(s)
GitHub 2020 6 Year(s) 6 Month(s)
Github Actions 1 2020 1 Year(s) 1 Month(s)
Git probot 2020 1 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Tamil Beginner
Rank 333: Resume 71 with similarity score 0.04838348308134019
MS , B.TECH work from home c programming , leadership , fit , assessment , computer vision , html , resume , python , machine learning , teams , css , java , writing , time constraints , computer science , kotlin , addition Assessment
Q1. Why should you be hired for this role?
I can do the work and deliver exceptional results. I will fit in beautifully and be a great addition to the team. I possess a combination of skills and
experience that make you stand out as i have a experience of handling teams and leadership.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available for 3 months for work from home internship and i dont have any time constraints with respect to this oppurtunity
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8145020604
Ankit Kumar Gupta
Jaipur, Sonapur Hat
Applied 01 Jan'21
Kotlin C Programming C Programming
HTML CSS Java
Computer Vision Machine Learning Python
B.Tech Hons.), Computer Science
Jaipur National University
2018 - 2021
I am a technical member at our community - https://teksociety.tech/
I write Blog in medium.com,and I am writing enthusiast.
I am a technical member at our community - https://teksociety.tech/
Rank 334: Resume 380 with similarity score 0.04832013980107421
B.E , MS , BS work from home , student ltspice , seizure , internships , css , 3d , adobe photoshop , deep learning , cadence , gauss , conducting , health , design , new concepts , stocks , schematic , risc , excel , newton , transmission , coursera , verilog , resume , electronics , flow analysis , matlab , bus , components , features , machine learning , load flow , finance , blender , completion , assessment , it , python , layout , artificial intelligence , technology , pipeline , plots , html , beta , online Assessment
Q1. Why should you be hired for this role?
I'm an arduous worker with a deep passion for problem-solving. With an inquisitiveness to learn new concepts and technology every day. I'm
deeply interested in the field of artificial intelligence and machine learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available on a part-time basis as I am an electrical engineering student in my final year of college. I will be unavailable from March 1st-4th and
May 1st-7th on account of my university semester exams.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Parvathy Unnikrishnan
Kochi
Applied 08 Feb'21
Python C Programming HTML
MATLAB Verilog Adobe Photoshop
Blender 3D CSS Deep Learning
Bachelor of Engineering B.E, Electrical and Electronics Engineering
BITS Pilani
2017 - 2021
Senior Secondary XII, Science
Bhavans Vidya Mandir,elamakkara
CBSE board)
Year of completion: 2016
Percentage: 96.40%
Student Engineer
Mocxa Health, Virtual
Aug 2020 - Present
Worked on developing a deidentification software which helped conserve privacy of seizure victims by transferring facial
features and movements onto a separate artificially generated face.
Intern
Power Grid Coorporation, Bangalore
May 2019 - Jul 2019
Deep Learning
Coursera, Online
May 2020 - Aug 2020
This course is offered by deeplearning.ai
Multi asset Portfolio of 5 companies were analysed.
Jun 2020 - Jul 2020
Using the historical data of 5 stocks for the period 1 January 2016 31 March 2020 a portfolio was made. In excel, various
parameters such as beta, Sharpe and Treynor ration were derived.
Designed a 5-stage RISC pipeline in verilog.
Apr 2020 - Jun 2020
Implemented the design along with hazard detection protocols.
Modelled a Bi-stable multivibrator in LtSpice.
May 2020 - Jun 2020
Suitable values for the various components were found. The transfer characteristics of the model were derived and plotted.
Load flow analysis of a 57 bus system in Matlab
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9119225099
May 2020 - May 2020
Newton Raphson and Gauss Siedel method was performed on Matlab script file 'case57.m'.
Designed a 81 mux using transmission gate logic(180 nm technology)
Sep 2019 - Oct 2019
The schematic and layout of the diagram were made in Cadence. It's functioning was tested by conducting various analysis
and deriving the plots.
Pursued a Finance Minor from BITS, Pilani.
Rank 335: Resume 1273 with similarity score 0.04826257942285386
B.E , MS , B.TECH , BS full time , network administrator , it manager vmware infrastructure , open source , infrastructure services , team management , designation , office , ug , server management , telecom , mar , affirmative action , service desk management , hindi , maintenance , ltd , service delivery , authorization , english , teams , escalation , status , virtualization , sharepoint online , email , project , logging , aws , problem management , lotus , mumbai , operations , closure , electrical contracting , network administrator , computer science , auditing , framework , languages , it infrastructure , prime , llc , foundation , urdu , itil , data center management , communications , negotiation , javascript , vmware vsphere , cloud computing , technology , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d1…
https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d175747425f080d… 1/3
Current Designation: IT Manager
Current Company: Blue Lotus Communications Pvt. Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Blue Lotus Communications Pvt. Ltd as IT Manager
May 2016 to Till Date
Roles and Responsibility:
1. Manages and maintains Google Cloud, AWS & VMware infrastructure
2. Manages and monitor the IT projects from initial to closure
3. Manages and maintain In-house open source website and domain
4. Manages and provides best-practice IT infrastructure services as per the ITIL framework and as per defined SLA
5. Manages teams to provides onsite and offsite support for IT infrastructure and Network issues
6. Manages teams to provides server, Network, Backup and Desktop management
7. Manages and handles SLA, Escalation, Incident and Problem
8. Manages vendor and purchase as per company negotiation policy
9. Manages Ticket Auditing, Logging and Monitoring
Indo Global Technologies Pvt. Ltd as Consultant
May 2015 to May 2016
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Actively manages and monitor the IT projects from initial to closure
3. Incident, Problem and Escalation management
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ABU SHAHMA ZAFAR
B.Tech./B.E. in computer science with 10+ years of work experience in ITIL, Incident
Management, Problem Management, Service Desk Management, Project
Management, Service Delivery, Virtualization, VMware, Cloud Computing, AWS, GCP,
O365 in IT industry
Key Skills: ITIL, Incident Management, Problem Management, Service Desk Management, Virtualization, VMware, Cloud
Computing, AWS, GCP, Project Management, Delivery Management, Team Management, Data Center Management, IT
Infrastructure Operations,Office 365,VDI
Summary
I am Bachelor of Technology - Computer Science and Engineering with 10+ years of qualitative work experience in Data Centre
Management and Maintenance, Virtualization Management and Maintenance (VMware vSphere), Cloud Computing
Management and Maintenance (AWS & GCP), Project Management, Incident - Problem - Escalation Management, Service
Desk Management, O365 - MS Teams - Online SharePoint Management with stints at Reliance Communication Ltd, Tata
Consultancy Services Ltd, Blue Lotus Communications Pvt Ltd in India and Prime Electrical Contracting Co LLC in Dubai. I have
an exposure towards IT Industry as a Technical Support Executive, Consultant, Network Administrator, and IT Manager.
Currently I am working with Blue Lotus Communications Pvt Ltd, Mumbai as an IT Manager.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d1…
https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d175747425f080d… 2/3
Prime Electrical Contracting Co. LLC as Network Administrator
Sep 2013 to Mar 2015
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Actively manages and monitor the IT projects from initial to closure
3. Incident, Problem and Escalation management
TCS as Consultant
Nov 2012 to Apr 2013
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Incident, Problem and Escalation management
Reliance Communications Ltd as Technical Support Executive
Oct 2009 to Mar 2012
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Incident, Problem and Escalation management
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2009
PG: MBA/PGDM (Project Management) from Bharati Vidyapeeth, Pune in 2022
Other Qualifications/Certifications/Programs:
ITIL 4 Foundation
Education
IT Skills
Skill Name Version Last Used Experience
ITIL 2020 9 Year(s) 0 Month(s)
Incident Management 2020 9 Year(s) 0 Month(s)
Problem Management 2020 9 Year(s) 0 Month(s)
VIRTUALIZATION 2020 5 Year(s) 0 Month(s)
VMWare Vsphere 2020 5 Year(s) 0 Month(s)
Cloud Computing 2020 5 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
GCP 2020 5 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 6 Year(s) 0 Month(s)
Delivery Management 2020 6 Year(s) 0 Month(s)
TEAM MANAGEMENT 2020 6 Year(s) 0 Month(s)
service desk management 2020 7 Year(s) 0 Month(s)
Data Centre Management 2020 7 Year(s) 0 Month(s)
O365 2020 2 Year(s) 0 Month(s)
Sharepoint online 2020 2 Year(s) 0 Month(s)
MS Teams 2020 2 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d1…
https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d175747425f080d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Server management 2020 7 Year(s) 0 Month(s)
Network management 2020 7 Year(s) 0 Month(s)
Desktop Management 2020 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Urdu Proficient
Rank 336: Resume 1015 with similarity score 0.04804832158536974
BSC , BS , B.E , MS , B.TECH oracle dba , senior project manager , coldfusion , team lead , product manager , delivery lead , partner , cio , technical lead , lead project manager , full time , informatica , senior consultant , delivery manager , product owner , program manager , cmo award , training , postpaid , platforms , pvc , it security , idms , databases , digital , customer satisfaction , approval process , status , lloyds , express , t&m , sap , tirks , pl/sql , testing , fixed price , odd , rap , sql server , lightspeed , packaging , weblogic , database auditing , cost management , system administration , workflow , crm , mitigation , ecommerce , rfs , automation , retail , filenet , designation , mar , deliverables , foundation certified , pre-sales , hindi , nms , ltd , quotations , workstations , business integration , data reconciliation , english , data security , management professional , protection , budgeting , provisioning , dsl , unified process , c++ , dc , cmo , strategic services , itil , ibm certified , terminal services , test strategy , datapower , money , javascript , wireless , technology , bis , data centers , managed services , vm , general , funding , 3d , e2e , amdocs , affirmative action , oracle , data analytics , opex , project plans , maintenance , unix , escalation , role model , concord , email , invoicing , global delivery , hp , middleware , data center operations , frame relay , guardium , languages , new product implementations , lotus domino , scheduling , pmp , windows 7 , plm , servicenow , it infrastructure management , program management , cyber , agile methodologies , hardening , coldfusion , interconnect , streamlining , windows server , websphere , ms project , ug , executive management , investment , telecom , coe , hybrid cloud , scratch , fttp , revenue , authorization , risk , teams , enterprise , video services , ibm mainframe , application , map , electronics , led , servers , finance , storage , framework , process implementation , cloud computing , telegence , presentations , dia 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 1/4
Current Designation: Senior Delivery Lead
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 25 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
IBM as Senior Delivery Lead
Jan 2012 to Till Date
Clients: Lloyd's Banking Group UK
Tools/Technologies: IPWC, PGMP, ServiceNow, IBM Hybrid Cloud / CMO and FMO
Key Result Areas:
· Successfully setup new Business Unit with Multi-Squad Tribe comprising Hybrid Cloud Automation, Backup and Storage,
Packaging and Development, Alerting and Monitoring (Tivoli, NetIQ), DataPower, Filenet, MQ and IIB Squads.
Implemented Agile Practices for Squad infrastructure and Governance Controls. As a Tribe Leader, I am responsible for all
the above-mentioned skills and resourcing for RFS activities for largest Project Service Account Lloyds Banking Group.
· Managing a team of around 30 Senior IDMs for a commercial account Lloyd's banking group across Retail / Cyber / TRP
portfolios; built the team from scratch to cater to the business needs
· Successfully delivered 6 Million+ UKP of RFSs within last one year; project / programs include both Fixed Price and T&M
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Dattatreya Kulkarni
senior Delivery Manager seeking roles in Project Management,Program
Management,Agile Methodology,IT Infrastructure Management,Cloud
Computing,Delivery Management,Data Center Operations,SQL Server,Oracle,Java
Key Skills: Deputy Delivery Partner Executive,Product Manager,Project Management,Program Management,Agile
Methodology,IT Infrastructure Management,Cloud Computing,Delivery Management,Data Center Operations,SQL
Server,Oracle,Java
Summary
Senior IT Infrastructure Delivery Professional with over 25 years experience with expertise in Small BU Setup, Portfolio,
Program- Setup, Governance & Delivery. Experience in Strategy, Design and streamlining business processes and Enhance
business growth & customer satisfaction.
Onsite/offsite experience in heading complex IT multi-million-dollar projects, programs and Portfolios handling US, UK, India
customers. 8+ Years of US Onsite experience.
Experience in SDLC / PLM, Agile methodologies through budgeting, scheduling, P&L, billing / invoice and pre-sales support
Currently heading Platform tribe on Middleware technologies MQ, IIB, Datapower, Filenet, Storage and Backup technologies,
Automation, Alerting and Monitoring Tools Tivoli, NetIQ. Portfolios: Technology Resilience, Digital and Cyber Technologies.
Experience in IT Cloud Infrastructure and Applications projects: Java E2E technologies, Mainframe, Telecom OSS/BSS,
Revenue Assurance, New Product implementations
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 2/4
· Project/programs under this portfolio delivery caters to bank's current and future mode of operation on existing / new
datacenters IBM Cloud Softlayer infrastructure, new service implementations, Server / VM builds, DECOM, application
migration and enhancements
· Played major role in RFS workflow training, PMO governance set-up, establishing OPEX approval process between
India/UK/ICA
Highlights:
· Wall of Fame Award for Y2019 for Delivery Excellence.
· Top Contributor Award
· BRAVO Certificate of Award in recognition of outstanding work in Project Management
· Best of Best PM Recognition by Customer DPE
· Profession Champion recognition by IBM PM COE
· Manager Choice Awards
· Agile Champion - Implementation of agile methodologies
Program Manager: IBM Internal Global Account, IBM CIO (Jan 2012 to Sep 2017)
Delivered CIO security Investment Programs high priority Run Initiatives and Midrange Early support and Tech Refresh
Programs. These are Infrastructure projects identified as part of CIO IT Risk and Mainframe / Midrange initiatives for IBM
Global Account (IGA)
· IBM Data Security Program: Guardium deployment across IBM data centers. Deployment of IBM DAPS solution
(Database Auditing and Protection Service) for databases in various data centers of IBM across the globe covering
DB2/IMS/SAP on AIX/ZOS/Windows server platforms. As a product owner, performed agile transition also
· IBM Application and Workstation Security Program: Windows 7 Hardening for Privileged Users, Automated Quarantining:
Automating ITMS (IBM Threat Mitigation Service) service using IBM End Point Manager to protect IBM Workstations, IP
Device Discovery
· IBM Mainframe / Midrange Early Support & Tech Refresh Program. Implement project Early Support and Tech refresh
initiatives to enhance Mainframe / Midrange servers for latest hardware and network
Non-project Assignments:
· As IBM Global Delivery Framework Awareness & problem-solving focal for project management services pool / maturity
initiative
· As QMS focal for Bangalore DC / Project Services
SELA Technologies (I) Pvt. Ltd as Senior Project Manager - Onsite
Nov 2009 to Dec 2011
Client: Vodafone Essar India
Technologies / Tools Used: MS Project, MS Power point, RA Money Map, Web sphere Application Sever, Java, PL/SQL,
Oracle 9i, SQL
Server, Informatica, Data Analytics
Key Result Areas:
Managed a team of 35; led overall set-up and management of implementation, Profit and Loss (P&L), billing and invoicing
and
customer satisfaction managed Services and operations teams led by Technical Managers
Analyzed customer needs and initiated strategic services and implementation within Revenue Assurance product domain
Worked as an escalation point for client for any issues with RA systems - implementation and operations
Liaised with cVidya Israel Senior Management Team
Devised project plans, management reports, discussed and finalized it with client
Pre-sales: Prepares new proposals, review and presentations, negotiations on pricing
Attended committee meetings to appraise VFE executive management on the current progress status, future plans
Test Strategy and Planning: Includes System test, E2E testing and UAT planning
Interacted with client and internal finance teams on issues of quotations, POs, Invoicing for funding the deliverables
Projects:
VFE RA System:
Phase 1: Pre/postpaid Usage and Configuration Reconciliation
Phase 2: Interconnect Usage Reconciliation
Phase 2D: IN Tariff Reconciliation and RBV
Phase 3A: BSCS to AMDOCS Migration
Phase 3D: Pre/postpaid Data Reconciliation
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 3/4
Operations Services
Managed Services - Change Request Delivery
Highlights:
Led execution of roll-out plan of 23 circles without any slippages with high customer satisfaction
Ensured implementation of managed services stream for market driven change delivery: resources and funding for change
request
deliverables, release management process implementation to streamline projects and CR delivery. The team grew from
initial 7 odd
members 35+ strong team
Collabera Inc. Onsite AT&T USA as Lead Project Manager - IT Enterprise Merger
May 2007 to Oct 2009
Client: AT&T Inc., Bedminster NJ, USA
Technologies / Tools Used: IT Unified Process, PRISM, Integrated Financial Platform (IFP), Planning Initiative Worksheet
(PIW), Express
One process methodology tool, MS Project, Cost Management / Project Management Tool (CM/PM), Telecom OSS / BSS,
Filenet
P8/Panagon
Highlights:
Received appreciations on Role model PM Actions during critical deadlock situations of projects
Attained Client Appreciation on extraordinary efforts beyond expectations as UAT and ORT Manager
Awarded ATT IT CIO for PNT Rehome Project
Projects:
PNT Migration Support Base Solution
DIA - MIS Migration
Enhancement to DIA-MIS
DIA / MIS Automated PVC Rehome
Merger DIA Customer Migration (PNT) RAP Automation (Project received AT&T IT CIO Award)
Patni Computer Systems Inc. Onsite: SBC USA as Project Manager
Jan 2004 to Apr 2007
Client: SBC / AT&T, St Louis, MO USA
Team Size: 22
Tools & Technologies: Express process Tools, Cost Management / Project Management Tool (CM/PM), Quality Center,
Mainframe DB2 8.0, IMS 9.X, Telecom OSS / BSS / NMS, Business Integration Services (BIS), AMDOCS OMS
(Ordering), CLARIFY (CRM), TIRKS, TELEGENCE (Billing), Provisioning, Billing Applications, Oracle
Projects:
· DSL Enhancements
· Program WINDS - Enterprise ATM / Frame Relay Customer Solution
· Program LIghtspeed - Voice, Data, Video Services on FTTN or FTTP Bundled with Wireless solutions
Highlights:
· Received Certificate of Appreciation for outstanding work and continuous service for excellence from SBC/ATT
Zensar Technologies Limited as Technical Lead
Nov 2002 to Jan 2004
Client: Veloz
Team Size: 15
Tools & Technologies: HP Open View 4.0, Websphere, Weblogic, Coldfusion and Lotus Domino Servers, Remedy Help
Desk 4.0.3, Precise, Concord, Trusted Link, pcAnywhere, Terminal Services
Project: CAAAREM / Role: Team Lead - Oracle DBA / Team Size: 7
Sonata Software as Senior Executive
Dec 1995 to Nov 1998
IT Network and System administration
Computer Point India Private Limited as Senior Consultant
Dec 1992 to Nov 1995
Training and consultancy - C, C++, Unix, Oracle and PL SQL
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 4/4
UG: B.Tech/B.E. (Electronics/Telecommunication) from Gulbarga University in 1992
Other Qualifications/Certifications/Programs:
Certified Project Management Professional (PMP)
ITIL 2011 Foundation certified professional
IBM Certified Senior Project Manager
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Oracle DBMS and Distributed DBMS design 2012 4 Year(s) 0 Month(s)
IT Security, ECommerce Projects 2018 4 Year(s) 0 Month(s)
Revenue Assurance- New PROD implementn 2012 2 Year(s) 0 Month(s)
Telecom OSS / BSS 2012 6 Year(s) 0 Month(s)
Tribe setup, Agile Implementations 2020 3 Year(s) 0 Month(s)
MIDDLEWARE- WAS, MQ/IIB, Filenet ECM 2020 5 Year(s) 0 Month(s)
IT Delivery Management 2020 5 Year(s) 0 Month(s)
Mainframes 2018 3 Year(s) 0 Month(s)
Hybrid cloud Automation Softlayer 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 337: Resume 532 with similarity score 0.04795472784472574
B.E , BS work from home , associate software engineer , java developer , student image processing , apparel , deep learning , demand , cancer , data collection , natural language processing , eda , sql , project , data cleaning , misys , computer vision , prediction , microsoft , resume , facebook , quora , java , machine learning , computer science , x , amazon , completion , assessment , tuning , case studies , ml , artificial intelligence , portuguese , pipeline , online Assessment
Q1. Why should you be hired for this role?
As a student at Applied AI Course I had the opportunity to Work on many Machine Learning and Deep Learning Case Studies.
1. Personalized Cancer diagnosis
2. Taxi demand prediction
3. Microsoft Malware detection
4. Netflix prize
5. Stack overflow tagging
6. Quora question pair similarity
7. Human activity detection
8. Facebook Friend Recommendation
9. Self Driving Car
10. Amazon Apparel Recommendation
I learnt about various aspects of Machine Learning Life Cycle,
Data Collection, Data Cleaning, EDA, Hyper-parameter Tuning, Productionisation of ML Pipeline.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available at Nagpur ( Maharashtra, India ) for next 3 months.
Resume
EDUCAT ION
JOBS
TRAININGS
Shashank Aich
Nagpur
Applied 09 Feb'21
Computer Vision Natural Language Processing
NLP
Deep Learning
Machine Learning Image Processing Java
SQL
Bachelor of Engineering B.E, Computer Science
Ramdeobaba College Of Engineering And Management
2013 - 2017
CGPA 8.38/10
Senior Secondary XII, Science
Dinanath Junior College
MAHARASHTRA STATE BOARD board)
Year of completion: 2013
Percentage: 83.00%
Secondary X
Somalwar High School
MAHARASHTRA STATE BOARD board)
Year of completion: 2011
Percentage: 91.00%
Associate Software Engineer
Misys , Bangalore
Jan 2017 - Oct 2018
I worked here as a Java Developer.
Applied AI Course
Applied Ai Course, Online
Sep 2019 - Jan 2021
PROJECTS
CONTACT Phone: 91 9970897413
Applied AI Course is an Online Platform for Learning Machine Learning and Artificial Intelligence.
As a student at Applied AI Course I had the opportunity to Work on many Machine Learning and Deep Learning Case Studies.
1. Personal ized Cancer diagnosis
2. Taxi demand prediction
3. Microsoft Malware detection
4. Netflix prize
5. Stack overflow tagging
6. Quora question pair similarity
7. Human activity detection
8. Facebook Friend Recommendation
9. Self Driving Car
10. Amazon Apparel Recommendation
I learnt about various aspects of Machine Learning Life Cycle,
Data Collection, Data Cleaning, EDA, Hyper-parameter Tuning, Productionisation of ML Pipeline.
Automatic Diagnosis Generation Given Chest X-rays
Jun 2020 - Dec 2020
https://shashankaich.medium.com/automatic-diagnosis-generation-given-chest-x-rays-3467cf31d23d
Generating Automatic Diagnosis from XRays is a problem that many researchers are trying to solve. This problem if solved,
will help the entire Medical fraternity.
This project will give a humble try to solve the problem.
Predicting Telephonic Marketing Outcome for Bank Term Deposit
Apr 2020 - Jun 2020
https://shashankaich.medium.com/predicting-telephonic-marketing-outcome-for-bank-term-deposit
The Problem presented in this project is 'Predicting Telephonic Marketing Outcome for Bank Term Deposit'
The Dataset was collected From a Portuguese Bank from May 2008 to November 2010
https://shashankaich.medium.com/automatic-diagnosis-generation-given-chest-x-rays-3467cf31d23d
https://shashankaich.medium.com/predicting-telephonic-marketing-outcome-for-bank-term-deposit
Rank 338: Resume 720 with similarity score 0.04791154212565848
B.E , B.TECH , BS big data engineer , software engineer , vp , full time big data analytics , general , scrum , spark , designation , ug , business applications , mar , affirmative action , hindi , maintenance , ltd , kafka , oozie , authorization , english , status , spring boot , architecture , agile , email , tomcat , aws , microservices , testing , performance tuning , computer science , languages , hive , scala , websphere mq , javascript , technology , software analysis , overseas experience , insurance , hadoop , elasticsearch 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945…
https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945031415585c5d… 1/2
Current Designation: Senior Professional
Current Company: DXC Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
DXC Technology as Senior Professional
Jul 2010 to Till Date
OpenText Technologies India Pvt. Ltd as Software Engineer
Aug 2009 to Jul 2010
Virtusa India Pvt. Ltd as Engineer- Technologies
Mar 2006 to Aug 2009
UG: B.Tech/B.E. (Computer Science and Engineering) from Amravati University in 2002
PG: MBA/PGDM (Marketing) from Pune University in 2005
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Ashish Khandelwal
Lead Big Data Engineer. Experienced in Spark, HIVE, HDFS, KAFKA, Elasticsearch,
Java, J2EE, Spring.
Key Skills: Java, J2Ee,Big Data Analytics,Spark,SCALA,Kafka,Oozie,Elastic Search,Hive,Hadoop
Summary
* 3+ years of experience in Big Data, Spark and Elasticsearch
* 14+ years of experience in software analysis, design, development and implementation of applications using java J2EE,
Spring, Spring Boot
* 5 years of overseas experience at client location Zurich North America, USA
* 10+ years' experience in agile (Scrum) development process
* Experience in Insurance domain
* Expertise in implementing and deploying Microservices architecture applications using spring boot
* Experience in developing Business Applications using Websphere, JBOSS and Tomcat, Websphere MQ, Kafka
* Expertise in all aspects of SDLC - analysis, design, coding, testing, performance tuning, documenting, maintenance
* Hands on AWS
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945…
https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945031415585c5d… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
SPARK 3 Year(s) 0 Month(s)
Kafka 3 Year(s) 0 Month(s)
J2EE 10 Year(s) 0 Month(s)
JAVA 14 Year(s) 0 Month(s)
HIVE 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 339: Resume 25 with similarity score 0.047593479935908116
B.TECH , BS nan functionality , web development , cricket , css , to-do , chess , player , bootstrap , newton , tac , project , express , mongodb , tic , linkedin , sports , github , features , soft skills , problem solving , languages , python , javascript , artificial intelligence , football , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2019 B.Tech Galgotias University, Greater Noida 7.9/10.0
2015 12th St Anne's High School, Patna 70.0%
2012 10th Jesus and Mary Academy, Patna 72.21%
Internship and Certifications
Newton School Coding bootcamp | Newton School
Participated in various Coding contest organized by the platform.
Full Stack Web Development along with Problem Solving.
Technical Stack learned: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, and Bootstrap.
Worked on various projects like To-do-list, Simple Calculator.
Projects
E-PujaStore | Newton School (link)
Static webApp Using React.
Commercial Website for Puja shop.
Role: Developer | Tech stack: React,Express,MongoDB
Tic Tac Toe | Newton School
This project was the famous two players tic-tac-toe game.
The first player is given the first chance and the game goes so on. As soon as any player wins result is shown.
Role: Developer | Tech stack: HTML,CSS,Javascript
Todo List | Newton School
Static WebApp USing React
Features: To-do List with all Functionality such as edit, delete and Save tasks
Role:Developer | Tech Stack:HTML,CSS,javascript and React.
Skills
Computer languages Python, Java, JavaScript, CSS, HTML
Software Packages Node, MongoDb, Express, React, Bootstrap
Additional Courses Taken Data Structure
Soft Skills Communication Skills
Co-Curricular Activities
Representation in various intra-college sports such as cricket, football, and chess.
Member of Guitar Club in college, Greater Noida.
Attended Seminar in D.T.U for Artificial Intelligence.
Abhishek kumar Manglam LinkedIn: abhishek-manglam-183091140
Github: mangabhi
August 2020 - Present
October 2020 - January 2021
October 2020 - October 2020
September 2020 - September 2020
https://www.linkedin.com/in/abhishek-manglam-183091140/
https://github.com/mangabhi
https://e-pujashop.netlify.app/
Abhishek kumar Manglam
LinkedIn:
abhishek-manglam-183091140
Github:
mangabhi
Education
2019
B.Tech
Galgotias University, Greater Noida
7.9/10.0
2015
12th
St Anne's High School, Patna
70.0%
2012
10th
Jesus and Mary Academy, Patna
72.21%
Internship and Certifications
Newton School Coding bootcamp | Newton School
August 2020 -
Present
Participated in various Coding contest organized by the platform.Full Stack Web Development along with Problem Solving.Technical Stack learned: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, and Bootstrap.Worked on various projects like To-do-list, Simple Calculator.
Projects
E-PujaStore |
Newton School
(link)
October 2020 -
January
2021
Static webApp Using React.Commercial Website for Puja shop.Role: Developer | Tech stack: React,Express,MongoDB
Tic Tac Toe |
Newton School
October 2020 -
October
2020
This project was the famous two players tic-tac-toe game.The first player is given the first chance and the game goes so on. As soon as any player wins result is shown.Role: Developer | Tech stack: HTML,CSS,Javascript
Todo List |
Newton School
September 2020 -
September
2020
Static WebApp USing ReactFeatures: To-do List with all Functionality such as edit, delete and Save tasksRole:Developer | Tech Stack:HTML,CSS,javascript and React.
Skills
Computer languages
Python, Java, JavaScript, CSS, HTML
Software Packages
Node, MongoDb, Express, React, Bootstrap
Additional Courses Taken
Data Structure
Soft Skills
Communication Skills
Co-Curricular Activities
Representation in various intra-college sports such as cricket, football, and chess.Member of Guitar Club in college, Greater Noida.Attended Seminar in D.T.U for Artificial Intelligence.
Rank 340: Resume 782 with similarity score 0.04759131824998346
B.E , MS , B.TECH , BS associate , devops , on call , team leader , senior software engineer , change management , full time , part time , technical specialist cards , production systems , customer , bmc remedy , platforms , docker , data collection , pop , status , datastage , pl/sql , nagios , syslog , upstream , infrastructure , payments , billing process , streams , registration , devops , kubernetes , designation , mar , rhel , hindi , cloud , post production , ltd , json , english , agile , project , groups , live , numbers , gap , deals , rest , change management , flow , git , strategy , dashboard , completion , enterprise messaging , one , javascript , business requirements , html , gujarati , feeds , reporting , requirements analysis , scrum , affirmative action , mysql , oracle , cgi , hub , curl , atlas , maintenance , unix , email , business rules , problem management , patrol , invoicing , middleware , unit testing , languages , sit , queues , web , mediation , gbs , database , api , handover , css , tibco , telecom , routing , revenue , azure , authorization , automation tools , application , focus , cash management , less , records , gold , debugging , shell scripting , pcm , framework , offshore , texas , python , acting 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 1/4
Current Designation: Associate Technical Specialist
Current Company: Tech Mahindra
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tech Mahindra as Associate Technical Specialist
Jan 2013 to Till Date
Project Summary: Production Support Lead for DataRouter System of AT&T - Tech Mahindra Ltd.
The Data Routing System project is intended to provide a common framework by which data producers can make data
available to data consumers and a way for potential consumers to find feeds with the data they require. Many of the
production systems in use at ATT were not designed to deliver production data in real time for analysis, but instead batch
records, such as syslog entries, into files that are typically on the order of megabytes or more in size. The delivery of data
from these kinds of production systems is the domain of the Data Routing System. Its primary goal is to make it easier to
move data from existing applications that may not have been designed from the ground up to share data. The Data
Routing System is different from many existing platforms for distributing messages from producers to consumers which
focus on real-time delivery of small messages (on the order of a few kilobytes or so) for more
Technologies Used : UNIX Shell Scripting, Java, Python, MySQL, Java Restful API
Automation Work : Developed Web Dashboard in CGI, HTML, JavaScript and Python
Developed various reporting tools for data collection, stats management and hourly reports
Developed chatbots using ATT Q APIs for datarouter users
Tools : AOTS, BMC Remedy, Git, Nagios, DB Patrol
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Prateek Ambani
Available for immediate joining - Prodution Support Lead Total 12.5+ years
exp(onshore 4 years exp) with Release,Incident
Management,Agile,Remedy,SQL,PLSQL,shell
scripting,python,curl,ELK,datastage,nagios,cloud,oracle,middleware,telecom,banking
Key Skills: devops lead,Release Management,Incident Management,Agile,Production
Support,Remedy,MySQL,HTML,JSON,Git, SQL,PLSQL,shell
scripting,python,curl,datastage,nagios,cloud,azure,oracle,middleware,AOTS,Telecom,Banking,ELK,Docker,kubernetes,Service
Summary
* Total IT experience of 12.5+ years with an expertise on handling DevOps/Production Support Team for Tier1 and Tier2
support along with Release management, Incident management, Problem management and support activities
* Worked as an Onsite Coordinator and Production Support Lead at AT&T Richardson, Texas (Apr2016-Jun2019) for Tech
Mahindra Americas Inc.
* Expertise in designing and developing Automation Tools for production support work.
* Expertise on Infrastructure capacity review for applications, requirement generation and gathering, deployment, release
management, incident, and change management with Agile methodology under SCRUM framework, Cloud Environment.
* Expertise in managing Production Support Team of 10+ members with resources shifts, estimation, assigning tasks,
creating requirements, automating daily tasks.
* Good functional knowledge of billing system with mediation, rating, billing, invoicing.
* Worked as an Acting Team Leader for the Projects handled in HSBC Softwa
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 2/4
Duration : Jan 2014 to Till Date
Team Size : 10 / Production Support Team
Designation : Team Lead / Onsite Coordinator
Roles and Responsibilities:
* On Call Production and Non-Production Support
* Onshore and Offshore - clients communication and meetings
* Automation design and development with assigning tasks to subordinates.
* Handling all Tier1 and Tier2 activities
* Infrastructure capacity review, requirements generation and collection
* Deployment and Release Management
* Change Management and Client Calls
* Handling Offshore Roster Plan and estimation work.
Project Summary: Production Support for Atlas System of AT&T - Tech Mahindra Ltd.
Atlas is a middleware system used by AT&T billing process. Atlas receives various market's billing transactions from
various upstream, processes all the transactions as per the business rules applicable for various down streams and
applicable clients for which the Transactions are sent further. Billing Transactions have been processed by the Database
Adapters as per the Market's traffic flow, and then transactions have been sent to EMS server (Enterprise Messaging
Server) which are then sent to the various downstream from various queues and its configurations.
Technologies Used : Oracle 11g, UNIX Shell Scripting, TIBCO 8.0
Tools : AOTS, BMC Remedy
Duration : Jan 2014 to Mar 2016
Team Size : 6 / Production Support Team
Designation : Team Lead
Roles and Responsibilities:
* On Call Production and Non-Production Support
* Offshore daily handover status
* Change Management and Client Calls
* Handling Offshore Roster Plan
Project Summary: Global Billing System (GBS) - HSBC GLT
GBS is a banking product used by corporate customers. The Payments & Cash Management (PCM) business of HSBC
deals with corporate transactions globally. HSBC has decided to implement a third party vendor software package namely
TBMS-F from Suntec Pvt, India, as a global billing solution for PCM. The main aim is to replace the existing billings
infrastructure across the Group using Suntec billing solution as the billing engine. This would provide standard group wise
billing solution that can be applied across different functional groups and regions.
Advantage of using GBS:
* Increase income by halting revenue leakage due to shortcomings with current systems and processes.
* Address the business requirements for a standard, group wise billing solution that can be applied across different
customer groups and regions.
* Support for group strategy to grow Global Transaction Banking business.
HSBC as Senior Software Engineer
Jul 2007 to Jan 2013
Gap from Sep 2010 - May 2011
2. Project Name : Gold R2.2
Technologies Used : WMB - DSTX 8.2, Oracle 11g, UNIX Scripting, TBMS-F 4.3.1
Duration : April 2012 to Dec 2012
Team Size : 4 - Gold Team
Designation : Senior Software Engineer
GBS 2.2 is basically a migration project along with few requirements development where GBS 2.1 sites have to be
migrated to Oracle 11g Database and on RHEL 5.6 server. This is an Infrastructure upgrade based on HSBC R2 stack.
Team need to fix all the issues in all modules which pop up because of migration. Team had to develop few requirements
i.e. Extended Standard Interface, Invoice and Accounting Changes.
Roles and Responsibilities:
1. Leading the Project to its completion.
2. Infrastructure upgrades responsibility, and communicating with Various Team.
3. POC testing, Bugs fixes and Requirements development.
4. Requirements Analysis and Estimation.
5. Project Status Update
3. Project Name : Gold R2.1
Technologies Used : DSTX 8.0, Oracle PL/SQL, UNIX Scripting
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 3/4
Duration : May 2011 to April 2012
Team Size : 6 - Gold Team
Designation : Senior Software Engineer
GBS 2.1 is the product developed on the basis of business requirements, requirements for Systems Interaction Issues and
several IT enhancements. I was involved in all 3 kinds of requirements.
- EBN (Electronic Banking Numbers) for GBS was one of the huge requirements for GBS 2.1 with Accounts registration
to be fully automated.
- HUB Requirements for System Interaction Issue for Account Registration, Accounting and Name/Address Update
Modules.
I was chosen as an Onsite-Coordinator at HSBC Bank PLC, London for GBS 2.1 Requirements Analysis.
Roles and Responsibilities:
1. Requirements Analysis and Estimation.
2. Development, Unit Testing.
3. Analyzing the Issues, debugging and solving them.
4. Reviewer for all the kinds of Requirements.
4. Project Name : Production Support
Technologies Used : Oracle 10g, Control-M, UNIX, DSTX 8.0
Duration : May 2011 to till date
Team Size : 4 -Production Support Team
Designation : Senior Software Engineer
During my Onsite Tenure, I was selected to work on Production Support 50% as London Production Support Team had
only few members, who never worked on DSTX and hence I was supposed to respond to any L1/L2 Issues to the
respective client for the solution which can be analyzed at the code level to get the quicker solution and customer
satisfaction. I had handled many critical Issues which were highly appreciated by Client and UK Manager too.
Roles and Responsibilities:
1. Interaction with the client on the Production Issues.
2. Presentation for the new requirement released on Live to the Production Support
3. Team for the better understanding.
4. Share the knowledge on DSTX to the Production Support Team.
5. Project Name : GBS India and Switzerland on Gold 1.5
Technologies Used : Oracle 10g, Control-M, UNIX, DSTX 8.0
Duration : May 2010 to April 2011
Team Size : 4 -Deployment Team
Designation : Senior Software Engineer
GBS India and Switzerland was developed on TBMS3.4.1 with Gold 1.5. We had to handle the country specific
requirements for local transaction feed changes along with new Product derivation based on Business rules received in
Rate Cards. Additionally, need to handle various Invoice related country specific changes. Due to resource crunch in the
Project and looking at the workload, I was responsible to keep the entire track and managing all the tasks for new team
members.
Roles and Responsibilities:
1. Requirement Analysis and Estimation.
2. Managing all the activities and assignment of tasks.
3. Development of any local changes or a change request, SIT/UAT Support.
4. Production Live Deployment, Post Production Support for 2 Billing cycles.
5. Complete Front End Setup for Live.
UG: B.Tech/B.E. (Computers) from Shivaji University, Maharasthra in 2007
Education
IT Skills
Skill Name Version Last Used Experience
Unix shell scripting 10 Year(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Unix 12 Year(s)
Python 3 Year(s)
CGI 3 Year(s)
ELK 3 Year(s) 0 Month(s)
PL/SQL 6 Year(s)
Oracle 7 Year(s)
MySQL 7 Year(s)
HTML 3 Year(s)
CSS 2 Year(s)
REST API 5 Year(s)
CURL 4 Year(s)
Datastage 6 Year(s)
CLOUD 1 Year(s)
AZURE 1 Year(s)
NAGIOS 6 Year(s)
SWM 11 Year(s)
GIT 1 Year(s)
Release Management 5 Year(s)
Incident Management 8 Year(s)
AGILE 6 Year(s)
Sprint Release 3 Year(s)
devops 2 Year(s)
PRODUCTION SUPPORT 10 Year(s)
DEPLOYMENT 12 Year(s)
TELECOM 7 Year(s)
BANKING 7 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Proficient
Gujarati Expert
Rank 341: Resume 9 with similarity score 0.04757761443390567
B.TECH , BS project manager , work from home performing , mar , public , android studio , project , store , google , application , kotlin , resume , github , weather , java , computer science , completion , assessment , python , organization , campus , technology Assessment
Q1. Why should you be hired for this role?
To leverage my knowledge in an organization where I can utilize my challenging and hardworking capabilities to full extend while being
resourceful, innovative and flexible.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months from Durgapur , West Bengal .
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 8405978077
ARPIT TAPASWI
Durgapur, Kolkata
Applied 25 Dec'20
Android Kotlin Java
Python GitHub
Bachelor of Technology B.Tech), Computer Science & Engineering
NSHM Knowledge Campus
2018 - 2022
Senior Secondary XII, Science
D.a.v Nandraj Public School
CBSE board)
Year of completion: 2018
Percentage: 64.00%
Secondary X
St. Jospeh's School
ICSE board)
Year of completion: 2016
Percentage: 74.00%
Project Manager
Apr 2020 - Jun 2020
https://play.google.com/store/apps/details?id=edu.califer.projectmanager
Designed and programmed the application available on Google Play Store – PROJECT MANAGER
This application is made in Android Studio using the language KOTLIN.
Application is basically used for Team Work , where individual can work in a team.
WeatherInfo
Apr 2020 - May 2020
https://drive.google.com/file/d/1SF4RCneqaNUtEAz7Lb6_pt3rlZDJN_0G/view?usp=sharing
Programmed the application so that user can check the weather of their current location .
BurnFat
Mar 2020 - Apr 2020
https://drive.google.com/file/d/1SRUoQWTtRtVNMOw-G7hie951tSkCN_a/view?usp=sharing
Programmed the application so that user can achieve a healthy life by performing exercise on a scheduled manner .
https://play.google.com/store/apps/details?id=edu.califer.projectmanager
https://drive.google.com/file/d/1SF4RCneqaNUtEAz7Lb6_pt3rlZDJN_0G/view?usp=sharing
https://drive.google.com/file/d/1SRUoQWTtRtV-NMOw-G7hie951tSkCN_a/view?usp=sharing
Rank 342: Resume 1213 with similarity score 0.04752175441348176
B.E , MS , B.TECH , BS associate , devops , cloud engineer , full time , team lead , technical specialist , system engineer , aws solution architect security , microsoft azure , docker , linux , player , status , work orders , store , infosys , snapshot , alto , connectivity , ec2 , sql server , microstrategy , organization , pipeline , amazon web services , infrastructure management , devops , kubernetes , designation , mar , ltd , netezza , json , english , web applications , groups , peering , windows system administration , project architecture , one , javascript , vm , general , efs , ipv6 , developers , data migration , affirmative action , data analytics , public , amazon redshift , advanced , email , wordpress , aws , configuration management , saas , languages , amazon cloudfront , airflow , database , infrastructure solutions , mechanisms , high availability , jenkins , windows server , openshift , ug , account creation , tamil , routing , domain experience , authentication , interpersonal skills , active directory , firewall , cost control , authorization , internet , maps , enterprise , records , ci , electronics , s3 , servers , problem solving , framework , replication , storage , enablement , network administration , orchestration , load , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b0019…
https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b00195719155e5f0b… 1/3
Current Designation: Technical Specialist
Current Company: Hexaware Technologies
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Hexaware Technologies as Technical Specialist
Mar 2020 to Till Date
INFOSYS LTD as ASSOCIATE CONSULTANT-AWS
Feb 2019 to Mar 2020
Worked on Different projects
Project Name : Ralph Lauren data migration
Client : Ralph Lauren corporation
Key Responsibilities:
Automated AWS multi account creation using AWS Landing zone service and implemented initial security baseline.
Configured High availability VM series Palo Alto firewall on AWS and routed the application traffic.
Established connectivity between OnPrem to AWS cloud and AZURE to AWS using direct connect and VPN tunnel.
Created Azure AD SSO integration with AWS to manage our accounts in one central location.
Created airflow clusters with HA and managing the environment to run the DAGS in both QA and Production.
Configured Onprem AD to AWS using ADConnector and maintaining the user authentication.
Configured Microstrategy application on AWS EC2 and integrated with AD for windows authentication.
Migrated the Netezza Database to AWS aurora and redshift using DMS and SCT tool.
Estimating AWS usage costs and identified operational cost control mechanisms.
Hands on experience installing and configuring Active Directory (AD) on windows server 2016 and managing users
Last Active: 13-Jan-21 Last Modified: 13-Jan-21
Gopinath V
Associate Consultant seeking roles in AWS, Devops, EMR, Docker,Data Analytics,
Application Management, Cost Control, Data Migration, Infrastructure Management,
Amazon Redshift.
Key Skills: Associate Consultant,Data Analytics,Cost Control,Data Migration,Infrastructure Management,Amazon
Redshift,AWS,Devops,EMR,Docker,Cloud
Summary
Having 6+ yrs of domain experience in AWS, Devops, Windows and data analytics tools.
Created and administering the Redshift and EMR clusters.
Container based technologies like Docker, Kubernetes and Openshift.
Deployed and monitored 300+ Wordpress sites, Nodejs application, Data analytics applications on the AWS cloud.
Experience working with multiple AWS services - EC2, S3, Cloudwatch, Loadbalancers, Autoscaling, RDS, Route53, Cloudfront,
Redshift, EMR, EFS, Elasticache.
Deployed Application in an automated environment using application load balancers and autoscaling.
Possess high working qualities with good interpersonal skills, high motivation, fast learner, good team player and very proactive
in problem solving to provide best solutions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b0019…
https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b00195719155e5f0b… 2/3
Created CI and CD using AWS services Code commit, code build , code deploy and code pipeline for pyspark scripts to
get deployed in both nonprod and prod account.
Created backup strategy and automated the snapshot creation for EC2, Aurora and redshift.
Integrated Docker container orchestration framework using Kubernetes by creating pods, config Maps, deployments.
L&T INFOTECH as SYSTEM ENGINEER
Apr 2017 to Jan 2019
Worked on Different projects
Project Name : Entercom/CBS Radio Architecture setup configuration
Project Name : LTI Internal Project Architecture Setup & Support
Key Responsibilities:
Migrated on-prem postgres DB server to RDS using database migration service (DMS)
Created readreplica in other region for MS SQL server using thirdpary tool cloudbasic for continuation replication
Experienced in creating multiple VPC's and public, private subnets as per requirement and distributed them as groups into
various availability zones of the VPC.
Created NAT gateways and instances to allow communication from the private instances to the internet through bastion
hosts.
Used security groups, network ACL's, internet gateways and route tables to ensure a secure zone for organization in AWS
public cloud.
Created and configured elastic load balancers and auto scaling groups to distribute the traffic and to have a cost efficient,
fault tolerant and highly available environment.
Created S3 buckets in the AWS environment to store files, sometimes which are required to serve static content for a web
application.
Used AWS Beanstalk for deploying and scaling web applications and services developed with Nodejs.
Automated deployment process with the help of advance tools (Jenkins)
Configured S3 buckets with various life cycle policies to archive the infrequently accessed data to storage classes based
on requirement.
Used IAM for creating roles, users, groups and also implemented MFA to provide additional security to AWS account and
its resources.
Written cloud formation templates in json to create custom VPC, subnets, NAT to ensure successful deployment of web
applications.
Implemented domain name service (DNS) through route 53 to have highly available and scalable applications.
Maintained the monitoring and alerting of production and corporate servers using Cloud Watch service.
Experienced in creating RDS instances to serve data through servers for responding to requests.
Created snapshots to take backups of the volumes and also images to launch configurations of the EC2 instances.
Performed Keypair rotation for all the environments without downtime.
Performed IPv6 enablement for stage and production VPC's
Migrated 350 wordpress sites to s3 static websites, and created cnames for all the websites in Route53.
Administering highly available architecture in AWS cloud.
Planning and migration of environments from physical datacenter in to AWS cloud.
Setup/Managing CDN on Amazon CloudFront (Origin Path: Server / S3) to improve site performance.
VRIKSHAM LEARNING SOLUTIONS PRIVATE LTD (EDCELLENCE) as CLOUD ENGINEER
Dec 2013 to Mar 2017
Key Responsibilities
Amazon Web Services
Hands on experiencing in EC2, VPC, Subnets, Routing tables, Internet Gateways, IAM, S3, VPC Peering ELB, RDS on
AWS. .
Configure user privileges to Development Team and various business stakeholder needs. Taking instance backups as
Amazon Machine Image (AMI) and launching these when we need similar services.
Interact with Developers and Enterprise Configuration Management Team for changes to best practices and tools
eliminate non-efficient practices.
Creating/Managing DNS records on Amazon Route 53.
Setting up lab environments for AWS trainings like Architecture, Advanced Architecture and SysOps Administrator
Participate in various projects and work orders as assigned and complete assigned tasks on time.
Setup/Managing the Company's website and its new SAAS product on AWS.
Estimating AWS usage costs and identifying operational cost control mechanisms
UG: B.Tech/B.E. (Electronics/Telecommunication) from SA Engineering College in 2011
Other Qualifications/Certifications/Programs:
Certified AWS Sysops administrator
Certified Microsoft azure infrastructure solutions
Certified AWS Solution architect-associate
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b0019…
https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b00195719155e5f0b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2019 5 Year(s) 0 Month(s)
Linux 2019 2 Year(s) 0 Month(s)
AZURE
Windows System Administration 0 3 Year(s) 0 Month(s)
MICROSTRATEGY ADMIN 2019 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
Tamil Expert
English Expert
Rank 343: Resume 1024 with similarity score 0.04743270372430591
B.E , MS , B.TECH , BS project manager , associate vice president , software engineer , long term , solution architect , full time , informatica , vp , business objects cards , faq , continuous process , swift messaging , award , robotics , financial services , customer , transformational , platforms , status , store , product management , inform , doctors , mumbai , pl/sql , testing , multiple sites , building , asp.net , payments , infrastructure , iso , sql server , behavioral targeting , development projects , coordinated , kras , workflow , sellers , organization , ebay , datacap , paypal , capture , registration , commission , coding standards , filenet , designation , deliverables , pre-sales , user interaction , productivity improvement , visual basic , pressure , global teams , groups , windows media server , health insurance , ibm , insurance policies , six sigma , strategy , documentation , resource management , process automation , data flow , his , vmware , reporting tool , javascript , rolling , feeds , optimization , general , direct marketing , partnerships , healthcare , team management , developers , hoovers , affirmative action , oracle , shape , collaboration , data analytics , center of excellence , membership , maintenance , business logic , advanced , checks , architecture , regulations , email , business units , transmission , investments , global delivery , technology solutions , him , microsoft access , export , business process , scheduling , imaging solutions , engineers , web , search , directory services , dhtml , database , online advertising , intranet , functionality , new age , people management , ug , coe , authentication , netscape navigator , revenue , swift alliance , import , particular , authorization , internet , diagnose , enterprise , c# , microsoft reporting service , matrix , application , agile project management , focus , cost effective , wealth , mainframe , led , hospitals , repository , offshore , agents , iis , campaigns , cloud computing , service standards , load , cmm 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 1/5
Current Designation: Associate Vice President- IT (Manager IT)
Current Company: Franklin Templeton Investments
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Automobile]
Verified : Phone Number | Email - id
Franklin Templeton Investments as Associate Vice President- IT (Manager IT)
Aug 2007 to Till Date
Key Result Areas:
? Leading the Robotics Process Automation CoE and Imaging solutions across the globe
? Experience in multiple phases of project from feasibility study till post implementation support
? Effective management of global teams from Hyderabad location
? Defining Strategy & Roadmap for multiple applications
? Knowledge in Cloud Computing
? Suggesting operating model based on business requirement
? Expertise skills in cost effective business management & effective resource utilization/ optimization
? Well aligned with agile project management methodology
? Defining service standards, governance structure, best practices that serve as benchmark for excellent service
delivery
? Facilitating end-to-end delivery of the program, meeting internal and external objectives including Value-adds,
continuous process and productivity improvement and Expectation management of team
? Hands on experience in budget planning & management for applications
? Handling mid-sized team with various management responsibilities that include people management, reviewing,
assessing and managing quality of work, leading projects, developing a technology strategy and managing business
relationships
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
CHITTI BABU
Associate Vice President seeking roles in Product Management, Application
Management, IT Delivery Management, Business Process Transformation, IT
Technology strategy design. Agile Methodology.
Key Skills: Associate Vice President, Product & Application Management, IT Delivery Management, Technology strategy
design & Roadmap, Business Process Transformation, Agile Methodology, Robotics Process Automation & Imaging
solution CoE, Workflow & SWIFT Messagi
Summary
An accomplished professional, with 20+ years of diversified experience in Product & Delivery Management, Solutions
Architecture, Pre-sales, Customer Management with key focus on delivering results in terms of revenue generation and
profitability. People Leader, with skills in leading Engineering Teams and proving support in building the Product/Application
Strategy (Roadmap etc.), driving transformation initiatives and working towards enhancing the value of the BUs. Showcased
excellence in formulating enterprise roadmaps, new technology direction decisions, formulating KPIs, KRAs, rolling out new
processes and liaising with BUs for mapping requirements. Wealth of expertise entails leading Robotic Process Automation CoE
and Imaging Solutions across the globe with strong experience of managing the workflow and SWIFT messaging systems.
Directed the implementation of ISO and CMM Level 5 documentation & review standards. Six Sigma methodologies
implemented in execution of projects
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 2/5
? Ensuring effective transition of technology work from the US to the India platforms in collaboration with the US teams
? Working with 3rd party vendor providers to deliver technology solutions that meet business needs
? Managing strong technical engineers and driving design discussions
? Motivating staff to prioritize work, meeting deadlines, achieving goals, and working under pressure in a dynamic and
complex environment
? Created and presented business cases to management, involving both Strategic and Operational initiatives
? Working under global delivery environment, across multiple sites in closely working with various stakeholders.
? Managing vendor evaluation & selection process
? Well-versed with matrix organization structure
? Experience in managing global teams and executing multiple projects in parallel
Highlight:
? Awarded as Team Champion for implementing multiple projects at single time
Projects
Project Title: SWIFT Messaging
Organization: Franklin Templeton Investments, Hyderabad
Period: Since May'20
Environment: Global Trade Exchange, SWIFT Alliance & Oracle
Description:
SWIFT messaging application is used for receviceing the finalcial messages from downstream systems, formate and send
it to external oragization using SWIFT network
Key Result Areas:
? Leading Development & Support Team
Project Title: Robotics Process Automation
Organization: Franklin Templeton Investments, Hyderabad
Period: Feb'09 - April'20
Environment: Automation Anywhere & Oracle
Description:
Robotics Process Automation was implemented using Automation Anywhere tool, which helped to automate repeted
tasks. This process has been implemented for mutiple business units which saved lot of man hour of manual work.
Key Result Areas:
? Led Center of Excellence team
Project Title: Global Image
Organization: Franklin Templeton Investments, Hyderabad
Period: Aug'07 - April'20
Environment: IBM Datacap, IBM FileNet Content Enfgine, .Net, Java & Oracle
Description:
Global Image International (GI) is an imaging solution with converts the physical document to eletronic image, extract the
data from document using OCR, launch the workitem to workflow system & strore the document perminently. This system
is used by ten business units across the globe.
Key Result Areas:
? Worked with Application & Project Management (like User interaction, Projects Delivery, & Resource Management)
? Led Support & Development global teams
Project Title: Global Workflow
Organization: Franklin Templeton Investments, Hyderabad
Period: Mar'15 - June'18
Environment: Pega Java & Oracle
Description:
Global Workflow is an Workflow solution which is used by three business units across the globe
Wipro as Project Manager
Nov 2004 to Aug 2007
Highlights:
? Won Award for excellent performance from Wipro
? Awarded as Dear Boss for team management in eBay account
Projects
Project Title: IPPR (eBay)-USA
Organization: Wipro, Hyderabad
Period: Oct'06-Jul'07
Environment: ASP.NET & SQL Server
Description:
eBay Inc. has developed an Internet-based community in which buyers and sellers are brought together to buy and sell
almost anything. The eBay online service permits sellers to list items for sale, buyers to bid on items of interest and all
eBay users to browse through listed items in a fully automated, topically arranged service that is available online seven
days a week. Project is development of new applications and enhancements to the existing applications which falls under
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 3/5
PayPal umbrella.
Key Result Areas:
? Led a team of 12 people
Project Title: AMS & TAN (TACODA)-USA
Organization: Wipro, Hyderabad
Period: Aug'05-Sep'06
Environment: ASP.Net, C#, Java, Microsoft Reporting Service, VmWare, SQL Server & Oracle
Description:
TACODA, Inc. is the world's largest and most advanced behavioral targeting advertising network. It has established
partnerships with more than 3,000 Web sites reaching more than 140 million unique visitors. Major media partners include
The New York Times Company, NBC Universal, Hoovers, HGTV, Food Network, Cars.com and Tribune Interactive.
TACODA delivers advertisers high quality, targeted audiences from premium sites, powering successful online advertising
campaigns. There are two products of TACODA which basically capture the web visitors' behavior and analyses his
interests and needs and then target him with relevant ads/information on a real time basis. The two products are: 1)
Audience Management Services (AMS) 2) TACODA Audience Networks (TAN).
Key Result Areas:
? Led a team of 9 people
Project Title: Electronic Patient Folder (Municipal Corporation of Delhi - WHCIT) -India
Organization: Wipro, Hyderabad
Period: Dec'04-Jul'05
Environment: IIS, ASP, Java Script, SQL Server
Description:
This is an internet web site which is used to maintain patient's details online. This Project contains mainly 3 modules 1.Pre
registration 2.Patient Folder 3.Test results. Pre Registration - Patient can do online pre registration using this. After pre
registration the data will be exported from WEB database to Client server application Database. Patient folder - This
module contains all the details about the patients. The user can find all his medical details from this site, like Chief
complaints, system examinations, physical examinations, vitals, Diagnosis, medication, investigations & Habits of the
patients. Test results - This module contains all the details about tests with results. The user can find the tests & results of
the test from this module.
Key Result Areas:
? Led a team of 3 people
? Conducted Requirement Analysis
? Engaged in with design, development and testing
? Prepared Data Base scripts for data import & export
TCS as Solution Architect
May 2000 to Oct 2004
Growth Path
May'00-Jan'01 as Software Engineer, TCS, Mumbai (India)
Feb'01-Jul'01 as Software Engineer, TCS, Cape-Town (South Africa)
Aug'01-Nov'02 as Software Engineer, Mumbai (India)
Dec'02-Oct'04 as Solution Architect, Paris (France)
Highlights:
? Received Certificate of Appreciation from GE Medical System
? Won Team Recognition Award from GE Financial Assurance
Projects
Project Title: GEHC (GE Medical Systems) -Europe
Organization: TCS-Paris
Period: Dec'02-Oct'04
Environment: IIS, ASP, Java Script, Informatica, Business Objects, Windows Media Server, Oracle, Microsoft
Access
Description:
GE Healthcare is dedicated to providing transformational medical technologies to help shape a new age of medical care.
GE Healthcare strives to see life more clearly and it helps to predict, diagnose, inform, and treat, so that every individual
can live life to the fullest.
Key Result Areas:
? Worked closely with clients
? Coordinated with Offshore team
? Suggested Design requirements for intranet development projects
? Provided coding standards document for developers
Project Title: 1099 Feeds & Reports (GEFA)-USA
Organization: TCS-Mumbai
Period: Aug'02-Dec'02
Environment: Informatica, Oracle Script and Oracle
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 4/5
Description:
Internal Revenue Service regulations require that a 1099 be issued to every claimant receiving a Long Term Care
insurance benefit or interest on late benefit payments, and to providers who have received more than $600 in payments
for services provided. The 1099 cycle begins in September with the identification of data requiring clean-up, and runs
through the production run and transmission in the following January. Errors in the script necessitate manual re-work.
Key Result Areas:
? Interacted with client
? Developed the scripts with SQL script
? Created mappings& scheduling the jobs with Informatica
? Dealt with testing and documentation
Project Title: Kellers Conversion (GEFA)-USA
Organization: TCS-Mumbai
Period: May'02-Jul'02
Environment: Java Script, ASP, IIS Administration and SQL Server 7.0
Description:
The Keller system is used by GEFA for facilitating business received by the Travelers and non-Travelers policyholders. It
is a repository of information related to health insurance policies already sold to applicants, on which premium amounts
are made to GEFA through agents periodically against which the agent commissions are calculated and payments issued
to the agents. The present system has all the functionality needed to handle an insurance business of a medium size. The
proposed system intended to replace the Keller system as regards the functions related to calculating the agent
commissions. Further, it generated 485 batch cards to feed CLOAS with the commission details so that CLOAS can take
care of the process of generating checks to agents and the corresponding accounting details.
Key Result Areas:
? Led a team of 4 members
? Managed design and development
Project Title: Provence (GEFA)-USA
Organization: TCS-Mumbai
Period: Feb'02-Apr'02
Environment: JVisual Basic, SQL Server and Oracle
Description:
This is basically a workflow application. Our aim is to automate the data flow from Oracle to Mainframe system in order to
reduce the manpower. It mainly consists of two modules like Upload Daemon, and Daemony Daemon. The Upload
Daemon will load the data from Oracle to SQL Server and the Daemony Daemon will load the data from SQL Server to
Mainframe system with the help of Visual Basic
Key Result Areas:
? Led a team of 3 members
UG: B.Tech/B.E. (Automobile) from Karnataka University in 1998
Education
IT Skills
Skill Name Version Last Used Experience
SWIFT Alliance, Automation Anywhere
IBM Datacap, IBM Conetnt Engine
.Net, Java, VB, Informatica
Business Objects, Oracle
SQL Server, VB Script
Robotics Process Automation
Imaging,Workflow, Website
Client server, Datawarehousing
Agile, Six Sigma, CMM level5
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 5/5
Nature of Employment: Full Time Duration: Aug 2001 - Jan 2002
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time Duration: Feb 2001 - Jul 2001
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2000 - Jan 2001
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Global Trade Exchange, Pega Java
IBM FileNet Content Enfgine
ASP.NET, VmWare, C#
Microsoft Reporting Service
JavaScript, IIS, ASP
Microsoft Access, HTML
Windows Media Server
Oracle Script, Active X
JVisual Basic, PL/SQL
MS-IE 4.0+, Netscape Navigator 4.0+
Projects
Project Title: LTC Customer Care Reporting (GEFA)-USA
Client: TCS-Mumbai
Skill Used: Business Objects ver5i, Informatica, Oracle8i, SQL Server 7.0, PL/SQL.
Role Description: ? Led a team of 4 members
? Engaged in development, Testing of the reports
? Documentation and following the CMM Level 5 processes in the project Deliverables
Project Details: TGEFA-LTC has a need to develop a strategy around rapid deployment of webcentric products to meet
evolving business needs for operational reporting and data analytics. The individual needs of the various practices within
GEFA-LTC make it difficult to strategically forecast and deliver solutions to meet those needs. The solution is to provide an
enterprise reporting tool to provide all reports and data analytics to the business. This tool will be part of a data analytic
infrastructure plan to fulfill the needs of the business in providing accurate data reports. GEFA LTC requires the reports for
the Direct marketing as well as Campaign team from their RODS system which will have the detailed levels of requirements
from Customer Responses, by various regions, states and the reports based for particular period and time.
Project Title: Mediclinic Health Care System -South Africa
Client: TCS-Cape Town
Skill Used: VB Script, Java Script, ASP, IIS Administration, SQL Server.
Project Details: Mediclinic is the leading private chain of Hospitals in South Africa. The Website WWW.MediClinic.co.za
caters primarily to the doctors and specialists.. The Website is implemented using Site server. Site server is used for
Membership Authentication, Directory Services, Website Search, and Content Deployment. The Implementation uses 3 Tier
Architecture with ASP/HTML as Front End or the Presentation Tier. COM Objects are used to implement the business logic in
Middle Tier. The Data Base is MSSQL Server 7.0.Site Server Groups are used exhaustively in implementation of the site and
the database is primarily used to store supplementary data like Hospitals, FAQ etc. The site supports MS-IE 4.0+ and
Netscape Navigator 4.0+. There are few places where DHTML are being used
Project Title: Internal Movement System Phase-II (GEC-TLS)-UK
Client: TCS-Mumbai
Skill Used: VB Script, Java Script, ASP, IIS Administration, SQL Server.
Project Details: This is Second Phase of Internal Movement System. It involves some enhancement as follows:
? Auto generation of Request
? Better scheduling of job by Logistics Holiday maintenance
? Search facility
Rank 344: Resume 1508 with similarity score 0.04738428811225089
MS project lead , full time , senior software developer , team lead , senior analyst api , spring mvc , general , algorithms , windows 2000 , soap , designation , ug , ibm db2 , affirmative action , jdk , oracle , mysql , hindi , derby , linux , maintenance , ltd , sts , authorization , english , executor , status , spring boot , postgresql , agile , email , project , application , aws , bengali , range , testing , rest , drools , features , design patterns , exceptions , mariadb , framework , languages , multithreading , hibernate , spring security , software development life cycle (sdlc) , sql server , cassandra , informatics , javascript , eclipse , web , technology , google cloud , html , eureka 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a19…
https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a195512490e5c0a5… 1/2
Current Designation: Application Development Senior Analyst
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Canada,Singapore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Application Development Senior Analyst
Oct 2019 to Till Date
Accenture Solutions Private Limited as Application Development Senior Analyst
Oct 2019 to Oct 2019
US Technology International Pvt. Ltd. as Senior Software Developer
Aug 2018 to Oct 2019
National Informatics Centre (NIC)
Sep 2013 to Jul 2018
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
SUDIPTA KOLEY
Application Development Senior Analyst seeking role in Software Development Life
Cycle,Requirement Gathering,System Design,Implementation,Agile,Waterfall,Data
Structures Algorithm,Spring Boot,Java,J2Ee,Hibernate,Micro Services,Web Service..
Key Skills: Application Development Senior Analyst,Project Lead,Software Development Life Cycle,Requirement
Gathering,System Design,Agile Methodology,Waterfall,Data Structures Algorithm,Spring
Boot,Microservice,Java,J2Ee,Hibernate,Web Service,Spring
Summary
7.6 Years of IT industry experience encompassing a wide range of skill set,roles and industry verticals.
Extensive hands on experience in Software Development Life Cycle (SDLC) phases like Requirement gathering, System
Design, Development, Testing, Implementation, Maintenance.
Experience in Waterfall and Agile Methodology.
Strong Knowledge and experience in Design Patterns, Data Structure and Algorithms.
Experience in implementing OOP concepts, Collections, Concurrent Collection, Multithreading,
Executor Framework and Exceptions Handling, Lambda Expression and Stream API.
Experience & Knowledge on Java -JDK 1.7, JDK-1.8, JDK 1.9, 1.10 & 1.11 features.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a19…
https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a195512490e5c0a5… 2/2
UG: BCA (Computers) from Vivekananda Mahavidyalaya, Haripal, Hooghly under The University of Burdwan in 2009
PG: MCA (Computers) from DSMS Business School, Durgapur under West Bengal University of Technology in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, SQL
Servlet ,JSP, EJB
Hibernate
Spring core, spring MVC
Spring Aop, Spring Rest, Spring Security
Spring Boot, Spring
AWS, Google Cloud
Netflix Eureka
SOAP Web Service, RESTful Web Service
DROOLS
HTML, JavaScript
IBM DB2, PostgreSQL , Oracle, Derby
MySQL, SQL Server, Cassandra
Aurora, MariaDB
Windows 2000/XP/7/8/10/12, Linux
STS, Eclipse , IBMVisual
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 345: Resume 1534 with similarity score 0.04738027556583655
B.E , MS , B.TECH , BS scrum master , product manager , engagement manager , strategy manager , consulting manager , functional analyst , devops , senior business analyst , product development , quality control , technical program manager , full time , part time , product owner , business consultant , functional consultant training , customer , use case , enterprise search , conducting , sizing , sse , ux design , project planning , zendesk , cpg , status , stakeholder management , bot , cspo , digital transformation , store , product management , e commerce , sap , microsites , fintech , testing , scope management , zuora , business strategy , multiple sites , chat , order management , data center , prime , supply chain , listings , data science , digital channels , thought leadership , hybris , brd , ecommerce , magento , retail , endeca , devops , kubernetes , video games , techno-functional , designation , confluence , csm , hindi , gap analysis , ltd , start-ups , english , powerpoint , competitive analysis , product vision , ibm , flow , capacity planning , documentation , atg , word , boarding , javascript , homologation , specs , demos , reporting , general , scrum , healthcare , developers , amdocs , affirmative action , oracle , data analytics , collaboration , hub , maintenance , pick , shopify , omni , email , fiserv , manufacturing , operations , self service , user stories , product strategy , quicksilver , languages , business transformation , mobile , testers , jira , program management , prospect , online , database , payment services , functionality , oil & gas , b2c , fortune 500 , metro , scratch , azure , authorization , internet , compilation , teams , milestones , excel , sql , b2b , business analysis , user guide creation , application , agile project management , devices , product road mapping , digital strategy , design thinking , market research , product launch , running , engagement management , sitecore , telco , e-commerce , digital marketing , marketo 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 1/5
Current Designation: Technical Program Manager - Product
Manager - Engagement Manager - Strategy Consulting
Current Company: Altudo
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Strategy and Consulting]
Verified : Phone Number | Email - id
Altudo as Technical Program Manager - Product Manager - Engagement Manager - Strategy Consulting
Oct 2019 to Till Date
Preferred Job Location - Noida, Gurgaon, BLR
I am a Part of Business Consulting, Delivery ,Solution & Strategy Group.
Our Responsibility is to Provide the Business Consulting, Digital Transformation & Solution to various fortune clients or the
prospective clients End to End.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Saurabh Tripathi
Overall 10 years of experience working with fortune 500 client & working as Product
Manager, Engagement Manager, Business Consulting Manager, Technical Program
Manager
Domain Expertise: E commerce, Retail, CPG, Telco, Fintech, Healthcare.
Key Skills: Program Management,Project Management,Strategy Development,Consulting,Gap Analysis,Digital
Marketing,Business Transformation,Requirement Gathering,Data Science,Scrum Master,product Owner,Product
Management
Summary
Career CONSPECTUS
10 Years of combined experience in Digital Commerce Consulting, Technical Program Manager, Strategy Development, Product
Development, Business Analysis, Digital Marketing, Thought leadership, Digital Transformation Strategy & Product Owner,
Design Thinking, Time to Value.
Domain: E-Commerce, Retail, Banking, Video Games,Telco, Data Science, & Healthcare Clients
Currently Working as Engagement/Technical Program/E-Commerce Product Manager with Altudo along with that my job roles &
responsibility goes towards the Digital Strategy Consulting & Transformation.
I am a Part of Digital Solution, Business Consulting & Strategy Group. Our Responsibility is to provide the Business Consulting,
Transformation, Solution on Various domain of existing or the prospective clients.
Privileged to be associated with multiple Organisations sizing from start-ups, mid-size to MNC.
Currently taking care of 2 Account having Multiple Projects & 2 Ongoing Product worth ~MM $ Portfolio..
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 2/5
Following Projects Which i am handling as a Technical Program Manager / Engagement Manager / Product Manager &
Product Owner :
1. FIS- WorldPay
2. FIS - Ethos Client Portal
3. FIS - Ethos Marketplace
4. Ametek - E-commerce B2B Solution
5. FIS - Kordoba
6. FIS - Client On Boarding
7. McCormick
8. HL
9. Nuveen
10. TIAA
Product Handling (Product Management)-
1. AI Based chat bot.
2. OMS.
Roles Coverage So Far & Areas of Expertise: *
Technical Program / Program Manager * Business Consulting & Strategy Manager * Digital Business Transformation
Consulting * Product Management * Engagement Manager * Mobile App Development * UX Design * Scrum Master *
Product Strategy, Product Launch, Product Vision, Competitive Analysis, Market Research, Product owner..
Product Exposed To:
Shopify, Big Commerce, Magento, Sitecore Commerce, Zendesk, Similarweb, ATG, Hybris, Zuora, Recurly. Module
Covered: Search & Recommendations, Ads Platform, Market Place, Pricing & Promotions, Catalog & Listings
Management, Fulfillment & Supply Chain, Data Center Capacity Planning, Analytics, Data Science, Marketo, Workfront,
Azure devops, GIT hub, KUBERNETES.
Zensar Ltd. as Sr. Business Consultant - Product Manager
May 2015 to Sep 2019
Projects: #1 Digital Commerce Project for a Leading Mexico Client ? Liverpool Multisite Homologation
Role: Senior Business Analyst / Consultant | Program Manager | Engagement Manager
Single point of contact for development team for all the functional aspects for the platform operating into multiple region.
Create acceptance criteria for user stories to aid developers & testers and ensure quality releases
Assist in maintenance and development of the online procedure guide and knowledge database
Create & maintain documentation for support, testers and developers
Analyze and develop solutions addressing customer comments and issues
Track progress of development from concept through implementation via release milestones
Implementation of the SOFEA.
Maintain quality control of website development and changes
Demo & Walkthrough sessions to the development teams.
#2 Digital Commerce Project for a Leading Fashion Brand (B2C) ? AEO (Atg 11.3)
Role: Senior Business Analyst / Consultant | Engagement Manager (Entire Account)
Single point of contact for development team for all the functional aspects for the platform operating into multiple regions
NA, Europe & Global
Carried out Onsite Functional Elaborations for Expansion plan to launch 7 global sites from the Omnichannel prospect.
(End to End)
Create acceptance criteria for user stories to aid developers & testers and ensure quality releases
Assist in maintenance and development of the online procedure guide and knowledge database
Create & maintain documentation for support, testers and developers
Analyze and develop solutions addressing customer comments and issues
Track progress of development from concept through implementation via release milestones
Maintain quality control of website development and changes
Coordinate inter-departmental resources for website projects
Demo & Walkthrough sessions to the development teams.
#3 Digital Ecommerce Transformation for leading Medical Industry in USA (B2B ? PerkinElmer
Role: Senior Business Analyst / Product Owner | Engagement Manager (Entire Account)
GAP Analysis on the existing online platform
Competitor Analysis on online channels & recommending solutions for better conversions
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 3/5
Understanding the Business Needs & Documentation
Reviewing Functional Aspects of digital channels with Product Owner
Demo & Walkthrough sessions on the product capabilities & expectations to the Development Teams
Collaborating & engaging with Stakeholders for requirement discussion meetings
Defining JIRA Workflows for Agile User Stories
Use Case & Functional Flow documentation in Confluence
Training development team on JIRA & Confluence usage for better collaboration
#4 Digital Commerce Project for a Leading Fashion Brand (B2C) ? Michael Kors & Versace
Role: Senior Business Analyst / Consultant
Single point of contact for development team for all the functional aspects for the platform operating into multiple regions
NA, Europe & Global
Carried out Onsite Functional Elaborations for Cross Border Commerce, Buy Online Pick in Store.
Understanding the Business Needs & Documentation.
Defining JIRA Workflows for Agile User Stories.
Reviewing Functional Aspects of digital channels with Product Owner
Demo & Walkthrough sessions to the development teams
#5 Inhouse Product Development (Order Management & Fulfillment System)
Role: Business Analyst / Product owner
With the reference of the Core B2B and IBM Sterling functionalities, Completed the Analysis.
Created a Detailed BRD for the Development Team.
Created the User stories for each module along with the functional flows
Benchmark Reporting
#6 Digital Commerce Project for a Leading Oil & Gas Brand (B2B & B2C) ? AMSOIL (Hybris 6)
Role: Senior Business Analyst / Consultant
Single point of contact for development team for all the functional aspects for the platform operating into multiple regions
NA, Europe & Global.
Charter Global - Amdocs as E commerce Consulting Expert- Product Owner
Aug 2014 to May 2015
I was working as a Functional Consultant for AT&T and taking care of all the Requirements and expectations by the Scrum
Methodologies.
My prime role was to work as a Product Owner / Manager and lead the team of close to 50+ delivery resources.
Mastech Digital as SSE - Senior Techno Functional Analyst
Jun 2013 to Jul 2014
Project:
#1 US based (Retailer) Quicksilver & Roxy (Support & Enhancements Project)
Role: Techno-Functional
Client Interaction to address business problems & resolving with development into Enterprise Search operations
Supporting weekly Catalog Refresh to Endeca
Project Handbook Creation & Conducting Peer Trainings
#2 US based Telco Client ? MetroPCS (Re - platforming & Enhancements Project)
Role: Techno-Functional
Understanding the business flow using functional specs.
We were supposed to change the payment services of Metro from Fiserv to Amdocs.
Creating the stubs from the new WSDL and solving the compilation issue.
Implementation of the new functionality in the payment integration.
Coordination of testing activities with the onsite coordinator.
User Guide creation & Conducting demos on the changes done.
Cognizant as Programmer / Functional Analyst
Mar 2011 to May 2013
Part of the major digital initiative of E-Commerce client. majority of work related to the Business Analyst activities.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 4/5
UG: B.Tech/B.E. (Electrical) from Uttar Pradesh Technical University (UPTU) in 2010
PG: MBA/PGDM (Strategy and Consulting) from Deakin University, Australia, IMT Ghaziabad-Pursuing in 2021
Other Qualifications/Certifications/Programs:
CSPO
CSM
SAFe Product Owner / Product Manager
Nature of Employment: Full Time
Project Location: New York
Role: Other
Duration: Sep 2020 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Berwyn, Gurgaon, New York
Role: Other
Duration: Dec 2019 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 19
Education
IT Skills
Skill Name Version Last Used Experience
Excel, Word, Powerpoint
X-Mind, JIRA, Confluence, Oracle
SAP Hybris commerce
SQL, R, Data analytics, DevOps
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Nuveen -TIAA Site Re platform
Client: TIAA
Skill Used: Stakeholders management, Business Consulting, Strategy, Product Road mapping.
Role Description: Program Manager, Product Manager
Project Details: There are couple of projects running. in Parallel :
1. Marketo-Workfront self service Product
2. Site core enhancements
3. Strategy - Value realisation session.
Project Title: Ametek - Site Re-platforming (Multichannel)
Client: Ametek
Skill Used: Business Consulting, Product Management, Project Management, Digital Content, Stakeholder Management,
Scope Management, Delivery Management, Engagement Management,
Role Description: Program Manager | Business Strategy & Consulting | Product Management | Project Management
Project Details: AMETEK, Inc. is an American global manufacturer of electronic instruments and electromagnetically devices
with a headquarters in the United States and over 220 manufacturing sites worldwide
We were supposed to rebuild their entire application from scratch by using the Shopify and OMS sterling.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 5/5
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Other
Duration: Oct 2019 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 16
Nature of Employment: Full Time
Project Location: Jacksonville, Little Rock, New York, Gurgaon
Role: Other
Duration: Oct 2019 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time
Role: Other
Duration: Aug 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 21
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Project Title: Lycra B2B & B2C Application Transformation
Client: Lycra
Skill Used: Business Consulting, Production Management, Strategy Consulting, Program Management, Agile Methodology,
Project Planning, Pricing, Resourcing,
Role Description: Technical Program Manager, Lead Business Consultant, Engagement Manager, Strategy and Consulting
Manager
Project Details: Lycra is an fabric company with the multiple microsites in it.
We are Managing & Transforming the Digital experience for 6 Different sites from the Omni Channel prospect.
Project Title: FIS Ethos Marketplace
Client: FIS
Skill Used: Business Consulting, Strategy Consulting, Digital Marketing, Agile Project Management, Software Product
Management,
Role Description: Program Manager | Business Consulting Manager | Product Manager | Engagement Manager
Project Details: Handling multiple projects listed under FIS account as a Program Manager | Business Consulting Manager |
Product Manager | Engagement Manager:
1. PTC
2. SiteCore Platform Upgrade
3. Ethos Portal
4. Kordoba
5. CASR
6. Client On boarding
Project Title: McCormick Omnichannel Solution
Client: Mccormick
Role Description: Engagement - Product Manager
Project Details: McCormick is Multi billion COG Company and we are helping them to build the multiple sites end to end to
improve their customer buying experience.
my role is - Engagement Manager & Product Manger/ Owner
Rank 346: Resume 1086 with similarity score 0.04733118844781134
B.S , M.Sc , M.S , BS , MS full time , linux administrator , devops engineer , change management nfs , routine maintenance , telugu , platforms , docker , status , store , https , red hat linux , samba , continuous integration , ingres , squid , components , writing , building , ec2 , infrastructure , organization , file systems , ansible , arts & crafts , devops , access , designation , rhel , hindi , technical requirements , logical volume manager (lvm) , ltd , english , troubleshooting , ftp , groups , change management , c++ , git , puppet , computer science , modems , javascript , technology , rpm , general , performing , affirmative action , oracle , principles , basic , architecture , proxy , email , aws , configuration management , problem management , network security , information systems , connect direct , operations , maven , languages , management system , scheduling , web , folders , database , rendering , software solutions , jenkins , windows server , versioning , case , linux system administration , apache , permissions , authorization , virtual hosting , yum , s3 , servers , storage , ssh , private clouds , python , network administration , administrative , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b11…
https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b115116435b0c5c5… 1/2
Current Designation: AWS DevOps Engineer
Current Company: Creative Tech Mars Software Solutions Pvt.
Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Creative Tech Mars Software Solutions Pvt. Ltd as AWS DevOps Engineer
Jun 2016 to Till Date
Key Result Areas:
Executing the installation & configuration of NFS with Autofs service; installing SQUID PROXY, DHCP server
Configuring and executing web server (APACHE) and Virtual Hosting
Developing and building, deploying, automating and configuring IT solutions using DevOps platform; implementing
reusable components and translating technical requirements
Performing automated deployments through the use of configuration management technology
Managing printers, modems, file systems and security
Creating requirements and procedures for implementing routine maintenance; troubleshooting and resolving the existing
information systems errors
Implementing DHCP, SAMBA & NFS installation and configuring the same on different platforms in heterogeneous
network environment
Installing Oracle on Red Hat Linux
Evaluating existing applications and platforms and providing recommendations for enhancing performance
Defining the roles and groups for users and resources using AWS Identity Access Management (IAM) and managing
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
RAVIKUMAR.N
AWS DevOps Engineer seeking roles in AWS Cloud Solutions Architecture,AWS
Identity,Access Management,Incident Management,Change Management,Problem
Management,Configuration Management,Storage Networking,Continuous
Integration,Troubleshooting.
Key Skills: AWS DevOps Engineer,System Admin,AWS Cloud Solutions Architecture,AWS Identity,Access
Management,Incident Management,Change Management,Problem Management,Configuration Management,Storage
Networking,Continuous Integration,Troubleshooting
Summary
M.Sc. (Computer Science) professional with over 7 years of rich & extensive experience in Cloud Engineering (AWS),
DevOps Engineering and Linux System Administration; technical understanding of Cloud, Systems/ Infrastructure and
Design & Architecture (managing AWS Cloud Infrastructure)
Proficient in maintaining & troubleshooting AWS Cloud resources such as EC2 instances, S3 buckets, Virtual
Private Clouds (VPC), Elastic Load Balancers (ELB), Relational Database Services (RDS), Backups, Route53, CloudWatch
and IAM
Experience in working with configuration management tools like Ansible, Maven and Git
Knowledge of using Routed Protocols: FTP, SFTP, SSH, HTTP, HTTPS and Connect Direct
Administered and implemented CI tools like Jenkins
Experience on deploying Hosted Chef-Server on AWS for managing AWS EC2 instances
Strong understanding of DevOps methods, principles and tools; worked on Jenkins, Docker, Ansible, GIT, Python,
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b11…
https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b115116435b0c5c5… 2/2
network security using Security Groups and IAM
Rendering highly durable and available data by using S3 data store, versioning, life cycle policies and creating AMIs for
mission-critical production servers for backups
Writing shell script to automate task across all servers through Puppet; maintaining Puppet-based configuration
management system
Ramoji Groups (Kalanjali Arts & Crafts) as Linux Administrator
Jul 2013 to Jun 2016
Key Result Areas:
Executed administrative & maintenance support like daily, weekly and monthly backup operations
Installed packages and Ingres using RPM and YUM tools and servers and PCs
Administered accounts for the users and groups, assigned permissions to use SUID, SGID, STICKY BIT and ACLs
Implemented backup of servers and reloaded the servers backup in case of any clash; configured FTP server
Maintained:
Linux quota systems for users and groups
Shared folders for the entire organization
Logical Volume Manager (LVM)
Scheduling jobs using crontabs
UG: B.Sc (Computers) from Osmania University in 2006
PG: MS/M.Sc(Science) (Computers) from Osmania University in 2011
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Linux
RHEL 5.x, 6.x, 7.x, Cent OS
Basic C, C++ & Python
Jenkins, GIT, Docker, Ansible, Maven
WINDOWS SERVER 2008 & 2012
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 347: Resume 1135 with similarity score 0.047260950995658794
B.S , M.Sc , M.S , BS , MS associate , full time , accountant , aws solution architect , project leader maintainability , window , strengthening , los angeles , asp.net mvc , platforms , addition , web api , software projects , commercials , status , specifications , bot , soul , writing , reliability , reach , nunit , soa , sql server , workflow , organization , timing , agility , open source , designation , web services , hindi , fitness , ltd , english , troubleshooting , yoga , agile , microservices , stock market , dc , computer science , resource management , completion , javascript , technology , stored procedures , gourmet , general , entity framework , scrum , team management , developers , vendors , affirmative action , studio , technical architecture , project plans , maintenance , professional manner , business logic , advanced , timelines , customer service , email , aws , manage multiple , microsoft , mobile devices , edge , languages , query optimization , accounting system , management skills , functionality , mentoring , ug , episode , developments , authorization , c# , scalability , licensing , record , application , vouchers , reverse engineering , system performance , pcm , presentation skills , schedules , linq , browsers , enterprise library 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c450145…
https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c4501450a45475d5e0d5… 1/3
Current Designation: Solution Architect - Microsoft/open source
Technologies
Current Company: L S Technologies Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Maths]
Verified : Phone Number | Email - id
L S Technologies Ltd as Solution Architect - Microsoft/open source Technologies
Apr 2020 to Till Date
Dealing with vendors to align the delivery and removing the blockers if any.
involving in AWS - resource management, performance and scalable platform so our customers would not suffer.
involved in managing the journeys (intent) of all BOT platforms for customers to create a better workflow.
Leading a team of BOT and AWS for IoT based systems - SmartHome.
Providing solutions to technical issues, meeting development schedules, and ensuring the delivered solution meets the
technical specifications and design requirements
Utilizing new cutting-edge technology (increases the system performance) with existing old technology which was
appreciated by the clients.
Achievements:
Dealt with our vendors on a regular basis and delivered the product on launch date in very tight timelines.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shyam Sunder Singh
Solution Architect-Microsoft/open source Technologies seeking roles in Software
Development,Application Programming,Client Management,System Analysis,Agile
Methodology,Technical Architecture,AWS,Azure,.NET,C#,ASP.NET
Key Skills: Solution Architect-Microsoft/open source Technologies,Tech Architect,Software Development,Application
Programming,Client Management,System Analysis,Agile Methodology,Technical
Architecture,AWS,Azure,.NET,C#,ASP.NET
Summary
Competent & result-oriented professional with experience of over 12+ years in .net, web-based, and window applications in
production accounting, banking, courier, stock market and educational domain
Excellent temperament to multi-task and coordinate various activities. Adept at mapping client's requirements, custom
designing solutions, and troubleshooting for complex problems
Successful track record of spearheading/developing/implementing various software projects within agreed cost/timelines
without incidences of overruns possess
Disciplined with abilities to manage multiple assignments efficiently under tight delivery deadlines and possess excellent
communication and presentation skills
Excellent team management skills. Emphasis on mentoring, nurturing, and strengthening the team by value addition
Have a good exposure to work on Scrum and Agile Software Development Method and work culture to participate in daily
Scrum meetings.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c450145…
https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c4501450a45475d5e0d5… 2/3
AccionLabs Pvt. Ltd as Associate Architect / Project lead
Mar 2017 to Apr 2020
Assuring both quality and customer service while leading and driving advanced/complex development tasks and projects
to successful completion within time
Ensuring technical solutions are designed for performance, reliability, scalability, maintainability, supportability, business
continuity, and business agility
Interacting and gathering requirement from the client and advising, supporting, and developing the web application
developers
Providing solutions to technical issues, meeting development schedules, and ensuring the delivered solution meets the
technical specifications and design requirements
Utilizing new cutting-edge technology (increases the system performance) with existing old technology which was
appreciated by the clients
Responsible for interacting with the clients and handling the team members
Achievements:
Completed all task and functionality before time and was assigned another project from the client
TPG Software PVT. LTD as Module Lead
Jul 2012 to Apr 2017
Created many tools for internal purpose for the organization which reduced manual jobs timing
Managed guidance on the projects and its requirements to the clients over the technology, processes, and applications
while updating them on the regular project-related developments
Ensured clients' issues were promptly addressed documented and resolved in a timely and professional manner and
passed them to correct channels
Managed entire day-to-day activities covering project plans development, specifications, application prototypes, project
estimations, development/maintenance life cycle, and impact analysis
Involved in the redesign and reverse engineering of application, re-wrote and migrated to the new platform if necessary,
for better stability and performance
UG: B.Sc (pcm) from P G College, Rishikesh Garhwal University in 2002
PG: MS/M.Sc(Science) (Maths) from P G College, Rishikesh Garhwal University in 2004
Other Qualifications/Certifications/Programs:
Cetificate - MCTS
AWS Solution architect - associate
Diploma in Computer Science
Education
IT Skills
Skill Name Version Last Used Experience
C# 4.0 2017 9 Year(s)
ASP.NET 4.5 2017 8 Year(s)
SQL Server 2008-
14
2019 7 Year(s) 1 Month(s)
Web API 2.0 2017 4 Year(s)
MVC 4.0 2017 4 Year(s)
LINQ 3.5 2017 4 Year(s)
Entity Framework 5.0 2017 4 Year(s)
TDD / BDD / Agile 2017 3 Year(s) 0 Month(s)
Architecture / SOA 2018 4 Year(s) 0 Month(s)
WCF 2018 5 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c450145…
https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c4501450a45475d5e0d5… 3/3
Nature of Employment: Full Time Duration: Jan 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Project Leader
Duration: May 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Noida
Role: Sr. Programmer
Duration: Feb 2014 - Mar 2017
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
WEB API 2 2.0 2018 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Commercials Accounting
Client: Confidential
Project Details: Commercial accounting is a subset of normal smart accounting system which we saw in the real world. But in
this accounting system, we deal with (Media accounting like Movie, episode, sets, Ads, etc) expenditure. So the major part of
this application is Journal Entry, AP, PC, AR (account receivable) for the accountant and many other modules for companies.
Project Title: Smart Accounting
Client: Confidential
Skill Used: C#,Mocroservices,Web APi, Sql Server, LINQ, Enterprise Library
Role Description: Developing Interface modules of applications using web services, API, C#.
Query optimization and writing stored procedures, functions, views on back end with SQL Server.
Consuming web services which implement the business logic. These services are
Project Details: Its a production accounting system which is similar to other accounting systems in real worlds. But in this
studio companies are our client can track the expenditure and get the profit and loss reports.
Project Title: Confidential
Client: Equinox
Skill Used: Microservices, c#, SQL Server, ASP.Net MVC, NUnit, web api,sql server
Project Details: Equinox grow into new markets while integrating new brands into the fold. Equinox lifestyle concepts and
products include full service spas, healthy gourmet cafes, upscale, stylish clothing boutiques and a newly launched web
magazine, Q Blog. In addition to Equinox, our other brands, Blink, Pure Yoga and Soul Cycle, are all recognized for inspiring
and motivating members and employees to reach their goals and exceed their own performance expectations. We have more
than 100 portfolio locations including New York, London, Chicago, Los Angeles, San Francisco, Miami, Toronto, Boston,
Dallas and Washington DC.
Equinox facilitates the fitness and YOGA classes for their clients/customers. User can register itself
Via different channels like web browsers, mobile devices. It also keeps track of payment, vouchers and top up details of the
end users and licensing Information of the content to be delivered.
Rank 348: Resume 119 with similarity score 0.04723959944765227
BTECH , MS , B.TECH business development , sales executive convincing people , optimization , aiesec , atmosphere , telugu , internships , media marketing , hindi , english , social media , operations , resume , intermediate , computer science , completion , assessment , search , technology , digital marketing , vocabulary , online Assessment
Q1. Why should you be hired for this role?
Hello I am bhasreeth studying BTech from bennett University greater Noida. And I also have experience as operations and sales executive at
together growvation and aiesec . I'm punctual to my duty and humble. And I'm good at convincing people. I'm strong in my basics. And I have
completed my course on it. My vocabulary and communication skills make others understand easily, effective way of communication takes place.
I perform my duty towards achieving the organizational goals and objectives. I keep on enhancing my skills from time to time. I will always be
before my deadlines and never meet them. I give a lot of importance to cleanliness and keep myself always clean so that a healthy atmosphere is
maintained with my friends and colleagues or customers. I perform my duty effectively and efficiently without occurring any sort of problem. So I
feel I'm better suitable for this Internship. I'm punctual to my duty and humble. And I'm better at convincing people and make good sales. My
vocabulary and communication skills make others understand easily, effective way of communication takes place. I perform my duty towards
achieving the organizational goals and objectives. I keep on enhancing my skills from time to time. I will always be before my deadlines and never
meet them. I give a lot of importance to cleanliness and keep myself always clean so that a healthy atmosphere is maintained with my friends and
colleagues or customers. I perform my duty effectively and efficiently without occurring any sort of problem. So I feel I'm better suitable for this
Internship.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes i am available
Resume
EDUCAT ION
INTERNSHIPS
BHASREETH SANGARS
Greater Noida
Applied 27 Jan'21
Digital Marketing English Proficiency Written) Hindi Proficiency Spoken)
MSWord Telugu Proficiency Spoken) Hindi Proficiency(Spoken)
Search Engine Optimization
SEO
Social Media Marketing Telugu Proficiency Written)
Bachelor of Technology B.Tech), Computer Science
Bennett University
2017 - 2021
CGPA 7.00/10
Senior Secondary XII, Science
Sri Chaiitanya Junior College
TELANGANA STATE BOARD OF INTERMEDIATE EDUCATION board)
Year of completion: 2017
CGPA 8.00/10
Operations
Between Bros, Virtual
Sep 2020 - Nov 2020
my work in operation team is to call the different leads and enquire about progress of the product .
Business Development Sales)
Growvation, Virtual
Apr 2020 - Apr 2020
in this internship my role is sell the different products to people .
Business Development Sales)
Digifuse, Virtual
Apr 2020 - Jun 2020
Outgoing Global Volunteer
AIESEC, Greater Noida
Aug 2019 - Dec 2019
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7032325190
Digital Marketing
DSIM, Online
Jan 2020 - Aug 2020
I have worked in aiesec as the outgoing global volunteer where I have been awarded best member for my performance in
highest number of sales.
Rank 349: Resume 483 with similarity score 0.047108475504817615
B.TECH , BS store manager , partner , student , part time , full time , b2b sales manager , data processing specialist , campus ambassador , customer service specialist , autocad training , general , solidworks , media marketing , internships , b2c , adobe photoshop , coreldraw , ltd , pdf , presence of mind , social media , customer service , b2b , store , autocad , video , c programming , resume , completion , photography , assessment , it , data processing , campus , technology , catia , power consumption Assessment
Q1. Why should you be hired for this role?
I want to do it. I have skills like Coreldraw and social media marketing so that..... .
And I have the relevant skills mentioned in the Job Description.
I have experience also in social media marketing so I would like to do it. I am doing all my work with presence of mind. I don't have any disturbing
medium. And the most I am interested to it.
Q2. Are you available for 3 months, starting immediately, for this internship at Pune? If not, what is the time period you are available for and
the earliest date you can start this internship on? Please also mention if you are available full time or part time. If part time, specify the
number of hours you can spend on this internship every day.
Yes. I am available for 3 months, starting immediately, for this internship in Pune.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Sadan Ahmad
Allahabad
Applied 24 Jan'21
Adobe Photoshop AutoCAD Catia
Photography SolidWorks Video Making
C Programming
Bachelor of Technology B.Tech), Mechanical Engineering
United college of engineering and management
2015 - 2019
Percentage: 73.46%
Senior Secondary XII, Science
Vikash Inter College, Sahson
U.P. BOARD board)
Year of completion: 2014
Percentage: 80.00%
Secondary X
Vikash Inter College, Sahson
U.P. BOARD board)
Year of completion: 2012
Percentage: 79.00%
Store Manager Cum B2B Sales Manager Cum B2C Salesman
Aiysha General Store, Allahabad
Nov 2020 - Feb 2021
Campus Ambassador
Hamari Pahchan, Virtual
Aug 2020 - Present
Campus Ambassador
Kriger, Virtual
Jul 2018 - Aug 2018
It is first experience of mine for an internship that is going best for me.
ISP Intershala Student Partner
Internshala, Virtual
Jun 2018 - Jul 2018
ISP means campus ambassador of Internshala. In this internship we have to explain about internshala means about services
provided by Internshala and training on internshala. That was a good experiece.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8756830518
Turbine
IFFCO PVT. LTD., Phoolpur
Jun 2018 - Jul 2018
I have completed my training on a topic that is Turbine and this training was theoretical and practical both
Single Shaft Shredder Machine
Jan 2019 - May 2019
http://www.ijesrt.com/issues pdf file/Archive-2019/April-2019/23.pdf
Single shaft shredder machine is based on single shaft and single motor where as if you see shredder machine normally you
find with double shaft and double motor it has higher efficient but more power consumption machine.
Customer service specialist certified by AMCAT
Data Processing Specialist certified by AMCAT
Automobile Engineer Trainee certified by AMCAT
Mechanical Engineering Trainee certified by AMCAT
http://www.ijesrt.com/issues%20pdf%20file/Archive-2019/April-2019/23.pdf
Rank 350: Resume 777 with similarity score 0.047046842127702715
B.E , MS , B.TECH , BS enterprise architect , devops , product development , full time , vp , lead engineer , technical director resource allocation , embedded c++ , award , training , piping , telugu , platforms , outsourcing , design documents , status , enterprise systems , sap , linkedin , doctors , artifacts , facebook , reliability , technical systems , building , visio , system testing , reach , html5 , soa , sql server , scala , tip , coordinated , negotiation , cms , workflow , organization , suite , mission critical , usability , server side , agility , french , capture , proficy , devops , spark , open source , access , designation , general electric , mar , hindi , technical requirements , firebase , ltd , service providers , web technologies , english , visual c++ , json , search engines , wpf , twitter , screens , agile , leadership , solution architecture , angularjs , corrosion , system requirements , swift , estimates , cordova , computer science , strategy , ionic framework , sms , completion , javascript , history , technology , business requirements , hadoop , tumblr , scrum , performing , healthcare , digital identity , online presence , affirmative action , mysql , project plans , maintenance , typescript , jquery , instrumental , product quality , social media , joomla , email , calibration , business intelligence , wordpress , configuration management , aws , insourcing , engineering management , operations , microsoft , new features , android , 2008 r2 , unit testing , languages , software requirements , hive , development models , mobile , expenses , apps , program management , codes , api , oil & gas , requirement specifications , php , ios , risk , authorization , teams , productivity , record , application , focus , less , requirements gathering , test automation , product design , led , debugging , offshore , software development life cycle (sdlc) , hbase , python , ado.net , reviews , convenience , silverlight , .net framework , vessels , google cloud , erosion 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 1/4
Current Designation: Technical Head
Current Company: Critical River Inc.
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Secunderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Critical River Inc. as Technical Head
Dec 2018 to Till Date
Oversee large-scale program including agile & scrum program, project management / governance, risk management,
outsourcing / insourcing and offshore/onshore development models to achieve business designated goals. Estimate
project budgets to determine total allocated amount. Aid sales teams to increase sales efficiency and automate client
proposal and contract process, while managing receivables. Analyze and monitor user needs and software requirements
to determine feasibility of design and evaluate project scope to provide best solutions.
Key Achievements:
Improved client satisfaction by executing requirements gathering, organizing project functional and technical requirements,
while meeting clients' needs and concerns throughout project lifecycle.
Optimized projects costs and execution to ensure profitable to company, while leveraging quality communication and
negotiation skills to secure various contracts from existing.
Ensured functioning of overall operations of the company by setting up processes and building teams to improve
efficiency.
Enhanced business productivity by delivering quality technological direction and architectural guidance.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Prakash Reddy Imduri
Technical Head seeking roles in Software Engineering Management,Technology
Architecture,Cloud Deployment,Business Intelligence,Program
Management,JAVA,.NET,PHP,MySQL,Microservices,,Python,Hadoop
Key Skills: Technical HeadVP/GM-Technology(IT)/CTO,Software Engineering Management,Technology
Architecture,Cloud Deployment,Business Intelligence,Program Management,JAVA,.NET,PHP,MySQL,C++,Visual
C++,Embedded C++,Scala,Java,Python,Hadoop,MapR,Spark,HBase,Hive
Summary
Proven expertise in Java, Microsoft Technologies, Mobile, BigData, and Open Source Web Technologies with a track record of
success designing and implementing process oriented IT products with keen focus on achieving higher level of efficiency across
various organizational domains. In-depth knowledge of agile/scrum methodologies with history of supporting, automating, and
optimizing mission critical deployments, leveraging configuration management and DevOps processes. Credible history of
leading all phases of Software Development Life Cycle (SDLC) from requirement analysis to test-driven execution of software
products. Recognized for conveying complex technical information into rationalize business terms and recommending novel
solutions to build consensus with key project stakeholders. Instrumental in delivering leadership, direction, strategy and vision in
areas of Technical / Solution Architecture to facilitate and enable growth & business agility.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 2/4
Medicodesk Healthtech Pvt. Ltd as Technical Director
Nov 2015 to Dec 2018
Led end-to-end implementation of technical systems across the organization. Performed QA process to ensure and deliver
quality products. Executed and managed release processes for code through development, test, and production
environments. Took charge in delivering all artifacts like iOS/Android Apps, APIs, server side implementation, WebApp
and Internal Workflows Applications. Delivered quality technological direction; proposing budgets for programs & projects,
purchases & upgrades, supervising computer specialists and IT workers, and presiding over IT related projects.
Formulated high level and detailed design documents according to system requirement specifications. Reviewed and
evaluated effectiveness and efficiency of existing systems by developing technical strategies. Leveraged interpersonal
communication skills with internal clients to determine specific requirements and expectations, while managing client
expectations as an indicator of quality.
Key Achievements:
Identified business requirements to devise effective solutions by contributing in development and review of business and
system requirements.
Improved code quality by performing code reviews, unit testing, and system testing as needed; debugging, testing and
deploying the software.
Accomplished business targets by creating and managing estimates, project plan, project schedule, resource allocation,
and expenses.
Defined process framework by following project life cycle methodology to ensure project completion within budgetary and
timely constraints.
Developing high quality applications in accordance with established company standards and development guidelines.
Improved market position by overseeing multiple tasks for product design, architecture, and development.
Devised and executed high quality applications in compliance with company standards and guidelines.
General Electric as Lead Engineer
Dec 2010 to Oct 2015
Led all phases of product development lifecycle with keen focus on enhancing quality and ensuring reliability/usability.
Wrote testable codes for developing new features design in accordance with client needs. Carried out unit testing, module
testing, and functional test automation to mitigate bugs and optimize product quality. Devised and implemented strategic
Project plans and efforts estimation for end-to-end management of various projects. Developed Mockup Screens and PoC
to acquire feedback from users. Coordinated SQA builds to provide quality training and development courses to enhance
professional practices.
Key Achievement:
Appreciation Award for excellent contribution towards Heath Ahead Program
Engineering Team of the Year Award 2014 for GE Oil & Gas
Engineering Team of the Year Award 2011 for GE Intelligent Platforms.
UG: B.Tech/B.E. (Computer Science and Engineering) from VNR Vignana Jyothi Institute of Engineering and
Technology, Hyderabad in 2003
Education
IT Skills
Skill Name Version Last Used Experience
C#.NET, PHP/MySQL, C++, Visual C++ latest 2015 8 Year(s)
Embedded C++ latest 2018 2 Year(s)
Hive, Hue, Spark2, SCALA 2018 3 Year(s) 0 Month(s)
SQL Server 2008 R2, Mysql latest 2018 10 Year(s)
Postgre SQL, MS Access, Sybase 2018 2 Year(s)
MS-SQL SERVER 2008
.NET Framework, WCF, WPF, WWF, ADO.NET
AngularJs, Ionic Framework, Silverlight
AWS, Google Cloud, GCM/Firebase
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 3/4
Nature of Employment: Full Time Duration: Dec 2015 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Oct 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2013 - Dec 2013
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
HTML5, JQuery
Enterprise Architect, Visio and DBDesign
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
French
Projects
Project Title: GetION (http://getion.in)
Client: Medicodesk Healthtech Pvt. Ltd.
Skill Used: Angular JS, Typescript, Ionic, Cordova, PHP/MySQL API/JSON, Joomla CMS, iOS(Objective C/Swift), Android,
Wordpress, and HTML5
Project Details: ION stands for Im Online, ION builds digital identity for reaching out to patients and prospects as the world of
healthcare is now being transformed by social media and online presence. ION helps healthcare brands getting discovered.
More and more patients are using search engines and social media in this age and ION Re-create will help them discover
healthcare professional expertise. ION Re- Create activates brand has its presence on Client Website, Facebook, and
Twitter, LinkedIn, Tumblr, Emails, and SMS
There are thousands of patients searching for health solutions online and doctor's next expert health tip can give them proper
guidance and build their trust on doctors. With ION Speed-Reach, doctors can simply capture expertise in the form of text,
Image or videos, all from the convenience of mobile and publish it to the digital world with a single touch!
Project Title: Mentor UT for Corrosion and Mentor Create
Client: General Electric Oil & Gas (Business Line - Inspection Technologies)
Skill Used: C#.NET, Embed C++, and WinCE
Project Details: Mentor UT is a powerful, connected ultrasonic flaw detector optimized for corrosion and erosion mapping of
process vessels and piping. Mentor UT brings the power of array inspection to everyday use with an intuitive, touch-screen
interface and customizable inspection application ("apps"). Build custom apps for inspections or use apps pre-installed on the
device. Increase inspection productivity and lower training costs with guided on-device setup and calibration.
Mentor UT combines outstanding UT performance with todays advances in software to create a new kind of inspection
experience. Complex inspections are now as easy as following on-screen menus. Use GE-provided on device apps for
corrosion inspection, or create your own using GEs desktop software, and Mentor Create
Project Title: Open Enterprise
Client: GE India Innovation Center (GE Intelligent Platforms)
Skill Used: C#.NET, Proficy Workflow, WPF, WCF, SOA concepts
Project Details: Proficy Open Enterprise is a powerful application that connects enterprise systems such as SAP to the
Proficy suite of solutions, using ISA-95 and B2MML standards to communicate valuable information. It allows decision
makers at the enterprise level to leverage real-time information about production processesproviding increased visibility and
insight for better business decisions.
By enabling real-time orders to be downloaded into the production layer from enterprise systems and for performance
information to be uploaded to your enterprise systems. Proficy Open Enterprise acts as a bi-directional transport of data
between the two layers. Data is input from enterprise systems and stored within Proficy SOA structureswhere it can be used
inherently by Proficy Workflow or transferred to other applications, including Proficy Plant Applications or third-party
applications through service providers.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 4/4
Job Type: Permanent
Employment Status: Full time
Rank 351: Resume 39 with similarity score 0.04694189749022617
MS , B.TECH , BS work from home completion , firebase , assessment , store , resume , algorithms , python , javascript , css , application , technology , chat , html , database Assessment
Q1. Why should you be hired for this role?
I have a good experience in reactJS, CSS and HTML. Moreover I have recently created some projects using reactJS, CSS and HTML. Moreover, I
have a great experience of algorithms and data structures.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6377469765
Aditya Mittal
Jaipur
Applied 07 Feb'21
C Programming CSS HTML
JavaScript ReactJS Java
MSExcel Python
Bachelor of Technology B.Tech)
Indian Institute Of Technology Roorkee
2018 - 2022
CGPA 7.53/10
Senior Secondary XII
CBSE board
Year of completion: 2018
Devloped a chat application
Nov 2020 - Dec 2020
https://github.com/AdityaMittal31/chat-application
It is a chat application where people can chat. It is a real time application. And all the messages will store in a firebase
database.
Have done a course on algorithm and data structures.
Have created some app using reactJS, CSS and Javascript
Candidate Master in codeforces.
Codeforces is a site for solving problems based on algorithms and data structures.
https://github.com/AdityaMittal31/chat-application
Rank 352: Resume 644 with similarity score 0.046894713133039424
MS work from home , full time training , core java , cooperation , mar , linux , secondary education , basic , sql , c programming , resume , machine learning , sentiment analysis , completion , assessment , it , python , app , technology , html , online Assessment
Q1. Why should you be hired for this role?
I strongly believe it is more like a mutual benefit and cooperation accord between me and the organisation where in. I gain the knowledge and
the company gains the reputation with time along with increase in revenue.I am passionate,self learner .
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes i am available for 3 months ,starting immediately,for a full time work from home internship.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Varsha Thakur
Sagar
Applied 08 Feb'21
Python Linux MSExcel
MSPowerPoint SQL C Programming
Data Structures HTML Java
MSWord
Master of Computer Applications MCA, MCA
National Institute Of Technology Kurukshatra
2018 - 2021
CGPA 8.32/10
Bachelor of Computer Applications BCA, BCA
Dr. Hari Singh Gour Central University
2011 - 2014
CGPA 6.63/9
Senior Secondary XII, Science
Govt. Excellence School Sagar Mp
MADHYA PRADESH BOARD SECONDARY EDUCATION board)
Year of completion: 2011
Percentage: 69.90%
Secondary X
GOVT. Excellence School Sagar Madhya Pradesh
MADHYA PRADESH BOARD board)
Year of completion: 2009
Percentage: 78.30%
Core Java
Internshala Trainings, Online
Mar 2020 - May 2020
Successfully completed a six weeks online certified training on Core Java. The training consisted of Getting Started with
Java, Leveraging Basic Concepts, Object Oriented Programming and Java App Development modules. In the final
assessment, I scored 75% marks.
current state of hinglish text using sentiment analysis
Aug 2019 - Present
Certificate IN Data structure in C from great learning
python for machine learning from great learning
SQL from Hackerrank
CONTACT Phone: 91 9685191505
SQL SOLOLEARN
Rank 353: Resume 1277 with similarity score 0.046854970992462656
MS vice president , full time , software engineering manager , delivery manager , technical lead , vp financial services , telugu , security , data warehouse , web api , gateway , intelligence , status , multinational , stakeholder management , forex , components , building , order management , infrastructure , prime , payments , online payment , asp.net , overlay , sql server , kdb+ , irs , ccp , organization , suite , qlikview , ecommerce , pentaho , spark , access , designation , mar , hindi , cloud , learning , interest rates , low latency , english , project , revenue share , leadership , processing , angularjs , architecting , apache storm , currency , strategy , office operations , process management , javascript , stock exchange , insurance , strategic consulting , derivatives , hadoop , bfsi , reporting , optimization , healthcare , vendors , affirmative action , oracle , data analytics , enrichment , maintenance , kafka , bootstrap , architecture , email , aws , engineering management , microsoft , saas , interest rate swaps , languages , hibernate , big data , eurex , ml , pmp , program management , database , spring mvc , credit , fortune 500 , executive management , investment , telecom , azure , authorization , risk , c# , application , lake , less , records , finance , selenium , breakdown , exception management , reviews , etl , hedging , middle office 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110…
https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110518415b5c5a5… 1/3
Current Designation: Vice President -IT
Current Company: Amplo Global Inc.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Amplo Global Inc. as Vice President -IT
Jul 2019 to Till Date
Provided Strategy, Architecture, Design, Execution & Delivered AI driven SaaS product & Data Strategy for a USA Startup
company. AmploFly™ is an strategic consulting platform helping organizations to mature their processes, expand
business and revenue. Leading Microsoft & AWS alliances.
JP Morgan Chase as Software Engineering Manager
Nov 2010 to May 2019
Oct'10 To May, 2019 (8.7 Years)
JP Morgan Chase, Bangalore - Vice President
Corporate & Investment Bank (CIB)
Software Engineering Management / Technical Delivery, Project Management
-Equities (Interest Rates Swap derivatives)
-Foreign Exchange (Fx) Services
Role:
Development & delivery of $230 CIB- Interest Rates Swaps (IRS) OTC derivatives applications
VPR (Virtual Prime Records): Post-Trade Process Management for CCP Client Clearing of OTC Derivatives dealing with
London Clearing House, Chicago Mercantile Exchange, Eurex and Australian Stock Exchange. Processing daily client
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Srinivas Kancharla
IIMc & PMP Lead & ,Manager seeking roles in Project & Program Management,
Architecture, Design ,Delivery, Startups Building, Cloud Alliances & Presales.
Expertise in Microsoft, Java, J2EE, AI/ML, BI, ETL, Data Lake, Data Analytics, AWS &
Azure cloud.
Key Skills: Vice President,Head/VP/GM-Technology(IT)/CTO,Software Development Lifecycle,Project
Management,Program Management,C#,ASP.Net,Java,J2EE,Power
BI,KendoJS,AngularJS,ReactJS,QlikView,Kafka,Apache Storm,AWS,Des,Spark
Summary
Software Delivery Manager with Overall ~16 years of extensive expertise in Technical, Functional, People and Delivery
leadership role for BFSI, Insurance, Healthcare, Ecommerce & Telecom functions formulating technical roadmaps & strategies,
architecture, software development lifecycle, delivery, risk and cross-functional stakeholder management
Worked for JPMorgan Chase & Co., a #24 Fortune 500 American multinational banking and financial services firm, from Oct
2010 (8.7 years) - Responsible for end to end products development and IT delivery for Interest Rate Swaps (IRS) derivatives,
Foreign Exchange (Forex) & Finance applications
Highly proficient in Architecting, Leading, Managing, Developing, Maintaining & Supporting Distributed and Web based
applications using Microsoft , Java, Cloud and Database technologies
Strong work exposure to multiple fortune clients like AON, Fidelity, CITI Bank, First Data & MCI WorldCom and worked in Italy,
Germany, UK & Mauritius
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110…
https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110518415b5c5a5… 2/3
reporting with trade activity report, open positions report and curve reports.
Strategic Client Reporting: Re engineering Platform for VPR to bring process, operations and infrastructure efficiency &
optimization. Strategic application is aligned to organization application & infrastructure architecture standards.
OTC UI web application: Trade Process Management & Exception Management application for middle office operations
team
Development & delivery for $680M project for CIB-Foreign Exchange (Forex) Services Ecommerce applications
AccessFX - Forex Order Management, Execution & Ecommerce System. Processes RFQs (Request for Quotation),
Orders from multiple internal and external channel adapters. Provides online Forex services to external vendors.
Access MIS - Forex MIS Analytics providing insights to executive management on trade enrichment, payment level
breakdown, client enrichment and revenue share reports
Passive Currency Overlay - Forex Hedging Application
Development & Delivery of monolithic booking engine, micro services, data warehouse, MIS reporting, Business
Intelligence & Data analytics applications
Requirement analysis, participating in architecture & design, doing code reviews, improving KPIs of distributed, highly
available, scalable, low latency and high throughout applications
Hire, build, manage and mentor the technical team based on organization values and implementing inclusive, cohesive
and performance-based environment in the team.
Sella Servizi Bancari as Technical Lead - Ecommerce Lead
Mar 2009 to Sep 2010
Role:
Engaged in providing architecture & design solutions to Gestpay (Online Payment Gateway handling credit & debit card
payments) & other ecommerce suite of applications
Steered efforts in designing & developing security components for robust & secured online transactions
UG: B.Com (Maths) from Sri Sathya Sai Institute of Higher Learning, Bangalore in 1993
PG: MCA (Computers) from Madurai Kamaraj University (MKU) in 2007
Other Qualifications/Certifications/Programs:
PMP
Executive certification
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE, Hibernate, Spring MVC
Bootstrap, KendoJS, AngulraJS
QlikView, Selenium
ASP.Net (MVC, Web API), C#
Oracle, SQL server
SSRS, SSIS, SSAS
Pentaho, KDB+
big data hadoop
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110…
https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110518415b5c5a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Rank 354: Resume 732 with similarity score 0.04683984331763448
B.E , B.TECH , BS machine learning engineer , full time , software developer optimization , serialization , reinforcement , perception , mean stack , general , graphql , performing , healthcare , classification , designation , 3d , deep learning , ug , nlp , affirmative action , keras , ltd , creativity , kafka , authorization , english , status , email , hacking , google , infosys , project , aws , video , mongodb , processing , mumbai , angularjs , foreign languages , paper , neural networks , pipelines , quantum computing , protocol buffers , blockchain , redis , s3 , c++ , machine learning , spanish , building , chat , storage , piano , decommissioning , django , text analytics , big data , flask , process automation , medicine , management system , data science , python , one , object detection , jira , ml , search , javascript , technology , artificial intelligence , exploit , steganography , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a17…
https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a170247105b0b5b… 1/2
Current Designation: Consultant
Current Company: Fractal Analytics Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Fractal Analytics Ltd as Consultant
Nov 2020 to Till Date
building machine learning pipelines amd performing analytics. also working on data science processing to carry out code
and data clean up. apart from that working on quantum computing for performance optimization.
Infosys Ltd as Machine Learning Engineer
Oct 2017 to Nov 2020
Have deployed an NLP intent classification model to
classify legal & stock sentences, using an ensemble of
two parallel neural networks each with a different goal
with a data overlapping processor & an efficient file
purging system. Now it�??�?�¢??s getting my copyright too. Data & model Parallelism on Tensor cores, along with
their data Serialization using protocol buffers. Performing ML on 3D & hyperspectral images along with
steganography usage for regularization, data shortening, and 3D surround text extraction.
Images with sound - extracting the Audio file from an
Image like we do in video frames and using that as a
reinforcement feature in object detection. It�??�?�¢??s showed
improvement in animal and/or their gender classification. Copyright for the invisible password storage into an
organizational database to prevent hacking. Made Google links and URLs management system using a
process automation tool. It will keep your browser's
header clean thus preventing system slowdown. Will
open the required page automatically using NLP. Building a Healthcare project by combining Blockchain
and ML. It has 3 services to exploit which include
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Jay Timbadia
Want to get involved in things that would benefit humanity and help in changing
peoples perception towards technology.
Key Skills: Quantum,gRPC,Elastic Search,Mean Stack,Innovation,Creativity,database optimisation,block chain,deep
learning,Text Analytics,NLP,angularjs,jira,tensorflow,mxnet,mongodb,deep learning,angularjs,jira,machine
learning,Artificial Intelligence,C,Big Data
Summary
I am open to new challenges within any industries since I work on AI & ML and according to me we can apply these tech to any
domain or sector as per our insights. Like to learn things from diversified domains as it helps triggering notions for innovation.
Really fond of reading anything and learning foreign languages. Also passionate on developing machine learning algorithm.
Also like to play piano.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a17…
https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a170247105b0b5b… 2/2
medicine recommender system, Smart ML medicine alert
alarm, and common patient-Doctor chat platform with
partial anonymity. I also made a proposal for this idea at
Google summer of code challenge
Worked on Content Extraction from 3D images by
combining CNN with label Unwrapper. Worked on Future Clearance model transitioning Paper
clearing cheques to image clearing for RBS along with
the decommissioning of the former one
UG: B.Tech/B.E. (Computers) from University of Mumbai, Mumbai in 2016
PG: NA (na) from University Of Mumbai, Mumbai in 2017
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Tensorflow ,Pure ,Python & R Flask Keras latest 2020 3 Year(s) 0 Month(s)
AWS ,Lambda/s3 ,Django ,Angular 6 MEAN latest 2020 3 Year(s) 0 Month(s)
ELK stack JIRA Hyperledger Fabric, C/C++ latest 2020 1 Year(s) 2 Month(s)
MongoDB, Redis latest 2020 3 Year(s) 0 Month(s)
Cirq, GraphQL latest 2019 0 Year(s) 3 Month(s)
Kafka latest 2019 0 Year(s) 7 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Spanish
Rank 355: Resume 829 with similarity score 0.046793206556056774
B.E , B.TECH java developer , full time , software developer react.js , functionality , spring mvc , core java , general , css , check-in , designation , ug , affirmative action , mysql , web services , hindi , maintenance , apache , ltd , test cases , business logic , particular , authorization , english , airlines , pattern , status , spring boot , agile , email , project , record , application , mongodb , microservices , less , deals , xml , passenger , rest , writing , c++ , junit , unit testing , usability , maven , languages , html5 , hibernate , spring security , weblogic , boarding , javascript , eclipse , organization , airports , technology , load , database , eureka 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a18…
https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a180547420a5f0c5… 1/2
Current Designation: Java Developer
Current Company: Mindtree Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
Mindtree Ltd as Java Developer
Jul 2018 to Till Date
Project Description :
The project generally deals with the Departure Control System (DCS) of the airlines as well as airports. Preferred for its
flexible structure and user-friendly interface it is a core system solution of leading airline solution provider company.
Roles & Responsibilities:
* Extensively used MVC frameworks Spring to build presentation layer and DAO to interact with database.
* Developed the application using the Model-View-
Controller (MVC) application design pattern and encapsulated frontend from the underlying business logic, and data
model.
* Developed complex services for the requested functionalities.
* Developed new screen layouts (UI) in the project.
* Developed enhancements for particular airline on request.
* Developed Finding functionality of the application.
* Developed Previous Finding functionality of the application.
* Writing JUnit Test Cases for Unit Testing and TDD approach.
* Followed agile methodology for application development
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Bishwajit Bal
Excellent technical 2 years experienced working with Java, Collections, Spring and
hibernate,Microserivces,Mongodb,React.
Key Skills: Java, spring, Spring Boot, Microservices, Eureka, SQL, React.Js, , MongoDB, MySQL, , Spring Security,
,Collections, java 8, Web Services, Rest, XML, Javascript, Html5, HTML, CSS,C++
Summary
A skilled java developer with 2.0 years of Experience and Passionate in the belief that Software development is essential to the
growth and success of an organization that wishes to scale and achieve higher levels of success. Proven track record in
successful Java Developer. Compassionate and determined to work for the enhance quality of the product being developed so
as to improve the usability of it.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a18…
https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a180547420a5f0c5… 2/2
UG: B.Tech/B.E. (Computers) from NM Institute of Engineering and Technology in 2018
PG: in 0
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Oct 2018 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, Spring Boot, Spring Mvc 1.8 2020 2 Year(s) 0 Month(s)
Data Structures, MongoDb, HTML, CSS 2020 2 Year(s) 0 Month(s)
Hibernate, Maven, Eclipse, SVN 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odiya Expert
Projects
Project Title: Departure control system
Client: SITA
Skill Used: core java, Collections, spring, Weblogic, Apache, MySQL, JUnit, Maven, SVN,
Role Description: * Extensively used MVC frameworks Spring to build presentation layer and DAO to interact with
database.
* Developed the application using the Model-View-
Controller (MVC) application design pattern and encapsulated frontend from the underlying busine
Project Details: SITA Departure Control Services (DCS) is a fully integrated multi-host system for automated check-
in, boarding and load planning. We are controlling the whole check-in, boarding of a passenger
Rank 356: Resume 809 with similarity score 0.04672189876046347
B.E , MS , B.TECH system engineer , full time , software developer automation , award , react.js , dash , core java , general , software solutions , interfaces , designation , affirmative action , test scripts , spring , hindi , angular , maintenance , power bi , authorization , english , node.js , code review , energy , status , specifications , email , project , business analysis , infosys , application , solution architecture , system requirements , testing , flow , debugging , languages , framework , work processes , reviews , javascript , organization , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b544210581…
https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b5442105813564015595b5… 1/2
Current Designation: Senior System Engineer -Java Developer
Current Company: Infosys Limited
Current Location: Bhubaneshwar
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Production/Industrial]
Verified : Phone Number | Email - id
Infosys Limited as Senior System Engineer -Java Developer
Jun 2018 to Till Date
-Analyzing user & system requirements, engaging in requirement gathering, analysis & code review of the application
Designing flowcharts to illustrate software solutions; developing and delivering critical modules of the project on time with
minimum defects found during testing
?
- Developing user interfaces and software solutions by studying information needs, conferring with users, studying
systems flow, data usage, and work processes
- Prioritizing and executing tasks in the software development lifecycle; analyzing, designing, verifying, and maintenance
of products in a process-driven, team environment
?- Executing automation test scripts, using the automation framework using VB Scripts
? Testing and debugging Java applications; formulating solutions for given technical specifications; installing application
software and deploying customizations; contributing to code reviews
?
Highlights:
Received Technology Excellence Award for Automation using Java & Power BI in 2020
Recognized with Special Nominations in Automation (RPA) Open Challenge Winter Edition 2020
Personal Details
Date of
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
ANURAAG DASH
An enthusiastic and high-energy driven technocrat offering nearly 3 years of
experience in designing & developing applications in Java, targeting assignments in
Software Engineering with an organization of repute
Key Skills: Core Java, J2EE, Angular JS ,react js,Spring,RPA
Summary
Result-oriented Professional with 2.7 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Gathering,Business Analysis,Solution Architecture,Core Java,J2EE,Angular
JS,Spring,React.JS,Node.JS.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b544210581…
https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b5442105813564015595b5… 2/2
UG: B.Tech/B.E. (Production/Industrial) from VSSUT, Burla in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
J2EE
Angular js
Spring
React. JS
js Node.js
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Odia Expert
Rank 357: Resume 1014 with similarity score 0.04641102523009629
B.E , MS , B.TECH application support , functional manager , collector , senior technical specialist , change management , full time , team lead , part time , technical lead vss , document management , functionality , electronic document , customer , people management , cmmi , filenet , security , designation , validation , office , visual studio , mar , test planning , case , affirmative action , plugins , oracle , web services , tortoise svn , lists , hindi , aircraft , maintenance , ltd , permissions , icc , player , import , english , authorization , status , c# , email , store , matrix , application , integration testing , leadership , less , plus , operations , ibm , fixing , microsoft , zero defects , change management , problem solving , unit testing , languages , infrastructure , export , preparation , kannada , sql server , viz , development projects , sphere , sit , javascript , monarch , workflow , history , eclipse , technology , organization , insurance , solution development , fp , working experience , management skills , database 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f12…
https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f125244440e0f5c5… 1/3
Current Designation: Senior Technical Lead
Current Company: Monarch Info Tech Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Monarch Info Tech Services as Senior Technical Lead
Apr 2015 to Till Date
Project : Aon ECM
Client : Aon
Technology : FileNet 5.5(CE/PE/IBM Content Navigator 3.0.1), ICC 4.0, JAVA, RAD 7.5., MS SQL
Description:
Aon ECM uses IBM FileNet solution to store and manage insurance based documents. Using IBM Content Navigator, the
documents are added, retrieved and deleted. Lookup functionality has been implemented to retrieve the data from Line of
Business database using External data service (EDS) to completely index the document. Documents and Workflow Audit
history data are stored in custom database which will be shown to the users using the Plugins configured. Info
sphere Content collector (ICC) task routes are configured for bulk ingestion of the documents to FileNet. A workflow will be
triggered for the validated documents which are indexed completely. Workflows are used for verification and approval
process. Security on the documents has been managed using security proxies. Many ECM development projects have
been delivered with zero defects consistently and received client appreciation and rewards.
Roles and Responsibilities:
Leading a team of 12 people
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Suprith Byndoor
Senior Technical Lead seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Delivery
Management,Quality Management,Requirement Gathering,JavaScript,SQL
Server,Eclipse,Oracle
Key Skills: Senior Technical Lead,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Delivery Management,Quality Management,Requirement
Gathering,JavaScript,Tortoise SVN,SQL Server,Eclipse,Oracle
Summary
A seasoned leader with 16 years of solution development and delivery experience in the technology domain, including 9 years
of ECM as a specialization in banking and insurance domains
Good hands-on working experience on IBM ECM products likes FileNet 5.5/5.2.1, IBM Content Navigator 3.0.1/2.0.3, IBM Case
Manager 5.2/5.2.1/5.3 and IBM Content Collector 4.0 (ICC).
Worked in various geographies viz. India, Australia, USA and Dubai.
Excellent team and delivery management skills, effective team player, leader and individual contributor. Good analytical and
problem solving skills coupled with excellent communication skills.
Interested in techno-managerial roles combining my technical expertise with leadership and people management skills to
contribute to the goals of the organization.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f12…
https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f125244440e0f5c5… 2/3
Requirement analysis, Design, Web services, Documents Migration, UAT support
Configuration of the IBM Content Navigator (ICN) and customizing the ICN plugins.
Designed task routes for document ingestion using ICC 4.0.
Involved in configuration of security proxies in CE
Performed unit testing and provided the support for SIT and UAT.
IntrospeQt Software Services Pvt. Ltd as Technical Specialist
Jun 2011 to Mar 2015
Project : Development & Upgrade of FileNet environment (from 3.5 to 5.0)
Client : Dubai Municipality
Technology : FileNet 5.0, Image services, C#
Description:
Worked as a key senior technical specialist in upgrading the migration of existing electronic document management
system from the FileNet P8 3.0 and FileNet Panagon Image Services infrastructure to the latest IBM FileNet P8 5.0
platform. Migrated around 07 million plus documents existing in 20 object stores along with property templates, choice
lists, document classes and their properties, folder classes and their properties, custom object classes and their
properties, entry templates, security templates and stored searches and permissions. Designed and developed the export
and import tool, managed reconciliation, served as the customer point of contact
HCL Technologies Ltd as Technical Lead
Sep 2004 to Jun 2011
Project : Boeing Test Planning Tool
Client : Boeing
Technology : FileNet 4.5, C#.
Description:
Played the role of a Functional Manager in this project aimed to integrate aircraft test analysis and operations activities.
The tool creates and manages template based econtent for various aircraft configurations into FileNet Content Engine.
Documents are routed in a customized workflow implemented in Process Engine. A customized MSExcel based test
condition matrix facilitates analysis and planning of test conditions. Finally, sequence documents are generated which a
Test - Pilot uses to carry out aircraft testing. Responsible for client engagement & requirement gathering at client-site,
requirement analysis, specification & validation and FP estimation, coding, quality (PCI audits, CMMI preparation),
manage unit testing and integration testing, defect fixing and enhancements.
UG: B.Tech/B.E. (Computers) from SDM college of Engineering and Technology in 2001
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, JavaScript, JSP,
VB.NET, Web services, C# .NET
MS SQL Server, Oracle, DB2
Microsoft Visual Studio, RAD, Eclipse
MS Office, Tortoise SVN, VSS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f12…
https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f125244440e0f5c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 358: Resume 307 with similarity score 0.04635144078655983
MS , BS work from home ecommerce , linux , completion , assessment , html , management system , python , resume , android , javascript , css , technology , spring boot , sql , computer science , wordpress , application Assessment
Q1. Why should you be hired for this role?
I should be hired for this role because i have a decent coding skills on c java and python and I can easily switch technology
and in past I had made many projects like ecommerce website and android application on college management system and I have also worked on
spring boot
gaining of knowledge excites me for this internship i am decent developer so iam good for the role of developer
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes I am available for this internship for 2 months I can start this internship as soon as possible
Resume
EDUCAT ION
CONTACT Phone: 91 8251833450
Mahesh Kumar Bagwani
Bhopal, Indore
Applied 27 Dec'20
Android Accounting Linux
MSOffice WordPress CSS
HTML Java JavaScript
Python SQL
Master of Computer Applications MCA, Computer Science
LNCT Group Of Colleges
2018 - 2021
CGPA 8.13/10
Bachelor of Commerce B.Com), Accounts
Barkatullah University
2013 - 2016
Percentage: 57.02%
Senior Secondary XII, Science
Christ Memorial Hs School Bairagarh
MP BOARD board)
Year of completion: 2011
Percentage: 64.80%
Secondary X
Christ Memorial Hs School Bairagarh
MP BOARD board)
Year of completion: 2009
Percentage: 58.83%
Rank 359: Resume 1059 with similarity score 0.046219035050500214
B.E , MS , B.TECH , BS hadoop administrator , solutions architect , associate , devops , server manager , programmer analyst , linux administrator , cloud engineer , full time , windows server administrator , database architect itil process , space , docker , linux , flume , ssl , status , arabic , kerberos , endpoint security , features , fundamentals , infrastructure , decommissioning , procurement , cdh , information gathering , devops , open source , access , designation , hindi , cluster , ltd , cli , english , troubleshooting , cloud security , ibm , pipelines , git , computer science , holidays , javascript , technology , disk , hadoop , ldap , general , performing , data migration , affirmative action , maintenance , unix , email , aws , languages , ecosystem services , sqoop , big data , hive , urdu , jira , servicenow , database , online , webui , high availability , jenkins , windows server , ug , health , authentication , scratch , active directory , firewall , azure , authorization , teams , enterprise , sql , application , less , engage , servers , cloudera , iis , tuning , sentry 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b44…
https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b440a16120d545a… 1/3
Current Designation: Permanent Remote or WFH roles only -
Immediately Available AWS Cloud Engineer
Current Company: Cratas Techno Solution Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,Nagpur,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Bachelor of Engineering [Computer
Science]
Verified : Phone Number | Email - id
Cratas Techno Solution Pvt. Ltd. as Permanent Remote or WFH roles only - Immediately Available
AWS Cloud Engineer
May 2019 to Till Date
Cloud+BigData+Devops
Designing and setting up organizational infrastructure from scratch and implementation of the same.
Procurement to Implementation , completely done by me.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Gulbadin Hasan
Certified AWS Solutions Architect Associate
Key Skills: Big Data,SSL,Hadoop,Cloud,Cloudera,Linux,Linux Administrator,Active
Directory,IIS,LDAP,Jenkins,GIT,JIRA,AWS,Hadoop Administrator,SQL,Troubleshooting,Firewall,SSL VPN,Docker,Devops
Summary
Devops+Hadoop+AWS cloud
skills with relevant experience
Linux Administrator (4+ years)
Hadoop Administrator (3+ years)
AWS (Certified AWS Solutions Architect Associate)( 3+ years)
windows servers (3+ years)
Active Directory (1+ year)
LDAP
Firewall (1+ year)
Endpoints security (1+ year)
Networking awareness (3+ years)
Virtual environments
Different cloud experience including GCP, E2Enetworks. (1 year)
Experience using Git and setting up configuration of Jenkins, executing jobs on Jenkins(6 months)
ITIL process
Experience working with tools such as Servicenow and Jira software.
Excited to work in a versatile Cloud role, which includes data migration, devops and cloud security as well.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b44…
https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b440a16120d545a… 2/3
Linux Administrator
AWS (Certified AWS Solutions Architect Associate)
windows servers
Active Directory
IIS
LDAP
Firewall
Endpoint security
Organizational security policies setup and compliance.
Networking awareness
Virtual environments
Different cloud experience including GCP, E2Enetworks.
Brief experience using Git and setting up and configuration of Jenkins.
ITIL process
Experience working with Jira software.
Astron Systems Pvt. Ltd as Hadoop Administrator
Jul 2016 to May 2019
* Experienced in deployment, configuration, implementation and administering open source and enterprise Hadoop
clusters on baremetal and AWS cloud.
* Experienced in installing Hadoop ecosystem, Pig, Hive, Sqoop, Flume Server.
* Setting up single and multi-node cluster (Hadoop2) installation.
* Integrating CDH with Active Directory and Kerberos for securing the cluster.
* Configuring Trash to prevent data loss.
* Creating a snapshots of nodes.
* Loading Data into HDFS, Ingesting data from Multiple sources also setting up data pipelines to ingest data.
* Troubleshooting, tuning, and solving Hadoop issues using CLI or by WebUI.
* Commissioning and decommissioning of nodes.
* High Availability (HA) configuration of Namenode in production.
* Supported team in creation of POC for Hadoop deployment decisions.
* Adding users to Linux , setting up Kerberos principals.
* Giving access to new users to different Hadoop ecosystem services.
* Monitoring hdfs health, resolving space issues.
* Hue Integration to the secured cluster.
* Upgrading CM and CDH.
* Authorization using Sentry.
* Resolving Hadoop ecosystem service issues.
Cognizant Technologies Solutions as Programmer Analyst
Jan 2014 to Jul 2016
Worked as a Windows server administrator and application/ production support resource.
* Work involved handling of incidents, requests, problems, maintenance and enhancements for more than 50 applications
using the tool service-now.
* Single handedly performed migration of two applications from windows 2003 to 2008 servers.
* Studying the impact on different applications having dependencies on the subject application.
* Requirement/information gathering from application vendor regarding compatibility of the application to the new OS.
* Activities performed was configuring windows server manager Roles and features as required by the application.
* Configuring the IIS to bring the application online.
* Interacting with application vendor to set the settings as needed for the application to run smoothly on the new server.
* Connecting the application to its Database instances, using webconfig file.
* Created several Sites and configured them.
* Devised how the users will access the system, through Windows authentication or application specified authentication.
* Working on Installation, configuration and troubleshooting on issues related to different applications on Windows servers
2003, 2008 & 2012.
* Working on different priority ticket following the SLA defines.
* Resolving disk space issues on production servers.
* Driving calls with client to review weekly issues.
* Performing Changes and resolving Incidents with SLA time.
* Performing special activities on Regional Holidays in order to run applications in normally.
* Troubleshooting logs to find out errors and Escalate and engage Tier 3 support teams on critical issues if required.
* Regular interaction with users and Business.
UG: B.Tech/B.E. (Computers) from Anjuman College of Engineering and Technology, Sadar, Nagpur in 2013
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b44…
https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b440a16120d545a… 3/3
PG: Bachelor of Engineering (Computer Science) in 0
Other Qualifications/Certifications/Programs:
Azure Fundamentals AZ-900
IBM Hadoop Administration
AWS Solutions Architect Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HADOOP
Active Directory
Cloudera
Endpoint Security
Firewall
AWS
Linux
Unix
CLOUD
WINDOWS SERVER
LDAP
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Urdu Proficient
Arabic Proficient
Rank 360: Resume 247 with similarity score 0.046063739263286406
B.S , MS work from home collage , algorithms , css , mam , jquery , node.js , bootstrap , project , kotlin , application , c programming , angularjs , resume , android , computer science , completion , assessment , management system , python , javascript , organization , polish , commerce , restaurant management , mathematics , html , database Assessment
Q1. Why should you be hired for this role?
Hello sir/mam,
From your the internship description , I noticed that you are looking for someone who good is with android and kotlin.
I have some knowledge about Andriod, kotlin. by applying knowledge of these i created java based android
project such as The Restaurant Management System.
I don't have much experience in Industry but if you give me chance I will give my full potential to this company and it is a good platform to start my
professional career from a reputed organization where I can polish my skills that I learned from my university.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, I have to complete internship program in the last semester for completion of my degree.So Probably I can Join
from 1 January 2021.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 7620813970
Jagruti Pardeshi
Pune
Applied 29 Dec'20
Android Python Algorithms
Bootstrap C Programming C Programming
CSS Data Structures Database Management
System DBMS
HTML Java JavaScript
Node.js User Interface UI
Development
AngularJS
jQuery
Master of Computer Science M.C.S.), Mathematics With Computer Application
Savitribai Phule Pune University
2018 - 2021
CGPA 7.40/10
Bachelor of Science B.Sc), Mathematics
Modern College Of Arts, Science & Commerce
2015 - 2018
Percentage: 70.52%
Senior Secondary XII, Science
A.D. Joshi Jr Collage,solapur
H.S.C. BOARD board)
Year of completion: 2015
Percentage: 70.00%
Secondary X
Bharati Vidyapeet, Solapur
S.S.C. board)
Year of completion: 2013
Percentage: 86.18%
The Restaurant
Aug 2020 - Sep 2020
https://github.com/jagrutipardeshi97/Restaurant.git
It is an android application written in java.
https://github.com/jagrutipardeshi97/Restaurant.git
Rank 361: Resume 1467 with similarity score 0.04599304153740017
M.Sc , M.S , B.E , MS , B.TECH scrum master , long term , full time , senior software developer , team lead , business analyst reporting , award , risk analysis , document management , mentoring , web development , api , general , functionality , scrum , healthcare , designation , developers , ug , asp.net mvc , affirmative action , conducting , information technology , hindi , cloud , gap analysis , maintenance , azure , ltd , windows , jquery , english , authorization , functional requirements , business process analysis , status , c# , agile , specifications , email , business analysis , business units , logging , application , live , focus , sprint planning , mumbai , global services , business requirements , microsoft , comm , user stories , electronics , epics , sitecore , languages , documentation , punjabi , octopus , sql server , resharper , management system , ceremonies , end-to-end project management , one , testers , javascript , organization , linq , insurance , it sector , sprints , html 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101…
https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101454750085a554… 1/3
Current Designation: Sitecore Team Lead
Current Company: Datamatics Global Services
Current Location: Mumbai
Pref. Location: Mumbai,Kuwait,United Arab Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Datamatics Global Services as Sitecore Team Lead
Dec 2014 to Till Date
Key Result Areas
Reporting to the Manager and leading a project team of 17 resources (Lead/Developers/Testers), in a long term project for
a healthcare insurance client
Working as Team Lead, Business Analyst & SCRUM Master, to gather business requirement, a week before pre-sprint
planning and conducting the entire Scrum related ceremonies
Further, verified for Definition of Ready for the Product Back-log Items, Write Technical Descriptions, regarding
development to get the Product Back Log done
Mentoring the team and addressing technical queries in order to put the business and the development team, in the same
page
Liaising with the Business Users to understand & analyze the Systems, Process
Business requirement
Documenting the requirements for new Products & translating the same to development for multiple applications
Assessing different systems, conducting gap, feasibility & risk analysis and proposing various approach to enhance
existing systems for the business need
Documenting the Functional Requirements & capturing the same into Product Backlog items & Prepare the Epics
Creating the user stories with impacts & acceptance criteria for these Epics
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Sunil Rana
Immediate Joining , Sitecore professional, Desiring a Sr. Dev or Lead opportunity,
preferably in IT sector, utilizing the rich skills & dynamic experience, earned so far, to
result in Growth for both Organization and Self.
Key Skills: Team Lead,Business Analysis,Sprint Planning,Agile Methodology,Scrum Master,Web Development,Software
Development
Summary
A Team Lead professional with over 8 years of experience in Project Management, Team Lead, Business Analysis and a Scrum
Master
Resourceful in Agile methodology; experienced in mapping business requirements with focus on risk mitigating activities and
implementing the requirements into systems solution by preparing requirement and functional documents
Skilled in coordinating with Business Units, Stakeholders and Technical Leaders to gather and clarify business requirements;
analysed corporate business processes to develop customized solutions
Recognized with Merit Award, that was given to only one recipient, out of 5 nominated recipient out of 500 employees
Proficient in end-to-end project management and ensuring effective management of various resources to meet project
specifications with business process analysis and design and GAP analysis
Coordinating the documentation of business requirements and scoping of requirements across multiple business functional
areas & Application
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101…
https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101454750085a554… 2/3
In Scrum Planning Meeting discussing the scope, user stories, Sprint time bound & also prioritizing & modifying User
stories within the Sprints.
Explaining these user stories to the Sprint development team for development with acceptance criteria.
Logging these User Stories into Microsoft TFS & maintaining the requirement documents; developing Process flowcharts
in Document Management System.
Rolta India Pvt. Ltd as Senior Software Developer
Jan 2014 to Sep 2014
Green Point Global as Software Developer
Aug 2012 to Jan 2014
UG: B.Tech/B.E. (Information Technology) from University of Mumbai in 2009
PG: MS/M.Sc(Science) (Computers) from University of Essex in 2011
Other Qualifications/Certifications/Programs:
Diploma (Electronics & Comm. Engg.)
Education
IT Skills
Skill Name Version Last Used Experience
OOP 2020 5 Year(s) 11 Month(s)
MS SQL Server 2012
WINDOWS
MS.NET
C#, HTML, SQL, T-SQL 2020 3 Year(s) 0 Month(s)
SITECORE 8.2 2020 5 Year(s) 0 Month(s)
ASP.NET, MVC API, C# 5 2020 8 Year(s) 0 Month(s)
APIGEE, Team city, Octopus, JQuery 2020 5 Year(s) 0 Month(s)
WCF, LINQ, Checkmarx, Resharper 2020 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
hindi Proficient
marathi Proficient
Punjabi Proficient
himachali Proficient
Projects
Project Title: Business as Usual
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101…
https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101454750085a554… 3/3
Nature of Employment: Full Time Duration: Dec 2014 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Client: Bupa
Project Details: Sitecore 8.2, ASP.Net MVC, C#, MS SQL Server 2012, AZURE Cloud, Team city, Octopus
A long term project with scope to implement Business as Usual, a stage when the solution has gone live, but changes are
expected to be done in production environment. By using Sitecore Platform, changes could be executed fast, but needed the
input, for a few cases, from the development team. The changes executed were changing logic, the look & feel of a module,
replacement of complete module sometimes, complete change in functionality etc.
Team Lead
? Playing the role of Team Lead, Business Analysis and Scrum Master for this project
? Participating in gathering requirements a week before pre-sprint planning
? Verifying Definition of Ready for the Product Back log Item,
? Creating Technical Description to develop to get the Product Back Log done
? Helping team with their technical queries and have business/team on same page
? Conducting the entire Scrum related Ceremonies.
Rank 362: Resume 1408 with similarity score 0.04592239938670354
MS , BS sap basis , erp consultant , associate , full time , part time , sap consultant assemblies , telugu , hygiene , beginner , sportswear , player , status , multinational , transactional , manual creation , writing , connectivity , basis administration , crm , hydraulics , performance testing , customer acceptance , sap project management , designation , modeling , sap consulting , hindi , earthmoving , windows , english , sap erp , live , farm equipment , range , ibm , construction , inventory analysis , acceptance testing , documentation , completion , consumer goods , one , javascript , personal care , data services , reporting , developers , affirmative action , oracle , xp , bods , email , manufacturing , german , operations , data quality , languages , data marts , sap implementation , scheduling , commerce , data models , database , sap hana , validation , tamil , interpersonal skills , accessories , authorization , personal health , sql , less , shoes , sap lumira , running , transformation , finance , replication , landscape , kannada , tableau , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 1/4
Current Designation: SAP HANA Consultant
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Kolkata
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
IBM as SAP HANA Consultant
Jul 2016 to Till Date
PROJECT PROFILE
SAP HANA Work Experience
Project#3
WEEKLY INVENTORY REPORT ANALYSIS
Project Name : Weekly Inventory Analysis on HANA
Client : Procter & Gamble Company (P&G)
Role : SAP HANA Consultant
Duration : Sep2019 to till date
Company Profile:
The Procter & Gamble Company (P&G) is an American multinational consumer goods corporation headquartered in Ohio,
It specializes in a wide range of personal health/consumer health, and personal care and hygiene products.
Responsibilities:
Responsible for HANA modeling objects based on business requirement.
Created multiple HANA models and table definitions. Experience in creating Attribute views, analytical view/ calculated
views and have experience in applying privileges.
Assisted BODS consultant in development of data flows and workflows using BODS.
Worked on Rapid Development Services to implement ETL Replication & developed ETL transformation.
Have knowledge on implementation of views using SQL script.
Extracted the data from ECC 6.0 and loaded into HANA database using Data Services
as an ETL tool for Data Quality.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Dinakar Samrat N.K.
SAP HANA Consultant seeking roles in SAP Implementation,SAP Upgrade,SAP
Support,SAP Consulting,SAP Project Management,Database Migration,SAP
HANA,SAP ERP,SAP ECC,SAP Lumira,SAP ABAP,SAP Basis,SAP
NetWeaver,Oracle,HANA SQL,SQL Script,Tableau
Key Skills: SAP HANA Consultant,SAP Consultant,SAP Implementation,SAP Upgrade,SAP Support,SAP
Consulting,Database Migration,SAP HANA,SAP ERP,SAP ECC,SAP Lumira,SAP ABAP,SAP Basis,SAP
NetWeaver,Oracle,HANA SQL,SQL Script,Tableau,SAP Basis Administration
Summary
A SAP HANA Consultant having total 4.5 years' experience out of which 2.2 years in SAP HANA and 2.3 years of SAP Basis
experience currently working in IBM.
Having end to end HANA Modeling experience and exposure to HANA SQL in implementation and Support projects for
manufacturing domain.
Proactive team player with excellent interactive and interpersonal skills to communicate with team members, developers, clients
and end users at all levels.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 2/4
Loading data into table definitions, suspending data loads, resuming data loads.
Creating information objects (packages, attribute views, analytic views, calculation views Graphical and SQL script based).
Experience in SAP Models to In-memory optimized models and Performance testing.
Experience in loading data from tables in HANA Database to other data marts. Have knowledge in connecting HANA
systems to reporting tools.
SProject#2
OPERATIONS REPORTS FOR SALES
Project : Sales Operational reports on HANA
Client : Adidas AG
Role : SAP HANA Associate Consultant
Duration : October 2018 to Aug 2019
Company Profile:
Adidas AG is a German multinational corporation, founded and headquartered in Herzogenaurach, Germany, that designs
and manufactures shoes, clothing and accessories. It is the largest sportswear manufacturer in Europe, and the second
largest in the world.
Responsibilities:
Validation of landscape and connectivity between ECC and SAP HANA
Responsible for setup of table replication and importation of data models within SAP HANA
Responsible for completion of testing of reports in HANA, BO (both SAP and Customer Acceptance Testing)
Validation of repots by comparing data between HANA and ECC and checking of SAP HANA Models design in
accordance with Business requirement.
Migration of Mass transactional data with help of third party tools in order to check performance difference between SAP
HANA and ECC
Writing required SQL Script to compare and validate functions in SAP HANA and
Source system
Responsible for presenting the concept with live demo to Global SAP HANA Expertise
Knowledge transfer to key users and documentation on configured Operational reporting on SAP HANA
SAP BASIS Work Experience
Project#1
Tele Billing Migration to SAP
Project : Tele Billing Migration to SAP
Client : Deccan Hydraulics
Role : SAP Associate Consultant (BASIS)
Duration : July 2016 to September2018
Company Profile:
Deccan Hydraulics is one of the leading manufacturers of Automobile, Earthmoving, Farm Equipment and other
Construction vehicle sub-assemblies in India. Established in 1992, we have a fully integrated manufacturing facility with
advance quality and testing capabilities.
Responsibilities:
Responsible for creating, scheduling and monitoring background jobs of SAP
Trouble shooting failed background jobs and re-running and re scheduling the jobs
Analysis of runtime errors and Resolution of dump errors on timely manner
Responsible to creation of clients, users, roles, privileges and users and roles management
Running housekeeping activities in periodic manner and responsible for maintain the
Health of SAP systems
UG: B.Com (Commerce) from Sri Venkateshwara University (SVU), Tirupati in 2014
PG: MBA/PGDM (Finance) from Sri Venkateshwara University (SVU), Tirupati in 2016
Education
IT Skills
Skill Name Version Last Used Experience
SAP R/3, HANA
SAP BASIS Administration 0 Year(s) 0 Month(s)
Windows 2003/2008R2/ XP
Oracle10g /11g
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 3/4
Nature of Employment: Full Time Duration: Sep 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2018 - Aug 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2016 - Sep 2018
Onsite / Offsite: Offsite
HANA SQL
SAP HANA 0 0 Year(s) 0 Month(s)
SAP HANA 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
Tamil Beginner
Kannada Proficient
Projects
Project Title: WEEKLY INVENTORY REPORT ANALYSIS
Client: Procter & Gamble
Project Details: ? Responsible for HANA modeling objects based on business requirement.
? Created multiple HANA models and table definitions. Experience in creating Attribute views, analytical view/ calculated
views and have experience in applying privileges.
? Assisted BODS consultant in development of data flows and workflows using BODS.
? Worked on Rapid Development Services to implement ETL Replication & developed ETL transformation.
? Have knowledge on implementation of views using SQL script.
? Extracted the data from ECC 6.0 and loaded into HANA database using Data Services
as an ETL tool for Data Quality.
? Loading data into table definitions, suspending data loads, resuming data loads.
? Creating information objects (packages, attribute views, analytic views, calculation views Graphical and SQL script
based).
? Experience in SAP Models to In-memory optimized models and Performance testing.
? Experience in loading data from tables in HANA Database to other data marts. Have knowledge in c
Project Title: OPERATIONS REPORTS FOR SALES
Client: Adidas
Project Details: ? Validation of landscape and connectivity between ECC and SAP HANA
? Responsible for setup of table replication and importation of data models within SAP HANA
? Responsible for completion of testing of reports in HANA, BO (both SAP and Customer Acceptance Testing)
? Validation of repots by comparing data between HANA and ECC and checking of SAP HANA Models design in
accordance with Business requirement.
? Migration of Mass transactional data with help of third party tools in order to check performance difference between SAP
HANA and ECC
? Writing required SQL Script to compare and validate functions in SAP HANA and
Source system
? Responsible for presenting the concept with live demo to Global SAP HANA Expertise
? Knowledge transfer to key users and documentation on configured Operational reporting on SAP HANA
Project Title: Tele Billing Migration to SAP
Client: Deccan Hydraulics
Project Details: Responsible for creating, scheduling and monitoring background jobs of SAP
? Trouble shooting failed background jobs and re-running and re scheduling the jobs
? Analysis of runtime errors and Resolution of dump errors on timely manner
? Responsible to creation of clients, users, roles,previlegs and users and roles management
? Running housekeeping activities in periodic manner and responsible for maintain the
health of SAP systems
? Knowledge transfer to business users , documentation and user manual creation
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 363: Resume 1022 with similarity score 0.04589269888325663
MS associate , credit analyst , financial management , full time , risk analyst , financial analyst credit risk , general , filenet , designation , ug , microsoft office , vendors , underwriting , loans , affirmative action , hindi , cash flow , information management , cs , authorization , english , credit analysis , liquidity , status , budgeting , excel , email , financials , powerpoint , business expansion , operations , financial reporting , analysis reports , on the job training , finance , languages , word , balance , javascript , workflow , history , tax , insurance , commerce , financial analysis 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f105812…
https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f1058120515105c0e0c5… 1/2
Current Designation: Credit Analyst (Commercial Lending)
Current Company: Genpact
Current Location: Gurgaon
Pref. Location: Hyderabad,Gurgaon,Noida
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Financial Analyst
Industry: Accounting/Finance
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Genpact as Credit Analyst (Commercial Lending)
Dec 2018 to Till Date
Responsibilities:
Working closely with underwriting team to ensure timely delivery of
monthly, quarterly and yearly financial analysis reports for decision
making process.
Financial spreading which includes the Income Statement, Balance
Sheet and Cash Flow Statement to generate the MRA (Moody's
Analysis Report). Currently working on tool FIS Optimist for
spreading.
Working on Interim review which included Ratio Analysis, Liquidity
Ratio, Profitability ratio and performance trigger analysis and risk
rating Justification.
Working on different software and tools, and making updates for the
financials and credit review for the Vendors and Dealers to provide
Mortgage loans for their business expansion and payment of debts.
Upload and verify various documents including financials, insurance,
sub-ordination agreements, other loan agreements, etc.
Mentored and provided on the job training to the new joiners and
equipped them with the process knowledge. .
Reporting Tools:
Moody's Risk Analyst, AIMS(Accounting information Management
System), Filenet, Workflow Spreading tool, Sales force, FIS
Optimist
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SHIVANSH GUPTA
Credit Analyst seeking roles in Accounting Operations,Financial Accounting,Financial
Management,Financial Analysis,Financial Reporting,Credit Analysis,Risk
AnalysisCredit Risk,Ratio Analysis,Budgeting,Taxation,Underwriting,Mortgage
Underwriting
Key Skills: Credit Analyst,Financial Analyst,Account Management,Financial Accounting,Financial Management,Financial
Analysis,Financial Reporting,Credit Analysis,Risk AnalysisCredit Risk,Ratio Analysis,Budgeting,Mortgage
Underwriter,Underwriting
Summary
Experienced Associate with a demonstrated history of working in the Finance and Service Industry. Skilled in Credit Risk and
Financial Analysis.
Strong professional with a Master of Business Administration (MBA) focused
in Finance
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f105812…
https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f1058120515105c0e0c5… 2/2
UG: B.Com (Commerce) from MJP ROHILKHAND UNIVERSITY in 2016
PG: MBA/PGDM (Finance) from GLA UNIVERSITY in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Office
Word, Excel & PowerPoint
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 364: Resume 1404 with similarity score 0.04564850459225539
B.E , MS , B.TECH bi consultant , erp consultant , sap bw consultant , full time , change management sap hana , optimization , general , adso , sap bpc , designation , ug , affirmative action , data loading , oracle , step , analytics , hindi , maintenance , basic , ltd , authorization , checks , english , japanese , status , email , project , infosys , application , nls , cubes , mumbai , sap bi , ibm , transformations , government , change management , resolve , languages , replication , export , data flow , sap implementation , it , javascript , eclipse , cloud computing , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110…
https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110242100e095c0… 1/2
Current Designation: SAP BW HANA Consultant
Current Company: Infosys
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys as SAP BW HANA Consultant
Jan 2018 to Till Date
Role/Responsibilities:
BW object development and maintenance (Info Objects, Info Package, DTP, Transformation, DSO, Info Cube, Multi
provider, Analysis Process Designer) for BW data flow development.
Process chain development and maintenance.
BEx query development.
IBM India PVT LTD as SAP BI/BW Consultant
Feb 2014 to Dec 2017
Role/Responsibilities:
Data source and Export Data Source activation and replication
BW object development and maintenance (Info Objects, Info Package, DTP, Transformation, DSO, Info Cube, Multi
provider, Analysis Process Designer) for BW data flow development.
Process chain development and maintenance.
Data loading manually as well as via Process Chains.
BEx query development.
Transport Request basic knowledge and usage.
SAP BW 7.5 Pre-Upgrade checks including NLS Data Archiving to Sybase DB for cold data.
Part of support team responsible for SAP BW Upgrade from BW 7.0 to BW 7.5 and Database Migration from Oracle
11g to HANA 1.0 SP5 (ORACLE 11g->ORACLE 12C->HANA 1.0 SP5).
Post-Upgrade and Post-Migration issues resolution.
Implementation and maintenance of HANA objects like Info objects, ADSO's, Composite Providers and
Transformations in Eclipse development tool for data flows. Also Working on Standard Cubes and Future Plan for
conversion to HANA optimized cubes.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHRIKANT BAGDIYA
SAP BW/BI Consultant seeking roles in Software Development,Project
Management,Cloud Computing,Application Programming,SAP
Implementation,Database Migration,Requirement Gathering,Process
Improvement,Change Management,SAP BW,SAP BI,SAP HANA
Key Skills: SAP Implementation,SAP BW,SAP BI,SAP HANA,SAP BW Consultant,Sap Bw Hana Consultant,SAP BPC
Consultant,SAP BPC
Summary
Result-oriented Professional with over 6 years of experience in Software Development,Project Management,Cloud
Computing,Application Programming,SAP Implementation,Database Migration,Requirement Gathering,Process
Improvement,Change Management,SAP BW,SAP BI,SAP HANA
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110…
https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110242100e095c0… 2/2
NLS Archiving and maintenance
SAP BPC 10(EPM tool) report creation.
SAP BPC report migration from BPC 7.5(EvDRE) to BPC 10(EPM).
Standard package execution as well as custom package development and execution.
Resolve any EPM tool issues from client users.
UG: B.Tech/B.E. (Computers) from Government College of Engineering in 2013
Other Qualifications/Certifications/Programs:
OpenSAP Planning with SAP Analytics Cloud 2020 edition
OpenSAP A First Step Towards SAP HANA Query
Optimization
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP BI/BW HANA Consultant
SAP BI/BW (7.0/7.3/7.4/7.5)
SAP BPC 10.0
Eclipse Development Tool for BW on HANA
Languages Known
Language Proficiency Read Write Speak
Japanese Proficient
English Expert
Hindi Expert
Marathi Expert
Rank 365: Resume 947 with similarity score 0.045574583662057806
B.E , MS , B.TECH , BS senior engineer , software developer , full time , change management , part time , senior project engineer receivers , api , redux , powershell , css , designation , office , ug , visual studio , scripting languages , affirmative action , information technology , interpersonal skills , hindi , technology services , maintenance , aesthetics , navigation , jquery , authorization , business solution , english , troubleshooting , sharepoint , bootstrap , status , instrumentation , c# , bosch , email , project , matrix , application , mongodb , hooks , bengali , fixing , user stories , closure , mvc , writing , change management , features , running , confirmation , framework , preparation , itil , sql server , state management , web parts , es6 , events , fetch , javascript , workflow , stored procedures , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b12…
https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b1204111559080c… 1/2
Current Designation: Consultant
Current Company: CAPGEMINI Technology Services India
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
CAPGEMINI Technology Services India Limited as Consultant
May 2019 to Till Date
* Developed multiple custom API using Provider Hosted Add-in model in SharePoint 2016, 2019
* Developed Remote Event Receivers to handle events
* Build Spfx web parts using React which consumes the data from the API and displays data to the user
* Improving both performance and aesthetics of UI using Office UI Fabric React framework
* Developed multiple PowerShell script to automate various admin activities
* Troubleshooting and fixing existing bugs in the application
Wipro Technologies as Senior Project Engineer
Feb 2018 to May 2019
* Developed API using .NET MVC model Developed Remote Event Receivers to handle events
* Converted existing inline queries into Stored Procedures for better performance and modularity
* Fixed existing bugs in the application
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Anabil Aich
Consultant seeking roles in Software Engineering,Software Development,Information
Technology,Project Management,Change Management,Quality
Management,Requirement Gathering,Application
Support,JavaScript,Powershell,Bootstrap,MongoDB,jQuery,HTML,ITIL
Key Skills: Consultant,Software Developer,Software Engineering,Software Development,Information Technology,Project
Management,Change Management,Quality Management,Requirement Gathering,Application
Support,JavaScript,Powershell,Bootstrap,MongoDB,jQuery,HTML,ITIL
Summary
* 6 year of Experience in Information Technology
* Good experience in React, React hooks
* Experience in state management technologies like Redux
* Experienced in using CSS frameworks like Bootstrap, Material UI, Fluent UI
* Strong knowledge in creating Spfx web parts, Provider hosted App in SharePoint 2016, 2019
* Experienced in PnP scripting
* Experience scripting languages like C#, PowerShell
* Backend frameworks like .NET(MVC Model)
* Experience in writing DB like MS SQL server, Mongo DB using Mongoose
* Strong Client interaction experience and excellent interpersonal skills
* Received many appreciations from client for quick and excellent support
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b12…
https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b1204111559080c… 2/2
* Added features to the application based on user stories
* Troubleshooting and fixing bugs raised by the user
Robert Bosch Engineering & Business Solution as Senior Engineer
Apr 2017 to Feb 2018
* Doing necessary preparation activity like generating reports for site which included site information, workflow status,
navigation information etc. in order to migrate
* Writing PowerShell script which would fetch data from preparation reports and create sites
* Monitoring the job progress by running queries in SQL server
* Running incremental jobs during weekends using Content Matrix or ShareGate to update contents to target if any
* Sharing reports to the user and seeking confirmation for closure
UG: B.Tech/B.E. (Instrumentation) from West Bengal University of Technology (WBUT) in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
React, ES6 ,C#, Node
SQL Server 2005/2008, Mongo DB
PowerShell, C#, MS Office
MS Visual Studio 2008/2010,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 366: Resume 968 with similarity score 0.04556971063848278
BTECH , BS , B.E , MS , B.TECH application support , full time , java programmer , team lead , technical lead telugu , security , functional testing , platforms , status , specifications , datastage , integration testing , continuous integration , dependency management , components , features , solution implementation , infrastructure , sql server , spring framework , technical leadership , designation , deliverables , web services , hindi , ltd , architects , rational team concert , english , code review , agile , splunk , fixing , rest , estimates , currency , git , computer science , putty , javascript , migration projects , business requirements , html , continuous delivery , scrum , vs , affirmative action , oracle , maintenance , unix , timelines , email , jpa , tomcat , securities , system development , information systems , continuous improvement , technology solutions , junit , languages , story , sme , jira , dynamics , functionality , mentoring , migrating , css , soap , apache , software industry , authorization , teams , nearshore , application , participation , wicket , debugging , offshore , preparation , cyberark , tableau , python , reviews , eclipse , etl 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b15…
https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b155540175b585b0… 1/3
Current Designation: Assistant Consultant
Current Company: Tata Consultancy Services Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: BTECH [Computer Science]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Assistant Consultant
Jan 2013 to Till Date
Project #1
Title CyberArk
Period December 2019 to till date
Client Name United Services Automobile Association
Position Technical Lead
Responsibilities:
Analyzing Business Requirements and understand the requirements of the users and code as per specifications
Requirement gathering, system study and design
Daily SCRUM meetings and coordinating between onsite and o?shore teams
Providing technical leadership for both offshore and nearshore teams, able to inspire and coach other technical members
to perform at their highest potential.
Strategically architect, design, develop, and implement e?cient information systems
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Kompella Swathi
Oracle Certified Java technical lead seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement
Analysis,Java/J2EE,JPA,SQL,HTML,CSS,REST,SOAP,Junit,Control-M,IntelliJ
IDE,Postman,SOAP UI,Putty
Key Skills: Tech Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Java,J2EE,SQL,HTML,CSS,REST,SOAP,Junit,Control-M,IntelliJ
IDE,Postman,Eclipse IDE,JPA,Agile Methodology,Putty,Spring Framework
Summary
Started career with Tata Consultancy Services in January 2013, possess 8 years of professional experience in software industry
with comprehensive knowledge through certain phases of software development life cycle from requirement analysis to
implementation of a project.
Good experience in working with Java/J2EE, SOAP and Restful web services, Wicket, HTML, React JS, Talon, JPA and Spring
Batch.
Have substantial experience in design, implementation and Testing of web-based applications.
Active participation in review meetings with the Onsite team along with the offshore QA team for the better development.
Independently handled major migration projects.
Collaborate with key stakeholders and project team to review requirements.
Leading team members in the delivery of technology solutions which meet business delivery expectations, maintain portfolio
currency, and integrate best engineering practices.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b15…
https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b155540175b585b0… 2/3
Work closely with product managers and story owners to design features and prioritize tasks
Working closely with technical and non-technical leaders to strategize on delivery approach and dependency management
Working closely with the QA, project management and business teams on solution implementation
Form a close working relationship with key technology and business stakeholders
Work Item maintenance using JIRA
Perform code review (peer review, technical and functional reviews)
Optimize application performance by using monitoring tools like App dynamics
Code walk through, debugging and error fixing
Preparation of Project estimates, timelines and project execution plan
Configuration and Defect management using Rational Team Concert and JIRA
System development and functional testing
Mentoring and clarifying any business related or technical issues/clari?cations to team as an SME
Contribute to the development effort of each project by leading and working towards the continuous improvement activities
of build process, design process, software release process
Incorporating Continuous Integration and Continuous Delivery
Project:
The main scope of the projects is all the FASG IMCO_AMCO components must be migrated to align with InfoSec security
standards. Services under this addendum will integrate CyberArk platform with ETL-DataStage jobs, Tableau, UNIX shell
scripts, SQL Server, Python, Java/J2EE, Mainframes jobs interacting with FASG application. To get & mirror the securities
and roles of the SAU Service Accounts with those newly created CyberArk Service Accounts, coordination is required with
all the associated FASG teams (Application support, Infrastructure, DBA and other supporting teams).
Carried out the following activities:
Involved in Analysis and preparation of the design document
Daily SCRUM meetings and coordinating between onsite and o?shore teams
Analyse the new business requirements and come up with new approach/framework for migrating without effecting
existing functionality
Work closely with architects to create and implement new system designs as well as make improvements to existing
systems
Manage and contribute to all aspects of application development including functional and technical specifications, design,
development and production support
Provide strong technical guidance and leadership, both from a theoretical and hands-on perspective to project team
members (including client representatives)
Proactively identify opportunities to improve the environment from both a technical and process perspective.
Perform code review (peer review, technical and functional reviews) and code ?xing along with code walk through,
debugging and error ?xing
Preparation of Project estimates, timelines and project execution plan
Citbox configurations and Creation of new service accounts with targeted platforms
Unit and Integration testing of the framework changes made to replace the existing solution
Manage the day-to-day activities and ensure the coordination of individual team deliverables is synchronized as necessary
to achieve releases
Work closely with release management team for production release
Provide leadership in the promotion and deployment of fixes and major releases into production environments
UG: B.Tech/B.E. (Computer Science and Engineering) from Jawaharlal Nehru Technological University (JNTU) in 2012
PG: BTECH (Computer Science) from Jawaharlal Nehru Technological University (JNTU) in 2012
Other Qualifications/Certifications/Programs:
oracle certified java programmer
Education
IT Skills
Skill Name Version Last Used Experience
JAVA/J2EE
SQL
Apache Wicket
HTML
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b15…
https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b155540175b585b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
REST
SOAP
JPA
React js
CSS
Talon
JRULES
JUNIT
CONTROL-M
Vs code
INTELLIJ IDE
GIT
SPLUNK
Eclipse IDE
Apache Tomcat
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 367: Resume 930 with similarity score 0.04541250694592282
B.E , MS , B.TECH , BS senior software engineer , full time , software developer functionality , reuse , web development , media marketing , interfaces , telugu , optimization techniques , css , designation , portals , affirmative action , mysql , lead development , hindi , maintenance , apache , php , jquery , particular , authorization , json , english , bootstrap , status , social media , architecture , email , project , record , application , angularjs , xml , electronics , testing , components , c++ , seo , languages , principle , kannada , sql server , selenium , iis , python , fetch , scheduling , dashboards , javascript , campaigns , subsidiaries , technology , data processing , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c17…
https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c170415465c5e01… 1/2
Current Designation: Senior Software Engineer -PHP
Current Company: Tekion Corp
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tekion Corp as Senior Software Engineer -PHP
May 2019 to Till Date
Gather Requirements, design and develop various accounting modules as a part of a DMS tool built
for auto motive dealerships and respective subsidiaries based on React js.
Lead development of critical financial tools and their integrations with multiple OEM's in short
time.
Soroco as Senior Software Engineer
Jul 2018 to Mar 2019
Develop robust client-side applications using Angular 6. Some of them include Dashboards and portals
to accept inputs for data processing.
Develop custom proprietary front-end library consisting of UI components which are common across
various projects, to enable further projects to use the library, hence reduce the time of development
and standardizing the code and reducing peer dependency.
Develop UI template library consisting of html components for reuse and quick development.
Develop a library of functions used across projects to reduce effort, reuse the code and thus follow a
standard code principle across multiple projects in the company.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sai Chaitanya Ramineni
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,ReactJS,PHP,AngularJS,Python,JavaScript,HTML,CSS,SQL
Server,MySQL,Mongo DB
Key Skills: ReactJS,PHP,AngularJS,Python,JavaScript,HTML,CSS,SQL Server,MySQL,Mongo DB, Software
Development, Application Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture
Summary
Bachelors from NIT Warangal in ECE and Software Development professional with extensive years of
experience in Web Development including HTML, JavaScript, jQuery, Bootstrap, PHP, Ajax, Angular Js,
Angular 2 and Python Automations etc. Extensive experience in full software development life cycle
process including requirements, design, coding, testing, and maintenance. Proven track record of
designing and implementing flexible solutions that support frequent user interfaces and functionality
changes.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c17…
https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c170415465c5e01… 2/2
Woovly as Software Engineer
Feb 2017 to Dec 2017
Monitor and develop internal tools, both UI and backend automations using python.
Fetch data from multiple sources structured and unstructured, process the data and make an analysis
out of it.
Being a social networking platform, I used to Manage the Email Campaign and Social Media Marketing
planning and scheduling.
Working on Personalizing the content particular to a user to increase open and click ratio in email
campaigns.
Investigate on SEO optimization techniques.
UG: B.Tech/B.E. (Electronics/Telecommunication) from National Institute of Technology (NIT), Warangal in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
php, Python
JavaScript, C++
HTML (5), CSS
XML, JSON
SQL Server
MySQL, Mongo DB
React JS, Angular 2
Angular Js, Jquery
Bootstrap, Selenium
Apache, IIS
Data Structures, OOPS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 368: Resume 1282 with similarity score 0.045272661417847346
BSC , BS , B.E , MS , B.TECH technical architect , solutions architect , associate , business analyst , system analyst , technical consultant , devops , technical project manager , full time , team lead , technical manager , technical lead , enterprise architect , aws solution architect , development lead pdh , office , regulatory requirements , rfi , conducting , dql , outsourcing , project planning , status , application services , tender , vbscript , transportation , xml , pl/sql , building , business savvy , thought leadership , solution development , publishing , capture , mitigation , devops , kubernetes , designation , deliverables , mar , pre-sales , hindi , cloud , architects , windows , english , budgeting , agile , microservices , deals , forms , architecting , bridging , database design , togaf , ooad , customer engagement , javascript , history , crystal reports , insurance , business requirements , ldap , bfsi , customer interaction , html , feeds , proposition , reporting , general , performing , options , affirmative action , information technology , oracle , maintenance , utilization , travel , omni , email , manufacturing , business intelligence , aws , print , bengali , microsoft , 2008 r2 , design patterns , languages , business process , client requirements , rights , web , api , jenkins , sql server integration services , telecom , defense , bids , azure , authorization , risk , teams , approvals , c# , transparency , wdk , less , enterprise architecture , government , commodity , non-functional requirements , transformation , offshore , replication , landscape , iis , educational assessment , uml , reviews , nextgen 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d42…
https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d420644485d5e080… 1/3
Current Designation: Lead Solution Architect
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
DXC Technology as Lead Solution Architect
Mar 2016 to Till Date
Built and nurtured relations with key stakeholders and developed technical options and architectural solutions to meet IS
and business requirements
Analyzed client requirements and converted to a technology solution
Associated closely with both business and technical staff and worked across the business
Lead multi-tower solution deals, collaborating with offering architects to ensure optimal and most competitive solution for
customers.
Ensured quality deliverables to the client by applying technical methodology and enforce project standards
Conducted ?SWOT? analysis and utilized findings for designing customized strategies to enhance customer services
Assisted in building presales strategies, preparing RFI/RFPs response, and managing bids and tender assignments by
meeting customers to understands the technical requirement
Involved in the pre-sales phase, strategizing solution, finalizing business proposition, and leading teams to save cost and
gain time in risk reporting and meeting regulatory requirements
Involved in driving the solution through governance process, conducting solution reviews with leadership team, securing
approvals and finally participating in proposal defense.
Key Achievements
Developed Solutions for Application Services - Development and Maintenance services using both traditional and nextgen
agile delivery with DevSecOps
Facilitated as the Lead Solution Architect for multi-tower, multi-million deals by driving the solution for various opportunities
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Chandra Sekhor Bhowmik
TOGAF and AWS Certified Lead Solution Architect seeking roles in Technology
Solution Development, Software Solution Management,Proposal & PreSales,
Enterprise Architecture,Business Intelligence, Requirement Analysis,.NET,Java,API &
Microservices
Key Skills: Solution Architect,Enterprise Architect,Presales,Technical Architect,Project Management,Business
Intelligence,Requirement Analysis,.NET,.NET Core,HTML5,JavaScript,JAVA,API & Microserviecs,DevSecOps,Application
Transformation,AWS,Cloud Migration
Summary
Technically sophisticated and business savvy TOGAF, AWS Solution Architect - Associate and SAFe Agilest certified and
technical consultant with 21+ years experience with a documented history of bridging Technical and Managerial acumen in
turning around of Information Technology, including over 9 years of onshore (USA, Canada, and South Africa) experience
working in various client-facing roles. Solid domain knowledge of the Print and Publishing, Permission, Rights and Royalty
management for Media and Information Services Domain, educational assessment, commodity assessment, and Insurance
Domain. Holds solution experience in Manufacturing, BFSI, Travel, and Transportation, Government, and Insurance Domain.
Managed a team of 20 offshore based resources delivering the project on time and budget.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d42…
https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d420644485d5e080… 2/3
across the globe
Facilitated as the Lead Solution Architect for multimillion AMS and AD deals for the Americas region as well as for
Government AMS deal in the APJ region
Won USD 98M renewal for a hi-tech customer where the customer was not happy with the existing delivery process. The
delivery process was remodeled to bring more transparency and hi-touch in customer engagement
Solution and won a USD 48M deal of a large application management outsourcing engagement for a large US-based
telecom giant
Solution and won a multi-million application migration and rehosting deal where the customer is looking for a new hosting
location.
Redesigned an application that was not developed to run on a 32-bit platform
Proposed a containerized microservice-based solution which is capable of hosting container solution on the cloud (AKS,
EKS) as well as an on-premise container solution (Kubernetes)
Solution and attained multiple deals with a total contract value of over 150 Million USD (2018 ? 2019)
TATA CONSULTANCY SERVICES as Solution Architect
Sep 1999 to Feb 2016
Growth Path:
Apr 2015 - Feb 2016: Solution Architect, Microsoft Technology Excellence Group
Jan 2015 - Mar 2015: Solution Architect And Technical Lead
Feb 2013- Jan 2015: Solution Architect And Integration Team Lead
Oct 2011- Jan 2013: Technical Project Manager
Jun 2011 - Sep 2011: Project Manager
Feb 2011 - Jun 2011: Solution Architect And Technical Lead
Feb 2010 - Jan 2011: Solution Architect
May 2009 - Jan 2010: Project Manager And Architect
Nov 2008 - May 2009: Module Lead
Feb 2008 - Oct 2008: Business Analyst
Oct 2006 - Jan 2008: Technical Manager
Jul 2005 - Sep 2006: Business Analyst
Mar 2004 - Jun 2005: Functional Lead / Module Lead
Nov 2003 - Feb 2004: Development Lead / Database Design And Maintenance
Sep 2003 - Nov 2003: Senior Developer/ Technical Lead
Sep 2002 - Aug 2003: System Analyst/Developer
Sep 1999 - Aug 2002: Developer
Drove the Omni Channel interaction and integration for a very large customer in Insurance Domain
Demarcated the non-functional and requirement capture process for a very large customer
Drove significant efforts in integrating Jenkins with VSO as a CI for a DevOps offering using Azure
Managed the development of a highly responsive web application
Spearheaded the team of fresher's and senior team members to bring it to a balanced state and then to a performing team
Synchronized with various feed recipients of the legacy system to consolidate feeds and reduced the feed requirements of
the new application
Automated user creation and integration with corporate LDAP
Involved in architecting solution based on the functional and non-functional requirements from SME, editors, and other
stakeholders
Guided the integration and implementation team for best practice and providing thought leadership in overall project
management, project planning, budgeting, resources deployment, utilization, and risk identification as well as mitigation
Captured high-level business process flows as well as assisted in JAD sessions from a solution point of view
Key Achievements
Architected the integration landscape that includes inbounds, outbound, and data replication requirements
Architected a generic inbound process that can support around 30 inbound loads and a generic outbound process that
was able to support around 80% of the outbound feed need
Architected an Omnichannel customer interaction solution for a very large insurance company based out of South Africa
Managed the data replication process to support replication need that feeds data to downstream applications
Directed multiple teams to stop some redundant data replication and the team agreed to do necessary modification (if
needed) and stop redundant replication when PDH goes live
UG: B.Tech/B.E. (Computers) from National Institute of Technology (NIT), Durgapur in 1999
Other Qualifications/Certifications/Programs:
The Open Group Certified: TOGAF® 9 Certified
Certified SAFe® 4 Agilist
AWS Certified Solutions Architect - Associate
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d42…
https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d420644485d5e080… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
ASP .NET, C# .NET, JavaScript, VBScript
HTML, VB 5.0/6.0, XML
JAVA, J2EE, JSP, EJB, WDK, DQL
Forms 6i, Reports 6i, PL/SQL
Crystal Reports, SQL Server Reports
Oracle 8i/ 9i/ 10g/11g
SQL Server 2005 / 2008 R2
SQL SERVER INTEGRATION SERVICES
IIS, Oracle 9i AS
VBA, VB Script
OOAD, Design Patterns, UML
Windows (98,NT,2000,XP,Server 2003 &2008
MapExtreme, SoftArtisan, MS Office
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
Bengali Expert
English Expert
Rank 369: Resume 925 with similarity score 0.045189034945698286
B.E , MS , B.TECH application support , business technology analyst , javascript developer , business development , quality assurance , software developer , full time , full stack developer react.js , api , v8 , general , telugu , designation , vs , affirmative action , async , mysql , authentication , hindi , oauth , maintenance , authorization , english , node.js , status , email , project , business analysis , business analytics , application , aws , mongodb , angularjs , towers , microsoft , electronics , rest , middleware , business planning , languages , it , javascript , business technology , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a410043…
https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a4100430a42145d5e5c… 1/2
Current Designation: Business Technology Analyst
Current Company: Deloitte Towers
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Deloitte Towers as Business Technology Analyst
Jan 2017 to Till Date
Client: HPE
* Currently working as a NodeJS developer for HPE.
* It involves creating RESTful API's for third party systems where we are the middleware.
* Implemented various new techniques like file streaming and OAuth 2.0
* Technical Environment: NodeJS v8
Client: Tyson Foods
* Worked as a full stack developer in creating 2 out of 4 applications end to end using
NodeJS, ReactJS and AWS. Created a RESTful API using NodeJS following the AWS
serverless approach.
* The Rest calls were implemented using async/await, the latest introduction in Node v8.
Used ReactJS for implementing the front end and authentication using SSO where users
will be extracted from Microsoft AD and will be authenticated at the backend to verify
the token.
* Used MySQL as the Database.
* Technical Environment: NodeJS v8, ReactJS v16, MySQL, VS Code
UG: B.Tech/B.E. (Electronics/Telecommunication) from Jawaharlal Nehru Technological University in 2016
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
KRISHNA PRAMOD ARADHI
Consultant seeking roles in IT Project Management,Business Analysis,Business
Analytics,Business Development,Quality Assurance,Business Planning,Application
Support,MongoDB,Angularjs,React.Js,Node.Js
Key Skills: IT Project Management,Business Analysis,Business Analytics,Business Development,Quality
Assurance,Business Planning,Application Support,MongoDB,Angularjs,React.Js,Node.Js,Consultant
Summary
Completed my graduation from Jawaharlal Nehru Technological University.
Trained on JavaScript from NIIT Hyderabad.
Current Tenure: 3.9 years.
Working as a full stack JavaScript developer on technologies like ReactJS and NodeJS.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a410043…
https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a4100430a42145d5e5c… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Expressjs
Mongodb
Nodejs v8, Reactjs
MySQL, VS Code
Angular
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 370: Resume 890 with similarity score 0.04517970754448646
B.E , MS , B.TECH , BS software developer , full time , development analyst , team member , development associate , front end developer cards , computing , customer , telugu , demonstration , angular , test cases , navigation , ux design , resolutions , status , invision , bitbucket , elements , writing , components , life sciences , technical design , work processes , html5 , sass , suite , react.js , graphql , functional specifications , designation , hindi , technical requirements , cloud , english , jasmine , development tools , mongodb , provisioning , drupal , karma , forms , fixing , rest , flow , git , zeplin , computer science , forming , documentation , dashboard , javascript , web development , interview , pages , affirmative action , maintenance , typescript , bootstrap , email , aws , banners , user stories , art , unit testing , languages , level design , search , root cause analysis , ajax , accordion , api , professional publications , software solutions , css , portals , adobe , authorization , internet , maps , sql , application , project estimation , requirements gathering , production implementation , hiring , debugging , framework , preparation , translation , e-commerce 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475…
https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475742495c5f0850… 1/3
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Feb 2018 to Till Date
Growth Path:
Application Development Associate: Feb'18 - Nov'19
Application Development Analyst: Nov'19 - Till Date
Key Result Areas:
Writing Media Queries for managing different resolutions
Working towards writing Unit Test Cases for the developed components using Jest, Jasmine Karma
Transforming UX design into an actual product
Analysing root cause of bugs and fixing bugs raised by QA
Liaising with Business Analysts & Clients for the user stories
Contributing in grooming and estimation of the user stories
Highlights:
Gained exposure on process requirements and provided use cases for business, functional & technical requirements
Understanding of Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
C. AKHIL KUMAR REDDY
Application Development Analyst seeking roles in Web Development, Software
Development,Project Execution,Frontend Development,Root Cause Analysis,UI
Development,Incident Resolution,Requirement Analysis,Unit Testing,Functional
Specifications
Key Skills: Unit Testing,Web Development,UI Development,HTML,Javascript,CSS,Ajax,Software Development,Project
Management,Application Development,Project Execution,Project Estimation,Incident resolution,Root Cause
Analysis,Front End Developer
Summary
B.Tech. (Computer Science and Engineering) professional with an experience of 3+ years
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders, followed
by translation into functional specifications as well as provisioning of suitable solutions
Developed software solutions by analysing information needs, conferring with users, studying systems flow, data usage, and
work processes
Knowledge of domains such as E-commerce, Life Sciences & Blog Portals
Proficient in software development life cycle from requirement analysis to system study, designing, coding, development,
debugging, documentation & implementation
Followed the project life cycle methodology defined under the process framework; ensured that customer deadlines were
met within project budgets
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475…
https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475742495c5f0850… 2/3
of proposed applications
Updated knowledge by studying state-of-the-art development tools, programming techniques, and computing
equipment, participating in educational opportunities, reading professional publications and maintaining personal networks
Liaised with stakeholders during problem diagnoses, requirements gathering, detailed level design, development,
system test and production implementation to ensure that optimal resolutions were achieved
Performed analysis, design, verification, demonstration and maintenance of products in a process-driven, team
environment
Project# 1
Application: IRENE
Position: Team Member
Period: May'18 - Oct'18
Technical Skills: Angular 6, CSS, HTML, TypeScript, REST API
Responsibilities:
Developed a job portal which is specifically designed for hiring people in Life Sciences field
Created schedulers for sending mail with interview schedule
Used AGM Maps for providing navigation service to the candidates, profile page creation and forms for sign-up & login
Project# 2
Application: Life Sciences Cloud
Position: Team Member
Period: Oct'18 - May'19
Technical Skills: Angular 7, TypeScript, Sass, Primeng, Rest API, Canvas.js
Responsibilities:
Created application that has two divisions- one for the Requests Catalog and other for the Search & Filter for
compounds
Developed dashboard using canvas.js and several reusable components such as Accordion, Tables and other Form
Elements
Worked on forming the queries based on the selections made by the User and NavItems Creation and Forms Creations
for the Single Signon
Project# 3
Application: DANTE
Position: Team Member
Period: Jun'19 - Jan'20
Technical Skills: Angular7, Bootstrap, SASS, TypeScript
Responsibilities:
Used Bootstrap for making the website responsive and managed cross browser issues
Managed module called Administrator Starred Students where responsive & reusable tables, forms were developed
Project# 4
Application: VEmpl
Position: Team Member
Period: Mar'18 - Jan'20
Technical Skills: React, React Bootstrap, Drupal for Integration, SASS, JavaScript, GraphQL
Responsibilities:
Developed several Reusable & Responsive components such as Carousel, Banners, Cards and many other
components
Created many components and gave flexibility to the author to form own pages using components that were already
developed
UG: B.Tech/B.E. (Computers) from GPREC in 2017
Education
IT Skills
Skill Name Version Last Used Experience
CSS, SASS
JavaScript, TypeScript
SQL, MongoDb
GIT, AWS, Innersource, BitBucket
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475…
https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475742495c5f0850… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Zeplin, Invision, Adobe Suite
Bootstrap, Angular Material, Primeng 0 2 Year(s) 0 Month(s)
React-Bootstrap 2020 2 Year(s) 0 Month(s)
Angular 4.0+ 2020 2 Year(s) 9 Month(s)
React.js 2020 2 Year(s) 4 Month(s)
HTML5 2020 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 371: Resume 551 with similarity score 0.04516900649176316
B.TECH , BS work from home , information management specialist , full time , development intern computer technology , general , internships , css , forest , deep learning , mar , nlp , information technology , mysql , games , data collection , maintenance , information management , heroku , english , twitter , status , architecture , android studio , project , application , c programming , mumbai , prediction , decision trees , paper , resume , latex , fonts , articles , data analysis , writing , java , machine learning , building , chat , django , languages , research , sentiment analysis , notes , completion , assessment , h1b , probability , management system , data science , python , mobile , crisis , coaching , web framework , shares , apps , cloud computing , fares , html , online Assessment
Q1. Why should you be hired for this role?
Having worked with a prof. at NIT Rourkela and communicated a research paper at an international conference. It gave me the necessary
knowledge and relevant industry experience in the field of deep learning specifically NLP and data science. I also learned about data analysis
from my 2 end to end projects about flight fare prediction using random forest regressor Link to the application:
https://predictflightfare.herokuapp.com/), H1B visa prediction using Decision Trees Link to the application:
http://h1bprediction.pythonanywhere.com/h1b_app/). Recently I have undertaken a project for the final year which is "Twitter tweets
summarization during crisis" using NLP which is the field I have been currently working on. Having an inquisitive mind is what brought me till here.
Please find the attached link to my CV. https://drive.google.com/file/d/1EFDxIOJppmQmiR27SUmAqTGgzPN7M1JH/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, full time, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
Shreyas Agrawal
Pune, Mumbai
Applied 07 Feb'21
Python C Programming CSS
HTML Django
Bachelor of Technology B.Tech), Information Technology
Pune Institute of Computer Technology, Pune
2018 - 2022
CGPA 8.86/10
Senior Secondary XII, Science
NAVARACHANA VIDYANI VIDHYALAYA
GUJARAT SECONDARY AND HIGHER SECONDARY BOARD BOARD board)
Year of completion: 2018
Percentage: 72.00%
Secondary X
FIITJEE World School
TELANGANA STATE BOARD board)
Year of completion: 2016
CGPA 9.80/10
SUMMER INTERN
National Institute of Technology Rourkela, Virtual
Mar 2020 - Jun 2020
Developed and tested a new state of the art machine learning model for sentiment analysis
Communicated a conference paper describing model's architecture
Mobile App Development Intern
Mash Games Co., Virtual
Aug 2019 - Oct 2019
Built the main administrator backend applicationand assisted in building the user side application
Provided maintenance and development of bug fixes
Data And Information Management Specialist Intern.
Booster's Edutech Private Limited, Virtual
Oct 2018 - Dec 2018
I work as a part of an online IITJEE coaching website development, where I use LaTeX to convert hand written notes
containing mathematical equations to professional readable text.
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9354282556
I'm a part of pictorial group of our college, where we write on general/specific topic. Our articles get published in PICT
magazine, which is a private magazine of our college.
So I currently stand as junior editor in the group.
Flight fare prediction system
Dec 2020 - Jan 2021
https://predictflightfare.herokuapp.com/
A full end to end application to predict flight fares during the whole year. Random forest regressor is used to predict the
flight fares. Django is used as a web framework and heroku is used to deploy the application.
H1B visa predictor
Sep 2020 - Nov 2020
http://h1bprediction.pythonanywhere.com/h1b_app/
A full end to end application for MySQL based embassy management system to predict the probability of H1B visa approval.
Visa status is predicted using decision tree, django is used as a web framework and deployed on pythonanywhere.
Chabbie
Jul 2019 - Aug 2019
An AI based system that you could chat with and also order food.
Traffic Penalty
Mar 2019 - May 2019
A cloud computing based traffic violators data collection and management android app.
Fontist
Dec 2018 - Jan 2019
An app designed to beautifully customize plain text into attractive fonts.
I've got a good hand on English writing. I can describe things and write in a way which are interesting to read. I love
interacting, hence that's how I come to know, what people like, what kind of writing would work.
I've got pretty good knowledge about html and css where I've designed my school's website for the relative information and
wrote about my school. I am perfectly familiar with Java and LaTeX (the language which is a main part of my current
internship)
I love developing android apps. I've been working on android studio for months now, and hence I've got a pretty good
knowledge about it. I've developed android apps such as:
calculator
messenger
font app, that changes and shares text in desired font
Html, C programming and Java are the languages that I know and which I'm comfortable working with
https://predictflightfare.herokuapp.com/
http://h1bprediction.pythonanywhere.com/h1b_app/
Rank 372: Resume 550 with similarity score 0.045161060638861106
B.TECH , BS work from home , information management specialist , full time , development intern computer technology , general , internships , css , forest , deep learning , mar , nlp , information technology , mysql , games , data collection , maintenance , information management , heroku , english , twitter , status , architecture , android studio , project , application , c programming , mumbai , prediction , decision trees , paper , resume , latex , fonts , articles , data analysis , writing , java , machine learning , building , chat , django , languages , research , sentiment analysis , notes , completion , assessment , h1b , probability , management system , data science , python , mobile , crisis , coaching , web framework , shares , apps , cloud computing , fares , html , online Assessment
Q1. Why should you be hired for this role?
Having worked with a prof. at NIT Rourkela and communicated a research paper at an international conference. It gave me the necessary
knowledge and relevant industry experience in the field of deep learning specifically NLP and data science. I also learned about data analysis
from my 2 end to end projects about flight fare prediction using random forest regressor Link to the application:
https://predictflightfare.herokuapp.com/), H1B visa prediction using Decision Trees Link to the application:
http://h1bprediction.pythonanywhere.com/h1b_app/). Recently I have undertaken a project for the final year which is "Twitter tweets
summarization during crisis" using NLP which is the field I have been currently working on. Having an inquisitive mind is what brought me till here.
Please find the attached link to my CV. https://drive.google.com/file/d/1EFDxIOJppmQmiR27SUmAqTGgzPN7M1JH/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, full time, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
Shreyas Agrawal
Pune, Mumbai
Applied 08 Feb'21
Python C Programming CSS
HTML Django
Bachelor of Technology B.Tech), Information Technology
Pune Institute of Computer Technology, Pune
2018 - 2022
CGPA 8.86/10
Senior Secondary XII, Science
NAVARACHANA VIDYANI VIDHYALAYA
GUJARAT SECONDARY AND HIGHER SECONDARY BOARD BOARD board)
Year of completion: 2018
Percentage: 72.00%
Secondary X
FIITJEE World School
TELANGANA STATE BOARD board)
Year of completion: 2016
CGPA 9.80/10
SUMMER INTERN
National Institute of Technology Rourkela, Virtual
Mar 2020 - Jun 2020
Developed and tested a new state of the art machine learning model for sentiment analysis
Communicated a conference paper describing model's architecture
Mobile App Development Intern
Mash Games Co., Virtual
Aug 2019 - Oct 2019
Built the main administrator backend applicationand assisted in building the user side application
Provided maintenance and development of bug fixes
Data And Information Management Specialist Intern.
Booster's Edutech Private Limited, Virtual
Oct 2018 - Dec 2018
I work as a part of an online IITJEE coaching website development, where I use LaTeX to convert hand written notes
containing mathematical equations to professional readable text.
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9354282556
I'm a part of pictorial group of our college, where we write on general/specific topic. Our articles get published in PICT
magazine, which is a private magazine of our college.
So I currently stand as junior editor in the group.
Flight fare prediction system
Dec 2020 - Jan 2021
https://predictflightfare.herokuapp.com/
A full end to end application to predict flight fares during the whole year. Random forest regressor is used to predict the
flight fares. Django is used as a web framework and heroku is used to deploy the application.
H1B visa predictor
Sep 2020 - Nov 2020
http://h1bprediction.pythonanywhere.com/h1b_app/
A full end to end application for MySQL based embassy management system to predict the probability of H1B visa approval.
Visa status is predicted using decision tree, django is used as a web framework and deployed on pythonanywhere.
Chabbie
Jul 2019 - Aug 2019
An AI based system that you could chat with and also order food.
Traffic Penalty
Mar 2019 - May 2019
A cloud computing based traffic violators data collection and management android app.
Fontist
Dec 2018 - Jan 2019
An app designed to beautifully customize plain text into attractive fonts.
I've got a good hand on English writing. I can describe things and write in a way which are interesting to read. I love
interacting, hence that's how I come to know, what people like, what kind of writing would work.
I've got pretty good knowledge about html and css where I've designed my school's website for the relative information and
wrote about my school. I am perfectly familiar with Java and LaTeX (the language which is a main part of my current
internship)
I love developing android apps. I've been working on android studio for months now, and hence I've got a pretty good
knowledge about it. I've developed android apps such as:
calculator
messenger
font app, that changes and shares text in desired font
Html, C programming and Java are the languages that I know and which I'm comfortable working with
https://predictflightfare.herokuapp.com/
http://h1bprediction.pythonanywhere.com/h1b_app/
Rank 373: Resume 1442 with similarity score 0.04511843097487066
B.E , MS , B.TECH support engineer , advanced developer , oracle dba , associate , software developer , full time , oracle database administrator , automation engineer upgradation , performance management , customer , telugu , designation , developers , database monitoring , e2e , user management , profiles , affirmative action , oracle database , tamil , databases , maintenance , authorization , advanced , english , teams , resolutions , status , excel , sql , email , project , application , problem management , steps , testing , drive , resolve , computer science , shell scripting , storage , languages , kannada , process automation , python , capacity management , javascript , engineers 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425…
https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425044425b0b0a5… 1/2
Current Designation: Automation Engineer
Current Company: Cognizant Technologies Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engg]
Verified : Email - id
Cognizant Technologies Solutions as Automation Engineer
Oct 2018 to Till Date
? Identify scope of automation and develop logic
? Identify the Automation Technique to develop the logic considering system and project inter-dependencies
? Resolve and provide solutions to issues
? Document Solution Requirements
? Deployment of Automation developed
? Management of bots developed
? Re-design bots based on system changes
Cognizant Technologies Solutions as Oracle Database Administrator
Jan 2016 to Sep 2018
? Manage and Support 40+ Oracle 11g Databases - Including RAC and Standalone
? Performance Management - Identify Scope for improving performance for Database Objects and perform
maintenance when required and during issues
? Deployments - Work with Developers to Design and Deploy database objects based on the project requirements
? Database Migration/Upgradation - Coordinate with Application Teams on Database Upgradation Activities and fix data
issues when need arises
? Proactive database monitoring - Identity scope for improving database monitoring through alerts and enable them for
automatic management
? Capacity Management - Managing system resources including Storage (Tablespace and ASM) and Memory
Last Active: 27-Jun-20 Last Modified: 3-Jun-20
SAI SUSHMA R V
RPA Developer looking for RPA Developer role in UiPath. Have completed Advanced
RPA Developer Certification. Have completed 6+ years in IT
Key Skills: RPA, UiPath, Excel VBA, Robotic Process Automation, Shell Scripting, , Oracle SQL, PLSQL
Summary
- Over 6 years of experience in IT Industry
- Completed RPA Developer Advanced Certification on UiPath
- Working as an Oracle Database Administrator for over 4 years. Have developed scripts to automate regular tasks
throughout my career
- Have developed complete E2E workflows with UiPath
- Written and managed scripts to automate routine tasks/reports using Shell and VB (Excel Macros) to eliminate manual
intervention and reduce human errors
- Have knowledge on Python
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425…
https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425044425b0b0a5… 2/2
? User Management - Maintain Database Users including Roles and Profiles
? Maintain Database Licenses
? Manage Database Replications (Dataguard and Shareplex)
? Backup Management - Schedule and Maintain regular database backups
? Restore or refresh databases during issues or for testing
? Support day-to-day activities and handle user requests
? Resolve and provide permanent solutions to issues
? Identify scope for automation and develop logic to reduce manual effort
? Documenting new processes/modifying existing process document for future reference
Cognizant Technologies Solutions as Operation Support Engineer
Sep 2013 to Dec 2015
? Monitor and provide appropriate responses to alerts. Keep key stakeholders informed on status of alerts, action steps
taken, action steps in progress to resolve and close production issues reported on time
? Rectify issues and restore normal un-interrupted service for customer
? Incident Management - Driving high severity calls and follow up with engineers for resolutions within SLA
? Problem Management - Working on the problems, resulting in reduction of top ten issues in the project
? Prepare Monthly Reports correlating all the issues to keep a trend of issues which can drive to resolution
? Automate regular activities to save time and effort
UG: B.Tech/B.E. (Computer Science and Engg) from Anna University, Trichy in 2013
Other Qualifications/Certifications/Programs:
Oracle Certified Associate
RPA Advanced Developer
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Uipath 2019.4 2020 1 Year(s) 4 Month(s)
Shell Script 2020 5 Year(s) 2 Month(s)
PLSQL 2020 5 Year(s) 2 Month(s)
VBA/Macros 2019 5 Year(s)
ORACLE DBA 2018 4 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Kannada
Telugu
Tamil
Rank 374: Resume 880 with similarity score 0.04501141628388263
B.E , MS , B.TECH , BS application support , scrum master , technical business analyst , technical associate , full time , product owner financial services , customer , security , rims , conducting , web api , issue identification , casualty insurance , outsourcing , energy , status , multinational , brokerage , ux , testing , upstream , asp.net , payments , sql server , geothermal , react.js , low level design , interfaces , access , designation , hindi , loan , gap analysis , windows , english , agile , project , gas , defect tracking , live , mvc , chemicals , research , documentation , one , javascript , digitization , stored procedures , reporting , web development , retro , scrum , affirmative action , collaboration , human capital , maintenance , jquery , cx , fiserv , email , manufacturing , power generation , android , github , epics , languages , oil , oe , hibernate , management system , mobile , jira , sdk , database , online , reinsurance , story writing , case , health , nyse , refining , creativity , ios , risk , authorization , c# , application , interfacing , electronics , debugging , finance , translation , ceremonies , administrative , linq 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120…
https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120411405d59080… 1/3
Current Designation: Product Owner
Current Company: Global logic
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Global logic as Product Owner
Nov 2020 to Till Date
Fiserv as Technical Business Analyst and Scrum Master - IT
Feb 2018 to Nov 2020
Overview of the system
Westpac-Live is an online banking website for one of the largest bank in Australia. This is Web based
application and more for windows, Android, IOS and Tablet.
Role: my roles/responsibilities was as follows
* Product Backlog Creation and prioritization
* user story writing
* Facilitating and leading Requirement gathering and analysis
* Translation business requirement into system for development team
* interfacing with client ,suggesting viable solution and ensuring quality delivery to client
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Nidhi Sehgal
Technical Business Analyst,Product Owner seeking roles in Software
Development,Software Designing,Web Development,Requirement
Gathering,Application Support,Technical
.Support,SDLC,Javascript,ASP.Net,MVC,React.Js
Key Skills: Technical Business Analyst and Scrum Master,Software Development,Software Designing,Web
Development,Requirement Gathering,Application Support,Technical Support,SDLC,Javascript,ASP.Net,MVC,React.Js
Summary
8 years of IT experience as a Technical Business Analyst and developer.
* As a BA have experience in feature, Epic, Product Backlog Creation and prioritization in
collaboration with PO and UI/UX Team.
* Good experience working in Finance,Health and Benefit,Reinsurance ,Insurance domain
(Property/Casualty Insurance) and Banking domain (Payments, International Payments,
Fund Transfer,Home Loan Digitization, and Open Banking,E-Statements).
* Good Experience in Technical and NFR user story writing.
* Good Expertise in Facilitating and leading Requirement gathering, Issue identification, research
and analysis, translating business requirement into system for development team.
* Competent in interfacing with client, suggesting viable solution and ensuring quality delivery to
client.
* Involved in Facilitating sprint ceremonies like Stand-up, Retro, Grooming, Planning, Sprint and
System show case.
* Good Expertise in database, writing Stored Procedures, Functions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120…
https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120411405d59080… 2/3
* Conducting walkthrough with client and development team
* Conduct customer UAT and defect tracking Change requirement management
* Calculating Release Capacity
* Creating detailed report and giving Presentation.
* Preparing necessary Technical Document as SRS (Software Requirement Specification), High
Level/Low Level design Document, Use Cases etc.
* Conducting sprint ceremonies like Stand-up, Retro, Grooming, Planning, Sprint and System show
case.
* GAP Analysis
Aon Hewitt as Technical Business Analyst
Jan 2015 to Jan 2018
Overview of the system
Aon Hewitt (formerly known as Hewitt Associates) is a provider of human capital and management
consulting services headquartered in the United States in Lincolnshire, Illinois. From 500 offices in 120
countries, it provides consulting, outsourcing, and reinsurance brokerage services.
Role: my roles/responsibilities was as follows
* Prepare feature,Epics,Product Backlog in collaboration with PO AND CX user story writing
* Facilitating and leading Requirement gathering and analysis
Translation business requirement into system for development team
* interfacing with client ,suggesting viable solution and ensuring quality delivery to client
* Conducting walkthrough with client and development team
* Conduct customer UAT and defect tracking Change requirement management
* Calculating Release Capacity
* Creating detailed report and giving Presentation.
* Preparing necessary Technical Document as SRS (Software Requirement Specification), High
Level/Low Level design Document, Use Cases etc.
* Conducting sprint ceremonies like Stand-up, Retro, Grooming, Planning, Sprint and System show
case.
* Involved actively in design, development stages of the software development cycle.
* Involved in preparing Designs, writing Code, testing, debugging and documentation.
* Developed procedures/functions in sql.
* Written the reliable, reusable and optimized code for Asp.net.
* Coded, Tested and debugged the programs for my application.
* Creating/Updated the documents related to the releases.
* Used the Agile methodology and coding as per SDK standards
* Worked on all SDLC stages on various CRs and complex Rims Releases.
* Facilitate the team for better creativity and tries to improve the efficiency of the development
team.
* Worked on making application accessible for visually impaired people
Tech Mahindra Limited as Technical Associate
May 2012 to Jan 2015
Technical Associate | May 2012 -Jan2015
Tech Mahindra Limited, noida
Project: Risk and interface management system(RIMS)- Chevron Upstream
Overview of the system:
Chevron Corporation (NYSE: CVX Euronext: CHTEX) is an American multinational energy corporation. Headquartered in
San Ramon, California, and active in more than 180 countries, it is engaged in every aspect of the oil, gas, and
geothermal energy industries, including exploration and production; refining, marketing and transport; chemicals
manufacturing and sales; and power generation. Chevron is one of the world's six "supermajor" oil companies; as of 2013,
it ranked eleventh in the Fortune Global 500 list of the world's largest companies.
The Risk and Interface Management System (RIMS) is an integrated web-accessed database application for recording,
monitoring, and reporting the following:
Project Execution Risks
Technical External and Internal Interfaces
Project OE/HES Recommendations and Action Items
Each of the above modules has a different objective, but all three share many of the same security access and
administrative requirements.
Role: my roles/responsibilities was as follows
Involved actively in design, development stages of the software development cycle.
Involved in preparing Designs, writing Code, testing, debugging and documentation.
Developed procedures/functions in sql.
Written the reliable, reusable and optimized code for Asp.net.
Coded, Tested and debugged the programs for my application.
Creating/Updated the documents related to the releases.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120…
https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120411405d59080… 3/3
Used the Agile methodology and coding as per SDK standards
Worked on all SDLC stages on various CRs and complex Rims Releases .
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2011
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ASP.NET, C#, VB, MVP, SQL Server 2008
WCF, oops, JQuery, MVC
JavaScript, Hibernate, LINQ
Knockout Js, Mobile Frameworks
Web api, React JS
GitHub, JIRA
Agile, Waterfall
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 375: Resume 363 with similarity score 0.044928008069730435
nan work from home , android developer unity 3d , ug , connect , games , php , c# , tac , android studio , sql , project , c programming , tic , resume , testing , java , computer science , research , completion , assessment , unity3d , artificial intelligence , digital marketing , html Assessment
Q1. Why should you be hired for this role?
Innovative Android Developer with 2 years (including 6-month) of experience designing, developing, testing, and maintaining Android
applications in digital marketing company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Available for 6 months and can start immediately.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9656178134
Nirmal Baby
Bangalore, Chalakudy
Applied 05 Jan'21
Android C Programming C Programming
Java C# HTML
SQL Unity 3D
Master of Computer Applications MCA, Computer Science
Christ University, Bangalore
2016 - 2019
Bachelor of Computer Applications BCA, Computer Science
Naipunnya College Pongam Calicut University)
2013 - 2016
Senior Secondary XII, Science
KERALA STATE EDUCATION BOARD board
Year of completion: 2013
Secondary X
KERALA STATE EDUCATION BOARD board
Year of completion: 2011
Tic Tac Toe Android game)
Jan 2018 - Jan 2018
A board game which was developed in the second year of PG.
Connect Dots Android game)
Jul 2017 - Oct 2017
An android game which was developed during my second year in PG. Android studio, PHP and SQL were also used in this
project.
Split It Android Game)
Oct 2012 - Feb 2013
An Android game which was developed as a UG project
Connect-4 Android game)
Jun 2018 - Present
An android game which is being developed as a part of my research work in the area of Artificial Intelligence in games. The
game is being developing in Unity3D etc.
Rank 376: Resume 1497 with similarity score 0.04474944766580315
B.E , MS , B.TECH , M.TECH locator , technology architect , product manager , associate , zookeeper , full time , technical lead , balancer cards , apache cxf , customer , fault tolerance , docker , angular , databases , linux , status , application architecture , xml , testing , writing , gitlab , facade , infrastructure , html5 , spring security , cdh , sql server , weblogic , data science , functional specifications , performance metrics , spark , kubernetes , windows 2000 , designation , deliverables , rhel , apache camel , hindi , json , english , agile , gearing , 12c , project , mongodb , provisioning , processing , rest , mvc , putty , documentation , flask , iterative , javascript , technology , rolling , hadoop , bfsi , eureka , general , scrum , affirmative action , oracle , mysql , principles , xp , service delivery , kafka , dmz , iaas , bootstrap , activemq , paas , proxy , email , tomcat , aws , saas , design patterns , junit , maven , languages , multithreading , hibernate , big data , cassandra , scheduling , jira , root cause analysis , api , migrating , rfp , jenkins , css , toad , adapter , authorization , enterprise , spring boot , soapui , cucumber , electronics , debugging , framework , nginx , translation , process implementation , cloudera , singleton , tuning , scp , distributed applications , python , load , firewalls 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d1…
https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d195542120c0b5b… 1/3
Current Designation: DVP-Technology Architect
Current Company: GE-SBI Cards
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - System Programming
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
GE-SBI Cards as DVP-Technology Architect
May 2018 to Till Date
Contributing in POC, RFP and SOW, exploring new evolving technologies
and creating quick POC to figure out their feasibility in projects
Good Knowledge of:
o Kubernetes, AWS, Docker, CI/CD, CDH Hadoop, Data Science,
ELK Stack
Successfully developing & migrating phase wise canary and rolling deployment in production considering 12 factor
application principles
Excellence in mapping client's requirements, designing customized solutions; strong customer centric approach and
motivated to deliver quality results
Server-Side Development using design patterns such as MVC, Singleton, Facade, Service Locator, Factory, Adapter,
Template Method, Proxy, CQRS, GOF Design Patterns, Decorator and for Multi-Tier medium to large scale distributed
Last Active: 9-Feb-21 Last Modified: 3-Feb-21
Deepak Goyal
DVP-Technology Architect seeking role in Application Architecture,Service
Delivery,Requirement Gathering,Impact Analysis,Root Cause Analysis,Quality
Management,Process Implementation,Stakeholder
Management,Java,J2Ee,springboot, API, angular, AWS
Key Skills: DVP-Technology Architect,Product Manager,Application Architecture,Service Delivery,Requirement
Gathering,Impact Analysis,Root Cause Analysis,Quality Management,Process Implementation,Stakeholder
Management,Java,J2Ee,Jenkins,SQL Server,JIRA
Summary
Accomplished Professional with nearly 14 years in Architecture,
Delivery, Definition, Planning, Implementation of Enterprise
Applications in JAVA, J2EE Stack for BFSI Vertical
Expertise in end-to-end development of products from requirement
analysis to system study, designing, testing, debugging, documentation
and implementation
Expertise in Java 1.8, Spring Boot, Microservice, Hibernate, Kafka,
gRPC to build highly available, resilient and fault tolerance systems.
Gearing up for Data Science, Hadoop, Cloud Architecture and
functioning on On-Prem/Cloud/Hybrid Model
Broad technical knowledge of application architecture and application
integrations
Keen analyst with excellence in understanding requirements of clients &
other multiple stakeholders (at strategic and tactical levels), followed by
translation into functional specifications as well as provisioning of
suitable solutions using sophisticated software tools and frameworks
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d1…
https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d195542120c0b5b… 2/3
enterprise applications
Established the quality standards for operational areas, implemented quality systems to facilitate high-quality customer
experience, while adhering to the SLAs
Technical project management including Scheduling & Negotiating with stakeholders for iterative development and
architecture, balancing work distribution to meet project deliverables & delivery as per quality & time norms
Infrastructure Layer: Load Balancer (F5), Firewalls, Internal External DMZ and DNS
Hands-on experience in Databases Oracle, Sybase, SQL Server, writing SQL Queries, Procedures, Functions,
Triggers
o Angular 8, Bootstrap, HTML, CSS, JavaScript
o Exploring Spark framework and real time processing with Big Data
o Performance Metrics Monitoring & Tuning, Caching,
Multithreading of Distributed Applications
BlackRock Inc. as Associate
Jun 2015 to May 2018
HCL Technologies as Senior Technical Lead
Aug 2011 to May 2015
UG: B.Tech/B.E. (Electronics/Telecommunication) from ajay kumar garg engineering college, ghaziabad in 2005
PG: M.Tech (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2005
Education
IT Skills
Skill Name Version Last Used Experience
Java 8, JSP, Servlet, JMS, JDBC, JNDI
Spring 5, Apache libraries
Oracle AQ, Spring Security
Kafka, ActiveMQ, Apache Camel
SOAP, REST, Apache CXF, Spring Rest API
SoapUI, gRPC, Netflix Eureka, Ribbon
Zuul, Hytrix
Angular8, XML, JAXB, HTML5
JSON, CSS, Bootstrap, NGRX, RXJS
Python, Shell Scripts, NodeJS
Zookeeper, Cloudera Hadoop 6.2, HDFS
Big Data
Maven, IVY, ANT, Junit, Testing,Cucumber
Docker, Kubernetes
AWS Cloud
Oracle, Sybase, SQL Server, MySQL
MongoDB, Cassandra
Waterfall, Agile Methodology
Scrum, TDD, SaaS, PaaS, IaaS
TOAD, Putty, JIRA, Control-M
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d1…
https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d195542120c0b5b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Win SCP, Bit Bucket, Source Tree, Gitlab
Jboss, Apache, nginx
Tomcat, Weblogic 12c , Flask
NT, Windows 2000/XP, Linux, RHEL
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 377: Resume 1324 with similarity score 0.04440702025732261
B.E , MS , B.TECH , BS design engineer , agile scrum master , software designer , software intern , devops , technical support analyst , summer internship , software developer , staff engineer , senior software engineer , full time , associate software engineer asp.net mvc , wcf services , tortoise svn , docker , web api , gateway , node.js , status , rabbitmq , shipping , firmware , re-engineering , testing , gitlab , writing , building , html5 , octopus , sql server , device drivers , react.js , devops , designation , mar , amazon s3 , ltd , windows , json , signal , english , wpf , protocol analysis , agile , cloud development , project , mongodb , microservices , angularjs , synthesis , forms , redis , dashboard , visual workplace , javascript , pivot tables , technology , stored procedures , web development , general , scrum , data validation , e2e , scripting , visual studio , affirmative action , principles , collaboration , maintenance , dynamo , jquery , kafka , email , aws , zoom , github , languages , jira , database , jenkins , css , ug , telecom , telerik , azure , authorization , conditional formatting , c# , excel , application , increase productivity , british , facilitation , cosmos , bamboo , communications , silverlight , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 1/3
Current Designation: Design Engineer
Current Company: British Telecom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
British Telecom as Design Engineer
Feb 2020 to Till Date
* Agile Scrum Master - Facilitation | Enforce Scrum Principles | E2E Delivery | Requirement Engineering
* Cloud Development - AWS | Route 53 | S3 | Dynamo | CloudFront | RDS
* Microservices Development - Docker | API Registry | API Gateway | AWS Cognito | Dynamo | Mongo Db | Redis Cache
* Web Development - ReactJs 16.9 | Angular 9+ | HTML5 | JavaScript | CSS
* DevOps - ThoughtWorks GO | Jenkins | Bamboo | Git | GitLab | TravisCl | Octopus
PRYSM Displays India Pvt Ltd as Senior Staff Engineer
Aug 2015 to Mar 2019
Technology
Microservices with Azure Service Fabric
Azure Cosmos Db
C#.Net, Signal-R, NodeJS
Angular, JavaScript, jQuery
HTML 5
ASP.NET- MVC 5.0
Web API 2.0(REST/JSON)
SAML
Project : Synthesis is a highly intuitive and easy-to-use collaboration system, Synthesis delivers a seamless collaboration
experience that helps organizations drive active engagement,
streamline communications, increase productivity and make decisions that matter. It's as
easy to use as a tablet-pinch, zoom, swipe and move content, and add sources and files
Last Active: 28-Dec-20 Last Modified: 28-Dec-20
YUVRAJ SENGAR
Software Engineer - AWS | Microservices | NodeJs | Angular, React | C# | ASP.NET |
MongoDb, SQL | Redis, Kafka | CI, CD
Key Skills: c#,asp.net mvc,sql server,mongodb,aws,aws-
cwi,microservices,Node.Js,Angularjs,React.Js,Redis,Rabbitmq,Html5,Javascript,CSS
Summary
9 Years of Experience as a Full-Stack Software Designer, Developer, Analyst & Engineer.
Skilled in Micro-services & Web Development and integration with AWS Cloud.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 2/3
with a simple tap. PRYSM Visual Workplace puts powerful collaboration capabilities at your
fingertips.
SysCloud as Senior Software Engineer
Apr 2015 to Aug 2015
* Web Development: ASP.NET Web Forms and WCF Services | Building a Dashboard for the company Website.
* Database: SQL, Enhancing Performance of Stored Procedures. | Porting Data to Amazon S3
L&T as Senior Software Engineer
Jun 2011 to Mar 2015
As a Senior Software Engineer
Firmware Development: Device Communiction, Device Drivers Implementation
Web Development: ASP.NET MVC and WCF Services
Windows Devlopment: WPF, MVVM, SilverLight & Telerik Tools
As a Software Engineer
Firmware Development: Device Communication, Device Drivers Analysis and Implementation, Device communication
protocols Re-engineering
As a Associate Software Engineer
Device Testing, Device Protocol Analysis, Scripting in Pegscript
MOL Logistics as Software Intern
Jun 2010 to Aug 2010
A 45 days On-the-Job Summer Internship Program - worked on the development of Internal Web site used for uploading,
storing & fetching documents for shipping consignments.
* Used HTML and JavaScript to build the "upload documents" module.
* Used CSS to beautify the Site Master Page
Concentrix Daksh India Services as Technical Support Analyst
Jun 2009 to Aug 2009
* Excel
** Create Pivot Tables
** Conditional Formatting
** Writing Excel Macros
** Data Validation
* Present Data with observations to Manager to Aid the Refund Process
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 2019 2020 6 Year(s) 0 Month(s)
VISUAL STUDIO 2019 2020 8 Year(s) 0 Month(s)
GitHub 2020 5 Year(s) 0 Month(s)
Tortoise SVN 2019 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full time
English Expert
Rank 378: Resume 360 with similarity score 0.044390119995674986
B.E , BS work from home training , express.js , matplotlib , prescription , x-ray , css , deep learning , blogs , keras , firebase , jquery , player , node.js , graphs , bootstrap , ringtones , ethics , sql , email , project , application , c programming , mongodb , wallpaper , fit , doctors , whatsapp , prediction , resume , github , android , machine learning , computer science , framework , completion , assessment , data science , python , javascript , form , html , database Assessment
Q1. Why should you be hired for this role?
Well, I have done the Courses on Machine Learning , Deep Learning and Data Science. Also I have done a project on deep Learning project which
is based on detection of covid-19 and pneumonia from x-ray images using python libraries like tensorflow and keras, And a project on data
science which is on detailed analysis of covid-19 in U.S.A to understand trends and patterns from data using python. All that and more projects
are on my github account:- ( https://github.com/nirdoshi ). Apart from that I am really Passionate and obsessed about M.L and A.I industry. Well, I
think I will be a great fit for the internship since I have all required skills required for this role and I am a quick learner and highly passionate about
pursuing a career in this industry. If, I get this employment - I would surely apply newly obtained skills & thoughts for company benefits. I would
shortly become a superb team player. Quickly, I will try to understand the work culture. I will never cross the dead line of the assigned work. And,
I will stick to company's rules, guidelines and policies on the work ethics.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
PROJECTS
Nir Doshi
Surat
Applied 07 Feb'21
Python Bootstrap C Programming
CSS HTML Java
Android Deep Learning Express.js
JavaScript Machine Learning MongoDB
Node.js SQL jQuery
Bachelor of Engineering B.E, Computer Science
Marwadi University
2018 - 2022
CGPA 8.59/10
Senior Secondary XII, Science
Shree Swaminarayan Academy
CBSE board)
Year of completion: 2018
Percentage: 75.00%
Secondary X
Shree Swaminarayan Academy
CBSE board)
Year of completion: 2016
Percentage: 8.40%
personal website
Dec 2020 - Feb 2021
http://nirdoshi.herokuapp.com/
Developed using HTML, CSS, BootStrap, Javascript for frontend and node.js with express framework as backend and
mongodb with mongoose framework as database.
purpose was to give detailed insights of my work and blogs
Covid 19 and Pneumonia detection from x-ray images Deep Learning)
Oct 2020 - Oct 2020
https://github.com/nirdoshi/COVID19NORMALPNEUMONIAPREDICTOR
I have built a convolutional neural network with the help of TensorFlow and Keras libraries of python.based on training, model
gave the prediction on new x-ray image whether the disease is Covid 19 or pneumonia or it is normal x-ray.
Covid 19 united states analysis
Aug 2020 - Aug 2020
http://nirdoshi.herokuapp.com/
https://github.com/nirdoshi/COVID19-NORMAL-PNEUMONIA-PREDICTOR
CONTACT Phone: 91 8141578455
https://github.com/nirdoshi/covid-19-united-states-analysis
In this project I have used different data sets available of united states related to covid 19 and made number of visualizations
from this data in form graphs using Python libraries like matplotlib,seaborn so that data can be interpreted more easily.
Wallpaper and Ringtone Android Application
May 2020 - Jun 2020
https://play.google.com/store/apps/details?id=com.napps.wallpaper
I have created an app which shows wallpaper and ringtones and made it easy to download it. I have used the Firebase Real-
time database for storing images and ringtones.
E prescription
Feb 2020 - Apr 2020
https://play.google.com/store/apps/details?id=com.napps.voiceprescription
I have built prescription app that will help doctors to generate the prescription and share it with via WhatsApp or text it or
email it to the patients and also change when required.
https://github.com/nirdoshi/covid-19-united-states-analysis
https://play.google.com/store/apps/details?id=com.napps.wallpaper
https://play.google.com/store/apps/details?id=com.napps.voiceprescription
Rank 379: Resume 840 with similarity score 0.04437443183576958
B.E , MS , B.TECH , BS design engineer , agile scrum master , software designer , software intern , devops , technical support analyst , summer internship , software developer , staff engineer , senior software engineer , full time , associate software engineer asp.net mvc , wcf services , tortoise svn , docker , web api , gateway , node.js , status , rabbitmq , shipping , firmware , re-engineering , testing , gitlab , writing , building , html5 , octopus , sql server , device drivers , react.js , devops , designation , mar , amazon s3 , ltd , windows , json , signal , english , wpf , protocol analysis , agile , cloud development , project , mongodb , microservices , angularjs , synthesis , forms , redis , dashboard , visual workplace , javascript , pivot tables , technology , stored procedures , web development , general , scrum , data validation , e2e , scripting , visual studio , affirmative action , principles , collaboration , maintenance , dynamo , jquery , kafka , email , aws , zoom , github , languages , jira , database , jenkins , css , ug , telecom , telerik , azure , authorization , conditional formatting , c# , excel , application , increase productivity , british , facilitation , cosmos , bamboo , communications , silverlight , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 1/3
Current Designation: Design Engineer
Current Company: British Telecom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
British Telecom as Design Engineer
Feb 2020 to Till Date
* Agile Scrum Master - Facilitation | Enforce Scrum Principles | E2E Delivery | Requirement Engineering
* Cloud Development - AWS | Route 53 | S3 | Dynamo | CloudFront | RDS
* Microservices Development - Docker | API Registry | API Gateway | AWS Cognito | Dynamo | Mongo Db | Redis Cache
* Web Development - ReactJs 16.9 | Angular 9+ | HTML5 | JavaScript | CSS
* DevOps - ThoughtWorks GO | Jenkins | Bamboo | Git | GitLab | TravisCl | Octopus
PRYSM Displays India Pvt Ltd as Senior Staff Engineer
Aug 2015 to Mar 2019
Technology
Microservices with Azure Service Fabric
Azure Cosmos Db
C#.Net, Signal-R, NodeJS
Angular, JavaScript, jQuery
HTML 5
ASP.NET- MVC 5.0
Web API 2.0(REST/JSON)
SAML
Project : Synthesis is a highly intuitive and easy-to-use collaboration system, Synthesis delivers a seamless collaboration
experience that helps organizations drive active engagement,
streamline communications, increase productivity and make decisions that matter. It's as
easy to use as a tablet-pinch, zoom, swipe and move content, and add sources and files
Last Active: 28-Dec-20 Last Modified: 28-Dec-20
YUVRAJ SENGAR
Software Engineer - AWS | Microservices | NodeJs | Angular, React | C# | ASP.NET |
MongoDb, SQL | Redis, Kafka | CI, CD
Key Skills: c#,asp.net mvc,sql server,mongodb,aws,aws-
cwi,microservices,Node.Js,Angularjs,React.Js,Redis,Rabbitmq,Html5,Javascript,CSS
Summary
9 Years of Experience as a Full-Stack Software Designer, Developer, Analyst & Engineer.
Skilled in Micro-services & Web Development and integration with AWS Cloud.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 2/3
with a simple tap. PRYSM Visual Workplace puts powerful collaboration capabilities at your
fingertips.
SysCloud as Senior Software Engineer
Apr 2015 to Aug 2015
* Web Development: ASP.NET Web Forms and WCF Services | Building a Dashboard for the company Website.
* Database: SQL, Enhancing Performance of Stored Procedures. | Porting Data to Amazon S3
L&T as Senior Software Engineer
Jun 2011 to Mar 2015
As a Senior Software Engineer
Firmware Development: Device Communiction, Device Drivers Implementation
Web Development: ASP.NET MVC and WCF Services
Windows Devlopment: WPF, MVVM, SilverLight & Telerik Tools
As a Software Engineer
Firmware Development: Device Communication, Device Drivers Analysis and Implementation, Device communication
protocols Re-engineering
As a Associate Software Engineer
Device Testing, Device Protocol Analysis, Scripting in Pegscript
MOL Logistics as Software Intern
Jun 2010 to Aug 2010
A 45 days On-the-Job Summer Internship Program - worked on the development of Internal Web site used for uploading,
storing & fetching documents for shipping consignments.
* Used HTML and JavaScript to build the "upload documents" module.
* Used CSS to beautify the Site Master Page
Concentrix Daksh India Services as Technical Support Analyst
Jun 2009 to Aug 2009
* Excel
** Create Pivot Tables
** Conditional Formatting
** Writing Excel Macros
** Data Validation
* Present Data with observations to Manager to Aid the Refund Process
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 2019 2020 6 Year(s) 0 Month(s)
VISUAL STUDIO 2019 2020 8 Year(s) 0 Month(s)
GitHub 2020 5 Year(s) 0 Month(s)
Tortoise SVN 2019 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full time
English Expert
Rank 380: Resume 33 with similarity score 0.044263050130936635
MS , B.TECH , BS costumer , work from home segmentation , algorithms , internships , credit , customer , forest , deep learning , case , information technology , mysql , loan , statistical modeling , natural language processing , mlm , models , groups , mongodb , default , prediction , resume , logistic regression , features , machine learning , foundation , demographics , completion , assessment , data science , python , database , online Assessment
Q1. Why should you be hired for this role?
I have all the skills which are required for this job role and I have hands-on experience in various Machine Learning projects. I have a Solution-
Oriented Mindset and I always try to solve problems as soon as possible.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm Available for the upcoming 3 months for this Internship.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Adarsh Sharma
Bhiwani, Pilani
Applied 07 Feb'21
Python Database Management
System DBMS
MSExcel
MSOffice Machine Learning MySQL
R Programming Statistical Modeling Deep Learning
MongoDB Natural Language Processing
NLP
B.Tech Hons.), Information Technology
Basant Kumar Birla Institute Of Engineering & Technology Pilani
2017 - 2021
Percentage: 65.00%
Senior Secondary XII, Science
MLM Sec. School. Sohansara
BOARD OF SCHOOL EDUCATION HARYANA BOARD board)
Year of completion: 2016
CGPA 8.60/10
Secondary X
Arya Sr. Sec. School Dhigawa Mandi
CBSE board)
Year of completion: 2014
CGPA 8.60/10
Data Science
The Sparks Foundation, Virtual
Oct 2020 - Oct 2020
In this Internship, I have learnt alot about different-different machine learning algorithms like random forest,decision tree,
logistic regression , XGB,LGB etc. and perform different-different task using these algorithms
Machine Learning
udemy, Online
May 2020 - Present
Natural Language Processing
udemy, Online
May 2020 - Present
Data Science
Edwisor, Online
Jan 2020 - Jul 2020
PROJECTS
CONTACT Phone: 91 9992960436
Credit_card_segmentation
Jul 2020 - Aug 2020
https://github.com/adarsharma8974/credit_card_segmentation
Segmentation in marketing is a technique used to divide customers or other entities into groups based on attributes such as
behavior or demographics. ... The dataset consists of 18 features about the behavior of credit card customers
Bank-Loan-Default-Case
Aug 2020 - Aug 2020
https://github.com/adarsharma8974/BANK_LOAN_DEFAULT_CASE
The Bank has its old customers data. We predicted upcoming customer behaviour using prehistoric data. Used Machine
learning Models like Logistic Regression, Random Forest and Decision Tree to obtain the outcome.
Santander Costumer Prediction
Jun 2020 - Jul 2020
https://github.com/adarsharma8974/Santander-Costumer-Prediction
Predicted customer transactions using prehistoric data. Used Machine learning Models like Random Forest, and LGBM to
obtain the outcome
Used imbalanced data Precision-Recall curve as a metric to evaluate the model in place of accuracy.
https://github.com/adarsharma8974/credit_card_segmentation
https://github.com/adarsharma8974/BANK_LOAN_DEFAULT_CASE
https://github.com/adarsharma8974/Santander-Costumer-Prediction
Rank 381: Resume 1082 with similarity score 0.044240328333513934
B.E , B.TECH , BS javascript developer , full time , software developer api , training , codes , web application development , general , visual studio code , css , designation , ug , user management , affirmative action , user experience , hindi , cloud , maintenance , ltd , typescript , json , authorization , english , status , architecture , agile , email , project , express , aws , team environments , components , react native , git , computer science , languages , kannada , javascript , form , tabs , working experience , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c42…
https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c420617485b5f0b5… 1/2
Current Designation: Developer -Web Application
Current Company: Eynos business Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Eynos business Solutions Pvt Ltd as Developer -Web Application
Aug 2018 to Till Date
JavaScript developer worked in react js and react native in agile process.
UG: B.Tech/B.E. (Computer Science) from A Reputed Institute in 2016
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Sameera Bijapur
Developer seeking roles in Software Development,Web Application
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JavaScript,Typescript,HTML,CSS,React JS,React Native,Nodejs.
Key Skills: Software Developer,Software Development,Web Application Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JavaScript,Typescript,HTML,CSS,React JS,React Native,Nodejs
Summary
2.6 + years of working experience in Web Application development
Experience in React JS, worked on internal UI component library and created many reusable components like date picker,
moveable tabs etc,.
Experience in implementing form and modal using Ant Library.
Knowledge in Creating backend api's using Express JS backend.
Collaborated with other UI and Backend professionals to integrate the code to create functional and dynamic user experience.
Experience in handling training on JavaScript.
Worked on translating designs and wireframe into high quality codes.
Implemented UI dynamic functionalities using HTML, JavaScript, AJAX and JSON.
Excellent communication and inter-personal skills, accustomed to working in both large and small team environments.
Worked AWS cloud service Cognito for User management.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c42…
https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c420617485b5f0b5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JavaScript 7 2021 2 Year(s) 6 Month(s)
TypeScript 3.8.3 2021 1 Year(s) 0 Month(s)
HTML, CSS
React js 16 2021 2 Year(s) 0 Month(s)
Ant Design, Nodejs 3 2021 2 Year(s) 0 Month(s)
Express Js
Visual Studio Code 2 Year(s) 0 Month(s)
GIT 2 Year(s) 0 Month(s)
AWS 1 Year(s) 0 Month(s)
postman
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Proficient
Rank 382: Resume 1460 with similarity score 0.0441802736885397
MS project manager , corporate secretary , full time , senior consultant , sales consultant , change agent , business analyst risk assessment , wealth management , designation , ug , mar , tamil , platforms , affirmative action , hindi , gap analysis , maintenance , ltd , policy development , authorization , english , record of success , strategic planning , status , charles river ims , sql , email , project , securities , application , process design , elicitation , ems , bus , data analysis , fixed income , transformation , finance , system testing , order management , languages , process implementation , foundation , investment banking , management system , javascript , derivatives , equities , capital , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d13084…
https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d1308440a40490d5f0c… 1/2
Current Designation: Senior Consultant - Charles River and
RPA Business Analyst
Current Company: Mindtree Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: B.A [Corporate Secretary]
Verified : Phone Number | Email - id
Mindtree Ltd as Senior Consultant - Charles River and RPA Business Analyst
Sep 2017 to Till Date
Synechron Technologies as Charles River SME
Mar 2016 to Feb 2017
Fomra as Sales Consultant
Dec 2013 to Feb 2016
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
NITIN VAID
Senior Consultant - Charles River and RPA Business Analyst seeking roles in Process
Design,Process Implementation,Quality Management System,Gap Analysis,Risk
Assessment,Strategic Planning,Policy Development,System Testing,Data
Analysis,SQL
Key Skills: Senior Consultant - Charles River and RPA Business Analyst,Project Manager,Process Design,Process
Implementation,Quality Management System,Gap Analysis,Risk Assessment,Strategic Planning,Policy
Development,System Testing,Data Analysis,SQL
Summary
Outgoing & process-driven professional, associated with Mindtree Ltd., Bangalore as Senior Consultant - Charles River/ RPA
Business Analyst
Showcased excellence during implementation of 3 modules in Charles River IMS for clients across North America, Europe, and
Asia
Performance-driven Transformation & Change Agent; taking care of requirements elicitation through direct interaction with BUs
& their processes
Track record of success in securities finance & capital market (Equities, Fixed Income, Derivatives and FX products)
Distinguished capabilities in database programming (SQL); possess skills in OMS/EMS, Compliance, Portfolio management and
IBOR solutions
Registered ability in OMS/EMS, Compliance, Wealth Management Platforms, Portfolio Management and PMA
Skills in Charles River Portfolio Management System Order Management System, Compliance, IntelliMatch, MEDM and;
possess knowledge in asset
management and investment banking domain.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d13084…
https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d1308440a40490d5f0c… 2/2
UG: B.A (Corporate Secretary) from University of Madras, Chennai in 2002
Other Qualifications/Certifications/Programs:
CA Foundation
CFA Level 1
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 383: Resume 221 with similarity score 0.04415700423371953
MS , B.TECH , BSC , BS work from home , assistant teacher , full time , vice president scheme , foundations , new development , customer , credit , internships , public transport , classification , deep learning , case , data analytics , loan , natural language processing , speech , amenities , models , middle school , bot , project , coursera , monuments , c programming , llp , mumbai , subscribe , prediction , resume , operations , ibm , java , features , machine learning , computer science , completion , assessment , his , data science , python , technology management , opends , app , online Assessment
Q1. Why should you be hired for this role?
I am a great enthusiast about learning new development especially in the field of Machine Learning and Deep Learning.
This internship is a great opportunity for me to learn more in this field and also serve as a great opportunity to learn the real time end to end
working or models.
I have done a few projects to try and implement the learnings of Machine Learning such as Emotion Detection based on Facial Landmarks and
voice of the person. Rent prediction based on certain crucial factors. Predicting if a person will subscribe for a term deposit scheme in a bank.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I have my college going on currently (as of now online mode) so I am currently available on daily basis for 2 3 hours daily and will be available for
full time from mid May to mid September.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Harshil Rathod
Mumbai
Applied 08 Feb'21
Python Natural Language Processing
NLP
MSExcel
MSPowerPoint Machine Learning C Programming
C Programming Data Analytics Java
Integrated MBA and B.Tech. MBA Tech.), Extc
Mukesh Patel School of Technology Management & Engineering
2017 - 2022
CGPA 2.71/4
Senior Secondary XII, Science
Acharya Ambalal V Patel Junior College
HSC board)
Year of completion: 2017
Percentage: 73.69%
Secondary X
Chatrbhuj Narsee Memorial School
ICSE board)
Year of completion: 2015
Percentage: 92.00%
Assistant Teacher
TalentHome Solutions LLP, Mumbai
May 2019 - Jun 2019
Develop specific computer science curriculum for elementary and middle school students from foundations of technology
to software development.
Worked with industry level experts and educators to develop comprehensive scope and sequence for Comput
Vice President of IETE MPSTME 2020
Vice President of U'lectro 2020
Head of Operations in IETE MPSTME 2019
Head of Operations in U'lectro 2019
Advance DS
#OpenDS, Online
Oct 2020 - Nov 2020
Python For Data Science
Greyatom, Online
PROJECTS
CONTACT Phone: 91 9769730853
Jul 2020 - Aug 2020
Advance Data Science
Greyatom, Online
Jul 2020 - Present
Machine Learning Classification
Coursera, Online
Apr 2020 - May 2020
Machine Learning With Python
IBM Coursera), Online
Apr 2020 - May 2020
Machine Learning A Case Study Approach
Coursera, Online
Jan 2020 - Feb 2020
Machine Learning : Regression
Coursera, Online
Jan 2020 - Feb 2020
Python
TalentHome Solutions, Mumbai
May 2018 - Jun 2018
Stayzee Rent Prediction
Oct 2020 - Oct 2020
Project made as part of a Hackathon event
A model is trained to predict the rent of a house price based on some factors such as location, amenities, monuments,
distance from major public transport
Predict if a customer will subscribe to a term deposit scheme in a bank
Jul 2020 - Jul 2020
Made as part of the Workshop conducted by GreyAtom
Based on some factors such as the age,income , credit score, loan defaulting etc a model was trained and would predict if
the customer would subscribe to the term deposit scheme
Audio Visual Emotion Recognition
May 2020 - Jun 2020
It recognises the emotion expressed by a person based on Facial Landmarks and speech features
Therapy Counselling Bot
Aug 2020 - Present
Making an app that will detect the emotion of the user based on his voice and then based on the emotion determined
counselling is given accordingly
Rank 384: Resume 1027 with similarity score 0.04412684553856855
M.Sc , M.S , BS , B.E , MS , B.TECH project lead , student , case manager , full time , team lead , senior consultant , technical lead , graduate assistant functionality , functional specifications , onboarding , general , interfaces , migrating , security , filenet , designation , edm , office , software deployment , vendors , ug , affirmative action , oracle , test cases , icc , software installation , authorization , advanced , internet , troubleshooting , teams , english , enterprise , status , email , project , application , configuration management , transition management , sap , less , workplace , ibm , apac , testing , writing , components , servers , middleware , building , icm , forwarding , ae , languages , bpf , weblogic , events , broadcast , communications , javascript , customer service skills , organization , technology , datacap 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c44…
https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c4452421258545a0… 1/3
Current Designation: Senior Consultant
Current Company: DHL
Current Location: Ongole
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Other
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
DHL as Senior Consultant
Nov 2014 to Till Date
EDM Global Administrator responsible for installing, configuring and deploying EDM applications across the world.
Regular communications /meetings with DBA's, middleware teams, network teams, security teams and business to ensure
smooth transition of the application.
DHL Global Forwarding as Sr Consultant
Nov 2014 to Oct 2019
Project Description: EDM Global Administrator responsible for installing, configuring and deploying EDM
applications across the world. Regular communications /meetings with DBA's, middleware teams, network
teams, security teams and business to ensure smooth transition of the application.
Role: Sr Consultant
* Responsible for setting up EDM environments from end to end in Datacenters globally (Cyberjaya,
Last Active: 3-Jun-20 Last Modified: 3-Jun-20
Nithin Reddy Bathula
Sr Consultant seeking roles in Software Installation,Software
Deployment,Configuration Management,Transition Management,Requirement
Analysis,Requirement Gathering,Application Management,Vendor
Management,Troubleshooting,Client Management,IBM Tools
Key Skills: Sr Consultant,Team Lead/Tech lead,Software Installation,Software Deployment,Configuration
Management,Transition Management,Requirement Analysis,Requirement Gathering,Application Management,Vendor
Management,Troubleshooting,Client Management,CPE,ICN
Summary
Result oriented professional with 7 years of experience in IBM tools.
Skills:
* Deep knowledge of building high-performance, highly available, reliable, distributed software &
services
* Strong skills including proficiency in IBM tools
* Ability to project a professional image, interact with a diverse customer population
* Ability to solve problems quickly
* Ability and eagerness to learn complex technology, and advanced understanding of web-based
systems
* In depth knowledge of Web/internet/server knowledge
* Excellent internal and external customer service skills with the ability to communicate with all levels
of customers and business partners
* Excellent attention to detail and problem-solving skills
* Ability to assimilate information quickly and accurately
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c44…
https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c4452421258545a0… 2/3
Prague, Ashburn)
* Installing and configuring WebLogic and IBM FileNet Tools (CPE, AE, ICN, ICM, Workplace, XT,
Datacap)
* Installing and configuring Custom tools
* Customization of ICN as per company policies
Role: APAC Deployment Lead
* Responsible for Transitioning EDM Global Application to APAC Countries
* Written and Executed Test cases and Performed UAT with the Business Users
* Leading UAT Calls with the business and successfully transitioning the application to production
Role: Migration Lead
* Managed and communicated with different teams for successful migration of EDM applications
from Scottsdale, Arizona to Ashburn, Virginia.
* Setting, Installing and Configuring servers in the new datacenter.
Tata Consultancy Services as Technical Lead
Feb 2014 to Oct 2014
Project Description: FileNet P8 Upgrade project is targeted to replace the existing 4.5.1 environment
with the new 5.2 Environment while upgrading all of the current environment data, content objects and
workflows. The front-end user interfaces will be then patched and repointed to utilize the 5.2 backend
with minimal to zero impact to the client applications. Application functionality changes ,enhancements
are out of scope from this project, all existing functionality will be delivered as is with required changes
related to the 5.2. A total of four environments (Development, Test, Production and DR) has been
delivered and synced to the 4.5.1 production instance during the migration.
* Own the responsibility of the overall sprint or iteration outcome.
* Managed two different vendors throughout the project lifecycle.
* Requirement analysis and writing,submitting Technical specifications, Functional Specifications
and Testing Documents related to the project.
* Assigning and Tracking the Progress of the project.
* Involved in Installing and configuring different Components.
* Written and Executed Test cases and Performed UAT with the Business Users.
* Installed and configured different FileNet P8 components including CPE, IHS, WAS ND, ICC 4.0,
and ICC for SAP, Content Navigator and Case Manager.
* Migrating the applications from 4.5.1 environment to 5.2 environment. Applying Patches on
Workplace, XT, BPF and deploying enterprise level applications.
Louisiana State University as Graduate Assistant
Nov 2011 to May 2013
Maintained and enhanced International student's office website.
* Broadcast university emails and events across 1600 students
* AV Administrator for setting/ Planning orientations at the beginning of every semester
* Troubleshoot day to day issues with the employees of the organization
* Responsible for onboarding of new employees to the organization and setting up their work
stations.
UG: B.Tech/B.E. (Electrical) from RVR and JC College of engineering, GUNTUR in 2011
PG: MS/M.Sc(Science) (Computers) from Louisiana State University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
CPE, ICN, ICM, XT, ICC
Datacap
Oracle
WAS ND
IBM
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c44…
https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c4452421258545a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Rank 385: Resume 484 with similarity score 0.044109375977037873
MS , B.TECH student api , decision-making , award , web development , contests , core java , resets , window , algorithms , css , access , microsoft office , connect , object-oriented programming , to-do , principles , air , bar , draw , bootstrap , status , newton , tac , boot camp , application , mongodb , leadership , linkedin , paper , github , features , c++ , problem solving , soft skills , languages , informatics , javascript , expressions , search , technology , rubik's cube , html , database , online Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020
B.Tech(Computer Science and
Engineering)
Bengal College of Engineering and Technology, Durgapur,
West Bengal
66.91%
2016 12th Air Force School, Bagdogra, West Bengal 78.0%
2014 10th St. Alphonsa School, Kalamjote, West Bengal 82.4%
Internship and Certifications
Newton School Coding Boot Camp | Full Stack Web Development
Full Stack Web Development along with problem solving.
Technical Stack learnt: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, Java and Bootstrap
Participated in various coding contests organized by the platform.
Worked on various projects like To-Do list, Online Calculator, Tic-Tac-Toe, Note-App
AICT, Durgapur | Core Java
Learnt object-oriented programming principles. Also learnt implementing data structures and algorithms for organizing
large amounts of data in a way that is both efficient and easy to work with.
Skills gained: Java Programming, Data Structures and Algorithms, Object Oriented Programming, Problem Solving
Projects
Deadflix - Movie browsing app | Newton School (link)
This is a web-app where users can browse through a variety of movies based on their genre or directly search for a movie
from the search bar.
The movie database has been acquired from an API.
Users can get details like movie release date, movie overview, genre types, and rating of the movie.
Future Scope: Connect the app to the backend. Create a Signup/Login page so only authorised users can access it. Also,
add features like a list of Liked and Watched movies for each user, etc.
Tech Stack: JavaScript, React, NodeJS, CSS
To-Do App | Newton School (link)
To-Do app is a web application where users can keep a track of their daily tasks.
Features: Add task, Delete Task, Set the status of task (Completed/Uncompleted), Check tasks according to their status.
Role - Developer | Tech Stack: React, JavaScript, HTML, CSS, Bootstrap
Calculator | Newton School
Calculator is a web application where users can perform calculation as well as solve expressions based on BODMAS.
Features : Add, Subtract, Multiply, Divide
Role: Developer | Tech stack : JavaScript, HTML, CSS, Bootstrap
Tic Tac Toe | Newton School (link)
Tic-Tac-Toe is a web application. It is basically the online version of the paper-and-pencil game - Tic-Tac-Toe, also known as
Xs and Os.
3 X 3 Tic-Tac-Toe game.
Features: Two players can play at a time, throws an alert on the window if it's a win or a draw, game resets itself
automatically after a win or draw.
Role: Developer | Tech Stack: React, JavaScript, HTML, CSS
Skills
Computer languages C, C++, JavaScript, CSS, HTML, Java
Software Packages Express, Bootstrap, MongoDb, React, Node
Additional Courses Taken Data Structure
Soft Skills Leadership, Decision-making, Communication Skills
Others Microsoft Office
Sadananda Roy LinkedIn: sadananda-roy-119086192
Github: Ragnar790
July 2020 - January 2021
November 2018 - June 2019
December 2020 - December 2020
November 2020 - November 2020
October 2020 - October 2020
October 2020 - October 2020
https://www.linkedin.com/in/sadananda-roy-119086192/
https://github.com/Ragnar790
https://ragnar790.github.io/deadflix/
https://ragnar790.github.io/To-do_App/
https://ragnar790.github.io/Tic-Tac-Toe/
Co-Curricular Activities
Participated and acquired 14th position in the class, secured 81 state rank and achieved 1,001 Olympiad rank in
International Informatics Olympiad.
Participated in Rubik's Cube Competition conducted by College and acquired the third position.
Received the most innovative student's award in class 10th.
Sadananda Roy
LinkedIn:
sadananda-roy-119086192
Github:
Ragnar790
Education
2020
B.Tech(Computer Science and Engineering)
Bengal College of Engineering and Technology, Durgapur, West Bengal
66.91%
2016
12th
Air Force School, Bagdogra, West Bengal
78.0%
2014
10th
St. Alphonsa School, Kalamjote, West Bengal
82.4%
Internship and Certifications
Newton School Coding Boot Camp | Full Stack Web Development
July 2020 -
January
2021
Full Stack Web Development along with problem solving.Technical Stack learnt: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, Java and BootstrapParticipated in various coding contests organized by the platform.Worked on various projects like To-Do list, Online Calculator, Tic-Tac-Toe, Note-App
AICT, Durgapur | Core Java
November 2018 -
June
2019
Learnt object-oriented programming principles. Also learnt implementing data structures and algorithms for organizing large amounts of data in a way that is both efficient and easy to work with.Skills gained: Java Programming, Data Structures and Algorithms, Object Oriented Programming, Problem Solving
Projects
Deadflix - Movie browsing app |
Newton School
(link)
December 2020 -
December
2020
This is a web-app where users can browse through a variety of movies based on their genre or directly search for a movie from the search bar.The movie database has been acquired from an API.Users can get details like movie release date, movie overview, genre types, and rating of the movie.Future Scope: Connect the app to the backend. Create a Signup/Login page so only authorised users can access it. Also, add features like a list of Liked and Watched movies for each user, etc.Tech Stack: JavaScript, React, NodeJS, CSS
To-Do App |
Newton School
(link)
November 2020 -
November
2020
To-Do app is a web application where users can keep a track of their daily tasks.Features: Add task, Delete Task, Set the status of task (Completed/Uncompleted), Check tasks according to their status.Role - Developer | Tech Stack: React, JavaScript, HTML, CSS, Bootstrap
Calculator |
Newton School
October 2020 -
October
2020
Calculator is a web application where users can perform calculation as well as solve expressions based on BODMAS.Features : Add, Subtract, Multiply, DivideRole: Developer | Tech stack : JavaScript, HTML, CSS, Bootstrap
Tic Tac Toe |
Newton School
(link)
October 2020 -
October
2020
Tic-Tac-Toe is a web application. It is basically the online version of the paper-and-pencil game - Tic-Tac-Toe, also known as Xs and Os.3 X 3 Tic-Tac-Toe game.Features: Two players can play at a time, throws an alert on the window if it's a win or a draw, game resets itself automatically after a win or draw.Role: Developer | Tech Stack: React, JavaScript, HTML, CSS
Skills
Computer languages
C, C++, JavaScript, CSS, HTML, Java
Software Packages
Express, Bootstrap, MongoDb, React, Node
Additional Courses Taken
Data Structure
Soft Skills
Leadership, Decision-making, Communication Skills
Others
Microsoft Office
Co-Curricular Activities
Participated and acquired 14th position in the class, secured 81 state rank and achieved 1,001 Olympiad rank in International Informatics Olympiad. Participated in Rubik's Cube Competition conducted by College and acquired the third position. Received the most innovative student's award in class 10th.
Rank 386: Resume 1272 with similarity score 0.0440854176573975
B.E , MS , B.TECH software engineer , product manager , software developer , full time , installer , associate engineer , data management computing , customer , telugu , project managers , ipc , conducting , linux , beginner , red hat , design documents , status , steering , perl , xml , testing , obc , building , solaris , sql server , suite , process enhancement , device drivers , functional specifications , designation , deliverables , hindi , socket programming , ltd , windows , english , troubleshooting , code review , thomson reuters , agile , data analysis , estimates , c++ , astra , putty , documentation , hf , javascript , dac , business requirements , ldap , winscp , scrum , affirmative action , studio , oracle , system software , maintenance , unix , coding practices , advanced , email , aws , ubuntu , new features , content management , languages , publications , console , management system , level design , jira , web , grading , program management , bpm , data acquisition , software solutions , jenkins , tibco , toad , analytics , azure , authorization , cpp , teams , application , steps , interfacing , debugging , installshield , python , eclipse 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d1…
https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d17551513510c0c… 1/3
Current Designation: Member-Technical Staff
Current Company: TIBCO Software India Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [System Software
Development]
Verified : Phone Number | Email - id
TIBCO Software India Pvt. Ltd. as Member-Technical Staff
Feb 2017 to Till Date
Key Result Areas:
* Participating in the development of 'iProcess' BPM tool new features, investigating customer support problems and
ensuring delivery of releases from minor hot fixes to full feature releases
* Monitoring & analyzing requirements and developing technical designs to implement those requirements
* Building and interacting with QA, Support and Technical Publications teams
* Steering the code review, debugging and troubleshooting the application
* Supporting previous model releases by analyzing and coding fixes for software problems
* Facilitating implementation of the product involving documentation and execution of varying sizes of customizations,
implementation of standard processes and maintenance & up-grading existing product
* Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables
* Interfacing with Product Manager in UK to gather business requirements; conducting system analysis and finalizing
technical / functional specifications & high-level design documents for the project
* Investigating the customer issues, requesting the if any other information required, providing the workarounds if
possible else providing the Hot Fixes.
* Using industrial coding practices to ensure high quality deliverables with minimal defects
* Establishing testing procedures to ensure that application is thoroughly tested across the development phase
Highlights:
* Successfully upgraded the windows version of BPM tool installer from Install Shield 5.5 to 2019
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
MALLESH OLLEM
Member-Technical Staff seeking role in Software Development,Project
Management,Program Management,Coding,Requirement Gathering,Data
Analysis,Software Solutions,Application Development,Visual
Studio,C,C++,Azure,AWS,Jenkins,JIRA
Key Skills: Member-Technical Staff,Software Developer,Software Development,Project Management,Program
Management,Coding,Requirement Gathering,Data Analysis,Software Solutions,Application Development,Visual
Studio,C,C++,Azure,AWS,Jenkins,JIRA,Installshield
Summary
* PGP in System Software Development, a technocrat with over 8 years of experience in Software Development, Programme
& Coding, End-to-end Solutions and Integration and Deployment
* Presently associated with the core development team for developing iProcess BPM product suite at TIBCO
* Executed various projects and worked as part of the core development team for 'TIGRE Server', 'Tigre Client Installer' and
'Attribute Editor Installer' at Thomson Reuters
* Engaged in all the phases of developing 'Data Acquisition Server' at Enersys Astra
* Expertise in Analysis, Design, Coding, Integration and Deployment, 'Scrum and Agile development environment'
* Gained knowledge of Azure Administration and deployed product onto Azure by making changes in product code
* Worked with Data Management (USA) and other team members for development and integration of the projects
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d1…
https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d17551513510c0c… 2/3
* Executed process enhancement to support Azure SQL server and deployed product on Azure VMS
* Simplified administration work by implementing Admin Console Web application
* Received appreciation from customers and support team for analyzing and providing HF before dead line.
* Made changes in application code as required when upgraded 3rd party applications of the iProcess
Clarivate Analytics as Software Engineer
Jun 2014 to Feb 2017
* Analyzing requirements and developing technical designs to implement those requirements.
* Configure repositories in Content Management system
* Generate reports on data ( xml/sgml ) of repositories.
* Working with Project Managers to provide work steps and time estimates.
* To collaborate with different teams in Thomson Reuters and enable Integration.
* Build and deploy of all the projects with Jenkins.
Environment : C/CPP and Data Structures, Shell Script, Perl, Install Shield, Unix and Windows.
Enersys Astra Ltd. as Associate Engineer
Apr 2012 to Apr 2014
Responsibilities
* Mainline responsibility of developing the application of 'Data Acquisition Server'
* Be involved in Application Programming of the Data Acquisition Server project
* To be involved in the Integration Stages of the Data Acquisition Server project
* To collaborate with different teams in Enersys Astra and enable Integration
* Be involved in Build and deploy.
Environment : C and Data Structures, Ubuntu
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU), Hyderabad in 2010
PG: PG Diploma (System Software Development) from Center for Development of Advanced Computing (C-DAC),
Hyderabad in 2012
Education
IT Skills
Skill Name Version Last Used Experience
C++ gcc-3.4.6 2020 8 Year(s) 2 Month(s)
linux system progamming Ubuntu10.4 2020 8 Year(s) 2 Month(s)
LINUX DEVICE DRIVERS Ubuntu10.4 2012 0 Year(s) 6 Month(s)
C, Data Structures, Install Script GCC 2020 8 Year(s) 2 Month(s)
Shell, Perl & Python, Eclipse, Putty 2020 7 Year(s) 7 Month(s)
TFS, LDAP, WinScp, Spyder, Purifyplus 2016 2 Year(s) 6 Month(s)
Jenkins, Install Shield, TOAD, Oracle 2020 5 Year(s) 6 Month(s)
Socket Programming, IPC, MSSQL 2020 8 Year(s) 2 Month(s)
Ubuntu, Red hat 2020 7 Year(s) 7 Month(s)
Unix (Solaris) & Windows 2020 5 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d1…
https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d17551513510c0c… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Singapore,United Kingdom,United States
Job Type: Permanent
Employment Status: Full time
English Proficient
Telugu Expert
Hindi Beginner
Rank 387: Resume 885 with similarity score 0.0440761915520609
B.E , MS , B.TECH , BS assistant engineer , senior engineer , full time , team lead , hook up redux , render , health monitoring , performance management , visual studio code , css , fault management , designation , ug , telecom , mar , affirmative action , bash , mysql , web services , hindi , maintenance , ltd , business logic , player , authorization , english , telcom , bootstrap , status , models , email , project , express , application , configuration management , mongodb , devices , npm , mumbai , adherence , bengali , forms , global services , electronics , writing , components , servers , languages , framework , html5 , documentation , toggle , responsive design , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160…
https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160417155b5f5a52… 1/2
Current Designation: Senior Engineer- IT
Current Company: Vodafone Idea Ltd.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 11 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Vodafone Idea Ltd. as Senior Engineer- IT
Mar 2019 to Till Date
Project #2 Server Health Monitoring
Technology HTML5, CSS3, JavaScript, NPM, React, Redux
Company Vodafone Idea Ltd.
Project Description A website to maintain view and report health status of several Telecom Servers and with limited
remote actions available to end users. Entire system is divided into modules by which we can monitor and maintain the
details. The modules that are involved are Fault Management, Performance Management & Configuration Management.
Responsibilities ? Developing user interface by using the React JS. .
? Writing application level code to interact with APIs, RESTful Web Services
? Creating Custom Reusable React Components Library.
? Creating responsive design for different devices
? Work closely with the Team during implementation to ensure close monitoring and adherence to the design.
? Designed and developed various Web forms using HTML, CSS, Bootstrap and JavaScript, ReactJS
? Created components using ReactJs and also created documentation for components
Ericsson India Global Services Pvt. Ltd as Assistant Engineer
Nov 2016 to Mar 2019
Project #1. Telecom Client : ELEX Portal for Document Library
Technology Bootstrap, CSS, HTML, React
Company Ericsson India Global Services Pvt. Ltd
Project Description Web Library to browse and update Product related documents.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Soham Sengupta
Senior Engineer seeking roles in Software Development,Application
Programming,Application
Development,HTML,Javascript,CSS,MySQL,MongoDB,Java,C,Ant,Web
Services,JavaScript,ReactJS
Key Skills: senior engineer,software development,application programming,application
development,html,javascript,css,mysql,mongodb,java,c,ant,web services,javascript,reactjs,material ui framework
Summary
I have 3+ years of experience in software development.
18 months in Front End technology like ReactJS, Redux, HTML, CSS, JavaScript, Bootstrap, Ant Design.
Very good logical and coding skills.
Experience in making responsive websites.
Result oriented, highly motivated, dedicated and cohesive Team Player with strong analytical and problem-solving skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160…
https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160417155b5f5a52… 2/2
Responsibilities * Designing UI, Coding for Business Logic.
* Developing single - page applications (SPAs).
* Component for UX-Library consisted of Button, Checkbox, Input, Icons, Toggle Button, Dropdown, Multi-Level
Dropdown and many more.
* Used ReactJs to create views to hook up models to DOM and synchronize data with server.
* Designed simple views for each state in the applications so that React will efficiently update and render just the right
components when the data changes.
UG: B.Tech/B.E. (Electronics/Telecommunication) from MCKV Institute of Engineering, HOWRAH in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, React, Redux, Bootstrap
Ant Design
JavaScript, ReactJs, Redux
Visual Studio Code, Postman
EXPRESS
nodeJS
MongoDB, MySQL, Sybase
Linux6, Solaris11, Windows10
C, Java, Bash Shell
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 388: Resume 1190 with similarity score 0.04407011722519858
BSC , BS , B.E , MS , B.TECH director , cloud architect , project manager , chief technical officer , general manager , enterprise architect , devops , cio , it professional , team leader , solution architect , full time , vice president , vp , business analyst , project leader , it consultant credit control , gsm , demand , data warehouse , technology services , wire , instagram , outsourcing , design documents , status , work orders , listen , perl , sap , linkedin , international credit , oracle erp , house management , duo , testing , facebook , components , features , docsis , ec2 , infrastructure , payments , sentiment analysis , soa , sql server , suite , registration , cxo , retail , technical leadership , devops , access , designation , mar , web services , hindi , ltd , json , english , twitter , video , digital tv , provisioning , ownership , live , solution architecture , machine learning , resolve , togaf , sms , vmware , javascript , hadoop , html , feeds , reporting , rollout , oracle rac , general , it leadership , vendors , affirmative action , technical architecture , data analytics , application hosting , maintenance , dynamo , process flow , unix , centos , customer service , email , business analytics , aws , project implementation , product selection , saas , technology solutions , languages , youtube , management system , billing systems , mediation , program management , database , online , payment gateways , cas , migrating , windows server , ug , telecom , developments , azure , authorization , csrs , teams , siebel , map , operations management , broadband , debit cards , enterprise architecture , led , s3 , finance , tableau , elasticity , python , ado.net , gms , communications , microsoft dynamics crm , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 1/4
Current Designation: Vice President Technology
Current Company: Cloudpoint Technologies
Current Location: Noida
Pref. Location: United Kingdom (UK),United States (US),Delhi /
NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cloudpoint Technologies as Vice President Technology
Jun 2017 to Till Date
Responsibilities:
Implementation with AWS and AWS services (including Lambda)
Owning the design technical architecture end to end
Leading multiple Products development on AWS Cloud
Hands-on experience with AWS technologies including EC2, Redshift,EMR,CloudFormation,Opswork, Elastic Beanstalk,
S3, RDS,DynamoDB, VPC design, Dynamo DB, Route53, Cloud Watch, Cloud Trail, IAM and SNS
Owning design and configure highly available infrastructure with on-demand elasticity without manual intervention on AWS
Website/Web application hosting on AWS using AWS RDS, Beanstalk, S3 and Route53 for DNS services
Designed, developed and hosted complete in-house SaaS product comprising of following salient features:
Fully integrated .Net based online SaaS product developed on AWS platform
Unified platform for Facebook, Instagram, Twitter, LinkedIn, YouTube and Email Services
Sentiment Analysis through Machine Learning using Python, Tensorflow and GPU server
Integrated with online billing platform which accepts international currencies and international credit/debit cards
Various user roles, brands can be configured to allow hierarchal control and classified viewership
Posts can be scheduled, paused and resumed to allow users to send the same Posts(including Video, Image or Text)
recurringly
Global time zones are supported
Listen feature is provided to listen competitor feeds
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ranjan Sharma
B.E(Computer Science) from VIT,Vellore with 17 years exp.in IT.Worked with large
conglomerates at senior positions.AWS,GCP,Azure and TOGAF®9 Certified
professional
Key Skills: AWS,GCP,AZURE,BSS,Cio,Chief Technical Officer,Solution Architect,Telecom,Program
Management,Cto,Delivery Management,Devops,Technical Leadership,Cloud Architect,Solution Architecture,VP IT,IT
Director,Enterprise Architect,TOGAF,IT Head
Summary
High Impact IT Professional Proficient in IT Leadership,IT Consultancy, Enterprise Architecture, Solution Architecture, Cloud
Consulting and Implementation, Hands-On Experience in Large Scale Implementations, Program Delivery and Project
Management
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 2/4
MTN as Enterprise Architect/Project Manager
Apr 2016 to Mar 2017
Responsibilities:
Enterprise IT Consultant
Cloud project implementation - Project Manager
Den Networks Ltd., as IT Head / General Manager
Mar 2013 to Apr 2016
Environment: Tableau, Hadoop, R, MS SQL 2008R2, Windows Server 2008, .NET 4.0,WCF, DUO 4.9, Microsoft Dynamics
CRM 2013
Team Size: 10 (internal) & 100+(partner vendor)
Key Result Areas:
Undertook complete ownership for managing Subscriber Management Systems (OSS/BSS) stack for Digital TV and Fixed
Broadband (DOCSIS) business in .NET environment. Enterprise Architecture Program as per TOGAF
Led multiple delivery projects involving New Eco Systems (CRM Systems, Data Analytics, Billing Systems, Provisioning
Systems)
Steered all activities related to Outsourcing, Cloud SaaS Solutions, Product Selection, Vendor Evaluation / Selection,
Contracting, Program Management, IT - Operations and Governance
Highlights:
Hosted SaaS based Microsoft Dynamics CRM - 2013 and Tableau
Conceptualized & formulated new Den IT strategies leading to systems & operations rollout worth USD20 million
Videocon D2H as Head - Business Applications(IT)
Feb 2009 to Feb 2013
It required complete design, configuration, implementation &deployment of various D2H applications including Billing
Sytems,CRM systems etc.
Environment: Data Warehouse, SAP - MM, SD, ASP.NET3.5, ADO.NET, Web Services, Windows Server 2008, VMWare,
Oracle RAC 11g, IBS (Billing System), CARE (CRM), Pisys (CAS), Web Self Care and Voucher Management System
Team Size: 30
Description: It required complete design, configuration, implementation &deployment of various D2H applications.
Key Result Areas:
Interacted with various business owners from Call Centers, Customer Service, Marketing, Sales, Finance & IT at GMs /
CxO level to map upcoming business needs / existing issues into technology solutions. Led Enterprise Architecture
Program as per TOGAF
Designed & mentored roll-out for complete IT systems (Billing Systems, Data Analytics, CRM Systems, Provisioning
Systems, Website(Self Care), SAP - MM &SD) for Videocon D2H
CRM: used at BBCL 7 operations call centers with approx. 900 CSRs log-in on a daily basis to register customers,
prospects, log complaints, service requests &FTRs/N-FTRs
WFM: used by All India Customer Support Team including Agencies, SSDs & DSSDs to receive customer's work orders
for first time installations &field requests
DataWarehouse: In-house Management Information System to provide business critical & easy access reporting database
including live summary of business analytics on-ground
Prepared design documents and mentored developments from various vendors for Web Self Care, Voucher Management
System, Payment Collection System, SMS Functionalities, MIS Reporting Tools and Integration with SAP for Logistics &
Finance
Tech Mahindra Limited as Sr. Business Analyst / Project Manager
Oct 2007 to Feb 2009
Title: FASTtelco (Kuwait)
Environment: ASP.NET3.0, ADO.NET, Web Services, Windows Server 2003, Oracle DB, Oracle BRM 7.3.1,AIA, Siebel
and Oracle ERP
Team Size: 9
Description:
This project required migrating existing BSS stack to Oracle Communications suite.
Key Result Areas:
Organized meetings at client's side with various departments of FASTtelco like IT, Finance and Products Control
(Corporate &Retail)
Developed SOW and FSD based on the requirements captured from client
Led the development of complete Web Self Care Portal using SOA comprising all the functionalities of core application
system were extended and enhanced with additional features such as Customer Registration, ProductRegistration,
VoucherRecharge, Upgrade/ Downgrade &Payment Gateways Integration
Role: Sr. Business Analyst
Title: BATELCO (Bahrain)
Environment: Oracle BRM 7.2, Billing Components and TBMS
Team Size: 3
Description: Consulting assignment to access Batelco's current set-up of 3 different billing systems for their 3 lines of
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 3/4
business Billing component (GSM), TBMS (fixed wire), Oracle BRM (for IP) and advice single solution (OBRM).
Key Result Areas:
Organized meeting with various departments of Batelco like Credit Control &Payments, Product Managers, Account
Managers &Customer Experienced Team; gathered their current issues, challenges, day-to-day operations procedure and
future requirements with IT Teams / Managers
Drafted a final "Consulting Report" report which summarized the current set-up of Batelco (how well BRM was the most
suitable system to resolve current issues and become a single system solution for converged services in future)
Accenture Technology Services as Team Leader
Jun 2007 to Oct 2007
Headed a team of 4 people in terms of understanding architecture, process flow, setting-up of environment for testing
release 'one' for TELSTRA Customer Care and Billing Migration Project
Colt Technology Services as Project Leader
Nov 2005 to May 2007
Development and operations management in Billing and Mediation systems
UG: B.Tech/B.E. (Computers) from Vellore Institute of Technology (VIT) in 2001
Other Qualifications/Certifications/Programs:
Google Cloud Certified - Professional Cloud Architect
TOGAF®9 Certified
AWS Certified Solutions Architect(Professional)
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
C#,ASP.NET, Web Services 10 Year(s) 0 Month(s)
JSON,Python 1 Year(s)
Oracle, MS SQL Server, MS-Access 8 Year(s)
PERL, Java-script, VB-Script, HTML 2 Year(s)
Windows Server, UNIX 10 Year(s)
Linux(Ubuntu,Centos) 10 Year(s)
AWS 2020 4 Year(s) 0 Month(s)
devops 2020 4 Year(s) 0 Month(s)
GCP 2020 1 Year(s) 0 Month(s)
AZURE 2020 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 4/4
Category: General
Physically Challenged: No
Countries: Dubai
Job Type: Permanent
Employment Status: Full time
Rank 389: Resume 1332 with similarity score 0.04404031085477742
B.E , MS , B.TECH , BS operations professional , full time , devops engineer , change management server monitoring , customer , security , robocopy , docker , linux , gateway , status , alto , features , building , ec2 , prime , virtual environment , cruise lines , switches , ansible , huawei , devops , kubernetes , battery , designation , mar , cloud , cluster , ltd , windows , cruises , software installation , english , project , ibm , change management , itil , process management , vmware , javascript , florida , interconnection , enterprise account management , continuous delivery , rca , general , team management , affirmative action , maintenance , email , health check , aws , operations , github , ucs , languages , console , tags , failover , cisco , drac , management skills , codes , jenkins , cabling , pipelining , ug , telecom , ticketing tools , active directory , permissions , authorization , wintel , application , apac , boq , servers , carnival , framework , storage , python , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e11…
https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e115219425e085b… 1/3
Current Designation: Cloud Devops Engineer
Current Company: Huawei Tech.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Huawei Tech. as Cloud Devops Engineer
Mar 2020 to Till Date
Swaziland project, TSTT (Trinidad and Tobago) and Algeria Orange.
* End to End to delivery for the customer datacenters based on the Huawei cloud infra.
* Handling Multi Tier applications in their Environment, pushing the codes with Jenkins and other tools of DevOps(CI/CD
Pipelining, Ansible, GIT Hub, Docker)
* Delivering project from the staging and development area with planning and implementation.
* Preparing LLD and HLD as per BOQ from customer.
* Track the hardware(Router, switches, servers, Cabling and tags) and once its plugged in by the Local Engineer,
commissioned the hardware.
* Upgrade if needed, or else interconnection, configuration, migration and Cut over with plan as prepared and approved.
Hughes Systique Private LTD. as IT OFFICER FOR CARNIVAL CRUISE LINES
Aug 2017 to Mar 2020
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Deep Kundu
DeVOPS and Cloud Infra Engineer seeking roles in AWS,VPC,loudformation, CI/CD
implementation, VMware and WIndows,Server,Jenkins,GITHUB, Ansible, Docker,
Project Management,Change Management, Python
Key Skills: Cloud Infra Engineer,System Admin,Software Installation,Remote Support,System
Administration,VMware,Python,Devops,Continuous Delivery,Docker,Ansible,AWS
Summary
* More than 4 years of experience in the AWS, Devops(Docker, Ansible, CI/CD kubernetes) and for the Sys admin and
network planning role
* Worked on Concepts and real projects based on VPC, AWS cloud Formation, NAT, Transit Gateway etc.
* More than 6 years of experience in VMWare with strong knowledge in VMware, Active directory and
* ITIL framework along with networking and security.
* Experience in the installation, configuration and remote support of Windows 2008 / 2012 Server.
* Strong experience in ticketing tools and Server monitoring tools.
* Experienced and trained in VMware environment and handle the concept of VM ware applications and Storage, Networking
and patching in Virtual environment.
* Cloud Infra : AWS: In Various Aspects of Compute, Networking and Storage Envirnnoment.
* Strong communication, Interpersonal & Team skills.
* Focused with strong decision making skills.
* Excellent Team Management, Project Management and Enterprise Account Management skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e11…
https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e115219425e085b… 2/3
* Managing the Datacenter and operations of day to day work as IT Officer in Cruise (7 days and 4-5 days cruise from
Port Canaveral (Florida) and Port of Miami to Different destinations across Mexico and Caribbean).
* Working on building infra and planning for the new implementation for EC2, VPCs, NAT, lambda functions and using
triggers for the lambda.
* DevOps(CI/CD Pipelining, Ansible, GIT Hub, Docker)
* Managing and handling Linux OS on AWS infra and creating scripts for creation and stopping the AWS instances on
AWS user profile to meet the requirements as per need.
* Backing up all the environment in AWS backup and provide the transit gateways to different Cruises as per the
requirement.
* Working on building infra and planning for the new implementation for EC2, VPCs, NAT, lambda functions and using
triggers for the lambda.
IBM India Pvt Ltd as Senior Operations Professional , Band
May 2016 to Aug 2017
Working on different aspects of VMware environment - Cluster and its applications.
* Work on tickets created on ticketing tool by ITIL standards and change management, process management and Break
fix management for servers battery, hardware (HDD) etc.
* Work on alerts generated by Monitoring team, server health check-up and maintenance, coordinating with Local
SPOC if of management console (DRAC , ILO , RCA ) do not respond or work during any activity on Physical servers
deployed in different locations of APAC and EMEA.
* Maintained Virtual servers inventory list and changes of it via VCenter and ESX host solving network issues and
Datastore issues and working various features like HA, DRS, VMOTION, FT, FAILOVER POLICIES etc.
* Performed various changes as per ITIL on DHCP, VM, PHYSICAL SERVERS, DATA movement and permissions in
terms of server migrations with the help Tree Size and Robocopy tool and Printers administrators.
* Virtual servers inventory list and changes of it via VCenter and ESX host solving network issues and Datastores
issues and working various features like DRS, VMOTION, FT, FAILOVER POLICIES etc.
UG: B.Tech/B.E. (Computers) from Rajasthan Technical University, Jaipur in 2010
PG: in 0
Other Qualifications/Certifications/Programs:
Python
VCP DCV
Education
IT Skills
Skill Name Version Last Used Experience
ITIL and Wintel / VMware Vspher
6.5
2020 7 Year(s) 3 Month(s)
CI/CD 2020 3 Year(s) 1 Month(s)
service now, Window servers
Kubernetes 1.18.0 2020 1 Year(s) 0 Month(s)
AWS: for EC2, VPC 2020 4 Year(s) 4 Month(s)
AutoScalling, Application LB
CLB, IGW, VPN, AWS
NAT, Python python-
3.6
2020 2 Year(s) 1 Month(s)
DOCKER Docker-
ce
2020 2 Year(s) 7 Month(s)
cisco Prime, ISE, UCS
Huawei cloud, Websence, PALO-ALTO 2020 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e11…
https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e115219425e085b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
english Expert
Rank 390: Resume 1203 with similarity score 0.044018515580097756
B.E , MS , B.TECH data center engineer , devops engineer , deployment manager , operations specialist , senior systems engineer , it administrator , full time , team lead , senior software systems engineer ansible , appdynamics , optimization , general , devops , software systems , jenkins , customer , kubernetes , telugu , designation , mercedes-benz , affirmative action , information technology , hindi , docker , linux , public , maintenance , zabbix , authorization , english , iaas , enterprise , status , batch processing , paas , social media , rally , email , itil certified , application , aws , operations , ibm , saas , architecting , sabre , servers , disaster recovery , git , containerization , computer science , finance , ec2 , infrastructure , s3 , shell scripting , languages , kannada , tuning , vmware , jira , javascript , cloud computing , data centers , cloud storage , cd , hardening 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d47…
https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d470247175c5a005… 1/2
Current Designation: Senior Software Systems Engineer
Current Company: Sabre
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Sabre as Senior Software Systems Engineer
Feb 2019 to Till Date
Working on AWS, GCP, Kubernetes, Docker, Ansible, Jenkins, Git, Linux, Zabbix, AppDynamics, Rally, Jira.
Mercedes-Benz as Senior Systems Engineer
Aug 2016 to Feb 2019
Worked on projects for migration of applications to Cloud, On-Premise Servers to AWS, maintenance of Linux Servers,
infrastructure configuration, performance-monitoring/tuning & application optimization.
IBM as Senior Operations Specialist
Sep 2015 to Aug 2016
Performed day-to-day infrastructure operations & batch processing.
Altran Technologies as Engineer - Systems and Networks
Jan 2013 to Sep 2015
As a Data Center Engineer and Enterprise IT Administrator, performed data centers management operations such as
disaster recovery management, server patching and hardening.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Rama Krishna Chitturi
Cloud & DevOps Engineer with 8.5 years of experience in cloud deployments,
migrations, containerization of SaaS, and PaaS products on AWS and GCP. I am AWS
and ITIL certified with a bachelor's degree in Computer Science
Key Skills: Cloud Computing, SAAS, PAAS, AWS, GCP, Devops, Ansible, Docker, Kubernetes, Linux, Redhat Linux,
VMware,Iaas,Devops
Summary
Experience of 8.5 years in Information Technology.
I am currently implementing projects on multiple public clouds with IAC, deploying SaaS and PaaS products, accomplishing
CI/CD with DevOps tools, and leading the operations team. I am proficient in cloud deployments, migrations, containerization,
and architecting cloud environments.
I am AWS and ITIL certified with a bachelor's degree in Computer Science
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d47…
https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d470247175c5a005… 2/2
247 Customer as Interactive Social Media Advisor
May 2012 to Jan 2013
Provided technical support on Linux systems.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2011
PG: MBA/PGDM (Finance) from Karnataka State Open University (KSOU) in 2022
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, EC2, ALB, Cloud Formation
S3, Route 53
(App Engine, Compute engine
Kubernetes Engine
Cloud Storage, Cloud Deployment Manager
Kubernetes, Jenkins, Linux
Shell Scripting
Ansible 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 391: Resume 137 with similarity score 0.04396345830311262
MS , B.TECH work from home api , spring mvc , training , encryption , algorithms , css , security , microsoft azure , mysql , step , cloud , linux , firebase , heroku , bootstrap , spring boot , postgresql , google , application , coursera , c programming , video , steel , fit , resume , android , github , rest , problem solving , computer science , assessment , javascript , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
I been working with android for last 3 years, now that I am in 3 Year in College , I have developed a great number of android applications, I have
written Security applications, cloud/local database connected applications, API connected applications which are stable and robust.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Chandan Kumar
Dhanbad, Bokaro Steel City
Applied 25 Dec'20
Android Data Structures Firebase
Java Algorithms HTML
JavaScript MySQL PostgreSQL
User Interface UI
Development
C Programming CSS
Linux ReactJS Spring MVC
Bachelor of Technology B.Tech), Computer Science & Engineering
DIT University
2018 - 2022
Spring Boot
Coursera, Online
Jul 2020 - Jul 2020
A training on the practical application of Spring Boot
ELearning App
Oct 2019 - Jun 2020
An ELearning application for android fully written by me, backed with Firebase and uses Microsoft Azure Streaming Service.
It has independent admin and teacher control panels.
Password Manager
Jan 2019 - Present
A password manager for Android backed with Google Firebase
Step Counter
Jan 2018 - Present
A Step Counter Application based on Google Fit API
Short Video Platform
Aug 2019 - Present
A demo Short Video streaming application for Android. The concept being similar to T ikTok.
College Management
Jun 2019 - Present
A College Management Demo application built with JavaScript, Node and Bootstrap backed with PostgreSQL database.
Hackerrank 6 Stars in Problem Solving
Encryption and Hashing
REST
Postman
Azure Media Services
Heroku
CONTACT Phone: 91 6201629707
Bootstrap CSS
Git/Github
Rank 392: Resume 665 with similarity score 0.04386407888764259
MS , B.TECH , BS work from home , representative , android developer general , bluetooth low energy , internships , developers , mar , information technology , design , public , firebase , ltd , wrist , retrofit , advanced , project , consultation , kotlin , application , telemedicine , coursera , introduction to , messaging , pal , resume , android , github , electronics , rest , java , connectivity , linkedin learning , reach , google maps api , raspberry pi , completion , assessment , fetch , heat , urban , database , online Assessment
Q1. Why should you be hired for this role?
After applying all the knowledge into a recent project, I experienced how to tackle problems and keep perseverance to reach the goal.I have
done several projects in android in which I have used Retrofit, Firebase, Google Maps API, Kotlin, Java,Material Design, Room Database,MVVM. I
will have good exposure in the industry by this internship. With having a good work ethic and problem-solving attitude, I consider myself to be
the right candidate for this position. I promise to make the best use of the opportunity given to me and deliver the quality work for uplifting the
company's growth.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for three months. I am open to work between Jan to Mid August 2021.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Vishal Pal
Hamirpur
Applied 24 Dec'20
Android Kotlin Firebase
GitHub Java Raspberry Pi
REST API
Bachelor of Technology B.Tech), Electronics and Communication
Indian Institute Of Information Technology Una, Himachal Pradesh
2018 - 2022
CGPA 8.70/10
Senior Secondary XII, Science
Shanti International Academy
CBSE board)
Year of completion: 2017
Percentage: 89.00%
Secondary X
G.C. Public School
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Android Developer Intern
Torit Innovations, Virtual
Jul 2020 - Oct 2020
Worked on a telemedicine based doctor consultation app.
Android Developer Intern
Hfil Technology Pvt. Ltd., Virtual
Apr 2020 - Jul 2020
∙Contributed to the CWatch app designed for connecting with IoT based
wrist band.
∙Implemented Bluetooth connectivity to fetch temperature sensor data
through Bluetooth low energy.
∙Used retrofit to communicate with REST APIs
Class Representative of E.C.E batch 20182022
Kotlin For Java Developers
Coursera, Online
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9521747405
Jun 2020 - Jul 2020
Introduction To Git And Github
Coursera, Online
May 2020 - May 2020
Retrofit With Java
LinkedIn Learning, Online
Mar 2020 - Jun 2020
Advanced Android App Development
Udacity, Online
Feb 2020 - Present
Android Developer NanoDegree
Udacity, Online
Dec 2019 - Feb 2020
iSafe App
Jul 2020 - Aug 2020
https://drive.google.com/file/d/1IcLRe-BuhqRFYtu1pVpbz60aeOZXbAZw/view
∙ Contributed to the app which is designed to alert the user traveling to
an unsafe area.Implemented google maps API to see the unsafe areas in selected routes and show heat maps on unsafe
areas around the current location.
Naukri
Jul 2020 - Jul 2020
https://github.com/pal-vishal/Hack-DCRUST
Bringing employment to those who need it the most.
Covid Cure
Apr 2020 - May 2020
https://drive.google.com/file/d/1UeU2CAfFXF0b1ZgBBO9yrCkNZPE5CT4a/view?usp=sharing
An android app designed for the people of Himachal Pradesh to get real-time updates of Covid19, with messaging and
geofencing feature.
Stack used : Android, Firebase, Google Maps, Retrofit.
Hacktronics App
Jan 2020 - Mar 2020
https://drive.google.com/file/d/1vSGToH1HtGCVpj8tlSWsnYdJjOI0EZuO/view?usp=sharing
Hacktronics is an android application about the upcoming hardware hackathon conducted by Aavesh electronics society of
IIIT Una. The app includes general information about the hackathon, updated schedule of the event.
C Watch
Apr 2020 - Present
https://drive.google.com/file/d/1rJJwCaND0_TFV_-y3vqyTD7-eX95FiG/view?usp=sharing
An android app designed for a smart IoT wrist band.
Stack used: Android, Firebase, Retrofit, Bluetooth Low Energy, Google Maps Api.
Winner of Smart India Hackathon 2020 under problem statement of Ministry of housing and urban affairs.
https://drive.google.com/file/d/1IcLRe-BuhqRFYtu1pVpbz60aeOZXbAZw/view
https://github.com/pal-vishal/Hack-DCRUST-
https://drive.google.com/file/d/1UeU2CAfFXF0b1ZgBBO9yrCkNZPE5CT4a/view?usp=sharing
https://drive.google.com/file/d/1vSGToH1HtGCVpj8tlSWsnYdJjOI0EZuO/view?usp=sharing
https://drive.google.com/file/d/1rJJwCaND0-_TFV_-y3vqyTD7-eX95FiG/view?usp=sharing
Rank 393: Resume 701 with similarity score 0.043753457559466566
B.E , MS , B.TECH , BS python developer , quality assurance , student , software developer , full time ecommerce , training , general , algorithms , image processing , access , nosql , designation , ug , b2c , mar , affirmative action , hindi , docker , offers , authentication , maintenance , unix , gateway , creativity , man power , english , authorization , status , postgresql , architecture , customer service , email , project , models , pandas , application , aws , live , consolidation , award winner , celery , prediction , orchids , zoom , edge , matlab , online , git , shell scripting , flow , opencv , django , languages , multithreading , quiz , dashboard , diary , python , javascript , search , web , technology , cart , google cloud , learning , teaching 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a47…
https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a475142480c085b5… 1/3
Current Designation: Python Developer
Current Company: K12 Techno Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Education/Teaching/Training
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
K12 Techno Services as Python Developer
Jul 2019 to Till Date
1) Researching , designing, implementing and managing software programs.
2) Programer the system in a way, so the product be flexible, reliable and easy to use.
3) Developing quality assurance code with reusablility of code.
4) Maintaining and upgrading existing system.
UG: B.Tech/B.E. (Computers) from BMSIT, BANGALORE in 2019
Last Active: 10-Feb-21 Last Modified: 8-Feb-21
Aashish Aacharya
Python Developer Worked with cutting edge technology on various projects with a
work experience of 1.5 year. Award winner k12 coding event from backend team.
Result Oriented performance with skills in python, django, ORM,
Celery,PostgreSQl,git,docker
Key Skills: Python,Django,ORM,Data Structure,Algorithms,SQL,PostgreSQL,NoSQL,AWS,Shell
Scripting,Docker,GIT,Opencv,Celery,Multithreading,Elastic Search
Summary
Result-oriented Professional with 1 years 6 months of experience as Python Development, Award winner performance in k12
coding event, Worked on various project with skill in Python, Django, Data Structure , Algorithms, SQL, PostgreSQL ,AWS cloud
services,Shell Scripting,Docker, git, ORM, OOPs, git, Celery, Elastic Search, Opencv.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
DATA STRUCTURE
ALGORITHMS
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a47…
https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a475142480c085b5… 2/3
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time Duration: Mar 2020 - Jun 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Programmer
Duration: Oct 2019 - Jan 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 20
SQL
PostgreSQL
AWS
GIT 2.17.1 2021 1 Year(s) 6 Month(s)
DJANGO 2.1.4 2021 1 Year(s) 6 Month(s)
DOCKER 19.03.13 2020 0 Year(s) 2 Month(s)
Elastic Search 0 0 Year(s) 0 Month(s)
Python 3.6 2021 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: AlwaysOnLearning (AOL)
Client: B2c Customer Service
Skill Used: Python, Django, Postgresql, SQL, Unix Shell Scripting, Docker
Project Details: AOL is a website which offers live, interactive online sessions for pre-primary and primary students.
1) Created the ecommerce website flow from add to cart to enrollment of course.
2) Integrated the payment gateway (razorpay).
3) Built the student dashboard and profile.
4) Handled the custom migration of users from old website to new website.
Project Title: UnleashEng
Client: B2c Customer Service
Project Details: UnleashEng aims to make English learning an engaging, educative, and enjoyable process. It developed
their skills of imagination, creativity, and self-expression with this platform.
1) Created the Login authentication for the project .
2) Created the architecture models for quiz, question, milestone and baseline test.
Project Title: OES (Online Evaluation System)
Client: Orchids International School
Skill Used: Opencv, MATLAB, Image Processing, Google Cloud vision apis
Project Details: OES is an online Evaluation system which is used to evaluate the student omr sheet online.
1) Worked on Optical character recognition algorithm to find the username and name written on omr sheet.
2) Worked with the opencv for image processing to make the image more smooth for better accuracy of character prediction.
Project Title: LetsEduvate Web Portal
Client: Orchids International School
Skill Used: Python, Django, Sql, Postgresql, Pandas, Multithread Programming
Project Details: LetsEduvate is an online web portal for Schools to revolutionize their
academics, administration experience to be more exciting and easy to
access with the use of technology.
1) Build the Gradebook feature for the report card generation.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a47…
https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a475142480c085b5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
2) Build the Online Class feature by integrating the zoom APIs.
3) Written the Script to automate creation of around 200 online classes at a time, It reduced the man power needed by 95%.
4) Build Consolidation Report Feature, Which gives the daily Teacher Report , Circular report , General Diary and Grievance.
Rank 394: Resume 1539 with similarity score 0.043750534073826126
B.E , MS , B.TECH scrum master , associate , quality assurance , student , full time , system engineer , test manager ecommerce , automation , magento , manual testing , computer technology , software quality assurance , streamlining , general , x-ray , scrum , client-focused , project teams , designation , smartsheet , confluence , e2e , functional testing , regression testing , affirmative action , interpersonal skills , testlink , hindi , maintenance , mock , ltd , test cases , player , authorization , english , troubleshooting , sharepoint , status , productivity , software testing , agile , email , sql , integration testing , application , black box testing , llp , windows 10 , checkout , scenario , cucumber , canon , testing practices , hp , components , features , debugging , latam , problem solving , languages , system testing , framework , export , documentation , rcm , sit , mobile , jira , qtp , javascript , web , apps , gic , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b130812…
https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b1308120715495a0e0c… 1/3
Current Designation: Associate Test Manager -Software Testing
Current Company: ISOBAR COMMERCE INDIA PVT. LTD.,
Current Location: Pune
Pref. Location: Germany,Pune,Australia
Functional Area: IT Software - QA & Testing
Role: QA/QC Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ISOBAR COMMERCE INDIA PVT. LTD., as Associate Test Manager -Software Testing
Jun 2013 to Till Date
Projects:
Project#1: Canon Canada, USA and LatAm
Domain: eCommerce
Technology: Magento Commerce, AEM
Team Size: 12
Role: Associate Test Manager
Project Tools: Jira, Confluence, Smartsheet
Project Methodology: Agile (Using Scrum)
Responsibilities:
Understanding the requirements
Co-ordinate with Test Leads on multiple tracks
Create Test Plan
Co-ordinate Functional, E2E and SIT testing phases
Create UAT proposal
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
KETAN PRADEEP KALE
ISTQB Associate Test Manager seeking roles in Software Testing,Software Quality
Assurance,Manual Testing,Automation Testing,Functional Testing,Integration
Testing,System Testing,Regression Testing,Black Box Testing,SQL,HP QTP,Testlink,X-
Ray,Jira
Key Skills: Associate Test Manager,QA/QC Manager,Software Testing,Software Quality Assurance,Manual
Testing,Automation Testing,Functional Testing,Integration Testing,System Testing,Regression Testing,Black Box
Testing,SQL,HP QTP,Testlink,X-Ray,Jira
Summary
Highly accomplished professional offering 12+ years of IT experience in the field of Manual Testing and Quality
Assurance with client-focused delivery while participating in planning, analyzing, and implementing solutions in
support of business objectives.
Active contribution in the design, development, testing, troubleshooting & debugging of the process, postimplementation,
application maintenance and enhancement support to the client for the product /
software application
Improve quality; reduce defects by supporting best quality practices and implement effective process
improvement methods
Build and mentor highly motivated project teams focused on achieving project and organizational goals
Cohesive Team Player with Fast Learning Curve along with strong analytical, problem solving, innovation,
planning, organizational, communication & interpersonal skills
Experience of playing a role of Scrum Master
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b130812…
https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b1308120715495a0e0c… 2/3
UAT support
Production Plan and support
Project#2: www.altardstate.com / www.abeautifulsoul.com
Domain: Manual testing, ecommerce
Team Size: 4
Role: QA Lead
Responsibilities:
Understanding the requirements
Test case creation, review and execution
Report, track and close the bugs (bug lifecycle)
Demonstrate the completed features to the PO and stakeholders.
Planning and execution of E2E testing
Proposal of UAT for Client
UAT support
Project#3: www.adidas.com / www.reebok.com
Domain: Manual testing, ecommerce
Team Size: 6
Role: QA Lead
Responsibilities:
Part of highly motivated and self-organized Checkout team for Adidas
Understanding the requirements
Create effective test cases using Cucumber framework
Execute test cases
Report, track and close the bugs (bug lifecycle)
Demonstrating the features tested to PO and stakeholders.
MOZZARELLA APPS LLP
Jan 2013 to Jun 2013
Mozzarella Apps, LLP is a tech start-up based in Pune founded in 2012, which is focused on mobile and web
application development.
Project: www.scholarfeed.in
Scholarfeed is a student relationship platform that connects students with their future employers and mentors
while they are pursuing education. It helps to establish communication between students and the employers at an
early stage that plays a crucial role in taking informed decision on both sides.
Responsibilities:
Discussion with customers to find out the exact business problem
Understanding the current business scenario
Documentation of the business requirement
UI Mock-up designing
Testing of the application
EMERSON EXPORT ENGINEERING CENTER as System Engineer
Jan 2012 to Dec 2012
General Responsibilities:
Introduction of testing practices to MS SharePoint Team
Development and implementation of testing strategies for team
Implementation of Agile methodology across team
Streamlining different practices followed by team
Designing of different reports using existing data to calculate the productivity of team members
Projects Handled:
Project#1: Global Information Center (GIC)
Project#2: Reusable Components Management (RCM)
Project#3: Requirement gathering of Global Spare part Tracking System (GSTS)
Project#4: Joint Distribution Initiative (JDI)
UG: B.Tech/B.E. (Computers) from Pune University in 2008
Other Qualifications/Certifications/Programs:
Diploma in Computer Technology
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b130812…
https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b1308120715495a0e0c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Windows 2003, Windows 2008, Windows 10
SQL
HP QTP
Testlink, X-Ray
JIRA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 395: Resume 1186 with similarity score 0.043643826749542126
B.S , MS , BS database support , system administrator , associate , operations manager , data engineer , full time , project leader , team lead , team member , service delivery manager , aws solution architect , client partner operational due diligence , itil process , microsoft azure , rfi , career counseling , relational databases , status , sap , red hat linux , plus , workstation , components , it service delivery , remote desktop , sql server , service delivery management , automation , windows 2000 , designation , mar , hindi , ltd , database servers , english , it infrastructure operations , project , financials , mongodb , provisioning , bpo , windows xp , ops , architecting , dbs , intermediate , cloud computing iaas , javascript , adx , technology , data centers , business meetings , managed services , vm , optimization , general , health monitoring , vendors , affirmative action , mysql , mining , data analytics , glue , public , atlas , maintenance , database administration , security compliance , paas , postgresql , proxy , customer service , email , aws , bengali , continuous improvement , hp , languages , athena , sme , balance , virus , expenses , ml , it governance , dns server , people management , rfp , industrialization , ug , authorization , internet , teams , productivity , application , dps , personal development , broadband , client delivery , running , finance , offshore , storage , landscape , replication , it operations management , csi , tuning , attrition , administrative , backup and recovery , nlb 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 1/4
Current Designation: Service Delivery Manager
Current Company: Accenture Services Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Service Delivery Leader
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Service Delivery Manager
Aug 2006 to Till Date
Professional Summery , Responsibility: ---
Working as a Cloud Service Delivery Manager & Database Operations Manager on Accenture Cloud Factory, Bangalore
from Aug 2018 to till date.
Cloud Service Delivery Manager with 14 plus years of experience on core IT Infrastructure Operations and Delivery
experience on AWS, GCP and Azure Clouds and traditional Data Centers as well.
* Having 14+ years of experience to provide SME support in relational databases, Azure , AWS , GCP cloud databases,
IaaS , PaaS DB landscape and in the area of DB automation.
* Having exposure to Project Management, People Management, Service Introduction & Transition.
* Certified Azure Data Engineer and AWS Solution Architect Associate.
* Having experience on Client facing role and co-ordination with Onsite team, Offshore team & Vendors to provide best
client delivery and satisfaction.
* Certified ITIL Intermediate with experience on IT governance and security compliance, also having knowledge in IT
Infrastructure audit.
* Experienced in DBaaS solution architecting for client requirement & DB component industrialization.
* Executed multiple cloud cost optimization projects like Resizing of VMs , AWS RDS DBs based on usage, Integration
of Datadog , SignalFx , monitoring tool with IaaS & PaaS component, implementing automation in DB backup and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
soumit chanda
Cloud Service Delivery Manager with 14 plus years of experience on core IT
Infrastructure Operations and Delivery experience on AWS, GCP and Azure Clouds
and traditional Data Centers as well. Experience in IaaS , PaaS cloud landscape.
Key Skills: Service Delivery Management,IT Operations Management,Project Management,Transition
Management,Delivery Excellence,PAAS,Iaas,Azure SQL,AWS RDS,GCP Cloud SQL,Database Administration,MS
SQL,Data Analytics,Cloud Computing
Summary
Working as a Cloud Service Delivery Manager & Database Operations Manager on Accenture Cloud Factory, Bangalore from
Aug 2018 to till date.
* Cloud Service Delivery Manager with 14 plus years of experience on core IT Infrastructure Operations and Delivery
experience on AWS, GCP and Azure Clouds and traditional Data Centers as well.
* Having 14+ years of experience to provide SME support in relational databases, Azure / AWS / GCP cloud databases, IaaS
/ PaaS DB landscape and in the area of DB automation.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 2/4
retention of database and VM level data through Azure automation scripts for hot tier and cold tier of storage , leverage
Azure automation for DB maintenance.
* Leading technical teams for Infra projects delivery and Infra level automations in public clouds.
* Having exposure on RFI,RFP, Operational Due diligence, Oral with Client.
* Providing support to IT service delivery for public and hybrid clouds for all types of workloads like compute, storage,
networking, and database workload for SAP & Non-SAP environment.
* Managing project financials along with chargeability and cost to serve on quarterly basis.
* Having provisioning and support experience in various Azure PaaS components like AzureSQL, DataLake,
DataFactory, Databricks, CosmosDB, PostgreSQL, MySQL, PowerBI, Perview, Synapse, ADX, Analysis, HDInsight.
* Having provisioning and support experience in AWS RDS, Redshift, DynamoDB, Glue, Athena, EMR, MongoDB Atlas
etc.
* Having experience L2 , L3 support in Database Servers (Ms Sql Server 2008 R2/2012/2014/2017).
People Management and Development: ---
* Created technology backups and helped team members to work independently on different technical areas. Also,
educated team members in handling important business meetings and improved their confidence and communication
skills.
* Provided career counseling and facilitated personal development.
* Encouraging team members for various cloud certifications.
* Conducted weekly, monthly team meetings and followed up on the upcoming projects/tasks.
* Ensured to upgrade peer's technical skill levels through cross KT and nominated team members for appropriate
trainings.
* Motivated team members to innovate and automate business processes with continuous improvement plans.
* Educated team members on ITIL process and ensured to practice in day to day operations as per business
agreement.
* Effectively managed team member's time and productivity.
* Ensuring team members work-life-balance.
* Attrition management
Operations Management: ---
* Lead the IT Infrastructure managed services for "Cloud Ops Team" having 50 plus team members and provided end to
end support on administration, operations, maintenance and monitoring activities on various technologies under Azure,
AWS public cloud landscape.
* Effectively communicated with clients and client partner teams about specific administration and operations issues as
and when required.
* Monitors team spending in accordance with team budget. Ensures all team members are familiar with team budget
and approves expenses as appropriate. Follows spending guidelines , manage the overall program .
DPS Megacity as System Administrator
Jun 2006 to Jul 2006
Administrating and maintaining LANs, consists of 300 workstation (Windows XP). and 4 servers.
One DBMS Server running Ms SQL Server on Windows 2003 Server.
One HP (ML150) Server running as a Red hat Linux 9 Server.
One HP (ML 350) Server running as a DNS server.
One Proxy Server (Proxy Plus) is running for another place INTERNET connection.
Administrative Backup, Anti virus handling, Remote Desktop monitoring.
Configuring LAN to provide Internet Service through SIFY Broadband.
UG: B.Sc (Science) from Calcutta University in 1999
PG: MBA/PGDM (Marketing) from West Bengal University of Technology (WBUT) in 2018
Other Qualifications/Certifications/Programs:
Higher Diploma in software Application
ITIL Intermediate ST , SO , CSI
Azure DP 200
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 3/4
Nature of Employment: Full Time Duration: Jan 2015 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Kolkata
Role: Project Leader
Duration: Nov 2011 - Till Date
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Bangalore
Role: Module Leader
Duration: Aug 2006 - Nov 2011
Onsite / Offsite: Offsite
Team Size: 30
Skill Name Version Last Used Experience
SQL Server 2012 2020 8 Year(s) 0 Month(s)
ITIL V3 2020 14 Year(s) 6 Month(s)
Service Transition 2020 7 Year(s) 0 Month(s)
Database Solutioning 2020 5 Year(s) 0 Month(s)
Cloud Computing IaaS and PaaS 2020 6 Year(s) 0 Month(s)
Service Introduction 2020 3 Year(s) 0 Month(s)
GCP 2020 3 Year(s) 0 Month(s)
AWS 2020 4 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 5 Year(s) 0 Month(s)
People Management 2020 10 Year(s) 0 Month(s)
Operations Management 2020 15 Year(s) 0 Month(s)
SERVICE DELIVERY 2020 10 Year(s) 0 Month(s)
Microsoft Azure 2020 5 Year(s) 0 Month(s)
MS SQL SERVER 2016 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Bengali Expert
Hindi Proficient
Projects
Project Title: Cloud Factory Bangalore
Client: Cloud Source
Project Details: Cloud Service Delivery Manager with 14 plus years of experience on core IT Infrastructure Operations and
Delivery experience on AWS, GCP and Azure Clouds and traditional Data Centers as well.
Having 14+ years of experience to provide SME support in relational databases, Azure / AWS / GCP cloud databases,
IaaS / PaaS DB landscape and in the area of DB automation.
Having exposure to Project Management, People Management, Service Introduction & Transition.
Having provisioning and support experience in various Azure PaaS components like AzureSQL, DataLake, DataFactory,
Databricks, CosmosDB, PostgreSQL, MySQL, PowerBI, Perview, Synapse, ADX, Analysis, HDInsight.
Having provisioning and support experience in AWS RDS, Redshift, DynamoDB, Glue, Athena, EMR, MongoDB Atlas etc.
Having experience L2 / L3 support in Database Servers (Ms Sql Server 2008 R2/2012/2014/2017).
Project Title: Operational DBA Lead - Database Support
Client: EMEA based mining client
Skill Used: Clustering MirroringDatabase PatchingPerf Tuning
Role Description: Working as a Operational Team Lead .
Project Details: It is a mining company and we are providing Ms SQL Database end to end support for them from Offshore.
Project Title: Operational Team Lead - DBA Support
Client: UK Based Banking Client
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Replication
Deployment.
Clustering
NLB
Backup and Recovery
Script Execution
Server Health Monitoring
Migration
Role Description: Team Lead - Production Server - Windows 2000 amd 2003 .
DBA Admin -SQL Server 7 /2000/ 2005
Project Details: UK Based finance / banking domain.
Rank 396: Resume 437 with similarity score 0.04362404877997859
B.E , MS work from home , application designer showcase , internships , mysql , design , offers , massive , ltd , creativity , ted , english , project , application , c programming , participation , resume , android , reverse logistics , java , testimony , machine learning , computer science , x , completion , assessment , python , one , apps , technology , layout , html , online Assessment
Q1. Why should you be hired for this role?
I grew up was when the massive boom of technology had started. Today, computer science is inexorably merged with our lives. There are apps
for everything, from getting to know a person from another part of the globe to making food available at your doorstep. It is a testimony for
human creativity and I see endless potential, it fascinates me to no end! I firmly believe that this internship program will allow me to dive deeper
into my field of passion. To be honest, I want an effective exposure of working for a tech company where my skills, abilities and technical abilities
can be utilized and I am a computer science students with so much curiosity on learning about software, IDE's and frameworks. I felt that this
internship program offers me a right opportunity to utilize and showcase my technical skills and if I am selected, I can make sure that I can work
sincerely for the company where my full potential can be elicited.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months and I can start immediately.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
Ranjithkumar Rajendran
Coimbatore
Applied 05 Jan'21
Android MSOffice C Programming
C Programming HTML Java
MySQL Python
Bachelor of Engineering B.E, Computer Science
Sri Krishna College of Engineering and Technology
2016 - 2020
CGPA 8.50/10
Senior Secondary XII, Science
S.B.O.A
MATRICULATION board)
Year of completion: 2016
Percentage: 91.00%
Secondary X
S.B.O.A
MATRICULATION board)
Year of completion: 2014
Percentage: 94.00%
Application Designer
Dataspire Technologies Private Limited, Coimbatore
Jun 2018 - Jul 2018
To be brief, my job is to design the layouts for different layers of an
application and to integrate them into one which helped me to
elicit phenomenal skills on Android Application layout designing.
Android Application Development
Internshala Trainings, Online
Dec 2019 - Jan 2020
Smart India Hackathon 2019 Participation where I presented my project, Reverse Logistics for Retailers, specifically for
Hindustan Unilever Pvt Ltd.
TED X SKCET 2018 Organizer - globally acclaimed for TED styletalks.
Cambridge English Assessment - BEC Vantage level completion)
CONTACT Phone: 91 9944432624
NPTEL Certification course on Machine Learning
Rank 397: Resume 822 with similarity score 0.04359771101990027
B.S , MS , BS senior software engineer , full time , software developer react.js , pair programming , functional specifications , core data , retro , web application development , interfaces , project managers , css , techno-functional , designation , sqlite , soap , mobile application development , requirement specifications , confluence , affirmative action , suggestions , health , mysql , studio , analytics , hindi , beginner , ltd , windows , sts , cocoa touch , json , checks , english , troubleshooting , teams , authorization , bootstrap , enterprise , status , spring boot , agile , email , integration testing , groups , information systems , german , mumbai , xamarin , business operations , xml , closure , architecting , ios development , xcode , rest , swift , mac , c++ , webstorm , debugging , unit testing , computer science , languages , software requirements , business planning , html5 , documentation , pivotal , objective-c , vw , javascript , jira , technology , measures , feeds 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45…
https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45051149095f5c5… 1/3
Current Designation: Senior Software Engineer
Current Company: Volkswagen Group IT Services
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Mumbai
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Volkswagen Group IT Services as Senior Software Engineer
Sep 2015 to Till Date
Coordinating for entire project related activities to be in tune with the core business objectives
* Maintaining coordination between cross-functional/ onsite and offsite teams for ensuring delivery of the project
* Monitoring business requirement gathering, system analysis and finalizing techno-functional specifications
* Subsequently working with and leading other team members in identification and designing of client's solution
* Managing the design, development, testing, troubleshooting and debugging of the software
* Setting-up and maintaining process, documentation and quality standards for all phases of the SDLC
Significant Accomplishments
* Delivered effective innovation for business operations
* Received appreciation for being the trend setter for applications monitoring
* Best product appreciation from VW Group.
* Emerged as the Best Team Achiever for BI Analytics
* Took several measures such as product health checks, Team retro, product retro to ensure that applications are in line
with requirements specified by the clients.
e-Zest Solutions Ltd as Senior Software Engineer
Mar 2014 to Sep 2015
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Laxmikant Wagh
Senior Software Engineer seeking roles in iOS Development,Mobile Application
Development, iOS, Software Development,Project Management,Requirement
Gathering,Agile Methodology,Unit Testing,Objective
C,XCode,MySQL,JSON,Java,React Js
Key Skills: Senior Software Engineer,Mobile Application Development,Software Development,Project
Management,Requirement Gathering,Agile Methodology,Integration Testing,Unit Testing,Objective
C,XCode,MySQL,JSON,C++,React.Js,Swift,IOS,Cocoa Touch
Summary
* Technical expertise with over 9 years in all the phases of Mobile and Web Application Development; experienced in end-to-
end development of mobile/Web application products/projects right from inception, requirement specifications, designing,
implementation, documentation and closure using
* Resourceful in gathering business & software requirements, working with teams, architecting interfaces and taking
development initiatives
* Skilled in application design, development, integration, POC, TechTalks, Pair Programming, Innovations, understanding of
logic & concepts, testing and deployment of complex information systems
* Significant experience in working with customers, project managers and technical teams for executing concurrent projects;
collaborating with the seniors and providing suggestions on technology initiatives
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45…
https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45051149095f5c5… 2/3
Ansh Systems Ltd. as Software Engineer
Jul 2011 to Feb 2014
UG: B.Sc (Computers) from K.K. Wagh College of Computer Science in 2008
PG: MCA (Computers) from D.Y. Patil Institute of MCA in 2011
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Education
IT Skills
Skill Name Version Last Used Experience
iOS Development 12 2018 7 Year(s) 0 Month(s)
Objective-C, C, C++ 2018 7 Year(s)
SQLITE, Core data Latest 2018 7 Year(s)
XCode, Xamarin Studio 8 2018 7 Year(s)
SOAP, REST, JSON, XML Parser Latest 2018 7 Year(s)
Jira (Administrator), Service Now latest 2018 7 Year(s)
SWIFT 4.2 2018 7 Year(s) 0 Month(s)
Windows, Mac
JAVA
React Js,HTML 5,SpringBoot,Bootstrap 0 Year(s) 0 Month(s)
IntelliJ, STS, WebStorm
Crashlytics,App Center
Confluence,Pivotal
SQL , MYSql
Cocoapods
Languages Known
Language Proficiency Read Write Speak
English Proficient
Marathi Expert
Hindi Expert
German Beginner
Projects
Project Title: WLTP
Client: Volkswagen
Skill Used: React.Js,SQL,Java,Spring Boot,Html5, CSS, iOS, Swift
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45…
https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45051149095f5c5… 3/3
Nature of Employment: Full Time
Role: Other
Duration: Jun 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Jan 2018 - Dec 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Nov 2016 - Dec 2017
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Web application to prepare configuration for special type vehicle.
Project Title: Voice (Enterprise Application)
Client: Volkswagen Germany Group
Project Details: To help Volkswagen Groups Business users to communicate with different users for same product, categories
and feeds.
Project Title: Postmappe (Enterprise Application)
Client: Volkswagen Germany Group
Project Details: To help the top management during meetings to present and update the confidential information and
documents for appropriate decision making.
Project Title: BI Analytics (Enterprise Application)
Client: Volkswagen UK Group
Project Details: To reduce manual dependencies and effective daily updates for business planning according to BI status
along with analytical information.
Rank 398: Resume 724 with similarity score 0.04357326366582996
B.E , MS , B.TECH full time , ui developer , software developer react.js , api , redux , general , interfaces , strategic insights , css , data visualization , carriers , filters , designation , ug , affirmative action , hindi , angular , scratch , analytics , beginner , maintenance , typescript , templating , test cases , jquery , player , english , drag , authorization , node.js , graphs , highcharts , bootstrap , jasmine , status , excel , agile , email , project , application , print , mongodb , her , karma , gallery , rest , engage , writing , problem solving , languages , prime , data transformation , html5 , dashboard , his , mobile , javascript , workflow , layout , widgets 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d470816…
https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d4708160219485e5f5c0… 1/3
Current Designation: Software Developer -IT
Current Company: Impetus Technologies, Indore
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Impetus Technologies, Indore as Software Developer -IT
Apr 2018 to Till Date
Worked on creating dashboarding applications, Charts graphs using Angular 6,8, React.JS, D3,
Managed REST Calls, Data Transformation, Layout Implementation, Exports like Image, Excel and Print, Also wrote Unit
Test Cases with the help of libraries like Jasmine and Karma.
Responsibilities:
Developing and implementing project modules from scratch while handling the data
flow and overall flow of the module.
Handling different types of visualizations which were to be implemented into the projects.
Helping in writing Unit test cases in Angular.
Supported technical team members in development of functional and visual user
interfaces.
Implementing procedures for identification and resolution of technical problems.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
ANAND TRIVEDI
UI Developer Working on Angular, React, D3 and other JS Libraries, Data Visualization
Enthusiast, Team Player, Challenge Seeker.
Key Skills: UI Developer, Software Development, Angular, React.JS, D3, TypeScript,
Javascript,HTML,CSS,JQuery,Bootstrap, Requirement Gathering,
Summary
Around 3 years of experience as an UI Developer.
Experienced in Developing applications in Angular, React while incorporating data
visualization libraries like D3, HighCharts.
A result-oriented person, always finding ways to achieve results.
Able to think and design the workflow of the modules and visualize how the data would flow
in an application.
Data Visualization enthusiast.
An effective communicator with good problem solving & organizational abilities
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d470816…
https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d4708160219485e5f5c0… 2/3
Translating designs and wireframes into code
Worked on Agile Methodology
UG: B.Tech/B.E. (Computers) from rgpv in 2018
Nature of Employment: Full Time
Project Location: Indore
Role: Programmer
Duration: Sep 2019 - Jan 2020
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Role: Programmer
Duration: Aug 2019 - Oct 2019
Onsite / Offsite: Offsite
Team Size: 7
Education
IT Skills
Skill Name Version Last Used Experience
Angular 6, 8 2021 2 Year(s) 9 Month(s)
REACT 16 2021 2 Year(s) 9 Month(s)
D3 3, 4 2021 2 Year(s) 9 Month(s)
JavaScript 2021 2 Year(s) 9 Month(s)
TypeScript 2021 2 Year(s) 9 Month(s)
HTML 2021 2 Year(s) 9 Month(s)
CSS 2021 2 Year(s) 9 Month(s)
BOOTSTRAP 2021 2 Year(s) 9 Month(s)
JASMINE 2021 2 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
marathi Beginner
Projects
Project Title: Strategic Insights: Certified Caller Insights
Client: Neustar
Skill Used: Angular 8, D3, Bootstrap, Prime-NG, Jasmine, Karma, Html5,
Project Details: Dashboard showing multiple insights of callers from different mobile carriers with
Multiple Dynamic Visualizations and Graphs with Filters, Writing Test Cases for Modules.
Project Title: Amex Smart Monitoring
Client: Amex
Skill Used: React, Redux, Redux-Thunk, HTML, CSS, Bootstrap, HighCharts.
Project Details: A drag and drop Templating tool which provides widgets like Text Editors,
Icons, Images, Markers, Charts to be dropped onto a Template which then can be exported.
Project Title: Neustar Analytics DataViz Gallery
Client: Neustar
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d470816…
https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d4708160219485e5f5c0… 3/3
Nature of Employment: Full Time
Project Location: Indore
Role: Programmer
Duration: May 2019 - Aug 2019
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Indore
Role: Programmer
Duration: Aug 2018 - Apr 2019
Onsite / Offsite: Onsite
Team Size: 20
Nature of Employment: Full Time
Role: Programmer
Duration: Jul 2018 - Aug 2018
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Programmer
Duration: Apr 2018 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: Angular 6, D3, Bootstrap, Prime-NG, Jasmine, Karma.
Project Details: Gallery of different interactive visualization made using D3 and Angular, having
configuration settings to configure visualizations on fly based on data and other inputs.
Project Title: Klera
Client: ClearTrail
Skill Used: Angular 6, Typescript, HTML, CSS, D3, Bootstrap JQuery, Open Layers.
Project Details: Visualization of Data in form of Complex Graphs and Charts, Generation of
Reports and Publication of Templates.
Project Title: Impetus Carpooling System
Client: Impetus
Skill Used: React, Bootstrap, HTML, CSS.
Project Details: Carpooling System for Impetus where the user could enlist his/her vehicle for
Carpool and other users could engage in communication with that user regarding Carpool.
Project Title: Engineering Excellence Rest API Simulator
Client: Impetus
Skill Used: Angular 6, Node.JS, MongoDB, Typescript, HTML, CSS, Angular Material.
Project Details: Mocking Backend Requests to be tested for frontend Integration.
Rank 399: Resume 839 with similarity score 0.04355731643444808
B.E , MS , B.TECH software engineer , software developer , project engineer , senior systems engineer , sharepoint developer , full time , cco , system engineer contractual , version control , telugu , root cause , office , web api , approval process , intelligence , status , shipping , infosys , features , asp.net , ports , procurement , sql server , workflow , capture , mitigation , vetting , react.js , interfaces , access , designation , tanker , hindi , json , english , agile , project , deals , mvc , estimates , computer science , documentation , notes , viability , fleet , settlement , vsts , javascript , benchmarking , tax , capital , stored procedures , html , entity framework , vco , visual studio , affirmative action , collaboration , hub , maintenance , utilization , power bi , jquery , vci , fixtures , architecture , email , freight , languages , oil , superintendents , database , functionality , credit , visit , analytics , authorization , risk , sharepoint , approvals , team building , enterprise , c# , models , application , focus , demurrage , records , petroleum , operators , british , repository , agents , kannada , events , market information , metrics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18…
https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18574715505a09… 1/3
Current Designation: Senior Systems Engineer - Dot net
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Infosys as Senior Systems Engineer - Dot net
Aug 2020 to Till Date
A qualified and creative Software Engineer with 2 year 10 months of experience in Application Development,
Maintenance.
Wipro Technologies as Project Engineer -Dot Net
Oct 2017 to Jul 2020
Project handled:
Project: BP Shipping (British Petroleum).
Technologies: C#, .Net, MVC, HTML, SQL, jQuery, Entity framework, ASP.Net, Web API.
Role: Software Developer
Description:
BP Shipping?s remit as the group?s focus for ?all-that-floats? policy including marine assurance, risk mitigation and
shipping casualty management requires efficient collection and management of data. BP Open Shipping System is a
single Global Solution for all BP?s Marine Movements, ?Everything that floats?. BP ships or ships carrying BP cargo call
Last Active: 16-Jan-21 Last Modified: 16-Jan-21
S G Rohini
Project Engineer seeking roles in software Development,Application
Programming,Project Management,Requirement Analysis,Solution
Architecture,C#,.Net,HTML,SQL,jQuery,MVC,ASP.Net,Web API,OOPS,Entity
Framework,VSTS,SSMS. Course on react JS
Key Skills: Software Development,Application Programming,Requirement
Analysis,C#,.Net,HTML,SQL,MVC,ASP.Net,Web API,OOPS,Entity Framework,VSTS,SSMS,Application
Developer,Agile,JQuery,JSON,Senior System Engineer,Sharepoint Developer
Summary
A qualified and creative Software Engineer with 2 year 10 months of experience in Application Development, Maintenance.
Experience in Requirement Analysis and Development using C#, .Net, Entity Framework, SQL, HTML, jQuery, JSON, MVC,
ASP.Net, Web API, OOPS.
Experienced in Database like SQL Server (SQL queries), stored procedures, triggers, views, joins.
Well Versed in trouble shooting and checking the Logs to find out root cause of the issues.
Having enough experience on IDE like Visual Studio.
Experience with VSTS version control tool.
Well versed with software development life cycle models (Agile).
Effective communication, collaboration & team building skills with proficiency at grasping new technical concepts & utilize the
same in a productive manner.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18…
https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18574715505a09… 2/3
at more than 15,000 different ports around the world every year (increasing by around 10% p.a.). Every visit has to be
arranged with specific port agents, the ship?s in-port events monitored and all costs settled. Up-to-the-minute details of
port activity are vital to guarantee the safe and efficient operation of a tanker. BPOSS seamlessly interfaces two-way traffic
between BPOSS and all agents from initial appointment through to cost verification and settlement. BPOSS process some
40-50,000 messages a month, 120,000+ events, $500m bunkering costs, $250m port charges and $19bn worth of freight
(check this is up to date). The application has a diverse global user base of 450+, including Charterers, Ship Operators,
Bunker Procurement, Port Agency, Performance Analysts, Commercial Analysts, Ship Superintendents, Casualty Team,
Oil Operators, Demurrage Analysts, etc.
Charter Analytics Tool (CAT) is an enterprise application primarily used by Charterers from BP Shipping. There are two
main modules in CAT, Market Intelligence & Fixture & Estimates. Additionally, users can setup Contracts of Affreightment
(COA). Charterers use the Market Intelligence (MI) module to capture information gathered from brokers and other
sources. This module helps Charterer to share market information relating to vessel movements and cargoes with other
CAT users, this module has additional feature to mark certain records as confidential so that it is not shared with all the
users. Charterers use the Fixtures & Estimates module to carry out estimates for the commercial viability of a fixture and
to confirm a fixture (which will trigger the creation of a Voyage in the BPOSS system). Different types of fixtures such as
Voyage Charter Out (VCO) created for Controlled Fleet consisting of BP Owned and Time Charters ships and Voyage
Charter In (VCI) created for Non BP Owned Ships. Estimates are done only for VCO?s and not for VCI?s. The VCO
module has additional features such as Benchmark which is a special type of VCO created for each of the Ship Class on a
yearly basis and used for benchmarking. CAT application integrates with other applications such BPOSS Office, iMAS,
BPOSS Hub Agency, RAMMS, MIS, AtoBviaC..
ADAM is a Web Application with functionality to do. Approvals: The tool supports the approval process for TC deals via
workflow: Credit, Management, CCO, Vetting and Tax. It also provides a safe repository for al contractual documentation
and notes relating to the TC. Database: The tool has the functionality keep the key data for all TC deals in the Group. It
creates TC records in CAT. Analytics: Given the data is linked to CAT and BPOSS, it has access to other metrics like
coverage and utilization, useful for the Core Fleet deals. Modelling: Link to Power BI, model charterer?s requirements
against the existing fleet and coverage or capital constraints to identify the optimum TC for Shipping.
UG: B.Tech/B.E. (Computer Science and Engineering) from Koneru Lakshmaiah College of Engineering (KLCE), Arni in
2017
Education
IT Skills
Skill Name Version Last Used Experience
VISUAL STUDIO
C#, .Net
HTML
SQL, Jquery
MVC, Entity Framework
ASP.NET
Web API, OOPS
React.js 2020 0 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Proficient
Hindi Proficient
Kannada Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18…
https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18574715505a09… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 400: Resume 1554 with similarity score 0.0435137470657378
MS senior developer , senior software engineer , full time , php programmer , team lead outlook , web development , functional specifications , general , telugu , css , oversight , designation , office , adobe photoshop , affirmative action , mysql , hindi , docker , xampp , maintenance , ltd , php , heroku , jquery , project tracking , risk , english , node.js , teams , authorization , bootstrap , plugin , status , business services , shopify , excel , email , google , matrix , wordpress , application , configuration management , focus , devices , hooks , working with clients , mumbai , html , ux , testing , dreamweaver , database design , technical design , react native , git , building , computer science , customer experience , functional analysis , preparation , localization , research , documentation , microsoft access , languages , functional design , reviews , javascript , management skills , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d4…
https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d440240135d0f0a… 1/3
Current Designation: Senior Software Engineer
Current Company: novostack pvt ltd
Current Location: Bhubaneshwar
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Diploma [Computer science
Engineering]
Verified : Phone Number | Email - id
novostack pvt ltd as Senior Software Engineer
Jan 2021 to Till Date
communicate with client and gather project, coding and building shopify app
Zeengur Technologies Pvt. Ltd. as Senior Developer- Application & Software
Sep 2017 to Jan 2021
A result-oriented professional with nearly 12 years of experience in Application and Software Development
? Gained experience in Bootstrap integration with WordPress theme and Custom WordPress theme with friendly UI, UX
? Piloted the implementation of custom WordPress plugin using hooks & action and core PHP
? Hands-on experience Nodejs, ReactJs, React Native, Docker, Heroku and git
? Experienced in Web/ Application Development Lifecycle right from requirement analysis, documentation (functional
specifications, technical design), coding and testing to maintenance of proposed applications
? Expertise in end-to-end development of applications from requirement analysis to system study, designing, coding,
testing, documentation and implementation
? Expertise in setting out delivery standards for various operational areas, implementing quality systems & procedures to
facilitate a high-quality customer experience, while adhering to the SLAs and business services
? Significant experience of working with clients and technical teams for executing projects with focus on project
coordination, documentation, business reviews and presentation
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SUNIL KUMAR MUTAKA
Senior Developer seeking roles in Web Development, Software Development,
Application Development, Project Management, Performance Monitoring, Risk
Identification, Defect Management, Requirement Gathering, Javascript, CSS, GIT,
Docker, jQuery, PHP.
Key Skills: Senior Developer,Team Lead/Tech Lead,Web Development,Software Development,Application
Development,Project Management,Performance Monitoring,Risk Identification,Defect Management,Requirement
Gathering,Javascript,CSS,GIT,Docker,jQuery,PHP.
Summary
A result-oriented professional with nearly 12 years of experience in Application and Software Development. Gained experience
in Bootstrap integration with WordPress theme and Custom WordPress theme with friendly UI, UX. Piloted the implementation
of custom WordPress plugin using hooks & action and core PHP. Hands-on experience Nodejs, ReactJs, React Native, Docker,
Heroku and git. Experienced in Web/ Application Development Lifecycle right from requirement analysis, documentation
(functional specifications, technical design), coding and testing to maintenance of proposed applications. Expertise in end-to-
end development of applications from requirement analysis to system study, designing, coding, testing, documentation and
implementation. Expertise in setting out delivery standards for various operational areas, implementing quality systems &
procedures to facilitate a high-quality customer experience, while adhering to the SLAs and business services
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d4…
https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d440240135d0f0a… 2/3
? Rich exposure in functional analysis, mapping of requirements to design, database design and preparation of functional
specifications
? Expertise inUX andUI with support for different versions &devices of localization, and multi-theme with dark mode
support
? Worked on Functional & Technical Projects including Application Design, Functional Design, Configuration Management,
Build, Test Strategies & Test Plans, Defect Management, Project Tracking & Oversight
? An effective communicator with excellent relationship management skills with capability to relate to people at any level of
business
and management
Higher Matrix Consultancy Service as Sr. Developer
Jan 2015 to Sep 2017
Computer Research & Application Center as Sr. PHP Programmer
Sep 2010 to Dec 2014
UG: Diploma (Computer science Engineering) from Nelachal Polytechnic in 2008
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE (Word, Excel, Powerpoint)
Microsoft Access, Outlook
Adobe Photoshop
Dreamweaver, xampp
CSS 2020 10 Year(s) 0 Month(s)
Reactjs 2020 2 Year(s) 0 Month(s)
Heroku 2020 1 Year(s) 0 Month(s)
MySQL Database 2017 5 Year(s) 0 Month(s)
Google Script 2018 0 Year(s) 6 Month(s)
Codeingniter 2017 5 Year(s) 0 Month(s)
Node.js 14 2020 3 Year(s) 0 Month(s)
HTML 2020 10 Year(s) 0 Month(s)
WORDPRESS 5 2020 6 Year(s) 0 Month(s)
core php 5 2016 7 Year(s) 0 Month(s)
JavaScript 2019 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Telugu
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d4…
https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d440240135d0f0a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 401: Resume 317 with similarity score 0.04349188151866959
MS , B.TECH , BS summer internship mechanisms , atmosphere , telugu , workshops , mar , profiles , conferences , chess , employability , machining , english , advanced , teams , field work , technical proficiency , conflict , nss , productivity , excel , cars , email , aerospace , time management , coursera , sports , surface , petroleum , road , components , discharge , problem solving , languages , it infrastructure , electro , mobile , python , system administration , birth , organization , technology , motors , learners , learning , ansys Problems in Cars. We have been appointed in Engine Field Work. Learn Various Types of Engines in Cars Assemble & Disassemble the
Engines. I have also observed the mechanisms installed for various Cars for different purposes and learnt their applications in industrial.
needs.
May 2019 - Jun 2019 MARUTHI SUZUKI VARUN MOTORS
SUMMER INTERNSHIP
Feb 2019 INDIAN ENGINEERING OLYMPAID | GATE FOURM
AWARDS AND RECOGNITIONS
DRONE TECHNOLOGY
Organized by: ISIE | Date: Mar 2020
CONFERENCES AND WORKSHOPS
MAREEDU BHANU NARAYANA MURTHY
Course : B.Tech, Mechanical Engineering,2021
Email : bhanumareedu222@gmail.com
Mobile : 9182835374
Percentage: 75%
ACADEMIC DETAILS
COURSE INSTITUTE/COLLEGE BOARD/UNIVERSITY SCORE YEAR
CLASS XII M.P.C NARAYANA JUNIOR COLLEGE STATE 2017
CLASS X
SRI SAI SRINIVASA HIGH SCHOOL STATE 2015
Subjects / Electives
Technical Proficiency
CERTIFICATIONS
CERTIFICATION
CERTIFYING
AUTHORITY
DESCRIPTION
System Administration
and IT Infrastructure
Services
COURSERA
Systems administration is the field of IT that is responsible for maintaining reliable
computers systems in a multi-user environment to use industry tools to manage computers, user
information, and user productivity.
Excel Skills for
Business
ADVANCED
COURSERA
Spreadsheet software remains one of the most ubiquitous pieces of software used in workplaces across
the world. Learning to confidently operate this software means adding a highly valuable asset to your
employability portfolio. ... In this Specialization, learners develop advanced Excel Skills for Business.
May 2020
((nC
COMPETITIONS
Sports Team (CHESS)
A team sport includes any sport where individuals are organized into opposing teams which compete to win. Team members set goals, make
decisions, communicate, manage conflict, and solve problems in a supportive, trusting atmosphere in order to accomplish their objectives.
EXTRA CURRICULAR ACTIVITIES
Electro discharge machining is one of the widely accepted advanced machining processes used to machine components with intricate shapes
and profiles.
This type of machining processes is predominantly used in the applications of aerospace, marine, petroleum and auto motive industries for
uniform and good surface finishing and accuracy.
Dec 2019 - Apr 2020 ELECTRICAL DISCHARGE MACHINING - MECHANICAL
PROJECTS
An organized and hard-working individual looking for responsible practical experience.
Proficient in utilizing tools and resources.
SUMMARY
I have done my internship at MARUTHI SUZUKI (VARUN MOTORS) for five weeks. I have Learnt various methods to Resolved the
SPECIALIZATION
S.S.C
87.6%
73%
NATIONALENGINEERINGOLYMPAID-[N.E.O-3.0]
I want to see myself as an integral part in the growth of the organization and the individuals (coworkers) as well with my first hand
C, Python Language, Ansys
knowledge of C, Python Languages and Designing the Applications of Pasword settings.
mailto:bhanumareedu222@gmail.com
Date of Birth – 23-04-2000 [M.B.N. Murthy, S/O M. Srinivas Rao].
Permanent Address – Vishnu Puram Colony, Road No -5, Flat No-104, Poranki, Vijayawada, Krishna District, Andhra Pradesh.
Languages known – English, Telugu.
PERSONAL DETAILS
Communication skills and Technical competency.
Flexibility.
Time Management.
PERSONALITY TRAITS
May 2018 - Mar 2020 NSS - Role: CARRER PATH | Cause: Environment
VOLUNTEER EXPERIENCE
Problem Solving.
Rank 402: Resume 789 with similarity score 0.04347487108901354
B.E , MS , B.TECH technology professional , software developer , full time , development analyst , product owner presentations , react.js , api , general , showcase , telugu , css , designation , funding , mobile application development , affirmative action , articulate , shape , principles , hindi , beginner , authorization , english , teams , status , sql , email , project , leadership , product innovation , testing , design thinking , building , languages , android development , kannada , hospitality industry , personalization , javascript , organization , web , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d14…
https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d140b13445e0f0c0… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Aug 2018 to Till Date
The innovation team that I am part of works on exciting and industry-relevant innovation projects. We start with
brainstorming on ideas that individuals (like me) and teams come up with as also those that we co-innovate with clients.
Leveraging design thinking principles, we shape the idea in a manner that would value add and make a difference to
players in the industry. We then come up with technology architectures and decide on technical flows, external API's
required and the most appropriate technologies to be used. This is when I would start developing the front-end and back-
end aspects of the solution. After rigorous development and testing cycles, we would be able to showcase these solutions
to different clients that our organization is engaged with. It is my privilege that several ideas that I came up with were
accepted. I was involved in building the solutions, preparing the pitch, and presenting it to leadership teams of various
clients.
UG: B.Tech/B.E. (Computers) from MSRIT in 2018
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Vikas Bhargava
Technology professional with 2.5 years of experience in innovating and developing
ideas.
Proficient in Andriod, Java, JavaScript, React, HTML, SQL, and CSS
Key Skills: Android, Java, Javascript, HTML, CSS, React.Js, SQL, Web Designing, Mobile Application Development,
Product Innovation,
Summary
I am a technology professional with 2.5 years of experience in innovating and developing ideas. Proficient in Android, React.js,
Java, and javascript. Worked on both front-end and back-end aspects of applications. Am a fast learner who thrives on taking
stretch assignments and delivering to exacting deadlines. Work very well in teams and have a penchant for giving articulate
presentations. Have received recognition for coming up with practical and contextual ideas and taking them to fruition.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d14…
https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d140b13445e0f0c0… 2/2
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Dec 2018 - Apr 2020
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
ANDROID 2021 2 Year(s)
JavaScript 2021 1 Year(s) 5 Month(s)
JAVA 2021 2 Year(s) 5 Month(s)
REACT 2021 0 Year(s) 6 Month(s)
HTML 2021 1 Year(s) 5 Month(s)
CSS 2021 1 Year(s) 5 Month(s)
SQL 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Kannada Expert
Telugu Beginner
Projects
Project Title: Innovation idea -1
Client: Accenture Innovation
Skill Used: Innovation, Android Development, Presentation,
Role Description: Product owner
Ideation, conceptualization, development (Android and Java), and presentation
Project Details: Hyper personalization of food and beverage choices for clients of the hospitality industry.
Significant funding was allocated to create an MVP.
Rank 403: Resume 886 with similarity score 0.04340716519561365
B.E , MS , B.TECH , BS project director , avp , management consulting , part time , full time solar , training , offline marketing , classification , demand , office , docker , beginner , data collection , node.js , roc , status , shipping , stakeholder management , express , green belt , product management , application architecture , wc , ux , management consulting , components , epic , features , checklists , technology start-up , building , payments , supply chain , gtm , scikit-learn , sales strategy , development projects , data science , forecasting , white hat , urban , organization , suite , thought leadership , product life cycle , react.js , automation , binary , traction , data visualization , designation , feature prioritization , consumer behavior , go-to-market strategy , wireframing , hindi , fitness , gap analysis , loan , dimensionality reduction , architects , web technologies , english , cost savings , web applications , groups , competitive analysis , live , newspapers , sprint planning , policy management , centricity , six sigma , machine learning , branding , research , canvas , documentation , dashboard , javascript , specs , positioning , football , html , major accounts , reporting , rollout , web development , matplotlib , general , healthcare , product requirements , options , developers , affirmative action , differentiation strategies , launches , utilization , technical proficiency , bootstrap , strategic planning , timelines , automotive , structured text , email , customer journey mapping , pandas , aws , responsive web design , german , bengali , operations , prediction , saas , surveillance , user stories , freight , product strategy , languages , oil , readability , privacy policies , program management , cyber , online , scheme , risk assessment , vulnerability , css , validation , b2c , customer acquisition , in-depth analysis , scratch , analytics , logistics management , revenue , authorization , internet , transparency , b2b , exploratory data analysis , design thinking , led , running , software engineers , e-commerce , events , leadership skills , python , crisis , digital marketing , metrics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 1/4
Current Designation: Consultant (Advisory)
Current Company: PwC India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [General Management]
Verified : Phone Number | Email - id
PwC India as Consultant (Advisory)
May 2018 to Till Date
Product Management / Development
- Owned the development of the front-end for a web-based B2B SaaS product (focused on cyber vulnerability
management) developed from scratch that reduces cybersecurity man-hours by ~40%
- Responsible for ideation, stakeholder management, building product roadmaps, feature prioritization, sprint execution,
requirement analysis, competitor analysis, sprint planning, feature validations, fit-gap analysis, and product
demonstrations; helped plan Go-To-Market strategy with senior management for rollout at 3 major accounts
- Leveraged design thinking frameworks such as customer journey mapping, developing customer personas, business
model canvas, etc. to act as the voice-of-the-customer and improving the organization's customer-centricity
- Provided in-depth analysis of markets, industry trends, competitors and clients to improve strategic planning and decision
making; managed competitive analysis, market forecast, and product positioning
- Fully hands-on in design and implementation of web application architecture, owned critical components end to end;
helped develop React component hierarchy
Design Assessments in Software Development (UX, front-end & back-end)
- Assessed multiple web applications (in healthtech, payments, banking) against privacy-by-design (PbD) requirements;
scaled regulatory-tech (customer privacy) in products in 3 countries; collaborated with PMs, UX/Design, Developers,
Architects for shipping GDPR-ready privacy features to improve customer trust, transparency
- Established requirements and designed the front-end for GDPR-compliant privacy page (includes options for exporting
/deleting personal data, accepting data subject requests) in React; assisted integrating with Node.js back-end
- Leveraged white hat UX patterns for improving privacy experiences; identified and remediated UX dark patterns to
improve user trust; recommended UX patterns to improve readability in privacy policies and settings
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Soham Ghosh
Soham comes with 4+ years of total experience in technology domain. He has a good
blend of product, technology & leadership skills. Executed and contributed to full-stack
web development projects. Adept at understanding product requirements.
Key Skills: Product Management,Product Strategy,UX,B2C,Product Life Cycle,Product
Design,Javascript,React.Js,Node.Js,Web Development,Wireframing,Gtm,Go-to-market Strategy,IT Roadmap,User
Stories,IIM,Web Technologies,SAAS,Management Consulting,SDLC,B2B,UI,Epic
Summary
Consultant at PwC with full-time MBA from IIM Calcutta and B.Tech from NIT Durgapur; 4 years of experience in working in
client-facing roles serving software product companies, banking, healthcare, analytics services clients; past experience include
product marketing and technical sales. He has a good blend of product, technology & leadership skills. Adept at understanding
product requirements from a technology as well as business point of view. Executed and contributed to full-stack web
development projects. He is experienced in React, Express, Node.js, JavaScript, Python, HTML, CSS, Bootstrap.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 2/4
- Established key personas for privacy features, defined user stories and translated the requirements into product specs
- Conceptualized, process-mapped and implemented an experience to aid users to raise data subject requests; ran
experiments to establish and verify the hypothesis; boosted trust by enabling transparency about personal data usage
- Developed PbD documentation and checklists for software engineers; closed communication, requirements, and
operations gaps among policymakers, business stakeholders, and software engineers within client organization
Program Management around Privacy in Strategy / Business / Marketing
- Led privacy organization setup within client - critical for avoiding regulatory fines cumulatively worth $1.6Bn for 10+
clients across SaaS, data science, banking domains
- Established program management with implementation areas including strategy & governance, policy management, data
lifecycle management, risk assessment/treatment; defined key success metrics for running the program and developed
compliance dashboard and reporting for C-Suite
- Involved C-Suite in developing implementation roadmap; prioritized action plans, budget allocation & resource estimate;
collaborated with cross-functional groups such as Product, Engineering, Marketing, Operations, Support, HR, and Legal
across time-zones to adopt best practices, update policies, recognize product and regulatory lacunae
- Launched "Data Subject Requests" Program allowing customers, employees, business partners to raise specific
requests and complaints
Designed a privacy-focused marketing campaign to show customer-centricity, empathy, and commitment towards privacy;
created content (privacy website, blog posts, thought leadership, customer-facing documentation)
Mitsubishi Electric as Engineer (Factory Automation)
Jul 2014 to Apr 2016
- Gathered requirements and built automation solutions (involved coding in Structured Text) for solar, automotive clients
- Organized new product launches; led national product marketing campaign "Empowering Express" in Hyderabad
- Prioritized customer orders in peaks, promotions and crisis events; communicated and aligned delivery timelines with
customers for deviation in offer timelines
- Generated SKU Sales forecast and escalated forecasting and accuracy gaps to Sales and Marketing
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Durgapur in 2014
PG: MBA/PGDM (General Management) from Indian Institute of Management (IIM), Kolkatta in 2018
Other Qualifications/Certifications/Programs:
Digital Marketing
Six Sigma Green Belt
Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Python 2020 2 Year(s) 0 Month(s)
AWS 2020 1 Year(s) 0 Month(s)
DOCKER 2020 1 Year(s) 0 Month(s)
Pandas 2020 1 Year(s) 0 Month(s)
Scikit Learn 2020 2 Year(s) 0 Month(s)
Responsive Web Design 2020 2 Year(s) 0 Month(s)
fast.ai 2020 1 Year(s) 0 Month(s)
React.js 2020 2 Year(s) 0 Month(s)
JavaScript 2020 3 Year(s) 0 Month(s)
Node.js 2020 2 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 3/4
Nature of Employment: Full Time Duration: Sep 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jan 2018 - Mar 2018
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Dec 2017 - Feb 2018
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Onsite
Team Size: 4
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
German Beginner
Projects
Project Title: Machine Learning Projects
Client: Kaggle, Analytics Vidhya
Skill Used: Machine Learning, Python, pandas, scikit-learn, Matplotlib, Exploratory Data Analysis, Data Visualization
Role Description: Machine Learning and data science
Project Details: - Santander Transaction Prediction (Kaggle): ROC AUC score 0.89 (winner 0.92) on binary classification
problem to predict bank transaction; rank top 14%
- L&T FinHack (Analytics Vidhya): ROC AUC score 0.65 (winner 0.67) on binary classification problem to predict loan
defaults: global rank top 4%
- Club Mahindra (Analytics Vidhya): Achieved RMSE 0.98 (winner 0.96) on regression problem to predict vacation spending;
global rank top 5%
- Technical proficiency: Python, LightGBM, fast.ai library, pandas, scikit-learn, data visualization, dimensionality reduction
Project Title: Marketing Project at Education Start-up at IIM Calcutta Innovation Park
Client: NexConnect - Education Start-up at IIM Calcutta Innovation Park
Skill Used: Marketing, Branding
Project Details: - Engaged in online-offline marketing of the education platform to expedite customer acquisition
- Developed specific communication strategies targeting rural, semi-rural and urban markets
- Developed content of 6 courses to be studied by 2000+ rural artisans from 6 communities of West Bengal
Project Title: Marketing Live Project with Fitness Brand
Client: Zweat
Skill Used: Consumer Behaviour, Marketing Research
Project Details: - Studied consumer behavior in channel preference, product needs for Indias first-of-its-kind active-wear
brand
- Designed primary data collection scheme & analyzed to recognize demand, competition & sales strategy
- Researched market-gap & product feature validation to understand ways to approach fitness enthusiasts
Project Title: Operations Strategy Live Project
Client: Drones Tech (Technology Start-up at IIM Calcutta Innovation Park)
Skill Used: Operations Research
Project Details: - Revamped surveillance strategy (project worth ?20L+) for Indian Army across borders of 5 states
- Identified 7 application areas where unmanned Drones faced difficulty in prolonged (>10 hrs) surveillance
- Increased period of surveillance by 73% & coverage by 32% by recommending automated Rover routes
Project Title: Strategy Live Project
Client: EduRade - Education Start-up at IIM Calcutta Innovation Park 2017
Project Details: - Developed differentiation strategies (4 areas) for education start-up working on NITI Aayogs ATL Mission
- Strategized 2-year plan to serve unique 120+ schools in 5 states with cumulative budget of ?30 Lacs
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 4/4
Nature of Employment: Part Time Duration: Jul 2017 - Sep 2017
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time Duration: Apr 2017 - Jun 2017
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
- Developed training modules in 4 areas for 30+ schools in West Bengal to be implemented in 1st phase (3 months)
Project Title: FIFA U-17 World Cup India 2017 - Marketing Live Project
Client: FIFA
Project Details: - Conceptualized actionable ideas to gain traction (in-stadia attendance, TV viewership, on-ground, online)
- Proposed strategies to build on momentum of the U-17 FIFA WC to popularize football in India
- Appraised by Project Director at LOC of FIFA for a well-articulated & focused project
Project Title: Indian Oil - Live Project at the Supply & Distribution Department of Kolkata Office
Client: Indian Oil
Skill Used: Supply Chain Management, Logistics Management, Freight Management, Inventory Management
Project Details: - Liaised with DGM (Fin, Supply & Distribution), optimized post-GST supply chain for exempt products in 12
states
- Analyzed outflow logistics of 43 depot; identified 8 demand points for Supply Chain re-modelling (post-GST era)
- Projected 39.34% logistics cost savings, 90%+ depot utilization, improved depot-demand network
Project Title: Product Revenue Strategy Internship - Star India
Client: STAR
Project Details: - Estimated market size of TV & print market of West Bengal for 2 years to analyze competitive position of
channel
- Analyzed ad spending of 12K+ companies (15 categories) in 12 channels, 46 newspapers in 6 years on BARC/ADEX
- Scripted VBA tool to automate market size estimation; worked with AVP to develop GTM for key client categories
- Monitored market trends, research, consumer markets, and competitors' activities to identify opportunities and key issues
Rank 404: Resume 260 with similarity score 0.04340501432939426
MS , BS group leader blogging , internships , public , english , manage multiple , html , resume , paper , economics , java , problem solving , research , photography , completion , assessment , organization , commerce , digital marketing , presentations Assessment
Q1. Why should you be hired for this role?
I have just started my career, I don't have practical achievements, but I really want to practically explore and experience my potential by
delivering the best services to the company. It will be my honor to work with you and this organization.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes i am ready for working in your organization
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9149433485
Jhanvi Bhardwaj
Jammu, Pune
Applied 01 Feb'21
MSOffice English Proficiency Spoken) Blogging
Economics HTML MSPowerPoint
Photography Java
Bachelor of Business Administration B.B.A.), BBA
IMED, Bharati Vidyapeeth, Pune
2019 - 2022
CGPA 9.02/10
Senior Secondary XII, Commerce
GD Goenka Public School Jammu
CBSE BOARD board)
Year of completion: 2019
Percentage: 82.00%
Digital Marketing
Instaawant Empire Pvt. Limited, Jammu
Aug 2020 - Nov 2020
Club head in school.
Group leader in presentations.
Event head in various extra curricular activities at college.
Doing a research paper on Marketing
Oct 2020 - Present
Am trying to write a research paper on Marketing strategies
I'm good at communication
strong problem solving and decision making
Able to manage multiple tasks
My strengths:- patience and willing to work
Rank 405: Resume 958 with similarity score 0.04321535025165424
BSC , BS , B.E , MS , B.TECH full time , software developer version control , customer , angular , beginner , mock , navigation , entrepreneurs , status , store , mumbai , test automation framework , barcode , information science , writing , components , order management , html5 , mixing , sass , es6 , sales direct , workflow , retail , access , designation , data transfer , protocol , user interaction , hindi , cloud , batteries , json , english , troubleshooting , shopping , code review , predictive maintenance , web applications , screens , agile , spa , responsiveness , project , live , cubes , solution architecture , forms , rest , software coding , dashboard , mqtt , web pages , javascript , history , technology , performing , affirmative action , async , user experience , typescript , bootstrap , email , google , new features , microsoft , operations , github , unit testing , traceability , languages , empower , real-time data , responsive design , layout , online , subscriptions , api , functionality , redux , asset tracking , css , validation , directives , frontier markets , tamil , scratch , authorization , map , focus , devices , less , debugging , router , storage , statistics , e-commerce , kannada , events , load , test execution , sockets 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 1/4
Current Designation: Engineer - App Software
Current Company: Sasken Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Sasken Technologies as Engineer - App Software
May 2020 to Till Date
Projects
AUG 2020 - Till Date KENTEST AUTOMATION FRAMEWORK (Test automation framework that provides a
scalable and sustainable automation solution)
KenTest is a test automation framework that provides a scalable and sustainable automation
solution. Includes dashboard screen to display daily test execution graph and statistics and
test script management, test execution mainly focus on user roles on test script and to see
the logs streaming. Includes view option to view detailed logs and report.
Role: Front-End Developer
Responsibilities:
Responsible for design and development of the web pages from mock-ups using HTML,
CSS, Bootstrap, React material, JavaScript and React JS.
Extensive usage of react material UI for layout as well as responsive design.
Worked in using React JS components, Forms, Events, Router.
Wrote external CSS file, which linked to the HTML file to increase the traffic of the web
site.
Used Redux Async actions to make the app fully asynchronous.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
AMITHA R
Frontend developer (Angular and React) - App Software seeking roles in Software
Development,Application Programming,Application
Maintenance,HTML,CSS,SCSS,JavaScript,TypeScript,ES6,Angular
4,5,6,7,8,9,10,JavaScript,React JS
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,HTML,CSS,SCSS,JavaScript,TypeScript,ES6,React JS,Angular
10,Engineer - App Software,Angular 5+
Summary
Experience working in a corporate environment for 3.4 years as a Front-End UI/Web
developer, worked extensively on Angular 5+/Typescript, ReactJS library SPA domains.
Expertise in developing User Interface (UI) Rich Web Applications using HTML5, CSS3, SASS,
JavaScript, TypeScript, Bootstrap(3,4) and Material UI (React and Angular) and Integrating
Restful API's.
Expertise to design and develop an application from scratch.
Experience in using React Redux and NgRx store, Forms with validation, External libraries,
Router, Events, Material UI.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 2/4
Used Axios library to make http requests to external resources
Maintaining an organized workflow using a project management tool GitHub.
Involved in software coding, testing, and debugging for web presentation layer using
HTML and CSS.
DEC 2020 - Till Date Dealer Service Portal (CATERPILLAR PROJECT)
Dealer Services Portal(web application) is a one stop solution for all Customers, Dealers and
CAT admin users(to manage Subscriptions). Dealer Services Portal (DSP) allows users to
work on their assets, to view the history of billing invoices and to manage user access. It has
been improved to provide a seamless experience during device transfers, replacements,
upgrades or downgrades
Role: Front-End Developer
Use skills in debugging to check the code, rewritten and improved the existing code
and enhance the functionality and user experience of web application using LESS and
Angular
Developing new features , rectifying front-end-related issues and mainly performing bug
fixes
Collaborating closely with the team to support projects during all phases of delivery.
Performed unit testing after writing the code.
Used Microsoft Assure to build, deploy and manage applications.
Worked extensively in Agile Development process
Actively involved in providing the technical support of the application by troubleshooting
and resolving the issues .
JUN 2020 -
NOV 2020
Smart Factory
Smart Factory application designed using React with Typescript which is used for End-To-End
solution accelerators for enabling industry 4.0. It gives overview of real time Plant operations,
Predictive Maintenance, Asset Tracking, Machine Status, Quality Monitoring.
Role: Front-End Developer
Responsibilities:
Responsible for design and development of the web pages from mock-ups using HTML,
CSS, Bootstrap, React material, JavaScript and React JS.
Integrated Highchart for graphical representation for data.
Integrated Sankeychart for products traceability
Used React Material UI For responsiveness of the application.
Worked on JSON objects to map properties values on UI
Worked on GIT as a version control.
Integrated Pouch DB for offline storage.
Mobinius Technologies as Front-End Developer
Sep 2017 to Apr 2020
SEP 2019 - APR 2020 FRONTIER MARKETS - SAHELI (E-commerce application to empower women
entrepreneurs in India)
A E-commerce application for Saheli's online shopping for retail sales direct to consumers via
web sites to manage products, customers and complete track of all sold products. Focus
mainly on Inventory management, Order management and Delivery management
Role: Front-End Developer
Responsibilities:
Designed and developed the application using Angular 8 framework from scratch.
Responsible for creating efficient design and developing User Interaction screens using
HTML, CSS, Bootstrap, TypeScript, ES6, Angular material, Angular 8.
Responsible to Style, look and feel of the web page and for responsive design with SASS
that extends CSS with dynamic behaviour such as variable, mixing, operations and
functions.
Experience with creating custom directives, decorators, and services to interface with
restful services.
Performed unit testing after writing the code by using Jest framework.
Involved in code review to make sure the code is in readable format, utilise TypeScript,
use TSLint, RxJS in Angular and Lazy load to modules.
Used Canactivate, Resolver, Canactivatechild, Canload, Candeactivate authguards.
Used Angular Bar code Generator Libraries ngx-barcode.
Worked on GIT as a version control
Used Highchart to create a simple component that fetches data via an API and generates
charts from it.
MAY 2019 - SEP 2019 GREEN CUBES(Getting the live status of IOT devices like batteries or forklifts)
Green cubes is all about getting the live status of IOT devices like batteries or forklifts.
Basically devices will be pushing the data to cloud (Google IOT Core) through MQTT protocol
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 3/4
and those data will be pulled by node. Frontend will be showing the live data continuously
which is implemented by rest Api as well as web sockets
Role: Front-End Developer
Responsibilities:
Designed and developed the application using Angular 7 framework from scratch.
Responsible for creating efficient design and developing User Interaction screens using
HTML, CSS3, Bootstrap, TypeScript, ES6, Angular 7.
Created Typescript reusable components and services to consume REST API's using
Component based architecture provided by Angular based architecture provided by
Angular
Extensive usage of Bootstrap, SASS for layout as well as responsive design
Worked on GIT and source tree as a version control.
Experience with creating custom directives, decorators, and services to interface with
both restful services.
Implemented Angular Router to enable navigation from one view to the next as customer
performs application tasks with lazy loading implemented.
Used the Web Socket protocol enables interaction between a web browser and
facilitating real-time data transfer from and to the server
OCT 2018 -
MAY 2019
CENTRE FOR SIGHT (A Feedback Application for patients and admin panel for Centres)
A generalised feedback web-app for patients and admin panel for tracking of all centres
feedback and to summarise the negative and positive feedback. Displaying the feedback in
admin portal rated by each individual patient from different centres through graphical
representation.
Role: Front-End Developer
Responsibilities:
Designed and developed the application using Angular 6 framework from scratch.
Responsible for design and development of the web pages from mock-ups using HTML,
CSS3, Bootstrap, TypeScript, ES6, Angular 6.
Responsible to Style, look and feel of the web page and for responsive design with SASS
that extends CSS with dynamic behaviour such as variable, mixing, operations and
functions.
Created Typescript reusable components and services to consume REST API's.
Implemented HTTP requests using RxJS Observable library to handle multiple values
over time.
Performed unit testing after writing the code by using Jest Framework.
Implemented Angular Router and used Canactivate, Candeactivate authguards for
securing the routes.
Worked on GIT as a version control.
UG: B.Tech/B.E. (Information Science and Engineering) from Mangalore Institute of technology and Engineering in 2017
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS 3 Year(s) 3 Month(s)
JavaScript, TypeScript 3 Year(s) 2 Month(s)
React js 2 Year(s) 2 Month(s)
BOOTSTRAP 3 Year(s) 2 Month(s)
GIT 3 Year(s) 2 Month(s)
Angular 5,6,8,9,10 3 Year(s) 3 Month(s)
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Tamil Beginner
Kannada Expert
Rank 406: Resume 900 with similarity score 0.04310059669948384
B.E , MS , B.TECH it analyst , software developer , full time , java programmer , full stack developer maintainability , react.js , risk assessment , spring mvc , finalization , web development , functionality , core java , general , credit , security , designation , affirmative action , mysql , user interaction , oracle , hindi , maintenance , process optimization , ltd , macro , authorization , english , project planning , team building , visual basic , business process analysis , status , spring boot , excel , scalability , specifications , email , application , aws , microservices , bengali , global services , electronics , components , alcatel , reliability , debugging , spring data , languages , payments , hibernate , database , completion , process automation , cisco , struts , software design , javascript , technology , insurance , network engineering , html , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550…
https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550184909555d07… 1/2
Current Designation: IT Analyst
Current Company: Tata Consultancy Services Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as IT Analyst
May 2017 to Till Date
Developed multiple applications for JP Morgan Chase and MetLife using technologies such as Spring Boot, Spring MVC,
Struts 1.1, Core Java, React.js, AWS, JSP and MS-SQL.
Enhanced FX Payments Manager module, Global Insurance Sales Platform and Credit Life Admin System.
Designed solutions conforming to architectural requirements such as scalability, maintainability, reliability, usability and
security; fixed defects as the code was promoted to higher environments.
Managed client/user interaction for requirement gathering, risk assessment, finalization of technical specifications and
discussed for effort/cost/time estimation.
Delivered accurate estimated development times; developed new functionalities, both back-end and front-end.
HCL Technologies as Tech Lead
Nov 2016 to May 2017
Played a major role in Cisco Network Engineering talent acquisition and was a part of Cisco resource pool for
enhancement of skills.
Participated in recruitment drives.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Biswajit Pandey
Java and Full Stack Developer seeking roles in Software Development, Coding,
Debugging, Solution Optimization, Project Execution, Project Planning,Team Building,
Requirement Gathering and Software Design
Key Skills: Software Developer,Core Java,J2EE, React.js,Full Stack Development,Coding,Debugging,Solution
Optimization,Project Execution,Project Planning,Team Building,Requirement Gathering,Software Design
Summary
An enthusiastic professional with nearly 9 years of rich and extensive experience in Software Application Development (Core
Java and Full Stack)
Provided insightful knowledge of business process analysis (As-Is, To-Be) and design; managed application based process re-
engineering as well as process customization, process optimization and provided technical solutions from stability prospective
Expertise & hands on experience in Core Java, Web development-J2EE, Spring Boot, Spring MVC, Spring Data, Microservices,
React.js, HTML, JavaScript, Database (Oracle SQL and MySQL) and JMS.
Completed certification in Oracle Certified Java Programmer (OCPJP Java SE 6).
Identified, conceptualized and documented appropriate technical solution approaches for various business scenarios and
challenges.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550…
https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550184909555d07… 2/2
Ericsson India Global Services Pvt. Ltd. as Engineer
Dec 2011 to Nov 2016
Designed and built multiple applications using Core Java, Struts 1.1 and VBA (Macro for excel).
Assisted updates to the management on work in progress, work completed, work planned, and issues that potentially
impacted the on time completion or quality of work.
Developed new applications, components & added functionality to existing systems.
Created Market Orders for Alcatel-Lucent along with network capacity analysis for Sprint, US.
Visual Basic Automation for process automation and reducing manual effort.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dream Institute of Technology, West Bengal University of
Technology in 2011
Other Qualifications/Certifications/Programs:
Oracle Certified Java Programmer (OCPJP Java SE 6)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 2020 5 Year(s) 0 Month(s)
MySQL 2020 3 Year(s) 0 Month(s)
Spring 5 2020 5 Year(s) 0 Month(s)
Hibernate 4 2019 2 Year(s) 0 Month(s)
CORE JAVA 1.8 2020 8 Year(s) 0 Month(s)
React.js 15 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 407: Resume 937 with similarity score 0.04308644085742496
B.E , MS , B.TECH full stack developer , full time , software developer portal development , react.js , general , css , microsoft azure , ease , designation , ug , affirmative action , technical architecture , hindi , databases , maintenance , player , authorization , english , node.js , status , sql , email , application , range , testing , languages , html5 , operating systems , utilities , kannada , javascript , data centers 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13…
https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13521944090e0b… 1/2
Current Designation: Full Stack Developer
Current Company: Mindtree Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree Limited as Full Stack Developer
Dec 2016 to Till Date
Responsible for Design, Develop and Maintain
applications developed on Azure Fabric Service.
Portal Development using React and Markup
Language and other UI Tools for internal use of
engineer to track and update daily tasks.
Responsible for Design, Develop internal
Applications for Monitoring and Integrating various
stages of BVT Testing.
Application Development for newer versions of
Operating Systems using various internal testing
tools.
Releasing Base OS for Azure Clusters.
Responsible for complete buildout, configuration,
testing and maintenance of the Microsoft Azure
Clusters from around 100 data centers.
Reviewed code, debugged problems and
corrected issues.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Shravan Mulge
Full Stack Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Client Management,HTML,CSS,JavaScript,SQL,Azure
Key Skills: Full Stack Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,Client Management,System Analysis,Technical Architecture,Client
Management,HTML,CSS,JavaScript,SQL,Azure
Summary
Well-qualified Full Stack Developer familiar with a wide range of
programming utilities and languages. Knowledgeable of backend and
frontend development requirements. Able to handle any part of the
process with ease. Collaborative team player with excellent technical
abilities offering 4 years of related experience.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13…
https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13521944090e0b… 2/2
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, JavaScript
React.js
Node.js
Microsoft Azure
SQL Databases
Languages Known
Language Proficiency Read Write Speak
English Expert
Kannada Expert
Hindi Proficient
Rank 408: Resume 545 with similarity score 0.04302615699288447
B.E , BS work from home deep learning , shape , fusion 360 , public , internet , google cloud platform , models , yantra , computer vision , resume , matlab , government , machine learning , building , opencv , arduino , autodesk , raspberry pi , completion , assessment , data science , python , technology , working experience , ansys Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my abilities and potential. Although I have accumulated not strong enough foundational knowledge
regarding the job. But I would keep with others as I am a very quick learner and I am eager and excited for learning new things. I have worked on
Deep Learning Models and CV in my previous projects. I think the best way to move forward would be to get practical working experience in an
established platform like your company. I wish to learn, upskill, and acquire skills that can shape me as a valued programmer.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full-time from home and have a good internet connection which will not delay work.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8837580847
Shreerama Shiva Sai Bharadwaja
Mohali
Applied 07 Feb'21
Python Autodesk Fusion 360 ANSYS
Computer Vision Deep Learning MATLAB
Machine Learning OpenCV Raspberry Pi
Arduino
Bachelor of Education B.Ed), Mechanical Engineering
University Institute Of Engineering And Technology, Chandigarh
2019 - 2023
Percentage: 7.26%
Senior Secondary XII, Science
Government Model School, Sector 19, Chandigarh
CBSE board)
Year of completion: 2019
Percentage: 72.80%
Secondary X
Chamanlal DAV Senior Secondary Public School, Sector 11,Panchkula, Haryana
CBSE board)
Year of completion: 2017
CGPA 9.40/10
Won N.E.K.C Season 3
Participated in E-yantra
Completed data science course in Google Cloud Platform
Building Myoelectric arm under D.I.C
Rank 409: Resume 1334 with similarity score 0.04279494100742215
B.E , MS , B.TECH crm administrator , cloud architect , associate , devops , zookeeper , full time , team lead , data administrator , aws solution architect resource allocation , award , server monitoring , planning & scheduling , security , vault , platforms , docker , linux , technology services , gateway , flume , synchronization , status , stakeholder management , specifications , application services , application architecture , mumbai , samba , smoke testing , kerberos , apache spark , performance engineering , artifacts , writing , components , ec2 , order management , work processes , infrastructure , payments , foundation , solaris , soa , scala , coordinated , organization , crm , engagements , cxo , shiny , ansible , automation , devops , kubernetes , designation , tsys , hindi , gap analysis , cluster , yarn , architects , windows , operational transformation , english , troubleshooting , project , groups , leadership , solution architecture , process analysis , playbook , pipelines , architecting , volume management , performance tuning , strategy , togaf , javascript , predictive analytics , hadoop , kms , ldap , optimization , general , performing , efs , change requests , developers , groovy , affirmative action , principles , maintenance , dynamo , unix , kafka , ddl , nexus , email , business units , aws , hp , data solutions , design patterns , customer experience , languages , sqoop , hive , load balancing , big data , amazon , ace , assessment , mobile , queues , web , gcs , airflow , technology planning , cloud storage , database , cloud services , csat , api , codes , high availability , jenkins , nosql , ug , developments , authentication , permissions , authorization , self-healing , teams , enterprise , productivity , siebel , lake , ecosystem , map , application servers , records , led , s3 , shell scripting , repository , landscape , it operations management , cloudera , agents , eim , hbase , python , cloud computing , ucm , google cloud , business solution delivery , data administration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 1/4
Current Designation: Lead- IT Operations
Current Company: TSYS Card Tech Services India
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
TSYS Card Tech Services India as Lead- IT Operations
Aug 2017 to Till Date
Key Result Areas:
* Directing technology planning and direction, strategy development, leadership and implementation, business and
operational transformation execution and business solution delivery
* Spearheading the entire operations including delivery excellence, innovation, productivity and process improvement
* Setting out quality standards for various operational areas, ensuring a high-quality customer experience while
adhering to the SLAs and work processes
* Administering array of project operations such as planning & scheduling, resource allocation while providing technical
direction and ensuring compliance with quality standards
* Maintaining optimal relations with internal & external stakeholders to provide support for various IT issues by keeping
a close track on recent developments
* Reviewing all outstanding change requests, analyzing change records for determining any trends along with the
closing of change requests and then producing regular management reports
* Ensuring the required infrastructure is in place for team members including physical, hardware & software
requirements
* Attaining the targets without any escalations or complaints from clients; achieving the higher CSAT (Customer
Satisfaction)
Highlights:
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PUNEET JOSHI
Certified AWS Solution Architect, Lead seeking roles in Cloud Computing, Solution
Architecture, IT Operations Management, Stakeholder Management, Requirement
Analysis, Cost Optimization, Process Improvement, NoSQL, Hive, Jenkins, Docker,
Python.
Key Skills: Lead,Team Lead/Tech Lead,Cloud Computing,Solution Architecture,IT Operations Management,Stakeholder
Management,Requirement Analysis,Cost Optimization,Process
Improvement,NoSQL,Hive,Jenkins,Docker,Python,Linux,Certified AWS Solution Architect.
Summary
Self-driven with a passion for technology; skilled in grasping the big picture and conceptualizing, developing & applying
appropriate, practical technology/mix of technologies that meet business needs while minimizing risks. Insightful knowledge on
process analysis and designing solutions integration, by capitalizing SOA, TOGAF ADM practices, governance, principles and
design patterns. Significant experience in leading cross functional stream and CxO's engagements, drove ARB, ORB's liaising
with business, Enterprise Architects, Platforms & Security experts. Comprehensive experience in technical solution architecting
and conceptualization for enterprise wide IT architecture in alignment with business and existing systems landscape. AWS/GCP
Cloud Architect highly skilled in supervising company's cloud Infra landscape and known for brining value through solutions and
cost optimization & ensuring availability
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 2/4
* Implemented High & Load Balancing of Hive Server 2, multi node Airflow cluster from standalone implementation
* Developed Ansible playbook for performing self-healing of main application services
* Automated the HDFS volume management using Python
Projects Handled
Company: TSYS Card Tech Services India (A Global Payments Company)
Period: Dec'20 - till now
Project: Merchant Data & Analytics
Role:
* DevOps & Cloud OPS lead from Pune; leading a team of 7 people to deliver the DevOps & maintain Cloud operations
(Google Cloud)
* Responsible for maintaining the DevOps infrastructure over the cloud
* Responsible for maintaining the GCP components like Compute Engine, GKE, GCS, BigQuery
* Work as part of a team, to design and develop cloud data solutions
* Writing Docker files to build custom docker image for application
* Writing Ansible playbooks for deployment automation
* Developed Dynamic Jenkins pipelines for automation using Groovy (Ansible) Scripts
* Developed Jenkins Pipeline for automating Docker cluster maintenance tasks
* Installation & Configuration of DevOps Tools like Jenkins, Docker, Ansible, and Kubernetes
* Automation of daily Cloud operation/ Deployments using Python
* Integration of CI/CD pipeline with Hashicorp Vault
Project: Issuing Data Lake
Period: Aug-2017 till Nov 2020
Role:
* Led a team of 14 people to support DevOps, Big Data Administration tasks, responsible for implementation and
ongoing administration of Hadoop infrastructure
* Maintained the DevOps infrastructure over the cloud
* Strong foundation of knowledge around AWS cloud services and the cloud ecosystem
* Manage and support full application stacks from the OS through custom applications using Amazon cloud based
computing environments
* Work as part of a team, to design and develop cloud data solutions
* Work with business units, software developers, security, to design and build applications and services within AWS
* Responsible for architecting Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, AWS
Kinesis, Lambda, Cloud Formation, Elastic Beanstalk, RDS, Dynamo DB, Redshift etc.
* Experienced on Architecting and securing the Infrastructure on AWS using IAM, KMS, API Gateway, Cloud Trail,
Cloud Watch, Security Groups, NACL
* Installation & configuration of Artifact Repository like Nexus
* Installation & Configuration of Multi Node Airflow Cluster
* Responsible for integrating Docker applications with Hashi Corp Vault
* Responsible for maintaining the DevOps infrastructure
* Installation and Configuration of DevOps tools i.e Docker, Ansible, Jenkins, Kubernetes
* Installation and Configuration of Big Data Tools like hive, hive server, spark
Cummins Technology India Limited as DGM
Nov 2015 to Aug 2017
Solution Stack: Hadoop, Flume, Sqoop,R,Shiny,Siebel CRM,SAMBA,YARN,Zookeeper,Kerberos
Operating System: Linux, Windows
Description: Siebel CRM application is the master application used for storing customer information. The application
also have inbuilt order management module which tracks the orders placed by different Customers. 25 nodes Hadoop
Cluster with eco-system components is used to perform storage & analysis of log files. Predictive analytics executed by
using R.
Role:
As Big Data Administrator:
* Installation and configuration of HDFS, Hive, Spark, high availability for HDFS Masters
* Managed the Setting up Kerberos authentication for Hadoop, multiple flume agents
* Removed slave nodes for maintenance work like OS patching, OS upgrades; troubleshot Node's unavailability
* Cluster Monitoring; created user queues for capacity scheduling
* Importing and exporting the data using Sqoop from HDFS to Relational Database; set-up Apache Spark
As Siebel CRM Administrator:
* Managed a team of 6 Siebel Administrators in managing IT Performance Engineering, Software Configuration, and IT
Solution Designing Application Architecture Domain
* Led the integration with other Enterprise Applications
* Reviewed and implemented architectural specifications based on Gap Analysis; coordinated with different cross-
functional and technical teams for managing the Application Architectural activities
* Performing activities involving:
o TOGAF ADM iteration within Application Architecture Domain.
o Stakeholder Management, Requirement Gathering & Analysis for enhancements.
o Resource Capability Assessment
o Conducted performance tuning on Siebel servers, setting up of new custom Siebel components, profile configuration
and so on
o Administered data set-up such as EIM / Web Service / LOV / Data Map / organization and so on
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 3/4
o Performed SRF, repository migration and DDL synchronization between different environments
o Managed installations / un installations Siebel architecture web/Gateway/App server/components and setting-up
Siebel tools for mobile/dedicated client
o Migrated repository &smoke testing, environment tuning also coordinated with multiple team for analyzing and
troubleshooting Siebel server component issues
Highlights:
* Successful upgrade of Siebel CRM from 7.x to 8.x across all locations.
* Successful implementation & integration of HDFS , Haddop ecosystem with Siebel DB.
Colt Technology Services India Pvt Limited as Consultant
May 2012 to Oct 2015
Role:
* Administered a team of 3 members in the administration of Siebel CRM like Siebel architecture, system design &
integration; led the development of different architectural artifacts within application architecture domain
* Managed:
o Migrations of repository from development till production environment
o Configured servers, views and provided system privileges / permissions to users
o Deployment of new releases across different Siebel environments, application patches on Application Servers, and
integration with third party authentication like LDAP
o UCM Data and cross-references with external systems, SDH Tables & Type Codes
o Configured servers, views and provided system privileges / permissions to users
o Monitored servers, install, configure and troubleshoot Siebel UCM
o Code deployment, performance tuning, troubleshooting software issues and integration of modules
Highlights:
* Conferred with ACE award of the Quarter in 2013
* Configured the production system to handle 2700 concurrent users
* Facilitated technical solution to minimize the downtime from 1 hour to 10 minutes
* Led the automation of the component & server monitoring by using shell scripts
UG: B.Tech/B.E. (Chemical) from guru ghasidaas university in 2004
PG: in 0
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect
Docker Certified Associate
Education
IT Skills
Skill Name Version Last Used Experience
MapR-FS, HDFS, Hive, Hbase, Flume
Kafka, Sqoop, Ambari, Cloudera Manager
Kerberos, NoSQL, PIG, Apache Spark
YARN, Scala, Flink, MapR
Docker, Ansible, Jenkins, Kubernetes
Compute Engine, GKE, DevOps
Google Cloud Storage, Data Proc
Cloud SQL, Terraform
R, Python, Shell Scripting
Windows, Linux, Solaris, HP-Unix
Windows 2003 / XP, Server 2003
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Siebel CRM, Kerberos, Hadoop
Shiny, Flume, Sqoop, SAMBA
Zookeeper, BigQuery, GCS
IAM, KMS, API Gateway, Cloud Trail
Cloud Watch, EC2, VPC, S3
Glacier, EFS, AWS Kinesis
Elastic Beanstalk, RDS, Dynamo DB
Redshift
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 410: Resume 1354 with similarity score 0.042733314515875934
B.S , MS application support , senior project manager , assistant manager , change management , full time , program manager training , renewals , project managers , prince2 , status , testing , biology , building , ec2 , tailoring , payments , pmi , devising , automation , functional specifications , technical leadership , designation , confluence , deliverables , pre-sales , support management , hindi , ltd , english , troubleshooting , management professional , agile , ibm , change management , resource management , dashboard , completion , one , javascript , technology , migration projects , reporting , general , performing , scrum , scripting , affirmative action , oracle , maintenance , unix , service delivery , email , envisioning , aws , bengali , global delivery , customer experience , languages , mitigation strategies , viz , jira , pmp , servicenow , it infrastructure management , mentoring , windows server , snow , revenue , azure , authorization , risk , teams , manual labor , clarity , deliveries , models , excel , application , savings , qlik , led , debugging , transformation , latam , offshore , reviews , schedules , cloud computing , attrition 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e10…
https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e100112470d0f0c… 1/3
Current Designation: Senior Infrastructure PM
Current Company: Wipro
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Wipro as Senior Infrastructure PM
Jan 2017 to Till Date
Key Result Areas:
* Planning project activities viz. scoping, estimation, tracking, change management, delivery management & post
implementation support
* Monitoring onshore & offshore delivery management for technical deliverables of concurrent projects
* Designing, developing, testing, troubleshooting and debugging of applications
* Interacting with clients for requirement gathering, system study & analysis; besides documenting, tracking, and
communicating bugs, enhancements, analysis, and unresolved problems
* Establishing healthy business relations with clients & external associates for securing repeat business & long-term
customer
loyalty
* Providing the business with the tools for supporting the ongoing projects along with managing teams for ensuring
revenue
growth
* Monitoring and providing leadership support to the Project Managers for project deliveries, schedules and ensuring SLAs
are met
* Spearheading complete delivery management functions, including planning, designing/developing solutions, managing
projects, coordinating with clients and providing technical leadership for new projects
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SHOUNAK BANERJEE
Senior Infrastructure Program and Project Manager seeking roles in IT Infrastructure
Management,Client Management,Risk Management,Delivery Management,Transition
Management,Cloud Computing,Agile Methodology,JIRA,Confluence,AWS,Unix,Azure
Key Skills: Senior Infrastructure PM,Program Manager,IT Infrastructure Management,Client Management,Risk
Management,Release Management,Delivery Management,Cloud Computing,Agile Methodology,Shell
Scripting,JIRA,Confluence,AWS,Unix,Azure
Summary
PMP Certified Professional with nearly 20 years of experience in Program & Project Management, Service Delivery
Management, Transition, Infrastructure Management, and Client Relationship Management
* Expertise in Delivery Management activities including liaising with clients, gathering & eliciting requirements, devising cost
effective solutions as per global delivery frameworks and analyzing & mitigating risk
* Hands-on experience in managing and completing projects with a complete budget of worth $ 20 Million
* Domain Expertise in: Risk Management, Mitigation strategies, Revenue, Margin & Pricing expertise for large accounts more
than 250 resources, RAG Alert state, PRINCE2 and PMI environment
* Demonstrated excellence in managing large teams from requirements through design, implementation & deployment
* IT support management professional - envisioning usage of new technology & tailoring its usage for achieving desired results
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e10…
https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e100112470d0f0c… 2/3
* Supervising solution designs and documenting functional specifications and technical solutions
* Leading & mentoring cross-functional teams, developing competency, providing training, administering performance
appraisals, and resolving conflicts; overcoming complex business challenges and taking high-stakes decisions
* Developing transition plans including infrastructure/application support models, change management
* Monitoring the complete transfer of key information as needed for the support, operation and acceptance of solutions
deployed into production
* Assessing, analyzing, developing, and implementing changes based on requests for change
Highlights:
* Managed complex programs such as payments transformation comprising of several sub-projects as managed by
various
Senior Project Manager
* Monitored stream of the payment's transformation program, the largest transformation projects with budget of ~ £ 6M
over a period of 3 years
* Successfully led Release 1 to completion and migrated dashboard reporting application to AWS Cloud using VPC and
EC2
setup at the AWS site, and transitioned Release 2 phase to sub-project team
* Spearheaded and mentored more than 45 people, reporting (PMO, Junior and Senior PM's) - part of transition,
transformation and migration projects; thereby attaining 2% attrition rate for last 6 quarters, and was appreciated by senior
management for the same
* Participated in Pre-Sales SoW reviews, renewals, creation along with deal pricing and revenue margin discussions
* Successfully managed the margin from account perspective, improved rookie count and increased the head count from
27
to more than 45 team members across Gurgaon, Chennai and Bangalore
IBM India as Senior Project Manager
Jun 2015 to Dec 2016
Highlights:
* Managed $5M Decommission program of a critical customer of IBM in North America, and LATAM
* Created policies to introduce process change regarding automation, thereby reducing manual labor, and generating a
cost
savings of ~$1M
* Awarded as top performing PM within one year of tenure for turnaround of projects and customer experience which has
faced many escalations in the past
Hindustan Unilever Ltd as Assistant Manager
Sep 2014 to Jun 2015
Highlights:
* Successfully implemented AWS Project worth $ 600K by building, testing, and deploying pre-sales application to AWS
Private
Cloud within 3 months across geographies
* Steered the completion of 3 projects with aggressive follow-ups, discussions and completion of pending tasks, which
were
pending for last 2 years
UG: B.Sc (Biology) from Calcutta University in 2001
PG: from Calcutta University in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS Cloud
MS Project/ Excel/Visio/PPT
WINDOWS SERVER
AD, and Exchange
Azure Basics
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e10…
https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e100112470d0f0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Unix, Shell Scripts
Agile - Scrum based planning using Visio
ServiceNow (SNOW)
Resource Management in Clarity (Oracle)
JIRA, Confluence, Qlik View
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 411: Resume 1559 with similarity score 0.04265734283633737
B.S , MS application support , full time , security supervisor magento , tally erp , security , ug , office , affirmative action , oracle , cash handling , hindi , ltd , php , english , authorization , shipping , status , excel , software testing , email , project , wordpress , application , less , mumbai , languages , database , it recruitment , javascript , network administration , web , gujarati 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819…
https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819561346090f0f5… 1/2
Current Location: Ahmedabad
Pref. Location: Mumbai,Ahmedabad
Functional Area: Guards / Security Services
Role: Security Supervisor
Industry: Shipping/Marine
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
UG: B.Sc (Computers) from Ganpat University, Ahmedabad in 2020
PG: in 0
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
CHAITANYA RAWAL
Fresher seeking roles in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical
Support,Network Administration,Incident Management,tally erp9
Key Skills: Fresher,Requirement Gathering,Software Testing,Application Support,Technical Support,Tally ERP,Excel,MS
Office,Cash Handling,Cashier Activities,Project Management,Production,Power Point Presentation,IT Recruitment
Summary
Result-oriented Professional with knowledge in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical Support,Network Administration,Incident
Management.
Education
IT Skills
Skill Name Version Last Used Experience
MS WORD
MAGENTO
Oracle
WORDPRESS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
GUJARATI
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819…
https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819561346090f0f5… 2/2
Nature of Employment: Full Time Duration: Jan 2020 - Jun 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: ATTENDANCE MANAGMENT SYSTEM
Client: WAY TO WEB PVT LTD
Project Details: I HAVE MADE A PROJECT NAMED ATTENDANCE MANAGMENT SYSTEM USING DATABASE AND
PHP
I HAVE WORKED ON WORDPRESS PLATFORM
Rank 412: Resume 1455 with similarity score 0.04252421157217175
MS , BSC , BS director , project manager , program manager , senior manager , cfo , business development , change management lead , full time , general manager , relationship manager , vp , data management , master black belt sap fico , robotics , postpaid , sen , workshops , office , edm , rfi , kpi , tcm , headcount , capex , customer satisfaction , status , supplier performance , audit management , project governance , icr , re-engineering , transactional , turnover , business performance management , global finance , building , visio , supply chain , procurement , project accounting , ifrs , rpas , ptp , forecasting , workflow , p2p , organization , kt , distance learning , cxo , mobility , vss , retail , project support , f&a , stabilization , access , sales performance , designation , process migration , hindi , lean six sigma , ltd , knowledge management , english , financial planning , physical verification , agile , bpo , consolidation , business operations , closure , accountability , change management , strategic finance , query resolution , resolve , strategy , enterprise business , documentation , process automation , radiation , agri , completion , benchmarking , javascript , tax , artificial intelligence , rolling , bill payment , measures , business continuity , digitization , toolkit , reporting , general , demand management , oversight , black belt , affirmative action , spend analysis , opex , utilization , service delivery , business services , architecture , customer service , email , business intelligence , shared services , bengali , survey , continuous improvement , premises , continuous process improvement , customer experience , languages , sme , management system , operational excellence , jira , root cause analysis , commerce , csat , credit , rfp , global transformation , ms project , ug , ebitda , coe , fixed assets , analytics , revenue , sourcing , authorization , business solution , sharepoint , due diligence , sql , leveling , business analysis , matrix , application , written communication , savings , external audit , r2r , drive , framework , offshore , returns , trade operations , tableau , business case preparation , reviews , liaison , roaming , fraud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 1/4
Current Designation: General Manager - RPA, Projects
Current Company: Bunge Ltd
Current Location: Mohali
Pref. Location: Hyderabad,Kolkata,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Head/VP/GM-Operations
Industry: BPO/ITES
Marital Status: Married
Total Experience: 22 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Bunge Ltd as General Manager - RPA, Projects
May 2017 to Till Date
General Manager - RPA, Projects and Continuous Improvement (Asia, Europe and North America)
(Global Leader in Agri Business with turnover of $47 billion, 32000+ Employees & Operations over 40 counties)
Delivery centers at Asia, Europe and North America - Mohali (India), Barcelona (Spain), Tianjin (China), Bucharest
(Romania) and St. Louis (USA) reporting to Global Transformation Leader, Bunge Business Services (BBS) with 800+
Headcount
Role:
Head of RPA, Strategic Projects and Lean Six Sigma Continuous Process Improvement at Bunge Business Services
(Finance Operations, Procurement, Supply Chain Management, IT Services, HR Services & Trade Operations) to lead
Projects, Lean Six Sigma, Business Solutioning, Transitions/Migrations, Process Re-engineering, Robotics Process
Automation (RPA), Business Continuity Plan (BCP), Business Intelligence & Analytics and Change Management serving
Global OpCos
Strategy for Global Business Services toward the journey of Best-in-Class Shared Services Organization
Driving Headcount Efficiency (Upfront savings during work transfer to Shared Services and YoY ~20% Efficiency) and P&L
Savings for Bunge Business Services Europe and Asia (Mohali, Tianjin, Barcelona, Bucharest and St. Louis Centre)
through LEAN Six Sigma Continuous Improvement, IT Automations Projects, Process Re-engineering and RPAs
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Anup Sen Barman
An accomplished Strategic Leader targeting assignments as Global Finance Shared
Services Centre Head / Chief Transformation Officer / Lean Six Sigma Continuous
Improvement / Innovation and Digitization Leader with an organisation of high repute
Key Skills: Robotics Process Automation,Artificial Intelligence,Finance,Transformation,Shared
Services,Blueprism,Automation Anywhere,Service Delivery,Transition,RPA,Solution Design,Centre Head,CI,Six
Sigma,Master Black Belt,Black Belt
Summary
MBA (Finance) professional with over 22 years of rich experience in Finance Operations, Procurement, Supply Chain
Management, Trade Operations Transformation, Continuous Improvement and Service Delivery
Subject Matter Expert (SME) in Finance Operations (PTP, OTC, RTR, Tax, Treasury, Credit, Revenue Assurance and Master
Data Management), Procurement, Supply Chain Management and Fraud Management Process
Specialist in Enterprise Level Business Solutioning, Transition, Process Re-engineering, Client Relationship Management, Lean
Six Sigma Continuous Improvement, Process Stabilization, Robotics Process Automation (RPA, Artificial Intelligence (AI),
Analytics, Change Management, Best Practice Sharing, Process Benchmarking, Knowledge Management, Business
Performance Management System, Business Continuity Plan, Setting up Next Generation Shared Services & Sustainable
Excellence in challenging and dynamic environment
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 2/4
Setting-up and Governance of Global Digitization Centre of Excellence (COE) - Robotics Process Automation (BluePrism
and Automation Anywhere), MiniApps (Excel, Access, SQL and .NET) and Analytics (Tableau, AA Discovery BOT,
SharePoint and FHINCK Desktop Analytics)
Monitoring the overall functioning of processes, identifying improvement areas and implementing adequate measures to
maximize customer satisfaction level
End-to-end set-up (On-premises and Could Infra) , execution and oversight for all Robotics Process Automation Center of
Excellence (CoE) including Global RPA Project Demand Management through SharePoint and JIRA
Drive Automation Discovery Workshops (with vision of Machine First - Business First) including estimations, architecture
reviews, and documentation to create Enterprise Level Process Automation Roadmap (including Artificial Intelligence and
Mobility Solutioning)
Creating and rolling out integrated RPA synergy framework to synergize the RPA benefits using Agile delivery
methodology to increase process performance and program/ project governance, which result in increased accountability,
information radiation and faster completion of projects
Drive growth across the verticals & customer segments for the RPA portfolio. Process Re-engineering to deliver Hybrid
Business Solution to optimize utilization of RPA
Managing Sustainable Excellence Operations including KPIs, SLA Management (Service Level Agreement), Volumes
Management, Team Utilization, CSAT (Customer Satisfaction Survey), Transactional Cost, Resolve, Seat Utilization, Job
Leveling and Closure Rate and RCAs (Root Cause Analysis), Head Count and Forecasting
Providing transformation solutions for process migration to prospective departments along with working closely with the
Business Development Team for Asia and Europe Shared Services at Bunge
Working towards developing Centers of Excellence (COE) inclusive of building expertise, standardizing processes, sharing
best practices across business segments
Ensuring the smooth transition from current to future business operations including onsite due diligence & feasibility
studies followed by successful offshore implementation
Directing strategic Finance Projects (e.g. TLS roll-out, Business Integrations, Cost Drive, IT Tools / Workflow Solution Roll-
out)
Setting out quality standards, KPIs and KBIs for various operational areas, ensuring a high-quality customer experience
Enabling Business Development - Generate headcount growth and enhance service portfolio and process level
penetration of Shared Services Organization in line with world-class standards
Hewlett Packard Enterprise as Global Program Leader Strategic Finance Projects
Sep 2016 to May 2017
Global Program Leader Strategic Finance Projects - Americas, EMEA and APJ (Reported to Director - Transformation and
Continuous Improvements)
Key Result Areas:
Contributed as Program Leader for delivery centers at India (Bengaluru & Chennai), Dalian, Poland, USA and Romania
serving Americas, EMEA and APJ regions; managed Virtual Team (spread across the globe) including Program Manager,
Project Manager, Project Accounting and PMO Team
Administered Strategic Finance Program for Enterprise Business across the world including Solutioning, Transformation,
Migration / Transition, Process Benchmarking with Best-in-Class Standards, IT System, Implementation, Performance
Management, Merger & Acquisition Project Management, Business Analysis, Project Accounting, Management of Change
and KPI Management
Managed work class PMO organization in SharePoint environment
Set up Robotics Process Automation (RPA) framework within HPE Finance Shared Services Organization
Vodafone Group PLC as Head of Finance Operations
Sep 2009 to Sep 2016
Growth Path/Deputations
Vodafone Shared Services, Ahmedabad
Sep'09 - Dec'11: Senior Manager - Transitions (Reported to General Manager - Transitions)
Jan'12 - Dec'14: Dy. General Manager - Transitions (Reported to Head - Shared Services)
Vodafone India Limited, Kolkata
Dec'14 - Sep'16: Head of Finance Operations for West Bengal, Sikkim and Andaman Operations having yearly turnover of
$630 Million, managing a team of 40 + team members and outsourced team at Vodafone Shared Services at Ahmedabad,
India
Key Result Areas:
As Head of Finance Operations (Regional Finance Controller)
Managed a team of 3 Senior Managers, 7 Managers, 3 Asst. / Dy. Managers, 30 Associates and 50 + Outsourced
Headcount
Administered $630+ Million turnover Operations in Bengal, Sikkim and Andaman with reporting to India Finance Controller
and dotted line reporting to Regional Head of Finance (CFO)
Supervised delivery of target for EBITDA & OFCF YOY by providing superior shareholder returns on the changing
business priorities delivered
Ensured timely & accurately month-end closing of P2P, L2D, O2C, R2R and Tax as per corporate and SSC calendar
Completed audits under IGAAP and IFRS for the circle as well as handset business books without any issues through
effective coordination with auditors and corporate office
Provided local support to ensure ongoing SOX, ICFR and drive Local Internal Audits to bring operational excellence
Conducted Physical Verification of Fixed Assets and Capex AUC Reconciliation with Books
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 3/4
Drive Opex and Capex Savings Projects to improve EBITDA %
Liaison with Direct and Indirect Tax Authorities along with Tax Consultants to manage litigations of $ 400 Million
Internal and External Audit Management
As Deputy General Manager - Transition, Ahmedabad
Managed team of 12 Transition / Solution Managers, Change Management Lead and PMO Team
Spearheaded Business Solutioning, Transitions, Reengineering and Business Development for Ahmedabad along with an
additional responsibility of Finance Solution and Innovation Lead for Vodafone Global Shared Services Organization
across all 6 locations (Pune, Ahmedabad, Bangalore, Budapest, Cairo and Bucharest)
Conducted feasibility study and managed RFP/RFI responses, business case preparation and e-bidding of partners
Contributed as Relationship Manager (CXO Level) for all existing processes at VSS, Ahmedabad
Delivered 80+ Enterprise Level Business Solutions (Domestic and International):
Finance & Accounting Operations (PTP, OTC, LTD, RTR, TAX, TCM, MDM and UAM)
Finance Business Operations (PTP, Revenue Accounting IUC, VAS, LTD, RTR, TCM, Collection Accounting and Tax)
Finance Closing and Reporting (IFRS & IGAAP) and Financial Planning & Analysis
Revenue Assurance (Usage & Platform Reconciliations, IUC, ICR, Postpaid Assurance, Prepaid Assurance, VAS,
Network and Roaming Assurance for Retail, Enterprise and Carrier Business)
Credit & Collections (Bill Consolidation, Credit Management, Customer Bill Payment Posting, MIS, Collection Dunning,
Collection Allocation, Collection Back-office, Enterprise Dunning and Allocation)
Fraud Management (Subscription, Usage and Roaming Fraud Management for Retail and Enterprise Customers)
Enterprise Sales Support (Sales Performance Management, Volume Matrix Reporting, Project Support, KT Governance
and Incentive Calculation)
Supply Chain Management (PO Fulfillment, e-Sourcing, UAM, Reporting, Red Book of Savings, Supplier Performance
Management and Spend Analysis)
Customer Service (Welcome Letter, EDM, Bill Administration, Written Communication, Query Resolution, Process Audit
and Quality Audit)
Completed:
3 Reengineering Projects (2 remote and 1 onsite) for Business
5 Business Performance Management System (BPMS) project for Business
2 ERP (SAP) implementation cycle migration in F&A domain (10 Circles); spearheaded end-to-end transition (SSC) as per
Vodafone Global Core Business Model (P2P, O2C, R2R, L2D, TCM and MDM)
UG: B.Com (Commerce) from University of Calcutta in 1995
PG: MBA/PGDM (Finance), Correspondence/Distance Learning from Indira Gandhi National Open University (IGNOU) in
2003
Other Qualifications/Certifications/Programs:
Six Sigma Master Blackbelt
Graduate Diploma in Computer Application (GDCA)
Transition & Project Management Toolkit
Project Management
M.Com. (Accounts)
Education
IT Skills
Skill Name Version Last Used Experience
SAP FICO/COPA 2019 10 Year(s)
MS Visio 2019 12 Year(s)
MS Project 2018 8 Year(s)
Blue Prism 2019 2 Year(s)
Automation Anywhere A2019 2021 0 Year(s) 3 Month(s)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
Rank 413: Resume 1117 with similarity score 0.0423982177654432
B.S , MS it analyst , associate , change management , full time , it support engineer , system analyst laptops , call logging , training , general , telugu , virtual machines , performing , access , office , business applications , vendors , mar , affirmative action , hygiene , health , defense , technical architecture , it security , cisco ips , v4 , linux , active directory , vendor management , maintenance , azure , ltd , nokia , ccna , solarwinds , checks , authorization , troubleshooting , english , phishing , enterprise , hindi , status , email , aws , devices , less , towers , operations , change management , csr , softphone , visio , languages , non-it , itil , data science , javascript , network administration , suite , servicenow , network engineering , base , rural development 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b410145…
https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b4101455715125f585f5… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Blue Yonder(JDA) Software Pvt.Ltd, MyTech Global Pvt. Ltd as L2-ServiceDesk Engineer
Dec 2018 to Dec 2020
As an IT Analyst Engineer, providing Seamless support to end users on various
requests/Incidents on a global level. Providing the Support and working on action items on Infra towers. Monitoring the
Network and Server health checks as a day to day activity. Working on Exchange and Active Directory on access level
requests from users. Deploying the Virtual machines based on user requests.(Windows/Linux)
Installation and support on on Business and enterprise applications. Vendor Management and call logging with various
vendors on Hardware replacement at Data
center locations and end user machines.
IT Security Monitoring performing the actions on end user reports(Malware, IPS
Attacks,Phishing emails and attachment defense alerts). Managing the ticket hygiene and ques with a Severity and priority
base.
Primera Medical Technologies as Associate IT Support Engineer
Mar 2017 to Nov 2018
As an Associate IT Support Engineer worked L1 Engineer in Infra support for US. Monitoring the Server and Network
devices health checks. Good understanding on the laptop,desktop and peripheral troubleshooting.
Installing business applications per end user requirement.(3CX-Softphone, MS office
suite,Visio). Vendor management, logging calls with Vendor for hardware replacements for Datacenter
devices, laptops and desktops. Experience in working on the SCCM projects to meet 90% end point compliance.
Managing the Alerts in Solar winds tool for better and quick response. Change Management- Organize the Maintenance
activities held by ISP's providing the work
around option for less business impact during the activities at data centre level. Service Engine tool operations and
working on the Priority incidents within the given SLA's and
Reports. Completed training on CCNA and AWS.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Abhinava Chandu Sharma Annavajjala
L2 - ServiceDesk Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Change
Management,Network Engineering,Servicenow,AWS,Azure
Key Skills: L2 - ServiceDesk Engineer,Software Development,Application Programming,System Analysis,Technical
Architecture,Requirement Gathering,Change Management,Network Engineering,Servicenow,AWS,Azure,NOC
Operations,Monitoring,VPN,Cisco IPS,Data Science,Cisco
Summary
Result-oriented Professional with over 6 years of experience in Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Change Management,Network Engineering,Servicenow,AWS,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b410145…
https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b4101455715125f585f5… 2/2
HARD-HUMAN ACTION FOR RURAL DEVELOPMENT as IT Assistance
Apr 2014 to Feb 2017
worked with HARD for providing IT and non-IT support on various CSR Projects. Completed as intern with a Nokia Create
to inspire fellowship
UG: B.Sc (Computers) from Osmania University in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ServiceNow
MCSE
CCNA
SOLARWINDS
AWS
ITIL V4
AZURE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 414: Resume 1409 with similarity score 0.0423807935721728
MS application support , lead consultant , erp consultant , full time , part time , team lead , application developer , enterprise architect ods , data warehousing , reporting , sap hana , reuse , upgradation , adso , rfp , access , xcelsius , sap project management , designation , aggregates , office , vendors , affirmative action , modeling , oracle , data loading , project plans , sap consulting , technology services , fms , end user training , unix , windows , digital , authorization , english , ms-dos , status , email , web intelligence , application , mm modules , compression , mumbai , transportation , sap bi , indexing , transformations , enterprise architecture , features , cockpit , finance , languages , sql server , sap implementation , extractions , vsts , javascript , calc , crystal reports , dashboards , crm , migration projects , working experience , presentations , agile methodologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d5409594816584…
https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d540959481658445519405a5e0f… 1/2
Current Designation: SAP BWoH/B4H/HANA/SAC Senior Lead
Consultant
Current Company: Capgemini Technology Services Limited
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Capgemini Technology Services Limited as SAP BWoH/B4H/HANA/SAC Senior Lead Consultant
Jan 2010 to Till Date
Good understanding of agile methodologies worked closely with Client and different vendors by representing Capgemini in
onshore, Germany.
Worked on RFP's for Upgrade Projects, also worked on Upgrade Project Plans and Resource load Plans.
Created BW/4HANA Migration Estimation tool, which will provide the estimation for B4H Migration Projects.
Extensively worked on BW4HANA Migration.
Extensively worked on BWoH Upgrade
Created SAC Stories for Digital Board Room Presentations
Good knowledge on SAP ECC, SAP BW/BI, FS-RI, and SAP HANA Architectures.
Extensively worked on SAP BW, SAP HANA Modeling and Extraction.
Extensively worked on Calculation Views, Scripted Calc Views.
Worked on Extracting Data to SAP HANA from Oracle DB using SLT.
Working Experience on SAP BW powered by HANA Features such as ADSO, Composite Provider, Open ODS views,
Datasources.
Extensively worked on transportation of SAP HANA objects and roles from development to Quality and then to Production
using CTS+ and Delivery Units.
Exposure on working of BW on HANA transports using HTA integration with ChaRM.
Extensively involved in setting up the procedures for LO-Cockpit, Involved in Maintaining the Extract Structure, Generating
and Activating the Data Source.
Worked on Enhancing the Data Sources and filling the data into the enhanced Fields.
Expertise in filling up and deletion of Setup tables.
Expertise in creating Bex Queries, WAD, RRI, Infosets, Multi-Providers, Infocube, DSOs, InfoPackages, Transformations,
DTPs and WDSOs in BI 7.X and 3X
Expertise in OLTP extractions from SAP ECC for SD, PM, QM and MM modules.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Venu V
Consultant seeking roles in SAP Consulting, SAP Implementation, SAP Upgrade, SAP
Support, SAP Project Management, Enterprise Architecture,Data Warehousing,
Application Support, SAP HANA, SAP ECC, SAP BW, VSTS, SAP BW on HANA,
BW4HANA, SAP BI, SAC
Key Skills: SAP/ERP Consultant,SAP Consulting,SAP Implementation,SAP Upgrade,SAP Support,SAP Project
Management,Enterprise Architecture,Data Warehousing,Application Support,SQL Server,SAP HANA,SAP ECC,SAP
BW,BW4HANA,BWOHANA,SAC,BW on HANA,SAP BI,SAP BW on HANA
Summary
SAP BW/BWoH/B4H/HANA/SAC Consultant with overall 11+ years of experience. Having experience in providing technical
solution, Design, Upgrade, Migration, End to End Implementation, Cutover activities and End user training of reports. Played
roles of BW/BWoH/B4H/HANA/SAC Technical Team Lead and Application Developer with good knowledge of ABAP and SQL.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d5409594816584…
https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d540959481658445519405a5e0f… 2/2
Exposure in handling performance related issues like Aggregates, Compression, Indexing and Rollup.
Expertise in support, automating data loads using process chains and use of BW Monitor to supervise data loading.
Good Knowledge on Upgradation (from BI 3X to BW 7X also 7.3 to HEC) and Cutover activities.
Developed FMs for the custom functionalities and reuse of code as per the business requirement.
Extensively worked on Crystal Reports based SAP BW Data Sources
Extensively worked on SAP BO Reporting and Analysis Tools like Web Intelligence , Xcelsius Dashboards.
Extensively worked on SAC.
PG: MBA/PGDM (Finance) from Sri Venkateshwara University (SVU), Tirupati in 2005
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SAP ECC, FS-RI, LRCF.
SAP BW 3X, 7.0, 7.3, 7.4(SPS11)
Windows 9X, 2000, XP, UNIX, Ms-DOS
SQL Server 2000, MS Access, HANA
MS Office, Enterprise Architect, VSTS
Languages Known
Language Proficiency Read Write Speak
English
Rank 415: Resume 1034 with similarity score 0.042325043271229865
B.S qa analyst , associate , quality assurance , approver , on site coordinator , full time , testing engineer , functional tester , team member reporting , functionality , manual testing , finish , compatibility testing , filenet , security , designation , functional testing , regression testing , guidewire , mar , sensitivity , ug , affirmative action , gui testing , collaboration , baking , hindi , ltd , mobile testing , test cases , provision , player , alm , risk , checks , troubleshooting , p&c insurance , authorization , english , status , software testing , agile , email , project , integration testing , on site , test scenarios , microsoft excel , soapui , gsp , smoke testing , ibm , query builder , android , writing , retesting , features , servers , accessibility , raven , languages , system testing , documentation , iso , windows , cap , money , jira , javascript , form , web , history , application testing , helix , database , gemini 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a17014…
https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a170145564314585400… 1/3
Current Designation: QA Analyst
Current Company: Vgroup.inc
Current Location: Pune
Pref. Location: Pune,Dubai,United Arab Emirates (UAE)
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Vgroup.inc as QA Analyst
Sep 2020 to Till Date
i am the qa analyst, responsible for testing the application , requirment analysis, bug reporting and retesting, test cases
and test scenario managment and creation.
Capgemini India Pvt Ltd., as Associate Consultant -Software Testing
Mar 2015 to Sep 2020
My Contribution: As a Team Member
Preparing documentation like project scope document, status report, project information document, test plan, test
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Harshwardhan Bharat Shelke
ISTQB Associate Consultant seeking roles in Software Testing,Manual
Testing,Functional Testing,Integration Testing,System Testing,Regression
Testing,Compatibility Testing,GUI Testing,Accessibility Testing,Mobile Testing,JIRA,QC
Key Skills: Associate Consultant,Testing Engineer,Software Testing,Manual Testing,Functional Testing,Integration
Testing,System Testing,Regression Testing,Compatibility Testing,GUI Testing,Accessibility Testing,Mobile
Testing,JIRA,QC
Summary
5+ Years Work experience.
Currently working in AIIG as a functional tester on the Guidewire P&C insurance domain.
Experience
Experience in banking domain
Extensive experience in Functional Testing.
Strong in Test case writing.
Involved in Functionality Testing, GUI Testing, Regression Testing, and Accessibility testing.
Good Hands-on experience in quality assurance.
Good in problem-solving and troubleshooting capabilities.
Effective team player and able to achieve common goals and business objectives.
Worked on Web-based & desktop application testing and Mobile testing.
Work experience in Agile Model.
Able to negotiate and problem solve quickly, accurately, and efficiently
Guidewire (Policy Center) testing
SoapUI knowledge
Experience in Mobile Testing
Experience in ISO 27001:2013 standards and controls. * Have good experience in the design, development, and execution of
scenarios and test cases.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a17014…
https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a170145564314585400… 2/3
execution and bug report.
Worked on SoapUI
Preparing awareness document of application
Analyzing risk and cover the risk in test plan and test cases.
To make the products more reliable, efficient, bug free to provide a Quality Product to end user.
Ensure that given task should finish in given timeframe.
Support and help other team members.
Current Project:
Title: Aiig( American integrity insurance group)
Domain: P&C insurance
Duration: July 2018 - June 2020
Product: Gidewire policy center (Web based application)
Responsibilities:
Requirement gathering.
Documentation.
Testing Guidwire (policy center) web application.
Regression testing, Functional testing (Stage & production environment)
Design the test scenarios, Design test case and execution of test case according to functional specification
Defect management and retesting in ALM helix
Documentation and Setting up of meetings with the Business Analysts and on site coordinator.
Projects done:
Project:
Title: DPP (Data Provision Platform)
Domain: Banking
Duration: January 2018 - June 2018
Product: DPP (Data Provision Platform) tool (Web based application)
Description:
This application is product of Morgan Stanley made by Cap Gemini.
Purpose of this application: Manage access request for database folder/view.
Features:
User can Request for the Database folder by writing query by itself.
Application helps user to form query with multiple option in query builder section.
Application checks the sensitivity of the request and forward to the respective approver.
Application help user to segregate the user access by applying specific user roles.
Responsibilities:
Requirement gathering.
Documentation.
Regression testing, Compatibility testing (Browser based), Functional testing (Stage & production environment)
Design the test scenarios, Design test case and execution of test case according to functional specification
Defect management and retesting.
Documentation and Setting up of meetings with the Business Analysts
Project done
Title: Blue Raven (DDU and Data Cap tool)
Domain: Banking
Duration: October2017 -November2017
Product: DDU and Data Cap tool (Web based application)
Description:
This application is collaboration of DDU (Document Download Utility) developed by HSBC and Data Cap developed by
IBM. DDU help user to download the Document from FileNet Servers and Data Cap help analyst to Identify / verify
/classify the Customer`s document.
Features:
DDU (Document Download Utility)
Download and send the document
DDU tool help user to download the document from the different filenet servers and send that downloaded files/ document
to the inbound folder
Data Cap:
Data cap is application where analyst can Identify / verify /classify the Customer`s document.
Analyst also do the manual check and change the fields if require.
Responsibilities:
Requirement gathering.
Smoke testing, Regression testing, Compatibility testing (Browser based), Functional testing (Stage & production
environment)
Design the test scenarios, Design test case and execution of test case according to functional specification
Defect management and retesting.
Documentation and Setting up of meetings with the Business Analysts and the various stakeholders.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a17014…
https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a170145564314585400… 3/3
Project:
Title: GSP (Global Service Portal)
Domain: Banking
Duration: March2016 -October2017
Product: Global Service Portal (Web based application)
Description:
GSP is secure, password -protected, applications that provides user to interact with banking services.
This application provide user to use baking services like Money transfer, Account summary, transaction history, order the
Passbook and security key ETC.
UG: B.Sc (Computers) from North Maharashtra University (NMU) in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, QC
Windows Based OS, iOS, Android
Microsoft Excel
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 416: Resume 862 with similarity score 0.04229742867566536
B.E , MS , B.TECH software engineer , web developer , ui developer , software developer , full time , part time react.js , web development , express.js , core java , general , ascii , binary , css , designation , visual studio , affirmative action , oracle , hindi , sublime text , maintenance , firebase , windows , import , authorization , english , node.js , data security , bootstrap , status , email , project , store , application , wordpress , mongodb , responsive web design , bengali , dna , components , debugging , computer science , languages , sql server , software design , javascript , eclipse , technology , steganography , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d110b11430a590d… 1/2
Current Designation: Software Engineer Trainee
Current Company: Jspiders
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Jspiders as Software Engineer Trainee
Sep 2019 to Till Date
UG: B.Tech/B.E. (Computer Science and Engineering) from Tripura Institute of technology in 2019
Other Qualifications/Certifications/Programs:
core java ,full stack webdevelopment
Core Java, Fullstack web development
Last Active: 4-Feb-21 Last Modified: 3-Feb-21
SHUBHA SANKAR BHAUMIK
Fresher seeking roles in Web Development, MERN stack Development, Full stack
Development,Software Development,Software Design,Requirement
Gathering,Debugging,HTML, CSS, Javascript, React.js, Node.js,
Express.js,MongoDB,Firebase.
Key Skills: fresher web developer,mern stack developer,software developer,software design,requirement
gathering,debugging,html,css,javascript,react.js,node.js,express.js,mongodb,firebase.,Web Development,Web
Designing,Responsive Web Design,UI Developer
Summary
A focused professional offering Knowledge in Web Development, MERN stack Development, Full stack Development,Software
Development,Software Design,Requirement Gathering,Debugging,HTML, CSS, Javascript, React.js, Node.js,
Express.js,MongoDB,Firebase.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d110b11430a590d… 2/2
Nature of Employment: Full Time Duration: Jan 2019 - May 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2018 - May 2019
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Javascript,HTML
SQL
CSS & CSS3,
BootStrap, Wordpress
JavaScript
WINDOWS
Eclipse,Visual Studio, Sublime text
Node.js, Express.js
Express, Expresshandlebars, Mongoose
Firebase, MongoDB, Oracle SQL server
Bootstrap, React UI Components
Eclipse, Visual Studio, Sublime text 3
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
bengali Expert
Projects
Project Title: Data hiding in DNA sequence using DNA based steganography
Client: NA
Project Details: Breaches in Data security is one of the major drawback in the technological world. So in this project we tried
to hide import ant data or messages in the DNA chain sequence after converting the message into ASCII format then into a
given binary number and then into nucleotide format . As only one gram of DNA can store millions of gigabytes and which will
have millions of nucleotide it will be difficult to ex tract the original message for an intruder.
Project Title: Data Hiding Using DNA Steganography
Client: Tripura Institute of Technology
Project Details: Data hiding using DNA Steganography.
Rank 417: Resume 889 with similarity score 0.042105247707563666
B.E , MS , B.TECH , BS software engineer , full time , software developer api , training , customer , performing , e-learning , css , nosql , access , designation , ug , mar , affirmative action , information technology , health , mysql , games , tortoise svn , hindi , blended learning , maintenance , basic , ltd , quote , eligibility , jquery , json , player , interpersonal communication , troubleshooting , particular , authorization , bootstrap , english , status , agile , email , project , application , aws , mongodb , meteor , angularjs , scenario , plus , rest , mvc , job aids , c++ , simulations , webstorm , twilio , unit testing , finance , problem solving , git , payments , chart , html5 , languages , software development life cycle (sdlc) , family , one , web pages , javascript , jira , client side , insurance , csr , paypal , coaching , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f140010…
https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f1400105115175f590b0… 1/3
Current Designation: Software Engineer -SDLC
Current Company: Perscitus Solutions Pvt Ltd,
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Perscitus Solutions Pvt Ltd, as Software Engineer -SDLC
Apr 2017 to Till Date
Software Engineer seeking roles in Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,C,C++,JavaScript,JQuery,HTML5,Angular JS,Angular 4,React
JS,Meteor,CSS,AJAX,JSON, NodeJS,AWS,Twilio
Perscitus Solutions Pvt Ltd, as Software Engineer -SDLC
Feb 2017 to Apr 2017
Project Profile
# Project 1 from Feb 2020 - till date
Project Name : Caryn HealthShare System
Client : Universal Health Share [https://www.universalhealthfellowship.org/]
Technologies : React JS, JavaScript, JQuery, Type Script, Material UI, CSS, Bootstrap,
etc
Project Summary :
Caryn Health share is a system which provide sharing insurance for people. There are several part of these system like
Enrollment, Agent, Member, Admin, CSR (Customer Support Syatem) Portal.
Last Active: 29-Jan-21 Last Modified: 25-Jan-21
Nilam D. Patil
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,C,C++,JavaScript,JQuery,HTML5,Angular JS,Angular 4,React
JS,Meteor,CSS,AJAX,JSON, NodeJS,AWS,Twilio
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,C,C++,JavaScript,JQuery,HTML5,Angular JS,Angular 4,React
JS,Meteor,CSS,AJAX,JSON,NoSQL,MongoDB,MySQL
Summary
Since Feb 2017, having around 3 plus years of extensive hands on experience of UI development.
Technical expertise in the Software Development Life Cycle (SDLC) process - requirement analysis, design, development,
testing, as well as Agile methodology and troubleshooting activities.
Domain Knowledge of Banking/Finance, Assets/Estate Management, Insurance, Skill Development/Training.
Experience in AngularJs, Angular 4, Meteor, NodeJs, HTML5, Javascript, Jquery, CSS and React JS and MVC software
development model and working with REST web service.
A team player with exceptionally good interpersonal communication skills.
Excellent analytical and problem solving skills and can work independently.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f140010…
https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f1400105115175f590b0… 2/3
Basically, Admin created the agent on the basis of for which company they want to enroll people in to insurance. Then
Agent contact to peoples using some contact information and If the agree to take the insurance then they are registered
on Enrollment portal by agent or themselves with some basic parameters. In enrollment, system generates the basic quote
for them using some basic information. Then they go through some eligibility criteria on that basis if some family member
are not eligible to enroll to this insurance or for some family members it will cost some additional charge.
Once they verified data with Third party integration layer system, they are ready to use that insurance. Once they verified
with system they got the access of Member portal with their Member Id card and Health Card details. From member portal
they can download different type of health card and they will able to see their all status for their needs and remaining
insurance amount.
With the health of CSR portal, they can solve user's queries. CSR people help people to handle there all queries and also
change their payments accounts as well.
ROLES & RESPONSIBILITIES:
Creating React JS module with responsive CSS as per design comprehensive.
Creating responsive component for multiple resolution.
Integrating data with the help of React JS services.
Performing unit testing for good quality of code.
# Project 2 from Mar' 2018 - To June' 2019
Project Name : Alignor
Client : AlignorSkills [https://www.alignorskills.com/2020/]
Technologies : Angular 4, Node JS, javaScript, MongoDB, Html5, CSS etc.
Project Summary : Alignor helps its clients achieve their business objectives through a wide array of products and
services, including scenario-based computer simulations, customized training, expert coaching and consulting, evaluation
tools, blended learning and e-learning, and customized job aids and tools. There are two type of role defined into this
system that is: Super Admin and Lerner. Super admin are responsible for create group of user and adding them to a
particular set of games and managing them. Super admin also create the game on the basis of scenarios like [Scenario 1:
If you have team of 4 people, you are the leader of team. Deadline is coming soon for your project and team is not
responding and so many things are not have done yet.] In this situation either you have to 2 ways to handle them, one is in
positive manner and other one is aggressive. For your better practice game will provide u both option, you have to choose
the right choice to go forward into the positive manner. This way people learn to tackle there industrial issues and system
will help them to redirect there problem in positive manner. Also system will provide them score on the basis of the
performance.
ROLES & RESPONSIBILITIES:
Creating Web Pages using Angular 4 as per design comprehensive.
Integrating web pages with the MongoDb database with help of NodeJS.
Write an Rest API to send data on client side.
Performing unit testing for good quality of code.
Communicating with QA and resolving the issues in project with solution.
# Project 3 from July' 2017 - To March' 2018
Project Name : Qopper
Client : Qopper [https://www.qopper.com]
Technologies : Meteor, Nodejs,d3 chart, javascript,MongoDB,Html5, CSS etc.
UG: B.Tech/B.E. (Information Technology) from Vishwakarma Institute of Information Technology, Pune in 2015
Other Qualifications/Certifications/Programs:
Diploma
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, JavaScript
JQuery, HTML5
Angular JS, Angular 4
React JS, Meteor
Node JS, CSS, AJAX, JSON
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f140010…
https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f1400105115175f590b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
WebStorm, Tortoise SVN, Jira, and Git
Mongo Db
Data Table, Material UI
AWS, Twilio, PayPal
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 418: Resume 1235 with similarity score 0.04202261471202199
M.TECH , BS , B.E , MS , B.TECH founder , devops , full time , part time , team lead , computer scientist mentoring , general , devops , virtual machines , kubernetes , css , designation , ug , mar , affirmative action , spring , hindi , cloud , linux , maintenance , azure , ltd , adobe , windows , authorization , ios , english , teams , salt , status , passport , c# , email , application , aws , less , participation , iit , html , electronics , android , performance tuning , government , components , software architecture , languages , framework , punjabi , agents , bikes , pan , financial goals , mobile , money , software design , javascript , expenses , schedules , technology , cd , coaching 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e1…
https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e150417415a0f00… 1/2
Current Designation: Sr Member Technical Staff Devops and
Mobile
Current Company: Yulu Bikes Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Yulu Bikes Pvt Ltd as Sr Member Technical Staff Devops and Mobile
Oct 2019 to Till Date
Developed CI/CD platform for yulu for different environments using jenkin Setup monitoring using cloudwatch and
prometheus. Setup APM using elastic APM Developed and fixed bugs for reactive native app for phonepe switch
integration. Dockerized the backend application and moved to EKS(Amazon Elastic Kubernetes Service) Supervised 5
employees by monitoring activities, coaching and offering hands-on support. Achieved or exceeded financial goals on
regular basis by controlling expenses, optimizing schedules and regulating inventory usage.
Adobe Systems India Pvt. Ltd. as Computer Scientist
Aug 2018 to Sep 2019
Moved SRE task of query service from US to India.Like monitoring and Deployment Created spinnaker instance for
deployment to Kubernetes Tunned Azure Kubernetes Service for use by other teams as adobe was moving from barebone
virtual machines to Kubernetes. Maximized performance by monitoring daily activities and mentoring team of 4 associates.
Ejento as Founder
Mar 2017 to Aug 2018
Developed website and android application for finding relevant agents for government works like pan card ,passport ,visa
etc while reusing documents . Saw a growth of 100 percent on month on month basis and user retention of 90 percent.
Could not scale as I was not able to raise money
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kunal Dhanda
Sr Member Technical Staff Devops and Mobile seeking roles in Software
Development,Application Programming,Software Design,Requirement
Gathering,Software Architecture,System Analysis,Performance Tuning,Data
Management,Azure,Spring,Android,Java,AWS
Key Skills: Sr Member Technical Staff Devops and Mobile,Team Lead/Tech Lead,Software Development,Application
Programming,Software Design,Requirement Gathering,Software Architecture,System Analysis,Performance Tuning,Data
Management,Azure,Spring,Android,Java,AWS
Summary
8 years of experience in software design and development. Extensive participation in defining the architectural processes and
improvement. Currently, involve as an Architect, responsibility involves requirement analysis, estimation, planning, designing
and developing components & framework.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e1…
https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e150417415a0f00… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Indian Institute of Technology in 2011
PG: M.Tech (Electronics/Telecommunication) from IIT Kharagpur - Kharagpur in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
C,Java,and C#
Servlet,CSS,Javascript, JSP.
HTML
Linux, Windows
Kubernetes
jenkin
SALT
Spring
ANDROID
IOS
Terraform
PROMETHUES
Spinnaker
AWS
Azure Cloud
Languages Known
Language Proficiency Read Write Speak
Punjabi Proficient
Hindi Proficient
English Expert
Rank 419: Resume 120 with similarity score 0.04197604033895709
MS , B.TECH work from home , student ecommerce , lite , algorithms , css , trident , automated trading , panda , bootstrap , project based , models , sql , prediction , resume , stock market , java , machine learning , computer science , framework , django , e-commerce , returns , completion , assessment , python , one , organization , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
Energetic and passionate college student working towards Bachelor of Technology at Trident Academy Of Technology .
Aiming to use my knowledge that I have acquired from my coursework as well as self study and hard work to satisfy
my work at your organization .
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 8249719981
BISWARANJAN PANDA
Balasore, Bhubaneswar
Applied 29 Jan'21
HTML CSS Java
MSWord Python Django
Bachelor of Technology B.Tech), Computer Science & Engineering
Trident Academy Of Technology
2017 - 2021
CGPA 8.00/8
Senior Secondary XII, Science
ROYAL COLLEGE OF SCIENCE AND TECHNOLOGY
CHSE board)
Year of completion: 2017
Percentage: 60.00%
Secondary X
Pragyan Bharati Shikshya Kendra
HSE BOARD BOARD board)
Year of completion: 2015
Percentage: 82.66%
Django
udemy, Online
Aug 2020 - Sep 2020
Python
udemy, Online
Jul 2020 - Aug 2020
E-commerce
Dec 2020 - Jan 2021
This is the ecommerce project based on where one to many relationship where customers can buy product. This project
created with Django as a framework and python as a backend database SQL lite and frontend HTML and bootstrap.
Stock market price prediction
Nov 2020 - Dec 2020
In this project we attempt to build an automated trading system based on Machine learning algorithms. Based on historical
price information ,the machine learning models will forecast next day returns of the target stock.
Rank 420: Resume 939 with similarity score 0.04193549447922032
B.E , MS , B.TECH software engineer , software developer , part time , full time , team lead api , spring mvc , core java , customer , css , designation , ug , tamil , affirmative action , technical architecture , collaboration , gradle , maintenance , apache , ltd , kafka , jquery , hr management , authorization , ios , web applications , japanese , status , spring boot , sql , email , project , tomcat , aws , less , html , xml , electronics , business english , git , im , maven , languages , spring security , cassandra , software design , javascript , engineers , eclipse , paypal 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b445…
https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b44524749595b015… 1/2
Current Designation: Software Engineer
Current Company: ALTIMETRIK INDIA PVT . LTD
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [electronics and
communication engineering]
Verified : Phone Number | Email - id
ALTIMETRIK INDIA PVT . LTD as Software Engineer
Jul 2019 to Till Date
Im working for paypal in a project called BNPL( buy now pay later). i have developed multiple API's and delivered in time.
we used to analyze the given requirement and create the possible solution with high efficiency.we have successfully
delivered our product in three countries like FR, UK and US.
IVTL INFOVIEW TCHNOLOGIES PVT. LTD as Software Developer
Sep 2016 to Jul 2019
Developed ERP softwares for HR management in collaboration with Japanese engineers from WORKS APPLICATION
CO., LTD using the technologies like React, Spring Boot, AWS, Kafka etc., Successfully delivered the softwares on time
with 0 bugs and good customer feedback
UG: B.Tech/B.E. (electronics and communication engineering) from Anna University in 2016
Other Qualifications/Certifications/Programs:
BUSINESS ENGLISH CERTIFICATION VANTAGE (BEC)
Last Active: 31-Jan-21 Last Modified: 27-Jan-21
Nixon Grafil W
Software Engineer seeking roles in Software Development,IT Project
Management,Requirement Gathering,Software Design,Technical Architecture,Data
Structures,Cassandra,JQuery,Spring Mvc,SQL
Server,HTML,Javascript,Java,SpringBoot
Key Skills: Software Engineer,Team Lead,Software Development,IT Project Management,Requirement
Gathering,Software Design,Technical Architecture,Data Structures,Cassandra,JQuery,Spring Mvc,SQL
Server,HTML,Javascript, Core Java, Spring Boot, AWS,
Summary
A successful software engineer having 4 years of experience with
excellent technical knowledge in the field of software development and
Web applications
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b445…
https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b44524749595b015… 2/2
PROGRAMMING IN JAVA
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Java 8, HTML 5, CSS, LESS, XML
Java Script, JQuery, React-js, REST- API
Maven, GIT, Gradle, IOS ,
eclipse,apache tomcat
Spring Boot, Spring MVC, Spring Security 2020 4 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
tamil
Rank 421: Resume 405 with similarity score 0.04189200687587071
MS work from home internships , css , deep learning , mysql , blind , php , player , ux design , bootstrap , glass , project , resume , machine learning , im , computer science , youtube , html5 , database , assessment , it , python , javascript , ion , web , technology , ethical hacking , ecma , online Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship. I possess excellent communication skills, I'm a team player, and most importantly, I'm a dedicated worker. All I want is a chance to prove
it to you.- Thank You
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes Im available for 3 months immediately
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Prem Kumar N
Tumakuru, Bangalore
Applied 29 Jan'21
CSS HTML JavaScript
MSOffice Python UI & UX Design
Bachelor of Computer Science B.C.S.)
Akshaya Institute of Technology
2016 - 2020
CGPA 7.00/10
Web Designing
Embeddedfru, Bangalore
Jun 2019 - Jul 2019
React Js
YouTube, Online
Jan 2021 - Present
UX / UI DESIGN
Internshala, Online
Jan 2021 - Present
Just started
Bootstrap
Get Bootstrap.com, Online
Jan 2021 - Present
Ecma Script 2015
Udacity, Online
Jan 2021 - Present
HTML5 , CSS3 , JavaScript
Linked In, Online
Nov 2020 - Dec 2020
Assist glass for blind people
Aug 2020 - Present
1Major projects: Assist Glass for Blind People using Python, Machine Learning and Deep Learning.
2 Database Management project on Online Admission using php and mysql.
3Web development project – Bike Specification
Intested in Ethical Hacking
CONTACT Phone: 91 7619188716
Rank 422: Resume 198 with similarity score 0.04175010071292616
MS , B.TECH , BS university professor , work from home , business analytics intern foundations , robotics , health monitoring , algorithms , internships , radiant , image processing , x-ray , classification , deep learning , space , games , data analytics , fruit , ieee , keras , ios , visualization , models , sql , business analytics , project , application , coursera , air pollution , computer vision , vital signs , resume , paper , vector , android , google voice , java , swift , mental health , features , machine learning , computer science , opencv , building , prime , research , blood pressure , completion , assessment , medicine , python , mobile , face recognition , sensors , web , apps , campus , digital marketing , measures , html , hr solutions , online Assessment
Q1. Why should you be hired for this role?
I am passionate and I love the field of AI and the wonders it is going to make in the future and I want to be a part of it which excites me more. I
have done online courses and projects in ML and DL and have good problem-solving skills and can implement various ML algorithms well in
tensorflow and pytorch.I have also completed Deep learning specialization in coursera where i learnt about DL algorithms from foundation to
advanced.I am also doing undergrad research work under the supervision of my university professor on applying deep learning in medical
diagnosis, has even submitted a research paper based on Deep learning at IEEE conference and also a member of AI research center at my
University where we a do a lot of AI related projects. I am looking forward to this internship to improve my knowledge further and learn new
things.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
GOWTHAM B
Chennai, Amaravati
Applied 08 Feb'21
Computer Vision Python C Programming
Deep Learning HTML Java
Machine Learning OpenCV Swift
iOS R Programming SQL
B.Tech Hons.), Computer science
VIT University, Amaravati
2018 - 2022
CGPA 8.73/10
Senior Secondary XII, Science
Rmk Senior Secondary School, Chennai
CBSE board)
Year of completion: 2018
Percentage: 83.00%
Secondary X
Rmk Senior Secondary School, Chennai
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Deep Learning Intern
AIR Research Center VIT AP University, Virtual
Jul 2020 - Sep 2020
Data And Business Analytics Intern
The Sparks Foundation, Virtual
Mar 2020 - Jun 2020
Digital Marketing
Radiant HR Solutions, Virtual
Nov 2019 - Apr 2020
Image Processing
Prime Robotics, Chennai
May 2019 - Jun 2019
Building Chatbot Using RASA
PROJECTS
Coursera, Online
Aug 2020 - Aug 2020
AI For Medicine Specialization
Coursera, Online
May 2020 - Aug 2020
DeepLearning.AI TensorFlow Developer Professional Certificate
Coursera - Deeplearning.ai, Online
May 2020 - Jun 2020
Applied Machine Learning Using Python
University Of Michigan(Coursera), Online
Apr 2020 - May 2020
Deep Learning Specialization
Coursera, Online
Feb 2020 - Jul 2020
Foundations Of Data Analytics
VITAP University(Elective Course For Credits), Amaravati
Aug 2019 - Aug 2019
Ios Mobile App Development
Besant Technologies, Chennai, Chennai
Jun 2018 - Jul 2018
I Learned from creating simple apps like contacts to various interesting games. I learned about different UI styles and how to
implement them.
Recipe Generation using GPT2
Aug 2020 - Aug 2020
Chest X Ray Diagnosis APP
Jul 2020 - Aug 2020
Machine Learning Based Web Application using streamlit
May 2020 - Jun 2020
This web application lets users to input their own data, select machine learning model and its hyper parameters to work on
the data and then outputs the models accuracy, precision-recall and other charts.
Detecting various diseases with chest X-ray using Keras
May 2020 - Jun 2020
Face Recognition using Support Vector Machine
Apr 2020 - Apr 2020
Fruit Class Classification
Mar 2020 - Mar 2020
Health Monitoring System using IOT
Aug 2019 - Dec 2019
This project aims is to build a low cost IOT device which can predict patient vital signs such as blood pressure, body
temperature,ECG using sensors and an android application which lets users to see their vital signs and gives timely
precautions.
Analysis and Visualization of Employees Mental Health in various sectors
Oct 2019 - Nov 2019
IOT Based Air Pollution Monitoring System
Aug 2018 - Nov 2018
The Project measures the Air Pollution Levels in various locations and sends message to the users if the air is unsafe to
breathe.
Making my own Google Voice Hat for College Campus
Dec 2018 - Present
The main aim of this project was to create custom commands and making the chatbot a guide to the college campus which
can answer any queries about the university and its functions.It also contains normal chatbot features like playing music,
news etc
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7092937168
I was in the top 5 Youth Icon of the Year contest by Space Kidz India, I used to participate in various MUN's.I love coding and
reading books. My favorite ones are the Master Algorithm by Pedro Domingos and The Alchemist by Paulo Coelho
Rank 423: Resume 441 with similarity score 0.04174009295667452
MS , B.TECH , BS classifier , work from home , secretary , supervisor athletics , vectorization , training , general , algorithms , deep learning , court cases , mar , nlp , tokenization , analytics , silver , loan , public , keras , natural language processing , apache , risk , advanced , teams , linear regression , project based , excel , models , pandas , application , coursera , c programming , computer vision , encoding , iit , gold , sheets , online platforms , resume , neural networks , heart failure , datasets , matlab , airplane , prediction , machine learning , opencv , educational technology , completion , word , assessment , cassandra , data science , python , one , ml , search , volleyball , network architecture Assessment
Q1. Why should you be hired for this role?
Sir/ma'am, I am very much passionate about Data Science and its applications and always wanted to explore these things in practical ways. During
my stay at IIT KGP, I got an opportunity to learn about the algorithms used in the field of Data Science, and from there I have decided to build my
career as a Data Science expert. I am very much interested in this opportunity not just because I will get to work in a field that I like but I will get
to work for a bike rental company. The thing is I myself am a rider and knows how important a company like yours is for people who love riding
and travelling. That is why I want to be a part of it.
I have done various certified courses and projects on online platforms related to Machine Learning and Deep Learning including computer vision.
I have recently worked on a project called Neural Networks based risk assessments in which I calculated the weights for the attributes
responsible for heart failure using the Fuzzy analytic hierarchy process and then applied those weights to train an ANN classifier to predict
whether the heart failure risk in a patient is present or absent. I have also worked in a project based on ML and NLP in educational technology
where I did various data preprocessing processes like stopwords & punctuations removal, changing words to lower cases, and stemming. After
that, I did the text vectorization using the bag of words model and then compared two sentences using cosine similarity function.
To be honest, I haven't been exposed to Apache Cassandra yet but I assure you that I am a tech guy and will learn it in no time once I start
working because I am always eager to learn new things. My works indicate my consistency and my interest in this field makes me a worthy
candidate for this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
Raushan Kumar
Gaya, Kharagpur
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
C Programming Data Structures Deep Learning
MATLAB MSOffice MSPowerPoint
Machine Learning OpenCV
Bachelor of Technology B.Tech), Mechanical Engineering
Indian Institute Of Technology Kharagpur
2016 - 2021
CGPA 6.17/10
Senior Secondary XII, Science
GAYA COLLEGE, GAYA
BSEB BOARD board)
Year of completion: 2015
Percentage: 78.00%
Secondary X
Jay Hind Public School
CBSE board)
Year of completion: 2013
CGPA 9.40/10
Vice Captain | Volleyball | Radha Krishnan Hall of Residence | IIT Kharagpur | 201819
Our team bagged Gold in the Inter Hall Athletics Meet.
Supervised a budget of Rs 30,000 among 15 team members.
Secretary | Volleyball | Radha Krishnan Hall of Residence | IIT Kharagpur| 201718
Coordinated with General Secretary, Captains and Vice Captains to ensure regular practice sessions throughout the
semester.
Team secured silver.
PROJECTS
CONTACT Phone: 91 9798230142
Application of ML and NLP in education technology
Sep 2020 - Dec 2020
https://github.com/raus03
Supervisor: Prof. Mrigank Sarad
Applied various preprocessing processes like stemming, word tokenization, vector representation, etc
Created a Bag of words model to keep the count of words.
Wrote the cosine similarity code to match two sentences.
Image recognition model using Neural Network | Coursera |
Jul 2020 - Aug 2020
Built a Neural Network Model to predict whether an image is a car or airplane using Keras and the MNIST Dataset.
Used One Hot Encoding, Neural Network Architecture, Loss Optimizers, and Tested the Model's performance.
Automatic Machine Learning with H2O AutoML and Python | Coursera |
Jul 2020 - Aug 2020
Merged different excel sheets using Pandas.
Applied H2O AutoML for data pre-processing and generated the model. H2O AutoML automates the process of training
various models.
Applied AutoML to train two ensembles to find the optimal combination.
House Prices : Advanced Regression Techniques | Kaggle |
May 2020 - May 2020
Predicted house price for 1460 test dataset based on training dataset of more than 1500.
Used different ML algorithms such as Linear regression, Xgboost.
Achieved the accuracy of 89.92% on the training datasets and 90.12% on the test datasets.
Loan Prediction | Datahack | Analytics Vidhya
May 2020 - May 2020
Prediction of Loan defaulter for more than 4,000 test and 10,000 training datasets.
Trained the model using different ML algorithms like Logistics regression, SVM.
Achieved the accuracy of 87.97% on the training and 89.87% on the test datasets.
Search Engine for Legal Documents | Open-soft | IIT Kharagpur
Feb 2019 - Mar 2019
Supervisor: Prof. Saptarshi Ghosh
Developed an NLP based search engine for browsing 53,000 court cases.
Created Spell Check module & automatic summarization of cases.
Secured 1st position among 22 participating teams.
https://github.com/raus03
Rank 424: Resume 1313 with similarity score 0.04172646078215271
B.E , MS , B.TECH , BS sql dba , sql database administrator , on call , full time , service provider , sql server dba , aws solution architect , database architect training , blocking , upgradation , high availability , vldb , general , mirroring , designation , reference data , ug , mar , affirmative action , technical architecture , hindi , maintenance , cluster , database administration , windows , authorization , english , relational databases , panda , troubleshooting , satellite , status , scalability , email , project , application , aws , groups , consolidation , electronics , 2008 r2 , performance tuning , servers , disaster recovery , capacity planning , resolve , building , running , languages , replication , amazon , restoration , broadcast , system administration , javascript , staffing services , schedules , cloud computing , technology , business requirements , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 1/4
Current Designation: SQL Server Database Administrator
Current Company: Path Infotech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Delhi
Functional Area: IT Software - DBA / Datawarehousing
Role: DBA
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Path Infotech as SQL Server Database Administrator
May 2020 to Till Date
Working as a MS SQL server DBA and AWS cloud DBA in Path Infotech.
Maintaining 300+ Production, UAT and Development Servers, databases size including 18TB VLDB.
Involved in the application build ability meetings and Understanding the business requirements Building PROD, UAT and
Development servers accordingly.
Installation and decommission of SQL server (2005, 2008, 2008R2, 2012, 2014 & 2016).
Maintain the job Schedules, Backup and Restoration of Databases.
Perform the service pack up-gradation on the SQL servers (2008 R2, 2012 & 2014) and also perform Migration of
databases between the servers.
Configure and maintain the high availability of database using Cluster, Mirroring and AlwaysOn.
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
SOUMYA KANTA PANDA
Consultant DBA-L2 Resource seeking roles in Microsoft SQL Server DBA,Cloud
Computing,AWS DBA, Database Administration, Database Configuration
Management, Database Capacity Planning,Technical Architecture
Key Skills: Consultant DBA-L2 Resource,DBA,Cloud Computing,Database Administration,Technical Architecture,SQL
Server,AWS,MS SQL Server,SQL Server Dba,SQL Database Administrator,AWS Cloud DBA,Amazon Ec2,Database
Migration,Clustering,Database Mirroring,AlwaysOn
Summary
Technocrat with nearly 4 years of experience in Microsft SQL Server Database
Administration with 2 years of exposure in AWS Cloud DBA; managing large-scale
databases in production support environment by providing scalability, high
availability, migration and consolidation expertise
Proven expertise in controlling migrations of databases, database changes,
reference data changes through the development life cycle along with
troubleshooting, installation, maintenance, upgradation, performance tuning and
system administration
Experice in AWS Database migration service (DMS), geographical data replication
(region and multi availability zones), CloudWatch performance monitoring,
system tuning and disaster recovery
Experience in supporting & maintaining database server with Windows and cloud
environments with understanding of relational databases.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 2/4
Have good exposure in database corruption issues and the best possible way to retrieve the maximum data.
Involve in creating Logins. Schedule alerts and Jobs using SQL server agent.
Resolve blocking and locking related issues.
Granting / revoking various authorizations to different Users/Groups.
Working on various performance issues in my current environment.
Monitoring the growth of the databases to ensure the smooth running of daily activities.
Provide 24/7 on call support to databases on weekly rotation.
HCL Technologies as Analyst-L1 Resource
Mar 2017 to Apr 2020
Worked as a MS SQL server DBA and AWS cloud DBA in HCL Technologies.
Maintaining 750+ Production, UAT and Development Servers, databases size including 3TB VLDB.
Involved in the application build ability meetings and Understanding the business requirements Building PROD, UAT and
Development servers accordingly.
Installation and decommission of SQL server (2005, 2008, 2008R2, 2012, 2014 & 2016).
Maintain the job Schedules, Backup and Restoration of Databases.
Perform the service pack up-gradation on the SQL servers (2008 R2, 2012 & 2014) and also perform Migration of
databases between the servers.
Configure and maintain the high availability of database using Cluster, Mirroring and AlwaysOn.
Have good exposure in database corruption issues and the best possible way to retrieve the maximum data.
Involve in creating Logins. Schedule alerts and Jobs using SQL server agent.
Resolve blocking and locking related issues.
Granting / revoking various authorizations to different Users/Groups.
Working on various performance issues in my current environment.
Monitoring the growth of the databases to ensure the smooth running of daily activities. And Prepare Capacity planning
and RU- Data report on monthly basis.
Provide 24/7 on call support to databases on weekly rotation.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2016
PG: NA (na) in 0
Other Qualifications/Certifications/Programs:
Administering Microsoft SQL Server 2012/14 Databases- 462
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL SERVER 2016 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2014 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2012 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2008R2 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2008 2020 3 Year(s) 10 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 3/4
Nature of Employment: Full Time
Project Location: Noida
Role: Database Architect/DBA
Duration: May 2020 - Jan 2021
Onsite / Offsite: Offsite
Team Size: 11
Nature of Employment: Full Time
Project Location: Noida
Role: Database Architect/DBA
Duration: Apr 2019 - May 2020
Onsite / Offsite: Offsite
Team Size: 7
Nature of Employment: Full Time
Project Location: Chennai
Role: Database Architect/DBA
Duration: Mar 2017 - Feb 2020
Onsite / Offsite: Offsite
Team Size: 9
Nature of Employment: Full Time
Project Location: Manesar, Haryana
Role: Database Architect/DBA
Duration: Sep 2016 - Mar 2017
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Work Authorization
US Work Status: Need H1 Visa
MS SQL SERVER 2005 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2017 2020 3 Year(s) 10 Month(s)
AWS Solution Architect 2020 2 Year(s)
AWS RDS 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Odia Expert
Hindi Expert
Projects
Project Title: Path Infotech - Client Project
Client: DISH TV
Skill Used: Microsoft SQL Server, AWS cloud DBA
Role Description: I am a Microsoft SQL Server DBA. I am working in rotational shift because we are supporting 24*7 to client.
I am flexible enough to any shift.
Project Details: Dish TV is an Indian direct broadcast satellite service provider in India.
Project Title: HCL Client Project
Client: Sasol
Skill Used: Microsoft SQL Server, AWS cloud DBA
Role Description: I am a Microsoft SQL Server DBA. I am working in rotational shift because we are supporting 24*7 to client.
I am flexible enough to any shift.
Project Details: I have been working in Sasol . This is South Africa & North America based project. We are in IT support
team. We are supporting 24*7.
I am working as a SQL DBA in Database team.
Project Title: HCL Client Project
Client: Shire
Skill Used: Microsoft SQL Server
Role Description: I am a Microsoft SQL Server DBA. I am working in rotational shift because we are supporting 24*7 to client.
I am flexible enough to any shift.
Project Details: I have been working in Shire Pharmaceutical Inc. . This is UK and US based project. We are in IT support
team. We are supporting 24*7.
I am working as a SQL DBA in Database team.
Project Title: HCL Training And Staffing Services
Client: HCL Technologies
Project Details: I have undergone a training of Microsoft SQL Server in HCL Technologies.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 4/4
Physically Challenged: No Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 425: Resume 1250 with similarity score 0.04171344439230116
B.S , MS , BSC , BS compliance manager , senior developer , project lead , senior specialist , counsel , delivery lead , devops , full time , business objects , full stack developer window , connect , angular , docker , web api , pattern , status , store , bridge , accounts payable , bitbucket , writing , components , ec2 , nunit , octopus , sql server , asp.net core mvc , cost management , routers , workflow , automapper , outlook , zoology , turn , devops , kubernetes , access , designation , protocol , hindi , cloud , ltd , json , english , code review , calculations , external agencies , agile , finance domain , microservices , credentials , processing , subscribe , forms , redis , fixing , architecting , git , rabbit , strategy , openid , ssp , transmissions , javascript , crystal reports , technology , insurance , kms , reporting , dependency injection , sqlite , vendors , affirmative action , mysql , xunit , maintenance , basic , typescript , master data , advanced , architecture , email , business rules , aws , project delivery , microsoft , languages , export , management system , environmental services , compliance management , database , ajax , yield , functionality , mentoring , jenkins , validation , ug , routing , adapter , step , azure , nav , permissions , import , law firms , authorization , software industry , internet , teams , c# , seeding , application , test driven development , datasets , ecs , s3 , repository , framework , autofac , moq , silverlight , refactoring 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 1/4
Current Designation: Project Delivery Lead -Dot Net
Current Company: Mphasis Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Dubai,United Kingdom
(UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mphasis Limited as Project Delivery Lead -Dot Net
Oct 2014 to Till Date
Project Title: Identity Service
Client: SSP Insurance, UK
Responsibility: Requirement analysis, Code Development, Writing Unit Tests, Code Review and Mentoring
Software/Database/Services: Asp.Net core Identity, C# 7, MySQL, Asp.Net Core 2.2, Angular 7, Rxjs,
EntityFrameworkCore, Sqlite, Git, Azure DevOps, Docker,Postman and Swagger, xUnit
External Library: Identity Server 4, Shouldly, Moq
Development Methodology: Agile
Team Size: 9
Description: The Identity service secures microservices with OAuth2 and OpenID Connect protocol. The Identity Service
supports
Authorization flow, Client Credential flow, Password flow, Implicit flow and Refresh Token flow.
There are some API's exposed to allow management of user's accounts, passwords, email addresses and client
applications along with the setting up roles and permissions
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Deepak Reja
Project Delivery Lead seeking roles in Software Architecting,Development,Application
Programming,Application Maintenance,Requirement Analysis,with skill sets ASP.Net
Core,Angular,AWS SQL Server,Web API, Microservices,Redis,Rabbit MQ, Kubernetes
Key Skills: ASP.Net Core,Angular,AWS SQL Server,Web API, Microservices,Redis,Rabbit MQ, Kubernetes
Summary
MCA with 13+ years of experience in Software industry.
Full Stack Developer
Experience in working with small and big development teams and discharging a wide array of responsibilities including client
communication, design, test driven development, code refactoring and code review.
Strong knowledge of C# 7, .Net Core 2.2, ASP.Net Core MVC, ASP.Net core Web API,
Experience in Test-Driven Development.
Experience in Angular 4 onwards, Rxjs library and TypeScript
Strong hold on Design pattern like Decorator, Strategy, CQRS, Builder Pattern, Repository, Adapter, Composite, Façade,
Abstract Factory, State, Chain of Responsibility pattern and Null Object Pattern.
Experience in cloud technology. Consumed AWS Lambda, Lambda API, AWS SQS, AWS S3, AWS SNS, AWS Event Bridge,
AWS Step Function, AWS KMS Service, AWS Param Store, AWS Secret Manager, AWS EC2 instance.
Strong knowledge in Finance domain.
Experience in Microservices development.
Experience in Code Refactoring
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 2/4
Project Title: Platform Microservices and Admin Portal
Client: SSP Insurance, UK
Responsibility:Requirement analysis, Code Development, Writing Unit Tests, Code Review and Mentoring
Software/Database/Services:Angular 7 C# 7, MySQL, Asp.Net Core 2.2, EntityFrameworkCore, Sqlite, Git, Azure DevOps,
Docker, AWS S3, AWS Lambda, AWS Step Function, AWS KMS Service, AWS SNS, AWS Parameter Store AWS ECS
Containers, Rxjs, xUnit
TypeScript, Postman and Swagger.
External Library: MediatR, Fluent Validation, Automapper, Shoudly, Moq, Polly
Development Methodology: Agile
Team Size: 9
Description:
Export/Import framework & Export/Import API: -
The purpose of Export/import framework is to facilitate export/import data from one environment (Dev) to another
environment (QA). The main components of this framework are AWS Step Function, AWS Lambda, Export/Import APIs,
AWS S3 bucket and AWS SNS.
To Export the data, client(Admin Portal) provides the seeding data and invokes AWS Step function via restful API, and
Step Function in turn invokes AWS Lambda thereafter Lambda invokes all the configured export APIs and accumulate the
JSON data in memory and write the data to text file, eventually the text file gets stored in AWS S3 bucket.
To Import the data, client provides the seeding data and invokes AWS Step function via restful API, and Step Function in
turn invokes AWS Lambda thereafter Lambda reads the export file and invokes Configured import API?s and post the
data.
Credential-Store Service: -
The purpose of Credential-Store microservice is to store Credentials (secret information) in Credentials Store (database)
and retrieve it from Credentials-Store. The Credential store service consumes AWS KMS service to encrypt and decrypt
the credentials data.
Master Data service-:
The Master Data service is the single central location of tenant information and tenant specific configuration data. This
includes basic details of a tenant, who they are, and what product(s) they have purchased and the optional services they
subscribe to. It also holds tenant specific configuration data where this differs from the baseline configuration.
Project Title: Report API Wiring and Microservice
Client: Sterling Talent Solutions, USA
Responsibility: Mentoring, Requirement analysis, Code Development including database coding and Code Review
Software/Database/Services: C# 7, SQL Server, Asp.Net Core 2.2, AWS Lambda API, AWS SQS Queue, AWS
DynamoDB, Autofac Dependency Injection, Postman, Bitbucket, Jenkins, Octopus and Docker
Development Methodology: Agile
Team Size: 7
Description: The report API wiring is accomplished by four routers (window services). The first router i.e. Data Event
Router monitors DataEvent table. As soon as any new order gets placed by using Monolithic application (web Application),
the new event get populated into DataEvent table. The Event Router reads new event from dataevent table and pushes it
to AWS SQS Queue. The second Router reads the data event payload from SQS Queue and populate into
ReportAPIBatch Table.
AXA Technology Shared Service as Senior Specialist
Feb 2010 to Oct 2014
Project Title: GTDF SRS
Client: Alliance Bernstein, USA
Responsibility: Code Development including database coding, bug fixing and Peer review
Software/Database/Services: C# 6.0, SQL Server and WCF
Development Methodology: Waterfall
Team Size: 7
Description
Description: A legacy application 'Guaranteed Target Date Funds (GTDF)' built in Win-forms responsible for monitoring
various incoming and outgoing transmissions, generating reports, generating trades according to the received
transmissions and finally generating a reconciliation report for the users to verify the accuracy of various calculations with
the data received from external agencies.
The main objective of the project was to add capability to the existing application to handle a new class of products
'Secured Retirement Strategies (SRS)'. This involved introducing some new entities in the application and modifying
existing class relationships to yield existing functionality for the new class of products. It also involved creating new
transmissions for the insurers and other parties involved in the processing of the new product.
We also ported the reports implemented in the legacy application (implemented as Crystal reports) to a SQL Server
Reporting Services framework (SSRS) as part of a long-term initiative to migrate the Win-forms application into a
Silverlight application.
Project Title: Unitization
Client: Alliance Bernstein, USA
Responsibility: Code Development including database coding, bug fixing and Peer review
Software/Database/Services: Silverlight, C# 6.0, SQL Server and WCF
Development Methodology: Waterfall
Team Size: 8
Description
Description: A Silverlight 3 Rich Internet Application and server-side batch jobs to calculate NAVs for various financial
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 3/4
products offered by Alliance Bernstein USA on a daily basis.
Parts of calculations were earlier outsourced, and this increased cost incurred on the products. With the new application,
all calculations required to calculate NAV of the products are brought in-house and considerably reduce operating costs. A
legacy application earlier managed part of the NAV calculations and relied on external agencies to provide data required.
The application has been built with a 3-tier architecture, the front end being on a Silverlight application, enabled by a WCF
service which hides the business layer and manages communication between the RIA and business layer with the help of
lightweight DTOs. The database is maintained in SQL Server 2005 Server and is abstracted by a data layer using strongly
typed datasets to generate business objects
SGT India Pvt. Ltd as Senior Developer
Oct 2007 to Feb 2010
Project Title: Compliance Calendar Application
Client: Clean Harbors Environmental Services, Inc, North America.
Responsibility: Code Development including database coding and bug fixing
Software/Database/Services: C#, ASP.Net, SQL Server, Exchange Web Service, Window Service, Outlook forms, VB
Script, Java script
Development Methodology: Waterfall
Team Size: 4
Description
Description: Clean Harbor Compliance Calendar solution is built on Microsoft® .NET. This application is a task
management and tracking system. The application will allow CH compliance central group to create a task and assign to
the respective compliance manager who will finally accomplish the task, updates the progress, and report the status back
to compliance management application.
The task created by the central group will appear in the compliance manager's Outlook personal calendar. The managers
will then report/update the status back by using their same Outlook email client.
Project Title: AIMS
Client: Datacert Inc., USA
Responsibility: Code Development including database coding and bug fixing.
Software/Database/Services: C#, ASP.Net, SQL Server, WCF, Ajax, Java script
Development Methodology: Waterfall
Team Size: 4
Description
Description: Advanced Invoice Management System (AIMS) is Datacert's web-based application that facilitates the
approval and payment of electronic invoices between law firms and vendors and corporate legal departments. Its primary
purpose is to help managers take control of their corporate legal spend. Using AIMS, legal invoices are validated against
corporate outside counsel guidelines, routed, adjusted and approved, then posted to a matter management and/or
accounts payable system.
An AIMS simplifies the approval and payment of electronic invoices and allows corporate legal departments to take control
of outside legal costs in advance of payment. Its automated invoice routing and review process can be tailored to meet a
corporation's specific workflow and business rules. AIMS also integrate with existing systems and provide secure access
to invoice details, workflow status, cost management reports and matter information.
UG: B.Sc (Zoology) from Chhatrapati Shahu Ji Maharaj University (CSJMU) in 1999
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2006
Education
IT Skills
Skill Name Version Last Used Experience
C# 7 2020 11 Year(s)
.Net Core,Asp.Net core 2.2 2020 3 Year(s)
Angular, Rxjs 7 2019 3 Year(s)
.NET 4.5.2 2020 8 Year(s)
AWS 2020 3 Year(s)
XUnit, NUnit 2020 5 Year(s)
EntityFrameworkCore, Sqlite, Git 2020 3 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SQL Server 2012 2019 7 Year(s)
MySQL 2020 2 Year(s)
Azure DevOps 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 426: Resume 1193 with similarity score 0.041681682609160685
B.E , MS , B.TECH , BS technical architect , senior advisor , full time , balancer group accounts , encryption , general , powershell , efs , security , designation , data synchronization , ug , user management , mar , data migration , affirmative action , lists , sharepoint administration , site layout , hindi , maintenance , permissions , authorization , office 365 , english , ssl , commissioning , status , sharepoint online , email , azure active directory , groups , application , aws , configuration management , provisioning , mumbai , onedrive for business , microsoft , business requirements , ops , electronics , servers , s3 , ec2 , languages , infrastructure , putty , load balancing , family , javascript , disk , data governance , amazon web services , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e15001…
https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e1500135140410b0f0a… 1/2
Current Designation: Senior Advisor
Current Company: Concentrix Technologies - Microsoft
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electronics and
Telecommunication]
Verified : Phone Number | Email - id
Concentrix Technologies - Microsoft as Senior Advisor
Mar 2019 to Till Date
Ops Team: Senior Advisor
Build and configure servers on Amazon Web Services (EC2, EFS, ELB, SSL, Security Groups and IAM).
Create and Manage AMIs, Snapshots, Volumes and upgrade/downgrade resources on AWS (CPU, Memory, EBS).
Build and configure VPC, Subnets, Route tables, security groups; establish connection between different AZ.
Add, modify & delete user accounts, group accounts and service accounts across the region. (User management)
Integrated EC2, load balancer, Auto-scaling and EFS solutions by AWS in such a manner that every scaled up
Instance is auto mounted on the EFS and all the SSL encryption is handled by load balancer.
Worked on SharePoint online environment.
Worked on OneDrive for business site and OneDrive for business sync client for data synchronization.
Built up different data governance policies at tenant level and site level.
Data migration with SharePoint online Migration tool and migration issue like throttling.
Vodafone India Ventures Limited as Specialist
Oct 2016 to Mar 2019
Vodafone India Services Private Limited. (October 2016 - April 2018)
Vodafone India Ventures Limited (May 2018 -March 2019)
Provisioning and managing infrastructure requirements using different cloud services (AWS).
Setup and manage different types of resources like EC2 instance, VPC, S3, EFS, Security groups.
Configure Load balancer, auto-scaling rules and defining back up and retention policies for the instances.
Defining family size and hard disk size for EC2 based on the requirements.
Configure and setup SharePoint online environment as per the business requirements.
Prepare and maintain SharePoint sites, libraries, lists and workflows set ups.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
NIDHI YOGESH CHAVAN
Specialist seeking roles in Sharepoint Administration, Configuration Management,
Installation, Commissioning, Data Migration, Sharepoint Development, Business
Requirement, Load Balancing,Powershell, Putty, Azure Active Directory, AWS
Key Skills: Technical Architect, Sharepoint Administration, Installation, Data Migration, Business Requirement, Load
Balancing, Powershell, Active Directory, AWS,sharepoint online,Office 365
Summary
A competent professional with an experience of 4.1 years in Sharepoint Administration, Configuration Management, Installation,
Commissioning, Data Migration, Sharepoint Development, Business Requirement, Load Balancing, Powershell, Putty, Active
Directory, AWS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e15001…
https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e1500135140410b0f0a… 2/2
Manages the site layout structure and content.
Formulated and maintained SharePoint permissions and sites.
Configure Office 365 data governance Policies, assigning user license and monitoring tenant usage limit.
User management across the environment using Microsoft AD and IAM.
UG: B.Tech/B.E. (Electronics and Telecommunication) from Pune University in 2016
Other Qualifications/Certifications/Programs:
Diploma, Electronics & Telecommunication
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services
Sharepoint online
Office 365
SharePoint online designer 2013
POWERSHELL
AWS-IAM 2020 4 Year(s) 0 Month(s)
MIGRATION 2020 4 Year(s) 0 Month(s)
Azure AD 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 427: Resume 1296 with similarity score 0.04165434884667413
B.E , B.TECH software engineer , devops , full time , software developer team spirit , streamlining , redux , core java , devops , jenkins , healthcare , designation , affirmative action , plugins , hindi , docker , maintenance , player , authorization , english , code review , web applications , status , bot , email , ci , fixing , github , electronics , features , languages , resolving issues , cerner , dashboard , kannada , javascript , organization , technology , pipeline , toolkit , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d150210440a580c… 1/2
Current Designation: Software Engineer
Current Company: Cerner Healthcare Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: Bachelors of Engineering [electronic
and communication]
Verified : Phone Number | Email - id
Cerner Healthcare Solutions as Software Engineer
Dec 2018 to Till Date
· Working as Software Engineer in Cerner Healthcare Solution, Bangalore from December 2018.
· Exposure in creating dashboard using Terra Toolkit to view Git status.
· Exposure in design and development of web application using NodeJS.
· Exposure in creating CI/CD pipeline and creating the Docker Image based on the requirement.
· Possess effective communication and strong interpersonal skill.
· Increased the stability of the application by 90% by fixing defects and enhancing performance.
· Supportive and enthusiastic team player dedicated to streamlining processes and efficiently
resolving issues.
· Responsible to design and develop Plugins to support the existing application with lot more features.
· Responsible for designing the GitHub bot to automate the code review and check code quality.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dr Ambedkar Institute of technology, Bangalore in 2017
PG: Bachelors of Engineering (electronic and communication) in 0
Last Active: 6-Feb-21 Last Modified: 2-Feb-21
Shubham V
Software Engineer with 2+ years of experience in designing and developing web
applications. Strong understanding of JavaScript, React, Redux, Git, Docker, Jenkins,
Java and NodeJS
Key Skills: JavaScript, React, Redux, Git, Docker, Jenkins,NodeJS, creating CI/CD pipeline, Core Java, webdriverIO
Summary
Software Engineer with 2 years of experience in designing and developing web applications. Strong understanding of JavaScript
and Devops.
To seek an opportunity for professional growth & to build a career with committed & dedicated people who will help to explore
myself truly contributing quality, ideas & to work for an organization where team spirit & personnel skills are recognized &
rewarded.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d150210440a580c… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JavaScript
Reactjs
Redux
GIT
DOCKER
Jenkins
CI/CD
JAVA
webdriverio
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Konkani
Rank 428: Resume 869 with similarity score 0.04161839477704989
B.E , MS , B.TECH full stack web developer , software developer , it professional , full time , junior software engineer react.js , css , designation , mar , affirmative action , information technology , hindi , maintenance , ltd , typescript , authorization , english , bootstrap , status , c# , agile , email , application , microservices , technology solutions , debugging , unit testing , computer science , languages , sql server , malayalam , javascript , web , .net framework 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f125…
https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f12571644590b5c5… 1/2
Current Designation: Software Engineer
Current Company: RM Education Solutions India Pvt. Ltd
Current Location: Trivandrum
Pref. Location: Bengaluru / Bangalore,Chennai,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 4 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
RM Education Solutions India Pvt. Ltd as Software Engineer
Sep 2018 to Till Date
Ark Technology Solutions as Junior Software Engineer
Jan 2015 to Mar 2016
UG: B.Tech/B.E. (Computer Science and Engineering) from Mar Baselios College of Engineering and Technology,
Kerala, India Affiliated to University of Kerala in 2014
Other Qualifications/Certifications/Programs:
Graduate Diploma in Information Technology
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Pamela Edison
Software Engineer seeking roles in Software Development,Requirement Gathering,
Production Support,Unit Testing,Coding,Debugging,Application
Maintenance,React.Js,C#.Net,SQL
Server,Bootstrap,CSS,HTML,.Net,C#,LINQ,.NET,Microservices,Agile
Key Skills: Software Engineer,Software Developer,Software Development,Requirement Gathering, Production
Support,Unit Testing,Coding,Debugging,Application Maintenance,React.Js,C#.Net,SQL
Server,Bootstrap,CSS,HTML,.Net,C#,LINQ,.NET,Microservices,Agile
Summary
A self-motivated IT professional with 2.8 years experience and proficiency in C#, SQL Server and React.JS seeks the position
of Full stack Web Developer in a reputed company.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f125…
https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f12571644590b5c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
React.Js,C#.Net,SQL Server
Bootstrap,CSS,HTML,.Net,C#,LINQ
.net Framework
MicroServices
OOPS
TypeScript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 429: Resume 895 with similarity score 0.04137071781524602
B.E , MS , B.TECH full time , software engineer , lead developer , software developer react.js , api , reporting , requirements analysis , redux , core java , web application development , customer , scrum , css , designation , developers , ug , affirmative action , developments , collaboration , hindi , timesheet , ltd , outsourcing , vanilla , internet , authorization , english , web applications , status , postgresql , agile , email , integration testing , teamwork , focus , project delivery , new features , bitbucket , ops , user stories , rest , government , led , obc , reliability , git , computer science , building , django , languages , e-commerce , assessment , python , javascript , logics , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455…
https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455716460a5a5c5… 1/2
Current Designation: Trainee Consultant
Current Company: Gauri Technologies Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Gauri Technologies Ltd. as Trainee Consultant
Aug 2018 to Till Date
At Gauri, I work on JavaScript, HTML/CSS, Reactjs, Python, SQL, and Java.
Gained valuable experience in end-to-end web application development along knowledge of the business processes.
I am involved in SDLC like analyzing requirements, designing solutions, implementing the user stories, using
agile(scrums) for project, unit and integration testing, and deploying the continuous developments on the production server
using Git - Bitbucket.
Although, I do think my strongest skills are in coding the solutions.
I like to focus on actively listening to customer's concerns, instilling trust through careful assessment of requirement and
creative problem-solving.
Key Qualifications & Responsibilities
Performed requirements analysis, design, development, and unit/integration testing of continuous agile releases
Estimated, performed feasibility analysis, and forecast risks and planned the delivery for new requirements
Contributed to each project delivery phase (analysis, development, test, ops) in different roles
Delivered new features in both Agile and SDLC life cycles
Established self as a Lead Developer and gained trust of clients
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Yogesh Datir
Software Developer with 2+ years of experience in building web applications seeking
roles in Software Development, Reactjs, Front End Development, Full Stack
Development, JavaScript
Key Skills: React.Js, Javascript, SQL, GIT, HTML, CSS, Redux, Rest API, PostgreSQL, Agile, Scrum, Core Java
Summary
Hello! I am a software engineer working on web applications
I feel excitement and freedom when I code. Values I hold high are simplicity, reliability and helping other achieve their success.
I am a Trainee Consultant with 2+ years of experience in building web applications.
Worked with Object Oriented Programming to create Rest APIs.
For front-end, I have used React, Redux, and Vanilla JavaScript as well.
Started my coding journey from Java SE. So, I use OOP concepts from Java to learn other technologies efficiently.
I also started to write content to share my experiences.
I believe, Collaboration is a crucial skill to achieve the result and I earnest work to improve my Teamwork consistently along with
empathy.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455…
https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455716460a5a5c5… 2/2
Design complex SQL queries while working with PostgreSQL database.
Using Git, Bitbucket for deployment on Test and Production server.
Migration to Django Rest API and React-Redux with legacy PostgreSQL Database.
Involved in development of reporting logics for the clients
Key Achievements
Worked on a project which also provided in-house product replacing the outsourcing of Timesheet portal, saving annual
cost for Gauri
Provided clients with customizable Ticket portal along with SLA
Led a team with up-to 3 developers
Honored with 2 certificates of Excellence by Gauri for successfully developing and delivering Gauri support web
application.
UG: B.Tech/B.E. (Computer Science and Engineering) from Government College of Engineering, Amravati in 2017
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React.js 16 2021 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Expert
Rank 430: Resume 1439 with similarity score 0.04126172290828211
B.E , MS , B.TECH senior developer , technology analyst , full time , senior software developer outlook , functionality , blueprint , core java , telugu , microsoft azure , mapreduce , designation , cam , vendors , affirmative action , oracle , routing , hindi , cloud , offers , basic , ltd , pdf , particular , english , advanced , authorization , design documents , status , c# , bot , sql , email , logging , project , infosys , store , excel , sap , recorder , jira , nia , test automation , operations , insurance policies , electronics , articles , components , obc , servers , unit testing , chat , framework , asp.net , business process , languages , auditing , foundation , big data , process automation , his , family , data science , python , app , javascript , form , ml , workflow , web , technology , availability , dell , servicenow , hadoop , demos 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 1/4
Current Designation: Senior Software Developer
Current Company: Wipro
Current Location: Hyderabad / Secunderabad
Pref. Location: Chennai,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Wipro as Senior Software Developer
Sep 2020 to Till Date
As a Senior Rpa developer,
* Will do feasibility analysis, involve in design phase
* Prepare Solution Design Documents for approved PDD.
* Develop and test automation code
* Release the code to Production after approval from client team.
Diebold Nixdorf as Senior Rpa Analyst
Oct 2018 to Sep 2020
* Gather requirements for the identified business process.
* Prepare PDDs and TDDs during design phase.
* Develop the bot code to automate entire process.
* Do end to end testing and deploy the code to the production.
Infosys Ltd as Technology Analyst
Jul 2014 to Aug 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Katakam Muneeswaraiah
Certified RPA Professional with 6 years of total experience and has 4.7 years of exp in
RPA relevant to 3.5 years of experience with Automation Anywhere tool. Also certified
from AA, Blue prism and Uipath. Worked with python and vb script...
Key Skills: rpa,robotic process automation,ui
path,asp.net,python,sql,dbms,hadoop,mapreduce,uipath,vba,aa,c#,Automation Anywhere,VBMacros
Summary
* Involved in RPA development of projects for about 4.5 years with over all 5 years 10 months of experience.
* Have work experience of 3 years on Automation Anywhere 10.x,11.x tool with multiple client projects and POCs.
* Certified from Automation Anywhere 10.x, Blue Prism6.1 and UiPath 2017.1
* Worked with Dell, Diebold, AmFam, PWC, JCI clients.
* Have experience with Azure chat bot and luis.
* Automated the business processes using Automation Anywhere and Uipath.
* Trained in core JAVA, SQL, DBMS from Infosys Mysore about 4 months.
* B.Tech in Electronics with 84% from RGUKT APIIIT idupulapaya.
* Also interested in the RPA, ML and Data science.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 2/4
- Working with the Azure Chatbot with PWC client.
- Working as a RPA senior developer from last 3.5 years on various RPA tools.
- Had enough 2+ years of experience with Automation Anywhere on implementing various business processes with the
clients.
- Strong insights on technical feasibility, automation feasibility and ROI analysis for a business process.
- Prepared TDDs and PDDs for the business processes.
- Implemeted hands on design, logging, error handling etc...
- Worked on various cross technologies like RPA, python, C# for chatbot implementation, core Java etc..
- Guide the team members to complete the project successfully.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi University of Knowledge Technologies, AP IIIT in
2014
Other Qualifications/Certifications/Programs:
Blue prism AD01- Accredited Developer Exam
Automation Anywhere Certified Advanced RPA Professional
RPA Developer Foundation Diploma in Uipath
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
Big Data, Hadoop 2017 1 Year(s) 0 Month(s)
Python 3.6 2.7 2017 0 Year(s) 8 Month(s)
ASP.NET 2018 0 Year(s) 7 Month(s)
Uipath 2017.1 2018 0 Year(s) 9 Month(s)
Blue Prism 6.1 2018 0 Year(s) 4 Month(s)
Azure BOT framework 2018 0 Year(s) 3 Month(s)
Automation Anywhere 10.7 2018 2 Year(s) 9 Month(s)
RPA - Robotic Process Automation 2018 4 Year(s) 6 Month(s)
Automation Anywhere 11.3 2020 0 Year(s) 10 Month(s)
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
English Expert
Hindi Proficient
Projects
Project Title: Intercompany Oracle Process
Client: Diebold Nixdorf
Skill Used: Automation Anywhere, Oracle, VBA Macros
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 3/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Jan 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: May 2018 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Feb 2018 - Apr 2018
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Oct 2017 - Jan 2018
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jul 2015 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 7
Role Description: * Prepare the PDDs and TDDs for the identified process
* Develop the AA code for the identified process
* Do end to end testing
* Deploy the code to the production and schedule the bots
Project Details: In Diebold Nixdorf, Employees will claim and send lots of bills to the managers which will be store in the form
of Excel. Thousands of employees need to update all the bill details in the oracle to get the approval from manager and
manager has to update the same bill in the oracle system after approval. This process will take almost 3-4 days for each bill
to check, review and approve. So we have automated this process using AA where it will update all the details in the oracle
system by taking the details of the bills from master excel file. Using the same details, will create the invoice PDF copy and
send mail to the manager and vice versa. Now we are planning our bot blueprint in almost 60 countries of the company which
saves lot of time, human effort and resources. We have developed, tested and released out bot to production.
Project Title: SAP Invoice Process
Client: Diebold Nixdorf (Germany)
Skill Used: Automation Anywhere, SAP, VBA Macros
Role Description: * Prepare the PDDs and TDDs for the identified process
* Develop the AA code for the identified process
* Do end to end testing
* Deploy the code to the production and schedule the bots
Project Details: Every day DN will get thousands of invoices from his vendors through mails. These invoices have to be
process in SAP. Need to download from mail and upload in the SAP in PO or with out PO section based on PO number
availability. After uploading, will assign the workflow to the specific assignee and park the invoice in the SAP.
Project Title: Dell Esupport Auditing
Client: Dell
Project Details: Dell Esupport site has all information about every dell product. This information or links that are available in
site has to be audited everyday manually. Dell site contains around 3600+ products and each product may have around
thousands of links which includes drivers, product info, articles etc. Dell team has to audit these links to check whether the
link is working and routing to the actual page and prepare audit log for all check points that they have. It will take around 1
day for each product to audit all the links. We developed main taskbot which is combination of metabots and taskbots to
automate the audit process and we reduced time from 1 day to 15mins.
Project Title: PwC CAM Chat bot
Client: PwC-US
Skill Used: Microsoft Azure, Luis, C#, basic SQL, MS Visual Studio.net
Role Description: => Develop the C# code to map the user utterances to the intents in the Azure Luis.
=> Develop Intents, Entities and Train the Luis for effective functionality.
=> Do end to end unit testing, retrain Luis and develop Code.
Project Details: The main objective of CAM initiative to answer user queries which are in the count of thousands on daily
basis. The queries must be answered in the most effective way to clarify the users concerns/questions. We have automated
this Chatbot support using Azure Cloud Web App Bot.
Project Title: Automation of Ticket Routing
Client: American Family Insurance (AmFam)- US
Skill Used: Automation Anywhere, Servicenow, Excel
Role Description: ** Gather the requirements and prepare PDDs, TDDs with detailed level of understanding.
* Develop the code with various components of the AA tool like Object Cloning, Web Recorder, Date operations with
Excel,Credential manager etc.
* End-End testing
Project Details: American Family Insurance (AmFam) is a company which offers different insurance policies to its customers.
For any queries user will raise tickets in Service Now which is used by AmFam. Daily there are several tickets raised by their
users. In every shift these tickets must be assigned to the SMEs which takes almost 2-3 hours of human effort. The
requirement here is to automate this manual ticket assigning process so that tickets are automatically assigned to SMEs in
shifts based on the shift assignees data in the Excel
Project Title: Automation of DBA services
Client: JCI - US
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 4/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Dec 2014 - Jun 2015
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Automation Anywhere, Infosys Nia, SQL, python
Role Description: * Develop the code in AA to automate the process
* Prepare PDDs and TDDs with detailed technical and functional dependencies.
* Unit and End to End testing and deploying the solution in the production by giving demos to the client.
Project Details: The web logic servers are failing frequently in a day and sending alert mails to the outlook with level of priority
and status of the server. Once failure alerts came to inbox, will create JIRA ticket with details by logging in to JIRA Tool. Then
need to login to web logic server URL and restart the particular server and monitor the server status. Once server starts will
close the JIRA ticket with updated details. Repeating the same process for all the servers that send the failure alerts to the
outlook. Automate the process using the RPA tool.
Project Title: Microsoft Legal Applications
Client: Microsoft Corporation -US
Skill Used: SQL
Role Description: Resolving L1 and L2 issues for all the Legal Applications coming from users with the help of L3 support.
Project Details: Correcting and implementing the tool whenever new issues raised in the usage. Develop continuous working
functionality by taking assistance from the superior leads.
Rank 431: Resume 1511 with similarity score 0.04119648693248892
MS , M.S azure developer , talent sourcer , delivery lead , sql dba , devops , product development , full time , it recruiter , data management , chief architect contractual , offer creation , connect , office , docker , dsm , airlines , intelligence , status , stakeholder management , infosys , sap , xml , soa , data science , dynamics crm , negotiation , pipeline , cxo , publishing , sprints , ecommerce , f&a , devops , kubernetes , designation , taleo , hindi , cloud , rpo , architects , workday , english , recruiter , supply , project , leadership , drupal , ibm , boomi , machine learning , boarding , 365 , javascript , snp , bfsi , esb , html , account planning , general , mean stack , scrum , team management , developers , affirmative action , mandates , oracle , advanced , technology recruitment , digital product development , social media , timelines , email , aws , shared services , high-end , operations , microsoft , android , languages , planners , new hires , dell , velocity , management skills , prospect , human resource development , yield , css , openings , ug , tibco , profiles , analytics , revenue , azure , php , sourcing , ios , internet , authorization , productivity , excel , sql , tracker , less , adherence , apac , salary , hiring , finance , offshore , preparation , ado.net 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c120012…
https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c1200120419440e5a5a0… 1/3
Current Designation: Recruitment Lead
Current Company: Hexaware Technologies
Current Location: Pune
Pref. Location: Hyderabad,Pune
Functional Area: HR / Administration / IR
Role: Recruitment Executive
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Ir and pm]
Verified : Phone Number | Email - id
Hexaware Technologies as Recruitment Lead
Jul 2020 to Till Date
Hexaware Technologies as Senior Executive- Recruitment, APAC
Jul 2019 to Jul 2020
RESPONSIBILITIES:
Spoc for SOA (MULE, Oracle SOA/ ESB, IBM Integration, Tibco, Dell Boomi) and Cloud (AZURE/AWS) competency
development for Hexaware.
Handling .net hirings across ATM projects.
Design and implement sourcing strategies to eliminate the use of outside contingent and retain searches to save on costs,
build and manage pipeline for other forecasted openings, resulting in increased quality of hires & on time hiring.
Regular connect with Sourcing Planners to prioritize on demands and delivery.
Interaction with the hiring managers to understand the requirement and business needs.
Analyzing the market supply and mapping the target companies for niche skills.
Front ending the Direct, Employee Referral hiring.
Responsible to improve Productivity, reduce Cost, overall Compliance/Accuracy and yield improvement of the Hiring
Process.
Strong data management skills to maintain clean track of total recruitment activity, publishing reports to stake holders,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sonalin Rath
Certified Technology Recruitment Professional having 7+ Yrs of exp. into Talent Hunt
for top notch Product/Internet/High-end services/Start-up. My efforts & expertise lies in
Leadership Hiring for Technology, Product, Design, Analytics/Data Science.
Key Skills: recruitment,talent acquisition,stakeholder management,Talent Sourcer,Social Media Recruitment
Summary
7 years of experience in talent acquisition, Stakeholder management in Software (IT/BFS/ITES) Industry.
Experience in leadership hiring with a specialty in product, technology and general management functions. Experience in a
variety of mid to senior level managerial and executive roles, exposed to generic as well as complex and hard to find technology
skills.
Experience in Corporate/RPO/Project Model Hiring for Captive & Consulting organizations.
Managed end-to-end recruitment life cycle and ensured adherence to the process with involvement in Leadership hiring,
Recruitment, Team Management, Salary Negotiation, Offer Creation , Co-ordination with HM, Managing Drives, Event
organizing, partnering with business, Recruitment tracker preparation, Taleo, Workday, Hirecraft.
Proficient in Taleo, Hirecraft, Other ATS, Advanced Excel.
Managed candidate experience and protected the companies brand.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c120012…
https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c1200120419440e5a5a0… 2/3
divisions on weekly basis.
Expertise in Niche Hiring encompassing BFSI, Ecommerce, Airlines and Biotech Domains.
Syngenta India as TA Lead
Oct 2018 to Jun 2019
* Responsible to set up Digital product development team within a short span.
* Onboarded 200+ resources with in 6 months.(IT & F&A)
* Worked closely with hiring leaders and independently handled 3 projects simultaneously.
* Responsible for tracker updates and spoc for project updates to leadership team.
* Expert on salary negotiation, offer management.
* Supporting a seamless and informative on-boarding experience for new hires.
* Independently hired the leaders for the new capabilities.
* Managed global stake holders, prepared recruitment sprints for 6 months, scrum calls, planned recruitment velocity to
deliver with in timelines.
Skills hired : Chief Architect, IOS/Android Developers, SAP professionals (FICO, pp, Material Management, Transitioned
entire development team from Infosys to inhouse)
Built leadership team for F&A Shared services.
CIEL HR Services (From Mafoi Founders) as Senior Recruitment Executive
Jul 2017 to Oct 2018
Delivery Lead - Technology/ Analytics/ Banking & Finance
Hyderabad.
RPO /VOP Model Hiring : SNP Technologies Inc (Cloud partners of Microsoft)
Interacting with CXO's in US for the hiring for Offshore center, Stakeholder Management, Meeting technical panel once in
a week and headhunt profiles from similar Industry domains.
On-boarded Opensource Architect, Cloud Solutions Architects, DataScientist, Azure Developer, SQL DBA with Azure,
DevOps (Docker, Kubernetes, Kolla, Chef),, Data Science team ( Cortana Intelligence, Machine Learning), BI Developers,
Drupal Architects, PHP, Full Stack / MEAN Stack developer, Cloud Deployment Engg, NOC/Cloud Operations Engg.
Built technology recruitment team and developed clienteles on technology product hiring. Generated 2 Million revenue in
2018.
Randstad India as IT Recruiter
Jul 2011 to Feb 2017
Worked as a 365 degree consultant and responsible for revenue generation, and supporting the recruitment activity for
various shared services centers.
Responsible for the full Sales cycle of prospect generation, requirement identification, offering mix, negotiations and
contractual formalities with new/existing clients.
Account Planning and Governance: responsible for overseeing of all Client Management processes including planning and
providing right support to the client.
Managed leadership hirings/ niche skill hirings on a retainership model
Nominated as a Sourcing Ninja and was managing high revenue mandates.
Domains worked for : Technology(Captive/Consulting), Shared services, ITES
Clients handled : Deloitte, Wells Fargo, DSM Shared services, Dupont, Franklin Templeton, Statestreet, Rimini Street,
Berkedia to name a few.
UG: B.B.A/ B.M.S (human resource development) from Berhampur University in 2004
PG: MBA/PGDM (Ir and pm) from Berhampur University in 2007
Education
IT Skills
Skill Name Version Last Used Experience
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c120012…
https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c1200120419440e5a5a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
ASP. Net, ADO.Net, C
Net, VB.Net, Share point, HTML
MS Dynamic AX, Dynamics CRM
NAVISION
CSS, XML,MS Office
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odiya Expert
Rank 432: Resume 721 with similarity score 0.04119483572557191
B.E , MS , B.TECH backend developer , associate software developer , full time functionality , wealth management , computer technology , mean stack , customer , jenkins , visual studio code , api development , css , designation , ug , investment , mar , bloomberg , affirmative action , mysql , oracle , interpersonal skills , hindi , maintenance , ltd , pdf , navigation , jquery , authorization , english , enterprise , bootstrap , status , rabbitmq , architecture , aggregation , email , project , express , application , aws , mongodb , npm , less , mumbai , angularjs , ci , redis , s3 , git , problem solving , kibana , languages , export , offshore , chart , html5 , notes , ec2 , pie , responsive design , javascript , jira , web , crm , elasticsearch , cd , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e400140…
https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e4001400018175e5a0e0… 1/3
Current Designation: Associate Software Developer - Mean
Stack
Current Company: Valuefy Solution Pvt Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Nagpur,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Valuefy Solution Pvt Ltd as Associate Software Developer - Mean Stack
Jun 2019 to Till Date
Backend Developer (Node js)
BridgeLabz Pvt Ltd. as Fellowship Engineer
Feb 2019 to Jun 2019
UG: B.Tech/B.E. (Computers) from SGBAU in 2018
PG: NA (na) in 0
Other Qualifications/Certifications/Programs:
Diploma in Computer Technology Engineering
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Pournima Patle
Associate Software Developer seeking roles in Software Development,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JavaScript,Angular6,Nodejs,Elasticsearch,HTML5,CSS3,Bootstrap,Express,loopback,MongoDB,npm,git
Key Skills: Associate Software Developer,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JavaScript,Angular6,Nodejs,Express,Loopback,Elasticsearch,CSS3,Bootstrap,JavaScript,Jquery,Ajax,MongoDB,
MySQL
Summary
Overall 1.4+ year of experience in the development of Web & Enterprise applications (Wealthfy And CRM) using MEAN stack
Technology. Hands on experience in Angularjs, Nodejs, Mongodb, Express, Mysql Knowledge, Elasticsearch, Loopback,
Strongloop, Visual studio code tool, Kibana for the development of Mean stack project. Hands on experience in Angular 5,
Angular 6, Javascript, Git, NPM. Cohesive team worker, having strong analytical, problem solving and interpersonal skills
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e400140…
https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e4001400018175e5a0e0… 2/3
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Dec 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Jun 2019
Onsite / Offsite: Offsite
Affirmative Action Work Authorization
IT Skills
Skill Name Version Last Used Experience
Javascript, Angular6
Nodejs, Elasticsearch
HTML5, CSS3, Bootstrap
Javascript, Jquery, Ajax
ORACLE, MS-SQL
EXPRESS
Visual studio code, kibana, Jira
Mongodb
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: BARCLAYS/EQUIRUS
Client: Barclays/Equirus
Skill Used: Angular 5,Nodejs, Mongodb, MySql,ElasticSerach,RabbitMQ, Jquery, Visual studio, Kibana, Jira
Project Details: Dealing with clients and solve client query and support them to updation of functionality as per requirements
adding new functionality. Upload instruments and product and manage the data. Transaction of client aggregation, report
generation, export PDF Maintain the data and replicate it into the elastic search.
Project Title: HDFC Offshore
Client: HDFC Bank
Skill Used: Nodejs, Mongodb, Oracle, Mysql, Elasticsearch,RabbitMMQ Loopback,Git
Project Details: Wealthy product manage the wealth and investment of Client Wealthfy
is for the bank there Operation team they can manage their client and investment of client and aggregated investment of day
to day life and generate report of client and etc. Included in product.
Backend API development, Bloomberg integration, PDF development , PPT development in their pie chart and all restful api
as per client requirement to provide solution for wealth management customer and investment of the project.
Project Title: Fundoo Notes Application
Client: BridgeLabz Solutions
Skill Used: Nodejs, Mongodb, Express, Angular 6, Redis, HTMPL, CSS, Loopback
Project Details: Material Responsive Design, Card Based UI, Navigation
Panel, Search & Show notes in list & grid view etc. Each card was designed with an about editor, toolbars & menus.
Understanding on AWS Services i.e. EC2, S3 & also deployed the application using CI/CD with Jenkins
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e400140…
https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e4001400018175e5a0e0… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 433: Resume 1152 with similarity score 0.041104364624823565
MS assistant manager , devops , release manager , change management , full time , assistant product manager training , retrospectives , customer , telugu , platforms , docker , linux , build automation , status , steering , technical design , kibana , infrastructure , octopus , development projects , negotiation , outages , notification , solution development , sprints , msbuild , ansible , web apps , amazon ec2 , devops , spark , kubernetes , designation , business process integration , hindi , ltd , windows , architects , english , logstash , budgeting , agile , apache http server , mongodb , microservices , leadership , sprint planning , architecting , resource coordination , change management , machine learning , git , computer science , documentation , javascript , technology , migration projects , demos , business continuity , factoring , scrum , scripting , affirmative action , mysql , lists , technical architecture , collaboration , public , maintenance , unix , design principles , email , tomcat , aws , configuration management , ubuntu , operations , global delivery , maven , languages , story , big data , jira , search , streamlining , jenkins , migrating , portals , monitoring progress , azure , authorization , risk , teams , productivity , deliveries , models , application , focus , requirements gathering , led , transformation , repository , preparation , adoption , ceremonies , python , acting , cloud computing , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a0043…
https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a00430a45470c0f010… 1/3
Current Designation: Assistant Product Manager (DevOps)
Current Company: IMImobile Pvt. Ltd.,
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Diploma [Computer Science and
Engineering]
Verified : Phone Number | Email - id
IMImobile Pvt. Ltd., as Assistant Product Manager (DevOps)
Jun 2010 to Till Date
IMImobile Pvt. Ltd., as Assistant Product Manager (DevOps)
Jun 2010 to Jun 2010
Key Result Areas:
Leading cloud based multi technology stacked Machine Learning product from design to deployment and designing
functional & technical architecture, detail documentations & technology recommendations
Spearheading end-to-end technical solution from architecture to deployment including documenting & reviewing team
deliveries to identify performance gaps
Working extensively on:
Jenkins and Octopus for automating end-to-end Build & Release processes
Jenkins for optimizing the system for faster recovery and smooth functioning
Log-monitoring tools Elastic Search, GreyLog, LogStash and Kibana
Amazon EC2 cloud deployments using DevOps tools like Jenkins and Ansible/Docker, Jenkins master-slave for multi-
machine builds
Collaborating multiple technical teams across various technologies such as AWS Cloud Computing, Microservices
Development, Big Data using Redshift and MongoDB, Predictive Models, CI / CD teams using Docker and Kubernetes,
Python, Node JS, Web apps, and Spark
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Karthik Kumar Nandavaram
Assistant Manager seeking roles in Application Deployment,Cloud Infrastructure
Design,DevOps Implementation,Business Process Integration,Agile,Scrum
Methodologies,Python,Java,.Net,AWS,Azure,Terraforms,Ansible,Git,Docker,Jenkins,Ansible,Maven,k8s
Key Skills: Assistant Manager,Release Manager,Application Deployment,Cloud Infrastructure Design,DevOps
Implementation,Business Process Integration,Agile,Scrum
Methodologies,Python,Java,.Net,AWS,Azure,Terraforms,Ansible,Git,Docker,Jenkins,Ansible,Maven
Summary
Result-oriented Professional with extensive experience over 10 years in Service/Product deployment (CI/CD) and architecting
solution on Private, Public Cloud (AWS & Azure)
Led end-to-end execution of high valued IT projects & programs in a Global Delivery Model including planning resources right
from Solution, Architecting, Maintenance, Budgeting and Client Engagement
Excellence in working on end-to-end AWS Cloud tools & services, Git, Docker, Kubernetes, Terraforms, Ansible, Jenkins,
MySQL, MongoDB along with Python Script and Infrastructure Automation
Excels in providing technical design and architectural leadership (Automation) to teams and ensuring that integrations are
performed as per stated architectural and design principles & standards.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a0043…
https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a00430a45470c0f010… 2/3
Acting as the Primary Point of Contact for integrations with various DevOps & Cloud Infra Migration Projects, deploying
projects in AWS & MS-Azure with Windows, Unix & Linux Platforms Operating Technology
Managing cloud infrastructure requirements for deploying products & services in cloud along with change management,
risk management, resource/skills management POC
Delivering large-scale, complex programs with a focus on technology transformation; collaborating with leadership teams
to evaluate technology challenges
Driving cloud adoption plans & application design and cloud management & monitoring; preparing & implementing
roadmap on application development on cloud environment
Formulating reports for various stakeholders, driving difficult negotiations and ensuring that results of negotiation supports
the customer's current & future business needs; assisting PMO in preparation of RFPs / RFQs / RFIs
Analyzing & understanding solution requirements; facilitating solution development projects throughout the solution cycle
from requirements gathering to implementation for business continuity
Managing the development & operations support for change, configuration management, build automation and release
engineering
Directing the technical software release process and ensuring all phases are planned and completed, through
collaboration with technical architects & leads, product owners, infrastructure support, QA, and outside teams
Streamlining release processes/procedures which enhanced planning & minimized outages; resolving build & release
dependencies in collaboration with development teams
Coordinating and managing all activities pertaining to upcoming software releases and stabilizing the production
environment in terms of deployments and configurations
Exhibiting excellence in maintaining the dependencies of Microservices Architecture through deployment of Portals and
APIs
Extensive skills in end-to-end development of software products with Agile Methodology including requirement gathering &
analysis, programming/coding, creation of POC, preparing/review of estimation, impact analysis, re-factoring, deployment,
documentation
Implementing Scrum methodology and coordinating all Scrum Ceremonies including Sprint Planning, Daily Standups,
Sprint retrospectives, Sprint Demos, Story Grooming, and Release Planning
Steering initiatives in Migrating applications from on premise to cloud
Measuring and monitoring progress to ensure releases are delivered on time and within budget, and that they meet or
exceed expectations; administering project allocation, estimation, resource coordination, productivity, performance
evaluation and delivery, as per specified timeframes
Maintaining a release repository, managing key information such as build & release procedures, dependencies, notification
lists and engaging in on-time deployment of the sprints across all the environment
UG: Diploma (Computer Science and Engineering) from State Board of Technical Education & Training, Hyderabad in
2009
Education
IT Skills
Skill Name Version Last Used Experience
Linux (Redhat, Ubuntu
Python, Java
AWS, Azure
Git, Docker, Jenkins, Ansible
Terraforms, Ansible
Maven, MSBuild, Ant
Python, Schell scripting
Power Shell
TCP/IP, UDP, VPC
MySQL, MSSQL
Mongodb
Dynamic DB
Apache HTTP Server
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a0043…
https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a00430a45470c0f010… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Apache Tomcat server
nodeJS
Tivoli, Jira, Service-Now
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 434: Resume 67 with similarity score 0.0410999528145317
B.S , MS , BS software engineer , web developer , associate , android developer , mobile developer , technical specialist ease , ultra , player , entrepreneurs , bug tracking , kotlin , product management , linkedin , disabilities , components , reliability , financial technology , payments , organization , hobbies , engagements , freelancer , usability , alc , interfaces , access , prototype , firebase , ltd , english , agile , responsiveness , project , mobile apps , fixing , intermediate , branding , computer science , soft skills , private sector , research , affiliate , ghana , javascript , html , finances , general , scrum , developers , mysql , design , oracle , risk management tools , public , maintenance , digital media , donations , architecture , android studio , google , time management , mint , economic growth , new features , microsoft , github , xcode , edge , languages , android sdk , assessment , management system , queues , web , census , management skills , database , online , mentoring , staff training , css , health , scratch , ios , teams , application , focus , ict , participation , e-commerce , python , schedules , graphics , learning Ikechukwu Onah
Team player and an energetic software engineer with 4 years
experience developing robust code for high-volume businesses,
phenomenal time management skills, and a strong user focus.
7 Bashorun Street
Bariga, Lagos
08062892804
ernestcleverest@gmail.com
EXPERIENCE
Mint Financial Technology LTD — Android Developer
JUNE 2019 - PRESENT
Mint is an online banking application that puts you in control. An app
which helps users manage their finance, save as well as earn and make
payments or fund transfer with ease.
- I was part of the team responsible for the development,
deployment, debug and maintenance of the application.
- Work in an Agile/Scrum environment to deliver high-quality
software against aggressive schedules.
- Work with other team members to investigate design approaches,
prototype new technology and evaluate technical feasibility.
- Continuously suggest development improvements.
- Collaborate with the design team, providing creative input &
technical feasibility.
- Implement custom native user interfaces.
- Rapidly fixing bugs and solving problems.
- Making disciplined use of source control and bug tracking
systems.
- Clean architecture using MVVM, Jetpack Libraries etc.
Tunga, Freelancer — Android Developer
OCTOBER 2017 - MAY 2019
- Translate designs and wireframes into high quality code.
- Design, build, maintain high performance, reusable, and reliable
code.
- Participate in meetings with staff, team members and project
stakeholders.
- Worked closely with designers, product management & other
team members to create unique mobile apps.
- Ensure the best possible performance, quality, and
responsiveness of the application.
- Identify, correct bottlenecks and fix bugs.
- Help maintain code quality, organization and automatization.
SOFTWARE SKILLS
Language:
Java, Kotlin, Python, SQL,
Javascript, HTML, CSS.
Database:
Oracle, Firebase, Mongo,
MySQL.
Others:
Android Studio, Android SDK,
MVVM, Architectural
Components, Xcode, iOS.
AWARDS
Google Developers
Google Certified Associate
Android Developer
Andela learning community
LCA / Mentor
AngelHack Lagos Hackathon
2nd Runner up, Private Sector
Health Alliance of Nigeria
Challenge
BBC Talent Workshop
Certificate of participation
Afrihub ICT Institute
MCTS - Microsoft Certified
Technical Specialist
TRU-DATA, Ikeja — Android Developer
DECEMBER 2018 - MAY 2019
Tru-Data is a user-friendly mobile and web application developed to
authenticate documents, progressively eliminate counterfeiting and ease
document verification process. tru-DATA is also an e-platform for
retrieving, reclaiming and repossessing documents easily.
Grandilo, Yaba — Android Developer
OCTOBER 2017 - NOVEMBER 2018
- Designed and built the parish bulletin application from scratch
- Collaborate with cross-functional teams to define, design and ship
new features
- Work with outside data sources and APIs
- Unit-test code for robustness including edge cases, usability and
general reliability
- Work on bug fixes and improved application performance
- Continuously discover, evaluate and implement new technologies to
maximize development efficiency
- Staff training.
Ultra Media Solution, Egbeda — Web developer / Trainer
AUGUST 2016 - OCTOBER 2017
With nearly a decade of experience and 100's of websites, e-commerce,
digital Media, Graphics Designs, Mobile/Web App Solutions, Website
Maintenance and Branding services for clients scattered across Nigeria,
Africa, UK, USA and Asia, we take pride in our ability to deliver excellent
solutions. Each is tailored to meet our customers' needs and delivered on
time.
EDUCATION
University of Nigeria, Nsukka— Degree
October 2013 - August 2017
B.Sc Honours Computer Science.
PROJECTS
MyMinApp — Android
Banking application that puts you in control. Manage your finances on the
go. Save and earn as you wish. Payments made super easy. Skip crazy
queues and bank charges.
CBA Risk Management System — Web
A one-stop shop for plug and play risk management tools. Entrepreneurs
KEY RESPONSIBILITIES
Mobile Developer, Java
Programmer.
PERSONAL SKILLS
Attentiveness, Mentoring,
Sense of humor.
SOFT SKILLS
Communication, Team work,
Adaptability, Problem
solving, Divergent thinker,
Time Management, Attention
to Detail.
PORTFOLIO
Github linkedin
INTEREST / HOBBIES
Reading, Research, Listening
to Music
LANGUAGES
English.
REFERENCES
Will be Provided upon request.
https://play.google.com/store/apps/details?id=com.mintfintech.app
https://github.com/clevmania
https://www.linkedin.com/in/onah-ikechukwu-0433bb125/
want to be focusing on their core business and the growth of their
company. But at the same time they realize risk management is
important. The vision of CBA is to create an affiliate portal where
entrepreneurs can easily mobilize risk management tools in a way that is
low threshold, tailor made and highly actionable.
Parish Bulletin — Android
Parish Bulletin gets its users connected to church engagements. This app
makes you stay up-to-date with what is going on in your parish
throughout the week. Parish Bulletin App has inspiring features that helps
parishioners build their faith, make donations online and book meetings
with the Priest using your android device. The app currently has 150
parishes registered on it and over 3000 users in Nigeria, US, Philippines,
India, Kenya, Ghana and Canada
Make 12.4% Work — Android
The Make 12.4% Work Initiative looks at triggering the private, public and
development sector to open up employment opportunities and livelihoods
programs to persons with disabilities. 12.4% is the percentage of the
population of Uganda that lives with a disability. This is the figure as
given by the last national population census of 2014.
ReferAll — Android
The ReferAll App is developed under the Make12.4% Work initiative,
funded by the National Lottery Community Fund to create enabling
conditions for inclusive economic growth and allowing persons with
disabilities to fully access the job market.
CryptoVerter — Android
Andela Android Learning Community Intermediate Track Challenge; A
Google/Andela Learning Community (ALC) 2.0 for Nigerians & Kenyans
Assessment Project
Add Course — Android
A Gradebook Application which enables students retrieve and share their
results, monitor their academic progress and keep track of their
performance.
https://play.google.com/store/apps/details?id=com.grandilo.parishbulletin
https://play.google.com/store/apps/details?id=com.mangotree.make124
https://play.google.com/store/apps/details?id=com.mangotree.referall
https://github.com/clevmania/CryptoVerter
https://github.com/clevmania/AddCourse
Rank 435: Resume 55 with similarity score 0.04106813740896366
B.E , MS , BS work from home internships , css , deep learning , mysql , jquery , gesture recognition , twitter , project , logging , coursera , introduction to , mumbai , resume , neural networks , computer science , django , quiz , sentiment analysis , assessment , app , python , javascript , html , database Assessment
Q1. Why should you be hired for this role?
I have completed various certificates in the field of Deep learning in which I have done major projects which have given me a handson
experience with the code.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9773778693
Aman Singh
Mumbai
Applied 08 Feb'21
Python Database Management
System DBMS
Deep Learning
Django Java MySQL
Neural Networks
Bachelor of Engineering B.E, Computer Science & Engineering
Watumull
2016 - 2021
CGPA 7.44/10
Software Development
Yodaplus, Virtual
Dec 2020 - Feb 2021
Learnt Html,CSS, Javascript,Jquery as a part of Website development. The company
sponsored a competitive programming course in Coursera to built up my Logical skills. I had to cover various topics in django
and in the end submit a Project Quizapp)
Hand Gesture Recognition
Aug 2020 - Oct 2020
Sentiment analysis of Twitter
Sep 2020 - Oct 2020
Django quiz App
Dec 2020 - Present
https://github.com/Amandeep18-tech/Quizapp
A quiz App,which included functionalities:
Login/Register.Different question types such as MCQs, and OneAnswer questions
,T imer,Scoring,Progress,Saving state of test when logging out in the middle,Forgot password.
Licenses and certificate
1.Oracle Certified Professional, MySQL 5.6 Database Developer2.MTA Introduction to Python Programming3.Data science
with Python Workshop by Edufabrica4.DeepLearning.AI TensorFlow Developer Professional Certificate-Coursera
Competitive Programmer's Core Skills-Coursera
https://github.com/Amandeep18-tech/Quizapp
Rank 436: Resume 954 with similarity score 0.04091580209714282
B.E , MS , B.TECH , BS full time , software engineer , ruby on rails developer , software developer api , version control , pronto , redux , ruby on rails , algorithms , scrum , visual studio code , css , designation , neo4j , affirmative action , suggestions , trading , mysql , rspec , maintenance , power bi , test cases , jquery , heroku , authorization , web applications , bootstrap , status , postgresql , agile , email , gas , mongodb , sprint planning , requirements gathering , avenue , bitbucket , testing , github , gitlab , writing , estimates , features , design patterns , building , framework , django , documentation , flask , software development life cycle (sdlc) , sql server , task management , singleton , python , reviews , jira , javascript , suite , technology , jruby , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10…
https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10014444095b5f… 1/2
Current Designation: Software Engineer
Current Company: GGK Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
GGK Technologies as Software Engineer
Aug 2018 to Till Date
EWE Gas structured Trading suite: October 2020 to Present
Technologies: python, flask, mongodb, reactjs, redux, power BI
Responsibilities:
Responsible for developing the API's based on the requirements.
Responsible for Application Deployment of React.
Discussion with client and giving suggestions for features while developing web application
Attending daily scrum call with clients
Developed front end features with react
Developed some reports using Power BI
Used GitLab for Version Control and JIRA for Task management.
Pronto Avenue Australia: Jan 2020 to Sept 2020
Technologies: jruby, Rails Framework, My SQL, HTML, CSS, Bootstrap, javascript and jQuery
Responsibilities:
Requirements gathering and discussing the work flows of each requirement.
Involved in sprint planning with estimates.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Narasimharao Teegala
Software Engineer seeking assignment in developing web applications both frontend
and backend using Rails Framework,React JS,Bootstrap,CSS,Postgresql, MySQL
Key Skills: Software Engineer,Rails Framework,React JS,Bootstrap,CSS,Postgresql
Summary
Over 2+ years of Experience in Ruby on Rails, Postgresql, MySQL, MySQL Server, Bootstrap
3.0/3.3 and React JS, and Redux.
Most recent concentration has been the design of object - oriented web applications
for client-server applications using Rails Framework, React JS, Bootstrap, CSS 3.
Have 2+ years of experience on working with Ruby on Rails, Postgresql, my sql
Have 6 months of experience on working with python and flask
Experience in all phases of Software Development Life Cycle (SDLC) from Requirements
gathering, Analysis, and Design, Development, Documentation, Testing, Implementation and
Maintenance of various Web based applications in Agile Methodology.
Experience in building different architectures in Ruby on rails and have strong
understanding of Data structures, Algorithms, Object-Oriented Design, Design patterns like
singleton, Factory
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10…
https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10014444095b5f… 2/2
Discussion with the team about the implementation plan and providing inputs.
Writing unit tests using Rspecs
Developed front end with the html, css and bootstrap.
Innozation labs Cann ID: June 2019 to Dec 2019
Technologies: ruby, Rails Framework, react Js, redux, postgresql, heroku
Responsibilities:
Requirements gathering and discussing the work flows of each requirement.
Involved in sprint planning with estimates.
Discussion with the team about the implementation plan and providing inputs.
Attending daily stand up meeting with client
Developed the web application using ruby on rails
Peer code reviews and providing suggestions.
Used Github for Version Control and JIRA for Task management.
Shopkeep backoffice: Aug 2018 to May 2019
Role: Ruby on Rails Developer
Technologies: ruby, Rails Framework, react js, redux, postgresql
Responsibilities:
Involved in sprint planning.
Discuss the stories within the team and post questions to the business team.
Attending daily stand up meeting with client.
Developed web applications using ruby on rails
Written unit test cases using Rspec
Used Bitbucket for Version Control and JIRA for Task management.
UG: B.Tech/B.E. (Computers) from vishnu institute of technology in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Ruby, python, SQL
MySQL, SQL Server, postgresql,
neo4j, mongodb
Visual Studio, visual studio code
React JS, Redux, Java Script, HTML, CSS
Ruby on Rails, Flask, Django
GIT
Rank 437: Resume 1274 with similarity score 0.04089162133673141
B.S , MS project lead , certified scrum master , associate , business development , product development , team leader , full time , product owner training , corrective actions , general , people management , scrum , jenkins , validation , network performance , designation , ug , versioning , telecom , affirmative action , conducting , mysql , ram , data analytics , csm , spring , wireshark , refining , hindi , maintenance , ltd , vim , json , authorization , telcom , lal , teams , english , status , timelines , agile , nexus , email , project , virtualization , application , ecosystem , aws , solution architecture , mumbai , adherence , 3g , bengali , xml , valgrind , testing , github , continuous improvement , product design , data analysis , epic , features , c++ , capacity planning , maven , yaml , languages , translation , story , ceremonies , breakdown , python , jira , javascript , eclipse , end to end delivery , technology , cloud computing , pmp , root cause analysis , measures , coaching 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a4…
https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a440a15485a580d… 1/2
Current Designation: Scrum Master - Analyst
Current Company: Ericsson
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Ericsson as Scrum Master - Analyst
May 2016 to Till Date
* Currently working as Scrum Master/Analyst in Ericsson, Gurgaon, aiming at infusing agile methodology in the
ecosystem. Responsible for Business Development tasks, translation of business objectives into analytic approaches,
product Design and Development, Client engagement, People Management for Network Data Analytics. CSM certified
Scrum Master, as cleared on 20 Jan 2019.
Ericsson as Scrum Master -Java
May 2016 to May 2016
Responsible for maintaining sprint progress via JIRA, agile ceremonies and identifying gaps in the process
Regular monitoring of sprint progress and highlighting risks to stakeholders.
Responsible for requirement gathering from Product Owner, refining the requirements, and grooming cross functional
teams, negotiating timelines and scope of work to be delivered, sprint and team capacity planning and feasibility study for
development and testing.
EPIC breakdown, user story defining and knowledge transfer, estimations and task allocation along with development
teams.
Working in nexus with cross functional teams on product development and end to end validation of developed features
and delivery.
Conducting agile ceremonies and catalyzing work progress whenever impediments arise.
Coaching development teams on Agile practices, ensuring adherence of practices,
Team SPOC towards I&V for training other teams on product and testing.
Identifying gaps in process and proposing corrective actions on ways of working to support Continuous Improvement of
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Arpita Chakraborty
Scrum Master seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,REACT,Python,C,C++,YAML,XML,JSON,Java
Spring,SQL,MySQL,Eclipse IDE,Maven,JIRA
Key Skills: Scrum Master,Project Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Java,REACT,Python,C,C++,YAML,XML,JSON,Java
Spring,SQL,MySQL,Eclipse IDE,Maven,JIRA
Summary
CSM certified Scrum Master with 10 years of experience in telecom domain and multisite projects on 3G, 4G,5G technology,
cloud computing, virtualization and network data analysis.
Completed Certification course from Simplilearn for PMP
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a4…
https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a440a15485a580d… 2/2
product.
Involved in end to end delivery of product and taking measures for quality adherence
Training on various tools and processes to development and testing teams.
Analysis of reports for network performance (SKPIs) and root cause analysis of performance degradation
Proposals to enhance performance, versioning, and code management by use of tools like Jenkins, bit bucket, GitHub etc.
Aricent Technologies & Holdings Ltd. as Team Leader
Jan 2010 to May 2016
UG: B.Sc (General) from Atma Ram Sanatan Dharma college,Delhi in 2006
PG: MCA (Computers) from Lal Bahadur Shstri Institute of Management in 2009
Other Qualifications/Certifications/Programs:
Certified Scrum Master
PMP Training
AWS Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, React
Python
C, C++,
YAML, XML, TOSCA,
SQL, MYSQL
JSON, Java Spring
Wireshark, VIM Editor
gdb, valgrind
Eclipse IDE
svn, jenkins
GitHub, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 438: Resume 1546 with similarity score 0.04086182406085553
MS , M.Sc , M.S , BS devops , full time , partner , system administrator office , 2016 r2 , vista , docker , linux , web hosting , ccna , digital , symantec endpoint protection , status , piwik , wireless security , teamviewer , nagios , connectivity , chat , restoration , system administration , media solutions , spectrum , switches , wireless access , outlook , magento , devops , business opportunities , kubernetes , windows 2000 , designation , opennms , hindi , ltd , software installation , workstations , english , troubleshooting , project , domain hosting , ftp , groups , drupal , word , lower costs , data recovery , javascript , mail server , usb , general , mcafee antivirus , developers , vendors , affirmative action , mysql , system software , uptime , nt backup , trend micro , xp , zabbix , vlan , email , aws , network security , ubuntu , mx , operations , management software , control panel , technology solutions , languages , 2012 r2 , wsus , scheduling , sap business one , opencart , it infrastructure management , database , jenkins , ug , lamp , offers , active directory , firewall , azure , php , authorization , internet , excel , records , ci , cron , servers , router , replication , e-commerce , iis , network administration , cd , entertainment , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 1/3
Current Designation: Lead Administrator
Current Company: Techcurl Media solutions Pvt. Ltd
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: Media/Dotcom/Entertainment
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [IT]
Verified : Phone Number | Email - id
Techcurl Media solutions Pvt. Ltd as Lead Administrator
Sep 2012 to Till Date
* Managing Azure, AWS and GCloud, Good hands on DevOps. Automated CI/CD through Jenkins. Worked and
installed Docker and Kubernetes in Windows as well as linux environment.
* Successfully Migrated the Domain hosting based on PHP from Linux system to Window Server 2012.
* Moved workgroup systems to domain window 2012 R2 server and implemented group policies for desktop, windows
update, usb and cdrom restriction, printer etc.
* Hands free on managing Control Panel of Hostgator to create different domains, subdomains, email, mysql database,
user creation, managing dns records, host records, mx records, cname records etc. Installed and managed zpanel control
panel on remote Linux (Ubuntu12.10) dedicated server.
* Managing Remote dedicated window 2016 R2 server for web hosting configured on IIS with php with database MS Sql
2016 and mysql.
* In Linux (Ubuntu 12.10-19.10)
* Configured open VPN Server, installed web hosting server based on LAMP and configured many e-commerce
software such as magento, opencart, drupal. Also configured many networking tools such as opennms, zabbix, nagios and
piwik for monitoring all the websites hosted.Configured local mail and chat server. Created scripts for backups and for
scheduling cron to maintain automated jobs for downloading and uploading the files on remote server.
* Managing Linode and Digital Ocean Hosted (Ubuntu 18.04) web server
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Puspesh Kumar Singh
CCNA,MCP Certified,Lead Administrator seeking assignment in Networking
Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure
Management,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Key Skills: Lead Administrator,System Admin,Networking Engineering,Technical Support,System Administration,Data
Centre Operations,Project Management,Desktop Operations,IT Infrastructure Management,Data
recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Summary
Over 15 years experience in Networking Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure Management,Data recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 2/3
Tecnova India Pvt. Ltd,Visnova Solutions Pvt. Ltd as Sr. System Administrator
Aug 2005 to Sep 2012
Visnova Solutions provides integrated, tailor-made consulting services that are designed to respond to diverse needs of
foreign companies looking at India for business opportunities ,also offers a broad spectrum of technology solutions to
simplify processes, lower costs and increase efficiency through a hybrid onsite and provides the India advantage by
undertaking responsibilities of their customers' business processes.Visnova Solutions can be your strategic KPO partner,
and can take care of your "back-room" systems and processes .
Responsibilities:
* Managed hardware and software integrations, Windows 2000 and Windows 2003 server installation.
* Installing, Implementing, Trouble shooting & Supporting Windows 2000/XP/2003/vista/win7 and Upgrade Service
packs
* Implementation and administration of DNS and DHCP
* Active Directory users and groups management
* Troubleshooting Active Directory replication problems
* Ensuring the periodic updating of Virus definition files from McAfee Antivirus server to all the workstations.
* Symantec endpoint protection 11 and Trend Micro Anti Virus Software Installation and Upgrades for Corporate
Desktops
* Monitor/Troubleshoot Remote Desktops using Teamviewer and VNC remote support software
* Create Users / Disable Users in Exchange Mail Server 2000 and Client configuration
* Symantec ghost optimized imaging provides significantly faster creation restoration of image System Software using
Symantec Ghost utility software
* Excellent in MS Word, Excel, PowerPoint, Access, Outlook.
* Install complex software and hardware.
* Managing Wan Link's for internet and VPN connectivity to the end users using Hardware Firewall.
* Implemented WSUS server for automated windows updates.
* Implemented network inventory management software for management.
* Maintain SQL 2000, 2005,2008. 2012, 2016 and 2019 servers for database connectivity.
* Providing assistance on .Net 2007 and .Net 2019 to software developers on troubleshooting OS related or error
related issues.
* Maintaining Network and Windows 2003,2008 R2, 2012 R2, 2016 R2 and 2019 Servers.
* Implementing VLAN's and hardware firewall for data and network security.
* Maintain Inventory and 99.99% uptime for users.
* Managing Trend Micro antivirus and spy ware security solution, preventing network threats.
* Maintaining 2000, XP, window 7 , 8.1 and 10 workstations and solving user's complex issues whether related to
Operating system, Software and Hardware.
* Data backup and restoration using NT Backup and third party software 'BackupAssist'.
* Providing wireless access to users, implementing and maintaining wireless security using WAP.
* Data recovery , Window s based recovery solution
* Coordinate with vendors for infrastructure management.
* Managing user email using Linux Email Server.
* Implementing and managing FTP and Web server.
* Installing SAP Business One Server and client for Functional and Software developers on workstations.
* Managing Third Party based Call center solution for KPO.
* Managing IT team and coordinating day to day activities.
UG: B.A (English) from Allahabad University in 1995
PG: MS/M.Sc(Science) (IT) from Mahatma Gandhi University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
SQL 2000, 2005,2008. 2012, 2016
Net 2007 and .Net 2019
Windows 2003,2008 R2, 2012 R2
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 3/3
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Jul 2006 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Network Setup
Client: Visnova
Role Description: Installation and Configuration of Router firewall, switches and connecting them in different VLAN.
Project Details: Setup of Networking in new office site.
Rank 439: Resume 1343 with similarity score 0.04085714826800591
MS , M.Sc , M.S , BS devops , full time , partner , system administrator office , 2016 r2 , vista , docker , linux , web hosting , ccna , digital , symantec endpoint protection , status , piwik , wireless security , teamviewer , nagios , connectivity , chat , restoration , system administration , media solutions , spectrum , switches , wireless access , outlook , magento , devops , business opportunities , kubernetes , windows 2000 , designation , opennms , hindi , ltd , software installation , workstations , english , troubleshooting , project , domain hosting , ftp , groups , drupal , word , lower costs , data recovery , javascript , mail server , usb , general , mcafee antivirus , developers , vendors , affirmative action , mysql , system software , uptime , nt backup , trend micro , xp , zabbix , vlan , email , aws , network security , ubuntu , mx , operations , management software , control panel , technology solutions , languages , 2012 r2 , wsus , scheduling , sap business one , opencart , it infrastructure management , database , jenkins , ug , lamp , offers , active directory , firewall , azure , php , authorization , internet , excel , records , ci , cron , servers , router , replication , e-commerce , iis , network administration , cd , entertainment , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 1/3
Current Designation: Lead Administrator
Current Company: Techcurl Media solutions Pvt. Ltd
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: Media/Dotcom/Entertainment
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [IT]
Verified : Phone Number | Email - id
Techcurl Media solutions Pvt. Ltd as Lead Administrator
Sep 2012 to Till Date
* Managing Azure, AWS and GCloud, Good hands on DevOps. Automated CI/CD through Jenkins. Worked and
installed Docker and Kubernetes in Windows as well as linux environment.
* Successfully Migrated the Domain hosting based on PHP from Linux system to Window Server 2012.
* Moved workgroup systems to domain window 2012 R2 server and implemented group policies for desktop, windows
update, usb and cdrom restriction, printer etc.
* Hands free on managing Control Panel of Hostgator to create different domains, subdomains, email, mysql database,
user creation, managing dns records, host records, mx records, cname records etc. Installed and managed zpanel control
panel on remote Linux (Ubuntu12.10) dedicated server.
* Managing Remote dedicated window 2016 R2 server for web hosting configured on IIS with php with database MS Sql
2016 and mysql.
* In Linux (Ubuntu 12.10-19.10)
* Configured open VPN Server, installed web hosting server based on LAMP and configured many e-commerce
software such as magento, opencart, drupal. Also configured many networking tools such as opennms, zabbix, nagios and
piwik for monitoring all the websites hosted.Configured local mail and chat server. Created scripts for backups and for
scheduling cron to maintain automated jobs for downloading and uploading the files on remote server.
* Managing Linode and Digital Ocean Hosted (Ubuntu 18.04) web server
Last Active: 26-Jan-21 Last Modified: 26-Jan-21
Puspesh Kumar Singh
CCNA,MCP Certified,Lead Administrator seeking assignment in Networking
Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure
Management,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Key Skills: Lead Administrator,System Admin,Networking Engineering,Technical Support,System Administration,Data
Centre Operations,Project Management,Desktop Operations,IT Infrastructure Management,Data
recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Summary
Over 15 years experience in Networking Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure Management,Data recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 2/3
Tecnova India Pvt. Ltd,Visnova Solutions Pvt. Ltd as Sr. System Administrator
Aug 2005 to Sep 2012
Visnova Solutions provides integrated, tailor-made consulting services that are designed to respond to diverse needs of
foreign companies looking at India for business opportunities ,also offers a broad spectrum of technology solutions to
simplify processes, lower costs and increase efficiency through a hybrid onsite and provides the India advantage by
undertaking responsibilities of their customers' business processes.Visnova Solutions can be your strategic KPO partner,
and can take care of your "back-room" systems and processes .
Responsibilities:
* Managed hardware and software integrations, Windows 2000 and Windows 2003 server installation.
* Installing, Implementing, Trouble shooting & Supporting Windows 2000/XP/2003/vista/win7 and Upgrade Service
packs
* Implementation and administration of DNS and DHCP
* Active Directory users and groups management
* Troubleshooting Active Directory replication problems
* Ensuring the periodic updating of Virus definition files from McAfee Antivirus server to all the workstations.
* Symantec endpoint protection 11 and Trend Micro Anti Virus Software Installation and Upgrades for Corporate
Desktops
* Monitor/Troubleshoot Remote Desktops using Teamviewer and VNC remote support software
* Create Users / Disable Users in Exchange Mail Server 2000 and Client configuration
* Symantec ghost optimized imaging provides significantly faster creation restoration of image System Software using
Symantec Ghost utility software
* Excellent in MS Word, Excel, PowerPoint, Access, Outlook.
* Install complex software and hardware.
* Managing Wan Link's for internet and VPN connectivity to the end users using Hardware Firewall.
* Implemented WSUS server for automated windows updates.
* Implemented network inventory management software for management.
* Maintain SQL 2000, 2005,2008. 2012, 2016 and 2019 servers for database connectivity.
* Providing assistance on .Net 2007 and .Net 2019 to software developers on troubleshooting OS related or error
related issues.
* Maintaining Network and Windows 2003,2008 R2, 2012 R2, 2016 R2 and 2019 Servers.
* Implementing VLAN's and hardware firewall for data and network security.
* Maintain Inventory and 99.99% uptime for users.
* Managing Trend Micro antivirus and spy ware security solution, preventing network threats.
* Maintaining 2000, XP, window 7 , 8.1 and 10 workstations and solving user's complex issues whether related to
Operating system, Software and Hardware.
* Data backup and restoration using NT Backup and third party software 'BackupAssist'.
* Providing wireless access to users, implementing and maintaining wireless security using WAP.
* Data recovery , Window s based recovery solution
* Coordinate with vendors for infrastructure management.
* Managing user email using Linux Email Server.
* Implementing and managing FTP and Web server.
* Installing SAP Business One Server and client for Functional and Software developers on workstations.
* Managing Third Party based Call center solution for KPO.
* Managing IT team and coordinating day to day activities.
UG: B.A (English) from Allahabad University in 1995
PG: MS/M.Sc(Science) (IT) from Mahatma Gandhi University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
SQL 2000, 2005,2008. 2012, 2016
Net 2007 and .Net 2019
Windows 2003,2008 R2, 2012 R2
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 3/3
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Jul 2006 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Network Setup
Client: Visnova
Role Description: Installation and Configuration of Router firewall, switches and connecting them in different VLAN.
Project Details: Setup of Networking in new office site.
Rank 440: Resume 1081 with similarity score 0.04083254101590175
MS , BS associate , long term , solution architect , full time , team lead , enterprise architect migrating , open source , access , efs , security , designation , ug , telecom , affirmative action , foundation certified , interventions , new concepts , maintenance , dynamo , ltd , windows , ccna , centos , risk , internet , english , teams , maps , enterprise , approvals , status , authorization , email , project , cisco certified , aws , configuration management , video , application architecture , ownership , mumbai , operations , road , elements , data analysis , estimates , s3 , alcatel , juniper , strategy , ec2 , offshore , preparation , languages , documentation , dashboard , itil , system administration , javascript , routers , cloud computing , technology , distance learning , data processing , ethernet , database , finance and accounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b45…
https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b450013410b0c00… 1/3
Current Designation: Solution Architect - AWS & Traditional
Build
Current Company: Capgemini India Pvt Ltd.,
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Highest Degree: Post Graduate Program [Telecom
Management]
Verified : Phone Number | Email - id
Capgemini India Pvt Ltd., as Solution Architect - AWS & Traditional Build
May 2011 to Till Date
Designing projects to provide High Available, Cost efficient, Faulttolerance
and Scaleable Systems to the customers in AWS.
Worked on AWS IAM, EC2, EBS, ELB, RDS, VPC, S3, EFS & Cloud
Formation.
Good knowledge of Scalr, an open source Cloud Management
Platform.
Exceptional ability to quickly master new concepts and technologies.
Involved in doing multiple POCs in AWS Services.
Providing cost estimates.
Ownership of end-to-end technical and application architecture for
allocated projects, identifying and engaging all technical component
teams that need to contribute.
Developing elements of the technical strategy, road-maps that align
to Client approved Purpose, Values, Risk Appetite and Policies and
are consistent with standards.
Ensuring project designs are compliant to architectures standards &
security policies.
Presenting project designs to the appropriate Design Authority for
approvals.
Maintain effective relationships and deal openly with all key
stakeholders, taking into account the needs of all stakeholders and
influence decisions which, in the long term, are positive for
customers and clients, shareholders.
Last Active: 27-Jan-21 Last Modified: 27-Jan-21
NINAD DILIP LAUD
CCNA Solution Architect -AWS & Traditional Build seeking roles in AWS
Administration,Application Architecture,Data Analysis,Cloud Computing,System
Administration,Configuration Management,Solution Designing,Technical
Support,EC2,IAM,Service-Now,Dynamo
Key Skills: Solution Architect /Enterprise Architect-AWS & Traditional Build,AWS Administration,Application
Architecture,Data Analysis,Cloud Computing,System Administration,Configuration Management,Solution
Designing,Technical Support,EC2,IAM,Service-Now,Dynamo
Summary
Result-oriented Professional with 8 years of experience in AWS Administration,Application Architecture,Data Analysis,Cloud
Computing,AWS Security,Configuration Management,Solution Designing,EC2,IAM,Service-Now
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b45…
https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b450013410b0c00… 2/3
Network Operations - Team Lead
Leading team of 15 resources. Single POC for Client
Migrating of client from ATM to Ethernet technology (Worked on
Cisco and Alcatel-Lucent routers).
Configuration of NAT, VPRN, Access-List and implementing Static
routes.
Creating documentation of Process.
Preparation of Daily, Weekly and Monthly status report
PRODCON TECH SERVICES PVT. LTD as Assistant Network Operations
Aug 2010 to Apr 2011
Treating Data Queries and Data Interventions.
Data analysis and gathering of data from client's database.
Offshore Back-end Support for Client's Customers
Analysis and audit of client's report on weekly basis for quality
purpose.
OFFSHORE DATA PROCESSING PVT LTD as Video Analyst
Nov 2009 to Apr 2010
Analysis of Video Footage for creating reports.
Generating timely reports for analysis.
Creating MIS/ Dashboard reports and presenting them on a daily,
weekly & Monthly basis.
Implementing and analysing data to create daily, weekly, monthly,
and quarterly reports.
UG: B.Com (Finance and Accounting) from Mumbai University in 2008
PG: Post Graduate Program (Telecom Management) from Welingkar Education School - Distance Learning in 2013
Other Qualifications/Certifications/Programs:
AWS CERTIFIED SOLUTION ARCHITECT
JUNIPER NETWORKS CERTIFIED INTERNET ASSOCIATE
CISCO CERTIFIED NETWORKING ASSOCIATE
ITIL FOUNDATION CERTIFIED
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Technologies: EC2, S3, VPC & IAM
OS: Windows, CentOS
DB: Dynamo & RDS
Service-Now
Languages Known
Language Proficiency Read Write Speak
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b45…
https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b450013410b0c00… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 441: Resume 1019 with similarity score 0.04081778508833974
B.E , MS , B.TECH project engineer , full time , software developer rendering , functionality , multilingual , redux , computing , software solutions , designation , ug , affirmative action , data loading , mysql , oracle , hindi , memorization , webpack , maintenance , kafka , authorization , advanced , english , bootstrap , status , spring boot , email , project , application , mongodb , microservices , solution architecture , redis , flow , content management , localization , languages , statistics , dashboard , javascript , props , elasticsearch , server side 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a084…
https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a08455044400b0e5… 1/2
Current Designation: Project Engineer -Full Stack Developer
Current Company: CDAC
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Highest Degree: PG Diploma [Advance Computing]
Verified : Phone Number | Email - id
CDAC as Project Engineer -Full Stack Developer
Sep 2018 to Till Date
Achievements/Tasks
Customized VMS Web based Application for sharing short videos.
Developed Media-management and Rating-management Micro
Service.
Customized a localization JAVA Script library for better performance.
Implemented server side rendering in React with multilingual
functionality.
Project Engineer
CDAC Hyderabad
09/2019 - Present
Achievements/Tasks
Developed Content Management Micro Service with Redis Cache.
Implemented multilingual feature in front end as well as back end
with Component wise language data loading and cache mechanism.
Implemented Kafka producer and consumer for generating portal
statistics.
Worked on React App performance optimisation like: Analysing and
stopping component Re-render, Managing props and state,
Memorization, Using Reselect in Redux.
Developed and managing Admin dashboard of Vikaspedia and NMPB
Helpline project.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Shubham Chandrakar
Project Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React
JS,Redux,Thunk,JAVAScript,Webpack,Bootstrap,JAVA,Spring Boot,MongoDB,MySQL
Key Skills: React JS,Redux,Thunk,JAVAScript,Webpack,Bootstrap,JAVA,Spring Boot,MongoDB,MySQL,Microservices
Summary
Having experience of 2+ years developing software solutions by studying information needs, reviewing systems flow, data
usage and
Web APIs. Proficient in grasping new technical concepts quickly and utilising them in a productive manner
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a084…
https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a08455044400b0e5… 2/2
UG: B.Tech/B.E. (Computers) from govt. engineering college in 2017
PG: PG Diploma (Advance Computing) from Centre for Development of Advanced Computing (CDAC) in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React js
Redux
JAVA SCRIPT
Webpack, Bootstrap
JAVA
spring boot
Mongodb
Redis, Mysql
Oracle DB, ElasticSearch
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 442: Resume 1502 with similarity score 0.04073765588637646
B.E , MS , B.TECH , BS engineering manager , director of engineering , software architect , devops , orchestrator , full time , part time , senior consultant , enterprise architect , aws solution architect marathon , training , icp , security , nlp , platforms , docker , sdks , gateway , zeromq , pattern , new relic , status , rabbitmq , express , application architecture , continuous integration , cloud foundry , blockchain , writing , features , building , kibana , infrastructure , data center , emerging technologies , crm , artifactory , emotional intelligence , elasticsearch , react.js , ansible , automation , socket.io , graphql , devops , kubernetes , access , designation , hindi , cluster , ltd , english , logstash , project , mongodb , microservices , solution architecture , angularjs , redis , architecting , rest , data analysis , swift , software architecture , flow , machine learning , capacity planning , professional services , vmware , one , javascript , artificial intelligence , technology , hadoop , reporting , rollout , continuous delivery , mean stack , monitoring services , affirmative action , test scripts , chinese , glue , atlas , maintenance , advanced , paas , dynatrace , email , google , aws , engineering management , saas , containerization , languages , console , big data , amazon , hive , android sdk , mobile , esxi , ecma , network architecture , api , high availability , migrating , jenkins , ug , ecr , signaling protocols , authentication , analytics , active directory , azure , permissions , php , authorization , teams , enterprise , jade , virtualization , ios sdk , models , siebel , webrtc , devices , gaming , ecs , s3 , servers , running , framework , nginx , sdk development , python , orchestration , load , browsers , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 1/3
Current Designation: Solution Architect & Engineering manager
Current Company: New Future Holdings
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
New Future Holdings as Solution Architect & Engineering manager
Jun 2020 to Till Date
Handling on AWS and Google Application and Infrastructure architecture. Working on services supporting
the China region.
1. Migrating Temasys API Services in Kubernetes:
I worked on hardcore kubernetes in this project. The following is a summary of the work done in
this role.
a. Created network architecture for the project and deployed the resources in AWS as per
the network diagram
b. Worked with Security teams to integrate complete AWS access and IAM roles and
permissions
c. Worked with Lambda, SNS Notifications, NAT Gateway, VPC, Redshift, S3
d. Worked with Container Orchestration platforms - Kubernetes and ECS
e. Worked on the migration of K8S clusters from On-Prem to AWS
f. Worked on stabilizing the cluster performance in different environments
g. Worked on the auto deployment of the cluster changes from one environment to
another
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AVINASH KUMAR DUBEY
Solution Architect seeking roles as Solution Architect,Software Architect,Engineering
Manager, certified GCP Architect Professional, certifies AWS Solution Architect
Professional, Microservices, MEAN Stack, MongoDB, Python, Java, Kubernetes,
CI/CD
Key Skills: Solution Architecture, Software Architecture, Engineering Management, Private Cloud, Cloud Foundry, Mean
Stack, React.Js, Python, kubernetes, Microservices, Docker, Ansible, Elastic Search, Machine Learning
Summary
Software Technologist, 12+ years of experience in leading, designing, architecting
solution for Enterprises. Broad experience on delivering the projects based on
Frontend, Backend, integration to Saas/CRM systems, DevOps, PaaS as well as
proven proficiency in emerging technologies IOT, AI, Machine Learning, Hybrid, cloud,
Bigdata.
Self-driven and highly motivated AWS certified solution Architect professional with 12+ years of
experience in the DevOps, Infrastructure as a Code (IasC), Platform as a Service (PaaS), SaaS,
Virtualization, Containerization and Continuous Integration & Continuous Delivery (CICD).
Possess vision & passion in iABCD advanced technology (IoT, Artificial Intelligence & Chatbot,
Blockchain, Cloud, Big Data). Machine learning, Chatbot, NLP, Tensor Flow, Yolo v3, etc
Developed, implemented web-based software applications in various industry domains such as
logistics, automation or intelligent building applications etc.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 2/3
h. Worked on helm charts, resource sets, kube DNS etc
i. Worked on Terraform and Ansible to setup infrastructure
2. Dockerize Temasys MCU services and ECS deployment
a. Dockerized Temasys MCU services
b. Set up various ECS clusters (primary, secondary and Fargate)
c. Set up scaling down and service port discovery
d. Ensured High availability of services
e. Worked on Terraform and Ansible to setup infrastructure
3. Setting up Infrastructure and devops process of chinese gaming company (Temasys Client):
a. Worked as a Solution Architect for this project. Created Multi cloud architecture for high
availability, which serves 100s of millions of requests per day. Managed 100s of servers.
b. Set up data center in Taiwan
c. Worked with various CDN services like toffs and ali cloud to choose good CDN service for
china.
d. Set up 3 ICP server in china, lease line from hongkong etc.
e. Created Lambda load test scripts to load tests around the world.
f. Set up EKS, GKE and GKE-OnPrem infrastructure using terraform to ensure high availability of
services.
g. Set up CI/CD process with Circleci, AWS ECR, AWS commit.
h. Set up environment for RDS, MongoDB Atlas, SQS, SNS, AmazonMQ, Elastics Cache and ELK
Stack
i. Worked on Terraform and Ansible to setup infrastructure.
j. Worked on various monitoring services like cloud watch, Pagerduty, New Relic, dynatrace etc.
k. Helped team to implement saga pattern and other microservices best practices.
l. Worked on GraphQL, Websocket, pusher, etc.
Temasys Pte Ltd as Director of Engineering - Infrastructure & Professional Services
Apr 2017 to Jun 2020
Worked on following projects in Temasys:
Project 1 : Backend API Server
Technologies : NodeJs, PHP, Express, Redis, MongoDB, Amazon ECS, SQS, Amazon ELB, MicroService
Architecture, Nginx
Role : Architecting, designing and writing code, making it scalable up to multi million requests per day.
This server is used for authentication and providing REST API request and response. There are many
monitoring services running to make sure the server is up and running 24/7.
Project 2: Signaling server
Technologies: NodeJs, Redis, RabbitMQ (Amazon MQ), Socket.io, MicroService Architecture, Nginx
Description: Custom Signaling server which communicates with MCU and peer to peer, written in
nodeJS, supports multiple peers for daily calls. Communicates with S3 and Elasticsearch.
Project 3: Data Analysis server
Technologies: Elasticsearch, S3, Amazon Kinesis, NodeJS, Kibana, LogStash, Hadoop, Hive, Impala,
(Amazon Glue), d3 JS
Description: Created the architecture for the data analysis server, compatible for analysing terabytes of
data. It takes data from millions of devices, processes and shows consolidated real time analytics
with various data points and keeps processed legacy data so customers can get past reports on
request.
Project 4: Frontend SDKs
Technologies: JS (ECMA 6), ReactJS, WebRTC
Description: Lead, designed and wrote Frontend SDK and demo application code which are compatible
with all browsers and follow Signaling protocols to communicate to WebRTC.
Project 5: Emotional Intelligence Engine
Technologies: Python, Tensorflow, CNN, Machine learning
Description: Tensorflow based Machine learning engine which extracts emotions from client calls (call
center) and based on that creates a feedback report of the call.
Project 6: Mobile SDKs
Technologies: Android SDK and IOS SDK
Description: Lead Mobile SDK development for Android in Java and IOS SDK on SWIFT language which
are using Signaling protocols to communicate to WebRTC.
Equinix (vai APAR Technologies) as Senior Consultant
Apr 2016 to Apr 2017
Worked on following projects in Equinix:
Project 1: Chatbot Evaluation and IT pilot rollout .
Environment: NodeJs, MongoDB, Machine Learning, Tensor flow, API.AI, micorost LUIS, Dialogue flow
Description:
- Evaluated the chatbot platforms and rolled out chatbot on LUIS and Google dialogue flow
platform.
- Deployed the people finder, IBX finder, KB framework.
- with artificial intelligence capability which took data from various api sources, trained model, and
gave responses based upon intents of user queries.
Role : Application Architecture design, selecting data sources, training models, setting up intents, etc,
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 3/3
managing the Google Dialogflow admin console.
Project 2 : RAMP IBX Ops App deployment on the Azure
Environment: NodeJs, Express, Redis, MongoDB, Angular JS, Docker, Mesos, Marathon, HAPROXY,
Orchestrator, Ansible, Azure, AngularJS, Siebel APi integration.
Description :
- Deployed the Microservice architecture on the Azure PAAS with integration to On premise
systems.
- Build the Microservice integration to Siebel Activity API
- Managed the Azure Admin portal for VMs and capacity planning
- Build the Usage report on the RAMP platform.
Project 2: Node Js framework development on RAMP Platform.
Environment: NodeJs, Angular JS, Jade, Redis, ZeroMq (PubSub), MongoDB
Description :
- Responsible for upgrading the various features on the RAMP admin console UI
- Build the Usage report on the RAMP platform.
- Build the common API ( Favorite, App upgrade , App crash reporting API)
- Provided the ongoing support for Mobile Backend Platform.
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2008
Other Qualifications/Certifications/Programs:
Kubernetes workshop
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, Artifactory, Python,
Ansible, Chef, Puppe, RabbitMQ,
VMWare ESXi, SVN, Active Directory, DNS,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 443: Resume 726 with similarity score 0.04067473807511449
B.E , MS , B.TECH , BS engineering manager , director of engineering , software architect , devops , orchestrator , full time , part time , senior consultant , enterprise architect , aws solution architect marathon , training , icp , security , nlp , platforms , docker , sdks , gateway , zeromq , pattern , new relic , status , rabbitmq , express , application architecture , continuous integration , cloud foundry , blockchain , writing , features , building , kibana , infrastructure , data center , emerging technologies , crm , artifactory , emotional intelligence , elasticsearch , react.js , ansible , automation , socket.io , graphql , devops , kubernetes , access , designation , hindi , cluster , ltd , english , logstash , project , mongodb , microservices , solution architecture , angularjs , redis , architecting , rest , data analysis , swift , software architecture , flow , machine learning , capacity planning , professional services , vmware , one , javascript , artificial intelligence , technology , hadoop , reporting , rollout , continuous delivery , mean stack , monitoring services , affirmative action , test scripts , chinese , glue , atlas , maintenance , advanced , paas , dynatrace , email , google , aws , engineering management , saas , containerization , languages , console , big data , amazon , hive , android sdk , mobile , esxi , ecma , network architecture , api , high availability , migrating , jenkins , ug , ecr , signaling protocols , authentication , analytics , active directory , azure , permissions , php , authorization , teams , enterprise , jade , virtualization , ios sdk , models , siebel , webrtc , devices , gaming , ecs , s3 , servers , running , framework , nginx , sdk development , python , orchestration , load , browsers , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 1/3
Current Designation: Solution Architect & Engineering manager
Current Company: New Future Holdings
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
New Future Holdings as Solution Architect & Engineering manager
Jun 2020 to Till Date
Handling on AWS and Google Application and Infrastructure architecture. Working on services supporting
the China region.
1. Migrating Temasys API Services in Kubernetes:
I worked on hardcore kubernetes in this project. The following is a summary of the work done in
this role.
a. Created network architecture for the project and deployed the resources in AWS as per
the network diagram
b. Worked with Security teams to integrate complete AWS access and IAM roles and
permissions
c. Worked with Lambda, SNS Notifications, NAT Gateway, VPC, Redshift, S3
d. Worked with Container Orchestration platforms - Kubernetes and ECS
e. Worked on the migration of K8S clusters from On-Prem to AWS
f. Worked on stabilizing the cluster performance in different environments
g. Worked on the auto deployment of the cluster changes from one environment to
another
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AVINASH KUMAR DUBEY
Solution Architect seeking roles as Solution Architect,Software Architect,Engineering
Manager, certified GCP Architect Professional, certifies AWS Solution Architect
Professional, Microservices, MEAN Stack, MongoDB, Python, Java, Kubernetes,
CI/CD
Key Skills: Solution Architecture, Software Architecture, Engineering Management, Private Cloud, Cloud Foundry, Mean
Stack, React.Js, Python, kubernetes, Microservices, Docker, Ansible, Elastic Search, Machine Learning
Summary
Software Technologist, 12+ years of experience in leading, designing, architecting
solution for Enterprises. Broad experience on delivering the projects based on
Frontend, Backend, integration to Saas/CRM systems, DevOps, PaaS as well as
proven proficiency in emerging technologies IOT, AI, Machine Learning, Hybrid, cloud,
Bigdata.
Self-driven and highly motivated AWS certified solution Architect professional with 12+ years of
experience in the DevOps, Infrastructure as a Code (IasC), Platform as a Service (PaaS), SaaS,
Virtualization, Containerization and Continuous Integration & Continuous Delivery (CICD).
Possess vision & passion in iABCD advanced technology (IoT, Artificial Intelligence & Chatbot,
Blockchain, Cloud, Big Data). Machine learning, Chatbot, NLP, Tensor Flow, Yolo v3, etc
Developed, implemented web-based software applications in various industry domains such as
logistics, automation or intelligent building applications etc.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 2/3
h. Worked on helm charts, resource sets, kube DNS etc
i. Worked on Terraform and Ansible to setup infrastructure
2. Dockerize Temasys MCU services and ECS deployment
a. Dockerized Temasys MCU services
b. Set up various ECS clusters (primary, secondary and Fargate)
c. Set up scaling down and service port discovery
d. Ensured High availability of services
e. Worked on Terraform and Ansible to setup infrastructure
3. Setting up Infrastructure and devops process of chinese gaming company (Temasys Client):
a. Worked as a Solution Architect for this project. Created Multi cloud architecture for high
availability, which serves 100s of millions of requests per day. Managed 100s of servers.
b. Set up data center in Taiwan
c. Worked with various CDN services like toffs and ali cloud to choose good CDN service for
china.
d. Set up 3 ICP server in china, lease line from hongkong etc.
e. Created Lambda load test scripts to load tests around the world.
f. Set up EKS, GKE and GKE-OnPrem infrastructure using terraform to ensure high availability of
services.
g. Set up CI/CD process with Circleci, AWS ECR, AWS commit.
h. Set up environment for RDS, MongoDB Atlas, SQS, SNS, AmazonMQ, Elastics Cache and ELK
Stack
i. Worked on Terraform and Ansible to setup infrastructure.
j. Worked on various monitoring services like cloud watch, Pagerduty, New Relic, dynatrace etc.
k. Helped team to implement saga pattern and other microservices best practices.
l. Worked on GraphQL, Websocket, pusher, etc.
Temasys Pte Ltd as Director of Engineering - Infrastructure & Professional Services
Apr 2017 to Jun 2020
Worked on following projects in Temasys:
Project 1 : Backend API Server
Technologies : NodeJs, PHP, Express, Redis, MongoDB, Amazon ECS, SQS, Amazon ELB, MicroService
Architecture, Nginx
Role : Architecting, designing and writing code, making it scalable up to multi million requests per day.
This server is used for authentication and providing REST API request and response. There are many
monitoring services running to make sure the server is up and running 24/7.
Project 2: Signaling server
Technologies: NodeJs, Redis, RabbitMQ (Amazon MQ), Socket.io, MicroService Architecture, Nginx
Description: Custom Signaling server which communicates with MCU and peer to peer, written in
nodeJS, supports multiple peers for daily calls. Communicates with S3 and Elasticsearch.
Project 3: Data Analysis server
Technologies: Elasticsearch, S3, Amazon Kinesis, NodeJS, Kibana, LogStash, Hadoop, Hive, Impala,
(Amazon Glue), d3 JS
Description: Created the architecture for the data analysis server, compatible for analysing terabytes of
data. It takes data from millions of devices, processes and shows consolidated real time analytics
with various data points and keeps processed legacy data so customers can get past reports on
request.
Project 4: Frontend SDKs
Technologies: JS (ECMA 6), ReactJS, WebRTC
Description: Lead, designed and wrote Frontend SDK and demo application code which are compatible
with all browsers and follow Signaling protocols to communicate to WebRTC.
Project 5: Emotional Intelligence Engine
Technologies: Python, Tensorflow, CNN, Machine learning
Description: Tensorflow based Machine learning engine which extracts emotions from client calls (call
center) and based on that creates a feedback report of the call.
Project 6: Mobile SDKs
Technologies: Android SDK and IOS SDK
Description: Lead Mobile SDK development for Android in Java and IOS SDK on SWIFT language which
are using Signaling protocols to communicate to WebRTC.
Equinix (vai APAR Technologies) as Senior Consultant
Apr 2016 to Apr 2017
Worked on following projects in Equinix:
Project 1: Chatbot Evaluation and IT pilot rollout .
Environment: NodeJs, MongoDB, Machine Learning, Tensor flow, API.AI, micorost LUIS, Dialogue flow
Description:
- Evaluated the chatbot platforms and rolled out chatbot on LUIS and Google dialogue flow
platform.
- Deployed the people finder, IBX finder, KB framework.
- with artificial intelligence capability which took data from various api sources, trained model, and
gave responses based upon intents of user queries.
Role : Application Architecture design, selecting data sources, training models, setting up intents, etc,
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 3/3
managing the Google Dialogflow admin console.
Project 2 : RAMP IBX Ops App deployment on the Azure
Environment: NodeJs, Express, Redis, MongoDB, Angular JS, Docker, Mesos, Marathon, HAPROXY,
Orchestrator, Ansible, Azure, AngularJS, Siebel APi integration.
Description :
- Deployed the Microservice architecture on the Azure PAAS with integration to On premise
systems.
- Build the Microservice integration to Siebel Activity API
- Managed the Azure Admin portal for VMs and capacity planning
- Build the Usage report on the RAMP platform.
Project 2: Node Js framework development on RAMP Platform.
Environment: NodeJs, Angular JS, Jade, Redis, ZeroMq (PubSub), MongoDB
Description :
- Responsible for upgrading the various features on the RAMP admin console UI
- Build the Usage report on the RAMP platform.
- Build the common API ( Favorite, App upgrade , App crash reporting API)
- Provided the ongoing support for Mobile Backend Platform.
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2008
Other Qualifications/Certifications/Programs:
Kubernetes workshop
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, Artifactory, Python,
Ansible, Chef, Puppe, RabbitMQ,
VMWare ESXi, SVN, Active Directory, DNS,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 444: Resume 1078 with similarity score 0.04065859256388666
B.E , MS , B.TECH , BS cloud architect , software engineer , principal consultant , product development , it professional , development specialist , full time , team lead , senior consultant , service delivery manager , aws solution architect , associate manager sap hana , customer , performing , microsoft azure , designation , workshops , analytical skills , data migration , mar , prince2 , affirmative action , pre-sales , principles , analytics , ltd , authorization , english , itc , team building , status , stakeholder management , agile , email , project , digital transformation , modernization , aws , focus , intellectual capital , solution architecture , mumbai , fit , rdbms , multi-site , engage , rfx , drive , fundamentals , problem solving , languages , sme , research , llc , foundation , itil , techno-commercial , process automation , service delivery management , enablement , adoption , javascript , crm , thought leadership , cloud computing , technology , evolution 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a12…
https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a125640420e5e58… 1/3
Current Designation: SAP S4HANA Solution Architect, AWS
Solution Architect- Principal Consultant
Current Company: PlatinumPMO LLC
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
PlatinumPMO LLC as SAP S4HANA Solution Architect, AWS Solution Architect- Principal Consultant
Aug 2020 to Till Date
SAP S/4HANA Solution Architect, AWS Solution Architect & Thought Leadership
Syntel as Service Delivery Manager, SAP ABAP SME, Solution Architect.Cloud, ITIL & PRINCE2
Certified
Mar 2011 to Aug 2020
Project/Service Management, SAP Data Migration,Cloud & Migration,Agile Development,SAP ABAP SME,SAP Solution
Architect, SAP ECC, SAP HANA, SAP S/4HANA, SoH & SAP R/3,SCRUM, LEAN, Estimation/Costing/Pricing
Accenture Services Pvt. Ltd as Associate Manager
Aug 2008 to Mar 2011
SAP ABAP SME, SAP Data Migration, SAP Solution Architect, Estimation/Costing/Pricing, Project Management
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SOMRAJ ROY
IT professional with 20+ years of experience in software engineering
Key Skills: cloud computing,data migration,sap,presales,sap activate,service delivery manager,Digital
Transformation,Thought Leader,Agile,Cloud,Cloud Architect,Robotic Process Automation,Innovation
Management,AWS,Azure,SAP S/4HANA,Solution Architecture
Summary
* Expertise in consulting & orchestrating multi-site projects that focus on technology, digital transformation & innovation.
* Strong background in design & architecture. Recognized as SAP SME & experienced in working with customers as SME.
* Professional with comprehensive pre-sales experience & RFx response. Understand customer's business & challenges on a
strategic as well as operational level. Research & architect winning techno-commercial solutions achieving client objectives.
* Contribute thought leadership to the development & evolution of SAP methodologies/service offerings & intellectual capital
by performing research in support of complex Digital Transformation initiatives (RPA/analytics).
* Leverage SAP enablement tools for S/4HANA Digital Transformation. Ensure S/4HANA solutions are architected per SAP
Activate guiding principles. Foster Fit-To-Standard workshops, drive standardization & Best Practices Adoption.
* Engage with strategic customers & provide prescriptive guida
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a12…
https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a125640420e5e58… 2/3
EDS as Senior Consultant
Jul 2006 to Aug 2008
Developer & Team Lead
SAP Labs India Pvt Ltd as Development Specialist
May 2004 to Jun 2006
Product development, implementation & roll out
TCS as Software Engineer
Nov 2003 to May 2004
Development, RDBMS
Itc Infotech India as Software Engineer
Jul 2000 to Oct 2003
Development, RDBMS
UG: B.Tech/B.E. (Electrical) from Jadavpur University in 2000
Other Qualifications/Certifications/Programs:
PRINCE2® Practitioner Certificate in Project Management
PRINCE2® Foundation Certificate in Project Management
ITIL- Foundation
Cloud Certified - AZ-900: Microsoft Azure Fundamentals
AWS Certified Solution Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
Digital Transformation 2020 9 Year(s) 0 Month(s)
IT Modernization 2020 18 Year(s) 0
Month(s)
Data Migration 2020 18 Year(s) 0
Month(s)
Analytical Skills 2020 18 Year(s) 0
Month(s)
Stakeholder Management 2020 18 Year(s) 0
Month(s)
Problem solving 2020 8 Year(s) 0 Month(s)
SAP S/4 HANA 2020 7 Year(s) 0 Month(s)
Service Delivery Management 2020 7 Year(s) 0 Month(s)
Team Building 2020 5 Year(s) 0 Month(s)
Cloud Computing AWS/Azure 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a12…
https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a125640420e5e58… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Rank 445: Resume 830 with similarity score 0.04059102975402344
M.S , BS , B.E , MS , B.TECH senior software engineer , technical lead , full time , team lead training , apex , ruby , automation studio , team management , css , designation , pages , connect , ug , sqlite , affirmative action , mysql , hindi , cloud , angular , maintenance , basic , ltd , windows , php , authorization , english , status , project , business analysis , application , e commerce , requirements gathering , ubuntu , microsites , c++ , building , computer science , languages , preparation , asp.net , html5 , salesforce , kannada , email marketing , silk , boarding , mobile , python , dashboards , javascript , jquery ui , microsoft sql server , program management , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130…
https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130344175a580a59… 1/2
Current Designation: Technical Lead-IT Applciation
Current Company: SALESFORCE Palanntech
Current Location: Mysoru / Mysore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science And
Engineering]
Verified : Phone Number | Email - id
SALESFORCE Palanntech as Technical Lead-IT Applciation
Jul 2019 to Till Date
Theorem India Pvt Ltd as Technical Lead-IT Applciation
Sep 2015 to Jul 2019
Platform: AMPScript,SSJS,AJAX,Contact Builder,Journey Builder,Audience builder,Cloud Pages,Mobile Connect for
SFMC[Sales Force Marketing Cloud]
Job Responsibilities
SRS Preparation and requirement gathering.
Configuring required DataExtensions, E-Mails, Contents and other activities(Microsites,User-Initiated mails, Triggered E-
Mails, Programs).
Worked on Salesforce Objects using AMPScript that helps in retrieving data from Salesforce Objects in microsites.
Creating Automations under Automation Dashboard with in SFMC tool.
Creating Contact attributes and Journeys using Contact Builder & Journey Builder Dashboards.
Creating Journey Builder in Building Journeys & Automations in Automation Studio.
Creating cloud pages in place of microsites and building application.
Team Management & Training on SFMC tool and for SFMC certifictions.
Client communication & Requirements gathering.
Walkthrough of projects for new Client for making them understand Email Marketing Domain
On boarding New Clients.
Last Active: Oct-Dec 2020 Last Modified: Oct-Dec 2020
Chandra Prasad R
Technical Lead,Seeking assignment in Software Development,Application
Maintenance,Project Management,Program Management,Requirement
Gathering,Business Analysis,Quality Mgmt,C,C++,Java,C#,MVC,HTML5,CSS,Jquery
UI,Angular JS,React JS,Javascript
Key Skills: technical lead,software development,application maintenance,project management,program
management,requirement gathering,c,c++,java,html5,css,jquery ui,angular js,javascript,salesforce,apex,salesforce
marketing cloud
Summary
Result-oriented Professional with over 7 years of experience in Software Development,Application Maintenance,Project
Management,Program Management,Requirement Gathering,Business Analysis,Quality
Mgmt,C,C++,Java,C#,MVC,HTML5,CSS,Jquery UI,Angular JS,React JS,Javascript
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130…
https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130344175a580a59… 2/2
DCompiler as Senior Software Engineer
May 2012 to Sep 2015
Platform: JEE,Java
Understanding Client Requirement, Designing and developing of the Application.
Selected Accomplishments:
MSR Law Services : www.msrlawbooks.com is a website which provides free ebook on the Indian constitution by the
author M.S.Ramarao.
Inventory Management For Silk Showroom
Numerous Academic Projects(Both In Asp.net and Java)
Vivekananda Shikshna Samsthe School Website(www.vivekanandashikshanasamsthe.com)
E Commerce Website(www.mastbuy.com).
NIIT
Apr 2010 to Apr 2012
Training on C,C++,Java,J2EE,C#,SQL,PHP
UG: B.Tech/B.E. (Computer Science And Engineering) from Visvesvaraya Technological University, Belgaum. in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C,C++, Java,C#,MVC (basic)
Java,Android(basic)
HTML5, CSS, Jquery UI,Angular JS
Javascript, Python,Ruby,Power Shell
Windows XP,07, 08, Ubuntu
Microsoft SQL Server
MySql, SQLite, Mongo DB
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
Rank 446: Resume 1130 with similarity score 0.04036398868674016
M.Sc , M.S , BS , B.E , MS , B.TECH system administrator , associate , traffic manager , devops , cloud administrator , cloud engineer , cloud software engineer , full time , sql developer , test engineer , part time , balancer , technical support engineer maintainability , version control , log management , telugu , security , microsoft azure , formal methods , connect , vault , docker , databases , software integration , beginner , design documents , status , specifications , multi-factor authentication , snapshot , cenelec , transportation , rdbms , testing , features , reliability , ec2 , infrastructure , sql server , server administration , notification , pipeline , italian , ansible , web apps , devops , powershell , kubernetes , designation , hindi , ltd , windows , test specification , cli , english , troubleshooting , modifications , protection , project , groups , provisioning , peering , hyper-v , software architecture , disaster recovery , batch files , test strategy , vmware , javascript , tax , technology , disk , business requirements , data centers , business continuity , reporting , continuous delivery , general , options , scripting , visual studio , data migration , affirmative action , rbac , public , dynamo , utilization , checks , advanced , iaas , continuity management , email , aws , operations , patrol , premises , languages , export , microsoft exchange , amazon , failover , dashboards , engineers , manuals , folders , high availability , nosql , validation , hybrid cloud , step , routing , analytics , firewall , access control , permissions , import , authorization , panda , test environments , embedded , two-factor authentication , azure active directory , focus , cost effective , electronics , servers , s3 , storage , technical documentation , network administration , load , test execution , software verification , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a14…
https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a140312440e0f5c5… 1/3
Current Designation: Technical Support Engineer (Intelligent
Disaster Recovery & Business Continuity Management)
Current Company: Perpetuuiti Technosoft Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Bhubaneshwar
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Telecommunication
Engineering]
Verified : Phone Number | Email - id
Perpetuuiti Technosoft Services as Technical Support Engineer (Intelligent Disaster Recovery &
Business Continuity Management)
Sep 2020 to Till Date
Working for Disaster Recovery both On-Premises and Cloud by using Continuity Patrol.
Infolog Solutions Pvt. Ltd. as System Administrator (Cloud Infra)
Feb 2020 to Jul 2020
1. Install, configure, administrate, manage, and support Azure compute instances, Azure Monitoring, Azure Storage,
Storage Explorer, Azure Key Vaults, Snapshot, V Net, V Net Peering, Azure Firewall, Route Tables, Load Balancers,
Traffic Manager, Web Apps, Azure Kubernetes.
2. Involved in Version Control, Build & Release Management and Deployments of the Solutions to the Dev, Staging &
Production Environments using Azure DevOps process (CI/CD) and toolsets of Visual Studio, Docker
Containers, AKS (Azure Kubernetes Service), App Service.
3. Configure VM Scale Set for identical VM and applications as per the business requirements for dev/test environments.
4. Utilize and apply Role Base Access Control (RBAC) IAM for resources.
5. Worked on Azure VMs include creating virtual machine instance, create snapshot of the instance, create disk volume,
add/delete disk volume from existing system, re-size VMs, re-size disk volume, create NSG, manage virtual system
network.
6. Build & manage log management using Azure Log analytics and Create alerts, dashboards, and monitoring for Azure
Last Active: 9-Feb-21 Last Modified: 5-Feb-21
Rajendra Panda
Cloud Engineer seeking roles in ,Cloud Administrator,Cloud Support Engineer, Azure &
AWS IAAS,AWS & Azure Admin,Database Migration,Cloud Infrastructure,Cloud
Operations,Cloud Migration, Backup & Restore,Disaster Recovery & Business
Continuity Plan.
Key Skills: azure,aws,firewall, vms,auto scaling,kubernetes,containers,vpn,cloud migration,security,
networking,iam,storage, server administration,sql,azure active directory,cli,disaster recovery,backup &
restore,monitoring,Powershell,Database Migration
Summary
I am Microsoft Certified: Azure Administrator Associate (AZ-104) and Master's (M.S) in
Telecommunication Engineering from University of Bologna, Italy with
Overall 2.5 years Work Experience in
AWS, Azure Cloud Engineer & SQL
Development.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a14…
https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a140312440e0f5c5… 2/3
Services.
7. Established the site-to- site VPN connection between Data Center and Azure.
8. Installation and configuration of server roles like Active directory, on windows 2016 Data center.
9. Configure security in Azure AD using privilege access management, Identity protection, Multi-factor authentication
(MFA) for two-factor authentication.
10. Configure Azure Active Directory and set registered custom domains to sync with on-premises environment Using
AD connect to create hybrid cloud infrastructure.
11. Planning and design complex architecture design and document for Data center migration from Physical Server,
Hyper-V, and VMware to Azure using Azure site recovery.
12. Responsible to work on Azure backup server to backup azure virtual machine, restore Azure VMs, restore file and
folders and Disaster Recovery into the Azure cloud using recovery vault.
13. Migration of on-premises data SQL Server to Azure SQL Server by using Azure Data Migration Assistant.
14. Implemented and managed Azure SQL Databases - create and configured the SQL Databases and restoring the
database.
15. Focus on Windows Servers, Azure Active Directory, Microsoft Exchange/O365, VMWare System, Hyper- V, Storage &
Backup solution.
PQE Group as Cloud Software Engineer
May 2018 to May 2019
1. Actively manage, improve, and monitor cloud infrastructure on AWS Services like EC2, S3, EBS snapshots and RDS,
including backups, patches, and scaling.
2. Experience in AWS platform and its features including IAM, EC2, EBS, VPC, IGW, RDS, AWS Workspaces, AWS
Organizations, Cloud Watch, Cloud Trail, Cloud Formation, Autoscaling, Cloud Front, S3, and Route53.
3. Configured AWS Multi Factor Authentication in IAM to implement 2 step authentication of user's access using
Microsoft Authenticator and AWS Virtual MFA.
4. Amazon IAM service enabled to grant permissions and resources to users. managed roles and permissions of users
with the help of AWS IAM.
5. Configuring and managing AWS Simple Notification Service (SNS) and Simple Queue Service (SQS).
6. Troubleshooting AWS EC2 instances for Status check through System Status checks and Instance Status checks
alerts and rectifying if necessary.
7. Established the site-to- site VPN connection between Data Center and AWS.
8. Created load balancers (ELB) and used Route53 with failover and latency options for high availability and fault
tolerance.
9. Initiating alarms in CloudWatch service for monitoring the server's performance, CPU Utilization, disk usage, Amazon
RDS DB services and EBS volumes to take recommended actions for better performance.
10. Worked on Multiple AWS instances, set the security groups, Elastic Load Balancer and AMIs, Auto scaling to design
cost effective, fault tolerant and highly available systems.
11. Designing and configuring secure Virtual Private Cloud (VPC) through private and public networks in AWS by
creating various subnets, Elastic IP's, routing table, Network ACL, NAT gateways, VPC Peering.
12. Programming scripting - PowerShell, CLI.
13. Migrated data from Data centers and on-premises to Cloud using AWS Import/Export Snowball service.
14. Used Ansible Playbooks to setup Continuous Delivery Pipeline. Deployed micro services, including provisioning
AWS environments using Ansible Playbooks.
15. Installation, Configuration and Management of RDBMS and NoSQL tools such as Mongo DB, Amazon Dynamo DB,
Amazon Document DB.
16. Worked on AWS VMs include creating virtual machine instance, create image of the system, create snapshot of the
instance, create disk volume, add/delete disk volume from existing system, re-size VMs, re-size disk volume, create
security group, manage virtual system network.
Gleo Technology Pvt. Ltd., as SQL Developer
Aug 2014 to Aug 2015
1. The job role is SQL developer providing raw data for analysis purposes to the sales and marketing team of the
company.
2. Responsible for designing advanced SQL queries, procedure, cursor, triggers, batch files.
3. PL-SQL (Triggers & Procedures) is written for updating the data into the database to update the reporting purpose
tables.
4. Updating prices, tax structure into the database on request for the sales operation team.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Institution of Electronics and Telecommunication
Engineers,New delhi in 2014
PG: MS/M.Sc(Science) (Telecommunication Engineering) from University of Bologna in 2018
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a14…
https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a140312440e0f5c5… 3/3
Other Qualifications/Certifications/Programs:
Microsoft Certified: Azure Administrator Associate (AZ-104)
Nature of Employment: Full Time
Project Location: Bologna
Role: Test Engineer
Duration: Dec 2017 - May 2018
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India,Germany,Netherlands
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 1 Year(s) 5 Month(s)
AWS 2020 1 Year(s) 5 Month(s)
Networking 2020 1 Year(s) 5 Month(s)
CLOUD MIGRATION 2020 1 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
Italian Beginner
Oriya Proficient
Projects
Project Title: Software Integration Test for Railway Control Systems
Client: Alstom Transportation
Skill Used: RTRT ADA
Project Details: 1. Validation of technical documentation (Requirements specification, Software Architecture and Detail
Design documents, Safety Concepts, Technical safety Reports, Test specifications and Reports, User manuals).
2. Evaluation of Reliability, Availability, Maintainability and Safety of real-time embedded computer systems by means of
formal methods and simulation-based techniques
3. Software Verification, Validation and Testing of a software product for onboard rail.
4. Analysis and execution of system tests.
5. Checking compliance with the relevant standards. (CENELEC EN:50128-2011)
6. Test strategy and plan definition, write or review test specification, lead test execution, review and approve test reports.
7. To formalize anomalies if any, to organize review to analyze anomalies and to request modifications if required.
8. To carry out regression tests after anomalies correction.
9. Test Integration Performed in RTRT.
Rank 447: Resume 1113 with similarity score 0.040247265632813514
M.TECH , BS , B.E , MS , B.TECH senior project manager , certified scrum master , agile project manager , product development , full time , engineering project manager , business analyst , marine surveyor contractual , naval architecture , user acceptance testing , training , assemblies , business case , rup , telugu , microsoft azure , demonstration , ram , beginner , digital , customer satisfaction , status , shipping , stakeholder management , rally , service quality , infosys , sap , iit , artifacts , components , technical design , reliability , delivery of projects , kibana , supply chain , cms , workflow , timing , elasticsearch , tanks , sprints , brd , infrastructure management , functional specifications , commercial buildings , designation , confluence , deliverables , mar , structural , hindi , cloud , cluster , ltd , windows , architects , english , gas , groups , numbers , sprint planning , steel , ems , construction , six sigma , submittals , kanban , initiation , resolve , dc , documentation , concrete , task management , word , javascript , committees , motors , technology , business requirements , hadoop , product lifecycle management , high level architecture , reporting , general , scrum , pages , affirmative action , principles , technical direction , readiness , xp , maintenance , resiliency , snowflake , escalation , software testing , email , manufacturing , cad , aws , checkout , survey , user stories , epics , design patterns , languages , business process , sme , oil , cisco , management system , jira , engineers , layout , velocity , agile methodologies , rendering , blueprint , mentoring , jenkins , migrating , industrialization , tamil , oracle database , permissions , authorization , risk , teams , go , plugin , milestones , approvals , deliveries , excel , tracker , application , agile project management , focus , less , wealth , wood , conducting meetings , engage , s3 , storage , seismic retrofit , process operations , preparation , kannada , data retention , tableau , ceremonies , end-to-end project management , acting , masonry , metrics , presentations , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 1/4
Current Designation: Senior Project Manager
Current Company: Infosys Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [OCEAN ENGINEERING AND
NAVAL ARCHITECTURE]
Verified : Phone Number | Email - id
Infosys Technologies as Senior Project Manager
Feb 2017 to Till Date
Growth Path/ Deputations
Feb'17 to Jun'17: Infosys Ltd., Bentonville, AR, USA as Project Manager
Jun'17 to Dec'17: Infosys Ltd., Irvine, CA, USA as Agile Project Manager
Jan'18 to Sep'18: Infosys Ltd., Irvine, CA as Agile PM/BSA (Digital Assisted Authoring & AEM DAM)
Oct'18 to Apr'19: Infosys Ltd., CA as Agile Project Manager
Since May'19: Infosys Ltd., CA, USA as Agile Project Manager
Key Result Areas:
* Facilitating discussions to elicit and understand business needs, requirements & priorities; driving prioritization and
end-to-end project management with stakeholders & providing insights for design & business process
* Spearheading resource planning, SOW, technical direction, effort estimation, tracking, risk management & monitoring
projects within the time and cost parameters; ensuring the quality & timeliness of the deliverables
* Conducting meetings with Development, QA & Support teams to ensure complete understanding of requirements,
building innovative products, solutions for business based on requirements and generating new ideas & prototypes
* Facilitating Scrum ceremonies (Sprint Planning, Daily Stand Up, Backlog refinement, Sprint Review/Demo,
Retrospective meeting); enabling the team to identify & achieve the sprint goal
* Working with the team to ensure Product Backlog is refined for at least two sprints ahead for effective planning of
work; maintaining and tracking sprint backlogs in tools
* Rendering post-implementation, application maintenance and enhancement support to the client with regard to the
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
BALAJI DASAPPAJI GOVINDARAJU
Project Manager seeking roles in Project Management in CMS, AWS/ MS Azure Cloud
Infrastructure Management, AEM-EMS, Agile PM, SAFe Agilist, Requirement
Gathering, Process Improvement, Agile Methodology, Stakeholder Management,
Scrum Master, TA
Key Skills: requirement gathering,process improvement,agile methodology,stakeholder management,scrum master,Test
case Evaluation, TDD,AWS Cloud,Microsoft Azure,Cloud Manager,Cloud Migration,SDLC,Software Testing Life Cycle
Summary
* Certified Scrum Master, offering 15 years of experience in directing implementation & delivery of projects/programs using
Agile methodology, Lean, Kanban, RUP, Waterfall, and Six Sigma methodologies with on shore/off shore teams with focus on
achieving top-line & bottom-line results
* Currently associated with Infosys Ltd., CA, USA as Agile Project Manager; working on a projects titled AWS Cloud
Migration, Snowflake & Elastic Search Implementation for Cisco Ltd., CA, USA
* Proven Expertise in software principles, design patterns and all phases of SDLC encompassing requirement analysis,
coding, change requirements, technical design, implementation, deployment & production support
* Wealth of Expertise in working on JIRA, Rally, Jenkins, Git, and Kibana Plugin
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 2/4
product / software application
* Maintaining healthy business relations with clients and ensuring high customer satisfaction metrics by achieving
delivery & service quality norms
* Managing multi-location teams including Solution Design, Testing, Integration and User Acceptance Testing along with
Service Introduction readiness to LIVE
* Ensuring & managing deliveries of the project using Agile Methodologies, right from initiation until go-live
* Acting as an escalation gate; following customer-centric approach to address or resolve the customer
issues/escalations, which resulted in achieving the customer satisfaction and repetitive business across accounts multiple
times
* Capturing As-Is, To-Be process, preparing functional specifications, business blueprint document, analysing the gaps
and preparing functional & technical designs
* Monitoring project progress and outstanding issues; ensuring quality & timeliness of the deliverables; reporting the
project's progress and escalated issues
* Mentoring & training teams on Agile/Scrum to ensure efficiency in process operations; motivating high performance
amongst the Team by operating and introducing appraisals schemes, promotion committees and annual rewards &
recognition
Tesla Motors as Manager Testing (Contractual)
Jun 2016 to Dec 2016
Develop and maintain an interactive product development timeline that shows the details of the development and overlaps
supplier and company milestones
Develop and maintain a progress tracker that details and accounts for the variety of development tasks needed during a
product lifecycle
Supplier task management: document project tasks, workflow, priorities, and timing of each
Team task management: document project tasks, workflow, priorities and timing of each
Work with multiple cross functional teams on the development of multiple products, including: Reliability, Supply Chain,
Quality, Industrialization, Manufacturing and other engineering teams
Maintain our Product Lifecycle Management system with the latest part numbers, BOM, assemblies, CAD, drawings, and
specifications
Meet with fellow Project Management team members to address Program concerns, keeping the team up to date on
issues.
Zenith Engineers Inc as Business Analyst/Project Manager
Feb 2016 to May 2016
Duties/Responsibilities
Lead a team of structural engineers in designing various buildings that include: concrete/steel commercial buildings, wood
residential buildings, and seismic retrofit design of existing structures.
Prepare structural drawings and details, addressing RFIs and review submittals during construction.
Design buildings, tanks, and other non-building for concrete, masonry, steel and wood.
Prepare concept sketches, layout sketches, and validating using RAM/SAP 2000.
Larsen & Toubro Limited as Project Manager Oil and Gas Naval Architecture Group
Apr 2010 to Jan 2016
* Implemented the project using Agile Scrum methodology and analyzed the detailed business case to understand the
client's needs.
* Interviewed business users in detail and recorded the functional, business-specific requirements and converted them into
user stories.
* Supported/trained and educated all Product Owners, especially with respect to grooming and maintaining the product
backlog
* Maintained project backlog in JIRA.
* Developed and presented scrum reports and artifacts to include; Velocity Charts, Burn-down Charts, and Demonstration
presentations.
* Translated the requirements into specifications and maintained the backlog of epics, user stories, and sprints in JIRA.
* Authored template pages using dynamic components and replicated them onto multiple publish server instances.
* Performed various admin-related tasks like creating users, groups, and assigned them permissions and privileges.
* Performed UAT and post-production checkout on behalf of the business user.
NAPA LTD as Engineering Project Manager - SME (Software Module Testing)
Nov 2008 to Mar 2010
* Worked as a domain expert for the development team
* Engage the Client to gather requirements and ensure alignment with development teams.
* Functional domain specification preparation, Business Requirement Documentation.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 3/4
* Analyzing business requirements and suggesting solutions if they are not up to the mark.
* Good experience in Stakeholder management.
Indian Register of Shipping as Marine Surveyor
Sep 2003 to Oct 2008
* Ship plan approvals
* Ship survey planning and execution
UG: B.Tech/B.E. (Mechanical) from Visvesvaraya Technological University, Belgaum in 2003
PG: M.Tech (OCEAN ENGINEERING AND NAVAL ARCHITECTURE) from Indian Institute of Technology (IIT), Kharagpur.
Sponsored by India Register of Shipping (IRClass.org) in 2006
Other Qualifications/Certifications/Programs:
SAFe Agilist
Certified Scrum Master
Nature of Employment: Full Time
Project Location: San Jose
Role: Other
Duration: Feb 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 21
Education
IT Skills
Skill Name Version Last Used Experience
MS Windows NT/2000/XP/Vista/7/10 Latest 14 Year(s) 6 Month(s)
MS PowerPoint, Project, Word, Excel, Latest 12 Year(s)
JIRA, Confluence, Tableau Latest 4 Year(s) 2 Month(s)
Jenkins, GIT Latest 1 Year(s) 4 Month(s)
AWS migration / MS Azure Tranformation Latest 2 Year(s) 0 Month(s)
AEM Project AEM
6.3
2019 2 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Expert
Tamil Beginner
Telugu Beginner
Projects
Project Title: Sr. Project Manager
Client: Cisco Systems
Skill Used: CLoud AWS, Azure (Beginner), Agile Project Management, Snowflake (Beginner)
Role Description: Sr. Project Manager
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Infosys Ltd., Client: CISCO Ltd, CA, USA.
Agile Project Manager
(Data Retention; Snowflake Migration; Migration to Elastic and AWS Cloud New Platform Project)
Responsibilities:
Working on multiple Projects which involves 10+ years data retention along with migrating the data from Hadoop to
Snowflake, the oracle database is moved to elastic for near real time data experience, also the attachment storage system
~900 TB moved from oracle data to AWS S3. Altogether we have team members spread in multiple countries, up to 36
persons.
Worked closely with architects on the solutioning for the preparation of BRD, high level Architecture and FSD documents
Planning of Multi-DC span Elasticsearch Cluster Resiliency Solution, coordinating with ES, Business and our team
Involved actively in downstream coordination for Snowflake migration, Elastic migration
Completely
Have knowledge on Jenkins and Git tools. Used Kibana plugin as part of the project to visualiz
Rank 448: Resume 1291 with similarity score 0.040231505672925584
B.E , MS , B.TECH , BS solutions architect , cloud consultant , solution architect , cloud engineer , full time , enterprise architect , balancer reporting , automation , high availability , telugu , migrating , computer networking , designation , data warehouse , scripting , tamil , affirmative action , hindi , linux , active directory , public , maintenance , azure , unix , utilization , authorization , english , teams , enterprise , web applications , status , cloud security , virtualization , architecture , email , project , groups , aws , network security , less , operations , electronics , architecting , servers , s3 , capacity planning , disaster recovery , running , ec2 , storage , srm , data center , languages , proof of concept , python , javascript , headend , network administration , cloud computing , load , kms , capital , amazon web services , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15…
https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15521710585b01… 1/2
Current Designation: Cloud Consultant
Current Company: Self Practice
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Self Practice as Cloud Consultant
Jun 2020 to Till Date
Designing and implementing solutions for IoT, off-site high availability backups,
cloud data storage etc.
Planing and migrating workloads to cloud - AWS, Azure, GCP
Designing and creating virtual data center on cloud - AWS, Azure, GCP
Cyient as Cloud Engineer
Aug 2018 to May 2020
Worked on planning, designing and deploying Software Defined WAN on three branches as a part of
the Proof of concept project.
Build servers using AWS, importing volumes, launching EC2, RDS, creatingSecurity groups, autoscaling,
load balancers (ELBs) in the defined virtual private connection.
Experience in maintenance and configuration of user accounts for Dev, QA and Production servers
and created roles for EC2, RDS, S3, Cloud Watch, EBS resources to communicate with each other
using IAM.
Experience on Active Directory, DNS, DHCP
Build and configure a virtual data center in the Amazon Web Services Cloud to support Enterprise
Data Warehouse hosting including Virtual
Private Cloud (VPC), Public and Privates Subnets, Security Groups, Route Tables, Elastic Load
Balancer.
Designed AWS Cloud Formation templates to create multi region Web applications and
databases.*Perform capacity planning and reporting to ensure efficient use of storage.
Extensive knowledge of UNIX, Virtualizations, AWS Cloud and Storage & Backup.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Hari Prakash J
Cloud Engineer seeking roles in Cloud Computing, Computer Networking, Linux
Administration, Disaster Recovery, Serverless Application Development, Cloud
Security, Virtualization, ,AWS architecture and operations, Python scripting and
automation.
Key Skills: Cloud Engineer,Network Security,Cloud Computing,Computer Networking,Linux Administration,Serverless
Application Development,Cloud Security,Virtualization,AWS,Python
Summary
Working as an CLOUD ENGINEER, with 3 Years of strong hands on experience in
cloud architecture, deployment and operations, python scrpting/automation, cloud security with AWS, Azure and GCP and Linux
administration .
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15…
https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15521710585b01… 2/2
Extensive knowledge deploying and configuring, migrating and updating in Cloud
Closely monitor server storage performance and utilization, identify problems and recommend /
implement solutions.
Supported the deployment of the SDN controller with my expertise in
Architecting and running environments on AWS, which included
configuring headend servers, load balancers
Played an active role in pushing for a move to SD-WAN across the BU
and using cloud services like AWS to reduce operating and capital
expenditure.
Managing private and public keys using KMS and cloudHSM
Design, build, manage and support for Cloud environments - AWS.
Designed multi-region, disaster recovery and cost-effective solution using various services of AWS
and also provided a combination of In-house Infra and AWS Cloud
Hands-on experience for migrating workloads to AWS
Setup and Manage AWS Security Policies
Knowledge on AWS migration tools
Sound knowledge of Linux.
Create regular reports for Management requirements.
Coordination with Server managers and applications teams.
UG: B.Tech/B.E. (Electronics/Telecommunication) from SRM university (SRMU) in 2017
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect
AWS Certified Sysops Admin
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python 3.9 2020 3 Year(s) 0 Month(s)
AWS 2021 2 Year(s) 6 Month(s)
Cloud Security 2021 3 Year(s) 0 Month(s)
AZURE 2021 1 Year(s) 0 Month(s)
GCP 2021 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Tamil
Rank 449: Resume 1401 with similarity score 0.04013210437513649
B.E , B.TECH , BS analyst programmer , full time , software developer oats , redux , general , telugu , entity framework , css , designation , microsoft office , visual studio , validity , user defined functions , affirmative action , web api , tokens , maintenance , ltd , windows , web technologies , jquery , json , english , authorization , pattern , wpf , web applications , status , c# , metadata , embedded , email , project , record , electronics , rest , blockchain , mvc , synergies , middleware , online , building , languages , dtc , asp.net , export , mvs , sovereign , ado.net , javascript , .net framework , linq , technology , microsoft sql server , stored procedures , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e1006…
https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e100643450b0c0c07… 1/3
Current Designation: Analyst Programmer
Current Company: Web Synergies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Web Synergies as Analyst Programmer
Jul 2018 to Till Date
PROJECT PROFILE
Project #1
Project Name : OATS Email Addon.
Company : Web Synergies India Pvt. Ltd.
Client : Halia Labs.
Environment : Visual Studio 2015.
Technologies : MVC, C# .Net, SQL Server 2014, Web API.
Web Technologies : HTML, CSS, JQuery, AJAX .
Team Size : 4
Project Description:
Added new Extended Properties for OATS
Extended Mail View
Authenticating the Logins Based on the tokens provided by rest API
Showing details of email attachment from metadata as Embedded Data.
Verification Record
Shows validity of the Attachment as status message "Valid" or "Not Registered" depending on the response from
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
SARIPIRALLA JAYAPRAKASH REDDY
Analyst Programmer seeking roles in Software Development,React Js,Redux, C#.net
,ASP.net MVS,Sql Server,Javascript, Visual Studio,HTML,CSS,JQuery,AJAX,
Key Skills: HTML,CSS,JQuery,AJAX,Javascript,JSON,React.Js,.NET Framework,C#,ASP.Net MVC,Middleware,SQL
Server,LINQ
Summary
Having 2+ year of experience in Microsoft Technologies.
Having 1+ year of experience in React JS framework.
Having experience in developing web applications using Microsoft .Net technologies.
Having knowledge of building web-based applications on Microsoft .NET framework 4.0 using C#, ADO.NET, AJAX, React
JS, JavaScript, JQuery, HTML technologies.
Extensive knowledge in developing Web Applications using MVC pattern and windows applications.
Extensive knowledge in using T-SQL for developing Stored Procedures, User Defined Functions,and Joins.
Good Communication and Interpersonal skills.Quick learner and commitment to perform quality work .
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e1006…
https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e100643450b0c0c07… 2/3
server.
Data Export
Insert/Export button to export the data as CSV .
Registering the Email as DTC.
Project #2(Internal)
Project Name : Web Synergies Online Exam Portal
Company : Web Synergies India Pvt. Ltd.
Environment : Visual Studio 2015.
Technologies : MVC, C# .Net, SQL Server 2014
Web Technologies : HTML, CSS, JQuery, AJAX .
Team Size : 4
Project Description:
Admin can create questions and add them to the exam. We can choose between multiple choice questions or True/False
questions. The students are provided with a link to the online exam, they can login and can take the exam.
Project #3
Project Name : EMtrust Desktop Utility
Company : Web Synergies India Pvt. Ltd.
Client : Halialabs.
Environment : Visual Studio 2017.
Technologies : WPF, C# .Net.
Team Size : 4
Project Description:
EMtrust is Decentralized ID tech which ensures Self Sovereign Identity for those who cares about privacy
Emtrust Desktop Utility is a software where customers can register any files into blockchain server, everyone can verify file
and transfer files between two customers.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Srinivasa Ramanujan Institute of Technology in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Visual Studio 2015.
Microsoft SQL Server 2014
C#.Net, SQL, T-SQL, React JS
HTML, CSS, JavaScript, jquery, AJAX
LINQ, Entity framework, ADO.NET
MVC
WINDOWS
Microsoft Office 2007/2010/2013
Languages Known
Language Proficiency Read Write Speak
English
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e1006…
https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e100643450b0c0c07… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 450: Resume 498 with similarity score 0.04010077886811645
B.TECH work from home training , deep learning , mar , mysql , data analytics , natural language processing , application , coursera , prediction , resume , electronics , testing , features , machine learning , air quality , flask , amazon , completion , assessment , data science , python , forecasting , web , technology , mathematics , online Assessment
Q1. Why should you be hired for this role?
Because iam worth it
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Sandeep Raju
Hyderabad, Ahemdabad Kasora
Applied 07 Feb'21
Python Data Analytics Data Science
Deep Learning Flask Machine Learning
Mathematics Amazon Web Server AWS MySQL
Natural Language Processing
NLP
Bachelor of Technology B.Tech), Electronics and Communication
Narsimha Reddy Engineering College
2016 - 2020
Senior Secondary XII, Science
IPE board
Year of completion: 2016
Secondary X
SSC board
Year of completion: 2014
--chief coordinator of hackthon 2k19, a national level machine earth competation
-- Lead the team in development and testing lifecycle to bring features to market
Machine Learning Python Certification Training | Coursera |
Coursera, Online
Dec 2019 - Mar 2020
Learning Certification | Coursera
Python Certification Training | Coursera | Jan '09 - Mar '09
Coursera, Online
Jul 2019 - Aug 2019
Learning Certification | Coursera
Air quality index
Sep 2020 - Sep 2020
https://www.sandeepraju.xyz
Determined and developed an end to end ai application with deployment
Stock Price Prediction And Forecasting Using Stacked LSTM Deep Learning
Jul 2020 - Jul 2020
https://www.sandeepraju.xyz
predicted stock price with 98 % accuracy
Www.sandeepraju.xyz
https://www.sandeepraju.xyz/
https://www.sandeepraju.xyz/
CONTACT Phone: 91 8074644634
Rank 451: Resume 1058 with similarity score 0.039900825020103226
B.S , MS project manager , project lead , devops , quality assurance , data management , it professional , senior software engineer , team lead , program manager , technical manager microsoft azure , office , sizing , customer satisfaction , status , digital transformation , re-engineering , multiple projects simultaneously , payroll , pl/sql , ux , writing , building , chat , infrastructure , salesforce , procurement , workflow , organization , automation , devops , access , designation , hindi , cloud , service catalog , ltd , architects , english , productivity improvement , directors , financials , live , provisioning , peer reviews , architecting , aix administration , c++ , punjabi , oracle applications , one , test data , javascript , cost reduction , technology , managed services , r3 , optimization , matching , team management , developers , data migration , affirmative action , project plans , maintenance , adabas , escalation , timelines , email , manufacturing , aws , singl.eview , unit testing , languages , business process , assessment , engineers , apps , wireline , program management , sap hana , workspace , ug , client visits , case , revenue , teams , siebel , record , telecommunications , new opportunities , mainframe , transformations , led , drive , running , offshore , landscape , purchasing , enablement , sales process , profit margins 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145…
https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145615135f0c0c55… 1/3
Current Designation: Program Manager / AWS Technical
Manager
Current Company: Brillio Technologies Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chandigarh
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Brillio Technologies Pvt. Ltd as Program Manager / AWS Technical Manager
Apr 2017 to Till Date
Established managed services program, procedures and
processes for large scale SAP landscape migrated to Microsoft
Azure Cloud platform for a UK based client, responsibility
included setting up the right team for migration, migrate all the
SAP systems to SAP HANA, providing support for cloud and SAP
areas.
* Currently working as AWS program / technical manager for US
Based Pharmaceutical for Service catalog based solutions,
DevOps process standardization, automation, enablement,
Governance and Cost Optimization.
* Manage delivery for multiple projects simultaneously using best
industry practices as per SLAs agreed with the client.
* Supervising a large team of highly skilled individuals including
technical leads, architects, Engineers, UI/UX Developers, and
QA. Grown the scope and team by 100% in 2 years.
* Running strategic program for implementing automated,
disposable, one-click AWS account provisioning with built in
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rajan Vashisht
Program Manager seeking roles in Technical IT Program/Project Management,
Process Re-Engineering, Data Migration, Application Design, Technical Solutioning,
Digital Transformation, System Integration, AWS,
Key Skills: Technical IT Program/Project Management, Process Re-Engineering, Data Migration, Application Design,
Technical Solutioning, Digital Transformation, System Integration, Quality Assurance, Team Management, AWS,AWS
Infrastructure,Devops
Summary
An accomplished IT Professional with more than two decades of rich and
diverse experience in managing end to end technology, solutioning, delivery
and customers across the globe.
A Tech savvy lead, aligns & stitches Technology and Strategies with business to
help organization achieve their goals within cost, time, and quality parameters.
Excellent success record in program management, technical project
Management, Digital Transformation, Business Process Re- engineering, People
Management, Skill development.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145…
https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145615135f0c0c55… 2/3
governance model
* Achieved saving of 1M by running strategic program for cost
optimization to reduce the AWS resources cost by implementing
guard rails, governance rules and efficient sizing and usage.
* Successfully lead another strategic program to automate end to
end workspace provisioning as service catalog product.
Presented Solution and the Portal to AWS and other various
customers as part of the sales process.
* Managing the financials and Revenue Targets for Account.
Achieved cost reduction and higher profit margins.
* Assist and review project plans and manage projects through
the different phases of Software Development Life Cycle.
* Weekly sync up with client stakeholders for updates and Monthly
business review with Directors level stakeholders.
* Responsible for providing feedback to the teams.
* Driving application SME knowledge building initiatives.
* Participate in various organization level initiatives, client visits to
represent for customer solutions.
* Participate in recruitment drives at organization level.
Accenture Services Pvt. Ltd as Project Manager
Nov 2004 to Jan 2017
Joined as senior software engineer.
* Performed various roles including, developer, Module lead,
Team Lead, project lead.
* Managed multiyear strategic program from offshore to
transform legacy stack to Service cloud platform (Salesforce)
Functionalities covering Service request life cycle, case
management, escalation management, Intelligent Matching,
Swarming, Live Chat.
* Managed QA services for 100+ applications for wireline stream
of application stack for one of the major Canadian
Telecommunications clients.
* Improvement initiatives with productivity targets along with
leading test data management services across various
application stacks and teams.
* Delivered multiple parallel releases, both major and minor, using
standard methodologies to manage resources, timelines, and
changes.
* Great working relationships with team across levels, onshore
stakeholders, and client.
* Tracked financials, reducing non-payroll costs.
* Supervised 70+ technical leads, architects, developers, and
testing professionals.
* Ensured overall success of each release from initial assessment
and design through implementation, testing, support, and
customer satisfaction.
* Assisted, reviewed project plans and managed projects through
the different phases of Development Life Cycle.
* Facilitated application SME knowledge building initiatives and
driving productivity improvement and Automation initiatives.
* Have led new opportunities for solution architecting and
supporting request for proposals.
* Have contributed at organizational level creating data
migration assets for Siebel.
* Have contributed to recruitment drive, client visits for new
opportunities.
Birlasoft Ltd as Senior Software Engineer
Jan 2003 to Nov 2004
Provided development services for large data migration
program from mainframe to Oracle and self- service
procurement implementation in Oracle Applications.
* Performed development activities for data transformations, data
validations, data conciliations, including writing reconciliations
reports.
* Provided development services for implementing self-service
procurement through iProcurement which includes requirements
gathering, development, Peer reviews, unit testing and
implementation support.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145…
https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145615135f0c0c55… 3/3
UG: B.Sc (Maths) from Punjab university, Chandigarh in 1994
PG: MCA (Computers) from Punjabi University, Patiala in 1998
Other Qualifications/Certifications/Programs:
AIX administration certification course
SAP R3 introduction
Oracle Apps 11i (Purchasing, Inventory, Manufacturing, Workflow)
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Microsoft Azure, Salesforce
MS-Office, MS-Project, MS Visio
Oracle 11g, Adabas D, MS-Access
Natural 5, VB 6, C/C++, Singl.eView,
PL/SQL
Oracle Apps 11i (PO, INV), SAP
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Punjabi Proficient
Rank 452: Resume 1253 with similarity score 0.03984785192209852
B.E , MS , B.TECH , BS storage administrator , solutions architect , system administrator , associate , noc engineer , full time , technical support engineer mcsa , computing , customer , nfs , virtual machines , security , space , vault , databases , linux , windows administration , player , ssl , status , multinational , specifications , hba , firmware , store , snapshot , zoning , qlogic , system specification , building , connectivity , ec2 , orion , sql server , system administration , organization , switches , ansible , infrastructure management , blocking , designation , confluence , connectwise , hindi , network devices , software installation , english , troubleshooting , it infrastructure operations , project , ftp , groups , splunk , ibm , npiv , capacity planning , computer science , vmware server , documentation , ssp , deduplication , one , javascript , vmware vsphere , data centers , vds , general , performing , brocade , command , affirmative action , mysql , emc , maintenance , basic , zabbix , solarwinds , email , aws , microsoft , amazon rds , hp , vmware vcenter , data center operations , languages , raid , esxi , amazon cloudfront , dell , folders , cyber , windows server , autotask , n-able , ug , das , ticketing tools , azure , authorization , models , clariion , ecosystem , less , compression , remediation , records , steps , user administration , data systems , servers , drive , s3 , storage , preparation , teaming , network administration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 1/4
Current Designation: NOC engineer
Current Company: ZS associate's
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Zs Assosciates as NOC Engineer
Nov 2020 to Jan 2021
Worked as a Contractor at ZS associates. My profile NOC engineer aims on building the first line of defence for any failure
on the infrastructure level.
Alpha IT as NOC Engineer
Nov 2020 to Jan 2021
Worked as a NOC engineer on contract basis with ZS associates.
Alpha IT as NOC Engineer
Nov 2020 to Jan 2021
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Anshul Khare
I carry an experience of 4 years into NOC engineering.
Certifications - RHCSA, MCSA ,AWS Sol Architect Associate.
Previous Experience involves
Data Center Operations,IT Infrastructure Operations,Networking,Linux,Windows
Server,AIX,MySQL,Tivoli,Orion
Key Skills: System Administrator -L2,Linux Administration,Windows Administration,System Administration,Cloud
Computing,Data Center Operations,IT Infrastructure Operations,Networking,Linux,Vmware Server,Esxi,AWS,AZURE,Data
Analyst,Backup,Storage Administrator
Summary
More than 3.5 Years of experience into Administration, Operations and Engineering.
I have worked with Startup, Mid Cap and Multinational.
Experienced in handling critical situations to meet deadlines of tasks/projects successfully.
Appreciated by customer for taking up the responsibilities, acknowledge critical issues on time and delivering end to end
solutions. Experienced with remediation on Network devices and data centers equipment. Multiple Cloud Infrastructure
maintenance is one of my expertise.
Worked with Multiple Monitoring and ticketing tools. Team Player attitude helped in achieving Goals on time.
Tools : SolarWinds(Orion,N-Central,Passpotal,Logicmonitor),
Lansweeper,Zabbix,SentinelOne,Splunk,Autotask,Connectwise,Service now etc.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 2/4
Worked as a Contractor For ZS Associates. My responsibilities were a part of NOC engineering.
ZS Associates as NOC Engineer
Nov 2020 to Jan 2021
1. Infrastructure Management
Client: C spire, Ridgeland U.S
October 2018? Till Date
Project:
POC related Infra Management
Project Type:
Infrastructure Maintenance
Location:
Pune
Description:
Key resource for managing and supporting infra setup for all POC?s in C spire Business department
Responsibilities:
Analysis of business requirement.
Coordinating with various support team
Documentation preparation for all POC setup.
Performed Remediation Task using tools like (N-Able, Orion, Logic monitor, Confluence, VmWare Vcentre)
Configuring virtual machines.
Resolved Space issues on virtual machines
Installation of third party patches
Patching on all Windows server Version using N-Able
Solved Tickets of Priority (P1,P2,P3) using Connect wise Tool
Worked in All Department of my team (Remediation, Backup, Maintenance, Dispatch)
Experience in performing AdHoc activities (Logic monitor Audit, WMI troubleshooting, Dedicated Environment Check Inc.)
Environment:
N-Able, Orion, Logic monitor, Confluence, VMware vCenter ,Passportal
ZS associate's as NOC engineer
Oct 2020 to Till Date
key resource for managing and supporting infrastructure monitoring for all NOC department.
Gsavy Data Systems as Technical Support Engineer
May 2017 to Oct 2018
2. Datacenter Operations
Client: IBM
May 2017- October 2018
Project:
POC related Datacenter Management
Project Type:
Technical Support
Location:
Pune
Description:
Key resource for managing and supporting infra setup for all POC's in Gsavy Data Systems Business department
Responsibilities:
Analysis of the business requirement (SSP: System specification requirement) sent by client.
After analysis ecosystem requirement was made.
Handling all the project documents
Got to learn SAN administration, Linux administration and VMware administration
SAN:
LUN management, creation of RAID groups, storage groups, Metaluns.
Installation of HBA's on host (Emulex, Qlogic)
Zoning on Brocade switches via command line
Understanding Of DAS, NAS , SAN , Vault Drive
SAN switch firmware up gradation
Capacity planning of SAN environment
Good knowledge of WWNN and WWPN
Good knowledge of all EMC CLARiiON and VNX models
Understanding Of NPIV, FAST, FAST Cache, Deduplication, Repliacation and Compression
VMware:
Installation of ESXi 5.5, 6.0, 6.5
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 3/4
Installation of Vcenter through appliance.
Configuration and Implementation Of VSwitch, VDs, VMKernel Port, Uplink, Port-Port Group , Teaming , VMXNET3 ,
E1000.
Configuration of VMotion, SVmotion, HA ,FT, DRS.
Creation Snapshot, Cloning, template.
LUN expansion activity.
Configuration & Installation of SAN Connectivity with VMware VSphere.
Installation of Microsoft Windows and Linux OS on VM's.
Installation of VMware Tools.
Co
nfiguration of Physical to Virtual Machine(P2V).
Configuration of Passthrough and NPIV.
AWS:
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
Setup/Managing VPC, Subnets; make connection between different zones; Blocking suspicious ip/subnet
via ACL.
Setup/Managing CDN on Amazon CloudFront to improve site performance.
Create/Managing buckets on S3 and store db and logs backup.
Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Creating AWS Instances and Resources Bills.
Involved in the patching actvity of linux and windows server.
Conceptual knowledge about Terraform.
Conceptual knowledge of Ansible.
Working Knowledge of Linux
Basic concepts of Networking
Linux/AIX:
Software Installation and maintenance.
Installed and configured all the Linux servers in the network per specifications of clients.
Monitored the servers and Linux scripts regularly and performed troubleshooting steps - Tested and installed the latest
software on server
end-users.
Maintained necessary back-up of the important files and documented Linux scripts for future reference.
Researched the market to gain information on the latest updates available and recommended accordingly.
Configuring FTP server to maintaining the shared folders in the Organization.
SQL Server installation and administration
User Administration & Security.
LVM Management.
NFS Configuration.
Environment:
Linux, AWS, VMware
UG: B.Tech/B.E. (Computer Science) from Bharati Vidyapeeth University, Pune in 2017
Other Qualifications/Certifications/Programs:
MCSA
AWS Solutions Architect
RHCSA
Education
IT Skills
Skill Name Version Last Used Experience
SOLARWINDS tools almost all
Linux, Windows Server, AIX
Storage Area Network
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS
MCSA
BACKUP
Data Center Operations (HP,DELL,EMC)
NETWORK ADMINISTRATION (network devices)
Cyber Security(SentinelOne,splunk,Vmware
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 453: Resume 473 with similarity score 0.039822564108552255
MS , B.TECH work from home , classifier internships , performance metrics , forest , validation , deep learning , teaching , mar , hindi , english , bootstrap , shipping , sql , serial , application , exploratory data analysis , iit , resume , decision trees , electronics , facebook , writing , intermediate , machine learning , linear models , translation , donors , completion , assessment , events , data science , python , one , forecasting , demos , technology , artificial intelligence , decoding , online Assessment
Q1. Why should you be hired for this role?
I have trained on AI, Python, Machine Learning and Deep Learning . Completed various assignments related to some real time cases. Got the
certificate from one-fourth lab IIT Madras) . Currently working as Intern and completed 3 projects.
- Worked on Serial Number detection from Container
- Worked on Number Plate detection from Vehicle.
- Worked on Sign board translation from English to Hindi.
As I have done these projects independently, I got the confident that I can work on other projects as well. I have the experience in giving demos
to clients.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am available for 3 months, starting immediately, for a work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
SHAIK NAZEEMA
Hyderabad, Khammam
Applied 08 Feb'21
Python Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Electronics and Communication
Bomma Institute of Technology and Science
2011 - 2015
Percentage: 80.00%
Senior Secondary XII
STATE BOARD OF INTERMEDIATE EDUCATION BOARD board
Year of completion: 2011
Percentage: 93.00%
Secondary X
STATE BOARD BOARD BOARD BOARD board
Year of completion: 2009
Percentage: 85.00%
Data Science
Iha Consulting Services, Virtual
Aug 2020 - Present
Currently I am working on below two projects.
1.Identifying the Serial Number of a Shipping Container.
2.Sales Forecasting.
Artificial Intelligence
Applied AI, Online
May 2019 - Present
This course covers machine learning, deep learning, python with hands on practising.
Deep Learning
PadhAI, Online
Feb 2019 - Jun 2020
PadhAI is a nice platform to learn deep learning ,where the faculty of IITM are teaching the concepts for non iit students
Clustering on Graph Dataset
May 2020 - Jun 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7702591604
Implementing TFIDF vectorizer
Apr 2020 - May 2020
Apply Decision Trees on Donors Choose dataset
Apr 2020 - May 2020
Application of Bootstrap samples in Random Forest
Apr 2020 - May 2020
Exploratory Data Analysis on Haberman Dataset
Mar 2020 - Apr 2020
Compute Performance metrics without Sklearn
Mar 2020 - Apr 2020
Behavior of Linear Models
Mar 2020 - Apr 2020
Implement SGD Classifier with Logloss and L2 regularization Using SGD without using sklearn
Feb 2020 - Mar 2020
Apply Naive Bayes on Donors Choose dataset
Jan 2020 - Feb 2020
Working with Callbacks
Jan 2020 - Feb 2020
Facebook Friend Recommendation
Dec 2019 - Jan 2020
Backpropagation and Gradient Checking
Nov 2019 - Dec 2019
Implement RandomSearchCV with k fold cross validation on KNN
Sep 2019 - Sep 2019
Apply GBDT on Donors Choose dataset
Aug 2020 - Present
Transfer Learning
Aug 2020 - Present
Identifying the Serial Number of a Shipping Container from its Image
Aug 2020 - Present
Awards & Achievements:
- College topper in B.Tech Exams I, II, III,IV Years)
- Topper in Intermediate
- Topper in 10th Class
- Participated in NCC in school level and got NCC Certificate.
- Participated in college events “HACK THE TRACK”, “CODING AND DECODING” and won the prizes.
- Participated in Essay Writing competition in school level and got prize.
Rank 454: Resume 820 with similarity score 0.03963577761303568
MS senior software engineer , full time , technical lead , team lead react.js , training , dependency injection , asp.net core , designation , ug , visual studio , mar , affirmative action , mysql , cinema , session management , web api , docker , offers , dll , hindi , maintenance , pos , ltd , pdf , jquery , authorization , signal , english , nhibernate , wpf , status , architecture , c# , ajax , email , project , record , application , mongodb , microservices , angularjs , windows xp , microsoft , redis , testing , languages , export , client requirements , sql server , completion , n-tier , javascript , organization , technology , windows 7 , ef , xp professional , html , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d19…
https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d190616415d580a0… 1/2
Current Designation: Tech Lead
Current Company: Taazaa Tech
Current Location: Noida
Pref. Location: Delhi / NCR,Noida,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Taazaa Tech as Tech Lead
Oct 2014 to Till Date
I joined Taazaa Tech as a Senior Software Engineer in Oct 2014. I mostly worked in .net technologies with AngularJS,
Angular and React. I like to implement new ideas as well as new technologies in the project. Whenever a new
technologies or architecture comes into the organization, most of the time I am responsible to create POC or implement
that architecture in the project, later on this architecture implements in all projects accross the organization. I have
promoted to module lead and now working as Technical Lead since last 1 year. I am handling team of more then 15
members in 2 different projects at same time. I have exposure of .net core, web api, react, Angular , Dependency injection,
Identity Server, Signal R etc.
TechLiveAid Solutions as Senior Software Engineer
Apr 2013 to Oct 2014
AzylApps Pvt. Ltd - Techgennie Pvt. Ltd as Software Engineer
Jan 2012 to Mar 2013
Organization
: Azylapps Pvt. Ltd.
Client : CineGrand
Project : Screenplex
Platform : Windows XP Professional, Windows 7
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SHAILENDRA SINGH
Tech Lead seeking roles in Software Engineering,Software Development,Application
Support,Project Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,MongoDB,MySQL,.Net
Core,Microservices,Docker,DI,MSSQL,Angular,React
Key Skills: Tech Lead,Software Engineering,Software Development,Project Management,Defect Management,Quality
Management,Requirement Gathering,Client Servicing,JavaScript,MongoDB,MySQL,.net core,Microservices,Docker,MS
SQL,DI,Angular,React.Js,C#
Summary
Technical Lead with a strong OO design background. Proficient with n-tier application design/Onion architecture with
Nhibernate/EF, Asp.net core, Angular, application design, development and maintenance. Involved in various stages of software
development life cycle, including designing the architecture, coding, testing and implementation. Offers almost 10 years of track
record of demonstrating strong analytical and problem-solving skills, computer proficiency, and ability to follow through with
projects from inception to completion. Having experience in client interaction, client site implementation and training sessions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d19…
https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d190616415d580a0… 2/2
Technology : ASP.Net C#, WCF, WPF
Role/ Responsibility : Development
This project is specially Developed as per client requirements to manage Multiplex. This project provides all functionalities
related to Multiplex like as Multi-cinema chain, Movie Session management, Online Ticket Booking and Point of Sale. I
worked on all modules of this project. I have also integrated MSR device in POS (WPF) module of this project and also
worked on Export to PDF using Itextshrap Dll.
UG: BCA (Computers) from DASS College, DehraDun in 2006
PG: MCA (Computers) from I.T.S. Eng. College, Greater Noida in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SQL Server, MongoDB, MySql, Redis
Windows 2003 server,
Windows XP Professional, Windows 7/8/10
HTML, JavaScript, Ajax, Jquery
Microsoft Visual studio
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 455: Resume 972 with similarity score 0.03940095251684526
MS , BS full time , software engineer , it manager automation , react.js , redux , core java , general , financial services , jenkins , algorithms , los angeles , soap , designation , ug , confluence , groovy , mar , affirmative action , mysql , hindi , hub , beginner , maintenance , ltd , jquery , authorization , json , english , code review , status , architecture , c# , stakeholder management , email , project , agile , flux , aws , server technologies , angularjs , xml , microsoft , mds , .net core , xcode , rest , s3 , design patterns , git , data masking , solid principles , finance , languages , asp.net , single page applications , documentation , dashboard , sql server , investment banking , iis , es6 , singleton , python , ado.net , mobile , javascript , jira , search , web , crm , process enhancement , factoring , html , performance reviews 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 1/2
Current Designation: Tech Architect- IT Software
Current Company: William O'Neil India Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.C.A. Honors [Computers]
Verified : Phone Number | Email - id
William O'Neil India Pvt. Ltd. as Tech Architect- IT Software
Apr 2015 to Till Date
Project #1 (Current): Exchange Data | Technologies: C#, .Net core, SQL Server, AWS S3
Project #2(Current): Data masking Tool | Technologies: Python, React, Redux, Saga, SQL, PostgresSQL
Project #3 (Current): HUB (CRM System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, WCF, Angular
JS, Elastic Search, AWS S3
Project #4: Panaray Web/Mobile | Technologies: ReactJS, Underscore JS, ES6, Flux, Redux, Saga, Elastic Search, Java,
WCF, Objective C
Project #5: Massmailer (Mailer System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, AWS (SES,
SQS, SNS, S3)
MCube Investment Software Pvt. Ltd. as Software Engineer
May 2014 to Mar 2015
Project: Dynamic Dashboard | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, XCode IDE,
Objective C
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SAURABH KASAT
Tech Architect seeking roles in Application Development, IT Project Management,
Stakeholder Management, Application Design, Requirement Gathering, Process
Enhancement, IT Delivery Management, C#, ASP.Net, MySQL, ReactJs, Jenkins,
JIRA, HTML.
Key Skills: Tech Architect,IT Manager,Application Development,IT Project Management, Application Design,Issue
Resolution,Requirement Gathering,Process Enhancement,IT Delivery Management,C#, ASP.Net, MySQL, ReactJs,
Jenkins, JIRA, HTML,Python,Elastic Search
Summary
Achievement-driven professional with experience in design, architecture, and implementation of next-generation system
architecture & automation solutions for Web Based, CRM, Finance, Investment Banking & share market-based applications.
Comprehensive knowledge of:
React JS, C# .NET, SQL Server Technologies based Projects
Single page applications using Angular JS & React JS
Technical designing of the system along with performance reviews
Algorithms and Data Structures
Impressive success in facilitating day-to-day interactions with clients and enabling task prioritization; gained insightful exposure
of working at onsite in Los Angeles in 2016. Extensive skills in end-to-end development of software products (Web/Mobile
Integration) with Agile Methodology including requirement gathering & analysis, programming/coding, creation of POC,
preparing/review of estimation, code review, impact analysis, re-factoring, deployment, documentation
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 2/2
Indus Valley Partners Pvt. Ltd. as Software Engineer
Jan 2013 to Apr 2014
Project: Polaris (Data Ware House) | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, JQuery
UG: BCA (Computers) from MDS University, Ajmer, Bhilwara, Rajasthan in 2007
PG: M.C.A. Honors (Computers) from UCCS & IT, University of Rajasthan, Jaipur, Rajasthan in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Graph APIs 0 Year(s) 0 Month(s)
JQuery, JavaScript, Groovy, JSON, XML
HTML, ASP.NET, C#, Core Java
Core Python, WCF, SOAP, REST
SQL Server, My SQL, Elastic Search
IIS, Node Server (Beginner)
JIRA, TFS, GIT, Confluence, Jenkins
Singleton, Factory, Abstract factory
Design Patterns, SOLID Principles 10 Year(s) 0 Month(s)
AWS (SES, SNS, SQS, S3)
React.Js, AngularJS, UnderscoreJS 4 Year(s) 0 Month(s)
ASP.NET, ADO.NET, C# 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 456: Resume 1351 with similarity score 0.039364106102749506
MS , BS inspector , cloud architect , cyber security , technology professional , information security architect , balancer , devops , infrastructure architect , account manager , change management , full time , senior consultant , aws solution architect , aws architect , it consultant customer , docker , loss prevention , status , sap , plus , checklists , symantec , data center , negotiation , vulnerability management , vss , devops , designation , pre-sales , hindi , information security , english , cloud security , budgeting , project , leadership , solution architecture , gap , change management , flow , capacity planning , strategy , professional services , cirrus , itil , process automation , vmware , javascript , cyber security , proposition , general , performing , data migration , vendors , affirmative action , information technology , nt backup , rbac , public , utilization , service delivery , iaas , file servers , strategic planning , paas , email , fiserv , aws , siem , operations , saas , art , windows nt , norway , premises , languages , microsoft exchange , load balancing , esxi , commerce , it infrastructure management , high availability , migrating , credit , ug , telecom , qualys , hybrid cloud , firewall , mcafee , azure , authorization , risk , virtualization , scalability , record , matrix , application , remediation , led , s3 , framework , storage , tripwire , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c13…
https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c1304424258585d… 1/3
Current Designation: Senior Cloud Architect
Current Company: TietoEVRY
Current Location: Pune
Pref. Location: United Kingdom (UK),Pune,Norway
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
TietoEVRY as Senior Cloud Architect
Jan 2020 to Till Date
Key Result Areas:
? Directing entire gamut of Solution Architect & Consultant activities inclusive of establishing new processes &
checklists for preforming data migration of the solutions on AWS and Azure Cloud using Terraform Tool
? Coordinating and collaborating with the Account Manager and Customers for:
o Developing & articulating value proposition for customer opportunities on AWS Cloud
o Mapping the requirements to translate them into Full stack AWS solution
? Establishing and executing strategy and solutions on AWS cloud in coordination with the Client Stakeholders
(Business, IT and Application)
? Suggesting appropriate technology-based solutions for enhancing functional efficiency and achieving business
excellence
? Spearheading Pre-sales activities inclusive of responding to RFPs, creating POCs on Azure & AWS Cloud as per the
client's requirement; leading the planning & implementation of SAP on Azure / AWS PoC's for Customers using Terraform
? Performing the necessary leadership, analysis, design tasks related to development of an solution architecture;
assessing and migrating large scale customer on premises infrastructures using Azure Migrate, Cloudamize & other 3rd
Party Tools
? Managing the implementation of network and infrastructure-related projects entailing:
o Premises servers & applications migration to Azure and AWS cloud using Azure migrate, ASR and Cloudamize tools
o Public (Azure & AWS) cloud including cloud security using CloudFlare (CASB), IAM, GuardDuty, Inspector including
GDPR, HIPPA
? Entrusting with responsibilities of extending support towards managing state of art data centre with multiple
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
Vjendra Khole
Multi Cloud Architect / IT Head / Manager / Infrastructure Architect / Senior Consultant
Key Skills: Multi Cloud Architect, Infrastructure Architect, Management, Cloud Migration, Cloud Security, Cyber Security,
Networking, ITSM, Azure, AWS, IaaS, PAAS, SAAS,Devops,CI-CD
Summary
Technology professional with extensive experience of nearly 16 years plus in Information Technology Service Delivery (ITSM),
Service Management, IT Infrastructure Management, Installation and Configuration of IT Networks. Expertise in working on
Cloud Technologies including AWS, MS Azure, Cloud Security and others; technical expertise in VPC, S3, ELB, IAM, Auto
Scaling, RDS, SAML-SSO, IaaS, PaaS & SaaS, Azure-AD, RBAC, Networking, Firewall, Hybrid Cloud, High Availability and DR.
Experience in executing data center projects in analyzing & migrating, providing cloud solutions, solution identifications &
hosting solutions ensuring smooth vendors coordination & interactions, adhering to various vendor, commercial & services level
agreements including designing architecture, deployment & migration.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c13…
https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c1304424258585d… 2/3
technologies
? Showcasing skills in delivering end-to-end data centre service solutions to the customers; integrating data loss
prevention and vulnerability management tools (McAfee & Symantec, Tripwire & Qualys) into SIEM
? Working on ITIL framework which includes incident management, change management, capacity planning, service
improvement plans, procedures, compliance & implementing industry best practices
? Contributing to the strategic planning, budgeting, development, implementation, and enforcement of IT operational
procedures, policies, and standards associated with cybersecurity, system capacity planning, backup strategy, system
utilization; leading various datacenter technologies including servers, networking, storage, security, firewall, directory
services, HA, DR, load balancing, monitoring, scalability and performance
? Comprehensive understanding of professional services, technical delivery of large-scale cloud and infrastructure
projects across matrix environments, complex migration problems to address data centre technology (cloud, virtualization,
storage, compute, backup, network, security and applications). Led the creation and deployment of cloud-based systems
that were scalable, secure and aligned with company-wide business and IT objectives. Acted as a Solutions Expert with
skills in supervising variety of activities such as designing solutions as per client needs, providing pre-sales support,
migrating application to cloud, DevOps, ensuring on time delivery, implementing process automation & engineering and so
on.
? Solutions driver who bridges the gap between business and technology with expertise in managing complex programs
and multiple concurrent projects with specialization. Rich expertise in working on SaaS and IaaS Cloud Platform, Cloud
Security entailing IAM, Congnito, Docker, Micro services on AWS Cloud; proficiency in C2C - Azure to AWS cloud
migration using Cloud Endure and Infrastructure designing & Implementation on AWS Cloud. Possess excellent
interpersonal, analytical and negotiation skills with proven track record of utilizing process-oriented approach towards the
accomplishment of cost, profit, service and organizational goals.
Cirrus Labs as AWS Architect
Jan 2019 to Aug 2019
Key Result Areas:
Directing entire gamut of Solution Architect & Consultant activities inclusive of establishing new processes & checklists for
preforming data migration of the solutions on AWS and Azure Cloud using Terraform Tool
Coordinating and collaborating with the Account Manager and Customers for:
Developing & articulating value proposition for customer opportunities on AWS Cloud
Mapping the requirements to translate them into Full stack AWS solution
Establishing and executing strategy and solutions on AWS cloud in coordination with the Client Stakeholders (Business, IT
and Application)
Suggesting appropriate technology-based solutions for enhancing functional efficiency and achieving business excellence
Spearheading Pre-sales activities inclusive of responding to RFPs, creating POCs on Azure & AWS Cloud as per the
clients requirement; leading the planning & implementation of SAP on Azure / AWS PoC's for Customers using Terraform
Performing the necessary leadership, analysis, design tasks related to development of an solution architecture; assessing
and migrating large scale customer on premises infrastructures using Azure Migrate, Cloudamize & other 3rd Party Tools
Managing the implementation of network and infrastructure-related projects entailing:
Premises servers & applications migration to Azure and AWS cloud using Azure migrate, ASR and Cloudamize tools
Public (Azure & AWS) cloud including cloud security using CloudFlare (CASB), IAM, GuardDuty, Inspector including
GDPR, HIPPA
Entrusting with responsibilities of extending support towards managing state of art data centre with multiple technologies
Showcasing skills in delivering end-to-end data centre service solutions to the customers; integrating data loss prevention
and vulnerability management tools (McAfee & Symantec, Tripwire & Qualys) into SIEM
Working on ITIL framework which includes incident management, change management, capacity planning, service
improvement plans, procedures, compliance & implementing industry best practices
Contributing to the strategic planning, budgeting, development, implementation, and enforcement of IT operational
procedures, policies, and standards associated with cybersecurity, system capacity planning, backup strategy, system
utilization; leading various datacenter technologies including servers, networking, storage, security, firewall, directory
services, HA, DR, load balancing, monitoring, scalability and performance
Fiserv India as System Engineering
Nov 2016 to Jan 2019
Key Result Areas:
Spearheaded the Network Firewall rules; gained knowledge on F5 load balancer and defined the Application flow to
communicate on Networking Infrastructures
Imparted assistance towards Network Operations with developing secure system baseline Configurations; managed
Security Vulnerabilities and Compliance project
Extended support to the Information Security Architect in design and management of a secure network infrastructures
Led the development and execution of corrective action plans and remediation plans when issues are identified in order to
mitigate the risk of exploitation
UG: B.Com (Commerce) from Madhya Pradesh Bhoj University in 2006
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c13…
https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c1304424258585d… 3/3
Other Qualifications/Certifications/Programs:
AWS Solution Architect
Nature of Employment: Full Time
Project Location: Pune
Role: Other
Duration: Apr 2014 - Dec 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
VSS, Windows NT Backup
VMware Esxi
DNS /DHCP/ IIS/ File Servers
Microsoft Exchange
ms azure
VPC, S3, ELB, IAM
Auto Scaling, RDS
SAML-SSO, IaaS, PaaS & SaaS
Azure-AD, RBAC
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: Security Vulnerabilities Poject
Client: Credit Suisse
Role Description: Senior IT Consultant
Project Details: Security Vulnerabilities remediation using Tripwire 3rd party tool
Rank 457: Resume 742 with similarity score 0.03935437710426521
MS , BS full time , software engineer , it manager automation , react.js , redux , core java , general , financial services , jenkins , algorithms , los angeles , soap , designation , ug , confluence , groovy , mar , affirmative action , mysql , hindi , hub , beginner , maintenance , ltd , jquery , authorization , json , english , code review , status , architecture , c# , stakeholder management , email , project , agile , flux , aws , server technologies , angularjs , xml , microsoft , mds , .net core , xcode , rest , s3 , design patterns , git , data masking , solid principles , finance , languages , asp.net , single page applications , documentation , dashboard , sql server , investment banking , iis , es6 , singleton , python , ado.net , mobile , javascript , jira , search , web , crm , process enhancement , factoring , html , performance reviews 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 1/2
Current Designation: Tech Architect- IT Software
Current Company: William O'Neil India Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.C.A. Honors [Computers]
Verified : Phone Number | Email - id
William O'Neil India Pvt. Ltd. as Tech Architect- IT Software
Apr 2015 to Till Date
Project #1 (Current): Exchange Data | Technologies: C#, .Net core, SQL Server, AWS S3
Project #2(Current): Data masking Tool | Technologies: Python, React, Redux, Saga, SQL, PostgresSQL
Project #3 (Current): HUB (CRM System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, WCF, Angular
JS, Elastic Search, AWS S3
Project #4: Panaray Web/Mobile | Technologies: ReactJS, Underscore JS, ES6, Flux, Redux, Saga, Elastic Search, Java,
WCF, Objective C
Project #5: Massmailer (Mailer System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, AWS (SES,
SQS, SNS, S3)
MCube Investment Software Pvt. Ltd. as Software Engineer
May 2014 to Mar 2015
Project: Dynamic Dashboard | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, XCode IDE,
Objective C
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
SAURABH KASAT
Tech Architect seeking roles in Application Development, IT Project Management,
Stakeholder Management, Application Design, Requirement Gathering, Process
Enhancement, IT Delivery Management, C#, ASP.Net, MySQL, ReactJs, Jenkins,
JIRA, HTML.
Key Skills: Tech Architect,IT Manager,Application Development,IT Project Management, Application Design,Issue
Resolution,Requirement Gathering,Process Enhancement,IT Delivery Management,C#, ASP.Net, MySQL, ReactJs,
Jenkins, JIRA, HTML,Python,Elastic Search
Summary
Achievement-driven professional with experience in design, architecture, and implementation of next-generation system
architecture & automation solutions for Web Based, CRM, Finance, Investment Banking & share market-based applications.
Comprehensive knowledge of:
React JS, C# .NET, SQL Server Technologies based Projects
Single page applications using Angular JS & React JS
Technical designing of the system along with performance reviews
Algorithms and Data Structures
Impressive success in facilitating day-to-day interactions with clients and enabling task prioritization; gained insightful exposure
of working at onsite in Los Angeles in 2016. Extensive skills in end-to-end development of software products (Web/Mobile
Integration) with Agile Methodology including requirement gathering & analysis, programming/coding, creation of POC,
preparing/review of estimation, code review, impact analysis, re-factoring, deployment, documentation
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 2/2
Indus Valley Partners Pvt. Ltd. as Software Engineer
Jan 2013 to Apr 2014
Project: Polaris (Data Ware House) | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, JQuery
UG: BCA (Computers) from MDS University, Ajmer, Bhilwara, Rajasthan in 2007
PG: M.C.A. Honors (Computers) from UCCS & IT, University of Rajasthan, Jaipur, Rajasthan in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Graph APIs 0 Year(s) 0 Month(s)
JQuery, JavaScript, Groovy, JSON, XML
HTML, ASP.NET, C#, Core Java
Core Python, WCF, SOAP, REST
SQL Server, My SQL, Elastic Search
IIS, Node Server (Beginner)
JIRA, TFS, GIT, Confluence, Jenkins
Singleton, Factory, Abstract factory
Design Patterns, SOLID Principles 10 Year(s) 0 Month(s)
AWS (SES, SNS, SQS, S3)
React.Js, AngularJS, UnderscoreJS 4 Year(s) 0 Month(s)
ASP.NET, ADO.NET, C# 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 458: Resume 1143 with similarity score 0.03933577744451852
B.S , MS project manager , cloud architect , technical architect , owner , devops , azure architect , programmer analyst , solution architect , senior software engineer , full time , senior associate , enterprise architect , technical manager proposition , automation , risk analysis , customer , devops , scrum , microsoft azure , ug , pages , windows azure , platforms , conducting , pre-sales , affirmative action , collaboration , angular , hindi , public , maintenance , power bi , ltd , service delivery , jquery , project tracking , office 365 , project planning , iaas , troubleshooting , authorization , milestones , english , status , paas , virtualization , agile , sharepoint online , email , consultation , aws , less , solution architecture , business requirements , saas , custom web parts , enterprise architecture , technology solutions , features , strategy , togaf , framework , console applications , preparation , research , technical documentation , applied sciences , languages , dashboard , completion , project charter , assessment , packaging , scheduling , javascript , cloud computing , baselines , data models , architectural design , freelancer , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a11…
https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a115615465a540b… 1/3
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NIIT Technologies as Technical Architect
Jan 2020 to May 2020
Working as Azure Cloud Architect.
Xerox as SharePoint & Cloud Lead
Nov 2016 to Aug 2019
Worked as Cloud Solution Architect and rendered solutions for the application migration and strategy into the cloud
platforms for AWS and Azure.
Coordinating and collaborating with stakeholders for Developing & articulating value proposition for customer opportunities
on AWS/Azure Cloud Mapping the requirements to translate them into AWS/Azure solution
Collaboration with Client Enterprise Architecture Group and Executives to develop AWS/Azure architecture standards,
policies and directions
Establishing and executing strategy and solutions on AWS cloud in coordination with the Client Stakeholders (Business, IT
and Application)
Providing technical competencies for project capabilities and conducting in depth analysis of project risks
Developed SharePoint solution architecture for SharePoint projects
SharePoint Coherence systems integration with Power BI
Developing project baselines and controlling projects with respect to resource deployment, time over-runs and quality
compliance to ensure satisfactory execution of projects.
Providing technical competencies for SharePoint project capabilities and conducting in depth analysis of project risks.
Last Active: 10-Feb-21 Last Modified: 1-Feb-21
KARUNA
Performance-driven Azure, AWS, TOGAF 9.2 certified Cloud Architect with 14+ years
of experience, skilled in AWS, Azure, solution designing, solution architecture and
migrations, seeking Cloud Architect/Enterprise Architect role
Key Skills: tech architect, solution architecture, enterprise architecture, cloud computing, design development, agile
methodology, jquery, javascript, sharepoint, azure, aws, saas, Cloud, Azure architect, Cloud architect, Devops
Summary
Cloud Solution Architect rendered solutions for the application migration and strategy into the cloud platforms.
Experience in multiple public cloud platforms AWS and Microsoft Azure.
Experience in enterprise and solutions architecture, architectural framework, cloud and virtualization technologies, SAAS, IAAS,
PAAS and service delivery methodologies.
Architected cloud solution for multiple projects.
Played role of trusted cloud advisor for enterprise client and designed their cloud strategy.
Ability to coordinate and work in complex, dynamic and challenging environments.
Extensive experience in consultation, design, development, implementation of windows applications, web-based applications
and cloud-based solution using windows Azure/AWS and SharePoint.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a11…
https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a115615465a540b… 2/3
Improved application efficiency by revamping SharePoint sites.
Expert on Office 365 Integration with SharePoint online
Freelancer as Freelancer
Jul 2015 to Oct 2016
Worked as a SharePoint-Online Freelancer for multiple small and mid-sized organizations
Developed dashboard using Power BI
Worked on various complex customised SharePoint workflows and console applications.
HCL as Technical Manager
Feb 2013 to Jun 2015
Reviewed and suggested suitable improvements in data models; enforced data modelling standards, best practices in the
design
Performed project tracking and monitoring activities like project planning, task estimation, task scheduling and tracking
Consulted with clients and internal stakeholders to gather requirements and plan milestones in the research,
development, and implementation phases of the project lifecycle
Designed assessment and design document for the project
Translated business requirements into technical solutions
Prepared estimations, feasibility study and technical solutions for upcoming projects
Holding scrum meetings to monitor progress of the project as per schedule and ensuring timely completion and delivery
of project to the client
Created solution architecture for number of projects
Created Technical documentation and efforts estimation for multiple projects
Authored Technical portion of pre-sales documents
Headstrong as Project Manager
Aug 2011 to Feb 2013
Project Owner for Headmine managing all SDLC phases
Performed activities pertaining to requirement gathering, discussion with stakeholders, planning and acquiring
resources, risk analysis and mitigation, project charter preparation and troubleshooting
Created built-in/custom web parts, features, solutions, event handler, master pages, page layouts, workflows, services
configuration, search configuration, packaging and deployment automation
Ensured goal setting and appraisal evaluation for the team
Developed solution architectural design for Headmine
Provided inputs into architecture, RFPs and technical documentation of many other projects and pre-sales activities.
Sapient Consulting Pvt. Ltd as Senior Associate Technology L1
Apr 2008 to May 2011
Agreeya Solutions India Private Limited as Senior Software Engineer
Oct 2007 to Apr 2008
HCL Technologies Limited as Software Engineer
Dec 2006 to Oct 2007
Cognizant Technology Solutions India Ltd as Programmer Analyst
Jan 2005 to Nov 2006
UG: B.Sc (Applied Sciences Hons.) from Delhi University in 2000
PG: MCA (Computers) from Maharishi Dayanand University in 2004
Other Qualifications/Certifications/Programs:
TOGAF 9.2 Certified
AWS Certified Solution Architect - Associate
Microsoft Certified Azure Solution Architect Expert (AZ-300 and AZ-301)
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a11…
https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a115615465a540b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 3 Year(s) 6 Month(s)
AWS 2020 3 Year(s) 6 Month(s)
Solution Architecture 2020 8 Year(s) 0 Month(s)
SHAREPOINT 2017 6 Year(s)
jQuery, Reacts, Angular
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 459: Resume 172 with similarity score 0.0393074159206657
MS , B.TECH , BS work from home , classifier api , training , matplotlib , algorithms , forest , classification , deep learning , mar , keras , natural language processing , linear regression , models , project , pandas , introduction to , numpy , resume , decision trees , testing , frame , java , logistic regression , machine learning , running , computer science , opencv , completion , assessment , management system , python , face recognition , form , technology , metrics , database , online Assessment
Q1. Why should you be hired for this role?
I am a hardworking and enthusiastic individual. I am a good in dealing with deadlines and complete the work given to me in the required span of
time. I am currently pursuing Bachelor of Engineering in Computer Science form Delhi Technological University. This make me familiar with all the
latest trends in technology. I have in depth knowledge of Data Structures and Applied Algorithms, Database Management System, Operating
System and Computer Networks. I am well versed with Java and Python and am a Machine Learning and Deep Learning enthusiast. I have done
projects in Natural Language Processing and am familiar with Natural Language ToolKit(NLTK. I have also done projects on Image Classification
using Keras with Tensorflow as backend, Face Recognition projects using OpenCV and trained linear regression and classification models using
Pandas, Numpy, Scikit Learn and MatPlotLib.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months and can start immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
Devashish Attri
Delhi
Applied 07 Feb'21
Python Java Deep Learning
MSExcel Machine Learning OpenCV
Bachelor of Technology B.Tech), Computer science
Delhi Technological University
2017 - 2021
CGPA 7.70/10
Senior Secondary XII, Science
Mount Carmel School
CBSE board)
Year of completion: 2016
Percentage: 91.20%
Secondary X
Mount Carmel School
CBSE board)
Year of completion: 2014
CGPA 10.00/10
Machine Learning
Internshala Trainings, Online
Mar 2020 - Apr 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules. In the final assessment, I scored
83% marks.
Social Distance Detector
Jul 2020 - Aug 2020
https://github.com/dAttri97/Social-Distance-Predictor
A predictor using YoloV3 and OpenCV to classify pedestrians violating the rule of Social Distancing. First all the people in the
frame are located, the Euclidean distance is calculated between these people which is then used to classify the violater.
Image Classifier
Apr 2020 - Apr 2020
https://github.com/dAttri97/Image-Classifier
https://github.com/dAttri97/Social-Distance-Predictor
https://github.com/dAttri97/Image-Classifier
CONTACT Phone: 91 8130120799
A image Classifier which uses the Keras API running on Tensorflow library to classify the given image. This project is using the
CIFAR10 dataset of images containing over 50,000 images for training and 10,000 for testing.
Rank 460: Resume 879 with similarity score 0.03929203405561047
B.E , MS , B.TECH software engineer , full time , software developer react.js , spring mvc , express.js , core java , redux , general , algorithms , validation , ug , event handling , analytical skills , affirmative action , mysql , hindi , webpack , maintenance , apache , web technologies , authorization , english , node.js , status , servlets , spring boot , email , tomcat , flux , application , mongodb , less , xml , c++ , react native , maven , languages , hibernate , platform development , spring framework , javascript , eclipse , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a17…
https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a170244125f55000… 1/2
Current Location: Delhi
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [ECE]
Verified : Phone Number | Email - id
AON Hewitt as Software Engineer
Jan 2014 to Sep 2014
Key Result Areas:
Gained broad and extensive knowledge of the software development
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SANKALP SHARMA
Software Engineer seeking role in Software Development,Object Oriented
Programming,Application Programming,Gui Development,,Apache
Tomcat,Eclipse,Core Java, JDBC, multi-threading,
Servlets,JSP,C++,MySQL,DBMS,HTML,Spring,Hibernate,
react.js,
Key Skills: Software Engineer,Software Developer,Software Development,Object Oriented Programming,Eclipse,Core
Java,JDBC,Servlets,JSP,C++,MySQL,DBMS,Data
Structures,Spring,Hibernate,HTML,Javascript,express.js,MongoDB,Node.Js,React.js
Summary
Qualified B.Tech. (ECE) professional from I.T.S Engineering College, UPTU
Offering 9 months of experience as a Software Engineer with AON
Hewitt, Sector-127, Noida
Possess in-depth knowledge of core java and software such as Eclipse,
Maven,Spring Boot ,Apache Tomcat & MySQL DBMS.
Hands on exposure in Exception, File & Event Handling
Expertise at implementing database creations and maintenance.
Gained knowledge,efficient in Web technologies such as Servlets & JSP, Java Bean,
JDBC & MySQL, Spring MVC(web), Spring and Hibernate Frameworks.
Efficient in JavaScript - event handling , email validation and form validation,
with react.js , node.js , express.js , mongodb , flux , redux , webpack.
Efficient in data structures and algorithms.
Efficient in react native - cross platform development ,
An effective communicator with strong analytical skills to relate to people at
any level of business and management.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a17…
https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a170244125f55000… 2/2
process and its technologies
Executed database creation and maintenance
Analyzed and interpreted experience in developing webpages by using
HTML, XML and related languages
UG: B.Tech/B.E. (ECE) from I.T.S Engineering College, Knowledge Park III, Greater Noida ,UPTU Board. in 2014
Other Qualifications/Certifications/Programs:
Professional Java
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JDBC 0 Year(s) 0 Month(s)
Eclipse, Apache Tomcat
MySQL DBMS
C++, Java & Core Java
HTML & XML
SPRING FRAMEWORK
Servlets and JSP
SPRING MVC
Data Structures
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Rank 461: Resume 1489 with similarity score 0.03916363344108187
B.E , MS , B.TECH cyber security , entry level , devops , software developer , full time cyber security , essential training , general , livewire , devops , performing , ug , tamil , affirmative action , data analytics , authorization , english , status , object oriented design , sql , email , project , aws , electronics , internet of things , c++ , languages , it operations management , kannada , service delivery management , javascript , cloud computing , programming foundations , learning , security management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d47…
https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d470140120e5408… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Software Developer
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visvesvaraya Technological University, Belgaum in 2019
Other Qualifications/Certifications/Programs:
Programming Foundations : Object Oriented Design
Learning Data Analytics
Java 11 + Essential Training
SQL Essential Training
Cloud Computing - Core concepts
c++
C
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AJAY KUMAR D
Seeking entry level assignments in Telecommunication Engineering,Technical
Support,Network Operations,IT Operations Management,Project Management,Data
Centre Operations,Service Delivery Management,Cyber Security
Management,DevOps,AWS
Key Skills: Fresher,Telecommunication Engineering,Technical Support,Network Operations,IT Operations
Management,Project Management,Data Centre Operations,Service Delivery Management,Cyber Security
Management,Cloud Computing,DevOps,AWS
Summary
Experience in Telecommunication Engineering,Technical Support,Network Operations,IT Operations Management,Project
Management,Data Centre Operations,Service Delivery Management,Cyber Security Management,Cloud
Computing,DevOps,AWS
Education
IT Skills
Skill Name Version Last Used Experience
DevOps,AWS
C++
Cloud Computing
SQL
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d47…
https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d470140120e5408… 2/2
Nature of Employment: Full Time Duration: Jul 2018 - Aug 2018
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Tamil Proficient
kannada Proficient
Projects
Project Title: Internet Of Things
Client: Livewire
Project Details: Performing projects like bomb detector , message alerts based on IOT.
Rank 462: Resume 1314 with similarity score 0.038913205737653
B.E , MS , B.TECH , BS senior engineer , release manager , cloud engineer , full time , informatica , senior devops engineer training , microsoft azure , template creation , bash , spring , docker , linux , player , node.js , status , continuous integration , nagios , writing , components , features , multiple sites , building , ec2 , infrastructure , performance testing , automation , devops , kubernetes , cadence , mar , hindi , english , cloud security , project , groups , microservices , solution architecture , redis , pipelines , rest , disaster recovery , git , prototyping , word , vsts , javascript , load testing , campus , technology , slack , general , performing , skin , lms , affirmative action , mysql , design , maintenance , utilization , iaas , postgresql , email , aws , configuration management , fortune 100 , premises , languages , hibernate , big data , learning management , ssl certificates , management system , jira , sonar , base , api , jenkins , migrating , windows server , b2c , file sharing , analytical skills , jmeter , lamp , ticketing , apache , php , authorization , go , excel , b2b , application , lake , ci , cron , transformations , servers , s3 , debugging , shell scripting , merge , framework , python , campaigns , etl , cd , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 1/4
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Stratbeans Consulting as Senior Devops Engineer
Dec 2019 to Jun 2020
About Project:
A LAMP (Linux, Apache, MySQL, PHP) based LMS (Learning Management System) sites hosted on AWS, with a daily
heavy user load of approximately 50,000 users
My Responsibilities
My work included installing and configuring monitoring tools like Nagios, Datadog, Custom Shell scripts for error display in
Slack Team Channels.
Writing Custom Alerts, monitoring billing, user load etc to optimize the user load along with infrastructure cost.
Writing Custom Scripts for RDS vertical autoscaling using Terraform, based on CPU utilization or time based.
Performing Load testing using apache ab testing and JMeter, to optimize for user load.
Installing SSL certificates, updating system, configuring SES Domains etc. One-man Army.
Pocks on Custom Docker Images Terraform autoscaling stacks, AWS WAR Certifications. etc.
Technical Stack:
AWS (Ec2, RDS, SES), Shell Scripting, Alerts via (Nagios/Data Dog/ Slack), Jenkins, Terraform, JMeter, Sonar
Brillio Technologies as Senior AWS Engineer
May 2019 to Sep 2019
About Project:
BMS uses many AWS components to facilitate their R&D in developing their products. Any new AWS service comes into
play,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Baibhav Vishal
Senior Devops Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,Project Management,Solution
Architecture,AWS,Linux,Docker,NodeJS,Microservices,Kubernetes
Key Skills: Senior Devops Engineer,Release Manager,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,Project Management,Solution
Architecture,AWS,Linux,Docker,NodeJS,Microservices,Kubernetes
Summary
Cloud Engineer seeking roles in DevOps, Infra Automation, AWS, Linux, Docker, NodeJS, Kubernetes, Azure, Cloud Security,
Software Development, Project Management, Solution Architecture.
Excellent hands on AWS, Linux, Docker, NodeJS, Microservices, CI/CD, DevOps, Serverless.
Working knowledge on Azure, Python, Kubernetes, Jenkins, Terraform, Sonar etc.
Each project got recognized by managers, and colleagues in terms of official monetary awards.
Excellent Analytical skills. Quick learner, team player, and a straight shooter.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 2/4
they are interested in it.
My Responsibilities
My work included installing log monitoring tools through Cloud Formation on different Windows Server versions.
Converting Linux shell scripts (Bash) to NodeJS scripts, for OS agnostic reasons.
Learning Python to perform CR on existing Lambda Code Base.
Extending Infra Automation to Beanstalk, Auto Scaling Groups for cost purposes.
Technical Stack:
AWS (Lambda, Cloud Formation, CloudWatch), NodeJS, Python, Shell Scripting
Mindtree as Senior Engineer
Feb 2016 to Dec 2018
About Project:
P&G wanted to move its on-premises and cloud servers to one account under Azure. More than 2000 B2C sites was
migrated,
along with many B2B servers.
My Responsibilities
My work was limited to B2C sites dockerization (legacy sites based in PHP and Java). A factory model was introduced by
me
so, Docker base image could be reused for various sites.
Along with this, various POCs was also done by me on Azure File Share, Azure Kubernetes etc.
Websites which required file sharing were moved to IaaS by me, for the meanwhile until Kubernetes got approved by
InfoSec
Team.
Building Azure DevOps Pipeline, with Separation of Concerns' approach.
Worked on various add-on features required for multiple sites like Mail (SMTP), Cron (Using both Docker file and kind:
Cronjob)
Technical Stack:
Azure (WebApp, File share, Blob, AKS), Shell Scripting, Docker, Azure DevOps for CI/CD, Kubernetes, Apache, SMTP
etc.
UG: B.Tech/B.E. (Computers) from Manipal Institute of Technology, MANIPAL UNIVERSITY in 2015
Education
IT Skills
Skill Name Version Last Used Experience
AZURE 2018 0 Year(s) 6 Month(s)
MS Excel , MS Word, MS PowerPoint 2019 3 Year(s) 0 Month(s)
JAVA 2016 6 Month(s)
REST APIs 2018 1 Year(s) 6 Month(s)
DOCKER 2019 2 Year(s) 0 Month(s)
Node.js 2019 1 Year(s) 8 Month(s)
AWS 4 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 3/4
Nature of Employment: Full Time Duration: Dec 2019 - Jun 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: May 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Role: Domain Expert
Duration: Oct 2018 - Dec 2018
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Feb 2018 - Oct 2018
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Jul 2017 - Mar 2018
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Domain Expert
Duration: Feb 2017 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 9
Projects
Project Title: LMS Infra Admin
Client: Stratbeans Consulting
Project Details: Updating Software Patches, establishing monitoring systems like Nagios, Datadog. Updating SSL Cert,
integrating Slack, Jira, Error Alarms, Auto Git Merge, writing Dockerfiles, custom shell script solution etc.
Project Title: Infrastructure Automation
Client: bristol myers squibb
Project Details: Worked on various Automation pieces for Infra maintenance, including automating log monitoring, conversion
of scripts, generating usage reports, etc.
Project Title: Template Creation
Client: Cannot Disclose
Skill Used: Docker, VSTS, Microsoft Azure
Project Details: A fortune 100 company is creating a TEMPLATE for campaigns based on microservice architecture.
Campaigns are basically consumer studies for a new product, change in market condition etc. So any new campaign coming
in will just use the template, tweak some components, and will be launched in production.
My work includes here implementing Devops pipeline, Azure Infra, Ssl enabling, Dockerization, AKS etc.
Project Title: Azure Migration
Client: Procter & Gamble
Skill Used: Microsoft Azure, Docker, VSTS
Role Description: Containerizing through Docker and implementing CI/CD pipelines through VSTS.
Project Details: P&G on-premise servers needed to be migrated to Azure. Several B2C and B2B sites were migrated.
My work was dockerizing PHP Linux applications using a factory model based approach and creating CI/CD pipelines for the
same on Azure WebApp. Also, implemented working solution of small peices like SMTP, Cron inside Docker etc
Project Title: Serverless Recommendation Engine TLE
Client: Olay
Skill Used: AWS, Node.Js, Postgresql, Docker
Role Description: Owning every piece of Infrastructure, URL creations, redirections etc. Deployment of applications in
optimized and in version controlled way including PM2, Docker etc.
Developing code in NodeJs, to implement Microservices.
Project Details: Image rekognition and questionnaire based website recommends some cosmetic products for your skin.
Here my work included, duplicating a Production Infra Setup for Prototyping and further enhancement(Route 53, CloudFront,
S3, API g/w, Lambda, EC2, Redis, RDS). Then started developing modules in Backend on NodeJs, for prototyping and
Production purposes, performance testing using Jmeter. Deployment was done using Docker and Serverless Framework.
Project Title: Big Data Lake
Client: Hertz
Skill Used: AWS
Project Details: Cloud Native solutions was used to setup ETL transformations on Redshift, with the help of EMR, and S3.
Informatica is used to further analyze the ETLed data.
Worked on automation of Infrastructure deployment through CloudFormation and Data Pipeline
Project Title: AWS Migration
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 4/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Sep 2016 - Jan 2017
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Bhubaneshwar
Role: Programmer
Duration: Mar 2016 - Apr 2016
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Client: Cadence Design Systems
Skill Used: AWS, Java
Project Details: First Official Project and lots of Leraning: Java, PHP based application migrated from On-Premise to AWS.
Here I worked on migrating Java Application, writing Bash Scripts for automating Disaster Recovery Policies, debugging
issues related to WAF, CDN, DB etc.
Project Title: Outgoing Pass (Java)
Client: Mind Tree
Role Description: Gathered requirements, developed modules on Java, started picking up deployment skills from here.
Project Details: An Internal Project, based on the needs of training Campus. Students staying in campus were supposed to
get an approval on a ticketing based system, to go outside te training campus.
Existing system worked but had certain flaws, so we gathered requirements, built a new system around those requirements.
Development was done in Java, J2EE, Hibernate and Spring.
Rank 463: Resume 1003 with similarity score 0.03876043484070011
B.E , MS , B.TECH classifier , software engineer , devops engineer , associate , software developer , cloud engineer , full time , security specialist appdynamics , financial services , private banking , bash , platforms , docker , linux , kpi , digital , status , logging , hadr , store , ec2 , automation , ansible , devops , kubernetes , designation , mar , hindi , english , bmc control-m , cloud security , project , splunk , distributed systems , redis , pipelines , data analysis , puppet , machine learning , javascript , history , technology , reporting , optimization , general , golang , groovy , affirmative action , oracle , mining , collaboration , maintenance , utilization , email , configuration management , aws , operations , github , containerization , premises , languages , jira , ml , search , network architecture , api , vulnerability , jenkins , migrating , ug , scratch , firewall , azure , authorization , google cloud platform , aggregation , application , wealth , shell scripting , storage , tuning , python , cloud computing , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c11…
https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c110717135e0f0c0… 1/3
Current Designation: Senior Cloud Engineer
Current Company: Deloitte
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Deloitte as Senior Cloud Engineer
Oct 2020 to Till Date
Working as a Cloud Security Specialist at Deloitte, emphasising on Threat and Vulnerability modelling, control creation
and implementation. Hands on creation of HADR cloud architecture and endpoint engineering.
HSBC (Hongkong and Shanghai Banking Corporation) as Software Engineer
Aug 2017 to Oct 2020
PROJECT: Digital and Client Reporting - Global Private Banking ROLE: Associate Cloud Engineer
DevOps Optimization and Automation
*Python/Java/Shell scripts to automate numerous manual tasks to enhance and improve CI/CD architecture
*Ability to manage large scale distributed systems, configuration management through Ansible and Puppet
*Implemented RESTful API micro-services through Python implemented Linux installation and tuning through Ansible
*Automated manual tasks using Jenkins Pipelines, Terraform, created KPI using JAVA automation
*Dev application Instance monitoring implemented through AppDynamics and SPLUNK
Collaboration - Wealth and Private Banking Role:DevOps Engineer
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Suryansh Rastogi
(Serving Notice Period)3 years experienced Software Engineer seeking roles in
DevOps, SRE, Cloud Engineer, Python and Golang Developer, AWS, GCP, Azure,
Oracle Cloud, Release Management, Shell Scripting, Machine Learning, Kubernetes,
Docker, Jenkins.
Key Skills: Software Engineer,Cloud Computing,Bash, Ansible, Azure, Terraform, Groovy, Prometheus, AppDynamics,
Puppet, Redis ,Oracle Cloud,Shell Script,KubernetesMachine Learning,AWS,Docker, Python, Java, GCP,Golang,Linux,
Summary
Experienced Cloud[Certified], DevOps and Python/Golang Developer with a demonstrated history of working on CI/CD
Pipeline,Solution Design, Kubernetes, Docker platform.
An Engineering graduate from BITS Pilani with 3 YEARS of experience in Cloud Migration, VPC, Machine Learning and Data
mining though Google Cloud, Jenkins, Big Query, BASH with a passion for Cloud architecture and solution design
Created Python/Java/Shell scripts to automate numerous manual tasks to enhance and improve CI/CD architecture Skilled in
migrating and deploying on-prem Applications to Cloud [GCP] using Velostrata Logging and Monitoring Operations/Services
using AppDynamics, Splunk [Certified] and Stackdriver Expertise in Kubernetes Container Orchestration and Docker
Containerization platforms Expertise in providing On-Prem solutions, leveraging AWS Lambda and Google Cloud Functions
services Possess Experience in Cloud ML, Cloud Vision AI, VPC Architecture [AWS, GCP], Release Management Process.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c11…
https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c110717135e0f0c0… 2/3
Migration of On-Premises Developer Applications to Google Cloud
* Migrated On Prem Developer Applications using Velostrata
* Wrote Python scripts to automatically identify and move storage objects to Nearline/Coldline buckets
* Deployed Kubernetes Clusters and MIG VMs to handle the workload
* Implemented Autoscaling to optimize resource utilization and created VPC
PROJECT: Data Analysis and Reporting - Global Private Banking ROLE: Cloud Engineer
Recognition Store: Developed Cloud-Function based application to purchase items through recognition points
implementing Kubernetes Containers, MIG VMs and Machine Learning
* Used Cloud Vision API as Image classifier and Logo detector and used it to identify products uploaded by User.
* Created APIs from scratch using "Go" Language (Golang) deployed on Kubernetes Clusters
* Created complete Network Architecture using VPCs, Subnets and Firewall Rules
* Automated log Aggregation and Monitoring through Stackdriver and ELK
UG: B.Tech/B.E. (Mechanical) from Birla Institute of Technology and Science (BITS), Pilani in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Associate Cloud Engineer - Google Cloud Platform
Oracle Cloud Certified Associate
Education
IT Skills
Skill Name Version Last Used Experience
Google Cloud Platform
AppDynamics
SPLUNK Stack Driver Velostrata
GITHUB Prometheus Grafana
Elastic Search Ansible Groovy
Redis JIRA Groovy BMC Control-M
Terraform EC2
Kubernetes , Google Cloud
Azure AWS Docker
Python Containerization Jenkins
Prometheus Grafana
Bash shell scripting
Data Structures Chef
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c11…
https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c110717135e0f0c0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 464: Resume 151 with similarity score 0.03869435032717073
B.E work from home completion , danish , assessment , player , resume , java , technology , computer science , on deadline Assessment
Q1. Why should you be hired for this role?
I AM 18 YEARS OLD .
I AM TRYING TO GAIN EXPERIENCE IN OUTSIDE WORLD.
I AM HARD WORKING.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I AM AVIAILABLE FOR NEXT 'S MONTHS .
EXPECT FOR 10 DAY'S IN FEB. AND MARCH.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7051854339
DANISH MAHAJAN
Jammu, Bangalore
Applied 07 Jan'21
Java
Bachelor of Engineering B.E, Computer Science & Engineering
Ramaiah Institute Of Technology
2020 - 2024
Senior Secondary XII, Science
Shiksha Niketan Higher Secondary School , Jeevan Nagar ,Jammu
JKBOARD board)
Year of completion: 2020
Percentage: 95.20%
Secondary X
St. Peter's High School ,Karan Bagh, Jammu
JKBOARD board)
Year of completion: 2018
CGPA 9.40/10
Personal Skills
- Enthusiastic and dependable
- Punctual and well organized
- Analytical and able to work in a
constantly changing environment
- Flexible and devote the time necessary
to complete tasks on deadline
- Team player
Rank 465: Resume 99 with similarity score 0.03865006549162806
B.E , MS , BS cloud architect , lead consultant , certified scrum master , traffic manager , devops , data engineer , zookeeper , solution architect , application developer computing , multi-tenant , security , microsoft azure , platforms , angular , web api , docker , databases , gateway , rabbitmq , printing , messaging , atlassian , building , ec2 , html5 , scala , workflow , abstracts , notification , pipeline , server side , devops , powershell , kubernetes , general electric , protocol , akka , speech , cluster , ltd , wpf , agile , groups , mongodb , microservices , microsoft word , programming languages , range , redis , architecting , rest , java , disaster recovery , machine learning , git , mqtt , boarding , extreme programming , amqp , client side , data engineering , working experience , scrum , healthcare , message queue , distributed caching , information technology , design , hub , advanced , instrumental , apache kafka , architecture , google , manufacturing , aws , oracle coherence , bus , internet of things , eai , big data , cassandra , jira , cloud services , high availability , css , nosql , b2c , analytics , authentication , cleansing , authorization , teams , enterprise , c# , models , application , lake , devices , stream processing , transformation , storage , framework , coverity , cosmos , bamboo , hbase , python , orchestration Microsoft Word - Ashish_Bhalgat_TW_Profile_Jan_2021.doc
www.thoughtworks.com
Ashish Bhalgat
Lead Consultant – Application Developer
Ashish is working in ‘ThoughtWorks Technologies India as Lead Consultant. He has around 14+ years of IT
experience in development of scalable distributed cloud native applications. He has extensive experience in
building IoT (Internet of Things) platform and Industrial IoT application. He is Microsoft certified Azure Solution
Architect, Azure Data Engineer and Azure Security Expert. He has been working on Azure cloud for last 7 years
and with AWS for a year. More than 7 years of experience with agile development and practicing XP extensively.
Ashish has also practiced and developed expertise in building Data Engineering pipeline. Has extensive
experience as technical lead/ Architect in executing projects in domains such as Industrial, Healthcare, Printing,
IoT.
Work Experience:
Nov 2020 - Till Date: ThoughtWorks Technologies India Pvt. Ltd., Pune, India.
April 2012 - Nov 2020: Eaton India Innovation Center Pune, India.
Jan 2011 - March 2012: General Electric Healthcare, Bangalore, India.
August 2006 - Dec 2000: Hewlett-Packard Imaging and Printing R&D Division, Bangalore India.
Education & Professional Certification
B.E. in Information Technology, COEP Pune University, 2006.
Gained Microsoft Azure Security Technologies certification (AZ- 500).
Gained Microsoft Azure Data Engineer certification (DP- 200 & 201).
Gained Microsoft Azure Solution Architect certification (AZ- 303 & AZ 304).
Certified Scrum Master from Scrum Alliance.
Prior Experience
Software Cloud Architect (30-member team): IoT Platform
Company: Eaton Corporation.
(Jan 2013 – Nov 2020
Ashish worked at Eaton and for over 8 years and played instrumental role in developing and architecting Internet
of Things (IoT) platform. The IoT platforms was use by other Eaton engineering teams to accelerate their product
development efforts and reduce the cost to build IoT solution to market. The platform abstracts away the
complex and provides common cloud services to Eaton products. Ashish played a key role in the design and
development of many aspects of this platform, providing technologically advanced yet highly pragmatic
recommendations and guidance.
Architected, Designed and Implemented the high data volume, scalable, distributed, multi-tenant and
high availability The IoT Platform for All Eaton Devices
Passionate about Agile Scrum, Extreme Programming and successfully lead the distributed scrum
team and delivery of the platform with 20+ people (Devs, SRE, DevOps, Test) across the globe.
Hands-on experience in developing IoT Platform using Azure IoT Hub, Azure Function, Azure Event
Hub, Azure Service Fabric, Azure Stream Analytics, Azure Kubernetes Service, Azure Active
Directory, Azure DevOps, Azure Event Grid (Pub/Sub), Azure Notification Hub, Azure Service Bus,
Azure Blob Storage, Azure WAF.
www.thoughtworks.com
2
Design and Development of Restful API based Microservices architecture with Domain Driven
Design (DDD) using Azure Service Fabric, Azure App Gateway, Azure API Management, Azure
Function (Serverless), Azure Container Registry, Docker and Azure Kubernetes Services.
Extensive experience in Azure Data Engineering tool chain Azure Data Lake, Azure Data factory
and Azure Databricks cluster for Data cleansing, transformation and creating ‘Big Data data pipeline.
Working experience on building and deploying Machine learning models using Azure Machine
learning service, Automated ML, Azure notebooks, Azure Cognitive services – Vision, Speech, LUIS,
Chatbots, Text analysis.
Extensive experience on DevOps and MLOps with Atlassian tool chain Jira, Bit Bucket, Bamboo and
Azure DevOps.
Working knowledge on AWS EC2, AWS ELB, Security groups, VPC, subnets, DynamoDB.
Architect, Design and Development of IoT Entitlement system (Authentication and Authorization).
Design User On-boarding, Single Sign-On, MFA workflow, OAuth2 using Microsoft Azure Active
Directory B2C.
Utilize a broad range of open-source technologies,
Server side –
C# .Net, Java, Python, Scala, Akka, Node JS, Restful Services, Web API, Zookeeper, SQL
Server, Serverless, Message Queue.
Client side –
WPF, HTML5, CSS, Java script, Angular, React JS.
Experience working on IoT communication protocol such as MQTT, AMQP/WebSocket.
Practiced and Extensively worked on with NoSQL distributed data stores such as Mongo DB, Apache
Cassandra, Azure Cosmos DB, Time-series datastore Apache HBase, Azure Blob storage.
Hands-On Experience in designing and developing IoT device data Stream processing engine using
Reactive Stream framework.
Extensive experience in Enterprise Application Integration (EAI) technologies and message bus –
RabbitMQ (AMQP series), Azure Service bus, Apache Kafka, Apache Thrift, Google Protocol buffer.
Skills
Programming Languages: C#, JAVA, Scala, Python
No SQL Database: Mongo DB, HBase, Azure Cosmos DB, Cassandra.
Distributed Caching: Redis, Oracle Coherence.
Messaging: Rabbit MQ, Azure Service Bus, Azure Event Grid.
Event Streaming: Apache Kafka, Azure Event Hub.
Serverless Computing: Azure Function, AWS Lambda.
Container Orchestration: Azure Service Fabric, Azure Kubernetes Service, Azure Container
Instances.
Distributed Computing: REST, Microservices, Akka, Reactive Programming.
Data Engineering Tools: Azure Data Factory, Azure Data Bricks, Azure Data Lake Gen 2, Azure
Storage.
High Availability and Disaster Recovery: Azure Traffic Manager, Azure Front Door, Azure Backup
Databases: MongoDB, Postgres, Oracle, DB2, MSSQL Server
www.thoughtworks.com
3
DevOps: Atlassian tool chain (Bamboo, JIRA), Terraform, PowerShell, Git, Coverity, Feature Toggles.
Domains: Internet of Things, Industrial, Manufacturing, Healthcare.
Methodologies: Agile – XP & Scrum.
Rank 466: Resume 1281 with similarity score 0.038530690114691186
B.E , MS , B.TECH , BS software engineer , solutions architect , associate , partner , technical project manager , solution architect , full time , project leader , devops consultant , team member , solutions developer core java , showcase , algorithms , use case , space , spring , docker , angular , linux , status , perl , grasp , infosys , integration testing , continuous integration , system architecture , xml , bitbucket , chrysler , build tools , mailers , loan origination , writing , connectivity , online payment , technical discussions , weblogic , sales strategy , system administration , daily copy , workflow , organization , artifactory , pipeline , ansible , retail , devops , maturity assessments , interfaces , kubernetes , user friendly , designation , confluence , xslt , hindi , cloud , ltd , knowledge management , english , jasmine , agile , ftp , scenario , karma , deals , ibm , construction , rest , research , resource management , custom reports , reporting tool , settlement , struts , javascript , technology , availability , client side , disk , stored procedures , powermock , continuous delivery , general , team management , project teams , affirmative action , oracle , lists , center of excellence , utilization , customer requirements , unix , implementation experience , timelines , email , manufacturing , aws , j2ee web services , github , junit , design patterns , middleware , maven , languages , business process , draft , hibernate , proof of concept , scheduling , jira , dashboards , sonar , database , ajax , functionality , api , mentoring , onboarding , contests , mockito , jenkins , sams , soap , ug , ecr , telecom , coe , azure , import , authorization , internet , enterprise , servlets , sql , application , focus , npm , records , cron , interfacing , cucumber , design thinking , ecs , transformation , repository , framework , e-commerce , merchandising , bamboo , time to market , sphere , python , housing finance , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 1/5
Current Designation: Devops Consultant
Current Company: Infosys Technologies Ltd
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Technologies Ltd as Devops Consultant
Mar 2010 to Till Date
DevOps Center of Excellence (CoE) account involves latest research and development in DevOps world. This team
creates sample use cases, pocs and point of views with latest technologies and tools and share with all the accounts/
horizontals across the organizations.
Any account across the organization who needs implementation of such use case in their Client environment, this team
will loan the resources (as DevOps Consultants) from short to medium period to complete the implementation at the client
side.
We are continuously monitoring and sensing forthcoming changes (technical as well as process related) and act on it
before it comes to the market.
Team also showcase the new use cases and point of view to entire organization by means of regular mailers, contests,
hackathons and many more. As a senior COE member I am responsible for implementing Continuous Integration and
Continuous delivery in various projects, provide tools and best practice recommendations and assisting team onboard to
the CICD solutions.
Additionally, day to day activities involved Team management, Knowledge management, Trainings and Onboarding new
members within COE.
Responsibilities:
ï?· Resource Management
ï?· Customer Management
ï?· New Use Case creation: Based on latest technology tools and trends we have
solution for every scenario in the labs.
ï?· CICD implementation: Implement CICD solutions in projects using various
DevOps supporting toolsets like Jenkins, GoCD, Travis, Maven, Sonar, Junit,
Grunt, Karma, Jasmine, Docker, Kubernetes, Open Shift, Ansible, Chef etc.
Last Active: 3-Feb-21 Last Modified: 31-Jan-21
Tanaji V Chavan
AWS certified Solution Architect with hands on with enterprise DevOps, Terraform,
Python
Key Skills: Python,Terraform,Terragrunt,Serverless,DevSecOps,Devops,Continuous
Delivery,Github,AWS,Docker,JIRA,Jenkins,Bamboo,Appscan,enterprise devops
Summary
With 15 years of total IT experience and AWS Certified Solutions Architect Associate I am looking for some challenging
opportunity to showcase the strength and potential developed across all these years. I have total of 4 yrs in DevOps
implementation experience along with AWS, Expertise in Enterprise DevOps Jenkins, CICD, Terraform, Terragrunt, python and
most AWS services with serverless. Currently also working on Enterprise Github Migration from Bitbucket. Experienced in
DevSecOps implementation with IBM Appscan.Worked in USA for 3.5 years as onsite coordinator.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 2/5
ï?· Maturity assessments: Help project teams identify gaps in their CICD
implementation, and recommend appropriate tooling and practices.
ï?· CICD showcasing: Evangelize importance of Continuous Integration and
continuous delivery through working Proof of Concept solutions.
ï?· Client solution discussions: Conduct technical discussions with stakeholders for
CICD implementation. Assist project teams in their CICD integration issues, recommending tools etc.
Tata Technologies Ltd as Solutions Developer
Feb 2008 to Feb 2010
Project
DaVincy QWP
Client
Chrysler USA
Duration:
10 months(March09-
Feb10)
Roles played:
Developer
Technology:
*JAVA,SERVLET,EJB2.0,JS
P,XSL,XML,JAVA SCRIPT,
AJAX,WAS 5.0/6.0,DB2 8.1
Solutions Developer Tata Technologies Ltd.
DaVincy QWP is a server based, multi user web application for the analysis of data
related vehicle claims. It is built using J2EE technology. The service is accessible
via a standard web browser (IE5.0 and above). The application is a reporting tool to
analyze claims generated after a vehicle is sold to the customer. The analysis is
further used to improve upon the quality of the product.
The administration mainly involves, monitoring the daily import jobs which import
the vehicle & claims data from FTP server to database server then processes it and
sends it to the appropriate tables. Administration also involves disk space
monitoring, job monitoring etc.
Responsibilities:
System administration, Web Sphere administration, disk space and job
monitoring. The administration mainly involves monitoring Production server's
status.
Interacting with the Customer to understand the business process and workflows.
To grasp process concepts, convert into process algorithms.
Design and construction.
Writing Shell Scripts in Linux environment.
Writing a cron job using shell scripts, this daily copy the files from FTP server to
database server.
Patni Computer Systems Ltd as Software Engineer
Nov 2005 to Feb 2008
Project:
POSM: Point Of Sale
Material
Client:
Proctor & Gamble
Duration:
12 months (Jan07-
Jan08)
Roles played:
Developer
Technology:
*Java, Jsp, Struts,
Oracle 9i
Software Engineer Patni Computer Systems Ltd.
The POSM on-line (POSM) is an application to manage Point-of-sale material used
by P & G to support their sales strategy and to promote sales. Merchandising
products are an important part of modern retail point of sale display, to inspire
customers to shop your products. The POSM displays must be modern, innovative,
user friendly and interesting. The availability of Point of Sale material at the right
time, the right place, with the right customer focus plays an important part in
attracting the client, and improving actual sales. There is a sizable cost involved in
designing, manufacturing and distributing the point of sale material. It is P & G's
focus to improve utilization, and also to reduce cost wherever possible
Responsibilities:
Responsible for understanding the system architecture.
Responsible for Implementation of the presentation UI using new Display Tag
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 3/5
Library.
Writing Stored procedures in Oracle.
Responsible for Implementation of DAO and Factory Design Patterns.
Implemented Type 4 database connectivity in existing system and Implemented
External system interfacing functionality.
Project
DFS: Dealer Finance
System
Client
Electrolux USA
Duration:
5 months(March06-
Dec07)
Roles played:
Developer
Technology:
* Web sphere v5.0,
J2EE,EJB,SMTP,Web
Services, XML, DB2
Software Engineer Patni Computer Systems Ltd.
DFS is a central system, which holds the entire data & business process related to the
Electrolux business. It interfaces with 20 external entities, which include the Create
Online payment lists For the Dealers. It covers the following business areas -
Acquisition, Issuing & Fulfillment, Servicing, Settlement & Reconciliation, and
Reporting of the dealer records.
Responsibilities:
As a Team member responsible for understanding customer requirements.
Developing new web services for application.
Create, validate, and clearly document the end-to-end business.
Responsible for providing new business solutions for existing system.
Project: SAMS:
Client :
Electrolux USA
Duration:
3 months (Nov05 -
Feb06)
Roles played:
Team Member
Technology:
* Servlets, Jsp XML,
SQL
Software Engineer Patni Computer Systems Ltd.
SAMS applications deals with the managing the control over Dealer claims on
Electrolux products. Each user has given a separate user code and feed the data
across each of their location and then uploads to a central repository. A good
reporting API is provided in this application which helps to decision making of the
core business
Responsibilities:
Analyze, design, develop and maintain end to end Business workflow.
Development for customer requested enhancements.
Unit, functional and integration testing of application.
Create a draft copy of web portal and perform demo
UG: B.Tech/B.E. (Computers) from Dr BAM University Department of Management Science, Aurangabad in 2004
Other Qualifications/Certifications/Programs:
Internal certification For J2EE web services
Infosys Certified DevOps professional
Internal Certification on Design Thinking
Infosys Certified AWS Cloud Practitioner
Infosys Certified DevOps Professional - Expert
AWS certified Solutions Architect Associate
AWS Certified Cloud Practitioner
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 4/5
Nature of Employment: Full Time
Role: Solution Architect
Duration: Dec 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time Duration: Jun 2019 - Aug 2019
Onsite / Offsite: Onsite
Team Size: 30
IT Skills
Skill Name Version Last Used Experience
JAVA
SERVLETS
JSP , Struts
Ajax, EJB, DB2
Oracle, Web services
JAVA SCRIPT
Core Java, unix, Spring, and Hibernate.
XML, XSLT, Perl
Swing,Oracle
WAS 5.0/6.0,DB2 8.1
EJB2.0
TCC Framework
STRUTS 1.2
ORACLE 9I
Mockito/Powermock 2017 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Proficient
Projects
Project Title: Toyota Devops Platform
Client: Toyota
Skill Used: AWS,Github,Bitbucket,CICD using Jenkins, shared library, Terraform, Terragrunt, Github workflows, Lambda
Functions Serverless, Docker.
Project Details: DevOps Platform is unique enterprise devops architecture for CICD and all the devops processes for all
applications in org. Around 150 applications migrated to platform with seamless integration and workflows. It caters for almost
all known technologies like java dot net python go etc. With wide variety of build tools like maven npm go pip setuptools and
devops tools like sonar jenkins artifactory xray. Everything deployed to AWS using major aws services including S3,ALB,
serverless, Lambda functions, ECS,ECR,. Infra as code using terraform and terragrunt is the critical factor in the
implementation.
Project Title: DevOps Implementation
Client: GIC Housing Finance Ltd.
Skill Used: Azure DevOps, CI-CD
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 5/5
Nature of Employment: Full Time
Project Location: Pune
Role: Project Leader
Duration: Jun 2018 - Mar 2019
Onsite / Offsite: Offsite
Team Size: 18
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Project Leader
Duration: Mar 2017 - Sep 2017
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Details: Reputed customer from housing finance industry recently started with a transformation initiative for their
business. A new application was developed with new strategies. The Loan origination system was developed with spring
micro-services and angular frontend.
This development was carried out considering DevOps from the beginning. Everything was on cloud. This project
demonstrated appropriate uses if Agile and DevOps with tools like JIRA, Confluence and Azure as cloud partner. Improved
client satisfaction and the faster time to market achieved through early involvement of DevOps implementation.
Responsibilities:
As a devops consultant, the design of CI-CD architecture
JIRA-Confluence administration, custom reports/dashboards
Creation of Jenkins Pipeline for springboot/angular
Setup Azure Repo- Branching Policy
Installation and integration of the CI Tools
Gating criteria definition and educating dev team.
Release pipeline till UAT and automated integration/performance t
Project Title: DevOps COE
Client: Internal
Skill Used: DevOps, CI-CD, Docker, Kubernetes
Role Description: Technical Project Manager
Project Details: DevOps Center of Excellence (CoE) account involves latest research and development in DevOps world.
This team creates sample use cases, pocs and point of views with latest technologies and tools and share with all the
accounts/ horizontals across the organizations.
Any account across the organization who needs implementation of such use case in their Client environment, this team will
loan the resources (as DevOps Consultants) from short to medium period to complete the implementation at the client side.
We are continuously monitoring and sensing forthcoming changes (technical as well as process related) and act on it before
it comes to the market.
Team also showcase the new use cases and point of view to entire organization by means of regular mailers, contests,
hackathons and many more.
Project Title: Virginmedia Middleware developement
Client: VirginMedia UK
Skill Used: Java, Rest-Soap webservices, Junits,EJB, Mockito, Cucumber, JIRA, Bamboo, Maven, SVN, Weblogic Ora11
Role Description: * Own the Responsibility of the overall project/track delivery.
* Working as a lead of a team comprising of 12 people.
* Routine tasks involved task scheduling, service/defect allocation and mentoring for the team along with self assigned
task.
Project Details: This Project involved the development of web services for major telecom domain client across UK. A 40
member team engaged in different project tracks to develop and deploy the services as per the requirements from the
solution designers. All of the services are consumed and very critical for customer business and its ed users.
With the strict timelines main challenge for this project is to get the development and deployment completed within estimated
timeframe with best quality.
Rank 467: Resume 100 with similarity score 0.03847009882196868
MS , BS profiler , senior developer , lead consultant , software engineer , cognos , associate , systems engineer , management consulting , application developer , java developer , .net developer filing , award , training , computing , apparel , testing tools , private equity , connect , asp.net mvc , functional testing , restructuring , bloomberg , platforms , databases , castle windsor , data collection , nmock , gradle , vsto , airlines , japanese , multinational , infosys , invision , product management , jprobe , doctors , mumbai , pl/sql , facebook , management consulting , writing , watir , components , features , building , infrastructure , nunit , supply chain , sql server , cognos , weblogic , technical analysis , shares , engagements , streams , server side , outlook , automation , retail , multilingual , footwear , open source , user friendly , pattern matching , loans , apache camel , web services , general insurance , trading , fitness , profiler , natural gas , grads , ltd , windows , service providers , electronic products , nhibernate , visual basic , web applications , agile , project , tridion , mongodb , processing , angularjs , microsoft word , programming languages , sbt , biztalk , diamond grading , data analysis , six sigma , c++ , git , winforms , visuals , research , sms , his , phones , struts , javascript , couchdb , technology , rolling , client side , positioning , measures , html , reporting , scrum , currency exchange , microsoft office , developers , golang , visual studio , vendors , design , principles , data analytics , public , xp , maintenance , questionnaires , xml schema , architecture , claims management , tomcat , aws , sports , android , junit , content management , xstream , maven , decision support , freemarker , nant , teradata , rhino , investment banking , management system , global management , financial data , foreign currency , equities , coaching , food engineering , online , document management , spring mvc , alfresco , mentoring , mockito , credit , css , omnigraffle , sahi , soap , websphere , portals , telecom , rake , case , oracle database , scratch , social impact , medical equipment , visualization , ios , risk , teams , maps , spring boot , productivity , scalability , c# , devices , professional liability , sony , mondrian , drools , consumer lending , led , rate management , british , servers , hospitals , finance , offshore , framework , moq , iis , tableau , olap , resharper , python , jsunit , ado.net , refactoring , cmm , intellij idea Microsoft Word - Ashish_Kumar_Feb_2018.docx
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute
ASHISH KUMAR
Application Developer
Ashish serves ThoughtWorks as a Lead Consultant in the role of Application
Developer with over 18 four years of experience in the creation of large-scale
distributed object applications and the integration of disparate systems. He has
worked with companies across different domains with delivery and/or coaching
responsibilities. He has worked on different tech stacks ranging from C#/. NET,
python, Java, Scala, Golang with multiple successful software delivers.
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 2
ThoughtWorks Experience
ThoughtWorks University (Jul 2018 – Feb 2019)
Ashish worked as a trainer ThoughtWorks' training program for newly hired graduates,
ThoughtWorks University, working in a diverse team to develop a web-shop application in Java,
Spring and HTML/CSS.
Apart from coaching/mentoring the grads, Ashish helped with managing the AWS infrastructure
used in ThoughtWorks University.
Client: A large consultancy firm (Dec 2016 – Apr 2018)
Ashish joined as the Tech Lead of a team that took over a Data analysis and visualization solution
from a different team in ThoughtWorks. After successful migration, he also led the effort to
improve performance and productivity, along with reducing operational cost on AWS. Tools and
technology used were Golang, AWS, React, Tableau (as the visualization tool) and Java, along with
testing tools like Gatling and Gauge.
Client: Credit card and Consumer Lending Firm (Sep 2014 – Dec 2016)
Ashish was assigned as a Tech Lead on multiple teams over this period and worked closely with
the client to primarily build an event sourced banking platform that allowed them to manage
multiple products and future lines of business on a single highly horizontally scalable system.
Ashishs work with this firm was focused on OO development using XP principles and Test Driven
Development (TDD).
Ashish worked on a number of engagements where he was responsible to evangelise XP
practices.
Tools and Technologies used: Java, Spring Boot, Active MQ, React among others
Client: Sony (Mar 2013 – Sep 2014)
Sony Corporation is a Japanese multinational conglomerate corporation headquartered in Tokyo.
The company is one of the leading manufacturers of electronic products for the consumer and
professional markets. Sony tasked ThoughtWorks with creating a global website with a consistent
brand, while maintaining localized support products, pricing, and visuals.
As a Tech Lead on one of the streams of the project, Ashish was involved in discussions and
ideating of the architecture, and leading the stream to build a re-usable and decoupled multi-tier
system.
Tools and technologies: Scala, AWS, Apache Camel
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 3
Client: US Based Airlines (Jan 2013 – Mar 2013)
Ashish joined as a senior member of an offshore team in India to work on building a cross
platform solution (across iOS, Android, Windows, and Web) for a US based airlines, which went
on to win awards for innovation.
Client: US based Eye Care Insurance Provider (Jul 2012 – Oct 2012)
This project involved developing international portal for a leading US based eyecare insurance
provider. As part of this project the team developed multilingual commercial web portal for
doctors, hospitals and insurance customers across Canada, UK and Australia to use it for claim
filing, processing and provider search. The team used technologies like Play, SBT, Scala and
AngularJS framework. Other technologies involved were Java, JUnit, mockito, JBehave, chef on
Windows environment.
Client: DataWinners (Apr 2012 – Jun 2012)
Ashish joined the team as a Tech Lead on a project which involved creating an online hosted
service for NGOs to be able to meet their data collection and analysis needs. He had been
extensively involved in development of smart phone application. This was an open source work
being done under the Social Impact Program of ThoughtWorks. The platform supports registering
entities, defining questionnaires and collecting data for them via multiple channels like SMS, Web
and Smart Phones and visualizations like maps and charts.
Client: Diamond Grading Company, London (Mar 2011 – Apr 2012)
Ashish worked as a Senior Developer on a system to manage the Diamond grading and inscription
process. As part of this, the team also worked on enabling the company to add new brands using
the existing process.
This was a WinForms based project that involved a lot of hardware integration for various
Diamond analysis devices. The tech stack for this project was .Net based using: NUnit, Moq,
NHibernate, Castle Windsor DI, White.
Client: U.S. Based Consulting firm (Aug 2010 – Dec 2010)
Mr. Kumar joined as a senior member of an offshore team in India to work on a public website
application for a large consulting firm in the US. The team consisted of a high proportion of people
new to the project and the ThoughtWorks way of working. Mr. Kumar role was primarily to lend
stability when most of the original team was rolling off. The project involved enhancing a public
website with Tridion being used for Content Management, and ASP.Net MVC for presentation of
the content. Other tools and technologies used in the project were .Net 3.5, C#, Facebook
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 4
Connect, NUnit, Rhino Mock, JavaScript, JSUnit, CSS, Castle, WCF, Cruise, SQL Server 2005, SVN
and Git.
Client: U.S. Based Retail company (Mar 2010 – July 2010)
This project involved working with wide variety of technologies using the Java platform like JBoss, Struts,
Hibernate, and Spring etc. Significant work was also done in managing the Content Management System
(Alfresco) which was used for Web Content Management and involved writing XML Schema and web scripts
using the FreeMarker template engine.
Mr. Kumars responsibilities involved making enhancements to existing features and development of new
features. He was required to interact and collaborate with developers and analysts in the US and India (as
this was a distributed agile team). Releases were made every alternate week.
One of the recent requirement involved building a platform to deliver regional/localized content for
various regions within the U.S. (up to the granularity of Zip Code but configurable at City, State and DMA
levels). The Drools Rule Engine was used to perform pattern matching and selection of appropriate
content.
Client: A leading independent retailer of train tickets online (Dec 2008 – Aug 2009,
Oct 2009 – Mar 2010)
The project was about building a system to sell train tickets on multiple portals, via multiple delivery
channels, and supporting multiple payment methods. Mr. Kumar worked on multiple sub-projects with this
client. The kind of work ranged from restructuring the code base and build files to allow multiple teams to
work together on the same code base, development of web-services, and UI development, as well as
technical analysis. Tools and technologies used included .Net 2.0/3.5, C#, WCF, Castle, BizTalk, NUnit, Rhino
Mock, JavaScript, CSS, Git and Cruise, SQL Server 2005, Oracle 10g.
Client: A global management consulting firm (Aug 2009 – Oct 2009)
The project was aimed at upgrading an existing application to plan a roadmap for a project, and assess its
feasibility, from .Net 1.1 to .Net 3.5. Tools and technologies used were .Net 3.5, C#, SQL Server 2005 and
NUnit.
Client: A leading Asian Equities Broking, Private Equity and Investment Banking
group (Jan 2008 – Nov 2008)
The aim of the project was to develop a custom application to generate and publish research reports from
scratch using financial data from different data vendors, like Bloomberg, or by re-using content from
previously produced reports. This required using a Content Management System, like Alfresco, in this case,
and integrating with MS Word using VSTO technology to produce and categorize reports for easy retrieval
later. The application used REST-based communication between client and server. Mr. Kumar was on this
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 5
project as a tech lead, developer and was involved in analysis, technical decisions and development on
both server side and client side application. Tools and technologies used included .Net 2.0, C#, Alfresco,
VSTO, Java, JavaScript, Nant, and Rhino Mock, Mockito.
Client: Leading Total Broker Solutions Provider in UK for General Insurance Market
(November 2007 – Till now)
Mr. Kumar was on this project during a performance and scalability improvement release as a .Net
developer. He was involved in getting the application ready to work in a clustered environment, and also
finding and removing memory bottlenecks. The application had integration with Outlook and Word. Tools
and technologies used included .Net 2.0, C#, Web Services, NHibernate, XStream.Net, Nant, RhinoMock,
SQL Server 2005, DotTrace profiler, MemProfiler, Redemption.
Client: Leading Decision Support Solutions Provider
(January 2007 – October 2007)
This project was about developing a Decision Support System using OLAP engine (Mondrian) with support
for customized measures and comparison against standard US Benchmarks. The new application is
supposed to replace a legacy system written in VB, and provide additional features. Tools and technologies
used included JAVA/J2EE, Cognos 8, Mondrian, XStream, JUnit, JMock, SAHI (automation and testing tool for
web applications), SQL Server 2005, Oracle, Teradata.
Client: One of the largest natural gas transporter in North America (July 2006 –
December 2006)
Mr. Kumar was on this project in Canada as a .Net developer to build an intuitive, user friendly web-based
system to handle increasing business and improve the efficiency for daily and month end processing for
billing and regulatory purposes. Tools and technologies used included .Net 2.0, C#, SQL Server 2005, SQL
Server Reporting Services, WATIR.
Client: One of the largest foreign currency exchange solution providers in North
America (December 2005 – July 2006)
Mr. Kumar was on this project as a .Net developer and mentor to enable the client team in the use of Agile
best practices to improve the work environment and team productivity. He worked on an award winning
application of increasing complexity, enriching features to strengthen the strategic positioning of the client
in the market place.
Client: Leader in Equipment Financing (Leasing/Loan) software and service
solutions (February 2005 – July 2005)
On this project, Mr. Kumar worked as a JAVA developer on the latest release of the application. The project
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 6
involved a 3 tier Swing based java application for leasing/loaning equipment. The technical basis of the
system included Java, JDBC, XML, EJB, JUnit, Weblogic, Oracle and SQL Server database.
Client: One of the leading service providers for Medical Professional Liability
Insurance including Claims Management, Product Management and Risk
Management (May 2004 – December 2004)
Mr. Kumar worked on this project as a .NET developer from early stages of the project. There were multiple
releases of the project, which involved completely replacing the existing claims management system. He
was involved in the initial setup of the NFit functional testing framework for the application. The releases,
that Mr. Kumar helped to develop, included Rating, Rate Management and Document Management. These
releases delivered the rating engine for the insurance provider, and enabled the client to manage their
legal documents.
The project was built on the .NET platform with C# as the programming language. It also involved working
with COM wrappers in .NET for Microsoft Office components for integration with the new system.
Other Experience
Associate Systems Engineer, Tata Consultancy Services; Mumbai, India (July 2003-
April 2004)
As the Offshore Module Lead, Mr. Kumar worked on a project to develop major enhancements in the
features and performance of an existing application. The project involved a Swing based java application
for selling maintenance services to the existing customers of a medical equipment supplier. Technologies
used were Java, JDBC, XML, Java, and Oracle database. Mr. Kumars work with this company was focused on
OO Development, Refactoring and Six Sigma initiatives to improve the performance of the system.
Software Engineer, Infosys Technologies Limited; Bangalore, India (August 2000-
May 2002)
Mr. Kumar worked as a developer on various projects in different domains and platforms using OO, Java
and Microsoft technologies. His work included a project to create a 3-tier web application for trading
company shares in the internal market of the client, with provisions to manage loans for the purpose. On
another project, he helped to develop an inventory and supply chain management application for a large
sports, fitness, footwear, apparel, and sports equipment designers.
Developer, Mahindra British Telecom Limited; Pune, India (July 1999- July 2000)
Mr. Kumar worked as a member of the development team to design and develop a web-application used
to demonstrate various telecom products. The application was also used to collect sales data and generate
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 7
reports for analysis. The technologies used were VB, ASP, COM, ADO, JavaScript on IIS and using Oracle as
database.
Skills
Programming Languages: Java, Scala, .NET, C#, Golang, Python, Visual Basic, XML, PL/SQL, C++
.NET Specific Competencies: ADO.NET, ASP.NET 1.1/2.0, ASP.Net MVC, .NET Web Services, .NET
Remoting, WCF, Windsor Castle
Java Specific Competencies: Java 8, Swing, JDBC, JSP, Spring MVC etc
Distributed Computing: REST, SOAP, WSDL, Active MQ, ProtoBuf
Databases: MS SQL Server, Oracle, DB2, Postgres, MongoDB, CouchDb
Tools:
o Testing: NUnit, JUnit, NFit, Fit, JProbe, NMock, JMock, WATIR, Mockito, RhinoMock etc.
o Build: NAnt, Ant, Maven, Gradle, Rake, Make
o IDE: Visual Studio with Resharper, IntelliJ IDEA
o ORM: Hibernate, NHibernate
o Design: Draw.io, OmniGraffle, Invision
Reporting: SQL Server 2005 Reporting Services
Servers: IIS, WebSphere, WebLogic, Tomcat
Domains: Finance, Leasing, Insurance, Supply Chain, Retail, Data Analytics
Methodologies: Agile, XP, Scrum, CMM, Six Sigma
Education
Bachelor of Technology (Agricultural & Food Engineering) (1995-1999), Indian Institute of
Technology, Kharagpur
Rank 468: Resume 1352 with similarity score 0.03839655091676233
BSC , BS , B.E , MS , B.TECH application support , technical architect , senior manager , senior software engineer , solution architect , software design engineer , vp , system engineer , cto , operator , feed handler , application architect , change management , ceo , business objects , full time , team lead , technical lead , project leader , on call , coldfusion core java , security , mybatis , platforms , addition , docker , technology services , service operation , design documents , status , specifications , application architecture , mumbai , pl/sql , testing , gitlab , glassfish , features , building , infrastructure , data center , payments , prime , weblogic , development projects , cms , rss , suite , crm , registration , publishing , frame , mobility , vss , low level design , access , designation , eps , mar , web services , hindi , nms , loan , ltd , data modeling , english , screens , agile , video , microservices , leadership , ownership , solution architecture , gap , processing , asset management , ibm , fixing , pipelines , mvc , change management , resolve , d2c , research , legal requirements , sms , struts , computer engineering , sonarqube , javascript , money , history , distributors , insurance , cash , ldap , working experience , logics , esb , html , general , message queue , developers , pages , affirmative action , information technology , oracle , mysql , maintenance , before & after , pick , business logic , jquery , questionnaires , apache kafka , sv , postgresql , email , jpa , tomcat , business rules , aws , storefront , digital production , multimedia , android , high level design , junit , premises , languages , maven , tags , reason , hibernate , client requirements , phase i , management system , mobile , jira , customer service representatives , inventory system , management skills , beta , ajax , database , caf , intranet , coldfusion , api , migrating , jenkins , credit , css , websphere , ug , b2c , portals , case , ivr , revenue , particular , ios , authorization , tone , teams , enterprise , servlets , spring boot , jax-ws , kenan , siebel , record , written communication , default , devices , operators , netbeans , transformation , preparation , merchandising , cvs , software design , pocket pc , eclipse , cloud computing , graphics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 1/6
Current Designation: Technical Architect - Cloud & Microservice
Current Company: Coforge Limited (Erstwhile NIIT
Technologies)
Current Location: Delhi
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in West India
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Advance Computing]
Verified : Phone Number | Email - id
Coforge Limited (Erstwhile NIIT Technologies) as Technical Architect - Cloud & Microservice
Jun 2019 to Till Date
# Designed the application architecture, deployment architecture for the application to operate in data center for the multi-
tenant system.
# Developed backend micro services in java spring boot to support mobile app and web app. Developed CI/CD pipeline
for microservices.
# Helped transition the project to cloud in AWS.
# Played key role in migrating the on-premises project to AWS Faregate and other AWS services.
# Setup AWS Infrastructure using Terraform.
# Migrated Jenkins pipelines to Gitlab for each of the micro services.
Shotformats Digital Production Pvt. Ltd., as Head Mobility Engineering
May 2016 to May 2019
Description: Presently, I am handling and managing a team of 5 developers including trainees. The best and challenging
part
of my current role is to look after various verticals like, MOBILITY (VAS), D2C, Mobile Insurance, RnDs and many more.
Used different AWS technologies with Microservices to improve overall performance of project with lesser cost.
Responsibilities:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rahul Miglani
Technical Architect seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Solution
Architecture,Requirement Analysis,Cloud Computing,Spring
Boot,Hibernate,Jenkins,Eclipse,JIRA,Java,AWS
Key Skills: Technical Architect,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Solution Architecture,Requirement Analysis,Cloud Computing,Client Servicing,Spring
Boot,Hibernate,Jenkins,Eclipse,JIRA,Java,AWS
Summary
? 15 years and 4 months of experience with strong process, project management, and people-management skills. Fully
hands-on while in high-level leadership roles, providing architecture, data modeling, software engineering, and hands-on
development.
? Excellent working experience in Cloud computing and multitenant application architect and design.
? Good oral and written communication skills, an entrepreneurial spirit and a strong desire to learn and create innovative new
products.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 2/6
? Migrate the Wap portals project from Monolithic architecture to Microservice architecture.
? Design and develop AdNet Tool that is used to keep track of number of subscription and churn on daily based.
? Design and develop SMS Contest Platform that is used to play contest in Tata.
? Worked on Call-back module and fixed revenue gap issue occurs in different operators, Also implemented Grace
for all the operators.
? New project Scope and Feasibility defining.
? Interaction with Operators for solving issues which occur.
? Driving and Building up team.
? Regular Monitoring and assigning work to team members.
? Working along with CTO and CEO on upcoming Research and Development projects on both National and
International Projects.
? Development and Architecture of Mobile Insurance project.
? Working with Sales and Marketing members to resolve queries and providing solution to get best outcome from
product on both national and international operators.
? Monetizing maximum from traffic and handling unnecessary traffic.
Mobility National Operator Includes: Airtel, Aircel, Idea, Vodafone, BSNL, TATA, Uninor
International Operators Include: Tpay(Kuwait), SimDigital(Indonesia), Juno-Tele(Lanka, UK, India), RGK
(Rusia), Intarget (South Africa), Tpay (Egypt), SLA Mobile, SV Mobi(Thailand), MacroKiosk(Thailand),
Mondia(South Africa, Guinee, Madagascar, Botswana)
Mobility Products: Tinytv, SuperMobels,PlayGirls, Photostories, Talkies, Movie Talkies, Game On, News & More
Insurance Products: Mobile Insurance
Working Standards: AGILE Methodology
Few Recent Achievements:
a) MIS and establishing process on track again
b) CMS reformation
c) Integration of various ad-networks and implementing various Post back URLs for them
d) Real time Revenue Monitoring System.
e) Appreciation on successful solutioning RnD projects of Vodafone, Telenor, Reliance, Aircel
Real Networks Pvt. Ltd., as Senior Manager - Software Engineering
Jan 2012 to May 2016
# Working as a Technical Lead.
# Work on System Requirement Specification, Low Level Design & High Level Design documents.
# Code Development/ Unit testing/ Bug fixing in various interface channels as CCC, BULK, MIS, MIS Batch.
# Coding Business objects and controller classes using our own RSS API, which is the core part of our RBT product.
# Done Changes in RSS API business logic and created new methods as per storefront requirement.
# Deploy RSS API on Glassfish application server.
# To formulate the plans, business rules and logic of the application.
# Development of the front-end using JSP, Servlets, Spring 3.1, Mybatis with the help of JSTL and Custom Tags.
# Analysis of client requirements, preparation of software specifications, and design of user interface.
# Configuration and Administration of Tomcat 6.x and deploying the applications.
IBM as Senior System Engineer
Jul 2010 to Jan 2012
* Work on System Requirement Specification, Low Level Design & High Level Design documents.
* Handled teams sitting at multiple locations.
* Interact with other teams for integration of Web services.
* Work on business logic & presentation part of this project.
* Helped junior resources in their work.
Wipro Technologies as Senior Software Engineer
Jul 2008 to Jul 2010
* Work on System Requirement Specification, Low Level Design & High Level Design documents.
* Involved in client meetings.
* Fixed bugs.
* Helped other team members in their work.
* Work on performance issue which we face before & after delivering the project in to the production.
Oakton Global Technology Services Centre as Software Engineer
Jan 2007 to Jul 2008
* Work on business logic & presentation part of documents & reports modules.
* Write test case using Junit.
* Fixed bugs.
Catalytic Software as Software Design Engineer
Oct 2005 to Dec 2006
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 3/6
* Test Component.
* Bug fixing for Beta and Feed Handler component.
* Work on Enhancement part of it.
UG: B.Tech/B.E. (Information Technology) from Maharishi Dayanand University (MDU), Rohtak in 2004
PG: PG Diploma (Advance Computing) from CDAC, Hyderabad in 2005
Other Qualifications/Certifications/Programs:
Diploma (Computer Engineering)
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 2020 15 Year(s) 5 Month(s)
Hibernate 3.0 2020 8 Year(s) 0 Month(s)
CORE JAVA 1.8 2020 15 Year(s) 5 Month(s)
JavaScript 2013 7 Year(s) 9 Month(s)
EJB 3.0 2016 4 Year(s) 4 Month(s)
Spring 3.0 2018 8 Year(s)
Struts 1.2 2012 3 Year(s) 0 Month(s)
JSF 2.1 2018 5 Year(s)
AWS 2020 3 Year(s) 0 Month(s)
spring boot 2020 3 Year(s) 0 Month(s)
WEB SERVICES
JPA, JMS, Apache Kafka 2 Year(s) 0 Month(s)
SonarQube, JIRA 1 Year(s) 0 Month(s)
Docker, Jenkin, GIT CI/CD 2020 3 Year(s) 0 Month(s)
EditPlus 2, Eclipse
MyEclipes 5.1, NetBeans
Oracle 9i -8i, MySQL 2016 7 Year(s) 0 Month(s)
HTML, JDBC
Weblogic 10.3, Websphere
Tomcat 7, Jboss 3.0.4
CVS, VSS, SVN, GIT
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 4/6
Nature of Employment: Full Time
Project Location: Greater Noida
Role: Solution Architect
Duration: Jun 2019 - Oct 2020
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Mumbai
Role: Project Leader
Duration: May 2016 - Till Date
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Gurgaon, India
Role: Project Leader
Duration: Jan 2012 - May 2016
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Apr 2009 - Jul 2010
Onsite / Offsite: Offsite
Team Size: 6
Projects
Project Title: Instant Feedback
Client: Haufe Group
Skill Used: Java Spring Boot, AWS, Terraform, PostgreSQL, GitLab, GitLab CI/CD
Project Details: A Feedback application to promote open-feedback culture amongst organizations. The app is available on
both the platforms Android and iOS. The app used Flutter for the front-end and Java microservices deployed on AWS cloud
as backend.
Project Title: Multiple Wap Portals and Vodafone Device Security Solution
Client: IDEA, Aircel, Airtel, Reliance, Uninor, Vodafone, Tata
Skill Used: JAVA 1.6, JavaScript, CSS, HTML,Ajax, Jquery, Spring 3.1, JSF 2.1, SQL, PL/SQL, Apache Tomcat web server,
MySQl, Eclipse IDE, Maven (4.0) build tool.
Project Details: Presently, I am handling and managing a team of more than 10 developers including trainees. The best and
challenging part of my current role is to look after various verticals like, MOBILITY, VAS, D2C, Mobile Insurance, RnDs and
many more.
1. Re-Architecture of current CMS module of VAS and Mobility Vertical.
2. Logics to build on modules to attract customers and giving them flawless products.
3. New project Scope and Feasibility defining.
4. Interaction with Operators for solving issues which occur.
5. Driving and Building up team.
6. Regular Monitoring and assigning work to team members.
7. Working along with CTO, VP and CEO on upcoming Research and Development projects on both National and
International Projects.
8. Development and Architecture of Mobile Insurance project.
9. Working with Sales and Marketing members to resolve queries and providing solution to get best outcome from product on
both national and international operators.
10. Integration of Ad-networks.
Project Title: AIRCEL & IDEA RBT (Ring Back Tone)
Client: IDEA & AIRCEL
Skill Used: JAVA 1.6, JSP, Servlets, JavaScript, CSS, HTML,Ajax, Jquery, JAX-WS Web Services, Spring 3.1, SQL, PL/SQL,
Mybatis 3.0.6, EJB 3.0, JXLS 1.0, Apache Tomcat web server, Glassfish 2.1.1, Oracle 10g Database, Eclipse Indigo as java
IDE, Maven (4.0) build tool.
Role Description: * Working as a Team Lead.
* Work on System Requirement Specification, Low Level Design & High Level Design documents.
* Code Development/ Unit testing/ Bug fixing in various interface channels as CCC, BULK, MIS, MIS Batch.
Project Details: RBT 3.5 Service Platform is the integrated system that provides mobile multimedia content service
management functionalities and supports Ringback Tones (RBT), Video Ringback Tones (Video RBT), Ring Tones (RT),
Video Ring Tones (Video RT) and Graphics for either a single operator or multiple operators.
In addition, the Service Platform provides service operation environments for subscribers, the mobile operator and
RealNetworks. Subscribers can set their desired features via various storefronts such as WEB, WAP, SMS, Star2Copy, OBD,
IBD, CCC, IVR, USSD, MIS etc. which can be designed and developed according to the operators requirements. The Service
Platform controls and manages content ingestion, content distribution, content merchandising, as well as content publishing
to the RBT storefronts.
Project Title: Enterprise Payment System
Client: Aircel
Skill Used: WebLogic 10.3, Eclipes, JSF 1.2, Hibernate 3.0, JMS, Ejb 3.0, WebServices
Role Description: • Work on Subscriber payment , Caf Payment & Admin screens (i.e Credit Card Type, Mutilated Cheque
Reason, Billing Ad Circles, Payment Headers, Receipt Reasons, Banks, Payment Deletion Reason, Terms & Conditions and
EPS Roles & responsiblities to
Project Details: Enterprise The EPS (Enterprise Payment System) application is part of the transformation initiative to have
an integrated Enterprise payment system for recording payments made by customer at all Aircel walk in channels. This
system will be available at all the touch points where a customer can make payments through cash, cheque, DD, credit card,
Debit Card and can receive a receipt of the payment made. The payment system will be integrated with the Aircel Kenan
billing system and Siebel CRM using ESB.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 5/6
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Jan 2009 - Apr 2009
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Sep 2008 - Till Date
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jun 2007 - Aug 2007
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2007 - Apr 2007
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Oct 2006 - Nov 2006
Onsite / Offsite: Offsite
Team Size: 6
Project Title: Number Management System
Client: Aircel
Skill Used: WebLogic 10, Eclipes, JSF 1.2 with Facelet,Hibernate 3.0, Ejb 3.0, WebServices
Role Description: • Work on business logic & presentation part of all the modules (i.e. Search, transfer, reserve & update
Inventory) in this project.
• Fixed bugs.
Project Details: The NMS (Number Management System) is the part of the transformation initiative taken to have a web
interface on the Kenan Inventory System.
This application is to be used by dealers, distributors and customer service representatives to search reserve, transfer and
update inventory. The NMS system will be integrated with the Aircel Kenan Inventory System using ESB.
Project Title: CDR Report
Client: Aircel
Skill Used: 1. JSF 1.2 with Facelet2. Hibernate3. EJb 3.0
Role Description: • Worked on presentation part of this module.
• Fixed bugs.
Project Details: The CDR Report application is Intranet Based Web Application. A URL will be provided to the users to
access the application.
The goal of this solution is to provide Call details as per legal requirements for police verification purpose for a particular
Mobile / IMEI number for the new circles being launched by Aircel in Phase I i.e. Delhi, UP (E), UP (W), Andhra Pradesh,
Karnataka, Mumbai and Kerala.
Project Title: Showroom
Client: GE Money
Skill Used: Java|X|J2ee (Struts)|X|JSP|X|Java Script
Role Description: · Worked on Presentation layer of modules Form - Manage Form, Manage Version, Manage Application
Page, Manage Questions & Files.
· Understanding the Project and its business logic.
Project Details: Project Showroom is a loan processing application suite. Questionnaires can be made using the showroom
product, which will collect all the loan processing information from the customers. The application has pre qualifiers pages,
short and long application forms which help in the loan-processing phase. It is developed to provide a product suitable for the
direct, centralised B2C channel, targeted at prime customers. It is a reconfigurable application in which business can add
new products as required without IT intervention.
Administration Portal lets the business administrators add new products. The new products are totally configurable and
manageable through the administration site.
Configurability is provided so that client can create new products independently.
Project Title: Asset Managment
Client: GE Money
Skill Used: Java|X|J2ee (Struts)|X|JSP|X|Java Script|X|Hibernate|X|JSF
Role Description: 1. Worked on Employee Details, Asset Detail & Change Data modules.
2.Involved in development and coding of front-end using HTML, JSP
3. Developed business Logic using JSF.
4.Wrote business logic (DAO using Hibernate).
5.Fixed bugs.
Project Details: The Asset Management is a web-based application used for managing information about assets.
All IT hardware assets should be correctly related to their corresponding cost centre.
A specific employee belongs in a cost centre and an asset (e.g. Desktop PC) may be assigned to an employee).
All changes to ownership, or use of an IT hardware asset should be fully traceable
Each time an asset is updated, for example assigned to a new employee, a read only record needs to be stored in the
change history table along with the current application users SSO
Project Title: Text to screen moderator
Client: MTV
Skill Used: Java|X|Hibernate
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 6/6
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Apr 2006 - Aug 2006
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2006 - Mar 2006
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Oct 2005 - Dec 2005
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Role Description: * Wrote business logic (DAO using Hibernate) for all the modules.
* Set logger properties in DAO.
* Schedule a stored procedure to run periodically
Project Details: The Text to screen Moderation system is an application enterprise solution, which will enable MTVN to semi
automate the moderation of the messages sent to the channels. A Message is being sent from cell phone to a TV channel.
As soon as message arrives in the message queue bus, the message filter engine will pick the message and scan the
message for any blacklisted words.
The moderator is authenticated and authorized using LDAP. The moderator will have access to the queue names for which
he / she is authorized to view. The incoming messages are shown to the moderator. The message retrieved from the server
to be displayed on the moderation tool is locked and associated with the user currently
Project Title: Notifiation Engin
Client: Compubahn
Skill Used: Java|X|J2ee (Struts)|X|JSP|X|Java Script|X|XML
Role Description: 1. Worked on Manage Alert, Mange Profile & Connected users module.
2. Understanding the Project and its business logic.
3. Involved in development and coding of front-end using HTML, JSP.
Project Details: This Compubahn Project is a Web based Tool used by mobile company for sending alerts to pocket PC. Alert
can of different kinds like: Mail & Messages. Its a conversion project. The existing architecture is in J2EE & we convert it in
MVC.
Project Title: System Managment Interface
Client: Invertix
Role Description: 1. Testing Component.
2. Bug fixing for Beta and Feed Handler component.
3. Worked on Enhancement part of it.
Project Details: The System Management Interface (SMI) is a web-based tool that allows administrators to manage the
mNET system through such functions as controlling user and administrator accounts, modifying default settings, maintaining
SIGs, etc.
The purpose of this project is to convert the existing SMI Coldfusion application to a Java\JSP application using Struts Frame
work and Tomcat is used as a Web Server
Project Title: Device Registration
Client: Invertix
Role Description: 1. Understanding the Project and its business logic.
2.Developed business Logic using struts.
3. Worked on Enhancement part of it.
Project Details: The Device Registration is a web-based tool that allows users to register their devices like email, mobiles,
pagers etc and also send the test messages to those devices.
The purpose of this project is to convert the existing device registration application to a Java\JSP application using Struts
Frame work.
Rank 469: Resume 1505 with similarity score 0.03837211110693991
B.E , MS , B.TECH partner , team leader , api developer , full time , senior consultant , product owner , business analyst , functional consultant flow diagrams , workshops , conducting , campaign management , test cases , airlines , bookings , status , stakeholder management , specifications , cspo , store , digital transformation , product management , features , upstream , order management , discount , forecasting , engagements , capture , designation , confluence , mar , cloud , knowledge management , english , troubleshooting , handbooks , agile , project , leadership , pegasus , windows xp , dispatching , data analysis , kanban , documentation , test strategy , javascript , trello , harvest , business requirements , reporting , requirements analysis , affirmative action , user experience , maintenance , process flow , email , business rules , aws , home networking , operations , self service , user stories , epics , hp , technology solutions , unit testing , traceability , systems analysis , languages , business process , sme , story , management system , mobile , jira , web , pmp , online , ibm rational , api , activity diagrams , blueprint , onboarding , soap , customer contact , b2c , coe , use case diagrams , comparative analysis , clearquest , revenue , authorization , teams , record , business analysis , application , requirements gathering , telecommunications , walkthroughs , electronics , mingle , finance , offshore , landscape , agents , proposal management , metrics 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d1…
https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d13051215585c5… 1/3
Current Designation: Senior Consultant -IT
Current Company: Cognizant Technology Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Guwahati
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Cognizant Technology Solutions as Senior Consultant -IT
Nov 2012 to Till Date
Job Description and Responsibility for few of the assignments:
1 Project Name: Wickes Application Development Customer Name: Wickes
Purpose: Agile development project to manage, Store Inventory Replenishment and Forecasting processes, Online &
Store Order Management, Warehouse Picking and Dispatching, Promotion and discount management system
Responsibilities-Offshore Business Analyst
Capture Roadmap, EPICs, product backlog and User Stories
Perform Impact Analysis on upstream and down systems in the IT landscape
Stakeholder management to ensure requirements are captured, communicated to Business, Technical and Operations
team
Capture AS-IS Process , TO-BE business process flow of the applications and the connected systems with the system
landscape
Define capabilities, integration requirements and process flows for Order Management migration to Wickes owned AWS
environment
2 Project Name: API Developer Portal Customer Name: Delta Airlines Inc.
Purpose: Agile development project to build a unified API developer portal with self-service capabilities for API
Management
Responsibilities-Product Owner and Engagement Lead
Capture the customer current pain points of the existing developer portal present in multiple environments include Cloud
and On Premise
Put forward developer portal related best practices/features via a comparative analysis. Capture business capabilities
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
MARIAM SHIREEN
CSPO, PMP Senior Consultant seeking roles in IT Project Management,Product
Management,Business Consulting,Business Analysis,Stakeholder Management,Digital
Transformation,Requirements Analysis,Agile,Confluence,JIRA,HP QC,SOAP
UI,Postman,Trello
Key Skills: Senior Consultant,Business Analyst,IT Project Management,Product Management,Business
Consulting,Business Analysis,Stakeholder Management,Digital Transformation,Requirements
Analysis,Agile,Confluence,JIRA,HP QC,SOAP UI,Postman,Trello,Requisite Pro,
Summary
15 years overall IT industry experience out of which 14 years have been in product management, business analyst, IT
consulting and advisory roles.
Proven expertise in executing leadership responsibilities in multi-vendor, multiplatform, digital transformation, client-facing
engagements. Rich client facing experience, in delivering assignments in the UAE, UK and USA markets in strategy and domain
consulting, requirement management and proposal management. Proven record of accomplishment specializing in requirement
management, client management, product management, consulting and project management.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d1…
https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d13051215585c5… 2/3
Define EPICs and user stories related to each capability and prioritize based on portfolio business goals and feedback
Stakeholder management to ensure content managements requirements, communicate to user experience and AEM
design team
Involved in customer onboarding and API management and defining engagement processes in various Delta API CoE
Engagements
3 Project Name: Plan4Disruption BA.com Change Booking Customer Name: IAG
Purpose: Digital Transformation to enhance customer self-service during Airline Disruptions via multi customer touchpoints
like mobile, web, contact center
Responsibilities-Onsite Domain and Functional Consultant
Detail out the AS IS and TO BE disruptions servicing processes in BA.com
Define capabilities to handle involuntary bookings in the new responsive change booking flow
Impact analysis of re-accommodation tools managed by revenue management on BA.com
Analyze and prioritize the reasons for involuntary change failures based on various metrics
Stakeholder management to ensure correct requirements documentation, communicate to user experience and technical
team
4 Project Name: Pegasus, On Business and Loyalty Enhancements Customer Name: IAG
Purpose: Iimprove loyalty management capabilities for BA Customer Contact Centre Agents
Responsibilities-Onsite Business Analyst
Work with contact centre stakeholders to gather inputs and capture the future business capabilities
Responsible for coordinating ,providing high level effort , impact estimation from channel teams to program managers
Create user stories related to each capability and prioritization of work based on portfolio business goals and feedback
Create Test strategy 5 Project Name: B2C Group Loyalty Platform (GLP) Customer Name: IAG
Purpose: Define and implement a Single IAG group B2C loyalty management platform(Comarch CLM Platform)
Responsibilities- Onsite Domain and Functional Consultant
Responsible for conducting SME workshops to determine detailed loyalty specifications of AS-IS and TO-BE states
Stakeholder management to ensure individual operating company requirements are correctly documented and
communicated to the loyalty platform providers
Define the BA specific requirements for GLP, AS-IS and TO-BE IAG Loyalty Processes and campaign management
Processes
Define BA impacted systems analysis. Responsible for coordinating, providing high level effort due to impact on various
systems 6 Project Name: Guest Facing-Self Service Customer Name: Etihad Airways
Purpose.
Mindtree as Business Analyst
Jun 2006 to Nov 2012
Job Description and Responsibility:
Facilitating requirements gathering workshop, brainstorming sessions and interviews with stakeholders
Requirement Gathering, Requirements Analysis, Data Analysis, Requirements Prioritization, Requirement Detailing,
Scope Definition and Requirement Traceability
Creation of As Is documents, Business Requirements Document, Functional Specification Document, Non-functional and
Functional Overview Documents, Use cases, User Stories, Use case diagrams, Activity diagrams, Process flow diagrams,
Story Boards, Business Vision document, Business Rules document and Application Maintenance Handbooks
Walkthroughs and sign-offs of requirements package
Reviewing Design Document, Prototypes, Test strategy, Test plans and Test cases ensuring requirements are met
Review of development and unit testing estimation, estimate and analyze requirements during change request
Liaise with Senior Management, Clients, Technical Team and Onsite Team
Knowledge Management, Knowledge transfer to Design, Development and QA team
Creation of Partner Implementation Manual, Standard Operating Procedures, Post-Harvest Reports, RFPs -RFIs response
Coordinate with cross functional teams to develop collaterals and provide appropriate solution in Response to RFPs
Convergys India Services Pvt Limited as Technical Support Officer
Mar 2003 to Mar 2004
Job Description and Responsibility:
Installation and troubleshooting of LAN and home networking systems
Installation and troubleshooting of software and hardware drivers compatible with windows OS, windows XP, ME, 98, 98se
Reporting Level: Team Leader
UG: B.Tech/B.E. (Electronics and Telecommunications) from Assam Engineering College, Guwahati in 2002
PG: MBA/PGDM (Finance) from Icfai Business School, Bangalore in 2006
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d1…
https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d13051215585c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JIRA 7 Year(s)
Blueprint, Mingle 4 Year(s)
Waterfall, Agile, Kanban 14 Year(s)
SOAP UI, Postman, Confluence 6 Year(s)
Windows OS, Windows XP, ME, 98, 98se
HP QUALITY CENTRE
IBM Rational ClearQuest
SOAP UI, Postman, Trello
Requisite Pro, Rational Rose
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 470: Resume 425 with similarity score 0.038301827731739596
MS , B.TECH , BS work from home , project leader , student x-ray , internships , deep learning , office , gps , data mining , learning techniques , public , ieee , wifi , navigation , digital , gan , intelligence , cars , project , coursera , bluetooth , resume , internet of things , machine learning , building , flask , raspberry pi , completion , assessment , python , smart home , one , appliances , lung , technology , pipeline , online Assessment
Q1. Why should you be hired for this role?
Instead of consuming your precious time on a lengthy verbose paragraph, I will try listing out all of my skills in brief yet precise points:
1. Friendly, collaborative, and a quick learner.
2. Well versed with Python(Advanced), Pytorch(Advanced), and data mining tools like scrapy/beautifulsoup(Intermediate).
3. Hands-on with various novel deep learning techniques such as GAN, CNN, Transformers(BERT, gradCAM.
4. Experience in developing an end-to-end app pipeline using flask.
5. Equipped with Industry experience thanks to Deep Learning Internship at Deepiotiocs.
6. Available to work remotely(Immediately) or willing to relocate(from Feb 2021.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Rahul Singh
Indore
Applied 09 Feb'21
Python Artifical Intelligence Deep Learning
Internet of Things IoT
Bachelor of Technology B.Tech), IT
IET Indore
2017 - 2021
Senior Secondary XII, Science
Vidya Bhavan Public School, Indore
CBSE board)
Year of completion: 2017
CGPA 7.84/10
Secondary X
Vidya Bhavan Public School, Indore
CBSE board)
Year of completion: 2015
CGPA 9.00/10
Deep Learning Intern
Deepiotics Private Limited, Virtual
May 2020 - Jul 2020
Collaborated on a state-of-the-art project that involves classifying various respiratory diseases based on simple chest/lung
x-ray images.
Project Leader Smart India Hackthon 20
Project Leader Smart India Hackathon 19
Project Leader SRAJAN19, IEEE, MANIT
Machine Learning
Coursera, Online
Jul 2017 - Dec 2017
Machine Learning course by Andrew Ng.
Internet Of Things
RoboCamp, Indore
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8109794987
May 2017 - May 2017
Internet of Things using Raspberry pi and ESP8266(nodemcu).
NavIT
Jan 2020 - Feb 2020
https://github.com/rahools/NavITBackendAPI
NavIT is a navigation solution that shows you the way around in an office or a building where conventional GPS services
aren't accurate. NavIT achieves it by using the WiFi/Bluetooth beacons' triangulated position.
HConnect
Oct 2019 - Nov 2019
https://github.com/rahools/HConnect-BackendAPI
HConnect is a smart home solution that incorporates existing run-of-the-mill electric appliances and transforms them into IoT
appliances. I mainly worked on the backend side of HConnect server APIs and hardware[esp8266 code.
SMART
Jan 2019 - Apr 2019
https://github.com/rahools/SmartTrafficAlgorithm
Uses Digital Object Recognition[YOLO v2 to identify cars and pedestrians at a traffic junction, hence systematically and
efficiently route them.
One of the founding members of the first student-initiated college machine learning club.
https://github.com/rahools/NavIT-BackendAPI
https://github.com/rahools/HConnect-BackendAPI
https://github.com/rahools/SmartTrafficAlgorithm
Rank 471: Resume 1385 with similarity score 0.038259554523944105
B.E , MS , B.TECH , BS devops engineer , associate , software developer , full time , senior consultant , system engineer amazon web services (aws) , ansible , amazon ec2 , rca , devops , jenkins , scrum , subversion , kubernetes , general , security , designation , ug , amazon s3 , affirmative action , routing , bash , hindi , docker , scratch , linux , public , cloud , ami , ltd , windows , merging , build automation , authorization , english , pipe , teams , automation tools , status , email , project , tomcat , infosys , groups , application , yum , problem management , sap , missions , continuous integration , ci , operations , bitbucket , electronics , github , version control tools , coping , strategy , chat , maven , infrastructure , languages , dashboard , python , jira , javascript , network administration , organization , artifactory , root cause analysis , technology , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b140…
https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b14004417580e080… 1/3
Current Designation: Associate senior Consultant
Current Company: Infosys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Infosys as Associate senior Consultant
Feb 2020 to Till Date
4 years of Professional Experience as a DevOps and aws engineer Currently working with Infosys as a associate senior
consultant
TATA Consultancy services ltd. as System Engineer
Feb 2016 to Feb 2020
Project 1:
Project Title : EDEN Inifineon
Role : Devops engineer
Period : April-2018 to till date
Platform : UNIX- Linux, Windows Systems
Team Size : 17
* Branching, Tagging, Release Activities on Version Control Tools: SVN, GitHub.
* Working on Jenkins various issues like incident and service requests.
* Creating new project setups for bitbucket, Jenkins.
* Experience in CI/CD with methodologies using Jenkins.
* Creating Containers using Docker.
* Amazon Web Services (AWS) and with the configuration of various Amazon products
* (Amazon EC2, Amazon IAM, Amazon AMI, Amazon S3 , ELB ,Auto Scaling).
* Extensive experience with configuration tools. To create, change, and improve infrastructure as code - Terraform.
* Deployment and operations of containers using Docker / Kubernetes
* Creating Dashboard and alarm for cloudwatch out of various metrics .
* Build AWS VPC, Private and Public Subnets using Terraform.
Last Active: 11-Nov-20 Last Modified: 12-Aug-20
Pramoda Gouda
Dedicated opensource professional seeking a Devops engineer role. Practical
experience with Jenkins,CI-CD pipe line ,Docker,Python,AWS, kubernetes , git, linux,
terraform ,ansible .
Key Skills: Devops,Jenkins,Docker,Python,AWS,Jewellery,kubernetes,Ansible,git,artifactory
Summary
A strategic professional with Nearly 4 years of experience.Gained in ,Devops,Service Request Management,System
Administration,Problem Management,Root Cause Analysis,Jenkins,Docker,Python,JIRA,Scrum,AWS,EBS.
Capabilities in working with senior management for integrating human resource functions with overall Business Goals and
Industry Standards and balancing needs of employees & missions of the organization.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b140…
https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b14004417580e080… 2/3
* Setting up Routing table and Security Groups.
* Sending notifications via SNS .
* Attaching Volumes and Backing up by taking snapshots
* Creating AMIs, Coping to other regions
* Setting up Auto Scaling.
* Use of S3, and Glaciers for backups and storing data .
* Installing and Managing Packages in Linux Machine using YUM .
* Incident and Service request management.
* Providing RCA -root cause analysis to client for technical issues.
Project 2:
Project Title : MCD
Client : SAP
Period : Sep 2016 - March 2018
Platform : UNIX-, Windows Systems
Team Size : 12
* Handling support interactions on phone/email/chat with Onsite person
* Responsible for tracking day to day issues and works with cross-functional teams to proactively address application
issues, resolution of escalated incidents.
* Created best practices for branching & Merging Strategy to maintain the source code in the
* GIT version Control Systems.
* Implementation/setup continuous project build and deployment delivery process using
* Subversion, Git, Jenkins, Tomcat .
* Configuring new jobs in Jenkins as per the requirement from dev team .
* Automated build & deployment and CI process for many projects from scratch. Wrote build
* Configuration of Build Automation tools and Continuous Integration concepts by using tools like Maven.
UG: B.Tech/B.E. (Electrical and Electronics) from National Institute of Science and Technology in 2015
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Linux(centos)
EC2,IAM,S3,VPC,Route 53,EBS
Terraform
Cloud Watch
DOCKER
Python ,Bash
SCRUM
JIRA,remedy
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Odia
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b140…
https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b14004417580e080… 3/3
Physically Challenged: No Employment Status: Full time
Rank 472: Resume 1077 with similarity score 0.03817843201531708
BSC , BS , B.E , MS , B.TECH application support , solutions architect , operator , devops , software developer , cloud engineer , full time , associate software engineer training , customer , security , conducting , linux , test cases , status , shipping , root , vbscript , testing , fast food , features , clear , infrastructure , supply chain , operating systems , client accounts , workflow , nissan , automation , devops , powershell , stabilization , access , designation , scripting languages , hindi , investigation , json , english , troubleshooting , wpf , project , video , provisioning , solution architecture , scenario , c++ , git , research , javascript , general , developers , affirmative action , cooking , test scripts , maintenance , utilization , alm , instrumentation , email , aws , configuration management , tracking systems , hp , technology solutions , block diagrams , management system , patch management , jenkins , ug , authorization , excel , c# , virtualization , embedded , application , yum , cold storage , electronics , materials , ecs , s3 , servers , parsing , python , cloud computing , orchestration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b185…
https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b18514248590e0c5… 1/3
Current Designation: AWS Cloud Engineer
Current Company: DXC Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
DXC Technology as AWS Cloud Engineer
Jul 2019 to Till Date
Manage different client accounts from different geographical areas.
Handle escalations and performs thorough troubleshooting/investigation and applies immediate fix for incident/issue
resolution. Working knowledge on S3, IAM, ECS using Fargate, CloudWatch, Lambda.
Working knowledge on all AWS compute services.
Deployment activities using Cloudformation.
Developing infrastructure automation using scripting languages like Python/Powershell to improve the client model.
Mentor non-senior techs for best practices and provided comprehensive SOPs for different issues and scenarios.
Working knowledge on Devops tools like Jenkins.
COGNIZANT TECHNOLOGY SOLUTIONS as Associate Software Engineer
May 2014 to Jul 2019
Associated with the conceptualization and formalization of solution approach for an integrated delivery platform keeping in
mind the various technical and non- functional aspects like security, performance and error recovery scenario.
Responsible for End-to-End Implementation which includes setting up servers, DB configuration and creating workflow as
per design. Conducting a post implementation review with project owners and clients to take the implementation to the
sign off.
Conducting training session for the end user/project team to enable them.
Supporting post implementation queries Identified and tracked defects with HP ALM and supported developers in
resolving problems by completing additional tests.
Debugged code and located root causes of problems by reviewing configuration files and logs.
Created accurate and efficient test scripts using VBScript to manage automated testing of certain products and features
Last Active: 2-Feb-21 Last Modified: 28-Jan-21
SANJANA SARANGI
Engineer seeking roles in Software Engineering,Solution Architecture,Incident
Management,Patch Management,Configuration Management,Defect
Management,Requirement Gathering,Application Support,Cloud
Computing,Troubleshooting,Python,Linux,AWS,C++
Key Skills: AWS Cloud Engineer,Software Developer,Software Engineering,Solution Architecture,Incident
Management,Patch Management,Configuration Management,Defect Management,Requirement Gathering,Application
Support,Cloud Computing,Troubleshooting,Python,Linux,
Summary
Enthusiastic AWS Cloud Engineer eager to contribute to team success through hard work, attention to detail and excellent
organizational skills. Clear understanding of AWS Infrastructure and development and training in Devops. Motivated to learn,
grow and excel in Cloud.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b185…
https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b18514248590e0c5… 2/3
Created TUI for RF module using NCurses.
Code development and json parsing using C++. Enhanced and reconstructed computer systems resulting in 99%
increased efficiency for business end-users.
Authored code fixes and enhancements for inclusion in future code releases and patches.
Created the UI of the application using WPF
Actively involved in the code development using C#
Maintained existing applications and designed and delivered new applications.
Created block diagrams and logic flowcharts to plan coding projects.
UG: B.Tech/B.E. (electronics and instrumentation) from Institute of technical education and research in 2013
PG: in 0
Other Qualifications/Certifications/Programs:
AWS Solutions Architect Associate
Nature of Employment: Full Time Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Linux 2 Year(s) 0 Month(s)
Operating Systems &Excel
Cloud Computing 2013 4 Year(s) 0 Month(s)
VIRTUALIZATION
AWS 0 2 Year(s) 0 Month(s)
devops 0 0 Year(s) 6 Month(s)
GIT 0 0 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Odia Expert
Projects
Project Title: AWS Cloud- Multiple Customer accounts
Client: Nissan
Project Details: - Working on AWS infrastructure for the client.
- Maintainence and provisioning of services
- Deployments using Cloudformation
- Access management using IAM
- Storage using S3, RDS
- Implementation and orchestration using ECS-Fargate
- Working with Devops tools
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b185…
https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b18514248590e0c5… 3/3
Nature of Employment: Full Time Duration: Oct 2016 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2015 - Sep 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2014 - Nov 2014
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: iTDP(Intelligent Test Delivery Platform)
Client: COGNIZANT TECHNOLOGY SOLUTIONS
Project Details: This project has multiple customer implementations going on and each instance has to
be validated in a consistent manner. iTDP was identified for implementation in this
project to standardize on the delivery approach. Automation test cases created by the
team would be used by iTDP to trigger unattended execution runs on a regular basis.
Any failure would be highlighted on the next working day and will help early code
stabilization.
Project Title: E-WMS (Warehouse Management System)
Client: COGNIZANT TECHNOLOGY SOLUTIONS
Project Details: e-WMS is a J2EE application developed for United States Cold Storage, USA. Its a key part of the
supply chain and primarily aims to control the movement and storage of materials within a warehouse and process
the associated transactions, including shipping, receiving, put away and picking. The systems also direct and
optimize stock put away based on real-time information about the status of bin utilization. E-WMS monitors the
progress of products through the warehouse. It involves the physical warehouse infrastructure, tracking systems,
and communication between product stations.
Project Title: Yum!
Client: COGNIZANT TECHNOLOGY SOLUTIONS
Project Details: Yum! is an operator of fast food restaurants which also includes KFC for which they needed a tablet
application. Through that application we needed to choose between different food items which will help in cooking
of the food items in real time and also should provide with a video embedded demonstrating the process along with
a timer.
Rank 473: Resume 399 with similarity score 0.03817705614269287
MS , B.TECH , BS work from home , graphic designer , software intern , social media manager , student internships , deep learning , information technology , public , ieee , batteries , ltd , english , social media , evs , models , coursera , introduction to , resume , paper , neural networks , datasets , online , machine learning , storage , reach , completion , assessment , data science , python , one , reviews , frame Assessment
Q1. Why should you be hired for this role?
I have worked with Deep Learning models in my previous internship, and hence have some experience creating neural networks for regression.
Therefore, I am eligible for this role.
I am a goal driven individual, and I believe that this internship will help me reach even higher heights from a career standpoint. I will work to the
best of my abilities to be an asset to the team that I am assigned to, and complete all the tasks given to me within the stipulated time frame.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for one month March onwards, as I will have my semester exams throughout February.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
Prateek Joshi
Bangalore
Applied 08 Feb'21
Python Data Science English Proficiency Spoken)
English Proficiency Written) Machine Learning Deep Learning
Bachelor of Technology B.Tech), Information Technology
BNM Institute of technology
2018 - 2022
CGPA 8.01/10
Senior Secondary XII, Science
SGPTA PU College
KARNATAKA STATE board)
Year of completion: 2018
Percentage: 87.16%
Secondary X
Jss Public School
CBSE board)
Year of completion: 2016
CGPA 8.40/10
Software Intern
Vtrike Pvt. Ltd., Virtual
Aug 2020 - Oct 2020
Built machine learning and deep learning models for estimation of state of charge of batteries in EVs.
Cleaned, standardized, normalised and visualized provided datasets.
Chair of Student Branch at IEEE BNMIT from Jan 2021 - Present.
Social Media Manager and Graphic Designer for the IEEEBNMIT student chapter from Feb 2020 - Jan 2021
Neural Networks And Deep Learning
Coursera, Online
Jan 2021 - Feb 2021
Introduction To Data Science In Python
Coursera, Online
Jul 2020 - Aug 2020
Presented a paper titled 'Analysis of IPFS Based Decentralised Storage' at ICACT 2020 and published in the Journal of
Critical Reviews JCR.
CONTACT Phone: 91 9901705630
Rank 474: Resume 1550 with similarity score 0.03814191057931106
M.TECH , BS , B.E , MS , B.TECH technology professional , senior principal , certified scrum master , devops , principal consultant , product development , assistant vice president , solution architect , change management , full time , technical manager training , security , 24x7 , spring , enterprise integration , angular , data collection , operational efficiency , gateway , dth , status , bot , digital transformation , commitments , application architecture , messaging , cold chain , fintech , distributed architecture , mobile platforms , bitbucket , facebook , technical design , reach , supply chain , signs , weblogic , service delivery management , coordinated , suite , magento , retail , commission , technical leadership , devops , software systems , kubernetes , designation , mar , web services , csm , hindi , loan , architects , english , customer data , code review , web applications , calculations , professional development , microservices , solution architecture , processing , redis , rest , change management , react native , acceptance testing , research , documentation , agri , data integration , one , sonarqube , javascript , kyc , wso2 , technology , bfsi , business initiatives , general , scrum , performing , suppliers , vs , affirmative action , oracle , hub , public , utilization , jquery , kafka , regulations , email , manufacturing , shared services , operations , service automation , middleware , unit testing , customer experience , languages , business process , platform development , operational excellence , management system , jira , dashboards , ml , apps , pmp , field service , program management , bpm , api , mentoring , onboarding , integration projects , jenkins , people management , nosql , soap , b2c , fortune 500 , ug , coe , routing , reference architecture , offers , azure , cloud applications , authorization , internet , risk , teams , scalability , record , b2b , agile project management , remodeling , focus , regulatory reporting , project estimation , whatsapp , tool selection , electronics , design thinking , enterprise architecture , problem solving , e-commerce , selenium , bamboo , python , orchestration , metrics , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c12…
https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c120443450d095d… 1/3
Current Designation: Assistant Vice President
Current Company: ValueLabs
Current Location: Gurgaon
Pref. Location: INDIA
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Software Systems]
Verified : Phone Number | Email - id
ValueLabs as Assistant Vice President
Jul 2015 to Till Date
Key Responsibilities
* Solution Architect, Service Delivery Leader for Enterprise Integration Projects Globally and All Cloud App
Development/Digital Projects for MEA and India Geo, Ensure 95% Utilization and Financial Efficiancy of each resource
and project.
* Leading, mentoring, training, and contributing to the professional development of 50+ staff members
* Plan, execute, monitor, control, and close all aspects of the project lifecycle by using one of Scrum Medothology
* Rigorously manage scope through a structured change management process to ensure commitments are achieved
within agreed time, cost, and quality parameters with focus on delivering the business benefits using agile principles/
metrics.
* Create and validate financial forecasts and provide ongoing reconciliation of resources and expenditures.
* Proactively analyze variances against plan to assess trends threatening agreed scope, time, cost, and quality
commitments. Identify signs that a project may be at risk and escalate quickly and appropriately.
Major Accomplishment / Projects
Product Development / Monothlic to Microservices Migration / Cloud Migration ? Fintech Data Collection, Dealer/Partners
Engagement Platform, HCM Platform, Customer Data Hub
* Provided technical leadership to define Architecture,SystemDesign for MultiTenancy, Scalability, Distributed Architecture
* Facilitated Design Thinking workshop with Product Owners, Stakeholders to align with vision for the program.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
VARUN JINDAL
PMP and CSM Certified Senior Technology Professional seeking roles in Agile
Leadership, Technical Program Management, Microservices,Product Development,
Integration / Solution Architecture, Digital transformation
Key Skills: Senior,Program Management,Technical Program Management,Project Management,People
Management,Service Delivery Management,Cloud,Microservices,Integration,Product
Development,Java,PMP,CSM,Solution Architecture,Digital transformation,Data Integration
Summary
? Technology Professional with 18 years of experience in Software Development and 5+ years in Technical Program
Management and Digital transformation/ 12+ years in Solution Architecture
? Currently managing Microservices Architecture Product Development , Cloud / Digital projects at ValueLabs. Few previous
roles are Solution Architect / TM at Oracle Consulting, Middleware CoE member at Wipro, E-commerce Tech Lead at Timex.
? Hands on coding expertise in technologies - Application Development (Cloud Native, Microservices, Spring, Angular, Java
Script frameworks, jQuery, Java/J2EE, REST / SOAP web services, BPM, ELK, Key Clock, Kafka, Redis, React, React Native,
Oracle, Selenium) and Integration (BPEL, SOA Suite, Service Bus, Middleware, iPaaS, Weblogic, Messaging).
? Proven Track Record to deliver large scale projects in E-commerce, Retail/Supply Chain, BFSI, and Manufacturing domain.
? Worked across the globe ? North America, Europe, Middle East, Australia, Southeast Asia, and India
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c12…
https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c120443450d095d… 2/3
* Spearheaded Agile Engineering by working with high-performing cross functional teams throughout the product
development lifecycle to identify tasks or deliverable changes, estimations / technical efforts, define timeframes, Coding /
Unit Testing, acceptance testing, deployment, Support , and offering analytical problem solving.
* Delivered Highly Scalable, and Performant Cloud Native Full Stack Application using Angular, Spring Microservices, Rest
API, Kafka, NoSQL DB, Redis, KeyClock & Mobile App Development using Mobile Platforms like React Native.
* Coordinated DevOps and CI/ CD Implementation process - ELK, BitBucket, SonarQube, Kubernetes, Jenkins, public
clouds.
Business Initiatives / Strategic Projects
* Remodeled Loan KYC Operations using Angular, Spring/Java, Azure Service Apps, Azure SQL DB, Azure OCR / Vision
Cloud.
* Orchestrated multiple Enterprise/ Hybrid Integration Platform implementation using WSo2, MuleSoft, Oracle SOA.
* Achieved Operational Excellence and better Customer Experience by leading Implementation for Mobile Reporting, 3PL
Logistics Integration (EDI), PayLater Affirm Payment Gateway.
* Orchestrated Python/ML-based income calculations implementation and retraining approach.
* B2B / B2C E-commerce Platform and Mobile App Implementation
* Solution Architecture & Implementation of React Native Hybrid Mobile and Magento CE Based Admin Portal, API
Backend
Automation / Digital
* Multiple Successful RPA Implementation for AP / AR Processes using UIPath, Automation Anywhere, and OCR/IQ Bot.
* Lead Delivery for Digital Conversational platform (Chatbot) enabling channels like WhatsApp, Facebook
Oracle India as Senior Principal Consultant
May 2011 to Jul 2015
* Technical Manager and Solution Architect for Implementation of Platform Development, Integration / Service-oriented
Architecture as part of Technical Consulting team by engaging in Project Estimation, System design, Solution Architecture,
Planning & Execution, Documentation across Software Development Lifecycle (SDLC) Phases.
Major Accomplishment / Projects
* Achieved 30% operations cost saving for a US Based Agri Manufacturing by Implementing Document Routing Hub
o Integration / Application Architecture, Business Processes Modelling, Service Oriented Architecture, OCR, Content
Management System, BPM and Orchestration tool Implementation for various documents.
* Engineered a Regulatory Reporting and Data Integration platform for US Financial Insitute.
o Provided technical guidance, and mentorship to Architects, Development Teams to develop solutions.
o Collaborated with 80 + cross-functional team members like Business Analysts, Architects, Project Leads, QA
o Used technologies like SOAP API, Web Applications/JSF, Weblogic Application Server, Python, and Ant for DevOps
* Established Competency - shared services Production Support Team (24x7) for cloud applications.
* Supervised work for Implementation of CI / CD platform for Fortune 500 corporate HR platform using Bamboo, Jira,
Ant, etc for Automated code review, Continous testing across various Environments.
Wipro Technologies as Consultant Enterprise Applications Services
Aug 2004 to May 2011
* Effort Estimation, Technical Specification, Solution Architecture, Technical Design, and Implementation of Middleware.
* Overcoming challenges, resolving project deadlocks using experience-backed sound judgment in Fast-paced
Environment
* A people's leader, who not only motivates but also paves that path for consultants to grow as individuals.
Major Accomplishment / Projects:
* Integration and Application Architecture for a Global Fortune 500 Corporate
o Vision Document, SOA Reference Architecture, R&D, Middleware Tool Comparision and Selection
o Integration Transaction Hub for Integration CoE using Service Oriented Architecture, B2B - EDI, Dashboards, 5x
improvement in onboarding time, 35% increment in Operational Efficiency and reduction is operational risks.
o ERP Extension Application Development for REACH regulations for Suppliers across Europe.
o Product Development using agile engineering for Engineering Entity that offers cold chain monitoring
Research And Development, BPM Tool Selection, Build vs Buy vs Borrow Decision Making.
Business process remodeling, BPM Implementation, Automated Processing & Field Service Automation.
* Orchestrated Enterprise Architecture, Infra Plan, System design, Development Activities for Sales Team Commission
Processing Application for US-based DTH provider enabling better security and quicker processing.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Kurukshetra University in 2002
PG: M.Tech (Software Systems) from Birla Institute of Technology and Science (BITS), Pilani in 2005
Other Qualifications/Certifications/Programs:
PMP
Certified Scrum Master (CSM)
Oracle Service-oriented Architecture Specialist
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c12…
https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c120443450d095d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Agile Project Management 5 Year(s) 0 Month(s)
AGILE 10 Year(s) 0 Month(s)
JAVA 0 15 Year(s) 0 Month(s)
Spring 0 5 Year(s) 0 Month(s)
MicroServices 0 3 Year(s) 0 Month(s)
People Management 0 12 Year(s) 0 Month(s)
PROGRAM MANAGEMENT 0 5 Year(s) 0 Month(s)
Technical Program Management 0 5 Year(s) 0 Month(s)
PMP 0 12 Year(s) 0 Month(s)
CSM 0 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 475: Resume 1087 with similarity score 0.03809966268312108
B.E , MS , B.TECH cloud architect , senior project manager , project lead , certified scrum master , senior manager , partner , product development , technology consultant , change management , full time , sql developer , agile coach , software test engineer , program manager financial services , data warehouse , coordinators , kpi , status , business travel , mumbai , pl/sql , writing , pmi , contact management , cost management , organization , south asia , vetting , business opportunities , designation , mar , deliverables , csm , hindi , ltd , chemical engineering , salesforce.com , english , web applications , management professional , agile , development tools , leadership , change management , expediting , documentation , punjabi , boarding , javascript , technology , waterfall project management , business requirements , customer relationship management (crm) , stored procedures , finances , reporting , policy compliance , scrum , performing , bespoke , product support , affirmative action , oracle , principles , project plans , maintenance , architecture , software testing , customer service , email , business rules , aws , attribution , subject matter experts , customer experience , languages , jira , pmp , product offerings , program management , database , online , api , rfp , toad , lead management , cloud applications , authorization , client/server , business value , teams , b2b , modernization , less , test automation , interfacing , debugging , framework , software development life cycle (sdlc) , acp , schedules , cloud computing , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180…
https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180b1312585d085… 1/3
Current Designation: Senior Project Manager - Scrum Master,
Program Manager, AWS Cloud Computing
Current Company: Available for joining is less than 30 days
Current Location: Gurgaon
Pref. Location: Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Available for joining is less than 30 days as Senior Project Manager - Scrum Master, Program
Manager, AWS Cloud Computing
Feb 2020 to Till Date
** Worked extensively in the information AWS architecture of cloud applications in aligning them to the organization
process and principles that ensures that integrated data delivers business value and aligns business priorities and
technology.
* Provided project & program management over large scale, top priority and complex technology initiatives.
* Achieved seamless cloud migrations and integrations that were transparent to client customers, accomplished highly
scalable and available applications.
OYO India & South Asia Corporate HQ as Project Manager -CRM Cloud Implementation
Mar 2019 to Dec 2019
* Project lead to implement industry leading cloud based CRM (Salesforce) for OYO's corporate Sales team based in
India and South Asia.
* Created business requirements documents including scope of work (SOW), request for proposal (RFP), vendor vetting
profile, and service level agreement (SLA) processes for a full life-cycle, database modernization upgrade to a proprietary
Customer Relationship Management (CRM) system.
* The solution framework was developed and deployed as managed package (App exchange product) in multiple
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Anantvir Singh PMP ACP CSM
Seasoned Project Management Professional, PMP, PMI-ACP, Scrum Master, Agile
Coach & AWS solutions cloud architect with 12 years' experience in project
management, leading teams and expediting solutions to a global & diverse client base.
Key Skills: project manager-it/software,pmp,scrum master,project management,jira,leadership,agile certified practitioner
,agile coach,product development,Business Consulting,Program Management,Cloud Computing,AWS,AWS Solutions
Architect,cloud m,Senior Level
Summary
* Seasoned Certified Project Management Professional (PMP-PMI), PMI Agile Certified Practitioner, Certified Scrum Master
with 11+ years' experience in project management and customer service, leading teams and expediting solutions to a global &
diverse client base.
* Excellent communicator; leverage technology, business and financial acumen to communicate effectively with client
executives and their respective teams.
* Expert in agile and waterfall project management methodologies. Known for ability to produce high-quality deliverables that
meet or exceed timeline and budgetary targets.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180…
https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180b1312585d085… 2/3
concurrent phases by adopting Salesforce.com CRM capabilities and hybrid agile accelerators for project execution.
* Implemented account management, contact management, opportunity, forecast management and CRM solutions for
OYO's B2B corporate channel.
* Project lead for API integration with Global TMC's and implementation of Travel and Expense platform with Travel
Technology partners.
* Performing all internal corporate leadership tasks such as tasking team, reporting status, managing team schedules,
monitoring project finances, interfacing with the executive customer team.
Flight Centre Travel Group India as Senior Project Manager - Scrum Master
Jun 2015 to Feb 2019
* Lead functional and technical aspects of Salesforce.com implementations and integrations with other internal and
external systems, and business processes.
* Enabled FCTG sales team to move away from manual lead management and reporting to an automated model based
on intelligent business rules and easily report on lead conversion rates and marketing attribution and ROI
* Delivered solutions-based strategies by leading a team of subject matter experts and planned efforts in knowledge
arears such as: Project Management, On-Boarding, Change Management, and Cost Management.
* Policy Compliance & Reporting: Providing key stakeholders in all markets with relevant reporting material (spend &
behavior), improvement on existing reporting and closely monitor KPI's set & follow-up.
Thomas Cook India Limited as Senior Manager - Special Projects
Aug 2011 to Jun 2015
* Managed the delivery of Thomas cook's business travel self-booking tool implementations at a local and regional level
* Produced and apply robust project plans to promote a positive customer experience
* Deployment of project management methodology in planning, executing, controlling and closing projects
* Developing relationship of trust with customer, internal stakeholders and GBTs travel partner network to form a strong
project resource network.
* Planned and managed bespoke project plan for each assigned market/client
* Lead and manage assigned implementation coordinators, providing guidance and advice on the management of
projects
* Developed relationship with 60+ existing customers to maximize business opportunities by recommending Thomas
Cooks online booking platform and land product offerings.
Accenture Services Pvt. Ltd. as Technology Consultant
Jun 2007 to Jun 2009
Software Test Engineer with experience in Software Testing, IT support, Test automation development and testing ETL,BI
Reports Data warehouse, Client/Server and web applications.
Experience in writing complex SQL, Oracle PL/SQL queries including calling stored procedures by passing parameters,
functions using SQL Developer and Toad as development tools.
Experienced in dealing with clients to gather requirements, understanding the Business requirements, product
demonstrations and providing product support.
Experience in full Software Development Life Cycle (SDLC) (designing, debugging, testing, documentation, maintenance
and enhancement).
UG: B.Tech/B.E. (Chemical Engineering) from Maharshi Dayanand University, Murthal in 2007
PG: MBA/PGDM (Finance) from Welingkar Institute of Management, Mumbai in 2011
Other Qualifications/Certifications/Programs:
PMP - Project Management Professional
Certified Scrum Master (CSM)
Education
IT Skills
Skill Name Version Last Used Experience
PMP 6 Year(s) 0 Month(s)
CSM Scrum Master 0 5 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180…
https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180b1312585d085… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
PMI ACP 0 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Punjabi
Rank 476: Resume 1173 with similarity score 0.03808677537159488
B.S , MS technician , group leader , senior technical support engineer , part time , senior associate , full time , technical support manager corporate training , business case , customer , it security , service levels , linux , kpi , status , steering , messaging , mumbai , managed servers , features , symantec , decommissioning , it infrastructure , netbackup , utilities , operating systems , organization , engagements , french , encryption , designation , confluence , mar , prototype , hindi , network troubleshooting , cloud , gap analysis , knowledge management , windows , database servers , english , protection , project , consultation , sprint planning , performance tuning , hyper-v , disaster recovery , terminal services , his , daily reports , operational support , tape , vmware , one , javascript , disk , reporting , rca , system recovery , general , affirmative action , technical architecture , uptime , collaboration , basic , advanced , email , business analytics , aws , problem management , german , elicitation , operations , continuous improvement , mac , him , knowledge sharing , languages , sme , raid , vtl , scheduling , engineers , veritas , 10k , ug , telecom , backline , active directory , azure , authorization , risk , teams , enterprise , excel , sql , transition management , adherence , global services , electronics , sindhi , articles , spanish , problem solving , storage , data domain , scrap , backup exec 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b1…
https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b135143130c5d00… 1/3
Current Designation: Lead Manager
Current Company: Sutherland Global Services Private Limited
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Electronics]
Verified : Phone Number | Email - id
Sutherland Global Services Private Limited as Lead Manager
Nov 2020 to Till Date
Support Language teams like French, Spanish and German.
Have a team of 7 techs for French, 5 for German and 5 for Spanish.
Create daily reports for all techs and help get the backlog down for them.
Current backlog is 150 cases , I have got the backlog down from 150 to 125 in Nov.
Provide daily guidance to the technician upon correct track of troubleshooting.
One tech is senior and did behave like one, thus took a decision of giving an ultimatum of 15 days for him to work his way
and later if he could not work on his cases, he listens and looks into guidance provided to him.
Reporting a manager in banglore and update him on daily basis upon the improvement of tech work from all aspects.
Veritas as Senior Technical Support Engineer
Mar 2015 to Dec 2019
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
TRIPTI NIRMAL RAJUSTH
Senior Technical Support Engineer seeking roles in Project Management,IT
Infrastructure,Incident Management,SLA & KPI Management,Business
Analytics,Technical Architecture,technical escalations,IT Security,Client
Engagements,AWS, Azure, OracleAWS
Key Skills: Senior Technical Support Engineer,Technical Support Manager,Project Management,IT Infrastructure,Incident
Management,SLA & KPI Management,Business Analytics,Technical Architecture,technical escalations,IT Security,Client
Engagements,AWS,Azure
Summary
A result-oriented professional with over 11 years of a successful career with diverse roles distinguished by commended
performance
Possess 4 years of experience in NetBackup and gained in-depth knowledge of NetBackup 7.x, 8.xconcepts
Experienced in supporting DNS, DHCP, Security and L2 Network Troubleshooting
Expertise in technical concepts on OS, Database, Basic, concepts of Active Directory, RAID and knowledge on troubleshooting
and inclination towards customer support
Gained the expertise in the stats-of-the-art technologies like cloud Hybrid environment - AWS, Azure, OracleAWS, Data and
Business Analytics
Experience in leading and managing complex IT Infrastructure build-outs, migrations, integration and transition management of
Network and IT Security Services in a geographically diverse global environment
Turned around IT organization for improved effectiveness, using IT as business tool to conceptualize and deliver innovative
solutions; grooming.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b1…
https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b135143130c5d00… 2/3
Key Results Areas
Supported global customers for NetBackup with the help of a team of 15 Engineers
Installed and configured the Master/Media & clients using NetBackup GUI
Configured Volume Pool, Storage Units (Basic Disk, Advanced Disk, VTL), Policies, Tape drives, Media Management and
Media Importing
Recreated problems in-house and provided evidence where bug fix was required; conducted the CPU, Memory, File
System, Performance Tuning
Understood and configured backups on Data domain and SAN client, Clusters
Patched, installed, upgraded, migrated, remotely monitored and managed servers using utilities like Terminal Services
Worked on Inquira Tool while in Symantec & answered the queries upon Community portal in relation to products
Migrated 101 articles from Symantec to Veritas, the articles were a part of Symantec, thus worked with the management
across like Backline and Managers and archived the un-used articles while re-created some in VERITAS
Leading a team of 9 direct reportees (Managers) L2 & L3 Engineers in operational support and managed customer IT
infrastructure for Managed Service Project; resolved technical escalations and rendered support for high severity issue
management for more than 10k customers across the globe
Transitioning for new customers; developing monthly project status reports and managing SLAs and team
performancePlanning, scheduling & coordinating the technical and management aspects of team
Driving teams to ensure uptime of infrastructure within service levels; coordinating with multiple teams to get the issues
resolved within SLA
Preparing RCA after issues resolution and working towards Problem Management in case of recurring and high severity
issues
Troubleshooting issues and steering identification of all enterprise wide high-risk customers; managed capacity and
volumes
Symantec as Technical Support Engineer
Mar 2011 to Oct 2015
Highlights
Extended the technical support to global customers for Symantec System Recovery
Provided the resource consultation to the global clients of Symantec and planned disaster recovery and restored
operations for clients from SSR perspective
Supported for timely backups and restored mail and messaging servers from SSR perspective for database servers like
SQL, VMware and Hyper-V
Performed upgrade and migration for SSR and Backup Exec Tier1
Wirpo Technologies as Senior Associate
Jun 2009 to Feb 2011
Highlights:
Troubleshoot on encryption mechanism and E-Discovery for device decommissioning features for Governance and data
protection
Extended the technical support to various global customers/end-users on various security products on Windows, Mac and
Linux operating system
Ensured the adherence towards quality for the team of MMG for Oct?10 ? Dec?10
Conducted various corporate training of MMG and worked as an SME & group leader
UG: B.Sc (Electronics) from Modern College, Pune, affiliated to Pune University in 2009
Education
IT Skills
Skill Name Version Last Used Experience
VMWARE 5.5 2019 5 Year(s) 0 Month(s)
Linux 7 2019 8 Year(s)
Operating Systems Windows 2020 10 Year(s) 0 Month(s)
Networking 8 Year(s)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b1…
https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b135143130c5d00… 3/3
Nature of Employment: Part Time
Role: Other
Duration: Jun 2019 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 15
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Sindhi
Projects
Project Title: Knowledge Management
Client: Veritas
Skill Used: Problem solving
Role Description: KChamp for Knowledge management
Project Details: Undertook ISearch Methodology & handled 9Managers, each manager having
a team of 15.
? Archived 101 articles which where scrap.
? Performed Gap analysis and develop a business case/prototype for solution Conducted brainstorming sessions with
product Managers, and team for requirement elicitation.
?Analyzed Legacy System to identity loopholes to suggest better solutions.
?Used webbased tool-Confluence, for knowledge sharing and work
collaboration for continuous improvement.
? Coordinating with onsite team, technical engineers all across.
? Performed Sprint Planning,prepared excel report upon articles.
? Requirement Planning and Task Estimation for all the Veritas articles and
monitoring to ensure that all requirements are finalized before Sprint.
? Timely follow-up of the implementation process,schedule to refine
requirement.
Rank 477: Resume 1159 with similarity score 0.03797025291387937
B.E , B.TECH devops , software developer , backend developer , full time , change management , part time , associate software engineer devops , designation , ug , affirmative action , analytics , docker , hindi , maintenance , authorization , english , status , sql , email , project , pandas , application , aws , video , mongodb , numpy , mumbai , computer vision , system architecture , saas , change management , servers , c++ , languages , nginx , flask , python , kyc , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420…
https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420a10135c5d0d5… 1/2
Current Designation: Associate Software Engineer
Current Company: Think Analytics India Pvt.Ltd
Current Location: Mumbai
Pref. Location: Delhi / NCR,Gurgaon,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
Think Analytics India Pvt.Ltd as Associate Software Engineer
Aug 2018 to Till Date
Python Backend Developer,Computer Vision,
AWS ,Docker,Client handling.
Kwikid
Developed the system architecture and
backend algorithm for a Video KYC solution.
Successfully deployed scalable,secure SAAS
solution on major banking client's servers.
Third Eye
Deve loped the algorithm for Neural Network
based NoBall detection SAAS.
FaceAI
Developed the algorithm for gesture based
liveness detection using computer vision
UG: B.Tech/B.E. (Computers) from Jaypee University of Engineering & Technology, in 2017
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Lalit Gupta
Associate Software Engineer seeking roles in Software Engineering,Software
Development,Project Management,Change Management,Defect Management,Quality
Management,Requirement Gathering,Application
Support,MongoDB,Docker,Pandas,Python,HTML,AWS,SQL,C++
Key Skills: Associate Software Engineer/Developer,Software Engineering,Software Development,Project
Management,Change Management,Defect Management,Quality Management,Requirement Gathering,Application
Support,MongoDB,Docker,Pandas,Python,HTML,AWS,SQL,C++
Summary
Result oriented professional with experience in Software Engineering,Software Development,Project Management,Change
Management,Defect Management,Quality Management,Requirement Gathering,Application
Support,MongoDB,Docker,Pandas,Python,HTML,AWS,SQL,C++
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420…
https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420a10135c5d0d5… 2/2
PG: PG Diploma (Computers) from CDAC, Pune in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Python, Nginx, AWS, Devops
Flask/Django/ Numpy/Pandas
SQL/MongoDB/ C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 478: Resume 1523 with similarity score 0.03792206611788905
MS , M.S , BS director , vp , full time , quality assurance training , sem , it operations , linux , site planning , e-mail , status , sap , programmers , researching new technologies , os x , writing , chat , data center , ministries , sql server , google analytics , cms , organization , crm , ecommerce , magento , multilingual , open source , designation , deliverables , flash , cloud , ltd , flex , english , project , drupal , phonegap , mac os , c++ , b1 , astrology , mobile applications , documentation , javascript , technology , html , web development , optimization , general , classic , blogs , adobe photoshop , affirmative action , mysql , oracle , technical architecture , uptime , maintenance , unix , draw , jquery , advanced , social media , joomla , android studio , email , wordpress , webmaster tools , adsense , aws , multimedia , mx , microsoft , seo , languages , corel , layout , css , tamil , health , apache , azure , remote locations , php , authorization , internet , plugin , erp implementations , business analysis , servers , statistics , impression , iis , 3d studio max , python , 3d graphics 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43…
https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43554313515f5d5… 1/3
Current Designation: Director and CTO
Current Company: Shaun Info media opc pvt ltd
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Dubai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Shaun Info media opc pvt ltd as Director and CTO
May 2018 to Till Date
Key Deliverables:
Developed a multilingual Astrology application in Python, PHP
Developed Thumb impression reading, comparison and analysis application in C
Setup Data Center with 24/7 uptime severs
Created numerous web sites and mobile applications
True Friend Management Support Service Pvt Ltd. as Head - IT, Social Media and Software
Development
Feb 2017 to Apr 2018
Key Deliverables:
Managing the Entire Jesus Calls Ministries IT Operations, Software Development, CRM and Social Media
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AROKIA PACKIA NATHAN L
Director and CTO seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Project Management,Web Development,Business Analysis,SAP,Android
Studio
Key Skills: Director and CTO,Head/VP/GM-Technology/CTO,Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical Architecture,Project
Management,Web Development,Business Analysis,SAP,Android Studio
Summary
A dynamic professional with nearly 20 years of rich experience in Software Development, Web Development, Mobile App
Development, ERP Implementations, SEO/SEM, Business Analysis and Project Management
Proficiency in client communication through day to day call, chat & e-mail (US and European Clients).
Adept in end-to-end development of software applications from requirement analysis to system study, designing, developing,
documentation and implementation.
Skilled in GUI design, Site planning and Architecture.
In-depth knowledge of open source technologies.
Pro in word press, drupal, magento kind of open source CMS Theme and Plugin Development
Hands on experience in Microsoft Technologies.
Rich experience in SEO and Web and Speed optimization.
Pro in Webmaster tools, Google Analytics, AdSense, Ad words, Blogs and Search engine marketing.
Business Analysis done for 60+ Projects.
Developed 20+ mobile applications
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43…
https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43554313515f5d5… 2/3
Managing the In House Servers, AWS Cloud Servers, Azure Servers
Managing the 200+ remote locations IT needs
Updating the old software and websites into new technology
Last 2 years, revamped / created the following websites and applications
o https://prayertoweronline.org/
o http://karunya.edu/
o http://truefriendmatrimony.com/
o http://truefriendtours.com/
o http://truefriendshoppe.com/
o http://pos.truefriendshoppe.com/
o http://leprosyhealth.org/
o http://jesuscallsradio.com/
o In House CRM Enhancement
o Matrimony Android App
o JC Radio App
Ethix Health Care as CTO
Jul 2016 to Jan 2017
Key Deliverables:
Managing day-to-day activities, analyzing statistics and reading and writing reports
Interacting with managers of different areas of the organization, presenting findings to stakeholders and higher
management as well as training and supervising new employees and tracking and measuring staff performance.
Planning and controlling change.
Managing quality assurance programmers.
Researching new technologies and alternative methods of efficiency.
Setting and reviewing budgets and managing cost.
Overseeing inventory, distribution of goods and facility layout.
Upgrading the software, CRM, Websites
UG: B.B.A/ B.M.S (Management) from Madras University in 1999
PG: MBA/PGDM (Project Management) from Alagappa University in 2011
Other Qualifications/Certifications/Programs:
Diploma in 2D, 3D Graphics and Multimedia
Advanced Diploma in Software Engineering
Education
IT Skills
Skill Name Version Last Used Experience
PHP, MySQL, Maganto, Wordpress
Drupal, Joomla, HTML 5, JQuery
CSS, Phonegap, UNIX / Linux
Apache Web Server,Mac OS-classic & OS X
ASP, JSP, ORACLE, SQL Server
IIS, Adobe Photoshop, Corel Draw
Illustrator, Flash Mx & Action Script
Flex, 3D studio Max, C, C++
SAP B1, Python
Languages Known
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43…
https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43554313515f5d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Tamil
Rank 479: Resume 403 with similarity score 0.037900895297471406
B.TECH , BS software engineer switching , web development , redux , css , command , mysql , public , grocery , player , bootstrap , shipping , newton , tac , project , store , express , mongodb , tic , numpy , pda , github , features , c++ , machine learning , problem solving , opencv , output , languages , e-commerce , python , face recognition , reviews , javascript , technology , cart , artificial intelligence , html , capture Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B.Tech College of Technology and Engineering, Udaipur 5.8/10.0
2016 12th Aditya Birla Public School, Khor 78.4%
2013 10th Aditya Birla Public School, Khor 8.6/10.0
Internship and Certifications
Newton School | Software Engineer
Full Stack Web Development along with Problem Solving
Technical Stack learned: HTML, CSS, javaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB, Redux
Participated in various coding contest organized by the platform
Worked on various projects like Tic-Tac-Toe game, Countdown timer, Card deck game, etc
Projects
Grocery Item | Newton School
E-commerce website
Feature: Display of all item present in store with available quantity along with price, rating and reviews, After choosing any
item user can redirect to cart page which display all item willing to purchase with their quantity and total price, After
conforming their item user will direct to shipping page to mention their address for delivery and redirect to payment portal
to confirm their order
Role: Developer | Tech Stack: React JS, Node JS, Mongodb, Redux
Tic-Tac-Toe Game | Newton School (link)
A Simple Tic-Tac-Toe game
Features: Automatic player switching, shows the winning cell combination
Role: Developer | Tech Stack: HTML, CSS, JavaScript
Attendance Using Face Recognition Monitoring System | Keen Infotech
It's a Artificial Intelligence Project
Feature: numpy command is used to store the data, opencv library is used to capture the face, LCA and PDA algorithm is
used to compare the data and display the output with accuracy 90%
Role : Developer | Tech Stack: Machine Learning
Skills
Computer languages CSS, HTML, JavaScript, Python, Java, C++, C
Software Packages MongoDb, MySQL, Node, React, Bootstrap
Co-Curricular Activities
Volunteered in college fest
Participated in skit competition and won the 1st prize.
Praveen kumar Jat Github: Ravip75
August 2020 - Present
December 2020 - Present
October 2020 - October 2020
July 2019 - August 2019
https://github.com/Ravip75
https://my.newtonschool.co/playground/markup/bngkctlgwx/
Praveen kumar Jat
Github:
Ravip75
Education
2020
B.Tech
College of Technology and Engineering, Udaipur
5.8/10.0
2016
12th
Aditya Birla Public School, Khor
78.4%
2013
10th
Aditya Birla Public School, Khor
8.6/10.0
Internship and Certifications
Newton School | Software Engineer
August 2020 -
Present
Full Stack Web Development along with Problem SolvingTechnical Stack learned: HTML, CSS, javaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB, ReduxParticipated in various coding contest organized by the platformWorked on various projects like Tic-Tac-Toe game, Countdown timer, Card deck game, etc
Projects
Grocery Item |
Newton School
December 2020 -
Present
E-commerce websiteFeature: Display of all item present in store with available quantity along with price, rating and reviews, After choosing any item user can redirect to cart page which display all item willing to purchase with their quantity and total price, After conforming their item user will direct to shipping page to mention their address for delivery and redirect to payment portal to confirm their orderRole: Developer | Tech Stack: React JS, Node JS, Mongodb, Redux
Tic-Tac-Toe Game |
Newton School
(link)
October 2020 -
October
2020
A Simple Tic-Tac-Toe gameFeatures: Automatic player switching, shows the winning cell combinationRole: Developer | Tech Stack: HTML, CSS, JavaScript
Attendance Using Face Recognition Monitoring System |
Keen Infotech
July 2019 -
August
2019
It's a Artificial Intelligence ProjectFeature: numpy command is used to store the data, opencv library is used to capture the face, LCA and PDA algorithm is used to compare the data and display the output with accuracy 90%Role : Developer | Tech Stack: Machine Learning
Skills
Computer languages
CSS, HTML, JavaScript, Python, Java, C++, C
Software Packages
MongoDb, MySQL, Node, React, Bootstrap
Co-Curricular Activities
Volunteered in college festParticipated in skit competition and won the 1st prize.
Rank 480: Resume 1223 with similarity score 0.037878983236379005
B.E , MS , B.TECH , BS sap basis , senior product manager , solution architect , technology consultant , change management , full time , digital product manager , product owner , business analyst business case , security , microsoft azure , space , use case , platforms , airlines , status , eco , product management , oracle policy automation , salesforce , gtm , digital channels , organization , crm , airports , retail , access , designation , sap products , transportation management , agile , mobile apps , microservices , solution architecture , asset management , ibm , value creation , data analysis , change management , strategy , his , enterprise data , one , javascript , technology , master plan , optimization , general , affirmative action , data analytics , maintenance , travel , fleet management , iaas , paas , email , manufacturing , aws , image capture , runway , customer experience , assessment , dashboards , web , commerce , it infrastructure management , blueprint , civil aviation , ug , portals , investment , offers , revenue , analytical models , authorization , modernization , application , focus , global services , electronics , government , led , drive , transformation , energy management , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e13081…
https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e1308130545140e5500… 1/2
Current Designation: Digital Product Manager
Current Company: Accenture Industry X
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Other Management]
Verified : Phone Number | Email - id
Accenture Industry X as Digital Product Manager
Nov 2018 to Till Date
Digital and Innovation at Large Indian Airport
* Ran the "Client-Accenture" Innovation lab - Digital and Innovation Strategy, ideation sessions,
vendor/ start-up evaluation, idea incubation/ pilots, value creation, change management and GTM
* Developed Airport enterprise blueprint, Digital master plan and Digital organization structure
to support the transformation
* Designed and delivered Omnichannel Airport Digital market place ( Website, Mobile & Commerce)
for 33M airport passengers and defined 5 year platform strategy and roadmap with focus on enhanced
customer experience and non aero revenue
* Designed Enterprise Data Analytics Strategy, roadmap with integration of 30+ data sources, 200+
Reports & 15+ Analytical models
* Designed Connected Asset (IOT) management Architecture, Business case and successfully
delivered 1st pilot on Smart Energy management
* Cloud Strategy and Cost optimization : AS-IS application assessment of apps with focus on Cloud
cost optimization, Governance, Security and Application modernization journey
* Successfully delivered Fleet management solution (Mobile,Web & Analytics dashboards) for
monitoring the moving assets across landside and airside of the Airport
* Successfuly delivered AI based runway inspection POC using Image capture controller and
Analytics
Last Active: 3-Feb-21 Last Modified: 2-Feb-21
SUNIL KUMAR BARRE
Digital Product Manager seeking roles in Product Management,IT Infrastructure
Management,Agile Methodology,Cloud Computing,Data Analysis,Product
Management,Asset Management,Solution Architecture,Client
Management,Azure,AWS
Key Skills: Digital Product Manager,Product Manager,Product Management,IT Infrastructure Management,Agile
Methodology,Cloud Computing,Data Analysis,Product Management,Asset Management,Solution Architecture,Client
Management,Azure,AWS
Summary
Sunil is a Digital product manager with 8+ years of experience in Digital and technology space. He has
led the design and development of multiple products/platforms across digital channels including
portals,mobile apps,Intelligent dashboards following the agile methodology.
His industry specialization includes Travel, Retail, Hospitality, Airlines, Airport and Government
Prior to joining Accenture, Sunil was Associated with Unisys and IBM Global services India. He has a
Bachelors degree in Electronics Engineering from Andhra University(2010) and a Post Graduate
Diploma in Management (PGDM) from IIM Kozhikode(2014)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e13081…
https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e1308130545140e5500… 2/2
Unisys as Senior Product Manager
Apr 2014 to Nov 2018
Product Manager for Airsewa : Worked with AAI and Ministry of Civil aviation India to lead the
execution of One Airport App for 84 Airports that facilitate Grievance management and Interactive
Chatbot for Airport information
* Product owner for Unisys AirCore Timeline: Use case definition, Design of microservices
architecture, Integrations with travel eco system partners that enable airline to offer personalized
offers, Loyalty solution & AI based chatbot on Microsoft Azure stack
* Product Manager for Breeze2Work™ : Secured corporate investment of $250K and built and rolled
out Unisys Transportation Management System(TMS) to 3K users
* Business Analyst : Delivered Philly 311 app, a cloud based CRM solution (Salesforce) that expand
15 lakh citizens access to Philadelphia City services
* Solution Architect: Designed and developed Education resourcing portal for Ministry of
Education,New Zealand (built on Oracle policy automation and Azure PaaS)
* Led the Microsoft Cloud Alliances for Unisys India to drive Azure consumption and joint solution
development
IBM as Technology Consultant
Aug 2010 to Jul 2012
Worked as SAP Basis & Netweaver consultant for Manufacturing client in canada
* Responsible for technical implementation, upgrades, and ongoing support of SAP products and
processes to enhance the value to the customers
UG: B.Tech/B.E. (Electronics/Telecommunication) from Andhra University in 2010
PG: MBA/PGDM (Other Management) from Indian Institute of Management (IIM), Kozhikode in 2014
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Azure, AWS IaaS and PaaS
Rank 481: Resume 1340 with similarity score 0.03785382231374915
B.E , MS , B.TECH it infrastructure manager , system administrator , full time , part time , system engineer , aws solution architect solar , controllers , customer , security , conducting , databases , linux , antivirus , pop , resolutions , progression , status , re-engineering , business strategy , nagios , it service delivery , building , procurement , service delivery management , technical services , switches , ecommerce , infrastructure services , access , designation , mar , rhel , hindi , ltd , architects , english , it infrastructure operations , solution architecture , splunk , windows xp , disaster recovery , capacity planning , git , computer science , resource management , itil , javascript , wireless , business continuity , optimization , project teams , vendors , affirmative action , information technology , vendor management , maintenance , unix , raman , office 365 , escalation , strategic planning , business process analysis , paas , email , prevention , aws , print , ubuntu , continuous improvement , edge , languages , amazon , level design , jira , icinga , dynamics , pmp , it infrastructure management , management skills , mentoring , people management , ug , business applications , firewall , revenue , azure , cost control , authorization , internet , enterprise , licensing , record , devices , requirements gathering , cost effective , production implementation , servers , process operations , it operations management , data retention , formulation , cloud computing , backup and recovery , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c40…
https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c405210135f090a0… 1/3
Current Designation: Manager Technical Services
Current Company: Amazon India
Current Location: Noida
Pref. Location: Noida,Greater Noida
Functional Area: IT Software - Client Server
Role: IT/Networking-Mgr
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Amazon India as Manager Technical Services
Jun 2017 to Till Date
Key Result Areas:
* Playing a vital role in managing IT infrastructure of North India (FC) and leading and strategic planning for system
upgrades
* Representing as an escalation point for any IT issues for over more than 100 sites
* Contributing towards the development of IT departmental strategies to align with the overall business strategy as well
as corporate strategy
* Handling professional project teams to deliver multiple IT based projects on schedule.
* Resource Management & People Management skills with proven experience.
* Experience in setting up & managing Server, Networks & Service Desk process based administration for 99.9% up
time.
* Spearheading overall operations for executing IT projects involving scoping & initiating the same within cost & time
parameters.
* Handling functions related to delivery management for technical deliverable of concurrent projects.
* Developing, implementing and maintaining:
o Hardware & software standards for network, servers, databases, wireless technology, file & print services
o Data retention standards
o Overall backup and recovery strategy (Disaster Recovery & Business Continuity)
o Processes and procedures for effective delivery of services and compliance with regulatory guidance
Last Active: 23-Nov-20 Last Modified: 23-Nov-20
ARUN YADAV
AWS Solution Architect IT infrastructure Management IT Operations Management
Project Management People Management SLA Management Solution Architecture IT
Procurement Solution Architecture Network Operation
Key Skills: cloud computing,it operations,aws,it service delivery management,it infrastructure,pmp,it solution
architects,itil,aws solution architect,paas,azure,it infrastructure operations,it infrastructure services
Summary
*Distinguished proficiency in business process analysis into IT processes & design, process re-engineering, process
optimization, cost control & revenue maximization from technical solutions using cutting-edge technologies
*Extensive experience in mapping client's requirements, designing customized solutions; strong customer-centric approach &
motivated to deliver quality results
*Proficient in liaising with vendors during the course of problem diagnoses, requirements gathering, detailed level design,
development, system test and production implementation to ensure that optimal resolutions were achieved
*An impeccable record of building high-performance teams, implementing continuous improvement programs and partnering
with multiple global stakeholders; set-up and rolled-out successful quality management in service environment, overachieved
expectations and exceeded all set goals by enduring.
*Expertise in planning & building IT Infrastructure at the enterprise scale.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c40…
https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c405210135f090a0… 2/3
o Best-practice standards as well as departmental policies and procedures
* Determining, recommending and implementing hardware and software upgrades for business applications, server
hardware, network equipment, desktop, laptop
* Focusing on continuous improvement and cost effective solutions
* Leading, mentoring & monitoring the performance of team members to ensure efficiency in process operations
* Developing competency among the team members; managing appraisal process across the levels, conducting
interviews to recruit the right talent and resources and developing employee competency
Xebia IT Architects India Pvt. Ltd as IT Infrastructure Manager
Mar 2012 to Feb 2017
Key Result Areas:
* Authorized for all IT Operation across country
* Represented as an escalation point for any IT issues for internal and external client
* Handling professional project teams to deliver multiple IT based projects on schedule
* Resource Management & People Management skills with proven experience
* Experience in setting up & managing Server, Networks & Service Desk process based administration for 99.9% up
time
* Spearheading overall operations for executing IT projects involving scoping & initiating the same within cost & time
parameters
* Handling functions related to delivery management for technical deliverable of concurrent projects
* Vendor Management, Procurement, Third Party contract formulation, Capacity Planning, Resource Planning and
Implementing IT policies
* Managed and maintained:
o L3 Networks, Security, DR
o Domain Controllers, Configuration, Maintenance including Antivirus user and server licensing along with a team of 8
Administrators
o File Server maintenance and Monitoring
o Firewall protocols as per internal and external Stakeholder needs
o Switches Including several L1, L2 and L3 switches
o Supervised and Designed WI-FI Devices control, data limitation and WI-FI security threat prevention
o VPN access and restriction management
o Data backup solution over cloud based servers such as Azure and AWS
o Linux/Windows development in house and cloud based Servers
* Successfully administered a team of 8 IT Admin staff and provided IT support to 1500Internal Employees, 23
External/Client site based Employees
Progression Infonet Pvt. Ltd as Asst. Manager/Lead
Mar 2011 to Feb 2012
Growth Path/Deputation:
Mar' 11- Aug'11: Sr. System Engineer (Client: Roamware India Pvt. Ltd.)
Aug 11- Feb 12: Asst. Manager/Lead (Client: Hughes Systique)
White Page India as Senior System Administrator
Aug 2009 to Feb 2011
UG: B.Tech/B.E. (Computer Science) from Maharishi Dayanand University (MDU), Rohtak in 2008
PG: MBA/PGDM (Information Technology) from Sir CV Raman Post-Graduate Education Institution Amravati in 2013
Other Qualifications/Certifications/Programs:
Aws Solution Architect
Education
IT Skills
Skill Name Version Last Used Experience
LINUX (RHEL 5, 6), UNIX, Ubuntu
Windows XP, Windows 07/08
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c40…
https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c405210135f090a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
TCP/IP, OSI
GIT, SVN, CI/ CD
JIRA
SMTP, POP, and Office 365
Sales Force
Splunk, Keynotes, Appsmon
Nagios, Icinga, Solar Wind, App Dynamics
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 482: Resume 805 with similarity score 0.03782441695278068
B.E , MS , B.TECH , BS project lead , senior software engineer , full time , team lead , systems engineer react.js , general , credit , jenkins , healthcare , css , microsoft azure , testcomplete , designation , ug , visual studio , mar , affirmative action , flash , tortoise svn , web api , scratch , technology services , databases , hindi , maintenance , pos , customer requirements , windows , jquery , fxcop , business logic , english , authorization , node.js , code review , wpf , status , paas , architecture , c# , bosch , email , project , specifications , application , mongodb , angularjs , star , new account opening , bengali , redis , .net core , testing , electronics , stored procedures , d3.js , sql azure , flow , design patterns , winforms , storage , cerner , asp.net , research , html5 , languages , cosmos , sql server , uml , money , web pages , javascript , franchise , apps , telemetry , etl , customer interaction 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 1/4
Current Designation: Software Engineer
Current Company: Microsoft Corporation
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Bengaluru /
Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Microsoft Corporation as Software Engineer
Oct 2018 to Till Date
Responsibilities:
9 years of experience in software development using Microsoft Technologies like C#, Angular6, React, .NET Core, Web
API, SQL Server, Azure data FactoryV2
Working with Azure Fuzzy Search & Azure Cognitive service.
Implementing Telemetry to proactively monitor the application failure points for each feature.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Soumava Barman
10 years of experience in software development using Microsoft Technologies like C#,
Angular6, React, .NET Core, Web API, SQL Server, Azure data FactoryV2
Working with Azure Fuzzy Search & Azure Cognitive service.
Key Skills: c#,sql server,redis,loopback api,css,microsoft azure,sql azure,etl,azure ml studio,.net core 2.2,Azure Fuzzy
Search,Angular6,NodeJS,D3.Js,React.Js,Node.Js,Cosmos,MongoDB,Javascript,API
Summary
10 years of experience in software development using Microsoft Technologies like C#, Angular6, React, .NET Core, Web API,
SQL Server, Azure data FactoryV2
Working with Azure Fuzzy Search & Azure Cognitive service.
Implementing Telemetry to proactively monitor the application failure points for each feature.
Creating Accessible UI using React
Involved in peer to peer code review, provide feedback and develop team knowledge
Excellent knowledge of Microsoft Azure. Azure PaaS offerings. Function Apps, App Service, Azure Search,
Cognitive Services, Cosmos DB, Azure SQL, Azure storage (Blob, Queue, Table, File Share), API Management, Traffic
manager, Azure Front Door.
Expertise in website development using Angular JS, Angular 4 and Angular 6, React, JavaScript, jQuery, HTML5, CSS.
Manage the software development cycle, including research, architecture, development, testing, release, upgrades.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 2/4
Creating Accessible UI using React
Involved in peer to peer code review, provide feedback and develop team knowledge
Excellent knowledge of Microsoft Azure. Azure PaaS offerings. Function Apps, App Service, Azure Search,
Cognitive Services, Cosmos DB, Azure SQL, Azure storage (Blob, Queue, Table, File Share), API Management, Traffic
manager, Azure Front Door.
Expertise in website development using Angular JS, Angular 4 and Angular 6, React, JavaScript, jQuery, HTML5, CSS.
Manage the software development cycle, including research, architecture, development, testing, release, upgrades.
Cerner Healthcare Solutions as Senior Software Engineer
Jul 2017 to Oct 2018
Development and maintanance of windows application for hospital labs.
Robert Bosch as Senior Software Engineer
Feb 2016 to Jul 2017
Development of Windows based applications FODP2
Short Description :
It is a windows based application which is used by End of Line station to check, verify and service of a vehicle and track all
details of the company vehicles.
We gather customer requirements, and develop according to that and flash our code into their test hardware, after
success signoff of their testing we flash our code to their production hardware
Role: Development , Designing,Customer Interaction
Client : Ford
Tools : Microsoft Visual Studio 2010 and Visual Studio 2012 and SQL Server 2008 , SVN , Venus
Technology : C#, WPF
Team Size : 14
Responsibilities :
Involved with client meeting in gathering the requirements, design the UML using star uml, verified by client. Develop
class diagram and activity diagram. Involved in development.
L&T Technology Services as Senior Software Engineer
Jul 2014 to Feb 2016
Development of a web application Named LnTVendingSystem
Short Description :
It is a windows based application which is beneficial for Utility to collect money and track details for all the consumer who
opt for smart prepaid electric meter. Admin also can track builder/franchise. POS can generate credit token for consumer
and they will be able to recharge his electric meter by his own.
Role: Development from scratch
Client : L&T
Tools : Microsoft Visual Studio 2010 and SQL Server 2008 , SVN , FxCop , Jenkins , TestComplete
Technology :C# , Winforms , sql server
Team Size : 6
Responsibilities : working as a team lead
Involved with client meeting in gathering the requirements, design the UML using star uml, verified by client. Develop
class diagram and activity diagram. Involved in development fully, alone developed 80% of this application with Three tier
architecture. Trained my two junior team members technically and integrate their module with project. Successful delivery
of phase1 in 2 month. Designed RDLC for reports
TATA Consultancy Services as Systems Engineer
Mar 2011 to Jan 2014
Designing and Development of TMK application using Win Forms and C#
Short Description :
It is a windows application to serve customers for their requirements like request for new credit card, Debit card etc.
Role: Development and Maintenance.
Client : Bank of America
Tools : Microsoft Visual Studio 2005 and SQL Server
Technology :, Win Form , Sql Server2000
Team Size : 7
Responsibilities :
Worked as designer and programmer and analyzed user specifications for workability.
Designed with Win Forms.
Coded Business logic in C#.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 3/4
Designed databases and wrote Queries, Stored Procedures in SQL 2005.
Development of WBAR application using C#/ASP.NET
Short Description :
It is a web application for customers for new account opening purpose.
Role : Development
Client : Bank of America
Tools : Microsoft Visual Studio 2005 and SQL Server
Technology : ASP.NET 3.5 , SQL Server 2005
Language : C#
Team Size : 7
Responsibilities :
Worked as programmer to understand the business flow.
worked in critical enhancements
Designed Web pages with ASP.NET.
Coded Business logic in C#.
UG: B.Tech/B.E. (Electronics/Telecommunication) from West Bengal University of Technology (WBUT) in 2009
PG: in 0
Other Qualifications/Certifications/Programs:
Certified ScrumMaster(CSM)
Education
IT Skills
Skill Name Version Last Used Experience
React.js 2020 1 Year(s) 3 Month(s)
C# 4.0 2017 6 Year(s) 0 Month(s)
WPF 4.0 2017 3 Year(s) 2 Month(s)
Redis cache 2019 0 Year(s) 6 Month(s)
.Net Core 2020 1 Year(s) 6 Month(s)
WINFORMS 2018 6 Year(s) 0 Month(s)
Loopback API 2019 0 Year(s) 6 Month(s)
Design Patterns 2018 3 Year(s)
AngularJs 2020 0 Year(s) 8 Month(s)
SSAS 2017 2019 0 Year(s) 8 Month(s)
Tortoise SVN 2018
SQL Server 2017 2019 4 Year(s)
Azure Data Factory v2 2019 0 Year(s) 8 Month(s)
Azure ML Studio 2019 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Bengali Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Hindi Proficient
Rank 483: Resume 1234 with similarity score 0.03772753310459687
B.E , MS , B.TECH , M.TECH application support , azure developer , software engineer , technical architect , agile scrum master , product manager , associate , technical lead , relationship manager , full time , team lead , product owner , aws solution architect box , api , risk assessment , mentoring , streamlining , infopath , general , customer , telugu , scrum , performing , powershell , change requests , designation , microsoft office , business applications , analytical skills , mar , affirmative action , tortoise svn , nintex , hindi , maintenance , azure , ltd , windows sharepoint services , jquery , digital , authorization , advanced , english , bootstrap , design principles , status , paas , c# , agile , sharepoint online , email , project , sql , store , metadata , aws , provisioning , consolidation , test driven development , operations , range , sharepoint server , xml , electronics , elements , rest , technology solutions , writing , features , debugging , unit testing , building , functional programming , fundamentals , languages , docave , documentation , html5 , oil , sharepoint designer , javascript , apps , distributors 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400…
https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400512125c0c5c05… 1/3
Current Designation: Technical Lead
Current Company: Accenture Solutions Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Solutions Pvt. Ltd. as Technical Lead
Nov 2013 to Till Date
Interacting with product owner, product manager to clearly understand the requirements
Streamlining of the project process & consolidation and creation of architecture.Impact assessments for change requests.
Implement architectural designs while building solid relationships with stakeholders at all levels
Mentoring Team in developing best practices, design principles and advanced technologies
Worked on various roles and tasks that range from Technical Architect, Technical Lead,Migration Lead, Developer, Scrum
Master, Service Relationship manager
Performing POC using SPFx,Azure PaaS services, Power Automate/Power Apps
Performed migrations from SharePoint 2010/SharePoint 2013 to Box/SharePoint Online
Have experience in using Metalogix, DocAve, Tzunami migration tools
Cognizant Technology Solutions as Associate
Jun 2011 to Nov 2013
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VAMSI CHARAN.S
Technical Lead seeking roles in Project Operations,SharePoint Application
Development,SharePoint Application Maintenance/Migration,SharePoint Application
Support,SPFx, Power Automate, Azure PaaS development, Agile Scrum Master, AWS
Solution Architect
Key Skills: SharePoint Technical Lead,Team Lead,Project Operations,Application Development,Application
Maintenance,Application Support,Azure PaaS Development,Client Management,SPFx,Power Automate,Power
Apps,REST API,Agile Scrum Master,AWS Solution Architect
Summary
A dynamic professional with 12 years 10 Months of experience in Project Operations and Software Development.
Presently associated with Accenture Solutions Pvt. Ltd., as Technical Lead.
Adept in end-to-end development of various applications from system study, designing, coding, unit testing, debugging,
documentation and implementation.
Possess excellent interpersonal, communication and analytical skills with demonstrated abilities in customer relationship
management.
Extensive experience in all phases of software product/project development like system analysis, design, development, testing
and deployment of business applications using technologies/Frameworks/Services like SharePoint, SPFx,Power
Automate/Apps, Azure PaaS, REST API
Azure developer Associate with extensive knowledge on Azure PaaS services
Experience in writing Reactive and Functional Programming
Worked extensively in Test Driven Development, Reactive and Functional Programming using Agile Methodology
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400…
https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400512125c0c5c05… 2/3
Nous Info Systems as Software Engineer
Apr 2010 to Apr 2011
Keane INDIA Pvt. Ltd as Software Engineer
Jan 2008 to Apr 2010
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sree Vidyanikenthan Engineering College in 2005
PG: M.Tech (Electronics/Telecommunication) from RV College Of Engineering (RVCE) in 2007
Other Qualifications/Certifications/Programs:
AWS Solution Architect Associate
Azure Developer Associate
Azure Fundamentals certification
Developing Microsoft SharePoint Server 2013 Core Solutions
SharePoint 2010 Application Development
Microsoft Windows SharePoint Services 3.0 Application Development
Education
IT Skills
Skill Name Version Last Used Experience
JSOM
REST API
CSOM
PNP Powershell
C#, Sql
HTML5, CSS3
JavaScript
JQUERY
BOOTSTRAP
XML
MICROSOFT OFFICE INFOPATH
SHAREPOINT DESIGNER
GIT
Tortoise SVN
TFS
SPFx
Azure PaaS
Nintex Workflows
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400…
https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400512125c0c5c05… 3/3
Nature of Employment: Full Time Duration: Dec 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Oct 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Mar 2019 - Sep 2019
Onsite / Offsite: Offsite
Team Size: 8
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Telugu Expert
Projects
Project Title: SharePoint Migration and SharePoint Online Application creation
Client: Vistra Corp.
Skill Used: SharePoint 2010/2013 and SharePoint Online,SharePoint 2010/2013 and SharePoint Online
Role Description: o Prepared the Scope and proposal documents
o Analyzing the capacity and customizations available in the site
o Created custom tool for collecting migration feedback for 3500 sites
Project Details: Build new applications over SharePoint Online. Support SharePoint Applications on SharePoint Online, 2013
and 2010. Migrate the SharePoint applications to Box and SharePoint Online from SharePoint 2010 and 2013
Project Title: SharePoint site Provisioning
Client: Abu Dhabi National Oil Corporation
Skill Used: SharePoint 2010/2013 and SharePoint Online,PnP PowerShell, Power Automate, Azure Functions, DocAve
Role Description: o Prepare scripts through which all the below elements of SharePoint can be created automatically with
script execution using the configuration mentioned in configuration file for all the sites mentioned
i. Term Store
ii. Site Collections
Project Details: Create POC for site provisioning, which provides automated way of creating sites and its features, metadata,
term store
Project Title: Build Compliance Risk Assessment tool, Management Committee WF
Client: Astellas Pharma.
Skill Used: SharePoint 2010/2013 and SharePoint Online,PnP PowerShell, Power Automate, Azure Functions, Nintex
Workflows, Bootstrap,JQuery, JSOM, REST API
Role Description: Fulfil the need of Corporate Compliance for performing an annual risk assessment of distributors with easy
to use and simple User Interface.
Build a centralized digital tool that leverages SharePoint to manage and track the Management Committee (MC)
Project Details: Fulfil the need of Corporate Compliance for performing an annual risk assessment of distributors with easy to
use and simple User Interface.
Build a centralized digital tool that leverages SharePoint to manage and track the Management Committee (MC) topic
requests and relevant documents across multiple stakeholders
Rank 484: Resume 1074 with similarity score 0.03770053714299687
B.E , MS , B.TECH team member , database administrator , full time winscp , reporting , computing , amazon ec2 , customer , project rollouts , telugu , oracle enterprise linux , access , change requests , security , designation , toad , tamil , profiles , platforms , information technology , affirmative action , uptime , ticketing , cloud , databases , hindi , maintenance , ltd , windows , database administration , unix , english , online backup , project planning , cost savings , troubleshooting , commissioning , authorization , status , swat , email , tracker , application , aws , service improvement , groups , fact , ops , testing , s3 , servers , building , languages , putty , it infrastructure , sql*plus , spaces , kannada , coordinated , system administration , javascript , outages , organization , process monitoring , disk , metrics , firewalls , zebra 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d19…
https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d190618490e5908… 1/3
Current Designation: AWS Operational Admin- Production
Support / AWS Administrator
Current Company: Tata consultancy services ltd
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Tata consultancy services ltd as AWS Operational Admin- Production Support / AWS Administrator
Oct 2017 to Till Date
Coordinating the smooth delivery & transition on daily basis and engaging business users for issue analysis, permanent
fixes and key performance improvements with respect to delivery uptime
Coordinate SWAT calls on major production outages and provide updates to all stakeholders
Enhanced client specific metrics and reporting through proper standard
Contributed several process improvements and suggested a value adds to the business and cost savings to the customer
Involved in project planning and efficient commissioning of operational change requests
Operating System: Oracle enterprise Linux, Windows 7/8
Tools: TOAD, SQL*Plus, Putty,WinSCP,RDS
Implemented best practices to stabilize and achieve the client target SLA's.
Maintenance of Client's Compliance and Appreciation for all associates. Report generation of call status, ticketing details
etc.
Tracker on daily call status report. Providing Service Improvement plan to ensure it benefits the organization and the team
Creating, managing and analyzing performance data and other information
Ensuring that capacity and capability are continually planned.
Achieving targets in a dynamic and complex business environment. Usage of objective and fact based judgment
Perform testing and report results accordingly
Possess good analytical and rapport building communication skills with the Clients and within an Organization
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Srinivasan
Seeking roles in IT Infrastructure Support,Database Administration,AWS, Cloud
analyst, Aws Ops,Project Management Management,Delivery Management,Space
Management,Access Management,Service Improvement,Technical Support,Client
Servicing,Troubleshooting
Key Skills: System Admin,IT Infrastructure Support,Database Administration,System Administration,Technical
Support,aws,S3,Cloud Computing,DNS,Amazon Ec2
Summary
Having total 3+ years of Experience in IT industry as AWS Operational Admin, Database administrator and Application System
Administrator
Experience in EC2, ELB, VPC, S3, CloudFront, IAM, RDS, Route 53, CloudWatch, SNS
Capability to select the appropriate services based on compute, data, or security requirements
Knowledge to deploy, manage, and operate scalable, highly available, and fault- tolerant systems
Experience in maintenance and performance of Amazon EC2 instances.
Knowledge in Configuring Security group for EC2 Window and Linux instances
Experience in Implementing Security groups for Inbound/Outbound access
Creating S3 buckets and also managing policies for S3 buckets.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d19…
https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d190618490e5908… 2/3
Worked as a team member at Motorola on specific tools like Putty, RDS with the team of 10 Member.
Responsibilities:
* Experience in EC2, ELB, VPC, S3, CloudFront, IAM, RDS, Route 53, CloudWatch, SNS
* Knowledge of networking concepts (e.g., DNS, TCP/IP, and firewalls)
* Capability to select the appropriate services based on compute, data, or security requirements
* Experience in maintenance and performance of Amazon EC2 instances
* Creating S3 buckets and also managing policies for S3 buckets.
* Experience in managing and maintaining IAM Policies for organizations in AWS to define groups, create users, assign
roles and define rules for role based access to AWS resources
* Create snapshots and amazon machine images(AMI) of the instances for backup and creating clone instances
* Create and maintain user's account, profiles, security,right disk space and process monitoring
* Provide Technical support by troubleshooting day-to-day issues with various servers on different Platforms.
Logista Italia
Worked as a team member at Logista Italia on specific tools like, Toad, Putty, SQL*Plus with the team of 7 member.
Responsibilities:
* Installation of oracle 11g and creating databases on UNIX/Linux Environments
* Monitoring the Table spaces and adding/resizing database files
* Monitoring the growth of table spaces
* Check Alert log for errors and take necessary actions to rectify them
* Managing Redo log files in archive log mode for online backup
* Maintenance of Database and Listener
* Creating Users and granting Roles & Privileges and quota as per the requirement
Zebra Project
Worked as a team member at Zebra on specific tools like, Toad, Putty, SQL*Plus, Winscp with the team of 8 member.
Responsibilities:
* Resolved critical performance issue for Concurrent requests
* Coordinated all the project rollouts
* Worked on the responsibilities creation as per requirements
* Worked on Function and menu creations
* Fixed all user issues
* Setting up profiles at all levels
* Handled all the user creations
* Handled assigning roles and responsibilities to users
* Worked on automating the manual processes
* Consistently interacted with client and team in resolving the queries.
* Tracker on daily call status report. Providing Service Improvement plan to ensure it benefits the organization and the
team
* Implemented best practices to stabilize and achieve the client target SLA's.
UG: B.Tech/B.E. (Information Technology) from Vel-Tech Multi-tech Eng. College in 2016
Education
IT Skills
Skill Name Version Last Used Experience
WinSCP, Putty, UNIX
Toad, SQL*PLUS
Linux, Windows 7/8
AWS 2021 3 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d19…
https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d190618490e5908… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Kannada
Tamil
Rank 485: Resume 1260 with similarity score 0.03762190768675524
B.E , MS , B.TECH , M.TECH it analyst , cfo , member of technical staff , test lead , full time , team lead , team member , principal software engineer cards , snapmirror , training , panic , controllers , nfs , microsoft azure , security , space , notepad++ , platforms , docker , databases , linux , test cases , status , specifications , perl , snapshot , account mapping , industrial research , semantics , samba , smb , xml , zoning , rdbms , writing , features , reliability , django , infrastructure , data center , asp.net , reach , ports , solaris , foundation , oci , timers , workflow , suite , performance testing , file systems , interfaces , designation , regression testing , netmon , protocol , ceridian , web services , flash , hindi , cluster , ltd , english , agile , project , data ontap , groups , ownership , processing , ctl , windows xp , biztalk , reclamation , rest , database design , compliance testing , kanban , traffic generation , pycharm , resource management , code coverage , reporting tool , javascript , technology , ndmp , availability , zombies , disk , ldap , exploratory testing , vm , performance analysis , aggregates , leak testing , vs , affirmative action , mysql , oracle , jdk , mmc , readiness , sql server management studio , maintenance , exadata , database administration , unix , resiliency , iron , payroll services , idm , object oriented design , software testing , email , architecture , aws , max , iscsi , operations , netapp , languages , thin provisioning , urdu , load balancing , raid , replay , scheduling , jira , fas , online , api , cscope , profiles , wireshark , authentication , authorization , c# , scalability , snmp , application , less , test automation , servers , system performance , shell scripting , debugging , auditing , storage , framework , replication , offshore , python , roaming , cloud computing , test execution , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 1/4
Current Designation: Pricipal Member of Technical Staff
Current Company: Oracle
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Oracle as Pricipal Member of Technical Staff
Apr 2015 to Till Date
Product Title : Database
Duration : Aug 2019 - Till date
OS : Linux based Oracle OS, All windows and linux hosts,
Languages : C, Python, MySQL
Role : Principal Member of Technical Staff
Roles and Responsibilities:
Triaging RDBMS and LDAP bugs for test and code fixes.
Monitor oratest runs for C (tsc) files creating, loading and dumping SQL Scripts for pluggable database used in Shared
Exadata Infrastructure.
Resolving ewallet authentication issues.
Check and compare the failures on windows that have passed in Linux.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Safiya Khanam
Pricipal Member of Technical Staff seeking roles in AWS, Azure, Database
Administration,Engineering Services,Web Services,Cloud Computing,Software
Development,Agile Methodology,Object Oriented Design,Database Design,Software
Testing,C,MS SQL Server
Key Skills: Database Administration,Engineering Services,Web Services,Cloud Computing,Software Development,Agile
Methodology,Object Oriented Design,Database Design,Software Testing,Python,Django,AWS,Microsoft Azure,MySQL
Summary
Experience in gathering the requirements & specifications, designing and implementing the product.
REST services, PRISM Interface, Postman, XML and Web Services
OCI concept and data center R1
Domain Knowledge of Terraform and container technology like Docker
Load balancing technologies and Storage Volumes
Domain Knowledge of Identity management solutions like Oracle IDM
Networking Protocols- CIFS/NFS/FC/iSCSI and TCP/IP
Server hardware configuration for OFS - Oracle Flash Storage
Cloud computing patterns
Database administration, working knowledge of databases and SQL
Kanban methodology adopted for OFS (Oracle Flash Storage)
Worked on various Unified Storage Products (FAS series) and Data ONTAP OS for NetApp
Worked on OFS - Oracle Flash Storage - SAN/NAS releases
Fair knowledge of Django Framework, Python and shell scripting.
Testplan writing and Test suite development
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 2/4
System level security and Integrity debugging and testing.
Patch testing : JDK patches updates on 11.2, 12.1, 12.2, 18.3 and 19.3 DBRU_WINDOWS.X64_RELEASE
Python Patch testing 11.2, 12.2, 18.0, 19.0 DBRU_WINDOWS.X64_RELEASE from installing shiphome to Optach and
Datapatch.
Oracle India Pvt. Ltd: # OFS - OCI
Product Title : Oracle Flash Storage- OCI
Duration : April 2015 - Aug 2019
OS : Linux based Oracle OS, Win8/12/16 and Linux 2.6/3.18/4.7
Role : Principal Software Engineer
Roles and Responsibilities:
Frameworks : Django Framework, Pycharm, Rest API Services
TC Automation, execution and monitoring using QC, ARTAS, R2F
Creating Testplan for new and upcoming features using Kanban Agile Methodology.
Ownership of complete NAS area : Designing and monitoring execution by peers
Write TCs for NAS : NLM, SMB and max Filesystems & Limits
Write TCs for SAN for Oracle Cloud Infrastructure data center R1 requirement:
QoS Throttling, ILOM and Service VM using Rest API and PRISM commands.
Working on Terraform and container technology like Docker, Load balancing technologies and Storage Volumes
Test for readiness of tools involved in Functional Test Execution like NLM Locking, SMB locking, Load-Dynamix.
Exploratory testing and Compliance testing with market standards.
IO Tools: IOmeter, Storm, VDbench, IO integrity checking tool, Load-Dynamix, smbtorture, other in house oracle tools.
TC Automation, execution and monitoring using Pycharm, QC, ARTAS, R2F
Training New Joiners with Product information and tools Hands-on.
TestCase execution for SAN features as per Oracle Cloud Requirement.
Test cases to evaluate system performance, scalability, security, and reliability
Defect analysis and tracking - identify, analyze, and document defects via BugDB and Jira
Features worked upon: NAS/SAN Protocols and Performance Analysis
MQFS Filesystem, Clones, Copy and Snapshot
Oplocks, Lease, Durable Handle, Resilient Handle, Authentication, Timers, ACLs, Account Mapping, ADS servers,
Domain Controllers, Trust, Roaming Profiles, ABE/BTC, MTU
NLM and NFS locking, Lock Reclamation and Recovery, ACLs, LDAP & NIS servers
MaxRep - Replication Tool, NDMP : Backup and Restore Tool
Lun mapping, Zoning, QoS Throttling , ILOM
Luns Copy, Luns Clone, Luns Snapshot
SNMP, Thin provisioning
Raid Maintenance Operations - Copyaway, copyback, rebuild, offline/online.
iSCSI and FC ports testing with diff supportable NIC cards
LACP testing.
TCS as IT Analyst
Nov 2009 to Apr 2015
Project title : NetApp CPEQA Core Software.
Duration : Dec 2010 - April 2015
OS : LINUX/SOLARIS, Win XP, Win 7, Win 8
Platform : FAS series
Client : NetApp Inc.
Role : Test Lead
Roles and Responsibilities:
Team Lead for WAFL File systems with a team of 11.
Worked on upcoming releases and patches for Cluster environment with 2 to 4 nodes, transitioning from Cluster to
single mode and vice-versa, Load and traffic generation.
Regression testing on high, medium and low-end platforms, ensuring the fixes have not broken the code.
Stress and Performance testing, checking for the maximum NFS/CIFS traffic, High Data-set and Load generation.
Configuration and setup of Filers for testing functionalities like: snapshots, snapmirror, File Folding,
Mapping CIFS/NFS Clients, Active Directories and LDAP, Durable Handles.
Knowledge of Installation of SAMBA.
Code Coverage and Memory leak testing
Test Automation using NATE / NACL Automation framework
Features worked upon: WAFL/CIFS/NFS
WAFL bufs, buf cache, free cache, external cache, indirect block format.
REP: interaction with RAID on read path, panic avoidance, Availability by Improving Resiliency and Recovery
Avoidance.
SIS-clone, Iron, wreck, wafliron and file system corruption tools
Volume clones, Vol operations like vol move, vol copy
Consistency points, write allocation, vbn frees - zombies, dlog, etc.
SFO, CFO and NVLog replay: WAFL handling of CFO and SFO aggregates takeover, giveback, early takeover, early
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 3/4
giveback.
WAFL local and remote NVRAM support, nvfile support for aggregates, trads, flexible volumes. Metrocluster
interactions during takeover/giveback.
Protocol handlers, lock manager (10-mode), and fio interfaces.
In-core and On-disk Inode semantics
Qtrees and Quota semantics,
Block reallocation
Replication semantics : VSM, QSM, RSM, Consistency Groups
Scanner infrastructure, msg infrastructure, wafl processes
Snapshot semantics : WAFL snap create, delete, autodelete and restore functionalities
Space account, reservation, guarantees, thin provisioning
CIFS locks and handle tools : lockstress.exe, file_test, cifs_test, open32.exe, ntcreate
Stress load tools : hammer, combo1.bat
CIFS Delegations, MMC, Auditing, Homedir, Change notify, Opportunistic locks etc.
Stress load : hammer, sio, filersio
Locking tools: fcntl, locks
TCS: Project # 2:
Project title : Defect Fix Team - Offshore
Platform : Windows XP
Language : ASP.NET, C#, Microsoft SQL Server 2005
Duration : August 2010 to November 2010.
Client : Ceridian UK
Role : Team Member.
Description : Ceridian is a leading provider of Human Resource Management and Payroll Services in the US, UK
and Canada
Roles and Responsibilities:
Providing SQL assistance to the team using SQL Server Management Studio 2008.
Development of a working BizTalk framework for processing payroll. The framework migrate data with minimal manual
intervention.
Providing Ceridian the flexibility in payroll process scheduling and provide enhanced scalability
Reach out to more customers by showcasing the solution to other customers.
TCS: Project# 3:
Project Title : CSIR Infrastructural Portal
Platform : Windows XP
Language : C#, ASP.NET, SQL Server, WCF Architecture for MS .NET 3.5 Framework , Windows Workflow Foundation,
Windows Presentation Foundation,
Duration : November 2009 - August 2010
Client : Council of Scientific and Industrial Research
Role : Team Member.
UG: B.Tech/B.E. (Computers) from Aligarh Muslim University (AMU) in 2009
PG: M.Tech (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Data-ONTAP by NetApp
Oracle OS, Linux/Unix, Solaris
Win 8/12/16/19 and Win10
Python, Unix, Perl
Pycharm, gdb, Cscope, VS Editor
OpenGrok, Notepad++
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
BURT(Bug Reporting Tool), CTL
Oracle's BugDB, Jira
Django Framework, Rest API Services
PRISM, Postman
Test Automation (NACL, NATE, XANT)
.NET 3.5 Framework.
Wireshark, Netmon etc.
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Rank 486: Resume 936 with similarity score 0.037597248960606476
B.E , MS , B.TECH , BS locator , software engineer , devops , security analyst , full time , senior software developer , full stack developer award , training , algorithms , databases , docker , linux , perspectives , angular , digital , status , security protocols , rabbitmq , kotlin , doctors , bitbucket , testing , components , chat , html5 , spring framework , lego , pipeline , file systems , server side , react.js , devops , kubernetes , designation , web services , hindi , cloud , firebase , windows , json , english , data security , project , stripe , video , microservices , mongodb , redis , fixing , rest , database design , c++ , webstorm , sockets , pycharm , javascript , technology , client side , developer tools , web development , iframes , general , neo4j , developers , scripting , e2e , pay , affirmative action , samsung , mysql , technical architecture , maintenance , sorting , terminal , kafka , email , aws , spring data jpa , operations , design patterns , languages , hibernate , cassandra , mobile , jira , search , apps , online , functionality , api , vulnerability , jenkins , css , ug , authorization , enterprise , spring boot , productivity , aggregation , vue.js , webrtc , application , devices , less , records , ci , e-commerce , singleton , python , pagination , load , intellij idea , cd , reverse proxy 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815…
https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815074540505958… 1/3
Current Designation: Software Engineer
Current Company: HCL Avitas
Current Location: Noida
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HCL Avitas as Software Engineer
Apr 2020 to Till Date
Designed and developed SSO and Admin Panel end to end using React and Spring-Boot. Connector Layer for HL7
inbound/outbound server.
Developed Container interface for the micro-fronted apps to interact with each other using ReactJs and Iframes.
Data Security for microservices using Asymmetric Signature with JWT token in Spring Boot.
Designed and Developed CD/CI pipeline using Bitbucket and AWS codedeploy for different projects.
Implemented an auto-scaling system on Kubernetes nodes for the project.
Developed Connector Layer for inbound and outbound traffic with HL7 server.
Designed and Developed keep-alive for User Productivity Aggregation using SpringBoot, Redis and ReactJs Client.
Peer to Peer Video Consult for Doctors using WebRTC and ReactJs.
Techbliss Digital as Senior Software Developer
Sep 2019 to Apr 2020
Designed and developed LEGO GRID web-app using Vuejs, Vuex and Nuxt.js for Samsung.
Spot Performer Award from Infinity Labs.
* Built Developer tools client side Sorting and Filtering for 1 Millions records that could take a maximum memory of
300MB in the Browser with IE 11 support with lazy load, full load and pagination support
* Used Vue scoped slot pattern to abstract the functionality to the higher components and write more maintainable and
readable code for future.
* Fixed Spring-Boot Backend API's For Samsung Lego.
* Used NodeJs , SocketIO and Webterm to create a web based terminal with reverse proxy for Infinity Labs SDWAN
Last Active: 2-Feb-21 Last Modified: 1-Feb-21
Shailab Singh
Senior Software Developer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture, Devops, Requirement
Gathering,Client Management,Web Development,Java,Python,C++,C,JIRA,Jenkins,
Kubernetes, Bitbucket
Key Skills: Senior Software Developer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Web
Development,Java,Python,C++,C,JIRA,Jenkins
Summary
Full-Stack Developer with 4 years of combined IT functional experience and having good experience in Spring-boot, Vue.js ,
Deveops, and profound Knowledge of Algorithms and Data Structures. Currently seeking job opportunities to utilize my skills
and abilities in a sector that offer professional growth as well as opportunities to learn and develop new perspectives
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815…
https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815074540505958… 2/3
devices.
* Conducted Developers' training for VueJs and Spring Boot
Project Striker as Full Stack Developer
Oct 2018 to Sep 2019
Designed and developed efficient and maintainable software according to the business objectives.
* Designed and developed effective web-app using peer to peer technologies in Vue.js, developed online coding
compiler using spring and Shell-scripting Linux, developed centralized web-socket chat server using MongoDB, payment
system using Stripe and Razor Pay.
* Integrated app-based solutions with databases, file systems, and cloud-based systems.
* Implemented stateless security protocols using JWT, Push Notifications using Firebase, elastic search as a 'Search
Engine', Hybrid caching on redis database etc.
* Using Neo4j Graph Database Design for online Professional Networking platform, CI/CD using Bitbucket, Docker and
Jenkins on AWS and GCP.
* Spring Aspect oriented programming for Notifications
* Managing a team of 4 developers with operations, priorities, and development goals
* Used Rest Controller in spring framework to create RESTful Web services and JSON objects for communication.
* Developed server side application to interact with database using Spring Boot and Hibernate.
* Applied Design patterns Singleton, Builder, Factory, Service locator etc.
* Developed POJOs for Data Model and made individual HBM records to delineate Java Objects with Relational
database table
Duckart as Software Engineer
Aug 2017 to Sep 2018
Created reusable, testable, and efficient Java code using best programming structures, flowcharts and algorithms as well
as assisted in designing and implementing spring modules to load data from various sources such as MySQL, Cassandra.
Developed and Created RESTful API's using Kotlin and Java for an e-commerce-based enterprise, developed a mobile
web client to consume the API using Angular.js react.js HTML5/Materialize CSS
Wrote many unit tests, e2e tests, API tests in Spring Boot.
Added server push notifications using Web-sockets protocol
Involved in fixing code vulnerability issues, Involved in testing, bug fixing of the system and deployment as well as User
Production support for the product.
Provide Maintenance and Enhancements activities for the product.
Developed APOC queries with spring data jpa for neo4j to create, retrieve and update data
UG: B.Tech/B.E. (Computers) from Amity School Engineering & technology in 2017
Other Qualifications/Certifications/Programs:
Lucideus Certified Security Analyst
Education
IT Skills
Skill Name Version Last Used Experience
Java, JavaScript, Python, C, C++
Vue.Js, Angular, React, Spring-boot
Kafka, Rabbitmq
MySQL, Neo4j, Elastic search, MongoDB
Docker, Jenkins, Jira
AWS, GCP
WINDOWS, LINUX
Intellij Idea, WebStorm, PyCharm
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815…
https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815074540505958… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
hindi Proficient
english Proficient
Rank 487: Resume 1492 with similarity score 0.03757251492839949
B.S , M.Sc , M.S , BS , MS platform architect , director , project lead , service manager , software architect , solution architect , enterprise solutions architect , full time , enterprise architect , program manager zachman , wholesale , customer , telugu , network intelligence , bmc remedy , ease , security , rfi , platforms , it service management , docker , linux , beginner , sgsn , product engineering , new relic , design documents , status , specifications , digital transformation , xml , elements , components , features , upstream , building , ec2 , infrastructure , data center , topaz , hp service manager , weblogic , service assurance , cdrs , software defined networking , pipeline , mission critical , agility , vss , automation , retail , turn , interfaces , access , fault management , designation , hindi , cloud , nokia , service catalog , ltd , architects , english , ptt , etsi , microservices , provisioning , leadership , solution architecture , splunk , eforms , windows xp , fortinet , architecting , rest , introscope , service design , machine learning , strategy , togaf , putty , dashboard , itil , vmware , javascript , insurance , transmit , network engineering , managed services , api platform , rca , brocade , fusion , amdocs , e2e , affirmative action , information technology , oracle , collaboration , hp service center , enrichment , maintenance , kodak , unix , service delivery , escalation , strategic vision , vlan , timelines , email , tomcat , aws , problem management , shaping , project implementation , star , operations , edge , juniper , third party vendors , simulations , netcool , languages , ae , sme , cassandra , cisco , product evaluations , dynamics , mediation , root cause analysis , servicenow , performance management , rfp , websphere , soap , network performance , sonus , ecr , toad , snow , reference architecture , analytics , ticketing , revenue , azure , authorization , openstack , teams , approvals , productivity , excel , models , modernization , application , volte , devices , telecommunications , less , global services , enterprise architecture , alcatel , british , event driven , s3 , framework , preparation , landscape , offshore , certification testing , cosmos , archimate , iis , ssh , uml , events , kannada , cvs , pgw , roaming , schedules , manageability , sgw , telegence , modelling tools , metrics , playout 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 1/4
Current Designation: Software Architect -IT
Current Company: Cygnus Professional
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Telecom Software
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [INFORMATION
TECHNOLOGY]
Verified : Phone Number | Email - id
Cygnus Professional as Software Architect -IT
Jan 2019 to Till Date
Cygnus Professional Inc. (Feb ?20 ? August ?20) Client: iheartMedia
iHeartMedia is an America?s #1 Audio Company reaching 9 out of 10 Americans Every Month with its Media services,
such as, Radio, Digital, Social, Podcasts, Influencers, Data and national and international muscial Events.
As a Enterprise & Digital Sol Architect
Competitive Evaluation of Enterprise Architecture Technology tools to Integrate with a rich landscape of external tools to
unify teams with productivity gains
Modernization of legacy application portfolio with Microservice cross platform API landscape, digital analytics and
dashboard capabilities.
Easy Integration of business and technical teams using ArdoQ Portfolio Managmeent.
Evaluate ease of use, implementation, customization, flexibility, extensibility and configurability of Enterprise Architect
tools (Archimate, ArdoQ) to meet iHeartMedia digital tranformation Framework.
Accessible using the Enterprise Architect thick client software.
Join Microservice enterprise forums and adapt and apply the best practices for organizational midernization.
Last Active: 10-Feb-21 Last Modified: 8-Feb-21
Satyanarayana Komaravolu
ITIL Solution Architect seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Oracle,DB2,Maria
DB,Cassandra,Weblogic,Websphere,IIS,Tomcat,JBoss,VSS,CVS
Key Skills: Solution Architect / Enterprise Architect,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Oracle,Maria
DB,Cassandra,Weblogic,Websphere,Tomcat,JBoss
Summary
17+ years of experience in Service strategy, system/ service design, operations and continuous improvements with ServiceNow,
BMC Remedy and HP Service Center E-Bonding Solutions using SOAP, REST APIs.
Expertise in Service Management tools, OSS, BSS, product evaluations, RFI/RFP analysis, and participate and demonstrate
POCs.
MicroService API landscape for enterprise manageability, Performance, usablity cross platforms.
Enterprise Tools experience using LeanIX, ArdoQ and ServiceNow.
Solution environments include SDN (Versa, Viptela SD-WAN)/ NFV, Openstack, AWS cloud infratrucutre.
Practitioner of Opengroup TOGAF, ZACHMAN frameworks and EA tools Archimate, ArdoQ, Snow, Sparx EA tools.
Architecture solutions include Event Driven, Pipeline, Microservice based.
Process expert in creation and implementation, multi domain & insurance, Telecom OSS and BSS systems.
Expertise in Business, Functional, Non functional and quality requirements & design.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 2/4
Edge Playout
Edge playout is a digital transformation initiative to migrate from hardware defined to software defined landscape for
modernization and centralized administration (AWS Cloud).
Design and develop the architecture and design framework approach to implement in a phase manner.
Providing specifications for Edge devices, Local and Cloud caching framework.
Proposing docker observability framework using New Relic integrating with AWS Cloud solution.
Tools: ServiceNow, ArdoQ, AWS, Azure, Visio, Swagger UI, PostMan UI, SOAP, REST, Dockers, K8s, ECR, EKS,
ArchiMate.
Cygnus Professional Inc. (Jan 2019 ? Jan 2020)
Client: Comcast
Comcast Business SD-WAN, a virtual network feature of the Comcast Business ActiveCore platform that provides visibility
and control of your network performance. It securely distributes network traffic across your locations and data center sites
to prepare you for an application-centric world. ActiveCore Software Defined Networking (SDN) is changing the way
networks are built and redefining how services are delivered. It is allowing businesses to access network intelligence and
helps accelerate network agility to help better manage growing workloads.
As a Digital platform Architect
Collaborate with ActiveCore Matrixed platform architects on shaping the SDWAN strategy to align IT systems (OSS) and
the business vision to meet the forecasted implementation.
SD WAN Lab provisioning, Test and Turn up of Versa SD-WAN service in customer lab environments
Review of Fault, performance and security Analytics alarm specifications of Versa SDWAN alartms and Fortinet security
specifications through Anlayzer.
Work with Network Engineering, Product Engineering of all Comcast Business products concepts, process and
procedures to service design and implementation.
Handle escalation of SD-WAN product implementation related issues to meet the timelines.
Data model preparation and alignment based on ETSI IFA 011, 013 specification and ETSI SOL API specifications.
Performance, Fault management integration, including SOAP and REST with ServiceNow Ticketing strategy.
Create and develop an enterprise framework card using Zachman and TOGAF framework with Architecture components
using modelling tools.
Co-ordinate with business & N/W teams to integrate Self Serve portal to SD-WAN Versa director (VD) via OSS and single
sign on solutions.
Partiticpation in Cisco Viptela SD WAN Strategy collaboration discussions and POC simulations.
Identify the business needs and provide architecture selection, benefits and path forward amongst Event Driven, Pipeline,
API Driven, Microservice based architectures.
Develop UML and Entity network models for overall strategic vision and reference architecture.
Design and develop an API based framework for integration of existing systems and digital migration from current SOAP
to REST based API platform.
Cygnus Professional as Enterprise solutions architect
Jan 2019 to Jan 2019
enterprise solutions architect for Cloud, OSS BSS SDN Telecom AWS sd-wan
Tech Mahindra Ltd as Project/ Program manager/ Solution Architect
Sep 2005 to Jan 2019
Client: AT&T
ECOMP is a VNF automation platform for the network cloud. Its an infrastructure delivery platform to provide automation
of many service delivery, service assurance, performance management, fault management and SDN tasks. ECOMP
scope of work is highly categorized into application, control and infrastructure layers having Northbound REST APIs and
southbound API's.
As a Solution Designer/ Program Manager
Single Point of Contact (SPOC) for SDN project implementation and Openstack Cloud Integration issues.
Successful Migration of current unix environment to Linux (U2L) and ensuring the environment is successfully receiving
the CDRs from network elements (Nokia, Alcatel & lucent, Kodak), process and transmit to upstream Billing, roaming,
analytics interfaces.
Cloud solutioning in AWS, Openstack, SDN, NFV, ONAP technology environments.
Setup monitoring strategy and execution for ECOMP J2EE mission critical application using in-House and Splunk, CA
introscope, Topaz and Netcool tools.
Design and develop enterprise dashboard development for metrics and measurement of Virtual machine statuses of
Critical resources (Dockers, microservices, VMs).
Collaboration with network vendors (Brocade, Juniper, Ericson).
Build & deploy the IST, Test, performance, Production and DR environments for multiple SDN applications.
Review and re-test use cases prepared by third party vendors and get them reviewed by Amdocs & AT&T.
Daily Hand off discussions with offshore teams for day to day issues, risks, tasks completed, pending, show stoppers,
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 3/4
upcoming schedules and preparation
Operational issue handling related to solution design documents and co-ordinate for end to end outage and incident
management, providing the root cause analysis (RCA) and supplying it to leadership and management.
Tools and Monitoring solution strategy Splunk, Introscope, Topaz, Dyson API and ELK tools.
Outage managent, methods of procedures of critical issues impacting revenue, business, operational service impact and
volumetrics.
Provide inputs ITSM solutions using Remedy, HP, ServiceNow based solutions and sign off proposals.
Approvals of timesheet/ Billing & Leave & other service desk requests
Trouble shooting the issues between upstream interfaces and downstream billing & roaming, Analytics components.
Building the non production and production environments for IST, E2E, Performance, Production & DR staging
environments and deliver them for certification testing.
Explore and update vendor specifications of supporting LTE, VoLTE using network elements SGSN, GGSN, SGW, PGW.
Trouble shooting the issues related to input collectors, summarization and enrichment process jobs.
Collaboration with disparate network elements and other IT systems include Nokia, Ericsson, Lucent UMTS, Sonus,
Kodiak PTT & upstream interfaces like ICore, Amdocs Enabler, PMOSS, Telegence
As an SME of Fusion works Mediation, provide the required inputs for architectural changes.
Responsible for managing capacity issues to ensure the required infrastructure resources available to satisfy the business
needs.
Tools: Windows XP, UNIX, Open stack, Versa SD-WAN, TOAD 9.5, Oracle 10G Weblogic server, SSH, putty, XML, Excel
2003, AWS, Azure, GCP.
Client: British Telecom
Projects: BT Retail, BT wholesale, BT Global Services.
As a solution designer/ Project Lead
Understanding the current architecture dynamics
To develop the service catalog in order to request BT managed services [*Voice| Data| Mobility| Security [VLAN], RAS etc]
and upgrade it for BT services.
Identify and rationalize the region specific eforms to global eforms and point to BT globally managed queue.
Improve the eforms GUI features as per BT Global Services scope.
Coordinating with BT/ PG operations and managing the Incident and problem management requests received in HP
Service manager 7.0
Managing the day to day end user issues related issues to order BT services.
Tata Consultancy Services as Analyst
Nov 2004 to Sep 2005
UG: B.Sc (Computers) from Osmania University in 2000
PG: MS/M.Sc(Science) (INFORMATION TECHNOLOGY) from Sikkim Manipal University (SMU) in 2003
Other Qualifications/Certifications/Programs:
PG Diploma in Information Technology
PG Diploma in Telecommunications
Executive Strategy Management
ITIL® Expert/ Master Certificate in IT Service Management
AWS Business Professional
AWS Cloud Practioner Essentials - Architecting
AWS Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Cold fusion 4.x, Openstack
AWS, VmWare, VeloCloud, Versa
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
EC2, S3, Lamda, Fargate
CloudFront, Elastic Cache, VPC
AD, AKS, Cosmos DB, Mongo DB
CE, AE, K8s, DNS, VPC, CLB
Oracle 8, DB2, Maria DB, Cassandra
Weblogic, Websphere, IIS, Tomcat, JBoss
VSS, CVS, Star team, GIT
Remedy, HP Service Manager
OVSD, ServiceNow 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
marathi Beginner
Rank 488: Resume 131 with similarity score 0.03741753285680219
BTECH , B.TECH work from home , operations executive , part time , full time internships , spark , deep learning , nlp , loan , natural language processing , project , healing , fit , iit , operations , prediction , resume , gold , neural networks , weather , machine learning , assessment , data science , python , technology , online Assessment
Q1. Why should you be hired for this role?
As i saw your company's JD , i find myself fit in all aspects with your requirements and i have mentioned my qualification in resume .
I am bhupendra currently doing btech from IIT Varanasi , I have done quite many projects like
1.credit_card_fraud
2.spam_mail
3.parkinson_disease_predictor
4.vehicle loan_prediction
5amazon_alexa_review
Skills are machine learning , data science , deep learning , python , NLP, etc.
I am a 5* coder at hacker rank
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes i am available for full time in the month of MAY'21 to JULY '21 , before that i am available only work from home or part time work due to
ongoing semester
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Bhupendra Singh
Varanasi
Applied 07 Feb'21
Data Science Deep Learning Machine Learning
Neural Networks Natural Language Processing
NLP
Bachelor of Technology B.Tech)
Indian Institute Of Technology BHU Varanasi
2018 - 2022
Data Science
GRIP The Spark Foundaton, Virtual
Feb 2021 - Present
Event Management , marketing and operations executive at Healing Humanity Foundation(NGO
Event and operation executive in ,spirit IIT BHU
Machine Learning
Stanford University, Online
Nov 2020 - Present
Data Science
udemy, Online
Jul 2020 - Present
Digit Recognizer
Feb 2021 - Feb 2021
https://github.com/Bhupendras1ngh/Digit_recogizer_
This project is based on Deep learning Convolutional Neural networks(CNN
Credit_card_Fraud_Detection
Jan 2021 - Jan 2021
https://github.com/Bhupendras1ngh/Credit_card_Fraud_detection
Vehicle Loan Prediction
Jan 2021 - Jan 2021
https://github.com/Bhupendras1ngh/Digit_recogizer_
https://github.com/Bhupendras1ngh/Credit_card_Fraud_detection
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9935567573
https://github.com/Bhupendras1ngh/Vehicle_loan_prediction_project-.git
this project is completely based on the prediction weather the person will get loan or not , in which i have used Logistic
regression , K-means .
Amazon_Alexa_reviews
Jan 2021 - Jan 2021
https://github.com/Bhupendras1ngh/Amazon_alexa_reviews_.git
Gold Badge at hacker rank
https://github.com/Bhupendras1ngh/Vehicle_loan_prediction_project-.git
https://github.com/Bhupendras1ngh/Amazon_alexa_reviews_.git
Rank 489: Resume 279 with similarity score 0.037385550973115717
MS , B.TECH , BS work from home , student scheme , training , circuits , foundations , finish , cricket , algorithms , microsoft azure , sqlite , office , space , design , principles , gnu octave , scratch , secondary education , dynamic programming , sorting , creativity , digital , supply , control engineering , classical , regulations , virtual teams , project , application , coursera , viewpoint , creative writing , forms , resume , matlab , java , mental health , fundamentals , arduino , quiz , event photography , completion , national service , events , smartphones , formulation , python , breakdown , mobile , teaming , campus , technology , google cloud , health assessment , database , online Assessment
Q1. Why should you be hired for this role?
Throughout my undergraduate study, I have been passionate about applying my theoretical knowledge for practical purposes, while being
innovative. I have even taken up projects aiming for real world applications and learnt as many skills as required to finish them, sometimes from
scratch. While I explored challenging projects, I was able to maintain a decent academic performance throughout. I even learnt few subjects in
greater depths through NPTEL and Coursera. I directed some of my time to social work at my college's National Service Scheme NSS unit.
Despite being an undergraduate student of Electrical Engineering study, I have practiced enough programming skills through projects and online
courses. I hope to be able to handle IT or software development tasks wherever needed, according to the project goals. I look forward to
contributing to an environment that allows room for creativity and growth, amongst people of diverse backgrounds and skill sets.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months starting from February 8,2021.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Kazi Masudur Rahaman
Kolkata
Applied 30 Jan'21
Flutter Algorithms Microsoft Azure
Python SQL SQLite
Analog And Digital Circuits Arduino C Programming
C Programming Creative Writing GNU Octave
Java MATLAB
Bachelor of Technology B.Tech), Electrical Engineering
Heritage Institute of Technology
2017 - 2021
CGPA 9.01/10
Senior Secondary XII, Science
SAIFEE GOLDEN JUBILEE SCHOOL
INDIAN SCHOOL CERTIFICATE EXAMINATION board)
Year of completion: 2017
CGPA 9.40/10
Secondary X
SAIFEE GOLDEN JUBILEE SCHOOL
INDIAN CERTIFICATE OF SECONDARY EDUCATION board)
Year of completion: 2015
CGPA 9.58/10
I have been in-charge of old age home based activities and currently
handle event photography under NSSHITK. I have also volunteered
for social work activities and for events during different festive
occasions,within and outside college campus.
Top performer Programming with Python Training)
Verified and added by Internshala Trainings
Control Engineering Course
Swayam Central NPTEL, Online
Jun 2020 - Jul 2020
This course introduced the fundamentals of modelling and control
of linear time invariant systems; primarily from the classical
viewpoint of Laplace transforms and a brief emphasis on the state
space formulation as well.
PROJECTS
&midd ot; Scored 86% in national-level assessments involving all course
applicants.
Crash Course On Python
Google, Coursera, Online
May 2020 - May 2020
This course was designed to teach the foundations in order to write simple programs in Python using the most common
structures.
Programming With Python
Internshala Trainings, Online
Apr 2020 - May 2020
· A six weeks online certified training on Programming with Python.
· Basics of Programming in Python, Principles of Object-oriented
Programming OOP, connecting to SQLite Database, developing a
GUI with PyQt5 and app lication of Python in Various Disciplines
modules, were covered.
· Scored 95% in the final assessment.
Summer Training For Electrical Engineering
Indian Railways TRD, Howrah
Jun 2019 - Jun 2019
· Vocational training at Overhead Equipment OHE and Power
Supply Installation PSI departments of Indian Railways
· Familiarization with engineering concepts behind power
distribution to railway networks and mainten ance and breakdown
management procedures and regulations
· Handling office forms and registers were also part of the training.
Programming, Data Structures And Algorithms Using Python
Swayam Central NPTEL, Online
Jan 2019 - Mar 2019
· The course covered data structures and algorithm using Python,
including searching and sorting algorithms, dynamic programming
and backtracking, as well as topics such as exception handling and
using files.
· S cored 68% in national-level examination involving all course
applicants.
Digital Circuits
Swayam Central NPTEL, Online
Jul 2018 - Oct 2018
· The course covered all the fundamental concepts in digital design.
· Scored 60% in national-level examination involving all course
applicants.
Contact tracing and health assessment Mobile Application
Jul 2020 - Aug 2020
https://github.com/kamsur/app0
Developed a Flutter based mobile application system for contact tracing (even without having BLE enabled smartphones)
and making physical and mental health assessments.Technologies used: Microsoft Azure, Google Cloud Firestore,
BLE,Flutter, SQLite.
Fantasy Cricket Game
Apr 2020 - Present
https://github.com/kamsur/Python_Internshala
Developed a Python application with PyQt5-based GUI. A fantasy cricket game where users can create virtual teams from a
given set of players using limited number of points. Each team created can then be made to compete with other teams.
Quadcopter radio control using mobile application
Mar 2020 - Present
https://drive.google.com/file/d/1fcwbsvJG332IzQtxf8FiihCPDEy4WWK/view?usp=drivesdk
Ideated an Arduino based setup that allows radio control of quadcopter using a mobile application instead of a separate
expensive radio controller. The project was completed after teaming up with a friend acquainted with Java application
development.
https://github.com/kamsur/app0
https://github.com/kamsur/Python_Internshala
https://drive.google.com/file/d/1fcwbsvJG3x32IzQtxf8FiihCPDEy4WWK/view?usp=drivesdk
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9674112114
Secured second rank in city level essay writing competition organized by Iran Society in 2015
Quiz enthusiast, especially BizTech quizzes.
Eager participant of Technology innovation competitions
Rank 490: Resume 957 with similarity score 0.03734259673591447
B.S , MS , M.TECH ui developer , devops , backend developer , senior software engineer , full time , team lead , front end developer , balancer , technical support engineer award , devops , performing , scrum , css , videography , security , asp.net web api , designation , enterprise wide solutions , requirement specifications , deliverables , asp.net mvc , affirmative action , mysql , web services , hindi , angular , maintenance , jquery , english , authorization , troubleshooting , design documents , status , c# , agile , models , email , project , code generation , aws , application architecture , information systems , process analysis , system requirements , operations , architecting , led , mass communication , flow , debugging , unit testing , computer science , feasibility studies , system testing , software requirements , languages , html5 , documentation , completion , reviews , javascript , qr code , jira , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c18…
https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c180118135e555d… 1/3
Current Designation: Senior Software Engineer -Full Stack
Development
Current Company: Wipro
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
Wipro as Senior Software Engineer -Full Stack Development
Feb 2016 to Till Date
Key Result Areas:
Analyzing and mapping user needs and software requirements to determine feasibility of design and evaluate scope of
project to provide best solutions
Participating in the team's Agile Software Development Process; developing unit tests and functional/ integration tests as
well as supporting production deployments of developed solutions; coordinating in smooth implementation of the project
Preparing high level and detail design documents according to the system requirement specifications
Designing, developing, testing, troubleshooting and debugging the applications; providing post-implementation, application
maintenance and enhancement support to the client with regards to the product / software application
Participating in the software development and mapping system requirements to obtain a thorough understanding of
business needs in order to deliver accurate solutions
Developing high quality applications in accordance with established company standards & development guidelines
Performing code reviews, unit testing, and system testing as needed; debugging, testing and deploying the software
Reviewing and analyzing the effectiveness and efficiency of existing systems and developing strategies for improving or
further leveraging these systems
Providing updates to the Senior Management on work in progress, completed & planned, and issues potentially impacting
the on-time completion or quality of work
Communicating with internal clients to determine specific requirements and expectations; managing client expectations as
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Aditi Gupta
Senior Software Engineer seeking roles in Full Stack Development,Product
Architecture,Project Execution,Defect Management,Delivery
Management,Agile,Scrum,Waterfall,HTML5,CSS,Angular JS,React JS,Node
JS,Mongo DB,Asp.Net Web API,AWS Web Services,MySQL
Key Skills: Senior Software Engineer,Tech Lead,Full Stack Development,Product Architecture,Project Execution,Defect
Management,Delivery Management,Agile,Scrum,Waterfall,HTML5,CSS,Angular JS,React JS,Node JS,Mongo
DB,Asp.Net Web API,AWS Web Services,MySQL
Summary
A technocrat with nearly 5 years of rich experience in managing project/product related operations, managed planning,
feasibility studies and configuration for products and services using diverse technologies, tools and frameworks
Insightful knowledge of process analysis & designing with comprehensive experience in technical solution architecting (using
Agile/Scrum models) for enterprise wide solutions with alignment of business & information systems
Expertise in managing overall software development lifecycle involving requirement analysis, system study, designing,
architecture, testing, programming, coding, de-bugging, defect management & documentation
Merit of being recognised with Round of Applause [Extraordinary Commitment] twice, Several Excellence Contribution Award
and Several Winner Circles for achieving key deliverables
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c18…
https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c180118135e555d… 2/3
an indicator of quality
KEY PROJECTS
Client: Sigma (Wipro Internal Project)
Period: Jan'20 till date
Role: MEAN/MERN Developer
Working as MEAN/MERN stack developer
Creating different applications based on client requirement in a very short span of time
Gathering requirement from client & developing applications like manager tool, effort monitor and leave balancer
Client: MyTime (Wipro Internal Account)
Period: Sep'17 to Dec'19
Role: Front End Developer
Operated as UI Developer and React Developer for 1 complete application and later managed other applications build on
different technologies like Jquery, Angular 2
Worked as Front End Lead, transformed complete application using Angular 6; responsible for every front end related
issue; worked with Server Team for configuration of server and security team for Application Architecture
Independently took up the challenging tasks like QR code generation and UI design changes
Interfaced with backend resource for code changes and to understand requirements on different scenarios
Led the documentation of entire flow to present to business
Trained teammates on behavioural skills and organized several team activities
Client: Charles Schwab, Bangalore
Period: Feb'16 to Jun'17
Role: Backend Developer + Technical Support Engineer
Worked as Support + Developer in Client project (Charles Schwab) in two separate project handled by same manager
Attained appreciations for business related interaction with client
Bagged Charles Rookie Techie Award.
Developed Restful Web API using MS SQL and Asp.net; performed UI changes using HTML5 and CSS
Supported DevOps tools like Jira, Vera Code
UG: B.Sc (Mass Communication and Videography Hons) from Aligarh Muslim University (AMU) in 2015
PG: M.Tech (Computer Science) from Birla Institute of Technology and Science (BITS), Pilani in 2019
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS
Angular JS, React JS
Node JS, Mongo DB
ASP.NET Web API
AWS Web Services
C#, ASP.NET MVC
MySQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c18…
https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c180118135e555d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 491: Resume 1477 with similarity score 0.03733345149086471
B.E , MS , B.TECH relocation manager , product manager , bpm architect , technical lead , product owner , solution architect , software solutions architect , full time , relationship manager , enterprise architect component architecture , customer , classification , space , regulatory requirements , platforms , spring , docker , project planning , node.js , japanese , status , express , process design , mumbai , fintech , ux , technical design , features , ec2 , django , sentiment analysis , html5 , organization , building technologies , technical leadership , designation , hindi , compliance consulting , english , capital management , agile , 12c , gas , technology evaluation , mongodb , microservices , solution architecture , boomi , architecting , software architecture , machine learning , computer science , strategy , resource management , kyc , javascript , artificial intelligence , business process management , tax compliance , managed services , general , affirmative action , oracle , financial institutions , maintenance , vendor management , kofax , jquery , email , business intelligence , aws , saas , android , containerization , middleware , traceability , languages , eai , sme , oil , functional design , mobile , search , apps , sdk , amx , dell , bpm , cloud services , dart , technology consulting , site relocation , software solutions , nosql , ug , tibco , c4 , developments , revenue , azure , apache , solutions design , ios , custom software , authorization , google cloud platform , teams , enterprise , automation tools , marklogic , vue.js , regulatory reporting , materials , government , ecs , running , ccar , finance , resource estimation , events , distributed applications , software design , python , kendo ui 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c11…
https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c110042465f0c005… 1/3
Current Designation: Solution Architect
Current Company: Honeywell International
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Defence/Government
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Honeywell International as Solution Architect
Feb 2019 to Till Date
Cloud agnostic component architecture using C4 Model that can be
implemented on any platform given containerization being the key driver
Cloud native multi-region microservices architecture for projects like MAC
address allocator, Site Relocation Manager, Talent Relationship Manager,
OneDAT, etc.
BPM solutions design modelling review and functional design for the
implementation teams.
Containerization strategy for going cloud native for various business's
workloads currently running on VMs. (CNCF)
API rationalization and migration roadmap design for Mulesoft to Apigee with
appropriate API design
Technology evaluation and custom solution design using those products for
various domains (HR/Legal, Finance, ISC)
SME for cloud environments (GCP/AWS and Azure) with involvement in
projects for technical know how.
POCs across clouds (Azure/AWS/GCP)
Technologies: AWS Cloud Services (EC2, EKS, ECS, Fargate, Lambda
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sangram Mohite
Solution Architect seeking roles in Enterprise Architect, Software Design, Software
Architecture, Business Process, Process Management, Process Mapping, Business
Intelligence, Relationship Management, Process Design, Node.Js, Javascript,
Django,NoSQL
Key Skills: Solution Architect, Enterprise Architect, Software Design, Software Architecture, Business Process, Process
Management, Process Mapping, Business Intelligence, Relationship Management, Process Design, Node.Js, Javascript,
Django, NoSQL, MongoDB
Summary
Certified custom software solutions architect with over 9 years of experience.
Core expertise in technology consulting and implementation for software design and delivery
based on microservices architecture and multi-cloud based solutions (AWS, Azure & GCP),
Business Process Management (BPM), middleware (EAI) at enterprise scale. Rich experience
in developing distributed applications that evolve with requirements and extensible features.
Proficient in leading the design and leading delivery of software solutions through agile
methodology (Scaled Agile certified) in varied technologies (UX and backend services) like
Dart (Flutter), JavaScript (Node.js, Vue.js), Java (Spring) and Mobile (iOS and Android) to name
a few.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c11…
https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c110042465f0c005… 2/3
functions), GCP (GKE, Cloud Run, Cloud functions, App Engine, Compute
Engine, Cloud Shell, Google Cloud SDK), Docker, Cloud APIs (ML/AI services on
Google Cloud for Cloud Vision, Sentiment Analysis of text)
Technology Domain: Micro services based architecture for distributed apps,
SaaS integrations on Cloud technologies, SaaS applications, Hybrid
integrations (on-prem and cloud),
Technical Leadership: Solution architecture, Workloads migration strategy,
design for successfully implemented products & managed services which
contributes to organization's revenue, low level technical design, cloud
resources estimations based on budgets
Business Domains: Building Technologies, Oil and gas,Aero-Space, Building
technologies, Performance Materials, Automation and Process solutions
KPMG as Solution Architect
May 2018 to Jan 2019
For KPMG, the impact of DFAST and CCAR developments is part of a larger
issue: how to best use technology and automation tools to support
regulatory reporting and capital management compliance. Using
advancements in automation and artificial intelligence technologies, we
developed the KPMG Financial Institutions Reporting Engine, an automated
reporting platform with related services, in order to help BHCs and IHCs
increase efficiency, simplify reporting and improve compliance. The platform
was developed through close work between KPMG and global financial
institutions, as an industry-benchmarked reporting engine that provides
traceability, controls and governance around reporting, and a significant
reduction in time required to accommodate new regulatory requirements.
https://advisory.kpmg.us/articles/2017/financial-institutions-reportingengine.
html
Products & Services: Financial Institutions Reporting Engine (FIRE), CCAR
(Comprehensive Capital Analysis and Review) Automation, Intelligent
Automation Bots Platform
Technology Domain: Customizable packaged solutions, Managed services,
Middleware and integration
Technologies: TIBCO AMX BPM, Dell Boomi, Kendo UI, jQuery, HTML5,
Oracle 12c, Elastic Search, Apache Tika
Technical Leadership: Lead Solution architecture, design & delivery for
successfully implemented products & managed services which contributes to
organization's revenue, low level technical design, project planning, resource
estimation and budget allocation
People Leadership: Technical lead, technical mentor and coach, task
management, resource management, vendor management, agile
methodology
Business Domains: Fintech, compliance consulting
Clients: KPMG, SunTrust, Mitsubishi financial group, Bank of America
TIBCO Software Inc. as Integration & BPM Architect
Jan 2015 to Apr 2018
Products & Services: Financial Institutions Reporting Engine (FIRE),
Foreign Account Tax Compliance Act (FATCA) Classification and Management
System,
Know Your Customer (KYC) Classification System
Technology Domain: Customizable packaged solutions, Customizable
platforms, Middleware and integration, Business Process Management (BPM)
Technologies: TIBCO AMX BPM, Business Works, Business Events, Kendo UI,
jQuery, HTML5, Marklogic, Oracle 12c, Smartlogic, Kofax
Technical Leadership: Solution architecture, design and delivery for
successfully implemented products and managed services which contributes
to organization's revenue, low level technical design, project planning,
resource estimation and budget allocation
People Leadership: Technical lead, technical mentor and coach, task
management, resource management, vendor management, agile
methodology
Business Domains: Fintech, compliance consulting
Clients: KPMG, Bank of America, Mitsubishi financial group, PNC Financial
Services
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c11…
https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c110042465f0c005… 3/3
UG: B.Tech/B.E. (Computer Science) from University Of Pune in 2011
Other Qualifications/Certifications/Programs:
Architecting with Google Cloud Platform Specialization
Machine Learning with TensorFlow on Google Cloud Platform Specialization
Developing Applications with Google Cloud Platform Specialization
Certified SAFe® 4 Product Owner/Product Manager
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Dart, JavaScript, Java, Python, .NET
Vue.js, Kendo UI, Express
Flutter, Spring, Django
(Oracle, MS SQL) - NoSQL
Mongodb, marklogic
Google Cloud Platform, AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Japanese
Rank 492: Resume 1091 with similarity score 0.03729386189988906
MS , BS project manager , agile scrum master , project lead , senior manager , devops , coo , vp , chief architect , senior architect , software engineer , technical product manager , ceo , full time , team lead , team member , system analyst , enterprise architect , program manager , technical lead , engineering manager , sr. manager , lead architect , data scientist training , liasoning , robotics , web api , evangelism , node.js , status , mumbai , plus , technical product management , biology , digital innovation , visio , asp.net , nunit , html5 , salesforce , sql server , data science , automapper , mathematics , mobility , automation , devops , designation , prototype , modeling , csm , hindi , web technologies , english , nhibernate , wpf , agile , project , mongodb , leadership , microservices , angularjs , sharepoint server , jquery mobile , ibm , phonegap , architecting , rest , mvc , sap crm , six sigma , machine learning , togaf , itil , javascript , technology , hadoop , esb , reporting , general , entity framework , scrum , healthcare , physics , affirmative action , oracle , maintenance , kofax , bootstrap , email , aws , infragistics , operations , languages , sqoop , big data , proof of concept , contractors , pmp , ants , ug , coe , telerik , chemistry , analytics , scratch , ionic , azure , authorization , teams , maps , c# , application , global services , resume , enterprise architecture , design thinking , autofac , uml , resharper , silverlight , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c160117…
https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c1601175719410a5b01… 1/3
Current Designation: Engineering Manager
Current Company: Optum global Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Medical/Healthcare/Hospital
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA [general mngt.
Systems,mkt,HR,operations]
Verified : Phone Number | Email - id
Optum global Services as Engineering Manager
Oct 2019 to Till Date
Leadership role managing key account in healthcare division
HSBC Software Development as GCB 4 Technical Product Manager -Lead consultant specialist
May 2017 to Oct 2019
Technical Product Manager/Lead Architect leading multiple projects and working on projects involving latest technologies
like cloud (GCP, AWS), rules engine, MongoDB, Sqoop, hadoop, bigdata, springboot, microservices, ESB mulesoft,
angularjs, node.js, bootstrap, handlebar etc. java, .Net
NIIT Technologies as Senior Architect/Practice head
Oct 2015 to May 2017
leading technology innovation group, working on POC, pilots, prototype, projects on agile, design thinking, sdlc,
architecture design, technical product management, implementing devops, scrum/agile, leading multiple teams of mix of
contractors and FTEs
project management team leading
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Manas Mohapatra
19 yr exp,Lead Architect Product Mngr, MBA, MCA, 4 yr various onsite, .NET, mobility,
Azure, AWS ,GCP, IoT, Bigdata,ML,AI,chatbot, Microservice,innovation PMP TOGAF
Scrum MCTS, presales enterprise architecture data science, proj people delivery mngt
Key Skills: .net,innovation,iot,azure,aws,mobility,java,pmp,mcts,scrum,togaf,mvc wpf winform wcf asp.net silverlight vb
asp c# sql oracle sharepoint ssis ssrs uml crm phonegap enterprise architecting presales project people
mngt,cloud,gcp,azur,Presales,program
Summary
Looking for Chief Architect, Tech Delivery Head roles. I am Lead Architect/Sr. Engineering Manager with 19 yr exp, PMP, MCTS
TOGAF Six Sigma Azure CSM. USA, UK, Europe exp. MCA (top 10 rank) from utkal university and MBA from XIMB (top 5 rank)
(Operations, Systems, Human Resource, Marketing) Exp of enterprise architectural consulting, tech product management
solution design, technical consulting, project, people mngt, bid presales, leading innovative labs POC/prototype, leading big
teams, client management, C#, asp.net, WCF, WPF/MVVM, MVC, MEF, Silverlight, Iot, Bigdata, Microservice, design thinking,
machine learning, digital innovation, Mobility (phonegap ionic HTML5, CSS3, Responsive), SSRS/SSIS/SSAS, SharePoint,
Azure, GCP, AWS, mongodb, SQL, Oracle, Telerik/Infragistics, Salesforce etc.
Strong exp of tools/products like Resharper, Red Gates Ants, Enterprise Architect, MPP, Visio, Automapper, Autofac, Nunit,
MSunit, ORM technologies (Nhibernate, entity framework), kofax
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c160117…
https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c1601175719410a5b01… 2/3
presales support, product feature improvement, product feature improvement
liasoning CoE, CEC
status reporting CEO, COO, sr. managment
working on .NET 4.6 azure mobility IoT bigdaata design thinking microservice cloud mobile phonegap ionic jquery mobile
hdinsight kofax kapow image machine learning robotics
automation
analytics big data IoT web technologies mobility modeling automation machine learning cloud
agile delivery management
product management , delivery support
Hexaware Technologies Limited as Sr. architect Sr. Manager 3 plus year
Aug 2012 to Sep 2015
Sr Tech architect, TOGAF PMP mcts azure scrum master
design architecting enterprise architecture, coding, leading team, leading end to end project development, account
management. , technical consulting, tech evangelism, training, poc, proof of concept, client requirement analysis etc
IBM TCS as Advisory system analyst and AST 8 yr
Nov 2004 to Jan 2012
product manager, program manager, Enterprise Architect Sr. Architect, Architect, Senior manager, Team Lead, Onsite
Lead, project manager
Others - mentioned in resume as software engineer, Project Lead
May 1998 to Oct 2004
Technical Lead, PL, team member
UG: mathematics, physics, chemistry, biology, computers (computers) from Utkal University in 2012
PG: MCA (Computers) from Utkal University in 2003
Post PG: MBA (general mngt. Systems,mkt,HR,operations) from Xavier Institute of Management (XIM), Bhuvaneshwar in
2011
Other Qualifications/Certifications/Programs:
PMP, agile scrum master certified (CSM)
MCTS, Azure, Oralce cloud(arch+Dev), Google cloud
togaf 9.1,ITIL , six sigma
Education
IT Skills
Skill Name Version Last Used Experience
ASP.NET angularjs bootstrap web api REST 3.5,
4.0
2015 14 Year(s)
VB.NET winform wpf 3.5 2015 14 Year(s) 3 Month(s)
SQL Server 2005 2015 14 Year(s) 9 Month(s)
Sharepoint Server/MOSS 2007 2013 2 Year(s) 0 Month(s)
C#.NET winform wpf 3.5,
4.0
2013 14 Year(s) 3 Month(s)
VB, ASP, Silverlight 6 2013 2 Year(s) 3 Month(s)
PMP 2013 5 Year(s)
TOGAF 9.1 2013 2 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c160117…
https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c1601175719410a5b01… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India,United States
Job Type: Permanent
Employment Status: Full time
ITIL 3 2013 2 Year(s)
MCTS 2 and
4
2013 5 Year(s) 1 Month(s)
SAP CRM salesforce integration 3 2013 3 Year(s)
SALESFORCE 3 2013 3 Year(s)
INFRGISTICS 3 2013 3 Year(s)
ENTERPRISE ARCHITECT 2012 3 Year(s)
autofac automapper agile (CSM certified) 2014 3 Year(s)
mvc wpf wcf 2011 3 Year(s)
Azure, AWS, GCP google cloud, mongodb 2012 6 Year(s) 0 Month(s)
mobile kofax ionic phonegap puma.net 2014 2 Year(s)
Presales Bid Management 2009 6 Year(s)
IOT, Arc GIS, Maps 2014 0 Year(s) 0 Month(s)
Hadoop Big data ML AI data scientist 2017 0 Year(s) 0 Month(s)
Microservice design thinking agile 2014
Managing large global accounts/teams 2014 4 Year(s)
leading new projects from scratch
emerging technology cloud team setup
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Expert
oriya Expert
Rank 493: Resume 1495 with similarity score 0.0372894983495349
B.E , MS , B.TECH , BS technology architect , lead architect , partner , zookeeper , solution architect , full time , principal architect , enterprise architect marathon , training , customer , transformational , ease , classification , platforms , gateway , pattern , status , stakeholder management , digital transformation , application architecture , road , infrastructure , scikit-learn , data science , forecasting , avro , spectrum , engagements , pipeline , distance learning , strategic programs , kubernetes , designation , server management , it strategy , hindi , cluster , architects , english , optimizer , project , mongodb , leadership , solution architecture , ibm , machine learning , flask , settlement , struts , javascript , technology , artificial intelligence , availability , hadoop , eureka , affirmative action , oracle , principles , maintenance , process flow , axis , udf , oozie , email , tomcat , aws , numpy , dropwizard , operations , chassis , nltk , languages , hibernate , sqoop , hive , cassandra , scheduling , dashboards , program management , guides , api , spring batch , blueprint , websphere , ug , analytics , azure , apache , authorization , risk , teams , spring boot , scalability , map , focus , application migrations , electronics , enterprise architecture , framework , time to market , hbase , python , cloud computing , orchestration , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b11581350…
https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b1158135044440a0c5d59… 1/3
Current Designation: Lead Architect
Current Company: Bajaj Finserv Direct Limited.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Data Science]
Verified : Phone Number | Email - id
Bajaj Finserv Direct Limited. as Lead Architect
Sep 2019 to Till Date
Leading team of architects across multiple LOBs. Defining of Architecture transition plans for moving from current state
(single Partner) to future state (Multiple Partner) including infrastructure model leveraging AWS platform.
Collaborate with Vendor architects on the team where necessary, anticipate potential problems and assess solutions,
impacts and risks across architectural domains and LOBs.
Assist in development of Architecture Roadmap and manage Architecture Runways across LOBs.
Ensure alignment of cross program IT strategy and planning with company's business goals.
Evangelize and explain Architecture principles, benefits and technical solution to business and technical audiences.
Define and decide on tools and processes to improve architectural standards, target state architecture, best practices and
guides that influences architecture decisions across product portfolios and/or across architecture domains with alignment
to the organisation's technology direction.
Xoriant Solutions as Principal Architect
Jun 2018 to Sep 2019
KPMG-Spectrum:
o Delivery of customer Cloud Strategies aligned with customer's business objectives and with a focus on Cloud
Last Active: 7-Feb-21 Last Modified: 1-Feb-21
Prashant Vijay Joshi
Seeking roles in Solution Architecture,Enterprise Architecture,Software
Development,Project Management,Artificial Intelligence,Delivery Management,Digital
Transformation,Stakeholder Management,Risk Management,Machine
Learning,Hibernate,Python,Java,R
Key Skills: Solution Architect,Solution Architecture,Enterprise Architecture,Software Development,Project
Management,Artificial Intelligence,Delivery Management,Digital Transformation,Stakeholder Management,Risk
Management,Machine Learning,Hibernate,Python,Java
Summary
* 5+ years of experience in leading teams through large and complex engagements delivering digital transformational
Strategies focusing on innovation, defining & reviewing Architectures guidelines across multiple domains, architecture patterns.
* 10+ years of experience in providing technology vision and direction towards development of complex and high-volume
scalable systems.
* Provide architecture leadership in execution of strategic programs leveraging consulting and hands-on technology
experience across multiple architectural domains.
* 8+ years of experience in implementing complex, highly scalable applications based on multiple architecture patterns
leveraging multiple architecture pattern including Micro-Service Architecture and Even Driven Architecture across multiple
portfolio/projects and cloud platforms (AWS/Azure)
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b11581350…
https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b1158135044440a0c5d59… 2/3
Application Migrations.
o Work with client's leadership team in reviewing architecture decisions, identify pain areas and provide solution for the
same across the portfolio.
o Prepare and review project plan, resource plan, forecasting, scheduling and tracking.
o Presenting management reports/dashboards to Xoriant Leadership team.
o Work with Xoriant's Leadership team to provide solution and demo for new initiatives and prospects.
o Defining and setting goals for the team members.
o Participated in 3 day 'Program Management' training.
Best Buy as Digital Solution/Technology Architect
Aug 2017 to Nov 2017
Key Projects:
Pricing Engine Framework (Price Optimizer):
Conduct feasibility study to enable business to configure rules for multiple price list and support dynamic pricing.
Work with key stake holders from business, operations in defining busniness objectvies for pricing engine.
Evaluated Sparks and Apache Flink for streaming analytics and data ingress process.
Evaluated Cassandra and Mango DB to find fitment for the proposed architecture.
Define conceptual architecture, estimated cost and road map for implementing the new Architecture.
Wipro Infotech as Digital - Solution/Technology Architect
Sep 2012 to Aug 2017
Key Programs:
New Business Capability:
Define and develop new IT capability which will enable customer's application into BBYD system to provide enhanced
experience to third party customers. Realign Clearing and settlement process flow. Build highly scalable event-based
application architecture with multiple touch points across domains.
Created solution blueprint and framed technology roadmap based on microservice architecture to enable new capability
using Spring Boot, Eureka, Zuul, Hystrix, HATEOS, Swagger, IBM-MQ, ELK
Evaluated Zuul and Apigee for designing API Gateway.
Evaluated Spring Boot and DropWizard for choice of Microservice Chassis.
Scalability, Availability and Stability
Define and design application deployment process, ease of server management and future expansion so as to enable
speed to market innovative applications by reducing deployment cycle from 45 days to 30 days, reduce cost of managing
and maintaining infrastructure by 25%.
Evaluated Kubernetes and Mesos + Marathon for container orchestration.
Move from physical to virtual infrastructure, enhance capacity for SSIS/SSRS.
Alignment from Enterprise teams and key stakeholders on roadmap to migrate from physical to virtual infrastructure
Prepared roadmap and restructure plan for integrating enterprise CI/CD tools in current delivery progress.
Product Induction Process and Auto Classification:
Automate product induction process and reduce time to market new products.
Identify gaps and bottlenecks by analyzing 'As is' process of product induction and propose 'To Be' process.
Define product induction pipeline in Hadoop cluster using Oziee, Spring Batch, Avro, Zookeeper, Pig
Developed POCs for critical flows to establish the concepts of caching and calling UDF in Pig.
Lead the implementation of multiple classification model using scikit-learn, python and flask.
UG: B.Tech/B.E. (Electronics) from Nagpur University in 1999
PG: PG Diploma (Data Science), Correspondence/Distance Learning from Harvard University in 2017
Other Qualifications/Certifications/Programs:
Cloud Computing
Education
IT Skills
Skill Name Version Last Used Experience
Java, R, Python 2017 17 Year(s) 2 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b11581350…
https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b1158135044440a0c5d59… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Struts, Spring, Hibernate, Jersey 2017 7 Year(s) 3 Month(s)
AXIS 2016 10 Year(s)
Hadoop2.0, Pig, Sqoop 2016 2 Year(s) 3 Month(s)
Oozie, Zookeeper, HBase, Hive, Hadoop 2016 2 Year(s) 3 Month(s)
MQ, JMS, ELK 2017 12 Year(s) 0 Month(s)
Cassandra, MongoDB Oracle 2017 6 Month(s)
JBOSS 5.x, WebSphere, Apache Tomcat, Apache
Web Server
2017 17 Year(s)
Tensor Flow, Scikit, CNN, RNN 2017 2 Year(s) 5 Month(s)
NumPy , Tensor flow, NLTK 2017 2 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 494: Resume 1524 with similarity score 0.03722731906561635
B.E , MS , B.TECH full time , channel partners , merchandiser , product development ecommerce , reporting , magento , retail , vm , optimization , onboarding , general , customer , filters , merchandise , designation , ug , portals , saint , affirmative action , launches , hindi , taxonomy , power bi , sorting , ltd , lifestyle brands , pos , digital , authorization , english , teams , status , deliveries , models , excel , email , b2b , packing , product mix , on site , focus , leadership , sap , mumbai , gap , bengali , denim , sheets , barcode , visual merchandising , writing , market analysis , channel partners , content management , languages , e-commerce , atg , amazon , planners , microstrategy , catalog management , catalogs , google analytics , product placement , coordinated , javascript , stickers , search , technology , cart , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170…
https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170a16465a5f090… 1/2
Current Designation: Digital Merchandiser
Current Company: AL Tayer Retail - Mamas & Papas
Current Location: Dubai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Retail
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Master of Fashion Management
[Buying, Merchandising, Marketing]
Verified : Phone Number | Email - id
AL Tayer Retail - Mamas & Papas as Digital Merchandiser
Dec 2018 to Till Date
Key Result Areas
Conceptualizing and executing product sales with a focus on onsite search, sorting rules, product placement, and
page/product content
Ensuring accurate site content which entails product & promotion launches
Collaborating with planning, image, copy-writing and content teams to support the successful launch of new assortments
Coordinating with external brands to launch new assortments on site and assuring the products can be found easily by
customers through optimization of taxonomy, filters, internal search and product placement
Managing customer complaints regarding product copy/image, follow up regarding orders outside of SLA
Tracking inventory levels for focus products; suggesting internal stock transfers to correct stock imbalances
Working on forecasts for logistics and maintaining sales report to support in trade meetings
Functioning on several projects: Product Views Report for VM strategy, Cart Page Recommended Products
Implementation & Tracking; Tools used : Magento, Medalia, Google Analytics, Power BI, Microstrategy, ATG Visual
Merchandising
Arvind Lifestyle Brands Ltd. as Category Support Executive- E-Commerce
May 2018 to Nov 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
SWAPNOJA
Digital Merchandiser seeking roles in Digital Merchandising,Promotion Launch,Key
Account Management,Visual Merchandising,MIS Reporting,Site Content
Management,Catalog Management,Market Analysis,product sales,E-commerce
Merchandising, Brand Onboarding
Key Skills: Digital Merchandiser, Digital Merchandising,Product Development,Promotion Launch,Key Account
Management,Visual Merchandising,MIS Reporting,Site Content Management,Catalog Management,Market
Analysis,product sales
Summary
Performance-driven professional with over 6 years of rich experience which includes 4.5 years' experience in key account
management and digital merchandising; nearly 2 years' experience in IT.Provided strong leadership, management and support
to the team, comprising of merchandisers,planners and marketing professionals to ensure the retailer has the best reporting,
analysis and management of all product information.
Skilled in cementing healthy relationship with the third parties (B2B) for generating business and leading workforce towards
accomplishing business & corporate goals .Tracked inventory levels for focus products, suggested internal stock transfers to
correct stock imbalances. Worked on key accounts of Myntra, Jabong, Ajio, Koovs & Amazon. Successfully completed
cataloguing of 1000+ products for the GAP launch of Myntra-Jabong in Sep'18;supervised the complete process from indent
creation to warehouse dispatch & deliveries of 70K + units for the successful launch of the brand
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170…
https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170a16465a5f090… 2/2
Key Result Areas
Coordinated with the SAP Team for POs received and worked towards 100% PO fulfillment, liaised with commercial team
for PO release as per approved margins; prepared indents for POs according to stock & assortment
Connected with warehouses to implement proper packing and following the set norms by the channel
Implemented macros to reduce the time for generating barcode stickers
Followed up with channel partners for appointments and delivery of necessary documents
Interfaced with logistics teams for timely dispatches as per the set appointment and troubleshot during unsuccessful
deliveries with logistics and channel partners
Created catalogs and attribute sheets for ecommerce portals such as Amazon, Myntra & Jabong
Blue Saint by Raised on Denim as E-commerce Merchandiser
Dec 2016 to May 2018
Key Result Areas
Supervised the stock allocation, sales and replenishments for the domestic brand, imported brand pink woman & celebrity
brand sheltr on Myntra, Jabong, Ajio & Koovs in marketplace, SOR & outright models (Ecommerce) & in Inmark (B&M
stores)
Ensured fulfillment of customer orders by continuously monitoring the inventory level
Examined past sales data and suggested the optimum product mix to increase sales on the portal
Managed discounts based on ageing of stock and sell-through
Prepared the weekly status report for Ecommerce sales
Collaborated with fashion analytics site Stylumia to comeup with ideas and insights for new season merchandise of Blue
Saint
UG: B.Tech/B.E. (I.T) from Future Institute of Engineering & Management, WBUT in 2012
PG: Master of Fashion Management (Buying, Merchandising, Marketing) from National Institute of Fashion Technology
(NIFT) in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: United Arab Emirates
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS. EXCEL MS POWERPOINT
EXCEL
MAGENTO
Google Analytics
Power BI
Languages Known
Language Proficiency Read Write Speak
English
hindi
bengali
Rank 495: Resume 40 with similarity score 0.03718817170047829
MS , B.TECH , BS work from home , owner , delivery man api , customer , man , css , firebase , retrofit , english , node.js , bootstrap , architecture , project , c programming , resume , android , rest , java , machine learning , problem solving , arduino , completion , assessment , python , one , apps , technology Assessment
Q1. Why should you be hired for this role?
I have been learning development as an additional skill since last 1 year and I am always trying to apply problem solving skills to the problems I
gave in development.I have been learning to write readable and debuggable code.I am sure this internship will be a symbiotic relationship.I would
be really eager to learn how apps are written for a large user base and how we overcome the challenges.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Available after mid December
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
Afanan KHAN
Silchar, Lucknow
Applied 28 Dec'20
Android C Programming CSS
Data Structures English Proficiency Spoken) English Proficiency Written)
Java Node.js Arduino
Bootstrap Firebase Machine Learning
Python
Bachelor of Technology B.Tech), Electrical Engineering
National Institute Of Technology Silchar
2018 - 2022
CGPA 8.00/10
Senior Secondary XII, Science
La Martiniere College,Lucknow
ICSE board)
Year of completion: 2017
Percentage: 88.00%
Secondary X
La Martiniere College,Lucknow
ICSE board)
Year of completion: 2015
Percentage: 90.00%
Android App Development
Foodji, Virtual
Apr 2020 - May 2020
Made three apps for a food delivery start up based in Silchar.The three apps included an customer side app,an restaurant
side app and delivery boy side app.Used Retrofit to call the rest api and followed MVVM architecture.
Core Member of machine learning club @nit silchar
Foodji-Food delivery app
Apr 2020 - Present
https://github.com/afnanits/Foodie
A food delivery built using MVVM architecture.This project consists of three apps basically one each for customer,restaurant
owner and delivery man
The backend of this app is a rest api completely written in nodejs.On android side retrofit2 was used
looking for work experience
https://github.com/afnanits/Foodie
CONTACT Phone: 91 8840102246
Rank 496: Resume 460 with similarity score 0.037150561040494585
B.TECH backend developer api , web development , redux , css , options , connect , amazon s3 , routing , mysql , authentication , basic , apache , spring boot , newton , excel , strap , store , express , application , mongodb , linkedin , dps , survey , poi , github , rest , features , problem solving , computer science , languages , asp.net , basketball , spring security , sass , javascript , client side , elasticsearch , toolkit , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2017 B.Tech (Computer Science) Ansal University (Gurgaon) 1.81/4.0
2012 12th Army School (Gwalior) 68.8%
2010 10th DPS Sushant Lok (Gurgaon) 70.5%
Internship and Certifications
Newton School | Newton School Coding bootcamp
FullStack web development along with Problem solving.
Techinical Stack learned: Node JS, React JS, Express JS, MongoDb, Java, HTML, CSS and Javascript
Participated in various coding contest organized by the platform.
PretPick | Backend Developer (Java)
Created RESTful APIs in Spring Boot to connect and upload files/images to Amazon S3.
Utilized Apache POI library to read Excel files uploaded by user and store its contents to MongoDb.
Came up with the algorithm to resize the uploaded images on the server while maintaining the images aspect ratio and
storing the resized images on Amazon S3 bucket.
Set up the configurations and settings for elasticsearch. Used elasticsearch to index documents and synchronized
elasticsearch with MongoDb using elasticsearchs Java REST Client.
Used Spring Security and implemented an REST API to authenticate and authorize an user using JWT Token based on roles.
Projects
Todo App | Newton School (link)
Todo is a web application, where users can keep track of their tasks.
Features: CRUD, Session and Authentication
Role: Developer | Tech Stack: React, Nodejs, Express, MongoDb.
Survey-app | Newton School (link)
Survey-app is a web application, where users can create or take survey.
Features: Client side routing, different types of surveys, used redux-toolkit.
Role: Developer | Tech Stack: React, Redux, Redux-toolkit, React-strap.
Random Picker | Newton School (link)
Picks a random options from given options. Basic app to get familiar with react concepts and implementation.
Features: add option, remove option, remove all options.
Tech Stack: React, HTML, CSS/SASS.
Skills
Computer languages JavaScript, Java
Software Packages MySQL, MongoDb, React, Express, Node
Additional Courses Taken Data Structure
Co-Curricular Activities
Basketball Team Vice-Captain.
Participated in workshop of ASP.net, Ansal University.
Rohan Sharma LinkedIn: rohan-sharma-22b7551b2
Github: rawn01
August 2020 - January 2021
February 2020 - July 2020
December 2020 - December 2020
December 2020 - January 2021
October 2020 - October 2020
https://www.linkedin.com/in/rohan-sharma-22b7551b2/
https://github.com/rawn01
https://rawn-todo-frontend.herokuapp.com/
https://rawn-survey-app.herokuapp.com/
https://reactjs-random-picker.herokuapp.com/
Rohan Sharma
LinkedIn:
rohan-sharma-22b7551b2
Github:
rawn01
Education
2017
B.Tech (Computer Science)
Ansal University (Gurgaon)
1.81/4.0
2012
12th
Army School (Gwalior)
68.8%
2010
10th
DPS Sushant Lok (Gurgaon)
70.5%
Internship and Certifications
Newton School | Newton School Coding bootcamp
August 2020 -
January
2021
FullStack web development along with Problem solving.Techinical Stack learned: Node JS, React JS, Express JS, MongoDb, Java, HTML, CSS and JavascriptParticipated in various coding contest organized by the platform.
PretPick | Backend Developer (Java)
February 2020 -
July
2020
Created RESTful APIs in Spring Boot to connect and upload files/images to Amazon S3.Utilized Apache POI library to read Excel files uploaded by user and store its contents to MongoDb.Came up with the algorithm to resize the uploaded images on the server while maintaining the images aspect ratio and storing the resized images on Amazon S3 bucket.Set up the configurations and settings for elasticsearch. Used elasticsearch to index documents and synchronized elasticsearch with MongoDb using elasticsearchs Java REST Client.Used Spring Security and implemented an REST API to authenticate and authorize an user using JWT Token based on roles.
Projects
Todo App |
Newton School
(link)
December 2020 -
December
2020
Todo is a web application, where users can keep track of their tasks.Features: CRUD, Session and AuthenticationRole: Developer | Tech Stack: React, Nodejs, Express, MongoDb.
Survey-app |
Newton School
(link)
December 2020 -
January
2021
Survey-app is a web application, where users can create or take survey.Features: Client side routing, different types of surveys, used redux-toolkit.Role: Developer | Tech Stack: React, Redux, Redux-toolkit, React-strap.
Random Picker |
Newton School
(link)
October 2020 -
October
2020
Picks a random options from given options. Basic app to get familiar with react concepts and implementation. Features: add option, remove option, remove all options.Tech Stack: React, HTML, CSS/SASS.
Skills
Computer languages
JavaScript, Java
Software Packages
MySQL, MongoDb, React, Express, Node
Additional Courses Taken
Data Structure
Co-Curricular Activities
Basketball Team Vice-Captain.Participated in workshop of ASP.net, Ansal University.
Rank 497: Resume 1288 with similarity score 0.03708619064816091
M.Sc , M.S , B.E , MS , B.TECH it support engineer , full time veritas , veeam , computing , general , telugu , customer , internships , computer networking , css , microsoft office , server management , confluence , pay , affirmative action , mysql , technical architecture , hindi , cloud , data network , maintenance , ltd , gateway , authorization , office 365 , diagnose , instrumental , teams , english , escalation , status , productivity , email , project , application , aws , processing , range , electronics , matlab , ecs , s3 , servers , c++ , resolve , recruiting , ec2 , storage , replication , languages , research , routers , javascript , backup exec , suite , technology , administrative , switches , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430…
https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430b12495059010… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 1 Month(s)
Highest Degree: MS/M.Sc(Science) [computer
networking]
Verified : Phone Number | Email - id
Amidata Ltd as AWS / Support Engineer
Oct 2018 to Oct 2020
AWS trainee, Hands-on experience with EC2, ECS, ELB, S3, VPC, IAM, SQS, RDS, Lambda,
cloud watch, storage Gateway, cloud formation, Elastic Beanstalk and Autoscaling.
Proven success diagnosing and resolving software issues, In-depth knowledge of patching and
upgrading office applications to maximize productivity.
Great knowledge and experience in Recruiting employees for internships, processing pay role.
Well-versed in Veeam Backup and replication, Microsoft office 365, Veritas Backup Exec,
Administrative support role.
Research, diagnose, troubleshoot, and identify appropriate solutions to resolve system issues,
Adhere to standard procedures for proper escalation of unresolved issues to the appropriate
internal teams.
Installing software and application to user standards, managing and maintaining the servers, pc's,
routers, and switches.
Instrumental in managing daily technical support activities on desktop support, data network and
server management.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Chaitanya Bharathi Institute of Technology, Hyderabad in 2016
PG: MS/M.Sc(Science) (computer networking) from Charles Sturt University in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
P. Charan Teja Reddy
Experienced AWS/IT Support Engineer seeking roles as Software Development,
Application Programming,Project Management,System Analysis,Technical
Architecture,Requirement Gathering,Cloud
Computing,HTML,CSS,MySQL,Java,C,C++
Key Skills: AWS, Support Engineer,Tech Support Engineer,Software Development,Application Programming,Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Cloud
Computing,HTML,CSS,MySQL,Java,C,C++,Veritas Backup,Customer Support
Summary
Dedicated and innovative individual with strong educational background, Internships and
Recruitment Experience with compact 2 years* of AWS, IT support experience to contribute to
long-range operational objectives.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430…
https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430b12495059010… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Veeam Backup
Veritas backup Exec
MATLAB, M365
AWS Platform
Confluence, MYSQL
MS Office Suite
C, C++, Java, HTML,css
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
Rank 498: Resume 1219 with similarity score 0.03702745640581544
B.E , B.TECH solution architect , software developer , full time , it analyst automation , api , migrating , designation , ug , affirmative action , information technology , hindi , nintex , maintenance , dynamo , ltd , gateway , azure , english , authorization , sharepoint , status , cloud development , email , record , project , sql , aws , system development , application architecture , ci , microsoft , servers , ec2 , yaml , languages , python , javascript , cloud computing , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d45…
https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d450715400b0b585… 1/2
Current Designation: IT Analyst
Current Company: Tata Consultancy Services Ltd.
Current Location: Pune
Pref. Location: Delhi / NCR,Noida,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 11 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as IT Analyst
Jan 2015 to Till Date
Working as a Solution Architect for various Client.
Involved in Migrating Applications onto AWS Environment.
Automated Resource Creation in AWS using Cloud Formation.
Managing and implementing CI/CD pipeline.
Managing and implementing Serverless architecture using Lambda, API Gateway,
Dynamo DB, CloudFront etc.
Involved in Application architecture designing and creation like created
Lambda functions, EC2 Servers, RDS etc.
Worked in AWS Operation support. Managed the team and provided automation
for various services using CloudFormation.
Worked on Microsoft SharePoint and Nintex technology.
Worked closely with customers and other stakeholders to determine planning,
implementation and integration of AWS.
Participated in all phases of system development life cycle, from requirements
analysis through system implementation.
Proven track record in delivering high quality solutions using industry standards
and best practices.
Good Experience in Migration of SharePoint sites.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Yajush Garg
Solution Architect seeking roles in Cloud Development, Application Programming,
Application Maintenance, Project Management, Requirement Analysis.
AWS,CloudFormation,Lambda,YAML,Azure,SharePoint,Python,JavaScript
Key Skills: AWS,Lambda,Cloud Computing,Python,SQL
Summary
Result-oriented Professional with 6 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,AWS,CloudFormation,Lambda,YAML,Azure,SharePoint,Python,JavaScript.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d45…
https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d450715400b0b585… 2/2
UG: B.Tech/B.E. (Information Technology) from gl bajaj institute of technology and management in 2012
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS
Cloudformation
LAMBDA
YAML
AZURE
SHAREPOINT
Python
JavaScript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 499: Resume 867 with similarity score 0.03691619010046464
B.E , B.TECH , BS software engineer , full time , software developer ecommerce , react.js , socket.io , redux , css , designation , ug , golang , affirmative action , maintenance , typescript , authorization , internet , status , architecture , postgresql , email , project , express , application , mongodb , redis , rest , components , d3.js , features , c++ , git , building , computer science , infrastructure , html5 , es6 , javascript , technology , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140…
https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140b17105a5e095… 1/2
Current Designation: Software Engineer
Current Company: Krazybee (kreditbee.in)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Krazybee (kreditbee.in) as Software Engineer
Sep 2019 to Till Date
Building reusable components using react & redux architecture.
Worked on both app as well as website for kreditbee.in
Worked on Payment methods.
Troopr Inc as Software Engineer
Aug 2018 to Aug 2019
Implemented rest APIs for Troopr's core product using node js
Implemented back end infrastructure.
Wrote script to update the fields in database
Implemented user-facing features using React.js and Redux state
management library.
Building reusable components and front-end libraries for future use.
UG: B.Tech/B.E. (Computer Science and Engineering) from BANGALORE INSTITUTE OF TECHNOLOGY, VTU in 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
ANUP KUMAR GUPTA
Software Engineer seeking assignment in Software Development,Software Application
Development,Project Management,Requirement Gathering,Redux Architecture,React
Architecture,Data Strucure,Git,React js,Redux,Javascript,HTML,CSS,D3.js,Typescript
Key Skills: Software Engineer,Software Developer, Software Development,Software Application Development,Project
Management,Requirement Gathering,Redux Architecture,React Architecture,Data Strucure,Git,React
js,Redux,Javascript,HTML,CSS,D3.js,Typescript
Summary
Over 2 years experience in Software Development,Software Application Development,Project Management,Requirement
Gathering,Redux Architecture,React Architecture,Data Strucure,Git,React js,Redux,Javascript,HTML,CSS,D3.js,Typescript
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140…
https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140b17105a5e095… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
React js, Redux, JavaScript
HTML5, CSS3, D3.js
Typescript, ES6
Node js, Express, Typescript
socket.io, Golang
Mongodb, Redis, PostgreSQL
C++
Data Strucure, Git,
Rank 500: Resume 1532 with similarity score 0.036903942142647764
MS , BSC , BS junior engineer , quality assurance , test lead , test engineer , certified ethical hacker , full time , team lead , senior qa engineer , business analyst , project leader allocations , ecommerce , faq , reporting , magento , manual testing , exploratory testing , web testing , frd , business intelligence tools , bugzilla , general , software systems , compatibility testing , designation , functional testing , regression testing , use case , adobe photoshop , affirmative action , traceability matrix , hindi , ltd , test cases , webscarab , ios , english , authorization , status , software testing , sql , email , security testing , integration testing , project , application , mobile apps , black box testing , windows 10 , web solutions , smoke testing , bengali , mantis , android , writing , dna , seo , languages , system testing , documentation , installation testing , cms , jira , engineers , javascript , connectors , business requirements , sanity testing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47…
https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47001213590e0d… 1/3
Current Designation: Test Lead -Software Testing
Current Company: Crestech Software Systems Pvt Ltd.
Current Location: Gurgaon
Pref. Location: Delhi,Gurgaon,Noida
Functional Area: IT Software - QA & Testing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Crestech Software Systems Pvt Ltd. as Test Lead -Software Testing
Dec 2016 to Till Date
1. Managing Team of Junior Test Engineers
2. Daily Task Allocations
3. Writing Test Cases
4. Test Case Execution
5. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
Stigasoft Pvt Ltd. as Sr. Engineer QA
Dec 2013 to Dec 2016
1. Writing Test Cases
2. Test Case Execution
3. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
Benefitsplus Media Pvt Ltd. as Sr. Engineer QA
Nov 2011 to Dec 2013
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Rakesh Dutta
Certified Ethical Hacker with 10 Years of Experience in Manual Testing spanning
across various domains like Ecommerce, Mobile Apps, Web Application, Security
Testing, CMS, HR, Business Intelligence Tools etc Domains
Key Skills: Test Lead, Software Testing, Manual Testing, Functional Testing, Integration Testing, System Testing,
Regression Testing, Black Box Testing, Security Testing, JIRA, TFS, MTM, Mantis, Bugzilla, SQL, Burpsuite, Webscarab
Summary
EC Council Certified Ethical Hacker - V9
10 Years of work experience in the domain of Business Analyst & Manual Software Testing which includes testing Ecommerce
Applications, Mobile Apps (Android & IOS), Security Testing, BI Tools, CMS Applications, Social Networking Applications,
Magento based CMS, HR Applications, Consulting Services.
Experience in working with Product & Service based companies.
Experience in handling BA & QA activities.
Experience in dealing with clients to gather business requirements & extracting use case requirements, creating wireframes &
functional requirement document.
5 Years of Experience in Leading Team of Junior Test Engineers
Currently working with Crestech Pvt. Ltd. as Test Lead since December 2016.
6 Months of Experience in Testing BI Tool ("Datawatch - A Web & Software based BI Tool") - Formerly known as Panopticon
Software.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47…
https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47001213590e0d… 2/3
1. Writing Test Cases
2. Test Case Execution
3. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
4. FRD Creation & Update
DNA WEB Solutions as Senior QA Engineer
Oct 2010 to Oct 2011
1. Writing Test Cases
2. Test Case Execution
3. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
Resourcers India Pvt Ltd as Junior Engineer Quality Assurance
Aug 2008 to Sep 2010
1. Designing WireFrame
2. SEO Based Activities
3. Writing Test Cases
4. Test Case Execution
5. Documentation - FRD Update, FAQ's
6. Test Reports - Daily, Weekly and Monthly Status, Test Tracibility Matrix.
UG: B.Com (Commerce) from Kurukshetra University in 2005
PG: MCA (Computers) from Kurukshetra University in 2008
Other Qualifications/Certifications/Programs:
Certified Ethical Hacker
Education
IT Skills
Skill Name Version Last Used Experience
TFS 2020
WEBSCARAB 2020
BURPSUITE 2020
SQL 2019
Adobe Photoshop 2019
JIRA 2019
MTM 2019
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Proficient
Projects
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47…
https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47001213590e0d… 3/3
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Project Leader
Duration: Aug 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Project Leader
Duration: Dec 2016 - Jul 2017
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Test Engineer
Duration: Jan 2014 - Dec 2014
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Title: HR Application
Client: Confidential
Skill Used: Manual Testing, Functional Testing, Regression Testing, Sanity Testing, Smoke Testing, Exploratory Testing,
Role Description: 1. Managing Team
2. Daily Task Allocation
3. Test Case Writing
4. Test Case Execution
5. Preparing Reports
Project Details: HR Based application to allocate and de-allocate its employees across different clients.
Project Title: Windows 10 Compatibility Testing
Client: Confidential
Skill Used: Manual Functional Testing, Software Testing, Manual Testing, Web Testing, Test Lead, QA,
Role Description: Tested different internal client applications against compatibility with Windows 10
Project Details: Testing different client application with respect to the newly launched Windows 10.
Project Title: Datawatch
Client: Panoptican Softwares
Skill Used: Manual Functional Testing, Software Testing, Manual Testing, Bug Reporting,
Role Description: This is BI Tool, we are involved in Testing various parts of the software - like Working Logic, connectors, UI,
Installation and un-installation testing etc
Project Details: This is BI Tool which is used to analyze the data from different sources.
Rank 501: Resume 143 with similarity score 0.03687495462044174
B.S , MS , BS work from home , full time a2 , css , dance , adobe photoshop , mar , public , player , english , record , airline management , german , resume , java , languages , iis , completion , assessment , it , html Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description , and if you hire me , I promise to deliver quality work throughout the tenure of
the internship . I have good understanding of JAVA , CSS , C and many other computer languages and tools because I had done 3 years course
in CAI ( computer applications ) . I possess excellent communication skills ,I am a team player , and most importantly , I 'm a dedicated worker . All I
want is a chance to prove it to you .
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available full time in jaipur. For 3 months .
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9636189952
Chhavi Bajaj
Jaipur
Applied 30 Jan'21
English Proficiency Spoken) English Proficiency Written) MSOffice
HTML Adobe Photoshop C Programming
Java
Bachelor of Science B.Sc), Dietician
ICG
2018 - 2021
Senior Secondary XII, Science
Vidyasthali Public School
CBSE board)
Year of completion: 2018
Secondary X
Vidyasthali Public School
CBSE board)
Year of completion: 2017
Conducted a team of dance competition and was awarded for the same.
Airline Management Certificate Course
The IIS University, Jaipur
Aug 2018 - May 2019
It was a airline management Certificate course for 1 year where we get to learn about the airline industry.
German Certificate Course
The IIS University, Jaipur
Aug 2018 - Mar 2019
It was a 1 year Certificate course in german Language A1 and A2
I am hardworking , motivated and enthusiastic. A perfect candidate with a good track record in the projects given to me. I
always strive to achieve the highest standard possible, in any task and in any situation.
Rank 502: Resume 280 with similarity score 0.03686474379710033
MS , B.TECH work from home , full time automation , natural language , showcase , internships , connect , basic , firebase , diagnose , consultation , application , video , processing , doctors , xml , resume , java , srm , computer science , android development , assessment , it , python , one , mobile , technology , online Assessment
Q1. Why should you be hired for this role?
I am very passionate about android development, as it is one of the few fields where the code you write is not just executed on a boring black
screen but has an interesting UI to play with. I am a person who searches for fun in what I do, and android development is one of such fields
where I enjoy working. Though I haven't worked anywhere before, I think I am looking forward to an opportunity to strike and show off my best
for the company.
I have worked on an Online Medical Consultation Application which I hope will showcase my skills in android development, here's a demo video
on the app:
https://drive.google.com/file/d/1fDZX3t1CWv8KFH5tMirSW7feIf2fXRzi/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
No, but I can assure my complete full time presence from 29th of December 2020, that is soon after my college Semester examinations are done
with.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
CONTACT Phone: 91 9398400793
Keerthan Raj Mateti
Hyderabad, Chennai
Applied 27 Dec'20
Android Firebase Java
XML
Bachelor of Technology B.Tech), Computer Science
SRM University
2019 - 2023
CGPA 9.75/10
ION Remote Internship On AI Automation On Text Emotion Analysis
Tata Consultancy Services ( TCS ), Virtual
Jun 2020 - Jul 2020
Made an algorithm on Text analysis to detect different emotions in the text data using python through Natural Language
processing
Android Application Development
udemy, Online
Nov 2019 - Present
Its an online life time valid android development course which I follow, on udemy
Medical Consultation Application
Sep 2020 - Nov 2020
Online Mobile Consultation App,to connect patients with the Specialists, in a click.
Online Report generation make it easy for future reference.
Connect with the best in field Doctors.
Diagnose Basic Symptoms.
Connect with nearby Pharmacies.
Rank 503: Resume 1464 with similarity score 0.03684170392253717
B.E , MS , B.TECH , M.TECH senior developer , technical analyst , associate , devops , authorizer , team lead , technical specialist , aws solution architect automation , api , general , devops , telugu , nosql , designation , asp.net mvc , affirmative action , technical architecture , analytics , powerapps , cloud , hindi , maintenance , azure , ltd , dynamo , jquery , visualization , authorization , english , web applications , status , c# , email , project , aws , xamarin , ci , forms , microsoft , .net core , pipelines , hp , technology solutions , languages , infrastructure , statistics , mobile applications , selenium , javascript , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b11…
https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b115112490c5a5b5… 1/2
Current Designation: Technical Specialist-IT
Current Company: HP
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
HP as Technical Specialist-IT
Sep 2016 to Till Date
* Designed and Developed AWS API Management Tool using Blazor, AWSSDK and AWS Services
like DynamoDB, Lambda Authorizer, Cloudwatch Metric APIs & Insights for analytics.
* Designed and Developed Web Applications using .NetCore, Asp.Net MVC, C#, JavaScript & jQuery
* Developed RESTful APIs using .Net Core, C#
* APIGEE API Management - Development of proxies
* Developed
* Developed "PartsHub", a cross platform mobile application using Xamarin Forms
* Developed Mobile application using Microsoft PowerApps and Microsoft Flows
* Worked on Web application automation using Selenium, C# and configured CI/CD pipelines using
Azure DevOps. Deployed Selenium Grid in AKS
* Designed and developed "OneIT" web application using Blazor, .Net Core and ELK stack. "OneIT"
application shows the visualization of various applications' infrastructure and performance
statistics.
Tata Consultancy Services (TCS) as Assistant Consultant
Jan 2010 to Aug 2016
Aditi Technologies as Senior Developer
Sep 2007 to Jan 2010
Cognizant Technology Solutions India Ltd as Technical Analyst
Oct 2005 to Sep 2007
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Srikanth Kusumba
Over 13 years of professional experience in Software Development involving Design,
Development, Integration of Web and Mobile applications, APIs, and cloud-based
solutions
Key Skills: NoSQL,Dynamo Db,Blazor,APIGEE,.Net,C#,AWS,Xamarin
Summary
A competent professional with over 15 years of experience in IT Project Management,Requirement Gathering,Application
Development,Application Design,Technical Architecture,NoSQL,Dynamo Db,Blazor,APIGEE
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b11…
https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b115112490c5a5b5… 2/2
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2003
PG: M.Tech (Computers) from University of Hyderabad, Hyderabad in 2005
Other Qualifications/Certifications/Programs:
AWS Solution Architect Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Education
IT Skills
Skill Name Version Last Used Experience
AWSSDK & NoSQL
.Net Core, C#
Blazor,
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 504: Resume 14 with similarity score 0.036826136851983014
MS , B.TECH work from home , representative , secretary , vice president ieee , basic , english , speech recognition , c# , coursera , tesseract , c programming , participation , ellipse , resume , montessori , java , computer science , voting , completion , assessment , python , eclipse , volleyball , html , database , online Assessment
Q1. Why should you be hired for this role?
I am interested in doing the internship to learn and experience . I just want a chance and I assure you that I will do my best.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 2months i.e jan and feb and I have my semester exams in the month of march. I can start the work immediately.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Aashi Tiwari
Dehradun, Lucknow
Applied 30 Jan'21
C Programming Data Structures Eclipse IDE
English Proficiency Spoken) English Proficiency Written) Java
C# C Programming Database Management
System DBMS
HTML
Integrated B.Tech, Computer Science
Shivalik College Of Engineering Dehradun
2017 - 2021
Percentage: 76.43%
Senior Secondary XII, Science
City Montessori School Lucknow
ICSE board)
Year of completion: 2016
Percentage: 85.00%
Secondary X
City Montessori School Lucknow
ICSE board)
Year of completion: 2014
Percentage: 85.00%
I achieved the certificate of appreciation for my contribution towards IEEE society as a Vice president. I have participated in
green resilience ,an IEEE event with my team members and got the participation certificate.
Python For Everybody
Coursera, Online
Jun 2020 - Jul 2020
Basic knowledge of python
Voting system
Oct 2020 - Nov 2020
Voting system which allows the students to vote for Class representative .
Used ellipse
Programming used is java.
Explorator
Nov 2020 - Present
Extraction of text from an image using OCR tesseract ,speech recognition and language convertor.
Coordinator of IEEE society
Secretary of computer science society
Secured 1st rank in volleyball competition at college level
CONTACT Phone: 91 8887924287
Rank 505: Resume 1292 with similarity score 0.036767320544814935
B.E , B.TECH , BS oracle dba , production support engineer , full time , sql developer , balancer outlook , spring mvc , version control , telugu , jenkins , visual studio code , root cause , websphere , designation , notepad++ , vendors , affirmative action , oracle , hindi , cloud , linux , maintenance , apache , ltd , autosys , unix , azure , authorization , english , status , excel , sql , email , tomcat , application , aws , angularjs , ci , rest , s3 , git , upstream , ec2 , repository , putty , maven , languages , html5 , cd , word , javascript , eclipse , filezilla , apps , load , amazon web services , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12…
https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12071347500808… 1/2
Current Designation: Consultant
Current Company: Capgemini India Pvt Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Capgemini India Pvt Limited as Consultant
Nov 2015 to Till Date
I am working as Consultant at Capgemini India Pvt Ltd. My Skills are JAVA, AWS, ANGULAR, LINUX, GIT, JENKINS.
Daily I work on production issues based on priority and I also involved in minor enhancements where we fix bugs in the
application.
UG: B.Tech/B.E. (Computers) from JNTU College of Engineering, Hyderabad in 2014
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Rakesh Akula
Actively looking for job with skills JAVA, AWS, ANGULAR, LINUX, GIT, SPRING,
RESTFUL and HTML 5
Key Skills: JAVA, AWS, Spring Mvc, Html5, Angularjs, GIT, Linux, Apache Tomcat, Eclipse IDE, Oracle DBA, Rest,
Summary
Having 5 years of experience in IT industry, currently working as Java Production Support Engineer.
Analyze production issues to determine root cause and provides fix recommendations.
Experience in Amazon Web Services [Cloud Platform]
Experience in AWS services like IAM, EC2, S3, Load Balancer, VPC and RDS.
Experience on Jenkins and CI/CD process.
Hands on Experience on tools like Eclipse, Putty, Autosys, FileZilla, SQL Developer, Notepad++, Agent Ransack.
Good knowledge on OOPS concepts.
Knowledge on Angular.
Knowledge on UI Path RPA.
Experience on UNIX/LINUX Environments.
Good knowledge on database ORACLE.
Experience in using SVN and GIT for code repository and as version control mechanism.
Good experience in handling application with multiple vendors belongs to different organizations [DB Server or any
upstream/downstream apps]
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12…
https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12071347500808… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java 1.7 & 1.8 2021 4 Year(s) 5 Month(s)
HTML & Angular 2021 2 Year(s) 3 Month(s)
Oracle 2021 2 Year(s) 0 Month(s)
WebSphere & Tomcat 2021 3 Year(s) 0 Month(s)
Amazon Web Services, Azure 2021 3 Year(s) 0 Month(s)
Eclipse & Visual Studio Code 4 Year(s) 6 Month(s)
Word, Excel, Outlook & Power point 2021 5 Year(s) 0 Month(s)
Putty, Autosys, FileZilla 2021 4 Year(s) 0 Month(s)
GIT, SVN, Jenkins, Postman 2021 4 Year(s) 0 Month(s)
Maven, Notepad++ 2021 5 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 506: Resume 719 with similarity score 0.03670585963653188
MSC , BS , B.E , MS , B.TECH company secretary , product development , it professional , full time , senior software developer , team lead , application developer , lead software engineer , project leader training , core java , algorithms , docker , databases , status , application architecture , mumbai , testing , hydrogen , fdt , kibana , procurement , tiff , sql server , organization , crm , continuum , elasticsearch , functional specifications , access , designation , data transfer , tbs , trading , hindi , cloud , cluster , english , troubleshooting , customer data , project , ftp , cable management , tiles , mongodb , microservices , provisioning , solution architecture , angularjs , architecting , rest , c++ , branding , research , tissue , struts , one , javascript , hadoop , pyramid , html , gujarati , feeds , scrum , affirmative action , information technology , mysql , oracle , osgi , maintenance , jquery , advanced , opengl , email , aws , multimedia , cuda , zoom , medical imaging , saas , business acumen , junit , languages , output , websockets , image analysis , hibernate , decision support , toxicology , management system , scheduling , financial data , online , api , spring mvc , software solutions , jenkins , image processing , validation , fiber optic cable , fast data , apache , autosys , sourcing , authorization , teams , servlets , marking , airline , less , servers , client delivery , debugging , running , finance , framework , translation , software development life cycle (sdlc) , python , communications , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 1/4
Current Designation: Lead Analyst - Java-J2EE-Python
Current Company: BA Continuum India
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
BA Continuum India as Lead Analyst - Java-J2EE-Python
Dec 2019 to Till Date
Working Banking finance product as an individual contributor on Java and Python
Responsible for the whole life cycle of the task - from requirement analysis to deployments, updating the books, notifying
the stakeholders etc
JP Morgan as Application Developer
Sep 2018 to Dec 2019
Working Banking finance product
Responsible for the end to end life cycle of the task from requirement gathering to development and
testing.
Aditya Imaging Information Technologies as Tech Lead
Oct 2016 to Sep 2018
Working on medical imaging projects as Tech Lead
Managing the cloud infra and architecting the cloud solutions
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bharat M. Patel
IT PROFESSIONAL WITH 11.6 Year EXPERIENCE
Seeking a challenging and rewarding opportunity with an organization of repute that
recognizes my true potential and effectively utilizes/ nurtures my excellent analytical
and technical skills.
Key Skills: Project Management,Solution Architecture,AWS,J2SE,J2EE,Python,Struts,Web
Services,Spring,Hibernate,Hadoop,PLSQL,MongoDB,MySQL,Jenkins,Docker,Elastic Search,JUnit,Oracle Cloud,Java
Cloud Service
Summary
Offering over 11.4 years of experience in all the phases of Software Development Life Cycle (SDLC) entailing requirement
analysis, design, development, implementation, delivery and troubleshooting
Experience including analysis, design, coding and implementation of large-scale custom-built object-oriented applications;
skilled in debugging, troubleshoot several field issues & post analysed issues
Possess powerful blend of technology vision and business acumen results in consistent development of powerful business
strategies supported by cost-effective, high-performance banking products/solutions
Excellence in gathering and understanding requirements of clients & other multiple stakeholders, followed by translation into
functional specifications as well as provisioning of suitable software solutions.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 2/4
Zycus Infotech as Lead Software Engineer
Dec 2013 to Oct 2016
Working on procurement product development.
Leading two teams. ETL team and Development team.
InteractCRM Solutions as Senior Software Developer
Jun 2010 to Dec 2013
Working on CRM products SMSConnect, CallbackConnect
Working on modules of ThinConnect Multimedia project
INDBAZAAR.COM as Software Developer
Aug 2009 to May 2010
Worked at Tata Communications (Client)
Worked on Fiber Optic Cable Management systems like IMEWE, SEMEWE4, SEACOM
UG: B.Tech/B.E. (Information Technology) from Shantilal Shah Engineering college, Gujarat in 2007
Other Qualifications/Certifications/Programs:
OCJP 6
OCJP 8
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Dec 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 2020 11 Year(s) 4 Month(s)
AWS 2018 2 Year(s) 0 Month(s)
Oracle 2020 4 Year(s) 0 Month(s)
SQL Server 2017 3 Year(s) 0 Month(s)
Elastic Search 2018 1 Year(s) 0 Month(s)
Python 3.7 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Gujarati Expert
Projects
Project Title: ELT - Post Trade Feeds
Client: BA Continuum India
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 3/4
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Sep 2018 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Sep 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Feb 2017 - Oct 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Oct 2016 - May 2017
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Mumbai
Role: Module Leader
Duration: Jan 2016 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 4
Skill Used: JAVA 8, Python, REST, Sandra, Autosys, Microservices, Oracle
Role Description: Working as an individual contributor
Designing, Coding, Testing
Project Details: Equity Linked Trading (ELT) Post Trade Feeds comprises various
applications (OCEND, RAMTradeLoader, Hydrogen etc...) which in a nutshell are responsible for the
processes after the trade is booked, updating the regulators, updating the books, notifying the stakeholders
etc.
Project Title: MorFin Pre-trade
Client: JPMorgan & Chase
Skill Used: JAVA 8, .Net, REST, Hibernate, Autosys, Microservices, Elastic Search, Oracle
Role Description: Working as an individual contributor
Designing, Coding, Testing
Project Details: JAVA 8, .Net, REST, Hibernate, Autosys, Microservices, Elastic Search,
Oracle
Project Title: Image Marking Tool
Client: Sun Pharma Advanced Research
Skill Used: JAVA, OSGi, SWT, OpenGL
Role Description: Designing and developing the architecture of the application as well as testing and deployment
Project Details: Image Marking Tool is used to generate the training dataset for the image
processing algorithms. A pathologist can mark 1-2 regions of a cell or tissue and annotate them and run the
algorithm of IMT and the tool itself will generate the entire dataset which can be used to train the AI model.
Generating a dataset for preclinical toxicology is one of the biggest challenges in the medical domain and
this tool is trying to reduce the effort of pathologies. Universal Viewer 4x capabilities have been extended to
create this tool.
Project Title: iADSS (Image Analysis and Decision Support System) & WSIMS (Whole Slide Image Management System)
Client: Sun Pharma Advanced Research
Skill Used: AWS, JAVA, Spring, Hibernate, REST, Apache Karaf, MySQL, ElasticSearch- Kibana, AngularJS, WebSockets,
CUDA, Company Secretary,
Role Description: Designing and developing the architecture of the application as well as testing and deployment.
Project Details: WSIMS is a UI for managing a chemical compound study on various
species and the iADSS is a set of APIs and services created to support the WSIMS. iADSS also runs image
processing algorithms to find out any abnormalities present in any given tissue. For better performance of
the image processing algorithms, we are running them on GPU using CUDA and C++.
Project Title: Universal Viewer 4x
Client: Sun Pharma Advanced Research
Skill Used: JAVA, OSGi Framework, SWT, OpenGL
Role Description: Designing and developing the architecture of the application as well as testing and deployment.
Project Details: Universal Viewer 4x was designed to support all the pre-toxicology slide
image file formats. However currently supporting SCN, SVC, TIF, TIFF and NDPI file types. Typically one
slide image size is around 2-3 GB in size once it is scanned. So there is no image viewer available in market
which can support all the formats of such huge size. Universal Viewer 4x can open files of any size. It
creates pyramid structure of the image tiles and runs its own custom algorithm to display the images upto
160x zoom. App URL : https://play.google.com/store/apps/details?id=com.adityaimagin.wsims
Project Title: AutoE2E
Client: Zycus Infotech
Skill Used: JAVA, JSP Servlets
Role Description: Created high level project plan and resource scheduling
Development of some of the modules of AutoE2E
Gave support during the final UAT and final implementation/Go-live
Project Details: As Zycus is in the procurement domain, we get customers financial data for
processing. First the data is extracted from customers source systems, later Transformed into Zycuss own
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 4/4
Nature of Employment: Full Time
Project Location: Mumbai
Role: Project Leader
Duration: Jun 2014 - Nov 2015
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Mumbai
Role: Module Leader
Duration: Mar 2014 - Jun 2014
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Mumbai
Role: Sr. Project Leader
Duration: Feb 2014 - Oct 2015
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
format and then loaded into databases for the client to get reports. This process is called ETL. Many of the
tasks in this process were manual. AutoE2E generates the End-to-End process of the whole ETL lifecycle
and it has made the complete process touch less. Customer data refresh cycle which was 10days earlier,
now after this tool the same takes 2-3 days per customer
Project Title: FVM
Client: Zycus Infotech
Skill Used: JAVA, ElasticSearch, Kibana, HTML, JQuery
Role Description: As a team lead, designed the application architecture and project plan
Designed the core API of the validation module
Gave support during the final UAT and final implementation/Go-live
Project Details: File Validation Module (FVM) is a SaaS service for Zycus customers where
customers can validate their financial data and if any discrepancies are found, customers get the dump of
the errors in the data which they can download or can access on configured FTP locations. This tool has
helped Zycus reduce the TAT of refresh cycles.
Project Title: FDT (Fast Data Transfer)
Client: Zycus Infotech
Skill Used: JAVA, JSP/Servlets, SQL Server, JQuery
Role Description: As a team lead designed the application architecture and created the project plan.
Also developed the core engine of the application.
Project Details: FDT was proposed to solve the problem of replicating the client database
of MSSQL on all the production environments. The whole customer data is extracted, transformed and
loaded into a database in India and as a final output the database is moved to the US servers for production
use. Replicating TBs of data with 100% accuracy was a challenge and moving huge files had created
unnecessary delays in client delivery. FDT is an advanced file replicating engine in the database cluster
where the huge files are divided into smaller chunks and transferred via multiple lines via multiple routes
and the chunks are replicated over the servers and merged to create the source file at the destination
location.
Project Title: ZSN (Zycus Supplier Network)
Client: Zycus Infotech
Skill Used: JAVA, Spring MVC, Hibernate, SQL Server 2008
Role Description: Responsible for creating project plan, resource scheduling, architecture design
Responsible for the daily scrum and sprint release management
Responsible for getting the requirements from the client, discuss the feasibility about the same, seek
s
Project Details: ZSN provides one single platform for all the Zycus customers for sourcing their
own customers. The need for ZSN arose when Emirates Airline, a customer of Zycus, demanded their
branding for the sourcing production iSource. As Zycus products are SaaS-based, a new product ZSN was
created to provide customer-specific branding where customers can create the branding of the product
online and the same will be live with no downtime across the Zycus products
Rank 507: Resume 919 with similarity score 0.03664063473416575
B.E , MS , B.TECH , BS web developer , technology analyst , software developer , full time , system engineer web development , redux , express.js , general , visual studio code , css , designation , ug , tamil , affirmative action , hindi , beginner , maintenance , authorization , english , node.js , enterprise , status , agile , email , project , infosys , application , angularjs , bitbucket , github , building , finance , languages , html5 , sass , malayalam , javascript , jira , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d18…
https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d180540440a0858… 1/2
Current Designation: Technology Analyst
Current Company: Infosys
Current Location: Mysoru / Mysore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
ABN AMRO as Developer
Aug 2018 to Oct 2018
Infosys as Technology Analyst
May 2016 to Till Date
I have done my bachelors in Mechanical Engineering. Later I realized my
interest in programming. I started my career as a system engineer trainee in
Infosys. Right now I have more than 4.6 years of experience in software
industry and I specialize on building front end applications. I have work experience across domains like Enterprise Content
Management, Finance and
Open Banking. My key programming skills include JavaScript, React, Redux, Node.js, Express.js, HTML5 and CSS3. I
have also worked in Amsterdam on
contract with ABN AMRO
UG: B.Tech/B.E. (Mechanical) from St Joseph's College of Engineering, Chennai in 2016
Other Qualifications/Certifications/Programs:
Agile Methodology certification
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sarath S M
Technology Analyst seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Project Management,Web
Development,Client Management,Agile Methodology,JIRA,Java,HTML,CSS,GIT
Key Skills: Technology Analyst,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Project Management,Web Development,Client Management,Agile
Methodology,JIRA,Java,HTML,CSS,GIT
Summary
Meticulous web developer with over 4 years of front end experience and passion for responsive website design
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d18…
https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d180540440a0858… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
REACT
JavaScript
Node.js
Express.js
Redux
AngularJs
HTML5
css3
GIT
GitHub
Bitbucket
JIRA
Visual Studio Code
Jest
SASS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Malayalam Proficient
Tamil Proficient
Rank 508: Resume 1459 with similarity score 0.03660589453863482
B.E , MS , B.TECH devops , technology analyst , full time , software developer distributed teams , web development , web apps , general , dependency injection , devops , entity framework , visual studio code , css , asp.net web api , designation , asp.net mvc , use case , tamil , affirmative action , web services , technical architecture , maintenance , azure , ltd , augmented reality , business logic , jquery , authorization , english , web applications , bootstrap , status , c# , agile , licensing , email , water , infosys , modular , angularjs , .net core , biztalk , github , drools , gitlab , technical design , design patterns , accessibility , repository , languages , html5 , pwa , sql server , sonarqube , web pages , javascript , microsoft dynamics crm , technology , .net framework , registration , proof , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d415819…
https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d4158195019410b080d… 1/2
Current Designation: TECHNOLOGY ANALYST
Current Company: INFOSYS Limited
Current Location: Trichy
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
INFOSYS Limited as TECHNOLOGY ANALYST
Oct 2013 to Till Date
Responsibilities:
* Analysis of Use cases/Gaps and created technical design from the requirement.
* Implement complex business logic in .Net applications using C#.
* Created ASP .Net MVC Web applications using .Net Framework and .Net Core.
* Interfaced .Net applications with external systems such as Drools Rules Engine, BizTalk & Microsoft Dynamics CRM.
* Integrated various tools and frameworks into the .Net Solution like SonarLint, AngularJS, Bootstrap.
* Developed responsive and intuitive Web pages using ASP.Net Razor, HTML5, CSS, JavaScript & AngularJS, and
Bootstrap.
* Created RESTful Web Services that expose business layer services to the Web Applications.
* Created solutions that implement a modular architecture and achieve loose coupling by leveraging Design patterns
such as Dependency Injection, Repository & CQRS pattern.
* Created reusable SQL Server Database Scripts that can be consumed by the Data layer classes of .Net applications.
* Implemented WCAG Accessibility standards in Web applications.
* Created Proof of Concepts in the Driver Licensing and Vehicle Registration Domain using Augmented Reality and
PWA.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SRIRAM PALANIVEL PRAGASAVEL
Technology Analyst seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Agile Methodology,Web Development,ASP.Net,Azure,Visual
Studio,GIT,HTML,CSS,SQL
Key Skills: Technology Analyst,Software Developer,Software Development,Application Programming,Requirement
Gathering,Client Management,System Analysis,Technical Architecture,Agile Methodology,Web
Development,ASP.Net,Azure,Visual Studio,GIT,HTML,CSS,SQL
Summary
* Working as a Full Stack.Net Developer at Infosys Ltd. for the past 7 years.
* Extensive experience on working in C#, ASP .Net Core MVC, ASP .Net MVC & WebAPI, HTML5, JavaScript, jQuery,
AngularJS, CSS, Bootstrap, and SQL Server in both Agile and Water Fall model projects.
* Created Proof of Concepts in and Augmented Reality, Progressive Web Apps & Use case in ML.Net.
* Proficient communication skills and ability to co-ordinate and work in geographically distributed teams.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d415819…
https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d4158195019410b080d… 2/2
UG: B.Tech/B.E. (Computers) from Saranathan College of Engineering, Tiruchirapalli in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C#, VB
ASP.net MVC, Asp.net Web API
ASP .NET Core
ASP.Net Razor, HTML5, CSS
BOOTSTRAP
JavaScript, JQuery, Angularjs
Progressive Web Apps
MS SQL Server, ADO .Net
Indexed DB, Entity framework
Azure DevOps
Visual Studio, SSMS, Visual Studio Code
Git, GitHub, GitLab, TFS, Azure DevOps
Drools, SonarQube/SonarLint, BizTalk
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 509: Resume 1399 with similarity score 0.03655993903180903
B.E , MS , B.TECH full time , sales force administrator , salesforce developer , data management automation , customer , designation , ug , data migration , affirmative action , hindi , soql , authorization , workbench , english , process validation , status , excel , email , project , application , less , operations , electronics , obc , information sharing , validation rules , languages , salesforce , visualforce , word , dashboards , workflow , javascript , forecasting , crm , apex , security management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 1/2
Current Designation: Salesforce Developer
Current Company: CODLEO
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - ERP / CRM
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
CODLEO as Salesforce Developer
Dec 2020 to Till Date
I am working as a salesforce developer having knowledge of apex class, trigger, visualforce, soql and related topics of
development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Punjab Technical University (PTU) in 2017
Other Qualifications/Certifications/Programs:
Salesforce Certified Administrator
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SUNIL KUMAR
I am working as a Salesforce Admin And Developer.Expert in admin like Automation
tools,Security Management,Reports And Dashboards,Data Migration also handles
Apex Class,Triggers ,Visualforce,Soql and DML Operations.
Key Skills: sales force administrator,data management,process validation,security management,application
development,process approval,workflow rules,validation rules,salesforce certified administrator,Salesforce
Developer,SFDC,Apex,Triggers,Visualforce
Summary
I am working as a salesforce developer having knowledge of admin and development. like apex, trigger visualforce, soql and
sfdc.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Ms Word AND MS excel 0 0 Year(s) 0 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 2/2
Nature of Employment: Full Time Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: United Kingdom,United States,Australia
Job Type: Permanent
Employment Status: Full time
SalesForce Admin 50.0 2020 1 Year(s) 6 Month(s)
WORKBENCH 50.0 2020 1 Year(s) 6 Month(s)
Data Loader 50.0 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
Hindi Expert
Maithli Expert
Projects
Project Title: Arrow SI
Client: JCI California
Project Details: Description:-
Arrow SI provides the information about Client Forecast price. Analyze the monthly product sales and Update all the
customer price on opportunity. It shows all information about customers on Vf Page. This application contains Forecasting
Information Sharing, Customers and Dealer modules.
Rank 510: Resume 1400 with similarity score 0.03655993903180903
B.E , MS , B.TECH full time , sales force administrator , salesforce developer , data management automation , customer , designation , ug , data migration , affirmative action , hindi , soql , authorization , workbench , english , process validation , status , excel , email , project , application , less , operations , electronics , obc , information sharing , validation rules , languages , salesforce , visualforce , word , dashboards , workflow , javascript , forecasting , crm , apex , security management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 1/2
Current Designation: Salesforce Developer
Current Company: CODLEO
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - ERP / CRM
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
CODLEO as Salesforce Developer
Dec 2020 to Till Date
I am working as a salesforce developer having knowledge of apex class, trigger, visualforce, soql and related topics of
development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Punjab Technical University (PTU) in 2017
Other Qualifications/Certifications/Programs:
Salesforce Certified Administrator
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SUNIL KUMAR
I am working as a Salesforce Admin And Developer.Expert in admin like Automation
tools,Security Management,Reports And Dashboards,Data Migration also handles
Apex Class,Triggers ,Visualforce,Soql and DML Operations.
Key Skills: sales force administrator,data management,process validation,security management,application
development,process approval,workflow rules,validation rules,salesforce certified administrator,Salesforce
Developer,SFDC,Apex,Triggers,Visualforce
Summary
I am working as a salesforce developer having knowledge of admin and development. like apex, trigger visualforce, soql and
sfdc.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Ms Word AND MS excel 0 0 Year(s) 0 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 2/2
Nature of Employment: Full Time Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: United Kingdom,United States,Australia
Job Type: Permanent
Employment Status: Full time
SalesForce Admin 50.0 2020 1 Year(s) 6 Month(s)
WORKBENCH 50.0 2020 1 Year(s) 6 Month(s)
Data Loader 50.0 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
Hindi Expert
Maithli Expert
Projects
Project Title: Arrow SI
Client: JCI California
Project Details: Description:-
Arrow SI provides the information about Client Forecast price. Analyze the monthly product sales and Update all the
customer price on opportunity. It shows all information about customers on Vf Page. This application contains Forecasting
Information Sharing, Customers and Dealer modules.
Rank 511: Resume 1476 with similarity score 0.03655739189526261
MS , BSC , BS software engineer , backend developer , part time , full time , team lead , java developer api , functionality , spring mvc , functional specifications , core java , web apps , financial services , general , algorithms , coding standards , designation , ug , toad , deliverables , affirmative action , hindi , angular , maintenance , apache , test cases , english , authorization , teams , status , spring boot , multinational , proxy , sql , email , business analysis , project , servlets , application , tomcat , microservices , focus , fixing , testing , restful webservices , writing , junit , running , problem solving , languages , hibernate , bamboo , texas , javascript , jira , insurance , distance learning , program management , agile methodologies , subscriptions 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d40…
https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d400314155d5b0c… 1/3
Current Designation: Software Engineer-IT
Current Company: Mphasis
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mphasis as Software Engineer-IT
Nov 2014 to Till Date
1) Project Name: Connext(November 2014 - January 2019): Backend Developer
Connext is about providing microservice application to the client to create business/private subscriptions and agreement.
Client: American International Group (AIG)
American International Group Inc. (AIG) is a world leading insurance and financial corporation with over 3,000 group
companies around the globe.
Responsibilities:
Acquire requirements and analyze its scope and impacts.
Developing RestFul webservices/API using Spring boot.
Writing junit test cases to test webservices/API.
Provide estimate, design and develop the changes and enhancement required.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shashi Shekhar
Software Engineer seeking roles in Software Development,Application Design,IT
Project Management,IT Program Management,Requirement Gathering,Business
Analysis,Data Structures,Springboot,Core Java,JUnit,Angular 8,GIT
Key Skills: Software Engineer,Software Development,Application Design,IT Project Management,IT Program
Management,Requirement Gathering,Business Analysis,Data Structures,Springboot,Core Java,JUnit,Angular 8,GIT
Summary
5 years+ experience in Java/J2EE RestFul microservices development.
1 Year+ experience in FullStack Development using Angular and Spring boot
Development and programming experience as a Java Developer for more than 5 Years and Implementation of Business
Applications using the microservices development.
Development and programming experience as a FullStack Developer for more than an Year and Implementation of Business
Applications using the FullStack Development
Experience of working in Agile methodologies.
Testing code using Junit.
Have interacted with clients directly for getting exact requirements of deliverables.
Good analysis and problem solving skill with attention to details.
Focus on code quality.
knowledge on PCF.
Creation of proxy using APIGEE.
Knowledge on Data Structure and algorithms.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d40…
https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d400314155d5b0c… 2/3
Provide bug fixes and ensure smooth and timely delivery of the project.
Worked on challenging projects which involved creating the restful webservices and integration with new applications
involving lot of co-ordination from different teams.
Construct programs based on Functional specifications, as per AIG coding standards.
Mentored new joiners.
2) Project Name: AST(February 2019- till date): FullStack Developer
ADCA- TT2 is responsible for developing of web application that are accounted for smooth running of web apps used by
client.
Client: Charles Schwab
The Charles Schwab Corporation is an American multinational financial services company founded in San Francisco,
California. Headquartered in Westlake, Texas, Charles Schwab is the 14th largest banking institution in the United States
with over US$3.3 trillion in client assets.
Responsibilities:
Getting the requirements and analyze the requirements from jira
If required, getting in touch with the client and gather the requirement directly and updating jira accordingly.
Writing the code in Java to create a backend service.
Testing backend controller url using postman.
Writing junit test case for the backend service.
Writing code for front end page in Angular which will call the backend service and get the desired result in front end side.
Writing the test case for the Angular component.
Executing sql queries using Toad application, whenever required.
Deploying the code in pcf using Bamboo.
Extracting the logs from pcf whenever there is an issue.
Releasing the functionalities to QA team so that they can test.
Fixing the bug as soon as it is reported and getting in touch with QA team if required.
Providing demo of newly created functionality to the client and getting their final approval.
Mentored new joiners.
UG: BCA (Computers), Correspondence/Distance Learning from Indira Gandhi National Open University (IGNOU) in
2011
PG: MCA (Computers), Part time from Indira Gandhi National Open University (IGNOU) in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, Servlets, JSP.
Spring, hibernate, spring MVC
Apache Tomcat
SQL
PCF.
RESTFUL
Spring Boot.
Angular 8 2021 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d40…
https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d400314155d5b0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Rank 512: Resume 1105 with similarity score 0.03652275206920665
B.E , MS , B.TECH , BS application support , devops engineer , system administrator , associate , management engineer , quality assurance , networking specialist , configuration manager , solution architect , linux administrator , full time , change management , team lead , devops consultant , data management , balancer version control , nfs , x-ray , project managers , microsoft azure , guidewire , vault , pvc , bash , platforms , scanning , docker , voice portal , gradle , beginner , merging , build automation , gateway , digital , httpd , ksh , status , re-engineering , juniors , application architecture , vmware view , local area network (lan) , red hat linux , continuous integration , samba , bitbucket , security analysis , nagios , components , epic , fedora , connectivity , ec2 , infrastructure , solaris , restoration , converter , server administration , weblogic , wide area network (wan) , system administration , organization , suite , artifactory , performance technology , pipeline , sprints , amazon web services , tftp , application configuration , vmware esx , ansible , encryption , upgradation , devops , open source , kubernetes , rcs , designation , confluence , mar , amazon s3 , rhel , application packaging , plugins , rpo , cluster , ltd , linux server , json , english , troubleshooting , cars , stash , groups , leadership , dpm , processing , splunk , range , data analysis , change management , flow , puppet , computer science , strategy , rto , yaml , documentation , dashboard , naming conventions , iptables , sonarqube , sendmail , javascript , requirements management , baselines , kms , standby , disk , insurance , data services , environment management , rpm , optimization , subversion , general , performing , team management , efs , project teams , options , developers , groovy , affirmative action , mysql , technical architecture , debian , rbac , public , maintenance , utilization , customer requirements , unix , centos , iaas , email , tomcat , rsync , configuration management , aws , system development , ubuntu , saas , github , technology solutions , knowledge sharing , design patterns , containerization , unit testing , pod , maven , premises , languages , story , tcl , decision support , client requirements , load balancing , console , cisco , jira , vsphere , management skills , database , functionality , job scheduling , vulnerability , dns server , onboarding , high availability , switching , operating models , jenkins , windows server , openshift , tamil , qualys , hybrid cloud , routing , interpersonal skills , ivr , apache , php , authorization , openstack , automation tools , enterprise , record , snmp , yum , cost effective , telecommunications , cron , ecs , servers , drive , shell scripting , repository , storage , nginx , kannada , selenium , texas , adoption , python , backup solutions , schedules , cloud computing , telemetry , metrics , cd , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 1/5
Current Designation: DevOps Lead
Current Company: Hexaware Technologies
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Hexaware Technologies as DevOps Lead
Jan 2019 to Till Date
- Design & Implement the Shared library with SPEC file approach across the TFS organization level.
- Created the application images and push into artifactory repository.
- Design & Implement the jenkisn master and dynamic worker node with K8 deployment
- Design & Implement the SonarQube as a POD on Dev, Stage & Production
- Design & implement the RBAC management of Jenkins & Sonar production
- Jenkems pipeline integrated with Genrocket, ReadyAPI, Selenium and Grafana
- Used Terraform to deploy the infrastructure code to different environments.
- Created and scheduled the kubernetes objects ?POD, DEPLOYMENT, SECRECTS, PV, PVC, CONFIGMAP.
- Created the kubernetes user creation objects and assigned the roles. Construct the Kubernetes controller objects for
high availability. Worked on configuration Management tool -ANSIBLE. Used AWS infrastructure in DevOps automates
process.
- Develop and manage consistent and coherent DevOps processes, practices to support software development, testing,
builds and deployment. Familiar with build automation tools Maven and Gradle.
- Should have directly worked on creating enterprise level operating models, architecture options
- Drive DevOps adoption by recommending and implementing tool sets and best practices for automation, configuration
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
THIRISANGU VEERASAMY
DevOps Lead seeking roles in Software Engineering,Cloud Computing,Data
Analysis,Continuous Integration,Process Re-Engineering,Quality Assurance,System
Analysis,Technical Architecture,Requirement
Gathering,Jenkins,Azure,Docker,AWS,Linux,GIT.
Key Skills: DevOps Lead,Team Lead/Tech Lead,Software Engineering,Cloud Computing,Data Analysis,Continuous
Integration,Process Re-Engineering,Quality Assurance,System Analysis,Technical Architecture,Requirement
Gathering,Jenkins,Azure,Docker,AWS,Linux,GIT
Summary
More than 10+ years of extensive experience in software engineering & Cloud technologies
Proven experience in Cloud computing, Data Analysis, Continuous Integration, Continuous deployment & Automation
Consistent track record of delivering cost effective, high performance technology solutions
Possess proficiency in Cloud, Open Source, frameworks, design patterns and concepts
Experienced in decision support system of analytical processing applications, process re-engineering, object oriented and
client-server applications
DevOps Consultant with implementation, design, architecture, and team management skills for, across a wide range of
technologies and domains.
Have hands on experience in IaaS, SaaS, Storage, Computing, Networking, Identity, Security and containerization
technologies
Ability to work closely with teams, to ensure high quality and timely delivery of assigned projects.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 2/5
and release management (XL Release & Kubernetes)
- Responsible for ensuring configuration of monitoring for all devops metrics (adaption & CI) to push the metrics in to
Grafana dashboard. Understanding customer requirements and convert them into sate of the art solution.
- For Every sprint roadmap, epic, story, Feature, Impediment, Bug will give Weightage, acceptance criteria, description to
story. After this process will assign story to my team which is around 15 members includes offshore/ and onshore.
- Will have daily stand up with team to discuss on the huddles faced on that day or to remove blockers as well will have
war room call if required.
- Planning for demo ton all stockholder, including the business, infosec and product owners to share the value add for the
current sprints and showcasing the plan for up-coming sprints.
- Client- oriented with strong leadership and team- management coupled with management experience & exceptionally
well interpersonal skills
Verizon Data Services India Pvt Ltd. as Seniors DevOps Engineer
Aug 2017 to Jan 2019
Responsibilities:
Design EC2 instance architecture to meet high availability application architecture and security parameters.
Automated application packaging and deployments though Jenkins Pipeline with Ansible.
Worked on Application Integration and Production & Non-Production AWS environments.
Troubleshooted Continuous integration and automated deployment and management using Jenkins, Ansible, Docker,
or comparable tools.
Managing Application Logs and Database backup in S3 bucket, for archive moving to Amazon Glazier with vault lock
enabled.
DR strategy - Implementation of Pilot light and warm standby DR method based on given RTO and RPO.
Support on customer billing and cost optimization reports.
Designing AWS Architecture for different layers (app/web/db) based on client requirements.
CI/CD - Integrated GitHub with AWS CodeDeploy for the continuous deployment of application into multiple EC2
instance which includes Auto Scaling.
Enabling Encryption on various AWS services by using AWS KMS service and other third-party tools.
Migration of Application and RDS Database from On-premise to AWS Cloud Infrastructure.
Establishing hybrid cloud environment between on-premises and AWS Cloud Infrastructure.
Implementing and controlling the flow of data in the AWS Cloud Infrastructure.
Troubleshooting the issues and providing the permanent solution to the customer.
Aricent Technologies as Configuration Manager/Networking Specialist
Dec 2012 to Aug 2017
Provided CM and Build support for more than 3 different projects, built and deployed to the production and lower
environment.
Defined and Implemented CM and Release Management Processes, Policies and Procedures. Coordinate/assist
developers with establishing and applying appropriate branching, labeling/naming conventions using GIT source control.
Experience working with AWS Cloud computing and launching Instances and automation of administration roles.
Acquired comprehensive requirements from Project Managers, Team Leads pertaining to the servers to be migrated.
Expert in Upgrades, installs, configuration and administration security and monitoring tools on Linux & VMWare.
Installed patches and packages installation on Linux/Unix Environment.
Implement, maintain and support reliable, timely and reproducible builds for project teams.
Maintained build related scripts developed in ANT, Python and shell. Modified build configuration files including Ant's
build.xml.
Created and wrote shell scripts (ksh, Bash), YAML & Python for setting up baselines, branching,
merging, and automation processes across the environments using SCM tools like GIT, Subversion (SVN), Stash and TFS
on Linux and VMWare platforms.
Updating YUM Repository and Red hat Package Manager (RPM)
Performing software installations using yum and RPM. Setting up cron schedules for backups and monitoring processes.
Monitored Linux server for CPU Utilization, Memory Utilization, and disk Utilization for performance monitoring.
Administration of RHEL 5/6/7 which includes installation, configuration, testing on both physical and VMware machines.
Own full lifecycle of build system - from analysis, development, implementation and support of builds, unit testing and
deployments.
CTS-Through Acropetal Technologies as System Administrator
Jan 2012 to Dec 2012
Responsibilities:
Administrating and troubleshooting SVN and Git repository.
Administrating Linux (Cent OS, Ubuntu, Debian, Fedora, Redhat) and Solaris 9,10.
Upgrading CentOS new patch through script to all client machines using yum server.
File system Administration, setting up Disk Quota, configuring backup solutions on Linux.
Configuring and Maintained LVM, logrotate,
Perform all duties related to Linux systems administration DHCP, DNS. NFS, SAMBA, backup & recovery, Auto-
mounting, Printer configuration
MySQL installation, configuration, Mysql DB creation, table's creation, DB backup and restore.
Install, configuration and administration security and monitoring tools on Linux & VMWare.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 3/5
Aditya Birla Minacs IT Service- Through RCS Technologies as Linux Administrator
Jul 2010 to Jan 2012
* Installing and administrating Linux(Ubuntu, Fedora, Redhat).
* Installation of Windows XP/2003/2008/7
* Configuring and maintaining Linux servers(DNS, DHCP and TFTP).
* User, group management and administration.
* Using rsync take the code backp from client server.
* Run the cron job for various task and Configured SAMBA, NFS on Linux systems.
* Configured VNC, YUM repo server on Linux.
* Monitoring Hardware and Software functionality of Linux Server to ensure their connectivity and availability.
UG: B.Tech/B.E. (Computer Science) from Anna University in 2010
Other Qualifications/Certifications/Programs:
Red Hat Certified Specialist in Ansible Automation
AWS Certified SysOps Administrator - Associat
AWS Solutions-Architect-Associate Certified Engineer
Nature of Employment: Full Time
Project Location: Texas, USA
Duration: Nov 2019 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services latest 2020 5 Year(s) 0 Month(s)
Shell Script latest 2020 5 Year(s) 0 Month(s)
Jenkins latest 2020 6 Year(s) 0 Month(s)
Ansible latest 2020 4 Year(s) 0 Month(s)
GIT latest 2020 7 Year(s) 0 Month(s)
DOCKER latest 2020 5 Year(s) 5 Month(s)
JSON latest 2020 4 Year(s) 5 Month(s)
Openshift 2019 2 Year(s) 0 Month(s)
Microsoft Azure 2020 1 Year(s) 0 Month(s)
devops latest 2020 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Tamil Proficient
Kannada Beginner
Projects
Project Title: DevOps automation
Client: toyota financial service-US
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 4/5
Role: Solution Architect Team Size: 14
Nature of Employment: Full Time
Project Location: tokyo, Japan
Role: Module Leader
Duration: Nov 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Project Location: US
Role: Other
Duration: Aug 2017 - Nov 2020
Onsite / Offsite: Offsite
Team Size: 13
Skill Used: AWS, Microsoft Azure, Groovy, JSON, Ansible, Jenkins, Sonar, Qualys, grafana, elk, veracode, X-Ray, artifactory
Role Description: Capabilities
- Requirements Management & Delivery
- Source Code Management / Artifact Management
- Application Package Build & Deployment
- Security Scanning & Code Quality Analysis
- Integrated Testing
- Environment Delivery
- Release Deployment
Project Details: The TFS is the end-to-end delivery pipeline for TFS Digital Factories. The DAL focuses on enabling Factories
to build software the way we build cars, with high quality and consistent outcomes. and do the serf service onboarding
application team in to devops capabilities.
Capabilities
- Requirements Management & Delivery
- Source Code Management / Artifact Management
- Application Package Build & Deployment
- Security Scanning & Code Quality Analysis
- Integrated Testing (Unit, Functional,Performance)
- Environment Delivery
- Release Deployment
- self-service onboarding
Capabilities:
Jenkins on EKS with Dynamic worker node
Jenkins upgradation through customized Jenkins Master Image
Worked node upgradation through customized worker node image
Persistent volume to save plugins and configuration
SonarQube as pod
Centrify vault integration with worker nodes.
Veracode and Qualys as SaaS
Jira, Github, Artifactory migration onprem to AWS
Telemetry enabled for Adaption & CI metrics
Project Title: Guidewire policy center
Client: AXA JAPAN
Skill Used: AWS, Openshift, Devops, Microsoft Azure, docker, Ansible, Sonar, git, maven
Role Description: Handling 5 members team with complete deliverable
Project Details: - Creation of Redhat Openshift Cluster Environment like PROD ,Development, Sandbox with required
application configuration management to run Insurance suite products
- Written Multiple YAML Configuration files to implement different projects in openshift RHEL private container platform
- Design , implement and maintain container based monitoring tools sets like Prometheus, collectord, Sysdig, grafana and
Splunk
- Creation of Ansible modules to implement public cloud and openshift automated deployment
- Application integration, Devops CI/CD , Security analysis for Cloud deployments are part of job duties
- Created different public/private cloud use cases , POCs , documentation, version control, Centralized data management,
mentor Juniors and knowledge sharing
- Analysis of application integrity using Newrelic to identify anomalies , vulnerability release patch and maintain quality of
application and its associated infrastructure components
Project Title: Versizon-Voice portal application.
Client: Verizon
Skill Used: AWS(CloudFormation, EC2, S3, Glacier, EFS, VPC, ELB, ECS, RDS, SNS & SQS ), Jenkins, Ansible, JIRA,
BitBucket, Confluence & Artifactory Docker, Kubernetes, Git, Maven, Shell scripting, JSON, YML Datadog, Newrelic, Nagios
& ELK Apache HTTPD, Nginx, Tomcat & Weblogic Red Hat Linux, Windows Server 2003 & 2008 Linux Infra, Load Balancing
& Networking
Role Description: Application support, Application
AWS migration, System Development, driving DevOps
Automation with Blue-Green deployment till Prod environment
Technically sound with AWS Services, DevOps tools & Docker
Jenkins CI/CD ? automation
Continuous monitor
Project Details: 15 members team and working with rotational sift.
12 application taking care end to end support.
All 12 applications are migrated in to AWS non-prod enviroinment
ew Chatbot application migrated in to AWS with IVR process.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 5/5
Nature of Employment: Full Time
Project Location: Chennai
Role: Network/System Administrator
Duration: Feb 2015 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore/Chennai
Role: Network/System Administrator
Duration: Dec 2012 - Jul 2015
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Japan
Job Type: Permanent
Employment Status: Full time
Many internal tools are using for production environment management.
All AWS migration and deployment process are added in to Jenkins Pipeline jobs.
Ansible playbooks written for complete automation with change management process with code deployment in production
environment.
Production code deployment done with pipeline and test environment created with Dokcer.
Dokcer POC done on couple of the application.
Project Title: AT&T residential gateway
Client: AT&T
Skill Used: EC2-Instance EBS Volume, Amazon S3 and Glacier Security Groups, IAM Roles, Account and Policies
SNAPSHOTs creation and restoration Elastic Load Balancer AWS Cloud Watch Route53 and VPC Elastic IP Puppet and
Ansible NFS, FTP, DHCP, DNS, SAMBA, Mail, Git repo, mysql and Apache configuration File system management Package
and Patch Administration Job Scheduling Bash and Python, JSON, Vsphere, Vmware View 5/6.0 Vmware ESX 5.1 and 6.0
Virtual center server 6.0 Vmware converter enterprise
Role Description: Worked as a configuration management engineer. taken care customer AWS cloud, Jenkins, Ansible,
Nagios, VmWare, Git, Maven, Docker, Shell, JSON, Pyton and Code build end to end until customer delivery.
Server administration like Linux and Vmware .
Project Details: In telecommunications networking, a residential gateway allows the connection of a local area network (LAN)
to a wide area network (WAN). The WAN can be a larger computer network (such as a municipal WAN that provides
connectivity to the residences within the municipality), The RG like home security product.
Project Title: CPT and Striker
Client: CISCO
Skill Used: Linux Administration, Unix, Shell Scripting, TCL scripting, openstack, MySQL, PHP, SNMP, TFTP, DNS Server,
DHCP Server, Samba Server, Apache Server, IPTABLES, Sendmail, Yum, RPM, VNC, console managment.
Role Description: Linux(FTP,TFTP, DHCP, DNS, SAMBA, Mail, Git repo, mysql and Apache)
Vmware(ESX 6.x, Vspire, Vcenter, Vmotion, HA, DRS and DPM)
Networking(install/configure CTP-50, CTP-200, CPT-600, ME3600, ME3400, ASR9k) L2 Switching and Routing
Project Details: Development and testing centre for CISCO CPT, ME3600, ME3400, ASR9000v, ASR903, ASR902, 7600 and
7900
Rank 513: Resume 1289 with similarity score 0.03650833476231059
MS , M.Sc , M.S , BS cloud architect , solutions architect , associate , full time , systems manager , system analyst amazon ec2 , general , software systems , assistants , microsoft azure , designation , server management , ug , affirmative action , information technology , technical architecture , hindi , docker , linux , firewall , maintenance , cctv , windows , investigation , software installation , authorization , office 365 , internet , ios , english , status , sql , email , sonicwall , application , aws , devices , sap , mumbai , android , mac os , ecs , s3 , c++ , connectivity , router , storage , languages , iis , completion , peripherals , software troubleshooting , python , javascript , web , network administration , cloud computing , availability 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d42…
https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d420747140d0b0d… 1/2
Current Designation: Assistant Systems Manager
Current Company: Reliable Software Systems
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [INFORMATION
TECHNOLOGY]
Verified : Email - id
Reliable Software Systems as Assistant Systems Manager
Oct 2015 to Till Date
* Managing Windows server(Active Directory,Group Object Policy, IIS,DNS,File server,.
* EC2
* Amazon Web Service
* Managing Office 365
* Troubleshooting and investigation for critical problems during hardware and software installation, Networking (LAN & Wi-
Fi) and Firewall and application server related issues.
* Managing firewall(Dell Sonicwall).
*Inventory of IT peripherals and maintaining fixed stock register.
* Perform daily monitoring of internet connectivity, application server, LAN/Wi-Fi devices, verifying the integrity of integrity
and availability of all Hardware, server resources, system and key processes and verifying the completion of scheduled
jobs.
* Getting work done from IT Assistants and third party vendor.
Dona Sylvia Beach Resort as EDP Associate
May 2014 to Sep 2015
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
DALAN FERNANDES
AWS Certified Cloud Architect Looking for a role in Cloud Computing with 6 years of
total IT experience and 3 years in Cloud computing(AWS :- EC2,RDS ,S3, VPC, ELB,
Auto Scaling, CloudFront, CloudFormation, IAM, Storage Services, Docker, EKS, ECS
).
Key Skills: Amazon Web Service(AWS) AWS Cloud Architect,Microsoft Azure,System Analyst,System Analysis,Cloud
Computing,Technical Architecture,Network Administration,Server Management,Software Troubleshooting,Requirement
Gathering,Python,Java,C,C++,Javascrip
Summary
Result-oriented Professional with over 6 years of experience in System Analysis,Cloud Computing,Technical
Architecture,Network Administration,Server Management,Software Installation,Software Troubleshooting,Requirement
Gathering,Python,Java,C,C++,Javascript
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d42…
https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d420747140d0b0d… 2/2
UG: BCA (Computers) from Goa University in 2014
PG: MS/M.Sc(Science) (INFORMATION TECHNOLOGY) from Singhania University in 2019
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Amazon web services(AWS)
Microsoft Azure, Office 365
Router, switch,Firewall,Wi-Fi,CCTV
Linux,Microsoft Windows
SQL and No SQL
Microsoft Windows, Linux
Mac OS,Android,iOS
Python, C, C++, Java,SAP (ABAP)
JavaScript
Amazon EC2 2020 2 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Konkani
Rank 514: Resume 46 with similarity score 0.03648748024387038
MS , B.TECH , BS work from home training , internships , data visualization , classification , deep learning , nlp , network devices , heroku , classifiers , farmers , models , project , mask , live , computer vision , prediction , resume , machine learning , git , building , computer science , opencv , tags , crop , flask , completion , assessment , data science , python , apple , ml , technology , plots , cyber , online Assessment
Q1. Why should you be hired for this role?
Because I have done training In ML, DL, NLP, CV and made many projects on them as you can see in my git .
I regularly solve problems related to Machine and Deep Learning in Hacker Earth so I have a lot of experience in ML, DL
and In my previous internship, I have made an Ocr model for them.
git: https://github.com/ajaybhatt441
HackerEarth: https://www.hackerearth.com/@ajaybhatt441aj
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Ajay Bhatt
Pantnagar, Kashipur
Applied 08 Feb'21
Python Computer Vision Deep Learning
Machine Learning OpenCV C Programming
Flask Heroku
Bachelor of Technology B.Tech), Computer Science
College Of Technology Pantnagar
2018 - 2022
CGPA 8.00/10
Senior Secondary XII, Science
Kendriya Vidyalaya Kashipur
CBSE board)
Year of completion: 2018
Percentage: 93.00%
Data Science
Pianalytix, Virtual
Dec 2020 - Jan 2021
Building a project on OCR using neural network
Computer Vision
Courseera, Online
Aug 2020 - Sep 2020
here I work on image, vedeos, harrscascade classifiers , OCR etc and also made project on it.
Machine Learning And Deep Learning
Courseera, Online
Aug 2020 - Sep 2020
here I learn as well as made many end to end ML and DL model.
Cyber Scurity
alttc, Online
Jul 2020 - Dec 2020
Learn about Network Devices and about OSI layers
Data Visualization
Courseera, Online
Jun 2020 - Jun 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6396058778
here I learn how to Visualize Data using different Type of plots.
Data Science
Courseera, Online
May 2020 - May 2020
here I learn about what is Data Science and I also learn how to work with txt,csv files
Real time social distancing detector
Jan 2021 - Jan 2021
https://github.com/ajaybhatt441/real-time-social-distancing-detector
its real-time feature detects whether people are violating social distancing or not
OCR-using-neural-networks
Dec 2020 - Jan 2021
https://github.com/ajaybhatt441/OCR-using-neural-networks-
detects text from images
NLP, classification and OCR Love is love problem hakerearth)
Nov 2020 - Nov 2020
https://github.com/ajaybhatt441/Haker_Earth_love_is_love_problem
In this problem First we seprate the tags written on the image using OCR and then I made ML models Using NLP to categorise
the tags.
Crop recommender app for farmers of Punjab
Oct 2020 - Oct 2020
https://github.com/ajaybhatt441/crop_recomendation
This app helps the farmers of punjab to grow the most favourable crop in their respective region.
Hand gesture detection and recognization for stroke patient
May 2020 - May 2020
https://github.com/ajaybhatt441/hand_gesture_detection_and_recognization_system_for_a_stroke_patient
There is a camera facing the patient hand and as the patient show any gesture the model made in this project will tells the
meaning of that gesture
Face Mask Detection
Apr 2020 - Apr 2020
https://github.com/ajaybhatt441/face_mask_detector_
In this project there is a live camera which tells that a person is wearing a mask or not.
Apple Stock Price Prediction
Dec 2019 - Jan 2020
https://github.com/ajaybhatt441/Apple_stock_prediction
this project contain the apple stock prices pridictions
Hacker earth Machine Learning Challenges
Jul 2020 - Present
https://github.com/ajaybhatt441
complete many challenges of Machine and Deep Learning in Hacker Earth
Selected and Participated for National Level Hackathone.
https://github.com/ajaybhatt441/real-time-social-distancing-detector
https://github.com/ajaybhatt441/OCR-using-neural-networks-
https://github.com/ajaybhatt441/Haker_Earth_love_is_love_problem
https://github.com/ajaybhatt441/crop_recomendation
https://github.com/ajaybhatt441/hand_gesture_detection_and_recognization_system_for_a_stroke_patient
https://github.com/ajaybhatt441/face_mask_detector_
https://github.com/ajaybhatt441/Apple_stock_prediction
https://github.com/ajaybhatt441
Rank 515: Resume 962 with similarity score 0.036406711737459324
B.E , MS , B.TECH , BS project manager , ux designer , full time , web ui developer functionality , version control , redux , core java , computing , financial services , general , css , designation , adobe photoshop , developers , firebug , affirmative action , suggestions , user experience , hindi , maintenance , ltd , php , jquery , authorization , english , bootstrap , status , pressure , timelines , record , project , application , work effectively , devices , chrome , mockups , angularjs , global services , new features , microsoft , testing , mailers , mvc , market analysis , git , resolve , baker hill , debugging , framework , languages , agile environment , html5 , salesforce , e-commerce , statistics , email marketing , responsive design , mobile , reviews , javascript , web , apps , global solutions , crm , developer tools , organization , layout , brand strategy 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e4…
https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e47061210595d5… 1/3
Current Designation: UI UX Designer
Current Company: SD Global Services
Current Location: Delhi
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [computing]
Verified : Phone Number | Email - id
SD Global Services as UI UX Designer
Feb 2017 to Till Date
Baker Hill Solutions Pvt Ltd. as UI Developer
Jan 2017 to Feb 2017
Integrated responsive UI design into Angular framework for web and mobile using HTML5, CSS3, Angular 2/5/6/9, JQuery
and JavaScript
Collaborated with the team on implementing new features and UX in an agile environment.
Developed working prototypes from UI designs for cross-platform devices.
Identify ways to improve design and development.
? Build custom JavaScript MVC apps using React, Angular or similar framework.
Manage task effectively and prioritize accordingly.
Work effectively within collaborative team to identify and resolve issues.
Participates in design reviews and provide input to design recommendations.
Made heavy use of Chrome Developer Tools Firebug to ensure front-end code and assets were optimized and high-
quality
Hic Global Solutions as UI Developer
Sep 2015 to Jan 2017
Working on Salesforce CRM, My work is mainly correcting the UI's build within the CRM.
Handling email marketing and also client interaction. Here I am also active as a STACK
OVERFLOW Member giving solutions for all the raised queries from all global users. My other
role is to develop creative concepts and designs for websites & mailers, integrating layouts to
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Vinay Kumar
UI Developer seeking roles in UI Development,UI design ,Web
designing,JavaScript,JQuery,Adobe Photoshop,Illustrator,AngularJS/ReactJS
,CSS3,Service Delivery
Key Skills: UI Developer,Project Manager-IT/Software,UI Development,UI design ,Web
designing,JavaScript,JQuery,Adobe Photoshop,Illustrator,AngularJS/ReactJS ,CSS3,Service Delivery
Summary
Seeking a Web UI Developer position in a stable company where I can use my skills to benefit the company. Fully trained and
experienced Web UI Developer with a strong record of corporate client satisfaction. Highly proficient at all aspects of web
commerce. Excellent ability to adjust work pace to meet evolving client needs
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e4…
https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e47061210595d5… 2/3
HTML for statistics responsive systems, brand development, website traffic growth & website
UI. Create and maintain the brand strategy for the organization and for clients. Supervise and
inspire the creative team.
Developed graphic images and effects to achieve design goals
Worked directly with the client to establish project scope, interaction guidelines, and
project timelines
Provided competitive market analysis on the e-commerce site and proposed suggestions
to the design and available functionality
Performed routine updates, upgrades and overall maintenance of the website
Algoworks Technologies Pvt Ltd as UI Developer
Feb 2014 to Sep 2015
My responsibility is to develop creative concepts and designs for websites & mailers, integrating
layouts to HTML for statistics responsive systems, brand development, website traffic growth &
website UI. Create and maintain the brand strategy for the organization and for clients. Supervise
and inspire the creative team. Work with the designers and developers to complete the project
from concepts to the product. working Close to PHP team and sales and marketing team.
Integrated responsive UI designs into PHP framework for web and mobile using HTML5, CSS3 and jQuery / JavaScript
Worked with the management team to find and produce creative solutions for new
marketing
Developed wireframes and mockups using for application storyboards and development
Implemented new website design layout for conversion of existing static websites to
responsive
Maintained frontend and backend maintenance of websites
Styled content and website layout for the user experience using CSS3 and HTML5
Performed multiple assignments under pressure and consistently met deadlines given
UG: B.Tech/B.E. (computing) from Apiit,panipat in 2011
Other Qualifications/Certifications/Programs:
Web designing
Core Java
C language
Microsoft 70-480 Programming in HTML5 with JavaScript & CSS3
Education
IT Skills
Skill Name Version Last Used Experience
REACT, Redux, Angular 2/5/8
JQUERY
Adobe Photoshop
ILLUSTRATOR
Version Control/GIt
Browser Developer Tools
HTML, CSS, JAVASCRIPT
BOOTSTRAP 3/4
Responsive Design
Testing and debugging
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e4…
https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e47061210595d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
english
hindi
Bhojpuri
Rank 516: Resume 1257 with similarity score 0.03640435154907839
M.TECH , BS , B.E , MS , B.TECH build engineer , system analyst , full time , software developer automation , web development , general , jenkins , kubernetes , designation , ug , confluence , pages , affirmative action , technical architecture , hindi , cloud , docker , linux , mcafee , maintenance , ltd , vim , authorization , english , penetration testing , status , email , project , application , aws , gcov , ecs , s3 , c++ , git , shell scripting , ec2 , framework , athena , visio , coverity , pycharm , languages , code coverage , word , python , javascript , technology , load , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 1/2
Current Designation: SDET
Current Company: McAfee Software Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
McAfee Software Pvt. Ltd. as SDET
Dec 2018 to Till Date
Projects Brief
1. Worked on a project to integrate McAfee services in Cloud (AWS)
environment.
2. Design and development of automated Performance and Soak Job
using Python and Jenkins as Front-end interface.
3. Automation to integrate and get code coverage using Bullseye.
4. Client tool development to test server with malicious request as the part
of penetration testing.
5. Automate multiple manual Jobs in Physical and AWS environment
6. Involved in patching the CVEs in Linux machines
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2015
PG: M.Tech (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
DEEPAK KUMAR
(Serving Notice period 22/02) System Tools and Build Engineer,SDET seeking roles in
Software Development,Application Programming,Web Development,Project
Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP, Docker, Kubernetes,
GIT, Automation.
Key Skills: System Tools and Build Engineer,SDET,System Analyst,System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C,
AWS, GCP, Docker, Kubernetes, Automation
Summary
Result-oriented Professional with over 2 years of experience in System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP,
Docker, Kubernetes, GIT and Automation Framework
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
EC2, ECS, S3, EBS
DynamoDB, RDS, CloudFormation
IAM, Athena,VPC, subnets, Load Balancers
GCP Cloud
DOCKER
Jenkins automation
Bullseye, GCOV, LCOV
COVERITY
Git, SVN
C/C++, python, shell scripting
MS Word, MS PowerPoint
MS Visio, Confluence Pages
Pycharm, vim/vi
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 517: Resume 1256 with similarity score 0.03640435154907839
M.TECH , BS , B.E , MS , B.TECH build engineer , system analyst , full time , software developer automation , web development , general , jenkins , kubernetes , designation , ug , confluence , pages , affirmative action , technical architecture , hindi , cloud , docker , linux , mcafee , maintenance , ltd , vim , authorization , english , penetration testing , status , email , project , application , aws , gcov , ecs , s3 , c++ , git , shell scripting , ec2 , framework , athena , visio , coverity , pycharm , languages , code coverage , word , python , javascript , technology , load , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 1/2
Current Designation: SDET
Current Company: McAfee Software Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
McAfee Software Pvt. Ltd. as SDET
Dec 2018 to Till Date
Projects Brief
1. Worked on a project to integrate McAfee services in Cloud (AWS)
environment.
2. Design and development of automated Performance and Soak Job
using Python and Jenkins as Front-end interface.
3. Automation to integrate and get code coverage using Bullseye.
4. Client tool development to test server with malicious request as the part
of penetration testing.
5. Automate multiple manual Jobs in Physical and AWS environment
6. Involved in patching the CVEs in Linux machines
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2015
PG: M.Tech (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
DEEPAK KUMAR
(Serving Notice period 22/02) System Tools and Build Engineer,SDET seeking roles in
Software Development,Application Programming,Web Development,Project
Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP, Docker, Kubernetes,
GIT, Automation.
Key Skills: System Tools and Build Engineer,SDET,System Analyst,System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C,
AWS, GCP, Docker, Kubernetes, Automation
Summary
Result-oriented Professional with over 2 years of experience in System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP,
Docker, Kubernetes, GIT and Automation Framework
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
EC2, ECS, S3, EBS
DynamoDB, RDS, CloudFormation
IAM, Athena,VPC, subnets, Load Balancers
GCP Cloud
DOCKER
Jenkins automation
Bullseye, GCOV, LCOV
COVERITY
Git, SVN
C/C++, python, shell scripting
MS Word, MS PowerPoint
MS Visio, Confluence Pages
Pycharm, vim/vi
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 518: Resume 1133 with similarity score 0.03639983589865501
B.E , MS , B.TECH , M.TECH technical account manager , devops , cloud engineer , full time , technical lead training , customer , microsoft azure , security , deep learning , nlp , conducting , docker , linux , tcpdump , c-level , status , components , ec2 , it infrastructure , solaris , establishing relationships , data science , workflow , organization , amazon web services , ansible , infrastructure management , devops , kubernetes , designation , mar , hindi , cluster , ping , ltd , english , troubleshooting , project , microservices , processing , ibm , machine learning , resolve , strategy , completion , vmware , javascript , technology , reporting , performing , affirmative action , mysql , readiness , maintenance , unix , cni , escalation , architecture , email , aws , operations , github , global delivery , premises , languages , sme , load balancing , engineers , beta , database , jenkins , migrating , adjustments , ug , iperf , authorization , teams , application , focus , internet services , electronics , ecs , s3 , shell scripting , storage , nginx , framework , cosmos , python , reviews , cloud computing , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c17…
https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c175618135b085b… 1/3
Current Designation: Support Escalation Engineer- Kubernetes
Current Company: Microsoft Corporation
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Singapore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Data Science and
Engineering]
Verified : Phone Number | Email - id
Microsoft Corporation as Support Escalation Engineer- Kubernetes
Oct 2019 to Till Date
Role:
Managing the implementation of Azure Platform support capabilities
Working with the Engineering Group and Azure Supportability PMs to implement asks
Leading local deployments in Kubernetes, creating local cluster & deploying application containers
Identifying technology, processing readiness needs; working with Training PMs & Technical Leads
Addressing customer issues to specific Azure Services or Azure Platform and conducting in-depth diagnostics on Azure
platform and services
Implementing Azure Platform support capabilities, collaborating with the Engineering Group and Azure Supportability PMs
Confirming technology and/or process readiness needs and establishing relationships with technology-specific support
teams for customer incident resolution
Achieving the CPE team goals, time to resolve or escalate; meeting and exceeding a response time like competitors
Updating technical skills through completion of ongoing readiness and Platform training
Contributing to the creation of future Microsoft support capabilities for Kubernetes in Microsoft Azure
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rahul Chaubey
Kubernetes, Docker, Cloud Computing, AWS, Azure Certified, CI/CD, Git, MySQL,
Python, Database, Networking, Linux, Machine Learning, NLP, Deep Learning, IT
Infrastructure Management, Cloud Architecture/Design, DevOps, Global Delivery
Management
Key Skills: AWS,Azure,Docker,Kubernetes,Jenkins,Git,MySQL,Python,Machine Learning,Linux,NLP,Deep
Learning,Devops,Networking,Nginx,Load Balancing,Microservices,Storage,Unix Shell Scripting,Solaris
Summary
Experience in implementing best practices for scalable IT infrastructure, architecture, solution designing and migrating large-
scale applications to AWS along with driving the cloud first strategy with C-level executives
Experience in end-to-end AWS cloud infrastructure design, deployment, management and administration, performing systems
design, feasibility and cost studies and recommending cost-effective cloud solutions
Acknowledged as DevOps Technical Lead for implementing CI/CD governance and operationalizing a DevOps discipline within
the organization; gained rich experience in CI/CD, Ansible, CloudFormation, Elastic Beanstalk, Azure DevOps, Kubernetes &
Docker. Hands on familiarity with CloudFormation and Terraform
Understanding of container specific networking such as CNI. Familiarity with networking troubleshooting (ping, tracert,
tracemon, tcpdump, iperf) Understanding of load balancing and familiarity with relevant components such NGINX, Application
Gateways
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c17…
https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c175618135b085b… 2/3
Determining & analysing technical support scenarios, supportability asks, support workflow adjustments for Azure
Previews (the equivalent of Beta in on-Premises)
Amazon Internet Services Pvt. Ltd., as Technical Account Manager
Jan 2016 to Oct 2019
Growth Path:
Technical Account Manager Jan'18- Oct'19
Cloud Support Team Lead- Deployment Jun'17- Jan'18
AWS Cloud Engineer Jan'16- Jan'18
As Technical Account Manager - Amazon Web Services
Ensured designs were right and implemented best practices with focus on cost-effective, reliable, and scalable
architecture
Technical Point of Contact for customers, helped them to plan, debug & monitor ongoing business-critical applications
Developed well-architected framework to build secure, high-performing, resilient, and efficient infrastructure for
applications
Migrated large-scale applications to AWS (EC2, VPC, RDS, ELB, IAM, Cloud Formation, S3, SNS, SES & Security)
Supported the organisation by helping them in understanding the business and technical aspects of Cloud Computing
Infrastructure Event Management: Lead a highly focused engagement to provide architectural and operational guidance,
as well as real-time support for planned event using a prescriptive, phased approach
Performed consultative review of customer's cloud strategy and recommendations to help optimize operations on AWS
and by-request event reporting to make informed operational decisions
Attended monthly & quarterly business reviews with customers to share financial trends, resource usage report & analysis
As AWS Cloud Engineer & Cloud Support Team Lead- Deployment
Managing team of 30+ engineers, setting up KPIs for teams and managers while leading, grooming, and training teams
towards growth and success
Migrated large-scale applications to AWS (EC2, VPC, RDS, ELB, IAM, Cloud Formation, S3, SNS, SES & Security)
Provides direct and responsive support for urgent analytic needs
Collaborates with others on the project to brainstorm about the best way to tackle a complex technological infrastructure,
security, or development problem
Identify performance bottlenecks and optimize the application performance using solutions like CloudFormation, EKS,
ECS, Elastic BeanStalk
Automate deployments (CI&CD) and other repetitive tasks using Shell/Python scripts or tools like Code-deploy, Jenkins
etc and implement auto-scaling and automated backups
IBM India as SME UNIX
Aug 2012 to Jan 2016
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2005
PG: M.Tech (Data Science and Engineering) from Birla Institute of Technology and Science (BITS), Pilani in 2022
Education
IT Skills
Skill Name Version Last Used Experience
SQL Database
Cosmos DB
DynamoDB, ElastiCache
AZURE
AZURE
VMWARE
Docker & Kubernetes
Jenkins, GIT
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c17…
https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c175618135b085b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
GitHub
Python
MySQL
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 519: Resume 793 with similarity score 0.03635204362666139
B.S , MS , BS project manager , junior analyst , information security , cyber defense analyst , full time , cyber security analyst , research analyst , senior security analyst , service desk manager customer , telugu , cisco ips , databases , symantec endpoint protection , log analysis , status , indicators , incident response , hunting , mumbai , kibana , threat intelligence , infrastructure , symantec antivirus , open source , designation , hindi , cloud , ltd , information security , windows , english , signal , project , tactics , splunk , processing , fine tuning , ibm , closure , intrusion detection , incident investigation , research , documentation , javascript , cyber security , reporting , performing , affirmative action , bulletins , maintenance , imperva , advanced , escalation , business services , proxy , email , health check , aws , ad-hoc , siem , ids , languages , context , publications , dashboards , enterprise security , jira , root cause analysis , proof , risk assessment , cyber defense , qradar , portals , case , ticketing , authorization , teams , phishing , matrix , devices , remediation , servers , kannada , security operations center , network administration , firewalls 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d1…
https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d185147410b5d09… 1/3
Current Designation: Cyber Security Analyst
Current Company: Microland Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Security
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Microland Pvt Ltd as Cyber Security Analyst
Jan 2019 to Till Date
Client Name: Diageo Business Services.
Real time log monitoring in the Security Operations Center from different devices
received from the client and segregating and correlating the logs of that devices.
Conduct advanced incident hunt operations using known adversary tactics, techniques
and procedures as well as indicators of attack to detect adversaries.
Investigation of Phishing incidents which includes finding out any associated traces of
malicious activity in company environment.
Experienced in creation of use cases, finetuning rules, Report, Dashboard, Trends.
Coordinating with Project manager and Respective teams for incident resolution.
Tickets handling and Root Cause Analysis of security incidents. And Closely work with
Junior Security Analysts regarding incidents. Maintenance of Closure part of incidents
(Operational Works).
Co-ordinating with ELK engineering team for integrating Log source with ELK.
Creating an incident ticket, Analyzing, Managing and tracking security incidents to
Last Active: 26-Nov-20 Last Modified: 26-Nov-20
Ajay Kumar S
Cyber Defense Analyst seeking roles in Project Management,Information
Security,Cyber Security,Phishing Detection,Firewall,Proxy,Service Desk
Management,Incident Management,SLA Management,Root Cause Analysis,Risk
Assessment,Qradar,Splunk,SIEM,SOC
Key Skills: cyber defense analyst,system security,information security,cyber security,phishing
detection,firewall,proxy,incident management,root cause analysis,qradar,splunk,siem,soc,threat hunting,log
analysis,dashboards,Incident Investigation,Antivirus
Summary
Having an Experience of 4 years in Information Security.
Experience in Monitoring of IBM Qradar,Splunk,Kibana SIEM Tools.
Experience in Monitoring of Zscaler proxy, CISCO IPS, Symantec Antivirus,Monitoring Check Point firewall alerts.Rules creation
and fine tuning
Experience in monitoring Imperva,ThreatX and Signal Sciences WAF.
Involved in AWS cloud based projects i.e. Websites hosted in AWS.(CDN,ALB,WAF,Cloudwatch,S3,AWS shield).
Good knowledge in processing phishing mails using Proofpoint.
Experience in Threat hunting and IOC processing(ThreatStream-Anomaly).
Experience in Service Now, CA service desk manager Ticketing Tools.network security,Cyber Security,ELK Stack,Threat
Intelligence,Incident Response,Phishing Detection,Threat Research Analyst,Threat hunting,SOC,SIEM,Log Analysis,SoC
Operations,Intrusion Detection,
Information Security,Enterprise Security,ELK, Kibana, Elastic Search.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d1…
https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d185147410b5d09… 2/3
closure by coordinating with different teams.
Reviewing and Analyzing different security advisories to provide recommendation for
latest emerging threat in context of the Client infrastructure.
Performing daily review of cyber threat warnings, bulletins, alerts, and incident
reporting documentation and databases produced by Governments, Threat Intelligence
Communities such as FS-ISAC, US- CERT, Threat Information Portals. Such as Recorded
Future, and a variety of open source publications and formats.
Creating Daily, Monthly, Weekly reports and Ad-hoc reports.
Hornbill Softech as Senior Security Analyst
Oct 2014 to May 2018
SIEM consultant for log & event analysis, incident investigation, reporting, remediation
& also develop new rules, policies for incident detection
Experience in Network traffic and log analysis, identifying and classifying attempted
compromises to client networks through suspect traffic using SIEM tools,
monitoring Symantec Endpoint Protection management.
Real time log monitoring in the Security Operations Centre (SOC) from different devices
such as Firewalls, IDS, IPS and Windows Servers received from the client and segregating
and correlating the logs of that devices
Real time Log monitoring, Incident Management and Reporting.
Responding customer for ad-hoc request for risk assessment for software or
applications.
Maintaining the escalation matrix.
Finetuning the rules to reduce the false positives.
Working closely with junior analyst and guiding them in case of any queries.
Skilled in identification of emerging security threats, intrusion investigations.
Excellent handling skills and closure of security incident tickets within the SLA.
Daily Health check-up for SIEM and other Devices.
UG: B.Sc (Computers) from Bangalore University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Symantec Antivirus
Zscalar proxy, Cisco IPS 0 Year(s) 0 Month(s)
Service NOW, JIRA
Proof Point 2019 1 Year(s) 0 Month(s)
QRadar 7.2.8 2018 3 Year(s) 0 Month(s)
Crowd strike 2019 1 Year(s) 0 Month(s)
Elastic Search 7.4 2019 1 Year(s) 0 Month(s)
SPLUNK 7.1 2018 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d1…
https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d185147410b5d09… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 520: Resume 1297 with similarity score 0.036334207330560926
B.S , M.TECH , BS , B.E , MS , B.TECH project manager , solutions architect , senior manager , associate , system administrator , solution architect , senior engineering manager , system engineer , cloud architect , devops architect , devops engineer , part time , vice president , full time , team lead , enterprise architect , business analyst , aws architect , infrastructure architect , implementation engineer computing , financial services , customer , technical solution design , docker , hitachi data systems certified professional , build automation , ssl , status , digital transformation , continuous integration , fintech , bitbucket , it service delivery , building , ec2 , it infrastructure , foundation , solaris , sql server , service delivery management , coordinated , workflow , architectural design , mathematics , vmware esx , ansible , retail , devops , open source , kubernetes , designation , mar , rhel , hindi , cloud , ltd , english , 12c , project , provisioning , consolidation , solution architecture , splunk , range , architecting , estimates , capacity planning , dc , red hat enterprise linux , sonarqube , javascript , technology , hp-ux , reporting , general , physics , data migration , affirmative action , mysql , oracle , emc , uptime , application hosting , public , xp , maintenance , unix , email , tomcat , aws , configuration management , fit , hds , maven , languages , draft , assessment , search , jenkins , ug , telecom , chemistry , authorization , teams , less , ecs , s3 , vmware certified professional , finance , storage , landscape , it operations management , python , ucm , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 1/3
Current Designation: Senior Engineering Manager
Current Company: WEINVEST
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
WEINVEST as Senior Engineering Manager
Mar 2020 to Till Date
WEINVEST (Fintech) as Sr. Engineering Manager - Cloud Architect,DevOps Architect, SRE practice.
Mar 2020 to Oct 2020
As a AWS Architect and DevOps Manager I am responsible for building reliable, secure AWS solutions architecture,
design and deployment of micro service based applications, advising and implementing AWS best practices, Implementing
DevOps practices such as build automation, infrastructure as code, continuous integration and deployment, service
automation using various open source tools in AWS Public Cloud. My responsibility includes building roadmap for products
/ solutions and to maintain uptime of the applications, reduce delivery time by leveraging automation.
JP Morgan & Chase Co. (GTI) as Vice President - Software Defined Compute (Cloud & IT
Infrastructure)
May 2018 to Dec 2019
As a DevOps / IT Infrastructure Lead of GTI's Infrastructure Hosting Service Project my responsibility was to manage
UCM, reduce build time by leveraging automation in build workflow for AWS infrastructure using terraform, ansible, docker
containers deployment using CI/CD tools. Successfully implemented DevOps best practises which resulted build time
reduction by 30% than previous years. I collaborated with different Application Development Team for solution design
using ECS, EKS for deployment of micro service based solutions using AWS best practises.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Anirban Biswas
Senior Manager seeking roles in Solution Architecture,Technical
Architecture,Architectural Design,IT Infrastructure Support,Project
Management,Configuration Management,Digital Transformation,Cloud
Computing,Networking,Jenkins,Ansible,MySQL,Maven,AWS
Key Skills: AWS, Solution Architecture, Infrastructure Architect, Docker, Jenkins, Continuous Integration, Continuous
Delivery, Microservice, Kubernetes, IT Service Delivery Management, IT Operations Management, Devops, Ansible,
Python, Terraform,Elastic Search
Summary
AWS Cloud Solution, IT Infrastructure Solution Architect and DevOps Manager with more than 18 years of technical capacity
and more than 5 years of managerial experience having proficiency in design and deployment of Cloud Solutions, Complex IT
Infrastructure Solution and DevOps. Experienced in delivering wide range of services including Build and release, Provisioning,
Capacity planning, Reporting, Configuration Management, Consulting, Architecting, Design of Public Cloud solution and digital
transformation, Data Centre Consolidation, DC Migration, application deployment for global clients for clients in Banking &
Finance, Telecom, and Retail.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 2/3
Hewlett Packard Enterprise as Cloud Solution Architect, Technical Consulting
Apr 2008 to Jul 2017
* As trusted advisor create and maintain effective customer relationships with IT heads and IT teams.
* Provided strategic guidance to clients with regard to latest technology, IT infrastructures, application hosting on Public
/ Private Cloud.
* Assessed market technology choices to determine the fit, including software, hardware, cloud solutions, etc.
* Developed transition and transformation plans for customer IT application and data migration.
* Propose and execute consulting assessment to determine customers' existing IT landscape including inventory of
customer existing environment (application, infrastructure, usage and performance).
* Coordinated between the business and IT stakeholders to develop a solution architecture and collaborated with
engineering to finalize technical solution design.
* Coordinated with Delivery Project Manager and Business Analyst to draft project scope and compile delivery
estimates.
Wipro Infotech Ltd. as Sr. Engineer - Team Lead
Apr 2004 to Mar 2008
I have played various roles in Wipro InfoTech that includes Technical Support Team Lead for Citi Bank Data Centre. As
Team Lead role in CITI Bank, I was responsible for day to day operations. As Sr. System Engineer for Service Delivery
Team and implementation Engineer for Sun, HP, EMC and Hitachi Enterprise products.
UG: B.Tech/B.E. (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2011
PG: M.Tech (Computers), Part time from Birla Institute of Technology and Science (BITS), Pilani in 2020
Other Qualifications/Certifications/Programs:
B.Sc (Physics, Chemistry, Mathematics)
AWS Certified Solutions Architect - Associate
AWS Certified Solutions Architect - Professional
AWS Certified DevOps Engineer
VMware Certified Professional (VCP-DCV) on ESX 6.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
Red Hat Certified System Administrator on Red Hat Enterprise Linux 7
EMC Certified Storage Foundation
Hitachi Data Systems Certified Professional
Education
IT Skills
Skill Name Version Last Used Experience
EC2, RDS, EBS, S3, VPC, SQS, ECS
Unix / Linux
RHEL, Solaris, HP-UX
VMware ESX, Red Hat KVM
TCP/IP, DNS, DHCP, HTTP
Datadog, Splunk
TCP/IP, DNS, DHCP, HTTP
SSL/TLS, BGP, SMTP
Tomcat
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Bitbucket, Jenkins / Jules,SonarQube,
Oracle 11g / 12C, MS SQL Server, MySQL
HDS VSP, HPE XP, EMC VMAX
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 521: Resume 845 with similarity score 0.03631276818277538
B.E , MS , B.TECH , BS technical analyst , sql developer , technology lead , technology analyst , sr. consultant , business development , senior software engineer , full time , team lead , system analyst spring cloud , schema , java web services , core java , accelerator , conducting , docker , linux , gradle , gateway , test cases , project planning , pattern , design documents , status , steering , specifications , xml , testing , scope management , building , order management , spring security , solaris , sql server , coordinated , sprints , mks , upgradation , technical leadership , designation , confluence , deliverables , mar , xslt , apache camel , hindi , gap analysis , issue management , service layer , ltd , project cost , json , english , troubleshooting , agile , microservices , solution architecture , angularjs , windows xp , rest , git , resolve , kanban , feasibility studies , spring data , jibx , documentation , dashboard , completion , struts , hubs , javascript , technology , insurance , business requirements , customer relationship management (crm) , ibatis , reporting , risk analysis , general , scrum , performing , project teams , change requests , developers , affirmative action , oracle , mysql , emc , castor , maintenance , customer requirements , unix , kafka , coding practices , advanced , activemq , timelines , email , jpa , health check , tomcat , aws , problem management , information systems , operations , sequencing , high level design , junit , maven , languages , story , hibernate , management system , sit , jira , search , grading , database , overhaul , codes , spring mvc , api , jenkins , handover , validation , front office , ug , toad , mercator , authorization , storage systems , spring boot , modernization , application , squirrel , airline , mdb , user requirements , interfacing , led , edifact , reviews , eddy current , metrics , presentations 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 1/4
Current Designation: Senior System Analyst
Current Company: IVY Comptech
Current Location: Bhubaneshwar
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IVY Comptech as Senior System Analyst
Sep 2020 to Till Date
NIIT Technology as Technical Analyst
Jul 2019 to Jun 2020
Leading software development activities including design, development & troubleshooting of applications; conducting
gap analysis including validation of needs in conjunction with onsite & offsite teams
Steering the successful roll-out of projects involving defining scope, setting timelines, analyzing requirements, prioritizing
tasks, identifying dependencies and evaluating risks & issues as per budgets
Facilitating implementation of the product involving documentation and execution of varying sizes of customizations,
implementation of standard processes and maintenance & up-grading existing product
Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables; preparing
monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as extending
postimplementation support to team members by identifying defects, inconsistencies & errors
Undertaking development & testing, defect & issue management for software applications; conducting reviews of codes &
test cases and analyzing change requests / enhancements
Analyzing user requirements to identify trends and resolve performance issues; preparing proposals, delivering business
presentations to clients and controlling resource planning, effort estimation & risk management
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SURYA MOHANTY
Technology Analyst seeking role in Tech Lead, SolutionArchitecture, Application
Design and Development, FullStack Development, Requirement Gathering,
ProcessImprovement,Java, Spring, Spring Boot,
Microservice,Angular,React,Mongo,Docker,Aws,Git,Kafka
Key Skills: team lead/tech lead,application design,solution architecture,requirement gathering,process
improvement,java,micro services,rest,java web services,spring mvc,spring security
Summary
Offering chronicled success of nearly 10.6
years in Software Development and Project Management across Banking &
Insurance domain.
Skilled in overall software development lifecycle involving requirement analysis, system study, designing, architecture,
testing, programming, coding, de-bugging, defect management, status reporting & documentation
Expert in implementing Project Methodologies like Agile / Scrum, Kanban Methodology; possess broad technical
knowledge of application design, architecture and application integrations
Expertise in concepts of end-to-end project planning and implementation from scope management, to activity
sequencing, effort & cost estimation, risk analysis to quality management in line with international guidelines and norms;
skills in working with technologies such as Java J2EE technologies
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 2/4
Interfacing with clients to gather business requirements; conducting system analysis and finalizing technical / functional
specifications & high level design documents for the project
Using industrial coding practices to ensure high quality deliverables with minimal defects
Establishing testing procedures to ensure that application is thoroughly tested across the development phase
DXC India Pvt. Ltd. as Senior Technology Analyst (IT-Application)
Sep 2013 to May 2018
Key Result Areas:
Providing technical leadership to a team of developers focused on Java and ensuring timely delivery of solutions
Managing the application design & implementation operations and steering efforts towards application
modernization
Coordinated with managers to define sprints and executed them
Delegating the scope of the project and creating a problem management system for the project
Significant Accomplishments:
Steered the implementation of Micro Services resulting in increasing overall efficiency of the system
Project: FAP Redesign
Period: Since AugâjQuery111002710744723032641_153720571353417
Description: In this project, an application was created for users to search for the most suitable dental plans.
It entails Advanced Search Function and Quick Search Function that enables users to search for
dental providers.
Environment: Java8, Spring Boot, Spring cloud, Rest, Angular, JPA, Mongo DB, Maven, Jenkins, Git, Agile
Role: Technology Lead
Conducting analysis and managing the designing & development of software applications; developing &
implementing service layer using Api gateway pattern
Steering the upgradation of application to new technology stack using angular, spring-boot & rest
Working towards resolution of technical issues & bottlenecks during the development of application
Project: Eddy Current
Period: JanâjQuery11100400434847661574_153841436307317-
JulâjQuery1110004799253857592234_154539635521917
Description: This project was aimed at designing a system to identify any metallurgical defects and
implement remedial actions taken to ensure the continued safety and capability of the railway.
Environment: Java8, Maven3, JSF, Spring, Hibernate, ActiveMQ, GIT, Jenkin, JIRA, Confluence, Agile
Role: Technology Lead
Supervised the development of Test-Certificate Module; led the set-up of project base by integrating various
technologies and managed the handover to Development Team
Monitored off-shore team and collaborated with other project teams for any clarifications on customer requirements
& resolution of issues
Devised release strategies & tracked project schedule to ensure timely completion of the projects
Controlled risks by performing POC & technical feasibility studies; organized scrum meetings and contributed in
story grooming, iteration planning, story implementation and tracking using Jira too
Project: Product Accelerator
Period: AugâjQuery111001542602162738489_158199337792516-
DecâjQuery1110047482212747571495_158207881283716
Description: This project entails two configurations-Browser Based Business Rule Configuration and Browser
Based Rate Configuration
Environment: Java 8, Spring Boot, JPA, Rest, Apache Shiro, AngularJS, JSON, Mongo DB, Jenkin, Git
Role: Technology Lead
Identified solutions and validated the same
Developed:
o User interface for definition of insurance product rate using AngularJS
o Database for house insurance product rates using mongo DB
o REST-based services for query and updated insurance product rates using Jax-Rs
Project: Mercator (Emirates Airline)
Period: Aprâ??16-Julâ??16
Description: This project was aimed at integrating existing database for providing extensive search
capabilities to existing application.
Environment: Spring Boot, spring (MVC, Rest, Security), Elastic search, JSON, JPA, Postman Rest Client,
Angular Js
Role: Technology Lead
Created restful web services using spring MVC, integrated elastic search and used Spring Data Elastic search API to
query DB
Steered the implementation of JSON Schema Validation
Managed the building, deployment & release management to promote the code to higher environment SIT, UAT &
PROD
Project: Link-Up MKS (Market Order Management System) - Societe Generale
Period: Julâ14-Mayâ??16
Description: In this project, a comprehensive global solution for the 4 domains i.e. Portfolio Management
System, Customer Relationship Management, E-Banking and Market Order Management System
was developed.
EMC Data Storage systems India Private Limited as Senior Software Engineer
Aug 2012 to Apr 2013
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 3/4
Capgemini as Sr. Consultant
Feb 2011 to Jul 2012
UG: B.Tech/B.E. (Computers) from Biju Patnaik University of Technology (BPUT) in 2003
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices 2020 3 Year(s) 0 Month(s)
Spring boot,Spring Cloud 2020 3 Year(s) 0 Month(s)
core java,j2EE 8 2020 10 Year(s) 0 Month(s)
spring (Core, MVC, security, Data, Boot) 5 2020 7 Year(s) 0 Month(s)
Struts, JSF 1.2 2011
RATIONAL ROSE, RAD
Oracle 9i, MySQL, SQL Server
Mongo Db 2016
Hibernate, IBATIS 2016
EDIFACT
STS-4.6,Intelij Idea 2020 10 Year(s) 0 Month(s)
JAXB, JIBX, CASTOR 2015
JMS, MDB, Active MQ, Apache Camel 2015
Web logic, JBOSS, Apache Tomcat
JUNIT
GIT, SVN, Telelogic Synergy 6.5
Jenkins 2016
Ant, Maven, Gradle 2016
XML, XSLT
SQL Developer, Toad, Squirrel
Windows XP, UNIX (sun Solaris), Linux
Languages Known
Language Proficiency Read Write Speak
Oriya Expert
Hindi Proficient
English Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 4/4
Nature of Employment: Full Time Duration: Nov 2016 - Apr 2017
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time Duration: Mar 2016 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jul 2014 - May 2016
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Eddy Current
Client: Network-Rail UK
Role Description: Performed analysis and led the designing & development of Test-Certificate Module
Steered the timely, defect-free deliverables within the estimated project cost
Project Details: Network Rails Rail Defect Management is the process by which rail is regularly inspected to identify
any metallurgical defects (or flaws) present, and appropriate remedial actions taken to ensure the continued safety and
capability of the railway. There are a variety of different information systems currently used by Network Rail in support of the
defect management process, including the Rail Defect Management System (RDMS).
Project Title: Mercator
Client: Emirates Airline
Project Details: Objective of the POC is to Integrate Elastic Search with existing data base for providing extensive
search capabilities to existing application.
Project Title: Link-Up MKS (Market Order Management System)
Client: Societe Generale
Project Details: To support its business development and expansion of commercial activities, Societe Generale Private
Banking (SG PRIV) has initiated a program to overhaul its front office information systems.
Called "Link-Up", this program aims to design, develop and implement a comprehensive global solution for the following 4
domains:
Portfolio Management System (PMS)
Customer Relationship Management (CRM)
E-Banking
Market Order Management System (MKS)
The scope of the MKS project is the update of a centralized platform for the management of financial market transactions
through two operational hubs (Luxemburg and Singapore) that will serve the individual SG PRIV entities.
Rank 522: Resume 766 with similarity score 0.036298376556090715
B.E , MS , B.TECH , BS technical analyst , sql developer , technology lead , technology analyst , sr. consultant , business development , senior software engineer , full time , team lead , system analyst spring cloud , schema , java web services , core java , accelerator , conducting , docker , linux , gradle , gateway , test cases , project planning , pattern , design documents , status , steering , specifications , xml , testing , scope management , building , order management , spring security , solaris , sql server , coordinated , sprints , mks , upgradation , technical leadership , designation , confluence , deliverables , mar , xslt , apache camel , hindi , gap analysis , issue management , service layer , ltd , project cost , json , english , troubleshooting , agile , microservices , solution architecture , angularjs , windows xp , rest , git , resolve , kanban , feasibility studies , spring data , jibx , documentation , dashboard , completion , struts , hubs , javascript , technology , insurance , business requirements , customer relationship management (crm) , ibatis , reporting , risk analysis , general , scrum , performing , project teams , change requests , developers , affirmative action , oracle , mysql , emc , castor , maintenance , customer requirements , unix , kafka , coding practices , advanced , activemq , timelines , email , jpa , health check , tomcat , aws , problem management , information systems , operations , sequencing , high level design , junit , maven , languages , story , hibernate , management system , sit , jira , search , grading , database , overhaul , codes , spring mvc , api , jenkins , handover , validation , front office , ug , toad , mercator , authorization , storage systems , spring boot , modernization , application , squirrel , airline , mdb , user requirements , interfacing , led , edifact , reviews , eddy current , metrics , presentations 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 1/4
Current Designation: Senior System Analyst
Current Company: IVY Comptech
Current Location: Bhubaneshwar
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IVY Comptech as Senior System Analyst
Sep 2020 to Till Date
NIIT Technology as Technical Analyst
Jul 2019 to Jun 2020
Leading software development activities including design, development & troubleshooting of applications; conducting
gap analysis including validation of needs in conjunction with onsite & offsite teams
Steering the successful roll-out of projects involving defining scope, setting timelines, analyzing requirements, prioritizing
tasks, identifying dependencies and evaluating risks & issues as per budgets
Facilitating implementation of the product involving documentation and execution of varying sizes of customizations,
implementation of standard processes and maintenance & up-grading existing product
Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables; preparing
monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as extending
postimplementation support to team members by identifying defects, inconsistencies & errors
Undertaking development & testing, defect & issue management for software applications; conducting reviews of codes &
test cases and analyzing change requests / enhancements
Analyzing user requirements to identify trends and resolve performance issues; preparing proposals, delivering business
presentations to clients and controlling resource planning, effort estimation & risk management
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SURYA MOHANTY
Technology Analyst seeking role in Tech Lead, SolutionArchitecture, Application
Design and Development, FullStack Development, Requirement Gathering,
ProcessImprovement,Java, Spring, Spring Boot,
Microservice,Angular,React,Mongo,Docker,Aws,Git,Kafka
Key Skills: team lead/tech lead,application design,solution architecture,requirement gathering,process
improvement,java,micro services,rest,java web services,spring mvc,spring security
Summary
Offering chronicled success of nearly 10.6
years in Software Development and Project Management across Banking &
Insurance domain.
Skilled in overall software development lifecycle involving requirement analysis, system study, designing, architecture,
testing, programming, coding, de-bugging, defect management, status reporting & documentation
Expert in implementing Project Methodologies like Agile / Scrum, Kanban Methodology; possess broad technical
knowledge of application design, architecture and application integrations
Expertise in concepts of end-to-end project planning and implementation from scope management, to activity
sequencing, effort & cost estimation, risk analysis to quality management in line with international guidelines and norms;
skills in working with technologies such as Java J2EE technologies
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 2/4
Interfacing with clients to gather business requirements; conducting system analysis and finalizing technical / functional
specifications & high level design documents for the project
Using industrial coding practices to ensure high quality deliverables with minimal defects
Establishing testing procedures to ensure that application is thoroughly tested across the development phase
DXC India Pvt. Ltd. as Senior Technology Analyst (IT-Application)
Sep 2013 to May 2018
Key Result Areas:
Providing technical leadership to a team of developers focused on Java and ensuring timely delivery of solutions
Managing the application design & implementation operations and steering efforts towards application
modernization
Coordinated with managers to define sprints and executed them
Delegating the scope of the project and creating a problem management system for the project
Significant Accomplishments:
Steered the implementation of Micro Services resulting in increasing overall efficiency of the system
Project: FAP Redesign
Period: Since AugâjQuery111002710744723032641_153720571353417
Description: In this project, an application was created for users to search for the most suitable dental plans.
It entails Advanced Search Function and Quick Search Function that enables users to search for
dental providers.
Environment: Java8, Spring Boot, Spring cloud, Rest, Angular, JPA, Mongo DB, Maven, Jenkins, Git, Agile
Role: Technology Lead
Conducting analysis and managing the designing & development of software applications; developing &
implementing service layer using Api gateway pattern
Steering the upgradation of application to new technology stack using angular, spring-boot & rest
Working towards resolution of technical issues & bottlenecks during the development of application
Project: Eddy Current
Period: JanâjQuery11100400434847661574_153841436307317-
JulâjQuery1110004799253857592234_154539635521917
Description: This project was aimed at designing a system to identify any metallurgical defects and
implement remedial actions taken to ensure the continued safety and capability of the railway.
Environment: Java8, Maven3, JSF, Spring, Hibernate, ActiveMQ, GIT, Jenkin, JIRA, Confluence, Agile
Role: Technology Lead
Supervised the development of Test-Certificate Module; led the set-up of project base by integrating various
technologies and managed the handover to Development Team
Monitored off-shore team and collaborated with other project teams for any clarifications on customer requirements
& resolution of issues
Devised release strategies & tracked project schedule to ensure timely completion of the projects
Controlled risks by performing POC & technical feasibility studies; organized scrum meetings and contributed in
story grooming, iteration planning, story implementation and tracking using Jira too
Project: Product Accelerator
Period: AugâjQuery111001542602162738489_158199337792516-
DecâjQuery1110047482212747571495_158207881283716
Description: This project entails two configurations-Browser Based Business Rule Configuration and Browser
Based Rate Configuration
Environment: Java 8, Spring Boot, JPA, Rest, Apache Shiro, AngularJS, JSON, Mongo DB, Jenkin, Git
Role: Technology Lead
Identified solutions and validated the same
Developed:
o User interface for definition of insurance product rate using AngularJS
o Database for house insurance product rates using mongo DB
o REST-based services for query and updated insurance product rates using Jax-Rs
Project: Mercator (Emirates Airline)
Period: Aprâ??16-Julâ??16
Description: This project was aimed at integrating existing database for providing extensive search
capabilities to existing application.
Environment: Spring Boot, spring (MVC, Rest, Security), Elastic search, JSON, JPA, Postman Rest Client,
Angular Js
Role: Technology Lead
Created restful web services using spring MVC, integrated elastic search and used Spring Data Elastic search API to
query DB
Steered the implementation of JSON Schema Validation
Managed the building, deployment & release management to promote the code to higher environment SIT, UAT &
PROD
Project: Link-Up MKS (Market Order Management System) - Societe Generale
Period: Julâ14-Mayâ??16
Description: In this project, a comprehensive global solution for the 4 domains i.e. Portfolio Management
System, Customer Relationship Management, E-Banking and Market Order Management System
was developed.
EMC Data Storage systems India Private Limited as Senior Software Engineer
Aug 2012 to Apr 2013
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 3/4
Capgemini as Sr. Consultant
Feb 2011 to Jul 2012
UG: B.Tech/B.E. (Computers) from Biju Patnaik University of Technology (BPUT) in 2003
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices 2020 3 Year(s) 0 Month(s)
Spring boot,Spring Cloud 2020 3 Year(s) 0 Month(s)
core java,j2EE 8 2020 10 Year(s) 0 Month(s)
spring (Core, MVC, security, Data, Boot) 5 2020 7 Year(s) 0 Month(s)
Struts, JSF 1.2 2011
RATIONAL ROSE, RAD
Oracle 9i, MySQL, SQL Server
Mongo Db 2016
Hibernate, IBATIS 2016
EDIFACT
STS-4.6,Intelij Idea 2020 10 Year(s) 0 Month(s)
JAXB, JIBX, CASTOR 2015
JMS, MDB, Active MQ, Apache Camel 2015
Web logic, JBOSS, Apache Tomcat
JUNIT
GIT, SVN, Telelogic Synergy 6.5
Jenkins 2016
Ant, Maven, Gradle 2016
XML, XSLT
SQL Developer, Toad, Squirrel
Windows XP, UNIX (sun Solaris), Linux
Languages Known
Language Proficiency Read Write Speak
Oriya Expert
Hindi Proficient
English Proficient
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 4/4
Nature of Employment: Full Time Duration: Nov 2016 - Apr 2017
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time Duration: Mar 2016 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jul 2014 - May 2016
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Eddy Current
Client: Network-Rail UK
Role Description: Performed analysis and led the designing & development of Test-Certificate Module
Steered the timely, defect-free deliverables within the estimated project cost
Project Details: Network Rails Rail Defect Management is the process by which rail is regularly inspected to identify
any metallurgical defects (or flaws) present, and appropriate remedial actions taken to ensure the continued safety and
capability of the railway. There are a variety of different information systems currently used by Network Rail in support of the
defect management process, including the Rail Defect Management System (RDMS).
Project Title: Mercator
Client: Emirates Airline
Project Details: Objective of the POC is to Integrate Elastic Search with existing data base for providing extensive
search capabilities to existing application.
Project Title: Link-Up MKS (Market Order Management System)
Client: Societe Generale
Project Details: To support its business development and expansion of commercial activities, Societe Generale Private
Banking (SG PRIV) has initiated a program to overhaul its front office information systems.
Called "Link-Up", this program aims to design, develop and implement a comprehensive global solution for the following 4
domains:
Portfolio Management System (PMS)
Customer Relationship Management (CRM)
E-Banking
Market Order Management System (MKS)
The scope of the MKS project is the update of a centralized platform for the management of financial market transactions
through two operational hubs (Luxemburg and Singapore) that will serve the individual SG PRIV entities.
Rank 523: Resume 165 with similarity score 0.03627123355845411
MS , B.TECH , BS director , work from home , sap consultant optimization , algorithms , personalized medicine , classification , mar , data analytics , cancer treatment , scratch , linux , public , icc , sql , airbnb , sap , resume , logistic regression , machine learning , donors , completion , assessment , data science , python , case studies , technology , knowledge base , online Assessment
Q1. Why should you be hired for this role?
I have been learning Data Science from past 1 year and have done two self case studies it would be a great opportunity for me to learn and grow
in this field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes Available
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Deenu Khan
Greater Noida
Applied 09 Feb'21
Python Linux Data Analytics
Machine Learning SQL
Bachelor of Technology B.Tech), IT
G. L. Bajaj Institute Of Technology And Management
2014 - 2018
Percentage: 76.39%
Senior Secondary XII, Science
Anshu Public Inter College, Dadri
UTTAR PRADESH board)
Year of completion: 2014
Percentage: 71.20%
Secondary X
Anshu Public Inter College, Dadri
UTTAR PRADESH board)
Year of completion: 2012
Percentage: 80.00%
SAP Consultant
BIRLASOFT, Virtual
Nov 2018 - Present
Machine Learning Enthusiast
Director at Rotract Club of G.L.B.I.T.M
Technical Head of ICC ( Innovative and Creative Cell ) of G.L.B.I.T.M Department)
Machine Learning
Applied Ai Course, Online
Aug 2019 - Present
Python
udemy, Online
Sep 2016 - Nov 2016
Airbnb New Users Booking
Oct 2020 - Jan 2021
https://github.com/deenukhan/airbnb_new_user_bookings_case_study
Description – Its basically the Kaggle Competition, a Multiclass classification problem where we need to predict from 12
countries where a new user will make their booking on Airbnb. I got 87.50 NDCG score as it NDCG was the performance
https://github.com/deenukhan/airbnb_new_user_bookings_case_study
CONTACT Phone: 91 8800128247
Metric.
Personalized Medicine - Redefining Cancer Treatment
Jun 2020 - Oct 2020
https://github.com/deenukhan/Personalized-Medicine-Redefining-Cancer-Treatment
Description – In this Kaggle challenge we need a Machine Learning Solution that would be using this text knowledge base as
a baseline, and automatically classifies genetic variations from 9 given Classes.
Donors Choose Dataset and got 0.69 percent accuracy.
May 2020 - Jun 2020
Applied Different Algorithms on Donors Choose Dataset
Logistic Regression Implementation from Scratch with SGD
Feb 2020 - Feb 2020
Implemented the Logistic Regression Algorithm from Scratch with Stochastic Gradient Optimization Technique
Titanic Predicition
Jan 2017 - Mar 2017
https://github.com/deenukhan/Personalized-Medicine-Redefining-Cancer-Treatment
Rank 524: Resume 773 with similarity score 0.036221195234945
B.S , M.TECH , BS , B.E , MS , B.TECH project manager , solutions architect , senior manager , associate , system administrator , solution architect , senior engineering manager , system engineer , cloud architect , devops architect , devops engineer , part time , vice president , full time , team lead , enterprise architect , business analyst , aws architect , infrastructure architect , implementation engineer computing , financial services , customer , technical solution design , docker , hitachi data systems certified professional , build automation , ssl , status , digital transformation , continuous integration , fintech , bitbucket , it service delivery , building , ec2 , it infrastructure , foundation , solaris , sql server , service delivery management , coordinated , workflow , architectural design , mathematics , vmware esx , ansible , retail , devops , open source , kubernetes , designation , mar , rhel , hindi , cloud , ltd , english , 12c , project , provisioning , consolidation , solution architecture , splunk , range , architecting , estimates , capacity planning , dc , red hat enterprise linux , sonarqube , javascript , technology , hp-ux , reporting , general , physics , data migration , affirmative action , mysql , oracle , emc , uptime , application hosting , public , xp , maintenance , unix , email , tomcat , aws , configuration management , fit , hds , maven , languages , draft , assessment , search , jenkins , ug , telecom , chemistry , authorization , teams , less , ecs , s3 , vmware certified professional , finance , storage , landscape , it operations management , python , ucm , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 1/3
Current Designation: Senior Engineering Manager
Current Company: WEINVEST
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
WEINVEST as Senior Engineering Manager
Mar 2020 to Till Date
WEINVEST (Fintech) as Sr. Engineering Manager - Cloud Architect,DevOps Architect, SRE practice.
Mar 2020 to Oct 2020
As a AWS Architect and DevOps Manager I am responsible for building reliable, secure AWS solutions architecture,
design and deployment of micro service based applications, advising and implementing AWS best practices, Implementing
DevOps practices such as build automation, infrastructure as code, continuous integration and deployment, service
automation using various open source tools in AWS Public Cloud. My responsibility includes building roadmap for products
/ solutions and to maintain uptime of the applications, reduce delivery time by leveraging automation.
JP Morgan & Chase Co. (GTI) as Vice President - Software Defined Compute (Cloud & IT
Infrastructure)
May 2018 to Dec 2019
As a DevOps / IT Infrastructure Lead of GTI's Infrastructure Hosting Service Project my responsibility was to manage
UCM, reduce build time by leveraging automation in build workflow for AWS infrastructure using terraform, ansible, docker
containers deployment using CI/CD tools. Successfully implemented DevOps best practises which resulted build time
reduction by 30% than previous years. I collaborated with different Application Development Team for solution design
using ECS, EKS for deployment of micro service based solutions using AWS best practises.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Anirban Biswas
Senior Manager seeking roles in Solution Architecture,Technical
Architecture,Architectural Design,IT Infrastructure Support,Project
Management,Configuration Management,Digital Transformation,Cloud
Computing,Networking,Jenkins,Ansible,MySQL,Maven,AWS
Key Skills: AWS, Solution Architecture, Infrastructure Architect, Docker, Jenkins, Continuous Integration, Continuous
Delivery, Microservice, Kubernetes, IT Service Delivery Management, IT Operations Management, Devops, Ansible,
Python, Terraform,Elastic Search
Summary
AWS Cloud Solution, IT Infrastructure Solution Architect and DevOps Manager with more than 18 years of technical capacity
and more than 5 years of managerial experience having proficiency in design and deployment of Cloud Solutions, Complex IT
Infrastructure Solution and DevOps. Experienced in delivering wide range of services including Build and release, Provisioning,
Capacity planning, Reporting, Configuration Management, Consulting, Architecting, Design of Public Cloud solution and digital
transformation, Data Centre Consolidation, DC Migration, application deployment for global clients for clients in Banking &
Finance, Telecom, and Retail.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 2/3
Hewlett Packard Enterprise as Cloud Solution Architect, Technical Consulting
Apr 2008 to Jul 2017
* As trusted advisor create and maintain effective customer relationships with IT heads and IT teams.
* Provided strategic guidance to clients with regard to latest technology, IT infrastructures, application hosting on Public
/ Private Cloud.
* Assessed market technology choices to determine the fit, including software, hardware, cloud solutions, etc.
* Developed transition and transformation plans for customer IT application and data migration.
* Propose and execute consulting assessment to determine customers' existing IT landscape including inventory of
customer existing environment (application, infrastructure, usage and performance).
* Coordinated between the business and IT stakeholders to develop a solution architecture and collaborated with
engineering to finalize technical solution design.
* Coordinated with Delivery Project Manager and Business Analyst to draft project scope and compile delivery
estimates.
Wipro Infotech Ltd. as Sr. Engineer - Team Lead
Apr 2004 to Mar 2008
I have played various roles in Wipro InfoTech that includes Technical Support Team Lead for Citi Bank Data Centre. As
Team Lead role in CITI Bank, I was responsible for day to day operations. As Sr. System Engineer for Service Delivery
Team and implementation Engineer for Sun, HP, EMC and Hitachi Enterprise products.
UG: B.Tech/B.E. (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2011
PG: M.Tech (Computers), Part time from Birla Institute of Technology and Science (BITS), Pilani in 2020
Other Qualifications/Certifications/Programs:
B.Sc (Physics, Chemistry, Mathematics)
AWS Certified Solutions Architect - Associate
AWS Certified Solutions Architect - Professional
AWS Certified DevOps Engineer
VMware Certified Professional (VCP-DCV) on ESX 6.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
Red Hat Certified System Administrator on Red Hat Enterprise Linux 7
EMC Certified Storage Foundation
Hitachi Data Systems Certified Professional
Education
IT Skills
Skill Name Version Last Used Experience
EC2, RDS, EBS, S3, VPC, SQS, ECS
Unix / Linux
RHEL, Solaris, HP-UX
VMware ESX, Red Hat KVM
TCP/IP, DNS, DHCP, HTTP
Datadog, Splunk
TCP/IP, DNS, DHCP, HTTP
SSL/TLS, BGP, SMTP
Tomcat
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Bitbucket, Jenkins / Jules,SonarQube,
Oracle 11g / 12C, MS SQL Server, MySQL
HDS VSP, HPE XP, EMC VMAX
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 525: Resume 1055 with similarity score 0.0361989181080867
B.S , MS , BS project manager , design engineer , security consultant , system administrator , principal engineer , devops , full time , part time award , business case , nfs , telugu , project managers , microsoft azure , security , ease , linux , postfix , gateway , project planning , moodle , ssl , status , perl , continuous integration , artifacts , nagios , weather , network services , components , squid , ec2 , data center , ports , cms , system administration , technical services , automation , devops , performance metrics , open source , access , designation , hindi , application infrastructure , cluster , architects , windows , json , project leadership , workstations , troubleshooting , english , boot , thin , drupal , forms , volume management , hyper-v , git , documentation , viability , iptables , javascript , disk management , ldap , subversion , monitoring services , options , developers , lms , vendors , affirmative action , information technology , mysql , maintenance , unix , centos , dmz , iaas , satellite , architecture , proxy , email , tomcat , configuration management , aws , management software , learning management systems , middleware , languages , quiz , pxe , amazon , web , database , online , high availability , bandwidth , jenkins , tamil , hudson , lamp , scratch , firewall , apache , php , authorization , google cloud platform , teams , enterprise , test environments , models , default , ci , electronics , servers , s3 , debugging , lighttpd , storage , replication , it operations management , kannada , iis , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d4…
https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d475644170a5909… 1/3
Current Designation: Principal Engineer Multi Cloud DevOps
Automation AWS , GCP and Azure
Current Company: UNext Learning
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
UNext Learning as Principal Engineer Multi Cloud DevOps Automation AWS , GCP and Azure
Jan 2021 to Till Date
Seeking Roles in the MultiCloud DevOps ( Infrastracture/Networking/Security/Storage/Database/Compute) Automation -
AWS | Google Cloud Platform | Microsoft Azure.
Manipal Global Education Services as Principal Engineer
Dec 2009 to Jan 2021
Key Result Areas
* Collaborating with Enterprise Architects, Project Managers, Vendors, Developers and Deployment Managers to define
& implement a Software Configuration Management solution for a new Bank
* Engaged in installing, configuring and maintaining continuous integration, automation and configuration management
tools
* Implementing and developing solutions enabling Development & Operations Teams to build, deploy, monitor and test
applications & environments
* Creating cloud solutions to specific client needs and extending viability various solutions in terms of cost, benefits and
ease of use; helping customers on cloud decisions by sharing various options and business impact
* Designing roadmap for migration, redesign, delivery of Software Applications to cloud, deciding technical approaches,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SREENIVASA REDDY D
Seeking roles in MultiCloud DevOps(
Infrastracture/Networking/Security/Compute/Storage ) Automation - AWS, Google
Cloud Platform and Microsoft Azure
Key Skills: Engineer,Project Manager-IT/Software,IT Operations Management,Release Management,Configuration
Management,Project Management,Requirement Gathering,Linux Administration,Active
Directory,Debugging,Networking,Devops,Jenkins,Hyper-V,MySQL,Unix,JSON,AWS
Summary
* AWS Certified Professional , Google Cloud Platform and Azure with 17+ years of experience in creating Cloud platform and
Terraform architecture documents detailing client's vision on AWS infrastructure and platform services support for overall IaaS
architecture; providing Cloud solutions with complete security & compliance controls, including data sovereignty, day-to-day
administration and governance.
* Excellent across AWS, Google Cloud Platform and MicroSoft Azure Multi Cloud and Infrastructure components (server,
storage, network and data) to deliver end-to-end Cloud architectures & designs.
* Multi Cloud Compute, Storage, Security,database and networking (AWS / GCP / Azure)
* Strong knowledge of best practices and IT operations deploying highly available, scalable, and secure components
encompassing experience in UNIX/Linux Admin., AWS Cloud Automation, Terraform and Middleware/Application Server
* Experienced maintaining patch levels of software installations across multiple sy
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d4…
https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d475644170a5909… 2/3
formulating system designs, recommending and leading implementation of architectures that satisfy the requirements
* Leading the development and configuration management of architecture views and models that describe the system
using standard techniques and tools and supporting the specification of documentation, model standard forms & tools
* Managing and supporting CI/CD and source control systems as needed to build and manage virtual services and their
deployments; facilitating applications and resources from data center to cloud environments
* Developing build scripts and tools for builds using most appropriate languages and technologies such as shell and
Perl
* Integrating automated builds and creating artifacts into test environments, unit test harnesses& code analysis tools
* Monitoring installation of Tomcat, Apache, PHP, PHP-FPM and MySQL
* Designing & creating a resilient SCM Infrastructure from scratch - Subversion & Hudson integrated with Active
Directory/LDAP, orchestrating SCCM and Satellite deployments and host builds to serve every part of the Project
Major Projects
Project: EduNxt - on - premise Data Centre Deployment one of Indian National Bank
* Set-up Application Infrastructure Component Centos Linux, Apache Web front end servers, PHP-FPM and MySQL
Replication for high availability
* Used Percona open source tools for setting-up MySQL Replication online; ensured Linux Logical Volume
Management for resizing file system and adding external disks through F-disk management software
Project: EduNxt - VPC Virtual Private Cloud Deployment
Summary: Edunxt is Trade Mark, award winning and unique LMS, CMS and Evaluation Product extensively used by
the all its entities of Manipal Global. Generated current business case demands there is a challenge to auto scale up/
scale down on premise deployments.
* Consistently met its demands team and designed high availability, scalable, fault tolerant, Cloud governance &
compliance infrastructure deployment on Amazon Virtual Private Cloud
* Supervised migration of application infrastructure & its data from on premise Centos Linux, MySQL, PHP, Percona,
lighttpd, NFS, and Drupal and Apache onto AWS Cloud Components Centos EC2, RDS, EBS, ELB, S3, IAM, CW, AS and
CDN
* Strong technical background in networking, operating system, system administration and performance monitoring
* 50% of time will be addressing planned maintenance activities and providing support to operations and service
delivery teams
* Implementing and developing solutions enabling Development & Operations Teams to build, deploy, monitor and test
applications & environments
* Will work on lifecycle of plan, build and operate
* Provides technical services in support of project leadership and technical solutions for clients
* Provides guidance and troubleshooting for complex technical issues
* Track application performance metrics and report out to management
* Provide application administration support for Control-M's production cluster, QA, Dev., and DR environments
* Coordinate and provide significant input to project planning and application design
Randstad, as Sr. Executive -LMS Administrator
Jun 2008 to Jul 2009
Major Projects
Project: EduNxt - On - premise Data Centre Deployment
* Engaged in setting-up Application Infrastructure Components Centos Linux, Apache Web front end servers, MySQL
Replication for high availability
* Used Percona open source tools for setting up MySQL Replication online
* Facilitated Linux Logical Volume Management for resizing file system and added external disks through F-disk
management software
Project: TeL - Learning Management Administrator
* Deployed:
o Moodle application infrastructure learning management services on in-house data centre
o Application stack on Windows, PHP, Apache and MySQL
* Developed courses, course instance, question bank creation, quiz creation and assigned roles based on access & site
operations
Indian Institute of Information Technology & Management as Design Engineer
May 2005 to Jun 2008
Key Result Areas
* IT Services and Learning Consulting: Established Learning Management Services at Nagaland University
* Network, Operating System Security Consultant for Trivandrum City Police Portal: Established Weather Data Servers
for Kerala State Planning Board
* Mail Services (Postfix): Installation and management in open source mail services
* Linux Network Services:
o Configured squid as a proxy & caching server
o Configured iptables NAT to protect the LAN
o Restricted the users to access the unspecified ports outside as per the policy
o Secured and monitored default gateway/firewall/DMZ/proxy
o Bandwidth measurement by each individual private IP
* Monitoring Services (Nagios, MRTG):
o Installed & configured Nagios for monitoring the servers
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d4…
https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d475644170a5909… 3/3
o LAMP installation with SSL support
o Used to automate the tasks for system administrator
o Sent an automated mail to the administrators to notify the status of the servers
* Learning Management System (LMS): Configuration of Learning Management Systems (MOODLE) and streaming
services
* Linux Diskless Thin clients:
o Configured the cost-effective solution with Linux diskless thin client workstations
o Configured with NFS, Auto Mounts, DHCP and PXE/Ether Boot
UG: B.Sc (Electronics) from Nagarjuna University in 1998
PG: MCA (Computers) from Bharathidasan University in 2001
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
MySQL, RDS, Percona, Aurora
Subversion, Git, Jenkins
Apache, Tomcat, lighttpd & MS IIS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Tamil
Rank 526: Resume 1544 with similarity score 0.03609871456006138
MS , BSC , BS business analyst , full time , pick up , product manager office , platforms , shopping cart , pdp , wire , navigation , ux design , status , digital transformation , store , product management , e commerce , mumbai , testing , ada compliance , visio , gtm , google analytics , workflow , crm , engagements , customer retention , ecommerce , retail , global experience , frd , designation , confluence , international business , mar , hindi , ltd , english , agile , atg , javascript , technology , availability , customer base , optimization , product requirements , options , affirmative action , oracle , collaboration , basic , pick , metallurgy , omni , email , business rules , checkout , user stories , epics , product strategy , customer experience , seo , languages , product leadership , business process , balsamiq , concept to launch , mobile , jira , search , online , stakeholder engagement , api , customer loyalty , b2c , ug , requirement specifications , customer acquisition , health , magnitude , revenue , authorization , internet , functional requirements , b2b , business analysis , requirements gathering , led , product launch , differentiation , framework , e-commerce , road maps , app , reviews 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f4500…
https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f450019495d5c0b56… 1/2
Current Designation: Manager Product
Current Company: Adapty Solutions Pvt. Ltd
Current Location: Pune
Pref. Location: Mumbai,Pune,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [International Business]
Verified : Phone Number | Email - id
Adapty Solutions Pvt. Ltd as Manager Product
Jun 2017 to Till Date
Product Manager (Pune, India)
* Collaborated with client Product Leadership Team to define omni-channel product roadmaps & customer experience
strategy
* Conceptualized complex product requirements, defined product roadmap & backlog, carved out and prioritized epics/
actionable user stories for new product launch - Personalized Pill packs (website, mobile app) based on user's health and
lifestyle evaluation.
* Strategized with marketing & CRM team to identify current gaps & customer Loyalty opportunity, collaborated with
business, UX design, cross-functional, engineering team to manage concept to launch of New Loyalty Program.
* Conceptualized and executed single profile view by enabling store customers digitally -success rate of 28%
* Ideated, prioritized business requests and launched online/digital customer acquisition initiatives, resulting in
campaign driven successful sign ups and improved customer base
* Steered efforts in leading a team of 4 Business Analyst and establishing BA capability
Business Analyst (Pune, India)
* Independently carved out epics, feature stories and acceptance criteria on multiple website improvement areas such
as cart & checkout enhancements, redesign (add to cart experience, top navigation, PDP), promotions, search, rating &
reviews, legal initiatives, product restrictions, Employee discounts, Custom product title
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MINAL PURANKAR
An engineer & MBA, enthusiastic, attention to detail, thoughtful and result-oriented
professional, around 16 years of experience in Business Analysis & Product
Management, targeting assignments in Product Management
Key Skills: Agile Product Management, e-Commerce (B2C) & Retail, Digital Transformation, Requirements Gathering &
Analysis, New Product Launch, Stakeholder Engagement,Product Roadmaps & Prioritization, Product Strategy &
Planning,User Stories,Use Cases,FRD
Summary
* 16 years of rich and extensive global experience (USA, Hong Kong, UK) in Business Analysis and Product Management
* Expert in Stakeholder engagement and cross functional team collaboration to deliver digital, omni-channel products and
experience using agile software development framework in Retail & e-Commerce
* Skilled in strategy (revenue growth, differentiation, customer retention & engagement), planning (product road maps, GTM,
MVP design), execution (backlog, user stories, pilot launch, Iterations) and post-release success measurement and optimization
* Managed and owned multiple projects (including small & large magnitude) within strict time schedule in various phases of
ideation, execution, or delivery
* Hands-on experience and basic understanding in SEO Optimization, Google Analytics Tracking, ADA Compliance, A/B
Testing, API Integration, Commerce Platforms: Oracle (ATG, Endeca),Magento
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f4500…
https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f450019495d5c0b56… 2/2
* Represented voice of engineering team and resolved day to day product queries by closely working with client Product
Manager, & Ux team
* Refined and maintained product backlog
The Vitamin Shoppe as Sr. E commerce Business Analyst
Feb 2015 to Mar 2017
As a lead BA, designed epics & user stories, detailed out acceptance criteria and served as subject matter expert
Defined complex stories & business rules for introducing multiple delivery options (Ship to Home, Pick up in Store, Auto
Delivery) on Product Details Page resulting in enhanced customer experience & add to cart
Drove Auto Delivery Subscription Program and created end-to-end business & functional requirement specification
deck including business process workflow, wire-frames & third party API Integration
Led BA activities for first launch of Buy Online & Pick up in Store Program involving Online Store Selection, Store
Inventory Availability, Shopping Cart and Checkout Experience, Payment Methods - 10% orders booked with first launch
Desato Asia as Business Analyst - E-commerce
Apr 2009 to Dec 2014
Gathered business/ functional requirements, delivered quality Business Requirement Specification / Functional
Requirement Specifications for 7+ Retail clients ( key engagements including lanecrawford.com, burpee.com, cell
signal.com, jbl.com) to launch initial ecommerce website, enhancement projects including B2B and B2C domains using
Oracle ecommerce platform
UG: Bachelor (Metallurgy Engineering) from NATIONAL INSTITUTE OF TECHNOLOGY, Jaipur in 2000
PG: MBA/PGDM (International Business) from Symbiosis Institute of International Business in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Confluence, MS-Visio
MS-Office, Balsamiq
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 527: Resume 52 with similarity score 0.036034906368277636
B.TECH student api , web development , plantation , css , mysql , travel , newton , tac , express , application , mongodb , tic , map , linkedin , github , weather , features , camp , problem solving , multiplayer , holidays , languages , lovely , congress , fetch , javascript , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B.Tech Lovely Professional University, Jalandhar, Punjab 7.99/10.0
2015 12th S.L.S.S Sitamarhi, Bihar 66.0%
2013 10th O.H.S.S Zunheboto, Nagaland 79.0%
Internship and Certifications
Newton School | Newton school coding bootcamp
Full Stack Web Development along with Problem Solving.
Technical Stack learned: NodeJs, ReactJs, ExpressJs, MongoDB, HTML, CSS, Javascript.
Participated in various Coding Contest organized by the platform.
Worked on various projects like Todo-List, Calculator.
Projects
Tic-Tac-Toe | Newton School
Tic-Tac-Toe Game Web App
Features: 3*3 grid multiplayer game.
Role: Developer | Tech Stack: HTML, CSS, Javascript
Weather Journal | Udacity
Frontend Application, Where users can fetch Weather data.
Features: Open-weather-map API is used to display weather data as per user request.
Role: Developer | Tech Stack: HTML, CSS, Javascript
Travel Web App | Udacity
A Travel Planner Web App, Where users can plan their holidays by comparing weather and images of various Cities.
Features: Displays location, image and weather of desired place. | API's used: WeatherBit API, GeoNames API, PixaBay API
Role Developer | Tech Stack: HTML, CSS, Javascript
Skills
Computer languages JavaScript, Java, CSS, HTML
Software Packages Node, React, MySQL, MongoDb, Express
Co-Curricular Activities
Student Coordinator at Indian Science Congress held at LPU.
Organized Tree Plantation Camp in Phagwara.
Akshay kumar Pandey LinkedIn: akshaypandey44
Github: akp44
August 2020 - January 2021
October 2020 - October 2020
April 2020 - April 2020
March 2020 - April 2020
https://www.linkedin.com/in/akshaypandey44/
https://github.com/akp44
Akshay kumar Pandey
LinkedIn:
akshaypandey44
Github:
akp44
Education
2020
B.Tech
Lovely Professional University, Jalandhar, Punjab
7.99/10.0
2015
12th
S.L.S.S Sitamarhi, Bihar
66.0%
2013
10th
O.H.S.S Zunheboto, Nagaland
79.0%
Internship and Certifications
Newton School | Newton school coding bootcamp
August 2020 -
January
2021
Full Stack Web Development along with Problem Solving.Technical Stack learned: NodeJs, ReactJs, ExpressJs, MongoDB, HTML, CSS, Javascript.Participated in various Coding Contest organized by the platform.Worked on various projects like Todo-List, Calculator.
Projects
Tic-Tac-Toe |
Newton School
October 2020 -
October
2020
Tic-Tac-Toe Game Web AppFeatures: 3*3 grid multiplayer game.Role: Developer | Tech Stack: HTML, CSS, Javascript
Weather Journal |
Udacity
April 2020 -
April
2020
Frontend Application, Where users can fetch Weather data.Features: Open-weather-map API is used to display weather data as per user request.Role: Developer | Tech Stack: HTML, CSS, Javascript
Travel Web App |
Udacity
March 2020 -
April
2020
A Travel Planner Web App, Where users can plan their holidays by comparing weather and images of various Cities.Features: Displays location, image and weather of desired place. | API's used: WeatherBit API, GeoNames API, PixaBay API Role Developer | Tech Stack: HTML, CSS, Javascript
Skills
Computer languages
JavaScript, Java, CSS, HTML
Software Packages
Node, React, MySQL, MongoDb, Express
Co-Curricular Activities
Student Coordinator at Indian Science Congress held at LPU.Organized Tree Plantation Camp in Phagwara.
Rank 528: Resume 877 with similarity score 0.03598774070849989
B.E , MS , B.TECH associate , part time , full time , team lead , it consultant react.js , codes , api , customer , algorithms , css , designation , ug , case , affirmative action , technical architecture , hindi , maintenance , ltd , authorization , english , itc , status , sql , email , project , application , user stories , rest , technical design , machine learning , languages , big data , python , javascript , business requirements , html , capture 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100…
https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100015475a59095… 1/2
Current Designation: Associate IT Consultant
Current Company: ITC INFOTECH INDIA LTD
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Bhubaneshwar,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ITC INFOTECH INDIA LTD as Associate IT Consultant
Jul 2019 to Till Date
1. Clarify and validate requirements from client, priorize areas
of impact to write the code, clearly understand user stories
required for reference through requirements understanding
document, idenfy areas of modificaons, quanfy efforts
required for task compleon, analyze and test codes /design
against the requirements, create low level technical design
document, contribute to overall technical design document IN
ORDER TO ensure that the code/ design is veed and any
variaons expected based on technical constraints are
highlighted upfront.
2.Write codes/algorithms in alignment with the funconal
requirement, apply & adhere to best pracces, carry out impact
analysis, parcipate in peer review of codes during
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
akankshya abhilipsa
Associate IT Consultant seeking roles in Requirement Gathering,IT Project
Management,Technical Architecture,Solution
Design,Java,React.Js,HTML,CSS,Javascript
Key Skills: Associate IT Consultant,Team Lead,Requirement Gathering,IT Project Management,Technical
Architecture,Solution Design,Java,React.Js,HTML,CSS,Javascript
Summary
Associate IT Consultant with
1.4yrs experience strongly focused
in understanding the client's
business requirements and
contribute to the business
development process by meeng
and acquiring new clients and
providing them with efficient and
cost-effecve soluons. Dedicated
and customer-focused.A taccal
and inspiring team builder and a
quick learner with having excellent
abilies to adapt to any work
environment.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100…
https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100015475a59095… 2/2
development,. perform unit tesng for all code artefacts,
troubleshoot, debug & upgrade exisng codes, create unit test
case (UTC) document, capture post unit test results/findings
along with evidence in UTC, opmize code for performance in
order to develop clean and efficient code based on
specificaon.
UG: B.Tech/B.E. (Computers) from KIIT University, Bhuvaneshwar in 2019
Other Qualifications/Certifications/Programs:
Big Data and Machine Learning
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SQL,Python
REST API ,REACT JS
C++,java
html,css,JavaScript,c
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 529: Resume 1331 with similarity score 0.03598461388501422
B.S , MS , M.Sc , M.S associate , devops , senior software engineer , full time , team lead , system analyst resource allocation , demand , vault , docker , organizational effectiveness , design documents , status , bitbucket , cloud foundry , query builder , gitlab , components , project work , work processes , functional specifications , devops , kubernetes , designation , peak , confluence , deliverables , foundation certified , hindi , technical requirements , ltd , english , leadership , occupancy , flow , resolve , recruiting , research , itil , javascript , technology , genesis , general , development programs , affirmative action , oracle , maintenance , typescript , activemq , timelines , nexus , email , aws , prediction , github , maven , languages , revisions , level design , scheduling , jira , icinga , sonar , vsphere , program management , mentoring , software solutions , jenkins , ug , defining requirements , interpersonal skills , parking lots , apache , authorization , teams , milestones , modular , application , focus , npm , transformation , storage , technical documentation , python , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a155811…
https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a1558110240475d550f… 1/3
Current Designation: Senior Software Engineer
Current Company: Siemens Technology and Services Pvt. Ltd.
Current Location: Pune
Pref. Location: Canada,Germany,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Siemens Technology and Services Pvt. Ltd. as Senior Software Engineer
Jun 2018 to Till Date
Role:
Collaborating with cross-functional teams in global locations to build software architectures that resolve complex
business problems
Working with senior management and executive staff to develop cohesive plans for the development of innovative
software application
Analysing and meeting project requirements and developing software to meet those functional needs
Reviewing technical feasibility and work with team to develop timelines for project development
Managing project development budget, resource allocation and scheduling; maintaining reusable code for modular
software and other components
Recruiting and mentoring software development team members; leading, planning and executing project work plans,
making on-going revisions to meet changing needs
Highlights:
Designed a module and implemented the same; managed a team and dealt with perfect client interaction for
organizational effectiveness
Delivered large-scale, complex application development programs with a focus on technology transformation;
collaborated with leadership teams to evaluate technology challenges
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Pratibha Patil
Senior Software Engineer seeking role in Software Development,Application
Development,Program Management,Project Management,Technical
Documentation,Requirement Gathering,IT
Roadmap,Devops,AWS,Github,JIRA,Maven,Jenkins,Python
Key Skills: Senior Software Engineer,Team Lead/Tech Lead,Software Development,Application Development,Program
Management,Project Management,Technical Documentation,Requirement Gathering,IT
Roadmap,Devops,AWS,Github,JIRA,Maven,Jenkins,Python
Summary
AWS Certified Developer - Associate professional with over 08 years of experience in Software Development, Project
Management, Requirement Gathering & Analysis and so on
Emerged as organizational contributor in design, development of CI/ CD roadmap and implementing into the Legacy Projects
Recognized for submitting the patent (self-share 17%) on a scalable, on-demand, efficient and cached storage-based
occupancy prediction system for vehicle parking lots
Executed knowledge transition for outsourced application migration into project in Germany
Rich knowledge in Software Development Life Cycle Methodologies; excellent communication and interpersonal skills,
capable of resolving multiple complex issues and motivating staff to achieve peak performance
Merit of defining, leading and developing the Project IT roadmaps to highlight key milestones while creating deliverables and
defining requirements, scope, duration and cost of projects
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a155811…
https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a1558110240475d550f… 2/3
Prepared software solutions by studying information needs, conferring with users, studying systems flow, data usage,
and work processes; understood process requirements & providing use cases for functional & technical requirements
Interacted with users for requirement gathering, prepared functional specifications & low-level design documents
Conducted research for assignable and chronic causes through latest analysis techniques for eliminating wastages
while enhancing software/ application efficiency
Atos as DevOps Lead
Aug 2012 to May 2018
Growth Path:
System Analyst
DevOps Lead
AWS Certified Developer - Associate
ITIL Foundation Certified
Diploma in Java from Seed Infotech Ltd.
Oracle Certified Professional, Java SE 6 Programmer
UG: B.Sc (Computers) from K.T.H.M. College, Pune University in 2009
PG: MS/M.Sc(Science) (Computers) from Dr. D.Y.Patil College, Pune University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
AWS, vSphere, Private Cloud
Grafana & Prometheus, Icinga
Cloud Foundry
BOSH
Docker-Compose, Kubernetes
Nexus, Gitlab, Docker Hub
Helm (For Kubernetes Applications)
ELK
Concourse, Jenkins, Gitlab
Maven, npm
GitHub, BitBucket, GitLab
AWS RDS Postgres,Sonar
Apache ActiveMQ (Openwire), Mosquitto
Shield, Vault, Genesis, Terraform
JIRA, Gitlab
Confluence, Gitlab Wiki
Python
Shell, Typescript and Knex Query Builder
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a155811…
https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a1558110240475d550f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
English
Marathi
Rank 530: Resume 1394 with similarity score 0.03596082490462908
M.S , BS , B.E , MS , B.TECH associate , full time , salesforce developer , software developer api , migrating , cable modems , access , security , designation , pages , wizard , data migration , ug , profiles , affirmative action , lightning , hindi , technical requirements , data manipulation , maintenance , custom objects , permissions , business logic , soql , salesforce.com , import , authorization , english , product quality , status , email , project , apex data loader , record , application , less , xml , broadband , electronics , components , c++ , validation rules , languages , industrial experience , custom reports , visualforce , phones , lighting , javascript , workflow , dashboards , tabs , crm , organization , business requirements , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d100919…
https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d1009190a1246595c08… 1/3
Current Designation: Salesforce Developer
Current Company: Qualcomm
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [C.S.E.]
Verified : Phone Number | Email - id
Qualcomm as Salesforce Developer
Nov 2018 to Till Date
Client: Talent Rover
Duration: Nov'18 to date
Role: Salesforce Developer
Environment: Salesforce.com, Apex, Visualforce, Triggers, Data Loader
Project Description: Talent Rover is a product based company. It's a Sales & requirement product in
AppExchange. My responsibility includes the various enhancements in the product along with design & solution for
new clients. Maintaining product quality, configuration & customizing the product as per the client requirement.
Key Result Areas:
Created Apex classes & Apex triggers based on business requirements
Contributed in implementation of Build to the new UI using customization VF page, Lightning Component &
Java Script
Executed detailed analysis of Business & Technical requirements and designed the solution by customizing
various standard objects of Salesforce.com (SFDC) and stylizing other platform-based technologies like Visual
Force, Force.com API
Designed & deployed custom objects validation rules, page layouts, custom tabs, components, Visual force
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Kalpana K Pallewad
Salesforce Developer seeking roles in Salesforce Development and administration
Key Skills: Apex,Visualforce,Triggers,SFDC,Force.com,Data Loader,Sales Force
Development,Customization,Workflow,Salesforce.com,Lighting
Summary
An achievement-driven professional offering 3.4 years of qualitative industrial experience
Robust hands-on experience in Lightning Component, Webservices & VizualForce Pages, Capable in setup,
customize & Deploy to salesforce.com and execute customizations using Apex, VizualForce, Custom Reports
salesforce.com
Designing & developing Apex Classes & Lightning components, to implement custom business logic for
various functionalities
Good knowledge in Salesforce Lightning configuration & customization to have better look and feel of the
Salesforce application
Design & develop Apex Classes & Lightning Components, to implement custom business logic for various
functionalities
Extensive experience using salesforce.com by creating roles, profiles, email services, page layouts, workflow
alerts, actions & approval Workflow
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d100919…
https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d1009190a1246595c08… 2/3
pages to suit the needs of the application
Used SOQL for data manipulation needs of the application using platform-based objects
Developed multiple record types based on the category of clients
Used data loader to make the bulk upload of client data
Persistent Systems as Salesforce Developer
Apr 2018 to Oct 2018
Client: Motorola Solutions Inc.
Duration: Six Months
Role: Salesforce Associate Developer & Admin
Environment: Salesforce.com, Apex, Visualforce, Data Loader
Project Description: Electronics Communication Major "Motorola" is a leading designer & manufacturer of
Cellphones & cordless phones, two-way radios, pagers, cable modems, broadband setup boxes. The Project was
based on migrating all the data from one instance to another instance. The goal of migration was to analyze and
access the level of effort required to migrate users and data into a salesforce.com platform.
Key Result Areas:
Developed Apex triggers, classes, Visual Force pages
Imported accounts and contacts through import Wizard
Created & Customized the Dashboards & Reports with Salesforce CRM
Formed workflows & approval processes and developed validation rules
Performed data migration into salesforce application using Apex data loader through CSV files.
Worked in querying salesforce tables utilizing SOQL & SQSL queries using Force.com Explorer
Performed detailed analysis of Business & Technical requirements and designed the solution by custom various
standard objects of dalesforce.com (SFDC)
Applied security & sharing rules at object, field & record level for different users at different levels of the
organization, also created various profiles and configured the permissions based on the hierarchy
UG: B.Tech/B.E. (C.S.E.) from M.S. Bidve Engineering College in 2010
Other Qualifications/Certifications/Programs:
C, C++ Certificate Course
Salesforce Administration
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Education
IT Skills
Skill Name Version Last Used Experience
HTML, XML
SalesForce CRM, Apex, VisualForce
Apex, Triggers, Batch/Schedule Reports
WORKFLOWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d100919…
https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d1009190a1246595c08… 3/3
Employment Status: Full time
Rank 531: Resume 1453 with similarity score 0.03580820611617122
B.E , MS , B.TECH , M.TECH locator , senior specialist , associate , tax analyst , software developer , automation developer , change management , full time , part time , business systems analyst automation , manual testing , telugu , matching , incorporation , sikuli , fusion , citrix , designation , income tax , affirmative action , health , web services , hindi , business systems , readiness , terminal , digital , authorization , english , client/server , autoit , thomson reuters , status , excel , software testing , bot , email , project , application , windows 10 , chrome , less , state tax , steps , xml , emulator , bridging , change management , flow , visio , chat , languages , business process , selenium , javascript , p2p , windows 7 , insurance 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f15…
https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f150718430e5b0c0… 1/3
Current Designation: RPA Developer
Current Company: JP Morgan Chase
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
JP Morgan Chase as RPA Developer
May 2020 to Till Date
* Project 1: GoSmart Automation Tool
Role: Automation Developer
Tools & Technologies: Selenium & Sikuli Using Java.
Description: Based on the business requirement automated the business manual steps to complete efile of an individual or
an organisation for multiple state tax jurisdictions, also enhancing the tax locator's information from prior Tax year to
current tax year, where the automatic information of taxpayer flows for the readiness of the current tax year efile on web
application.
Project 2: BOHR
Role: Automation Developer
Tools & Technologies: Selenium & Sikuli Using Java.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
VIMESH R R
RPA Developer seeking roles in RPA Development,Design Development,Software
Testing,Manual Testing,Automation Testing,Project Management,Change
Management,Requirement Gathering,Solution Design,Technical Support,Process
Automation,Selenium,Java
Key Skills: RPA/Software Developer,RPA Development,Design Development,Software Testing,Manual Testing,Automation
Testing,Project Management,Change Management,Requirement Gathering,Solution Design,Technical Support,Process
Automation,Selenium,Java
Summary
Having over all 8.3 years of experience in IT industry.
Current 3 years of experience in RPA Development, 3.3 years of Software Manual & Automation Testing Experience for Tax &
Accounting Product & 2 years of experience as Tax Analyst.
Hands on Experience and End to end RPA life cycle development using Automation Anywhere & Work Fusion.
Having Knowledge on recent Automation Anywhere A2019 Web based digital workforce platform.
Having Good Knowledge on Tax & Accounting Domain for entities like 1040(Individual Income Tax), 1065(Partnership Tax) &
1120(S corp & C corp Tax)
Experienced in Bot development for complex business process for Client/Server, Web-based & Citrix.
Involved in preparing SDD(Solution Design Document) based on PDD
Expert in preparing DFD(Detailed Flow Diagram) for process understanding using MS Visio
Expert in deploying bot from Dev, UAT to Production Environment on business approval.
Hands on experience on automation using chrome browser in Automation Anywhere
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f15…
https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f150718430e5b0c0… 2/3
Description: Bot port platform, the combination of Chat bot & web application integration based on the user request from
the chat bot triggers the automation requests of an employee to complete certain task for the employee.
HCL Technologies as Senior Specialist
Oct 2017 to Apr 2020
* Project 3: Tax efile Bridging
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 10.0.3, MS Excel, pdfs, Windows 7.
* Project 4: Web services Incorporation
Role: RPA Developer
Tools & Technologies: WorkFusion 8.4.4, XML, XSD, Windows 7.
Thomson Reuters as Associate Business Systems Analyst
Jul 2014 to Oct 2017
Client/ Industry: Walgreens - Pharma Health Care
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 11.3, XML, Windows 10.
* Project 6: Payables Matching Invoices Extensible Receivable Reports (P2P)
Client/ Industry: Walgreens - Pharma Health Care
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 11.3, Terminal Emulator (ADR 7), Windows 10.
* Project 7: Third party coverage of Insurance (HAR)
Client/ Industry: Walgreens - Pharma Health Care
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 11.3, Terminal Emulator (ADR 7), Windows 10
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2010
PG: M.Tech (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2014
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
Selenium, Java, Service Now
Autoit, Sikuli
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f15…
https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f150718430e5b0c0… 3/3
Physically Challenged: No Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 532: Resume 882 with similarity score 0.035696480288357715
B.S , MS , M.TECH partner , validation engineer , senior software engineer , quality control , full time , testing engineer , transaction processor , test analyst partner management , automation , react.js , manual testing , reporting , optimization , redux , performing , css , intel , validation , designation , regression testing , functional testing , usability testing , test planning , platforms , affirmative action , software testing life cycle (stlc) , oracle , principles , hindi , white box testing , linux , maintenance , ltd , windows , test cases , player , authorization , english , teams , design documents , status , productivity , ubuntu server , excel , agile , email , siebel , responsiveness , project , defect tracking , black box testing , bug tracking , integration testing , devices , test scenarios , selenium webdriver , steps , smoke testing , github , google chrome , writing , components , debugging , shell scripting , repository , framework , preparation , order management , chipset , languages , word , javascript , jira , feature testing , remote administration , crm , technology , sql , chrome os , performance testing , sanity testing , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120…
https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120612480e555d5… 1/3
Current Designation: Senior Software Engineer
Current Company: Wipro Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Wipro Technologies as Senior Software Engineer
Nov 2015 to Till Date
Duration September 2018 ? Present
Client Intel Technology India Pvt. Ltd., Bangalore
Technical Environment Linux ,Shell-script, Autotest-framework, Selenium,Javascript,Java basics,React JS,Mongo DB
Description Intel provides its chipset to google chrome OS team for their devices. Our Team handles the Power and
Performance Optimization which helps google deliver its products with power optimality and better performance. Intel
Provides platforms such as GeminiLake, KabyLake etc., on which google build their OS and deploy to market.
Roles &
Responsibilities ? Started off as a Validation Engineer later moved my skills to automation and debugging role
? Automated some manual KPIs which are used for testing performance
? And power in various chrome devices, as a result saved a lot of human efforts.
? Used Google Chromium Repository for Various debugging tasks such
? Handling various other roles in team which improves efficiency and productivity.
? Team player with logical reasoning expertise.
? Did Power and performance validation testing.
? Did Repo setup in Ubuntu server.
? Worked on UXM testing.
? Did Automation for report creation using VBA excel and word.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Suryasnata Nayak
Technical Test Analyst seeking roles in Software Testing,Automation Testing,Manual
Testing,Regression Testing,Defect Tracking,Quality Control,Requirement
Gathering,Selenium,Agile,Waterfall,Jira,Git,SVN,HTML,CSS, JavaScript,reactjs
Key Skills: Technical Test Analyst,Testing Engineer,Software Testing,Automation Testing,Manual Testing,Regression
Testing,Defect Tracking,Quality Control,Requirement
Gathering,Selenium,Agile,Waterfall,Jira,Git,SVN,HTML,CSS,React.Js,Javascript,redux
Summary
4.2 years of proficient experience in Software Testing which includes Shell Scripting, Selenium, Siebel, React&Redux.
* Good knowledge on different domains such as Banking, Automobiles, IT Hardware domain using Waterfall and Agile
methodologies.
* Hands on experience in developing Automation Framework like Autotest used for automating UI applications and
responsiveness of UI.
* Extensive experience in Validation testing, Feature Testing, Performance Testing, Power testing, Manual testing and
Automation testing.
* Proficient in using tools like JIRA, GIT, SVN.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120…
https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120612480e555d5… 2/3
? Automated the test cases using selenium.
Duration February 2017 ? September 2018
Client Wipro Technologies Ltd., Chennai
Technical Environment Siebel
Tools/Technologies Windows OS, Linux
Description "As a developer, you are responsible for development, support, maintenance and implementation of small to
medium components of a project module. You should be able to work on problems of limited scope, through usage of
standard software development concepts and principles. You should have good knowledge of programming language(s),
and associated tools"
Roles &
Responsibilities ? Involved in all phases of Software Testing Life Cycle (STLC) like Testing methodology, Test Planning,
designing and executing the test cases, along with Testing Techniques and Defect tracking process.
? Expertise in Siebel CRM Testing Specializing in Black Box Testing.
? Having good exposure of testing the Web Based/GUI applications & Oracle Siebel applications.
? Extensive experience in Functional Testing includes Regression, Integration, Sanity testing, UAT and Usability Testing
and End to End testing.
? Ability to understand complex programming tasks and design documents, Test Case Preparation, Execution and Test
report generation.
? Having good experience in defect tracking system to analyzing defects and reporting defects
? Understanding end to end structure for Partner Management and Order management.
? Preparing Test Conditions from HLD and writing the test steps.
? Involved in Smoke testing, Sanity Testing on Every Drop.
? Performing Functional Testing and Regression Testing.
? Bug Tracking and Bug Reporting using Quality Center.
? Worked closely with development team to track the defects.
? Preparation of Test Scenarios, Test Cases and Executing the Test Cases.
? Performing Functional Testing, Regression Testing, Integration Testing.
? Involved in scrums meetings internally and with client teams as per Agile process.
Duration January 2016 - February 2017
Client Wipro Technologies Ltd., Bangalore
Technical Environment Siebel,Selenium,Javascript Basics,Java Basics,HTML,CSS
Tools/Technologies Windows OS, Linux, Siebel,
Description "As a developer, you are responsible for development, support, maintenance and implementation of small to
medium components of a project module. You should be able to work on problems of limited scope, through usage of
standard software development concepts and principles. You should have good knowledge of programming language(s),
and associated tools"
Roles &
Responsibilities 1. Siebel Remote Administration :
Monitoring Transaction Processor, Transaction Merger and Transaction RouterRunning DB Extracts for
UG: B.Sc (Computers) from Utkal University in 2015
PG: M.Tech (Computers) from Vellore Institute of Technology (VIT) in 2020
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Ubuntu , JIRA
Agile, Waterfall , GitHub
SQL, Mongo DB , Oracle
Selenium WebDriver 3.3 2020 4 Year(s) 0 Month(s)
React.js 0 0 Year(s) 0 Month(s)
SELENIUM IDE 0 0 Year(s) 0 Month(s)
WHITE BOX TESTING 0 0 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120…
https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120612480e555d5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
BLACK BOX TESTING 0 0 Year(s) 0 Month(s)
HTML 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Oriya Proficient
Rank 533: Resume 1162 with similarity score 0.03565246274384656
B.E , MS , B.TECH , BS networker , transition manager , product manager , team leader , computing architect , solution architect , technology consultant , full time , part time , senior consultant , delivery manager , unix system administrator virtual desktop , contractual , award , training , nfs , telugu , security , conducting , zfs , energy , status , firmware , digital transformation , root , horizon , product management , mumbai , continuous integration , zoning , veritas volume manager , gitlab , project work , netbackup , sunos , solaris volume manager , sat , file systems , mission critical , vdi , automation , ansible , retail , infrastructure management , designation , pre-sales , hindi , application virtualization , access gateway , windows , sds , english , groups , sun storage , hyper-v , nutanix , puppet , strategy , itil , data center management , javascript , end to end delivery , technology , disk , citrix xendesktop , bfsi , affirmative action , emc , hub , jumpstart , rbac , maintenance , customer requirements , unix , space management , instrumental , netscaler , customer service , email , aws , service improvement , operations , sun cluster , edge , smf , languages , viz , capitalization , assessment , scheduling , apps , masking , database , hardening , vmware infrastructure , jenkins , workspace , mirroring , telecom , hybrid cloud , analytics , active directory , azure , authorization , teams , models , record , modernization , citrix xenapp , savings , cron , electronics , probe , led , servers , problem solving , offshore , statistics , bamboo , adoption , crisis , network administration , cloud computing , load , package management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c10…
https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c100212470b090c0… 1/3
Current Designation: Cloud and End User Computing Architect
Current Company: Wipro
Current Location: Mumbai
Pref. Location: Hyderabad,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Wipro as Cloud and End User Computing Architect
Feb 2018 to Till Date
* Experience in Design advisory consulting for large user base customers, helping in their digital transformation journey
led by automation and AI services that resulted around $10mn of savings.
* Designing and implementing a Cloud Adoption strategy for large customers.
* Leading a team of consultants with proficient analytical and problem solving skills.
* Providing strategic inputs and IT Roadmap for multiple domains like BFSI, Energy, Retail and Telecom.
* Headed Infrastructure modernization projects covering Data centre transformation and delivered Digital Hub Models
for End user computing Services.
* Designed and implemented Hybrid cloud models in desktop and application virtualization with Industry leading
technologies like Azure WVD, Citrix and VMware.
* Responsible to create cutting-edge technology products in the space of Analytics, AI, Automation, IOT and Digital etc.
* Implemented solutions with multiple vendor products based on customer requirements like Citrix XenDesktop,
XenApp, VMWare Horizon, Nutanix, Netscaler Access Gateway, Hyper-V, SCCM, Active Directory, Systrack, Azure AD,
App layering and Masking
* Excellence in consulting virtualization projects right from Assessment to Design and Implementation to Operations
stage.
* Led multiple Proactive proposals for large customers in End user computing and Digital Workspace.
* Have a good understanding on IAC (Infrastructure as code) tools like Terraform, Cloud Formation, Ansible, chef,
puppet and on CI (continuous integration) tools like Jenkins, Bamboo and Gitlab
Capgemini India Pvt.Ltd as Delivery Manager
Oct 2006 to Jan 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Gangaraju Goutham
Total 15+ years of proven experience as Technology Consultant in both infra and apps,
solution architect, migration strategies and execution to Azure, AWS, Citrix and
VMware, Pre-Sales, Delivery manager, and into Product management.
Key Skills: Cloud and End User Computing Architect,VDI,Cloud Computing,AWS,Azure,Citrix Xenapp,Citrix
Xendesktop,Vmware Infrastructure,Digital Transformation,windows virtual desktop
Summary
* Total 15+ years of proven experience as Technology Consultant in both infra and apps, solution architect, migration
strategies and execution to Azure and AWS, Pre-Sales, Delivery manager, Product manager, Transition manager, Unix Lead,
data center management and system administrator with specialization in end to end delivery of service based on contractual
SLA through ITIL standards.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c10…
https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c100212470b090c0… 2/3
* Employer: Capgemini India Pvt.Ltd (Oct 2006 to till date)
* Client : UK - DCS Multiclient Support
* Senior Consultant ( Role:- Team Leader )
* Handling a team of 8 members in multiclient support system.
* Instrumental in maintaining excellent relationship with the customers and onshore teams though regular updates and
timely support ensuring high SLA & C-SAT Scores
* Adroit in maintaining Knowledge database record update and sharing load of Team Leads & Trainers
* Initiating and implementing customer service improvement plan for respective clients.
* Installation of SUN OS 8/9/10, Creating new partitions, OS hardening, Root mirroring in Vxvm and SDS.
* Creating volumes in VERITAS and SDS, adding new luns to existing Disk group , File system Management ,
Supporting LDOMs , Sun Cluster 3.1 and VCS
* Implicated in creating ZFS file systems, Resource capitalization, Zoning, SMF, zpool administration, setting quota and
reservation on ZFS file systems.
* Providing extensive support for VERITAS netbackup, EMC legato networker.
* IPMP (link based and probe based), Installation of SUN OS through Jumpstart, RBAC, NIS, managing NFS.
Upgrading OBP & ALOM firmware, Patch and package management.
* Caught up in providing support for UK Based Clients for the Infrastructure Management Services following ITSM
standard.
* proficient in support of high and midrange Sun servers viz. M series and T series servers
* Achievements
* Rewarded twice with Project star Award for support excellence.
* Appreciated for successful implementation of ITSM Client at Onshore.
* Recognition for successfully governing project work.
* Successful transition of knowledge transfer for multiple UK based clients to offshore.
Wipro Limited as Unix System Administrator
Dec 2004 to Sep 2006
* Employer: Wipro Limited
* Client: HDFC Bank, Mumbai, India (Mission Critical Customer) June 2005 - September 2006
* System Administrator
* Installation of two node (E2900 & V440) Sun Cluster 3.1 having VERITAS Volume Manager 4.0
* Monitoring of three node Sun Cluster (Sun Fire E20K, 6800 & 2900) having VERITAS Volume Manager 4.0 with
SunOS 5.9, Sybase
* Configuring SAN published Luns in VERITAS Volume Manager, Solaris Volume Manager.
* Monitoring & Collecting statistics of Live Servers
* Mirroring root disk , creating volumes in SVM
* Installation and configuration of Solaris 8 / 9 /10.
* Installation of VERITAS Volume Manager, Creating Disk Groups & Volumes, Mirroring root disk in VERITAS Volume
Manager.
* Sun Cluster 3.1 Installation & Administration.
* DR (Dynamic Reconfiguration) activities in Sun Fire 20K / 6800.
* OS Hardening, Installing Patches & Packages, Configuring NFS, IPMP, Disk Space Management, Maintaining User
Level Security & Creation, Scheduling jobs using Cron.
* Client: - Customs, Mulund
* Dec 2004 - May 2005
* System Administrator
* Configuration and Maintenance of the Imports and Exports Server consisting of 2 SUN E-420R Servers with Solaris
2.6, SUN Storage D-1000 with Sun Cluster 2.2 Setup on behalf of Wipro
* Achievements
* Felicitated for providing technical support during the 26th July crisis for a critical telecom customer.
* Appreciated for conducting Solaris training for HDFC bank employees.
* Honoured with memento for excellent team effort in handling critical issues at HDFC bank.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c10…
https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c100212470b090c0… 3/3
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
marathi
Telugu
Rank 534: Resume 215 with similarity score 0.03557224442903422
B.TECH work from home , full time c programming , completion , assessment , it , resume , one , android , java , technology , computer science , html Assessment
Q1. Why should you be hired for this role?
I am working from more than one year on android, continuously working on android. I love too work on android, but due to lack of guidance it's
not completion of my best.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months and start immediately for a full time work from home internship.
Resume
EDUCAT ION
CONTACT Phone: 91 9839349838
Hargovind
Lucknow, Gurgaon
Applied 24 Dec'20
Android C Programming HTML
Java
Bachelor of Technology B.Tech), Computer science
Sagar Group Of Institutions
2015 - 2019
Percentage: 69.66%
Senior Secondary XII, Science
Sri Sai Inter College
UP BOARD board)
Year of completion: 2015
Percentage: 70.20%
Secondary X
Sarvodaya Inter College
UP BOARD board)
Year of completion: 2013
Percentage: 78.30%
Rank 535: Resume 219 with similarity score 0.03553288983376258
MS , M.Sc , M.S operator , work from home , scrum master , application developer customer , scrum , internships , css , interview , mar , platforms , design , maintenance , ltd , php , shopping , project , store , application , job searching , resume , android , components , hiring , computer science , preparation , shops , assessment , purchasing , management system , javascript , schedules , tax , html , online Assessment
Q1. Why should you be hired for this role?
Completed 6 Month of internship in Android App Development.
Contributed to design and develop application with latest technologies and tools that supports on all android platforms.
Responsible for development of all application components and UI resources.
Communication with client for daily requirement and requests for the application updated and maintenance.
Work on the daily tasks, followed the scrum master for the tasks.
Project:
XSEED Online job searching and hiring portal
Role:
Work as an Jr.Application Developer. Work on daily tasks. Followed the scrum masters for the tasks. Include responsibilities of application design
and development. Communicate with client for daily requirement and requests for the application updates. Work with the team and manage
source code versions using bit bucket.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am looking for work from home internship..
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Harshada Chavan
Kolhapur
Applied 25 Dec'20
Android CSS HTML
Java PHP JavaScript
Master of Science M.Sc), Computer Science
Shivaji Unversity Kolhapur
2018 - 2020
Bachelor of Computer Science B.C.S.), Computer Science
The New College, Kolhapur.
2015 - 2018
Percentage: 86.00%
Application Developer
TCognition Consultancy Pvt Ltd, Kolhapur
Jan 2020 - Jul 2020
Project:
XSEED Online job searching and hiring portal
Role:
Work as an Jr.Application Developer. Followed the scrum masters for the tasks. Communicate with client for daily requirement
and requests for the application updates.
Online Shopee
Oct 2018 - Mar 2019
Online Shopping is a one spot where customer can purchase the goods.Online Shops manager or its operator has to store
some information about parts selling, purchasing, ordering etc.
Incometax Management System
CONTACT Phone: 91 8788463068
Jan 2018 - Apr 2018
. In Tax Information system, a CA registers the client personal details, enters all the details and uploads various documents
that are necessary for preparation oTax Summary and Schedules for an interview after successful submission of
alldocuments.
Rank 536: Resume 1430 with similarity score 0.0354782926552976
B.E , MS , B.TECH , BS orchestrator , automation developer , software developer , full time , senior analyst , production support analyst upgradation , self learning , general , window , customer , performing , robot , bmc remedy , columns , dfd , soap , designation , use case , xslt , affirmative action , it operations , hindi , linux , maintenance , unix , alm , json , english , authorization , troubleshooting , teams , code review , automation tools , design documents , process definition , status , excel , agile , approvals , email , google , c# , sql , application , project , problem management , server configuration , ownership , xml , fine tuning , fixing , testing , surveillance , atrium orchestrator , rest , compensation , framing , technical design , servers , running , debugging , building , output , languages , sme , screen scraping , itil , process automation , selenium , sit , javascript , workflow , acting , queues , orchestration , servicenow , xpath 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170…
https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170b10435a5e0f51… 1/3
Current Designation: RPA (UI Path Developer)
Current Company: Horizontal Integration
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [ENTC]
Verified : Phone Number | Email - id
Horizontal Integration as RPA (UI Path Developer)
Jun 2020 to Till Date
* Worked with SME's to create PDD (Process Definition Document) and developed separate SDD (Solution Design
Documents).
* Implemented End to End Robotic Process Automation (RPA) using UiPath.
* Used Screen Scraping, Data Scrapping method to extract text from running window application by appropriate output
methods such as native, Full text and OCR.
* Used Excel automation for repetitive Excel data entry, appending and for comparing columns.
* Used UiPath Orchestrator for deployment, monitoring and management of UiPath Robot automation activity.
* Participated with test teams during the Product test and UAT phases to fix assigned bugs.
* Involved in code review and fine tuning the code for performance related issues.
* Working closing with different teams in making changes in developed processes as per the technical design document
(TDD) to meet the defined requirements.
* Have been Learning about chatbots and did creation of couple of chatbots using UiPath and Google Diagram Flow as
a part of Self Learning.
Cognizant as Automation Developer
Jul 2016 to Jun 2020
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Chittaranjan Patra
Systems Integration Senior Analyst seeking roles in ITPA & RPA Automation
Development,Server Configuration,Release Deployment,Production Support,Bug
Fixing,IT operations,UiPath,XML, Xpath, XSLT,BMC Atrium Orchestrator, UiPath
Orchestrator
Key Skills: RPA Automation Development,UI Path,Bmc Remedy,BMC Atrium Orchestrator,Server Configuration,UI Path
Orchestrator,ITIL,Production
Support,Debugging,XML,XPath,Automation,Monitoring,Troubleshooting,Orchestration,Software Development,Process
Automation
Summary
Automation Development & Production Support with 4 years of experience in IT Process Automation, Robotic Process
Automation (RPA) & UNIX Possess an integrated skill set in diverse functional areas ? Automation Development (RPA & IT
Process Automation), Server Configuration, Release Deployment and Monitoring. Gained extensive technical exposure while
working on diverse projects using different skill sets. Developed and Supported Automation Projects as well as worked in
Production Support Role. Responsible for Development of Automation Workflows on Agile Development Methodology.
Developed Automation Workflows based on Feasibility of Automation Tools for Use case Scenarios. Responsible for Tasks
related to Server Upgradation and Patching under the supervision of L2 and L3 from onsite.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170…
https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170b10435a5e0f51… 2/3
Cognizant (Client Merck), Automation Developer Dec'18-June'20 ---------------------------------------------------------------------------
----------------------------------------------------------- Key Result Areas(BMC Atrium Orchestrator - IT Process Automation): Hands
On experience with BMC Atrium Orchestrator tool (ITPA) for developing Automation workflows. End to end coordination
with various teams in framing and developing the workflows for the existing manual IT operations, Debugging and
deploying them in production. Using Various Webservices (REST & SOAP) to generate Request and Response in
JSON/XML from external Applications. Technical review and performing Dry Run before client and various other
stakeholders. Working on framing the Release Document and Change list of the automated workflow designed for various
ongoing operations. Testing the Workflows in Non-Pilot Environment using ALM VEERA Tool. --------------------------------------
-------------------------------------------------------------------------------------------------- Key Result Areas(UiPath - RPA): Worked with
SME's to create PDD (Process Definition Document) and developed separate SDD (Solution Design Documents).
Implemented End to End Robotic Process Automation (RPA) using UiPath. Used Screen Scraping, Data Scrapping
method to extract text from running window application by appropriate output methods such as native, Full text and OCR.
Used Excel automation for repetitive Excel data entry, appending and for comparing columns. Used UiPath Orchestrator
for deployment, monitoring and management of UiPath Robot automation activity. Participated with test teams during the
Product test and UAT phases to fix assigned bugs. Involved in code review and fine tuning the code for performance
related issues. Working closing with different teams in making changes in developed processes as per the technical
design document (TDD) to meet the defined requirements. ------------------------------------------------------------------------------------
---------------------------------------------------- Cognizant (CBOI), Production Support Analyst Sept'16 -Nov'18 Covering the L 1.5
level task involving Minor Patching Activities and Release Deployment on servers. Server Configuration task under the
surveillance of L2 and L3 team members. Monitoring the status of the Servers and acting according as per the status
Preparing the Change Request and responsible for taking all the approvals from Technical Heads and Business Heads.
Taking Ownership of the Disruption if any and recording it in Problem ticket as a part of Problem Management.
UG: B.Tech/B.E. (ENTC) from Dr.BAMU University, Aurangabad in 2015
Other Qualifications/Certifications/Programs:
Certified Advance RPA Developer(UIPath)
Education
IT Skills
Skill Name Version Last Used Experience
BMC Atrium 8.0 2020 2 Year(s) 0 Month(s)
ORCHESTRATOR
Uipath 2019.5.0 2020 2 Year(s) 0 Month(s)
Basics of c#
XML, XPAth, Xslt
UNIX & LINUX (RHCSA)
SQL
BMC Remedy
ServiceNow
ALM VEERA/SELENIUM
Services(AWS)/GCP
Languages Known
Language Proficiency Read Write Speak
english
hindi
oriya
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170…
https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170b10435a5e0f51… 3/3
Nature of Employment: Full Time Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2018 - Jun 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2016 - Oct 2018
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Automation solution
Client: UTS
Project Details: We were the core Automation team responsible for the IT Process Automation of the Horizontal Integration
using BMC ATRIUM ORCHESTRATOR.
TASKS:
1. Gathering Requirements related to use case from Stake holders
2. Building DFD for the automation use case.
3. Developing Automation Workflow based on requirement.
4. Testing the workflow in SIT environment.
5. Deploying workflow in Production.
6. Monitoring the compensation received for workflows and fixing the bugs.
Project Title: Merck
Client: Merck
Project Details: Key Result Areas(BMC Atrium Orchestrator - IT Process Automation and UIPATH):
Hands On experience with BMC Atrium Orchestrator tool (ITPA) and UiPath(Robotics Process Automation) for developing
Automation workflows.
End to end coordination with various teams in framing and developing the workflows for the existing manual IT operations,
Debugging and deploying them in production.
Using Various Webservices (REST & SOAP) to generate Request and Response in JSON/XML from external Applications.
Technical review and performing Dry Run before client and various other stakeholders.
Working on framing the Release Document and Change list of the automated workflow designed for various ongoing
operations.
Testing the Workflows in Non-Pilot Environment using ALM VEERA Tool.
UIPath Orchestrator used for managing the processes, bots,jobs and queues.
creation of SDD after carefully examining the TDD from customer.
involved in code review for the code created against the RPA not built.
Project Title: CBOI
Client: CBOI
Project Details: Production Support Analyst Feb'16 -May'17 Covering the L 1.5 level task involving Minor Patching Activities
and Release Deployment on servers. Server Configuration task under the surveillance of L2 and L3 team members.
Monitoring the status of the Servers and acting according to as per the status Preparing the Change Request and
responsible for taking all the approvals from Technical Heads and Business Heads. Taking Ownership of the Disruption if any
and recording it in the Problem ticket as a part of Problem Management.
Rank 537: Resume 1153 with similarity score 0.03530398981943758
B.E , MS , B.TECH , BS cyber security , support engineer , owner , devops , business development , full time , team lead , program manager cyber security , managed services , operational requirements , automation , requirements analysis , production facilities , general , devops , project managers , windows server , microsoft azure , industrialization , designation , options , 24x7 , ug , mar , bs25999 , platforms , affirmative action , hybrid cloud , it security , hindi , linux , ltd , cloud applications , service delivery , authorization , risk , english , iaas , teams , cloud security , status , paas , stakeholder management , models , email , aws , bridge , solution architecture , continuous integration , deals , saas , testing , architecting , network infrastructure , continuous improvement , non-functional requirements , servers , technical design , running , features , drive , differentiation , storage , languages , it infrastructure , itil , kannada , vmware , managed security services , acp , adoption , communications , javascript , measures , security operations , network administration , organization , production deployment , technology , cloud computing , data centers , capital 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b44…
https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b445012490e5f5c5… 1/2
Current Designation: Manager (Services Delivery for Security
Services and Cloud Operations)
Current Company: Accenture Solutions Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Accenture Solutions Pvt. Ltd. as Manager (Services Delivery for Security Services and Cloud
Operations)
Mar 2007 to Till Date
Contributing to the development of new service offerings for Accenture's Managed Security Services division
Establishing security-as-a-service solutions in the areas of Cyber Security Operations and Cloud Security
Enabling cost-effective delivery options, with a combination of capacity services, managed services and solution
factories
Identifying ACP process gaps and consult with ACP management regarding operational requirements
Maintaining all cloud systems including the front-end platforms, servers, storage, and management networks
Regularly evaluating cloud applications, hardware, and software
Working closely with IT security to monitor the company's cloud privacy
Responding to technical issues in a professional and timely manner
Offering guidance in infrastructure movement techniques including bulk application transfers into the cloud
Identifying the top cloud architecture solutions to successfully meet the strategic needs of the company
Architecting, designing, and implementing next generation of cloud-based applications running which are dynamically
scalable, fault tolerant, secure, and reliable
Assessing, estimating, and supporting opportunities or business development in the clients
Enabling cloud adoption by the clients from traditional platforms to cloud ready architectures
Defining scope, requirements analysis, functional and technical design, application build, product configuration, unit
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
GURUPRASAD
Manager seeking role in Cloud Security Services Delivery, Cloud Operations , Solution
Architecture,Project Management,Stakeholder Management,Service Delivery,Microsoft
Azure, AWS ,Cyber Security
Key Skills: Program Manager,Solution Architecture,Project Management,Stakeholder Management,Service
Delivery,Microsoft Azure,Cyber Security,Cloud Security,AWS
Summary
* A competent professional offering an experience of over 18 years in Cloud Operations and Security Operations
* Establishing successful client centric delivery mindset and optimize delivery through industrialization initiatives, Innovation,
Automation and Business Outcomes
* Expert knowledge of AWS and Azure platform features and capabilities
* Drive growth and delivery differentiation driven by new Security Delivery Capabilities
* Managing deals of multi millions of Infrastructure Hybrid Cloud/IT Services for 100+ clients across the globe. Has good
knowledge and understanding on IAAS, PAAS, SAAS cloud models.
* Excellent aptitude of supporting the advancement of DevOps, specifically continuous integration & delivery, working with
different teams to establish & maintain tools
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b44…
https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b445012490e5f5c5… 2/2
testing, and production deployment
Ensuring delivered solutions meet/ perform to technical and functional/ non-functional requirements
Driving force for enhancements of IT services, processes and organization effectiveness: Applied deep insight and best
ITIL practices from different industries
Netkode Solutions as Team Lead
Aug 2006 to Feb 2007
Key Result Areas:
Managed Operational team of L1 & L2 resources for deploying, maintaining and administering MS Windows Server
technology and Linux infrastructure for the production facilities comprising 3000+ servers of varied technologies spanned
across multiple data centers supporting many end users
Optimized the available resources to provide round the clock 24x7 technical support to client's IT Infrastructure
including Servers, Network Infrastructure and Data Communications
Identified and implemented continuous improvement plans for services in each location managed and contribute to
knowledge capital, new services and consulting
Adhered to all the applicable processes (ISO-20000, ISO-27001, BS25999, SAS-70 and so on)
Superintended the delivery Risk Register, ensuring appropriate owner, senior approval & review of 'accepted' risk
Acted as a bridge between project managers, Clients & -Shore team by putting the appropriate service-oriented
frameworks, processes, and measures in place
Delivered consensus solution for improving the quality of service & support provided to the projects/ deals based on the
identified process gaps, deficiencies in methodology of service delivery and so on
OSS Technologies as Windows/VMware support Engineer
Jun 2002 to Aug 2006
UG: B.Tech/B.E. (Electrical) from NMAM iNSTITUTE OF TECHNOLOGY, MANGALORE in 2001
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ITIL V3
Microsoft Azure
Cloud Security 0 3 Year(s) 0 Month(s)
SERVICE DELIVERY 0 8 Year(s) 0 Month(s)
Cloud Computing 0 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Kannada
Rank 538: Resume 994 with similarity score 0.035292948769562474
M.Sc , M.S , B.E , MS , B.TECH application support , software engineer , management trainee , devops , software developer , full time gfs , training , testing tools , conducting , scanning , core banking , test cases , digital , status , specifications , chat , project work , octopus , data science , french , automation , outlook , spring integration , devops , interfaces , designation , hindi , english , screens , swap , live , mongodb , angularjs , rest , c++ , machine learning , documentation , sonarqube , javascript , technology , external clients , sales & distribution , performing , fusion , affirmative action , mysql , data analytics , real estate , maintenance , dynamo , prevention , email , google , aws , prediction , credit cards , junit , customer experience , languages , software requirements , text analytics , apps , international exposure , database , online , api , jenkins , migrating , revenue , authorization , rtc , plugin , models , application , less , adherence , electronics , servers , framework , preparation , python , reviews , cloud computing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f4…
https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f420213105d080b… 1/3
Current Designation: Software Engineer -Full Stack Developer
Current Company: HSBC
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
HSBC as Software Engineer -Full Stack Developer
Aug 2016 to Till Date
Growth Path:
Aug'16-Apr'17 Apr'17-Present
Management Trainee (Software Engineer) Software Engineer
Key Result Areas:
Analysing user needs and software requirements to determine feasibility of design within time and cost constraints
Managing Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical
design), coding and testing (preparation of test cases along with implementation) to maintenance of proposed applications
Consulting with customers about software system design and maintenance
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
VIJIT MISHRA
Software Engineer seeking roles in Software Development,Application
Support,Application Maintenance,Requirement Gathering,Cloud Computing,Defect
Prevention,Bug Prevention,Machine Learning,Project
Execution,JavaScript,Python,C++,R,Angular JS,MySQL
Key Skills: Software Engineer,Software Deveoper,Software Development,Application Support,Application
Maintenance,Requirement Gathering,Cloud Computing,Defect Prevention,Bug Prevention,Machine Learning,Project
Execution,JavaScript,Python,Angular JS,MySQL
Summary
A result-oriented professional with nearly 4 years of experience in Software
Design & Development using AngularJS, ReactJs, Spring Integration,
REST, NodeJs, Jenkins, Git, Junit, Sonar, Checkmarx
Experienced in end-to-end development of software products from
requirement analysis to system study, designing, coding, testing, de-bugging,
documentation, implementation and maintenance
Gained international exposure in the markets of Hong Kong, UK, Taiwan,
Malaysia and US; delivered end to end products, each driving a revenue of
over 1 million
Proficient in providing effective resolution to customer queries;
improving relationships with the customer by anticipating customer future
requirements, thereby ensuring a positive customer experience
Participated in design reviews, Application Program Interfaces (API)
development and documentation
Proven capabilities in automating manual renewal of certificates on
servers across all GB/GFs using MERN Stack in SELFIE project
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f4…
https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f420213105d080b… 2/3
Ensuring adherence to quality norms throughout the implementation process
Identifying, analysing defects, questionable functions, errors, and inconsistencies in software program functions, outputs,
online
screens and content
Following the project lifecycle methodology defined under the process framework; ensuring that customer deadlines are
met within
project budgets
Developing functionalities on cards feature pack such as credit limit adjustment, swap limit, request reset pin & more using
Angular 1.5
& Spring
Communicating with internal/external clients to determine specific requirements and expectations
Performing POCs on text analytics, text summarization, text prediction using models such as TFIDF, Word2Vec & so on
Conducting system study and coordinating with team members for product documentation, system design & integration,
coding and
application maintenance
Interacting with team members to ensure smooth progress of project work
Highlights:
Worked on POC named Octopus for Hong Kong Team -this involved the automation of issuing AAVS cards (issued by
HSBC as the
reserve bank of Hong Kong)
Created end-to-end projects using Angular 1.5 & Spring for credit cards (currently live in Malaysia, Hong Kong and
Taiwan)
Spearheaded migration of scanning from app scan to Checkmarx & brought the tool live into HSBC tool kit
Acknowledged as DevOps Champion of the team; utilized Sonarqube & Checkmarx for code quality testing; aided team in
migrating to
these tools
Developed auto-reply email system & integrated it with the Outlook plugin; performed in conjunction with machine learning
model;
analyzed 100K emails in French & used this as the backbone model for prediction
Built a server less chat app using AWS lambda, dynamo DB along with secure login using AWS Cognito
As Management Trainee (Software Engineer)
Attended training on Cloud Computing, Data Analytics & Machine Learning
Operated on tools like Jenkins, RTC, GIT for the Sales & Distribution Team
Worked in the core banking team & operated on testing tools like LISA, TOSCA
Developed hybrid apps for higher management on Angular 4 as part of the Digital Team (these apps were deployed on
AWS, using
Springboot & MongoDB as the database)
Projects Handled:
Data Science Projects: Email Spam Detection, Donation Targeting, Human Resources Retention, Real Estate Price
Prediction (Bengaluru)
Machine Learning Projects: Worked on Expense Form Automation (auto-fill the bill with optical character recognition as
against manually
filling the form) of fusion system using Google Vision
UG: B.Tech/B.E. (Electronics/Telecommunication) from Netaji Subhas Institute of Technology (NSIT) in 2016
PG: MS/M.Sc(Science) (Computers) from Liverpool John Moores University in 2021
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, Python, C++, R
Angular JS, React JS, Node JS
AWS, PCF
Sonar, IQScan, Checkmarx
GIT, MYSQL
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f4…
https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f420213105d080b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Postman, Jenkins
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 539: Resume 1330 with similarity score 0.03519616741249408
B.E , MS , B.TECH , BS modeler , assistant project manager , avp , it professional , senior software engineer , full time , team lead , senior consultant , technical lead , project leader customer , algorithms , office , interoperability , databases , project planning , status , printing , bridge , redmine , xml , artifacts , global logistics , ec2 , asp.net , organization , suite , 4gl , com+ , open source , business opportunities , designation , pii , web services , leaks , hindi , project cost , windows , ltd , json , english , agile , leadership , processing , e-governance , elections , rest , wse , mvc , service design , c++ , prototyping , initiation , kiosk , documentation , word , boarding , javascript , digitization , reporting , general , scrum , healthcare , team management , developers , visual studio , affirmative action , mysql , oracle , technical architecture , maintenance , workbench , email , aws , project delivery , gls , architecture development , languages , software requirements , quality reviews , seating , level design , jira , program management , scheme , check-in , soap , ug , scratch , pos , dbt , php , authorization , custom software , internet , teams , c# , models , excel , application , datasets , aviation , government , led , framework , data access , cloud computing , metrics , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c5919450014…
https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c59194500145745440c5d5b… 1/3
Current Designation: Senior Consultant - Program
Management
Current Company: National Institute for Smart Government
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
National Institute for Smart Government as Senior Consultant - Program Management
May 2016 to Feb 2021
Provided an open source solution to enable web
based-reporting for 75 DBT Schemes via State DBT
Portal (managed a team of 5 developers)
* Built ReST APIs (JSON, SOAP) to enable transferring of
scheme data from State DBT Portal to National Portal
* Contributed to the success of client's organization in
moving from on-premise Data Centre to Cloud by
providing key inputs in setting up of EC2 instances,
RDS, ALBs, SGs, SES and migrated 20+ application to
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Bankimchandra Maisnam
Senior Consultant-Program Management seeking roles in Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Client
Management,Cloud Computing,Project Planning,SQL Server,AWS,C#,C++,Web
Services, APIs, ReST
Key Skills: Program Management,Project Manager,Project Management,System Analysis,Technical
Architecture,Requirement Gathering,Client Management,Cloud Computing,Project Planning,C#,SQL Server,AWS,C++,
Web Services, APIs, ReST
Summary
E-Governance IT professional currently working as Senior Consultant -
Program Management
* 13+ Years of experience in the field of IT with hands on in design,
development, coding, management and documentation of web
and windows based systems.
* Project experience with Agile-Scrum, Prototyping and Waterfall
models in keys projects for clients such as GSK,Unisys and Govt.
sector
* Hands on experience with Cloud technologies (AWS)
* Hands on experience with drafting RFPs/DPRs
* Adept in cost estimation, effort estimation, requirement gathering,
Project planning, Project Management, Team Management, Quality
reviews
* Goal driven professional, well-versed in project management
methodologies with experience in leading cross- functional teams
and providing the necessary leadership to motivate the team
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c5919450014…
https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c59194500145745440c5d5b… 2/3
AWS Cloud environment
* Managing the digitization of schemes for 15
Departments by providing a cost-effective, easy to
implement solution
* Contributed to the successful implementation of e-Office project by on-boarding clients to the platform
and performed follows-ups assessing quantity and
quality of services
* Successfully performed as State IT Nodal office for
Elections 2019 and 2020
* Prepared necessary Project artifacts such a Project
Initiation Document, Project Plan, SLAs,
Weekly/Monthly metrics report
National Institute for Smart Government as Senior Consultant - Program Management
May 2016 to Till Date
* Currently employed as Senior Consultant - Programme Management - NISG, driving e-Governance projects.
* Adept in Cost estimation, Effort estimation, Requirement gathering, Project Planning, Project Management, Team
Management, Quality reviews.
* Performed as Nodal Officer for IT in the General Elections to Lok Sabha, 2019 and Bye-Elections, 2020.
* Managing DBT and Cloud portfolio
* Managed the migration of on-premise Data Centre to Cloud environment and successfully migrated 20+ application to
AWS Cloud.
* Project delivery through Agile, Prototyping and Waterfall methodologies.
* Project technologies: C#, PHP, MySQL, RedMine, JIRA, Excel, Word
Wipro Limited as Project Leader
May 2014 to Nov 2015
Assigned to a healthcare client to discover new
business opportunities Delivered custom software for
a Health Care client which enabled them to
effectively manage their PII and sPII data using C#,
Oracle DB with MVC architecture
* Built core-libraries and ReST APIs to bridge gaps
between 2 databases which held sPII and PII
information for the client
* Prepared High Level and Low Level documents for
customer's requirements and successfully
implemented
* Build a team of 5 members from scratch and
provided an effective solution to bridge gaps
between 2 huge datasets involving PII and sPII data.
* Customer facing engagement, led daily calls with
client's and engaged with users for requirement
gathering, reviews, UAT
* Provided Project Cost estimation analysis
* Delivered projects through Agile methodology
NTT Data Pvt Ltd as Assistant Project Manager
Dec 2006 to May 2014
AVP Airport Solutions
* Role : Technical Lead/Team Lead
* AviaPartner provided airport solutions consisting of
Departure Control Systems, Web-Check In module,
Internet Check-In module and Kiosk Check-In
modules
* Delivered Home bag-tag printing solution (first of its
kind) for a client in the aviation domain utilizing AWS (EC2,RDS, ALB, SG) and ReST (C#, JSON, XML).
* Extensive experience with Departure Control System,
Web-Check In System, Kiosk Check-In System,
Seating algorithms.
* Prepared and implemented High Level and Low
level design based off the requirements gathered for
3 projects.
* Managed a 5 member cross functional to deliver
custom software requirements for clients.
* Prepared weekly, monthly and quarterly reports and
interacted with clients on a weekly basis.
* Agile-Scrum methodology used for project delivery
Agile Business Suite
* Role: Senior Software Engineer
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c5919450014…
https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c59194500145745440c5d5b… 3/3
* Agile Business Suite is a 4GL, based on model driven
architecture development platform that comes with
a platform independent modeler (PIM - System
Modeler) as a Visual Studio Integration Package and
business domain specific language (LDL+)
* Performed performance activities for Runtime(CLR
Module). Ensuring optimal runtime performance
looking into issues like optimizing COM+ application
(object) pooling, data access mechanism,
Interoperability, eliminating Memory leaks, .Net
Native generation in C# and C++
* Agile-Scrum framework used for project delivery
GLS-SDW
* Role: Software Engineer
* Global Logistics System and Service Design
Workbench is a suite of applications built to track
logistics of vendor supplies, warehousing needs and
inventory management
* Developed web,window based applications along
with web-services in C#, ASP.NET, MS SQL Server,
WSE 3.0 (SOAP)
* Created back-end batch jobs in shell-scripts for
processing of POs
* Provided L3 Production Support
* Waterfall and Prototyping models used for project
delivery
* Performed as On-site co-ordinator for 18 months in MI,USA
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2006
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#
Microsoft SQL Server
PROJECT PLANNING
AWS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 540: Resume 884 with similarity score 0.035164191054242025
B.E , MS , B.TECH full time , software developer react.js , estimators , bundling , valuation , jenkins , carriers , ease , designation , connect , pages , visual studio , vs , ug , case , affirmative action , hindi , cloud , angular , webpack , maintenance , tablets , typescript , architects , authorization , english , web applications , enterprise , status , design documents , c# , agile , email , project , sprint planning , solution architecture , karma , psi , writing , components , estimates , damage , git , computer science , languages , presentation skills , translation , html5 , oe , diagrams , javascript , technology , insurance , cash 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d42584…
https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d425843524213505c01… 1/2
Current Designation: Software Developer -Software
Development
Current Company: Infogain
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Infogain as Software Developer -Software Development
Oct 2017 to Till Date
As a software developer it is my responsibility to be a part of each phase of the SDLC from Requirement Gathering to
Delivery and User Acceptance. Working in the insurance domain in the Auto Physical Damage area mainly related to
estimation of Vehicles that are in need of repair.
Projects Undertaken
Mitchell Connect Estimating (MCE) / Mitchell (USA)
TEAM SIZE: 10 MEMBERS
PERIOD: JULY 2019 - TILL DATE
TECHNOLOGIES: Javascript, React JS, TypeScript, C#, WebAPIs, Gulp, Webpack, Visual Studio 2017, Karma, Jest,
HTML5, CSS3, Jenkins.
DESCRIPTION: Mitchell Connect Estimating is the latest cloud-based solution being developed & maintained by Mitchell.
It is responsible for the creation of estimates in case of any damage to an insured vehicle. It is a technically updated and a
really performant solution which would ease the burden for Estimators, Insurance Carriers and OE Manufacturers.
RESPONSIBILITIES:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Abhijith Pillai
Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,ReactJS,JavaScript,Typescript,HTML,C#,TFS,GIT,MS
Visual Studio,VS Code,Postman
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,ReactJS,JavaScript,Typescript,HTML,C#,TFS,GIT,MS Visual
Studio,VS Code,Postman
Summary
Having around 3 years of experience in developing enterprise level software.
Expertise in UI Design using latest frameworks and technologies like Angular 1.6, React JS and TypeScript.
In-Depth understanding of different task runners like Grunt, Gulp & Webpack that are used for Bundling, Minification,
Translation, etc.
Well versed in writing unit tests using Jest and Enzyme for React Applications.
Good knowledge of writing server-side Unit/Integration tests using C#.
Have been a part of different innovations that tend to improve performance and help us in day to day activities.
Have been following Agile Methodology with regular Scrums, PSI Planning & Sprint Planning along with Retrospection &
Grooming.
Excellent Communication & Presentation skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d42584…
https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d425843524213505c01… 2/2
Involved in various design discussions with the Architects.
Understanding requirements & estimating the time to create an efficient solution.
Creating Design Documents & Diagrams for the requirements.
Creating robust, efficient & scalable modules which would be a part of the Mitchell Connect application using TypeScript,
ReactJS, Angular Material, Gulp, Webpack, etc.
Creating new reusable components which could be used in a variety of applications.
Creating responsive pages for web applications which could be viewed properly on desktops as well as tablets.
Writing Unit/Integration tests .
Total Loss Valuation (TLV) / Mitchell (USA)
TEAM SIZE: 9 MEMBERS
PERIOD: OCTOBER 2017 - JULY 2019
TECHNOLOGIES: Javascript, React JS, TypeScript, C#, WebAPIs, Gulp, Webpack, Visual Studio 2017, Karma, Jest,
HTML5, CSS3, Jenkins.
DESCRIPTION: Total Loss Valuation (TLV) provides a solution to enable the Total valuation of the damaged vehicle whose
repair cost exceeds the Actual Cash value of the damaged vehicle.
RESPONSIBILITIES:
Involved in various design discussions with the Architects.
Understanding requirements & estimating the time to create an efficient solution.
Creating Design Documents & Diagrams for the requirements.
Creating robust, efficient & scalable modules which would be a part of the Mitchell Connect application using TypeScript,
ReactJS, Angular Material, Gulp, Webpack, etc.
Creating new reusable components which could be used in a variety of applications.
Creating responsive pages for web applications which could be viewed properly on desktops as well as tablets.
Writing Unit/Integration tests .
UG: B.Tech/B.E. (Computer Science and Engineering) from SWAMI KESHAVANAND INSTITUTE OF TECHNOLOGY,
JAIPUR in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ReactJs, Javascript
Typescript, HTML
C#
VCS, TFS and GIT
MS Visual Studio
VS Code, Postman
React.js 16 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 541: Resume 821 with similarity score 0.03513907249233907
B.E , B.TECH web developer , associate , software developer , full time , professional engineer css , kubernetes , designation , ug , affirmative action , mysql , cloud , maintenance , authorization , bootstrap , status , architecture , email , project , application , aws , git , computer science , javascript , technology , amazon web services , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125…
https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125216405e55085… 1/2
Current Designation: Associate Software Professional Engineer
(React js developer)
Current Company: DXC Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 1 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
DXC Technology as Associate Software Professional Engineer (React js developer)
Jun 2020 to Till Date
QA Programmer as Web Developer
Jan 2020 to Jun 2020
UG: B.Tech/B.E. (Computer Science and Engineering) from SWAMI VIVEKANANDA INSTITUTE OF TECHNOLOGY,
HYDERABAD in 2020
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Kalakonda Saicharan
Associate Software Professional Engineer seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JAVA,AWS,HTML,CSS,Bootstrap,JavaScript,REACT Js,MySQL,Git
Key Skills: Associate Software Professional Engineer,Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,AWS,HTML,CSS,Bootstrap,JavaScript,REACT Js,MySQL,Git
Summary
Result-oriented Professional with over 1 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,AWS,HTML,CSS,Bootstrap,JavaScript,REACT Js,MySQL,Git.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125…
https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125216405e55085… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JAVA
AMAZON Web Services
HTML, CSS
BOOTSTRAP
JavaScript
React js
MySQL
GIT
Cloud Watch
Kubernetes
Rank 542: Resume 1564 with similarity score 0.03510901358025691
B.E , MS , B.TECH , BS devops engineer , full time , development analyst , software developer ansible , automation , release notes , general , devops , jenkins , telugu , kubernetes , security , designation , scripting , mar , bash , affirmative action , plugins , rhel , technical architecture , hindi , docker , scratch , maintenance , merging , authorization , centos , english , teams , status , bug tracking , email , application , groups , aws , peering , ci , bitbucket , amazon rds , electronics , artifacts , pipelines , build tools , github , writing , debugging , maven , ec2 , languages , ports , sonarqube , javascript , notification , cloud computing , artifactory , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f18…
https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f180317155f5a585… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Mar 2016 to Till Date
Writing scripts for build, deployment, maintenance and related tasks using Jenkins, Docker, Maven and Bash. Daily
activities includes creating builds for multiple projects, deploying artifacts to multiple QA/DEV environments and debugging
issues. Written Ansible playbooks and Create roles as part of CI/CD Pipeline. Create/Manage VPC, Subnets, Route
Tables. Disabling ports via Security groups/NACLs. Enabling VPC Peering between Test, QA VPCs. Support the
engineering teams regarding CI/Build Tools, Environments and Automation.
Involved in Branching, Tagging and merging of Code at required releases. Maintaining Jenkins/Plugins. Build/Deploy
Pipeline Setup and End-End Job Setup of all the projects. Experience in bug tracking and analyzing test results and
prepared Release Notes. Utilized Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS DB
Services, EBS volumes; to set alarm for Notification or Automated actions, and to monitor logs for better understanding
and operation of the system. Setup and maintain server-monitoring using Cloud Watch. Setup Cloud Watch Alarms, Auto
Scaling Integration.
UG: B.Tech/B.E. (Electronics/Telecommunication) from MVGR College of Engineering, Vizianagaram in 2015
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Chakradhar Inumala
Application Development Analyst seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Cloud Computing,Jenkins,GIT,AWS,DevOps,Ansible
Key Skills: Application Development Analyst,Software Developer,Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical Architecture,Cloud
Computing,Jenkins,GIT,AWS,DevOps,Ansible
Summary
5 years of experience as a DevOps engineer/Consultant. Hands-on exposure to AWS cloud and also multiple DevOps tools.
Hands-on implementing
CI/CD pipelines from scratch using Jenkins. Ability to automate the day to day activities using Bash scripting. Looking for
prospective AWS/DevOps engineer roles.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f18…
https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f180317155f5a585… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
RHEL/CentOS
Terraform
AWS
devops
GIT
GitHub,Bitbucket
Jenkins
DOCKER
Ansible
Kubernetes
Artifactory
SonarQube
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 543: Resume 1002 with similarity score 0.03510129683510914
B.E , MS , B.TECH , BS application developer , full time , support engineer , software developer automation , award , outlook , computing , internal audit , css , access , designation , sqlite , scripting , ug , fieldglass , case , taleo , oracle , mysql , hindi , icims , cloud , offers , affirmative action , maintenance , pick , information analysis , ios , advanced , checks , english , teams , approvals , web applications , enterprise , status , authorization , email , project , application services , devices , sap , solution architecture , testing , android , rest , compensation , writing , c++ , react native , computer science , auditing , framework , languages , html5 , electron , mapi , selenium , python , one , javascript , jira , apps , technology , proof 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b1…
https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b18501317580c09… 1/3
Current Designation: Application Developer and Support
Engineer
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Accenture as Application Developer and Support Engineer
Jan 2021 to Till Date
Conduent (Oct 2018-Dec 2020)
OCT 2018- TILL DATE: APP dev And Support Engineer, Conduent, Bangalore
Worked on developing Web applications for internal Conduent projects.
Developed scripts in python to automate adding I9 verifiers on Equifax website.
Developed Internal Application using python , Javascript, Html Css using Electron Framework for Internal Auditing.
Projects At Conduent
Equifax Automation: The projects Requires a lot of manual entries into the System for the Recruitment Software Oracle
Taleo,This was Automated by creating Bots to handle the Data entry with complete checks in place to avoid any errors.
The project was Completed within 4 weeks with successful testing and was deployed within two months in the job.
Technology Used: Python, Selenium Libraries, eel Framework, SQLite.
Approvals App Integration: This was a POC on Integrating Approvals from Our internal Apps that are ICIMS, Oracle HCM
CLOUD, Taleo, SAP Fieldglass into One APP .A successful Poc was delivered by me and my team which combined all the
Approvals routed to the Managers in a single place where they can be Accessed and Managers can Respond by
Accepting , Rejecting Requests adding comments , Approve Inventory, Offers , Absences .The App was delivered in A
cross Platform Framework React Native which Helped in getting both Ios and Android devices to be tested against the
App .The App Hits the Available Rest Api's for Approvals and Renders them in a single page Application. The Poc was
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Shani Agnihotri
Application Developer and Support Engineer seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Python,React
Native,Java,C++,MySQL,Mongo DB,JavaScript
Key Skills: Application Developer and Support Engineer,Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,React
Native,Java,C++,MySQL,Mongo DB,JavaScript
Summary
2.1 years of IT Experience.
Experience in Python ,Scripting ,React Native ,Java ,C++,JavaScript.
Completed CDAC Certification from CDAC acts Bangalore
An excellent communicator with keen analytical ability and information analysis skills proven ability to interact effectively with
technical as well as non-technical teams.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b1…
https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b18501317580c09… 2/3
delivered over the period of 6 Months.
Several scripts in Python to Handle Production Integrations within very small amount of time and got On spot award for the
same.
Delivered a successful POC on Conduent Approvals App in order to Manage absences and Compensation modules using
React native Application.
Technology Used: React Native, JavaScript, Backend (Python), Rest Api.
ICIMS INTEGRATION : Our Recruitment Process Made a shift from Taleo to ICIMS ,so the New Integration Which is still in
Progress in Phases , I am responsible for writing scripts for The Termination that occur at different Applications like Oracle
HCM Cloud, AIM , SIP and these are Synchronised with ICIMS in order to keep the System Audit Compliant. Various
Scripts are in Place to Check daily Process and Bugs, In case there are Problems in the Workflows the Scripts pick them
up And Alert the Jira Automatically and these are Picked up and resolved by the Admins, which created a Proactive
Behaviour to handle Problems and get them Resolved.
Technology Used: Python, SQLite.
Internal Audit Process Setup For Enterprise Application Services : A new Process was Setup to handle the Internal
Auditing on the Roles of the Employees Where these Roles were Being Audited twice within a Quarter , These were setup
to Insure that No Terminated , or Unauthorised Employee had access to Internal Applications at Conduent before the
Audits Kick off . This was a excruciating Process that Requires the Proof's and Access Verification every Quarter. I was
part of the Team to develop the Automated mails to Manager's with the Reports Access Level and get it confirmed. There
were two parts Sending Mails and then Reading the response from Outlook. I created the Scripts to Automate the file
creation for all the Managers and Mailing Them, Then Collecting Their Response Automatically every Evening, and send
this Report to the Audit Team. This was Completed and was put in Production within 2 months.
Technology Used: Python, eel Framework, Outlook MapI.
UG: B.Tech/B.E. (Computer Science and Engineering) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal
in 2017
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Python
React Native
JAVA
C++
MySQL, Mongo DB
Oracle HCM Cloud
C, C++
JavaScript
HTML5, CSS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b1…
https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b18501317580c09… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 544: Resume 1392 with similarity score 0.0350249099144981
B.E , MS , B.TECH , BS project manager , salesforce developer , software developer , orchestrator , salesforce administrator , full time , sql developer , team lead sosl , award , training , general , telugu , data validation , designation , affirmative action , aura , lightning , hindi , ltd , custom objects , player , salesforce.com , soql , authorization , customer data , english , formulas , status , variety of audiences , siebel , sql , email , project , record , application , cron , ibm , data systems , components , validation rules , languages , business process , foundation , operational support , it , javascript , workflow , tabs , crm , technology , administrative , apex 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190…
https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190145415d5a005… 1/3
Current Designation: SalesForce Admin/Developer
Current Company: IBM India Pvt. Limited
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
IBM India Pvt. Limited as SalesForce Admin/Developer
Jun 2020 to Till Date
Achievements/Tasks
Develop, maintain, create, and improve validation rules, custom workflows, Apex customizations, custom objects, fields,
and formulas
Customizing the applications on Sales force platform and Force.com.
Hands on experience on developing Triggers, Apex Classes Hands on experience in lightning Aura Components Workflow
and Approval processes, Sharing Rules.
Worked on the designing of custom objects, custom fields, role based page layouts, custom Tabs and various other
components as per the client and application requirements.
Tech Mahindra as SFDC Junior Developer
Apr 2018 to Jun 2020
Achievements/Tasks
Working with management and end-users to create and manage workflow rules, data validation, processes and flows
Work with management, create and manage complex workflow rules, data validation, and triggers
Create and manage custom objects, fields, formulas, validation rules, custom workflow, and approval processes
Work Closely with Team Lead or Project Manager to develop solution in accordance to the system design
SIEBEL CRM ADMIN/SQL DEVELOPER
Tech Mahindra Pvt Ltd
04/2018 - 01/2019,
Achievements/Tasks
Monitor and maintain the Development, Test, Training and Production environments.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sri Rama Chandra Raju Buddharaju
SalesForce Admin/Developer seeking roles in Salesforce Development,Salesforce
Administration,Requirement Gathering,Project
Management,Salesforce.com,SFDC,Salesforce CRM,Triggers,Data
Loader,Force.com,Workflow,Apex,SQL,JAVA,JavaScript
Key Skills: SalesForce Admin/Developer,Software Developer,Salesforce Development,Salesforce
Administration,Requirement Gathering,Project Management,Salesforce.com,SFDC,Salesforce CRM,Triggers,Data
Loader,Force.com,Workflow,Apex,SQL,JAVA,JavaScript
Summary
Highly seasoned and certified Salesforce Developer having around 3 years of experience with a strong record of client
satisfaction. Adept at explaining highly complex data systems to a wide variety of audiences. Proven multitasker, independent
worker, and team player.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190…
https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190145415d5a005… 2/3
Support for Siebel Configuration, Development, and Implementation of applications solutions.
Perform a day-to-day operational support functions within
SKILLS
SalesForce Admin SFDC Development,SOQL,SOSL FORCE.COM APEX
SQL JAVA
Java Script
EDUCATION
Bachelors of Technology (05/2013 - 04/2017) Mechanical Engineering
ACHIEVEMENTS/CERTIFICATIONS
Employee of the Quarter Q2 (07/2020 - 09/2020)
Employee of the quarter award for handling most number of production issues
BRAVO Award (05/2019 - Present)
Awarded with Bravo for automating the business process and Admin tasks using UI Path
SALESFORCE CERTIFIED ADMIN (01/2021 - Present)
salesforcre certified Adminstrator
SALESFORCE CERTIFIED PLATFORM DEVELOPER
(01/2021 - Present)
UI Path Foundation training Certi?cation (11/2019 - Present)
UI path Orchestrator certi?cation (11/2019 - Present)
LANGUAGES
Siebel including client, server, User creations, checking logs, Actuate, and administrative duties such as server and
application administration
Involved in developing he scripts using SQL to extract the customer data and to schedule the CRON jobs
UG: B.Tech/B.E. (Mechanical) from GMR Institute of Technology, Srikakulam in 2017
Other Qualifications/Certifications/Programs:
UI Path Foundation Training Certification
UI path Orchestrator Certification
Salesforce Administrator
salesforce certified platform developer
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE CRM 2 Year(s) 1 Month(s)
SALESFORCE.COM 2 Year(s) 0 Month(s)
SalesForce Admin 2 Year(s) 1 Month(s)
Salesforce developer
SFDC 2 Year(s) 1 Month(s)
APEX
SQL
JAVA
JavaScript
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190…
https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190145415d5a005… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 545: Resume 1356 with similarity score 0.03498859169821592
B.E , MS , B.TECH , BS software engineer intern , software developer , full time , part time , change management api , training , algorithms , designation , affirmative action , suggestions , async , mysql , hindi , linux , maintenance , pick , test cases , authorization , english , status , timelines , postgresql , email , project , boot camp , consideration , application , aws , numbers , android , writing , change management , wbs , git , debugging , languages , django , documentation , python , javascript , technology , learning , teaching 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c4…
https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c430043465a5c0f… 1/2
Current Designation: Software Engineer II
Current Company: HashedIn Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HashedIn Technologies as Software Engineer II
Jul 2020 to Till Date
- Saved 100's of dollars per month by suggesting and implementing
background/async tasks using AWS lambda instead of a separate
worker environment.
- Implemented Audit Logs single-handedly for the complete backend
which helped the client manage their staff activities.
- Successfully helped in getting a new subproject under City Rewards
by making WBS of the project single-handedly, as well as convincing
the client of our tech capabilities.
HashedIn Technologies as Software Engineer I
Jul 2019 to Jul 2020
- Improved API performance for the majority of APIs by learning DRF
queries in-depth, implementing them, and teaching the same to my
teammates too.
- Reviewed the complete backend application to figure out pain
points and gave suggestions/approaches, quite a few of which were
implemented too which improved the performance even further.
- Implemented 10's of APIs to match the aggressive release timelines
given by the client while keeping quality in consideration by writing
integration test cases and swagger documentation.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Avaneesh Pratap Singh
Software Engineer seeking roles in Software Engineering,Software
Development,Project Management,Change Management,Quality
Management,Requirement Gathering,Application Development,Data
Structures,Algorithms,Python,Django,MySQL,AWS,Git
Key Skills: Software Engineer/Developer,Software Engineering,Software Development,Project Management,Change
Management,Quality Management,Requirement Gathering,Application Development,Data
Structures,Algorithms,Python,Django,MySQL,AWS,Git,SQL
Summary
Software Engineer II with close to 2 years of experience. Involved in tasks ranging from planning (requirement
gathering, estimating etc) to development and deployment of the same. Extensively worked with Python-Django
apart from a few others too. Looking for opportunities to further enhance my knowledge depth and breadth.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c4…
https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c430043465a5c0f… 2/2
HashedIn Technologies as Software Engineer Intern
Feb 2019 to Jul 2019
- Cleared the 2 months of rigorous boot camp training (HU).
- Appreciated for the thorough debugging skills by the client, post-
training, which helped them remove corrupted data causing
problems to the management team.
- Quick learning of new technology helped the team in a successful
POC for an Android App combining with 2 different machine
learning algorithms to specifically pick numbers from the license
plate.
UG: B.Tech/B.E. (Computers) from School of Engineering and Technology, Jain University in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python 2021 2 Year(s) 0 Month(s)
DJANGO 2021 2 Year(s) 0 Month(s)
Data Structures 2021 2 Year(s) 0 Month(s)
ALGORITHMS 2021 2 Year(s) 0 Month(s)
GIT 2021 2 Year(s) 0 Month(s)
Linux 2021 2 Year(s) 0 Month(s)
AWS 2021 1 Year(s) 6 Month(s)
PostgreSQL 2021 0 Year(s) 2 Month(s)
MySQL 2019 0 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 546: Resume 1093 with similarity score 0.03491745584244088
B.S , MS project lead , it analyst , associate , service engineer , devops , senior software engineer , test lead , full time , team lead , team member , technical lead training , controllers , customer , defect logging , addition , angular , docker , test cases , digital , airlines , node.js , status , rabbitmq , specifications , plus , xml , preventive maintenance , artifacts , components , upstream , infrastructure , weblogic , bonus , workflow , appliances , notification , remote access , react.js , ansible , automation , devops , pentaho , generators , designation , confluence , deliverables , xslt , web services , bpmn , cloud , ltd , netezza , english , code review , agile , project , on site , solution architecture , splunk , fixing , construction , rest , nielsen , computer science , documentation , diary , test data , javascript , couchdb , technology , motors , business requirements , hadoop , application lifecycle management , feeds , reporting , bugzilla , couchbase , options , group travel , affirmative action , mysql , oracle , unix , business logic , email , jpa , activiti , business rules , manufacturing , retail domain , aws , operations , github , internet of things , junit , unit testing , maven , languages , decision support , hibernate , jira , engineers , root cause analysis , storage management , api , redux , mockito , jenkins , openshift , tamil , testng , health , revenue , apache , authorization , spring boot , modernization , devices , user administration , walkthroughs , repository , framework , offshore , nginx , preparation , mobile web , selenium , cvs , reviews 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 1/4
Current Designation: Senior Software Engineer -Java
Current Company: Inter Globe Technology Ltd.,
Current Location: Dubai
Pref. Location: Germany,Singapore,United Arab Emirates
(UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Email - id
Inter Globe Technology Ltd., as Senior Software Engineer -Java
Apr 2018 to Till Date
Title Enterprice Rebooking
Period Jan 2020 - Till Date
Client Name Emirates Airlines
Role Senior Software Engineer
Domain Airlines
Responsibilities Developer
Project Location Dubai
Software Methodology Agile
Project The Mobile Web rebooking will scoped for PNRs which have been previously rebooked via Re-Accommodation
Manager, with all associated information transferred to new rebooking. No pending manual intervention.
.
Carried out the following activities:
Developing new Micro services using spring boot using Reactive Programming.
Developing business components and responsive UI using React and Redux.
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Sathiya Balakrishnan
ACDA Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,Spring Boot,Angular JS,React,Redux,Node
Js,JSP,Rest,JPA,Junit
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Java,Spring Boot,Angular
JS,React,Redux,Node Js,JSP,Rest,JPA,Junit
Summary
Over 8.5 years of professional experience in development, maintenance and support of Java Web Application and Data
warehouse.
Associated with Inter Globe Technology Ltd since April 29 2018 to till date (1.5 years) as Senior Software Engineer with Airlines
domain- Emirates Airlines.
Associated with HCL Technology Ltd since July 2016 to May 2018 (1.3 years) as Java Technical Lead with Manufacture and
Health Care domain.
Associated with Tata Consultancy services from Oct 2011 to July 2016(4.9 years) as IT Analyst with Retail domain.
Hands on experience in application development using Java 8, Reactive Programming, Spring Boot, Node.Js , React.Js, Redux,
Angular, AWS, CouchDB, MySql, Netezza, Oracle, Junit, Mockito, Jest, and DevOps ( GITHub, Jenkins, Ansible, Docker,
Openshift, Splunk ).
Hands on experience in Web Services Development using Micro service architecture.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 2/4
Manual Code review and preparing artifacts.
Execution of test cases using Mockito and Jest for services and defect logging and tracking.
Analyzing and Evaluating Business Requirements.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (8), Reactive Programming, React Js, Redux, Mockito, Spring Boot (2), Rest Web Services,
Hibernate, Couch base, Open shift, Splunk
Jun 2019 - Dec 2019 Inter Globe Technology Ltd
Title Skywards Plus (Mobile Web Team)
Period June 2019 - Dec 2019
Client Name Emirates Airlines
Role Senior Software Engineer
Domain Airlines
Responsibilities Developer
Project Location Dubai
Software Methodology Agile
Project Skywards have introduced a new program for Emirates Mobile Web to incentivise the Skywards customer by
allowing them to get additional benefits in addition to their current tier benefits such as Discounted Upgrade,
Complementary Upgrade, and Bonus Miles etc.
Carried out the following activities:
Integrate the Skyward plus business logic in the existing workflow.
Working with Rest API, Angular 1 and 2 UI Changes
Manual Code review and preparing artifacts.
Execution of test cases using JMockit for services and defect logging and tracking.
Analyzing and Evaluating Business Requirements.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (7), JMockit, Spring, Rest Web Services, Angular 1 and 2, Jenkins. JBoss, WebLogic
Apr 2018 - May 2019 Inter Globe Technology Ltd
Title Group Booking Engine (GBE)
Period April 2018 - May 2019
Client Name Emirates Airlines
Role Senior Software Engineer
Domain Airlines
Responsibilities Developer
Project Location Dubai
Software Methodology Agile
Project Bulk Approval processor (BAP), facilitates Group desk team of Revenue department at HQ to manage the
Group Travel requests from EK stations and agencies. It provides workflow to evaluate and approve the group requests by
providing necessary decision support information such as Flight options, Inventory, booking status, Fare details, etc.
helping the Group desk controllers' process with reduced turnaround time. BAP also has Auto Pilot (AP) function wherein
the group request are auto-approved based on defined business rules, thus further reducing manual effort.
Carried out the following activities:
Developed Micro services using spring boot.
Migrate the business logic which is written in PLSQL to Java and create the Rest API.
Manual Code review and preparing artifacts.
Execution of test cases using Mockito for services and defect logging and tracking.
Created tool to migrate bulk data from oracle to couchbase.
Analyzing and Evaluating Business Requirements.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (8), Mockito, Spring Boot (2), Reactive Programming, Rest Web Services, Hibernate, Couch
base, Open shift, Splunk
HCL Technology Ltd as Technical Lead
Jul 2016 to Apr 2018
Title ORMCO Digital Platform
Period Jan 2017- Till Date
Client Name ORMCO, USA
Role Technical Lead
Domain Health Care
Responsibilities Leading team
Project Location Chennai, Tamil Nadu, India
Software Methodology Agile
Project Implementation of ORMCO digital project which is Web based application based on HCL PAS Platform.
Develop new platform to take care of the Order to delivery of the appliances and will manage the process and data for
Insignia treatment option.
Carried out the following activities:
Developed Micro services using internal framework (PAS).
Developed business components and responsive UI.
Manual Code review and preparing artifacts.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 3/4
Execution of test cases and defect logging and tracking.
Analyzing and Evaluating Business Requirements.
Effort estimation for new initiatives.
Creating design and technical documents.
Onsite-Offshore coordination and status reporting.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (7), Spring Boot (1.2.6), JSP, Angular JS 1 & 2, Rest Web Services, JPA (used
Specifications), Hibernate, Spring Boot Security(Oauth2), Nginx, AWS, RabbitMQ, Activiti BPMN, Pentaho Reporting
Designer(PRD), MySQL, TestNg, Maven, Jenkins, Selenium, SVN.
July 2016 - Dec 2016 HCL Technology Ltd
Title ABB RAISE
Period July 2016- Dec 2016
Client Name ABB Limited
Role Technical Lead
Domain Manufacturing (IOT)
Responsibilities Defect Fixing and Test Lead
Project Location Chennai, Tamil Nadu, India
Software Methodology Agile
Project Remote Access Infrastructure for Service Environments (RAISE) platform is an Internet of Things (IoT) solution.
The main purpose of RAISE is to collect data from different types of machines including motors, generators, drivers, etc.
and do the preventive maintenance/analysis to prevent the occurrence of faults. The data will be collected on site by the
help of sensor's and connector and collected data will be sent to cloud through secured channel. Service Engineers can
do device management, report management, storage management, user administration, notification management and etc.
These operations are very helpful for the service engineer point of view to manage the collection of devices. Service
engineer also have the option to set warning level to get notified via email.
Carried out the following activities:
Defect Fixing and constructing Unit Test case for APIs.
Involved in defect fixing and reporting on time.
Lead the test team for Automation by using Selenium framework.
Technologies Utilized Java (6), MySQL, Junit, Struts1.2, JSP, Hibernate, Maven, Jenkins, CVS, Selenium.
Tata Consultancy Services as IT Analyst
Feb 2012 to Jun 2016
Title Ingestion - Code Reader
Period February 2012- June 2016
Client Name A C Nielsen (Oldsmar, FL, USA)
Role IT Analyst
Domain Retail
Responsibilities Requirement Analysis, Coding Development, Internal Testing, Defect Fixing, Documentation and
Status Reporting.
Project Location Chennai, Tamil Nadu, India
Software Methodology Waterfall
Achievements Ingestion Code Reader Production rolled out and it is replacement of 30 years' legacy system (Diary data
collection).
Project Ingestion application was introduced as part of the Media 3.0 modernization program. The primary objective of
this application is to host all the upstream system Media feeds, act as repository or staging, validate the data format and
cleanse it before it is being used by the other downstream systems.
Carried out the following activities:
Analysing the requirements.
Interaction with clients and coordinating between onsite and offshore team
Preparing the Unit test plan.
Construction and unit testing.
Review of team member coding and test results.
Involved in preparation of test data based on Functional Specification.
Involved in analysing the Functional Specification and preparing Test cases.
Been responsible for the overall quality and timeliness of the deliverables.
Involved in capturing the business requirements.
Report progress to On-site Project Lead and TCS management.
Co-ordinated with onsite team to understand the requirement and prepare SDP, HLD, LLD, UTC, UTR, IQA, EQA etc.
Involved in AO review as well as IQA process.
Involved in defect fixing and reporting on time.
Involved in Root cause Analysis of the defects in QC..
Perform Enhancements as per the client's requests.
Extensive knowledge in Application Lifecycle Management 11.0.
Attended Reviews, Walkthroughs, and Daily Status calls with Clients and send Weekly status report.
Technologies Utilized Java (6, later migrated to Java 7), Netezza, Oracle, Shell Script, Hadoop (Impala, HDFS), Junit,
Struts1.2, JSP, ANT, Jenkins, CVS, JSwing , Spring and Hibernate, XML, XSLT, XSL.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 4/4
UG: B.Sc (Computer Science) from Madras University in 2008
PG: MCA (Computers) from Anna University in 2011
Other Qualifications/Certifications/Programs:
AWS Certified Developer Associate
Agile fundamental training
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Spring Boot, Angular JS 2
React, Redux, Node Js
JSP, Rest, JPA
Junit, TestNG, Mockito, Selenium
AWS
Jboss, Nginx, Apache
Oracle, Netezza, MySQL, Couchbase
Hadoop (HDFS), Impala
Unix Shell Scripts
Pentaho (PRD)
JSWING
Ant, Maven
CVS, SVN, Git
Jira, Confluence
BUGZILLA
Jenkins, Docker
Ansible, Openshift, Splunk
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 547: Resume 362 with similarity score 0.03491273204282663
BS work from home angular , c programming , mongodb , completion , firebase , assessment , resume , english , ux design , node.js , css , javascript , bootstrap , python , writing , building , mysql , html Assessment
Q1. Why should you be hired for this role?
I am actively looking for internship in mean/mern stack development.
I am working in angular and mysql since last 6 months. I am willing to work in required stack. I will give my best and learn accordingly if required.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 6 months starting 14th feb.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9456025110
Nirali Gandhi
Ahmedabad
Applied 07 Feb'21
Node.js Bootstrap C Programming
CSS English Proficiency Spoken) English Proficiency Written)
HTML UI & UX Design User Interface UI
Development
Angular 7.0 C Programming Data Structures
Java JavaScript MySQL
MongoDB Python
Senior Secondary XII, Science
Sacred Heart Convent Higher Secondary School
ISC board)
Year of completion: 2017
Percentage: 68.00%
Secondary X
ST. FRANCIS HIGHER SECONDARY SCHOOL
ICSE board)
Year of completion: 2015
Percentage: 80.00%
Women In Engineering full stack website
Aug 2019 - Present
Building the website in angular 8, with backend of nodejs and mysql. The website will be deployed on firebase.
Excellent at Writing and Communication.
Have my own blog myilluminato.blogspot.in
Rank 548: Resume 834 with similarity score 0.03489379463595645
B.E , MS , B.TECH project manager , senior developer , devops , software developer , senior software engineer , full time , team lead , technical lead , project leader schema , algorithms , microsoft azure , asp.net mvc , conducting , web api , beginner , test cases , status , integration testing , pl/sql , barcode , components , technical design , sql server , organization , change control , low level design , functional specifications , devops , designation , deliverables , mar , contingency planning , english , troubleshooting , agile , project , tech-savvy , sprint planning , system requirements , closure , initiation , git , documentation , dashboard , ooad , triage , sonarqube , javascript , stored procedures , reporting , optimization , general , entity framework , scrum , technology platforms , user defined functions , affirmative action , oracle , technical architecture , maintenance , process flow , typescript , instrumentation , object oriented design , email , health check , design patterns , high level design , unit testing , languages , scheduling , apps , codes , mentoring , asp.net core , ug , tamil , authorization , risk , enterprise , c# , application , database development , windows services , problem solving , preparation , kannada , adoption , ceremonies , ado.net , .net framework , linq , load , metrics , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091…
https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091151431358590b… 1/3
Current Designation: Senior Software Engineer
Current Company: Allegion India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Coimbatore,Madurai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
Allegion India Private Limited as Senior Software Engineer
Aug 2019 to Till Date
Key Result Areas:
Participating in the SDLC right from requirement analysis, documentation (functional specifications, technical design),
backend coding & testing (preparation of test cases along with implementation) to DNS & release and maintenance of
proposed applications
Organizing Scrum ceremonies (Daily Scrum, Sprint Planning, Bug Triage, Sprint Review, Sprint Retrospective, Backlog
Refinement) and Agile adoption retrospective for organization
Conducting system study and coordinating with API team members for Design and Application Maintenance
Managing projects from the stage of initiation till monitoring & control and closure including planning, estimation &
scheduling; updating information to all stakeholders, integrating change control, controlling base lines, planning risk
responses and contingency planning
Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables; preparing
monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as extending post-
implementation support to team members by identifying defects, inconsistencies & errors
Evaluating new technology platforms and components; planning, designing, coding, analyzing and conducting test
systems for applications; developing and executing unit/ basic/ functional test cases & framework
Developing applications for time-sensitive projects while considering business and system requirements
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MAHENDRAN M
Software Developer with 10+ years of Experience in .Net in Software Development,
Technical Architecture, Project Management, Design Patterns, Agile Methodology with
Latest Tech Stack includes C#.Net, Asp.Net Core, Micro Services, Microsoft Azure,
SQL
Key Skills: .Net, C#, OOAD, OOPS, ASP.Net MVC, C#.Net, SQL Server, Entity Framework, ASP.Net Core, Microsoft
Azure, LINQ, React, Type Script, Oracle PL/SQL, Windows Application, Windows Services, Agile Methodology, Azure
DevOps, CI CD, Micro Services, SonarQube
Summary
IT Tech-savvy professional offering 10+ years of experience in Project Execution, Designing & Development (Enterprise web
application) using ASP.NET MVC, ASP.NET Core, WebApi, Microsoft Azure, Swagger & Function Apps
Expertise in Programming in .NET Framework, C#, ASP.Net MVC, Entity Framework, Micro Services, Data structures,
Algorithms, Problem Solving, Object Oriented Design & Concepts, High Level Design (HLD), Low Level Design (LLD), Time
Complexity and Memory Optimization
Hands-on experience in Database Development including Schema Design, T-SQL Queries, Stored Procedures, Triggers and
User Defined Functions Creation for MS SQL Server and Azure DevOps for Auto-Deployment (CI/CD)
Experience in conducting Software Development Lifecycle (SDLC) right from requirement analysis, documentation
(functional specifications, technical design), coding and testing (preparation of test cases along with implementation) to
maintenance of proposed applications
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091…
https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091151431358590b… 2/3
Maintaining project, drafts, files, codes & scripts in an organized manner that allows other team members to make
edits/suggestions/ changes
Inncrewin Technologies as Technical Lead
Feb 2019 to Jul 2019
Involved in end to end development and product improvements, created process flow for complete Load ,
Unit and Integration testing.
Mentored Team members and other stake holder on new tools and technologies used in the product.
Epsilon as Senior Developer
Oct 2016 to Feb 2019
Designing, Coding and Unit Testing.
Integration of work and co-ordination with other team members.
Owning Release Activities
Reporting to Project Leader and Project Manager.
Interacting with the users in case of technical problems and mentoring the business users.
Troubleshooting problems and quick fix to issues related to application provided by clients.
Infinite Computer Solutions as Senior Software Engineer
Jun 2016 to Oct 2016
Designing, Coding and Unit Testing.
Integration of work and co-ordination with other team members.
Reporting to Project Manager.
OnePoint Global as Senior Software Engineer
Sep 2014 to Jun 2016
Designing, Coding and Unit Testing.
Integration of work and co-ordination with other team members.
Reporting to Project Manager.
Aditya Barcode Technologies as Software Engineer
Dec 2010 to Sep 2014
UG: B.Tech/B.E. (Instrumentation) from Sri RamaKrishna Engineering College in 2008
Education
IT Skills
Skill Name Version Last Used Experience
.NET
C#
OOAD
OOPS
ASP.Net MVC
ASP.NET Core
Web API
Microsoft Azure
WINDOWS APPLICATION
Windows SERVICES
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091…
https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091151431358590b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
ADO.NET
MICRO SERVICES
Entity Framework
LINQ
Design Patterns
Swagger
REACT
TypeScript
MS SQL SERVER
Oracle PL/SQL
Azure DevOps
GIT
TFS
SVN
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Kannada Beginner
Rank 549: Resume 1514 with similarity score 0.03481219476917942
MS , M.Sc , M.S application support , certified scrum master , operations manager , owner , technical project manager , change management , full time , service delivery manager server monitoring , customer , security , literacy , it service management , kpi , outsourcing , digital , glass , status , steering , smoke testing , building , delivery of projects , payments , service delivery management , organization , streams , corrective actions , designation , hindi , english , contractual agreements , agile , ops , closure , accountability , change management , disaster recovery , resolve , itil , dashboard , service improvement plans , javascript , load testing , end to end delivery , managed services , general , scrum , team management , affirmative action , information technology , urgency , maintenance , escalation , email , manufacturing , aws , technology solutions , languages , malayalam , sit , mobile , testers , web , apps , root cause analysis , commerce , it infrastructure management , database , mentoring , people management , ug , exist , revenue , legacy systems , authorization , teams , application , business expansion , less , operations management , electronics , project risk , government , servers , framework , offshore , statistics , ceramics , cloud computing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195…
https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195118450d55580… 1/3
Current Designation: Project Manager
Current Company: UST Global
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
UST Global as Project Manager
Nov 2019 to Nov 2020
project manager with scrum master
UST Global as Technical Project Manager
Dec 2018 to Jun 2020
Responsibilities:
* Managing a team of 15 members that comprises of IMS (Infrastructure Management Services), AMS (Applications
Management Services), DBA (Database Administrators), and Testers.
* Followed SCRUM framework.
* Migration of 136 applications to newly built GE1 SIT environment in Modern Datacenter (MDC).
* Procuring of 305 servers (application & DB) using VRA tool with Blueprints.
* Completed required DB setup for all procured MDC DB servers.
* Installing the required software and setting up of applications in GE1 environment by referencing to GE1 legacy
* Smoke testing on the applications once building of the apps are completed in newly built GE1 env.
* Performed end to end testing on the identified application streams.
* Performed load testing on the selected application streams.
* Updated the newly provisioned MDC servers in EView tool.
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Rajmohan Janardhanan Nair
Technical Project Manager seeking roles in Project Management, Service Delivery
Management, IT Infrastructure Management, SCRUM master, Cloud computing -
AWS, ITIL, Server Monitoring,itil
Key Skills: AWS,Technical Project Manager,Project Manager,Project Management,Service Delivery Management,ITIL, IT
Infrastructure Management,SCRUM master,Operations manager,Server Monitoring,AWS cloud computing,Agile
Methodology,Delivery Management
Summary
Over 17 years IT experience spanning across, Project Management, IT Ops and Service Delivery. Work with internal teams to
create the migration process of legacy systems to the AWS cloud.Strong experience in cloud-based delivery.
Good overall knowledge on cloud native and third party cloud related security solutions
A dynamic professional with over 17+ years of experience in Project Management/ Delivery/ Operations. Presently working with
UST Global Proficient in managing end to end delivery of projects. Have gained comprehensive experience in steering teams
towards achieving targets & business expansion in different verticals thereby enhancing the sales/revenue statistics. Excellent
people management, mentoring skills with the ability to train and motivate cross cultural teams in optimizing their performance.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195…
https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195118450d55580… 2/3
UST Global as Project Manager
Nov 2018 to Till Date
Technical Project Manager / Certified Scrum Master / Service Delivery Manager
I-exist Technology Solutions as Project Manager
Nov 2016 to Nov 2018
Worked as Project Manager to implement Digivaarta web/mobile application for MeitY Delhi (Ministry of Electronics and
Information Technology, Government of India) to assist them to promote financial and digital payments literacy using an
innovative mobile based interactive communication tool called Digivaarta.
Responsibilities
* Implementation of Digivaarta web/mobile application on AWS Cloud.
* Understanding of end to end project requirement to enable effective Planning, Organizing, Leading, Controlling.
* Define project/ product scope
* Develop project schedule by defining the activities, sequence the activities, estimate the duration of activities and
maintain the schedule.
* Used Project Libre tool for Project plan i.e. developing a schedule, assigning resources to tasks, tracking progress,
and analyzing workloads
* Analyzing and managing project risk
* Working with Meity & NIC team to resolve impediments
* Working with NIC IT team for infra requirements and releases from AWS cloud
* Six-member Team management
* Provide application support post implementation.
Wipro Technologies as Service Delivery Manager
May 2011 to Dec 2014
Responsibilities
Worked as a Service Deliver Manager who managed 25+ on/offshore resources providing services to US based glass and
ceramics manufacturing firm as a part of Managed Services Outsourcing in the area of ITSM (i.e. Server Monitoring,
Network Monitoring and Service Desk).
* Holds the accountability across all aspects of the service delivery organization
* IT Service Management (ITSM) based on ITIL best practices
* Building and maintaining customer relationships
* Ensuring that quality services are delivered regarding to the agreed SLA
* Holds first level business owner and responsible for all contractual agreements with the customer.
* Ensure that account has proper governance, processes in place
* Manage critical customer interactions, Conference Calls, Bridges, ensure escalation are triggered on time and to the
appropriate persons
* Providing detailed reports as per an agreed schedule (or on request), including management and account
performance reports i.e. SLA dashboard report, KPI report
* Present Service Improvement Plans quarterly to the customer and provide the progress report monthly
* Ensure 100% compliance to defined Operations Management support Process especially Root Cause Analysis,
Proactive communication with customer, Closure of any open-ended issues Identify Defect Areas and proactively carry out
corrective actions
* Update all the quality documents and lesson learned documents
* Resolve issues/concerns/conflicts in the teams
* Project change management
* Single point of contact for the customer for any escalations
* Mitigating and solving escalations with urgency and determination
* Successfully driven the disaster recovery activity for the account that failed twice in previous attempts.
UG: B.Com (Commerce) from Kerala University in 1997
PG: MS/M.Sc(Science) (Computers) from Karnataka University in 2005
Education
IT Skills
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195…
https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195118450d55580… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Scrum Master 2 Year(s)
AWS 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 550: Resume 799 with similarity score 0.034771826846139435
B.E , MS , B.TECH , BS engineering manager , software engineer , project lead , partner , full time api , functionality , continuous process , general , customer , jenkins , interview , user friendly , ice hockey , designation , ug , tamil , affirmative action , oracle , vista , mysql , tortoise svn , fitness , hindi , data collection , teamcity , windows , jquery , player , authorization , risk , logstash , node.js , teams , english , enterprise , wellness , status , baseball , deliveries , stakeholder management , agile , email , project , productivity , aws , microservices , sports , xml , bitbucket , paper , user stories , github , epics , mac , led , engineering design , online , unit testing , kibana , languages , asp.net , nunit , basketball , golf , amazon , sql server , soccer , kannada , management system , python , dashboards , engineers , search , javascript , jira , cloud computing , velocity , football , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581…
https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581903111409580… 1/3
Current Designation: Engineering Manager
Current Company: StatsPerform
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Engineering Design / R&D
Role: Tech. Lead/Project Lead
Industry: Wellness / Fitness / Sports / Beauty
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
StatsPerform as Engineering Manager
Feb 2007 to Till Date
Accomplishments:
Design and built monitoring and alerting dashboards for XML deliveries, API Heath and real time log
monitoring using ELK (Elastic Search, Logstash & Kibana) stack.
Reengineered Enterprise system to MACE (Microservices Asynchronous Cloud native driven) to move
data to a cloud-based environment and deliver to clients using serverless microservices.
Built a single source of software for Soccer Data collection using AWS services to transform and deliver
real time data to Clients.
Designed, developed and currently supporting data collection software packages for all sports (Soccer,
Baseball, Basketball, Football, Ice Hockey, Golf etc.)
Providing Core Engineering 24/7 support with a team of 7 Engineers on all support incidents.
Implemented best practices, mentored and improved the process that led to the expansion of 30
people and still growing.
Key Player in ensuring customer success through interaction with stakeholders in making decision on
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
S. SHIRLEY RANJINI
Engineering Manager seeking roles in Project Management,Delivery
Management,Requirement Analysis,Cloud Computing,Stakeholder Management,Risk
Management,Agile Methodology,ASP.Net,WCF,NUnit,C#,SQL
Server,Ajax,TDD,JQuery,Javascript, React, Node js, AWS
Key Skills: Engineering Manager,Head-Production,Project Management,Delivery Management,Requirement
Analysis,Cloud Computing,Stakeholder Management,Risk Management,Agile Methodology,Product
Engineering,ASP.Net,WCF,NUnit,C#,SQL Server,Ajax,TDD,JQuery,Javascript
Summary
Good in technical skills and having Hands-on experience.
* Managing the design, development, integration, testing and implementation of products using
scaled Agile methodology.
* Making sound decisions about how to achieve set targets.
* Partner with the product and engineering lead(s) to ensure the teams roadmap and backlog
priorities are maintained to enable a smooth agile development process and minimize blockers.
* Pro-actively planning for the technical demands of any projects.
* Monitor the team's development velocity and facilitate the resolution of risks and blockers
* Collaborate with product manager(s), product owners, customer success and engineering teams
to ensure epics and user stories are clearly defined and properly phased to facilitate timely
delivery of functionality.
* Innovation, continuous process improvements and improved communication at all and across
levels.
* Ensuring that robust procedures are in place.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581…
https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581903111409580… 2/3
enhancements and delivery meeting SLA's.
Constantly travelling to Chicago (Headquarters) for Program increment planning, Knowledge transition
and key design meetings.
Presented a paper on customers centric Evidence Based Management system at portfolio level (VISTA
BPSS submit 2019').
META-i Technologies as Software Engineer
Nov 2005 to Jan 2007
Accomplishments:
Design and built a software that brings in the flexibility to pre-interview assessments through online.
Noticed that an internal software tool used by the business for Engineering entrance admissions could
be enhanced to improve the quality/effectiveness/productivity of the users. Enhanced the tool made
it user friendly to automate the reports and users were quite happy.
UG: B.Tech/B.E. (Computers) from Bharathidasan University, Trichy in 2003
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Amazon AWS
ASP.Net, C#(windows)
XML, OOPS, Python
WEBSERVICES
Node.Js, React
JQUERY
AJAX, JAVASCRIPT
SQL Server 2017, Oracle 11G, MySQL
Jenkins, Teamcity
JIRA, Bitbucket
Github, Tortoise SVN
Windows, Mac
Unit Testing, NUNIT
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi
Kannada
tamil Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581…
https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581903111409580… 3/3
Physically Challenged: No Employment Status: Full time
Rank 551: Resume 723 with similarity score 0.03466904809025366
BTECH , BS , B.E , MS , B.TECH software engineer , associate , data analyst , software developer , full time , product developer , full stack developer react.js , automation , optimization , conservation , computing , css , soap , designation , regression testing , mar , affirmative action , information technology , gap analysis , linux , maintenance , apache , unix , web technologies , jquery , investigation , advanced , authorization , node.js , english , energy , status , postgresql , customer service , email , perl , project , water , application , gas , solution architecture , records , catalyst , elements , mvc , debugging , shell scripting , unit testing , electricity , git , nginx , languages , documentation , dashboard , javascript , search , load , program management , html , database , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19…
https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19514410595d5d… 1/2
Current Designation: Associate Product Developer
Current Company: Exceleron Pvt. Limited (MyUsage)
Current Location: Lucknow
Pref. Location: Bengaluru / Bangalore,Chandigarh,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advance Computing]
Verified : Phone Number | Email - id
Exceleron Pvt. Limited (MyUsage) as Associate Product Developer
Mar 2017 to Till Date
Current Role : Software Engineer, Full Stack Developer, Data Analyst.
Proficiency : Perl, Shell Scripting, PostgreSql,SQL, WebTechnologies.
WORK PROFILE:
Hands on Experience in Perl, Web Technologies and Shell Scripting in Unix/Linux
Environment.
Proficient in OOPS, Client Communication and Outage Handling, Efficient in Debugging
and Data.
Involved in different stages of project life cycles which includes Requirement Analysis,
Design, Unit Testing . Good knowledge of Documentation and Coding Standard & Style
Tweeks.
Company/Project#1 : Exceleron Pvt. Limited (MyUsage)
Duration : Mar-2017 To Current
Description : Records Consumption Electric/Water Energy and
Communicates the information to the electricity
supplier for monitoring and billing.
MyUsage :
Exceleron's MyUsage (formerly known as PAMS) is a patented, hosted solution for
managing prepaid accounts for electricity, gas, water and/or other utility services.
MyUsage Prepaid is transforming the utilty industry by reducing write offs and bad
debt, imporving customer service, and encouraging conservation.
Last Active: 2-Oct-20 Last Modified: 17-Sep-20
Rohit Rehni
? Hands on Experience in Perl, Web Technologies and Shell Scripting in Unix/Linux
Environment.
? Proficient in OOPS, Client Communication and Outage Handling, Efficient in
Debugging and Data.
? Involved in different stages of project life cycle.
Key Skills: software development,application programming,program management,requirement gathering,system
analysis,gap analysis,solution architecture,react.js,node.js,elastic search,git,perl,postgresql,Core
Java,Javascript,HTML,CSS,JQuery,Ajax
Summary
Working as a Associate Product Developer with 3+ years of work experience in Exceleron Pvt Limit . a US Based Utility
Distribution Prepay Solution System.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19…
https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19514410595d5d… 2/2
Responsibilities:
Responsible for handling Enhancement Requests and Bug Fixes in existing Tools
Worked as Full stack developer for Integration of user-facing elements with
server-side logic.
Involved in the automation and deployment procedures of application.
Deployment, Regression Testing and Tier-2 Tool Support.
Work Experience :
Perl And Database integration with SOAP request MVC Architecture via Catalyst .
JavaScript, Apache/Nginx Extensive experience with OO Perl.
Reduced Server Load Using PostgreSql for Real Time DashBoard.
Audit and Investigation of Data Discrepancies Through Automation.
Enhancement, Optimization and Bug Fixes.
UG: B.Tech/B.E. (Information Technology) from Amity School Of Engineering, Greater Noida in 2016
PG: PG Diploma (Advance Computing) from Centre for Development of Advanced Computing (CDAC) in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Shell, Perl, PostgreSql, NodeJs
SOAP,JavaScript
WSDL(WebService),Apache
Mojolicious, Catalyst, Git
Languages Known
Language Proficiency Read Write Speak
ENGLISH Proficient
Rank 552: Resume 1276 with similarity score 0.034649558273362836
B.S , MS , BS software engineer , senior specialist , access manager , devops , software developer , full time , team lead , full stack developer ecommerce , automation , api , ansible , smarty , core java , cricket , subversion , devops , jenkins , telugu , access , css , kubernetes , soap , designation , blogs , tamil , affirmative action , information technology , oracle , mysql , hindi , docker , linux , maintenance , azure , ltd , apache , php , jquery , english , json , authorization , teams , creloaded , status , spring boot , postgresql , email , project , jpa , cobra , application , aws , thin , oscommerce , tomcat , solution architecture , processing , ci , xml , pl/sql , pipelines , rest , media planning , flow , git , building , languages , maven , nginx , kannada , iis , his , python , mobile , one , javascript , web , cloud computing , cmms , jscript , cd , html , ajax 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847…
https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847521513590f5d… 1/3
Current Designation: Senior Specialist -Core Java
Current Company: Societe Generale
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Email - id
Societe Generale as Senior Specialist -Core Java
May 2014 to Till Date
Project Stock, Server Reference, Access manager
Description The application supports mass deployment of other application.
Skills Java, Spring Boot, postgresql.
Role Create and maintain fully automated CI/CD pipelines for code deployment, for mass deployment of applications on
over 500 locations, being run in 3 regions.
Project Cobra
Description Building, optimizing and Enhancing the API needed by other teams. Currently implementing Devops for
CI/CD.
Skills Spring Boot, Micro services, Oracle, JPA
Role My role here has been working simultaneously as a DevOps guy, understanding the flow the program and
reducing the time taken to delivery, removing the bottle necks of the application while moving to production.
Project Suptools
Description This application is used to check every day and monthly user's activities and checklist.
Skills Oracle, JSP, Java
Project Eztrack
Description This application is used to evaluate the after-failure evaluation and tracking the causes of failure if
applications.
Skills Java, Spring, PostgreSQL.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Pravin Kumar Pathak
Senior Specialist seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Core Java,PHP,Python,Devops, Cloud
AWS,Git,PostgreSQL,MySQL.
Key Skills: Senior Specialist,Tech Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Java,PHP,Python,Jenkins, Cloud Computing, AWS, Azure,
Devops, Automation,Docker
Summary
I have over 11 years of experience as a full stack developer. I have good understanding of software development life cycle,
automating, CI/CD, and DevOps processes and part several automation process.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847…
https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847521513590f5d… 2/3
Greynium Information Technologies Pvt. Ltd., as Sr. Software Developer
Dec 2010 to May 2014
Responsibility: Handling sharedots, rlinks, cricket, education, blogs, polls and several other websites.
Project Rlinks
Description Interesting project to auto change the words with certain links, in any websites HTML page.
Skills Php, Mysql, Jquery, nginx server.
Project mykhel
Description The task is to handle cricket in different languages like English, Hindi, Tamil, Telugu and Kannada and on
the mobile/web. My job entitles all the technical aspect of the cricket. Getting information in the form of json, XML and
Mysql data, reading and displaying in respective languages.
Skills Php, Mysql, Mssql, Linux, HTML, XML, jquery, json, smarty
Web site www.thatscricket.com (Web + mobile version - 6 languages)
Other Projects: share dots, goodreturns.in, recharge.oneindia.in, Polls, Thin marker, Blogs & other
Visis Software as Software Engineer
May 2008 to Jul 2009
Project Ggituning, Catalog305
Description Ecommerce based websites.
Skills Creloaded, oscommerce.
Project Edumerit, Mokshaspl
Role Developer
Description Project on education and media
Skills Java, Mysql, Jscript, CSS
Web Site http://edumerit.com/ (multiple languages)
Project Origins CMMS (ERP)
Role Developer, Designer
Description Centralize Management & Monitoring System is an application which is used for Advertisement and
Monitoring. This client has many branches so, he wanted to make a centralize system through which They can manage
their whole business through one interface. The admin can view all the processing
Happening from his login section, and other users based on their login can handle their task Assigned by the admin or the
super admin. Basically it is ERP that include modules like:
1. Client Servicing Department 2. Media Planning
3. Design 4. Production 5. Operation
6. Commercial 7. Account 8. Administrator
Skills Java, MYSQL, HTML, JAVASCRIPT, Ajax
Role Lead position to developing all the requirement including all the modules and working with my team to give the
best result.
UG: B.Sc (information technology) from MARWARI COLLEGE in 2005
PG: MCA (Computers) from Birla Institute of Technology (BIT), Ranchi in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Ansible
CORE JAVA
php, Python
JavaScript, JQuery
spring boot
Git, Subversion
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847…
https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847521513590f5d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
PostgreSQL, MySQL
Oracle, PL/SQL, MS SQL
MAVEN
Tomcat, Apache, IIS
Git, SVN
REST & SOAP
Kubernetes
Dockers, Aws, Azure, ELK
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 553: Resume 544 with similarity score 0.034583466260634146
MTECH , M.TECH , BS , B.E , MS product developer , work from home servo , digital signal processing , robotics , computing , deep learning , hands-on training , entrepreneurs , mumbai , ifttt , fintech , decision trees , esp , blockchain , keil , logistic regression , power bi desktop , opencv , chat , data transformation , image segmentation , internships , forest , prototype , mar , protocol , cloud , ib , start-ups , heroku , project , machine learning , arduino , gas detection , faculty development , completion , hubs , one , technology , pcb design , dst , applets , it controls , healthcare , studio , mysql , ieee , natural language processing , basic , embedded systems , linear regression , google , water , gpio , network security , latex , internet of things , assessment , ml , apps , cyber , online , teaching , facebook messenger , image processing , led light , php , models , application , c programming , map , introduction to , interfacing , resume , electronics , texas , python , load , metrics Assessment
Q1. Why should you be hired for this role?
Yes, I already did my final year Mtech project in embedded system domain. I had made an IoT prototype using UCD3138128PFC which was
manufactured by Texas Instrument. I am really looking forward to doing in my domain. I have done work on Arduino IDE, Keil uV5, Code Composer
Studio, Code Block. Mentioned in the required field I had on all platform. Currently an intern as Embedded Product Developer and Trainer at
Embedded Technosolution. I am teaching Machine Learning, Natural Language Processing and Deep Learning also.
And I had also deployed a simple end to end ML project on Heroku Cloud platform.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Shoeb Ahmed
Mumbai
Applied 09 Feb'21
Python Arduino C Programming
C Programming Embedded Systems LaTeX
PCB Design MySQL OpenCV
Master of Technology M.Tech), Electronics and Telecommunication Engineering ETE
Bhartiya Vidya Bhavan's Sardar Patel Institute Of Technology
2017 - 2019
CGPA 7.94/10
Bachelor of Engineering B.E Hons.), Electronics Engineering
Theem Collge Of Engineering
2012 - 2016
CGPA 5.99/10
Senior Secondary XII, Science
Tarapur Vidya Mandir
MAHARASHTRA STATE BOARD board)
Year of completion: 2012
Percentage: 58.83%
Secondary X
Tarapur Vidya Mandir
MAHARASHTRA board)
Year of completion: 2010
Percentage: 67.45%
Embedded Product Developer And Trainer
EMBEDDED TECHNOSOLUTION, Thane
Mar 2020 - Present
Teaching Python Programming Language, Machine Learning, Deep Learning, Natural Language Processing and Computer
Vision
Trainee IoT Engineer
Whrrl Fintech, Thane
Sep 2019 - Dec 2019
Getting Started Power BI Desktop
coursera.org, Online
Nov 2020 - Nov 2020
PROJECTS
ADDIT IONAL
DETAILS
Give the basic idea of the Power BI Desktop. And guided how to load a real-time dataset and how to manipulate the data.
Data Transformation and getting started with the reports also. And how to deal with the map report. All of these things which
I ha ve mentioned are done a hands-on project on Rhyme interface provided by coursera.org.
Machine Learning
Internshala Trainings, Online
Apr 2020 - May 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules. In the final assessment, I scored
87% marks.
Brainhack Workshop
SPIT, Mumbai
Jan 2019 - Jan 2019
Its tell about how we can do image processing in Brain image segmentation. And many application where perform on python
programming. On Anaconda Jupyter notebook.
Robotics And IoT Workshop WAC
TECHNOPHILIA, Mumbai
Sep 2018 - Sep 2018
Description about hardware and developed an prototype. And detail about ESP 8266. And interfacing with HTTP protocol
by using Http Widget apps.
IOT Bootcamp
IB Hubs, Mumbai
Jun 2018 - Jun 2018
End to end the hands-on project on the IoT domain. By using the Octabrix hardware(which is provided by the iB HUBS we
have develops certain IoT application on various IoT platform like Blynk IoT. We also deployed one IoT application with
respect to the Google assistant by using IFTTT.
Deploying of smart contract on EVM Blockchain)
Jul 2019 - Jul 2019
Here I have deployed a smart contract on Ethereum Virtual Machine EVM i.e. Remix Ethereum IDE. And it has been done by
using testRPC.
Toxic Gas Detection and Analysis Using IoT
Jul 2018 - May 2019
The function of this prototype is to predict the value of the gas after a certain interval of time. This work has been carried
out using T ime Series Analysis method Data Analysis
Method).
FACEBOOK CHAT WITH ESP8266
Apr 2018 - Apr 2019
I have built an IoT application using ESP8266 which it controls any device using Facebook Messenger app. In this GPIO pins
are interfaced for controlling LED light using Facebook and used chatfuel to build applets.
IoT BASED TAP WATER MONITORING SYSTEM BLYNK
Jul 2018 - Jul 2018
In this project, I used client and server model to control the tap water to preserve the water from being wasted. ESP8266
module and a servo motor are used to serve the purpose.
NETWORK SECURITY LAB SINGLE SIGN ON
Apr 2018 - Apr 2018
In this project, we build an SSO using Auth0 organisation using PHP programming language.
Certified for completing thirty-nine minutes of Blockchain for Healthcare by R Robinson, MD, Instructor on online course on
July 08, 2019 at Udemy.
Certified for completing two hour of Necessary Tech Skills For Start-ups and Entrepreneurs by Awesome Apps, Instructor on
online course on July 03, 2019 at Udemy.
Certified for participating in DST & Texas Instruments India Innovation Challenge Design Contest 2018, Anchored by IIM,
Bangalore.
Certified for participating in the Internet of Things Webinar conducted by Cognixia on 16th November 2018.
Attended the three-day workshop on "Real-T ime Digital Signal Processing" Hands-on Practice) conducted on 22nd
CONTACT Phone: 91 7303764284
September, 13th and 14th October 2018 at Sardar Patel Institute of Technology, Andheri.
Certified for participating in ROBOTICS AND INTERNET OF THING WORKSHOP conducted by Technophilia Solutions on1st
and 2nd September 2018 at IITB.
Attended the IEEE Sponsored three days workshop on "Brainhack computing: Hands-on in Python" from 11th to 12th and 17th
August 2018 at Sardar Patel Institute of Technology.
Certified for participating in the Faculty Development Programme on "CYBER SECURITY HANDS ON INDUSTRIAL TRAINING"
held on 7 and 8 July 2018 at Sardar Patel Institute of Technology, Andheri.
Attended five day's workshop of iBHUBS IoT Bootcamp 18 on – “Comprehensive Hands-On training on IoT and Cyber
Security” at Mumbai during June 25 - 29, 2018.
Participated in one day workshop on "HAM Radio", technically Sponsored by IEEE Bombay at St. John College of Engineering
and Management, Palghar on 29th March 2018.
Attended the two-day workshop on "Real-T ime Image Processing using DSP processor" Hands-on Practice) conducted on
16 and 17 March 2018 at Sardar Patel Institute of Technology.
Attended the International Conference – ICCICT18 hosted by Sardar Patel Institute of Technology on 2nd and 3rd Feb 2018.
Secured second position in make-a-thon of iBHUBS IoT Bootcamp 18 on a project “IoT BASED TAP WATER MONITORING
SYSTEM”.
Reached Quater Final Round in DST Texas Instruments India Innovation Challenge Design Contest 2018, Anchored by IIM,
Bangalore.
Rank 554: Resume 1451 with similarity score 0.03450285956678619
BSC , M.TECH , BS , B.E , MS , B.TECH support engineer , full time , software developer vulnerability , web development , customer , matching , css , validation , designation , developers , ug , office , mar , tamil , affirmative action , interpersonal skills , hindi , addition , flags , dll , adwords , beginner , maintenance , ltd , test cases , english , authorization , status , test environments , ethics , bot , email , project , tracker , direct debit , application , numbers , solution architecture , vbscript , drupal , savings , processing , global services , steps , electronics , online support , testing , user stories , matlab , writing , document creation , closure , seo , building , languages , documentation , software development life cycle (sdlc) , sql server , process automation , instructions , malayalam , python , javascript , form , search , attorneys , capital , html , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 1/4
Current Designation: RPA Developer
Current Company: WNS GLOBAL SERVICES PRIVATE
LIMITED
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
WNS GLOBAL SERVICES PRIVATE LIMITED as RPA Developer
Jun 2019 to Till Date
- 3 Years 6 months of IT experience with 2.2years in RPA(Automation Anywhere 11.3/10.7 from WNS Global Services Pvt
Ltd as an RPA Developer.
-Strong in RPA(Automation Anywhere 11.3/10.7).
-Automation Anywhere Advance and Master Certified RPA Developer.
-Implemented Logic Building in RPA(Automation Anywhere).
-Having a piece of Good knowledge in IQ-bot(Automation Anywhere).
-Having a piece of Good knowledge in RPA(Ui-Path).
-Good understanding of Software Development Life Cycle (SDLC).
-Having a piece of Good knowledge of OOPs Concept and implementation.
-Having a piece of Good knowledge of SQL Server.
-Good work ethics with excellent communication and interpersonal skills.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
RILNA
3 years 6 Months of Experience in Software application development with2.2 years in
RPA(Automation Anywhere). Hands-on experience in Writing/Code in RPA (AA).
Hands-on experience in Writing a Query in SQL Server.
Hands-on experience in Ui-Path.
Key Skills: Robotic Process Automation,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Python,VBScript,DLL,HTML,CSS,JavaScript,UIPath,Automation
anywhere,IQBOT,Metabot
Summary
- 3 Years 6 months of IT experience with 2.2years in RPA(Automation Anywhere 11.3/10.7 from WNS Global Services Pvt Ltd
as an RPA Developer.
-Strong in RPA(Automation Anywhere 11.3/10.7).
-Automation Anywhere Advance and Master Certified RPA Developer.
-Implemented Logic Building in RPA(Automation Anywhere).
-Having a piece of Good knowledge in IQ-bot(Automation Anywhere).
-Having a piece of Good knowledge in Task-Bot (Automation Anywhere).
-Having a piece of Good knowledge in Meta-Bot (Automation Anywhere).
-Having a piece of Good knowledge in RPA(Ui-Path).
-Good understanding of Software Development Life Cycle (SDLC).
-Having a piece of Good knowledge of OOPs Concept and implementation.
-Having a piece of Good knowledge of SQL Server.
-Good work ethics with excellent communication and interpersonal skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 2/4
Morgan McKinley as APPLICATION TEST- RPA Engineer
Jul 2017 to Dec 2017
- 5 months of experience in RPA(Automation Anywhere 10.7/10.3 from Morgan
McKinley as RPA Developer.
-Strong in RPA(Automation Anywhere 10.7/10.3).
-Automation Anywhere Advance and Master Certified RPA Developer.
-Implemented Logic Building in RPA(Automation Anywhere).
-Having a piece of Good knowledge in RPA(Ui-Path).
-Good understanding of Software Development Life Cycle (SDLC).
-Having a piece of Good knowledge of OOPs Concept and implementation.
-Having a piece of Good knowledge of SQL Server.
-Good work ethics with excellent communication and interpersonal skills.
Morgan McKinley as Online Support Engineer
Dec 2015 to Jun 2017
Duties and Key Responsibilities:
Worked on SEO for the company websites.
Perform daily maintenance on main Drupal website.
Working along with web development team on new project and helping in content related work.
Working in broad bean website as per business requirement.
Preparing test case documentation and testing all aspects of the product/system like function/component, system,
performance, regression and service.
Setting up of test environments, designing test plans, developing test cases/scenarios/usage cases, and executing these
cases.
Ensure user stories are written clearly, comply with acceptance criteria as well as have sufficient business values
Test the user stories for accuracy and compliance to ensure undisputed acceptance and validation.
Work with development team to identify and capture test cases, and for gives mandatory information of a defect to
developers in order to fix
Identifying the key areas and preparing solution documents to improve the quality of the application and documentation for
end users.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Anna University in 2012
PG: M.Tech (Electronics/Telecommunication) from Calicut University in 2015
Other Qualifications/Certifications/Programs:
Automation Anywhere Master Certified
UIPATH Architect Certification
Education
IT Skills
Skill Name Version Last Used Experience
Python
VBSCRIPT
Drupal 7, MATLAB
HTML
JavaScript
Python, CSS
µP 8085, µC 8051
Uipath 1 Year(s) 0 Month(s)
Automation Anywhere 2 Year(s) 2 Month(s)
ADWORDS
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 3/4
Nature of Employment: Full Time
Role: Programmer
Duration: Jun 2020 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Nov 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Sep 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 2
MS-OFFICE
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Tamil Proficient
Malayalam Expert
Projects
Project Title: Power Of Attorney
Client: UK banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: To add attorneys for the donor which goes through two applications for the attorney addition along with the
Experian search and then sending necessary letters and adds flags to their account as per the details filled in smart form.
Project Title: Vulnerable Customer
Client: UK Banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: Upon receiving the reqest from customers on vulnerability ,the vulnerable flags are setup on all the savings
and mortgage account numbers of the customer followed by DIP document creation and the storing all the cases processed
on that day to a central tracker
Project Title: Capital Repayment
Client: Uk Banking
Skill Used: Automation Anywher, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: Repaying the amount based on certain criteria
Project Title: Redemption Closure
Client: Uk Banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: Process does the refund for the customers based on conditions and validation.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 4/4
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Jun 2019 - Aug 2019
Onsite / Offsite: Offsite
Team Size: 2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: AUDDIS
Client: UK Banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding..
Project Details: Automated direct debit transfer instructions system which does the processing of customers DD in the client
application. starting with the name matching for the 8digit account number received and finding the corresponding 10digit
account number and the does all the necessary steps for DD validations and the either setsup/Reject/hold the DD
Rank 555: Resume 752 with similarity score 0.034492734673138174
B.E , B.TECH scrum master , java developer , full time , software developer award , core java , general , customer , scrum , designation , ug , affirmative action , mysql , hindi , scratch , maintenance , ltd , kafka , authorization , english , rabbitmq , status , architecture , spring boot , agile , email , project , application , ips , microservices , mumbai , features , computer science , languages , hibernate , software design , javascript , organization , working environment , elasticsearch 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11…
https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11551212090c5f5… 1/2
Current Designation: Software Developer
Current Company: Ultria Software Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [computer science
engineering]
Verified : Phone Number | Email - id
Ultria Software Pvt. Ltd as Software Developer
May 2018 to Till Date
In 2 years working at Ultria, I got a chance to work on various R&Ds like Elastic search, RabbitMq, Kafka, etc. Provided
design of multiple features and to full-fledged development of the feature. Also, lead an Implementation team for quick
resolution of customer issues to working on customer's urgent requirements. Currently, working on a new Product from
scratch starting from Service and DB architecture using Microservices architecture.
Won New-Comer of the year Award and Most Dependable Employee of the Year Award in 2 years.
UG: B.Tech/B.E. (computer science engineering) from IPS Academy in 2018
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Pranavkant Trivedi
Software Developer seeking roles in IT Project Management,Software
Development,Software Design,Requirement Gathering,Core
Java,MySQL,Hibernate,Spring boot Elasticsearch,Microservices,RabbitMq
Key Skills: Software Developer,IT Project Management,Software Development,Software Design,Requirement
Gathering,Agile Methodology,Scrum Master,Core Java,MySQL,Hibernate,Spring,Spring
boot,Elasticsearch,Microservices,RabbitMq
Summary
To secure a challenging position in an organization, where my knowledge and experience as Java Developer is shared and
encouraged and to pursue a challenging career which will provide me an excellent working environment & growth.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11…
https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11551212090c5f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
spring boot
Hibernate
MySQL
RabbitMQ
Elasticsearch
MicroServices
JAVA 0 3 Year(s) 0 Month(s)
Spring 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 556: Resume 455 with similarity score 0.03441725113472701
MS , BS work from home completion , assessment , unix , python , resume , algorithms , das , machine learning , shell scripting , project , coursera , online Assessment
Q1. Why should you be hired for this role?
I can do the work and deliver exceptional results.I possess a combination of skills and experience that make you stand out.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , i am available for 3 months of internship , starting immediately , but i can do a work from home and i also need a few time break whenever
my semesters exam will be announced .
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7651817455
Ritik Srivastava
Varanasi, Lucknow
Applied 26 Jan'21
Machine Learning Python Shell Scripting
Master of Computer Applications MCA
KIET Group Of Institutions
2020 - 2022
Bachelor of Computer Applications BCA
Babu Banarasi Das University
2017 - 2020
Senior Secondary XII, Science
Little Flower House
CBSE board)
Year of completion: 2017
Secondary X
Dalimss
CBSE board)
Year of completion: 2015
Working on unix from last 2 years so i am comfortable with shell scripts and its commands .
I am doing python from last 3 years and i am available to take any kind of assignment .
Machine Learning
Coursera, Online
Jun 2019 - Aug 2019
I am put on the work of learning of machine learning algorithms ,analyzing the data ,putting files data on the test field and
train field criteria .
Fake News Predictor
Jan 2020 - May 2020
I worked on python and machine learning algorithm for the development of my fake news predictor project .
I Ritik srivastava completed my BCA from Babu banarsi das University , Lucknow and my home town is Varanasi , currently i am
doing my MCA from KIET Group of Institutions , Ghaziabad .
Rank 557: Resume 1229 with similarity score 0.03437965762077273
B.E , MS , B.TECH network specialist , traffic manager , full time switching , general , citrix , designation , developers , scripting , analytical skills , ug , affirmative action , riverbed , srx , hindi , azure , ccna , authorization , english , netscreen , troubleshooting , checkpoint , status , netscaler , network automation , email , sungard , aws , network security , german , missions , mumbai , meraki , stingray , vmware nsx , juniper , infoblox , servers , cisco asa , languages , itil , coordinated , python , routers , javascript , network administration , employee recognition , organization , availability , google cloud , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b130…
https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b13051547505a0a03… 1/2
Current Designation: Network Specialist
Current Company: Sungard Availability Services
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Mumbai
Functional Area: IT Software - Network Administration /
Security
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Sungard Availability Services as Network Specialist
Aug 2012 to Till Date
I am presently designated as Specialist-Network with Sungard Availability Services.
* Served as an active member of Network Automation team; coordinated and worked closely with the Developers for
designing & developing a portal for automating (scripting) simple to moderate Cisco ASA Firewall changes
* Merit of being recognized with 5 A*Stars which is a Sungard AS Employee Recognition Program for job well done, and
going above and beyond during challenging situations
* A keen communicator with excellent interpersonal, problem-solving and analytical skills
UG: B.Tech/B.E. (Computers) from University of Pune, India in 2011
Other Qualifications/Certifications/Programs:
CCNA
ITIL
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SANDEEP CHIMANRAO PATIL
Network Specialist seeking role in Networking,Firewall Configuration,Checkpoint
Firewall,Infoblox DNS,Troubleshooting,Release Management,Network Security,Juniper
Routers,Switching,Python,AWS,Azure,LAN,ITIL
Key Skills: Network Specialist,Network Admin,Networking,Firewall Configuration,Checkpoint Firewall,DNS
Server,Troubleshooting,Release Management,Network Security,Juniper
Routers,Switching,Python,AWS,Azure,LAN,ITIL,Infoblox
Summary
Result-oriented Professional with over 8 years of experience in Networking,Firewall Configuration,Checkpoint Firewall,DNS
Server,Troubleshooting,Release Management,Network Security,Juniper Routers,Switching,Python,AWS,Azure,LAN,ITIL.
Capabilities in working with senior management for integrating human resource functions with overall Business Goals and
Industry Standards and balancing needs of employees & missions of the organization.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b130…
https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b13051547505a0a03… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Cisco, Juniper Routers
Netscreen-OS, Juniper SRX, Checkpoint
Cisco Firepower(NGFW)
VMware NSX Firewalls
F5 LTM, Citrix Netscaler
Riverbed Stingray Traffic Manager
Infoblox tool - Managed DNS servers 0 Year(s) 0 Month(s)
Meraki MR
Cisco Umbrella
AWS, Azure, and Google Cloud
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Marathi
German
Rank 558: Resume 1327 with similarity score 0.034286096861725776
B.S , M.Sc , M.S , BS , MS solutions architect , associate , devops , sales representatives , cio , it professional , full time , team lead , technical lead , aws solution architect award , telugu , office , elastic load balancing , docker , status , store , infosys , testing , spin , gitlab , features , ec2 , clear , asp.net , sql server , door to door , negotiation , management style , automation , devops , access , kubernetes , designation , confluence , windows , english , video , angularjs , kanban , one , javascript , wireless , migration projects , html , lec , continuous delivery , general , affirmative action , maintenance , dynamo , bootstrap , postgresql , architecture , email , aws , configuration management , languages , small business , mobile , jira , engineers , customer service representatives , web , database , functionality , jenkins , css , ms project , visit , tamil , profiles , fios , case , health , cmis , revenue , authorization , internet , teams , enterprise , c# , application , led , servers , s3 , agents , pivotal , communications , cloud computing , .net framework , it sector , administrative , cmm 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145…
https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145518480b5f0b59… 1/3
Current Designation: Technical Lead- IT Software
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Infosys as Technical Lead- IT Software
Jan 2019 to Till Date
Projects Undertaken
Title: Universal Profile Manager
Environment: AWS, .Net Framework.5, ASP.Net and SQL Server 2012 and PostgreSQ Database
Description: Universal Profile Manager handles the profile of users who need access to around 13 applications in call-
centers managed by Verizon USA.
Highlights:
Led successful migration from:
o On-premise servers to AWS cloud environment
o SQL Server 2008 to SQL server 2012 and SQL server 2012 to PostgreSQL
Pivotal role in deployment and release management for the cloud environment
Displayed usefulness in minimizing the number of servers from 16 to 4
Significantly saved revenue through automation of server execution time in AWS cloud only during office hours
Recipient of awards for rigorous planning, execution and collaborating release cycles and deployment in association
with key stakeholders
Title: CoFEE Anywhere
Client: Verizon Communications, US
Duration: 2017-2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
HARI KRISHNA PRASAD
Certified AWS Solution Architect,Technical Lead seeking roles in Cloud Computing,
Software Configuration Management, Application Design,Application Deployment,
Client Engagement,Requirement Analysis, Release Management, .NET Technologies
and Devops
Key Skills: Technical Lead seeking roles in Cloud Computing, Software Configuration Management,Application
Deployment, Release Management, .NET Technologies and Devops,AWS,Devops,Continuous
Integration,Docker,Continuous Delivery,GIT Lab
Summary
AWS Certified Solution Architect and an enterprising IT professional with over 13 years of rich and extensive experience across
IT sector. Insightful exposure on the entire lifecycle of AWS migration projects including design, deployment, and migration of
enterprise applications and DB Servers from On-premise to AWS Cloud environment. Team-based management style:
successfully managed a dedicated team consisting of Build-Release/DevOps Engineers. Resourceful in working with the cross-
functional teams to deliver scalable automation solutions to enable rapid development, configuration management of the source
code to support test, deployment and production sustaining activities. Keen analyst with excellence in gathering and
understanding requirements of multiple stakeholders, clients, architecture team, as well as development & testing teams for
administering the entire release management process
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145…
https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145518480b5f0b59… 2/3
Environment : ASP.NET 1.1, (.ASPX), C#, HTML, CSS, JavaScript, WCF 3.0
Description: This project is an ordering application used by Customer Service Representatives for taking up Voice,
Internet, TV, Wireless orders and doing changes to existing customer profiles. This was a development project done in
.NET Framework 4.0 which contained enhancements on top of the migration from windows application to a web platform.
This was done to reduce Installation Cost and Average Handling Time (AHT) for the Customer Sales representatives and
to increase the number of orders that can be taken in a day. Before this web migration the reps had to visit multiple
applications during the course of the order negotiation. But after this migration reps are able to place the order seamlessly
in one single platform.
Verizon Data Service India as Technical Lead
Sep 2007 to Dec 2018
Projects Undertaken
Title: Door to Door Admin Tool
Environment: AWS, .Net Framework.5, ASP.Net and SQL Server 2012 and PostgreSQL Data base
Description: OPTIX DSS is an application used by Verizon sales agents for door-to-door service. Door-to-Door Admin Tool
will provide the administrative functionality for this application for both Business and Consumer Agents.
Highlights:
Successfully migrated:
o On-premise servers to AWS cloud environment
o SQL Server 2008 to SQL Server 2012 and later SQL Server 2012 to PostgreSQL
Steered efforts towards deployment and release management for the cloud environment
Title: OPTIX
Environment: AWS, EC2, EBS, ELB, LAMBDA, AngularJS 1.X (UI), Bootstrap, WebAPI 2.0 (Service, similar to WCF),
Micro Service, SQL Server 2012
Description: OPTIX is a Micro Service based centralized ordering application where Verizon's Customer Service
Representative can place a new install order or change /move / migrate / disconnect existing customers' orders for LEC
Voice / FiOS Voice / FiOS Data / FiOS Video for Consumer and Small Business Customers. Rep Guidance, One Page
Ordering, Mobile Coach are the key features of this project that won the CIO 100 Award.
Highlights:
Led the migration from:
o On-premise servers to Cloud environment
o Migrated SQL Server 2008 to SQL server 2012 and then SQL server 2012 to PostgreSQL
Managed:
o Cloud environment user EC2, CMM and DevOps tools
o Spin up EC2 instances using Jenkins jobs
Active involvement in all the phases of the project from requirement gathering, design, development, client interaction &
production management
Successfully executed the kit build in multiple environments such as DEV, SIT and UAT
UG: B.Sc (Computers) from Sri Venkateshwara University, Tirupathi in 1997
PG: MS/M.Sc(Science) (Computers) from nagarjuna university, guntur in 2001
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Education
IT Skills
Skill Name Version Last Used Experience
EC2, Auto Scaling, Lambda, S3
Elastic Load Balancing
CDN (Cloud-Front), Trusted Advisor
Elastic Block Store (EBS)
Glacier, Relational Database (RDS)
No SQL (Dynamo-DB)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145…
https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145518480b5f0b59… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Virtual Private Cloud (VPC)
Route 53 (DNS), Cloud Watch, Cloud Trail
IAM (Identity & Access Management)
AWS SQS (Simple Queue Service)
Cloud Health, Datadog
Dockers, Kubernetes
PostgreSQL, SQL Server 2012
SQL Server 2008 , VersionOne
Confluence, JIRA, KANBAN
CMIS, MS Project
ASP.NET, C#.NET, VB.NET, .NET
Git, Gitlab ,Clear Case
Source Off-site, EC2
DevOps, EBS, ELB
.ASPX, AngularJS 1.X (UI), Bootstrap
C#, HTML, CSS, JavaScript, WCF 3.0
WebAPI 2.0, Micro Service
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 559: Resume 1005 with similarity score 0.034176583195275126
B.E , MS , B.TECH associate , sql developer , full time , software developer winscp , api , spring mvc , functionality , core java , actimize , financial services , customer , jenkins , controllers , man , css , visual studio code , telugu , soap , designation , pages , business applications , affirmative action , loans , mysql , hindi , maintenance , service layer , ltd , jquery , sts , authorization , english , pattern , ais , screening , plugin , ftl , status , spring boot , email , project , tomcat , solution architecture , deals , testing , ecs , writing , components , junit , git , react native , computer science , maven , repository , preparation , enterprise business , languages , utilities , redesigning , rcm , money , spring framework , javascript , web , suite , cdd , technology , kt , citizenship , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e45…
https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e450319135f5f0c5… 1/2
Current Designation: Associate Consultant -Core Java
Current Company: Capgemini India Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Capgemini India Pvt. Ltd. as Associate Consultant -Core Java
May 2017 to Till Date
Project Title: Discover Personal Loans
Customer: Discover Financial Services.
Overview: This project deals with the acquisition of customers with a fixed repayment schedule and equated monthly
installments.
Environment: Java 1.7, Spring MVC, JSP, Java Script, jQuery, Maven, Tomcat 6,Spring Boot.
Utilities: STS, Maven, PCF, ECS Bucket, Jenkins, Soap UI, WinSCP, Post man, Service Now.
Roles & Responsibilities: Developed the Web Application implementing the spring framework for Model-View-Controller
(MVC) pattern to make it extensible and flexible.
Involved in coding from end to end like Controllers, Service layer, DAO layer and Jsp's.
Involved in Build preparation and release management in all the environments.
Involved in spring to PCF migration of the application.
Involved in writing JUNIT for the entire application.
Taken KT sessions for new teammates to explain the Application and new technologies.
Project Title: Payment Redesign
Customer: Discover Financial Services.
Overview: This project deals with the redesigning of the personal loan payment application from FTL's to react.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sandhya Ratakonda
OCA Associate Consultant seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Core Java,HTML,CSS,Spring
Boot,C,SQL,React,Jenkins,Visual Studio Code,Soap UI
Key Skills: Associate Consultant,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Core Java,HTML,CSS,Spring
Boot,C,SQL,React,Jenkins,Visual Studio Code,Soap UI
Summary
3 years and 7 months of experience in object-oriented analysis, development, testing, and integration of scalable, multi-tier
distributed enterprise business applications on JAVA platform.
Strong knowledge in working with MVC architecture using Spring Framework.
Hands on experience in Core Java, spring, Spring Boot, react.
Hands on experience on tools like Spring Tool Suite, Jenkins, Service Now, Soap UI, SQL Developer, GIT Repository, ECS
Bucket, Visual Studio Code.
Working with Capgemini India Pvt Ltd since May 2017 to till date with designation as Associate Consultant.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e45…
https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e450319135f5f0c5… 2/2
Environment: React Native, Node JS 10
Utilities: Visual Studio Code, Post man, Service Now.
Roles & Responsibilities: Developed serval components for the payment pages like modals, alerts, etc.
Have developed several API's for the consumption of payment pages.
Have also done integration for most of the component using axios.
Involved in writing JUNIT for several components.
Taken KT sessions for new teammates to explain the Application and new technologies.
Project Title: Anti-Money-Laundering
Customer: Development Bank Of Singapore.
Overview: This project aims at Anti-Money-Laundering using solutions like CDD, WLF and SAM.
Environment: Actimize (AIS and RCM), Spring MVC, Spring, MySQL Database.
Roles & Responsibilities: Developed a plugin in RCM
Added new functionality in Name Screening. Screening based on Gender, Nationality and Citizenship for certain countries.
(India, Indonesia, Singapore, China, Taiwan).
Took part in Client Demo's
Done production releases for the developed functionality (SIT to UAT to Production).
UG: B.Tech/B.E. (Computer Science and Engineering) from PVP Siddhartha institute of Technology, Vijayawada in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
spring boot
REACT
Jenkins
Service now
Soap UI
SQL DEVELOPER
Git repository
ECS Bucket
Visual Studio Code
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 560: Resume 1411 with similarity score 0.03417467693163649
B.E , MS , B.TECH product specialist , technical lead , technology consultant , full time , solution manager , program manager sap hana , process mining , dollar universe , healthcare , sap project management , designation , options , ug , affirmative action , sap consulting , studio , defense , oracle , hindi , sap fiori , azure , ltd , gateway , import , visualization , advanced , english , authorization , satellite , status , slr , bosch , 12c , email , sap netweaver , inmarsat , hpsm , aerospace , lake , purchase orders , requisitions , purchase contracts , gsi , processing , qlik sense , transportation , sap bi , german , operations , electronics , boomi , solman , qas , british , languages , export , landscape , chemicals , replication , agents , kannada , sap applications , grc , weblogic , system setup , sap implementation , dashboards , workflow , javascript , technology , dell , load , customer relationship management (crm) , occ , industrial applications 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d14…
https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d140444445d5558… 1/3
Current Designation: Technical Delivery Expert -SAP HANA
Current Company: Alstom Transportation
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Alstom Transportation as Technical Delivery Expert -SAP HANA
Aug 2016 to Till Date
Core projects handled:
SAP HANA:
SAP HANA 2.0 SPS4 Rev 40 upgrade to implement SAP HANA NSE for Data tiering on HANA data lake systems.
DIB (Dell Boomi) to HANA Datalake integration for the SAP BI project.
SAP BW4/HANA starter addon installation for the conversion of the object to BW/4HANA.
Strong condensing of archived DTP-logs on BW-HANA.
SAP-BW 7.5 HANA 2.0 migration on Azure.
SAP HANA Data lake setup, DU (Delivery Unit) import/export in Hana Studio, Setting up technical users with object &
package privileges.
SAP SOLMAN:
Focused Build/Focused insight installation & configuration with ST-OST200 SP03 for Tactical, OCC, Operations & SLR
Dashboards on solman 7.2 (end to end)
Technical upgrade from SAP Solman 7.1 to Solman 7.2 upgrade.
CHARM 7.2 workflow implementation on ERP, BW, GRC & FIORI.
Integration of SAP-Solman System with Qliksense in CHARM visualization for the Alstom governance model.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Nutan Murthy
Technical Delivery Expert seeking roles in SAP Implementation,SAP Upgrade,SAP
Support,SAP Consulting,SAP Project Management,SAP NetWeaver,SAP HANA,SAP
Fiori,SAP GRC,SAP SLT,SAP Solution Manager,SAP BW, SAP S/4 HANA, Dollar
Universe, Qlik sense & HPSM
Key Skills: Technical Delivery Expert,Program Manager,SAP Implementation,SAP Upgrade,SAP Support,SAP
Consulting,SAP Project Management,SAP NetWeaver,SAP HANA,SAP Fiori,SAP GRC,SAP SLT,SAP Solution
Manager,SAP BW,SAP BO, SAP S/4 HANA, Qlik Sense & Dollar Universe
Summary
17 years of experience in various IT-domains & portfolios which includes 15 years of SAP NetWeaver as Core competence.
Worked as Product specialist, IT developer, Customer Relationship Management (CRM) Consultant, WebLogic Consultant &
SAP Technology consultant.
At Alstom Transport, Implemented GSI (Global Single Instance) landscape, ERP6.0 system which are interfaced with legacy
applications, multiple non-sap applications & Engineering solutions at Paris, France.
At Robert-Bosch, played a vital role as SAP NetWeaver Technology consultant in the British Satellite telecommunication-
INMARSAT project at Stuttgart, Germany.
Implemented ERP6.0 on HANA DB system for HICAL Technologies Pvt Ltd, which provide Advanced Integration and Integrated
Engineering Services for Aerospace, Defense & Specialty Industrial Applications. At Hewlett Packard, worked on the
prestigious clients like Procter & Gamble (P&G), Sara lee Food Services, Smith & Nephew Healthcare, Syngenta Chemicals,
DPSG in the SAP.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d14…
https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d140444445d5558… 2/3
Oracle upgrade from 12c to 19c (DEV & PROD).
SAP GRC:
SAP GRC component upgrade from 10.0 to 12.0 with upgrade of SAP NW 7.50 to SP16 followed by NW 7.52 SP05 &
SAP GRC AC 12.0 SP05.
Oracle upgrade from 12c to 19c (DEV, QAS, PROD)
SAP SLT:
SAP SLT system setup, ECC Table load & replication in Dev, Quality and Prod systems.
Integration of SLT to Datalake & with CELONIS (process mining solution).
Oracle upgrade from 12c to 19c.
SAP FIORI:
SAP FIORI Gateway component installation (Fiori front end server) on NW7.5 for MM buyer options to Track purchase
order, approve purchase orders, approve requisitions, approve purchase contracts.
Setting up SAP Backbone communication, Installation & setting up SAP Diagnostic agents for managed system
configuration & EWA configuration.
ROBERT-BOSCH as Technical Lead
Jun 2015 to Apr 2016
Clients:
INMARSAT (British Satellite telecommunication)
HICAL
Global Autotech & HPMC- Himachal Pradesh Horticultural Produce Marketing and Processing Corporation Ltd
CI- Emergency Transport Management- (Inhouse)
HEWLETT- PACKARD as Individual Contributor
Jun 2013 to May 2015
Dedicated client:
PROCTER & GAMBLE (P&G)
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visveswaraiah Technological University (VTU) in 2003
Education
IT Skills
Skill Name Version Last Used Experience
SAP NETWEAVER
SAP HANA
SAP SLT
SAP BW
SAP Solution Manager
SAP Fiori
SAP BO
Oracle
QlikSense
Languages Known
Language Proficiency Read Write Speak
English
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d14…
https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d140444445d5558… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Marathi
Kannada
German
Rank 561: Resume 699 with similarity score 0.03415461653219555
B.E , MS , B.TECH backend developer , pick up , full time , software developer socket.io , react.js , express.js , payment gateways , designation , ug , turbo c , vault , vs , affirmative action , health , analytics , docker , hindi , maintenance , pick , kafka , ios , authorization , english , node.js , rabbitmq , status , android studio , email , project , sql , application , aws , mongodb , solution architecture , internationalization , redis , github , computer science , languages , dashboard , one , javascript , eclipse , technology , elasticsearch , amazon web services , frame 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130…
https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130716125d5b0f5… 1/2
Current Designation: NodeJS Developer
Current Company: Appinventiv Technology
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Appinventiv Technology as NodeJS Developer
Jan 2019 to Till Date
Till now I have worked on the following project.
1. HEALTH GROUP
Technology Description : Socket.io , redis , rabbitMq ,mongodb ,
Docker , AWS sqs ,AWS cognito service , vidyo.io library
frame work : hapi.js
2. AGENT VAULT
Technology Description : Socket.io , redis ,mongodb , OCR (optical character recognition)
Docker , social login
frame work : express.js
3. TAXI APPLICATION .
Technology Description : Socket.io , redis ,mongodb , internationalization
frame work : hapi.js
4. Paradise biryani App.
One of the leading Backend developer of Paradise Biryani App for iOS and Android
- Provided daily analytics on the dashboard of the admin.
- Provided order dashboard for the restaurant with active orders.
- For optimized search of the items, implemented Elastic search .
- Integration of payment gateways( RAZORPAY ) in the app.
- Integration of inbuilt order pick up market leaders like Grab, Dunzo and Shadowfax
- Managed overall project as far as technical aspects are concerned,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
JITESH KUMAR JHA
NodeJS Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Node.js,React.js,Data
Structure,ElasticSearch,MongoDB,SQL,Postgress,RabbitMQ,Github
Key Skills: NodeJS Developer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Node.js,React.js,Data
Structure,ElasticSearch,MongoDB,SQL,Postgress,RabbitMQ,Github
Summary
Result-oriented Professional with 2 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Node.js,React.js,Data
Structure,ElasticSearch,MongoDB,SQL,Postgress,RabbitMQ,Github.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130…
https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130716125d5b0f5… 2/2
Technical Description : Koa.js, Mongodb, redis, rabbitMq, ElasticSearch.
, Grab, dunzo,shadowfax, socket.io
5. UCHAT APPLICATION
Technology Description : Socket.io , redis , rabbitMq , mongodb , sequalized ,
Postgress , ElasticSearch
frame work : express.js and hapi.js
UG: B.Tech/B.E. (Computer Science and Engineering) from krishna engineering college, ghaziabad in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Node.js
React.js
DATA STRUCTURE
Kafka
Elasticsearch
Mongodb
Sql, postgress
Radis, RabbitMQ
Vs editor, Eclipse
Intellij IDE, Android Studio
Turbo C
GitHub
AMAZON Web Services
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 562: Resume 903 with similarity score 0.034087379702818
B.E , MS , B.TECH application support , associate engineer , full time , software developer automation , react.js , redux , telugu , algorithms , scrum , css , designation , asp.net mvc , affirmative action , hindi , scratch , web api , maintenance , php , jquery , json , authorization , english , status , c# , agile , email , project , ftp , application , mongodb , xml , testing , android , rest , writing , debugging , computer science , languages , sql server , state management , selenium , ado.net , reviews , dashboards , javascript , technology , linq , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b45001…
https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b4500100013155a5d0f… 1/2
Current Designation: Associate Engineer - Technology
Current Company: VIRTUSA TECHNOLOGIES
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
VIRTUSA TECHNOLOGIES as Associate Engineer - Technology
Sep 2018 to Till Date
Designed & Developed production level Dashboard Application in React JS from scratch.
Worked on Redux, React-redux frameworks, for optimizing state management.
Built WEB API for serving the React JS Application.
Worked on Enhancements and Defect Fixes in Application using ASP.NET, MVC.
Developed Reports Application by using ASP.NET and SQL SERVER
Worked with SQL SERVER writing Procedures, Queries and views for API's / Reports
Worked writing Unit Tests, Integration Tests in c#, and ReactJS.
Developed Automation Tests for Dashboards Application using Selenium, c#.
Performed Peer's Code Reviews and code deployment.
Participated in scrum calls and meetings with clients.
UG: B.Tech/B.E. (Computer Science) from MAHARISHI MARKANDESHWAR UNIVERSITY in 2018
PG: in 0
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VINEETH KASULA
Associate Engineer-Technology seeking roles in Software Development,Software
Design,Requirement Gathering,Application Development,Application
Support,Automation Testing,Debugging,c#, React.Js,ASP.Net,
REST, WEB API, MVC, SQL, DataStructure, Algorithm
Key Skills: c#, ASP.Net, SQL Server, LINQ, React.Js, Javascript, jQuery, Ajax, JSON, Rest, WEB API, ASP.Net MVC,
Data Structures, Algorithms, OOPS,API,ADO.Net,Agile,Solid,Redux
Summary
A focused professional offering 2.5 years of experience in IT Project Management,Software Development,Software
Design,Requirement Gathering,Application Development,Application Support,Automation
Testing,Debugging,React.Js,ASP.Net,Selenium,MongoDB
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b45001…
https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b4500100013155a5d0f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, PHP, JS, FTP
Java, Android, SQLLite, XML
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 563: Resume 420 with similarity score 0.034068786253207535
B.S , MS nan ion , english , resume , assessment Assessment
Q1. Why should you be hired for this role?
As I have the professional academic Knowledge in the given area,which will helpful for the given role.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes ! I am available for 6 months, starting immediately, for this internship.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8840761255
Ragini Mishra
Pune
Applied 29 Jan'21
MSExcel MSOffice English Proficiency Spoken)
English Proficiency Written) Recruitment
MBA, Human Resource
IILM Business School Lucknow
2008 - 2010
Percentage: 77.00%
Bachelor of Science B.Sc), Science
CSJM University Kanpur University)
2006 - 2008
Percentage: 61.00%
qualified UGC NET)in Human resource Its an all india level exam. completed certifications in HR from Alison ,GE forge.
Rank 564: Resume 1108 with similarity score 0.034018756788671424
B.S , BSC , BS , MS , PhD project manager , infrastructure engineer , devops , it professional , team leader , solution architect , test engineer , full time , qa engineer , senior analyst programmer , senior consultant , team member , enterprise architect , balancer business case , customer , virtual machines , multipathing , elastic load balancing , docker , databases , windows administration , gateway , log analysis , work allocation , status , incident response , mumbai , system architecture , plus , zoning , testing , building , netbackup , coordinated , system administration , routers , workflow , remote administration , thought leadership , engagements , solution development , switches , amazon web services , brd , automation , corrective actions , devops , access , infrastructure services , designation , prototype , mar , hindi , linux server , architects , commvault , cli , english , troubleshooting , virtual networks , agile , project , groups , architecting , hyper-v , npiv , disaster recovery , dc , computer science , yaml , research , vmware , amazon ebs , javascript , security operations , technology , availability , motors , insurance , digital services , rpm , general , bugzilla , scrum , bau , performing , developers , scripting , hands-on technical , affirmative action , amazon vpc , collaboration , uptime , public , maintenance , solarwinds , office 365 , metadata , email , blackberry enterprise server , aws , configuration management , print , suitability , network security , cisco ucs , github , languages , wsus , esxi , testers , root cause analysis , masking , it infrastructure management , codes , windows server , routing , analytics , active directory , firewall , azure , permissions , authorization , internet , teams , wintel , sql , falconstor , yum , remediation , led , s3 , servers , framework , storage , landscape , ssh , tuning , adoption , network administration , schedules , cloud computing , administrative , package management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 1/4
Current Designation: Solution Architect
Current Company: Wipro technologies
Current Location: Pune
Pref. Location: Mumbai,Navi Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [IT AND MARKETING]
Verified : Phone Number | Email - id
Wipro technologies as Solution Architect
May 2018 to Till Date
1. Analyzing the technology environment
2. Analyzing enterprise specifics
3. Drafting the different documents like Requirement gathering document , BRD , Purposal , SDP , config workbook ,
Runbook and working along with the PM.Taking updates from the execution team members and giving the update of the
project , on service now for the management to review.
4. Setting the collaboration framework
5. Creating a solution prototype
6. Participating in technology selection
7. Controlling solution development
8. Supporting project management
9. Also involved in working with Devops engineering team in drafting the cloud custodian codes (yaml ) to ensure that
the AWS environment is compliant . Familiar with agile , scrum methodology.
10. So far worked on nearly 7 projects supporting as Solution Architect involving the different technologies like Docker,
Windows , Linux , AWS, DNS migration , Commvault migration from Backup Assist , WSUS, SCCM , Network security,
Active Directory , Storage. Also , work along with the BAU operations team in resolving the issues which require more time
to research for the resolution.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Sonali Kumar
MCP,Solution Architect seeking roles in IT Infrastructure Management,Technical
Support,Network Operations,AWS Architecture,Wintel Administration,Cloud
Computing,System Administration,Configuration Management,Azure,VMware
ESXi,Hyper-V,Github,Docker
Key Skills: Solution Architect,Enterprise Architect,IT Infrastructure Management,Technical Support,Network
Operations,AWS Architecture,Wintel Administration,Cloud Computing,System Administration,Configuration
Management,Azure,VMware ESXi,Hyper-V,Github,Docker
Summary
* Senior IT Professional, offering over 16 years of experience in IT Infrastructure Management, Vmware Virtual Infrastructure
Maintenance & Upgrade, System Patching & Audits, Azure & AWS Infrastructure Administration, Security Operations,
Automations, Migration, Researching & Deploying Cloud Solutions while Drafting Technical Documents & Best Architectural
Practices for Building System on AWS.
* Currently associated with Wipro as Solution Architect ; managing the entire functions of AWS (Amazon Web Services)
cloud, windows server 2012 architecting available, scalable and fault tolerant architectural solutions for clients including project
management, end-to-end engagements, consulting and implementing security solutions for AWS cloud platform.
* Capable of managing system architecture design and development, system integration & development, AWS Infrastructure,
services & daily operation tasks management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 2/4
Systems Plus as Senior Consultant-IT Infrastructure Support
Apr 2014 to Aug 2017
Part of two projects: Sirius Computer Solutions and CEC
Performed monitoring and tuning of systems to achieve optimum performance levels
Participated in security operations including incident response, log analysis, and remediation
Provided root cause analysis for service impacting incident with all possible corrective actions for improvement
Maintained and established automations via scripting by working along with the developers and engineering team
Designed, implemented and maintained solutions for an IT infrastructure & L1/L2
Organized team meeting, participated in and conducted key client meetings
Assisted the Team Leader in managing resources to meet daily delivery schedules
Monitored & troubleshot Windows/VMware/Azure/AWS issues
Contributed as an additional role to include & support escalations and project management
Provided input to engineering team, architects at CEC
Drafted technical documents as per the requirement of the client and best architectural practices for building system on
AWS
As AWS Admin
Performed S3 bucket, uploaded, made public, renamed and deleted objects in the bucket
Launched Windows/Linux instances
Led launch of spot instances, access metadata
Created:
Amazon EBS volume and showed that it remains after the instance is terminated
A billing alert
Subnets in the VPC, created route table, internet gateway for the VPC
A custom Amazon VPC
An Elastic Load Balancing Load Balancer
Amazon cloudwatch metric
A launch configuration and Auto scaling group
IAM group, user, created and used an IAM role
Monitor amazon EBS using amazon cloudwatch
A subscription to your topic, publish to a topic
Route 53 hosted zone
Connected custom amazon VPC to the internet and established routing
Installed and configured AWS CLI on Linux
Used the Elastic IP Address
As Linux Admin:
Installed, configured, managed and maintained Linux systems
Performed remote administration of Linux server using SSH
Ensured package management using RPM $YUM
Managed Linux users and Groups
Controlled access to files with Linux file system permissions
Monitored and managed Linux processes
As Azure Admin:
Set up Virtual networks for creation of virtual machines
Configured:
Site to site VPN for communication of multiple VNets
The appropriate VMs, storage and network in Azure to support the customer workloads moving to Azure
Windows and non-windows (Linux) workloads in Azure
An image of a Virtual Machine for future needs
Availability sets for redundancy
Created:
Standard and premium storage accounts as per requirement
Backup Vaults for backing up data on Cloud
Backup Plans for backing up entire Virtual Machines on Cloud
Azure SQL Databases and granted access to the Users
As Windows and VMware:
Virtualized Windows Server 2012, managed DHCP $DNS, file and print services
Configured Files and Storage Services, implemented Disaster Recovery
Performed tasks such as supporting and troubleshooting on Windows Server 2012 issues
Highlights:
Ensured 100% uptime of highly available and scalable IT infrastructure
Scheduled and executed the backup jobs for IT infrastructure services
Contributed to the creation of standard procedures that better streamlined the IT team's workflow
Key role in architecting and developing AWS cloud based analytics solutions
Assessed clients workloads and technology landscape for Cloud suitability
developed business case and Cloud adoption roadmap
Focused on close interaction and building relationships with all levels of prospective client staff, including management,
business or functional groups, technical teams, content teams, and IT groups
Applied hands-on technical acumen and thought leadership to covering Cloud technologies, including system architecture,
networking, infrastructure, security, migration, administration, and automation, DevOps and software development, system
integration, and digital services with comprehension of the underlying protocols and standards used in the operation of
those technologies.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 3/4
Calsoft as Principal QA Engineer
Feb 2013 to Apr 2014
* Worked for two clients - Falconstor (driver to work on Cloud Computing) and PHD virtual
* Detected bugs & classified them based on severity, priority in Bugzilla
* Performed testing for Falconstor; got an opportunity to learn SAN concepts (Zoning, Multipathing, NPIV, Masking)
* Led the team of two testers and managed their work allocation and monitored their work progress
* Assisted the local IT Team with their Windows/ Linux issues
Mphasis as Lead Infrastructure Engineer
Mar 2011 to Dec 2012
* Worked and coordinated for client - GM Motors, Bimbo Bakeries
* Drafted Exchange 2003/Exchange 2010 documents and got the documents reviewed with the members of the
change, security $ Operations team
* Assisted the Project Manager in drafting BRD, SRS documents & on-client calls to provide technical input
* Worked collaboratively with the GM Motors Operations Team at the time of severity 1 issues
* Assisted the client Bimbo Bakeries in designing and setting up their VMware environment (Installed Vcenter, OS
Virtual Machines, DC, Configured Exchange 2010; worked with different teams - AD, Storage, Networking)
UG: B.Sc (Computer Science) from Bharati Vidyapeeth, Pune in 2001
PG: MBA/PGDM (IT AND MARKETING) from Balaji Institute of Modern Management, Pune in 2003
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
VMware ESXI, Hyper-V
WINDOWS SERVER, linux
CISCO UCS
NetBackup, BackupExec, Falconstor
NAT, Load Balancers
routers, switches, firewall
SOLARWINDS
Exchange 2010, Office 365
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Expert
Projects
Project Title: Senior Systems Engineeer
Client: Danaher
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 4/4
Nature of Employment: Full Time
Project Location: Pune
Role: Test Engineer
Duration: Dec 2009 - Nov 2010
Onsite / Offsite: Offsite
Team Size: 8
Nature of Employment:
Project Location: Pune
Role: Programmer
Duration: Dec 2009 - Nov 2010
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jun 2009 - Dec 2009
Onsite / Offsite: Onsite
Nature of Employment:
Role: Programmer
Duration: Jun 2009 - Dec 2009
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Singapore
Job Type: Permanent
Employment Status: Full time
Skill Used: Active Directory and exchange 2003, Blackberry Enterprise Server,
Role Description: Team Member
Project Details: -Performing Administrative tasks on Exchange 2003 servers
Project Title: Senior Systems Engineeer
Client: Danaher
Skill Used: Active Directory and exchange 2003
Role Description: Team Member
Project Details: -Performing Administrative tasks on Exchange 2003 servers
Project Title: Senior Analyst Programmer
Client: All state insurance
Skill Used: Active directory and Exchange 2003
Project Details: -Involved in the windows administration of the all state servers
-Building servers and performing administrative tasks on active directory and exchange 2003
Project Title: Senior Analyst Programmer
Client: All state insurance
Skill Used: Active directory and Exchange 2003
Project Details: -Involved in the windows administration of the all state servers
-Building servers and performing administrative tasks on active directory and exchange 2003
Rank 565: Resume 637 with similarity score 0.033924037762244445
B.TECH , M.TECH work from home , classifier scheme , classification , deep learning , sql , google , project , prediction , resume , electronics , intermediate , machine learning , framework , cryptography , sentiment analysis , research , completion , assessment , it , python , reviews , technology , insurance Assessment
Q1. Why should you be hired for this role?
I am good at MACHINE LEARNING, looking for an opportunity to prove myself. I am very fast learner and will keep on trying till the task given to me
is completed. If i am stuck i will research around it try to find a solution.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available for 3 months starting immediately
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9493409377
V SRIKANTH
Hyderabad
Applied 09 Feb'21
Python Machine Learning Deep Learning
R Programming SQL
Master of Technology M.Tech), Cnis
Sreenidhi Institute Of Science & Technology
2018 - 2020
Bachelor of Technology B.Tech), Electronics and Communication
Nagole Institute Of Technology & Science
2011 - 2015
Percentage: 77.00%
Senior Secondary XII, Science
BOARD OF INTERMEDIATE board
Year of completion: 2011
Percentage: 85.80%
Secondary X
SSC board
Year of completion: 2009
Percentage: 86.60%
GOOGLE STOCK PRICE PREDICTION
Jan 2021 - Jan 2021
Prediction of Google stock price using LSTM framework
MOVIE REVIEWS SENTIMENT ANALYSIS
Jan 2021 - Jan 2021
Sentimental Analysis on movie reviews is done to check whether the review is positive or negative using classification
ALL STATE INSURANCE PREDICTION
Dec 2020 - Dec 2020
In this project insurance conversion is predicted using xgboost classifier
Distributive Techniques In MANETs using Secret Sharing Scheme and Elliptic Curve Cryptography
Aug 2019 - Nov 2020
Qualified in GATE2018 and GATE2020
Rank 566: Resume 844 with similarity score 0.033776199424876426
B.E , B.TECH associate , technical delivery manager , senior software engineer , full time , junior software engineer , full stack developer csat , graphql , redux , mockito , customer , jenkins , kubernetes , designation , ug , mar , affirmative action , information technology , addition , diving , docker , cloud , ionic , webpack , dfa , maintenance , revenue , typescript , apache , beginner , vanilla , advanced , authorization , english , hindi , enterprise , jasmine , status , spring boot , deliveries , vue.js , email , project , express , fedex , application , google , record , mongodb , leadership , airline , microservices , focus , solution architecture , angularjs , vast , karma , splunk , german , aviation , design patterns , junit , shell scripting , computer science , languages , maven , spanish , evernote , hibernate , electron , python , coding experience , javascript , pds , adx , french 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f40…
https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f405744155e5f095… 1/3
Current Designation: Associate Technical Delivery Manager
Current Company: Accolite Software
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Accolite Software as Associate Technical Delivery Manager
May 2015 to Till Date
Full Stack Developer
Client: Evernote, Chile
(March 2020 - Present)
* Contributing to develop future versions of Evernote app.
* Working to update the existing architecture.
* Involved in regular bug fixes and release management.
* This role helped me learn - "Efficient software development for a billion users".
Associate Technical Delivery Manager
Client: FedEx Express (Cargo Airline)
(Sep 2018 - Mar 2020)
* Helped BU achieving revenue targets to 190% for FY2018-2019.
* Employee of the year 2018. Ensured timely deliveries.
* Grew from a 2 member team to a 120+ member BU.
* This role helped me learn - "Leadership, customer success, efficient team work".
Senior Software Engineer
Client: FedEx Express (Cargo Airline)
(May 2015 - Aug 2018)
* Designed, developed and deployed over 17 enterprise products in 4 years for FedEx aviation unit.
* Achieved 120% annual performance for FY 2017-2018.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Aaditya Sharma
[ES6/7, Java 11, React, Angular, Springboot, Microservices, Serverless Architecture,
Design Patterns] - A fullstack tech-lead with 7 years of coding experience with Java,
JavaScript. Open for tech-lead / architect roles.
Key Skills: Tech Architect, FullStack, Project Management, Requirement Analysis, Solution Architecture, Advanced Java,
Microservices, Spring Boot, Hibernate, Docker, Kubernetes, ES6/7, JavaScript, ReactJS, Redux, NodeJS, Serverless
Architecture, Design Patterns
Summary
A "JavaScript + Java" ninja! -- 7 years of extensive hands on experience of designing, developing and deploying web
applications. -- Vanilla JS, ES6/7, ReactJS, Angular, Node -- Advanced Java, Design Patterns, Data Structures -- Major
experience is in monolithic app development, now moving towards cloud and serverless architecture. An efficient team-lead and
an individual contributor with a good focus on soft and hard skills.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f40…
https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f405744155e5f095… 2/3
* This role helped me learn - "Development for Enterprises; Computer languages are more beautiful an human languages;
talking to computers is more beautiful than talking to humans, ironically."
HCL Technologies as Senior Executive AdOps (PDS Analyst)
Jun 2014 to May 2015
* In addition to diving-deep into Google's vast array of advertisement products (DFP, DFA, AdX), learnt how to keep the
customers happy, always.
* Consistently maintained the highest CSAT Record.
* This role helped me learn - "The impact and importance of words, for business."
Experia Media as Junior Software Engineer
Dec 2013 to Jun 2014
* Started with a 2 member team, and helped it grew to an efficient 30 members team in just 5 months.
* As a team, we delivered 7 large scale projects.
* This role helped me learn - "People matter, challenges to run & grow a small scale business.
UG: B.Tech/B.E. (Computer Science and Engineering) from The LNM Institute of Information Technology in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Javascript, ReactJS
REdux, Typescript
AngularJs
NodeJS, GraphQL
GatsbyJS, Gulp
Jasmine, Karma, Webpack
Spring
JAVA
spring boot
Hibernate
Docker, Kubernetes
Shell Scripting, Serverless
Maven, Jenkins, CICD
Junit, Mockito, Splunk
ReactNative, D3js, Vue.js
Mongodb
Python, R, Electron
Ionic, Apache Thrift
Languages Known
Language Proficiency Read Write Speak
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f40…
https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f405744155e5f095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Hindi Expert
French Beginner
German Beginner
Spanish Beginner
Rank 567: Resume 849 with similarity score 0.03371429100122214
B.E , MS , B.TECH cleaner , software engineer , devops , software developer , full time , full stack developer , front end developer react.js , api , schema , redux , express.js , customer , migrating , devops , visual studio code , css , designation , pages , deep learning , conventions , nlp , affirmative action , hindi , maintenance , basic , ltd , authorization , english , node.js , teams , status , bot , agile , email , record , store , application , aws , mongodb , microservices , hooks , less , mumbai , computer vision , webex , rest , writing , components , mvc , debugging , git , building , router , unit testing , machine learning , languages , data science , form , javascript , notification , technology , working experience , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43…
https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43551543500b58… 1/2
Current Designation: Software Engineer II -Full Stack
Developer
Current Company: Software AG
Current Location: Mumbai
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [not specified]
Verified : Phone Number | Email - id
Software AG as Software Engineer II -Full Stack Developer
Feb 2019 to Till Date
Trigger/Action UI (It allow user to integrate our software with 3rd party API like Jira?s API):
Automated form building process such that all types of form can be built based on schema provided by server.
Integrated Internal UI library to keep UI of all Software AG applications similar.
Notification Site UI (It allows Webex Team?s users to set up notifications for changes in 3rd party applications):
Worked closely with UX team to develop Notifications Site pages using React.js, Redux.js.
Avoided Regression by writing quality code, following best conventions and communicating with team members.
Reduced initial loading time by implementing code-splitting.
Created different routes using React-router.
Used React Hooks / Redux Hooks, normalized Redux Store to make code cleaner and readable.
Bot Server (It is backend which connects Webex Teams API?s and our software):
Wrote APIs required for integrating our software with Webex Teams API?s.
Wrote script to migrating bot server data from old application to new application.
Softlink Global Pvt. Ltd. as Front End Developer
Dec 2017 to Jan 2019
Shipment UI (It allows agent to create shipment, that is, record of goods which agent receive from customer):
Used Redux.js, Redux-Saga, presentational and container components to build bug free, readable code.
Used Debugging tools like React Developer tool, Redux Developer tool.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Kiran Prakash Patil
Full Stack Developer with 3+ year of experience, seeking roles in React.js and
Node.js.
Key Skills: JavaScript,React.js,Redux.js,Node.js,Express.js,Visual Studio Code,MongoDB,AWS,GIT,Rest,Agile
Development,Microservices,CSS,HTML,React.Js,Architect,Node.Js,API,MVC,Unit Testing
Summary
3+ year of working experience as Full Stack Developer (React.js + Node.js).
Excellent development skills using React.js, Redux.js, JavaScript.
Strong knowledge in Node.js, MongoDB, Express.js, HTML, CSS.
Basic knowledge of DevOps (AWS), and Data Science (Deep Learning, Machine Learning, Computer Vision, NLP).
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43…
https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43551543500b58… 2/2
UG: B.Tech/B.E. (not specified) from Maharashtra Institute Of Technology, Pune in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript 2021 3 Year(s) 2 Month(s)
Redux.js 2021 3 Year(s) 2 Month(s)
Node.js 2021 2 Year(s) 0 Month(s)
Express.js 2021 2 Year(s) 0 Month(s)
Visual Studio Code 2021 3 Year(s) 2 Month(s)
Mongodb 2021 2 Year(s) 0 Month(s)
AWS 2021 0 Year(s) 6 Month(s)
GIT 2021 3 Year(s) 2 Month(s)
React.js 2021 3 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 568: Resume 238 with similarity score 0.033681686066741615
B.TECH work from home , data management api , training , internships , cloud , beginner , firebase , retrofit , pattern , google , kotlin , live , messaging , xml , resume , tutorials , rest , java , components , debugging , unit testing , computer science , youtube , android development , completion , assessment , app , acting , organization , technology , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get interviewed at such a renowned company.
Your organization will surely prove to be an excellent platform for me to establish my skills and knowledge in the corporate world.
I have done an Internship at NbliK Network of Knowledge.
I want to learn new techniques regarding Android Development and I'm sure you'll give me an opportunity to learn
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 Months of work from Home Internship starting Immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Himanshu Gaur
Pratapgarh
Applied 25 Dec'20
Android Kotlin Firebase
Firebase Cloud Messaging Java XML
REST API
B.Tech Hons.), Computer Science & Engineering
National Institute Of Technology Sikkim
2018 - 2022
CGPA 7.40/10
Senior Secondary XII, Science
St Anthony's Inter College
UP BOARD board)
Year of completion: 2016
Percentage: 85.00%
Secondary X
St Anthony's Inter College
UP BOARD board)
Year of completion: 2014
Percentage: 80.00%
Android App Development
Nblik, Virtual
Nov 2020 - Dec 2020
1. Unit testing and UI testing.
2. Test-Driven Development
2. REST API calls.
4. Kotlin coroutines.
5. Jetpacks Component.
6. Firebase
7. Follow Google Recommended Architectural pattern MVVM
8. Data Management within the device using Room.
I am acting as a Volunteer of JAVA and Android App Development in DEVCans ( Development and Coding at NIT SIKKIM ).
Android App Development Bootcamp
Udemy Training, Online
Dec 2019 - Dec 2019
1. Test-Driven Development.
2. Google Recommended Architectural pattern for Android ( MVVM )
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8400067799
3. REST API calls
4. Debugging
5. Firebase
6. Kotlin Coroutines
7. Android Jetpacks Components
News And Live Score
Aug 2020 - Sep 2020
https://play.google.com/store/apps/details?id=gaur.himanshu.androidjetpackspractise
1. REST API calls
2. Retrofit 2
3. Data Management with Room
4. MVVM Architectural pattern
5. Kotlin Coroutines
Beginner in Flutter
Run a YouTube channel for Android App Development tutorials
https://play.google.com/store/apps/details?id=gaur.himanshu.androidjetpackspractise
Rank 569: Resume 675 with similarity score 0.03366443587378297
MS , B.TECH , M.S , BS work from home , android developer , project leader , recycler srp , api , dart , training , unity 3d , internships , mar , lambda expressions , mysql , oracle , user experience , databases , blind , public , firebase , bar , navigation , json , ux design , teams , c# , architecture , project , grasp , google , kotlin , application , store , groups , whatsapp , xml , resume , android , github , rest , java , components , internet of things , debugging , unity 2d , computer science , arduino , chart , foundation , completion , parsing , assessment , python , expenses , search , web , apps , technology , cyber , online Assessment
Q1. Why should you be hired for this role?
I am hardworking and can complete my work before of within given time. I have a great grasp over android components and tools. I have
successfully created many fully functioning android apps using kotlin/java. Only one of them is on playstore yet, one more is going to be
launched soon.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I'm available for 3 months starting immediately
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Yashas Majmudar
Ahmedabad
Applied 01 Jan'21
Kotlin Android C Programming
Dart Firebase Java
MySQL Objective C Python
REST API XML Arduino
C# Flutter GitHub
Internet of Things IoT JSON UI & UX Design
Bachelor of Technology B.Tech), Computer Science Engineering
Indus University
2019 - 2023
CGPA 10.00/10
Senior Secondary XII, Science
Delhi Public School Bopal
CBSE board)
Year of completion: 2019
CGPA 8.64/10
Secondary X
DELHI PUBLIC SCHOOL
CBSE board)
Year of completion: 2017
CGPA 8.60/10
Android Developer
99yellow, Virtual
Jul 2020 - Dec 2020
Integration with firebase(firestore and realtime database)
Implemented complicated UI designs to enhabce user experience
Implemented MVVM architecture of code
Android Developer
Shree Mahesh Heritage, Virtual
Jun 2020 - Jul 2020
Developing a browser application.
Daily tasks include debugging the code, creating code for required activities
Project Leader in National Leve EHackathon, leaded a team of 5 other members and secured 1st position among 100 teams
Project Leader in Gujcost Robofest 2.0 leading team of 4 people
Project leader in SSIP Project 2018 Gujarat, leading team of 3 people and secured 3rd position in all over Gujarat
TRAININGS
PROJECTS
Flutter Development
udemy, Online
Nov 2020 - Present
Cross platforming using flutter and dart
Unity Development
udemy, Online
Sep 2020 - Present
Unity 2D
Unity 3D
C# Development
Android App Development
Internshala Trainings, Online
May 2020 - May 2020
Successfully completed a six weeks online certified training on Android App Development. In the final assessment i scored
86% and in the final project i scored 90%
SQL
Oracle, Online
Mar 2020 - Aug 2020
Python
udemy, Online
Mar 2020 - Jun 2020
52.5 hours of python programming consisting of everything. The basics, web scrapping, databases, automated scripts,
lambda expressions.
Easy Whatsapp
Jan 2021 - Jan 2021
https://github.com/yashas-hm/Easy-Whatsapp
Simple app to enter number and redirect to whatsapp directly without saving the number
Personal Expenses
Dec 2020 - Jan 2021
https://github.com/yashas-hm/Personel-Expenses
A new Flutter project. Stores your weekly expenses and shows a bar chart with percentage of expense in a week
GitHub User Search App
Jul 2020 - Jul 2020
https://github.com/yashas-hm/GitUserSearchApp
Github Rest Api v3 is used
tap on the user profile to go to their github page
Tools and dependencies used:
Recycler View(Pagination)
REST API(github)
Glide(photo to display using url)
Volley(for get or post requests)
SRP Browser
Jun 2020 - Jun 2020
https://play.google.com/store/apps/details?id=com.sharmaumang001.srpbrowser
Web browser application developed for shree mahesh foundation
Foodie Food ordering app
May 2020 - May 2020
https://drive.google.com/file/d/19VXG61ng2r8UHKIm_fBEFzP0z5euOHO/view?usp=drivesdk
Food ordering app
Shows the working of
Recycler views
Navigation views
Google material design components
Json data retrival and parsing
Temporary Contacts App
Jul 2020 - Present
https://github.com/yashas-hm/Easy-Whatsapp
https://github.com/yashas-hm/Personel-Expenses
https://github.com/yashas-hm/GitUserSearchApp
https://play.google.com/store/apps/details?id=com.sharmaumang001.srpbrowser
https://drive.google.com/file/d/19VXG61ng2r8UHKIm_fB-EFzP0z5euOHO/view?usp=drivesdk
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9873706616
A contact to store contacts temporarily based on time input by the user.
Stores all contacts on firebase.
Can make groups for contacts.
Can schedule n store reminders .
All the data synced to firebase for enhancing user experience.
Secured 3rd zonal rank and 52nd rank internationally in cyber olympiad
Secured 1st rank in science fest for makeing an IoT smartglass among 200 participants
Secured 2nd rank in blind coding competition among 100 participants
Rank 570: Resume 610 with similarity score 0.033636340070281816
B. TECH team member functionality , web development , exhibition , critical thinking , css , gps , to-do , wifi , player , e-mail , bootstrap , newton , tac , boot camp , transmission , express , project , mongodb , model design , github , art , government , features , problem solving , soft skills , languages , arduino , app , javascript , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B. Tech Government College of Engineering, Amravati 6.55/10.0
2015 12th Bhartiya Mahavidyalaya, Amravati 78.92%
2013 10th J. C. Highschool , Karanja Lad , Washim 92.91%
Internship and Certifications
Newton School | Newton School Coding Boot Camp (Internship)
Full Stack Web Development along with Problem Solving.
Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB.
Participated in various coding contest organized by platform.
Worked on various projects like Tic-Tac-Toe , To-Do App, Nested Dropdown Menu etc.
Projects
To-Do List App | Newton School
A simple To-Do List App.
Features: Appropriate use of CSS, add, edit, save and delete functionality
Role: Developer | Tech Stack: Html, CSS, React JS, Node JS, Express JS, MongoDB
Tic Tac Toe Game | Newton School
A Simple Tic Tac Toe game.
Features: 3 by 3 grid game board, automatic player switch, simple UI.
Role: Developer | Tech Stack: Html, CSS, JavaScript
Stop-Watch | Newton School
A simple Stop-Watch Timer App.
Features: Time in hours, minute, seconds format, start, stop, pause buttons, reset time on double click on stop button.
Role: Developer | Tech Stack: HTML, CSS, JavaScript
Over-Head Transmission Line Fault Detection using IoT | GCOEA
Model design using Arduino , WiFi and GPS Module that can detect over-head power line faults and sends E-mail to the user.
RESULT : Successfully completed project Weeks ahead of schedule under budget.
Skills
Computer languages CSS, HTML, Java, JavaScript
Software Packages MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken Data Structure
Soft Skills Critical Thinking
Co-Curricular Activities
Core team member of club named Art Club for 3 years in college which create variety of arts and host exhibition paintings
and art works once a year (managing and organizing experience).
Tanmay Rathod Github: tanmay3mystic
August 2020 - Present
November 2020 - December 2020
October 2020 - November 2020
October 2020 - November 2020
December 2019 - March 2020
https://github.com/tanmay3mystic
Tanmay Rathod
Github:
tanmay3mystic
Education
2020
B. Tech
Government College of Engineering, Amravati
6.55/10.0
2015
12th
Bhartiya Mahavidyalaya, Amravati
78.92%
2013
10th
J. C. Highschool , Karanja Lad , Washim
92.91%
Internship and Certifications
Newton School | Newton School Coding Boot Camp (Internship)
August 2020 -
Present
Full Stack Web Development along with Problem Solving.Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB.Participated in various coding contest organized by platform.Worked on various projects like Tic-Tac-Toe , To-Do App, Nested Dropdown Menu etc.
Projects
To-Do List App |
Newton School
November 2020 -
December
2020
A simple To-Do List App.Features: Appropriate use of CSS, add, edit, save and delete functionality Role: Developer | Tech Stack: Html, CSS, React JS, Node JS, Express JS, MongoDB
Tic Tac Toe Game |
Newton School
October 2020 -
November
2020
A Simple Tic Tac Toe game.Features: 3 by 3 grid game board, automatic player switch, simple UI.Role: Developer | Tech Stack: Html, CSS, JavaScript
Stop-Watch |
Newton School
October 2020 -
November
2020
A simple Stop-Watch Timer App.Features: Time in hours, minute, seconds format, start, stop, pause buttons, reset time on double click on stop button.Role: Developer | Tech Stack: HTML, CSS, JavaScript
Over-Head Transmission Line Fault Detection using IoT |
GCOEA
December 2019 -
March
2020
Model design using Arduino , WiFi and GPS Module that can detect over-head power line faults and sends E-mail to the user.RESULT : Successfully completed project Weeks ahead of schedule under budget.
Skills
Computer languages
CSS, HTML, Java, JavaScript
Software Packages
MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken
Data Structure
Soft Skills
Critical Thinking
Co-Curricular Activities
Core team member of club named Art Club for 3 years in college which create variety of arts and host exhibition paintings and art works once a year (managing and organizing experience).
Rank 571: Resume 1543 with similarity score 0.03362808463236644
M.Sc , M.S , B.E , MS , B.TECH project manager , cyber security , technical architect , erp consultant , senior manager , zookeeper , business partner , it manager , full time , informatica , service delivery manager , project leader spring cloud , sap fico , connect , angular , docker , linux , wire , status , rally , perl , bitbucket , components , microsoft dynamics ax , asp.net , solaris , dynamics crm , spring framework , hybris , pdi , vss , magento , retail , pentaho , sap project management , designation , confluence , mar , deliverables , sap consulting , pre-sales , web services , windows , json , english , client presentation , rest , computer science , rabbit , pycharm , ooad , struts , javascript , technology , working experience , cyber security , reporting , general , accurev , visual studio , affirmative action , oracle , mysql , security engineering , unix , service delivery , kafka , t2 , architecture , timelines , email , work effectively , aws , operations , github , subject matter experts , mac , design patterns , languages , hibernate , sap implementation , business transformation , jira , database , sap hana , api , soap , ug , tibco , apache , php , sts , authorization , sharepoint , spring boot , deliveries , lenovo , s3 , t1 , pivotal , python , etl , lotus notes 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a50431701125…
https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a504317011256401751550d5… 1/3
Current Designation: Technical Architect
Current Company: Lenovo India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Delhi / NCR,Bengaluru / Bangalore,Singapore
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [Cyber Security
Engineering]
Verified : Phone Number | Email - id
Lenovo India Private Limited as Technical Architect
Dec 2019 to Till Date
Business Transformation IT Partner
Accenture Technologies as Senior Manager Pre-Sales
Jan 2018 to Dec 2019
Kreek.com as Hybris IT Manager
Aug 2014 to Jan 2018
UG: B.Tech/B.E. (Computer Science and Technology) from Visveswaraiah Technological University (VTU) in 2006
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Jayesh Jaiswal
Technology Service Delivery Manager seeking roles in SAP Implementation,SAP
Upgrade,SAP Consulting,SAP Project Management,Warehouse
Management,Database Migration,Pre-Sales,SAP Hana,SAP MM,SAP FICO,SAP
SD,SAP CS,SAP Hybris,Microsoft Dynamic CRM
Key Skills: BTIT Senior Business Partner,ERP Consultant,SAP Implementation,SAP Upgrade,SAP Support,SAP
Consulting,SAP Project Management,Warehouse Management,Database Migration,Pre-Sales,SAP Hana,SAP MM,SAP
FICO,SAP SD,SAP CS,SAP Hybris,Microsoft Dynamic CRM
Summary
7 years of onsite working experience in Europe (Ireland), UAE(Dubai) & Singapore.
I have total 14 yrs. of IT experience work effectively with SAP Hana, SAP 6.0 MM, FICO, S & D, CS, Hybris. Worked with
Microsoft D365 CRM, Sales Force, Magento. Worked as Project Manager, Scope of Development, Support, Service Delivery,
Analysis, Implementation & Onsite Client Presentation & POC Demo.
Experience in SAP to SAP Hana Migration, Sales Force to D365 CRM migration and F & O implementations, Lotus Notes to
O365 migration. WQM, Service now set up. Working extensive on SAP S & D, MM, FICO & Warehouse management.
Implemented EDI projects to set up T1 and T2 directly connect with Lenovo.
Build the complete architecture of OMO India project, did complete study of India retail business and understood OMO solution
working in China.
Work Experience
Education
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a50431701125…
https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a504317011256401751550d5… 2/3
PG: MS/M.Sc(Science) (Cyber Security Engineering) from waterford institute of technology in 2016
Nature of Employment: Full Time Duration: Sep 2012 - Aug 2015
IT Skills
Skill Name Version Last Used Experience
Web Services (SOAP, WSDL, REST API)
STRUTS, Spring framework
Spring Boot, Spring Cloud
Netflix OSS components
Pivotal Cloud Fundry
AWS, Rabbit MQ, Kafka
Zookeeper, Swagger
JSON, Git hub, Rally
Angular JS and Hibernate
Oracle, DB2, OOAD
Design Patterns, My SQL, No SQL
Pentaho PDI, Informatica
Proprietary in-house ETL
Apache Nifi
Tibco, SOA, OFM
Linux, Windows & Mac OSx, Unix, Solaris
Python, Shell, Perl
STS, PyCharm
Microsoft Visual Studio 2005/08, VSS
True change, Surround SCM, Accurev
Clarify, JIRA
MPP, Sharepoint, GitHub
BitBucket. Confluence
AWS, cloud formation
DOCKER
Cognito, Scaling, S3, SQS , Minio
Languages Known
Language Proficiency Read Write Speak
English Expert
Projects
Project Title: PM
Client: CorfuIT.com
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a50431701125…
https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a504317011256401751550d5… 3/3
Project Location: Noida
Role: Sr. Project Leader
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Asp.net, Php, MySQL, Microsoft Dynamics AX, Dynamics CRM,
Role Description: My role as a PM is
From requirement gathering to formation of team for execution of projects
Making wire frames and doing analysis for execution of process.
Project Manage Microsoft Dynamics for operations, upgrade and the implementation of pr
Project Details: My role as a PM is
From requirement gathering to formation of team for execution of projects
Making wire frames and doing analysis for execution of process.
Project Manage Microsoft Dynamics for operations, upgrade and the implementation of process for USA based clients.
Oversee the project timelines, budgets, deliverables, and internal/external project resources
Guide team members from concept to implementation and upgrade phases, own and manage both projects risks and
issues
Work closely with project team members, subject matter experts, business counterparts, and management to ensure
timely status reporting and issue resolution
Reporting to share holders of projects in USA and managing team members in India making sure deliveries are on time
and smooth.
Align requirements and tasks on Jira and make them in order as per the plan of launch and client deliverables.
Prioritize tasks, execute the deliverables in timely manner and held presentation and webinar for clie
Rank 572: Resume 522 with similarity score 0.03352912776733355
B.E , MS battery charger , team facilitator solar energy , core java , renewable resources , vco , sensitivity , microsoft office , battery charger , oracle , design , circuit , hindi , games , fpga , utilization , windows , test cases , e-mail , english , status , project , max , snapshot , written communication , leadership , road , writing , c++ , dc , cmos , output , languages , quiz , operating systems , internet surfing , birth , suite , drawing , hobbies , availability , renewable energy , teaching PROFESSIONAL SNAPSHOT
Academic Project Executed
BE (PROJECT)
TE SEMINAR
SAYALI PRAFULLA THAKARE
Contact: 9527813886
E-mail: sayaliingale1192@gmail.com
PPrrooaaccttiivvee ddeecciissiioonn mmaakkeerr,, ttaarrggeettiinngg cchhaalllleennggiinngg aassssiiggnnmmeennttss wwiitthh aa wweellll--eessttaabblliisshheedd aanndd gglloobbaallllyy rreeppuutteedd oorrggaanniizzaattiioonn,,
Proficient in grasping new technologies and utilizing them in an effective manner.
Good Communication and inter personal skills combined with willingness to learn.
Project Title Designing A CMOS VCO and Implementing It On FPGA
Environment implementing VCO on an FPGA kit by taking triggering from external source
Design A VCO in MICROWIND 3.1 Software
Team Size 3
Description:
In this project we are implementing VCO on an FPGA kit by taking triggering from external source or from the internal
clock provided by FPGA. Our project is to Design A VCO in MICROWIND 3.1 Software. We reducing the present available IC
design by implementing better logic to reduce the number of gates used in circuit without distributing the linearity and
sensitivity of circuit.
Responsibilities
▪ Involve in requirement analysis, designing of software.
▪ Implementation, writing of test cases.
▪ Project report creation.
Seminar Title Multi-Source Pocket Energy Generator OR Battery Charger Using Renewable Energy Resource
Description:
In this project we construct a portable power source that depends on renewable energies with efficient utilization of
available resources. The MPEG receives energy from renewable resources like wind or solar energy and convert it
into an electrical energy with output 5-volt DC. The IC used in this amplifier circuit is Max 756.The problem of
bulkiness, armature reaction in mini-wind generator and irregular availability of renewable sources are recovered
C R E D E N T I A L S _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Educational:
▪ B.E. E & TC (2016) with 67.80%
▪ H.S.C (2010) with 66.67%
▪ S.S.C (2008) with 77.69 %
Professional:
▪ B.E. (E & TC) from Late G. N. Sapkal College of Engineering, Nashik, Pune University
▪ Diploma in Core Java and Advance Java from ITprenure Data System, Pune
Activity: 2 years of teaching.
mailto:sayaliingale1192@gmail.com
A National Level Technical Poster Presentation-"TECHXELLENCE-12"Nashik.
A National Level Technical Symposium-"TECHNOFEST-2013"Roborace Competition, Nashik.
A National Level Technical Symposium-"TECHNOFEST-2013"Technical Quiz Competition, Nashik.
A National Level Technical Symposium-"TECHNOFEST-2014" Rob race Competition, Nashik
Technical:
Operating Systems: Windows 98/2000/XP/7
Languages: C, C++, Core Java, Advance java, oracle 11g.
Others: Microsoft Office Suite
Personal Skills:
▪ Comprehensive problem-solving abilities.
▪ Excellent verbal and written communication skills.
▪ Ability to deal with people diplomatically.
▪ Leadership Quality.
▪ Willingness to learn team facilitator hard worker.
▪ Flexibility in taking responsibilities.
▪ Optimistic Attitude.
P E R S O N A L M I N U T I A E _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Nationality: Indian
Gender: Female
Date of Birth: 02nd July, 1992
Marital Status: Married
Languages Known: English, Hindi, and Marathi
Hobbies: Drawing, playing games, Internet surfing, Listing Song
Mailing Address: Flat No.K- 904, Green City, Handewadi Road,Pune-411028.
Location Preference: Pune
References: Will be pleased to furnish upon request
(SAYALI PRAFULLA THAKARE)
Rank 573: Resume 1103 with similarity score 0.03350250741279156
MS watchguard , devops , financial management , solution architect , linux architect , full time , unix architect , enterprise architect watchguard , finish , customer , security audits , it operations , it security , service levels , perspectives , beginner , clamav , headcount , rackspace , status , sungard , bridge , ossec , building , operating systems , sql server , dr solutions , forecasting , suite , organization , ansible , devops , mar , rhel , hindi , flex , windows , english , it infrastructure operations , budgeting , project , sonicwall , mongodb , business operations , recovery plans , fortinet , architecting , puppet , resolve , red hat enterprise linux , strategy , white papers , workforce management , itil , vmware , data recovery , javascript , availability , dutch , data centers , capital , hp-ux , hp data protector , rca , general , insync , performing , team management , pages , affirmative action , maas , p2 , vendor management , unix , service delivery , iaas , business process design , architecture , postgresql , timelines , email , tomcat , aws , network security , ubuntu , bind , it compliance , saas , data center operations , premises , languages , strategic design , ibm tivoli , amazon , snort , engineers , vsphere , commerce , webmin , cloud services , streamlining , ug , telecom , scratch , revenue , azure , visualization , authorization , teams , approvals , two-factor authentication , application , focus , less , led , hiring , servers , shell scripting , python , technology management , cloud computing , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b47…
https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b470747140e5b5f5… 1/3
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Germany
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Toll Group(Tolls Technology Centre) as Deployment Leader - IT
May 2019 to May 2020
Expertise in planning, executing and spearheading IT Infrastructure & supporting projects; proficient in developing and
streamlining systems with capability to enhance infrastructure operational effectiveness.
Budget & Technical Resource Planning for the program and for projects within.
Recognized for managing Linux & UNIX tower across company at global level; planning, designing, managing and
implementing, the DR solutions, Operations & migration activities
Designed & optimized technical portfolios to increase revenue by 18% in just a year.
Subject matter expertise in performing in-house security audits, maintaining the level of security and tracking it
Firsthand experience of defining new Architecture & implementing Cloud migrations into VPC within AWS, Azure,
Rackspace & Google Cloud (GCP).
Sungard Availability Services as Linux UNIX Architect
Oct 2016 to May 2019
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
HRISHEEKESH DATYE
ITIL, Enterprise Architect seeking roles in Networking,Tech Support,Techno
Management,Data Center Operations,It Compliance,IT Operations,Technical
Architecture,Network Security,Backup & Recovery,IT Security,IT
Infrastructure,Azure,Linux, AWS, Cloud.
Key Skills: networking,technical support,incident management,data center operations,it compliance,it operations,backup &
recovery,it security,it infrastructure,azure,linux,aws,enterprise architect,cloud computing,program
management,tech,Technology Management
Summary
Proficient in delivering consistent results in architecting & delivering an improved on-premises as well as Cloud IT infrastructure
that
provides superior performance for a new & legacy applications suite as well as suitable for MaaS/PaaS/ IaaS & SaaS based
applications &
DevOps or SRE functions.
Firsthand experience of defining new Architecture & implementing Cloud migrations into VPC within AWS, Azure, Rackspace &
Google Cloud (GCP)
Expertise in planning, executing and spearheading IT Infrastructure & supporting projects; proficient in developing and
streamlining systems with capability to enhance infrastructure operational effectiveness
Recognized for managing Linux & UNIX tower across company at global level; planning, designing, managing, and
implementing, the DR solutions, Operations & migration activities
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b47…
https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b470747140e5b5f5… 2/3
Administering the activities related to forecasting IT infrastructure requirements, workforce management, capacity &
financial management, vendor management and strategy planning
Recommending and upgrading IT infrastructure requirements for ensuring acceptable levels of security, disaster
management and data recovery plans
Monitoring projects from conceptualization and visualization to technology mapping and final execution of projects
Driving business operations to outperform annual objectives; functioning as key driver for business process design and
solution identification
Delivering IT solutions based on ITIL best practices that focus on the people, process, technology & information
perspectives of providing integrated organization wide business solutions within the IT infrastructure
Liaising & coordinating with various departments and partners engaged in the delivery of service to improve
performance and resolve service downtime and network problems
Ensuring application & compliance with company�¢jQuery1110026202952750538_1583044519591s policies in
administration of IT infrastructure/facilities
Introducing new projects for infrastructure improvements for UNIX and Linux technologies
Directing the following activities:
o Reviewing & approving the white papers & wiki pages
o Improving RTOs on existing DR recovery solutions
o Ensuring the RCA is provided to clients for P1 & P2 incidences
Highlights:
Improved IT operational service levels in less than a year, achieved operational service efficiency with 21% reduced
headcount during the same period
Spearheaded planning & budgeting of IT Infrastructure Operations, control of operational and capital costs, technology
implementation, transition and service delivery which resulted into effective service delivery & customer delight.
Front-led a team of 42 engineers for the execution of Data Center Migrations, ISO27001,HIPPA & PCI-DSS Projects for
customers across US, UK & Canada
Established complete new Data Centers starting from scratch for 06 clients within 120 to 600 days, which also included
selecting the right property to building a full flex DC.
Hewlett-Packard as Linux Architect
Jul 2015 to Sep 2016
Highlights:
Resolved the escalated issues through bridge calls and provided action plans for L1, L2 & L3 teams
Designed Linux solutions in coordination with client & other teams within HPE
Conducted TAB meetings with clients and provided approvals for Linux tower for major changes
Installed, configured & troubleshot ClamAV, SNMPv2, SNMPv3, NTP, DHCP, DNS, OSSEC, Snort, rsyslog, Apache2,
Tomcat, Password Policies & Audit Policies and so on
Introduced two-factor authentication for Linux infrastructure in Dutch Bank & Logistic clients like XPO, Conway
infrastructure
UG: B.Com (Commerce) from Shivaji University, Maharasthra in 2005
PG: in 0
Other Qualifications/Certifications/Programs:
Diploma in Computer Networks
RHCE
ITIL
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL Server,Windows 2017 5 Year(s) 0 Month(s)
Service Fabric,PostgreSQL, Mongo DB 2017 9 Year(s) 0 Month(s)
MongoDB, Amazon Cloud Services 2016 5 Year(s)
Bind DNS Service, DHCP, Usermin 2020 10 Year(s) 0
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b47…
https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b470747140e5b5f5… 3/3
Nature of Employment: Full Time
Project Location: Pune
Role: Solution Architect
Duration: Aug 2019 - May 2020
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time Duration: Jun 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2015 - Jan 2016
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Australia
Job Type: Permanent
Employment Status: Full time
Month(s)
Webmin, Cloudmin, Virtual Switch 2020 10 Year(s) 0
Month(s)
Red Hat Enterprise Linux, Ubuntu 2020 15 Year(s) 0
Month(s)
WatchGuard, SonicWall, Fortinet 2017 5 Year(s) 0 Month(s)
IBM Tivoli, HP Data Protector 2016 2020 5 Year(s) 0 Month(s)
windows client operating systems 2020 15 Year(s) 0
Month(s)
VMware, Vsphere 2020 10 Year(s) 0
Month(s)
Ansible, Puppet, Python ,Shell Scripting
Net backup, Dhruva InSync
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Marathi Expert
Projects
Project Title: AWS & O365 Deployments
Client: Toll Group
Skill Used: Linux, AWS, Azure, Cloud Computing, Management, Project Management, Application Design, Technical
Support, Team Management, Hiring
Project Details: About to finish this as all remaining migrations are getting completed by the end of March 2020.
Migrated over 3247 Servers in total from AIX/HP-UX/Windows to RHEL on AWS cloud
Project Title: O365 Deployment
Client: Toll Group
Project Details: Strategic Design and implementation.
Project Title: PCI - DSS Planning, Deployment & Centification
Client: Freshdesk
Project Details: Completed project within the timelines and completed Certification audit with great results.
Rank 574: Resume 695 with similarity score 0.033262279223676
BSC , BS , B.E , MS , B.TECH director , project manager , project lead , supervisor , full time , vp core java , urchin , strengthening , 24x7 , campaign management , docker , linux , gradle , e-mail , customer satisfaction , spots , node.js , status , stakeholder management , service quality , cmip , xml , pl/sql , testing , ehcache , information sharing , features , html5 , spring security , acd , weblogic , development projects , spring framework , digital channels , customer retention , mitigation , operation optimization , service availability , react.js , vaadin , access , designation , tmn , cloud , cypress , windows , json , english , referrals , data security , jasmine , data aggregation , findbugs , monetization , groups , mongodb , consolidation , angularjs , checkstyle , focussed , karma , redis , closure , rest , branding , lucene , documentation , protractor , sms , affiliate , javascript , ldap , value-added , express.js , general , performing , healthcare , team management , web analytics , affirmative action , oracle , mysql , user experience , technical direction , maintenance , unix , jquery , bootstrap , jasper reports , escalation , business services , architecture , timelines , customer events , email , jpa , tomcat , websphere , dynatrace , aws , system development , mobile marketing , netapp , technology solutions , junit , twilio , customer experience , maven , languages , context , hibernate , hive , cisco , telematics , life insurance , jira , search , database , online , ajax , influencer , mentoring , onboarding , mockito , customer loyalty , jenkins , css , workspace , network performance , soap , fortune 500 , project performance , jmx , telecom , customer acquisition , jmeter , adobe experience manager , routing , vip , ms project , jtapi , ivr , customer value proposition , revenue , apache , lifetime value , characterization , visualization , centralization , teams , maps , team building , authorization , telephony , spring boot , log4j , solr , application , digital strategy , electronics , risk monitoring , engage , loadrunner , voice services , campaigns , roaming , digital marketing , metrics 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 1/4
Current Designation: Director
Current Company: HiveMaven
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Post Graduate Diploma [Telecom
Management - Specialization in Systems]
Verified : Phone Number | Email - id
HiveMaven as Director
Jun 2019 to Till Date
Hive Maven is a social networking website where users generate and give access to unlimited information on
various topics and industry verticals and information sharing is promoted through maven and monetization
programs. Mavens share information on topics specific to their knowledge area or expertise and are rated
based on the knowledge area, level of information shared, level of engagement and customer traffic generated.
The website promotes focussed groups, social networking groups and maven groups which can be used for
revenue generation by branding, affiliate marketing, business promotions, marketing campaigns, influencer
marketing etc and user monetization
Role: Director
Skills: Angular,Node.js, Express.js, ,HTML5, CSS, Mongo DB, JSON, Jasmine, Karma, Protractor, Bootstrap,
Docker, Redis, Jenkins, Elastic Search, AWS EC2,AWS Lambda, AWS VPC, AWS EBS,AWS Cloud Formation,
AWS IAM,
Role Description:
? Responsible for planning, estimation, architecture, and end-end delivery of the solution
? Provide strategic guidance and direction to development team.
? Subject matter expert to provide mentoring and technical direction to development team.
? Identify market gaps, requirements or issues and increase user experience for the product.
? Ensure team implements techniques, user experience and best practices with required documentation
? Hire a high performing team and engage teams to provide the required solution.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
AMAR KAIPA
Director with a strong experience of executing application and system development
projects for fortune 500
clients across telecom, healthcare, banking.19 years of experience in design,
development and testing with 9 years in project management
Key Skills: Core Java, J2Ee, Angularjs, Node.Js, React.Js,Express.js, Bootstrap, Spring Framework, Hibernate, Oracle
Database, MongoDB,Postgres, Docker, Jenkins,Lucene,Solr,Elastic Search
Summary
Director with a strong experience of executing application and system development projects for fortune 500 clients across USA,
UK, and Europe. Development experience of systems, applications, and products to provide solutions across verticals like
telecom, healthcare, banking, and life insurance. Recognised by organisations for strong project management experience of
executing and delivering complex projects as per timelines, budget, and quality. 19 years of strong experience in design,
development and testing with 10 years of project management experience of managing projects through effective
communication and stakeholder management
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 2/4
Cognizant Technology Solutions
Jan 2013 to Jun 2019
Project # 1: Prudential, USA
Project Description:
Prudential application consolidates the direct and indirect sales channels through digital strategy. The sales channels
consolidation helped to increase customer value proposition, customer acquisition, customer retention and net revenue
and thereby increasing the sales and profitability of life insurance packages and policies
Role: Project Manager
Skills: Node.js, Express.js, Angular, HTML5, CSS, REST Webservices, Mongo DB, Jasper reports, JSON, Jasmine,
Karma, Protractor, Jenkins, Bootstrap, Vaadin, Docker, XML, EHCache, JMeter
360-degree customer view by integrating with direct and indirect sales channels for unified view of customer
Usage base insurance analysis using Telematics, Data aggregation of Policy aggregators and Routing analysis for risk
management and call centre operation optimization through Call centre integration
Customer events, triggering events and Urchin Tracking module (UTM) to analyse customer preferences, website
customer events and marketing campaigns leading to policy sales respectively
Role Description:
Deriving the Project Plan and schedule of the project to deliver the project within the given timelines
Responsible for managing the cost of the project and deliver the project within the defined budget
Stakeholder management and risk management for communicating weekly status and resolving risks and issues
respectively for the project.
Team Management for mentoring and assessing team members and appraisal of the resources on project performance
Project #2: Barclays Bank, USA Project Description:
The application enabled the growth and sales of portfolio management services unit through digital strategy. It helped in
customer acquisition and customer asset maximisation and there by leading to higher customer lifetime value and net
revenue of Barclays
Role: Project Manager
Skills: React.js, Node.js, HTML5, CSS, REST Webservices, Mongo DB, Jasper reports, Elastic search, EHCache JSON,
Jest, Enzyme, Cypress, Jenkins, Bootstrap, Vaadin, Docker, XML, JMeter, Twilio
Digital marketing analysis including E-mail marketing and Mobile marketing (SMS integration), Customer online journey
maps to analyse digital onboarding customer experience, Interactive online assistant for risk monitoring of customer
portfolio
Responsive website to enhance digital experience and Web analytics for Visitor characterisation, Content characterization
and E-marketing to track customer behaviour and customer closure events
Role Description:
Deriving the Project Plan and schedule of the project to deliver the project within the given timelines
Define, monitor, and improve critical to success metrics for the success of the project
Escalation management and risk management to identify, assess, track and mitigate issues and risks
Interact with Business and Project Stakeholders to define and deliver complex features and ensure consistent and
transparent status updates to all stakeholders
Project # 3: NetApp, USA Project Description:
The application helped Net App increase the customer experience across multi-channel support, providing the customer a
consistent experience while buying their product and solutions. The application helped NetApp use multi-channel support
to customers in reducing time-to-resolution, increasing customer satisfaction and strengthening customer loyalty.
Role: Project Manager
Skills: React.js, Node.js, HTML5, CSS, REST Webservices, Mongo DB, Jasper reports, JSON, Jest, Enzyme, Cypress,
Jenkins, Bootstrap, Vaadin, Docker, XML, JMeter, REDIS Cache, Elastic Search, Adobe Experience Manager
Funnel visualization used analyse website goal and Multi-channel funnels (MCF) to report the analysis of source, referrals,
and landing page to conversion user information, durations, destinations and downloads
Ericsson Global Business Services
Jan 2012 to Dec 2012
Project # 1: Etisalat , Dubai
Project Description:
Etisalat's service monitoring system allows for proactive response, data security and data gathering and the overall good
health of a telecom services and while monitoring does not fix problems, it does lead to more stable and reliable telecom
network to help provide customers with good service quality
Role: Project Manager
Skills: Java, CORBA , RMI , HTML , XML , JSON , JMX , Object Request Broker (ORB) , DOM 4j , EJB , CMIP , Dynamic
TMN , SNMP4J , Java Mail , JDBC , SQL , LDAP , JMS
24x7 real time service monitoring and VIP monitoring to track the services of important customers for compliance issues
Data and voice services quality monitoring and Roaming service management to track network performance and quality of
service provided to roaming customers and subscribers
Service degraded customer spots data to identify location to improve service availability
Role Description:
Project team building, staffing and recruitment to onboard resources and recruit team members
Risk management for the management for the project to track risks and issues and derive mitigation plans for the project
Accenture
May 2010 to Dec 2011
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 3/4
1. Project Description: Contact Centre Solutions, CISCO, USA
Accenture and Cisco strategic alliance focused on CISCO enabled solution for implementing value-added services to end
users. The strategic long-term partnership provides end-end and packaged offerings to telecom customers by developing
Java based version of Agent desktop
Designation: Project Lead
Skills: Java , Java CTI Client interface libraries, XML ,Java Telephony Application Programming Interface (JTAPI) , RMI ,
JMS , CORBA , SOAP , HTML , SQL
Solution provides self-service interactive voice response (IVR) and multi-channel automated call distribution (ACD),
combined with built-in Context Service for simplified customer journey and outbound campaign management.
Contact centre agent and supervisor desktop API for customization and centralization of a single workspace application
Engage with customers on a variety of channels from a single intuitive contact centre agent desktop that includes inbound
voice, outbound voice, outbound IVR, and digital channels.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Madras University, Sri Venkateshwara College of Engineering in
1998
PG: Post Graduate Diploma (Telecom Management - Specialization in Systems) from Symbiosis Institute of Telecom
Management in 2000
Education
IT Skills
Skill Name Version Last Used Experience
Angular, Node.js, Express , React.js
Core Java, J2EE, Spring, Hibernate
REST, SOAP, JSP
JSON, AJAX, JavaScript, PL/SQL
XML, AJAX, HTML5, JQuery
Java Mail , JTA , JPA , JAXB
CORBA , RMI , JMX , EJB ,DOM
SAX, DOM, Log4j , Apache OpenNLP
Elastics Search, Redis Search, EH Cache
Solr Search, Lucene Search,Elastic Searc
Spring Framework , Hibernate
Linux, Unix, Windows
Tomcat, Weblogic, WebSphere
Oracle 9i, Oracle 11g, Postgres
MySQL, Geolite2, MongoDB,Oracle,Postgres
Rational Requisite Pro, Jira, MS Project
Junit, Mockito, DynaTrace
JMeter, Loadrunner, SOAP UI
Docker, Jenkins, Maven, Gradle
Jest, Enzyme, Cypress
Docker, Jenkins, Maven, Gradle
Spring Boot , Spring Security
Spring Framework , Hibernate
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Checkstyle, Findbugs
ANT, Jasmine, KARMA, Protractor
Adobe Experience Manager, Vaadin
Twilio, Telesign SMS, OpenEMM
AWS IoT SiteWise
JTAPI,SWT,Coding Accuracy Support system
JSP
EJB, JDBC, JMS, JNDI
Remedy
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 575: Resume 1429 with similarity score 0.03318366600113834
BS change management , full time , orchestrator , software developer laptops , reporting , telugu , front office , designation , deliverables , mar , affirmative action , studio , mysql , hindi , maintenance , ltd , windows , customer requirements , web technologies , authorization , english , status , excel , specifications , vlookup , email , project , c# , application , modular , microsoft , sap gui , google drive , lenovo , change management , languages , framework , business process , sme , documentation , kannada , process automation , it , javascript , organization , technology , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42…
https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42054042505b090… 1/2
Current Designation: RPA Developer
Current Company: Concentrix Services India Private Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Concentrix Services India Private Ltd as RPA Developer
Mar 2019 to Till Date
1. Order Return Lenovo Report - RPA Implementation
Role: RPA Developer Client: Lenovo
The scope of this project is to prepare an automated daily Order Return report for Laptops in the organization, by
aggregating and standardizing data from multiple sources and reporting to the stakeholders.
Responsibilities and key deliverables:
* Worked closely with process SME's to understand the AS-IS processes and analyze the feasibility of automating the
process using RPA tools
* Designed and developed end to end RPA solution for the business process.
* Responsible for end-end process automation using client's in-house Web Portal and SAP GUI
* Responsible for creating a robust and modular exception handling framework for the application
* Responsible for creating a detailed status reporting framework and sending notifications using email automation
* Responsible for complete process documentation including solution design document, development specifications
document, code walkthrough.
Tools: UiPath Studio, UiPath Orchestrator, SAP 730 Operating system: Microsoft Windows
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
MANOJ KV
RPA Developer seeking roles in Software Engineering,Software Development,RPA
Development,Project Management,Change Management,Defect
Management,Requirement Gathering,Web Technologies,Solution Design,Application
Support,MySQL
Key Skills: RPA/Software Developer,UiPath,SAP,VBA,Excel,VLOOKUP,MySQL,SQL,RPA Uipath,Ui Path,ERP,C#
Summary
* Rpa Developer with Concentrix Services India Private Limited (Client: LENOVO)
holding a bachelor's degree in Computer Applications from REVA College Bangalore University.
* Highly motivated professional having 4 years of overall experience and 3 year of IT experience primarily in Robotic Process
Automation.
* RPA Developer with over 3 years of experience in development and support of RPA solutions using UiPath.
* Certified in UiPath and Developed end to end more than 10 projects in UiPath
* Working knowledge of UiPath for developing front office and back office robots.
Seeking a challenging and rewarding career where I can contribute my knowledge and skills for growth and development of the
organization and to be able to implement solutions that meet the customer requirements using my software development skills
and technical expertise. Excellent communication and learning skills, with the ability to develop, maintain and strengthen
relationships across all levels
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42…
https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42054042505b090… 2/2
Square1 BlickX technologies Pvt Ltd as Consultant (RPA)
Jun 2017 to Feb 2019
2. Pool and Program Report - RPA Implementation
Role: RPA Developer, Client: Lenovo
The scope of this project is to automate process of detailed Sale Reports of Lenovo Laptops in the organization for
different territories, by aggregating and standardizing data from multiple sources and reporting to the stakeholders.
Responsibilities and key deliverables:
* Designed and developed RPA solutions to accelerate Business processes
* Worked closely with process SME's to understand the AS-IS processes and analyze the feasibility of automation the
process using RPA tools
* Responsible for end-end process web automation using Organization internal website And Google Drive
* Responsible for creating a robust and modular exception handling framework for the application
* Responsible for creating a detailed status reporting framework
Tools: UiPath Studio, UiPath Orchestrator, Lenovo Soft Dollar Operating system: Microsoft Windows
Square1 Capita India Pvt Ltd as Executive - Customer Services
May 2016 to Dec 2016
3. Invoice Report - RPA Implementation
Role: RPA Developer, Client: Lenovo
The scope of this project is to prepare an automated daily Invoice generation report for different territory in the
organization, by aggregating and standardizing data from multiple sources and reporting to the stakeholders.
Responsibilities and key deliverables:
* Worked closely with process SME's to understand the AS-IS processes and analyze the feasibility of automating the
process using RPA tools
* Designed and developed end to end RPA solution for the business process.
* Responsible for end-end process automation using client's in-house Web Portal and SAP GUI
* Responsible for creating a robust and modular exception handling framework for the application
* Responsible for creating a detailed status reporting framework and sending notifications using email automation.
* Responsible for complete process documentation including solution design document, development specifications
document, code walkthrough.
Tools: UiPath Studio, UiPath Orchestrator, Lenovo Soft Dollar, SAP 730
UG: BCA (Computers) from REVA INSTITUTE OF TECHNOLOGY AND MANAGEMENT in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Uipath Studio, Sap, Mysql 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 576: Resume 641 with similarity score 0.03313602769111834
B.E , MS , BS work from home playback , public , api , completion , fit , assessment , firebase , app , resume , algorithms , java , technology , android studio , problem solving , store , earthquake , kotlin Assessment
Q1. Why should you be hired for this role?
Good evening sir,
I am Vaishnav atul kumar,from NSIT DELHI, you should hire me because I have good skills to sell,I am proficient in problem solving, I work mostly in
Java, I have listed some projects in my resume you can go ahead and see some of them , I have good knowledge of Data Structures and
Algorithms , overall I am a good fit for the internship.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for 3 months
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
Vaishnav Atul Kumar
Delhi
Applied 24 Dec'20
Android Algorithms Data Structures
Java
Bachelor of Engineering B.E, Mechanical Engineering
Netaji Subhas Institute of Technology, New Delhi
2018 - 2022
CGPA 6.77/10
Senior Secondary XII, Science
Army Public School Dhaula Kuan
CBSE board)
Year of completion: 2018
CGPA 8.50/10
Secondary X
Army Public School Dhaula Kuan
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Blog app
Oct 2020 - Nov 2020
https://www.github.com/vaishnavfirebolt/BlogApp
I have made a Blog app using Kotlin and android studio , I have used firebase to store and authenticate user data , I have
also added comments feature to the app
QuakeReport app
Sep 2020 - Sep 2020
https://github.com/vaishnavfirebolt/EarthquakeReport
This app collects information regarding earthquake from USGS website using its API. To known more follow the link.
Miwok
Aug 2020 - Aug 2020
https://github.com/vaishnavfirebolt/Miwok
Miwok is language and this app helps you to learn miwok langauge . It has audio playback also which allows you to correctly
pronounce the words.
Codeforces rating 1197
Link Codeforces.com/profile/vaishnav_firebolt
Link to my resume is here.
https://docs.google.com/document/d/1Rncn8mY4rMcT4YqUnAvsUGqCRQQsTvHmCI0N4FWyD8w/edit?usp=sharing
https://www.github.com/vaishnavfirebolt/BlogApp
https://github.com/vaishnavfirebolt/EarthquakeReport
https://github.com/vaishnavfirebolt/Miwok
CONTACT Phone: 91 9996964962
Rank 577: Resume 1350 with similarity score 0.033126293204802086
MS , BS solutions architect , associate , partner , cloud engineer , full time , balancer server monitoring , tunnels , ram , linux , change process , gateway , digital , ms-dos , status , network integration , logging , store , https , snapshot , ec2 , connections , fetch , eip , organization , amazon web services , kubernetes , mar , hindi , ping , database servers , english , troubleshooting , calculations , editing , groups , peering , virtual private network (vpn) , windows xp , documentation , vmware , javascript , connectors , data transport , html , optimization , general , data migration , affirmative action , information technology , mysql , basic , unix , checks , iaas , paas , email , aws , configuration management , ubuntu , operations , saas , premises , languages , resolving issues , client requirements , vsphere , servicenow , cloud storage , security management , interconnect , blueprint , windows server , mirroring , ug , flags , ticketing , active directory , firewall , access control , ami , permissions , authorization , internet , google cloud platform , embedded , security implementation , less , records , datasets , s3 , replication , statistics , scp , eclipse , network administration , cloud computing , load , metrics , backup and recovery , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455…
https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455047435055005… 1/3
Current Location: Noida
Pref. Location: Jaipur,Chandigarh,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Bachelor Of Applied Science
[Information Technology]
Verified : Phone Number | Email - id
Xavient Digital - Powered by TELUS International as Cloud Engineer - AWS
Mar 2020 to Jun 2020
Responsibilities:
* I was in the migration team and doing migration from cloud to cloud or from on premises to AWS environment using
CloudEndure.
* Recorded client requirements before migration and converted them to AWS. Connected to client's Active directory to
AWS using AD Connector.
* Created AWS SSO and connected it to on-premise Active Directory using AD connector. Also used AWS Directory
services.
* Created AWS Organizations, SCP policies, Tagging policies.
* Migrated their linux and Windows server from on-premises using Cloud Endure.
* In Cloud Endure I created Projects, replication servers, Blueprint and launched those servers in AWS.
* Used Cloudwatch to monitor resources.
* Used Traffic mirroring.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Adhiraj Pradhan
Cloud Engineer,AWS seeking roles in Cloud Computing,Security
Management,Configuration Management,Requirement Analysis,Network
Integration,Service Management,Server Monitoring,Data Migration,Change
Management,Active Directory,Linux,Servicenow,MySQL
Key Skills: Cloud Engineer,AWS,System Admin,Cloud Computing,Security Management,Configuration
Management,Requirement Analysis,Network Integration,Service Management,Server Monitoring,Data Migration,Change
Management,Active Directory,Linux,Servicenow,MySQL
Summary
Environment setup in AWS including VPC, Security Groups, Subnets, VPC Peering.
On-premises migrations to AWS using Cloud Endure
Used AWS Traffic Mirroring Service
Installed and used AWS Single Sign On Service (SSO)
Created AWS Organization's SCPs and Tagging Policies
Created Replication Servers, Blueprint and migration related activities using Cloud Endure
Worked with AWS Database Migration Service (DMS)
Worked with setting up AWS Organization
Created AD Connectors and connected AWS SSO with on-premise Active Directory (AD)
Worked with AWS CLI
Connected on-premise Active Directory to AWS using SAML in IAM
Configuring EBS\Ephemeral volume, configuring S3 bucket storage
Configuring ELB to route data traffic over the Internet.
Mounting & unmount volumes to proper instances.
Taking AMI of instances as part of weekly/ monthly audits.
MFA configurations for AWS users.
Creating and updating IAM policies as per requirement.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455…
https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455047435055005… 2/3
* Used the Traffic Mirroring metrics in Cloudwatch.
* Also used AWS DMS to migrated Database Servers.
* Created VPC Peering for vpc to vpc communication.
* Other AWS services like EC2, VPC, RDS, load balancer, Autoscaling , Route 53 etc. were also used.
MediaAgility as Cloud Engineer (GCP, AWS)
Dec 2018 to May 2019
MediaAgility is an elite partner of Google with branches in Newyork, Singapore , India and many other countries.
MediaAgility provides support to Google clients based in India and internationally. At MediaAgility I was at the position of
Cloud Engineer dealing with day to day support operations. My main work included providing Google cloud platform (GCP)
support (troubleshooting) to clients using Google's GCP.
Responsibilities:
* Freshdesk :Solving cloud issues using ticketing tool : freshdesk
* Billing : Generating and creating monthly billing for clients
* Cost Calculations/comparisons : Providing cost calculations/comparisons between different cloud providers like AWS,
GCP using cost calculators for each
* Troubleshooting GCP related issues like RAM and Vcpu increase of VMs
* Creating Load Balancer (HTTP/HTTPS) with AutoScaling for clients, resolving issues related to them
* Creating VPC and subnets for GCP clients and launching their resources within the subnets
* STACKDRIVER : Enable Logging on Stackdriver, Enable Stackdriver monitoring
* Cost Optimization : Providing Cost Optimization of GCP clients for their resources
* Cloud SQL : Creating new Cloud SQL instances and troubleshoot issues related to prebuilt Cloud SQL instances like
memory and size increase, setting up flags, regular checks of cpu and memory statistics , Abort connection errors etc
* Virtual Private Network (VPN) : Creating VPN connections between AWS and GCP environments, creating VPN Tunnels
* Firewall Rules : Creating and editing Firewall Rules in GCP
* Cloud Functions : Created cloud function to disable billing if an alert is triggered
* Cloud Interconnect (AWS : Directconnect) : Created a cloud interconnect between a GCP client and Megaport
* Cloud Storage : Creating and working with Cloud Storage (AWS : S3)
* BigQuery (AWS:Redshift) : Creating new Datasets, and implementing Bigquery to fetch data from these datasets
* Cloud Pub/Sub : Creating new Pub Sub topics
* Worked with GCP Kubernetes Engine
E Technologies as AWS Administrator
Jun 2016 to Dec 2018
Responsibilities:
* VPC - Creating Instances in VPC, Assigning subnets and Elastic IPs to get network, Creating Nat Gateways
*using Elastic IP. Creating Internet Gateway, Route Tables for subnets.
*Launching NAT instance within VPC to provide internet to database/secure instances Security implementation through
Network Access Control List and Security Group
* Configured Security group for EC2 Window and Linux instances
*Experience with monitoring tools such as Cloud Watch Build and release EC2 instances, Developing and Production
Environment
* Setup and attached EBS volumes to EC2 instances.
* Setup and configured EIP to EC2 instances.
* Setup and managed security groups, VPC specific to environment.
* Setup and managed backup and recovery using snapshot.
* Managing cost on S3 buckets by using Standard, S3 infrequent Access and reduced redundancy storage.
* Implementing lifecycle management send data to Glacier
* Working on migration the daunting realities of data transport apply to most projects.
* Security implementation through Network Access Control List and Security Groups
* Creating an S3 bucket and S3 lifecycle policies. Give access for required user.
* Creating IAM users and roles, restrict access for required services.
* Creating new ELB with ping port, ping path and security group.
* Creating RDS instances and accessing them.
* Created AMI images of critical ec2 instances as backup * S3 working with S3 to Create the buckets to store objects
* Changing permissions on buckets/objects.
*Build and release EC2 instances, Developing and Production environment.
* Setup and attached EBS volumes to EC2 instances.
* Setup and configured EIP to EC2 instances.
* Setup and managed security groups, VPC specific to environment.
* Setup and managed backup and recovery using snapshot.
*Created AMI images of critical ec2 instances as backup using AWS CLI.
* Adding Hosted Zones and resource records in AWS Route 53.
* Basic knowledge on Active Directory and adding the servers into
* Development of incident/Service/Change process documentation & reports
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455…
https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455047435055005… 3/3
UG: Bachelor Of Applied Science (Information Technology) from RMIT University in 2004
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
GCP Associate Cloud Engineer Certification
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Australia
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++,asm,Amazon Web Services
Eclipse,Embedded system
MS-DOS, Linux-ubuntu, Windows XP, 7
Open stack, VMware (Vsphere and Vcentre)
SAAS, PAAS, IAAS model
Linux (ubuntu), Unix , SQL, HTML
AWS 0 2 Year(s) 0 Month(s)
GCP 0 0 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 578: Resume 180 with similarity score 0.0330727564067878
B.S , MS , B.TECH , BS director , work from home , sales officer , android developer , partner , student , freelance photographer , campus ambassador api , dart , web development , frontier , tabla , blogging , internships , css , photoshop lightroom , adobe photoshop , mobile application development , cse , gym , mysql , video editing , data analytics , databases , fitness , public , maintenance , firebase , instagram , retrofit , english , graphic design , troubleshooting , c# , android studio , google , grasp , store , kotlin , modular , wordpress , mongodb , c programming , creative writing , tracker , itext , notifier , xml , microsoft , resume , github , testing , film , features , machine learning , fundamentals , computer science , vtc , preparation , html5 , cc , android development , android support , notes , photography , completion , assessment , android sdk , cast , parking , python , qr code , javascript , scrap , search , campus , apps , technology , artificial intelligence , history , digital marketing , online Assessment
Q1. Why should you be hired for this role?
I am a CSE graduate from the batch of 2020. I have a strong grasp of programming with C, Python, Java, Javascript and R.
I have good knowledge of Android and Android SDK and have developed applications on Android studio with modular and robust code using
Java/Kotlin and XML, with the implementation of material design on all. I now work with Flutter with Dart to make cross-platform applications.
I have worked with tools like Firebase, iText, Picasso, Agora, etc. I have developed android applications, most of which are listed on my Github. I
have experience with RESTful API's, networking with retrofit, Rxjava etc. I have contributed to the full Mobile Application Development lifecycle
from proper analysis, planning, requirement gathering, development, testing, troubleshooting, deployment, launching on Google play store and
maintenance. I have worked with databases like mongodb, firebase (firestore and realtime db) and mysql
I can create good projects and give my full dedication to this internship. I am a quick learner and I can grasp new responsibilities and new things
very quickly.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months starting immediately.
Resume
EDUCAT ION
JOBS
Dikamjit Borah
Guwahati
Applied 29 Dec'20
Android Kotlin Adobe Photoshop
Adobe Photoshop Lightroom
CC
Blogging C Programming
CSS Creative Writing English Proficiency Written)
HTML Java JavaScript
MSOffice MSWord Photography
Python Video Making WordPress
C Programming Data Analytics Database Management
System DBMS
Digital Marketing English Proficiency Spoken) GitHub
Video Editing Machine Learning R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Royal School Of Engineering And Technology, Royal Global University
2016 - 2020
CGPA 7.39/10
Senior Secondary XII, Science
Shrimanta Shankar Academy, Dispur
CBSE board)
Year of completion: 2015
Percentage: 85.60%
Secondary X
Maria's Public School
CBSE board)
Year of completion: 2013
CGPA 9.80/10
Android Developer
Digicenter Assam, Guwahati
Jan 2021 - Present
INTERNSHIPS
TRAININGS
Android Support
Nullclass, Virtual
Jul 2020 - Oct 2020
Android App Development
Vision Magitech, Virtual
Apr 2020 - Dec 2020
Developed a variety of apps
Web Development
Bakers Mart, Guwahati
Dec 2018 - Apr 2019
Graphic Design
Bakers Mart, Guwahati
Jul 2018 - Mar 2019
Photography
Bidang MMA And Fitness Gym, Guwahati
Jul 2018 - Nov 2018
Android App Development
Hans Matrimony, Virtual
Jul 2020 - Aug 2020
Implemented integral features
Machine Learning
webtek labs, Guwahati
Jul 2019 - Jul 2019
Web Development
APDCL , Guwahati
Jul 2018 - Present
Android App Development
North East Frontier Railway, Guwahati
Jul 2018 - Aug 2018
Campus Ambassador
Internshala, Virtual
Sep 2017 - Mar 2018
Internshala Student Partner 8.0
Sales And Marketing
Laugh Out Loud Ventures, Virtual
Aug 2017 - Oct 2017
Marketing and Sales Officer
Data Structures
NPTEL, Online
Feb 2020 - Apr 2020
Machine Learning With Python
webtek labs, Guwahati
Jul 2019 - Jul 2019
Machine Learning
NPTEL, Online
Feb 2019 - Present
Artificial Intelligence
MyCaptain, Online
Feb 2019 - Present
Film Making
MyCaptain, Online
PROJECTS
ADDIT IONAL
DETAILS
Jan 2019 - Feb 2019
HTML5 & CSS3 Fundamentals Development For Absolute Beginners
Microsoft Virtual Academy, Online
Jul 2016 - Aug 2016
Android Development For Beginners
Udacity, Online
Jun 2016 - Jul 2016
Internship Preparation Workshop
Internshala VTC, Online
May 2016 - May 2016
C# Fundamentals For Absolute Beginners
Microsoft Virtual Academy, Online
Feb 2016 - Jul 2016
Costtler
Nov 2020 - Dec 2020
https://play.google.com/store/apps/details?id=com.hobarb.costtler
An easy to use and intuitive daily expense tracker
GiitJobs
Oct 2020 - Nov 2020
https://play.google.com/store/apps/details?id=com.dikamjitborah.hobarb.gijobs
Search and apply for developer jobs around the world
ThoughtBook
Jul 2020 - Sep 2020
https://play.google.com/store/apps/details?id=com.hobarb.fictional_spoon
Share doodles and notes with other users
Khetihaar(Farmee)
Apr 2020 - May 2020
https://drive.google.com/file/d/1Cv0PLYYZy5ilOE2QTE2WyIM0YtCliUM/view?usp=sharing
Farmer's query solving portal
FIlmFiller
Mar 2020 - Apr 2020
https://github.com/hunkyxstudman/FilmFiller
Scrap details of your favorite movie like director, cast, etc and store them to a CSV
InstaComm
Mar 2020 - Apr 2020
https://github.com/hunkyxstudman/InstaComm
A python application to find un-followers, and un-likers of your Instagram profile
Supreme QR Scanner
Mar 2019 - May 2019
https://play.google.com/store/apps/details?id=com.hobarb.supremeqrscanner
View what a QR code contains, and save it to history
Parking Fee Calculator
Jul 2018 - Sep 2018
https://github.com/hunkyxstudman/ParkingFeesCalculator2.0
A utility android application to reduce complications in parking
Covid-19 Notifier
Apr 2020 - Present
https://github.com/hunkyxstudman/COVIDNotifier
Get the latest news and kill count for COVID19 from trusted sources and Dr. Himanta Biswa Sarma's tweets regarding the
same
Visharad Part 1 in Tabla
https://play.google.com/store/apps/details?id=com.hobarb.costtler
https://play.google.com/store/apps/details?id=com.dikamjitborah.hobarb.gijobs
https://play.google.com/store/apps/details?id=com.hobarb.fictional_spoon
https://drive.google.com/file/d/1Cv0PLYYZy5ilOE2QTE2WyIM-0YtCliUM/view?usp=sharing
https://github.com/hunkyxstudman/FilmFiller
https://github.com/hunkyxstudman/InstaComm
https://play.google.com/store/apps/details?id=com.hobarb.supremeqrscanner
https://github.com/hunkyxstudman/ParkingFeesCalculator2.0
https://github.com/hunkyxstudman/COVID-Notifier
CONTACT Phone: 91 7002936200
Freelance photographer and video-maker
Rank 579: Resume 1114 with similarity score 0.03303070582412191
B.E , MS , B.TECH , BS project manager , access manager , technical consultant , devops , product development , interior designer , full time , practice manager concept development , lean operations , financial services , regulatory requirements , platforms , addition , docker , linux , product concept , product engineering , status , store , digital transformation , product management , characters , components , building , it infrastructure , density , sql server , forecasting , engagements , hybris , enterprise content management , agility , ecommerce , automation , infrastructure management , retail , magento , devops , access , filenet , upf , hindi , english , customer data , agile , project , on-board diagnostics , live , microservices , leadership , consolidation , video , solution architecture , drupal , architecting , javascript , benchmarking , technology adoption , franchise , wireless , availability , value-added , general , healthcare , data migration , vendors , affirmative action , design , principles , chinese , maintenance , affinity , iaas , business services , paas , email , business units , manufacturing , aws , service improvement , bluetooth , fortune 100 , saas , edge , product strategy , customer experience , medical devices , languages , assessment , telematics , mobile , ml , isam , program management , online , software lifecycle , ug , telecom , analytics , azure , adobe , authorization , openstack , scalability , modernization , application , focus , remediation , participation , electronics , alcatel , drive , framework , kannada , purchasing , jbpm , communications , enablement , cloud computing , orchestration , google cloud , nextgen , liferay 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4…
https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4407114309595a… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
Brillio as Practice Leader
Feb 2020 to Feb 2020
Blending Design and Engineering to create digital products for customers in key business units - Telecom, Financial
Services, Healthcare and Retail and help in orchestration of various capabilities into meaningful outcomes. Helping in
Product Strategy, Design, Product Development, Agile and DevOps transformation, Cloud migration and Technology
modernization.
o Integration Platform - For US based global biopharmaceutical company designed and developed an integration layer
in AWS VPC to facilitate inbound and outbound integrations with vendor hosted inventory and ordering application in
cloud. Helped to align product management processes across R&D sites and make up-to-date purchasing decisions
o Platform transformation - Transform business critical common services backend components to true microservices
based architecture for scalability and agility for AWS cloud-based OSS and BSS of a prominent Communication Services
Provider. Adopted domain driven common services and cloud native principles to achieve next generation architecture
Wipro Technologies as Delivery Head
Oct 2007 to Jan 2020
Technical delivery and solutions leadership at Wipro Digital in providing customized cloud-based digital transformation
solutions through integrated innovative solutions. Leveraging industry and domain knowledge provided tailored cutting-
edge cloud solutions to solve challenging business problems for key global customers in Healthcare, Banking and
Financial Services, Retail, Communications and Manufacturing business units
Of the multiple cloud-based engagements delivered end to end, calling key opportunities across various business units
o Remote Service Platform - IoT based solution to support sustainable operation of current instruments for European
medical devices vendor. Helped to reduce cost to service complying to regulatory requirements through an efficient remote
services cloud-based architecture based on Azure
o Enhancing Merchandizing Experience - Enhance franchise merchandizing experience by driving more sales through
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Dayanand Nanjappa
Practice Leader seeking role in Digital Transformation,Cloud Computing,Application
Development,Program Management,Solution Architecture,Infrastructure
Management,Product Engineering,System Integration,Devops,Azure,AWS,Docker,MS
SQL Server
Key Skills: Practice Leader,Practice Head/Practice Manager,Digital Transformation,Cloud Computing,Application
Development,Program Management,Solution Architecture,Infrastructure Management,Product Engineering,System
Integration,Devops,Azure,AWS,Docker,MS SQL
Summary
IT leader with more than two decades of experience driving high impact transformation initiatives on global scale & building
next-gen digital solutions across industries for Fortune 100 companies across geographies. Handled diverse roles of P & L
Management, Digital Transformation, Product Management, Emerging Technology Adoption, Solution - Ideation, Architecture
and Design ,Cloud Computing,Application Development,Program Management,Solution Architecture,Infrastructure
Management,Product Engineering,System Integration,Devops,Azure,AWS,Docker,MS SQL.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4…
https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4407114309595a… 2/3
its Stores, Online and Offline. Using Google Cloud based architecture, used character affinity approach to understand
popularity of characters and impact on sales. Analysed purchase patterns and relationships between categories/sub-
categories. Helped to enhance forecasting accuracy and benchmarking
o NextGen native telematics - Created a futuristic customer experience leveraging a mobile app that allows customers
to see live information about their vehicle through On-Board Diagnostics (OBD). Connects with the American aftermarket
retail and service chain offerings to provide enhanced value-added services based on AWS
o App modernization and migration - For UK based bank which had its platforms to store and process the customer data
on obsolete/legacy technology with technical debt, strategized an Application modernization framework. With R-Lane
remediation strategy for cloud migration moved the identified 150+ heterogenous application to AWS, data migration and
support Datacentre consolidation. Supported the bank to be fully compliant with complex and fast changing regulation,
optimize IT infrastructure cost and ensure availability and scalability of applications
Digital Stack Solutions - Delivered for Portal (Liferay), Marketing (Adobe), Ecommerce (Hybris, Magento), BPM (jBPM,
Pega), Enterprise Content Management (OpenText, FileNet, Drupal), Cloud native enablement (Linux, OpenStack, PCF)
Application Maintenance Services and Application Development - Experience in solution architecting from multi-year
large sized deal proposal and associated transformation leveraging internal framework, tools, and offerings to drive focus
on automation, continuous service improvement and lean operations
In addition, helped customers in market assessment and product concept development, re-architecture, value
engineering, FDA remediation, feature enhancement - wireless enablement
Mindtree as Interior Designer Project Manager
Mar 2004 to Sep 2007
EtherMind Bluetooth Software Program: As Technical consultant provided technical support for complete software lifecycle
support for each of the OEM vendors, participation in standardization activities - UPF & BQB Qualification and support to
preferred OEM - RFMD (Qualcomm).
Planned and successfully obtained Bluetooth compliance certification for Mindtree Bluetooth software v1.2
Alcatel Lucent 7302 Intelligent Services Access Manager: As onsite coordinator provided technical support to Release
3.1 to 3.4 for ISAM 7302 - high density IP access node offering multiservice support (Network management, data, voice,
video and business services).
UG: B.Tech/B.E. (Electronics Communication) from Bapuji Institute of Engineering and Technology, Davanagere in 1992
PG: MBA/PGDM (Systems) from T A Pai Management Institute in 2009
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Computing
Azure,AWS,Docker,MS SQL
devops
Postgres, Mongo
AI, ML, Analytics
IaaS, PaaS, SaaS
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Kannada
Chinese
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4…
https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4407114309595a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 580: Resume 1030 with similarity score 0.03300368798634287
B.E , MS , B.TECH web developer , flow manager , api developer , senior software engineer , change management , senior software developer , full time , front end developer functionality , invoice processing , suppliers , validation , designation , ug , affirmative action , scanning , web api , databases , hindi , maintenance , ltd , windows , import , authorization , english , pattern , teams , status , c# , email , project , store , application , forms , operations , ctc , mvc , query writing , features , flow , change management , building , repository , storage , languages , fax , kannada , sql server , ptp , virus , web pages , javascript , software analysis , technology , servicenow 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150…
https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150743125e5d0b0… 1/3
Current Designation: Senior Software Engineer -Dot Net
Current Company: Accenture Services Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: None [None]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Senior Software Engineer -Dot Net
Dec 2013 to Till Date
PROJECTS UNDERTAKEN
Projects I have been part of:
Project 1: Document Storage Application:
Role: .NET WEB API Developer
Description:
Document Storage Application acts as a storage application for any application especially Servicenow Application that
doesnot have any other database mechanism to store.
The communication to and from the applications to document storage happens by API calls.
Responsibilities:
Web API created and used to call ServiceNow application and store documents to our Database.
Implemented Repository Pattern.
Created WebAPI?s to consume the data, also API?s to send the data to Service Now application.
Project 2: Document Flow Manager Application:
Role : C# WEB Developer
Description:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Sindhu H P
Senior Software DEVELOPER- 7 years experience- .Net, C#, Web API, WCF, .NET
CORE API, React JS,SQL Server,Query Writing
Key Skills: Senior Software Developer,Net,C#,Web API,React JS,SQL Server,Software Analysis
Summary
A competent professional with over 7 years of experience
Accenture Services Pvt. Ltd., Bangalore as Senior Software Developer
In-depth knowledge of software technologies such as React JS,.Net Core API, .Net, C#, Web API,WCF, SQL Server 2008 &
Query Writing.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150…
https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150743125e5d0b0… 2/3
Application which we built to handle the invoice processing flow for PTP and CTC teams, having more than 50 clients.
Responsibilities:
Build web pages .
Handle changes according to client requirement.
WebForms application to handle both images and data side by side and provide ERP like feel to compare and approve
data.
Constant upgrading of solution to handle new .NET features.
Project 3: Document Integrator:
Role: .NET Windows Forms Developer
Description:
Windows Forms Application used to ingest invoices from different multiple locations, multiple client. Handling conversion
and Validation of Password Protected file, Virus check etc and then import these documents to respective application
databases.
Responsibilites:
Build new WindowsForms pages according to requirement.
Implement new and updated features to consume the files sent via mail, fax, printer , scanning solutions and store it in DB.
Change management according to client requirement.
DWP deployment:
Handling deployment of the code, handle SQL server operations including creation of required procedures, views,
functions and SSIS reports.
Project 4: PO MAPPING:
Role: React Front End developer
Description:
A document comparing tool, built to compare the same document from different ERP systems.
Responsibilites:
React JS was used to build the front end for this application.
API created to send data to DB.
API to consume and send the data from applications and database.
TECH UPGRADE:
ROLE: REACT front end developer
Description:
An easy portal for suppliers to take action on their company invoice.
Responsibilities:
Involved in upgrading of .NET application to React.
Building new modules to accommodate existing functionality.
UG: B.Tech/B.E. (Computers) from Dr Ambedkar Institute of technology, Bangalore in 2013
PG: None (None) in 0
Education
IT Skills
Skill Name Version Last Used Experience
.Net, C#, MVC, Web Service 4 2018 5 Year(s) 0 Month(s)
Web API 5 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150…
https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150743125e5d0b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
React js 2019 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
Rank 581: Resume 345 with similarity score 0.033002483466144455
B.TECH , BS work from home , android developer assessment , lovely , resume , one , android , java , computer science , application , step Assessment
Q1. Why should you be hired for this role?
I HAD 1 YEAR 9 MONTHS EXPERIENCE IN ANDROID APPlLICATION DEVELOPMENT IN VISUSOFT COMPANY AT HYDERABAD, I COMPLETED MY
GRADUATION COMPUTER SCIENCE ENGINEERING B.TECH IN 2018 AT LOVELY PROFESSIONAL UNIVERSITY , I GOT OPPORTUNITY FROM
VISUSOFT COMPANY FOR ANDROID APPLICATION AND I COMPLETED MY UDEMY COURSE OF ANDROID APPLICATION AND JAVA THAT MADE ME
TO BECOME A ANDROID DEVELOPER IN MY LIFE. AND NOW I'M TAKING ONE MORE STEP TOWARDS ABOUT ANDROID APPLICATION IS
INTERNSHIP TO GAIN MORE EXPERIENCE AND WANT TO LEARN NEW THINGS.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
YES I'M AVAILABLE FOR 3 MONTHS, I AM READY TO START IMMEDIATELY FROM WORK FROM HOME DUE TO COVID19.
Resume
EDUCAT ION
JOBS
CONTACT Phone: 91 9041260364
NIKITH KURUVELLA
Khammam
Applied 28 Dec'20
Android Java
B.Tech Hons.), Computer Science & Engineering
Lovely Professional University
2014 - 2018
Android App Development
Visusoft, Virtual
May 2019 - Present
Rank 582: Resume 979 with similarity score 0.0329737532229939
B.E , MS , B.TECH senior java developer , solution architect , full time , installer , enterprise architect , data management wamp , react.js , automation , api , eventum , general , jenkins , css , validation , jmeter , affirmative action , testng , mysql , design , technical architecture , oracle , hindi , maintenance , mock , ltd , apache , jquery , authorization , english , troubleshooting , teams , enterprise , status , spring boot , email , project , tomcat , bulk sms , application , ecosystem , angularjs , continuous integration , bitbucket , electronics , testing , continuous improvement , rest , components , third party vendors , debugging , git , maven , identifying issues , framework , languages , research , vapt , kannada , sql server , selenium , visualvm , cvs , jira , javascript , burp suite , form , eclipse , technology , pipeline , html , contingency , mitigation 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f18…
https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f180315135a0800… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tejosma Technologies Pvt Ltd. as Solution Architect
Nov 2013 to Dec 2020
Tejosma Technologies Pvt Ltd. as Solution Architect
Nov 2013 to Nov 2013
Jaamoon Blink: Blink is a research analysis platform for the broking firms to effectively publish, track, and communicate
their research ideas to the end clients.
Roles and Responsibilities:
* Designing and implementation of client CR modules.
* Design and Implementation of adapters to communicate with external third party vendors (Netcore, Pepipost, Mytoday
Bulk SMS etc.)
* Reviewing source code and ensuring the client requirement is met.
* Project management using Jira.
* Upgrading technology stack (MySQL, Java, Maven, Wildfly, Tomcat)
* Creating the releases through Jenkins
* Finding out performance bottleneck areas and resolving them.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SAROJ SHANBHAG
Senior Java Developer seeking roles in Software Development,System
Analysis,Technical Architecture,Project Management,Continuous Integration,Release
Management,Client Management,Data Management,Requirement
Gathering,Java,SQL,Spring Boot,Maven,JIRA
Key Skills: Software Development,Project Management,Continuous Integration,Release Management,Client
Management,Data Management,Requirement Gathering,Java,SQL,Spring Boot,Maven,JIRA,Angularjs,React.Js
Summary
Nearly 7 years of experience in IT industry with strong experience in application development using back end and front end
technologies.
* Handling java development including design and troubleshooting applications.
* Continuous improvement by investigating alternatives technologies and creating POC's.
* Skilled in identifying issues and risks in a timely manner developed/ implemented appropriate mitigation and contingency
plans.
* Creating the releases of the software components.
* Designed Selenium hybrid framework and data oriented automation tests.
* Debugging environment related issues and providing alternate solutions.
* Designing and implementing REST API.
* Ability to adapt and work on newer technologies in a quick session.
* Understanding Client requirement and provide the solution to integrate the CR into the existing product.
* Guiding the l1 and l2 teams in debugging issues.
* Upgrading the technology stack of the product to latest version.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f18…
https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f180315135a0800… 2/3
* VAPT analysis using burp suite and designing a form validation library.
JInstaller: It is a java based installer to deploy different modules Blink ecosystem.
Roles and Responsibilities:
* Designing and implementation.
* Reviewing source code.
* Project management using Jira.
JSeHy Framework: Selenium hybrid (keyword, data driven) Framework used for testing all the modules in the Blink
ecosystem.
Roles and Responsibilities:
* Designing and implementation.
* Reviewing source code.
* Project management using Jira.
* Generation of mock data.
Jaamoon Inbound/Outbound API: Rest API's for the Blink ecosystem.
Roles and Responsibilities:
* Designing and implementation.
* Rest API's using springboot.
* Reviewing source code.
* Project management using Jira.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Anjuman Institute of Technology and Management (AITM), in
2011
Education
IT Skills
Skill Name Version Last Used Experience
Java, SQL
springboot
MYSQL, Oracle, SQL server
JDBC, Speedment, Apache Cayenne
Javascript , HTML, CSS, jQuery
Wildfly, Tomcat, Wamp Server
Selenium Hybrid framework
TestNG, JMeter,
Burp Suite Community Edition
MAVEN
CVS, GIT
Jenkins, BitBucket Pipeline
Eventum, Jira
Eclipse
VisualVM
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f18…
https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f180315135a0800… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Kannada
Konkani
Rank 583: Resume 1080 with similarity score 0.03296774464884473
B.S , MS , BS support engineer , linux system engineer , linux server engineer , full time , senior devops engineer , aws architect appdynamics , nfs , citrix , system maintenance , it security , docker , postfix , web hosting , player , ssl , rackspace , status , zimbra , samba , nagios , gitlab , syslog , building , ec2 , server administration , whmcs , cms , pipeline , file systems , ansible , automation , magento , exim , devops , proxmox , kubernetes , designation , server management , amazon s3 , cloud , kayako , cpanel , ltd , linux server , tar , software installation , english , troubleshooting , ftp , quota management , mongodb , drupal , ibm , prtg , disaster recovery , intermediate , vmware , iptables , sendmail , javascript , cd , xen , efs , hardware engineering , affirmative action , mysql , uptime , debian , basic , opsview , unix , zabbix , proxy , joomla , email , google , tomcat , rsync , wordpress , aws , network security , netapp , containerization , middleware , one-on-one , maven , resolving issues , languages , high traffic , jira , webmin , security management , hardening , high availability , jenkins , mirroring , ug , analytical skills , tamil , interpersonal skills , lamp , ticketing tools , apache , open source software , php , authorization , kernel , application , yum , user requirements , servers , system performance , shell scripting , nginx , ssh , tuning , hyperic , csf , network administration , load , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 1/3
Current Designation: Senior DevOps Engineer & AWS Architect
Current Company: NITYO INFOTECH
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Chennai,Coimbatore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NITYO INFOTECH as Senior DevOps Engineer & AWS Architect
Nov 2016 to Till Date
Responsibilities
Configuring and Troubleshooting linux servers, services, applications, micro services.
Good knowledge in CI/CD pipeline using tools such as Jenkins and GIT
Development and production automate containerization using Docker, Kubernetes, Ansible, Rancher
Maintaining SecDevOps tools as WAZUH (HIDS), AppSpider.
Configuring and Hardening docker containers, kube clusters, linux servers, Apache, MySQL, PHP, Tomcat, nginx, Jboss
Managing network security using firewalls: IPtables, CSF.
Building and configuring micro services using docker file.
AWS: EC2, EBS, EFS, S3, Cloudwatch, RDS, IAM, VPC, SES. Route 53.
Administrating own products of Gitlab.
Maintaining regular Backup & Restore using Amazon S3, Netapp, tar and Rsync tools.
Worked on Postgres MySQL MongoDB basic maintaines issues like dumping and restoring.
Identify process gaps and recommend on best practices based on industry standards.
Always improve the system performance, stability to provide 100% availability.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Y. HESLEY STALIN
Sr DevOps Engineer,AWS Architect seeking assignment in Networking
Engineering,Linux Server Administration,Security Administration,IT Security
Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Key Skills: Sr DevOps Engineer,AWS Architect,Tech Support Engineer,Networking Engineering,Linux Server
Administration,Security Administration,IT Security Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Summary
10 + Years of hands on experience in Linux Server/Security Administration / AWS / DevOps
Currently working with NITYO INFOTECH, as a Senior DevOps Engineer. Client EQUINIX.
Ability to handling high traffic production system independently, troubleshooting (middleware, infra etc), automation, regular
operation etc. Hands on with the large and scalable system
Ability to work in a fast paced, demanding environment, able to work independently, one-on-one, in a team setting and in a
virtual team environment.
Team player with good management, analytical, communication and interpersonal skills.
Experience in analyzing information system needs and evaluating end-user requirements.
Involving in whole process of Development, Production System Operation including system maintenance, monitoring,
automation, backend operation, ensuring high availability, regular application release, troubleshooting, middleware performance
tuning and collaborate with functional
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 2/3
Monitoring tools: Appdynamics, Nagios, Zabbix, Hyperic
TECHNICAL SUMMARY
LINUX & DEVOPS
Basic & intermediate Shell Scripting.
Knowledge in UNIX process managements.
Installing, maintaining and troubleshooting DevOps tools like Kubernetes, Gitlab, Jenkins, Rundeck etc.
Configuring and Troubleshooting Server Services: Maven, Node, SpringBoot, FTP, DNS, SSH, SAMBA, APACHE,
MySQL, PHP, Nginx, Jboss, Tomcat, Apache proxy pass, Mod_jk, NFS,
Managing network security using firewalls: IPtables, CSF.
LAMP setup CI/CD Pipeline, Docker and Kube environment configuration and administration
Configuring and managing mail servers: SENDMAIL, POSTFIX, EXIM, Zimbra.
Kernel Tuning with Sysctl.
Implementing File Systems, Quota management, Users and group management.
Having ideas on Disaster Recovery, Server Hardening and Uptime management.
Managing Syslog and Yum, debian configuration.
WHM & Cpanel, Webmin & Virtualmin web hosting and troubleshooting.
Monitoring tool Hyperic, Appdynamics, PRTG, Nagios, Zabbix, OPSView, Nodeping, Pingdom.
Server & site Migrations, SSL Certificate installation.
Third party open source software installation and maintenances.
Open Source CMS: Wordpress, Joomla, Magento, Drupal installation & troubleshooting.
Ticketing tools: JIRA, Service-now, Kayako, WHMCS, OsTicket.
Virtualizations: SolusVM, Proxmox, Citrix Xen Server, VMware installation and Basic maintenances.
Cloud: Amazon, Google, IBM, Rackspace.
Strong analytical skills and troubleshooting expertise and resolving issues in the Linux servers.
Knowledge and experience in remote server management.
Knowledge and experience in load balancers, server mirroring and firewall management.
Bworks Tech Labs as Linux Server Engineer & AWS Architect
Feb 2015 to Nov 2016
Velan Info Services India Pvt Ltd as Linux System Engineer
Aug 2013 to Jan 2015
UG: B.Sc (Computers) from Dr.NGP arts & science college, coimbatore in 2006
PG: MCA (Computers) from Bishop Appasamy College of Arts & Science, Coimbatore in 2009
Other Qualifications/Certifications/Programs:
RHCE -Red Hat Certified Engineer EL-7
.
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Service-now, Kayako
WHMCS, OsTicket.
SolusVM, Proxmox, Citrix Xen Server
VMWARE
Amazon, Google, IBM, Rackspace
Maven, Node, SpringBoot, FTP, DNS
SSH, SAMBA, APACHE, MySQL, PHP
Nginx, Jboss, Tomcat, Apache proxy pass
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mod_jk, NF
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 584: Resume 1541 with similarity score 0.03295713066398392
B.S , MS , BS support engineer , linux system engineer , linux server engineer , full time , senior devops engineer , aws architect appdynamics , nfs , citrix , system maintenance , it security , docker , postfix , web hosting , player , ssl , rackspace , status , zimbra , samba , nagios , gitlab , syslog , building , ec2 , server administration , whmcs , cms , pipeline , file systems , ansible , automation , magento , exim , devops , proxmox , kubernetes , designation , server management , amazon s3 , cloud , kayako , cpanel , ltd , linux server , tar , software installation , english , troubleshooting , ftp , quota management , mongodb , drupal , ibm , prtg , disaster recovery , intermediate , vmware , iptables , sendmail , javascript , cd , xen , efs , hardware engineering , affirmative action , mysql , uptime , debian , basic , opsview , unix , zabbix , proxy , joomla , email , google , tomcat , rsync , wordpress , aws , network security , netapp , containerization , middleware , one-on-one , maven , resolving issues , languages , high traffic , jira , webmin , security management , hardening , high availability , jenkins , mirroring , ug , analytical skills , tamil , interpersonal skills , lamp , ticketing tools , apache , open source software , php , authorization , kernel , application , yum , user requirements , servers , system performance , shell scripting , nginx , ssh , tuning , hyperic , csf , network administration , load , firewalls 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 1/3
Current Designation: Senior DevOps Engineer & AWS Architect
Current Company: NITYO INFOTECH
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Chennai,Coimbatore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NITYO INFOTECH as Senior DevOps Engineer & AWS Architect
Nov 2016 to Till Date
Responsibilities
Configuring and Troubleshooting linux servers, services, applications, micro services.
Good knowledge in CI/CD pipeline using tools such as Jenkins and GIT
Development and production automate containerization using Docker, Kubernetes, Ansible, Rancher
Maintaining SecDevOps tools as WAZUH (HIDS), AppSpider.
Configuring and Hardening docker containers, kube clusters, linux servers, Apache, MySQL, PHP, Tomcat, nginx, Jboss
Managing network security using firewalls: IPtables, CSF.
Building and configuring micro services using docker file.
AWS: EC2, EBS, EFS, S3, Cloudwatch, RDS, IAM, VPC, SES. Route 53.
Administrating own products of Gitlab.
Maintaining regular Backup & Restore using Amazon S3, Netapp, tar and Rsync tools.
Worked on Postgres MySQL MongoDB basic maintaines issues like dumping and restoring.
Identify process gaps and recommend on best practices based on industry standards.
Always improve the system performance, stability to provide 100% availability.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Y. HESLEY STALIN
Sr DevOps Engineer,AWS Architect seeking assignment in Networking
Engineering,Linux Server Administration,Security Administration,IT Security
Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Key Skills: Sr DevOps Engineer,AWS Architect,Tech Support Engineer,Networking Engineering,Linux Server
Administration,Security Administration,IT Security Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Summary
10 + Years of hands on experience in Linux Server/Security Administration / AWS / DevOps
Currently working with NITYO INFOTECH, as a Senior DevOps Engineer. Client EQUINIX.
Ability to handling high traffic production system independently, troubleshooting (middleware, infra etc), automation, regular
operation etc. Hands on with the large and scalable system
Ability to work in a fast paced, demanding environment, able to work independently, one-on-one, in a team setting and in a
virtual team environment.
Team player with good management, analytical, communication and interpersonal skills.
Experience in analyzing information system needs and evaluating end-user requirements.
Involving in whole process of Development, Production System Operation including system maintenance, monitoring,
automation, backend operation, ensuring high availability, regular application release, troubleshooting, middleware performance
tuning and collaborate with functional
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 2/3
Monitoring tools: Appdynamics, Nagios, Zabbix, Hyperic
TECHNICAL SUMMARY
LINUX & DEVOPS
Basic & intermediate Shell Scripting.
Knowledge in UNIX process managements.
Installing, maintaining and troubleshooting DevOps tools like Kubernetes, Gitlab, Jenkins, Rundeck etc.
Configuring and Troubleshooting Server Services: Maven, Node, SpringBoot, FTP, DNS, SSH, SAMBA, APACHE,
MySQL, PHP, Nginx, Jboss, Tomcat, Apache proxy pass, Mod_jk, NFS,
Managing network security using firewalls: IPtables, CSF.
LAMP setup CI/CD Pipeline, Docker and Kube environment configuration and administration
Configuring and managing mail servers: SENDMAIL, POSTFIX, EXIM, Zimbra.
Kernel Tuning with Sysctl.
Implementing File Systems, Quota management, Users and group management.
Having ideas on Disaster Recovery, Server Hardening and Uptime management.
Managing Syslog and Yum, debian configuration.
WHM & Cpanel, Webmin & Virtualmin web hosting and troubleshooting.
Monitoring tool Hyperic, Appdynamics, PRTG, Nagios, Zabbix, OPSView, Nodeping, Pingdom.
Server & site Migrations, SSL Certificate installation.
Third party open source software installation and maintenances.
Open Source CMS: Wordpress, Joomla, Magento, Drupal installation & troubleshooting.
Ticketing tools: JIRA, Service-now, Kayako, WHMCS, OsTicket.
Virtualizations: SolusVM, Proxmox, Citrix Xen Server, VMware installation and Basic maintenances.
Cloud: Amazon, Google, IBM, Rackspace.
Strong analytical skills and troubleshooting expertise and resolving issues in the Linux servers.
Knowledge and experience in remote server management.
Knowledge and experience in load balancers, server mirroring and firewall management.
Bworks Tech Labs as Linux Server Engineer & AWS Architect
Feb 2015 to Nov 2016
Velan Info Services India Pvt Ltd as Linux System Engineer
Aug 2013 to Jan 2015
UG: B.Sc (Computers) from Dr.NGP arts & science college, coimbatore in 2006
PG: MCA (Computers) from Bishop Appasamy College of Arts & Science, Coimbatore in 2009
Other Qualifications/Certifications/Programs:
RHCE -Red Hat Certified Engineer EL-7
.
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Service-now, Kayako
WHMCS, OsTicket.
SolusVM, Proxmox, Citrix Xen Server
VMWARE
Amazon, Google, IBM, Rackspace
Maven, Node, SpringBoot, FTP, DNS
SSH, SAMBA, APACHE, MySQL, PHP
Nginx, Jboss, Tomcat, Apache proxy pass
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mod_jk, NF
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 585: Resume 696 with similarity score 0.032920445446053284
B.S , MS senior java developer , full time , development analyst , software developer ecommerce , disney , functionality , api , spring mvc , version control , serialization , core java , clinical research , customer , jenkins , algorithms , nosql , physics , string , designation , b2c , toad , lambda expressions , affirmative action , oracle , web services , tortoise svn , hindi , linux , maintenance , basic , unix , apache , test cases , windows , json , advanced , centos , english , authorization , status , full text search , bug tracking , models , email , project , b2b , tomcat , application , continuous integration , bitbucket , rdbms , github , rest , order processing , writing , obc , junit , exceptions , maven , framework , system testing , putty , e-commerce , modeling languages , documentation , hibernate , cassandra , jira , javascript , eclipse , organization , working experience , brd , database , annotation 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a0042…
https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a00425512450a5c5f0… 1/3
Current Designation: Senior Java Developer
Current Company: Merck
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Pharma/Biotech/Clinical Research
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Merck as Senior Java Developer
Aug 2018 to Till Date
This project is aimed to develop e-commerce platform which is distributed and scalable that allows
the end users to view/search/order products from this application. It has ability to handle B2C and
B2B business models, its customizable as per organization requirements, Includes user
management, and customer support, order processing etc.
Created new Rest web service resources and modified the existing web services to support the
front-end and back-end functionality.
Created and executed JUnit test cases for Restful API of application.
Created web services for full text search platform using NoSQL Elastic search engine, allowing
for much faster, more scalable and more intuitive user searches for our database of spas
worldwide.
Used maven as build management tool.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Kriti Km
Experienced working with Core Java, Collections & Design Patterns|Proficient in
technologies such as Rest web services, elastic search, Cassandra, maven, GIT and
Communication Skills.
Key Skills: Web Services, Elastic Search, Cassandra, Core Java, Advanced Java, rest api, Collection Framework, Data
Structures, OOP,SQL,Github,Jenkins
Summary
Experience in developing Restful APIs using JAX-RS and JSON.
Design, develop and maintain eCommerce sites for various locales
Experience in writing JUnit Test cases for Restful API of application to test and
and debug the application.
Experience in Elastic Search.
Experience in working in Java 8 Lambda Expressions, Stream API etc.
Knowledgeable in API modeling languages and annotation (Swagger Documentation),
and Lombok Framework.
Extensive Object-Oriented Development OOP experience.
Experience in Core java, Collection framework.
Experience in Exceptions Handling, String Handling, Wrapper classes and serialization.
Experience in writing Basic SQL queries using RDBMS.
Experience in Hibernate, Spring MVC.
Strong working Experience in using source code/version control system Git BitBucket.
Having good familiarity in using JIRA tool for bug tracking, issue tracking, and project management and also Jenkins tools for
continuous integration.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a0042…
https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a00425512450a5c5f0… 2/3
Developed lookup tables and views to speed up queries.
Efficiently handled periodic exporting of data into Elastic search.
To Fixed the Issues reported by System Testing Team and UAT Team.
Involved in analysis and design phases of Software Development Life Cycle.
Environment: Linux, Java1.8, Cassandra, eclipse, F5, Postman, Jenkins, wild fly, Bit bucket,
JIRA.
Technologies: Rest API using JAX-RS, Java 1.8, Cassandra, Elastic Search
Accenture as Application Development Analyst
Nov 2014 to Aug 2018
Java Developer
UG: B.Sc (maths and physics) from BRD College Duddhi in 2010
PG: MCA (Computers) from IET-Lucknow in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Eclipse IDE 2020 4 Year(s) 0 Month(s)
TOAD 2018 2 Year(s) 0 Month(s)
Unix/Linux Centos 2020 4 Year(s) 0 Month(s)
Basic SQL
RDBMS
CORE JAVA
ALGORITHMS
postman 2020 3 Year(s) 0 Month(s)
Hibernate, Spring MVC 2017 0 Year(s) 0 Month(s)
Rest API, JSON
Hibernate
Elastic Search 2020 0 Year(s) 0 Month(s)
Maven, putty
Toad For Oracle, DataStax
Bit Bucket, Tortoise SVN 2020 3 Year(s) 0 Month(s)
Apache Tomcat & Wildfly 2020 3 Year(s) 0 Month(s)
JIRA 2020 3 Year(s) 0 Month(s)
WINDOWS, LINUX centos 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a0042…
https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a00425512450a5c5f0… 3/3
Nature of Employment: Full Time Duration: Oct 2016 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Aug 2016
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full time
Projects
Project Title: AT & T:- YTR
Client: AT&T
Project Details: Working as a java developer.
Project Title: Disney
Client: Walt Disney World
Project Details: Worked as a java developer and a wiremock developer.
Rank 586: Resume 697 with similarity score 0.032884701179870864
M.TECH , BS , B.E , MS , B.TECH software engineer , technology lead , full time , team lead , network controller core java , customer , glusterfs , fault tolerance , demand , bash , java swing , quagga , spring , docker , linux , data collection , tcpdump , ssl , status , cable , white box , infosys , openflow , components , features , interconnects , kibana , data center , fcaps , pie , cms , protocol development , routers , production deployment , pipeline , switches , tftp , ansible , encryption , open source , designation , plugins , hindi , cloud , nms , protocol design , cluster , service providers , english , troubleshooting , project , groups , beds , rest , git , computer science , chart , documentation , computer engineering , javascript , technology , neutron , ldap , diameter , command , golang , scripting , affirmative action , mysql , test scripts , gerrit , maintenance , kafka , email , configuration management , ubuntu , metal , unit testing , premises , languages , hibernate , traffic shaping , malayalam , jira , engineers , search , web , agile methodologies , functionality , onboarding , high availability , tunneling , jenkins , leaf , soap , routing , wireshark , authorization , openstack , teams , spine , virtualization , snmp , application , simplification , test automation , operators , user requirements , gtp , framework , storage , agents , python , eclipse , telemetry , load , metrics , persistence 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 1/5
Current Designation: Technology Lead -IT
Current Company: Infosys Limited
Current Location: Trivandrum
Pref. Location: Hyderabad,Bengaluru / Bangalore,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
Infosys Limited as Technology Lead -IT
Aug 2015 to Till Date
Project : HFC Common Collection Framework ,NMS Simplification
Team Size : 5
Project Overview
A Simplified Common Collection frame work cloud native solution in HFC network which collects metrics and discover
topology details from HFC network( CMTS/CM/Channels/Service Groups) using standard SNMP/TFTP protocols. Provide
the PNM metrics to CableLabs PMA application for profile calculation. TMFAPI for inventory management.
Use cases:
1. HFC topology discovery(On-demand/scheduled discovery)
2. Channel Capacity calculation
3. Micro service Management
4. PNM data collection
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Jobin Joseph
Technology Lead seeking roles in Application Development,Application
Maintenance,Project Management,Requirement
Analysis,ONOS,Kubetnetese,Docker,OpenVSwitch,Core Java,Ansible,Python,Spring
Hibernate,GoLang,C,GIT,SVN,REST,Swagger API,Elastic Search
Key Skills: Technology Lead,Team Lead,Application Development,Application Maintenance,Project
Management,Requirement Analysis,ONOS,Kubetnetese,Docker,OpenVSwitch,Core Java,Ansible,Python,Spring
Hibernate,GoLang,C,GIT,SVN,REST,Swagger API,Elastic Search
Summary
9 years of experience in IT industry, currently working as Technology Lead in Infosys.
Strong experience in Networking Protocols, Virtualization, SDN/NFV and Container Networking.
Strong Experience in ONOS, Kubetnetese, Docker, OpenVSwitch, ofsoftswitch13, Mininet, Trellis , SONA and OpenStack
neutron.
Strong Experience in protocol development like VRRP, Diameter, OpenFlow, GTP and VxLAN.
Good exposure in QoS, Trellis, TCP/IP, BGP, MPLS, VPN.
Good experience in Core Java, Ansible and HelmChart.
Familiar with Python and spring hibernate, GoLang and C.
Open Source contribution in ONF.
Experience in HFC Network Collection Framework and CableLabs PMA.
Experience on GIT, SVN, REST, Swagger API doc.
Familiar with Prometheus, influxdDB, FluentD, elastic search, Grafana, Kibana.
Experienced in agile methodologies and JIRA tools.
Goods capability in managing teams and multiple tracks.
Strong analytical, problem troubleshooting/solving skills, self-starter.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 2/5
5. Cable Labs PMA integration
Responsibilities
Requirement analysis.
Design and development, documentation.
Sprint delivery, demo.
Technologies:
Tools: IntelliJ, tcpdump, Simplesoft.
OS: Ubuntu 18.04
Languages: Python, JAVA
Platform: Kubetnetese
Configuration Management - GIT
Project : SDN Network Controller and Management Solution
Team Size : 8
Project Overview
Integrated solutions of network control and FCAPS functionalities. This helps service providers and network operators to
adopt the easy transition to SDN world. FCAPS functionalities are integrated with ONOS SDN controller and virtualization
platform (K8s and OpenStack).
Responsibilities
Requirement analysis.
Design and development, documentation.
Mentor team, Sprint delivery.
Technologies:
Tools: IntelliJ, tcpdump, Simplesoft.
OS: Ubuntu 18.04
Languages: Python, JAVA
Platform: Kubetnetese
Configuration Management - GIT
Project : ONOS Trellis application development
Team Size : 7
Project Overview
ONOS solution programs data center Leaf-Spine fabric interconnects Kubetnetese cluster nodes which manages
containerized VNF and telemetry agents. Bug fix in various features like dhcprelay, In-house ONOS app development for
production deployment use cases. Open Source contribution towards ONOS gerrit.
Responsibilities
Requirement analysis.
Design and development, documentation.
Unit testing.
Technologies:
Tools: IntelliJ, tcpdump.
OS: Ubuntu 18.04
Languages: JAVA
Configuration Management - GIT
Project : SDN ONF Trellis deployment automation in Kubetnetese platform.
Team Size : 7
Project Overview
Deployment automation of SDN controlled datacenter fabric topology with white box switches. Containerized ONOS
cluster over Kubetnetese platform, this solution provides high availability for ONOS, configuration persistence of
configuration and control plane parameters. Involved various monitoring functionalities for switches and fabric using
ONOS REST API, Redfish API. Uses SR for enabling the fabric and routing are using Quagga and FPM application.
Deployment automation of SDN components and metrics agents using Ansible. ACL using OpenFlow pipeline and ONOS
REST API.
Responsibilities
Requirement analysis,
Design and development, documentation.
Guide and Mentor team.
Technologies:
OS: Ubuntu 16.04,ONL
Languages: Ansible, Python, Bash scripting.
Configuration Management - GIT
Project : Kubetnetese virtualization platform Deployment Automation
Team Size : 8
Project Overview
Bare metal Kubetnetese virtualization platform runs virtualized cable modem Termination System and metrics/monitoring
applications. Integration with monitoring agents like Prometheus exporter and Kafka. Integration of plugins like SRIOV,
persistent storage using Glusterfs and Heketi. Upgrade of Platform components. Deployment of the Kubetnetese and
platform components using Ansible, high availability and fault tolerance, SSL encryption within the cluster.
Responsibilities
Requirement analysis,
Design and development, Mentor team, documentation.
Unit testing.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 3/5
Technologies:
OS: Ubuntu 16.04 server
Languages: Ansible, bash scripting, Python
Configuration Management - GIT
Project : VNF Onboarding using OpenStack
PoC
Team Size : 2
Project Overview
This PoC involves adding the following features to OpenStack.
ThinkPalm Technologies as Software Engineer
Dec 2011 to Aug 2015
Client : R&D Project
Project : VxLAN tunneling with OpenFlow SDN
Developer
Team Size : 2
Project Overview
OpenFlow protocol is the one technique to implement SDN(Software Defined Networking) .Customized ofsoftwitch13
OpenFlow agent provided by Ericson Lab.
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of OpenFlow 1.3
OpenFlow 1.3 Controller and its application like Routing and switch Development.
Added VXLAN tunneling support to OpenFlow Implementation.
Documentation.
Technologies:
Environment OS: Linux
Languages: C and JAVA
Configuration Management - SVN
Project : ACME QoS Traffic shaping
PoC
Team Size : 4
Project Overview
QOS traffic shaping CPE device which runs TR-69 Protocol. ACS server to configure and monitor traffic shaping and QoS
of CPE device remotely. Software solution includes a Configuration Management Server that provides a facility for user to
specify various QoS, Traffic Shaping configurations through web interface and client module responsible for responding to
configuration requests issued by CMS. The CMS server can connect to multiple CPEs and the monitoring of CPE traffic
and helps users to users to know the traffic details of its entity in graphical way(Line chart, pie chart) .The objective of this
phase is to enhance the existing solution to address the functionality of traffic shaping either at hardware or at software
level.
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of Application.
Documentation.
Technologies:
Environment OS: Linux
Languages: JSF , MySQL
Configuration Management - SVN
Project : REST API Test Automation
Project Overview
A Web based application hosted in cloud, which has the functionalities of Network deice monitoring, configuration, traffics
happing. Services exposing REST API to use by third party application
Responsibilities
Create up Test Plan
Functional test and Load test using SOAP Pro
Automation of test suits using java soap UI library.
Client Demo
Technologies:
SOAP UI,
SOAP UI Pro
Client : R&D Project
Project : Script Automizer(Desktop based Application)
Team Size : 4
Project Overview
To provide Desktop based Automated concurrent test script execution environment for protocol test beds and its report
generation and comparison.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 4/5
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of Appplication.
Documentation.
Technologies:
Environment OS: Linux
Languages: JAVA Swing , My SQL
Configuration Management - SVN
Project : Script Automizer(Web based Application)
Team Size : 4
Project Overview
To provide Web based Automated concurrent test script execution environment for protocol test beds and its report
generation and comparison. Also With Facility to run test scripts in virtual tested. Also LDAP,SVN,Jenkins Integration.
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of Application.
Documentation.
Deploy in customer premises.
Technologies:
Environment OS: Linux
Languages: JAVA Hibernate , MySQL
Configuration Management - SVN
Client : R&D Project
Project : Virtual Router Redundancy Protocol
Team Size : 3
Project Overview
The scope of the project was to implement virtual router redundancy protocol which is an election protocol that
dynamically assigns responsibility for a virtual router to one of the VRRP routers on a LAN
Responsibilities
Requirement analysis, protocol design (RFC 3768)
Design and development of VRRP protocol on RFC 3768
Development of standard Command line interface
Unit level testing for both modules and application.
Technologies:
Tools: Eclipse, Wireshark.
OS: Ubuntu 12.04
Languages: C
Configuration Management - SVN
Client : R&D Project
Project : Diameter Protocol(Node-Server)
Project Overview
UG: B.Tech/B.E. (Computer Science and Engineering) from Institution of Engineers india, kolkata in 2008
PG: M.Tech (Computer Science) from National Institute of Technology (NIT), Rourkela in 2011
Other Qualifications/Certifications/Programs:
Diploma in Computer Engineering
Education
IT Skills
Skill Name Version Last Used Experience
Kubetnetese
DOCKER
openvswitch
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 5/5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mininet, Trellis
SONA and OpenStack neutron
VRRP, Diameter, OpenFlow
QoS, Trellis
TCP/IP, BGP, MPLS, VPN
Core Java, Ansible
HelmChart
Python
Spring Hibernate
GoLang and C
GIT, SVN, REST
Swagger API
elastic search, Grafana, Kibana
Prometheus, influxdDB, FluentD
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 587: Resume 578 with similarity score 0.03282358180503984
B.E , MS , BSC , BS work from home , classifier , python developer , autocad mathworks , training , reinforcement , robotics , ribs , watson , filters , classification , deep learning , string , pes , machine translation , learning techniques , linux , beginner , navigation , node.js , passport , webcam , computer vision , characters , equation , testing , road , logistic regression , uav , features , fundamentals , building , opencv , django , clear , principle , data science , object detection , workflow , case studies , streams , foundations , internships , access , mar , keras , cars , project , autocad , video , live , encoding , laser cutting , range , ibm , ros , tutorials , matlab , tornado , computational analysis , machine learning , arduino , flask , word , kyc , one , javascript , campus , artificial intelligence , vectors , html , reynolds , optimization , web development , sign language , performing , healthcare , design , cessna , natural language processing , basic , activations , workbench , architecture , toolbox , coursera , aws , apollo , max , ubuntu , nmt , surface , languages , output , raspberry pi , assessment , sensors , slam , plot , database , online , api , solidworks , segmentation , gps , wind tunnel , lidar , speech recognition , labels , models , stereo , webrtc , c programming , focus , mono , map , interfacing , resume , paper , datasets , neural networks , airplane , jazz , nginx , tuning , python , face recognition , aerodynamics , load , ansys Assessment
Q1. Why should you be hired for this role?
Process-oriented Engineer aspiring to be a Roboticist, having strong focus on Artificial Intelligence, Deep Learning, Computer Vision, Robotics.
I am looking for a challenging platform to leverage my skills and achieve what feels impossible through determination and consistency
Have done an Internship on Deep Learning:
KYC by video:
1. Face recognition :
(a)Implemented FaceNet paper: Built a Siamese neural network with Keras Openface weights, with triplet loss function this network outputs a 128
bit dimensional encoded vector different for each image with it`s distinct features
(b): Built a Real-time face recognition system with Linux,OpenCV and then fed the cropped images to my neural network which converts the
image into 128 bit vector, If euclidean distance of live user is within range of any pre-stored vectors, It outputs the user found name tag on face
of live user
2. Speech recognition :
(a)Trained a Bi-directional Recurrent Neural Network on CommonVoice1 and CommonVoice2 datasets containing around 100 hours long corpus
(b)Built a Real-time speech to text Inference system with Deepspeech with live microphone input to the trained ASR model and the accuracy was
above 80% on testing set
3. Build API
(a) FR Built a API to host FR and SR models for end-user (remote) who can access with Webpage Camera and Microphone):
Web Frameworks: Tornado,aiohttp,flask.WebRTC Languages: Python,JavaScript,HTML OS&Libraries:
Ubuntu,Tensorflow,Keras,OpenCV,webscockets,Deepspeech
Have completed Deep Learning Specialisation from deeplearning.ai 5 Courses): Learnt Foundations of Deep Learning, built Convolutional neural
networks, RNN`s, LSTM, Adam, Dropout, Batchnorm, Xavier/He intialization and also learnt to lead successful Machine Learning projects
Worked on case studies in Healthcare, Autonomous Driving, Sign language reading, music generation and natural language processing
Built a deep learning project on Sequence Models for Machine Translation NVIDIA Deep learning Institute)
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months starting immediately for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
Sujay Gouda
Bangalore, Dharwad
Applied 09 Feb'21
Computer Vision Natural Language Processing
NLP
Python
ANSYS AutoCAD C Programming
C Programming Deep Learning Django
Flask HTML Linux
MATLAB Machine Learning Neural Networks
Nginx OpenCV Raspberry Pi
Robotics SolidWorks Arduino
JavaScript Node.js
Bachelor of Engineering B.E, Engineering
PES UNIVERSITY ELECTRONIC CITY CAMPUS
2015 - 2019
CGPA 7.08/10
Deep Learning Intern
Lambda Vision, Virtual
Sep 2020 - Jan 2021
TRAININGS
Have done KYC by Video,Face Recognition:Used OpenCV &Trained a Siamese
Neural Network with Triplet loss function.Have trained a Bi-directional
RNNDeepspeech) on diff datasets for speech recognition, Built an API for
Interfacing with WebRTC server
Computer Vision & Deep Learning Intern
Apsys Solutions, Virtual
Aug 2020 - Sep 2020
Built a Neural Network to recognize face of the employees in Company and let them in with passport size photographs of
the employee,Implemented FaceNet,DeepNet,built Siamese network,trained image data & built live face recognition using
webcam,OpenCV
Deep Learning Specialisation 5 Courses)
Coursera | Deeplearning.ai, Online
Jun 2020 - Aug 2020
Learnt Foundations of Deep Learning, built Convolutional neural networks, RNN`s, LSTM, Adam, Dropout, Batchnorm,
Xavier/He intialization and also learnt to lead successful Machine Learning projects
Courses in Specialisation:
1. Neural Ne tworks and Deep Learning
2. Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
3. Structuring Machine Learning Projects
4. Convolutional Neural Networks
5. Seqiuence Models
Worked on case studies in Healthcare, Autonomous Driving, Sign language reading, music generation and natural language
processing
Built a deep learning project on Sequence Models for Machine Translation NVIDIA Deep learning Institute)
Computer Vision With OpenCV And IBM Watson
IBM, Online
Jun 2020 - Aug 2020
Machine Learning By Stanford University
Coursera, Online
Jun 2020 - Present
Artificial Intelligence For Robotics
Udacity, Online
Jun 2020 - Jul 2020
Complete Tensorflow 2 And Keras Deep Learning Bootcamp
udemy, Online
Jun 2020 - Jul 2020
Fundamentals Of Self Driving Car: Featuring Apollo
Udacity, Online
Jun 2020 - Jun 2020
Deep Learning-Onramp
MathWorks, Online
Apr 2020 - Apr 2020
Learnt deep learning techniques in MATLAB for image recognition.
Topics covered : using pretrained networks, managing collections of data, and performing transfer learning.
Machine Learning-Onramp
MathWorks, Online
Apr 2020 - Apr 2020
Machine Learning tutorial that introduced to practical machine learning methods for classification problems using hands-on
exercises with automated assessments and feedback.
Topics covered : Overview of machine learning and the classification workflow, importing and preprocessing data,
engineering features, and building classification models.
Matlab-OnRamp
MathWorks, Online
Apr 2020 - Apr 2020
Learnt the basics of MATLAB with this interactive tutorial that includes videos, hands-on exercises, and projects with
automated assessments and feedback.
PROJECTS
Topics covered include: MATLAB commands.
C Programming - From Beginner To Beyond
udemy, Online
Feb 2020 - Apr 2020
Learnt C Variables, Constants, Arrays, Vectors, Characters, String, Functions, OOP, I/O and streams.
Complete Python Developer In 2020
udemy, Online
Feb 2020 - Mar 2020
Python 3 Fundamentals + Object oriented programming + Web development + Machine learning & Data Science models + 12
Real-world projects.
Self-learnt ROS File-system Level + Computation Graph Level)
Wiki.ros.org, Online
Dec 2019 - Jan 2020
Learnt & practiced Core ROS tutorials Beginner+Intermediate) from wiki.ros.org
Automated attendance registeration system using face recognition
Sep 2020 - Sep 2020
https://drive.google.com/file/d/1tSKKGx0WttPRFkWuCWsr05mq9qo9VxbT/view?usp=sharing
Implementation of FaceNet, DeepNet, One shot learning Siamese Network).
Recognises faces of authorised persons if present in the database using a single passport size photograph and marks the
time of entry in database for attendance
Trigger Word Detection for speech recognition using Sequence model
Aug 2020 - Aug 2020
Involved Creating a speech dataset, Visualising frequencies with spectogram, training on datasets, model used a 1d
convolutional layer, GRU and dense layers, model was 94% accurate on Test dataset
Emojifier using an LSTM in Keras
Aug 2020 - Aug 2020
Used EMOJISET dataset, model had a embedding layer and training was done with Keras using mini-batches, further fed into
LSTM Network, accuracy of the model was 84% on test dataset
Neural Machine Translation with Attention model Sequence-to-Sequence)
Jul 2020 - Jul 2020
Built a NMT model to translate human readable dates into machine readable dates, model contained two LSTM`s for pre and
post attention, Training data with model, plot the activations, Visualizing attention weight outputs.
Jazz Improvization with LSTM
Jul 2020 - Jul 2020
Applied an LSTM to Music generation, trained on a corpus of Jazz music which learns the patterns of Jazz soloist, RNN
generates a sequence of values which is further out streamed as music
Face Recognition using Inception network / GoogLeNet implementation
Jun 2020 - Jun 2020
Used FaceNet Architecture which is combination of siamese network at the end of inception network, Used one-shot-
learning algorithm, Used triplet loss function to get good encoding for the images, Uses web cam for live face recognition
Art generation with Neural Style Transfer
Jun 2020 - Jun 2020
Used a VGG19 Network trained on ImageNet Database, Compute content and style cost using Tensorflow, Extract style
weights and optimize total cost, finally output the generated image
Traffic Sign Classifier with Keras
Jun 2020 - Jun 2020
Used Keras Sequential API to build TrafficSignNet, trained TrafficSignNet CNN on GTSRB dataset and obtained 95%
accuracy, Built python script to load new images as input for classification GTSRB dataset
AWS Deep Racer
May 2020 - May 2020
Learn and Implement different techniques of reinforcement and deep learning to train a 1/18th scaled fully autonomous car
and test it virtually in preferred race track
Logistic Regression Cat classifier with a deep neural network
May 2020 - May 2020
https://drive.google.com/file/d/1tSKKGx0WttPRFkWuCWsr05mq9qo9VxbT/view?usp=sharing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8553822146
Define the model structure, Initialized the models parameters, Calculate current loss,Calculate current gradient,Optimize the
loss, Compute & update the cost & its gradient, test accuracy was 70%, predicted the labels for a given set of examples.
Autonomous driving - Car detection with YOLOv3
May 2020 - May 2020
Used YOLOv3 algorithm, Non Max Suppression to provide bounding boxes on cars in an Image, used pre-trained model
parameters, Convert output of the model to usable bounding box tensors, Run the graph on original Image
Road Lanes detection using OpenCV
May 2020 - May 2020
Detect lanes in an image, Using Python and OpenCV which processes the image , apply histogram filters, and finally perform
hough transform to have clear lane projections on real image, and can also be used to detect lanes in a video too.
Simulation of a self-driving car with sensors in ROS Gazebo
Feb 2020 - Mar 2020
SImulated self-driving car in Gazebo with sensors Velodyne LIDAR,Laser scanner,Mono,Stereo camera,GPS,IMU,Ultrasonic)
pkg(catvehicle, obstaclestopper, sicktoolbox, hector SLAM recorded map data for future implementation of autonomous
navigation.
Object detection using OpenCV in ROS
Feb 2020 - Feb 2020
Detection of an object using webcam and find_object_2d package in ROS
Simulation of Quadrotor UAV Navigation Outdoor and Indoor with SLAM and 2D Object Detection
Jan 2020 - Feb 2020
Teleoperating hector_quadrotor with ROS packages hector_slam hector_localisation, hector_mapping to save the map with
SLAM data in geotiff
Simulation of Autonomous navigation of Turtlebot in ROS Gazebo+Rviz
Jan 2020 - Feb 2020
Autonomous navigation in a known map with Turtlebot with packages turtlebot_navigaton, which localizes using Laser, Depth
sensors and provide a 2D goal for which turtlebot plans for a route towards the goal while avoiding obstacles
CFD ANALYSIS
Aug 2018 - Jun 2019
"COMPUTATIONAL ANALYSIS OF A MORPHING AIRPLANE WING FOR BETTER AERODYNAMICS AT DIFFERENT FLIGHT
REGIMES"
SImulation tool - ANSYS WorkBench
Principle - Reynolds averaged navier stokes equation
Fabrication of Cessna 172R Wing NACA 2412 aerofoil) for wind tunnel test
Dec 2018 - May 2019
Selection of NACA 2412 aerofoil and Design for span of wing using Reynolds number
Selection of material for spar, ribs & surface of the wing
Fabrication of ribs by laser cutting
Design & Fabrication of a portable hydraulic press for multi-purpose applications
Jul 2015 - Jul 2016
ROSMATLAB Interface
Mar 2020 - Present
To simulate Basic ROS functions in MATLAB, Design and Test ADAS toolbox of MATLAB for autonomous driving systems
Secured 2nd place in AGASTYA National level Science project making competition 2016
Face Recognition Project URL - https://drive.google.com/file/d/1tSKKGx0WttPRFkWuCWsr05mq9qo9VxbT/view?
usp=sharing
OpenCV Coin detection and Segmentation project URL -
https://drive.google.com/file/d/12QXYo6lMyZXe2S4bk8vUozV5rVOottHO/view?usp=sharing
Rank 588: Resume 429 with similarity score 0.03267287112767518
MS part time , full time completion , basketball , assessment , resume , english , handball , polish , volleyball , commerce , output , hindi Assessment
Q1. Why should you be hired for this role?
As a fresher, I don't have any experience, even though I have the ability to learn new things and techniques. By the way, I am a good learner and
easy grasping power are my strength. As all of us know that ability is nothing without any opportunity. If you give an opportunity to polish my skills
in a practical way, definitely I will give my 100 per cent best output. Thank you.
Q2. Are you available for 3 months, starting immediately, for this internship at Pune? If not, what is the time period you are available for and
the earliest date you can start this internship on? Please also mention if you are available full time or part time. If part time, specify the
number of hours you can spend on this internship every day.
I am available for 3 months in Pune..I can start as early as possible..I am available for full time...
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7498857818
Rajkunwar Jadhavrao
Pune
Applied 26 Jan'21
English Proficiency Spoken) English Proficiency Written) Hindi Proficiency Spoken)
Hindi Proficiency Written) MSExcel MSPowerPoint
MSWord Marathi Proficiency(Spoken) Marathi Proficiency(Written)
Bachelor of Business Administration B.B.A.), Marketing
Vishwakarma College Of Arts Commerce And Science
2018 - 2021
Percentage: 77.50%
Senior Secondary XII, Science
Dhanukar English Medium
STATE board)
Year of completion: 2018
Percentage: 66.77%
Secondary X
St.Xaviers English Medium School
STATE board)
Year of completion: 2016
Percentage: 88.20%
District level handball, basketball
Played at district level handball,basketball, volleyball, badbinton matches..
Rank 589: Resume 270 with similarity score 0.03262695946644068
B.E , MS , BS work from home , software engineer , autocad libreoffice , telugu , algorithms , internships , computer networking , physics , tamil , chemistry , hindi , fruit , linux , secondary education , basic , english , labview , ni multisim , autocad , coursera , c programming , verilog , resume , github , latex , electronics , matlab , engage , biology , internet of things , java , kannada , completion , assessment , python , technology , 360 , mathematics , online Assessment
Q1. Why should you be hired for this role?
I have been placed in redBus for the role Software Engineer. I'll be joining after my B.E graduation. Currently, I'm pursuing my 8th semester. T ill
then, I would like to engage myself in an Internship which would help me in improving my technical stuff and contributing my knowledge into
practice.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for this Internship role and I hope there will be a certification awarded from your side.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Kandibedala Abhishek Kumar
Mysuru, Bellary
Applied 09 Feb'21
Python Biology Chemistry
English Proficiency Spoken) English Proficiency Written) Hindi Proficiency Spoken)
Hindi Proficiency Written) Kannada Proficiency
Spoken)
Kannada Proficiency
Written)
MSExcel MSOffice MSPowerPoint
MSWord Mathematics Telugu Proficiency Spoken)
Telugu Proficiency Written) Algorithms C Programming
C Programming Computer Networks Data Structures
LabVIEW Linux MATLAB
NI Multisim Physics Verilog
AutoCAD GitHub Internet of Things IoT
Java LaTeX LibreOffice
Tamil Proficiency Spoken)
Bachelor of Engineering B.E, Electronics and Communication
Sri Jayachamarajendra College of Engineering Mysore
2017 - 2021
CGPA 8.44/10
Senior Secondary XII, Science
SRI CHAITANYA PU COLLEGE, BELLARY
KARNATAKA board)
Year of completion: 2017
Percentage: 94.00%
Secondary X
Sri Chaitanya Techno School, Anantapur
BOARD OF SECONDARY EDUCATION, ANDHRA PRADESH board)
Year of completion: 2015
CGPA 9.80/10
Software Engineer
redBus, Bangalore
Dec 2020 - Present
Basic Tele-Communication Technology
BSNL RTTC, Mysuru
Jul 2019 - Aug 2019
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9182665375
Volunteer at ROBOTICS_12 IEEE - SJCE Mysuru.
Bits And Bytes Of Computer Networking
Coursera, Online
Aug 2020 - Oct 2020
Python
udemy, Online
Jan 2020 - Jan 2021
Fruit Recognition
Jan 2020 - Jul 2020
Using Fruits 360 dataset and CNN, the model is
developed to recognize 120 types of fruits and their various classes also.
Garbage level indicator
Aug 2019 - Dec 2019
This system notifies when the dustbin is full by sending a message
to the selected contacts Corresponding Apartment members and Municipality).
KCET 2017 - Secured a rank of 3393
EAMCET 2017 - Secured a rank of 8654
Rank 590: Resume 1335 with similarity score 0.03254654123347487
B.E , MS , B.TECH , BS system administrator , orchestrator , cloud engineer , vmware administrator , full time , team lead , senior analyst , aws solution architect telugu , skype , citrix , office , platforms , docker , linux , antivirus , status , stakeholder management , eco , horizon , workstation , safeguard , components , building , connectivity , ec2 , kibana , operating systems , organization , security controls , vdi , ansible , encryption , functional specifications , kubernetes , access , designation , hindi , technical requirements , cli , english , troubleshooting , project , groups , provisioning , pipelines , flow , kanban , strategy , itil , vmware , javascript , xen , lync , general , performing , scrum , affirmative action , public , managing global operations , customer service , email , google , aws , zoom , microsoft outlook , art , languages , console , password management , dashboards , windows 7 , it infrastructure management , database , cloud services , onboarding , high availability , group policy , step , active directory , ami , permissions , authorization , internet , teams , techno , application , wealth , apac , electronics , led , servers , s3 , exceptions , python , network administration , cloud computing , private networks 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c55010348420147…
https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c550103484201470716440c590d… 1/3
Current Designation: Cloud Engineer
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,United Arab Emirates (UAE),United
States (US)
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [electronics and
communication engineering]
Verified : Phone Number | Email - id
Deloitte as Cloud Engineer
Dec 2015 to Till Date
Growth Path:
2015 as Analyst
2018 as Sr. Analyst
Key Result Areas:
Designing, planning and managing cloud platform throughout the solution portfolio lifecycle: from new product definition
or enhancements to existing products
Leading end-to-end strategy and operational product roadmap for one or more complex products or a product portfolio
Observing, evolving CICD pipelines; supporting & building out infrastructure and services currently operating on AWS,
GCP, other providers
Assisting in building multi-cloud capable, state-of-the-art products by building highly resilient cloud eco-systems
capable of high availability & scale
Maintaining applications that use Docker containers, Kubernetes as an orchestrator, or as full VMs with base images
Creating IAM Role, Users, Custom Policies for all Deloitte member firms globally
Resolving security exceptions like making EBS, RDS snapshots public, sharing AMI between accounts, IAM role
exceptions, SQS queue encryption, Security Groups allowing inbound traffic over the internet, customer Master Key
rotation
Rebuilding and modifying AWS Workspaces; monitoring and resolving GuardDuty and Prisma Alerts
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Anirudh Jagannadh
Certified AWS Solution Architect, ITIL V3, Senior Analyst seeking roles in , Cloud
Computing, IT Infrastructure, IT Project Management, Stakeholder Management,
Resource Planning, ITIL, Python, Multicloud
Key Skills: Senior Analyst,Team Lead/Tech Lead,Cloud Computing,IT Infrastructure,IT Project Management,Stakeholder
Management,Resource Planning,ITIL,Ansible,Linux,Python,Certified AWS Solution Architect,Certified ITIL V3.
Summary
A dedicated, technocrat with nearly 8 years of experience in IT Infrastructure Management, Cloud Project Management, Service
Delivery and managing global operations for AWS and GCP. Currently associated with Deloitte as Senior Analyst-Cloud
Engineer and managing Cloud Services - Operations. Expertise in assessing and mapping technical requirements and
translating these requirements into techno functional specifications. Wealth of expertise in IT Technical Troubleshooting ||
Operations ||Deploying Security Controls || Safeguard Information Assets. Successfully created Deloitte Connected VPCs for
EMA, APA, and APAC regions; contributed as a part of the Global Innovation Challenge and drove initialization &
implementation of scalable Chatbot solution using GCP Dialog flow Service at nearly ZERO cost to the organization. In-depth
knowledge of Google Kubernetes Engine; trained a team of 14 on the basics of Kubernetes with GCP
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c55010348420147…
https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c550103484201470716440c590d… 2/3
Creating Service Accounts, Keys leveraging best practices and custom roles for cross-project access
Onboarding clients to cloud platforms' provisioning access to resources with best practices and setting up organization
connected virtual private networks for cloud servers
Resolving exception for security guardrails; creating and monitoring dashboards and alert services
Utilizing AWS Workspaces and VDI solutions as desktop-as-a-solution
Working on Active Directory related activity including password management, workstation access, access
management, distribution list and group policy implementation
Delivering world-class customer service to business users using remote platforms such as RDP, Skype, teams, zoom
and Go to Assist
Installing & configuring firm-standard images while performing OS oriented troubleshooting like Registry fixes, Profile
fixes, VPN connectivity and OS rebuild
24.7ai as System Administrator / Windows & VMWare Administrator
Dec 2014 to Dec 2015
Highlights:
Troubleshot L1&L2 support for Citrix Xen app applications in client application; resolved incident tickets as per the SLA
Resolved issues with client application virtual machine workstation VM horizon client & Remote support using Lync
Managed user accounts by giving share and security level permissions
Monitored whether all components are available for successful communication; analyzed timely for any repairs or
replacements
Observed database of server and created new user accounts
Configured & troubleshot Microsoft outlook accounts
Led installation of operating systems in Windows 7 & software like Antivirus, MS Office, and so on
Maintained & troubleshot network printers issues
UG: B.Tech/B.E. (electronics and communication engineering) from VITAM College of Engineering, Visakhapatnam, AP
in 2010
Other Qualifications/Certifications/Programs:
AWS- Solution Architect Certified
Education
IT Skills
Skill Name Version Last Used Experience
IAM, S3, RDS, EC2, VPC, AWS
Cloudwatch, Step functions, GuardDuty
Workspaces, ELB
IAM, Service Accounts, Compute Engine
Google Kubernetes Engine
VPC 0 Year(s) 0 Month(s)
Horizon Administrator Console
VROPs custom dashboards, Alerts
Heatmaps, AWS CLI, gcloud
SAFe practices, Scrum, Kanban Board
Service Now, Ansible, Kibana, VSCode
Postman, Terraform( basics)
Python, Linux, Windows, ITIL
Citrix Xen App
WINDOWS 7
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c55010348420147…
https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c550103484201470716440c590d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
MICROSOFT OUTLOOK
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Odia
Rank 591: Resume 61 with similarity score 0.032535321969888134
B.TECH , BS work from home , full time public , natural language processing , completion , assessment , turn , showcase , resume , python , neural networks , weather , deep learning , technology , pressure , machine learning , computer science , application , coursera Assessment
Q1. Why should you be hired for this role?
I have recently completed my specialization course in deep learning so i have learnt a lot of things but the practical application of my knowledge
will help me know how much have I actually learned. Joining your firm will gauge where I stand. I can showcase my talent and prove my skills here,
while in turn, I can learn how this industry function in and out. That is why you may hire me for this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for a work from home internship.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8528680885
Anamika Gupta
Mahoba, Guna
Applied 09 Feb'21
Python Natural Language Processing
NLP
Deep Learning
Machine Learning Neural Networks
Bachelor of Technology B.Tech), Computer Science
jaypee university of engineering and technology
2018 - 2022
CGPA 8.90/10
Senior Secondary XII, Science
Gyansthali Public School
CBSE board)
Year of completion: 2017
Percentage: 70.00%
Secondary X
Gyansthali Public School
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Weather forecast using LSTM
Sep 2020 - Dec 2020
Weather forecast predicts daily temperature and pressure. We have created this model by using LSTM(long short term
memory).
Neural style transfer
Feb 2021 - Present
Done specialization course Deeplearning.AI by Andrew ng from coursera
Rank 592: Resume 1042 with similarity score 0.03253369644986849
B.S , MS , BS project manager , software consultant , external auditor , project lead , certified scrum master , change manager , partner , application lead , assistant vice president , data modeler , solution architect , senior software engineer , change management , full time award , training , sql injection , microsoft azure , leadership development , platforms , change process , operational efficiency , project planning , status , stakeholder management , digital transformation , customer communication , printing , mumbai , recon , hummingbird , xml , ux , testing , rebranding , fundamentals , building , connectivity , fast track , asp.net , emerging technologies , docave , salesforce , sql server , fetch , cms , organization , crm , streams , amazon web services , publishing , automation , retail , commission , stabilization , access , generating revenue , filenet , designation , mar , deliverables , ccm , modeling , pre-sales , csm , hindi , cloud , ltd , architects , json , english , erwin , management professional , irda , budgeting , agile , life science , consultation , microservices , health insurance , solution architecture , processing , reddot , iso 9000 , ibm , architecting , rest , change management , database design , disaster recovery , six sigma , c++ , strategy , iterative , fleet , javascript , business continuity , html , optimization , scrum , physics , developers , affirmative action , information technology , oracle , technical architecture , uptime , team leadership , maintenance , utilization , distribution management , strategic vision , computation , timelines , email , star , operations , saas , continuous improvement , technology solutions , customer experience , seo , languages , management system , mobile , personalization , scheduling , testers , dashboards , search , pmp , it governance , program management , online , infrastructure solutions , intranet , bcs , integration projects , migrating , css , soap , ug , portals , authorization , teams , enterprise , productivity , deliveries , modernization , application , less , remediation , global services , transformations , engage , team coordination , it development , led , system performance , genealogy , framework , adoption , python , sharepoint designer , cmm 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 1/4
Current Designation: Assistant Vice President IT
Current Company: ManipalCigna Health Insurance Company
Current Location: Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Executive-Post Graduate Program
[Business Management]
Verified : Phone Number | Email - id
ManipalCigna Health Insurance Company as Assistant Vice President IT
Sep 2015 to Till Date
Manipal Cigna Health Insurance Company Ltd. as Solution Architect / Project Lead-IT
Sep 2015 to Jun 2020
Growth Path/ Assignments Handled: Solution Architect / Project Lead Jan'2019-Jun'2020
Collaborating with IT Development Teams to improve the architecture; supervising and guiding development teams
Integration with Implementation Partners and Business Owners and handhold them throughout the project phase, plan
ramp-up and ramp-down of the team, hand-hold team throughout the requirement and design phase, hand-hold users
during UAT and engage with Business and end-users to ensure proper Adoption and Training for the new solution or
technology to be implemented is completed as part of the project
Articulating technical opportunities, constraints, recommendations, and action items to internal audiences
Ensuring continuous improvement in enterprise/ business platforms by staying updated with trends & technologies
Application Lead / Solution Architect Jan'2017-Jun'2020
Led the Application- vertical (supporting the Group Operations & Business) comprising of the Policy Admin system,
Distribution Management System for Channel and Sales hierarchy management and Incentive computation.
Responsible for Partner Integration APIs/ Webservices, Online Portal for Group Partners, and Distributor Partners.
Drove enterprise-wide disaster recovery and continuity plan for LOB applications
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RESHMA SHETTY
CSM,PMP,Solution Architect seeking assignments in Software
Development,Application Programming,Program Management,Solution
Architecture,Digital Transformation,Cloud Management,Stakeholder
Management,Microsoft Azure,C,SQL Server,Azure,ASP,JSON,XML,VB
Key Skills: Solution Architect,Project Lead,Software Development,Application Programming,Program
Management,Solution Architecture,Digital Transformation,Cloud Management,Stakeholder Management,Microsoft
Azure,C,SQL Server,Azure,ASP,JSON,XML,VB,CSM,PMP
Summary
Consistent, ethical, reliable, strategic, and performance-driven professional with 15 years of diversified experience in Program
Management, Delivery, Technical Architecture, People Leadership, and Customer Relationship Management.
Experience in planning and executing parallel deliveries on multiple domains like Insurance, Life Science, Genealogy, and
multiple platforms including Policy Admin Systems and ECM technologies using single and hybrid execution methodologies.
Proven capabilities in engaging with clients & top management for evolving strategic vision, driving change, building roadmap,
infusing new ideas, implementing emerging technologies, and taking enterprise system performance & productivity to the next
level.
Recognized for setting up effective Change Process, IT Governance & Business Continuity strategies and driving Digital
Transformations and Integration projects for improving Operational Efficiency, Customer Experience.
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 2/4
Managed vulnerabilities remediation in consultation with Infosec and Application Team
Worked closely with the infra team in implementing and migrating applications on Cloud (MS Azure) Change Manager /
Solution Architect Sep'2015-Dec'2016
Set-up the IT Project & Change Management and testing strategy with a robust governance framework and processes for
start-up operations
Led Development of in-house applications for managing vendor's productivity and releases. Projects Handled:
Digital Transformation
Reward Management System (Web and mobile App) for the calculation of Customer's Healthy Reward Points and its
integration with Policy Admin System and CRM application
Distribution Management: Sales Hierarchy Setup & Commission Processing
Organization-wide Implementation of Rebranding due to the Change in JV across all standalone and integrated
applications, communication templates, and Dispatch & Printing platform
Enterprise Customer Communication Management to ensure a centralized platform for Customer communication. The
solution also takes care of template standardization, development, and print-ready outputs for printing and dispatch
purposes
Led the entire transformation journey for integration layer, data layer, and front-end layer; developing a multi-year
technology vision and roadmap for the journey
Managed end-to-end project planning and execution ensuring on-time delivery of the process
Conceptualized microservices architecture to enhance overall service response time
Evaluation of digital market technology choices for the applications portfolio Highlights:
Ensured 99% uptime of business-critical applications and compliance to the agreed SLA for defects and incidents.
Introduced "Short-term Fix" and "Fast Track Ticket Resolution" resulted in a 30% reduction in service ticket count and
improved operational efficiency by 40%
Recognized as Top Performer and high contributor for 5 consecutive years
Bagged Star Award for project execution in May 2019 and May 2020, respectively, and Excellence Award in 2019 for
successfully implementing Rebranding project
Recognized and awarded the Rising STAR Award in 2017 for managing and delivering automation which improved
operational efficiency by 20%
Cognizant Technology Solutions as SharePoint Project Manager
Jun 2014 to Sep 2015
Growth Path/ Assignments Handled: SharePoint Project Manager Jun'2014-Sep'2015
Directed the entire project activities entailing planning, budgeting, scheduling, and tracking as well as facilitating cross-
functional team coordination & leadership across all phases of development; managed presales activities for SharePoint
implementation
Projects Handled: AbbVie Inc, USA Jun'2015-Sep'2015
Portals Modernization from SharePoint 2010 to SharePoint 2013
Managed end-to-end delivery of 7 applications within the project scope
Acknowledged for Delivering the project with zero percent defect leakage and within the committed timelines World Vision,
USA Mar'2015-May'2015
Migration from SharePoint 2010 to SharePoint 2013 using DocAve Migration Tool
Was involved in the UAT phase and was successful in bringing down the defects count and complete the UAT by working
closely with the client and the development & testing team Novartis, Basel, Switzerland Aug'2014-Feb'2015
Successfully planned and executed end-to-end design and development of Portal in O365 Highlights:
Managed successful and parallel implementation of SharePoint solution for reputed Life science clients based out of US
and Switzerland SharePoint 2010, SharePoint 2013, and O365
SharePoint solution included DMS, Portals, Collaborative sites, SEO, User Personalization, Responsive UI were delivered
in parallel streams
Led Team of 15-20 skilled resources including architects, developers, UX, HTML & VD designers, and testers working in
distributed environments spread across the globe
Datamatics Global Services Limited as SharePoint Lead
Apr 2007 to Jun 2014
Growth Path/ Assignments Handled: SharePoint Lead May'2012-Jun'2014
Involved in Pre-sales activity on SharePoint. Led SharePoint implementation in 2010, 2013, and O365. Projects Handled:
Bupa, UK: Led the upgrade and re-design of the Intranet Portal from SharePoint 2010 Standard to Enterprise. The project
followed an Agile Methodology
ARI Fleet, US: Led the development of portal which had integrated reports and dashboard. These dashboards fetch
business-critical data from various data sources (like Native SharePoint, SQL DB, Oracle DB, SalesForce) using different
APIs, BCS connectivity, or web services. Also, workflows were created using SharePoint Designer as per the requirement
Project Lead / Senior Software Consultant Apr'2007-Apr'2012 Projects Handled: Qatar Financial Centre Regulatory
Authority (QFCRA), Qatar
Managed end-to-end project execution and delivery within cost, acceptable quality, and schedule.
Worked on Database design and modeling. Developed Recon Utility during the project which was offered as a SAAS to
the client postproduction, hence generating revenue for the company apart from regular support model. Bharti AXA Life
Insurance, India
Successfully led the project - Integrated Grievance Management System (IGMS) - integration of Insurer Grievance System
with that of IRDA for real-time integration for compliant status New England Historic Genealogical Society (NEHGS), USA
As a Senior Software Engineer and project lead, was responsible for client communication, providing a solution, code &
delivery review & planning, participate in the quality audit, publishing the periodic project progress and budget report
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 3/4
(PSR) planned v/s utilization.
Worked on the upgrade of CMS, stabilization of the application, and code optimization Highlights:
Recognized for successfully representing projects in External Audits like CMM-i Audit and ISO 9000-2001. Received
Positive Noteworthy Comments by an external auditor for efficient project management and automation resulting in
operational efficiency.
Implemented Secure Code Practices to prevent applications from CSS and SQL injection attacks
Received Rewards for Implementing 5 Quick Hit - Six Sigma projects for Process Improvement and Cost-saving initiatives
Initiated and successfully managed the development activities from Tier-III city (Nashik Development Center) hence saving
around 30 % of development cost
Bagged Spot Award' Aug 2008 (for stabilizing the system and for quick TAT, defect-free deliverables, and innovative
solution which has won several accolades from the customer)
Bagged 'Excellence Award' during Datamatics Annual Award (for outstanding performance in 2008-2009 and for securing
more business from the customer with high-value delivery)
Awarded with "TEAM LEADERSHIP AWARD" in 2011 by Client - BHARTI-AXA
Completed 6 years of 'Long Service Award in Datamatics' in 2013
Letter of Appreciation - Feb 2010, Letter of Appreciation - July 2011, Letter of Appreciation - May 2013 (for consistent
performance, meticulous planning, and disciplined execution.)
Nominated for Leadership Workshop and PMP Training (by the Senior Management team)
UG: B.Sc (Physics) from University of Mumbai in 2004
PG: Executive-Post Graduate Program (Business Management) from SIES College of Management Studies, Navi
Mumbai in 2013
Other Qualifications/Certifications/Programs:
GNIIT - Diploma in Information Technology
AZ-900 Microsoft Certified Azure Fundamentals
Microsoft Azure 20535: Architecting Microsoft Azure Solutions
Microsoft Azure 20533: Implementing Microsoft Azure Infrastructure Solutions
Women Leadership Executive Global Program
Project Management Professional
Certified Scrum Master
Leadership Development Workshop
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure, Amazon Web Services
C, C++, ASP, VB, ASP.NET 4.0, XML
JSON, JavaScript, Python
SQL Server 8.0/ 2000/ 2005/ 2008/2012/16
MS Access, ERWIN Data Modeler
CCM (NewGen OMS), iBPS, Omnidocs
IBM FileNet, MS SharePoint 2010, 2013
HummingBird Search Server 5.4
Opentext RedDot CMS 6/7.1
LizardTech Image Server, Group PAS
Retail PAS
REST, SOAP, WSDL
Agile, Iterative
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Waterfall Methodologies
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Tulu
Rank 593: Resume 907 with similarity score 0.03252518409955542
B.E , MS , B.TECH , BS software consultant , software engineer , project lead , dock supervisor , analyst programmer , student , part time , full time , team lead , product owner , java developer oc4j , angular , gateway , node.js , status , stakeholder management , adobe illustrator , clover , artifacts , sass , weblogic , freelancer , functional specifications , interfaces , designation , mar , hindi , loan , webpack , investigation , json , english , screens , project , fedex , live , leadership , microservices , provisioning , processing , fixing , pipelines , rest , mvc , git , im , code coverage , struts , one , scales , javascript , express.js , general , bau , developers , affirmative action , information technology , oracle , async , maintenance , axis , typescript , pools , strategic planning , email , aws , mobile devices , freight , junit , unit testing , output , languages , ssl certificates , jira , queues , root cause analysis , api , functionality , redux , mockito , people management , css , websphere , soap , case , scratch , authorization , teams , spring boot , jax-ws , log4j , sql , application , indesign , led , servers , debugging , replication , translation , shutdown , sockets 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 1/4
Current Designation: Software Engineer- Application
Development
Current Company: Atos
Current Location: Glasgow
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,United Arab
Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Email - id
Atos as Software Engineer- Application Development
Mar 2016 to Till Date
Atos Syntel as Software Engineer- Application Development
Mar 2016 to Mar 2016
Projects Managed
Period: Jun'19 to till date
Project ID- 98730
Project Title- Users IM
Client- Student Loan Company
Team Size- 10
Designation- Project Lead
Role- Project Lead
Technologies /Skills Used- Spring Boot, React, Redux, JMS, Oracle, AWS Amplify.
Responsibilities:
Ensuring effective creation of:
o New POC's using React, Redux and Spring boot; getting feedback from clients and make agreement on one
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
NITEESH BHARGAVA
Software Engineer seeking roles in Software Development Life Cycle, Application
Development, Strategic Planning, Client Management, IT Project Management, Unit
Testing, Stakeholder Management, Requirement Analysis, Javascript, JSON, JIRA,
Oracle.
Key Skills: Software Engineer,Team Lead/Tech Lead,Software Development Life Cycle,Application Development,Strategic
Planning,Client Management,IT Project Management,Unit Testing,Stakeholder Management,Requirement
Analysis,Javascript,JSON,JIRA,Oracle,CSS.
Summary
Performance-driven professional with over 8 years (entailing nearly 2 years as a freelancer) of rich & extensive, national &
international experience in Applications Development & Management, Client Engagement and People Management. Led
productive cross-functional teams using interactive and motivational leadership that spurs people to willingly give excellent
results. Excels in JAVA, Spring, Microservices, SQL, React JS and JavaScript. Hands-on experience in initial set-up of new Git-
lab project artifacts including Java and UI projects, code and deployment pipelines for various environments, code coverage
tools. Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at
strategic and tactical levels), followed by translation into functional specifications as well as provisioning of suitable solutions. A
strategist with recognized proficiency in spearheading business to accomplish corporate plans and goals successfully
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 2/4
approach
o Data-sources, JMS queues, SSL certificates and Interfaces for other connecting systems on App and DB servers
o Screen mockup's and getting them approved from Product owner
Analyzing the requirement and risks while preparing project estimations
Monitoring initial setup of new Git-lab project artifacts including Java and UI projects, code and deployment pipelines
for various environments, code coverage tools
Integrating AWS Amplify API with Spring Boot to create and update user and user pools in AWS Cognito
Developing:
o Necessary Rest API's using Spring Boot and Oracle
o Screens using CSS, React, Redux, Integrate with API using Axios and Spring
Facilitating unit testing and deployment on test servers, fixing of bugs raised
Preparing deployments and release activities
Period: May'18 to May'19
Project ID- 98730
Project Title- Part time
Client- Student Loan Company
Team Size- 5
Designation- Java Developer
Role- Java Dev.
Technologies /Skills Used- JSF, Spring, JMS, Oracle.
Responsibilities:
Engaged in understanding of new policy requirements, analysis of changes required in the current system, discuss
changes with other developers in the team
Created:
o Change documents with AS-IS and TO-BE processes
o Necessary form-data validators to validate and report the input data errors before any processing starts b/w different
Sub-Systems
Checked the other impacted systems if any, send required code and functionality change documents for their
understanding and collect their feedback if any
Made the necessary Rule engine and UI changes, test various scenarios for students of different locations and income
scales
Period: Dec'17 To Jun'18
Project ID- 98730
Project Title- LAP BAU
Client- Student Loan Company
Team Size- 8
Designation- Software Engineer
Role- Software Engineer
Technologies /Skills Used- Tapastrey, JMS, OC4J, PLSQL, Struts. Spring, JDBC.
Responsibilities:
Facilitated weekly meeting with front line support to prioritize the defects based on team capacity
Monitored initial analysis of defects, replication of issue from scratch
Engaged in root cause analysis and debugging including investigation of skipped scenarios in the code and Junits
Instituted root cause fix of issue either by code change or by data fix. Creating of new Junit tests for avoiding similar
problems in the future
Period: Jan'17 to Nov'17
Project ID- 98503
Project Title- Freight Micro-services
Client- FedEx Freight
Team Size- 4
Designation- Software Engineer
Role- Software Engineer
Technologies /Skills Used- Spring Boot, React, SASS, Angular, JMS, WebLogic, PLSQL.
Responsibilities:
Engaged in creating:
o New POC's using Spring Boot 2, React and Angular
o Mobile first webpages for new hand-handled and mobile devices using React SASS and Webpack
Managed setup of new JMS channels for receiving real time messages from Server to client using Web-sockets
Contributed towards setting up end-to-end process for live updates and make sure to handle faults properly so that
messages are not lost in case of device shutdown
Period: Mar'16 to Dec'16
Project ID- 98503
Project Title- Dock Supervisor
Client- FedEx Freight
Team Size- 4
Designation- Software Engineer
Role- Software Engineer
Technologies /Skills Used- JSF, ICE-faces, JMS, Weblogic, PLSQL.
Responsibilities:
Worked on analyzing new enhancements to be made, check requirements and get it signed off from Business users
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 3/4
Divided the enhancement into individual stories and decide output for each
Made the necessary code changes and update the Junits accordingly
Clover Infotech. as Software Consultant
Jan 2015 to Feb 2016
eCentric as Analyst Programmer
May 2014 to Dec 2014
UG: B.Tech/B.E. (Information Technology) from LNCT (main) Bhopal, RGTU University in 2012
Education
IT Skills
Skill Name Version Last Used Experience
Java, Spring, Microservices
SQL, React JS
JavaScript
J2EE, Axios, Redux
Boot-2(Rest, MVC)
JDBC, AWS Cognito, API Gateway
JMS, Node.js, Express.js
Struts 1, 2
JSF, ICE-faces, JMS, JAX-WS
Axis, JSTL, JAXB, Logback-slf4, log4j
Mockito, Junit, JSON
AWS Lambda, WebLogic, WebSphere
OC4J, JBoss, AWS API Gateway
Postman, SOAP-UI, IntelliJ
Mongo-DB, Oracle PL-SQL, DB2
async-await, TypeScript, Angular
Mixins, SASS, CSS
Adobe Illustrator, Adobe XD
Adobe InDesign, JIRA
JMS, Spring Boot, Oracle, AWS Amplify
Tapastrey, PLSQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 594: Resume 775 with similarity score 0.03248072585325277
B.E , B.TECH software developer , back end developer , part time , full time , java developer spring mvc , spring batch , telugu , security , designation , developers , mar , tamil , affirmative action , mysql , web services , interpersonal skills , hindi , technical direction , beginner , maintenance , ltd , authorization , english , status , spring boot , timelines , postgresql , email , project , jpa , application , microservices , problem solving , languages , hibernate , dashboard , completion , spring framework , javascript , search , organization , learning , decision-making 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b5418170945…
https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b54181709450244100c5b58… 1/2
Current Designation: Java Developer
Current Company: Blue Yonder
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Blue Yonder as Java Developer
Mar 2020 to Till Date
Project #1 (Inventory DashBoard):
Title : Inventory DashBoard
Organization : Yantriks India/ Blue Yonder
Duration : 7 months
Role : Back End Developer.
Team size : 3
Contribution:
Provided technical direction, mentored and assisted the developers in the completion of the project. Taken responsibility
for the delivery of tasks within the stipulated timelines.
Novatium Solutions Pvt. Ltd as Java Developer
May 2017 to Dec 2019
Project #2 (EDUGRID):
Title : EduGrid
Organization : Novatium Solutions Pvt Ltd
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
PRADEEP ETE
Java Developer seeking roles in Software Engineering,Software Development,Project
Management,Application Development,Spring Boot,Spring
MVC,Hibernate,MySQL,JPA,MicroServices
Key Skills: Spring Boot,Spring MVC,Hibernate,MySQL,JPA,Java,Microservices,Elastic Search,Spring Batch,Spring
Security
Summary
Around three and half years of experience in complete software development life cycle
Expertise in JAVA, RESTful Web Services, Spring Framework, Spring Boot and MVC
Extensively worked on developing and implementing software applications with multiple technologies and seamlessly managing
workload to meet the deadline
Excellent Interpersonal skills, outstanding problem solving and decision-making skills
Quick learner able to adapt to new technologies with a minimal learning curve.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b5418170945…
https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b54181709450244100c5b58… 2/2
Duration : 15 months
Role : Back End Developer.
Team size : 3
Contribution:
Provided technical direction, mentored and assisted the developers in the completion of the project. Taken responsibility
for the delivery of tasks within the stipulated timelines.
Project #3 (MCaaS):
Title : MCaaS
Organization : Novatium Solutions Pvt Ltd
Duration : 15 months
Role : Back End Developer.
Team size : 3
Contribution:
Provided technical direction, mentored and assisted the developers in the completion of the project. Taken responsibility
for the delivery of tasks within the stipulated timelines.
UG: B.Tech/B.E. (Computers) from JNTU College of Engineering, in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Spring, Hibernate, Restful Web Services
Spring Boot, Java, JPA
MYSQL, POSTGRESQL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
Tamil Beginner
Rank 595: Resume 1501 with similarity score 0.032400089348711573
B.E , MS , B.TECH project manager , senior developer , team member , certified scrum master , dialer , financial management , change management , full time , delivery manager , client liaison , program manager , project leader data warehousing , training , quartz , customer , office , platforms , conducting , project planning , cpg , status , stakeholder management , bridge , recorder , next gen , xml , client liaison , call routing , decommissioning , coordinated , forecasting , suite , thought leadership , contract management , task assignment , corrective actions , interfaces , critical thinking , designation , mar , csm , hindi , cloud , issue management , ltd , english , code review , management professional , budgeting , agile , screens , fixing , change management , capacity planning , strategy , resource management , completion , javascript , qtp , technology , quality processes , bfsi , html , reporting , optimization , scrum , interview , pay , affirmative action , project plans , data analytics , conflict resolution , membership , maintenance , escalation , security compliance , architecture , email , project delivery , credit bureau , android , invoicing , continuous improvement , icm , languages , balance , lotus domino , mobile , web , pmp , coaching , online , odc , streamlining , ruby , health , developments , revenue , ios , risk , authorization , teams , application , less , new opportunities , test automation , mainframe , electronics , led , problem solving , framework , kannada , offshore operations , python , reviews , schedules , metrics collection , lotus notes 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a47…
https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a470743465c5a01… 1/3
Current Designation: Consultant
Current Company: Tata Consultancy Services (TCS)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as Consultant
Dec 2002 to Till Date
Tata Consultancy Services Ltd. as Delivery Manager
Dec 2002 to Oct 2020
Project Planning and Delivery
Strategy & Thought Leadership
Stakeholder Management
Contract Management
Financial Management
Risk/Issue Management & Conflict resolution
Problem Solving/Critical Thinking
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Arun Ramu
PMP, CSM Delivery Manager seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Stakeholder
Management,Requirement Analysis,Solution
Architecture,Java,JSP,QTP,Ruby,JavaScript,VB Script,Phyton
Key Skills: Delivery Manager,Program Manager,Software Development,Application Programming,Application
Maintenance,Project Management,Stakeholder Management,Requirement Analysis,Solution
Architecture,Java,JSP,QTP,Ruby,JavaScript,VB Script,Phyton
Summary
Senior project management professional with 20 years of experience,
serving end customer spread across India, USA, UK, and APAC.
Managed medium, and large size customers in the BFSI, CPG and
Health Care domains. Worked as Delivery Manager, responsible for
Project Delivery, Stakeholder Management, Strategic & Thought
Leadership and Project Financial Management. Forge strong, lasting
relationships, serving as a bridge from the C-Suite level down to enduser
level. Practitioner of Waterfall methodology and SCRUM (AGILE)
framework
Led, managed and delivered projects through teams that have
worked on various platforms including Mainframe, Mobile (Android &
iOS), Data Warehousing, Lotus Domino, Online/Web (Java, JSP),
Contact Centre (VXML, Call Routing, Call Recording and Dialer),
Cloud and Test Automation (QTP, Ruby)
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a47…
https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a470743465c5a01… 2/3
Resource Planning & Management
Continuous Improvement & Training/Coaching
Tata Consultancy Services Ltd as Delivery Manager -IT
Dec 2002 to Oct 2020
Project Huntington National Bank, USA
Period Nov' 11 - Current
Position Program Manager
Work location Tata Consultancy Services Ltd., Bangalore
Responsibilities:
Single-handedly managing project planning and task assignment
Accountable for forecasting and revenue tracking as well as entire gamut of PMO activities inclusive of budgeting,
invoicing and governance
Carrying out the analysis of new opportunities and proposal submission; ascertaining metrics collection and Analysis and
streamlining corrective actions against concern areas
Recognising staffing and training requirements
Administering the technology release implementations and creating project plans in coordination with customer and
development team, support group, product, and operations
Liaising with HR team for staffing and training requirements
Spearheading the implementation of quality processes across team and ensuring risk, issue and change management
Tracking and mitigating risks, issue escalation to clients where necessary
Highlights:
Essayed a stellar role in the:
Set-up of offshore operations
Successful completion of external ODC audit for security compliance
Set-up of team of 50 members with revenue of $2MM
Project: AMEX Global Voice System
Period: Mar'06-Oct'11
Position: Project Manager
Work Location: Tata Consultancy Services Ltd., India and USA
Responsibilities:
Handled project planning and task assignment
Monitored assigned tasks against planned efforts, schedules and status reporting
Established the processes for quality, change and issue management
Prepared project budgeting, run rate analysis, forecasting and capacity planning
Involved in tracking and mitigating risks, issue escalation to clients where necessary
Responsible for interview and hire of new recruits for the projects
Metrics collection and analysis
Planning corrective actions against concern areas
Managed the defined processes, knowledge and configuration
Coordinated meetings between clients & offshore development team to provide status updates and other developments
Highlights:
Successfully integrated credit Bureau for European region
Efficiently commissioned dedicated link between AMEX and Credit Bureau
Holds the credit of implementing Next Generation Voice Response System for ANZ region
Significantly contributed in the implementation of:
Projects related to commissioning of new TFNs, configuration/routing to new skills using ICM, configuration of off-office
hours calls to overseas location
New call routing requirements for business
Projects related to call routing Optimization
Projects related to NICE Call Recorder
Carried out the commissioning/decommissioning of VDNs
Spearheaded the migration of Balance, Membership Rewards, Pay By VR, Merchants Application to Next Gen VR
Project: Lotus Notes Technology Competency Centre, Ameriprise, US
Period: Mar'06-Jun'06
Position: Project Leader
Work Location: Tata Consultancy Services Ltd., India
Responsibilities:
Shouldered the responsibility of handling:
Project planning and management
Request tracking
Resource management
Status updates with client and senior management
Client liaison
Identification of new opportunities and proposal submission
Project: Payment Switch Barclays Bank, South Africa
Period: Sep'05-Feb'06
Position: Team Member
Work Location: Tata Consultancy Services Ltd., India
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a47…
https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a470743465c5a01… 3/3
Responsibilities:
Designed web interface based on the 'Quartz' Screens
Responsible for developing, coding, code review and issue fixing of UI
Developed common interfaces, classes required for the JSP's
Responsible for conducting code reviews
Project: Development of Notes based and web based applications for Prudential Plc, UK.
Period: Feb'05-Aug'05
Position: Project Leader / Analyst / Team Member
Responsibilities:
Handled communication with the client for requirement collection
Involved in analysis & design of the projects
Satyam Computer Services Ltd as Senior Developer
Aug 2000 to Dec 2002
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sagar college of Engineering in 1999
Other Qualifications/Certifications/Programs:
Project Management Professional (PMP)
Certified Scrum Master (CSM)
Data Analytics
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Lotus Notes
MS-OFFICE
Lotus Script, Java
JSP, HTML, Javascript and XML 4 Year(s) 0 Month(s)
Python 0 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 596: Resume 1349 with similarity score 0.032353734605294976
B.S , M.Sc , M.S , BS , MS network engineer , project planner , assistant manager , it infrastructure manager , associate , team leader , solution architect , cloud administrator , full time , deputy manager , it consultant training , sus , virtual machines , e-learning , it security , microsoft applications , whatsup , ccna , antivirus , ssl , status , nagios , squid , procurement , operating systems , sql server , negotiation , filezilla , leased lines , software compliance , upgradation , encryption , designation , v3 foundation , mar , iso 27001 , cloud , preventive actions , ltd , service providers , english , supply , ftp , management review , fund services , dc , red hat enterprise linux , computer science , vmware server , documentation , itil , javascript , mail server , cacti , ccnp , knowledge base , outsourcing management , general , performing , project teams , vendors , affirmative action , information technology , kaseya , vendor management , maintenance , video conferencing , basic , centos , office 365 , security compliance , email , cisco certified , securities , aws , project delivery , network security , ubuntu , juniper , knowledge sharing , openfire , data center operations , premises , eigrp , languages , cisco routers , learning management , management system , jira , web , it infrastructure management , proof , infrastructure solutions , intranet , patch management , switching , vulnerability , windows server , ug , tamil , routing , ticketing , access control , mcafee , authorization , internet , amc , virtualization , gold , servers , finance , iis , sophos , network administration , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 1/4
Current Designation: IT Infrastructure Manager
Current Company: NewAge Software & Solutions
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Chennai
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
NewAge Software & Solutions as IT Infrastructure Manager
Nov 2019 to Till Date
? Responsible for on premise and AWS cloud infrastructure
? Managing Production Environment in AWS cloud
? Monitoring AWS resources and billing
? Managing Security and billing of O365 / M365
? Monitoring operations as per SLA mentioned in the ISMS policy
? Monitoring data backups & restorations to ensure that they are completed on regular basis.
? Patch management & review
? Reviewing asset inventory, Software Compliance, Hardware AMC
? Maintaining security compliance with ISO 27001 standards
? Responsible for IT vendor, contract and outsourcing management
? Responsible for procurement, installation and life-cycle maintenance of IT hardware and software
? Reviewing incidents and the corrective and preventive actions
? Responsible for Systems Audits & DR drill
? Reviewing Vulnerability and Penetration Test and implement controls to mitigate vulnerabilities.
? Ensuring proper Access Control is maintained
? Maintaining documentation related to Data Center and updating of Network diagram, various versions of software
? Managing deployment details including Operating Systems hardware wise
? Performing appropriate duties associated with project-based activities
SYSVEDA Information Technology as Manager - IT Infrastructure
Apr 2018 to Nov 2019
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
R.SELVAKUMAR
ITIL V3, CCNP, MCP, AWS cloud, Manager - IT Infrastructure seeking roles in Network
Operations,IT Infrastructure, Data Center Operations, Incident ,SLA ,Patch Backup,
LAN, WAN, VPN, routing, VMware, Sophos, Fortigate, ISMS, O365, Vendor
management,
Key Skills: IT/ Networking Manager,Network Operations,IT Infrastructure Management,Data Center Operations,SLA
Management,Patch Management,LAN,WAN,VPN,VMware,ITIL V3,MCP,AWS,Office 365,Firewall,ISMS,Endpoint
Security,IT Security,Bcp,DR,JIRA,CCNA,Vendor Management
Summary
A focused professional offering 17 + years of experience in Network Operations,IT Infrastructure Management,Data Center
Operations,Incident Management,SLA Management,Patch Management,LAN,WAN,VPN,routing,VMware,ITIL V3,CCNP,MCP.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 2/4
Company Description
Sysveda Information Technology providing IT solutions & software services, it has global presence and onshore consulting
at Tokyo, Japan along with subsidiary offices in USA and UK. Department:
IT-Infrastructure Team Size:
7 Role
Deputy Manager Period
Apr -2018 to till date
Responsibilities
Design & Implement IT infrastructure solutions both On Premise and in Cloud
Provide technical solutions and project delivery for Data center Migration and Cloud
Run Proof of Concepts (POC) and solution overview in AWS Cloud with documentation
Providing AWS Training and knowledge sharing to the require project teams
I have been working as an IT consultant for client
Handle project proposals which includes providing responses from infra POC, creating statements of work, support level
agreements
Coordination with vendors/service providers in seeking technical and commercial proposals, negotiation of costs, pre/post
purchase relationship management
Monitor operations as per SLA mentioned in the ISMS policy
Monitor data backups & restorations to ensure that they are completed on regular basis.
Review asset inventory, Software Compliance, Hardware AMC
Maintain security compliance with ISO 27001 standards
Review corrective and preventive actions for incidents
Review Vulnerability and Penetration Test and implement controls to mitigate vulnerabilities.
Ensure proper Access Control is maintained
Maintain documentation related to Data Center and update Network diagram
Manage deployment details including Operating Systems hardware wise
Sundaram BNP Paribas Fund Services Ltd as Assistant Manager - IT Infrastructure
Oct 2015 to Apr 2018
Company Description
Sundaram BNP Paribas Fund Services Ltd is a joint venture between Sundaram Finance Limited and BNP Paribas
Securities Services. Department:
IT-Infrastructure Team Size:
50+ Role
Assistant Manager Period
Oct-2015 to Apr-2018
Responsibilities
Monitored IMS (Infrastructure Management Services) operations as per SLA
Monitored data backups to ensure that they are completed on regular basis.
Patch management review
Reviewed asset inventory, Software Compliance, Hardware AMC
Maintained security compliance with ISO 27001 standards
Responsible for IT vendor, contract and outsourcing management
Responsible for procurement, installation and life-cycle maintenance of IT hardware and software
Reviewed incidents and the corrective and preventive actions
Assisted in Systems Audits
Reviewed Vulnerability and Penetration Test and implemented controls to mitigate vulnerabilities.
Ensured proper Access Control is maintained
Maintained documentation related to Data Center and updating of Network diagram, various versions of software
Managed deployment details including Operating Systems hardware wise
Assisted in DR drill
Ensure Support Services India Ltd as Assistant Manager - IT Infrastructure
Jan 2009 to Oct 2015
Company Description Ensure Support Services India Ltd., (Group of Redington India Ltd.,) is in the business of supply
chain management (end-to-end). Department IT-Infrastructure Team Size 5 Role Assistant Manager Period Apr-2014 to
Oct - 2015 Team Leader Period Apr-2013 to Mar-2014 Network Engineer Period Jan-2009 to Mar-2013
Responsibilities
Maintained the Head Office Datacenter, Branches leased lines, MPLS & IT infra.
Installed and support LANs, WANs, network segments, Internet, and intranet systems.
Maintained integrity of the network, server deployment, and security.
Managed Fortigate300C (H.O), Juniper-SSG550 (H.O), Juniper-SSG20 (B.O) Firewalls and applied security policies.
Managed Fortigate-50B UTM boxes in 10 small branches connected with Site-to-Site VPN.
Managed Head Office and all Branch Office's Cisco routers.
Managed Netcore Mail Server and ECM Mail security solution.
Managed McAfee ePolicy Orchestrator4.0 antivirus solution and Kaseya servers.
Maintained the Virtual Machines in ESX-VMWare server.
Configured & Monitored Squid Poxy (CentOS), VPN Server (CentOS).
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 3/4
Configured & Monitored Web Server, SQL server (Windows2008) & Filezilla FTP Server.
Configured & Monitored Cacti Network monitoring system and Whatsup Gold.
Managed ISPs, AMC Vendor and renewing S/W & H/W License for stated needs.
Documented Calls and incidents as per the ISO standard.
Major Projects : Role: Planning, Execution & Implementation Team Size: 5
Shifted & Upgradation of HO-Datacenter to new premises. Planned and executed lead for shifting the HO-Datacenter
equipment and all branches' Point-to-point, MPLS & Internet leased line links. Also upgraded the Datacenter with fully
automated system and redundant power.
Network Monitoring System (CACTI / Nagios) - Planning, Configuration and implementation
Mail Server - Planning and execution lead for Mail Server & Mail Security Server mplementation with SSL certificate and
encryption for 1000 + users.
Windows to Ubuntu migration - Migrated all the required Microsoft applications to Ubuntu-10.4 linux environment.
Shifting of Call center Datacenter & Network - Project Planner and execution lead for shifting.
Instant Messenger Server - Implementation of Intra Office Communicator (OpenFire).
Ticketing System - Implementation of web based Ticketing System (OsTicketing).
Knowledge base - Implementation of Intranet site by the name of TechBook .
Internal Web based E-Learning Management System - Planning & configuration
Web based Video Conferencing System - Planning & configuration
UG: B.Sc (Computer Science) from Bharathidasan University, Thiruchirapalli in 2003
PG: MS/M.Sc(Science) (Computers) in 0
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect - Associate
AWS Cloud Administrator
Red Hat Enterprise Linux 7 Administration
VMware - Datacenter Virtualization
ITIL V3 Foundation
CCNP (Switching, Routing & T-shooting)
MCP (Managing & Maintaining a Microsoft Windows Server2003 Environment)
CCNA (Cisco Certified Network -Associate)
Networking With Cisco Routers
Basic Network Security (Workshop)
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER
Windows -7, 8 & 10
DC, DNS, DHCP, IIS, WINS, SUS services
RIP, IGRP, EIGRP, OSPF
LAN/ WAN
AWS Cloud Solution Architect 2019 3 Year(s) 0 Month(s)
Firewall
ISMS
Linux
Office 365 0 2 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 4/4
Nature of Employment: Full Time Duration: May 2013 - Jul 2013
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2012 - Mar 2012
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
tamil Expert
Projects
Project Title: Data center Shifting
Client: Ensure Support Services
Project Details: Shifting & Upgradation of HO-Datacenter to new premises. Planning and execution lead for shifting the
HO-Datacenter equipment and all branches Point-to-point, MPLS & Internet leased line links. Also upgraded the Datacenter
with fully automated system and redundant power
Project Title: Implementation of Network Monitoring System
Client: Ensure Support Services
Project Details: Network Monitoring System (CACTI / Nagios) - Planning, Configuration and implementation
Rank 597: Resume 856 with similarity score 0.032258159918492214
B.E , B.TECH full time , programmer analyst , ui developer , software developer api , css , designation , ug , affirmative action , hindi , maintenance , ltd , test cases , cocoa touch , authorization , english , status , email , project , solution architecture , fixing , elements , xcode , technology solutions , swift , unit testing , computer science , languages , html5 , mobile applications , punjabi , coordinated , javascript 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c43…
https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c430a16455e5f5c5… 1/2
Current Designation: UI Developer
Current Company: eMudhra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
eMudhra as UI Developer
Aug 2019 to Till Date
Achievements/Tasks
Responsible for Development of different mobile applications and interacting with management.
Delivered their own customised material design UI for improved performance.
Handled all the visual elements which user see and interact with in an application using SWIFT.
Cognizant Technology Solutions India Ltd as Programmer Analyst Trainee
Sep 2018 to Jul 2019
Achievements/Tasks
Worked as a front-end developer and co-ordinated with team to gather requirements from the client.
Involved in Development of Singe Page Application which consumed Restful Api using React js.
Designed test cases for unit testing and coordinated with team in bug-fixing.
UG: B.Tech/B.E. (Computer Science and Engineering) from Punjab Technical University (PTU) in 2018
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Mehak Goyal
UI Developer seeking roles in Software Development,UI Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React JS,JavaScript,Swift,HTML,CSS,Cocoa
Touch,Swift,XCode
Key Skills: UI Developer,Software Developer,Software Development,UI Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution Architecture,React
JS,JavaScript,Swift,HTML,CSS,Cocoa Touch,Swift,XCode
Summary
Result-oriented Professional with 2 years of experience in Software Development,UI Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution Architecture,React
JS,JavaScript,Swift,HTML,CSS,Cocoa Touch,Swift,XCode.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c43…
https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c430a16455e5f5c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
React js
JavaScript
SWIFT
HTML5 2019 0 Year(s) 9 Month(s)
css3 2019 0 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 598: Resume 315 with similarity score 0.03221266560093413
B.E , BS team leader , work from home web development , internships , computer networking , security , office , information technology , php , editing , project , wordpress , resume , java , government , computer science , arduino , raspberry pi , completion , assessment , sensors , remote access , html Assessment
Q1. Why should you be hired for this role?
I have previously worked for Q Conneqt where I used to handle their website through Wordpress.
Actually I am much of interested in web development related work.
So this profile suits me.
Thank you.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available to join immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Manoj Pawar
Pune, Karad
Applied 07 Feb'21
Raspberry Pi Arduino C Programming
Computer Networking HTML Java
PHP
Bachelor of Engineering B.E, Information Technology
SKNSITS Lonavala
2018 - 2022
CGPA 6.00/10
Diploma, Computer Science
Government College Of Engineering, Karad
2016 - 2019
Percentage: 64.63%
Senior Secondary XII, Science
DT Patil Junior College
PUNE board)
Year of completion: 2016
Percentage: 48.46%
Secondary X
St Xavier's High School
MUMBAI board)
Year of completion: 2014
Percentage: 78.60%
Techical Support Executive
Q ConneQt, Pune
Dec 2018 - Aug 2019
Handling Techinal Issues through remote access.
Web Development
Excelnath.com, Virtual
Dec 2017 - May 2019
Editing website, modification of website , designing and upload data on website
Team leader for Binge Campaign Project in 2019 for Pune Office.
AI Security System
Feb 2017 - Apr 2017
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8108302198
It was security system which was using Sensors to detect an intruder at the place the system installed by capturing the
movement and temperature of human body.
Our project team was qualified for National Project Competition arranged on National Level.
Rank 599: Resume 1259 with similarity score 0.032160676695758846
MS , BS system administrator , quality assurance , cloud administrator , change management , it administrator , full time , windows server administrator , part time server monitoring , computing , customer , production systems , virtual machines , telugu , citrix , microsoft azure , elastic load balancing , vista , databases , beginner , windows administration , status , workstation , squid , symantec , connectivity , ec2 , data center , it infrastructure , sql server , server administration , shares , routers , switches , amazon web services , outlook express , access , windows 2000 , designation , mar , print servers , hindi , network troubleshooting , cloud , network devices , ltd , software installation , english , data security , agile , project , ftp , groups , consultation , dhs , windows xp , performance tuning , hyper-v , change management , resolve , b1 , vmware server , javascript , mail server , wireless , ldra , iso standards , affirmative action , information technology , mysql , public , maintenance , utilization , arranging , office 365 , file servers , automotive , proxy , email , aws , configuration management , network security , workplace , hana , amazon rds , microsoft outlook , premises , languages , raid , canoe , sap business one , intranet , system monitoring , high availability , windows server , network performance , portals , telecom , health , active directory , firewall , mcafee , authorization , internet , sharepoint , go , application servers , led , s3 , storage , iis , sphere , administrative , qac 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f425…
https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f42571514595a585… 1/3
Current Designation: IT Administrator
Current Company: Yazaki India Technical Center
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: Auto/Auto Ancillary
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Yazaki India Technical Center as IT Administrator
Apr 2018 to Till Date
Roles and Responsibilities Maintain ITC Local Data center and EPBX server
Monitoring Servers, firewall, Routers Switches, and Serves Application
Install, support and project management applications, Install and Troubleshooting Automotive
Applications like, Canoe, EA, Integrity client, QAC, LDRA, EA Servers, and Update Tolls serves
Licenses, Create ISMS Police's (ISO Standards), Creating Wireless Presenting, arranging VC
meetings, troubleshooting VC
Design, Plan and Migrate deployments of customer on-premises data center/applications to
Microsoft Azure
Supporting LANs, WANs, Internet and intranet systems at workplace and ensuring their
efficiency
Installing and configuring software, tools, hardware and networks
Ensuring security and efficiency of IT infrastructure
Involved with planning, designing, and transforming environments from on-premises to cloudbased
Work as Cloud Administrator on Microsoft Azure, involved in configuring virtual machines,
storage accounts, resource groups
Creating AWS computing instance Services like EC2 and Amazon Elastic Load Balancing, VPC,
Sub net creation, S3,RDS,IAM
Creating and managing AWS Storage service S3
Developed and implemented software release management strategies for various
applications as per agile process
Experience of database technology such SQL, MySQL including databases
Expertise in Creating Amazon RDS and Handle software installation, backups, and patches as
well as routine administrative tasks
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
MALLE.VENKATAPRASAD
Windows Server Administration, Microsoft Azure, Amazon Web Services, My SQL,
Office 365 Administration, DHCP Server, DNS, IIS Server Monitoring and Managing
client's cloud and Active Directory, Change Management, Load Balancing, High
availability
Key Skills: Windows Administration,Configuration Management,Active Directory,Installation,Troubleshooting,DHS,Office
365,Vmware Administrator,Microsoft Azure,AWS,Windows Server Administrator,MS SQL Server,High Availability,Load
Balancing
Summary
It infra Administrator with 7-year background in Information Technology. The progressive experience marked by continuous
contributions above and beyond requirements. Career achievements in large-scale software deployments, network buildouts,
and data security, Aws, Azure, Windows serves administration, SQL server maintenance, and Highavalbulitey,
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f425…
https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f42571514595a585… 2/3
Quickly arrange repair for hardware in occasion of hardware failure
Update system as soon as new version of OS and application software comes out
Create and Implementing policies for uses and computer system network
Password and identity management
Monitor servers and update to HQ team Servers and network health status
Maintain IT Asset inventory list
Creating ISMS, IT Polices (ISO standards) Audit IT polices Randomly
Coordinating US and Europe IT team to resolve VPN tunnel and Integrity, automotive tools,
server's and application access Issues
Maintain 0ffce365 administration, create user and access license
Create SharePoint site and proved access to respective users and monitoring site and office
365
Installing McAfee server application and coordinating McAfee team
Installing SVN server and provide source code access for users and maintain regular backup
process
Install SQL servers and taking backup and restore backup, on developer prairie basis
Hosting sites and portals like, Go Daddy and cloud fare
Troubleshoot VMware, Windows Server, Active Directory, and physical infrastructure issues that
may occur
Implemented, developed and tested installation and update of file servers, print servers and
application servers in all departments
Monitored networks and network devices to resolve technical problems quickly
Diagnosed and executed resolution for all network and server issues
Led server infrastructure development, quality assurance, staging and production systems
Designed and evaluated WAN and LAN connectivity technologies
Performed network security design and integration duties
Resolved issues and escalated problems with knowledgeable support and quality service
Clockwork Business Solutions Pvt Ltd as IT Administrator
Jan 2016 to Mar 2018
Roles and Responsibilities Install, support and project management
Clients and users
Install, configure, and troubleshoot the SAP Business One Servers, and Client, (HANA and SQL)
and windows server domain
Consistently provide remote support and manage numerous technical queries for client needs
and try to resolve on time within SLA breached
Resolved customer concerns in a positive and helpful manner
Managing windows server infrastructure with AWS, Azure, Physical & Virtual, environment
Responsible for maintaining Citrix Servers, VMware server and V-Sphere client
SAP B1 SERVER (SQL and HAAN)
Backing up and recovering the Windows Servers, SVN and Active Directory and other data
Daily Basis backup JOB, Creating FTP Servers and Maintain the Office 365 in Azure Portal
Supporting Windows 2003 & 2008 2012 .2016 in Heterogeneous network environment
Configuring, Troubleshooting and Managing DNS, DHCP
Hyper -V Firewall
Setting up Group policies on OU's, Users Accounts, groups, and print shares
Implemented Security policies
Performed daily backup/recovery, system monitoring, performance tuning and
network/systems
Provided end-user consultation and network troubleshooting
Dealing with access problems, diagnosing and troubleshooting all incidents related to Citrix &
VM Ware issues
Sujana Groups as System Administrator
Nov 2013 to Dec 2015
Roles and Responsibilities Maintain the More than 700 users
50 Servers, Implement Software Raid (Raid 0, 1&5), Responsible for managing all System
administration activities for Windows XP PRO, VISTA, Win 7 Win 8, and Windows Server
2000/2003/2008,) under Domain & Workstation environment
Configured and Maintain the Symantec AV (Corporate Edition) Server and DNS Cashing Sever
on windows 2000 & 2003 Server
Install, Configure and troubleshoot Squid Proxy, Info VPN, File & Print Server
Implement Web Server (for Block, allow and set permission for specific Website link, public mail
client, messengers, unauthorized website etc.) Install and Configure of Microsoft Outlook
2003/2007 and Outlook Express as a client and MS Exchange 2003 as Mail Server
Led server infrastructure development, quality assurance, staging and production systems
Implemented, developed and tested installation and update of file servers, print servers and
application servers in all departments
Implemented corrective plans of action for network performance issues including availability,
utilization, and latency
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f425…
https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f42571514595a585… 3/3
UG: BCA (Computers) from Kakatiya University - Warangal, in 2012
Other Qualifications/Certifications/Programs:
server 2012 70-412
azure disign and implementation 70-473
Nature of Employment: Full Time Duration: Dec 2020 - Jan 2021
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure, windows server, Hyper-V,
SQL Server, LAN, VPN, RDP, TCP
MS office, Active Directory
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Telugu Expert
Projects
Project Title: Data Center Migration
Client: Yazaki India Technical Center
Project Details: data center migration and communicatin with central data center , isp Network eastblish and communicatin to
hq data center, planing the infrastructure realted like gm servers
Rank 600: Resume 1485 with similarity score 0.032038298985874424
B.S , MS , BSC , BS technical lead , full time , team lead spring cloud , award , core java , customer , telugu , functional testing , conducting , angular , linux , test cases , digital , approval process , status , payroll , rdbms , mantis , writing , components , spaces , spring security , expressions , designation , mar , structural , web services , gap analysis , ltd , windows , programming concepts , json , english , troubleshooting , code review , screens , agile , defect tracking , microservices , e-governance , fixing , rest , code coverage , sms , struts , javascript , business requirements , bfsi , capital , general , scrum , healthcare , performing , affirmative action , information technology , oracle , mysql , maintenance , jquery , business logic , email , tomcat , business rules , project delivery , information systems , spring data jpa , star , operations , federal reserve , junit , writer , maven , languages , hibernate , system integration testing , content management systems , scheduling , jira , sonar , database , online , allocations , spring mvc , spring batch , jenkins , credit , g2 , websphere , soap , openshift , tibco , tamil , systems management , sts , authorization , risk , teams , servlets , spring boot , application , government , led , ccar , framework , eclipse , administrative 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 1/4
Current Designation: Specialist
Current Company: L&T Infotech
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
L&T Infotech as Specialist
Jan 2018 to Till Date
Role:
? Managing end-to-end implementation of software with coding, testing, implementation and support of applications
? Interacting with users for requirement gathering, analysis and scoping
? Undertaking structural designing & coding of the solution for the project
? Writing scripts for optimizing test cases and calculation of the code coverage
? Identifying, analyzing defects & inconsistency in software program functions, outputs, online screens & content related to
the project
? Extending post go-live and application maintenance support to the user department
? Ensuring project delivery on time & within budget through effective planning, scheduling, execution and monitoring
Accenture as Team lead
Apr 2015 to Jan 2018
Interlace India Pvt. Ltd. as Technical Lead
Oct 2010 to Apr 2015
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Srinivasa Rao D
Specialist seeking roles in Application Development, Software Development Life Cycle,
Gap Analysis, Requirement Analysis, System Integration Testing, Defect Tracking, Bug
Life Cycle, Microservices, Coding, J2EE, Spring Boot, Java, JSP, JUnit
Key Skills: Specialist, Team Lead/Tech Lead, Application Development, Software Development Life Cycle, Gap Analysis,
Requirement Analysis, System Integration Testing, Defect Tracking, Bug Life Cycle, Microservices, Coding, J2Ee, Spring
Boot, Java, JSP, JUnit
Summary
Offering 8+ years of rich & extensive experience in JAVA and J2EE technologies and related concepts Servlets, JSP, Struts,
Hibernate and Spring; gained working exposure in Spring Boot and Microservices with strong understanding on Object Oriented
Programming Concepts
Recognized with Star of the Month Award in 2016 for Application Design & Delivery with Accenture
Domain expertise include E-governance, Healthcare and BFSI
Followed the project life cycle methodology defined under the process framework; ensured that customer deadlines were met
within project budgets
Thorough understanding of the Software Development Lifecycle with proficiency in mapping business requirements, application
design, development, integration, testing and troubleshooting for Information Systems Management
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 2/4
UG: B.Sc (Maths) from Osmania University, Hyderabad in 2006
PG: MCA (Computers) from Anna University, Chennai in 2009
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
Spring (MVC, IOC)
spring boot, microservices
Servlets, JSP, jquery
JSON, JPA, Angular, Hibernate
Web Services (REST), Junit
Oracle 10g, DB2, MySQL
JBOSS 7, Websphere 8.0, Tomcat
Waterfall, Agile-SCRUM
Eclipse, STS, SVN, GIT, JIRA
Jenkins, Openshift, Maven
WINDOWS, LINUX
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Tamil
Projects
Project Title: Facility Management
Client: Citi Bank
Skill Used: Java / Database: ORACLE / ORM: Spring Data JPA/Hibernate / Framework: Spring, Sprint Boot, Spring Cloud,
Microservices, Angular / Tools: Eclipse, Git, Maven, Jenkins and openshift
Role Description: Role:
Performing & implementing microservices; supervising team members
Coding restful endpoints; developing UI screens using Angular
Conducting code review for junior members
Project Details: Facility and allocation processor which allows user maintenance and approval of facility information. Once
approved this information is sent downstream subscribers. It includes details of the various credit facilities extended to
customers. When first approving credit facilities an initial approval is required, this establishes facilities for a relationship and
allows the Risk and Relationship teams to manage the credit approval process for the coming year. Facilities are approved
taking into account the risk appetite for an obligor/relationship- allocations are used to manage the allocation of credit
throughout the year without requiring a full review of the credit facilities.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 3/4
Nature of Employment: Full Time Duration: Feb 2018 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2016 - Dec 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2015 - Mar 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2013 - Apr 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2012 - Mar 2013
Onsite / Offsite: Offsite
Project Title: CCAR14A
Client: Citi Bank
Skill Used: Java / Database: ORACLE / ORM: Hibernate / Framework: Spring, Sprint Batch, Spring Jdbc, EXtjs, Tibco / Tools:
Eclipse, Git
Role Description: Role:
Created spring batch configuration
Led coding of reader, processor, writer and listeners for batch job as well as coded Spring EL Expressions
Developed unit test cases for the business logic using JUnit
Project Details: The Comprehensive Capital Analysis and Review (CCAR) is an annual exercise by the Federal Reserve to
ensure that institutions have well-defined and forward-looking capital planning processes that account for their unique risks
and sufficient capital to continue operations through times of economic and financial stress.
Project Title: Provider Portal Spaces
Client: HCSC
Skill Used: Java, JSON / Database: ORACLE / ORM: Hibernate / Framework: Spring, Restful and Angular / Tools: Eclipse,
APIGEE, GIT and Maven
Role Description: Role:
Completed coding of restful service endpoints; consumed SOAP based services
Performed:
SAML Integration
SONAR Integration
Code Review
Unit test cases using Junit
Project Details: Provider Portal Spaces is a web-based application for serving healthcare provider data and various reports
by accessing different in-house content management systems which exposed their services as SOAP web services.
Project Title: Premier Provider Web
Client: HCSC (Health Care Service Corporation)
Skill Used: Java, spring, JPA/Hibernate, Spring Batch / Database: DB2 / Tools: Eclipse, Ant
Role Description: Role:
Led batch process for populating data from stage tables to main tables
Conducted:
SONAR Integration, unit test cases using Junit and developed UI screens using JSP
Bug fixing
Project Details: HCSC is one of the top health care providers (Blue Cross and Blue Shield) in America. Premier Provider Web
is a web-based application for adding healthcare providers and validating the existing providers. This application maintains
business rules for validating purpose. Application used by different set of user roles with various kind of user operations.
Project Title: e-District State Roll out
Client: Mizoram Government
Skill Used: Core JAVA, JSP, Servlet / App Server: JBOSS / Database: MySQL / ORM: JPA/Hibernate / Framework: Spring /
Tools: Eclipse, SVN and Maven
Role Description: Role:
Developed presentation layer and business layer components
Performed:
SSDG and E-wallet integration
Push and pull SMS Integration; implemented server-side validations
Led Digital Signature Integration using e-token
Project Details: E-District' project is a State Mission Mode Project (MMP) funded under National e-Governance Plan (NeGP),
initiated by Department of Information Technology (DIT), Government of India. Government of Mizoram envisages e-District
as a model district in the State in which majority of the G2C and G2G services are delivered by the district administration
leveraging Information, Communication and Technology. The Project is developed for 'MeGS', to automate the Overall district
administration process. The scope of the project is creating a system to fulfil the citizen needs of the district.
Project Title: TNEB payroll
Client: TNEB
Skill Used: Core JAVA, JSP, Servlet / Database: ORACLE / ORM: Hibernate / Framework: Spring MVC, Spring core, Spring
AOP / Tools: Eclipse, SVN and Maven
Role Description: Role:
Completed the configuration of spring security and spring related configurations
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 4/4
Nature of Employment: Full Time Duration: Dec 2010 - Mar 2012
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Performed development of presentation layer and business layer components
Evaluated issues / requirements and provided the fixes
Project Details: M/s TANGEDCO has an aim of efficient management of their administrative tasks and hence opted for a
centralized Payroll System to maintain the pay particulars of the employees in a centralized system and to process payroll for
employee, a software using web-based technology is proposed. To have centralized payroll software integrated with
Personnel Information System (PIS), the software has to be moved to a RDBMS with web based front end. The proposed
system shall be able to calculate the pay particulars of an employee Pay bills and Supplementary bills and stores the data in
the Centralized server. The data shall be maintained separately for TANGEDCO and TRANTRANSCO.
Project Title: e-District Pilot
Client: Mizoram Government
Skill Used: Core JAVA, JSP, Servlet / App Server: JBOSS / Database: Mysql / ORM: Hibernate / Framework: Struts2 / Tools:
Eclipse, SVN, Maven and Mantis
Role Description: Role:
Conducted functional testing for Certificates Module
Assessed issues /requirements and provided the fixes
Managed build and unit test of the project modules
Executed server-side validations using struts 2 validator method
Project Details: E-District' project is a State Mission Mode Project (MMP) funded under National e-Governance Plan (NeGP),
initiated by Department of Information Technology (DIT), Government of India. Government of Mizoram envisages e-District
as a model district in the State in which majority of the G2C and G2G services are delivered by the district administration
leveraging Information, Communication and Technology. The Project is developed for 'MeGS', to automate the Overall district
administration process. The scope of the project is creating a system to fulfil the citizen needs of the district.
Rank 601: Resume 1473 with similarity score 0.0319646794807264
B.E , MS , B.TECH , BS software engineer , software developer , backend developer , full time , service provider , senior project engineer , java developer java web services , core java , string , platforms , docker , file handling , formulas , status , kotlin , https , xml , writing , components , payments , procurement , foundation , suite , notification , publishing , automation , robot framework , drilling , windows 2000 , financial transactions , designation , smartphone , json , english , budgeting , project , microservices , ownership , processing , mac os , rest , git , process management , javascript , history , wireless , technology , cash , stored procedures , html , reporting , options , lambda expressions , affirmative action , mysql , jdk , oracle , collaboration , real estate , maintenance , terminal , cx , architecture , customer service , email , jpa , tomcat , aws , new features , process efficiency , fund accounting , customer experience , unit testing , maven , languages , hibernate , big data , mobile , originating , database , online , functionality , spring mvc , garbage collection , enterprise resource planning (erp) , ug , telecom , analytics , apache , sts , authorization , cpp , spring boot , aggregation , application , system deployment , mainframe , government , repository , data access , bamboo , eclipse , load , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b4…
https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b475245100c5c0b… 1/3
Current Designation: Senior Project Engineer
Current Company: Wipro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Wipro Limited as Senior Project Engineer
Oct 2018 to Till Date
Project 1:
Title : MyTelstra
Role : Developer
Team Size : 12
Environment : Kotlin,SpringBoot,RestfulWebServices,Microservices,Json,Apigee,Bamboo,Mac OS.
Tools : Intellij.
Description:
With MyTelstra(mobile app) we can check our monthly bill, our data consumption and deposit bill right within the
application. we can also use the app for Prepaid recharges and Post-paid recharges. We can also view our transaction
history for online recharge and bill payments
Roles & Responsibilities:
Build new Api(Prepaid Recharge and Legacy Billing) & made code changes.
Fix Bug& Creating CI , CD automation using Bamboo
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
CHARCHIT MOHANTY
Senior Project Engineer seeking roles in Software Engineering,Software
Development,Application Development,Project Management,Change
Management,Defect Management,Requirement Gathering,Core Java,Spring
Boot,Hibernate,Eclipse,MySQL,Docker,HTML,XML,AWS
Key Skills: Core Java,Spring Boot,Hibernate,Eclipse,Docker,HTML,XML,AWS,Web Services,Rest,Spring,Java,Spring
Framework,J2Ee,Java Web Services,Robot Framework
Summary
5.5 years of experience in Java Technologies.
Backend developer with Devops(CI/CD) knowledge.
Worked on JDK 1.8 with hands on experience and knowledge on new features like Lambda expressions and concurrency
enhancements.
Responsible for the designing, coding and developed the application in J2EE using MVC architecture.
Well versed in Core Java Concepts like JVM Architecture, Collection Frame work, Multi-Threading, String, Exception handling
and File handling.
Extensive Object Oriented Development OOP/OOD experience.
Hands on experience in working with multi-threaded programs, Concurrency, synchronized, Lock Concepts, volatile. Exception
Handling, File handling, IO, Garbage Collection.
To work in challenging and creative environment with dedicated people in order to explore myself, to become a competent
professional & realize my potential and dedicate my endeavour totally for betterment of the firm & society
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b4…
https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b475245100c5c0b… 2/3
Project 2:
Title : mPOS(Mobile point of sale)
Role : Developer
Team Size : 10
Environment : Spring Boot, RESTful Web services, Micro services, JSON.
Tools : STS, GIT, Swagger.
Database : MySQL
Client : NEC mPOS(JAPAN)
Description:
An mPOS (mobile point-of-sale) is a Smartphone, tablet or dedicated wireless
Device that performs the functions of a cash register or electronic point-of-sale terminal (POS terminal) wirelessly.
mPOS implementations enable service and sales organizations to conduct financial transactions in a more versatile
manner without having to be tethered to a single location.
This improves the customer experience (CX) by speeding up service and wait times and offering multiple payment options.
It also frees up valuable real estate that would otherwise be dedicated to a countertop POS.
Roles & Responsibilities:
We are used HIBERNATE ORM framework.
Developed DAO and BO implementation classes using JPA repository and JPA specification.
Worked on middle layer part of the project.
Handling the maintenance of the project.
Tech Mahindra as Software Engineer
Feb 2014 to Dec 2017
Project 3:
CPP(Content Production Platform):Sep 2016 - Dec 2017.
CPP system is a load process management tool that acts as a common interface for the processing and monitoring of
loads originating from multiple publishing systems and bound for multiple Load Platforms such as Legacy Mainframe.
Allows a small number of Load Managers to direct the loading of large amounts of data from multiple publishing systems
to multiple load platforms. Provides a common look and feel across multiple load platforms.
Provides features to automate routine functions and can manage dependencies between loads to different collections and
different platforms. It accepts requests from Users through a web-based GUI, or directly from automated systems.
CPP provides process notification to content owners, originating systems and other applications when pertinent content is
loaded.
Contribution:
* Involved in getting requirements from requirement analyst.
* Actively participated in developing standalone services for cpp application.
* Developed application logic using Servlet technology.
* Responsible for writing Data Access Object's (DAO) using JDBC.
* Implemented Spring MVC framework which includes writing Controller classes for handling requests, processing form
submissions.
* Responsible for builds and deployment of application using Maven tool and Tomcat server.
* Involved in end to end unit testing.
Environment: JAVA, Oracle, Servlet, JDBC, Spring, Hibernate, Eclipse, Core Java
Project 4:
Ericsson SOC(Service Operation center): July 2015 - Aug 2016.
SOC is a web application product developed by Ericsson and used by multi Telecom service provider across many
countries including India. It helps Telecom Network Engineer/ Network Analytics to monitor the network closely and
effectively by calculating SKPI(Service Key Performance Indicator) and RKPI (Resource Key Performance Indicator)
formulas, troubleshoot for any network issue by drilling down from Network level to the IMSI level for the find the solution,
improve the network by providing quality network telecom components. We have implemented big data technologies to do
co relation and aggregation huge amount of data.
Team Size: 15
Contribution:
* Involved in getting requirements from requirement analyst.
* Actively participated in development web services for SOC application.
* Involved in writing stored procedures on Oracle.
* Involved in end to end web services testing.
Environment : JAVA, Oracle, Servlet, JDBC, Spring, Hibernate, Eclipse, Core Java
Project 5:
Advantage ERP Role: Java Developer Feb 2014 - June 2015
Advantage is a Web-based solution that manages your financial, procurement, human
Resources, budgeting, and reporting needs. Our enterprise resource planning (ERP) suite for
state and local governments, Advantage was designed and built from the ground up to
exclusively support the business of government.
Advantage employs a pervasive government fund accounting model as its foundation-using
open Web technology standards to simplify system deployment and enable collaboration with
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b4…
https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b475245100c5c0b… 3/3
external systems. This flexible design leaves you with greater process efficiency, integrated
Functionality, lower cost of ownership, and improved customer service and decision making.
Using data provided by its users, Advantage maintains a database from which various detail
and summary level reports can be produced.
UG: B.Tech/B.E. (Computers) from Orissa Engineering College (B.P.U.T) in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, Kotlin, HTML, XML, MySQL
Apache Tomcat, Oracle, Eclipse
HTTP, HTTPS, TCP/IP, Hibernate
Windows 2000/XP/7/10, Spring Boot
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 602: Resume 827 with similarity score 0.03178863162366715
B.E , MS , B.TECH , BS software engineer , founder , partner , software developer , full time , part time react.js , functionality , api , core java , customer , algorithms , css , fusion , websphere , soap , designation , meridian , ug , affirmative action , spring , hindi , scratch , beginner , maintenance , pos , test cases , json , authorization , english , status , screens , email , project , application , bengali , xml , fintech , banking software , rest , writing , order processing , content management , localization , languages , resolving issues , payments , hibernate , sql server , python , jira , digital channels , eclipse , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f160915…
https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f1609150718130d0f00… 1/2
Current Designation: Software Engineer
Current Company: Finastra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Finastra as Software Engineer
Sep 2018 to Till Date
? Responsible for Development, Enhancement and Implementation of various Fintech Product and Technology
Development as a Part of Integration and Interface team.
? Implemented REST APIs for ATM/POS Transactions from scratch deployed in various environments.
? Implemented localization for various screens.
? Handling Customer Issues and Interacting with Customers.
? Test application end to end environment to check the proper functionality of the application.
? Responsible for writing unit test cases for assigned use cases.
Products: Bank Fusion Meridian (Integration Module for Switch and ATM), ATM/POS, Fusion Banking Essence (Core
Banking Software), Digital Channels, Corporate Channels, LoanIQ (Lending Product)
KARTILO as Founder
Dec 2016 to May 2018
* Interacting with customers for finding leads for generating sales.
* Managing resources and ensuring customers satisfaction with end to end channels.
* Direction interaction with payments and logistic partner.
* Web Content Management and Order Processing - Managed Company's Admin panel and ensured uploading and
management of products to end user delivery by Logistic Partner.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
MANISH KUMAR
Software Engineer seeking roles in Software Engineering,Software Development,Http,
MicroService,Data
Structures,Algorithms,Hibernate,Python,Eclipse,JIRA,Java,SQL,XML,Git,SOAP,J2EE,Spring,
Springboot
Rest API,HTML,CSS,JavaScript,React,API Integration.
Key Skills: Software Engineer,Software Developer,Software Engineering,Software Development,Quality
Management,Data Structures,Algorithms,Hibernate,Python,HTML,JIRA,Java,SQL,XML,React.Js,Javascript,Project
Management,CSS,JSON,Rest,SOAP
Summary
Software Engineer having 2+ year of experience in requirement driven nature and focused on working as a part of a team. Good
communicator with ability to meet deadlines and resolving issues
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f160915…
https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f1609150718130d0f00… 2/2
UG: B.Tech/B.E. (Computers) from Birsa Institute of Technology (BIT) Sindri, Jharkhand in 2018
PG: in 0
Other Qualifications/Certifications/Programs:
Core Java and J2EE
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jboss Server, WebSphere Server 8.0 2020 2 Year(s) 2 Month(s)
JIRA, GIT, Eclipse, IntelliJ 1.0 2020 2 Year(s) 2 Month(s)
SQL Server, Data Structures, Algorithms 1.0 2020 2 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Beginner
Rank 603: Resume 372 with similarity score 0.03174920631261218
MS , B.TECH , BS work from home mongodb , e-commerce , ecommerce , flowers , completion , assessment , redux , resume , one , algorithms , node.js , css , javascript , web , application , computer science , project , html Assessment
Q1. Why should you be hired for this role?
From the starting to now one thing that i observed in coding or development is that working on projects is the best way to implement my
skills,learn more and having proficiency. So I would like to get my hands again dirty with the project code.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7903657891
PRINCE YADAV
Roorkee, Noida
Applied 07 Feb'21
Node.js CSS Data Structures
Algorithms JavaScript Redux
HTML MongoDB ReactJS
B.Tech Hons.), Computer Science
College Of Engineering Roorkee
2017 - 2021
Percentage: 60.00%
Senior Secondary XII
AWADH BIHARI SINGH COLLEGE LALGANJ
BIHAR SCHOOL EXAMINATION BOARD board)
Year of completion: 2017
Percentage: 68.00%
Secondary X
VIDYA VIKASH HIGH SCHOOL
WEST BENGAL BOARD OF SECONDARY EDUATION board)
Year of completion: 2014
Percentage: 78.00%
THE BLOOMAA
Dec 2020 - Jan 2021
https://thebloomaa.com/
This is a e-commerce web application using MERN stack. I have developed this application for a small startup
I have developed a full stack MERN web app. Which is a ecommerce website. I have developed this website for a small
startup whose services are to deliver flowers for daily use
https://thebloomaa.com/
Rank 604: Resume 1178 with similarity score 0.031710058034028085
B.E , MS , B.TECH project manager , software engineer , it infrastructure manager , associate , devops , it manager , full time , service delivery manager general , financial services , devops , security , monitoring services , designation , ug , mar , affirmative action , hindi , center of excellence , maintenance , azure , unix , build automation , service delivery , systems management , test cases , windows , zabbix , project planning , logstash , teams , english , enterprise , strategic planning , status , authorization , budgeting , proxy , email , perl , configuration management , aws , map , leadership , provisioning , test scenarios , fiddler , investments , application performance management , splunk , operations , performance engineering , road , hiring , c++ , disaster recovery , capacity planning , shell scripting , computer science , kibana , languages , it infrastructure , command center , data center , python , javascript , technical services , search , technology , cloud computing , test execution , performance testing , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b44…
https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b440a4241590b5f… 1/3
Current Designation: Manager - Technology Leader - IT
Infrastructure Engineering and Operations
Current Company: Franklin Templeton Investments
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Franklin Templeton Investments as Manager - Technology Leader - IT Infrastructure Engineering and
Operations
Nov 2019 to Till Date
Current Role - Head of Enterprise Tools team with Automation, Monitoring and Capacity Planning teams. The teams are
Infrastructure Engineering, Administration and Operations teams under Operational Cloud Services. These teams provide
enterprise level services to all application teams under Franklin Templeton Technology.
Successfully Managing IT Infrastructure Automation, Enterprise Monitoring and Application Performance Management
(APM), Configuration Management, Server Provisioning, Patching, Build Management, Technology and Tools Engineering,
Administration, Integration and Capacity Planning. Providing Strategic Planning and technology road map, tools POC &
POV for successful roll out of various services.
Management Roles and Responsibilities ? Project Planning & Budgeting, Employee Performance Review, Vendor
relationship and Management, Software Licenses and Maintenance renewal, Resource planning and hiring etc
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ASHISH KUMAR
Leadership role, IT Manager, IT Infrastructure Manager,Service Delivery Manager,Data
Center and Application Automation,Cloud Computing,Engineering and
Operations,Command Center, DevOps,Azure,AWS, Disaster Recovery, Enterprise
Monitoring & Automation
Key Skills: Project Manager,Cloud Computing,DevOps,Azure,AWS,Engineering and operations,Performance
Engineering,IT Infrastructure Manager,Service Delivery,Command Center,Data Center Automation,Enterprise
Monitoring,Leadership Role,It Leader
Summary
? 13.6 Years? experience in IT Infrastructure Engineering and Operations, Service Delivery and extensive Leadership
experience. Experience in managing multiple projects from different areas ? Datacenter Operations and server
provisioning/compute services, Infrastructure and Application Automation, and Security, Application and OS Patching,
Enterprise Monitoring, Technology Command Center Operations, Cloud Migration/Operational Cloud Services (Azure and
AWS), DevOps, Development, Performance Engineering, Testing and Capacity Planning
? Have experience of managing different infrastructure and DevOps projects and larger teams
Enterprise Monitoring Services and Operations
Technology Command Center Operations
IT Infrastructure, Server and application Automation - Server Provisioning, Build automation, and Patch compliance and
Management (OS, Security and application)
Performance Engineering and Center of Excellence
Enterprise Disaster Recovery
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b44…
https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b440a4241590b5f… 2/3
Optum - A UnitedHealthGroup Company as Associate Systems Management Manager
Jun 2009 to Nov 2019
Job Title - Associate Systems Management Manager
Designation - Lead - Systems Management
Previous Role - Leading IT Infrastructure Service Delivery teams. Have successfully set up and managed various IT
Infrastructure and Operations teams like Enterprise Monitoring, Technology Command Center and Operations, Disaster
Recovery teams. Managed large team of 25-30 team members from various technical services / applications.
Management Roles and Responsibilities - Project Planning & Budgeting, Employee Performance Review, Vendor
relationship and Management, Software Licenses and Maintenance renewal, Resource planning and hiring etc
Birlasoft Limited as Software Engineer
Jul 2007 to Jun 2009
* Worked in Birlasoft Limited as Software Engineer.
Previous roles was mainly working on Testing projects end to end like working on test scenarios, test cases, test execution
and performance testing of the applications and post deployment support
UG: B.Tech/B.E. (Computer Science and Engineering) from National Institute of Science and Technology, berhampur in
2007
Other Qualifications/Certifications/Programs:
Splunk
Nature of Employment: Full Time Duration: Jun 2009 - Sep 2018
Education
IT Skills
Skill Name Version Last Used Experience
- C, C++, java, Perl, Python
shell scripting, javascript, Unix
WINDOWS
ZIRA, Service Now
Fiddler, HTTP Watch, Charles proxy
ZABBIX
Elastic Search, Logstash and Kibana 2018 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Projects
Project Title: Enterprise Monitoring Operations
Client: Inhouse
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b44…
https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b440a4241590b5f… 3/3
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Managing Monitoring Operations for all 3000+ Critical and Major applications of UnitedHealth Group.
Rank 605: Resume 1301 with similarity score 0.03165457810764235
B.E , MS , B.TECH , BS devops engineer , cloud engineer , change management , full time , site reliability engineer , technical support engineer continuous process , version control , skype , security , microsoft azure , elastic load balancing , platforms , from conception to completion , docker , linux , status , store , snapshot , continuous integration , workstation , building , sql server , connections , cms , notification , publishing , outlook , ansible , amazon ec2 , devops , infrastructure services , kubernetes , designation , application discovery , reliability engineering , hindi , ltd , windows , database servers , english , troubleshooting , productivity improvement , groups , asset management , ibm , change management , git , server migration , strategy , computer science , one , javascript , technology , availability , content delivery , database tools , affirmative action , studio , dynamo , unix , queuing , workbench , office 365 , iaas , paas , architecture , email , tomcat , wordpress , aws , information systems , operations , saas , unified messaging , containerization , content management , maven , languages , microsoft exchange , cortex , urdu , management system , web , interconnect , jenkins , ug , hybrid cloud , scratch , apache , systems management , authorization , risk , teams , virtualization , scalability , record , ips , user requirements , ecs , led , s3 , shell scripting , repository , nginx , kannada , network administration , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d59585748150042…
https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d595857481500420b1815095a0e5… 1/3
Current Designation: Site Reliability Engineer
Current Company: Science Logic
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mangalore,Mysore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Science Logic as Site Reliability Engineer
Feb 2021 to Till Date
Rapyder Cloud Solutions as Senior Cloud Engineer
Oct 2019 to Jun 2020
An achievement-oriented professional with 5.6 years of experience with track record of analyzing information system
needs, evaluating end-user requirements, custom designing solutions & troubleshooting for complex information systems
management
Rapyder Cloud Solutions as Senior Cloud Engineer
Oct 2019 to Jun 2020
Key Result Areas: please confirm below points
Established and executed strategy & solutions on AWS cloud in coordination with the Client Stakeholders (Business, IT
and Application)
Suggested appropriate technology-based solutions for enhancing functional efficiency and achieving business excellence
Worked on database servers for the migration activities and migrated the servers from one region to another region
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mohammed Ismail
Senior Cloud Engineer seeking assignment in Site Reliability Engineering,Cloud
Technology,DevOps Engineering,Technical Support,Network Operations,Linux
Administration,Incident Management,Disaster
Recovery,AWS,IAAS,PAAS,SAAS,Jenkins,Maven,SQS
Key Skills: Senior Cloud Engineer,Technical Support Engineer,Site Reliability Engineering,Cloud Technology,DevOps
Engineering,Technical Support,Network Operations,Linux Administration,Incident Management,Disaster
Recovery,AWS,IAAS,PAAS,SAAS,Jenkins,Maven,SQS
Summary
An achievement-oriented professional with 5.6 years of experience with track record of analyzing information system needs,
evaluating end-user requirements, custom designing solutions & troubleshooting for complex information systems management
Previouslyassociated with Rapyder Cloud Solutions as Senior Cloud Engineer
Broad-based expertise in working on AWS, Cloud Formation, Migration, EKS, ECS, Code Deploy, Code Commit, Code
Application, Cloud Endure (Migration & DR), Media Elementals (Media Live, Media Package, Transcribe), Cloudzatic, Spot
Instance (spotinst), Dynamo DB, and AWS Workspaces
Strategy Architect: Managed Amazon EC2 from conception to completion & operation
Successfully architected cloud implementation of WordPress Content Management System (CMS) for authoring and web
publishing with a continuous deployment hybrid cloud implementation to a global content delivery networks
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d59585748150042…
https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d595857481500420b1815095a0e5… 2/3
Facilitated end-to-end delivery of the projects, met internal and external objectives:
Estimation, risk, scope, time, resource, quality and change management
Value-adds, continuous process and productivity improvement
Worked on Cloud Virtual Network, Cloud Load Balancing, Cloud CDN, Cloud Interconnect, Cloud DNS, Network Service
Tiers across multiple availability zones & regions
Migrated VMs using various AWS Native Tools such as AWS Application Discovery Service, AWS Server Migration
Service and AWS Cloudendure.
Monitored & alerted to code changes in production; rendered assistance in building tools from scratch to help with
weaknesses in software delivery or incident management
Deployed:
Various Database tools using Workbench and Studio management
Applications in AWS using Elastic Beanstalk
Worked on:
Bundle Instances - EBS & Instance store based, Snapshot of EBS
EC2, Auto Scaling, EBS, S3, ELB, RDS, Cloud Front, Cloud Watch, Dynamo DB, Cosmo DB, blob and other AWS
Services
Designed & developed Cloud Computing solutions on the AWS platforms
Led AWS monitoring, queuing & notification and managed architecture design with scalability and performance
Implemented AWS Infrastructure services (IAAS) like EC2, VPC, ELB, EBS, S3, SES, RDS, and Cloud Front
Planned & led the set-up of new server (EC2) instances/services in AWS, configured security groups, and set-up Elastic
IPs
Migrated VMs from other cloud platforms like Microsoft Azure, GCP and linode while working on migration tools like Cloud
Endure DR
Managed hosted zone and domain naming service using Route53.
Liaised with teams and rendered assistance in issues pertaining to Office 365, Microsoft Exchange, Outlook, Skype, Net
Meeting, Unified Messaging, IBM Connections, etc.
Mayadata Inc. as DevOps Engineer
Nov 2018 to Sep 2019
Environment: GCP, Nginx, Docker, Kubernets, Jenkins, Travis, Weave Scope, EFK, Grafana, OpenEBS, MayaOnline,
Cortex
Highlights:
Developed & managed the code using the Version control systems like Git
Worked on:
Continuous Integration tools like Jenkins and pulled the code from Git repository
Monitoring tools like Grafana
Containerization and Virtualization in Docker and Kubernetes
Implemented:
Ansible (Workstation / Server / Nodes)
Software Delivery and Asset Management
Ensured the configuration consistency across all the nodes of Real Application Clustering Environment
Liaised with Engineering and managed/developed a highly scalable and reliable cloud infrastructure
Orious System Pvt. Ltd as Cloud Engineer
Dec 2014 to Nov 2018
Environment: AWS EC2, S3, RDS, Route53, EBS, VPC, Tomcat Apache, Cloud Front, GIT, Docker, Linux
UG: B.Tech/B.E. (Computer Science) from Visveswaraiah Technological University (VTU) in 2013
Other Qualifications/Certifications/Programs:
AWS Sysops Certification
Education
IT Skills
Skill Name Version Last Used Experience
Kubernetes
UNIX, Linux, Windows
GIT & Chef
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d59585748150042…
https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d595857481500420b1815095a0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
? Amazon EC2, S3, Simple DB, RDS
Elastic Load Balancing, SQS
IaaS, PaaS and SaaS
Security Groups, Route 53, VPC
Elasti Cache, Elastic Beanstalk
RDS, Dynamo DB, Redshift
Cloud Formation
MS SQL server &My SQL
Jenkins/Maven
Shell Scripting
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Kannada
Rank 606: Resume 1440 with similarity score 0.03163591701817913
MS , BS implementation manager , associate , orchestrator , software developer , change management , full time , automation engineer , business analyst outlook , change control , reporting , training , award , onboarding , robot framework , robotics , drive change , general , bmc remedy , css , designation , data extraction , ug , microsoft office , deliverables , affirmative action , principles , ticketing , maintenance , utilization , basic , php , work allocation , advanced , authorization , english , design documents , process definition , status , timelines , agile , sql , email , excel , powerpoint , ui automation , leadership , pcl , less , mumbai , process analysis , star , operations , testing , robot programming , change management , hiring , carnival , languages , business process , mobile applications , client requirements , development centers , foundation , process automation , selenium , assessment , word , project documentation , middle management , off-shore teams , web pages , javascript , workflow , organization , suite , technology , pop3 , html , database , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130…
https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130b164559540b5… 1/3
Current Designation: Associate Consultant -Automation
Current Company: Capgemini
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Navi Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Capgemini as Associate Consultant -Automation
May 2019 to Till Date
Environment: Robotics Process Automation- UiPath
Projects:
1) BMC Remedy Ticketing Tool - Ticket Monitoring/Updating
2) Control-M Application Alerts Monitoring
3) Service Now - Ticket Monitoring / Updating, Report Generation
4) RSA Portal Onboarding/Offboarding
5) Carnival PCL Onboarding
Roles and Responsibilities
Worked as SME to do the extensive feasibility study of a process using UiPath solution and finalize the scope for
development.
Create PDD (Process Definition Document) and developed separate SDD (Solution
Design Documents)
Develop configurable Agile UiPath BOTs using RE Framework.
Participated with test teams during the Product test and UAT phases to fix assigned bugs.
Configured the Bots and deploying processes and also scheduled the jobs in UiPath Orchestrator.
Configuring new processes and activities using core workflow principles that are efficient, well-structured and manageable.
Scheduled UiPath Bots using Task Scheduler.
Handling of Image based, and Text automation in Virtual Environments, for interacting with the application.
Interacted with different mail services such as POP3, OUTLOOK and IMAP to get the mail
Lead the Teams Both On-shore and Off-shore Teams to ensure the deliverables are smoothly achieved on
time.
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Mamta Pandey
RPA Developer with 4 years experience seeking roles in UiPath Automation
(Immediate Joinee). Major skills involve doing feasibility study, creating design
documents, developing automation flows, testing and deployment of bots using
advanced UiPath.
Key Skills: Project Documentation,Data Extraction,Process Analysis,HTML,CSS,PHP,Java,SQL Database,Web
Technologies,Solution Design,RPA,Automation Engineer,Build
Automation,Selenium,Javascript,uipath,Automation,Robotics,Robot Programming,Robot Framework
Summary
Total 4 years of IT experience with 3.5 years of experience in Robotics Process Automation (RPA) tool UiPath. Being a UiPath
Advanced Certified RPA Developer, I have worked on multiple automations to increase the efficiency and accuracy level using
UiPath for automating business process workflows. Major skills involve doing feasibility study, creating design documents,
developing, UAT testing and deployment of RPA (Robotics Process Automation) solutions using UiPath to meet both internal
and external requirements.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130…
https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130b164559540b5… 2/3
Maintaining several RPA bots as batch processes on daily basis and ensure quality and high performance to the internal
and vendor applications of the organization.
Responsible for project documentation to ensure quality and consistency.
Provide Upskilling Sessions for new joinees.
Aon Hewitt as Analyst-Operations
Jun 2017 to Apr 2019
Environment: Robotics Process Automation- UiPath
Projects:
1) Automatic Report Generation
2) Automatic Letter Creation Post Data Extraction from Multiple Webpages
Roles and Responsibilities
Automate processes using RPA technology (UiPath) and working closely with process experts test and implement in-
scope processes.
Conduct UAT testing & drive end-to-end implementation.
Able to support and drive change management of existing processes (UiPath) as per new requirements using a structured
change control process.
Responsible for designing and setting up assessments for employee selection, employee development, pre-hiring, post
hiring based on client requirements.
Responsible for managing and reporting of High Potentials Identification & Development, Leadership
Assessment and Assessment for Selection.
Responsible for managing the Online and Virtual Development Centers being conducted for middle management for our
clients.
Handled various high complexity projects across their entire life cycles. Main responsibilities include planning deliverables
and timelines, maintaining effective communication with all stakeholders, managing work allocation to resources to ensure
both timeliness and quality, and tracking and reporting team utilization
Responsible for documentation of best practices to ensure quality and consistency, and organizing training
sessions for Trainees and Junior Analysts
Handled various high complexity projects across their entire life cycles.
Work closely with management to prioritize business & information needs.
Achievements
Received AON Plaudit (Monthly) Award twice for efficient Client Deliverables in CrunchTimelines.
Received AON Rising Star Award for High Performance in first 3 months.
Awarded the "Delivering Distinctive Client Value - August'18" achievement in Aon
DiGiSPICE as Trainee
Jul 2016 to Jan 2017
Designing an interactive User Interface using HTML, PHP, Javascript for Web Pages. Creating and maintain efficient and
normalized SQL Database. Develop basic Java API?s for Mobile Applications.
UG: BCA (Computers) from HNB Garhwal University, Srinagar in 2011
PG: MCA (Computers) from graphic era hill university, dehradun in 2016
Other Qualifications/Certifications/Programs:
RPA Developer Advanced
Blue Prism Foundation
UiPath Orchestrator Training
RPA Business Analyst Foundation
RPA Implementation Manager Foundation
RPA Developer Foundation
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, JAVASCRIPT
Basic java, SQL
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130…
https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130b164559540b5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
MICROSOFT OFFICE SUITE
Word, Excel, PowerPoint, Outlook
UiPath (Advanced)
UI AUTOMATION
Blueprism (Foundation)
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 607: Resume 1500 with similarity score 0.03155530901412439
B.E , MS , B.TECH software engineer , project lead , full time api , web development , functional specifications , general , ruby on rails , designation , ug , scripting , jmeter , web projects , affirmative action , mysql , rspec , hindi , scratch , maintenance , jquery , heroku , authorization , internet , english , code review , ppc , status , postgresql , software testing , agile , email , application , database development , mongodb , bitbucket , fixing , writing , machine learning , git , building , computer science , framework , languages , e-commerce , client requirements , management system , hbase , mobile , reviews , javascript , jira , hadoop , performance testing , html , ajax 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e450…
https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e45071448515c010… 1/2
Current Designation: Module Lead- Ruby On Rails
Current Company: Persistent Systems Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Persistent Systems Limited as Module Lead- Ruby On Rails
Jun 2015 to Till Date
Growth Path:
June 2016 to till date Module Lead: Ruby On Rails
June 2015 to March 2016 Sr. Software Engineer(Experience with Machine Learning)
Understanding and analysis of Requirements and development of project.
Performance testing.
Fixing test failures.
Development and bug-fixing on project test mate(ruby on rails).
Building Caffe & Theano for Gpu enabled machines.
Installing dependencies to build on power machines.
Development and bug-fixing on project testmate(ruby on rails).
Mobiloitte Technologies as Sr. Software Engineer(Experience with Ruby on Rails)
Oct 2013 to Jun 2015
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
AMITA CHAND
Module Lead seeking roles in Web Development, Project Management, Application
Development, Software Testing, Code Review, Requirement Analysis, Database
Development, Machine Learning, Javascript, jQuery, Ajax, HTML, MySQL, Postgresql,
MongoDB, Hadoop
Key Skills: Module Lead, Project Lead, Web Development, Project Management, Application Development, Software
Testing, Code Review, Requirement Analysis, Database Development, Machine Learning, Javascript, jQuery, Ajax, HTML,
MySQL, Postgresql, MongoDB, Hadoop
Summary
Experience in developing web projects building RESTFUL API's for mobile aplications using scripting language Ruby and Rails
as framework.
Strong abilities in Software Development including analysis of Client requirements.
Understanding the project reqirement, analysis, database designing & development.
Expertise in Migration, Maintenance and Development of project.
Involved in analyzing the functional specifications, coding, Testing, Reviews, adhering to the Quality management system
guidelines.
Worked on Agile methodology.
Porting Packages for power platform(ppc64le) machine is my secondary skill.
Worked in porting Machine Learning Package like Caffe & Theano and with Hadoop Packages like Tez,Squoop, Hbase etc.
Writing build script testing & fixing test failures specific to ppc machine.Reporting failures to JIRA
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e450…
https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e45071448515c010… 2/2
Understanding and analysis of Requirements and development of project from scratch.
Developer end testing.
Weekly status update to the client.
Maintenance and bug-fixing.
RailsFactory (Sedin Technologies) as Module Lead/Sr. Software Engineer
Jun 2012 to Aug 2013
Writing Rspec testcases.
Fixing test failures.
Performance testing using JMeter.
UG: B.Tech/B.E. (Computer Science) from The Reputed Institute in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
GIT
Heroku
JIRA
Bitbucket
JavaScript, JQuery
Ajax, HTML, MySQL, Postgres
Mongodb
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 608: Resume 941 with similarity score 0.03154880295264811
B.E , MS , B.TECH , BS application support , partner , software developer , backend developer , full time ecommerce , react.js , codes , api , socket.io , mean stack , jenkins , access , css , designation , developers , analytical skills , ug , profiles , affirmative action , mysql , samsung , authentication , docker , hindi , linux , maintenance , ltd , windows , internet security , ios , particular , english , node.js , shopping , authorization , status , rabbitmq , postgresql , solr , email , project , express , application , aws , mongodb , llp , angularjs , new features , electronics , android , elements , rest , writing , mac , git , ec2 , kibana , languages , client requirements , amazon , data flow , higher education , mobile , radius , javascript , workflow , jira , eclipse , sockets , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a4…
https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a445214440a5d0a… 1/3
Current Designation: Software Developer
Current Company: Mobile Programming LLP - Samsung
Electronics
Current Location: Chandigarh
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mobile Programming LLP - Samsung Electronics as Software Developer
Nov 2019 to Oct 2020
Mobile Programming LLP - Samsung Electronics as Software Developer
Nov 2019 to Till Date
Description:
? Backend development and maintenance for Samsung ecommerce website
Roles & Responsibilities:
? Working on different country-based features and releases, and writing tenant specific codes in Node, Express Js.
? Working on critical bugs that may cause business loss.
? Build reusable code and libraries for future use
? Using Git as a distributed version-control system for tracking changes in source code during software development.
Fortmesa (www.fortmesa.com) Backend Developer Technologies: Node.js, Loopback, MySQL
Description:
? It is a platform for users? companies to check security rating as per CIS Centre for Internet security standards
Roles & Responsibilities:
? Multiple database integration in order to maintain data effectively
? Implemented Rabbit MQ server for improving performance
? Deploying of application on AWS EC2 server
? Taking requirements from client, development of workflow
Perfectice.me (www.myperfectice.com) Backend Developer Technologies: Node.js, Express, MongoDB
Description:
? It?s a platform for teachers to publish their tests for competitive exams in India & US
Roles & Responsibilities:
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
DEEPAK KUMAR
Software Developer seeking roles in Software Engineering,Software
Development,Application Support,JavaScript,Jenkins,MySQL,Docker,JIRA
Key Skills: software developer, software engineering, software development, javascript, eclipse, mongodb, jenkins, mysql,
docker, jira, Node.Js, Angularjs, React.Js, Mean Stack, Mern stack, AWS, Rabbitmq, Sockets
Summary
Passionate developer with 3.8 years of experience looking for a challenging career in terms of technical and analytical skills,
helps me in broadening and enhancing my current skill and knowledge
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a4…
https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a445214440a5d0a… 2/3
? Creating an API endpoint as per data visibility for users
? Used grid views to retrieve & manipulate data using Rest API
? Implementing software development lifecycle policies and procedures
? Functional changes as per client requirements
Timeinator Backend Developer
Technologies: Node Js, Express, MongoDB Description:
? It is an android app to calculate and generate report for chefs in restaurant
Roles & Responsibilities:
? Write clean code to develop APIs for android and iOS application
? Implementing real time data flow using Socket.io
? Restricting users to login within a particular radius for security purpose
? Implementing Oath 2.0 authentication to restrict unauthorized access
Geek Informatic & Technologies Pvt. Ltd as Software Developer
Feb 2017 to Nov 2019
Epardesh (www.epardesh.com) Backend Developer Technologies: Node Js, Express, MySQL
Description:
* It is a platform where user can post their ads and check ads posted by other users and can contact them. It's another
module is if matrimony, where user can post their profiles and can find their perfect match based on their partner
preferences
Roles & Responsibilities:
* Collaborate with UI developers to integrate UI elements with server-side logic
* Liaise with developers, designers and client to identify new features
* Troubleshoot and debug application
* version-control using Git
goGabbar (A cashback website) Backend Developer Technologies: Node.js, Express, MySQL, Solr
Description:
* The main intent of the project is to give user extra cashback if user go from this website to another merchant's website
like Amazon, Flipkart, Paytm, Snapdeal etc. and do shopping from there
Roles & Responsibilities:
* Integration of UI elements developed by front-end developers with server-side logic
* Using Git as a distributed VCS to track changes in source code during development
* Implemented SOLR for fast searching
UG: B.Tech/B.E. (Computers) from Sri Sidhatrtha Academy of Higher Education in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Node Js, Express, Loopback
Javascript, MySQL, MongoDB,
PostgreSQL, Docker, Jenkins,
HTML, Css, Angular, React js
Kibana, RabbitMQ, AWS
Windows, Linux, Mac
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a4…
https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a445214440a5d0a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 609: Resume 1456 with similarity score 0.03154118624718335
B.E , MS , B.TECH application support , quality assurance , software developer , full time , change management , part time yield , automation , designation , ug , tamil , affirmative action , health , hindi , dll , medicaid , authorization , english , status , productivity , architecture , models , sql , email , excel , application , agile project management , sap , federal government , processing , electronics , maintenance management , technology solutions , components , mvc , change management , building , finance , languages , mmis , kannada , selenium , python , javascript , expenses , information retrieval , automated processes , insurance , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d15…
https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d155515435b0f0f5… 1/2
Current Designation: RPA Developer
Current Company: Cognizant Technology Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
Cognizant Technology Solutions as RPA Developer
Sep 2016 to Till Date
Trained a team of three to develop and support Automated processes under Agile
- Automated the Approval of Invoices based on client conditions using AA Software.
- Created Macros to support Automated Processes
- Assisted and Guided Clients in building automated projects
- Worked with SAP DLL's and IQ Bots
- Identified opportunities to implement Automation
- Migrated Existing projects from 10.5 version to 11 version
- Developed the RPA Process under Agile Project Management
- Automated the insurance claim submission using the Workfusion Software in Java and Selenium.
- Gathered Requirements in creating the keystroke process document and SDD.
- Created reusable components for the purpose of future automation.
Maintenance Management Information System (MMIS) is a mechanized claims processing and information retrieval
system for Medicaid that's required by the federal government of USA.
- Provided Maintenance for the portal in the front-end using JSP and back-end which uses JAVA.
- Worked in Java MVC architecture
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SHILSHA ADIMAI
RPA Developer seeking roles in RPA Development,Agile Project Management,Change
Management,Incident Management,Requirement Gathering,Quality
Assurance,Application Support,Selenium,Python,Coding,HTML,SQL,SAP,VBA
Key Skills: RPA/Software Developer,RPA Development,Agile Project Management,Change Management,Incident
Management,Requirement Gathering,Quality Assurance,Application
Support,Selenium,Python,Coding,HTML,SQL,SAP,VBA
Summary
Creating efficient operational models that yield a reduction in expenses and man hours while increasing productivity. Certified
Automation Anywhere and Workfusion developer with experience across Industry sectors including Health Care, Insurance and
Finance
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d15…
https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d155515435b0f0f5… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from University Visveswaraya College of Engineering, Bangalore in
2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
JAVA, SQL, Python, VB SCRIPT
Excel Macros, HTML, Automation
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Kannada
Rank 610: Resume 1545 with similarity score 0.03139484626591857
B.S , MS sales engineer , project lead , system administrator , full time , it administrator filing , apple software , virtual machines , 7 qc tools , testlink , linux , status , green belt , testing , reliability , it infrastructure , procurement , operating systems , sql server , minitab , system administration , organization , comptia , mitigation , magento , helping clients , designation , server management , v3 foundation , mar , trading , pre-sales , cloud , macro , english , process control , purchase orders , project , network systems , hyper-v , six sigma , strategy , itil , peripherals , boarding , javascript , vmware vsphere , server support , technology , general , affirmative action , maintenance , unix , service delivery , escalation , nexus , email , network security , operations , 2008 r2 , languages , resolving issues , llc , esxi , web , laptops , high availability , people management , jenkins , windows server , network performance , ug , tamil , developments , firewall , sourcing , authorization , risk , team building , teams , virtualization , excel , application , dmaic , materials , servers , kaizen , running , router , e-commerce , leadership skills , evo , network administration 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e46001…
https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e4600170312455b0b0… 1/3
Current Designation: IT Administrator
Current Company: Green Apple Software Trading LLC
Current Location: Dubai, UAE
Pref. Location: United Arab Emirates (UAE),United Kingdom
(UK),United States (US)
Functional Area: IT Software - Network Administration /
Security
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Green Apple Software Trading LLC as IT Administrator
Mar 2018 to Till Date
Key Result Areas:
Reviewing and making recommendations on System Administration practice and ensuring stable operations,
availability, reliability and service capability
Supervising hardware and software throughout the organization including servers, employee desktops/ laptops,
network/ voice infrastructure, internal networks, peripherals
Displaying leadership skills in distributed team building, strong technical skills, people management and timely delivery
of projects and guiding all technical teams as SPOC & escalation point
Implementing new VMs application and its integrations like Testlink, Jenkins and Nexus servers for the new on-
boarding customers
Working with VMware tech support for issues related to VMware
Monitoring network performance including maintenance, upgrades, and backup/ recovery responsibilities including
software (operating systems, applications, and data) and hardware (process control domain equipment and network
equipment (e.g. switch, router, and firewall)
Spearheading procurement process requests for materials and supplies in the SQL Server, managing inventory,
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
ROJA RAMANAN VILVAPATHY
IT Administrator seeking roles in IT Networking,Systems Administration,Server
Support,Network Security,Firewall Administration,Risk Mitigation,Backup
Planning,Service Delivery,Linux, UNIX ,VMware VSphere, XenServer6.2 Hyper-V ,MS
SQL Server,Minitab
Key Skills: IT Administrator,Project Lead, IT Networking,Systems Administration,Server Support,Network Security,Firewall
Administration,Risk Mitigation,Backup Planning,Service Delivery,Linux, UNIX ,VMware VSphere, XenServer6.2 Hyper-V
,MS SQL Server,Minitab
Summary
Accomplished IT Administrator with over 12 years of experience
Recognised for helping clients in evangelizing best practices and process improvement initiatives through instituting IT
Quality/ Infrastructure strategy to effectively manage security threats
Recognised for suggesting appropriate business as well as technology-based solutions and swiftly ramping up infrastructure,
data centres, network systems and server programs
Worked extensively as System Administrator in VMware ESXi, Windows Server, EVO Email Server running on Windows
server; expertise in maintaining Windows Server 2008 R2 environment
Resourceful in managing virtualization Environment using VMware ESXi 5.5, vCenter, vSphere client; successfully installed
& troubleshot ESXi 5.5, vCenter, vSphere client
Created Virtual Machines, Templates, Clusters for High Availability (HA) and Distributed Resource Scheduler; migrated
Virtual Machines using VMotion
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e46001…
https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e4600170312455b0b0… 2/3
creating & filing purchase orders, track shipments, find discrepancies and resolving issues with orders
Developing project management plan with stakeholders by estimating schedule, cost and listing of required systems for
IT infrastructure
Establishing healthy relations with internal & external stakeholders to provide support for various issues; managing a
close track of developments in the field of IT applications and updating top management about the same
Project Undertaken:
Project: Magento e-commerce project
Highlight:
Managed end-to-end project life cycle including sourcing of Development unit, setting up of Development & Testing
Team, transition & migration and cloud server management
Anam Tech as Pre-Sales Engineer
Jun 2017 to Feb 2018
The Thought Factory as IT Co-ordinator
Jan 2013 to May 2017
UG: B.Sc (Computers) from Sri Venkateshwara University (SVU), Tirupati in 2005
PG: MCA (Computers) from Anna University in 2008
Other Qualifications/Certifications/Programs:
VMware VCP6 - DCV
VMware VCP5 - DCV
CompTIA Security
ITIL-V3 Foundation Certificate
MCSE- Server Infrastructure
Six Sigma Green Belt
Web Component Developer
.Net Programming
Education
IT Skills
Skill Name Version Last Used Experience
Windows Server, Linux, UNIX
VMware VSphere, XenServer6.2 Hyper-V
MS SQL SERVER
7 QC Tools, DMAIC, Kaizen
5-S, Five-Why, 7Wastes
MINITAB
Excel with Analysis
Macro development using VBA
Languages Known
Language Proficiency Read Write Speak
english
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e46001…
https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e4600170312455b0b0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
tamil
Rank 611: Resume 1008 with similarity score 0.03134975194461813
B.E , MS , B.TECH , BS associate , software developer , full time , part time , java web application developer , delivery manager , system engineer spring cloud , financial services , customer , algorithms , postpaid , end-to-end testing , angular , linux , gateway , test cases , digital , vanilla , relational databases , node.js , web products , pattern , status , express , kotlin , messaging , xml , bitbucket , components , building , html5 , spring security , es6 , interfaces , designation , web services , hindi , windows , heroku , json , english , web applications , project , mongodb , ibm , dbs , rest , sonarqube , web pages , javascript , h2 , affirmative action , information technology , mysql , maintenance , business logic , jquery , apache kafka , architecture , email , jpa , aws , 3g , operations , mac , content management , languages , sca , amazon , search , ajax , functionality , api , mockito , css , soap , ug , telecom , authentication , oauth , authorization , spring boot , security testing , 2g , npm , framework , pan , fortify , node package manager , middle office 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 1/3
Current Designation: Application Developer Specialist
Current Company: DBS Bank
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
DBS Bank as Application Developer Specialist
Jun 2020 to Till Date
Responsible for developing and optimizing the digital web products used in the Middle Office.
Develop and optimize the digital web products used in the Middle Office.
Responsible for designing the component-based web products.
Create web components using VanillaJS and Lit-HTML as a framework.
Develop Rest APIs and other backend services using Java and Kotlin as a Spring Boot application
deployed in microservice-based architecture.
Responsible for interacting with relational Databases.
Responsible for implementing the security aspect using Spring Security along with OAuth.
Mockito and JasmineJs are used as the testing framework to create test cases for functionality testing
and end-to-end testing.
Code quality is maintained with the help of Sonarqube and security testing by using Fortify SCA.
Atos Syntel as Associate Consultant
Oct 2018 to May 2020
Responsible for development and enhancement of a web application.
Responsible for implementing the business logic using Spring 5, Spring Boot, Spring Cloud and Mirco
Services.
Responsible for implementing the authentication and authorization using OAuth 2.0, Spring Security and
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Sourav Snigdha Mansingh
Developer seeking roles in Software Engineering,Software Development,Full Stack
Development using Java 8, Kotlin & Javascript ES6.Data Structures,Algorithms,Spring
Boot,JavaScript,MongoDB,Node.Js,MySQL,HTML,CSS,Git
Key Skills: Application/Software Developer,Software Engineering,Software Development,Full Stack Development, Java 8,
Kotlin,Data Structures,Algorithms,Spring Boot,JavaScript,MongoDB,Node.Js,MySQL,GIT
Summary
A Full-Stack Developer capable of developing component-based web applications using JavaScript, Java, and Kotlin.
Carry nearly 7 years of experience in building multi-page and single-page applications.
Proficient in building web components using Vanilla JS and Angular.
Proficient in building the Rest APIs using Java and Kotlin.
Skilled in solving problems by using Data Structure and Algorithm, and designing the application structure with appropriate
Design
Pattern available.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 2/3
JWT.
Implemented the asynchronous messaging queue using Apache Kafka and using Elastic Search for
filtering data from real time data.
Responsible for deploying the application on AWS Elastic Beanstalk.
Creation of web service components of Restful Web services to interact with UI Interfaces using REST
API with Node-JS, Express-JS.
Experience in implementing Mongo DB CRUD (Create Read Update Delete) operations by using
Mongoose library in Node- JS, including Angular.
Used Node Package Manager (NPM) to manage or install the Node-JS module like Express-JS,
Mongoose, Bcrypt.js .
Have handled authentication by using JSON Web Token (JWT) and BcryptJS .
Have knowledge of REST API endpoint creation and usage of POSTMAN; along with SendGrid for
triggering emails.
Atos as System Engineer
May 2017 to Aug 2018
Client: Major Indian telecom company
Responsible for developing web applications using Java/J2EE and Content Management Tool.
Worked with client and delivery manager for understanding the requirement and meeting the targets and
their expectations on
time.
The application was based on a three-tier architecture, where I was responsible for handling and
implementing the front-end and business layer.
Responsible for implementing the business layer using Java/J2EE.
Responsible for integrating the front end with the business layer using Javascript and handles the
request/response communication using ajax.
Responsible for consuming Flipkart and Amazon API services.
Experienced in reading the request header files for authenticating postpaid/prepaid user's using their
data signals.
IBM as Java Web Application Developer
Jul 2014 to May 2017
Client: Major Indian telecom company
Project 1: Enhancement of Get a new prepaid connection.
Intergrated web pages in WCM and implemented the new changes made for new 2G and 3G prepaid
connection.
Using jQuery, request were sent to the controller implemented using J2EE and new communication id
were created for new connection and stored in the table present in mySQL DB.
Project 2: Creation of pan India plans details application.
Consumed SOAP web service for fetching the plan details in the form of XML.
Processed the xml response and forwarded the response in the form of JSON for showcasing the details
to the customer.
Project 3: Integration of Paytm and mobikwik wallet.
Implemented the Paytm and mobiwik wallet in the payment gateway. Handling the security concern using
J2EE sessions and token.
UG: B.Tech/B.E. (Computers) from International Institute of Information Technology (IIIT), Bhubaneswar in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Java, JavaScript ES6, Kotlin, Mockito,
Spring Boot, JPA,H2, NodeJS, ExpressJS
HTML5, CSS3, Angular, Heroku, AWS
MySql, MongoDB, Git, BitBucket
Mac, Linux, Windows
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 612: Resume 1115 with similarity score 0.03131083187165803
B.S , MS , BS beauty advisor , ui developer , member of technical staff , software developer , full time react.js , api , hair care , automation , graphql , general , department stores , customer , jenkins , software solutions , css , summit , cosmetics , designation , ug , ultra , visual studio , account creation , platforms , affirmative action , hindi , scratch , maintenance , smart tv , wire , revenue , key metrics , master data , english , internet , ios , authorization , bootstrap , status , multinational , screens , listen , email , project , prestige , record , application , 4k , hooks , high-end , mumbai , bitbucket , ux , github , android , elements , ipad , components , fragrance , flow , zeplin , resolve , computer science , building , languages , e-commerce , html5 , llc , es6 , management system , javascript , history , web , learning , entertainment 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b460912…
https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b4609120347155e0b5a… 1/3
Current Designation: Member of Technical Staff
Current Company: Mindstix Software Labs
Current Location: Pune
Pref. Location: Pune,Mumbai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mindstix Software Labs as Member of Technical Staff
Oct 2018 to Till Date
Role and Responsibility:
Understands feature and architectural elements of requirement.
Develop new components by closely working with UX team and understanding the transitions that they have envisioned.
Design the HTML screens as per zeplin.
Integrate the HTML code into React components.
Develop the reusable components in react.
Maintain the container and component logic separately.
Integrate the RESTful API/GraphQL API.
Test, Debug, and resolve issue to ensure cross-browser support for the application.
UG: B.Sc (Computers) from Dr BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY in 2014
PG: MCA (Computers) from SAVITRIBAI PHULE PUNE UNIVERSITY in 2016
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SAURABH KODANDE
UI Developer seeking role in front end development. I have been working in React.js,
React Hooks, JavaScript, html, css, scss, bootstrap for around 2 years. Excellent
communication skills both written and verbal.
Key Skills: react.js,react hooks,es6,javascript,html,css,scss,github,bitbucket,git,jenkins,zeplin,Bootstrap,Responsive Web
Design,UI Development,Html5
Summary
A Computer Science Post graduate with strong UI expertise. Have been working with Mindstix since Oct 2018. Involved in
Analysis, Design, Development, Test and Maintenance. Strong experience in building complex HTML and React Components.
Passionate about UI and Front end development. Ability to develop project from scratch. Attended the world's largest React
global summit on Geekle. Love to listen music and watch movies.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b460912…
https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b4609120347155e0b5a… 2/3
Nature of Employment: Full Time
Project Location: Pune
Role: Domain Expert
Duration: Mar 2020 - Oct 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Role: Domain Expert
Duration: Nov 2019 - Apr 2020
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Role: Domain Expert
Duration: Jun 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Role: Domain Expert
Duration: Feb 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 7
IT Skills
Skill Name Version Last Used Experience
HTML, HTML5, Css, scss 2 Year(s) 0 Month(s)
React.js, React Hooks, Javascript, ES6 16.13.1 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Projects
Project Title: Project Infinity
Client: Mindstix Software Labs
Skill Used: React.Js, Javascript, HTML, CSS, Bootstrap, SCSS
Project Details: Project Infinity is an employee management system platform. Where management team can able to track
employee's working on ongoing and number of project that is being handled by employee. They can also add and assign
project resources. They can easily get the billing information about the project that how many resources are on bench and
how many are billable.
Project Title: eDemo Field App
Client: Estee Lauder Companies
Skill Used: React.js, HTML, CSS, SCSS, Bootstrap, Zeplin, GraphQL
Project Details: The Este Lauder Companies Inc. is an American multinational manufacturer and marketer of prestige
skincare, makeup, fragrance and hair care products, based in Midtown Manhattan, New York City. eDemo Field App is used
to maintain record of field executive at multiple door. It is web application for desktop and iPad. Field executive can able to
create demonstrator profile and assigning task through it as well as rehire, terminate, edit and view history. In discrepancy to
demonstrator provide multiple option as accept, reject, modify and view status.
Project Title: Accelerated Customer Automation Tool (ACAT)
Client: Estee Lauder Companies
Skill Used: Visual Studio, React.js, HTML, CSS, SCSS, Bootstrap, Zeplin
Project Details: The Este Lauder Companies Inc. is an American multinational manufacturer and marketer of prestige
skincare, makeup, fragrance and hair care products, based in Midtown Manhattan, New York City. ACAT is a smart solution
designed to manage customer master data account creation and maintenance. The need for this solution arises, as the
current solution is highly manual and inaccurate. Globally it takes approximately 24 days to create new customer and the
average first time right data accuracy is 45%.
Project Title: Clinique
Client: Clinique
Skill Used: Visual Studio, React.js, HTML, CSS, SCSS, Bootstrap, Zeplin
Project Details: Clinique Laboratories, LLC is an American manufacturer of skincare, cosmetics, toiletries and fragrances,
usually sold in high-end department stores. It is a subsidiary of the Este Lauder Companies. Clinique is a learning platform
app where Este Lauder beauty advisor can learn more about the products, earn rewards on the leader board, see the
trending stories take a deep dive into the products and trends by solving quizzes and pass through the learning levels. This
solution is available on all platforms like Web, iOS, Android.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b460912…
https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b4609120347155e0b5a… 3/3
Nature of Employment: Full Time
Role: Domain Expert
Duration: Nov 2018 - Mar 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Innspire
Client: Innspire
Skill Used: Visual Studio, HTML, CSS, SCSS, Bootstrap, Bitbucket
Role Description: Design the UI for smart TV launcher, media streaming support and main settings screen, Understanding
the wire frames, flow and implementing it into actual design. Design UI screen that supports 4K, Ultra HD, Full HD TV.
Project Details: The InnSpire Sales & Entertainment Engine is a true hospitality tool that drives revenue and guest
satisfaction in leading hotels globally. Active on all continents, and with a tremendous growth, InnSpire continues to offer the
most comprehensive hardware and software solutions for hotels that see revenue growth and increased guest satisfaction as
key metrics.
Rank 613: Resume 1142 with similarity score 0.03126397455864792
MS system administrator , traffic manager , desktop support engineer , devops , solution architect , full time , system engineer , balancer hypervisor , citrix , bmc remedy , microsoft azure , platforms , ram , conducting , docker , linux , red hat , zendesk , energy , ms-dos , status , steering , https , snapshot , mumbai , sql azure , microsoft project , fedora , connectivity , visio , microsoft power bi , retail , devops , kubernetes , designation , mar , rhel , hindi , cluster , ltd , windows , project tracking , english , troubleshooting , hyper - v , cloud security , visual basic , groups , solution architecture , ibm , c++ , resource management , documentation , isolation , data center management , completion , vmware , one , javascript , engineering process , html , box , general , healthcare , classic , affirmative action , oracle , trend micro , public , utilization , customer requirements , centos , suse , iaas , paas , email , manufacturing , wordpress , aws , network security , ubuntu , operations , saas , languages , oil , amazon , trizetto , scheduling , it infrastructure management , base , cloud storage , plot , cloud services , rendering , patch management , functionality , api , jenkins , migrating , css , ug , telecom , qualys , hybrid cloud , authentication , ticketing , authorization , google cloud platform , enterprise , virtualization , azure active directory , petroleum , apac , electronics , product design , servers , continuous build , web application firewall , merchandising , radius , reviews , network administration , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 1/4
Current Designation: Sr Tech Lead - Cloud
Current Company: Birlasoft
Current Location: Pune
Pref. Location: Hyderabad,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Diploma
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Birlasoft as Sr Tech Lead - Cloud
May 2017 to Till Date
Key Result Areas:
Tracking the customer requirements, proposing solution approach for implementation of additional Azure IAAS modules.
Working on implementation of Kubernetes cluster and managing issue of Kubernetes Cluster
Managing Azure Resource Management Templates, Virtual Machine Management (Windows & Linux - Ubuntu, Red Hat
Linux, CentOS)
Setting up Virtual Machine Backup policy; tracking all Azure VM Health like CPU, RAM, Storage & Network Utilization
Monitoring azure app health, creating additional storage as per requirements, developing clustering as required;
developing virtual private network and setting the rules for the same
Working on enhancement of security of Azure Network by using various network security groups, pairing & isolation as per
the requirements
Site VPN for Multiple locations, point to site with Radius authentication & certificate base authentication; developing load
balancer, web application firewall monitoring Developing traffic manager as per the needs & conducting deep analysis of
security & adding web application firewall
Creating the Active directory in Azure & connecting to on premise; managing & implementing azure active directory,
multifactor authentication and support on AD-Sync
Managing the migration of data on cloud storage with help of the storage explorer & blob storage; assisting the SQL team
to get connect with blob storage for SQL backup
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Hemant Gaikwad
Solution Architecture targeting assignments in Cloud Architecture, Infrastructure
Management, Terraform, Kubernetes, Cloud Security, Network Operations, Docker,
Network Utilization, Project Management, IaaS, PaaS, SaaS, VMWare, AWS, DevOps
Key Skills: Tech Architect,Cloud Architecture,IT Infrastructure Management,Network Operations,IaaS,PaaS,SaaS,Hyper-
V,VMWare,Citrix,AWS,DevOps,Trend Micro,Terraform ,Kubernetes ,Cloud Security,Docker,Azure,Jenkins
Summary
Enterprising Merchandising professional with experience in Infrastructure, IT & Cloud Consultancy
Sound exposure of Public cloud services - IaaS, PaaS & SaaS on Azure, GCP - Google Cloud Platform & AWS with hybrid
cloud
Knowledge of Enterprise Infrastructure - Data Center Management with Rack Servers and Bled Servers including
management and consultant, documentation of Hypervisor including Microsoft Hyper - V, VMWare, Citrix & Oracle Virtual Box
Excellent working knowledge over Sever management with client O.S. as like - Windows Servers 2K3, 2K8, 2K8 R2, 2K12,
2K12 R2, 2K16 & Linux - RHEL, Ubuntu, CentOS & SUSE
Skills in cloud architecture encompassing implementation of secure cloud-based solutions, provided technical solutions and
managed AWS Cloud IaaS Security Architecture
Rendered consulting to migrate the On-Premise Application into Cloud using various platforms
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 2/4
Ensuring the VM creation from snapshot, migrating storage from one VM to other
Providing resolution related to storage
Parallel working on third party tools for successfully monitoring to Azure; scheduling
window updates and patch management
Conducting auto scaling of VM as per the project requirements; drafting reports &
preparing documents on the same
Reviewing & managing Amazon AWS Instances & IAM Creation
Defining product roadmap, product design, putting pragmatic engineering process like
test infrastructure, continuous build integration, burn down charts for project tracking
Identifying appropriate use of AWS architectural best practices; leading the development
of architecture to implement Process to across the projects
Organizing review meetings to monitor progress of the project as per schedule/ budgets,
and ensuring timely completion and delivery of project to the client; rendering production
support for applications
Directing management and monitoring project progress as per scheduled deadlines for
various tasks; steering efforts to ensure timely execution within the stipulated parameters
Determining gaps in existing process & implementing new processes; participating in
design reviews & extending support in the allocation of functionality to specific system.
Major Clients:
Azure - Invacare Corp - Healthcare Industries - USA [Oct 19 - Current]
Azure - IKO Industries - Roofing industry - Canada, NZ, APAC & Japan. [Aug19 - Current]
GCP - IOCL - Indian Petroleum company - [Nov 18 - Oct 19]
GCP - Vodafone India - Telecom Sector - [Jan 19 - Oct 19]
Azure - Metropolis Healthcare- Leading Healthcare Ind. - India. [May 18 - Nov 20]
AWS - Castrol India Ltd -Lubricant manufacturing company - India. [June17- Jan'20]
And many others.
Trizetto - A Cognizant Company as Senior System Administrator
Mar 2016 to Apr 2017
Highlight:
Implementation of bit locker, rewarded as the best performance
Working on Virtualization, Windows & Networking
Persistent System Ltd as System Engineer
Apr 2014 to Feb 2016
Highlight:
Working on Azure Classic portal and their issue.
Working on AWS with basic task of VM creation, checking security
groups and troubleshooting.
compGURU computer Institute as System Administrator
Jun 2011 to Jan 2014
Working as system admin
Ventury India Pvt. Ltd. as Technical Support Executive
Oct 2009 to Mar 2011
Working As Tech Support
Angel Broking as IT Executive
Oct 2008 to Sep 2009
Desktop Support Engineer
UG: Diploma (Electronics/Telecommunication) from Mumbai University in 2008
Other Qualifications/Certifications/Programs:
IBM Cloud Essentials
Qualys - Vulnerbility Managment
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 3/4
Azure
Oracle
Nature of Employment: Full Time
Role: Other
Duration: Nov 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Oct 2019 - Till Date
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure ARM &
Cls
2020 6 Year(s) 6 Month(s)
IaaS, SaaS & PaaS
HTML, CSS, Wordpress
C, C++, VB and Java
Microsoft Project, Microsoft Visio
Microsoft Power BI
VMware, Hyper -V, Citrix
Oracle Virtual Box & Hybrid Hypervisor
BMC Remedy, Zendesk Ticketing
MANAGE ENGINE SERVICE DESK
Win - 2K3, 2K8, 2K8 R2, 2K12, 2K12 R2
Client 7,8.1,10 & Linux - RHEL
Ubuntu, Fedora, CentOS
VISUAL BASIC 6.0, Java
introduction of C & C++
MS-DOS, WINDOWS 9X/ XP/ 2000/ 2003
GCP Latest 2020 3 Year(s) 6 Month(s)
AWS Latest 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Expert
Projects
Project Title: DevOps Lead
Client: Bestseller Retail India Pvt. Ltd.
Skill Used: Kubernetes, K8s, Devops, Docker, Microsoft Azure, Azure, AKS
Project Details: Implementation of management K8s - Kubernets operation.
Project Title: Cloud Architecture
Client: Invacare
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 4/4
Team Size: 5
Nature of Employment: Full Time
Project Location: Pune
Role: Solution Architect
Duration: Apr 2018 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time Duration: Sep 2017 - May 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Pune
Role: Solution Architect
Duration: Apr 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: Enterprising Merchandising professional with experience in Infrastructure, IT & Cloud Consultancy
Sound exposure of Public cloud services - IaaS, PaaS & SaaS on Azure, GCP - Google Cloud Platform & AWS with
hybrid cloud
Knowledge of Enterprise Infrastructure - Data Centre Management with Rack Servers and Bled Servers including
management and consultant, documentation of Hypervisor including Microsoft Hyper V, VMWare, Citrix & Oracle Virtual Box
Excellent working knowledge over Sever management with client O.S. as like - Windows Servers 2K3, 2K8, 2K8 R2,
2K12, 2K12 R2, 2K16 & Linux RHEL, Ubuntu, CentOS & SUSE
Skills in cloud architecture encompassing implementation of secure cloud-based solutions, provided technical solutions
and managed AWS Cloud IaaS Security Architecture
Rendered consulting to migrate the On-Premise Application into Cloud using various platforms
Project Title: Cloud Architecture - Azure
Client: Suzlon Energy
Skill Used: Azure, Microsoft, Microsoft Azure, SQL Azure
Role Description: Azure Architecture
Project Details: Three layer real time data process and api integration
Project Title: Cloud Architecture - GCP
Client: Indian Oil
Project Details: Designing of network and implementation architecture plot
Implemented security with using tag and security parameters
Creating VMs
gathering all requirement from client
Adding GCP services as per requirement
Creation of Ubuntu VMs and work on connectivity issues.
Take systems update one Instance to another Instance
Creating generating reports.
Development of GCP Environment as per the client requirement
Creating variable sets of VM.
Configuring Knowledge module.
Creation of HTTP - HTTPS / TCP Load balancer and troubleshooting.
Storage account troubleshooting.
Project Title: Cloud Architecture & Design
Client: Metropolis Healthcare
Role Description: cloud architecture | Design | Implementation | Teach - Team Support
Project Details: Cloud Design & Architecture | Migration | Implementation
Rank 614: Resume 1197 with similarity score 0.031246751671320298
B.E , MS , B.TECH , BS product development , full time , channel partners , senior analyst , program manager decks , themes , training , renewals , retrospectives , customer , telugu , project managers , transformational , connect , workshops , platforms , rfi , wire , navigation , status , analyst briefings , digital transformation , product management , testing , business strategy , gtm , demand generation , heat , digital channels , server side , designation , mar , hindi , baselining , knowledge management , english , sprint planning , gap , deals , range , flow , prototyping , overcome obstacles , javascript , positioning , technology , html , quantification , general , partnerships , scrum , pages , vs , affirmative action , project plans , launches , readiness , maintenance , iaas , paas , timelines , email , aws , fit , saas , epics , economics , channel partners , languages , assessment , geography , collateral , online , rfp , css , product introduction , reference architecture , azure , sales enablement , visualization , risk , authorization , client/server , teams , maps , sharepoint , servlets , application , ecosystem , introduction to , framing , drive , framework , preparation , landscape , analyst relations , web parts , adoption , campaigns , reviews , google cloud , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818…
https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818031140505908… 1/2
Current Designation: Consultant - Strategy M&A
Current Company: WIPRO
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Other
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
WIPRO as Consultant - Strategy M&A
Jun 2016 to Till Date
Digital Product Management
Baselining Industry reference architecture, prepare Business Capability Heat maps, Value chain maps to identify gaps in
portfolio and enable build of new products (acquire, invest, organically develop or partner with startup IP)
Develop business plans with accurate information on market size, opportunities, competition landscape, geography spread
for NPI New Product Introduction
Responsible for 2 product launches (New Product Introduction) in AR/VR and digital twin technologies
Prepare project plans, modules; identify roles, track activities, timelines, workflows to overcome obstacles
Create product roadmap to deliver a successful product. Build EPICS, user-stories, tasks, define personas, facilitate rapid
prototyping, wire framing, and review stories against acceptance criteria and provide platform for testing
Enable adoption of scrum framework - sprint planning, backlog grooming, sprint reviews and retrospectives
Drive adoption of Wipro IPs and ventures in large transformation deals
Product SPOC to sales, presales, product development teams for digital transformation product stack
Manage the Knowledge management portal with marketing collateral (POVs) and refresh it periodically
Ensure optimal product portfolio fit (Introduction to retirement) by monitoring market potential, customer requirement,
competitor development
Cloud Enablement
Program Manager for Cloud Enablement of Wipro Products - Assess Cloud architecture and readiness for Wipro
platforms, products, cloud migration plan, target state visualization, as-is vs to-be strategy
Responsible for GTM strategy with hyper scalers, integration strategy, preparation of decks, benefit quantification of cloud
IPs
Responsible for positioning IPs in large transformational deals, renewals
Build business plans for platform/product migration to Cloud (make Re-host/Re-platform/Re-factor/Re-architect decisions)
Identify and connect with Analyst community covering themes for the corresponding product to understand current
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SOWMYA RAJAVOLU
Cloud Practitioner | AWS | Cloud deployment SaaS PaaS IaaS | Architecture
Assessment | Product Management | Digital Transformation | Presales & Solutions |
Sales Enablement | Channels, Alliances, Startup Ecosystem & Partnerships
Key Skills: digital transformation,product management,cloud enablement,presales solution,product portfolio,strategic
planning,marketing,business strategy,aws,azure,gcp,cloud,sales enablement,gtm,saas,paas,Iaas
Summary
* Wipro's Young Leader -2016"
* 6+ years of total experience in Product Management, Cloud, Strategy, Partnerships, Consulting and Software Development
* Expert in identifying business gap areas and leveraging startup relationships, channel partnerships and alliances
* Experience in Demand Generation campaigns, analyst relations
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818…
https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818031140505908… 2/2
standing, competition landscape and evangelize Wipro product portfolio. Drive Analyst briefings, inquiries, feedback calls,
publish POV
Presales & Solutioning
Coordinate customer visits including initial client communication, on-site presentations, RFI response, multi-day client
workshops, RFP submission
Work collaboratively with channel partners to drive non-linear revenues
WELLS FARGO as Senior Analyst
Jul 2012 to Jul 2014
Create and launch Digital Channels Group (DCG) Risk engagement process, a consolidated online method for Product
Managers and Project Managers to request risk support resources for DCG and design Risk Impact Profile. Mapped
processes to holistically examine business flow and identify improvement opportunities
Delivered 10+ training sessions to onsite users imparting knowledge of best practices for protecting data and minimizing
errors
Processed 50+ support requests for technical assistance on wide range of issues related to customized master pages,
web parts, CSS styles, implementing client/server side architecture, customized navigation
UG: B.Tech/B.E. (Computers) from Chaitanya Bharathi Institute of Technology in 2012
PG: MBA/PGDM (Marketing) from Ta Pai Management Institute (TAPMI) in 2016
Other Qualifications/Certifications/Programs:
Cloud Engineering with Google Cloud
AWS Cloud Practitioner Essentials
AWS Cloud Economics
AWS Business Professional
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, servlets, JSP, J2ee
.NET, SharePoint, HTML, Java Script, CSS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
TELUGU
Rank 615: Resume 866 with similarity score 0.031191434407252295
B.E , B.TECH , M.TECH software engineer , full stack web developer , information security , java software developer , full time , part time , sql developer react.js , api , spring mvc , quartz , web application development , general , jenkins , css , access , designation , ug , e2e , visual studio , connect , affirmative action , oracle , web services , mysql , hindi , maintenance , apache , information security , ltd , unix , english , authorization , bootstrap , enterprise , status , servlets , postgresql , log4j , 12c , email , project , tomcat , jpa , store , aws , soapui , xml , rest , git , unit testing , computer science , languages , framework , putty , maven , weblogic , dashboards , javascript , eclipse , sonar , technology , persistence , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f10…
https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f100615465a0e0e5… 1/3
Current Designation: Software Engineer I
Current Company: Beckman Coulter India Pvt Ltd.,
Current Location: Bengaluru / Bangalore
Pref. Location: Ahmedabad,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computer Science and
Information Security]
Verified : Phone Number | Email - id
Beckman Coulter India Pvt Ltd., as Software Engineer I
Jul 2017 to Till Date
Responsibilities :
Involved in Development of Consoles/Dashboards for Medical Instruments which provides
the Information about the current status and details of the Instrument.
Used the following Languages or Tools to build the portal application - Java, Spring MVC,
JDBC, J2EE, JS.
React.js, Oracle's Web logic Portal Framework, Java servlets, JSP, JPF,
Oracle 12C DB, Log4J, HTML, CSS, Bootstrap.
Jenkins to manage the build and deployment, PuTTY to access the server (Unix) for
managing the server and logs of application, J-Units for development driven testing,
Apache's Tomcat server for deploying application.
UG: B.Tech/B.E. (Computer Science) from BIRLA INSTITUTE OF TECHNOLOGY in 2014
PG: M.Tech (Computer Science and Information Security) from Manipal Institute of Technology, Manipal in 2017
Last Active: 12-Nov-20 Last Modified: 14-Oct-20
VISHWAS BHARDWAJ
Software Engineer I (Full Stack Web Developer), Seeking Roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement
Analysis,Java8,J2EE,C,SQL,HTML,CSS,JS,React.js,WSDL,XML,SOAPUI,Spring
MVC,Hibernet
Key Skills: Software Engineer I (Java Application Developer),Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Java,J2EE,C,SQL,HTML,CSS,JS,React.js,WSDL,XML,SOAPUI,Spring MVC,Hibernet
Summary
Java Software Developer with 2.7 Years of Experience in Java Web Application Development and UI Development. Capable of
working on E2E web application development. Skilled in developing client side(front end - React JS , HTML, JS) functionalities,
server
side(back end - J2EE) functionalities and REST based Web services using Frameworks such as Spring MVC, JPF.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f10…
https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f100615465a0e0e5… 2/3
Nature of Employment: Full Time
Project Location: Bangaluru
Role: Programmer
Duration: Dec 2016 - Till Date
Onsite / Offsite: Onsite
Team Size: 25
Nature of Employment: Part Time
Project Location: Bangaluru
Role: Programmer
Duration: Jun 2016 - Nov 2016
Onsite / Offsite: Onsite
Team Size: 2
IT Skills
Skill Name Version Last Used Experience
JAVA, J2EE 8 2019 3 Year(s)
SPRING MVC 4 2018 3 Year(s)
JPA 2017 1 Year(s)
Apache Quartz 2017 1 Year(s)
React.js 16.4.0 2019 1 Year(s) 0 Month(s)
JavaScript 2019 1 Year(s) 0 Month(s)
C, SQL, HTML, CSS
WSDL, XML, SOAPUI
Spring MVC, Oracle Weblogic Portal
JPA, Hibernet
Eclipse visual studio
Putty, SQL Developer, Jenkins
Maven, Ant, Sonar, AWS, TFS
Oracle 11g & 12c, PostgreSQL, MySQL 3 Year(s) 0 Month(s)
TFS, GIT
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: Creating Enterprise application to store data
Client: Beckman Coulter
Skill Used: Spring Mvc, J2Ee,J2se ,Maven, React.Js
Role Description: Creating web application ,Unit Testing of Code
Project Details: Web based dashBoard is created for Instruments Beckman Instruments.Used Technologies such as Java,
Spring MVC JDBC,Maven .
Project Title: Creating a web application for apache quartz
Client: Beckman Coulter
Skill Used: Apache Quartz, JPA, Java, JSP Servlets, Maven,
Role Description: My job is create the application coding part was done by me.
Project Details: Certain tasks have to be Triggered at specific point of time apache quartz is used for that . We have created a
web application for that. Used JPA (Java Persistence API ) to connect to database.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f10…
https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f100615465a0e0e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 616: Resume 1013 with similarity score 0.03118761645274118
B.E , MS , B.TECH management trainee , long term , team leader , full time , business objects automation , training , audit reports , general , telugu , access , user friendly , ease , filenet , designation , team management , affirmative action , conducting , hindi , gap analysis , kpi , service delivery , authorization , advanced , english , mobius , ftl , status , productivity , excel , customer service , email , service quality , bpo , less , mumbai , operations management , electronics , languages , quality reviews , research , story , adb , javascript , new hires 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815…
https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815564047510f5c5… 1/2
Current Designation: Management Trainee
Current Company: GENPACT India Private Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Mumbai,Pune,Hyderabad
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Team Leader -(NonTechnical)
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: None [None]
Verified : Phone Number | Email - id
Genpact as Management Trainee
Aug 2014 to Dec 2020
Recently got promoted and continuing in the same team by supervising the work of 6 FTE's and working towards the
development of the process.
Increasing the productivity, gap analysis ? Introducing new methods to improve and ease the user interface. Improving the
pre-designed ADB and Training 2 PA?s to achieve the role of FTL
Supervisory Activities (Team Lead)
Handling 5 important SLA?s (KPI)
? KPI 101- Improving the Recovery rate
? KPI 32,38,64,66- Meeting the agreed target on the basis of User?s performance
Generating RU(Revenue Units) report on the basis of the Inventory received
Allocating and organizing the Inventory
Tools Proficiency: Advanced Excel & MS Access
Analyst (Quality & Research)
Conducted Quality reviews for 30% of the user production, thereby helping to decrease the errors
Manual research on the basis of the deductions found through the business objects, adjusted $1M(approx) in every 2
months
Automation (with MS Access)
Supporting the ADB team in designing user friendly interface
Designed more than 50 queries in the ADB
Processed 5K+ of audit reports, analyzing the errors marked in the audit
Trained and Ramped 4 new hires to full efficiency on tools, applications & processes in 6 months
Tools Proficiency: Excel, MS Access, Ecopy, Filenet & Mobius
Genpact as Team Leader
Aug 2014 to Dec 2020
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
RAJESHWAR RAO
Team Leader seeking roles in Operations Management,Team Management,Process
Improvement,audit reports,Service Delivery,SLA Management,Service Quality,Gap
Analysis,Ecopy, Filenet,Mobius
Key Skills: Management Trainee,Team Leader,Operations Management,Team Management,Process Improvement,audit
reports,Service Delivery,SLA Management,Service Quality,Gap Analysis,Ecopy, Filenet,Mobius
Summary
As a growth focused Team Leader, I build/train processes that deliver long term value.
Influence, empathy, story-telling, managing multiple projects- they all come naturally to me.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815…
https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815564047510f5c5… 2/2
Looking over the receivables and verifying if they were applied correctly or not and conducting audit accross
GENPACT India Private Limited as Team Leader Operations
Aug 2014 to Dec 2020
Leading a team of 15, looking and getting the SLA and KPI right on time
GENPACT India Private Limited as Management Trainee
Aug 2014 to Till Date
UG: B.Tech/B.E. (Electronics/Telecommunication) from JNTU College of Engineering, Kakinada in 2014
PG: None (None) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Excel, MS Access, Ecopy
Filenet & Mobius
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
telugu Expert
Rank 617: Resume 1072 with similarity score 0.03117426665462123
B.E , MS , B.TECH devops engineer , system administrator , associate , full time , system engineer , business analyst ansible , human error , general , devops , jenkins , telugu , security , designation , scripting , mar , tamil , bash , affirmative action , hindi , cloud , beginner , maintenance , apache , ltd , linux server , windows , authorization , english , troubleshooting , cisco meraki , status , program management , email , tomcat , application , aws , server configuration , splunk , workstation , electronics , pipelines , s3 , building , ec2 , languages , kannada , production processes , python , system administration , javascript , servicenow , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400…
https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400a45460e5c585… 1/2
Current Designation: AWS DevOps engineer
Current Company: Deloitte Consulting India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Deloitte Consulting India Private Limited as AWS DevOps engineer
Dec 2020 to Till Date
Handel AWS DevOps related assignments and help building clients requirements.
Tata Consultancy Services Ltd. as DevOps Engineer (System Engineer)
Mar 2018 to Dec 2020
1) Worked as a DevOps Engineer under Cloud Migration Domain.
2) Delivered new Pipelines as per the requirements using CI/CD methodology.
3) Installed, maintained and upgraded Linux server hardware and software according to security standards and best
practices from the company.
4) Automated build and deployment using Jenkins to reduce human error and speed up production processes
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visveswaraiah Technological University (VTU) in 2017
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Bhuvanteja
AWS,DevOps Engineer seeking assignments in DevOps Engineering,System
Engineering,Cloud Migration,Server Configuration,System Administration,Program
Management,Software Engineering,Apache Tomcat,Bash,Linux
Server,Python,Java,ServiceNow,Jenkins,Ansible
Key Skills: DevOps Engineer,System Administrator,DevOps Engineering,System Engineering,Cloud Migration,Server
Configuration,System Administration,Program Management,Software Engineering,Apache Tomcat,Bash,Linux
Server,Python,Java,ServiceNow,Jenkins,Ansible,AWS
Summary
3 years of experience in DevOps Engineer under Cloud Migration Domain, Worked on Integration, implementation, and problem
resolution support for the Linux workstation environment.
Establishes, communicates, and maintains standards related to the environment required to meet client and company needs.
Involved in Development of multiple pipelines based on client's requirements and have troubleshooting experience including
Server Configuration, Monitoring, and Scripting.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400…
https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400a45460e5c585… 2/2
Other Qualifications/Certifications/Programs:
AWS Certified Developer - Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
python, bash
EC2, IAM, Codecommit, Cloud9, S3
DynamoDB, AWS Lambda
Linux, Windows
Splunk, Trendmicro, Cisco Meraki
ServiceNow
Jenkins(Cloudbees), Ansible
GitLab(Version control system)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Proficient
Telugu Proficient
Tamil Beginner
Rank 618: Resume 167 with similarity score 0.031169968328966798
MS , B.TECH , BS work from home , campus ambassador , representative collage , algorithms , internships , css , deep learning , public , hero , jquery , english , tac , sql , project , c programming , tic , star , iit , resume , electronics , machine learning , completion , assessment , python , one , javascript , campus , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
I am always curious about the Machine Learning and Deep Learning Algorithms and how it works. I wanted to elevate my skills and knowledge
about this field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for the next 3 month from 2 Feb to 2 May.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Deepak Kumar
Ghazipur
Applied 08 Feb'21
Python Algorithms Data Structures
C Programming CSS Database Management
System DBMS
HTML JavaScript Machine Learning
SQL
B.Tech Hons.), Electronics and Communication
National Institute Of Technology Meghalaya
2018 - 2022
CGPA 8.54/10
Senior Secondary XII, Science
Raj English School ,Paharia, Varanasi,Uttar Pradesh
CBSE board)
Year of completion: 2017
Percentage: 84.40%
Secondary X
Central Public School,Zamania Kasba ,Ghazipur,Uttarpradesh
CBSE board)
Year of completion: 2015
CGPA 10.00/10
Campus Ambassador
IIT BHUVARANASI, Varanasi
Oct 2019 - Present
Promoting the event in the collage.
Member of Goal Against T ime in Cognitia 2019 A Technical Event Of NIT Meghalaya)
Class Representative for 5 Years in Class 6,7,8,9,10.
Complete Python Bootcamp : Go From Zero To Hero In Python 3
udemy, Online
Aug 2019 - Dec 2019
Completed one of best course on Udemy and solved hundreads of exercise and two project in Python 3.
Personal Portfolio Website
Dec 2020 - Present
https://deepakkumar6.github.io/myportfolio
Created a Personal Portfolio Website to apply the skills of HTML , CSS, JavaScript , jQuery etc.
https://deepakkumar6.github.io/myportfolio
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7985814430
Tic Tac Toe Game
May 2019 - Present
https://github.com/deepakkumar6/Games/tree/main/T icTacToe
Developed T ic Tac Toe Game using Python.
Apply interactive module of python in creating this game.
Ranked 71 among 2000 in CodeChef Dementia 2020 CodeChef
Ranked 111 among 5800 in October Lunchtime 2020 Division 2. CodeChef
4 Star Coder at Codechef With HIghest Rating of 1852.
Solved over 800 Problems on Leetcode, 500 Problems on GeeksForGeeks, 190 Problems on Codeforces and 500
Problems on other websites.
https://github.com/deepakkumar6/Games/tree/main/TicTacToe
Rank 619: Resume 904 with similarity score 0.031142281227666796
B.E , MS , B.TECH , BS application support , python developer , applications developer , web designer , software developer , full time , development associate javascript frameworks , api , react.js , award , web development , redux , functionality , computing , general , migrating , client-focused , visual studio code , css , access , designation , developers , affirmative action , health , web services , hindi , angular , white box testing , maintenance , typescript , sorting , test cases , business logic , alm , english , advanced , diagnose , authorization , bootstrap , welfare , status , enterprise , test environments , customer service , email , sql , integration testing , store , application , project , rally , mongodb , next gen , bitbucket , rest , writing , estimates , servers , git , resolve , debugging , languages , django , system testing , agile environment , putty , html5 , flask , state management , triage , cap , task management , python , cms , form , jira , eclipse , search , layout , technology , client side 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185…
https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185644420c5c5b05… 1/3
Current Designation: Applications Developer
Current Company: Telus International (Xavient)
Current Location: Noida
Pref. Location: INDIA
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Telus International (Xavient) as Applications Developer
Jul 2019 to Till Date
Tool provides in monitoring number of incidents, releases, deployments in the form of tickets. By help of this tool we can
track the full detail of it and can edit it.
Technologies I am using Python, Django, React JS, MongoDB, Redux
Ensuring excellent customer service through the application of customer support skills, business, and technical knowledge
to triage, diagnose, troubleshoot, and escalate or resolve customer application issue
Gathering requirements from the client, preparing estimates & requirement specification, and developing technical
specification documents along with team members
Closely working with developers to highlight the issues related to the tool and following-up until the resolution
Managing and deploying the Code on all Test Environments according to quarterly releases and ensuring the correct code
has gone into the Environments
Conduent (erstwhile Xerox) as Software Development Associate
Oct 2017 to Jul 2019
Last Active: 5-Feb-21 Last Modified: 28-Jan-21
Arpit Goel
Python Developer having overall 4 years of experience with a wide variety of Projects
and worked with technologies like Python, Django, ReactJS, Redux, MongoDB, SQL,
Angular 6, Git, Rest API, Web Services, JavaScript with Agile environment.
Key Skills: Python, Django, React.Js, redux, Rest API, MongoDB, SQL, Angular 6, Javascript, Html5, Software
Development, Web Development, Requirement Gathering, Agile, CSS, Bootstrap, Debugging, Application Programming
Summary
Client-focused professional, with overall 4 years of experience in web development; notable success in design, development &
deployment of complex projects & innovative solutions
Extensive experience in Python, Django, ReactJS, Redux, Rest API, MongoDB, Angular 6, Ngrx, HTML5, CSS3, Web Services,
and JavaScript
Proficient in Writing Test Cases for - Functional & Integration Testing and Python code White box testing & Wrote Python Scripts
Hands-on in web-based development experience with various JavaScript Frameworks
Proven Professional Skills: Honored by Feather in the Cap Award from Conduent
Managed technical inquiries, proactively managing all development as well as application support issues, and maintaining the
stability of Compliance's Software Products
Knowledge of End-To-End Development of Software Products from requirement analysis to designing, coding, testing,
debugging, implementation & maintenance
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185…
https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185644420c5c5b05… 2/3
Savanna is a CMS and internal tool of Conduent, used to store files on servers. It is currently working for Health & Welfare
project
Performed development in Python, Django, ReactJS, Redux, MongoDB, and verification of business logic
Responsible for development and verification of business logic and system testing
Utilized Jira and ALM HPQC for task management
Webspread Technologies as Web Designer
Jul 2016 to Feb 2017
Designed website layout with Angular 6, Ngrx, Bootstrap, CSS3 & JavaScript
Developed and maintained the front end functionality of websites and wrote cross-browser compliant HTML5, CSS3 &
JavaScript
UG: B.Tech/B.E. (Computers) from Invertis Institute of Engineering Technology, Bareilly in 2016
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2017
Nature of Employment: Full Time
Project Location: Noida
Role: Sr. Programmer
Duration: Nov 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
Django, ReactJS, Redux, Rest API
Flask, Angular 6
Ngrx, HTML5
Visual studio code, GIT
RALLY
Jira, HPQC, Bitbucket
Eclipse, Putty
Python, Typescript
JavaScript
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Charter- Enterprise Web Services Tool
Client: Charter Global
Skill Used: Python, Django, ReactJS, Redux, MongoDB
Role Description: Responsible for development in Python, Django, ReactJS, Redux, MongoDB by state management and
verification of business logic.
Involved in making impact analysis for any changes or new implementation.
For task management we use Agile Rally.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185…
https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185644420c5c5b05… 3/3
Nature of Employment: Full Time
Project Location: Noida
Role: Programmer
Duration: Jul 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Noida
Role: Programmer
Duration: Oct 2017 - Jul 2019
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Noida
Role: Programmer
Duration: Jul 2016 - Feb 2017
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Tool provides in monitoring number of incidents, releases, deployments in the form of tickets. By help of this
tool we can track the full detail of it and can edit it. We implemented search by text, search by date period and sorting of
tickets for easiness to track the status of tickets.
Project Title: Einstein Next Gen Angular Migration
Client: Comcast
Skill Used: Python, Django, MongoDB, React.Js, redux
Role Description: Responsible for development/verification of business logic and system testing.
Unit test cases and Involved in making impact analysis for any changes or new implementation.
Project Details: The Project is migrating the existing comcast application into Python and ReactJS for state management on
client side. The Purpose of migrating this to new technology to make project more maintainable and fast access
Project Title: Savanna
Client: Verizon
Skill Used: React.Js, redux, Python, Django
Role Description: Responsible for development and verification of business logic and system testing.
Involved in making impact analysis for any changes or new implementation.
For task management we use Jira and ALM HPQC.
Project Details: Savanna is a CMS and internal tool of Conduent. Used to store files on servers and from there directly call
from portal. It is currently working for Health & Welfare project of various clients like Verizon, Boeing, Energizer, etc.
Project Title: Freelance
Client: others
Skill Used: Angular 6, Ngrx, Bootstrap, HTML5, CSS3 & Javascript
Role Description: Responsibilities included designing website layout using Bootstrap, CSS3 & Javascript.
Developing and maintaining the front end functionality of websites.
Writing cross-browser compliant HTML5, CSS3 & JavaScript.
Project Details: Responsibilities included designing website layout using Angular 6, Ngrx, Bootstrap, CSS3 & Javascript.
Developing and maintaining the front end functionality of websites.
Writing cross-browser compliant HTML5, CSS3 & JavaScript.
Rank 620: Resume 760 with similarity score 0.03112837997077431
B.E , MS , B.TECH , BS associate , java web application developer , software developer , full time , part time , full stack developer , delivery manager , system engineer spring cloud , financial services , customer , algorithms , postpaid , end-to-end testing , angular , linux , gateway , test cases , digital , vanilla , relational databases , node.js , web products , pattern , status , express , kotlin , messaging , xml , bitbucket , components , building , html5 , spring security , es6 , interfaces , designation , web services , hindi , windows , heroku , json , english , web applications , project , mongodb , ibm , dbs , rest , sonarqube , web pages , javascript , h2 , affirmative action , information technology , mysql , maintenance , business logic , jquery , apache kafka , architecture , email , jpa , aws , 3g , operations , mac , content management , languages , sca , amazon , search , ajax , functionality , api , mockito , css , soap , ug , telecom , authentication , oauth , authorization , spring boot , security testing , 2g , npm , framework , pan , fortify , node package manager , middle office 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 1/3
Current Designation: Senior Java Full Stack Developer
Current Company: DBS Bank
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
DBS Bank as Senior Java Full Stack Developer
Jun 2020 to Till Date
Responsible for developing and optimizing the digital web products used in the Middle Office.
Develop and optimize the digital web products used in the Middle Office.
Responsible for designing the component-based web products.
Create web components using VanillaJS and Lit-HTML as a framework.
Develop Rest APIs and other backend services using Java and Kotlin as a Spring Boot application
deployed in microservice-based architecture.
Responsible for interacting with relational Databases.
Responsible for implementing the security aspect using Spring Security along with OAuth.
Mockito and JasmineJs are used as the testing framework to create test cases for functionality testing
and end-to-end testing.
Code quality is maintained with the help of Sonarqube and security testing by using Fortify SCA.
Atos Syntel as Associate Consultant
Oct 2018 to May 2020
Responsible for development and enhancement of a web application.
Responsible for implementing the business logic using Spring 5, Spring Boot, Spring Cloud and Mirco
Services.
Responsible for implementing the authentication and authorization using OAuth 2.0, Spring Security and
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Sourav Snigdha Mansingh
Developer seeking roles in Software Engineering,Software Development,Full Stack
Development using Java 8, Kotlin & Javascript ES6.Data Structures,Algorithms,Spring
Boot,JavaScript,MongoDB,Node.Js,MySQL,HTML,CSS,Git
Key Skills: Application/Software Developer,Software Engineering,Software Development,Full Stack Development, Java 8,
Kotlin,Data Structures,Algorithms,Spring Boot,JavaScript,MongoDB,Node.Js,MySQL,GIT
Summary
A Full-Stack Developer capable of developing component-based web applications using JavaScript, Java, and Kotlin.
Carry nearly 7 years of experience in building multi-page and single-page applications.
Proficient in building web components using Vanilla JS and Angular.
Proficient in building the Rest APIs using Java and Kotlin.
Skilled in solving problems by using Data Structure and Algorithm, and designing the application structure with appropriate
Design
Pattern available.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 2/3
JWT.
Implemented the asynchronous messaging queue using Apache Kafka and using Elastic Search for
filtering data from real time data.
Responsible for deploying the application on AWS Elastic Beanstalk.
Creation of web service components of Restful Web services to interact with UI Interfaces using REST
API with Node-JS, Express-JS.
Experience in implementing Mongo DB CRUD (Create Read Update Delete) operations by using
Mongoose library in Node- JS, including Angular.
Used Node Package Manager (NPM) to manage or install the Node-JS module like Express-JS,
Mongoose, Bcrypt.js .
Have handled authentication by using JSON Web Token (JWT) and BcryptJS .
Have knowledge of REST API endpoint creation and usage of POSTMAN; along with SendGrid for
triggering emails.
Atos as System Engineer
May 2017 to Aug 2018
Client: Major Indian telecom company
Responsible for developing web applications using Java/J2EE and Content Management Tool.
Worked with client and delivery manager for understanding the requirement and meeting the targets and
their expectations on
time.
The application was based on a three-tier architecture, where I was responsible for handling and
implementing the front-end and business layer.
Responsible for implementing the business layer using Java/J2EE.
Responsible for integrating the front end with the business layer using Javascript and handles the
request/response communication using ajax.
Responsible for consuming Flipkart and Amazon API services.
Experienced in reading the request header files for authenticating postpaid/prepaid user's using their
data signals.
IBM as Java Web Application Developer
Jul 2014 to May 2017
Client: Major Indian telecom company
Project 1: Enhancement of Get a new prepaid connection.
Intergrated web pages in WCM and implemented the new changes made for new 2G and 3G prepaid
connection.
Using jQuery, request were sent to the controller implemented using J2EE and new communication id
were created for new connection and stored in the table present in mySQL DB.
Project 2: Creation of pan India plans details application.
Consumed SOAP web service for fetching the plan details in the form of XML.
Processed the xml response and forwarded the response in the form of JSON for showcasing the details
to the customer.
Project 3: Integration of Paytm and mobikwik wallet.
Implemented the Paytm and mobiwik wallet in the payment gateway. Handling the security concern using
J2EE sessions and token.
UG: B.Tech/B.E. (Computers) from International Institute of Information Technology (IIIT), Bhubaneswar in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Java, JavaScript ES6, Kotlin, Mockito,
Spring Boot, JPA,H2, NodeJS, ExpressJS
HTML5, CSS3, Angular, Heroku, AWS
MySql, MongoDB, Git, BitBucket
Mac, Linux, Windows
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 621: Resume 1026 with similarity score 0.031064308039141536
B.E , MS , B.TECH , BS scrum master , it analyst , associate , sql developer , quality assurance , senior software engineer , full time , team lead , build manager winscp , spring mvc , mockito , core java , general , jenkins , scrum , websphere application server , security , designation , ug , affirmative action , oracle , hindi , angular , perspectives , maintenance , ltd , ear , rational team concert , authorization , advanced , json , openstack , english , status , spring boot , software testing , sql , email , fiddler , spring data jpa , operations , xml , ibm , servers , junit , git , languages , putty , completion , jira , javascript , streams , working experience , html , database 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f42…
https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f420213155c5d08… 1/2
Current Designation: Senior Software Engineer
Current Company: John Deere India Pvt Ltd.,
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
John Deere India Pvt Ltd., as Senior Software Engineer
Sep 2018 to Till Date
Dealing with software development and completion from all perspectives. Leading a team giving technical solutions to a
problems
HSBC Software Development Ltd., as Senior Software Engineer
Aug 2015 to Jul 2018
Last Active: 25-Dec-20 Last Modified: 25-Dec-20
MANAS KAGDE
IT Analyst seeking roles in Full Stack Development,Software Engineering,Software
Development,Web Server Creation,Application Development,Software
Designing,Quality Assurance,Global Banking, Leading Financial Domain, Captives
working experience
Key Skills: IT Analyst,Team Lead/Tech Lead,Full Stack Development,Software Engineering,Software Development,Web
Server Creation,Application Development,Software Designing,Quality Assurance,Software Testing,GIT, Jenkins, JIRA,
RAD, WinScp, Putty,Fiddler,Openstack
Summary
5 years of experience in Full Stack Development.
Scrum Master and PO certified from Scrum Inc.(JDTCI)
Oracle Certified Java Associate (OCAJP 8) on 7th January 2018.
Promoted to Senior Software Engineer on 1st March 2018. (HSBC)
Awarded with runners?s up position in GBM Hackathon Event on 28th June 2018.
Associated with HSBC Software Development, Pune as Senior Software Engineer
Knowledge of testing frameworks JUnit, Mockito, BDDMockito.
Knowledge of Web Server Creation as well as applying security on the webserver level.(JDTCI)
Knowledge of critical database operations using Oracle and IBM Filenet(Content Platform Tool). Knowledge of Content Platform
Engine and its clusters.(HSBC)
Knowledge of various clusters, servers and the overall ear deployment process using IBM Websphere Application Server, config
deployment process using Putty and WinScp. G3 Deployment in UAT and various Build Manager Roles like creation of Streams.
(HSBC)
Work Experience
Education
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f42…
https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f420213155c5d08… 2/2
UG: B.Tech/B.E. (Computers) from RGPV University, Indore in 2015
Other Qualifications/Certifications/Programs:
OCAJP 8
Scrum Master and PO certification
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C, Core Java, Advanced Java, HTML
XML, Angular JS, JSON, Spring Injection
Spring MVC, Spring Boot ,Spring Data JPA
Java 8, Angular JS 4(Basics)
JavaScript, Node JS
SQL, ORACLE
Openstack, deployit, Intellij
SQL Developer, RAD
WinScp, Putty, Fiddler, Task Server
GIT, Jenkins, JIRA,Rational Team Concert
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 622: Resume 612 with similarity score 0.031052073275551467
B.E , MS work from home customer , healthcare , f# , mar , mysql , mining , authentication , firebase , instagram , terminal , english , project , application , messaging , records , doctors , bluetooth , prediction , resume , github , java , features , computer science , chat , storage , android development , e-commerce , singing , crop , completion , assessment , nurses , search , technology , learning , database , online Assessment
Q1. Why should you be hired for this role?
I have been learning Android Development for some time and I have developed fascination in this technology. Now I am looking for a place
where I can continue my learning progress by working on some challenging projects. Some of my projects like E-commerce, Instagram clone,
Bluetooth messaging and other work are uploaded at my Github portfolio https://github.com/connecttejas
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available to start immediately.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Tejas Deshmukh
Pune
Applied 26 Dec'20
Android Java MySQL
Bachelor of Engineering B.E, Computer Science
AISSMS College Of Engineering
2016 - 2019
CGPA 6.25/10
Senior Secondary XII, Science
JJ COLLEGE
MAHARASHTRA STATE BOARD board)
Year of completion: 2015
Percentage: 65.38%
Secondary X
Noel English High School
MAHARASHTRA STATE BOARD board)
Year of completion: 2013
Percentage: 80.55%
1. Worked as Co-head of ‘Code Blooded at Engineering Today 201819 50 participants at AISSMS College of Engineering.
2. Successfully Organised and managed a team of 20 for ‘F# Singing at Ashwamedh 201718 at AISSMS College of
Engineering.
Java
udemy, Online
Jun 2019 - Aug 2019
Certified in online Java Programming Masterclass Course From Udemy.
Android Application Development
SourceKode, Pune
Nov 2018 - Mar 2019
Completed short term certification in Android App Development Program affiliated by Nasscom.
E-commere Android Application
Jul 2020 - Jul 2020
https://github.com/connecttejas/eCommerce-Application_Firebase
ECommerce app where user can select any of these profile types Admin, Seller, Customer. Firebase is used for
authentication, real-time database and image storage.Other frameworks like Glide, Crop image library are used for better
user interactions.
Instagram Clone
Jul 2020 - Jul 2020
https://github.com/connecttejas/Instagram-Clone-Firebase
https://github.com/connecttejas/eCommerce-Application_Firebase
https://github.com/connecttejas/Instagram-Clone-Firebase
CONTACT Phone: 91 8657764640
Instagram features like search/follow users, profile visits and post are implemented using Firebase
Chat Application
Jun 2020 - Jun 2020
https://github.com/connecttejas/Chat-Application-Firebase
Real-time Messaging Application with users state,message s state and profile updation. For authentication and storage
purposes Firebase is used
Automated Healthcare System(BE Project)
Aug 2018 - Apr 2019
Analyzed health records of 500 patients for effective diagnosis & prediction of terminal diseases using different data
mining techniques.
Hospital Management(TE Project )
Dec 2017 - Apr 2018
Managed and stored the details of patients, doctors, nurses and other staff members using mysql as database and Java
programming language.
https://github.com/connecttejas/Chat-Application-Firebase
Rank 623: Resume 855 with similarity score 0.030940039462431106
B.E , MS , B.TECH , BS angular developer , javascript developer , senior engineer , full time , team lead , team member react.js , functionality , jenkins , visual studio code , css , firefox , designation , pages , ug , prototype , affirmative action , hindi , angular , maintenance , quote , axis , authorization , json , english , node.js , sharepoint , status , architecture , rally , email , project , express , safari , application , video , leadership , chrome , multimedia , gold , testing , edge , articles , git , accessibility , computer science , languages , framework , clear , html5 , documentation , mobile , one , javascript , history , search , technology , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c40…
https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c400715475f5900… 1/3
Current Designation: Senior Engineer -Software Development
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Mindtree as Senior Engineer -Software Development
Jun 2018 to Till Date
Project-5
TITLE : About Client Rebrand
CLIENT : Confidential
DURATION : Sept 2020 to Present
TEAM SIZE : 5
ROLE : React Developer
TECHNOLOGIES : React, JavaScript, SCSS, MS-Fluent UI, HTML
FRAMEWORK : MS-SharePoint
DESCRIPTION:
As the project names says it a website for about our client. We have developed 12 pages as per Client requirement. We
have pages such as company history, leadership page etc.
Client have shared UI prototype and we have created pages accordingly. We have added accessibility feature and make it
responsible for mobile, tablet and for desktop view (from 100% to 150% resolution). we also added cross browser support
such as for IE-11, edge, safari, chrome and Firefox.
RESPONSIBILITIES:
Created the header and footer extension for all the pages.
Created a custom carousel as demanded by client on top of React Slick carousel and added accessibility for it.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Ayush Jain
Senior Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,React.Js,JavaScript,SPFx,Node,CSS,HTML5,Angular,Git,Rally,Jenkins,Visual
Studio Code
Key Skills: Senior Engineer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,React.Js,JavaScript,SPFx,Node,CSS,HTML5,Angular,Git,Rally,Jenkins,Visual Studio Code
Summary
I am full stack JavaScript developer having 2.6+ years of experience. I am enthusiast learner.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c40…
https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c400715475f5900… 2/3
I have investigated and found that OOTB webpart are not align with our custom webpart for 100% resolution and for 150%
resolution, so I have implemented a fix for that.
There was issue pointed in UAT testing is that images resolution is not preserved with responsive, so I have provided a fix
for this.
I have verified my peers code along with my lead.
Created various other webparts like which are fully customizable via property pane or from SPFx list
Project-4
TITLE : News Center
CLIENT : Confidential
DURATION : May 2020 to Sept 2020
TEAM SIZE : 6
ROLE : React Developer
TECHNOLOGIES : React, JavaScript, SCSS, MS-Fluent UI
FRAMEWORK : MS-SharePoint
DESCRIPTION:
In News Center, we are displaying News we have 5 main section which contains news summary these sections are global
new, trending news, news series, other news and last is multimedia which contains news video.
In this section pages we are displaying news article images with heading on click this will take you article pages where
user can read the article and comments his view on those articles.
Main benefit of using SPFx is that website content is dynamic website admin can add new content/ new news article
dynamically that is without any code change.
RESPONSIBILITIES:
Supported project in PGLS phase added accessibility for whole project along with one other team member as accessibility
feature is asked in PGLS phase.
Created a news carousel and Video news element on home page.
Implemented filter news functionality.
Created banner component for news article page.
Take care of responsive ness by adding mixin for different screen size.
Project-3
TITLE : GOLD (GCAD Online documentation)
CLIENT : Confidential
DURATION : Jan 2020 to May 2020
TEAM SIZE : 3
ROLE : React Developer
TECHNOLOGIES : React, JavaScript, SCSS, MS-Fluent UI, HTML
FRAMEWORK : MS SharePoint Framework
DESCRIPTION:
This was a policy documentation project for Client where admin can add a new policy, modify an existing policy delete and
old policy. Deleted policy will be reflected in archived folder and non-admin user can search various company policy. It was
and all browser responsive application.
RESPONSIBILITIES:
Provided Add and Edit functionality for any policy.
Developed various policy?s view pages.
Integrated a third-party quill editor named react quill editor and customized it according to project need
Attend various client calls in order to get clear understanding of client requirement
Added client data in MS-list so that data policy can be fetched and thus can be populated in UI.
Project-2
TITLE : Client Quote generator rebuilt
CLIENT : Confidential
DURATION : Aug 2019 to Sept 2019
TEAM SIZE : 5
ROLE : Angular Developer
TECHNOLOGIES : Angular 6, Angular.Js, Node, SCSS, Axis UI, HTM
DESCRIPTION:
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c40…
https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c400715475f5900… 3/3
UG: B.Tech/B.E. (Computer Science) from G L Bajaj Institute of Technology & Management, Greater Noida in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React.js
JavaScript
SPFx
CSS, HTML5
Angular, Git
Rally, Jenkins
Visual Studio Code
Mongoose, Express
JSON-server
Node.js
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 624: Resume 1530 with similarity score 0.03093137830144402
B.E , MS , B.TECH software engineer , cognos , framework developer , business development , salesforce developer , member of technical staff , software developer , devops , full time , sql developer core java , office , platforms , linux , instagram , test cases , payer , energy , status , xml , rdbms , testing , writing , features , salesforce , cognos , fetch , filezilla , workflow , organization , crm , italian , homepage , magento , candy , functional specifications , enterprise design patterns , devops , designation , mar , aura , web services , ltd , windows , english , troubleshooting , ui automation , responsiveness , agile , project , provisioning , how-to , angularjs , range , ibm , rest , mvc , git , research , documentation , one , javascript , technology , html , management development , winscp , reporting , general , data validation , scripting , visual studio , affirmative action , mysql , oracle , maintenance , jquery , business logic , test procedures , email , google , water , aws , android , hp , languages , hibernate , amazon , jira , apex , cloud services , codes , jenkins , api development , css , soap , ug , toad , lightning , in-depth analysis , ios , authorization , teams , productivity , spring boot , record , tracker , application , devices , user requirements , led , framework , translation , selenium , python , eclipse , intellij idea , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f14…
https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f1403101051580f… 1/3
Current Designation: Salesforce Software Developer
Current Company: PwC (Price water House Coopers S.p.A)
Current Location: milan
Pref. Location: Hyderabad,Dubai,Germany
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 1 Month(s)
Highest Degree: PG Diploma [Business Administration]
Verified : Phone Number | Email - id
PwC (Price water House Coopers S.p.A) as Salesforce Software Developer
Jun 2019 to Till Date
Working with the team namely 'Tech Extended'; hands-on experience in CRM Technologies including Salesforce Platform
Developer, Apex, LWC, Aura, Java, JavaScript, HTML, CSS, JQuery, Git, Jenkins, IntelliJ, Visual Studio and AngularJS
Worked on shell project; performed configuration of salesforce
Understanding the functional workflows and explaining it to the team; developing the business logic and ensuring proper
implementation of the same
Domain knowledge on Enterprise Design Pattern; adhering to the standard of code patterns for writing the code
Worked on the 'Shell Energy Project'; utilized marketing cloud tool 'Evergage' that altered the UI of web page used for
marketing and tracking the customers as well as conducted an in-depth analysis of page traffic flow and different types of
users from different platforms such as FB, Google, Instagram
Successfully configured UI for diverse customers from multiple sources
Gained rich knowledge on various methods of programming as per the project requirements
Utilizing SFDC to improve processes and productivity, and making recommendations to support an organization scaling at
a rapid pace
Ensuring the best possible performance, quality, and responsiveness of applications
Analyzing and assisting in defining specifications and user requirements
Developing, maintaining, and executing test procedures for applications & system
Utilizing latest tools and keeping up to date with technology changes
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
SUDHIR KUMAR THANNA
Salesforce Software Developer seeking roles Salesforce Design,Salesforce
Development,Requirement Gathering,Software Development,Requirement
Analysis,Testing,Application Design,Core Java, Angular Js,
Python,JIRA,SpringBoot,Jenkins,Toad,Aura Lightnin
Key Skills: Salesforce Software Developer,Salesforce Design,Salesforce Development,Requirement Gathering,Software
Development,Requirement Analysis,Testing,Application Design,Core Java,Angular Js,
Python,JIRA,SpringBoot,Jenkins,Toad,Aura Lightning
Summary
A technocrat and Certified 5x Salesforce Developer offering, over 5 years of National & International experience in Salesforce,
Core Java, JavaScript, HTML, CSS, jQuery, Angular JS, UI Automation, Testing, Spring Boot, J2EE and Rest Web Services
Skilled in overall salesforce development life-cycle involving requirement analysis, system study, designing, testing,
programming, coding, de-bugging, defect management, status reporting & documentation
Excellent track record of designing customized application for a wide range of clients
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders, followed by
translation into functional specifications as well as provisioning of customized software solution
Worked within a focused agile team to develop applications and platform features
Skills in programming with APEX, Triggers, JavaScript, HTML, XML, and related technologies
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f14…
https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f1403101051580f… 2/3
Providing technical assistance and end user troubleshooting for bug fixes, enhancements, and "how-to" assistance
Working with management, creating and managing complex workflow rules, data validation, and triggers
Gained experience in Web Service Callouts like Rest and SOAP API development, AWS, Yandex, Magento, Salesforce
Web service callouts for integrations and deployments from other third party cloud services to fetch , analyze data and
create objects using these web services
Developing the Zelig HomePage using the LwC in Candy Project
MiMoto Milan as Software Engineer
Mar 2019 to Jun 2019
Engaged in design & development of test cases
Conducted an in-depth testing of the Admin Page, Android Application as well as features of iOS Application
Performed integration on IoT Devices as well as configuration on Amazon AWS
Model N Software India Pvt. Ltd. as member of Technical Staff
Jun 2015 to Sep 2018
Gained extensive exposure in working on various technologies such as Java, JavaScript, Automation, HTML, CSS,
Performance Measure, SQL, Linux, Jenkins, Configurations, Framework Developer and IBM Cognos
Active involvement in numerous projects and enhancements, Bug Fixes; worked on Framework Development in the Core
Business Development Team of Model N
Dealt with various clients including Merck, Novartis, J&J and BMS
Successfully led integration of two different enterprise standard codes for producing a single one using a new framework
development following spring boot framework and development of internal SQIN (Software Quality Initiative) Framework
for testing and UI Automation; worked on Jenkins and BATAM Reporting
Gained experience in Jenkins , Deployment and Integration, and also UI Automation Development, Scripting of the UI
Automation Scripts Proven excellence in dealing with Spring Boot, EJB, Hibernate, Selenium, UI Automation Framework
as well as MVC Framework Development Working on different teams and a continuous learning and Integration
(UBC/Payer Team, SQIN/Automation Team, Devops/BRE Team)
UG: B.Tech/B.E. (Computers) from Gayatri Vidya Parishad college of Engineering in 2015
PG: PG Diploma (Business Administration) from Welingkar Institute of Management Development & Research in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, Salesforce, J2EE, JavaScript
Apex, LWC, Aura Lightning
Spring Boot, Angular Js, Python
SpringBoot, Spring, REST
SOAP Web Services
Enterprise Design Patterns
HTML, CSS
SQL, Oracle, Maria DB
RDBMS, Toad for MySQL
IntelliJ IDEA, SQL Developer
Eclipse, Visual Studio, GIT
MS Office, FileZilla, WinSCP
JIRA, SD Tracker
Jenkins
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f14…
https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f1403101051580f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Linux and Windows
HP UFT, Test Complete, Katalon
Languages Known
Language Proficiency Read Write Speak
English
Italian
Rank 625: Resume 1107 with similarity score 0.030924289939284835
MS , BS it infrastructure manager , system administrator , change management , part time , network support , windows server administrator , full time solar , training , citrix , security , microsoft azure , platforms , linux , capex , status , vmware view , mumbai , testing , fundamentals , ec2 , monitoring performance , operating systems , service delivery management , system administration , forecasting , routers , switches , it audit , infrastructure services , designation , mar , iso 27001 , hindi , cluster , ltd , english , contractual agreements , troubleshooting , budgeting , groups , on site , range , ibm , closure , hyper-v , change management , disaster recovery , capacity planning , dc , documentation , itil , capacity management , javascript , technology , migration projects , keystone , business requirements , reporting , r3 , optimization , general , vendors , affirmative action , lists , opex , uptime , vendor management , maintenance , utilization , unix , resiliency , office 365 , regulations , email , nessus , aws , problem management , information systems , ubuntu , daily operations , data center operations , languages , raid , symantec backup , wsus , life insurance , esxi , engineers , commerce , rbi , it infrastructure management , mac os x , performance reviews , hardening , patch management , codes , high availability , windows server , ug , telecom , qualys , hardware installation , active directory , firewall , information management , authorization , teams , approvals , enterprise , application , xenapp , servers , running , storage , pan , purchasing , backup exec , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f470147…
https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f4701475517170c0e5a0… 1/3
Current Designation: IT Infrastructure Manager
Current Company: BhartiAXA Life Insurance
Current Location: Mumbai
Pref. Location: Mumbai,Mumbai Suburbs,Navi Mumbai
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: Insurance
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Master [Information Management]
Verified : Phone Number | Email - id
BhartiAXA Life Insurance as IT Infrastructure Manager
Sep 2020 to Till Date
Reporting to : Senior IT Infrastructure manager
The major responsibilities include:
Managing Cloud Infra on AWS
Monitoring daily operations, including server hardware, software, and operating systems.
Coordinating technology installations, upgrades, and maintenance.
Selecting and purchasing new and replacement of hardware and software, when necessary.
Testing, troubleshooting, and modifying information systems so that they operate effectively.
Monitoring performance reports for servers / operating systems.
Assuring all IT activities are performed within the parameters of applicable laws, codes, and regulations.
Evaluating technology risks in order to develop a network disaster recovery plan and backup procedures.
Remaining up to date with advances in technology and industry best practices.
Follow - up with Vendor / User directly for all the open points
Review with all Major Vendors on Monthly and Fortnightly as agreed.
Coordination with Business , Application and IBM IMC team for project open points closure
Track and monitor the Infra and Projects open points till closure with IT application team
Coordinate with Infosec team for application related security approvals
Review the Daily Call (Incident & SR) reports and take appropriate action to close loop the pending tickets.
Last Active: 4-Feb-21 Last Modified: 28-Jan-21
Vikas Pawar
IT Infrastructure Manager seeking roles in IT Infrastructure Management,System
Administration,Service Delivery Management,Data Center
Operations,Troubleshooting,Solution Design,Disaster Recovery,Technical
Support,Active Directory,AWS,Azure,Vmware
Key Skills: IT Infrastructure Manager,System Administration,Data Center Operations,Troubleshooting,Solution
Design,Disaster Recovery,Technical Support,Active Directory,AWS,Azure,Vmware,Vendor Management,Cloud Computing
Summary
Multi-certified (AWS, Citrix, Microsoft) with 15 years rich experience in managing server infrastructures and data-center
operations across Windows, Unix, Linux, and Mac OS X platforms.
Deriving business requirements & objectives into IT solution deliverable.
IT Infrastructure project and operational management, covering APAC countries, from solution designing, project deployment
and operational transition. Close engagement with and between local country and global IT team, ensuring strong alignment in
IT Infrastructure aspect.
Effectively plan, install, configure and optimize IT infrastructures to achieve high availability and performance.
Skilled problem identifier and troubleshooter comfortable managing systems, projects and teams in a range of IT environments.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f470147…
https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f4701475517170c0e5a0… 2/3
Coordinate DR / BCP drills with application team and help in getting the sanity check with the help of Vendors
Perform capacity planning activity at regular intervals basis utilization reports and new requirements.
Sodexo SVC India Private Ltd (Benefits Rewards Services)-Sodexo On Site Services (OSS) as
Infrastructure Sr. System Administrator
Jun 2018 to May 2020
Reporting to : IT Infrastructure manager
The major responsibilities include:
Management and administration of Microsoft Azure, AWS, VMware & Hyper-V environment.
Azure /AWS migration projects - planning, documentation, deployment and support.
Azure /AWS cost monitoring and optimization, review of MS Azure contractual agreements.
Creating and updating of technical documentations, SOP's, IS&T policies
VMware Infra support - Administration of 5 ESXi hosts (50+ VM's) in cluster.
Storage -NetApp and QNAP storage maintenance & backup jobs monitoring.
Providing IT Infrastructure services to 400+ employees PAN India
Local Datacenter Support - Maintenance of in-house DC, UPS.
IT Infrastructure project and operational management, covering APAC countries, from solution designing, project
deployment and operational transition
Management of Disaster Recovery solution provided by IBM Resiliency services.
Determined and maintained service level agreements for Sodexo SVC India Pvt Ltd and SLA/performance reviews.
Maintaining the infrastructure & security as per IT Audit requirements
Manage and provide guidance, training to team of 12 IT engineers
Patch management for servers, storage, AWS EC2/RDS instances.
Solar winds monitor tool - configuration, alerts configuration and reporting.
GPO management, server hardening.
Vulnerabilities control and fix - scan tools Qualys Guard & Nessus & apply fixes
Running annual VA/PT by 3rd party security vendor
IT procurements and Vendor Management.
Service Management including incidents management, change management and problem management.
Weekly reporting of infrastructure issues and action plan
Support in budgeting / forecasting for CAPEX / OPEX
Key Achievements:
Administration and active monitoring of 100 + servers
Migration of critical app servers to Microsoft Azure and AWS
Participated in ISO 27001 audit, RBI audit, PWC audits.
Shifting of data center from in-house to CtrlS tier 4 datacenter.
Sodexo OSS (Wipro Infotech-IT Source Technologies Ltd) as Sr. Server Administrator
Jun 2015 to Jun 2018
Reporting to : IT Infrastructure head
Mange and Support MS Azure cloud, Azure migration projects.
Providing IT Infrastructure services to 40,000+ employees PAN India.
Manage and support team of 8 IT engineers
Design & Manage In-house servers, storage to achieve high performance & uptime.
Management and optimization of Citrix, VMware platform
Working and troubleshooting of Active Directory / GPO, DNS, DHCP, WSUS,
Vendor Management for Server / Application.
Preparing and maintaining Change Management, Server Uptime, Capacity Management, Incident Management
documents.
New server hardware installation, RAID creation, OS installation, configuration and patching, backup management
Maintaining and managing user ACL, Distributions Lists and Security Groups.
Rustomjee (Keystone Realtors Pvt. Ltd.) as Citrix and Windows Server Administrator
Sep 2014 to Mar 2015
Reporting to : IT Head
The major responsibilities include:
Managing Data Center hardware (IBM Blades, IBM Storewiz 7000)
Administration of Windows, Citrix XenServer & XenApp Servers, Mailstore Servers
MPLS network support: Network monitoring and Escalations
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f470147…
https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f4701475517170c0e5a0… 3/3
UG: B.Com (Commerce) from Mumbai University in 2004
PG: Master (Information Management), Part time from IES MCRC in 2015
Other Qualifications/Certifications/Programs:
MCITP Enterprise
AWS Certificated Cloud Practitioner
Microsoft Azure Fundamentals
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2020 2020 4 Year(s)
Microsoft Azure 2020 2020 5 Year(s)
VMware ESXi 4/5/5.1/5.5 5.5 2018 10 Year(s) 10
Month(s)
Citrix Xen Server 5.6/6.2 6.2 2018 10 Year(s) 0 Month(s)
VMware View 5/6 6 2018 5 Year(s) 0 Month(s)
Symantec Backup Exec 2012/2010 R3 2013 2018 9 Year(s) 0 Month(s)
Fortigate Firewall 2020 13 Year(s) 0 Month(s)
WINDOWS SERVER 2019 2020 13 Year(s)
SAN /NAS STORAGE 2020 13 Year(s) 0 Month(s)
SWITCHES AND ROUTERS 2018 10 Year(s)
ubuntu/linux 16 2020 7 Year(s)
ITIL V3 2018 10 Year(s) 0 Month(s)
WINDOWS SERVER 2020 2020 15 Year(s)
Office 365 2020 2020 10 Year(s)
MICROSOFT NAVISION 2020 7 Year(s)
Citrix Xen App 6.5/7.5/7.6 2020 10 Year(s)
Citrix Xen Desktop 5/7.6 2020 10 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 626: Resume 991 with similarity score 0.03091746945235486
B.S , MS , M.Sc , M.S full time , software developer general , css , ug , sqlite , affirmative action , mysql , technical architecture , hindi , cloud , maintenance , php , jquery , english , authorization , bootstrap , status , social media , c# , email , project , hosting services , application , windows 10 , less , online news , android , mac os , c++ , languages , utilities , kannada , sql server , javascript , html , laravel , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125…
https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125118135d545f5… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 7 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Spearhead Media Pvt.Ltd as Software Developer
Jun 2019 to Jan 2020
Developed and Maintained a media portal providing online News and
Advertisements separated in English and Kannada languages. Managed Cloud
Hosting Services and associated modules including posting to Social Media
networks through tools and utilities
UG: B.Sc (Computers) from Mangalore University in 2014
PG: MS/M.Sc(Science) (Computers) from Mangalore University in 2016
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Lavanya
Software Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,Project Management,System
Analysis,Requirement Gathering,Technical Architecture,HTML,CSS,jQuery,C++
Key Skills: Software Development,Application Programming,Project
Management,HTML,CSS,jQuery,C++,MySQL,Javascript,PHP,Ajax,SQL Server
Summary
Result-oriented Professional with 7 months of experience in Software Development,Application Programming,Requirement
Gathering,Project Management,System Analysis,Requirement Gathering,Technical Architecture,HTML,CSS,jQuery,C++
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Laravel, PHP ,CSS, HTML
JavaScript , Bootstrap
JQuery,React
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125…
https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125118135d545f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C++, Java, C#, VB.NET
Windows 10, MAC OS
ANDROID
SQL, MYSQL, SQLite
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Tulu
Rank 627: Resume 1205 with similarity score 0.03083555723802018
B.E , B.TECH senior software engineer , supervisor , full time , software developer automation , version control , onboarding , customer , jenkins , check-in , filters , designation , ug , affirmative action , information technology , mysql , web services , hindi , offers , docker , linux , maintenance , heroku , json , authorization , english , status , postgresql , email , project , business rules , application , aws , mongodb , solution architecture , ci , celery , redis , github , twilio , shell scripting , ec2 , django , languages , business process , sentiment analysis , brd , flask , task management , management system , python , javascript , xml schema design , business requirements , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10…
https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10511815090801… 1/2
Current Designation: Senior Software Engineer
Current Company: Capgemini
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Capgemini as Senior Software Engineer
Aug 2017 to Till Date
Project: Onboarding Portal
Created Customer Onboarding Portal using Django
Used RPA to develop Customer Onboarding Automation
Twilio (calling and receiving user input)
Chatbot implementation to interact with users
Sentiment analysis using chatbot data
Created a model for suggesting better offers
Project: Task Management System
Developed a microservice to manage Rule-Based Task System
Dynamic form generation based on user inputs
Ability to save filters
User-specific custom settings using JSON
Setup a CI/CD Pipeline with Jenkins and AWS
Project: Banking
Understanding the Business Process involved in different modules
Analyzed the Business Requirements (BRD) documents.
Responsible for implementing rules-based applications and deployment in the Production and
Development environment.
Configured and maintained Web Services and XML schema design using company business rules.
Responsible for critical code check-in and version control using TortoiseSVN
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shekhar Singh Choudhary
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Python,Java,Shell
Scripting,Django,Flask,J2EE,JS,Git,Github,AWS,GCP,MongoDB
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Java,Shell
Scripting,Django,Flask,J2EE,JS,Git,Github,AWS,GCP,MongoDB
Summary
Result-oriented Professional with 4 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Java,Shell
Scripting,Django,Flask,JS,Git,Github,AWS,GCP,MongoDB.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10…
https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10511815090801… 2/2
UG: B.Tech/B.E. (Information Technology) from Dr. B. C. Roy Engineering College, Durgapur in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Java, Shell scripting
Django, Flask, J2EE, JS
Git, Github, AWS, GCP
MongoDB, MySQL, PostgreSQL
Docker, Jenkins
Linux, Celery, Redis, Supervisor
EC2, Heroku, Lambda, Lightsail
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 628: Resume 1553 with similarity score 0.030766348449988414
B.E , B.TECH junior software engineer , content writer , full time , software developer magento , core java , designation , affirmative action , mysql , plugins , hindi , maintenance , authorization , english , bootstrap , status , email , project , wordpress , application , less , solution architecture , articles , writing , computer science , writer , languages , html5 , malayalam , javascript , proof 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10…
https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10051612585e01… 1/2
Current Designation: Technical Content Writer
Current Company: Mozilor Technologies
Current Location: Kollam
Pref. Location: Kerala - Other
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Mozilor Technologies as Technical Content Writer
Jan 2021 to Till Date
Developing Contents for plugins, articles, proof reading
Suffix E Solutions as Junior Software Engineer
Oct 2019 to Jan 2021
UG: B.Tech/B.E. (Computer Science and Engineering) from APJ Abdul kalam kerala technological university in 2019
Last Active: 10-Feb-21 Last Modified: 1-Feb-21
VINEETHA
Technical Content Writer seeking roles in Project Management,Requirement
Analysis,Solution Architecture,HTML5,CSS3,Bootstrap,MySQL, Wordpress,Core Java,
content writing
Key Skills: Junior Software Engineer,Software Developer,Application Programming,Project Management,Requirement
Analysis,Front end developing,HTML5,CSS3,Bootstrap,MySQL
Summary
Result-oriented Professional with 1 year of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,HTML5,CSS3,Bootstrap,MySQL,JavaScript,Wordpress, Java
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10…
https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10051612585e01… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Wordpress, Magento
HTML5, CSS3
BOOTSTRAP
MySQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 629: Resume 1321 with similarity score 0.03074093149871545
B.E , MS , B.TECH , BS application developer , senior software engineer , devops engineer , full time version control , security , docker , linux , gateway , energy , status , bug tracking , awk , continuous integration , xml , artifacts , nagios , writing , components , obc , building , network monitoring tools , infrastructure , amazon web services , automation , ansible , amazon ec2 , devops , kubernetes , access , designation , pattern matching , amazon s3 , hindi , cloud , cluster , json , english , troubleshooting , web applications , gas , groups , provisioning , playbook , pipelines , yaml , chart , code coverage , sonarqube , amazon ebs , javascript , grep , technology , sed , continuous delivery , optimization , command , groovy , affirmative action , samsung , data analytics , amazon vpc , freestyle , public , maintenance , unix , nexus , architecture , email , tomcat , business intelligence , aws , configuration management , ubuntu , ad-hoc , web servers , amazon rds , github , maven , languages , oil , jira , search , api , codes , high availability , jenkins , health , routing , ami , apache , authorization , internet , enterprise , record , ci , electronics , shell scripting , storage , repository management , python , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c095518110040…
https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c0955181100400316135d5d00… 1/3
Current Designation: Cloud DevOps Engineer
Current Company: GE
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: Oil and Gas/Power/Infrastructure/Energy
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
GE as Cloud DevOps Engineer
Sep 2019 to Till Date
Experience working with Data Analytics & Business Intelligence team.
Working with Sisense tool in Dev, Sandbox, Staging and Production environments which is hosted in AWS.
Working with Kubernetes clusters and maintaining it in AWS EKS and in BareMetal.
Experience of creating clusters using eksctl tool in AWS EKS.
Having experience on writing manifest files for different resources in Kubernetes.
Using Helm chart to deploy our Sisense package to Kubernetes cluster.
Having experience on working with Terraform to provision various resources in AWS.
Writing Python API scripts for automation of Sisense environments.
Samsung R&D Institute India as Senior Software Engineer
Jan 2018 to Sep 2019
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Deepak Kumar Sahu
DevOps Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,AWS,Jira,Ant,Maven,Git,Jenkins,Ansible,Spinnaker,Docker,Kubernetes,Python,Shell
Scripting,Nagios
Key Skills: Software Configuration Management,Build Management,Release Management,Continuous
Integration,Application Deployment,AWS,Jira,Ant,Maven,Jenkins,Ansible,Spinnaker,Docker,Shell
Scripting,Nagios,GIT,Terraform,Python,Kubernetes,Sonarqube,Nexus
Summary
Having nearly 5 years of work experience in Amazon Web Services and DevOps tools.
Building Cloud architecture for scalable solutions - Good experience in AWS and building highly available solutions in cloud.
Knowledgeable in EC2, EBS, ELB, Autoscaling, S3, VPC, RDS, IAM, Route53.
Continuous Delivery - Experience working in continuous delivery model, which includes tools like Git, Jira, Ant, Maven, Jenkins,
Ansible, Spinnaker, Docker and Kubernetes.
Version Control System and Source Code Management - Git and Github.
Continuous Integration - Building Jenkins Pipeline using Maven and Ant build tool.
Configuration management - Good experience in writing Ansible playbooks.
Scripting - Using Shell scripting or Python Scripting to automate manual work.
Monitoring Tool - Configuring Nagios server and checking the health status of services and servers.
Multi Cloud Deployment Tool - Building deployment pipelines using Spinnaker.
Container and Orchestration - Using Docker and Kubernetes clusters.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c095518110040…
https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c0955181100400316135d5d00… 2/3
Experience working in Continuous Integration and Continues Delivery model, which includes tools like Jira, Git, Maven,
Jenkins, Ansible, Spinnaker and Docker.
Experience in using GIT for Version Control.
Creating freestyle projects and pipelines in Jenkins to build and deploy web applications to different environment like Dev,
QA, Staging and Prod.
Writing Jenkinsfile for CI/CD Pipeline.
Managing Jenkins Users and Security. Having knowledge on Jenkins Operation Centre with High Availability and Jenkins
Master-Slave architecture.
Having exposure to tools like Jira for Task/Bug Tracking, SonarQube for Static Code Analysis, Nexus for Artifacts
Repository Management and JaCoCo for Code Coverage.
Writing Maven script according to the requirement and integrating with Jenkins for continuous integration process.
Understanding of java, xml, groovy, json and yaml codes.
Having experience of executing Ansible Ad-Hoc commands and playbooks against multiple nodes.
Experience in using Docker Container in test environment.
Experience in writing Dockerfile to build Docker Container.
Have experience on tomcat application server.
Having experience on Linux Administration and writing shell scripts.
Experience of AWS services like EC2, S3, ELB, Autoscaling, Route53, RDS, IAM, VPC.
Working in IAM user, group, roles and polices also creating S3 bucket policies with JSON script.
Creating different record sets for hosted zones in Route53.
Administering & setting up VPCs specific to environment and its components
e. IGW, Subnets, NAT Gateway, VGW, Route Tables, Security Groups, NACL.
Have written Python scripts for Cost Optimization in our AWS environment.
Hewlett Packard Enterprise as AWS DevOps Engineer
Jan 2016 to Jan 2018
Experience in environment set-up in AWS.
Using different types of AWS AMI, mostly Ubuntu.
Experience working in continues delivery model, which includes tools like Git, Ant, Jenkins and Ansible.
Using Git for source code management.
Creating freestyle jobs and pipelines in Jenkins to deploy web applications to the tomcat container.
Writing ANT script according to the requirement.
Provisioning servers and installing required software in multiple EC2 hosts with Ansible playbook.
Having experience in remote deployment using Ansible.
Experience in Linux/Unix installation, configuration, troubleshooting Redhat, Ubuntu.
Knowledge in network monitoring tools like Top, PS.
Implementing monitoring for Linux machines with the help of Nagios.
Hands on experience Disabling and Enabling the Services.
Experience in patching and package installation in ubuntu.
Usage of pattern matching and search command grep, sed and awk.
Hands-on experience on web servers like Tomcat and Apache etc.
Hands-on experience on python boto3 module to manipulate AWS services.
Experience on handling traffic on the cloud.
Experience in AWS EC2 instances. Launching of multiple EC2 instances, also stopping, starting and terminating the
instances on scheduled basis.
Having knowledge of AWS storage, Networking and Identity and Access management.
Managing of S3 life cycle with IA-S3 and Glacier.
Administering & setting up Security groups & VPCs specific to environment.
Setting up VPC and its components: Internet Gateway, Network ACL, Security Group, Subnet and Route Table.
Managing private and public subnet in AWS as per the request.
Configured NAT Gateway in AWS.
Setting different types of routing policies in Route53
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2015
Other Qualifications/Certifications/Programs:
AWS Certified SysOps Administrator
Certified Kubernetes Application Developer
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c095518110040…
https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c0955181100400316135d5d00… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
AWS 2019 4 Year(s) 0 Month(s)
Amazon EC2 2019 4 Year(s) 0 Month(s)
AMAZON S3 2019 4 Year(s) 0 Month(s)
Amazon RDS 2019 4 Year(s) 0 Month(s)
ANT 2019 4 Year(s) 0 Month(s)
Amazon VPC 2019 4 Year(s) 0 Month(s)
IAM 2019 4 Year(s) 0 Month(s)
Route53 2019 4 Year(s) 0 Month(s)
Amazon Glacier 2019 4 Year(s) 0 Month(s)
NAGIOS 2019 4 Year(s) 0 Month(s)
Python 2019 4 Year(s) 0 Month(s)
Ansible 2019 4 Year(s) 0 Month(s)
Jenkins 2019 4 Year(s) 0 Month(s)
GIT 2019 4 Year(s) 0 Month(s)
Amazon ELB 2017 4 Year(s) 0 Month(s)
Amazon EBS 2019 4 Year(s) 0 Month(s)
DOCKER 2019 4 Year(s) 0 Month(s)
Unix/Linux 2019 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Oriya Expert
Rank 630: Resume 1348 with similarity score 0.03074010872718466
MS , BS project lead , solutions architect , principal engineer , associate principal , software manager , devops , quality assurance , full time , automation engineer , balancer data warehousing , core java , computing , trails , security , functional testing , tortoise svn , angular , docker , teamcity , merging , test cases , pattern , status , red hat linux , continuous integration , build tools , artifacts , nagios , writing , ec2 , sql server , organization , performance testing , ansible , devops , interfaces , designation , mar , rhel , hindi , cloud , api testing , windows , english , agile , project , groups , red hat enterprise linux , one , sonarqube , javascript , working experience , amazon web services (aws) , reporting , exploratory testing , rpm , subversion , general , developers , scripting , affirmative action , maintenance , dynamo , mobile testing , unix , centos , database testing , email , ubuntu , web servers , github , maven , languages , jira , jenkins , appium , jmeter , software industry , authorization , teams , plugin , modernization , application , yum , less , test automation , cucumber , matrices , conducting meetings , ecs , s3 , debugging , repository , framework , selenium , python , load , test execution , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a0243420910…
https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a02434209100619120b5b0f5… 1/3
Current Designation: Associate Principal Engineer
Current Company: Nagarro Software Pvt.Ltd
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Nagarro Software Pvt.Ltd as Associate Principal Engineer
Nov 2006 to Nov 2006
PROJECT DETAILS
PROJECT #7 Accentra
Client: World leader in Security Solution
Duration From Mar 15, till date
Environment Java, Postgres/Mongo, Angular JS
On-site Experience 3 months - Stockholm, Sweden
Roles & Responsibilities:
Developed and implemented Software Release Management strategies for various applications according to the agile
process.
Integrated build Process through Jenkins to various SCM tools like GitHub, Tortoise SVN.
Developed build and deployment scripts using MAVEN as build tool and automated the build and deploy processes
using Jenkins to move from one environment to other environments.
Development, Quality Assurance and Management teams to ensure cross communication and confirmed approval of
all production changes
Managing the whole CI/CD process using Jenkins.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Amit Shahran
Associate Principal Engineer seeking roles in Project Management,Cloud
Computing,Requirement Gathering,Agile Methodology,Configuration
Management,Release
Management,Jenkins,AWS,Docker,Ansible,Linux,JIRA,Python,JMeter
Key Skills: Devops,Aws,Python Language,Mobile Testing,Testing,Jfrog Api Testing,Ecs,Svn Cloud,Maven,Lecture
Management,Subversion,Ms - Sql Server,Restful Api Testing,Database Testing,Amazon Aws,Postman,Release
Management,Docker,Scm,Dns,Reporting And Analysis
Summary
OBJECTIVE To build career in software industry with a sense of responsibility and dedication in organization conductive
learning, enhancing, consolidating my technical skills for the benefit of the organization. SUMMARY OF EXPERIENCE 7+ years
of experience in DevOps. 7 years of experience in the QA profile. Good experience in CI/CD using Jenkins and TeamCity.
Experience with build tools ANT and MAVEN for writing build.xml and pom.xml respectively. Ability in deployment, build scripts
and automated solutions using Python. Good knowledge of Docker and AWS. Good experience in Ansible. Working experience
in terraform (IAAC). Experience on LINUX platform and knowledge of Linux commands. Installed and configured the RPM
packages using the YUM Software manager. Installed and Deployed Red Hat Enterprise Linux, CentOS and installation of
packages and patches for Red Hat Linux Servers. Experience on Amazon WEB Services (EC2, ELB, VPC, S3, Cloud Front,
IAM, RDS, Route 53, Cloud Watch, SNS, VPN,
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a0243420910…
https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a02434209100619120b5b0f5… 2/3
Good experience in ansible.
Worked on terraform as an IAAC.
Installed and configured Jenkins for continuous integration and performed continuous deployments.
Automation Engineer for Developing Build and deploy tool like Jenkins.
Worked on AWS security CIS benchmark.
Responsible for Release management activities, handling releases, close coordination in test execution, Defect
management and control.
Resolving merging issues during build and release by conducting meetings with developers and managers.
Rebuilding and modernization of high load classified advert platform on Amazon Web Services (AWS).
Worked on Amazon AWS tools, such as Lambda, S3, SNS/SQS, and their python interfaces.
Architected the AWS pre-prod environment, which includes setting up the VPC, Subnets, S3, EC2, AWS ECS,
Redshift, dynamo Db, Document DB, Batch job, Web Servers, IAM, Security Groups, Load Balancer & Lambda to support
data warehousing solutions.
Build server deployment on an Amazon Cloud (EC2) servers with the help of DevOps tool like Jenkins.
Maintain and monitor all system frameworks and provide after call support to all systems and maintain optimal Linux
knowledge.
Created Containers in Docker.
Built and Deployed Java/J2EE to a WEB application server in an Agile continuous integration environment and automated
the whole process.
Using Jenkins AWS Code Deploy plugin to deploy to AWS.
Used ANT and MAVEN as build tools on Java projects for the development of build artifacts on the source code.
Automated Weekly releases with ANT/Maven scripting for Compiling Java Code, Debugging and Placing Builds into
Maven Repository.
Involved in deploying the content cloud platform on Amazon AWS using EC2, S3, and EBS.
Worked on serverless service on Aws with best security practice.
Worked on production user-based Sites.
CloudWatch is using for monitoring the whole application.
Requirement Understanding, Performed system, integration, regression and exploratory testing.
Functional testing using Selenium web driver with python language.
Created framework using page object pattern.
Design and update the automation test cases using python scripts.
Restful API testing using selenium and Postman.
Database testing using Postgres and Mongo.
Review the MR for test automation code and give comments if any.
Log & Track software defects in our bug-tracking database.
Reporting and analysis of defect related matrices. Discuss with Client if there is any issue related to issue reported, or
any queries on requirement or execution.
Performance testing experience using JMETER.
Nagarro Software Pvt.Ltd as Associate Principal Engineer
Nov 2006 to Till Date
UG: BCA (Computers) from Kurukshetra University in 2003
PG: MCA (Computers) from Kurukshetra University in 2006
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Education
IT Skills
Skill Name Version Last Used Experience
JIRA
Selenium Web driver using python
Appium for mobile app
POC on Cucumber
Python and basics of core Java
ANT, Maven, TeamCity
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a0243420910…
https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a02434209100619120b5b0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SonarQube, JFrog
Automation using python language
postman
Hybrid framework using POM
MS-SQL Server, Postgres
Mongo Db
Jmeter 3.3.1
Git, SVN
AWS (EC2, ELB, S3)
Windows, UNIX, LINUX (RHEL)
RedHat, Ubuntu
Agile, Nagios, CloudWatch, Cloud trails
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 631: Resume 915 with similarity score 0.03070557291137079
B.E , MS , B.TECH , BS software engineer , ui developer , software developer , full time , full stack developer react.js , functionality , dart , core java , gamification , customer , algorithms , segmentation , computer networking , css , access , designation , affirmative action , general insurance , hindi , offers , analytics , sdks , public , maintenance , ltd , english , authorization , referrals , donations , wallets , status , screens , sql , email , project , store , application , aws , cryptocurrency , fiat , health insurance , survey , saas , n/a , rest , obc , s3 , debugging , languages , electricity , html5 , operating systems , es6 , python , mobile , money , javascript , mantra , notification , technology , bill payment , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400…
https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400417400a5f005… 1/3
Current Designation: Software Engineer
Current Company: Mantra Labs Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: NA [other]
Verified : Phone Number | Email - id
Mantra Labs Pvt Ltd as Software Engineer
Feb 2020 to Till Date
Working as a Flutter Developer.
HummingWave Technologies Pvt. Ltd. as Full Stack Developer
Jun 2019 to Feb 2020
Woking in Smartkarrot project as a full stack developer , Smartkarrot is a platform which is used for customer
engagement. This platform has many services like Notification, Segmentation, Referral, Survey etc.
UG: B.Tech/B.E. (Computers) from INSTITUTE OF ENGINEERING AND TECHNOLOGY, LUCKNOW in 2019
PG: NA (other) in 0
Last Active: 31-Jan-21 Last Modified: 31-Jan-21
ANIL KUMAR SAHU
Full Stack Developer seeking roles in Software Development, Application
Development, Database Management.
Key Skills: Core Java,Java 8,J2Ee,C,Data Structures,Algorithms,OOPS,Operating
Systems,Html5,CSS,Javascript,React.Js,SQL,DBMS,Computer Networking,AWS,C++,Flutter,Dart
Summary
A competent professional with nearly 1.5 years of experience in Software Development, Application Development, Database
Management, Data Structures, Computer Networking, UI Development, Javascript, DynamoDB, HTML, CSS, ReactJS, SQL.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400…
https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400417400a5f005… 2/3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Feb 2020 - Sep 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Feb 2020 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Jun 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 10
Skill Name Version Last Used Experience
JAVA 8 2020 0 Year(s) 7 Month(s)
C N/A 2019 0 Year(s) 6 Month(s)
HTML 5 2020 0 Year(s) 7 Month(s)
CSS 4 2020 0 Year(s) 7 Month(s)
JavaScript ES6 2019 0 Year(s) 6 Month(s)
React.js 16.11 2019 0 Year(s) 6 Month(s)
AWS N/A 2020 0 Year(s) 7 Month(s)
Data Structures N/A 2020 0 Year(s) 7 Month(s)
ALGORITHMS N/A 2020 0 Year(s) 7 Month(s)
Computer Networks N/A 2020 0 Year(s) 7 Month(s)
Operating Systems N/A 2019 0 Year(s) 5 Month(s)
SQL N/A 2020 0 Year(s) 7 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: Vuka
Client: Vuka
Skill Used: Flutter, Dart, Python etc.
Project Details: Vuka application basically includes Mobile Recharge, Electricity bill payment, DSTV bill payment, Add money,
Send money etc.
Project Title: SBI General Insurance
Client: SBI General Insurance
Skill Used: Flutter, Dart, Python etc.
Project Details: SBI General Insurance application includes all types of insurance services like Home Insurance, Motor
Insurance, Health Insurance etc.
Project Title: Smartkarrot
Client: Smartkarrot
Skill Used: Java 8 , Html5, CSS , Javascript, React.Js, AWS
Role Description: Full Stack Developer
Project Details: Website Link: https://www.smartkarrot.com
Description: SmartKarrot offers SDKs and private REST APIs for all its SaaS services. Our SDKs and
APIs make it easy to quickly configure and integrate otherwise complex functionalities like referrals,
user segmentation, geofencing, actions like rich push, gamification, surveys and feedback, analytics,
donations, a full-fledged journey designer, wallets for cryptocurrency and fiat currency, and smart
contracts on public and permissioned blockchains .
Key Responsibilities : worked as an UI Developer and created many screens using HTML, CSS, JavaScript,
React.js .
Used AWS SDK to integrate the backend to frontend for Website.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400…
https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400417400a5f005… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Used AWS Lambda for various Functionality.
Used AWS DynamoDB to store the data .
Used AWS S3 Bucket to store and access file needed for User.
Used AWS Cloudwatch for debugging .
Rank 632: Resume 70 with similarity score 0.03068259413911432
MS , B.TECH work from home media marketing , css , adobe photoshop , cse , ux design , bootstrap , social media , c programming , adobe illustrator , resume , java , computer science , assessment , app , it , one , python , ion , technology , html Assessment
Q1. Why should you be hired for this role?
Hello, I'm Nikhitha. Currently, I'm pursuing my final year in CSE with a specialization in CyberSecurity. I've also worked as a Peer Mentor for
CyberSecurity for one year in my college. KLUniversity) I've good knowledge of app development Android). I don't have practical
achievements, but I really want to practically explore and experience my potential by delivering the best services to the company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Ill be available for 3 months, If it is starting right now. For full-time work from the home internship. It's okay as of now.
Resume
EDUCAT ION
CONTACT Phone: 91 6303127429
Ankem Nikhitha
Vijayawada, Bangalore
Applied 31 Dec'20
MSOffice Adobe Illustrator Adobe Photoshop
Bootstrap C Programming CSS
HTML Java Social Media Marketing
UI & UX Design Python
Bachelor of Technology B.Tech), Computer Science & Engineering
KLUniversity
2017 - 2021
CGPA 8.32/10
Rank 633: Resume 1119 with similarity score 0.03067707810647732
B.E , B.TECH , BS application support , full time , software developer web development , telugu , powershell , efs , security , designation , affirmative action , hindi , azure , windows , authorization , english , status , instrumentation , excel , software testing , email , project , application , groups , aws , microsoft , saas , srm , debugging , premises , shell scripting , ec2 , languages , boarding , javascript , servicenow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c19…
https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c195616100a0e5c5… 1/2
Current Designation: Software Developer
Current Company: Cognizant
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
Cognizant as Software Developer
Oct 2019 to Till Date
Project #1:
Client: Orkla
Tools: Windows AD, Azure AD
Description: To create the security groups, on boarding the users, Assigning the license, Changing the attributes of the
user, adding the groups to the user and creating the OU in AD.
Role & Responsibilities:
* Creating the security groups In the Azure AD and assigning to the users
* On boarding the users and assign the license in bulk using the power shell.
* Validating the users Attributes and path.
* Adding the on-premises AD to Azure AD and adding the applications in to azure as SAAS
* Adding the applications in to azure as SAAS
UG: B.Tech/B.E. (Instrumentation) from SRM university (SRMU) in 2018
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Sundeep Jamili
Software Developer seeking roles in Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software
Testing,Application Support,Shell Scripting,Debugging,Microsoft
Azure,Servicenow,SAAS,AWS,Powershell
Key Skills: Software Developer,Software Development,Application Programming,Coding,Web Development,Requirement
Gathering,Software Testing,Application Support,Shell Scripting,Debugging,Microsoft
Azure,Servicenow,SAAS,AWS,Powershell
Summary
Skilled professional with 1 year of experience in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,Shell Scripting,Debugging,Microsoft
Azure,Servicenow,SAAS,AWS,Powershell
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c19…
https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c195616100a0e5c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
* Windows AD
* Azure AD
Service now
AWS (IAM, EC2, EBS, EFS, ELB, ASG)
* Power shell Scripting
* Excel VBA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 634: Resume 887 with similarity score 0.030597574640022013
B.E , MS , B.TECH , BS full stack developer , senior software engineer , full time , software developer react.js , functionality , web development , express.js , redux , graphql , css , soap , designation , asp.net mvc , platforms , affirmative action , web services , hindi , databases , web api , scratch , maintenance , authorization , node.js , status , extensions , sql , email , store , modular , application , aws , mongodb , devices , redis , electronics , rest , components , business english , git , debugging , landing pages , b1 , django , tia , languages , html5 , sass , python , javascript , jira , dashboards , apps , technology , browsers , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f1450…
https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f145043405a095a05… 1/2
Current Designation: Senior Software Engineer
Current Company: Happiest Minds Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Happiest Minds Technologies as Senior Software Engineer
Oct 2020 to Till Date
Software Engineer seeking roles Full Stack Developer with experience in technologies:
JavaScript,AWS,Node.js,Python,JIRA,Express,MongoDB,SQL,Git
Cognizant as Senior Software Engineer
Dec 2016 to Sep 2020
Built, tested, and deployed scalable, highly available, and modular RESTful Services using Node and Express.
Worked on Databases like Mongo and Redis to store data for each service.
Expanded development efforts to include related platforms and protocols such as SOAP, REST API.
Developed SPAs with Reusable components using React, Express, and Node.
Collaborated with in-house web designers to create sleek and innovative UI design using React, Redux, ReactHooks.
Tested site compatibility across multiple browsers and devices, uncovering and debugging issues, and addressing
inconsistencies.
Developed landing pages, dashboards, and online website using React.js, Asp.NET MVC, Web API.
Drafted clean HTML and CSS code, integrating design, extensions, and third-party apps according to web development
plans.
Created RESTful web-services for effective communication across two applications.
Oversaw major new enhancements to existing software which significantly improved overall functionality and performance.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Akash Pradhan
Full Stack Developer with experience
in technologies: JavaScript,AWS,Node.js,Python,JIRA,Express,MongoDB,SQL,Git
Key Skills: AWS,Node.Js,React.Js,Javascript,MongoDB,Python,Django,Express.js,GIT,System Design,Design
Patterns,TDD
Summary
I am a MERN stack developer with a proven knack in designing and developing efficient, high-performance, user-friendly web
applications, and RESTful APIs. I have designed, developed, and supported applications from scratch to production mode.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f1450…
https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f145043405a095a05… 2/2
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Biju Patnaik University of Technology, Odisha in 2016
Other Qualifications/Certifications/Programs:
Business English Certificate (B1)
TIA & HMI
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Node.js * React.js * JavaScript 3 Year(s)
Web Services, REST API, GraphQL
HTML5, CSS, SASS
AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 635: Resume 899 with similarity score 0.030596393075063358
B.E , MS , B.TECH , BS training executive , enterprise application developer , devops , software developer , full time finalization , software integration , mock , test cases , macos , enterprise software , node.js , technical training , status , bug tracking , specifications , test systems , express , doctors , testing , technical design , features , fundamentals , html5 , sass , coordinated , react.js , gamification , devops , hindi , windows , json , english , code review , web applications , project , live , system requirements , mvc , c++ , git , soft skills , documentation , javascript , artificial intelligence , general , healthcare , team management , lms , affirmative action , mysql , maintenance , customer requirements , bootstrap , architecture , email , aws , responsive web design , ubuntu , spice , edge , camp , languages , quiz , learning management , management system , apps , ajax , codes , payment gateways , software solutions , authorization , internet , excel , requirements gathering , alchemy , led , debugging , framework , preparation , e-commerce , events , communications , community groups 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a43…
https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a435712130d5d0f5… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
9thblock as Front-end Developer
Feb 2020 to Apr 2020
Key Result Areas:
Planned, designed, coded, analyzed, and conducted test systems for applications; developed and executing unit/ basic/
functional test cases & framework
Mapped requirements and provided customized software solutions involving finalization of product specifications and
selection of appropriate techniques; conducted system study and coordinated with team members for System Design &
Integration, Application Maintenance and so on
Developed web applications for while considering business and system requirements
Performed requirements gathering, analysis development and testing
Maintained project, drafts, files, codes and scripts in an organized manner that allows other team members to make
edits/suggestions/ changes
Participated in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
of proposed applications
Interacted with the clients for updating them about the status of project
Provided technical support in the design and development of enterprise software applications; assisted in the
development of new systems or enhancement of existing systems based on customer requirements
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PARTH KHER
Front-end Developer seeking roles in Software Development Life Cycle,Full Stack
Development,Software Development,Full Stack Development,Application
Development,Coding,Code Review,Bug
Tracking,Debugging,Design,Architecture,Team Management
Key Skills: front-end developer,software developer,software development,full stack development,application
development,code review,bug tracking,debugging,design,architecture,team
management,react.js,javascript,node.js,bootstrap,responsive web design,html5
Summary
A result-oriented professional; offering over 3 years of experience in design,
development, solution providing, problem resolution of applications
Previously associated with 9thblock, Bengaluru as Frontend Developer;
successfully developed fully functional responsive prototypes basis business
requirements using HTML5, CSS3, JavaScript, and React
Exposure of developing website mock-ups for clients and ensuring quality
control before project development phase
Worked on several projects gathering experience across Flight Booking
Services, Social Networking Platform, Learning Management System, and
Healthcare Platform
Worked with Express MVC framework for NodeJS and created routes required
for delivering data to the frontend
Experienced in managing the complete Software Development Lifecycle
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a43…
https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a435712130d5d0f5… 2/3
Alchemy Info-Tech as Enterprise Application Developer
Dec 2018 to Dec 2019
Spice Jet's Flight Booking Services
Successfully developed a responsive web app for Spice Jet's domestic flight
booking services with payment gateways
Scheduled functionalities as well as supervised software integration and
technical training on client's end
Edge Verve Social Networking
Platform
Established and sustained sound relationships with Edge Verve and actively
led the team towards development, and timely project execution
Rendered technical training for a social networking platform with features
like bulk upload of members by admin, community groups, events & so on
Learning Management System (LMS)
Built LMS for open markets/ corporate use with features like upload of
courses via excel, live classrooms, quiz system, gamification, practice labs,
and in-build code editor
Healthcare Platform
Coached & mentored a 6-intern team to build a healthcare platform for
effective and quick communications between Doctors and Patients
NIIT as Software Training Executive
Jun 2017 to May 2018
Highlights:
Successfully spent over 100 hours in providing Artificial Intelligence training to BCA final year students
Trained & mentored second year B.Voc. students (40+) on Fundamentals of C++ Programming
Planned & organized Soft Skills Training Camp which was attended by over 300 students within 9 days
UG: B.Tech/B.E. (Computers) from Maharishi Markendeshwar Engineering College, Ambala,Mullana in 2016
Other Qualifications/Certifications/Programs:
ertification for Java Enterprise Apps with DevOps
Education
IT Skills
Skill Name Version Last Used Experience
windows and macos
HTML5, CSS3, JavaScript, JSX, SASS,
AJAX, JSON, and Axios
: GIT, VSCode, MySQL
React.js 0 2 Year(s) 0 Month(s)
Node.js 0 2 Year(s) 0 Month(s)
BOOTSTRAP 0 3 Year(s) 0 Month(s)
AWS 0 2 Year(s) 0 Month(s)
UBUNTU 0 2 Year(s) 0 Month(s)
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a43…
https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a435712130d5d0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
kashmiri
Rank 636: Resume 1488 with similarity score 0.03058939706304268
B.E , MS , B.TECH configurator , cto , associate , cio , data modeler , solution architect , change management , full time , team lead , technical specialist , vp , chief architect global view , continuous process , cots , computing , customer , window , root cause , workshops , reduced costs , rfi , conducting , platforms , enterprise integration , docker , linux , gradle , project planning , energy , status , multinational , digital transformation , enterprise systems , technical presentations , msa , process design , transportation , ehcache , scope management , writing , components , building , visio , order management , odm , agility , automation , devising , retail , kubernetes , designation , ibm db2 , pre-sales , hindi , cloud , configurator , ltd , architects , english , productivity improvement , erwin , open source integration , technology evaluation , microservices , consolidation , solution architecture , redis , architecting , change management , estimates , spring data , feasibility studies , struts , sonarqube , javascript , business initiatives , risk analysis , rollout , partnerships , slf4j , mid-market , affirmative action , information technology , oracle , mysql , principles , hub , maintenance , service delivery , apache kafka , ibm bpm , activemq , postgresql , email , business units , aws , high-end , ee , operations , sequencing , middleware , junit , achieve global , containerization , maven , perforce , languages , hibernate , management system , doms , business transformation , jira , search , web , api , spring mvc , mockito , technology consulting , onboarding , jenkins , rfp , choreography , ug , toad , coe , defense , comparative analysis , authorization , teams , business value , spring boot , models , log4j , record , modernization , application , modular , cost effective , transformations , drools , enterprise architecture , clearcase , ecs , uml , cvs , jbpm , reviews , eclipse , orchestration , service standards , harmonization 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10…
https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10051815595e01… 1/3
Current Designation: Associate Distinguished Engineer
Current Company: Nagarro Software Pvt. Ltd
Current Location: Gurgaon
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd as Associate Distinguished Engineer
Jun 2013 to Till Date
Leading Enterprise Architecture Practice to define technology strategic roadmap & producing best-in-class solutions that
meets business objectives
Aligning information technology with business objectives and deriving opportunities for transformation, legacy
modernization, harmonization & rationalization of assets and business processes
Providing High-end consulting in customer's digital transformation initiatives
Heading Centre of Excellence (CoE) for Enterprise Transformations to build competency, govern applications, enforcing
best practices, build & promote reusable components and so on
Spearheading the overall business transformation effort and process design with the project stakeholders covering the full
Software Development Lifecycle (SDLC)
Conducting process reviews, automation feasibility studies in order to provide customized solution as per client's
requirements
Designing and architecting large scale enterprise systems handling huge volume of transactions by setting up future ready
foundational architectural principles and enabling quality driven high- performance web-scale models
Collaborating with the development teams to conduct the technical roadmap of the capabilities within the domain
Devising plans, roadmaps & strategies; transforming clients' data into tangible business value by analyzing information
and communicating outcomes
Establishing roadmap for enhancing operations to achieve global service standards; implementing cost effective
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Piyush Aggarwal
Enterprise Solution Architect seeking assignments in Enterprise Architecture
Consulting,Software Engineering,Enterprise Applications Solutions,Digital Roadmap
Planning,Solution Architecture,Presales, Digital Transformation, Middleware
technologies.
Key Skills: Enterprise Architecture Consulting, Enterprise Applications Solutions, Digital Roadmap Planning, Solution
Architecture, Digital Transformation, Java, Microservices, AWS, API Management, Mulesoft, Docker, Kubernetes, Cloud
Computing,
Summary
Offering nearly 18 years of experience in managing end-to-end implementation, project planning from scope management, to
activity sequencing, effort estimation, risk analysis to quality management in line with guidelines and norms
Expert in designing, building, and implementing Enterprise solutions for mid-market and enterprise companies nationwide using
modern technologies/concepts such as microservices, cloud-native, cloud etc.
Collaborated with CIO, CTO or Chief Architects and established partnerships with Business and IT to provide inputs towards
strategies, roadmaps and IT plans; Track record of directing business initiatives while participating in planning, root cause
analysis and implementation of solutions
Delivered highly skilled technical presentations to customer prospects and provided technical support in writing proposals to the
team in responding to RFI/RFP/RFQs
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10…
https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10051815595e01… 2/3
processes to ensure effectiveness resulting in reduced costs and improved service delivery
Facilitating end-to-end delivery of the project, by defining standards guidelines & meeting internal and external objectives:
Estimation, risk, scope, time, resource, quality and change management
Value-adds, continuous process and productivity improvement
Expectation management of team
NIIT Technologies as Technical Specialist
Apr 2013 to May 2013
Steria India Limited (Formerly Xansa) as Technical Team Lead
Apr 2005 to Apr 2013
UG: B.Tech/B.E. (Computers) from Kurukshetra University in 2001
Education
IT Skills
Skill Name Version Last Used Experience
MQSeries, ActiveMQ, Apache Kafka, Apigee
IBM BPM, jBPM, Camunda, Apache Drools
IBM ODM
Java, Java EE, JSP, Servlet
Spring, Spring MVC, Spring Boot
Spring Data, Hibernate, Struts
Log4J, Logback, SLF4J, Ehcache
Redis, Elastic Search, EJB, Ant, Maven
Gradle, Jenkins, SonarQube, JUnit
Mockito, GIT, Rational Clearcase
Perforce, SVN, CVS, ERwin data modeler
TOAD, Eclipse, Rational Rose, UML
MS Visio, Jira
Window, Linux
Oracle, MySQL,IBM DB2, PostgreSQL, Mongo
Mulesoft Anypoint Platform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10…
https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10051815595e01… 3/3
Nature of Employment: Full Time
Role: Solution Architect
Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Role: Solution Architect
Duration: Apr 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Solution Architect
Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Distributed Order Management System (n-DOMS)
Client: US Based Multi-brand Retailer in fashion domain
Project Details: The solution involves orchestration of sales orders between multiple retail stores and distribution centers;
provides global view of inventory
Leading the discovery workshops, technology evaluation, design and architecture and development of the solution
Leading the pre-sales task in preparing solution (comparison of COTS and tailor made solution) and doing bid-defense for
the solution
Laying down core extensible and modular architecture using Microservices with service choreography, containerization and
cloud deployment
Technology: Java 8, Spring Boot, Hibernate, Apache Kafka, AWS RDS for MySQL, Docker, AWS SES, AWS ECS, and so on
Project Title: Technology consulting for application rationalization and modernization
Client: A European multinational company providing digital energy solutions
Project Details: Participating in virtual workshops for understanding various existing quotation applications across different
business units and departments
Providing proposed solution and roadmap for application portfolio rationalization and consolidation through global
configurator builder platform providing agility to the business and IT to rollout new configurators quickly, improving user
experience and easing application maintenance and so on
Laying down core extensible and modular architecture leveraging DDD, MSA and Containerization
Providing commercial offer including solution, estimates and cost for development and presenting the same to the customer
Technology: Java 8, Spring Boot, Hibernate, Apache Kafka, MySQL, Docker/Kubernetes, AWS
Project Title: Technology consulting for onboarding enterprise integration platform
Client: A US based customer in Transportation and Logistics domain
Project Details: Consulted the CTO and chief architect on building strategic roadmap for their Enterprise Application
Integration platform initiative
Conducted three weeks workshop at Customer location to discover various application integration needs in their enterprise
Performed comparative analysis of various COTS and open source integration platforms; recommendation for integration
platform
Provided high level solution and roadmap for implementing integration services
Ensured setting up best practices, standards and processes for Enterprise Application Integration
Technology: Mulesoft Anypoint Platform, Cloud Hub
Rank 637: Resume 881 with similarity score 0.030549884594639688
B.E , MS , B.TECH , BS software engineer , member of technical staff , quality assurance , software developer , java developer react.js , core java , performance analysis , telugu , algorithms , project managers , soap , designation , affirmative action , oracle , web services , user experience , mysql , sql tuning , maintenance , json , english , status , object oriented design , email , testing , rest , software architecture , design patterns , resolve , languages , multithreading , python , software design , spring framework , javascript , technology , application security , performance improvement 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c44…
https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c4404474809090f5… 1/2
Current Designation: Software Engineer II
Current Company: HighRadius Corporation, Hyderabad,
Telangana
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HighRadius Corporation, Hyderabad, Telangana as Software Engineer II
Sep 2019 to Till Date
Worked on SOAP and REST webservices integration
Worked on application performance improvement
Worked on various new enhancements and bug fixes
Worked with project managers, quality assurance and
customers to resolve technical issues.
Triniti Corporation, Hyderabad, Telangana as Member of Technical Staff
Aug 2016 to Sep 2019
Participated in complete software development
lifecycle, including performance analysis, design,
development and testing.
Worked multiple products and suggested various
enhancements that improves user experience and
application security
Worked on challenging tasks and delivered with
efficiency
Worked on multiple technologies like Java, Javascript,
React, Python etc
Last Active: 5-Feb-21 Last Modified: 1-Feb-21
Mahipal Vadde
Java Developer with 4+ years of experience. Involved in end to end development in
multiple projects. Looking for new challenges.
Key Skills: Java, Java 8, Javascript, Oracle SQL, SQL Tuning, Web Services, SOAP, Rest, JSON, Spring, Data
Structures, Algorithms, Object Oriented Design, Design Patterns, Multithreading,
Summary
A growth-oriented professional with an experience of 4 years as Software Development,Software Design,IT Project
Management,Requirement Gathering,Software Architecture,Core Java,Javascript,MySQL,React.Js,JSON
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c44…
https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c4404474809090f5… 2/2
UG: B.Tech/B.E. (Computers) from Vivekananda Institute of Technology, Karimnagar in 2015
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
Java,Web Services,Python,Javascript ,SQL
REACT
MySQL
JAVA
SPRING FRAMEWORK
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Proficient
Rank 638: Resume 1185 with similarity score 0.030435360092914688
MS , M.Sc , M.S director , technical consultant , partner , cio , product development , solution architect , technology consultant , full time , country manager , enterprise cloud architect , vp contractual , general , performance management , customer , migrating , citrix , ease , designation , ug , vendors , mid-market , affirmative action , pre-sales , oracle , shape , hybrid cloud , hindi , revenue , azure , ltd , architects , product engineering , authorization , internet , english , iaas , c-level , teams , go , status , directors , paas , eld , email , aws , solution architecture , operations , microsoft , business strategy , subject matter experts , technology solutions , enterprise architecture , led , drive , dc , building , alliance formation , languages , context , it infrastructure , sme , e-commerce , oci , pivotal , vmware , leadership skills , adoption , practice development , javascript , engineers , acting , organization , sales process , cloud computing , engagements , public sector , migration projects , management skills 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d45…
https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d455644460e550f… 1/3
Current Designation: Director -Cloud Engineering
Current Company: Oracle India Pvt Ltd
Current Location: Delhi
Pref. Location: Delhi / NCR,Australia,Singapore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Telecommunication
Technology]
Verified : Phone Number | Email - id
Oracle India Pvt Ltd as Director -Cloud Engineering
Jun 2017 to Till Date
Growth Path:
June 2020 - Present Director -Cloud Engineering
June 2017 - June 2020 Enterprise Cloud Architect
Key Responsibilities
Engage with technology decision makers (CIO, CTO, Solution Architects, VPs and Directors of IT) within key accounts;
building relationships, evangelizing Oracle Cloud solutions, and providing domain expertise to assist in closing business
As part of Cloud Pursuit team, working closely with OCI India Datacenter engineering team, Product Engineering team,
Top 30 OCI consumer customers, Pre-Sales/Sales team to improve on current OCI services and new innovative solutions
for customers.
Driving Oracle Cloud business with enterprise and public-sector customers; helping to shape and deliver on a strategy to
build broad use of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings.
Developing customer's Cloud Computing architecture vision, future state architectures, and implementable architecture
roadmaps in the context of the public, private, and hybrid cloud computing solutions Oracle can offer
Providing leadership and expertise in the development of new services / customizing existing services with OCI India DC
team and Product engineering team
Key Responsibilities
Leading a team of Cloud Solution Architects, Subject Matter Experts and Cloud Engineers to drive OCI Consumption, new
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Nitin Kaushik
Director seeking roles in Solution Architecture, Enterprise Architecture, Business
Management, Subject Matter Expertise, Cloud Computing, Network Operations,
Business Strategy, Performance Management, AWS, OCI, GCP, Azure and VMware
Key Skills: Director, Head/VP/GM, Solution Architecture, Enterprise Architecture, Business Management, Subject Matter
Expertise, Cloud Computing, Network Operations, Business Strategy, Performance Management AWS, OCI, GCP, Azure
and VMware
Summary
With overall 2 decades of experience in the Industry I represent the flock of next generation leadership in IT industry. Beyond
people and business management I am a Solution Architect, Technical Consultant and Technology evangelist with diverse
exposure and multiple skill sets in IT infrastructure domain.
Driving Oracle IaaS/PaaS Cloud business in North India region. Leading a team of 14+ technical resources including Cloud
Architects, Cloud Specialists (SMEs) and Cloud engineers. Helping Oracle's Enterprise and Public Sector customers shape and
deliver on a strategy to build broad use of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings
Effective communicator with strong functional & leadership skills, smooth relationship management skills and deep analytical &
problem-solving skills. At ease interacting with people across hierarchical levels in an organization for ensuring efficient task
execution.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d45…
https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d455644460e550f… 2/3
customer adds through adoption of Cloud Architecture and Technology Solutions on Oracle cloud and competitive win
back in breadth and depth accounts.
Responsible for all Oracle focused Solution Areas and building blocks
Led Practice development Unit, a cloud focused business unit with a charter to build new cloud and data practices with
Partners.
Experience in establishing hi-performance culture built on strategic customer and partner engagements through innovative
solutions across industry segments in Enterprise, mid-market and public sector spanning across multiple geographies in
India.
Have held important relations with various C-Level Executives & Leaders in the industry, on behalf of the organization and
been pivotal in influencing various decisions in favor of the organization.
Key Responsibilities
Engage with technology decision makers (CIO, CTO, Solution Architects, VPs and Directors of IT) within key accounts;
building relationships, evangelizing Oracle Cloud solutions, and providing domain expertise to assist in closing business
As part of Cloud Pursuit team, working closely with OCI India Datacenter engineering team, Product Engineering team,
Top 30 OCI consumer customers, Pre-Sales/Sales team to improve on current OCI services and new innovative solutions
for customers.
Driving Oracle Cloud business with enterprise and public-sector customers; helping to shape and deliver on a strategy to
build broad use of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings.
Developing customer's Cloud Computing architecture vision, future state architectures, and implementable architecture
roadmaps in the context of the public, private, and hybrid cloud computing solutions Oracle can offer
Providing leadership and expertise in the development of new services / customizing existing services with OCI India DC
team and Product engineering team
VMware Software India Pvt Ltd as Senior Account Technology Consultant
May 2014 to May 2017
Key Responsibilities
Working directly with Customers to Plan, Design and Implement Enterprise Cloud Solutions.
Working with Product Development and Sales & Delivery organizations to incubate and help bring to market the next
generation of VMware certified technical architectures, solutions and services.
Acting as the knowledge matter expert to deliver technical assistance for ?eld and partner engagements in managing or
consulting.
Provided end to end technical support on migrating Microsoft workloads to VMware platform for various VMware customer
in the country. Supported the PSO team in some of the large and complex migration projects on Microsoft Technologies.
Conducted and delivered trainings for country presales audience on VMware and Microsoft Technologies.
Developing and maintaining technical and business expertise of cloud industry directions and trends
Hewlett-Packard India Sales Pvt Ltd as Country Manager -Microsoft Consulting
Sep 2008 to May 2014
Key Responsibilities
Shaped the expert team on Microsoft technologies for both Presales and Delivery
Lead the team of 12 resources including Architects, SME, Presales, Delivery and Project Management
Developed and lead Services & Solutions business strategy Nationally to deliver agreed revenue targets.
Started the Microsoft consulting practice in year 2009 and grew it from 0 to 40 crores in 5 years.
Build new solutions portfolio in Cloud (Azure, O365, Citrix, VMware etc.)
Alliance formation and contractual agreement with partner, vendors and OEM
Providing winning solutions as part of the pre-sales process including responding to formal or informal Requests for
Proposals (RFPs) and Requests for Information (RFIs) from existing and prospective clients
Working closely with sales leadership teams and other practices to build the go to market solutions.
Tracking the market and competition and coming out with innovative ideas to be most relevant in the market place.
UG: B.Com (Commerce) from Delhi University in 2003
PG: MS/M.Sc(Science) (Telecommunication Technology) from Sikkim Manipal University (SMU) in 2012
Other Qualifications/Certifications/Programs:
B.COM (P)
G.Tech
Education
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d45…
https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d455644460e550f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 639: Resume 1225 with similarity score 0.030363310887874567
B.E , MS , B.TECH director , network consultant , associate , senior engineer , resource manager , it network administrator , full time , it consultant training , technical operations , telugu , multi-tenant , microsoft azure , office , rfi , it operations , linux , ccna , energy , status , specifications , technical presentations , sap , business process improvement , opportunity assessment , network infrastructure , cisco asa , building , connectivity , visio , data center , procurement , routers , pipeline , switches , devising , designation , mar , protocol , hindi , cloud , ltd , architects , flex , english , troubleshooting , layer 3 , vtp , solution architecture , microsoft word , deals , site operations , architecting , hyper-v , network administrator , dc , strategy , tier 2 , security policy , documentation , mop , isolation , value propositions , it transformation , javascript , positioning , managed services , vblock , general , project teams , vendors , affirmative action , emc , maintenance , customer requirements , travel , dmz , racks , email , health check , cisco certified , aws , cisco ucs , network security , fit , mac , juniper , eigrp , customer experience , pod , languages , business transactions , raid , layer 2 , load balancing , symantec backup , esxi , vsphere , dell , security management , functionality , rfp , windows server , circuit , bids , firewall , equipment installation , national accounts , authorization , ipsec , deal closure , cisco nexus , virtualization , deliveries , excel , snmp , application , focus , telecommunications , mds , electronics , led , servers , vmware certified professional , adobe professional , auditing , storage , enablement , sales process , orchestration , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 1/4
Current Designation: Senior Engineer
Current Company: GBM Engineering Services
Current Location: Dubai
Pref. Location: Singapore,United Arab Emirates (UAE),United
Kingdom (UK)
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electronics and
communication]
Verified : Phone Number | Email - id
GBM Engineering Services as Senior Engineer
Mar 2020 to Till Date
Key Result Areas:
Managing end-to-end responsibility for overall solution Cisco HCI and ACI planning, designing, executing and
ensuring the timely deliverable on all aspects
Designing strategic IT transformation plans and implementing a target operating model that can leverage new
business enablement, reduce costs and streamline operations to ensure competitiveness
delivering and presenting technical presentations to the customers and responding to the Customer RFP's and
creates BOM on multiple vendor products for cost-effectiveness
Preparing technical (HLD, LLD, MOP's) & non-technical collaterals; assisting the operation team in organizing the
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SRINIVAS GAVARA
Senior Engineer seeking a role in IT Operations, Business Process Improvement,
Customer Experience, Client Relationship, Solution Architecture, Cloud Migration
transformation, Technical Support Troubleshooting, Data Center,Microsoft
Azure,AWS,VMware.
Key Skills: Senior Engineer,System Admin,IT Operations,Business Process Improvement,Customer Experience,Client
Relationship,Solution Architecture,Cloud Migration,It Transformation,Technical Support,Troubleshooting,Data
Center,Microsoft Azure,AWS,VMware,CCNA
Summary
Enterprising professional with over 10 years of experience in IT -
Data Center, Application, Servers, Virtualization, SDN and PreSales Support/ Solution (including customer facing for 8 years) in
Banking, Energy Companies and Telecommunications Industry
Expertise in Cisco DC Architecture, Solution and Services
Worked closely with Global Project Teams including IT architects,
Operational Architects to ensure the solution is compatible and a long
term fit for the company
Skilled in providing a high level of proactive and reactive
services by building relationships with the customer to best
serve their needs
Working knowledge of Linux/MAC configuration, administration
and technical support; knowledge of RAID and storage concepts
Expertise in Software defined Network and Storage
Technologies
In depth knowledge of Virtualization hypervisors
troubleshooting (VMware, Hyper-V, and so on)
Official travel to US, UAE, Singapore on various client assignments
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 2/4
POC and its execution
Enhancing profitability through building new relationships with multi-national accounts by supporting
customers with technical assistance, resulting in additional business transactions
Working closely with support functions (such as IT / Quality / marketing) to create a compelling solution
/commercial proposal
Defining and implementing a structured way of managing opportunities involving client meeting / solution
pitch / Request for Proposal (RFP) response / Request for Information (RFI) response / presentation
Working with sales team to identify pipeline and plan activities on a weekly basis; part of the deal team for
opportunity assessment, qualification, development of response strategy, proposal development, review and
feedback process, competitive positioning, pricing / commercial decisions and so on
Architecting technical solutions required to focus on customer requirements, assessing customers' needs and
recommended solutions that optimized value for both the customer and the firm
Monitoring customer support for technical solutions proposed throughout the sales process, and alerting the
sales and account teams to potential risks of deal closure
Assisting sales division to help define opportunities and closed large opportunities with the right solutions,
mapping key value propositions to customer's business
Designing software solution proposals that involved gathering plans / proposals from multiple departments
Leading presales in winning e-bids for SBU, participated in end-to-end bid management of medium/ large
deals
Cisco India Pvt. Ltd. as Senior Customer Experience
Jan 2016 to Mar 2020
Key Result Areas:
Managing end-to-end responsibility for overall solution Cisco HCI and ACI planning, designing, executing and
ensuring the timely deliverable on all aspects
Designing strategic IT transformation plans and implementing a target operating model that can leverage new
business enablement, reduce costs and streamline operations to ensure competitiveness
delivering and presenting technical presentations to the customers and responding to the Customer RFP's and
creates BOM on multiple vendor products for cost-effectiveness
Preparing technical (HLD, LLD, MOP's) & non-technical collaterals; assisting the operation team in organizing the
POC and its execution
Enhancing profitability through building new relationships with multi-national accounts by supporting
customers with technical assistance, resulting in additional business transactions
Working closely with support functions (such as IT / Quality / marketing) to create a compelling solution
/commercial proposal
Defining and implementing a structured way of managing opportunities involving client meeting / solution
pitch / Request for Proposal (RFP) response / Request for Information (RFI) response / presentation
Working with sales team to identify pipeline and plan activities on a weekly basis; part of the deal team for
opportunity assessment, qualification, development of response strategy, proposal development, review and
feedback process, competitive positioning, pricing / commercial decisions and so on
Architecting technical solutions required to focus on customer requirements, assessing customers' needs and
recommended solutions that optimized value for both the customer and the firm
Monitoring customer support for technical solutions proposed throughout the sales process, and alerting the
sales and account teams to potential risks of deal closure
Assisting sales division to help define opportunities and closed large opportunities with the right solutions,
mapping key value propositions to customer's business
Designing software solution proposals that involved gathering plans / proposals from multiple departments
Leading presales in winning e-bids for SBU, participated in end-to-end bid management of medium/ large
deals
TATA Consultancy Services as IT Consultant
Dec 2015 to Jan 2016
Highlights:
Developed IT system specifications after evaluating customer's nature of work and business volume
Created the design and deployed the specify circuit mapping and equipment installation based on capacity
delivery plans; prepared plan and deploy Procedures as per Cisco systems standards and documentation
Designed and implemented Cisco UCS Director orchestration for varied infrastructure POD such as (Flex pod,
VSPEX, VBLOCK); ACI Fabric for large scale multi-tenant solution leveraging UCS Director
Performed infrastructure migration for Esxi/Hyper-V for varied workloads; executed UCS and MDS Upgrades and
System Health Check analysis
Adecco Consultancy Services as System/Network Consultant
Aug 2012 to Dec 2015
Highlights:
Participated in installation, repair, and preventative maintenance of computer systems, software, and related
equipment supporting daily technical operations involving network infrastructure connectivity and computer
systems hardware and software
Performed installation and configuration of Windows products like Hyper-V 2012 and VMware software products
like VMware 5.5, vSphere implementation and VCentre configuration
Worked on quarterly budgets and relationship management with vendors to ensure optimum procurement costs
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 3/4
and timely deliveries; deployed system level training to support site operations and specialized usage
Implemented and configured rack and blade server hardware of Cisco UCS Products ( Racks and Blade Servers);
designed Flex Pod and VBlock Architecture designs with EMC (VNX series ) & Net App, Dell JBOD, Cisco (Cisco
Unified Blade and Rack server) and VMware
Railtel Corporation of India Ltd, Company, Hyderabad as IT Network Administrator
Jul 2010 to Jul 2012
Highlights
Deftly led configuration and troubleshooting of layer 2 technologies like VLANs, VTP and STP
on switches
Efficiently analysed corporate LAN & WAN to determine what were the major problems and
improvements needed to be made to the network infrastructure and network security using
Protocol Analyzers, Security Auditing Software Packages from Network Associates
Successfully implemented:
o HSRP on the Cisco 2948G Layer 3 Switches
o EIGRP, OSPF on the 2 Cisco 7200 Routers
o 2 Cisco 2610 Routers
o Layer 3 Switch
o 3 Cisco 3508XL Switches
o 2 Cisco 3524XL Switches for load balancing and fail over
o Network security policy for users on the LAN/WAN network and VPN using Cisco Secure, Network Associates
Security Management Interface
Developed a network SNMP solution and recommended the software like Tivoli, Cisco Works 2000, Cisco View, Cisco
Resource Manager Essentials
Managed IPsec VPN Experience (Cisco Router/Firewall and Juniper) and Cisco GRE Tunnel
Extensively worked on:
o Firewall Implementations (Layering, DMZ, SNAT/DNAT)
o Cisco ACL's, Cisco ASA, Juniper (SSG, MAG)
Namtheun2 Power Company, Laos (International) as IT Consultant
Jun 2010 to Jun 2012
Highlights:
Monitored & supported the successful operations of Namtheun2 network (Domestic/International office)
Collaborated & cooperated with Engineering/ Production Operations Teams, 100+ Users and 15 Vendors for ongoing
projects and technical initiatives; understood client needs, requirements & expectations and devising
solutions accordingly
Ensured that the managed services functionality meets and exceeds customer expectations on network SLA's
Performed network trouble isolation and resolution as needed; provided Tier 2 and Tire 3 support
Managed day-to-day application administration & maintenance of Symantec Backup and Datacenter Operations
UG: B.Tech/B.E. (Electronics and communication) from Jawaharlal Nehru Technological university Andhra Pradesh in
2007
Other Qualifications/Certifications/Programs:
Cisco Certified Networking Associate (CCNA)
VMware Certified Professional (VCP 5.0)
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER 2020 11 Year(s) 0 Month(s)
vSphere 2020 11 Year(s) 0 Month(s)
WAN
hyperflex 2020 3 Year(s) 0 Month(s)
Cisco SAP S4HANA Scale UP
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Cisco UCSD, CWOM, Cisco Cloud Center 2020 8 Year(s) 0 Month(s)
AWS 2020 1 Year(s) 0 Month(s)
Cisco Azure Stack Architect
Microsoft Word, Powerpoint, Excel, Visio
Adobe professional
Cisco Nexus, VPC, HSRP 2020 4 Year(s) 0 Month(s)
VXLAN, OSPF, BGP 2020 2 Year(s) 0 Month(s)
Cisco Tetration 2020 1 Year(s) 0 Month(s)
Cisco Azure Stack Architect 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 640: Resume 1446 with similarity score 0.03035951586066583
B.E , MS , B.TECH , BS broadcast engineer , orchestrator , software developer , senior software engineer , full time , autocad invoice processing , customer , skype , linux , pdf , test cases , status , arabic , cable , video servers , green belt , logging , process design , testing , dtmf , connectivity , visio , octopus , connections , broadcast , coordinated , organization , crm , mos , robot , black and white , designation , hindi , ltd , windows , json , english , troubleshooting , commissioning , autocad , on site , six sigma , flow , jpeg , screen scraping , process automation , test data , javascript , technology , html , reporting , instruction , microsoft office , adobe photoshop , affirmative action , studio , maintenance , advanced , checks , email , transmission , project delivery , output , languages , web , base , ug , health , taxonomy , authorization , excel , c# , sql , application , devices , less , electronics , running , framework , graphics , workplace transformation , plots 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c17…
https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c175145415a5b5a… 1/3
Current Designation: Senior Software Engineer - RPA
Current Company: Snak India
Current Location: Noida
Pref. Location: Pune,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Snak India as Senior Software Engineer - RPA
Aug 2019 to Till Date
PROJECTS:
Invoice processing using UiPath AI module
Duration- December 2019
1. Designed and developed Robot that can extract data from invoices in PDF, JPEG or PNG format.
2. Used Taxonomy manager in order to configure Invoice inputs and outputs.
3. The output result can be obtained in the form of JSON, text, CSV or excel.
4. UiPath AI model and Microsoft OCR is used in the solution.
5. Prepared process design document for the process.
Feedback Call to Customers using DTMF Technology
Duration- November 2019
6. Designed robot that calls customers to ask for product/service feedback.
7. Call status and customer's feedback is recorded in excel sheet.
8. Call report is sent to concerned department in email.
9. Integrated DTMF decoder and call center software to make calls to customers.
10. Prepared process design document for the process.
Feedback Call to Customers using Skype
Duration- October 2019
1. Designed robot that calls customers to ask for product/service feedback.
2. Call status and customer's feedback is recorded in excel sheet.
3. Call report is sent to concerned department in email.
4. Integrated skype and call center software to make calls to customers.
5. Prepared process design document for the process.
Image Plot in Photoshop
Duration- September 2019
Last Active: 15-Jul-20 Last Modified: 4-Jun-20
ANAMIKA
UiPath Advance Level and Six sigma green belt certified RPA Developer with overall
05+ years of IT experience and 1.5+ years of experience in RPA. Proficient in all
phases of SDLC such as Analysis, Design, Development, Implementation and
Maintenance
Key Skills: senior software engineer-rpa,project management,robotic process automation,commissioning,uat
testing,sdlc,sql,c#,uipath,ui path,orchestrator,web based automation,RE Framework
Summary
UiPath Advanced Level and Six sigma green belt certified Robotic Process Automation (RPA) Developer with overall 05+ years
of IT experience and 1.5+ years of experience in RPA. Proficient in all phases of SDLC such as Analysis, Design, Development,
Integration, Implementation and Maintenance.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c17…
https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c175145415a5b5a… 2/3
1. Analyzed the feasibility of requested process suitable for automation.
2. Designed robot that plots given image in Adobe Photoshop.
3. Used Data Table to read the coordinates and colour information and plotted black and white image of same.
4. Prepared process design document for the process.
Trigger Robot using customized API Call
Duration- August 2019- September 2019
1. Designed a bot that converts HTML file to PDF format.
2. Bot takes HTML file path from user via API Call and Performs the HTML to PDF conversion and then gives the PDF file
location via API output argument.
3. Prepared process design document for the process.
Updating Candidates information in HRMS
Duration- August 2019
1. Analyzed the feasibility of existing process suitable for automation.
2. Prepared a bot that takes candidate information from an Excel sheet and updates the candidate's profile as per the
instruction given in the sheet.
3. Bot is designed to update status (Success or Fail) in same excel sheet.
4. Deployed the bot in orchestrator and scheduled the robot to run every 24 hours.
5. Prepared process design document for the process.
Benchmark Broadcast System Pvt Ltd as Broadcast Engineer
Jul 2014 to Jul 2019
Organization : Benchmark Broadcast System Pvt Ltd, Noida
Duration : July 2014 - July 2019
Designation : Senior Broadcast EngineerPrepare Bill of Material (Noida, India)
Duration- September 2018- July 2019
1. Analyzed the feasibility of existing process suitable for automation.
2. Used Data scraping module in order to collect data from different sites and compare price of the products.
3. Provided POC for UiPath Orchestrator for deployment, monitoring and management of UiPath Robot automation
activity.
4. Prepared process design document for the process.
Jazeera Workplace Transformation (Doha, Qatar)
Duration- February 2016- August 2018 (Onsite)
? Project Delivery and Reporting: December 2017- August 2018
1. Prepared and quality checked list of installed hardware and software for Studios, Central transmission and Program
Rooms.
2. Prepared supporting documents for substantiation process.
? Project Management Office: March 2017- November 2017
1. Worked on Action log and Document Tracking log.
2. Coordinated between Engineering team and PMO team to close the Action Points.
3. Analyzed the risks and prepared reports.
? Testing and commissioning: February 2016- February 2017
1. Prepared UAT scripts and test cases for broadcast and network equipment (for both system & operational tests) related
to News Studio.
2. Worked on the UiPath version 2016.2
3. Used UiPath in order to upload test data on customer's CRM and to collect test results in order to prepare reports.
4. Used Anchor base and excel modules in order to upload and collect information from the CRM.
5. Used Screen Scraping method to extract text from running window application by appropriate output methods such as
native, Full text and OCR.
6. Analyzed the issues reported by customer and prepared reports.
Octopus NRCS Support
Duration- August 2015- January 2016
1. Installed Octopus in both Windows as well as Linux systems.
2. Replicated main and backup servers.
3. Connectivity of Octopus with other devices like video servers, prompters and graphics through MOS.
4. Health-checks and report generation.
5. On site and off site support and troubleshooting.
GIL Hits (Noida, India):
Duration- April 2015- July 2015
1. Analyzed the design requirements for monitoring & logging solution of 320 Channels.
2. Prepared High-Level Visio Schematics and other supporting documents.
Qvest (Cologne, Germany)
Duration- January 2015- March 2015
1. Prepared Low-Level AutoCAD drawings for Al Jazeera Arabic channel.
2. The design included flow of the network and control signals from various broadcast equipment along with their
connections and cable types.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2014
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c17…
https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c175145415a5b5a… 3/3
Other Qualifications/Certifications/Programs:
Uipath Advanced RPA Developer
Six Sigma Green Belt
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Uipath 2020 2 Year(s) 0 Month(s)
SQL
Microsoft Office
C# .Net 2020 0 Year(s) 6 Month(s)
MS Visio 0 5 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 641: Resume 166 with similarity score 0.03032494338674178
MS software engineer , lead developer , owner , mobile application developer , software developer , software development engineer , full time , full stack developer reporting , api , version control , tm1 , casino management , valuation , customer , open source , nosql , forest , ease , casting , compass , platforms , suggestions , analytics , scratch , oracle financials , firebase , ltd , php , retrofit , e-mail , ios , troubleshooting , accounting system , node.js , linear regression , ratings , architecture , models , project , kotlin , application , video , mongodb , linkedin , test driven development , scenario , programming languages , bitbucket , prediction , new features , github , android , testing , java , mvc , components , design patterns , machine learning , content management , computer science , academic background , framework , connectivity , stat , research , llc , maven , management system , mobile , python , reviews , google chromecast , ml , apps , technology , google cloud , travel agency , pipeline , financial data , amazon web services , database , feeds Deep Pandya
E-Mail: deeppandya91@gmail.com
LinkedIn: https://www.linkedin.com/in/deeppandya
Github: https://github.com/deeppandya
Mobile: +1 (514) 608-9007
202-71 Talara drive,
North york ON M2K1A3
SUMMARY & OBJECTIVES
Expert Software Engineer, focused and detail-oriented. Remarkable troubleshooting
expertise and ability for developing creative answers for strange and troublesome issues.
Looking for a full time position to pursue my professional experience.
ACADEMIC BACKGROUND
Master of Computer Science, 2014 – 2015
Concordia University, Montreal QC.
Bachelor of Computer Science, 2008 – 2012
Gujarat Technological University, India.
TECHNICAL SKILLS
Programming Languages : Java,
Python,Kotlin.
Android Design Patterns : MVC, MVP,
MVVM, Android architecture components,
Test driven development and many more.
Version Control : Github, Bitbucket
Open source libraries : Retrofit, Glide,
Picasso, Dagger2 and many more.
Cloud platforms : Google firebase,
amazon web services, Google cloud
platform.
Crash reporting tools : Firebase crash
analytics, Fabric, etc.
EXPERIENCE
Traderev (January 2017 - Present)
[Software development Engineer | Research & Development]
Autovision machine learning pipeline (Current project)
Responsibilities:
Set up the full machine learning pipeline for incremental way to create new models
from new images.
Work with amazon sagemaker to create new models.
Create a performance pipeline to test the new models with testing dataset.
Convert protobuf models to coreml model for ios application and tflite model for
android application.
Work on autonomous way to create new models.
Autovision android library
Responsibilities:
Created an android library with MobilenetV2 machine learning model.
Created a machine learning pipeline with blur detection, image augmentation, car
presence and view recognizer phase with 9 classes.
Worked on best frame selection algorithm with compass data from device.
mailto:deeppandya91@gmail.com
https://www.linkedin.com/in/deeppandya
https://github.com/deeppandya
Vehicle valuation service:
Responsibilities:
Worked on price prediction model to predict vehicle price.
Applied different machine learning algorithm like Linear regression, logistic
regression, Random forest, etc. to get different ML models for different types of
vehicle.
Playster (May 2017 - December 2017)
[Senior Android application developer]
Playster app
Responsibilities:
Rewrote the main modules like media players and search from scratch.
Applied MVVM with android architecture component by creating standard
framework for the application.
Updated the code base with Kotlin.
Mindgeek (Liquidum apps) (February 2016- May 2017)
[Senior Android application developer]
Hexlock (more than 2M downloads)
https://play.google.com/store/apps/details?id=com.liquidum.hexlock&hl=en
Responsibilities:
Working as a lead developer to Code new features, fix bugs, debug and test
upcoming releases of flagship product.
Maintain a 98% crash-free sessions average for 500 thousands to 1 Million daily
active users.
Downloader & private browser (more than 50M downloads)
https://play.google.com/store/apps/details?id=com.app.downloadmanager&hl=en
Responsibilities:
Rewrote the whole app from scratch.
Integrated firebase features and added new features like casting of media files,video
feeds,etc.
Maintain a 99% crash-free sessions average for 2 to 5 Million daily active users.
CastBox (more than 600 Thousands downloads)
https://play.google.com/store/apps/details?id=com.liquidum.castbox&hl=en
Responsibilities:
Rewrote the whole application according to new Google Chromecast API.
Integrated firebase features and analytics.
Maintain a 99% crash-free sessions average for 70 Thousands daily active users.
Magnatech Ltd. (December 2014-March 2016)
[Mobile Application Developer]
Projects: 2BeSafe (For an Individual traveler)
SafeToGo (For a customer of the travel agency)
Responsibilities:
Worked as a sole developer and created the mobile application from scratch.
Connectivity with the PHP functions and web service calls to work with data in real
time.
https://play.google.com/store/apps/details?id=com.liquidum.hexlock&hl=en
https://play.google.com/store/apps/details?id=com.app.downloadmanager&hl=en
https://play.google.com/store/apps/details?id=com.liquidum.castbox&hl=en
Energie-Stat Inc. (May 2014-December 2014)
[Full Stack Developer]
Project: gTrend (Cross platform web Application)
Responsibilities:
Creation of web service Calls.
Database creation and management.
Creation of user interactive portal for the industrial analytic tool to work with real
time data from the industrial equipment and generate reports and real time
equations according to the data.
Radiqal LLC (October 2012-November 2013) [Software Developer]
Project: Casino management and accounting system
Responsibilities:
Developed and supported flagship casino management application for facilitating the
collection and reporting of Casino financial data for leading Cruise Liner Corporation
working with Oracle Financials, TM1 and SLOTMASTER III.
L&T Knowledge City (May 2011-May 2012) [Trainee Software Engineer]
Project: Content Management System For Employees
Personal Projects :
Cloud based Food delivery tracking system
Current Scenario: Telephonic communication between restaurant owner, delivery
company and delivery drivers
Goal: To ease the communication between these three components via mobile app
and real-time tracing of delivery drivers
Technology: Front-end: Mobile Application(Android)
Back-end: Cloud server (digitalocean), REST APIs, Node.js
Database: MongoDB (NoSQL)
WhereBy - Restaurant suggestion application
Current Scenario: user can look for the restaurant based on reviews and ratings
provided by past visitors of the place.
Goal: To provide machine learning approach to give suggestions of the restaurant
based on users preferences and visited places.
Technology: Front-end: Mobile Application(Android)
Back-end: Cloud server (digitalocean), REST APIs, java maven
Database: MongoDB (NoSQL)
Rank 642: Resume 1018 with similarity score 0.0303221501962338
MS risk analyst , full time , quality assurance return on investment , reporting , risk analysis , financial services , filenet , designation , ug , microsoft office , vendors , regulatory requirements , underwriting , loans , affirmative action , hindi , cash flow , balance sheet , cs , information management , authorization , english , credit analysis , liquidity , financial planning , status , budgeting , excel , email , financials , powerpoint , business expansion , bpo , mumbai , operations , on the job training , finance , languages , financial statement analysis , salesforce , word , management system , javascript , workflow , organization , tax , insurance , commerce , base , financial analysis 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160…
https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160712465e0b580… 1/2
Current Designation: Credit Analyst(Commercial Lending)
Current Company: Genpact
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Credit/Control Mgr
Industry: BPO/ITES
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Genpact as Credit Analyst(Commercial Lending)
Jan 2019 to Till Date
Responsibilities:
* Working closely with underwriting team to ensure timely delivery of monthly, quarterly and yearly financial analysis
reports for decision making process.
* Financial spreading which includes the Income Statement, Balance Sheet and Cash Flow Statement to generate the
MRA (Moody's Analysis Report). Currently working on tool FIS Optimist for spreading.
* Working on Interim review which included Ratio Analysis, Liquidity Ratio, Profitability ratio and performance trigger
analysis and risk rating Justification.
* Working on different software and tools, and making updates for the financials and credit review for the Vendors and
Dealers to provide Mortgage loans for their business expansion and payment of debts.
* Upload and verify various documents including financials, insurance, sub-ordination agreements, other loan agreements,
etc. Mentored and provided on the job training to the new joiners and equipped them with the process knowledge.
Reporting Tools:
* Moody's Risk Analyst, AIMS(Accounting information Management System), Filenet, Workflow Spreading tool,
Salesforce, FIS Optimist.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SWATI SINGH
Credit Analyst(Commercial Lending) seeking roles in Credit Operations,Credit
Analysis,Process Improvement,Risk Management,Commercial Operations,Quality
Assurance,Financial Analysis,Financial Planning,Financial Services.
Key Skills: Credit Analyst(Commercial Lending),Financial Analysis,Financial Planning,Budgeting,Financial
Reporting,Accounting,Finance,Credit Analysis,Risk Analysis,Credit Underwriting,Mba,Financial Statement Analysis,Credit
Risk Analysis,Ratio Analysis
Summary
A result-oriented professional with an experience of 2 years in managing overall accounting operations and audit for the
organization. A proactive leader and planner, skilled in Credit Operations,Credit Analysis,Process Improvement,Risk
Management,Commercial Operations,Quality Assurance,Financial Analysis,Financial Planning,Vendor Development,Financial
Services also in expanding client base for enlarging turnovers and achieving desired targets / goals. Proficient in adhering to
accounting controls by following policies and procedures in compliance with legal and regulatory requirements also manage
funds to maximize return on investment while minimizing risk.
Work Experience
Education
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160…
https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160712465e0b580… 2/2
UG: B.Com (Commerce) from Patna Womens College, Patna in 2015
PG: MBA/PGDM (Marketing) from AKTU UNIVERSITY in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Office
Word, Excel,Powerpoint
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 643: Resume 964 with similarity score 0.030268439462230318
B.E , MS , B.TECH engineering manager , scrum master , software development engineer , senior software engineer , full time resource allocation , automation , amazon web services (aws) , risk analysis , functionality , appdynamics , a/b testing , general , customer loyalty , migrating , scrum , jenkins , web analytics , ease , testing tools , designation , ug , czech , conducting , trading , pes , affirmative action , hindi , docker , webpack , maintenance , jquery , authorization , english , project planning , teams , enterprise , status , stakeholder management , agile , scalability , email , mocha , product management , focus , application architecture , less , angularjs , engineering management , business requirements , ux , github , lighthouse , scope management , sequencing , components , hiring , omniture , design patterns , flow , languages , ceremonies , google analytics , reviews , forecasting , javascript , specs , engineers , apps , technology , jira , refactoring , cash , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b0810…
https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b08105044485f0f5a0… 1/3
Current Designation: Engineering Manager
Current Company: Tesco HSC
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
Tesco HSC as Engineering Manager
Jul 2019 to Till Date
Responsible for migration of customer loyalty program from .NET to React application for CEC (Poland, Czech, Slovakia,
Hungary) countries.
Design, Contribute and Architect Automation practices (CI/CD) and Testing.
Proactively implemented the best practice from the current technological trends such as micro frontend architecture to
enable the team to choose and upgrade their stack without the need to coordinate with multiple teams.
Improve UI with micro-interactions which provides instant and relevant feedback about a completed action that enlightens
user about what is happening thus helps users accomplish their goal i.e., innovative way to help users create strong
password.
Conducting Agile ceremonies and act as scrum master.
Regular Code and PR reviews to maintain quality standards.
Working closely with different stakeholders of the projects to ensure successful implementation.
Yodlee Infotech as Member Technical Staff
Jun 2017 to Jul 2019
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SUHAS M SHETTY
Full Stack Engineering seeking roles in Engineering Management,Application
Programming,Agile Methodology,Business Requirement Analysis,Product
Management,Resource Allocation,Stakeholder Management,Agile,Web
Technologies,Web Analytics,Design Patterns
Key Skills: project management,application programming,full stack engineering,agile methodology,business requirement
analysis,product management,resource allocation,stakeholder management,Engineering Management,Agile,AWS,Team
Management
Summary
Currently associated with Tesco Bengaluru as Software Development Engineer; directing & managing the migration of Customer
Loyalty Program from .NET to React application for CEC (Poland, Czech, Slovakia, Hungary) Countries along with a team of 10
members.
Forward-focused Professional with strong skills in managing project planning & implementation from scope management to
activity sequencing, effort & cost estimation, risk analysis to quality management
Actively contributed in various phases of SDLC right from requirement gathering & analysis, resource forecasting, estimation,
production support, coding & testing
Acquired rich technical and architectural skills, thereby solving problems related to scalability and performance with relative
ease
Drove the implementation of best practices such as Micro Front-end Architecture to enable the team to choose & upgrade
their stack without coordinating with multiple teams at Tesco
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b0810…
https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b08105044485f0f5a0… 2/3
Design and architect next generation of hybrid personal financial apps such as Expense & Income Analysis, Budget, Cash
Flow, Transaction.
Responsible for requirement gathering and technical feasibility analysis of UX and function requirement along with
Application architecture designing, developing and customizing reusable components and integrating components in the
application, developing functionality as per the business requirements. Further resolving technical issues, coordination
with UX team and analyzing the feasibility of the UI specs. Helped in hiring full stack engineers for different teams.
Sapient Global Markets as Senior Software Engineer
Feb 2016 to Jun 2017
Worked on the Trading Application Entitlement Tool of Morgan Stanley with focus on refactoring and migrating old
monolithic projects to a new technology stack.
Contributed to performance configuration and testing by proactively engaging in initiatives for improving Engineering
excellences.
Implemented A/B testing tools to experiment where two (or more) variants of a webpage are shown to users at random
and is used as a means of determining which variant leads to a better performance.
UG: B.Tech/B.E. (Computers) from PES institute of technology, Bangalore in 2009
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AngularJS, ReactJS, BackboneJS
ExtJS, Jenkins, Docker
Amazon Web Services (AWS)
Node, Less, Nightwatch, Jest 0 Year(s) 0 Month(s)
Mocha, Sinon, Chai, Babel
Webpack, jQuery, Lodash
Backstopjs
Git, Jira, Jenkins
Github Enterprise, Lighthouse
React A/B test tools, analytics tools
appDynamics, Google analytics
OMNITURE
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b0810…
https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b08105044485f0f5a0… 3/3
Rank 644: Resume 1434 with similarity score 0.030262700234721957
B.E , B.TECH , BS full time , front end developer , software developer job scheduling , redux , hapi , css , product requirements , designation , affirmative action , 6d , mysql , health , hindi , webpack , maintenance , linux server , test cases , web technologies , kafka , payer , jquery , authorization , english , bootstrap , status , ecmascript , snmp , email , project , express , application , mongodb , devices , chrome , npm , solution architecture , user requirements , plus , saas , rest , components , git , unit testing , computer science , debugging , languages , rpc , html5 , site development , real-time data , sass , row , javascript , form , eclipse , technology , tr-069 , hsp , working experience 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4…
https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4455454350080a… 1/2
Current Designation: Front End Developer
Current Company: 6D Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
6D Technologies as Front End Developer
May 2020 to Till Date
A Remote service Platform which will provideservices to many protocols like SNMP,OMADM,Tr-069 protocols and help to
manage devices
remotely through RPC.
Technology used
:-
Reactjs,Redux,Javascript,EcmaScript,HTML5/CSS
(SAAS,LESS),Semantic-UI,Nodejs(Express,Hapi js),Rest-Services,Web-socket,Kafka,MongoDb,Mysql,GIT,Web-
pack Dev-server,Babel,Linux Deployment
ROLES AND RESPONSIBLITY :
Involved in understanding Product requirements,designing and developing the UI as well as the Back-end.
Member of the team as domain expert. Created RESTAPI for Job Scheduling task as well as implementedSockets with
RPC (Remote procedure Calls).
wrote React Code to create Reusable Components.
Implemented many complex functionalities withKafka,Web-Socket with Real-Time Data from differentApplications.
Doing Unit Testing to reduce the Bugs occurrences.
Handling and co-ordinating with the BUG FIX Team.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
AVINASH KUMAR
Front End Developer seeking roles in Software Development,Application
Programming,Project
Management,ReactJs,Redux,HTML5,CSS,JavaScript,Bootstrap,Node Js,REST
API,Git,MongoDB,MySQL,
MERN STACK developer,Full Stack Deceloper
Key Skills: Front End Developer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React
Js,Redux,HTML5,CSS,JavaScript,Bootstrap,Node Js,REST API,Git,MongoDB,MySQL
Summary
Working Experience of 2.6 years in the latest web Technologies like Javascript,React js ,Redux
,HTML,CSS,SASS,SemanticUI,NodeJS,Express js,REST-API,Debugging,
Chrome Dev Tool,GIT and tools likeNPM,Webpack,Kafka,Babel and willing tolearn New Technologies as well as explore.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4…
https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4455454350080a… 2/2
Infinite Computer Solutions as Front End Developer
Sep 2018 to Apr 2020
Health Solution Plus (HSP) is an application thatprovides integrated financial, operational, andconstituent channel Payer
platform. It is based onold Legacy System. This project was undertaken tomodernize the existing application into a new
webbased application.
Technology used:-
Reactjs,Redux,Javascript,HTML/CSS,Jquery,Nodejs,Rest-Services
ROLES AND RESPONSIBLITY :
Involved in understanding user requirements,designing and developing the UI Form as per theRequirements.
Member of the team as domain expert.
Involved in client interaction on regular basis tounderstand the business of the client.
wrote unit test cases using Enzyme library.
wrote React Code to create Components as wellworked actively with Bug Fixes.
Implemented many complex functionalities ofapplication like Reusable Components.
Coordination with on-site development team,andTesting to analyze and set the requirements.
Got Performer of the Month Two-time in a row.
UG: B.Tech/B.E. (Computer Science and Engineering) from Gandhi Institue for Technological and Advancement
(Gita),Bhubaneswar in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Redux
HTML5, CSS
JavaScript
Bootstrap, EcmaScript
Node Js, REST - API
Websocket, Kafka, Linux Server
GIT
Mongodb
Eclipse, NPM, Webpack
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 645: Resume 943 with similarity score 0.03024750289412142
B.E , MS , B.TECH , BS ui developer , associate , product development , software developer , senior software engineer , full time react.js , api , redux , scrum , visual studio code , change requests , designation , pages , ug , notepad++ , mar , deliverables , affirmative action , mysql , hindi , maintenance , tablets , ltd , windows , english , authorization , teams , web applications , bootstrap , status , agile , email , project , database development , npm , solution architecture , github , cloud foundry , rest , version control tools , c++ , languages , story , research , html5 , punjabi , responsive design , pivotal , es6 , mobile , metrics , reviews , jira , javascript , eclipse , organization , expenses , technology , ldap 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165…
https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165612410a0e005… 1/3
Current Designation: Front-End Developer
Current Company: Capgemini India Pvt. Ltd.
Current Location: Pune
Pref. Location: Delhi / NCR,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Capgemini India Pvt. Ltd. as Front-End Developer
Jul 2018 to Till Date
KEY PROJECTS
1. Project & Client : Linkd/Month-end , Discover Bank
Organization : Capgemini
Duration : Oct 2018 - Jan 2020
Technologies : ReactJS,mySQL Github, Jira, LDAP, NPM
Team Size : 8
Role : Senior Software Engineer
Description:
Developed Quantitative Performance Calculation and Performance monitoring tool .
Linkd manage their agent's data to generate relevant reports and rating based on performance.
Developed performance rating tool which serve as monthly performance review with calculation of
various metrics.
Month-end tool tracks performance, generates reviews and change requests for reviews .It serves as Performance
evaluation portal within various heirarchy,
Responsibilities:
Worked as UI Developer for creating HTML.
Worked on Reactjs,mySQL, npm setups to develop and run over applications.
Responsible for Handling Responsive Design issue for mobile and tablets.
Used Rest API for integrating pages using React.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bharat Bhatia
Front-End Developer seeking roles in Software Development,UI
Development,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,ES6,React
JS,Redux,Bootstrap,MySQL,Visual Studio Code,Eclipse,Notepad++
Key Skills: Front-End Developer,Software Developer,Software Development,UI Development,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,ES6,React
JS,Redux,Bootstrap,MySQL,Visual Studio Code,Eclipse,Notepad++
Summary
Overall 2.5 years of front-end and database development experience of web applications in REACT and mySQL with
deployment on Pivotal Cloud Foundry.
Experience of product development using Agile methodology
Experience in using Version Control tools (Github)
Good problem-solving skills and ability to adapt to new technologies in least time
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165…
https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165612410a0e005… 2/3
Working on research and development requests from the clients as per requirement.
User story points estimation for the modules.
Conducted Knowledge transfer sessions for the new team members and made them familiar with the application.
Responsible for managing frontend/database deliverables for each module.
Directly involved in solving incidents tickets and assigning tickets.
Provided level 2 support.
Communicate and collaborate with business teams and third party.
Communication with client and coordination with onsite co-ordinator
2. Project & Client : BATCAVE , Discover Bank
Organization : Capgemini
Duration : Jan2020 -Present
Technologies : ReactJS,mySQL Github, Jira, LDAP, NPM
Team Size : 4
Role : Associate Consultant
Description:
Developed Budget Awareness Application with Controllable and Variable Expense.
BATCAVE tracks expenses , generates and monitors requests and provide relevant reports for tracking.
Responsibilities:
Implemented Application with React.js and Redux
Requirement Analysis, Coding, providing estimation/time taken for deliverables.
helping our team mates in understanding the projects and train them to work on technologies used in our projects
Providing production support and monitor batches and daily jobs in production environment.
Worked as UI Developer for creating HTML.
Used Rest API for integrating pages using React.
Maintaining Daily status report and sharing with Scrum masters and multiple teams.
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Kurukshetra in 2018
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, ES6
React JS, Redux
BOOTSTRAP
MySQL
Visual Studio Code
Eclipse, Notepad++
WINDOWS
HTML5, CSS3
GIT
C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165…
https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165612410a0e005… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 646: Resume 389 with similarity score 0.030242295350536106
nan project lead , associate , product owner , senior software developer , team lead , application developer , technical lead computing , ruby on rails , retrospectives , scrum , confluence , visual studio , managing large scale projects , mysql , spring , rspec , databases , conflict resolution , phpstorm , ltd , vim , graphs , excel , postgresql , application , mongodb , sprint planning , her , microsoft word , deals , programming languages , query builder , rest , features , git , resolve , computer science , collaboration tools , assessment , python , javascript , engineers , jira , intellij idea , buildings , html , ajax PR
!
!
Prajakta Rajapure
Application Developer
Prajakta is working with ‘ThoughtWorks Technologies India as Application Developer. She has 4
years of IT experience in managing large scale projects with her previous organisation using Ruby on
Rails and PHP. She also has some knowledge of React Js.
Work Experience:
October 2018 - Till Date: ThoughtWorks Technologies India Pvt. Ltd., Pune, India.
Associate Technical Lead, June 2018 to October 2018: Webonise Lab, Pune, India.
Senior Software Developer, December 2015 to June 2018: Webonise Lab, Pune, India.
Software Developer, December 2014 to November 2015: Webonise Lab, Pune, India.
Trainee, June 2014 to December 2014: Webonise Lab, Pune, India.
Prior Experience
Team Lead, Sr. Developer (6 member team)
Client: Nadine International, Inc.
Employer: Webonise Lab, Pune
(December 2016 - October 2018)
It is an assessment system for Nadine engineers, for assessing buildings based on their current
condition. The system deals with generating reports based on the data inserted by engineers and
providing cost and condition of buildings. The system provides facility to generate high-level excel
and Microsoft word report features as cross-referencing, bookmarks and editable graphs. The system
provides Nadine engineers to use custom query builder to get any desired information from
application by generating queries.
Prajakta practiced following responsibility as Project Lead along with development:
Estimate Product Backlog and Sprint Planning, communicate/announce Sprint plan
Daily Scrum Meetings, manage/track Spring backlog, track Spring/team burn down, decision
making with product owner, conflict resolution, resolve/escalate impediments if any
Plan for Sprint Demo, Sprint retrospectives, present learnings and best practices.
Skills
Programming Languages: Ruby, PHP, JavaScript, HTML/Ajax. Some Java and Python
Ruby Specific Competencies: Ruby on rails
Distributed Computing: REST
Databases: MySQL, PostgreSQL, some MongoDB
Tools: IntelliJ IDEA, Vim, Sublime, Visual Studio, PhpStorm, Git, RSpec
www.thoughtworks.com
!
!
!
Collaboration Tools: Jira, Confluence
Education
Bachelor of Engineering, Computer Science, Modern College of Engineering, Pune,
India.
! 2
www.thoughtworks.com
!
Rank 647: Resume 1345 with similarity score 0.03022525240153288
B.E , MS , B.TECH project manager , project lead , principal consultant , azure architect , resource manager , full time , senior associate , practice manager , service delivery manager , aws architect constructive feedback , circuits , retrospectives , office , restructuring , operational efficiency , status , stakeholder management , digital transformation , infosys , sungard , vmware view , document creation , it service delivery , microsoft project , building , reach , sql server , service delivery management , project reviews , organization , timing , kt , contingency , vdi , retail , access , designation , deliverables , mar , cross-team collaboration , hindi , cloud , windows , english , sop development , data center consolidation , directors , leadership , estimates , capacity planning , server migration , strategy , security policy , javascript , technology , farms , managed services , reporting , general , command , affirmative action , oracle , emc , email , aws , project delivery , workplace , web servers , operations , hp , premises , languages , cisco , ssl certificates , resource optimization , jira , engineers , esxi , it infrastructure management , program management , storage management , database , return on investment , racking , ug , qualys , case , ticketing , mcafee , azure , authorization , teams , record , citrix xenapp , leading meetings , led , offshore , sas , iis , breakdown , schedules 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a0844…
https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a08440519495d5d58… 1/3
Current Designation: Principal Consultant
Current Company: Infosys Technologies
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Client Server
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Technologies as Principal Consultant
Aug 2012 to Till Date
Project Title : Macdonald's Managed Services, Pune Period: Since Feb'20 till date
Role: Account Operations Lead
Key Achievements:
Successfully led, drove and completed the Co-hosted Data Center Consolidation, Optimization & Clean-up project and
saved 1 Million USD per annum in record 3 months' period
Developed and implemented new cloud based operating model comprising of Architect & Engineering (L4/L3), cloud
operation (L2) and cloud command centre (L1) with optimized onsite-offshore resourcing
Monitored and guided end-to-end On premise Server migration to Azure cloud; completed 100+ Servers in last 6
months and targeting to migrate remaining all 400+ by Dec-20
Successfully led multiple billable projects from Cloud, On-premise and Network areas as part of SRE initiatives
(Automated Qualys deployment, Swiss Restaurant migration, McAfee agent installation)
Executed 20% resource optimization by redefining & restructuring of each level of operation & delivery work, Cross
Skilling, SOP development and enhancing the resources skill by certifications on Azure
Achieved 90% deliverables from offshore by KT of redundant work and reporting from onsite
Roles & Responsibilities:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nishakar Mishra
Principal Consultant seeking Leadership role in Service Delivery Management, Cloud
and Digital Transformation, IT Infrastructure Management , Account Operations
Management, Cloud Management (AWS, Azure), Data Center, VMware, SQL Server,
Citrix
Key Skills: principal consultant,digital transformation,stakeholder management,azure cloud, aws cloud,it
operations,network management,storage management,data center,vmware,project lead,service delivery management,IT
Infrastructure Management,IT Service Delivery
Summary
Achievement-driven professional with over 19 years of rich, national/ international and cross-functional experience across
Designed and delivered solutions that remedy core business issues and position the organization to reach the next level of
profitability through technology introduction
Cross-Geographical experience: North America (more than 6 years), Europe for (1+plus year) and India (10+ years)
Large-Scale Project Manager: Successfully led & managed large scale infra projects including Operations & Delivery for
Network, Compute, Storage, both on premises & cloud
Infra Service Delivery Manager: 6+ years of experience in end-to-end program management of large scale multimillion (50+
million) Infrastructure operations, architect & delivery projects with high quality of deliverables
Certified AWS and Azure Architect: Azure cloud migration from On-premise to Azure cloud for 500+ Servers and operation
management of 800+ AWS hosted servers
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a0844…
https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a08440519495d5d58… 2/3
Assisting in the scoping of project delivery timing, tasks and resources for the company's SOWs and RFPs
Ensuring the optimum mix of cost, schedule, performance, and system supportability throughout the program life cycle
and presenting a case for the recommended solutions with a detailed analysis of risks and return on investment
Organizing resources while creating estimates for the project, work breakdown structure, project contingency plan &
schedules and identifying risks within defined scope, quality, time & cost constraints
Developing and sustaining long-term relationships with key stakeholders to ensure operational efficiency
Recommending process improvements; handling capacity planning and cross-team collaboration
Leading meetings and setting expectations for program teams and facilitating project reviews and retrospectives to
provide constructive feedback to stakeholders
Leading whole offshore team of 100+ resources to deliver on-time with quality and manage the expectations of these
Architect, Consultants and engineers as a resource manager
Currently managing large scale multi-million project of a retail client including Infrastructure, Workplace, Service Desk
and Cross functional tower; managing all the deliverables from Compute, Storage, Backup, Network, Security, workplace
and SMO office
Presenting monthly service review report to client directors and other reports to stakeholders
Overviewing architectural work, participating in client technology strategy & roadmap building, new platform & tool
evaluation and collaborate with Client engineering team to finalize
SunGard Global Technologies as SunGard Global Technologies
Apr 2011 to Aug 2012
Role and Responsibilities:
Designed and implemented the Hosting Solution Projects for different clients worldwide for SunGard Financial Products
on SunGard Cloud using Citrix, VMware, SQL, Windows AD, VPN, SSL Certificates and Other tools
Monitored the installation and configuration of Citrix FARMs, XenApp Servers, Web Servers, License server. Deploy
policies, publish applications and set client's security policy
Worked with SAS Network team and clients network team to implement the VPN for the Clients
Rendered direct L4 support to clients during the implementation phase for Citrix XenApp, Citrix web Server, IIS, SQL
Database and other user access related issues and problems, using JIRA ticketing system; designed and implemented
DR plan for the clients
Performed Final Transaction Plan document creation, Meeting with PM and transition of the LIVE Client to the
operation
Synechron Technologies as Senior Associate Systems
Apr 2010 to Mar 2011
UG: B.Tech/B.E. (Computers) from National Institute of Technology (REC), Jaipur in 2001
Other Qualifications/Certifications/Programs:
Azure Architect Technologies
AWS Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
Azure and AWS cloud, Azure migration
SDWAN, AT&T MPLS Circuits, Cisco
VMware ESXi, VMware view VDI
Citrix XenApp5/6/6.5
Racking, stacking, UPS, Power, AC
Windows 2k, 2003, 2008, 2012
SCCM2007/12, Exchange 2010
EMC VNX, EMC XIO, HP
Microsoft Project 2010
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a0844…
https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a08440519495d5d58… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Sql Server 2005, 2008, ORACLE
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 648: Resume 153 with similarity score 0.030194632699472264
B.E , MS , BS work from home credit , image processing , cosmetics , deep learning , acoustics , nlp , health , learning techniques , natural language processing , donations , approvals , energy , supply , sql , project , tempo , resume , github , electronics , government , components , financial news , features , machine learning , sentiment analysis , completion , assessment , scikit-learn , python , campus Assessment
Q1. Why should you be hired for this role?
I'm very much passionate about this opportunity and look for this kind of role. I had hands on some of the machine learning projects uploaded on
GitHub and I want to build my career in the Machine Learning domain.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yeah, I'm available for 3 months and can start immediately.
Resume
EDUCAT ION
PROJECTS
DAYANAND SHAH
Daman, Ahmedabad
Applied 08 Feb'21
Python Natural Language Processing
NLP
MSExcel
Image Processing Machine Learning Deep Learning
SQL
Bachelor of Engineering B.E, Electronics and Communication
Government Engineering College, Godhra
2016 - 2020
CGPA 7.75/10
Senior Secondary XII, Science
IOLF,daman
GSEB board)
Year of completion: 2016
CGPA 6.60/10
Secondary X
CGPS, DAMAN
CBSE board)
Year of completion: 2014
CGPA 7.00/10
Extract Stock Sentiment from News Headlines
Oct 2020 - Oct 2020
I generate investing insight by applying sentiment analysis on financial news headlines from Finviz. Using this NLP technique,
you will understand the emotion behind the headlines and predict whether the market feels good or bad about a stock.
Comparing Cosmetics by Ingredients
Oct 2020 - Oct 2020
In this project, I had created a content-based recommendation system where the 'content' will be the chemical components
of cosmetics then visualize ingredient similarity using a machine learning method called t-SNE.
ASL Recognition with Deep Learning
Sep 2020 - Sep 2020
In this project, I trained a convolutional neural network to classify images of ASL letters. After loading, examining, and
preprocessing the data, I trained the network and tested its performance.
Give Life Predict Blood Donations
Sep 2020 - Sep 2020
Ensuring that there's enough blood in supply whenever needed is a serious challenge for health professionals. We want to
predict whether or not a donor will give blood the next time the vehicle comes to campus.
Predicting Credit Card Approvals
Sep 2020 - Sep 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9662331637
Automating the power of machine learning and pretty much every commercial bank does so nowadays. In this project, you
will build an automatic credit card approval predictor using machine learning techniques, just like the real banks do.
Classify Song Genres from Audio Data
Aug 2020 - Aug 2020
Categorizing music to allow for personalized recommendations. I used the scikit-learn package to predict whether you can
correctly classify a song's genre based on features such as danceability, energy, acoustics, tempo, etc.
https://www.linkedin.com/in/dayanandshah
Rank 649: Resume 1537 with similarity score 0.03016142312872681
B.E , MS , B.TECH software engineer , associate , senior business analyst , full time , sql developer , senior consultant decks , security , status , crps , shipping , store , brds , infosys , cancellations , mumbai , testing , components , order management , payments , supply chain , foundation , soa , organization , crm , magento , fmcg , designation , process consulting , mar , hindi , ltd , quotations , english , project , deals , forms , ops , documentation , oracle retail , probability , customer engagement , struts , javascript , demos , business impact analysis , insurance , orpos , web development , general , bugzilla , change requests , affirmative action , order routing , basic , timelines , omni , email , sim , business rules , internationalization , microsoft , invoicing , languages , business process , reason , failover , management system , sit , jira , online , patch management , functionality , codes , release notes , credit , rico , toad , telecom , legacy systems , sourcing , authorization , teams , milestones , sql , application , devices , electronics , transformations , debugging , returns , eclipse , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c410117…
https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c4101175711415e5a0c… 1/3
Current Designation: Senior Business Analyst -Oracle ERP
Current Company: Skillnet Solutions
Current Location: Mumbai
Pref. Location: Mumbai
Functional Area: IT Software - ERP / CRM
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Skillnet Solutions as Senior Business Analyst -Oracle ERP
Jan 2014 to Till Date
* Working on Oracle Micros XStore, XCenter/XAdmin, ORCE and OROB
* Worked on POS, BO, CO of Oracle Store Solutions
* Handling CRPs/BIAs - understanding the client business, business processes, creating CRP decks, environment set
ups, Demos, CRP logs and identifying Gaps, solution consulting, suggesting workarounds, suggesting best practices
* Business Process Consulting, Requirement-to-Functionality Mapping, Solution Designing, creating BRDs and FRDs -
detailing the requirements, assumptions, business rules, configurations, customizations, use cases and business process
flows
* Solutioning with presentations, demos, and documentation
* Discovery sessions with business to understand the client's business objectives and system/application needs
* Configurations for In-Store Processes, Taxes, Discounts, Tenders, Reason Codes, Security Privileges and Roles,
Configurations for Tlog (POSLogs), Forms and Receipts
* Consulting experience for Inbound (Items, Taxes, Deals, Organization and Merchandize Hierarchies) and Outbound
(Transaction Logs) data components of the retail systems
* Experience in Invoicing and Fiscalisation, Quotations, Utility Payments, Insurance modules (custom modules)
* Omni Channel Order solutions with RMS, Oracle SOA, Magento, OROB and Xstore/XCenter with order creation,
sourcing, fulfillments, rejections, cancellations and returns.
* Experience in Order Broker for Foundation Data/Set Ups, Products, Product Locations, Systems, Order Routing
Configurations, Zone Fulfillments, Proximity and Location Probability, Standard and Weighted Brokering and End to End
order journeys using various OROB requests.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SAURABH SUDHAKAR PANT
Senior Business Analyst seeking senior consultant or management roles in Oracle
Retail,Xstore,Oracle Retail Customer Engagement,Oracle Retail Order Broker,Retail
Consulting,Store Solutions,POS,Oracle Xstore implementation, Payment Integration
Key Skills: Oracle Retail,Xstore,Oracle Retail Customer Engagement,Oracle Retail Order Broker,Retail Consulting,Store
Solutions,Oracle POS,Oracle Xstore Implementations,Xstore-RMS Integration,Payment Integrations, Project Management
Summary
10 years of strong Experience across IT services in delivery
Expertise in Retail Solutions - with experience in diverse systems - like Point of Sales (ORPOS/XStore, XCenter), Store
Inventory Management (ORSIM), Order Broker (OROB), and Customer Management (ORCE)
Core competencies in CRPs/BIAs, Transformations (from Legacy systems), Version Upgrades, Omni Channel Integrations,
Bank and Non-Bank Payment Integrations, Wallet Payments, Internationalization, Change Requests Management, System
Integrations, UAT Support, Pilots, Roll-outs and Production Support
Worked across multiple geographies and businesses
Industry Centric (Retail) Solution Consulting for as-is and to-be processes, business impact analysis, system integrations, data
flows, regulatory compliances and business audits
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c410117…
https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c4101175711415e5a0c… 2/3
* Credit Card Integration/ Payment Integration, Integration for Authorizable Tenders - with online, offline, void, post void
and failover scenarios, and SAF process etc.
* Build and Patch management, Data Purging Configurations, Fair Level of Debugging for basic level of production and
UAT support, Release Notes, Installation Support and Production Support
* Responding to RFPs, creating resource plans, timelines
* Recent exposure to Creating and updating Project plan, weekly status reports, milestones sign offs, tracking project
progress with respect to environments, development, devices, Dev Ops (deployments), requirement tracking, interface
testing, SIT management
o For a leading retailer for Athlete Apparels
* Internationalized XStore for their Singapore, Malaysia, Germany, Honk Kong, Puerto Rico, Japan, France,
Switzerland, Taiwan, China, South Korea, Australia and New Zealand stores.
* Supported Production Issues for United States and Canada.
o For a largest Hardware Retailer in South America/Nicaragua,
* Implementation project for XStore, XCenter, ORCE, RMS, ORSIM v16
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Xstore integration with ORSIM, ORCE, RMS
* Designed, Documented and Supported Quotations, Orders, Credit Management and Invoicing Solutions
o For a big Stationary and General Retailer in Mexico,
* Implementation project for XStore, XCenter, ORCE v17
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Designed Invoicing, Payment Integrations, Conditional Tendering and Receipts
* Closely involved in
o For a largest Pharmacy Chain in Bolivia
* Implementation project for XStore, XCenter, ORCE v18
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Solutions for Complex Product Searches, Invoicing, Insurance, Credit Management System Integrations
o For a Mid-size Fashion Retailer in Chile
* Implementation project for XStore, XCenter, OROB v18 and RMS (v16)
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Solutions for Shipping, Wallet Payment, Credit/Debit Integration, Xstore-RMS Inventory module integration, Invoicing
Integration, Stock Count Integration
Infosys Technologies Ltd as Associate Consultant
Jul 2011 to Jan 2014
Responsibilities:
As a part of process & domain consulting, was involved in enabling platform for Multichannel retail journeys for one of the
largest global telecom players
Worked on - Oracle POS, SIM, CO and BO
Peripheral exposure to Oracle Retail Merchandizing Solution
Design and Consulting Support for:
Order management for Payment Only, Pre-Back Order, Payment + Fulfillment, Collection Only in POS
Inventory management with rule-based reservation and un-reservation through multi-channels
Client Relationship Management Support: tracking status and highlighting issues and underlined risks to onsite client
engagement teams
Manage the change request for post SOW customizations and configurations
Atos Origin India Pvt Ltd as Software Engineer
Sep 2007 to Aug 2008
Responsibilities:
Handled web-development requests for a global FMCG client - P&G
Involved in Development, Testing and Deployment of Java, J2EE and Struts based web development requests
Liasing with multiple teams to support end to end project execution.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2007
PG: MBA/PGDM (Marketing) from Mumbai University in 2011
Other Qualifications/Certifications/Programs:
Basic Supply Chain Module and Master Planning of Resources
Education
IT Skills
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c410117…
https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c4101175711415e5a0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HPQC, JIRA
BUGZILLA
TOAD
Eclipse
SQL DEVELOPER
Microsoft SQL
Oracle SQL
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 650: Resume 1180 with similarity score 0.03014813109033335
B.E , MS , B.TECH director , sr. manager , enterprise architect , partner , vp , support specialist , network associate , full time , service provider , solution manager , technical advisor automation , retail , agriculture , optimization , general , rfp , infrastructure services , designation , ug , space , telecom , rfi , affirmative action , hybrid cloud , collaboration , hindi , bids , new business opportunities , public , azure , revenue , beginner , remote infrastructure management , ccna , customer satisfaction , english , authorization , teams , due diligence , status , virtualization , email , project , application , aws , map , solution architecture , ena , operations , ops , apac , elements , hyper-v , enterprise architecture , large deals , dc , strategy , transformation , languages , story , data center , client requirements , assessment , vmware , cisco , boarding , computer engineering , javascript , engineers , organization , technology , distance learning , network engineering , cxo , gujarati , french 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a5243135817…
https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a52431358170140430c0900… 1/3
Current Designation: Multi Solutioning Consultant
Current Company: DXC Technology India Private Limited
Current Location: Delhi
Pref. Location: Chandigarh,Delhi / NCR,Gurgaon
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: CTO/Head/VP-Technology (Telecom/ISP)
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Operations]
Verified : Phone Number | Email - id
DXC Technology India Private Limited as Multi Solutioning Consultant
Nov 2018 to Till Date
* Leading DXC large deals for Global pursuits.
* Solutioning & wining deals after engaging with customer, OEM partner and owning the Client/Customer, OEM
Relationship
* Builds strong professional relationships with key IT and business executives globally
* Understands and addresses CxO issues in relevant business terms
* Is perceived as a trusted technical advisor by the customer
* Manages problem resolution and customer satisfaction issues through strong partnering capabilities
* Participates in client negotiations, influences strategies and leads technical contract elements
Account Team Collaboration
* Actively participates with the account team in account and opportunity planning
* Understands the roles and effectively directs other teams and resources within DXC and partners
* Shapes, interprets and helps define client requirements to ensure it addresses business goals
* Redefines services, service level agreement and other requirements based on client objectives.
* Review and provide input to financial assumptions, commercial T&Cs and contract definitions
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Sachin Sharma
Multi Solutioning Consultant seeking roles in Remote Infrastructure
Management,Service Management,Network Engineering,Account
Management,Strategy Development,Server Virtualization,Solution Design,Solution
Architecture,VMWare,Hyper-V,AWS,Azure
Key Skills: Multi Solutioning Consultant,CTO/Head/VP-Technology,Remote Infrastructure Management,Service
Management,Network Engineering,Account Management,Strategy Development,Server Virtualization,Solution
Design,Solution Architecture,VMWare,Hyper-V,AWS,Azure
Summary
* 20+ years of experience in various roles for large IT Services providers, Planning, Designing, Implementation, Operations &
Optimization (Bids & Tenders, RFI/RFPs, complex DC, Cloud migrations) and working with OEM partners for joint solution and
new business opportunities
* Experience of working through the complete life cycle (Service creation, Sales, Presales, T&T, Operations) across diverse
organizations CSC, Capgemini, HCL
* Intense experience of working on large value bids (10-150 Million USD) as Solution Manager/Integrator/Architect.
* Lead large deals end to end from qualification to contract negotiations including solution strategy, solution story boarding,
costing, pricing, Orals, Due Diligence, BAFO.
* Design private and hybrid cloud solution for enterprise client
* Public cloud (AWS, Azure)
* Private cloud architecture (VMWare, Hyper-V)
* Leading cloud Transformation & migrations
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a5243135817…
https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a52431358170140430c0900… 2/3
EVRY as Head/Director Infra & Supporting Services
Nov 2016 to Nov 2018
* Lead EVRY India Infra & Ops portfolio including Architecture and project management teams and OEM partnership
* Delivery responsibility for all I&O projects in Europe & NA with regular client governance.
* Review and provide approval for solutions
* Review and approve RFQ/RFP responses, evaluate the submission for solution compliance, ROI, EBITA
* Inject next generation technology and solution in to EVRY India - SDN, SDDC, Hybrid Cloud, and Automation.
* Develop strategic partnership for EVRY India infrastructure practice.
* Coordination with the Exec. Management for preparing procedures, policies and controls to assist in the achievement
of acceptable profit situations throughout the organization. Monitor revenue and expenditure in the operating divisions to
ensure attainment of profit objectives.
* Work closely with sales teams to define business solutions to customers across US, Europe, APAC geographies in
Infrastructure services space and take offerings to these markets. Identify, design, develop and implement market-driven
strategies and map them with organization's objectives to achieve revenue goals and the company's mission.
Capgemini India as Enterprise Architect/ Sr. Manager
Nov 2012 to Nov 2016
* Define strategy and solution for client to migrate from legacy data center to NGDC (next generation data center)
including Application migration in scope.
* Lead the data center assessment work for Hongkong based largest Telecom service provider - Provide the strategy,
recommendation and roadmap for next generation IT for Telecom service provider.
* Lead assessment for Australian Bank & European Retail chain & proposed future state with transition & transformation
approach.
* Lead complex DC migrations for French agriculture company
* Lead account / enterprise architect for large retail/banking customers.
UG: B.Tech/B.E. (Computers) from Institution of engineers in 2002
PG: MBA/PGDM (Operations) from Symbiosis Centre for Distance Learning (SCDL) in 2009
Other Qualifications/Certifications/Programs:
Diploma in Computer Engineering
CCNA (2.0), Brain Bench Certified Cisco Support Specialist
MCSE & MCP + I, ENA & ENS (Extreme Network Associate & Specialist)
Education
IT Skills
Skill Name Version Last Used Experience
ENTERPRISE ARCHITECTURE 2016 15 Year(s)
Solution Management 2016 15 Year(s)
PRESALES 2016 15 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Gujarati Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a5243135817…
https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a52431358170140430c0900… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 651: Resume 89 with similarity score 0.030114137974116925
MS back end developer , application developer , management consulting retail , pair programming , ruby on rails , scrum , golang , mysql , databases , sublime text , ltd , energy , enterprise , agile , application , kotlin , programming languages , testing , management consulting , features , junit , computer science , export , optimization algorithms , client requirements , scala , javascript , price optimization , technology , data engineering © 2014 ThoughtWorks, Ltd. Confidential – do not distribute
ARSHI SALIM
Application Developer
Arshi serves ThoughtWorks as an Application Developer with 2.8+ years of experience in
the creation and delivery of enterprise application. She is heavily involved in the agile,
pair programming and TDD development practices. She is also skilled in requirements
gathering, analysis, solutioning and delivery of the client requirements. She is currently
working on Scala, Play, Golang, for back end development. GCP for data engineering and
React JS for front end development.
2
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 2
ThoughtWorks Experience
Enhancing monthly energy tracking platform for an American management consulting Firm
Arshi was assigned as an Application developer for the period of 1 year 24 days and worked closely with the client to
enhance their platform. This platform was used for monthly energy tracking for factories and providing levers to improve
efficiency of tools used in factories by minimizing energy consumption.
Despite being new member in the team, she worked independently on the feature development as the team size was very
small (3) where pair programming was not possible.
She closely worked with the client to understand feature requirements, analyze and solutionize them as there were no
Business Analysts in the team.
Price Optimization Application for Europe based Retail Chain
Arshi worked as an Application developer for 1 year 2 months on a complex problem statement of creating different price
optimization algorithms for different types of products. The application contains user journey of recommending new
prices using complex algorithms, review and export of these prices to shelf.
She mostly worked as back end developer to create rule-based pricing algorithm. She owned key features in the
application dealing with integration with clients core systems. She was also involved in analysis and delivery of many
features in the application.
Skills
Programming Languages: Java, Ruby, Scala, Golang, Kotlin, JavaScript (React)
Frameworks: Play, Ruby on rails
Testing Frameworks: JUnit, scalatest
Databases: Postgres, MySQL
Tools: IntelliJ, Sublime Text
Domains: retail
Methodologies: Agile, Scrum, XP
3
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 3
Education
Bachelor of Technology in Computer Science and Engineering from Netaji Subhash Engineering College
Kolkata
Arshi Salim
ThoughtWorks Experience
Enhancing monthly energy tracking platform for an American management consulting Firm
Price Optimization Application for Europe based Retail Chain
Skills
Education
Rank 652: Resume 1373 with similarity score 0.03010132708310245
B.E , MS , B.TECH software engineer , devops engineer , solutions architect , associate , cloud infrastructure architect , software developer , cloud administrator , full time , informatica data warehousing , ansible , computing , devops , jenkins , powershell , kubernetes , designation , ug , affirmative action , oracle , hindi , cloud , docker , linux , maintenance , application infrastructure , ltd , unix , authorization , english , status , agile , email , project , aws , solution architecture , bengali , electronics , obiee , informatica administration , premises , shell scripting , languages , coordinated , python , system administration , javascript 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a45…
https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a4555194558595b… 1/2
Current Designation: Software Engineer
Current Company: Tech Mahindra Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: None [None]
Verified : Phone Number | Email - id
Tech Mahindra Ltd as Software Engineer
Apr 2018 to Till Date
Currently working in a cloud migration project which is
designing and leading the migration process of an
application from on-premises to AWS cloud.
Worked in Infrastructure Production Support Team wherein
evaluated interface between hardware and application
Advised customers regarding maintenance of software
system, coordinated OS Patching and worked on several
production outage situations.
UG: B.Tech/B.E. (Electronics/Telecommunication) from UNIVERSITY OF ENGINEERING AND MANAGEMENT, JAIPUR in
2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AYAN DEB
AWS Devops Engineer seeking roles in Agile Software Engineering,Linux
Administration,Cloud Administration,Solution Architecture, DevOps, Cloud
Computing,Unix Shell Scripting, Python, PowerShell Scripting, Terrafom
Key Skills: Linux Administration,System Administration,Data Warehousing,Solution Architecture,Production Support,Cloud
Computing,Unix Shell Scripting,Oracle,Python,AWS,Cloud Administrator,Cloud
Architect,Devops,Terrafom,Jenkins,Docker,Ansible,Kubernetes
Summary
Software engineer with
hands-on experience in
Unix/Linux System
Administration, DevOps, Terraform, Data
Warehouse Administration, Informatica Administration, Cloud Application Infrastructure Administration and Certified AWS
Solutions Architect - Associate
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a45…
https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a4555194558595b… 2/2
PG: None (None) in 0
Other Qualifications/Certifications/Programs:
AWS Solutions Architect - Associate
Oracle Cloud Infrastructure Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Unix/Linux and Python Scripting 2 Year(s) 5 Month(s)
Terrafom, Cloud Formation
AWS, Informatica, OBIEE
DevOps, Kubernetes, Ansible, Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 653: Resume 965 with similarity score 0.030028144054456966
MS , BS software engineer , ui developer , senior front end developer , software developer , full time , full stack developer , data management contractual , training , controllers , visual studio code , mybatis , talent pool , interventions , docker , beginner , status , dls , turnover , bitbucket , testing , ipad , writing , components , gitlab , building , html5 , sass , sql server , es6 , organization , usability , react.js , relevance , access , designation , mar , web services , hindi , tablets , ltd , json , english , agile , project , mongodb , microservices , asset management , angularjs , value creation , rest , mvc , inheritance , zeplin , terminal services , web pages , javascript , insurance , measures , annotation , reporting , web development , general , vue , affirmative action , mysql , oracle , user experience , real estate , public , cpm , maintenance , travel , jquery , bootstrap , electronic data interchange (edi) , architecture , android studio , email , google , tomcat , shared services , economic growth , github , junit , languages , export , business process , urdu , hibernate , nextgen , metrics , jira , sdk , mmi , ajax , online , rendering , api , redux , iata , jenkins , css , nosql , b2c , kenexa , health , azure , apache , adobe , import , authorization , teams , spring boot , application , tortoise , llp , devices , airline , content providers , hiring , debugging , nginx , pivotal , events , eclipse , ucm , holiday packages , iphone , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 1/4
Current Designation: Consultant - Senior Front End Developer
Current Company: Deloitte Shared Services India LLP
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United States (US),Qatar
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 11 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Deloitte Shared Services India LLP as Consultant - Senior Front End Developer
Sep 2018 to Till Date
Senior Frontend developer with 5+ years of experience in consulting and project
development and support.
React.js, Redux, JavaScript, JQuery, Html5, Bootstrap 4, CSS3, Vue JS, Angular JS, Java 8, J2EE, Spring Boot,
Hibernate, Restful API Web Services, SQL, MySQL, SQL Server.
IDE and other tools: Visual Studio Code, Eclipse, IntelliJ Idea, Android Studio, GIT, SVN
Tortoise, GitHub Desktop, Grunt, Gulp, Zeplin Adobe XD, Flutter SDK.
NIIT Technologies as Software Engineer
Apr 2018 to Aug 2018
Working in Agile Development Life Cycle Environment. Creating IATA standard Electronic Data Interchange (EDI)
messages in Text & JSON formats. Writing parser for incoming Import and builder for outbound Export messages as
REST API response. Created major use cases DLS, FWB, UWS, NTM, CPM, UCM etc. services & components using
AngularJS and integrating with HTML5 webpages. Creating controllers, services using Spring Boot and exposing Rest
microservices. Mapping Object(s) Inheritance, Association and Collection using MyBatis with SqlServer Queries.
Deploying to Azure UAT using Jenkins by different stages after JUnit & Swagger Testing.
VIRTUSA TECHNOLOGIES as Software Engineer
Feb 2015 to Apr 2018
Worked around for 3+ years within 3 projects OnlyMyHealth (10 Months), TSI / Yatra (18 months) and in Kenexa
CareerTracker (10 Months) where I worked as Full Stack developer role from front end to back end each levels.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
MOHAMMAD ARIF MUSTAFA
Consultant seeking role as Frontend UI Developer in Web development, Application
Programming & Maintenance, Project Management, Requirement Analysis, React.js,
Redux, VueJS, HTML5, CSS3, Sass, JavaScript, ES6, Bootstrap.
Key Skills: Consultant,Tech Lead,Application Programming,Application Maintenance,Project Management,Requirement
Analysis,Hibernate,HTML5,CSS3,JavaScript,ReactJS,VueJS,Redux,WCAG,HTML Semantic,MySQL,NoSQL,SASS,UI
Development,JQuery,Ajax,HTML,UI,CSS
Summary
Senior Frontend UI Developer with 5+ years of experience in consulting and project development and support.
Core competencies includes client service, conceptual thinking, persuasive communication and handling complex rollouts in
Agile development methodologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 2/4
UG: BCA (Computers) from Makhanlal Chaturvedi Rashtriya Patrakarita Vishwavidyalaya, Bhopal in 2011
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2016
Other Qualifications/Certifications/Programs:
Advance Diploma in Computer Programming & System Management
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 20
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, Sass, Sematic Element, WCAG 0 Year(s) 0 Month(s)
JavaScript ES6, ES7 & ES8
ReactJs, VueJS, Redux 0 Year(s) 0 Month(s)
AngularJS, jQuery
Bootstrap 4, JSON
Java 8 J2EE, Spring Boot
Microservices, Hibernate, MyBatis
Oracle 11g, MySQL 5.7
SQL SERVER 2017
NoSQL MongoDB
JBoss, Apache Tomcat, NGINX, Docker
TortoiseSVN, GitHub
Gitlab, Bitbucket
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Urdu Beginner
Projects
Project Title: SARB Revamp
Client: South Africa Reserve Bank
Skill Used: ReactJS, Redux, HTML5, JSX, Sass, Bootstrap 4, JavaScript, Axios
Role Description: To modernize the SARB website by enhancing the usability of the SARB website, make the content more
accessible and present a great user experience to all stakeholders.
Set up project structure using in ReactJS environment.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 3/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Sep 2018 - Apr 2020
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Contractual
Project Location: Bangalore
Role: Programmer
Duration: Apr 2018 - Aug 2018
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Contractual
Project Location: Bangalore
Role: Programmer
Duration: Jul 2017 - Apr 2018
Onsite / Offsite: Offsite
Team Size: 13
Nature of Employment: Contractual
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2016 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Contractual
Project Location: Hyderabad
Role: Programmer
Duration: Mar 2015 - Dec 2015
Onsite / Offsite: Offsite
Team Size: 13
Project Details: The South African reserve Bank is the central bank of the Republic of
South Africa. The primary purpose of the Bank is to achieve and maintain price stability in the interest of balanced and
sustainable economic growth in South Africa. Together with other institutions, it also plays a pivotal role in ensuring financial
stability. The scope of this project is to modernise the SARB website by enhancing the usability of the SARB website, make
the content more accessible and present a great user experience to all stakeholders and capacitate the SARB to be self-
sufficient through knowledge transfer & training interventions, and the
establishment of the AEM Centre of Excellence. Web: https://www.resbank.co.za/
Project Title: Dubai Properties Assets Management
Client: Dubai Holdings, Dubai
Skill Used: ReactJS, HTML5, Bootstrap 4, Redux, JavaScript, Sass, Axios
Role Description: Developing responsive web pages using React Bootstrap & core Bootstrap 4 which can render through
different web breakpoints and devices like PC, Laptop, Tablets and Mobiles, also tested on physical devices like Google
Pixel, iPad Pro & iPhone X
Project Details: Asset Management is the residential asset management company of Dubai
Holding.
It is focused on long-term value creation through development, acquisition, and management of a diverse portfolio of
residential real estate assets for rent.
This web portal which is based on B2C modal, where customers can raise any kind of requests related to their society or flat.
They can know about upcoming events etc.
Project Title: NewGen Cosys
Client: SATS Ltd., Singapore
Skill Used: HTML5, AngularJS, J2SE 8, Spring Boot, MyBatis, Sql Server
Role Description: Creating IATA standard Electronic Data Interchange (EDI) messages in Text & JSON formats.
Created major use cases DLS, FWB, UWS, NTM, CPM, UCM etc. services & components using AngularJS and integrating
with HTML5 webpages.
Project Details: Singapore Airport Terminal Services (SATS) is a renowned Cargo ground
handling agent. NIIT Technologies Ltd. was building NextGen IT product to support the ground handlers in completing their
day-to-day tasks from Shipment Booking from import to exporting Shipment to concerned Airline agent each operation.
Project Title: Kenexa CareerTracker
Client: Kenexa Solutions
Skill Used: HTML5, VueJS, J2SE 8, Spring Boot, Hibernate, MySQL
Role Description: Developing Webpages, writing controller & services for front end webpages.
In Reports created Cross Tab Query selection type view and reporting.
Working on Application Spring Object dependencies, dispatched requests controller and rendering views.
Project Details: KCT (Kenexa CareerTracker) provides you with a single solution that results
in maximizing employee performance, decreased external hiring costs, an overall reduction in turnover, and a better
understanding of your current talent pool. KCT allows the organization to aggregate various measures of an individual's
performance and facilitate workforce alignment with critical business metrics with business unit goals and roll up to
organizational objectives.
Project Title: TSI / YATRA
Client: TSI Travel International
Skill Used: HTML5, AngularJS, J2SE 8, Spring Boot, Hibernate, Oracle 11g
Role Description: Worked on implementing new model requirements and thereafter DAO enhancements.
Worked on entities mapping and used data annotation along with resolving the assigned Jira issues and JUnit testing.
Project Details: Website developed for TSI Travel International. The site can be viewed at
www.tsi.travel. This project is for online booking of flight, hotels, Insurance and holiday packages. This project is a 3-tier
clientserver architecture application in which the UI (presentation), functional business process, data management and data
access objects are developed and maintained as independent modules.
Project Title: OnlyMyHealth
Client: Jagran Media Group
Skill Used: Java, Spring-MVC, Servlet, Hibernate, JSON, Tomcat, MySQL 5.7
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Role Description: Worked on implementation of new DAO requirements and thereafter enhancements. Worked on entities
mapping results and have used data annotation. Created Query for Join result along with debugging the minor classes and
issues.
Project Details: Onlymyhealth.com is a product of MMI Online Ltd which is a strategic online
division from the house of Jagran Prakashan, India's Leading Media conglomerate. Onlymyhealth.com has created a website
that introduces the world of health and lifestyle information supported by reliable content providers and timely relevance.
While maintaining high credibility and in-depth information, their teams strives hard to ensure public overall well-being.
Rank 654: Resume 1326 with similarity score 0.029901871385956128
B.E , MS , B.TECH , BS devops , zookeeper , linux administrator , full time , linux system administrator customer , nfs , security , connect , bash , it operations , docker , postfix , ccna , zendesk , status , samba , writing , components , squid , ec2 , copying , ansible , magento , automation , blocking , devops , archives , designation , hindi , application virtualization , cluster , ltd , cli , english , troubleshooting , linux kernel , project , ftp , git , resolve , vmware , iptables , javascript , mail server , technology , jboss eap , hadoop , ldap , gujarati , general , efs , scripting , internet access , affirmative action , mysql , debian , zabbix , kafka , centos , activemq , postgresql , proxy , email , tomcat , aws , configuration management , server configuration , ubuntu , mint , containerization , languages , console , amazon , cassandra , malayalam , jira , web , servicenow , database , hardening , dns server , switching , migrating , jenkins , windows server , file sharing , ug , routing , authentication , ticketing tools , firewall , permissions , authorization , teams , embedded , solr , request tracker , less , saltstack , cron , electronics , servers , s3 , events , python , e-commerce development , network administration , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155…
https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155745450b5b0a0… 1/3
Current Designation: Linux System Administrator
Current Company: InfoDesk India Pvt Ltd Vadodara
Current Location: Vadodara / Baroda
Pref. Location: Anywhere in South India,Anywhere in West
India,Vadodara
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: PG Diploma [Advertising Marketing
Events]
Verified : Phone Number | Email - id
InfoDesk India Pvt Ltd Vadodara as Linux System Administrator
Aug 2018 to Till Date
The company's main business is to provide smarter data globally through its products, by integrating, normalising and
semantically enriching large volumes of data in real-time from internal and external sources.
Working on company product hosted on AWS cloud with Linux instances.
Work on critical production issues consisting of JBOSS/Wildfly and Tomcat environments.
Doing regular deployments of war files, applying database patches (Postgresql, MySQl, RDS), and troubleshooting Stage,
Dev and QA issues.
Solving tickets raised in JIRA and also helping support team in solving customer queries.
Automating regular tasks using bash scripts and monitor the environment using Zabbix, script alerts or AWS Cloudwatch.
Setting-up/migrating different parts of environment and do releases in Production and also document certain tasks or
issues.
Major tools/technologies used - Wildfly/Jboss EAP, ActiveMQ Artemis, Solr, Zookeeper and LDAP.
Embitel Technologies Pvt. Ltd. as System Administrator
Jul 2017 to Aug 2018
Client Project : Arago GmbH, as Consultant (AI Expert - Support)
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AKHIL RAJAN
Linux System Administrator, with 4.5 years of relevant experience, primarily working on
AWS Cloud and seeking challenging career in the field of Linux, Cloud and DevOps.
Key Skills: Linux System Administrator,System Admin,Linux Administration,Application Virtualization,Software
Installation,Configuration Management,Cloud Computing,VMware,Python,Linux,AWS,JIRA,Jenkins
Summary
Overall 4.5 years of experience in handling Linux servers, in production environments.
Experience of handling servers in AWS Cloud and used various services of AWS.
Knowledge of handling clustered JBOSS/Wildfly and Tomcat environments and experience of Virtualization/Containerization,
AI and DevOps tools.
Language/Scripting: Bash script and Python basics.
DNS Server, Web Server and Mail Server Configuration.
Proxy Server and File Server (Installation and Configuration) in Linux.
CCNA Routing and Switching Certified.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155…
https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155745450b5b0a0… 2/3
Working for Arago, and providing support, for their product Arago HIRO.
HIRO manages and automates every process within a company - from IT operations to business processes and
transactions using it's knowledge pool and standardized set up.
Work involves coordinating with customer's AI team to deeply understand their business or technical needs and design AI
solutions and writing KIs.
Working with Amazon Web Service console to help reproduce and resolve customer queries, and support AWS Core
services such as EC2, EBS, EFS, S3, ELB, VPC, and RDS etc.
Troubleshooting issues with hosted sites or network and monitor the same using Zabbix monitoring tool and provide
support through Zendesk ticketing and JIRA tracking system.
Maintaining assets and user authorizations, managing and setting up Git/SVN project and also using Docker containers
and configuration management tools like Chef/Ansible at some stages.
Installing general softwares for Embedded, E-commerce and IOT teams and resolving dependencies for the same. And
OS installation, configuration and hardening.
Projects Undertaken at the Company :
Configured the 3+1 Node / Cluster deployment of the nodes IAM, Graph, DB, Engine and Connect including major
components of WSO2-IS, Zookeeper, Cassandra, Hadoop/NFS (Blobstore), Kafka and ServiceNow.
Merged AWS CLI with HIRO tool while automating various tasks.
Setting E-commerce development with Magento 2.0 and created custom bash scripts to automate certain tasks.
Yukthi Systems Pvt. Ltd. (TotalOffice) as Linux Administrator
Apr 2016 to Jun 2017
Work involved complete support for the company product TotalOffice, comprising modules of Email, Firewall, File Server,
VPN, automation etc. and associated modules based on Linux.
Worked on ticketing tools like RT (Request Tracker) and had handled major tickets independently.
Used LDAP authentication for managing user accounts and automated certain tasks using Bash scripts.
Configured Docker container for simple modules in Linux and worked on Saltstack.
Work also involved configuration of company modules, restoring, copying and compressing data and mail-archives,
blocking/allowing sites, giving file permissions and setting up cron jobs for data backups.
Projects Undertaken at the Company :
Configured Mail Server using Postfix and Roundcube/SOGo for client at various stages.
Fetched mails from other mail servers, and also enabled Offline IMAP.
Set up Firewall (Squid, IPtables) and File sharing (FTP, Samba) for client.
Implemented Dynamic DNS in Linux.
Assisted in setting up Internet Access Module, for providing proxy service through DNS.
Upgraded Linux kernel and operating system at various stages.
Prepared init scripts to run certain services as daemon in Linux.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Modi Institute Of Technology, Kota in 2013
PG: PG Diploma (Advertising Marketing Events) from NIELIT Calicut in 2016
Other Qualifications/Certifications/Programs:
CCNA Routing and Switching
Education
IT Skills
Skill Name Version Last Used Experience
Linux: Debian, Ubuntu, Mint, CentOS 2020 4 Year(s) 5 Month(s)
AWS 2020 3 Year(s) 5 Month(s)
WINDOWS SERVER 2017 0 Year(s) 5 Month(s)
devops 2020 0 Year(s) 8 Month(s)
VIRTUALIZATION 2018 2 Year(s)
Squid and IPtables 2017 2 Year(s)
DOCKER 2019 1 Year(s) 6 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155…
https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155745450b5b0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Arago HIRO
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Gujarati Proficient
Malayalam Proficient
Rank 655: Resume 582 with similarity score 0.029837954146469996
BS business development , software engineer , devops mobility , box , onboarding , redux , devops , customer , v1 , entrepreneurship , suggestions , mysql , hindi , maintenance , swimming , english , status , small business development , project , store , application , map , less , livestock , gaming , testing , components , features , languages , nginx , research , sass , money , javascript , organization , volleyball , technology , html , tennis , online Sumit Solanki
Software Engineer
To work in a growing company where, I can contribute my services to meet the objective of the organization with hard work, skills and
knowledge and to achieve the personal goal along with organizations goals.
sumitsolanki30@gmail.com 8440069166 linkedin.com/in/sumittsolanki
WORK EXPERIENCE
01/2019 – Present
Sofware Engineer
Sixwallz Inc
Pune
Sixwallz Inc is a US-based startup who build product to help relocating
people to the US and provide services to HR mobility
Optimize and made website fully responsive
Developed a fully functional feature “Onboarding”
Designed and developed feature “Neighborhood-v2”
Help in designing and developing features like - -> Places
suggestions to relocate nearby (Neighborhood-v1 [card
view] ), Favorites
Components build -> Popover on the map, Places search box,
Slider, Dropdown
Develop script for data testing with different provider
Worked with DevOps team to setup nginx server
PERSONAL PROJECTS
PetsHub.
It is a dynamic website where the shopkeeper can upload pets
Details and also maintain livestock. And customer can also watch
status of order.
Online Book Store.
It is a ASP .NET based project .in which students can buy a second
hand books from poratl in less amount of money
EDUCATION
2019
Master of Computer Application
NBN Sinhagad School of Computer Studies
Ambegaon Bk, Pune, 411046
75%
2013
Bachelor of Computer Applications
Lachoo Memorial College of Science &
Technology Jodhpur. (Autonomous)
69.54%
SKILLS
React Redux Javascript HTML/SASS MySql
CERTIFICATES
Participated in Sinhgad Karandak 'Techtonic' and got
1st prize in Logica Event.
C language
Participated in treasure Hunt in the event Jigyasa and
got 1st prize in the year 2017.
Treasure Hunt
NATIONAL INSTITUTE FOR ENTREPRENEURSHIP AND
SMALL BUSINESS DEVELOPMENT (2014)
Certified in PC Maintenance
LANGUAGES
English
Limited Working Proficiency
Hindi
Full Professional Proficiency
INTERESTS
Research Swimming Volleyball PC Gaming
Tennis
Achievements/Tasks
mailto:sumitsolanki30@gmail.com
https://www.linkedin.com/in/sumittsolanki
Rank 656: Resume 1396 with similarity score 0.029807172943971914
B.E , MS , B.TECH , M.S full time , salesforce developer , software developer project design , microsoft azure , designation , developers , ug , profiles , affirmative action , lightning , hindi , lead management , maintenance , ltd , salesforce.com , authorization , english , status , email , application , electronics , resolve , languages , data import/export , project architecture , dashboards , javascript , technology , folders , apex , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 1/2
Current Designation: Salesforce Developer
Current Company: Nanostuffs Technology Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Nanostuffs Technology Pvt. Ltd. as Salesforce Developer
May 2018 to Till Date
Responsibilities :
- Requirement Gathering
- Project design (Project Architecture)
- Development and Configuration
- Assign some tasks to Jr. Developers
- Give update to Client frequently in the meeting
- Deliver completed tasks
- Gather feedback from client and issues if any
- Resolve issues
Configuration ? workflows, process builder, reports and dashboards, salesforce lightning,
lead management, opportunity management, data import/export.
- Wrote triggers, test class for triggers.
- Profiles creation.
- Data loading- import and export using Data loader and work bench.
- Creating custom report types, reports & dashboard folders, reports and dashboards.
- Triggers, helper class for triggers,batch Classes and test classes.
- Implemented Single sign on with Microsoft Azure AD .
Wab IT Solutions Pvt. Ltd as Salesforce Developer
May 2017 to May 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Akshay Phatak
Salesforce Developer seeking roles in Salesforce Development,Application
Programming,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data
Loader,Azure
Key Skills: Salesforce Developer,Software Developer,Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Summary
Skilled professional with 3.6 years of experience in Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Savitribai Phule Pune University, A.I.S.S.M.S. College Of
Engineering in 2016
Other Qualifications/Certifications/Programs:
Platform Developer 1
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE.COM, Force.com
Apex, html, javascript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 657: Resume 1561 with similarity score 0.029807172943971914
B.E , MS , B.TECH , M.S full time , salesforce developer , software developer project design , microsoft azure , designation , developers , ug , profiles , affirmative action , lightning , hindi , lead management , maintenance , ltd , salesforce.com , authorization , english , status , email , application , electronics , resolve , languages , data import/export , project architecture , dashboards , javascript , technology , folders , apex , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 1/2
Current Designation: Salesforce Developer
Current Company: Nanostuffs Technology Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Nanostuffs Technology Pvt. Ltd. as Salesforce Developer
May 2018 to Till Date
Responsibilities :
- Requirement Gathering
- Project design (Project Architecture)
- Development and Configuration
- Assign some tasks to Jr. Developers
- Give update to Client frequently in the meeting
- Deliver completed tasks
- Gather feedback from client and issues if any
- Resolve issues
Configuration ? workflows, process builder, reports and dashboards, salesforce lightning,
lead management, opportunity management, data import/export.
- Wrote triggers, test class for triggers.
- Profiles creation.
- Data loading- import and export using Data loader and work bench.
- Creating custom report types, reports & dashboard folders, reports and dashboards.
- Triggers, helper class for triggers,batch Classes and test classes.
- Implemented Single sign on with Microsoft Azure AD .
Wab IT Solutions Pvt. Ltd as Salesforce Developer
May 2017 to May 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Akshay Phatak
Salesforce Developer seeking roles in Salesforce Development,Application
Programming,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data
Loader,Azure
Key Skills: Salesforce Developer,Software Developer,Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Summary
Skilled professional with 3.6 years of experience in Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Savitribai Phule Pune University, A.I.S.S.M.S. College Of
Engineering in 2016
Other Qualifications/Certifications/Programs:
Platform Developer 1
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE.COM, Force.com
Apex, html, javascript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 658: Resume 1017 with similarity score 0.02980488239780564
B.E , MS , B.TECH , BS certified scrum master , it analyst , associate , quality analyst , quality assurance , full time , test director , qa engineer , software test engineer user acceptance testing , core java , testing tools , data warehouse , functional testing , office , test cases , design documents , status , integration testing , writing , components , restoration , sprints , automation , project coordination , filenet , mar , csm , hindi , ltd , english , visual basic , agile , smoke , groups , sprint planning , winrunner , processing , javascript , qtp , technology , insurance , etl testing , reporting , general , performing , scrum , healthcare , test planning , affirmative action , oracle , test scripts , glue , customer requirements , alm , software testing , email , information systems , operations , user stories , languages , maven , story , business process , jira , test management , apps , application testing , functionality , manual testing , liabilities , foundation level , ug , medical equipment , mercury , authorization , enterprise , siebel , models , b2b , sql , hp quality center , selenium webdriver , participation , interfacing , cucumber , mainframe , servers , framework , preparation , kannada , folio , lotus notes 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 1/4
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - QA & Testing
Role: QA/QC Mgr
Industry: IT-Software/Software Services
Marital Status: Divorced
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
JP Morgan Chase as Associate-Software Testing
Jun 2016 to Oct 2020
Reviewing the test cases and approving the same, performing automated tests in the environment for testing the
application
with different environments as per customer needs
Managing the development and execution of automated test scripts and procedures; maintaining a high degree of
functional
expertise on target systems
Communicating test progress, test results, and other relevant information to project stakeholders and management;
supporting and identifying continuous improvements within testing processes
Gathering and analyzing data in support of business cases, writing test plans and scripts for tracking defects and fixes
using
software application development, information systems, and operations systems
Defining the scope of testing and producing/managing test planning documents for all releases; estimating effort for each
release and procuring the number of resources required
Collaborating with software/systems personnel for testing applications using the System, Unit, Functional, Integration,
Regression, and Acceptance Testing methods
Collaborating with software/systems personnel for testing applications using the Smoke, Functional, System Integration,
Regression, and User Acceptance Testing methods
Communicating test progress, test results, and other relevant information to project stakeholders and management;
supporting and identifying continuous improvements within testing processes
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AVINASH PAVALKODY
Qa lead with 14 years of experience seeking roles in Software Testing,Functional
Testing,Automation Testing,ETL Testing,Siebel Testing,Web Application
Testing,Technology Enhancement,Project Coordination,Test Management ,Selenium
Webdriver,Cucumber
Key Skills: Associate,QA/QC Manager,Software Testing,Manual Testing,Automation Testing,ETL Testing,Siebel
Testing,Web Application Testing,Technology Enhancement,Project Coordination,Defect Reporting,Data Warehouse
Testing,Selenium Webdriver,Cucumber,Core Java
Summary
ISTQB and CSM Certified Testing Professional, offering chronicled success of 14 years in Software Testing, Quality Assurance,
SDLC and Project Management with proficiency in technical disciplines & quality strategies to successfully integrate
business needs & technology
Expertise in both manual & automated testing (functional) of software applications, products and components; exposure
in Siebel Testing, B2B Testing, File-Net Application Testing, Java Web Application Testing and ETL Data Warehouse
Testing
Gained proficiency in testing tools like (HP ALM, Selenium/Web drivers), automation frameworks and automation
activities like Creating Scripts, Function Libraries, on SDLC models
Experienced in Agile Methodology, JIRA Tool Usage, Scrum Meetings, Scrum of Scrum calls, Sprint Reports, User Story
Life Cycle
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 2/4
Mapping customer requirements, interfacing with clients, identifying gaps, finding solutions & ensuring the preparation of
solution design document
Allegis Services India Ltd as Tech Lead
Nov 2014 to Jun 2016
Tata Consultancy Services Ltd as IT Analyst
Mar 2012 to Feb 2014
Invenger Technologies as Lead Analyst
Mar 2006 to Feb 2012
UG: B.Tech/B.E. (Mechanical) from NATIONAL INSTITUTE OF ENGINEERING, MYSORE in 2005
PG: in 0
Other Qualifications/Certifications/Programs:
Certified Tester Foundation Level International Software Testing Qualification Board
Certified Scrum Master
Education
IT Skills
Skill Name Version Last Used Experience
CERTIFY 6.3 2006 2 Year(s) 0 Month(s)
QTP 9.2 2007 1 Year(s) 0 Month(s)
Lotus Notes 2011 2 Year(s) 0 Month(s)
Oracle SQL 11 2009 9 Year(s) 0 Month(s)
QUALITY CENTER 9.0,10.0 2014 8 Year(s) 0 Month(s)
Siebel 6.0 2011 6 Year(s) 0 Month(s)
HP QUALITY Center 10.0 2012 1 Year(s) 4 Month(s)
SELENIUM 2.53 2014 5 Year(s)
CORE JAVA 2014 5 Year(s) 0 Month(s)
cucumber 2014 5 Year(s)
Visual Basic 6.0, C, and SQL
Mercury Quality Center 9.0
HP Quality Center 10.0
Winrunner and Certify 6.3
Siebel Servers, File-Net Servers
Languages Known
Language Proficiency Read Write Speak
Kannada Expert
English Proficient
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 3/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Quality Analyst
Duration: Nov 2014 - Oct 2020
Onsite / Offsite: Onsite
Team Size: 9
Nature of Employment: Full Time Duration: Nov 2014 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Test Engineer
Duration: Mar 2012 - Aug 2014
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Mangalore
Role: Quality Analyst
Duration: Mar 2006 - Feb 2012
Onsite / Offsite: Offsite
Team Size: 6
Konkani Proficient
Hindi Proficient
Tulu
Projects
Project Title: Port Folio Management Module for TPS
Client: JP Morgan Chase Co
Skill Used: Functional Testing,SQL, Selenium Webdriver,
Role Description: 1.Individual Contributor
Project Details: 1.Agile Testing for Portfolio Participation Module for Trade Processing Application.
Project Title: Trade Processing System (Participations)
Client: JP Morgan Chase
Skill Used: Selenium WebDriver (2.53.1), Core Java, Cucumber,Oracle JDBC, and Maven
Role Description: Spearheading the POM Framework to automate the Portfolio Management module to set up
participant and program portfolio
in Trade Processing System
Writing BDD scenarios and integration with Glue code and Runner files
Project Details: The project aims to develop a reusable automation framework to automate the process of the
Portfolio
Management module for Enterprise Release Testing.
Project Title: Siebel Americas Testing
Client: Leading US Based HealthCare Company
Skill Used: HP Quality Center 10.0, Siebel 8.0, MS Office. Oracle Apps,SQL
Role Description: - Managing a team of 3 members.
- Reviewing user stories and analyzing High Design documents to develop test scripts
- Participation in Sprint planning call to determine requirement for subsequent sprints
Project Details: Objective
- To implement a Business Process by developing call center functionality for creation of Medical Assets and handle
the service request associated with the installed medical equipment in Siebel 8.0
Project Title: Claims Customer Restoration Network
Client: Leading US Based Insurance Company
Skill Used: Siebel 6.0 and Siebel 8.0,Mercury Quality Center 9.0,Mercury Test Director, Winrunner 8.0, Certify 6.3,
Quick Test Professional 9.2,HP Quality Center 10.0
Role Description: Software QA Engineer
Project Details: Projects handled:
Project CRN(Customer Restoration Network) Commercial Integration(Release 6.2)
Role Software Test Engineer
Testing Tool Manual Testing, Test Director(8.0)
Duration 4 months
Summary:
The CRN - Restoration Network - application is mainly for Auto & Homeowner policies. Under this release the CRN
was integrated with Commercial liabilities like, Commercial Non-auto & Commercial property. CRN is closely related
to a wide variety of third party softwares like Filenet, Mainframe, CTI (Computer Telephonic Integration), etc.
Currently almost 18000 employees are using the CRN application.
Responsibilities:
Reviewing Business and Technical Requirement Documents.
Identifying all possible (including positive and negative scenarios) Integration Test Cases and posting it in Test
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Director.
Performed Integration Testing for different modules in the application.
Coordinating with different groups for defect analysis to enable the execut
Rank 659: Resume 1381 with similarity score 0.029780253059002698
B.E , MS , B.TECH software engineer , devops engineer , associate , software developer , cloud engineer , full time , java programmer automation , infrastructure management , general , devops , jenkins , kubernetes , designation , ug , amazon s3 , affirmative action , oracle , amazon vpc , spring , cloud , docker , technology services , angular , hindi , maintenance , authorization , farmers , english , vending , status , email , project , application , aws , github , computer science , ec2 , languages , python , javascript , organization , insurance , pipeline , learning , base 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d17…
https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d175112420c5e5d… 1/2
Current Designation: Cloud DevOps Engineer
Current Company: Capgemini Technology Services India
Limited
Current Location: Pune
Pref. Location: Pune,Gurgaon,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Cloud DevOps Engineer
Jun 2018 to Till Date
Role: Cloud Engineer
Employer: Capgemini Technology Services India Limited
Date: 06/2019 - Present, Pune, India
Project: ME Bank Landing Zone Setup
Achievements/Tasks:
- Created an AWS Organization and multiple accounts within it, bootstrapped and baselined them through terraform.
- Created design of Account Vending Machine.
-Deployed Account Vending Machine through Terraform.
- Worked on VPC Networking Configuration.
Role: Cloud Engineer
Employer: Capgemini Technology Services India Limited
Date: 06/2018 - 05/2019, Pune, India
Project: Farmers Insurance Cloud Migration
Achievements/Tasks:
- Created Infrastructure on AWS through Terraform.
- Maintained backend in S3 for storing state files and lock using DynamoDB. GitHub as VCS for Dev, UAT and Prod env.
- Created Automated pipeline for deploying infrastructure and application using Jenkins Pipeline.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ritvik Jain
Cloud Engineer seeking roles in IT Project Management, Requirement Gathering,
Solution Designing, Cloud Infrastructure Management, software Development, AWS,
Amazon VPC, Terraform, Docker, Jenkins, Python, Angular 6, Java,AWS
DevOps,Amazon S3,Spring.
Key Skills: Cloud Engineer,Software Developer,IT Project Management,Requirement Gathering,Solution Designing,Cloud
Infrastructure Management,software Development,AWS,Amazon VPC,Terraform,Docker,Jenkins,Python,Angular
6,Java,AWS DevOps,Amazon S3,Spring
Summary
A software engineer with a quick learning skill
and an enthusiastic Cloud and DevOps engineer
with primary skill base in Cloud Infrastructure
Management and Automation. I seek competitive
and challenging opportunities for self development
as well as for organizational goals
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d17…
https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d175112420c5e5d… 2/2
UG: B.Tech/B.E. (Computer Science and Engineering) from Swami Keshwanand Institute of Technology in 2018
Other Qualifications/Certifications/Programs:
AWS Certified Developer Associate
Oracle Certified Associate Java Programmer
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Amazon VPC, Amazon S3, AWS IAM, AWS EC2 2020 3 Year(s) 0 Month(s)
Kubernetes 2020 0 Year(s) 6 Month(s)
JAVA 1.8 2020 1 Year(s) 0 Month(s)
Spring 2020 1 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
AMAZON S3 2020 3 Year(s) 0 Month(s)
DOCKER 2020 2 Year(s) 0 Month(s)
Terraform 2020 2 Year(s) 7 Month(s)
Python 2020 2 Year(s) 4 Month(s)
Jenkins 2020 2 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 660: Resume 963 with similarity score 0.029608224266930872
B.E , MS , B.TECH , BS sap basis , operator , production engineer , quality assurance , product development , graduate engineer , quality control , full time devising , training , mentoring , corrective actions , customer , people management , internal audit , 5s , designation , ug , microsoft office , casting , mar , tamil , affirmative action , conducting , assembly , hindi , production planning , preventive actions , maintenance , ltd , hero , authorization , english , modifications , lean manufacturing , teams , status , productivity , models , email , record , scooters , sap , project implementation , management review , operations , electronics , art , continuous improvement , process engineering , obc , components , kaizen , problem solving , languages , preparation , kannada , completion , motorcycle , morale , javascript , engineers , honda , administrative , measures , management skills , capture 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b0047…
https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b00470a47475b5f0b… 1/3
Current Designation: Production Engineer
Current Company: Badve Engineering Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Production / Maintenance / Quality
Role: Product Development Exec.
Industry: Auto/Auto Ancillary
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Email - id
Badve Engineering Ltd as Production Engineer
Aug 2018 to Till Date
At present, I am working with M/s BADVE ENGINEERING LTD since Aug 2018 as a production Engineer to still now,
BADVE ENGINEERING LTD is a Leader in Manufacturing Mufflers, Frames Body for HONDA MOTORCYCLE AND
SCOOTERS INDIA. BADVE AUTOCOMPS has 20 manufacturing sites (located All Over India).State-of-the-art
manufacturing facility incorporating Lean Manufacturing System resulting in excellent quality levels and delivery
performance to all major OEM?s. CELL INCHARGE in MUFFLER line. Handling 30 welders & 3 engineers in shift,
responsible for production control, taking counter measures for line defects & their implementation. Monitoring process of
continuous improvement (kaizen) in model mix-up for achieving substantial reduction in component defects and assembly
defects, 5s implementation.Maintaining PQCDMS targets on line. Conducting process audits to identify problem areas and
find solutions, taking into account the benefits and costs of any recommendations. Preparation of Standard Inspection
Procedure,Work standard and PPAP documents. Responsible for preparing Weekly Review Meeting, Month of review,
report to Top Management. Implementing the problem solving Techniques through Cause and Effective analysis and
Process improvements. Responsible for corrective actions / preventive actions for customer complaints & test failures &
Monitor effectiveness of corrective actions / preventive actions for customer complaints & test failures Elimination of In-
house Rejections through Process Improvements & Participating the Management review meetings, updating the in house
Quality level. Executing cost saving techniques / measures and modifications to achieve substantial reduction in various
expenditures. Ensuring frequent quality improvements, productivity improvements. Reducing rejections and non-value
added activities and logistics improvement. Demonstrating superior people management skills and facilitating cross-
functional team formation to reduce and solve customer complaints. Actively involved in devising manpower through
breakthrough process improvements, Successfully mentoring and guiding the subordinates regarding the technical &
managerial problems. Conducting operator training for new models and current set-up on regular basis. Create a proactive
performance driven culture that listens, reacts and supports (effective communication, education, listening, and trust) to
capture the hearts and minds of the people. Proactively recognize the teams? accomplishments and improve morale
Ensure completion of administrative responsibilities.
Last Active: 18-Sep-20 Last Modified: 18-Sep-20
SURESH.V
Production Engineer seeking roles in Production Control,Operations
Management,Product Development,Quality Assurance,Process Inspection,Rejection
Analysis,sheet matel Manufacturing, production planning and manpower handling,
Internal Audit.
Key Skills: Rejection Analysis,Internal Audit,Project Management,Production Executive,Production Planning,Production
Engineer,Manpower Handling,Assembly,Line Balancing,Production,Production Management,Production
Engineering,Process Engineering
Summary
Highly motivated professional (B.E- Mechanical engineering) with a demonstrated record of over 6+ year in production and new
project implementation function and implementing highly effective continuous improvement strategies with best-in-class
companies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b0047…
https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b00470a47475b5f0b… 2/3
Munjal Auto Industries as Production Engineer
Mar 2017 to Jul 2018
MUNJAL AUTO INDUSTRIES LTD is a Leader in Manufacturing Mufflers, Frames, Body for HERO MOTORCYCLE AND
SCOOTERS INDIA. MUNJAL AUTOCOMPS has 4 manufacturing sites (located All Over India).State-of-the-art
manufacturing facility incorporating Lean Manufacturing System resulting in excellent quality levels and delivery
performance to all major OEM?s. CELL INCHARGE in MUFFLER line. Handling 50 welders & 2 engineers in shift,
responsible for production control, taking counter measures for line defects & their implementation. Monitoring process of
continuous improvement (kaizen) in model mix-up for achieving substantial reduction in component defects and assembly
defects, 5s implementation.Maintaining PQCDMS targets on line. Conducting process audits to identify problem areas and
find solutions, taking into account the benefits and costs of any recommendations. Preparation of Standard Inspection
Procedure, Work standard and PPAP documents. Responsible for preparing Weekly Review Meeting, Month of review,
report to Top Management. Implementing the problem solving Techniques through Cause and Effective analysis and
Process improvements. Elimination of In-house Rejections through Process Improvements & Participating the
Management review meetings, updating the in house Quality level. Executing cost saving techniques / measures and
modifications to achieve substantial reduction in various expenditures. Ensuring frequent quality improvements,
productivity improvements. Reducing rejections and non-value added activities and logistics improvement. Demonstrating
superior people management skills and facilitating cross-functional team formation to reduce and solve customer
complaints. Actively involved in devising manpower through breakthrough process improvements, Successfully mentoring
and guiding the subordinates regarding the technical & managerial problems. Conducting operator training for new models
and current set-up on regular basis. Create a proactive performance driven culture that listens, reacts and supports
(effective communication, education, listening, and trust) to capture the hearts and minds of the people. Proactively
recognize the teams? accomplishments and improve morale Ensure completion of administrative responsibilities.
Badve Engineering Ltd as Junior Engineer(production)
Feb 2015 to Feb 2017
BADVE ENGINEERING LTD is a Leader in Manufacturing Mufflers,Frames,Body for HONDA MOTORCYCLE AND
SCOOTERS INDIA LTD, BADVE AUTO COMPONENTS has 20 manufacturing sites (located All Over India).State-of-the-
art manufacturing facility incorporating Lean Manufacturing System resulting in excellent quality levels and delivery
performance to all major OEM?s. CELL INCHARGE in MUFFLER line. Handling 20 welders & 2 engineers in shift,
responsible for Quality control, taking counter measures for line defects & their implementation. Monitoring process of
continuous improvement (kaizen) in model mix-up for achieving substantial reduction in component defects and assembly
defects, 5s implementation.Maintaining PQCDMS targets on line. Conducting process audits to identify problem areas and
find solutions, taking into account the benefits and costs of any recommendations. Preparation of Standard Inspection
Procedure,Work standard and PPAP documents. Responsible for preparing Weekly Review Meeting, Month of review,
report to Top Management. Implementing the problem solving Techniques through Cause and Effective analysis and
Process improvements. Responsible for corrective actions / preventive actions for customer complaints & test failures &
Monitor effectiveness of corrective actions / preventive actions for customer complaints & test failures Elimination of In-
house Rejections through Process Improvements & Participating the Management review meetings, updating the in house
Quality level. Executing cost saving techniques / measures and modifications to achieve substantial reduction in various
expenditures. Ensuring frequent quality improvements, productivity improvements. Reducing rejections and non-value
added activities and logistics improvement. Demonstrating superior people management skills and facilitating cross-
functional team formation to reduce and solve customer complaints. Actively involved in devising manpower through
breakthrough process improvements, Successfully mentoring and guiding the subordinates regarding the technical &
managerial problems. Conducting operator training for new models and current set-up on regular basis. Create a proactive
performance driven culture that listens, reacts and supports (effective communication, education, listening, and trust) to
capture the hearts and minds of the people.
C.R.K.INDUSTRIES as Graduate Engineer Trainee
Aug 2013 to Feb 2015
It is manufacturing of casting component and instrument fabrication assembly supplying to "M/S.INTEGRATED
ELECTRONICS LTD", Bangalore..
UG: B.Tech/B.E. (Mechanical) from Sri Padmavati College of Engineering, Kanchipuram in 2013
Education
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b0047…
https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b00470a47475b5f0b… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: TN Permit Holder
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Office 9 2019 8 Year(s) 5 Month(s)
UniGraphics, NX 7.5, 7,
9
2015 1 Year(s) 5 Month(s)
SAP Basis
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Tamil Proficient
Kannada Proficient
Telegu Proficient
Rank 661: Resume 1568 with similarity score 0.029592604715154527
B.E , MS , B.TECH , BS associate , solution architect , full time , seo specialist amazon web services (aws) , css , security , ug , promotional , tamil , affirmative action , design , user experience , gap analysis , ltd , navigation , authorization , english , status , social media , excel , b2b , solution architecture , seo , languages , it infrastructure , email marketing , word , javascript , search , network administration , organization , cloud computing , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d42…
https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d420143170e5a5f0… 1/2
Current Location: Chennai
Pref. Location: Chennai,Coimbatore,Trichy
Functional Area: IT Software - Network Administration /
Security
Role: Trainee
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
Tefugen Technologies Pvt Ltd as Executive-AWS Cloud
May 2017 to Apr 2019
Also as a SEO specialist, created and managed email marketing
Researched in AWS cloud platform (SES) for sending marketing and promotional emails to customers since server
problem was bottleneck in sending emails.
Engaged and worked closely with our customers to solve their queries and problems
Managed the social media of the organization for better sales
Worked with banner design for the B2B website using HTML and CSS
Address the issues in the websites and made changes in website aligning to user experience
Worked with the team to improve the user experience of the site such as website navigation & search filter
Worked in Product & Content upload in the site to ensure that all content integrates with current SEO practice
UG: B.Tech/B.E. (Computers) from SARANATHAN COLLEGE OF ENGINEERING, TRICHY in 2016
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Associate
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
JANE SHERIN B
AWS,Executive seeking assignments in Cloud Computing,Software Engineering,IT
Networking,Network Administration,IT Infrastructure,Requirement Gathering,System
Analysis,Gap Analysis,Solution Architecture,TCP,IP,Networking
Planning,HTTP,DNS,HTML,CSS
Key Skills: Executive,Trainee,Cloud Computing,Software Engineering,IT Networking,Network Administration,IT
Infrastructure,Requirement Gathering,System Analysis,Gap Analysis,Solution Architecture,TCP,IP,Networking
Planning,HTTP,DNS,HTML,CSS,AWS
Summary
AWS,Executive with 2 years of work exposure in Cloud Computing,Software Engineering,IT Networking,Network
Administration,IT Infrastructure,Requirement Gathering,System Analysis,Gap Analysis,Solution Architecture,TCP,IP,Networking
Planning,HTTP,DNS,HTML,CSS.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d42…
https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d420143170e5a5f0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Amazon Web Services (AWS)
HTML, CSS
Excel, word, power point
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 662: Resume 888 with similarity score 0.029574106354380104
B.E , B.TECH software developer , senior software engineer , part time , full time , application developer react.js , core java , designation , ug , sqlite , vs , affirmative action , oracle , spring , hindi , ionic , maintenance , authorization , advanced , english , node.js , status , instrumentation , servlets , agile , email , jpa , project , apache cordova , application , ee , bengali , fixing , gitlab , react native , maven , framework , languages , hibernate , jira , eclipse , javascript , organization , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001…
https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001901404959580e… 1/2
Current Designation: Senior Software Engineer/Analyst
Current Company: Capgemini
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
Capgemini as Senior Software Engineer/Analyst
Dec 2018 to Till Date
Working as a Sr Software Developer. As part
of the project, working closely with clients for day to day
requirement analysis, development and bug fixing of the same.
UG: B.Tech/B.E. (Instrumentation) from West Bengal University of Technology (WBUT) in 2017
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SUCHISMITA DHAR
Senior Software Engineer of 2yrs experience seeking roles as a Java Full Stack
Developer
Key Skills: Core Java,Advanced Java,JSP Servlets,JDBC,Hibernate,Spring,Maven,JPA,React.Js,Node.Js,Ionic
Framework,Oracle SQL,PLSQL,Apache Cordova,GIT,Agile Methodology,JIRA
Summary
A Resourceful Application Developer with outstanding knowledge of Advanced Java and React Native. Looking to bring further
success to my organization by leveraging strong skill set and proactive demeanor
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
VS Code, Eclipse, Core Java, JIRA
Java EE, React Native, Cordova, SQL,
Hibernate, Spring, SQLite, JPA
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001…
https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001901404959580e… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
GitLab, TortoiseGit, Agile, SVN.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 663: Resume 1066 with similarity score 0.029573337347062245
B.E , MS , B.TECH , BS application support , quality assurance , software developer , it professional , cloud engineer , full time firefox , security , demand , space , partition , it operations , linux , mock , httpd , status , logging , test systems , product management , mumbai , atlassian , testing , features , building , ec2 , kibana , infrastructure , operating systems , automation , access , designation , confluence , cloud , windows , english , troubleshooting , project , smoke , groups , leadership , itil , web pages , javascript , technology , disk , html , reporting , web development , developers , affirmative action , user experience , uptime , principles , collaboration , public , maintenance , zabbix , architecture , dynatrace , email , tomcat , aws , ad-hoc , github , sitescope , hp , languages , load balancing , apps , proof , database , css , ug , web design , scratch , apache , authorization , teams , productivity , application , less , cost effective , requirements gathering , s3 , shell scripting , nginx , metrics 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42…
https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42001548505458… 1/2
Current Designation: AWS cloud Engineer
Current Company: HalSys IT Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HalSys IT Solutions as AWS cloud Engineer
Feb 2018 to Till Date
* Hosting and managing 3 tier architecture Application with load balancing, monitoring, and logging features
* Host website on Nginx / httpd / apache2/ tomcat.
* Provide support around Identity and Access management lifecycles across AWS accounts
* Managing disk space like extending partition.
* Setting up cronjob
* Enforcing existing process guidelines
* Built VPCs from scratch, creating private and public subnets, creating security groups
* Proactively monitor resources and application using AWS cloud watch.
* Excellent working knowledge of Windows or Linux operating systems - experience of supporting and troubleshooting
issues and performance
* Strong knowledge of billing and tagging
* Responsible for design, development, and implementation of Cloud solutions
* Deploying systems in AWS environments
* Worked on Route53 and CloudFront for UI based application.
* Using S3 glacier for data archiving and long-term backup.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
NIKESH REDDY
ITIL,AWS Cloud Engineer seeking roles in Software
Development,Automation,Application Programming,Web Development,Requirement
Gathering,Application Support,HTML,CSS,Javascript,User Experience,Apache
Tomcat,Web Designing,Service Desk,Github,AWS
Key Skills: ITIL,AWS Cloud Engineer,Software Developer,Software Development,Automation,Application
Programming,Web Development,Requirement Gathering,Application Support,HTML,CSS,Javascript,User
Experience,Apache Tomcat,Web Designing,Service Desk,Github,AWS
Summary
* IT professional with over 2.7+ year's hands on experience in AWS Cloud environment, front end developing and testing.
* Architected and Implementing cost effective solutions on AWS infrastructure using on demand instance
* Experience in working on AWS and its services like AWS IAM, VPC, EC2, EBS, RDS, S3, Lambda, ELB, Auto Scaling,
Route 53, Cloud Front, Cloud Watch, Cloud Trail, SQS, SNS.
* Experience in Application support hosted on Linux Operating system.
* Playing a significant role in establishing operational processes.
* Collaborated with product management to design, build and test systems.
* Collaborated with other developers to identify and alleviate the number of bugs in the software.
* Identified and suggested new technologies and tools for enhancing product value and increasing team productivity.
* Manage weekly and monthly Incident and Problem review meetings and provide data metrics to Leadership
* To plan and design the structure and design of web pages.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42…
https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42001548505458… 2/2
2. Front End Development (from Aug 2018 to June 2019)
* Implementing web design and development principles to build stable software.
* Bringing mock-ups to life using HTML, CSS, JavaScript.
* Collaborating closely with the team to support projects during all phases of delivery.
* Building websites and apps that are responsive and usable.
* Monitoring website performance and rectifying front-end-related issues.
* Communicating technical issues in an understandable manner to the team and clients.
* Identifying innovative ideas and proof of concepts according to project requirements.
* Providing guidance and troubleshooting support to clients.
* Testing to identify bugs and technical issues before and after deploying.
* Documenting bug reports, tickets, and any code changes.
3. Testing (from feb 2018 to Aug 2018)
* Strong collaboration skills allow me to work with teams made up of software developers, quality assurance specialists,
and IT operations professionals.
* Collaborated on all stages of the systems development lifecycle, from requirements gathering to production releases.
* Tested Applications compatibility on different browser versions (IE, Firefox).
* Actively participated in smoke, functional and ad-hoc testing during SIT phase.
* Met with manager on a weekly basis to provide a detailed project report and milestone updates.
* Developed code fixes and enhancements for inclusion in future code releases and patches
* Monitoring and reporting on system and database backups to ensure they appropriately configured, implemented, and
verified to enable recovery from failure
UG: B.Tech/B.E. (Computers) from Ballari Institute of technology and Management, bellary, Karnataka in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Shell Scripting
Apache, Tomcat, NGINX
Linux, Windows
Kibana
Git Hub
Dynatrace, HP SiteScope
Zabbix, uptime
Atlassian, Service Desk
Atlassian Confluence
Languages Known
Language Proficiency Read Write Speak
English
Rank 664: Resume 1470 with similarity score 0.029558390311459952
B.E , MS , B.TECH associate , lead consultant , full time vss , api , general , telugu , jenkins , designation , visual studio , tamil , affirmative action , technical architecture , hindi , maintenance , revenue , cost control , authorization , english , status , c# , email , project , re-engineering , application architecture , solution architecture , microsoft , biztalk , github , edge , led , c++ , languages , asp.net , business process , sql server , javascript , cloud computing , .net framework , program management , process optimization , agility 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170…
https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170110485b54085… 1/2
Current Designation: Associate Architect
Current Company: Agility E Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Agility E Services as Associate Architect
Jan 2017 to Till Date
HCL Technologies as Lead Consultant
Feb 2015 to Dec 2016
CSC as Application Delivery
Jun 2010 to Jan 2015
UG: B.Tech/B.E. (Electrical) from Anna University in 2006
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
REDDYGARI VAMSHEDHAR REDDY
Associate Architect seeking roles in Software Development,Application
Programming,Cloud Computing,Project Management,Program Management,Solution
Architecture,System Analysis,Technical Architecture,Requirement Gathering,Visual
Studio,SQL Server
Key Skills: Associate Architect,Tech Architect,Software Development,Application Programming,Cloud Computing,Project
Management,Program Management,Solution Architecture,System Analysis,Technical Architecture,Requirement
Gathering,Visual Studio,C,C++,SQL Server
Summary
* Integration Solution Expert with experience of nearly 12 years in providing insightful knowledge of business process
analysis (As-Is, To-Be) and design, managing application-based process re-engineering, process optimization, cost control &
revenue maximization from technical solutions using cutting-edge technologies & tools like Microsoft BizTalk Server, Mule Soft ,
DellBoomi &Apigee
* Currently associated with Agility E Services as Associate Architect
* Led large-scale business application architecture and design efforts; established application architectures for various
business functional areas; resolved integration and interface issues between various applications or systems
* Designed systems using most trending micro services-based API led approach and managing API's through API
Management Portal
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170…
https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170110485b54085… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Mule4, BizTalk,DellBoomi,Apigee 0 Year(s) 0 Month(s)
.NET Framework, ASP.NET
VISUAL STUDIO
C#, VB.NET, C, C++
SQL Server
TFS, ONEITVSO, VSS, GitHub
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Tamil
Rank 665: Resume 338 with similarity score 0.02948011021939867
MS , BS work from home , recruiter , devops api , training , dart , figma , devops , internships , watson , kubernetes , philosophy , linux , public , stocks , firebase , heroku , player , ios , ux design , advanced , node.js , cloud security , recruiter , ecmascript , cloud development , project , express , aws , mongodb , mastery , resume , ibm , android , impress , rest , writing , british , machine learning , kanban , computer science , framework , completion , task management , assessment , python , one , shares , apps , cloud computing , web architecture , online Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship. I possess excellent communication skills, I'm a team player, and most importantly, I'm a dedicated worker. All I want is a chance to prove
it to you. I also posses good working knowledge of Flutter and have worked on many projects. I can also work on API as I have experience in
writing Node.js apps with monogdb server and deployment on all major platform such as AWS, GCD, Heroku
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Available for 3 month, starting immediately
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Moksh Chaudhary
Chandigarh, Zirakpur
Applied 31 Jan'21
Flutter Android Figma
Linux UI & UX Design Machine Learning
Bachelor of Computer Science B.C.S.), Computer Science
Chandigarh University
2018 - 2022
Senior Secondary XII, Science
The British School
CBSE board)
Year of completion: 2018
CGPA 7.00/10
Secondary X
Delhi Public School Chandigarh
CBSE board)
Year of completion: 2016
CGPA 9.40/10
Flutter Development
Padmavati Enterprises, Virtual
Jan 2021 - Present
Design a UI/UX for the App
Build that app in flutter using firebase as backend
Everyday updates to make sure everything is going as planned
Flutter
udemy, Online
May 2020 - Aug 2020
Build beautiful, fast and native-quality apps with Flutter
Become a fully-fledged Flutter developer
Build iOS and Android apps with just one codebase
Build iOS and Android apps using just one programming language Dart)
Build a portfolio of beautiful Flutter apps to impress any recruiter
Understand all the fundamental concepts of Flutter development
Become proficient in one of the fastest growing technologies
Cloud Computing
IBM, Online
Jul 2019 - Jan 2020
This badge earner has proven expertise to build, run, deploy, and develop applications on a cloud development platform,
using IBM Cloud. The badge earner has demonstrated advanced proficiency on topics such as Cloud Computing,
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8146974745
Kubernetes, Cloud Found ry, DevOps, REST Architecture, Watson APIs, Web Architecture, Cloud Security, Node.js, Express
Framework, ECMAScript, and React.
Link: https://www.youracclaim.com/earner/earned/badge/644443b3-d4af-4f7b-92e35b7167fd7599
Machine Learning
Verzeo, Online
Sep 2018 - Nov 2018
Training in machine learning where we were taught about Machine learning and python language and it's impact and also
used machine learning to predict the prices of stocks and shares
Taskr App
Jan 2021 - Jan 2021
https://github.com/mokshchaudhary/taskr
A task management app which focused on "damn simple app" app philosophy.
Technologies used:
Flutter
Dart
Firebase
College App Redesign
Oct 2020 - Dec 2020
https://github.com/Cuims-Redesign
Redesign of college's app to make it faster , lighter and more elegant
Technologies used:
Flutter
Nodejs
RestApi
Heroku
Demo: https://drive.google.com/file/d/1w9jFvRlfq6OtSPLnaZXrEDRp32aqv7_Q/view?usp=sharing
Kanban App
May 2020 - Jul 2020
https://github.com/Team-Cepheus/taskr.io
A kanban app to help people keep track of their project with their team
Used Technologies:
React
Nodejs
MongoDB
Had an app on appstore when I was 16 years old.
IBM Cloud Mastery Badge
https://github.com/mokshchaudhary/taskr
https://github.com/Cuims-Redesign
https://github.com/Team-Cepheus/taskr.io
Rank 666: Resume 770 with similarity score 0.02947497273176095
BSC , BS , B.E , MS , B.TECH engineering manager , technical architect , associate , quality assurance , solution architect , engineering director , full time , sql developer , technical lead , vp computing , customer , ease , demand , platforms , seasonal , databases , linux , gateway , player , node.js , ftl , status , mobile technology , integration testing , linkedin , xml , pl/sql , facebook , loan origination , components , technical design , pvcs , line management , clear , spring security , utilities , weblogic , pro*c , h1b , listings , coordinated , suite , crm , performance testing , ecommerce , retail , multilingual , functional specifications , designation , mar , web services , hindi , cloud , silver , ltd , json , collateral management , english , code review , twitter , prepayment , jasmine , xsl , agile , 12c , process orientation , defect tracking , mongodb , solution architecture , angularjs , processing , karma , rest , git , spring data , research , mobile applications , social networks , documentation , ssp , struts , javascript , distributors , business requirements , cd , html , feeds , value-added , optimization , general , pages , affirmative action , oracle , financial institutions , maintenance , unix , jquery , advanced , nexus , email , envisioning , tomcat , aws , project delivery , android , invoicing , product strategy , unit testing , maven , languages , multithreading , llc , hibernate , balance , proof of concept , ajax , online , subscriptions , rendering , api , spring mvc , functionality , mentoring , synopsis , jenkins , credit , css , nosql , soap , analytical skills , toad , telecom , hudson , case , profiles , securitization , scratch , apache , sts , software industry , internet , ios , authorization , enterprise , servlets , productivity , scalability , modernization , electronics , hiring , debugging , multi-currency , framework , e-commerce , software design , eclipse , load , persistence 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 1/4
Current Designation: Engineering Manager
Current Company: Airtel Africa
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advanced Computing]
Verified : Email - id
Airtel Africa as Engineering Manager
Jul 2019 to Till Date
Sapient Consulting Pvt. Ltd as Platform Specialist
Feb 2019 to Jul 2019
Platform Specialist
Moonlighting LLC as Technical Architect -Java/J2EE
Oct 2016 to Jul 2019
Project Synopsis:
Moonlighting creates a virtual marketplace for individuals and small businesses, enabling more effective and efficient
communication between those interested in hiring with those who are interested in being hired. Users can eliminate
anonymity by posting jobs and sharing them within their trusted social networks (Facebook, Twitter, LinkedIn) or with
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rahul Akash Katare
Engineering Director, Seeking Roles in Software Development, Application
Programming, Application Maintenance, Project Management, Requirement Analysis,
Solution Architecture, Java, J2EE,Spring, MongoDB,elastic-search, Angular-JS, AWS
cloud
Key Skills: Technical Architect,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,Java,J2EE,JSP,JavaScript,JQuery,JSON,AJAX,HTML,CSS,Angular-JS,SQL,PL/SQL,GIT,SVN,Maven
Summary
13 years 9 months of experience in the Software Industry, primarily Java and J2ee related technologies.
Have experience in project delivery, worked primarily in the domain of Banking and telecom.
Expertise in application programming, software design and development, enterprise application integration, release
management, process orientation and quality assurance.
Excellent communication and analytical skills with problem-solving capabilities, responsible, creative, fast-learner, and an active
team player.
Extensive experience in developing scalable, reliable and efficient enterprise applications using OOD, Java, Spring, Hibernate,
Struts, Web Services, JDBC, JSP, Servlets, JMS.
Extensively worked on Spring MVC, DI, AOP modules of Spring.
Experience in implementing the persistence layer using, Spring data mongo.
Experience in developing rich internet applications using JSP, JavaScript, JQuery, JSON, AJAX, HTML, CSS, Angular-JS,
Angular -4.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 2/4
friends in their contact book. Through Moonlighting's mobile technology, users can also make more intelligent and better-
informed hiring decisions in real time. Using Moonlighting's proprietary payment platform, users can complete their hiring
transactions right from their mobile device.
The Platform works everywhere in the U.S. and also includes simple productivity tools like free and unlimited invoicing &
proposals, job feeds and alerts, priority listings and notifications, and more. Moonlighting is the perfect place for
freelancers, handyman, seasonal help, web and tech workers, and anything else imaginable. The Moonlighting
marketplace, connects on demand job seekers who are looking to hire or to be hired with ease.
RESPONSIBILITIES
Product Strategy and Roadmap Design, Envisioning, Prioritization, Process Reengineering & Optimization, Business
Architecture and Requirement Discovery
Prepare design documentation for Moonlighting APIs, Web and Mobile application.
Gather business requirement identified during research and conceptualize the idea by doing the proof of concept.
Produce well-organized, optimized and properly documented quality code.
Create backend APIs, build web-pages and native mobile applications IOS with given specification.
Integrate new developed application software components to the existing Moonlighting platform.
Integrate the developed module with the payment gateway to facilitate domestic payment and transactions for
Moonlighting customers.
Improve security and performance of Moonlighting product suite (API/Web/Mobile).
Provide input in debugging existing code and improve current functionality.
Mentoring development team. Organize team work into a process-oriented manner. Remove the technical impediments for
a team.
Solution Environment & Technology: Unix, Java, J2EE, java-script, Spring, Spring Security, Maven, Elastic-Search, Rest
Web-services, Angular JS, Mongo-DB, AWS, Swift-3, Android, Agile work Environment, Api Management, Ethereum
block-chain.
Wipro Technologies as Technical Lead
Apr 2010 to Aug 2016
Project Synopsis: SSP is the enterprise platform for personalized/targeted web facing customer sales or servicing
applications that fully integrates with card back end systems as well as e-commerce platforms. The platform supports the
following capabilities: Online Customization, Balance Transfer, Preferences, Secured Card, Over-limit Opt-In, Direct
Elinking, Online Activation and Operational Monitoring.
RESPONSIBILITIES
Created High Level and Low-Level Technical Design.
Provided quick solution to production issues.
Contributed in Application Programming, Unit Testing, Deployment and Integration Testing.
Defect Tracking, Resolution and Code Review.
Level-3 support for production applications.
Performance testing support and issues resolution.
Migration from clear case, ant to SVN, maven.
WebLogic Portal to spring MVC migration.
CI/CD implementation.
Quick Silver Card Implementation in Online Customization module.
Application modernization from WebLogic portal to Tomcat, spring 4.0, aws cloud migration, AngularJS
Solution Environment & Technology: Unix, Java, J2EE, java-script, JQuery, FTL, Spring, WebLogic Portal-10.3.2,
WebLogic 12C, Tomcat, Oracle 11g, Maven, Hudson/Jenkins, Nexus, Web-services (Soap, Rest), Agile work Environment,
Angular JS, Mongo-DB, Grunt, Gulp, unit testing using Jasmine, Karma,
AWS.
Client- SFR Telecom APR 2010 - APR 2012
Wipro Technologies - Pune India
Role: Technical Lead
Project Synopsis: This is a web application (CRM as well as ecommerce) for Sales and Subscriptions services of France
telecom major SFR. It provides a web platform to SFR distributors in France to maintain & update SFR customer profiles,
sale the telecom products and value-added services to SFR customers. It is three-tier, clustered, high scale and high load
application developed with Struts framework. It integrates multiple systems of SFR through Web services and JMS for
input gathering, processing and rendering processed information.
RESPONSIBILITIES
Coordinated with client for business requirement analysis and educated team members on requirements.
Converted complex business requirements into exhaustive yet simple Functional Specifications.
Created High Level and Low-Level Technical Design for the module.
Provided technical solutions for performance, scalability, and multithreading issues in the application.
Contributed in Application Programming, Unit Testing, Deployment and Integration Testing.
Defect Tracking and Resolution, Code Review.
Created from scratch ADG Admin Module using Struts, Web-Services, Jsp, Java-Script
Solution Environment & Technology: Linux, Java, J2EE, java-script, Jsp, WebLogic 8x, Oracle 9i, SQL developer, Eclipse,
Web-services, Hibernate, MQ, Ajax.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 3/4
Polaris Software Lab Ltd. as Associate Consultant
Feb 2007 to Mar 2010
Product Synopsis: Intellect Lending is a complete solution for automating Loan product programs for Corporate, Retail
banks and other Financial Institutions. The product is inbuilt with ability to structure complex products for corporate
banking, to cater to all popular retail products offerings in the market, to handle high volumes and is multi-currency, multi-
user, multi-branch and multilingual. It is a comprehensive and flexible loan life cycle management solution servicing entire
loan life cycle including loan origination, credit decision making, credit line management and tracking, disbursal,
maintenance, repayment schedule tracking, accounting, prepayment processing, delinquency and receivables tracking,
non accrual and charge - off processing, bad debt recovery, collections and collateral management.
RESPONSIBILITIES
Developed from scratch module Security Maintenance.
Developed and design the utility tool for download the file in xml format from database and same file to upload in
database. (Used XSL oracle utility)
Prepare technical design, and deployment documents.
Client - Tamweel Financial FEB 2007 - SEP 2009
Polaris Software Lab Ltd
Chennai, India
Role: Developer
RESPONSIBILITIES
Developed from scratch module securitization, Partial Prepayment Simulation
Developed from scratch module Customer Level Offset
Customized and developed File Upload and Download Utilities
Prepared technical design, and deployment documents
Migrated the Application (Intellect Lending) from WebLogic 8.1 to 10.x
Customized existing module in Intellect Lending Systems in front-end and back-end
Developed from scratch module Customer Level Offset in Struts Framework
Solution Environment & Technology: Linux, Java, J2EE, Pro*C, java-script, Jsp, Servlet, EJB, Struts MVC, WebLogic 8.1
Oracle 10g, PVCS, TOAD
Current VISA Status- H1B valid till 19 June 2019
UG: B.Tech/B.E. (Electronics/Telecommunication) from National Institute of Technology (NIT), Raipur in 2004
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2007
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 2010 3 Year(s) 11 Month(s)
jsp, javascript
Jquery, Json, Ajax
HTML, CSS, Angular-JS
WebLogic, Tomcat, Web Server
Apache HTTP
SQL, PL/SQL
NoSQL databases Mongo-DB
SOAP and RESTful Web Services
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Micro-services
J-UNIT
GIT, SVN, Clear-case, PVCS
HUDSON, JENKINS
Eclipse, WebLogic workshop, STS
MAVEN
Solidity, Node.js
Redshift
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Rank 667: Resume 1239 with similarity score 0.029426359508668818
MS product manager , system administrator , associate , devops , quality assurance , solution architect , change management , full time , technical manager automation , change control , computing , general , devops , jenkins , microsoft azure , security , designation , options , ug , platforms , conducting , developments , organizational structure , principles , hindi , cloud , affirmative action , maintenance , windows , authorization , english , teams , status , virtualization , email , project , application , clarizen , aws , devices , provisioning , cisco ucs , leadership , solution architecture , mumbai , global services , operations , business requirements , business strategy , enterprise architecture , change management , servers , running , shell scripting , building , boundaries , framework , languages , it infrastructure , iso , itil , viz , vmware , reviews , javascript , technology , availability , engagements , information solutions , it governance , coaching , gujarati , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c18…
https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c180415140a09000… 1/2
Current Designation: Technical Manager-Automation Solution
Architect
Current Company: IPSOFT Global Services
Current Location: Bengaluru / Bangalore
Pref. Location: Anywhere in North India,Anywhere in South
India,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.A [Hindi]
Verified : Phone Number | Email - id
IPSOFT Global Services as Technical Manager-Automation Solution Architect
Apr 2009 to Till Date
Working with business and technology teams to implement business processes, assess automation feasibility, prepare
business cases, develop solutions, and monitor the roll out of these solutions
Conducting architecture assessments and defining solutions for moderately complex problems
Driving the strategic and tactical roll-out of RPA change management projects of existing processes as per new
requirements
using a structured change control process
Designing, building, delivering and running the engagement's, platform's and/or product's required architecture (such as
development, operations, execution, data, application); understanding strategic direction set by senior management and
implementing methods and procedures set by management
Understanding on:
o DevOps code deployment tool: Jenkins, MS Library for SCVMM: VM Convertor, Automated code push: Project
Planning Tool: Clarizen
Last Active: 8-Feb-21 Last Modified: 3-Feb-21
BHAVESH RAMESH MAKWANA
Technical Manager seeking role in IT Governance,IT Roadmap,Project
Management,Cloud Design,Solution Architecture,IT Infrastructure,Shell
Scripting,Change Management,ITIL Framework,Incident Management,Service
Management,Microsoft Azure,AWS,VMware
Key Skills: Technical Manager,Product Manager,IT Governance,IT Roadmap,Project Management,Cloud Design,Solution
Architecture,IT Infrastructure,Shell Scripting,Change Management,ITIL Framework,Incident Management,Service
Management,Microsoft Azure,AWS,VMware
Summary
Technical expertise in leading efforts to architect, design, develop, and implement
technology-enabled business and technical information solutions encompassing
multiple specializations, platforms, and technologies
Steered efforts in aligning architecture to business strategy in order to deliver
structured, efficient, sustainable and adaptable IT solutions in line with the
business need
Experience in IT Infrastructure device provisioning and knowledge of
Virtualization platforms viz Microsoft Hypervisors and VMware Servers &
Enterprise Applications
Proven experience in Infrastructure Enterprise Architecture strategy definition,
defining architecture principles and architectures in realizing organization
business drivers and goals strategies
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c18…
https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c180415140a09000… 2/2
o UCS Blade servers. Managed UCS servers via Cisco UCS Manager. Applied Policy for VM provisioning
Designed Automated process for Infra monitoring and Level 1,2 Infra and End user computing requirements to achieve
FTE
goal
Delivering robust automation on Infra devices deployment process to ensure smooth and reliable operation for fulfilling
business objectives and processes; monitoring Virtualized or cloud infrastructure performance and providing with scalable
options with in problem areas as needed
Defining and designing core ISO compliance strategy making sure all security parameters gets in precise place
Security design for enterprise infrastructure for aligning scan engines in place
Developed organizational structure on enterprise level to provide smooth federations across multiple platform or
companies
Designing and deploying DR sites on business crucial applications.
Owning KEDB and providing future goal path , requirements , solution design changes in infrastructure to reduce Major
Incidents and uplifting availability of Infra services
Designing & deploying versatile Mitigation plan in terms of People, Process ,Technology and Business requirements
Designing and ensuring that technology standards are followed and evolve over time
Providing architecture Quality Assurance reviews for proposals and ongoing engagements
Supporting the technology solutioning and estimating in proposals, planning and pricing
Providing guidance, leadership and coaching towards effective planning and communication of business objectives to
employees, ensuring staff understands the current environment and its boundaries as well as facilitating future changes
Establishing healthy relations with internal & external stakeholders to provide support for various issues; keeping a close
track of developments in the field of IT applications and updating top management about the same
Netenrich Technologies as Associate Windows Lead
Apr 2008 to Apr 2009
Katalyst as System Administrator
Jun 2007 to Feb 2008
UG: B.A (Hindi) from Mumbai University in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ITIL V3
AWS
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Marathi
Gujarati
Rank 668: Resume 1036 with similarity score 0.029413635181662387
B.E , MS , B.TECH , BS scrum master , technical architect , project lead , pick up , technical analyst , senior developer , application architect , devops , product development , senior software engineer , full time , senior software developer , team lead , financial analyst , associate manager , development lead training , apache cxf , core java , customer , dlc , telugu , office , user management , spring , core banking , player , status , cxml , r12 , grasp , integration testing , infosys , application architecture , components , building , html5 , procurement , sql server , weblogic , integration architecture , fetch , crm , mission critical , automation , performance appraisal , devops , coding standards , access , filenet , designation , mar , web services , hindi , ltd , architects , english , code review , web applications , agile , 12c , processing , bank statements , mvc , project control , struts , sonarqube , javascript , technology , client side , hadoop , stored procedures , ibatis , reporting , general , scrum , cmmi , dax , fusion , vendors , affirmative action , oracle , technical architecture , vendor management , maintenance , pick , jquery , design principles , tac , email , prevention , configuration management , vast , high level design , unit testing , output , languages , ul , hibernate , hive , management system , engineers , database , online , mockito , jenkins , websphere , soap , revenue , information management , authorization , risk , go , amc , productivity , focus , telecommunications , requirements gathering , savings , r11 , cucumber , problem solving , framework , technical documentation , kannada , selenium , hbase , reviews , cloud computing , lotus notes , cd 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 1/5
Current Designation: Associate Manager - IT
Current Company: Accenture Solutions Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt. Ltd. as Associate Manager - IT
Jul 2015 to Till Date
Project 1 : Core Renewal Product - Banking services
Company : Accenture Solutions Pvt. Ltd.
Client : Evry India Pvt Ltd
Core Renewal is a Core banking product developed using Java technology stack. The core banking solution will be used
by multiple banks for providing their core banking services to their clients. This product is built using the latest Java
technical stack following the best design principles and development methodologies.
Responsibility:
- Working as Technical Architect being part of a group of architects contributing to the product development.
- Analysis of the new requirements, create design, involve in architecture level design changes.
- Responsible for developing a new feature adhering to coding standards
- Work on architecture tasks like technical debts, involved in code reviews, working on POCs to contribute on technical
up gradation.
- Working as part of scrum team following the Agile methodology for development activities.
Technologies : Java 8, TAC JFR framework, Apache cxf, Hibernate Duration : Feb 2019 - Till Date
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
LAVANYA CHETAN
Associate Manager seeking roles in Software Development,Project
Management,Configuration Management,Defect Management,Technical
Architecture,Requirement Gathering,Agile Methodology,Cloud Computing,Client
Management,Selenium,Jenkins,Core Java,SQL
Key Skills: Associate Manager,Project Lead,Software Development,Project Management,Configuration
Management,Defect Management,Technical Architecture,Requirement Gathering,Agile Methodology,Cloud
Computing,Client Management,Selenium,Jenkins,Core Java,SQL
Summary
* 15+ years of total experience in the IT industry with focus on Java/J2EE Technologies
* Worked extensively on - Core Java (Java 8), J2EE, Java script, PL\SQL, JQuery, JSONS, Struts and Springs-MVC
framework, JAX WS, JAX RS, AOP, Hibernate.
* Currently working as Associate Manager at Accenture Solutions Pvt. Ltd.
* Proficiency in developing and maintaining web based, database driven applications.
* Experience with WebSphere, Weblogic 12c and backend Oracle, SQL database accessing using JDBC.
* Extensive hands-on experience on CMMI project processes (Configuration Management and Defect Prevention) for both
development and maintenance projects.
* Result oriented team player with strong analytical and problem solving skills.
* Ability to grasp new technologies and software.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 2/5
Oracle db, Cucumber framework, Hibernate, Jenkins for CI/CD
Role : Technical Architect
Project 2 : OrderTrack/Device Life Cycle(DLC)
Company : Accenture Solutions Pvt. Ltd.
Client : AT&T Telecommunications
OrderTrack and DLC are the 2 mission critical web applications which is used by the client to track the customer orders
and to maintain the life cycle of a device. These applications have multiple modules in it and also has RestFul and SOAP
based webservices which are consumed by the downstream applications.
Responsibility:
- Analysis of the new requirements, create design, code changes, Unit Testing.
- The new changes could be enhancement to the existing feature in web applications or development of new web
services to be consumed by downstream applications.
- Currently working as an individual contributor.
Technologies : Java, JDBC, J2EE, Struts, Ibatis, Hibernate Duration : Jun 2017 - Jan 2019
Oracle db, Jenkins, JAX RS, JAX WS,
Role : Application Architect
Project 3: Revenue Assurance Tool for Telecom Client.
Company : Accenture Solutions Pvt. Ltd.
Client : AT&T Telecommunications
This tool was built in-house by Accenture team to replace an existing product from the market which would identify
Revenue Leakages in the Telecom sector. This tool was built using JAVA Technologies which would integrate with
HADOOP database. This product was 5 times faster than an existing and stable product in the market and was
implemented by the client across various business entities over a period of 12 months. Today all the Key Risk Areas of
revenue leakages are identified and built on this tool.
Responsibility:
Development lead for building the User Management and reporting modules.
Involved in DevOPS (CI/CD) implementation to improve productivity by 10% using tools and frameworks like JUnits,
Jenkins, Selenium, Sonarqube etc.
Lead the Automation initiatives for my project and implemented 5 automation ideas in production leading to 30% effort
savings.
Played the Role of SCRUM Master for various Agile projects and have implemented 6 projects across 40 iteration
cycles.
Technologies : Java, Spring-MVC, JQuery, Duration : Aug 2015 - Jun2017
HTML5, HDFS (Hadoop, HIVE, HBASE, PHOENIX), Mockito
Role : Development Lead and Scrum Master
Altisource Business solutions Ltd as Senior Software Engineer
Aug 2013 to Jul 2015
Project 4 : Reconciliation Automation
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
Reconciliation is a back end process which will automate the manual reconciliation process done by the Financial Analyst.
Ocwen services around 1800 banks, every day reconciliation is done for the amount credited in these bank accounts
manually The back end java automation process will pick up the input files like bank statements and bank summary files
performs the manual logic and generates the output report in required format.
The entire automation is completed in half an hour, this helps the financial analyst to save lot of time around 4- 5 hours
which was spent on manual work.
I was responsible for:
Requirement Gathering.
Creating the integration architecture to integrate with different systems to fetch the required data.
Creating the application architecture to implement the business reconciliation logic to fetch the equired data from
database.
Detailed design on integration components.
Code review and integration testing
Technologies : Java, SQL server 2008 Duration : Aug 2014 - Jul 2015
Role : Senior Software developer
Project 5 : TDS Mailer
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
TDS Mailer is a web based application which is used to send the TDS certificates to all the vendors of Altisource/Ocwen.
The user can upload the xls file which has the details of hundreds of vendors and trigger an email to all the vendor in one
go. A report can also be generated from the UI with the status of the emails sent.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 3/5
I was responsible for:
- Requirement Gathering.
- Create detailed design
- Designing the UI
- Coding, Code review and testing
Technologies : Java, JDBC, J2EE, Struts framework, SQL server 2008 Duration : June 2014 - July 2014
Role : Senior Software developer
Project 6: eCatalog
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
eCatalog is a procurement system used by the vendor management team to place an order with the vendor
'Office Depot' for the office supplies. The entry point to the eCatalog system is from DAX EP page. The Java component
developed will act as the interface between the DAX EP page and the external vendor site 'Office Depot'. The java
component receives the xml files from DAX and converts it to cxml file and sends it to the vendor site. After the order has
been placed in the vendor site the cxml which has order details is converted back to xml format and passed to DAX for
further processing.
I was responsible for:
- Requirement Gathering.
- Finding the approach to integrate the DAX EP with the vendor site.
- Create detailed Design document.
- Coding, Code review and integration testing.
Technologies : Java, SQL server 2008 Duration : March 2014 - May 2014
Role : Senior Software developer
Project 7 : FileNet Utility
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
FileNet Utility is an UI interface for the user to track the backend files which were processed by the back end job . The
processing of files mainly failed due to improper format, incomplete/wrong file name. The users can upload the file with
correct format and name and had option to retry the processing of that file and track the status if was a success or a
failure.
I was responsible for:
- Requirement Gathering.
- Designing the UI
- Create detailed Design document.
- Code review and testing.
Technologies : Java, JDBC, J2EE, Struts framework, SQL server 2008 Duration : Jan 2014 - Feb 2014
Role : Senior Software developer
Project 8 : Performance Appraisal system (PAS)
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
Infosys Technologies Ltd as Technical Analyst
May 2005 to Jun 2013
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
The current Oracle R11 is being upgraded to Oracle R12, hence all the UL applications to be remediated to new Oracle
R12. Exposing/Creating SOA web services from new Oracle R12 database with same functionalities and signature as
current Stored Procedures to fetch the data from the CRM database. Modify the existing code of the application to call the
Service Oriented Architecture (SOA) web services.
I was responsible for:
Analyzing the impact of the changes in the existing applications.
Finding the solution approach for the applications which are developed in different technologies.
Training the new team members on existing applications and their functionalities.
Creating the Detailed design document.
Code review and integration testing.
Technologies : Java, oracle portal Duration : June 2012 - June 2013
Role : Team lead
Project 10 : MyHome
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
MyHome @UL is UL's Customer Facing Portal, which provides UL customers with access to a variety of online
functionalities and services, which UL provides. This application is one of the critical application which has more than 1
lakh users using this application. This application is developed using oracle portal. This being a very vast application, new
technology and lack of technical documentation the major challenge was to build a QA environment for the client which is
the replica of production environment.
I was responsible for:
QA build of this application.
Technical documentation of the entire application.
Production support.
Technologies : Oracle Portal
Role : Team lead Duration: Nov 2011 - May 2012
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 4/5
Project 11 : Lab Information Management System (LIMS)
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
It is a web application for tracking the samples which are tested by the UL. It is the application used by all the UL
engineers in all the testing labs around the world, since this application had performance issues due to the poor design
and poor quality of code, the entire application had to be redesigned and developed. After the successful deployment, i
was involved in production support as well.
i was responsible for:
Requirements Gathering
Redesign and development
Code Review
Minor enhancements
Involved in Impact Analysis
Unit testing
Production support
Technologies : Java, JDBC, J2EE, JSF Framework, JavaScript (client side).
Role : Analyst Duration: June 2010 - Dec 2011
Project 12 : Mark Integrity Program
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
Mark Integrity program is a web application used by UL to monitor their customers who approach the UL for their mark. To
make sure that the customers are Conforming to the safety standards defined by the UL. It is integrated with 4 other
applications which are developed in a totally different technologies like Lotus Notes, Cold fusion.
I was responsible for
Requirement Analysis and understand the UL Business and also the business criticality of the project.
Involved in High Level design and Detailed Design using Struts Framework.
Preparing Unit Test Plans and Integration test plans.
Involved in configurations and development set up.
Coding and unit testing.
Integration testing and UAT support.
Production support and Maintenance.
Technologies : Java, JDBC, J2EE, Struts Framework, JavaScript (client side).
Role : Senior Developer Duration: Mar 2009 - May 2010
Project 13 : Project Control Systems (PCS)
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
It is a web application used by the users to enter the test details of the samples tested by UL. It was developed and
maintained by us
I was responsible for :
Requirement Analysis
Involved in Impact Analysis
Preparing Unit Test Plans and Integration test plans.
Code Review
UG: B.Tech/B.E. (Computers) from AMC College Of Engineering, Bangalore (VTU) University in 2004
Education
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Telugu
Projects
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 5/5
Nature of Employment: Full Time Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2017 - Jan 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2015 - Jun 2017
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Core Renewal Product - Banking services
Client: Evry India Pvt Ltd
Project Details: Core Renewal is a Core banking product developed using Java technology stack. The core banking solution
will be used by multiple banks for providing their core banking services to their clients. This product is built using the latest
Java technical stack following the best design principles and development methodologies.
Project Title: OrderTrack/Device Life Cycle(DLC)
Client: AT&T Telecommunications
Project Details: OrderTrack and DLC are the 2 mission critical web applications which is used by the client to track the
customer orders and to maintain the life cycle of a device. These applications have multiple modules in it and also has
RestFul and SOAP based webservices which are consumed by the downstream applications.
Project Title: Revenue Assurance Tool for Telecom Client
Client: AT&T Telecommunications
Project Details: This tool was built in-house by Accenture team to replace an existing product from the market which would
identify Revenue Leakages in the Telecom sector. This tool was built using JAVA Technologies which would integrate with
HADOOP database. This product was 5 times faster than an existing and stable product in the market and was implemented
by the client across various business entities over a period of 12 months. Today all the Key Risk Areas of revenue leakages
are identified and built on this tool.
Rank 669: Resume 1112 with similarity score 0.02941207320305496
MS oracle dba , associate , oracle developer , full time , senior database administrator , practice manager , team manager project support , general , software solutions , couchbase , access , validation , internal compliance , designation , ug , case , conducting , oracle , affirmative action , project plans , hindi , linux , azure , unix , database administration , service delivery , sourcing , database servers , authorization , project planning , airlines , english , rackspace , technical training , status , protection , stakeholder management , japanese , sql , email , aws , service improvement , mongodb , problem management , processing , testing , hiring , disaster recovery , capacity planning , dc , strategy , building , languages , preparation , documentation , iso , itil , big data , viability , solaris , cassandra , oci , coordinated , energetic leader , javascript , schedules , technology , pmp , insurance , hadoop , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440…
https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440143415a5d090… 1/3
Current Designation: Senior Database Administrator
Current Company: Rackspace,TriCore Solutions
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Rackspace,TriCore Solutions as Senior Database Administrator
Apr 2005 to Till Date
Growth Path
2005 - 2007: Oracle DBA - L3
2007 - 2013: Lead DBA
2013 - 2016: Associate Practice Manager
2016 - 2019: Team Manager
Since 2019: Database Administrator
Role:
Ensuring smooth service delivery, quality of service, transition of new
clients, followed by post-transition tasks such as DBA team access to
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Satyakam Mishra
Database Administrator seeking role in Database Administration,Requirement
Gathering,Project Management,Service Delivery,Capacity Planning,Stakeholder
Management,MongoDB,Cassandra,AWS,Azure,SQL Database
Key Skills: Database Administrator,System Admin,Database Administration,Requirement Gathering,Project
Management,Service Delivery,Capacity Planning,Stakeholder Management,MongoDB,Cassandra,AWS,Azure,SQL
Database
Summary
Exposure in managing client of Hospitality, Insurance, Airlines &
Pharma domain
Gained hands-on experience on different cloud technologies (AWS,
Azure, Oracle)
Designed & implemented policies for disaster recovery and data
archiving to ensure effective protection and integrity of data assets
Collaborated with end-users & department managers for capacity
planning & development of long-term strategic goals for production
database
Studied and coordinated client's needs / enhancements,
customization of software accordingly and extended consultancy as a
part of technical team to provide solutions as per the delivery schedules
Undertook strategy planning and implementation which had an
impact on technology direction for the division and business segment;
managed workload and multiple priorities in a fast-paced environment
Energetic leader known for skills to envision & create successful
outcomes in a complex environment
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440…
https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440143415a5d090… 2/3
servers, database servers inventory & version validation, inventory
updates in PMP tool, VPN tunnel testing, and so onLeading L4 DBA-team of 10 members
Engaged in SOW preparation, project planning including financial
viability & Technical feasibility of projects including preparation of
technical task-plans for special Projects, e.g. cross database migration,
upgrade of ODA server & complete setup of new DC of No. SQL Database
Reviewing and working on service improvement plan, like reduction of
alerts using OS scripts and problem management process
Preparing SOW (Statement of Work) & working on technical task plans
for big database projects
Collaborating with Internal Compliance team during ISO-20000:2011
Audit and ISO 27001:2013
Conducting Case / System / Process Study for project planning, scoping,
estimation, tracking
Implementing project plans within pre-set budgets and deadlines
Defining best practices for project support and documentation as per
guidelines
Mapping client's requirement and providing them best IT solutions
involving evaluation and definition of scope of project and finalisation
of project requirements
Strategizing, planning, creating & building of servers on Cloud Services
(AWS, Azure)
Sourcing, hiring and providing technical training & counselling to
Processing Associates/Team-mates
Samaritan Software Solutions as Oracle Developer/DBA
Jan 2002 to Jun 2004
UG: B.Com (Honours) from Delhi University in 2012
PG: MBA/PGDM (Project Management) from Sikkim manipal university in 2012
Other Qualifications/Certifications/Programs:
MCA
Education
IT Skills
Skill Name Version Last Used Experience
Oracle ocp
ITIL V3
big data hadoop
Linux/Unix / Sun Solaris
Cassandra
Couchbase
Mongodb
Oracle 8i Database & 6i
AWS
PMP
Oracle Cloud Infra (OCI)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440…
https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440143415a5d090… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
Hindi
English
Japanese
Rank 670: Resume 743 with similarity score 0.029365725059968047
BSC , BS , B.E , MS , B.TECH software specialist , plant breeder , technical architect , full time core java , blogging , classification , bloomberg , machine translation , cqc , angular , docker , linux , japanese , status , arabic , wipo , store , xml , gitlab , components , features , reliability , docave , weblogic , cms , organization , publishing , french , multilingual , commission , access , designation , trading , flash , hindi , knowledge management , ltd , windows , english , russian , xsl , project , ftp , terminology , processing , ibm , research , lucene , eclipse rcp , javascript , problem analysis , specs , technology , department of health , html , aggregates , pages , affirmative action , oracle , mysql , jdk , chinese , maintenance , jquery , advanced , email , jpa , tomcat , aws , responsive web design , german , mobile devices , content management , languages , maven , publications , empower , hibernate , korean , management system , rights , akamai , equities , zk , database , ajax , online , electronic distribution , mechanisms , subscriptions , functionality , intranet , render , jenkins , css , websphere , analytics , apache , legacy systems , permissions , authorization , internet , sharepoint , servlets , application , cost effective , requirements gathering , plants , intellectual property , spanish , framework , events , python , ucm , portuguese 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f13…
https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f130515105c5b0e0… 1/3
Current Designation: Technical Architect -Core Java/J2EE
Current Company: Sopra Steria
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Biomedical]
Verified : Phone Number | Email - id
Sopra Steria as Technical Architect -Core Java/J2EE
Sep 2006 to Till Date
Project Name: UPOV PlutoDB March 2020 - till Date
UPOV: Pluto DB required an interface to collect and process Plant Breeder's data and store it in the UPOV database for
publishing and searching .The project is designed to empower each breeder to process the plant rights faster and grow
profitable and sustainable varieties of Plants
Key features
Understanding every constraint and problems faced by users. Use of highly efficient, available, scalable and cost effective
systems.
AWS, Java, Elastic Search, Serverless Framework, Easy deployment with Scripts, Open AM , OIDC, Angular 8
* Accept and upload of different user formats of data
* All Countries can upload content at the same time.
* Automatic processing, No manual intervention.
* Application is interactive and gives fast solutions to UPOV and users
* Customizable services and functions
* Fast search with added features
Project Name: UPOV-PRISMA November 2019 - February 2020
UPOV Prisma an online service for PVP application for collection of data from the patent applications.
Key features
It required the UI to be reformed and integrated to a JAVA UI framework called ZK framework. Various integrations of
pages and their functionality integrations were required. In involved Java, ZK framework, HTML CSS and java script.
Project Name: WIPO May 2015 - March 2019
WIPO stands for World Intellectual Property Organization multilingual terminology portal gives access to scientific and
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Ravi Mudgil
Technical Architect seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Core Java,J2EE,HTML 5,CSS
3,JavaScript,jQuery,Oracle,MySQL,DynamoDB,AJAX,XML,XSL,Akamai,Hibernate
Key Skills: Technical Architect,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Core Java,J2EE,HTML 5,CSS
3,JavaScript,jQuery,Oracle,MySQL,DynamoDB,AJAX,XML,XSL,Akamai,Hibernate,Eclipse RCP
Summary
Result-oriented Professional with 17 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Core Java,J2EE,HTML 5,CSS
3,JavaScript,jQuery,Oracle,MySQL,DynamoDB,AJAX,XML,XSL,Akamai,Hibernate.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f13…
https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f130515105c5b0e0… 2/3
technical terms derived from patent documents. It helps promote accurate and consistent use of terms across different
languages, and makes it easier to search and share scientific and technical knowledge.
Key features
Developed by WIPO language experts and terminologists.
It's based on the Apache Search engine, Lucene which does the search on the patents and wrapped by Angular 4, HTML
5 and CSS 3 , JavaScript and jQuery with Java, JSF, JPA, DAO technology stack to render the UI to the users.
It uses 10 languages for translation - Arabic, Chinese, English, French, German, Japanese, Korean, Portuguese, Russian
and Spanish.
All the content has been validated and given a term reliability score.
If there is no equivalent in the target language in the database, WIPO's machine translation engine may offer a translation
proposal.
Integrated with PATENTSCOPE so one can search the entire PATENTSCOPE corpus for terms and their equivalents in
other languages.
Responsibility:
Develop, test and enhance the existing website. Worked on the UI components for enhancement of the features based on
HTML/CSS and JavaScript/jQuery . Worked on integration of the new database for indexes enabling the search on a new
term set.
Worked on the implementation of Responsive Web Design project to enable the website to be viewed on Mobile Devices.
Worked on reforming the UI from JSF to Angular 4.
Project Name: Knowledge Management June 2013 - April 2015
The Knowledge Management program is one point access to all employees for all categories of organization data in
various geographies (India/UK, France and Germany). The main objective of these data migrations was to decommission
old repositories in various geographical locations and unifying and consolidating on SP. A Community SharePoint site
including blogging, discussions, events and a document library.
Responsibility:
My responsibility as Migration Consultant was to migrate data from legacy systems to Sharepoint using DocAve tool.
Created an interface using Eclipse RCP tool for the data to be displayed for the users.
Project Name: The CLUB October 2007 - April 2012
The Club, project involves the content management website for the leading and most used websites in UK. The
Department of Health (www.dh.gov.uk) and Direct Gov (www.direct.gov.uk) are its primary members. CQC (Care Quality
Commission) has recently joined the clientele. The contents, reports documents etc. are uploaded by the govt.
HCL Technologies Ltd as Software Specialist
Nov 2003 to Sep 2006
Project Summary
GM.db.com is a content Management System providing platform to manage Research, Sales and Trading publications.
EDS (Electronic Distribution System) manages the research distribution published by analyst whereas through CMS
(Client Management System) permissions of web sites and research distributions are controlled. The contents can be
uploaded using different mechanisms like upload applet, Flash Upload, email, ftp upload etc. Publications are distributed
to different systems like Web, Email, Bloomberg, DBChat, Multex etc.
The Global Markets website aggregates product-related content (research, trade ideas, market commentary, Equities, rate
information), quantitative tools and links to trading capability in one place for easy sales and client access.GM.db.com is a
global system with a Centralized content management database and distribution system for all Global Market products.
Includes advanced data upload and download.
Clients can be individually granted permissions to access specific sections or pages. Consequently, content, tools and
analytics that are for internal use only
Archive and Search Functionality: A search engine permits users to search by keyword, analyst, geographic location,
currencies, industry classification, product type and content type across an archive database.
On-line Subscription Management: An on-line subscription management system permits clients to manage their research
subscriptions in an intuitive manner.
Internet site: https://gm-secure.db.com/ Intranet site : https://gm.db.com/
Development Platform : J2EE Platform (Servlets, JSP, XML) JDK 1.4
Application Server : Apache, Tomcat, Weblogic, JBoss 4.
Database : Oracle 9i.
User Interface : HTML/ CSS/ JSP
Role/Contribution : 1.Interaction with the client for requirements gathering.
2. Problem Analysis and Design.
3. Freezing the specs and development till integration.
UG: B.Tech/B.E. (Biomedical) from BMS College Of Engineering, Bangalore in 2002
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f13…
https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f130515105c5b0e0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CORE JAVA, J2EE
HTML 5, CSS 3
JavaScript, JQuery
Linux, Windows
Oracle, MySQL, DynamoDB
AJAX, XML, XSL, Akamai
Apache Lucene, Oracle UCM
Hibernate, Eclipse RCP, Elastic Stack
JBoss, IBM Websphere
Apache, Wildfly
Elastic search engine
AWS, Serverless
Python, Java
Angular
Jenkins Maven
GitLab, SAM/CF, Docker
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 671: Resume 1146 with similarity score 0.029352682320094435
MS , BS solutions architect , associate , technical service engineer , windows administrator , on call , change management , full time , team member , product owner , balancer customer , virtual machines , project managers , citrix , microsoft azure , conducting , quote , windows administration , status , stakeholder management , logging , fundamentals , connectivity , order management , ec2 , procurement , restoration , coordinated , mailboxes , remote access , on-call support , eas , outlook , upgradation , encryption , infrastructure services , designation , fault tolerant systems , mar , hindi , ltd , blackberry , cli , english , troubleshooting , supply , directors , agile , boot , groups , provisioning , ownership , solution architecture , windows xp , aduc , change management , kanban , resolve , professional services , itil , triage , vmware , javascript , technology , disk , landesk , gujarati , rollout , lync , rca , general , performing , skype for business , options , data migration , vendors , affirmative action , maintenance , basic , service delivery , office 365 , escalation , email , aws , windows 10 , ad-hoc , operations , premises , languages , microsoft exchange , pxe , windows 8.1 , amazon , 2012 r2 , engineers , windows 7 , security tools , mechanisms , people management , windows server , ug , case , active directory , pos , permissions , cost control , authorization , teams , enterprise , application , interfacing , electronics , s3 , servers , storage , technical documentation , network administration , schedules , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c140912…
https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c1409120740435a550d5… 1/3
Current Designation: Technical Service Engineer Expert
Current Company: Fujitsu Global
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Diploma [Electronics]
Verified : Phone Number | Email - id
Fujitsu Global as Technical Service Engineer Expert
Jun 2020 to Till Date
Key Result Areas:
Serving as a team member in supporting and operating key aspects of infrastructure services
Monitoring and escalating issues cloud vendor
Troubleshooting issues to resolving problems and on call for 2nd or 3rd shifts
Providing status updates to Operations Product Owner and stakeholders
Providing issue review and triage problems for new service/support requests
Contributing to Agile/Kanban workflows and team process work
Fulfilling any ad-hoc data or report request queries from different functional groups
Providing quote for technical solutions both for workloads on Azure and AWS
Formulating SOPs, technical documentation for workload implementation
Coordinating with the multiple departments to ensure that correct trainings are assigned to associates and tracked the
progress.
Participating in bidding for providing technical inputs
Getronics India Pvt. Ltd. as Sr. Windows Administrator
Mar 2017 to Jun 2020
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mustafa F. Fani
ITIL V3 Technical Service Engineer Expert seeking roles in AWS Cloud
Administration,Windows Administration,Cloud Computing,MS,Project
Management,Change Management,Quality Management,DNS,DHCP,Active Directory,
MSAzure
Key Skills: Technical Service Engineer Expert,IT/Networking-Manager,AWS Cloud Administration,Windows
Administration,Cloud Computing,Solution Architecture,Project Management,Change Management,Quality
Management,DNS,DHCP,Active Directory,Azure
Summary
Offering over 9 years of experience Order Management, Stakeholder Management and People Management
Possess knowledge of multiple services in AWS (IAM, EC2, Load Balancer) and Azure (IAM, Virtual Machines)
Understanding of deployment, management & operations of scalable, highly available & fault tolerant systems on AWS
Interfacing with customers at different stages of the problem including understanding customer issues, communicating action
plans for resolution, and conveying resolution
Managed the installation, upgradation, administration, maintenance, and troubleshooting of Windows 10 & Windows 7
Working closely with Application Technical Teams to ensure successful rollout of the solution to the cloud
Automating infrastructure provisioning using "Infrastructure as Code" approach using Azure ARM templates and AWS Cloud
Formation
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c140912…
https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c1409120740435a550d5… 2/3
Key Result Areas:
Knowledge of:
AWS Services (VPC, EC2, IAM, S3, and EBS)
Amazon Glacier for archiving data; monitoring resources, such as Amazon DB Services, CPU Memory & EBS Volumes
AWS Security Tools & Services including AWS Security Model, IAM (Identity Access Management), Security Groups,
Network ACLs, Encryption, and MFA
Aware of AWS technologies and appropriate AWS operational best practices implementation
Managing remote login to Virtual Machines to troubleshoot, monitor and deploy applications
Working on StorSimple (MS Azure Technology), performing LUN provisioning & expansion, troubleshooting various issues
related to storage & connectivity, cloning disk for data restoration, preparing backup schedules and monitoring
environment
Coordinating with multiple vendor team to ensure the delivery of services on time
Troubleshooting issues related to OS Level & Applications and SCCM Client on Windows OS
Installing Windows 10 via PXE Boot and troubleshooting issues
Conducting the application installation manually and SCCM client
Working on Exchange (Office 365)
Highlights:
Supported the data migration of existing on-premises server to and virtual servers in Azure
Acquired understanding of:
AWS service selection based on compute, data and security requirements
Estimation of AWS usage costs and identification of operational cost control mechanisms
Gained knowledge of deployment of Cloud Infrastructure using Cloud Formation Templates and AWS GUI or CLI
Capita IT Services as Sr. Analyst -Second Line Support
Jul 2012 to Mar 2017
Key Result Areas:
Addressed customer queries through calls/e-mails; delivered on-call support to Engineers on handheld units to resolve
issues
Deployed software with the help of LANDesk Remote Access Tool on end-user computers on VPN and Office Network
Troubleshot VPN related issues, Outlook Client (2003/2007/2010/2013) issues related to PST, rules, profile & mailbox, and
Citrix Profile related issues by logging on to Citrix Servers
Prepared new process documents for the team and provided new updates related to process
Conducted & provided RCA to Managers regarding case escalation and co-coordinated with Service Delivery Managers &
different Resolving Teams for getting end-user issues resolved
Worked on:
End-user Windows OS such as Windows XP, Windows 7, and Windows 8.1
Microsoft Exchange (2003/2013); engaged in provisioning of mailboxes, user mailbox access and general support
ADUC Tools
Microsoft Lync (Skype for Business); engaged in provisioning of user accounts, general support/client-side troubleshooting
Managed the creation/alteration/migration of AD objects, user accounts, security groups and policies
Provided support of Capita Blackberry Enterprise Servers; conducted basic handset troubleshooting
Monitored Enterprise Archiving Solution (EAS), general support, and access permissions support
Sourced complex hardware / software and professional services; created quotes / POs for orders placed by customers
Maintained Cost Model Tool, updated hardware pricing, and liaised with vendors & procurement team to keep model
updated
Took complete ownership of requests right from ordering hardware till time of delivery and ensured the delivery of
requirements on time; interacted with Service Delivery Managers/Directors for any clarifications
Identified project requirements, liaised with Project Managers for fulfilment of project orders, prepared process documents
and educated team members about any changes in the process
Communicated with customers via conference calls to rectify process gaps and address their concerns on time
Delivered value added services like obtaining best prices, delivering excellent supply services, provide best options and
advising for the requirement
UG: Diploma (Electronics) from Dr. Panjabrao Deshmukh Polytechnic in 2000
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
AZ-104 - Microsoft Azure Administrator Associate
AZ-900-Microsoft certified Azure Fundamentals
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c140912…
https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c1409120740435a550d5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
VMWARE
AWS Associate 2019
WINDOWS SERVER 2012 R2 2017
WINDOWS 10 10 2017 3 Year(s)
AZURE
DNS, DHCP
Active Directory
MS OFFICE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Gujarati
Rank 672: Resume 1516 with similarity score 0.02930163515252909
B.E , MS , B.TECH , BS executive vp , cto , principal engineer , lead architect , solution architect , full time , senior consultant , enterprise architect , chief architect finalization , award , customer , office , platforms , conducting , sizing , docker , technology services , linux , status , integration testing , digital transformation , xml , pl/sql , components , life sciences , functional analysis , technology research , spaces , supply chain , solaris , spring framework , retail , technical leadership , designation , deliverables , mar , pre-sales , hindi , ltd , windows , english , web applications , microservices , ownership , solution architecture , processing , architecting , rest , c++ , strategy , documentation , completion , his , computer engineering , javascript , availability , business requirements , html , performing , healthcare , affirmative action , oracle , mysql , technical architecture , technical proficiency , email , manufacturing , tomcat , project delivery , mobile devices , android , general technology , norway , unit testing , languages , hibernate , reflection , base , api , portlets , websphere , soap , ug , telecom , apache , azure , jhipster , internet , auctions , authorization , enterprise , deliveries , scalability , record , focus , led , finance , cryptography , e-commerce , events , adoption , reviews , acting , eclipse , cloud computing , cd , liferay 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b1…
https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b125716405e0f0b… 1/3
Current Designation: Chief Architect
Current Company: Persistent Systems
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 25 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Engineering]
Verified : Phone Number | Email - id
Persistent Systems as Chief Architect
Oct 2015 to Till Date
Key Result Areas:
Strategizing. architecting, designing & developing Enterprise solutions while maintaining scalability, performance,
availability & quality of all platforms; developing architectures & designs for new solutions around existing & new problem
spaces; acting as Lead Architect taking solution ownership & stimulating design to completion
Implementing best practices to help team around coding, design, quality & performance; directing development
activities along with team members; creating modules & systems to be treated as a working reflection of best practices
Functioning on new & relevant technologies & tools; driving adoption of the same; scoping technical solutions to meet
immediate needs; meeting technical expectations of deliverables are met
Working as technical expert in pre-sales qualification events (Solution, Estimation, Sizing) & various technology
initiatives from CTO office
Leading assurance activities of project quality; conducting technical QA reviews on components; performing QA
reviews of code documentation
Significant Achievements:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
NIKHIL M. BAPAT
Chief Architect seeking roles in Solution Architecture,Requirement Gathering,Defect
Management,Unit Testing,Integration Testing,Cloud Computing,Process
Improvement,Java,Tomcat,Apache,JBoss
Key Skills: enterprise architect,solution architect,solution architecture,requirement gathering,defect management,unit
testing,integration testing,process improvement,java,microservices,docker,spring framework,hibernate,api,jhipster
,Azure,GCP
Summary
Currently working with Persistent Systems Ltd., Pune as Enterprise Architect
Exhibited credibility in project delivery across diverse domains such as Healthcare & Life Sciences, Digital Transformation &
Cloud Solutions, E-commerce, Retail, IPR, Auctions (Vehicles), General Technology Services, Telecom, Finance, Supply Chain
& Manufacturing
Successfully worked onsite for 7 years in USA and 2.5 years in Norway
Technical proficiency in end-to-end design & architecture of software applications in Java, Oracle and other multiple
platforms & technologies
Track record in end-to-end solution architecture, involving client interaction, functional analysis of business requirements,
development of solution strategy, technology research & evaluation, finalization & review of design & development method,
review, integration & testing of solution
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b1…
https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b125716405e0f0b… 2/3
Received:
o 'You Made a Difference Award' from Executive VP for Hackensack Project
o Appreciation from management for solving secure communication issue during Hackensack UMC
Developed architect function to ensure focus on on-going activities & quality improvements on architectural level in
existing code base
Spearheaded consistent, high quality deliveries resulting in high client satisfaction & strong customer relations
Discovered & mitigated risks associated with the technical architecture, implementation & deployment
Testimonial:
"Nilesh's Feedback: Nikhil stepped into the project mid-way into the execution. Though initially unfamiliar with the stack
used at Hackensack, Nikhil not only came up to speed very quickly, but provided technical leadership to the team and
guided them through a potentially tricky development cycle. Nikhil has earned the respect of his team also established
good rapport with the client and is slated to play a key role in the much larger Phase 2 part of the project over 2016
Tata Consultancy Services Ltd as Senior Consultant / Enterprise Architect
Jan 2015 to Oct 2015
Key Result Areas:
Spearheaded end-to-end development of various applications based on WebSphere, JEE, EJB 2.1, Spring,
REST/SOAP services
Led pre-sales activities (including solution, estimation & sizing)
Significant Achievements:
Assessed & improved performance of web applications & middle layer (processing system / jobs)
Replaced Ant builds with CI/CD that reduced build time by 80%
Giesecke & Devrient as Principal Engineer / Enterprise Architect
Jul 2013 to Jan 2015
Reported to: Head of Department (HOD)
Key Result Areas:
Developed portlets for Liferay Portal Server (6.x) successfully; led & mentored a large team
Facilitated supported in R&D initiatives on Web Applications, Cryptography & Mobile Devices (Android)
Significant Achievement:
Assessed & improved performance of CSOLP portlets & middle layer (processing system / jobs)
UG: B.Tech/B.E. (Computer Engineering) from Walchand Institute of Technology, Solapur, Shivaji University in 1995
Education
IT Skills
Skill Name Version Last Used Experience
Eclipse 2013 11 Year(s) 0 Month(s)
JEE 2020 19 Year(s) 0 Month(s)
Oracle 2020 20 Year(s) 0 Month(s)
AZURE 2017 6 Month(s)
SQL, PL/SQL, C, C++, XML, HTML
DOCKER 2019 3 Year(s) 0 Month(s)
MS Azure, GCP, Docker
Java, NodeJS, SQL, PL/SQL
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b1…
https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b125716405e0f0b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: United States
Job Type: Permanent
Employment Status: Full time
C, C++, XML, HTML
Oracle, MySQL, DB2, HSQL
JBoss, Tomcat, Websphere
Windows, Linux, Solaris, Android
Languages Known
Language Proficiency Read Write Speak
English Expert
Marathi Expert
Hindi Expert
Rank 673: Resume 992 with similarity score 0.029262557087743685
B.E , MS , B.TECH java developer , full time , software developer api , core java , microsoft azure , designation , command , amdocs , ug , affirmative action , mysql , hindi , linux , maintenance , authorization , english , executor , web applications , status , spring boot , email , project , llp , solution architecture , rest , c++ , servers , shell scripting , maven , languages , output , hibernate , python , javascript , technology , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584…
https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584701454558595a… 1/2
Current Designation: Java Developer
Current Company: Amdocs Development Centre India LLP
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Amdocs Development Centre India LLP as Java Developer
Aug 2019 to Till Date
Developed web applications with Java spring boot that are Learning scheduler and Dynamic Command Executor
UG: B.Tech/B.E. (Computers) from Sinhgad college of Engineering, Pune in 2019
PG: NA (na) in 0
Other Qualifications/Certifications/Programs:
Core Java
Microsoft Azure(AZ-900)
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Aditya Ajay Dudhal
Software Developer seeking roles in Software Development,Application
Programming,Java Development ,Requirement Analysis,Solution Architecture,Data
Structure,Rest API,MySQL,Spring Boot,Hibernate,Maven,React JS, Microsoft Azure
(AZ-900) Certified
Key Skills: Software Developer,Software Development,Application Programming,Data Structure,Rest API,MySQL,Spring
Boot,Hibernate,Maven,React JS,java developer,Project Management,Python,Java,C,Software
Engineering,Linux,Microsoft Azure
Summary
Result-oriented Professional with over 1 year 5 months of experience in Software Development,Application Programming,Java
Development ,Project Management,Python,Solution Architecture,Data Structure,Rest API,MySQL,Spring
Boot,Hibernate,Maven,React JS.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584…
https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584701454558595a… 2/2
Nature of Employment: Full Time
Project Location: Pune
Role: Other
Duration: Dec 2019 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
DATA STRUCTURE
REST API
Microsoft Azure
Linux
MySQL
spring boot
Hibernate
MAVEN
React js
JAVA
C, C++
Python
HTML, JavaScript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: Linux Command Executer Through Java
Client: Amdocs
Skill Used: 1. Java
2. Spring Boot
3. React JS
4. Linux
5. Shell Scripting
Role Description: Java Developer
Project Details: My application can execute any Linux command on multiple linux servers within seconds. Shows output in
table format on browser.
Below technology stack is used
1.JAVA
2.SPRING BOOT
3.REACT JS
4.LINUX.
Rank 674: Resume 1268 with similarity score 0.029256755517072474
B.E , MS , B.TECH , BS solutions architect , support analyst , associate , cloud engineer , full time , senior consultant mechanisms , vcenter server , jenkins , performing , virtual machines , windows server , access , security , microsoft azure , designation , ntfs , ug , vendors , affirmative action , ram , hindi , cloud , linux , active directory , cluster , ltd , permissions , ccna , authorization , english , troubleshooting , pools , status , virtualization , email , groups , aws , application , snapshot , peering , ops , information science , s3 , servers , git , fundamentals , ec2 , storage , languages , load balancing , amazon , vmware , python , one , esxi , javascript , network administration , vsphere , proactive monitoring , ldap , folders 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b1…
https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b150515490e5b0… 1/3
Current Designation: Senior Consultant-Cloud Ops
Current Company: Ciber
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Ciber as Senior Consultant-Cloud Ops
Nov 2020 to Till Date
cloud engineer
Accenture Services Pvt Ltd as Cloud Support Analyst
May 2013 to Oct 2020
Roles and Responsibilities:
1) Accenture Services PVT ltd
Designation-Cloud support Analyst
Aws Skills:EC2, VPC, IAM, S3, CLOUD FRONT, CLOUD WATCH, GLACIER, RDS, ROUTE 53, SNS,SQS.
Roles & Responsibilities:
Launching Windows and Linux EC2 and applications on EC2
Worked exclusively on making applications more scalable and highly available system in AWS (load balancing) with auto-
scaling.
Worked on Linux and Windows based EC2 instances throughout their life cycle, from launching till termination.
Created S3 buckets for different storage purposes, managed their access logs and provide report to the management on
regular basis.
Managing S3 life cycle policies to move the files into lower class of storage to save storage cost.
Provide access to the users on production environment using Boston/Jump instances.
Responsible in creation of EC2 instances in respective regions and VPC subnets depending on the criticality of the
instances.
Managing Security Groups of RDS instances to allow newly build servers to access them.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ranjit Kumar
Cloud Support Analyst seeking roles cloud suport, Troubleshooting,Cloud Watch,Cloud
Front,Jenkins,GIT,AWS,,DHCP,DNS,VMware Esxi,Windows Server,VSphere
Key Skills: Cloud Support Analyst,System Admin,Cloud Watch,Cloud Front,Jenkins,GIT,AWS,DHCP,DNS,VMware
Esxi,Windows Server,VSphere,VMware,Amazon Ec2,Linux Administration
Summary
Result-oriented Professional with over 7 years of experience in cloud support,Cloud Watch,Cloud Front,Jenkins,GIT,AWS,Active
Directory,DHCP,DNS,VMware Esxi,Windows Server,VSphere.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b1…
https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b150515490e5b0… 2/3
Experienced in creating multiple VPC subnets, VPC peering and managing the ACLs.
Knowledge in creating and managing Auto-scaling groups and load balancers for critical application.
AWS User and Roles management and ensuring the users are allowed only the permitted access.
Performing proactive monitoring, alarm generation and troubleshooting of the issues related to EC2 services.
Taking regular backup of EBS volumes using snapshot mechanisms.
Installing, configuring and Administering Microsoft Windows 2003, 2008, 2012 Server.
Installing, configuring & managing AD/DHCP/DHCP services.
Upgraded all windows 2012 to 2016 servers, installing compliance tools remotely such as SCCM,SEP and adding relevant
groups to admin to the newly built servers.
Remediating security vulnerabilities on servers.
Monitoring compliance of Servers and troubshooting Issues remotely of cloud Servers.
Implementing, configuring & Administering Active Directory 2003, 2008 & 2012.
Installing and Configuring Windows Server Virtualization Environment.
Installing and configuring ESXi, Vcenter server, VSphere client.
ESXI host cluster configuration, templates, and snapshot.
EXsi host patching and vcsa upgrade.
LDAP migration of vcenter.
Resolving Daily Incident tickets related to server access to the users, server performance, HDD size, CPU, RAM up-
gradation on virtual machine.
2) Company Name: Accenture [Through Source One Management Franchisee]
From May 2013 to April 2015
Key responsibilities:
Installation and configuration of windows server.
Administering, Creating & maintaining user accounts in Active Directory.
Managing DHCP Scope and troubleshooting.
Assigning permission for files and folders using share level and NTFS file permissions.
Creating and Managing Virtual Machines.
Diagnosing and Troubleshooting Hardware and Software Problems.
Co- ordination with IT vendors for resolution of IT problems.
Creating and managing resource pools and adding the VM?s.
Managing and maintaining compliance for the server.
Installing VMware Tools for Virtual machine.
UG: B.Tech/B.E. (Information Science and Engineering) from Visveswaraiah Technological University (VTU) in 2012
Other Qualifications/Certifications/Programs:
aws solutions architect associate
Microsoft azure fundamentals-az900
CCNA
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Windows 2003, 2008, 2012 Serve
DNS, DHCP
ESXi, Vcenter server, VSphere 2020 3 Year(s)
VMWARE
Active Directory
Python
AWS 2020 2 Year(s)
GIT
Jenkins
Linux Administration 2020 1 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b1…
https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b150515490e5b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 675: Resume 1293 with similarity score 0.02916702640188654
B.E , MS , B.TECH system engineer , scrum master , devops engineer , senior manager , principal engineer , management engineer , solution architect , full time , enterprise architect release engineering , security , vault , bash , docker , linux , build automation , digital , player , customer satisfaction , status , service quality , perl , commitments , system architecture , iit , xml , testing , nagios , ingres , symantec , it infrastructure , solaris , coordinated , system administration , outages , elasticsearch , ansible , devops , powershell , kubernetes , designation , peak , confluence , mar , hindi , cloud , ltd , windows , english , json , project , groups , pipelines , architecting , closure , resource coordination , c++ , initiation , intermediate , computer science , yaml , vmware , javascript , technology , availability , altiris , general , scrum , scripting , groovy , affirmative action , mysql , oracle , uptime , maintenance , dynamo , unix , compilers , zabbix , email , configuration management , aws , bengali , operations , saas , perforce , maven , languages , sme , console , nant , jira , engineers , root cause analysis , servicenow , agile methodologies , jenkins , openshift , ug , windchill , authorization , internet , compilation , teams , go , enterprise , productivity , deliveries , embedded , c# , application , database development , cadds5 , e-commerce , python , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e1…
https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e140119420b595… 1/3
Current Designation: Senior Manager DevOps
Current Company: Mavenir Systems Pvt Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 28 Year(s) 0 Month(s)
Highest Degree:
Verified : Phone Number | Email - id
Mavenir Systems Pvt Ltd as Senior Manager DevOps
Nov 2020 to Till Date
Managing Bangalore DevOps operation
CA Technologies India Pvt. Ltd. as R&D Engineer Software 4
Oct 2006 to Jun 2020
Growth Path:
Manager, Software Configuration Management
Sep'08- Principal Configuration Management Engineer
Nov'19- R&D Engineer Software 4
Key Result Areas:
Architected, maintained, and streamlined automated build and release pipeline from code compilation, automated testing,
to deploying releases to multiple environments
Established & executed Continuous Integrations, Delivery and Devops practices
Supervised the development & operations support for change, configuration management, build automation and release
engineering
Streamlined release processes & procedures which enhanced planning and minimized outages
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ankan Saha
R&D Engineer seeking roles in IT Infrastructure, Build and Release Engineering, AWS
Operation, DevOps Operation - On-premise and Cloud,Software Configuration
Management
Key Skills: IT Infrastructure,System Administration,Build and Release
Engineering,Devops,AWS,VMWare,Python,Docker,Ansible,Kubernetes,JIRA,GIT, Linux Administration
Summary
DevOps Engineer with nearly 3 decades of experience in architecting and managing the Build and Release infrastructure, Tools
Development, and CI/CD pipelines through automation using DevOps Tools in both Cloud and on-premise environment for
software MNCs for their production environments. Strong leader & team player; excellent motivational skills to sustain forward
growth momentum while motivating peak individual performance from team members; exposure in coordinating with
engineering teams. Strong technical background in designing & implementing solutions with AWS, VMWare/VCenter. Strong
automated build platform experience /integration using DevOps architecture. Rich experience in DevOps involving design,
architecture, and implementation of next generation system architecture & automation solutions; SME in DevOps best practices
with Jenkinns, Terraform, Auto Scaling Groups, and Configuration Management, Infrastructure Automation, and Enterprise
Security
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e1…
https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e140119420b595… 2/3
Measured and monitored progress to ensure releases are delivered on time and within budget
Administered project allocation, estimation, resource coordination, productivity, performance evaluation and delivery, as
per
specified timeframes & avoid any delays
Interacted with Development Group for defect closure & root cause analysis of defects and pursuing the same for timely
closure
Maintained healthy business relations with clients and ensuring high customer satisfaction metrics by achieving delivery &
service quality norms
Ensured & managed deliveries of the project using Agile methodologies, right from initiation until go-live
Hired, interviewed, mentored & trained teams to maximize the levels of productivity, minimizing schedule variations and
defect rejection ratio
Highlights:
? Provided the administration and user support for AWS IAM and other services for 6 different AWS accounts across
multiple geographical sites using Terraform, AWS CLIs and AWS console
? Assisted with the DevOps Operations support for different Symantec SaaS products in AWS based on Jira and
ServiceNow
Tickets using different technologies like Docker, OpenShift, Kubernetes, Ansible, and others
? Monitored the DevOps pipeline and creation/maintenance of customized AMIs using the Jenkins pipeline and AWS
APIs;
maintained high uptime and availability of customized AMIs for Engineering teams
? Worked as Scrum Master for DevOps Operation Team for 4 years for a team of 4 Engineers consistently met targeted
velocities and project commitments
? Collaborated with Multisite team of 4 Engineers to improve on the existing DevOps pipeline on a mix of Windows and
Linux
VMs using Jenkins thereby reducing automation-related build errors to nil and hence ensuring stability in the pipeline
? Drove the release process for Altiris ITMS and was part of multiple major product releases and intermediate product
updates,
both English and Localized versions
? Coordinated with Engineering Teams to establish and define repeatable, structured processes and procedures for
creating and managing stable application environments
? Successfully drove automation for the DevOps Environment and ensured that end-users were able to trigger builds from
Jenkins effortlessly at any time
? Administered work related to driving product release, Hotfix releases from time to time while coordinating with multisite
DevOps Team; ensured timely release for the products for both English and Localized versions, on pre-announced release
dates
PTC Software India Pvt. Ltd. as Principal Engineer
Sep 1996 to Sep 2006
Highlights:
? Ported applications on new C/C++ compilers on Sun and Windows primarily which helped the Engineering team to have
a big
advantage on new compilers which were to be part of new product releases (1+ year)
? Automation for Build Engineering involving Multiplatform UNIX - Solaris, HPUX, AIX, Linux, Digital (5 years) for products
like
CADDS5, Optegra, Pro/Engineer, Windchill suites and help teams to run smooth integration/build effort
BHEL as System Engineer
Aug 1992 to Sep 1996
Highlights:
? Unix System Administration and automation on DRS series machines which were SVR4 based and were part of the
plant
automation system
? Ingres Database Administration(SQL) for plant/factory automation support; Ingres Database development using
Embedded
SQL/C for plant automation
UG: B.Tech/B.E. (Computer Science and Engineering) from Indian Institute of Technology (IIT), Kanpur in 1992
PG: in 0
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e1…
https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e140119420b595… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python, Perl, Java, Groovy
JavaScript, C#, C++, C
GIT, Perforce, Jenkins
Windows, Linux, Solaris, AIX, HPUX
MS Build, Nant, Ant, Maven
Terraform, YAML, XML, JSON
Bash Scripting, Powershell Scripting
Ansible, Docker, Kubernetes
AWS, VMWare, Nagios, Zabbix
AWS CloudWatch, Prometheus
Elasticsearch (ELK Stack), Grafana
AWS CloudTrail, MySQL, Oracle
AWS Dynamo DB, AWS RDS
Hashicorp Vault
Jira, Confluence, ServiceNow
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 676: Resume 574 with similarity score 0.029134699552711658
BTECH , B.TECH work from home guides , web development , internships , css , sketch , ug , scanners , bar , particular , player , speech recognition , android studio , project , application , c programming , crt , resume , paper , computer science , mp3 , youtube , shops , completion , word , assessment , python , javascript , search , technology , availability , learning , qr , html , database Assessment
Q1. Why should you be hired for this role?
I usually take responsibilities in team. I complete work a day before the deadline and I am very particular about it. I love learning new
technologies and utilize to the full part of it. I would definitely work hard and complete my assignment on time and explore my knowledge with it. I
already developed an app using Android Studio as part of my group project.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available 6 hrs a day. Currently I am pursuing 41.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7095888528
Srivyshnavi Koduri
Hyderabad, Sircilla
Applied 24 Dec'20
Android Python C Programming
C Programming CSS HTML
Java JavaScript
Bachelor of Technology B.Tech), Computer Science & Engineering
Sreenidhi Institute Of Science & Technology
2017 - 2021
CGPA 8.60/10
Senior Secondary XII, Science
BIE TELANGANA board
Year of completion: 2017
Percentage: 98.00%
Secondary X
SSC board
Year of completion: 2015
Percentage: 95.00%
Web Development
TRIANT SOLUTIONS Using Word Press), Hyderabad
May 2019 - Jun 2019
BTech Guider a web application which guides to choose their college for UG. It contains information about colleges, fee
structure and cutoff rank.
Make My Doctor Appointment
May 2020 - Aug 2020
It is a web application which uses java as backend and HTML,CSS for frontend. It is used to book an appointment with a
particular doctor and know their availability (working hours).
Gadget Information Provider
Aug 2018 - Dec 2018
It is an Android App developed in Android Studio using database regarding gadgets and their availability in particular shops.
I secured top rank in my college CRT exam.
Hackerrank Certifications.
Paper Publication on Search Engine.
Python Projects: Hangman, MP3 Player, Speech Recognition, Image Viewer, QR and Bar code Scanners, Image to Sketch ,
Youtube Downloader.
Rank 677: Resume 1521 with similarity score 0.029128891285866897
B.E , MS , B.TECH , BS director , senior developer , solutions architect , project lead , long term , devops , application architect , ceo , senior systems analyst , full time , practice lead , engineering leader computing , platforms , mcs , product engineering , headcount , status , gds , digital transformation , spotify , product delivery , ux , oagis , features , large deals , building , payments , cdm , procurement , supply chain , platform architecture , sql server , sap adapter , organization , security controls , emv , automation , retail , devops , interfaces , access , designation , it strategy , go-to-market strategy , hindi , operational systems , bapi , architects , english , cloud security , agile , project , groups , microservices , leadership , solution architecture , processing , biztalk , nist , one , javascript , canonical , general , consumer products , cobit , affirmative action , shape , collaboration , advanced , instrumental , capital markets , business services , postgresql , automotive , nexus , email , netsuite , manufacturing , aws , key management , shaping , microsoft , global delivery , business acumen , languages , malayalam , life insurance , engineers , dell , online , intranet , risk assessment , technology consulting , onboarding , sales growth , ug , coe , interpersonal skills , revenue , azure , financial systems , particular , authorization , internet , enterprise , models , application , modular , wealth , less , participation , mainframe , apac , drive , framework , e-commerce , pan 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f43…
https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f430b17135b585b… 1/3
Current Designation: Digital & Engineering Leader
Current Company: EY GDS Consulting
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Corporate Planning / Consulting
Role: CEO/MD/Director
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Civil]
Verified : Phone Number | Email - id
EY GDS Consulting as Digital & Engineering Leader
Jan 2013 to Till Date
Responsibilities:
Drive Digital Transformation, Cloud & DevSecOps and Product Engineering discussions at all
levels of client's organization.
Develop Go-To-Market strategy and drive sales growth for EMEIA, Americas and APAC
regions. Lead large pursuits, participate in client orals and shape large deals through
innovative pricing, global delivery models and sector solutions/assets/accelerators.
Manage key strategic accounts and ensure growth YoY.
Design & sell innovative sector solutions and assets in the regions.
Lead architecture design & delivery of EY's key digital platforms in the Financial sector.
Practice lead for Cloud & Advanced Engineering (120+ Cloud Microservices & Data
engineers) and Technology & Solution Architecture (40+ Cloud & DevOps Architects)
practices. Drive practice growth in terms of new wins, headcount growth, new capabilities
and delivery excellence.
Key Achievements:
Instrumental in shaping and securing a 'one of a kind' multi-year and multi-million dollar deal for
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sujith Vijayan
Digital & Engineering Leader seeking leadership roles in Technology Consulting,
Product Engineering, Cloud and Digital Transformation
Key Skills: Digital & Engineering Leader, CEO/MD/Director, Digital Transformation, Solution Architecture, Continuous
Integration, Application Development, Go-to-market Strategy, IT Strategy, Technology Consulting, MS SQL Server, Cloud
Computing, Postgresql
Summary
Sujith has 18 years of experience in Technology Consulting, Platform & Solution Architecture, Digital
Product Engineering and scaling technology practices and businesses.
Sujith has shaped and delivered a number of marquee multi-million-dollar ($50+ mil) digital
transformation deals across sectors - Banking & Capital Markets, Insurance, Wealth & Asset
Management, Consumer Products & Retail and Advanced Manufacturing & Automotive.
He has proven experience in account management and has scaled technology businesses
successfully in regions where growth has been traditionally low.
Sujith is an effective communicator at all levels with client & colleagues, alike, and thrives on
complex, fast pace and challenging environments. He efficiently combines interpersonal skills, deep
technology skills and business acumen in building long term relationship with stakeholders, both
internal and external. He is passionate about technology and helping organizations realize their
strategic priorities.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f43…
https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f430b17135b585b… 2/3
one of the largest and oldest banks in APAC to deliver a Digital Insights Platform to provide a digital
experience that is personalized, at the right time, in the right channel and demonstrates that the
bank understands them & their situation. This will power EY's digital solution for the Banking sector
named Nexus for Banking; a cloud-native platform based on reactive architecture that is modular,
intelligent and custom built for sustainable solutions. Set up an engineering team comprising of 61
engineers spanning Platform Squads & Chapters from the ground up, active participation in
architecture design of the platform, defining a global delivery model based on Scaled Agile
models such as Spotify & Nexus for integrated product delivery and implementing an end to end
DevSecOps framework to automate CI, CD and security policies.
Delivered the EY Nexus Insurance platform leading an engineering team of 20+ for a large Auto
Insurance company in the US that enables its millennial/Gen-Z customers purchase an auto
insurance policy in less than 60 seconds. A cloud native platform offering access to the most
advanced technologies (integration with insuretechs such as Socotra, Sureify and enterprise
adapters) in Insurance. This platform lets insurers launch new products, new business models and
even entirely new brands in 6-12 months.
Set up of a Cloud Architecture & Governance CoE for a large pan Asian Life insurance group to
help them move their application workloads to the cloud by 2022 and ensure that all its BU's are
utilising cloud in a standardised and coherent way. Also defined and implemented a robust
DevSecOps framework, automation (IaC, policy as a code) and a multi-cloud platform strategy
spanning Azure, GCP & AWS cloud.
Enabled the new EMV Secure Remote Commerce (SRC Specification 1.0) for a large payments
processing company in Americas; a secure and resilient cloud native platform based on
microservices architecture enabling SRC core services, onboarding services for SRC participants
and implementation of security patterns (API security, secrets management, key management)
and cloud security controls to address COBIT, NIST, ITL & PCI.
Deliver a financial systems transformation program for one of the largest, most innovative and
diversified companies in the automotive industry that will simplify and standardize the
organizations ability to integrate existing operational and cloud based financial systems (NetSuite
ERP). This includes 32 operational systems (Mainframe, 3rd party systems etc.), 30 business services,
70 interfaces and leverages a Canonical data model (CDM) based on OAGIS (Open Applications
Groups Integration Specification). Includes overall delivery management leading a 40-member
team spanning 3 years.
Dell International Services India Limited as Platform & Solutions Architect
Jul 2009 to Jan 2013
Responsibilities:
Hire top notch product engineers and lead a platform services team.
Work with the Core Platform Architecture team in developing the platform architecture for
the Enterprise Settings service.
Achievements:
Deliver architecture, design and end to end implementation of core platform services thar lets the
business configure online stores in real time for one of the largest e-commerce websites in the
world (www.dell.com) with a revenue channel of $16 billion. This service (response time of 10ms @
7000-10000 TPS) is consumed by all UX applications and provides a centralized view of all the
critical features of the website and the ability to control these features as per the geographical
hierarchy.
Architecture & design of core platform services that lets the business target a particular audience
to display personalized content, pricing etc. for one of the largest e-commerce websites in the
world (www.dell.com).
Mahindra Satyam ( now Tech Mahindra) as Senior Systems Analyst
Jan 2003 to Jun 2009
Responsibilities:
Senior Developer, Project Lead, Application Architect
Achievements:
Architecture design and development of various internet and intranet facing business critical
applications spanning Corporate Procurement, Supply Chain, SAP Security & Risk Assessment
functions. Technology consulting in collaboration with Microsoft Consulting Services (MCS)
addressing key technology issues for their marquee clients.
Development of BizTalk SAP Adapter (part of the Microsoft Product team in Redmond that
integrates SAP data (BAPI, RFC & IDocs) seamlessly from SAP R/3 4.X
UG: B.Tech/B.E. (Civil) from UNIVERSITY OF NORTH MAHARASHTRA in 2000
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f43…
https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f430b17135b585b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Malayalam
Rank 678: Resume 1062 with similarity score 0.029033287039862354
M.TECH , BS , B.E , MS , B.TECH balancer , associate , network developer , solution architect , linux administrator , full time , linux system administrator , enterprise architect , aws architect , technical support engineer themes , nfs , virtual machines , security , demand , connect , docker , ccna , status , enterprise systems , snapshot , samba , testing , ec2 , data center , sql server , server administration , system administration , remote administration , organization , file systems , ansible , infrastructure management , automation , outlook , upgradation , kubernetes , access , designation , peak , plugins , hindi , cloud , logical volume manager (lvm) , linux server , software installation , english , troubleshooting , pressure , editing , project , ftp , groups , boot , live , provisioning , putty , documentation , money , javascript , command prompt , vmware vsphere , technology , availability , disk , rpm , general , performing , pages , affirmative action , membership , maintenance , i3 , centos , office 365 , architecture , email , wordpress , aws , windows 10 , microsoft , control panel , languages , console , amazon , scheduling , engineers , virtual memory , database , laptops , switching , network performance , routing , lamp , active directory , apache , .com , permissions , authorization , internet , go , virtualization , excel , application , yum , devices , llp , less , user administration , salary , maritime , s3 , servers , running , shell scripting , framework , statistics , ssh , tuning , shutdown , load , mounting , laravel 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147…
https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147061147585a09… 1/3
Current Designation: AWS system administrator
Current Company: Aricon Software LLP
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Aricon Software LLP as AWS system administrator
Mar 2020 to Till Date
* Working on AWS Cloud, creation of VPC, NAT Gateways and launching instances as per requirement.
* Managing Security Groups for the instances.
* Using services such as Snapshot creation, volumes, backup and restore in EC2.
* Also familiar with services like RDS and S3.
* Experience in various Amazon services (EC2, RDS, S3, VPC, Cloud formation)
* Managing the user accounts and groups like creating, modifying and deleting accounts and groups.
* Disk configuration, maintenance and configuring new devices.
* Performance monitoring and tuning of file systems.
* File system Management and administration.
* Performed disk administration using LVM.
* Installation, Configuration, administration and Troubleshooting Systems monitoring and administration of Servers for
day-to-day problems, patches, user administration, monitoring log files, testing backup, configuration changes and
documentation skills.
Onel consultancy (Australia) as Technical Support Engineer
Jan 2020 to May 2020
Responsibility: Vacation Engineering employee in System Engineering Group helping in the Development and
maintenance of the company's engineering standards and Providing
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Megha Kaushik
AWS architect, experienced Linux administrator, shell scripting, enthusiastic,
passionate, ansible, kubernetes, docker, infrastructure management, server
management and administration
Key Skills: aws,linux administration,shell scripting,docker,ansible,sql server
Summary
Result-oriented Professional with nearly 2 year experience in server administration, project management, linux server
management, AWS architecture handling, troubleshooting the architecture , monitoring and working with statistics.
I am looking for a career in which i can thrive more and more in linux server administration and aws architecturing. I would like
to work more on virtualization and automation technology,
I am open to any kind of opportunities irrespective of salary expectation as i am looking to learn and grow rather than just to
grab money. I am a person with positive approach and always has positive attitude with respect to any kind of work i take and
work on.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147…
https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147061147585a09… 2/3
technical support to senior engineers in following areas
- HPE Aruba - Deployed Aruba Network Solution as per design
- Enterprise systems - Microsoft Active Directory and Server Administration
- AWS - systems Support
PROJECTS UNDERTAKEN
1. Creating a highly available and redundant WordPress website for PO Maritime Organization
Undertook a project of developing Highly redundant WordPress Website of PO Maritime Organization over the AWS
infrastructure. The company wanted to have a cost-effective solution for a website which is highly available and is able to
resist any kind of failure and also able to satisfy peak traffic without any much pressure over cost and maintenance. Hence
our company make use of AWS infrastructure to satisfy their need. We make use of the Various EC2 instances, S3,
CloudFront, autoscaling group technology, Elastic load balancer, relational database engine to make a highly available,
cost-effective, redundant, value satisfying WordPress Website.
We created a demo model in which we converted one EC2 instance as a Webserver consisting of WordPress
application. We stored all the media files, plugins, themes and other website related information to the S3 for the purpose
of backup of data. In order to fulfill the condition of highly availability and redundancy we make use of the Autoscaling
group to create 4 or 5 EC2 instances which can increase or decrease on the basis of demand and need of peak hour. We
make use of Relational database engine to create a database of WordPress application so that both the application as
well as its database are cost-effective and redundant.
2. Troubleshooting and administering client's server and network:
I was responsible for administering client's network and infrastructure. I was majorly responsible for working with HI
pages company. I used to handle all level 1 and level 2 queries like configuring user accounts, group membership and
group policies in various department using Windows 2016 server. I have also worked with my seniors for mass
deployment of various software's in different department's system with the help of group policies. I have also worked with
the system administrator to deal with the set up of DNS and DHCP services in employee's laptops and desktops.
I have handled the tickets related to software installation, internet not working, printer not working, hardware or
software problems, tickets related to outlook, excel issues. Complete administration of office 365 services.
I was also responsible for mass deployment of operating system using Window deployment services. Mass deployment
and upgradation of operating system using SCCM software. Responsible for migration of windows 10.
Using VMware vSphere for provisioning and deprovisioning of virtual machines in a virtually centralized data center
Group policies applied are moderating access to control Panel, control access to command prompt, disable forced
system restart, Disallow Removable Media Drives, DVDs, CDs, and Floppy Drives, Restrict software installation, disable
guest accounts, set minimum password limit to 15 or more and maximum age to 30 days and more for security of user's
accounts, printer management, performing software installation using GPO.
I3 INFOSOFT private limited as Linux System Administrator
Aug 2016 to Dec 2017
* Creating volumes and managing file system using Logical Volume Manager (LVM).
* Install, update and upgrade the packages using with rpm, yum.
* Monitoring the Servers performance using with performance monitoring tools like top, CPU, Virtual memory, Disk,
Network Performance.
* Performing Remote administration using putty, ssh, and ftp.
* Perform System Boot and Shutdown Procedures Knowledge Installing and Configuring APACHE & SAMBA Server.
* Partitioning the Linux disk.
* User and Group Administration (creating/editing User Accounts and Groups).
* File system Administration.
* File Permissions like, SetUID, SetGID and Sticky Bit.
* Mounting file system and Administration.
* Processes administration and management like monitoring, start/stop/kill various processes/sub process.
* Scheduling jobs using CRONTAB.
* Network File System (NFS) Administration.
* Perform System Backups and Restores.
* Checking status of the Linux servers from console
UG: B.Tech/B.E. (Computers) from JB Institute Of Technology, Dehradun in 2015
PG: M.Tech (Computers) from Swinburne University of Technology in 2020
Other Qualifications/Certifications/Programs:
AWS architect solution associate
CCNA (routing and switching )
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147…
https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147061147585a09… 3/3
Nature of Employment: Full Time
Project Location: India
Role: Network/System Administrator
Duration: Aug 2020 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Australia
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Linux,Kubernetes, Ansible, Scriptng 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Larawell website
Client: Uk marketplace
Skill Used: AWS, Linux, Centos, LAMP, Laravel
Role Description: Working as a network developer in the company to manage AWS servers and connect websites with
database along with complete maintenance of data bases
Project Details: 1. Created a Linux server on AWS platform to set up the platform of Laravel Framework
? Undertook a project of creating, managing and maintaining Linux server on AWS environment with Laravel framework
? Install LAMP framework along with Laravel framework to manage clients website running on Laravel framework and
connected the website with the database.
? Take backups and Snapshots
? Handle troubleshooting part of managing and maintaining server
? Transferred clients domain from go daddy .com and switch it to route 53 service in AWS
? Get the website live on the same domain.
Rank 679: Resume 1571 with similarity score 0.029026303486389012
B.S , M.Sc , M.S , BS , MS devops engineer , traffic manager , release manager , colorist , linux administrator , full time , linux system administrator , balancer version control , renewals , nfs , telugu , virtual machines , microsoft azure , connect , user management , platforms , bash , docker , motion , gateway , player , film editing , status , express , mumbai , continuous integration , samba , nagios , components , features , network interface cards , infrastructure , autodesk , broadcast , workflow , distance learning , freelancer , ansible , quotas , devops , powershell , kubernetes , designation , hindi , digital intermediate , windows , cli , english , post-sales , virtual networks , smoke , boot , ftp , swap , video , peering , playbook , pipelines , volume management , puppet , javascript , disk management , demos , user training , vm , rpm , optimization , affirmative action , public , maintenance , service delivery , digital media , architecture , email , flame , configuration management , aws , network security , chrome , high-end , github , containerization , maven , languages , tags , entertainment industry , scheduling , web , dns server , jenkins , people management , file sharing , tamil , routing , linux system administration , workstation pro , apache , permissions , php , authorization , virtualization , azure active directory , application , yum , ips , visual communication , less , ci , cron , servers , storage , kannada , ssh , compositing , cloud computing , orchestration , load , graphics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 1/3
Current Designation: DevOps Engineer, Azure, AWS, Linux
Administrator
Current Company: Freelancer
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 1 Year(s) 1 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [visual
communication]
Verified : Phone Number | Email - id
Freelancer as DevOps Engineer, Azure, AWS, Linux Administrator
Dec 2019 to Till Date
DevOps: Source code management with Git, Build with Maven, CI / CD pipeline with Jenkins, Configuration management
using Ansible and Puppet, Containerization using Docker and managing containerized workloads and services using
Kubernetes and Monitoring using Nagios.
Good hands-on knowledge of Source Code Management (Version Control System) tools like Git and GitHub
Proficient in developing Continuous Integration/ Delivery pipelines using Jenkins
Experience in automation/ integration tools like Jenkins on AWS and Azure Cloud Platform.
Deployed code to dev/stage/prod etc., just on one click of button through Jenkins
Experience in Installing Git, Java, Jenkins, Ansible, Chrome driver, Chromium browser and Git, Java, and Docker on Slave
machine (Test-server) for the PHP application deployment as a docker image.
Used Ansible playbook to install dependencies on the slave machine.
Dockerised the PHP application to copy the PHP content to a docker image.
Good understanding of Infrastructure as Code (Programmable Infrastructure), and how you can achieve that by using
tools like Puppet, Ansible etc.
Hands-on knowledge of software containerization platforms like Docker and container orchestration tools like Kubernetes
and Docker Swarm
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Rajasekhar Burujupati
DevOps Engineer seeking roles in Software Configuration Management, Build
Management,Release Management, Continuous Integration, Application Deployment,
MS Azure, Git, Jenkins, AWS, Ansible, Puppet, Nagios, Docker, GitHub, Kubernetes,
PowerShell,Bash
Key Skills: DevOps Engineer,Release Manager,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,MS
Azure,Git,Jenkins,AWS,Ansible,Puppet,Nagios,Docker,GitHub,Kubernetes,PowerShell
Summary
4 years of experience as a LInux System Administrator and 1 year exposure to DevOps methodology and Microsoft Azure cloud
environment. Technical savvy in Git, Jenkins, Azure, AWS, DevOps, Linux.
10 years of experience in media and entertainment industry with various multi-skills in high-end software's.
Managed and delivered services as a System Administrator, Sr. Smoke Artist, Flame Artist, Colorist in various branches of
entertainment industry like Digital intermediate (DI), Film editing, Compositing, Motion Graphics and Broadcast with outstanding
performance. Am an excellent team player and has great flair with people management. Has good communication skills and can
work well with subordinates as well as seniors.
15 years of total experience in Consulting and Service Delivery in media industry that include media domain, media IT, media
Infrastructure and support functions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 2/3
Azure Work Summary
Microsoft Azure : Cloud computing, Microsoft Azure Account, Azure Portal, Azure CLI, Azure PowerShell, Azure Resource
Manager, Microsoft Azure Architecture, Azure Virtual Networks, Azure Vnet Components : IP Addresses - Public & Private
IPs, Azure Vnet Subnets, Azure Network Interface Cards (NIC), Network Security Group (NSG), NSG Rules, Service
Tags, DNS, Load Balancer, Traffic manager, Azure Express Route, Virtual Machines and Scale sets, ARM Templates,
Storage (Blob, File, Queue, and Table) - Hot and Cold Tiers, LRS, ZRS, GRS, RA-GRS, Azure App Services, Azure Active
Directory, Azure Policies, Alerts and Monitoring.
Deploying a website using Microsoft Azure using Traffic manager, Application gateway, Virtual Machines. Blob storage,
Virtual Network Peering
Deploying the website servers in two different regions by controlling, managing and monitoring the traffic geographically.
Connect the two servers using VNet to Vnet Peering to be able to communicate with each other.
Enabling Path based Routing for the website, enabling communication between the servers and Storing data on the cloud
Sun TV Network as System Administrator, Sr. Smoke Artist
Apr 2010 to Jun 2020
Responsibilities:
Disk management, User management, install packages and update to its stable version without losing any data. Updates
and upgrades of both the O.S. as well as the application. Manage file system permissions for users, File sharing for
Windows and Linux (samba, NFS)
Linux System Administration which includes OS installation, Virtualization with VM Ware workstation pro, Disk
management, Boot process and Run levels, Group and User management, User Quotas, Swap management, Process
management, RPM and YUM package managers, Logical Volume management, Backup and restore, Scheduling jobs
using at jobs and Cron jobs. Configuration of SSH server, FTP server, NFS server, Samba server, DNS server, Apache
web server and DHCP server.
Digital Media Work Summary
Sun TV Network Limited: Apr 2010 - Aug 2016: Sr. Smoke Artist
Responsibilities:
As a Sr. Smoke Artist my responsibilities include managing my team of Junior artistes, Planning and scheduling of the
day-to-day work. One of the major tasks is to check out for the quality of the programs whether they are in the right format
for telecast, like checking the video levels, audio levels, colour balancing, colour correction etc.
Aditya Infotech as Application Artist
Apr 2008 to Apr 2010
Responsibilities:
As an Application Artist my responsibilities include both pre sales and post sales. I accompany the sales team and explain
the features and technical queries and discuss workflows with the clients. My role also includes giving demos to clients. In
post-sales I would provide the users of the application the required User training and workflow optimization. Set up the
demo systems for the shows conducted by Autodesk. Also provided Technical support if there is any downtime of the
application and provide the updates and license renewals
UG: B.Sc (Visual communication), Correspondence/Distance Learning from Bharathiar University, Coimbatore in 2017
PG: MS/M.Sc(Science) (visual communication), Correspondence/Distance Learning from Bharathiar University,
Coimbatore in 2019
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure
git, jenkins
AWS
Linux, RPA
PUPPET
Ansible
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
DOCKER
Kubernetes
GitHub
POWERSHELL
Azure Active Directory
SSH server, FTP server
NFS SERVER, SAMBA SERVER
DNS server, Apache web server
DHCP server
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Tamil Expert
Kannada Expert
Rank 680: Resume 1052 with similarity score 0.029026303486389012
B.S , M.Sc , M.S , BS , MS devops engineer , traffic manager , release manager , colorist , linux administrator , full time , linux system administrator , balancer version control , renewals , nfs , telugu , virtual machines , microsoft azure , connect , user management , platforms , bash , docker , motion , gateway , player , film editing , status , express , mumbai , continuous integration , samba , nagios , components , features , network interface cards , infrastructure , autodesk , broadcast , workflow , distance learning , freelancer , ansible , quotas , devops , powershell , kubernetes , designation , hindi , digital intermediate , windows , cli , english , post-sales , virtual networks , smoke , boot , ftp , swap , video , peering , playbook , pipelines , volume management , puppet , javascript , disk management , demos , user training , vm , rpm , optimization , affirmative action , public , maintenance , service delivery , digital media , architecture , email , flame , configuration management , aws , network security , chrome , high-end , github , containerization , maven , languages , tags , entertainment industry , scheduling , web , dns server , jenkins , people management , file sharing , tamil , routing , linux system administration , workstation pro , apache , permissions , php , authorization , virtualization , azure active directory , application , yum , ips , visual communication , less , ci , cron , servers , storage , kannada , ssh , compositing , cloud computing , orchestration , load , graphics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 1/3
Current Designation: DevOps Engineer, Azure, AWS, Linux
Administrator
Current Company: Freelancer
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 1 Year(s) 1 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [visual
communication]
Verified : Phone Number | Email - id
Freelancer as DevOps Engineer, Azure, AWS, Linux Administrator
Dec 2019 to Till Date
DevOps: Source code management with Git, Build with Maven, CI / CD pipeline with Jenkins, Configuration management
using Ansible and Puppet, Containerization using Docker and managing containerized workloads and services using
Kubernetes and Monitoring using Nagios.
Good hands-on knowledge of Source Code Management (Version Control System) tools like Git and GitHub
Proficient in developing Continuous Integration/ Delivery pipelines using Jenkins
Experience in automation/ integration tools like Jenkins on AWS and Azure Cloud Platform.
Deployed code to dev/stage/prod etc., just on one click of button through Jenkins
Experience in Installing Git, Java, Jenkins, Ansible, Chrome driver, Chromium browser and Git, Java, and Docker on Slave
machine (Test-server) for the PHP application deployment as a docker image.
Used Ansible playbook to install dependencies on the slave machine.
Dockerised the PHP application to copy the PHP content to a docker image.
Good understanding of Infrastructure as Code (Programmable Infrastructure), and how you can achieve that by using
tools like Puppet, Ansible etc.
Hands-on knowledge of software containerization platforms like Docker and container orchestration tools like Kubernetes
and Docker Swarm
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Rajasekhar Burujupati
DevOps Engineer seeking roles in Software Configuration Management, Build
Management,Release Management, Continuous Integration, Application Deployment,
MS Azure, Git, Jenkins, AWS, Ansible, Puppet, Nagios, Docker, GitHub, Kubernetes,
PowerShell,Bash
Key Skills: DevOps Engineer,Release Manager,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,MS
Azure,Git,Jenkins,AWS,Ansible,Puppet,Nagios,Docker,GitHub,Kubernetes,PowerShell
Summary
4 years of experience as a LInux System Administrator and 1 year exposure to DevOps methodology and Microsoft Azure cloud
environment. Technical savvy in Git, Jenkins, Azure, AWS, DevOps, Linux.
10 years of experience in media and entertainment industry with various multi-skills in high-end software's.
Managed and delivered services as a System Administrator, Sr. Smoke Artist, Flame Artist, Colorist in various branches of
entertainment industry like Digital intermediate (DI), Film editing, Compositing, Motion Graphics and Broadcast with outstanding
performance. Am an excellent team player and has great flair with people management. Has good communication skills and can
work well with subordinates as well as seniors.
15 years of total experience in Consulting and Service Delivery in media industry that include media domain, media IT, media
Infrastructure and support functions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 2/3
Azure Work Summary
Microsoft Azure : Cloud computing, Microsoft Azure Account, Azure Portal, Azure CLI, Azure PowerShell, Azure Resource
Manager, Microsoft Azure Architecture, Azure Virtual Networks, Azure Vnet Components : IP Addresses - Public & Private
IPs, Azure Vnet Subnets, Azure Network Interface Cards (NIC), Network Security Group (NSG), NSG Rules, Service
Tags, DNS, Load Balancer, Traffic manager, Azure Express Route, Virtual Machines and Scale sets, ARM Templates,
Storage (Blob, File, Queue, and Table) - Hot and Cold Tiers, LRS, ZRS, GRS, RA-GRS, Azure App Services, Azure Active
Directory, Azure Policies, Alerts and Monitoring.
Deploying a website using Microsoft Azure using Traffic manager, Application gateway, Virtual Machines. Blob storage,
Virtual Network Peering
Deploying the website servers in two different regions by controlling, managing and monitoring the traffic geographically.
Connect the two servers using VNet to Vnet Peering to be able to communicate with each other.
Enabling Path based Routing for the website, enabling communication between the servers and Storing data on the cloud
Sun TV Network as System Administrator, Sr. Smoke Artist
Apr 2010 to Jun 2020
Responsibilities:
Disk management, User management, install packages and update to its stable version without losing any data. Updates
and upgrades of both the O.S. as well as the application. Manage file system permissions for users, File sharing for
Windows and Linux (samba, NFS)
Linux System Administration which includes OS installation, Virtualization with VM Ware workstation pro, Disk
management, Boot process and Run levels, Group and User management, User Quotas, Swap management, Process
management, RPM and YUM package managers, Logical Volume management, Backup and restore, Scheduling jobs
using at jobs and Cron jobs. Configuration of SSH server, FTP server, NFS server, Samba server, DNS server, Apache
web server and DHCP server.
Digital Media Work Summary
Sun TV Network Limited: Apr 2010 - Aug 2016: Sr. Smoke Artist
Responsibilities:
As a Sr. Smoke Artist my responsibilities include managing my team of Junior artistes, Planning and scheduling of the
day-to-day work. One of the major tasks is to check out for the quality of the programs whether they are in the right format
for telecast, like checking the video levels, audio levels, colour balancing, colour correction etc.
Aditya Infotech as Application Artist
Apr 2008 to Apr 2010
Responsibilities:
As an Application Artist my responsibilities include both pre sales and post sales. I accompany the sales team and explain
the features and technical queries and discuss workflows with the clients. My role also includes giving demos to clients. In
post-sales I would provide the users of the application the required User training and workflow optimization. Set up the
demo systems for the shows conducted by Autodesk. Also provided Technical support if there is any downtime of the
application and provide the updates and license renewals
UG: B.Sc (Visual communication), Correspondence/Distance Learning from Bharathiar University, Coimbatore in 2017
PG: MS/M.Sc(Science) (visual communication), Correspondence/Distance Learning from Bharathiar University,
Coimbatore in 2019
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure
git, jenkins
AWS
Linux, RPA
PUPPET
Ansible
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
DOCKER
Kubernetes
GitHub
POWERSHELL
Azure Active Directory
SSH server, FTP server
NFS SERVER, SAMBA SERVER
DNS server, Apache web server
DHCP server
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Tamil Expert
Kannada Expert
Rank 681: Resume 1176 with similarity score 0.029024859332427683
M.TECH , BS , B.E , MS , B.TECH software engineer , full time , software developer functionality , api , express.js , jenkins , performing , visual studio code , designation , ug , vs , affirmative action , mysql , hindi , angular , docker , fms , maintenance , azure , ltd , typescript , sublime text , jquery , fleet management , visualization , sts , authorization , node.js , english , energy , status , pressure , architecture , agile , spring boot , email , project , jpa , google , application , tomcat , models , mongodb , bengali , rest , mvc , components , government , git , computer science , building , languages , chart , html5 , documentation , hibernate , sql server , es6 , management system , javascript , eclipse , web , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c160911…
https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c1609110744455a5b5c… 1/3
Current Designation: Software Engineer -IT
Current Company: Tata Consultancy Services Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: More than 3 Months
Highest Degree: M.Tech [Computer Science and
Engineering]
Verified : Email - id
Tata Consultancy Services Ltd. as Software Engineer -IT
Sep 2016 to Till Date
Project 1: Real Time Release GEEL? July 2020? Till date.
Role: Developer
Responsibilities:
Developed required functionality through Visual Studio Code in Angular 8,
HTML5, Bootstrap4, SCSS.
Developed REST API Service using NodeJS and ExpressJS.
Tested functionality by hosting solution in Azure App Service.
Ensured proper documentation of activities for subsequent review by the
quality group.
Project 2: Multi Variant Analysis Jan 2020 - June 2020
Role: Developer
Responsibilities: ? Developed required functionality through Visual Studio Code
in Angular 8, HTML5, Bootstrap4, SCSS.
Developed REST API Service using NodeJS and ExpressJS.
Tested functionality by hosting solution in Azure App Service.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
KARTIK MISHRA
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Angular,TypeScript,JavaScript,ES6,JQuery,HTML5,CSS3,Bootstrap,React
JS,Node.js.
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Angular,TypeScript,JavaScript,ES6,JQuery,HTML5,CSS3,Bootstrap,React JS,Node.js
Summary
4 years of IT and hands on experience in Application Development for TATA Consultancy
Services. Skilled in building web application using Node.js, MongoDB, Angular 8, JavaScript,
TypeScript, JQuery, HTML5, CSS3. Proficient in using Model View Controller (MVC) Architecture in
many frameworks, able to quickly learn and master new technologies, knowledgeable about the
Software Development Lifecycle and Agile methods, high energy and confident professional with
passion for technologies, flexible and capable for balancing of multiple projects at a time in a
fast-paced environment, good in managing time and organize tasks, ability to comprehend ideas
and integrate them into desired results, able to work smoothly even under pressure..
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c160911…
https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c1609110744455a5b5c… 2/3
Ensured proper documentation of activities for subsequent review by the
quality group.
Project 3: Real Time Release? Aug-2019 ? Jan 2020.
Role: Developer
Responsibilities:
Developed required functionality through Visual Studio Code in Angular 8,
HTML5, Bootstrap4, SCSS.
Developed REST API Service using NodeJS and ExpressJS.
Tested functionality by hosting solution in Azure App Service.
Ensured proper documentation of activities for subsequent review by the
quality group.
Project 4: Fleet Management System (FMS) Visualization ? Oct-2018 ? Jul-2019.
Role: Developer
Responsibilities:
Developed required functionality through Visual Studio Code in Angular 6,
HTML5, Bootstrap4, SCSS.
Developed REST API Service using Spring Boot, Hibernate, JPA.
Used Google column and Scatter chart to depict data accurately.
Tested functionality by hosting solution in Tomcat server.
Ensured proper documentation of activities for subsequent review by the
quality group
Project 5: Digiwheels ? Jan-2017 - Oct-2018.
Role: Developer
Responsibilities:
Understanding the requirements.
Developing front end code using JQuery, HTML5, Bootstrap4, CSS3 through
Sublime Text Editor.
Consuming the web service.
Tested functionality by hosting solution in Web Server.
Ensure to provide solutions that are scalable, repeatable, efficient and
effective.
Performing functional and technical designs, models, components, code,
unit tests, and documentation
UG: B.Tech/B.E. (Computer Science) from West Bengal University of Technology (WBUT) in 2013
PG: M.Tech (Computer Science and Engineering) from Kalyani Government Engineering College, Nadia in 2016
Education
IT Skills
Skill Name Version Last Used Experience
Angular 8, Angular Material
TypeScript, JavaScript, ES6
JQuery, Bootstrap4
HTML5, CSS3, SCSS
React js
MongoDB , MySQL, SQL Server
Node.js , Express.js
Jenkins, Docker
GIT
Eclipse, STS
AZURE
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c160911…
https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c1609110744455a5b5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
VS Code, Sublime Text
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 682: Resume 716 with similarity score 0.028916710178096848
B.E , MS , B.TECH , BS full time , it professional , data management , software developer functionality , web development , core java , general , entity framework , visual studio code , css , credentialing , designation , ug , mar , affirmative action , primus , xunit , hindi , cloud , angular , web api , learning , maintenance , typescript , contractor management , kpi , json , advanced , english , visualization , modifications , authorization , status , photo , ecmascript , software testing , agile , email , project , financials , business intelligence , application , models , aws , filtration , microservices , less , bengali , karma , survey , range , natural language understanding , rest , blockchain , writing , estimates , unit testing , languages , search analytics , dashboard , sql server , mobile , one , javascript , predictive analytics , insurance , elasticsearch , html , french 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b4700…
https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b470011415b0c0102… 1/3
Current Designation: SOFTWARE DEVELOPER
Current Company: Primus Software Corporation
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Primus Software Corporation as SOFTWARE DEVELOPER
Mar 2018 to Till Date
Having more than 2 years of experience in System Design, Developing, testing, implementing and managing software
programs.
* Identifying areas for modification in existing programs and subsequently developing these modifications. Writing and
implementing efficient code.
* Working with IDE's like MS Visual Studio, Visual Studio code and tools like Postman, SQL Server etc.
UG: B.Tech/B.E. (Computers) from Rajasthan Technical University, Jaipur in 2016
Other Qualifications/Certifications/Programs:
Certified in Core Java and Advanced Java
Certified in Social, Mobile, Analytics and Cloud
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Purna Chanda Bera
IT Professional having 2.7 years of experience in Development & Designing using
Agile based approach. Expertise in Frontend and Backend Technologies like Angular
4/6/8,System Design, JavaScript, Elasticsearch, WEB API, Dapper ORM, Entity
Framework.
Key Skills: software developer,data management,client management,javascript,json,Angular 2+,AWS,Elastic
Search,HTML,CSS,Typescript,System Design
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Project
Management,Software Testing,Web Development,Data Management,Client Management,Unit
Testing,Microservices,Javascript,angular 2+.
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b4700…
https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b470011415b0c0102… 2/3
Nature of Employment: Full Time Duration: Sep 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2018 - Apr 2019
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Angular 2+, JavaScript, TypeScript 2020 2 Year(s) 2 Month(s)
ECMAScript, Elasticsearch 7.4 2020 2 Year(s) 3 Month(s)
Blockchain, Micro Services, Rest API 2020 2 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Proficient
Projects
Project Title: Contractor Connection PHASE-2 -CONTRACTOR CENTRAL
Client: Crawford & Company
Project Details: This application is used for contractor management. It is a type of contractor application where user can
create account. This application contains Contractor Profile, Surge Response Survey, Contractor Insurance & Financials,
Credentialing Dashboard, and License Manager. Contractor must upload photo and document in drop zone.
SIGNIFICANT CONTRIBUTIONS:
Designing and implementing Angular for the Client-end. Also doing unit testing in Jasmin and Karma for Angular.
Working on Web API and Dapper ORM also done unit testing with MS Test.
Project Title: PriML -Company Product
Client: Primus Software Corporation
Project Details: PriML is a Company Product which is a Business Intelligence Platform powered by Automated Machine
Learning and Natural Language Understanding. This platform focuses on Search Analytics, Predictive Analytics and Data
Discovery.
The Visualization is created with intuitive search Analytics Engine. The auto ML Engine helps organizations to create
predictive models for all the needs.
SIGNIFICANT CONTRIBUTIONS:
Actively participated in Search Analytics using Elasticsearch feature in AWS to make search functionality to next level.
Used Proximity Search, Fuzziness and Synonym filtration to make search highly relevant the way one gets result.
Work is in progress for some Advance search functionalities like range, Boolean Search and Category Filtration to provide
the best, high quality and cost-efficient service.
Project Title: Contractor Connection PHASE-1 -ERCORE
Client: Crawford & Company
Project Details: This application will be used primarily by Estimate Reviewers to manage Queue Summary and Queue Details
on daily basis. Queue summary displays KPI (Key Performance Index) and charts as per status for the Reviewer /Supervisor
/Manager like Progress Estimates, Completed Estimates, Backlog etc. Bilingual language support English and French.
SIGNIFICANT CONTRIBUTIONS:
Designed and implemented Angular for the Client-end. Also done unit testing for the Angular tasks.
Work done on Web API and Entity Framework also done unit testing with XUnit.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b4700…
https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b470011415b0c0102… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 683: Resume 704 with similarity score 0.028911253445211886
B.E , MS , B.TECH associate , product development , software developer , senior software engineer , full time , full stack developer spring mvc , web development , core java , general , designation , ug , telecom , tamil , affirmative action , mysql , oracle , angular , maintenance , player , authorization , english , status , spring boot , email , application , xml , performance tuning , technology solutions , git , languages , html5 , cassandra , technology management , javascript , search , working experience , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b4…
https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b47021043585e0a… 1/2
Current Designation: Senior Software Engineer
Current Company: Incedo Technology Solutions Limited
Current Location: Trichy
Pref. Location: Bengaluru / Bangalore,Chennai,Coimbatore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Highest Degree:
Verified : Email - id
Incedo Technology Solutions Limited as Senior Software Engineer
Oct 2020 to Till Date
Working as a Senior Software Engineer in Telecom department
IVTL Infoview Technologies as Full Stack Developer
Jun 2018 to Jul 2020
Worked as a full stack developer. Solid working experience in ERP product development and have skillset in Core Java,
J2EE, JavaScript, HTML, XML, MySQL, Elastic Search, Cassandra database, Spring, Spring Boot, Spring MVC, Angular,
Data Structures and DBMS. Good team player and have strong interpersonal and communication skills.
UG: B.Tech/B.E. (Computers) from PSG college of technology, Coimbatore in 2018
PG: in 0
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Vethanayagi Sadanandam
FullStack Developer seeking roles in Software and Web Development,Application
Programming,
Requirement Gathering,Performance Tuning,Defect and Technology
Management,Javascript,HTML,XML,MySQL,Java,Spring,Spring Boot,Spring
MVC,Angular
Key Skills: Application Programming,Web
Development,Javascript,HTML,MySQL,Java,Cassandra,XML,angular,J2Ee,Elastic Search,Spring,Spring Boot,Spring
Mvc,Software Development,GIT,Data Structures
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Performance Tuning,Defect Management,Technology Management,Javascript,HTML,
XML, MySQL,Java, Elastic Search, Spring, Spring Boot, Spring MVC, Angular.
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b4…
https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b47021043585e0a… 2/2
Other Qualifications/Certifications/Programs:
Oracle Certified Associate as Java SE7 Programmer
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Elastic Search
Data Structures
Cassandra
XML
HTML5
Angular
MySQL
CORE JAVA
SPRING MVC
spring boot
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 684: Resume 1068 with similarity score 0.028855981721701306
B.E , MS , B.TECH , BS system administrator , associate , solution architect , cloud administrator , full time , enterprise architect customer , skype , itil process , security , docker , linux , log analysis , status , snapshot , continuous integration , reliability , building , ec2 , system testing , infrastructure , utilities , vagrant , automation , outlook , functional specifications , interfaces , access , designation , rhel , plugins , hindi , cloud , ltd , windows , english , troubleshooting , project , groups , architecting , git , aml , dashboard , javascript , disk management , lync , performing , command , affirmative action , data analytics , maintenance , basic , email , fiserv , tomcat , aws , web servers , webex , unit testing , maven , languages , client requirements , amazon , 2012 r2 , scheduling , queues , root cause analysis , servicenow , codes , jenkins , oracle database , apache , ami , autosys , authorization , teams , go , enterprise , database development , less , records , remediation , mainframe , s3 , reviews , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d47…
https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d475014400e5a0c0… 1/2
Current Designation: AWS cloud Administrator
Current Company: Fiserv India Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [cs]
Verified : Phone Number | Email - id
Fiserv India Pvt. Ltd. as AWS cloud Administrator
Aug 2016 to Till Date
Growth Path:
Aug'16 to Jun'18 System Administrator
Since Jul'18 AWS Cloud Administrator
Key Result Areas:
Developing automation and deployment utilities
Selecting the appropriate AWS service based on data, compute, database, or security requirements
Using programming knowledge to write codes for server-less applications
Automating different parts of the development process
Analyzing data needs and designing database structures
Developing high quality user-friendly applications and interfaces in accordance with the company standards and
development guidelines
Performing code reviews, unit testing, and system testing as needed
Communicating with seniors to determine specific requirements and expectations
Managing Linux Servers on Amazon (EC2, EBS, ELB, Security Groups, RDS and IAM), VPC and Subnets and the
source code control system like GIT
Creating buckets on S3 and storing DB and logs backup, uploading images
Monitoring servers through Amazon CloudWatch, SNS and installing Web Servers (Apache and Tomcat)
Developing DNS records on Amazon Route 53 and go-daddy panel; creating AMI/ Snapshots/ Volumes, upgrade/
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PRADIP BHAGAT
AWS cloud Administrator seeking roles in Design & Development,System
Administration,Identity Access Management,Disk Management,Continuous
Integration,Software Development Life Cycle,Functional Specifications,Unit
Testing,Release Management
Key Skills: AWS cloud Administrator,Solution Architect/Enterprise Architect,Design & Development,System
Administration,Identity Access Management,Disk Management,Continuous Integration,Software Development Life
Cycle,Functional Specifications,Release Management
Summary
AWS Certified professional with over 4 years of experience in Production & Operation environment of Linux and Windows and
AWS in Banking domain
Experience in building & defining effective business solutions (cloud) as per the customer needs, with an aim to improve
customer contentment and consequently increase customer reliability and generate referral business
Gained exposure in architecting, implementing and supporting cloud based infrastructure and its solutions
Holds knowledge of Docker, Vagrant, Maven, Networking (CCNA),Windows (2012 R2), Linux (RHEL 7), Jenkins Plugins,
Jenkins Installation, Configuration and Administration
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d47…
https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d475014400e5a0c0… 2/2
downgrade AWS resources (CPU, Memory, EBS)
Making backup snapshot of AMI of EC2 instances and troubleshooting and resolving S3, EC2, and CDN related issues
Forming AWS Instances and Resources Bills, EC2 instances, S3 bucket and applying policies using terraform
Projects Executed:
Project Title: IVue troubleshooting & Monitoring, AML Autosys
Tools: Mainframe Unisys
Highlights:
Managed oracle database development and provided the solution to client queries with proper root cause analysis
Gained knowledge of ETL and AML job monitoring, scheduling, Development and maintenance
Identified troubleshooting methods needed for quick remediation by analyzing Event/jobs in bank institutions and data
quality
Identified areas of weakness through Data Analytics, Log analysis and Dashboard design and recommended or
implemented process improvements
Processed huge volume of data on daily basis and gained experience in Linux command
Used ServiceNow to performed incident, changes, service requests and task queues to ensure SLAs are being met
and implementation of request is done as per client requirements
Wrote scripts to automate tasks and monitoring Cleartouch, premier files at administrator level
Performed changes using ITIL process
Worked on capacity upgrades and disk management
UG: B.Tech/B.E. (cs) from Sant Gadge Baba Amravati University in 2015
Other Qualifications/Certifications/Programs:
AWS Solution Architect- Associate
ITIL
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Basic Shell Script
Quality Center, WebEx,Outlook
Skype, Teams, Lync
Communicator, ServiceNow
Languages Known
Language Proficiency Read Write Speak
English
Marathi
Hindi
Rank 685: Resume 1347 with similarity score 0.028834089680346765
B.E , MS , B.TECH , BS director of engineering , devops , product development , change management , full time , lead technical architect , associate director , vp , director engineering corporate actions , transformation programs , risk compliance , training , mentoring , general , customer , devops , strengthening , performing , rfp , jenkins , websphere , large scale transformation , designation , regulatory compliance , technical vision , e2e , deliverables , affirmative action , conducting , oracle , sizing , technical architecture , project plans , cloud , scratch , docker , maintenance , unix , ltd , authorization , english , project planning , teams , business value , throughput , status , postgresql , agile , email , tomcat , aws , product management , microservices , application architecture , splunk , distributed systems , rdbms , architecting , business strategy , ecs , gitlab , hiring , change management , drive , technical design , prototyping , building , career development , kanban , infrastructure , languages , documentation , redesigning , his , weblogic , bamboo , data science , integration architecture , spring framework , javascript , professional network , technology , elasticsearch , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f130116…
https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f1301160a40125d095f5… 1/2
Current Designation: Director Engineering / Head of
Architecture
Current Company: IHS Markit
Current Location: Gurgaon
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IHS Markit as Director Engineering / Head of Architecture
Jul 2018 to Till Date
Key Result Areas:
Directing large scale transformation programs, architecting platform and redesigning regulatory compliance products
Redesigned Regulatory & Risk Compliance and KY3P technical architecture, generating more than 70M$ of revenues
Spearheading a team of around 30 people including DevOps/ Architects/ Delivery/ Data Science teams for product
development and migration to cloud native, Postgres
Organizing system infrastructure documentation and operating procedures, strengthening controls and enhancing
overall performance; developing technical solutions to diverse operational problems
Delivering projects, application architecture, business strategy planning & implementation, transforming application
portfolios and enhancing business value
Setting the technical vision for successful delivery of the program
Building teams from scratch like taking interviews, managing entire hiring process and evaluating teams' performance
Administering software development process from requirement gathering until final delivery of the product
Planning project activities including scoping, estimation, tracking, change management, delivery management and post
implementation support; implementing project plans within pre-set budgets and deadlines
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
HEMANT GUPTA
Director Engineering, Head of Architecture seeking roles in Software
Development,Application Programming,System Analysis,Technical
Architecture,Product Management,Agile Methodology,Release
Management,Oracle,AWS,Java,Unix
Key Skills: Director Engineering,Head of Architecture,Head/VP/GM-Technology/CTO,Software Development,Application
Programming,System Analysis,Technical Architecture,Product Management,Agile Methodology,Release
Management,Oracle,AWS,Java,Unix
Summary
Director of Engineering offering over 15 years of strong experience in delivering technological excellence and envisaging new
architecture to cater to growing business needs, while guiding the team to implement the new architectural framework.
Technically hands-on and drive all aspects of product development - lead and validated architecture design, guided
engineering managers and tech leads and took bottom line responsibility for program managing platform delivery
Experienced Lead Technical Architect with experience in Pre and Post Trade; insightful understanding of Development and
Quality Planning and Training in Technical Design
Keen insights on distributed systems; hands-on experience in Java, J2EE, AWS, Oracle, Postgres, Spring framework,
Microservices architecture
Mentored team by providing career development goals and supporting company growth by building and maintaining a strong
professional network as well as contributing to the recruitment of new employees
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f130116…
https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f1301160a40125d095f5… 2/2
Effectuating project planning & estimation; managing the deliverables
Addressing stakeholder concerns, technology selection, technical risk mitigation by conducting feasibility
study/prototyping and integration architecture
Highlights:
Recruited and trained IT team members
Managed implementation of new technological improvements resulting in increased efficiency
Managed team of 30+ personnel and utilized Agile/ SCRUM/ Lean/ Kanban methodology
Markit India Software India Pvt Ltd as Technical Architect (Associate Director)
Jul 2015 to Jun 2018
Key Result Areas:
Rearchitected applications to make cloud native; worked on many AWS and cloud native technologies
Migrated applications from Oracle to PostgreSQL; Monolith to Microservices migration
Delivered multiple products for corporate actions; achieved 100M transactions e2e throughput for corporate actions
Mentoring architecture team; defined technical roadmap
Information Mosaic (An HIS Markit Entity) as Technical Architect
Dec 2009 to Jul 2015
Key Result Areas:
Worked as Individual Contributor in a Technical Architect role; wrote highly scalable application architecture
Rewrote whole architecture for products - IMActions, IMSecurities, IMBridge & IMConnecting
Administered customer end deployment, H/W sizing, delivering high performing application
Steered Client RFP, Sales, various phases of BPMs
UG: B.Tech/B.E. (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2005
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, AWS, Tomcat
Jboss, WebLogic, WebSphere, UNIX systems
JMS, Elasticsearch, RDBMS
Docker, AWS ECS
Fargate, CloudFormation, AWS Aurora
DevOps tools like Bamboo, Jenkins
Gitlab,SPLUNK, DataDog, Grafana
TELEGRAPH
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 686: Resume 817 with similarity score 0.02883241300551607
B.E , MS , B.TECH , BS application support , software engineer , senior engineer , software developer , programmer analyst , change management , senior ui developer , full time , senior project engineer rendering , react.js , spring mvc , web development , core java , financial services , customer , css , summit , validation , change requests , designation , ug , affirmative action , loans , trading , maintenance , typescript , gateway , ltd , component development , jquery , ios , english , authorization , go , bootstrap , vending , status , email , project , application , ecma , less , angularjs , bengali , framework design , interfacing , ux , android , engage , loan origination , feeds , change management , dis , running , unit testing , upstream , languages , offshore , industrial experience , html5 , statistics , hibernate , dashboard , front-end development , events , mobile , javascript , history , organization , positioning , technology , client side , derivatives , agile methodologies , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 1/4
Current Designation: Senior Project Engineer
Current Company: Wipro
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Wipro as Senior Project Engineer
Oct 2017 to Till Date
Title GSK NEWS And Service gateway
Client GSK
Role UI Developer
Period 1stjune 2018 to till now.
Location Bangalore offshore.
Project Description
GSK laucnch their news channel and also rebranded their Service gateway using leatest technology angular 4 and
angular 8.
Responsibility
* Developing the web page as per lay out given by UX team using methodology.
* Developing responsive webpage for different devise.
* Woking as a component development and integrating with main application
Technologies Used
* HTML5
* CSS3
Last Active: 2-Feb-21 Last Modified: 1-Feb-21
Debasmita Chinya
Senior Engineer seeking roles in Front End Development,Web Development,Software
Development,Project Management,Angular development,React Development
Key Skills: Senior Project Engineer,Software Developer,Front End Development,Web Development,Software
Development,Project Management,Change Management,Defect Management,Quality Management,Requirement
Gathering,Application Support,JavaScript,Bootstrap,HTML,CSS
Summary
Software Engineer has 6 years of industrial experience in UI technologies being associated with Wipro, HCL Technologies and
Cognizant. Hands on Experience in web development and front-end development. Gathered a substantiate exposure in
development using Agile methodologies and waterfall model. Successfully managed complex projects with global
implementation, and rapidly evolving requirements.
To engage myself in a constant process of self-development by acquiring skills sets, both technical and personal, and thereby
maximize the benefits for my organization.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 2/4
* JavaScript
* Ecma 2018
* Bootstrap
* Angular 4
* Angular 8
Client Pepsico
Role UI Developer
Period 31st Oct 2017 to till now.
Location Bangalore offshore.
Project Description
Pepsico will launch their mobile application for android and ios environment to generate pass code and use this passcode
from vending machine to get product.
Pepsico also has a dashboard with graph representation of customer statistics.
Responsibility
* Developing the web page as per lay out given by UX team using methodology.
* Developing responsive webpage for different devise.
* Woking as a senior Ui developer and guiding junior developer.
Technologies Used
* HTML5
* CSS3
* Java Script
* Jquery
* Bootstrap
* Ajax
HCL Technologies as Software Engineer
May 2016 to Nov 2016
Title Central Positioning Engine
Client Deutcsche Bank
Role Developer
Period 31st May 2016 to 18th Nov,2016.
Location Bangalore offshore.
Project Description
Central Positioning Engine is an application which maintains positions in various stages of Trading Life Cycle. It tracks
various trade events and maintains history for various position categories based on BOOK DATE and TRADE DATE.
Responsibility
* Involved in development activities as a UI Developer.
* Client side validation, implementation of view/controller as per given logic, model creation and mapping to business
logic.
* Implementation of differebt types of graph using CSS stylesheet..
* Integration and Unit Testing.
* Requirement to feature mapping.
Technologies Used
* HTML5
* CSS3
* Java Script
* Angular JS
* Bootstrap
Cognizant Technologies Solutions as Programmer Analyst / Developer
Feb 2014 to May 2016
Project 1
Title Discover Personal Loans
Client Discover
Role Developer
Period Joined on 1st Aug 2015 to 19th MAY,2016.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 3/4
Location Chennai Offshore
Project Description
Discover Loan Origination System is a web application which is used by Discover Bank to apply for a personal loan. This
system will take all the Customer details and based upon the provided data bank will decide whether the Customer is
eligible to get the loans or not.
Bank will also calculate the interest rate. If customer would agree with the APR rate the bank will disburse the amount to
customer with a welcome kit.
Responsibility
* Successfully completed change requests (providing less APR based upon customer details) as a developer.
* Worked on requirement analysis and impact of enhancement of existing project .
* Involved in web page development - HTML rendering as per given design, implementing client side validation .
* Worked in coordination with Onsite Counterpart.
Technology Used
* Core java
* HTML5
* Java Script
* Angular JS
Recognition
Applause awarded for before time delivery with no UAT defects.
UG: B.Tech/B.E. (Computers) from West Bengal University of Technology (WBUT) in 2012
Other Qualifications/Certifications/Programs:
Banking & Financial Services Level - Certification
Education
IT Skills
Skill Name Version Last Used Experience
HTML5 5 Year(s) 0 Month(s)
ecma 2016 2 Year(s)
Angular 6 2 Year(s)
css3 4 Year(s)
BOOTSTRAP 4 Year(s)
JavaScript 5 Year(s) 6 Month(s)
JQUERY 3 Year(s)
Angular8 8 2021 2 Year(s)
React.js 2021 3 Year(s)
TypeScript
Languages Known
Language Proficiency Read Write Speak
English
Bengali
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 4/4
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Oct 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: May 2016 - Nov 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2015 - May 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2014 - Jul 2015
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: pesico mobile app
Client: pepsico onbehalf of wipro Ltd.
Skill Used: Html5, css3, jQuery, Bootstrap, Angularjs, Javascript, JSP, Hibernate, Spring Mvc
Role Description: ui developer,use to take care of all webpages of desktop as well as for mobile and consuming webservice
and maintained all framework Design
Project Details: it is a mobile application which pepsico will launch from android and ios platform.it will help customer to get
passcode and using this passcode they can take products from vending machine.
Project Title: Central Positioning Engine
Client: Deutcsche Bank
Skill Used: Core Java, jdbc, Collections, JSP, JSF, Spring, angular js
Role Description: worked as a ui developer
Project Details: Central Positioning Engine is an application which maintains positions in various stages of Trading Life Cycle.
It tracks various trade events and maintains history for various position categories based on BOOK DATE and TRADE DATE.
Project Title: Discover Personal Loans
Client: Discover
Project Details: Discover Loan Origination System is a web application which is used by Discover Bank to apply for a
personal loan. This system will take all the Customer details and based upon the provided data bank will decide whether the
Customer is eligible to get the loans or not. Bank will also calculate the interest rate. If customer would agree with the APR
rate the bank will disburse the amount to customer with a welcome kit.
Project Title: Derivatives Technology
Client: Northurn Trust Bank
Project Details: DIS (Derivative Interfacing System) is an interfacing system between DB and the clients. All northern trust
custody trades go via DIS to summit and generate downstream input feeds to downstream systems, and also generate the
reports for the clients to reconcile their trade positions.
A new interface COMET has been developed to migrate all the batch processes running in the DIS to real time process.
COMET also provides the facility to on-board new clients and products within very short time. Comet also provides the facility
to view the history of trade which includes all upstream and downstream data movement.
Rank 687: Resume 1342 with similarity score 0.028688877284900414
B.E , MS , B.TECH application support , project manager , principal engineer , associate principal , software developer , correspondent , solution architect , change management , senior associate , team lead , full time , part time , enterprise architect core java , security , databases , linux , ssl , design documents , status , integration testing , factset , components , system testing , workflow , streams , sprints , automation , low level design , endur , binary , designation , mar , traders , cloud , hindi , eod , ltd , english , code review , finance domain , ftp , microservices , processing , solution architecture , angularjs , deals , rest , change management , git , strategy , javascript , form , end to end delivery , html , optimization , developers , groovy , vendors , affirmative action , oracle , data analytics , technical architecture , maintenance , unix , pick , jquery , grails , email , aws , project delivery , technology solutions , design patterns , unit testing , maven , languages , multithreading , wolf , hibernate , search , valuation , jenkins , ug , investment , authorization , risk , enterprise , spring boot , application , requirements gathering , steps , repository , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a15…
https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a155213445e09080… 1/3
Current Designation: Associate Principal Engineer
Current Company: Nagarro
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro as Associate Principal Engineer
Dec 2020 to Till Date
Sapient Corporation as Senior Associate
Apr 2011 to Dec 2020
Sr. Developer- Java/ Team Lead] - Single Security Analytics
Client: Wellington
The analytics calculation service is designed to calculate the standard set of analytics for a given instrument. Instruments
are classified in batches based on different vendors to pick curves and generate analytics which are consumed by other
applications.
This project consists of mainly two components, dispatcher and worker. Dispatcher is responsible for creating the requests
and submitting them on AWS SQS. Workers on AWS grid is responsible for processing the requests from SQS and
pushing the response to response queue. These calculators are configured to run in both batch mode and real time
Roles/Responsibilities -
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Naveen Chandola
Senior Associate seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Delivery
Management,Quality Management,Requirement Gathering,JavaScript,Core
Java,Spring Boot,JQuery,HTML,Unix,AWS
Key Skills: Project Manager-Software Engineering,Software Development,Delivery Management,Requirement
Gathering,JavaScript,Core Java,Spring Boot,Unix,AWS,Solution Architecture,Enterprise Architect,Solution
Design,Technical Architecture,Microservices,Rest
Summary
* 14 Years of experience in Design, Development, Enhancement, Maintenance & Support of various Java/J2EE applications
in all phases of SDLC.
* Excellent experience in Core Java, Spring, Spring Boot, REST, AWS.
* Well versed in designing presentation layer components using HTML, JavaScript, JQuery, Reactjs and Angular.
* Good experience in UNIX, Linux commands.
* Excellent experience in Design Patterns implementations.
* Experience in Requirement Gathering, Analysis, System Design, Project Delivery, Quality Management etc.
* Experience in team handling, client interaction and expectation management. Comfortable in managing sprints, estimation
and solution designing.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a15…
https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a155213445e09080… 2/3
* Enhance application to generate analytics for different scenarios.
* Designed and developed T0 application for real time analytics generation which uses various AWS components like
Kinesis data streams, SQS.
* Designed and developed Regression Automation tool. This tool is used to automate the regression environment setup
process and enable parallel execution of all regression batches.
* Resolved batch SLA issues by changing the deployment strategy.
* Deploy application in AWS cloud.
* Supervised team of 5 developers.
Skills/Domain- Finance Domain, Java, multithreading, AWS, SpringBoot, REST, GIT, Maven, Reactjs, Jenkins.
Sr. Developer- Java/ Track Lead] - ESG
Client: RWE
WOLF application is used for EOD valuation of a desk. It takes deals from endur system and curves from smart and use it
to calculate and display PnLs. Curves are defined in terms of eod, historical, final loaders in curve magic application and
stored in database as a binary. Curve magic application also provides a way to create, edit, delete curve and loader.
Roles/Responsibilities -
* SSL and waffle security implementations.
* Deploy application in cloud environment.
* Develop support applications to help traders.
* Performed Unit Testing and provided support in integration testing.
Skills/Domain- Java, Multithreading, Spring Boot, REST, Angular Js, GIT, maven
Sr. Developer- Java/ Track Lead] - ESG
Client: Wellington
ESG describes how Environmental, Social and Governance factors into the investment process and is considered a form
of risk management. ESG application streamlines the process of maintaining and providing ESG scores to wellington
users and enhancing the workflow of ESG team to minimize manual steps. ESG application provides UI with search,
create and edit functionalities. It also exposes esg rating to different systems like ILP, Factset through rest controller. It
also provides mechanism to load bulk shadow rating data from ftp location to the wmc databases
Roles/Responsibilities -
* Worked as the Sr. Developer- java
* Team leading for project accomplishment and end to end delivery.
* Development, effort estimation and Low Level Design documents creation.
* Participated in peer code review.
Skills/Domain- Java, J2ee, Spring, Hibernate, REST, angularjs, Oracle.
Cognizant Technology Solutions as Associate
Jun 2010 to Mar 2011
* [Track Lead/Team Lead] - BrokerMaster
Client: Wellington
Broker Master Application provides a central repository that consolidates and maintains a consistent view of commonly
used broker data, broker relationships and also a breadth of services provided by brokers. It helps end user to create the
broker, manage approved broker, create the broker network and create the commitment, correspondent for that broker.
Roles/Responsibilities -
* Requirements gathering, analysis and design creation for application enhancements
* Development effort estimation and Low Level Design documents creation.
* Development, Code review and code optimization
* Performed Unit, Integration and System testing of module.
Skills/Domain- Java, Extjs, Groovy, grails
Ness Technologies Pvt. Ltd as Software Developer
Nov 2009 to Jun 2010
* [Sr. Developer- Java/ Track Lead] - ESG
Client: Wellington
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a15…
https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a155213445e09080… 3/3
ESG describes how Environmental, Social and Governance factors into the investment process and is considered a form
of risk management. ESG application streamlines the process of maintaining and providing ESG scores to wellington
users and enhancing the workflow of ESG team to minimize manual steps. ESG application provides UI with search,
create and edit functionalities. It also exposes esg rating to different systems like ILP, Factset through rest controller. It
also provides mechanism to load bulk shadow rating data from ftp location to the wmc databases
Roles/Responsibilities -
* Worked as the Sr. Developer- java
* Team leading for project accomplishment and end to end delivery.
* Development, effort estimation and Low Level Design documents creation.
* Participated in peer code review.
Skills/Domain- Java, J2ee, Spring, Hibernate, REST, angularjs, Oracle.
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2005
Other Qualifications/Certifications/Programs:
Solution Architect-Associate
SCJP
SCWCD
AWS certified data analytics speciality
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, spring, spring Boot, Rest
HTML, JavaScript, JQuery, AWS
Angular, ReactJs, UNIX, Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 688: Resume 741 with similarity score 0.028665382227969622
B.E , MS , B.TECH , BS associate , technology lead , technology analyst , software developer , senior software engineer , full time , system architect , team lead , project leader multi-tenant , security , asp.net mvc , organizational capabilities , platforms , web api , software projects , gateway , status , mumbai , transportation , payroll , testing , online payment , sql server , designation , software deployment , mar , web services , hindi , cloud , english , screens , microservices , numbers , asset management , angularjs , large scale systems , architecting , estimates , flow , devexpress controls , documentation , resource management , phones , javascript , history , windows communication foundation (wcf) , technology , business requirements , ef , html , entity framework , consensus building , oversight , developers , visual studio , affirmative action , public , maintenance , jquery , architecture , general ledger , email , sales order , project delivery , star , microsoft , saas , freight , global delivery , design patterns , languages , small business , management system , mobile , dashboards , search , ajax , css , trial balance , ug , investment , analytics , authentication , azure , import , authorization , risk , teams , enterprise , automation tools , dotnetnuke , productivity , c# , excel , bulk sms , application , remediation , .net core , csla , drive , offshore , ado.net , international environment , linq 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 1/4
Current Designation: Technology Lead
Current Company: GEP Worldwide
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Courier/Transportation/Freight
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
GEP Worldwide as Technology Lead
May 2019 to Till Date
Leading a Team of 14 developers and QA. Architecting applications for .net core, Azure, angular and Analytics using
Elastic search
Larsen & Toubro Infotech as Project Leader
Sep 2018 to May 2019
Involved in developing cloud-based applications with standalone Micro-services architecture using C#, .net core 2.0,
Angular JS 4, MSSSQL server for a multi-tenant enterprise product.
Actively involved in implementing business requirements using object-oriented design and development strategies.
Support and serve as a Technical expert for enterprise applications in all stages of development.
Working with the product team to define and create documentation needed to support the newly developed product.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ROHIT RAO
MCP, Team Lead,Seeking roles in IT Project Management,Software
Development,Requirement Gathering,Application Development.
Asp.Net, Asp.Net MVC, .Net Core 2.0, WCF, Web API, C#,, Azure, AngularJS 4,
Elastic Search, TFS, Design Patterns
Key Skills: Asp.Net,Asp.Net MVC,WCF,Web API,C#,ADO.Net,EF,Linq,JQuery,AngularJS,Elastic Search .Net,TFS,Design
Patterns,Associate Team Lead,Team Lead/Tech Lead,Software Development,Requirement Gathering,Application
Development,Client Communication,
Summary
A process oriented tech professional with proven ability to drive software projects through any development obstacles
demonstrated over last nine years of work experience.
Skilled at leading large scale systems and software deployment projects for client companies with full oversight for design,
development, deployment to production.
Extensive qualifications in all aspects of software and project life cycle development with hands on project leading experience
combined with highly effective communication and consensus building skills.
Forward thinking, system architect with an ability to deploy technology initiatives and applications that support business
systems. Strengthens organizational capabilities and enhances productivity.
Skilled at working on Global Delivery Model (Onsite - offshore project delivery) and executing projects as per the client
requirement
Hands on experience in managing big teams in an international environment, both on-shore and off-shore
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 2/4
Understand the functional flow and existing product architecture and contribute in developing new modules.
Lead a team to implement Authentication, Authorization, Security in Angular applications & Microservices for Visa
Application Centers. Involved in developing complex reports and Real-time dashboards.
Metacube Software Limited as Associate Team Lead - Application Programming
Aug 2010 to Mar 2018
The Growth Path:
Associate Team Lead Since Sep 16
Technology Analyst Sep 14-Aug 16
Senior Software Engineer Sep 12-Aug ?14
Software Engineer Sep 10-Aug 12
Key Deliverable's :
Managing a development team of 17 people and have successfully released 200 modules & patches in 2016.
Led and mentored the team in reviewing the request & estimations, risk Identification & remediation which helped
developing a rapport with client, tracked project progress for which received client and management recognition.
Administering end-to-end development of software products from requirement analysis to system study, designing, coding
testing, de- bugging, documentation and implementation.
Handling critical software application development and deployment with IT and end user organization across countries.
Identifying and analyzing defects, questionable functions, errors, and inconsistencies in software program functions,
outputs, online screens, and content.
Documenting, tracking & communicating test plans, test results, analysis, and problems using automation tools.
Providing scope, resource and time estimates for projects presented to QA for testing and analysis.
Star Technologies as Software Developer
Dec 2008 to Aug 2010
3. Red Chilly (A Bulk SMS Tool)
Client: Star Technologies Duration: Dec'08-May'09 Team Size: 2
Overview: It's was a desktop application to send bulk SMS to mobile phones. Is had feature to import the contacts from
excel file and send SMS to those mobile numbers. It had some salient feature like SMS template, SMS history report, etc.
Rajcomp as Software Developer
Jul 2008 to Nov 2008
4. Jaipur Police Website
Client: Jaipur Police Duration: Jul'08-Nov'08 Team Size: 2
Platforms: C#, SQL Server 2005
Overview: It was a dynamic website of Jaipur police. The website contained information regarding Jaipur police
employees. It was also useful to give the information to the public about the crime and also contained information
regarding the missing people.
UG: B.Tech/B.E. (Computers) from Rajasthan University in 2008
PG: in 0
Other Qualifications/Certifications/Programs:
Microsoft Certified Professional - Asp.Net MVC 70-486
Microsoft Technology Associate
Education
IT Skills
Skill Name Version Last Used Experience
C# 2017 8 Year(s) 5 Month(s)
ASP.NET 2017 8 Year(s) 5 Month(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 3/4
Nature of Employment: Full Time
Project Location: United States
Role: Other
Duration: Aug 2010 - Till Date
Onsite / Offsite: Onsite
Team Size: 17
Nature of Employment: Full Time
Project Location: India
Role: Programmer
Duration: Sep 2009 - Aug 2010
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: India
Role: Programmer
Duration: Jun 2009 - Aug 2009
Onsite / Offsite: Onsite
Team Size: 2
ASP.Net MVC 2017 6 Year(s) 5 Month(s)
SQL SERVER 2008 / 2014 2017 8 Year(s) 5 Month(s)
Visual Studio 2008 / 2010 / 2015 2017 8 Year(s) 5 Month(s)
Team foundation server(TFS) 2017 6 Year(s) 5 Month(s)
Windows Communication Foundation (WCF) 2017 4 Year(s) 0 Month(s)
Javascript & JQuery 2017 6 Year(s) 5 Month(s)
CSLA.Net 2.0, CSLA.Net 3.8 2017 6 Year(s) 5 Month(s)
DevExpress Asp.Net & Asp.Net MVC control 2017 6 Year(s) 0 Month(s)
Elastic Search .Net 2017 1 Year(s) 0 Month(s)
HTML / CSS 2017 8 Year(s) 5 Month(s)
Design Patterns 2017 5 Year(s) 0 Month(s)
Microsoft ADO.net Entity Framework
CSLA.Net 2.0, CSLA.Net 3.8
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: 1. Test Resource Management Solution (SAAS)
Client: The Sente Group
Skill Used: ASP.Net, Asp.net MVC, C#, WCF, Web API, MS SQL Server 2014, LINQ, JQuery, Angular JS, Windows
Mobile CF 3.5, TFS, DotNetNuke, Elastic Search, DevExpress Controls, CSLA
Role Description: My responsibilities include Requirement Analysis, Architecture & Design, Development &
Implementation.
Working with other Team members in planning, prioritizing and executing assigned tasks within deadline
Project Details: The said project was a product proposed for the management of test resources allocated across
location/departments. Sente is an Asset Management Product company. They provide processes, software tools,
knowledge content & expertise to help companies with large investment in Testing Equipments. The product is used
by many high tech industries.
Project Title: 1. Dealership Management System (For Bulk SMS)
Client: Star Technologies
Skill Used: ASP.Net, C#., JavaScript, Ajax, Web Services, SQL Server 2005
Project Details: The sub-domain was designed for creating dealers, sub-dealers & end-users for a Bulk SMS sending
tool, which was a desktop application designed in C.Net. For this domain a dealer or sub-dealer could create or edit
end-users & sub-dealers account, recharged end-users & sub-dealers account, could create or add more SMS.
Server accounts maintained logs of SMS, usage details of end-user. Formulated reports for transactions, recharge
details, balance details, usage details etc. End-user could also recharge their account through online payment
system using payment gateway).
Project Title: Star Accounts - An Accounting Application
Client: Star Technologies
Skill Used: ASP.Net, C#, JavaScript, Ajax, Web Services, SQL Server 2005
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: It was an accounting package of small business. It recorded and processed accounting transactions
within functional modules such as account payable, account receivable, payroll & trial balance. It had some core
modules as Account Receivables & Payables, General Ledger, Billing, Purchase Order, Sales Order, etc
Rank 689: Resume 492 with similarity score 0.028523575276043076
B.TECH work from home sign language , pay , scanning , nepali , secondary education , tac , project , application , tic , computer vision , resume , android , eggs , machine learning , job satisfaction , computer science , opencv , building , completion , assessment , it , python , mobile , tkinter , ml , web , tax , artificial intelligence , technology Assessment
Q1. Why should you be hired for this role?
Job satisfaction comes from the role or work which we are passionate about and really enjoy doing it. Since this internship demands someone
who has a good understanding of how machine learning works and how to use it, I think I am a person qualified for this role. AI/ML has fascinated
me because it has practical application in our dat-to-day life. That's why most of the projects that I have done till now are related to artificial
intelligence be it license plate recognition, handwritten digit recognition, and many more. On top of that, I am doing my final year project
"Dynamic Nepali Sign Language Recognition System" on artificial intelligence.
Hence even though I don't have much corporate experience, I assure you that my passion and interest in machine learning and artificial
intelligence will help me do my best and work to my full potential so that can contribute to your company as much as possible.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for the mentioned time period.
Resume
EDUCAT ION
PROJECTS
Sailesh Rana
Nepalgunj, Greater Noida
Applied 07 Feb'21
Python Android Computer Vision
Machine Learning OpenCV
Bachelor of Technology B.Tech), Computer science
Sharda University
2017 - 2021
CGPA 9.40/10
Senior Secondary XII, Science
St. Xavier's College
HIGHER SECONDARY EDUCATION board)
Year of completion: 2016
Percentage: 82.00%
Secondary X
Angels School
NATIONAL EXAMINATION board)
Year of completion: 2014
Percentage: 85.00%
Automatic Toll Tax Collection System
Nov 2020 - Dec 2020
https://github.com/Sailesh01/Automatic-Toll-Tax-Collection-System
It is an electronic toll tax collection system helps to pay the toll tax automatically with the help of a web based front end. In
the back end, I have used python to detect and recognize the number plate of the vehicle passing through the toll plaza.
Egg Catcher
Jul 2020 - Jul 2020
https://github.com/Sailesh01/Egg-catcher-game
It is simple game built using python's tkinter library where there is a basket at the bottom and eggs are falling from the top.
The goal is to collect as many eggs as possible to score high in given 3 lives.
AI based Tic-Tac-Toe Game GUI
Jun 2020 - Jun 2020
https://github.com/Sailesh01/AI-based-tic-tac-toe-with-GUI
It is a tic tac toe game where we can play with an AI who makes sure that we wont win against it. To make the game more fun
and interactive, I have developed a GUI for it using Tkinter library.
Automate
https://github.com/Sailesh01/Automatic-Toll-Tax-Collection-System
https://github.com/Sailesh01/Egg-catcher-game
https://github.com/Sailesh01/AI-based-tic-tac-toe-with-GUI
CONTACT Phone: 91 8377016685
Aug 2019 - Nov 2019
https://github.com/Sailesh01/OmniAuto
Automate is an android application android application that is used to schedule the smart phone settings so that it can be
automatically changed.
Time complexity calculator
Jan 2019 - Apr 2019
https://github.com/Sailesh01/T ime-Complexity-Calculator-using-OCR
It is an android application that is uses to calculate time complexity of any program by scanning its recurrence relation using
mobile camera.
Dynamic Nepali Sign Language Recognition
May 2020 - Present
This is my final year project where I, with my other team members, am building a software to detect and recognize Nepali
Sign Language dynamically using CNNLSTM hybrid model.
https://github.com/Sailesh01/OmniAuto
https://github.com/Sailesh01/Time-Complexity-Calculator-using-OCR
Rank 690: Resume 210 with similarity score 0.02849133914155686
MS , B.TECH , BS work from home , part time functionality , manual testing , customer , web services , public , ltd , shopping , go , project , waiting , application , xml , resume , android , electronics , java , creative skills , notes , completion , assessment , mobile , technology , html Assessment
Q1. Why should you be hired for this role?
I have good creative skills which you need in your company. ...
I am a responsible person and complete my work confidently-. ...
I have the experience of working in the same domain for which you are looking for-.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes available
Immediately joining for part time
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
HARITHA BHIMIREDDY
Hyderabad, Vijayawada
Applied 29 Dec'20
Android Manual Testing HTML
XML
Bachelor of Technology B.Tech), Electronics and Communication
Vikas College
2012 - 2016
Percentage: 72.00%
Senior Secondary XII, Science
DKNP Jr College
ANDREA PRADESH SECONDARY BOARD OF EDUCATION board)
Year of completion: 2012
CGPA 9.20/10
Secondary X
Sri Siddhartha Public School
SECONDARY BOARD OF EDUCATION board)
Year of completion: 2010
CGPA 8.20/10
Android App Development
Dhanush Infotech Pvt Ltd, Hyderabad
Oct 2019 - Jul 2020
Developing different native applications with restful web services and experience on testing on web and mobile
applications.
Haritha
Fiuh It Solutions Pvt.ltd, Hyderabad
Jan 2018 - Sep 2019
In this application,To reduce the manual work of students,proofesspors.Student can view all details in college like Syllabus
,lecture notes ,attendence , results ,exams and Professor can easily update syllabus,lecture notes,and post attendence
detail
project member in academic project to maintain all functionality participiate & maintain the team as confidential.
Android,corejava
Sathya Technologies, Hyderabad
Jun 2017 - Feb 2018
PROJECTS
CONTACT Phone: 91 7382179157
Strong knowledge on C ,java,
Web services html,js
Shop& Go
Jan 2019 - May 2019
https://play.google.com/store/apps/details?id=com.app.shopandgo
In this application,Save the Customer waiting time in shopping malls ,when user loginto application it scans and display the
products in malls and secure payment to their purchases by using a simple billing system
Smart schoos admin
Jun 2018 - Present
In this application,To reduce the manual work of students,proofesspors.Student can view all details in college like Syllabus
,lecture notes ,attendence , results ,exams and Professor can easily update syllabus,lecture notes,and post attendence
detail
https://play.google.com/store/apps/details?id=com.app.shopandgo
Rank 691: Resume 688 with similarity score 0.028439318978100273
B.E , MS , BS nan training , serialization , core java , collage , galaxy , string , classification , keywords , oracle , mysql , interpersonal skills , hindi , spiral , creativity , english , synchronization , ddl , status , email , project , time management , credentials , mumbai , microsoft word , programming languages , resume , rdbms , datasets , morphology , c++ , features , framework , multithreading , birth , computer engineering , organization , web , technology , hobbies , html , database , network architecture Microsoft Word - Dineshcvcgpa
RESUME
Mr. Dinesh Ravi Inamdar
B.E. – (Computer Engineering)
Contact No. : 9764778604,9370718003
Email: inamdardinesh29@gmail.com
CARRIER OBJECTIVE
I intent to be a part of an organization where i can constantly learn and develop my technical skill and
management skill and make best use of it for the growth of the organization .I look forward establishing myself
by adapting new technologies as well.
ACADEMIC CREDENTIALS
Qualification School/College Board/University Year of
passing
SGPA/Per
B.E
SKN Sinhgad Institute of
Technology & Science,
Lonavala
SPPU,Pune
2018-19
6.60
Diploma
SHRI Shivaji Collage
Polytenic Institude,
Parbhani
MSBTE,Mumbai
2013-16
66.44
SSC
Bal Vidya Mandir,
Parbhani
AURANGABAD
BOARD
2012-13
64.60
Programming Languages Known
C,C++
Java
Web (HTML)
Database (MYSQL, Oracle)
TECHNICAL SUMMARY
CORE java:-
Good in a java programming in Editplus and Eclips.
Strong in classes and objects.
Very strong knowledge on OOPS concepts like Method overloading and Method
overriding.
Very good knowledge on constructors and method.
Good Knowledge about control statement.
Good understanding of abstract class,interface and package.
Knowledge about the Collection Framework .
Good knowledge of Java Multithreading, Synchronization, DaemonThread.
Good knowledge on String class, StringBuffer and StringBuilder.
Very good Knowledge of Exception Handling using try ,catch,finally block
And throw and throws Keywords.
Knowledge about Serialization and Deserialization.
SQL:-
Good understanding of RDBMS concepts.
Exposure to constraints(PK,FK,NOTNULL,UNQ,CHECK)
Knowledge of DDL, DML, DTL
Good knowledge of Sql sub-queries and join operation.
PERSONAL TRAINING:-
Undergone Core java, SQL, HTML , Development Training in Jspider institute in pune.
Projects
Project Title : Deep Convolutional Neural Network Based On Galaxies Classification.
Software Used : Metlab.
Duration : 1 year
Details : In this Project, The neural network architecture for galaxy is classification
Presented.
The galaxy can be classified based on its features into a main three categories
“ Elliptical, Spiral and Irregular”.
This projects is an new approach for an automatic of galaxy morphology from
Datasets Based on the image-retrieval approach.
INTERPERSONAL SKILLS
Time Management
Problem Solving
Creativity
Decision Making
PERSONAL DETAILS
Name : Mr.Dinesh Ravi Inamdar
Permanent Address : RamKrushna nagar,Parbhani
PIN-431401.
Date Of Birth : 7
th May 1997
Languages Known : English, Hindi and Marathi
Marital Status : Single
Nationality : Indian
Hobbies : Reading Books and Listing songs.
DECLARATION
This to certify that all the information provided here is correct to the best of my knowledge and
belief and I promise to abide by all the norms laid by your esteemed organization.
DATE- Your Sincersly,
PLACE-Pune Dinesh Ravi Inamdar
Rank 692: Resume 914 with similarity score 0.028395926168089336
MS , M.Sc , M.S software engineer , technology lead , full time , technology specialist , team lead , team member resource allocation , reporting , general , migrating , css , designation , affirmative action , mysql , hindi , angular , technology services , linux , ltd , windows , php , jquery , authorization , english , teams , code review , web applications , business process analysis , status , bootstrap , stakeholder management , agile , specifications , email , closures , focus , project delivery , leadership , less , requirements gathering , operations management , testing , maintenance management , team coordination , technology solutions , life sciences , resolve , building , languages , offshore , html5 , resource management , front-end development , assessment , it , high traffic , coordinated , javascript , root cause analysis , capture 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c1…
https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c115644420c5d5d… 1/2
Current Designation: Technology Specialist
Current Company: Cognizant
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mangalore,Mysore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Maths]
Verified : Phone Number | Email - id
Cognizant as Technology Specialist
Dec 2013 to Till Date
Cognizant Technology Solutions as Technology Specialist
Dec 2013 to Jun 2020
Growth Path: Dec'13- Aug'18 as Technology Lead
Oct'2018-Dec'13 as Technology Specialist
Key Result Areas:
Leading the analysis of existing systems and migrating them to a new platform by identifying the
technical approach
Managing a team of 6-7 members; monitoring resource allocation as well as project delivery while
providing post-implementation & maintenance support to Client and Technical Support Team
Analyzing emergency changes impacting production incidents; coordinating with various teams to
resolve issues through root cause analysis and implementing customized solutions
Extending support in executing projects and facilitating transition from testing to production
implementation
Coordinating with the appropriate Process Owners; facilitating incident, problem, change, IT
operations management and applications management throughout the service lifecycle
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Suma Parakala
Result-oriented Technology lead with a focus on delivering high-quality code and
products in high traffic environment. Proven leadership ability in developing web
applicatins, capable of keeping team focused on tasks,
Key Skills: Technology Specialist,Team Lead/Tech Lead,Software Development,Application Development,Change
Management,Release Management,Stakeholder Management,Maintenance Management,Resource Management,Team
Building
Summary
A Technocrat professional with over 10 years of rich experience in designing, developing and implementing complex
web applications with over 3 years in Front-end Development and 7 years in Full Stack Development
Currently associated with Cognizant Technology Services as Technology Specialist and managing various projects such
as BFS and Life Sciences
Strong technical experience in implementing applications in Agile and SDLC Methodologies
Skills in using various technologies such as React, Angular, JavaScript, JQUERY, HTML, CSS, PHP and MySQL
Proficient in cross-functional team coordination with skills in managing key project life-cycle including requirement
analysis, assessment/design, testing, business process analysis & design
Successfully managed various teams with focus on onsite-offshore team interactions for requirements gathering and
analysis, code development and deployment, work delivery monitoring, technical assistance, peer code review, defect
tracking & closures
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c1…
https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c115644420c5d5d… 2/2
Spearheading all the activities included in all SDLC phases like requirements capture/analysis,
design, development, test & support
Formulating & implementing plans for managing project scope, schedule, resource, quality and risks
Tracking process improvement progress and reporting on growth of teams
Inetframe Solutions Pvt. Ltd as Sr. Software Engineer
Dec 2007 to Jul 2010
Highlights:
Acted as Team Lead and managed requirements gathering from client; analyzed, designed,
developed and deployed application
Coordinated with team members to assign work, integrate and deploy the application
TutorVista Global Pvt. Ltd as Sr. Software Engineer
Feb 2007 to Jul 2007
Highlights:
Developed the application as per the specifications given by team lead as a Team Member
PG: MS/M.Sc(Science) (Maths) from Osmania University, Hyderabad in 1990
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS, LINUX
React JS, JavaScript, jQuery, AngularPHP 0 Year(s) 0 Month(s)
HTML5, CSS3, Bootstrap
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telegu
Rank 693: Resume 700 with similarity score 0.028349872844108115
M.Sc , M.S , B.E , MS , B.TECH principal engineer , technology lead , principal consultant , data management , advisory software engineer , full time , team lead , technical lead , senior advisory resource allocation , core java , algorithms , security , string , conducting , docker , angular , linux , node.js , status , product management , framework design , writing , components , system testing , plan review , ecommerce , master data management , retail , designation , prototype , mar , web services , hindi , ltd , windows , english , troubleshooting , project , microservices , solution architecture , processing , construction , rest , git , lucene , documentation , javascript , connectors , general , matching , performing , change requests , neo4j , affirmative action , technical architecture , collaboration , maintenance , typescript , kafka , email , jpa , nand , data quality , maven , languages , hibernate , algorithm development , jira , search , dell , database , api , software solutions , nosql , ug , scratch , authorization , internet , milestones , spring boot , application , finance , offshore , technology management , reviews , eclipse 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b44…
https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b440547450c555b… 1/3
Current Designation: Principal Engineer
Current Company: Shop101
Current Location: Noida
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Shop101 as Principal Engineer
Oct 2020 to Till Date
Tecnical Leader
Pitney Bowes Software India as Senior Advisory Software Engineer (Sr. Technical Lead)
Jan 2016 to Oct 2020
Growth Path:
Jan' 16 -Apr'17: Advisory Software Engineer
May'17 -Present: Senior Advisory Software Engineer
Key Result Areas: Senior Advisory Software Engineer
Developing the solution from total scratch, completing initial high-level designs and implementing details in collaboration
with the Product Team
Estimating the key project milestones and manage resource allocation
Performing the code reviews and test plan review to ensure quality delivery of my team members
Ensuring that best practices for coding, architecture, and security are employed, and maintaining responsibility for the
quality development of all applications
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
SHIVA NAND SINGH
Seeking roles in Software Development,Application Programming,Technology
Management,Product Management,Java, Technical Architecture, Engineering
Management, Microservices
Key Skills: Software Development,Technology Management,Product Management,Java,Elastic
Search,Microservices,Application Programming,Solution Architecture,Spring Boot,Spring,Solution
Design,NoSQL,Neo4J,Algorithm Development,Docker
Summary
An Achievement-Driven Java Expert offering 10.5 years of experience in developing, leading and delivering end-to-end
solutions across various domains such as Data Quality, Master Data Management, Finance & Retail
Excellence in developing software solutions such as Microservices architecture-based applications, core java concurrent API
based solutions, developing algorithms, defining end-to-end application solution on J2EE architecture
Highly skilled in leading all technical aspects of application development lifecycle (including inception, elaboration, construction
& transition)
Currently associated with a product-based company Pitney Bowes India as Senior Technology lead with team size of 15 people
Proficient in operating NoSQL technologies such as Elastic Search, Neo4J Graph Database, LUCENE technologies as well as
possess extensive experience in operating Angular framework.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b44…
https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b440547450c555b… 2/3
Participating in coding during development phase as well as conducting regular calls with client and other key
stakeholders for sharing the progress and product discussions
Genpact India Pvt. Ltd as Principal Consultant
Jan 2014 to Jan 2016
Coordinating with Citi Bank, USA with change requests and UAT issues.
? Offshore development that includes Prototype development, documentation, coding, Unit and System testing.
? Technical lead of team of 10 people.
? Created high level core processing server-side framework design.
? Coded service side REST based web services.
Pitney Bowes Software India as Software Engineer
Mar 2012 to Jan 2014
? Designing and coding index based (LUCENE, Elastic Search) solutions.
? Designing and coding UI components in Angular JS and typescript.
? Troubleshooting GC pauses and memory crunch issues.
? Writing String Matching Algorithms, which includes Phonetic Algorithms, Distance Algorithms and various others.
GlobalLogic as Software Engineer
Feb 2010 to Mar 2012
? Handling new modules, change requests of clients Citi Bank and Dell.
? Offshore development that includes Prototype development, documentation, coding, Unit and System testing.
? Created high level core processing server-side framework design.
UG: B.Tech/B.E. (Computers) from Institue of Engineering and Technology , Lucknow in 2009
PG: MS/M.Sc(Science) (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2014
Other Qualifications/Certifications/Programs:
Microservices
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE, spring, JPA, Spring Boot 2020 10 Year(s) 0 Month(s)
Elastic Search, Lucene, Neo4J 2020 5 Year(s) 0 Month(s)
Kafka, SQL, Docker 2020 2 Year(s) 0 Month(s)
Windows and Linux 2020 0 Year(s) 0 Month(s)
Eclipse, IntelliJ, Maven, GIT & JIRA 2020 10 Year(s) 0 Month(s)
Node.js, Angular 8, Angular JS 2020 4 Year(s) 0 Month(s)
Typescript & JavaScript 2020 3 Year(s) 0 Month(s)
MicroServices 2.2 2020 4 Year(s) 0 Month(s)
Hibernate 2020 10 Year(s) 0 Month(s)
confluent connectors 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b44…
https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b440547450c555b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 694: Resume 878 with similarity score 0.028316684280923866
BS software engineer , full time , junior software developer react.js , automation , functionality , api , bcs , redux , contests , deposits , customer , css , designation , command , demand , ug , affirmative action , loans , flexbox , technical requirements , core banking , neft , hindi , maintenance , ltd , jquery , particular , json , authorization , english , modifications , bootstrap , design documents , status , social media , email , project , business analysis , cash , application , rtgs , vast , devices , solution architecture , mumbai , new features , components , react native , accessibility , machine learning , languages , framework , finance , draft , html5 , ontology , his , es6 , balance , mobile , python , javascript , web , organization , technology , business requirements , browsers , registration 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d17…
https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d170515475f0c5b… 1/3
Current Designation: Software Engineer -ReactJS
Current Company: NeoSoft Technologies
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NeoSoft Technologies as Software Engineer -ReactJS
Feb 2019 to Till Date
Design, develop UI by using React.JS, HTML5, CSS3, Bootstrap,
JavaScript, jQuery, Bootstrap, FlexBox, Media queries, JS(ES6),
Axios, JSON that meets accessibility and web browser standards
for website.
* Design and develop static and reusable components in
React,React Native
* Develop components for maximum performance across a vast
array of web-capable devices and browsers.
* Understand business requirements and translate them into
technical requirements.
* Developed and deployed new features in existing web
applications to facilitate related procedures and tools when
necessary.
Project Details
Project #1
Project Name - Picstagraph
Project Type - Web and mobile
Framework/Technology - ReactJS, React Native
Project Category - Social
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Ketan kulkarni
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Gathering,Business Analysis,Solution Architecture,JavaScript,React,Redux,React
Native,HTML,CSS,Bootstrap
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Gathering,Business Analysis,Solution
Architecture,JavaScript,React,Redux,React Native,HTML,CSS,Bootstrap
Summary
Detail-oriented and organised 'ReactJS Developer with 4 years of experience in designing and
developing dynamic web application/software. Knowledgeable of all the development cycle
stages and have a good command of coding languages. Capable of understanding client
requirement and translating into code to add new features or modifications for existing
software. Ability to work with the team, and have excellent problem-solving and interpersonal
skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d17…
https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d170515475f0c5b… 2/3
Duration - 12 months
Team Size - 3
Project Description -
Picstagraph is a social media platform targeting an audience for
sharing photographic assignments. Users can create his own
contests and other users can participate in the same. Users can
simply upload stories, media posts as well. We allow users to create
advertisements so they can promote their products.
Project #2
Project Name - Loomi Ontology
Project Type - Web
Framework/Technology - ReactJS
Project Category - Automation
Duration - 3 months
Team Size - 3
Project Description -
Loomi Ontology is the automation of gathering the Data of particular
entities or creating new entities based on the Daily news headlines.
To achieve this it uses a powerful AI and Machine learning is used
built-in Python. This data is available to a registered organization
only where the number of times the APIs and which APIs or Entities
are used mostly by that organization tracked and monitored. The
web application is built in ReactJS.
Decision Machines Pvt. Ltd as Junior Software Developer
Sep 2016 to Feb 2019
Migration of legacy desktop banking application to web
application using React js, Redux, ES6, smart-admin theme
* Understand the functionality of legacy app and communicate
with client for inputs.
* As per design document(wireframes) creating reusable ,flexible
small components using react js, bootstrap css.
* Integratiion of API in components.
* Create functionality as per design documents.
* Understand new inputs from Client and Implement the same with
existing code.
* Responsible for technical issues and solve the critical issues
through programming.
Project Details
Project #1
Project Name - Pushkar CBS
Project Type - Web
Framework/Technology - ReactJS
Project Category - Banking / Finance
Duration - 7 months
Team Size - 5
Project Description -
Pushkar CBS is web-based core banking solution. This System used
for routine banking activities. New customer registration, new
account opening (deposit, loan etc.) and daily banking transaction
like cash receipt, cash withdrawal, cheque clearing, RTGS, NEFT,
Demand Draft etc. Outstanding reports of all types of accounts like
deposits and loans including interest and overdue region and
branch wise
Project #2
Project Name - SDCC wallet
Project Type - Mobile
Framework/Technology - React Native
Project Category - Banking / Finance
Duration - 12 months
Team Size - 3
Project Description -
This application helps bank customer to do transaction 24*7. This
application allow customer to trasnfer funds,cheque balance and
other transactions.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d17…
https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d170515475f0c5b… 3/3
UG: BCS (Computers) from Shivaji University, Maharasthra in 2013
PG: MCA (Computers) from Pune University in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
REACT
Redux
React Native
HTML
CSS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 695: Resume 1164 with similarity score 0.02824035065158583
MS , BS cyber security , information security , system administrator , devops , network administrator , ceo , it manager , full time , networking engineer training , controllers , telugu , space , conducting , it operations , hygiene , addition , it security , scanning , databases , email solutions , beginner , gateway , ccna , e-mail , project planning , antivirus , ssl , plesk , status , cisco switches , audit management , bridge , messaging , testing , network infrastructure , squid , reliability , symantec , clear , remote desktop , procurement , iso , restoration , redesigning , forecasting , suite , organization , distance learning , sprints , wireless access , devops , open source , forest , designation , hindi , cloud , network devices , ltd , information security , macro , investigation , windows , workstations , cyberoam , cluster , gigabit ethernet , data security , commissioning , english , protection , budgeting , spam filtering , solution architecture , technology trends , network administrator , dc , voip , security policy , documentation , itil , sms , tape , javascript , security operations , availability , ccnp , data centers , business continuity , cyber security , reporting , lync , general , performing , cmmi , project teams , vs , affirmative action , information technology , collaboration , opex , maintenance , office 365 , instrumental , bandwidth management , proxy , business units , tomcat , aws , linksys , microsoft , system center products , exchange server , 2008 r2 , ids , edge , boundaries , languages , mirc , assessment , wsus , url filtering , mobile , engineers , web , apps , policies & procedures , dell , vulnerability , streamlining , migrating , credit , dlp , tamil , isa , active directory , apache , azure , authorization , risk , sharepoint , enterprise , virtualization , sql , ips , steps , global services , electronics , executive leadership , servers , router , storage , repository , gear , kannada , linux firewalls , pivotal , communications , reviews , network administration , access points , backup exec , qmail 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 1/5
Current Designation: Manager - IT, DevOps & Cloud, Security
Current Company: Eliptico IT Solutions Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Eliptico IT Solutions Pvt. Ltd. as Manager - IT, DevOps & Cloud, Security
Feb 2016 to Till Date
Role
* Leading & Managing a 5-member Team with various technology skills.
* Designing, Planning, and commissioning of Servers, Storage, Software, Cloud infrastructure as per the Project and
company needs.
* Vendor, Procurement and Audit Management, Budget Planning and Forecasting.
* Guidance to Management on new Initiatives and Security practices.
* Providing both deep and wide expertise in the Cyber Security Space, define policies, Implement and Track them.
* Responsible for performing all functions required to support day-to-day data security operations, supporting, and
maintaining a broad suite of information security infrastructure, accountable for security and networking infrastructure
component availability and integrity, monitoring compliance with IT security policy, and coordinating investigation and
reporting of security incidents.
* Participate in the planning, design, installation, and maintenance of security systems in support of security policies.
* Work with Information Technology staff and business units to assess risk and address security issues.
* Supporting Dev, QA, R&D, Support function needs.
* Design, Configure, Implement, Secure workloads on Azure, AWS.
* Design, Configure, Implement, Secure Workloads on O365.
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
Kishore Chakka
IT Manager seeking roles in IT Operations,Solution Architecture,Cyber Security,Data
Centre Migration,Business Continuity
planning,Installation,Configuration,O365,AWS,Azure,VoIP,Firewalls,Linux,L3,VMware,CCNA,CCNP,Symantec
Backup,DevOps,Cloud
Key Skills: IT /Networking Manager,IT Operations,Solution Architecture,Cyber Security,Data Centre Migration,Business
Continuity planning,Installation,Configuration,O365,AWS,Azure,VoIP,Firewalls,Linux,L3,VMware,CCNA,CCNP,Symantec
Backup,DevOps,Cloud
Summary
* Highly accomplished and decisive senior executive with 19.5 years of significant experience in driving overall IT Operations
(in sync with the macro-organizational plan); inclusive of defining management consultancy, roadmaps, budgeting, Tech
evaluation, Security and execution of multi-million dollar & multi-location projects.
* Currently associated with Eliptico IT Solutions PVT LTD, Hyderabad as Manager - IT, DevOps & Cloud, Security.
* A keen implementer with demonstrated abilities in execution of numerous IT solutions for streamlining business processes
for International & Domestic clients.
* Acquires a clear understanding of the IT industry, technology trends with the distinction of instituting new practices to
achieve business excellence at the lowest overall cost.
* Collaborates with Executive Leadership to develop and meet company goals while supplying expertise and guidance on
Operations, Projects, Systems and Security.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 2/5
* Managing Various Collaborations tools
* Conducting Daily & Weekly meetings, Sprints to understand the Goals, Company initiatives, concerns and discuss on
steps to be taken to mitigate them.
* Weekly Training and Brain storming sessions by every individual in the team on new Technologies or ongoing issues.
Highlights:
* Reporting to CEO and strategizing IT Process and Procedures
* Making things more secure by protecting system boundaries, keeping computer systems and network devices
hardened against attacks and securing highly sensitive data.
* Providing support to various Verticals like Windows/Linux/Mac, Storage, Cloud, Firewalls, Security, Networks, VoIP,
Email, Web / Spam Filtering, Web / Server Hosting, Virtualization, etc.
* Configure, Implement, Manage and Maintain DLP, IPS/IDS Systems, Security Scanning Tools, Vulnerability
Assessment, Azure & AWS Security.
* Defining security requirements and reviews systems to determine if they have been designed to comply with
established security standards. Develop new standards, as necessary.
* Managing and leading team members; allocating resources among team members and guiding team members during
the project, till final Delivery
* Strategizing, planning, coordinating, implementing in complete revamp of Network and Security Infrastructure which
includes Cisco, L3 Switches and Router in HA and Cyberoam Firewalls across 3 locations in India
* Management & Hosting of webservers which include Windows & Apache & Tomcat Servers
* Organizing weekly trainings to improve knowledge on upcoming technologies
* Successfully supported:
o MGMT initiative on Bigdata projects by providing required In-house and Cloud based infrastructure for the
development activities
o MGMT initiative on DevOps by augmenting required resources, Infrastructure to support Clients & Customers to
automate their Products and Infrastructure.
Innominds Software Pvt. Ltd. as Manager - IT, DevOps & Cloud
Jun 2013 to Jan 2016
Team Sie: 5
Role
Managing a 7 member Team with various technology skills
Conducting Daily & Weekly meetings, Sprints to understand the Goals, Company initiatives, concerns and discuss on
steps to be taken to mitigate them
Weekly Training and Brain storming sessions by every individual in the team on new Technologies or ongoing issues
Highlights:
Reporting to CEO and strategizing IT Process and Procedures
Leading a team of 7 talented engineers in Hyderabad and Bengaluru
Providing support to various Verticals like Windows/Linux/Mac, Storage, Cloud, Firewalls, Security, Networks, VoIP, Email,
Web / Spam Filtering, Web / Server Hosting, Virtualization, etc.
Managing and leading team members; allocating resources among team members and guiding team members during the
project, till final Delivery
Strategizing, planning, coordinating, implementing in complete revamp of Network and Security Infrastructure which
includes Cisco, L3 Switches and Router in HA and Cyberoam Firewalls across 3 locations in India
Management & Hosting of webservers which include Windows & Apache & Tomcat Servers
Organizing weekly trainings to improve knowledge on upcoming technologies
Successfully supported:
MGMT initiative on Bigdata projects by providing required In-house and Cloud based infrastructure for the development
activities
MGMT initiative on DevOps by augmenting required resources, Infrastructure to support Client's to automate their
Products and Infrastructure
Key Projects Handled
Network Hygiene & Implementation of Switches & Firewall & Wireless
Successfully migrated to a:
Sophisticated L3 Network infrastructure by introducing Cisco Switches in LB & HA.
Cyberoam Firewalls at all locations from Linux based firewall.
Pivotal in replacing Linux firewalls with Cyberoam firewall at all locations on a weekend
Played a key role in the migration to Appliance based Cyberoam UTM firewall to achieve, firewalling, Web & Spam
Filtering
Implemented
HA implemented between ISPs by configuring required policies.
Global Antivirus policies to restrict malware and virus.
S2S VPN and SSL VPNs.
Web-filtering by not compromising on security and always satisfying the end user needs.
Bandwidth management using QOS policies on Firewall.
Remote VPNs using multiple policies adhering to security and best practices.
Design, Implement, Strategize the Wireless need adhering to the Company Policies.
Procured, Installed, configured and Managing 15 Wireless Access points and couple Wireless Controllers across locations
in India thus supporting the wireless needs for Mobile Projects Development and Testing.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 3/5
IPPBx Solution
Involved in project planning on migrating from free open source based IPPBX solution to commercial product
Successfully migrated to Commercial IPPBx solution with zero downtime for Local and International calling
Configured Internal bridges for all project teams enabling them to have bridge calls with all clients across globe
Introduced new solutions to cut down the cost on calling by sharing the usage between Hosted vs Cloud solutions
Integrating all offices globally, thus achieving Intercom and Conf Bridges facility.
Integrating with 3rd party conference solutions to achieve Dial-Out & Dial-In conf facility.
Office 365 Solution
Project planning on migrating from In-House hybrid email solutions (Consists of Exchange 2010 and Plesk Qmail) to Office
365 cloud.
Coordinating with Microsoft team on Identifying the Company needs, required Plans & licenses etc.
Cut-over Migration is performed for all 700+ Emp over the weekend.
Configuring SharePoint sites for the Project and BU Team with required access for Document sharing, etc.
Configuring Lync for Internal and External customers for easy collaboration and thus reducing the cost involved on
Domestic & International calls.
iSpace Global Services India Pvt. Ltd., as Asst. Manager - IT Operations
Dec 2009 to Jun 2013
Growth Path:
Dec'09 - 04'11: Sr. System Administrator - Windows / E-mail / Storage / Backup / Security
04'11 - 04'12: Sr. Network Administrator - LAN, Firewall & Security; Documentation Control - Policies & Procedures
04'12 - 06'13: Asst. Manager - IT Operations
Team Size: 30+
Highlights:
Holds the credit of achieving 0% downtime of resources in US and India Data Centers through implementation of steps
aimed at minimizing data loss and for 100% compliance to SLA and procedures
Recognized for implementing organization-wide Remote Desktop Services for India and US users enabling them to work
from any part of the world
Instrumental in transition & migration of Active Directory and Exchange to newer versions with 0% data loss in addition to
redesigning & configuration of storage for optimum usage
Successfully restored exchange during server crash with 0% data loss
Acknowledged for:
Consolidating infrastructure gear and moving them to new DC to reduce OPex cost.
Migrating servers and product apps, between Data Centers with 0% Downtime and loss of data.
Consolidating servers, storage and workstations by implementing virtualization
Implementing Antivirus & Antispam Security at Gateway and LAN level in addition to design, installation & configuration of
SMS and SCCM enterprise wide in 15 locations across the world
Instrumental in transitioning active directory from Windows 2003 forest to Windows 2008 R2 forest in India & US; migrated
Backup Exec 12.d to Backup Exec 2010 and implemented remote desktop services for remote users
Successfully configured DFS services for the entire organization as centralized repository
Efficiently maintained Data Centers in India and US consisting of Servers and Network equipment owned by iSpace and
managed Helpdesk, Windows and E-Mail & Network administration tasks
Holds the credit of providing remote support for regional offices on requirements and supporting development teams
through management of production & staging servers
Recognized for designing, developing & implementing:
Systems based on latest technologies, management of SharePoint servers, SQL Databases, Backups etc as well as
documentation control and management.
Processes and procedures based on ISMS and ITIL
Four Soft Ltd., as Sr. System Administrator
Aug 2008 to Nov 2009
Highlights:
Received appreciation for successful restoration of Exchange 2003 Cluster node from crash due to Virus and Hardware
issue with zero downtime
Efficiently installed Symantec E-mail security for Exchange 2003 on Exchange Cluster node to prevent from SPAM and
unwanted Attachments
Successfully handled day to day Helpdesk calls/ requests, etc. in compliance to SLA parameters apart from providing
remote support to regional offices based on requirements.
Played a pivotal role in designing all ISO and CMMi Level 3 audits in addition to management of organization wide
hardware and software inventory
Hold the credit of:
Managing Web sense Enterprise 6.3 as URL Filtering, installation, implementation & management of Symantec Endpoint
Protection Antivirus Software across the organization.
Installing & managing Symantec Mail Security for Exchange 2003 to filter SPAM & unwanted attachments as well as
Exchange 2003 SP2 on a 2 node cluster, maintenance of security, reliability and regular updates.
implementing Open Source Instant Messaging (Open Fire) solution leading to significant reduction in communication costs
across the organization
Recorded vulnerability rate of less than 5% over 1+ year through design & implementation of patching infrastructure using
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 4/5
Microsoft WSUS
Involved in monitoring & evaluation of in-place server systems, NAS devices & applications, making repairs, updates,
patches, backup & restores and other changes.
Techmahindra LTD as Tim Engineer
Apr 2006 to Aug 2008
Sr. System Administrator
Brigade Corporation as Technical Support Executive
Jul 2004 to Dec 2005
Technical Support Executive
Ramla Software as System Administrator
Oct 2002 to Jul 2004
Windows System Administrator
Onida Mirc Electronics as Hardware & Networking Engineer
Jun 2001 to Sep 2002
Hardware and Networking Engineer
UG: BMS (Corporate IT Management) from ISBM in 2011
PG: MBA/PGDM (Project Management), Correspondence/Distance Learning from ISBM in 2013
Other Qualifications/Certifications/Programs:
Diploma in Electronics & Communications from Andhra University in 2001
Microsoft Technologies - MCSE 2003
Cisco - CCNA
Education
IT Skills
Skill Name Version Last Used Experience
Cisco 4506, 6500, Linksys Switches
MS Exchange Server 2003/2007/2010
Ethernet & Gigabit Ethernet switched net
Dell Power Edge 1850, 2950, R710
Microsoft Proxy / ISA Server, Squid,
SMS 2003/2007, System Center Products
Windows 2000/2003/2008 servers
Dell ML 6000 / TL 4000 Tape Library
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Telugu Proficient
Tamil Beginner
Kannada Beginner
Rank 696: Resume 530 with similarity score 0.028173061438712316
BS nan box , switching , web development , css , protocol , socket programming , flex , creativity , player , bootstrap , bookings , color , newton , tac , boot camp , express , project , transmission , tic , linkedin , github , features , c++ , problem solving , soft skills , chat , languages , basketball , notes , imdb , app , one , javascript , climate change , load , html , online Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B-Tech(CSE) University of Engineering and Management, Kolkata 8.2/10.0
2016 12th Kendriya Vidyalaya Fort William, Kolkata 82.4%
2014 10th Jogamaya Memorial Institute, West Bengal 87.0%
Internship and Certifications
Newton School | Newton School Coding Boot Camp | Intern
Full Stack Web Development along with Problem Solving.
Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React, Express, Mongo DB.
Participated in various coding contest organized by the platform.
Worked on various projects like Tic-Tac-Toe game, IMDB App, CV using CSS Flex Box, Notes App, Blog App.
Currently working on creating an online website for restaurants which supports online food ordering, table bookings using
MERN.
Projects
Tic Tac Toe using React | Newton School
A simple Tic-Tac-Toe game
Features: Automatic player switching, color coding to show the winning combinations.
Role: Developer | Tech Stack: HTML, CSS, Javascript, React.
Human Verification | Newton School
This project is for human Verification. Six images are used out of which one image will repeat and asked to select the same
images.
Features: On every load the position of images will be changed and the repeating image will change too.
Role: Developer | Tech Stack: Html, CSS, JavaScript.
TCP based chat server | Self
Made a chat server working on Transmission Control Protocol .
TCP based connection between client and server to chat. The data transferred remains intact and arrives in the same order
in which it was sent.
Implemented using Socket programming in C
Skills
Computer languages JavaScript, CSS, HTML, Java, C++
Software Packages React, Bootstrap
Soft Skills Creativity
Co-Curricular Activities
Basketball U19 regional Vice Captain.
Involvement in Green Revolution Global Program : An initiative by International center for culture & education to Educate,
Inspire & Act against Climate Change.
Shashank Shukla LinkedIn: shashank-shukla-9aa03118b
Github: shahsank
August 2020 - Present
October 2020 - Present
September 2020 - September 2020
October 2019 - October 2019
https://www.linkedin.com/in/shashank-shukla-9aa03118b/
https://github.com/shahsank
Shashank Shukla
LinkedIn:
shashank-shukla-9aa03118b
Github:
shahsank
Education
2020
B-Tech(CSE)
University of Engineering and Management, Kolkata
8.2/10.0
2016
12th
Kendriya Vidyalaya Fort William, Kolkata
82.4%
2014
10th
Jogamaya Memorial Institute, West Bengal
87.0%
Internship and Certifications
Newton School | Newton School Coding Boot Camp | Intern
August 2020 -
Present
Full Stack Web Development along with Problem Solving.Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React, Express, Mongo DB.Participated in various coding contest organized by the platform.Worked on various projects like Tic-Tac-Toe game, IMDB App, CV using CSS Flex Box, Notes App, Blog App.Currently working on creating an online website for restaurants which supports online food ordering, table bookings using MERN.
Projects
Tic Tac Toe using React |
Newton School
October 2020 -
Present
A simple Tic-Tac-Toe gameFeatures: Automatic player switching, color coding to show the winning combinations.Role: Developer | Tech Stack: HTML, CSS, Javascript, React.
Human Verification |
Newton School
September 2020 -
September
2020
This project is for human Verification. Six images are used out of which one image will repeat and asked to select the same images.Features: On every load the position of images will be changed and the repeating image will change too.Role: Developer | Tech Stack: Html, CSS, JavaScript.
TCP based chat server |
Self
October 2019 -
October
2019
Made a chat server working on Transmission Control Protocol .TCP based connection between client and server to chat. The data transferred remains intact and arrives in the same order in which it was sent.Implemented using Socket programming in C
Skills
Computer languages
JavaScript, CSS, HTML, Java, C++
Software Packages
React, Bootstrap
Soft Skills
Creativity
Co-Curricular Activities
Basketball U19 regional Vice Captain.Involvement in Green Revolution Global Program : An initiative by International center for culture & education to Educate, Inspire & Act against Climate Change.
Rank 697: Resume 433 with similarity score 0.028121793075493545
MS , B.TECH , BS full stack developer , academic associate big data analytics , influencer , socket.io , graphql , robot , open source , visualisation , classification , sen , mar , coe , mysql , emc , ltd , node.js , teams , graphs , bootstrap , architecture , ajax , grievances , google , express , matrix , project , video , mongodb , npm , mumbai , adt , iit , art , rest , snapchat , mvc , c++ , features , react native , git , machine learning , django , framework , html5 , e-commerce , flask , redesigning , data science , python , one , javascript , search , soe , notification , technology , dell , online RAMCHANDRA SUTHAR
MIT Art, Design and Technology University
[ ramsuthar305@gmail.com Ó 7058664653 ½ Pune, India 7 r_ramsuthar � ramsutha305 ¯ ramsuthar305
EDUCATION
B.Tech. (IT) - 8.17 CGPA
MIT ADT University *
� June 2017 - Present
Higher Secondary - 72.77%
Sardar Dastur Hormazdiar Jr. College
� 2017
Secondary - 87.48%
Anjali School
� 2015
TECHNICAL SKILLS
Proficient: Python Javascript NodejsHTML5 CSS3 React Native mongoDbFlask Express
Familiar: MySQL C++ Git FlutterDeeplearning DJango
ACHIEVEMENTS
2020 | Winner outoff 350+ teams in HAB59 a
National Level Online hackathon by MIT ADT
University, Pune.
2019 | Finalist in Smart India Hackathon
under complicated category.
2019 | 1st runner up in HaXplore a National
Level onsite hackathon by IIT (BHU, Varanasi).
2019 | 2nd runner up in KJSCE Hack a
National Level onsite hackathon by KJ
Somaiya COE, Mumbai.
2019 | 2nd runner up in Mini Hackthon a
National Level onsite hackathon by AISSMS
COE, Pune.
MANAGEMENT
2020 | Lead organising team of Technical talk
by Gaurav Sen on competitive programming
and coding interviews.
2020 | Organizer Humanoid Walking Robot
Workshop cum Competition in association
with Cognizance IIT Roorkee.
2019 | Lead organising team of Codebreak 1.0
a National level hackathon hosted at MIT SOE
Pune with more than 600 participants.
CERTIFICATION
EMC Academic Associate, Data Science and
Big Data Analytics, DELL EMC.
Explore Machine Learning, Google ML Ex-
plore.
EXPERIENCE
Codebuckets Solutions
Trainee Developer
� August 2020 - Present ½ Kochi, India
Back-end Developer - Developed Brand grouping, group
notifications, bulk influencer upload and agency association
features forMadInfluence.com , on Node.js and GraphQL for
querying data.
Full-stack developer - Designed and developed the complete
architecture for Florence India counselling portal.
Developed real time text and video chat portal for client and
counsellor, with time token limitations, rating & feedback system
and notification system using socket.io.
Implemented back-end in MVC (Model View Controller
architecture) using Node.js and mongoDb and HTML5, Bootstrap,
and JavaScript in the front-end.
Nibodh Educare Pvt Ltd
Full stack developer
� Jan 2020 – Mar 2020 ½ Mumbai, India
Designed architecture for School admin panel and School search
portal for Nibodh Educare. Built school comparison feature, with
dynamic matrix of comparison for different facilities, Boards, lo-
cality etc.
Full-stack developer - Developed above feature using Flask,
mongoDb and REST framework for back-end and HTML5,
Bootstrap, and JavaScript in front-end.
Exympower Innovation Pvt Ltd
Front-end developer
� Feb 2019 – Mar 2019 ½ Pune, India
Front-end developer - Built front-end of an e-commerce website
for Exympower Innovation Pvt Ltd using HTML,
Bootstrap, and JavaScript redesigning colorlib template.
PROJECTS
India-location-details | Open source contributor
Built an open-source NPM package to get details about Indian
locations based on pincode, state name, location or city name
using JavaScript
Built with Kunj Shah for one of our project.
Swachh - AI enabled citizen grievance monitoring and
response system | Social cause project
Built citizen grievance system using React Native, Flask,
mongoDb, Fastai, HTML, Bootstrap and Javascript.
Swachh provides platform for citizen to report grievances in a
single click same as uploading a Snap on Snapchat.
Used Fastai for grievance image classification, built data
visualisation using Google graphs and AJAX.
https://twitter.com/R_ramsuthar
https://github.com/ramsuthar305
https://www.linkedin.com/in/ramsuthar305/
https://www.madinfluence.com/
https://www.npmjs.com/package/india-location-details
https://www.linkedin.com/in/kunjshah45/
https://ramsuthar305.github.io/Swachh/
https://ramsuthar305.github.io/Swachh/
Rank 698: Resume 923 with similarity score 0.028085716749393023
B.E , MS , B.TECH , BS product architect , senior software engineer , full time , team lead , full stack developer react.js , web development , vt , collage , general , project managers , css , television , designation , vue , affirmative action , hindi , angular , cloud , maintenance , php , web technologies , authorization , english , teams , status , specifications , email , boot , defect tracking , live , product analysis , audition , ems , sony , testing , github , database design , debugging , idol , computer science , functional analysis , preparation , languages , mobile applications , documentation , kannada , front-end development , management system , python , javascript , html , laravel 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c14…
https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c140443435a0e08… 1/2
Current Designation: Senior Software Engineer- Software
Development
Current Company: Sourcebilts Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Sourcebilts Technologies as Senior Software Engineer- Software Development
Nov 2019 to Till Date
Growth Path:
Nov'19-May'20 Full Stack Developer
Since Jun'20 Senior Software Engineer
Key Result Areas:
Administering complex bugs on project like EMS Admin Portal for client of Sony Television by utilizing Vue, JS and
front-end PHP as Back-end skills
Functioning towards auto-boot system in house project call Bots AI which requires A game skills on React.JS
Highlights:
Successfully completed the task like KBC ( Kaun Banega Crorepati) Audition system and combined in live Sony Liv
App for the clients (Angular as Front End)
Effectively accomplished the task for Indian Idol Audition system and incorporated in live Sony Liv App for the clients
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
PARTHA PREETHAM KRISHNA ML
Senior Software Engineer seeking roles in Application Design, Software Development,
Application Development, Web Development, Requirement Analysis, IT Project
Management, Client Engagement, Defect Tracking, Debugging, HTML, CSS, PHP,
Javascript,Nuxt
Key Skills: Senior Software Engineer,Team Lead/Tech Lead,Application Design,Software Development,Application
Development,Web Development,Requirement Analysis,IT Project Management,Client Engagement,Defect
Tracking,Debugging,HTML,CSS,PHP,Javascript,Python.
Summary
Qualified BE (Computer Science) professional offering over 04 years of rich and extensive experience in Mobile and Website
Application Development. Successfully delivered EMS Admin Portal and KBC Audition System for client of Sony Television.
Competent in functional analysis, mapping of requirements to design, database design and preparation of functional
specifications. Proven capabilities in working with customers, project managers and technical teams for securing & executing
concurrent projects. Exposure of software development life cycle right from requirement analysis to system study, designing,
coding, testing, de-bugging, documentation and implementation. Extensive knowledge in Angular Frameworks, expertise in
front-end development using Vue, Angular, React, JavaScript, Python, PHP, CSS, HTML, Github, Bitbuket. Experience in front-
end development of mobile applications from requirement analysis to system study, designing, coding, documentation and
implementation
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c14…
https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c140443435a0e08… 2/2
Time Tree Technologies as Product Architect
Aug 2016 to Nov 2019
Key Result Areas:
Functioned towards product analysis, understood requirements and business specifications
Working towards coding and build an efficient billing management system as well as solved complex problems via
latest in Cloud, Mobile, and Web Technologies
UG: B.Tech/B.E. (Computers) from Jawaharlal Neharu National Collage Of Engineering, VT University in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, Javascript, PHP, Python
Vue, Angular, React
Laravel, Codeignitor, Node
Github, Bitbuket
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 699: Resume 1512 with similarity score 0.02803617045341893
B.E , MS , B.TECH assistant manager , senior manager , business development , full time , program director , team member , functional consultant transformation programs , general , rfp , team management , ms project , fortune 500 , confluence , it strategy , mar , prince2 , affirmative action , architecture governance , production planning , hindi , process excellence , maintenance , authorization , english , it sales , status , stakeholder management , email , record , digital transformation , business analysis , application , sap , less , igrafx , award winner , iit , operations management , interfacing , practice management , drive , finance , visio , languages , itil , technical analysis , onsite-offshore model , scheduling , it transformation , javascript , jira , thought leadership , technology , program management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18…
https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18511941090e5a… 1/3
Current Location: Mohali
Pref. Location: Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [IT and Finance]
Verified : Phone Number | Email - id
Cognizant as Senior Manager
Oct 2012 to Mar 2020
Digital Transformation Project Execution,
Business and Technical Analysis, Planning, Scheduling, Scoping, Effort Estimation,
Onsite and Offshore Model,
Drive Implementation,
Practice Management & Development Support,
Thought Leadership,
IT Sales
PwC as Assistant Manager
May 2008 to Aug 2012
IT Transformation Project Execution (SAP & BI), Functional Consultant, Project Management, Practice Management,
Business Development
Wapeka UK as Program Director - Technology
Mar 2008 to May 2008
* New Firm Setup Support
* New Program Setup for a Client - Application Development & Support
* Architecture Governance
* Client Management
* Stakeholder Management
* Program Management
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Manish Nehra
Immediate Joiner. An Engineer from REC Jaipur, Full-Time MBA (IIT KGP), Prince2
Certified, "Execution Excellence Award Winner at Cognizant", ~17 Years at Cognizant,
PwC (UK, India), HCL, Wapeka UK . Expert in Digital Transformation Management
Key Skills: Project Management,Process Excellence,IT Strategy,Program Management,Digital Transformation,IT Sales,IT
Strategy Planning
Summary
An engineer from REC Jaipur and MBA from IIT Kharagpur, Prince2 Certified Professional and "Execution Excellence Award
Winner at Cognizant" with a meritorious track record, having 17 years of professional experience with reputed organizations like
Cognizant, PwC, HCL, Wapeka UK, and Hindalco. Have worked on many large and complex projects with fortune 500 clients in
the onsite-offshore model. Core areas of expertise are Digital Transformation Programs, IT Strategy, Business Analysis,
Technical Analysis, Project Management, Team Management, Stakeholder Management, RFP Support. Immediately available
to join.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18…
https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18511941090e5a… 2/3
PwC as Assistant Manager
May 2005 to Feb 2008
IT Transformation Project Execution (SAP & BI), Functional Consultant, Project Management, Practice Management,
Business Development
HCL Technologies as BCT
May 2004 to Nov 2004
SAP Project Execution, PMO Support
Hindalco Industries Limited as Engineer - Operations Management
Jul 2001 to Jul 2003
Production Planning (Legacy ERP System)
Core Team Member (New ERP System Implementation)
Production Supervision & Management
Higher Management Interfacing
UG: B.Tech/B.E. (Mechanical) from Malviya National Institute of Technology (NIT) in 2001
PG: MBA/PGDM (IT and Finance) from Indian Institute of Technology (IIT), Kharagpur in 2005
Other Qualifications/Certifications/Programs:
Prince 2
ITIL
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 0 0 Year(s) 0 Month(s)
CONFLUENCE 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
MS Visio 0 0 Year(s) 0 Month(s)
TEAM 0 0 Year(s) 0 Month(s)
Alfabet Planning IT 0 0 Year(s) 0 Month(s)
iGrafx Flowcharter 0 0 Year(s) 0 Month(s)
EXCEL 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18…
https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18511941090e5a… 3/3
Rank 700: Resume 1163 with similarity score 0.028030896440296185
B.E , MS , B.TECH , M.TECH application support , engineering manager , owner , devops , cycle manager , director of technology , product development , solution architect , ceo , change management , investor , full time , principal architect , vp mentoring , solution building , general , valuation , devops , customer , performing , performance testing , security , designation , product specialists , developers , apartments , mar , ug , affirmative action , cloud , scratch , maintenance , revenue , azure , product engineering , start-ups , architects , english , authorization , teams , go , status , corporations , software testing , agile , email , project , sql , home automation , application , aws , water , live , leadership , ownership , solution architecture , test automation , iit , saas , pipelines , components , change management , c++ , led , flow , transformation , strategy , hiring , running , upstream , languages , data science , technology management , scales , javascript , engineers , ml , demos , rolling , data engineering , technology architecture , metrics , cd , hardening 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a0815…
https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a08150044415d5f0d… 1/3
Current Designation: Director of Technology and Product
Development
Current Company: EDEN Careers
Current Location: Noida
Pref. Location: Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [not specified]
Verified : Phone Number | Email - id
EDEN Careers as Director of Technology and Product Development
Jun 2020 to Till Date
Highlights - EDEN Careers is a brand of London HQ MNC, Global University Systems (GUS). EDEN was launched in
January 2020 for building an Edu-Tech platform. I head the global technology and product development @ EDEN. I report
into the EDEN CEO and the EDEN Board Key Achievements
1. Developed the detailed budget and got a sign-off from the Board, against an allocation of GBP 1.2M for the first MVP
GA release in mid-2021
2. Got initial sigh-off from the Board on the Technology Roadmap for the rolling releases for the MVP
3. On boarded team for action starting Aug; the first cross functional engineering and product development team
4. Developed the Cloud Technology Solution Architecture in AWS for all platform components
5. Developed the Strategy and Technical Specification (What and How) for doing Data Engineering and ML
99roomz.com as VP and Head of Software Engineering
Feb 2018 to Jun 2020
Highlights - Built all things technology and product from the scratch. Leadership Software Product Engineering role. Full
owner (CTO role) of revenue generating SaaS product. Cloud only Technology and Developer Stack. DevOps, Metrics and
Test Automation guided development, GA Releases and SaaS Ops. AWS was our cloud platform Key Achievements
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SAKET SRIVASTAVA
Seeking roles in Software Engineering,Product Development,Solution
Architecture,Technology Management,Project Management,Release
Management,Change Management,Software Testing,Application Support,Data
Science,Azure,Agile,Java,Azure,AWS,SQL,C,C++
Key Skills: Head/VP/GM-Technology(IT)/CTO,Software Engineering,Product Development,Solution
Architecture,Technology Management,Project Management,Release Management,Change Management,Software
Testing,Application Support,Data Science,Azure,Agile,Java,Azure,AWS,C
Summary
Strategic Software Engineering Life Cycle Manager with 24 years of extensive experience in Product Ideation to Hardening,
Technology Architecture, Design & Low-level logic solutions building, Product Development, Release Management for global
corporations and start-ups
Performing various roles such as CTO, Technology Head, Engineering Manager, Cloud Solution Architect, Product Head,
Individual Contributor during my professional tenure
Built many times from the ground-up and at different scales, the Organizational Technology Competency for doing Cloud Native
Software Engineering (New from scratch and Legacy Transformation). I have managed full ownership product portfolios
generating annual USD 20M revenues
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a0815…
https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a08150044415d5f0d… 2/3
1. Headed Product Engineering & Development. Took up the Principal Architect onus for all the product components
(compute and data science) under the 99roomz umbrella
2. Led from the front - product specialists, technical architects, developers, DevOps, test automation, security,
performance testing, SaaS Ops & APM, technical customer support
3. High value customer management, investor demos and delivering product pitches
4. Owned the technical roadmap of the product for full alignment with the business vision to acquire customers and
revenue flow
5. Did the cloud native technology solution architecture in AWS. It was routine to deep dive into design specification, low-
level logic, and do solution building sessions
6. Mentored talented engineers to adopt the best practices of cloud product architecture, design, and development, and for
being innovative, independent, and be the future leaders
7. Ran a team of engineers across business, development, and other technology cross-functions
8. Achieved the first GA Product Release within 8 months from start in Feb-2018
9. Within one year from the first GA release, the product acquired +70k customers with +10k paying customers
10. 99roomz signed a definitive agreement in Feb-2020 to get acquired for a valuation of 3-5M USD; exact disclosures can
be made on a need basis
Neotech Systems as VP - Product Engineering
Aug 2016 to Jan 2018
Highlights - Cloud Solution Architecture (AWS IoT Platform) for Neotech IoT Products, Engineering Head Accountabilities,
Hiring, Running, Managing, Mentoring Development Teams (75 people), Implemented Automated Agile SDLC for
Upstream Code Quality, Test Automation, DevOps and Product GA releases, Managed $2M P&L, Technical Demos to
Tech Mahindra/ Havells of our IoT Products for creating new business pipelines.
? Released Neotech HomeSmart - cloud based Home Automation System for IREO; 1000+ systems deployed in Skyon
Apartments, IREO City, Sector-58, Gurgaon
? Released Neotech AquaSmart - cloud based water pumping IoT automation product in Delhi-NCR market
hCentive Inc as Global Director - Software
Mar 2015 to Aug 2016
Highlights - Global Owner for 3 hCentive Cloud SaaS products generating USD 20M revenue. Product Development, Agile
Transformation, DevOps, Test Automation (Functional, Performance & Security) and GA releases, Re-architected,
developed and released legacy software products to cloud native and built DevOps and Metrics practice for quantifying
software status and quality confidence before Go-Live. Managed 150 people cross- functional engineering teams, and
USD 20M product engineering budget at hCentive Inc.
UG: B.Tech/B.E. (not specified) from Indian Institute of Technology (IIT), Roorkee in 1993
PG: M.Tech (not specified) from Indian Institute of Technology (IIT), Roorkee in 1996
Education
IT Skills
Skill Name Version Last Used Experience
AWS,Azure, 2020 8 Year(s) 0 Month(s)
Java,DevOps 2020 10 Year(s) 0 Month(s)
Cloud SaaS Ops 2020 6 Year(s) 0 Month(s)
CI/CD 2020 15 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a0815…
https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a08150044415d5f0d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 701: Resume 995 with similarity score 0.028008515154677838
B.E , MS , B.TECH , M.TECH teaching assistant , senior software engineer , full time , software developer ecommerce , web development , core java , general , algorithms , jenkins , visual studio code , designation , ug , mar , affirmative action , information technology , mysql , hindi , maintenance , ltd , windows , vim , authorization , internet , english , node.js , status , opengl , email , express , pandas , application , mongodb , introduction to , numpy , ubuntu , bitbucket , redis , github , mac os , c++ , kibana , languages , scikit-learn , python , javascript , jira , database , teaching 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f425…
https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f42571517515d0e59… 1/2
Current Designation: Senior Software Engineer
Current Company: MakeMyTrip (India) Pvt Ltd
Current Location: Ghaziabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
MakeMyTrip (India) Pvt Ltd as Senior Software Engineer
Jan 2021 to Till Date
Java backend role
PayTM as Software Engineer
Jul 2019 to Dec 2020
Node.js backend role
IIIT Allahabad as Teaching Assistant
Jul 2018 to May 2019
I was a teaching assistant in my final year at College.
Courses: Introduction to Programming, Data Structures and Algorithms.
UG: B.Tech/B.E. (Information Technology) from indian institute of information technology in 2019
PG: M.Tech (Information Technology) from Indian Institute of Information Technology in 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shubham Vashishtha
Software Engineer seeking roles in Backend, Fullstack. 1.5 years Node.js experience
@ Paytm
IIITA 2019 passout. Tech Skills: C++, Javascript, Java, MySQL, MongoDB
Key Skills: Backend,Software Development,Web Development,Javascript,Core Java,C++,MySQL Database
Administration,MongoDB,Python
Summary
Software Engineer seeking roles in Backend, Fullstack. 1.5 years Node.js experience @ Paytm IIITA 2019 passout. Tech Skills:
C++, Javascript, Java, MySQL, MongoDB
Work Experience
Education
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f425…
https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f42571517515d0e59… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C , C++ , Javascript (Node), Core Java
Python
scikit-learn, numpy
pandas, express, react
MySQL, Postgres, MongoDB, Redis
Jenkins, Kibana, JIRA
Sublime , Visual Studio Code, Vim
Git, GitHub, BitBucket
Windows , Ubuntu, Mac OS
OpenGL with C++
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 702: Resume 708 with similarity score 0.02790191422552979
BSC , BS , B.E , MS , B.TECH application support , project lead , evaluator , devops , technical associate , full time , technical lead , balancer core java , telugu , pots , vault , platforms , docker , linux , fluke , status , perl , mumbai , continuous integration , pl/sql , kibana , solaris , pro*c , weblogic , dds , suite , csr , pipeline , ansible , automation , decisioning , ascii , devops , interfaces , kubernetes , designation , mar , web services , hindi , cloud , english , logstash , web applications , supply , project , c++ , git , resolve , computer science , struts , one , javascript , wireless , html , hp-ux , vm , continuous delivery , affirmative action , information technology , oracle , cgi , maintenance , unix , service delivery , cisa , checks , email , tomcat , business rules , recoveries , operations , customer experience , maven , languages , jira , search , wireline , bts , database , jenkins , migrating , telecom , health , revenue , azure , apache , authorization , maps , servlets , british , shell scripting , storage , charging , python , load , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c43…
https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c435612125c590d… 1/3
Current Designation: Senior Technical Lead - Production
Support
Current Company: Convergys- NetCracker
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Information Technology]
Verified : Phone Number | Email - id
Convergys- NetCracker as Senior Technical Lead - Production Support
May 2007 to Till Date
-> 14+ years of IT experience in development, production support and implementation of application software using
Java, C, Pro*c, shell programming, Perl, Python and Oracle technologies.
-> Expertise in CI/CD using Jenkins, Git/SVN, Maven, Docker, Kubernetes, Software Manager(similar to Ansible), JIRA
and Perl
-> Expertise in migrating web applications from on premise to cloud platforms Azure using core Networking and compute
services like Virtual Network, VM scalesets, Load balancer, Storage, Disks, Key Vault, Image Creation and more.
-> Expertise in handling L2 and L3 Application Support, Production Support, Maintenance and deployment activities,
day to day operations.
-> Expertise in Automations like Automating Build and Deployment process, Batch process automations, Automating
application health checks, Reports generation etc. reducing manual efforts.
-> Good Exposure to cloud environment(AZURE).
-> Good Exposure in supporting applications deployed in Kubernetes. Having Good understanding of Deployment,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
GOUDAMPALLY RAMA KRISHNA
Senior Technical Lead - Production Support/Devops seeking roles in
Devops,Production Support and Cloud Platforms like Azure.
Skill sets: Jenkins pipeline, GIT, Maven, Linux shell scripting, Perl, Python, Java, ELK
Stack, Azure, Terraform & Kubernetes
Key Skills: Senior Technical Lead - Production Support,Application Support,Core Java,Struts,C,Shell
Scripting,JDBC,Servlets,Jenkins,GIT,Maven,Perl,Python,Continuous Integration,Continuous Delivery,Build
Automation,kubernetes,Docker,Elastic Search,Kibana,Logstash
Summary
-> 14+ years of IT experience in development, production support and implementation of application software using Java, C,
Pro*c, shell programming, Perl, Python and Oracle technologies.
-> Expertise in CI/CD using Jenkins, Git/SVN, Maven, Docker, Kubernetes, Software Manager(similar to Ansible), JIRA and Perl
-> Expertise in migrating web applications from on premise to cloud platforms Azure using core Networking and compute
services like Virtual Network, VM scalesets, Load balancer, Storage, Disks, Key Vault, Image Creation and more.
-> Expertise in handling L2 and L3 Application Support, Production Support, Maintenance and deployment activities, day to day
operations.
-> Expertise in Automations like Automating Build and Deployment process, Batch process automations, Automating application
health checks, Reports generation etc. reducing manual efforts.
-> Good Exposure to cloud environment(AZURE).
-> Good Exposure in supporting applications deployed in Kubernetes.
->ELK setup
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c43…
https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c435612125c590d… 2/3
Services, Config Maps, Pods, Replica sets and Persistent Volumes
-> Expertise in Elastic search, Logstash and Kibana setup.
Tech Mahindra as Technical Associate
May 2005 to May 2007
UG: B.Tech/B.E. (Computer Science and Information Technology) from Jawaharlal Nehru Technological University
(JNTU) in 2004
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Aug 2014 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Unix, Linux, Solaris, AZURE
Terraform, Docker and Kubernetes
Core Java, Struts, C, Pro*C
Shell Scripting, Perl Scripting, Python
HTML, JavaScript, JSP
PL/SQL
Tomcat 7.0, WebLogic, Jboss
JDBC, SERVLETS
Maven, Jenkins
SVN, GIT,JENKINS,MAVEN,JIRA,PERL,PYTHON 2020 6 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Projects
Project Title: Marketing Rules Engine
Client: AT&T - USA
Skill Used: Linux S/w: DDS, JAVA, Perl and Shell scripting DB: Oracle Other: Jboss, Weblogic
Project Details: AT&T is one of the largest Telecom network providers with over 150 million subscriber base, providing both
Wireless and
Wireline Telephone services. AT&T has choosen Netcracker Dynamic Decisioning Solution (DDS) product has their Rules
engine. To provide a
common platform for all of its Customer care services, Netcracker provided a suite of applications called MRE (Marketing
Rules Engine). MRE
suite consists of around 20 projects. These projects provided customized web services using DDS (Rules Engine). Dynamic
Decisioning Solution
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c43…
https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c435612125c590d… 3/3
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Feb 2013 - Jul 2014
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Mumbai
Duration: May 2005 - May 2007
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
helps to improve the customer experience consistently and cost-effectively across any and all channels, including in-person
service delivery.
Project Title: Trouble Evaluator
Client: Cincinnati Bell Telephone - USA
Skill Used: UNIX S/w: CGI-Perl and Shell scripting DB: Oracle Other: Apache
Project Details: Trouble Evaluator is a Cincinnati Bell Telephone Repair System Application used by Call center
Representatives to create, update
and cancel POTS (Plain Old Telephone Service) tickets. Trouble Evaluator automatically accesses legacy system data,
automatically analyzes the
data and automatically makes decisions based on proven business rules which help the CSR to resolve most of the troubles
when the customer is
on phone. Trouble Evaluator interfaces with Fluke networks QVF (Query, Verify and Fix) module to queries to switch, verifies
the switch results
with billing and fix feature (activation/deactivation) related troubles, which will dramatically reduce feature handle times and
also eliminates the
need of specialized trained personnel to deal with complex feature. Trouble Evaluator insures better data, better dispatches
and eliminates
unnecessary dispatches thus helps in recovering revenue.
Project Title: Charging Information Supply and Audit (CISA)
Client: British Telecomm, UK
Skill Used: HP-UX O/s: UNIX S/w: PL/SQL, C, C++, and Pro*C.
Project Details: It supplies charging and pricing information from sensitive National Charging Database (NCDB) to more than
40 interfaces in various
formats like CSV, BIN, and ASCII and so on
It verifies and audits the correctness of the pricing information supplied by NCDB to Service Domain Processor (SDP BTs
Real-Time
Pricing Engine) by using its own pricing engine
It does recoveries for over-charged customers on request
Rank 703: Resume 1089 with similarity score 0.02788466525010241
BSC , BS , B.E , MS , B.TECH cloud architect , cloud consultant , system analyst , devops , software developer , board of directors , solution architect , full time , service provider , research analyst server monitoring , visualisation , microsoft azure , platforms , status , jboss esb , sap , bridge , ux , technology research , infrastructure , suite , automation , retail , helping clients , turn , devops , expense management , designation , v3 foundation , mar , deliverables , hindi , service providers , english , catering , directors , project , collaborative environment , provisioning , solution architecture , flow , itil , one , diagrams , javascript , vmware vsphere , insurance , amazon web services (aws) , managed services , general , affirmative action , information technology , oracle , mysql , public , ieee , queuing , iaas , paas , flavors , email , shaping , operations , saas , metal , languages , assessment , cisco , global research , fraud detection , subscriptions , cloud services , business intelligence tools , jenkins , ug , visit , hybrid cloud , analytics , authorization , google cloud platform , teams , application , electronics , transformation , framework , business communications , events , cloud computing , global strategy , orchestration , liferay , zenoss 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c10…
https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c100240445d5d0a… 1/3
Current Designation: Cloud Consultant
Current Company: Accenture Strategy
Current Location: Delhi
Pref. Location: Delhi / NCR,Noida,Gurgaon
Functional Area: IT Software - Other
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Strategy as Cloud Consultant
Mar 2020 to Till Date
Currently working as a Cloud Consultant with Accenture Global Strategy and Consulting division helping clients move to
Cloud with application modernisation and leveraging multiple migration styles with proficiency in AWS, AZURE and GCP.
Owning the end to end lifecycle for Journey to Cloud projects.
TCS as Cloud Architect
Jan 2019 to Feb 2020
Working with Retail and Insurance giants of the world and helping them achieve their cloud transformation journey with
cloud migration and modernisation. Leading the entire project lifecycle
Tollring as Cloud Solution Architect
Jul 2018 to Oct 2018
Tollring is a market leading software developer providing data visualisation and business intelligence tools that help
manage, understand and control a wide array of communications information, resources and assets. With offices in the
UK, the USA, India and Australia, Tollring specialises in business communications analytics, call recording solutions,
telecoms expense management and fraud detection. My Role here is of a "Cloud Solution Architect" who is leading the
entire Infrastructure department of the company and is responsible for deploying, managing and maintaining all the
company's assets deployed over cloud. I am also responsible for creating and designing all the high-level diagrams and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Devanshu Ahuja
Cloud Consultant seeking roles in Cloud Architecture, Cloud advisory & Consulting,
asset and technology, project and client management, Cloud Infrastructure
Management, Cloud Devops, public and private cloud providers, AWS, Azure, GCP,
Oracle, VMware
Key Skills: Cloud Consultant,Project Management,Cloud Computing,Client Management,Technology
Management,VMware,Solution Architecture,Cloud Architect,Cloud Advisory,AWS,Microsoft Azure,GCP,Oracle
Cloud,Solution Design,Technical Consultancy,Devops
Summary
A visionary person with the architectural skills, experience and insight to elevate and support Cloud based computing platforms,
infrastructure or data. In my last role with TCS and Tollring, I was working as a Cloud consultant and Cloud Solution Architect
respectively. I was leading the infrastructure department of the company and was responsible for deploying, managing and
maintaining all the company's assets deployed over cloud. I was helping clients in shaping their cloud journeys and owned the
complete lifecycle of the project from assessment till the final operations. I was also responsible for creating and designing all
the high-level diagrams and architecture flow of the infrastructure.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c10…
https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c100240445d5d0a… 2/3
architecture flow of the infrastructure. We are experts in IaaS, PaaS and SaaS. I am working with all the latest tools and
technologies on cloud.
Gartner as Research Analyst
Dec 2015 to Dec 2017
In my current role, I have been working as a Research Analyst and catering to Gartner's tech professionals clients
worldwide. Gartner is the world's leading information technology research and advisory company. I deliver the technology-
related insight necessary for our clients to make the right decisions, every day. I provide clients with objective and
actionable insight through written research, advisory calls, Gartner events and consulting support.
I have been working as a Cloud Computing Subject matter expert with Gartner, where I am involved in helping top
executives at leading organizations solve complex issues and achieve their mission-critical priorities. Synthesize complex
information into concise and dynamic must-have written research. Conduct compelling advisory calls with our clients to
contextualize Gartner's research and provide actionable advice. Thrive in a fast-paced, collaborative environment working
closely with global research teams.
I have authored Gartner's In Depth Research Documents on:
Amazon Web Services (AWS)
Google Cloud Platform (GCP)
Microsoft Azure
VMware vSphere 6.0
Governance Strategies in Public Cloud.
These research papers are published on Gartner.com and available to Gartner Clients based on their subscriptions.
Accenture Services Private Limited as Senior System Analyst
Jul 2011 to Dec 2015
Roles and Responsibility:
I have worked on multiple assignments during my Tenure in Accenture.
* From Jul 2011 till Jul 2012, I worked with one of the Diamond Client for Accenture where I have worked as a Technical
Analyst for SAP Treasury. Under this Role, I have successfully worked on designing and supporting the SAP Treasury
framework for Accenture and for Accenture Client's deliverables and delivered the outcomes. This includes fetching the
Exchange Rates from Reuters and feeding them into our SAP framework which in turn was being used by Clients for day
to day transactions. I was working on designing and maintaining the interface which was responsible for doing this
Transition.
* From Jul 2012 till Dec 2015: I worked with Accenture Cloud Platform. Under this job I have worked on multiple
assignments and delivered varied flavors for Cloud Computing Solutions.
I have successfully worked and delivered three Different Flavors for Accenture's Cloud Computing Solutions for Accenture
Clients. Those were the Solution that accelerates Accenture's capability for Hybrid cloud to meet end to end Client needs
from unified billing till Cloud Managed Services.
The different flavors included designing and managing a Cloud Solution from "BMC Suite of Products" to the "Accenture's
In house Solutions" and now Using "Cisco Intelligent Automation for Cloud (CIAC)" to work with Different Public and
Private Cloud Service Providers like :
Amazon Web Services (AWS), Microsoft Azure, Accenture Private Cloud, NTT, Verizon Terremark, Google Cloud Platform.
During the tenure with Accenture, I have worked as a Cloud Specialist for Accenture and my Job included:
* Deploying and Managing the infrastructure that is required to build the Cloud Platform. This includes both the
Architecture Level Designs till the final Code Deployment. During this I have worked on numerous technologies:
Jboss ESB (Orchestration and Queuing), Liferay (UI/ UX), Chef (Automatic Server Provisioning), MySQL DB (Storing and
managing the Data), Zenoss (Server Monitoring), Jenkins (Automatic Code Deployment), Amazon cloud Watch, Vmware
etc.
* Also worked at the Cloud Service Provider End (AWS/ Azure/ Google/ NTT/ Terremark) for managing and supporting
Client's infrastructure
Selected Accomplishments
* I have single handedly delivered a solution for Accenture Cloud Platform for one of the cloud Service Providers which
included deliverables from designing and laying down the footprint for infrastructure architecture, Configuring the entire
infrastructure till the final code deployment. This also included reviewing and supporting the management framework at
Cloud Service Provider's end.
* I was also the only person nominated from Accenture Cloud Team to visit Onsite (Italy, Rome) and to bridge the
Knowledge transfer and execute the transition with Accenture Clients and Chief development team.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c10…
https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c100240445d5d0a… 3/3
UG: B.Tech/B.E. (Electronics/Telecommunication) from guru gobind singh ip university in 2011
Other Qualifications/Certifications/Programs:
Completed ITIL V3 Foundation Certification
Certified in Java
Certification for working in Board of Directors for IEEE
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Computing SME,Java, J2EE
C,C++,MySQL,Chef,Zenoss
Amazon Web Services (AWS) 2020 9 Year(s)
Microsoft Azure 2020
VMWare Vsphere 2019
Jboss ESB 2015
Google Cloud Platform (GCP) 2020
Oracle Bare Metal Cloud Services 2020
AWS/ AZURE / GCP Devops 2020 9 Year(s)
Cloud Solution Architect 0 9 Year(s) 4 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Rank 704: Resume 543 with similarity score 0.027858814298749097
B.TECH work from home c programming , completion , assessment , global engineering , html , resume , github , electronics , java , technology , workshops , c++ , learning , preparation Assessment
Q1. Why should you be hired for this role?
As I am A Tech learning Enthusiast and I have a positive attitude to grow my skills and experience By Learning New things and To Upgrade Myself
to Daily Changes On The Industry.
I am Familiar with Programming with c/c++ and Java language and I can use the Git and Can manage Data on Github I can able to Communicate to
others effectively I've participated on hackathons workshops to Learn how to Work with a Team to grow My Coorporate abilities.
So,Because of My above mentioned skills and abilities, experience encourages me to work with your Brand.
Thank You.
Shobhit Soni
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am Available for 3 months and I can start my immediately and I can learn and devote myself for your brand At time between 10 A.M to 5 P.M to
learn new things.
Note:- please Provide me 15 days of leave to fir my Exam preparation.
Resume
EDUCAT ION
CONTACT Phone: 91 7974780608
Shobhit Soni
Jabalpur
Applied 29 Jan'21
C Programming C Programming GitHub
HTML Java
Bachelor of Technology B.Tech), Electronics and Communication
Global Engineering College, Jabalpur
2019 - 2023
CGPA 8.00/8
Senior Secondary XII, Science
Model High School
M.P BOARD board)
Year of completion: 2019
Percentage: 76.20%
Secondary X
Maharashtra Higher Secondary School, Jabalpur
M.P BOARD board)
Year of completion: 2017
Percentage: 85.40%
Rank 705: Resume 1182 with similarity score 0.02780379104374624
MS solutions architect , information security , system administrator , long term , service engineer , devops , on call , project engineer , full time , team lead , system engineer ansible , continuous delivery , business case , production systems , devops , performing , telugu , infrastructure services , scrum , jenkins , kubernetes , designation , platforms , affirmative action , mysql , service desk management , hindi , docker , linux , readiness , public , information security , build automation , service delivery , windows , english , authorization , troubleshooting , teams , ssl , business process analysis , alternative solutions , status , modifications , architecture , scalability , agile , email , project , itil certified , application , configuration management , aws , amazon web services , continuous integration , user requirements , operations management , github , pipelines , s3 , disaster recovery , system performance , reliability , building , ec2 , framework , maven , it infrastructure , languages , load balancing , kannada , completion , assessment , python , javascript , jira , network administration , cloud computing , availability , commerce , technology , root cause analysis , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a0943…
https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a09430213410b585d… 1/3
Current Designation: Team Lead - AWS cloud
Current Company: LTI
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
LTI as Team Lead - AWS cloud
Jan 2014 to Till Date
Growth Path:
Sep'16-Present Team Lead
Jan'14-Sep'16 Senior System Engineer
Key Result Areas:
Spearheading a team of 5 members and deploying AWS cloud based production system to ensure the availability,
performance, scalability and security of productions systems
Designing and developing automation to support continuous delivery and continuous integration processes
Implementing the build, release and configuration management of production systems; resolving the build issues with
appropriate teams
Liaising with the client to assess the requirement based in the business process analysis (As-Is, To-Be) & providing the
optimum automation solutions
Performing system troubleshooting and problem-solving across platform and application domains; suggesting architecture
improvements, recommending process improvements
Providing status updates to stakeholders and resolving escalating issues when necessary
Monitoring daily system performance & usage; verifying the integrity & availability of all hardware and server resources,
systems & key processes
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
Shiv Prasad
Cloud readiness Maturity assessment, Migration planning and business case
development, AWS Cloud Infra, Information Security, Disaster recovery, Incident
Management, Service Desk delivery & Operations
Key Skills: AWS, Cloud Computing, Information Security, ITIL Certified, IT Infrastructure Services, Service Delivery, IT
Operations Management, SLA Management, Service Desk Management,
Summary
AWS Certified Solutions Architect with 12+ years' experience in information security and 3.5 years in managing cloud based
technology & effectively managing configuration & deployment of infrastructure & services
Working knowledge of build automation and CI/CD pipelines; skilled in DNS, Load Balancing, SSL, TCP/IP, Networking and
Security
Developed automation framework for public cloud infrastructure deployments
Quickly troubleshot and resolved network, hardware, software and performance issues, including rotating on call emergency
response. Proficient in AWS DevOps, Docker, Open Sources, IOT, Python, RPA, GitHub. Experience with application / data
migration to AWS
Engaged in implementing, deployment and supporting Cloud-based Infrastructure and its solutions
Showcased advance AWS expertise through skills in design and deployment of effective solutions on Amazon Web Services
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a0943…
https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a09430213410b585d… 2/3
Developing and building, deploying, automating and configuring IT solutions using DevOps platform
Building automated deployments through the use of configuration management technology; deploying new modules and
upgrades and completing fixes within the production environment
Evaluating existing applications and platforms and providing recommendations for enhancing performance through
analysis, identifying the most practical alternative solutions and assisting with modifications
Following-up with technical team till the outage is resolved, Preparing Outage reports & Understanding the root cause of
the outage, Guiding Teams in the completion of Root Cause Analysis report
Analyzing and fully understand user requirements and current procedures in order to improve system capabilities and
automate process workflows; facilitating discussions with higher management to ground level Team
Monitoring the progress long term reliability of the system and keeping all stakeholders updated on the progress, issues
and challenges
Assisting teams in improving resilience and automating operations
Working with teams to adopt operational best practices and security standards
Wipro Technologies, as System Administrator
Feb 2008 to Jan 2014
Growth Path:
Jan'11-Jan'14 System Administrator
Feb'08-Jan'11 Project Engineer
Cache Technologies, as Service Engineer
Apr 2006 to Feb 2008
UG: B.Com (Commerce) from BES College of Education, Bangalore in 2006
Other Qualifications/Certifications/Programs:
B.Com
Diploma in Computer Application
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum, Waterfall
EC2, Route53, VPC, S3, ELB, ASG,
Elastic Bean stalk, & CLoud Formation,
MySQL
python (learning)
CI/CD Jenkins, Maven, Docker,
Kubernetes, Ansible, Terraform
WINDOWS, LINUX
JIRA, GIT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a0943…
https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a09430213410b585d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Rank 706: Resume 621 with similarity score 0.02779074892031594
B.TECH , BS work from home , seo intern , android developer , service provider , learning developer dart , training , optimization , internships , deep learning , developers , pages , nlp , children , design , firebase , ltd , english , architecture , screens , customer service , models , project , grasp , matrix , kotlin , mask , store , mongodb , introduction to , xml , resume , features , machine learning , debugging , computer science , opencv , seo , connectivity , android development , flask , completion , assessment , styling , python , one , javascript , search , organization , apps , database , online Assessment
Q1. Why should you be hired for this role?
I had been working on Android Development for 5 months and had built many projects in the Core development field such as the Food ordering
app and I am still learning newer methods and new formats for system design. In my last internship, I had worked with MongoDB as well. I am a
quick learner and I am good at problem-solving skills which enables me to grasp new ideas and build the architecture for new apps easily. I had
worked with both Kotlin and Java and I am still learning flutter and Dart to enable me to build cross-platform apps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am free for the entire period of internship.
Resume
EDUCAT ION
INTERNSHIPS
Ujjwal Nahar
Jabalpur
Applied 25 Dec'20
Android Kotlin Deep Learning
JavaScript OpenCV Python
Dart English Proficiency Written) Flask
Flutter Machine Learning XML
B.Tech Hons.), Computer Science
Jabalpur Engineering College Jabalpur
2018 - 2022
CGPA 8.42/10
Senior Secondary XII, Science
Noble Children Academy,jabalpur
MP BOARD board)
Year of completion: 2018
CGPA 8.90/10
Secondary X
Ryan Interantional School,jabalpur
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Android Developer
BinaryDots Pvt. Ltd., Pune, Virtual
Nov 2020 - Present
I am an android developer in my organization and My tasks included adding new facilities and features in the pre-existing
app and debugging the code already present in the app and improving the design of already working screens and adding
new ones.
Machine Learning Developer
Chattel Technologies, Virtual
May 2020 - Present
I had worked as a Machine learning and Deep learning developer. I had completed some projects with Chattel Technologies
including Face mask Detection(with Indian customisations), Commercial service provider chatbot and many more.
Search Engine Optimization SEO
Keywordsfly, Delhi, Virtual
Apr 2020 - Jun 2020
I was working as an SEO intern in this firm for last one month. I learnt to how to optimize the content to get a higher rank on
Search engine and write efficient content fulfilling the client's need and using least number of words.
TRAININGS
PROJECTS
CONTACT Phone: 91 8109270119
Android App Development
Internshala Trainings, Online
Sep 2020 - Oct 2020
Successfully completed an eight weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules. In the
final assessment, I scored 78% marks.
Core Python
Matrix Technologies, Indore
May 2019 - Jun 2019
I learned Python as my summer training. In this course, for 45 days we were given training 6 days a week and 3 hours daily.
My training had given me an upper hand over other developers as Python is becoming very popular in recent times.
Avengers App
Sep 2020 - Sep 2020
https://github.com/ujjwalnahar/AvengersApp.git
This is an app I used to learn how to design good looking Android Ui pages and make them attractive using different styling
features of Android
Customer Service Chatbot
Jul 2020 - Aug 2020
https://github.com/ujjwalnahar/Chatbot_Hala.git
I Have built this chatbot as a part of my previous internship. This is a chatbot based on NLP and LSTM models and could
make good responses considering the small intent database provided to it.
Face mask Detection
May 2020 - Jun 2020
https://github.com/ujjwalnahar/Face_mask_detection.git
For my last Internship, I developed a Face mask detection using VGG16 CNN model and OpenCV features such as data
augmentation to recognize the mask on a face and tell if someone is wearing a mask or Indian alternatives like Dupatta or
Facecloth.
Foodkart
Sep 2020 - Present
https://github.com/ujjwalnahar/FoodKart.git
It is a food ordering app such as Zomato and It has all the layouts, Design features and connectivity to enable someone to
order food. I had used firebase as the database for this app to store the data.
https://github.com/ujjwalnahar/AvengersApp.git
https://github.com/ujjwalnahar/Chatbot_Hala.git
https://github.com/ujjwalnahar/Face_mask_detection.git
https://github.com/ujjwalnahar/FoodKart.git
Rank 707: Resume 541 with similarity score 0.02777181780059614
MS , B.TECH work from home , full time english , bot , c programming , skm , linkedin , xml , resume , aiml , java , computer science , chat , completion , assessment , lovely , it , python , technology , cloud computing , google cloud , online Assessment
Q1. Why should you be hired for this role?
My skills match with the profile for this job and as I am very dedicated and punctual to my work. If you hire me I'll give my 100% to your company
and complete the given task within the time limit. Your company will be a great platform for gaining more experience and learn from the best.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for full time work till 20th of January after that I'll be available after 5 pm everyday.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9304168851
Shivam Mishra
Hyderabad
Applied 27 Dec'20
C Programming Java Python
XML
Bachelor of Technology B.Tech), Computer Science
Lovely Professional University
2020 - 2024
Senior Secondary XII, Science
ST. Mary's Centenary Junior College
TSBIE board)
Year of completion: 2020
Percentage: 78.20%
Secondary X
Andhra Association English School
ICSE board)
Year of completion: 2018
Percentage: 80.60%
30 Days Of Google Cloud
Google, Online
Sep 2020 - Nov 2020
It was an event to teach us more about cloud computing.
SKM Chat Bot
Dec 2020 - Dec 2020
https://github.com/mshivam019/SKMChat-Bot
It is an AIML Chat Bot based on ALICE AI by Dr. Richard S Wallace.
Link to my LinkedIn profile
https://www.linkedin.com/in/shivam-mishra-019
https://github.com/mshivam019/SKM-Chat-Bot
Rank 708: Resume 365 with similarity score 0.02770828442028491
MS , BS part time , business development , full time ecommerce , completion , optimization , assessment , adobe illustrator , resume , english , internships , search , digital marketing , entrepreneurship , online , cisco networking , working experience , google , shape , hindi Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
Q2. Are you available for 3 months, starting immediately, for this internship at Pune? If not, what is the time period you are available for and
the earliest date you can start this internship on? Please also mention if you are available full time or part time. If part time, specify the
number of hours you can spend on this internship every day.
I'm available in Pune for next 3 months but between that period I'll be having my semester exam.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7024497883
Nishant Panch
Pune, Bilaspur
Applied 02 Feb'21
English Proficiency Spoken) Adobe Illustrator English Proficiency Written)
Hindi Proficiency Spoken) MSWord Marathi Proficiency(Spoken)
Search Engine Optimization
SEO
MSExcel
Bachelor of Business Administration B.B.A.)
Nivrutti Babaji Navale College Of Commerce
2019 - 2022
Senior Secondary XII, Science
St. Xavier's High School
CBSE board)
Year of completion: 2019
Percentage: 59.90%
Secondary X
St. Xavier's High School
CBS3 board)
Year of completion: 2016
CGPA 9.40/10
Marketing
Internshala Trainings, Virtual
May 2020 - Jun 2020
Business Development Sales)
Internshala Trainings, Virtual
Jan 2020 - Feb 2020
ECommerce Marketing
udemy, Online
Nov 2020 - Nov 2020
Digital Marketing
Google Garage, Online
Apr 2020 - Jun 2020
I have successfully completed Digital Marketing course from Google Garage Powered by Google and Entrepreneurship
course from Cisco Networking Academy.
Rank 709: Resume 725 with similarity score 0.027691007177707394
B.S , MS senior devops engineer , full time , quality assurance , software developer training , customer , virtual machines , security , asp.net mvc , docker , linux , status , mumbai , redmine , continuous integration , testing , building , kibana , it infrastructure , switches , freelancer , elasticsearch , automation , ansible , functional specifications , devops , kubernetes , access , designation , web services , hindi , cloud , technical requirements , sociology , ltd , windows , english , logstash , project , c++ , git , puppet , voip , vmware , javascript , continuous delivery , groovy , affirmative action , information technology , mysql , oracle , nexus , email , aws , technology solutions , languages , mobile , esxi , vsphere , root cause analysis , rendering , api , ruby on rails , jenkins , ug , firewall , azure , authorization , enterprise , c# , scalability , application , llp , s3 , servers , finance , it service , python , network administration , .net framework , learning , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a43…
https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a435640400c090c… 1/2
Current Designation: Senior Devops Engineer
Current Company: Cogitate Technology Solutions (India) Pvt.
Ltd
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Sc [information technology]
Verified : Phone Number | Email - id
Cogitate Technology Solutions (India) Pvt. Ltd as Senior Devops Engineer
Dec 2018 to Till Date
Key Result Areas:
Developing .Net framework based application based on data from Redmine
Administering and rendering support for tools based on DevOps best practices for source code version control(Git Lab),
Automation (Jenkins -Continuous Integration, Continuous Delivery, Continuous Deployment)
Applications Logs and monitoring ELK Stack
Executing security & infrastructure solution in Azure Cloud & AWS Cloud
Executing scalability, deployment solutions using Dockers & Kubernetes
SK Products LLP as I.T. Officer
May 2018 to Dec 2018
Key Result Areas:
Administered the implementation training and development of the sales force automation software
Supervised and executed deployment of cloud-based services (AWS), email, virtual machines and Mobile application
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Sandeep Singh Matharu
Software Developer seeking roles in DevOps, Automation, Application
Development,Software Development,Technical Support,Project Management,IT
Infrastructure,Root Cause Analysis,Quality Assurance,Process
Improvement,Functional Specifications
Key Skills: Jenkins,GIT,Docker,Kubernetes,Ansible,Kibana,Logstash,terraform,ELK stack,VSphere,CI/CD,Automation
Testing,Elastic Search,MySQL,MS SQL,ASP.Net MVC,Python,Devops,Continuous
Delivery,Puppet,AWS,Linux,Continuous Integration,AZURE
Summary
Enterprising professional with nearly 18 years of experience: 2 years in DevOps Engineer, 7 years in Applications Development
& Deployment, 9 years in IT Service & Infrastructure Development and Administration
Gained exposure on process requirements and provided use cases for business, functional & technical requirements
Excellence in mapping requirements, designing customized solutions; strong customer centric approach & motivated to
deliver quality results
Expertise in planning & building IT Infrastructure at the enterprise scale involving selection of appropriate technology (On
Premise {VMware} and Cloud)
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a43…
https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a435640400c090c… 2/2
Freelancer as Software Development (Mumbai & Delhi)
Nov 2016 to May 2018
Key Result Areas:
Created software for non-banking finance company
Successfully used AWS services such as RDS, S3 Bucket, and VM for deploying application API and web services
UG: B.Sc (information technology) from University of Sikkim, Eastern Institute of Integrated Learning in Management in
2010
Other Qualifications/Certifications/Programs:
BA (Business Communication, Sociology, English)
EXIN DevOps MASTER
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, GIT, Redmine, Sonatype Nexus
Kibana, Logstash, Elasticsearch
Docker, Kubernetes, Ansible, Teraform
AWS, AZURE,on-premise migration to cloud
MSSQL, MySQL, MS Access, Oracle
C#, C, C++, VB, Java
Python, Groovy, Ruby on rails
Windows/Linux Servers, VM-ware Esxi
Firewall, VoIP, switches
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 710: Resume 946 with similarity score 0.027682902332844428
B.E , MS , B.TECH , BS software engineer , software developer , part time , full time , reporting manager reporting , express.js , redux , customer , telugu , visitor management , css , designation , case , affirmative action , mysql , health , hindi , maintenance , apache , revenue , jquery , workbench , authorization , english , node.js , bootstrap , status , spring boot , postgresql , email , project , closures , tomcat , mask , application , mongodb , devices , less , spring data jpa , html , deals , pgadmin , redis , estimates , features , finance , languages , dashboard , kannada , biometrics , his , parking , management system , demand generation , mobile , access control management , campaigns , form , eclipse , javascript , web , crm , organization , growth oriented , scheduling , technology , learning , ethernet , prospect 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470…
https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470342480a540a0… 1/2
Current Designation: Software Engineer
Current Company: ZKTECO BIOMETRICS INDIA PRIVATE
LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ZKTECO BIOMETRICS INDIA PRIVATE LIMITED as Software Engineer
Dec 2019 to Till Date
ZkBiosecurity is a powerfull web based software that provides a stable connection to ZkTeco standalone push
communication devices with Ethernet/Wifi/3G and provides various features for Access control management, Time and
Attendance, Elevator Control system, visitor management, Parking Management System, Mask and temperature
detection.
EDS TECHNOLOGIES PRIVATE LIMITED as Software Engineer
Jul 2017 to Dec 2019
PROJECTS:
1. Local Conveyance (Web Application)
* Technologies: Spring Boot, Spring JPA, React JS
* Tools: Eclipse IDE
Description: This project is basically for employees filling the conveyance form at the end every cycle or month to claim
their bills paid during onsite official work. So the form submitted will be visible to the manager who has the permission to
approve/reject the form and once his/her form is approved by the reporting manager which then form gets visible to the
finance team for approval/rejection and once the final approval is done by the finance team, payment will be settled .
2. Customer Relationship Management (Web Application)
* Technologies: Java, JSP, Servlet, MySQL, HTML, CSS, Javascript, JQuery.
* Tools: Eclipse IDE, MySQL workbench, ANT build
Description: CRM is designed to help our sales team achieve better results with less effort. It helps our sales people to
rapidly push for closures by providing data-driven insights to help them identify and work on best can do opportunities.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
VIJAYA NARASIMHA
Software Engineer seeking roles in Software Engineering,Software Development,Web
Application Development,Project Management,Quality Management,Requirement
Gathering,Apache Tomcat,Spring
Boot,Node.Js,JavaScript,Bootstrap,jQuery,Eclipse,MySQL,HTML,CSS
Key Skills: Software Engineer/Developer,Software Engineering,Software Development,Web Application
Development,Project Management,Quality Management,Requirement Gathering,Apache Tomcat,Spring
Boot,Node.Js,JavaScript,Bootstrap,jQuery,Eclipse,MySQL,HTML,CSS
Summary
Looking forward to work in a challenging and growth oriented environment with scope for learning, innovation and career
development. Looking for a prospect where I can make substantial contribution to the growth of the organization.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470…
https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470342480a540a0… 2/2
The CRM dashboard view allows Sales, technical and marketing team to plan relevant and timely activity for deals which
they are handling. It also serves as a strategic tool which helps in evaluating the overall health of the process. For instance
it helps in estimating sales revenue for the current month or quarter, So Marketing team can plan a demand generation
campaigns in case the estimates are falling below the target.
3. Visitor Management (Mobile Application-Backend)
* Technologies: Node JS, Express.js, mongodb, JWT.
* Tools: Eclipse IDE
* Description: An application aims at scheduling appointments for the visitors. It is a complete solution that helps to
manage and keep track of all the appointments within the organization.
UG: B.Tech/B.E. (Computers) from Ballari Institute Of Technology and Management in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java, React JS, Redux, JavaScript
jQuery, HTML, CSS, Bootstrap
Spring boot, spring data JPA
NodeJS, Express.JS, Apache Tomcat
MySQL, PostgreSQL, MongoDB, Redis
Eclipse IDE, workbench, pgadmin
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 711: Resume 1427 with similarity score 0.027658117705117304
M.TECH , BS , B.E , MS , B.TECH application support , full time , software developer midstream , onboarding , core java , robotics , interview , joining formalities , citrix , designation , use case , affirmative action , hindi , maintenance , windows , english , meters , authorization , status , resumes , excel , agile , sql , email , project , meter reading , gas , application , dcp , linkedin , less , mumbai , steps , fixing , testing , latex , matlab , obc , debugging , languages , clear , process automation , oxygen , 365 , javascript , workflow , web 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c43…
https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c430a18410d5b0d… 1/3
Current Designation: RPA Developer
Current Company: Predikly Technologies
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Predikly Technologies as RPA Developer
May 2019 to Till Date
RPA Developer(Automation Anywhere).
UG: B.Tech/B.E. (Computers) from Amrutvahini Sheti and Shikshan Vikas Sanstha's Amrutvahini College of
Engineering in 2016
PG: M.Tech (Computers) from Walchand College Of Engineering in 2018
Other Qualifications/Certifications/Programs:
Automation Anywhere Certified Master RPA Professional - Version 11
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mrunal Gondhali
RPA Developer(Automation Anywhere) seeking roles in Application
Development,Application Maintenance,Application Support,Requirement
Gathering,Requirement Analysis,Debugging,Bug Fixing,Coding,Testing,Client
Management,Core Java,Dot.net
Key Skills: software developer,application support,requirement gathering,debugging,bug fixing,testing,client
management,automation anywhere,process automation,agile,automation,robotics,bot,rpa developer,.net,sql,excel,ui
path,aa certified,metabots,A 2019 ,Java
Summary
Having 2+ years of IT experience with various technologies like Java, SQL, and Automation Anywhere.
Automated several complex business processes to minimize human intervention and provide more accuracy and added
more value to the business.
Worked with windows, web application automation. End to end process automation using Automation Anywhere
Worked with Metabots in Automation Anywhere bots.
Good understanding of the Software Development Life Cycle.
Flexible and versatile to adapt to any new environment and work on any project.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c43…
https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c430a18410d5b0d… 2/3
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: May 2020 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Aug 2019 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: May 2019 - Aug 2019
Onsite / Offsite: Offsite
Team Size: 5
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere 11.X 2020 2 Year(s) 1 Month(s)
Automation Anywhere A2019 2020 1 Year(s) 0 Month(s)
dot.net 2015 2019 0 Year(s) 3 Month(s)
CORE JAVA Oxygen IDE 2019 0 Year(s) 3 Month(s)
LATEX ShareLaTex 2018 3 Year(s) 3 Month(s)
MATLAB a2015 2018 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
hindi Proficient
Marathi Expert
Projects
Project Title: HR Recruitment & Onboarding Process
Client: Predikly's Internal Project
Skill Used: Automation Anywhere.
Role Description: 1. RPA Developer, analyzing the requirement and developing accordingly.
2. Discovering different workflow to efficiently gather data.
3. Creating architectural structure for data and workflow efficiency.
Project Details: This bot included HR Recruitment Process which is divided into 4 steps
o Process 1 Download candidates resumes as per JD (from Naukri and Linkedin).
o Process 2 Schedule Interview.
o Process 3 Request Documents
o Process 4 Joining formalities
Project Title: Third Party Volume
Client: DCP Midstream
Skill Used: Automation Anywhere
Role Description: Gathering Requirements, having daily stand up meetings for clear understanding of the requirement of the
use case.
RPA Developer, analysing the requirement and developing accordingly.
Discovering different workflow to efficiently gather data.
Project Details: This bot included 50+ pdfs in different Formats from which the gas flow meter reading and different
parameters associated to gas were to be extracted for multiple meters and submitted to the system named Flowcal.
Project Title: EBB Gas Flow Measurement Process
Client: DCP Midstream
Skill Used: Automation Anywhere.
Role Description: 1.Gathering Requirements, having daily stand up meetings for clear understanding of the requirement of
the use case.
2.RPA Developer, analysing the requirement and developing accordingly.
3.Discovering different workflow to efficiently gather data.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c43…
https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c430a18410d5b0d… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: 1. This bot included in total of 130 portal from which the gas flow meter reading and different parameters
associated to gas were to be extracted and submitted to the system named Flowcal.
2. The recursion period of this process is 3 times per day and for 365 days.
3. Portal included variety of client website, Citrix application and client desktop application.
Rank 712: Resume 892 with similarity score 0.02762366447854776
B.E , MS , B.TECH , BS technical account manager , application engineer , solutions architect , software developer , software development engineer , full time , support associate ecommerce , api , spring mvc , redux , core java , trails , css , ease , designation , pages , command , visit , mar , office , case , async , amazon s3 , pantry , affirmative action , analytics , cloud , maintenance , customer requirements , particular , authorization , internet , english , pattern , status , postgresql , specifications , program management , email , project , logging , application , modular , aws , agile methodologies , ownership , mumbai , system architecture , electronics , ug , engage , features , junit , react native , customer experience , servers , maven , languages , mobile , one , python , javascript , technology , elasticsearch , amazon web services , html , customer base 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b16…
https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b160614430d5f5d… 1/3
Current Designation: Software Development Engineer II
Current Company: Directi Zeta
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Internet/Ecommerce
Total Experience: 2 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
Directi Zeta as Software Development Engineer II
Dec 2020 to Till Date
Amazon Dev Center as Software Development Engineer
Aug 2018 to Dec 2020
Maintenance of the Various Subsystems used by Amazon IN Pantry.
Design and implementation Ownership of Features that appear on Amazon Pantry App and have direct interaction with a
huge customer base.
Feature enhancement for faster and extensible execution (with multi-threading) of subsystems that helped to reduce the
latency on the Amazon Pantry Application by a significant amount.
Conducted Code-Review for peers and delivered the Technical Specifications for the project
Communicated effectively while interacting with the clients and other stakeholders
Provided extended support for Deployments / Support / Critical Tickets
Projects:
Owned end-to-end ownership of designing a feature to be integrated in the Amazon Pantry Pages for ease of selecting the
variants (in size) of a particular product.
Made the design modular and extensible to any Amazon Pantry Pages. Implemented Command Design Pattern along with
Factory, Builder so that the feature is smoothly extensible for future enhancement.
Used Multi-threading in Java to implement an async background task that will execute the required logic encapsulated and
extensibly written using Builder and Factory Patterns.
Used React Native to add on to an existing subsystem and enhance the customer experience by understanding the
underlying System Architecture which was implemented in React Native.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nishant Himatsinghani
Software Development Engineer seeking assignments in Software
Development,Application Programming,Program Management,Project
Management,Requirement Gathering,Core Java,J2EE,Spring MVC,Maven,Agile
Methodology,HTML,Java Script,JSP.Python,PostgreSQL
Key Skills: Software Development Engineer,Software Developer,Software Development,Application
Programming,Program Management,Project Management,Requirement Gathering,Core Java,J2EE,Spring
MVC,Maven,Agile Methodology,HTML,Java Script,JSP.Python,PostgreSQL
Summary
Software Development Engineer with 2+ years of work exposure in Software Development,Application Programming,Program
Management,Project Management,Requirement Gathering,Core Java,J2EE,Spring MVC,Maven,Agile Methodology,HTML,Java
Script,JSP.Python,PostgreSQL.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b16…
https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b160614430d5f5d… 2/3
Technology Stack:
Core Java, Junit, Spring MVC, Spring AOP, Spring, ReactJs, React Native, JavaScript, CSS, JSP.
Accomplishments:
Launched a Feature on Amazon Pantry Mobile Application owning its end-to-end implementation and design.
Worked and explored newer technologies in a quick span of time.
Cloud Application Engineer, Amazon Web Services Aug 2018 - Nov 2019
Role:
To engage with the TAM(Technical Account Manager) and get the customer requirement.
Build the architecture from the customer requirement for the parts that involved the use of Analysis of Data Using
appropriate analytical AWS Service.
Build a functioning model of the customer requirements and presenting it to the customer.
To visit the customer's office directly and addressing their AWS related technical issues in a meeting that involves their
Solutions Architect, Technical Account Manager, AWS Business Head.
To maintain various subsystems used internally to ensure proper functioning and fix bugs.
Projects:
Used the Analytical Services to deliver a logging system end-to-end where the data from servers is fetched from the
customer servers and sent to AWS Kinesis in real time where it is process in AWS Lambda and appropriately send to
AWS Redshift/AWS Elasticsearch as per the customer use-case
Worked with one of the important customers of AWS to formulate an optimized realtime solution for their IOT project using
AWS Kinesis Analytics which involved Stream SQL and Flink.
Developed a AWS ElasticSearch Advisor tool(which is currently being used for trails by our top customers using AWS
ElasticSearch) in Python during my tenure as a Cloud Support Associate at AWS
Technology Stack:
Core Java, Spring, AWS API, Javascript, Python, PostgreSQL, AWS Kinesis, Amazon S3, AWS Redshift, AWS
Elasticsearch, AWS Cloudsearch, AWS Quicksight, AWS Lambda, Stream SQL, Flink
Accomplishments:
Employee of the Quarter for 2 times in 2019.
Appreciated for being a good mentor for team members.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Veermata Jijabai Technological Institute in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, j2ee, spring, spring mvc
Maven, Agile Methodologies
HTML, Java Script, JSP Python PostgreSQL
React Native, Redux
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b16…
https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b160614430d5f5d… 3/3
Employment Status: Full time
Rank 713: Resume 1217 with similarity score 0.02760041931202661
B.E , MS , B.TECH scientist , information security , quality control , configuration manager , change management , full time , senior network engineer award , telugu , filters , tunnels , office , space , cam , conducting , data collection , unifi , customer satisfaction , wlan , status , firmware , network infrastructure , nagios , squid , components , accessibility , connectivity , delivery of projects , syslog , analyzer , connections , coordinated , outages , organization , switches , ipv4 , capture , upgradation , amazon ec2 , wired , designation , mar , hindi , cloud , nms , cctv , network devices , ltd , provision , information security , english , cyberoam , troubleshooting , throughput , anti-spam , vtp , sonicwall , groups , kiwi , prtg , performance tuning , change management , disaster recovery , strategy , documentation , process management , data center management , isolation , operational support , javascript , wireless , availability , disk , business continuity , pyramid , network configuration , reporting , vm , general , options , affirmative action , stress testing , maintenance , utilization , solarwinds , advanced , vlan , proxy , email , aws , network security , siem , chassis , juniper , junos , data center operations , premises , eigrp , languages , resolving issues , cisco routers , context , client requirements , load balancing , failover , virus , engineers , sensors , web , layout , it infrastructure management , continuous monitoring , database , network architecture , intranet , recovery strategies , laptops , bandwidth , dlp , tamil , profiles , health , circuit , wireshark , authentication , firewall , azure , remote locations , vendor coordination , authorization , risk , internet , ipsec , teams , approvals , record , snmp , 4k , application , matrix , lr , electronics , led , s3 , storage , events , sophos , network administration , access points , netflow , metrics 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 1/4
Current Designation: Senior Network Engineer
Current Company: Mouritech Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Visakhapatnam
Functional Area: IT Software - Network Administration /
Security
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electronics and
communication]
Verified : Phone Number | Email - id
Mouritech Pvt. Ltd as Senior Network Engineer
Jun 2018 to Till Date
Role:
* Conducting periodic monitoring the network which includes LAN, WLAN, MPLS & WAN
* Planning and designing Network Architecture for MouriTech Branches
* Implemented the Network with the Sophos XG 210 Firewall, Cisco SG (300 and 350) Series L2 and L3 (3850)
Switches, DHCP Server on the Cisco L3 Switch
* Working with customers and resolving issues for customer satisfaction
* Maintaining the Network Devices Firmware with up to date and preparing of the PCI-DSS, ISMS, SOC and HIPPA
* Deploying Network Security Firewall's (Fortigate, Paloalto, Sophos) VM's on the Cloud Infrastructure on AWS, Azure
and GCP environment to make cloud network infrastructure with more security
* Creating the On-Prem to Cloud (Hybrid connectivity) with the site-to-site tunnels
* Integrated Amazon Cloud Watch with Amazon EC2 instances for monitoring the log files and track metrics
* Created AWS S3 buckets, performed folder management in each bucket, managed cloud trail logs, and objects within
each bucket
* Configured AWS Identity Access Management (IAM) Group and Users for improved login authentication
* Setting up the Connectivity between the On-Premises to Cloud Environment
* Maintaining VPC environment & designed an effective backup strategy depending upon client requirements
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
KALEPALLI VENKATA RAVITEJA
Senior Network Engineer seeking roles in IT Networking,Security Network
Architecture,Disaster Recovery,Network Security ,IT Infrastructure
Management,Change Management ,Data Center Management,SIEM,AWS, Azure and
GCP,Firewall,Cisco Routers,NGFW
Key Skills: Senior Network Engineer,Network Admin,IT Networking,Security Network Architecture,Disaster
Recovery,Network Security ,IT Infrastructure Management,Change Management ,Data Center Management,quality
control ,AWS, Azure and GCP,Firewall,Cisco Routers
Summary
* Versatile Professional offering nearly 5 years of rich experience in Network Administration, Security, Infrastructure
Management & Process Management
* Front-led large team to guide the successful delivery of projects through the provision of strategic & operational support,
including operational reporting, risk and issue tracking, quality control & post project benefits tracking and reporting
* A principal executive 'point of contact' for the Continuous Monitoring / Data Center Operations, engaged in ensuring
excellent information security, business continuity and disaster recovery strategies
* Experience in taking regular backup of server / database information & planning efficient storage, monitoring and using
network management tools, server tools & advanced troubleshooting skills in OS related issues
* Established the network infrastructure on the cloud platform using Firewall deployment
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 2/4
* Worked closely with cross-functional teams (Engineering, Field, Support, Business) and collaborated on optimal
solutions for current and future projects
* Supported, maintained, and enhanced database management systems; installed vendor and other support software
* Maintained network & systems by managing product and capability roadmaps; established maintenance procedures,
and worked with
systems administrators and engineers to perform regular network maintenance
* Troubleshot user circuit outages including the data collection for problem isolation and verified end-to-end system
health after extended outages
* Managed the design, installation, upgradation, maintenance, and troubleshooting of multiple Cisco ASAs and multiple
Demilitarized Zones (DMZs) per context in a highly available/redundant configuration
* Administered firewall performance tuning, installation & configuration multiple Demilitarized Zones (DMZs); configured,
troubleshot wired and wireless network problems and checked firewall logs & activity
* Conducted performance and stress testing of the network and security components to ensure effective information
systems security
Highlights:
* Undertook Sophos Access Points AP-55, AP-100 and integrated to the Sophos firewall
* Received the Going Extra Mile Award (GEM) for the work performance
* Was amongst top 10 and got nominated for Employee of the Year 2020 in Mouritech Organisation
* Configured:
o Elastic Load Balancers with EC2 Auto Scaling groups
o S3 to host Static Web content
o Aruba IAP-515 along with the Physical controller Aruba 7010
o Backup ISP if the Primary ISP goes down
o IPSEC VPN if the MPLS goes down so we can Enable the IP-SEC VPN and establish the Branch to Branch
communication
* Implemented Aruba Controller 7010
Da 4K Technologies Pvt. Ltd as Network Engineer
Jun 2016 to Jun 2018
* Performed periodic monitoring the network which includes LAN, WLAN, MPLS & WAN
* Established VPN Tunnels from head office to remote locations
* Configured:
Load balancing and failover of ISP connections to facilitate the network with zero downtime
DLP sensors to monitor all the Email traffic in the organization & Anti-Virus & Anti-Spam filters to secure the Web &
email traffic
IPS profiles with filters to block the sessions basing upon the risk levels and threat score
proxy options to block the file & emails as per size restrictions
Forti-Analyzer to capture all the traffic logs from the firewall
Squid Proxy Server for CIAG Internet
Ex-3300 as the L3 Device for to Route the Traffic
VLAN's on the L3 Device to separate the Users Traffic according the Bays wise
Two Virtual Chassis of 8 Juniper Ex-2200 Switches of VC1 and VC2
* Carried out Firmware upgradations of networking devices to safe guard the devices from security threats & bug fixes
as per OEM recommendations
* Restricted the web & application level access for the users as per management approvals
* Assigned administrators to access the Firewall with privileges as per customer's approvals
* Enabled and configuring QoS over internet traffic to optimize the bandwidth; monitored Bandwidth of CIAG Internet
* Allocated disk space in the Analyzer to accommodate all the firewall logs and archive the logs whenever it reaches the
quota limit
* Developed templates to analyse and report the bandwidth utilization, application usage, security threats, admin &
system events
* Automated all the templates to generate and send out the reports to administrator for a time span of 1 month
* Upgraded the firmware of the Analyzer to meet the Firewall appliance as per compatibility matrix
* Documented & implemented the CR with managerial approvals to fine tune the network resources
* Led documentation of ISP details, Intranet IP details, network diagram, Datacentre layout, MPLS network details,
Local POC for vendor coordination
* Followed up with ISP and MPLS providers for link outages and throughput issues
* Coordinated with Local site administrators from MPLS locations for any application accessibility & internet issues
* Providing access for restricted web and applications to users as per new request process
* Generated & shared daily health report regarding the status & utilization of network devices
* Managed Firmware upgradations of networking devices to safe guard the devices from security threats & bug fixes as
per OEM recommendations
* Creating User Id's and Passwords at Proxy Server for Scientist's
* Attending Internet Complaint Calls from Users and resolving the Issues
* Collected Logs from the Solar winds and Monitoring the Device Failure
* Implementation of the Cyberoam 300iNG Firewall and Juniper Ex-3300 and Ex-2200 Switches
Pyramid IT Solutions Pvt. Ltd as Network Engineer
Mar 2016 to May 2016
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 3/4
Role:
* Monitored the Network Availability by using the Nagios Monitoring Tool
* Upgraded the Latest Firmware of the Junos IOS on Ex-2200 Switches
* Replaced the Junos IOS with Backup Image at the failure of the Primary image
* Added the Virtual hosts of the CCTV cam to access these on any whereon the internet
* Monitored Bandwidth Usage and shared Monthly Reports
* Users are getting the internet from the Multiple ISP's for the by Load Balancing
* Addressed ISP fails & changed the Loud Balancing to the individual of the Primary and Backups of the ISP's
* Maintained the Track Record of the ISP's if anything goes down escalating to the Complaints to the ISP Providers
UG: B.Tech/B.E. (Electronics and communication) from Jawaharlal Nehru Technological University (JNTU) in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Cisco 3650,3850 (Stacking),9300 and 9200
AWS, Azure and GCP
Cisco 2960, SG (300,350)
Juniper (EX-2200, 3300)
Cyberoam CR-500ING
CR-100ING,CR-35ING, Sophos XG330, XG230
XG210,XG135,XG 105,Fortigate 90D, 200D
Forti analyzer
Sonic Wall Firewall
Sonic wall Analyzer
Sophos Central
Aruba IAP (205,215,315,515)
Unifi (Ubiquiti AC LR)
Unifi Virtual Controller
Aruba Virtual Controller
Aruba 7010 Controller
OSPF, EIGRP, RIP, BGP, VTP, STP/RSTP
VLAN, Private VLAN, HSRP, VRRP, NAT
Ether-Channel, ACL, IPv4, SNMP
Firewall, Cisco Routers
Aruba & Sophos AP, L2 and L3 Switches
SonicWALL Firewall, Fortigate
Firewall, Cyberoam Firewall
Sophos Firewall
Cisco Switch 2960, 3850, 300 Series
350 Series, Desktops and Laptops
SNIPE-IT
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Nagios,PRTG Network Monitoring Tool
KIWI syslog Server, Librenms NMS
Solarwinds, ManageEngine Ops Manager
Netflow Analyzer
Network Configuration Manager
ISMS, PCI-DSS
SOC, HIPPA Standards
Aruba Central
WIRESHARK
Aruba ClearPass
Languages Known
Language Proficiency Read Write Speak
english
telugu
hindi
tamil
Rank 714: Resume 458 with similarity score 0.027561934421358625
MS , B.TECH work from home , beta tester , student coursera , database , beta , sports , assessment , bioinformatics , resume , python , internships , data analytics , biotechnology , ngs , deep learning , data analysis , sql , machine learning , gene expression Assessment
Q1. Why should you be hired for this role?
I am a undergraduate student at department of biotechnology, National institute of technology Raipur.And I am a regular competitor on Kaggle
competitions.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for immediate for work for home.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9340914073
Riyaj Muhammad
Bangalore, Pune
Applied 08 Feb'21
Python Bioinformatics Data Analytics
Database Management
System DBMS
Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Biotechnology Engineering
National Institute Of Technology Raipur
2017 - 2021
CGPA 7.10/10
NGS Data Analysis
National Center For Microbial Resource, Pune
May 2019 - Jul 2019
NGS data analysis on the basis of similarly in the genomic sequence.
Vocational Trainee
aiims raipur, Raipur
Dec 2018 - Jan 2019
1 Captain of NIT Raipur at All India InterNIT powersport competition 2019 at MNIT jaipur.
2 Coordinator at sports committee of NIT Raipur SHAURYA.
3 Management committee of hostel H NIT Raipur.
University of Liverpool Kaggle competition
May 2020 - Jul 2020
Kaggle competition to predict the number of open channel in the cell at a given time.160th rank.
Identification of microbial phyla by microscopic images.
Jun 2019 - Jun 2019
Melanoma identification
Aug 2020 - Present
identification of the melanoma cells with the help of images.
Mechanism of drugs
Sep 2020 - Present
The competition is held on Kaggle to develop a algorithm to define the mechanism of drug on the basis of gene expression
and cell mortality.
Kaggle Expert tier
Beta tester at Coursera
Rank 715: Resume 1275 with similarity score 0.027561682090561458
B.E , MS , B.TECH senior project manager , technology lead , quality assurance , full time , delivery consultant , regional project manager efficiency management , customer , telugu , workshops , strategic thinking , status , stakeholder management , hosting services , infosys , sap , enterprise storage , testing , pmi , managed hosting , vmware esx , automation , designation , mar , deliverables , csm , hindi , cloud , gap analysis , flex , english , enterprise services , agile , budgeting , leadership , processing , astro , kanban , platespin , javascript , technology , measures , data centers , deviations , reporting , continuous delivery , brocade , consensus building , affirmative action , oracle , project plans , maintenance , strategic planning , normalization , architecture , email , aws , user stories , epics , languages , cisco , cost efficiency , scheduling , jira , pmp , streamlining , ms project , storage solutions , health , azure , key metrics , authorization , risk , record of success , go , teams , milestones , application , enterpriseone , adherence , apac , led , servers , drive , transformation , problem solving , acp , road maps , breakdown , communications , schedules 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c17…
https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c175642465c5801… 1/3
Current Designation: Regional Project Manager -IT
Current Company: T-SYSTEMS INTERNATIONAL
Current Location: Cyberjaya
Pref. Location: Bengaluru / Bangalore,Canada,Malaysia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Email - id
T-SYSTEMS INTERNATIONAL as Regional Project Manager -IT
Feb 2013 to Till Date
Regional Project Manager Jun 2016 onwards
Project Manager Mar 2014 - Jun 2016
Manager - Migration Services Feb 2013 - Feb 2014
Key Accomplishments:
Consistent Project Result delivery of above 28% financial margin in all project budgets.
Delivered cost saving of 11% through strategic planning and execution and leveraging of resources.
Cloud Migrations - ASTRO Program - Executed 2.5 Million Euro worth migrations of locally hosted applications & servers
to managed multi-cloud enterprise services for 16 countries in APAC. Incorporated factory model to bring in cost efficiency
& effective delivery - Agile approach.
ERP Hosting - JDE EnterpriseOne 9.2 - Executed 1.8 Million Euro worth project to deliver managed hosting services of
Enterprise Oracle 19c, Win2016 upgrades, DR Setup to deploy centralized JDE ERP Systems for 12 countries comprising
90+ servers & 900 over users.
SAP on Azure - Delivered 1.1 Million Euro worth project for Regional SAP Transformation of 90 SAP SIDs and involving
50 Non-SAP servers from 12 landscapes.
Data Center Enterprise Storage Solution Migrations - Zero error migrations of over 3 PB of storage solutions for complex
SAP & Non-SAP landscapes from Global Data Centers of Europe, Americas & APAC.
Organizational Efficiency - Cost saving of 51 FTEs through automation and streamlining of operational deliverables and
KPIs using lean strategies and skill transformation.
Accountabilities & Deliverables:
Successfully implemented the various project phases, including planning, build, UAT/testing, Go-Live deployment, and
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
NARASIMHA REDDY SATHI
PMP, PMI-ACP, CSM Regional Project Manager seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,Agile,Waterfall,JIRA,EPM,ProjectNOW,MS Azure,AWS,Vmware ESX
Key Skills: Regional Project Manager-IT/Software Development,Application Programming,Application
Maintenance,Project Management,Stakeholder Management,Requirement Analysis,Solution
Architecture,Agile,Waterfall,JIRA,EPM,ProjectNOW,MS Azure,AWS,Vmware ESX
Summary
An exemplary and accomplished Senior Project Manager with 15 years of experience and expertise in multiple Project
Management methodologies (Agile & Waterfall) offering a proven record of success in leading and managing diverse technology
projects worth multi-million dollars. Adept at consensus building, strategic thinking, problem solving and negotiating, delivery
excellence, lean and efficiency management.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c17…
https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c175642465c5801… 2/3
normalization.
Managed the entire gamut of project efforts on all phases of project scheduling, budgeting & cost controls, resource
requirement plans, quality assurance and delivery excellence.
Led teams across broad technical, financial and business disciplines. Focused teams on business objectives and tracked
progress to ensure project milestones were completed on time, on budget and with the desired results.
Interacted with key stakeholders to determine requirements, negotiate and manage scope & control cost.
Worked with all stakeholders and senior leadership to rapidly develop multi-prong implementation project plans.
Implemented agile governance for immediate decision making, to manage cost efficiencies, to control scope, and to drive
continuous delivery.
Developed Epics, User Stories, Product backlogs, Sprint backlogs & initiated projects by engaging customer and gathering
requirements through workshops & demo sessions.
Defined processes and tools best suited to each project. Moved between agile and waterfall approaches depending on
project specifics and client goals, creating detailed project road maps, plans, schedules and work breakdown structures.
Built consensus between delivery and business partners, actively managed dependencies and integration between
functional teams, other projects and programs.
Conducted a current state vs. target state gap analysis for the project.
Investigated and identified key regulatory, operational, and processing gaps and applied required measures.
Ensured adherence to product processes, quality standards, and deliverables
Identified & mitigated project risks and impediments by collaborating & building positive relationships.
Managed project financial health, scope deviations & risk levels for projects in APAC region.
Established strategies to maintain effective communications with all key stakeholders.
Provided program and account managers, customers with regular project reporting of key metrics on deliverables and
KPIs.
Hewlett-Packard GlobalSoft as ITO SVC Delivery Consultant III
Jun 2011 to Jan 2013
Infosys Limited as Technology Lead
Aug 2010 to Jun 2011
UG: B.Tech/B.E. (Mechanical) from National Institute of Technology (NIT), Durgapur in 2003
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, EPM
ProjectNOW
MS Project
Kanban, SAFe, FLEX, DAD
Brocade, Cisco
Win 2016/ 2012/ 2008
VMWare ESX 5.5
Platespin, Azure ASR, Vmware
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c17…
https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c175642465c5801… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 716: Resume 584 with similarity score 0.02755775852275813
MS , BSC , BS work from home , full time , student css , mysql , lal , bootstrap , project , application , mobile apps , c programming , records , resume , java , django , e-commerce , completion , assessment , management system , it , python , tkinter , html , database Assessment
Q1. Why should you be hired for this role?
I want to know more about mobile apps for this little information about all mobile apps.
I love making Mobile App.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available full time but I'll leave when I have exams.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9672345838
Sunil Jangir
Pune
Applied 30 Jan'21
CSS Django HTML
MySQL Python C Programming
Java
Master of Computer Applications MCA
University Of Kota
2018 - 2021
Percentage: 70.00%
Bachelor of Computer Applications BCA
Maharshi Dayanand Saraswati University
2015 - 2018
Percentage: 70.00%
Senior Secondary XII, Science
Lal Bahadur Shastri Kuchaman
RBSC board)
Year of completion: 2015
Percentage: 67.00%
Student management system
Feb 2020 - May 2020
This projects is a simple GUI project made with Tkinter and Mysql for
student database management system. In this you can add studend
details and show individual records associating a roll no.
Used technologies: Python, MySQL
Food billing system
Apr 2020 - Present
Food Billing System project is written in Python. The project file contains a
python script (foodbilling.py). This is a simple GUI based application which
is very easy to understand and use. It uses Tkinter module for the GU
E-commerce website
Jan 2020 - Present
Used technologies: Python, django, html, css,sqllite,bootstrap
Rank 717: Resume 780 with similarity score 0.02755637885408337
B.E , MS , B.TECH , BS sr. manager , senior manager , associate , devops , release engineer , automation engineer , solution architect , full time , informatica , installer , vp version control , corporate training , core java , visual studio code , release engineering , product certification , security , classification , platforms , traceability matrix , enterprise integration , docker , gradle , wire , test cases , technical training , status , bot , ip technologies , perl , integration testing , juniors , bridge , continuous integration , xml , kerberos , writing , glassfish , features , kibana , principle , infrastructure , cdh , sql server , burp suite , notification , artifactory , freelancer , devops , spark , kubernetes , designation , confluence , deliverables , mar , sap products , plugins , web services , hindi , cloud , ltd , windows , english , visual c++ , logstash , autoit , management professional , ui automation , agile , mongodb , microservices , consolidation , gap , business operations , pipelines , architecting , rest , strategy , vmware , data integration , sonarqube , project migration , javascript , qtp , technology , availability , hadoop , ldap , html , general , scrum , groovy , affirmative action , oracle , maintenance , unix , jquery , iaas , architecture , nexus , proxy , email , aws , saas , github , 2008 r2 , junit , silktest , perforce , maven , languages , operational excellence , java awt , reflection , jira , search , pmp , ajax , cygwin , api , mentoring , jenkins , harness , jmeter , testng , adapter , authentication , azure , authorization , business solution , teams , models , application , ecosystem , modular , shark , cucumber , s3 , shell scripting , framework , selenium , ssh , mesh , python , helix 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 1/4
Current Designation: Senior Manager- Build and Release
Engineering (IT Software)
Current Company: Informatica Business Solution Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Germany,United Kingdom (UK),Bengaluru /
Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Informatica Business Solution Pvt. Ltd. as Senior Manager- Build and Release Engineering (IT
Software)
Jul 2010 to Till Date
Project 1: Managing Build and Release Engineering, Bengaluru (Cloud & OnPrem Release)
Role: Sr. Manager Build and Release Engineering
Tools/Technology Used: Blackduck Hub ,Veracode, Jenkins, Istio, Docker, Kubernetes, Jira and its plugins, ELK, GitHub,
AWS, Java, Python, Grafana
Period: Since Jan18
Key Result Areas:
Supervising escalations and deliverables on various build and release engineering projects at cloud/on-prem and
administrator the activities like build availability with high quality, endgame process, flight plan and BOM updates
Coordinating with PMO on revisiting SDLC guidelines for cloud release and DevOps role as well as operating TPL's,
static scans and automation around it and its consolidation across all products and ecosystem (Cloud, on prem)
Leading a project with mix of engineering teams to migrate version control system from perforce to GitHub as well as
contributing to various cloud projects and assisting them to enhance operations efficiency and manage the cost.
Managing EBF Framework, SLA and quality before delivery; gathering and validating requirement provided for new
projects from PM's and allocating the required resources and plan for technical training if require.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
VINAY KUMAR MISHRA
AWS, Project Management Certified Professional,Senior Manager seeking roles in
DevOps, CloudOps, IT Project Management Agile Methodology,Quality and SLA
Management, Operational Excellence using technology like Jenkins, Docker,
JIRA,Java, Kubernetes
Key Skills: Cloud architecting,IT Project Management,Agile Methodology,Quality and SLA Management,OnPrem Cloud
Migration,kubernetes,Jenkins,Docker,JIRA,Python,Java,Ajax,Certified PMP, CI CD, SAAS, Terraform, Cloud
Formation,ARM,Selenium, Perl, Burp,Selenium,ELK
Summary
AWS and Project Management Certified Professional, offering over 15 years of software engineering career. Technocrat with
specialization in end-to-end Cloud, Security and Infrastructure Consulting, Management, Enterprise Integration Strategy and
Architecture in multiple domains; directed the business operations through executive level planning and analyzed build delivery
issues in a timely fashion in SAAS and on prem environments. Skilled in developing and maintaining tools, solutions and
microservices associated with deployment while ensuring compliance with standards. Hands-on experience in mentoring in
support of driving modern engineering practices including CI (Continuous Integration), CD (Continuous Deployment) via
services mesh, service discovery technologies and shift left principle. Experience in working end to end, in project migration
from On-prem to Cloud (AWS\AZURE) marketplaces using Rehosting and Replatforming migration paths.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 2/4
Project 2: Managing Build and Release Engineering, Bengaluru (Cloud & OnPrem Release)
Role: Manager Build and Release Engineer
Tools/Technology Used: Jenkins, AWS, Azure, ELK, AJAX, Java, Python
Period: Jan'16-Jan'18
Key Result Areas:
Developed framework to enable various automation to be a part of current CI/CD pipeline; integrated Blackduck Hub
/Veracode (policy and sandbox models) and many other gates to augment current CI/CD pipelines
Designed the framework and participated in development of solution via Elastic Search/Kibana/Logstash (ELK Stack)
to monitor error classification and notification in build system
Project 3: Managing Automation Engineering for PAM and Installer Team (Cloud & OnPrem Release)
Role: Manager, QC/ Automation Engineering
Tools/Technology Used: AWS, Azure, GCP, ELK, Hadoop, JAVA, Jenkins, Python
Period: Jan'15-Jan'16
Key Result Areas:
Designed and developed a solution to auto analyze failures of test cases via ELK Framework and JAVA.
Managed PAM Team (15+members) for product certification on various Hadoop distributions like EMR, CDH.
Project 4: Principal Automation Engineering in PAM and Installer Team (Cloud & OnPrem Release)
Role: Principal QC / Automation Engineer.
Tools/Technology Used: Jenkins, Java, SilkTest, Selenium, AWS, AZURE, Hadoop
Period: Mar'13-Jan'15
Key Result Areas:
Developed and mentored automation frameworks developed in BDD, keyword driven for UI/REST application via
Cucumber/Selenium for various product team; mentored and assisted Juniors on developed Automation Framework,
practices to follow while writing the test cases
Industrialized MTD (Modular Test case driven Automation) automation framework to bridge a gap between Functional
/Automation team to bring a traceability from requirements to automated test cases
Project 5: Informatica Installer Automation and BAT (Build acceptance Test) Development
Role: Lead QC/Automation Engineer
Tools/Technology Used: Java, SilkTest, Selenium, perl, AppScan, Maven, ANT
Period: Mar'12-Mar'13
Key Result Areas:
Wrote GUI Automation frameworks in data driven way with TestNG factories,listeners, Java reflection and Selenium;
created test and automation plan, traceability matrix, QA strategies for installer and AC product for multiple features like
Kerberos, LDAP Authentication
Project 6: Integration Testing, Automation Development and Informatica Installer
Role: Senior QC /Automation Engineer
Tools/Technology Used: Java, SilkTest, Selenium, Perl, Burp, AppScan
Period: Jul'10-Mar'12
Key Result Areas:
Developed a harness in Java AWT to initiate and managed automation; automated 3000+ test cases via factory model
and team and team size of 3 in 6 months
Stag Software Pvt. Ltd. as Lead Automation Engineer
Mar 2006 to Jul 2010
Projects : Automation Solution to Various Client
Role: Automation Engineer
Tools/Technology Used: Jenkins, Java, SilkTest, Selenium, Perl. QTP, Ant, Junit
Period: Mar'06-Jul'10
Key Result Areas:
Developed an automation framework to automate and integrate SAP products with 10 languages and 4 different
platforms; automated 4000+ test cases for Informatica web client via Selenium as a tool
Integrated automation frameworks for BO as a primary build promotion criterion with their DevOps process
Migrated 5000+ test cases from Visual C++ automation code to Selenium with 90% accuracy; developed framework to
automate adapter/backend level test cases via Java and Junit framework
Collaborated with client for their automation requirement, created proposals, performed POC and cost estimations;
partaken in corporate training on Selenium and QTP for CTS corporation
Identified ROI in any automation with the team and built new processes like Time-Line Estimation; partaken in QA
process in writing QA strategies, test cases and automated them for various client tools
Freelance Consultants as Freelancer
Dec 2003 to Apr 2005
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 3/4
UG: B.Tech/B.E. (Computers) from RGPV University, Bhopal in 2003
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Professional
AWS Certified Solution Architect Associate
PMP (project Management Professional)
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure, Sumologic, Terraform
python 3.x, Grafana
CDH(Admin),HDP(Admin),EMR, Spark
Windows (all major versions)
UNIX (Aix7.1, Solaris11, RHEL6-7x)
cloud IaaS service, ESX
VMware Technologies
Core Java, Silk4j, AWT, AJAX
Jquery, Java script, REST API
Groovy, Hybrid Frameworks
Selenium, QTP, Silktest, Gauge
Taiko UI automation, Hadoop
Elastic Search, Kibana, Logstash
RestAPI automation, Gradle
Postman, RestAssured
Silk Test 2008 R2 sp2, Maven
QTP 10.0, SWT bot, Spinnaker
Cucumber, AutoIT, Jenkins
Ant, AWS CI\CD, Veracode
Istio, Consul, HAProxy, Chef
Helix Perforce, Swarm, GitHub
Nexus, JFrog artifactory, S3
Blackduck (code center), Hub
LSPS , Jmeter, custom tools, SilkPerform
Appscan, Wire shark, Custom Framework
Burp Suite, StackRox, MongoDB, Cassendra
SQL Server , Oracle, DB2
4Test, VB-Scripting, Shell Scripting
Java Script, perl
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JACOCO, Cobertura, Java Stubs
drivers, SonarQube
CI\CD pipeline
Data Integration (Informatica)
BI Tools (SAP, BO)
Foreign Exchange(Integral), CRM(Atlas)
Swarm, Perforce(p4v), Git
Agile methodology, Docker, Scrum
Confluence, Jira, Kubernetes
Microservice Architecture
XML, web services, Cygwin, LSPS, HTML
X-path. Glassfish
Glassfish, OSI \TCP IP technologies
Thycotic secret server, Consul
HA Proxy, Cygwin, SSH, Jsch
Visual Studio Code
Kerberos Authentication
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 718: Resume 758 with similarity score 0.02751487834101744
B.E , MS , B.TECH software engineer , full time , team lead confidentiality , appdynamics , general , retrospectives , kubernetes , designation , office , mar , tamil , affirmative action , oracle , web services , technical architecture , scanning , collaboration , docker , gradle , operational efficiency , maintenance , azure , beginner , service delivery , kafka , digital , software industry , risk , english , troubleshooting , code review , authorization , consignment , status , shipping , design documents , agile , spring boot , email , jpa , fedex , postgresql , application , project , activiti , requirements gathering , deals , operations , rest , technical design , flow , debugging , junit , middleware , maven , languages , events , python , javascript , eclipse , search , cloud computing , technology , load , business requirements , capture 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c15…
https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c150343145e580d… 1/3
Current Designation: Delivery Module Lead
Current Company: Mphasis
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mphasis as Delivery Module Lead
Jun 2020 to Till Date
Modernizing the fedex application into micro service architecture for booking , shipping, tracking the consignment.
Responsibilities:
* Requirements Gathering.
* Designing and developing an application flow.
* Exposing a RESTful Service.
* Producing Technical Design documents based on business requirements.
* Code review for standards and correctness.
* Mentor and provide guidance to team.
* Overseeing business projects through the entire development lifecycle: Requirements, Design, Build, Test,
Deployment.
* Product troubleshooting and debugging.
* Agile development with regular stand-ups and demo/retrospectives at end of sprint.
Technologies:
Java 1.8, Spring Boot, Micro Services, JPA, PostgreSQL, Gradle, JUnit 5, REST Web Services, Azure, Kubernetes, kafka,
spring-cloud-stream, spring-cloud-config
BNY Mellon Technology as Tech Lead
Dec 2015 to May 2020
Digital document custody is fully focused on service delivery and technology driven solution by using new emerging
technology to provide operational efficiency while addressing the risk associated with operations and confidentiality of
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kumar A S
Delivery Module Lead seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Client
Management,Requirement Gathering,Cloud Computing,Spring Boot,Java,Azure
Key Skills: Delivery Module Lead,Team Lead/Tech Lead,Software Development,Application Programming,System
Analysis,Technical Architecture,Client Management,Requirement Gathering,Cloud Computing,Spring Boot,Java,Azure
Summary
Result oriented professional with around 9.2 Years of experience in Software Industry.
Proficient in grasping new technologies and utilizing them in an effective manner.
Good Communication and Inter personal skills combined with willingness to learn.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c15…
https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c150343145e580d… 2/3
information.
Involved in development of Middleware RESTful service, such as,
Inbound:
* Scanning document and OCR process to capture data from document
* Load and search document details.
* Events handling of document.
Outbound:
* Listening emailbox to take request of document release.
* Events handling of request
Responsibilities:
* Requirements Gathering.
* Designing and developing an application flow.
* Exposing a RESTful Service
* Code review for standards and correctness.
* Mentor and provide guidance to team.
* Overseeing business projects through the entire development lifecycle: Requirements, Design, Build, Test,
Deployment.
* Communicating with business team and operation.
* Resolving production issues inclusive application and infra.
* Collaboration with team who provides service for our application.
* Lead the project.
XM Software Solution as Software Engineer
Jan 2014 to Dec 2015
XM Software provides financial service.
* Involved in maintaining the details of all the transactions happening in all product in Back Office and also it deals with
HRMS.
UG: B.Tech/B.E. (Computers) from Anna University in 2010
Education
IT Skills
Skill Name Version Last Used Experience
Java 1.8, Python (Beginner)
RESTful, Spring boot, Elastic search
BPMN(Alfresco activiti)
spring-cloud-stream,spring-cloud-config
JUNIT
Oracle, MS-SQL,sybase, JPA and
Docker, Kubernetes and Azure
Maven, Git, IntelliJ, Eclipse
Appdynamics and gradle
Languages Known
Language Proficiency Read Write Speak
English
Tamil
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c15…
https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c150343145e580d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 719: Resume 1090 with similarity score 0.027509222807364984
B.E , MS , B.TECH , BS scrum master , technical architect , devops engineer , product development , full time , devops consultant , technical lead , project leader version control , appdynamics , core java , telugu , platforms , docker , linux , gradle , digital , status , specifications , product management , mumbai , bitbucket , sql azure , building , infrastructure , mobile payments , sql server , suite , mission critical , api manufacturing , ansible , automation , react.js , essential training , devops , kubernetes , designation , confluence , mar , games , hindi , new business opportunities , cluster , ltd , service providers , bar , sports leagues , english , troubleshooting , agile , trivia , project , technological solutions , leadership , provisioning , integrated product development , redis , pipelines , react native , strategy , computer engineering , strategic initiatives , javascript , vsts , technology , availability , application monitoring , business requirements , subversion , general , interviewing , scrum , sqlite , mobile application development , groovy , affirmative action , mysql , principles , user experience , maintenance , ratings , email , business analytics , tomcat , aws , configuration management , print , engineering management , operations , new features , saas , microsoft , android , user stories , containerization , customer experience , languages , google api , jira , dashboards , engineers , scopes , database , online , cloud services , jenkins , offers , authorization , functional requirements , teams , milestones , productivity , deliveries , models , interfacing , hiring , drive , shell scripting , nginx , silos , python , cloud computing , orchestration , cd , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 1/4
Current Designation: Technical Architect
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
Deloitte as Technical Architect
Dec 2020 to Till Date
Unify Technologies as Devops Consultant
May 2020 to Nov 2020
Working closely with the engineering team to deploy and maintain the infrastructure.
Automate and streamline our operations and processes for scale.
Building CI/CD Pipeline Using Jenkins
Source code Management systems and branching strategies
Containerisation technologies (Jenkins, Docker, Kubernetes, Istio)
Infrastructure provisioning (Ansible & Terraform)
Application monitoring (ELK/EFK, Grafana, Prometheus)
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ANIL KUMAR SARIPIRALLA
Cloud DevOps Engineer seeking roles in Cloud DevOps Engineer, Technical Lead,
SRE, AWS, Jenkins, Kubernetes, Docker, Terraform, Ansible, Azure, GCP,
Prometheus, Grafana, ELK, AppDynamics, Linux shell scripting, Java, Android,
Python, JIRA, Git ...
Key Skills: Cloud Computing,Jenkins,Docker,DevOps,Scrum,Agile,SQL,JIRA,AWS,Shell
Scripting,kubernetes,Terraform,Linux,ELK,Prometheus,Grafana,Ansible,SRE,observability,resilience,Performance,Scaling,GCP
Master,Product Management,Python,Java
Summary
A budding professional offering over 7+ year of experience of end-to-end product development; was 1st employee of the
company and helped the Operational Start-up of the company
After hiring the dedicated team for Development and Operations shifted to the Cloud & DevOps to Scale and Streamline the
Products.
Skilled Cloud DevOps Engineer with hands-on experience supporting, automating, and optimizing mission critical deployments
in AWS, leveraging configuration management, CI/CD, and DevOps processes.
Have multi Cloud Knowledge like AWS, Azure, GCP
Managing, Monitoring & Troubleshooting the Cloud & Database Server 24/7 to minimise downtime and maximise high
availability.
I started my journey with Development then moved to the Cloud DevOps Engineer and then shifted to the role of Product
Manager Accidentally, combining both Agile & DevOps can lead to take more rational decision making & Improving the
company Culture also increases the efficiency of production software.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 2/4
Appdest Technologies as Technical Leader
Jul 2019 to Apr 2020
? Gathering Requirements from Client by interviewing and observing them Validating them
? Converting those business requirements into User Stories and tasks in Jira
? Good hands-on knowledge of Source Code Management (Version Control System) tools like Git
? Proficient in developing Continuous Integration/ Delivery pipelines
? Experience with automation/ integration tools like Jenkins, Ansible, Terraform, Docker. Kubernetes
? Knowledge of major cloud service providers, like AWS, Azure etc
? Successfully Delivered multiple Milestones to the Client
Banyan (Accpre Software Technologies Pvt. Ltd.) as Cloud & DevOps Engineer
Sep 2013 to Jun 2019
By using both Agile & DevOps methodologies shown results in rational decision making & Improving the company Culture
also increases the efficiency of production software.
Translating customer's functional requirements into the technological solutions in regards with the Live Sales Dashboards,
Inventory Management, Table Reservation System, Menu Management, Reports & Analytics, Mobile Wallet Integration,
Offers & Promotions, Cloud Print, Online Ordering and so on
Solid understanding of software development life cycle models as well as expert knowledge of Agile, traditional project
management principles & DevOps Processes
Directing a team of Engineers for development of new features in the product
Collaborating with Senior Leadership Team to define product scope and schedule
Interfacing with Product and Engineering Management to plan the product roadmap and strategy
Recommending and implementing process improvements to increase the efficiency and impact of the Engineering Team
Administering project scopes and objectives, involving relevant stakeholders and ensuring technical feasibility; ensuring
that all projects are delivered on-time, within scope and within the budget
Working on a detailed project plan to track progress, managing changes in project scope, schedule and costs
Coordinating with cross-functional teams for Integrated Product Development; providing consultancy throughout the
process
Implementing new technologies & undertaking automation initiatives for optimizing cost & resources, enhancing
productivity, & generating new business opportunities
Developing an alignment between business / technology plans & strategic initiatives at the top level
Implemented the both Fail-fast Agile and well-planned DevOps to drive innovation and transformed from silos to Culture
shifts.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2013
Other Qualifications/Certifications/Programs:
Diploma in Computer Engineering
Azure Administration Essential Training
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 7 Year(s) 0 Month(s)
MySQL SQL Sqlite Scripting Redis Python 0 Year(s) 0 Month(s)
Script, React Native 0 Year(s) 0 Month(s)
Linux, Git, Jira, Bitbucket, Confluence 0 Year(s) 0 Month(s)
ELK, Nginx, tomcat, W|X|LAMP, Gradle, 0 Year(s) 0 Month(s)
DevOps, Azure, GCP, Azure DevOps 0 0 Year(s) 0 Month(s)
Java, Python, Android, JavaScript 0 0 Year(s) 0 Month(s)
CI CD, ELK, Gradle, VSTS 0 0 Year(s) 0 Month(s)
Confluence, Jira, Bitbucket, UI/UX 0 0 Year(s) 0 Month(s)
kubernetes, Jenkins, Docker, Istio 2020 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 3/4
Nature of Employment: Full Time Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Project Leader
Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2017 - Nov 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2013 - Jun 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2013 - Jan 2015
Onsite / Offsite: Offsite
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Projects
Project Title: Roche
Client: Roche Holding AG
Project Details: Working closely with the engineering team to deploy and maintain the infrastructure.
Automate and streamline our operations and processes for scale.
Achievements:
Implemented the Bitbucket integration for Jenkins Pipeline, also HPA for EKS cluster
Configured the EFK for Application Monitoring, Grafana Prometheus for K8S cluster Monitoring
Skills:
Jenkins, Docker, Kubernetes, Terraform, AWS, Istio, EFK, Grafana, Prometheus, Python, Groovy, Shell script, Postgres,
Appdynamics
Project Title: JIMS
Client: Lakshmi Jewellers Mumbai
Skill Used: Azure, SQL Azure, Agile, Scrum, Devops, Android, SAAS, .Net, User Experience, User Interface Designing
Project Details: ? Gathering Requirements from Client by interviewing and observing them Validating them
? Converting those business requirements into technical specifications
? Good hands-on knowledge of Source Code Management (Version Control System) tools like Git and Subversion
? Proficient in developing Continuous Integration/ Delivery pipelines
? Experience with automation/ integration tools like Jenkins, Ansible, Docker. Kubernetes
? Knowledge of major cloud service providers, like AWS, Azure etc.
? Hands-on knowledge of software containerization platforms like Docker and container orchestration tools like Kubernetes
and Docker Swarm
Project Title: Spinov
Client: Accpre Entertainment Pvt Ltd
Project Details: Spinov mobile app enables bar goers play live predictions games against live sports leagues, trivia questions,
theme quizzes, live ratings etc and win discounts.
Project Title: Banyan
Client: Accpre Software Technologies Pvt Ltd
Skill Used: AWS, Android, Mobile Application Development, Python, React.Js, Core Java, Devops, Javascript, Microsoft
Azure, MySQL, Google Api, API Manufacturing, SQL Server, GCP, UI Development, User Experience, Business Analytics,
Project Management, Product Management, Agile Methodology, Scrum Master, JIRA
Project Details: Banyan is a cloud-based, multi-channel platform designed for restaurant businesses. Banyan offers a suite of
cloud-based applications that help restaurants deliver a superior customer experience by optimizing both front and back
house operations. Banyan also acts as an open platform to integrate a suite of cloud services with restaurants like online
orders, Inventory Analytics, mobile payments, table reservations, cross-platform promotions, hyper-local deliveries, etc
Project Title: DigiDine
Client: Accpre Software Technologies Pvt Ltd
Project Details: Digital Menu Application for Hospitality
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 720: Resume 727 with similarity score 0.027508487048003696
MS , BS associate vice president , senior vice president , certified scrum master , product development , assistant vice president , quality control , book publisher , senior software engineer , change management , full time , vp , project leader resource allocation , customer , security , nlp , docker , web api , status , stakeholder management , specifications , product management , opportunity assessment , mumbai , testing , building , asp.net , soa , pipeline , technical standards , publishing , rust , spark , designation , mar , deliverables , pre-sales , csm , hindi , realization , gap analysis , contingency planning , ltd , windows , tvos , english , budgeting , agile , media entertainment , video , microservices , ownership , closure , change management , wbs , research , mobile applications , dashboard , javascript , technology , hadoop , html , digital services , digital education , reporting , general , scrum , sqlite , developers , mobile application development , pay , affirmative action , mysql , mining , maintenance , natural language processing , service delivery , digital media , transcoding , architecture , email , sim , aws , system development , project delivery , investments , multimedia , operations , android , invoicing , economics , languages , big data , amazon , management system , testers , akamai , functionality , streamlining , performance management , rfp , system architects , nosql , ug , portals , developments , analytics , authentication , revenue , particular , ios , risk , authorization , teams , go , nearshore , c# , scalability , solr , record , ecosystem , savings , fostering , led , optimising , offshore , nginx , storage , framework , objective-c , python , reviews , acting , cloud computing , learning , microsoft sql server , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 1/4
Current Designation: Senior Vice President -Technology
Current Company: Hungama Digital Media Entertainment Pvt,
Ltd.
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Hungama Digital Media Entertainment Pvt, Ltd. as Senior Vice President -Technology
Apr 2018 to Till Date
Managing the development of product, technologies and applications
Directly & indirectly monitoring a team of 78 Product, Project, Technical & QA professionals including System
Architects, Module Leads, Developers and Testers
Behavioural analytics , for recommendations, search and troubleshoot any recurrent issues
Work with different partners like AWS, GCP, Akamai, Cloudflare on different aspect of Infra.
Balancing between business and technical development
Review and execute Marketing plan for app related KPIs.
Reviewing all the architecture designed by Architects before development
Ensuring quality control by establishing technical standards which have to be adhered to
Advising top management about timely investments in appropriate new technology
Internally, explaining the outcomes of implementing new technology to the board, & employees
Work with customers to understand what improvements they require in the product or service
Fostering an efficient research and development team
Keeping abreast of and anticipating developments in the relevant technological field
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Pushan Puri
CSM Senior Vice President -Technology & Product seeking roles in Application
Development,Product Development,Stakeholder Management,Delivery
Management,Release Management,Change
Management,Java,JavaScript,C++,GoLang,Rust,NodeJS,Scala,Hadoop,Spark
Key Skills: Head/VP/GM-Technology(IT)/CTO,Product Development,Java,NodeJS,Scala,Hadoop,Machine
Learning,NoSQL,Python,Nginx,Elastic Search,Solr,Natural Language Processing,Search Engine,Android,IOS,Big Data
Analytics,Project Management,Docker,Microservices
Summary
Forward-focused professional with over 20 years of experience in leading delivery of digital technology products,
projects including applications, websites, web portals, Big Data Pipeline and mobile solutions
Proven success in independently taking end-to-end ownership of all technical aspects of application development
lifecycle; achieved on-time & quality delivery of multiple product releases for high-profile clients
Impressive track record in project / program delivery, maintaining highest standards of quality & customer
satisfaction
Recognized for taking innovation & process improvement initiatives to ensure alignment of technology roadmap
with business strategies
Experience in setting up and leading nearshore, offshore development teams
Expertise in Stakeholder Management, Account Mining, Budgeting, Resource Allocation and Pre-sales coupled with
proficiency in Delivery, Release and Change Management
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 2/4
Highlights:
Reduced the development lifecycle 40% by streamlining processes
Reduced the new product feature go to market from 3-month timeline 4 weeks
Introduced Agile methodology of software system development
Implemented CI-CD Pipeline
Set-up Audio & Video transcoding pipeline
Reduced overall Infra cost by 40% by
Optimising web API performance
Renegotiating and bringing in new partners for CDN & Storage (Highest savings)
Micro-services based Docker implementation for better Infra usage
Implemented
Recommendation engine
Personalised search with NLP
Analytics pipeline
Label pay-outs
Analytics dashboard
ML for infra monitoring
Reliance Jio Digital Services Pvt. Ltd. as Assistant Vice President
Nov 2014 to Apr 2018
Managing the development of technologies and applications
Monitoring a team of 58 technical professionals including System Architects, Module Leads, Developers and Testers
Working on the analytics based on user behaviour, problems faced for Jio Media to design recommendations and
troubleshoot any recurrent issues
Reviewing all the architecture designed by Architects before they are launched and development progresses
Ensuring scalability of operations and managing 9 Billion to 11 Billion user-count on any particular day
Working with the Product Management Team for designing and implementing the product roadmap, application
development and launch
Engaged in working with the Tech Council and identifying and resolving any/all technical challenges faced by the
Development and Deployment teams; establishing Agile processes and automated testing as well as build release
processes
Acting as a member of Technical Council, Product Council as well as Recruitment Council
Establishing and implementing architectural framework; ensuring that best practices for coding, architecture &
security are employed
Ensuring all solutions are scalable, extensible & available from architecture stand point; ensuring technical integrity
of project deliverables
Creating detailed technical specifications, developing application, participating in code reviews & module testing as
needed
Providing post-implementation, application maintenance and enhancement support to the client with regard to the
software application
Managing Project Delivery Life Cycle, using Agile/Scrum methodologies, including estimation, requirement
gathering, gap analysis, creation of WBS, testing, go-live assistance, planning risk responses & contingency planning
Developing processes to improve project efficiency; reducing the turnaround time and overall Total Cost of
Ownership through process improvements
Building a technically strong & highly motivated workforce; administering recruitment & performance management
systems; building career roadmap
Highlights:
Designed and implemented application framework, service-oriented architecture and analytics system for Jio Media
Applications
Designed and developed top- trending applications:
JioTV: 100+ million installs with 10 Million daily active users
JioCinema: 47+ million installs with 2.1 million daily active users
JioMusic: 50+ million installs with 3.2 million daily active users
JioMags, JioXpressnews, JioNews
Designed and implemented "Big Data" pipeline and analytics platform
Designed Single Sign-ON login functionality including SIM based authentication for mobile applications
Implemented
Realtime recommendation engine
Predictive Search with NLP
Analytics pipeline for reporting, and monitoring app related KPIs.
Hurix Systems Pvt. Ltd. as Associate Vice President -Technology
Oct 2008 to Nov 2014
Led a team of 35+ resources including Developers, & Testers for development, deployment and support of software
product "Kitaboo" an e-book publishing software
Growing business footprint by contributing to RFP, pre-sales & proposal development stages; providing support to
the Sales Team during opportunity assessment and proposal phases of the service delivery process
Managed design, development and customization of Kitaboo Software for 12+ global customers from US, Europe and
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 3/4
UK regions
Streamlined the processes and aligned the product development and customized teams to ensure timely and
accurate delivery to clients
Engaged in managing end-to-end product lifecycle from development, testing, delivery, customization and
deployment
Engaged in pre-sales, project scoping, invoicing and revenue realization, project closure and renewal activities
Highlights:
Recognised for establishing the Mobile Application Development Ecosystem; designed the Dictera Content Creation
and Management System
Designed and developed Kitaboo E-Book Publisher System, Kitaboo Ebook Readers for Android, iOS & Windows and
optimised it for deployment on Amazon Cloud
Engaged in designing and developing the ecosystem for http://www.attano.com (India's first digital education
marketplace); developed AttanoEBooK and AttanoVBooK Reader
NIIT LTD as Project Leader
Apr 2007 to Oct 2008
Magic Software Pvt. Ltd. as Technical Leader
Aug 2005 to Apr 2007
Senior Software Engineer as Rainbow Computers
Jan 2000 to Aug 2005
UG: B.A (Economics) from Kanpur University in 2000
PG: in 0
Other Qualifications/Certifications/Programs:
Certified Scrum Master
Certificate in Cloud Computing
Diploma in Multimedia
Education
IT Skills
Skill Name Version Last Used Experience
Android, Android TV, iOS, TvOS 2017 8 Year(s) 0 Month(s)
J2EE 1.6, Java 2015 6 Year(s) 0 Month(s)
MySQL, SQLite 2017 8 Year(s) 0 Month(s)
OBJECTIVE-C 2017 8 Year(s) 0 Month(s)
SOA, Cloud Computing 2017 8 Year(s) 0 Month(s)
HTML 5, JavaScript, 2017 4 Year(s) 0 Month(s)
ASP.NET 2008 6 Year(s) 0 Month(s)
Microsoft SQL Server 2009 4 Year(s) 0 Month(s)
C# 2012 4 Year(s) 0 Month(s)
Python 2017 2 Year(s) 0 Month(s)
nodeJS 2017 5 Year(s) 0 Month(s)
Languages Known
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 721: Resume 1251 with similarity score 0.027454490930334526
B.E , MS , B.TECH scrum master , technical architect , field agent , solutions architect , sr. manager , cto , associate , devops , product development , head of product , ceo , full time , investor , assistant general manager , vp , balancer training , business case , microsoft azure , workshops , digital , entrepreneurs , status , product management , mumbai , business strategy , features , fundamentals , building , reach , gtm , graph theory , byod , google analytics , cms , writers , ecommerce , automation , technical leadership , devops , open source , designation , confluence , mar , iso 27001 , hitrust , hindi , ltd , english , agile , project , mobile apps , telemedicine , mongodb , microservices , business operations , bigtable , job satisfaction , geocoding , social networks , one , javascript , campus , demos , artificial intelligence , bfsi , dynamic routing , reporting , web development , optimization , general , scrum , developers , affirmative action , camps , collaboration , maintenance , architecture , email , business units , aws , android , languages , platform development , google api , dashboards , engineers , jira , online , overhaul , happiness , mothers , jenkins , asset tracking , b2c , adapter , chemistry , scratch , remote locations , visualization , internet , ios , authorization , screening , windows ce , models , transparency , application , map , walkthroughs , government , hiring , framework , mobile web , technology management , cloud computing , load , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d185…
https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d18514017585b5d5… 1/3
Current Designation: Head - API, Platform Development
Current Company: CloudCover Consultancy Pvt. Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
CloudCover Consultancy Pvt. Ltd as Head - API, Platform Development
Feb 2019 to Till Date
Responsibilities
Part of the Leadership team at CloudCover (STTelemedia funded startup; HQ: Singapore)
Responsible for Engineering efforts of API and Platform development across all the Business
Units of CloudCover: Consulting Services, Solutions & Products
Reporting to CEO & CTO
Managing the P&L, and adhering to the budget [USD 1.5 million] for these Business Units
Design various processes to attract and retain talent
Leading a diverse engineering team of Developers, DevOps Engineers, QA Engineers,
Technical Content Writers [Current team size: 13; will reach 20 by Dec 2020]
Ensuring excellence in execution, quality of delivery, speed and accuracy of engineering
Product Management of CloudCover Media Solution on AWS [Currently in GTM stage]
Provide development & technical leadership for Business Operations (BizOps) product
Work closely with other engineering team in building a DevSecOps platform for BFSI domain
Actively providing support towards ISO 27001, HiTrust certification for CloudCover
Key Initiatives & Achievements
Hiring the right talent: identifying key roles, designed a feedback driven hiring process
Learning & Development: set up workshops, hackathons and tech talks to upskill team
Numerous initiatives and process improvements to streamline working, changing the
mindset of team to be more organized, increase employee happiness and job satisfaction
Defined & built Business Dashboards for CXOs to provide visibility and bring transparency;
got appreciation from CEO for the resulting product
Achieved consistent >90% rating from my team as manager feedback
Our team delivered, production grade, Telemedicine product from scratch, in under 4 weeks,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Rahul Yashawant Doiphode
Head-API, Platform Development seeking roles in Technology Management,Cloud
Computing,Requirement Gathering,Application Programming,System Analysis,Project
Management,Client Management,Web Development,Agile Methodology,AWS
Key Skills: Head-API, Platform Development,Head/VP/GM-Technology/CTO,Technology Management,Cloud
Computing,Requirement Gathering,Application Programming,System Analysis,Project Management,Client
Management,Web Development,Agile Methodology,AWS
Summary
Result-oriented Professional with over 10 years of experience in Technology Management,Cloud Computing,Requirement
Gathering,Application Programming,System Analysis,Project Management,Client Management,Web Development,Agile
Methodology,AWS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d185…
https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d18514017585b5d5… 2/3
which was used for screening COVID patients in camps for Singapore government
Our team is building an open source adapter in collaboration with Google to help anyone
migrate from AWS DynamoDB to GCP Spanner/BigTable; this is result of success in one of our
key projects with one of the largest vernacular social networks in India
Our team has collaborated to create various playbooks: Development Best Practices; Secure
Coding Guidelines, API Automation framework (QA)
XpressBees Logistics as Head of Product Management / Assistant General Manager - Product
Apr 2016 to Jul 2018
Responsibilities
Part of Senior Management team, heading Product Management department
Lead a 10-member Product team of Product Managers, Assistant Product Managers,
Business Analysts
Reporting to CEO (till April 2017), then into VP - Technology (May 2017 onwards)
Part of team responsible for Investor relations, providing Product & Technology demos &
walkthroughs, SPOC for strategic clients (SnapDeal, ShopClues, Bajaj FinServe)
Responsible for defining the product roadmap across entire logistics platform (11 Products)
Leading Product on entire Logistics Platform re-architecture project (ScaleX)
Key Initiatives
ScaleX project: complete overhaul of the XpressBees logistics platform from scratch, keeping
scale in mind, with new, optimized product flows on the Preact-NodeJS-MongoDB stack and
with microservices architecture
Working closely with a Technical Architect for complete CI/CD work-flows (TDD,
Git-Codereview, Jenkins, Dockers)
Key projects: Address Geocoding, Real-time map-based field agent and asset tracking, Automated routing in first & last
mile, Dynamic Routing & Cost optimization engine to
optimize middle mile, Network Planning & Visualization using Graph theory, Dynamic volume
allocation/load balancer engines for allocating volumes
Product and technical implementation of the Remote Service Centre model - promoting
entrepreneurs, enabling a single person to do the complete logistics operations even in
remote locations via BYOD android mobile app
Setup frameworks for requirement evaluation, as business case, this helped to create
business level prioritization
Conducted product development in both SCRUM (agile) & waterfall models
Spearheaded the strategy and execution of Mobile apps portfolio (Android, Windows CE)
Unified app (Field Agent) - a BYOD android app to cater to all types of services for first & last
mile operations
Improved product processes to streamline requirement gathering, solutioning and execution
Regularly visited key clients along with BD team to provide tech & product solutions for
client's pain points
FirstCry.com as Head of Product - WorldOfMoms.com Business Unit / Sr. Manager - Product
Oct 2015 to Mar 2016
Responsibilities
Head of Product Management for WorldOfMoms, Reporting to VP - Product, FirstCry.com
WorldOfMoms.com is a B2C community and content rich platform centred around mothers
Lead a 4-member product team (1 PM, 3 APMs) along with 2 Product Interns
Responsible for defining digital strategies, features & product roadmap for entire platform
across front end desktop web, mobile web, Android, iOS app as well as backend CMS
UG: B.Tech/B.E. (Bio-Chemistry/Bio-Technology) from University Of Pune, Pune in 0
PG: MBA/PGDM (Systems) from Indian Institute of Management (IIM), Ahmedabad in 2014
Other Qualifications/Certifications/Programs:
MS MIA (Exchange Semester 3 months full time on-campus)
AWS Certified Solutions Architect-Associate
AWS Certified Cloud Practitioner
Scrum Master +Agile Scrum Training
Harvard Business School Online
Artificial Intelligence: Implications for Business Strategy
Digital Product Management: Modern Fundamentals
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d185…
https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d18514017585b5d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
GCP 2020 2 Year(s) 0 Month(s)
Microsoft Azure 2020 1 Year(s)
JIRA 2020 5 Year(s)
CONFLUENCE 2020 5 Year(s)
Google Analytics 2018 4 Year(s)
GOOGLE API 2020 6 Year(s)
Languages Known
Language Proficiency Read Write Speak
Marathi Proficient
Hindi Proficient
English Expert
Rank 722: Resume 1065 with similarity score 0.027446919680389183
MS senior project manager , engagement manager , devops , account manager , change management , full time , part time , technical manager , delivery manager , program manager , project leader training , customer , addition , angular , airlines , node.js , status , testing , scope management , compensation , visio , salesforce , soa , spring framework , forecasting , organization , react.js , retail , corrective actions , devops , access , techno-functional , designation , mar , hindi , cloud , english , appraising , budgeting , agile , project , leadership , change management , recruiting , jrun , identifying trends , ooad , iterative , struts , demand planning , javascript , artificial intelligence , html , big data analytics , reporting , risk analysis , general , demandware , scrum , vendors , affirmative action , information technology , oracle , maintenance , arranging , advanced , product quality , email , tomcat , aws , bengali , android , design patterns , junit , maven , languages , hibernate , financial goals , mobile , scheduling , expenses , web , policies & procedures , pmp , commerce , program management , coaching , database , mentoring , budget constraints , professional publications , jasper , ug , toad , jmeter , apache , cost control , ios , authorization , record of success , productivity , progress tracking , models , business analysis , application , tortoise , uml , functional management , reviews , eclipse , service standards 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 1/4
Current Designation: IMMEDIATE JOINER -Salesforce, AWS,
AEM, Big Data,AI J2EE,React,Node JS Technical Engagement
Manager
Current Company: GSPANN Technologies
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
GSPANN Technologies as IMMEDIATE JOINER -Salesforce, AWS, AEM, Big Data,AI J2EE,React,Node
JS Technical Engagement Manager
Jan 2019 to Till Date
· An accomplished, results-oriented and having core competencies in leadership, communication, scheduling, budgeting,
cost control, risk management, scope management, analytical thinking and decision making.
· Demonstrated expertise in determining project objectives, organizing and arranging resources and ensuring smooth pace
and on-time delivery of assigned projects.
· Recognized for ability to identify, design and deploy innovative technologies that result in improved systems, increased
production and decreased expenses.
· Exemplary track record of success in the recruitment and mentoring of team members that consistently produce and high
stress environments.
· Adept in the management of $150+ million projects that come in within tight deadlines and budget constraints.
· Strong understanding of database technologies, software development, web-based application design, object-oriented
programming and advanced mobile development.
· Designed and deployed new policies and processed that improved efficiency while reducing volume of mistakes.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rajat Chakraborty
Salesforce, AWS, AEM, Big Data, J2EE/Java, React/Angular JS Technical Manager |
Program Manager | Account Manager |Practice Head
Targeting Techno-functional Management Assignments In Agile, Iterative, and hybrid
project execution models.
Key Skills: Delivery Manager,Software Development,Application Maintenance,Program Management,Requirement
Analysis,Java, JAVA/J2EE & EJB Design Patterns, SOA, Oracle URM, WCM, CC &B, SFCC,Salesforce,Big
Data,AWS,Artificial Intelligence,Aem,Agile,Node.Js,React.Js
Summary
MCA, Agile & Scrum Certified offering 13+ years of rich experience
? Excels in end-to-end Project/ Program Management from scoping, effort & cost estimation, demand planning, risk analysis,
progress tracking, status reporting to stakeholder /vendor management and ensuring delivery within time, quality & cost
parameters
? Expertise in managing complete Software Development Lifecycle (SDLC) entailing Requirement/ Business Analysis,
Design, Development, Testing, Defect & Change Management, Implementation, Post-Implementation & Maintenance Support to
End-User Trainings
? Strong knowledge of applying Agile (Scrum), Deployment & Testing, Xtreme Programming (XP), Waterfall, JUnit, Ant,
Maven, JMeter Development Methodologies & DevOps for greater value-addition, better product quality & increased
productivity.Application Programming,Java,J2ee,SFCC,AEM,Demand Ware,AWS,Mongo DB,Requirement Analysis
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 2/4
Oxigen as Delivery Manager
Mar 2018 to Nov 2018
Responsibilities:
* Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job
expectations
o Monitoring, appraising, and reviewing job contributions; planning compensation and enforcing policies & procedures
* Achieving operational objectives by contributing information & recommendations to strategic plans and reviews
* Preparing & completing action plans; implementing production, productivity, quality, and customer-service standards
* Resolving problems, completing audits, identifying trends, determining system improvements and implementing
changes
* Meeting financial goals by forecasting requirements, preparing annual budget, scheduling expenditures, analyzing
variances and initiating corrective actions.
* Updating job knowledge by participating in educational opportunities, reading professional publications, maintaining
personal networks as well as by participating in professional organizations
* Enhancing organization reputation by managing different requests; exploring opportunities to add value to job
accomplishments
* Liaising with Business Leaders, Business IT, vendors and other stakeholders for smooth & timely project execution
* Working on different areas of Project Management like requirement analysis, design & estimations
Various Companies in Delhi -NCR as Senior Project Manager
Nov 2016 to Feb 2018
Responsibilities:
* Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job
expectations
o Monitoring, appraising, and reviewing job contributions; planning compensation and enforcing policies & procedures
* Achieving operational objectives by contributing information & recommendations to strategic plans and reviews
* Preparing & completing action plans; implementing production, productivity, quality, and customer-service standards
* Resolving problems, completing audits, identifying trends, determining system improvements and implementing
changes
* Meeting financial goals by forecasting requirements, preparing annual budget, scheduling expenditures, analyzing
variances and initiating corrective actions.
* Updating job knowledge by participating in educational opportunities, reading professional publications, maintaining
personal networks as well as by participating in professional organizations
* Enhancing organization reputation by managing different requests; exploring opportunities to add value to job
accomplishments
* Liaising with Business Leaders, Business IT, vendors and other stakeholders for smooth & timely project execution
* Working on different areas of Project Management like requirement analysis, design & estimations
UG: B.Com (Commerce) from Calcutta University in 2001
PG: MCA (Computers) from Tapaswini Institute of Information Technology, BPUT in 2005
Other Qualifications/Certifications/Programs:
PMP
Airlines
Agile
Education
IT Skills
Skill Name Version Last Used Experience
Salesforce Commerce Cloud 2020 12 Year(s) 0 Month(s)
Demandware 2020 12 Year(s) 0 Month(s)
HTML, JavaScript. 2020 12 Year(s) 0 Month(s)
JBOSS 4.0, JRun. 2020 12 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 3/4
Nature of Employment: Full Time
Project Location: USA
Role: Sr. Project Leader
Duration: Aug 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 30
Eclipse, DAY CQ5.4, SVN Tortoise 2020 12 Year(s) 0 Month(s)
AEM 2020 12 Year(s) 0 Month(s)
Oracle URM, 2020 12 Year(s) 0 Month(s)
WCM, CC &B 2020 12 Year(s) 0 Month(s)
SALESFORCE 2020 13 Year(s) 0 Month(s)
Oracle URM, WCM, CC 2020 12 Year(s) 0 Month(s)
AS 400, TOAD, MS Access 2020 12 Year(s) 0 Month(s)
UML (Visio), Object Oriented Analysis 2020 12 Year(s) 0 Month(s)
Design (OOAD), J2EE & EJB Design Pattern 2020 12 Year(s) 0 Month(s)
SOA 2020 12 Year(s) 0 Month(s)
Apache Tomcat 5.0 2020 12 Year(s) 0 Month(s)
Spring Framework & Struts Framework 2020 13 Year(s) 0 Month(s)
Big Data Analytics, AI 2020 0 Year(s) 0 Month(s)
Struts, Spring, Hibernate, Jasper Report 2020 0 Year(s) 0 Month(s)
AWS, Java Web Service 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Oriya Expert
Projects
Project Title: Retail Based Mobile Application & Internal Software Development
Client: WALMART
Skill Used: Java, IOS, Android
Role Description: Responsibilities:
* Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job expectations
o Monitoring, appraising, and reviewing job contribution
Project Details: Title: Walmart, US
Client: Walmart, USA
Technology: Java, IOS, Android
Role: Program Manager
Description: Developing Retail Based Mobile Application & Internal Software Development for different stores of Walmart
across USA.
Responsibilities:
Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job expectations
o Monitoring, appraising, and reviewing job contributions; planning compensation and enforcing policies & procedures
Achieving operational objectives by contributing information & recommendations to strategic plans and reviews
Preparing & completing action plans; implementing production, productivity, quality, and customer-service standards
Resolving problems, completing audits, identifying trends, determining system improvements and implementing changes
Meeting financial goals by forecasting requirements, preparing annual budget, scheduling expenditures, analyzing
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 723: Resume 271 with similarity score 0.027426934951184284
MS , BS team leader , committee member , facilitator , student software systems , interview , credit , css , blogs , connect , workshops , mysql , plugins , hindi , firebase , ltd , adobe , php , jquery , heroku , bar , english , bacnet , team building , enterprise , bootstrap , poverty , architecture , android studio , licensing , tracker , store , groups , kotlin , wordpress , juniors , map , high-end , mumbai , savings , xml , range , gaming , fonts , writing , dsc , machine learning , git , meetup , repository , jam , storage , prime , research , html5 , django , framework , sentiment analysis , languages , ace , es6 , events , idol , app , fetch , computer engineering , javascript , form , campus , layout , cloud computing , profit margins , google cloud , web , registration , sockets , database , ajax WORK EXPERIENCE
Google Lead
Developer Students Club
09/2020 - present Pune
Developer Student Club Leads are passionate leaders at
their university who are dedicated to helping their peers
learn and connect. Google collaborates with. DSC Leads
once a year who are pursuing an undergraduate degree
and support them as they start and grow their on-campus
community. DSC Leads are also the point of contact
between the Google and Local Community.
Achievements/Tasks
Acted as a prime official channel of communication for
Google and students, went through various interview
and test
300+ registration for Google GCP, 400+ active member
of the club, 600+ registration for Android Study Jam
Growth and contact with global speakers.
Google Cloud Facilitator
Developer Students Club
09/2020 - present Pune
Developer Student Clubs are university based community
groups for students interested in Google developer
technologies.
Achievements/Tasks
Acted as a prime official channel of communication for
Google and students, for all monitoring in the field of
Cloud Computing and explore more
Hosted Event and Mentored Juniors for starting in the
field of Cloud Computing
Program Volunteer
Google Developer Group
01/2019 - present Pune
A GDG meetup event includes talks on a wide range of
technical topics where you can learn new skills through
hands-on workshops powered by Google
Achievements/Tasks
Organized DevFest 2019 in Pune | Footfall of 1500+
Designed, developed and implemented large scale
enterprise level software systems.
Volunteer at events like Kotlin Everywhere |ML Study
Jam | Flutter Interact Party partnered by Google
Oversaw team building and designing the architecture
for solutions.
SKILLS
HTML5/CSS3/Bootstrap
JQuery/JavaScript
Java/JAX-RS
Firebase/Firestore
MERN Stack
Machine Learning
Kotlin/Android Studio
Repository (GIT)
1
PROJECTS
Android Recipe Search App Using Node JS backend
(12/2020 - 12/2020)
Worked with XML for presentation of layouts, including
colors, layout, and fonts
Worked with Adobe XD to setup page structure
Worked with Androidx for creating fast and dynamic
layouts
Worked with JAVASCRIPT ES6 for writing the logic
Worked with Heroku to deploy the server
BACnet Configuration Tool - Softdel Systems Pvt.
Ltd. (09/2019 - 12/2019)
Implemented a Licensing Mechanism in the BACnet
Configuration tool.
Used technologies like PHP, JavaScript, AJAX, PHP
Sockets and JQuery.
World Poverty Calculator(04/2020 -05/2020)
Worked with APIs to fetch data of trend active poverty
map
Worked with Torchvision to get package of the data
Used TQDM to get progress bar
Used ipykernel to make it interactive
Worked with Google-Cloud-Storage to store data
Delivery Management Solution – ForceClose
Technologies (07/2019 - 12/2019)
Worked with DJANGO to develop the backend
framework
Worked with CSS to style the appearance of
website
Worked with JAVASCRIPT ES6 to add movement
and interactivity to the website
Worked with MySQL to form the database
Worked with PHP as a side language to store the
data
WORK EXPERIENCE
Front-end Developer Intern
ForceClose Technologies
01/2019-06/2019 Nashik
ForceClose Technologies was launched with the vision to
provide high-end strategic solutions to small as well as large
companies
Achievements/Tasks
Drove operational improvements which resulted in
savings and improved profit margins.
Helped in creation of static websites in REACT
Worked on creating blogs in Wordpress and using
different plugins on WordPress.
EDUCATION
BE - Computer Engineering
Modern Education Societys College of
Engineering
06/2018- present Pune
HSC - Science
Matoshri Junior College, Nashik
04/2017-04/2018 Nashik
ICSE
Ryan International School, Nashik
04/2014-04/2015 Nashik
PROJECTS
Sentiment Analysis of Code-Mixed Languages
(04/2020 - Present)
Designed, Developed Web App using DJANGO
Used NLG convert the Code-Mixed Token into English
ACHIEVEMENTS
Selected for Smart India Hackathon 2020 Finals
playing a role as a Team Leader
Google DSC Lead
Titled as IT Idol of Nashik District (2017)
Collaborated with team of 6 in the development
of COVID TRACKER
Global Rank 427 in Credit Suisse Global Coding
Challenge
Core Committee Member in ACE, MESCOE
1st prize in HacknTrip, DBIT, Mumbai (2019)
Marketing and Coding Head at Robocon Club
LANGUAGES
English - Professional Working Proficiency
Hindi - Professional Working Proficiency
Marathi - Native
INTERESTS
2
Reading Research Thinking Gaming
Rank 724: Resume 786 with similarity score 0.02740030292378038
B.E , MS , B.TECH , BS project manager , agile scrum master , principal engineer , collector , product development manager , full time financial services , customer , platforms , angular , docker , abstraction , money market , status , steering , stakeholder management , testing , components , building , kibana , weblogic , organization , ansible , kubernetes , designation , hindi , cloud , json , english , logstash , agile , project , mongodb , provisioning , fixing , rest , flow , vmware , javascript , html , scrum , golang , groovy , affirmative action , oracle , emc , maintenance , centos , capital markets , email , manufacturing , sez , securities , operations , junit , maven , languages , hibernate , cassandra , management system , jira , engineers , search , vsphere , dell , functionality , jenkins , css , tamil , authorization , risk , teams , spring boot , virtualization , log4j , sql , matrix , application , government , data center infrastructure , debugging , framework , storage , offshore , kannada , events , python 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d0019170116…
https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d00191701165213420b5801… 1/3
Current Designation: Software Principal Engineer
Current Company: Dell EMC
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Dell EMC as Software Principal Engineer
May 2017 to Till Date
Technologies: GoLang, Pytorch, Spring Boot, Java, MongoDB, Cassandra, Elastic Search, Python
Key Result Areas:
* Managing the design & development to build customer focused large-scale software components; supervising a team
of 11 engineers within & cross-functional teams and improving existing software as well as building new ones for
government and private client focused functions
* Creating VSAN- vSphere Collector for Converged Infrastructure Systems
* Contributing in:
o Designing, implementing Event Management system for capturing events from sources of component, process and
sharing them to the ESRS channel of the organization
o Designing VxBC on cloud solution involving major functionalities of discovery, monitoring, orchestrating, provisioning
of resources
o Designing common software hardware abstraction layer across all the hardware platforms involving common
hardware components
* Fixing multiple customer critical issues, applying patents for recent software development components for Dell and
leading development of Release Content Matrix for compliance regulatory for VxBC systems & keep-alive framework
* Steering the development of inventory services in current VxBC system, end-to-end event management system for
VxBlock1000
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sivasankari Shanmugham
Software Principal Engineer seeking roles in Software Development,Product
Development,Project Management,Process Improvement,Requirement Gathering,Risk
Management,Talent Acquisition,Coding & Development,Debugging,Stakeholder
Management,Java,Python
Key Skills: Software Principal Engineer,Project Manager,Software Development,Product Development,Project
Management,Process Improvement,Requirement Gathering,Risk Management,Talent Acquisition,Coding &
Development,Debugging,Stakeholder Management,Java,Python
Summary
* Enterprising professional with nearly 15 years of experience
* Agile Scrum Master Certified Professional with domain expertise in Data Center Infrastructure, VMware Virtualization,
Storage Products, Software Development, Banking, HR, Geo Info Systems, Corporate Taxes, Capital Market, Money Market,
Logistics and Manufacturing industries
* Extensive experience in GoLang/ Python/ PyTorch/ SpringBoot/ Java/ J2EE/ Struts/ Hibernate and Oracle platforms
* Hands-on experience in analysis of user requirement and product development leveraging diversified tech stack experience
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d0019170116…
https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d00191701165213420b5801… 2/3
Oracle Financial Services as Product Development Manager
Aug 2015 to Jan 2017
Tools: JDK1.8, JSP, SQL, log4j, JUNIT, HTML 5, Angular JS, REST API, WebLogic MQ
Key Result Areas:
* Functioned in Infra Module under Oracle FLEXCUBE UBS; liable for managing interactions between end-user &
business functionality logic of modules belonging to product, module controls, end-to-end flow of entire application
operations and binded various modules to form complete stack
* Supervised client facing discussions about functional deployment and on-time delivery to customer and steered
coding/ testing and post-delivery support for all new releases
GE Genpact Capital Markets as Offshore Development Manager
Aug 2013 to Aug 2015
Client: Wells Fargo Securities and SEZ
Tools: Groovy, Spoc, JSON, Mongo DB, Jenkins, Java (8 months)
UG: B.Tech/B.E. (Computers) from Anna University in 2003
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
NodeJS , React , Angular ,HTML , CSS
OPEN API,Java ,GoLang, Python
J2EE, CentOS, Shell Script
MongoDB, Oracle, Cassandra
Spring, Hibernate, Spring Boot
Elastic Search, Logstash,Kibana
Docker, Kubernetes, Ansible
Maven, Jenkins , JIRA
vRO, vROPS
JIRA 7.0 2020 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Kannada
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d0019170116…
https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d00191701165213420b5801… 3/3
Employment Status: Full time
Rank 725: Resume 1337 with similarity score 0.02734959414681278
B.E , MS , B.TECH scrum master , configurator , partner , full time , atlassian administrator , part time training , customer , production systems , telugu , filters , user management , conducting , linux , beginner , timesheet , line of business , ssl , design documents , status , mumbai , continuous integration , bitbucket , atlassian , obc , building , spaces , immigration , utilities , sql server , system administration , workflow , outages , suite , notification , crm , amazon web services , mobility , upgradation , sourcetree , designation , confluence , hindi , configurator , ltd , windows , english , telcom , troubleshooting , modifications , cloud security , screens , agile , project , financials , groups , deals , performance tuning , acceptance testing , documentation , itil , one , javascript , technology , insurance , measures , ldap , business continuity , content delivery , reporting , bugzilla , scrum , performing , options , command , pages , vendors , affirmative action , oracle , mysql , add-ons , maintenance , process flow , solarwinds , advanced , mobile banking , enquiries , architecture , toolbox , email , tempo , tomcat , aws , github , high level design , languages , business process , management system , jira , dashboards , search , grading , database , pre-production , functionality , api , jenkins , css , validation , analytical skills , snow , health , apache , permissions , authorization , risk , teams , approvals , extensions , sasi , application , telecommunications , requirements gathering , electronics , government , led , servers , shell scripting , storage , time tracking , nginx , kannada , bamboo , purchasing , enablement , reviews 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 1/4
Current Designation: Jira Atlassian Engineer
Current Company: Ericsson India Global Pvt ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Ericsson India Global Pvt ltd as Jira Atlassian Engineer
Aug 2015 to Till Date
Growth Path:
Aug?15 to Sep?20 Atlassian Administrator
Since Mar?20 Atlassian Engineer
Key Result Areas:
Managing & implementing Workflows, Screens, Custom Variables, Post functions in Workflows; developing customized
workflow for transaction parallel approval; developing application by customizing fields, permission and workflow
Managing Issue types for JIRA Projects
Creating team specific agile process flow in JIRA to move tasks from one activity to another
Installing and configuring continuous Integration servers
Administering GIT repositories and support Bit Bucket and GIT users
Resolving tickets based on SLA (Service Level Agreement)
Integrating Tempo Time Tracking Tools in JIRA
Assisting Scrum master across the company to customize JIRA for their requirements
Configuring email notifications on status change as well as automatic issue creating through mail, customize status &
so on
system administration, configuration and customization of Atlassian tools
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Teja S
AWS,Atlassian Engineer seeking roles in Atlassian Administration,Project
Management,JIRA Administration,Confluence Management,Upgradation
Management,Migration Administration,Installation,Configuration,Linux,SQL
Server,Apache,Oracle,Tomcat,GIT
Key Skills: AWS,Atlassian Engineer,System Admin,Project Management,Confluence Management,Upgradation
Management,Migration Administration,Installation,Configuration,Linux,SQL Server,Apache,Oracle,Tomcat,GIT,Confluence
Summary
Completed major projects such as Mobile Banking Core App, World Class Talent and Risk Management.
Implemented SSL/SSO for Atlassian products
Supported JIRA and Confluence administration, including creation and management of custom, complex projects, workflow,
security schemes, custom fields, dashboards and reports configurations
Led minor and major JIRA/Confluence upgrades (including communications), schedule and coordinate maintenance, and
lead performance tuning/scaling in conjunction with our JIRA hosting partner
Good command in Compute, Database. Storage, Networking & Content Delivery, Customer Enablement.
Resolved issues as they arise with JIRA Projects and Confluence in coordination with JIRA hosting partner team
Worked on JIRA, Confluence, Bitbucket, Bamboo, GIT, Jenkins and so on
A keen communicator with honed interpersonal, problem-solving and analytical skills
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 2/4
Leading, planning, and managing documentation projects for product releases
Developing high level Design documents and participating in design reviews
Providing training to development teams on how to track, plan and analyze using JIRA
Coordinating and tracking all projects for seamless releases using Project Management System JIRA, Source Code
Management System SVN
Installing and up-grading from lower version to newer version in Windows and Linux Environments
Interacting with existing vendors for support and troubleshooting, working with JIRA instance hosting providers on
necessary upgrades and communications with others on planned outages
Performing requirements gathering, business process workflow, and process improvement for JIRA/Confluence
workflow and processes in place, identifying where functionality can/cannot meet user requests
Building, releasing and configuring management of production systems
Executing system troubleshooting and problem-solving across platform and application domains
Ensuring critical system security through the use of best in class cloud security solutions
Significant Achievement:
Upgraded JIRA from 7.13.0 to 7.13.8 v, Confluence 6.6.14 to 6.13.8v, Bitbucket 6.3.0 to 6.7.2, Bamboo 6.9.2 to 6.10.3v
in AWS DataCenter & Servers.
Developed the advanced workflow using validation, condition, post function and triggers
Migrated the JIRA, Confluence, DB from Windows to Linux environment
Created:
o customized dashboards for teams
o JIRA Projects based on user request
o new JIRA users and JIRA groups
Provided local and global permission in JIRA and Confluence
Recovered JIRA from CyberAttack(WatchBog)
Built structured queries using the JIRA Query Language (JQL) to search for issues
Validated best business practices & rules to implement with the new model along with appropriate user approvals &
sign-off
Built templates and dashboards for customized views of the data specific to each group and line of business
Worked in 24/7 shift to provide the coverage
Installed and tested various plug-in?s / add-on?s
Conducted pre-production Acceptance Testing to help assure the quality of our products / services
Evaluated new technology options and vendor products
Suggested architecture improvements, recommended process improvements
Decommissioned Crowd and configured Atlassian applications with LDAP.
UG: B.Tech/B.E. (Electrical) from Sasi institute of science and technology in 2014
Other Qualifications/Certifications/Programs:
B.Tech. (Electrical and Electronics)
Education
IT Skills
Skill Name Version Last Used Experience
C Program, Shell scripting and CSS
WINDOWS
JIRA Service desk, Jira Core
JIRA Agile,SNOW Confluence
bamboo, Git
SVN, MYSQL, ITIL
SQL Server
Oracle 10g/11g, SolarWinds
GIT, GITHUB and Sourcetree
Tomcat 8.5, Apache, Nginx
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 3/4
Nature of Employment: Full Time Duration: Jan 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2017 - Jan 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2015 - Jul 2017
Onsite / Offsite: Offsite
AMAZON Web Services
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Kannada Beginner
HINDI Proficient
Projects
Project Title: Antel Uruguay
Client: Antel Uruguay
Role Description: Antel Uruguay in Telecom Billing Team, National Administration of Telecommunication Project is Uruguay's
government-owned telecommunications company, founded in 1974.
Project Details: Created:
o JIRA Projects as per the requirement and maintain existing projects
o New groups and users in user management
o Script for auto Multi Subtasks
o New Permission Schemes
o Workflows with using Post functions, Conditions and Validations
o Custom dashboards, advance filters and formula-based fields
o Assignee options for group of people
o Required fields to selected people and teams
o Specific projects in JIRA (complex workflow, issue types schemes, field configuration schemes, permission schemes,
screen schemes)
o New Notification schemes
o JQL filters and shared with teams and used them on gadgets
o Custom Fields in JIRA
o Spaces in Confluence
o Single sign-on in JIRA, Confluence, Bitbucket & Bamboo.
Migrated:
o JIRA instance from cloud to Server
o Projects from one instance to another using Project Configurator plug-in
Worked on:
o Add-ons such as Workflow toolbox, JIRA Suite Utilities, Script runner, JIRA Misc. Workflow extensions and CRM Add-on
Project Title: World Class Talent
Client: Deloitte
Role Description: World Class Talent is a system project deals with Employee Management Immigration and Mobility of
Employee. When a mobility request is submitted, GM&I team verifies specific criteria.
Project Details: Installed:
o JIRA in LINUX environment
o Required API and verifying the modules are working fine
Created:
o New JIRA projects
o New users and groups in JIRA
o Custom workflow and adding post functions when required
Managed issue type screens; configured Issue Types for JIRA Projects; troubleshot JIRA user Issues; resolved them
based on SLA; imported issues from other environments such as from CSV files & Bugzilla to JIRA Projects
Re-indexed the JIRA instance when required
Responded to incoming requests & enquiries for new tools and workflow procedures
Provided technical assistance for work administration for users, related modifications and Archival
Project Title: Risk Management
Client: Synchrony Financials
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 4/4
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Role Description: Creating business continuity plans to limit risks. Implementing health and safety measures, and purchasing
insurance. Conducting policy and compliance audits, which will include liaising with internal and external
auditors.
Project Details: Created:
o New JIRA Projects
o New users and groups in JIRA
o Custom workflow
Managed Issue type screens; managed JIRA- Issue Types with specified custom fields
Provided permissions to the users for Confluence Wiki Pages and based on the request
Tracked timesheet TEMPO for each issue for reporting
Resolved tickets based on SLA (Service Level Agreement)
Maintained backup in DEV environment
Prepared projects, dashboards, reports and questions for all JIRA related services
Rank 726: Resume 1377 with similarity score 0.027343364896877366
M.TECH , BS cloud engineer , devops engineer , full time , software developer general , devops , jenkins , windows server , efs , security , designation , ug , affirmative action , rhel , hindi , application hosting , maintenance , unix , gateway , authorization , json , english , iaas , troubleshooting , status , paas , stakeholder management , email , groups , aws , configuration management , peering , continuous integration , bitbucket , s3 , git , puppet , ec2 , storage , languages , sql server , javascript , cost reduction , cloud computing , technology , availability , it infrastructure management , working experience , mission critical , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110…
https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110a13430a0b0d57… 1/2
Current Designation: CLOUD DEVOPS ENGINEER
Current Company: Wipro
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Wipro as CLOUD DEVOPS ENGINEER
Sep 2015 to Till Date
UG: BCA (Computers) from Chaudhary CHaran Singh University, Meerut in 2015
PG: M.Tech (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2019
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SAKSHI TYAGI
Cloud Devops Engineer seeking roles in Software Engineering,Cloud
Computing,Continuous Integration,Configuration Management,IT Infrastructure
Management,Stakeholder Management,AWS,Jenkins,SQL Server,GIT
Key Skills: Cloud Devops Engineer,Software Developer,Software Engineering,Cloud Computing,Continuous
Integration,Configuration Management,IT Infrastructure Management,Stakeholder Management,AWS,Jenkins,SQL
Server,GIT
Summary
Overall 5+ tears of experience in IT and as Cloud Engineer with 3+ years of expertise in continuousIntegration and Deployment
implementing strategies within AWS platform, an extensive skill in areas of DevOps,
Managing and involving in server infrastructures, administration of mission critical, high
availability environments and Build/Release management.
Experienced in long-term tacticsin cost reduction for application hosting/maintenance in
AWS (PaaS & IaaS cloud computing service).
Strong understanding and hands on experience in deploying, troubleshooting issues with
Compute (EC2 instances, Lambda, EMR), Networking (VPC, Subnet, VPN, VPC Peering,
Network ACL, Security Groups, Route Table, NAT Gateway, NAT Instance, Bastion Host,
Route53), Storage (EBS, S3, EFS, Glacier), Database services on AWS (RDS, Elasticache,
DynamoDB).
Working experience of AWS Monitoring + Management (Cloudwatch,CloudTrail)
Strong experience in designing & implementing security in AWS with IAM andKM
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110…
https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110a13430a0b0d57… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS
Unix Shell, JSON
RHEL 7/8, Windows Server 2016
Jenkins, Terraform, Packer, Puppet
S3, Git, BitBucket
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 727: Resume 1057 with similarity score 0.027298446444816243
MS application support , solutions architect , delivery lead , associate , program lead , full time , delivery manager , solution manager , program manager telugu , project managers , transformational , 24x7 , space , conducting , it operations , health sciences , linux , project planning , cumulus , status , steering , closures , components , infrastructure , netbackup , solaris , service delivery management , delivery operations , french , ansible , service lines , designation , v3 foundation , mar , rhel , hindi , cloud , architects , english , troubleshooting , range , ibm , ops , resource coordination , accountability , disaster recovery , dc , itil , process automation , completion , vmware , lean management , javascript , technology , disk , business requirements , bfsi , reporting , optimization , general , strategic leadership , healthcare , data migration , vendors , affirmative action , oracle , project plans , emc , readiness , vendor management , apl , customer requirements , unix , onsite-offshore delivery model , strategic planning , timelines , email , aws , problem management , project delivery , towers , 2008 r2 , continuous improvement , netapp , subject matter experts , hp , middleware , languages , ae , publications , llc , revisions , management system , pmp , program management , veritas , reuse , delphi , mentoring , jenkins , people management , windows server , case , active directory , air , azure , authorization , teams , wintel , sql , application , transition management , led , servers , drive , running , framework , storage , python , service standards , metrics , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450…
https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450218150e550f0… 1/3
Current Designation: Manager Service Delivery (Automation
Capability, Cloud (AWS, AZURE) & Infrastructure)- IT
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Client Server
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: Diploma [Computers]
Verified : Phone Number | Email - id
DXC Technology as Manager Service Delivery (Automation Capability, Cloud (AWS, AZURE) &
Infrastructure)- IT
Nov 2016 to Till Date
(Clients Handled: APTIV & Delphi Technology, Bristol-Myers SQUIBB (BMS), Automation Capability)
Key Result Areas:
? Functioned as a Program Lead for Change Stream Automation Globally heading 379 accounts and front-led the
Deploy Automation for Accounts with no Solution; reduced the Recurring Incidents with Problem Management
? Providing strategic leadership in project delivery across wide range of products/solutions with a team of 46 FTE;
defining service standards and guidelines, governance structure, best practices that worked as benchmark for excellent
service delivery globally for all verticals with end-to-end P&L accountability
? Steering the Automation Process across the service lines /capability / Sub-capability and identifying the Automation
Reuse opportunities across their capability vertical
? Imparting assistance to the team members to develop automated solutions; developing Automation Solutions for the
respective capabilities / sub-capabilities and leading the deployment of existing solutions within the Sub-capabilities
? Steering the Project Services & Operations and working as a SPOC for AE, ADE, APL; cross-functionally coordinating
& imparting assistance to the team for the ongoing Projects and regular monitoring standup calls with project managers,
and migration activities
? Following project lifecycle methodology defined under the process framework and representing the status on Builds,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PRADEEP DAMOJI PURAPU
Certified ITIL V3, PMP®, AWS Certified Solutions Architect, Manager Service Delivery
seeking roles in Cloud Migration, Cloud OPS, Planning and Execution Program/Project
Management, Infrastructure & Automation,Strategic Planning, Deal Solution, DC OPS
Key Skills: Manager Service Deliver,Program Manager,IT Operations,IT Project Management, ,Strategic
Planning,Requirement Gathering,Vendor Management, AWS Certified Solutions Architect, ITIL V3 Foundation,Certified
PMP®. DC Migrations, Cloud OPS, Automation, RPA
Summary
PMP®, ITIL, AWS Certified Solutions Architect, offering chronicled success of nearly 13 years in delivering Infrastructure
Operation & Project Management, Service Delivery Management, Transformation & Transition Management and Team
Management across BFSI, Publications, Entertainment, Health Sciences & Healthcare Sector. Driving multiple automation
channels namely Robotic Process Automation (RPA), Task Automation, RUN Book Automation (RBA), Event Automation,
Patching Automation and Reporting Automation; proficiency in Automation capability encompassing WinAutomation, Ansible,
Python, Blue Prism and Jenkins. Successfully enhanced the Saturation from 45% to 60% for Auto Resolution; efficiently seized
the closures of 492 FTE Opportunity; excellence in Hyper care Support, Running Table-top Exercises and achieving customer
delight. Expertise in working on Onsite-Offshore Delivery Model and Lean Management; managed various delivery operations
model onsite-offshore in datacenter operations
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450…
https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450218150e550f0… 2/3
Migrations, DB builds and other major activities in Projects Status Review meetings
? Delivering extended BMS AWS migration support and front-leading the BMS physical servers' migrations to LVL
(Windows, Unix, DB)
? Engaged in DC Readiness Team to identify and confirm schedule, migration methods and requirements for physical
hardware and / or application components on existing shared physical hardware
? Working as an integral part in designing solution and managing implementation for 1000 servers from DC (Aptiv) to
DC (DT) (Windows & Linux, DB)
? Supervising the continual improvement for VMware & Storage Capacity Optimization Program; setting up WAR rooms
for project open issues, and ensuring project completion on time
? Leading, mentoring & monitoring the performance of team members to ensure efficiency in process; developing
competency among the team members; conducting interviews to recruit the right talent in niche transformational space
? Establishing the delivery framework & metrics for different types of projects being delivered; accomplishing scope,
timelines, cost, quality & SLAs consistently & sustaining the same through continuous improvement
? Administering program/project planning, effort, design, scope, estimation, resource coordination, sign-offs and
delivery, as per specified timeframes; implementing project plans within preset budgets and deadlines
? Collaborating with:
o External vendors & client subject matter experts to ensure compliance to quality norms
o Onshore/ offshore IT delivery, support and vendor teams to deliver portfolio of work
Projects Undertaken
Title: Drive Day 2
Client: Delphi
Scope: Build 1000 Servers (Windows, Linux). Application, DB, Infrastructure
Team Size: 30
Role: Delivery Manager
Objectives: The objective of the project involves server clones, data migration, custom builds, RPA, troubleshooting
on post builds, running war rooms 24x7, application support
Title: Cumulus
Client: Bristol-Myers SQUIBB (BMS)
Scope: Approximately 3000 server's migration (Servers. Application, DB, Infrastructure)
Team Size: 15
Role: Delivery Manager
Environment: Program Management, Project Management, PMO, Migrations, 24x7 RUN Operations, Vendor
Management, AZURE, Wintel, UNIX, VMware, Disaster Recovery Exercise, Backups (VERITAS NetBackup 7.7.3, HP
Data Protector, EMC Data Domains,), NetApp.
Responsibilities:
? Working as the Delivery Manager and aligning resources including PM's (5) for Migrations
IBM India as Solution Manager
May 2011 to Nov 2016
(Client Handled: Air Canada (Montreal, Quebec, Canada), OnePath, John Deere, Health Net)
Key Result Areas:
? Led a team of 35 FTE (Onshore and Offshore) including IT Specialists, Technical Solutions Architects, Platform
Specialists, and SMEs from various Towers Windows, VMware, Backup, Middleware, SQL, and Oracle
? Mapped customer requirements for the detailed system design encompassing identification of all pertinent client
system data such as hardware platform(s), operating system(s) with revisions, disk storage usage and capacity, network
connection and production hours
? Provided recommendations to the IT professionals (Project Managers, and IT Specialists) on tools, technology, and
methodology related to the development and implementation of IT solutions; executed system architectural and technical
direction to the Delivery Team
? Collaborated with users to document business requirements and provided technical documents such as TSD
(Technical Solution Document), RSD (Refresh Solution Document) and Minor Enhancement Solution Document
? Followed and perceived the ITIL Service Management concepts/ processes and implemented new solutions into the
management system of the account
Project Undertaken
Title: Upgrade windows 2003 to windows 2008 r2
Client: Air Canada
Scope: Windows upgrade both commercial and federal Infrastructure
Team Size: 25
Role: Solution Manager
Environment: Project Services, Program Management, Infrastructure Solution Design & Implementation, MS
Windows, VMware, Team Solution Design, Minor enhancement, Tech refresh (Windows Server 2003, 2008,2012 and
2016), VMware v 5.5, 6,, Refresh Solution Design, Cost Case, IBM Soft Layer, HP XP5 & 6 Storage, Datacenter
Operations & People Management.
Northbound LLC as Delivery Lead (Wintel, VMware)
Mar 2007 to Mar 2011
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450…
https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450218150e550f0… 3/3
UG: Diploma (Computers) from Andhra University in 1997
Other Qualifications/Certifications/Programs:
AWS Certified Cloud Practitioner
AWS Certified Solutions Architect Associate
PMP
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows (2000, 2003, 2008, 2012, 2016)
AWS, Azure
EMC VMAX, VNX, NetApp
Data Protector, NetBackup
Linux RHEL, Solaris
MS SQL, MY SQL, Progress DB
DB2, Oracle, Wintel, UNIX
Active Directory, ITIL, VMware
Win Automation, Ansible, Python
Blue Prism, Jenkins
Languages Known
Language Proficiency Read Write Speak
English
French
Hindi
Telugu
Rank 728: Resume 1503 with similarity score 0.02729557849885534
B.E , MS , B.TECH , BS devops , staff engineer , senior software engineer , full time , team lead finalization , training , core java , end to end solutions , customer , visual studio code , security , fault tolerance , angular , docker , linux , quote , status , lloyds , messaging , xml , bitbucket , nuance , business strategy , elements , writing , components , gitlab , features , glassfish , ec2 , netbeans ide , solaris , weblogic , routers , workflow , suite , crm , capture , performance appraisal , technical leadership , devops , kubernetes , access , designation , apache camel , web services , hindi , technical requirements , cloud , nokia , ltd , ping , windows , english , agile , project , performance enhancement , tech-savvy , microservices , provisioning , mongodb , forms , performance tuning , rest , branding , rabbit , yaml , research , completion , struts , javascript , jprofiler , wireless , artificial intelligence , business requirements , hadoop , html , eureka , ireport , general , options , developers , scripting , command , hands-on technical , affirmative action , mysql , p&l analysis , technical architecture , oracle , team leadership , maintenance , unix , jquery , business logic , activemq , jasper reports , postgresql , email , jpa , tomcat , aws , vast , pgadmin , github , mac , middleware , maven , languages , hibernate , big data , functional design , family , coaching , database , ajax , functionality , spring mvc , mentoring , jenkins , css , websphere , soap , pipelining , ug , toad , telecom , jmeter , surveying , oauth , sts , authorization , teams , enterprise , spring boot , application , devices , steps , circuit breakers , docs , transformations , s3 , framework , selenium , shutdown , cvs , software design , python , sales process , eclipse , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 1/4
Current Designation: Tech Lead/ Staff Engineer- Software
Development
Current Company: Nagarro Software Pvt. Ltd.
Current Location: Gurgaon
Pref. Location: Chandigarh,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd. as Tech Lead/ Staff Engineer- Software Development
May 2018 to Till Date
Key Result Areas:
* Developing technical architectural frameworks for company systems and architectural solutions based on business
requirements
* Mapping client's requirements and providing them best solutions involving evaluation of options, definition of scope of
project, and finalization of project requirements
* Working with various levels of management and users to help define information strategy and ensure its consistency
with overall business strategy
* Implementing process to capture functional design and assisting business team to take educated decisions by
explaining technical features
* Developing architecture and technical work plan to ensure successful development & implementation of applications
* Interacting with senior business and IT client contacts to provide team leadership and hands-on technical & functional
expertise
* Monitoring project progress as per scheduled deadlines for various tasks and taking necessary steps to ensure
completion within time, cost and effort parameters
* Managing day-to-day activities of the development team(s) including performance appraisal, coaching, mentoring and
cross training; providing technical guidance and leadership to fellow team members in area of expertise
* Managing various technical aspects like software design, coding of modules, monitoring critical paths & taking
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
MILAN GAUR
Tech Lead/ Staff Engineer seeking roles in Software Development, Application
Development, Technical Architecture, Project Management, IT Delivery Management,
Agile Methodology, Requirement Analysis, Core Java, XML, Linux, MySQL, Jenkins,
Hibernate.
Key Skills: Tech Lead/ Staff Engineer,Team Lead/Tech Lead,Software Development,Application Development,Technical
Architecture,Project Management,IT Delivery Management,Agile Methodology,Requirement Analysis,Core
Java,XML,Linux,MySQL,Jenkins,Hibernate,jQuery.
Summary
Tech-savvy professional with 9 years expertise in Technical strategy planning, project management, software development and
web designing using Java and J2EE. Leveraged skills in working on Core Java, Servlet, JSP, Struts 1.2 and 1.3, Spring core,
Spring MVC, Spring boot, Hibernate, EJB 2.0, EJB 3, JPA 2.0, JavaScript, SmartGwt, Ajax, Web Services-SOAP and REST,
apache Camel, Active MQ, Rabbit MQ, Ephesoft OCR, UNIX, Shell and Python scripting. Distinguished capabilities of leading
initiatives to define, design and implement DevOps end to end solutions and transformations covering CI, CD for integrated
lifecycle management. Technical leadership roles to step into complex client situations, collaborating at C- level to assess and
achieve strategic / tactical business requirements. Understanding the technical requirements of enterprise customers and work
closely with the internal development teams to guide the direction of our solution for our enterprise customer eco-system
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 2/4
appropriate actions
Project Details
Title: QDO- Sales offering(Quote generation with CPQ)
Technologies: Spring Boot, Hibernate, REST, Maven, YAML, YML, angular, html, css, PostGresQL, AWS- EC2, S3,
ElastiSearch, Microservices, Docker, Jenkins, Aquasec, Kubernetes with Rancher full governance, Hystrix, Eureka, Spring
Cloud
Config, Ping and OAuth services, Camunda workflow engine, ActiveMQ
Application Server: Tomcat
Database Server: Postgresql with PgAdmin server
IDE's: STS (Spring Tool Suite), IntelliJ, Visual Studio Code
Description: It consisted very distributed and effective sales process for an electric world class giant. It managed the sales
CRM front of all the existing and potential customers backed up with a solid quote generation and potential sales
identification functionality for business. It also offered IOT device services for existing and new installations
Responsibilities:
* Created micro service components for the module assigned and business logic for the service modules in spring java
* Implemented:
o Fault tolerance and resilience with circuit breakers and Hysterix
o CI/CD pipelining for different staging deployment
o User authorization using ping token and oauth
Title: Ephesoft OCR (Optical Character Reading)
Technologies: Spring, Hibernate, Nuance, Maven multi module, Hystrix, YAML, YML, html, css, javascript, MySql,
Mulesoft, Ephesoft
OCR, Micro services, Docker, AWS
Application Server: Jboss 6.4, tomcat
Database Server: MySQL, Postgresql
Description: This was general OCR developed by and with Ephesoft. The OCR developed and staged for a medical giant
of US with multiple clients like BMS (Bristol Myers Squibb), Lloyds and others to extract and generate the medical report
data of individual and bulk population used for surveying and research purpose. Bulk forms/reports were uploaded in IVP
platform owned by IQVIA group where these docs are OCRed to extract the data and transformed to feed to external
systems used by clients of IQVIA
Title: Order Writing Application
Technologies: Spring, Hibernate, SmartGwt (MVP), Maven multi module, YAML, YML, HTML, CSS, javascript, MySql,
Jasper reports
(IReport framework), ActiveMQ
Application Server: Websphere 9.0.9
Database Server: MySql
IDE's: STS (Spring Tool Suite)
Description: The main aim of project was to provide an optimum and common platform for receiving, creating and
maintaining all orders for all its customers. The application was common integration point branded for each customer to
provide a management tool for managing huge order flows and helped in automating the entire process of end-to-end
delivery
Espire Infolabs Pvt. Ltd. as Module Leader
Nov 2017 to May 2018
Project
Title: Artificial Intelligence for P&L Analysis
Technologies: Spring (MVC to Boot conversion), Swagger UI for rest end-points, Boot actuator, Maven multi module,
YAML, YML,
HTML, CSS, javascript
Application Server: Jboss 8.10 and 10.x
Database Server: Oracle, Hadoop (Big Data)
Description: The development of the multi module project assigned individually to all developers. The product was AI for
P&L. The product was deployed on the AWS with all the modules individually deployed. The work was to update and
develop the project code according to the customer's compliance standards and then develop more features over that.
Aricent Technologies as Senior Software Engineer
May 2015 to Jul 2017
Project
Title: Performance Tuning and Optimization- Ericsson -
Technologies: Jprofiler, Jmeter, Jstat, JMC, Apache Active MQ, Messaging server
Application Server: Jboss 6.2 and 6.4
Database Server: Postgres, Pgadmin 3 and 4
IDE's: Different versions of Eclipse
Description: For Ericsson client MTN based out of Cameroon, there was dire need of performance enhancement and
tuning on the client server as the frequent server shutdown had been experienced due to high memory usage, thereby
MTN had to sustain a great amount of loss in terms of business and reputation since the product was delivered just a few
months before
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 3/4
Title: KDDI and Sprint CLI- NOKIA
Technologies: jsp, servlet, Spring core and MVC, EJB 3.0 and EJB 3.1, Webservices, Javascript, Ajax, Shell/python
scripting, apache Camel, Active MQ, Rabbit MQ, UNIX, HTML, CSS, javascript
Application Server: Weblogic, Websphere
Database Server: Oracle
Description: For KDDI and Sprint CLI clients, the system required vast and robust architecture with extensibility for future
implementations in handling their wireless command modules that were used to run manually in a sequential way, thereby
exhausting the client's resources in man-labours, timely and financial terms
Title: Feature Delivery Platform (FDP)
Description: The telecom domain system use to provide services to different clients. Different Services that Ericson offered
to its several clients were clubbed into one complete product named as FDP. The product provided branding and individual
feature delivery to each customer.
Title: Verizon Network Management (VNM)
Technologies: jsp, servlet, Struts 1.2 and 1.3, EJB, Webservices, Javascript, Ajax, html, css, javascript, Service Bus
Architecture
Description: It provided services like activation of routers, set-top boxes and all kinds of network related devices. VNM was
a middleware system based service bus architecture which acted as provisioning system for all the clients requiring
access and activation of network elements/devices.
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, MVP
Core Java, Servlet, JSP, Spring - Core
MVC, Boot, Security, AOP, CSS
Struts (1.2 , 1.3 and 2.0)
EJB (2.0, 3.0, 3.1), ActiveMQ, AWS
JavaScript, XML, YML, YAML, AJAX
SOAP, Rest, Jenkins, Docker
Shell Script, Python scripting
apache Camel, Active MQ, Rabbit MQ
Linux, Unix, Spring, Hibernate
SmartGwt, Ephesoft OCR
Mulesoft platform, Micro services
EC2, Kubernetes, Aquasec
Windows Family, MAC, Solaris
JSP, HTML, JSF, Angular, Angular JS
CVS, SVN, GIT, Bitbucket
Docker hub, Gitlab, github
Java beans, Swagger, Hystrix
MS Access, Oracle 11g, DB2, SQL
Jquery, Expect Script
Spring Boot, Boot Actuator
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JBoss, Weblogic, Jakarta-Tomcat
Websphere, Glassfish, MongoDB
Eclipse Indigo, My Eclipse 5.0, Eclipse
Eclipse Ganymede, Eclipse JUNO
Netbeans IDE, IntelliJ
Spring Tool Suite, Visula Studio Code
Jasper reports, DOCXJ, LogZ server
Selenium, TOAD, Jprofiler, JMC, Jstat
MySQL, Pgadmin (3, 4)
PostgreSQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 729: Resume 1336 with similarity score 0.027241951438063173
B.E , MS , B.TECH , M.TECH associate , automation test engineer , senior test engineer , full time , technical specialist , lead engineer marathon , virtualbox , automation , continuous delivery , robot framework , general , jenkins , kubernetes , performance testing , designation , functional testing , regression testing , ug , telecom , case , affirmative action , collaboration , scratch , docker , cypress , api testing , linux , test estimation , azure , cloud , windows , ldap , authorization , english , teams , hindi , status , software testing , email , perl , integration testing , aws , cq , selenium webdriver , continuous integration , cucumber , electronics , rest , git , machine learning , computer science , visio , system testing , infrastructure , dc , voip , languages , mqtt , silk , vmware , python , mobile , javascript , jira , wireless , technology , vagrant , pop3 , application testing , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45…
https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45014515505c58… 1/2
Current Designation: Associate Technical Specialist-QA
Current Company: Barco Electronics Systems
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - QA & Testing
Role: QA/QC Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
Barco Electronics Systems as Associate Technical Specialist-QA
Dec 2015 to Till Date
Expert Automation Test Engineer.
Handling a team.
Developed testing infrastructure of many projects of different domains from scratch.
Test estimation and planning
Expertise: Python, Java, Pytest, Robot Framework, Jenkins, CI/CD, Docker, Selenium, Hybrid Frameworks
GlobalLogic, Noida as Senior Test Engineer -Quality
Feb 2015 to Dec 2015
- Developed/Enhanced existing automation framework
- Developed autoamtion test case
- Expertise in python automation and Selenium UI testing
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Vaibhav Kumar
Associate Technical Specialist seeking roles in Software Testing,Automation
Testing,Functional Testing,Integration Testing,System Testing,Regression
Testing,Selenium,Python,Java,JavaScript,Cypress,Perl,REST
API,Jenkins,Cucumber,Docker,AWS,Azure,K8S
Key Skills: QA/QC Manager,Software Testing,Automation Testing,Functional Testing,Integration Testing,System
Testing,Regression Testing,Selenium Webdriver,Python,Java,JavaScript,Cypress,Perl,REST API,Silk
Test,Jenkins,Cucumber,Docker,Linux,AWS,Azure,kubernetes
Summary
Over 9.10 years of experience in Automation Testing in windows and linux Platform
Currently holding Schengen Visa
Expertise area are Selenium (Webdriver), Python, Java, Perl, REST API, Cypress, Borland Silk Test 13.5, SeeTest, SIP, AWS,
Azure, Kubernetes, CI/CD and Linux.
Well versed in creating frameworks for different testing projects
Well acquainted with Cucumber, version controls GIT and continuous Integration and continuous delivery (CI/CD) tool using
Jenkins.
Well versed with docker, helped the teams to decrease their dependency on physical machines & VMs to run automation
Expert on API Testing through PyTest ,JAVA, Robot Framework
Extensive Experience on cloud based collaboration environment
Hands on Experience on machine learning with MQTT
Experienced in setting up complex test environment for application testing with VMWare, MS Exchange, SMTP/POP3 and
LDAP
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45…
https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45014515505c58… 2/2
HCL Technologies as Lead Engineer
Mar 2011 to Feb 2015
- Developed multiple framework of telecom domain from scratch.
- Developed multiple POC for mobile automation
- Developed/Enhanced existing automation framework
- Performance testing using SIPp
UG: B.Tech/B.E. (Electronics/Telecommunication) from Maharishi Dayanand University (MDU), Rohtak in 2010
PG: M.Tech (Computer Science) from Amity University in 2015
Other Qualifications/Certifications/Programs:
PG. Diploma, Wireless Technology
RHCE
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Belgium,France,Germany
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Selenium (WebDriver)
REST API
JAVA, PYTHON
GIT, MS Visio, MS Exchange
SIPp, PyTest, Cucumber
Jenkins, Docker, Vagrant
VIRTUALBOX, VMWARE
cq, JIRA
Perl, shell
AWS, Azure
Docker, Marathon (DC/OS), Mesos
VoIP, SIP
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 730: Resume 1379 with similarity score 0.02722928824768409
B.E , MS , B.TECH , BS part time , java developer , full time , software developer financial services , telugu , cmc , angular , databases , hero , status , hql , commercial banking , pwa , sql server , connections , venture capital , react.js , blocking , web apps , designation , service layer , english , web applications , editing , agile , project , microservices , asset management , range , rest , canvas , one , web pages , javascript , insurance , factoring , html , online services , javase , e2e , pay , affirmative action , oracle , mysql , technical architecture , maintenance , internet banking , jquery , business logic , strap , email , github , technology solutions , maven , languages , hibernate , investment banking , planners , mobile , search , cart , buildings , roadshows , ajax , spring mvc , validation , tamil , offers , accessories , authorization , teams , servlets , spring boot , extensions , log4j , devices , user requirements , offshore banking , hire purchase , software design , learning , persistence , trustee 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165…
https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165714170b5d085… 1/3
Current Designation: java developer-IT
Current Company: Incedo Technology Solutions limited
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Incedo Technology Solutions limited as java developer-IT
Jan 2020 to Till Date
Project Title iEN -E2E Migration (CAT-E2E Migration)
Client Verizon
Environment Spring Boot, Rest API, Micro services, React js, Angular 7
Duration Nov 2020 -Present
Team Size 8
Project Description:
Provides the ability for Local Transport Planning/Engineering to Review VZB TCOMS Devices to be Decommissioned and
Create NFID's and CCR's based on VZB TCOMS ZF NAR Device Data
The VZB TCOMS Review Totals Screen will allow the Planner to see total counts of devices ready for "Engineer Review"
in each Building. They can select Planners Name and/or Sales City and/or TCOMS Building ID and the search will return
the totals for the buildings within that grouping. The count value will be by building and each count value will be a link that
opens the Engineer Review Screen and shows the list of devices requiring editing. The planner will use this screen to see
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
LOKESH DHARALA
java developer seeking roles in IT Project Management,Requirement
Gathering,Technical Architecture,Software Development,Software
Design,Java,J2Ee,JDBC,Servlets,Spring,Hibernate,JSP,Microservices,Spring
Boot,jQuery,React js, Angular 7
Key Skills: java developer,IT Project Management,Requirement Gathering,Technical Architecture,Software
Development,Software Design,Java,J2Ee,JDBC,Servlets,Spring,Hibernate,JSP,Microservices,Spring
Boot,jQuery,React.Js,JQuery,Javascript
Summary
Having around 5.5 Years of experience in Java Developer with exposure to Performance of Web Applications.
Expertise in working with Spring - IOC, MVC, ORM, TRANSACTIONS.
Having good knowledge to implement Micro Services and Spring Boot.
Hands on experience in application development using Hibernate and Spring frameworks.
Expertise in using JDBC and Hibernate concepts for Database interactions in persistence layers.
Experience using Hibernate query language (HQL).
Hands on experience in JQuery, Java Script ,Ajax, Angular7, React js.
Worked on databases like Oracle & MYSQL.
Experience in Agile and Scrums methodologies.
Certified by Agile SAFe 5 Practitioner.
Excellent Communication and Organizational skills with Interest to learn new technologies.
Having excellent analytical, communication and monitoring skills.
Easy learning and flexible to work of different kinds of API's and technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165…
https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165714170b5d085… 2/3
what TCOMS Building requires an "Engineering Review" and new Decom CCR's created.
Responsibilities:
Involved in Client interaction on regular basis to understand the Business of the Client.
Implemented Business logic based on the requirements and implementation of user requirements in
E2E Migration.
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Spring JDBC
Involved in front development using React js , Canvas
Project #1:
Project Title CAR-Roadshow
Client Verizon
Environment Spring Boot, Rest API, Micro services, React js, Angular 7
Duration Jan2020 -Nov2020
Team Size 8
Project Description:
Roadshows are visits to the field engineering teams to better understand users' pain points in working with CoFEE and
various extensions of it (i.e. connections to other Native systems). The discussions with IT partners while the Engineering
teams demo and show us what problems are blocking their ability to do their job successfully. Items identified at
Roadshows are split up to be addressed by different teams. Our CIAT team will deliver on the Goals stated below.
Responsibilities:
Involved in Client interaction on regular basis to understand the Business of the Client.
Implemented Business logic based on the requirements and implementation of user requirements in
CoFEE.
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Spring JDBC
Involved in front development using React js , Canvas
STG infotech India Private Limited as Java Developer
Sep 2019 to Dec 2019
Project Title Hero-eCatalog
Client Hero
Environment Spring Boot, Rest API, Angular7, SQL server
Duration Sep 2019 -Dec2019
Team Size 3
Project Description:
HMCL eCatalog is progressive web application. Progressive Web App (PWA) is a term used to denote a new software
development methodology. Unlike traditional applications, progressive web apps are a hybrid of regular web pages (or
websites) and a mobile application.
User can buy hero genuine parts like kits, tools, publication and accessories. In this application we added new enhanced
functionalities like cart feature.
Responsibilities:
Involved in Client interaction on regular basis to understand the Business of the Client.
Implemented Business logic based on the requirements and implementation of user requirements in
Hero eCatalog Application.
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Hibernate
Involved in front development using Angular7
Marlabs India Private Limited as Java Developer
Feb 2018 to May 2019
Project Title May Bank
malaysia Maybank ,Malaysia
Environment Spring Boot, Rest API, Angular6, Hibernate, Oracle
Duration
Dec2018 -May 2019
Team Size 15
Project Description:
May bank is a complete one-stop financial portal, offering online services such as banking, insurance and stock broking.
Customers can pay bills and The May bank Group offers a comprehensive range of products and services that includes
commercial banking, investment banking, Islamic banking, offshore banking, leasing and hire purchase, insurance,
factoring, trustee services, asset management, stock broking, nominee services, venture capital and Internet banking. May
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165…
https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165714170b5d085… 3/3
bank's mission is to humanize financial services across Asia, by providing access to financial services to the people at fair
terms and pricing, and to be always at the heart of the community
Responsibilities:
Analyzing the functional specification of the Business.
Involved in Backend validations in entire Project.
Involved in front end validation using angular 7
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Hibernate
UG: B.Tech/B.E. (Computers) from Anna University in 2012
Other Qualifications/Certifications/Programs:
CMC Java Certification
Agile SAFe5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java,Oracle10g,REST
JavaSE, JavaEE
HTML, Servlets, JSP, Boot Strap
Hibernate, Spring, Spring MVC,
spring boot
MySql5, SQLServer
Log4j, Maven, SVN, GitHub, Git Lab
JavaScript, JQuery, Angular 7, React js
Languages Known
Language Proficiency Read Write Speak
English
tamil
Telugu
Rank 731: Resume 625 with similarity score 0.027213190996844484
B.TECH , BS senior software developer ecommerce , api , graphql , synopsis , visual studio code , pay , angular , secondary education , firebase , ltd , gateway , google , apollo , microsoft word , github , mvc , languages , project work , e-commerce , html5 , es6 , mobile , javascript , history , web Microsoft Word - UshaWadhwani_v2.1.docx
CURRICULUM VITAE
Usha Wadhwani
EXPERIENCE SUMMARY AND CAREER OBJECTIVE:
About 6+ years of development experience which includes as about 3 years in React js
(current), 2 years in Angular along with 2 year in MVC dotnet.
Comfortable in integrating with backend services, WebServices, RestAPI and graphql.
Worked on Visual Studio with github.
LANGUAGES:
Web platform React Js, Angular Js, Angular2/4, JavaScript (ES5 and ES6)
WORK HISTORY:
Company Techitree Solutions
Duration Nov 2018 to Currently working
Position
Software developer - React
Company Rao Infotech
Duration April 2018 to October 2018
Position
Software developer - React
Company TLC Engine
Duration May 2017 to Sept 2017
Position
Software developer - React
Company Gateway Technolabs Pvt. Ltd
Duration Jan 2013 to Nov 2016
Position
Senior Software developer – Angular and .Net
PROJECT WORK DESCRIPTION:
Project NamkeenBites.com
Duration 7 months
Project Synopsis A complete ecommerce solution
My position React Developer
Responsibilities Software development and client communication.
Tools and Technologies React js, Git, Firebase, Razor Pay, FB and Google Authentications
Platform Web Platform
Project Blog management
Duration 7 months
Project Synopsis A complete solution to share knowledge, write blog, manage blog and
profile
My position React Developer
Responsibilities Software development and client communication.
Tools and Technologies React js, Graph QL, GIT
Project Ecommerce – LuxyList
Duration 9 months and currently under QA
Project Synopsis e-commerce project using reaction commerce
My position React Developer
Responsibilities Software development and client communication.
Tools and Technologies React js, Graph QL Javascript, HTML5, CSS3, Visual studio code, git
hub , apollo client
Project Career Chips (https://www.careerchips.com/)
Duration 8 months
Project Synopsis Job portal
My position React Developer
Responsibilities Software development and client communication
Dealing with team.
Tools and Technologies React js, API Integration, Javascript, HTML5, CSS3, Visual studio code ,
git hub
Project Food delivery management
Duration 3 months
Project Synopsis It was more like swiggy but in opposite way, we used to manage location
of user and user was about to take away the food
My position S/W Developer
Responsibilities Software development, assigning the tasks to team
and client communication
Tools and Technologies Ionic3, Javascript, HTML5, CSS3, Visual studio code, git hub
Platform Web Platform for admin and mobile or end users
Project Products management
Duration 4 months
Project Synopsis It was more like linked in for different dealers of products
My position S/W Developer
Responsibilities Software development, assigning the tasks to team
and client communication
Tools and Technologies React, Javascript, HTML5, CSS3, Visual studio code, git hub
ACADEMICS:
Examination Passing year Board/University Performance
(%)
B.Tech(EC) May- June
2013
Ganpat University 67
HSC March 2009 Gujarat Secondary & Higher
Secondary Education Board
79.40
SSC March 2007 Gujarat Secondary & Higher
Secondary Education Board
82.92
Rank 732: Resume 1211 with similarity score 0.027164399949033267
B.E , MS , B.TECH system administrator , full time , network associate , windows server administrator , server engineer mcsa , financial services , windows server , access , designation , ug , telecom , tamil , affirmative action , cloud , active directory , azure , ltd , ccna , authorization , red hat , english , subnetting , status , email , cisco switches , project , aws , ubuntu , operations , microsoft , electronics , servers , languages , data center , ip addressing , amazon , money , javascript , routers , organization , web , stock exchange 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a4…
https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a435012150a540a… 1/2
Current Designation: Windows Server Administrator
Current Company: LifeCell International
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
LifeCell International as Windows Server Administrator
Apr 2019 to Till Date
Lifecell International Pvt Ltd as Server Engineer -windows, ubuntu
Apr 2019 to Apr 2019
Successfully graduated in BE- Electronics & communication-2017.
Successfully Graduated at Sri Krishna Engineering College, panapakkam, Chennai 601301.
An accomplished, Skilled Engineer & System Administrator in Microsoft, Cisco domains.
Skilled in managing Networks, IT Hardware, Servers & Desktops.
Experience in Server engineer from NATIONAL STOCK EXCHANGE (DATA CENTER) and Lifecell International Pvt Ltd.
A responsible person, who understands value of Time & Money and willing to put extra efforts towards success of the
organization.
National Stock Exchange of India Ltd
Jan 2018 to Apr 2019
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
ELAVARASAN R
CCNA,RHCE,MCSA,RHCSA,AWS Certified,Server Engineer seeking assignments in
Telecommunication Engineering,Technical Support,Network Operations,Project
Management,Data Centre Operations,Desktops Operations,Active
directory,DHCP,AWS,NAS,Azure Cloud
Key Skills: Server Engineer,System Admin,Telecommunication Engineering,Technical Support,Network Operations,Project
Management,Data Centre Operations,Desktops Operations,Active directory,DHCP,AWS,NAS,Azure
Cloud,DMS,RIP,EIRGP,OSPF,BGP,IP Addressing
Summary
Successfully graduated in BE- Electronics & communication-2017.
Successfully Graduated at Sri Krishna Engineering College, panapakkam, Chennai 601301.
An accomplished, Skilled Engineer & System Administrator in Microsoft, Cisco domains.
Skilled in managing Networks, IT Hardware, Servers & Desktops.
Experience in Server engineer from NATIONAL STOCK EXCHANGE (DATA CENTER) and Lifecell International Pvt Ltd.
A responsible person, who understands value of Time & Money and willing to put extra efforts towards success of the
organization.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a4…
https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a435012150a540a… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sri Krishna Engineering College, panapakkam, Chennai in 2017
Other Qualifications/Certifications/Programs:
Red hat Certified System Administrator (RHCSA),Cisco Certified Network Associate (CCNA)
Certified in Amazon web service's (AWS), Microsoft Certified Solutions Associate (MCSA)
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Cisco Switches and Routers.
RIP, EIRGP, OSPF, BGP.
IP Addressing,Access list and Subnetting
DNS and DHCP.
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 733: Resume 1046 with similarity score 0.027138321390258617
B.S web developer , full time , software developer javascript frameworks , version control , scrum , visual studio code , designation , confluence , mar , affirmative action , mysql , oracle , facebook api , angular , linux , photoshop , maintenance , ltd , typescript , php , windows , json , authorization , english , troubleshooting , maps , web applications , bootstrap , status , postgresql , email , project , express , google , mongodb , chrome , ubuntu , solution architecture , global services , xml , pl/sql , intellij idea , github , mac os , mvc , components , design patterns , debugging , computer science , building , languages , agile environment , html5 , pwa , sql server , completion , lovely , jira , eclipse , developer tools , jquery ui , 360 , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c13004…
https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c1300455644480c5900… 1/2
Current Designation: Web Developer
Current Company: Reward 360 Global Services Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Reward 360 Global Services Pvt Ltd as Web Developer
Mar 2019 to Till Date
Esolz Technologies Pvt Ltd as Web Developer
Mar 2015 to Jan 2017
UG: B.Sc (Computer Science Honors) from Midnapore College, Midnapore in 2011
PG: MCA (Computers) from Lovely Professional University (LPU) in 2014
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Anjana Maiti
Web Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Angular,Node js,Express,React
js,Typescript,JavaScript,jQuery UI,Ajax,PHP MVC,XML,JSON
Key Skills: Web Developer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Angular,Node js,Express,React
js,Typescript,JavaScript,jQuery UI,Ajax,PHP MVC,XML,JSON
Summary
4 years of Experience in developing Web Applications using Angular 7/8, Node JS, React JS, Javascript frameworks, jQuery,
PHP MVC frameworks.
Integrated Google (Graph API, places API, maps API, Recaptcha API), Facebook API
Extensively used Git as version control to safely and quickly develop applications.
Experience in using Chrome Developer Tools for debugging and troubleshooting the code.
Cooperating with the back-end developer in the process of building the RESTful API.
Worked in Agile environment where I was a part of a SCRUM team delivering stories to completion. JIRA was used as a
Software Development tool where stories and product/scrum backlogs are tracked.
Experience in Progressive Web Application (PWA) development.
Developed technical documentations to define the system components, development environment, implementation
planning/strategies and release plans.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c13004…
https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c1300455644480c5900… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Angular 7/8
Node JS, React JS
JavaScript
jQuery, PHP MVC
RESTful API
GitHub
Confluence, Jira
Design Patterns
Visual Studio Code
IntelliJ IDEA, Eclipse
Windows, MAC OS, Linux Ubuntu
SQL server, MySql
PL/SQL, PostgreSQL
MongoDB, Oracle
HTML5, CSS3, SCSS
Bootstrap 3&4, Photoshop
XML, JSON
Languages Known
Language Proficiency Read Write Speak
English
Rank 734: Resume 1445 with similarity score 0.027116185253608413
B.E , MS , B.TECH , BS full time , change management , project leader , software developer winscp , award , robotics , general , bau , wired , designation , office , developers , ug , telecom , webadi , affirmative action , information technology , mysql , hindi , maintenance , unix , player , english , cor , advanced , authorization , energy , status , supply , email , project , application , wrt , oracle erp , steps , towers , operations , rdbms , technology solutions , change management , exceptions , finance , languages , process automation , pan , it , python , service improvement plans , javascript , client side , automated processes , business requirements , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f11…
https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f110316130e5d5f0… 1/3
Current Designation: RPA Developer
Current Company: Tata Consultancy Services
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Pune,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Tata Consultancy Services as RPA Developer
Aug 2019 to Till Date
1.Working out of Client Side - (Indus Towers - Cor porate Office) Industry - Telecom
2.Role:
Implemented 7 Bots covering below business area impacting both Top line and bottom line apart from increased
compliance
o Finance -Account Payable & Business team
o Supply change management
o Energy Controller Department
o Deployment team o Planning team
3.Map AS-IS process flows while capturing all critical process steps/parameters along with portable exceptions and its
handling.
4.Design optimized TO-BE processes basis Automation tool capabilities and in line with business requirements.
5.Managing the day-to-day operations for Automation Anywhere tool wrt Ticket analysis, SLA performance, Change
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
VIBHOR SAXENA
Goal-Oriented Professional targeting assignments in Robotics Process Automation
(RPA) development field
Key Skills: RPA Developer,Software Developer,Process Automation,Client Handling,Project Management,Requirement
Gathering,MySQL,Python,C,Oracle ERP,Innovative,Team Player,Analytical,Coordinator,Database Handling,Problem
Solving
Summary
1.Currently working as RPA Developer with Tata Consultancy Services.
2.Sound understanding of business and technology needs.
3.Skilled in investigating, analyzing, and setting up automated processes to maximize efficiency for a business model with the
help of RPA technologies and tools.
4.Hold knowledge of designing, analyzing and implementing efficient IT systems.
5.Bagged Quarter of the Year Award and Best Employee of the Month by TCS.
6.Familiar with gathering feedback from end users to continue improving system and coordinating with developers to build and
implement technology solutions.
7.Played a vital role in migration from Automation Anywhere version 10 to 11 without disruption to BAU.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f11…
https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f110316130e5d5f0… 2/3
Management and Service Improvement Plans.
UG: B.Tech/B.E. (Information Technology) from ABES ENGINEERING COLLEGE, GHAZIABAD in 2019
Other Qualifications/Certifications/Programs:
Automation Anywhere Master Certification version 11
Automation Anywhere Advanced Certification Version 11
UiPath Master Certification
Nature of Employment: Full Time
Project Location: Delhi Connaught place & Gujarat- Vadodara
Role: Project Leader
Duration: Aug 2020 - Sep 2020
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: PAN India
Role: Project Leader
Duration: May 2020 - Jul 2020
Onsite / Offsite: Onsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
C
MySQL
MS OFFICE 2013
RDBMS
Automation Anywhere 11.3.3.1 2020 1 Year(s)
Python
Uipath
Oracle ERP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: NDMC Wi-Fi for Smart City
Client: Indus Towers
Skill Used: RPA- Automation Anywhere
Role Description: Developer
Project Details: Download file from Airtel website in every 15 minutes and share it to Unix environment with the help of
Winscp.
Duration:24*7
Project Title: Automation of PR Process
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f11…
https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f110316130e5d5f0… 3/3
Nature of Employment: Full Time
Project Location: PAN India
Role: Project Leader
Duration: Apr 2020 - May 2020
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: PAN India
Role: Programmer
Duration: Feb 2020 - Apr 2020
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: PAN India
Role: Project Leader
Duration: Jan 2020 - Feb 2020
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Corporate Office
Role: Sr. Project Leader
Duration: Nov 2019 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Rajasthan/Sikkim
Role: Programmer
Duration: Sep 2019 - Oct 2019
Onsite / Offsite: Onsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: On daily basis SR's are received for which PR are created on WEBADI after mapping it with Template sheet
for their respective item code.Once PR generated is processed on oracle ERP and shared with circle team.This bot works on
three machines as it have been made for 26 circles.
Duration:24*7
Project Title: Automation of SLA Reports
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: Bot download Incident, Problem and Change Management Reports from Wired tool for given start & end date
and share it to share point with pre-defined tab & sheet name
Project Title: Automation for Tower Upgrade/Sharing SR's
Client: Indus Towers
Skill Used: RPA - Automation Anywhere
Role Description: Developer
Project Details: On daily basis we receive SR's in fixed template for upgrade & sharing through mail and we need to process
that data on ISQ website.
Duration:15-18hr / day
Project Title: Automation of Clearance & Planning SR's
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: On daily basis we receive SR's in fixed template for upgrade & sharing through mail and we need to process
that data on ISQ website.
Project Title: Finance- Business Forecast
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: Bot works once in a month to find out Actual and forecast values for the various circles across PAN India
Project Title: BPCL Billing Automation
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: On Daily basis we receive TR amount from seven Parent I'd and we do the summation for the amount and
generate invoice no. Invoice no.is process on Oracle ERP
Rank 735: Resume 1194 with similarity score 0.02710187872314021
B.S , MS , BS software engineer , devops engineer , cloud operations engineer , part time , full time financial services , customer , fault tolerance , partition , ram , docker , linux , status , continuous integration , artifacts , nagios , xfs , ec2 , building , infrastructure , medical history , pipeline , server side , ansible , automation , devops , open source , kubernetes , designation , hindi , network design , cluster , software installation , english , troubleshooting , cloud security , project , groups , microservices , solution architecture , dsl , puppet , putty , sonarqube , javascript , technology , client side , insurance , disk , continuous delivery , scripting , groovy , affirmative action , mysql , maintenance , basic , kafka , dynatrace , email , aws , operations , github , coupons , maven , languages , amazon , jira , commerce , servicenow , cloud services , patch management , jenkins , ug , health , routing , authentication , ticketing , offers , firewall , ami , authorization , yum , npm , user administration , servers , s3 , problem solving , storage , agents , python , network administration , cloud computing , load , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c18…
https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c185715175f0f0e5… 1/3
Current Designation: Cloud Operations Engineer
Current Company: Searce Cosourcing Services
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Searce Cosourcing Services as Cloud Operations Engineer
Nov 2019 to Till Date
Installing cloud monitoring agent on GCP.
Installing cloud watch monitoring agents on EC2 instances.
Monitoring and managing the customers infra on AWS cloud and GCP.
Creating metrics and alarms using Cloud watch.
Creating metrics and alarm policies on GCP for existing and new clients.
Working on OS patch management to apply operating system patches.
Configure monitoring on site24*7 monitoring tool for clients.
Knowledge of site 24*7 monitoring and freshdesk ticketing tool.
Create availability/ maintenance reports for clients.
Supporting production, Staging and development environment 24/7 across all regions.
Zensar Technologies as Software Engineer
Aug 2018 to Nov 2019
Project: Discovery Insurance (South Africa)
Domain: Insurance and Financial services
Discovery Limited engages in long and short-term insurance and employee benefits through its various
brands. Client is a well known insurance provider in South Africa. Users complete their health related
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ajay Jalindar Dendge
Engineer seeking roles in Cloud Operations, DevOps Engineer, Cloud Computing, IT
Infrastructure Support, User Administration, Solution Architecture, Ansible,
Kubernetes, Jenkins, Docker, AWS, Git, Prometheus, Grafana, Maven, Linux, Basic
GCP.
Key Skills: Cloud Operations, DevOps Engineer, Cloud Computing, User Administration, Solution Architecture, Software
Installation, Ansible, Kubernetes, Jenkins, Docker, AWS, Git, Prometheus, Grafana, Maven, Terraform, Linux,GCP,Shell
Scripting,Puppet
Summary
Having more than 2 years of IT experience, Currently working with Searce Inc as Cloud Operations Engineer.
Knowledge and experience in infrastructure, cloud computing and CI/CD pipeline. Hands-on experience in different technologies
and platform like AWS, Linux, Docker, Kubernetes, GIT, GITHUB, Prometheus, Jenkins, Nagios, Terraform, Puppet, Ansible,
Docker Swarm,
Podman, Maven, Mysql, Putty, Dynatrace, ServiceNow, Kafka, GCP, Python, Jira, Site24*7, Freshdesk .
Good understanding of Technical trends, architectures, self-learner and motivated to stay on top of the latest technology, new
software?s and products.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c18…
https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c185715175f0f0e5… 2/3
activities and get rewards by achieving a specific point's level. The user can use different functionalities to
provide their medical history. Based on the threshold reached, users achieve points like meal coupons,
offers like benefits.
? Monitoring and manage the overall health of live customer environments
i.e. servers, networks, services and DynaTrace monitoring tool.
User and group administration: adding a new user account, modifying/deleting user account.
Password aging policies, locking and unlocking user accounts.
LVM (Logical Volume Manager): extend the size of LVM, reduce the size of LVM.
File System Management: managing partition, making File System, format the file system.
Using ext3, ext4 and xfs, mount new file system, unmounting file System.
Software Installation Methods: Yum (Server Side Configuration), Yum (Client Side
Configuration),RPM(RedHat Package Manager).
Troubleshooting in production environment, creating fault tolerance environment in AWS cloud
platform.
Create User/groups and integrate Cloud services with Existing Identity Services.
Cloud Security - AWS Security Group setup and configuration, Multi factor authentication.
Creating snapshots and Amazon Machine Images (AMI) of the instances for backup and creating
lone instances.
Creating S3 buckets and managing policies for S3 buckets and Utilized S3 bucket for backup on
AWS.
? Modify the resources of instances like CPU, RAM or Disk as per user requirement.
? Configured EC2, S3 storage, Elastic Load Balancers, EBS, Auto Scaling, Route 53, SSM, SNS,
CloudTrail.
Create the Subnets inside Cloud Network as per Network Design, Maintain the Security group/List,
Firewall rules of the subnets, and maintain the routing tables.
Created metrics and alarms using Cloudwatch for monitoring customer infrastructure.
Setup monitoring for customers using Prometheus and Grafana.
Responsible for Docker container creation and management, Dockerfile management. deployment of
micro services to containers
Responsible for deploying microservices to Kubernetes cluster without Zero downtime.
Working on container management tool Kubernetes.
? Jenkins as a primary tool for implementing the continuous integration and continuous delivery of their
code releases.
? Have created Ansible playbooks for the Deployment and Infrastructure automation
Integrated Maven with Jenkins for Continuous Integration process
Implemented CI/CD pipeline using AWS, Jenkins and open source tools.
Created Jenkinsfile for automated continuous integration and deployment.
Extensive experience using MAVEN as a Build Tool for the building of deployable artifacts from
source code to write Pom.xml and Build.xml respectively.
Good analytical, problem solving, communication skills and can work either independently with little
or no supervision or as a member of a team
? Supporting production, Staging and development environment 24/7 across all region
UG: B.Sc (Computers) from Indira College of Commerce and Science, Pune University in 2017
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Linux, Docker, Kubernetes, GIT
GITHUB, Prometheus, Maven, Sonarqube,
Jenkins, Nagios, Terraform, Putty,
Puppet, Ansible, Docker Swarm
NPM, GCP, Python, JIRA,
Shell Script, Groovy DSL
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c18…
https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c185715175f0f0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 736: Resume 559 with similarity score 0.02698980156114557
MS , B.TECH , BS work from home c programming , completion , training , assessment , creativity , resume , one , python , harmonium , technology , hiring , srm , camp , cops , computer science , mathematics Assessment
Q1. Why should you be hired for this role?
I have always believed that there are two types of work, one which is creatively done and other which is done for the sake of completion of that
work. Working as a Graphic designing intern also has the same two types. Observing creativity around me is something that I always do. Hiring me
would prove helpful for me in bringing out the creative content in me. It will also make both the parties look good.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8849441636
Shweta Rajan
Chennai, Ahmedabad
Applied 26 Jan'21
C Programming MSOffice Mathematics
Python
Bachelor of Technology B.Tech), Computer Science
SRM IST
2019 - 2023
CGPA 9.30/10
National Cadet Cops(NCC
NCC, Ahmedabad
Jun 2014 - Apr 2016
Underwent training for two years and also went for a training camp for 10 days.
Secured a 'A' certificate in the NCCNational Cadet Cops) training
Secured distinction at national level test for playing the harmonium instrument.
Rank 737: Resume 734 with similarity score 0.02692695748793969
B.E , MS , B.TECH application support , web developer , software developer , backend developer , full time api , web development , core java , zope , algorithms , visual studio code , css , access , soap , designation , vue , mar , affirmative action , mysql , hindi , angular , maintenance , azure , test cases , authorization , english , status , postgresql , ecmascript , email , project , application , mongodb , dojo , new features , xml , redis , rest , servers , s3 , debugging , design patterns , languages , storage , django , algorithm development , dropbox , python , javascript , eclipse , drm , ldap , elasticsearch , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170…
https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170216105b080d0… 1/2
Current Designation: Software Developer
Current Company: Interra Systems
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Interra Systems as Software Developer
Jul 2016 to Till Date
Worked as a web developer in product Baton which is a file based quality check tool. Experience with large-scale, cross-
browser applications Added support of Dropbox location in Baton Solely handled various modules in the project.
Implemented a number of end to end new features in the product Solved complicated bugs with strong debugging skills
Demonstrated ability to troubleshoot UI/CSS and javascript issues Added support of REST APIs for various modules
Worked on Xmlrpc and SOAP APIs Knowledge of DRM Servers: Widevine, PlayReady Implemented role based user
access in the project Implemented permission management of resources for users Used APIs of a number of storage
providers like S3, Azure, Dropbox, etc. Wrote unit test cases for all the new features. Familiar with LDAP server
Software Trainee July, 2016 - August, 2016 Looked into detail technical knowledge and various projects at Interra
Systems.
UG: B.Tech/B.E. (Computers) from UTTAR PRADESH TECHNICAL UNIVERSITY in 2016
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RICHA WADHWA
Software Developer seeking roles in Software Development,Application development,
Web development, Fullstack development, backend development
Key Skills: Javascript,Python,C,Core Java,MySQL,Django,Zope,MongoDB,CSS,Data Structures,Elastic
Search,Redis,Postgresql,System Design,Backend Developer,Web Developer,Algorithms,Algorithm Development,Software
Engineering
Summary
Skilled professional with 5 years of experience in Software Development,Application Programming,Coding,Web Development,
Application Support,HTML,Javascript,Python,C,Core Java,MySQL,Django,Zope,MongoDB,CSS,Data Structures
Work Experience
Education
IT Skills
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170…
https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170216105b080d0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
EcmaScript, Angular, Vue
Django, Zope, Dojo, HTML
XML, CSS
Elasticsearch, ZODB, MySQL
POSTGRES
CSS3, MongoDB, Redis
REST, XMLRPC, SOAPRPC, API
TCP/IP, HTTP, OOPS, Design Patterns
Eclipse, Visual Studio Code
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 738: Resume 969 with similarity score 0.02689855418485681
B.E , MS , B.TECH , BS project lead , senior software engineer , full time , change management , team lead , part time telugu , public transport , user management , promotional , data sharing , angular , linux , status , store , sap , transportation , system architecture , components , ec2 , infrastructure , html5 , workflow , organization , notification , architectural design , qlikview , retail , designation , cloud , eod , tablets , ltd , web technologies , english , directors , agile , project , data tracking , drupal , scenario , range , jquery mobile , snap , mvc , database design , change management , git , canvas , dashboard , javascript , form , technology , entity framework , affirmative action , mysql , maintenance , bootstrap , email , aws , system development , investments , operations , microsoft , oledb , survey , android , invoicing , edge , architecture development , languages , export , amazon , responsive design , jira , search , apps , online , confidentiality , functionality , redux , css , account creation , authentication , ticketing , php , import , ios , authorization , approvals , c# , b2b , application , default , npm , records , .net core , auditing , e-commerce , mobile web , kannada , state management , tableau , kendo ui , tuxedo , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 1/4
Current Designation: Project Lead
Current Company: JP Morgan Chase & Co
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Operations]
Verified : Phone Number | Email - id
JP Morgan Chase & Co as Project Lead
Jan 2018 to Till Date
Project Details:
Project 12:
Title CDMP Billing and CDMP non-billing
Role Project Lead (Individual Contributor)
Environment .NET MVC, KENDO UI, BOOTSTRAP, SQL, Entity Framework, C#, CI/CD, GAIA cloud
Description:
CDMP billing facilitates a dashboard application with data import in millions and more, integrated with SSIS packages and
procedures to perform critical operations, data tracking, archiving and export. The approval flow facilitates different roles
approval or rejection or undo of the performed action handling million records at a time. Extraction of million records within
10 seconds without breaking the SLA was bit of a challenge with provided hardware and application facilitated all req at
EOD.
Project 11:
Title PPG Editor
Role Project Lead (Individual Contributor)
Environment .NET MVC, REACT JS, REDUX, TUXEDO, SQL, Entity Framework, C#, AWS EC2 cloud LINUX
Description:
Product & Price Guide (PPG) application facilitates planning and forecast of the cost related to infrastructure investments
and existing products in and out of JPMC. Usage of .net with react and ag-grid has been illustrated extensively with
overriding of default export of large records and reusable components creation using react with integration of REDUX
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Harshavardhana T S
Project Lead seeking roles in Software Engineering,Software Development,System
Development,System Architecture,Architectural Design,Project Management,Change
Management,Database Design,Application
Support,Bootstrap,Angular,jQuery,SVN,TFS,AWS,PHP,Git
Key Skills: Project Lead,Software Engineering,Software Development,System Development,System
Architecture,Architectural Design,Project Management,Change Management,Database Design,Application
Support,Bootstrap,Angular,jQuery,SVN,TFS,AWS,PHP,Git
Summary
* Over 7.5 years of experience facilitating cutting-edge engineering solutions in Microsoft technologies with a wide range of
Transportation, banking, E-Commerce application and technology skills.
* Proven ability to leverage full-stack knowledge, experience to build interactive and user-centered website designs both in
individual and team contributions with agile to scale applications with CI/CD integration.
* Extensive expertise in large system architecture development, environment migration, administration and configuration.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 2/4
state management with a single store creation.
Project 10:
Title EMR
Role Project Lead
Environment .NET MVC, ANGULAR 4.x, AG-GRID, BOOTSTRAP, SQL, Entity Framework, C#, CI/CD, GAIA cloud
Description:
EMR application facilitates the usage of multi-level approvals with different roles created for each and every qlikview
screen and data sharing from qlikview screen to .net application created and vice versa. The usage of AG-GRID has been
used extensively with angular 4.x.
Project 9:
Title ICFO
Role Project Lead
Environment .NET MVC, ANGULAR JS, BOOTSTRAP, SQL, Entity Framework, C#, CI/CD, GAIA cloud
Description:
ICFO application facilitates the dashboard for multiple cross tech applications like tableau, qlikview, qliksense applications
along with .net tech stack applications. Usage of canvas screen designs for cross tech application depictions apart from
.net with integration of site minder for SSO authentication. Angular JS used as UI with reusable custom components,
bootstrap for responsive design
Project 8:
Title EFIMA
Role Team Lead
Environment .NET CORE MVC, Microsoft account & AX account authentication, Angular JS, GIT, GULP, NPM,
Bootstrap, SQL(local DB).
Description:
EFIMA is an invoicing product which has been widely used in the European countries with respect to banking sector and
having dynamic number of approvers and reviewers. Due to confidentiality of the project I can't provide more information.
Project 7:
Title ERBIA -Bank Auditing System
Role Team Lead
Environment .NET MVC, BOOTSTRAP, JQuery, SQL, KENDO UI, Entity Framework, C#
Description:
A product for auditing system under the banking sector which includes auditing of the accounts from different branches.
Different levels of workflows involved for each working scenario. Due to confidentiality of the project I can't provide more
information.
Project 6:
Title Puma B2B
Role Senior Software Engineer
Environment .NET MVC, BOOTSTRAP, JQuery, SQL, KENDO UI, OLEDB
Description:
PUMA intends to provide the orders which are made through retail, online customers like Flipkart, Amazon, Snap deal etc.
and distribution via web application to be tracked in an MVC application in order to be verified by the Puma
representatives like zonal managers, directors etc. Crores of amount of orders need to be tracked and the same has to be
verified.
EVRY Pvt Ltd as Senior Software Engineer
Aug 2012 to Jan 2018
Project 5:
Title Puma E-Claims
Role Senior Software Engineer
Environment .NET MVC, BOOTSTRAP, JQuery, SQL, KENDO UI
Description:
PUMA intends to keep track of the funds based on the location and franchisees. The SAP application has been currently
used by the PUMA and if there is any offline entries to be made as there is no network coverage in the remote areas, we
developed and application in order to keep track of the funds. Highly usage of the kendo controls in the project has been
displayed.
Project 4:
Title PUMA DMS and PUMA SSO
Role Senior Software Engineer
Environment ASP .NET, MVC, BOOTSTRAP, JQuery, SQL, KENDO UI
Description:
PUMA DMS:
This is asp .net application for the documents based on the different roles. The workflow includes around 12 roles and
each role can perform their own functionality. Created using asp .net, jQuery, SQL. SMTP email notifications has been
used in order to send the notification emails for the respective users.
PUMA SSO:
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 3/4
This is a MVC application which includes the ticketing system, corporate communication, User management. Created
using MVC span framework along with the usage of bootstrap, jQuery and SQL.
Project 3:
Title Survey Application mobile web app
Role Software Engineer
Environment HTML 5, JQuery Mobile
Description:
This is the survey client application, accessed through tablets where the contents are pulled from the Promotional website.
The survey questions configured in the promotional website appears to the surveyor as per the configuration. Created
hybrid app for android and iOS. Hybrid apps, like native apps, run on the device, and are written with web technologies
(HTML5, CSS and JavaScript).
Project 3:
Title Survey Application
Role Software Engineer
Environment Drupal 7.x, MySQL
Description:
This is the web application through which the managed content is available to various role based users. This can facilitate
Fee Payment, Account Creation, Survey form creation etc. Various survey questions in a survey form are also configured
for the appearance to the surveyors.
Project 2:
Title Integrated Website for Public Transport mobile web app
Role Software Engineer
Environment HTML 5, JQuery Mobile
Description:
Integrated Website for Public Transport mobile web app contains the minified version of the desktop version. It's going to
provide the details of every route and details which are expected from the public side and brief information on the BMTC
organization.
Project 1:
Title Integrated Website for Public Transport (BMTC)
Role Software Engineer
Environment Drupal 6.x, Drupal 7.x, MySQL
Description:
The main objective of the portal is to help commuters for searching routes and its schedule. Apart from the route and
schedule search, client had huge content that needs to be updated onto the portal and manage the site on their own. The
public portal is bilingual which support English and Kannada. In order to support route and schedule search feature on
public portal, we had to write more of custom modules
UG: B.Tech/B.E. (Computers) from Channabasaveshwara institute of technology in 2012
PG: MBA/PGDM (Operations) from Shri Bhagawan Mahaveer Jain College, Bangalore in 2018
Education
IT Skills
Skill Name Version Last Used Experience
React JS + REDUX, KENDO UI,
BOOTSTRAP, MySQL, GIT, SVN, TFS
GAIA, AWS, JQUERY, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Kannada
Rank 739: Resume 292 with similarity score 0.026892178764330386
MS , B.TECH , BS work from home , classifier braille , contests , classification , deep learning , das , platforms , information technology , apt , interpersonal skills , blind , keras , speech , natural language processing , basic , english , gan , mascot , project , fit , computer vision , gap , resume , machine learning , opencv , django , translation , flask , completion , assessment , data science , python , face recognition Assessment
Q1. Why should you be hired for this role?
I believe that my education, work experience, and career interest aligns well with the requirements for the position of Deep Learning based
internship. During my tenure at College, I developed an innate passion for Data Science and Machine Learning and had sought out multiple
opportunities to learn and grow amidst the same.
Also, I have experience in the field of Deep learning with various types of neural network architectures like ANN, CNN and RNN and i have
worked on various Deep Learning based projects like Braille Image to Speech translation, Face Recognition, Words Recognition From images
using OCR, Image to Image translation using GAN.
Furthermore, I had participated in many Hackathons and contests organised by different platforms.
I am confident that my interpersonal skills along with my interest and experience, I would fit apt for this internship
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months for work from internship
Resume
EDUCAT ION
PROJECTS
Kshitiz Sharma
Delhi, Ajmer
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
C Programming Data Science Data Structures
Deep Learning Machine Learning Django
Flask OpenCV
B.Tech Hons.), Information Technology
Dr. Akhilesh Das Gupta Institute Of Technology And Management
2018 - 2022
CGPA 7.80/10
Senior Secondary XII, Science
Meera Sr Sec School
RBSE board)
Year of completion: 2017
Percentage: 81.65%
Secondary X
Mascot The School
RBSE board)
Year of completion: 2015
Percentage: 77.41%
Braille_image_To_sppechBraille_Image_To_Speech
Oct 2020 - Nov 2020
https://github.com/kshitizs11/Braille_Image_To_Sppech_Transformation
in this project we create a braille image to english speech translator using python .This project will help Normal people to
understnad braille language in a much better way and this can reduce the language gap between blind people and normal
people
Fake News Classification using LSTM
Oct 2020 - Oct 2020
https://github.com/kshitizs11/Fake-News-Prediction-
It Helps you Classify the fake and real news By Using LSTM Networks
https://github.com/kshitizs11/Braille_Image_To_Sppech_Transformation
https://github.com/kshitizs11/Fake-News-Prediction-
CONTACT Phone: 91 7014258314
Image-To-Text-Convertor-Using-Ocr
Aug 2020 - Aug 2020
https://github.com/kshitizs11/Image-To-Text-Convertor-Using-Ocr-
It Helps to Convert Images in which certain text is written to Original text Using OCROptical character recognition) .We just
need to feed text based image to the model and it will convert it to text.
GAN Image To Image Translation
Aug 2020 - Aug 2020
https://github.com/kshitizs11/GANGenerative-adversarial-network-
GAN is the model which are used for generating new images from similar type of images these are very benficial in Deep
Learning Projects. In this project i have created an GAN model using some cartoon images data.
Image Captioning using Deep Learning CNN and LSTM in Keras
Jul 2020 - Jul 2020
https://github.com/kshitizs11/Image_Captioning
Automatically generating this textual description from an artificial system is the task of image captioning.
Face Recognition
Jun 2020 - Jun 2020
https://github.com/kshitizs11/Face_Recognition
Through this project, a very basic form of face recognition has been implemented using the Haar Cascades Classifier,
openCV & KNN Algorithm. The face is the most crucial entity for human identity. It is the feature that best distinguishes a
person.
https://github.com/kshitizs11/Image-To-Text-Convertor-Using-Ocr-
https://github.com/kshitizs11/GAN-Generative-adversarial-network-
https://github.com/kshitizs11/Image_Captioning
https://github.com/kshitizs11/Face_Recognition
Rank 740: Resume 1155 with similarity score 0.02689165789930292
B.E , MS , B.TECH project manager , cyber security , delivery lead , senior network administrator , long term , devops , solution architect , full time , senior network engineer , service delivery manager , lead engineer telugu , skype , prince2 , rfi , technology services , status , service quality , digital transformation , mumbai , it infrastructure , service delivery management , organization , engagements , application delivery controllers , automation , devops , infrastructure services , dimension , designation , mar , hindi , ltd , english , cloud security , agile , project , network administrator , strategy , professional services , itil , collaboration tools , data center management , enterprise data , javascript , it transformation , business requirements , ccnp , cyber security , rollout , affirmative action , proxy , email , aws , network security , operations , global delivery , dna , customer experience , languages , cisco , network connectivity , pmp , program management , network architecture , cloud services , mentoring , rfp , v4 , tamil , ddi , interpersonal skills , azure , authorization , teams , changing environments , team building , telephony , virtualization , modernization , focus , telecommunications , electronics , pharmaceuticals , led , drive , storage , web application firewall , it service , road maps , network administration , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a13…
https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a135540485f5e0c5… 1/3
Current Designation: Senior Delivery Manager - Cloud &
Infrastructure Services
Current Company: Mylan Pharmaceuticals Ltd (a Pfizer
Company)
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Mylan Pharmaceuticals Ltd (a Pfizer Company) as Senior Delivery Manager - Cloud & Infrastructure
Services
Sep 2019 to Till Date
A highly accomplished service delivery manager with global delivery experience in planning and executing, medium to
large size IT Infra projects and initiatives that support broader short-long term strategy
Over all 18+ years of professional experience
16+ Years of IT Program, Global Delivery Mgmt experience
Technical delivery in Network and Security Infrastructure, SDWAN, SDAccess, DDI Services, Web Application Firewall,
Cloud Services and Enterprise Data Center Management
Targeted to deliver robust customer response services and projects within deadline and process driven environments
Developed effective client relationship, which led to high client satisfaction scores
Ability to facilitate and mentor team members in a fast-paced changing environments with a focus on service quality,
achieving on-time delivery leads to enhanced customer experience
I enjoy being part of a team defining the opportunity and planning the efforts that drive the strategy and course of action be
that operational initiatives or new service propositions
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Balaganapathy Somu
Networking and Security Professional,PMP,AWS and Azure Solution Architect, CCNP,
ITIL V4, Delivery Lead seeking roles in Cloud and IT Infra Services Mgmt, Program
Mgmt, Agile Project Mgmt, Operations,Cyber Security ,SDN,SDWAN,WAF,Load
Balancers
Key Skills: service delivery manager,it/networking-manager,it infra management,network security,network
engineering,program management,project management,cloud computing,cloud security,aws,azure,cisco
dnac,sdwan,lan,wan,devops,firewall,vpn,Cyber Security,Proxy
Summary
Networking and Security Professional, PMP certified, AWS and Azure Solution Architect certified, CCNP, ITIL V4, Prince2
Practitioner 17 years' experience in IT Infra Project and Service Delivery Management
Service Delivery Manager IT Infra - Capgemini Technologies Services India Ltd
Working closely and partnering with engagements on understanding long term strategic needs, delivering IT service and
supporting their digital transformation road maps for various modernization initiatives. Responsible for managing end to end
service delivery and projects initiatives. Led various continuous service improvements to reduce cost and improve efficiency on
engagements while guiding them through execution, steady-state and transformation.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a13…
https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a135540485f5e0c5… 2/3
Capgemini Technology Services Limited as Service Delivery Manager - Cloud Infrastructure Services
Mar 2012 to Sep 2019
Growth Path:
July' 17 - Sep'19 Service Delivery Manager - Bangalore
Feb'14 - June'18 Program/Project Manager - Bangalore
Mar'12 - Jan'14 Project Manager - Mumbai
Key IT-Infrastructure Professional Services Handing Summary:
Service Delivery: Experienced in managing cross functional teams and drive Infrastructure across geographies. Building
team and develop technical capabilities, mentoring programs to support smooth delivery. Seasoned delivery team building
capabilities, develop team interpersonal skills and well demonstrated problem-solving capabilities. Good understanding of
enterprises IT systems and proficient knowledge with network, VPN/Firewall, network security, datacentres, cloud and
virtualization
IT Transformation & Automation Projects involve changes to network architecture, security architecture, business
application rollout and application delivery controllers. The goal of IT transformation is to change IT organization from
being a more pro-active, flexible part of the business that can respond quickly to changing business requirements.
New Client Engagements: Working closely on new client engagements responding to RFP/RFI and solution proposal for
IT infrastructure includes network connectivity, network security, telephony integration, collaboration tools like Skype. This
involves computing and storage infrastructure for hosting client setup in cloud environment and Capgemini data centre.
CRISIL (Standard & Poors) Ltd., as Manager Technology
May 2006 to Feb 2012
Growth Path:
Apr'10 - Feb'12 Manager - Technology
Apr'08 - Mar'10 Lead Engineer - Technology
May'06 - Mar'08 Senior Network Administrator
Fourth Dimension Technologies Limited as Senior Network Engineer
Nov 2004 to Apr 2006
Tamil Nadu Telecommunications Ltd. (Collaboration with Fujikura Japan) as Engineer
May 2001 to Feb 2003
UG: B.Tech/B.E. (Electrical and Electronics) from Jerusalem College of Engineering, Chennai in 2000
Education
IT Skills
Skill Name Version Last Used Experience
WAN
Cisco DNA
Languages Known
Language Proficiency Read Write Speak
Tamil
English
Telugu
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a13…
https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a135540485f5e0c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 741: Resume 1097 with similarity score 0.02686934688074898
BSC , BS , B.E , MS , B.TECH senior engineer , solution architect , disaster recovery manager , change management , full time , part time , senior consultant reporting , automation , blocking , web apps , rca , customer , migrating , performing , bau , itil process , telugu , microsoft azure , security , designation , business applications , data migration , telecom , vendors , platforms , affirmative action , hindi , databases , linux , logical volume manager (lvm) , maintenance , ami , unix , authorization , english , iaas , ssl , go , business continuity planning , modifications , status , paas , virtualization , architecture , sql , email , store , health check , groups , aws , quota management , sungard , records , amazon rds , change management , servers , s3 , data center operations , transformation , premises , ec2 , storage , disaster recovery , it infrastructure , offshore , building , troubleshooting , languages , oci , vmware , strategic initiatives , javascript , system administration , project migration , cloud computing , technology , availability , data centers , file systems 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b0448410945…
https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b04484109455119100b0b00… 1/3
Current Designation: Senior Consultant
Current Company: HITACHI VANATARA
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HITACHI VANATARA as Senior Consultant
Jan 2016 to Jan 2016
Leading the Linux/Cloud Team by managing virtualization platforms likes Cloud (AZURE, AWS & OCI), VMware, and
OVM. Also maintaining customer hosted servers in Hitachi-owned DCs. Manage servers via Incident, Problem, and
Change management. We also maintain server's backup via verities netback up technology.
Worked with Hybrid environment of Data Center Operations, Cloud and virtualization-based technologies of Amazon Web
Services (AWS), VMWare, Azure, etc
Part of Technology transformation for IT Infrastructure - Compute, Storage, and leading strategic initiatives - IaaS (Infra as
a Service), Platform as a Service (PaaS).
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS, and IAM).
Setup/Managing VPC, Subnets; make the connection between different zones; blocking suspicious IP/subnet via ACL.
Setup/Managing CDN on Amazon Cloud Front ( Origin Path: Server / S3) to improve the site.
Deployed the AWS services using Cloud Formation.
Setup VPN/site-to-site connection.
Create/Managing buckets on S3/blobs and store DB and logs backup, upload images for CDN serve.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53 and go-daddy panel.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Migrate the existing on-premises Infra to Azure Cloud platforms.
Cloud Scaling, from an IT resource perspective to handle increased or decreased usage demands.
Manage the IT budget, regularly reporting budget execution status versus plan.
Backup, Site Recovery, and DR setup strategies by coordinating with the Disaster Recovery Manager to implement the
exact set of policies and procedures for Business Continuity Planning (BCP) and DR.
Delivered the Integration Solutions built on top of Microsoft Technologies Azure (IaaS, PaaS, Hybrid).
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
MADHUSUDHAN AMBATI
Senior Consultant seeking roles in System Administration,Linux Administration,IT
Infrastructure Support,Incident ,Problem ,Change Management,Data Center
Operations,Requirement Gathering,Cloud Computing,Client Servicing,Cloud
Architect,AWS and Azure..
Key Skills: Senior Consultant,System Administration,Linux Administration,IT Infrastructure Support,Data Center
Operations,Requirement Gathering,Cloud Computing,AWS,Microsoft Azure,Data Migration,Solution
Architecture,Azure,Project Migration,solution architect
Summary
Working as a Senior Consultant in an Offshore Tech Lead position in Hitachi Vantara with 10+ of experience include managing
customer Infrastructure Activities, Managing Backups, Implementations across various technologies (Linux/Unix, Virtualization,
AWS, AZURE, OCI, and Storage) through ITIL process-based automation tool (Incident Management, Problem and Change
Management).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b0448410945…
https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b04484109455119100b0b00… 2/3
Created and Manages:
Azure Web apps and deploying the Azure Web sites
Custom OS images and implanting in Azure Portal
Azure VM on Azure portal and managing the Azure subscription
Azure Web sites, Services, SQL databases, and so on
Azure Site Recovery and Azure Backup plan per user request
Supported customers in analyzing the azure billing and Azure resources quota management in azure.
Enabling the Azure subscription monitoring through Azure Operation Manager.
Created and Configured Azure subscription/Site to site recovery /Storage Accounts etc. in Azure portal.
Deploying & configuring Azure site to site recovery for DR and Azure back-up in ON -Premises/Azure Environment.
Developing Azure VPN as per the user request and configuring RDS Server on Azure.
Actively involved in a program geared towards migrating existing mission and business applications into a cloud-based
environment. Activities required to re-host an application into the cloud may include architecture modifications, database
and/or application server re-hosting, and potentially recoding of existing capabilities to take advantage of cloud platform
services.
Worked on Tier 1, Tier2 and Tier 3 support for all UNIX/Linux, VMware, and OVM
Creating and Managing File Systems, and Building & Maintaining Storage Volumes using Logical Volume Manager (LVM).
Patching the Linux Servers every quarter.
Troubleshooting the server booting issues by going through Maintenance Mode.
Performing the health check of the Servers every quarter and suggesting the appropriate changes.
Working on VMware and OVM related issues.
Dealing with the Vendors for any Hardware or Software issues.
HITACHI VANATARA as Senior Consultant
Jan 2016 to Till Date
Leading the Linux/Cloud Team by managing virtualization platforms likes Cloud (AZURE, AWS & OCI), VMware, and
OVM. Also maintaining customer hosted servers in Hitachi-owned DCs. Manage servers via Incident, Problem, and
Change management. We also maintain server's backup via verities netback up technology.
Worked with Hybrid environment of Data Center Operations, Cloud and virtualization-based technologies of Amazon Web
Services (AWS), VMWare, Azure, etc
Part of Technology transformation for IT Infrastructure - Compute, Storage, and leading strategic initiatives - IaaS (Infra as
a Service), Platform as a Service (PaaS).
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS, and IAM).
Setup/Managing VPC, Subnets; make the connection between different zones; blocking suspicious IP/subnet via ACL.
Setup/Managing CDN on Amazon Cloud Front ( Origin Path: Server / S3) to improve the site.
Deployed the AWS services using Cloud Formation.
Setup VPN/site-to-site connection.
Create/Managing buckets on S3/blobs and store DB and logs backup, upload images for CDN serve.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53 and go-daddy panel.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Migrate the existing on-premises Infra to Azure Cloud platforms.
Cloud Scaling, from an IT resource perspective to handle increased or decreased usage demands.
Manage the IT budget, regularly reporting budget execution status versus plan.
Backup, Site Recovery, and DR setup strategies by coordinating with the Disaster Recovery Manager to implement the
exact set of policies and procedures for Business Continuity Planning (BCP) and DR.
Delivered the Integration Solutions built on top of Microsoft Technologies Azure (IaaS, PaaS, Hybrid).
Created and Manages:
Azure Web apps and deploying the Azure Web sites
Custom OS images and implanting in Azure Portal
Azure VM on Azure portal and managing the Azure subscription
Azure Web sites, Services, SQL databases, and so on
Azure Site Recovery and Azure Backup plan per user request
Supported customers in analyzing the azure billing and Azure resources quota management in azure.
Enabling the Azure subscription monitoring through Azure Operation Manager.
Created and Configured Azure subscription/Site to site recovery /Storage Accounts etc. in Azure portal.
Deploying & configuring Azure site to site recovery for DR and Azure back-up in ON -Premises/Azure Environment.
Developing Azure VPN as per the user request and configuring RDS Server on Azure.
Actively involved in a program geared towards migrating existing mission and business applications into a cloud-based
environment. Activities required to re-host an application into the cloud may include architecture modifications, database
and/or application server re-hosting, and potentially recoding of existing capabilities to take advantage of cloud platform
services.
Worked on Tier 1, Tier2 and Tier 3 support for all UNIX/Linux, VMware, and OVM
Creating and Managing File Systems, and Building & Maintaining Storage Volumes using Logical Volume Manager (LVM).
Patching the Linux Servers every quarter.
Troubleshooting the server booting issues by going through Maintenance Mode.
Performing the health check of the Servers every quarter and suggesting the appropriate changes.
Working on VMware and OVM related issues.
Dealing with the Vendors for any Hardware or Software issues.
Sungard Availability Services as Senior Engineer
Feb 2014 to Jan 2016
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b0448410945…
https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b04484109455119100b0b00… 3/3
Providing the infrastructure support for the clients across the world hosted their Infra footprint in SunGard-owned data
centers Across the US. Manage Linux, Unix, and Virtualization (VMware & OVM) environment by following the ITIL
process while performing BAU activities, upgrades, RCA, and Project-related activities.
SecurView Systems as UNIX&STORAGE ENGINEER
Aug 2010 to Feb 2014
Remote support for Logicalis in UNIX/Linux and Storage infrastructure comprising of 500+ servers located in data centers
from the US. Responsibility includes Monitoring the Server inconsistency through Monitoring Tool (Nimsoft) and
implementation administration of Linux & Storage.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
VMware, Linux, Unix, AWS, SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Telugu
Rank 742: Resume 367 with similarity score 0.026859961996920412
BS web developer , junior software engineer api , version control , core java , css , expense management , mysql , user interaction , web services , php , jquery , e-mail , json , project , linkedin , testing , led , git , resolve , computer science , finance , applied sciences , research , javascript , expenses , tax , technology , html , laravel , ajax Nithya.M.N
Phone: (+91) 8310439488
E-mail: nithyanarayan.15@gmail.com
Linkedin: http://www.linkedin.com/in/nithya-narayan-938a81a4
Summary
Creative web developer dedicated to developing and optimizing interactive, user-friendly,
and feature-rich websites with 1.6 years of experience.
Experience
Junior Software Engineer at ResolveBiz Services, 6/2019 - 07/2020
Integrate code changes, test code changes, and document code changes.
Wrote, modified and debugged software for clients.
Developed code to complete assigned project by deadline.
Developed HTML, CSS, JavaScript for user interaction.
Responsible for third party-library integration.
Creating Restful API and testing the API
Web Developer Intern at Coorgle Web Services, 3/2019 - 6/2019
Education
Master Of Technology– Computer Science And Networking November 2017
VTU University, Karnataka.
Bachelor Of Engineering - Computer Science And Engineering June 2014
M. S. Ramaiah University of Applied Sciences, Karnataka
Technical Skills
- Programming Technologies: SQL, MySql, Core Java, Laravel, PHP
- Programming Technologies, front end: JavaScript, HTML/CSS,JQuery,JSON,Ajax
- Version Control: Git
Projects
Resolve my Expenses -(https://www.resolveindia.com/resolvex/)
Smart Expense management app for a smarter world. I led the effort to build a feature
that allows users to easily keep track of business expenses. My responsibilities included
the initial research, planning and managing the project, designing the feature.
Resolve my Tax-(https://resolvemytax.in/)
A smart App that optimizes your taxes. New Tax Regime or Old Tax Regime Financial
Year 2020-21.The Finance Budget 2020 has given all taxpayers an option of choosing.
https://www.resolveindia.com/resolvex/
https://resolvemytax.in/
Rank 743: Resume 1507 with similarity score 0.02681119009183654
B.E , M.E , MS , B.TECH software engineer , api developer , full time , software developer general , api development , designation , ug , tamil , affirmative action , unix , embedded systems , authorization , english , status , email , project , electronics , shell scripting , languages , kannada , it , javascript 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116…
https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116561417595b0b… 1/2
Current Designation: Software Engineer
Current Company: Torry Harris Business Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: United States (US),Bengaluru /
Bangalore,Canada
Functional Area: IT Software - Embedded /EDA /VLSI /ASIC
/Chip Des.
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: M.E [VLSI Design]
Verified : Phone Number | Email - id
Torry Harris Business Solutions as Software Engineer
Oct 2016 to Till Date
I am working as API Developer currently and also I have hands on experience in ELK STACK
UG: B.Tech/B.E. (Electronics/Telecommunication) from Anna University in 2010
PG: M.E (VLSI Design) from Anna University in 2012
Other Qualifications/Certifications/Programs:
Embedded System course in CDAC Institution
I have completed Embedded systems in CDAC
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Iswarya M
Nearly 4 years of Project Management experience includes responsibilities such as
API Development, ELK Stack Developer
Key Skills: C,Data Structures,Java,shell scripting,Java script,Unix
Summary
Nearly 4 years of Project Management experience includes responsibilities such as API Development, ELK Stack
Developer.Strong Hands on experience in ELK Stack and API Development
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116…
https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116561417595b0b… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
C,Java,Javascript, 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Tamil
English
kannada Proficient
Rank 744: Resume 1421 with similarity score 0.026795653019205598
B.E , MS , B.TECH , BS sap basis administrator , full time , business objects , sap basis consultant , solution manager sap hana , vm , database tools , performance analysis , general , production systems , security , 24x7 , designation , sles , database monitoring , data migration , saint , sap products , space , ug , studio , oracle , affirmative action , hindi , databases , add-ons , linux , maintenance , utilization , ltd , database administration , basic , windows , disk , authorization , english , troubleshooting , status , kernel , optimizer , email , sap netweaver , os migration , application , mumbai , ep , writing , sap crm , cockpit , servers , srm , computer science , languages , landscape , agents , solaris , basis administration , connections , sap implementation , management system , system administration , javascript , test data , scheduling , grc , backup and recovery , hp-ux 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c120947…
https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c1209475510105c0e0d… 1/3
Current Designation: Senior SAP Basis Consultant
Current Company: Mphasis Limited
Current Location: Pune
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Mphasis Limited as Senior SAP Basis Consultant
Apr 2017 to Till Date
Upgrade Activities:
? Upgrade of BI portal landscape to NW 7.5 from NW 7.3
? Upgrade of EP landscape to NW 7.5 from NW 7.3
? Upgrade GRC ABAP from version GRC 10 to 10,1 including and upgrade of NetWeaver from 7.02 to 7.50
? Upgrade of ECC landscape from ERP 6.0 EHP6 to EHP7
Installations/ Migrations
? OS migration of ECC system landscape from HP-UX to SLES 11.
? Migration of Multiple SAP systems on Oracle DB from VM to physical servers.
? System copy of MDG system based on S4HANA from development to Sandbox.
? Installation of 6 system landscape of S4HANA 1809 and Portal NW 7.5.
? Installation SAP ASSURANCE AND COMPLIANCE 3 systems Landscape
based on ABAP FND on HANA
SAP HANA Administration
? SAP HANA Database installation and administration.
? Starting and Stopping of HANA Systems.
? Maintaining and Apply the SAP HANA License.
? Monitoring the SAP HANA Performance
? Creating database users and Assign the roles in HANA studio.
? Knowledge in using various HANA database tools like HANA studio, HANA Cockpit, HDMLCM.
? Backup/Recovery and security of HANA.
? HANA DB troubleshooting and performance analysis.
? Provided 24X7 supports to the users and made sure the environment is Highly Available.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SAURABH THORAT
Senior SAP Basis Administrator having 7.2 Years of expertise in Implementation,
OS/DB Migration , Upgrade and Support projects. Having excellent troubleshooting
skills. Well verse in HANA, S4HANA, ORACLE, SAP ECC,
CRM,APO,BW,MDG,SRM,SCM modules
Key Skills: Database Administration,Sap Hana,SAP CRM,SAP ABAP,SAP Basis Administration,NetWeaver,SAP
Upgrade,SAP BASIS CONSULTANT,System Administration,Implementation,SAP Basis,Hana,Oracle,System Copy,SAP
Support,SAP Implementation,Transport Management System
Summary
7.2 Years of experience in SAP NetWeaver Administrator with expertise in Installation, Migrations and Upgrade.
Worked on various Business Suit Applications like BW, ECC, SCM, SRM and Portal.
Worked on Installation, Upgrades, Support of Oracle and HANA databases.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c120947…
https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c1209475510105c0e0d… 2/3
Kansai Nerolac Ltd as SAP Basis Consultant
Dec 2013 to Apr 2017
* SAP HANA Monitoring using SAP HANA STUDIO.
* SAP HANA homogenous system copy.
* Application of license using HANA studio.
* Performed Oracle bundle patch upgrade on entire landscape.
* Installed SAP Products like ECC, CRM and APO.
* Refresh of quality data and created new sandbox system from production using Test Data Migration server (TDMS).
* Monitoring of ABAP and Java system using Solution manager.
* Installation and configuration of SMD agents.
* Creation of Trusted connections between two ABAP systems.
* Performed System copy for ABAP and JAVA stack systems.
* Performed Support Pack update using SUM tool.
* Performed JVM upgrade using SUM tool.
* Applied ABAP support packs using SPAM and installed/upgraded add-ons using SAINT.
* Thoroughly analyzed EWR reports and carried out the specified recommendation
* Configured several Managed Systems in Solution Manager.
* Carrying out daily activities like short dumps, database monitoring, system process checking, backups, system logs,
background jobs, spool, transports etc.
* Implemented SAP note assistant SNOTE.
* Applied patches, upgrading kernel for SAP systems.
* Performed database backup and recovery.
* Troubleshoot the backup problems by investigating the cause like due to media failure or due to system failure or due
to some other reasons.
* Printer setup and troubleshooting issues related to printer problems.
* Responsible for oracle table space administration, checking for space problems in the table space and adding data file
to table space.
* Setup, manage and troubleshoot RFC connections
* Job management: Creating, Scheduling background jobs and resolving any terminated jobs by analyzing job logs /
developer traces
* Monitoring CPU utilization, file system, disk space.
* Analyzed system logs, ABAP dump, Table lock, and Update errors.
* Performed all activities related to SAP service market place including opening remote connections, raising OSS,
applying for licenses for expired or new systems, getting SCCR keys, downloading required files, etc.
* Download of SP patches or Upgrade files using Maintenance Optimizer.
* Involved in basic administration and analysis of SAP Business Objects (BO). Carried out transports (Promotion
Management) in BO.
* Writing of basic shell scripts in Linux for deletion of old files and scheduling the job in crontab.
* Excellent knowledge of troubleshooting startup problems in Java and ABAP systems by analyzing work directory logs.
* Configuration of HANA backup on file system for all production systems.
UG: B.Tech/B.E. (Computer Science) from FR.CRCE BANDRA,MUMBAI UNIVERSITY in 2013
Education
IT Skills
Skill Name Version Last Used Experience
SAP
ECC, BW, CRM, SRM, SCM,ACS 7 Year(s) 0 Month(s)
Oracle 7 Year(s) 0 Month(s)
AIX, HP-UX, Solaris, Windows 5 Year(s) 0 Month(s)
Linux 7 Year(s)
SAP Basis 7 Year(s) 1 Month(s)
SAP UPGRADE 6 Year(s) 3 Month(s)
SAP HANA 7 Year(s) 1 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c120947…
https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c1209475510105c0e0d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Expert
Rank 745: Resume 374 with similarity score 0.026791207233262643
B.E , MS , BS work from home , machine learning intern pcb design , training , internships , performing , relay , v1 , deep learning , machine translation , stocks , natural language processing , azure , eda , visualization , transformer , satellite , project , home automation , coursera , nano , mumbai , computer vision , leap , bluetooth , microsoft , resume , prediction , electronics , astronomy , internet of things , data analysis , machine learning , arduino , preparation , heart disease , foundation , assessment , data science , python , ml , organization , technology , database , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get Experience. Your organization will surely prove to be an excellent platform for me to establish my
skills and knowledge in the corporate world. Getting ML Experience with real-life problems is the best way to learn.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available to work from home for 3 months. I would like to start immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
PRITAM JATHAR
Mumbai, Ratnagiri
Applied 07 Feb'21
Python Arduino Deep Learning
Machine Learning Natural Language Processing
NLP
Computer Vision
Internet of Things IoT PCB Design
Bachelor of Engineering B.E, Electronics and Telecommunication Engineering ETE
Kj Somaiya Institute Of Engineering And Technology
2019 - 2022
CGPA 7.71/10
Data Science
The Sparks Foundation, Virtual
Nov 2020 - Present
Machine Learning Intern
Pianalytix, Virtual
Nov 2020 - Present
Member of Vyom Astronomy Club.
Ground Station Member of New Leap Initiative Club currently working of nano satellite at KJSIEIT
Azure AI Training
Microsoft, Online
Oct 2020 - Present
The Azure AI Training is held by our college for Azure AI Certification preparation.
Tensorflow Specialization
Coursera, Online
Aug 2020 - Sep 2020
Deeplearning Specialization
Coursera, Online
Jul 2020 - Aug 2020
Completed a Deep learning Specialization Course under Andrew N g Through Coursera.
Machine Learning
Coursera, Online
Jul 2020 - Present
Yolo v1
Jan 2021 - Jan 2021
https://github.com/pritam1322/Yolo-v1
https://github.com/pritam1322/Yolo-v1
CONTACT Phone: 91 7020921132
Machine Translation with Transformer
Jan 2021 - Jan 2021
https://github.com/pritam1322/Machine-Translation-with-Transformer
NER for ICDAR 2019 test dataset
Dec 2020 - Jan 2021
https://github.com/pritam1322/NERFor-Invoices-
Seq2seq with Attention Model
Dec 2020 - Dec 2020
https://github.com/pritam1322/Seq2seq-with-attention
Kaggle/ Heart Disease UCL Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/heart-disease-using-ml
This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. The EDA was done
and the data was trained using different methods like LogisticRegression, KNN, XGBClassifier, and decision tree.
Kaggle / Diamond Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
It's a great dataset for beginners learning to work with data analysis and visualization. The task was completed by
performing EDA and different types of regression(lasso and ridge).
Arduino home automation
Oct 2019 - Present
Mini project of Arduino based home automation using hc-05 Bluetooth module and relay board 5V
Stocks Prediction Using Sentimental Analysis
Nov 2020 - Present
https://github.com/pritam1322/Machine-Translation-with-Transformer
https://github.com/pritam1322/NER-For-Invoices-
https://github.com/pritam1322/Seq2seq-with-attention
https://www.kaggle.com/pritam7777/heart-disease-using-ml
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
Rank 746: Resume 373 with similarity score 0.026767041296975318
B.E , MS , BS work from home , machine learning intern pcb design , training , internships , performing , relay , v1 , deep learning , machine translation , stocks , natural language processing , azure , eda , visualization , transformer , satellite , project , home automation , coursera , nano , mumbai , computer vision , leap , bluetooth , microsoft , resume , prediction , electronics , astronomy , internet of things , data analysis , machine learning , arduino , preparation , heart disease , foundation , assessment , data science , python , ml , organization , technology , database , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get Experience. Your organization will surely prove to be an excellent platform for me to establish my
skills and knowledge in the corporate world. Getting ML/DL Experience with real-life problems is the best way to learn.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available to work from home for 3 months. I would like to start immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
PRITAM JATHAR
Mumbai, Ratnagiri
Applied 09 Feb'21
Natural Language Processing
NLP
Python Computer Vision
Arduino Deep Learning Machine Learning
Internet of Things IoT PCB Design
Bachelor of Engineering B.E, Electronics and Telecommunication Engineering ETE
Kj Somaiya Institute Of Engineering And Technology
2019 - 2022
CGPA 7.71/10
Data Science
The Sparks Foundation, Virtual
Nov 2020 - Present
Machine Learning Intern
Pianalytix, Virtual
Nov 2020 - Present
Member of Vyom Astronomy Club.
Ground Station Member of New Leap Initiative Club currently working of nano satellite at KJSIEIT
Azure AI Training
Microsoft, Online
Oct 2020 - Present
The Azure AI Training is held by our college for Azure AI Certification preparation.
Tensorflow Specialization
Coursera, Online
Aug 2020 - Sep 2020
Deeplearning Specialization
Coursera, Online
Jul 2020 - Aug 2020
Completed a Deep learning Specialization Course under Andrew N g Through Coursera.
Machine Learning
Coursera, Online
Jul 2020 - Present
Yolo v1
Jan 2021 - Jan 2021
https://github.com/pritam1322/Yolo-v1
https://github.com/pritam1322/Yolo-v1
CONTACT Phone: 91 7020921132
Machine Translation with Transformer
Jan 2021 - Jan 2021
https://github.com/pritam1322/Machine-Translation-with-Transformer
NER for ICDAR 2019 test dataset
Dec 2020 - Jan 2021
https://github.com/pritam1322/NERFor-Invoices-
Seq2seq with Attention Model
Dec 2020 - Dec 2020
https://github.com/pritam1322/Seq2seq-with-attention
Kaggle/ Heart Disease UCL Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/heart-disease-using-ml
This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. The EDA was done
and the data was trained using different methods like LogisticRegression, KNN, XGBClassifier, and decision tree.
Kaggle / Diamond Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
It's a great dataset for beginners learning to work with data analysis and visualization. The task was completed by
performing EDA and different types of regression(lasso and ridge).
Arduino home automation
Oct 2019 - Present
Mini project of Arduino based home automation using hc-05 Bluetooth module and relay board 5V
Stocks Prediction Using Sentimental Analysis
Nov 2020 - Present
https://github.com/pritam1322/Machine-Translation-with-Transformer
https://github.com/pritam1322/NER-For-Invoices-
https://github.com/pritam1322/Seq2seq-with-attention
https://www.kaggle.com/pritam7777/heart-disease-using-ml
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
Rank 747: Resume 858 with similarity score 0.026721917493922186
B.E , MS , B.TECH software engineer , full time , software developer react.js , functionality , web development , core java , algorithms , css , designation , ug , affirmative action , hindi , angular , maintenance , authorization , english , bootstrap , status , email , application , continuous improvement , srm , git , languages , web pages , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130…
https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130110465a5e0850… 1/2
Current Designation: Software Engineer
Current Company: Extramarks Education India Private Limited
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Extramarks Education India Private Limited as Software Engineer
Jan 2020 to Till Date
1. Experience in Front End technologies such as Angular 8, React, HTML, and CSS for designing and developing web
applications.
2. Designed, implemented, and monitored web pages, and functionality for continuous improvement.
Extramarks Education India Private Limited as Software Engineer
Jan 2020 to Jan 2020
Experience in Front End technologies such as Angular 8,
React, HTML, and CSS for designing and developing web
applications.
Designed, implemented, and monitored web pages, and
functionality for continuous improvement.
UG: B.Tech/B.E. (Computers) from SRM Institute of Science & Technology, Chennai in 2020
Last Active: 30-Jan-21 Last Modified: 29-Jan-21
Rajat Rastogi
Software Engineer seeking roles in Software Engineering, Software Development,
Web Development, Application Development, Javascript Development
Key Skills: React.Js, Angular, Javascript, HTML, CSS, Bootstrap, GIT, Core Java, Algorithms, Data Structures,
Summary
Enthusiastic, motivated software Engineer who likes to take new challenges
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130…
https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130110465a5e0850… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Angular 1 Year(s) 1 Month(s)
Data Structure & Algorithms 2 Year(s) 0 Month(s)
JAVA 0 Year(s) 6 Month(s)
React.js 0 0 Year(s) 6 Month(s)
GIT 0 1 Year(s) 0 Month(s)
HTML&CSS 0 1 Year(s) 6 Month(s)
JavaScript 0 1 Year(s) 0 Month(s)
BOOTSTRAP 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 748: Resume 692 with similarity score 0.026703836476745776
B.E , MS , B.TECH , BS certified scrum master , associate , pmp certified project manager , senior software engineer , solution architect , full time , team lead , technical lead api , magento , slack , general , retrospectives , scrum , ms project , ug , developers , affirmative action , design , csm , collaboration , angular , cloud , hindi , maintenance , authorization , risk , office 365 , english , teams , status , management professional , timelines , stakeholder management , email , tracker , business analysis , application , project governance , aws , agile project management , less , bitbucket , saas , webex , computer science , delivery of projects , languages , vapt , e-commerce , cisco , development projects , end-to-end project management , python , reviews , javascript , jira , end to end delivery , pmp , metrics , program management , conflict management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b43…
https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b435617420d555f5… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Trivandrum,Kochi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Edkal Technologies Pvt Limited (www.edkal.com) as Technical Lead
Dec 2018 to Jul 2020
o Responsible for end-to-end Project Management , Create Project Plan, Setup and Manage a team of 14 UI developers,
Project Governance.
o Responsible for Delivery of Angular material design & API integration with Micro Services and callout the dependencies
o Conduct daily stand-ups, Sprint reviews & Sprint retrospectives.
o Monitor Risks, Issues, Changes, Timelines, Quality Management, VAPT fixes.
o Prepared Operational Process Tracker, Operation Process Metrics, Daily / Weekly Status report and shared with senior
managers.
Idea Bean Software Pvt Limited as Project Manager
Jul 2016 to Nov 2018
Edkal Technologies Pvt Limited as Project Manager
Nov 2005 to Jun 2015
Sami Labs as Senior Software Engineer
Apr 2005 to Oct 2005
Software Fusions Limited as Programmer
May 2001 to Apr 2003
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
AFSAL
PMP Certified Project Manager, Certified Scrum Master with 16 Years in IT Industry
out of which 11 Years in managing end to end delivery of projects within allocated
schedule & budget.
Key Skills: IT Project Management,Delivery Management,PMP,Scrum Master,AWS,CSM,ERP,PMO,Project
Management,Business Analysis,SDLC,Cloud,Risk Management,Agile,Conflict Management,MS Office,SAAS,Project
Planning,E-commerce,Python,Program Management
Summary
PMP Certified Project Manager with overall 16 Years of experience in IT industry out of which 11 Years in Project Management
role. I did my B.Tech in Computer Science and Engineering from University of Calicut, Kerala. Certified Scrum Master (CSM)
from Scrum Alliance.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b43…
https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b435617420d555f5… 2/3
Responsible for programming the business requirement tasks given by the team lead, custom ERP development projects
UG: B.Tech/B.E. (Computers) from University of Calicut, Kozhikode in 2000
Other Qualifications/Certifications/Programs:
Project Management Professional
Certified Scrum Master
AWS Certified Solution Architect Associate
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 3 Year(s)
Office 365 2021 10 Year(s) 0 Month(s)
MS Project 2019 5 Year(s)
JIRA 2021 4 Year(s) 0 Month(s)
Click up 2021 3 Year(s) 0 Month(s)
Bitbucket 2021 2 Year(s) 0 Month(s)
MAGENTO 1.9.1.1 2018 2 Year(s) 6 Month(s)
Delivery Management 2020 8 Year(s)
PROJECT MANAGEMENT 2021 11 Year(s) 0 Month(s)
Agile Project Management 2020 6 Year(s)
WATERFALL 2017 12 Year(s)
Develop and Track Budget 2020 9 Year(s)
PROCESS IMPROVEMENT 2020 11 Year(s)
SLACK 2021 2 Year(s) 0 Month(s)
MS Teams 2021 3 Year(s) 0 Month(s)
Cisco webex 2021 2 Year(s) 0 Month(s)
Cross Functional Collaboration 2020 11 Year(s)
RISK MANAGEMENT 2020 11 Year(s)
Stakeholder Management 2020 11 Year(s)
BUSINESS ANALYSIS 2020 16 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b43…
https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b435617420d555f5… 3/3
Category: General
Physically Challenged: No
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 749: Resume 1111 with similarity score 0.02653733043747709
B.E , MS , B.TECH , BS solutions architect , commissioning engineer , operator , associate , security engineer , cloud engineer , change management , full time , team lead , balancer databases , linux , kpi , player , energy , intelligence , status , sentinel , ibms , store , mumbai , testing , fundamentals , connectivity , ec2 , infrastructure , urban , architectural design , security controls , mobility , automation , smart cities , blocking , access , designation , protocol , hindi , ltd , windows , cli , english , data security , commissioning , cloud security , protection , groups , distributed systems , change management , documentation , javascript , application security , kms , vm , general , vendors , affirmative action , iaas , design principles , paas , architecture , email , aws , network security , microsoft , amazon rds , saas , premises , languages , management system , sensors , amazon cloudfront , cloud services , ug , hybrid cloud , m2m , ami , azure , authorization , enterprise , records , operations management , electronics , servers , s3 , storage , tridium , framework , building management , network administration , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b1701470…
https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b17014703441359085b5… 1/3
Current Designation: IOT Operations Engineer- Network &
Security
Current Company: Etisalat
Current Location: abu dhabi
Pref. Location: Mumbai
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electronics Engineering]
Verified : Phone Number | Email - id
Etisalat as IOT Operations Engineer- Network & Security
Apr 2017 to Till Date
? Etisalat provides IoT solutions to clients across the UAE, GCC and worldwide. It's the region's biggest IoT player, in
terms of volume and innovation.
? Operations and Monitoring of infrastructure and network to support various IoT verticals.
? Design and develop architecture design, high-level and low-level, for various verticals ? Incident process handling,
Remedy ITSM & meeting SLA & KPI to avoid process breach as per incident severity, problem & change management,
operations documentation, team trainings & improvements
? Delivering solutions across verticals including Safe City IoT, Urban Intelligence, Smart Cities, M2M connectivity, IoT
Mobility
? Setup/Managing Windows and Linux Servers on Amazon (EC2, EBS, ELB, Auto Scaling, Security Groups and IAM).
? Setup/Managing Amazon CloudFront (Origin Path: Server / S3) to improve site performance.
? Create/Managing buckets on S3 (CLI) and store DB and logs backup, upload images.
? Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon CloudWatch, SNS.
? Creating/Managing DNS records on Amazon Route 53.
? Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
? Setup/Managing VPC, Subnets; make connection between different zones; blocking suspicious ip/subnet via ACL.
? Implement IaaS, PaaS and SaaS solution (Azure & AWS) - onPrem, Cloud & Hybrid architectures
? Configure security controls and threat protection, manage identity and access, and protect data, applications, and
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
IRFAN FARAS
Design, Build, Migrate, Optimize and Secure AWS & Azure Cloud Infrastructure |
Cloud Administration & Operations | Cloud Engineer
Key Skills: cloud architecture,cloud infrastructure,database,cloud certification,cloud services,cloud security,cloud
migration,cloud operations,storage,network security,application security,data protection,Cloud
Administration,AWS,Azure,Iaas
Summary
-An Enthusiast & high energy driven professional targeting enterprise level assignment in AWS & Azure Cloud Administration
and Architecture, developing & managing virtual environments, network security, and cloud-based development -Design well-
architected distributed systems in AWS & Azure Cloud that are scalable, highly available, resilient, efficient, and fault-tolerant -
Proficient in AWS services like VPC,EC2, AMIs, S3, ELB, Autoscaling Groups (ASG), EBS, RDS, DynamoDB, IAM, Route 53,
CloudWatch, CloudFront, CloudTrail, SQS, SNS, AWS KMS -Design, configure and manage infrastructure environments in
Azure - VM, Network, IAM, Resource groups, Azure Advance Threat Protection , Azure Sentinel, Recovery Services
vaults(Backup), Load Balancer -Migrate on-premises workloads to AWS & Azure and monitor and secure systems on the
platform -Application Security, Cloud Based Data Protection, Data Security, Network Security
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b1701470…
https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b17014703441359085b5… 2/3
networks in cloud and hybrid environments as part of end-to-end infrastructure
? Implementing best practices for cloud operations
? Ability to build secure and robust solutions using architectural design principles based on client requirement
Secutech Automation India Pvt Ltd as Service/Commissioning Engineer
Mar 2015 to Feb 2017
IBMS Platform System integration, Commissioning & Testing of IBMS: Tridium Niagara N4 & Niagara AX
Designing and Developing Solution for Building Management System.
Integrating sub-systems from various vendors with heterogeneous communicating protocol to a single IP backbone using
Niagara framework.
Strong knowledge of BMS architecture with different types of Operator interface, Supervisory Networks, DDC networks,
sensors etc.
UG: B.Tech/B.E. (Electronics Engineering) from KITs College of Engineering in 2014
Other Qualifications/Certifications/Programs:
AWS Solutions Architect - Associate
AWS Certified SysOps Administrator - Associate
Microsoft Certified: Azure Fundamentals
AWS Certified Cloud Practitioner
Microsoft Certified: Azure Administrator Associate
Microsoft Certified: Azure Security Engineer Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: United Arab Emirates
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Computing 2020 3 Year(s) 0 Month(s)
Hybrid cloud configuration 2020 3 Year(s) 0 Month(s)
Cloud security and monitoring 2020 3 Year(s) 0 Month(s)
Cloud Operations Management 2020 3 Year(s) 0 Month(s)
Cloud infrastructure deployment 2020 3 Year(s) 0 Month(s)
Cloud administration 2020 3 Year(s) 0 Month(s)
AZURE 2020 3 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b1701470…
https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b17014703441359085b5… 3/3
Employment Status: Full time
Rank 750: Resume 1265 with similarity score 0.026297846572148193
B.E , MS , B.TECH , BS technical analyst , networker , solutions architect , system administrator , associate , telecom engineer , cloud engineer , change management , full time customer , security , elastic load balancing , space , partition , conducting , httpd , status , firmware , logging , red hat linux , nagios , utilities , restoration , server administration , system administration , upgradation , amazon ec2 , infrastructure services , summit , designation , amazon s3 , rhel , hindi , powerpath , cluster , ltd , linux server , tar , english , troubleshooting , project , os migration , boot , ownership , policy management , change management , resolve , computer science , itil , javascript , server support , technology , disk , rpm , general , performing , command , symphony , affirmative action , mysql , amazon vpc , collaboration , uptime , public , maintenance , utilization , unix , isd , centos , suse , iaas , email , aws , problem management , ubuntu , web servers , operations , ilo , hp , middleware , languages , raid , family , scheduling , hardening , sap hana , vulnerability , high availability , ug , telecom , snow , routing , mcafee , apache , azure , authorization , teams , enterprise , kernel , productivity , yum , user administration , cron , application migrations , running , storage , agents , ssh , teaming , network administration , cloud computing , package management , firewalls , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a11…
https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a110617100a590e0… 1/3
Current Designation: Cloud Engineer
Current Company: Progressive Infotech
Current Location: Noida
Pref. Location: Delhi / NCR,Delhi,Noida
Functional Area: IT Software - Network Administration /
Security
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Progressive Infotech as Cloud Engineer
May 2019 to Till Date
Operations and Support:
Installation and upgradation of OS, Kernel and additional Packages using RPM and YUM.
Proficient with HANA cluster administration with ASCS-ERS setup.
User administration, Group Management, and password policy management, RAID Configuration & ACL.
LVM Implementation for dynamically extending and reducing partition sizes as and when the needed.
Web and applications hosting with Apache and httpd
Monitoring server performance and application process.
Good knowledge of File System management and ACL and Backup Tools
Analyzing and Rectifying Login and Booting Issues.
Configuring crontab and scheduling the jobs.
Installing, Configuring and Management of Linux Server.
Knowledge on Command Line utilities, ACL, Cron Job, Firewalls, Boot Process and Troubleshooting.
Good understanding of error logging subsystem & Good troubleshooting and analytic skills.
Taking Cloud Backups for clients, restoration activities, apply retention policies on AWS Cloud Backup.
Proficient-level knowledge of Amazon EC2, Amazon S3, Amazon VPC, Amazon Elastic Load Balancing, Amazon
SNS, IAM roles and other services of the AWS family.
Worked on Amazon Elastic Beanstalk with deploying Middleware Application.
Configured SSM for IAM users to take control of the servers when required.
Configure RAID0 and RAID1 on Client production machines on Azure Linux machines.
PROJECTS COMPLETED
Completed Infrastructure Upgrade for SAP SUSE SYSTEMS in collaboration with SAP support Consultants.
Completed Server Hardening for Linux Servers for multiple customers with a small Infra to large Infra.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Vaibhav Gupta
Working as a Sysops Engineer certified with Redhat and AWS, seeking roles in AWS
and Linux Server Administration, System Administration, User Administration, Server
Support, Technical Troubleshooting, EC2, VPC, IAM, S3, RDS, IAAS.
Key Skills: Cloud Engineer,Linux Server Administration,System Administration,User Administration,Server Support,RAID
Configuration,Technical Troubleshooting,Nagios,Service Now,Migration,cloudendure,Disk
Management,Yum,LVM,AWS,Iaas,Cloud Computing,Cloud
Summary
Offering over 7 years of total experience and over 5 years of relevant experience, seeking a challenging and
rewarding opportunity in the field of Linux/Unix Server Support and Administration with AWS which effectively
utilizes my analytical and technical skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a11…
https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a110617100a590e0… 2/3
Completed Ubuntu Upgrade Project for 3 Customers with medium sized infra.
Migration of Web servers from old running Amazon Linux OS to new Ubuntu OS.
Completed Project of upgrading the End Of Life Linux OS to Latest Updated Servers including Application migrations.
(Redhat, Ubuntu, SUSE, CentOS, Amazon linux)
HCL Comnet ISD (Infrastructure Services Division) as Technical Analyst
Apr 2014 to Sep 2017
Operations
and Support:
Take ownership of Linux/Unix based issues and resolve the issues within the defined SLA.
Preparing production reports and comprehensive user documents and reports daily and routing it to clients and teams.
Perform standard changes as per the decided MTW and latent changes as approved by the customer.
Perform Problem management for the recurring issues for any server to achieve a standardized uptime/per-formance.
Troubleshooting issues in a Red Hat Linux Enterprise 6,7 environment that affected the customer's deadlines and
productivity.
Worked with Backup team to install and configure networker client on the Linux servers.
Worked on HP-UNIX production Servers which are on cluster level and maintain high availability of data to clients.
Maintained 99.99% uptime by conducting server maintenance, updates, and patches.
Managing and Troubleshooting Linux Servers, SSH, Networking, User and Group Management, Package Management.
Resolve all the vulnerability issues as received from Redhat Inc.
Average knowledge of ITIL including Incident Management, Change management. Monitoring Disk space, CPU, Network
utilization using system.
Performing Firmware upgrade/update on various Linux servers.
Performing Firmware upgrade/update on HP ILO.
Perform Backup activities every month for UNIX and Linux servers using tar function.
Performing User ID creation, modification, deletion and maintain server security.
HCL Technologies Ltd as Telecom Engineer/Provisioner
Jul 2011 to Sep 2013
UG: B.Tech/B.E. (Computer Science) from Graphic Era Institute of Technology, Dehradun in 2011
Other Qualifications/Certifications/Programs:
RHCSA
AWS Associate Solutions Architect
Education
IT Skills
Skill Name Version Last Used Experience
Service Now (SNOW) ITSM Tool 2017 4 Year(s) 0 Month(s)
HP ILO 4 2017 4 Year(s) 0 Month(s)
HPE ServiceGuard 11.18 2017 4 Year(s) 0 Month(s)
AWS-CWI 2018 2 Year(s) 0 Month(s)
AWS EC2 2018 2 Year(s) 0 Month(s)
RHEL6.x 6.0 2017 3 Year(s)
RHEL7.x 7.2 2017 1 Year(s)
Symphony Summit 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a11…
https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a110617100a590e0… 3/3
Nature of Employment: Full Time Duration: Jan 2021 - Jan 2021
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2020 - Oct 2020
Onsite / Offsite: Offsite
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Aug 2020 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Aug 2020 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Global
Role: Network/System Administrator
Duration: Feb 2017 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Projects
Project Title: VPC Migration from Public to Private
Client: NA
Project Details: Migrated the SAP HANA Infra from Public Subnet to Private subnet and perform the entire server level
changes on SUSE 12
Project Title: Infrastructure Migration On-premise to Cloud
Client: NA
Project Details: Migration of the entire customer infrastructure from on premise to AWS using CloudEndure.
Project Title: DB migration from on premise to AWS RDS
Client: Client
Role Description: DB Migration
Project Details: Mysql DB migration from on or ec2 instance to RDS and back forth.
Project Title: Redhat 6 migration to RHEL 7
Client: Client
Role Description: OS migration
Project Details: Rhel migration from 6 to 7 with all the application ls, raid and lvm.
Project Title: RHEL upgrade from 5.11 to 7.2
Client: Bekaert Services
Skill Used: Fresh server built from rhel5.11 to 7.2 including all LVM partitioning, DNS entries, host entries, NIC teaming,
firewall rules, mounting and unmounting backup and storage mount points, installation of application packages, installation of
McAfee agents, powerpath installation, LUN mapping/unmapping.
Role Description: Fresh server built from rhel5.11 to 7.2 including all LVM partitioning, DNS entries, host entries, NIC
teaming, firewall rules, mounting and unmounting backup and storage mount points, installation of application packages,
McAfee agents,etc.
Project Details: Upgradation of RHEL servers for APAC, Americas, EMEA from RHEL5.11 to RHEL 7.2.
Rank 751: Resume 951 with similarity score 0.02625744370293495
B.S , MS , BS owner , senior software engineer , full time , senior software developer , team member filing , training , financial services , body image , telugu , security , status , integration testing , pl/sql , sql server , weblogic , technical analysis , workflow , technical services , organization , crm , jreport , react.js , windows 2000 , designation , ltd , json , english , xsl , project , ownership , windows xp , fixing , metrics reporting , completion , his , struts , one , javascript , technology , rolling , business requirements , html , ibatis , web development , actimize , general , change requests , affirmative action , oracle , ccf , maintenance , unix , jquery , ais , email , tomcat , unit testing , maven , languages , hibernate , rcm , base , functionality , manual testing , jenkins , pension , css , apache , authorization , functional requirements , maps , spring boot , application , less , dojo , servers , running , gwt , sphere , scp , tapestry , eclipse 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a1…
https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a100413425d590… 1/3
Current Designation: Senior Software Developer
Current Company: Vitech Systems Asia
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Vitech Systems Asia as Senior Software Developer
Jun 2016 to Till Date
Vitech Systems Asia as Senior Software Engineer
May 2016 to Jun 2016
Project Name : V3 Product.
Duration : May 2016 to Till Date
Technologies : Spring (Restful web services),Sprring Boot,React JS, Maven, GWT, Tapesry, PL/SQL,
SVN, Post gress, JQuery and Tomcat.
Desccription:
The entire V3 product is broadly divided into various business modules based on the services they
offer and based on the activities performed on each Module, which are listed as followed:
World,Contributions,SCP,Pension,Workflow,CRM,Disbursements,Claims,Documents and Batches.
Each of the above module interact with one another to fulfill user's request.V3 also comprises of
various low level technical services (or modules) which are commonly used by all the modules
above when needed and are listed as follows:
a) Security b) Imports & Exports c) Reports d) Documents e) Batches
Role and responsibilities:
* Development of feature enhancement.
* Taking training sessions on world Related module.
* Analysis of Client Problems, Implementation and fixing bugs.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
D. Sunil kumar
Senior Software Engineer seeking roles in Software Development,Application
Programming,Project Management,Web Development,System Analysis,Requirement
Gathering,Technical Analysis,HTML,Javascript,Java,Eclipse,SQL Server,JQuery
Key Skills: Senior Software Engineer,Application Programming,Project Management,Web Development,System
Analysis,Requirement Gathering,Technical Analysis,HTML,Javascript,Java,Eclipse,SQL Server,JQuery,Spring
Boot,React.Js,senior s,GWT,Tapestry,PLSQL,Jenkins
Summary
10+ years of experience in IT industry in application software programming using Java / J2EE technologies. To achieve a
challenging position in software organization where my analytical and application skills can be explored for successful
completion of project and as well as for growth of the organization.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a1…
https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a100413425d590… 2/3
Oracle financial services Pvt. Ltd as Senior Software Engineer
Jan 2012 to Dec 2015
Project Name : Actimize - GIDB.
Duration : Jan 2012 to Dec 2015
Technology : java, JSP, springs, Hibernate, WebServise, JQuery, Web Spear,Oracle,Java script,CSS,HTML
Role : Developer.
Client : CITI.
Domain : Banking.
Description :
Global Investigations Data base with Interactive User Interface. The primary purpose of this proposed system is to
facilitate global investigations of questionable activity through consistent collection and treatment of needed data, metrics
reporting, with the overall goal of meeting Citi's regulatory filing obligations for the countries identified for phase 1
(Appendix 10.1) implementation.
This functional requirements document is based on Business Requirements specified and elaborates details on the
functionality. The proposed solution will be accessible to users within the Citi internal network through the Citi standard IE
web browser.
Responsibilities:
As a team member, was responsible for
Create cases using AIS.
Implement mail component with xsl attachment for report time line module.
Implement JReports using RCM designer.
Releasing SN requests.
Prepare CCF document and Release note using QCExplorer.
Involved in Change Requests
Analysis of Change Requests, involved in coding and Implementation of the Change Requests etc.
Involved in manual testing, Unit Testing and Integration Testing.
Involved in coding.
Analysis of Client Problems, Implementation and fixing of the bugs.
Involved in Production Support.
Polaris Software Lab Limited
Oct 2009 to May 2010
Project Name : ITCOSTMANAGEMENT
Duration : Oct 2009 to May 2010
Technology : java, JSP, Struts1.x, Dojo, IBaits, JSon, PL/Sql, Java script,CSS,HTML
Role : Development.
Description :
Provide information about Servers and Applications related to a cost center. An Owner who maps the Server with this
Application. We will roll up through cost centers of validate to find the owner. If while rolling up, we found a cost center
which is already associated with this Server, we will attach this application to this Server through that owner. Percentage of
Ownership - Since the validate of the Server
Application association is not giving any information about the cost center directly. How should percentage be allocated Do
we need to design uniform distribution for this as well
Application Percentage - User can allocate percentage to his newly associated application. If the percentage of already
associated applications adds up to 100, user can be asked to reduce the percentage of others so as to accommodate the
percentage of his newly associated application. User shall be prompted for uniform distribution of the applications
attached.
Responsibilities:
As a team member, was responsible for
Developed scripts for continuously running Tomcat and Apache servers using
VB script and bat file and schedule tasks.
Developed code for sending mail including body image.
Learn dojo, Ibatis, Cahche, and JSon quickly and implement in the application.
Implement URL's for The Application using Tomcat server files and virtual host.
Performed manual testing.
Involved in Unit Testing and Integration Testing.
Involved in coding.
Analysis of Client Problems, Implementation and fixing of the bugs.
Involved in Production Support.
UG: B.Sc (Computers) from Nagarjuna University in 2001
PG: MCA (Computers) from Madras University in 2004
Education
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a1…
https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a100413425d590… 3/3
Nature of Employment: Full Time Duration: Jan 2012 - Dec 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JSP, Web Servises, Struts, Spring
Hibernate, iBatis, JQuery,Ant
Spring Boot, React Js
Windows XP, Windows 2000, Unix
Java, HTML, Java Script
Eclipse, IS, RCM Designer, JReport
Tomcat, Web Sphere, WebLogic
Oracle, MS SQL Server
spring boot 2.1.2 2020 2 Year(s)
React.js 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Projects
Project Title: Actimize - GIDB.
Client: CITI
Project Details: Global Investigations Data base with Interactive User Interface. The primary purpose of this proposed system
is to facilitate global investigations of questionable activity through consistent collection and treatment of needed data,
metrics reporting, with the overall goal of meeting Citi's regulatory filing obligations for the countries identified for phase 1
(Appendix 10.1) implementation.
This functional requirements document is based on Business Requirements specified and elaborates details on the
functionality. The proposed solution will be accessible to users within the Citi internal network through the Citi standard IE
web browser.
Rank 752: Resume 432 with similarity score 0.026179837938095606
B.E , MS , BS work from home matplotlib , fuel , credit , classification , ram , loans , design , statistical modeling , aircraft , natural language processing , drag , airlines , ratings , models , sql , groups , sampling , prediction , resume , time series analysis , flow , machine learning , sentiment analysis , tableau , completion , assessment , scikit-learn , imdb , python , nose , reviews , heat , radius , catia , ansys Assessment
Q1. Why should you be hired for this role?
I am looking forward to work for an Organisation where i could utilise my skill set and get exposure to solving real world problems.
My expertise reside in the following domains:
1 Regression
2 Classification
3 Recommendation System
4T ime Series Analysis
5Natural Language Processing Sentiment Analysis)
6 My SQL4
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I an available to start immediately
Resume
EDUCAT ION
PROJECTS
Ram Prakash Ganesan
Noida, Delhi
Applied 07 Feb'21
Python ANSYS C Programming
Catia MSExcel MSOffice
MSPowerPoint Machine Learning R Programming
SQL Statistical Modeling Tableau
Bachelor of Engineering B.E, Aeronautical Engineering
Jeppiaar Engineering College
2016 - 2020
CGPA 8.35/10
Senior Secondary XII, Science
Somerville School Greater Noida
CBSE board)
Year of completion: 2016
Percentage: 89.00%
Secondary X
Somerville School Greater Noida
CBSE board)
Year of completion: 2014
CGPA 9.40/10
MOVIE RECOMMENDATION SYSTEM USING IMDB DATASET
Dec 2020 - Jan 2021
https://github.com/RamPrakash-98/Movie-Recommendation-System-IMDBDataset
Plotted Demographical data about Data using Matplotlib, Plotly and Seaborn
Developed a Recommendation system using the user ratings of different age
groups
SENTIMENT ANALYSIS OF AIRLINE REVIEW TWEETS USING NATURAL LANGUAGE PROCESSING
Nov 2020 - Dec 2020
https://github.com/RamPrakash-98/Sentiment-Analysis-NLPPython
Assessed the reviews of different airlines and their primary cause of negative sentiments
Predicted the sentiment of tweets using classification and text feature analysis
TIME SERIES ANALYSIS OF SPENDING FORECAST USING VAR MODEL
Dec 2020 - Dec 2020
https://github.com/RamPrakash-98/Movie-Recommendation-System-IMDB-Dataset
https://github.com/RamPrakash-98/Sentiment-Analysis-NLP-Python
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8076795955
https://github.com/RamPrakash-98/T ime-Series-Analysis
Visualised the monthly spending and expenditure
Predicted the future expenditure based on spending using VAR Model
CLASSIFICATION OF CREDIT CARD LOANS AS FRAUDULENT OR NONFRAUDULENT
Nov 2020 - Nov 2020
https://github.com/RamPrakash-98/Credit-Card-Loan-Classification
Created a model for classifying credit card loans using under sampling Technique
Developed different models to obtain the best possible accuracy of 97%
HOUSE PRICE PREDICTION USING REGRESSION METHODS
Oct 2020 - Oct 2020
https://github.com/RamPrakash-98/USAHouse-Price-Prediction-Linear-Regression
Developed a Linear Model for Predicting the House Price using Scikit-learn Library
Compared the different models to obtain the closest predicted Price
CFD ANALYSIS AND FLOW SIMULATION OVER REENTRY VEHICLES IN DIFFERENT PLANETS
Sep 2019 - Sep 2020
https://drive.google.com/drive/u/0/folders/1m9AT-eh2PPV2WIdrKc_p8tnhENJ8wv
Designed heat shields of different Dimensions to study the effect of nose
radius on the aerodynamic properties
Modelled the simulation environment and analysed the flow properties in
different atmospheric conditions
DESIGN MODIFICATION OF BOENG 787 DREAMLINER
Dec 2018 - Aug 2019
https://drive.google.com/drive/u/0/folders/1WUVcJM-kXkmMpfhhDmKoFgqjZm43WfuB
Reduced the weight of the aircraft by 45% to achieve higher fuel efficiency for
long flight paths
Modified the airfoil design to allow higher lift to drag ratio and achieve a higher
Mach No.
Secured 8th Rank among 500 students in Anna University Exams
https://github.com/RamPrakash-98/Time-Series-Analysis
https://github.com/RamPrakash-98/Credit-Card-Loan-Classification
https://github.com/RamPrakash-98/USA-House-Price-Prediction-Linear-Regression
https://drive.google.com/drive/u/0/folders/1m9-AT-eh2PPV2W-IdrKc_p8tnhENJ8wv
https://drive.google.com/drive/u/0/folders/1WUVcJM-kXkmMpfhhDmKoFgqjZm43WfuB
Rank 753: Resume 419 with similarity score 0.026137694009955414
B.S , MS nan team spirit , version control , mean stack , visual studio code , analytical skills , cse , snooker , trading , collaboration , fitness , angular , public , basic , firebase , ltd , travel , outbound training , node.js , wellness , listen , tracker , project , application , mongodb , ict , leadership , github , crypto , camp , intermediate , soft skills , languages , x , theatre , web , technology , hobbies , life skills , database RAGHAV JAIN
F-40 Omaxe Royal Residency, Ludhiana, Punjab
+91-9815379696
raghavjain130998@gmail.com
https://github.com/raghav1398
https://www.linkedin.com/in/raghav-jain-aa863017b/
EDUCATION:
Qualification/
Degree
School/College University/Board
CGPA/
Percentage
Year
B. E. (CSE) Chitkara School of Engg. &
Tech., Punjab
Chitkara
University
8.05 2016-2020
Class XII DAV Public School, Ludhiana C.B.S.E 85% 2015-2016
Class X DAV Public School, Ludhiana C.B.S.E 9.4 2013-2014
PROJECTS & TRAININGS:
6 MONTHS INTERNSHIP AT T-SYSTEMS ICT INDIA PVT LTD, PUNE, MAHARASHTRA
(30-12-2019 TO 30-06-2020)
The internship was designed to provide basic orientation on SDLC combined with technology
orientation on Application Development. The program also covered soft skills training, life skills
and outbound training to develop team spirit and collaboration
PROJECT: -
FITNESS TRACKER( https://exercises-43629.firebaseapp.com )
Built a responsive web app using Angular that helps users to train different exercises and track their
fitness
RECIPE BOOK( https://ng-course-recipe-book-f41ad.firebaseapp.com/ )
Built a responsive web app which allow users to create and post different recipes
TECH STACK- Angular (RxJS, NgRX), Angular Material, Firebase
3 WEEK TRAINING IN FULL STACK DEVELOPMENT FROM UDEMY
The training involved intermediate level of MEAN stack development to build and deploy interactive
applications and services
PROFESSIONAL SKILLS:
LANGUAGES: Angular, Angular Material, Node.JS
DATABASE: MongoDB
SOFTWARE AND TOOLS: Visual Studio Code
VERSION CONTROL SYSTEMS: GitHub.
GOOD LEADERSHIP AND ACADEMIC SKILLS
GOOD MANAGERIAL AND ANALYTICAL SKILLS
CO-CURRICULAR ACTIVITIES:
mailto:raghavjain130998@gmail.com
https://github.com/raghav1398
https://www.linkedin.com/in/raghav-jain-aa863017b/
https://exercises-43629.firebaseapp.com/
https://ng-course-recipe-book-f41ad.firebaseapp.com/
Worked as Promotion executive at Rangrezz National Theatre Fest, October 2018
Worked as Logistics executive at Explore, March 2018
Was event head of ‘pool tournament at Explore,2019
Volunteered in Blood Donation Camp held in Chitkara University on 16 Feb 2018.
Participated in intra pool/snooker tournament held at Chitkara university.
INTERESTS AND HOBBIES:
Fitness and Wellness
Love to listen songs
Love to travel
Crypto-trading
Playing Pool/Snooker
(Raghav Jain)
Rank 754: Resume 587 with similarity score 0.026096429909481383
MS , BS cyber security , work from home , part time , android developer cyber security , customer , internships , css , sqlite , das , scripting , mysql , authentication , firebase , ltd , php , nimble , bootstrap , android studio , project , application , resume , waste management , java , computer science , i m , completion , assessment , management system , mobile , python , cms , tkinter , web , notification , technology , html , database , server side Assessment
Q1. Why should you be hired for this role?
I m looking for more exposure on Mobile App development .This internship will help me to learn more about app development with different
technologies and real time use cases.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I m available for 3 months ,starting immediately , for a part time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Suparna Das
Delhi
Applied 30 Dec'20
Android Java PHP
Master of Computer Applications MCA, Computer science
Sikkim Manipal Institute Of Technology
2016 - 2019
CGPA 9.30/10
Bachelor of Computer Applications BCA, Computer Science
Third Eye College
2012 - 2015
CGPA 7.40/10
Diploma, HARDWARE AND NETWORKING
Jetking Guwahati
2014 - 2015
CGPA 8.90/10
Senior Secondary XII, Science
JNV Rangia
CBSE board)
Year of completion: 2010
CGPA 8.00/10
Secondary X
JNV Rangia
CBSE board)
Year of completion: 2008
CGPA 6.50/10
Android App Development
Daalchini Technologies Pvt Ltd, Delhi
Aug 2019 - Present
Work as an Android Developer.
Android App Developer
Snippt Media Pvt Ltd, Chennai
Dec 2018 - Jun 2019
Python
cetpa, Noida
Jun 2018 - Jul 2018
Core PHP
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8638276011
cetpa, Noida
Jun 2018 - Jul 2018
Android Application Development
Netspeq Solution, Majitar
May 2017 - Jun 2017
Nimble phase 2 with Carpooling system
Dec 2018 - Jun 2019
https://play.google.com/store/apps/details?id=com.application.nimble&hl=en_IN
Nimble is an android app which basically calculates driver's driving skill and provide a score based on the score user will got
reward .In the Phase 2 carpooling system is implemented to share a ride and user will get extra reward.
Swachh android App
Aug 2018 - Dec 2018
https://drive.google.com/drive/folders/1F-cRE6ZeRRvboKwRyDKKcjr7XmK_zZ
I am creating an Android application based on the concept of Waste management System. I am using PHP as server side
scripting , MYSQL as Database,Firebase for providing Authentication as well as notification and Android studio.
Customer management system, small Text editor
Jun 2018 - Jul 2018
I have created a small CMS using Python and Tkinter as front end and MYSQL as backend. Text editor is created using core
python and Tkinter.
News feed Web application
Jun 2018 - Jul 2018
News feed website is a system which is designed to feed news of different category.I have used Bootstrap ,HTML,CSS ,PHP
as front end and MYsql as Backend
Recipe Android Application
May 2017 - Jun 2017
I have developed a small mobile based application where I have used Android studio and SQlite database.
Zonal Winner at SMIT sikkim for Braintech Network & Cyber Security Championship 2017
Secured 2nd rank in Android Application Development in Annual Technical festival of 2018
Secured Best Project in Tech ShowDown in the year 2018
https://play.google.com/store/apps/details?id=com.application.nimble&hl=en_IN
https://drive.google.com/drive/folders/1F-cRE6ZeRRvboKwRyDKKcjr7--XmK_zZ
Rank 755: Resume 747 with similarity score 0.026091047504838268
B.E , B.TECH , BS project manager , software engineer , javascript developer , full time , junior software developer functional specifications , core java , general , e-learning , css , designation , neo4j , ug , affirmative action , mysql , mrm , technical architecture , hindi , technical requirements , perspectives , maintenance , ltd , php , jquery , test cases , json , english , authorization , node.js , modern architecture , design documents , status , email , project , codeigniter , application , aws , mongodb , webkit , enterprise marketing , mumbai , angularjs , gantt , testing , phonegap , ipad , s3 , technical design , webstorm , computer science , parenting , ec2 , preparation , publications , chart , sas , documentation , resource management , languages , level design , javascript , eclipse , p2p , organization , search , pgsql , windows 7 , html , database , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d14…
https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d140347145d590f… 1/3
Current Designation: Javascript Developer
Current Company: Brainbees Solutions
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Brainbees Solutions as Javascript Developer
Mar 2015 to Till Date
Aptara New Media Pvt. Ltd. as Jr. Software Developer
Jun 2014 to Mar 2015
Project Domain : e-Learning
Project Name : Halliburton
Role : Software Developer
Organization : APTARA New Media
Duration : Jul'14-Mar'15
Technologies : Javascript, JSON, Node-Webkit & jQuery
Tools : Eclipse
O/S : Windows 7 / IPAD
Description : This project is mainly a window and ipad application for window it's an exe (Node-Webkit)
& for IPA (Phonegap & Javascript)
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Prateek Sarve
Javascript Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Project
Management,JavaScript,HTML,CSS,AWS,MySQL,JQUERY
Key Skills: Javascript Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Project Management,JavaScript,HTML,CSS,AWS,MySQL,JQUERY
Summary
* Currently leading a team for firstcry parenting module and P2P delivery system. Understood process requirements and
provided use cases for business, functional & technical requirements
* Successfully designed & developed Architect with JavaScript
* Interacted with users for requirement gathering; prepared functional specifications and low-level design documents
* Gained in-depth knowledge of php and JavaScript Technologies such as AngularJS, Angular2, Node.js and database
technologies such as MySQL & pgSQL; worked with Elastic Search, S3 and SQS
* Contributed in daily defect meetings with the Project Manager and Development Team; identified gaps and suggested
relevant solutions
* Participated in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance of
proposed applications
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d14…
https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d140347145d590f… 2/3
ContentServ IT Services Pvt. Ltd. as Software Engineer
Mar 2013 to Jun 2014
Project Domain : Enterprise Marketing Management
Project Name : Publication Manager (PUB 2.0)
Role : Junior Software Developer
Organization : ContentServ
Duration : Mar'13-Jun'14
Technologies : Javascript, JSON & AJAX
Database : MongoDB & Neo4j
Tools : WebStorm & Eclipse
O/S : Windows 7
Description : This product idea is to create a Publication Manager system wherein a user can create and manage
the different types of Publication and it can be viewed in different perspectives by slice and dice of the
data. We needed a modern architecture which would be very loosely coupled in order to plug- and-play different
technologies with minimal configuration and the product should be a SAS candidate.
Project Domain : Enterprise Marketing Management
Project Name : Marketing Resource Management (MRM)
Role : Junior Software Developer
Organization : ContentServ
Duration : Aug'13-Jun'14
Technologies : Javascript, JSON, Java, JSP & Servlet
Database : MongoDB & Neo4j
Tools : WebStorm & Eclipse
O/S : Windows 7
Description : This product idea is to manage all the created publications in Pub2.0. User can see a Gantt Chart
and from wherein he/she can manage all the dimensions that are created in Pub2.0 and we have a
coverflow for all the publications from which user gets redirected to the clicked publication in the
Pub2.0.
UG: B.Tech/B.E. (Computer Science) from Swami Ramanand Teerth Marathawada University (SRTMU) in 2010
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, Object Oriented JavaScript
JQUERY, AJAX, JSON & Core Java
PHP, NODEJS, NODE-WEBKIT, AngularJS
CodeIgniter, Angular2, JSP, Servelet
AWS elastic ,AWS-ec2, AWS-rds
AWS-s3, AWS-sqs service
HTML 4/5, JavaScript, CSS 2/3 & JSON
MySQL & PostgresSQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d14…
https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d140347145d590f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 756: Resume 1254 with similarity score 0.025999229843459315
B.E , MS , B.TECH , BS cyber security , assistant manager , manager information , senior manager , information security , devops , financial management , full time , vp , project leader mcx , training , computing , financial services , customer , ipa , 24x7 , office , restructuring , promotional , platforms , bloomberg , it operations , budget management , it security , development management , linux , maintenance agreements , outsourcing , capex , antivirus , ssl , intelligence , status , stakeholder management , digital transformation , institutional , sap , mumbai , desktop imaging , it procurement , slicing , network infrastructure , mailers , it service delivery , building , connectivity , service delivery management , system administration , p2p , organization , crm , escalations management , edr , mission critical , contingency , it audit , vdi , devising , wealth management , retail , algo , devops , access , designation , regulatory compliance , mar , protocol , trading , hindi , information security , ltd , windows , english , contractual obligations , protection , budgeting , strategic alliances , project , atp , video , leadership , ownership , business process automation , recovery plans , ibm , architecting , it asset management , currency , disaster recovery , nutanix , system operations , service level management , research , security policy , resource management , documentation , completion , vmware , tape , enterprise data , capacity management , it transformation , javascript , mail server , stock exchange , availability , business continuity , bfsi , capital , rack , product lifecycle management , cyber security , reporting , rollout , general , sor , vendors , affirmative action , information technology , opex , uptime , readiness , vendor management , utilization , hexagon , advanced , odin , strategic planning , vlan , email , manufacturing , aws , problem management , microsoft , it compliance , zoom , product strategy , data center operations , content management , languages , it automation , apps , plm , it infrastructure management , it governance , mac os x , network architecture , security management , patch management , vulnerability , mentoring , casper , cios , b2c , directives , ug , nse , telecom , oracle database , authentication , active directory , azure , authorization , risk , internet , google cloud platform , teams , storage systems , telephony , virtualization , sql , b2b , record , licensing , multiples , application , ips , operations management , data center infrastructure , commodity , servers , drive , running , quality improvement , framework , offshore , pan , campaigns , crisis , network administration , graphics , systems design , software distribution , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 1/7
Current Designation: Chief Information Technology (Division of
IT Automation)
Current Company: Angel Broking Limited
Current Location: Mumbai
Pref. Location: Delhi / NCR,Mumbai,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Head/VP/GM-Tech. Support
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Other [Other]
Verified : Phone Number | Email - id
Angel Broking Limited as Chief Information Technology (Division of IT Automation)
Dec 2020 to Till Date
Profile Summary:
* Strategic Planning Roadmap & Leadership
* IT Infrastructure Management
* IT Operations & Governance
* Data Center Operations Management
* Servers, Storage Systems & Networking
* Network & Security Management
* Change, Problem & Incident Management
* Business-critical applications (ERP, CRM, Trading) & Asset Management
* Cloud & Virtualization Management (B2C & B2B Technologies)
* Application & Database Management
* Network/system Administration
* Patch & Antivirus Management
* IT Audit/ Risk Management
* People & Resource Management
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
RAJESH KUMAR VERMA
Chief Information Technology seeking roles in IT Infrastructure & Operation
Management,Data Center Operations,Networking,Security Management,IT
Asset/Project Management,IT Audit,Cloud,AWS,Azure,IT
Budget,Virtualization,VPN,CRM,ERP,SAP,Trading App
Key Skills: Head Information Technology,Head/VP/GM,Technical Support,IT Infrastructure & Operation Management,Data
Center Operations,Networking,Security Management,Asset & Project Management,IT Audit,IT
Budget,Cloud,AWS,Azure,Virtualization,CRM,ERP,SAP,VLAN,EDR
Summary
IT leader with over 20 years of experience in IT Infrastructure, IT Asset/Project Management, Service Delivery, Datacenter,
Servers, Storage Systems and Networking Administration, IT Audit/Budget, Cloud Readiness & Strategic Alliances Worked
across industries: Stock Broking & Financial (BFSI), Commodity & Currency, Stock Exchange, Manufacturing & IT service
Providers Skills in interacting with CXOs/CTOs/CIOs on regular basis for understanding requirements, business process
restructuring, implementation of business solutions , presenting IT transformation offerings and assisting on selection of right
platforms, tools and transformation approach Enterprising Leader: with a track record of formulating & implementing DR/BCP
policies, developing network infrastructure; enhancing systems / procedures in IT system operations & Application (
SAP/CRM/ERP/Trading ) Managed of CAPEX/OPEX budgets in line with business financial directives and making sure the
overall P&L being managed effectively
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 2/7
* Financial Management (Planning and IT Budgeting)
* Business Process Automation Delivery/Release Management
* Project /Product Management
* Process Enhancements
* Recruitment & Training
* Capex/Opex Management
* Procurement/Vendor Management
* Transformation and Migrations
* Customer / Stakeholder Management
* Escalations Management
* SLA & Documentation
Core Responsibilities:
* Developed In-house Trading/NBHC/CRM/SAP/ERP/MutualFund Applications
* Digital Transformation
* Architecting and deploying business-aligned automation solutions
* Software Development
* Directing operations for complex and advanced Information Technology environment
* Building and running large IT departments and teams
* Building and managing enterprise Data Centre's Including Planning and management for all business-critical
technology processes and functions, including systems design, software development, enterprise & network architecture,
implementations & installations of hardware, software, security, disaster recovery, etc.
* Building, Designing & Implementation Business Continuity & Disaster Recovery plans and procedures
* Influencing C-Suites on IT decisions
* Vendor Management and Outsourcing
* Network, cyber, Information Security Strategy planning, defining Information Security framework, Security Policy
planning
* IT Process Automation (IPA) - B2C & B2B Technologies
* Hyper Converged Infrastructure (Nutanix/VMWare) - VDI
* Cloud Infrastructure - Telephony/Zero Trust/Zscaler Technologies
* IT Security and Cyber Security - EDR/ATP
* Transformation of Data Center & Network
* System Audit & IT Governance
* Managed Service Delivery & Service Management
* Asset Life Cycle on Hardware and Software
* Managed Service Delivery & Service Management
* Remote IT Operations center setup / offshore service delivery center setup
* Cost/Budget Management and Control
* Change and Release Management
* Building, Designing & Implementation and managing the End User Computing
environment with SCCM product
Trust Capital Services India Pvt Ltd as Head Information Technology-Senior Manager Information
Technology
Feb 2015 to Nov 2020
Heading Data Center Operations, DevOps, IT Operations Cloud and virtualization based technologies of Nutanix,
VMWare,
Azure, & so on; enabling IT Infrastructure as fully automated, software defined Data Center and offering as a Platform for
Enterprise-wide Consumption
Handling projects on Virtualization, Automation, Cloud, AWS, Azure
Managing Virtualization/Hypervisors environments (VmWare, Microsoft virtual platforms), Storage (IBM),
Network/Firewalls/IPS (Fortigate), DB (Oracle,SQL) with Monitoring tool (Asset Explore)
Leading change/incident/ problem management; managing 24x7 support team & lead SMEs of Infrastructure teams to
consistently meet and exceed SLAs and mentoring teams to deliver world-class performance
Evolving strategies & execution roadmaps (for purchases, strict budget controls, IT infrastructure, security, crisis / disaster
& business continuity plans, asset management)
Producing capacity plan that documents current utilization & forecast requirements for IT resourcing, staffing
Managing all aspects of IT Administration including Hardware (Server & Network) Management, Software Versions /
Patches
Management, Service Level Management, Compliance (Systems Operations), Back-up Management & Contingency
Planning,
IT Asset Management and IT Infrastructure Support
Devising & implementing IT strategies and business plans in line with the company's business plans; creating and
implementing policies and procedures for all IT platforms
Planning & building IT Infrastructure at the enterprise scale involving selection of appropriate technology and products,
negotiated with vendors, finalized Service Level Agreements, outsourced tasks and ensuring timely completion of projects
Spearheading management of servers and storage systems in the datacenters across the geographical regions; planning
and
designing new datacenter installations and expanding existing infrastructure
Prioritizing projects / initiatives based on business impact and resource availability
Driving Product Lifecycle Management including product strategy & vision, roadmaps, PLM tollgates ownership,
requirements prioritization, release content management, trade-off decisions and development life cycle, release criteria
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 3/7
Managing Overall infrastructure for a complex organization and network, including VLAN setup for regulatory requirement,
managing data protection, etc.
Building and delivering large applications on the cloud architecture, AWS and Google Cloud Platform
Managing implementations of cloud architecture i.e., can re-design, develop, migrate, and manage robust, secure,
scalable,
dynamic solutions to drive business objectives with disruptions.
Developing methods and procedures for the deployment of PC and Mac OS X machines in a corporate environment
Design
and create reports within Management systems (SCCM and Casper) for strategic decision making (Licensing,
Patch/Vulnerability, Asset Intelligence etc); ensuring that software distribution, patch management and upgrades
Managing Centralized IT Helpdesk Management PAN India & BCP (Business Continuity Process) Management - Ensure
95%
SLA for Service Delivery; effectively manage SOW & SLA signed with vendor.
Managing Network Management PAN India - Ensure 95% Uptime of Links
Managing Audit & Compliance Governance -Process / Quality Improvement - Streamline internal process for smooth and
reliable reporting of parameters pertaining to governance reporting
Designing, implementing and managing the End User Computing environment
Managing Windows Desktop Imaging and Application Packages with Microsoft SCCM
Leading Graphics design, managing EDMs (electronic data mailers) and marketing promotional campaigns
Maintaining inventory of all hardware products and software licenses, review and renewal of maintenance agreements;
ensuring services obtained according to contractual obligations with vendors
National Spot Exchange Ltd as Senior Manager Information Technology
Nov 2008 to Jan 2015
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management,
Communication Management, Incident Management, Change & Release Management, Asset Management, SLA &
Documentation, System Audit, IT Budgeting & MIS reports etc.
(Implemented Exchange Setup (DC+DR), Exchange Application Rollout, UAT Test Environment, Branches Setup, Training
program
on Client Site, Conducted Exchanges System Audit, Managed Trading Environment for Exchange, IT infrastructure
designed and Implemented IT policy, Defined IT Process Development and implementation, Managed IT Infrastructure
and Operations Management, Implemented mission Critical Financial Solutions, Implemented Vendor Management &
Regulatory
Compliance, Implemented IT Procurement management, Managed Member's LL/VSATs Connectivity provided by
Exchange )
Anand Rathi Group Of Companies as Assistant Manager Information Technology
May 2007 to Nov 2008
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management,
Communication Management, Incident Management, Change & Release Management, Asset Management, SLA &
Documentation, System Audit, IT Budgeting & MIS reports etc.
Centrum Direct Ltd as Senior Executive Information Technology
May 2004 to Apr 2007
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management, Communication Management, Incident Management, Change & Release Management, Asset
Management, SLA & Documentation, System Audit, IT Budgeting & MIS reports etc.
Provogue India Ltd as Senior Executive Information Technology
Jun 2002 to Apr 2004
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management, Communication Management, Incident Management, Change & Release Management, Asset
Management, SLA & Documentation, System Audit, IT Budgeting & MIS reports etc.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 4/7
UG: B.Tech/B.E. (Computers) from Dnyaneshwar Vidyapeeth University, Pune in 2002
PG: Other (Other) from Other in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS,Azure,VLAN,Active Directory 2020 2020 15 Year(s) 6 Month(s)
MS Exchange,LAN,WAN,Firewalls 2020 2020 15 Year(s) 6 Month(s)
Linux, win2003/8/12/16/19 OS 2019 2020 15 Year(s) 6 Month(s)
AIX V5.3 2020 2020 10 Year(s) 6 Month(s)
Strategic Planning Roadmap & Leadership 2020 2020 15 Year(s) 6 Month(s)
IT Infrastructure/DataCenter Management 2020 2020 18 Year(s) 6 Month(s)
Application and Database Management 2020 2020 18 Year(s) 6 Month(s)
IT Audit/ Risk/Asset/Patch Management 2020 2020 15 Year(s) 6 Month(s)
Virtualization & Cloud management 2020 2020 15 Year(s) 6 Month(s)
Vendor and Capex/Opex Management 2020 2020 15 Year(s) 6 Month(s)
System, Network & Security Management 2020 2020 18 Year(s) 6 Month(s)
Change, Problem & Incident Management 2020 2020 18 Year(s) 6 Month(s)
IT Project & Automation Management 2020 2020 15 Year(s) 6 Month(s)
System & Network Administration 2020 2020 18 Year(s) 6 Month(s)
Exchange Trading Platform - ODIN/Omnesys 2020 2020 15 Year(s) 6 Month(s)
Process/Access/DR Operation Management 2020 2020 15 Year(s) 6 Month(s)
IT Budget 2020 2020 15 Year(s) 6 Month(s)
Business Critical Apps SAP,CRM,ERP 2020 2020 15 Year(s) 6 Month(s)
Service Delivery Management 2020 2020 15 Year(s) 6 Month(s)
Delivery/Release Management 2020 2020 15 Year(s) 6 Month(s)
Business Process Automation 2020 2020 15 Year(s) 6 Month(s)
IT compliance & Governance 2020 2020 15 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Projects
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 5/7
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2020 - Apr 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2020 - Apr 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Mar 2020 - Mar 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Delhi and Bangalore
Role: Sr. Project Leader
Duration: May 2019 - May 2019
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Mar 2019 - Apr 2019
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Jan 2019 - Feb 2019
Onsite / Offsite: Onsite
Team Size: 4
Project Title: Centralized VPN Connectivity - Array Network
Client: Trust Capital Services India Pvt Ltd
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Designed and Implemented VPN facilities ON Array Network with 300 Concurrent Users Connection with Two
Factors of Authentication integrated with AD Server during LOCKDOWN to access Office Infra including centralized
applications and applied Cyber Security rules and guidelines as suggested by Regulatory and Exchanges on Nutanix Hyper
Converged Virtualization Infrastructure & IT Automation Process managed centrally.
Project Title: Centralized Audio and Video Conferencing(VC) on Cloud - ZOOM
Client: Trust Capital Services India Pvt Ltd
Skill Used: Strategic Planning Roadmap & Leadership, IT Automation Process, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management
Role Description: Lead Project
Project Details: Designed and Implemented Audio and Video Conferencing(VC) facilities ON ZOOM Network with 500
Concurrent Users Connection with Two Factors of Authentication during LOCKDOWN managed centrally and applied Cyber
Security rules and guidelines.
Project Title: Centralized Mailing Solutions and Systems on Cloud - Microsoft O365
Client: Trust Capital Services India Pvt Ltd
Skill Used: Strategic Planning Roadmap & Leadership, IT Automation Process, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management
Role Description: Lead Project
Project Details: Designed, Implemented & Migrated Mailing System from Rediff.com to Microsoft O365 module with ATP
(Advanced Threat Protection) with 500 Concurrent licenses and managed centrally on Entire TRUST GROUP Domains.
Project Title: Datacenter - Mutual Fund & Broking Setup (DR Site) - Delhi & Netmagic Bangalore
Client: Trust Capital Services India Pvt Ltd
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Datacenter N+1 redundancy with Precision ACs, Nutanix Hyper Converged Infrastructure, Firewalls, ILL,
UPS, NW Rack, Storage and other necessary equipments which required for Mutual Fund & Broking Data Center
Project Title: ERP (Hexagon SIP Module) - Mutual Fund Setup on Primary Site + DR Site
Client: Trust Capital Services India Pvt Ltd
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process with Oracle Database, Strategic
Planning Roadmap & Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer
/ Stakeholder Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service
Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented ERP Hexagon SIP Module with 250+ concurrent users
Project Title: Datacenter - Mutual Fund & Broking Setup (Primary Site)
Client: Trust Capital Services India Pvt Ltd
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 6/7
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2016 - Jun 2016
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2015 - Jul 2015
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2015 - Jul 2015
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Feb 2015 - Apr 2015
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time Duration: Nov 2008 - Dec 2008
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Datacenter N+1 redundancy with Precision ACs, Nutanix Hyper Converged Infrastructure,
Firewalls, ILL, UPS, NW Rack, Storage and other necessary equipments which required for Mutual Fund & Broking Data
Center and executed System Audit & got Mutual Fund license for LIVE
Project Title: Centralized In-house Applications - SAP/CRM/Asset/PMS Wealth/NSDL/CDSL/HRMS etc.
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented and Rollout multiples Applications (SAP/CRM/Exchange Trading Platform/HRMS/Back
Office/Research/Depository/IT Asset/PRI & Hotline Recording System/PMS Wealth Management/Antivirus & Patch
Management/AD & File Server etc.) on VMware Converged Virtualization Infrastructure & IT Automation Process managed
centrally.
Project Title: Retail and Institutional Broking Setup / IOB on ODIN (NSE & BSE)- CTCL, IBT & STWT
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Infrastructure & Virtualization Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented and Roll out Retail and Institutional Broking Setup (ODIN Application Platform) with Exchanges
NSE & BSE along with 450+ users connection across PAN INDIA through SSL VPN connectivity with secure security
integrated with Bloomberg FIX Protocol for Algo/SOR/DMA/Auto Slicing Trading on VMware Converged Virtualization
Infrastructure & IT Automation Process managed centrally.
Project Title: Commodity & Currency Broking Setup on ODIN Platform (NSE, NCDEX, MCX & MCX-SX)- CTCL & IBT
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Infrastructure & Virtualization Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented the Commodity & Currency Broking Setup on ODIN Application Platform with NSE, NCDEX,
MCX & MCX-SX along with 150+ users connection across PAN INDIA through SSL VPN connectivity with secure security on
VMware Converged Virtualization Infrastructure & IT Automation Process managed centrally.
Project Title: IT revamp | IT Infrastructure
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Revamped the IT Infrastructure from old technologies to new technologies. Implemented Centralized AD
server, File server, Mail server, Antivirus server, Application & DB Server in HO and all branches are connecting above
servers through VPN and P2P line. Done Backup solution on TAPE Library. Executed Auto failure Internet ILL, Firewall,
Servers. Virtualization setup (VMWare), System Audit & IT Policies on VMware Converged Virtualization Infrastructure & IT
Automation Process managed centrally.
Project Title: Datacenter - Spot Commodity Stock Exchange
Client: National Spot Exchange India Ltd
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 7/7
Project Location: Andheri, Mumbai
Role: Sr. Project Leader
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Lower Parel, Mumbai
Role: Project Leader
Duration: Jun 2007 - Jul 2007
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Mumbai
Role: Project Leader
Duration: Aug 2004 - Aug 2005
Onsite / Offsite: Onsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: IT Automation Process, Strategic Planning Roadmap & Leadership, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management, IT Service Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Datacenter along with all necessary IT Infrastructure requirements (Server, UPS, Redundant
AC, NW Rack, Storage, ILL, Firewall etc.) and also (Implemented Exchange Setup (DC+DR), Exchange Application Rollout,
UAT Test Environment, Branches Setup, Training program on Client Site, Conducted Exchanges System Audit, Managed
Trading Environment for Exchange, IT infrastructure designed and implementation, Implementation IT policy, Defined IT
Process Development and implementation, Managed IT Infrastructure and Operations Management, Implemented mission
Critical Financial Solutions, Implemented Vendor Management & Regulatory Compliance, Implemented IT Procurement
management, Managed Members LL/VSATs Connectivity provided by Exchange
Project Title: Retail and Institutional Broking Setup on Omnesys Platform (NSE & BSE)- CTCL & IBT
Client: Anand Rathi Group Of Companies
Skill Used: Automation Process,Strategic Planning Roadmap & Leadership, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management, IT Service Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Retail and Institutional Broking Setup on Omnesys Application Platform with NSE & BSE along
with 300+ users connection across PAN INDIA through SSL VPN connectivity with secure security integrated with Bloomberg
FIX Protocol for Algo/SOR/DMA/Auto Slicing Trading.
Project Title: Prop Broking Setup on Omnesys (NSE & BSE)- CTCL & IBT
Client: Centrum Direct Ltd
Skill Used: Automation Process,Strategic Planning Roadmap & Leadership, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management, IT Service Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Prop Trading Broking Setup (Omnesys Application) with NSE & BSE along with 150+ users
connection across PAN INDIA through SSL VPN connectivity with secure security.
Rank 757: Resume 1140 with similarity score 0.025991667664774485
MS , BS technical architect , collector , devops , full time , technology specialist , application developer , technical specialist , technical lead portal development , training , computing , microsoft azure , security , interoperability , conducting , docker , web api , angular , mirth , application development foundation , fitbit , custom integration , progression , status , specifications , r4 , components , features , fundamentals , connectivity , building , ec2 , sql server , xss , workflow , organization , microsoft certified technology , automation , devops , interfaces , spark , designation , patient portal , mar , csm , cloud , ltd , knowledge management , english , troubleshooting , wpf , web applications , agile , project , telemedicine , mongodb , live , processing , redis , fixing , pipelines , mvc , d3.js , c++ , kanban , git , cerner , acr , code coverage , completion , data integration , sonarqube , appcelerator , javascript , history , stored procedures , erx , reporting , vm , titanium , general , entity framework , performing , healthcare , scrum , affirmative action , mysql , maintenance , business logic , jquery , bootstrap , hospital information systems , architecture , metadata , email , aws , large enterprise , immunization , xcode , unit testing , languages , nuget , demographics , interactive web , management system , mobile , scheduling , jira , apps , database , teaching , codes , mentoring , streamlining , credit , php , ios , authorization , c# , record , matrix , webrtc , windows services , steps , .net core , salary , radiology , debugging code , s3 , problem solving , cosmos , idp , selenium , ceremonies , .net framework , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 1/4
Current Designation: Technical Achitect
Current Company: Perficient India Pvt. Ltd.
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.A [Arts&Humanities]
Verified : Phone Number | Email - id
Perficient India Pvt. Ltd. as Technical Achitect
Aug 2019 to Till Date
Technology stack:
VM?s, Multi Stage CI/CD pipelines, FunctionApps, KeyVaults, RDS, APIM, ApplicationInsights, App Services,
AzDO, Redis Cache, ServiceBus, Azure Container Registeries (ACR), Docker Images
Responsibilities:
? Leading 3 member team for developing the large scale enterprise healthcare application.
? Establishing connectivity between Dignityhealth and Cerner using FHIR (R4, DSTU) patient resources for
SSO feature.
? Analysing deep Application Insights in Azure related to identify performance matrix.
? Following all SAFe agile process and later Kanban process model to accomplish user story completion till
?definition of done?.
? Developing new API endpoints and implementing the required business logic.
? Developing interactive material design-based Angular UIs for viewing and performing actions with user
records.Implementing SSO features with the organization website and third party interactions to increase user
satisfaction.
? Debugging and bugs fix on existing codes which involves looking app services, app-insights, blobs, cosmos
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Rakesh Rai
Technical Architect seeking roles in Software Development,Cloud
Computing,Application Programming,Data Integration,Requirement Gathering,Solution
Architecture,System Analysis,Docker,Azure,
AWS,JQuery,MongoDB,MySQL,PHP,Objective C
Key Skills: AWS, Microsoft Azure, CI/CD, RDS, Redis Cache, Azure Dev Ops, Angular, C#, Core 3.1,MS SQL, Mongo DB,
Okta Idp, SAML metadata exchange, JWT, FunctionApps, KeyVaults, RDS, APIM, ApplicationInsights, App Services
Summary
Experience in developing and building large enterprise scale Healthcare applications and Data integrations.
Able to handle and enhance cloud software environment setup like AWS and Azure.
Specialized over a decade in designing architecture and handling of integration/ interoperability type applications, EHR's,
laboratory integrations, Pharmacy connectivity and developing components of Hospital information systems.
Proficiency in standards and protocols of interoperability in the areas of HIE, EHR/EMR like IHE, HL7 2.x, C-CDA, ITI, Sure-
script, Care-Quality Integration, Meaningful Use stages, FHIR (R4, DSTU), Immunization Registry.
Experienced in designing and developing application with on-premise setup and cloud setup like Azure/AWS
Expertise with multiple integration engines for Data Integration work like Mirth Connect, Iguana and Custom Integration tool.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 2/4
database, function apps, key vaults, service bus, and SQL database.
? Developing and testing CI/CD pipelines in Azure DevOps.
? Creating, modifying, and working with resources in the Azure portal using ARM templates.
? Creating, modifying, and updating commonly required codes as node modules and .Net projects as NuGet
packages for multiple web API and angular application interactions.
? Upgrading Net Framework based APIs to 3.x Net Core platform.
? Modifying and working with Service bus topics and functions for implementing the business requirement.
? Creating APIMs for API.
? Fixing security vulnerabilities related to front end systems. Example ? XSS attack.
? Increasing the code coverage of the APIs by creating unit tests for the existing codes.
? Creating selenium based automation scripts in C# for validating the developed changes.
? Fixing code complexity and code smells reported by SonarQube.
? Fixing the obsolete libraries reported in the white source report.
ADP India Pvt. Ltd. as Lead Application Developer
Apr 2019 to Aug 2019
Technology stack:
AWS EC2, .Net Core, Web-API, Windows Services, Angular 6, SQL Server
Responsibilities:
* Analyzing the reports components and developing them in employee self-service portal.
* Using D3.js charts for plotting reports like Salary credit, Deductions and other components.
* Leading 5 member team for understanding the salary processing code for India and Singapore region.
* Following all Scrum ceremonies to accomplish user story completion till "definition of done".
* Developed interactive web applications using ASP .Net, MVC, and Entity Framework.
* Developed WPF, ASP. Net and bootstrap based web applications for UI development.
* Created and worked with tables, functions, indexes, stored procedures for retrieving, and updating data in
the database.
* Worked in the Kanban approach model
* Worked in developing applications using .Net Framework and Net core.
* Experienced in deploying applications in AWS.
* Experienced in debugging the code and fix the issues.
* Deployed SQL scripts for Dacpac projects.
CES IT Pvt. Ltd as Technical Lead
Sep 2018 to Mar 2019
Technology stack:
AWS EC2, .Net Core, Web-API, MongoDB, Angular 6, RDS, FHIR (R4) - Spark
Responsibilities:
* Developed web-based application with Fitbit integration using angular 6 and Fitbit API.
* Care-Quality integration with ITI 55, 38 and 39 messages using Mirth engine.
* Telemedicine application developed using Angular 6 and WebRTC.
CitiusTech as Technical Specialist
Aug 2017 to Sep 2018
* Worked on customized JIRA tool using JIRA API to record story and sub-task for project management.
* Implemented Clinical Interfaces like Laboratory, Radiology & Clinical Document and Implemented Collector Interfaces
like Patient Demographics and Patient Claims and Quality Measure and Clinical Document Architecture on different
athenahealth client server.
* Scheduling Design Call with Client and Vendor to understand EMR workflow and which interface is require
streamlining the work process.
* Conducting Kick of call with client and vendor to discuss the scope of project, gather interface related documents like
connectivity worksheet, compendium, and Health Level 7 specifications documents, define the project timeline.
* Identify and implement different stages like Build, Unit Testing, End User Testing and Go-live of project in client Test
and Production environment.
* Conducts Scrum & Standing call with internal team with know the project status and steps to overcome roadblocks.
* Conducting training for new hire and creating Knowledge Management documents for clinical and collector projects.
NextServices as Module Lead
Jul 2009 to Aug 2017
* Surescript (eRx network) connectivity
* PQRS reporting.
* Lab (Quest and Tricore) connectivity using HL7 v2.x standards.
* Developed component of EHR like SOAP/ Operative note, Vital, Allergies, Patient Past History, Complaints, Billing and
other modules.
* Patient Portal development.
* HL7 v2.x connectivity with billing management system (AdvancedMD).
* Analyzing and debugging code.
* Maintaining the high stability of all AWS instances.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 3/4
* Mentoring team members in the development and technical progression.
* Troubleshooting and problem solving.
* iOS mobile EHR version developer in native (Obj-C) xCode code.
NIIT LTD as Faculty
Jun 2007 to Jul 2009
* Certified faculty for GNIIT course till term 2 program.
* Taken classes for Dotnet 2.0 and C++ languages in NIIT.
* While teaching students learned Dotnet 2.0 and achieved Microsoft certification.
UG: B.A (Arts&Humanities) from mahatma gandhi kashi vidyapith in 2022
Other Qualifications/Certifications/Programs:
Microsoft Certified Technology Specialist: .Net Framework 2.0
Microsoft .Net Framework - Application Development Foundation
Certified ScrumMaster (CSM) Scrum Alliance
Azure 900 - Azure fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
VM, Multi Stage CI/CD pipelines
FunctionApps, KeyVaults
RDS, APIM, ApplicationInsights
App Services, AzDO, Redis Cache
ServiceBus, Arm-template
Docker, Azure Container Registeries
EC2, CloudFormation, S3 bucket
SNS, Lambda, Multi stage CI/CD pipelines
RDS, LoadBalancer
GIT, Azure Repo, Azure Dev Ops
Azure Pipeline, Azure Board
Azure Tests
C#, Core 3.1, WebAPI
WEBSERVICES
Windows Services, WCF, MVC
MS SQL, Mongo DB
Okta Idp, SAML metadata exchange
JWT
PHP
Objective C (iOS), Appcelerator Titanium
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 758: Resume 921 with similarity score 0.025969364497837617
B.S , MS , BS software engineer , full time , software developer version control , web development , optimization , css , designation , ug , affirmative action , maintenance , authorization , english , enterprise , status , screens , software testing , sql , email , project , application , selenium webdriver , mumbai , bitbucket , github , react native , languages , framework , soa , mobile , struts , javascript , refactoring , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d1…
https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d170747400e0e0f… 1/2
Current Designation: Software Engineer
Current Company: IBS Software
Current Location: Trivandrum
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Computers]
Verified : Email - id
IBS Software as Software Engineer
Jun 2018 to Till Date
Project 1: iCargo:
Developed mobile screens with React-native, JavaScript, CSS and HTML.
Developed web and enterprise applications using Java/J2EE, Struts and Framework.
Developing the requirement from frontend to backend according to the business scenarios
Involved in the activity of complete refactoring of the existing code which included reducing complexity and increasing
optimization.
Worked with version control systems like GIT and used source code management client tools like Bitbucket.
Written SQL Queries according to the business scenarios
UG: B.Sc (Computers) from ITER, SOA University - Bhubaneswar in 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Shreya Mehta
Software Engineer seeking roles in Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software
Testing,Database Management,Application
Support,HTML,Java,Javascript,CSS,Struts,J2Ee,GitHub,React,SQL,Selenium
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Database Management,Application
Support,HTML,Java,Javascript,CSS,Struts,J2Ee,GitHub,React,SQL,Selenium
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
React Native
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d1…
https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d170747400e0e0f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JavaScript
HTML,CSS
SQL
GitHub/ BigBucket
Selenium WebDriver
Languages Known
Language Proficiency Read Write Speak
English
Rank 759: Resume 401 with similarity score 0.025968419580622935
MS work from home css , adobe photoshop , information technology , mysql , flash , php , english , wordpress , c programming , mumbai , fit , resume , java , government , languages , completion , assessment , web , mathematics , html , database Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship and deliver exceptional results , I feel as an intern I will fit in beautifully and the experience of skills I have makes me stand out.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I can start it immediately and i am also available for the next 3 months.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7977854781
Pratham Gawli
Mumbai
Applied 27 Dec'20
C Programming English Proficiency Spoken) English Proficiency Written)
Mathematics Adobe Flash Adobe Photoshop
C Programming CSS Database Management
System DBMS
HTML Java MSOffice
MySQL PHP WordPress
Data Structures
Diploma, Information Technology
Government Polytechnic Mumbai
2019 - 2021
CGPA 8.90/10
Secondary X
Holy Cross High School
S.S.C. board)
Year of completion: 2017
CGPA 9.70/10
I have excellent knowledge in the field of information technology and many other subjects including animation, web
development, coding languages. I secured 92% in my 10th grade and I've won many certificates in various inter school
competition.
Rank 760: Resume 1010 with similarity score 0.02594793710312503
B.E , MS , B.TECH technical architect , application architect , solution architect , full time , case manager filing , customer , rims , docker , beginner , independence , status , re-engineering , xml , product r&d , spring security , coordinated , filezilla , workflow , suite , organization , enterprise content management , datacap , turn , records management , filenet , designation , hindi , english , editing , project , microservices , processing , forms , ibm , rest , research , documentation , his , javascript , jprofiler , anthill , eureka , reporting , general , performing , change requests , developers , visual studio , affirmative action , oracle , public , maintenance , architecture , metadata , email , case management , aws , system development , operations , junit , languages , console , urdu , management system , web , database , online , document management , api , onboarding , migrating , jenkins , nosql , ug , toad , coe , authentication , access control , autosys , authorization , google cloud platform , spring boot , application , fiddler , soapui , steps , spanish , storage , eclipse 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e450843…
https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e4508435115475d0c0f5… 1/3
Current Designation: Technical Architect -IT
Current Company: HCL Technologies
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HCL Technologies as Technical Architect -IT
Jun 2007 to Till Date
Deutsche Bank Project:
1. Talent Onboarding (TOB)
TOB:TOB aims the rapid and seamless onboarding of the tenants for DB
An IBM Case Manager application which runs tasks/workflows to onboard tenants after the onboarding request gets
through the various approval steps in the application
Roles and responsibilities:
Involved in the developing and configuring the FileNet Solution.
Involved in the importing/exporting/deploying FileNet Solution
Involved in the development of customer change requests.
2. Datacap implementation
The client wants to automate his document ingestion process where the documents :
Should be automatically picked up and scanned
The metadata information should be automatically extracted through the IBM Datacap product an posted in the database
for RPA to further process it
Roles and responsibilities:
Involved in designing the architecture of the solution
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Syed Amir Azam Naqvi
Technical Architect seeking roles in Solution architect,Application architect, Research
and development, Application Programming,Application Maintenance,Project
Management, mainly in the enterprise content management and Google Cloud
Platform
Key Skills: IBM ECM product suite( FileNet 5.x, Case Manager, Content Navigator, Datacap and BAW) , Google Cloud
Platform (storage and app engine), Java/J2EE, NodeJS/ReactJS, springboot microservices, Docker and Container,
SQL/NoSQL database
Summary
Overall 13 years of experience among which strong 8 years of experience in Enterprise Content Management Technologies like
IBM FileNet product suite.
Holistic knowledge and experience on content management processing systems. Exceptional background in ECM product R&D,
process re-engineering, and system development. Exceptional experience in consultancy services, analysis, design, build and
configuration and has coordinated with stakeholders, business analysts, and developers to deliver the high-quality products.
Possess excellent communication, analytical thinking, multi-tasking, problem-solving and documentation skill.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e450843…
https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e4508435115475d0c0f5… 2/3
Involved in developing and implementing the approached for various brokers
Involved deployment activities
2. Cloud based ECM DMS implementation
Objective : Implementing an ECM Document Management Solution leveraging the GCP functionalities
Rationale : Independence of any specific DMS product, in-turn providing more scope for maintenance and customization
Implementation overview: Develop a custom DMS using the below mentioned technologies (POC is done) :
1. ReactJS (front end)
2. NodeJS (back end)
3. GCP authentication and bucket operations (to manage the content and its metadata)
A holistic GCP based DMS solution to cater to the ever increasing and secure demands of the client across multiple
domains.
The access to the system is managed by the google authentication and authorization mechanism, providing it an overall
security across all the layers.
The front-end leverages the rich user interface capabilities as provided by ReactJS.
REST Api based wrappers written in NodeJS are employed to communicate to the GCP buckets and perform DMS
operations like object creation/editing/deletion, metadata creation/editing/deletion, controlling access control list over the
objects, performing the search operations. Future capabilities will include the reporting, records and workflow
management
Roles and responsibilities:
Involved in designing the architecture of the solution
Involved in developing and implementing backend services and front end
Involved in deployment activities of the solution to the GCP Application Engine
HCL ECM COE Extensive experience on Case Management involving creation, deployment and customization of the
IBM case management solutions.
Part of the core ECM COE team involved in the RnD, design and development of the IBM ECM Products and Java/J2EE
application stack.
Worked on the ECM domain specific RFPs like for PUB, UOB Singapore.
Re-wrote IBM records management system (RIMS) based on microservice architecture.
Extensive experience in implementing micro service based architecture using Netflix OSS with Spring Boot-based services
.
Experience in deployment of services to AWS in Docker containers.
Migrating existing application into micro services architecture using Rest APIs, spring boot, spring security, Netflix Eureka
and config server.
Organization Name:: State of Connecticut- US Project: E-Filing
E-Filing: E-Filing system aims at introducing an online Filing system utilizing IBM Forms and IBM Case Manager
technologies.
A single Web-based system with IBM case manager implementation will cover all core business processes / functionalities
for the key stakeholders of all departments of DEEP. The customers of DEEP will able to perform electronic submission
and tracking of all filings made as part of public application hearing process.
The system aims to serve the two types of users:
DEEP Customers: The System will allow to customer to registered as users, submit documents, track the progress of
cases and search for information online.
UG: B.Tech/B.E. (Computers) from A Reputed Institute in 2007
Education
IT Skills
Skill Name Version Last Used Experience
Eclipse IDE, Visual Studio 2021
STS, TOAD, Eclipse IDE 2018
SVN, JUnit, Anthill Pro 2018
Google Cloud Platform 2017
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e450843…
https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e4508435115475d0c0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
UDeploy, JProfiler, Jenkins 2021
IBM Datacap 2021
SOAPUI, Autosys, Fiddler 2017
FileZilla, SQL Management Console 2017
Docker, Container 2020
IBM Case Manager 2021
JAVA CORE, J2EE 2020
MicroServices 2020
JavaScript, JSF, XML 2020
Nodejs, Reactjs 2021
Oracle, MS SQL, No SQL 2021
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Urdu Proficient
Spanish Beginner
Rank 761: Resume 366 with similarity score 0.025930076559967794
B.E , MS , BS work from home smart cities , core java , plantation , css , summit , connect , mysql , ieee , basic , firebase , resume , android , computer science , quiz , completion , photography , assessment , traffic management , one , campus , apps , schedules , html , database , online Assessment
Q1. Why should you be hired for this role?
I have developed two apps on android using Java and in one app the database is made using firebase, also in this internship I will get to learn
more about android. I believe that this experience, coupled with my personable attitude and hard work ethic, is why I am a great candidate for
the job.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for full-time work from home internship.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7974951315
Nitesh Dewangan
Bhilai, Bilaspur
Applied 06 Jan'21
Android Java MSPowerPoint
MSWord Photography CSS
HTML MySQL
Bachelor of Engineering B.E, Computer Science & Engineering
Shri Shankracharya Technical Campus
2016 - 2020
Senior Secondary XII, Science
Saraswati Shishu Mandir
CGBSE board)
Year of completion: 2016
Percentage: 78.80%
Secondary X
Saraswati Shishu Mandir
CGBSE board)
Year of completion: 2014
Percentage: 85.80%
Core Java
Internshala Trainings, Online
Jun 2019 - Jul 2019
learned about various concept of java
Time Table app
May 2020 - May 2020
This is a basic app which keep track of schedules of college lectures and syllabus as well as details of faculties.
Garbage reward app
Mar 2020 - Apr 2020
Connect 4 game using java
Jun 2019 - Jul 2019
-worked with ZIDD group for cleanliness, tree plantation & saving, traffic management etc.
- Delegate in NATIONAL SUMMIT ON SMART SOLUTION TO SMART CITIES organised by IEEE
- runner-up in DISTRICT LEVEL SCIENCE QUIZ COMPETETION
Rank 762: Resume 31 with similarity score 0.025898697320047244
B.E , MS , M.S , BS work from home web development , customer , algorithms , credit , watson , css , telecom , mysql , hindi , cloud , linux , firebase , bootstrap , project , grasp , google , c programming , whatsapp , prediction , resume , ibm , features , machine learning , computer science , django , framework , assessment , management system , python , javascript , technology , graphics , html , database , online Assessment
Q1. Why should you be hired for this role?
I have worked on multiple projects involving MERN stack.
I have a decent grasp on Data Structures and Algorithms and I am ranked 135 on CodeChef(a competitive coding platform).
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for WFH internship for next 6 months.
Resume
EDUCAT ION
JOBS
TRAININGS
PROJECTS
Abhishek Tripathi
Bangalore
Applied 07 Feb'21
C Programming C Programming HTML
Hindi Proficiency Written) MSWord Algorithms
Bootstrap CSS Data Structures
Database Management
System DBMS
Java Linux
MSExcel MSOffice
Bachelor of Engineering B.E, Computer Science
M.S. Ramaiah Institute Of Technology , Bangalore
2018 - 2022
Managed Network Expert
Chegg.inc, Virtual
Feb 2021 - Present
Working as a TSA, solving problems posted by the students.
Python
udemy, Online
Dec 2019 - Feb 2020
Web Development
udemy, Online
Nov 2019 - Apr 2020
Java
udemy, Online
Aug 2019 - Sep 2019
Completed Java Programming course from Udemy.
C Programming
udemy, Online
Sep 2018 - Oct 2018
Completed my C programming course from Udemy.
C
udemy, Online
Aug 2018 - Sep 2018
Finished my C programming course from Udemy
College-ERP
Sep 2020 - Dec 2020
https://github.com/tripathi-abhishek/College-ERP
https://github.com/tripathi-abhishek/College-ERP
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9588094526
A FULL STACK project built using 'Django framework' and 'MySQL'. It is a "college management system" designed for
interactions between students and teachers. Features include attendance, marks, and time table.
Telecom Customer Churn Prediction using Watson Auto AI
Sep 2020 - Dec 2020
https://github.com/tripathi-abhishek/SPS7809Telecom-Customer-Churn-Prediction-using-Watson-Auto-AI
Telecom Customer Churn Prediction using Watson Auto AI, a machine learning project powered by IBM Cloud & SmartInternz
made during IBMBuild-a-Thon.
Whatsapp Clone
Aug 2020 - Nov 2020
https://github.com/tripathi-abhishek/whatsapp-clone-2
A WhatsApp clone made with React and deployed with firebase using "google auth".
Hopper Game
May 2019 - Sep 2019
Worked on a web-based game named Hopper.
Basically it was based on JavaScript and the motivation came from the popular Mario Game. I was assigned to do the
animation and graphics
It was credit based project demanded by my college in the 2nd Semester.
Successfully completed HacktoberFest
Ranked 135 on CodeChef 1784
https://github.com/tripathi-abhishek/SPS-7809-Telecom-Customer-Churn-Prediction-using-Watson-Auto-AI
https://github.com/tripathi-abhishek/whatsapp-clone-2
Rank 763: Resume 1450 with similarity score 0.02589799935181624
B.E , MS , B.TECH sql dba , full time , partner , software developer automation , general , change requests , designation , ug , income tax , mar , affirmative action , oracle database , fdd , hindi , maintenance , macro , test cases , authorization , advanced , english , code review , status , siebel , life science , email , project , sql , bot , application , sap , testing , electronics , writing , c++ , languages , preparation , python , javascript , customer relationship management (crm) , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12…
https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12061142515f0e… 1/2
Current Designation: RPA Developer
Current Company: TCS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 11 Month(s)
Notice Period: 1 Month
Highest Degree: NA [na]
Verified : Phone Number | Email - id
TCS as RPA Developer
Mar 2016 to Till Date
PROJECT NAME RPA Factory (For Client GlaxoSmithKline (GSK)) (Life Science Domain) PERIOD June 2017 ? Present
ROLE RPA Developer
RESPONSIBILITY
Preparation Of Solution Design Document
Development of Bots using Automation Anywhere tool
Writing VB Scripts and VBA Macro
Test cases preparation
UAT testing
TDD preparation
VDD/FDD preparation
Supporting Bots in assisted mode
Code Review PROJECT NAME Siebel L2 (For Client TATA SKY) (Entertainment and Media Domain) PERIOD June 2016
? May 2017 ROLE Production Support Executive
RESPONSIBILITY
Performed the Change requests and daily activity for Customer Relationship Management (CRM) and Partner
Relationship Management (PRM) in production by using the SIEBEL and SAP tool. PROJECT NAME TAX CALCULATOR
(As TCS Trainee) PERIOD March 2016 ? May 2016 ROLE Developer (Trainee) RESPONSIBILITY
Development of the Income Tax calculator for Indian tax system using C++ and Oracle Database
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Tarun Ranjan
I.T. Analyst with 4 years 11 months of Experience in IT Industry. Working as Senior
RPA Developer (Automation Anywhere) and have more than 3 years of experience into
RPA Development.
Key Skills: rpa,automation anywhere,vb script,vba macro,SAP,SQL DBA,Python,Siebel
Summary
Overall around 4 years 11 months of IT experience and 3 years 2 months of experience into RPA development using
Automation Anywhere tool, have deployed 13 Bots into production and working on 14th Bot. Have good knowledge of Task Bots
and Meta Bots.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12…
https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12061142515f0e… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in
2015
PG: NA (na) from na in 2015
Other Qualifications/Certifications/Programs:
AUTOMATION ANYWHERE CERTIFIED MASTER RPA PROFESSIONAL
AUTOMATION ANYWHERE CERTIFIED ADVANCED RPA PROFESSIONAL
ADVANCED AUTOMATION ANYWHERE CERTIFIED RPA PROFESSIONAL
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere 11.3.2 3 Year(s) 2 Month(s)
VB Scripts 1 Year(s) 5 Month(s)
VBA MACRO 1 Year(s) 0 Month(s)
Python 0 Year(s) 2 Month(s)
SAP 7.5 2 Year(s) 0 Month(s)
SQL 1 Year(s) 0 Month(s)
Siebel 7.8 1 Year(s) 0 Month(s)
C/C++ 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 764: Resume 753 with similarity score 0.025889892576602
MS , BSC , BS sql developer , resource manager , support specialist , full time , team lead , database administrator , balancer log management , financial services , retrospectives , bmc remedy , security , storage migrations , space , suggestions , databases , linux , abstraction , pdf , status , shipping , mysql cluster , logging , store , idle , features , building , kibana , sql server , technical services , crm , automation , upgradation , amazon ec2 , binary , wired , access , kubernetes , designation , confluence , amazon s3 , windows , database servers , cli , json , project , stash , groups , mongodb , sprint planning , redis , capacity planning , git , strategy , one , capacity management , javascript , disk , reporting , general , performing , scrum , affirmative action , oracle , uptime , dynamo , maintenance , service delivery , checks , i2s , ddl , postgresql , tomcat , aws , ubuntu , operations , pgadmin , premises , maven , export , failover , cassandra , scheduling , jira , icinga , search , web , root cause analysis , hardening , cloud services , high availability , migrating , jenkins , openshift , health , ttl , azure , apache , ami , permissions , import , authorization , scalability , application , compression , system deployment , shell scripting , replication , tuning , ceremonies , manageability , load , google cloud 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581…
https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581455444758540b… 1/3
Current Designation: Senior Infra Support Specialist
Current Company: Emirates NBD
Current Location: Dubai
Pref. Location: United Arab Emirates (UAE),United Kingdom
(UK),United States (US)
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Highest Degree: Not Pursuing Graduation [Not Pursuing
Graduation]
Emirates NBD as Senior Infra Support Specialist
Dec 2018 to Till Date
Responsibilities:
Installing MySQL, MongoDB, PostgreSQL, SQL Server, Redis on Linux, Windows, AWS, AZURE.
Creating instances MySQL, MSSQL, MongoDB, PostgreSQL, Redshift, DynamoDB, Tomcat,
Apache, WAS on AWS & Azure Plotforms
Performing Azure & AWS activities - Build Servers, Backup, Migrations, Patching, Security,
Monitoring, DR Setup.
Building and Installing servers through Azure Resource Manager Templates or Azure portal.
Migrating an On-premises virtual machine to Azure Resource Manager Subscription with
Azure Site Recovery.
Working in Amazon Cloud Services and its features (AWS EC2, VPC, EBS, AMI, snapshots,
Autoscaling, Cloud Formation, Lambda, SES, SQS, SNS, RDS, ELB, EBS, CloudWatch, S3.
Cloud automation using AWS Cloud Formation templates.
Working on AWS CLI Auto Scaling and Cloud Watch Monitoring creation and update.
Allotted permissions, policies and roles to users and groups using AWS Identity and Access
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
KUNA REDDY
Senior Infra Support Specialist seeking roles in Database Operations,Database
Servers,database designing ,Database Upgradations,Databases services ,Service
Delivery,AWS, Azure,MySQL, Postgres, Mongodb,SQL & Shell Scripting,BMC
Remedy, JIRA
Key Skills: Senior Infra Support Specialist,Team Lead/Tech Lead, Database Operations,Database Servers,database
designing ,Database Upgradations,Databases services ,Service Delivery,AWS, Azure,MySQL, Postgres, Mongodb,SQL &
Shell Scripting,BMC Remedy
Summary
11 years of experience in MySQL, MongoDB, PostgreSQL, DB2, Oracle, SQL Server as a DBA on
Linux, Windows, AWS, Azure environment.
Performing Azure & AWS activities - Build Servers, Backup, Migrations, Patching, Security,
Monitoring, DR Setup
Manage day-to-day database operations for production and projects. This includes database
designing and implementation, administration, capacity planning, systems performance, uptime
management, design, build/delivery, deployment, monitoring, standards, compliance.
Providing guidance in technical meetings, define standards. Defining and driving strategy for
database availability, scalability, manageability.
Installing Database Servers and Creating Databases, Tablespaces, Adding Data files.
Creating Users and providing database access to users.
Scheduling Backup, Export, Optimize, Analyze jobs.
Restoring databases, Monitoring and Tuning databases.
Performing Database Upgradations, Storage Migrations, File System Upgradations.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581…
https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581455444758540b… 2/3
Management (IAM).
Managed hardware, software, and networking for a large scale cluster on Amazon EC2.
Storage on AWS EBS, S3 and Glacier and automate sync data to Glacier. Databases services on
AWS like RDS, Dynamo DB and Aurora. Elastic Transcoder, Cloud front, Elastic Beanstalk.
Migration of 2 instances from one region to another. Configuration of site- to- site VPN and
open VPN using Linux EC2 instance.
Installed, configured and managed the ELK (Elastic Search, Log Facilitated Scrum ceremonies like
Sprint planning, retrospectives, Daily stand-ups, etc Stash and Kibana) for Log management
within EC2/ Elastic Load balancer (ELB) for Elastic search.
End to End solution for hosting the web application on AWS cloud with integration to S3.
Integration of web portal and users associated with S3 bucket.
Used Amazon S3 to backup database instances periodically to save snapshots of data.
Automated system deployment, monitoring, alarming, and scaling in the Cloud.
Involving in database designing and implementation.
Configuring Instances, Creating Databases, Tables and Indexes and Creating User and Providing
Read-only and Read-Write access. Enabling binary logging.
Creating tablespaces, adding datafiles, extending tablespaces.
Creating roles, users and Providing Read-only and Read-Write access to users.
Changing database from noarchive log to archive logging and vice versa.
Scheduling backup jobs, maintenance jobs, disk space alerts, replication alerts.
Configured Master - Slave, Master - Master, Circular Replication, MySQL Cluster in MySQL.
Configured WAL Shipping, Streaming Replication in Postgre SQL
Configured Replica Set, Shareded Cluster in MongoDB
Performing Database Hardening & Health checks. Capacity Management and purging old data
from databases. Performing the maintenance activities.
Performing Backup and Restore, PITR, Export, Import data and generating reports
Scheduling jobs for Backup, slow queries, replication status, replication lag, disk space alerts
Experience in Root cause analysis for business impacting issues
Performing Scheduled changes - DDL, DML Changes.
Implemented Mongo DB new storage engine Wired Tiger for document level Concurrency and
Compression features.
Created Capped Collections and implemented TTL collections in mongodb
Performing Database Hardening after mongodb installation & Database Health checks
Experience High Availability - Configured 3 node and 5 node Replica Sets & Sharding
Experience in mongodb database Upgradation from old version to mongodb 3.4
Heavily used Mongo DB Grid FS (file system abstraction layer) to store large data sets such as
Images, Text files and PDF files.
Renaming, rebuilding collections, removing old collections, repairing database to claim space.
Performing the maintenance activities - logrotation.
Performing Scheduled changes - DML, importing JSON files.
Monitoring MongoDB services, databases and Solving performance issues and providing
suggestions to application team.
Failover and Failback the databases from Primary to Secondry.
First Advantage as Database Administrator
Jul 2012 to Nov 2018
Responsibilities:
Installing MySQL, MongoDB, PostgreSQL, SQL Server, Oracle, DB2, Redis on Linux, Windows, AWS, Azure.
Building and Installing servers through Azure Resource Manager Templates or Azure portal.
Performing Azure & AWS activities - Build Servers, Backup, Migrations, Patching, Security, Monitoring, DR Setup.
Creating instances MySQL, MSSQL, MongoDB, PostgreSQL, Redshift, DynamoDB, Tomcat, Apache, WAS on AWS &
Azure Plotforms.
Migrating an On-premises virtual machine to Azure Resource Manager Subscription with Azure Site Recovery.
Involved in database designing and implementation for development/test/prod environments.
Configuring instances, creating databases, database objects - tables and indexes, procedures
Creating tablespaces, adding datafiles, extending tablespaces.
Creating users and Providing Read-only and Read-Write access to users.
I2S Business Solutions as Technical Services Specialist
Feb 2012 to Jun 2012
Project : Hukoomi, QNEDS
Environment : Db2
Responsibilities:
Installing DB2, MySQL on Windows, Linux servers.
Creating Instances, Databases, Tables, and Indexes.
Maintaining Dev, Stage and Production servers.
Refreshing Dev, Test databases. Generating the transaction reports weekly wise
Migrating database from AIX to windows for reporting.
Application issues solved by coordinating with application team.
Worked on CRM tickets related to create new databases, database access, refresh db, export dump, import dump, sql
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581…
https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581455444758540b… 3/3
script executions, and client installations.
Managing the load on the system at the time of business hours. Reducing load by finding idle sessions and forcing idle
sessions.
Monitoring CPU, Memory and Disk space, BP Hit Ratio
Solving the backup errors, database errors, locking errors, storage errors
UG: Not Pursuing Graduation (Not Pursuing Graduation)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Linux, AIX, Ubuntu
MySQL, Postgres, MongoDB
SQL Server, DB2, Oracle, Redis
Cassandra
SQL & Shell Scripting, Batch Jobs
SSMS, SQL Developer
SQLYog, pgAdmin, Mongocompass
AppManager, Icinga, Grafana
BMC Remedy, JIRA & Confluence
SCM, GIT, Maven, Jenkins
Dockers, Kubernetes
AWS, Azure, Google Cloud
RedHat Openshift
Rank 765: Resume 1566 with similarity score 0.025842887128709666
B.E , B.TECH , BS software engineer , long term , full time , software developer core java , computing , angular , linux , merging , test cases , node.js , status , mocha , firmware , bridge , writing , components , utilities , es6 , automation , designation , confluence , hindi , silver , windows , english , agile , project , microservices , provisioning , critical infrastructure , fixing , kanban , git , computer science , code coverage , collaboration tools , sonarqube , javascript , business requirements , html , general , scrum , affirmative action , mysql , web collaboration , maintenance , business logic , centos , advanced , email , tomcat , aws , long term care insurance , unit testing , maven , languages , console , hibernate , life insurance , jira , crestron , database , functionality , spring mvc , mockito , jenkins , api development , soap , testng , apache , ami , mercury , authorization , application , devices , adherence , electronics , materials , debugging , merge , framework , tabletop , eclipse , smart grid , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b1…
https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b130619480d0808… 1/3
Current Designation: Software Engineer-IT
Current Company: Accenture
Current Location: Delhi
Pref. Location: Gurgaon,Delhi,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Accenture as Software Engineer-IT
Oct 2019 to Till Date
Client : Mass Mutual Life Insurance.
Environment & Tools : Node.js, Regex, Angular, Mocha, Chai, AWS (Serverless, lambda), Postman.
Role : Software Engineer
Duration : October 2019 - January 2021
Description: The Massachusetts Mutual Life Insurance Company, also known as MassMutual, is An Springfield,
Massachusetts-based life insurance Company. MassMutual provides financial products such as life insurance, disability
income insurance, long term care insurance, retirement/401(k) plan services, and annuities.
Roles & Responsibilities:
Worked on creating a micro service based on Serverless framework using for Node.js, application that communicated with
MySQL aurora database to retrieve data.
Worked on creating APIs that consumes the Microservices to return data based on the requirement.
I have followed Agile Scrum Method / Kanban Method together in the project with daily scrum calls using JIRA Board.
Worked on writing Unit test using mocha and chai.
I have also worked on TDD using mocha and chai and BDD testing using cucumberJS.
Fixing the issues that came at time of execution and acceptance.
I have helped in automating and reducing the efforts to create the code base and have also contributed to simplify and
optimize the code to better understand and reduce the time for execution.
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Archana Dwivedi
Software Engineer seeking roles in Full Stack Development,Requirement
Gathering,Production Support,Unit
Testing,Debugging,Java,Node.js,Javascript,HTML,Mocha,Chai,Jira,Confluence,Git,SVN,React,Angular
Key Skills: Software Engineer,Software Developer,Full Stack Development,Requirement Gathering,Production
Support,Unit Testing,Debugging,Java,Node.js,Javascript,HTML,Mocha,Chai,Jira,Confluence,Git,SVN,React,Angular
Summary
Having 3 years of experience in Full Stack Development with Angular and Node.js.
Experience in Microservices development with Serverless and ExpressJS Framework.
Experience in API development with Serverless Framework.
Experience in development UI with Angular and Angular materials.
Experience in Unit testing Using Mocha and Chai.
Proficient in Object Oriented Programming, Collection and Exception Handling.
Good knowledge in core JAVA, Java Script and ES6.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b1…
https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b130619480d0808… 2/3
Altran (Formerly Aricent) as Software Engineer
Nov 2017 to Aug 2019
PROJECT NAME : Crestron Devices Automation.
Client : Crestron
Environment & Tools : Java, Regex, Node.js, React, Angular.
Role : Software Engineer
Duration : September 2018 to July 2019
Description: The goal of the project is to automate functional test cases written for Crestron devices like Mercury,
AM300, AM200, etc. Crestron Mercury is the only UC and AV all-in-one table top solution that supports any web
collaboration application. By combining all the must-have conferencing and collaboration tools in one easy-to-use console,
Mercury enables people to work together regardless of location or conferencing application.
Roles & Responsibilities:
Worked in developing Web UI of the Device with React.
Worked on writing Unit test using mocha and chai.
Written Automation Test Script in Node.js
Merge the reviewed code on SVN.
Written code to get value from tools with the help of Regex in Java.
Check the Samurai build after the code merging.
Fixing the issues that came at time of execution and acceptance.
Project: #3
PROJECT NAME : Silver Spring Networks-QA
Client : INSI - Smart Grid
Environment & Tools : Java, Maven, Git, Jenkins, TestNG, Mocha, Chai, Node.js.
Role : Software Engineer (QA)
Duration : November 2017 to July 2018.
Description: Silver Spring Networks, a subsidiary of Itron, is a provider of Smart grid products. Understand the SSN Smart
Grid modules mainly: Advance Metering Management (AMM), Trap Message Bus (TMB), Firmware Upgrade (FWU)
.Implement the business logic for Trap message Bus and Firmware Upgrade.
Roles & Responsibilities:
Written Functional Test Cases for AMM module.
Written API Test Cases for AMM module.
Understanding the Trap Management Bridge module thoroughly with creation and execution of test cases to verify
software functionality and adherence to business requirements.
Implement Business Logic for the Device Provisioning of the module AMM.
Write Unit test cases & Execute test cases using the tools like (Mockito , Power Mockito, Mocha, Chai) wherever
necessary to maintain the quality of product & verify any bug present in the application.
Implement Business Logic For Image Upgrade of FWU.
Communicate with the Client & update them status.
Merge the reviewed code on Git. Raise the review request for committed code.
Increase the code coverage of the modules up to 80% from the initial coverage which ranges between 0%- 20%.
Check the Jenkins build after the code merging & if the build on the Jenkins appeared to be green then verify increase in
the code coverage on the sonar.
Executing the Test Cases & Test suit and Debugging failed test cases.
Generating System Test reports and Bug raising and verifying with Jira Tool
UG: B.Tech/B.E. (Computer Science and Engineering) from I.E.T Dr. Ram Manohar Lohiya Avadh University Faizabad in
2016
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2017
Education
IT Skills
Skill Name Version Last Used Experience
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b1…
https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b130619480d0808… 3/3
Nature of Employment: Full Time
Role: Programmer
Duration: Mar 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Project Location: Gurugram
Role: Programmer
Duration: Mar 2018 - Mar 2019
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Java, Spring, Hibernate, java script
HTML5,Selenium, Apache-Tomcat
Apache Maven, Linux, CentOS, Windows
JDBC, Jenkins, TestNG, JIRA
Eclipse, MySQL, Mockito
SonarQube, Confluence, Git, Svn
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Crestron Mercury Automation And Development
Client: Crestron Electronics
Project Details: Crestron Mercury is the only UC and AV all-in-one tabletop solution that supports any web collaboration
application. By combining all the must-have conferencing and collaboration tools in one easy-to-use console, Mercury
enables people to work together regardless of location or conferencing application.
Project Title: Smart Meter Grid
Client: INSI
Skill Used: Java,Spring,Hibernate,Spring Mvc, IntelliJ Idea, Eclipse
Role Description: Code Enhancement, Unit Testing, soap request generation
Project Details: AMM/AMI is a collection of various components used to configure and monitor devices connected
to Silver Spring Networks platform for the utilities critical infrastructure.
Rank 766: Resume 384 with similarity score 0.02579355709148367
B.TECH , BS work from home deep learning , mar , mysql , real estate , natural language processing , models , exploratory data analysis , prediction , resume , quora , edge , machine learning , completion , assessment , it , python , ml , organization , technology , online Assessment
Q1. Why should you be hired for this role?
A serious candidate to foray into the IT industry and work on cutting-edge technologies, preferably AI, Machine Learning, and Deep Learning. I
would like to join an esteemed organization, start with the basics and scale up with speed to next level by working dedicatedly on tasks or
projects assigned.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I'm available to work for next 3 months.
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 7599485547
Piyush Chaudhary
Greater Noida
Applied 08 Feb'21
Natural Language Processing
NLP
Python Deep Learning
MySQL
Bachelor of Technology B.Tech), Mechanical Engineering
GLBITM
2015 - 2019
Senior Secondary XII, Science
JP INTERNATIONAL SCHOOL
CBSE board)
Year of completion: 2014
Applied AI Course
Applied Ai Course, Online
Mar 2020 - Dec 2020
Exploratory Data Analysis on Haberman's Survival data set
Nov 2020 - Nov 2020
https://github.com/SSpiyush
Quora Question Pair Similarity Problem
Oct 2020 - Oct 2020
https://github.com/SSpiyush
Car Brand Prediction using Deep Learning Keras)
Sep 2020 - Sep 2020
https://github.com/SSpiyush
Real Estate Price Prediction using various ML Models
Aug 2020 - Aug 2020
https://github.com/SSpiyush
https://github.com/SSpiyush
https://github.com/SSpiyush
https://github.com/SSpiyush
https://github.com/SSpiyush
Rank 767: Resume 1469 with similarity score 0.025748805525470965
B.S , MS product manager , owner , senior software engineer , full time , team lead , technical lead root cause , security , core banking , docker , gateway , project planning , design documents , status , digital transformation , messaging , equation , flawless execution , plus , xml , road , solaris , sql server , contract management , low level design , interfaces , kubernetes , designation , mar , xslt , rhel , hindi , cloud , json , english , troubleshooting , agile , microservices , computer science , putty , vmware , javascript , technology , migration projects , gujarati , rca , team management , change requests , vendors , affirmative action , oracle , vendor management , iaas , architecture , timelines , postgresql , email , problem management , finacle , credit cards , github , middleware , high level design , languages , eai , program management , api , integration projects , soap , openshift , tibco ems , authorization , teams , incident reporting , enterprise , plugin , application , map , interfacing , engage , servers , ssh , pivotal , tibco rendezvous , cvs 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14…
https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14561942590e5a… 1/3
Current Designation: Senior Platform Owner - Banking
Services
Current Company: EMIRATES NBD GROUP
Current Location: Dubai
Pref. Location: Bengaluru / Bangalore,Pune,Dubai
Functional Area: IT Software - Middleware
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Sc [Computer Science]
Verified : Phone Number | Email - id
EMIRATES NBD GROUP as Senior Platform Owner - Banking Services
Mar 2018 to Till Date
* Managed, developed, implemented and successfully delivered around 35+ integration projects by leading 4 teams.
* Project BAWABA: Built 450+ APIs which are highly autoscalable, externally accessible and reusable microservice
architecture for banking services. Played pivotal role in moving project from waterfall to agile methodology without
impacting timelines and cost.
* TIBCO Tech stake upgrade: Played key role as an architect and successful delivered TIBCO servers and application
version upgrade from physical VMware Solaris servers to cloud compute IAAS RHEL servers with minimum downtime for
350+ instance across all the 7 entities of the bank.
* Managing APIGEE migration project from legacy APIGEE API gateway to new 3scale API gateway.
* Key stake holder for all interface related to Finacle Core implementation in ENBD Group
* Making sure that based on transformation and regulatory Road Map of key business & IT stakeholder, aligned and
delivered integration services.
* Incident and Problem Management: Perform incident reporting and engage stakeholders to conclude Root Cause
analysis (RCA), including recommendations and plan for agreed action.
* Quality, Security & INA: Timely delivery of the projects with high quality as per best practices. Security and INA audit
points are closed within agreed time.
* Develop timeline commitment in response to Change requests (CR's). Provide knowledge, technical guidance and
support to team for troubleshooting and resolving system/interface problems.
* Co-ordination with internal resources and third parties/vendors for the flawless execution of projects. Ensure that all
projects are delivered on-time, within scope and within budget.
GAVS TECHNOLGIES as Senior Team Lead
Sep 2004 to Mar 2018
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SEAMON THAKKAR
Platform Owner seeking roles in IT Project Management,Program
Management,Delivery Management,Digital Transformation,Vendor Management,Agile
Methodology,TIBCO Designer,TIBCO Business Works,TIBCO Rendezvous,TIBCO
EMS,TIBCO Administrator,CVS,SVN,TFS
Key Skills: Platform Owner,Product Manager,IT Project Management,Program Management,Delivery Management,Digital
Transformation,Vendor Management,Agile Methodology,TIBCO,Project Planning,Team Management,Team Leading,Client
Relationship Management,Integration,API
Summary
Technology Executive with 15+ years of IT experience in delivering highly complex, large scale and strategic technology
programs across Financial and Banking domain under Integration platform
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14…
https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14561942590e5a… 2/3
Senior Team Lead:- Dec 2016 to Mar 2018
* APIGEE API Gateway Project: Key contributor in implementing region's first API Digit Platform.
* Lead TIBCO Upgrade project to migrate bank's 300+ interfaces from BW 5.9 to 5.13.
* Core Banking Migration: Migration of legacy core banking AS400 EQUATION to FINACLE and key stakeholder to
integrate migrated services with all the consuming applications.
* Vision Plus to Way4 Migration projects: Active participate from migration of credit cards interface without impacting
consumers.
* Participated in initial project study, finalizing requirements, cost estimation, vendor/resource selection, and delivery
timeline agreement.
* Analyses of Business Requirement documents or Functional Specification document and creation/update of Interfacing
Architecture documents/High Level Design Document/Low level design documents/Technical Specification documents.
* Vendor Management - facilitate & maintain vendor relationships and contract management. Analyze best solutions in
close collaborations with the technical team.
* Architecture & Design of EAI based projects with strong understanding of Enterprise Application Integration Concepts
and Messaging.
* Technical lead of TIBCO & Open API from Jun 2013 to Dec 2016
* Senior Software Engineer from Jan 2009 to Jun 2013
* Software Engineer from Feb 2007 to Jan 2009
* Software Engineer from Sep 2004 to Feb 2007
UG: B.Sc (Computer Science) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 2004
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices
Tibco Business Works
TIBCO EMS
Tibco RendezVous
TIBCO ADMINISTRATOR
MQ & JSON Plugin
XML, XSD, XSL, XSLT, JSON
TIBCO DESIGNER
CVS, SVN, TFS, GitHub
OpenShift, Kubernetes, Docker
Putty, SSH Tecta
FTS, SFTP, Remedy, SOAP UI
Oracle, SQL server
PostgreSQL, Mongo DB
Languages Known
Language Proficiency Read Write Speak
English
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14…
https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14561942590e5a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Gujarati
Rank 768: Resume 897 with similarity score 0.025676535387117106
B.E , MS , B.TECH , BS full time , software engineer , applications developer , software developer version control , connect , office , bash , spring , linux , project planning , status , software engineering practices , https , continuous integration , xml , gitlab , sql server , packaging , weblogic , development projects , suite , react.js , automation , designation , web services , hindi , ltd , windows , json , english , visual basic , agile , ftp , on site , microservices , system requirements , rest , software architecture , c++ , word , struts , javascript , working experience , html , reporting , risk analysis , general , scrum , developers , affirmative action , oracle , maintenance , unix , software testing , acess , email , configuration management , ubuntu , multi-platform , operations , github , unit testing , maven , languages , jenkins , css , websphere , soap , ug , authorization , team building , enterprise , servlets , c# , excel , application , map , ci , electronics , user documentation , schemas , framework , ssh , python , eclipse , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160…
https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160a17465f08010… 1/2
Current Designation: Software Engineer
Current Company: Tech Mahindra
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tech Mahindra as Software Engineer
Dec 2018 to Till Date
1) Be involved in the complete software development life-cycle, including working with the production operations team to
prepare and execute releases.
2) Applications developer working in a scrum of developers responsible for specific applications.
3) Deep knowledge of software engineering practices: unit testing, configuration management, and release management.
4) Experience with JavaScript development, include using React Js.
5) Design and developed APIs.
6) Produced and review enterprise-level system design documentation, including XML schemas, WSDLs, Use Cases,
Software Architecture Documentation, Service Mapping (i.e., map service schema to backend source systems), Consumer
Guide (i.e., end-user documentation), and transition documentation to support the team.
7) Ensuring that technical software development process is followed on the project, familiar with industry best practices for
agile software development.
8) Develop, Maintain, and support Continuous Integration framework based on Jenkins.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
ARJUN SINGH BAIS
Software Engineer seeking roles in Software Development,Application
Programming,Project Management,Risk Analysis,Software Testing,Requirement
Gathering,Continuous Integration,Java,Ubuntu,HTML,JavaScript,CSS,XML,Visual
Basic,Jenkins
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Software
Testing,Continuous Integration,Java,Ubuntu,HTML,JavaScript,XML,Visual Basic,Jenkins,Java J2Ee
Developer,JBoss,React.Js,Spring,Agile,Rest,CSS
Summary
Almost three years of experience in complete software development life cycle
Expertise in JAVA, J2EE, REST, Web Services, SQL, HTML, CSS, JavaScript
Overall responsibility for the day-to-day operations of the project, Reporting Periodically to all
the stakeholders, Project Planning and Tracking, Risk analysis, Counter action and Team building
and on site deployment.
Coding, Compiling, Unit testing, integration, packaging and deployment of developed software
Experienced in Gitlab CI and Jenkins for CI and for End-to-End automation for all build and CD.
Experienced in working with version control systems like GIT and used Source code
management client tools like GitBash, GitHub, Git Lab.
Knowledge of using Routed Protocols: FTP, SFTP, SSH, HTTP, HTTPS and Connect directly.
Developed microservices and Web Services (incl. REST/SOAP/WSDL/XML/SOA).
Having work experience in support of multi-platform like UNIX, Linux, Ubuntu.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160…
https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160a17465f08010… 2/2
Conitor Software Pvt Ltd as Software Engineer
Nov 2017 to Oct 2018
1) Created a whole JAVA application based on Streaming and Recording.
2) Working experience in building application development using JAVA/J2EE and C#.
3) Good experience in GUI (graphical user interface) programming with Swing.
4) Designed, developed, coded, tested, and debugged system requirements for the purpose of conversions and
development projects.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in
2017
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, C++, React Js, Python
Struts
Linux, Ubuntu, UNIX
Windows XP/2003/2008/10
Servlets, JSP, JDBC, HTML
Java Script, XML, JSON
Ant, Maven
Oracle, SQL server
HTML, CSS and Java Script
Bash, Shell
Eclipse, MS Office Suite
Visual basic,Excel,Acess, Word
Weblogic ,WebSphere and Jboss
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 769: Resume 1151 with similarity score 0.025673721627442126
B.E , MS , B.TECH , BS emergency physician , devops , full time ansible , automation , subversion , general , devops , telugu , jenkins , sign language , accident , classification , scripting , mar , bash , affirmative action , docker , cloud , linux , public , maintenance , azure , apache , windows , english , authorization , status , email , project , tomcat , application , aws , written communication , less , github , pipelines , writing , s3 , servers , puppet , ec2 , languages , infrastructure , operating systems , signs , sphere , javascript , web , sonar , technology , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125…
https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125743140d0b5a0… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computers) from St.Ann's college of engineering and technology, chirala in 2019
Last Active: 6-Feb-21 Last Modified: 29-Jan-21
VANAMA LAKSHMI SOWJANYA
Fresher seeking roles in Jenkins, Azure, Java, DevOps, GIT, Linux, AWS, Docker
Key Skills: Jenkins,Azure,Java,DevOps,GIT,Linux,AWS,Docker,Ansible,Puppet
Summary
Good Experience in handling infrastructure automation using Terraform on cloud AWS.
Defined CI and CD process setup using Jenkins.
Hands on experience in using AWS Services VPC, EC2, S3, EBS, RDS, IAM, Route 53, SNS,
ELB, Auto scaling.
Worked on Terraform for Infrastructure as a code automation on Public cloud AWS.
Extensive knowledge on Defining the Azure DevOps service to create the CI/CD pipelines.
Environment setup for Java applications on windows and Linux servers by using web sphere,
Tomcat and Apache.
Installed and Configured Static Code analysis using sonar. Configured the Quality Gates in Sonar
and integrated with Jenkins.
Experience on Linux servers and scripting automation using bash.
Hands Experience Installation and Configuration of Centralized and Distributed VCS systems
Subversion (SVN) and GIT (GITHUB and Bit Bucket).
Experience in windows and linux operating systems.
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125…
https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125743140d0b5a0… 2/2
Nature of Employment: Full Time Duration: Nov 2018 - Mar 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu Proficient
Projects
Project Title: Automatic Sign Language
Client: TRY LOGIC Soft Solutions
Project Details: Very few people understand sign language. More- over, contrary to popular belief, it is not an international
language .Obviously, this further complicates communication between the deaf community and the hearing majority.This
project focuses on the recognition of hand gestures of Automatic Sign language which are trained with the data set. This
system trains CNNs for the classification of 26 alphabets. Each alphabet consists of maximum of 350 and minimum of 250
signs to recognize the gesture. The alternative of written communication is cumbersome, because the deaf community is
generally less skilled in writing a spoken language. For example, when an accident occurs, it is often necessary to
communicate quickly with the emergency physician where written communication is not always possible. The purpose of this
work is to contribute recognizing American sign languages to the field of automatic sign language recognition with maximum
efficiency.
Rank 770: Resume 922 with similarity score 0.025633101858914157
B.E , MS , B.TECH , BS full time , senior engineer , software developer intranet , infopath , powershell , css , designation , office , pages , ug , visual studio , affirmative action , mysql , oracle , technical architecture , spring , engineering support , angular , hindi , maintenance , basic , ltd , product engineering , windows , jquery , digital , web technologies , authorization , english , status , c# , sharepoint online , email , project , power flow , less , sharepoint server , microsoft , fixing , writing , mvc , content management , languages , storage , infrastructure , iterative , app , ado.net , cms , sharepoint designer , javascript , organization , technology , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c420816…
https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c42081605454759090b… 1/2
Current Designation: Senior Engineer - Sharepoint
development
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Mindtree Limited as Senior Engineer - Sharepoint development
Oct 2015 to Till Date
Name Of the Organization Designation Start Date End Date
Mindtree Ltd, Bengaluru Senior Engineer 1st October 2017 Till Date
Mindtree Ltd, Bengaluru Engineer 1st January 2016 1st October2017
Mindtree Ltd, Bengaluru Trainee Engineer 11th October 2015 1st January 2016
Company: Mindtree Limited
Project: Action Aid Intranet Maintenance
Intranet Portal is used for Sharing Documents across the organization also it is used for Content Management Content
management is a process in which digital content (and its structure/configuration) is created, edited, stored, and published
by multiple actors until it retrieved from the storage and rendered for the user. CMS platform enables content changes
highly-iterative and managed by content owners without requiring product engineering support while making content
management and it's supporting infrastructure consistent, so content can be leveraged as a strategic asset.
Roles & Responsibilities:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
AZAD ANSARI
Senior Engineer seeking assignment in Sharepoint Development,Software
Development,Intranet Maintenance,Content Management,SharePoint
Management,Project Management,Technical Architecture,SharePoint
Server,C#,ADO.Net,JQuery,HTML,CSS,MySQL,Oracle
Key Skills: Sharepoint Development,SharePoint Management,SharePoint Server,C#,ADO.Net,JQuery,HTML,CSS,Power
Automate ,PowerApp,SPFX,Migration ,Office 365,Migration,InfoPath,Powershell,sharepoint 2013,sharepoint
2010,React.Js,Fluent UI
Summary
Professional Experience of 5+ years of Sharepoint development, currently working as "Senior Engineer" at Mindtree Limited,
Bangalore. I am looking for a career that is both challenging and reward.
* High-level proficiency in SharePoint2010 and SharePoint2013
* Edureka Certified Microsoft SharePoint 2013 Professional
* Spring People Certification in Javascript
* Spring People Certification in Powershell
* Strong Experience in SharePoint Designer Workflows
* Strong Experience in Timer Jobs
* Good knowledge of MySQL queries
* Basic knowledge of Web Technologies like React Js and Angular Js
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c420816…
https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c42081605454759090b… 2/2
Creating Custom Web part
Creating Timer Jobs
Creating Event Receiver
Doing Migration Using Share Gate and Metalogix
Bug Fixing
Team Size: 2
Technologies Used: SharePoint 2013, SharePoint Designer, SharePoint Management Shell, InfoPath, JavaScript, HTML,
CSS.
Company: Mindtree Ltd.
Client: NA
Project: Ticket Tracking System Developed a web app to maintain logs of ticket raised by employee using three layered
architecture. The app allows an employee can see the status of ticket whether the ticket has been closed or not
Roles & Responsibilities:
Designing Pages
Creating Database
Writing Controller for Project
Team Size: 4
Skills Used: C#, MVC, ADO.Net, MySQL
UG: B.Tech/B.E. (Electrical) from Biju Patnaik University of Technology (BPUT) in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SharePoint Server, SharePoint 2010
SharePoint2013
C#, ADO.Net,, JQuery, HTML5&CSS
SharePoint Designer, PowerShell
VISUAL STUDIO
Sharepoint online 3 Year(s) 0 Month(s)
Windows, Windows Server2008R2,
windows server2012R2
Power App 0 1 Year(s) 6 Month(s)
Power FLOW 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 771: Resume 1317 with similarity score 0.0256070693677582
B.E , MS , B.TECH application support , associate , software developer , full time , system engineer web development , redux , css , designation , ug , cse , affirmative action , oracle , hindi , linux , maintenance , windows , authorization , english , bootstrap , status , software testing , email , application , languages , framework , reach , django , electron , cisco , user interface design , it , python , javascript , organization , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b410917…
https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b4109170442475a595a… 1/2
Current Designation: Assistant System Engineer
Current Company: Tata Consultancy Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 3 Month(s)
Notice Period: 3 Months
Highest Degree: BTEC [Cse]
Verified : Phone Number | Email - id
Tata Consultancy Services as Assistant System Engineer
Jul 2019 to Till Date
I have been associated with Cisco for the past year. I developed a web application using ReactJS framework in my
organization (Cisco) which helped the client to view changes even when their tools were down.
Ported it as a windows desktop application using ElectronJS for better use and reach.
UG: B.Tech/B.E. (Computers) from Sapthagiri College of Engineering, Bangalore in 2019
PG: BTEC (Cse) in 0
Other Qualifications/Certifications/Programs:
Oracle Certified Associate, Java SE 8 Programmer
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Harsh Raj
Assistant System Engineer seeking roles in Software Development,Application
Programming,Coding,Web Development,React JS,Redux,Electron JS, Requirement
Gathering,Software Testing, Material UI, Bootstrap,HTML,Javascript,CSS,Django,User
Interface Design
Key Skills: Software Development,Application Programming,Coding,Web Development,React JS,Redux,Electron JS,
Requirement Gathering,Software Testing, Material UI, Bootstrap,HTML,Javascript,CSS,Django,User Interface Design
Summary
Skilled professional with 1 year of experience in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,HTML,Javascript,CSS,Python,Django,User
Interface Designing,Java SE,Linux
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b410917…
https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b4109170442475a595a… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Java, JavaScript, Python
ReactJs, ElectronJS
HTML, CSS
Bootstrap, Material UI Design
WINDOWS, LINUX
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 772: Resume 1000 with similarity score 0.02559793526252371
B.E , MS , B.TECH cyber security , automation engineer , full time , software developer cyber security , automation , functionality , web development , fuel , core java , redux , general , visual studio code , dimension , css , research development , designation , ug , scripting , affirmative action , assembly , games , mysql , oracle , angular , hindi , maintenance , php , sts , authorization , english , sharepoint , graphs , onedrive , bootstrap , status , servlets , excel , spring boot , 12c , cad , email , project , postgresql , application , mongodb , leadership , microsoft , features , c++ , languages , pycharm , gear , html5 , dashboard , security awareness , java api , jira , engineers , eclipse , drawing , javascript , efficacy , creo 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f40…
https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f400610485f095f5… 1/2
Current Designation: Design Automation Engineer
Current Company: EIIC
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Electricals / Switchgears
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
EIIC as Design Automation Engineer
Aug 2019 to Till Date
Designed and developed Dimension review application for Creo drawings. It
helps in extracting drawing parameters into standard DSFR excel template.
Developed using Smart Assembly Scripting language on top of Java API. It
has potential saving of ~935 design hours in a year.
Developed Java application for standard parameter drawing checking for
Fuel Emission team. Java application is designed with the help of JLink
API(Java API) and integrated with Creo(3D CAD Design Software).
Worked on "VAEfficacy Project" which allows Managers and Senior Engineers
to update project phase data and R2G plans for efficacy tracking.
VAEfficacy developed using VBA with customized SharePoint features. Also
it is integrated with PowerBI dashboard to help leadership team to review
using graphs.
Presented BOK for log migration to OneDrive using Microsoft Graph API.
Working on MASTA automation to integrate "Gear Design" software
functionality into MASTA.
Tata Research Development & Design Center as Project Intern
Jan 2019 to Jun 2019
Worked in Cyber security department - developing cyber security awareness game & a web portal to plug 4 different
games.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Shubham Madankar
Design Automation Engineer seeking roles in Java application,Web Development,Data
Structure,MySQL, HTML5, CSS, JS, Bootstrap, PHP, ReactJS, Angular 6, Core Java,
Servlets, Spring Boot, Spring Secuirty, JWT, JIRA, Eclipse, Intellij, VSCode
Key Skills: Design Automation Engineer,Software Developer,Java application,Web Development,Data
Structure,MySQL,HTML5, CSS, JS, Bootstrap, PHP, ReactJS, Angular 6, Core Java, Servlets, Spring Boot, Spring
Security,JWT,JIRA,Eclipse,Intellij,PyCharm,VSCode
Summary
The Result oriented professional of having 2 years of experience in Java application,Web Development,Data Structure,MySQL,
MongoDB, Oracle 12c,HTML5, CSS, JS, Bootstrap, PHP, Angular 6, Core Java, Servlets, Spring Boot,JIRA,Eclipse, PyCharm,
Visual Studio Code
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f40…
https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f400610485f095f5… 2/2
UG: B.Tech/B.E. (Computers) from Walchand College Of engineering, Sangli in 2019
Other Qualifications/Certifications/Programs:
Full Stack Project: Spring Boot 2.0, ReactJS, Redux
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++
MySQL, MongoDB, Oracle 12c
PostgreSQL
HTML5, CSS, JS, Bootstrap
PHP, Angular 6
React JS.·
Core Java, Servlets, Spring Boot
VBA, SmartAssembly6.0
PyCharm, Visual Studio Code, STS
Docker(Basic), System Design(Basic),JIRA
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Rank 773: Resume 1208 with similarity score 0.025596644215004516
B.E , MS , B.TECH application support , software developer , software development engineer , full time , part time , full stack developer schema , express.js , repos , telugu , performing , hapi , scrum , css , designation , connect , affirmative action , routing , hindi , angular , air , maintenance , azure , ltd , gateway , organizational effectiveness , authorization , english , web applications , status , c# , agile , architecture , email , logging , project , manufacturing , aws , microservices , devices , operations , saas , writing , technology solutions , fundamentals , building , languages , storage , sql server , management system , javascript , mashups , stored procedures , html , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c15…
https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c155142170c59580… 1/2
Current Designation: Full Stack Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Full Stack Developer
Dec 2018 to Till Date
Currently working in design and development of nodejs
microservices, vuejs and database schema changes.
Building Nodejs Microservices using express.js ,joi/hapi , winston
for logging, azure blob and keyvault, sequelize to connect to sql
server to perform CRUD operations. Deploy nodejs service as an
azure app service and expose the api's via API Gateway.
Coding for frontend in vuejs. Component interaction, states,
Routing and data consumption via axios and deploying the same
as azure app service.
Involved in development activities like resolving bugs/issues and
performing minor code changes for seamless working of the web
application.
Effectively communicate with team members and management,
including technical risks, design approaches, questions about
requirements. Participate in day to day agile scrum stand up.
Gained Experience on Various Azure Services like Azure App
service, Azure Storage, Azure API management, Azure Repos,
Azure Keyvault, Azure Logic App. Worked on Thingworx
designing mashups and writing backend logic in Javascript.
Worked on C#, .Net, HTML, CSS, Javascript, SQL Server .
Developed a project on Air ticket management system using the
above tech stack.
Proficient in using .net 3 tier architecture and developing web
applications using C#, Stored Procedures, SQL Server.
Worked on Thingworx , Saas product for developing IoT based
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Dheeraj Kumar Bondugula
Developer seeking roles in Software Engineering,Software Development,Full Stack
Development,Project Management,Quality Management,Requirement
Gathering,Application Support,JavaScript,Nodejs,Azure,Vuejs,SQL
Server,HTML,CSS,AWS,C#
Key Skills: Full Stack/Software Developer,Software Engineering,Software Development,Full Stack Development,Project
Management,,Application Support,JavaScript,Nodejs,Azure,Vuejs,SQL Server,HTML,CSS,AWS,C#
Summary
Software Development Engineer having 2 years of experience in developing industrial IoT based web
applications and contribute to the organizational effectiveness.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c15…
https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c155142170c59580… 2/2
web applications. Worked in developing UI and fetching
continuous data from IoT devices in thingworx for manufacturing
applications.
Qualified in all the Dovetail exams conducted internally in the
organization.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2018
Other Qualifications/Certifications/Programs:
PTC Thingworx fundamentals
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Nodejs, vuejs, Azure, Javascript, C# 2 Year(s)
AWS, Angular, HTML, CSS 1 Year(s)
SQL Server, Kepserver, VSCode 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 774: Resume 1116 with similarity score 0.025484884786137887
B.E , MS , B.TECH , BS associate , team member , full time , system administrator vulnerability , rpm , rca , performing , bmc remedy , security , microsoft azure , designation , office , scripting , user management , mar , telecom , bash , case , affirmative action , hindi , debian , maintenance , linux server , customer satisfaction , centos , english , troubleshooting , french , authorization , plugin , status , kt , customer service , email , project , ftp , groups , aws , yum , ubuntu , mumbai , foundation certificate in it service management , user administration , cron , nagios , alcatel , servers , fundamentals , im , red hat enterprise linux , languages , data center , sar , monitoring performance , telnet , itil , solaris , server administration , dc power , scp , scheduling , javascript , vmware vsphere , organization , servicenow , on-call support , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047…
https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047514444095b01… 1/3
Current Designation: Associate Consultant- Linux admin
Current Company: Capgemini
Current Location: Mumbai
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Capgemini as Associate Consultant- Linux admin
Mar 2018 to Till Date
Total 3 years experienced with a strong knowledge of Linux server administration. Provide technical
support for France Clients. More than 400+ servers hosted in remote data center. Focused on delivering
superior customer service to ensure customer satisfaction. Major roles involved in providing solutions,
planning, installation, configuration, and troubleshooting.
Role and Responsibility:
Managing physical and virtual servers remotely.
Creation of new VM, install and configure operating system as well as decommissioned of VM.
Creating & managing File system and mount points.
Creating & Managing users and groups / rename / delete users.
Solving password/logins related problems of the users.
Monthly security patching of server.
Resolving vulnerability of server.
Updating redhat OS version for Linux servers.
Installing and updating rpm as per client request.
Diagnosing and monitoring performance issues using ps, top, sar, vmstat & iostat.
Installed and Setup Nagios Server, Plugin and NRPE tools.
Scheduling jobs using crontab
Resolving incidents & performing changes as per agreed SLA.
Providing RCA and customer management.
Provide 24/7 on-call support for out of office hours for P1 incident and all weekend activities like
production server patching, DC power maintenance activities, DC movement activity and other
changes which are scheduled on weekend.
Coordinate with team member for specific group activity on server.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHUBHAM BAJIRAO SHIROLE
Associate Consultant seeking roles in Linux & cloud Administration,
Installation,Configuration,OS Technical Support,Troubleshooting,Incidents and
Changes,OS Patching,VMware Vsphere,ServiceNow,BMC Remedy,ITIL
Certified,Azure Fundamental Certified,AWS.
Key Skills: System Admin,Linux Server Administration,User Administration,Technical
Support,Installation,Troubleshooting,VMware Vsphere,ServiceNow,BMC Remedy,ITIL,AWS,Azure,RCA,File
System,Patching,Configuration,Cron,NAGIOS,Yum,Vulnerability,Bash Scripting
Summary
To be in position of responsibility as an efficient element of a progressive Organization to implement best of my knowledge to
the best of my abilities.
Working as Linux and AWS admin and providing L3 support for French client.Mabaging 400+ linux machines.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047…
https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047514444095b01… 2/3
Creating small scripts for day to day tasks.
Raising case with Hardware and OS vendor for assistance.
Creating process documents & providing KT to the new recruits in the project.
UG: B.Tech/B.E. (Computers) from Shivaji University, Kolhapur in 2017
Other Qualifications/Certifications/Programs:
ITIL® Foundation Certificate in IT Service Management
Microsoft Certified: Azure Fundamentals
AWS Fundamentals
Nature of Employment: Full Time
Project Location: Mumbai
Role: Network/System Administrator
Duration: Mar 2018 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Linux, FTP, TELNET, SCP, DNS
Networking, AWS, Azure cloud services
ITIL, UBUNTU, CENTOS
Servicenow, BMC remedy
Red Hat Enterprise Linux 0 0 Year(s) 0 Month(s)
AWS 0 0 Year(s) 0 Month(s)
Microsoft Azure 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Projects
Project Title: IM FRANCE
Client: Alcatel-Lucent
Skill Used: Linux Administration, Centos, Debian, installation, Configuration, Patching, crontab, NAGIOS, Yum, File System,
User Management
Role Description: Managing physical and VM remotely.
Install and configure OS.
File system & mount points.
users and groups
security patching & Resolving vulnerability
Updating OS
rpm & yum
monitoring perform, crontab
RCA & customer management
24/7 on-call support
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047…
https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047514444095b01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: I am Working as L3 Support as an Linux System admin. We are managing 400+ Linux Physical servers and
VMs (Redhat, CentOS, Debian, Solaris).
Working as 24/7 Oncall support for critical issues and weekend activities.
Rank 775: Resume 1032 with similarity score 0.0253934650620977
B.E , MS , B.TECH project manager , delivery lead , product development , development manager , change management , full time resource allocation , award , retrospectives , itil process , complex systems , wcf services , prince2 , conducting , spring , energy , status , stakeholder management , specifications , project governance , application architecture , transportation , pl/sql , writing , components , asp.net , data center , foundation , utilities , organization , enterprise content management , sprints , contingency , mitigation , filenet , designation , deliverables , web services , hindi , operational systems , english , agile , gas , leadership , solution architecture , stage-gate , ibm , change management , estimates , git , javascript , technology , stored procedures , team management , dos , mobile application development , affirmative action , project plans , maintenance , customer requirements , unix , cni , adodb , email , languages , product lines , expenses , aircraft leasing , pmp , database , web application development , ms project , ug , authorization , models , transition management , cmmi level 5 , operations management , interfacing , ios development , led , shell scripting , finance , offshore , data access , kannada , python , ado.net 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d16…
https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d165019475b5a5f0… 1/3
Current Designation: Development Manager
Current Company: Capita Software India
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Bengaluru / Bangalore,United Kingdom
(UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Capita Software India as Development Manager
Jul 2018 to Till Date
Currently managing delivery of multiple projects over 3 product lines across different domains such as Utilities,
Transportation and Aircraft Leasing. The projects, all executed using Agile, includes core product development and
customisation to suit customer needs
Creating a team in offshore and ensuring successful transition of delivery roles from UK to offshore
Managing Delivery of customer requirements through season plans and sprints
Managing Project Risks, Issues and Changes
Team Management
Stakeholder Management
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PAVAN T RAMARAO
Manager seeking roles in Software Engineering,Application Development,Project
Management,Change Management,Delivery Management,Incident
Management,Transition Management,Solution Architecture,Agile
Methodology,JavaScript,Unix Shell Scripting,Python
Key Skills: Project Manager-IT/Software Engineering,Application Development,Project Management,Change
Management,Delivery Management,Incident Management,Transition Management,Solution Architecture,Agile
Methodology,JavaScript,Unix Shell Scripting,Python,SVN,Git
Summary
A PMP certified PM and PRINCE2 Practitioner with nearly 14 years of
experience in Project Management, Operations Management, ITIL Process
Management, SLA & Transition Management
Excellence in leading all projects through aggressive project governance
processes; developing relationships with business stakeholders; executed
delivered complex multi-million projects (including CNI) in major Energy
& Utilities company in UK
Hands on experiences in PRINCE2, Agile, Lean, Waterfall and V Process
models, MS Project Plan
Hands on experience in Web Application development using ASP.NET
Working knowledge of Web and Mobile Application Architecture
Expertise in client interaction, requirement gathering & analysis, project
planning, preparing budgets and documenting functional and technical
specifications
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d16…
https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d165019475b5a5f0… 2/3
AON Special Services Private Limited, as Delivery Lead
Oct 2016 to Jun 2018
Working closely with the clients to understand the programme requirements
Managing Programme finance, prepare project plans, resource plans track all deliverables, stage-gate assessments and
reports
for senior stakeholders.
Managing Project Risks, Issues and Changes
Significant Accomplishments:
Managed the implementation of Enterprise Content Management (ECM) (Aon product developed on IBM FileNet P8)
platform
various Lines of Businesses in Aon across multiple geographies
Provided overall leadership to the entire project team including managing deliverables of other functional team leaders
Managed large and complex projects or multiple components of a large project involving more than one company's
product
Conducting spring planning meetings, sprint review and retrospectives; help prepare product backlog and prioritizing
requirements
Created and managed the estimates, project plan, project schedule, resource allocation and expenses to ensure that
targets
were reached
Identified issues and risks in a timely manner; developed/implemented appropriate mitigation and contingency plans
WIPRO TECHNOLOGIES as Project Manager
Jul 2006 to Oct 2016
Conducting spring planning meetings, sprint review and retrospectives; help prepare product backlog and prioritizing
requirements
Producing architecture application with multiple layer including Business Layer, Database Layer and Front-End layer for
multiple database
Creating and implementing the data access using ADODB, Web Services, WCF Services
Writing complex stored procedures, functions and triggers
Highlights:
Managed delivery of four projects (two in PRINCE 2 methodology and two in Agile methodology) as part of various
programs
such as Gas Distribution Real time Mobile Application Development, Primavera for a major utilities company and Well
Reservoir
Facility management for a major energy company
Responsible for leading the development and implementation of a major interface to the data center migration Programme
and
Industry Interfacing Programme that involved integration of multiple complex systems.
Responsible for solution design and providing functional consultancy for a major project run to replace one of the key
operational systems
Led a few of the projects to achieve CMMI Level 5 certification and one of our projects won the organization level award
for the
Best Lean Implementation
UG: B.Tech/B.E. (Computers) from National Institute of Technology (NIT), Warangal in 2006
PG: in 0
Other Qualifications/Certifications/Programs:
PRINCE2 Practitioner
PRINCE2 Foundation
PMP
Education
IT Skills
Skill Name Version Last Used Experience
ASP.NET 4.0 2015 6 Year(s) 6 Month(s)
PLSQL 11g 2015 7 Year(s)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d16…
https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d165019475b5a5f0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: United Kingdom
Job Type: Permanent
Employment Status: Full time
Unix shell scripting AIX 6 2014 5 Year(s)
iOS Development 8 2015 2 Year(s)
Python 3.4 2018 2 Year(s)
MS DOS, Win 9x, 2000, XP, Win7
Win8,IOS,Unix (AIX), PL/SQL, VB Script
C#.NET, VB.NET & ADO.NET, Python
Languages Known
Language Proficiency Read Write Speak
English Proficient
Kannada Proficient
Hindi Proficient
Rank 776: Resume 1484 with similarity score 0.02537963155048164
BSC , BS , B.E , MS , B.TECH application support , devops , software developer , orchestrator , senior software engineer , full time , team lead , application developer , technical lead api , rca , general , devops , jenkins , performing , visual studio code , css , kubernetes , powershell , designation , developers , ug , affirmative action , adobe experience manager , oracle , it service management , docker , maintenance , azure , authorization , line of business , teams , sharepoint , web applications , enterprise , status , foglight , c# , dynatrace , email , workload automation , leadership , fiddler , soapui , solution architecture , vbscript , html , operations , ibm , pl/sql , electronics , continuous improvement , edge , rest , gitlab , led , reliability , disaster recovery , strategy , continuous process improvement , offshore , asp.net , documentation , coordinated , python , fortify , javascript , crystal reports , end to end delivery , organization , production deployment , root cause analysis , insurance , artifactory , metrics , microsoft sql server , coaching 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a455816…
https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a45581651441009095d… 1/2
Current Designation: Senior Software Engineer
Current Company: Manulife
Current Location: Kitchener
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Insurance
Marital Status: Single/unmarried
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Medical Electronics]
Verified : Email - id
Manulife as Senior Software Engineer
Jan 2017 to Till Date
Responsible for leading Site Reliability and IT Service Management Operations for Individual
Insurance line of business.
Automated all high-volume mundane processes saving 3000 hours per year.
Led the very Successful COVID-19 response effort for Individual Insurance operations.
Implemented successful Disaster Recovery Strategy for Individual Insurance Applications.
Collaborated with various engineering teams on continuous improvement of development
processes.
Built robust monitoring system and metrics into applications before production deployment.
Mentored team through coaching, providing performance feedback, providing effective
performance assessments and establishing performance and development plans.
IBM as Onshore Team Lead & .NET Application Developer
Apr 2010 to Jan 2017
As the Onshore Technical Lead, coordinated with Onshore Client Analysts and Offshore
Developers.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
VENKATRAMAN BHAT
Senior Software Engineer seeking roles in Leadership,Software
Development,Application Programming,Requirement Gathering,Client
Management,Continuous Improvement,DevOps,Azure,Site Reliability,Enterprise
Architecture,Solution Architecture
Key Skills: Senior Software Engineer,Team Lead/Tech Lead,Software Development,Application
Programming,Requirement Gathering,Client Management,Continuous Improvement,Docker,SQL Server,GitLab,Visual
Studio,Python,VBScript
Summary
A passionate, results-oriented and resourceful Engineering Professional with 15+ Years of IT
experience in Software Engineering End to End Delivery, Site Reliability, Solution Architecture
and Design of various software applications.
Extensive experience in continuous improvement of performance and reliability requirements for
IT Products and Operations.
Built a solid reputation as a hands-on leader with continuous process improvement mindset.
Strong collaborative leader adept in performing as a team, partnering with peers across the
organization.
5+ years of experience in leading application support teams.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a455816…
https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a45581651441009095d… 2/2
Maintained up-to-date documentation on deployments, processes, and standard operating
procedures. Prepared RCA (Root Cause Analysis) for SEV Incidents.
Exilant Technologies as Software Developer
Feb 2006 to Apr 2010
Analysis, Design and Development of the various modules of .NET web-based ERP products.
Involved in Design and Development of a .NET based tool to create web applications.
Trained teams for using the .NET based tool to create web applications.
UG: B.Tech/B.E. (Medical Electronics) from Visveswaraiah Technological University (VTU) in 2005
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, NODEJS
ReactJS, Apigee Edge
ASP.NET, HTML, CSS
Rest API, SharePoint
Adobe Experience Manager
PCF, Jenkins, Concourse
GitLab, Snyk, Black Duck
ELK, Fortify, Artifactory, Docker
Kubernetes
Microsoft SQL Server, Oracle PL/SQL
CA Workload Automation
Orchestrator Runbook Designer
Visual Studio, visual studio code
NewRelic, Dynatrace
MoogSoft, CA APM
Foglight, xMatters
Postman, SoapUI, Fiddler
IE Developer Tool, Log Parser
JavaScript, Powershell
Python
VBScript.
Microsoft SSRS, Crystal Reports
Rank 777: Resume 1540 with similarity score 0.025371332938097804
MS , BS project manager , project lead , principal consultant , cio , solution architect , application developer , delivery manager , vp , practice lead , software development engineer , part time , software engineer , lead consultant , full time , oracle database administrator , business analyst , functional consultant , oracle dba , cognos , general manager resource allocation , finalization , invoice processing , core java , business case , customer , it portfolio , security audits , microsoft azure , apparel , sem , office , workshops , use case , rfi , it operations , it security , wifi , hero , airlines , cpg , status , digital transformation , t&m , product management , mumbai , redmine , payroll , xml , zoning , plus , writing , building , asp.net , payments , it infrastructure , supply chain , iso , cognos , gtm , dynamics crm , organization , registration , brd , ecommerce , outlook , magento , retail , automation , fmcg , frd , microsoft dynamics nav , designation , it strategy , pre-sales , gap analysis , ltd , web technologies , json , english , shopping , agile , product vision , sabre , disaster recovery , iterative , property management , infrastructure planning , qr code , javascript , predictive analytics , demos , insurance , business requirements , digitization , reporting , managed services , requirements analysis , web development , general , suppliers , product requirements , affirmative action , information technology , technical architecture , maintenance , travel , automotive , email , manufacturing , aws , it management , practice management , user stories , seo , languages , sme , story , oil , platform development , mobile , jira , search , honda , allocations , intranet , api , amadeus , payment gateways , rfp , ms project , b2c , soap , ug , telecom , oracle database , hybrid cloud , health , scratch , ttl , access control , authorization , internet , product optimization , risk , functional requirements , business solution , due diligence , embedded , licensing , b2b , sql , business analysis , application , proposal preparation , digital strategy , servers , drive , engagement management , finance , e-commerce , tableau , uml , revenue cycle , digital marketing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 1/4
Current Designation: General Manager IT - Head Digital
Products, Ecommerce, Delivery Head
Current Company: EROS Group, Dubai
Current Location: Mumbai
Pref. Location: Mumbai,INDIA,Delhi / NCR
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
EROS Group, Dubai as General Manager IT - Head Digital Products, Ecommerce, Delivery Head
Jan 2020 to Till Date
Achievements: Enhancing Retail Website, Optimizing Search, Performance, SEO, Update Website Backend Processes,.
- Taken New Initiative RPA, AI/ML, Proximity and IoT based Implementation and Enhancement.
- Digital Transformation, Manage efficient technical, functional, project team, lead from the front.
- AWS, Magento based eCommerce Website, Mobile Development, Optimizing existing Website.
- Help in increasing website footfall based on SEO recommendations, Digital Marketing and SEM.
- Product optimization, ranking, adding Payment Gateways to the existing eCommerce website.
- Managing P&L, Budget/portfolio $ 30mn - $11mn software licenses, $14mn software services.
- Enhancing technology i.e. Smart, X-roads, Cognos BI, Tableau, Analytics, SEO, SEM and MS-CRM.
- New Initiative - IoT, Proximity reader, QR Code based smooth logistics, warehouse operations.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sukesh Nigam
Delivery Management, eCommerce platform development from scratch, Web Product
Designing, Drive Digital Growth, Practice Management, PreSales, Client Engagement,
IT Management, Experienced Technology View, Implementation of MSD-NAV, D-365,
MS-CRM.
Key Skills: Digital Transformation,Delivery Management,Business Analyst,Retail,Pre-sales,RPA,Product
Management,CIO,Product Portfolio,Web Technologies,IT Strategy,VP IT,GM IT,RFP,Practice Management,Solution
Design,Ecommerce Development,Dynamics CRM,ERP Navision
Summary
Owned $25mn IT Portfolio, P&L with Fixed and T&M resources, Waterfall, Agile, Iterative methodology. Delivered Ecommerce
Platform, Mobile, and Cross-Functional ERP, CRM Implementation across the globe. Delivered highly integrated (150+
suppliers) B2C, B2B, eCommerce platform for supply chain fulfilment. Drive Digital Growth, Digital Strategy & Roadmap, Digital
Transformation. Pre-Sales to large accounts, Proposals Writing, BID, RFP, RFI and GTM. Agile Product Management-
Requirement Gathering, User Stories, Use Cases, Business Case. Creates Functional Block Diagram, Works in Azure, AWS,
On-pram, Hybrid cloud Environment. Understanding of Technical Architecture, Reading of API, JSON, XML files and exposure
with Soap UI.Sound understanding with Supplier Integrations, RPA invoice processing, AI/ML-based predictive analytics for
trends. IoT and Proximity reader based smooth logistics operations. Worked with Retail, Travel, Hospitality, Airlines, Logistics,
Insurance, Automotive and FMCG.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 2/4
- RPA based invoice processing, AI/ML-based predictive analytics for new retail products trends.
- Identifying gaps in existing applications, Automate and Modernize legacy application used in Service Management,
Finance, Billing, Mobile, Retail POS, Payments, Warehouse, Logistics Area.
- Managing IT Infrastructure, Servers, IT Asset, Backups, Disaster Recovery, IT Audits, IT Risk
- Managing IT Security, IT Operations, ISO Audits, VPAT Security Audits, Upgrades and Planning.
Cox and Kings limited, Mumbai as General Manager IT - Ecommerce Product Management, Delivery
Management, ERP, CRM
Nov 2017 to Dec 2019
Achievements: Ecommerce Platform and Mobile app. coupled with MSD-365 business Central & CRM
* Key Role in providing POV, Product Vision, Roadmap, Customer Journey & Competitor Insight.
* Designed and Test of MDM, IBE, Mid-Office, OMS, BRMS, DTMS, Payment Gateways, Inventory,
* Managing Delivery - Highly integrated Ecommerce Project-based Digital, Mobile, RPA and CRM
* The building of Travel, Hospitality, Retail based Product for eCommerce Platform from scratch
* Finalization of Business/Product Requirements, Stakeholder Meetings for Ecommerce Portal.
Baker Tilly Infotech, Dubai as Practice Head & Delivery Head (Digital Product Management & CRM)
Jun 2017 to Oct 2017
Achievements: Digitization at Abu Dhabi Airport, Travel & Hospitality Solution & CRM Implementation
* Helping in designing a web-based product using Amadeus, Sabre and GIATA Hotel integrations.
* MS Dynamics MS-CRM 2016 Service Module at Abu Dhabi Airport: Implemented for Airport Lost & Found, WIFI
Registration, GCAS, Duty-Free shopping and Field Services for Mobile VAN.
* Dubai Free Zone -Employment VISA, Lands & Property management, Zoning & GIS integration.
NIIT Technologies Ltd. as Practice Lead - Ecommerce Product Management, Delivery Management,
Pre-sales
May 2013 to Feb 2017
Achievements: Developed IBE, Ecommerce, Travel, Hospitality Product for Ticket & Voucher Booking.
* Key Role in building TTL & Hospitality based products, Providing Domain Strength in Project.
* Manage Delivery of Greenfield Travel & Hospitality project from a scratch with team 150 plus.
* Planning, Estimation, Resource allocations, Monitoring, Status reporting, Manage scope creep.
* Expert Consulting completed the requirements analysis phase as a Travel SME in the accounts.
* Involved early stage in Pre-Sales for RFP & RFI Response, Enabling Sales in Existing accounts.
All-e Technologies, Delhi - India as BU & Delivery Head (Web Product Management, Microsoft
Dynamics - ERP, CRM)
Nov 2006 to May 2013
Achievements: Successfully Developed web-based Travel Solution and Implemented (40+) ERP & CRM
* Overall Delivery Unit Management, Manage Revenue Cycle, P&L, Execution of Critical Projects.
* Client Engagement, Key Account Management, Effort Estimation, Resource Planning & Loading.
* Requirement Analysis & preparation of functional requirements document (FRD), User Stories.
* Implementation, Planning of Microsoft Dynamics NAV - Travel, Finance, Manufacturing Clients
* Designing of Web Application from scratch, Enhanced ERP Capabilities minimize licensing cost.
* Product Demos, Due Diligence workshops, Proposal Preparation and Negotiations with Clients.
Anglia Business Solutions Ltd, Cambridge, UK as Functional Lead Consultant (Microsoft Dynamics -
ERP)
Jun 2006 to Nov 2006
* Implementation of Microsoft Dynamics NAV - CPG, Manufacturing & Financial Clients.
* Project Management, Resource allocation, Presales, Buss. Consulting and Client Management
* Requirement Analysis & preparation of functional requirements document (FRD) & UML
Hero Corporate Services Ltd, New Delhi-India as Project Manager & Functional Consultant (Microsoft
Dynamics - ERP & CRM)
Oct 2004 to Jun 2006
* Implementation of Microsoft Dynamics NAV - Automobile, Manufacturing & Financial Clients.
* Project Management, Resource allocation, Presales, Buss. Consulting and Client Management
* Requirement Analysis & preparation of functional requirements document (FRD)& UML
ILFS Technology (Formally known as ITTIL), New Delhi-India as Project Lead - Functional Consultant
(Microsoft Dynamics - ERP)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 3/4
Feb 2004 to Oct 2004
* Implementation of Microsoft Dynamics NAV - SCM, Manufacturing & Financial Clients.
* Project Management, Resource allocation, Presales, Buss. Consulting and Client Management
* Requirement Analysis & preparation of functional requirements document (FRD)
Access Computech Pvt Ltd, Baroda-India as Software Development Engineer (Web Development)
Jan 2001 to Dec 2003
Major Implementation was: Reliance Telecom, Indian Petro Chemical, Hero Honda, Indian Oil Corporation, ABB, Defence
& BHEL.
* Writing a Code and Implementing web-based Applications at various places.
* Software development - Involved in coding on PL-SQL, Java, ASP, JSP. VB and Oracle.
* Reading Proximity and Face Scanner based high-security readers and providing web outlook.
* Build Web Based Attendance, Access Control, HRMS, Payroll system, roll it out at various places.
* Understand business requirements and functional needs.
* Website, Portal (Internet & Intranet) development & maintenance
* Participated in Infrastructure planning to meet delivery requirements.
* Direct Interaction with clients, other departments and management.
* WEB based Application Developer - Using ASP.Net, JavaScript, VB Script, Core &
Adv JAVA.
* Webpage control to Micro Controller as Robotic Automation, Embedded Technology.
* Oracle Database Administrator as Oracle DBA
UG: Diploma (Mechanical) from Board of technical education UP in 1995
PG: MBA/PGDM (Information Technology), Part time from Sikkim Manipal University of Health Medical and
Technological Sciences, Gangtok in 2006
Other Qualifications/Certifications/Programs:
Advance Diploma in E-Commerce
Post Graduate Diploma in Computer Application
Programming in core Java
Certificate & Advance Diploma in E-Commerce
PG Diploma in Computer Applications
Digital Marketing (SEO, SEM)
Education
IT Skills
Skill Name Version Last Used Experience
BUSINESS ANALYSIS 2020 18 Year(s)
IT MANAGEMENT 2020 5 Year(s)
Digital Strategy 2020 10 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 18 Year(s)
Jira, MS Project, RedMine 2020 15 Year(s)
Delivery Management 2020 15 Year(s)
Ecommerce Development 2020 14 Year(s) 0 Month(s)
UML, VISIO, Use Case, User Story, FRD 2019 15 Year(s)
PRODUCT MANAGEMENT 2020 14 Year(s)
Practice Management 2020 5 Year(s) 0 Month(s)
MS Dynamics CRM 2020 10 Year(s) 0 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 4/4
Nature of Employment: Full Time
Project Location: India, USA, UK, UAE, Malaysia, etc.
Role: Domain Expert
Duration: Jan 2001 - Till Date
Onsite / Offsite: Onsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Dubai,United Arab Emirates
Job Type: Permanent
Employment Status: Full time
PRE SALES 2017 10 Year(s)
Managed Services 2020 5 Year(s) 0 Month(s)
Product Demos 2020 14 Year(s)
Microsoft Dynamics NAV 2020 15 Year(s) 0 Month(s)
Microsoft Azure 2020 10 Year(s) 0 Month(s)
Digital Marketing 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Projects
Project Title: IT Projects
Client: Client with various (Ecommerce & SCM) Organization
Skill Used: ecommerce, Mobile App, MSD-365, MS Dynamics CRM, Business Analysis, , UML, , Use Cases, FRD, Brd,
Requirement Gathering, Gap Analysis, Project Management, Delivery Management, Engagement Management, IT Program
Management, Software Engineering, ERP, MS CRM
Role Description: Project Head, IT Head, Delivery Head, Principal Consultant, Business Solution Architect, Delivery Manager,
Project Manager, Business Analyst and Software Engineer.
Project Details: Ecommerce Projects: Erosdigitalhome.ae, Makemytrip.com, Coxandkings.com, Hawaiianarilines.com, DHL
Ecommerce (USA), Yatra.com, Cleartrip.com, Bookit.nl, Superbreak (UK), Omeir travel, Abu Dhabi Airport, etc.
ERP, Inventory & CRM Projects: Intech Hotel, Indian Embassy, Sansetsu (UK), Assurant Insurance (USA), Hero Honda
Group, Sadolin Paints, Goldee Masala, Dellorto, Pearson, Monet Ispat, Addi Apparel, ABB, BHEL, IPCL, IOC, etc.
Rank 778: Resume 1520 with similarity score 0.02536584825547555
B.E , MS , B.TECH , BS scrum master , devops , resource manager , azure architect , integration architect , technical project manager , solution architect , full time , software engineering manager , enterprise cloud architect , health care analyst , enterprise architect , project leader assemblies , virtual machines , microsoft azure , hipaa , security , asp.net mvc , spring , enterprise integration , mirth , timesheet , mock , gateway , payer , 837p , prognosis , status , specifications , listen , rally , itil certified , institutional , sap , plus , xml , testing , artifacts , sql azure , correlation , building , connectivity , data center , data transformation , ports , salesforce , soa , sql server , dynamics crm , filezilla , workflow , bam , production deployment , hybris , distance learning , sprints , ecommerce , multilingual , devops , interfaces , relay , designation , confluence , mar , xslt , prototype , hindi , cloud , gap analysis , petrochemical , ltd , bar , windows , json , english , troubleshooting , erwin , management professional , agile , clearing houses , microservices , adt , biztalk , pipelines , boomi , rest , prototyping , togaf , computer science , javascript , connectors , technology , availability , business requirements , business continuity , toolkit , stored procedures , managed services , vm , debuggers , general , scrum , healthcare , developers , pages , affirmative action , studio , mule esb , oracle , 837i , enrichment , maintenance , queuing , resiliency , kafka , iaas , nexus , postgresql , email , customer applications , business units , aws , github , hp , sequencing , middleware , norway , premises , maven , languages , console , business process , llc , hibernate , scheduling , jira , engineers , web , apps , pmp , dell , database , api , functionality , oil & gas , integration projects , jenkins , asp.net core , ms project , customer acquisition , adapter , revenue , gof patterns , systems management , eligibility , authorization , maps , c# , sharepoint online , b2b , dynamics 365 , requirements gathering , less , mds , enterprise architecture , led , schemas , exceptions , storage , framework , preparation , cosmos , dft , ansi x12 , python , eclipse , orchestration , enterprise library , cd , microsoft products 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 1/5
Current Designation: Enterprise Solution Architect, Software
Engineering Manager
Current Company: DXC Technology India Private Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Pune,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [SYSTEMS
MANAGEMENT]
Verified : Phone Number | Email - id
DXC Technology India Private Limited as Enterprise Solution Architect, Software Engineering Manager
Nov 2012 to Till Date
Responsibility:
As an Engineering Manager/Enterprise Architect taking care of DXC/HP customer applications with the revenue of 175
billion dollar by leading twenty five application developers.
Involved in Analysis, Design and Development of Boomi/Mule integration with SAP, API and CRM.
As a Technical project manager taking care of end to end projects start with presales and solution.
Involved in Analysis, Design and Development of Mule ESB services using Sprint Methodology.
Responsible for building Interfaces using Dell Boomi as per the business requirements.
Business requirements gathering and analysis by interacting with the customers.
Innovate thinking and coming up with new strategies for creating applications as independent to other systems which
gives an option of removing unnecessary systems easily in future.
Responsible for requirement gathering, analysis, Process Development, testing, and implement EDI Business mapping &
proper deployment of the interfaces on Cloud according to specification.
Developed Mule flows using various connectors like Database, SAP, and Web service consumer, VM, Http Request,
SharePoint, CRM and JMS.
Worked on various Mule connectors / adapters, developing API, API management and developing services on Cloud Hub
Used DevOps and Confluence during the life cycle development of the project, also to keep track of the active sprints.
Troubleshooting Mule ESB, including working with debuggers, flow analyzers, Message Sequencing, Correlation, and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Raghuraj Singh
TOGAF, PMP® Certified Enterprise Solution Architect/Engineering Manager seeking
role in Application Development,Api Management, Presales, Integration Architect-
Mulesoft, Boomi, BizTalk, Logic app, cloud architect-Azure, AWS Serverless,
Dynamics 365
Key Skills: cloud architect,aws,mulesoft,dell boomi,integration architect,togaf,technical project manager,enterprise
architect,Enterprise Cloud Architect,Azure Architect,API Gateway,ITIL Certified,API
Management,Devops,Microservices,Engineering Manage,Python
Summary
14.5+ Years of experience as a Technical Project Manager/Enterprise Solution Architect/ Consultant/Developer with experience
in (Mulesoft, Dell Boomi, Azure/Aws/DevOps cloud and Dynamics 365):
7+ Years of experience as a Technical project manager taking care of Banking, Healthcare and Oil & Gas domain customer with
the revenue of 175 billion dollar by leading fifty plus application developer?s team.
8+ Years of hand-on experience as an Enterprise Integration Architect/ Lead/Consultant/ admin/individual contributor of Mule
Soft, DELL Boomi, Azure/Aws server less, BizTalk, iPAAS and API-led connectivity.
Working in integration projects from past 10 Years in various integration technologies like Mule Soft, DELL Boomi, BizTalk,
Microservices, Azure/Aws server less, and API-led connectivity, microsoft 365 certified.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 2/5
Queuing. Applied Integration patterns as per SOA architecture.
Integrating with the existing systems to newly developing systems and third party systems.
Used Mule ESB in designing the application as a middleware between the third party system and the customer side
system.
Integrated different enterprise applications based on the designed architecture.
Design and develop Mule flows to create various interfaces between multiple systems that are part of the ecommerce
solution.
Develop interfaces to accept requests from SAP Hybris in JSON format and invoke stored procedures to update tables in
SQL Server database.
Develop JSON schemas and RAML and creating mock service to test them.
Transform data using Data Weave.
Publish exceptions to Any point MQ hosted on the Cloud hub. Developed a flow to listen to the queue and send email
notifications.
Hands-on experience with production deployment and postproduction support
Led migration of Virtual Machines to Azure/AWS Virtual Machines for multiple global business units.
Performed client acceptance and prototyping using Azure Compute and SQL Azure instances.
Worked on Data Factory Editor, to create linked services, tables, data sets, and pipelines by specifying JSON definitions
for these artifacts.
Built a solution using Azure managed services STORSIMPLE and Blob storage to archive on-premises data to cloud.
Configured VMs in availability sets using Azure portal to provide resiliency for IaaS based solution and scale sets using
Azure Resource Manager to manage network traffic
Develop hundreds of BizTalk objects - Extensive, hands on experience developing all BizTalk solution objects such as
BizTalk orchestrations, maps, schemas, ports, custom pipelines, and all types of receive locations. Designed and
developed hundreds of external objects invoked from Microsoft BizTalk Server such as .NET assemblies, .NET Web
services, SQL Server stored procedures, SSIS, SQL Server 2008/2012, SQL Server Data Transformation Services
packages, non-BizTalk specific XSD schemas, non-BizTalk specific XSL schemas, BizTalk ESB Toolkit.
Hybrid Integration through logic apps, service bus queue for connecting on premise BizTalk server.
Environment: Azure, Any point Studio, Mule Server 4.0, Mule Management Console, RAML, Any point MQ, Apache-
Maven 3.3.9, Nexus, FileZilla 3.14.1, Salesforce, SAP, GIT, Oracle, JMS, Eclipse, DEV OPS, Jenkins, EMMA, Spring
framework - DI, AOP, MVC, Hibernate 3.5, Ant, SQL Server 2016, Oracle, Rally, JIRA.
MD Synergy Solutions LLC as Solution Architect and Health Care Analyst
Mar 2007 to Nov 2012
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
5010 Migration for All PMS Practices. HealthCare Apr, 2011 Feb, 2012 This project is a migration project
from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions. The maps developed in 4010 are
migrated to 5010, as a part of this preparation of gap analysis documents, bringing up changes in specifications and
mapping them to standards are taken up.
Claim & Era(X12-837i-835) HealthCare Jun,2008 Dec,2008 Integration Architect MD Synergy (MDS) claims
(837i) consist of a process that sends medical claims electronically each night to the clearing houses Medavant, Officially,
and Physician Associates.
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 3/5
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
IBilt Technologies Ltd as Software Engineer
Feb 2006 to Mar 2007
TITLE: PROJECT MANAGEMENT TOOL
Duration: February, 2006 to March, 2007
Role: Software Engineer.
Technology: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design Pattern)
Third Party Tool: XtraGrid2005, XtraNavBar2005, Group Bar.
Client Name: BitTalk (Norway)
Database: SqlServer2005
Team size: 10
UG: B.Tech/B.E. (Computer Science) from Indian Institution of Engineers in 2006
PG: MBA/PGDM (SYSTEMS MANAGEMENT), Correspondence/Distance Learning from University of Madras in 2016
Other Qualifications/Certifications/Programs:
Project management professional Certified
Togaf 9.2 Enterprise architect certified
Cloud architect certified
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum Master, MS Project
DEVOPS, Azure repost, GitHub
Jenkins, CI/CD ,KAFKA
BizTalk Server 2002/2006R2/2010/2013
Cloud Logic Apps, Mirth Connect
MULESOFT 4, MULEESB, MULE Exchange
Microsoft Azure
Dynamics CRM (365, CRM 2016, 2013)
SharePoint (Online, 2013)
Asp.net MVC, Asp.net core 2.0
Azure API Management 2020 5 Year(s)
SOA, Micro service, WCF, Web service
Rest API,Erwin
c#.Net, SQL, XML, Azure Fabric
Python, Java Basics,.Net core 2.0
SQL Server (2000, 2005 and 2008, 2012)
Azure Cosmos DB,PostgreSQL
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 4/5
Nature of Employment: Full Time Duration: Jan 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Apr 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 18
Nature of Employment: Full Time
Project Location: In-House
Role: Project Leader
Duration: Jul 2012 - Nov 2012
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: In-House
Role: Programmer
Duration: Feb 2006 - Mar 2007
Onsite / Offsite: Offsite
Team Size: 10
ENTERPRISE ARCHITECTURE 9.2 2020 8 Year(s)
GOF Patterns, Enterprise Library 5.1
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Projects
Project Title: Application/DataCenter Migration to Cloud
Client: Internal client
Project Details: Application,data center migration to cloud.
Project Title: CARE1 (Petrochemical and Logistics) Application migration/Upgrade on new hardware
Client: India Oil Corporation (IOCL) Global
Skill Used: Mule Soft 3,BizTalk server 2009 standard, BizTalk server 2016 Enterprise ESB, Logic Apps,C#.Net
Role Description: * Architecture design, planning of SharePoint, Dynamics CRM application migration which is following :
* SharePoint2007-2010-Cloud SharePoint online.
* CRM 4.0 -CRM 2011 -Dynamics 365 CRM online.
* SQL 2008r2 to SQL 2016 migration
Project Details: Considering the Growing needs of the IOCL Petrochemical Business, the CARE Applications (part of
Customer Acquisition, Retention and Enrichment program) must undergo Transition and Transformation at both the Platform
level and at the Applications level, to ensure Business Continuity and Flexibility for the upcoming requirements.
CARE1 Upgrade fulfils the above need by means of Transitioning, Development and Implementation of CARE1 Applications
on the latest versions of the Microsoft Products.
Project Title: PMS/EMR/EHR Integration with Relay Health Clearing House
Client: MDSynergy Clients
Skill Used: C#,BizTalk server2010, BizTalk Custom adapter using C#, WCF-Custom LOB Adapter, Xslt,Custom Receive
Pipeline, EDI Sent Pipeline, Orchestration, Rule Engine, Deployment,ANSI X12 EDI (837I, 837P,
270,271,835),SqlServer2008
Role Description: An analysis of the Claim Remedi Payers list vs. the Relay Health Payer list,Perform an analysis of all areas
in the MDS Web application where payerID is used.
Project Details: Its a B2B solution which required MDsynergy product integration with Relay Health Clearinghouse. In this
solution Payer mapping is required, X12 claims transactions need to be integrate,276-277 claim status transaction need to
implement , ACM client module need to be develop,ERA-835 need to be implement, eligibility need to integrate with Relay
Health also.
Project Title: PROJECT MANAGEMENT TOOL
Client: BitTalk (Norway)
Skill Used: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design
Pattern),XtraGrid2005, XtraNavBar2005, Group Bar,SqlServer2005
Role Description: Design the Database, Prototype, SDD Document and Windows Based (Client, Timesheet Module) & Web
Based (Security, Timesheet Module, and Multilingual) Coding
Project Details: BitTalk is a software development and consulting Company. BitTalk excels in information work area, software
development. IBilt Technologies are creating an application for BitTalk. This Application is about to track the project; client
and consultants .The tool will consist of a base product and plug in products. And the application should be multilingual
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 779: Resume 722 with similarity score 0.025285028204062098
B.S , MS , BS solutions architect , devops , product development , solution architect , it manager , full time , product owner , vp award , business case , financial services , telugu , project managers , microsoft azure , demand , vault , linux , digital , status , bridge , programmers , testing , scope management , features , kibana , infrastructure , html5 , restoration , weblogic , spring framework , organization , suite , pipeline , elasticsearch , devops , kubernetes , designation , it strategy , mar , xslt , hindi , ltd , architects , english , json , logstash , cost savings , ownership , angularjs , togaf , yaml , resource management , process management , javascript , rolling , data centers , capital , data services , technology enhancements , risk analysis , web development , general , echo , affirmative action , collaboration , maintenance , utilization , kafka , jquery , technology leadership , email , tomcat , aws , project implementation , oracle coherence , operations , github , technology solutions , sequencing , languages , friction , manuals , pmp , program management , cyber , coaching , agile methodologies , functionality , beats , mentoring , investment , magnitude , apache , authorization , simplifying the complex , teams , team building , models , licensing , record , application , focus , less , electronics , enterprise architecture , led , running , transformation , preparation , software engineers , adoption , formulation , sponsorship , python , cloud computing , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 1/4
Current Designation: IT Manager
Current Company: Franklin Templeton International Services
Current Location: Greater Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: PGDCL [Cyber Laws]
Verified : Phone Number | Email - id
Franklin Templeton International Services as IT Manager
Aug 2005 to Till Date
Leadership: Formulation of innovative digital strategies and associated governance models, as well as leading the teams
accountable for implementing them. Multi-million-dollar P & L and Project Portfolio accountabilities and business case
preparation to secure capital investment of a similar magnitude.
Process Management: Consistently focused on instilling a highly effective product development roadmap and optimally
managing the project pipeline. This includes ensuring the right organization structures are composed and are engaged to
make and support operational decisions. Orchestrates outputs, which brings positive change through effective
governance.
Resource Management: Owns the responsibility of strategic resource utilization (portfolio strategy, consumer trends),
which drives focus, resource alignment, and technology enhancements. Simplifying the complex structures to gain
alignment and sponsorship from C-Suite stakeholders. Innovative with external partners to improve service and delivery
capabilities. A passionate coach and mentor committed to helping people unleash their true potential and grow their
careers.
Project Management: Forward-focused Leader with proficiency in concepts of end-to-end planning and implementation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Praveen B S
Global Technology leader seeking Senior leadership role in the field of Application
Software/Web Development and Server Infrastructure Support
Key Skills: kafka, kubernetes, elastic search, cloud computing, spring framework, devops, ci/cd, agile methodologies,
program management, project management, enterprise architecture,togaf,technology leadership,it strategy,elk
stack,java,aws
Summary
Accomplished Technology leader with a proven track record of driving strategy and technology transformation initiatives that
deliver measurable results for business partners.
Currently leading a global team of managers, project managers, architects, senior software engineers delivering mission-critical
capabilities and innovative/award-winning technology solutions. With ownership over our global digital properties
I have deep expertise with cross-functional, multi-department collaboration, in the pursuit of solving real business problems and
reducing friction with our customers, in order to grow the business and improve the bottom line.
Extensive background in transforming legacy applications to modern cloud computing frameworks through the adoption of
DevOps, CI/CD, and Agile methodologies while improving quality and ensuring faster time-to-market delivery.
Passionate about team building, coaching, mentoring, and skills development.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 2/4
from scope management to activity sequencing, effort, and cost estimation and risk analysis, proven skills in giving
direction to the business, improving operations, maximizing profits, and driving cost reductions.
OSI Technologies Pvt. Ltd. as Module Lead
Jan 2003 to Aug 2005
Significant Accomplishments:
Led team of over 4 for project implementation of "eBizMailer 3.6" and developed, implemented, maintained, and managed
reports
module of application
Wrote customized user manuals for specific system configurations and designed technical upgrade paths, incorporated
requested
functionality and performance enhancements
Tracked email campaign results and provided reports to marketing departments to bring forward all qualified leads and
added value
to efforts of sales departments
Bridge Software Technologies as Sr. Programmer
Jun 2000 to Dec 2002
Significant Accomplishments:
Authored code fixes and enhancements for inclusion in future code releases and patches
Implemented and tested the website; supported and trained programmers on same
UG: B.Sc (Electronics) from Pragathi Maha Vidyalaya, Hyderabad, affiliated to Osmania University in 1997
PG: MCA (Computer and Information Sciences) from O.U.P.G. College, Hyderabad, Telengana in 2000
Post PG: PGDCL (Cyber Laws) from Hyderabad University in 2004
Other Qualifications/Certifications/Programs:
PGDCL: Cyber Laws
PMP
AWS Certified Solutions Architect ? Professional
TOGAF - 9
Certified Disciplined Agilist DAD
Education
IT Skills
Skill Name Version Last Used Experience
Java, 6,7,8 2020 15 Year(s) 0 Month(s)
Oracle Coherence 12.1.3 2020 8 Year(s) 6 Month(s)
AngularJs 2020 3 Year(s) 0 Month(s)
ELK Stack 2020 5 Year(s) 0 Month(s)
Kubernetes 2020 4 Year(s) 0 Month(s)
ENTERPRISE ARCHITECTURE 2020 10 Year(s) 0 Month(s)
devops 2020 10 Year(s) 0 Month(s)
Python 2020 2 Year(s) 0 Month(s)
GitHub 2020 3 Year(s) 0 Month(s)
Kafka 2020 3 Year(s) 0 Month(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 3/4
Nature of Employment: Full Time
Role: Other
Duration: Mar 2019 - Jul 2020
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Role: Other
Duration: Mar 2019 - Jun 2020
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Role: Other
Duration: Mar 2018 - Jul 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Role: Solution Architect
Duration: Sep 2017 - Jun 2019
Onsite / Offsite: Offsite
Team Size: 25
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Telugu
Projects
Project Title: Digital Infrastructure Data services Migration
Client: Franklin Templeton International Services
Skill Used: Apache Ignite, Kubernetes, YAML, Key vault, Microsoft Azure
Role Description: Application owner
Project Details: Coherence Services(Product Data) migrated to Apache Ignite on the Azure cloud infrastructure, reduction of
server costs; operation and maintenance costs, Improved flexibility to support project needs; ability to create environments
quickly, reduction of production impacts; built-in resilience, Ability to auto-scale in production based on demand/traffic
Reduction of project impacts related to testing environment downtime for patches and refreshes.
Improved cache restoration, with the help of rolling release updates
Project Title: Infrastructure WebLogic to Tomcat Migration on Cloud
Client: Franklin Templeton International Services
Skill Used: Weblogic Server, Apache Tomcat, Microsoft Azure, Kubernetes, Kafka
Role Description: Application Owner, Solution Architect, Product Owner
Project Details: Applications and services running on WebLogic migrated to Tomcat on Azure Cloud approx. 50 +
international websites migrated, the migration is lift and shift of applications, Significant cost savings for the organization;
reduction of licensing and operational costs
Project Title: ELK Monitoring
Client: Franklin Templeton International Services
Skill Used: Elasticsearch, Logstash, Kibana and Beats, Kafka and Linux
Role Description: Application Owner,
Project Details: Designed and implemented an internal Elasticsearch based log monitoring solution for analyzing logs from
different application and webs tiers across 2 data centers.
Project Title: US Digital Echo
Client: Franklin Templeton International Services
Skill Used: Java, XSLT, JSON, JQuery, Oracle Coherence12.1.3, HTML5, CSS3, AngularJS, WebLogic 12.1.3
Role Description: Architect, Product Owner
Project Details: Franklin Templeton's US website's Accounts redesigned to use responsive architecture and to design
construct that is intuitive, welcoming, and simple for advisors to use, embodying Franklin Templeton's core values and brand
standards. To develop a website that is easily integrated with other sales, marketing, and enterprise applications and
provides greater flexibility to implement innovative features aimed at meeting business
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 4/4
Employment Status: Full time
Rank 780: Resume 848 with similarity score 0.02523002013012072
MS , M.TECH project manager , ui developer , quality assurance , senior software engineer , full time , senior software developer presentations , react.js , training , web development , general , financial services , scrum , css , designation , ug , affirmative action , information technology , project plans , technical architecture , collaboration , hindi , maintenance , customer requirements , player , english , authorization , teams , bootstrap , status , agile , responsiveness , email , specifications , application , leadership , angularjs , user requirements , mobile platforms , unit testing , languages , clear , styling , sonarqube , javascript , acting , presidency , html , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b140143…
https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b1401430a13440e0b58… 1/3
Current Designation: Senior Software Engineer
Current Company: Wipro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
Wipro Limited as Senior Software Engineer
Sep 2015 to Till Date
working as UI frontend developer in Angular8 and React js. Have knowledge in JavaScript, Bootstrap, HTML5,CSS.
Wipro Limited as Senior Software Developer
Sep 2015 to Sep 2015
Discussed project progress with customers, collected feedback on
different stages and directly addressed concerns.
?
Monitored ongoing operation of assigned programs and responded
to problems by diagnosing and correcting logic and coding errors.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SHALINI PRAKASH
Senior Software Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Web
Development,Agile Methodology,Angularjs,HTML,CSS, Bootstrap, React.Js
Key Skills: Senior Software Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Web Development,Agile
Methodology,HTML,CSS,React.Js,Bootstrap,Javascript
Summary
Accomplished Senior Software Developer with 5 years 4 months'
experience leading projects by acting as UI developer and
programmer. Proficient in supporting project deliverable and
maintaining releases. Strong member in guiding support teams and
solving complex issues. Steadfast in planning and implementing
effective development strategies based on industry best practices.
Skilled in directing development with creative and performanceoriented approach. Well-organized and customer-focused with
proven skills in project management and team collaboration.
Optimized structures and processes to accomplish customer targets
and promote company loyalty. Expert in diverse programming
languages, including angular JS, Angular 7 or 8, HTML designing,
CSS and SCSS styling. Organized and systematic team player with
development experience in Agile development environments and
Scrum methodology. Software Developer skilled at technical
leadership, communication and presentations.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b140143…
https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b1401430a13440e0b58… 2/3
?
Directed remote teams in Bangalore dedicated to application
design and quality assurance testing.
?
Modernized modules to improve performance, responsiveness and
usability on desktop and mobile platforms.
?
Gathered and defined customer requirements to develop clear
specifications for creating well-organized project plans.
?
? Guided 15 to 20 member support team in solving complex issues.
Created and implemented development strategies for impactful
projects.
?
Consulted with engineering team members to determine system
loads and develop improvement plans.
?
Met with project manager and team members to provide detailed
project reports and milestone updates.
?
Reviewed user requirements, analyzed, designed, implemented,
installed and delivered training for new applications.
?
? Designed and documented systems based on results of analysis.
? 6 months Experience in React JS.
Worked closely with other team members to identify and remove
software bugs.
UG: BCA (Computers) from PRESIDENCY COLLEGE, BANGALORE in 2015
PG: M.Tech (Information Technology) from Vellore Institute of Technology (VIT) in 2019
Education
IT Skills
Skill Name Version Last Used Experience
Angular6, 7 or 8
Angular js
React js
Sonarqube Report
UNIT TESTING
Bootstrap 3
CSS
AGILE
HTML
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b140143…
https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b1401430a13440e0b58… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 781: Resume 557 with similarity score 0.025176759649054407
B.TECH , BS work from home , student api , version control , internships , css , sqlite , linux , firebase , ltd , pdf , android studio , google , project , c programming , fit , resume , features , git , computer science , donors , completion , assessment , medicine , app , python , javascript , technology , learning , bmi , html , database Assessment
Q1. Why should you be hired for this role?
I believe that I am a right fit for this internship, since I have all the skills that is required for the internship. I have internship experience in
NetProphet Cyberworks Pvt. Ltd. I have experience in Google vision API, Google Firebase, Firestore, Git, SQLite database, Third party libraries
and Version Control. I had participated in many Hackathons. I have created 2 major projects and several mini projects individually. I did Android
Developer Nanodegree program from Udacity and bootcamps from Udemy. I am the head of the android club in my university. I am very
passionate about learning new technology regularly. Looking forward to work with your esteemed organisation.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Shubham Khatri
Kanpur, Greater Noida
Applied 27 Dec'20
Android Java C Programming
C Programming CSS Firebase
HTML Linux Python
JavaScript
Bachelor of Technology B.Tech), Computer science
Galgotias University
2017 - 2021
CGPA 8.30/10
Senior Secondary XII, Science
The Chintels School
ICSE board)
Year of completion: 2017
Percentage: 86.00%
Secondary X
The Chintels School
ICSE board)
Year of completion: 2015
Percentage: 89.00%
Java Team
NetProphets Cyberworks Pvt. Ltd., Noida
Feb 2020 - Feb 2020
Pikachu-a heath app
Jul 2020 - Aug 2020
https://portfolio-web-484.web.app/pages/appComponent-p.html
An Optical character recognition scans reports and documents convert
them to machine recognizable text format to saves them as PDF format.
It has features like Nearby Blood donors, Medicine Reminder and
BMI Calculator.
"Google Vision API" used.
College Reruiter
Jun 2020 - Jul 2020
https://portfolio-web-484.web.app/pages/appComponent-cr.html
This project is basically a recruitment app for Indian colleges.
Today in Indian colleges every student faces issues regarding
https://portfolio-web-484.web.app/pages/appComponent-p.html
https://portfolio-web-484.web.app/pages/appComponent-cr.html
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8299305579
placement and awareness of the companies coming for
recruitment.
I used Android Studio and Firebase database.
Portfolio link:- https://portfolio-web-484.web.app/index.html
Resume link:- https://drive.google.com/file/d/1WTNc579sQcfAq5i7hoThpTnHQuP5mLBS/view?usp=sharing
Rank 782: Resume 266 with similarity score 0.025108990350056842
MS , B.TECH , BS work from home , mechanical engineer , autocad exhibition , robotics , taekwondo , css , adobe photoshop , php , player , english , labview , teams , aerospace , autocad , fit , science fiction , resume , vector , finance , completion , assessment , imo , coaching , javascript , dynamics , technology , mathematics , html , teaching Assessment
Q1. Why should you be hired for this role?
I would be a good fit in your company because I am a mechanical engineer .And no doubt from the day I have stepped in coaching for jee- mains
its my daily routine to work on problems finding out the solutions in minimal time. I like to work in teams and work cordially and communicate
effectively , and I like reading books about finance and technology, sometimes science fiction too. so I can contribute really something good to
your company and a bit disciplined . I am very excited about this internship because this is the time I would really get a chance to apply
practically what I gained theoretically &make a good outcome of my studies.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7440750626
Kajal Mangal
Morena
Applied 26 Jan'21
Adobe Photoshop English Proficiency Spoken) MSPowerPoint
MSWord Mathematics AutoCAD
C Programming CSS HTML
JavaScript LabVIEW MSExcel
Vector Dynamics PHP Robotics
Teaching
Bachelor of Technology B.Tech), Mechanical Engineering
Madhav Institute Of Technology And Science, Gwalior, Madhya Pradesh
2019 - 2023
CGPA 8.00/10
Senior Secondary XII, Science
Kiddy's Corner Higher Secondary School , Gwalior
CBSE board)
Year of completion: 2019
CGPA 7.80/10
Secondary X
Neiil World School ,Morena M.P
CBSE board)
Year of completion: 2017
CGPA 9.80/10
I volunteered Vikram Sarabhai Space Exhibition in my college that was an initiative of ISRO to spread the knowledge and
awareness about space and new technologies built in order to know about space ,sponsored by aerospace club of my
college.
I am blue belt and state level player of TAEKWONDO .I have attended TEDx which was conducted in my college officially. I
have participated in IMUN, NTSE, AITSE,KVPY,IMO. I am an active member of ISTE Indian society of technical education
Rank 783: Resume 369 with similarity score 0.0250841906713555
B.TECH work from home , full time flask , dart , firebase , assessment , completion , html , mobile , resume , python , css , java , technology , tamil , learning , clear , application , quiz , online Assessment
Q1. Why should you be hired for this role?
I have a huge amount of passion for Mobile App Development and because of that, I want to keep on learning new techniques. I have the hunger
to learn and improve my skills and I believe that your company is the perfect platform for that. Apart from these skills, I also have a good
understanding of Flutter,Dart,Firebase .These skills will definitely be a game-changer for developing great products for your company and this is
why I should be hired for the role
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm ready for a full time internship for 3 months starting immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 8610819690
Nivethitha Tsk
Chennai
Applied 30 Jan'21
Flutter CSS HTML
Java Python Flask
Bachelor of Technology B.Tech)
Sri Ramachandra Engineering & Technology
2019 - 2023
Senior Secondary XII, Science
TAMIL NADU STATE BOARD board
Year of completion: 2019
Flutter
udemy, Online
Jul 2020 - Sep 2020
Quiz Application Flutter)
Jun 2020 - Jul 2020
A quiz application for NEET PG exam which is completely focused on for the students who dont have a clear insight about
the exam.
Rank 784: Resume 718 with similarity score 0.025054461153520675
B.E , MS , B.TECH , BS staff software engineer , zookeeper , product development , senior software engineer , full time , team lead spring cloud , end to end solutions , ease , digital marketing , promotional , platforms , docker , seasonal , jgroups , status , rabbitmq , store , wal-mart , audi , ehcache , writing , features , building , kia , streams , pipeline , data processing , nissan , retail , spark , designation , trading , web services , json , english , catering , redis , architecting , mac os , rest , flow , struts , javascript , hadoop , mobility management , rollout , general , mobile security , options , mobile device management , affirmative action , oracle , technical architecture , maintenance , kafka , postgresql , automotive , email , tomcat , aws , enterprise mobility , mobile devices , android , junit , languages , real-time data , cassandra , search , apps , third party applications , laptops , spring mvc , jenkins , migrating , ug , fortune 500 , testng , circuit , analytics , offers , ios , authorization , servlets , spring boot , excel , mobileiron , framework , nginx , easymock , e-commerce , events , software design , vw , cloud computing , pagination , lexus , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c15…
https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c150b1148580e0a0… 1/3
Current Designation: Staff Software Engineer
Current Company: MobileIron
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Kingdom
(UK),United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
MobileIron as Staff Software Engineer
Feb 2016 to Till Date
Designation: Staff Software Engineer
Product : MI Cloud & Analytics
MI Cloud allows Enterprises to manage all mobile devices (Android, Ios),
laptops/PCs(Windows,Mac OS) of their employees remotely. Specializing in solutions for
Mobile device management (MDM) and Enterprise mobility management. Some of the main
features include pushing OS updates, policy configurations, and pushing apps, and taking
actions against devices with policy/Security violations and also providing Analytics/Insights
into device, apps usage etc.
Roles / Responsibilities:
Design and implement Zero downtime/Blue Green deployment capability to
cloud deployment platforms.
Design and implement Tenant suppression tool to ease the data-center
migration to AWS.
Design and implement Android Enterprise capabilities to remotely manage
Android/IOT devices.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
DHARSHAN SASTRY B.N.
Staff Software Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement
Gathering,Software Design,Product Development,Cloud Computing,Jenkins,Spring
Boot,Oracle,AWS,Docker
Key Skills: Staff Software Engineer,Team Lead/Tech Lead,Software Development,Application Programming,Technical
Architecture,Requirement Gathering,Software Design,Product Development,Cloud Computing,AWS,Docker,Core
Java,Spring,Cassandra,Kafka,Elastic Search,Redis
Summary
9+ years of experience in Software Design and Back-End Development (JAVA/J2EE)
Currently working in MobileIron R&D as Staff Software Engineer
Experience in end-to-end R&D / Product development life cycle.
Experience in building high performance websites catering to millions of daily
traffic.
Good Knowledge in Retail, Automotive Digital Marketing /Advertising,
E-commerce and Mobile Security/MDM/IOT domain.
Experience in architecting & building Real-time Data Platform, platform for
large-scale E-commerce/Website hosting applications and Service Oriented
Architecture /Microservices.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c15…
https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c150b1148580e0a0… 2/3
Soft Rollout of OS updates to millions of devices.
Building a centralized Kafka data pipeline to consume all types of logs from all
products of MobileIron.
Ness Technologies as Senior Software Engineer
Oct 2013 to Feb 2016
Designation: Senior Software Engineer
Client: ADP (Automatic Data Processing) dealer Services /CDK Global
Product: WebSite Hosting Solution
WSM is a website hosting solution for dealer advertising for automotive ADP Dealer
Services.By providing end to end solutions like websites, marketing, and generating the leads.
Websites provide Compelling site designs with hundreds of different options to match your
unique brand by Select a website design to create a unique look-and-feel for a dealer website
site. Currently, we host 20,000 dealer websites of various fortune 500 OEM brands such
as GM, VW, BMW, Audi, Lexus, Kia, Nissan etc.
Roles / Responsibilities:
Building and maintaining the Platform on which different products run.
Migrating platform from Web logic container to Tomcat container.
POC and integration of Spring cloud and Hystrix Circuit Breaker.
Developed canary deployment framework to soft rollout features.
Developed Partial JSON response framework to reduce payload in REST APIs.
Capturing leads and submitting them to third party applications via RabbitMQ
Tieto Every as Software Engineer
Aug 2011 to Sep 2013
Designation: Software Engineer
Client: Wal-Mart
Product: Active Trading
Active Trading is a Web based application which is used in multiple countries to send price
changes to stores. The purpose is to build promotional and seasonal events by tying items and
store distributions together. The events are created using Offers and Promotions (OAP) flow
in Active Trading application.
Roles / Responsibilities:
Writing Excel sheet processing in Java Multi-Threaded Environment.
Exposing new REST APIs
Writing Shell Scripts to call web services / java Backend jobs.
Developed pagination framework.
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JAVA/J2EE
Elastic Search, Cassandra
RedisDB,RabbitMQ
Kafka, Kafka Streams, AWS
PostgresQL, Oracle DB, Docker
Kubernetes/ EKS, JSP/Servlets
Struts 2, Spring,Spring MVC
Spring JDBC, Spring Cloud
Spring Boot, Jenkins CI/CD pipeline
Hadoop, Spark, Jgroups, Ehcache, Jersey
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c15…
https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c150b1148580e0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Kafka Debezium, ZooKeeper, Nginx
JUnit, EasyMock, TestNG
Languages Known
Language Proficiency Read Write Speak
English
Rank 785: Resume 694 with similarity score 0.025018467344799747
B.E , MS , B.TECH , MSC application support , project manager , product support engineer , senior technical support engineer , full time , team lead , team member training , customer , skype , focal point , platforms , vista , gateway , test cases , zendesk , resolutions , status , perl , pl/sql , information science , nagios , features , building , connectivity , kibana , social advertising , designation , confluence , mar , protocol , hindi , cloud , raci , ltd , linux server , database servers , english , troubleshooting , throughput , project , live , windows xp , rest , c++ , resolve , putty , itil , sms , one , javascript , pgsql , technology , html , reporting , slack , options , product support , affirmative action , mysql , oracle , curl , maintenance , checks , social media , architecture , email , bengali , languages , resolving issues , sme , jira , new hires , search , windows 7 , application testing , api , credit , css , das , wireshark , group dynamics , creativity , authorization , risk , teams , mobile messaging , enterprise , crt , materials 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445…
https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445716105c5c0a03… 1/3
Current Designation: Team Lead- Product Support
Current Company: Sprinklr Solutions Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Sprinklr Solutions Pvt. Ltd as Team Lead- Product Support
Jan 2016 to Till Date
ROLES AND RESPONSIBILITIES
Create an environment oriented to trust, open communication, creative thinking, and cohesive team effort.
Provide the team with a vision of the project objectives.
Primary point of contact for Social advertising troubleshooting issues and escalations.
Coach and help develop team members; help resolve dysfunctional behaviour.
Implementation and maintaining consistency for RACI model within the team.
Primary point of contact for Critical Incident Management from the Support team
Weekly connects with the project management and Development teams to analyse and review for the business the
previous week and plan for the business going ahead.
Maintain healthy group dynamics.
Intervene when necessary to aid the group in resolving issues.
Escalate issues based on SLA to the development team which cannot be resolved by the team.
Troubleshoot customer issues via API, UI, Mongo, MYSQL, ES etc
Assure that the team members have the necessary education and training to effectively participate on the team.
Encourage creativity, risk-taking, and constant improvement.
Presenting Weekly and monthly analysis on performance and quality checks to make sure everything is focused and in
alignment with the OKR.
Recognize and celebrate team and team member accomplishments and exceptional performance
Develop knowledge bases and FAQs for product support activities.
Document support activities, customer issues and resolutions for reference purposes.
Develop training materials and conduct trainings for new hires.
Provide status reporting of team activities against the program plan or schedule.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Subhajit Das
ITIL V3 Team Lead seeking roles in Software Development,Product
Support,Application Support,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,C,C++,PL/SQL,SQL,MySQL,Oracle,Mongo DB,Elastic Search,HTML,CSS
Key Skills: Team Lead,Tech Lead,Software Development,Product Support,Application Support,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,C,C++,PL/SQL,SQL,MySQL,Oracle,Mongo DB,Elastic Search,HTML,CSS
Summary
Result-oriented Professional with 8 years of experience in Software Development,Product Support,Application
Support,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,C,C++,PL/SQL,SQL,MySQL,Oracle,Mongo DB,Elastic Search,HTML,CSS.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445…
https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445716105c5c0a03… 2/3
Keep the project manager and product committee informed of task accomplishment, issues and status.
Serve as a focal point to communicate and resolve interface and integration issues with other teams.
Sprinklr Solutions Pvt. Ltd as Senior Product Support Engineer
Dec 2014 to Jan 2016
ROLES AND RESPONSIBILITIES
Supporting one of the most complete and one of the largest social media platforms.
SME to the Ads media services.
Building cases from client emails and work to pin point on the issue.
Analyse issues from customers by querying mongo db, elastic search, mysql.
Perform UI troubleshooting with developer's tool.
Coordinate with development and QA teams to work on resolution to case.
Work with ITOPS team on server issues to get restarts done and run necessary curl commands to get certain issues fixed.
Manage a complete team, with weekly and monthly analysis on performance and quality checks.
Training new joiners and existing members within the team to bring up the quality and knowledge level.
Unicel Technologies Pvt. Ltd as Senior Technical Support Engineer
Jun 2012 to Dec 2014
ROLES AND RESPONSIBILITIES
Responsible for third-level support for all server related issues.
Troubleshooting, testing and maintenance of GlobalOne, an enterprise mobile messaging solution that connects
organizations with its workforce or customers at any time, any place which comprises of features like Group messaging,
Multi-lingual SMS, Customization of messaging fields, Interim reports & delivery report of message status.
Troubleshooting, testing and maintenance ConnectOne, an on-premise messaging solution based on the Short Message
Peer to Peer (SMPP) protocol that provides most of UNICEL cloud based SMS applications in a packaged form that can
be deployed in a windows environment which comprises of key features such as Bulk messaging and group messaging
options, Compatibility with multiple database servers, Supports high messaging throughput, Real-time delivery reporting
and performance monitoring.
Troubleshooting, testing and maintenance of NotifyOne, a two-way group messaging solution that allows a user to
instantly trigger a group message over SMS, Voice, or Email through an SMS sent on a Virtual Number.
Application maintenance and testing the same on live servers staged for SMPP and HTTP.
Monitoring and maintenance of SMSC and testing various SMS test cases.
Maintenance of Perl Scripts, for the testing purpose and to generate automated reports.
Fetching, inserting, updating data from server using MySQL, pgsql and Linux Server.
Application testing and support for JAVA applications that will support the technology called Email2SMS (SMTP to SMS).
Customer account credit, service and permission management.
Troubleshooting and testing various SMPP and HTTP application and connectivity issues.
Providing support, troubleshooting and testing the Emobile gateway and SMPP Applications.
Link maintenance through SS7 link layer protocol.
UG: B.Tech/B.E. (Information Science and Engineering) from Visveswaraiah Technological University (VTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Windows XP/VISTA, Windows 7
Inspect Element
CSS, Html
REST Client API
Putty, CRT, Nagios
Wireshark, Sumo, Kibana
Talisma, Zendesk
SQL 2005, MySQL
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445…
https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445716105c5c0a03… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Oracle 11g, Mongo DB
Elastic Search
Slack, Jira, Confluence, Skype
C, C++, PL/SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Assamese
Rank 786: Resume 1170 with similarity score 0.024958636367823934
B.E , MS , B.TECH , BS scrum master , devops , resource manager , azure architect , integration architect , technical project manager , solution architect , full time , software engineering manager , enterprise cloud architect , health care analyst , enterprise architect , project leader assemblies , virtual machines , microsoft azure , hipaa , security , asp.net mvc , spring , enterprise integration , mirth , timesheet , mock , gateway , payer , 837p , prognosis , status , specifications , listen , rally , itil certified , institutional , sap , plus , xml , testing , artifacts , sql azure , correlation , building , connectivity , data center , data transformation , ports , salesforce , soa , sql server , dynamics crm , filezilla , workflow , bam , production deployment , hybris , distance learning , sprints , ecommerce , multilingual , devops , interfaces , relay , designation , confluence , mar , xslt , prototype , hindi , cloud , gap analysis , petrochemical , ltd , bar , windows , json , english , troubleshooting , erwin , management professional , agile , clearing houses , microservices , adt , biztalk , pipelines , boomi , rest , prototyping , togaf , computer science , javascript , connectors , technology , availability , business requirements , business continuity , toolkit , stored procedures , managed services , vm , debuggers , general , scrum , healthcare , developers , pages , affirmative action , studio , mule esb , oracle , 837i , enrichment , maintenance , queuing , resiliency , kafka , iaas , nexus , postgresql , email , customer applications , business units , aws , github , hp , sequencing , middleware , norway , premises , maven , languages , console , business process , llc , hibernate , scheduling , jira , engineers , web , apps , pmp , dell , servicenow , database , api , functionality , oil & gas , integration projects , jenkins , asp.net core , ms project , customer acquisition , adapter , revenue , gof patterns , systems management , eligibility , authorization , maps , c# , sharepoint online , b2b , dynamics 365 , requirements gathering , less , mds , enterprise architecture , led , schemas , exceptions , storage , framework , preparation , cosmos , dft , ansi x12 , python , eclipse , orchestration , enterprise library , cd , microsoft products 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 1/5
Current Designation: Enterprise Solution Architect, Software
Engineering Manager
Current Company: DXC Technology India Private Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Pune,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [SYSTEMS
MANAGEMENT]
Verified : Phone Number | Email - id
DXC Technology India Private Limited as Enterprise Solution Architect, Software Engineering Manager
Nov 2012 to Till Date
Responsibility:
As an Engineering Manager/Enterprise Architect taking care of DXC/HP customer applications with the revenue of 175
billion dollar by leading twenty five application developers.
Involved in Analysis, Design and Development of Boomi/Mule integration with SAP, API and CRM.
As a Technical project manager taking care of end to end projects start with presales and solution.
Involved in Analysis, Design and Development of Mule ESB services using Sprint Methodology.
Responsible for building Interfaces using Dell Boomi as per the business requirements.
Business requirements gathering and analysis by interacting with the customers.
Innovate thinking and coming up with new strategies for creating applications as independent to other systems which
gives an option of removing unnecessary systems easily in future.
Responsible for requirement gathering, analysis, Process Development, testing, and implement EDI Business mapping &
proper deployment of the interfaces on Cloud according to specification.
Developed Mule flows using various connectors like Database, SAP, and Web service consumer, VM, Http Request,
SharePoint, CRM and JMS.
Worked on various Mule connectors / adapters, developing API, API management and developing services on Cloud Hub
Used DevOps and Confluence during the life cycle development of the project, also to keep track of the active sprints.
Troubleshooting Mule ESB, including working with debuggers, flow analyzers, Message Sequencing, Correlation, and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Raghuraj Singh
TOGAF, PMP® Certified Enterprise Solution Architect/Engineering Manager seeking
role in Application Development,Api Management, Presales, Integration Architect-
Mulesoft, Boomi, BizTalk, Logic app, cloud architect-Azure, AWS Serverless,
Dynamics 365
Key Skills: cloud architect,aws,mulesoft,dell boomi,integration architect,togaf,technical project manager,enterprise
architect,Enterprise Cloud Architect,Azure Architect,Servicenow,API Gateway,ITIL Certified,API
Management,Devops,Microservices,Engineering Manage
Summary
14.5+ Years of experience as a Technical Project Manager/Enterprise Solution Architect/ Consultant/Developer with experience
in (Mulesoft, Dell Boomi, Azure/Aws/DevOps cloud and Dynamics 365):
7+ Years of experience as a Technical project manager taking care of Banking, Healthcare and Oil & Gas domain customer with
the revenue of 175 billion dollar by leading fifty plus application developer?s team.
8+ Years of hand-on experience as an Enterprise Integration Architect/ Lead/Consultant/ admin/individual contributor of Mule
Soft, DELL Boomi, Azure/Aws server less, BizTalk, iPAAS and API-led connectivity.
Working in integration projects from past 10 Years in various integration technologies like Mule Soft, DELL Boomi, BizTalk,
Microservices, Azure/Aws server less, and API-led connectivity, microsoft 365 certified.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 2/5
Queuing. Applied Integration patterns as per SOA architecture.
Integrating with the existing systems to newly developing systems and third party systems.
Used Mule ESB in designing the application as a middleware between the third party system and the customer side
system.
Integrated different enterprise applications based on the designed architecture.
Design and develop Mule flows to create various interfaces between multiple systems that are part of the ecommerce
solution.
Develop interfaces to accept requests from SAP Hybris in JSON format and invoke stored procedures to update tables in
SQL Server database.
Develop JSON schemas and RAML and creating mock service to test them.
Transform data using Data Weave.
Publish exceptions to Any point MQ hosted on the Cloud hub. Developed a flow to listen to the queue and send email
notifications.
Hands-on experience with production deployment and postproduction support
Led migration of Virtual Machines to Azure/AWS Virtual Machines for multiple global business units.
Performed client acceptance and prototyping using Azure Compute and SQL Azure instances.
Worked on Data Factory Editor, to create linked services, tables, data sets, and pipelines by specifying JSON definitions
for these artifacts.
Built a solution using Azure managed services STORSIMPLE and Blob storage to archive on-premises data to cloud.
Configured VMs in availability sets using Azure portal to provide resiliency for IaaS based solution and scale sets using
Azure Resource Manager to manage network traffic
Develop hundreds of BizTalk objects - Extensive, hands on experience developing all BizTalk solution objects such as
BizTalk orchestrations, maps, schemas, ports, custom pipelines, and all types of receive locations. Designed and
developed hundreds of external objects invoked from Microsoft BizTalk Server such as .NET assemblies, .NET Web
services, SQL Server stored procedures, SSIS, SQL Server 2008/2012, SQL Server Data Transformation Services
packages, non-BizTalk specific XSD schemas, non-BizTalk specific XSL schemas, BizTalk ESB Toolkit.
Hybrid Integration through logic apps, service bus queue for connecting on premise BizTalk server.
Environment: Azure, Any point Studio, Mule Server 4.0, Mule Management Console, RAML, Any point MQ, Apache-
Maven 3.3.9, Nexus, FileZilla 3.14.1, Salesforce, SAP, GIT, Oracle, JMS, Eclipse, DEV OPS, Jenkins, EMMA, Spring
framework - DI, AOP, MVC, Hibernate 3.5, Ant, SQL Server 2016, Oracle, Rally, JIRA.
MD Synergy Solutions LLC as Solution Architect and Health Care Analyst
Mar 2007 to Nov 2012
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
5010 Migration for All PMS Practices. HealthCare Apr, 2011 Feb, 2012 This project is a migration project
from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions. The maps developed in 4010 are
migrated to 5010, as a part of this preparation of gap analysis documents, bringing up changes in specifications and
mapping them to standards are taken up.
Claim & Era(X12-837i-835) HealthCare Jun,2008 Dec,2008 Integration Architect MD Synergy (MDS) claims
(837i) consist of a process that sends medical claims electronically each night to the clearing houses Medavant, Officially,
and Physician Associates.
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 3/5
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
IBilt Technologies Ltd as Software Engineer
Feb 2006 to Mar 2007
TITLE: PROJECT MANAGEMENT TOOL
Duration: February, 2006 to March, 2007
Role: Software Engineer.
Technology: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design Pattern)
Third Party Tool: XtraGrid2005, XtraNavBar2005, Group Bar.
Client Name: BitTalk (Norway)
Database: SqlServer2005
Team size: 10
UG: B.Tech/B.E. (Computer Science) from Indian Institution of Engineers in 2006
PG: MBA/PGDM (SYSTEMS MANAGEMENT), Correspondence/Distance Learning from University of Madras in 2016
Other Qualifications/Certifications/Programs:
Project management professional Certified
Togaf 9.2 Enterprise architect certified
Cloud architect certified
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum Master, MS Project
DEVOPS, Azure repost, GitHub
Jenkins, CI/CD ,KAFKA
BizTalk Server 2002/2006R2/2010/2013
Cloud Logic Apps, Mirth Connect
MULESOFT 4, MULEESB, MULE Exchange
Microsoft Azure
Dynamics CRM (365, CRM 2016, 2013)
SharePoint (Online, 2013)
Asp.net MVC, Asp.net core 2.0
Azure API Management 2020 5 Year(s)
SOA, Micro service, WCF, Web service
Rest API,Erwin
c#.Net, SQL, XML, Azure Fabric
Python, Java Basics,.Net core 2.0
SQL Server (2000, 2005 and 2008, 2012)
Azure Cosmos DB,PostgreSQL
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 4/5
Nature of Employment: Full Time Duration: Jan 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Apr 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 18
Nature of Employment: Full Time
Project Location: In-House
Role: Project Leader
Duration: Jul 2012 - Nov 2012
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: In-House
Role: Programmer
Duration: Feb 2006 - Mar 2007
Onsite / Offsite: Offsite
Team Size: 10
ENTERPRISE ARCHITECTURE 9.2 2020 8 Year(s)
GOF Patterns, Enterprise Library 5.1
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Projects
Project Title: Application/DataCenter Migration to Cloud
Client: Internal client
Project Details: Application,data center migration to cloud.
Project Title: CARE1 (Petrochemical and Logistics) Application migration/Upgrade on new hardware
Client: India Oil Corporation (IOCL) Global
Skill Used: Mule Soft 3,BizTalk server 2009 standard, BizTalk server 2016 Enterprise ESB, Logic Apps,C#.Net
Role Description: * Architecture design, planning of SharePoint, Dynamics CRM application migration which is following :
* SharePoint2007-2010-Cloud SharePoint online.
* CRM 4.0 -CRM 2011 -Dynamics 365 CRM online.
* SQL 2008r2 to SQL 2016 migration
Project Details: Considering the Growing needs of the IOCL Petrochemical Business, the CARE Applications (part of
Customer Acquisition, Retention and Enrichment program) must undergo Transition and Transformation at both the Platform
level and at the Applications level, to ensure Business Continuity and Flexibility for the upcoming requirements.
CARE1 Upgrade fulfils the above need by means of Transitioning, Development and Implementation of CARE1 Applications
on the latest versions of the Microsoft Products.
Project Title: PMS/EMR/EHR Integration with Relay Health Clearing House
Client: MDSynergy Clients
Skill Used: C#,BizTalk server2010, BizTalk Custom adapter using C#, WCF-Custom LOB Adapter, Xslt,Custom Receive
Pipeline, EDI Sent Pipeline, Orchestration, Rule Engine, Deployment,ANSI X12 EDI (837I, 837P,
270,271,835),SqlServer2008
Role Description: An analysis of the Claim Remedi Payers list vs. the Relay Health Payer list,Perform an analysis of all areas
in the MDS Web application where payerID is used.
Project Details: Its a B2B solution which required MDsynergy product integration with Relay Health Clearinghouse. In this
solution Payer mapping is required, X12 claims transactions need to be integrate,276-277 claim status transaction need to
implement , ACM client module need to be develop,ERA-835 need to be implement, eligibility need to integrate with Relay
Health also.
Project Title: PROJECT MANAGEMENT TOOL
Client: BitTalk (Norway)
Skill Used: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design
Pattern),XtraGrid2005, XtraNavBar2005, Group Bar,SqlServer2005
Role Description: Design the Database, Prototype, SDD Document and Windows Based (Client, Timesheet Module) & Web
Based (Security, Timesheet Module, and Multilingual) Coding
Project Details: BitTalk is a software development and consulting Company. BitTalk excels in information work area, software
development. IBilt Technologies are creating an application for BitTalk. This Application is about to track the project; client
and consultants .The tool will consist of a base product and plug in products. And the application should be multilingual
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 787: Resume 474 with similarity score 0.02493850187897986
MS , BSC , BS work from home , representative , student dart , core java , mets , css , accident , sqlite , cloud , firebase , project , mumbai , xml , resume , android , spice , computer science , flask , sms , assessment , events , app , python , ion , technology , html Assessment
Q1. Why should you be hired for this role?
I possess all the skills required for this internship. I am sure the project will be developed by the time being in a team in this internship and under
some guidance. Being a good learner, I can learn something new related to my project. As a student, I try to learn and also have an interest in the
latest technology. Therefore I am confident that I can do this work if given a chance.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9833226603
SHRADDHA
Mumbai
Applied 01 Jan'21
Android CSS HTML
XML Cloud Firestore Dart
Firebase Flutter Java
Python SQLite
Master of Computer Applications MCA, Computer Science
Mumbai University
2018 - 2021
Class Representative for SyBSc, Fymca.
SPICE Representative for Symca.
Cultural Representative for TyBSc
To Do app
Dec 2020 - Dec 2020
Simple to do app with firebase as backend and java with android as frontend.
Python: Fake news detection
Oct 2020 - Nov 2020
It is developed in python with flask and datasets.User can paste a new and it will predict whether its a trustful or fake news.
Android:Vehicle accident emergency
Oct 2020 - Nov 2020
It is developed in android with java and sqlite. When user mets with accident sms will be sent to their emergency contacts
with accident's current location and nearby hospital & police station.
Android:TO Do Reminder app
Oct 2020 - Nov 2020
To Do reminder app which will remind you for all type of events if a user has set a reminder for it.
Core java: restaurant bill generator
Nov 2018 - Nov 2018
User can order by selecting in the menu, according to the order price & gst final amount is generated and presented in
printable format.
Secured 2nd rank in TYBSC.
Secured 2nd rank in FYMCA
Rank 788: Resume 1284 with similarity score 0.024912393183044373
B.S , MS project manager , customer engineer , transition manager , operations manager , devops , orchestrator , full time , team lead , field support engineer , aws architect customer , bmc remedy , security , it service management , docker , hp operations manager , outsourcing , nsn , status , messaging , continuous integration , atrium orchestrator , it service delivery , hp9000 , netops , visio , infrastructure , production assurance , data center , iso , system administration , forecasting , outages , delivery operations , service assurance , sat , vmware esx , contract management , ecommerce , devops , kubernetes , designation , deliverables , rhel , tape libraries , sharepoint administration , hindi , nokia , rpo , cluster , ltd , windows , architects , supplier management , english , productivity improvement , budgeting , agile , microservices , queue management , six sigma , estimates , red hat enterprise linux , rto , scom , process automation , employee engagement , one , sendmail , javascript , technology , business continuity , value-added , general , field support , change requests , microsoft office , developers , affirmative action , unix , architecture , email , sim , aws , service improvement , problem management , information systems , netapp , languages , assessment , dashboards , pmp , business service management , database , hardening , patch management , vulnerability , dc operations , credit , ms project , ug , tamil , snow , azure , authorization , internet , risk , self-healing , teams , wintel , cmmi level 5 , less , adherence , savings , gold , led , drive , storage , framework , command center , cloud computing , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110…
https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110b43400a080851… 1/3
Current Designation: BDL Technology
Current Company: FIS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Top Management
Role: Service Delivery Leader
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
FIS as BDL Technology
Jul 2015 to Till Date
Fidelity National Information Services as BUSINESS DELIVERY LEADER
Jul 2015 to Sep 2020
Key responsibilities:
Service Delivery of Remote Infrastructure Support for Wintel, Unix and Patching technologies for 4 Hosted Clients, with an
overall team size of 50
Migrated 3200 client VMs to FIS DCs successfully without any Business impact
Achieved Green performance of SLAs/OLAs for consistently 3 years
Zero Client Escalations
100% adherence to Incident, Change and Problem Management metrics by configuring Live Dashboards on SNOW
E-Sat surveys are above industry benchmark at 89% consistently y-o-y
Design and implement Production Assurance Best Practices to all other teams and represent the BU for External Audits
such as ISO27K, ISO900 etc.
Developed and Institutionalized processes like Top-Talker Analysis, Risk Management, Queue Management, Ticket audit,
Tech-Buddy Program - resulted in great Employee Engagement
Developed different types of Metrics and reported them to gain Global visibility of the BU Operations - Resulted in
Improved performance
Represented the BU for CMMI Level 5 External assessment with KPMG and got Certified for 'Service Management' and
'Service Desk' domains
Drive Continual Service Improvement initiative across teams resulting in $ savings from Effort reduction / Automation /
Monitoring refinements and Alert Reduction / Process Improvements
Attend Strategic discussions and contribute to resource Forecasting and Budgeting
Passionate about Technology, I've gained skills on Cloud Computing on AWS and Azure. Special interests on Infra-as-a-
code solutions using native Cloud solutions, Serverless architectures, DevOps, CI/CD, APIs and Micro-services.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
JAYAKUMAR RAMASAMY
Business Delivery Leader seeking roles in Project Management, IT Service
Management, Cloud Computing, Service Improvement, CMMI, Agile, DevOps, AWS,
Azure, CI/CD, Docker, Kubernetes, Microservices and Server-less Architecture
Key Skills: cloud computing, service improvement, devops, aws, azure,docker,it service delivery,it program
management,pmp,cmmi,iso 27001,itil,vmware esx,red hat enterprise linux,ci
Summary
A competent professional with an experience of 21 years in Project Management, IT Service Management, Cloud Computing,
Service Improvement, CMMI, Agile, DevOps, AWS, Azure, CI/CD, Docker, Chef, Kubernetes, Microservices and Server-less
Architecture
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110…
https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110b43400a080851… 2/3
WIPRO as CLUSTER LEAD
Dec 2003 to Jun 2015
Growth Path:
JAN 2014 - JUN 2015 CLUSTER LEAD, WIPRO (FOR PITNEY BOWES INC.)
JUL 2012 - DEC 2013 DATACENTER OPERATIONS MANAGER, WIPRO (FOR AKZONOBEL SOURCING BV.)
JUN 2011 - JUN 2012 PROJECT MANAGER, WIPRO (FOR GLOBAL COMMAND CENTER)
FEB 2008 - MAY 2011 OPERATIONS MANAGER, WIPRO (FOR NOKIA SIEMENS NETWORKS)
DEC 2003 - JAN 2008 TEAM LEAD, WIPRO (NOKIA NETWORKS GMBH.)
Led a team of 95 people, I was responsible for Delivery of services from Data Center Technologies for the multi-million
outsourcing deal. Technologies included are Wintel, Unix, NetOps, Tools, Database, Networking, Messaging and Storage.
Delivered CSIs in the Service Delivery Operations using LEAN, Six Sigma projects delivering tangible financial and
Operational benefits to Wipro and Customer.
Productivity improvement initiative by Alert Automation improved productivity from 1.5 to 5.
Implemented 'Service Assurance' where customer was benefited with on Hardening, Patch Management and Vulnerability
Management processes
Delivered a Process Automation project using BMC Atrium Orchestrator and implemented Self-healing automation use
cases on Windows, UNIX and DB. This helped prevent Outages by 50%.
Responsible for DC Operations of 3 leased Datacenters in Netherlands including Hardware Inventory Management,
Supplier Management, HW Life cycle and, Technical Governance of the DC based projects, Security and Audit compliant
initiatives.
Led a team of 15 people
Value-added deliverables:
"Implement SCOM Monitoring and integrated with BMC Remedy". Benefits: Reduced unforeseen Outages by 90%, Saved
2 Person Month efforts year-on-year.
"Patch Compliance enhancement" by implementing new Process and Tooling. Benefits: Overall patch compliance
improved from 46% to 99.98%,
"Implement 10Gig network" Project. Benefits: Segregated the Backup traffic and reduced traffic on Production network
improved Production performance, reduced backup by 50%.
Developed Business Continuity Process. Timely BCP-DR tests conducted and reported. External (E&Y) Audits cleared
successfully with a credit as Notable Performance. Real-time DR scenarios recovered within agreed RPO and RTO. All
these positive feedbacks resulted Wipro winning a $ 120K worth Remote Backup Project
Deployment of Infrastructure monitoring tools and integrating them under Business Service Management framework using
PMP methodology for Wipro Clients "Neiman Marcus Group" and "Hanesbrands Inc." successfully within 60% of allocated
budget (USD 320K) and on-time was Well recognized.
Key Project Management activities performed
Define Project scope, Developed PM Plan, Project Plan and Estimates
Requirement Gathering, develop specification documents, HLD and LLD along with Architects
Track and report RAG status on Project progress along with Risks and Challenges
Monitoring tools handled:
Big Brother, What's Up Gold 1.15, HP SIM 3.2 and HP Operations Manager for Windows 8.16
As Transition Manager, migrated the NSN R&D Lab from Helsinki to Wipro Hyderabad within schedule and budget.
Contributed and Achieved Project C-SAT 7 out of 7 successively 3 times.
Planned and executed Data center movement from ITPL Bangalore to Electronic City Bangalore
Lead the team to support one of the Development Agile projects successfully
Responsible for Support Deliverables for 2 Major Linux and HPUX based support with 10 members support team.
System Administration Skills on HP Unix 10.x, 11.x, Red Hat Enterprise Linux version 3, 4 and 5
Providing Technical Consultancy to Developers and Architects on HP Unix and RHEL
DevOps environment for Continuous Integration requirement has been built and supported as per requirement
Configuration and Administration of NetAPP (NAS), HP DataProtector 4.x & Tape Libraries HP MSL 5000 and Unix-
Sendmail, automated all the Build integrations and day-to-day tasks using Unix Shell scripts
HCL INFOSYSTEMS LTD. as SENIOR CUSTOMER ENGINEER
May 1999 to Dec 2003
Primary responsibilities as Field Support Engineer are to handle Customer Support requirements on Hardware incidents,
Deployments, Operating System support and Change Requests/Contract Management
UG: B.Sc (Information Systems) from BITS PILANI in 2011
PG: in 0
Other Qualifications/Certifications/Programs:
DIPLOMA IN EEE
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110…
https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110b43400a080851… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HP UNIX, HP9000
MS Project, MS Visio
Microsoft Office
Shell Script
AWS Architect
Sharepoint administration
Languages Known
Language Proficiency Read Write Speak
English Proficient
Tamil Expert
Hindi Proficient
Rank 789: Resume 1283 with similarity score 0.024910923403010068
B.S , MS long term , product development , solution architect , it director , change management , senior architect , team lead , full time , delivery manager , enterprise architect workshops , connect , platforms , web api , customer satisfaction , rackspace , status , multinational , stakeholder management , digital transformation , fintech , performance engineering , bitbucket , testing , artifacts , blockchain , rfid , reliability , technical design , salesforce , soa , sql server , amalgamation , workflow , pulse , thought leadership , automation , agriculture , designation , architects , english , agile , life science , project , telemedicine , solution architecture , asset management , angularjs , business operations , change management , togaf , strategy , documentation , bitcoin , data integration , one , diagrams , javascript , general , healthcare , team management , options , mobile application development , visual studio , affirmative action , oracle , principles , trace , technical direction , center of excellence , membership , maintenance , fxcop , email , manufacturing , aws , enterprise mobility , microsoft , saas , mobile devices , github , continuous improvement , middleware , medical devices , languages , proof of concept , expenses , program management , database , online , cloud services , transformation programs , tamil , architecture governance , chimera , authorization , risk , teams , sharepoint , productivity , c# , models , product design , enterprise architecture , framework , landscape , kannada , pivotal , reviews , technology architecture , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f400…
https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f40011541505c005… 1/3
Current Designation: Senior Architect
Current Company: Cognizant
Current Location: Coimbatore
Pref. Location: Coimbatore,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant as Senior Architect
Apr 2018 to Till Date
Working in close coordination with the stakeholders for establishing an architecture framework that aligns strategy,
processes, and IT assets with the business objectives
Pivotal role in extending support for setting up the entire Enterprise Architecture Division along with successful
execution of TOGAF frameworks for a BPaaShealthcare enterprise
Working as a Solution Architect for giant legacy to modernize the transformation and App rationalization programs
Gained insightful exposure in AWS services and skills for setting up right services to the right requirements for the
customers for the ones who wants to migrate their applications from on-premise to Cloud
Facilitated highly available, highly secured and cost-efficient cloud based solutions to customers as per their
requirements
Establish technical direction and design for product development from the engineering perspective and providing
support and recommendations to management team to enhance product development and ensure best practice is
adopted within the team
Playing a key role in recognizing the industry best practices/solutions and pursue continuous improvement
opportunities in SDLC processes and practices along with standardization, automation and self-services
Participating in key Enterprise Architecture Governance forums and Cloud Center of Excellence
Managing cross-functional teams to architect, design and deploy cloud services and application architectures
Identifies existing and potential issues and design matters in the overall system and solution architecture; implements
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
THIYAGARAJAN RAJAPPAN
Senior Architect seeking role in Enterprise Architecture,Digital Transformation,IT
Roadmap,Enterprise Mobility,Performance Engineering,Stakeholder
Management,Product Development,Delivery Management,Data Integration,MS SQL
Server,AWS,Agile
Key Skills: Senior Architect,Team Lead/Tech Lead,Enterprise Architecture,Digital Transformation,IT Roadmap,Enterprise
Mobility,Performance Engineering,Stakeholder Management,Product Development,Delivery Management,Data
Integration,MS SQL Server,AWS,Agile
Summary
Strategic IT Leader with over 15+ years of rich and extensive experience spanning across Small, Mid-size and Large-size firms
Currently working as an Enterprise Architect for the 5M Membership BPaaS model Healthcare Account
Domain exposure entails Healthcare & Life Science sector
Technocrat with specialization in end-to-end Cloud, Digital & Enterprise Architecture; directed the business operations
through executive level planning and analyzed delivery issues in a timely fashion
Subject Matter Expert for driving technology discussions and analyzing the existing architecture for gaps in addressing
business needs
Delivered thought leadership in challenging the status quo to enhance the current services and technologies
AWS Certified Solution Architect: drove digital transformation programs along with creating POC?s
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f400…
https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f40011541505c005… 2/3
solutions to ensure that best practices and processes are followed and enhanced
Conduct impact analysis across technology architecture domains for all initiatives where Technology EA is involved
Lead the design of complex projects in coordination with other domains architects and Enterprise architects
Finalize and Sign-off the conceptual, logical, and physical architectures, system documents, testing analyses, test
plans, and risk assessments to ensure sound architecture to meet client needs
Responsible to come up with EA (Enterprise Architecture) artifacts are principles, technology reference models,
guidelines, business capability models, roadmaps, landscape diagrams, solution overviews and solution designs
Lead proof of concept workshops for potential customers
Managing all aspect of the project development applying Agile methodology e.g., risk management, status report; daily
stand-up meetings, change management; worked through gated process, millstones / panel reviews
Analyze new and existing architectures, researches solutions specifies long term direction and ensures engineering
platforms meet reliability expectations to enhance customer satisfaction
Chimera Technologies Private Limited as Delivery Manager
Dec 2017 to Apr 2018
Worked across numerous Outsourced Product Development
Extensive experience in working on TeleMedicine product (SaaS based product) that enables to trace health conditions
of people on a daily basis through amalgamation of medical devices (Weighing Scale, BP and Pulse devices, Gluco
meter) with their mobile devices
Successfully acquired BlockChain and BitCoin projects in Fintech domain
Implemented a workflow based tracking system on SharePoint site for the Sales people to track their expenses online
for one of the multinational manufacturing companies
RFID4U as Senior Architect and Delivery Head
Nov 2015 to Aug 2017
Gained experience in RFID technology, and comprehended that there was a huge requirement of RFID middleware
system for numerous enterprise applications
Pivotal role in developing an effective design for this system and ensured that the system was flexible concerning
integration and scalable from all the aspects
Established the entire Technical Design and documentation for the RFID middleware system; designed the same in
such a way to integrate with other systems with numerous endpoint options (Direct database connection, Web API, Flat
File generation, Salesforce Cloud connect)
SaaS Based Product Design: Managed Tagmatiks Products including RFID technology based products such as Field
Set medical devices tracking, Asset Management Tool & Agriculture field workers productivity tracking tool; executed the
same on Rackspace and AWS services
Gained extensive exposure in configurations of Networking and Firewalls
Skybridge Infotech as IT Director
May 2015 to Nov 2015
Taking care of all technical initiatives and delivery to the customers. Product development.
Cognizant as Architect
Apr 2005 to Apr 2015
Programming in Microsoft Technologies, Customer facing, Team management, SOA Architecture, Solution Architecture,
Mobile application development, Program Management.
UG: B.Sc (Computers) from Bharathiar University in 1998
PG: MCA (Computers) from Bharathidasan University in 2001
Education
IT Skills
Skill Name Version Last Used Experience
AWS Cloud
SAFe 4 Agilist
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f400…
https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f40011541505c005… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C#
Web Application
AGILE
JavaScript - AngularJS, NodeJS
SHAREPOINT
RFID Technology
Oracle 11g, MS SQL Server, Sybase
Visual Studio 2017, TFS, FxCop
Github, Bitbucket
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Kannada
Rank 790: Resume 771 with similarity score 0.0249103752782625
MS , BS member service representative , associate , software developer , full time , java developer customer , security , cag , linux , status , doctors , xml , pl/sql , axis2 , web-based solutions , spring framework , workflow , crm , access , designation , web services , hindi , ltd , windows , json , english , agile , project , groups , rest , version one , notes , struts , javascript , history , stax , technology , html , splash pages , call management , affirmative action , async , oracle , mysql , membership , maintenance , jax-rpc , terminal , workbench , architecture , email , fiserv , tomcat , operations , wellview , junit , content management , design patterns , maven , languages , multithreading , reason , console , hibernate , rx , management system , mobile , jira , search , layout , database , codes , spring mvc , api , soap , ug , active directory , pos , apache , eligibility , sts , authorization , jax-ws , spring boot , log4j , altova , application , steps , exceptions , auditing , statistics , eclipse , load 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 1/4
Current Designation: Associate Level 2-Technology.
Current Company: Avizva Solutions
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Avizva Solutions as Associate Level 2-Technology.
Sep 2020 to Till Date
WellServ is a platform to support WellDyne Member Service Representatives and also administration of WellView Portal
Assets (like content etc.) and for operations team to service WellView Members.
WellServ platform will offer the following capabilities:
1- Security
a. Accessing the WellServ through WellDyne Active Directory
b. A fine-grained Authorization Model for both Functions and Data across Administration and Operations team
2- Member Management
a. Searching a member by Name, Member ID, Phone, Rx Number, Order Number, Claim Number, MFI or Email. This will
return all Membership (including members not yet migrated to WellView)
b. Viewing Member's eligibility history
c. Access to key Member Data: Claims, Prescriptions and Orders
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Rahul Gupta
Software Development Engineering-Professional seeking roles in Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Agile,Java,HTML,XML,JavaScript,JSP,JDBC,Spring,Hibernate,Web
Services,Restful
Key Skills: Software Development Engineering- Professional,Software Developer,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Agile,C,Java,HTML,XML,JSP,JavaScript,JDBC,Spring,Hibernate, JAX-WS
Summary
Having hands on Experience on OOP's, Collections, Multithreading & Exceptions Handling.
Have good knowledge of JEE application model to develop web-based solutions using Struts, Spring, Hibernate, Servlet, JSP,
JDBC, Oracle (SQL), Tools and IDE.
Hands on Experience in Spring Framework (Spring Core, Spring JDBC, Spring ORM, Spring AOP, Spring Transaction, Spring
Security and Spring MVC).
Have good knowledge of Spring Boot.
Experienced in using ORM technologies like Hibernate.
Working Knowledge of Cache (First Level Cache And Second Level Cache) in Hibernate.
Knowledge of Database Tool like mysql (workbench) And Sql-developer.
Having good experience on Web Services, and Restful services.
Good at Xml Technology, XSD, JAX-P, JAX-B,JAX-RPC, Stax, APACHE AXIS2.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 2/4
d. Provide key actions for Members.
e. Send custom notifications to Members
3- Impersonate a Member (as read only)
4- Call Management
a. Workflow to manage Inbound and Outbound call from Call Start through End
b. Verify/Authenticate Members, Pharmacies, Doctors, Third Parties and Clients
c. HIPPA Authorization
d. Auto Tracking/Auditing of calls as Member Service Representative looks up information on the system
e. Call End Workflow for taking Call Reason Codes, Notes and assignment of tasks through Service Now to other
WellDyne Groups as well as capturing mood and resolution status for caller
5- Call Management will cover the following flows: Member, Pharmacy, Client, Third Parties, Doctors and Others Calls.
The sequence of steps, Pane Layout, and Data Authorization Steps will be different for the caller types. For Member and
Pharmacy, Functions covered are covered in Member Management Section above.
6- Integration of following functions with existing systems
a. WellConnect Eligibility Determination and Enrollment
b. Display PA authorization status for Member
c. Search and Open tickets for Member on Service Now
7- Content Management
a. Manage WellView Alerts and Splash Pages by CAG
b. Manage CAG Contact information
c. CAG logo management for White Labeled Clients
8- Reports
a. View Statistics and Trends on various parameters such as Category and Reasons, Mood etc.
Fiserv India Pvt. Ltd as Software Development Engineering- Professional (Java)
Feb 2019 to Sep 2020
Lince Soft Solutions Pvt. Ltd. as Java Developer
Jul 2016 to Feb 2019
UG: BCA (Computers) from Chhatrapati Shahu Ji Maharaj University (CSJMU) in 2013
PG: MCA (Computers) from Banaras Hindu University (BHU), Varanasi in 2016
Education
IT Skills
Skill Name Version Last Used Experience
HTML,XML
JSON
JavaScript
JAX-RPC (SI), JAX-WS
JAX-RS
JAX-B, JAX-P
Servlet 2.5, JSP 2.0
WINDOWS, LINUX
C, JAVA
JDBC, JNDI
spring boot
Oracle10g, SQL, PL/SQL, MySQL
Tomcat, JBoss And Wildfly
SVN
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 3/4
Nature of Employment: Full Time Duration: Sep 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time Duration: Nov 2017 - Feb 2019
Onsite / Offsite: Offsite
Team Size: 5
LOG4J
MAVEN
Eclipse, STS, Altova xmlspy
Version One, Red mine , JIRA
JUNIT
Oracle Sql-developer
SOAP-UI
TANDEM
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Welldyne-Wellserv-CRM
Client: WellDyneRx, U.S
Project Details: WellServ is a platform to support WellDyne Member Service Representatives and also administration of
WellView Portal Assets (like content etc.) and for operations team to service WellView Members.
WellServ platform will offer the following capabilities:
1- Security
a. Accessing the WellServ through WellDyne Active Directory
b. A fine-grained Authorization Model for both Functions and Data across Administration and Operations team
2- Member Management
a. Searching a member by Name, Member ID, Phone, Rx Number, Order Number, Claim Number, MFI or Email. This will
return all Membership (including members not yet migrated to WellView)
b. Viewing Members eligibility history
c. Access to key Member Data: Claims, Prescriptions and Orders
d. Provide key actions for Members.
e. Send custom notifications to Members
3- Impersonate a Member (as read only)
4- Call Management
a. Workflow to manage Inbound and Outbound call from Call Start through End
b. Verify/Authenticate Members, Pharmacies,
Project Title: IC (Implementation Console)
Client: Fiserv
Skill Used: Java 7, 8, Struts, Spring 4.0, Hibernate 4.3.0, Design Patterns, JAX-RS, JSP 2.0, SVN, Eclipse, And JOBSS
AS7, EAP, Tandem, Async api, Java Script, Oracle DB
Project Details: Implementation Console is a feature provided to manage the card, ATM and POS machine Automatically.
This service is very high volume service, For every Fiserv Client (like Bank for all countries) login application will manage tha
card details and his networks(Visa, Master, Mestro etc..) also same for Terminal Machine(ATM) and POS Machine . This
service will be given in two formats in Web services and other in Rest Services.
For desktop login api will try get the complete client details through web services and rest services both. Api is intelligent
enough to identify the client and provide the customer details.
Project Title: LRMS (Loyalty Rewards Management System)
Client: Carter Bank & Trust, US
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: JAX-WS, JAX-RS, Spring 4.0, Hibernate 4.3.0, Oracle10g, Design Patterns, Java1.7,JSP 2.0, SVN, Maven,
Eclipse, and Tomcat Server
Project Details: LRMS is a feature provided to customer to check the reward points earned by the card holder by login into
the net banking. This service is very high volume service, For every user login application will load the Customer reward point
details to the user. This service will be given in two formats in Web services and other in Rest Services.
For desktop login api will try get the complete customer details through web services, if the customer login through the mobile
the service will get the details using rest services. Api is intelligent enough to identify the client and provide the customer
details.
Rank 791: Resume 1300 with similarity score 0.02473045342999248
B.E , B.TECH software engineer , full time , software developer computing , general , visual studio code , css , affirmative action , mysql , hindi , maintenance , basic , ltd , authorization , advanced , english , bootstrap , status , spring boot , c# , email , application , aws , microservices , mumbai , fixing , testing , writing , c++ , debugging , languages , pycharm , python , javascript , eclipse , technology , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e0318470918…
https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e03184709185644410b5409… 1/2
Current Location: Navi Mumbai
Pref. Location: Mumbai,Navi Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Arrk Solutions Pvt. Ltd as Software Engineer
Jan 2019 to Sep 2020
Experience in developing application using Java, Python, MySQL, Spring Boot, Microservices,
Serverless and AWS. Also gained useful exposure to Javascript during this period.
UG: B.Tech/B.E. (Computers) from Ramrao Adik Institute of Technology Navi Mumbai in 2017
PG: PG Diploma (Advanced Computing) from CDAC in 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Harsh S. Thakur
Software Engineer seeking roles in Software Development,Application
Programming,Java,Python,Spring Boot,AWS,MySQL,Serverless
Key Skills: Software Engineer,Software Development,Application Programming,Java,Python,AWS,Spring
Boot,MySQL,Eclipse, IntelliJ,
Summary
1 year and 9 months of work experience in developing application using Java, Python,
MySQL, Spring Boot, Microservices, Serverless and AWS.
Software Engineer well-versed in writing code and unit tests, testing the new feature after
coding, deployment, debugging and fixing day to day issues.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Java, Python, Spring Boot
Microservices, Serverless, AWS
Java, Python, C, C++, basic C#
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e0318470918…
https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e03184709185644410b5409… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IntelliJ, PyCharm, Visual Studio Code
Eclipse
MySQL
HTML, CSS, Bootstrap, Javascript,Nuxt.js
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARATHI
Rank 792: Resume 1238 with similarity score 0.024710839000533762
B.E , MS , B.TECH project manager , project planner , associate , security analyst , full time , quality assurance lead , aws architect contractual , security , use case , platforms , kpi , test cases , capex , federation , status , perl , r12 , product management , xml , building , visio , infrastructure , suite , csr , automation , designation , mar , children , hindi , cloud , ltd , english , telcom , agile , smoke , rest , c++ , openid , test strategy , word , javascript , cost reduction , non-functional testing , availability , html , vendors , affirmative action , information technology , oracle , mysql , principles , opex , vendor management , maintenance , email , tomcat , aws , service improvement , project delivery , insourcing , operations , microsoft , languages , mobile , web , api , mentoring , ug , telecom , tamil , wireshark , authentication , oauth , active directory , access control , azure , legacy systems , siteminder , authorization , risk , teams , go , green initiatives , servlets , deliveries , excel , application , focus , adherence , savings , british , servers , transformation , gender equality , network administration , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a14…
https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a140518440c0e0d… 1/3
Current Designation: Authentication Services Manager -IT
Current Company: British Telecom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
British Telecom as Authentication Services Manager -IT
Apr 2014 to Till Date
Lead team of 45 members team with responsibility to deliver Access Control for Web and Mobile Resources across 5
verticals in BT.
Work closely with delivery units on Design, Implementation and Support for authentication services platform.
Taking care of OPEX/CAPEX budget to manage cost of project. Achieved efficiency goals on cost reduction.
Ensuring adherence to security policies, audit standards during all phase project delivery -
Design/Develop/Implement/Support.
Built smart monitoring & risk alerting systems for efficient operations & Infra management, which consists 1000+ servers
with half a dozen security products.
Key focus on automation, simplified process, quality and timely deliveries.
Lead the team from front in CSR activities. Part of programs promoting Gender Equality, Programs to mentor/help
underprivileged children, go-green initiatives.
CA Technologies as Quality Assurance Lead
Oct 2009 to Feb 2014
Security Portfolio Lead for Quality Assurance programs.
Responsible for designing Test Strategy, preparing Test Plan, managing resources to execute quality lifecycle for major
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Krishna Kumar Rajendran
Authentication Platform Manager seeking roles in Project Mgmt, Delivery Mgmt,
Security Platform Mgmt with Skills in SiteMinder, Federation, Azure AD, AWS Cognito,
REST API, OAuth, OpenID, Budget Mgmt, Work with CTIO/MD. Project mgmt with
Agile FM.
Key Skills: Authentication Services Manager,Project Manager-IT/Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution Design,Quality Assurance,Oracle DB,MySQL,MS SQL,AD,Azure AD,AWS
Cognito,AWS Architect Associate Certified
Summary
Expertise in Security domain with specialty in Identity and Access Management. Worked in transformation from legacy systems
to cloud platforms.
Experience in project management and program delivery. Vendor management and Contractual teams.
In last decade built 3 teams from handful of members to a 30+ size. Managed programs for software delivery with 50+ members
in DEV and QA. More than a million dollar savings as part of insourcing projects.
Always keen to simplify, automate and focus on resources efficiency.
I believe people are amazing. With right attitude and support we can bring the best out of them. This have helped me in last
decade building great self-motivated teams. Developed individuals from under performers to SMEs.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a14…
https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a140518440c0e0d… 2/3
product releases.
Handled complex programs involving co-ordination between Development, Product Management & Sustenance Teams.
Mentoring teams on QA Principles, process and use case designing.
Being part of compliance and audit to secure PCI-DSS standards.
Managed 40+ member teams involving Vendors, In-house and onshore resources to manage QA life cycle, Defect life
cycle, Sanity/Regression/Smoke/functional and non-functional testing.
Automating test cases post each release to enrich the automated regression suite.
Extensive experience in Data Tier, Application Tier & Web Tier on various combinations of platform (on-prem as well as
Cloud) and software versions.
Tech Mahindra Ltd as Security Analyst
Feb 2006 to Sep 2009
Part of security access control implementation using CA SiteMinder product.
Requirement Gathering, solution designing, implementing and supporting in live platform.
Part of 24/7 operations team to support issues on authentication platform.
KPI - service improvement, platform availability, security patching.
Lead on platform upgrade of SiteMinder infrastructure.
UG: B.Tech/B.E. (Information Technology) from Anna University in 2005
Other Qualifications/Certifications/Programs:
CEH
AWS Architect Associate
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL Server2k5/8/12
Oracle 10g/11g, DB2 9.x, MySQL5.1
Servlets, JSP, XML
Tomcat 6.x/7.0, Jboss 5.x, Oracle WebLog
C, C++, Java, HTML, Perl
Microsoft - Word, Excel (macros),
PowerPoint, Visio, Project Planner
Wireshark, Cookie Editor
MS Active Directory 2k3/8,
Server R12 SP12, RedHat DS 9
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Tamil Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a14…
https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a140518440c0e0d… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 793: Resume 526 with similarity score 0.024645251152235557
B.S , BSC , BS work from home , graduate student focus , android studio , neo , raspberry pi , mumbai , assessment , project , it , resume , one , organization , campus , technology , technical training , gps , soft skills , learning Assessment
Q1. Why should you be hired for this role?
I am BSc IT graduate Student. I am fresher. Looking for a great opportunity with a mid-large size firm where I can contribute towards upcoming
technology innovations and manage key projects that impact the organization as well as broaden my scope of learning from the organizations
team members. My main focus is on my career and personal growth so that I can make sure that I can be a valuable asset to company.
I am part of TECHNOSERVE program which based on Campus to Technical Careers Program in this program learn about Soft Skills and Technical
Training on Data Sciences. in my last year of graduation I did project on employee tracking system in both way hardware and software. Hardware
I used NEO 6M GPS module with Raspberry Pi. And in software I used android studio. in this project we can track employee location while he
transfer confidential document one branch to another, and higher authority like HR can assign work to employee and employee can give the
feedback on it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Immediately
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 9769613438
Shailesh Wagh
Mumbai
Applied 08 Feb'21
Bachelor of Science B.Sc), IT
Mumbai University MU
2017 - 2020
C2TC
Technoserve, Mumbai
Jan 2020 - Jan 2021
Soft Skills and Technical Training on Data Sciences
employee tracking system
Sep 2019 - Sep 2020
employee tracking system
Rank 794: Resume 1384 with similarity score 0.024564773446681842
MS , BS devops engineer , solutions architect , associate , unix administrator , senior software engineer , full time , team lead , network support version control , suggestions , docker , databases , red hat , status , commitments , continuous integration , build tools , testing , nagios , network infrastructure , components , restoration , server administration , workflow , organization , distance learning , ansible , automation , devops , infrastructure services , designation , mar , deliverables , hindi , cluster , linux server , english , troubleshooting , project , steel , processing , git , dc , itil , javascript , jboss eap , hp-ux , gujarati , reporting , subversion , performing , developers , affirmative action , mysql , uptime , hub , operational activities , maintenance , basic , unix , database administration , bangla , escalation , email , customer applications , tomcat , aws , configuration management , circulation , operations , middleware , containerization , maven , languages , ssl certificates , multipath , patch management , jenkins , rfp , windows server , versioning , oracle database , impact assessment , authorization , compilation , enterprise , due diligence , wintel , participation , user administration , conducting meetings , servers , shell scripting , storage , eclipse , orchestration , administrative , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d14…
https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d140319405c0e0d5… 1/3
Current Designation: Senior Software Engineer ( Serving
Notice Period )
Current Company: 3i Infotech
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
3i Infotech as Senior Software Engineer ( Serving Notice Period )
Jun 2017 to Till Date
Provide Server Administration Support on QA, Dev and PROD environments.
Responsible to create and manage AWS Infrastructure with required Tools and services .
Long experience on Linux Administration and Shell Scripting.
Working on CI/CD lifecycle of Plan, Build and Operate Application and Infrastructure.
Experienced in using Docker components like Docker Engine, Hub, Swarm, Docker Registry, handling Docker images
primarily for middleware installations and domain configurations. Experience with a version control system (GIT preferred)
preferred Technical and Professional expertise.
Hands-on knowledge of Source Code Management (Version Control System) tools like Git with current project and
Subversion (SVN) with previous projects.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Manish Kumar
I am MCA with 8+ years exp. and Certified in hpux , redhat and AWS ,seeking roles as
DevOps Engineer with AWS . Primary Skill - Linux with AWS setup and manage with
git , Jenkins , Docker , Ansible. Secondary Skill - Jboss , mysql ,Network.
Key Skills: Linux Administration, AWS, Devops, Ansible, Docker, GIT, Audit Compliance, JBoss, MySQL Database
Administration, Network Support, Jenkins,
Summary
* Over 8+ years of experience in Linux and Server Infrastructure.
* Good Hands on experience on CI/CD DevOps Lifecycle with AWS Infrastructure -
- AWS ( Infrastructure Services )
- Versioning Tools - SVN and GIT
- Configuration Management - Ansible
- Containerization Tool - Docker
- Container Orchestration - Docker Swarm
- Continuous Integration - Jenkins
- Build Tools - Eclipse / Maven
- Database - MySQL (SQL)
- Monitoring Tools - Nagios
- Scripting Language - Shell Scripting
- Middleware - Jboss EAP 7 , Tomcat
* Good experience on Windows Server and Networking. Well Aware with Server Hardware, Storage.
To be a part of a world class company that provides challenging opportunities to enhance my knowledge and contribute
positively to the growth of the organization and self
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d14…
https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d140319405c0e0d5… 2/3
Responsible to perform administrative task related to all Linux Server i.e. Installation, system updates, patches, version
upgrades, shell scripts etc.
Maintaining maximum uptime and maximum performance capacity for Enterprise Production, QA and UAT/staging using
AWS Auto Scaling / Docker Swarm as required.
Good Ability to understand Database (MySQL and Oracle) and write basic SQL queries for reporting, impact assessment
and Incident troubleshooting.
Good experience in automation with Ansible/Shell Script to provide easy and fast configuration Management for All
Linux/Wintel servers.
Good Experience with monitoring tools such as Nagios.
Demonstrates a strong ability to deliver on project commitments (RFP).
Experience in working with ITIL based delivery model.
Responsible for integration with other IT tools, AUDIT Closer and to manage licenses and SSL Certificates.
Work with software developers to seamlessly movement of applications from development to QA and production.
Secondary Responsibilities: JBoss administration, MySQL Database Administration, Windows Servers Administration,
Network Issue. This role is responsible for performing a wide variety of technical and management operations in AWS
Server and Network Infrastructure.
3i Infotech as Unix Administrator
Mar 2013 to Jun 2013
User Administration & Management in hp-ux / Linux.
Creating & Managing File System.
LVM Configuration and maintenance.
Patch management.
Performing Cluster (HA) Administration & Management.
Assigning LUN, Multipath and provide all the servers related requirement when needed.
Performing Cold Backup & Restoration.
IGNITE Backup when requested by users (Clients).
? Data Protector Management (Backup) and maintenance.
Inspection and resolution of escalated issues by DCO Team.
Overall responsibility of Brain DC related to UNIX / Linux Servers.
Conducting Meetings with higher authorities including BIHAR Govt. as well as
3i InfoTech (About Data Centres Issues and workflow).
Creating and delivering SOW and SOP sessions for down the line employee.
Talbros Infotech as Team Lead
Feb 2012 to Mar 2013
Jobs and Responsibilities:
Compilation and testing of applications on three phase's workflow (Test/UAT/PROD) system.
All SMG activities that are falling in normal and critical categories are closed well within the SLA during the tenure. No
deviation / escalation on CMR/DCR processing.
Turmoil reporting, contributed valued views and suggestions to ITS Development team (TISCO) for getting quality Turmoil.
Raised ACM issues in AST forum and for its effective addressing.
Reviewed and validated new SOW, SOPs of ACM with present deliverables.
Active participation in handling internal and external audits.
L1 Database activity as required by application team.
Performed DBA operational activities for customer applications.
Performance monitoring report circulation of UNIX system to customers
Performed Oracle database due diligence for compiling DCRs of databases scattered across Tata Steel HP
managed systems.
Tools Used:
EPM for CMR Workflow.
UG: BCA (Computers), Correspondence/Distance Learning from IGNOU in 2010
PG: MCA (Computers), Correspondence/Distance Learning from Jaipur National University, Jaipur in 2019
Other Qualifications/Certifications/Programs:
Solutions Architect-Associate
Red hat Certification, RHCSA
CSA-HP-UX11i v3
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d14…
https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d140319405c0e0d5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Ansible, Maven,MySQL,SVN, GIT
Shell Scripting,Docker,Eclipse,
Jboss EAP 7 , Tomcat , AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bangla
Gujarati
Rank 795: Resume 1398 with similarity score 0.024544806934868928
B.E , MS , B.TECH , BS devops , salesforce developer , software developer , change management , full time , part time sosl , api , optimization , core java , robotics , controllers , customer , algorithms , scrum , software solutions , css , classic , devops , jenkins , designation , ug , data migration , vs , profiles , app builder , aura , routing , affirmative action , emc , collaboration , cloud , lightning , model development , hindi , maintenance , ltd , architects , chemical engineering , soql , salesforce.com , authorization , english , status , corporations , agile , sql , email , extensions , record , application , case management , user groups , business process automation , mumbai , business requirements , microsoft , fixing , rest , change management , flow , git , unit testing , validation rules , languages , story , agents , fresco , development projects , one , javascript , tabs , crm , technology , dell , coverages , builders , web , apex , html , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405…
https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405543140b08580… 1/3
Current Designation: Salesforce Developer
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Salesforce Developer
Jan 2019 to Till Date
Project Name : EMC- Service Cloud
Client : Dell
Project Description: Dell is a one of the largest Technological corporations that manufactures, sells, repairs, and supports
computers and related products and services. Case Management module takes care of Internal and external collaboration
of cases in which multiple agents can work to efficiently solve the Customer Case. Case and Asset sync is done between
multiple system to keep these data updated across the system.
RESPONSIBILITIES:
* Requirement Analysis. Creating POC for feasible solution.
* Creating a Routing Technique to Route the Cases to the Qualified Agent.
* Established the connection within different system owned by DELL and EMC
* Updating TFS (Agile Tool) for Estimation, User Story status update, task creation etc.
* Developing requirement using Salesforce configuration and customization technique in Salesforce Lightning. Worked
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHIVANK
Salesforce Developer seeking roles in Salesforce Development,Application
Development,Project Management,Change Management,Requirement
Gathering,Technical Support,Data Structures,Data
Loader,Algorithms,JavaScript,Triggers,Java,Apex,HTML,CSS,SQL, LWC
Key Skills: LWC,Salesforce/Software Developer,Salesforce Development,Application Development,Project
Management,Change Management,Requirement Gathering,Technical Support,Data Structures,Data
Loader,Algorithms,JavaScript,Triggers,Java,Apex,HTML,CSS,SQL,SFDC
Summary
* Having around of 3.8 years of overall IT experience as well in Salesforce CRM as an Administrator /Developer.
* Good knowledge of CRM Business Process. Worked on Salesforce Application Development using Configuration and
Customization.
* Experience in Salesforce Customization like creating Apex Classes, Triggers, Objects, External Objects, Aura Component,
Standard Controllers, Custom Controllers and Controller Extensions.
* Extensive experience of using declarative feature like Validation Rules, Process Builders, Workflows, Visual Workflows,
Email Alerts, Custom Formula Fields, Profiles, Permission Sets and Sharing Rules, Flow(Before Save Flow) for satisfying
complex business process automation.
* Expertise in analyzing business requirements and gathering information required for implementation of the business
requirement.
* Have good working knowledge in querying salesforce.com database using SOQL & SOSL queries and Governor Limits.
* Experience in Salesforce Lightning.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405…
https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405543140b08580… 2/3
on REST API Integration
* Unit Testing requirement in Developer Org. Creating/Optimizing Test Classes for Apex code.
* Pushing component to upper environment through Git.
* Fixing bug/defect raised in User Story. Code optimization, code/peer review.
* Attending Daily Scrum meeting, story grooming sessions and working/discussion sessions with leads and architects.
Fresco Software Solutions Private Ltd as Salesforce Developer
May 2017 to Dec 2018
Client : Incyte
Technologies : SFDC, Force.com, Service Cloud (Salesforce Classic)
Tenure : May 2017 - Dec 2018
Role : Salesforce Developer
* Working as Salesforce Developer
* Having regular interactions with the BAs to understand requirements and have discussions related to requirements
* Created visual workflows that insert Case record based on outbound call response criteria.
* Created Process Builder to retrigger call based on outbound call response criteria.
* Worked on Apex class .
* Worked on post and pre migration deployment
* Modified Apex triggers to implement the required enhancements.
* Worked on Test Coverages for Apex classes.
* Customized different page layouts and assigned them to different profile users.
* Customized tabs among different business user groups.
* Modified Apex class and Apex triggers to implement the required enhancements.
* Maintained source code using Microsoft TFS tool.
* Involved in Unit testing and Test Coverages for Apex classes.
* Created documentations for the developed enhancements.
* Worked on both Waterfall model and Agile model development projects
UG: B.Tech/B.E. (Computers) from AMBEDKAR INSTITUTE OF TECHNOLOGY FOR HANDICAPPED, KANPUR in 2017
Other Qualifications/Certifications/Programs:
Diploma in Chemical Engineering
Salesforce Administration
Salesforce Platform App Builder
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE 2020 3 Year(s) 7 Month(s)
Salesforce Lightning 2020 2 Year(s) 6 Month(s)
APEX 2020 2 Year(s) 6 Month(s)
TRIGGERS 2020 2 Year(s) 6 Month(s)
Salesforce Integration 2020 1 Year(s) 0 Month(s)
LWC 2020 0 Year(s) 6 Month(s)
Lightning Web Component 2020 0 Year(s) 6 Month(s)
Lightning Aura Compenent 2020 0 Year(s) 6 Month(s)
devops 2020 1 Year(s) 0 Month(s)
Jenkins 2020 1 Year(s) 0 Month(s)
SFDX 2020 2 Year(s) 0 Month(s)
SALESFORCE Classic 2020 3 Year(s) 7 Month(s)
JavaScript 2020 1 Year(s) 1 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405…
https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405543140b08580… 3/3
Nature of Employment: Full Time
Role: Programmer
Duration: Jan 2019 - Oct 2020
Onsite / Offsite: Onsite
Team Size: 12
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
CORE JAVA 2020 1 Year(s) 3 Month(s)
Data Structures 2020 1 Year(s) 0 Month(s)
SOQL 2020 2 Year(s) 2 Month(s)
SOSL 2020 2 Year(s) 3 Month(s)
Salesforce developer 2020 3 Year(s) 7 Month(s)
SalesForce Admin 2020 3 Year(s) 6 Month(s)
GIT 2020 2 Year(s) 8 Month(s)
Accenture Robotics Plateform 2020 1 Year(s) 0 Month(s)
Microsoft TFS 2020 2 Year(s) 0 Month(s)
Vs code 2020 2 Year(s) 0 Month(s)
Data Migration 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: EMC Service Cloud
Client: Dell
Skill Used: Apex, Triggers, SFDC, Salesforce, Java
Project Details: Worked on Service Cloud
Rank 796: Resume 1189 with similarity score 0.024533235014303004
BSC , BS , B.E , MS , B.TECH cloud architect , senior specialist , product architect , associate , product development , automation architect , team leader , solution architect , cloud engineer , full time , senior software developer , technical specialist , aws architect ansible , automation , dc operations , continuous delivery , general , microsoft azure , security , designation , devexpress , ug , software deployment , bigfix , affirmative action , oracle , hindi , docker , cmp , public , client-centric , maintenance , ltd , windows , commvault , authorization , english , openstack , iaas , status , c# , email , project , application , configuration management , aws , provisioning , solution architecture , vbscript , ibm , puppet , languages , asp.net , infrastructure , client requirements , amazon , sql server , multi-functional , vmware , leadership skills , service delivery management , rostering , javascript , dynamics , ml , web , crystal reports , technology , cloud computing , google cloud , vsphere , ajax 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f1200100…
https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f120010074215595b0d0… 1/3
Current Designation: Consultant
Current Company: HCL Technologies Ltd
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HCL Technologies Ltd as Consultant
Oct 2011 to Till Date
Growth Path:
Oct?11-Oct?12 Senior Specialist
Oct?12- Jun?15 Technical Specialist
Jul?15- Jun?18 Associate Consultant
Jul?18 till now Consultant
Projects:
Company: HCL Technologies Ltd. ? IOMC
Project Name: ?My Cloud?
Platform: Windows 2012 Server, Windows 2016 Server
Technology: ASP.NET with C# 3.5,Web Service, WCF, MS SQL Server 2016, JavaScript, WCF, Web service AJAX,
SCVMM 2012 R2,2016, VMware 4.1,5.0,5,5,6,6.5, Amazon Provisioning Environment, Azure, Oracle Cloud, OpenStack
Configuration Management Tool : Puppet, Chef & Ansible
Team: 35 members; Period: Since Oct?11
Company: HCL Technologies Ltd - IOMC
Project Name: iAutomate
Platform: Windows 2012 Server, Windows 2016 Server
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
LOKESH GUPTA
Cloud & DC Operations Automation Architect, AWS Architect, Azure , Google Cloud,
IaaS , IT Infra Automation, Product Architect
Key Skills: cloud computing,solution architecture,AWS,Microsoft Azure,GCP,Iaas,Public Cloud,Private Cloud,VMware
Vsphere
Summary
* Currently associated with HCL Technologies Ltd.-IOMC, Noida as Consultant
* Client-centric, multi-functional expert: Monitoring a Team of Cloud Platform-involving Cloud Management Product
Development, analysing CMP Tools and Implementation of Product, Architect & Design Solution based on Existing IT
Infrastructure
* Skilled at managing various business dynamics of a Consulting Business & Cross-cultural Relationships
* Successfully worked for clients in North America, Europe, Middle East & Asia Specific
* Having strong experience in Puppet, CHEF for Software Deployment, Docker for Containers & continuous delivery also
integrating with monitoring tool (CA Nimsoft), Backup (Commvault), Patching (IBM BigFix) & others
* Unique blend of leadership skills wherein leading end-to-end service delivery management and ensuring effective
management of various resources to client requirements; capabilities in optimizing / process performance and efficiencies
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f1200100…
https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f120010074215595b0d0… 2/3
Technology: ASP.Net, MS SQL Server 2016, WCF, Web Service, ML, RBA
Team: 15 members; Period: Jan?18 to Jul?18
G4S IT Services India Pvt. Ltd as Team Leader IT
Jan 2007 to Oct 2011
Growth Path:
Jan'07- Apr'08 Software Developer
May'08- Apr'09 Senior Software Developer
May'09- Oct'11 Team Leader
Projects:
Company: G4S IT Services India Pvt. Ltd.
Project Name: "CIT"
Platform: Windows 2003 Server
Technology: ASP.NET with C# 3.5, MS SQL Server 2005, JavaScript, AJAX, Crystal Reports
Team: 10 members; Period: Since Aug'10
Company: G4S IT Services India Pvt. Ltd.
Project Name: G4S Saturn-Web Based ERP Solution for Group Security Company
Platform: Windows 2003 Server
Technology: C# with ASP.NET 3.5, AJAX, JavaScript, MS SQL Server 2005, Crystal Reports 10, DevExpress
Team: 15 members; Period: Jul'08 to Jul'10
Company: G4S IT Services India Pvt. Ltd.
Project Name: Rostering Kenya
Platform: Windows 2003 Server
Technology: ASP.NET with C# 2.0, AJAX, VB. Net, MS SQL Server 2005, JavaScript, VBScript, Crystal Reports
Team: 3 members; Period: Aug'07 to Jun'08
Company: G4S IT Services India Pvt. Ltd.
Project Name: Securicor Courier Kenya Limited
Technology used: ASP.NET with C# 2.0, MS SQL Server 2005, JavaScript, AJAX.NET, Crystal Reports
Role: Architecture Design & Technical Support
Team size: 8 members; Period: Feb'07 to Mar'07
InfoConn Systems India (P) Ltd as Software Developer-Product Development
Aug 2006 to Jan 2007
Company: Infoconn Systems (India) Pvt. Ltd.
Project Name: InfoCon EDI System
Platform: Windows 2003 Server
Technology: ASP, MS SQL Server 2000, JavaScript, AJAX, Crystal Reports, EDI DevTools
Team: 15 members; Period: Aug'06 to Jan'07
UG: B.Tech/B.E. (Computers) from Rajasthan University in 2004
Other Qualifications/Certifications/Programs:
Associate Solution Architect
Associate Cloud Engineer
Professional Cloud Architect
Microsoft Azure Administrtaor
Education
IT Skills
Skill Name Version Last Used Experience
Windows 2012 Server, Windows 2016 Server
WCF, Web service AJAX, SCVMM
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f1200100…
https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f120010074215595b0d0… 3/3
Nature of Employment: Full Time Duration: Oct 2011 - Oct 2020
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
AWS 2020 7 Year(s) 5 Month(s)
Microsoft Azure 2020 6 Year(s) 3 Month(s)
MS SQL Server 2005, JavaScript, VBScript
GCP 2020 3 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Cloud Management Platform
Client: Multiple
Project Details: CMP,AWS,AZURE,GCP,ANSIBLE,TERRAFORM
Rank 797: Resume 1157 with similarity score 0.02453055458100677
B.E , MS , B.TECH , BS associate , technical consultant , senior consultant , product development , software developer , senior software engineer , full time , application developer core java , controllers , customer , telugu , security , connect , databases , gateway , status , integration testing , continuous integration , xml , pl/sql , business strategy , writing , components , foundation , sql server , spring framework , automated processes , streams , pipeline , registration , coding standards , designation , mar , web services , hindi , cloud , ltd , english , agile , project , mongodb , live , processing , angularjs , following up , forms , performance tuning , computer science , liquibase , itil , struts , web pages , javascript , jprofiler , couchdb , availability , html , performance analysis , general , product requirements , developers , lambda expressions , affirmative action , information technology , oracle , mysql , test scripts , maintenance , kafka , jquery , checks , architecture , email , jpa , google , aws , operations , art , continuous improvement , junit , design patterns , unit testing , maven , languages , multithreading , hibernate , api , spring mvc , sap hana , spring batch , mockito , software solutions , jenkins , css , soap , jmeter , testng , health , azure , authorization , servlets , spring boot , application , restful webservices , product design , led , servers , reviews 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450…
https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450311415b0e0b0… 1/3
Current Designation: Senior Application Developer
Current Company: Mashreq Bank (Optimum Info Sytems)
Current Location: Dubai
Pref. Location: Dubai,United Arab Emirates (UAE),United
Kingdom (UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Information Technology]
Verified : Phone Number | Email - id
Mashreq Bank (Optimum Info Sytems) as Senior Application Developer
May 2020 to Till Date
working as Senior application developer and involved the design and development of new user interface components and
back-end processing capabilities for an exciting system enhancement.
Participated in complete software development lifecycle, including performance, design, development, and testing.
Responsible for API Connect and validations of gateway endpoints
Worked on Azure cloud and responsible for complete pipeline lifecycle.
Performed fully automated unit testing using Junit
Worked on rest, soap API's and worked with micro services architecture.
Used JVM, java8, Spring Boot, Junit, Mockito and CICD architecture.
Wipro as Associate Consultant
Feb 2020 to May 2020
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Suresh Pasupuleti
Senior Consultant seeking roles in Application Development, Client Servicing,
Continuous Integration, Product Design and Development, Integration Testing, Agile,
Core Java, Micro Services, Spring, Hibernate, Maven, Azure, AWS, Angular Js,
Javascript
Key Skills: Senior Consultant, Software Developer, Application Development, Client Servicing, Continuous Integration,
Design Development, Product Development, Requirement Analysis, Integration Testing, Agile, Core Java, JSP Servlets,
Maven, Spring, AWS, Azure
Summary
10+ years of IT experience in Development and Client Server application using Java, J2EE Technologies.
Solid Experience in Objected oriented development, Design patterns and multithreading.
Hands on experience in developing web Application using state of art technologies like Core Java, Servlets, JSP, Struts (1.2 &
2), Hibernate, Liquibase, Spring (Core, MVC, Batch, JDBC, Restful, Security, JPA & Spring Boot), Kafka, JMS, Dockers, SOAP,
Rest web services and Swagger UI.
Experience in SAP HANA, mongoDB, CouchDB, SQL Server, Oracle 10g /11g RAC, MySQL and PL/SQL.
Experience in the client-side technologies using JavaScript, AngularJS, Angular 6, NodeJS, ReactJS and jQuery.
Hands on experience in designing web pages (HTML and CSS).
Experience in Java 8 Concepts like Lambda Expressions, Streams API and Collection API.
Performance Tuning (JMeter & JProfiler tools)
Experience in Health Checks and Integration Tests.
Experience in cloud servers like aws, azure and google
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450…
https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450311415b0e0b0… 2/3
Led a team in the design and development of new user interface components and back-end processing capabilities for an
exciting system enhancement.
Participated in complete software development lifecycle, including performance, design,
development, and testing.
Responsible for API Connect and validations of gateway endpoints
Worked on Azure cloud and responsible for complete pipeline lifecycle.
Capgemini as Senior Consultant
Jul 2018 to Feb 2020
Led a team in the design and development of new user interface components and back-end processing capabilities for an
exciting system enhancement.
Participated in complete software development lifecycle, including performance, design, development, and testing.
Performed Health checks and Integration tests using rest-based architecture (Rest-assured and Arquillian).
Developed fully automated processes using Jenkins and test scripts (Junit, Mockito and Integration Tests).
Developed RESTful webservices and implemented Liquibase extension for SAP HANA.
Engaged with system engineering team to define functional capabilities based on new requirements.
Mentored junior developers in usage of design patterns, best practices, program coding standards and procedures.
Participated in the development of business strategy (using Spring Boot, Spring-security, JPA and Spring MVC).
Performed o-auth authorization and implemented used based services for authentications.
Syniverse Technologies India Pvt ltd as Senior Software Engineer
Mar 2016 to Jul 2018
Implemented new features(block/unblock) using Spring boot and Rest webservices.
Participated actively in the complete software development lifecycle, including performance analysis, design,
development, and testing
Performed fully automated unit testing using Junit, Mockito and TestNG
Created Angular Controllers with rest API calls and Spring MVC controllers.
Involved in developing browser compatibility using React Js, angular JS and Angular4.
Engaged with system engineering team to define functional capabilities based on new requirements.
Implemented Micro Services architecture with Spring Boot and created multilayered environment
Implemented distributed service layers for different DB (mongo DB, Couch DB and Oracle) calls.
Collabera Technologies as Software Engineer
Jul 2014 to Feb 2016
Collaborated with team to understanding new requirements and enhancements.
Participated in the complete software development lifecycle, including design, development, and testing
Performed fully automated unit testing using Junit.
Consumed SOAP Webservices and generated client code using axix2 to trigger the notifications using Spring Batch.
Involved in developing role-based security for the application using spring-security.
Engaged with architectural team to define functional capabilities based on new requirements.
Automated table loads by allowing authorized users to update tables through web application.
Created web-enabled solutions for consumers that monitor critical changes (CRUD operations).
Worked on L2 support in Application Maintenance phase.
Supported for UAT and Sandbox testing.
Alt Wing Technologies as Software Engineer
Jan 2012 to Jul 2014
Analyzing client's requirements and Involved in developing the coding and designing.
Responsible for following up the client with queries while analyzing the requirements.
Involved in developing the code for action classes and action forms using struts/spring framework.
Facilitate to Update all the fields and products, price details in the admin view
Design and development of applications using Java, J2EE, Springs, Struts2, Hibernate & XML.
Involved in Customer Registration, Preparing Invoice modules
Handle total login validations and generated login authentications at every view of the project.
Automates table loads by allowing authorized users to update tables through web application.
Ability for users to update Test databases live.
The Placard Software Solutions as Technical Consultant
Jun 2010 to Jan 2012
Designed and developed high-volume, low-latency applications and delivering high-availability and performance
Contributing in all phases of the development lifecycle
Writing well designed, testable, efficient code.
Prepared and produced releases of software components
Supported continuous improvement by investigating alternatives and technologies and presenting these for architectural
review.
Involved peer code reviews to understand/follow the coding standards.
Responsible to follow up the client tickets/queries for the product requirements/enhancements.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450…
https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450311415b0e0b0… 3/3
UG: B.Tech/B.E. (Computer Science and Information Technology) from jawaharlal nehru technology university in 2010
Other Qualifications/Certifications/Programs:
ITIL 4 foundation
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Dubai
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 2021 6 Year(s) 0 Month(s)
spring boot 2.0 2021 6 Year(s) 0 Month(s)
MySQL 6.0 2019 5 Year(s) 0 Month(s)
Angular js 1.X 2018 3 Year(s) 0 Month(s)
SQL Server 18.5 2021 5 Year(s) 0 Month(s)
SPRING MVC 4.X 2021 8 Year(s) 0 Month(s)
CORE JAVA 6.0 2021 10 Year(s) 0 Month(s)
Struts 2.X 2018 5 Year(s) 0 Month(s)
MAVEN 4 2021 5 Year(s) 0 Month(s)
Hibernate 5 2018 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Rank 798: Resume 1129 with similarity score 0.024515822728962085
B.E , MS , B.TECH software engineer , staff engineer , full time , team lead , technical lead hypervisor , vm , general , jenkins , powershell , kubernetes , microsoft azure , designation , ug , data migration , mar , affirmative action , maintenance , ltd , authorization , office 365 , english , sharepoint , status , email , project , application , aws , less , solution architecture , mumbai , icm , languages , storage , infrastructure , server administration , javascript , engineers , cloud computing , google cloud , microsoft server platforms 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b084…
https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b08400745430a0f5a… 1/2
Current Designation: Staff Engineer - IT
Current Company: Apttus
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Apttus as Staff Engineer - IT
Mar 2018 to Till Date
Worked on Microsoft Azure to support the application developed by Apttus Designed and implemented different solutions
to maintain, manage and run the application effeciently and cost effectively Developed few Powershell scripts to help in
the repetative daily tasks as well as periodic maintenance tasks
Icertis Pvt. Ltd as Sr. Software Engineer
Feb 2016 to Mar 2018
Worked on Microsoft Azure and Google Cloud to support the ICM application developed by Icertis Migrated the company
resources when the company split-up. Local infra, office 365 and Azure resouces were migrated to respecive tenants
Designed and implemented infrastructure changes to optimise the cost and increase effecieny
Convergys India Services Pvt. Ltd as Technical Lead
Dec 2010 to Feb 2016
Started as a Level 1 engineer for Microsoft Server platforms and went on to be promoted as Trainer, Technical Lead and
Tier 3 Worked on Microsoft Exhange, Sharepoint, AD, Azure backup. Hypervisor and Office 365 Trained lfirst batch of evel
1 engineers, Team leads at BellSystems 24, Inc., in Japan for Office 365 Setup the initial team
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
GANGADHAR TANIKONDA
Staff Engineer seeking roles in Cloud Computing,System Analysis,Data
Migration,Resource Planning,Project Management,Client Management,Server
Administration,Solution Architecture,Azure,AWS,Powershell,Jenkins,Kubernetes
Key Skills: Staff Engineer,Team Lead/Tech Lead,Cloud Computing,System Analysis,Data Migration,Resource
Planning,Project Management,Client Management,Server Administration,Solution
Architecture,Azure,AWS,Powershell,Jenkins,Kubernetes
Summary
Result-oriented Professional with over 10 years of experience in Cloud Computing,System Analysis,Data Migration,Resource
Planning,Project Management,Client Management,Server Administration,Solution
Architecture,Azure,AWS,Powershell,Jenkins,Kubernetes
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b084…
https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b08400745430a0f5a… 2/2
UG: B.Tech/B.E. (Electrical) from Nagarjuna University in 2009
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AZURE
Google Cloud
AWS
SHAREPOINT
exchange
NETWORKS
POWERSHELL
Jenkins
HA/DR Designing
Azure Service Fabric
STORAGE
VM Scale sets
Kubernetes
Cross cloud Migration
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 799: Resume 245 with similarity score 0.024472549863681442
MS , MSC , BS digital marketing intern , seo intern , partner , student sales funnels , digital illustration , blogging , media marketing , algorithms , infographics , microsoft office , sem , analytical skills , blogs , platforms , canva , mailchimp , ltd , new trends , editing , project , teamwork , coursera , viral marketing , print , whatsapp , mumbai , mobile marketing , grammar , design thinking , data analysis , landing pages , seo , fundamentals , building , foundation , copywriting , hubspot , email marketing , social media optimization (smo) , lead generation , google analytics , campus , digital marketing , learning , content marketing , marketing automation , online DIPAK CHHOTU JADHAV
dipakjadhav689@gmail.com | Nashik | Mob: 8010792556 Whatsapp: 8806405388
OBJECTIVE
A highly motivated engineer with excellent communication, project management, ability to work in tight
deadlines and analytical skills. Having skilled in SEO, SMM, SMO, Blogging, Content Writing & Lead
Generation looking for opportunities in Digital Marketing Domain
SKILLS
Teamwork Project Management Microsoft Office Data Analysis
Design Thinking Writing/Editing Mobile Marketing Copywriting
Communication SEO/SEM Content Marketing Advertising
Flexibility SMM Tech Savvy Viral Marketing
ACHIEVEMENTS
1)Run Successfully Digidhan Campaign & Social Media Roar Campaign for 8 Months for Nasscom
Foundation as a Digital volunteer
2)Play a Role of Campus Ambassador(CA) at PECFEST 2018 for Punjab Engineering College for (2
Months)
3)Secured 3rd Rank in online GRAMMAR GURU contest by Learning Pundits
4)Worked for Internshala Pvt Ltd as a Internshala Student Partner (ISP12) for 2 months
WORK EXPERIENCE
XLSpace | Magnify Your Lifestyle, Mumbai July 2018-Sept
2018
Work Profile: Digital Marketing Intern
1)Work on On Page & Off Page SEO
2)Utilising Social Media Optimization (SMO) company social platforms
3)Use Google Analytics & Google Webmaster Tool to measure website traffic performance & produce
monthly reports
4)Work on improving brand presence as per new trends and algorithms.
Trippin Traveller Pvt Ltd, Bangalore Nov 2018-Dec
2018
Work Profile: SEO Intern
1)Work on On & Off Page Optimization for entire website
3)Generate Traffic & Performance Reports using Google Analytics.
4)Work on creating infographics using CANVA
5)Generate sales funnels and landing pages for maximising conversions.
6)Work on creating email marketing automation using MailChimp
Internshala Pvt Ltd, Gurgaon Dec 2018-Feb
2019
Work Profile: Internshala Student Partner (ISP) 12
1)Promote Internshala Products & Services in colleges and institutions as well as on social media.
2)Inform candidates new skill based trainings via Internshala Trainings
3)Making digital illustration & infographics to promote in colleges or organizations
Keyline Print Pvt Ltd(Printonlinestore) Aug 2020-Nov
2020
Work Profile: Digital Marketing Intern
1)Work on On Page & Off Page SEO
2)Utilising Social Media Optimization (SMO) company social platforms
3)Use Google Analytics to measure website traffic performance & produce monthly reports
4)Work on lead generation through social media with super targeted content
5)Work on Content Optimization for Website Blogs
EDUCATION
1)Digital Marketing Basics Digital Deepak
2018
2)Online Marketing Fundamentals Google(India) 2018
3)Search Engine Optimization Emarketing Institute 2018
4)Web Analytics Future Learn 2018
5)Bachelor of Mechanical Engineering 67% Pune University 2016
6)MSCIT 72% Mumbai Board 2009
PROFICIENT IN
1)On Page & Off Page SEO
2)Micro Niche Blogging
3)Social Media Optimization (SMO)
4)Social Media Marketing (SMM)
5)Sales Funnel Generation
6)Landing Page Building
7)Email Marketing
8)Graphic Design CANVA
AREA OF INTEREST
1)Search Engine Optimization(SEO)
2)Social Media Marketing(SMM)
3)Content Writing
4)Digital Marketing
5)Email Marketing
EXTRA CURRICULAR
1)Watched How It's Made show on Discovery Science Channel in free time
2)Learn new skills on HUBSPOT, UDEMY & COURSERA in various fields
Rank 800: Resume 693 with similarity score 0.024449680996595134
B.E , MS , B.TECH product development , software developer , senior software engineer , full time , sales operations , full stack developer automation , functionality , core java , jenkins , algorithms , kubernetes , css , designation , developers , mar , object-oriented programming , affirmative action , tamil , web services , docker , loan , web api , maintenance , ltd , kafka , jquery , erp modules , risk , authorization , customer data , english , maps , bootstrap , status , xsl , postgresql , email , application , aws , focus , project estimation , apache fop , less , microservices , angularjs , plus , apache spark , redis , writing , components , obc , git , debugging , building , maven , languages , cortex , html5 , hibernate , hive , charging , spring security , cassandra , es6 , google closure , spring framework , javascript , liaison , search , organization , scheduling , technology , sales operations , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b11…
https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b115544175b0c095… 1/3
Current Designation: Senior Software Engineer
Current Company: Wissen Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Other]
Verified : Phone Number | Email - id
Wissen Technology as Senior Software Engineer
Oct 2020 to Till Date
Working in Wissen as full stack developer in stress squad team,which has primary focus on evaluating the risk involved in
lending loan in different scenarios
Altimetrik as Senior Software Engineer
Aug 2019 to Oct 2020
Developing an web application for interacting with electric vehicle charging remotely
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Balaji Srinivasan
Engineer, Seeking Roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Data Structure,Core Java,J2EE,RESTful Services ,Spring Framework,Elastic
Search,Hibernate,Maven,Git,XSL,JavaScript
Key Skills: Data Structure,Core Java,RESTful Services,Spring Framework,Elastic
Search,Hibernate,Maven,Git,XSL,JavaScript,AWS,Redis,Cassandra,SQL,Apache
hive,Kafka,Spark,kubernetes,Docker,Jenkins,Apache druid,Angularjs,JQuery,Bootstrap,Html5
Summary
A competent professional with 5+ years of experience in Highly Scalable
Software Applications ,Web Services and ERP Product Development
Comprehensive knowledge of using technologies such as J2EE, RESTful services ,
Spring Framework, Elastic Search, Hibernate, Maven,Core Java, Git,XSL,Apache Spark,Apache hive,Kafka,AWS,
JavaScript, Data Structure and Algorithms
Experienced in RESTful services for implementation of life cycles of ERP modules
for multiple locations in co-ordination with development team and end users;
skilled in writing code with object-oriented programming
Capabilities in project estimation, evaluation, liaison with client & project team
and life cycle implementation of various ERP?s
Skilled in code reviewing, code debugging, base table accessing and
minimizing the defects from the projects
Gained exposure by contributing work in Design and Development of various
projects such as Supplier Chain Management, Tool Development &Internal
Framework components
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b11…
https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b115544175b0c095… 2/3
IVTL Infoview Technologies Pvt. Ltd., as Software Engineer
Jun 2015 to Aug 2019
Projects Undertake:
Cortex plus framework
01/2018 - Present
Technologies: Spring, Postgress Sql, Redis, Apache fop, JavaScript Es6,
Google Closure, HTML 5,Angular
Role: Developer- Designing & developing Modules
Description: Working on building framework components
.Authentication and authorization using spring security with Postgress
database. Used maven as main build tool .Cortex plus framework helps
developers to create web page quickly where components with more CSS
and functionality are done in framework level.
SCM (Supplier chain Management)
06/2015 - 01/2018
Technologies: Java 8, spring, Cassandra, Elastic Search ,Kafka ,Redis
,Google closure,Angularjs
Role: Developer- Designing & developing Modules
Description: Working on an internal tool named SCM ; targeting on the
automation of overall sales operations of the organization . The project
is based on storing all the customer data, contract details, creating
maps, organization structure, maintaining process flows, scheduling
meetings & resource planning & allocation.
UG: B.Tech/B.E. (Other) from Anna University in 2015
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA, J2EE 9 3 Year(s) 6 Month(s)
PostgreSQL 10.6 2018 3 Year(s) 6 Month(s)
RESTful Services
AngularJs
CSS AND LESS
MicroServices
JavaScript, HTML
SQL
Hibernate
Web API
Structures and Algorithms
Elastic Search
apache cassandra
Redis and Kafka
MAVEN
Languages Known
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b11…
https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b115544175b0c095… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Proficient
tamil Proficient
Rank 801: Resume 931 with similarity score 0.02441263440989856
B.E , MS , B.TECH software engineer , ui developer , full time , team lead , technical lead redux , general , figma , css , designation , ug , mar , tamil , affirmative action , mysql , oracle , analytics , angular , hindi , photoshop , maintenance , apache , ltd , jquery , authorization , english , status , stakeholder management , rally , email , invision , application , aws , gimp , pl/sql , electronics , languages , html5 , iis , axure , it , mobile , javascript , jira , web 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f004914081…
https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f00491408170745140a5d0f… 1/2
Current Designation: Technical Lead
Current Company: MSys Tech India Pvt. Ltd
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
MSys Tech India Pvt. Ltd as Technical Lead
Sep 2018 to Till Date
Frontend Developer With experience in React (3+ Years), Angular (3+ Years), Javascript (6+ Years), HTML (6+ Years),
CSS (6+ Years)
Cybage as Software Engineer
Sep 2017 to Sep 2018
Sri Granth Software Pvt. Ltd as UI Developer
Nov 2016 to Sep 2017
Axlerate India Private Limited as UI Developer
Feb 2014 to Nov 2016
Javascript, HTML, CSS
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Gokul krishnamurthy
Technical Lead seeking roles in ReactJS, Angular, JavaScript, HTML, CSS
Key Skills: Technical Lead,Team Lead,Software Development,Application Programming,System Programming,Quality
Standards,Requirement Analysis,Delivery Management,Stakeholder Management,Data
Analytics,ReactJS,Angular,JIRA,Rally,MySQL,JavaScript,HTML,CSS
Summary
Front-end Developer with over 6+ years of experience in creating a responsive and mobile-first web application. Familiar in
working with front-end frameworks like Angular, React and integrating it with the various back-end environments like Node JS,
.Net, RoR, JSP.
Work Experience
Education
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f004914081…
https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f00491408170745140a5d0f… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sri Ramanujar Engineering College - Anna University in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
React JS, Angular 2/4/6/8, JavaScript
Redux, jQuery, HTML5, CSS3.
Figma, Axure, Invision
GIMP, Photoshop, Illustrator
Rally, Jira, Clubhouse
MYSQL, ORACLE
AWS, IIS, Apache
SQL Certified Expert, PL/SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 802: Resume 1506 with similarity score 0.024362336914538197
B.E , MS , B.TECH scrum master , it analyst , application development team lead , senior systems engineer , change management , full time , tibco developer continuous process , retail , optimization , functional specifications , production schedules , people management , scrum , sourcetree , scope planning , team management , soap , designation , ug , telecom , mar , affirmative action , conducting , tamil , project plans , docker , maintenance , tibco ems , authorization , risk , english , productivity improvement , teams , enterprise , status , architecture , budgeting , agile , email , modernization , infosys , application , map , focus , leadership , re-engineering , steps , xml , bitbucket , electronics , testing , closure , change management , customer experience , transformation , languages , resolving issues , kannada , jira , javascript , organization , business requirements , international exposure , program management , adb adapter 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b150910…
https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b1509105218145c0e0b… 1/2
Current Designation: Application Development Team Lead
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Other International
Location
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture as Application Development Team Lead
Sep 2019 to Till Date
Key Result Areas:
Managing activities related to requirement analysis, design, architecture, implementation and testing of the application
Leading various concurrent projects with maximum resources of 11+ team members; spearheading complete functions
of projects from scope planning, resource planning, budgeting, cost estimation and people management
Facilitating end-to-end delivery of the project, meeting internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
o Value-adds, continuous process and productivity improvement; expectation management of team
Creating architectural flows to realize business requirements; managing Software Development Lifecycle with focus on
detailed designing, development and architecture
Mapping requirements & providing best solutions for customization, modernization and optimization of applications;
providing specifications for defining & delivering solutions following Agile-based Scrum and Lean methodologies
Coordinating with clients to map & analyze the requirements and perform cost & efforts estimation for assigned
projects; planning production schedules for the steps in the development process
Working closely with key stakeholders to ensure proper alignment and communication of an operating model,
organization, business processes and priorities; leading project closure meetings and addressing all the important issues
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Uday. R
Scrum Master(CSM) with over 09 years of experience in Project/ Program
Management, Software Development, Enterprise Application Integration, Delivery
Management and Team Management & Leadership across Banking, Retail and
Telecom domains
Key Skills: Scrum Master(CSM),Application Development Team Lead,Tech Lead,Software Development,Application
Programming,Project Management,Requirement Analysis,Waterfall,Scrum,SAFe,TIBCO BW,PEGA,SOAP
UI,JIRA,Bitbucket,XML,TIBCO Developer,TIBCO EMS,Adb Adapter
Summary
Scrum Master with over 09 years of experience in Project/ Program Management, Software Development, Delivery
Management and Team Management & Leadership across Banking, Retail and Telecom domains
Skilled in mapping client's business requirements and translating these requirements into functional specifications, services,
and custom solutions to develop software/ application
Exhibited leadership across business functions with expertise in driving improvement methodologies, developing methods &
upgrading processes to improve overall productivity, efficiency, quality & customer experience
Hands-on experience in consulting practice with capabilities in capturing As-Is process, process re-engineering,
transformation, system integration, gaps analysis, and solutions implementation
Gained national and international exposure of working in Mysore, Hyderabad, Mangalore, Bengaluru, Herzogenaurach
Germany, Brussels Belgium, Dusseldorf Germany
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b150910…
https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b1509105218145c0e0b… 2/2
Spearheading the activities related to the implementation phase by formulating project plans, planning resources and
resolving issues arising due to scope creep or other technical matters
Providing/ conducting sessions on Scrum Agile methodology for 5 teams and spearheaded PI planning sessions for
team
Tata Consultancy Service as Assistant Consultant
Mar 2017 to Aug 2019
Growth Path:
Mar'17- Aug'18 as IT Analyst
Sep'18- Aug'19 as Assistant Consultant
Infosys Limited as Senior Systems Engineer
Sep 2011 to Feb 2017
Growth Path:
Sep'11- Mar'12 as Systems Engineer Trainee
Apr'12 - May'14 as Systems Engineer
Jun'14- Feb'17 as Senior Systems Engineer
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visveswaraiah Technological University (VTU) in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Tibco-Business Works 2020 7 Year(s) 6 Month(s)
SCRUM 2020 6 Year(s) 7 Month(s)
Soap UI 2020 5 Year(s) 0 Month(s)
JIRA 2020 6 Year(s) 7 Month(s)
XML 2020 8 Year(s) 5 Month(s)
SourceTree 2020 3 Year(s) 8 Month(s)
Bitbucket 2020 4 Year(s) 5 Month(s)
DOCKER 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Kannada
Rank 803: Resume 749 with similarity score 0.024261378471730658
B.E , MS , B.TECH systems engineer , full time , software developer react.js , functionality , api , core java , general , css , designation , ug , affirmative action , oracle , spring , databases , maintenance , authorization , english , node.js , teams , status , bot , email , infosys , application , mumbai , angularjs , ci , operations , github , rest , chat , django , framework , languages , hibernate , python , javascript , search , web , apps , technology , pipeline , cd , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e12…
https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e120547155b5f01… 1/2
Current Designation: Systems Engineer
Current Company: Infosys Limited
Current Location: Pune
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Chemical]
Verified : Phone Number | Email - id
Infosys Limited as Systems Engineer
Jul 2018 to Till Date
Developed reusable Full Stack modules using Javascript which is used
by all teams in unit.
? Connected chat-bot with databases for various CRUD operations.
Created API end point to be integrated with front end using Django
Rest framework.
? Deployed CI/CD pipeline using Travis CI.
? Implemented Elastic Search for effective searching functionality.
? Worked as Apps DBA for cloning, patching of Oracle Databases.
UG: B.Tech/B.E. (Chemical) from Haldia Institute of Technology (HIT) in 2018
Last Active: 11-Feb-21 Last Modified: 9-Feb-21
Sagar Dutta
Systems Engineer seeking roles in Software Development,Full Stack
Development,Javascript,Python,HTML,CSS,GitHub,Java
Key Skills: Systems Engineer,Software Developer,Software Development,Application Programming,Web
Development,Javascript,Python,HTML,CSS,GitHub,Core Java,Node.Js,Angularjs,Hibernate,React.Js
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Web
Development,Javascript,Python,HTML,CSS,GitHub,Java.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e12…
https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e120547155b5f01… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Javascript, Python, Node.js
Java, HTML, CSS
Django, Angular
SPRING, HIBERNATE
GitHub
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 804: Resume 1556 with similarity score 0.02417287984652403
MS , BS cognos , category manager , long term , business development , merchandiser , product development , part time , full time disney , finalization , transformational , sem , space , promotional , modern trade , seasonal , channel strategy , sportswear , commercials , status , budgeting& forecasting , horeca , sap , product reviews , mumbai , turnover , linen , testing , private brands , clear , project work , email marketing , cognos , discount , google analytics , organization , jda , furniture , emerging markets , ecommerce , mos , magento , retail , footwear , merchandise , designation , jewelry , hindi , ltd , english , external agencies , strategic alliances , leadership , range , technology trends , home products , textiles , javascript , cost reduction , handbags , positioning , cash , general , suppliers , vendors , affirmative action , customer requirements , distribution management , strategic planning , mastering , customer service , private label , p&l management , survey , visual merchandising , business acumen , store opening , seo , languages , mystery shopping , trend analysis , toys , beta , online , functionality , segmentation , ug , analytical skills , relationship building , developments , demographic profiling , institutional sales , sustainable business , accessories , authorization , teams , participation , engage , led , omniture , drive , e-commerce , sas , schedules , metrics 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b5243120047…
https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b52431200470512135b5f01… 1/3
Current Designation: Category Head (General Merchandise)-
Cash N Carry Format
Current Company: Reliance Retail Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Retail
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Reliance Retail Ltd as Category Head (General Merchandise)- Cash N Carry Format
Jul 2015 to Till Date
Growth Path:
July 2015 to Feb 2017 Category Head (Home & Kitchen) - Jiomall
Mar 2017 till date Category Head (General Merchandise)- Cash N Carry Format
Responsibilities:
Manage P&L for the Category, Increase product assortment, Innovate and increase sales across all sub categories
(Furnishing, Furniture, Décor, Toys, Sports)
Launch of Private Label and explore internal and external opportunities to increase PL share.
Ensure delivery schedules and terms and conditions are strictly adhering by suppliers
Identify, Setting up / New Launch Emerging Markets for General Merchandise categories.
Developing exclusive range of merchandise for Horeca, Bulk & Kirana Formats.
Achievements:
Launched exclusive line of merchandise in Home Textiles, to meet HORECA client's requirement
Successfully lead GST implementation project for Non Food Category.
Launch of RIL Private Brands in Distribution Channel & Teleshopping / Ecommerce Channel.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Samir Bhatt
Category Head seeking roles in Customer Service, Category Management, Retail
Management, Channel Management, Merchandising, Business Development,
Business Management, Strategic Alliances, Budgeting, Distribution Management,
Brand Management
Key Skills: Category Head, Merchandiser, Customer Service, Category Management, Retail Management, Channel
Management, Merchandising, Business Development, Business Management, Strategic Alliances, Budgeting, Distribution
Management, Brand Management
Summary
Over 17 Years in Customer Service, Category Management and Retail Management (Offline & Online). Recognized as a
strategic, innovative and transformational leader that delivers results. An accomplished merchant with strong business acumen
and unique blend of highly developed merchandising skills, strategic planning, analytical skills and strong leadership. Possess a
clear understanding of the industry, technology trends, ensuring the achievement of product excellence at the lowest overall
cost.
Core Competencies:
Omni-Channel Merchandising& Marketing
Business Development &Management
Financial Budgeting& Forecasting
Category Management
Strategic Alliances
P&L Management
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b5243120047…
https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b52431200470512135b5f01… 2/3
Lead the Category team for Business development & Project management
Designing Process for a sustainable Business Model to achieve long term objective
Talent Acquisition from various industry, including cross functions.
Setting up processes and evaluating long term partners / vendors
Actively participation in Beta testing, UAT, Dry Run Process.
Shoppers Stop Ltd as Sr Manager (Omni Channel Category - Home &Non Apparels)
Mar 2011 to Jul 2015
Responsibilities:
Category Management for Footwear, Handbags, Sportswear, Beauty / Fragrances, Jewelry, Personal Accessories and
Home. Additional responsibility of Strategic Accounts (Market Place)
Responsible for P/L and Business growth by offering strong product/ price proposition/ merchandise mix and meet annual
targets.
Drive rapid business development and strategic alliances with partners.
Monitor Process from Vendor to the end consumer & analyze customer feedback product reviews.
Monitor and analyze Traffic, Conversion, market trends, and customer requirements.
Evaluate Sites Design, Functionality & Navigations in co-ordination with QA and technical teams.
Actively Participating in Reviews of SEM, SEO & Email Marketing.
Actively Involved in Organization's Long term Project to drive Omni-Channel Strategy
Led the development of strategic alliances, maximizing competitive positioning and designing processes with a long term
prospects.
Achievement
Partnered with key suppliers and internal stakeholders, which resulted consistently increase in share of E-Commerce
channel to company's turnover.
Led Merchandising team, during website platform migration phase (from Novator to Magento)& successfully launch our
website in new platform
Renegotiated Commercials and Terms of Trade with the External Agencies, which resulted in cost reduction by 40%.
Introduced new line of Seasonal Merchandise &Promotional Range.
Successfully managed Email Marketing for 6 months& resulted in Open Rate Growth by 40% by utilizing segmentation
tool, which also resulted in better conversion & reduced Cost
Welspun Retail Ltd as Category Manager (Home Linen - Bed & Bath Category)
Dec 2009 to Feb 2011
Responsibilities:
Strategic & Merchandising responsibility based on forecasting &category profitability; by ensuring MOS targets are met for
all the channels.
P/L responsibility leading to 28% contribution of the Annual Business Plan.
Drive the implementation of the category, merchandise and assortment plans for achieving targeted category sales goals
and other metrics.
Engage in long-term project work, product development, vendor relationship building that maximizes business results and
enables the category to move forward.
Space Allocation & fixture planning & Visual Merchandising for new store & planning of product & promotional calendar,
quarterly.
Responsible for the development of Buyer and Merchandiser & monitoring their developments.
Achievements
Introduced new range of Innovative & Concept Selling Products, which contributed 7% of the overall turnover
&successfully launched Licensee Brands : Disney & Cartoon Network.
Wadhawan Retail Pvt. Ltd. as Sr Buyer - Home & Non Apparels
Aug 2008 to May 2009
Vendor identification & selection & negotiating terms of trade.
Strategizing pre-store opening activities like space allocation, fixture planning, catchments study, mystery shopping,
demographic profiling, planning for promotional calendar & Item mastering.
Piramyd Retail Ltd. as Buyer - Home & GM Pvt Label
Dec 2006 to Jul 2008
Responsible for buying of Home products like Bed, Bath, Kitchen, Living & Dining Categories
Vendor Development and negotiating terms of trade
Interpreted, analyzed and responded to all reports, including OTB, sales reports and seasonal plans.
Forecasting and monitoring budgets & inventory management.
Welspun Retail Ltd. as Senior Executive - Merchandising
Nov 2003 to Dec 2016
Market Survey & Trend Analysis, Samplings & New Range Developments.
Responsible for Category Planning for Distribution, Modern Trade & Institutional Sales.
Costing (including MRP finalization, Discount structures & other promotional schemes
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b5243120047…
https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b52431200470512135b5f01… 3/3
UG: B.Com (Commerce) from Mumbai University in 2002
PG: MBA/PGDM (Marketing), Part time from Mumbai University in 2009
Other Qualifications/Certifications/Programs:
EPM Marketing & HRM
Diploma in Textile Management & Marketing) from SASMIRA
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP Release R/3 (MM / S&D )
JDA, RXL , Busy 3.6, COGNOS, SAS
Magento / Novator
DREAMMAIL
Omniture / Google Analytics
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Proficient
Gujrathi Proficient
Rank 805: Resume 989 with similarity score 0.024129741564925613
MS full time , assistant buyer , merchandiser retail , general , apparel , designation , ug , stock replenishment , affirmative action , hindi , seasonal , solution-oriented , authorization , english , teams , status , email , fashion design , mumbai , range , data analysis , languages , merchandise planning , merchandising , one , analytical capability , javascript , technology , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c150113…
https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c1501130411440b590a… 1/2
Current Designation: ASSISTANT BUYER
Current Company: PUMA
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Retail
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Highest Degree: Masters in Fashion MAnagement
[Fashion Design and Management]
Verified : Phone Number | Email - id
PUMA as ASSISTANT BUYER
Jan 2020 to Till Date
Planning seasonal assortment from the global range which is relevant for the Indian market
Lead the development of National Regional Product to fulfill the gaps in the global product
line
Worked on the development of product line exclusive to the online channel
Collaborated with the marketing team to provide product information and direction for the
activation of key launch stories
Worked with internal and external teams to identify the growth opportunities and maximize
the business
Curated the merchandise kit for Bangalore FC & Mumbai City FC
Analyzing sales on a regular basis to ensure optimal seasonal assortment and identify/react
to in-season opportunities and misses
UG: B.A (Fashion Management) from FASHION DESIGN & TECHNOLOGY in 2017
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
RITIKA JAISWAL
Masters of Fashion Management graduate from NIFT, New Delhi with more than one
and half years of experience in Retail Merchandising and Apparel Buying
Key Skills: Assistant Buyer,Merchandiser,Buying,Merchandising,Category Management,Retail Merchandising,Retail
Planning,Fashion Designing,Merchandise Planning,Apparel Merchandising,Range Planning,Stock Replenishment,Product
Pricing,Data Analysis
Summary
A professional with strong analytical capability, having
experience of more than 1½ years in Buying and
Merchandising. Implemented effective merchandising
strategies in a fast-paced environment. Successfully
held multiple roles with a solution-oriented approach,
working both independently and as a part of a team.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c150113…
https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c1501130411440b590a… 2/2
PG: Masters in Fashion MAnagement (Fashion Design and Management) from National Institute of Fashion Technology
(NIFT), Delhi in 2019
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 806: Resume 819 with similarity score 0.024077016015288825
B.E , B.TECH , BS full time , qa engineer , software developer ecommerce , api , spring mvc , award , functional specifications , general , customer , people management , css , product training , designation , ug , deliverables , mar , affirmative action , conducting , mysql , silver , scratch , high performer , instagram , test cases , authorization , english , executor , status , spring boot , postgresql , ethics , software testing , email , project , smoke , record , defect tracking , application , print , provisioning , mumbai , photos , squish , technology trends , fixing , quora , features , building , languages , django , clear , translation , framework , html5 , hibernate , flask , kannada , preflight , it , python , one , javascript , root cause analysis , intellij idea , paypal 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091…
https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091600434859555b… 1/2
Current Designation: QA Engineer
Current Company: Esko
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Mumbai
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Esko as QA Engineer
Mar 2018 to Till Date
Growth Path: Joined as QA Engineer Trainee and rose to the position QA Engineer (Grade 1)
Role:
Developing & executing software testing activities, and overcoming complex challenges using experience-backed
judgment, strong work ethics and irreproachable integrity
Understanding the requirement, creating the test plan and developing features
Managing the software development functions involving requirement gathering, development of functional
specifications, design & development and co-ordination with customer
Executing projects with respect to cost, resource deployment, time overruns and quality compliance to ensure
satisfactory execution
Collaborating with clients & stakeholders while keeping them informed of progress and issues in order to manage
expectations on all requirements and deliverables
Participating in review meetings with the team to discuss about the progress of projects as well as for identifying gaps
and suggesting effective solutions for the same
Creating & sustaining a dynamic environment that fosters the development opportunities and motivates the high
performance amongst the team members and peers
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
CHETHAN B M
Pursuing PG Diploma specializing in Full Stack Development from IIITB Bengaluru.
With 2.9 years of experience in Software development, Software testing, Requirement
gathering, Project management, Product Training, leading the team.
Key Skills: Project Management,Software Development,Data Structure ,Requirement Gathering ,Software Testing ,Root
Cause Analysis ,Product Training ,Spring Boot,JavaScript, HTML5, CSS, React,C, Java, Python, Django, MySQL,
Hibernate, Spring Mvc, IntelliJ Idea,
Summary
Performance-driven professional with nearly 3 years of experience in Software Testing & Development, Project Execution and
People Management
Immense success in being awarded as the High Performer Achiever of the Year and has been added to the High Performer
Silver Club in Esko
Forward-focused Project Executor with exposure in swiftly completing projects with competent cross-functional skills and
ensuring on-time deliverables within pre-set cost parameters
Rich exposure in defect tracking and resolution processes so that a consistent, documented process is used and followed
Keen analyst with excellence in gathering and understanding requirements of clients & other stakeholders (at strategic and
tactical levels), followed by translation into functional specifications as well as provisioning of suitable solutions
Acquires a clear understanding of the technology trends with the expertise in instituting new practices to achieve business
excellence at the lowest overall cost
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091…
https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091600434859555b… 2/2
Working on a plan to reduce the number of bugs to the other products and fixing them in the next release
Developing and maintaining smoke, performance, functional, and regression tests to ensure code is functioning as
designed
Contributing towards developing features and fixing the issues reported from internal and external customers
Conducting root cause analysis of identified defects and resolving them
Key Projects Managed:
Developed the API for the projects which is same as Quora and created the framework while leading and guiding the
team to complete the project
Played a key role in building:
Discussion forum using Java where multiple users can post the questions and reply them instantly and upvote the
questions
Ecommerce project which is hosted on netlify built using React. where Paypal is used as one of the payment method
Pivotally automated test cases for the desktop application using python which validates the user input and notifies
preflight errors ahead
Development, deploy and bug fixing for client server application which regulates the admin to approve or reject
incoming jobs
Tested the application which creates custom applications and print drivers where the user control the settings
Worked on the ImageHoster from the scratch where multiple user can upload the photos and do some similar task like
Instagram
Highlights:
Bagged Spot Award
Track record of being nominated for the "Rookie of the Year
UG: B.Tech/B.E. (Computers) from Bahubali College of Engineering, Shravanabelagola, Visvesvaraya Technological
University, Belgaum in 2017
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, JAVA, Python
JavaScript, HTML5, CSS, React
MYSQL, POSTGRESQL
Spring, Spring Boot
Hibernate, Squish, Flask
Languages Known
Language Proficiency Read Write Speak
english
Kannada
Rank 807: Resume 927 with similarity score 0.02404375150147497
B.E , MS , B.TECH application support , senior developer , quality assurance , full time , application developer , technical support manager training , general , financial services , atmosphere , designation , developers , telecom , platforms , suggestions , affirmative action , user experience , hindi , basic , ltd , digital , ios , software industry , authorization , english , teams , milestones , enterprise , status , software product management , postgresql , software testing , specifications , email , project , teamwork , agile , introduction to , angularjs , operations management , google maps , facebook , continuous improvement , information science , development work , ipad , led , components , running , fundamentals , building , languages , mobile applications , kannada , communications , javascript , technology , iphone , learning 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f1009435…
https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f10094351474559580e5… 1/3
Current Designation: Apprentice Leader
Current Company: Mu Sigma Business Solutions Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Mu Sigma Business Solutions Ltd as Apprentice Leader
Dec 2016 to Till Date
Multi-tasked to keep all assigned projects running
effectively and efficiently and managed more
than 15 direct reportees at any time
Developed and implemented performance
improvement strategies and plans to promote
continuous improvement.
Created plans and communicated deadlines to
ensure projects were completed on time.
Prepared a variety of different written
communications, reports and documents to
ensure smooth operations.
Participated in continuous improvement by
generating suggestions, engaging in problemsolving
activities to support teamwork.
Proved successful working within tight deadlines
and fast-paced atmosphere.
Led projects and analyzed data to identify
opportunities for improvement.
Mu Sigma Business Solutions Ltd as Senior Developer
Aug 2014 to Dec 2016
Last Active: 2-Feb-21 Last Modified: 1-Feb-21
Siddesh GB
Apprentice Leader seeking roles in Project Management,Operations
Management,Technical Support,Application Support,Software
Development,Application Development,Client Servicing,Software Testing,Software
Quality Assurance,Javascript,Angularjs
Key Skills: Apprentice Leader,Technical Support Manager,Project Management,Operations Management,Technical
Support,Application Support,Software Development,Application Development,Client Servicing,Software Testing,Software
Quality Assurance,Javascript,Angularjs
Summary
A keen learning technical professional with 10 years of experience in project management,client servicing
and with software development skills. Organized, methodical and skilled at overseeing daily milestones
across high-performance teams. Well-versed in building enterprise applications for both desktops and
mobiles using Java, Angular, React JS, Node JS and iOS technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f1009435…
https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f10094351474559580e5… 2/3
Collaborated in team environment to produce
high-quality programs and applications for
software industry.
Evaluated and improved development work ofother developers on team, working to provide
training, constructive criticism and knowledge
transfer.
Reviewed and incorporated latest technology
innovations and development strategies to
improve build speed, quality and end-user
experience.
Evaluated project requirements and
specifications and developed software
applications to meet client expectations.
Optimized the APIs resulting in 60% better
performance
Tata Consultancy Services as IOS Application Developer
Nov 2010 to Jul 2014
Applied Agile software development
methodology to elevate final products and
streamline development efforts.
Maintained existing mobile applications by
designing patches to be applied via iOS
automatic updates.
Worked with quality assurance team to confirm
app compatibility with analogous solutions on
other platforms.
Translated basic design plans into full iOS app
frameworks, delegating project components to
appropriate team members.
Integrated existing third-party APIs to shorten
development times and add interactivity with
Facebook, Google Maps.
Designed user experience frameworks applicable
to multiple screen sizes, including both iPad and
iPhone.
UG: B.Tech/B.E. (Information Science and Engineering) from Malnad College of Engineering, Hassan in 2010
Other Qualifications/Certifications/Programs:
Digital Product Management: Modern Fundamentals
Introduction to Software Product Management
The Complete Product Management Course
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
JavaScript
PostgreSQL
Angular js
Node JS
React js
C
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f1009435…
https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f10094351474559580e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
Kannada Expert
English Proficient
Hindi Proficient
Rank 808: Resume 1413 with similarity score 0.02398422773601503
B.E , MS , B.TECH , BS security consultant , delivery lead , it professional , change management , full time , team lead , sap basis consultant , solution manager sus , core java , security , partition , platforms , linux , project planning , ssl , status , specifications , ccms , ibm aix , testing , components , solaris , restoration , crm , engagements , access , sap project management , designation , deliverables , hindi , windows , english , 12c , os migration , performance tuning , change management , srm , c++ , computer science , notes , process management , maxdb , javascript , business requirements , disk , release strategy , database tools , general , performing , team management , affirmative action , information technology , project plans , add-ons , service delivery , sap projects , strategic planning , email , business units , data pump , project delivery , hp , languages , instructions , balance , sap implementation , management system , sap hana , system monitoring , ug , oracle database , azure , authorization , go , kernel , application , requirements gathering , sap bi , sony , electronics , solman , system performance , pcm , offshore , replication , landscape , rebuilds , it operations management , schedules , load , data guard 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e10…
https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e100442485d0e5a… 1/3
Current Designation: SAP Certified BASIS & HANA Consultant
(Serving Notice Period)
Current Company: Accenture
Current Location: Faridabad
Pref. Location: Delhi / NCR
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Accenture as SAP Certified BASIS & HANA Consultant (Serving Notice Period)
Nov 2014 to Till Date
Key Result Areas:
Leading a team of 15 person and working as an Offshore Basis Delivery Lead
Participating in the project planning and delivery, production support, monitoring, SAP Software upgrades, support
packs and performance tuning of SAP Environments, ensuring the efficient and secure operation of the SAP systems
Planning and implementation of Oracle 12c upgrade strategy throughout the landscape with multiple systems
Maintaining the database healthy and secure by applying the regular security and performance interim patches
Monitoring SAP HANA systems, overall system status and resource usage, status and resource usage of system
components, system performance, disk and memory usage
Performing:
SAP HANA system refresh (Multi node to single node and Single node to Single node)
HANA System replication setup to the DR environment
HANA table reorganization, partition of huge tables and distributed across nodes to balance the load on all the nodes
Regular basis standard tables housekeeping and tablespace administration, table & tablespace reorganization and
index rebuilds on regular basis to improve the performance
Managing SAP HANA users their authorizations and access, Hana Backups and restoration
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
GAURAV MANGLA
SAP HANA Basis Team/Offshore Lead seeking roles in SAP Project
Management,Requirement Gathering,Strategic Planning,IT Operations
Management,Technical Support ,SAP Implementation,Service Delivery,SAP
methodologies,Team Management,SAP Release Strategy
Key Skills: SAP HANA Basis Team/Offshore Lead, SAP Project Management,Requirement Gathering,Strategic
Planning,IT Operations Management,Technical Support ,SAP Implementation,Service Delivery,SAP methodologies,Team
Management,SAP Release Strategy
Summary
Rising Technology Executive, offering nearly 14 years of experience in directing large engagements with notable success in
leading design, development & delivery of complex project across domains
Expertise in SAP implementation including requirements gathering, planning and scoping, application design, configuration,
testing, deployment, and post go-live support
Impactful IT Professional with enriched knowledge of managing project management activities, project planning, design,
scope definition, estimation, resource administration, process management and compliance with quality standards; ensuring
project delivery within time, cost and quality specifications
Skilled in planning and executing the development of SAP HANA S/4 and as a part of evaluation of platforms to implement SAP
across all business units
Managed SAP HANA users their authorizations and access; executed regular system refresh activities of both ECC and BW
systems
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e10…
https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e100442485d0e5a… 2/3
Executing regular system refresh activities of both ECC and BW systems using standard database tools
Spearheading projects from planning to execution; implementing the project plans within preset budgets & deadlines
Developing management plans of projects with regard to work and resources needed; maintaining a detailed plan for
showing resource needs, budget, time schedules and deliverables
Leading & managing SAP projects including project life cycle and providing support on technical and project related
issues
Supporting technical implementation of SAP Systems entailing mapping of business requirements (As-Is & To-Be
Analysis), & contributing towards change management
Deploying correction instructions as per SAP for fix reported bugs; approving & downloading suitable SAP support
packages; deploying SAP support packages as a process of SAP Release Strategy
Computer Science Corporation as SAP Senior Basis Consultant
Sep 2012 to Nov 2014
Key Result Areas:
Performed
OS Migration from Solaris to Linux using data pump
Content Server Installation
ECC, SRM, CRM & Solman Upgrade
o SAP BO 4.0 Installation in Linux
Kernel upgrade and ABAP / Java SPS Update using SPAM/JSPM/SUM
System monitoring - SAP Workload, update fail, locks entries, system Log, ABAP Dumps, background jobs monitoring,
spool monitoring, parameter tuning
Oracle database Reorganization using BRTOOLS
Hardware & datacenter Migration of SAP Systems
Managed System Refresh of ECC, BI, SRM, SUS, SCM, LC, BPC & Content server
Transport Management System, Operation Modes
Applied Support Packs & Add-ons, Applying SAP Notes
Monitored PI & EP system
Configured:
SAP Printers & Unispool
Oracle DR using Data Guard
SSL in PI System
Executed:
EWA and CCMS Configuration on Solution Manager
SSO setup between ABAP & Java
Oracle Upgrade from 10g to 11g, 9i to 11g
ECC EHP7 Update
Oracle Version update & patching via Mopatch utility
Sony India Private Limited as SAP Basis Consultant
May 2011 to Sep 2012
SAP Basis & Security Consultant
Tata Consultancy Services (TCS) as SAP Basis Consultant
May 2007 to Apr 2011
Working as SAP Basis Consultant, Perform System copy, system refresh, client copy and other basis related activities.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Maharishi Dayanand University (MDU), Rohtak in 2006
PG: MBA/PGDM (Information Technology) from Amity University in 2018
Other Qualifications/Certifications/Programs:
HANA 2.0 SPS04 Certified
SAP OS/DB Migration Certified
Azure Fundamental AZ-900 Certified
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e10…
https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e100442485d0e5a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
JSPM, Configtool, VA
Quicksizer, SUM
SAP Net weaver 04
SAP Net weaver 7.0, R/3 4.7
SAP ECC 5.0, ECC 6.0, SAP BI 7.0
Solution Manager 7.0, EHP1
SAP BO PCM 3.5
C,C++, core java
IBM AIX 5.2, 5.3, 6.1
HP UX 11.11, 11.23
Windows 2003, 2007
Oracle 9i, 10g, 11g, MaxDB 7.0
Languages Known
Language Proficiency Read Write Speak
english
hindi
Rank 809: Resume 1482 with similarity score 0.02387612810853967
B.E , MS , B.TECH functional tester , quality assurance , senior software engineer , test lead , full time , test engineer , team lead , systems engineer , test manager manual testing , general , customer , scrum , compatibility testing , designation , developers , regression testing , functional testing , demonstration , ug , affirmative action , hindi , api testing , beginner , test cases , english , authorization , diagnose , teams , go , status , models , embedded , software testing , project , email , agile , integration testing , siebel , teleservices , live , devices , german , smoke testing , business continuity , features , servers , running , strategy , computer science , system testing , preparation , process operations , needs analysis , product testing , client requirements , languages , reporting tool , testers , jira , javascript , technology , root cause analysis , load , test execution , performance testing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400…
https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400215150e090c0… 1/3
Current Designation: Senior Software Engineer -Software
Testing
Current Company: Accenture Services Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Accenture Services Private Limited as Senior Software Engineer -Software Testing
Apr 2015 to Till Date
Roles & Responsibilities:
*Test lead in Switzerland (Planning and Strategy in client location for 24 months)
Project : Swisscom
Project Duration : April 2018 - April 2020
End to End Testing Role in Quality Assurance team in Switzerland Liebefeld (Client Location)
A team was formed to do the shift left testing from older models to current market needs
1. Handling features on a monthly basis .
2. Test case preparation and execution on a regular basis till the monthly code is live.
3. Daily bug reporting and handling along with the embedded testers, developers , agile teams and Management .
4. Review meetings with Solution Designers and Product Owners for better understanding of the changes made every
month .
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Rohit Ray
Senior Software Engineer seeking roles in Software Testing,Manual Testing,Functional
Testing,Integration Testing,System Testing,Regression Testing,Compatibility
Testing,Performance Testing,Smoke Testing,Bug Reporting,UAT Testing,Siebel,Open
UI,Jira
Key Skills: Senior Software Engineer,Tech Lead,Software Testing,Manual Testing,Functional Testing,Integration
Testing,System Testing,Regression Testing,Compatibility Testing,Performance Testing,Smoke Testing,Bug Reporting,UAT
Testing,Siebel,Open UI,Jira
Summary
62 months of testing experience strategy and planning.
Test execution and management of test cases on a regular basis.
Worked as Team Lead in client location (Switzerland) for 24 months.
Proficient in Agile and waterfall methodology.
Proficient in UAT , Regression and Product testing.
Proficient at managing & leading team for running successful process operations.
Has excellent analytical, interpersonal and communication skills.
Proven ability to translate business needs into technology requirements that support the company's business objectives and to
successfully manage all phases of I.T Projects from needs analysis and requirements definition to vendor selection,
implementation.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400…
https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400215150e090c0… 2/3
5. UAT testing along with Business Users .
6. Defect status call at the end of the release with Accenture management .
7. Production support on roll out night and also on Hotfix nights .
8. Functional performance testing on Pre Production .
9 . Product testing with different devices along with Crowd testers from a third party .
10. Daily reporting to client on test progress and defect status .
11. Joining PI Planning and Scrum of Scrum meetings to understand the future scope .
12 . Joining system demo to get an idea of the percentage of changes and amount of testing load per release.
13. Reporting tool used is Jira and hands on experience with Siebel testing and Swagger API testing .
* Test Manager
Role & Responsibility: End to End Testing
1.Continuous Testing Strategy/Concept.
2.System Integration Test Concept with demonstration .
3.Risk Based Testing method with demonstration .
4.Test manager for work packages for monthly release .
5.Test cases and scenarios execution in every release along with team.
6.Hands on experience in Sibel , Open UI Swagger Tool , Jira , Apigee for backend process .
* Sr. Systems Engineer:
Role & Responsibility: Supported an account, working in Siebel and Jira
1.This role primarily demands daily tests and bug reporting along with Uat meeting with business users.
2.Good understanding of Siebel and Open UI.
3.To ensure business continuity in event of disaster situations.
4.Work in coordination with the Developers and Performance team to diagnose the cause and assist in resolving the
issue.
5.Resolving identifiable and reproducible software product problems.
6.Helps the customers by accessing their servers remotely from India, to identify problems that are difficult to reproduce.
7.Assisting customers in trouble-shooting problems and setting configuration.
8.Project Go Live and Testing as per client requirements, Hot Fixes Up-to date & Critical updates for high severity bugs .
9.Performing Root Cause Analysis to the customer for the High Severity incidents.
UG: B.Tech/B.E. (Computer Science) from Biju Patnaik University of Technology (BPUT) in 2014
Education
IT Skills
Skill Name Version Last Used Experience
SIBEL
Open UI Swagger
JIRA
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Oriya Proficient
German Beginner
Projects
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400…
https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400215150e090c0… 3/3
Nature of Employment: Full Time
Project Location: Banglore
Role: Domain Expert
Duration: Jan 2017 - Apr 2018
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: Banglore
Role: Test Engineer
Duration: May 2016 - Dec 2016
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Role: Test Engineer
Duration: Apr 2015 - May 2015
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Testing Poc
Client: Swisscom
Skill Used: Siebel End to End
Role Description: Test Engineer also Test Manager , Siebel testing , Bug reporting , Regression testing
Project Details: Test manager and test engineer for siebel and regression testing
Project Title: Hansenet
Client: Telefonica
Skill Used: siebel tester
Role Description: Test engineer
Project Details: Tedt engineer for siebel testing
Project Title: Bell canada
Client: Bell Teleservices
Skill Used: Siebel testing
Role Description: Functional tester for applet testing and siebel testing
Project Details: Test engineer for applet and open ui siebel testing .
Rank 810: Resume 825 with similarity score 0.02387538868563997
M.TECH , BS , B.E , MS , B.TECH front end engineer , analysis engineer , software developer , full time , product owner version control , controllers , pipes , comsec , flexbox , navigation , digital , node.js , status , bug tracking , invision , mumbai , continuous integration , writing , components , height , html5 , sass , gtm , es6 , mobility , designation , prototype , hindi , photoshop , sublime text , flow charts , json , english , web applications , calculations , ecmascript , project , angularjs , rest , d3.js , prototyping , single page applications , dashboard , web pages , javascript , technology , logics , gujarati , web development , scrum , visual studio , affirmative action , mysql , maintenance , typescript , business logic , advanced , bootstrap , architecture , email , hooks , elicitation , user stories , languages , context , console , malayalam , jira , layout , agile methodologies , ajax , accordion , api , redux , jenkins , css , sketch , validation , directives , authorization , teams , matrix , npm , less , electronics , product design , router , axure , software design , eclipse 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f5248410818…
https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f52484108180643410c0b5c5… 1/3
Current Designation: Front End Engineer -Software
Development
Current Company: Singtel (Datasparks)
Current Location: thushara joseph
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Software Engineering]
Verified : Email - id
Singtel (Datasparks) as Front End Engineer -Software Development
Dec 2019 to Till Date
Project1: Mobility Dashboard in React
Developed the Front-End and User Interface applications using Javascript, Typescript, React
Developed Single Page Applications (SPAs) using React-Router and to enable navigation from one view to the next as
clients performs application tasks.
Involved writing modules using React as a view engine to build component-based application.
Created reusable React components and managed application state with React Hooks and Context
SSR, prefetching achieved using Next.js.
Worked in Agile Methodologies for incremental development to deliver better application.
Used Material Design to theme the app.
Used SWR to handle refreshing of data from API for GET calls.
Creating Custom Hooks to handle common logics like api handling, auto height and with calculations, array manipulations
etc.
Project2: Management Console application in Angular
Moved existing AngularJS controllers and services to Angular 8 components for more responsive and less dependency.
Refactored the client-side validation to decouple the UI and business logic, reduced dependency and event listeners.
Implemented HTTP requests using RxJS Observable library to handle multiple values over time.
Experience in working with the advanced JavaScript such as ECMAScript 6 (ES6).
Used NPM to manage application dependency
ES6 and follow JSHint standard for high code quality.
Applied Semantic UI to design user interface such as Accordion, Tab and Modal.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Thushara Joseph
Front End Engineer | React | Angular.
Looking for opportunities in Bangalore, Pune , Hyderabad, Mumbai
Key Skills: Front End Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Angular2,HTML5,CSS3,Bootstrap,JavaScript AJAX,JSON,Bootstrap,Node.js,REST API,Git
Summary
Eextensive experience in development of web applications with Front - End technologies using both Angular and React Stack.
Strong web development skills with HTML/HTML5, CSS/CSS3, Less/Sass, Bootstrap, JavaScript (ES5/ES6), React, Redux,
React Hooks, React context, Angular and JSON.
Experience in responsive web pages design with Media Queries, CSS Grid Layout, Flexbox and Bootstrap.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f5248410818…
https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f52484108180643410c0b5c5… 2/3
Dentsu Aegis Network as Front End Engineer
Jun 2018 to Dec 2019
Designed the digital prototype for the product during the product design phase.
Hands on Experience on Angular 8 technology for one complete project in rebasing the UI of the application using the
techniques in Angular 8.
Worked Extensively with Angular CLI for creating components, Services, pipes, Directives.
Used various Angular 2 custom directives and developed reusable components and templates that can be re-used at
various places in the application.
Implemented HTTP requests using RxJS Observable library to handle multiple values over time.
Used charts frameworks like D3.js and Highcharts.js for developing and customizing multiple chart types.
Implemented GTM and GA for the application.
Involved in agile software methodologies using TEST DRIVEN DEVELOPMENT(TDD).
Used JIRA for bug tracking. Git is used as a version control tool and Jenkins is used for continuous integration of builds.
Matrix ComSec as Software Design and Analysis Engineer
Jun 2015 to Nov 2016
Requirement elicitation from global clients and converting them into user stories and flow charts.
product designing and prototyping for multiple projects.
Product owner for a scrum team.
Presented prototypes and concept designs using tools like Illustrator, Photoshop & Sketch
Developed website redesign and improved conversions by 300%, using Javascript and HTML5
Collaborated effectively with the marketing and dev teams to achieve quarterly KPIs
UG: B.Tech/B.E. (Electronics/Telecommunication) from Institute for Technology and Management (ITM) in 2015
PG: M.Tech (Software Engineering) from National University of Singapore (NUS), Singapore in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Angular2
HTML, CSS
BOOTSTRAP, JavaScript
AJAX AND JSON
Node.js and REST APIs
D3.js, Highcharts.js, Mapbox.js
Git, SVN
Mysql, Mogo DB
JIRA
Eclipse IDE, IntelliJ
Visual Studio, Sublime Text
Axure, InVision, sketch
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f5248410818…
https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f52484108180643410c0b5c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Malayalam
Gujarati
Rank 811: Resume 841 with similarity score 0.023825689443949916
B.S , MS senior programmer , software developer , senior php developer , full time , php programmer , full stack developer web development , css , designation , ug , apartments , mar , tamil , affirmative action , mysql , prestashop , step , lamp , maintenance , ltd , php , jquery , authorization , farmers , json , english , bootstrap , status , excel , email , project , express , application , mongodb , leadership , angularjs , languages , framework , google maps api , sql server , management system , it , mobile , cms , one , javascript , technology , laravel , html , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b15…
https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b150512495b5a5b… 1/2
Current Designation: Full Stack Developer
Current Company: Al Foah Company
Current Location: abu dhabi
Pref. Location: Bengaluru / Bangalore,Malaysia,Singapore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Email - id
Al Foah Company as Full Stack Developer
Feb 2019 to Jan 2020
Projects worked
* Dates Management System
Framework / CMS: PHP, Laravel 5.8, ReactJs, NodeJs
Database: MS SQL Server
Other Tech's: BootStrap, JavaScript, jQuery, REST API's
Description:
The aim of this project is to develop an ERP application to manage the cycle of receiving dates from farmers,
analyse & categorize the dates according to the standards in system, palletize and ship dates from one warehouse to
another warehouse.
In this project we have developed various REST API's using Laravel which provided to mobile application to do
functions in backend like Palletization, Shipment and so on.
Al Foah Company as Full Stack Developer
Feb 2019 to Till Date
Al Muheet Al Aam Technology as Senior PHP Developer
Sep 2018 to Feb 2019
Framework / CMS: Laravel 5.4, Bootstrap
Database: MySQL
Last Active: 31-Aug-20 Last Modified: 31-Aug-20
KIRUBAKARAN RAJAMANI
PHP | Laravel | React | Angular | Node | Express | MySQL | MongoDb
Key Skills: Software Developer,Software Development,Application Designing,Project Management,Change
Management,Defect Management,Requirement Gathering,Process Improvement,Web
Services,Angularjs,Javascript,jQuery,Bootstrap,Ajax,PHP,MySQL,HTML,CSS,Client Servicing
Summary
A challenging position to grow in leadership and knowledge, excel in innovation and dedicate my skills with a thriving and
dynamic firm
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b15…
https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b150512495b5a5b… 2/2
Other Tech's: JavaScript, jQuery, Google Maps
Description:
The aim of this project is to display properties like Apartments, Hotels for rental / sale, available by location.
Also, we use Google Maps API to highlight available properties by location in the map, give ability to user to select
and go for next step.
Buddies Technologies Pvt. Ltd. as Senior Programmer
Mar 2017 to May 2018
Eventurers Solutions Private Limited as PHP Programmer
Sep 2013 to May 2018
- Web development using PHP, Zend2, Symfony2, Prestashop 1.5/1.6
UG: B.Sc (Computers) from St josephs college of Arts and Science in 2010
PG: MCA (Computers) from Rajiv Gandhi college of Engineering and Technology in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
PHP, LARAVEL, MYSQL 5 Year(s) 0 Month(s)
SQL Server Database, LAMP
JSON, AJAX, Bootstrap 3 Year(s) 0 Month(s)
HTML/CSS , ReactJS, JavaScript 2020 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 812: Resume 1499 with similarity score 0.023825289173466352
B.E , MS , B.TECH software developer , senior software engineer , full time , sql developer , middleware developer codes , retail , award , encryption , core java , general , performing , soap , designation , ug , affirmative action , oracle database , web services , mule esb , tortoise svn , hindi , maintenance , ltd , bar , unix , english , authorization , troubleshooting , teams , status , aggregation , 12c , email , project , sql , application , https , default , mumbai , operations , ibm , electronics , supermarkets , transformations , bus , servers , middleware , flow , shell scripting , connectivity , languages , documentation , ports , javascript , franchise , technology , orchestration , customer relationship management (crm) , message broker 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d47…
https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d470b10145c0c5f… 1/3
Current Designation: Senior Software Engineer
Current Company: Accenture Solutions Pvt Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Senior Software Engineer
Mar 2019 to Till Date
Currently working as middleware developer in Accenture and the project under which I am working is LOBLAW which is
Canada's Largest Retail Company.
Tech Mahindra as Software Engineer -IT
Aug 2016 to Mar 2019
Technical Environment: IBM Integration BUS.
Duration: Aug 2016 - Till date.
Project Description
Implementation of Customer Relationship Management (CRM) solution at SBI. IBM Integration Bus was used to integrate
CRM with other core systems of the bank. IIB was used for transformation of data, orchestrations of services available
from other bank systems.
Roles and Responsibilities:
Interacted with the client and the front-end team for understanding the requirements.
Designed and developed message flows.
Wrote ESQL codes for performing transformations and orchestrations and aggregation of web services and database
operations.
Wrote java codes to standardize the various encryption methodologies used by different systems of the bank to provide a
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Akshatha Shetty
IBM Integration bus and IBM mq developer.
Key Skills: Ibm Integration Bus, ESQL, Message Broker, MQ,Mule Esb,Java
Summary
A Software Professional with more than 4.5 years of development expertise in IBM Integration Bus, IBM MQ, Oracle database
and Java.
Experience in designing & developing message flows using different nodes.
Strong programming knowledge of ESQL and Java.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d47…
https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d470b10145c0c5f… 2/3
single banking standard encryption for the CRM
Deployed BAR files in all environments (Non-Prod and Prod).
Documentation of services built.
Configured integration node and integration server to change the default ports, connect to database by creating new data
source, established HTTPS connectivity by setting up the keystore.
Interacted with the network team regarding traffic flow to IIB servers.
Rectified bugs by proper troubleshooting.
Achievements:
Awarded with 'Pat on Back' and 'spot' award for excellent individual performance.
Team was awarded with 'Best Team Award' for best overall performance amongst all other teams in the entire project.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mangalore Institute of Technology & Engineering, Karnataka in
2016
Nature of Employment: Full Time
Project Location: Navi Mumbai
Role: Programmer
Duration: Apr 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 7 2018 4 Year(s) 4 Month(s)
Oracle 12c 2018 4 Year(s) 4 Month(s)
SQL 12 2018 4 Year(s) 4 Month(s)
IBM MQ 9 2018 4 Year(s) 4 Month(s)
IIB 10, MQ 9 10 2018 4 Year(s) 5 Month(s)
Unix shell scripting
Tortoise SVN
Soap UI, PostMan
RFHUtil, SQL Developer
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: LOBLAW Companies Ltd
Client: Loblaw
Skill Used: Ibm Integration Bus, ESQL, WMB, Unix Shell Scripting, Core Java
Role Description: Designed and developed message flows to transform the data and orchestration of services available in
Loblaw system
Project Details: Loblaw Companies Limited is the largest Canadian food retailer, encompassing corporate and franchise
supermarkets.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d47…
https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d470b10145c0c5f… 3/3
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Feb 2017 - Mar 2019
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: SBI CRM Impact
Client: State Bank of India
Skill Used: Ibm Integration Bus, ESQL, WMB, Message Broker, MQ
Role Description: Result oriented and Software professional with 2 years of experience in IBM Integration Bus, IBM MQ,
Oracle Database and JAVA in Banking and Financial domain.
Project Details: Implementation of Customer Relationship Management (CRM) solution at SBI.
Rank 813: Resume 1040 with similarity score 0.023767836023381096
B.S , MS , BS procurement coordinator , payment specialist , vice president , full time , senior associate , team lead , vp , senior financial analyst training , invoice processing , root cause , flow diagrams , idoc , office , production planning , beginner , kpi , status , r12 , sap , accruals , accounts payable , building , order management , clear , payments , supply chain , procurement , ariba , coordinated , p2p , workflow , forecasting , notification , kt , order tracking , contract management , hindi , ltd , supplier management , english , purchase orders , project , bpo , swift , latin , javascript , tax , freight payment , reporting , general , team management , transporters , vendors , affirmative action , oracle , test scripts , vendor management , pinnacle , process flow , email , sales order , operations , webex , unit testing , languages , smf , system integration testing , assessment , malayalam , manuals , base , financial analysis , ug , tamil , analytics , cost control , sourcing , authorization , sql , less , led , auditing , placing orders , fax , kannada , purchasing , acting , scrap , metrics , presentations 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e19…
https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e1905124751590e… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Dubai
Functional Area: Purchase / Logistics / Supply Chain
Role: Purchase/Vendor Development Mgr
Industry: BPO/ITES
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
DIAGEO Service Limited as Freight Payment Specialist
Aug 2019 to Feb 2020
Worked on project led under VP to clear older freight invoices (Pre Pinnacle and Post Pinnacle)
Collated data from HO, DBSI and GR IR team to work and provide the best resolution and get 85 % of invoices clear for
payment.
Maintained Quality check to avoid duplicate of payment. Prepared check list and informed changes to be made in interface
tools
Contacted SPOC , BU leads , RFH , transporters to work closely and clear the older invoices and work on current invoices
which
are in query.
Allocated the invoices to team and provided daily, weekly report to Senior Managers and Vice president of Supply team .
Cargill Business Pvt. Ltd as Senior Financial Analyst & Acting Team Lead
Feb 2015 to Nov 2018
Role:
* Led transition of Invoice Processing team from U.S (Fargo team)
* Generated reports such as FPMR , GR IR reconciliation, POT analysis, KPI metrics, Reports in SAP, bi-weekly and
monthly metrics and managed conducted every two weeks with Business Heads
* Directed SAP & JDE invoice processing, managed SAP Remedy (Accounts Payable) and coordinated with Business
leads to invoices payments and resolving discrepancies
* Worked in Remedy Process Team raising tickets to expedite invoices payments and travelled to US for remedy ticket
transition
* Identified pricing discrepancies on invoices and notified vendors of denial or short payment
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
SHEEJA MARY P
Freight Payment Specialist seeking roles in Procurement Operations,Financial
Analysis,Invoice Processing,Contract Management,Requirement Gathering,Process
Mapping,Supply Chain Management,Vendor Development,Cost Control,Purchase
Operations
Key Skills: Freight Payment Specialist,Purchase Manager,Procurement Operations,Financial Analysis,Invoice
Processing,Contract Management,Requirement Gathering,Process Mapping,Supply Chain Management,Vendor
Development,Cost Control,Purchase Operations
Summary
* Achievement-oriented professional with nearly 12 years of experience in Procurement, Financial/Business/Reporting
Analysis, P2P functions, Supply Chain Management Stakeholder & Team Management
* Excellence in developing global & local procurement/sourcing strategies encompassing vendor identification and
development & analytical assessment to strengthen the supply chain effectiveness
* Expertise in developing Strategic Supply Chain and Procurement solutions that contributed to top-line & bottom-line
objectives and led to huge improvement in overall business results
* Adroit in Invoice Auditing and Analysis, Order Tracking, Supplier Management, Resolving discrepancies
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e19…
https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e1905124751590e… 2/3
* Supported in implementing a new process which increased communication with vendors resulting in reduced late fees
and smoother payment processing
* Directed a team of 9 people responsible for processing 200 to 300 invoices weekly in SAP and JDE
* Developed & streamlines existing procedures
* Obtained W9's and ensured accurate vendor set-up and assisted vendor management team with accurate details
* Provided solutions to Invoice Processing Team for invoices which were on hold
I Gate Solutions Limited as Senior Associate
Nov 2012 to Nov 2014
Role:
* Worked on:
o Vendor master setup in Aravo (Oracle) and supplier master file data base
o Over all team metrics based on the aging of the workflow in the basket
* Managed activities such as TAT report, SMF data package (daily & weekly) and team metrics
* Administered IDOC failures leading to be payments failure, identified root cause for payment rejection & delay of
payment
* Updated:
o Supplier bank details in Oracle R12 with the help of TGBR, IBAN decoder & swift link
o Updated supplier's phone, fax, & VAT ID understanding tax rules of different countries
* Conducted in unit testing, system integration testing and prepared test scripts and end user manuals
* Attended KT sessions to update knowledge on new issues
* Strengthened relationship with internal & external stake holders and met expectations of client SLA
* Acted as backup of the Senior Team Lead and managed calls, team meetings and presentations
Hewlett Packard Limited as Buyer
Nov 2006 to Nov 2012
Growth Path:
Nov'06-Nov'07 Process Associate
Nov'08-Jun'09 Sr. Procurement Coordinator
Jun'09-Nov'12 Buyer- U.S.A Procurement Team
Role as Sr. Procurement Coordinator and Buyer:
* Worked as a part of Procurement Team including creation of purchase orders, modified and cancelled orders
* Expedited sales orders and simultaneously cross-checked with warehouse to receive the goods at the earliest
* Placed and removed blocks in the product line items, pulled out the open sales order report and confirmed the
unconfirmed orders
* Managed DIMMS (Memory kits) and PL 30 engines and handled long-term Purchasing, Forecasting and Logistics
* Imparted training to new joiners, prepared process documents such as SOP & process flow diagrams and worked on
reports in SAP, extracted on a monthly & daily basis
* Facilitated transactions for indirect procurement of the clients, assisted in production planning, placing orders as per
the forecast,
* Collaborated with supplier and depots for shipment details, building accruals as the product goes obsolete, scrap
management, order management and invoice clearance, knowledge on bill of material, processing of BOM and advance
shipment notification creation for the Latin American orders
* Worked as the Buyer for relocalization process EMEA and in AMS Non Analytics Procurement Team forecasts and
place order with the Supplier Coordinator
* Created & tracked PO for on time goods receipts and developed & processed Bill of Material
* Generated sales orders generation and supervised invoices receipts and managed advance shipment notification
creation for the Latin American orders
UG: B.Sc (Computers) from Mount Carmel College, Bengaluru in 2006
Education
IT Skills
Skill Name Version Last Used Experience
SAP, Oracle, JDE & SQL
Visual Basics, WebEx, Aravo
File Net and MS Office
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e19…
https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e1905124751590e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Job Type: Permanent
Employment Status: Full time
SAP, Oracle, JDE , Basics Ariba, Mortgag 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
kannada Proficient
malayalam Proficient
tamil Beginner
Rank 814: Resume 1047 with similarity score 0.02369840570313007
B.E , MS , B.TECH full stack developer , software engineer , full time , software developer redux , software solutions , workflow management , css , designation , ug , mar , telecom , affirmative action , children , information technology , mysql , user experience , hindi , maintenance , jquery , authorization , english , status , postgresql , b2b , email , project , application , ubuntu , business software , management software , github , rest , software architecture , features , languages , django , e-commerce , python , javascript , suite , administrative , shelter , business requirements , html , mena 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014…
https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014051543500908… 1/3
Current Designation: Software Engineer
Current Company: Openhouse
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Openhouse as Software Engineer
Sep 2020 to Till Date
Developing RESTful APIs with Django for revolutionary product
in the education sector.
Designing and ideating products to redefine educational
engagement for school children.
Soft Corner as Full Stack Developer
Mar 2020 to Sep 2020
Developing workflow management software for organizations
that help MSMEs take off and expand their business.
Expanding purview of the administrative software with
ReactJS and Django.
Western International Group as Full Stack Developer
Nov 2019 to Jan 2020
Developed a suite of products for B2B e-commerce
requirements using Django, jQuery and React.
Incorporated dynamic business requirements of sale and
purchase of goods in the products targeted for the MENA
region.
Last Active: 5-Feb-21 Last Modified: 2-Feb-21
Abhijit Sureshrao Ghate
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Python,JavaScript,Django,REST,jQuery,React,Redux,Thunk,PostgreSQL,MySQL,HTML,CSS
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Python,JavaScript,Django,REST,jQuery,React,Redux,Thunk,PostgreSQL,MySQL,HTML,CSS
Summary
Result-oriented Professional with 3 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Python,JavaScript,Django,REST,jQuery,React,Redux,Thunk,PostgreSQL,MySQL,HTML,CSS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014…
https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014051543500908… 2/3
Melvault Software Solutions as Software Engineer
Jun 2019 to Oct 2019
Built business software solutions for telecom enterprises in 3 different countries. Created, customised and integrated
features in accordance with business requirements.
Shelter Associates as Software Developer
Sep 2017 to May 2019
Designed the software architecture of the company's core project, Shelter App, pertaining to meet the dynamic
requirements of Indian Development Sector work.
Principal development of three core modules using Django, Python, HTML and JavaScript technology stack.
Monitored the quality of the software based on user experience.
Trained and mentored trained junior colleagues.
UG: B.Tech/B.E. (Information Technology) from Savitribai Phule Pune University, Pune in 2015
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
Python 2.7 -
3.9
2021 3 Year(s) 4 Month(s)
DJANGO 2021 3 Year(s) 4 Month(s)
JQUERY 2020 3 Year(s)
Redux 2020 2 Year(s)
PostgreSQL 2021 3 Year(s) 4 Month(s)
HTML 2020 3 Year(s)
GitHub 2021 3 Year(s) 4 Month(s)
UBUNTU 2021 3 Year(s) 4 Month(s)
JavaScript 2020 2 Year(s)
REST 2021 3 Year(s)
REACT 2020 2 Year(s)
Thunk 2020 2 Year(s)
MySQL 2020 3 Year(s)
CSS 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014…
https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014051543500908… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 815: Resume 1487 with similarity score 0.02366924024176695
B.S , MS , BS partner , senior software engineer , full time , change management , team lead resource allocation , finalization , training , traceability matrix , it operations , java swing , test cases , status , specifications , product management , bitbucket , cloud foundry , visio , sql server , weblogic , service delivery management , coordinated , solution development , automation , project support , designation , regression testing , test metrics , mar , hindi , ltd , english , agile , groups , asset management , gap , ibm , change management , estimates , git , documentation , itil , completion , struts , test data , javascript , technology , availability , html , reporting , general , couchbase , developers , affirmative action , mysql , test scripts , project plans , oracle , team leadership , maintenance , software testing , email , prevention , tomcat , configuration management , problem management , test scenarios , microsoft , languages , hibernate , operational excellence , expenses , database , risk assessment , manual testing , spring mvc , jenkins , websphere , tamil , apache , authorization , team building , test environments , application , less , multi-site , clearcase , debugging , bamboo , pivotal , cvs , reviews , metrics collection 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100…
https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100547120c090b0… 1/3
Current Designation: NA
Current Company: NA
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NA as NA
Jan 2021 to Till Date
Accenture Pvt. Ltd as Team Lead - IT
Dec 2009 to Aug 2020
Key Result Areas:
Implemented project plans within deadlines and defined best practices for project support & documentation
Coordinated with developers, discussed technical problems, reported bugs and supported in rectifying issues
Conducted product functional reviews as per test specifications and prepared requirement traceability matrix, test data
& test completion report
Planned & coordinated in the availability of the QA test environments and ensured their compatibility of the same
Ensured the team focuses on Automation on manual efforts for ticket resolution and repeated task
Managed the software quality process involving review of product functions, test specifications & documentation, defect
prevention, metrics collection, team leadership & analysis, debugging & resolution of issues
Spearheaded client/ user/ partner interaction for requirement gathering, risk assessment, finalization of technical
specifications and discussions for effort/ cost/ time estimation and client coordination and reporting
Performed Functional, Integration, System Integration & Regression Testing; verified database and preparing bug
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Srivatsan Narasimhan
Team Lead seeking roles in Software Development,Application Development,Incident
Management,Software Testing,Service Delivery Management,Agile
Methodology,Manual Testing,Product Management,HTML,Java,MySQL,Jenkins,GIT
Key Skills: Team Lead,Tech Lead,Software Development,Application Development,Incident Management,Software
Testing,Service Delivery Management,Agile Methodology,Manual Testing,Product
Management,HTML,Java,MySQL,Jenkins,GIT
Summary
A competent professional with nearly 17 years of rich and extensive experience in contributing to the business and technology
vision and direction by influencing strategies and monitoring execution of major technology initiatives
Extensive experience in ITIL processes including Incident Management, Problem Management, Change Management,
Configuration Management and Asset Management
Expertise in managing IT Operations that include Project Management, Product Management, Multi-Site Program
Management, Delivery and SLA management and Best Practices Implementation
Interfaced with top management and identified business needs; bridged the gap between functional groups and technology
to foster targeted and innovative solution development
Created & managed the estimates, project plan, project schedule, resource allocation and expenses to ensure that targets
were reached
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100…
https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100547120c090b0… 2/3
reports
Organized training sessions on latest technologies and initiated team building activities for operational excellence
Prepared & updated test documentation such as test scenarios, test cases, test scripts, test metrics & test project
status reports
Tech Mahindra Pvt. Ltd as Senior Software Engineer
Mar 2009 to Dec 2009
Senior Software Engineer
Wipro Technologies as Software Engineer
Jun 2006 to Feb 2009
Senior Software Engineer
Vogue Software Services as Software Engineer
Oct 2003 to May 2006
Software Engineer
UG: B.Sc (Maths) from Madras University in 2000
PG: MCA (Computers) from Madras University in 2003
Education
IT Skills
Skill Name Version Last Used Experience
IBM-DB2/400
ORACLE, MS-Sql Server, CouchBase
Hibernate
Java Swing
HTML, JSP, Java Servlet
Microsoft Visio
CVS, IBM-Rational-ClearCase, GIT
Bitbucket
Jboss Rules, Spring MVC, Struts, Nodejs
WebSphere, WebLogic and Apache Tomcat
Apigee (OKAPI2)
Bamboo, Jenkins
Pivotal Cloud Foundry
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100…
https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100547120c090b0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 816: Resume 115 with similarity score 0.023638126783714623
B.TECH , BS work from home , cyber security , recycler cyber security , api , manual testing , training , internships , sqlite , pages , retrofit , go , maps , coders , c programming , splunk , xml , resume , android , electronics , elements , industrial experience , selenium , assessment , python , javascript , ion , apps , technology , widgets , html Assessment
Q1. Why should you be hired for this role?
I am highly motivated for this role also have an industrial experience of 1.5 year in Accenture in different domain.After that I have also done
internship in Android and job also(4 months).I wanted to change my domain and go for development as I have interest in coding.
I like coding and designing.
I also have completed Udemy course of android where I have developed many apps on my own including API Integration.
I have completed an internship.
I am dedicated towards work. I would be great to work here if I get this opportunity.
Thanks
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes, immediately available
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Ayushi Jain
Gurgaon, Pune
Applied 25 Dec'20
Android C Programming C Programming
HTML SQL Java
JavaScript Manual Testing Python
XML
B.Tech Hons.), Electronics and Communication
Raj Kumar Goel Institue Of Technology And Management
2013 - 2017
Percentage: 76.10%
Cyber Security
Accenture, Gurgaon
Jun 2018 - Jan 2020
Worked on Splunk . Now want to change my domain and enhance my skills towards my interest
Android App Development
Kartik Solutions, Virtual
Jul 2020 - Aug 2020
Developed some Apps
Android Course To Develop 21 Different Apps
udemy, Pune
Jul 2020 - Aug 2020
Java, Manual Testing And Selenium
Qspiders, Noida
Sep 2017 - Dec 2017
Demo App
Jun 2020 - Jun 2020
It includes all widgets and UI elements and Login pages ,API Integration, recycler view, media ,Retrofit,maps,SQLite etc
Brain Teaser app
May 2020 - May 2020
Participated in many Hackathons organised by Techgig and Hackerrank . and was able to pass it within 100 coders
CONTACT Phone: 91 8130819054
Completed udemy training in android
Rank 817: Resume 1048 with similarity score 0.023610085891269447
BTECH , MS , BS ui developer , senior ux designer , web designer , user experience designer , full time , flash developer , team lead brochures , milk , healthcare , user friendly , css , designation , sqlite , ug , affirmative action , samsung , flash , user experience , hindi , photoshop , maintenance , ltd , draw , jquery , php , ios , advanced , authorization , english , bootstrap , status , email , project , application , doctors , angularjs , adobe illustrator , ux , android , accessibility , hospitals , pet care , languages , html5 , consultations , flyers , crystal , mobile , convenience , corel , python , search , web , suite , javascript , commerce , clinics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b1…
https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b175511420d0e5f… 1/2
Current Designation: Lead User Experience Designer
Current Company: Crystal BI Technologies Pvt. Ltd.,
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Other Management]
Verified : Phone Number | Email - id
Crystal BI Technologies Pvt. Ltd., as Lead User Experience Designer
Jul 2015 to Till Date
I was the Lead UX Designer in Crystal BI Technologies Pvt. Ltd. I was assigned two products (Web and Mobile UI).
1. " Positra" is a healthcare platform based in India through which users can search, book and get the necessary
information's regarding doctors, clinics, hospitals and pharmacies and make appointments and purchase medicines.
2. Pet24Care is another ongoing product to which I am currently dedicating my time. It is a Seattle, USA based project.
The product is to facilitate users with all kinds of facilities concerning pet care like Veterinarians, Walkers, Groomers,
Sitters etc. Users can also book their appointments accordingly.
In both the products special emphasis is given mostly on appointment convenience, pill and event reminder including
facilities regarding to different Time Zones.
SmarTek Consultation Pvt. Ltd., as Web Designer
Jul 2014 to Jul 2015
I am trained in designing. After joining SmarTek Consultations Pvt. Ltd., I was initially assigned the job of designing various
types of event flyers and brochures. Later on, I was assigned to look into the UI bugs and certain other specific areas
concerning the Samsung Milk product.
Arminious Software Pvt. Ltd. as Flash Developer
Jan 2013 to Apr 2013
I was solely responsible for Handling Flash Project and SQLite. It was a model for pharmacy to add inventories and
generate bills of purchase.
Last Active: 23-Dec-20 Last Modified: 23-Dec-20
SADHANA GOGOI
Lead User Experience Designer, WebTechnologies, HTML5, CSS3, Adobe CC, jQuery,
Corel Draw, Bootstrap, React UI, AngularJs UI, Python UI
Key Skills: lead user experience designer,team lead/tech lead,html5,css3,jquery,corel draw,bootstrap,adobe creative
suite,Senior ux designer ,UI Development
Summary
Advanced designer and UI developer with 8 years of experience in developing interactive websites. The sole motto of my
designing is easy accessibility. I believe in time bound programme by making sure to complete the projects accordingly. Putting
full efficiency to satisfy concerned authority and it's users by focusing on simple user interface (user friendly website, iOS UI,
and Android UI).
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b1…
https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b175511420d0e5f… 2/2
UG: B.Com (Commerce) from IGNOU in 2011
PG: MBA/PGDM (Other Management) from National Institute of Business Management (NIBM) in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Bootstrap, CSS, HTML
jQuery, Corel Draw, PHP
React, Adobe Illustrator
Adode Photoshop CC
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Assamese Proficient
Rank 818: Resume 542 with similarity score 0.0235982832523561
MS work from home react.js , api , express.js , figma , internships , visual studio code , mysql , firebase , pdf , json , dialogues , node.js , astute , resolutions , bootstrap , application , kotlin , video , live , c programming , npm , mongodb , fit , resume , android , running , machine learning , shell scripting , opencv , computer science , assessment , gif , mobile , javascript , form , search , web Assessment
Q1. Why should you be hired for this role?
As i want to explore the Android App Development and touch the every aspect of this field to make a good future in Android App Development. I
am very passionate and always give my full potential to complete my task, since i fulfill most of the skills and qualifications listed in the job
description, it will be good fit for me. I promise to deliver quality work throughout the tenure of the internship. PAST EXPERIENCE : 1 INTERNSHIP
4th May 2020 - 24 July 2020 ASTUTE RESOLUTIONS Developed Android Application using Java & Firebase, JNICMake) and OpenCV to Detect
Face in Video/Image using Machine Learning Face Modal 2 LIVE APP TV Dialogues : Android App. App was running with a backend server which
was providing respective JSON's for the dialogues data. Removed backend dependency and hard coded the json data in the app itself. Link :
https://play.google.com/store/apps/details?id=com.doxtech.tvdialogues 3 PDF VIEWER : Android App to download pdf file form nodejs server
then open it on android. Backend : Express.js Frontend : Android Java Link : https://github.com/shivenderkumar/PdfViewer 4 Search-Giphy-
React : Web App to search gif from 'Giphy' Api using React.js , VSC, npm. https://github.com/shivenderkumar/Search-Giphy-React
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i'm available.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Shivender Kumar
Delhi
Applied 29 Dec'20
Android Kotlin Java
C Programming Data Structures Figma
Firebase JSON JavaScript
MySQL Express.js MongoDB
Node.js ReactJS Shell Scripting
Master of Computer Applications MCA, Computer Science
Bvicam
2018 - 2021
Percentage: 77.00%
Bachelor of Computer Applications BCA
JIMS Rohini
2014 - 2017
Percentage: 60.10%
Mobile App Development
Astute Resolutions, Virtual
May 2020 - Jul 2020
Android Application Development
NIIT, Delhi
May 2019 - Jul 2019
PDF Viewer Android
Apr 2020 - May 2020
https://github.com/shivenderkumar/PdfViewer
PDF Viewer Android App for getting list of files on server and then showing them in the android app.
Backend: Express js
FrontEnd: Android Java
TV Dialogues Android App
Apr 2019 - Aug 2019
https://play.google.com/store/apps/details?id=com.doxtech.tvdialogues
https://github.com/shivenderkumar/PdfViewer
https://play.google.com/store/apps/details?id=com.doxtech.tvdialogues
CONTACT Phone: 91 9711879426
Maintained a live Android App. App was running with a backend server which was providing respective JSON's for the
dialogues data. Removed backend dependency and hard coded the json data in the app itself.
Search-Giphy-React
Aug 2020 - Present
https://github.com/shivenderkumar/Search-Giphy-React
Web App to search gif from 'Giphy' Api using React.js, JSX, Bootstrap, Visual Studio Code, npm.
https://github.com/shivenderkumar/Search-Giphy-React
Rank 819: Resume 1175 with similarity score 0.023553995091680494
B.E , MS , B.TECH , BS system administrator , dialer , cloud engineer , part time , full time reporting , dns server , training , vm , general , windows server , windows 2000 , microsoft azure , security , designation , ug , mar , telecom , advent , affirmative action , mysql , routing , vista , hindi , hub , lead management , active directory , firewall , maintenance , windows administration , ltd , permissions , linux server , software projects , digital , apache , cyberoam , basic , ssl , troubleshooting , red hat , authorization , english , status , email , tomcat , ftp , matrix , aws , configuration management , juniors , photoshop , lpr , less , annual reports , operations , exchange server , mac os , writing , corporate websites , servers , srm , fedora , router , storage , forwarding , languages , documentation , iis , cms , system administration , javascript , xp , history , crm , google cloud , it infrastructure management , file systems , microsoft sql server , database , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d47…
https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d470316105a540d… 1/3
Current Designation: Senior System Administrator
Current Company: Bravura Digital Pvt Ltd
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
BRAVVURA DIGITAL as Senior System Administrator
Sep 2020 to Jan 2021
Bravura Digital Pvt Ltd as Senior System Administrator
Mar 2017 to Till Date
Work Description:
Handling IT Infra and CRM Dialer: - Gurgaon and New York (USA) location.
Deployment & Domain SSL certificate installation
Maintain inventory and asset configuration documentation
Hands on with Domain Active directory , iis , dhcp,dns
Managed Git Hub repositories and permissions, including branching and tagging and deployment on servers via
connecting GIT repositories with servers.
Managing AWS could infrastructure server Creating VMs, monitoring manage port manage storage. Nic Cloud, Microsofr
Azure,Google cloud
Manage switch router and Cyberoam firewall
AD Domain Migration from 2003 till Windows Server 2008.
Fix time wise occurring issue with Windows Servers and Clients as well.
Implementing, managing and troubleshooting Local and Secondly Level DNS Server.
Analytically Good Approach in solving software and Hardware issues.
Managing online Exchange office365 with Managing Exchange roles, Managing Mailbox, mail Tracking, Backup of
mailbox.
Install and Troubleshoot Linux Server Operating system
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Ajit Singh
Senior System Administrator seeking roles in System Administration, Linux
Administration,Configuration Management,IT Infrastructure Management,Desktop
Support,Technical,AWS,Google and
NIC,Support,Installation,Troubleshooting,Linux,MySQL,SVN,Git Hub
Key Skills: Senior System Administrator,System Administration,Windows Administration,Configuration Management,IT
Infrastructure Management,Desktop Support,Technical Support,Installation,Active
Directory,Troubleshooting,Linux,MySQL,SVN,Git,AWS,Microsoft Azure
Summary
Over almost 8 years? experience in IT Infrastructure and Dialer support maintenance, website development including
Deployment and installation of ssl certificate on server, Managing basics of AWS services,Google Cloud and NIC cloud
services..
Experience in tracking, day-to-day tasks monitoring and reporting.
Types of software projects handled ? Git Hub,CMS, CRM, Bitrix tool applications, Annual reports, Corporate Websites.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d47…
https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d470316105a540d… 2/3
Managing apache , tomcat and iis server
Manage and deploy ftp on linux and windows server.
Support and maintenance of LAN. Troubleshooting of day to day
Hardware and network problem. Responsible for 200 machines.
Maintain/oversee daily/Weekly Backup/archiving and restore/retrieval operations, ensuring all required file systems and
system data are successfully backed up as required
Creation, modification General Security Plans and Service Security Plans
Routing Assess.
Give basic training to juniors about all processes
Upkeep, and installation and repair of software client?s side.
1-Installation of Windows 2000, 2003, XP, Linux Red Hat -4
Munch Ado Pvt.Ltd as System Administrator
Apr 2015 to Feb 2017
? Handling IT Infra and CRM Dialer: - Gurgaon and New York (USA) location.
? Deployment & Domain SSL certificate installation
? Maintain inventory and asset configuration documentation
? Hands on with Domain Active directory , iis , dhcp,dns
? Managed Git Hub repositories and permissions, including branching and tagging and deployment on servers via
connecting GIT repositories with servers.
? Managing AWS could infrastructure server Creating VM's, monitoring manage port manage storage.
? Manage switch router and Cyberoam firewall
? AD Domain Migration from 2003 till Windows Server 2008.
? Fix time wise occurring issue with Windows Servers and Clients as well.
? Implementing, managing and troubleshooting Local and Secondly Level DNS Server.
? Analytically Good Approach in solving software and Hardware issues.
? Managing online Exchange office365 with Managing Exchange roles, Managing Mailbox, mail Tracking, Backup of
mailbox.
? Install and Troubleshoot Linux Server Operating system
? Managing apache , tomcat and iis server
? Manage and deploy ftp on linux and windows server.
? Support and maintenance of LAN. Troubleshooting of day to day
? Hardware and network problem. Responsible for 200 machines.
? Maintain/oversee daily/Weekly Backup/archiving and restore/retrieval operations, ensuring all required file systems
and system data are successfully backed up as required
? Creation, modification General Security Plans and Service Security Plans
? Routing Assess.
? Give basic training to juniors about all processes
? Upkeep, and installation and repair of software client's side.
? 1-Installation of Windows 2000, 2003, XP, Linux Red Hat -4
Advent Matrix as System Administrator
Jan 2014 to Mar 2015
ATS Services as Dialer Executive
Nov 2012 to Jan 2014
Handling IT Infra support and maintenance of Dialer Ensemble Pro 5.2 and Aspect
Dialer 6.5, 6.5.1 and 6.6 Unified IP System troubleshooting of day to day.
Dialer & Windows Server Problem.
Regular Updating of Servers Applications
Database - Microsoft SQL Server 2000
? Database and Lead management.
? Writing SQL Queries to generate reports.
? LPR Report update
? SQL Server Backup.
? Call Forwarding Report.
? Call History Report.
? Trouble shooting database problems.
? Managing the Sybase Database.
? The backup data.
? Creation of the reports
SRM Estates Pvt. Ltd as Senior IT Executive
Dec 2011 to Sep 2012
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d47…
https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d470316105a540d… 3/3
UG: B.Tech/B.E. (Computers) from IITTCE College PTU University Jalandhar in 2011
PG: in 0
Nature of Employment: Full Time Duration: Nov 2020 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Window (XP, Vista, 7, 8, 10),
Fedora 12, 13, Linux, Mac Os
Windows Server 2000, 2003, 2008
Exchange server 2003, Photoshop
MS Office- 2003, 2007, 10, 13
SVN, Git, IIS, Apache, MySQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Cloud Engineer
Client: Ministry of AYUSH
Project Details: Working for ministry of Ayush as a cloud engineer
Rank 820: Resume 1201 with similarity score 0.023503206293504286
B.E , MS , B.TECH , BS director , business development , product development , development specialist , full time , lead engineer , practice manager , practice lead , development lead training , liquidation , customer , platforms , angular , node.js , status , digital transformation , components , whole foods , building , django , engagements , organic growth , mobility , global experience , designation , device development , windows , nfc , english , alexa , agile , life science , unit operations , project , leadership , drupal , web & mobile , swift , c++ , juice , strategy , mobile applications , phones , strategic initiatives , javascript , public sector , team development , bfsi , digital services , web development , general , semiconductor , scrum , affirmative action , samsung , vendor management , maintenance , utilization , security compliance , email , google , activiti , aws , vast , multimedia , mobile devices , android , learning and development , languages , sme , toys , technology planning , bpm , cios , validation , ug , telecom , logistics management , ionic , azure , authorization , teams , spring boot , deliveries , symbian , sql , modernization , seeding , apac , gaming , hiring , framework , selenium , python , value chain management , cloud computing , attrition , graphics , liferay 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 1/3
Current Designation: Director of Technoloy - Products &
Platforms Division - Cloud Practices
Current Company: UST Global
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [operation and logistics
management and marketing Management]
Verified : Phone Number | Email - id
UST Global as Director of Technoloy - Products & Platforms Division - Cloud Practices
Jan 2021 to Till Date
Blazeclan Technologies as Practice Head
Jun 2018 to Jun 2018
Enabler of 5X organic growth in 2 years. This demonstrates proven
leadership and governance style that brings high growth and high
employee satisfaction through engagement yet keeping operating
cost lower. Experience in building project, program and service
management and technology practices from group up.
* Spearheading global deliveries, products, practices in software
development and maintenance engagements, modernization
programs, multiple varied size accounts.
* Heading global digital services business with 160+ FTEs. People
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vishal Vasava
Practice Head seeking roles in Software Development,Application
Programming,Project Management,System Analysis,Web Development,Cloud
Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Key Skills: Practice Head,Practice Manager,Software Development,Application Programming,Project
Management,System Analysis,Web Development,Cloud Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Summary
16+ years of truly global experience in IT with renowned and unique organizations including enterprises, services and product
companies, consulting firms
and startups and have performed various of leadership & management and technology roles.
* Rich experience of business development and 50+ customer engagements across the globe including ANZ, APAC, EU , NA
regions with various customers in
industry verticals like BFSI, Communication, media, high tech (digital payment, gaming, mobile devices & semiconductor),
education & life science and
public sector. Vast experience in developing and integrating Operating System components to Web & mobile Applications, their
maintenance, system
integration and modernization of their outdated systems, value chain management, program/project, project management,
service management and digital
transformation engagements.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 2/3
management, learning and development and hiring strategy
* Solved unique challenges of growing account of this size by adding
100 people in a year with zero bench policy and high billing &
utilization, GM, attrition KPIs.
* Responsible for business unit operations including finances(P&L),
presales, hiring & training, people engagement and management,
presales, vendor management, strategy, sales support, PMO and
security compliance
* culture, innovation & excellence activities
* I also engaged in all aspects of business growth including strategic
planning, leading and driving organizational changes, overall
management and execution of strategic initiatives.
* Go To Market strategies, differentiators, accelerators, offerings
* Learning and development plan
* Engineering Excellence Program Engineering culture and Project
management methodology excellence program to improve the value
chain
* EHG - H2(Education) Consulting phase of the program and kick start
and stabilize program & governance for this education domain digital
transformation program including NPV presentation to CIOs for
Australian the largest Education systems provider.
Practices and Competencies
* Cloud Practices - AWS, Azure, Mobility, Alexa/Google home, IoT
* Cloud native application Development, App modernization & Digital
Transformation
* Telecom, Media & BFSI Practices
* Technology Planning, Innovation projects, Competencies in Media
with AWS
BlazeClan Technologies as Practice Head
Jun 2018 to Jan 2021
Accenture Solutions as Practice lead
Feb 2010 to Jun 2018
Consultant at Softcard (Acquired by Google), Accenture
* Managing NFC Payment Product Development teams for iOS, Android and
Windows platform & leading validation and verification team together. I have
worked with SI product of telcos, payment networks, merchants, banks. This
was one of the largest system integration project between AT&T, TMobile,
Verizon, Amex, Chase, Bank of America, Wells Fargo, VISA, Mastercard and
Merchants like Macy's, Jamba Juice, Toys R Us, Whole Foods & more
merchants.
* As a part of various assignments at Softcard and through my 3 years of
engagement, I have worked with Sr. Executives as a seeding member of the team
that grew exponentially. I have seen all phases of startup at Softcard till
liquidation while working at Softcard which eventually got acquired by Google.
* I also managed verification and validation team within product development unit.
TI Symbian Sunset Program, Accenture
* TI Zoom3 & Fujitsu Phone development, GFX and Multimedia subsystem SME
* TI Sunset and product collaborations as Symbian 3 acquired by Accenture
LATIS Billing Product Team Development SME, CenturyLink
* Billing and Taxing product development SME and development specialist for
Accenture scrum teams.
* Scaled Agile product development methodologies
Samsung India Software Operations as Development lead
Aug 2007 to Feb 2010
Development Experience with Samsung device development for commercial phone projects with Symbian, Samsung
Handset Platform & Android OS
customization.
* Lead engineer at Samsung with specialty in graphics framework, camera, application framework, multimedia, windowing
system and 2D/3D graphics OS
modules and frameworks for mobile phones.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 3/3
UG: B.Tech/B.E. (Computers) from Sardar Patel University (SPU) in 2004
PG: MBA/PGDM (operation and logistics management and marketing Management) from Massachusetts Institute of
Technology (MIT), United States in 2021
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
Java/J2EE, selenium
python, C++, C, Objective C
SQL, Ionic, Swift, Spring boot
Angular, React, Node.js
Python - Django, Activiti BPM
Camunda, Spring Boot
liferay, drupal
.NET and many other technologies
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 821: Resume 1202 with similarity score 0.023503206293504286
B.E , MS , B.TECH , BS director , business development , product development , development specialist , full time , lead engineer , practice manager , practice lead , development lead training , liquidation , customer , platforms , angular , node.js , status , digital transformation , components , whole foods , building , django , engagements , organic growth , mobility , global experience , designation , device development , windows , nfc , english , alexa , agile , life science , unit operations , project , leadership , drupal , web & mobile , swift , c++ , juice , strategy , mobile applications , phones , strategic initiatives , javascript , public sector , team development , bfsi , digital services , web development , general , semiconductor , scrum , affirmative action , samsung , vendor management , maintenance , utilization , security compliance , email , google , activiti , aws , vast , multimedia , mobile devices , android , learning and development , languages , sme , toys , technology planning , bpm , cios , validation , ug , telecom , logistics management , ionic , azure , authorization , teams , spring boot , deliveries , symbian , sql , modernization , seeding , apac , gaming , hiring , framework , selenium , python , value chain management , cloud computing , attrition , graphics , liferay 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 1/3
Current Designation: Director of Technoloy - Products &
Platforms Division - Cloud Practices
Current Company: UST Global
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [operation and logistics
management and marketing Management]
Verified : Phone Number | Email - id
UST Global as Director of Technoloy - Products & Platforms Division - Cloud Practices
Jan 2021 to Till Date
Blazeclan Technologies as Practice Head
Jun 2018 to Jun 2018
Enabler of 5X organic growth in 2 years. This demonstrates proven
leadership and governance style that brings high growth and high
employee satisfaction through engagement yet keeping operating
cost lower. Experience in building project, program and service
management and technology practices from group up.
* Spearheading global deliveries, products, practices in software
development and maintenance engagements, modernization
programs, multiple varied size accounts.
* Heading global digital services business with 160+ FTEs. People
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vishal Vasava
Practice Head seeking roles in Software Development,Application
Programming,Project Management,System Analysis,Web Development,Cloud
Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Key Skills: Practice Head,Practice Manager,Software Development,Application Programming,Project
Management,System Analysis,Web Development,Cloud Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Summary
16+ years of truly global experience in IT with renowned and unique organizations including enterprises, services and product
companies, consulting firms
and startups and have performed various of leadership & management and technology roles.
* Rich experience of business development and 50+ customer engagements across the globe including ANZ, APAC, EU , NA
regions with various customers in
industry verticals like BFSI, Communication, media, high tech (digital payment, gaming, mobile devices & semiconductor),
education & life science and
public sector. Vast experience in developing and integrating Operating System components to Web & mobile Applications, their
maintenance, system
integration and modernization of their outdated systems, value chain management, program/project, project management,
service management and digital
transformation engagements.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 2/3
management, learning and development and hiring strategy
* Solved unique challenges of growing account of this size by adding
100 people in a year with zero bench policy and high billing &
utilization, GM, attrition KPIs.
* Responsible for business unit operations including finances(P&L),
presales, hiring & training, people engagement and management,
presales, vendor management, strategy, sales support, PMO and
security compliance
* culture, innovation & excellence activities
* I also engaged in all aspects of business growth including strategic
planning, leading and driving organizational changes, overall
management and execution of strategic initiatives.
* Go To Market strategies, differentiators, accelerators, offerings
* Learning and development plan
* Engineering Excellence Program Engineering culture and Project
management methodology excellence program to improve the value
chain
* EHG - H2(Education) Consulting phase of the program and kick start
and stabilize program & governance for this education domain digital
transformation program including NPV presentation to CIOs for
Australian the largest Education systems provider.
Practices and Competencies
* Cloud Practices - AWS, Azure, Mobility, Alexa/Google home, IoT
* Cloud native application Development, App modernization & Digital
Transformation
* Telecom, Media & BFSI Practices
* Technology Planning, Innovation projects, Competencies in Media
with AWS
BlazeClan Technologies as Practice Head
Jun 2018 to Jan 2021
Accenture Solutions as Practice lead
Feb 2010 to Jun 2018
Consultant at Softcard (Acquired by Google), Accenture
* Managing NFC Payment Product Development teams for iOS, Android and
Windows platform & leading validation and verification team together. I have
worked with SI product of telcos, payment networks, merchants, banks. This
was one of the largest system integration project between AT&T, TMobile,
Verizon, Amex, Chase, Bank of America, Wells Fargo, VISA, Mastercard and
Merchants like Macy's, Jamba Juice, Toys R Us, Whole Foods & more
merchants.
* As a part of various assignments at Softcard and through my 3 years of
engagement, I have worked with Sr. Executives as a seeding member of the team
that grew exponentially. I have seen all phases of startup at Softcard till
liquidation while working at Softcard which eventually got acquired by Google.
* I also managed verification and validation team within product development unit.
TI Symbian Sunset Program, Accenture
* TI Zoom3 & Fujitsu Phone development, GFX and Multimedia subsystem SME
* TI Sunset and product collaborations as Symbian 3 acquired by Accenture
LATIS Billing Product Team Development SME, CenturyLink
* Billing and Taxing product development SME and development specialist for
Accenture scrum teams.
* Scaled Agile product development methodologies
Samsung India Software Operations as Development lead
Aug 2007 to Feb 2010
Development Experience with Samsung device development for commercial phone projects with Symbian, Samsung
Handset Platform & Android OS
customization.
* Lead engineer at Samsung with specialty in graphics framework, camera, application framework, multimedia, windowing
system and 2D/3D graphics OS
modules and frameworks for mobile phones.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 3/3
UG: B.Tech/B.E. (Computers) from Sardar Patel University (SPU) in 2004
PG: MBA/PGDM (operation and logistics management and marketing Management) from Massachusetts Institute of
Technology (MIT), United States in 2021
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
Java/J2EE, selenium
python, C++, C, Objective C
SQL, Ionic, Swift, Spring boot
Angular, React, Node.js
Python - Django, Activiti BPM
Camunda, Spring Boot
liferay, drupal
.NET and many other technologies
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 822: Resume 1243 with similarity score 0.023446759178431503
B.S , MS , BS cloud architect , cto , devops , it professional , solution architect , full time , senior architect , delivery manager , enterprise architect , technical manager , cso training , business case , showcase , customer , security , transformational , architectural patterns , core banking , databases , kpi , status , lloyds , logging , digital transformation , infosys , messaging , mumbai , plus , bitbucket , blockchain , writing , technical design , delivery of projects , payments , sql server , corda , organization , optimization strategies , devops , interfaces , access , designation , temenos t24 , service catalog , architects , english , troubleshooting , calculations , groups , microservices , provisioning , ownership , programming languages , technology trends , architecting , rest , swift , c++ , fedwire , machine learning , strategy , research , javascript , banking solutions , kms , derivatives , connectivity solutions , environment management , r3 , performing , physics , data migration , affirmative action , oracle , principles , readiness , maintenance , capital markets , timelines , email , aws , finacle , microsoft , credit cards , edge , economics , sme , draft , amazon , investment banking , personalization , google tensorflow , apps , cloud services , mentoring , streamlining , migrating , jenkins , ug , harness , new concepts , azure , authorization , teams , approvals , spring boot , deliveries , application , psi , enterprise architecture , drive , finance , bamboo , adoption , python , cloud computing , google cloud , data classification , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917…
https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917014341595c0d0… 1/3
Current Designation: Lead Cloud Architect
Current Company: Accenture
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture as Lead Cloud Architect
Apr 2019 to Till Date
Cloud Economics, draft business case for cloud Migrations, TCO Calculations, optimization strategies
Review applications target architectures, migration roadmap for AWS Cloud Migrations
Provide solutions for automating the infra and app deployments on AWS
Develop tactical/strategic solutions to remediate the blockers in Cloud adoption
Provide solution for data migration from on-prem to Cloud (Oracle, SQL server database at on prem)
Troubleshooting and resolution of issues in migration and Cloud hosting
Review code, provide guidance to the organization and Bank?s team for cloud solutions
Experience integrating applications with AWS services for hybrid deployments
Interact with Amazon Cloud architects globally to define solutions for Banks
Performed Design Authority member role for Tier1 Bank for AWS Cloud readiness
Architectural patterns for Cloud adoption, eg. Networking, Logging/Monitoring, Migrations
Define the governance model and principles for Cloud migration
Define the organization strategic tools and methodologies for AWS Cloud
Present tactical/strategic solution and obtain approvals from key stakeholders in Bank
Experience working with CTO/CSO?s of Banks for organization Cloud architecture
Expertise in TCO calculations, applying levers for cost optimizations
Cloud economics, draft business case for Cloud migrations, optimization strategies
Cloud Migrations & Automations:
Hands on experience in IAC tools AWS CloudFormation, Terraform, AWS Landing Zone, Service Catalog etc.
Troubleshooting and resolution of issues in migration and Cloud hosting
Experience migrating Investment Banking applications (60+ Applications and databases) to cloud for Tier1 UK Bank
Expertise in automating the infra and application deployment solutions on AWS
Provide SME inputs into weekly/daily to working groups responsible for architecting
Design solutions to meet Bank?s regulatory and compliance requirements eg. PSI DSS
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashok Kumar
Lead AWS Cloud Architect with 25+ Cloud Certifications seeking roles in Cloud
Enterprise Architecture, Cloud Migrations, Microservices, Cloud Native development
and DevOps with Automations, Digital Transformation.
Key Skills: Solution/Enterprise Architect,Enterprise Architecture,Cloud Computing,Spring
Boot,Python,Java,Devops,Microservices,AWS
Summary
IT Professional with 19+ years of experience spanning across enterprise architecting and Cloud Architect working with global
Banks to modernize the IT eco-systems. Experience working with CTO/CSO's of Banks for organization Cloud architecture,
Microservices and DevOps automations.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917…
https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917014341595c0d0… 2/3
Ensure solutions meets organization security requirements with CSO agreement
Design solution with security best practices meeting Data Classification, Anonymization requirements using AWS native
services: Secrets Manager, KMS, etc.
Review code, provide guidance to the organization and Bank?s team for Cloud solutions
Performed central Design Authority member for Tier1 Bank for organization AWS Cloud architectures
Define the organization strategic tools and methodologies for cloud
Define the Governance model and architecture principles for services on Cloud
Design the application connectivity solutions and principles on cloud
Design the strategy for the infra-provisioning and environment management of 2000+ applications for the Bank
Design the on-prem to Cloud and Cloud-Cloud inter account data migration strategy
Access the AWS cloud services with the security requirements for the Bank
Ensure solutions meets organization security requirements and obtain CSO approval
Present strategic solution and obtain approvals from key stakeholders in Bank
Experience working with CTO/CSO?s of Banks for organization cloud architecture,
Cloud Economics, draft business case for Cloud Migrations, optimization strategies
Cognizant as Senior Architect Microservices and Cloud
Sep 2012 to Apr 2019
Leading the Cloud SMEs for UK clients and projects to drive various organization initiatives
Training and mentoring of 6000+ associates in organization to for Cloud certifications
Microservices, API and DevOps tools experience
Experience in design and development of microservices and Cloud native applications using Java spring boot, spring
cloud and various microservices frameworks
Experience writing python scripts for automations
Experience in designing API based communication solutions for the Banks using REST API's, Swagger, RAML, Mulesoft
etc.
Experience designing and automating cloud native applications with DevOps tool chain: Git, Bitbucket, Jenkins, Bamboo,
CloudFormation, Chef, Harness and Containers
Banking and Finance Experience
years of experience with Banks as Enterprise Architect, Delivery Manager and Functional SME.
Experience in solutioning/developing and integrating Core Banking and Cards solutions on AWS for major European Bank
Experience performing functional SME role in following areas: Cards & ATM, Payments, Capital Markets, Equity and
Derivatives, Investment Banking and Core Banking
Transformational Technologies in Banking (Cognizant BFS Digital Labs experience)
Blockchain Technologies: Developing Banking solutions using Ethereum and R3 Corda
AI/ML: Designing AI/ML solutions for Banking use cases
The Banking projects involves end to end digital transformation of IT applications of global Banks. API based integrations
for Banking customers on Core Banking solutions like Temenos T24, Cards Management solutions like First Data Vision
Plus.
RESPONSIBILITIES:
End to end solutioning with Bank for AWS Cloud greenfield hosting of Cards and Core Banking application
Create solutioning with AWS Cloud services, microservices frameworks and cloud native apps
Evaluate and recommended the best technical solution to develop solutions with AWS Cloud, DevOps tools with CI/CD
automations, Messaging Systems, Databases
Establish multiple continuous deployment processes and advise on the best practices
Mentoring and training the teams working on AWS Cloud, Microservices to build capabilities within organization
Cognizant BFS Digital Labs does cutting edge research and incubates new concepts through applied R&D projects that
have a significant near-term impact on client's businesses.
Identify key technology trends related to Blockchain, design and develop solutions using blockchain frameworks Ethereum
and R3 Corda
Identify use cases for Banking Personalization and apply AI and ML methodologies to develop the solutions using
Machine Learning libraries in Python and Google TensorFlow
Evaluated various proposals & recommended the best technical solutions to develop the applications on AWS & Azure
Designed the architecture and Provided complete solution to Clients on AWS
Solution designs, consulting on Microservices application using Cloud Native Technologies
Showcase Cognizant capabilities to customers in Blockchain Technologies Ethereum and R3 Corda.
Ownership of the customer portfolio for Portfolio/Delivery Management for the Credit Cards and ATM and Payments
portfolio of Lloyds Banking Group.
Ensuring delivery of projects on agreed timelines and quality. 24*7 support of more than 30+ applications serving Cards
and ATM business of Bank.
Interacting and managing multiple customers and stakeholders expectation
Streamlining the deliveries and managing SLA/KPI's
Infosys as Technical Manager
Sep 2010 to Sep 2012
Employer
Infosys
Duration
2 Years (September-2010 till September-2012)
Programming Languages
Java J2EE, C++
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917…
https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917014341595c0d0… 3/3
Functional Area
Payments System: SWIFT, SEPA, FEDWIRE Messaging
RESPONSIBILITIES:
Responsible for end to end technical design and delivery for the payment interfaces in Finacle Core Banking product.
UG: B.Sc (Physics) from Delhi University in 1998
PG: MCA (Computers) from delhi university in 2001
Other Qualifications/Certifications/Programs:
All 13 AWS, 9 Microsoft, Azure and 3 Google Cloud GCP Certifications
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
devops 2021 0 Year(s) 0 Month(s)
AWS 2021 0 Year(s) 0 Month(s)
Cloud Computing 2021 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 823: Resume 801 with similarity score 0.02344222955692942
B.E , B.TECH senior engineer , software developer , full time , part time , full stack developer react.js , css , designation , ug , vue , affirmative action , mysql , hindi , maintenance , typescript , authorization , english , node.js , status , email , express , application , mongodb , angularjs , languages , es6 , it , javascript , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165…
https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165010130c5b010… 1/2
Current Designation: Senior Engineer
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree as Senior Engineer
Feb 2018 to Till Date
2 years 9 months of experience as full stack developer. Frontend skills are angular, react js, javascript, HTML, CSS.
Backend skills are node js, express js and java. Database used are mongodb and mysql.
UG: B.Tech/B.E. (Computers) from B.I.T. Sindri , Dhanbad in 2017
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
PIYUSH NANDAN
2 years 9 months of experience as full stack developer. Frontend skills are angular,
react js, javascript, HTML, CSS. Backend skills are node js, express js and java.
Database used are mongodb and mysql.
Key Skills: JavaScript,Typescript,MongoDB,MySQL,HTML,CSS,Angularjs,React.Js,Node.Js,Java
Summary
2 years 9 months of experience as full stack developer. Frontend skills are angular, react js, javascript, HTML, CSS. Backend
skills are node js, express js and java. Database used are mongodb and mysql.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Angular, React js, Vue js, CSS 3 Year(s) 0 Month(s)
Javascript, Typescript, ES6, HTML 3 Year(s) 0 Month(s)
Node js, Express js, Java 3 Year(s) 0 Month(s)
Mongo DB, MySql 3 Year(s) 0 Month(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165…
https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165010130c5b010… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 824: Resume 978 with similarity score 0.023404878178589546
B.E , B.TECH front end engineer , software engineer , cro , software developer , backend developer , full time , team lead , full stack developer microsoft azure , sem , connect , bash , docker , mock , status , quick grasping , printing , mumbai , blockchain , gitlab , components , building , ec2 , payments , html5 , sass , soa , corda , pipeline , challenging environment , ix , ansible , automation , graphql , kubernetes , confluence , mar , web services , hindi , cloud , webpack , windows , english , jasmine , agile , project , live , microservices , sprint planning , angularjs , programming languages , ops , rest , react native , puppet , computer science , strategy , yaml , chemicals , dashboard , his , javascript , insurance , dutch , backbase , web development , retro , entity framework , scrum , healthcare , developers , scripting , affirmative action , oracle , mysql , maintenance , typescript , postgresql , architecture , email , aws , junit , unit testing , seo , maven , hibernate , cassandra , mobile , jira , sonar , coaching , online , api , spring mvc , redux , a/b testing , jenkins , migrating , css , nosql , ug , scratch , particular , authorization , go , spring boot , application , test driven development , less , cucumber , framing , s3 , hospitals , e-commerce , state management , selenium , fortify , eclipse , learning , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c1…
https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c13034415585c0c… 1/3
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Brenntag Group as Full Stack Developer
Mar 2019 to Apr 2020
Environment
React, React Native, RN libraries, Typescript, Redux, Saga, html5, css3, web components, jest, SASS, LESS, Nodejs, IX
environment, Mongo dB, Rest API, Git, Java 8, Spring, Maven, Jenkin, Piccard, Cassandra, SEO, SEM, CRO, Optimizing
Content, Corda, DLT, PostgreSQL, Ansible, Sonar, Fortify, power shell, Agile, Scrum, Jira, Confluence
Activities
Working as front-end developer Lead role and dev-ops engineer, Architecture Designing, Architecture Presentation with
POCs, Architecture Strategy, Tech-stacks selection, development CICD pipeline, the product from scratch to production
within one year at E-commerce scaleup company for the project Brenntag connect E-commerce and Brenntag Source
App, from this product customers can place orders of various chemicals products online with payments and download their
orders, edit it and make the change with Brenntag Source. From the E-commerce App, customers can place online orders
for chemicals in blockchain using Corda. Worked with the international's colleagues in Scrum model with agile way of
working, daily stand-up, sprint planning, retro.
Capgemini as Software Developer
Oct 2016 to Mar 2019
Environment
React, Polymerjs, Typescript, LIT HTML, Lit element, OO JS, Web Components, redux, saga, state management, CSS3,
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Izharuddin Khan
Full Stack Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Java,Maven,Spring
Boot,Hibernate,Jenkins,Junit,Cassandra,Oracle,MySQL,Rest
API,Angularjs,HTML,CSS
Key Skills: Full Stack Developer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Java,Maven,Spring
Boot,Hibernate,Jenkins,Junit,Cassandra,Oracle,MySQL,Rest API,Angularjs,HTML,CSS
Summary
I have over 7+ years of experience in IT as a Front-End Engineer Role. Clients where I have developed the product from scratch
to live which is used by the millions of customers was Brenntag, ING Bank, ABN AMRO, Bank of Ireland, Allstate Insurance,
Deutsche Telekom. I started as a software engineer and has developed into a full stack developer more on the front end in a
short time with his quick grasping and learning ability, not only in new technologies programming languages. I work as a front-
end developer to help the other developer and has mostly focused on developing, building, automation testing, CICD phases,
coaching team members for the shipment of the product successfully to the production environment and taking care after the
production. Working in a challenging environment and has build, deployed and maintain infra of custom UI frameworks, Custom
Web Components similar to AngularJS which have been utilized by the module team.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c1…
https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c13034415585c0c… 2/3
SASS, LESS, jest, Gitlab with Kubernetes, Gitlab with docker, CI/CD third party, bash script, Cassandra, Node JS, Java 8,
Spring MVC, REST API, GIT, SVN, Jenkin, Piccard, Ansible, Sonar, Fortify, power shell, bash scripting,
Activities
Working for Assisted channels for the LISA, RINGO and Kijklas project. Developing, building and deploying frontend
application using polymerjs, lit html using various web components from the ING marketplace and pushing our own
custom reusable web components for the internal employer of ING to serve the ING customers better. Project is basically
migrating from Angular to Polymer.Also played a role of guiding front end developers to make them use of polymerjs after
Angular and lit html so that backend developer also put hands on frontend side.
October 2017 - October 2018 (Netherlands) Client ABN AMRO Bank via Capgemini Role Front End Engineer Environment
React, OO JS, functional, React Native, typescript, Web Components, BackBase, HTML5, CSS3, redux, saga, SASS,
LESS, JASMINE, AWS, Node js, Java 8, Spring MVC, REST API, Jenkins, AWS, S3 Bucket, EC2, Graphql query, REST
API, CI/CD, Redux, saga, Selenium Activities I was working for Tikkie app development as Front-end developer using
technologies React framework, React Native for mobile development, Java, Spring MVC, Hibernate, AWS, CICD,
Webpack, babel, typescript, javascript, html5, css3. I am responsible for developing Dashboard of Tikkie app, module and
designing the webpages & custom web. The project was migrating from Angular to react framework, in the sprint I worked
almost both the framework. React Native was the dominant development side.
October 2016 - October 2017 (India) Client Bank of Ireland via Capgemini Role Full stack developer Environment React,
React Native, HTML5, CSS3, SASS, LESS, JavaScript, typescript, Polyfills, Web Components, OOJS, git, Java 8, Oracle
server 2008,REST API, MVVM, entity framework, jasmine unit test, Junit, SOA based architecture, Temenos
Edgeconnect, T24 Web services, Jenkins, Ansible, WebDriverIO, Fortify, Microsoft Azure, Building cloud environment on
Azure using Terraform, Packer, Puppet, Setup automated monitoring environment,YAML config, Cassandra, NoSQL,
CI/CD Activities Requirement gathering and solution framing, estimations. Designing and developing particular web page
reference to wireframe. Developing Custom components and putting it in BOI marketplace and making it available for
other developers for reusability. Fast moving Agile development of Responsive web development for all breakpoints.
Implement best programming practices in software engineering. Integration with web services and micro services.
Consuming Rest API after testing with mock-data for API. Unit testing of Angular Development.
Deutsche Telekom Healthcare Solutions as Software Developer
Mar 2016 to Oct 2016
Environment Angular2+ , NgRx, RxJs, A/B testing, HTML5, CSS3, Typescript, Javascript Activities To meet the product
development deadline in every sprint. Test driven development including REST API as well as UI. To give demo of my
assigned stories after sprint. To coordinate and help new developer.The application is used by 2000 hospitals of Germany
from patient level to administration level of hospitals. Migrating windows applications into the web application after
developing Custom Angular Framework. This application is developed to managed documents, patient, patients' cases,
printing x-rays report, generating report at different editor level on the go.
UG: B.Tech/B.E. (Computer Science and Engineering) from Punjab Technical University (PTU) in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Angularjs, Angular 2+,
JavaScript, TypeScript
RxJs, NgRx, Jasmine
HTML/CSS, Nodejs
Jest, Junit
Confluence, IntelliJ,
WebDriverIO, Eclipse
Java 8, Maven
Spring Boot, Hibernate
Jenkins, Junit, Sonar
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c1…
https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c13034415585c0c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
TFS, Cassandra, Oracle
MySQL, Rest API
Oracle, Postgres, NoSQL
MicroServices
Gitlab, docker, Kubernetes
Ansible, puppet, GIT version
Cucumber, Fortify
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Dutch
Rank 825: Resume 702 with similarity score 0.023365715342119356
B.E , MS , B.TECH , BS software engineer , full time , software developer react.js , spring mvc , web development , core java , general , telugu , css , notepad++ , mar , visual studio , affirmative action , tamil , web services , hindi , beginner , sublime text , maintenance , adobe , authorization , english , status , spring boot , sql , email , project , application , less , forms , github , swift , flow , languages , html5 , spring framework , javascript , eclipse , technology , inkscape 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a5816…
https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a58160a44445b085b… 1/2
Current Location: Kadapa/Cuddapah
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Newgen Software Technologies as Software Engineer
Aug 2019 to Aug 2020
Designed forms for banking , Validating forms , and webservices.
Newgen Software Technologies as Trainee Engineer
Jan 2019 to Jul 2019
UG: B.Tech/B.E. (Computers) from hindustan institute of technology and science in 2019
Last Active: 29-Jan-21 Last Modified: 26-Jan-21
Bhargava Raju Veligandla
Software Engineer seeking roles in Software Development, Application Programming,
Coding, Web Development, With Skill set in React JS ,Core Java, Spring, JavaScript,
Web Services, MS SQL, Eclipse IDE, Inkscape
Key Skills: React.Js, Core Java, Spring, Javascript, Html5, CSS, Spring, Spring Mvc,Spring Framework
Summary
Skilled professional with 1 year 7 months of experience in Software Development, Application Programming, Coding, Web
Development, With skill set in React JS, Core Java, Spring, Eclipse IDE, Web Services, Javascript, MS SQL
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, spring boot
React JS, HTML5
JavaScript
MS SQL
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a5816…
https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a58160a44445b085b… 2/2
Nature of Employment: Full Time Duration: Mar 2019 - Aug 2020
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Sublime text, Notepad++
Eclipse IDE, Visual Studio
SVN, GitHub
Inkscape, Adobe XD
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Tamil Beginner
telugu Expert
Projects
Project Title: KIB
Client: Kuwait international bank
Project Details: KIB project is all about to automate the flow of account opening (direct and normal), fund transfers (internal
and Swift) using NG Forms and IForms and Ibps
Rank 826: Resume 730 with similarity score 0.02335276397493532
B.E , MS , B.TECH project manager , certified scrum master , delivery lead , senior manager , product development , change management , full time , associate director , delivery manager , product owner , vp , program manager spring batch , general , telugu , jenkins , scrum , designation , mar , tamil , affirmative action , oracle , csm , analytics , cloud , angular , collaboration , hindi , maintenance , ltd , authorization , risk , english , status , agile , email , project , digital transformation , application , microservices , less , ibm , ops , electronics , pl/sql , technology solutions , reverse engineering , change management , omniture , maven , offshore , languages , supply chain , hibernate , spring framework , javascript , akamai , search , distance learning , metrics , message broker 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d18…
https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d1857144150085a… 1/2
Current Designation: Senior Manager
Current Company: ADP
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Post Graduate Certificate Program
[Management]
Verified : Phone Number | Email - id
ADP as Senior Manager
Dec 2020 to Till Date
Sr Manager in Analytics
Cognizant Technology Solutions India Ltd as Associate Director Delivery Lead
Apr 2017 to Dec 2020
Dun & Bradstreet Technologies as Sr. Project Manager
Feb 2015 to Mar 2017
Spectraforce Technologies India Pvt Ltd as Delivery Manager
Dec 2011 to Jan 2015
Responsibilities - Scrum Master, Offshore Delivery Manager, Involved in all stages of execution of project from proposal,
Planning, Reverse Engineering to development
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Praveen Kumar Kommineni
CSM Associate Director/ Delivery Lead seeking roles in Digital
Transformation,Proposals Management,Change Management,Metrics Management,
Agile Transformation, Application reengineering, Micro Services,Cloud
Migration,Java,Angular,Spring Framework
Key Skills: Associate Director/ Delivery Lead,Head/VP/GM-Technology(IT)/CTO,Digital Transformation,Proposals
Management,Change Management,Metrics Management,Micro Services,Cloud Migration,Java,Angular,Spring
Framework,IBM Message Broker,MQ,Oracle,Elastic Search
Summary
A hands-on Delivery leader with 20+ years of experience in delivering exceptional results through a passion for learning,
collaboration, strategic emphasis and execution excellence
A solid development background through strong technical, consulting and client-based acumen
During this journey at various stages, by wearing hat of a Architect, Product Owner, Analyst, Program manager, QA and
Development leader have gained rich experience in product development
Excellent hands on technical skills in execution of Java, J2EE products across Logistics, Banking, Financial and Information
Media domains.
Deep experience in Risk Management, Supply Chain Management, Compliance domains
Effective in Digital Transformation of projects - Cloud Native, RPA, Micro front-end, micro services, Dev-ops with agile
methodologies.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d18…
https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d1857144150085a… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Madras University in 2000
PG: Post Graduate Certificate Program (Management), Correspondence/Distance Learning from Indian Institute of
Management (IIM), Kozhikode in 2003
Other Qualifications/Certifications/Programs:
Certified Scrum Master (CSM)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE ,Seam, JSF, Spring Batch
Hibernate, IBM Message Broker, MQ
Oracle, PL/SQL
Jenkins, Maven, GIT, SVN, ANT.
Akamai, Omniture
Micro front ends 2020 1 Year(s)
MicroServices 2020 4 Year(s)
Digital Transformation 4 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
Tamil Proficient
Rank 827: Resume 103 with similarity score 0.023203729042124165
B.E , MS , BS work from home , machine learning engineer , public relations , secretary matplotlib , robotics , general , algorithms , internships , deep learning , nlp , hindi , silver , natural language processing , english , teams , postgresql , project , tesseract , c programming , video , mumbai , computer vision , prediction , resume , machine learning , im , output , opencv , flask , completion , assessment , python , apple , expressions , public relations , technology Assessment
Q1. Why should you be hired for this role?
I think I should be hired for this internship because I'm competent enough and I am a self driven learner who will ensure the best efforts put into
the task given. I've the necessary knowledge in various Machine Learning, Deep Learning, Computer Vision and NLP related algorithms and if I
lack any, I'll learn it and provide you with the best of output.
I've previously worked as a Machine Learning Engineer inter in a start-up and hence, have an idea about working in a team and providing the
required result.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, Im available. .
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
Ashita Shetty
Mumbai
Applied 07 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
MSPowerPoint MSWord C Programming
C Programming Computer Vision Deep Learning
Flask Hindi Proficiency Spoken) MSExcel
MSOffice Machine Learning Natural Language Processing
NLP
PostgreSQL
Bachelor of Engineering B.E, Mechanical Engineering
Rajiv Gandhi Institute of Technology
2018 - 2022
CGPA 7.75/10
Senior Secondary XII, Science
Mithibai College, Vile Parle, Mumbai
HSC board)
Year of completion: 2018
Percentage: 86.70%
Secondary X
Divine Child High School, Andheri, Mumbai
SSC board)
Year of completion: 2016
Percentage: 94.80%
Machine Learning
Snapinsight, Mumbai
Jul 2020 - Dec 2020
1. Worked on the deployment of Recommendation systems in the company's new app product.
2. Worked on various other projects :
EmotionAI
Optical Character Recognition
* Description of both the projects are mentioned in the projects section *
Robotics
Roborise Technologies, Mumbai
Dec 2019 - Dec 2019
Made an autonomous quadruped walking robot that could sense obstacles and change its path accordingly
USG Public Relations in RGIT MUN
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9769064613
Jt. General Secretary of RGIT s MESA
Emotion AI
Nov 2020 - Nov 2020
This project pertains to the prediction of expressions in an image or video.
It first detects the facial key points of a persons face and then makes predictions of the expressions.
This is to be deployed into the companys upcoming product.
Apple Stock Predictions
Jul 2020 - Jul 2020
The project predicts and shows statistical information on the ups and downs in the stock rates of Apple.
The predictions is based on by using LSTM and various visualisations are made using Matplotlib
Optical Character Recognition
Nov 2020 - Present
Tesseract and OpenCv is used for text detection and text recognition.
Deep Learning model is used for Hand written text recognition.
This project is to be deployed in the companys upcoming project.
Secured 1st rank in my school in boards ( 94.80% )
Silver Medalist in my batch in the 15th National Science Olympiad
Participated in Delhi Hacks Hackathon and my team made it to the top 10 among 100 teams.
Rank 828: Resume 1361 with similarity score 0.023190697251915224
B.E , MS , B.TECH devops engineer , cloud engineer , full time , team lead , system engineer ansible , appdynamics , general , devops , jenkins , ielts , designation , ug , tamil , affirmative action , technical architecture , cloud , docker , linux , beginner , maintenance , windows , authorization , english , salt , status , email , project , infosys , application , aws , ubuntu , splunk , testing , electronics , git , languages , infrastructure , foundation , malayalam , software design , python , sonarqube , javascript , jira , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190…
https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190145140b08090… 1/2
Current Designation: Devops Engineer
Current Company: Infosys
Current Location: Colachel,chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.E [ECE]
Verified : Phone Number | Email - id
Infosys as Devops Engineer
May 2019 to Till Date
Responsible for the design, development, testing, and deployment of products in AWS environment
UG: B.Tech/B.E. (Electronics/Telecommunication) from Velammal Engineering College in 2019
PG: B.E (ECE) from Velammal Engineering College, Chennai in 2019
Other Qualifications/Certifications/Programs:
IELTS
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Roshan D H
ISTQB,System Engineer seeking roles in IT Project Management,Requirement
Gathering,Technical Architecture,Software Design,Software Development, AWS and
DevOps
Key Skills: System Engineer,AWS and DevOps,AWS,Devops Engineer,GIT,Python,Linux,Jenkins,Devops,Software
Development,C#,Docker,Ansible,Salt,C,C++,Data Structures,HTML,Appdynamics,Splunk
Summary
1.6 years of experience as a DevOps and cloud Engineer Supporting Infrastructure (AWS, Linux, Windows), DevOps (Continues
integration and contentious delivery), and having a solid foundation on 20+ services in AWS and 10 tools in DevOps. Having
Knowledge on configuring and maintaining both 3-Tier and 2 -Tier Architecture using AWS services
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190…
https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190145140b08090… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Python(OOP and DS) 2020 1 Year(s) 6 Month(s)
AWS 2020 1 Year(s) 6 Month(s)
Jenkins 2020 1 Year(s) 6 Month(s)
Terraform 2020 1 Year(s) 6 Month(s)
GIT 2020 1 Year(s) 6 Month(s)
SonarQube 2019 0 Year(s) 4 Month(s)
Linux, Ubuntu and Windows 2020 1 Year(s) 6 Month(s)
AppDynamics & Prometheus 2019 3 Month(s)
DOCKER 2020 1 Year(s) 6 Month(s)
SPLUNK 2019 4 Month(s)
JIRA 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
Tamil Expert
English Proficient
Malayalam Beginner
Deutch Beginner
Rank 829: Resume 609 with similarity score 0.023185279447744806
MS , B.TECH , BS work from home , svp box , algorithms , internships , css , deep learning , mysql , motion , cctv , ltd , cedar , particular , project , coursera , c programming , map , resume , machine learning , computer science , completion , assessment , gifts , python , javascript , technology , html Assessment
Q1. Why should you be hired for this role?
Deep Learning is an area that has always fascinated me. I have done various courses on Coursera and realized that to make a machine
autonomous deep learning plays a major role. I believe that this internship will give me exposure to learn and apply knowledge in a real-time
environment. Looking forward to being a part of this internship
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I can start working for the full-time internship Immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 7995437983
Tanamai Reddy
Hyderabad, Bangalore
Applied 08 Feb'21
Python C Programming MySQL
CSS HTML Java
JavaScript Machine Learning
Bachelor of Technology B.Tech), Computer Science
GITAM School Of Technology
2016 - 2020
CGPA 7.64/10
Senior Secondary XII, Science
Kendriya Vidyalaya Svp Npa
CBSE board)
Year of completion: 2015
Percentage: 70.00%
Secondary X
Kendriya Vidyalaya Svp Npa
CBSE board)
Year of completion: 2013
CGPA 7.80/10
Machine Learning
Cedar IT Pvt Ltd, Hyderabad
May 2019 - Jun 2019
Worked on a Machine Learning project which was titled as Gift Box Distribution. We had to predict the number of customers
that would recieve gifts based on the purchases made. Built a model using various technologies and algorithms of ML
Congestion and Unusual activity detection using Oscillation in Motion Trajectories
Dec 2019 - Apr 2020
An AI based project, where we take cctv footages as input and divide them into frames, using the oscillations in motion we
detect congestion and develop oscillation map, by spatially and temporally exploiting the map we detect unusual activity.
Drug analysis and suggestion
Aug 2019 - Oct 2019
Using Machine Learning, and various algorithms a user is suggested a medicinal drug for the particular disease
Rank 830: Resume 1075 with similarity score 0.023141849282178346
B.E , MS , B.TECH , BS full time , windows vmware administrator , system analyst , change management patch management , blocking , upgradation , vcenter server , general , migrating , virtual machines , windows server , security , designation , ug , qualys , affirmative action , hindi , databases , technology services , active directory , ami , ltd , flex , cli , authorization , english , ssl , bpa , go , graphs , status , virtualization , firmware , email , store , groups , aws , snapshot , cisco ucs , remediation , records , amazon rds , ibm , electronics , edge , hyper-v , components , change management , servers , s3 , data center operations , ec2 , storage , languages , iis , events , system administration , esxi , javascript , amazon cloudfront , vmware vsphere , dell , it infrastructure management , vmware esx , hardening 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b110…
https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b1107454358090b5… 1/3
Current Designation: VMware AWS Administrator
Current Company: Stratogent Technology Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Client Server
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Stratogent Technology Services as VMware AWS Administrator
Oct 2019 to Till Date
Installing and configuring and administering Win2k8 and Win2k12
Active Directory users & group management
Windows patch management.
Hands on experience in Vmware vSphere 6.7
Installation of ESXI os in Dell Power edge servers.
Firmware upgradation in IDRAC Server.
Qualys Remediation
ESXi Patching
BPA scan remediation.
Setup/Managing Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
Setup/Managing VPC, Subnets; make the connection between different zones; Blocking suspicious ip/subnet via ACL.
Setup/Managing CDN on Amazon CloudFront ( Origin Path: Server / S3) to improve site
Create/Managing buckets on S3 (CLI) and store db and logs backup, upload images for CDN server.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53 and go-daddy panel.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Creating AWS Instances and Resources Bills.
Nelito Systems PVT. LTD. as Windows Vmware Administrator
Jun 2016 to Oct 2019
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Harihar Padhy
VMware & AWS Administrator
seeking roles in IT Infrastructure Management,Data Center Operations,Technical
Support,System Administration,Incident Management,Change
Management,DNS,DHCP,IIS,Hyper-V,Active Directory,Vmware
vSphere,AWS,CloudWatch.
Key Skills: VMware & AWS Administrator,System Admin,IT Infrastructure Management,Data Center Operations,Incident
Management,Change Management,DNS,DHCP,IIS,Hyper-V,Active Directory,Vmware vSphere,AWS,CloudWatch,Vmware
Administrator,VMware Esx,Virtualization
Summary
Result-oriented Professional with 4.6 years of experience in IT Infrastructure Management,Data Center Operations,Technical
Support,System Administration,Incident Management,Change Management,DNS,DHCP,IIS,Hyper-V,Active Directory,Vmware
vSphere,AWS,CloudWatch.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b110…
https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b1107454358090b5… 2/3
Job Profile :-
Installing and configuring and administering Win2k8 and Win2k12.
Windows server hardening.
Windows server Backup & Recovery.
Active Directory users & group management.
Windows patch management.
Hands on experience in Vmware vSphere 6.0
Installation of ESXI os in Ibm X240 Flex nodes and Cisco UCS Blades.
UCS Blade server installation.
Firmware upgradation in Ibm X240 Flex machines.
Replacing faulty hard disks in Ibm 8700 storage.
Knowledge in Change request management.
Creating and managing virtual machines.
Identify virtual machine components.
Create a virtual machine.
Install a guest operating system and VMware Tools
Clone a virtual machine.
Creating an OVF template
Customize a virtual machine
Register and unregister a virtual machine in vCenter Server
Perform snapshot operations
Using of cold migration to migrate a virtual machine
Verify host and virtual machine requirements for vSphere vMotion
Migrating a virtual machine with vSphere vMotion
Migrating virtual machine storage with vSphere Storage vMotion
Using of vCenter Server performance graphs and alarms to monitor virtual machine resource usage
monitoring, and manage events
monitor, manage, and acknowledge alarms
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2015
Other Qualifications/Certifications/Programs:
Polytechnic
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
DNS, DHCP, IIS
HYPER-V
Active Directory
VMWARE
AWS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odia Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b110…
https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b1107454358090b5… 3/3
Category: General
Physically Challenged: No
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 831: Resume 1302 with similarity score 0.022963605353120208
MS , BS service delivery consultant , infrastructure engineer , configuration manager , full time , change management , project leader continuous process , training , optimization , mentoring , general , telugu , people management , suppliers , microsoft azure , ms project , v3 foundation , vendors , platforms , prince2 , it operations , affirmative action , collaboration , hindi , technical direction , techno-commercial operations , linux , maintenance , beginner , network devices , windows , english , risk , authorization , productivity improvement , strategic vision , status , budgeting , scalability , email , powerpoint , configuration management , aws , network security , application architecture , less , microfocus , investments , business operations , fostering , probe , led , change management , wbs , servers , fundamentals , languages , preparation , process operations , itil , kannada , data flow , cloud services , service delivery management , formulation , process simplification , operational excellence , javascript , measures , technology , policies & procedures , google cloud , service standards , availability , it infrastructure management , pmp , program management , agility 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842…
https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842011414585c5f… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Micro Focus as ITO Service Delivery Consultant-IV
Oct 2014 to Dec 2020
Devised strategic technology roadmap initiatives, providing strategic vision and ensured that the company's IT
infrastructure provides a high degree of security
Created and implemented policies & procedures for all IT platforms
Directed a complete portfolio of projects including budgeting, planning, vendor selection and execution
Contributed in overall process simplification, fostering collaboration and improving agility of service delivery
Managed IT Projects; ITSM tools support including defining and designing processes for IT
Ensured that hardware/ software/ solution meets baseline compliance and implementation standards; operated and
managed IT Operations, Network Security and Cloud Operations
Administered the planning, selection & purchase of IT stuff; ensured all investments are compatible with the strategic
technology plan
Mentored & monitored the performance of team members to ensure efficiency in process operations
Directed various techno-commercial operations such as Budget & Annual Operating Plans (AOP) Preparation, SLAs
Management, Long-term Plan Formulation, Cost Optimization and Service Delivery Management
Headed global team of 15 members and defined service standards & guidelines, governance structure, best practices
that serve as benchmark for excellent service delivery; mentored performance of team members to ensure efficiency in
process operations
Developed competency among the team members and organized training sessions; managed appraisal process
across levels
Managed resource planning, technical direction, effort estimation, tracking, risk management and mentoring
Drove end-to-end delivery of the program, meeting internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
NAGA SRINIVASA RAO MIRIYALA
MCA with 14 years of IT experience. Seeking roles in Project Management ,IT
Infrastructure Management,Incident Management,Change Management,SLA
management, Configuration Management,Service Delivery,Prince2,ITIL,AWS, Azure,
Google cloud services
Key Skills: IT Infrastructure Management,Incident Management,Change Management,Configuration Management,Service
Delivery,Prince2,ITIL,AWS,Software Configuration Management,Microsoft Azure,Cloud,Project Management,IT
Infrastructure
Summary
An Innovative Technocrat offering nearly 14 years of rich experience in IT Infra Management, Service Delivery involving
Program & Project Management, Technical Excellence and People Management using MS Project, SOW, WBS, Test Plan
Directed business operations by formulating IT strategies and deploying, automating, managing & maintaining Next-gen IT
System and monitoring applications to ensure availability, performance, scalability and security.
Good hands on experience in handling SLAs
Proven success in setting up multiple off-shore organizations and implementing operational excellence measures through
global training processes, creating organizational IT strategies and defining & maintaining various KPIs
Technocrat with experience in implementing configuration management and change management policies.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842…
https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842011414585c5f… 2/3
o Value-adds, continuous process and productivity improvement
o Expectation management of team
Built & maintained relationship with vendors/suppliers and stakeholders; identified disputes as per defined time
Tech Mahindra as System Lead
Apr 2014 to Oct 2014
UCMDB Lead
Mphasis as Principal Infrastructure Engineer
Aug 2013 to Apr 2014
UCMDB Lead
UG: BCA (Computers) from KBN College (Affiliated to Nagarjuna University) in 2001
PG: MCA (Computers) from S.D. College of IT, Tanuku (Affiliated to Andhra University) in 2004
Other Qualifications/Certifications/Programs:
AWS
IT Infrastructure Library (ITIL) V3 Foundation
PMP
PRINCE2 foundation certification
Microsoft azure fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS, LINUX
AWS, Google Cloud 2020 3 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 6 Year(s) 0 Month(s)
PROGRAM MANAGEMENT 2020 6 Year(s) 3 Month(s)
People Management
Microfocus uCMDB 2020.08 2020 11 Year(s) 0 Month(s)
Microsoft Azure 2020 3 Year(s) 0 Month(s)
AWS 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Kannada Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842…
https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842011414585c5f… 3/3
Nature of Employment: Full Time
Role: Project Leader
Duration: Oct 2014 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Apr 2014 - Oct 2014
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Sep 2012 - Aug 2013
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Role: Other
Duration: May 2012 - Sep 2012
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Confidential
Client: Micro Focus
Skill Used: Ms project,Ms visio, excel, PowerPoint, Microfocus tools
Role Description: Handling multiple implementation and support projects.
Project Details: End to end implementations and supporting the Products 24*7.
Project Title: uCMDB Implementation
Client: Tech Mahindra-Internal
Skill Used: Microfocus UCMDB 10/UCMDB Browser 2.05
Role Description: Installed and upgraded UCMDB Browser
Examined appropriate discovery methodology and protocols
Performed view mapping as per Application Architecture
Led configuration of uCMDB Browser and als
Project Details: Recommended solution for the UCMDB Implementation
Installed and upgraded UCMDB Browser
Examined appropriate discovery methodology and protocols
Performed view mapping as per Application Architecture
Led configuration of uCMDB Browser and also Configuration Manager
Conducted in-depth Impact Analysis
Project Title: uCMDB Implementation
Client: Emdeon
Skill Used: MICROFOCUS UCMDB 10/9.*/CM/UCMDB Browser 2.05
Project Details: Delivered solution for the UCMDB Implementation
Created implementation plan of MICROFOCUS UCMDB.
Worked on the Multi-tenancy Environment
Led installation of uCMDB server, DataFlow Probe Servers
Successfully upgraded the versions and applied patches
Steered efforts for installation and upgrade of UCMDB Browser
Managed configuration of uCMDB Browser and also Configuration Manager
Worked on discovery of network devices
Project Title: UCMDB Implementation
Client: Comcast
Skill Used: MICROFOCUS UCMDB 9.05
Project Details: Delivered valuable solution for the UCMDB Implementation
Designed strong Implementation Plan of MICROFOCUS UCMDB
Engaged in client discussions and gatherd requirements for Infrastructure Discovery and Mapping
Led installation of uCMDB server, Data Flow Probe Server
Examined appropriate discovery methodology and protocols
Conducted view mapping as per Application Architecture
Showcased skills in reports generation
Rank 832: Resume 1558 with similarity score 0.022929804810686794
MS warehouse manager , assistant manager , material controller , business development , sales manager , partner , full time , team member training , construction equipment , classification , connect , space , promotional , conducting , refunds , sales & marketing , excise , stock management , customer satisfaction , status , packing , store , requisitions , product management , sap , oracle erp , disposal , stock control , damage , order management , payments , google analytics , coordinated , stocking , cms , sellers , organization , notification , organic growth , unloading , frame , magento , retail , designation , hindi , supply chain operations , ltd , english , cost savings , transportation management , industrial safety , strategic alliances , inventory control , fedex , leadership , processing , deals , business operations , closure , dispatching , abc analysis , recruiting , dashboard , daily reports , javascript , availability , presenting proposals , measures , capital , customer base , value-added , general , performing , suppliers , healthcare , calendars , transporters , e2e , vendors , affirmative action , user experience , principles , hub , cataloging , vendor management , grocery , utilization , checks , social media , email , sports , online business , rubber , freight , continuous process improvement , traceability , languages , export , client requirements , amazon , management system , lead generation , product lines , vendor negotiation , prospect , csat , mentoring , streamlining , people management , manual handling , ug , fifo , relationship building , logistics management , stocks , revenue , authorization , teams , warranty , approvals , deliveries , focus , cash management , llp , records , materials , government , led , fleet operations , kaizen , storage , e-commerce , returns , platinum , campaigns , scrap , digital marketing , strategic business , metrics , officers 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 1/4
Current Designation: Sales Manager
Current Company: VLogis (A division of VTrans India Ltd)
Current Location: Pune
Pref. Location: Pune,United Arab Emirates (UAE),United
Kingdom (UK)
Functional Area: Purchase / Logistics / Supply Chain
Role: Warehouse Mgr
Industry: Auto/Auto Ancillary
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
VLogis (A division of VTrans India Ltd) as Sales Manager
May 2019 to Till Date
* Spearheading complete sales & business development functions including generating 3PL lead, relationship building,
closing RFQ, planning, digital marketing & problem-solving while effectively negotiating with clients prices/quotes for
successful closure of the business deals; ensured achievement overall revenue objectives with excellent lead conversion
ratio
* Mapping client requirements & providing best warehousing & supply chain solutions as per the key buying metrics
* Using digital platform/social media networks to connect with clients and convert prospect leads into business
* Developing & presenting proposals as per the requirements to win business
* Identifying process gaps and recommending corrective action plans & improvement measures to improve the same
* Ensuring achievement of defined revenue & volume targets; developing strategic business plans to improve
profitability
* Improving global customer base with focus on enhancing revenue generation for the organization
* Gathering & analyzing market trends & key quantitative metrics for better understanding of business
* Coordinating with cross-functional teams such as Marketing & Promotions to improve brand position & acquire new
business
* Assisting in recruiting new talents, mentoring team members and providing training as and when required
* Exhibiting leadership in motivating team members to perform well in the organization
* Managing the complete accounts/portfolio of the converted leads with focus on improving customer satisfaction level
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Abhijeet Nalage
Sales Manager seeking roles in Sales,Warehouse Management,Supply Chain
Operations,Inventory Management,Business Development,Vendor
Management,Logistics Management,Transportation Management,Continuous Process
Improvement,Vendor Negotiation,ERP,SAP..
Key Skills: Sales Manager,Warehouse Manager,Sales,Warehouse Management,Supply Chain Operations,Inventory
Management,Business Development,Vendor Management,Logistics Management,Transportation
Management,Continuous Process Improvement,Vendor Negotiation,ERP,SAP
Summary
* A result-driven professional offering over 18 years of experience in spearheading supply chain functions entailing
Warehouse Management, Inventory Management, Business Development, Sales & Marketing and People Management
* Extensive experience in Sales & Marketing, Business Development in multi-cultural & cross-functional environment;
successfully acquired 4 new clients and developed business for 30,000 Sq. Ft. Warehouse Space with monthly billing of INR 5-6
Lacs
* Fostered lasting relationships and promoted organic growth with clients/sellers through value-added strategic analyses and
execution of consultative solutions; guided them in achieving positive results using value-based selling
* Proven success in managing Inventory/Material and Fleet Operations; spearheading supply chain planning to enhance
business operations; exhibit leadership in inspection/checks, training and manual handling of inventory
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 2/4
STARKENN SPORTS PVT. LTD. as SR. Executive E-commerce operation
Oct 2016 to Aug 2018
* Administered e2e e-Commerce Operations including dashboard operations (Magento), vendor management, people
management, delivery management, back-end support, client relationship management, online marketing such as email
notification, google analytics and lead generation
* Developed & implemented strategies to streamline complete online/e-commerce business & channels for India
* Directed accurate packing & dispatch of orders, shipment, monitoring dispatched orders, stock management, gross-
margin report creation and business development & marketing; administered operations for sales through
bumsonthesaddle.com & Amazon
* Coordinated with key business leaders & stakeholders and 3rd Party Agencies to improve online business
performance
* Managed & controlled pricing & promotional programs; evaluated & improved selling processes; prepared planning
calendars for each seasons as well as promotional & mailer campaigns
* Liaised with courier companies such as FedEx for streamlined supply chain & dispatch of orders
* Resolved customer queries through email & telephone with focus on improving overall customer satisfaction;
managed all returns, replacements, refunds and lost-in-transit orders; updated records & shared the same with higher
management
* Ensured proper stocking of products; identified new product lines, monitored listing & took action on under-performing
SKUs
* Unpacked, checked & uploaded new stock on Electronic Stock Control Systems
* Interacted with suppliers for warranty claims, missing/damaged items and returns
GETIT GROCERY PVT. LTD. as Assistant Manager-Operations
Sep 2015 to Jul 2016
* Managed complete hub operations, cash management, vendor management, people management, delivery
management, back-end support and customer relationship management; developed & shared daily reports to higher
management
* Administered operations related to Inbound & Outbound Hub as per the organizational guidelines
* Evaluated vendors/sellers and acquired them as per the SLAs to develop the business
* Spearheaded order management functions including processing & delivery of the order within TAT
* Recruited, led & mentored team members as per the staffing requirements of the organization; managed a team of 10
members
* Improved CSAT by resolving customer queries within defined time-frame
* Enhanced sales through a digital platform with a focus on improving user experience and streamlining online
transaction systems
WELLFORTE RETAIL SERVICES LLP as MANAGER - PURCHASE & LOGISTICS
Jun 2012 to Aug 2014
* Managed e-commerce, vendor development, people management & delivery management activities; liaised with
government authorities for getting approvals & licenses such as Food & Drug License, Shop Act and so on for online store
* Administered & controlled stock/inventory and ensured timely availability of the same
* Coordinated with Digital Marketing Team for campaigns, product promotions and cataloging of new products
* Acquired new vendors/sellers to list their products on the e-commerce portal
* Supported CMS Team for achieving proper product content from vendor; worked closely with Technical Team for
products offered
* Used Warehouse Management System (WMS) to streamline supply chain operations
* Trained staff on warehouse procedures, product management, loading/unloading and packing
* Generated the invoice with packing slip and distribute the products for deliveries
* Formed strategic alliances with external logistic partner like domestic courier & cargo services for distribution
Schrader Duncan Limited as inventory and Logistic Executive
Jun 2009 to May 2012
* Worked on ERP Packages/Oracle for inventory control, material receipt, storing
line feeding, logistics, warehousing, dispatching, excise, and export dispatch
across Rubber Store, Chemical Store & Consumer store
* Issued materials as per authorized material requisitions; monitored & audited
stocks and checked statements before distribution
* Coordinated with QA Department for receipt, checking & clarification of all orders
* Ensured accurate Inventory Management while maintaining minimum &
the maximum stock level of raw & finished materials
* Managed transportation and controlled incoming & outgoing vehicles in
coordination with suppliers/customers/transporters
* Negotiated price/cost and administered bills & payments in coordination with
Accounts Department; managed octroi activities such as entry pass & octroi
payment
* Created KPIs reports, monthly/weekly/daily reports and monthly meeting
statements for Internal & Excise Department
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 3/4
* Supervised complete operations of the warehouse including manpower
utilization; initiated and executed programs to track receiving, warehousing and
distribution operations as per organizational policies; followed FIFO Systems for
supply chain
* Mentored staff members to control breakage; ensured special cargo
management functions while assuring proper inventory control and optimal
utilization of resources
* Liaised with cross-functional teams to streamline warehouse operations;
maintained optimum inventory level while ensuring maximum cost savings with
a minimum holding of stocks
* Devised plans for regular checks & audits to ensure safe and accurate custody of
inventory; ensuring excellent SHES practices for safe & secure work environment
* Implemented various improvement methodologies to streamline operations;
monitored and managed damaged & near damaged products, wrong deliveries,
non-deliveries, returns and service level fines
* Evaluated & implemented multi-model transportation solutions for ensuring
timely delivery following transit norms
* Interfaced with transporters for conducting negotiations and finalizing freight
rates so as to optimize transportation costs and ensure minimum damage
during transit
Hyundai Construction Equipment India Pvt. Ltd as Material Controller Executive
Jun 2008 to Jun 2009
* Worked on SAP MM Module; applied JIT & ABC Analysis to manage inventory
without excessive blockage of capital
* Monitored & managed all A&B Class CKD part in the store
* Supervised container unloading on related dock & material checking as per
packing list; arranged material in FIFO System
* Prepared GRN Issuance for material receipt using SAP
* Generated Inventory MIS Reports as well as Inventory Reconciliation Reports
(System against Actual)
* Managed scrap disposal activity and maintained excellent housekeeping at
scrap yard
* Played a key role to establish warehouse responsibilities related to stores at the
time of plant on a Greenfield Level
* Worked as a team member for selecting store location, traceability, an
arrangement of space for storage, material movement, material identifications,
ABC classification and managing equipment
* Led 30 Contract Workers with 3 Officers for material movement
Esquire Healthcare Pvt. Ltd as Store Executive
Feb 2001 to Jun 2008
* Managed dispatches to the tune of 98% as per market
* Led a team of 80 Contract Workers for packing & dispatches per shift
* Got trained in 'Principles & Tools of Kaizen and Industrial Safety & Health for
Workers' organized by NRIA
UG: B.Com (Commerce) from Pune University in 2000
Education
IT Skills
Skill Name Version Last Used Experience
SAP MM 6.0 2009 1 Year(s)
MS OFFICE 2010 2018 15 Year(s)
Oracle ERP 2012 3 Year(s)
MAGENTO 1.9.3.1 2018 1 Year(s) 6 Month(s)
Kartrocket Platinum 2018 8 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Shiprocket
ERP Package, SAP
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 833: Resume 253 with similarity score 0.022913444475383057
B.E , B.TECH , BS work from home , information security information gathering , reporting , training , web development , credit , computer networking , css , validation , sem , sqlite , mks , principles , authentication , silver , photoshop , firebase , information security , php , import , graphic design , gujarati , bootstrap , surf , directors , project , store , google , application , kotlin , c programming , introduction to , pyqt , resume , android , owasp , fundamentals , chat , storage , vapt , completion , assessment , family , python , one , computer engineering , javascript , workflow , writers , rss , technology , ethical hacking , plot , html , database , online Assessment
Q1. Why should you be hired for this role?
With my knowledge in Android Developing, I want to create many useful applications and I will take ahead the company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately. But I don't know about my last sem University exam if they didn't declare the date for same. I
need 1520 days' leave for it.
Resume
EDUCAT ION
TRAININGS
Jay Parmar
Ahmedabad, Botad
Applied 26 Dec'20
Android C Programming HTML
Java JavaScript Python
PHP
Bachelor of Engineering B.E, COMPUTER
Silver Oak College Of Engineering And Technology
2018 - 2022
Senior Secondary XII, Science
Diwan Ballubhai Madhyamik Shala
GSEB board)
Year of completion: 2018
Percentage: 60.00%
Web Development
Internshala Trainings, Online
Dec 2020 - Dec 2020
Successfully completed a six weeks online certified training on Web Development. The training consisted of HTML & CSS,
Bootstrap, SQL and PHP modules. In the final assessment, I scored 76% marks.
Graphic Design
Internshala Trainings, Online
Jun 2020 - Aug 2020
Successfully completed a six weeks online certified training on Graphic Design. The training consisted of Fundamentals of
Graphic Design, Photoshop- Interface and Tools, Workflow and Photo Correction in Photoshop, Effects and Techniques in
Photoshop and Beauty Techniques in Photoshop modules. In the final assessment, I scored 78% marks.
Android App Development
Internshala Trainings, Online
May 2020 - May 2020
Successfully completed a six weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules. In the
final as sessment, I scored 75% marks.
Programming With Python
Internshala Trainings, Online
May 2019 - Jun 2019
I have successfully undergone six weeks
online summer training on Programming with Python. The training program consisted of Introduction to
Python, Using Variables in Python, Basics of Programming in Python, Principles of Object-oriented
Programming OOP, Connecting to SQLite Database, Developing a GUI with PyQT and Application of Python
in Various Disciplines modules. I scored 45% marks.
Ethical Hacking
Internshala Trainings, Online
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9173855922
May 2019 - Jun 2019
I have successfully undergone six weeks
of online summer training on Ethical Hacking. In the training, Jay learned the Basics of Information Security,
Computer Networking and Web Development, Information Gathering, and VAPT of some import ant
vulnerabilities in the OWASP top 10 Automating VAPT, and Documenting and Reporting Vulnerabilities.
Credit Card Input Excersise
Dec 2020 - Dec 2020
https://github.com/DeveloperJayu/Credit_Card_Input_Exercise
This app I created as my assignment on one company's internship application. I am using the LUHN algorithm, month
validation, CVV validation, and Name validation through which we can check the Credit Card data entered is correct or not.
Movie Zone - Movie Details Finder
Aug 2020 - Aug 2020
https://play.google.com/store/apps/details?id=com.jayu.moviezone
This app basically provides details about Movie or Series like Release Date, Writers, Directors, Actors, Plot, etc. This app is
also available on the play store.
MKS
Jul 2020 - Jul 2020
I Created this app for our family. In this app, I have used Firebase Authentication, Firebase Realtime Database, Chat app with
help of Firebase Realtime Database and Firebase Storage, etc.
All In One News App Gujarati
Dec 2020 - Present
https://play.google.com/store/apps/details?id=com.jayu.allinonenewsapplication
This is a news app. In this app, users can read news from many news providers in a single app. They don't have to surf many
websites to read the news. This app is working on RSS Feed provided by the News Providers. The same is under Google
review.
I'm Jay Parmar and I'm currently studying in B.Tech. In the Field of Computer Engineering at Silver Oak College Of Engineering
and Technology, Ahmedabad.
https://github.com/DeveloperJayu/Credit_Card_Input_Exercise
https://play.google.com/store/apps/details?id=com.jayu.moviezone
https://play.google.com/store/apps/details?id=com.jayu.allinonenewsapplication
Rank 834: Resume 11 with similarity score 0.0229078989725032
B.TECH work from home api , css , design , firebase , android studio , project , wordpress , resume , electronics , internet of things , machine learning , completion , assessment , it , python , javascript , apps , technology , beast , html Assessment
Q1. Why should you be hired for this role?
I have been working with Android Studio for past 3 years now. I have received trainings in Android app development from Cetpa company in
Noida, where we worked both with Firebase and also developed our own applications. I have built a lot of Android applications and have also
gotten an opportunity for internship at Golcha Mines for internship in Android. I would like to apply for this and increase my skills.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available from
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 8171637443
AYUSH VATSAL
Noida, Jaipur
Applied 26 Dec'20
Android CSS HTML
Internet of Things IoT Java JavaScript
Machine Learning Python WordPress
Bachelor of Technology B.Tech), Electronics and Communication
NATIONAL INSTITUTE OF TECHNOLOGY UTTARAKAND
2017 - 2021
CGPA 8.14/10
Senior Secondary XII, Science
Maria School Jaspur
ISC board)
Year of completion: 2016
Percentage: 92.20%
Secondary X
Maria School Jaspur
ICSE board)
Year of completion: 2014
Percentage: 92.20%
Project initiator,manager and implementor of project 'THE BEAST ' ,an ML based startup project
Android App Development
cetpa, Noida
Jun 2019 - Jul 2019
In this we learnt how to make professional apps and we had worked on different kind of app development both front end
and back end. We also learnt to design API for use in our app as well as use existing APIs .
Overall , it was great help for m y Android app development skills
Rank 835: Resume 920 with similarity score 0.02286749236168866
B.E , MS , B.TECH , BS full stack developer , software engineer , full time , software developer react.js , web development , redux , jenkins , algorithms , css , designation , ug , vs , affirmative action , oracle , hindi , docker , cloud , authorization , english , bootstrap , status , spring boot , architecture , agile , sql , email , jpa , application , aws , hooks , new opportunities , continuous integration , cron , testing , rest , estimates , junit , design patterns , git , maven , languages , hibernate , pwa , es6 , management system , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a14…
https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a140113490a5d0f5… 1/2
Current Designation: Software Engineer
Current Company: Optum
Current Location: Gurgaon
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Optum as Software Engineer
Jul 2019 to Till Date
Title: Payment Statement Application / Period: Since Jan'20
Technology Used: Spring Boot, Java, JavaScript, React JS, React-Redux, Oracle, Jenkins
Highlights:
Preparing a Single Page Application using Micro Service Architecture involving Agile methodology
Developing Scalable Backend Services following Design Patterns & Front End using ReactJS
Using Jenkins and Docker for Continuous Integration and Deployment
Creating unit tests using JUNIT and JEST
Altering the end product as PWA (Progressive Web App) and deployed it on Open Shift Cloud Platform
Developing & maintaining complete web portal & providing technical support to the team members
Participating in the design and coding of Software Applications
Providing scope, resource and time estimates for projects & also presenting it for testing and analysis
Team: Overpayment Recovery Management System (Jul'19-Dec'19)
Role:
Prepare cron jobs to Automate Daily Manual Tasks & Deployed all these cron Jobs on AWS cloud platform
Its saves around 90 hours per month manual effort
UG: B.Tech/B.E. (Computers) from Ajay Kumar Garg Engineering College in 2019
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
ARCHIT AGRAWAL
A enthusiastic software Engineer who is looking to new opportunities in the field of
Software Development , Backend Development , Web Development , Agile
methodologies and all .
Key Skills: software development, backend development, agile methodology, java, javascript, data structures, algorithms,
oop, design patterns, software engineering, sql, oracle, react.js, Spring
Summary
working as a software developer in Agile manner .Work as FULL Stack developer . Write REST services in Spring boot and
handle these services on UI by using REACT JS .
Backend - Spring boot , Java , JPA , hibernate
frontend- React, React Hooks , JavaScript , bootstrap , HTMl , CSS
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a14…
https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a140113490a5d0f5… 2/2
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, Spring Boot, Hibernate 2 Year(s)
JavaScript ES6, ReactJS 1 Year(s)
Redux, Jenkins, Docker 1 Year(s)
SQL Oracle, Junit 2 Year(s)
Jest, Enzyme 2 Year(s)
Git, Maven, VS Code 2 Year(s)
Data Structures 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Proficient
Rank 836: Resume 976 with similarity score 0.022858153929097885
B.E , B.TECH senior software engineer , full time , senior software developer retail , graphql , redux , core java , jenkins , visual studio code , css , check-in , designation , ug , affirmative action , mysql , oracle , hindi , cloud , offers , linux , webpack , maintenance , typescript , ltd , windows , authorization , json , english , financial planning , web applications , bootstrap , status , multinational , swedish , architecture , email , project , business rules , mongodb , airline , angularjs , karma , xml , github , gitlab , components , process planning , react native , unit testing , computer science , languages , supply chain , html5 , mobile , javascript , jira , technology , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f0548420047…
https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f05484200475740400c580b0… 1/3
Current Designation: Senior Software Developer - ReactJS
AngularJS NodeJS
Current Company: Accenture
Current Location: Gurgaon
Pref. Location: Gurgaon,Noida,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Accenture as Senior Software Developer - ReactJS AngularJS NodeJS
Jun 2018 to Till Date
Client: Accor Hotels, Paris, France (June 2019 - Present)
Technologies: ReactJS, GraphQL, Typescript, Styled Component, NodeJS, Oracle
Hotel application where hotel staff and employees can create and edit there profile, hotels, next assign work on
the basis of their roles
Development of high level UI components and unit testing of the application.
Integration of business rules and services in the financial planning application.
Client: H&M, Stockholm, Sweden (June 2018 - June 2019)
Technologies: React Js, Angular1.x / 2, NodeJS, MySQL
Leveraging Aptos ONE Platform (Point of Sale) to provide robust, flexible, scalable, modern, cloud-native
solutions for Swedish multinational clothing-retail client.
Developing React JS based Web applications, React Native based mobile native application.
Developing Node JS Services for integrating database to front end.
Development of high level UI components and unit testing of the application.
NIIT Technology as Senior Software Engineer
Jul 2017 to Jun 2018
Client: SCI (January 2018 - June 2018)
Technologies: Angular2/4, ReactJS, Redux, Angular-Material, Bootstrap4, NodeJS, MySQL
FPP (Financial Process Planning) is a program to help uses create their profile for future financial planning and
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
ANUSHRI AGARWAL
Senior Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,JavaScript,Typescript,ReactJs,GraphQL,NodeJS,AngularJS,Core
Java,HTML5,CSS3,html.css
Key Skills: Senior Software Developer,Software Development,Application
Programming,JavaScript,Typescript,ReactJs,GraphQL,NodeJS,AngularJS,Core
Java,HTML5,CSS3,HTML,Angular,CSS,UI Development,Visual Studio,GIT,Github,Jest,Karma
Summary
Result-oriented Professional with over 6 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JavaScript,Typescript,ReactJs,GraphQL,NodeJS,AngularJS,Core Java,HTML5,CSS3.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f0548420047…
https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f05484200475740400c580b0… 2/3
bank helps them for the best offers.
Development of high level UI components and unit testing of the application.
Integration of business rules and services in the financial planning application.
Client: SITA, London, UK (June 2017 - Jan 2018)
Technologies: Angular1.x / 2, Angular-Material, Bootstrap, NodeJS, MySQL
Airline application where we can book, manage and check-in the flights
Development of high level UI components and unit testing of the application. ·
Integration of business rules and services in the application.
ACS Group as Software Engineer
Feb 2016 to Jun 2017
Technologies: AngularJS, NodeJS, MySQL
Development of high level UI components and unit testing of the application.
Integration of services in the application.
Integration of business rules in the application.
Sigma supply chain pvt ltd as Software Engineer
May 2014 to Dec 2014
UG: B.Tech/B.E. (Computer Science) from Rajasthan Technical University, Jaipur in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, TypeScript
ReactJs, GraphQL
NodeJS, AngularJS
Angular 2/4, Core Java
HTML5, CSS3, Bootstrap 2/4
WINDOWS, LINUX
MYSQL, mongodb, Oracle
JSON, XML, SVN
Git, Gitlab, Jenkins
Jira, Babel, Webpack
Visual Studio Code
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f0548420047…
https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f05484200475740400c580b0… 3/3
Employment Status: Full time
Rank 837: Resume 159 with similarity score 0.022852401335267513
B.E , MS work from home , full time , android developer functionality , internships , css , user friendly , bet , mar , information technology , trading , data analytics , addition , scratch , basic , firebase , gateway , embedded systems , english , json , player , teams , bootstrap , status , sql , application , live , c programming , fact , whatsapp , mumbai , wallpaper , passenger , resume , gaming , android , github , electronics , features , machine learning , fundamentals , django , e-commerce , blackjack , completion , assessment , python , one , javascript , organization , apps , insurance , html , online Assessment
Q1. Why should you be hired for this role?
Honestly, joining this esteemed organization will help me learn a lot. I would love to seek the guidance of experienced and learned teams that
are already onboard. That way, I can become a better professional in the future. In return, I can assure you utmost dedication from my side and
all that I can do at my level for the betterment of this organization. I am a coding enthusiast, i have done an online android course and am fluent
with the fundamentals. Since I am a fresher, I am still learning. But I can vouch for the fact that I am a fast learner, and am eager to learn new skills
if required. I have made several projects to get in depth knowledge, which are available on my github and on my resume. I have even interned
recently for the same role in an organization named Professional Cipher, and have developed two applications both of which are live on
playstore, the details of both are available on my resume.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for full time work from home job/internship staring immediately. am also available for 3 months and even longer if required.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Darshan Padia
Mumbai
Applied 25 Dec'20
Android HTML CSS
English Proficiency Written) Firebase GitHub
Java Python Bootstrap
C Programming Data Analytics Django
Embedded Systems JSON JavaScript
MSExcel MSOffice Machine Learning
SQL
Bachelor of Engineering B.E, Electronics Engineering
K.J.SOMAIYA COLLEGE OF ENGINEERING AND INFORMATION TECHNOLOGY
2013 - 2020
CGPA 5.00/10
Senior Secondary XII, Science
T.P.Bhatia College Of Science
MAHARASHTRA STATE board)
Year of completion: 2013
Percentage: 56.83%
Secondary X
S.V.P.V.V(kandivali)
MUMBAI DIVISIONAL board)
Year of completion: 2011
Percentage: 71.45%
Android App Development
Professional Cipher, Virtual
Sep 2020 - Oct 2020
It was a one month internship, where I have worked as an Android developer and have developed two application named
WhatsApp Status Downloader and PubG Wallpaper from scratch which are available on my resume. Both the apps are live on
PlayStore.
Python Programming
udemy, Online
Aug 2019 - Sep 2019
PubG Wallpaper - Gaming Wallpaper for FREE
CONTACT Phone: 91 9930204124
Oct 2020 - Oct 2020
https://play.google.com/store/apps/details?id=com.pubgwallpapers
App that lets you change wallpaper at one tap. User Friendly responsive UI with latest HQ PubG images and well tested
features with simple and efficient functionality.
WhatsApp Status Downloader
Sep 2020 - Sep 2020
https://play.google.com/store/apps/details?id=com.whatsappstatusdownloaderlite
An app to downlaod your friends whatsapp satus. With addition features like share, manage stored files. User friendly
responsive UI and well tested features.
Canteen-Management-WebApp
Feb 2020 - Apr 2020
https://github.com/darshanpadia/canteen-management-webapp
WebApp to manage canteen orders with full fledged features, admin panel and payment gateway using Django
framework(Python Based).
Bearing World
Jan 2020 - Mar 2020
https://github.com/darshanpadia/BearingWorldBeta
An E-commerce android application for bearing trading with a single seller(come admin) and multiple users with firebase
integration.
Titanic: Machine Learning from Disaster
Oct 2019 - Nov 2019
https://github.com/darshanpadia/T itanic
A model that will predict if the passenger would survive T itanic disaster on the basis of available data of individual
passenger. It would consider factors like age group, gender, passenger class etc)
BlackJack game simulator
Oct 2019 - Oct 2019
https://github.com/darshanpadia/BlackJack/blob/master/blackjack3.py
Its a well implemented, well tested, basic single player BlackJack game simulator with the Bet,Double and insurance
functionalities.
https://play.google.com/store/apps/details?id=com.pubgwallpapers
https://play.google.com/store/apps/details?id=com.whatsappstatusdownloaderlite
https://github.com/darshanpadia/canteen-management-webapp
https://github.com/darshanpadia/BearingWorldBeta
https://github.com/darshanpadia/Titanic
https://github.com/darshanpadia/BlackJack/blob/master/blackjack3.py
Rank 838: Resume 1294 with similarity score 0.022781699813082444
B.S , MS devops developer , devops engineer , full time , team lead general , devops , jenkins , kubernetes , designation , ug , affirmative action , hindi , docker , authorization , english , itc , status , specifications , email , aws , github , maven , clear , languages , documentation , diagrams , javascript 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e14084…
https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e1408455247145c5a0e… 1/2
Current Designation: Senior DevOps Developer
Current Company: Itc Infotech India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Itc Infotech India as Senior DevOps Developer
Nov 2018 to Till Date
Investigates problem areas. Follows the software development lifecycle. Documents and demonstrates solutions by
developing documentation, flowcharts, layouts, diagrams, charts, code comments and clear code. Prepares and installs
solutions by determining and designing system specifications, standards, and programming.
NSE.IT as Devops Engineer
Jun 2017 to Nov 2018
UG: B.Sc (Computers) from Sri krishnadevaraya University in 2012
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Venkatesh B
Having 4.5 Yeas of experience into Devops tools Docker, Kubernetes AWS Jenkins
Git maven
Key Skills: Docker,Kubernetes,AWS,Terraform,Jenkins,GIT
Summary
Having 4.5 years of exp into Devops tools like Docker, kubernetes, AWS, jenkins ,Git maveen and Terraform
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Github, jenkins, docker, kubernetes, 0 4 Year(s) 5 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e14084…
https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e1408455247145c5a0e… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 839: Resume 1261 with similarity score 0.02277766751830806
B.E , MS , B.TECH support engineer , oracle dba , associate , database architect , technical solutions consultant , solution consultant , full time , oracle database administrator , system engineer , aws solution architect , enterprise manager schema , customer , itil process , 24x7 , space , addition , databases , linux , status , clusterware , oracle installation , writing , building , infrastructure , decommissioning , solaris , operating systems , restoration , organization , oracle enterprise manager , amazon web services , amazon ec2 , binary , tns , designation , mar , rhel , hindi , cloud , windows , software installation , english , troubleshooting , 12c , project , following up , fixing , performance tuning , disaster recovery , computer science , cerner , javascript , availability , disk , hp-ux , oracle rac , log shipping , healthcare , 11gr2 , affirmative action , maintenance , basic , unix , postgresql , email , google , aws , data pump , operations , metal , languages , export , online , migrating , ug , sql tuning , import , authorization , salt , techno , application , lake , oracle database administration , servers , running , shell scripting , storage , data guard , backup and recovery , helix 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 1/4
Current Designation: Technical Solutions Consultant - Oracle
Current Company: Google India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: DBA
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [computer science
engineering]
Verified : Phone Number | Email - id
Google India Private Limited as Technical Solutions Consultant - Oracle
Jun 2020 to Till Date
As a Cloud solution consultant out primary responsibilities include Troubleshooting Customer's Oracle database issues
running on Bare Metal servers in GCP. We also work with customer on Oracle installation, Performance troubleshooting
issues. Other than Oracle i also work on Cloud native database technologies (Cloud sql, Postgres, Database migration
Service, Spanner, Cloud networking).
Amazon Web Services as Cloud support engineer - 1 database
Apr 2019 to May 2020
Working as a cloud database administrator in amazon Web services troubleshooting client database issues hosted in aws
rds. Provide DBA support to oracle databases and postgresql database including performance monitoring, solving
infrastructure level issues, performance bottlenecks. Install oracle and postgresql databases in amazon ec2 instances and
building rds instances for customer use. Work on aws cloud, building and monitoring disaster recovery solutions and high
availability solutions in aws. Provide route cause analysis to customer issues.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ARKAPRAVO BANERJEE
B.Tech Graduate in Computer Science, working in Google with 5.6 years of experience
in Oracle Database Administration (RMAN backup recovery, Dataguard, RAC, ASM,
performance tuning) and OCA 12c certified, AWS, RDS, postgres DBA, aws and gcp
certified
Key Skills: oracle database administration,database migration,database cloning,datapump,oracle,linux,redhat linux,sql
tuning,real application cluster,Oracle Enterprise Manager,Oracle DBA,DBA,RAC,RMAN,Dataguard,Performance
Tuning,Patching,AWS,Postgresql,Postgres
Summary
Currently working in Amazon Web Services as Cloud database administrator.
OCA and AWS solution architect certified
Experience in working in ITIL process environment
Total 4.8 years of experience as Oracle Database Administrator Experience in administering and managing Oracle 9i and
Oracle 10g and 11g and 12c on Windows, Linux, Solaris and Unix Platform.
Software Installation, Migration, Cloning, Dataguard, RAC, Performance tuning and maintenance of database on Oracle
versions 9i, 10g , 11g ,12c on Linux/windows operating systems.
Hands on experience in basic Linux administration on production environments and experience in shell scripting.
Experience in postgresql database administration with aws knowledge including rds administration, VPC, ec2 issues and
troubleshooting client issues and provide a seemless experience to the clients.
Exhibits a high degree of professionalism and trust, and takes pride in promoting an organization's reputation and building
relationships.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 2/4
Cerner Corporation as Operations database administrator
Aug 2018 to Apr 2019
We provide support and perform all the required implementations to the oracle databases for the healthcare clients who
are using Cerner provided solutions. I look after the Europe and the ASIA Pacific clients. Our daily activities include
monitoring backups, troubleshooting issues, RAC/ASM troubleshooting, Dataguard configuration and Log shipping
monitoring. We also perform scheduled changes which includes fixing vulnerabilities, SQL tuning and solving database
performance issues. I also write shell scripts to automated daily activities and we also perform basic linux administration
activities (adding storage to Server, Creating ASM diskgroups.
Tata Consultancy Services as System Engineer-Database Administration
Jul 2015 to Aug 2018
Tata Consultancy Services
Since July 2015, Assistant System Engineer
Role : Oracle Database Administration
Database Versions : Oracle 9i,10g,11g, 12c
Operating System : Solaris, RHEL, HP-UX, AIX,Windows
Client :- Telia Company AB
Function :
Migrating Oracle Database from 9i,10g,11g to 11g/12c.
Taking full Database, Schema level, Table level logical backups using Oracle Data Pump (Import & Export) for migrating
database
Migration of databases using transportable tablespaces.
Table space administration, Data file addition, rename, delete
TNS entry for new database after migration in tnsnames.ora file and TNS remove.
RMAN full/incremental Backup and full/partial restoration using RMAN, Offline cloning.
Cloning Database manually using Online Hot Backup/RMAN
User id creation, creating necessary roles and granting necessary privileges.
Recompiling invalid objects after database migration.
Dataguard Configuration, Log shipping, Active Dataguard and experience in switchover
Oracle 11g, 12c standalone database installation and RAC database installation.
Following up and troubleshooting with Oracle via metalink Support.
SPOC for decommissioning of oracle databases.
Client :- Qantas Airways
Function :-
Providing 24X7 support to the Oracle Databases (10g, 11g, 12c) hosted on AIX, RHEL, HP-UX, Windows.
Table level/Schema level data refresh from Test/Preprod to production using Export/Import.
Tablespace management, Datafile addition/deletion/resize.
RMAN backup and restoration/recovery.
Creating and managing RMAN catalog databases.
Managing users , roles, privileges and profile management.
Installation of Oracle 11gR2 Grid software and installation and configuration of Oracle 11gR2 RAC.
Managing Oracle 11gR2, 12c RAC databases, Clusterware Management.
ASM administration, Disk group management, Oracle 11g, 12c database patching.
Dataguard set up/configuration, Managing log shipping, Switchover activities.
Monitoring and working on Oracle Enterprise Manager Cloud Conrol 12c.
Writing Shell scripts to automate daily activities.
Oracle Database decommissioning,
UG: B.Tech/B.E. (computer science engineering) from Techno India, Salt Lake, Kolkata, West Bengal in 2015
Other Qualifications/Certifications/Programs:
Oracle database 12c administrator Certified Associate
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 3/4
Nature of Employment: Full Time Duration: Aug 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Database Architect/DBA
Duration: Aug 2016 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Project Location: Kolkata
Role: Database Architect/DBA
Duration: Jul 2015 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 10
IT Skills
Skill Name Version Last Used Experience
Oracle 9i and Oracle 10g and 11g and 12c
Windows, Linux, Solaris ,Unix Platform
Dataguard, RAC,Linux/windows
HP-UX, AIX,Shell Scripting ,RMAN
Oracle Data Pump (Import & Export)
Sql TUNING 2018 3 Year(s) 2 Month(s)
performance tuning 2018 2 Year(s) 2 Month(s)
AWS 2019 1 Year(s) 0 Month(s)
Amazon EC2 2019 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Projects
Project Title: Cerner Corporation (Oracle Database Administration)
Client: Healthcare Clients
Project Details: We provide support and perform the required implementation to the Oracle databases for the Healthcare
clients all around the globe. Our daily activities include Monitoring backups, Oracle DB administration, RAC/ASM
administration, Dataguard configuration and troubleshooting, SQL tuning, Database performance tuning, Shell scripting and
all basic linux administration activities.
Project Title: Helix Support
Client: Qantas Airways
Skill Used: Oracle DBA, Database Administration, RMAN, Expdp, Impdp, Dataguard, Oracle RAC
Role Description: Oracle Database Administration, RMAN backup and recovery, Database creation and decommissioning,
Dataguard set up and administration, Switchover activities, RAC administration, ASM administration, Unix, Shell scritpting,
User and Profile management.
Project Details: The project primarily focused on providing 24X7 support to the Client's application. We the Oracle DBA team
were solely responsible for the smooth operations of the oracle Databases.
Project Title: Daisy Migration
Client: TeliaCompany
Skill Used: Impdp, Expdp, RMAN, Dataguard, Oracle DBA, Database Migration,
Role Description: Database Software installation and database creation, Database migration using impdp/expdp,
transporatable tablespaces, RMAN backup/recovery management, Data guard set up and administration
Project Details: The project was focused on migration of Oracle Databases to 11g/12c hosted on Client's private cloud. The
activities of our team included Oracle Binary installation and database creation in the new infrastructure,database migration
(using impdp/expdp), transportable tablespaces. After successful migration we also provided hyper care support to the
databases till 3 months.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 840: Resume 1549 with similarity score 0.02275225847620173
B.E , MS , B.TECH , BS software engineer , certified scrum master , devops , product development , full time , systems manager , program manager , practice manager , project leader websphere portal , listserv , telugu , itil process , security , workshops , space , articulate , service levels , customer satisfaction , status , stakeholder management , xml , life sciences , building , cms , engagements , distance learning , ecommerce , automation , devising , magento , devops , workflow management , designation , mar , xslt , web services , csm , hindi , ltd , english , digital asset management , leadership , drupal , mvc , lower costs , data integration , one , javascript , object pascal , team spirit , managed services , general , scrum , pages , vendors , affirmative action , oracle , collaboration , service delivery , travel , customer service , email , manufacturing , aws , towers , global delivery , technology solutions , languages , program management , bpm , coe , analytics , information management , php , authorization , teams , enterprise , application , agile project management , mainframe , electronics , transformations , credit unions , servers , drive , framework , csi , asean , key performance indicators 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e400116…
https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e4001165512450b5c0e0… 1/3
Current Designation: Tower Lead for Managed Services
Engagement
Current Company: Cognizant Technology Solutions Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Senior Management Program [General
Management]
Verified : Phone Number | Email - id
Cognizant Technology Solutions Pvt. Ltd. as Tower Lead for Managed Services Engagement
Jun 2006 to Till Date
As Tower Lead for a large Life Sciences Customers (Jan 2017 until Current)
* Responsible for the global delivery of an Enterprise Information Management / Digital Asset Management towers
spread across Analytics / BI / BPM space
* Delivered multiple data integration engagements in Mulesoft.
* Work with global account leadership for improved customer satisfaction and drive the transformations to deliver better
at lower costs
* Ensuring all the SLA Critical Service Levels & Key Performance Indicators exceeds the agreed threshold limits for the
Business
* Conduct the workshops to identify the debt and help articulate plans for debt reduction through various levers
* Work with the COE to identify the RPA and ITPA use cases for tool based automation and work with customer to
implement the same as one of the levers.
* Worked with Delivery Excellence team to come up with the 30-60-90 plan implementation for critical projects service
transitioning into managed services
* Devising a mechanism to controlling the backlog of tickets/service requests across all domains
* Imbibe high motivational spirit within the team to exceed performance expectations
* Cross skilling across teams to garner knowledge backup and sufficient coverage to support the Business
* Conduct team-building activities on the floor to enhance team spirit and collaboration
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RAMESH BIJJIGUM
Service Delivery, Data Integration, Mulesoft., AWS, Dev OPS, Software Development,
Project Management, Agile Development, Program Management, Product
Development, Production Support, Customer Service, Workflow Management,
Stakeholder Management, CMS
Key Skills: SDM,Program Manager,IT Delivery Management,Application Programming,Software Development,Project
Management,Agile Methodology,Program Management,Product Development,Production Support,Customer
Service,Workflow Management,Stakeholder Management
Summary
Ramesh has around 22 years of delivering Application Development & Managed Services engagements. He is CPISI and CSM
certified. He managed Magento eCommerce on AWS. Also delivered data integrations in Mulesoft. Worked on delivering data
asset management engagements in OTMM, ADAM. Delivered CMS engagements in Drupal/PHP. Delivered the HMI product
with DevOps toolset using CSI constructs. Exposed to multi cultural environment across geographies. In the role of an Account
manager managed the P&L for ASEAN region accounts for Manufacturing Logistics, Travel and Hospitality and Consumer
Goods accounts based in Singapore, Malaysia, Thailand. Exposed to working in multi vendor environment and transitioning the
applications between vendors and service transitioning the application in managed services model. Ramesh strength is, an ever
willing attitude to venture into new frontiers and befriend ambiguity rather than be stagnant in the comfort zone
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e400116…
https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e4001165512450b5c0e0… 2/3
KPIT Cummins Ltd. as Systems Manager
Oct 2002 to May 2006
Develop the applications in Java using MVC framework. Managed applications developed in oracle/websphere portal.
Managed multi vendor environment for customer with sox compliant applications. Driven the customer initiative of
preferred environment working with corporate BU to ensure all other BU's are compliant with the corporate defined set of
toolset
Rapidigm Inc. as Software Engineer
Nov 1999 to Apr 2002
Work on application development and enhancement in Java. Work on building interface for ListServ email servers used.
Developed web services using Java/XML following IFXforum standards to be consumed by mainframe systems
specifically for credit unions
Ahuja Technologies Inc. as Consultant
Mar 1999 to Oct 1999
Develop applications in Java, MVC framework. Also used XML and XSLT for dynamic pages.
Octon India Pvt Ltd. as Project Leader
Mar 1997 to Dec 1998
Develop and test the applications on Java and ASP.
Coordinate with customer for requirements and ensure successfully delivery
Drive the team and guide the team around tight corners to enable the group delivery successfully
Fourfront Information Technologies Pvt Ltd. as Software Engineer
Aug 1995 to Feb 1997
Develop the test the inventory application in Object Pascal.
Come up to speed on Java and conduct internal sessions
UG: B.Tech/B.E. (Electronics/Telecommunication) from Shivaji University, Maharasthra in 1995
PG: Senior Management Program (General Management), Correspondence/Distance Learning from Indian Institute of
Management (IIM), Kolkatta in 2013
Other Qualifications/Certifications/Programs:
Certified Payment Card Industry Security Implementer (CPISI)
Certified Scrum Master
Education
IT Skills
Skill Name Version Last Used Experience
ITIL Process 2020 4 Year(s) 0 Month(s)
Agile Project Management 2019 8 Year(s) 0 Month(s)
Delivery Management 2020 14 Year(s) 0 Month(s)
PROGRAM MANAGEMENT 2020 14 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e400116…
https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e4001165512450b5c0e0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Marathi Proficient
Telugu Proficient
Rank 841: Resume 259 with similarity score 0.022749157231079845
BS work from home training , web development , figma , internships , css , php , jquery , ux design , visual basic , bootstrap , wordpress , aws , resume , computer science , amazon , assessment , javascript , ion , digital marketing , learning , html , online Assessment
Q1. Why should you be hired for this role?
I am passionate to learn new technologies , and give my best in all fields. Web development is my passion and this is my dream job.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9770856800
Jhalak Sharma
Gwalior, Delhi
Applied 07 Feb'21
CSS Figma HTML
JavaScript PHP UI & UX Design
Bootstrap Visual Basic VB WordPress
Master of Computer Applications MCA, Computer Science
MIT 's University
2019 - 2021
Bachelor of Computer Applications BCA
Vips
2017 - 2019
Percentage: 60.00%
Digital Marketing
IgmGuru, Virtual
Jan 2021 - Present
Website designing
Digital Marketing
IgmGuru, Online
Jan 2021 - Present
Certificate Of Aws Training
Amazon, Online
Aug 2020 - Nov 2020
Website for food ordering
Jul 2020 - Aug 2020
Railway reservation
Oct 2019 - Nov 2019
https://www.dropbox.com/sh/4sei3cg8xkmhtos/AADsynAKQozDlf0nbssJgzcGa?dl=0
It is all about reservation enquiry of tickets and train details etc I used CSS JavaScript jQuery etc in this
Hello I love web development & also learning new things please give me a chance this is my dream job ,I do everything to
make it right
https://www.dropbox.com/sh/4sei3cg8xkmhtos/AADsynAKQozDlf0nbssJgzcGa?dl=0
Rank 842: Resume 1338 with similarity score 0.02271437429454815
MS , BS sales lead , key person , devops , vp , solution architect , full time , senior architect , enterprise architect , program manager , associate manager water quality , core java , workshops , docker , technology services , web hosting , status , digital transformation , mumbai , xml , building , foundation , kt , pipeline , security controls , automation , ansible , retail , cloud consulting , devops , kubernetes , designation , resource mobilization , pre-sales , hindi , flex , ltd , english , project leadership , perimeter security , data security , cloud security , agile , smoke , groups , microservices , provisioning , philips , architecting , c++ , disaster recovery , togaf , strategy , b1 , itil , ibm certified , vmware , one , javascript , data centers , derivatives , bfsi , capital , big data analytics , managed services , reporting , scrum , developers , data migration , affirmative action , information technology , opex , hub , public , maintenance , dynamo , axis , unix , iaas , technology leadership , paas , email , aws , microsoft , hp , containerization , pod , languages , context , crop , oil , amazon , failover , assessment , mobile , scheduling , sensors , search , apps , pmp , customer presentations , high availability , software solutions , rfp , connected devices , nse , coe , hybrid cloud , azure , authorization , openstack , due diligence , application , ci , apac , transformations , enterprise architecture , servers , air quality , framework , offshore , market development , ncfm , uml , mesh , communications , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d1…
https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d170118455f085c… 1/3
Current Designation: VP - Enterprise Architect - Cloud
Transformation , DevOps & Cloud CoE Lead
Current Company: Axis Bank Limited
Current Location: Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Axis Bank Limited as VP - Enterprise Architect - Cloud Transformation , DevOps & Cloud CoE Lead
Feb 2020 to Till Date
* Lead cloud transformation projects across business groups including assessments /advisory / CICD/DevOps.
? Driven and designed the Kubernetes based Cloud native deployment solutions for micro services with leveraging -
* Dockerization (Containers) with Kubernetes on Azure Platform(AKS) , AWS EKS , IBM Containers integrations etc.
* Istio , Calico based policy enforcement and service mesh - inter-pod communication , service discovery , secure API
communications.
* Managing SI partners like AWS , Azure , Workapps ,FreeCharge for design , implementation and support.
* Key role in architecting and designing the landing zone for cloud migrations/hosting -
o Hub and Spoke model enforcing perimeter security.
o Containerization as Service with Kubernetes containers leveraging AWS EKS .
o Secure by design leveraging Infosec security controls w.r.t. banking domain.
o Big data analytics over ADF (Azure Data Factory) via self hosted Integration Runtime.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Sandeep A. Patil
MCA with 20+ years of exp in Technology leadership - Cloud strategies ,
Consulting/Pre-sales/Delivery ,
Digital Transformation , Cloud Migrations , Cloud Natives(PaaS/Kubernetes) , DevOps
, Automation , Cloud Security , AI, Cognitive , Appl Dev, IoT
Key Skills: cloud transformation,enterprise architecture,project management,cloud migrations,cloud native paas,devops
solutions,azure,cloud security,cloud assessment,aws,togaf,microsoft
azure,container,docker,automation,bfsi,presales,rfp,data security,Java
Summary
Delivery & Market Development (Cloud Transformation Lead / Enterprise Architect - Practice , Delivery) : Architecture stream
? Lead cloud transformation program across business groups in BFSI focusing digital banking , CaaS (Container as Service) ,
cloud native services.
? Cloud Transformation Lead (consulting , pre-sales , migrations , delivery , automations , DevSecOps) over 4 years serving
customers across USA / EU / APAC / in BFSI , Pharma and Mfg.
? Digital Banking - As a platform lead , owned and drived the transformation of retail banking wallet app to Azure leveraging
Kubernetes and PaaS services over 2 years.
? Key role in defining the Cloud Migration Factory model (IaaS/PaaS) and Managed Services Flex mode.
? Lead the automation drives -
* End to end service request fulfilment under the umbrella of HP OO(Operations Orchestration)
* Cloud based automations - provisioning , configs , monitoring/alerts & house keeping activities.
? Key role in defining DevOps solution fram
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d1…
https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d170118455f085c… 2/3
Capgemini Technology Services Ltd as Program Manager - Enterprise Architect (Cloud Transformation
Lead)
Feb 2017 to Feb 2020
* Architecting & designing the migration of mobile app to Azure IaaS/PaaS leveraging Kubernetes Container based
microservices , DevOps CI/CD & agile SCRUM methodology. Lead the team of developers at onsite and setup a support
model.
* DevOps / agile scrum for end to end development
* Leveraged Spinnaker to deploy the container images to kubernetes orchestration layer in blue-green mode and
through CD pipeline.
* Driven Digital farming- SCOUT program for the crop sciences -.
o Connected devices/censors related to crops farming through AWS IoT platform and continuous reporting / analytics
on the state of the crop to regulate the actions. The services leveraged - Elastic search , Dynamo DB , Lambda and
devices like Raspberri Pi and sensors like temperature , water quality , air quality , smoke etc.
* DrivenDC Transformation for one of client's subsidiary holding 100+ apps and 500+ servers.
o Migration of workloads to Capgemini Data centers across regions (USA/Germany/Singapore) with hybrid cloud way
including private cloud on VMware and AWS public cloud.
* Lead Automation drives -
o End to end service request fulfilment under the umbrella of HP OO(Operations Orchestration) including Cloud Service
Automation (CSA) and Service Now
o Runbook automation (Ansible , Cheff etc)
IBM India Pvt Ltd as Cloud Solution Architect
Jan 2016 to Feb 2017
* Designed and deployed the solutions associated with dockerization (containerization) of the batch applications on
Bluemix Containers.
* Architecting and designing migrations/transformation/hosting solutions with hybrid cloud that includes Softlayer hosted
solutions , AWS Public cloud.
* Assessment of workloads for migrations/transformations to hybrid/public cloud. (IaaS/PaaS).
* Driven the due diligence for the consulting and migrations phases of the cloud and digital transformation roadmap.
* Designed and driven the DevOps release management framework for IaaS and PaaS(Cloud foundry) leveraging:
UrbanCode Deploy(UCD)/
Wipro Technology Services as Senior Architect
Apr 2012 to Jan 2016
* Define migration strategy for the workload migration with respect to Hybrid cloud(AWS / Azure / Openstack /
VmWare).
* Define the strategy for assessment and advisory services for cloud fitments.
* Design the architecture, high availability , Disaster Recovery approach.
* RFP response & support on the hybrid cloud IaaS ( AWS/Azure/Openstack) hosting , Migration , Transformation.
* Manage the delivery of the infra deployment , application/data migration on cloud.
* Driven automation (runbook , service management , IT Ops) for the customers in Opex model etc.
* Pre-Sales Lead - Public Cloud Solutions
o RFP responses for the public cloud transformation/migration.
o Due Diligence , customer presentations.
Key customers worked with - Shell Oil , McGraw hill, Philips , Campbell Soup , Transfield . The geos covers - USA , EU
and Australia.
Business trips :
USA on B1 , France - Paris , Germany-Munich , UK (London) , Amsterdam
For - Due diligence , workshops , consulting and presentations.
ACCENTURE SOFTWARE SOLUTIONS as Associate Manager Technology Cloud Java
Oct 2006 to Apr 2012
As a Cloud Tech Lead-
* Solution support on the hybrid cloud IaaS where AWS and private cloud joint solution proposed.
* Provided the solution on 3-tier web hosting , Batch processes , Data centric apps.
* Provide best possible alternative for Disaster recovery , failover solution in the context.
* The project has been outsourced from JPMC-UK in the form of model - 10% onsite and 90% offshore.
* Worked as a Lead at offshore, Involved in scheduling, planning activities.
* The technology primarily used is C++, UNIX (Sun-Solaris),coreJava , Sybase, UML etc.
* Responsible as the key person in the project start up - building the team , onshore KT ,resource mobilization and then
ongoing project leadership and management activities.
* Handled the client communication.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d1…
https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d170118455f085c… 3/3
PG: MCA (Computers) from National Institute of Electronic and Information Technology (NIELIT) in 1998
Other Qualifications/Certifications/Programs:
Togaf 9 Certified (Part 1 and Part 2)
Amazon Web Services(AWS) Certified Solution Architect - Professional Level
Microsoft Certified Azure Solution Architect
IBM certified Softlayer Solution Architect
IBM certified Bluemix PaaS cloud Solution Architect (PaaS)
PMP
ITIL R V3 Certified (Foundation)
Rational Unified Process(RUP)
NCFM (NSE's Certification in Financial Market ) Capital Market Derivatives module
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java , JDBC , DAO , XML , XSLs
AWS - IaaS and PaaS 2020 9 Year(s) 0 Month(s)
Azure - IaaS and PaaS 2020 7 Year(s) 0 Month(s)
Cloud Migrations 2019 6 Year(s) 0 Month(s)
Cloud Digital Transformation 2020 5 Year(s) 0 Month(s)
devops 2020 6 Year(s) 0 Month(s)
Kubernetes 2020 5 Year(s) 0 Month(s)
Container - Dockers 2020 5 Year(s) 0 Month(s)
Cloud Security 2020 4 Year(s) 0 Month(s)
Cloud Consulting 2019 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 843: Resume 814 with similarity score 0.02266389425244806
B.E , MS , B.TECH , BS full time , software engineer , full stack engineer , software developer react.js , core java , general , mean stack , css , designation , ug , tsp , qualys , affirmative action , mysql , web services , spring , tortoise svn , hindi , maintenance , basic , instagram , authorization , english , status , agile , email , project , application , microservices , angularjs , computational complexity , android , approximation algorithms , features , languages , es6 , javascript , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c13…
https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c130045145d58095… 1/2
Current Designation: Full Stack Engineer
Current Company: Qualys
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Qualys as Full Stack Engineer
Dec 2020 to Till Date
Full stack development using ReactJS, Java and Spring
Reflexis Systems as Software Engineer
Jul 2017 to Dec 2020
Created, designed and maintained multiple projects using Agile methodology, hands on experience in Java, Spring,
Javascript, AngularJS, Webservices, RESTful APIs, Microservices, SQL, HTML, CSS
UG: B.Tech/B.E. (Computers) from NIIT Univeristy, Neemrana in 2017
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Shishir Rao
Full Stack Engineer.
Java, Spring, Javascript, React, AngularJS, HTML, CSS, MySQL, DB2
Key Skills: javascript,angularjs, spring,data structures,core java,java,application programming,web
technologies,sql,mysql,web services,microservices,tortoise svn,oop,Algorithms
Summary
Result-oriented Professional with 3 years of experience in Product Based environment in Application Programming, Web
services, Full stack development in tech-stack of Java, Javascript, React, AngularJS, Spring, SQL, HTML, CSS, D3
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c13…
https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c130045145d58095… 2/2
Nature of Employment: Full Time Duration: Jan 2017 - Feb 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2016 - Dec 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Jul 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
CORE JAVA 8 2020 3 Year(s) 3 Month(s)
AngularJs 1.5 2020 3 Year(s) 3 Month(s)
Spring 4 2020 3 Year(s) 3 Month(s)
JavaScript ES6 2020 3 Year(s) 3 Month(s)
MySQL 0 3 Year(s) 3 Month(s)
React.js 2020 0 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: MeanInsta
Client: Self Practice
Project Details: Developed a website that clones Instagram for some basic features like creating profile, uploading images,
adding likes and comments, using MEAN stack
Project Title: Incident Reporter
Client: SELF WORK
Project Details: Developed a website for our android application InciRep. The application reported accidents or incidents to
concerned authorities. MySQL, HTML and CSS
Project Title: Approximation algorithms for Travelling salesman problem
Client: SELF EDUCATION
Project Details: Created two algorithms to improve the computational complexity of 1.5 Christofides and optimality of
Bottleneck TSP
Rank 844: Resume 1278 with similarity score 0.02258915467751836
BSC , BS , B.E , MS , B.TECH cloud architect , associate , cloud infrastructure architect , business development , orchestrator , migration specialist , solution architect , full time , enterprise architect computing , telugu , virtual machines , conducting , sgsn , ccna , capex , project planning , pop , status , ofc , special events , mumbai , continuous integration , slicing , project initiation , mops , scope management , features , building , it infrastructure , routers , organization , mobility , upgradation , access , designation , mw , ltd , architects , low latency , english , telcom , modifications , commissioning , cloud security , monetization , provisioning , consolidation , solution architecture , grx , ems , architecting , data analysis , capacity planning , epc , isolation , javascript , business requirements , network configuration , risk analysis , rollout , general , optimization techniques , developers , affirmative action , technical architecture , opex , core network , public , maintenance , utilization , service delivery , vlan , 4g , email , customer applications , transmission , service planning , aws , 3g , survey , inventory planning , edge , sequencing , media planning , languages , product testing , malayalam , mobile , engineers , catalogue , api , blueprint , high availability , bandwidth , telecom , tamil , analytics , azure , tdm , authorization , teams , enterprise , virtualization , models , deliveries , 2g , ecosystem , pid , less , cost effective , requirements gathering , adherence , storage , offshore , preparation , network administration , festivals , orchestration , load , dimensioning , volte , microwave 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d42…
https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d420115415f0c000… 1/3
Current Designation: Cloud Architect - AGM
Current Company: Vodafone Idea Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Mumbai,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Vodafone Idea Ltd. as Cloud Architect - AGM
Aug 2017 to Till Date
Key Result Areas:
Managing Telco Edge cloud deployment activities and supervising all new product testing and verification happens in Lab
Checking infrastructure deployment as part of Vodafone Idea Public cloud deployment
Designing and building cloud service models for different POC?s; architecting and designing next generation Edge
computing platform and ecosystem that is secure and reliable
Developing cloud architecture and control techniques for ensuring low latency, high availability network slicing & other
quality of service characteristics and Edge cloud security and resource isolation
Deploying and managing virtualized resources at scale, including virtual machines, containers and server less systems
Defining compute, virtualization storage and data analysis technologies to be deployed at the Edge and dependencies
of mobile/multi access computing (MEC), with 5G and Cloud networking (RAN, CRAN)
? Describing Facilitating Edge cloud planning and migration initiatives involving mapping of business requirements and
in-depth evaluation of customer feedback to execute modifications in the solution
Mapping clients? requirements, attending / conducting business user meetings, driving solution & technical architecture
Architecting and developing customer applications to be cloud optimized; working as infrastructure and application
migration specialist
Conducting system design , feasibility and cost studies and recommended cost effective cloud solutions
Achievements:
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ARUN. C
Cloud Architect seeking role in IT Planning,Solution Architecture,Project
Management,Requirement Gathering,Continuous Integration,Network Configuration,IT
Infrastructure,Service Delivery,Transmission Planning,Networking,OPEX
Analysis,Capex,AWS
Key Skills: Cloud Architect,Solution Architect/Enterprise Architect,IT Planning,Solution Architecture,Project
Management,Requirement Gathering,Continuous Integration,Network Configuration,IT Infrastructure,Service
Delivery,Transmission Planning,Networking,AWS
Summary
Cloud Architect Associate and achievement driven professional with over 13 years of rich IT- Telecom experience
Forward-focused Cloud Infrastructure Architect with expertise in concepts of end-to-end project planning &
implementation from scope management, to activity sequencing, effort & cost estimation, risk analysis to quality
management in coordination with the business & stakeholders
Excellence in managing teams of Architects & Developers right from requirements gathering till design, implementation
& deployment for large scale projects of Networking, IT Infrastructure and Cloud
Managed & ensured project deliveries in a timely manner involving seamless onsite/ offshore coordination and
transparent communication with all stakeholders at all phases
Extensive cloud platform experience in AWS and Azure Clouds; expanded the organization's effort in the field
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d42…
https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d420115415f0c000… 2/3
Delivered major solutions to customers timely using cost / budget optimization techniques
Reduced infrastructure cost by 20% by doing effective capex planning and proper HW selection
IDEA Cellular Ltd. as Cloud Architect - PS/CS Core Planning
Aug 2015 to Aug 2017
Key Result Areas:
Planned Cloud & Data Core Network for Mobility (2G/3G & 4G) / Enterprises and providing customized business solutions
Interacted with team members to ensure smooth progress of defined solution; ensured adherence to quality norms
throughout the implementation process
Provided post-implementation, maintenance and enhancement support to the client with regards to the solution
Designed and built efficient General purpose distributed Cloud as service (CaaS) and extended Captive IT workloads &
Enterprise customers for hosting Network, VAS, OSS, BSS & Enterprises applications
Deployed service Orchestration Platform for Catalogue based provisioning, Automated migration of workloads (VOLTE &
EPC) across sites
Established cost optimization, monetization of the network Data initiates for Business Development
Managing Data Core Network:
o Capacity and architecture planning - covering Mobility, IoT & Enterprise
o Integration design and Configuration MOPs for consolidation activities
o Expansion design in line with annual operating plans & traffic projections from business
o Service Planning and MOP preparation for new services/features and consolidation
Prepared HLD, LLD, UAT and blueprint of design, New Service, Product & feature design, MOP, testing and deployment
and
Project Initiation Document (PID) for commissioning & integration purposes
Spearheaded Capacity planning of Data core nodes: SGSN-MME, GGSN/SPGW, PCRF, CGNAT, Gi/Gn DNS,
Optimization,
GRX/Gp, IOT, ePDG, API GW, Analytics, CGF, NAT LOG, AAA, EMS, Gn/Gi routers Cloud and Orchestrator as per
requirement
Created network arrangements/ changes for special events, festivals & load sensitive events and natural disasters
IDEA Cellular Ltd. as Transmission Planning ( IP-OFC-MW)
Dec 2008 to Aug 2015
Spearheaded transmission media planning and implementation of LTE, 3G and 2G network for IDEA Kerala Circle
Provided all kind of transmission inputs and implemented them to meet the rollout targets including existing NW
upgradation and new rollout TXN clearance for new survey location, Site re-location, Sharing proposal to meet
Executed 2G/3G/4G MW Topology planning and bandwidth dimensioning (IP, TDM) for each site Allotted and tracked
VLAN & IP pool to different stake holders (Wi-Fi ,Leased line, 3G, 2G, 4G, BSC, RNC, SynC and so on
Managed Fiber POP Requirement Planning, Dependency Reduction of the Microwave & Fiber Network
Confirmed IuPs, GboIP, IuCs and IP Clock & other core BW availability based on Network utilization
Performed traffic migrations like RNC Migration & BSC Migration; managed inventory planning to meet the rollout target
including Vendor Selection, Third Party Management and PO Management
UG: B.Tech/B.E. (Computers) from Institution of Engineers India in 2007
Education
IT Skills
Skill Name Version Last Used Experience
CCNA
AWS
CAPEX/ OPEX
AZURE
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d42…
https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d420115415f0c000… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Tamil
Telugu
Malayalam
Rank 845: Resume 990 with similarity score 0.022548061939299084
B.S , M.Sc , M.S , BS , MS backend developer , part time , full time , software developer react.js , security , designation , ug , affirmative action , mysql , web services , hindi , angular , technology services , maintenance , sts , authorization , english , status , spring boot , postgresql , log4j , architecture , email , development tools , tomcat , application , aws , microservices , applied physics , rest , mvc , servers , junit , git , maven , languages , hibernate , software design , spring framework , javascript , eclipse , search , working experience 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 1/2
Current Designation: Software Developer
Current Company: Capgemini Technology Services India
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [applied physics]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Software Developer
Jul 2018 to Till Date
Java Backend developer with 2.7 year experience
UG: B.Sc (Physics) from Maharaja Sayajirao University (MSU), Baroda in 2015
PG: MS/M.Sc(Science) (applied physics) from Maharaja Sayajirao University (MSU), Baroda in 2017
Last Active: 6-Feb-21 Last Modified: 2-Feb-21
Chandan Singh
Java Backend Developer with 2.7 years of experience currently living in Bengaluru/
Bangalore
Key Skills: spring boot,hibernate,eclipse,maven,jboss,mysql,svn,git,microservices,aws,web services,rest,spring
mvc,j2ee,java,sql,elastic search,junit,log4j,software development,application programming,React.Js,Postgresql,Tomcat
Summary
2.7 years of experience in all aspects of software Design and Development on Java J2EE.
Working experience on frameworks like Spring, Hibernate,Spring boot .
Good Implementation Knowledge in WebService(REST).
Experience in integrating spring with Hibernate.
Hands on Experience on Eclipse IDE and STS.
Experience in various servers namely , Jboss and Tomcat.
Developing applications in MVC architecture using Spring framework.
Experience in using the development tools like Maven, Junit, Postman.
Having knowledge of Angular .
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Servlet, JSP,JDBC, java, Eclipse,STS
Tomcat, Wildfly, Hibernate, Swagger
Spring( MVC,CORE,ORM,REST,SECURITY, )
REST , JUnit 2 Year(s) 5 Month(s)
spring boot 2 Year(s) 5 Month(s)
JAVA 1.8 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 846: Resume 733 with similarity score 0.02253301990675676
B.S , M.Sc , M.S , BS , MS backend developer , part time , full time , software developer react.js , security , designation , ug , affirmative action , mysql , web services , hindi , angular , technology services , maintenance , sts , authorization , english , status , spring boot , postgresql , log4j , architecture , email , development tools , tomcat , application , aws , microservices , applied physics , rest , mvc , servers , junit , git , maven , languages , hibernate , software design , spring framework , javascript , eclipse , search , working experience 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 1/2
Current Designation: Software Developer
Current Company: Capgemini Technology Services India
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [applied physics]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Software Developer
Jul 2018 to Till Date
Java Backend developer with 2.7 year experience
UG: B.Sc (Physics) from Maharaja Sayajirao University (MSU), Baroda in 2015
PG: MS/M.Sc(Science) (applied physics) from Maharaja Sayajirao University (MSU), Baroda in 2017
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Chandan Singh
Java Backend Developer with 2.7 years of experience currently living in Bengaluru/
Bangalore
Key Skills: spring boot,hibernate,eclipse,maven,jboss,mysql,svn,git,microservices,aws,web services,rest,spring
mvc,j2ee,java,sql,elastic search,junit,log4j,software development,application programming,React.Js,Postgresql,Tomcat
Summary
2.7 years of experience in all aspects of software Design and Development on Java J2EE.
Working experience on frameworks like Spring, Hibernate,Spring boot .
Good Implementation Knowledge in WebService(REST).
Experience in integrating spring with Hibernate.
Hands on Experience on Eclipse IDE and STS.
Experience in various servers namely , Jboss and Tomcat.
Developing applications in MVC architecture using Spring framework.
Experience in using the development tools like Maven, Junit, Postman.
Having knowledge of Angular .
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Servlet, JSP,JDBC, java, Eclipse,STS
Tomcat, Wildfly, Hibernate, Swagger
Spring( MVC,CORE,ORM,REST,SECURITY, )
REST , JUnit 2 Year(s) 5 Month(s)
spring boot 2 Year(s) 5 Month(s)
JAVA 1.8 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 847: Resume 1298 with similarity score 0.02248606447071464
B.E , MS , B.TECH devops engineer , linux administrator , cloud engineer , full time , senior associate ansible , automation , version control , managed services , rpm , slack , general , devops , jenkins , kubernetes , security , designation , space , mar , affirmative action , ram , firewalls , rhel , hindi , docker , linux , maintenance , apache , virtualisation , ltd , windows , ear , tar , unix , authorization , english , iaas , teams , plugin , status , nexus , flavors , email , project , tomcat , groups , aws , configuration management , ips , yum , application servers , provisioning , continuous integration , user administration , github , artifacts , nagios , components , s3 , middleware , running , computer science , languages , voip , infrastructure , storage , ec2 , building , load balancing , operating systems , amazon , sonarqube , technology management , javascript , data recovery , disk management , cloud computing , package management , backup and recovery , cd , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f43…
https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f430014455c5d5c5… 1/3
Current Designation: Senior Associate - IT Ops
Current Company: Coforge Limited (Formerly NIIT
Techonologies)
Current Location: Ghaziabad
Pref. Location: Pune,Bengaluru / Bangalore,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Coforge Limited (Formerly NIIT Techonologies) as Senior Associate - IT Ops
Sep 2019 to Till Date
Devops Engineer experienced in CI/CD ,Git , Jenkins, Docker , Ansible , Kubernetes.
using Cloud Platform( AWS ) for IAAS , well versed with Linux environment
Coforge Limited (Formerly NIIT Techonologies) as Senior Associate - IT Ops
Sep 2019 to Sep 2019
Environment: Docker, GIT, Nagios, Linux, Apache, load balancing, AWS, Ansible, Java
Managing 50+ Linux servers & component provisioning & handling configuration &
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Gaurav Giri
Devops Engineer with 6+ years of experience in IT operations.Well versed with cloud
technologies like AWS, DevOps , GIT, GITHUB, Jenkins , Nexus , Sonarqube, Slack,
Docker , Ansible , Kubernetes,
Key Skills: cloud computing,Server Maintenance,Devops,Continuous
Integration,GIT,Github,Jenkins,AWS,Linux,Docker,Ansible,NAGIOS,Apache Tomcat,Container,Kubernetes ,
Summary
6+ years experienced & result
oriented DevOps Engineer possessing
in-depth experience of managing
cloud based technology & effectively
handling configuration & deployment
of infrastructure & services. Gained
hands on experience in implementing
core DevOps concepts such as
containerisation, virtualisation,
version control, cloud computing,
database management &
administration, load balancing, etc. by
using a wide variety of technologies
while working with multiple DBMS,
Operating Systems & programming
languages. Drives excellence in every
project to deliver outstanding results.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f43…
https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f430014455c5d5c5… 2/3
deployment of infrastructure & services
Cloud technology management
Virtualisation & Load Balancing
Server Maintenance & Infrastructure Monitoring
Managed the infrastructure, avoided single point of failure, monitored RAM CPU
space
Created server & components by application of Virtualisation Concept using Docker
Played key role in establishing the entire cloud based distributed computing
infrastructure for the VoIP application
Employed complex concepts & technologies including git, Docker, apache, nodes,
networking, etc.
Setup Nagios server & installed Nagios Plugin on each running host machine as a
client
Constantly monitored the up-time of the infrastructure using status of all
components sent by the Nagios client .
Creating of Environment, and users in Ansible Server.
Developing playbooks to pull the Ansible server.
Automate deployments through the use of configuration management.
Working with Git and Jenkins CI/CD Continuous Integration of Server-Installation,
Configuration and Design.
Worked on Jenkins by installing, configuring and maintaining for the purpose of
continuous integration (CI) and for End to End automation for all build and
deployments.
Involved in deploying artifacts like JAR, WAR, and EAR into application servers Apache
Tomcat.
Configuring pre and post build actions in Jenkins as per project requirements.
Experience working on several Docker components like Docker Engine, Hub, Machine,
creating Docker images, Compose, Docker Registry and handling multiple images
primarily for middleware installations and domain configurations.
Worked on Docker container snapshots, attaching to a running container, removing
images, managing Directory structures and managing containers.
Creating servers, AMIs, storage blocks in S3 Bucket, taking snapshots, VPCs, subnets,
load balancing and auto-scaling in AWS.
Manage and configure AWS services as per the business needs (ELB, EC2, IAM, and
VPC).
NEC Technologies India Pvt. Ltd. as Executive - Managed Services
Mar 2018 to Sep 2019
Environment: Docker, GIT, Nagios, Linux, Apache, load balancing, AWS, Ansible, Java
Roles & responsibilities: AWS Cloud Engineer/Linux Administrator.
Worked closely with EC2 infrastructure teams to troubleshoot complex issues.
Building customized Amazon Machine Images.
Created detailed AWS Security groups which behaved as virtual firewalls that
controlled the traffic allowed reaching one or more AWS EC2 instances.
Setup and launch Amazon Linux and RHEL and windows ec2 instances,
network interface with Elastic IPs.
Yum configuration in server & package installation through YUM .
Installing applications on Linux flavors.
Responsible for Day to Day Backup and Recovery using tar. Updated backup
scripts on different environments.
RPM and YUM package management, installing, upgrading and removing.
Performed operating system installation and configuration.
User administration, creating, modifying and deletion. Resetting UNIX account
password.
implemented changes, upgrades, security procedures and policies to the
Linux.
Managed the user account, data recovery, etc.Responsible for providing
support and assistance in initial installation of the system, setup and
maintenance of Disk Management, partitioning tools like f disk etc. file system.
Configured Volume groups, Logical volume and extended logical groups.
UG: B.Tech/B.E. (Computer Science) from Uttar Pradesh Technical University (UPTU) in 2013
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f43…
https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f430014455c5d5c5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Jenkins 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 848: Resume 982 with similarity score 0.022446757451249428
B.E , MS , B.TECH , BS owner , software developer , team leader , full time , systems engineer api , web development , web apps , general , blogging , telugu , image processing , css , microsoft azure , security , designation , deep learning , blogs , architectural patterns , data transfer , nlp , sqlite , affirmative action , mysql , hindi , docker , keras , maintenance , pos , instagram , php , jquery , digital , english , mobile phone , artificial neural networks , json , speech recognition , authorization , web applications , enterprise , status , bootstrap , c# , agile , spring boot , email , project , store , google , aws , tesseract , live , photos , xamarin , computer vision , forms , prediction , paper , surveillance , rest , led , c++ , nltk , machine learning , opencv , django , languages , framework , heart disease , html5 , mobile applications , flask , urdu , pil , python , javascript , technology , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 1/4
Current Designation: Systems Engineer
Current Company: Tata Consultancy Services (TCS)
Current Location: Kurnool
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kurnool
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as Systems Engineer
May 2019 to Till Date
Worked as a professional in developing cross platform mobile application using xamarin forms ,high end web apps using
django,
developed innovative machine learning solutions using Keras, REST API's using flask , Blogging site using DJANGO
UG: B.Tech/B.E. (Computers) from G Pulla Reddy Engineering College, Kurnool in 2019
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Hameed Kunkanoor
Working as a professional in developing cross platform mobile applications using
Xamarin forms , Django based web applications in AWS, developed innovative
machine learning solutions using Keras,NLP,OpenCV REST API's using flask ,
Key Skills: Xamarin, Django ,AWS, Flask, Web Development, MYSQL ,Machine Learning, REST API, NLP, Deep
Learning, Python, c#,OpenCV, .Net, Html5, CSS, Javascript,Java, c, c++, Anaconda, Software Development, Application
Programming,Docker
Summary
Eagerly looking for a job in Tech company. I being a tech geek with proven expertise in Mobile app development, Machine
learning, Deep learning and a little NLP. and developing enterprise web apps using django , html,css,js.I am currently working in
TCS as systems engineer at 7LPA only guy from my college to get selected for TCS Digital, Secured 92 percentile in CAT 2019.
I worked as a team leader in our company and also developed innovative solutions to many enterprise problems and always led
my team to success in tuf times, there were times where I worked more than 18 hours a day and contributed innumerable
weekends for my team's success.I have also actively interacted and worked closely with clients in Agile manner and never led
anyone's expectation down . Got many appreciations and hurdles but always tried to get success and acheived it.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 2/4
Nature of Employment: Full Time
Project Location: Kurnool
Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 1
Skill Name Version Last Used Experience
GIT
AWS
Microsoft Azure
Xamarin forms
.NET
REST API
OPENCV
Deep learning
MACHINE LEARNING
TensorFlow
NLP
FLASK
C#
Python
NLTK
JAVA
React native(a little)
Keras
html, css, javascript, php,MYSQL
DJANGO
C, C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Urdu
Projects
Project Title: Find_It_Buddy
Client: Made for me
Skill Used: Django,HTML, MySQL Db, CSS, Javascript, JQuery, Bootstrap, AWS, Python,
Role Description: This site is developed entirely by me with the latest tech stack and using Enterpris architectural patterns
Project Details: Source url : https://github.com/Hameedkunkanoor/Finditt it is a private project
Find It Buddy is a Django based web application in an attempt to find answers related to technology and science through
blogs, forums and question and answers . This project is made using django framework with MYSQL database with AWS to
store images and other files and API's and ajax to handle data transfer between front end and backend. Frontend is made
using HTML,CSS,Javascript, Jquery, Ajax for API calls, Bootstrap,
Project Title: Handwritten_Text_recognizer_using_tesseract
Client: For me
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 3/4
Nature of Employment: Full Time
Role: Programmer
Duration: Jan 2020 - May 2020
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time Duration: Dec 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2019 - May 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Nov 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Mar 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Duration: May 2019 - Feb 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: May 2019 - Feb 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Sep 2019
Onsite / Offsite: Offsite
Skill Used: Opencv, pytesseract, PIL, Python
Project Details: project source : https://github.com/Hameedkunkanoor/Handwritten_Text_recognizer_using_tesseract
Basically this is a Tesseract based handwritten text recognizer which recognizes the text shown to it similar to google OCR
Project Title: Recommendor system
Client: Self
Project Details: project source : https://github.com/Hameedkunkanoor/Recommendor-system
A python based recommendation engine
Project Title: SaveInsta App using Xamarin forms
Client: For me
Skill Used: Xamarin forms,MVVM cross, c#, SQLite, ADMob
Project Details: source : https://github.com/Hameedkunkanoor/SaveInstaProfilePicture
This is a xamarin forms based cross platform application made for saving the instagram photos,vidoes to the mobile phone
Project Title: Rock Paper Scissors using Computer vision
Client: Rock Paper Scissors using Computer vision
Skill Used: Convolutional neural networks, Python, Deep Learning, Computer Vision,
Project Details: project link : https://github.com/Hameedkunkanoor/RockPaperScissorsUsing-ComputerVision
THis project is just for a little playtime where we can show gestures to play rock paper scissors with the computer
Project Title: Live Home Surveillance
Client: For me
Skill Used: Flask, Opencv, Image Processing, Neural Networks, Html5, css,
Project Details: LHS project is aimed at providing security surveillance through the security camera .the camera feed is being
monitered by python based application which predicts any unusual activity in the house and reports it to the owner through
EMail.
Live home surveillance is a Deep learning based OpenCV project where I used backgrounbd substraction to find difference
between frames and if I found any difference the application takes the snaps and sends them through Email
Project Title: Confidential
Client: Landmark group
Skill Used: Xamarin Forms, Spring Boot, Rest API, MYSQL database, Microsoft Azure, MVVM cross,
Project Details: We made a project using xamarin forms to replace the POS for billing with Mobile application made with
xamarin forms
Project Title: Heart disease prediction API using Flask
Client: for mer
Skill Used: Flask, Rest API, Python, Artificial Neural Networks,
Project Details: Project source : https://github.com/Hameedkunkanoor/HeartDiseasePredictionAPIUsingFlask
This is a rest api developed in python flask framework where we have a model trained using heart disease dataset and I
have saved the model and used it for predictions in my project which will return the json response of the predicted heart
disease
Project Title: Desktop Assistant
Client: For me
Skill Used: Python,Gtts,Speech recognition, SMTP,
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 4/4
Nature of Employment: Full Time Duration: Jan 2019 - Aug 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: Project Link : https://github.com/Hameedkunkanoor/DesktopAssistant
A python based Desktop assistant with speech recognition , voice based recognition system ,googletext to speech
Project Title: Digits Recognizer
Client: For me
Skill Used: Python, Deep Learning, Opencv,
Project Details: Project is present at : https://github.com/Hameedkunkanoor/digitsrecognizer
This project is aimed at recognizing the digits through our gestures made with any object , developed using Convolutional
neural networks with MNIST dataset
Rank 849: Resume 961 with similarity score 0.02242112097331334
B.S software consultant , account representative , java consultant , software developer , freight manager , full time ecommerce , spring batch , transaction management , functional specifications , core java , redux , spring integration , jenkins , designation , office , reference data , space , investment , mar , vendors , ug , oracle , web services , affirmative action , tortoise svn , hindi , linux , maintenance , windows , sts , json , english , authorization , energy , web applications , bootstrap , status , jasmine , rapid response , stakeholder management , sql , email , project , architecture , spring boot , servlets , npm , mumbai , angularjs , karma , range , fixing , github , testing , rest , freight , junit , merge , maven , output , languages , multithreading , documentation , dashboard , spring framework , javascript , h2 , eclipse , nds , technology , business requirements , crucible , sockets , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b19…
https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b1900191458080b… 1/3
Current Designation: Senior Software Consultant
Current Company: SS&C
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,United Arab
Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
SS&C as Senior Software Consultant
May 2019 to Till Date
Project: AIBPO & Altserv
Client: In House Product
Description: In this project, developed interface for an advisor to place an order in Alternate Investment space. The
advisors
created the order in Altserv and once approved by back office the order flows through AIBPO where back-office can track
the
order lifecycle.
Technologies Used:
API used in Middle-tie : Spring-Boot, Maven, Git, Junit, KONG Api, REST Api, Swagger Open Api
API used in Front-end : Angular 8, Angular-Material, RxJS, Karma-Jasmine
API used in Back-end : SQl (db2)
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
AFROOZ SHAIKH
Senior Software Consultant seeking roles in Software Development,Project
Execution,Requirement Gathering,Coding & Testing,Functional Specifications,Defect
Management,Relationship Management,Bug Fixing,Stakeholder
Management,Maven,REST
Key Skills: Senior Software Consultant,Software Developer,Software Development,Project Execution,Requirement
Gathering,Coding & Testing,Functional Specifications,Defect Management,Relationship Management,Bug
Fixing,Stakeholder Management,Maven,REST
Summary
A high-energy technocrat with nearly 6 years of experience in IT Project
Execution, Software Development & Enhancement
Exposure in various domains such as Alternate Investment, Reference Data
Management, Logistics and Ecommerce services
Expertise in managing overall software development lifecycle involving
requirement analysis, system study, designing, architecture, testing,
programming, coding, de-bugging, defect management & documentation
Skilled in mapping clients' business requirements and translating these
requirements into functional specifications, services, implementations and custom
designing solutions in coordination with stakeholders
Extensive Experience in operating with Core Java, Spring Framework, SpringBoot Framework, ReactJS, AngularJS, Oracle, h2
database
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b19…
https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b1900191458080b… 2/3
Capgemini as Consultant
Feb 2018 to May 2019
Project Title: Multiplexor
Client: In House Product
Description: The project aimed at developing match & merge mechanism for Reference Data from different vendors and
displayed the resulting output to Operation in UI.
Technologies Used:
API used in Middle-tier : Spring-boot, In-house Integration Framework based on Spring Integration, Caching
Mechanism, Spring Transaction Management, REST Service, JSON, Maven, Jenkins
API used in Front-end: React 16, Redux, Axios , Bootstrap
API used in Back-end : SQl (Oracle)
NDS Global as Java Consultant
Jul 2016 to Jan 2018
Project Title: Transport Management System- Rapid Response
Client: JBHUNT Transport Services
Description: The project intended to develop new functionalities for existing applications of the Transport Management
System. The range of applications involved were Web Applications, Web Services, Listeners and Spring Batch
Applications.
The challenging part of the project is working with new technology with every release cycle.
Applications and Technologies Used:
Account Representative Dashboard: Spring boot, ExtJS, DB2, and SQL
Freight Manager Application: Spring, JSF, JSP, DB2 and SQL
Asset Maintenance: Spring boot, AngularJS and SQL
Unilever Batch Process: Core Java
Development : Core Java, Spring, Servlets, Spring-Boot, ExtJS, AngularJs 4
Tools: Tortoise SVN, STS, Eclipse, IntelliJ, Crucible, Jenkins, TFS
UG: B.Sc (Computers) from S.I.E.S affiliated to Mumbai University in 2013
PG: MCA (Computers) from S.I.E.S, Mumbai University in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Spring Boot, Spring, REST
Java 1.8,Web Sockets, MultiThreading
Angular 8, React 16
GITHub, Jenkins
Maven, npm
Oracle, H2
WINDOWS, LINUX
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b19…
https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b1900191458080b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 850: Resume 750 with similarity score 0.02240942746960621
B.E , MS , B.TECH , BS application support , software engineer , full time , change management , senior software developer , part time api , designation , ug , affirmative action , mysql , hindi , maintenance , player , authorization , english , status , spring boot , email , project , tomcat , application , aws , mumbai , rest , writing , change management , features , maven , languages , adoption , one , javascript , search , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a44…
https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a440240455f590c5… 1/2
Current Designation: Senior Software Developer
Current Company: Synergy Tech Services
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Synergy Tech Services as Senior Software Developer
Jun 2015 to Till Date
Worked on Forums where faculties and students can interact with each other.
Developed Gradebook Features to calculate grades for students based on different
criterias.
REST API features so that client can create bulk data using these API's. Integrated
Swagger.
Content Propagation from one instance to another.
Provided full Support to Client.
Developed Book Adoption feature for courses/sections by faculties.
Worked on Sparks ETL for reading catalog data and writing to elastic search.
Worked on Elastic Search Queries.
Created AWS lambdas and Batch Jobs.
UG: B.Tech/B.E. (Computers) from Shri Shankracharya Engineering College Bhilai Chhattisgarh in 2015
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Vanshika Agrawal
Senior Software Developer seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Defect
Management,Quality Management,Requirement Gathering,Spring
Boot,Sparks,Maven,MySQL,AWS
Key Skills: Senior Software Developer,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Defect Management,Quality Management,Requirement Gathering,Spring
Boot,Sparks,Maven,MySQL,AWS
Summary
Software Engineer with 5+ years of experience in developing and supporting the projects.Team player with a will-do
attitude and eager to take up new tasks.
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a44…
https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a440240455f590c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Java, Sparks, Spring Boot
Elastic Seach, MySql, AWS, Maven
Tomcat Server, Micro Services,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 851: Resume 779 with similarity score 0.022320037387443977
B.E , MS , B.TECH technical analyst , devops , partner , full time , investor , team lead risk assessment , infrastructure management , training , project support , appdynamics , functional specifications , liquidation , functionality , financial services , devops , general , bau , kubernetes , generators , front office , designation , functional testing , openshift , harness , affirmative action , conducting , loans , core banking , monitoring progress , docker , credit rating , hindi , teamcity , pdf , money market , linux server , json , authorization , logstash , troubleshooting , teams , english , web scraping , status , ratings , servlets , email , default , application architecture , deals , interfacing , bitbucket , operations , writing , swift , debugging , shell scripting , server migration , yaml , kibana , connectivity , payments , framework , languages , cyberark , kannada , completion , probability , python , diagrams , javascript , web pages , search , kendo ui , artifactory , cd , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b5719120110…
https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b57191201100142455b580e… 1/3
Current Designation: Team Lead-IT
Current Company: LTI (Rebranded from L&T Infotech)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Team Lead/Tech Lead
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
LTI (Rebranded from L&T Infotech) as Team Lead-IT
Mar 2012 to Till Date
Client: CITI Bank (Currently working with) and Fitch Rating
Key Result Areas:
Working on DevOps CI/CD Integration of the application and coordinating with client to determine the specific
requirements and expectation while also executing the planning of the release, testing and PROD Cutover as per
requirement priority.
Providing SME assistance and ensuring implementation of changes without any issues and successful BAU continues for
Banking application- Flexcube. (FXMM Module) for CITI Bank.
Gathering resources and developing support to applications like Fitch GWS- ResiInvestor Application, LTI-FSTI Unitrax
Application and also ensuring project process/good practices are followed/incorporated to ensure quality compliance.
Coordinating with multiple Vendor/Business users for testing and implementation.
Interfacing with Business Managers/Clients for gathering business needs, conducting system analysis and finalizing
technical / functional specifications.
Contributing to the development of strategic plan and business plan of Core Banking and related application architecture
diagrams including testing, troubleshooting and debugging.
Monitoring progress of the project as per schedule / budgets and ensuring timely completion & delivery to the client.
Holding review meetings and coordinating with other team members for defining best practices for project support.
Handling and training the team for Devops CI-CD implementation using tools/technologies like Bitbucket, Teamcity,
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Mekhala Hulsoor
Team Lead seeking assignments in DevOps Integration Management,Banking
Application Management,Product Implementation,Python and Shell scripting,
Docker/Kubernetes, Openshift, ELK, AppDynamics,Udeploy,Teamcity, Harness,
Cyberark Implementation.
Key Skills: Team Lead seeking assignments in DevOps Integration Management,Banking Application
Management,Product Implementation,Python and Shell scripting, Docker/Kubernetes, Openshift, ELK,
AppDynamics,Udeploy,Teamcity, Harness, Cyberark Implementation
Summary
* An achievement-oriented professional offering 8 years' experience in Banking and Financial Services/Applications Support.
* Extensive experience in Product Implementation/Management, Application management/infrastructure management,
implementing CI-CD model on the application using Devops tools, server migration in Banking Domain(Foreign Exchange and
Money Markets) including products like Flexcube for CITI Bank Client.
* Technical Analyst with skills in DevOps: Docker, Kubernetes, Teamcity, Udeploy, AppDynamics, JFROG Artifactory,
Openshift (JSON, YAML, Properties files), ELK Stack(Elastic Search, LogStash, Kibana), Bitbucket.
* Experienced in Python scripting, creating notebooks using Jupyter.
* Efficiently handled Flexcube Implementations as a SME for major implementations like Brexit, SWIFT changes, CI-CD
implementation for the application.
Experience in co ordinating testing on FX/MM Payment/Liquidation modules along with Operations team.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b5719120110…
https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b57191201100142455b580e… 2/3
Udeploy, Docker, Jfrog, Openshift, Appdynamics, ELK Stack.
Experience in writing Python scripts and ipynb using Jupyter. (Create functions and methods, packages, Decorators,
Generators, Collections, Web Scraping, Image/PDF/Emails functionality usage, GUI interaction and Widget usage using
Jupyter).
PROJECT: FXOPS REL SUPPORT ? CITI BANK
Description: FlexMLV, a Product Processor is customized version of Flexcube which can handle Foreign Exchange and
Money Market Settlements & Payments. The Deals are received from Front Office like Edealer and Intellect. Client has
rolled out the product across 50 countries.
QFXLM is a CITI rolled out application which can handle Foreign Exchange Settlements and Payments. Client has rolled
out the product across 5 countries and planning on multiple more rollouts.
Scope:
Performed functions as a Team Lead/SME for Flexcube Application Implementation which include partner
connectivity/testing, Operations/Functional testing support, Infra management support, implementation support.
Experienced in CI/CD Implementation of application using Stash, Teamcity, Udeploy.
Experienced in Openshift Clustering using Stash, Teamcity, Docker, JSON, Udeploy, AppDynamics, JFrog, Openshift, ELK
Integration.
Managed Linux Server Migrations for Flexcube Application as a lead with multiple teams ? Infrastructure Setup including
partner testing, Operations/Functional Testing support, PROD Cutover.
Experienced in Cyberark implementation for the applications.
Experience in writing Python scripts and ipynb using Jupyter
PROJECT: RESIINVESTOR APPLICATION - FITCH RATING
Description:
Fitch Rating is one of the ?Big Three Credit Rating Agencies? (Standard & Poor?s, Moody?s Investor Service and Fitch
Ratings).
ResiInvestor is an analytical model that helps with Risk Assessment of Residential Mortgage loans in accordance with
Fitch Ratings criteria. Client use the model as first stage in the quantitative analysis and determine the expected default
probability, loss severity and recovery ratio.
Scope:
Contributed as the part of Development Team and designed Web pages using HTML and Kendo UI Framework.
Conceptualized and developed functionalities using JavaScript and Servlets while also integrating the standalone
ResiInvestor application with the existing Fitch Page.
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Openshift 3.11 2020 2 Year(s) 0 Month(s)
Bitbucket 5.11.3 2020 2 Year(s) 0 Month(s)
DOCKER 1.31.1 2020 2 Year(s) 0 Month(s)
Udeploy 7.0.3.2 2020 3 Year(s) 0 Month(s)
TEAMCITY 2018.2.3 2020 3 Year(s) 0 Month(s)
Python 3 2020 1 Year(s) 0 Month(s)
AppDynamics 4.5/4.4 2020 1 Year(s) 0 Month(s)
CyberArk 10.10.1 2020 1 Year(s) 0 Month(s)
ELK Stack 7.2.0 2020 1 Year(s) 0 Month(s)
Jfrog Artifactory 6.19.1 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b5719120110…
https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b57191201100142455b580e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Kannada Proficient
Rank 852: Resume 1479 with similarity score 0.022304604689327545
MS , BS technical lead , full time , quality assurance , team lead telugu , jenkins , security , websphere , designation , portals , mar , affirmative action , hindi , cloud , new concepts , beginner , maintenance , azure , solver , windows , jquery , player , authorization , english , ms-dos , status , spring boot , servlets , object oriented design , pressure , email , project , tomcat , infosys , application , mongodb , splunk , angularjs , html , xml , dojo , unit testing , languages , hibernate , cosmos , software design , one , struts , javascript , spring framework , server support , working experience , liferay 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817…
https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817014417515b08… 1/2
Current Designation: Technical Lead-IT Software
Current Company: Nisum Consulting
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Nisum Consulting as Technical Lead-IT Software
Feb 2018 to Till Date
Working as TechnicalLead for one of the RetailDomain project along with individual contributor to the project.
CallHealth as Technical Lead
Jan 2017 to Feb 2018
Infosys as Technical Lead
Mar 2012 to Jan 2017
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Kishan Godishala
Technical Lead seeking roles in IT Project Management,Software
Development,Software Design,Requirement Gathering,Server Support,Application
Development,Client Servicing,Technical Support,IT Quality Assurance,Server
Security,Angularjs,Spring Boot,PCF
Key Skills: Technical Lead,Tech Lead,IT Project Management,Software Development,Software Design,Requirement
Gathering,Application Development,Client Servicing,Technical Support,Server Security,Angularjs,spring
boot,Java,J2Ee,Hibernate,JSF,Cloud,PCF,Spring,Splunk
Summary
Having 14+ Years of experience in the development of full life cycle client server applications using Java/J2EE technologies.
Well versed with Object Oriented design and programming.
Working Experience in Java/J2EE, Spring, Spring Boot, Jenkins, PCF, Azure, Servlets, JSP,JSF, AngularJS,MongoDB,
Hibernate, Liferay portals and Struts FrameWork, APIGEE, Swagger, Azure Cosmos DB
Having good working knowledge in Spring Framework.
Willingness to learn new concepts and acceptance of challenges.
Self-motivated with good interpersonal & communication skills.
Played an active role in design, development and maintenance of projects.
Played an active role in Unit Testing.
Quick learner and excellent team player, ability to meet tight deadlines and work under pressure and creative problem solver.
SCJP 1.5 certified programmer.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817…
https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817014417515b08… 2/2
UG: BCA (Computers) from Kakatiya University in 2003
PG: MCA (Computers) from Osmania University in 2006
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA
Servlets,JSP,JSTL,HTML,Xml 0 Year(s) 0 Month(s)
jQuery, Dojo, AngularJS, FOP, React
Tomcat, Liferay,WebSphere
Spring,Spring Boot
Spring,Spring Boot
Ms-dos
WINDOWS
AZURE 0 1 Year(s) 0 Month(s)
PCF Cloud 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Hindi Beginner
Rank 853: Resume 1526 with similarity score 0.02230183408578816
B.S , MS , BS founder , content writer , checker , business development , team leader , head of digital , full time , web master , vp training , schema , computing , blogging , customer , end to end solutions , digital marketing , content strategy , ontologies , suggestions , platforms , linux , web hosting , kpi , hero , fixation , project planning , growth hacking , intelligence , status , renovation , google trends , digital transformation , store , https , contextual advertising , programmers , mumbai , nopcommerce , facebook , elements , rdfa , shops , iso , coordinated , google analytics , crm , spectrum , ecommerce , presentations , magento , sis , traction , designation , paid search campaigns , hindi , cloud , fitness , miva , ltd , macro , english , ppc , tactics , consultation , groups , monetization , target audience , godaddy , catalyst , branding , research , documentation , social bookmarking , social marketing , affiliate , javascript , technology , builders , capital , html , ibp , proposition , smartdraw , optimization , general , partnerships , performing , healthcare , web analytics , pages , pay , keywords , affirmative action , lists , oracle , link exchange , large volume , vendor management , maintenance , community development , anatomy , advanced , stumbleupon , google adsense , email , netsuite , prevention , url rewriting , wordpress , aws , kra , digg , semrush , operations , microsoft , dietary supplements , content management , seo , writer , languages , resolving issues , tags , viz , lead generation , dashboards , base , type 2 diabetes , online , intranet , digital agency , people management , jenkins , pregnancy , b2c , social media outreach , zoho , bids , revenue , php , investors , internet , authorization , inbound marketing , teams , web 2.0 , sql , b2b , ecosystem , agile project management , semantic search , google adwords , articles , led , drive , framework , information flow , e-commerce , impression , tableau , administrative , performance reporting , metrics , backlinks 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 1/5
Current Designation: Head Digital Marketing
Current Company: Mitchell Fair and White Pvt Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Nasik,Pune
Functional Area: Marketing / Advertising / MR / PR
Role: Head/VP/GM/ Mgr-Online/Digital Marketing
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
Mitchell Fair and White Pvt Ltd as Head Digital Marketing
Apr 2019 to Till Date
Challenges:
Mitchell USA's biggest challenge was an improvement of Branding & online sales,
Territorial Sales Improvements across all SIS (Shop in Shops) & online stores
Creation of Strong presence across Marketplaces
Improvement in Qualitative metrics and overall new user base across India
Making changes in the existing online ecosystem
Digital Transformation which includes the following challengesDigital Transformation which
includes following challenges
A. Migration of Web Hosting from Godaddy to AWS
B. Accounting Systems from Talley to ZOHO CRM
C. Migration from NopCommerce to Netsuite or Magento
D. Customer Care: Traditional Outbound calling to Inbound Chatbots
E. Omnichannel integration ? Seamless integration and information flow across vendor
Management, SCM, Accounting, Web Store, and Customer Care
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sameer Pawar
Head Digital Marketing seeking roles in Online Marketing,Digital Marketing,Inbound
Marketing,Content Management,Competition Analysis,Growth Marketing,Lead
Generation,Content Strategy,Semantic Search,SEO,Web Analytics,R Analytics,Google
Adwords,SQL
Key Skills: Head Digital Marketing,Online Marketing,Digital Marketing,Inbound Marketing,Content
Management,Competition Analysis,Growth Marketing,Lead Generation,Content Strategy,Semantic Search,SEO,Web
Analytics,R Analytics,Google Adwords,SQL,Project Management
Summary
Total 1channel 17+ years of Experience. A curious explorer of the intriguing world of Marketing, Analytics, People, Sales,
Technology, Processes, Possibilities, Organizations, Everything.
Successfully implemented and promoted Netsuite e-commerce functional implementation and digital ecommerce strategies
execution for 3 years.
4 years of experience as Head of Digital Agency. Handled activities from Business Development to performance reporting and
client retention.
Project Planning & Management - Proven ability to plan, organize & lead technical projects/teams in both small groups &
corporate areas.
Curious and explorer about Marketing. Analytics. People. Sales. Technology. Processes. Possibilities. Organizations.
Everything.
Agile Project Management - Aware about agile project management methodologies.
Growth Hacking - Implemented data driven growth hacks and traction channels
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 2/5
Implementation/Plan of Action:
Proposed & hired e-commerce team of 10 individuals
Implemented following action items so far
Defined the overall project in 3 timeline buckets. 30 Days, 90 Days and nine months
Created an Acceptable SEO Website including all SEO compliances within nine months
Implemented Google Tag Management with customized Digital mental marketing Model
Strategic tie-up with other brands for bringing traffic. (Seniority, FirstCry, Lybrate)
Outcome
At the end of 3rd quarter 2018, Overall 400% improvement in Year over Year sales on website
* Sales of Marketplace, Business Partnerships, and affiliate sales not considered above.
Solved ?A? & ?C? action items from the challenges list
KRA
Primarily Solving For Traction across all possible touch
points
Content Strategy & Development: Branding,
Outreaching, and Monetization
Strategic Development - With People, Technology and
Growth Opportunities
End to End Online Marketing Strategies & Execution
Vendor Management for Website Development, UI/UX,
Social Media, Growth Marketing
People Management - Developed the high performing
team of 10 Individuals
Measuring Impact of Online on Non-Line Marketing and
vice versa
Customer Care Channels - Chatbot & Telephonic Support
Business & Community Development
Over 400% Revenue Growth YoY observed on website
Omved Therapies Pvt Ltd as Head - Ecommerce
Sep 2017 to Mar 2019
Challanges:
OMVED Therapies biggest challenge was improvement of Brand Renovation, Branding &
Territorial Sales Improvements across all SIS (Shop in Shops) & online stores
Creation of Strong presence across Marketplaces
Improvement in Qualitative metrics and overall new user base across India
Making changes in existing online ecosystem
Digital Transformation which includes following challenges
A. Migration of Web Hosting from Godaddy to AWS
B. Accounting Systems from Talley to ZOHO CRM
C. Migration from NopCommerce to Netsuite or Magento
D. Customer Care: Traditional Outbound calling to Inbound Chatbots
E. Omnichannel integration - Seamless integration and information flow across vendor
Management, SCM, Accounting, Web Store, and Customer Care
Presently How I am solving This
Proposed & hired e-commerce team of 10 individuals
Implemented following action items so far
Defined overall project in 3 timeline buckets. 30 Days, 90 Days and 9 months
* Created Acceptable SEO Website including all SEO compliances within 9 months
* Migrated website from NopCommerce 3.0 to 4.0 with much better UX
* Implemented Google Tag Management with customized Digital mental marketing Model
Strategic tie-up with other brands for bringing traffic. (Seniority, FirstCry, Lybrate)
Moonjur Healthcare Pvt Ltd as Head Digital Marketing
Apr 2015 to Aug 2017
About Sepalika- Sepalika is Mumbai-based health content platform which has raised $750,000 in its seed round led by
Accel Partners. The platform, which supports those looking to reverse chronic health conditions through guidance on
lifestyle, dietary supplements, and exercise aims to use the fresh capital infused to further build on its research-based
content and strengthen its core proposition in the USA, a key market.
Challenges:
Drive SEO strategy for Type 2 Diabetes category as a POC for investors.
To Bring Per Month 1,00,00 Unique Visitors for Type 2 Diabetes categry from USA
Implementation/Plan of Action
Semantic Search - Ontologies, RDFa's and URLs. Working around existing content repositories.
Pushed SEE, Think, Do, Care framework for an end to end online marketing channels.
Measured appropriate KPI's metrics for both Macro and Micro goals.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 3/5
Devised and implemented strategies for perfect On Page SEO practices which includes
Detailed pages level anatomy analysis for top competitors
Based on analysis kind of content elements that can be addressed. i.e. variety of HTML
tags, Schema entities (RDFA), interlinking, external linking, Skyscraper articles or hero
articles.
YMYL compliance
Outcome
Improved per day organic traffic from 50 to 1000 within 90 days
Eleventh Direction as Founder
Jul 2011 to Mar 2015
Performed following activities for clients
SEM
â?¢ Daily account management and of pay per click accounts on Google AdWords for a variety of clients.
â?¢ Assisted in the maintenance and monitoring of keyword bids, account daily and monthly budget caps, impression
share, quality score and other important account metrics.
â?¢ Managed and maintained updates for large keyword lists.
â?¢ Creative copy suggestions and graphical ad templates.
â?¢ Assisted in the management of Display network placement lists on AdWords and through other contextual advertising
platforms.
â?¢ Provided recommendations and execute strategies for keyword opportunities, campaign structuring, targeting, display
network, and other facets of paid search in accordance with client goals.
â?¢ Supported the generation new paid search campaigns, ad groups, and accounts and aid in the creation of new paid
search marketing initiatives.
â?¢ Generated weekly and monthly client reporting for all major metrics, goals tracking, revenue tracking, and other paid
search initiatives.
â?¢ Monitored and administered web analytics dashboards, reports and key reporting tools, and point out key areas of
importance in accordance client goals.
Clients:
â?¢ Kilam Inc - www.eastessence.com Fremont, CA, USA based firm. No 1 brand in Islamic Clothing
Previous employer. Delivering complete consultation for SEO, SEM And SMO. Recommended and coordinated between
vendor and key stake holders for Ecommerce modules with NetsuiteâjQuery111001598987234399718_1547108150237s
Java based Suitescript and oracle
Target Audience: US, UK, Canada, Europe, Australia, Newzeland
Nature of Website: Ecommerce. Implemented in Netsuite. Migrated from Linux based PHP 5.0
â?¢ Aashna Cloud Tech Pvt ltd: Pune based IT firm. Consulting Aashna for complete End to End Solutions. No 1 brand in
India for Cloud based CRM, ERP and Ecommerce Implementation.
www.aashnacloudtech.com SEO, Social Media outreach and Engagement
Target Audience: Middle East, USA East Coast, Canada â?? Only Ontario and India
Nature of Website: Lead Generation. Implemented in Wordpress. Php 5.0
â?¢ Swiftpages: www.Act.com Denver, USA.
Implemented Google Analytics Custom Dashboards in Netsuite platform to measure KPI which can help Top and Middle
management to take appropriate decisions. Mainly measurement of affiliate, paid and social marketing performances by
3rd party agencies.
Target Audience: US, UK, Canada, Europe, Australia, Newzeland
Nature of Website: Ecommerce. Implemented in Netsuite. Migrated from .Net framworks
Everyday Health (I) Pvt Ltd as SEO Team Leader
Jan 2008 to Jun 2011
* Everyday Health is a leading provider of online consumer health solutions. We provide our consumers, advertisers and
partners with content and advertising-based services across a broad portfolio of over 25 websites that span the health
spectrum-from lifestyle offerings in pregnancy, diet and fitness to in-depth medical content for condition prevention and
management.
* Maintaining worlds No.1 Health web properties for Waterfront Media.
* Hands on experience on competition analysis, Smart Backlinks Strategies, Article Promotions.
* Responsible for per month average 200 pages optimization & promotion per site.
* Maintaining & measuring Daily, Weekly, Monthly Reports.
* Resolving issues like URL rewriting, duplicate Meta title, Meta descriptions and duplicate Content issues.
* Bringing additional 30% pure organic traffic every month
* Handling team of 4 people including Jr. SEO's, Link builders , and Social bookmarking, article management team
* Implementing Smartest Way to build internal links and URL writing
* Hands on Experience on large volume websites (11000+ pages, per site)
* Adapted most effective way for blogging as a major source for organic traffic
* Fixation of Google Webmaster Central Issues
* Total different approach for competition intelligence
SMO And ORM:
* Facebook widget optimization
* Smart Twittering
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 4/5
* Stumbleupon
* Digg
Tools:
* Keyword Analysis: SEO Elite, Google Adwords Keyword Suggestion Tool, Webposition , Inspyder Rank Checker
* Competition Analysis: SEMRush, In-house Tools
* Analytics: Google Analytics, Site Catalyst
Websites:
Optimizing following Owned Properties
* www.home-remedies-for-you.com
* www.yogawiz.com
Jaincotech Pvt Limited as Web Master
Jul 2002 to Dec 2007
* Developed & maintained Web site & Portal for JaincoTech.
* Have experience for Google Adwords PPC campaign, Yahoo Market, and Microsoft Adcenter. Including MSN forecast
and Funnel, Google Trends, MIVA and other advertiser's competition analysis
* Handling B2B Lead Generation Site http://www.jaincotech.com and Intranet B2C portal Zimago for target market UK,
Australia, Japan, Canada and US
* Using Tool Web Position Pro 4.0, SEO Elite v4.0, Keyword Elite v1.3 for On Page as well Of Page optimization
* Managed project budget and contained costs. For Key Insight Analysis using affordable segment by selecting third party
for conduction of Surveys viz iPerception.com, Constant-contact.com
* Member of Andy Jenkins's Stompernet Web 2.0 Training Program.
* Handling Team of 7 members which contains Web designers, content writer, programmers and Managing Media Experts
for SMO purpose.
* Well Versed with Organic, White/Black/Grey Hat Optimization, Tactics for better PR, Link Exchange Program (Link-
Metro.com), ON-PAGE (Tools : WebPosition 4.0 PRO, SEO ELITE) and OFF PAGE optimizations (Tools: SEO ELITE for
Article Submissions, Link Sleuth for Broken Link Checking and Google Webmaster Central for Http and Https errors
checking, Brixgen's Article Submitter and for Back-linking process using Internet business promoter (IBP 8.1 Business
version)
* Expertise in Google Adwords, Google Adsense, Yahoo PPC, Google
Analytics and Google Webmaster Central
* Implementing Web 2.0 Standards, Social Bookmarking, Article Submissions,
* Permanent Linking, Trackback articles using Comment Kahuna 2.0 Tool and above all making changes as per Analytics
insights.
* Responsible for all administrative operations as webmaster.
* Troubleshooted Runtime, environmental errors of Portal.
* Used Tools Smartdraw 7.0 for preparing documentation and necessary presentations and customize reporting.
* Having Experience in Vendor Management for Portal.
* Well versed with e-commerce, Content writing, Targeting Traffic, email promotions.
* Well aware about Legacy, terms & Conditions Write ups, ISO Documentations.
* In depth knowledge of Webanalytics & metrics.
* Responsible for Tracking Keywords, Page Critic, and submissions of contents periodically.
UG: B.Sc (Computers) from Babasaheb Ambedkar Marathwada University (BAMU), Aurangabad in 1999
PG: PG Diploma (Computers) from Centre for Development of Advanced Computing (CDAC) in 2001
Education
IT Skills
Skill Name Version Last Used Experience
WORDPRESS 2015 7 Year(s) 0 Month(s)
NetSuite OneWorld 2014 2 Year(s) 2 Month(s)
MAGENTO 2013 3 Year(s) 0 Month(s)
R
TABLEAU
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Australia,Canada,China
Job Type: Permanent
Employment Status: Full time
SQL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 854: Resume 1172 with similarity score 0.022286184716703336
B.E , MS , B.TECH full time , software developer agriculture , web development , security , designation , ug , mar , osiris , affirmative action , user experience , hindi , linux , maintenance , azure , authorization , english , status , productivity , architecture , email , home automation , water , application , aws , database development , system development , less , mumbai , ifttt , deals , operations , technology solutions , internet of things , database design , customer experience , languages , software engineers , big data , raspberry pi , python , javascript , product life cycle 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b11…
https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b115115440d5d0b… 1/2
Current Designation: SDE-II
Current Company: Cloudesign Technology Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
Cloudesign Technology Solutions as SDE-II
Sep 2019 to Till Date
This company deals in Automation, AI, IOT, Web development user
experience to enhance productivity and customer experience
To be a part of the development of complete IOT with
Web development based Product life cycle and
understand the complexities involved in making an MVP
(minimum viable product) to a productionable product.
Driving team of 5 software engineers to meet an
Software level Architecture for the Internet of Things
Application for Monitoring.
Database designing, Development and Operations.
Osiris Systems as Software Developer
Mar 2018 to Aug 2019
This company is a vanguard of technology solutions, specializing in
Product & System Engineering, IoT, Big Data, Security, and
Application Development
Camera system development and designing for smart
agriculture.
Development of voice Skills for Balboa Water Group.
IFTTT based Home Automation using Raspberry PI.
Development of IOT based Water filter.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
ASHISH BHARADWAJ
SDE-II seeking roles in Software Development,User Experience,Application
Development,Database Design,Technology Solutions,Customer Experience,Database
Development,System Engineering,Product Life
Cycle,C,Linux,NodeJS,Python,AWS,Azure
Key Skills: SDE-II,Software Developer,Software Development,User Experience,Application Development,Database
Design,Technology Solutions,Customer Experience,Database Development,System Engineering,Product Life
Cycle,C,Linux,NodeJS,Python,AWS,Azure
Summary
Result-oriented Professional with over 2 years of experience in Software Development,User Experience,Application
Development,Database Design,Technology Solutions,Customer Experience,Database Development,System
Engineering,Product Life Cycle,C,Linux,NodeJS,Python,AWS,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b11…
https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b115115440d5d0b… 2/2
UG: B.Tech/B.E. (Electrical) from LNCT INDORE in 2016
PG: PG Diploma (Computers) from cdac acts in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 855: Resume 1049 with similarity score 0.022226573899560523
B.E , MS , B.TECH application support , software engineer , associate , software developer , change management , full time finish , core java , telugu , jenkins , performing , designation , telecom , affirmative action , conducting , oracle , collaboration , offers , hindi , maintenance , authorization , english , status , productivity , spring boot , sql , email , project , record , application , se , multi-disciplinary teams , electronics , testing , change management , features , maven , languages , hibernate , technical analysis , mobile , software design , sonarqube , jira , javascript , technology , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400…
https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400417440b0b010… 1/2
Current Designation: Software Engineer
Current Company: Tata consultancy Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tata consultancy Services as Software Engineer
Jul 2018 to Till Date
* Worked on the multiple software products simultaneously and participated in the whole software development life
cycle from design to implementation and delivery.
* Strong experience on technologies like, Java, spring, hibernate, SQL and object oriented programming.
* As a member of the team, for telecom solution product, created market critical features into the product includes
Billing, collaboration with multi-disciplinary teams, mobile porting features and Implementing automated testing platform.
* Responsible to address production issue and conducting technical analysis to arrive at solutions.
* Awarded best Employee of the month twice for performing great work.
UG: B.Tech/B.E. (Electronics/Telecommunication) from B V Raju Institute of Technology in 2018
Other Qualifications/Certifications/Programs:
oracle certified associate java se 8 programmer
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
GUTTULA VENKATA KRISHNA
Software Developer seeking roles in Software Engineering,Software
Development,Software Design,Project Management,Change Management,Defect
Management,Application Support,Requirement Analysis,Programming,Spring
Boot,Core Java,Hibernate,Jenkins,Maven.
Key Skills: Core Java,Spring,Hibernate,SQL,OOPS,Software Development,Soft,J2Ee,Software Design,Software
Support,Application Programming,Jenkins,Sonar,JIRA,Maven,IntelliJ Idea,Defect Management,Productivity
Enhancement,Spring Boot
Summary
Results-driven and motivated Software Engineer with demonstrated experience in developing new software
functionalities, design, validating and resolving bugs. Offers proven track record of extraordinary achievements, and ability to
finish projects on schedule and within budget.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400…
https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400417440b0b010… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Hibernate , Spring boot , Spring
SQL, Java, OOPS, Jenkins
Maven, JIRA, SonarQube
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Rank 856: Resume 698 with similarity score 0.022175686949671456
B.S , BS senior project engineer , application developer , project lead , full time vss , api , jenkins , fisheye , physics , designation , ug , scripting , confluence , affirmative action , oracle , mysql , web services , hindi , docker , bpmn , maintenance , apache , authorization , english , web applications , status , spring boot , architecture , email , project , stash , tomcat , mongodb , microservices , git , mariadb , maven , languages , pycharm , hibernate , flask , play framework , sql server , cassandra , struts , python , spring framework , javascript , eclipse , technology , elasticsearch , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435…
https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435715400e5b015… 1/2
Current Designation: Senior Project Engineer -Java
Current Company: Wipro Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Wipro Limited as Senior Project Engineer -Java
Apr 2019 to Till Date
Over 7 Years of experience as an application developer and has extensive experience in designing large scale application
in IT industry. Proficient in Web based technologies such as Servlet, JSP, Struts, Spring, Spring Boot, microservices,
Hibernate, Restful Web Service, Cassandra, Elastic Search, Apache Active MQ, mongoDB, Python Web Application,
Python Scripting, Flask API, Jenkins, Docker Exposure in developing Web Applications using J2SE, J2EE, HTML, Proven
ability as a quick learner of new skills and technologies.
UG: B.Sc (Physics) from A Reputed Institute in 2009
PG: MCA (Computers) from Biju Patnaik University of Technology (BPUT) in 2012
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashutosh Rout
Senior Project Engineer having 7 years of Exp. in Java/Spring/Hibernet/RestFull Web
Services/Cassandra/ElasticSearch/Spring Boot/MicroServices/Python/Camunda
BPMN/Play Framework
Key Skills: Software Development,Application Programming,Application Maintenance,Solution
Architecture,Java,Python,Oracle,MySQL,J2Ee,Spring Boot,Microservices,Bpmn,Elastic Search,Cassandra,Web
Services,Spring Framework,Hibernate,Mariadb,Jenkins,Docker
Summary
Over 7 Years of experience as an application developer and has extensive experience in designing large scale application in IT
industry. Proficient in Web based technologies such as Servlet, JSP, Struts, Spring, Spring Boot, microservices, Hibernate,
Restful Web Service, Cassandra, Elastic Search, Apache Active MQ, mongoDB, Python Web Application, Python Scripting,
Flask API, Jenkins, Docker Exposure in developing Web Applications using J2SE, J2EE, HTML, Proven ability as a quick
learner of new skills and technologies.
Work Experience
Education
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435…
https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435715400e5b015… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA 1.8 2018 5 Year(s) 0 Month(s)
BPMN 2 Year(s) 5 Month(s)
spring boot 3 Year(s)
Jenkins, Docker 2 Year(s)
MicroServices 4 Year(s)
Play Framework 2 Year(s) 5 Month(s)
Cassandra 3 Year(s)
Elastic Search 3 Year(s)
MySQL 3 Year(s)
camunda 2 Year(s)
Apache Active MQ
MAVEN
VSS, SVN, Git
Stash, FishEye, Confluence
Struts, Hibernate
Spring, RESTful Web Services
spring boot, microservices
Tomcat, Jboss
Eclipse, MyEcclipse
Webstrom, PyCharm
Oracle 10g, MySQL
SQL Server, Mariadb
JAVA, PYTHON
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 857: Resume 1136 with similarity score 0.02214651791564187
B.S , MS , BSC , BS system administrator , cisco certified network associate , cloud administrator , full time , network support , deputy manager , aws solution architect , balancer retail , general , migrating , virtual machines , computer networking , data center virtualization , people management , security , microsoft azure , designation , windows server , ug , vendors , mar , affirmative action , analytics , ticketing , uptime , hub , active directory , hindi , maintenance , ltd , gateway , ccna , authorization , english , iaas , teams , troubleshooting , formulas , status , email , record , project , cisco certified , groups , aws , application , amazon web services , solution architecture , mumbai , bengali , servers , kiosk , premises , resolve , connectivity , storage , router , languages , outlook express , vmware , wsus , system setup , copying , peripherals , one , cost management , system administration , javascript , network administration , cloud computing , root cause analysis , availability , load , food processing , it infrastructure management , backup and recovery , technology , firewalls , rice , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e14…
https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e145113135b0f0e5… 1/3
Current Designation: Deputy Manager, IT
Current Company: RICE Pvt. Ltd
Current Location: Kolkata
Pref. Location: Kolkata,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: Food Processing
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
RICE Pvt. Ltd as Deputy Manager, IT
Apr 2012 to Till Date
o Cloud operation engineer for implementation of azure infrastructure solution.
o Deploying and Managing Azure IAAS resources
o Working as Cloud Administrator on Microsoft Azure, involved in configuring virtual machines, storage accounts,
resource groups.
o Preparing template and automated Jobs as per client requirement through Azure power shell
o Providing and Configuring Backup and recovery solution for Cloud hosted VMs
o Migrating On premises Servers to Cloud
o Managing Azure AD
o Configuring Azure Network solutions.
o Providing end to end support (Infra) to all Cloud hosted Servers.
o Working as Cloud Administrator on Microsoft Azure, involved in configuring virtual machines, storage accounts,
resource groups.
o Remote login to Virtual Machines to troubleshoot, monitor and deploy applications.
o Using Power shell to write, debug scripts to automate the processes and do migration of VM, involving copying and
creating of VHDS.
o Migrate the virtual machines from one subscription to another subscription.
o Managing day to day activity of the cloud environment, supporting development teams with their requirements.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Dibyendu Paul
Deputy Manager, IT seeking roles in IT Infrastructure Management,Technical
Support,Computer Networking,System Analysis,Cloud Computing,Root Cause
Analysis,Firewall Management,Solution Architecture,Active Directory,Azure,AWS
Key Skills: Deputy Manager, IT,IT/Networking Manager,IT Infrastructure Management,Technical Support,Computer
Networking,System Analysis,Cloud Computing,Root Cause Analysis,Firewall Management,Solution Architecture,Active
Directory,Azure,AWS
Summary
Azure IAAS, Virtual Machine, Storage Account, Azure Site Recovery, Azure Backup and Restore, Availability Set / Zone, Azure
Active Directory, WSUS, OMS (Log Analytics), VNET & NSGs, Load Balancer, Application Gateway, S2S, P2S, ASR, Backup &
Restore, Onprem to Azure Migration, Cost management.
AWS Solution Architect Associates, VMWare Cloud Virtualization, MCP, CCNA Certified Professional with expertise in
Infrastructure Management, System Administration & People Management; gained experience by managing infrastructure
involving Virtualization, Servers, Network & Firewalls by deploying & troubleshooting systems & networks A technocrat with
exposure in managing projects on migration, maintenance, infrastructure development & technical support Track record of
directing corporate IT initiatives while participating in root cause analysis and implementation of infra solutions
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e14…
https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e145113135b0f0e5… 2/3
o Configuring OMS (Log Analytics).
o Creating Labs, Virtual Machines along with setting up policies and using Formulas and Custom Images to deploy the
network.
o Managing the ticketing system to resolve issues on the cloud environment with the cloud management third party
team.
Reliance Entertainment, BIGFlix Pvt, Ltd as System Administrator, Technology
Apr 2008 to Nov 2011
Directly responsible of any IT related issues in Kolkata city and also has to look other cities (Delhi and Chandigarh)
Maintain 100% uptime of LAN,WAN and Voice Connectivity for Regional HO and retail stores & Business Application
Planning & designing branch network and system setup with switch/hub, router.
Giving support of hardware/software level with minimal downtime without affective in business.
Project implementing and maintaining for existing and coming up branches in north-east region.
Providing Network Support & Security with Configuring Windows 2003 Server including DNS and Desktop.
Configuring Email Client.
Co-ordination with various IT vendors for uptime of IT equipment.
Installation & configure the KIOSK systems and application.
Home Solutions Retail (I), Ltd. (Future Group) as Executive, IT
Jan 2007 to Mar 2008
Extended solutions for Network, Hardware, Software and OS related issues.
Managed installations & Troubleshooting of PCs, Printers, and Peripherals.
Remotely controlled, managed & monitored clients.
Efficiently handled escalations as well as every sort of User Desktop and Software related problems.
Overtook configurations of mailing clients (Outlook Express, MS Outlook).
Successfully co-ordinated with the vendors to ensure timely maintenance support.
RCL Cements Ltd as Junior System Executive
Apr 2005 to Jan 2007
Extended solutions for Network, Hardware, Software and OS related issues.
Managed installations & Troubleshooting of PCs, Printers, and Peripherals
UG: B.Sc (Honors) from Calcutta University in 2002
PG: PG Diploma (Computers) from DOEACC SOCIETY, DELHI in 2008
Other Qualifications/Certifications/Programs:
DOEACC A Level
AWS Solution Architect Associate
VMware Certified Associate Cloud & VMware Certified Associate Data Center Virtualization
Cisco Certified Network Associate
Microsoft Certified Professional
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services 2019 1 Year(s) 7 Month(s)
WINDOWS SERVER 2016 2020 2 Year(s) 0 Month(s)
Microsoft Azure 2020 2 Year(s) 3 Month(s)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e14…
https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e145113135b0f0e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 858: Resume 971 with similarity score 0.02212198700573308
B.E , MS , B.TECH , M.TECH web developer , quality assurance , senior software engineer , full time , team lead react.js , software quality assurance , web application development , general , entity framework , scrum , css , designation , ug , asp.net mvc , enterprise wide solutions , visual studio , affirmative action , hindi , web api , angular , maintenance , ltd , jquery , asp.net ajax , authorization , english , troubleshooting , status , c# , agile , models , email , record , information systems , solution architecture , process analysis , operations , xml , rest , feasibility studies , languages , punjabi , software development life cycle (sdlc) , sql server , development projects , ado.net , user-centered design , javascript , crystal reports , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a0817…
https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a08175510105a0b085… 1/2
Current Designation: Senior Software Engineer
Current Company: Accenture
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon,Chandigarh
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Accenture as Senior Software Engineer
Jul 2016 to Till Date
Web Developer with 8 years of experience in ASP.NET, MVC, Sql Server, Jquery, Web API. My main interests are object-
oriented and user-centered design.
Krishna Innovative Software Pvt. Ltd. as Senior Software Engineer
May 2013 to Jul 2016
ThinkNEXT Technologies Pvt. Ltd. as Software Engineer
Oct 2011 to Apr 2013
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Arvind Kumar
Senior Software Engineer seeking role in Web Application Development,Project
Management,Software Development Life Cycle,Delivery Management,Requirement
Gathering,Software Quality Assurance,Agile
Methodology,Scrum,C#,VB.NET,Javascript,jQuery
Key Skills: team lead/tech lead,project management,delivery management,requirement gathering,agile
methodology,c#,vb.net,javascript,jquery,html,asp.net mvc,sql server,dot net core,entity framework,asp.net ajax
Summary
A technocrat with 8 years of experience in managing project/ product
related operations, Web Application Development Projects
Expertise in all the phases of Software Development Life Cycle (SDLC)
entailing requirement analysis, design, development, implementation,
delivery and troubleshooting
Track record of successfully managing planning, feasibility studies and
configuration for products and services using diverse technologies, tools
and frameworks such as ASP. Net, C#. Net, VB. Net, Dot Net Core,
Crystal Reports, MS SQL Server, jQuery, Ajax, Web Service, MVC,
Angular JS, React JS, Web API/Rest API and so on
Insightful knowledge of process analysis (As-Is, To-Be) & designing
with comprehensive experience in technical solution architecture
(using Agile/ Scrum models) for enterprise wide solutions with
alignment of business & information systems
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a0817…
https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a08175510105a0b085… 2/2
UG: B.Tech/B.E. (Computers) from GTB Khalsa Institute of Engineering & Technology, Malout in 2011
PG: M.Tech (Computers) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, Vb.NET, ADO.NET 2020 7 Year(s) 0 Month(s)
HTML, JavaScript, CSS, AJAX, XML 2020 3 Year(s) 0 Month(s)
Angular Js, SSRS 2018 1 Year(s) 0 Month(s)
JQUERY 2020 2 Year(s) 0 Month(s)
SQL Server 2019/2016/2012/2008 2019,
2014
2020 6 Year(s) 0 Month(s)
MS Visual Studio 2015,2013,2012,2010 2019,
2017
2020 6 Year(s) 0 Month(s)
Agile Methodology 0 Year(s) 6 Month(s)
React.js 2020 0 Year(s) 6 Month(s)
dot net core 3.1,2.2 2020 1 Year(s) 0 Month(s)
ASP.NET MVC, Web API 5,6 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Punjabi
Rank 859: Resume 1124 with similarity score 0.022093523989674884
B.E , MS , B.TECH , BS information security , linux server engineer , change management , full time , technical specialist , balancer nfs , virtual machines , citrix , bash , databases , docker , postfix , gateway , resolutions , status , mumbai , samba , ec2 , system administration , vagrant , switches , automation , ansible , outlook , veeam , designation , mar , hindi , cpanel , information security , linux server , english , troubleshooting , ftp , webdav , change management , server migration , computer science , research , javascript , mail server , migration projects , availability , disk , ldap , logics , xen , performing , scripting , affirmative action , mysql , uptime , debian , public , maintenance , zabbix , centos , architecture , email , aws , thunderbird , data center operations , premises , languages , raid , amazon , family , management system , dovecot , it infrastructure management , webmin , hardening , cloud services , infiniti , api , windows server , ug , telecom , openvas , lamp , azure , apache , authorization , tracker , records , saltstack , s3 , servers , running , nginx , technical documentation , web application firewall , tuning , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e15…
https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e155110145a090c0… 1/3
Current Designation: Cloud Server Architect
Current Company: Infiniti Research
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 11 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [INFORMATION
SECURITY AND CLOUD COMPUTING]
Verified : Phone Number | Email - id
Infiniti Research as Cloud Server Architect
Jun 2019 to Till Date
? Worked on the AWS migration project to services like EC2, VPC, S3, EBS, Cloud Front, API Gateway from the on-
premises server, and other public cloud providers.
? Provide resolutions to issues by performing system tuning and troubleshooting operation related tickets raised by
Developer
? Experience in Designing, and Administration of Cloud Solutions. Working on AWS and Azure cloud services like EC2,
S3, RDS, Route53, Web Application Firewall, Elastic Load Balancer, Azure Functions, and VPC
? Deploying, planning, monitoring, and maintenance of Amazon AWS services (EC2, Route53, S3, RDS, VPC,
Cloudwatch) and virtual machines including Azure.
? Technical documentation related to issues resolution and architecture, checking logs, and audio files. System
efficiency and performance monitoring using Zabbix and third-party software
Cubic Logics India Private Limited as Technical Specialist
Apr 2017 to Jun 2019
* Installing and configuring Apache, Nginx, Automation servers, MySQL databases depending upon the project
requirement and hosting provider including Azure and AWS infrastructure.
* Server Hardening and Patching for better performance and security using OpenVAS
* Maintaining backup using the Veeam Backup tool and validating the daily backups on a daily bases.
* Managing different kinds of servers on a daily basis (WebDAV, FTP, SFTP, Samba, Webmin, Mail Server, Apache).
* Worked on LAMP servers, cPanel their setup, and migration from Hostinger to Azure.
Last Active: 7-Feb-21 Last Modified: 4-Feb-21
Runjeet Prasad
Seeking roles in Cloud Operations,AWS,Azure,Linux,IT Infrastructure
Management,Data Center Operations,System Administration,Incident
Management,Change Management,Docker,zabbix,Firewall,Apache,Ansible
Key Skills: Sr.Operation Engineer IT,System Admin,IT Infrastructure Management,Technical Support,Network
Operations,Data Center Operations,System Administration,Incident Management,Change Management,DNS,File
Server,Docker,zabbix,Firewall,Apache,Ansible,AWS,Azure
Summary
4.11 years of experience in deploying and configuring Linux based servers including CentOS and Debian family both in the
cloud (AWS, Azure) and physical infrastructure, involved in cloud migration projects from on-premises to AWS and Azure along
with good cloud experience in designing highly available and fault-tolerant cloud solutions, responsible for managing business
production server running with maximum uptime
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e15…
https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e155110145a090c0… 2/3
Yukthi Systems Private Limited as Linux Server Engineer
Feb 2016 to Apr 2017
* Deploying, configuring, and supporting of various servers and their troubleshooting like FTP, firewall, Mail Server, File
Server, backup, and Mail archiving.
* Monitoring and troubleshooting the issues reported by customers through a request tracking system.
* I also worked on LAN, switches, IP configuration, VPN, email client configuration (MS Outlook, Thunderbird).
* Completed migration project from windows server to Linux server running with Bug Tracker. LAMP and Document
Management System.
UG: B.Tech/B.E. (Computer Science and Engineering) from Uttar Pradesh Technical University (UPTU) in 2013
PG: PG Diploma (INFORMATION SECURITY AND CLOUD COMPUTING) from NIELIT, New Delhi in 2016
Nature of Employment: Full Time Duration: Mar 2018 - Jun 2019
Education
IT Skills
Skill Name Version Last Used Experience
Redhat 7, CentOS 6.7, 7 , Debian 8, 7, 6 2020 4 Year(s) 10 Month(s)
FTP, SAMBA, NFS 2020 2 Year(s)
Apache configuration and monitoring 2020 2 Year(s)
Postfix, Dovecot with roundcube, SOGO 2019 2 Year(s)
MySQL 8.0 2020 1 Year(s)
KVM, Citrix Xen, Docker 2017 1 Year(s)
ownCloud, seafile, Vagrant 2016 1 Year(s)
Saltstack 2017 1 Year(s)
LDAP 2017 1 Year(s)
LVM, RAID, fdisk, parted 2017 1 Year(s)
zabbix, top, iftop, vmstat 2020 2 Year(s)
darkstat, bandwidthd 2017 2 Year(s)
Bash Scripting 2020 2 Year(s)
AWS 2020 4 Year(s) 10 Month(s)
AZURE 2020 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Mail Server Migration
Client: Cubic Logics
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e15…
https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e155110145a090c0… 3/3
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Migration of CentOS based mail server to Azure cloud solution for better availability.
Convertin the OS disk to Azure Image
Creating Azure infrastructure with the same network and nsg, and attaching data disk to it
Syncing the mailbox in real-time
Coordinating with azure-support to open 25 outbound port
Changing the DNS records to a new address
Enabling mail archive system for incoming and outgoing mails
Rank 860: Resume 1461 with similarity score 0.022080335671633908
BSC , BS , B.E , MS , B.TECH apigee developer , devops , software developer , project engineer , senior software engineer , full time , team lead mechanisms , reporting , etl tools , general , devops , telugu , scrum , api development , access , validation , soap , designation , security , affirmative action , web services , hindi , oauth , maintenance , azure , ltd , dynamo , sts , english , authorization , project planning , status , spring boot , specifications , proxy , email , cable , customer service , infosys , application , aws , purchase orders , microservices , splunk , operations , subscribe , redis , github , testing , cloud foundry , rest , paper , direct client interaction , mac , software architecture , middleware , servers , resolve , computer science , upstream , offshore , pivotal tracker , languages , amazon , dashboard , bamboo , events , javascript , specs , outages , testers , apps , technology , avc , database 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195…
https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195219420a095a5… 1/3
Current Designation: Senior Software Engineer
Current Company: Value Labs Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Value Labs Solutions as Senior Software Engineer
Dec 2019 to Till Date
Experienced APIGEE developer along with knowledge of Devops tools
Wipro as Project Engineer
Jun 2019 to Nov 2019
Worked as APIGEE developer
Infosys Pvt Ltd as APIGEE developer
Aug 2016 to Jun 2019
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
TEJASWI REDDY
Senior Software Engineer seeking roles in APIGEE API management, Software
Development,Software Architecture,IT Project Management,Software
Design,Requirement Gathering,Bamboo,Splunk,GitHub, Azure Devops
Key Skills: APIGEE,API,Senior Software Engineer,REST API,AZURE Devops,Splunk,Github,postman,CICD
Summary
4 years of overall experience as Software Engineer.
3.8 years of relevant experience on API development and management.
Worked on creating Apigee Proxies, developer apps, products and KVM operations.
Worked on creating Swagger specs that specify open API specifications.
Worked on API monitoring tool Splunk to check logs of Apigee proxies.
Worked on Azure DevOps to achieve CICD approach to deploy proxies between
environments
Implemented Oauth mechanism (Apigee Proxy) to give access token to third party
application to login to the application.
Worked on Spring Boot Micro services and Restful based web services to interact with
different application.
Worked on Dynamo DB and Redis Amazon Webservices
Implemented Bamboo scripts for Applications
Worked on ETL tools like Snaplogic & MFT
A direct Client Interaction for several meetings such as fortnight application status
meeting and as PVT support for upstream/downstream applications.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195…
https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195219420a095a5… 2/3
Job Profile: Worked as a Software Engineer and supported for Apigee Aka API developmentProject 1: SVC Selfcare
Outages Type: Web Based Application Client: Telstra Duration: 10 Months
Description: This project aims to build a middleware system which retrieves the outage details from both Telstra & NBN Co
backend services and provide to end consumer systems based on NBN AVC Id, ADSL FNN, Bigpond Email and Cable
MAC address.
Responsibilities/Achievements:
Participating project planning sessions with business analysts and team Primary offshore Apigee developer for the
application. Performed several deployments on Non-Production and Production servers. Used JavaScript for validation.
Created Web Services using Java and JavaScript Developed queries to Extract data from database Responsible for Unit
Testing Policies Using postman Creation/Modification of code as per new stories in the scrum.
Environment: Java, JavaScript, STS, SOAP UI, REST, GIT, Apigee
Role: Software Engineer
Project 2: 4GFW Type: Web Based Application Client: Telstra Duration: 9 Months
Description: 4GFW project aims is to keep customers informed about the outage events affecting their service. End users /
systems can subscribe for the outages and outage API / Customer Service Impact API will update the users about the
status changes, instead of consumer systems need to poll for outages and identify changes made in outage events.
Responsibilities/Achievements:
Developed Proxies, Products and Developer Apps. Interacted with team lead and Testers to resolve the bugs. Reporting
daily work status to management. Handled large number of application related dockets. Also worked on several Problem
dockets (PBI). Implemented Bamboo Deployment Tool for deploying Micro services into PCF (Pivotal Cloud Foundry).
Storing the Downstream data into AWS Dynamo DB and Redis Services
UG: B.Tech/B.E. (Computer Science) from KSR Institute of Technology and Sciences, affiliated by JNTUK in 2016
Education
IT Skills
Skill Name Version Last Used Experience
API Production 2020 3 Year(s) 7 Month(s)
Apigee 2020 3 Year(s) 7 Month(s)
Apigee API management 2020 3 Year(s) 7 Month(s)
Dynamo DB, Redis Cache 2018 2 Year(s) 0 Month(s)
Bamboo, Pivotal CLoud Foundry 2019 2 Year(s) 0 Month(s)
Bambi Splunk, Pivotal Tracker, 2019 2 Year(s) 10 Month(s)
POSTMAN REST Client 2020 3 Year(s) 6 Month(s)
GitHub 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195…
https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195219420a095a5… 3/3
Nature of Employment: Full Time
Role: Programmer
Duration: Jun 2020 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2020 - May 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Programmer
Duration: Jul 2019 - Oct 2019
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jun 2018 - Feb 2019
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Sep 2017 - May 2018
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Nov 2016 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 12
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Projects
Project Title: SAPB1 To offer Integrations
Client: IKEA
Skill Used: APIGEE, splunk, GitHub, Azure Devops
Role Description: APIGEE developer
Project Details: This project aims in handling requests from SAPB1 to Offer management
Project Title: Offer To SAPB1 Integrations
Client: IKEA
Skill Used: APIGEE, Snaplogic, GitHub, Azure Devops, Splunk
Role Description: APIGEE developer and Snaplogic integrator
Project Details: This project involves in handling the requests coming from a System called Onsweb/ Offer management
which posts transaction data like goods issue, goods receipt, sales delivery, purchase orders,paper stock, etc to the system
SAPB1. APIGEE acts as trigger which will receive data from offer and post it to SAPB1 by following security mechanisms.
Project Title: Y-receipts
Client: KAO
Skill Used: APIGEE, GitHub
Role Description: APIGEE DEVELOPER
Project Details: Integration between OVC backend and yreceipts
Project Title: Autonomous CT Dashboard
Client: Telstra
Skill Used: Spring Boot, Microservices, GIT, Bamboo, PCF
Role Description: Programmer
Project Details: This project aims to provide solutions to the technicians in the delay of issue
Project Title: 4GFW
Client: Telstra
Skill Used: APIGEE, BAMBOO,GIT,PCF
Role Description: APIGEE DEVELOPER
Project Details: 4GFW project aims is to keep customers informed about the outage events
Project Title: Selfcare Outages
Client: Telstra
Skill Used: APIGEE , GIT, BAMBOO, PCF
Role Description: APIGEE DEVELOPER
Project Details: This project aims to retrieve outage information from backend services and forward to the customers with
desired changes.
Rank 861: Resume 1067 with similarity score 0.021986459868124638
MS , BSC , BS devops engineer , software developer , it engineer , full time , balancer amazon web services (aws) , ansible , general , devops , jenkins , kubernetes , designation , ug , affirmative action , bash , mysql , hindi , databases , docker , linux , maintenance , ami , apache , windows , cli , authorization , centos , english , status , nexus , email , tomcat , application , configuration management , continuous integration , web servers , amazon rds , github , nagios , features , s3 , shell scripting , computer science , maven , ec2 , nginx , languages , sms , magma , vmware , cms , javascript , jira , notification , cloud computing , load , vagrant 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16…
https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16554417505f010… 1/2
Current Designation: AWS& DevOps Engineer
Current Company: Pi DATACENTERS
Current Location: Vijayawada
Pref. Location: Vijayawada,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Pi DATACENTERS as AWS& DevOps Engineer
Jul 2015 to Till Date
Magma Fin Corp Limited as IT Engineer CMS IT SERVICES
Jul 2014 to May 2015
UG: Bsc Computer science (computer sceince) from Nagarjuna University in 2010
PG: MCA (Computers) from Sri Krishnadevaraya University (SKU) in 2013
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Suresh Babu
AWS& DevOps Engineer seeking roles in Software Development,Application
Programming,Database Migration,Continuous Integration,Configuration
Management,Cloud Computing,Linux,Ansible,GIT,Maven,Jenkins,Docker
Key Skills: AWS& DevOps Engineer,Software Developer,Software Development,Application Programming,Database
Migration,Continuous Integration,Configuration Management,Cloud Computing,Linux,Ansible,GIT,Maven,Jenkins,Docker
Summary
Good Experience in Amazon Web Services (AWS).
Experienced with AWS Cloud platform and its features, which includes EC2, S3, Route 53 VPC, EBS, AMI, SNS, RDS, and
Cloud Watch.
Setup/Managing VPC, Subnets make connection between different zones.
Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon Cloud Watch, SNS.
Creating and Managing AMIs/Snapshots and Volumes upgrade/Downgrade AWS Resources CPU, Memory, EBS.
Server's, Domain's and Database's migration on Amazon Web Services.
Configuring topics for email and SMS in AWS simple notification services.
Excelled on creating AMI (AWS Machine Images) that utilizes ELB (Elastic Load Balancer) and Auto Scaling.
Installed and Setup Web Servers ( Apache and Tomcat ), DB Server ( MySQL)
Used the AWS-CLI to suspend an AWS Lambda function. Used AWS CLI to automate backups of ephemeral data-stores to
S3 buckets, EBS.
Created alarms in Cloud watch service for monitoring the server performance.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16…
https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16554417505f010… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Linux(Red hat& Centos), Windows
Apache Tomcat
Apache Web server , Nginx
Git, GitHub, Gutbucket
MAVEN
Jenkins
NEXUS
AWS-IAM, EC2, VPC, S3, RDS, EBS, ELB
BASH Shell
Ansible,Chef
Docker(Docker compose ,Docker Swarm)
Kubernetes
VMware, Vagrant
JIRA, Service Now
Nagios, Cloudwatch
Shell Scripting
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 862: Resume 35 with similarity score 0.02197976611666182
MS work from home training , showcase , command , english , project , kotlin , c programming , introduction to , resume , android , java , building , preparation , completion , assessment , gears , app , commerce , database , online Assessment
Q1. Why should you be hired for this role?
I should be hired because the zeal in me to grow and learn new skills is higher than many people. If you hire me I'll get a platform to showcase
and upgrade my skills and work in the favour of the organisation
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available
Resume
EDUCAT ION
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6388005343
Adhya Kapoor
Kanpur Dehat
Applied 25 Dec'20
Kotlin English Proficiency Spoken) English Proficiency Written)
C Programming MSExcel MSWord
Database Management
System DBMS
Java
Bachelor of Computer Applications BCA
Banasthali Vidyapith
2018 - 2021
CGPA 7.33/10
Senior Secondary XII, Commerce
St. Mary's Convent High School
ISC board)
Year of completion: 2018
Percentage: 65.00%
Secondary X
St. Mary's Convent High School
ICSE board)
Year of completion: 2016
Percentage: 78.00%
Top performer Internship & Job Preparation Training)
Verified and added by Internshala Trainings
Internship & Job Preparation
Internshala Trainings, Online
Nov 2020 - Dec 2020
Successfully completed a four weeks online certified training on Internship & Job Preparation. The training consisted of
Getting Started with the Job Hunt, Building up your Gears and Going at the Front modules. I scored 100% in the final
assessme nt and was a top performer in the training.
Android App Development
Internshala Trainings, Online
Sep 2020 - Nov 2020
Successfully completed an eight weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules.
I have a good command over English Language both spoken and written. I have good communication skills.
I have completed a training program of App development provided by internshala.
Rank 863: Resume 1076 with similarity score 0.02191296612672306
B.E , MS , B.TECH , BS support engineer , devops engineer , full time amazon web services (aws) , ansible , project support , continuous delivery , encryption , devops , software systems , jenkins , kubernetes , security , designation , ug , tamil , affirmative action , mysql , oracle , docker , linux , maintenance , apache , build automation , php , windows , centos , authorization , english , status , email , tomcat , application , configuration management , ubuntu , continuous integration , pl/sql , s3 , git , puppet , maven , ec2 , nginx , infrastructure , languages , resource management , operating systems , javascript , cloud computing , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18…
https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18571817505f5a… 1/2
Current Designation: aws cloud support engineer
Current Company: TCS
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Civil]
Verified : Phone Number | Email - id
Tata Consultancy Services as AWS Cloud Migration Support
May 2019 to Nov 2019
TCS as aws cloud support engineer
May 2019 to Till Date
AWATA Software Systems as DevOps Engineer
May 2016 to May 2019
Growth Path
Trainee Engineer
Production Support
DevOps Engineer
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
JAYA KUMAR S
AWS Cloud Migration Support seeking roles in Cloud Computing,Project
Execution,Java,
Project Support,Continuous Integration,Configuration Management,Production
Support,Resource Management,Design & Development,Jenkins,Ansible,Docker,
Key Skills: Continuous Integration,Jenkins,Docker,GIT,Apache Tomcat,AWS Cloud Migration Support,Configuration
Management,Continuous Delivery,Build Automation,Maven,Java
build,Ansible,Nginx,AWS,MySQL,Apache,Linux,PHP,HTML,java
Summary
* A qualified Engineering Professional offering nearly 4 years of experience in DevOps, Cloud Computing and Infrastructure
Automation
* Showcased advance AWS expertise through skills in design and deployment of effective solutions on the Amazon Web
Services
* Extensive knowledge of network concepts, knowledge of AWS services e.g. EC2, S3 Security & Encryption, VPC, IAM Role
SQL Knowledge
* Efficient in managing Amazon Web Services (AWS) infrastructure with automation & configuration tools such as Ansible
* Gained the experience of working in Centos, Ubuntu, and RedHat Operating Systems
* Functional expertise in various software/applications like Jenkins, Docker, Ansible, Puppet, Kubernetes, Centos, Ubuntu
and RedHat Operating Systems and so on; configured Jenkins for build and deploy using maven build
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18…
https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18571817505f5a… 2/2
UG: B.Tech/B.E. (Civil) from Sathyabama University in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SQL, PL/SQL
Oracle 10g/11g
Git, Jenkins, Ansible, Docker
WINDOWS, LINUX
EC2, Elastic BeanStalk
EBS, VPC, RDS, S3, Glacier
IAM, Cloud Front, Cloud, Watch
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 864: Resume 744 with similarity score 0.02189998035548907
BTECH , BS , B.E , MS , B.TECH associate , devops , full time , software developer platforms , conducting , docker , linux , gateway , status , digital transformation , xml , bitbucket , pl/sql , apache spark , glassfish , building , kibana , visio , infrastructure , html5 , spring security , iso , weblogic , urban , ecommerce , javascript frameworks , retail , web apps , amazon ec2 , spring integration , devops , interfaces , sourcetree , designation , confluence , mar , web services , hindi , ltd , windows , json , english , logstash , agile , 12c , project , osb , mongodb , microservices , web service development , angularjs , rest , bridging , resolve , computer science , private sector , documentation , h2 , wso2 , software analysis , public sector , technology , esb , logics , customer portal , eureka , transaction management , web development , general , scrum , developers , ppp , pages , affirmative action , mysql , principles , maintenance , jquery , business logic , apache kafka , bootstrap , architecture , android studio , email , aws , network programming , spring data jpa , bengali , microsoft , dreamweaver , github , unit testing , maven , languages , tags , hibernate , android sdk , life insurance , jira , search , oracle fusion middleware , database , ajax , api , spring mvc , spring batch , mockito , digital divide , soap , b2c , ug , das , ecr , adobe , authorization , enterprise , servlets , spring boot , b2b , application , llp , dojo , ecs , government , s3 , finance , oracle service bus , bangladesh , software development life cycle (sdlc) , communications , informatics , eclipse , load , learning , liferay 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 1/6
Current Designation: Associate - Software Development
Current Company: PricewaterhouseCoopers Services LLP
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Kolkata,United States
(US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Accounting/Finance
Marital Status: Married
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: BTECH [Computer Since Engineering]
Verified : Phone Number | Email - id
PricewaterhouseCoopers Services LLP as Associate - Software Development
Jul 2019 to Till Date
Project: BRAC Bank ESB Implementation
Client: BRAC Bank Limited
Assignments:
1. Middleware Development:
Role: Developer
Responsibilities: Development, Client Communications.
Framework and Technologies: Oracle Fusion Middle ware 12c, Oracle Service Bus (OSB), Service Oriented Architecture
(SOA), SOAP/XML, REST/JSON, ISO 8583.
Project: Kotak Life Customer Portal Implementation and PHF Portal Implementation
Client: Kotak Mahindra Life Insurance Company Limited
Assignments:
2. Micro service Development:
Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Subhadeep Das
Software Developer seeking roles in Software Development,Application
Programming,Project Management,Requirement Analysis,Design
Patterns,Agile,Scrum,Java,J2EE,Servlets,JSP,JPA,JDBC,Oracle,SQL,PL/SQL,MySQL,MongoDB,Hibernate,Spring
Framework
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Design
Patterns,Agile,Scrum,Java,J2EE,Servlets,JSP,JPA,JDBC,Oracle,SQL,PL/SQL,MySQL,MongoDB,Hibernate,Spring
Framework
Summary
Over 5 years of strong IT experience in Software Analysis, Design, Development, Implementation Testing, Issue Tracking and
Project Management (using Jira & confluence,) of Object Oriented Applications and Web based Enterprise Applications using
Java/J2EE and Spring, on Windows and Linux platforms.
Expertise in designing and developing web-based enterprise applications using Java 6,7,8 and J2EE technologies like Servlets,
JSP, Spring, JDBC, Hibernate, JPA, JNDI, Java, Web services, XML.
Expertise in DevOps, Agile and Scrum Methodologies.
Expertise in AWS services such as EC2, S3, RDS, ECS, ECR etc.
Expertise in Docker and Dockerized deployment in AWS environment ECR and ECS.
Expertise in Software Development Life Cycle (SDLC) phases including Analysis, Design, Implementation, Testing and
Maintenance.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 2/6
use cases and business logics.
Framework and Technologies: Spring boot, Spring Data JPA, Spring batch, Netflix Eureka Server, Zuul, Ribbon,
Feignclient, Hystrix, Docker, Oracle DB, WSO2
Project: Sahaj Portal Revamp
Client: SREI E VILLAGE KENDRA LIMITED
Assignments:
1. Micro service Development:
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise
Deployment in AWS.
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, AWS EC2, ECS, ECR, S3, RDS, Elastic Search, Logstash, Kibana, MySQL.
Sysedge Micro Informatics as Software Developer
Aug 2018 to Jul 2019
Deployed in: Pricewaterhouse Coopers Pvt. Ltd (Pwc)
Project: Srei Sahaj
Description: Sahaj E-village is works on PPP (Private Sector Public Sector PertnerShip). It's a venture initiative of SREI
Infrastructure Finance Limited (SIFL). Sahaj has delved into bridging the digital divide between Urban and Rural India
under the flagship of NeGP of Government of India.
Assignments:
1. Micro service Development:
Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise
Deployment in AWS.
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, AWS EC2, ECS, ECR, S3, RDS, Elastic Search, Logstash, Kibana, MySQL.
2. POC on Distributed Transaction Management:
Objective: Micro service architecture doesn't support ACID Transactions over distributed Database, hence the objective
was to achieve the consistency to derive an approach to resolve the same.
Framework and Technologies: Eventuate Framework, Spring Boot, Apache Kafka, Mongo dB, MysqlDB.
3. Kotak Life Insurance Demo:
Objective: Demonstrating advantages of Micro service and Liferay 7.1 DXP.
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services.
Framework and Technologies: Spring boot, JPA, Hibernate, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, MySQL.
Sapient Razorfish as Junior Associate
Mar 2018 to Jul 2018
Project: Sapestore
Project Summary:
Description: Ecommerce platform for B2B and B2C retail-based business.
Framework and Technologies:
Front End: HTMML5, CSS3, Bootstrap, JS, AJAX, jquery, JSP, Angular Js.
Middle Layer: JEE, Java8, Spring Boot, Spring MVC, RESTfull Webservice, Hibernate, JPA, Spring Microservices, Eureka
Server, Netflix zuul gateway and Ribbon (as load balancers).
Database Used: MSSQL DB.
Software Tools and IDE Used: Eclipse, Android Studio, Adobe-Dreamweaver, MS-Visio.
Testing: Junit5 Mockito, Postman.
Build Tool: Maven
Project Management: Jira and confluence, Dojo.
Role:
Issue tracking and project management in JIRA. Conducting Low Level Planning Meetings.
End to end development of the Account and Transaction Module. Which includes;
Microservice development to create RESTfull APIs with Entities, JPA, DAO Layer, Business Logic Interfaces.
Developing front end according to the given wireframes in JSP.
Developing Complete Spring MVC.
Integrating Spring MVC modules and Microservices by consuming the REST API.
Developing Angular application to support SPA.
Triggering Jenkin Builds.
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 3/6
UG: B.Tech/B.E. (Computer Science and Engineering) from Haldia Institute of Technology, Haldia, West Bengal
University of Technology in 2015
PG: BTECH (Computer Since Engineering) in 0
Other Qualifications/Certifications/Programs:
Professional Diploma in Digital Transformation Program - Java Enterprise Apps
IT Skills
Skill Name Version Last Used Experience
JAVA 8 2018 2 Year(s)
JEE 2018 2 Year(s)
JSP
Spring 4 2 Year(s)
Spring Security 2 Year(s)
SPRING MVC 2 Year(s)
Spring Integration 2 Year(s)
spring boot 2 Year(s)
MicroServices 2 Year(s)
JIRA 2 Year(s)
SERVLETS
JDBC
Tomcat8.0, WebLogic
Tomcat8.0, WebLogic
GLASSFISH
Oracle 10g,11g
SQL, PL/SQL
MySql, H2, MongoDB
Hibernate
Apache Spark, AngularJS
RestFull WebService
Maven 3
DOCKER
DOJO, Confluence
Rational Rose, Microsoft Visio
Git, Bitbucket, SourceTree
HTML5, CSS3, Bootstrap
Javascript, Ajax, JQuery, JSON
Languages Known
Language Proficiency Read Write Speak
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 4/6
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2019 - Nov 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Module Leader
Duration: Aug 2018 - Jul 2019
Onsite / Offsite: Offsite
Team Size: 30
English Expert
Hindi Expert
Bengali Expert
Projects
Project Title: BRAC Bank ESB Implementation
Client: BRAC Bank Limited
Project Details: Role: Developer
Responsibilities: Development, Client Communications.
Framework and Technologies: Oracle Fusion Middleware 12c, Oracle Service Bus (OSB), Service Oriented Architecture
(SOA), SOAP/XML, REST/JSON, ISO 8583.
Project Title: Kotak Life Customer Portal Implementation
Client: Kotak Mahindra Life Insurance
Project Details: Micro service Development:
Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics.
Framework and Technologies: Spring boot, Spring Data JPA, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, Oracle DB, WSO2
Project Title: PHF Portal Implementation
Client: Kotak Mahindra Life Insurance
Project Details: Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics.
Framework and Technologies: Spring boot, Spring Data JPA, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, Oracle DB, WSO2
Project Title: Sahaj Portal Revamp
Client: Sahaj e-Village Ltd.
Project Details: Assignments:
1. Micro service Development:
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise Deployment in
AWS.
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, AWS EC2, ECS, ECR, S3, RDS, Elastic Search, Logstash, Kibana, MySQL.
Project Title: Sahaj Portal Revamp
Client: Sahaj e-Village Ltd.
Skill Used: Microservices, Eureka, Spring Boot, Docker, AWS, Amazon Ec2, ECS, RDS, AWS APIGATEWAY, AWS-
LAMBDA, MySQL Db, JIRA, Github, ECR, ALB
Role Description: Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client
coordination for Modified use cases and business logics, Docker management, Unit testing verification for other developers,
Sprint wise Deployment in AW
Project Details: Assignments:
1. Micro service Development:
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise Deployment in
AWS.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 5/6
Nature of Employment: Full Time Duration: Mar 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2017 - Jan 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2017 - Oct 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2015 - Aug 2016
Onsite / Offsite: Offsite
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix,
Project Title: SapeStore
Client: Not Disclosed
Project Details: Project: Sapestore
Project Summary:
Description: Ecommerce platform for B2B and B2C retail-based business.
Framework and Technologies:
Front End: HTMML5, CSS3, Bootstrap, JS, AJAX, jquery, JSP, Angular Js.
Middle Layer: JEE, Java8, Spring Boot, Spring MVC, RESTfull Webservice, Hibernate, JPA, Spring Microservices, Eureka
Server, Netflix zuul gateway and Ribbon (as load balancers).
Database Used: MSSQL DB.
Software Tools and IDE Used: Eclipse, Android Studio, Adobe-Dreamweaver, MS-Visio.
Testing: Junit5 Mockito, Postman.
Build Tool: Maven
Project Management: Jira and confluence, Dojo.
Role:
Issue tracking and project management in JIRA. Conducing Low Level Planning Meetings.
End to end development of the Account and Transaction Module. Which includes;
o Microservice development to create RESTfull APIs with Entities, JPA, DAO Layer, Business Logic Interfaces.
o Developing front end according to the given wireframes in JSP.
o Developing Complete Spring MVC.
o Integrating
Project Title: Colab
Client: Not Disclosed
Project Details: Bootstrap &Angular JS for Front-End
Spring, J2EE framework & Hibernate for Middleware
H2/ Oracle as back end
Understand DevOps principles and use Maven scripts for building applications
Code management using GitHub
Objectives
Understand and implement object-oriented concepts using Java technology programs
Write SQL queries to retrieve, manage, and manipulate data
Design responsive Web/enterprise apps using HTML5, CSS3, and various JavaScript frameworks such as Bootstrap &
AngularJS
Build persistent and loosely coupled Web apps using Hibernate and Spring technologies
Build REST Full Web Services
Build high quality Web/enterprise apps by using DevOps platform
Project Title: NiitECom
Client: Not Disclosed
Project Details: Description
Bootstrap &Angular JS for Front-End
Spring, J2EE framework & Hibernate for Middleware
H2/ Oracle as back end
Understand DevOps principles and use Maven scripts for building applications
Code management using GitHub
Objectives
Understand and implement object-oriented concepts using Java technology programs
Write SQL queries to retrieve, manage, and manipulate data
Design responsive Web/enterprise apps using HTML5, CSS3, and various JavaScript frameworks such as Bootstrap &
AngularJS
Build persistent and loosely coupled Web apps using Hibernate and Spring technologies
Build REST Full Web Services
Build high quality Web/enterprise apps by using DevOps platform
Project Title: Tickdecor
Client: Assetmitra E Solutions Pvt Ltd
Project Details: Project Summary:
Description: Android application, Web development, REST Web service development for B2B and B2C based business
platform.
Languages: HTML5, CSS3, Bootstrap, Java8, XML, SQL, JS, .
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 6/6
Nature of Employment: Full Time Duration: Aug 2014 - Jan 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Bangladesh
Job Type: Permanent
Employment Status: Full time
Framework and SDK Used:, Android SDK, JEE, Spring, RESTful service, Spring MVC, Spring, Hibernate.
Database Used: MSSQL DB.
Software Tools and IDE Used: Eclipse, Android Studio, Adobe-Dreamweaver, MS-Visio.
Testing: Junit5 Mockito, Postman.
Build Tool: Maven
Role: Android-Application-Development, Documentation and Planning, Web-Service Development
Project Title: Citezen Card System
Client: Not Disclosed
Project Details: Project:
Citizen Card System
Description
JSP and Servlet using EJB framework.
Oracle as Backend.
Objectives
Understand J2EE Intro, Architecture
Learning Network Programming using java.net
Learning JDBC using type 4 driver
Servlet Programming-Life Cycle, Generating Dynamic Pages, Tracking Sessions
Servlet Programming JDBC from Servlets
JSP Execution Architecture, JSP Tags-Directive, Declarative, Scriplet & Exception
JDBC from JSP
Types of EJB
Stateless & Stateful Session Bean-Life Cycle.
Rank 865: Resume 1050 with similarity score 0.021834312948191978
B.E , MS , B.TECH , BS senior developer , sql developer , mobility developer , full time , senior ui developer , team lead mobility , oas , react.js , api , redux , core java , web application development , general , customer , mobile security , css , visual studio code , designation , ug , mobile application development , telecom , affirmative action , oracle , hindi , angular , post production , maintenance , end user training , jquery , ios , authorization , english , bootstrap , status , architecture , models , email , project , apache cordova , mongodb , steel , web & mobile , fixing , android , phonegap , rest , xcode , unit testing , computer science , languages , framework , finance , html5 , documentation , management system , diagrams , javascript , eclipse , suite , technology , client side , online assessment , learners , capture , microsoft sql server , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b4…
https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b455045435f0f5b… 1/3
Current Designation: Senior UI Developer
Current Company: TCS
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Chennai,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TCS as Senior UI Developer
Dec 2010 to Till Date
Project: Banking Portal and Application
Customer: Banking Customer: in Thailand
Period: August 2020 to till now
Description: Working on developing a web portal using React JS
Technology: React JS
Role: Senior Developer
Project: Logistics System
Period: February 2020 to July 2020
Description: 1) Created Web application using React JS
2) Created Backend API using Node js with Database as Mongodb
Technology: React JS, Node JS, Mongodb
Role: Senior Developer
Project: Portfolio Management System
Customer: Steel Industry in India
Period: 20th December 2018 - January 2020
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Spandan Chakraborty
Senior UI Developer seeking roles in Frontend Development,Mobile Application
Development,Web Application Development,Requirement analysis,Unit
Testing,Coding,Database Management,React Js,Node
Js,JavaScript,JQuery,PhoneGap,Html,CSS,Eclipse IDE
Key Skills: Senior UI Developer,Team Lead/Tech Lead,Frontend Development,Mobile Application Development,Web
Application Development,Requirement analysis,Unit Testing,Coding,Database Management,React Js,Node
Js,JavaScript,JQuery,PhoneGap,Html,CSS,Eclipse IDE
Summary
* 9.5 years of work experience Including 7.5 Years of Experience in Developing & Designing Web & Mobile Application
* Successfully performed requirement capture, designing & developing solution for various customers.
* Expertise in Front End technologies like React Js, Redux, , Html5,Css , bootstrap, jQuery.
* Experience in creating Restful API using NodeJS.
* Experience in working with Mongo dB using mongoose.
* Experience in creating hybrid mobile application using Apache Cordova framework
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b4…
https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b455045435f0f5b… 2/3
Description: 1) Created Web application using React JS and Angular.
2) Created Webservices using Node & Feather JS.
Technology: React JS, Node Js, Microsoft SQL server
Role: Senior developer
Project: Network Inventory Management
Customer: Telecom Provider in Canada
Period: March 2016 to Nov 2018
Description: 1) Created Mobility Solution using Cordova framework which is integrated with Oracle EBS Suite through
Java based Rest Services.
2) Prepared class models, diagrams, component models.
3) Involved in Design & documentation for the end to end architecture.
4) Implemented Mobile Security with Site Minder Agent.
5) Implemented the Solution across Canada Successfully.
6) Successfully Organised End-to-End User Training.
Languages/Tools Core Java, Oracle Mobile Application Framework, JavaScript
Solution Environment iOS & Android
Role: Onshore Coordinator & Frontend developer.
Work Location Canada
Project: PCERPMobility
Customer: Captial & Finance management Company in USA
Period: May 2015 - Jan 2016
Description: 1) Successfully Implemented ERP Mobility Solution for the First ever Oracle MAF (Mobile Application
Framework, Oracle) Project:. Design & developed the client side of the Project: including Front end development.
2) Provided support involved in testing phase.
Solution Environment iOS
Languages/Tools Core Java, Oracle Mobile Application Framework, JavaScript
Role: Frontend Developer
Project: ERPMobility
Customer: Internal
Period: Jan 2015 to March 2015
Description: 1) Created mobility Solution (mobile Application) using html5, bootstrap, JavaScript & JQuery framework,
& with the help of Cordova framework exposed it as a mobile solution for both iOS & Android Platform
Solution Environment iOS & Android
Languages/Tools JavaScript, jQuery,html5,bootstrap,cordova Framework,
Role: Frontend Developer
Project: Multiple POC
Customer: Internal
Period: June 2014 - Dec 2014
Description: 1) Created mobility Solution (mobile Application) using Oracle MAF (Mobile Application Framework) &
with the help of MAF framework exposed it as a mobile solution for both iOS & Android
2) Involved in Testing phase & defect fixing.
Solution Environment iOS & Android
Languages/Tools Core Java, Oracle Mobile Application Framework, JavaScript
Role: Frontend Developer
Project: Online Assessment System
Customer: Publishers in USA
Period: May 2013 - May 2014
Description: 1) Worked in OAS iOS Application. Created The Application using Cordova framework & Objective C.
OAS is an application for the online delivery of summative assessment content to K-12 learners.
2) Involved in development, testing & post production support phase.
3) Successfully submitted the Application in AppStore.
4) Worked in TDC online Assessment Application build in JavaScript, jQuery.
Solution Environment iOS & web application.
Languages/Tools Objective C, Cordova Framework, JavaScript, jQuery, XCode IDE
Role: Mobility Developer
UG: B.Tech/B.E. (Computer Science and Engineering) from West Bengal University of Technology (WBUT) in 2010
Education
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b4…
https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b455045435f0f5b… 3/3
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 1 Year(s)
JQuery, 2 Year(s)
HTML5 1 Year(s)
SQL 1 Year(s)
Node JS 12.18.0 2020 1 Year(s) 6 Month(s)
React.js 16.13.0 2020 2 Year(s)
JavaScript
PhoneGap, Html5, CSS
Visual Studio Code, Eclipse IDE
SQL DEVELOPER
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 866: Resume 906 with similarity score 0.021799591111965486
B.E , B.TECH , BS owner , software developer , api developer , senior software engineer , full time , development analyst ecommerce , react.js , amadeus , automation , api , web development , web apps , css , microsoft azure , designation , mar , deliverables , affirmative action , information technology , hindi , cloud , maintenance , basic , typescript , travel , authorization , english , functional requirements , node.js , web applications , bootstrap , status , design documents , timelines , specifications , agile , email , project , express , socket io , mobile apps , airline , angularjs , internet of things , components , flow , debugging , unit testing , building , cordova , languages , html5 , punjabi , pwa , real-time data , javascript , sensors , suite , organization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475…
https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475244135f5f5d51… 1/2
Current Designation: Senior Software Engineer
Current Company: Amadeus Software Labs
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Kingdom
(UK),United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 7 Month(s)
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Amadeus Software Labs as Senior Software Engineer
Sep 2019 to Till Date
Key Responsibilities
Ramping up myself in the travel domain.
Worked on Production Cut-over of leading Airline to Amadeus Suite.
Worked directly with client to establish project scope, interaction guidelines, and project timelines.
Provided effective and functional web designs to client that met their specific business/personal needs
Projects:
Ecommerce website for leading Airline (Sep '19 - Present) - Official airline website for managing booking, rebooking and
ticket cancellation flow.
Technology used: Angular 7, JavaScript, Bootstrap 4, HTML5, CSS3.
Deloitte USI as Consultant
Aug 2017 to Aug 2019
Key Responsibilities:
Translated designs to front-end code, estimated time and determined developer requirements and specifications.
Built responsive web Applications Using Angular, HTML5, CSS and Bootstrap.
Stabilized Real-time application based on React JS and Node JS.
Organized and instructed hands on session on Progressive Web Applications (PWA) and front-end basics.
Projects: EA Playtest Mate (Jul 18 - Aug 19) - Stabilized and enhanced Playtest Mate which is a platform for testing latest
game builds and provide feedback. Technology used: ReactJS, Material UI, NodeJS, Socket IO Project Responsibilities:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rachit Handa
Senior Software Engineer seeking roles in Software Development,Requirement
Gathering, Production Support,Unit Testing,Coding,Debugging,Application
Maintenance,HTML,CSS,JavaScript,Angular,AngularJS,Bootstrap,SCSS,Agile,Node.Js,React.Js,Express
Key Skills: Senior Software Engineer,Software Developer,Software Development,Requirement Gathering, Production
Support,Unit Testing,Coding,Debugging,Application
Maintenance,HTML,CSS,JavaScript,Angular,AngularJS,Bootstrap,SCSS,Agile,Node.Js, React.Js,
Summary
Proficient Front-End Developer with 6 years of experience in building responsive web applications.Highly motivated professional
with the ability to deliver innovative solutions.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475…
https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475244135f5f5d51… 2/2
Updating the existing libraries of ReactJS and Material UI, used Socket IO module of NodeJS for portal to client tool
connection.
Automation Market Place (Sep '17 - Jun '18): AMP is one stop shop for details on all components developed within client
organization providing details like contributors, owners and catalog. A user can rate and review the components to
enhance the information on the portal
Technology Used: Angular 5, HTML5, CSS3, SCSS, Typescript, Bootstrap.
Project Responsibilities: Module owner of major workflows of the application and responsible for managing deliverables in
absence of Front-End lead
Accenture as Application Development Analyst
Nov 2014 to Aug 2017
Key Responsibilities:
Build web apps and hybrid mobile apps for Accenture Clients as well as Accenture internal Clients.
Interacted with client regarding design documents and functional requirements of the app.
Leveraged Internet of Things (IoT) and created smart solution using cloud platform such as Microsoft Azure.
Worked on AGILE Methodology for Project execution.
Projects:
Smart IOT Solution (October 2016 - Jan 2017) - Smart IOT Solution using real time data from sensors, storing it in cloud
and perform computations and analysis. The end-user gets an app to see the real-time data and warnings or alerts related
to sensors. Technology Used: Azure, AngularJS 1, Cordova and basic web development technologies.
Project Responsibilities: Cloud Solution developer, API developer
UG: B.Tech/B.E. (Information Technology) from Punjab Technical University (PTU), Amritsar College of Engineering in
2014
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, JavaScript, Angular
AngularJS, Bootstrap, SCSS, Agile
ReactJS, NodeJS, Express
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 867: Resume 754 with similarity score 0.021794060995623622
B.E , B.TECH director , product development , full time , delivery manager , program manager automation , retail , vm , customer , scrum , soap , designation , deep learning , ug , mar , jmeter , affirmative action , pre-sales , health , hindi , maintenance , ltd , product engineering , authorization , english , product quality , status , agile , email , project , application , defect tracking , product management , microservices , less , gap , payroll , cucumber , electronics , neural networks , rest , building , kibana , framework , languages , sme , e-commerce , code coverage , selenium , python , onsite-offshore model , reviews , javascript , ml , search , technology , program management 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b001…
https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b00160047470a5e08… 1/2
Current Designation: Director of Customer Success
Current Company: Neurocrafts Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Visakhapatnam
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Neurocrafts Pvt. Ltd as Director of Customer Success
Sep 2020 to Till Date
Key Skills Product Development (AI, ML, Deep learning and Neural networks) Customer Success Marketing Pre-Sales
and Sales
Nisum Technologies PVT LTD, as Sr. Delivery Manager
Nov 2017 to Aug 2020
Key Skills End-End Delivery Framework Development Product Development Code Coverage Project Management
Building the Practices Agile - BDD Selenium Cucumber Kibana Elastic Search
ADP PVT LTD, as Manager
Feb 2008 to Oct 2017
Key Skills QE Automation Framework Development Product Development Code Coverage Complete QE Activities Gap
Analysis Product Quality & Delivery VM Management Code Reviews Defect Tracking Production Support Product SME
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nagarjuna Reddy. T
Director of Customer Success seeking roles in IT Project Management ,Program
Management, Delivery Management, Product Engineering , Quality Engineering
,Agile,Scrum,Microservices,Java,Selenium,Cucumber,Soap,Rest Assure,Elastic
Search, Jmeter,Python
Key Skills: Director of Customer Success,Program Manager,IT Project Management,Program Management,Delivery
Management,Product Management,Quality Management,Agile,Scrum,Microservices,Java,Selenium,Cucumber,Soap,Rest
Assure,Kibana,Elastic Search,Jmeter,Python
Summary
Trusted and proven technology leader with 16+ years of rich experience in IT with proven capabilities in Delivery Management,
Product Management, Project Management, Quality Management and Agile Implementation. Expertise in E-commerce, Retail,
Health care and Payroll domains and worked onsite-offshore model with various BU's across different countries USA, UK, and
Australia.
Work Experience
Education
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b001…
https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b00160047470a5e08… 2/2
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from NBKR Institute of Science and Technology, Vidyanagar in
1999
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA
SELENIUM
cucumber
SOAP
Rest Assure
Kibana
Elastic Search
JMETER
Python
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 868: Resume 717 with similarity score 0.021754243265711164
MS technical architect , senior programmer , software architect , devops , full time , enterprise architect , lead engineer devising , automation , retail , api , devops , interviewing , algorithms , customer , kubernetes , multi-tenant , validation , telugu , designation , nosql , case , platforms , polyglot , affirmative action , principles , hindi , scratch , cloud , maintenance , .com , ltd , bar , digital , english , authorization , apache kafka , teams , self-healing , enterprise , status , spring boot , email , project , jpa , application , product management , microservices , focus , ownership , operations , performance engineering , redis , pipelines , architecting , writing , led , hiring , software architecture , design patterns , event driven , fundamentals , building , engineering design , languages , buy-in , hive , iterative , cassandra , tuning , ace , adoption , python , reviews , javascript , engineers , search , measures , technology , commerce , hadoop , metrics , agile methodologies 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d185…
https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d1852124659090f58… 1/3
Current Designation: Lead Engineer -Software Development
Current Company: Target Corporation India Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Target Corporation India Pvt Ltd as Lead Engineer -Software Development
Sep 2014 to Till Date
Hands-on - Architecture & Designing solution, Coding, Code Reviews, Test Case reviews, tech metrics that might impact
business and operations, Solution Validation, Deployment and Fine-tuning (performance), and an end to end ownership.
Working with fellow lead engineers, product management, and other stakeholders to define the technical roadmap for the
product.
Understands how to lead multi-team initiatives including devising overall architecture, contrasting competing solutions,
obtaining buy-in from the stakeholders
Prove the ideas by building MVP or POC. Built the products from scratch.
Actively involved with the Hiring/Interviewing process, Resource Planning, and grooming of young engineers.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Murali Krishna Chevuri
Lead Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Data Structure,Algorithms,Design Patterns,Apache Kafka,Java,Spring
Boot,JPA,ELK Stack,Git,Kubernetes,Hadoop
Key Skills: Lead Engineer,Software Development,Requirement Analysis,Data Structure,Algorithms,Design
Patterns,Apache Kafka,Java,Spring Boot,Git,Kubernetes,Hadoop,Python,Software Architecture,Elastic
Search,Redis,Hive,Cassandra,Microservices,Monitoring,Agile
Summary
Seasoned technology leader and enterprise architect with 16 years of experience in building large scale, multi-tenant, high
performant & resilient platforms including 6 years of experience in retail & digital commerce ecosystems.
Expertise in Event Driven Architecture & building Scalable, Distributed, Resilient Systems
Extensive experience in distributed commerce architectures using best of breed technologies with a conscious bias towards
open-source
Invested the past 5 years in performance engineering and re-architecting enterprise pricing for a large US based retailer's .com
platform
Agile & DevOps practitioner - led multiple teams through successful adoption of agile methodologies, full-stack automation &
cloud engineering
Microservices adopter with experience in cloud-native API platforms that are event driven & self-healing and built on reactive,
polyglot, and shared nothing principles
Strong fundamentals in Data Structure and Algorithms, Design Patterns & OOPS
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d185…
https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d1852124659090f58… 2/3
OnMobile Global as Technical Architect
Dec 2004 to Aug 2014
As a software architect, design, document, deliver the most elegant, practical solutions to challenging engineering
problems
As an experienced engineer, identify and help prioritize the most critical technical debt alongside solutions and iterative
plans to chip away at the debt
As a senior programmer, establish a high bar for writing maintainable software through your own coding efforts, code
reviews, and code sanity standards integrated into the CI pipelines.
As a mentor, provide timely assistance and guidance to our inspired, young engineers as they attempt to crack a variety of
engineering problems.
As a collaborator, work with cross-functional teams of your own and across teams and products for critical projects
As an ace troubleshooter, take on the most critical and challenging problems occurring in production and help analyze and
solve them while identifying preventive measures
As a customer champion, internalize the customer's expectations and bring a customer focus to all engineering design and
implementation you own
UG: BCA (Computers) from Nagarjuna University in 2001
PG: MCA (Computers) from Nagarjuna University in 2004
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices
RESTful systems
devops
NoSQL
Apache Kafka
Java, Spring
spring boot
Kubernetes 4 Year(s) 0 Month(s)
JPA, ELK Stack
GIT, KUBERNETES
Open Stack, Hadoop
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d185…
https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d1852124659090f58… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 869: Resume 236 with similarity score 0.021732429695656693
B.E work from home dart , training , deep learning , nlp , information technology , data analytics , natural language processing , architecture , middle school , project , coursera , computer vision , pyqt , resume , gaming , java , machine learning , opencv , completion , assessment , python , hobbies , football , online Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities of Machine learning, Deep Learning, Computer Vision, NLP and Sequence Model
Domain. Although I have accumulated a strong foundational knowledge in these domains, I think the best way to move forward would be to get
practical knowledge in an established platform. I am ready to adapt to changing technology and keep my learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full-time internship from the end of February
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Himanshu Rajput
Dahod, Ahmedabad
Applied 08 Feb'21
Python Data Analytics Deep Learning
Flutter Java Machine Learning
OpenCV
Bachelor of Engineering B.E, Information Technology
G.H. Patel College Of Engineering And Technology
2017 - 2021
CGPA 8.84/10
Senior Secondary XII, Science
Little Flower Middle School Dahod)
GUJARAT board)
Year of completion: 2017
Percentage: 73.33%
Secondary X
Shashidhan Day School
GUJARAT board)
Year of completion: 2015
Percentage: 76.33%
Co-Ordinator of a Inter-College Technical fest with 180250 participants.
Tensorflow Developer Professional Certificate
Coursera, Online
Nov 2020 - Present
Natural Language Processing Specialization
Coursera, Online
Jul 2020 - Present
Deep Learning Specialization
Coursera, Online
May 2020 - Jan 2021
Deep Learning, Improving Neural Network Hyperparameter, Structuring Machine Learning Project, Convolution Neural
Network and Sequence Model.
Flutter & Dart - The Complete Guide 2020 Edition]
udemy, Online
Jan 2020 - Jul 2020
- A 41 hour course offered by Academind by Maximilian Schwarzmiller on Udemy.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9624971989
Python
Internshala Trainings, Online
Dec 2019 - Feb 2020
The training program consisted of Developing a GUI with PyQT and Python concept which lasted for six weeks.
Machine Learning
Coursera, Online
Nov 2019 - Sep 2020
Machine Learning by Stanford University is an 11 week online course
Neural Style Transfer
Jul 2020 - Jan 2021
https://github.com/print-himanshu/Neural_Style_transfer
Character Level Language Model
Jul 2020 - Jan 2021
https://github.com/print-himanshu/Language-Modeling-and-RNN
Virtual Makeup
Jul 2020 - Nov 2020
https://github.com/print-himanshu/Virtual-Makeup
Hair Detection, UNet architecture and Figaro Dataset
Lip Detection, Facial Landmark ( 64 landmarks)
https://www.linkedin.com/feed/update/urn:li:activity:6763867104816037888/
Hobbies: Badmintion, Football and PC gaming
Interest: Technology Geek, Music and Travelling
https://github.com/print-himanshu/Neural_Style_transfer
https://github.com/print-himanshu/Language-Modeling-and-RNN
https://github.com/print-himanshu/Virtual-Makeup
Rank 870: Resume 1563 with similarity score 0.02166873558610469
MS , BS solutions architect , system administrator , associate , devops , quality assurance , full time , team lead security , fault tolerance , conducting , it service management , docker , linux , fms , build automation , red hat , status , continuous integration , testing , network services , ec2 , infrastructure , foundation , operating systems , server administration , symantec antivirus , data integrity , cms , artifactory , mission critical , ansible , devops , access , designation , print servers , cloud , ltd , windows , json , workstations , english , troubleshooting , agile , project , groups , provisioning , playbook , git , yaml , documentation , itil , peripherals , javascript , availability , ldap , general , scrum , affirmative action , information technology , maintenance , service delivery , email , aws , configuration management , it management , software audits , languages , maven , console , network connectivity , scheduling , web , software solutions , jenkins , handover , ug , tamil , group policy , active directory , authorization , teams , application , ci , ecs , s3 , system performance , repository , schedules , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c1…
https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c185247430c5f0e… 1/3
Current Designation: Technical Team Lead
Current Company: Vishwak Solutions Private Limited
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: Bachelors [COMPUTER
APPLICATIONS]
Verified : Phone Number | Email - id
Vishwak Solutions Private Limited as Technical Team Lead
Jan 2019 to Till Date
Setup and built AWS infrastructure using various resources, VPC, ECS, EC2, S3, IAM, EBS, Security Group, Auto
Scaling, RDS in Cloud Formation JSON templates.
Migrate, develop or modernize applications on AWS.
Used Maven to build rpms from source code checked out from Git repository, with Jenkins being the Continuous
Integration Server and Artifactory as repository manager.
Attended every day scrum/agile meetings and weekly sprint meetings to evaluate completed work and to handover new
tasks.
Working with Development, QA and project management teams to set release schedules and environments in a
dynamic fast-paced environment.
Define best practices for source control, build automation, continuous integration, automated testing, deployment, and
release management.
Expertise in Ansible Playbook, YAML for Maintaining Roles, Inventory Files and Groups Variables and Extensively
worked on Jenkins.
Anjana Software Solutions Private Limited as System Administrator
Feb 2014 to Dec 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
B KATHIRVELAN
Technical Team Lead seeking roles in Project Management,AWS
administration,application management,Web Server Administration,Configuration
Management,Quality Assurance,software audits,release management,automation
testing,Service Delivery
Key Skills: Technical Team Lead ,Project Management,AWS administration,application management,Web Server
Administration,Configuration Management,Quality Assurance,software audits,release management,automation
testing,Service Delivery
Summary
A Technical Team Lead with 9 years of experience, including 3+ years in AWS administration and Automation. Skilled at
supporting, automating, and optimizing mission critical deployments in AWS, leveraging configuration management, CI/CD, and
DevOps processes.
Currently employed with Vishwak Solutions Pvt. Ltd.
Certified with AWS Solutions Architect - Associate, Red Hat Certified System Administrator and ITIL.
Significant experience of working for large and consistently developing organizations and strongly capable of deploying IT
infrastructure from the very basis to complete functional environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c1…
https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c185247430c5f0e… 2/3
Project: Vishwak Solutions Pvt. Ltd
Monitoring availability and performance and ensure level of fault tolerance based on business needs.
Optimizing the environment to ensure maximum performance.
Identify potential issues on a given application deployment.
Provisioning cloud resources and manage implementation automation.
Creating backups for different services. Implementing and managing security policies.
Ensuring data integrity and access controls when using the AWS platform.
Project: Anjana Software Solutions
Managing Active Directory, LDAP, DNS, WINS and DHCP Services.
Installing and configuring File and Print Servers.
Setting User & Group Management using Group Policy Objects.
Scheduling weekly backup of data & system state backup of critical servers using windows native backup.
Deploying Symantec antivirus client to the Desktops from the SAV console. Setting daily update of virus definition on all
desktops.
Troubleshooting of OS, network and application related problems.
Documentation of internal procedures and assisting IT management to prepare documents for Audit.
CMS Infosystems Private Limited as Sr. FMS Engineer
Apr 2011 to Jan 2014
Responsibilities
To provide overall support and maintenance of operating systems and network connectivity for all Windows and Linux
systems.
Installing the Windows, Linux Servers and configuring in TCP/IP domain environment.
Installing workstations, server administration, network services and peripherals.
Monitoring system performance on a daily basis to ensure adequate response time for production applications.
Establishing and setting document procedures to ensure data integrity including system fail-over and backup/recovery.
Providing reliable backup services.
Conducting routine hardware and software audits of servers for compliance with established standards, policies,
configuration guidelines, and procedures.
UG: Bachelors (COMPUTER APPLICATIONS) from Madurai Kamaraj University, Chennai in 2013
Other Qualifications/Certifications/Programs:
Diploma in Information Technology
Red Hat Certified System Administrator
AWS Certified Solutions Architect - Associate
ITIL® Foundation Certification - IT Service Management
Honors Diploma in Computer Hardware and Networking
AWS Certified Solutions Architect - Professional
Education
IT Skills
Skill Name Version Last Used Experience
AWS 0 0 Year(s) 0 Month(s)
DOCKER 0 0 Year(s) 0 Month(s)
Jenkins 0 0 Year(s) 0 Month(s)
Linux 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c1…
https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c185247430c5f0e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
tamil
Rank 871: Resume 359 with similarity score 0.02162799843674745
B.E , MS work from home , student ecommerce , laptops , guides , agriculture , collage , relay , mar , mysql , blind , jquery , shopping , bootstrap , record , project , water , application , wordpress , c programming , xml , range , resume , android , government , irrigation , computer science , raspberry pi , assessment , family , mobile , python , javascript , eclipse , object detection , technology , humidity , html , database Assessment
Q1. Why should you be hired for this role?
I Have Develop Flutter Base Chatting Application Which I am Currently Working on it
https://github.com/nikunjramani/letschat
I have develop 6 Project
1.Lapshop - Android ECommerce Shopping App
2.Smart Farming - it is iot project which used for Monitoring Farming Activities like Irrigation,Temperature,humidity and controling water motor
through Mobile App
3.Attendance System - it is python and android base project for taking student attendance through student face recolonization and show
student attendance,report,marks etc through android app
4.Woman Safety - For safety For woman And send Alert to police and family member when it required
5.Vision System - it is iot project which help blibd people to walk in street
6.Hissab - For maintaining record
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes i am available for 3 month and ready to start immediately
Resume
EDUCAT ION
PROJECTS
Nikunj Ramani
Ahmedabad, Bangalore
Applied 25 Dec'20
Android C Programming C Programming
HTML Java JavaScript
MySQL Python Raspberry Pi
SQL WordPress Bootstrap
Data Structures Eclipse IDE Flutter
XML jQuery
Bachelor of Engineering B.E, Computer Science
Silveroak University
2018 - 2021
CGPA 8.42/10
Diploma, Computer Science & Engineering
Government Polytechnic College
2015 - 2018
CGPA 8.55/10
Smart Farming
Sep 2019 - Oct 2019
Smart Farming is Iot Project used to control in agriculture activity like irrigations and monitioring farm farmer cant start or stop
irrigation from app and also monitor farm temrature,humidity,waterlevel
Attendance System
Mar 2019 - May 2019
attendance system take attendance from student faces.system match student faces to database faces if student available in
class attendance are record else recorded android app available which show student attendance internal marks important
notice
Lapshop
Jan 2018 - Mar 2018
Lapshop is android base ecommerce application which used to sell laptop and its accessaries using lapshop app client can
find best laptops he want to buy.
Vision Sytem
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7624069124
Jan 2020 - Present
Vision System guides blind people through voiceassistant that fetchdata from camera and performs background process for
object detection
It calculates the distance of specific thing within its range by calculating the difference between two objects
3rd Rank In Gujarat Hackathon 2018
1st Rank In Collage PBL Competition in SilverOak College Of
Engineering And Technology
2nd Rank In VisvaHackathon In Vishwakarma Government
Engineering College
1st Rank In Relay Coding in Government Engineering Collage
Of Gandhinagar
Rank 872: Resume 470 with similarity score 0.021597045088515968
MS , B.TECH work from home , full time , machine learning intern encryption , algorithms , internships , uber , healthcare , security , deep learning , ola , project , application , her , passenger , resume , android , datasets , machine learning , computer science , finance , completion , assessment , technology Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship. All I want is a chance to prove it to you. I had done project in android that is carpooling application which dose not requires any
physical offices like ola and uber .i have done internship in machine learning in Brain O Vision, hyderabad. and now as a last year project working
on security and privacy preserving in deep learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 6 months but i have exams from 17feb to 25feb so after exams that is from 25feb onwards i am full time available.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 9284677627
Rutuja Patil
Vita, Sangli
Applied 08 Feb'21
Bachelor of Technology B.Tech), Computer Science & Engineering
Annasaheb Dange College Of Engineering And Technology Ashta
2017 - 2021
CGPA 7.00/7
Senior Secondary XII, Science
Krp College Islampur
MAHARASHTRA BOARD board)
Year of completion: 2017
Percentage: 78.00%
Secondary X
Vita Highschool Vita
MAHARASHTRA board)
Year of completion: 2015
Percentage: 80.00%
Machine Learning Intern
Brain O Vision, Virtual
Aug 2020 - Sep 2020
learn different machine learning algorithms and worked on that through different datasets such as which algorithm gives
more efficiency that is accuracy for respective dataset.
security and privacy preserving using deep learning
Jul 2020 - Feb 2021
To study and analysis of different SMPC algorithms with hommomorphic encryption to achieve more security and preserve
the privacy in DL Applications of deep learning such as healthcare, finance have some problems regarding security concern.
Carpooling Application
Dec 2019 - Jan 2020
The carpooling application is intended to people travelling. The application will
allow the user to select his/ her role i . e. driver or passenger .
Rank 873: Resume 1245 with similarity score 0.021587595850715152
MS , M.S lead infrastructure architect , associate director , full time , lead architect rfs , architectural design , award , general , business case , performing , infrastructure services , security , designation , office , media & entertainment , it strategy , data migration , use case , ug , rhel , pre-sales , tamil , technical architecture , emc , docker , affirmative action , p2v , azure , windows , authorization , pattern , troubleshooting , energy , design documents , status , virtualization , email , project , modernization , application , groups , aws , map , leadership , solution architecture , business requirements , ibm , dmx , road , dc , transformation , building , traceability , storage , principle , languages , operating systems , viability , assessment , vmware , server consolidation , unity , one , v2v , p2p , javascript , network administration , cloud computing , software defined networking , it infrastructure management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c4…
https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c450711470c595b… 1/3
Current Designation: Lead Infrastructure Architect, Associate
Director
Current Company: Cognizant (CTS)
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [general]
Verified : Phone Number | Email - id
Cognizant (CTS) as Lead Infrastructure Architect, Associate Director
Jun 2018 to Till Date
Roles & Responsibilities:
I was assigned to one of the Global Banking Back office transformation project as a Global migration architect. I was
responsible for developing the migration strategy, principle, standards. Develop the Migration approach for Docker
Container on physical, P2V, V2V, and P2P. Then develop the Migration run books, identify the appropriate scripts
language, scripts for the migration/transformation. Then work with Application team for identifying, performing the
application assessment, migration wave plan and move groups. Review the Landing zone environment; develop the
solutions, which is required for migration. Then lead the migration
As a Lead Architect, I was responsible for supporting pre-sales team to review provide the consultant service in terms
of assessing the requirement, provide the solution proposal and review the solution proposal
Provide guidance to the team members on the projects specific issues
Key Accomplishments:
Received the above & beyond award for delivering transformation design, operational guide, & Traditional to SDN
migration
Received recognition from client for flawless migration of cat 1 application from traditional to Private Cloud
IBM India as Lead - Global RFS Architect, Sr. Infrastructure Architect
Aug 2011 to Jun 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Parthasarathy Sivaraman
Lead Infrastructure Architect, Associate Director seeking roles in IT Infrastructure
Management,Cloud Computing,System Analysis,Technical Architecture,Requirement
Gathering,Data Migration,Solution Architecture,Client Management,AWS,Azure
Key Skills: Lead Infrastructure Architect,IT/Networking Manager,IT Infrastructure Management,Cloud Computing,System
Analysis,Technical Architecture,Requirement Gathering,Data Migration,Solution Architecture,Client
Management,AWS,Azure
Summary
Aspiring Lead Architect Looking for a position that requires solving business problems in an IT discipline by working effectively
and efficiently in developing IT strategy, Architectural design, building IT infrastructure / architecture. Possessing 23+ year's
relevant experience in design/deployment of infrastructure services to meet the business requirement by adopting the industry
best practice and leveraging the required technologies (such as Cloud computing, Virtualizations, Software defined Storage,
Software defined Networking, Operating systems) with the simplified deployment approach.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c4…
https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c450711470c595b… 2/3
Roles & Responsibilities:
I was assigned to one of the Global Media & Entertainment Sector Company for leading the RFS Projects in the area of
Datacentre Consolidation and modernization of Infrastructure. I was managing the RFS requirements and developing the
solution design documents to meet the requirements for each group companies.
Develop the Statement of Requirements for the business requirements received from various Operating Group,
understand Business case, develop the Use case accordingly, and present it to the stakeholders for approval.
Develop the Solution design document (HLD), prepare the operational model for the architecture, perform viability
assessment and complete the requirement traceability verification.
Develop the Storage Road Map plan along with the implementation timeline.
Ensure Delivery team adhere to the approved architectural design pattern and provide necessary support to Delivery
team.
Provide support to the RFS team for solution design.
Key Accomplishments:
Developed the migration strategy, approach for DC workloads (~650) target to the Private, Hybrid & Rebuild. Then
provided the cut-over plan for different operating group companies
Developed the Backup & Archival solution leveraging the dedicated backup target as primary target and object storage
from AWS / Azure as secondary target for long-term retention
Developed the iSeries migration approach for specific operating group company
Developed File/Share services for ROBO sites utilizing the ctera / storesimple as a local cache device and object
storage as a long-term archival location
CSC, India as Migration Engineer, Lead - System Consultant
Nov 2010 to Aug 2011
Roles & Responsibilities:
I was assigned to one of the UK Energy distribution company to lead the workload migration from Traditional DC to the
VCE environment (~2000)
Key Accomplishments:
Demonstrated strong leadership on leading the Server consolidation and Virtualization Project (P2V migration).
Provided end-to-end design and migration strategy for server consolidation project and performed P2V migration on
VCE environment.
Provided support to the application team for resolving the post migration issues.
UG: B.B.A/ B.M.S (Management) from Madras University in 2000
PG: MBA/PGDM (general) from University of Phoenix in 2009
Other Qualifications/Certifications/Programs:
DEEE
Education
IT Skills
Skill Name Version Last Used Experience
Windows / RHEL OS
Deployment/Troubleshooting
VMware, VCF, VRA, VROP
IBM SVC, DS series, V7000series
EMC Unity, VNX, DMX, Isilon
Languages Known
Language Proficiency Read Write Speak
Tamil Proficient
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c4…
https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c450711470c595b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 874: Resume 1438 with similarity score 0.021558867054645676
B.E , B.TECH senior software engineer , devops , full time , software developer react.js , system monitoring , spring mvc , optimization , core java , general , devops , jenkins , nosql , designation , mar , retail financing , affirmative action , mysql , docker , maintenance , authorization , english , node.js , status , spring boot , spa , email , project , application , aws , mongodb , microservices , solution architecture , queue management , testing , rest , features , debugging , strategy , kibana , framework , languages , python , integration architecture , javascript , technology , cloud computing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a5518420910…
https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a551842091051124650555c… 1/2
Current Designation: Senior Software Engineer -Java
Current Company: John Deere Financial
Current Location: Pune
Pref. Location: Hyderabad,Pune,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
John Deere Financial as Senior Software Engineer -Java
Jul 2018 to Till Date
European Region Retail Financing Application
Wrote Business Application for Retail Financing in UK,Germany,Spain.
Introduced Debugging framework to replace Fail Queue Management for Business using Kibana.
Setup Branching strategy with Jenkins to support multi country deployment.
Developed multiple Spring Boot Applications and AWS Lambdas in the integration architecture.
Handled DevOps.
Created procedures for System Monitoring, Recovery, Backup and Optimization
Orchestrated efficient large-scale software deployments, including testing features and correcting code
Wrote SPA using React and Node for the application status.
UG: B.Tech/B.E. (Computers) from Army Institute of Technology, Pune in 2018
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
DIWAKAR SHUKLA
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,Spring
MVC,MySQL,Python,React,REST,Kibana,Jenkins & Docker
Key Skills: Core Java, Spring Boot, Python, React.Js, MySQL, NoSQL, MongoDB, Spring Mvc, Jenkins, Docker,
Microservices, Cloud Computing,
Summary
Result-oriented Professional with over 2.5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Java,Spring
MVC,MySQL,Python,JavaScript,React,REST,Kibana,Jenkins,Docker.
Work Experience
Education
IT Skills
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a5518420910…
https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a551842091051124650555c… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
JAVA 8 2020 1 Year(s) 6 Month(s)
SPRING MVC
MySQL
Python 3 2020 2 Year(s) 1 Month(s)
JavaScript
REACT
REST
Kibana 5.6 2020 2 Year(s) 6 Month(s)
Jenkins 2.2 2020 2 Year(s) 6 Month(s)
DOCKER
Node.js
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 875: Resume 358 with similarity score 0.021526491563914646
B.TECH , BS work from home api , training , boost , core java , internships , solar pv , sqlite , mar , public , firebase , retrofit , kotlin , application , video , star , xml , pwm , resume , electronics , gallery , rest , i m , electricity , android development , converter , completion , assessment , android sdk , one , technology , database , online Assessment
Q1. Why should you be hired for this role?
I am passionate to work in the Android development, i am very good knowledge in core java and kotlin,XML,Firebase ,rest api ,sqlite,retrofit,
rxjava and Android sdk basics and made some very good Android projects. I'm very fast learner,one who gets flexible work ability and genuinely
want to work company in this internship and I believe I will be able to contribute to your team and improve my skills in the process.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i m available for this time period
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Nikunj Sharma
Faridabad, Delhi
Applied 25 Dec'20
Android C Programming Firebase
Java XML
Bachelor of Technology B.Tech), Electrical and Electronics Engineering
Guru Gobind Singh Indraprastha University
2016 - 2020
Senior Secondary XII, Science
D.A.V PUBLIC SCHOOL
CBSE board)
Year of completion: 2016
Android App Development
GoGaga, Virtual
May 2020 - Jul 2020
Android Application Development
Undemy, Online
Aug 2019 - Sep 2019
SUMMER TRAINING
NTPC faridabad, Faridabad
Mar 2019 - Jun 2019
This training is all about the whole working of power plant and the distribution of the electricity.
Java
Alison, Online
Nov 2018 - Feb 2019
Images to firebase
Dec 2020 - Dec 2020
https://github.com/nikunjsharma1/images-to-firebase
In this app the images are captured by the camera and the images are stored to firebase database and then all the retrieve
to app in recyclerview
News app
Aug 2020 - Aug 2020
In the app I have use retrofit , rxjava
Videotrim
Aug 2020 - Aug 2020
This app can take video and can trim the video also it take video from gallery and trim is
https://github.com/nikunjsharma1/images-to-firebase
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7982488080
Calculator
Jul 2020 - Jul 2020
https://github.com/nikunjsharma1/Mycalculator
Simple calculator
Solar PV System with MPPT Using Boost Converter
May 2020 - May 2020
PV solar with MPPT system and boost converter
# MPPT system is the maximum power point tracking, it take out the maximum power from the pv system
# The efficiency of PWM is just 70% and the mppt system is about 98% by changing the duty cycle in the
3 star coder in Codechef and secured 162 in the global in Long challenge contest
https://github.com/nikunjsharma1/Mycalculator
Rank 876: Resume 999 with similarity score 0.02146954895242304
B.E , B.TECH full time , front end web developer , front end developer , software developer api , web development , css , designation , ug , pages , visual studio , vs , affirmative action , mysql , maintenance , jquery , json , authorization , english , node.js , status , software testing , email , project , application , chrome , less , mumbai , git , building , languages , html5 , dashboard , software design , python , javascript , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420…
https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420213120e545f57… 1/2
Current Designation: Front End Developer
Current Company: Vendas Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Vendas Solutions as Front End Developer
Feb 2019 to Till Date
Front End developer
UG: B.Tech/B.E. (Electrical) from DR B C ROY ENGINEERING COLLEGE in 2017
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Pushpal Chakrabarty
2.0 years of Experience in front end web development, proficient in HTML, CSS ,
JAVASCRIPT.
Key Skills: Fresher,Software Developer,Software Testing,Software Development,Software Design,Requirement
Analysis,MySQL,HTML,CSS,Javascript,Front End Web Developer,Front End Developer,Node.Js,JQuery,JSON,Ajax
Summary
A focused professional offering Knowledge in Software Testing,Software Development,Software Design,Requirement
Analysis,MySQL,HTML,CSS,Javascript
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript(ES5/6), CSS3, HTML5
Python, Ajax, React Js, Data Structure
GIT
Vs code
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420…
https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420213120e545f57… 2/2
Nature of Employment: Full Time Duration: Aug 2019 - Nov 2020
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Chrome Dev Tool, IE (Visual studio)
Languages Known
Language Proficiency Read Write Speak
ENGLISH Proficient
Projects
Project Title: Smart UI
Client: Chegg
Project Details: Building dashboard UI of students and SMEs, handling AJAX requests to send and recieve questions and
resolved answers respectively from API and populating the pages via DOM manipulation.
Rank 877: Resume 277 with similarity score 0.021419850094348682
M.Sc , M.S , BS work from home , android developer map , api , assessment , gateway , it , resume , android , javascript , rest , application Assessment
Q1. Why should you be hired for this role?
I have 5 years experience in native Android Application development. I have worked in skills like REST APIs integration,Payment gateway and
Map APIs.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months and also i can start work immediately.
Resume
EDUCAT ION
JOBS
CONTACT Phone: 91 9566130477
Kavitha Raghunath
Coimbatore, Pollachi
Applied 24 Dec'20
Android REST API JavaScript
Master of Science M.Sc), IT
Dr.G.R.Damodaran College Of Science
2008 - 2010
Android Developer
NCTU, Coimbatore
Sep 2015 - Present
Rank 878: Resume 926 with similarity score 0.02133146636882271
B.E , B.TECH , M.TECH full stack developer , software developer react.js , express.js , css , designation , connect , ug , affirmative action , mysql , technical architecture , user experience , maintenance , node.js , status , email , project , application , mongodb , less , electronics , components , building , parsing , software design , javascript , web , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f17…
https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f175711155c5f5a0… 1/2
Current Designation: Full Stack Developer
Current Company: IO Connect
Current Location: Pune
Pref. Location: Pune,Nagpur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [VLSI Design]
Verified : Phone Number | Email - id
IO Connect as Full Stack Developer
Aug 2018 to Till Date
26 months of Experience in frontend development using React.JS
developing better UI experiences, along with the implementation
of backend server using the Node.JS, Express.JS and database in
MongoDB.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Govt College of Engg, Chandrapur. in 2016
PG: M.Tech (VLSI Design) from yeshwantrao chavan college of engineering, nagpur in 2018
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
ABHILASH RAJENDRA POHEKAR
Full Stack Developer seeking roles in Software Development,Software Design,IT
Project Management,Requirement Gathering,Technical
Architecture,Javascript,HTML,Node.Js,MongoDB,MySQL
Key Skills: Full Stack Developer,Software Development,Software Design,IT Project Management,Requirement
Gathering,Technical Architecture,Javascript,HTML,Node.Js,MongoDB,MySQL
Summary
Full Stack Developer at IO
Connect with experience in
developing UI with React, creating
better user experience by
building reusable React
components for responsive web
applications,
Also connecting them with
backend using Node.JS, Express.JS
& MongoDB interacting with the
data received from the frontend
& parsing data from the Database
to the frontend UI.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f17…
https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f175711155c5f5a0… 2/2
Affirmative Action
Physically Challenged: No
IT Skills
Skill Name Version Last Used Experience
React ,HTML ,Express.JS ,CSS ,Node.JS
MongoDB,JavaScript
MySQL
Rank 879: Resume 835 with similarity score 0.02131700163307278
B.E , MS , B.TECH , BS project lead , devops , senior java developer , full time , team lead , technical lead spring mvc , optimization , web development , general , customer , jenkins , devops , carriers , kubernetes , websphere , css , designation , ug , mar , affirmative action , hindi , angular , cloud , docker , gradle , linux , maintenance , apache , windows , jquery , authorization , english , status , spring boot , paas , software testing , email , project , tomcat , application , aws , microservices , leadership , gap , html , facebook , edge , mac , bridging , junit , git , maven , languages , spring security , hibernate , discount , python , google api , cms , javascript , eclipse , sonar , liferay 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a0018…
https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a00180115400c585f0… 1/2
Current Designation: Technical Lead
Current Company: ATCS
Current Location: Jaipur
Pref. Location: Delhi / NCR,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
ATCS as Technical Lead
Jan 2017 to Till Date
OTR is platform where customer can easily book the picp and drop the service for
their vehicle and also portal manage the discount for them.
Responsibilities:.
Involved in requirement gathering and designed the work around for the same.
Leading the complete project from end to end.
Handling client issues and data porting.
Doing Code optimization as required.
Knowarth as Java/Liferay Developer
Mar 2016 to Dec 2016
BridgeVoice is developing platform for bridging the gap between network carriers.
Where the carrier come, keeping their plan with other carrier and maintaining their
role.
Responsibilities:.
Involved in requirement gathering and designed the work around for the same.
Handling roles and permission using Liferay.
Handling client issues and data porting.
A3Logics
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PAWAN KUMAR
Senior Java Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Software Testing,Application
Support,Technical Support,Spring Boot, Apache Tomcat,Jboss,WebSphere,Caas,
Paas,React,Angular,Cloud
Key Skills: Team Lead/Tech Lead,Web Development,Technical Support,Apache Tomcat,WebSphere,
Paas,Microservices,Spring Boot,Spring,Jenkins,Docker,Java,J2Ee,AWS,Devops,Continuous
Integration,Sonar,Gradle,Liferay,Portal,Spring Security,JUnit
Summary
Successful Project Lead offering 7.9 years of experience in demanding environments focused on producing
cutting-edge systems for IT. Skilled in directing development with creative and performance-oriented
approach. Well-organized and customer-focused with proven skills in project management and team
leadership.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a0018…
https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a00180115400c585f0… 2/2
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2012
PG: in 0
Other Qualifications/Certifications/Programs:
Liferay
OCJP
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Apache Tomcat, JBoss, WebSphere
Liferay 6.1/6.2 CE
Angular 8, React, Jquery
Spring Boot/Spring MVC
Eclipse, Intelij
SVN, GIT
Maven, Gradle, Ant
Docker, Kubernetes
Caas, Paas
Facebook and Google API
Windows,Linux and Mac
Hibernate
Contentful CMS
Python
HTML,CSS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARWARI
Rank 880: Resume 523 with similarity score 0.021288719617145804
B.TECH , BS team leader , work from home , web developer dart , internships , developers , mar , angular , scratch , speech , firebase , node.js , app store , project , mongodb , live , fit , resume , rest , computer science , django , completion , assessment , python , mobile , web , technology , online Assessment
Q1. Why should you be hired for this role?
I am the perfect fit for this job because I already have a lot of past experience in working with Flutter and backend like NodeJS so my previous
work experience will help a lot in this internship. As I was the main developer for my App Dev Team in my previous internship so I know all the
things from development to deployment.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Are you available for 3 months, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Seemant Sinha
Nagpur, Majitar
Applied 30 Jan'21
Flutter Angular 7.0 Firebase
MongoDB Node.js Python
Bachelor of Technology B.Tech), Computer Science
Sikkim Manipal Institute Of Technology
2018 - 2022
CGPA 9.07/10
Secondary X
School Of Scholars
CBSE board)
Year of completion: 2016
CGPA 9.60/10
Mobile App Development
Seat Eats, Virtual
Aug 2020 - Present
I mainly worked on app and web developer here , I maintained and updated the flutter app. and I also worked on Websites
which were made using Angular and NodeJS as a backend.
Mobile App Development
Language Nectar, Rangpo
Feb 2020 - Jan 2021
I worked as an App Developer here, and mainly built an app from scratch to production. It is live on Play store and App Store
named "Subhashit".
and I made it using Flutter. I was sole developer for this project.
Team Leader:
I was team leader for the group of junior developers for Organisation that I interned in
Node.js
udemy, Online
Jan 2020 - Oct 2020
Here I learnt about NodeJs and how to maintain and develop backend and REST APIs
Flutter Mobile App Development
udemy, Online
Aug 2019 - Jan 2020
I Mainly learnt about Flutter and dart
Parts of speech tagging
Feb 2019 - Mar 2019
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9665778928
We used python django to make a website that tells us about parts of speech
Won First Rank In College fest for best app.
Rank 881: Resume 831 with similarity score 0.021265477006345762
B.E , MS , B.TECH development engineer , software developer , full time , team lead , field application engineer , application developer servo , api , training , redux , general , showcase , phpmyadmin , research development , designation , sqlite , mar , affirmative action , property tax , gmail , authentication , hindi , schematic , basic , firebase , ltd , service delivery , navigation , embedded systems , player , atmel , cli , english , ios , maps , authorization , internet , status , indicators , screens , android studio , email , project , water , time management , application , embedded c , operations , vector , electronics , testing , facebook , fonts , gallery , keil , lcd , debugging , react native , digital innovation , building , languages , output , android development , styling , voltage , management system , mobile , javascript , technology , excess , microcontrollers , learning , microchip , altium 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f120…
https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f12031847500f5d51… 1/3
Current Designation: Android Trainee
Current Company: Freelance Consultants
Current Location: Bahadurgarh
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Embedded /EDA /VLSI /ASIC
/Chip Des.
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
wizlite innovation centre as Software Developer
Jan 2021 to Jan 2021
here I am working on the applications of react native and debugging on that app and upgrading too. here I am making an
app of property Tax
Ramakrishna Electrocomponents Pvt ltd as Field Application Engineer
Nov 2019 to Nov 2020
I was working on the technical support for different microcontrollers ie nuvoton and ST microcontroller all over india
Freelance Consultants as Android Trainee
Mar 2019 to Till Date
I have integrated different things on android application development ie Firebase, SQL using PHP, location, and the basic
things.
I have taken a training of 3 months in android development with java language.
I have made a simple app and helps in consulting by programming different portions in android app.
tiyatech solutions pvt Ltd as Research Development Engineer
Sep 2017 to Nov 2019
here i am an embedded trainee and I have worked on atmel microcontroller in which I have made two projects
in first project, I have made a servo voltage stabilizer for single and 3 phase in which we used to display voltage, current,
Last Active: 4-Feb-21 Last Modified: 28-Jan-21
Prasoon Gupta
Field Application Engineer seeking roles in Project Management ,Embedded
Development,Embedded Programming,Embedded Systems,Electronics
Engineering,requirement gathering,release management,service delivery,JAVA,Keil u
vision, Atmel Studio,Altium
Key Skills: JAVA,Android Application Development,react native,Android Software Developer,Android,Android
Developer,Android Application Developer,Android Studio
Summary
3 Year of experience in Embedded industry on Atmel and Nuvoton Microcontrollers.Have directly worked with clients/end-users
for requirement gathering,showcase,testing and release activities.Proficient in learning new technologies,building relationships
and understanding the business objectives of a project along with the expectations from technology.Prasoon is a proven team
player with strong interpersonal, Analytical & Problem-solving skills. Worked as a FAE with RK ElectroComponents Pvt Ltd.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f120…
https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f12031847500f5d51… 2/3
and temperature and settings through keypad.
in second project, I have made a digital ro meter in which I used to display the TDs ie impurity level of water and cartridge
level of a cartridge. in this, we used to indicate that when flush, pump or water overflow indicators will glow.
UG: B.Tech/B.E. (Electronics/Telecommunication) from GLOBAL INSTITUTE OF TECHNOLOGY AND MANGEMENT in
2017
Nature of Employment: Full Time
Project Location: Orissa
Role: Programmer
Duration: Jan 2021 - Feb 2021
Onsite / Offsite: Offsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
Keil u vision, Atmel Studio
Embedded C, JAVA & Android (Basic)
Altium (Schematic)
Firebase, Gmail, FaceBook Integration
PHPMYADMIN
Styling, Debugging, Fonts, Navigation
Screens,HeaderButton,Redux,Vector icons
Firebase & Authentication, SQLite
Camera, FileSystem, Maps API, Expo,CLI
apk generation for debug and reléase
Vehicle, Sandzone, Property Tax
Languages Known
Language Proficiency Read Write Speak
english
hindi
Projects
Project Title: Project Management System
Client: Wizlite Innovation Centre
Skill Used: debugging, working on 3rd party API, offline mode, SQL, Firebase, Navigation, Image Picker, Gallery maker,
Carousel, and basic things too
Role Description: programming on different mobile application using react native
Project Details: in this project, I have debug this project, and had accessed through react native.
I have integrated different 3rd party API for several operation.
I have worked on offline state on SQL.
I have worked on Android and IOS
in this project, I have to save the project out of 4-5k projects for offline mode and do operations on that.
Project Title: Digital RO Meter
Client: Digital Innovation
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f120…
https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f12031847500f5d51… 3/3
Nature of Employment: Full Time
Project Location: Delhi
Role: Programmer
Duration: Aug 2018 - Sep 2019
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Delhi
Role: Programmer
Duration: Sep 2017 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: time management, searching on internet for small issues.
Role Description: working on microcontrollers
Project Details: in this project, I used to display impurity level of water by an instrument and gives the TDS level of that water.
I worked on cartridge level as per time and day as per the real time
I used to worked on flush, pump, excess water, no water condition.
I used to implement on hardware too.
Project Title: Servo Voltage Stabilizer
Client: Tiyatech Solutions Pvt Ltd
Skill Used: worked on software, debugging and programming on controllers, and loading of data on chip
Role Description: I worked on the programming of a microcontroller
Project Details: in this project, I have worked on microchip microcontroller in which I used to display input voltage, output
voltage, current and temperature on 7 segment for single phase.
for 3 phase, I have displayed same things on graphical LCD.
Rank 882: Resume 739 with similarity score 0.021205411031316068
B.E , MS , B.TECH , M.TECH technology manager , technical architect , senior principal , principal engineer , devops , product development , full time , part time , vp training , quartz , customer , security , angular , docker , design documents , status , product management , product delivery , continuous integration , xml , apache spark , components , features , infrastructure , hazelcast , sql server , suite , pipeline , ansible , upgradation , turn , devops , interfaces , kubernetes , designation , mar , deliverables , hindi , cloud , api testing , json , english , troubleshooting , microservices , intellectual capital , architecting , performance tuning , rest , strategy , sonarqube , javascript , hadoop , ldap , html , scrum , team management , fusion , product requirements , affirmative action , oracle , project plans , collaboration , maintenance , kafka , technology leadership , architecture , software testing , timelines , email , jpa , aws , project delivery , operations , github , junit , maven , languages , hibernate , big data , hive , cisco , zephyr , cassandra , management system , jira , engineers , search , test coverage , contractors , apps , database , agile methodologies , ajax , jenkins , css , nosql , toplink , authentication , revenue , authorization , teams , enterprise , spring boot , scalability , application , less , savings , led , debugging , kannada , selenium , bamboo , hbase , refactoring , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b14…
https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b145011150b5d09… 1/3
Current Designation: Senior Technology Manager
Current Company: SmartBear
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
SmartBear as Senior Technology Manager
May 2018 to Till Date
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Dinesh BT
** Immediate Joinee **
Currently Seeking Suitable Senior Technology Leadership role in Software
Development/Management, Architecting and design that will effectively utilize acquired
technical skills and abilities in leading projects.
Key Skills: Leadership & Team Management, Architecture, Design, Development, Java, J2EE, Spring, Spring boot,
Hibernate, Restful Services, Microservices, Elastic Search, NoSQL, AWS, Big Data, Agile Methodology, Project Delivery,
Performance Tuning, SQL Database
Summary
18+ years of experience in Software
Development /Management,
System Analysis & Design, System
Architecting, System Integration of
Java & J2EE based applications.
Leading cross-functional teams to
effectively manage multi-million
dollar portfolios & successfully
execute multiple projects.
Hands on Design, Development,
Debugging , Monitoring,
Troubleshooting and Performance
Tuning. Proficient in providing
direction, leadership & motivation
to ensure that teams perform to the
best of their abilities & deliver
Driven CI/CD, DevOps and Agile
Process methodologies.
Currently Seeking Suitable Senior
Technology Leadership role in
Software Development/
Management, Architecting and
design that will effectively utilize
acquired technical skills and abilities
in leading projects.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b14…
https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b145011150b5d09… 2/3
SmartBear is a US based software company that delivers tools for application performance
monitoring, software development, software testing, API Testing and API Management.
Product Delivery
Consistently Delivered Highly scalable and performance based architectural
solutions for the product.
Driven the project deliverables with Definition of Done (DOD) resulting in 1 P1
defects in sprint agile development.
Delivered product features on time due to Continuous Integration (CI) and
Continuous deployment (CD) in place with 90% Unit Test coverage and 85%
Integration test suite coverage.
Demonstrated the system Design, Architecture & components, Non-functional
requirements to the potential prospects in turn resulted in winning multiple
customers for the product.
Designed and delivered Zephyr Enterprise the next generation test
management system product.
Designed multi-tier architecture involving external systems integration of
CROWD, LDAP,SSO for Authentication, JIRA Server, Jenkins, Bamboo, Selenium,
Junit, REST Services & Webhooks etc.,
Defined & Designed the product migration and upgradation strategy.
Implementation of Enterprise product using Angular 7, NodeJS, Spring & Spring
boot, Elasticsearch(ELK), Quartz, Hazelcast, REST.
Worked and Trained on customer environment application Performance
tunings by analyzing heap dump, thread dump and jfr. Integration of Datadog
software tool for performance monitoring.
Spearheaded Initiatives around Agile process, CI/CD pipeline using Jenkins,
Bamboo and SonarQube Integration.
Designed, Developed and driven multiple Spring boot based Microservices and
deployed them to AWS Cloud infrastructure using terraform.
Own the end-to-end responsibility for delivering the product and services to the
Customer.
Development of project plans and execute against them in a Scrum
environment
Executed the Agile Methodology for the development and responsible for
driving the same.
Cross collaboration with Product Management, Support Engineering and Sales
Team.
Led a team of 30 + engineers consisting of Development, Contractors and QA.
Product revenue increase by 150% as the product features released on time with
quality by adapting CI/CD process.
Addressed Customer production environment performance issues which
resulted in renewing the contract of 5M in annual revenue.
Ensured no leakages of security issues and 0 P1 defects with automated
processes.
Achieved high rate of performance and quality in the product with page
performance SLAs
Oracle as Senior Principal Engineer
Sep 2013 to Feb 2018
Achievements
Responsible for Design, Architecture, Development & performance tuning of
fusion apps application modules.
Led a team of 10+ engineers to execute application design, development,
release management, performance tuning& operations strategy.
Executed Agile methodologies and processes to support the development and
training with cross-functional teams.
Lead various initiatives such as developing components, templates, workflows
and integration with various external systems.
Interfaced with senior leadership to define product requirements, develop and
implement project plans, and manage project timelines.
Involved in analyzing production performance, scalability issues and cost
savings.
Contributed in the deployment architecture refactoring effort.
Cisco Systems as Technical Architect
Dec 2007 to Aug 2013
Responsible for Architecting, Designing and Development of smart services
products.
Implemented Cisco Smart Services products which are software-enabled
services that deliver automated, actionable network insights. Intelligent
monitoring and collection, captures information at the device, network,
operation, and application levels; that data is correlated and analyzed against
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b14…
https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b145011150b5d09… 3/3
Cisco intellectual capital.
Cross team collaboration for integrating smart services products where in
each team needs to expose service interfaces.
Monitored end-to-end lifecycle of multitenant projects, from conceptualization
to implementation & successful delivery.
Provided technical support on customer issues, improvements on
performance improvements.
Led a technical team of 8 Engineers for product development and execution.
Interfaced with senior leadership to define product requirements, Infrastructure
requirements.
Created Architectural and Design Documents for smart services products.
UG: B.Tech/B.E. (Mechanical) from Kalpataru Institute of Technology, BANGALORE University in 1999
PG: M.Tech (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2006
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, Scala, HTML/CSS, Jboss
Servlet, JSP, AJAX, Angular2, NodeJS
Hibernate, Toplink, JPA, SQL Server
Apache Spark, Cassandra, Ant, Maven
Kubernetes, Hadoop, HBase, Pig, Hive
Ansible, XML, XSD, XML/JSON
CI/CD, Jenkins, Bamboo, Kafka,
Docker, JIRA, GitHub, Sonarqube
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 883: Resume 935 with similarity score 0.021203948926364617
B.E , MS , B.TECH , BS technology professional , senior web developer , software developer , programmer analyst , full time , application developer api , web development , general , css , ug , emc2 , mar , affirmative action , information technology , mysql , silhouette , design , hindi , technical requirements , databases , angular , maintenance , php , jquery , authorization , english , web applications , status , software testing , email , b2b , codeigniter , llp , system requirements , mvc , react native , building , languages , query optimization , completion , javascript , search , network administration , commerce , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d400147…
https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d40014757104709080e5… 1/2
Current Location: Chandigarh
Pref. Location: Noida,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tutoreye Inc as Sr. Software Developer
Oct 2020 to Jan 2021
Fix bugs in the existing system and optimize queries and ensure a better user
experience by making enhancements in existing product.
Netision Technology LLP as Software Developer
Apr 2019 to Sep 2020
Communicate with staff or clients to understand specific system requirements.
Responsible for completing tasks assigned like Query Optimization, Building
APIs, integrating back-end and front-end, interacting with client and ensuring
that the deadlines were met
Knometrix Technologies as Sr. Web Developer
Dec 2018 to Apr 2019
Responsible for developing the back-end and integrating it with end user's
portal.
Analyse user needs to determine technical requirements.
Develop databases that support web applications and web sites.
Innovate Search as Programmer Analyst
May 2018 to Dec 2018
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SHRIDHAR MANI TRIPATHI
Sr. Software Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Software Testing,Application
Support,Technical Support,Network Administration,Incident
Management,CSS,PHP,jQuery,ReactJS,MVC
Key Skills: Sr. Software Developer,Software Development,Application Programming,Web
Development,CSS,PHP,jQuery,ReactJS,MVC
Summary
Information technology professional skilled in PHP, CodeIgniter, Yii2, API
development, MySQL and React Native. With four years of hands-on
experience in efficiently coding websites in domains of B2B and E
commerce, Back-end development and web-based applications using
modern HTML, CSS, PHP and JavaScript with a mix of high-level
technology direction and technical expertise. I actively seek to learn new
technologies and stay up to date.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d400147…
https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d40014757104709080e5… 2/2
Write, analyze review and optimize code for faster data retrieval and responsible for implementing caching.
Silhouette Ventures as Senior Web Developer
Dec 2017 to Mar 2018
Develop & design database and create wireframes and see through their completion
Apnipocket as Application Developer
Oct 2016 to Dec 2017
Responsible for creation of APIs and backend development
UG: B.Tech/B.E. (Computers) from Visvesvaraya Technological University (VTU), Bengaluru, Karnataka in 2016
Other Qualifications/Certifications/Programs:
EMC2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, PHP
JavaScript, JQuery
MVC, Yii2, React Native,
ReactJS, Angular Js, Slim3
MySQL (DB)
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 884: Resume 1407 with similarity score 0.02116437571755068
B.E , MS , B.TECH project manager , lead consultant , technical architect , project lead , full time , business objects , technical lead , service delivery manager sap hana , telugu , designation , tamil , sap products , affirmative action , analytics , technology services , real estate , ltd , authorization , english , teams , intelligence , status , architecture , specifications , email , project , application , less , sap bi , components , drive , finance , languages , exposure to sap , service delivery management , sap implementation , javascript , crm , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e16…
https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e160743155e0958… 1/2
Current Designation: SAP BW4 HANA TECHNICAL
ARCHITECT,PROJECT LEAD/Service delivery manager
Current Company: Cognizant Technology Services
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Services as SAP BW4 HANA TECHNICAL ARCHITECT,PROJECT
LEAD/Service delivery manager
Feb 2015 to Till Date
HCL Technologies Pvt. Ltd as SAP BW- Lead Consultant
Jun 2013 to Feb 2015
Wipro Technologies Pvt. Ltd as SAP BW- Technical Lead
Feb 2012 to Jun 2013
UG: B.Tech/B.E. (Computers) from madras university, chennai in 2003
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
ARUNPRATHAB MURUGANANTHAM
Project Manager/ SDM- SAP BW4HANA seeking roles in Project Management,SAP
HANA,Service Delivery Management,Application Development,Incident
Management,Database Migration,Solution Identification,Process
Improvement,Technical Support,SAP ABAP,SAP BO
Key Skills: Project Manager/ SDM- SAP HANA,Project Manager,Project Management,SAP HANA,Service Delivery
Management,Application Development,Incident Management,Database Migration,Solution Identification,Process
Improvement,Technical Support,SAP ABAP,SAP BO
Summary
A result-oriented with over 15.5 years of qualitative experience in the areas of SAP HANA &SAP BW HANA Architecture and
Project Management covering diversified domains. Presently associated with Cognizant Technology Services as Project
Manager/ SDM- SAP HANA; actively involved in SAP Implementation and SAP OS/DB Migration work with exposure to SAP
HANA, SAP ABAP, SD, MM, HR CRM Real Estate and Finance. Demonstrated excellence in handling Projects, Roll Outs,
Archiving and Support Projects i.e. delivering projects to build SAP BI, BO and BW on HANA solutions to drive business
intelligence & analytics. Distinction of coordinating with teams to deliver projects to clients within specified timeframe as per
specifications. Skillfully worked on sustained build & support in a variety of environments entailing the latest SAP BW system &
Components - SAP Business Objects, SAP Products -Content Server.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e16…
https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e160743155e0958… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
- SAP HANA
SAP BW HANA
SAP OS/DB
SAP ABAP, SD, MM
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 885: Resume 871 with similarity score 0.021147449642602706
B.E , MS , B.TECH , BS application support , software engineer , assistant manager , cto , software developer , team leader , change management , full time , part time , installer react.js , rollout , render , web application development , ruby on rails , credit , designation , ug , affirmative action , mysql , oracle , analytics , offers , hub , maintenance , apache , jquery , approval process , risk , english , google cloud platform , authorization , bootstrap , status , amc , servlets , nasdaq , email , project , application servers , web servers , gold , pl/sql , optima , change management , data quality , features , juice , customer experience , building , egain , chat , framework , languages , consultations , hibernate , installshield , iis , weblogic , mobile , communications , javascript , suite , installanywhere , technology , customer interaction , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f115640145c0e5c… 1/3
Current Designation: Team Leader
Current Company: Behealthe Technologies
Current Location: Changnacherry
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Behealthe Technologies as Team Leader
May 2015 to Till Date
behealthE is aimed at providing realtime queue status
to patients for their OP consultations.
Was responsible for designing and implementing the
web and mobile application.
Worked on technologies like ruby on rails, react,
react-native,bootstrap and mysql
Worked on google cloud platform
Citi Corp as Assistant Manager
Dec 2013 to May 2015
RDM is developed as a part of new
platform/application knows as CitiRisk Commercial. This
is the unified platform used by Citi Commercial Bank
business and risk to implement the common lending
process across all commercial bank countries. This
powerful application is used to reduce operational
costs, improve data quality, and render a quick
turnaround time for customers. It integrates over 19
modules to support business/sales, risk and operation
related functions. CitiRisk Commercial leverages all Citi
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
JOSE CHANDY
Seeking roles in Software Engineering,Software Development,Web Application
Development,Application Support,Project Management,Change Management,Quality
Management,Requirement Gathering,Ruby
Rails,JavaScript,Bootstrap,React.Js,jQuery,Oracle,MySQL
Key Skills: CTO,Software Developer,Software Engineering,Software Development,Web Application
Development,Application Support,Project Management,Change Management,Quality Management,Requirement
Gathering,Ruby Rails,JavaScript,Bootstrap,React.Js,jQuery,Oracle,SQL
Summary
10 years of experience in web application development. 5+ years of
working as the CTO of a startup,responsible for designing,building
and supporting the application . Hands on experience on both server
side and front end technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f115640145c0e5c… 2/3
gold data sources, including AMC, DSMT, and Optima,
thus enabling a more effective and efficient system for
Citi clients worldwide.
This industry-leading consolidated system enables the
commercial bank to digitally manage the end-to-end
credit approval process across business and risk, thus
offering the benefits of efficiency and process
standardization across all global rollout countries..
Worked on technologies like j2ee,juice and
hibernate.
Egain Communications as Software Engineer 2
Aug 2011 to Dec 2013
eGain (NASDAQ: EGAN) is the leading provider of
cloud and on-site customer interaction hub software.
For over a decade, eGain solutions have helped
improve customer experience, optimize service process
and grow sales-across the web, social, and phone
channels. Every year they release a product with more
features and enhancement as eGainxx.eGain11 consist
Mail, Chat, Click2Call, CallTrack, Offers, Social ,
Cobrowse, Self-service, Analytics ext as different
channels to interact with customers.
Working in the development of the eGain suite
which is a software used by companies for
interactions with their customers
I work on features and bugs presented to me in the
application which is a J2EE application include front
end JSPs and Servlets classes to communicate with
the backend DBs(Oracle and MSSQL).
Has hands on experience on HTML and Javascript
Good exposure on upgrade-installer and installer
frameworks of our application
Worked on installer framework softwares
(InstallAnywhere/InstallShield)
Has hands on experience in analyzing Thread dumps
and Heap dumps
Has exposure to JMS
Has hands on experience of TSQL and PL/SQL
Worked on application servers like Jboss and
Weblogic
Worked on web servers like Apache and IIS
UG: B.Tech/B.E. (Computers) from National Institute of Technology (NIT), Calicut in 2010
Education
IT Skills
Skill Name Version Last Used Experience
J2ee, Ruby, Bootstrap, Jquery
Javascript, React.js, Mysql
Oracle, MSSQL, Java
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f115640145c0e5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 886: Resume 905 with similarity score 0.021143929266489465
B.E , MS , B.TECH ui developer , software developer , senior software engineer , full time , business analyst react.js , general , customer , interfaces , access , workflow management , css , summit , designation , background checks , identities , affirmative action , technical architecture , user experience , scratch , maintenance , mock , jquery , authorization , advanced , node.js , troubleshooting , bootstrap , status , resumes , specifications , email , project , record , modular , application , continuous integration , dmx , blockchain , components , led , debugging , languages , infrastructure , html5 , dfx , management system , coordinated , software design , javascript , history , web , organization , technology , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d1…
https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d100047175e5b01… 1/2
Current Designation: Senior Software Engineer
Current Company: NIIT Technologies
Current Location: Noida
Pref. Location: Noida,Greater Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
NIIT Technologies as Senior Software Engineer
Sep 2019 to Till Date
** IMMEDIATELY AVAILABLE TO JOIN **
APPII
Project Description : APPII is the world's first Blockchain career verification
platform. APPII verifies identities, background checks (e.g. criminal record
history) and career history (resumes) for job seekers providing organizations
quick access to this pre-verified information.
Built, tested and deployed scalable, highly available and modular software
products.
Coordinated with BAto evaluate and improve software interfaces.
Worked closely with clients to establish specifications and system designs.
Reviewed and tested customer-facing prototypes before deployment, applying best
practice diagnostic techniques to verify usability.
Technology Stack :React, JSX, OOJS, Bootstrap, HTML5, CSS3, Node.js
SDG Corporation as Software Engineer
Jul 2018 to Sep 2019
WMS - Dubai Customs
Project Description : The workflow management system (WMS)
Last Active: 31-Jan-21 Last Modified: 31-Jan-21
SHUBHANGI SINGH
Senior Software Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Client
Management,Continuous Integration,HTML,CSS,Javascript,Jquery
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Continuous
Integration,HTML,CSS,Javascript,Jquery
Summary
** IMMEDIATELY AVAILABLE TO JOIN **
Highly skilled software development professional bringing more than 5 years
in software design, development and integration. Offering advanced
knowledge of various technologies like React, Node, Javascript, Jquery,
HTML5, CSS3.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d1…
https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d100047175e5b01… 2/2
provides an infrastructure for the setting-up and monitoring various
workflows for day-to-day tasks
Created the UI mock-ups after getting requirements from the client and business analyst using JavaScript, jQuery, HTML5,
CSS3, Bootstrap and Data Tables
Responsible for design, development, modification, debugging and maintenance of the product UI.
Ecode Networks as UI Developer
Jun 2015 to Jun 2018
Project Description : I have been working with Ecode Networks as Core Web
Developer. Being the core member of the organization, developed its 2 core products
(DFX and DMX) from scratch.
Responsibilities :
Developed entire application components as well as individual applications, working on the entire process of web
development,
including planning, designing/developing,troubleshooting,
debugging and implementing software code for web application
components.
Involved in the development of the product from scratch; also did multiple POCs for the company.
Boosted user engagement and user experience that led to a rise in sales by 20-30% over company-wide for each quarter.
The Product
was also showcased in Open Networking Summit (ONS) in California
in 2015.
UG: B.Tech/B.E. (Computers) from vishveshwarya institute of engineering &technology in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React.js 2021 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Engilish Expert
Rank 887: Resume 567 with similarity score 0.021135540659635115
MS , B.TECH , MSC , BS work from home , pick up , team member , android developer , associate software engineer ecommerce , receivers , api , training , software solutions , internships , performing , security , sqlite , connect , mar , mysql , web services , design , authentication , cloud , ionic , public , firebase , ltd , pick , php , retrofit , json , fixtures , project , store , kotlin , application , c programming , messaging , resume , github , rest , java , components , computer science , storage , business knowledge , completion , assessment , android sdk , broadcast , eclipse , campus , apps , technology , notification , paypal , database Assessment
Q1. Why should you be hired for this role?
Honestly, I possess all the skills that you're looking for. I'm pretty confident that I am the best candidate for this job role. It's not just my
background in the past projects, but also my people skills, which will be applicable in this position. On the other hand, I am a self-motivated
person and I try to exceed my superior's expectations with high-quality work. Being a fast learner, I quickly pick up business knowledge related
to my project. Lastly, I would like to add that I work well both as an individual contributor and also as a team member. Collectively, all these skills
put together makes me a complete package for this role.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months.
Apps on Play Store :
https://play.google.com/store/apps/developer?id=Sonu+Finds
Github Profile Link :
https://github.com/sonu0011
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Sonu Kumar
Ludhiana
Applied 04 Jan'21
Android Kotlin C Programming
Firebase Firebase Cloud Messaging GitHub
Ionic JSON Java
MySQL PHP REST API
SQL
Bachelor of Technology B.Tech), Computer Science & Engineering
I.K Gujral Punjab Technical University Jalandhar
2016 - 2020
Percentage: 78.85%
Senior Secondary XII, Science
DELHI PUBLIC SCHOOL
CBSE board)
Year of completion: 2016
Percentage: 81.20%
Secondary X
Dasmesh Model Senior Secondary School Doraha
PSEB board)
Year of completion: 2014
Percentage: 85.08%
Associate Software Engineer
Edios Software Solutions Pvt. Ltd. Mohali, Mohali, Mohali
Nov 2020 - Present
Software Engineer Trainee
Edios Software Solutions Pvt. Ltd. Mohali, Mohali
May 2020 - Nov 2020
Android Developer
Omninos Solutions, Mohali, Mohali
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8283941295
Jan 2020 - May 2020
Industrial Training On Android App Development
WeaveBytes Infotech Pvt Ltd. Kharar, Punjab Chandigarh), Kharar
Jun 2018 - Aug 2018
High Security Alert
Jun 2018 - Aug 2018
https://github.com/sonu0011/secureYoursELF
High-Security Alert is an android application that works with a smartwatch.
It delivers an alert message along with the current location to
emergency contacts on performing some action from the watch.
IPL 2019
Mar 2018 - Apr 2018
https://github.com/sonu0011/ipl2019App
IPL 2019 provides Fixtures, results, Score Card and all the necessary team details.
PTU MAIN CAMPUS QUESTION PAPERS
Jan 2018 - Feb 2018
https://github.com/sonu0011/ExamscorerApp
This App Contain all the previous year PTU Question Papers for B.Tech
Students. It has got Downloads Over 500 with an average rating of 4.78.
Ecommerce Site
Aug 2017 - Sep 2017
https://github.com/sonu0011/shoppingCart
It has all the functionalities like of that eCommerce sites. For Example payment , add to card and more. It also has Paypal
integration.
Qualififed GATE 2020
Experience in common 3rd party libraries and Push Notification
Experience working with remote data via RESTful APIs, JSON and
to connect Android applications to back-end services
Good Knowledge of Firebase Database And Authentication
Firebase Push Notification
Sound knowledge of Android SDK, Web Services, JSON, Eclipse
IDE, SQLite database, Activities, Services, Broadcast Receivers, UI
design
Android Libraries: Glide, Volly, Picasso, Retrofit
Android Architectural Components MVVM, DataBinding, Push Notification, RxJava, Retrofit using PHP and MySQL, Firebase
Database
Room Database for offline storage
https://github.com/sonu0011/secureYoursELF
https://github.com/sonu0011/ipl2019App
https://github.com/sonu0011/ExamscorerApp
https://github.com/sonu0011/shoppingCart
Rank 888: Resume 1011 with similarity score 0.021094997483979805
B.E , MS , B.TECH , BS cognos , product development , it project manager , senior software engineer , change management , project coordinator , full time , part time continuous process , training , customer , articulate , quote , project planning , c-level , status , steering , stakeholder management , datastage , scope management , features , building , cognos , coordinated , delivery operations , devising , functional specifications , technical leadership , filenet , designation , mar , deliverables , hindi , english , productivity improvement , budgeting , financials , sprint planning , deals , ibm , closure , bridging , change management , flow , capacity planning , strategy , completion , javascript , business requirements , measures , finances , proposition , performance analysis , general , observation , affirmative action , project plans , launches , maintenance , agile & waterfall methodologies , service delivery , advanced , instrumentation , email , sequencing , languages , story , scheduling , web , root cause analysis , program management , mentoring , onboarding , ms project , ug , tamil , analytics , z/os , authorization , risk , teams , application , focus , adherence , savings , led , identifying issues , offshore , reviews , metrics , presentations 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18…
https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18051112095f0f5… 1/3
Current Designation: Project Coordinator
Current Company: TakeHelp Life Counseling Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
TakeHelp Life Counseling Solutions as Project Coordinator
Jul 2018 to Till Date
Spear-headed Project Management activities including defining scope, bridging Business Requirements and Tech
Feasibiity, and project flow & management. Coordinated the building of dynamic web-portal www.takehelp.in from concept
stage to launch.They are now embarking upon building a native application and have future ideas to build AI features with
gamificaton into the App.
IBM India Pvt. Limited as IT Project Manager
Mar 2003 to Jun 2018
?Directed Project Management activities including mapping requirements & providing best solutions involving developing
budget, defining scope, quote integration, scheduling and managed resources of projects; led projects from inception to
implementation following Agile-based & Waterfall Methodologies
? Managed complete finances of projects including budgeting, expense monitoring, financial control and cost-savings
? Liaisioned with C-Level Executives & Stakeholders by organizing & leading Steering Committee Meetings and sharing
metrics reports to PMO & Quality Teams; devising cost-saving solutions for ensuring positive profitability and devising right
business strategies to streamline customer onboarding experience
? Spearheaded complete delivery management functions including planning, designing/developing solutions, managing
projects, coordinating with clients and providing technical leadership for new projects
? Supervised solution designs and documenting functional specifications and technical solutions
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Jayalakshmi Ramamurthy
Creative and results-driven leader, with 20 years of diversified experience in the areas
of Project/Program Management, Delivery Operations, Software Development using
mainframes, Java, BI/Analytics - Datastage, Cognos, MDM, FileNet ,ECM.
Key Skills: Project Management, Project Manager
Summary
Creative and results-driven leader, with nearly 20 years of diversified experience in the areas ofProject/Program Management,
Delivery Operations, Software Development/ Product Development & Engineering/ Solution Architecturewith key focus on
building & implementingtechnology-based IT culturewithin the organizationusing Mainframes, Java, BI/Analytics ? Datastage,
Cognos, MDM,Filenet,ECM
Tactful & articulate in driving project/delivery visionand championing advanced process initiatives; with professional excellence
in heading project lifecycle management functions based on Onshore/Offshore model, including project planning & execution,
scheduling, stakeholder management, scope management to activity sequencing, cost estimation, risk management till delivery
as per the quality and time norms following Agile & Waterfall Methodologies
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18…
https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18051112095f0f5… 2/3
? Led & mentored cross-functional teams, developed competency, provided training, administered performance
appraisals, and resolved conflicts; overcomed complex business challenges and took high-stakes decisions
? Steered diverse responsibilities including strategy planning & execution, devising & implementing project plans,
governing metrics and delivery strategies by adopting ?Customer-first? approach
? Initiated and deployed action plans, process improvement measures and best practices entailing Service Delivery
Management using latest trends, tools and practices; analysed current development processes and identifying & executing
areas of improvement
? Streamlined operations with focus on Root Cause Analysis & Solution Mapping; ensuring timely completion and delivery
of project with focus on timely closure of deals by facilitating solutions, pricing, roll-out & financials for various projects
? Facilitated end-to-end delivery of the program, meeting internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
o Value-adds, continuous process and productivity improvement
o Expectation management of team
? Planned & organized meetings, facilitated sprint planning & review meetings, sprint retrospective meetings, sprint
backlog, story estimation, daily stand-ups, iteration & release planning and reviews
? Analyzed current agile processes, identifying areas of improvement and executing improvements in coordination with
stakeholders; provided training to the team on the agile process
? Drove kick-off meetings and closure presentations involving the stakeholders for evaluating project progress and
providing technical inputs; ensued adherence to Agile Process during project execution, identifying issues and resolving
the same
? Gathered & understood customer & market requirements (existing & future), market trends and key drivers of the
products in coordination with Teams
? Maintained product roadmap, introducing value proposition and customizing products as per market needs & competitor
products
? Performed Feasibility Study of all new product proposals for capacity planning & successful launches
? Conducted Performance Analysis of the products; tracked success of the products as per defined criteria & Usage
Observation Trends and shared the same to stakeholders & higher management
Covansys as Senior Software Engineer
Oct 2000 to Mar 2003
(1)Responsible for leading, guiding, mentoring and providing the necessary leadership support to the team.
(2)Effort Estimation of individual deliverables. Identify project risks and issues and flag it to the project manager.
(3) Assist project manager in planning and allocating people with appropriate skills to the project.
(4)Analyze, design, code, test and implement enhancements to the applications.
(5)Perform technical and process reviews for the team and other projects within the business unit.
(6)Organizing necessary education & training to resources including technical as well as methods, processes and
procedures.
UG: B.Tech/B.E. (Instrumentation) from Kuvempu University, Karnataka in 2000
Education
IT Skills
Skill Name Version Last Used Experience
MS Project 2013 2015 8 Year(s)
Mainframes Z/OS 2006 8 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kanada Proficient
tamil Proficient
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18…
https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18051112095f0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Rank 889: Resume 1333 with similarity score 0.02106790944064628
B.E , MS , B.TECH , BS application support , inspector , technical associate , partner , full time , balancer security , linux , gateway , status , logging , store , mumbai , payroll , components , ec2 , kibana , data center , ports , operating systems , soa , connections , system administration , pipeline , registration , automation , server management , trading , web services , hindi , windows , cli , english , logstash , troubleshooting , it infrastructure operations , protection , boot , groups , consolidation , solution architecture , gap , range , ibm , flow , javascript , technology , availability , kms , esb , hp-ux , general , efs , affirmative action , mws , update manager , public , maintenance , unix , dmz , ddos , metadata , webmethods , email , aws , configuration management , bus , premises , languages , amazon , failover , sag , ssl certificates , dashboards , database , cloud services , ug , gps , ami , sts , authorization , teams , enterprise , sql , application , less , ci , s3 , servers , transformation , storage , replication , acceleration , cloud computing , load , private networks , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15…
https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15031114095c5b5… 1/3
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Sears Holdings as Sr Technical Associate AWS-Webmethods
Aug 2016 to Aug 2020
Role:
AWS
Migrated data from on premises application web-methods Integration server Environment to AWS cloud
Planned & created a lift & shift process model, EC2 Linux/Amazon linux AMI to host the application & Security groups
Designed EBS and EFS volumes; created AMI using sanpshots of the EBS volumes & Instance stores
Mapped users/groups roles to appropriate AWS service; prepared, modified & maintained policies and tagged users/
groups to appropriate policies; configured AWS CLI with AWS EC2 machine
Worked on Simple Storage Service, created S3 buckets, designed S3 Lifecycle Policies as per the need of the
architecture; monitored & worked on S3 Performance ,Transfer Acceleration ,Cross region Replication
Used boot script for automation in EC2 instances by gathering Userdata and Metadata of EC2 instances & developed
database instance from manual and automated backup snapshots; created PITR database from Automated Snapshots
Set- up the RDS instances in PRD ENV; configured RDS with VPC Creation for public and private networks; configured
Read replicas and Multi-AZ nodes for RDS database
Created, configured VPC with Route tables, Subnets & developed private subnets for DB servers
Developed:
o NAT instances and NAT gateways to allow more security and smooth flow of traffic
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PARTH MAGU
Sr Technical Associate AWS seeking roles in IT Infrastructure Operations,Solution
Architecture,Cloud Computing,Webmethods,Application Support,System
Administration,Server Management,Configuration Management,Technical
Support,SQL,AWS,CI/CD
Key Skills: solution architecture,application support,system administration,configuration
management,sql,aws,webmethods,mws,integration server,broker,cloudformation,ci/cd, aws codedelpoy ,cloud migration,
vpc,Centrasite,Kibana,Trading Networks,Adapters
Summary
Offering nearly 9 years of experience in Webmethods-AWS Solution Architecture, AWS components & APIs Operating Systems
(Windows and Linux)
Comprehensive exposure to Web Services, Restful Services, SOA Architecture; experienced on AWS Codedelpoy, AWS
Code Build, AWS Code Commit, AWS Code Pipeline
Strong technical background in designing & implementing Cloud solutions with AWS Virtual Private Cloud (VPC), Elastic
Compute Cloud (EC2), Elastic Load Balancer (ELB), S3, Auto Scaling, RDS, Cloud Watch & AWS Services
Developed solutions to optimize, enhance, manage the clients' business in the best possible way with end-to-end execution
of the solution identification
Exhibited excellence in Cloud Migration, Consolidation & Transformation Projects, Cloud Services, Solutions, Consultancy &
Deployment and Data Center Transformation Services
Assisted customers in creating Virtual Private Cloud, Public, Private subnets as per requirement into various availability
zones
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15…
https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15031114095c5b5… 2/3
o NACLS and configured with appropriate subnets to allow smooth and secure flow of traffic; configured port in NACL's
& VPC flow logs to track IP adresses
Configured DNS service with AWS to route traffic; used policies to divert traafic using SImple, Weighted,Failover,
Gelocation
Webmethods
Maintained DEV,QA, PRD ESB (Enterprise Service Bus) servers which host 300 + services (backbone of SHC
infrastructure) to communicate between applications via Webmethods/ESB
Deployed packages from DEV to QA and from QA to PRD post approval, Whitelist IP's on IS ,DMZ's and Mediator
server
Created native service in Business UI (Centrasite), Virtualize Native service, deployed Virtual service in Mediators,
updated the Endpoints in Centrasite and deploy it in Mediators
Developed & configured DMZ ports namely Gateway External and Gateway Registration to communicate with external
clients; configured SSL certificates on DMZ servers to provide more security
Requested CACERTS from ICA, created key aliases to Keystore, created jks keystore using keytool, imported
CACERTS, installed client certificate in Trustore
Enabled and disabled ports,adapters MQ Listeners and MQ Connections; increased the logging level on IS servers
Worked on SSL handshake issues on service and server; analysed wrapper logs ,updated system & services with PCI
data to be TLS1.2 Complaint as it includes financial information
Liaised with SAG & other application teams in troubleshooting & Correction of Error(COE) during P-1; captured
diagnostic logs using diagnostic utility; installed SAG Fixes using update manager; opened INC to SAG to further
investigate issue
Configured Crontab which includes Schedule Server restart, Purging of the logs , gatering monitoring data for further
use
Experienced in Kibana Tool Used to monitor ESB transactions and troubleshot issue during the functioning of tool;
designed dashboards using Kibana Tools to monitor traffic effectively
HCL Technology as AWS Associate
Apr 2013 to Aug 2016
Client: Johnson & Johnson
Technology: AWS ,IAM ,No SQL Database, Simple Storage Service, EC2, EBS, EFS, Buckets, RDS, Amazon 53 Route,
Read Replicas, Multi AZ failover. VPC, AMI, Logstash, Kibana, SQL, DynamoDB, Backup & Recovery, WebMethods IS82,
IS97 Platform, Broker, Trading Partner, MWS, HP-UX, LINUX Operatiing System.
Environment : Web-Methods Integration server 8.x ,Trading Network 8.x, Web-Methods developer 8.x, Web-methods 9.x
,Unix
Highlights:
Devised & implemented strategies to build mindshare and broad use of AWS within a wide range of customers and
partners
Possess knowledge on STS, Hypervisors ,Parameter Store, AWS Config,Guard duty
Provided protection against DDOS attack using AWS WAF and AWS shield; managed KMS keys within services
through AWS (AWS Inspector and Trusted Advisor) for security and compliance
IBM GPS as Web-Methods Administrator
Jan 2012 to Apr 2013
Worked on IBM payroll with GAP INC & contributed as Webmethods Administrator/PRD Support in IBM GPS for GAP
Technology: WebMethods IS82, IS97 Platform,Broker,Trading Partner,MWS, HP-UX, LINUX Operatiing System
Environment: Web-Methods Integration server 8.x ,Trading Network 8.x, Web-Methods developer 8.x, Web-methods
9.x ,Uni
UG: B.Tech/B.E. (Computers) from Maharishi Dayanand University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
AWS, IAM, No SQL Database
Simple Storage Service, EC2, EBS, EFS
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15…
https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15031114095c5b5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Buckets, RDS, Amazon 53 Route
Read Replicas, Multi AZ failover
VPC, AMI, Logstash, Kibana
SQL, DynamoDB, Backup & Recovery
Auto Scalling Groups, Rouyte S3
KMS, ALB, Trusted Advisor
Aws Inspector, WebMethods IS82, IS97
LINUX Operatiing System
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 890: Resume 306 with similarity score 0.020935259125175278
MS , B.TECH , BS work from home , design supervisor , android developer , ui designer internships , scratch , basic , firebase , instagram , retrofit , json , graphic design , social media , screens , android studio , sql , project , application , coursera , live , c programming , operations , google maps , ux , github , testing , resume , electronics , java , writing , articles , instructions , completion , email marketing , assessment , python , one , coordinated , mobile , web , apps , technology , libgdx , online Assessment
Q1. Why should you be hired for this role?
I have been working as an Android Developer at applex.in, a start-up in Kolkata. I am quite familiar as well as efficient in working on Android
studio. I have been rigorously working on it for the past one year. I have, along with my team, have successfully developed and designed apps
according to clients requirements. I have mainly worked with Google Firebase, GitHub and APIs. Besides, I have worked with basics of libGDX,
Google Maps, Material designs, Retrofit, Volley, web APIs, json files, animations and so on. I am also currently working on a project named Atheta
that is live on Google Play Store(still in a testing phase). I have done courses to know the details of development in Android Studio as well as UI
UX designing. I think my experience will definitely add value to this internship as well. I will definitely try my best to meet the requirements of this
internship.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months, however during my exams, I will be off for a few days.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Madhurima Mukherjee
Kolkata
Applied 27 Dec'20
C Programming C Programming Java
Music Python
Bachelor of Technology B.Tech), Electronics and Communication
IEM Kolkata
2018 - 2022
Senior Secondary XII, Science
Hem Sheela Model School
CBSE board)
Year of completion: 2018
Android App Development
Applex.in, Kolkata
Jun 2020 - Present
I am an Android Developer at applex.in, a startup in Kolkata. We, as a team, are currently working on different projects in the
field of Android App Development.
Android App Development
Yaarme, Virtual
Sep 2020 - Nov 2020
Content Writing
Career Guide, Virtual
Sep 2019 - Nov 2019
I have written educational articles mainly for students about different types of online courses available.
I have also designed app screens as a UI designer and have done courses to learn about UI UX designing.
I am graphic Design Supervisor at applex.in. I basically communicate instructions to the interns, convey ti them their
responsibilities and decide posters for social media handles.
I have been an Android Developer in a startup called applex.in. I have coordinated with the members of the team.
UI UX Deisgn
Coursera, Online
Aug 2020 - Present
The course teaches about the pathway to create appropriate UI design for any mobile app from scratch.
CONTACT Phone: 91 6296199503
Marketing
udemy, Online
Jan 2020 - Present
I have learnt a lot of skills like email marketing, FB marketing, instagram and so on with details of each type.
Python
Internshala, Online
Jun 2019 - Jul 2019
It is a course about programming in python. It is a basic course and introduces us to the language,sql operations and gui
interface
Python
NPTEL, Online
Jan 2019 - Apr 2019
Android Application Development
Internshala, Online
Dec 2018 - Jan 2019
Rank 891: Resume 1515 with similarity score 0.020831100184203283
B.E , MS , B.TECH , BS project manager , certified scrum master , quality assurance , full time , associate manager , program manager , project leader user acceptance testing , mfs , gateway , p&c insurance , status , product management , ccs , components , system testing , asp.net , payments , sql server , retail , client side scripting , designation , underwriting , hindi , english , web applications , ftp , angularjs , mas500 , estimates , flow , kanban , employee engagement , javascript , technology , coverages , user training , html , scrum , performing , e2e , affirmative action , oracle , project plans , maintenance , alm , architecture , timelines , general ledger , email , business rules , print , hp , customer experience , languages , business process , nextgen , business transformation , scheduling , financial data , 360 , base , dictionaries , program management , intranet , credit , css , validation , ug , investment , toad , adobe , authorization , functional requirements , teams , maps , enterprise , productivity , models , agile project management , squirrel , mockups , electronics , clearcase , drive , offshore , adoption , ado.net , schedules , .net framework , google cloud , digital marketing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 1/4
Current Designation: Program Manager
Current Company: Sapient Inc.
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Other
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Sapient Inc. as Program Manager
May 2018 to Till Date
I am working as a Program Manager currently managing a team of 25+ both at onshore/offshore. My work includes
working closely with the client to collect functional requirements, make/propose changes to the system, handle critical
production issues and deliver the enhancements into production without any defects on timely basis.
Client/Company
MFS Investment Services
Project
Digital Content - Adobe EM Intranet Site
Project Duration
May 2018 To Jan 2020
Project & Role Description:
I worked as a Project Manager Scrum Master responsible for handling a Team of 15+ members. We created Client's
intranet website.
Responsibilities:
* Ensure that all projects are delivered on-time, within scope and within budget
* Assist in the definition of project scope and objectives, involving all relevant stakeholders and ensuring technical
feasibility
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shashank Agrawal
Manager seeking roles in Program Management,Project Management,IT Product
Management,Software Development,Application Development,Requirement
Gathering,System Design,Digital Marketing,Scrum Master,JavaScript,ASP.Net,SQL
Server,Oracle,HTML,CSS,DB2
Key Skills: Program Manager,Program Management,Project Management,IT Product Management,Software
Development,Application Development,Requirement Gathering,System Design,Digital Marketing,Scrum
Master,JavaScript,ASP.Net,SQL Server,Oracle,HTML,CSS,DB2
Summary
Overall 13.5+ years (6+ years onshore) of IT services and consulting experience across USA, UK & India delivering innovative
services in Digital Marketing, Web Applications and Insurance domains providing e2e Customer experience.
Working as a Manager, Program Management in Publicis Sapient on Digital Marketing & Content. Leading a team of 20+ people
across multiple geographies performing Digital Business Transformation for a top UK Bank by implementing Google Cloud
Platform in Digital Banking Product.
I am a SAFe certified Scrum Master having experience in AGILE development model using Scrum or Kanban methodology. My
job is to guide the adoption, success, and ongoing improvement of Lean-Agile culture in the Enterprise and lead projects to
sustain and drive faster time-to-market, systematically increase in productivity and quality of the product, and continuous
improvement in employee engagement.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 2/4
* Develop comprehensive project plans to be shared with clients as well as other staff members
* Delegate project tasks based on junior staff members' individual strengths, skill sets and experience levels
Technology:
Angular, Adobe EM 6.3, HTML, CSS, Javascript
Accenture as Associate Manager
May 2007 to May 2018
I worked as Business Analyst/ Project Manager for P&C Insurance clients using Claims Components Solution (CCS)
created on top of .Net Framework for its Claims solution, which was customized as per client's requirements.
Client/Company
ALLIANZ - FFIC
Project
Claims & Underwriting
Project Duration
Feb 2013 - Apr 2018
Project & Role Description (Claims & Underwriting):
I worked as Business Analyst/ Project Manager from Feb 2013 to Apr 2018 in Allianz - FFIC Project. It uses Claims
Components Solution (CCS) created on top of .Net 3.0 Framework for its Claims solution, which was customized as per
client's requirements.
I was also looking after Custom Underwriting application. Underwriting application is one of the base applications that help
in obtaining Pricing for an account based on the Risks and coverages of that account.
Responsibilities as a Project Manager:
* Provide support and guidance to consultants on technical, delivery and operational issues.
* Review and approve project proposals (scope, level of effort estimates and schedules)
* Define system's architecture and help the team in creating solutions and then deploying it to the Production Environment.
* Creating the Project timelines and planning individual tasks as per the timelines. Analyzed and documented business
requirements through Business Domain Models, Business Process Maps, Use Cases, Mockups, Prototypes, and Data
Dictionaries.
* Conducted system testing, quality assurance testing, user acceptance testing, and user training sessions, as needed to
support functional and maintenance releases.
* Communicating directly with the business and integration teams.
* Creating and Reviewing Design/Functional requirements and test case documents.
* Collaborated with Client and Other vendor teams to analyze the flow and created mock ups to present to business, and
consolidated the scope documents to include the business rules, pain points for proper tracking of the work in progress.
* Managing deployment scheduling and release management.
* Actively participating in releases and deploying the code to Production environment. Creating and presenting
weekly/monthly status reports for the business team.
Technology:
C#.NET, ASP.NET, SQL Server 2005, HTML 5, CSS, JavaScript, DB2, Clearcase, Squirrel, Toad, HP ALM.
Client/Company
Affirmative Insurance Holdings
Project
Claims Insurance & Common Services
Project Duration
Feb 2010 - Feb 2013
Project & Role Description
I have worked in Affirmative Insurance Project from Feb 2010 to Feb 2013, which uses Claims Components Solution
(CCS) created on top of .Net 2.0 Framework for its Claims solution. It was customized as per client's requirements.
Apart from Claims solution, I have also lead Common Services team, which includes multiple common systems used by
various client products as a single pass through to the external downstream systems. The following systems are part of
Common Services:
1) Print and Mail: It is a common platform used by various systems to send documents to the external SourceHOV system
in order to send physical Mails and also to generate letters and Policy documents.
2) Payments Gateway: This main purpose of this system is to post credit card transactions to Chase Orbital gateway in
order to receive payments. It is used by different systems like Billing Decisions to collect policy premiums and other
payments.
3) Address Broker & Validation: This system is used by various systems like Proclaim, Policy Decisions, Retail applications
to verify U.S. Postal address. It uses Pitney Bowes Address Broker software to validate addresses.
4) General Ledger: It is used by applications like Retail, AMS 360 to send financial data to downstream system MAS500 in
order to generate financial reports.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2006
Other Qualifications/Certifications/Programs:
AINS21
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 3/4
Nature of Employment: Full Time
Project Location: San Francisco, US
Role: Project Leader
Duration: Feb 2013 - Till Date
Onsite / Offsite: Onsite
Team Size: 25
Nature of Employment: Full Time Duration: Feb 2010 - Feb 2013
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: May 2007 - Feb 2010
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
KANBAN
SCRUM
Agile Project Management
PROJECT MANAGEMENT
SQL SERVER, DB2 & Oracle
HTML, CSS, JAVASCRIPT
ASP.NET, C#.NET, AngularJS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Claims & Underwriting (Selectica)
Client: ALLIANZ - FFIC
Skill Used: C#.NET, ASP.NET, SQL Server 2005, HTML 5, CSS, JavaScript, DB2, Clearcase, Squirrel, Toad, HP ALM,
Quality Center, Absolute FTP.
Role Description: Project Manager
Project Details: I am working as a Project Manager since Feb 2013 in Allianz - FFIC Project. It uses Claims Components
Solution (CCS) created on top of .Net 3.0 Framework for its Claims solution. It has been customized as per clients
requirements.
I have also been involved with the Custom Underwriting application. Underwriting application is one of the base applications
that help in obtaining Pricing for an account based on the Risks and coverages of that account.
Project Title: Claims Insurance & Common Services
Client: Affirmative Insurance Holdings
Project Details: I have worked in Affirmative Insurance Project from Feb 2010 to Feb 2013 which uses Claims Components
Solution (CCS) created on top of .Net 2.0 Framework for its Claims solution. It has been customized as per clients
requirements.
Apart from Claims solution, I have also lead Common Services team, which includes multiple common systems used by
various client products as a single pass through to the external downstream systems. The following systems are part of
Common Services:
Print and Mail: It is a common platform used by various systems to send documents to the external SourceHOV system in
order to send physical Mails and also to generate letters and Policy documents.
Payments Gateway: This main purpose of this system is to post credit card transactions to Chase Orbital gateway in order to
receive payments. It is used by different systems like Billing Decisions to collect policy premiums and other payments.
Project Title: Allstate - Aurora NextGen Claims
Client: Allstate Insurance
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: I have worked in Allstate Aurora NextGen Claims Project from May 2007 to Feb 2010 which uses Claims
Components Solution (CCS) created on top of .Net 2.0 framework. In this project we have customized CCS as per clients
requirements.
In the Aurora NextGen Claims engagement, front-end is created using.Net framework 3.0, ASP.Net, VB.Net, C#.Net,
ADO.Net and Client side scripting related technologies.
Rank 892: Resume 147 with similarity score 0.020765492631568495
B.S work from home c programming , completion , assessment , resume , android , css , java , sql , mathematics , html Assessment
Q1. Why should you be hired for this role?
Hi, I am very much interested to work as a developer and want to gain more programming knowledge, work experience for my future job
opportunity.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for next 3 months
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9551712429
Clement A
Chennai, Bangalore
Applied 02 Jan'21
Android Java C Programming
C Programming CSS HTML
SQL
Bachelor of Science B.Sc), Mathematics
Loyola College
2016 - 2019
CGPA 5.80/10
Senior Secondary XII, Science
Don Bosco Hr Sec School
STATE BOARD board)
Year of completion: 2016
Percentage: 64.80%
Secondary X
Don Bosco Hr Sec School
STATE BOARD board)
Year of completion: 2014
Percentage: 80.40%
Advance Diploma In Java Programming
csc, Chennai
Aug 2014 - Dec 2014
Rank 893: Resume 1478 with similarity score 0.020719084466398984
B.E , MS , B.TECH software engineer , technical architect , lead developer , delivery lead , it analyst , full time , technical developer , part time , technical lead disney , telugu , wcf services , web api , technology services , application development foundation , digital , status , xamarin , xml , components , maximo , asp.net , sql server , engagements , gic , contingency , mitigation , low level design , abbyy , designation , regression testing , deliverables , hindi , learning , ltd , windows , json , english , wpf , agile , project , solution architecture , processing , sharepoint server , fixing , architecting , rest , performance tuning , dispatching , resolve , winforms , datapower , javascript , load testing , reporting , captiva , scrum , microsoft office , technology platforms , affirmative action , studio , hub , maintenance , kofax , jquery , email , custom web parts , third party vendors , unit testing , languages , task force , xaml , mobile , functionality , mentoring , css , telecom , interpersonal skills , software industry , risk , authorization , teams , enterprise , c# , mad , tracker , devices , fiddler , requirements gathering , drive , offshore , parks , ado.net , sharepoint designer , .net framework , linq , lotus notes , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b5812…
https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b58120740475a0b0b… 1/3
Current Designation: Architect and Tech Lead Developer
Current Company: Cognizant Technology Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Services as Architect and Tech Lead Developer
Sep 2010 to Till Date
Designed and Developed common framework for processing different of text based index files.
Provided solution for Centralized configuration for BULK solution
Designed Captiva Process development along with its customizations using .NET.
Designed.NET components for enhancements of current process.
Setting up and supporting the environments (Dev, UAT, Production)
Client Management & Solution Presentations.
Migration of Captiva processes from 6.5 to 7.7 Version
Created different new processes on Captiva and GIC
Project - Maximo Automated Dispatching
Client Walt Disney Parks and Resorts
Technical Architect
Responsibility
an Architect, I was responsible for
Designing of MAD Integration with China Telecom.
Developed UDP Server & Client modules with Fire & Forget and Handshaking concepts.
Leading the team and primary point of contact for all the deliverables.
Involved in requirements gathering and high and low level design discussions.
Implemented Dispatch service, which sends the notifications to devices/labors via SMTP and UDP.
Responsible for complete Maximo Automated Dispatching application.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Siva Kumar Nalam
Tech Architect,Solution Architecture,Software Tech Architecture,Architectural
Design,Project Management,Tech Lead,Full Stack Development,Application
Development,Agile Methodology,Individual contributor,.Net,SQL,OCR,C#,Web API
Key Skills: .Net,SQL Server,OCR,C#,Web API,UI Path, Windows Application, Winforms, ASP.Net, C#.Net, WPF, MVVM,
XAML,RPA,Abbyy Flexicapture,Sharepoint,Sharepoint Designer,WCF Services,ASP.Net,Windows
Services,JSON,JQuery,Rest,Javascript,Html5,UI Development,CSS
Summary
15+ years (USA-2-Years) of professional experience in planning, managing, architecting, and developing applications in various
technology platforms.
Extensive experience in developing enterprise level applications using Microsoft Technologies, .NET, SQL, SharePoint, Xamarin
and Captiva.
Demonstrated talent in various client-facing roles in software industry such as Architect, Technical Lead, Delivery Lead, Full-
Stack Developer, etc. for the client engagements in USA and Offshore.
Have exceptional learning and Interpersonal Skills...
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b5812…
https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b58120740475a0b0b… 2/3
Meeting with different third party vendors to resolve issues with IVS TEAM, China telecom.
Drive the project to meet the client expectation and on time deliverables.
Raising risk in time and provided mitigation & contingency plans.
Status Reporting to onsite on a timely basis and ensure successful execution of project.
Received client appreciation on deliverables and for support provided.
Review all the client deliverables.
Project - Digital Hub myHumana
Client Humana
Role Lead Technical Developer
Responsibility
As a Technical Lead Developer, I was responsible for
Provided estimations and solution based on Xamarin Mobile development tool
Analyzing Web API Services and providing support to Datapower team & Apigee team.
Documented 8 services and 40 service calls external methods.
Traced service calls using fiddler tool.
Status Reporting to onsite on a timely basis and ensure successful execution of project.
Project - InXS
Client Amex
Role Tech Lead
Responsibility
As a Technical lead developer, I was responsible for
Lead the Reporting module team.
Developed 40 + SSRS reports.
Mentoring junior resources in project.
Bug Fixing.
Taking sessions & providing technical guidance to team for giving better understanding of the code to new joiners.
Status Reporting to onsite on a timely basis and ensure successful execution of project.
Project - Metlife Global Communication Platform
Client MetLife
Role Tech Lead
Responsibility
As a Key Technical member, was responsible for
Involved in Deep dive analysis of lotus notes applications and provided solutions in .net and
SharePoint.
As part of "Task force" team analyzed 351 US domestic lotus notes applications and 63 international lotus notes
applications and provided the solution using .Net & SharePoint.
Lead the Analysis tower & UAT international applications teams.
Developed Risk Tracker application in asp.net & customized using Jquery.
Developed custom Web Parts.
Created different content types for required functionality.
Mentoring junior resources in project.
Taking sessions & providing technical guidance to team for giving better understanding of the code to new joiners.
Status Reporting to client on a timely basis and ensure successful execution of project.
Developed and deployed the custom web parts.
Updated existing code with high standards and reusability.
Involved in performance tuning.
Involved in Unit Testing/Regression Testing.
Involved in page load testing with Fiddler tools and used sprite Images.
Increased performance of existing application up to 80 - 90 % after my enhancements.
Tata Consultancy Services (TCS) as IT Analyst
May 2007 to Sep 2010
Metis Infosol Pvt Ltd as Software Engineer
Jun 2005 to May 2007
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2005
Other Qualifications/Certifications/Programs:
ABBYY FlexiCapture & ABBYY FlexiLayout Studio Certified Specialist
5-8220-166 - Captiva 16.6 Administrator Certification
Kofax - Certification on Kofax TotalAgility 7.5 Essentials
70-526 - Microsoft .NET Framework 2.0 - Windows Based Client Development
Exam:70-536 - Microsoft .NET Framework-Application Development Foundation
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b5812…
https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b58120740475a0b0b… 3/3
70-576-MCTS - Designing and Developing Microsoft Office SharePoint Server 2010 Applications
70-573- MCTS - Microsoft SharePoint 2010, Application Development
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
C#, SQL Server, ADO.NET, LINQ, 2020
JQuery, COM, XML, SharePoint, 2020
Window Service, SSRS Reports 2020
Agile Scrum Methodology 2020
ABBYY 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Rank 894: Resume 1031 with similarity score 0.020688336881680376
MS business process lead , associate , customer service officer , operations officer , full time , team lead , part time , cso corporate actions , financial services , security , bookings , status , brokerage , bloomberg terminal , institutional , accruals , commercial banking , testing , order management , prime , ipb , organization , liability , bonds , outlook , wealth management , retail , filenet , designation , loans , trading , diversification , neft , eod , ltd , english , processing , forms , training programs , swift , notes , settlement , kyc , javascript , insurance , cash , clearstream , instruction , bau , fraud prevention , options , affirmative action , branch banking , checks , escalation , customer service , email , securities , rtgs , investments , operations , credit cards , crest , languages , dtc , business process , investment banking , viz , distribution network , equities , online , ug , tamil , stocks , nav , eligibility , authorization , excel , application , mutual funds , adherence , savings , baskets , global custody , fixed income , offshore , events , euroclear 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d120140…
https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d1201405711150a5d5a… 1/3
Current Designation: Business Team Lead-Banking Operations
Current Company: Tata Consultancy Services Ltd.
Current Location: Chennai
Pref. Location: Chennai,Bengaluru / Bangalore,Hyderabad
Functional Area: Banking / Insurance
Role: Operations Mgr
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Business Team Lead-Banking Operations
Feb 2014 to Till Date
Corporate and Institutional Banking:
Organization : Tata Consultancy Services, Chennai.
Over View:
Client : CITI Bank UK business.
Designation : Business Process Lead.
Total Experience : 6 and 7 Months(Feb 2014 to till date)
Professional Experience:
Handle Brokerage and Investment operations for Citi International Personal Bank (IPB & UK CONSUMER), offshore
wealth management arm Investment of Citibank.
The clientele has the exclusive option of trading in Equities, Fixed Income baskets, Exchange traded funds and notes,
Mutual Funds and other structure products.
This privilege can be availed in global markets viz., from Australia to US, thus offering the client global portfolio
diversification opportunities.
Responsibilities:
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
BALAJI. P
Business Team Lead seeking roles in Banking Operations,Customer Service,Branch
Banking,Commercial Banking,Mutual Funds,Trade Settlements,Investment
Banking,Wealth Management,Portfolio Management,KYC
Key Skills: Business Team Lead,Operations Officer,Operations,Customer Service,Branch Banking,Mutual Funds,Trade
Settlements,Investment Banking,Wealth Management,Portfolio Management,KYC,Reconciliation,NAV,Loan
Operations,custody operations
Summary
Banking professional with an experience of 8 years in all aspects of retail banking including Integrated Online solutions for
Savings Banks, Credit Cards, Loans, NRI Business, Acquisition Engines for Asset/Liability Products, Customer Service,
Investments banking Operations and Fraud Prevention while working across multiple roles in driving business by managing
Product, platform & distribution network.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d120140…
https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d1201405711150a5d5a… 2/3
Order Management process
Settlement and Fail Trade Management
Corporate Actions
Securities Transfers
Cash and Positions reconciliations
Security, rates and Account Maintenances
Trade Settlement
Placing settlement instruction with custodian for settlement.
For all the executed equities and bonds settlement instruction will be placed in custodian system based on the place of
execution like DTC, CREST, Paris, Frankfurt, CEDEL, EUROCLEAR, DRS and DWAC etc.
Direct Deal with DTC, EUROCLEAR, CLEARSTREAM and Euro next markets.
Responsible to liaise with external counterparty on daily BAU.
Trade monitoring during corporate action periods.
Updating daily failed trades from various depositories.
Custody Operation:
Daily Cash and Position Reconciliation between fund and Broker.
Responsible for all UAT testing of securities related systems and swift messages with clients and other banks
Reconciliation of Eligible holdings for all CA events between depository and custody levels.
Reconciliation of Cash and Securities transactions related to Credit operations.
Effective and timely responding of Client/Spoke queries related to credit operations and transfers.
Hands on experience in using Bloomberg Terminal for searching information on Corporate Actions, verifying coupon
accruals for bonds and Price for securities.
Bookings of Equities, Futures, Options, Fixed-Income and settling the same in its due settlement into the accounting
system as per broker
Generating daily/ weekly MIS and Monthly Management Report.
Handled Training programs on Global Custody process.
Timely review of procedures & SOP and also serve as prime point of contact for escalation & new projects.
Adhering to EOD Checklist to ensure key deadlines are monitored.
Conversion of securities from ADR, GDR to common ISIN.
ICICI Bank Ltd as Customer service Officer
Jan 2013 to Nov 2013
* Consumer Banking:
* Bank : ICICI Bank
* Over View:
* Designation : Customer service officer. (CSO)
* Total Experience : 11 months (Jan 2013 to Nov 2013)
* Responsibilities:
* Managing Opening and closing of Savings and Current A/c' s and entering forms for saving a/c and current a/c in the
system
* Processing of Fund transfer requests, RTGS, NEFT, CBDT etc.
* Make entries of transfer cheques.
* Manage all clearing activities of branch.
* Responsible for tallying stocks like Cheque book, ATM cards, etc.,
* Responsible for all cash transactions happening at branch
* Ensure compliance with Banking rules, Regulations- & Procedures and Adherence to KYC guidelines.
Scope International Ltd as Process Associate
Jun 2012 to Nov 2012
Perform KYC checks in credit card application forms.
Verification of documents provided by the customer for the credit cards.
Entering of customer details in Filenet system for the credit card process
Perform systematic checks to ensure the eligibility for the quantum of amount seeked by the customer.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d120140…
https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d1201405711150a5d5a… 3/3
UG: BCA (Computers) from Ramakrishna Mission Vivekananda College, Chennai in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
MS Excel, Outlook, & System
Languages Known
Language Proficiency Read Write Speak
English
tamil
Rank 895: Resume 1344 with similarity score 0.020676372742219406
MS , BS associate , customer support engineer , linux administrator , full time , linux system administrator , system engineer , aws solution architect , unix system administrator award , training , nfs , customer , 24x7 , space , status , grasp , application services , red hat linux , samba , payroll , nagios , gitlab , components , building , ec2 , operating systems , server administration , system administration , organization , file systems , vmware esx , ansible , designation , mar , rhel , hindi , cloud , freebsd , ltd , windows , english , troubleshooting , ftp , groups , swap , credentials , splunk , playbook , range , ibm , closure , volume management , dc , puppet , resolve , documentation , itil , javascript , disk management , technology , business continuity , knowledge base , reporting , performance analysis , rca , general , change requests , vendors , affirmative action , oracle , p2 , maintenance , basic , unix , centos , email , rsync , aws , configuration management , ubuntu , operations , ilo , hp , juniper , languages , raid , resource optimization , scheduling , esxi , galaxy , ug , authentication , authorization , openstack , teams , enterprise , automation tools , kernel , virtualization , devices , cron , electronics , articles , servers , s3 , running , merge , system performance , framework , cvs , sphere , zenoss 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125…
https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125219175b5f0a0… 1/3
Current Designation: Linux System Administrator
Current Company: DXC Technology ( Payroll Genex Corporate
Services Pvt. Ltd.)
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Secunderabad
Functional Area: IT Software - Client Server
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: Diploma [Industrial Electronics]
Verified : Phone Number | Email - id
DXC Technology ( Payroll Genex Corporate Services Pvt. Ltd.) as Linux System Administrator
Jun 2020 to Till Date
Tech Mahindra ltd. as L2 Linux System Administrator
May 2016 to Jun 2020
Organization :- Tech Mahindra ltd.
Role :- L2 Linux System Administrator
Location :- Pune
Duration :- October 2017 to Till date .
Organization :- Tech Mahindra ltd. (Payroll : Team Ware Solution)
Role :- L2 Linux system Administrator
Location :- Pune
Duration :- May 2016 to October 2017 .
Role:
On role of Unix System Administrator (L2 support) in 24x7 environment, for Juniper Networks client.
Pat on Back awarded for being reliable in management of CM Maintenance Activity.
Managing incidents, service requests and change requests as per ITIL guidelines using Service-Now tool.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SAMBANDH SURYAWANSHI
L2 Linux system Administrator seeking roles in System Administration,Linux
Administration,Server Operations,Hardware Support,Technical Support,Disk
Management,Troubleshooting,Performance Monitoring,Incident
Management,Unix,DNS,VMware,AWS,Ansible
Key Skills: l2 linux system administrator,system administration,linux administration,server operations,hardware
support,technical support,disk management,troubleshooting,performance monitoring,incident
management,unix,vmware,aws,ansible,git,itil
Summary
Linux Certified System Engineer with a strong 9+ years IT background based on in-depth training and ongoing in computer
technology. Currently working as Linux System Administrator in 24x7 environments for client Juniper Networks in their
enterprise wide AWS and Contrail cloud, VMWare, and server operations.
Worked on various physical and virtual servers under DC and cloud environment with RHEL and CentOS v5.x/6.x, Ubuntu
12.04/14.04, FreeBSD 7.1/9.1, VMware ESX 4.x/5.0 and ESXi 5.1/6.5 Oss.
Proficient in ITIL based framework for troubleshooting of client issues and maintenance of Unix servers including incident
troubleshooting, performance monitoring, resource optimization, configuration changes and reporting.
Quickly grasp any new technologies and concepts introduced by client and demonstrate the same to colleagues.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125…
https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125219175b5f0a0… 2/3
Build and deploy of UNIX/Linux based OS, their kernel and packages. Troubleshooting of NFS, NIS, SAMBA, FTP .
OS Performance analysis, optimization, troubleshooting of user issues and server administration.
Problem tickets management, working on RCA and closure as per ITIL guidelines.
Managing configuration files via automation tools such as Git, CVS Puppet and Ansible on large range of servers.
User account and authentication management locally as well as through NIS. Managing local authentication files via
automation tools such as Puppet and Ansible on large range of servers.
Basic knowledge of Ansible to run playbook from AWX ansible tower and trouble shoot to failed jobs,
Working with gitlab to push, pull, merge request to manage configuration management files.
Change creation, scheduling, implementation and handling maintenance activities as per ITIL standards.
Documentation of related troubleshooting process. Building and maintaining knowledge base (KB) articles.
Troubleshooting Server hardware issues using iLO/IMM/DSview consoles, in coordination with hardware support vendors
(HP, IBM, Groupware, iXsystems, Oracle, Zensar) whenever necessary.
Creating, managing and troubleshooting RAID arrays, LVMs, NFS and SAN shared volumes. Volume backup and sync
with rsync.
Virtualization: hands on to VMware v-Sphere client / v-center from v4.x to 6.5.
Working on cloud platform like ( AWS, OpenStack Contrail ) hosted production servers.
Knowledge AWS Ec2, EBS, S3, Cloud watch etc,
Hands-on monitoring using Zenoss for physical as well as virtual hosts and SPLUNK for contrail cloud platform VMs.
Working on Monitoring tool generated P3 escalated/P2/P1 tickets.
Accept calls from Service Desk and resolve the problems related to Infra,
Update Service Desk with call resolution details,
Assign tasks and review the L1 tickets.
Galaxy Soft Sol Inc. as Linux Administrator
Jan 2014 to Jun 2015
Role:
Monitoring alerts on tools (Nagios).
Responded to Page alerts and resolved the issues in a Timely Manner
Immediate attention for Host down alerts and engaging appropriate teams for resolution and escalating wherever required
making sure the Application services are up and running for Business continuity.
Monitored system performance.
Handling and providing support for critical tickets for production servers within the given SLA.
Performance Analysis of resources like CPU, Memory, Disk and Swap.
Responsible for day-to-day System Administration for Red Hat Linux .
Responsible for NFS Management - Take care of user accounts/groups, setting up of NFS environment. Solving the
problems.
Troubleshot NFS Related issues and Work with appropriate teams for Resolution
Reviewed system log files for errors. Setting up CRON jobs.
Expertise in Creating new file systems, managing and checking data Consistency of file systems Administration
Installation, configuration and upgrade of Linux Operating System
Expertise in using Logical Volume management (LVM) for disk management and allocation of space to physical volumes,
Creating Logical volumes and clearing the unused devices.
HCL Info systems Ltd. as Customer support Engineer
Mar 2010 to Jan 2014
Credentials of receiving "BEST PERFORMANCE CE AWARD" for JAS '2013'
Spearheading efforts across Planning, coordination and implementation
Involved in Installation and configuration of Servers, Clients and networking components
Provided Systems Administration support for Linux & Windows Operating Systems
Maintenance and troubleshooting operating system problems for the installed systems
UG: Diploma (Industrial Electronics) from Chandrapur polytechnic Chandrapur in 2008
Other Qualifications/Certifications/Programs:
Redhat system engineer 5
AWS solution Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125…
https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125219175b5f0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS , Contrail cloud, VMWare
Languages Known
Language Proficiency Read Write Speak
ENGLISH
Hindi
Marathi
Rank 896: Resume 1529 with similarity score 0.020640529543963608
MS , BS long term , part time , devops , full time nfs , telugu , security , indices , platforms , bash , docker , databases , linux , digital , status , eta , zimbra , redmine , nagios , gitlab , ec2 , mariadb , organization , architectural design , amazon web services , magento , devops , access , designation , rhel , hindi , application infrastructure , cluster , ltd , windows , english , troubleshooting , web applications , project , ftp , mongodb , drupal , godaddy , pipelines , performance tuning , strategy , vmware , javascript , history , disk management , positioning , data centers , rca , efs , developers , affirmative action , mysql , debian , maintenance , zabbix , service delivery , centos , checks , zenoss , proxy , postgresql , email , tomcat , wordpress , aws , openldap , ubuntu , android , github , premises , languages , tags , load balancing , monit , esxi , jira , search , tem , cloud services , hardening , alfresco , jenkins , telecom , routing , health , lamp , active directory , apache , permissions , php , authorization , teams , kernel , virtualization , transparency , cost effective , user administration , ecs , government , servers , s3 , auditing , nginx , ssh , python , liferay , laravel 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 1/3
Current Designation: Linux Admin
Current Company: KTree Computer Solutions Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Com [computers commers]
Verified : Phone Number | Email - id
KTree Computer Solutions Pvt Ltd as Linux Admin
Jul 2015 to Till Date
Over 2 years of relevant Experience in Implementing Organization DevOps strategy in various environments of Linux and
windows servers along with adopting cloud strategies based on Amazon Web Services. And digitalocean.
Experienced in working with Virtualization Platforms VMware ESXi nodes, AWS services, Digital Ocean droplets,
Godaddy, Cloudflare setup.
Utilized DevOps methodologies and work with application developers in multiple teams to setup auto deployments.
Expertise in Managing cloud services EC2, S3, RDS, IAM, VPC, VPN, ELB, EFS, RDS, Auto scaling, Cloud Watch,
Lambda, Elastic Search and more in AWS.
Hands on Experience in Managing AWS Multiple Organization and Accounts billing allocation tags basis on projects.
Expertise in Positioning VPC setup minimal exposure resources outside by following security best practices.
Auditing AWS provisioned resources and implemented cost deduction strategies by opting spot & long term reserved
Instances.
Load balancing using AWS LB?s, routing traffic based on path and subdomains using ELB rules Route53.
Automated, cost effective backups using S3 and defining pretension policies using s3 life cycle.
Last Active: 10-Feb-21 Last Modified: 5-Feb-21
Siva Krishna Geddada
Linux Admin seeking roles in Linux and AWS Administration,Incident
Management,ActiveDirectory,Configuration,Applicationsupport,TechnicalSupport,Installation,Troubleshooting,SpringB
Key Skills: Linux/System Admin,Linux
Administration,AWS,kubernates,Docker,ECS,Digitalocean,Jenkins,git,Liferay,tomcat,Incident Management,Technical
Support, Installation,Troubleshooting,MongoDB,VMWare,Python,kubernates,Docker,MySQL,JIRA,Git,EKS.,ELK
Summary
5 + years of overall IT experience in planning, development and maintenance of servers in monitoring, supporting of IT
hardware and software over Multi Cloud Platforms & Data Centers.
3+ years of experience in Linux administration and 2+ years of experience in AWS administration.
Looking for an opportunity in Dev-ops environment to utilize and enhance my skills to the fullest employing comprehensive
knowledge and professional experience gained
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 2/3
Expertise in analyzing, design and troubleshooting technical issues with in SLA?s.
Experienced in clustering / load balanced solutions. like (ECS,EKS,Alfresco,Liferay)
Expertised in Docker environment, has hands on experience over ecs,eks services in multiple projects.
Setting up Elastic search cluster, automated backup of indices to s3 bucket, providing minimized access to users.
Creating and managing IAM users & Roles with regulated privileges.
Expertise in configuration of MySQL, percona, mariaDB, postgres databases for development & productions.
Integration GitLab with Jenkins for auto deployment using Gitlab Runner and CI-Pipelines.
Hands on Experience in migration of SVN repositories to Git along with history, commits.
Expertise in IAM users and permissions management to secure the cloud infrastructure.
Expertise in cloud infra design with understanding client requirement and presented architectural design in (lucid.io &
draw.io) representations.
Expertised in providing the HA solutions on cloud infrastructure & on-premises (AWS).
depth knowledge of Linux: RedHat, CentOS, Debian, Ubuntu etc.
Expertised in User Administration, Disk management, Apache, Nginx, Apache Tomcat, LAMP, XMAP,LEMP. HA Proxy,
DNS, Active Directory, DHCP, OPenLDAP, SSH, FTP, NFS,
Setting up working environments for developers and production on php, python , NodeJS, Android and Java based setups.
Day to day tasks in providing L2 and L3 Support to the Multiple Teams PHP (magento, wordpress, laravel, drupal), Java
(Liferay,Tomcat), Python (Odoo, NodeJS and Android Web developers).
Application Infrastructure Support for Linux Production and UAT servers.
Expertise in Ubuntu, Redhat, CentOS Server Administrations and security hardening
Experienced in working on scalable, high transaction volume web applications Like Liferay & Magento.
Experienced in creating/Cloning & troubleshooting VM?s in ESXi, exports/restore ovf templates VM?s.
Experienced working with Jenkins, Rundeck, Redmine Project Management, Monitoring tools.
Monitoring the servers with Monitoring Tools (zenoss,Monit,Nagios,Zabbix,Route53 health checks & LogicMonitor)
Working on Daily requests, Service Incidents within the SLAs ,Troubleshooting issues and Providing RCA
Conduct Standup with internal ITsupport tem as a meetings lead from IT (Technical Implementations).
Transparency and Integrity in service delivery as per the design scope and ETA.
Hands on Experience in controlling network mitigations over cloud and Linux Machines.
RHEL & Ubuntu critical Patches (Application/Kernel) Upgrades to production with prior planning.
Expertised in WebServer Performance tuning & Optimizations Tomcat/Apache2/Nginx/Php-FPM.
UG: B.Com (computers commers) from ASNM Government Degree College in 2012
Other Qualifications/Certifications/Programs:
RHCSA
RHCE
Education
IT Skills
Skill Name Version Last Used Experience
Bash, Python , Git, SVN, GitHub
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
MySQL, PostgreSQL, Mongo DB
Jenkins, Rundeck, CodeCommit
Docker, Kubernates, EKS,ECS,
Zimbra, IRedMail, GoogleApps
SpringBoot,Lambda,docker
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 897: Resume 710 with similarity score 0.020592010633681046
MS , BS long term , part time , devops , full time nfs , telugu , security , indices , platforms , bash , docker , databases , linux , digital , status , eta , zimbra , redmine , nagios , gitlab , ec2 , mariadb , organization , architectural design , amazon web services , magento , devops , access , designation , rhel , hindi , application infrastructure , cluster , ltd , windows , english , troubleshooting , web applications , project , ftp , mongodb , drupal , godaddy , pipelines , performance tuning , strategy , vmware , javascript , history , disk management , positioning , data centers , rca , efs , developers , affirmative action , mysql , debian , maintenance , zabbix , service delivery , centos , checks , zenoss , proxy , postgresql , email , tomcat , wordpress , aws , openldap , ubuntu , android , github , premises , languages , tags , load balancing , monit , esxi , jira , search , tem , cloud services , hardening , alfresco , jenkins , telecom , routing , health , lamp , active directory , apache , permissions , php , authorization , teams , kernel , virtualization , transparency , cost effective , user administration , ecs , government , servers , s3 , auditing , nginx , ssh , python , liferay , laravel 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 1/3
Current Designation: Linux Admin
Current Company: KTree Computer Solutions Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Com [computers commers]
Verified : Phone Number | Email - id
KTree Computer Solutions Pvt Ltd as Linux Admin
Jul 2015 to Till Date
Over 2 years of relevant Experience in Implementing Organization DevOps strategy in various environments of Linux and
windows servers along with adopting cloud strategies based on Amazon Web Services. And digitalocean.
Experienced in working with Virtualization Platforms VMware ESXi nodes, AWS services, Digital Ocean droplets,
Godaddy, Cloudflare setup.
Utilized DevOps methodologies and work with application developers in multiple teams to setup auto deployments.
Expertise in Managing cloud services EC2, S3, RDS, IAM, VPC, VPN, ELB, EFS, RDS, Auto scaling, Cloud Watch,
Lambda, Elastic Search and more in AWS.
Hands on Experience in Managing AWS Multiple Organization and Accounts billing allocation tags basis on projects.
Expertise in Positioning VPC setup minimal exposure resources outside by following security best practices.
Auditing AWS provisioned resources and implemented cost deduction strategies by opting spot & long term reserved
Instances.
Load balancing using AWS LB?s, routing traffic based on path and subdomains using ELB rules Route53.
Automated, cost effective backups using S3 and defining pretension policies using s3 life cycle.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Siva Krishna Geddada
Linux Admin seeking roles in Linux and AWS Administration,Incident
Management,ActiveDirectory,Configuration,Applicationsupport,TechnicalSupport,Installation,Troubleshooting,SpringB
Key Skills: Linux/System Admin,Linux
Administration,AWS,kubernates,Docker,ECS,Digitalocean,Jenkins,git,Liferay,tomcat,Incident Management,Technical
Support, Installation,Troubleshooting,MongoDB,VMWare,Python,kubernates,Docker,MySQL,JIRA,Git,EKS.,ELK
Summary
5 + years of overall IT experience in planning, development and maintenance of servers in monitoring, supporting of IT
hardware and software over Multi Cloud Platforms & Data Centers.
3+ years of experience in Linux administration and 2+ years of experience in AWS administration.
Looking for an opportunity in Dev-ops environment to utilize and enhance my skills to the fullest employing comprehensive
knowledge and professional experience gained
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 2/3
Expertise in analyzing, design and troubleshooting technical issues with in SLA?s.
Experienced in clustering / load balanced solutions. like (ECS,EKS,Alfresco,Liferay)
Expertised in Docker environment, has hands on experience over ecs,eks services in multiple projects.
Setting up Elastic search cluster, automated backup of indices to s3 bucket, providing minimized access to users.
Creating and managing IAM users & Roles with regulated privileges.
Expertise in configuration of MySQL, percona, mariaDB, postgres databases for development & productions.
Integration GitLab with Jenkins for auto deployment using Gitlab Runner and CI-Pipelines.
Hands on Experience in migration of SVN repositories to Git along with history, commits.
Expertise in IAM users and permissions management to secure the cloud infrastructure.
Expertise in cloud infra design with understanding client requirement and presented architectural design in (lucid.io &
draw.io) representations.
Expertised in providing the HA solutions on cloud infrastructure & on-premises (AWS).
depth knowledge of Linux: RedHat, CentOS, Debian, Ubuntu etc.
Expertised in User Administration, Disk management, Apache, Nginx, Apache Tomcat, LAMP, XMAP,LEMP. HA Proxy,
DNS, Active Directory, DHCP, OPenLDAP, SSH, FTP, NFS,
Setting up working environments for developers and production on php, python , NodeJS, Android and Java based setups.
Day to day tasks in providing L2 and L3 Support to the Multiple Teams PHP (magento, wordpress, laravel, drupal), Java
(Liferay,Tomcat), Python (Odoo, NodeJS and Android Web developers).
Application Infrastructure Support for Linux Production and UAT servers.
Expertise in Ubuntu, Redhat, CentOS Server Administrations and security hardening
Experienced in working on scalable, high transaction volume web applications Like Liferay & Magento.
Experienced in creating/Cloning & troubleshooting VM?s in ESXi, exports/restore ovf templates VM?s.
Experienced working with Jenkins, Rundeck, Redmine Project Management, Monitoring tools.
Monitoring the servers with Monitoring Tools (zenoss,Monit,Nagios,Zabbix,Route53 health checks & LogicMonitor)
Working on Daily requests, Service Incidents within the SLAs ,Troubleshooting issues and Providing RCA
Conduct Standup with internal ITsupport tem as a meetings lead from IT (Technical Implementations).
Transparency and Integrity in service delivery as per the design scope and ETA.
Hands on Experience in controlling network mitigations over cloud and Linux Machines.
RHEL & Ubuntu critical Patches (Application/Kernel) Upgrades to production with prior planning.
Expertised in WebServer Performance tuning & Optimizations Tomcat/Apache2/Nginx/Php-FPM.
UG: B.Com (computers commers) from ASNM Government Degree College in 2012
Other Qualifications/Certifications/Programs:
RHCSA
RHCE
Education
IT Skills
Skill Name Version Last Used Experience
Bash, Python , Git, SVN, GitHub
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
MySQL, PostgreSQL, Mongo DB
Jenkins, Rundeck, CodeCommit
Docker, Kubernates, EKS,ECS,
Zimbra, IRedMail, GoogleApps
SpringBoot,Lambda,docker
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 898: Resume 1073 with similarity score 0.020549733121215764
B.E , MS , B.TECH , BS solutions architect , associate , project engineer , change management , full time , senior analyst automation , blocking , on-call support , computing , access , kubernetes , security , designation , connect , versioning , user management , ug , affirmative action , information technology , hindi , databases , docker , scratch , linux system administration , hub , ami , cluster , gateway , windows , apache , cli , internet , english , troubleshooting , authorization , status , email , project , store , groups , aws , swap , servicenow , yum , problem management , application , peering , amazon rds , ecs , change management , s3 , servers , git , pod , ec2 , storage , replication , languages , itil , ssh , assessment , python , javascript , jira , amazon cloudfront , network administration , orchestration , disk , folders 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f12…
https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f120b1143500f5f5… 1/3
Current Designation: AWS Administrator
Current Company: HCL Technologies
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Gurgaon,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
HCL Technologies as AWS Administrator
Oct 2015 to Till Date
Experience in respect to AWS
Experience in working on AWS and its services like AWS IAM, VPC, EC2, ECS, EBS, RDS, S3, Lambda, ELB, Auto
Scaling, Route 53, Cloud Front, Cloud Watch, Cloud Trail, SQS, and SNS.
Working on Linux System Admin.
Experienced in Cloud automation using AWS Cloud Formation templates to create custom sized VPC, subnets, NAT, EC2
instances, ELB and Security groups
Experienced in creating complex IAM policies, Roles and user management for delegated access within AWS
Understanding of EC2 storage and S3 storage, EC2 networking and deploying an EC2 linux instance.
Adding an Elastic IP to Linux instance, Allowing Network Access, connecting to Linux instance using ssh
adding a new disk, adding a swap and moving file to EC2 instance.
Created folders in buckets and adding objects to buckets and folders and adding permission to S3 storage.
Configured an S3 bucket for hosting website, versioning control etc.
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, Security Groups, RDS and IAM).
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Setup/Managing VPC, Subnets; make the connection between different zones; Blocking suspicious ip/subnet via ACL.
Setup/Managing CDN on Amazon CloudFront ( Origin Path: Server / S3) to improve site
Create/Managing buckets on S3 (CLI) and store db and logs backup, upload images for CDN serve.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
-Worked on VPC, Subnets,,NAT gateway ,Internet Gateway Blocking suspicious ip /subnet via NACL.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Santosh Kumar Singh
AWS and Linux Administration with 3 year of experience and total experience 4.6 in IT
I am on notice period
Key Skills: Linux System Administration,Incident Management,Change Management,Jira,ServiceNow,Cloud
Watch,CloudTrail,SNS,SQS,AWS EC2,Cloud Computing,Yum,DNS,DHCP,Python,Docker,Kubernetes,AWS Cloud
watch,AWS Cloud formation,Senior Analyst AWS Administrator
Summary
Having 4.6 Years of work experience as AWS Admin(IAAS) and Linux System Administration overall experience related to IT
4.6
Analytical, Monitoring, Troubleshooting and Organizational Skills
Assessment Planning and Implementation Abilities
Capable of working under pressures and achieving deadlines
ITIL knowledge (incident, change and problem management ) and tools (Service Now).
Provide On-Call Support in heterogeneous environment
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f12…
https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f120b1143500f5f5… 2/3
VPC peering, Direct connect, Lambda Function and many more.
Configured a CloudWatch logs and Alarms.
Working on ECS and EKS Cluster.
Working on Beanstalk to deploying the application.
Installation and setting up Kubernetes cluster on AWS manually from scratch
Installation Docker
Hands-on knowledge Docker and Kubernetes
Hands-on knowledge of creating docker image and uploading in tot the docker hub.
Good hands on knowledge on Kubernetes for the orchestration of the container.
Hands-on knowledge of Kubernetes managing and creating pod, Replication control, replica set deployment, Services etc.
UG: B.Tech/B.E. (Information Technology) from Uttar Pradesh Technical University (UPTU) in 2013
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Education
IT Skills
Skill Name Version Last Used Experience
EC2, ELB, VPC, S3
Cloud Front, IAM, RDS
CLOUDWATCH
CloudTrail , SNS, SQS
Lambda, Beanstalk
Linux 6/7, Windows 2012, 2016
GIT
APACHE
AWS RDS
Jira, ServiceNow
DOCKER
Kubernetes
Python
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Project Engineer
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f12…
https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f120b1143500f5f5… 3/3
Nature of Employment: Full Time Duration: Oct 2015 - Oct 2020
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Client: Johnson & Johnson
Project Details:
Experience in working on AWS and its services like AWS IAM, VPC, EC2, ECS, EBS, RDS, S3, Lambda, ELB, Auto Scaling,
Route 53, Cloud Front, Cloud Watch, Cloud Trail, SQS, and SNS.
Experienced in Cloud automation using AWS Cloud Formation templates to create custom sized VPC, subnets, NAT, EC2
instances, ELB and Security groups
Experienced in creating complex IAM policies, Roles and user management for delegated access within AWS
Understanding of EC2 storage and S3 storage, EC2 networking and deploying an EC2 linux instance.
Adding an Elastic IP to Linux instance, Allowing Network Access, connecting to Linux instance using ssh
adding a new disk, adding a swap and moving file to EC2 instance.
Created folders in buckets and adding objects to buckets and folders and adding permission to S3 storage.
Configured an S3 bucket for hosting website, versioning control etc.
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, Security Groups, RDS
Rank 899: Resume 677 with similarity score 0.02051658657579959
B.TECH , BS work from home , full time pay , design , photos , assessment , it , resume , english , media marketing , go , technology , social media , android studio , computer science , application Assessment
Q1. Why should you be hired for this role?
I am already an app developer. I did an application in android studio. I am very much interested in app development . I want to go into more depth
in application development. If I have been hired into this I will definitely pay attention towards it and I can learn more.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am always available for full time work and I can start immediately as well. But I have half day college on Thursday , Friday and Saturday.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8309328761
Yaswanth Ravula
Chirala
Applied 28 Dec'20
English Proficiency Spoken) English Proficiency Written) Social Media Marketing
Bachelor of Technology B.Tech), Computer Science & Engineering
ST ANNS COLLEGE
2018 - 2022
Did an Android Application
Oct 2020 - Oct 2020
https://play.google.com/store/apps/details?id=com.bloodshare.bloodshareprakasam
I alone did an android application regarding blood donation and to get instant blood donor. Most of the users appreciated
the UI design of that application.
I Can Also edit Photos Professionally So That It is Usefull To Add In Website
https://play.google.com/store/apps/details?id=com.bloodshare.bloodshareprakasam
Rank 900: Resume 706 with similarity score 0.02050733218230866
B.E , MS , B.TECH information security , associate , devops , full time , team lead , technical lead , lead engineer schema , core java , window , aes , gateway , status , sap , framework design , bitbucket , mantis , ec2 , cms , workflow , notification , hybris , pipeline , elasticsearch , encryption , devops , designation , mar , web services , cloud , information security , english , project , mongodb , microservices , angularjs , fixing , rest , database design , git , dashboard , javascript , trello , business requirements , ldap , optimization , general , healthcare , affirmative action , mysql , maintenance , service integration , service development , architecture , email , jpa , aws , key management , ubuntu , middleware , unit testing , languages , hibernate , xmpp , cassandra , sit , jira , commerce , cyber , api , spring mvc , spring batch , jenkins , ug , tamil , oracle database , azure , authorization , teams , executor , spring boot , tracker , application , ci , product design , order processing , s3 , storage , technical documentation , bamboo , hbase , cd , medicare 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11…
https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11051012510b0d… 1/3
Current Designation: Lead Engineer
Current Company: Born Commerce
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Medical/Healthcare/Hospital
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [IT]
Verified : Phone Number | Email - id
Born Commerce as Lead Engineer
Aug 2018 to Till Date
Project Details
Project Name Fluent Commerce (OMS)
Duration Aug 2020 - Till Now
Skills Used Spring Boot, Spring Batch, AWS API Gateway, AWS Lambda
Function, Mongodb, Mystique Framework, Graph QL, Azure devops
pipeline, Jenkins
Roles & Responsibilities Involved in client discovery and product design & architecture, lead team
and design the base workflow for order processing and fulfillment logic.
Added spring boot code logic to built custom rules to identify the
proximate location based on delivery address state. Implemented
cybersource gateway for payment integration and help the team to build
the graph QL query as per business requirement. Demonstrated test
executor to validate and unit test the custom rules.
Project Name Delta Faucet
Duration Aug 2018 - July 2020
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Veeramanikandan Murugesan
Lead Engineer having experience in Java, Spring Boot, Microservice, AWS and CI/CD.
Key Skills: Core Java, J2Ee, Spring, Hibernate, Spring Mvc, Spring Boot, Microservices, AWS, MongoDB, Elastic Search,
Summary
Technical Lead having 9 years 7 months of IT experience with all the stages of SDLC including designing, developing and
testing in the fields of Software Development.
Result oriented, self-driven, highly motivated, smart and hungry to learn new technologies, methodologies, strategies and
processes.
Completed Oracle Certified Associate, AWS Certified Developer Associate and AWS Certified Cloud Practitioner.
Hands on Experience in AWS concepts such as Cloud Formation, EC2, VPC, API Gateway, Lambda Function, S3, Route 53
and Elastic Search Service.
Experience in CI/CD pipeline tools such as Jenkins and Azure devops pipeline.
Experience in Fluent Commerce (OMS) platform and Jahia CMS and bit hands on experience in SAP Hybris and Node JS.
In-depth knowledge of REST Services, Microservices, Spring MVC, Spring Boot.
Experience in Graph QL Query and schema.
Extensive experience with Payment Gateway Interface such as Cybersource Integration.
Experienced in the Hibernate framework
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11…
https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11051012510b0d… 2/3
Skills Used Spring Boot, Node JS Middleware, Microservice, Spring Batch,
Spring MVC, Hibernate, AWS API Gateway, AWS Lambda
Function, Mongodb, MySql, Elasticsearch, Jenkins
Roles & Responsibilities Involved in product framework design & architecture, lead team and
involved in micro service development for users and products. Created
mapping templates for elastic search and implemented bulk requests from
elastic search clients. Coordinate with onshore business teams to gather
requirements and create design for the same. Created a jira ticket for
business requirements and assigned the tickets to team members.
SmartSource Softwares Private Limited as Technical Lead
Jun 2011 to Aug 2018
Project Name GHX - Test Framework
Duration Apr 2018 - Aug 2018
Skills Used Spring Boot, Microservice, Spring Batch, Spring MVC, Hibernate,
Angularjs, AWS Service integration, Mongodb, MySql, Elasticsearch
Roles & Responsibilities Involved in product framework design & architecture, lead team and
involved in Start up EC2 instance from java using AWS service via cloud
formation, involved in database design and CURD operation
implementation for Mongodb using morphia and hibernate JPA.
Project Name Payment Gateway Interface
Duration Dec 2017 - March 2018
Skills Used Spring Boot, Hibernate, Cyber Source & Oman Net Payment
Gateway Integration, Oracle Database
Roles & Responsibilities Involved requirement gathering from client and prepared technical
documents. Lead team and involved in development of Cybersource
Integration and Admin Dashboard module. Design and development
of Restful Web Services. Involved in application deployment with
WAS.
Project Name SmartTrack
Duration June 2017 - Dec 2017
Skills Used Java, Spring MVC, MYSQL, ERPNext, AWS, Cassandra, CyberSource
Roles & Responsibilities Requirement gathering from client and prepared technical
documents. Lead team and involved in development of web application
using Spring MVC framework. Involved in ERP development.
Design and development of Restful web services, Integrated
MYSQL and XMPP Server.
Project Name Data Bank
Duration January 2016 - May 2017
Skills Used Java, Spring MVC, MYSQL, ERPNext, LDAP, HBase, AWS, Cassandra
Roles & Responsibilities Design and development Restful Web services, integrating
Cassandra with Spring Restful web services, integrating File storage api,
Information encryption. Developed a Restful service to provide all the
CRUD capabilities. Created information security for users by providing
AES & RSA combined encryption and key management. Work with
customers to ensure the project meets business needs, Documentation
analysis of current and future processes/systems. Participating in client
calls and involved in the requirement gathering from the clients.
Project Name Medicare Enhancements
Duration September 2014 - December 2015
Skills Used Java, Spring MVC, MYSQL
Roles & Responsibilities Medicare Enhancement is Maintenance and Enhancement project
for Medisys application which involves production monitoring
activities, database analysis and optimization, coding, unit testing,
SIT support and bug fixing and post implementation support for
various development MVC framework and Integrated MYSQL
database with web application. Involved in project technical
documentation.
Project Name Legacy Health Analysis Application
Duration November 2013 - September 2014
Skills Used Java, Hibernate, SQL Database
Roles & Responsibilities Design and development of Restful web services, Integrated MYSQL
database with web application using Hibernate framework. Involved
in database design and restful web service creation and unit testing.
Project Name World Vision - CommSpeak Dev
Duration June 2011 - November 2013
Skills Used Java, Hibernate, SQL Database
Roles & Responsibilities Design and development of Restful web services, Integrated MYSQL
database with web application using Hibernate framework. Involved
in database design and restful web service creation and unit testing.
Involved in project technical documentation.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11…
https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11051012510b0d… 3/3
UG: B.Tech/B.E. (IT) from Bannari Amman Institute in 2011
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Ubuntu 16.04/Window 10/AIX
Spring Boot, Microservice, Spring MVC
Hibernate
Java, Node JS
MongoDB, MySQL, Oracle
GIT, Bitbucket , AWS Code Commit
JIRA, Trello, Mantis Bug Tracker
Jenkin, Azure and Bamboo
LDAP, Push Notification, AWS, ES, XMPP
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 901: Resume 1307 with similarity score 0.020462343338813013
B.E , MS , B.TECH scrum master , mobile application developer , android developer , senior software engineer , ux consultant , change management , full time , team lead , part time , product owner mobile architecture , core java , jenkins , scrum , compatibility testing , open source , designation , ug , affirmative action , developments , hindi , solver , apache , json , authorization , english , teams , status , agile , email , project , application , kotlin , live , devices , mumbai , ci , google maps , ux , elements , rest , ios development , mvc , swift , change management , knowledge sharing , junit , react native , cordova , git , languages , forming , espresso , android development , platform development , android sdk , python , google api , javascript , ml , kt , cd , contingency 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d14…
https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d140716475d5d0f… 1/2
Current Designation: Lead
Current Company: TCS
Current Location: Mumbai
Pref. Location: Pune,Indore,Hyderabad
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
TCS as Lead
Nov 2016 to Till Date
As Scrum Master ensuring a good relationship between teams ,
product owner and outside team.
Identifying risks and forming contingency plans as soon as
possible.
Cost, Compatibility and Feasibility Analysis of Open Source
Library, Paid Library, Google API Services.
Code Analysis to make sure code is written as per development
guide line.
As Mobile Ninja helping other teams in the solutioning part.
Being transparent with the team about challenges, failures, and
successes.
Keep KT Session within the team for Knowledge sharing.
Keeping up-to-date with industry trends and developments.
Reliance Tech Services as Mobile Application Developer
Nov 2014 to Oct 2016
Clarifying what actions intended to perform within the
development cycle.
UI component compatibility testing for all the available android
devices.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Rakesh Rajput
Android, Jetpack, coroutines, dagger, React Native,Swift,Crossplatform,Mobile
Application Developer, Mobile Solution Architictect, Mobile Lead, Android SDK,
Jetpack, Live Data, Room DB, Google Maps, REST API call, ML,RxJava,Kotlin, Room
Key Skills: Android Development,IOS Development,Core Java,Python,Swift,JSON,SVN,MVC,mvvm android,react
native,swift,Android Developer,Android,Mobile Architecture,Ux Consultant,mobile crossplatform development,Apache
Cordova,jetpack,Google Maps,Agile Methodology
Summary
Continuous learner, Highly motivated, self learner and problem-solver professional with experience in Mobile Application
Development,Android Development,Android architecture component, kotlin development, courotines, dagger, hilt, IOS
Development,Project Management,Cross Platform Development , Change Management,Defect Management,Quality
Management,Requirement Gathering,CoreJava,SDK,Python,Jenkins,Swift,JSON,SVN,MVC,Git
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d14…
https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d140716475d5d0f… 2/2
Breaking down program specification into its simplest elements
and translating this logic into a programming language.
Evershine Group as Senior Software Engineer
Jun 2014 to Oct 2014
Brainvire Infotech as Senior Software Engineer
Feb 2013 to Dec 2013
Manacle Technologies as Software Engineer
Jul 2011 to Jan 2013
UG: B.Tech/B.E. (Computers) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, Kotlin, Swift, Python
MVVM, MVP, MVC, MVC, Android
Postman, JUnit, Espresso
SVN, GIT, CI/CD, Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 902: Resume 336 with similarity score 0.02033749806016038
B.E , BS quality analyst , work from home , quality assurance engineer , android developer android development , completion , basic , assessment , interpret , training , app , resume , internships , user friendly , java , motors , writing , kotlin Assessment
Q1. Why should you be hired for this role?
Have around two years of experience working as Quality Analyst for a mechanical firm. Would want to work with a product company as a Android
developer and deliver to the best of my capabilities.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9994374520
Mohammed Tariq
T iruchirappalli, Bangalore
Applied 31 Dec'20
Android Kotlin Java
Bachelor of Engineering B.E, Mechanical Engineering
MEPCO Schlenk Engineering College
2014 - 2018
CGPA 8.90/10
Senior Secondary XII, Science
S.B.I.O.A MATRICULATION HIGHER SECONDARY SCHOOL
STATE BOARD board)
Year of completion: 2014
Percentage: 90.20%
Secondary X
Modern Matriculation Higher Secondary School
STATE BOARD board)
Year of completion: 2012
Percentage: 94.91%
Quality Assurance Engineer
Igarashi Motors India Limited, Chennai
May 2018 - Jul 2020
Create user friendly reports for defects so that people from different nationalities can interpret easily
Was involved in analysis and writing RCAs for any product failures or defects
Intern Android Developer
App Crew Private Limited, T iruchirappalli
Aug 2020 - Present
Completed basic training in Java, Kotlin and Android development. Completed a Todo app which persists data in Room,
makes network calls and uses glide for image loading.
https://www.linkedin.com/in/mohammed-tariq-03a444117/
Rank 903: Resume 101 with similarity score 0.020330316170886202
B.TECH , BS work from home , full stack software developer internships , angular , public , smart working , kotlin , c programming , wallpaper , resume , android , java , computer science , chat , django , e-commerce , foundation , completion , assessment , app , technology Assessment
Q1. Why should you be hired for this role?
Because i am both a hardworking and smart working candidate who learns fast and have skills in this domain.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 7982057176
Ashish Sagar
Ghaziabad
Applied 26 Dec'20
Android Kotlin Angular 7.0
C Programming Django Flutter
Java
Bachelor of Technology B.Tech), Computer Science
R.D.ENGINEERING COLLEGE
2016 - 2020
CGPA 7.50/10
Senior Secondary XII, Science
Ghaziabad Public School
CBSE BOARD board)
Year of completion: 2016
CGPA 6.40/10
Secondary X
Ghaziabad Public School
CBSE BOARD BOARD board)
Year of completion: 2014
CGPA 7.60/10
Java Full Stack Software Developer
Centum Foundation, Ghaziabad
Jul 2019 - Mar 2020
Chat app
May 2020 - May 2020
https://github.com/ashish9718/ChatApp
Wallpaper app
Apr 2020 - Apr 2020
https://github.com/ashish9718/wallpaper-app
My Mall
Jan 2020 - Mar 2020
https://github.com/ashish9718/My-Mall
E-commerce app
Food Court
Sep 2019 - Oct 2019
Food ordering system in java jsp servlet
https://github.com/ashish9718/ChatApp
https://github.com/ashish9718/wallpaper-app
https://github.com/ashish9718/My-Mall
Rank 904: Resume 250 with similarity score 0.020310481654452157
B.TECH work from home , android developer assessment , app , resume , android , ion , java , technology Assessment
Q1. Why should you be hired for this role?
Honestly, I possess all the skills that you're looking for.
I'm an Android developer who has just graduated having 6 months of
experience and overall 1 year experience in Android.
I'm an native Android App developer who is also learning(Flutter).
I also have really good communication skills and that will also add up
to the value that i provide to the company
Regards
Jainendra Singh Chauhan
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , I'm available for 3 months , for a full-time internship work from home. i can start from 10 february.
Resume
EDUCAT ION
CONTACT Phone: 91 9996651595
Jainendra Singh
Delhi, Rajsamand
Applied 30 Jan'21
Android Java
Bachelor of Technology B.Tech)
Somany Institute Of Technology & Managemant
2016 - 2020
Rank 905: Resume 443 with similarity score 0.0202619523814853
B.S , M.Sc , M.S work from home android development , database , api , sports , firebase , assessment , player , resume , retrofit , gallery , rest , kotlin , java , technology , chat , storage , application , entertainment Assessment
Q1. Why should you be hired for this role?
I know data structures and Android development very well. I am reliable. And I know how to do things.
I am very curious for this internship. I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver
quality work throughout the internship. I'm a team player, and most importantly, I'm a dedicated worker. All I want is a chance to prove it to you.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9306878190
Ravi Dalal
Rohtak
Applied 26 Dec'20
Android Kotlin Data Structures
Java REST API
Master of Science M.Sc)
Jat College Rohtak
2020 - 2022
Bachelor of Science B.Sc)
Jat College Rohtak
2016 - 2019
News Application
Nov 2020 - Nov 2020
https://github.com/Ravi-Dalal-eng/Daily-News
In this app, We can see latest news.
We can see news about technology, sports, science ,entertainment etc.
I made this app by using rest api of News API .
APIs are called via Retrofit.
Chat App
Dec 2020 - Present
https://github.com/Ravi-Dalal-eng/Chat-App
In this app we can chat with our friends privately and post our picture with some caption. I made this app by using Firebase
Realtime Database and Firebase Storage.
We can like and comment to other posts also. Use gallery to share images.
I am very enthusiast about Android App Development.
https://github.com/Ravi-Dalal-eng/Daily-News
https://github.com/Ravi-Dalal-eng/Chat-App
Rank 906: Resume 1531 with similarity score 0.020253639175038737
B.S , MS , BS full time ecommerce , magento , designation , ug , office , affirmative action , assembly , logistics management , hindi , ltd , product categories , internet , authorization , english , modifications , status , excel , email , packing , store , mumbai , operations , purchase management , team coordination , order processing , languages , supply chain , e-commerce , procurement , amazon , client requirements , word , it , javascript , ebay , html , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842…
https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842551144090b5c… 1/2
Current Designation: Senior Operation Executive
Current Company: Namdeo Umaji Agritech (I) Pvt. Ltd.
(UGAOO.COM)
Current Location: Pune
Pref. Location: Aurangabad,Mumbai,Pune
Functional Area: Purchase / Logistics / Supply Chain
Role: Logistics Exec.
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 9 Month(s)
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Namdeo Umaji Agritech (I) Pvt. Ltd.(UGAOO.COM) as Senior Operation Executive
Apr 2017 to Till Date
Location : Pune
EXPERIENCE IN E-COMMERCE :
Management of Inventory, Warehouse Stock, Logistics, Purchase.
Uploading product on Magento, Flipkart, Amazon, Pepperfry, Snapdeal, Shopclues and Ebay.
Modifications in product categories according to customers point of view.
ERP integration like as Unicommerce, Vinculum
PAMAC FINSERVE PVT LTD as Operation Executive
Sep 2015 to Oct 2016
Location : Aurangabad
RESPONSIBILITIES:
Managing Order Processing and Order Packing.
Product Uploading on Website and Channels.
Creating Purchase Order and follow up.
Deciding product pricing on website.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Sharad S. Pawar
Senior Operation Executive seeking assignment in Supply Chain
Management,Procurement Management,Vendor Development,Material
Management,Logistics Management,Purchase Management,Warehouse
Operations,Store Management,Inventory Management,Purchase Order
Key Skills: Senior Operation Executive,Logistics Executive,Supply Chain Management,Procurement Management,Vendor
Development,Material Management,Logistics Management,Purchase Management,Warehouse Operations,Store
Management,Inventory Management,Purchase Order
Summary
Around 2 years and 5 months in Operation Management, Product Update, Inventory Management, Purchase, working on ERP.
Hands on experience in Software like Magento, Amazon Seller Panel, Flipkart Seller Panel.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842…
https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842551144090b5c… 2/2
Resolving customers' problems like product assembly and their use.
Managing Inventory on different channels.
Implementing new processes of order processing and packing techniques.
Checking logistics bills.
Client Communication and Meetings with them.
Understanding Client requirements and implement it.
Team Coordination.
UG: B.Sc (Computers) from Vivekanand College, Aurangabad. in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ERP Uniware, Venuculam
HTML JAVA
MS office (word, excel,powerpoint)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 907: Resume 579 with similarity score 0.020246722454181045
BS work from home web development , css , deep learning , design , public , jquery , live , resume , arduino , django , website building , completion , assessment , events , app , python , javascript , html , online Assessment
Q1. Why should you be hired for this role?
I am very dedicated and passionate towards programming and web development. I know working for you will enhance my skills and help me in
exploring more.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for next three months from now.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9810499498
Sukrit Goyal
Delhi
Applied 07 Feb'21
CSS HTML JavaScript
Python jQuery
Senior Secondary XII, Science
Sachdeva Public School
CBSE BOARD board)
Year of completion: 2022
I try be a part of various activities and events conducted in my school. Thanks to my abilities I have received certificates.
Django
Pierian Data Inc., Online
Aug 2020 - Present
This course taught me a lot about website building, ideas for design, logic building
till date and I am still pursuing and exploring new things.
Online Web Polling App
Dec 2020 - Jan 2021
https://webware30.pythonanywhere.com/
The motive to develop this site was to communicate between a website and a desktop app. I successfully created a
desktop app that shows live number of polls received by the site. This may not be my best as I can do much better if I get a
chance!
In 9th standard, I learned Arduino along with C/C basics and created many cool projects like a robotic car which can be
controlled from anywhere through Wi-Fi. I had finished learning full stack web development and about to start deep learning.
https://webware30.pythonanywhere.com/
Rank 908: Resume 735 with similarity score 0.020244243648170457
B.E , B.TECH software engineer , java developer , full time , software developer automation , react.js , functionality , spring mvc , falcon , redux , web application development , core java , customer , general , css , designation , ug , vs , affirmative action , mysql , routing , authentication , analytics , hindi , gradle , maintenance , software industry , english , authorization , bootstrap , web applications , status , spring boot , excel , email , project , logging , store , mongodb , leadership , ee , operations , github , testing , features , flow , maven , clear , router , chart , languages , html5 , hibernate , spring security , dashboard , state management , styling , spring framework , javascript , eclipse , form , timing , registration , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b1…
https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b105240495b0b0b… 1/3
Current Designation: Software Engineer
Current Company: Atmecs Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Atmecs Technologies as Software Engineer
May 2019 to Till Date
1. Falcon Web Application for Automation Report
Customer: In House Project
Description:
Falcon web application provides the detailed test report for the automated tests based on the test
execution for the Atmecs customer project.
Tech stack used:
Backend: Java, My SQL 8.0, Spring boot 2.0, Hibernate.
Frontend: Javascript, React.js 16.9, Redux 4.0, Material UI styling framework, Chart js
IDE & Tools: VS code, Eclipse, Postman, GIT
Roles and Responsibilities:
1. Involvement in Product Planning, Development, and Testing right from the beginning of
the project.
2. Backend modules handled:
· User registration and Authentication, forget password functionality, authentication with JWT
using Spring Security, and setting up the Entity classes for the User in the database.
· Implemented the Test Report dashboard restful services to provide the details of the projects
associated with each customer along with recent build executed.
· Implemented the services for the analytics of the test run about the execution timing, pass,
failed, and skipped tests along with the logging for each test project execution based on the
customer.
3. Frontend modules handled:
· Developed User Sign up, login form, Report dashboard, Analytics of the report using Material UI
and Chart js.
· Implemented the Redux store set up for the state management and to seamless flow of the data
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SACHIN SINGH
Software Engineer seeking roles as Java Developer, Full Stack with proficiency in Core
Java, JavaEE, Spring Boot, Spring Framework, Spring MVC, Hibernate, Eclipse, VS
Code, MySQL, MongoDB, Maven, Gradel, HTML5, CSS3, Bootstrap, Git, React js
Key Skills: Software Engineer/Developer,Software Engineering,Web Application Development,Core Java,Java
EE,Requirement Gathering,Spring Boot,Bootstrap,Eclipse,VS
Code,Hibernate,MySQL,MongoDB,Maven,Gradle,HTML,CSS,Git,React.Js
Summary
I am a Java developer with 1.9 yrs of experience in designing and developing web applications with clear understanding of
SDLC and industry standards. Motivated to learn, grow and excel in dynamic environment of Software Industry.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b1…
https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b105240495b0b0b… 2/3
in the UI.
· Handled the Routing in the application using the react-router and also handled the router guard.
4. Delivered successful POC to the Atmecs leadership team and also to the Atmecs
customers.
5. Product has been successfully integrated with all the automation projects for report generation and actively in use.
-
2. Personal Project Management Application
Customer: Self-developed Project
Description: Developed a web application for personal project management.
Tech stack used:
Backend: Java, My SQL 8.0, Spring boot 2.0, Hibernate.
Front end: Javascript, React.js 17.0.1, Redux 4.0.5, Axios, Bootstrap 4.5.3
IDE & Tools: VS code, Eclipse, Postman, GIT
GitHub Link: https://github.com/SachinRocker/ProjectManagement-FullStack
Features of the Application:
1.User Sign up and Log in (Used JWT for the user Authentication implemented using Spring
Security)
2.Project based on user (Each User can create multiple projects and manage the project through
an update, delete, and project-dashboard feature.)
3.Project backlog for each project (Project project-dashboard represents the project task
managed by the project)
4.Set up Project task for each Project backlog (User can manage the project tasks through
CRUD operations)
5. For each task user can set the due date, priority, status, summary, and acceptance criteria
to track the project task
UG: B.Tech/B.E. (Electrical) from HINDUSTAN UNIVERSITY, Chennai in 2018
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 2021 1 Year(s) 9 Month(s)
springboot 2.4 2021 1 Year(s) 6 Month(s)
Hibernate 2021 1 Year(s) 6 Month(s)
MySQL 8.0 2021 1 Year(s) 5 Month(s)
Mongodb 4.4 2021 1 Year(s) 0 Month(s)
REACT .JS 17.0 2020 1 Year(s) 0 Month(s)
HTML 5 2020 1 Year(s) 3 Month(s)
CSS 3 2020 1 Year(s) 3 Month(s)
MAVEN 2021 1 Year(s) 9 Month(s)
gradle 2021 1 Year(s) 0 Month(s)
Eclipse 2021 1 Year(s) 9 Month(s)
Vs code 2020 1 Year(s) 6 Month(s)
GIT 2021 1 Year(s) 8 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b1…
https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b105240495b0b0b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi Proficient
Rank 909: Resume 664 with similarity score 0.020209236705399893
MS , B.TECH work from home , android developer api , internships , mar , design , retrofit , english , media player , project , google , store , kotlin , application , live , c programming , mumbai , xml , resume , github , latex , electronics , android development , notes , assessment , one , search , technology Assessment
Q1. Why should you be hired for this role?
I'm quite dedicated and hard working and I'm looking for more opportunities in the android development field. I've created a live Android App
which is available on Google Play Store and I wish to future enhance my skills through internships.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes. I'm available for 3 months. Starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Vinita Mevada
Mumbai
Applied 27 Dec'20
Android Kotlin C Programming
English Proficiency Spoken) English Proficiency Written) MSPowerPoint
MSWord XML C Programming
GitHub LaTeX
Bachelor of Technology B.Tech), Electronics Engineering
Usha Mittal Institute Of Technology
2015 - 2018
Diploma, Electronics and Telecommunication Engineering ETE
Thakur Polytechnic
2013 - 2015
Android App Development
Internshala At ZSTS, Virtual
Jan 2021 - Jan 2021
Android Developer
TRYCATCH GROUP, Mumbai
Dec 2018 - Mar 2019
Android Developer. Worked on a live project which included design and development side.
My Notes App ( Kotlin )
Jan 2021 - Jan 2021
https://drive.google.com/file/d/1ir5tnXIlHgVTWoT0y_WWgco_ku040K_6/view?usp=drivesdk
- This App helps to Add Notes. One can add title to notes and also additional description. Notes once added can be saved,
edited and also deleted.
An additional feature the app provides is a search function to search for saved notes.
Bhagavad Gita As It Is
Dec 2018 - Mar 2019
https://play.google.com/store/apps/details?id=com.trycatch.BhagavadGita
This app has the following technical usages : Retrofit, Api calls, RecyclerView,
TabLayout, View Pager, Fragments. )
The app is live on Google Play Store, link is provided. 1K Installs)
Naamkaran App
Dec 2018 - Mar 2019
This Application provides baby names of various religions.
This app has the following technical usages : Retrofit, Api calls, Fragments,
TabLayout, RecyclerView.
https://drive.google.com/file/d/1ir5tnXIlHgVTWoT0y_WWgco_ku040K_6/view?usp=drivesdk
https://play.google.com/store/apps/details?id=com.trycatch.BhagavadGita
CONTACT Phone: 91 9820058859
Animal Sounds App for kids Static)
Dec 2018 - Jan 2019
https://github.com/vinita2609/AnimalSoundsApp
This Application provides different animal sounds suitable for kids.
This app has the following technical usages : Media Player, ScrollView,
LinearLayout, RelativeLayout.
https://github.com/vinita2609/AnimalSoundsApp
Rank 910: Resume 1179 with similarity score 0.02016083104543393
MS associate , traffic manager , operations manager , vmware consultant , change management , technology specialist , team lead , full time , team member , administration specialist , technical support manager schema , controllers , customer , security , space , linux , gateway , federation , synchronization , certificate authority , status , snapshot , messaging , components , symantec , building , it infrastructure , restoration , converter , connections , system administration , mailboxes , registration , outlook , automation , blocking , upgradation , commission , forest , designation , hindi , cloud , ltd , english , troubleshooting , virtual networks , project , groups , consolidation , sips , deals , ibm , ops , performance tuning , hyper-v , change management , itil , scom , isolation , process management , boarding , capacity management , javascript , vmware vsphere , technology , virtual directory , availability , business requirements , reporting , optimization , vds , rca , performing , affirmative action , unix , office 365 , iaas , escalation , metadata , architecture , email , aws , service improvement , problem management , bengali , operations , microsoft , exchange server , hp , languages , load balancing , adfs , wsus , esxi , scopes , search , web , dell , commerce , directory services , compliance management , database , patch management , scsi , vcenter server , vmware infrastructure , windows server , ug , telecom , group policy , health , interpersonal skills , permissions , authorization , adcs , teams , enterprise , wintel , record , azure active directory , application , default , remediation , trusts , major incident management , engage , servers , domain controller , forwarding , replication , wrap , storage , delegation , iis , enablement , lotus notes 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 1/4
Current Designation: Team Lead (Cloud OPS Administration
Specialist)
Current Company: Accenture Solutions pvt ltd
Current Location: Kolkata
Pref. Location: Kolkata,Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
Accenture Solutions pvt ltd as Team Lead (Cloud OPS Administration Specialist)
Feb 2017 to Till Date
Role and Responsibility: Team Lead of Team where we providing technical support of Active Directory, Wintel , VMware ,
AWS , Hyper-v, Azure
Project: AD , VMware Vsphere, Windows & AWS Support - Administration of Active Directory ,VMware Wintel
,Hyper-V ,Azure and AWS environment with 742 Domain controllers and 36 Forests
Client: Sanofi
Description: This project involved Active Directory L3 Support with Compliance Management of AD Infrastructure.
Contribution:
Active Directory -
* Administration of Microsoft ESAE and Red Forest environment.
* Strong knowledge of Active Directory administration L3 tasks such as installing, configuring, domain controllers,
Replication and Group policy.
* Good knowledge in ADDS, ADCS, ADLDS, ADFS and ADRMS.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Prosenjit Ghosh
Team Lead seeking roles in Technical Support,System Administration,IT Infrastructure
Management,troubleshooting,Configuration,Patch Management,Performance
Tuning,Installation,Active Directory,Azure,VMware
Vsphere,Windows,AWS,ITIL,Wintel,DHCP,DNS,L3
Key Skills: Team Lead,Technical Support Manager,System Administration,IT Infrastructure
Management,troubleshooting,Configuration,Patch Management,Performance Tuning,Installation,Active
Directory,Azure,VMware Vsphere,Windows,AWS,ITIL,Wintel,DHCP,DNS,L3
Summary
* A dynamic professional with 14 years of rich experience in System Administration and Technical Support of core Active
Directory, MS Exchange , MS office 365 , windows on VMware Vsphere , Azure and AWS environments.
* Presently working with Accenture solutions pvt ltd , Kolkata as a Team lead of technical support team where we provide
level l3 support on core active directory in large complex hybrid Microsoft ESAE and RED forest environment. .
* Implementation and support of Active Directory, Wintel, VMware, Azure, AWS in larger environment with 742 domain
controllers and 36 forests
* Working on major incident, problem and change management
* Capacity management and provide improvement plan to customer with VMware VROPs tool.
* Prepare Problem ticket and RCA for critical issue.
* Handle technical and process escalation and managing a Team with 9 resources.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 2/4
* Strong Knowledge on AD Schema Update and AD Forest recovery.
* Good knowledge on Certificate generation and auto enrolment with CS web authority end to end using IIS service.
* Authoritative restore and Non-authoritative restore.
* Transfer and Size of FSMO roles
* Metadata clean-up.
* Working on Active Directory escalations and troubleshooting
* Working on GPO settings and troubleshooting based upon the Business requirements
* Troubleshooting on Time Synchronization.
* Working SYSVOL Replication issues and troubleshooting for Journal Wrap issue.
* Day to Day Monitoring and Heath Check-up for Domain controllers and others key infrastructure servers (Like; VDS,
ADFS, SCOM, WSUS and standalone DNS servers).
* AD remediation activity.
* Group Policy remediation activity.
* Developed organizational units in Active Directory (AD) and managed user security with group policies.
* Configuration of AD integrated DNS zones, Conditional Forwarding, and troubleshooting for DNS issues.
* Commission and Decommission of Domain Controller.
* Strong Knowledge on Azure AD Connect and synchronization issues.
* Creation/modification and troubleshooting on complex hybrid ADFS environment.
* Strong Knowledge on SSO enablement for O365 application and AWS applications on Azure AD.
* Strong Knowledge on 3rd party ADLDS service like "Virtual Directory Services".
* Managing VDS certificate (Like; Renewal and revocation) and application integration with VDS on Hybrid environment.
* Working on Active Directory Recovery Execution Service.
* Taking care critical activities (Like; KRBTGT reset, DSRM password reset, remediation on delegation model (ACL),
Configuring Active Directory application for DNS, DNS zone creation (Like; Forward, Reverse, Delegated and Stub), DNS
zone transfer, DNS record creation and remediation), Managing DNS primary suffix and DNS suffix search list via GPO,
* Taking care of user migration for Intra forest and Inter forest.
* KEYTAB file creation for UNIX/LINUX box.
* SPN registration, Deletion and SPN related issues (Duplicate SPNs) for multiple application as per requirement.
Azure -
* Deploy a new VM.
* Good experience in creation and management of Azure IAAS services
* Extensive knowledge in Azure VMs management.
* Good understanding of Azure virtual networks, Subnets and CIDR consolidation.
* Good understanding of Azure of availability set.
* Know about Azure Active Directory.
* Troubleshoot Azure related issue and engage internal teams and vendor for issue resolution.
* Monitor the Applications through Azure
* Know about Azure load balancing.
* Know about Azure traffic manager.
* VM profile upgradation.
* Block IP on NSG level in Azure.
* Performance check for VMs on Azure portal.
Wintel , VMware vSphere , AWS-
* Implementation and upgrade of Vcenter , VCenter Appliance , ESXi Hosts
* Configure and support of VMware VSphere components like Vcenter , VCenter Appliance , ESXi Hosts. Update
Manager
* Configure, troubleshooting Critical VMware issues.
* Prepare RCA for major incident management.
* Preparing SOP for Critical VMware activity.
* Handling and Managing 20 Team member of support and implementation Team.
* Preparing Problem Ticket and RCA for Critical issue.
Cognizant Technology Solution India Pvt Ltd. as Associate Operations Manager
Apr 2016 to Feb 2017
Role and Responsibility: Messaging & VMware Vsphere Technology Specialist
Project: VMware Vsphere, Windows & Messaging Collaborations Support - Administration of VMware and Wintel
and Exchange environment for More than 2600 CI/Servers
Client: Change Health Care
Description: This project involved VMware VSphere, Wintel and Messaging Support of 20 Forest.
Contribution:
VMware vSphere -
* Implementation and support of VMware
* Configure, troubleshooting Critical VMware issues.
* Prepare RCA for major incident management.
* Preparing SOP for Critical VMware activity.
* Handling and Managing 20 Team member of support and implementation Team.
* Preparing Problem Ticket and RCA for Critical issue.
* Handle Technical and Process Escalation.
* Design, Build and Implementation of VMware and Wintel servers
* Building ESX Server in Blades (HP, IBM, DELL).
* Configure, troubleshooting ESX servers (5.0,5.1,5.5)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 3/4
* Snapshot management.
* SCSI Reservation Lock issues.
* Patching of ESX Servers.
* Capacity Management.
* Performance Tuning ESX.
Messaging -
* Deployment Configuration and troubleshoot of MS Exchange Server 2003, 2010,O365
* O365 Migration and Support on Hybrid Infrastructure.
* Mailbox administration -Creation / Deletion / movement, Migration of mailboxes
* Mailbox /PF/ DL permission issues and requests for complex scenarios
* Meeting request ,free busy and conference room issues
* Lost emails issues & restoration request
* Outlook disconnection issues
* Mail blocking issues , mail delay, message rejection and NDR issues,
* Adding domains in black-list /white-list on in Symantec Anti Spam filter/ Gateway server
* Deals with White space in database & Message Tracking log file size
* Mailbox size / PF Database size and quota, Handling Quota request above Default
* Planning of proper distribution of Mailboxes amongst Servers
* Automation/Reporting
* Compatibility and limitation issues in Hybrid Exchange cloud environment
* Assist local support team with Mailbox on-boarding and off-boarding issues
* Exchange server performance and analyse event logs.
* High PP/NPP issues.
Active Directory and Wintel Support -
* Provide L2 and L3 support on AD and Wintel.
* Managing Active Directory (AD) objects and user permissions.
* Creation organizational units in Active Directory (AD) and managed user security with group policies.
* Managed Group Policy Objects (GPOs) throughout the Active Directory (AD) enterprise.
* Administered DNS, DHCP.
* Configured Group Policy Objects to create a secure Windows Infrastructure.
* Creation user ID's and groups OU's etc.
* Configure Site & Services.
* Provides windows server systems architecture, administration, installation, optimization, problem isolation and
resolution
* Identifying and resolving AD replications issues while dealing with one or more Domains controllers.
* Managing FSMO roles.
* Knowledge about Active directory federation services (ADFS) and Directory Synchronization.
* Configuring IP exclusions
* Upgrading the DHCP server to the newer version
* Performing DHCP Clean up
* Analyze Scopes without leases for a period
* Creating DHCP Scopes
* Changing the Option values
* Activating and deactivating Scopes in DHCP
* Modifying lease duration for scopes in DHCP
* Creating IP reservations for clients in DHCP
* Generating a report of all the scopes with leases for DHCP clean up activity for a period
* Managing Certificate Authority
* Creating and Managing Certificates using the Certificate Authority
* Managing Domains ad Trusts
* Establishing Trusts between Domains and Forests
* Performing metadata clean-up
* Managing Sites and Services
* Managing the sites and site-links
* Creating connections to the sites to make sure replication is occurring properly
* Managing Active Directory Objects
* Creating, deleting and modifying User Accounts, Contacts, Groups and OUs
Hewlett-Packard GlobalSoft Private Limited as VMware Consultant
Jun 2015 to Apr 2016
Project: VMware and Wintel Support - Administration of VMware and Wintel environment for More than 3100 CI/Servers
Client: India Brazil Delivery
Description: This project involved Shared delivery of 19 Clients for VMware and Wintel L2 Support.
Contribution:
VMware vSphere -
* Configure, troubleshooting ESX servers (5.0,5.1,5.5)
* Worked on PSOD
* Snapshot issue/Snapshot management
* SCSI Reservation Lock issues
* Configure vCenter Server and VM Converter
* Physical to Virtual and Virtual to Physical Conversion
* Patching of ESX Servers
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 4/4
* Deploy VM with template, Clone, New OS Installation
* Storage Disconnection issue
* Configure DRS and HA
* Performance Tuning of Virtualized environment (ESX and VM)
* Optimization of existing VMware Infrastructure environment
* Capacity Management.
* Commission and Decommission of servers
* Deployment of new ESXi hosts
Wintel Support -
* Provide L2 Wintel support on Change Management
* Responsible for Change management, Problem management & Vendor co-ordination.
* Playing Problem Lead role for 16 Customers .
* Participating on Service Improvement Programs (SIPs).
Process Management and Interpersonal skills -
* Preparing Incident Report and RCA for Critical issue
* Working on Escalated incident & Handle Technical and Process Escalation
* Other Major incident management
* Preparing Problem Ticket and RCA for Critical issue
* Follow Incident, Change and Problem management process
Environment: Physical and Virtual Environment-
UG: B.Com (Commerce) from Burdwan University in 2001
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows Server 2003, 2008, 2012, 2016
Active Directory
Outlook 2007, 2010, Lotus Notes 7, 8.5
VMware Wintel ,Hyper-V ,Azure
Unix/Linux
DNS, DHCP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 911: Resume 1518 with similarity score 0.020126908624387325
MS sales lead , vp,sales , owner , business development , partner , presales consultant , solution architect ecommerce , presentations , transformation programs , return on investment , api , training , mentoring , rfp , healthcare , designation , connect , workshops , ug , telecom , coe , design assurance , conducting , pre-sales , affirmative action , hindi , revenue , evaluations , macro , distribution management , customer satisfaction , commercials , business integration , cost savings , teams , go , english , status , technology leadership , architecture , email , modernization , digital transformation , hunting , application , microservices , product selection , incubation , ux , closure , architecting , transformations , led , large deals , branding , strategy , lead qualification , languages , enterprise business , market penetration , print media , soa , gtm , enablement , development projects , demand planning , javascript , engagements , oracle fusion middleware , solution development , bpm 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a18…
https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a180116430e5e0e… 1/2
Current Designation: SALES & SOLUTIONS HEAD
Current Company: MINDTREE
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Sales / BD
Role: Head/VP/GM/National Mgr -Sales
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
MINDTREE as SALES & SOLUTIONS HEAD
Feb 2016 to Till Date
SALES & SOLUTIONS HEAD, DIGITAL PRACTICE, MINDTREE Blore FEB 2016 TO PRESENT
* Responsible for consulting-led sales leading consulting engagements for Digital Transformation programs like API
Strategy & Consulting, Middleware Modernization, Monolith to Microservices transformations programs
* Maintain overall client relationship, identify account penetration & cross-sell opportunities, steer technology leads &
business consulting teams to provide solutions with appropriate MVPs, and engage leadership team for wins.
* Manage proactive and reactive proposals including solution management, commercials, defence, contract
management, and day-zero experience
* Prepare short term and long-term business plans and Go-To Market Strategies
* Attend to account management plans, customer satisfaction surveys, service level agreements, annual and multi-year
business plans
* Develop and deliver technology leadership and practice enhancement - training plan, demand planning, technology
roadmap, incubation of technologies & employee development
* Identify market potential and align service offerings in accordance
* Alliance management & partner-led go-to market for taking product specific solutions to the market
* Accountable for generating business along with the sales team, ensuring profitability and Operating Margin
* Connect with executive sponsors to assess return on investment and with the architecture board for product selection
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
POORNIMA PRASAD
HEAD seeking roles in Sales Planning,Marketing,Business
Development,Presales,Market Penetration,Market Expansion,Distribution
Management,Revenue Generation,Key Account Management,Channel Sales
Key Skills: Head,VP,Sales Planning,Marketing,Business Development,Presales,Market Penetration,Market
Expansion,Distribution Management,Revenue Generation,Key Account Management,Channel Sales
Summary
A strong visionary professional with verifiable year-on-year success in driving overall Business
Technology initiatives (in sync with the macro organizational strategies); defining IT roadmap, budgets
& technology up-gradation, while ensuring ROIs/ cost savings
* Directed business in new growth areas by Pre-sales Support, RFPs/RFQs Responses, Contract
Management and successful closure of large deals; proactively worked on RFP's as a Delivery
SPOC and won major deals worth $25 Million and above
* Proficiency in leading & mentoring large teams (approx. 200 team members) with practice size of
1000 covering revenue of approx. $80 Million per year. Currently managing 180 members API &
Microservices practice
* Technocrat with specialization in end-to-end application management; conceptualized and
implemented an innovative technology strategy supporting business development needs and market
growth at global level
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a18…
https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a180116430e5e0e… 2/2
and implementation approach
* Responsible for annual revenue of 50Mn
WIPRO TECHNOLOGIES as CES HEALTHCARE LEAD
Jan 2009 to Jan 2016
Manage order booking for HLS accounts across CES (includes middleware, portal, UX, Ecommerce)
annually of 50 Mn
* Responsible for pro-active pitch with account teams and field force and responding to pro-active and reactive
(RFP) solutions to customers
* Responsible for Day 1 experience in terms to getting the team ready to start projects in time with right
resources
* Responsible for growth in MHA accounts for HLS - OB, revenue, hunting
* Identify and build solutions on CES technologies for largest HLS accounts for CES
ORACLE FWM PRACTICE PRESALES LEAD, WIPRO TECHNOLOGIES, Blore JAN 2009 TO DEC 2012
In the Oracle and BPM & SOA GTM role, responsibilities include:
* Handle the Media & Telecom business globally for the Enterprise Business Integration (EBI) practice with a
target of 25 Mn.
* Responsible for Oracle CoE GTM for EBI for EMEA.
* Consulting in key Telecom and Media accounts for O2C, T2R, O2A processes.
* Worked on solutioning for Publication, STB, and Print media customers for IoT and Field Force enablement
solutions in Europe and US markets.
* Solution development on Oracle Fusion Middleware for MNP, Telecom Packs and Editorial systems.
* New Geo development
* EBI specific branding by submitting whitepapers in analyst forums
As a Pre-Sales Lead, responsible for handling the Telecom, Media & Technology vertical accounts and
India and Middle East market
* Management of Geo, Account, and vertical specific GTMs
* Managing a team to handle solution design and proposals
* Owner of the BPM & SOA business plan for the respective accounts
* Delivery responsibility of some marquee accounts
WIPRO INFOTECH as PRESALES CONSULTANT
Nov 2005 to Dec 2008
As a Solution Architect managing Pre-sales and Design Assurance for all Integration, Portal, and Application
Development projects in the Gulf.
* Lead qualification and account penetration strategy for e-Enabling in the Gulf region
* Uphold the technical side of the sales cycle by:
* Conducting meetings/ workshops with prospects to understand their business needs.
* Creating presentations and papers for customer's specific requirements
* Consulting, scoping, and solution architecting
* Providing technology evaluations services
* Providing estimations, resource loading, and technical proposals
* Interacting with back-end practice and vertical teams
UG: B.Com (Commerce) from Osmania University in 1997
PG: PG Diploma (Computers) from NIIT in 1998
Affirmative Action
Physically Challenged: No
Education
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Expert
Rank 912: Resume 993 with similarity score 0.020105443511103382
B.E , B.TECH project lead , full time general , ug , mar , affirmative action , design , technical architecture , collaboration , maintenance , firebase , ltd , authorization , node.js , status , grails , postgresql , email , project , gitlab , react native , building , mobile applications , javascript , web 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100…
https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100210475808015… 1/2
Current Location: Gannavaram
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mu Sigma Business Solutions Pvt. Ltd as Apprentice Leader
Mar 2014 to Nov 2020
UG: B.Tech/B.E. (Computers) from KIIT University, Bhubaneshwar in 2013
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Swet Sampad Sahu
A working professional with 6+ years of experience in project management, tech lead,
system design, client interaction & development. Inquisitive, striving to learn new
approaches and techniques, pro collaboration & love playing the devil's advocate
Key Skills: Project Lead,Project Management,Technical Architecture,Client Management,System
Design,PostgreSQL,SQL,Javascript,Web Application,Mobile Applications
Summary
A working professional having 6+ years of experience in project management and
development-keen on building scalable, flexible and robust solutions. Inquisitive, always
striving to learn new approaches and techniques, always pro collaboration and love playing
the devil's advocate. I believe that there's still a lot to learn and add to my experience.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
GitLab, Grails, Node
React Native, Firebase, SQL
JavaScript 0 0 Year(s) 0 Month(s)
Node.js 0 0 Year(s) 0 Month(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100…
https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100210475808015… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 913: Resume 768 with similarity score 0.020049832837419724
B.E , MS , B.TECH , BS full time , ui developer , web designer web development , express.js , core java , css , designation , tamil , affirmative action , hindi , webpack , typescript , jquery , json , authorization , graphic design , troubleshooting , node.js , english , bootstrap , jasmine , status , sql , email , project , infosys , application , product management , mongodb , mockups , angularjs , forms , ux , electronics , testing , features , debugging , git , languages , e-commerce , html5 , python , reviews , javascript , cross-browser compatibility , layout , technology , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420…
https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420617100e585c0… 1/2
Current Designation: UI Developer -Angular Developer-React
Developer
Current Company: Infosys
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Infosys as UI Developer -Angular Developer-React Developer
Dec 2017 to Till Date
Working in UI/UX developement in INFOSYS having around 3 years of
experience.
Created Mockups and Wireframes for the development of a layout to maintain
design consistency throughout the site.
Design, develop and relaunch responsive websites and e-commerce sites of
client. Execute full-stack website specialized in front-end features - browser
manipulation, and cross-browser compatibility.
Strong knowledge in JavaScript, CSS3, HTML5 and Angular 6 and React Js.
Adequate knowledge on ExpressJS , NodeJS, MongoDB
Extensive Experience in Applications using JSON, Object Oriented JavaScript.
Experience in debugging and troubleshooting the existing code in any frontend
frameworls.
Invloved in Code reviews of Javascript ,Typescript , Angular , CSS, Node js ,
Mongodb , Express JS, Node JS.
Designed new classes and functionalities and expertise in Angular forms for e
commerce websites.
Handled all aspects of the web application including maintaining, testing,
debugging, deployment.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Manoj Eswaramurthy
Front End developer- UI developer - Angular and React JS developer.
Skiils: Javascript , HTML , CSS, Core Java and Python Basics.
Key Skills: UI Developer,Web Designer,Web Development,UI Development,Graphic Designing,Client Management,Project
Management,Product Management,Web
Designing,Debugging,HTML,CSS,JavaScript,Bootstrap,AngularJs,JQuery,MongoDB,Core Java,Ajax,JSON,DOM,GIT
Summary
Skilled professional with 3 years of experience in Web Development,UI Development,Graphic Designing,Client
Management,Project Management,Product Management,Web
Designing,Debugging,HTML,CSS,JavaScript,Bootstrap,AngularJs,JQuery,MongoDB,Core Java,Ajax,JSON,DOM,GIT
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420…
https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420617100e585c0… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from PSG college of technology, Coimbatore in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Angular
React js
Node.js
Express.js
HTML, CSS, JAVASCRIPT
Bootstrap , webpack
sql and mongodb
AJAX
Python and Core Java
GIT, Jasmine
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 914: Resume 371 with similarity score 0.019974510581279734
MS , B.TECH , BS work from home css , information technology , hub , basic , grocery , firebase , instagram , project based , application , kotlin , c programming , resume , android , java , intermediate , git , completion , assessment , html Assessment
Q1. Why should you be hired for this role?
I have a basic knowledge about the Android, Kotlin and i have developed a small app on the basis of the grocery like big basket using the
firebase and i am very pretty excited to learn more about the android app development...
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for more than 3 months and i have exams in the month of feb and march for 20days
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9121090620
PRANEETH REDDYELUGOTI
Hyderabad
Applied 30 Dec'20
Android Kotlin CSS
HTML C Programming C Programming
MSExcel Java MSOffice
B.Tech Hons.), Information Technology
Mahatma Gandhi Institute of Technology
2018 - 2022
CGPA 7.00/10
Senior Secondary XII, Science
Narayana Junior College
TELANGANA BOARD OF INTERMEDIATE board)
Year of completion: 2018
Percentage: 97.00%
Secondary X
JAWAHAR NAVODAYA VIDYALAYA,KHAMMAM
CBSE board)
Year of completion: 2016
CGPA 9.20/10
The above git hub link is the link for my first android project based on the Instagram and I have used Kotlin language to
develop the application
Rank 915: Resume 1228 with similarity score 0.019952119263101024
MS project manager , application support , system administrator , full time , change management automation , support engineers , rca , general , customer , windows server , infrastructure services , security , itil process , designation , windows 2000 , call management , sm7 , mar , vendors , ug , information technology , affirmative action , principles , collaboration , ticketing , hindi , active directory , azure , ltd , software installation , commvault , authorization , english , troubleshooting , teams , resolutions , escalation , enterprise , status , continuity management , email , project , ftp , application , aws , configuration management , groups , messaging , microsoft , ops , testing , electronics , mercedes , technology solutions , hyper-v , daily operations , change management , disaster recovery , capacity planning , servers , building , hp , storage , domain controller , it infrastructure , research , languages , kannada , vmware , adfs , system administration , javascript , position statements , network administration , schedules , cloud computing , availability , server support , kt , landesk 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114…
https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114564542590b5b… 1/3
Current Designation: Manager -Infra Ops specialist
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Email - id
Cognizant Technology Solutions India Ltd as Manager -Infra Ops specialist
Jun 2015 to Till Date
Job Accountabilities:
Handeling Escalation tickets from L1 and L2
Managing Business daily operations run smoothly with managing resources
Managing Team (To get daily update IM/PM and respective change details for there status)
Providing RCA on All P1 tickets
Involving to get KT new customer infra assement for IT infrastuctre
Working as shared resource on multiple Accounts.Which is handeling Windows AD support
Client2 : Mercedes Benz (Research And Development India) (From May 2016 -March 2020)
Job Accountabilities:
Role: Project Manager
Managing Win10 Magration Project Across Multiple domain envirnmenets (APAC,Amercas and EMEA)
Handeling Escalation tickets from L1 and L2
Maintaining Active Directory with 35000+ user accounts & 200+ DCs for Across Daimler.
Managing Business daily operations run smoothly with managing resources
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
NEELKANTH P HATTARKI
Manager-Infra Ops specialist seeking roles in Project Management,Configuration
Management,Software Installation,Client Interaction,System Administration,Cloud
Computing,Technical Support,Active Directory,Azure,AWS,Hyper-V
Key Skills: Manager-Infra Ops specialist,Project Manager,Project Management,Configuration Management,Software
Installation,Client Interaction,System Administration,Cloud Computing,Technical Support,Active
Directory,Azure,AWS,Hyper-V
Summary
Good experience in providing daily support/administration to multiple hosted clients, which comprises of 2500+ VM (Windows),
Responsible for designing, administering, building, testing, and upgrading initiatives for the Active Directory infrastructure
platform
Extensive experience in IT infrastructure services: DNS, DHCP, DFS, ADFS, GPO.
Extensive experience with Windows Server 2012 / R2 for administering Active Directory in an enterprise class environment.
Experience with AD migrations using ADMT and 3rd party tools like Quest and NetIQ..
Solid understanding of the Information Technology Infrastructure Library (ITIL) principles, practices and processes in
providing and managing the delivery of a large scale, enterprise-wide service. This includes incident management, problem
management, change management, configuration management, and availability/continuity management.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114…
https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114564542590b5b… 2/3
Manage Active Directory infrastructure for the Enterprise.
Follow enterprise policies, standards and position statements for new and existing AD related technologies.
Provide technical expertise for multiple Active Directory programs and projects.
Provide capacity planning and performance monitoring including disaster recovery.
Coordinate service/support needs with Vendors, Technical Support Engineers, Application Support Engineers, and the
Infrastructure Team through effective partnership, collaboration and communication.
Provide 3rd level support for Active Directory for end users, application and administration teams. The candidate must
be willing to accommodate weekend, shift or on-call schedules when necessary.
Participate in security and application troubleshooting and incident problem resolutions with other infrastructure teams,
including storage, messaging, networking and servers.
Client3: AIG From July 2020 -Till Date
Job Accountabilities:
Role: Lead - Automation Team:
Managing and supporting infra level LANDesk /Ivanti -for All Americas region Patching task
Providing the automation solution on Deploying the patches
Managing Business daily operations run smoothly with managing resources
Manage Active Directory infrastructure for the Enterprise.
WIPRO TECHNOLOGIES as Senior System Administrator
Jul 2013 to Jun 2015
Job Accountabilities:
Windows 2000 /2003 and win 2008 servers Administration.
Working with Ticketing tool HP SM7
Troubleshooting Server related issues.
Managing Active Directory users and groups on windows 2003 and 2008 Domains
Installation and administration of VMware servers.
Remote Server Support using various tools RSA consoles.
Backup Administration using TSM Backup.
Working on Client and server Microsoft Patching activity
Managing all problem calls in Service Center (Call Management Tool).
MICROLAND LTD as Senior System Administrator
Dec 2012 to Jul 2013
Job Accountabilities:
Windows 2008 servers Administration.
Troubleshooting Server related issues.
Managing FTP Servers
Managing Domain Controller 2008.
Installing/managing windows 2012 servers.
Configuring and installing Hyper-V on Windows 2008 and 2012 servers.
Managing Backup Daily, Weekly and Monthly.
Backup Administration using Commvault Backup.
Managing all Requests comes from customer like Restore Mails, Mailbox and create FTP etc.
UG: BCA (Computers) from Pune University in 2008
PG: in 0
Other Qualifications/Certifications/Programs:
Diploma in Electronics and Communication Engineering
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Windows Server 2003/2008
Active Directory
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114…
https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114564542590b5b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Windows 2102 Server AD and Hyper-V
ITIL Process
AWS,AZURE and GCP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Marathi
Rank 916: Resume 1206 with similarity score 0.019916546187218574
B.S , MS , BS cloud architect , associate , customer support engineer , azure architect , change management , full time , team lead , team member , technical manager , aws architect api , install base , customer , production systems , field support , microsoft azure , designation , demand , ug , telecom , affirmative action , conducting , oracle , uptime , cloud , hindi , maintenance , ltd , service delivery , unix , windows , vendor coordination , ccna , authorization , english , troubleshooting , status , amc , email , project , application , aws , cisco ucs , processing , solution architecture , plus , ibm , testing , electronics , change management , servers , data center operations , router , storage , languages , punjabi , solaris , cms , atms , javascript , engineers , novell , it infrastructure management , switches 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c12…
https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c120216145e54580… 1/2
Current Designation: Technical Manager
Current Company: IBM India Pvt. Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
IBM India Pvt. Limited as Technical Manager
May 2016 to Till Date
Managing Production & DR server hosted in Sify cloud(IBM Vendor)for my current project.
Responsible for implementing app change Management in the DR and production environment
Gather new application / network requirements based on environmental changes and getting ompleted in production &
application team post testing on Test server
Managing periodic Microsoft patch update on production as well DR
Understood the DR server requirement as per project and implemented
Completed API integration of Secure Value & CMS vendor's IM tool integration with IBM's IM tool.
Responsible for conducting DR drills periodically and sharing DR drill report with customer & IBM management
Responsible for vendor coordination for application change & implementation.
Responsible to optimize cloud resources as per demand
Providing technical and day to day operational inputs to management for planning, deployment and service delivery of
ATMs
Worked as active team member to prepare process documents for ATM project
NCR CORPORATION INDIA PVT. LTD as Team Lead
Dec 2004 to May 2016
Worked as Team Lead cum technical expert for Punjab Territory with a team of 48 Field Engineers
Managed NCR MICR Datacenter facility operations at PNB which had production systems for cheque processing was.
This setup included NCR Worldmark Unix servers, Windows servers, storage, Windows terminals, sorter machines & Lipi
line printers.
Was responsible for maintaining uptime of MICR datacenter
Was responsible for installation, configuration & troubleshooting of NCR install base for Cisco router & switches.
Also supported Cisco UCS servers for clients Airtel & BSNL
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Satish Kumar
Seeking roles in Cloud Solution Architecture & administration (AWS & Azure certified ),
Data Center Operations,IT Infrastructure and networking Management.
Key Skills: CCNA,Data Center Operations,IT Infrastructure Management,Networking,Solution Architecture,SLA
Management,AWS,Solaris,Technical Support,Microsoft Azure,aws architect
Summary
Skilled professional with 15 plus years of experience in Technical Support,Data Center Operations,Customer Support,
Application IT Infrastructure and networking Management, cloud operations
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c12…
https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c120216145e54580… 2/2
Was responsible for L3 technical support for NCR specialized machines.
Handful experience in customer SLA management.
HCL INFOSYSTEMS LTD as Customer Support Engineer
Aug 2001 to Nov 2004
Job Responsibilities:
Worked as a Customer Support Engineer for providing field support for various customers like LIC, PNB, SBI across
Punjab and Haryana.
Responsible for Installation and maintenance of UNIX, Windows and Novell servers from HCL Infosystems.
Installation & maintenance of printers
Responsible for collecting customer AMC contracts & installation reports.
UG: B.Sc (Computers) from Punjab Technical University (PTU) in 2009
Other Qualifications/Certifications/Programs:
Diploma in Electronics and Communication Engineering
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CCNA Associate
AZURE Architect 2020
AWS Architect 2020
Oracle Cloud Architect 2020
Solaris administar
CISCO UCS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 917: Resume 1279 with similarity score 0.01990966074582691
BSC , BS , B.E , MS , B.TECH technical architect , senior engineer , salesforce developer , full time , team lead controllers , wizard , notepad++ , angular , docker , databases , beginner , authorize.net , quote , gateway , custom objects , status , logging , store , xml , scalable web applications , testing , course management , weather , components , building , order management , summary reports , uniforms , pie , cms , workflow , sellers , organization , crm , artifactory , notification , registration , paypal , french , ecommerce , commission , infrastructure services , kubernetes , sales performance , access , designation , intuit , hindi , cloud , fitness , salesforce.com , english , project , live , microservices , processing , drupal , architecting , mvc , custom reports , javascript , ajax toolkit , technology , insurance , web services api , ldap , logics , cd , html , general , drush , suppliers , developers , golang , lms , affirmative action , mysql , lists , community pharmacy , maintenance , dynamo , terminal , jquery , quickbooks , navicat , architecture , joomla , email , zend , codeigniter , wordpress , aws , multimedia , web servers , operations , github , android , dreamweaver , runway , content management , customer experience , languages , malayalam , management system , mobile , travel planning , dashboards , testers , search , apps , folders , omega , online , intranet , oncology , jenkins , css , nosql , soap , ug , tamil , profiles , health , step , authentication , scratch , visualforce pages , neurology , stocks , apache , php , import , authorization , record , matrix , ci , netbeans , s3 , validation rules , artwork , tabs , .net framework , apex programming , laravel 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 1/4
Current Designation: Tech Lead
Current Company: Impelsys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [IT]
Verified : Phone Number | Email - id
Impelsys as Tech Lead
Oct 2019 to Till Date
Key project details
1) Wolters Kluwer Health:
Microservice based LMS application developed in PHP, angular and Golang.
Used all aws tools like AWS WAF, Dynamo, SQS, S3 and all other infrastructure services.
CI/CD through Jenkins using github, docker and kubernetes
Packages are managed using composer and jfrog artifactory .
Frameworks used are symfony(symfony) and GIN (golang) for building microservices
Edkal Business Solutions as Technical Architect, Team Lead
Nov 2016 to Oct 2019
Client: Artwork Network, USA, July 2017 - Sep 2018
Role: Salesforce Developer
This project was to develop an ecommerce front end site using visualforce pages (Customer Community License) and, to
sync the data of box.com into Salesforce. The ecommerce website has Artists who can create their account and upload
their Artwork on the site. They would need to purchase a subscription package. User can also Register/login and purchase
the Artwork uploaded by different Artists. It also has integration with ?Quickbooks Intuit? payment gateway.
Responsibilities:
Developed sales apps on Salesforce.com platform using CRM Process.
Involved in Salesforce.com Application Setup activities and customized the apps to match the functional needs of the
organization.
Interacted with various business team members to gather the requirements and documented the requirements.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VIJAY NAIR
Team Lead, Technical Architect seeking roles in
Golang,Kubernetes,Docker,MySQL,PHP,jfrog,jenkins,AWS
Key Skills: Team Lead,Application Development,Project Management,Technical
Architecture,Jenkins,Docker,MySQL,PHP,golang,kubernetes,jfrog,AWS,NoSQL
Summary
Having overall 13+ years of total work experience in architecting and developing scalable web applications
Hands-on experience in technologies like GoLang ,Salesforce, PHP and frameworks like Drupal and Laravel
Designed and build microservices based cloud native applications using Docker, Kubernetes, Istio, Jenkins
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 2/4
Used SalesForce.com Ajax Toolkit to make asynchronous calls to the SFDC data store for optimizing data retrieval
speeds.
Created an interactive UI to improve customer experience
Created various reports (summary reports, matrix reports, pie charts, dashboards) and setup
Designed and developed SFA based Application on Force.com Platform in Salesforce.com environment
with Apex programming language at backend and Visual-Force pages as user interface.
Worked with various salesforce.com objects like Accounts, Contacts, Leads, Opportunity, Reports and Dashboards.
Developed various Custom Objects, Tabs, Entity-Relationship data model, validation rules on the objects and tabs,
Components and Visual Force Pages.
Created page layouts, search layouts to organize fields, custom links, related lists, and other components on a record
detail and edit pages.
Created workflow rules and defined related tasks, time triggered tasks, email alerts, filed updates to implement business
logic.
Designed, developed and deployed Apex Classes, Controller Classes and Apex Triggers for various functional needs in
the application.
Developed and configured various Reports and Report Folders for different user profiles based on the need in the
organization.
Developed Custom Objects, Custom Reports to dump the data on regular basis for the sales performance.
Used the sandbox for testing and migrated the code to the deployment instance after testing.
Environment: Salesforce.com, Force.com Sandbox, Import Wizard, Apex, JavaScript, Controllers, Visual Force Pages,
Workflows, Email Updates, Web Services API.
Client: Mission Ad Group, USA, Dec 2016 ? Jun 2017
Role: Salesforce Developer
The scope of this project was to send automatic notification/reminders in Salesforce for each step of advertising process.
The system mainly work around to the Advertisers and Publishers, where advertisers can share their Ad requirements with
the admin (Salesforce System) and admin will take this request further to the Publisher. It also has a number of Reports
based on different criteria.
Responsibilities:
Developed sales apps on Salesforce.com platform using CRM Process.
Involved in Salesforce.com Application Setup activities and customized the apps to match the functional needs of the
organization.
Created various reports (summary reports, matrix reports, pie charts, dashboards) and setup
Worked with various salesforce.com objects like Accounts, Contacts, Leads, Opportunity, Reports and Dashboards.
Developed various Custom Objects, Tabs, Entity-Relationship data model, validation rules on the objects and tabs,
Components and Visual Force Pages.
Created page layouts, search layouts to organize fields, custom links, related lists, and other components on a record
detail and edit pages.
Created workflow rules and defined related tasks, time triggered tasks, email alerts, filed updates to implement business
logic.
Designed, developed and deployed Apex Classes, Controller Classes and Apex Triggers for various functional needs in
the application.
Developed Custom Objects, Custom Reports to dump the data on regular basis for the sales perfor
Dotsquares Technologies as TEAM LEAD
Jul 2010 to Nov 2016
a) Chemist and druggist http://www.chemistanddruggist.co.uk/
C+D is a multimedia publisher championing community pharmacy since 1859 and have recently migrated their online
news and course management web application to Drupal 7. We used migration modules to migrate data, omega theme to
manage the contexts and drush make file to build the site again and again from scratch in order to get the latest data from
live before going live with drupal site and putting the older site down.
b) Touch medical media
This is a content management web app with 4 sites getting managed through same modules files but different databases.
As all the websites are displaying content in same theme (neurology,optho, endo and oncology), the client want to manage
all website with same file so that any changes done will automatically reflect all of them and therefore this is configured in
Drupal as this is best CMS available around
c) Insurance document system
This is a Drupal based intranet system for a UK based insurance company for managing their documents and notice
boards for all their departments at 1 place so that their staff can login and get everything they need in their account and
communicate easily with all of them.
The major part of the system was integration of their internal LDAP based authentication with the CMS and allows access
to different sections accordingly.
d) Your School Uniform http://yourschooluniform.com
This is a Laravel MVC based web application mainly developed to manage the backend work of an organization with a
frontend to facilitate the buyers like normal parents or school to order uniforms.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 3/4
This application manages orders given by schools by processing them through different stages like managing plain items ,
converting them to profile item, sending the packages to 3rd party decorators, receiving & logging them , invoices, delivery
etc.
Synced with salesforce to manage suppliers, orders, inventories and the back end operations workflow with Apex and
Visualforce.
e) Shirtworks http://www.shirtworks.co.uk
Shirtworks is one of the longest established t-shirt printers in the UK. We developed online portal to help them establishing
their presence online and helping their customers and online users to order/quote from the website.
This is developed in joomla 3 framework and have all the logics inbuilt in it to keep the users orders online and get the
quote easily rather than visiting shop. It have complete order management system inbuilt in backend from quote to order
delivery and checking for raw material from other 3rd party on the fly and managing stocks for plain items to finished
items.
We have synced it with salesforce with Apex and visualforce for orders, quotes, contacts and have developed custom
objects with workflows to manage the complete back end operations for the company.
f) Moscow
This is a Laravel 4 based online HR tool for managing the health statuses for the employees and assigning them to OHP's
and OHA's in regular intervals. This is big application with a central system and sub systems with the clients.
The central system has all the clients' information's and OHA's/OHP's are all assigned from the central system. The client
system has all their managers and employees with full referral management/fitness certificate logics.
g) Runway Republic - http://linuxdemo.projectstatus.in/runwayrepublic
This is a marketplace application developed in Drupal. This application allows sellers to sell their products and display
their profile as a brand to the users.
On sales, the amount will be directly paid to the sellers and commission gets deducted from sellers paypal account after 1
month of order automatically.
h) Bookit.com
This project is holiday travel planning website with api's for booking flights and hotel rooms.
The team size was of 14 with 10 developers in Miami and 4 here in India.
6 testers were also involved with proper staging of work through svn.
Octal Info Solution Private Limited as Senior Engineer
May 2009 to Jun 2010
Responsibilities
Communicating with the clients.
Follow the SRS and meeting the deadlines.
Project Executed
1.) Terminal Leave
This is a site developed in .NET framework on which there is unified registration and login/logout link to a drupal based
networking site.
Client required having Orkut like networking site with soap based interlinking between php and .NET framework. This was
a application developed for retired army persons to get in touch with each other.
2.) MM Chula -http://mmchula.acc.chula.ac.th/
This is a university site which is developed in drupal framework as per requirements of the client for a university in
Bangkok.
3.) Ski group
This is French based tourist information site again developed in drupal where the necessary data regarding the weather
information is read from an xml file linked to other site.
This site also have soap based unified registration systems where the clients of the main site when get registered in main
site then automatically will become the member of this site.
UG: B.Tech/B.E. (IT) from Swami Keshwanand Institute of Technology, Rajasthan University in 2005
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 4/4
Other Qualifications/Certifications/Programs:
aws
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP5 based CMS like Drupal and Wordpress
drupal, Zend, Codeigniter, Laravel
Mobile framework like Android
Apache and MySQL web servers
Databases
HTML, JavaScript, JQuery, AJAX and CSS
SALESFORCE 2 Year(s)
Notepad++, Dreamweaver , Netbeans
Mysqlfront Navicat
Barclay Epdq,Sagepay,Authorize.net
AWS
DOCKER
Kubernetes
Golang 2 Year(s) 0 Month(s)
Laravel 2016 5 Year(s)
SALESFORCE 2016 1 Year(s)
DRUPAL 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Tamil Beginner
Malayalam Beginner
Rank 918: Resume 41 with similarity score 0.019889054254898415
BS software engineer , software developer cards , credit , css , managing accounts , mysql , angular , php , jquery , web applications , bootstrap , c# , express , mongodb , introduction to , xml , design patterns , languages , export , mobile , life insurance , javascript , html , laravel Software Engineer
Web-Developer
Summary
Maadi, Cairo
+201098771120
ahmed.moustafa9663@gmail.com
I'm a Software Engineer with hands on experience using modern JavaScript ,React js, Node Js,Express, Mongo
DB, and ,languages to build mobile and web applications.
Work experience
Software Engineer 2018-08 - Present
eBSEG
Software Developer eBSEG I am a part of a team working on Cross-platform Banking applications for Egyptian
Clients helping them manage their accounts, cards and do transactions making their life easier. Role: integrate with
backend services and APIs to get needed data then work on Front-end. Tech. used:JavaScript, jQuer Skills Java
Script ,C#, SQL, XML,
Projects
EBE Export Development Bank Of Egypt - eBSEG
banki (Credit Agricole) - eBSEG :-
banki is a cross-platfrom banking application, managing accounts & cards users can login to their accounts and
cards from anywhere around the world and do transactions.
MLI -eBSEG ( Masr Life insurance).
MEAN Auth Application -Self Study(NodeJS-MongoDB-Angular Js.).
Skills
Java Script
React JS
Node JS
Mongo DB
oop
Data Structure
Design patterns
jquery
HTML/CSS
Bootstrap
TFS
Courses
MERN Stack {Node JS –Express- Mongo DB - React Js}
Full Stack {{HTML/CSS/JS/JQUERY/BOOTSRAP/PHP/MYSQL/LARAVEL}
Fundamental Diploma {OOP,DATA STRACTURE, C# ,Introduction to Web}
Created with
mailto:ahmed.moustafa9663@gmail.com
mailto:ahmed.moustafa9663@gmail.com
Rank 919: Resume 981 with similarity score 0.019870122705680872
MS full stack developer , software engineer , full time , software developer api , express.js , redux , css , product requirements , designation , ug , affirmative action , authentication , databases , hindi , maintenance , yarn , authorization , english , node.js , bootstrap , jasmine , status , postgresql , specifications , agile , email , project , mocha , application , mongodb , numbers , vast , hooks , npm , mumbai , github , components , features , c++ , languages , fork , html5 , dashboard , sass , python , form , javascript , jira , web , technology , cash , program management 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a11…
https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a110419425f0e005… 1/2
Current Designation: Software Engineer
Current Company: Synergenie Solutions
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 0 Year(s) 11 Month(s)
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Synergenie Solutions as Software Engineer
Jan 2020 to Till Date
Working as a Full Stack developer. Handled multiple projects such as Feedback web app, FasTag web
app, FastTag Backend. Involved deeply into spec analysis, design, development & deployment, etc.
Project Title: Feedback System (Web Application)
Description: Feedback System is a web application in which the user can add, customize, create their specific product
review(feedback). Users will be able to view the total numbers of the feedback given by the Product Reviewers in a
simple but intuitive UI Dashboard.
Tech Stack:
* Backend - Used Serverless System FaunaDB to communicate with api and database.
* Frontend - Developed using ReactJS, react Hooks, nextJS, Tailwind CSS.
Responsibilities:
* Designing and development of Reusable React Components.
* Development & Maintainance of the FaunaDB Database.
* Understand product requirements as per specifications.
* Enhanced existing features in an application using an agile.
Project Title: FASTag Application Web app
Description: FASTag is a simple to use, reloadable tag which enables automatic deduction of toll charges and lets you
pass through the toll plaza without stopping for the cash transaction.
Tech Stack:
* Backend - Developed-on top of Node.js, Express.js & PostgreSQL.
* Frontend - Developed using ReactJS, React-Admin, react-Hooks-Form, Tailwind CSS.
Responsibilities:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Bhavesh Varu
Software Engineer seeking assignments in Software Development,Application
Programming,Full Stack Development,Program Management,Project
Management,C,Java,C++,Python,Javascript,MongoDB,Postgresql,ReactJs,React
hooks,HTML,CSS,Tailwind,Sass,Bootstrap
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Full Stack
Development,Program Management,Project
Management,C,Java,C++,Python,Javascript,MongoDB,Postgresql,ReactJs,React
hooks,HTML,CSS,Tailwind,Sass,Bootstrap
Summary
Certified Full Stack Developer(MERN) with a vast array knowledge in front-end and back-end languages, responsive
frameworks,
databases and best code practices. My objective is simply to be the best developer, that I can be and to contribute to the
technology in the industry all that I know and can do.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a11…
https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a110419425f0e005… 2/2
* Managing PostgreSQL & storing required data.
* Developing APIs using ExpressJs.
* Implemented token-based authentication for users to sign in/ sign out of the app.
* Working on backend built on top of NodeJS and ExpressJs.
UG: BCA (Computers) from Amravati University, India in 2019
Other Qualifications/Certifications/Programs:
Modern React & Redux
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ReactJs, React hooks, HTML5, CSS3
Tailwind, Sass, Bootstrap, Material-UI
Node.js, Express.js mongoDB, PostgreSQL
Github, GitKraken, Fork yarn, npm
JavaScript, Java, Python, C++, C
Jira Jasmine, Mocha
VSCode, Sublime
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 920: Resume 453 with similarity score 0.01983256461757442
MS , BS nan completion , word , assessment , import , resume , internships , dreamweaver , lal , web , adobe photoshop , excel , commerce , mar , export , teaching Assessment
Q1. Why should you be hired for this role?
I am having 1 year experience in MS Excel and MS Word
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, i am available for next 3 months...
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
CONTACT Phone: 91 8839796615
Rishita Jain
Bhopal
Applied 28 Jan'21
Adobe Dreamweaver Adobe Photoshop
MBA, Commerce
Barkatullah University
2019 - 2021
Bachelor of Business Administration B.B.A.), Commerce
Jawahar Lal Nehru P.G. College
2016 - 2019
Senior Secondary XII, Commerce
Bhopal Girl's School
CBSE board)
Year of completion: 2016
Secondary X
Bhopal Girl's School
CBSE board)
Year of completion: 2014
Teaching
Pretty Petals School, Bhopal
Jun 2016 - Jan 2017
Export Import
JEE BEE IMPEX, Morbi
Mar 2019 - Mar 2019
Web Designing
IANT, Bhopal
Aug 2018 - Aug 2019
Rank 921: Resume 933 with similarity score 0.01982442165631821
B.S , MS , M.TECH devops , software developer , student , full time , team lead , senior project engineer mobility , functional specifications , general , software solutions , customer , devops , visual studio code , css , access , validation , designation , command , directives , demand , ug , affirmative action , hindi , angular , azure , typescript , travel , test cases , jquery , windows , json , authorization , english , troubleshooting , resolutions , design documents , status , stakeholder management , firmware , email , project , store , spa , application , corrective maintenance , leadership , requirements gathering , production implementation , deals , new features , survey , fixing , ipad , mac os , components , unit testing , connectivity , languages , clear , preparation , html5 , documentation , es6 , operational support , his , level design , diagrams , javascript , eclipse , organization , web , technology , external clients , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e5719160816…
https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e57191608160319175e580a… 1/3
Current Designation: Senior Project Engineer- IT Software
Current Company: Wipro Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [IT]
Verified : Phone Number | Email - id
Wipro Technologies as Senior Project Engineer- IT Software
Sep 2015 to Till Date
Growth Path:
As Student-Computer Applications (WISTA)
As Project Engineer
As Senior Project Engineer
Key Result Areas:
Liaising with users for requirement gathering; preparing functional specifications and low-level design documents
Designing & implementing new features across new products at application level & system level
Managing the maintenance of program modules including operational support, problem resolution, production support,
preventative and corrective maintenance and enhancements
Documenting software solutions through flowcharts, layouts, diagrams, charts, code comments and clear code
Testing modules developed by self & the team to ensure that these were as per desired quality standards; wrote test
specifications and conducted tests
Liaising with stakeholders during problem diagnoses, requirements gathering, detailed level design, development,
system test and production implementation to ensure that optimal resolutions were achieved
Supported bug fixing, maintained store procedures and executed system enhancements according to user
requirements for the application
o Adding external functions and command line calling as a new feature to the application
Troubleshooting critical software/firmware defects, Red Alerts and so on; providing L3 support for various customer
Last Active: 30-Jan-21 Last Modified: 26-Jan-21
SHRADHA TRIPATHI
Senior Project Engineer seeking roles in Application Development, IT Project
Management, Software Development Life Cycle, Requirement Gathering, Stakeholder
Management, Quality Management, Application Programming, Javascript, HTML,
CSS, jQuery, Ajax.
Key Skills: Senior Project Engineer,Team Lead/Tech Lead,Application Development,IT Project Management,Software
Development Life Cycle,Requirement Gathering,Stakeholder Management,Quality Management,Application
Programming,Javascript,HTML,CSS,jQuery,Ajax,JSON.
Summary
A dynamic & experienced Software Developer with over 5 years of experience in application development using React JS/ES6
and Angular 2, 4, 7/ Typescript SPA domains; currently associated with Wipro Technologies as Sr. Project Engineer. Experience
in Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional specifications, technical
design), coding and testing (preparation of test cases along with implementation) to maintenance of proposed applications.
Expertise in React JS components and Angular 2, 4, 7 modules, services, templates, directives, services and dependency
injection to SPA. Continuously adjusted priorities and addressed issues to improve efficiency; achieved committed product
content and quality goals on time after staff reductions and increases in content
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e5719160816…
https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e57191608160319175e580a… 2/3
issues in different products
Managed large and complex projects or multiple components of a large project involving more than one company's
product
Liaised with internal/external clients to determine specific requirements and expectations; managed client expectations
as an indicator of quality
Project Undertaken:
Project: Appraisal
Current Project MOBILITY_IS My Career
Wipro Technologies, Bengaluru
Client Wipro Technologies
Role Senior Project Engineer
Duration July 2018 - Till date
Team Size 3
Description: It deals with appraisal for all the employees working in Wipro.
Employee's performance based on Employees and manager's review with the rating given to employee in each Quarter.
Based on which the Annual Appraisal for the Employee will be rated.
Project: Leaders Quality
Project Name WLQ
Wipro Technologies, Bengaluru
Client Wipro Technologies
Role Developer e-mobility L2.1
Duration Oct 2018 - December 2019
Team Size 8
Description: This is 360-degree feedback survey. In this survey, the individual receiver's feedback on Wipro's seven
leadership competencies from the Customers, peers, Managers. I was responsible for front end implementation which
includes handing requirement gathering, data binding, validation, unit testing and resolving the bugs.
Project: Topsight
Current Project MOBILITY_IS Topsight
Wipro Technologies, Bengaluru
Client Wipro Technologies
Role Developer e-Mobility L2.1
Duration December 2015 - July 2017
Team Size 11
Description: TopSight is a utility developed to fulfill the need for anytime anywhere access of critical customer information
for senior management of large organization. It is a product /Application which is being developed as a Web App. This
information should be present on demand of user for accurate and detailed interaction with customer and account team. It
is expected to take information from diverse sources about the account/customer and publish them on to users. This will
ensure that user has all the information on his fingertip while in discussion with client and other interactions, especially on
travel. This Application will take advantage of presence of iPad tablet along with 24/7 connectivity for the user, and try to
deliver the required information in desired format.
UG: B.Sc (Computers) from Govt. Science College, Jabalpur in 2015
PG: M.Tech (IT) from Vellore Institute of Technology (VIT) in 2019
Education
IT Skills
Skill Name Version Last Used Experience
REACT JS, Angular (2, 4, 7, 8)
JavaScript, HTML, HTML5, CSS, CSS3
JQuery, AJAX, JSON, IONIC4
Azure DevOps, ES6
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e5719160816…
https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e57191608160319175e580a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
ECLIPSE, Sublime, Visual studio code
Windows (8, 10), Mac OS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 922: Resume 1525 with similarity score 0.01981990318842728
MS , BS web developer , flash designer , web designer , full time , digital marketing analyst , project leader ecommerce , presentations , magento , agriculture , optimization , web development , general , media marketing , telugu , opencart , css , designation , sem , adobe photoshop , pages , scripting languages , affirmative action , plugins , web design , flash , hindi , promotional design , adwords , beginner , maintenance , ltd , php , jquery , english , digital media , graphic design , authorization , shopping , ppc , bootstrap , twitter , status , social media , anti-aging products , b2b , project , store , google , linkedin , multimedia , dreamweaver , facebook , life sciences , psd to wordpress , online , seo , e-commerce , hubspot , email marketing , cms , javascript , search , bing ads , technology , dell , digital marketing , html , ppv 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f41584755…
https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f4158475515130d0f0d57… 1/3
Current Designation: Web Developer & Digital Marketing
analyst
Current Company: BioGenex Life Sciences
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: Agriculture/Dairy
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
BioGenex Life Sciences as Web Developer
Aug 2017 to Aug 2017
Working As Web Developer & Digital marketing analyst, taking care Magento, WordPress based website and Digital
marketing activities like SEO, Email marketing, Paid advertisements
BioGenex Life Sciences as Web Developer & Digital Marketing analyst
Aug 2017 to Till Date
Website Maintenance (Magento store, hubspot CMS ), SEO, SEM,SMO
HD info Hyderabad as Web Developer, Digital marketing
Mar 2017 to Aug 2017
WEB DEVELOPER, DIGITAL Marketing,SEO,SEM,SMO
Dell International Services India Pvt Ltd as Web developer, Digital marketing
Nov 2015 to Mar 2017
Design, build, or maintain web site, using authoring or scripting languages, content creation tools, management tools, and
digital media
HD Info as Web Developer / Digital Marketing Analyst
Sep 2013 to Nov 2015
Last Active: 22-Jan-21 Last Modified: 26-Nov-20
kurumurthy
Web Developer & Digital Marketing analyst
Key Skills: Digital Marketing,Social Media Marketing,Search Engine Marketing,Social Media
Optimization,SEM,SMO,SEO,Search Engine Optimization,Web
Development,HTML,CSS,Wordpress,Opencart,Photoshop,Bootstrap,UI Development,Javascript,JQuery.
Summary
Web Developer and Digital Marketing Analyst with 7 years of relevant experience my key skills - WordPress, Opencart, html,
css, Jquery, Photoshop, Dreamweaver, ad words, bing ads, Facebook ads, ppv ads
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f41584755…
https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f4158475515130d0f0d57… 2/3
Designing, Developing Ecommerce based websites - Digital Marketing
Vsplash techlabs private limited as Wordpress Integrator
Aug 2012 to Jan 2013
PSD to wordpress conversions, Plugins Development, Ecommerce Based websites
Sortins Technologies as Web Developer / SEO, SMO
Feb 2010 to Aug 2012
Website Development wordpress, opencart & php based websites - Digital marketing, SEO, SEM
Medzi Technologies as Web Designer / Flash Designer
Jan 2009 to Feb 2010
Design, build, and maintain web sites, Flash Presentations, Promotional Design
UG: B.A (Maths) from shobhit university in 2014
PG: from Shobhit institute of engineering and technology, Meerut in 0
Other Qualifications/Certifications/Programs:
Arena multimedia
Adwords certified professional
Nature of Employment: Full Time Duration: Jul 2017 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
WEB DESIGN 0 Month(s)
Adobe Photoshop 9 0 Month(s)
SEO 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Hindi Beginner
Projects
Project Title: BioGenex
Client: BioGenex Life Sciences
Project Details: Web Development- Magento, WordPress, Hubspot
Digital Marketing - SEO, Email marketing, PPC, LinkedIn,
Project Title: SWISSCELL.CO.UK - Web Development - Digital Marketing
Client: Swisscell UK LTD
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f41584755…
https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f4158475515130d0f0d57… 3/3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Project Leader
Duration: Jan 2014 - Aug 2015
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Skill Used: Wordpress CMS, PHP, HTML, CSS, Facebook, Twitter, Google, AdWords, SEM, SMO, SEO, SEO Analyst,
Role Description: WordPress Based E-commerce Website Development , Regular maintenance - Improving website
SEO organic results, Social Media promotion thought Facebook, Twitter, Paid Marketing Facebook PPC, adwords
Project Details: SWISSCELL.CO.UK - Wordpress Based E-commerce website with B2B and Online Shopping Portal -
Internal information pages - blog etc..
SWISSCELL UK LTD is Distribution company for anti-aging products
Rank 923: Resume 1210 with similarity score 0.01981038219326718
B.E , MS , B.TECH , BS system analyst , full time , balancer general , migrating , efs , ug , affirmative action , mysql , design , technical architecture , databases , linux , maintenance , azure , ltd , authorization , ssl , web applications , status , email , groups , aws , cost effective , cron , electronics , s3 , servers , branding , server migration , ec2 , reach , amazon , vmware , one , system administration , diagrams , javascript , crm , cloud computing , vsphere , technology , load , folders , firewalls , security management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13…
https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13501115580c0b5… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 1 Year(s) 9 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
9Logic Technologies Pvt Ltd as AWS Engineer
Apr 2019 to Nov 2020
9Logic Technologies Pvt Ltd, headquartered in Redmond, WA - USA, is a global IT
consulting and solutions provider with expertise in cloud computing, ERP and CRM
applications.
Responsibilities:
Hosted a web application in the AWS EC2 instance and connected MySQL
database to it using AWS Database service(RDS): SQLyog.
Mounted an EFS file onto the EC2 instance and ran the script for taking backup
of few folders according to the clients requirement.
Using VMware, launched a new virtual machine and installed OwnCloud
application.
Maintained FileCloud application in AWS for one of the clients by managing
users, extending the license and its branding.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AMITHA LAKSHMI KOLLAPUDI
AWS Engineer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Cloud
Computing,Security Management,AWS,VSphere,VMware,MySQL,Linux
Key Skills: AWS Engineer,System Analyst,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Cloud Computing,Security
Management,AWS,VSphere,VMware,MySQL,Linux
Summary
I am a self starter and highly motivated AWS Engineer with about 2 years of
experience in system administration. A strong performance background in a wide variety
of professional system support and AWS Services.
An experienced Cloud Computing Engineer with hands-on and managerial skills
in Cloud Technology mainly using AWS with expertise in AWS Design,
Implementation, and Migration.
Proficient in AWS services EC2, IAM, S3, CloudWatch, Migration services,
SNS, ELB, RDS, Aurora, EBS, Route 53, Auto Scaling and AWS Certificate
Manager.
Experience in planning, designing, Implementation in areas of AWS Cloud.
Designed Architectural Diagrams for different applications before migrating
into Amazon cloud for flexible, cost- effective, reliable, scalable,
high-performance and secured.
Have worked on designing highly available, cost effective and fault tolerant
systems using multiple EC2 Instances, Auto Scaling, Elastic Load Balancer
and AMIs.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13…
https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13501115580c0b5… 2/2
Worked on AWS Transfer for SFTP and managed sharing of files between the
users.
Made a website secured using AWS Certificate Manager for creating SSL
certificates.
Hosted a static website using AWS CloudFront, S3 and Route53.
Involved in cost comparison of instances in AWS and Azure Cloud technologies
to estimate the billing of projects.
Taken regular Snapshots for EBS volumes using Cron commands for one of the
clients.
Migrated several databases from Azure Cloud to AWS Cloud using different
migration methods.
Deployed Web Applications using AWS Elastic BeanStalk.
Worked with AWS Server Migration Service(SMS). Migrated the VMware
vSphere Servers to AWS Cloud and created the instances using those
Images(AMI's).
Defined AWS Security Groups which acted as virtual firewalls that controlled
the traffic allowed to reach one or more AWS EC2 instances and deployed EC2
instances, ELBs by using Cloud Formation in AWS.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Bapatla womens Engineering College in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
EC2, IAM, S3, SNS, SES, ELB
RDS, DMS,Security Groups
Route 53, AutoScaling, Elastic File Syst
Server Migration, AWS Certificate
AWS Backup
Cloud Formation
aws, linux
VMWARE
MySql, Aurora and DB2.
Rank 924: Resume 1358 with similarity score 0.019739390716658964
B.E , B.TECH , BS devops engineer , full time ansible , devops , jenkins , migrating , telugu , kubernetes , designation , version management , affirmative action , hindi , docker , linux , maintenance , cluster , ltd , permissions , merging , apache , windows , authorization , english , status , bug tracking , email , tomcat , application , configuration management , aws , microservices , qube , less , splunk , ci , atlassian , github , electronics , pipelines , ecs , s3 , ec2 , maven , languages , jira , javascript , sonar , working experience , cd , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e1…
https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e105210440d5d5a… 1/2
Current Designation: DevOps Engineer
Current Company: Moonstone Info Tech Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Moonstone Info Tech Pvt Ltd as DevOps Engineer
Sep 2016 to Till Date
Hands on experience with SCM tools like Git/GitHub for user manage permissions Branching, Merging, Resetting,
Reverting files from different areas, tagging and version management.
Hands on working experience on CI and CD methodologies with Jenkins
Creating Docker Images and Containers using Docker file & Docker-Compose
Worked on migrating microservices to Kubernetes by developing pipelines to create docker images and deploying to
Kubernetes cluster.
Automate infra using Configuration Management Tools such as Ansible.
Working knowledge of AWS Cloud services - (EC2, S3, VPC , Cloud Watch, EBS, ELB, Auto Scaling and RDS, Route 53,
IAM, EKS, ECS, Cloud Formation, Lambda Functions)
Hands on experience in bug tracking tool Atlassian JIRA.
Experience working with monitoring tools like Splunk, Prometheus, Grafana, ELK stack
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Anjaneyulu. B
4.4 years experience in DevOps where it comprises Configuration Management
(SCM), Build Management, CI and CD implementation using DevOps tools like
Jenkins, Git, SVN, Maven, chef, Ansible, Docker,kubernetes and AWS.
Key Skills: AWS,Terraform,GitHub,Git,SVN,Jenkins,Apache Tomcat,Docker,Kubernetes,Ansible,Chef,Sonar
Qube,Maven,JIRA,Linux,Splunk,Prometheus
Summary
4.4 years experience in DevOps where it comprises Software Configuration Management (SCM), Build Management, CI and
CD implementation using DevOps tools like Jenkins, Git, SVN, Maven, chef, Ansible, Docker,kubernetes and AWS with ability to
accomplish all aspects of related process, integration and maintenance across environments.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e1…
https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e105210440d5d5a… 2/2
UG: B.Tech/B.E. (Electrical and Electronics) from JNTU College of Engineering, Kakinada in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
WINDOWS, LINUX
AWS, Terraform
Github, GIT, SVN
Apache Tomcat
Jenkins
DOCKER
Kubernetes
ansible, Chef
SPLUNK, Grafana
Maven, Ant
Sonar Qube
SHELL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 925: Resume 1433 with similarity score 0.01973814862031624
B.E , MS , B.TECH technical consultant , full time , software developer dm , automation , css , citrix , designation , ug , mar , affirmative action , oracle , hindi , maintenance , ltd , authorization , english , status , c# , sql , email , project , application , sap , solution architecture , bengali , languages , cardiology , javascript , technology , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d43…
https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d430b43495f555f0… 1/2
Current Designation: RPA Consultant
Current Company: CBRE
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Chandigarh,Mohali
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: DM [Cardiology]
Verified : Phone Number | Email - id
CBRE as RPA Consultant
Mar 2019 to Till Date
GRID INFOCOM PVT LTD as Junior Technical Consultant
Mar 2017 to Feb 2019
UG: B.Tech/B.E. (Computers) from BENGAL INSTITUTE OF TECHNOLOGY in 2016
PG: DM (Cardiology) in 0
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SNEHA KUMARI
UIpath (RPA) Certified Developer RPA Consultant seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Automation
Anywhere,Uipath,Dot.Net,C#,HTML,MS SQL.
Key Skills: RPA Consultant,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Automation
Anywhere,Uipath,Dot.Net,C#,HTML,MS SQL,Oracle,CSS,JavaScript
Summary
Uipath and Automation Anywhere certified RPA Consultant having 3.7years of experience. In this span of 3.7years, I have been
a part of various RPA projects.
Currently serving notice period and available for immediate joining.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d43…
https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d430b43495f555f0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
dot.net
C#
HTML
MS SQL
css, javascript
citrix, sap
Automation Anywhere
Uipath 2020 3 Year(s) 7 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 926: Resume 1474 with similarity score 0.01965974114521751
B.E , MS , B.TECH , BS project manager , locator , scrum master , product development , software developer , advisory software engineer , full time , software development manager , principal software engineer award , core java , general , retrospectives , customer , people management , scrum , open source , summit , websphere , web mapping , designation , developers , kronos , stratus , mar , 3d , ug , conducting , affirmative action , adapter , technical architecture , analytics , angular , dsm , maintenance , apache , bing maps , gateway , resiliency , service development , authorization , status , rabbitmq , agile , dynatrace , email , project , business analysis , tomcat , application , microservices , continuous integration , microsoft , saas , redis , google maps , ibm , architecting , rest , blockchain , location intelligence , estimates , features , solution implementation , nginx , sme , ultimate , gears , ceremonies , javascript , jira , search , suite , sterling integrator , technology , on location , google cloud , cloud computing , pmp 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f13…
https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f130743465b5b085… 1/2
Current Designation: Software Development Manager
Current Company: Ultimate Kronos Group
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Ultimate Kronos Group as Software Development Manager
Jan 2016 to Till Date
I started my journey as a principal software engineer here and have grown to Manager Development. My current roles and
responsibilities include but are not limited to -
? Design and architecture with Team for features in cloud product
? Dev estimates and delivery Plan
? Service development ,quality and resiliency
? Service upgrades with minimum downtime
? People Management
Technology/Experience-
? Managing engineering team of senior developers
? Hands on Experience in NGINX , Google Apigee Gateway , Google Cloud ,Rabbit MQ ,Redis
? Design and architecting solutions for existing Cloud product
? Service application code and technology upgrades in cloud
? Managing stability team for customer reported issues.
Pitney Bowes Software as Advisory Software Engineer
May 2011 to Dec 2015
In Pitney Bowes, due to project requirement, my role has been a 30 % Scrum master and 70% IC role. I was part of
stratus product which was based on location Intelligence Domain
With customers all across the world. Stratus was built on angular UI with backend in Java and consuming Restful
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ARPIT SHARMA
Software Development Manager seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Cloud
Computing,Agile Methodology,Continuous Integration,Business Analysis,Nginx
Key Skills: Software Development Manager,Project Manager,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Cloud Computing,Agile Methodology,Continuous
Integration,Business Analysis,Nginx
Summary
14 years of experience into various aspects of software product development with more than 7 years of experience in SAAS
Business Model.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f13…
https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f130743465b5b085… 2/2
webservices.
My roles and responsibilities include but are not limited to -
* Conducting scrum ceremonies like planning, DSM, retrospectives and actively taking part in grooming.
* Shifting gears from Waterfall model to agile. Develop and try out new processes that suite team. For example
introduction of mid sprint demo process
* Organizing sessions within scrum team to develop a cross functional team.
* Development of analytics modules like Query, FindMyNearest, Locator Search
* Experience with Google Maps, Bing maps REST APIs
* Develop POC for 3D maps using open source technologies like open layers.
*
Achievements:
* 2015 Global winner of Pitney Bowes Brand Statement Competition Won $400.
* 2014 Ace Award for leading Web Mapping Solution implementation and client interaction
IBM Indian Software Labs (ISL) as Staff Software Developer
Oct 2008 to Apr 2011
I worked on Sterling Integrator Product, which is primarily used as an integration suite .My roles and responsibilities -
* SME for IBM WebSphere adapter and services
* SME for Microsoft MSMQ
* Code Quality
UG: B.Tech/B.E. (Mechanical) from National Institute of Technology (NIT), Hamirpur in 2006
Other Qualifications/Certifications/Programs:
IBM Blockchain Essentials
NASSCOM developers Summit - Microservices
PMP
ACE award in Pitney Bowes Business Insight
SCJP 1.5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
RabbitMQ 3.8.3 2020 1 Year(s)
GCP 2020 2 Year(s)
JIRA 2020 5 Year(s)
CORE JAVA 1.7 2020 7 Year(s)
NGINX 1.8.0 2020 2 Year(s)
Apache Tomcat 8.0 2020 5 Year(s)
DYNATRACE 1.7 2020 1 Year(s)
Rank 927: Resume 1486 with similarity score 0.019643586818852192
B.E , B.TECH , M.TECH engineering manager , devops , it professional , full time , vice president , program manager wholesale , mentoring , appdynamics , high availability , software solutions , devops , jenkins , scrum , spark , rfp , kubernetes , designation , neo4j , thermal , space , mar , deliverables , ug , confluence , oracle , affirmative action , hindi , angular , docker , maintenance , utilization , ltd , architects , authorization , english , status , spring boot , architecture , gds , sencha touch , email , project , record , jpa , application , mongodb , microservices , sprint planning , airline , splunk , commercial banking , ibm , cloud foundry , edge , components , hiring , technical design , features , git , building , maven , languages , principle , story , cd , weblogic , malayalam , sonarqube , javascript , queues , technology adoption , jira , velocity , orchestration , program management , bpm , database 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425…
https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425619415c58005… 1/3
Current Designation: Engineering Manager
Current Company: WELLS FARGO EGS (India) PRIVATE
LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE),Saudi Arabia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [THERMAL SCIENCES]
Verified : Email - id
WELLS FARGO EGS (India) PRIVATE LIMITED as Engineering Manager
Apr 2020 to Till Date
Handling a team of 20 members (2 squads) with varying degree of experience, 10 - 17 years, at multi-location (Bangalore /
Hyderabad), and responsible for Architecture and Technical Design of various products in the Commercial Banking space.
Is part of the technology adoption team for the entire Wholesale Enrollment Group. Being a SPOC for the product owners,
estimate, track and delivery of the features for each sprint, cloud deployments and monitoring of cloud resources
utilization. Responsible for architecture, design, new tools and technology adoptions and PoC
discussions and implementations. Team handling (multi-location) and management activities like meetings, 1-O-1's,
periodic feedbacks, appraisals, hiring new talents, mentoring, building career plans (Objective setting), sprint planning,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ABHILASH NAIR
Engineering Manager seeking roles in Software Development,Application
Maintenance,Project Management,Program Management,Requirement
Analysis,Solution
Architecture,Java,J2EE,Spring,Splunk,Zipkin,Oracle,MongoDB,Microservices,Spring
Boot,Maven,SVN,GIT
Key Skills: Engineering Manager,Program Manager,Software Development,Application Maintenance,Project
Management,Program Management,Requirement Analysis,Solution
Architecture,Java,J2EE,Spring,Splunk,Zipkin,Oracle,MongoDB,Microservices,Spring Boot,Maven,SVN,GIT
Summary
IT professional with overall 19+ years
of experience. Have been doing the
role of Engineering Manager,
managing a team of 20+ with varying
degree of experience, 5 - 17 years, at
multi-location (Bangalore / Hyderabad
/ Chicago), and responsible for
Architecture and Technical Design.
Consistent track record of successfully
developing large-scale complex
software solutions with high available,
scalable applications to industry
leaders. Having delivered many
solutions and being in part of many
business discussions.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425…
https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425619415c58005… 2/3
scrum meetings (master), story tracking/grooming. Architecture and design, code and delivery quality meetings and
discussion with stakeholders Tools and Technologies: Microservice architecture, cloud deployment (Cloud Foundry),
Spark, CD/CI (Jenkins,Sonarqube, Jules), Splunk, AppDynamics.
JPMorgan Services India Pvt. Ltd as Vice President
Jul 2017 to Apr 2020
Duties & Responsibilities
Was handling a team of 16(peak) members with varying degree of experience, 5 - 15 years, at multi-location
(Bangalore / Hyderabad / Chicago), and responsible for Architecture and Technical Design of various products for
Chase Bank. Part of the technology adoption team for the entire Commercial Banking business group. Being a SPOC
for the product owners of the bank, estimate, track and delivery of the features for each sprint, cloud deployments and
monitoring of cloud resources utilization. Responsible for architecture, design, new tools and technology adoptions and
PoC discussions and implementations.
The major tasks involve:
Team handling (multi-location) and management activities like meetings, 1-O-1's, periodic feedbacks, appraisals, hiring
new talents, mentoring, building career plans (Objective setting), sprint planning, scrum meetings (master), story
tracking/grooming.
Architecture and design, code and delivery quality meetings and discussion with stakeholders
Managing Production Support Team: Managing the support team for promoting high availability with high velocity and
removing operational toil. It achieves the same goals as DevOps without the culture shift.
Tools and Technologies: Microservice architecture, cloud deployment (Cloud Foundry), Spark, CD/CI (Jenkins,
Sonarqube, Jules), Kubernetes(container orchestration), Angular, Springboot, JPA, Qpid/IBM MQ queues, Activity BPM,
Splunk,Zipkin, AppDynamics, Apigee, CQRS, Neo4j (Graph database).
Mindtree Limited as Principle Architect
Jul 2016 to Jul 2017
Handling a team of 8 architects and also responsible for Architecture and Technical Design of various airline products for
the SITA. Part of development of products such as SITA DCS, GDS etc. Also responsible for preparing response for RFP's
for
different requirements from client, handling architectural changes and enhancements, proposal of new tools and
technologies, implementing complex core components, version upgrade of various tools and frameworks, PoC's of new
cutting-edge technologies and incorporating them in the technical stack and responsible for the overall quality of the
deliverables.
UG: B.Tech/B.E. (Mechanical) from Calicut University in 1996
PG: M.Tech (THERMAL SCIENCES) from National Institute of Technology (NIT), Calicut in 2000
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, J2EE
Spring
Oracle, MongoDB
MicroServices
spring boot
Maven, SVN, GIT
Jira, Confluence
Angular 7, Sencha Touch
Docker, Kubernetes
WebLogic, Jboss
Hibernat, JPA
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425…
https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425619415c58005… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 928: Resume 737 with similarity score 0.0196345708669333
B.E , MS , B.TECH , BS software engineer developer , project lead , software developer , product development , senior software engineer , full time , java developer award , core java , cricket , algorithms , conducting , addition , linux , status , specifications , aperture , bitbucket , writing , components , project work , hazelcast , broadcast , spring framework , elasticsearch , digital video , interfaces , designation , data transfer , mar , deliverables , web services , hindi , ltd , windows , avs , json , english , protection , screens , agile , mongodb , provisioning , processing , encoding , fixing , rest , documentation , javascript , technology , hadoop , reporting , general , healthcare , project teams , developers , e2e , affirmative action , oracle , mysql , maintenance , jquery , email , jpa , tomcat , aws , software business , sports , star , bengali , new features , junit , unit testing , maven , software requirements , languages , multithreading , console , hibernate , amazon , jira , testers , sonar , sdk , cloud services , online , ajax , api , jenkins , ug , toad , compass , authorization , business value , video services , spring boot , jax-ws , application , modular , devices , soapui , adherence , broadband , electronics , gaming , drools , led , s3 , storage , preparation , agents , hbase , software design , reviews , eclipse , database queries 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 1/4
Current Designation: Senior Software Engineer Developer
Current Company: Aperture Health
Current Location: Hyderabad / Secunderabad
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in West India
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Aperture Health as Senior Software Engineer Developer
Sep 2018 to Till Date
Deputation: Optum Sep 18 to Jul 19, Aperture Jul 19 to Till Date
Clients: Internal Downstream Clients
Technologies & Tools: Java/J2ee, Spring, REST Services, Junit, Tomcat, Hadoop HBase, Elasticsearch, Jenkins, Git,
Amazon AWS
Key Result Areas:
? Analyzing the user needs and software requirements for determining feasibility of design within time and cost
constraints; consulting with customers/clients about software system design and maintenance
? Conducting system study and coordinating with team members for product documentation, system design & integration,
coding, application maintenance
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
JAGANNATH BURMAN
A goal-oriented professional, offering 8.7 years of experience in Software
Development. Proven competencies at all phases of SDLC, which includes
Requirement, Design, Analysis, Coding,Testing,Code Reviews, Implementation and
end-to-end.
Key Skills: Java,J2ee,Core Java,Spring,Data Structures,Algorithms,Web Services,Design
Patterns,AWS,MongoDB,Oracle,Hibernate,Agile,ExtJS,Java Developer,Spring Boot,full stack,Hadoop,Multithreading,Big
Data,Elastic Search,HBase
Summary
A goal-oriented professional, offering 8.7 years of experience in Software Development
Extensive project management & governance experience, proficient in grasping the big picture, conceptualizing, developing,
implementing solutions, partnering closely with business leaders & stakeholders to achieve higher levels of efficiency and
effectiveness.
Participated in various phases of SDLC right from requirement analysis, effort estimation, coding & testing (preparation of test
cases along with implementation) for maintaining the quality of proposed applications
Proficient in directing project teams and maintaining high-quality deliverables within time and budgetary parameters
Experienced in contributing actively throughout the development phase by tracking technical issues and solving problems
especially for the issues spanning across multiple programs
Delivering the project as per scheduled deadlines and extending assistance in post-implementation and maintenance
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 2/4
-->Identifying defects, questionable functions, errors, and inconsistencies in software program functions, outputs, online
screens, and content for the betterment of the development process
-->Interacting with team members for ensuring smooth progress of project work; ensuring adherence to quality norms
throughout the implementation process
-->Recognizing documents related to components and maintaining detailed study of the same as per the product changes,
by getting in touch with the product developers
-->Providing post-implementation, application maintenance and enhancement support to the client with regards to the
product / software application
Highlights:
-->Participated in product migration in AWS
-->Completed POC in AWS S3 data transfer using AWS java SDK
-->Updated various webservices so that it will work in new AWS environment
-->Participated and led the team in Hackathon 2020 and won the Award for Best Business Value
J P Morgan Chase & Co as Senior Software Engineer
Nov 2016 to Sep 2018
Project Description:
SmartProxy is a strategic platform to reduce vendor(Bloomberg) data costs and allocate costs based on usage.
Clients: Internal downstream clients
Technologies: Core Java, Spring-Boot, MongoDB, Java MongoClient Api, Oracle, AmazonS3 Storage Services,
GAIA/Neptune(Cloud Services), JDBC, Hazelcast, Qpid queue
Tools: JIRA, Control-m, Junit, Git, BitBucket, Mongodb compass
Responsibilities:
As a Software Engineer, I am responsible for designing, documentation, development, testing, deploying components
- POC for ESMA services and GAIA/NEPTUNE jpmc internal cloud services
- Responsible for fixing all the bugs found during testing phase, analyse the issues created after testing and ensure
smooth implementation of the project. Follow up till error is solved in addition to writing database queries.
- Understand the existing code, documentation of technical specifications and coding and testing of new requirements. Co-
ordinate with module lead/project lead/onsite team for clarifications and documentation support.
- Participated in reviews of the code developed by the other team members.
Accenture Services Pvt Ltd. as Java Developer
Jul 2014 to Nov 2016
Project Description:
Accenture Video Solution (AVS) is a product developed by the Accenture Software business unit. AVS is based on
standard interfaces and selected best-in-class technologies, with the purpose of delivering broadband and broadcast video
services to consumers anytime, anywhere and in a seamless manner on any IP-enabled device. AVS is a Pre-integrated
solution that supports multiple devices (e.g. STB, PC, Tablet, gaming console, TV). Thanks to standard and open
interfaces, it is possible to easily implement new features and integrate AVS with other devices and existing external
systems. AVS enables E2E delivery of video services including content lifecycle (ingestion, protection, encoding and
streaming) and user lifecycle (provisioning, billing, and monitoring and reporting). AVS is a modular product composed of
applications/plug-ins that works on top of backend core modules. AVS provides a digital video E2E solution for start-up
initiatives and, due to its modularity, can also be easily integrated with existing backend capabilities or devices.
Clients : Star Sports, Cricket Australia, MediaSet, HotStar
Technologies : Java, Web-services (SOAP, REST), JPA, JSF, MySql, JBoss, Tomcat 7
Responsibilities:
As a Software Engineer, I was responsible for designing, documentation and development of newer components,
enhancements in SDP and PORTAL-BE modules using Hibernate, Web Services (REST and SOAP), JSF, POC of
technologies.
Designed and developed web-service modules using REST (JAX-RS) and SOAP (JAX-WS)
POC for modules in SDP and VCC
Responsible for fixing all the bugs reported by the testers, analyze the issues created after testing and ensure smooth
implementation of the project. Follow up till error is solved in addition to writing database queries.
Understand the existing code, documentation of technical specifications and coding and testing of new requirements. Co-
ordinate with module lead/project lead/onsite team for clarifications and documentation support.
Participated in reviews of the code developed by the other team members.
Highradius Technologies Pvt Ltd. as Java Developer
May 2012 to Jul 2014
Project Description:
HighRadius Deductions Cloud enables a proactive deduction management operation. The solution streamlines
processing, shortens resolution cycle time, reduces processing costs, and increases recovery rates on invalid deductions.
A cloud-based solution available as Software-as-a-Service, Deductions Cloud is easy and cost-effective to deploy and
maintain.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 3/4
Clients : Hormel Foods, AEP Industries, Navarre Corporation, BrightStar
Technologies : JDK1.7, Struts2.0, Spring3.0, Hibernate3.3, ExtJs3.4, MySql, Tomcat 7, Drools
Responsibilities:
As a Software Engineer I was Responsible for software design, development, enhancements, component integration and
maintenance.
Done various enhancements and new features to the application
Have done various performance enhancements to project
Developed various scheduled agents and rule components using Drools.
Developed DAOs interfaces for hibernate to interact with the database
Performed Unit testing for the modules
Investigate, locate and fixed coding defects in Production environment
Have taken session for Good Programming Practice
Have taken sessions on different modules of Spring Framework for trainees
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2008
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA, J2EE 2020 8 Year(s)
Hibernate, Spring, Spring Boot
Restful (JAX-RS), SOAP (JAX-WS), JSON
Data Structures
ALGORITHMS
MongoDB, Oracle, MYSQL, Hadoop
Drools, AWS
JIRA, Git, BitBucket, SVN,Maven, Eclipse
Jenkins, sonar, control-m, SoapUI, MAT
Toad, Hazelcast, Qpid queue
WINDOWS, LINUX
ExtJs, JSF, Java Script, Ajax, JQuery
Tomcat, Jboss, JUNIT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Oriya
Projects
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 4/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Sep 2018 - Till Date
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: hyderabad
Role: Sr. Programmer
Duration: Nov 2016 - Sep 2018
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jul 2014 - Nov 2016
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Hyderbad
Role: Programmer
Duration: May 2012 - Jul 2014
Onsite / Offsite: Offsite
Team Size: 15
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Intelligent Directory
Client: Internal clients
Skill Used: Java, J2ee, Spring, REST Services, Junit, Tomcat, HBase, Elasticsearch, Jenkins, Git, Amazon AWS
Role Description: As a Software Engineer, facilitated designing, documentation, development, testing, deploying components
.Responsible for fixing all the bugs found during testing phase, analyze the issues created after testing and ensure smooth
implementation.
Project Details: Design and development of software features for a cloud software product providing high quality healthcare
provider data.
Joined in the product development team in Optum, later in July 2019 product got transitioned to Aperture CVO.
Project Title: SmartProxy
Client: JPMC Internal clients
Skill Used: Core Java, Spring-Boot, MongoDB, Java MongoClient Api, Oracle, AmazonS3 Storage Services,
GAIA/Neptune(Cloud Services), JDBC, Hazelcast, Qpid queue
Role Description: As a Software Engineer, responsible for designing, documentation, development, testing, deploying
components. Responsible for fixing all the bugs found during testing phase, analyse the issues created after testing and
ensure smooth implementation
Project Details: SmartProxy is a strategic platform to reduce vendor(Bloomberg) data costs and allocate costs based on
usage.
Project Title: AVS
Client: Star Sports, Cricket Australia, MediaSet, HotStar
Skill Used: Java, J2ee, Hibernate, JSF, Web Services, JPA,
Role Description: As a Software Engineer, facilitated designing, documentation and development of newer components,
enhancements in SDP and PORTAL-BE modules using Java, Hibernate, Web Services, JSF, JPA. Designed and developed
web-service modules using REST (JAX-RS)
Project Details: AVS enables E2E delivery of video services including content lifecycle (ingestion, protection, encoding and
streaming) and user lifecycle (provisioning, billing, and monitoring and reporting). AVS is a modular product composed of
applications/plug-ins that works on top of backend core modules.
Project Title: HighRadius Deductions
Client: Hormel Foods, AEP Industries, Navarre Corporation, BrightStar
Skill Used: JDK1.7, Struts2.0, Spring3.0, Hibernate3.3, ExtJs3.4, MySql, Tomcat 7, Drools
Role Description: As a Software Engineer I was Responsible for software design, development, enhancements, component
integration and maintenance.
Done various enhancements and new features to the application
Have done various performance enhancements to project
Project Details: HighRadius Deductions Cloud enables a proactive deduction management operation. The solution
streamlines processing, shortens resolution cycle time, reduces processing costs, and increases recovery rates on invalid
deductions. A cloud-based solution available as Software-as-a-Service, Deductions Cloud is easy and cost-effective to
deploy and maintain.
Rank 929: Resume 1168 with similarity score 0.019579372545511647
B.E , MS , B.TECH network consultant , cyber security , solutions architect , information security , field engineer , associate , resident engineer , cio , location manager , it engineer , regional manager , technology specialist , full time award , customer , security audits , microsoft azure , cmc , platforms , conducting , virtualisation , line of business , antivirus , energy , checkpoint , status , steering , cumulus , infosys , mumbai , security metrics , software as a service (saas) , it service delivery , delivery operations , organization , suite , software defined networking , mission critical , vmware esx , security controls , infrastructure management , encryption , access , designation , pii , mar , hindi , network devices , ltd , information security , english , solution architecture , ibm , closure , architecting , disaster recovery , initiation , documentation , isolation , nips , one , javascript , campus , technology , availability , business continuity , cyber security , amazon web services (aws) , rca , general , performing , vendors , affirmative action , security engineering , trend micro , public , maintenance , iaas , paas , email , problem management , network security , siem , languages , assessment , cisco , network connectivity , scheduling , engineers , root cause analysis , it governance , program management , cloud services , quick turnaround , vulnerability , dlp , ug , hybrid cloud , authorization , virtualization , pki , apac , vmware nsx , engage , government , led , framework , private clouds , events , network administration , cloud computing , load , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440…
https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440142150c540e5… 1/3
Current Designation: Regional Manager - IT Services
Current Company: Infosys Ltd.,
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Infosys Ltd., as Regional Manager - IT Services
Feb 2008 to Till Date
Growth Path:
Feb'08-Sep'13 Senior Technology Specialist (Network)
Since Oct'13 Location Manager, IT Services
Key Result Areas: As Regional Manager, IT Services
Engage with various stakeholders for architecting secure solutions for completely managed SaaS offerings for customers
on public or private clouds.
Scheduling architectural meetings to review different environments within the organization along with implementing
corrective action plans
Transforming the IT Service delivery operations for quick Turnaround Times (TAT) by creating Job Aid documentation for
service engineers and system administrators
Implementing Problem Management initiatives for a valid and improved Root Cause Analysis (RCA) review
Sub-categorising the cause of the issue under various heads, namely Software, Infrastructure and Hardware
Categorising the Root Cause Analysis (RCA) findings with the fix type, such as Improving Infrastructure, Software
Patch/Version, Hardware Requirement, and so on
Steering delivery of secure IaaS services for mission critical applications on a private cloud to Line of Business in Europe
and APAC regions
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ABHIJIT PATIL
Regional Manager seeking roles in Network Security,Cyber Security,Cloud
Architecture,Solution Architecture,Infrastructure Management,Disaster
Recovery,Program Management,Datacentre Virtualization,Stakeholder
Management,AWS,Azure,VMware,LAN,WAN
Key Skills: Regional Manager,IT/Networking-Manager,Network Security,Cyber Security,Cloud Architecture,Solution
Architecture,Infrastructure Management,Disaster Recovery,Program Management,Datacentre Virtualization,Stakeholder
Management,AWS,Azure,VMware,LAN,WAN
Summary
Insightful Program Management & Service Delivery professional offering over 18 years of experience majorly in solutioning
Infrastructure/Platform services, Network and Security engineering and operations, Technical support, Datacentre Installation, &
Maintenance and IT Support with rich exposure to Datacentre Virtualisation, Azure and AWS cloud services etc.
Proven expertise in private and hybrid cloud architectures and Software Defined Networking
Ensured excellent operations for high technical complexity involving fairly new platforms & multiple vendor products; led
architecture requirements assessment, software and hardware upgrade with exposure to Virtualization, Clustering and Cloud
Computing
Possess the understanding of cloud computing technologies like Amazon Web Services (AWS) that provides a mix of
infrastructure as a service (IaaS), platform as a service (PaaS) and packaged software as a service (SaaS) offerings
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440…
https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440142150c540e5… 2/3
Coordinating with business and customers to align architecture design as per required availability and performance needs
in compliance to organization's security framework.
Managing security Infrastructure - SIEM (RSA SA), Trend Micro Deep Security, IBM NIPS, Checkpoint Firewalls, F5 Load
balancers, PKI.
Analysing security metrics - Physical and Logical access, Patch coverage, Antivirus signature compliance, NIPS and HIPS
events, SIEM reports, compliance to secure configuration guidelines
Performing initiation and closure of periodic vulnerability assessments and penetration tests
Conducting internal and external Information Security Audits - ISO27000, SOC2
Evaluating PII data discovery and DLP tools for GDPR compliance and implementing Forcepoint DLP suite
Ensuring effectiveness of disaster recovery plan by conducting periodic DR drills
Administering overall IT governance like availability, capacity, security and business continuity
Directing L3 team of 12 members spread across EU and India
As Senior Technology Specialist (Network)
Administered campus LAN, WAN and Network security.
Designed architecture for network connectivity, encryption for data in transit, logical isolation for customer connectivity
requirements
Attended customer/third party Information security audits and demonstrate compliance for network security controls.
Directed L2 team of 15 people and ensure compliance to defined SLA and OLA for network and security track.
Highlights:
Received CIO award for design and implementation of Disaster Recovery solution for a Pharma customer in 2015
Achieved CIO award for implementing technical controls to comply with GDPR
AtoS as Network Consultant
Mar 2006 to Jan 2008
Key Result Areas:
Acted as SME for network and security functions
Designed and implemented LAN and WAN and datacenter network for a new facility with a capacity of 3000 users
Established S2S VPNs with customers for secure access to their environments
Worked on Patch network devices, firewalls as per advisories issued by vendors.
CMC Ltd. as IT Engineer
Jun 2002 to Mar 2006
Key Result Areas:
Played a key role as a Field Engineer for providing network and hardware support to customers
Acted as Resident Engineer for 1 year at one of the customers in energy sector for supporting network operations
UG: B.Tech/B.E. (Electrical) from Government College of Engineering, Amravati in 2002
PG: NA (na) from na in 0
Other Qualifications/Certifications/Programs:
AWS certified solutions architect associate
Education
IT Skills
Skill Name Version Last Used Experience
VMWARE and AWS
Cisco, Cumulus
VMWARE ESX
SDN (VMWARE NSX)
Checkpoint firewalls, IBM NIPS
IaaS,PaaS,SaaS
AWS 0 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440…
https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440142150c540e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Microsoft Azure 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Marathi
Rank 930: Resume 387 with similarity score 0.019514223113981093
MS , BS senior developer , lead developer , principal consultant filing , core java , atmosphere , dollar universe , data mining , docker , linux , gateway , node.js , sap , messaging , xml , rdbms , nagios , glassfish , kibana , html5 , solaris , object oriented perl , weblogic , workflow , pipeline , rhel , opennms , cloud , json , project , mongodb , provisioning , redis , rest , mvc , git , rabbit , cc , one , javascript , tax , technology , pgsql , hadoop , general , performance analysis , async , mysql , oracle , design , clas , gemfire , cgi , maintenance , unix , customer requirements , jquery , iaas , bootstrap , postgresql , email , tomcat , codeigniter , aws , new features , control panel , junit , business process , client requirements , cisco , monit , mobile , search , apps , ajax , api , vxworks , jenkins , windows server , nosql , vip , lamp , scratch , firewall , apache , autosys , php , internet , modular , engine performance , cab , clearcase , alcatel , servers , schemas , nginx , cvs , python , reviews , eclipse , load , metrics , learning , cd Prabir Senapati_LAMP_Developer
PRABIR SENAPATI
Phone 7406445444
PROFILE SUMMARY:
Proficient in design, coding, deploy and support of applica5ons across pla6orms.
An atmosphere of learning, cra;smanship, and enthusiasm for technology in general is paramount.
Seeking a challenging so;ware engineering role wherein I can passionately contribute towards development of solu5ons
implemented through a mixture of engineering methods and processes.
WORK EXPERIENCE
. Working as a Sr. Tech Lead in Fynamics at present.
Worked as Sr. Developer in Kuhipaat from June 2019 to Jan 2020.
Worked as a Principal Consultant in Oracle from August 2018 to May 2019.
Worked as a Lead Developer in Capgemini from February 2017 to August 2018.
Worked as a Sr. Tech Lead in Sunview from April 2016 to December 2016.
Worked as a Tech Lead in Yahoo from June 2010 to March 2016.
Worked as a Sr. SoYware Engineer in Wipro from May 2005 to May 2010.
Worked as a Sr. SoYware Engineer in TalenZca from Jan 2005 to May 2010.
Worked as a Sr SoYware Engineer in Cybage from May 2004 to Jan 2005.
Worked as a SoYware Engineer in OSSI from April 2003 to May 2004.
Worked as a SoYware Engineer in Compsol from April 2002 to March 2003.
TECHNICAL SKILLS
Programming Language: PHP, Perl, Unix library & scrip5ng, Python
OperaZng System: RHEL, Solaris, VxWorks, OSX
RDBMS & NoSQL: MYSQL, Oracle, PGSQL, Redis, MongoDb
ApplicaZon Server: Apache, Tomcat, Weblogic, Glassfish, Nginx
Web Technology: HTML5, CSS3, XML, JSON, Bootstrap, JQuery, Ajax, JavaScript, Node.js
Tool & Methodology: Codeigniter, OOD/P, MVC, Clearcase, Git, Jenkins, Nagios, Kibana, Monit, Postman, Autosys,
MQ, Docker
Pla_orm: Oracle Cloud, Large Scale Produc5on, Web/Internet
Other Language: Swi;, C
PROJECT EXPERIENCE
Project 1:
OrganizaZon: Fynamics
Role: Senior Tech Lead
DuraZon: 2020 - Present
ResponsibiliZes:
Contribu5ng as a lead developer of a product startup team involved in developing a)B2B Tax filing web app/API b) Accounts-
Receivable (AR) management web app. Understand the AR workflow from document specifica5ons and Designed UI flows,
DB schemas, OO Class modules, REST API, Create New Applica5on Features, leverage use of third part email messaging
systems. Implement modular, scalable, async and func5onal code throughout the development. Implement REST API, DB
Migra5on and GIT workflows.
Technologies: PHP, Codeigniter, Linux, MySql, JQuery, Ajax, HTML5, Bootstrap, Javascript, Apache, Git, Sendinblue, Sendgrid.
Project 2:
OrganizaZon: Kuhipaat
Role: Senior Developer
DuraZon: 2019 - 2020
ResponsibiliZes:
Freelanced the project & farther joined as a lead developer of a product startup team involved in developing a a)Payment
Gateway web applica5on Payment Point. Implemented new features of modules such as Engine, Loyalty, Partners, Auth and
Alert. Designed the MySQL table schemas for new features. Design and implemented the app specific end user support and
5cke5ng system from scratch. Ground up with best prac5ces and git local server.
Technologies: PHP, Codeigniter, Linux, MySql, JQuery, Ajax, HTML5, Bootstrap, Javascript, Node.js, Apache, Git, Rabbit MQ.
Project 3:
OrganizaZon: Oracle
Role: Principal Consultant
DuraZon: August 2018 to May 2019
ResponsibiliZes:
Contribute as a SRE Developer in Con5nuous Opera5on via tooling & apps development leveraging large scale and error free
resolu5ons.
Implement various automa5on of development and opera5onal work flows in cloud IaaS area.
Technologies: PHP, Python, Perl, Linux, HTML5, Rabbit MQ, Oracle Cloud, Javascript, Apache, Git, Kibana, Shell Scrip5ng.
Project 4:
OrganizaZon: Capgemini
Role: Lead
DuraZon: February 2017 to August 2018
ResponsibiliZes:
Lead a team involved in LAMP applica5ons design, Build and Integra5on.
CAB reviews and maintenance of various in-house and vendor applica5ons for an Automobile client.
Automa5on of manual deployments. Eg.“Calcul”, hours long deploy reduced to 5 minutes.
Technologies: PHP, Codeigniter, Perl, Linux, Mysql, Oracle, MSSQL, Javascript, HTML5, Dollar Universe, Shell Scrip5ng, Apache,
Git, SAP, Windows Server.
Project 5:
OrganizaZon: Sunview Consultants
Role: Sr. Tech Lead
DuraZon: April 2016 to December 2016
ResponsibiliZes:
Contributed in developing OO Perl and PHP/MySQL module to migrate and adapt a Data mining and management
applica5on to new Cloud environment for an ENU domain client, Shell.
Technologies: PHP, Perl, Linux, Mysql, HTML, Codeigniter, Javascript, Git, AWS.
Project 6:
OrganizaZon: YAHOO
Role: Tech Lead
DuraZon: June 2010 to March 2016
ResponsibiliZes:
Tech Lead handling Produc5on engineering Videosearch.
Implemented a mobile app for no5fying and acknowledging alerts.
Developed an install automa5on tool presented at Techpulse conference, in Sunnyvale.
Developed a Cli VIP viewer Hack. Tooling for FE error frequency distribu5on, FE metrics and Bing deal billing sta5s5cs, search
engine performance analysis. Developed tools monitoring and resilient backend pipeline CDSDB. Supported the CI/CD
Jenkins migra5on.
Technologies: Perl, PHP, Codeigniter, Python, MySql, Apache, Linux, HTML, Javascript, JQuery, Bootstrap, Load Balancers, Shell
Scrip5ng, Jenkins, MQ, SVN, Git, Nagios, Hadoop, iOS.
Project 7:
OrganizaZon: WIPRO
Role: Sr. So;ware Engineer
DuraZon: May 2005 to May 2010
ResponsibiliZes:
Worked with various clients on development & maintenance projects across many business domains.
So;ware Stability Report app with TiVo, Radio Frequency and Network Data provisioning app with Alcatel-Lucent, CLAS
applica5on with UBS Bank and CC Tools with Cisco.
Technologies: Perl, PHP, MySql, Apache, Codeigniter, Ajax, Javascript, HTML, Linux, Abini5o, Shell Scrip5ng, Oracle, PGSQL,
Solaris, Windows, Server, Clearcase, SVN.
Project 8:
OrganizaZon: Talen5ca
Role: Sr. So;ware Engineer
DuraZon: Jan 2005 to May 2005
ResponsibiliZes:
Developed tests cases in Core Java using Eclipse on Linux for Gemfire Cache from client Gemstone.
Technologies: Core Java, Linux, Mysql, Gemfire Cache, JUnit Tes5ng, CVS.
Project 9:
OrganizaZon: CYBAGE
Role: Sr. So;ware Engineer
DuraZon: May 2004 to January 2005
ResponsibiliZes:
Wrimen web hos5ng business process automa5on APIs and modules in Object oriented Perl.
Developed the control panel so;ware for customer use in PHP/ mySQL.
Gathering client requirements.
Involved in mySQL query op5misa5on of the applica5on.
Reverse engineered exis5ng Perl object modules and captured it in MSVisio leveraging further development.
Technologies: Perl, PHP, Linux, Apache, MySql, HTML, Javascript, Ajax, Shell Scrip5ng,MS Visio, SVN.
Project 10:
OrganizaZon: OSSI
Role: So;ware Engineer
DuraZon: April 2003 to May 2004
ResponsibiliZes:
Upgrading a set of device driver APIs from a lower version to the required one and wrote a CLI in C language for the Sonet
VTXP device using those APIs.
Wrimen test programs in C and Perl to test those APIs.
Implemented openNMS for a NMS so;ware and wrimen an IPTable based firewall management web-UI in CGI-Perl for the
NMS.
Technologies: C, VxWorks, Perl, PHP, Linux, CGI, Shell Scrip5ng, SVN.
Project 11:
OrganizaZon: COMPSOL
Role: So;ware Engineer
DuraZon: April 2002 to March 2003
ResponsibiliZes:
Gathering local customer requirements, designing LLD/HLD, and developing web-UI and CLI server applica5ons.
Developed web-UI in CGI-Perl and PHP for remote administra5on and monitoring of customised RHL servers.
Wrimen product configura5on and installa5on scripts in C and shell scripts.
Technologies: C, PHP, Linux, Apache, Shell Scrip5ng, HTML, Javascript, MySQL, PostgreSQL.
ACADEMIA
BE Electrical from REC/NIT in 2000, CDAC BIT 2001.
PROFILE SUMMARY:
WORK EXPERIENCE
TECHNICAL SKILLS
PROJECT EXPERIENCE
ACADEMIA
Rank 931: Resume 1039 with similarity score 0.01948421316363234
MS project manager , scrum master , recruitment manager , full time , business systems analyst , vp financial services , technology services , energy , status , hunting , mumbai , accounts payable , elements , building , utilities , pipeline , retail , filenet , designation , mar , hindi , business systems , ltd , hr management , cost per hire , english , referrals , resumes , project , leadership , ownership , bpo , processing , closure , recruiting , completion , employee engagement , monster , it recruitment , javascript , campus , sfi , client side , insurance , reporting , eagle pace , interviewing , scrum , healthcare , vendors , affirmative action , payroll management , human capital , vendor management , job fairs , arranging , instrumental , strategic planning , idm , email , salary negotiations , business units , candidate selection , personnel management , languages , collateral , search , commerce , quick turnaround , codes , validation , ug , investment , portals , developments , offers , sourcing , authorization , approvals , screening , transparency , participation , mainframe , led , hiring , subcontracting , preparation , events , silverlight , large volume , metrics 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143…
https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143501644505c5b… 1/3
Current Designation: Manager- Recruitment
Current Company: Investment Bank
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Dubai
Functional Area: HR / Administration / IR
Role: Head/VP/GM-Recruitment
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Personnel Management]
Verified : Phone Number | Email - id
Investment Bank as Manager- Recruitment
Aug 2018 to Till Date
Managing IT recruitment of 5 major business lines on high volume & niche skills.
Proactive and consistent engagement with clients. Data transparency by having regular review meetings supported by
metrics.
Ensuring proper source mix by reducing vendor dependency and improving direct sourcing methods, employee referrals.
Managing elements of Turnaround time, candidate experience, hire quality, cost and compliance.
Identifying critical positions and completing proactive internal mapping and a select pipeline for ensuring business
continuity.
Cost Analysis, payroll inputs, Contract to hire report, candidate data updates on internal system on a regular monthly
basis.
As an individual contributor involved in end to end recruitment on few requirements as part of Senior leadership hiring.
Instrumental in driving the employee referral schemes.
Directly involved in HR interviews, Salary negotiations, initiating offer approvals, coordination for background check
completion.
Capgemini Technology Services India Ltd. (erstwhile iGATE, Patni) as Recruitment Manager
May 2005 to Jul 2018
Designation : Manager- Recruitment
Duration : Oct. 2013 - July 2018
Roles & Responsibilities:
As Recruitment Lead responsible for hiring for multiple Accounts & Practices - hiring for high volume & niche skills.
Involved in Planning, organizing and participating in weekday/weekend drives.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Deepak Singh
Recruitment Manager seeking assignments in Recruitment & Selection,Head
Hunting,Staff Management,IT Recruitment,Talent Acquisition,Manpower
Planning,Candidate Selection.
Key Skills: Recruitment Manager,Recruitment & Selection,HR Management,Head Hunting,Staff Management,IT
Recruitment,Employee Engagement,Talent Acquisition,Manpower Planning,Performance
Management,Interviewing,Payroll Management,Candidate Selection
Summary
Recruitment Lead with 15+ years of experience in full life-cycle recruiting focused on hiring various technical, management and
leadership talents globally. Well versed in the strategic planning and execution of recruiting efforts. Collaborates well with
Delivery Managers of multiple business lines at all levels.
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143…
https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143501644505c5b… 2/3
Increasing the % coverage of offers (Primary & Backup) against open requirements.
Improving source mix by increasing joiners through job portals, employee referrals thus reducing vendor dependency.
Improving turnaround time, offer to join ratio and controlling the cost per hire.
Participated in campus events as HR Anchor at various colleges (Mumbai, Dehradun, Chandigarh and Kolkata) across
geographies
Participation in off campus events organized at Mumbai.
Quick turnaround time in making the requirements covered with offers.
Understanding the current and future requirements in close coordination with the Sr. Managers / Delivery managers of
various business units / clients.
Strategizing and designing recruitment activity (weekday / Weekend Drives) along with Delivery managers for any existing
/ new project requirements.
Ownership of the entire recruitment lifecycle from planning & execution of Recruitment strategies to engaging potential
hires.
Company Name : IGATE Technologies Inc. (erstwhile Patni Americas Inc.) Boston, MA
Designation : Deputy Manager- Recruitment
Duration : August 2008 - Oct. 2013
Roles & Responsibilities:
Responsible for initially screening and profiling qualified software professionals, then design profile matches enabled by
data collected during telephone and personal interviews, ensuring compliance of legalities involved in the service
agreements. Extensive processing of large volume of incoming and outgoing calls to all candidates.
Coordination with delivery and sales team in fulfilling open requirements of various business units like, BFS (Banking &
Financial Services), IHC (Insurance & Healthcare Domain), CEU (Communication, Energy, Utilities), MRDL (Mfg., Retail,
distribution, Leisure), BPO domain.
Sourcing the resumes through job portals, Interview coordination, salary negotiations, releasing offer letters, responsibility
of generating Employee codes, HR handshake etc. Servicing requirements from various clients in financial domain like;
SFI, Metlife, Gilead Sciences, J&J, Fidelity, TIAA CREF, Prudential etc. Posted positions through approved recruitment
channels.
End to end recruitment on various technologies like, Validation consultants, J2EE, .Net, Eagle PACE, Collateral mgmt,
Scrum Master, Business Systems analyst, Mainframe, Tele sales, Filenet, MS Silverlight, SUN IDM, Project Manager, etc.
Led the creation of recruiting plans for all open positions. Understanding the current and future requirements in close
coordination with the Sr. Managers / Delivery managers of various business units / clients. Strategizing and designing
recruitment activity along with Delivery managers for any new project requirements.
Initiate background check & Drug test of candidates (subcontractors & full time hires) and take it to closure as per specific
client requirement.
Reporting WMDVBE spend on monthly basis in coordination with AP (Accounts payable) team indicating amount spent on
Women, minority certified vendors through existing subcontractors. This is a requirement from client side as they have
committed certain percentage to be shown as WMDVBE spend.
Involved in vendor management by coordinating with existing vendor partners for fulfilling the subcontracting and full time
requirements, identifying, empanelling new vendors as per current open requirements.
Developed and facilitated job recruitment fairs. Organized and participated in various career and diversity job fairs
organized by Dice, Monster, and Boston Herald for local hiring and brand building locally.
Capricorn Human Capital Pvt. Ltd as Recruitment Executive
Nov 2004 to May 2005
Preliminary Screening & Short listing of resumes, interviewing candidates (telephonic)
Headhunting from different organizations, in search of good and promising candidates.
Co-ordination between the client and the candidate, arranging interview sessions with the client, taking feedbacks,
Building a rapport with the candidates.
Active Listening to the candidates' views and aspirations.
Maintaining relations with key candidates and ensure their developments are constantly tracked.
Invoice preparation, payment follow-up with client, etc.
UG: B.Com (Commerce) from H.R.College, affiliated to University of Mumbai in 2000
PG: MBA/PGDM (Personnel Management) from SIOM (Sinhgad Institute of Mgmt), affiliated to University of Pune in
2004
Education
Languages Known
Language Proficiency Read Write Speak
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143…
https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143501644505c5b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 932: Resume 1132 with similarity score 0.019480971032051892
B.E , MS , B.TECH , BS devops , full time , senior architect , team member , balancer hap , informix , nfs , security , fault tolerance , conducting , docker , linux , gateway , status , project governance , continuous integration , bitbucket , nagios , gitlab , mariadb , kibana , infrastructure , organization , pipeline , contingency , automation , ansible , devops , kubernetes , designation , hindi , cloud , cluster , ltd , english , logstash , leadership , redis , architecting , computer science , documentation , diagrams , javascript , technology , availability , jboss eap , hadoop , reporting , affirmative action , mysql , maintenance , paas , architecture , email , tomcat , configuration management , aws , operations , saas , languages , jira , web , database , mechanisms , api , jenkins , 10k , ug , evaluations , azure , apache , php , authorization , client/server , teams , application , s3 , drive , nginx , continuous build , iis , adoption , eclipse , load , learning , nlb 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140…
https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140715495f545a57… 1/2
Current Designation: Senior Architect DevOps
Current Company: PeopleStrong HR Technology Pvt Ltd
Current Location: Delhi
Pref. Location: Other International Location,United States
(US),Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
PeopleStrong HR Technology Pvt Ltd as Senior Architect DevOps
Nov 2014 to Till Date
Key Result Areas:
Design, implement, and maintain continuous build and deployment delivery mechanisms, leveraging innovative
programmatic solutions and automation
Drive DevOps adoption by recommending and implementing tool sets and best practices for automation, configuration and
release management
Actively participate in team activities such as suggesting architecture improvements, recommending process
improvements and conducting tool evaluations
Worked on to setup for the various Jenkins CICD pipeline configurations for all the micro services.
Aggressively become a critical member by quickly learning current workflows, build technologies, automation, and
challenges
Collaborate with development team to define architecture, optimize performance, and right-size environments
Proactively identify and drive automation of tasks associated with end-to-end delivery
Function as an active team member supporting the organization by driving the end-to-end SaaS & PaaS offering with
auto-scaling, stable and fault tourent system
Develop and maintain documentation and diagrams outlining automated solutions and environmental architecture
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Anupam Narayan
Senior Architect DevOps seeking roles in Configuration Management,Build
Management,Release Management,Continuous Integration,Production
Support,Project Management,AWS,Azure,Kubernetes,Docker,Swarm,Jboss-
EAP,MySQL,MariaDB,Redis
Key Skills: Senior Architect DevOps,Tech Architect,Configuration Management,Build Management,Release
Management,Continuous Integration,Production Support,Project
Management,AWS,Azure,Kubernetes,Docker,Swarm,Jboss-EAP,MySQL,MariaDB,Redis
Summary
14+ years of achievement-oriented professional in IT industry; skilled in architecting, designing, implementing and supporting
Cloud based infrastructure and scaling solutions.
Capable of successfully leading all projects through aggressive project governance processes; developing relationships with
business stakeholders and leadership teams; presenting changes, issues, risks and contingency plans
Continuous Integration, Continuous Deployment, Automated Release with Jenkins Git, bitbucket, Fault tolerance Database
cluster, Load balancer, WAF, API Gateway & security. Cloud Implementations analysis, design and maintenance of client/server
and web & application server as the primary tasks.
Expertise in Linux, Kubernetes (Kops/GKE/EKS/AKS), Docker, Swarm, Jboss-EAP, Tomcat, Database (Informix, MySQL,
MariaDB, Redis, EMR-Hadoop)
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140…
https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140715495f545a57… 2/2
Reporting KPIs to measure platform performance, capacity, availability, and so on; contributing in the recruitment &
retention of Cloud Operations team members
Highlights:
Implemented SaaS /PaaS Auto scaling Architect
Barrakuda WAF/Kubernetes/CICD/L.B/Database cluster were new initiative help organization a lot.
A unique initiative taken to improve the Wheebox Exam system to handle 10K TPS without any major code level change.
Awards highest performance Band achieved in company (D4 Blue)
Environment: AWS, Azure, Devops, Java, MariaDB Galara, Kong Api Gateway, HAP Roxy , Jboss EAP, Tomcat, Jenkins,
Ansible, Kibana, Logstash, Nagios, Linux, GitLab, Jira, Eclipse, bitbucket, svn, php, apache, nginx , Redis, IIS, GLB, ALB,
NLB, S3, NFS,EBS, IAM, Cloud watch with EC2Autoscaling
UG: B.Tech/B.E. (Computer Science and Engineering) from Uttar Pradesh Technical University (UPTU) in 2005
Other Qualifications/Certifications/Programs:
RHCE
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
WAF
Linux, Kubernetes
Docker, swarm
jboss-eap
Tomcat
MySQL, mariadb
Redis, kong,haproxy,loablalancers
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 933: Resume 1527 with similarity score 0.019460051621792672
B.E , MS , B.TECH quality control , full time , senior test engineer , change management , part time , team lead e2 , functional testing , office , gateway , test cases , digital , report preparation , status , express , microsites , framework design , mantis , writing , building , sql server , organization , occ , paypal , contingency , mitigation , automation , magento , designation , regression testing , acunetix , hindi , cloud , api testing , ltd , english , photo , project , defect tracking , rest , change management , javascript , technology , html , reporting , scrum , options , pages , security appliances , test planning , affirmative action , oracle , test scripts , mysql , navigators , bangla , software testing , email , checkout , coupons , maven , languages , mobile , jira , application testing , online , manual testing , credit , jenkins , css , journals , b2c , ug , testng , php , software industry , risk , authorization , b2b , security testing , less , selenium webdriver , participation , cucumber , electronics , e-commerce , events , eclipse 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d15…
https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d155517155e580b… 1/3
Current Designation: Senior QC Lead
Current Company: Echidna Software
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Delhi / NCR
Functional Area: IT Software - QA & Testing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Echidna Software as Senior QC Lead
Feb 2016 to Till Date
1. Project Title: C-Sgroup (B2B & B2C)
URL: https://store.c-sgroup.com/
Technology: Java, Oracle Cloud Commerce (e-commerce)
Organization: Echidna
Tools: Selenium, TestNG, Cucumber, Java, Eclipse, Jira
Purpose: C-Sgroup application is built up using HTML 3, CSS 5, Java Script and OCC e-commerce platform. C-S group is
a leader in Architectural Building Products in USA.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Kumar Sandip Suman
QC Lead seeking roles in Software Testing,Automation Testing,Manual
Testing,Regression Testing,Functional Testing,API Testing,Project
Management,Change Management,Defect Tracking,Quality Control,Requirement
Gathering,Cucumber,Selenium,TestNG,Eclipse
Key Skills: QC Lead,Team Lead/Tech Lead,Software Testing,Automation Testing,Manual Testing,Regression
Testing,Functional Testing,API Testing,Project Management,Change Management,Defect Tracking,Quality
Control,Requirement Gathering,Cucumber,Selenium,TestNG,Java
Summary
Software Testing Professional having more than12 years of experience in Software industry with sound knowledge in Web and
Mobile Application Testing (Manual & Automation) along with Automation testing using Selenium Web Driver and Java.
Currently working as Senior QC Lead in Echidna Software Pvt. Ltd. Bangalore.
Experience in Writing Automation scripts and execution using Selenium WebDriver, TestNG and Java, Test planning, Test case
design, Test case execution, Test Report Preparation, Defect tracking, Bug reporting, UAT Co-ordination, and Client
Interactions, Participation in Eleboration
Automation Framework Design
Page Object Model
Data Driven
Cucumber BDD
Serenity BDD
API Automation- Rest Assured
Participates in Risk, Mitigation and contingency plan
Knowledge on SQL queries.
To work in globally competitive environments on challenging assignments, where I could learn and successfully deliver solutions
to demanding problems.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d15…
https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d155517155e580b… 2/3
communication, Status Report, Co-ordination, Scrum Meeting, Client Demo
2. Project Title: FrontPoint Security
URLhttps://www.frontpointsecurity.com/
Technology: PHP, Magento (e-commerce)
Organization: Echidna
Tools: Selenium, Cucumber, Java, Eclipse, Jira, TM4J
Purpose: FrontPoint Security is built up using HTML 3, CSS 5, Java Script and Magento e-commerce platform. FrontPoint
Security is dealing with various kind of Home and Office Security appliances. PayPal Express & Authorize .Net (Credit
card Payment) is integrated as payment gateway. Guest and Registered users are allowed to purchase the product based
on their needs. This application also provides various kind of discounts and coupons option during checkout process.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
communication, Status Report, Co-ordination
3. Project Title: Wolters Kluwer
URL: https://shop.lww.com/
Technology: Java, Mozu (e-commerce)
Organization: Echidna
Tools: Selenium, TestNG, Java, Eclipse, Acunetix (Security testing tool), Jira
Purpose: Wolters Kluwer is built up using HTML 3, CSS 5, Java Script and Mozu e-commerce platform. Wolters Kluwer
provides the options to purchase various kinds of Books, Journals, Online Software and Digital books for USA based
students. Authorize .Net (Credit card Payment) is integrated as payment gateway. Guest and Registered users are
allowed to purchase the product based on their needs. This application also provides various kind of discounts and
coupons option during checkout process.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
communication, Status Report, Co-ordination
4. Project Title: Wolters Kluwer Microsites
URL: https://lippincottdirect.lww.com/
Technology: Java, Mozu (e-commerce)
Organization: Echidna
Tools: Selenium, TestNG, Java, Eclipse, Acunetix (Security testing tool), Jira
Purpose: Wolters Kluwer Microsites is built up using HTML 3, CSS 5, Java Script and Mozu e-commerce platform. Wolters
Kluwer Microsites provides the options to purchase various kinds of Books , Journals, Online Software and Digital books
for USA based university students. Each and Every university is having independent microsite. On selection of university,
users land on the respective university pages and can purchase the respective products. Authorize .Net (Credit card
Payment) is integrated as payment gateway. University Registered users are allowed to purchase the product based on
their needs. This application also provides various kind of discounts and coupons option during checkout process.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
communication, Status Report, Co-ordination
5. Project Title: e2m
URL: NA
Technology: .Net
Organization: Web Spiders
Tools: Selenium, TestNG, Java, Eclipse, Acunetix (Security testing tool), Jira
Purpose: This is a product of Web Spiders. It allows creating multiple events and their corresponding data such as
Speakers, Sessions, Sponsors, Assets, Photo wall, and Social Wall.
Roles & Responsibilities:
Web Spiders India Private Limited as QA Lead
May 2010 to Jan 2016
Navigators Software Private Limited as Senior Test Engineer
Jun 2008 to May 2010
UG: B.Tech/B.E. (Electronics/Telecommunication) from JRN Rajsthan vidyapeeth in 2007
Education
IT Skills
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d15…
https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d155517155e580b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Skill Name Version Last Used Experience
JAVA, Selenium, Webdriver 3 Year(s) 0 Month(s)
MySQL, SQL Server, Mantis, Jira,
TestNG, Eclipse, Maven, Jenkins 3 Year(s) 0 Month(s)
API testing 3 Year(s) 0 Month(s)
JIRA, TM4J 0 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bangla Proficient
Rank 934: Resume 1309 with similarity score 0.01944760782664524
B.E , B.TECH , BS part time , devops engineer , full time automation , sap hana , version control , ansible , patch management , devops , routine maintenance , jenkins , migrating , kubernetes , efs , performing , security , designation , ug , space , telecom , affirmative action , mysql , authentication , cloud , docker , hindi , ltd , linux server , windows , authorization , office 365 , english , status , deadline oriented , email , project , groups , aws , ci , global services , operations , cron , github , pipelines , s3 , features , servers , shell scripting , building , ec2 , storage , infrastructure , c++ , microsoft exchange , languages , network connectivity , python , one , scheduling , javascript , cd , html , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b45…
https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b450017480b5400… 1/2
Current Designation: Devops Engineer
Current Company: KPMG Global Services Pvt Ltd
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
KPMG Global Services Pvt Ltd as Devops Engineer
Jan 2021 to Till Date
TCS as Cloud DevOps Engineer
Jul 2016 to Jan 2021
Hands-on experience on deploying and maintaining SAP HANA Infrastructure on AWS
cloud which includes EC2, S3 buckets, EBS, IAM, EFS, Route 53 etc.
? Implemented process and quality improvements through task automation. Worked on
automating AWS infra with Infrastructure as a code service using cloud formation and
routine maintenance tasks using shell script and python.
? Worked on developing and maintaining fully automated CI/CD pipelines for code
deployment using Jenkins.
? Managed GitHub repositories for version control including branching and tagging.
? Provisioned Docker containers and deployed features using Ansible.
? Worked on orchestrating Docker containers clusters using Kubernetes.
? Experience with automating the infrastructure using CloudFormation.
? Demonstrated ability to complete project tasks in deadline oriented environments.
? Worked on complete setup of monitoring for AWS infra using monitoring tool
Cloudwatch.
? Worked on migrating SAP HANA Infra from one VPC to another VPC/AWS account in
AWS cloud.
? Administered and handled Linux server operations like user creation, SFTP
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Monika Mangal
Experienced Cloud DevOps Engineer currently serving notice period and seeking roles
in AWS Cloud and DevOps area
Have worked on Git, Jenkins, Docker, Kubernetes, AWS Cloud, shell and python
scripting, CI/CD
Open to Delhi NCR, banglore and Pune
Key Skills: Shell Scripting,Jenkins,Docker,MySQL,HTML,Git,C,C++,Devops Engineer,Cloudformation,Kubernetes,AWS
lambda,AWS Cloud,CI/CD process,Python scripting
Summary
Experienced DevOps Engineer having 4.5 years of IT experience at Tata consultancy services with hands on experience on
building infrastructure on AWS cloud using cloudformation. Skilled in python and shell scripting for performing various
automation tasks along with implementing end to end CI/CD pipelines using Git, Jenkins, Docker, Ansible, kubernetes
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b45…
https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b450017480b5400… 2/2
authentication, Cron job creation, scheduling, LVM for the better flexibility of space
management.
? Worked on backing up EBS volumes with various life cycle policies to archive the
infrequently accessed data to storage classes based on requirement.
? Configured security groups for EC2 windows and Linux instances and troubleshooted
TCP/IP network connectivity issues.
? Worked on setting up patch management for servers maintained on AWS cloud to keep
them updated with the latest patches released.
UG: B.Tech/B.E. (Computers) from JECRC, Jaipur in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, HTML, MySQL, Ansible
Microsoft Exchange Online (Office 365)
Git, Jenkin, Docker, Kubernetes
Shell, Python, AWS
CLOUDWATCH
Cloudformation
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 935: Resume 350 with similarity score 0.019437039339334515
B.TECH , BS work from home dart , training , nosql , sqlite , entertainment , firebase , google , grasp , application , resume , testing , java , building , computer science , android development , punjabi , iso , notes , completion , assessment , technology , disclosure , cloud storage , database Assessment
Q1. Why should you be hired for this role?
I am a perfect candidate for this internship as i am already working with Android and Flutter, and Google firebase NoSql, SQLite, for database,
also I am a quick learner with ability to grasp new responsibilities which makes me more productive and innovative in my work.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 month, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9877433418
Neeleshwar Kumar
Patiala, Mohali
Applied 26 Dec'20
Android C Programming Java
Dart Flutter
Bachelor of Technology B.Tech), Computer Science & Engineering
Punjabi University Patiala
2017 - 2021
Senior Secondary XII, Science
Kendriya Vidyalaya No.2 DMW Patiala
CBSE board)
Year of completion: 2017
Percentage: 70.00%
A forward thinking developer having experience in building,integrating,testing in Android applications development.
Android Development
Excellence Technology, Mohali
Jun 2019 - Jul 2019
ISO certificate training course in Android.
Entertainment purpose application.
Dec 2020 - Present
https://play.google.com/store/apps/details?id=com.clickpts.clickpts
Entertainment purpose application,cannot mention details because of Non Disclosure Agreement NDA with
client.Application uses NoSql database for cloud storage and also local SQL database ,developed in Android(Java)
Notes taking application
Dec 2020 - Present
https://play.google.com/store/apps/details?id=com.notespackage.notes
An Notes taking application using local SQFLITE database developed in Flutter(dart).
Ensure applications are integrated with Android APIs.
Developed android applications using SQL database structure and NoSql database with Google Firebase(Cloud Firestore).
Experience in Flutter development.
https://play.google.com/store/apps/details?id=com.clickpts.clickpts
https://play.google.com/store/apps/details?id=com.notespackage.notes
Rank 936: Resume 678 with similarity score 0.01938242695949083
B.E , BS work from home api , spring mvc , training , internships , css , mobile application development , campus placement , studio , angular , loan , firebase , ltd , ux design , project , c programming , mumbai , resume , android , computer science , assessment , management system , javascript , learning , html Assessment
Q1. Why should you be hired for this role?
Good knowledge and experience in mobile application development with java,api ai and firebase knowledge.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes,I am available and can start now immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 7977054022
Yateen Chiplunkar
Mumbai
Applied 25 Dec'20
Android C Programming HTML
J2EE Java UI & UX Design
Angular 7.0 CSS JavaScript
Spring MVC
Bachelor of Engineering B.E, Computer Science & Engineering
Lokmanya T ilak College of Engineering
2015 - 2019
CGPA 7.85/10
Trainee
Hexaware Technologies Ltd., Chennai
Sep 2019 - Dec 2019
Training on Software Development
Java Development
Pankaj Sir Academy, Mumbai
Jan 2020 - Jul 2020
Junior Mobile App Developer
Maxgen Technologies Limited, Vashi Navi Mumbai
Jun 2018 - Jun 2019
mobile app development learning hands on training and project
Bank loan app
Sep 2020 - Oct 2020
Campus placement management system
Jun 2018 - Apr 2019
Our app was designed for college tpo to help students keep updated on upcoming companies.I t was designed on android
studio
Rank 937: Resume 973 with similarity score 0.01925223208327306
B.E , MS , B.TECH , BS web developer , ui developer , it analyst , associate , software developer , full time box , api , training , requirements analysis , web development , manual testing , general , customer , scrum , css , 24x7 , designation , adobe photoshop , pages , ug , deliverables , vs , affirmative action , technical architecture , cgi , maintenance , flex , test cases , web technologies , json , authorization , sharepoint , web applications , bootstrap , status , timelines , agile , models , email , project , less , angularjs , drupal , forms , jquery mobile , fixing , mobile devices , rest , writing , components , technology solutions , features , git , accessibility , clear , story , html5 , code coverage , interactive web , completion , javascript , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110…
https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110014170e5f0b5… 1/2
Current Designation: UI Developer
Current Company: CGI
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
CGI Canada as Consultant
Oct 2019 to Oct 2020
* Involved in requirements analysis, clarifying the requirements and estimating the size of the story.
* Worked on defect fixing
* Implemented enhanced features using Angularjs, Angular 6 and worked on integrated features from Angularjs 1.x to
Angular 8
* Worked on Unit test cases to maintain code coverage and defect free code.
CGI as UI Developer
Oct 2019 to Till Date
Tata Consultancy Services as IT Analyst
Oct 2016 to Jul 2019
* Involved in requirements analysis, clarifying the requirements and estimating the size of the story.
* Followed agile timelines to complete the deliverables.
* Splitting the tasks and Estimating the effort in hours for each sub task.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PRASANNA KAKARLA
Consultant seeking roles in Software Development,Application Programming,Web
Development,Technical Architecture,Agile Methodology,Requirement
Gathering,System Analysis,HTML,CSS,JavaScript,JQuery,Bootstrap
Key Skills: Consultant,Software Developer,Software Development,Application Programming,Web Development,Technical
Architecture,Agile Methodology,Requirement Gathering,System Analysis,HTML,CSS,JavaScript,JQuery,Bootstrap
Summary
* Having 8 years of IT experience as web developer/UI Developer. Started career as UI Developer position where I can utilize
my knowledge, proficiency, and skills to contribute to a company's growth.
* Experience in developing highly interactive web applications using HTML/HTML5, CSS/CSS3, JavaScript, JQuery, AJAX,
JSON, AngularJS, Angular 2, Angular 5, Angular 6, 8, BootStrap 3.0, BootStrap 4 and integrating Restful API's.
* Worked on Unit test cases to maintain code coverage and defect free quality code.
* In depth knowledge of web technologies and standards to deliver the best experiences across web and mobile devices
including responsive web UI.
* Good understanding of agile process for project completion.
* Managing the team, training them to get up to speed for on-time deliverables.
* Ability to create beautiful web applications writing top notch HTML/HTML5, CSS/CSS3, JavaScript, JQuery and Angular.
* Having knowledge in REACT JS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110…
https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110014170e5f0b5… 2/2
* Implemented applications using monetaUI, Angular 2.0, Angular 5, Angular 6.
* Used ag-grid to display tabular data and integrating the service with Rest API's.
* Implemented models, Dropdowns, multi select using the priming components.
* Worked on Angular forms to submit the data.
* Implemented POC on REACT JS to differentiate Angular Vs REACT* Worked on Design edits and Defects Using
HTML, JavaScript, JQuery, AngularJS, JSON, Less, Flex box, Git, Handlebars and Source tree
* Worked for Web Accessibility
* Working on 508 Compliance issues found using wave tool
Cognizant Technology Solutions as Associate
Jan 2011 to Dec 2014
* Worked for 4 years in Cognizant as Front-end Web Developer.
* Highly proficient in HTML/HTML5, CSS/CSS3, JQuery, Adobe Photoshop and in manual testing.
* Designed multiple websites using HTML, CSS, JQuery and Adobe Photoshop.
* Implemented Responsive websites using Bootstrap.
* Have knowledge in jQuery Mobile and Drupal.
* Designed static pages using HTML, CSS, CSS3, Adobe Photoshop and JQuery for SharePoint site.
* Resolved browser compatibility issues.
* Followed agile time lines for project completion.
* Leading the team on giving the guidelines, task estimations.
* Working with development team to design and implement effective and scalable technical solutions.
* Attending scrum calls for clear understanding of the requirements.
* Pro-actively identify areas of opportunity and work to find solutions that meet the business needs of the customer.
* Absolutely capable of working in a fast paced, dynamic, team-oriented environment with 24x7 support
UG: B.Tech/B.E. (Computers) from Dr Samuel George Institute of Engineering and Technology in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
html/html5
CSS/CSS3
Bootstrap 3.0, 4.0
AngularJS, Angular 2, Angular 5,6, 8
JavaScript
JQUERY
AJAX, JSON
jQuery Mobile
Manual Testing
Adobe Photoshop
LESS
React js
Rank 938: Resume 784 with similarity score 0.019206872812383487
B.E , MS , B.TECH associate , customer support engineer , full time , senior network engineer , network support , aws solution architect , lead engineer , facilitator syndicate , customer , accelerator , pes , core banking , linux , scpc , wire , gateway , ccna , status , cisco switches , store , remote sensing , rdbms , mantis , network infrastructure , nagios , alto , fundamentals , cisco asa , prime , remote desktop , p2p , remote administration , csr , ruckus , relevance , access , designation , mar , foundation certified , hindi , cloud , network troubleshooting , nms , network devices , ltd , windows , english , commissioning , vtp , project , live , provisioning , architecting , putty , itil , one , javascript , proactive monitoring , network engineering , html , general , brocade , scripting , affirmative action , information technology , mysql , satellite modems , zabbix , axis , solarwinds , vlan , email , aws , network security , bengali , edge , languages , cisco routers , synology , management system , jira , search , dell , database , panorama , switching , jenkins , image processing , ug , defense , health , firewalls , php , authorization , ipsec , telephony , mobileiron , shark , microsoft planner , meraki , servers , storage , communications , network administration , data dissemination 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a11…
https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a110619125a5f58… 1/3
Current Designation: Senior Network Engineer
Current Company: Mobileiron India Softwares Pvt. Ltd.,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Mobileiron India Softwares Pvt. Ltd., as Senior Network Engineer
Jul 2019 to Till Date
Highlights:
? As an active member of a Global team of 25 people involved in:
o Providing support to the complete Network infrastructure across 12 Countries.
o Monitoring and Managing of IPsec, P2P, ILL, VPN, Intra Network Infrastructure.
o Maintaining, designing AWS Cloud infrastructure.
o Configuration of firewall, routers and switches whenever necessary.
? Successfully managed:
? Palo Alto 5500, 3060, 3220, 850, 220, CISCO ASA 5585, FortiGate 500D.
? Deployment and Provisioning of Panorama for Remote Administration of Palo Alto Firewalls.
? CISCO-ASR-1k, CISCO CSR Cloud Routers and Brocade (Ruckus) Switch.
? Meraki Cloud Managed Wi-Fi and Switching Solutions, CISCO Infrastructure Wi-Fi solutions.
? AWS Production Network, Transit VPC, Migration to Transit Gateway.
? Monitoring Tools: Grafana, Zabbix, Cisco Prime, Pingdom and SolarWinds
? Scripting: Shell, PHP, Java Scripting.
? Database: MySQL, Elastic Search.
Borqs Softwares Solution Pvt. Ltd. as Lead Engineer -IT
Jul 2013 to Jul 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Soumyadeep Lahiri
CCNA, ITIL V3 Senior Network Engineer seeking roles in Network
Administration,Network Engineering,Network Support,Network Security,Network
Troubleshooting,Palo Alto,Cisco Routers,Cisco Switches,Cisco Asa
Firewall,FortiGate,STP,VLAN,VTP,Service Now
Key Skills: Senior Network Engineer,IT/Networking-Manager,Network Administration,Network Engineering,Network
Support,Network Security,Network Troubleshooting,Palo Alto,Cisco Routers,Cisco Switches,Cisco Asa
Firewall,FortiGate,STP,VLAN,VTP,Service Now
Summary
* Experience in architecting solutions and leading projects to meet organizational need and budget.
* CCNA and ITIL Foundation certified with 12 years of experience in Networking Domain.
* Preparing for AWS Solution Architect Associate certifiacation.
* Currently working as Senior Network Engineer at Mobileiron India Softwares Pvt Ltd.
* Specialized Professional skill set of - Palo Alto, Cisco, Brocade, FortiGate, F5, AWS, Linux.
* Proficiency in scripting.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a11…
https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a110619125a5f58… 2/3
Highlights:
? As an active member of a team of 15 people involved in:
o Providing support to the complete network infrastructure.
o Monitoring and Managing of P2P, ILL Link, VPN and Intra Network Infrastructure.
o Configuration of routers, switches and firewalls whenever necessary.
o Installation, Configuration and Administration of live servers.
? Successfully managed:
? Routers CISCO-ASR-1001/7200/2800/1800, CISCO Switches-2960/3960/SG300 And Wifis.
? Firewall: Fortigate310B,80C,50D, CISCO ASA 5585.
? Servers Dell Power Edge - R820, 810,610, T610 etc.
? Storage NAS - American Megatron, Synology.
? Monitoring Tools: Nagios.
? Scripting: Shell, PHP, Java Scripting.
? Database: MySQL, Elastic Search.
? Bagged appreciation for successfully constructing a production network over EOGRE for Reliance JIO.
? Successfully Design, build and implement several in house tools and made life easier. Tools including a complete
Inventory Management System, Gate pass Management System, Conference room Booking management, Guest Access
Facilitator are some of them. All of them were built using HTML, JS, PHP and MySQL and Elastic Search.
Mahdi Bagh Computers Pvt. Ltd. as Network Engineer
Dec 2010 to Jul 2013
Highlights:
? Project: 'Data Dissemination System Project' which is one of the biggest remote sensing data networks of ISRO
designed for Indian Defense, comprises of a High BW Satellite-Based link and Redundant VPNs to support secure data
communication among all dedicated defence agencies all over India and abroad.
? As an active member of a team of 25 people involved in:
? Providing 24 X 7 support to the live network.
? Proactive Monitoring and Managing of Satellite Link, VPN and Intra Network Infrastructure.
? Identifying and Troubleshooting problems in client network with monitoring tools.
? Configuration of routers, switches and firewalls whenever necessary.
? Operating, Installation and configuration of Linux/ Windows 2003/2008 servers.
? Successfully managed:
? Routers CISCO-7200/2800/1800, CISCO Switches-2960 & Sky-X Network Accelerator.
? CISCO ASA 5520, 5510 series Firewalls.
? Monitoring Tools: INMACS, HP-OV, solar wind, wire shark, ethereal.
? Designing shell scripts to facilitate monitoring of different nodes as well as other requirements regarding data storing
and retrieval.
? Bagged appreciation from Defense Satellite Control Facility (DSCC) for successfully identifying and troubleshooting
problem in CISCO 7200 Router and restoring critical network within minimum downtime.
? Successfully made and implemented shell script to monitor the health of all the network devices of all nodes under the
project and generate day - to - day report.
HUGHES COMMUNICATIONS INDIA LIMITED as Customer Support Engineer
Aug 2008 to Dec 2010
Highlights:
? Functioned as a Support Engineer & successfully executed the following projects:
? Installation & commissioning of Core Banking Projects of SBI, UBI, BOD, UCO Bank, ICICI, AXIS, SYNDICATE Bank,
Canara Bank with over five hundred sites.
? Defence Projects with POLNET (Police Network), IMMOLS with TDMA or SCPC or Hybrid Network.
? Gained expertise in:
? Configuring and troubleshooting CISCO-1800, CISCO-2800 series routers
? Configuring CISCO-2960 switches.
? Configuring Hughes Satellite Modems DW series (DW4020, DW6000, DW7000, DW7700), HN series (HN7000,
HN7700), PES (Personal Earth Station) as TDMA Technology Modems and TES (Telephony Earth Station), TRES as
MCPC/ SCPC Modems.
UG: B.Tech/B.E. (Information Technology) from Kalyani Govt. Engineering College, WBUT in 2008
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a11…
https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a110619125a5f58… 3/3
Nature of Employment:
Project Location: Kalyani,Kolkata
Role: Programmer
Duration: Sep 2007 - Jun 2008
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Palo Alto
Cisco Routers
Cisco Switches
Cisco ASA
FORTIGATE
TCP/IP
SolarWinds, Zabbix, NMS
Jenkins
Service Now, Mantis
JIRA, Microsoft Planner
Putty, Remote Desktop, VNC
AnyDesk, Team Viewer e
HTML, PHP, JavaScript
MySQL, Elastic Search
Languages Known
Language Proficiency Read Write Speak
Bengali Expert
English Expert
Hindi Expert
Projects
Project Title: IMAGE PROCESSING
Client: Bidhan Chandra Krishi Vidyalaya
Skill Used: JAVA, Image Processing Fundamentals
Role Description: I served as the role of deveoper to develop the core image processing part of the project.
Project Details: - This was an Image Processing Project. The goal was to build a tool to estimate the area of any
Regular/Irregular shaped object.
- Though the project is relevant in Bio-Scientific field, it has so important relevance in Satellite Based Imagery and Remote
Sensing Technology.
- Technical Specification: - The tool was built on java applet and back end was connected with Access RDBMS to store
relevant information about the image.
Rank 939: Resume 912 with similarity score 0.019102649889780363
B.E , MS , B.TECH software engineer , javascript developer , software developer , change management , full time react.js , web development , redux , health monitoring , healthcare , css , designation , ug , mar , affirmative action , spring , hindi , maintenance , firebase , basic , english , advanced , authorization , bootstrap , status , incident response , email , business analysis , logging , project , application , hooks , global delivery , change management , fundamentals , building , router , cerner , languages , kannada , malayalam , javascript , information retrieval , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a11…
https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a115040490a5d5a5… 1/3
Current Designation: Advanced JavaScript Developer
Current Company: Publicis Sapient
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Publicis Sapient as Advanced JavaScript Developer
Jan 2021 to Till Date
Working in Global Delivery - Engineering - Experience Engineering - Front End as Advanced JavaScript developer (core
XT)
Cerner Healthcare Solutions as Software Engineer
Dec 2019 to Dec 2020
Was associated with a team for building a Spring application for a project which aims to develop an automated logging and
information retrieval system that can be used by the device health monitoring team to efficiently and effectively keep track
of all the alerts and notify the incident response center team who can handle the incidents proactively so as to avoid an
outage. Collaborated closely with the team to support projects during all phases of delivery.
UG: B.Tech/B.E. (Computers) from Christ University, Bangalore in 2020
Other Qualifications/Certifications/Programs:
Business Analysis Fundamentals
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Varun Manoharan
Engineer seeking roles in Software Engineering,Software Development,Web
Development,Application Development,Project Management,Change
Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,HTML,CSS.
Key Skills: Software Developer,Software Engineering,Software Development,Web Development,Application
Development,Project Management,Change Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,HTML,CSS,React.Js,Bootstrap,Redux
Summary
Enthusiastic and motivated individual with superior skills in working in both team-based and independent capacities.
Bringing strong work ethic and excellent organizational skills to any setting. Excited to begin new challenge with a successful
team.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a11…
https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a115040490a5d5a5… 2/3
React- The Complete Guide(includes Hooks, React Router, Redux) : Maximilian Schwarzmuller
The Complete 2020 web development Bootcamp(HTML, CSS, Javascript, React) : Dr. Angela Yu
Nature of Employment: Full Time Duration: Jul 2020 - Nov 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2020 - Apr 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2020 - Mar 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2019 - May 2020
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, JAVASCRIPT 2 Year(s) 0 Month(s)
React, Redux 1 Year(s) 0 Month(s)
BOOTSTRAP 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Malayalam Proficient
Kannada Proficient
Projects
Project Title: Burger Builder App
Client: Personal Project
Project Details: A react application where user can dynamically build a burger by adding or removing ingredients and also
purchase it. The application uses Firebase for storing and retrieving orders.
https://varun-manoharan27.github.io/reactBurgerBuilder/
Project Title: Fun Project
Client: Personal
Project Details: A fun project made using HTML, CSS and Bootstrap
https://varun-manoharan27.github.io/funProject/
Project Title: Portfolio
Client: Personal
Project Details: A basic portfolio made using HTML, CSS for practice.
https://varun-manoharan27.github.io/aboutMe/
Project Title: infraLOG
Client: Cerner Healthcare Solutions
Project Details: Was associated with a team for building a Spring application for a project which aims to develop an
automated logging and information retrieval system that can be used by the device health monitoring team to efficiently and
effectively keep track of all the alerts and notify the incident response center team who can handle the incidents
proactively so as to avoid an outage. Collaborated closely with the team to support projects during all phases of delivery.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a11…
https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a115040490a5d5a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 940: Resume 1304 with similarity score 0.018931130138944863
B.E , MS , B.TECH , BS software engineer , devops engineer , associate , operator , release engineer , software developer , change management , full time , service provider , part time version control , wholesale , security , bash , docker , linux , ear , status , snapshot , messaging , continuous integration , artifacts , ec2 , operating systems , packaging , organization , ansible , automation , devops , access , archives , kubernetes , designation , rhel , hindi , windows , english , troubleshooting , project , splunk , fund services , change management , resolve , one , sonarqube , javascript , wireless , technology , working experience , amazon web services (aws) , boost , subversion , rework , performing , efs , developers , affirmative action , maintenance , unix , nexus , email , tomcat , securities , configuration management , bengali , operations , github , maven , languages , resolving issues , console , tags , mobile , jira , system monitoring , jenkins , ug , offers , apache , nav , permissions , ami , authorization , internet , sql , application , telecommunications , ci , global services , operators , broadband , electronics , s3 , running , shell scripting , repository , storage , statistics , subsidiaries , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b165…
https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b1657114109595b0… 1/3
Current Designation: Devops Engineer
Current Company: Indecomm Global Services
Current Location: Bengaluru / Bangalore
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in East India
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Indecomm Global Services as Devops Engineer
Sep 2019 to Till Date
Project Name : Pricing Console
Role : Devops Engineer
Client : Citi bank
Environment : Maven,Git,Nexus,AWS, Apache Tomcat, Jenkins,RHEL,Shell
Teamsize : 5
Duration : Sept 2019 to Dec2020.
Description:
Pricing console is an integral system to CITI Fund services operations, used to collect securities prices from a number of
sources and ultimately select the best ones through a series of present rules and validations.The Prices selected for
securities are important as they are used to calculate profit and loss for client portfolios.
As there are many price flowing into the system often multiple prices for the same security the system needs to determine
the best one contributing to accurate calculation values of NAV and profit and loss for client portfolios.
Roles and Responsibilities:
Administration of Github tool includes creating branches, tagging, access permissions and setting up hook?s locks.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Amit Kumar Mishra
Software Engineer seeking roles in DevOps Enngg,Software Configuration
Management,Project Management,Change Management,Release
Management,Requirement Gathering,Jenkins CI/CD,Shell Scripting,Apache
Tomcat,Docker, Nexus, Sonarcube,Maven,AWS,Git, GitHub
Key Skills: Software Configuration Management,Project Management,Requirement Gathering,Shell Scripting,Apache
Tomcat,Docker,Splunk,Maven,JIRA,Git,AWS,Jenkins,GIT,Ansible,Github,Devops
Engineer,Nexus,Devops,SQL,Sonar,Build Release Engineer,CI/CD,Linux,Unix
Summary
Total 3.8 years of Industrial working experience as a DevOps Engineer role in the field of Software Configuration Management &
Build, Release and Deployment Management . I look forward to associate with organization that can extensively use my
capabilities in the field of Software Configuration Management, Build and Deployments domain.
Expertise in supporting multiple projects during builds and release process.
Hands on experience with version control tool like GIT, Github.
Experience on, GIT- Created branches, tagging, setting SVN externals and providing access permissions to the developers over
branches.
Good working experience on Linux and Windows Operating Systems.
Scripting in multiple languages on UNIX, LINUX Like Bash.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b165…
https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b1657114109595b0… 2/3
Maintaining Subversion code repository and backup files.
Experience in Creating branches and tags to separate build system after a milestone releases and Create build storage
archives for back tracking builds.
Used Maven scripts to build the source code. Supported and helped to create Dynamic Views and Snapshot views for end
users.
Automated build scripts using Maven and Shell Scripts.
Configured Jenkins CI tool for project and setup Nightly Builds.
Automated the code deployment process in each environment (development, QA, Staging, Production).
Configured a continuous integration process and interface with the operations team to ensure project artifacts are
deployed automatically to various environments using Jenkins.
Installation, Configuration and Administration of Jenkins over UNIX and LINUX build machines in distributed mode over
Apache Tomcat and configured jobs along with various plug-in for Continuous Integration and Integrating Sonarqube
server with jenkin generate Sonarqube Report.
Accomplished in tool automation using Shell scripting.
Have experience with system monitoring tool like NewRelic.
Performed Build and Deployment activities without any rework.
Responsible for the deployment on Linux for Dev/ QA, staging, productions environment.
Preparing the build statistics and produce to the management team.
Troubleshoot deployment problems, release issues and environment issues in a multi-component environment.
Installed and configured Apache Server and integrated with Application server.
Creating EC2 Instances, S3, Auto scaling, ELB and configuring all necessary services
Deployed applications WAR, EAR, JAR in Domain and Clustered environments.
Used jira as Issue tracking tool
Wipro as Devops Engineer
Apr 2017 to Sep 2019
Project Name : Sprint Telecom Services.
Role : Devops Engineer
Environment : Maven,Git,Nexus,AWS, Apache Tomcat, Jenkins,Linux,windows
Application server : ApacheTomcat
Teamsize : 7
Duration : May 2017 to Sept2019.
Description:
Sprint Corporation, commonly referred to as Sprint, is an American telecommunications holding company that provides
wireless services and is an internet service provider. It is the fourth largest mobile network operator in the United States,
and serves 59.7 million customers, . The company also offers wireless voice, messaging, and broadband services through
its various subsidiaries under the Boost Mobile, Virgin Mobile, and Assurance Wireless brands, and wholesale access to
its wireless networks to mobile virtual network operators
.
Roles and Responsibilities:
Create & maintain environment & tools to automate build/release activities.
Performing automation builds using Maven and Jenkins.
Involved in the release process and deployed applications (WAR, EAR and JAR) to the Tomcat.
Notify Broken builds to appropriate Team / Team Members and enable for successful
build.
Developing and maintaining scripts to automate the build, packaging as well as
automation of time consuming, error prone tasks associated with the build
Configured and deployed applications in various work environments like Development, Test, and Production.
Good understanding of Amazon Web Services (AWS), Creating EC2 Instances, S3, Auto scaling, ELB and configuring all
necessary services
Monitoring daily builds using continuous integration tool Jenkins.
Automation of manual process at different levels of the software life cycle using different technologies and shell scripts.
Responsible for Maintaining/Administration of GIT Version control tool. Create branches in GIT & provide access
permissions to developers on need basis
Assisting development team in resolving issues with build, environment, SCM and tools.
Configuring the Docker containers and creating Docker files for different environments.
Creating container and deploying it to production server
Developed Crontab scripts for timely running jobs and provide server status.
Working closely with development team to identify and resolve build or deployment problems and support.
Troubleshooting of Performance and Stability Issues, Support software environments, build, release, deployment and
operational issues
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2014
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b165…
https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b1657114109595b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
GIT, Github, Windows, Linux, Maven 2020 3 Year(s) 6 Month(s)
AWS,EC2,EBS,EFS,S3,VPC,Ami 2020 3 Year(s) 6 Month(s)
Shell Scripting, Apache Tomcat ,SQL 2020 3 Year(s) 7 Month(s)
Docker , Jenkins, Kubernetes , Ansible 2020 3 Year(s) 5 Month(s)
JIRA, Nexus , Splunk , Newralic 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odia Expert
Bengali Expert
Rank 941: Resume 1262 with similarity score 0.018930615224572688
B.E , MS , B.TECH network engineer , solutions architect , solution architect , technical support associate , full time , enterprise architect mcsa , training , powershell , dlp , efs , security , microsoft azure , designation , skype for business , scripting , ug , restructuring , affirmative action , hindi , nms , linux , loss prevention , active directory , ltd , e-mail , authorization , english , troubleshooting , teams , sharepoint , onedrive , enterprise , status , customer service , email , transmission , aws , fault analysis , participation , ems , network optimization , electronics , ecs , s3 , ec2 , languages , microsoft exchange , data retention , communications , javascript , outages , network administration , cloud computing , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130…
https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130317135a540e5… 1/2
Current Designation: Technical Support Associate
Current Company: Convergys
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Convergys as Technical Support Associate
Jan 2019 to Till Date
Job Description
Received intense training in Microsoft Exchange, Azure AD, SharePoint, OneDrive, Skype for Business, Teams, Security
and Compliance etc.
Implement and support security policies, such as data retention, data loss prevention (DLP), Manage rules, message
tracing, mailbox migration etc.
Discovered and rectified critical e-mail outage.
Perform scripting administration tasks using PowerShell.
Good knowledge on DNS, DHCP, Managing Active Directory users and computers, Managing group policies
Tata Communications Ltd as Jr. Customer Service Executive
Dec 2016 to Jan 2019
Job Description
Worked on TELUS cloud, worked on VMs
Responsible for team handling
Active participation in Governance calls with onshore team and management
Responsible for monthly and yearly presentations with clients
Idea Cellular Ltd as Network Engineer
Jan 2014 to Dec 2016
Job Description
Monitoring & Management of EMS/NMS by which the entire SDH transmission network of Maharashtra and Goa circle,
worked on LINUX systems
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Gayatri Barhate
MCP, MCSA, AWS Certified Solution Architect Associate - Technical Support Associate
seeking roles in AWS,
EC2,IAM,Lambda,EFS,Redshift,RDS,DynamoDB,VPC,CloudWatch,CloudFormation,TCP/IP,DNS,SMTP,HTTP,Active
Directory
Key Skills: Technical Support Associate,System Admin,Active Directory,Network
Administration,EC2,IAM,AWS,Lambda,EFS,Redshift,RDS,DynamoDB,VPC,CloudWatch,CloudFormation,TCP/IP,DNS,DHCP,S
Summary
Result-oriented Professional with 7 years of experience,willing to make career in Cloud computing,
AWS,Lambda,EFS,Redshift,RDS,DynamoDB,VPC,CloudWatch,CloudFormation,TCP/IP,DNS,SMTP,HTTP,Active directory
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130…
https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130317135a540e5… 2/2
Equipment alarm monitoring, troubleshooting & fault rectification using EMS/NMS
Planning and implementation of network restructuring for network optimization
Thorough Fault analysis to avoid repeat outages and troubleshooting
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pune University in 2013
Other Qualifications/Certifications/Programs:
Microsoft Certified Azure Administrator
Microsoft Certified Solutions Associate
AWS Certified Solutions Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
EC2, S3, IAM, ECS
Lambda, EFS, Redshift
RDS, DynamoDB
VPC, CloudWatch
Cloudformation
Cloudtrail
Microsoft Azure AD
DNS, DHCP
Active Directory
TCP/IP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 942: Resume 1016 with similarity score 0.018911648002034355
MS associate , financial management , credit risk analyst , full time , finance executive credit risk , training , mentoring , general , filenet , designation , ug , accounts receivable , investment , restructuring , office , underwriting , affirmative action , hindi , loan , cash flow , balance sheet , cs , authorization , english , financial planning , sharepoint , financial risk , status , email , accounts payable , operations , financial reporting , analysis reports , spanish , finance , languages , deeds , salesforce , punjabi , collateral , financial statements , javascript , workflow , tax , commerce , international companies , financial analysis 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f13…
https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f135547490d5c5c5… 1/2
Current Designation: Associate Credit Risk Analyst
Current Company: GENPACT India Private Limited
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon,Hyderabad
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Finance Exec.
Industry: Accounting/Finance
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
GENPACT India Private Limited as Associate Credit Risk Analyst
Dec 2019 to Till Date
Authorizing & restructuring interim & annual Financial Statements i.e. Balance sheet, Profit & loss and cash flow
statement as per guidelines
Drafting & analysing reports in MRA & FIS Optimistic for credit approval with 100% accuracy
Assisting 15 members of Underwriting team to conduct Financial Ratio, Trend & Trigger analysis
Uploading financial documents & statements, mortgage deeds, loan & collateral agreements on Filenet
Ensuring timely delivery of monthly, quarterly & annual financial analysis reports for efficient decision making for 50+
U.S. based and International companies
Enabled updating of software used from Moody?s Risk analyst to FIS Ambit Optimist via training and mentoring
UG: B.Com (Commerce) from Guru Nanak Dev University (GNDU) in 2018
PG: in 0
Other Qualifications/Certifications/Programs:
CFA Level I Candidate
Investment Analysis & Portfolio Management
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SANYA KAWATRA
Credit Risk Analyst seeking roles in Account Management,Accounting
Operations,Financial Management,Financial Analysis,Financial Planning,Financial
Reporting,Financial Risk,Accounts Payable,Accounts Receivable,General
Accounting,Taxation
Key Skills: Credit Risk Analyst,Finance Executive,Account Management,Accounting Operations,Financial
Management,Financial Analysis,Financial Planning,Financial Reporting,Financial Risk,Accounts Payable,Accounts
Receivable,General Accounting,Taxation
Summary
Offering experience in Account Management,Accounting Operations,Financial Management,Financial Analysis,Financial
Planning,Financial Reporting,Financial Risk,Accounts Payable,Accounts Receivable,General Accounting,Taxation
Work Experience
Education
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f13…
https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f135547490d5c5c5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Filenet, SharePoint, Salesforce Workflow
Moody's Risk, FIS AMBIT
Optimist 8, MS Office
Languages Known
Language Proficiency Read Write Speak
English
Hindi
punjabi
Spanish
Rank 943: Resume 1462 with similarity score 0.018857196198469504
B.E , MS , B.TECH , BS devops , product development , it professional , programmer analyst , full time , junior software engineer , application manager , system engineer customer , root cause , security , seeburger , project planning , energy , progression , status , steering , design specifications , messaging , xml , scope management , development work , features , utilities , urban , automation , project support , encryption , functional specifications , devops , interfaces , designation , mar , itcam , hindi , json , english , agile , health insurance , deals , fixing , architecting , rest , software architecture , computer science , documentation , enrollments , completion , datapower , javascript , file transfer , business requirements , risk analysis , general , performing , healthcare , developers , affirmative action , mysql , test scripts , project plans , maintenance , service delivery , email , configuration management , operations , user stories , ids , sequencing , middleware , unit testing , languages , ibm tivoli , websphere message broker , queues , mentoring , jenkins , soap , authentication , authorization , teams , enterprise , application , focus , user requirements , non-functional requirements , led , debugging , events , software design , eclipse 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d43…
https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d435044490a5b0e… 1/3
Current Designation: Senior System Engineer
Current Company: IBM India Pvt. Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 9 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
IBM India Pvt. Limited as Senior System Engineer
Aug 2018 to Till Date
Project: Energy and Utilities
Developed interfaces using IBM Integration Bus 10.0.0.12, WebSphere Message Broker 8.0.0.6, SOAP/REST
webservices for enacting various business processes in Energy and Utilities Department including meter deployment,
meter exchange, meter operations, customer billing and meter events
Steered deployment of applications in hierarchical environments (DEV, QA, UAT) using Jenkins, IBM Urban Code
Deploy Tool
Undertook Unit Testing of applications using RFHUTIL Tool, SOAP UI Tool.
Project: Banking - Collaborated with Wells Fargo vendor, FuelCard, MasterCard and VisaCard, to develop secured file
transfer paths with encryption, authentication and security features using Seeburger File Transfer (Germany) Tool.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Stuti Sharma
Senior System Engineer seeking roles in Software Development,System
Integration,Product Development,Software Design ,Requirement
Gathering,Configuration Management,Unit Testing ,APIGEE development,service
delivery, Project Management, Incident Manage
Key Skills: Senior System Engineer,System Admin, Project Management.,Software Development,System
Integration,Product Development,Software Design ,Requirement Gathering,Configuration Management,Unit Testing
,APIGEE development,service delivery
Summary
A goal-oriented professional with nearly 6 years of experience in Software Development, Software Architecture and Project
Management
Rich experience in managing complete SDLC including development, enhancements, customization, requirement analysis,
design, coding, UAT, testing and deployment; expertise in development using APIGEE, IIB.
Forward-focused IT professional with skills in end-to-end project planning and implementation from scope management,
activity sequencing, effort & cost estimation, risk analysis to quality management in line with IT practices
Skilled in mapping clients? business requirements and translating these requirements into functional specifications, services,
implementations and custom application solutions; experience in working on various domains including Health Insurance,
Energy & Utilities, Banking and Healthcare
Technical expertise entails IBM Integration Bus 10.0.0.12, WebSphere Message Broker 8.0.0.6, IBM DataPower, Jenkins,
DevOps , APIGEE.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d43…
https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d435044490a5b0e… 2/3
Project: Hospital Care - Developed secured file transfer pathways for transfer of files related to Covid patient check kits
using Seeburger File Transfer Tool.
Key Result Areas:
Working as part of the Technical Team on Applications? Development using IBM Integration Bus 10.0.0.12, WebSphere
Message Broker 8.0.0.6, IBM Datapower, Enterprise Service Bus, SeeBurger, DevOps, Agile, Jenkins, Service Oriented
Architecture, SeeBurger Adapters with Rules & Splitter, Seeburger Message Tracking and Monitoring, SOAP/REST
webservices using XML, JSON and Waterfall Model
Steering deployment of applications using Jenkins and Urban Code Deploy Tool
Performing Unit Testing of the deployed applications using MQ Explorer, RFHUTIL Tool & SOAP UI Tool
Monitoring messaging queues using IBM Tivoli Composite Application Manager (ITCAM) Tool
Managing various technical aspects like coding modules using the given design specifications, debugging & fixing
defects and analysing the root cause
Analysing information system needs, evaluating end-user requirements and designing custom solutions
Gathering & analysing functional/non-functional requirements, mapping solutions based on the requirements
Collaborating with Business Managers and Technical Teams for executing concurrent projects
Adopting best practices for project support and documentation as set by the peers
Developing periodic goals, setting priorities, supporting project activities, and ensuring timely and accurate completion
of work
Managing the implementation phase by formulated project plans, planned resources and resolved issues arising due to
scope creep or other technical matters, architecting new projects, mentoring and monitoring Junior Developers
Working with multiple product teams in support of ongoing technical development activities
Executing complete Development Lifecycle with focus on Impact Analysis, Coding, Detailed Design and Development;
ensuring timely completion and delivery of project to the client; extending production support for applications
Liaising with different teams to develop release calendar and timeline, release tracking and required documents;
spearheading timely project release to live environment
Cognizant Technologies Solutions as Programmer Analyst
Apr 2016 to Aug 2018
Project: Health Insurance - Led development of Health Insurance Applications using IBM Integration Bus, WebSphere
Message Broker, SOAP/REST webservices
Key Result Areas:
Managed end-to-end development of Health Insurance Exchange using IBM Integration Bus 10.0.0.12 and WebSphere
Message Broker 8.0.0.6 (Insurance Application)
Steered application deployment, unit testing using MQ Explorer, SOAP UI Tool, RFHUTIL Tool and monitoring using
ITCAM Tool
Guided team of interns and delegated specific independent modules
Laitkor Infosolutions as Junior Software Engineer
Jun 2015 to Mar 2016
As a junior software engineer, I worked on small projects and enhancements, development work for requirements
UG: B.Tech/B.E. (Computer Science) from Dr. Abdul Kalam Technical University, Lucknow in 2015
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
Service Oriented Architecture IIB V10
SOAP/REST
WEBSERVICES
MySQL
Eclipse
Jenkins, Urban Code deploy
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d43…
https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d435044490a5b0e… 3/3
Nature of Employment: Full Time
Project Location: United States Of America
Role: Sr. Programmer
Duration: Sep 2018 - Jan 2021
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Project Location: United States
Role: Programmer
Duration: Apr 2016 - Apr 2018
Onsite / Offsite: Onsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
RFHUtil, SOAP UI
IBM Tivoli Composite application
Manager (ITCAM) Tool
XML, JSON
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Energy and utilities
Client: Energy
Skill Used: IIB, SEEBURGER, APIGEE, SOA, MIDDLEWARE Datapower, Websphere message broker
Role Description: Senior System Engineer
Project Details: Development of interfaces using IBM Integration Bus, Websphere Message Broker, SOAP/REST
webservices for enacting various business processes in energy and utilities department including meter
deployment, meter exchange, meter operations, customer billing and meter events.
Deployment of applications in hierarchical environments (DEV, QA, UAT) using Jenkins, IBM Urban Code Deploy
Tool.
Unit Testing of applications using RFHUTIL Tool, SOAP UI Tool.
Project Title: HEALTH INSURANCE Project
Client: Deals with enrollments for health insurance plans
Skill Used: Development, production support, testing, requirement gathering, requirement analysis deployment,
debugging,defect fixes
Role Description: Development of new applications pertaining to health insurance plans and production support of
the existing applications, along with debugging, triaging and incident management.
Project Details: Project/client name -EMBLEM HEALTH (New Jersey) APR 2016 PRESENT (COGNIZANT)
PROGRAMMER ANALYST
TOOLS AND UTILITIES: Enterprise Service Bus, SOAP UI Tool, DataPower XB62, IBM MQ-Attach Tool, ITCAM Tool,
IBM Websphere Message Broker, RFHUTIL Tool, SCCD Tool, TFVC, Eclipse.
TEAM SIZE: 4
Developed and released SOAP Web Service using IIB V10 for reprocessing of failed messages within systems to
minimize manual intervention and minimum business impact.
Developed and released REST based service using IIB V10 for fetching corresponding unique IDs from Data-
Warehouse for business needs.
Responsible for Creating Weekly Status Reports to the top management comprising of accomplishments, planned
activities and risks involved within team progression.
Resolving and fixing the issues in applications.
Involved in the analysis of test scripts and user stories which are suitable candidates for automation.
Actively participating in all daily meeting with Team members to keep track of defects and provi
Rank 944: Resume 1387 with similarity score 0.018813452171656878
B.E , B.TECH devops , escalation engineer , full time , system analyst , system engineer high availability , general , controllers , devops , jenkins , windows server , kubernetes , designation , ug , affirmative action , rhel , linux , maintenance , cluster , basic , azure , authorization , english , troubleshooting , escalation , enterprise , status , virtualization , email , application , aws , mumbai , microsoft , github , hyper-v , components , servers , languages , storage , replication , spaces , sme , emerging technologies , 2012 r2 , failover , server administration , javascript , acting , new hires , technology , orchestration , disk 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170…
https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170110425c545f58… 1/2
Current Designation: Escalation Engineer
Current Company: Convergys
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Convergys as Escalation Engineer
Oct 2017 to Till Date
* Professional and Premier support troubleshooting and incident management of Setup and High availability issues and
tickets for Microsoft customers.
* Specifically worked on Hyper-V replication, cluster replication, SOFS cluster, Hyper-V cluster, Storage Spaces, S2D,
Windows server backup, Disk Performance issues and analysis.
* Basic knowledge of container technology and worked on Dockers and orchestration tool Kubernetes.
* Acting SME for Windows Hyper-V and failover cluster issues.
* Worked on the above components on the Enterprise on-premise servers from Windows 2008R2 SP1 to Windows
2019.
* Other responsibilities included Floor support and mentor for new hires.
IT Works as Junior System Engineer
Jul 2016 to Aug 2017
* Worked as a system engineer and worked on troubleshooting and monitoring of windows server.
* Basic installation and configuration of Hyper-V as a Virtualization on Windows server 2012 R2.
* Installation and setup of Domain controllers
* Worked on basic RHEL 7 platform on setup and monitoring issues.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Abhishek Kamle
Escalation Engineer seeking roles in System Analysis,Software Engineering,Incident
Management,Server Administration,Requirement Gathering,Client
Management,Backup Management,Hyper-V,Linux,GitHub,Jenkins,DevOps,AWS,Azure
Key Skills: Escalation Engineer,System Analyst,System Analysis,Software Engineering,Incident Management,Server
Administration,Requirement Gathering,Client Management,Backup Management,Hyper-
V,Linux,GitHub,Jenkins,DevOps,AWS,Azure
Summary
An enthusiast individual with eagerness to learn new technologies and accept challenges. Holds extensive understanding of the
trends in emerging technologies and enterprise solutions. Passionate about sharing knowledge and views on latest
technologies. Currently looking to pursue a highly rewarding career in a challenging and healthy work environment where I can
utilize my skills and knowledge efficiently for the organizational growth.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170…
https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170110425c545f58… 2/2
UG: B.Tech/B.E. (Computers) from RAE Societys DY Patil College of Engineering, Pune in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English
Rank 945: Resume 1241 with similarity score 0.01880606043326486
MS cloud architect , solutions architect , cloud consultant , cloud infrastructure architect , devops , account manager , solution architect , full time , team lead , technical lead , enterprise architect , aws architect customer , security audits , microsoft azure , office , platforms , docker , linux , new relic , status , hosting services , nagios , components , features , building , ec2 , connectivity , virtual environment , coordinated , organization , thought leadership , kt , ansible , automation , technical leadership , devops , kubernetes , access , designation , hindi , ltd , english , cloud security , project , groups , provisioning , ownership , peering , solution architecture , itil , business process re-engineering , vmware , javascript , technology , business requirements , managed services , general , performing , affirmative action , mysql , technical architecture , principles , public , maintenance , utilization , iaas , paas , email , nessus , aws , operations , github , middleware , design patterns , premises , languages , amazon , teradata , assessment , live production , esxi , engineers , icinga , vsphere , security tools , it infrastructure management , database , cloud services , rendering , jenkins , hybrid cloud , permissions , authorization , teams , programmes , enterprise , virtualization , scalability , deliveries , record , models , application , ecosystem , focus , led , s3 , servers , framework , adoption , acting , cloud computing , orchestration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405…
https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405644420a5b085… 1/3
Current Designation: Senior Cloud Architect- IT Software
Current Company: TietoEVRY India Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,United Arab Emirates (UAE),United States
(US)
Functional Area: IT Software - Middleware
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
TietoEVRY India Pvt. Ltd. as Senior Cloud Architect- IT Software
Feb 2020 to Till Date
Key Result Areas:
Coordinating with TietoEVRY Public Cloud Team while leading different cloud teams including Discovery and
Assessment, Migration, Build & Design, Cloud Security
Determining and assessing customers On-prem/Virtual environment using different D&A tools like Cloudamize,
Movere, Device42, Cloud Endure
Performing post-assessment of customer environment; preparing it for Migration to AWS/Azure cloud using tools such
as Azure Migrate/Azure Site recovery, AWS Cloud Endure
Building and designing customer's environment on Azure cloud by deploying Azure landing zones and following Azure
Cloud adoption framework
Contributing as a proactive part of Infra as Code Team to deploy infrastructure using Terraform code
Executing and defining different POC environments for different tools utilization including Azure Migrate, Jenkins,
Github, Azure DevOps, Docker/Kubernetes, Terraform, Ansible
Demonstrating knowledge of cloud architecture and implementation features (OS, multi-tenancy, virtualization,
orchestration, elastic scalability)
Acting as a Subject Matter Expert to the organization for organization's cloud end-to-end architecture, including AWS
and other providers, networking, provisioning, and management
Developing a library of deployable and documented cloud design patterns, based on the application portfolio, as a
basis for deploying services to the cloud
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
HARSHAL YADWADKAR
Certified AWS Solutions Architect, Senior AWS Cloud Infrastructure Architect seeking
roles in Cloud Computing, Solution Architecture, Technical Architecture, AWS Cloud
Security, IT Infrastructure Management, IT Project Management, Devops, Linux
Key Skills: Solution Architect /Enterprise Architect,Cloud Computing,Devops,Jenkins,Certified AWS Solutions
Architect.,aws,AWS Cloud Architect,AWS Project Management,AWS Cloud Security,AWS Cloud Consultant,AWS
Migrations,AWS Technical Lead
Summary
AWS Certified Solutions Architect with high integrity offering over 14+ years of experience spanning IT disciplines, including
technical architecture, network management, application development, middleware, database management or operations.
Cloud Expert recognized at industry level with proven contributions in Amazon AWS & Microsoft Azure. Proven capability in
leading a team of 10+ Cloud Engineers for various cloud deployment & managed services deliveries. Track record of cloud
migration across a no. of large scale IT programmes, taking ownership of the cloud architecture & design activities and outputs.
Knowledge of all components of an technical architecture; business process re-engineering principles and processes. Proficient
in leading the creation of a technology framework and providing technical leadership in support of organization initiatives in
cloud computing and automation, with a focus on the design of systems and services that run on cloud platforms
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405…
https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405644420a5b085… 2/3
Rendering solutions architecture and evaluating architectural alternatives for private, public and hybrid cloud models,
including IaaS, PaaS, and other cloud services
Providing thought leadership in industry and to fellow team members across business and technical project dimensions
solving complex business requirements
Acting as the coach and mentor to team members and technical staff on their assigned project tasks
Teradata India Pvt. Ltd. as Senior Technical Lead/ Consultant AWS
Jun 2016 to Jan 2020
Key Result Areas:
Coordinated with Teradata Engineering Team to enable Teradata Database and other Teradata ecosystem products on
AWS cloud environments
Rendered operations support to live production environments deployed in AWS Cloud consisting Teradata Database
instances, other TD applications
Provisioned entire Teradata ecosystem using Cloudformation/Ansible to manage customer's AWS sub-accounts under
Teradata Managed cloud offerings
Led the implementation of various services such as Ec2 Linux instances, S3, CloudFormation SNS, VPC, CloudWatch,
CloudTrail, IAM services, Security tools
Disabled all alarms during maintenance schedule by working on Ansible code
Defined and strategized different approaches to manage each subaccount in terms of Backup, Monitoring, Security,
User privileges and access
Configured and set-up networking related services like VPN connectivity, VPC Peering, Transit VPC, DirectConnect on
AWS sub accounts
Defined and strategized AWS IAM policies for all sub-accounts on AWS
Participated in the Teradata migration from On-premises to AWS
Managed Vcenter, Vsphere, ESXI environments for hosting services of Intellicloud
Used monitoring tools such as Datadog/Icinga for configuring alerts on servers
Travelled to SanDiego office (US) to take KT of "IntelliCloud on AWS" & "On-prem/TD Cloud" projects from Onsite
Team
Analyzed IAM permissions needed and automated IAM setup using Cloudformation
Managed and configured security tools like Alertlogic and Nessus Scanner as per requirements
BlazeClan Technologies Pvt. Ltd. as AWS Consultant/ Solutions Architect
Jul 2015 to Jun 2016
Key Result Areas:
Recommended AWS services to clients which can be used according to their application setup needs
Drove a skilled team of Cloud professionals for Managed Services as Team Lead
Worked as an Account Manager/SPOC for key clients - Managed Services
Led the setup of AutoScaling enabled architecture for clients AWS accounts as per their application needs
Steered the implementation of monitoring tools such as New Relic, Nagios for AWS accounts
Performed security audits for security groups and suggested AWS security best practices to clients
Implemented various services (S3, RDS, CodeCommit, ELB, CloudFront (CDN), Route53, SNS); network best
practices using AWS VPC
UG: BCA (Computers) from sikkim manipal university in 2015
Other Qualifications/Certifications/Programs:
ACCP (Aptech Certified Computer Professionals) in Computers
Education
IT Skills
Skill Name Version Last Used Experience
AWS, AZURE, VMware
Linux SME
AWS Architect
CLOUD MIGRATION
CLOUD ARCHITECTURE
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405…
https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405644420a5b085… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Multi Cloud Networking
Terraform, Teradata
Jenkins
GitHub, MySQL
Networking, ITIL, RedHat
DevOps, VPN, Route53, SQL
Ec2 Linux instances, S3
CloudFormation SNS, VPC
CloudWatch, CloudTrail, IAM services
VPC Peering, Transit VPC
Vcenter, Vsphere, ESXI, Intellicloud
RDS, CodeCommit, ELB, CloudFront
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 946: Resume 382 with similarity score 0.018766434752131102
B.TECH , BS work from home dart , css , cse , cloud , firebase , ux design , welfare , bootstrap , sql , kotlin , c programming , ibm , resume , zeplin , android development , completion , assessment , app , google analytics , python , data science , javascript , technology , fraud detection , html Assessment
Q1. Why should you be hired for this role?
I believe that my experience with technology, specifically in Android app development, Java, Kotlin, SQL, UI & UX Design, Firebase, C
Programming, Zeplin, Google Analytics, CSS, Flutter, make me the best match for this job. I have done the following projects in these skills:-
1. Android Development
Apr 2020 - Apr 2020
https://github.com/Payalkumari25/BookApp.git
2. Firebase
Sep 2020 - Sep 2020
https://github.com/Payalkumari25/food-hub.git
3. Medical Fraud Detection
Oct 2020 - Nov 2020
https://github.com/Payalkumari25/Medical-Fraud-Detection.git
4. IBM Cloud Website Deployment
Apr 2020 - Jun 2020
https://github.com/Payalkumari25/Mini-Project.git
Lastly, I would like to add that even though I am a fresher, I assure you that I will give my best and work to my full potential so that I can contribute
as much as I can towards the growth and welfare of this great brand.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months, for a full-time work from home internship.
Resume
EDUCAT ION
PROJECTS
Payal Kumari
Dehradun, Dhanbad
Applied 29 Dec'20
Android Kotlin Bootstrap
C Programming C Programming CSS
HTML Java JavaScript
Python SQL Dart
Data Science Flutter Google Analytics
B.Tech Hons.), Cse With Specialization In Data Science
Graphic Era Deemed To Be University)
2018 - 2022
CGPA 8.80/10
Senior Secondary XII, Science
RKSVM Dhanbad,Jharkhand
CBSE board)
Year of completion: 2017
Percentage: 78.00%
Secondary X
ISL Dhanbad , Jharkhand
CBSE board)
Year of completion: 2015
CGPA 8.20/10
Movie Recommendation System
Nov 2020 - Dec 2020
https://github.com/Payalkumari25/Movie-Recommendation-System.git
https://github.com/Payalkumari25/Movie-Recommendation-System.git
CONTACT Phone: 91 7903682384
Medical Fraud Detection
Oct 2020 - Nov 2020
https://github.com/Payalkumari25/Medical-Fraud-Detection.git
Html,CSS,JS
Jun 2020 - Sep 2020
https://github.com/Payalkumari25/Mini-Project.git
Firebase
Sep 2020 - Sep 2020
https://github.com/Payalkumari25/food-hub.git
IBM Cloud Website Deployment
Apr 2020 - Jun 2020
https://github.com/Payalkumari25/Mini-Project.git
Android Development
Apr 2020 - Apr 2020
https://github.com/Payalkumari25/BookApp.git
Flutter
Sep 2020 - Present
https://github.com/Payalkumari25/Flutter.git
https://github.com/Payalkumari25/Medical-Fraud-Detection.git
https://github.com/Payalkumari25/Mini-Project.git
https://github.com/Payalkumari25/food-hub.git
https://github.com/Payalkumari25/Mini-Project.git
https://github.com/Payalkumari25/BookApp.git
https://github.com/Payalkumari25/Flutter.git
Rank 947: Resume 876 with similarity score 0.018741253040990835
B.E , MS , B.TECH , BS project manager , web developer , research engineer , web designer , software developer , full time , full stack developer , project leader react.js , award , api , encryption , web development , general , algorithms , open source , css , cafeteria , designation , developers , ug , mar , platforms , structural , affirmative action , it security , hindi , maintenance , json , advanced , telcom , ipsec , node.js , english , web applications , bootstrap , status , business process analysis , project based , architecture , specifications , email , express , etsi , on site , mongodb , cryptocurrency , authorization , construction , testing , team coordination , blockchain , engineering design , c++ , languages , resolving issues , framework , research , html5 , amazon , assessment , pivotal , telematics , reviews , javascript , workflow , crisis , organization , sdk , technology , baselines , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c43…
https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c430140435d0b0b… 1/3
Current Designation: Research Engineer
Current Company: Center For Development Of Telematics
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Kolkata,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Center For Development Of Telematics as Research Engineer
Aug 2016 to Till Date
Key Result Areas:
Designing and developing full-stack applications across multiple platforms using modern industry-adopted languages and
frameworks for with Indian Army Customers
Working on site-to-site encryption project based on IPsec Application
Managed IP Encryptor Solutions for the company
Taking direction from a principal project manager who manages project details
Actively generates process improvements and champions workflow enhancements
Supporting third-party developers through articipating in all phases of SDK construction process from concept to end
delivery
Developing front-end architecture and back-end website applications; project baselines, monitoring & controlling projects
with respect to development, resource deployment, time overruns and quality compliance to ensure satisfactory execution
of projects
Facilitating requirement scoping, evaluating design/alternatives, resolving issues and improving process/performance
Collaborating with a cross-functional team, executing engineering design activities and delivering value engineered
services on schedule and at a predicted cost
Formulating solutions for given technical specifications; installing application software and deploying customizations;
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashutosh Kumar Tekriwal
Research Engineer seeking roles in Full Stack Developer, Web Developer,Project
Management,Software Development,Application Programming,Release
Management,Requirement Analysis,Resource
Planning,MongoDB,Javascript,HTML,CSS,Bootstrap,Node.Js,C,C++
Key Skills: Web Developer,Web Designer,Research Engineer,React.Js,Software Developer,Node.Js,Full Stack
Developer,C,C++,Javascript,MongoDB,Requirement Analysis,Release Management,Application Programming,Software
Development,Project Management,CSS,HTML,Bootstrap
Summary
An achievement-oriented professional offering nearly 4 years of experience in Full stack Development and IT Security
Proficient in cross-functional team coordination with skills in managing key Software development life cycle including
requirement analysis, assessment/design, testing, business process analysis & design
Excellence of MERN stack; combination MongoDB, Express JS, React JS and Node JS technologies, all based on JavaScript,
used to build advanced web applications. It is an open source full stack development framework which provide entire front-end
to back-end development
Played a pivotal role in the development of cafeteria webpage for safe online ordering during Covid19 in 2020
Received Best Employee Award in 2019 for demonstrating outstanding performance
Technical expertise in structural designing & coding of solution for developing the new applications
Developed C-DOT Web Page for our organization
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c43…
https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c430140435d0b0b… 2/3
contributing to code reviews
Highlights:
Played pivotal role in the development of cafeteria webpage for safe online ordering during Covid19 in 2020
Sucessfully developed front-end of webpage for temperature monitoring of C-DOT Organization
Presentation on Low Cost Migration to Quantum Networks at Amazon Seattle during ETSI/IQC Quantam-Safe Workshop
2019
UG: B.Tech/B.E. (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2016
PG: CS (CS) in 0
Nature of Employment: Full Time
Role: Project Leader
Duration: Feb 2020 - Jun 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Role: Project Leader
Duration: Sep 2019 - Feb 2020
Onsite / Offsite: Onsite
Education
IT Skills
Skill Name Version Last Used Experience
WEB DEVELOPMENT
MERN STACK
html5, css, bootstrap
DATA STRUCTURE
Restful API/JSON
blockchain 2020 1 Year(s)
JavaScript
Node.js
Mongodb
React.js
C AND C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Cafeteria Site
Client: C DOT Employee
Skill Used: MERN stack
Project Details: A website to order food for on desk delivery in this covid crisis.
Project Title: Cryptocurrency
Client: C DOT
Project Details: Cryptocurrency based on blockchain using MERN stack
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c43…
https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c430140435d0b0b… 3/3
Nature of Employment: Full Time
Project Location: Delhi
Role: Module Leader
Duration: Sep 2017 - Sep 2019
Onsite / Offsite: Onsite
Team Size: 7
Nature of Employment: Full Time
Role: Module Leader
Duration: Aug 2016 - Dec 2018
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Title: C-DOT Website
Client: C DOT
Skill Used: MERN stack
Project Details: Maintaining organization website which is based on MERN stack.
Project Title: Ip Encryptor
Client: Indian Army
Project Details: A encryptor for implementing IPSec, MACSec, TLS for user data encryption, using Post Quantum Algorithms
Rank 948: Resume 1138 with similarity score 0.0187246801936845
B.S , M.Sc , M.S , BS , MS full time , windows administrator , technical support manager , change management patch management , ansible , optimization , rca , bios , virtual machines , windows server , kubernetes , designation , ug , telecom , affirmative action , information technology , hindi , cloud , update manager , docker , p2v , cluster , azure , ami , ltd , authorization , english , troubleshooting , status , virtualization , firmware , email , aws , snapshot , x86 , plus , ibm , testing , electronics , change management , servers , disaster recovery , nutanix , data center operations , building , ec2 , s3 , languages , itil , operating systems , kannada , recovery planning , system administration , esxi , v2v , javascript , vmware vsphere , data centers , it infrastructure management , storage management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155…
https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155044495b0e0058… 1/3
Current Designation: Advisor -Cloud & VMware
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [INFORMATION
TECHNOLOGY]
Verified : Phone Number | Email - id
DXC Technology as Advisor -Cloud & VMware
Dec 2018 to Till Date
Responsibilities:
VMware:
Managing four data centers with 400+ ESX/ESXi Servers
Managing 3000+ Virtual Machines
Troubleshooting ESX/ESXi Servers issues
Deploying and managing Virtual Machine templates
ESX/ESXi patch management
Managing Virtual Center upgrade
Deploy/Decommission of ESX/ESXi servers
Storage management at ESX/ESXi level
Managing hardware Firmware and Bios upgrades
Managing P2V and V2V conversion
Handled VM migrations from 6.0 to 6.5 and 6.7
Upgrade ESXi servers from 6.0 to 6.5 and 6.7
Disaster recovery testing
Building new VMware environment
Responsible for building RCA documents for P1 issue
Nutanix:
Managing Nutanix Cluster with ESXi
Managing Virtual Machines
Troubleshooting Nutanix Servers issues
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vijaykumar Bavalatti
MCP, ITIL Advisor -Cloud & VMware seeking roles in IT Infrastructure
Management,Data Center Operations,Technical Support,System
Administration,Incident Management,Change Management,Disaster Recovery,VMware
vSphere,AWS,Azure,CloudWatch,Windows Server
Key Skills: Advisor -Cloud & VMware,Technical Support Manager,IT Infrastructure Management,Data Center
Operations,Remote Support,System Administration,Incident Management,Change Management,Disaster
Recovery,VMware vSphere,AWS,Azure,CloudWatch,Windows Server
Summary
Possess 15 plus years of experience in Information Technology (IT) industry, out of which 8 plus years in Windows Servers,
more than 10 years of
experience in VMware domain and 2 plus years in Cloud. Worked on varies technologies like Servers, Virtualization, Network
and Storage.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155…
https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155044495b0e0058… 2/3
ESXi patch management on Nutanix Cluster
NOS upgrade/patch management
AWS and AZURE
Managing 1500+ EC2 instances
EC2 cost optimization
Deploying and managing EC2 instances from AMI
Managing EC2 instances vertical scaling
Deploy/Decommission of EC2, ELB, S3, RDS
Snapshot management and optimization
EBS management and optimization
Migration of EC2 between AZ and Region
Disaster recovery planning
Monitoring the infrastructure using OMI tool
Responsible for building RCA documents for P1 and P2 issues
IBM India Pvt. Ltd. as Sr. VMware and Windows Administrator
Feb 2014 to Oct 2018
Responsibilities:
VMware:
Managing four data centers with 400+ ESX/ESXi Servers
Managing 3000+ Virtual Machines
Troubleshooting ESX/ESXi Servers issues
Deploying different Virtual Machine templates
ESX/ESXi patch management
Managing Virtual Center upgrade
Deploy/Decommission of ESX/ESXi servers
Storage management at ESX/ESXi level
Managing hardware Firmware and Bios upgrades
Managing P2V and V2V conversion
Handled VM migrations from 4.1 to 5.1
Upgrade ESXi servers from 4.1 to 5.1
Disaster recovery testing
Building new VMware environment
Responsible for building RCA documents for P1 issue
Nutanix:
Managing Nutanix Cluster with ESXi and AHV
Managing Virtual Machines
Troubleshooting Nutanix Servers issues
ESXi patch management on Nutanix Cluster
NOS upgrade/patch management
Windows:
Installing various x86 based Operating Systems on Virtual Machines
Troubleshooting Windows OS issues
Responsible for Windows L2 and L3 level issue
Managing Windows OS crashes
Managing Windows OS restore
Responsible for building RCA documents for P1 issue
Accenture Services Pvt. Ltd. as IT Operation Sr. Analyst
Jul 2009 to Jan 2014
Responsibilities:
VMware:
Managing four data centers with 350+ ESX/ESXi Servers
Managing 1500+ Virtual Machines
Troubleshooting ESX/ESXi Servers issues
Deploying different Virtual Machine templates
ESX/ESXi patching with update manager
Managing Virtual Center upgrade
Deploy/Decommission of ESX/ESXi servers
Storage management at ESX/ESXi level
Managing hardware Firmware and Bios upgrades
Managing P2V and V2V conversion
Handled VM migrations from 3.5 to 4.1
Responsible for building RCA documents for P1 issue
Windows:
Installing various x86 based Operating Systems on Virtual Machines
Troubleshooting Windows OS issues
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155…
https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155044495b0e0058… 3/3
Responsible for Windows L2 and L3 level issue
Managing Windows OS crashes
Managing Windows OS restore
Responsible for building RCA documents for P1 issue
UG: B.Sc (information technology) from Kuvempu University, Karnataka in 2009
PG: MS/M.Sc(Science) (INFORMATION TECHNOLOGY) from Kuvempu University, Karnataka in 2011
Other Qualifications/Certifications/Programs:
Diploma in Electronics and Communication
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
VMWare Vsphere
AWS and Azure
Ansible and Terraform
Docker, Kubernetes
Window 2012, 2016 and 2019
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 949: Resume 816 with similarity score 0.018700247098973267
B.E , B.TECH , BS full time , front end developer , ui developer , software developer reporting , redux , jenkins , css , yellow pages , firefox , designation , affirmative action , interpersonal skills , hindi , angular , new concepts , maintenance , player , authorization , internet , english , web applications , bootstrap , status , responsiveness , email , project , mozilla , defect tracking , responsive web design , drupal , ci , windows xp , v6 , google chrome , debugging , git , react native , finance , languages , html5 , jira , javascript , schedules , timing , technology , organization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180…
https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180547425a59005… 1/2
Current Designation: Software UI Developer
Current Company: TCS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
TCS as Software UI Developer
May 2017 to Till Date
Tenure: 2 years 10 months
Projects worked on:
Project 1: Minside
Client : Tryg Insurance(Norway)
Skills : Html5,CSS3,Javascript,React JS
Minside is an application which fetches static content from Drupal.
Responsibilities:
-Development, Implementing, Debugging & Responsiveness.
-Analyzing and identifying Tasks based on requirement in the JIRA tool.
-Involved in weekly status reporting and official meetings.
-Developed UI and Responsiveness for different applications in Tryg.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SHILPA SINGH
Software UI Developer seeking roles in Software Development, Defect Tracking,
Requirement Gathering, Debugging, IT Project
Management,Bootstrap,JIRA,HTML5,Javascript,GIT, React JS,CSS3
Key Skills: software ui developer,software development,requirement gathering,debugging,it project
management,bootstrap,jira,html,javascript,git
Summary
3+ years of experience in Front End Developer/UI Developer.
Hands on Experience on UI web applications using HTML5,CSS3,JavaScript,React
JS,Redux.
Hands on Experience on JIRA,Jenkins,GIT.
Good Experience using Bootstrap for Responsive Web Design (RWD) and CSS media
Queries.
Good Knowledge on CI Tools Jenkins for automated builds and deployments.
Self-starter always inclined to learn new technologies and Team Player with very good
communication, organizational and interpersonal skills.
Ability to work in a fast-paced, team oriented environment under firm deadline schedules to
meet cost, quality and timing.
technology.
Can adapt easily to new concepts and responsibilities and willing to learn new technology
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180…
https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180547425a59005… 2/2
- Involved in Deployment by using JENKINS Tool.
-Fixed issues occurred during deployment.
-Involved in Reporting daily status.
-Single point of Contact (SPOC) between client and organization.
Project 2: Yellow Pages
Client : YP
Skills : HTML5, CSS3,Javascript
Yellow Pages have multiple websites in several sectors like Banking, Finance and etc. Main role is to develop static part of
website.
Responsibilities:
-Development, Implementing, Debugging & Responsiveness.
-Analyzing and identifying Tasks based on requirement in the V6 tool.
-Involved in weekly status reporting and official meetings.
- Developed UI and Responsiveness for different applications in YP.
- Involved in Reporting daily status.
-Single point of Contact (SPOC) between client and organization.
UG: B.Tech/B.E. (Computers) from Priyadarshini institute of engineering and technology, nagpur in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5,CSS3,React JS,Javascript
Windows XP, 7, 10
JIRA,Jenkins,
React Native,Redux,Angular Js
INTERNET
Google Chrome, Mozilla Firefox.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 950: Resume 832 with similarity score 0.018677125707910747
nan application developer , full time , software developer web development , core java , general , visual studio code , lint , designation , ug , mobile application development , affirmative action , mysql , technical architecture , hindi , linux , memory management , maintenance , ltd , windows , player , authorization , english , status , agile , email , kotlin , react native , git , languages , android development , analyzer , javascript , eclipse , technology , learning 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c43…
https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c430344120a590d… 1/2
Current Designation: React Native Application Developer
Current Company: Zeeweesoft Pvt Ltd
Current Location: Indore
Pref. Location: Bengaluru / Bangalore,Pune,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Zeeweesoft Pvt Ltd as React Native Application Developer
Oct 2018 to Till Date
Kavya Softech Pvt Ltd as Android Application Developer
Oct 2017 to Oct 2018
UG: BCA (Computers) from DAVV in 2013
PG: MCA (Computers) from IPS Academy, Indore in 2015
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Neeraj Pawar
React Native Application Developer seeking roles in Software
Development,Application Programming,System Analysis,Technical Architecture,Web
Development,Android Development,Agile Methodology,Eclipse,Visual
Studio,Linux,Core Java,Android
Key Skills: React Native Application Developer,Software Developer,Software Development,Application
Programming,System Analysis,Technical Architecture,Web Development,Android Development,Agile
Methodology,Eclipse,Visual Studio,Linux,Core Java,Android
Summary
3 years of IT experience in design, development in Android and React native mobile
Applications.
Strong knowledge on Mobile Application Development using Android methodology.
Well acquainted with Java concepts with OOPs .
Good understanding of thread management, memory management and other aspects of Java for mobile
application development.
Knowledge of Android Lint Tools and Android Code analyzer.
Personal learning experience working with Flutter and Kotlin technology.
Good communication skills, quick learner, team player, ability to handle task independently.
Flexibility to adapt and open to learn new technologies.
Consummate collaborator with clients, management, and team members
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c43…
https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c430344120a590d… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Core Java,React Native
Flutter and Kotlin Basics
MySQL
Eclipse, IntelliJ, Visual Studio Code.
Windows, Linux.
Git, Postman
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 951: Resume 728 with similarity score 0.018660426458867646
MS application support , devops engineer , associate , technical consultant , software developer , linux administrator , change management , full time ansible , web development , core java , computing , dev c++ , devops , jenkins , performing , customer , kubernetes , general , microsoft azure , designation , ug , office , turbo c , platforms , oracle database , health , mysql , affirmative action , hindi , docker , cloud , linux , beginner , maintenance , apache , cluster , zabbix , windows , digital , authorization , english , logstash , subnetting , status , virtualization , agile , email , project , tomcat , perl , application , mongodb , ubuntu , ci , pipelines , gitlab , change management , servers , s3 , seo , shell scripting , kibana , resolve , languages , punjabi , agents , dashboard , python , javascript , metrics , elasticsearch , cd , html , french 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c524241081…
https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c52424108155016475e5408… 1/2
Current Designation: Devops Engineer
Current Company: Zwayam Digital Pvt.Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Mohali
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Zwayam Digital Pvt.Ltd. as Devops Engineer
Sep 2019 to Till Date
- Created and maintaining fully automated shell scripts and Jenkins CI/CD
pipelines.
- Experienced in working on log and metrics monitoring through
Elasticsearch, Logstash and Kibana using visualizations.
- Managed processes through Ansible to automate file manipulation.
- Experienced in Docker container management and managing Gitlab
repositories.
- Implemented Zabbix setup for monitoring and alerting about jars and health
status across various servers.
- Possess good knowledge of networking concepts and their implementation
in Azure scale-sets and application gateways.
- Collaborated with team members in migration process for 5 servers
including Mysql, MongoDB data and created various shell scripts for the same.
- Hands-on experience in working on AWSLambda, S3, Cloudwatch, VPC .
- Experience in working on VPC and other networking concepts like
subnetting .
- Worked on Apache and Tomcat related configurations like htaccess
redirection and SEO checking for various server agents.
Edureka as Technical Consultant (DevOps)
Aug 2018 to Sep 2019
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Himani Arora
DevOps Engineer seeking roles in DevOps or Cloud domains
Key Skills: DevOps Engineer,Application Support,MongoDB,Jenkins,Docker,Python,Zabbix,HTML,Git,Cloud
Computing,Shell Scripting,MySQL,Elastic Search,Ansible,Agile,Microsoft Azure
Summary
Result oriented professional with experience in Software Engineering,Software Development,Web Development,Project
Management,Change Management,Quality Management,Requirement Gathering,Application
Support,MongoDB,Jenkins,Docker,Python,Zabbix,HTML,Git,C,C++
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c524241081…
https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c52424108155016475e5408… 2/2
- Role providing technical support and performing trouble-shooting functions
to resolve customer queries using tools like Git, Jenkins, Docker, Kubernetes
and Ansible.
- Provided web sessions to companies like TCS to install Kubernetes cluster
and managing dashboard pods on servers.
- Automated deployment of Employee database application designed in Java
using Docker and Jenkins.
- Generated pipelines in Jenkins for small-scale applications which covered all
the CI and CD concepts.
- Hands-on experience in application deployment on cloud platforms such as
AWSand GCP.
UG: BCA (Computers) from PANJAB UNIVERSITY, CHANDIGARH in 2016
PG: MCA (Computers) from VIT University in 2018
Other Qualifications/Certifications/Programs:
OCA-DBA
Oracle Associate (for the course OCA-DBA)
DevOps Engineer
Linux Administrator
Virtualization for beginners
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, Core JAVA, HTML
MySQL,Oracle database
Perl,Python,Turbo C, Dev C++
MS Office,Windows, Ubuntu.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
French Beginner
Punjabi Expert
Rank 952: Resume 1312 with similarity score 0.018492459900194293
B.E , MS , B.TECH , BS application support , devops engineer , software developer , senior software engineer , full time , system engineer automation , high availability , general , devops , jenkins , kubernetes , designation , ug , amdocs , mar , affirmative action , oracle , mysql , hindi , cloud , scratch , docker , gerrit , maintenance , azure , ltd , cluster , unix , php , zabbix , software installation , authorization , english , openstack , troubleshooting , teams , status , solr , email , project , tomcat , infosys , application , aws , configuration management , microservices , splunk , ci , bitbucket , electronics , pipelines , classroom training , servers , git , languages , weblogic , python , javascript , client side , working experience , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b1…
https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b170747440c090d… 1/2
Current Designation: Senior Software Engineer
Current Company: SW R&D Lab at Barco Electronics pvt. ltd.
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
SW R&D Lab at Barco Electronics pvt. ltd. as Senior Software Engineer
Oct 2019 to Till Date
Part of the R&D team (DevOps) that is responsible for all devops activities. Working Knowledge of cloud platform (AWS,
Azure). Creating and managing CI/CD pipeline on jenkins. Deploy and manage microservices/applications using to ensure
High availability services. Working experience on kubernetes cluster. Setup machines using configuration management
tools. Recently setup the machines from scratch in Noida lab and configured it for jenkins nodes.
NFV R&D Lab at Amdocs as DevOps Engineer
Jun 2016 to Oct 2019
Part of the R&D team that is responsible for design, develop and deliver ONAP deployment on AWS/Openstack. AWS and
Openstack administration for Allinone and multi node cluster. Kubernetes cluster setup , automation and deployments
using helm. Setup monitoring for kubernetes using prometheus. Automating day-day tasks in shell, python language.
Creating and managing CI/CD pipelines in jenkins. Dealing with installation and configuration of multiple environments of
Amdocs BSS/OSS products.
Installation, configuration and troubleshooting of Jenkins. Providing trainings to other teams on devops technologies.
Worked at client side (Mexico) for 4 months for new project setup.
Infosys Ltd as Senior System Engineer
Feb 2014 to Jun 2016
Completed 5 months classroom training on Java, Unix , Oracle DB, mysql , php. Part of Cloud Support Team that
responsible for creating servers on AWS and maintaining them. Administration of tools like Weblogic, Tomcat, Solr.
Administration of ST/Test/Production Environments on AWS. Application support for hadnling deployments in production.
Configure monitoring Tools like, Zabbix and Splunk to trigger alerts for Production Servers.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sachin Kumar Rajput
Senior Software Engineer seeking roles in Software Development,Application
Programming,Client Management,System Analysis,Configuration
Management,Software Installation,Jenkins,Java,PHP,MySQL,Oracle,Unix,AWS
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,Client
Management,System Analysis,Configuration Management,Software
Installation,Jenkins,Java,PHP,MySQL,Oracle,Unix,AWS
Summary
Result-oriented Professional with nearly 7 years of experience in Software Development,Application Programming,Client
Management,System Analysis,Configuration Management,Software Installation,Jenkins,Java,PHP,MySQL,Oracle,Unix,AWS
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b1…
https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b170747440c090d… 2/2
UG: B.Tech/B.E. (Computers) from DIT, DEHRADUN in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Shell and Python
Prometheus, Grafana
WebLogic , Tomcat
Docker, Kubernetes
git, gerrit, BitBucket
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 953: Resume 1134 with similarity score 0.018433077513015237
B.E , MS , B.TECH senior developer , solutions architect , devops , software developer , solution architect , full time , technical manager cards , devops , scrum , nosql , soap , designation , ug , deliverables , affirmative action , technical reviews , loans , hindi , cloud , web api , angular , maintenance , azure , typescript , architects , legacy systems , solutions design , jquery , json , pos , windows , authorization , teams , wpf , web applications , design documents , status , english , c# , agile , email , project , integration testing , aws , mongodb , microservices , application architecture , bengali , xml , github , pipelines , mcad , rest , .net core , mvc , features , design patterns , kanban , kibana , languages , asp.net , payments , nunit , moq , sql server , level design , xaml , vsts , javascript , jira , .net framework , linq , refactoring , database , ajax 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d5042460816…
https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d50424608165518445f5f0a0… 1/2
Current Designation: Technical Manager
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Mindtree as Technical Manager
Sep 2019 to Till Date
Currently working as a Technical Manager leading a 10-member team.
Responsibilities include providing technical solutions and overseeing the deliverables.
Brainstorming with the product team, checking the feasibility and finalizing the requirements.
Modernizing the legacy systems, designing the solutions and guiding the team for implementing the changes and doing
technical reviews.
Working with DevOps for designing the pipelines, managing the releases and providing support for critical defects.
Cognizant as Tech Lead/Senior Developer/Developer
Nov 2006 to Sep 2019
Design and developing the solutions, guiding junior team members and doing code reviews.
Understanding the requirements, providing the estimations and reviewing the design with the architects.
Last Active: 4-Feb-21 Last Modified: 30-Jan-21
SUMAN PAUL
Sr. Developer cum Architect seeking roles in IT Project Solutions Design and
Development. Experienced in .NET Full Stack Technologies, Cloud technologies like
AWS & Azure, Microservices and SAFe Agile, Domain includes Banking, Cards and
Payments
Key Skills: C#, XML,JSON,Javascript,XAML,TypeScript,SQL,AWS,.Net Core,Web API,ASP.Net,WCF,WPF,Angular,Entity
Framework,NUnit,MOQ,Scaled Agile,Scrum,Azure DevOps,TFS,GIT,JIRA,Swagger,Kibana,LINQ,Cards and
Payments,Azure,Project Management,MongoDB,NoSQL,JQuery
Summary
More than 14 years of hands-on experience providing IT solutions working in India and US. Worked through all the phases of
SLDC. Business and domain knowledge include Card and Payments, POS, Banking, Loans and Media applications.
Ability to manage development teams spread across multiple locations globally.
Have a good understanding of application architecture, design patterns and Micro services using SOLID and object-oriented
concepts.
Experience in architect and develop web applications.
Design and development of SOAP and REST based services.
Worked with Angular applications.
Design and develop relational database in SQL Server. Have knowledge of NoSQL database.
Developing Cloud based solutions using Azure and AWS services.
Experience in multiple version controls tools (GIT, TFVC) and code management tools (TFS, VSTS, GitHub).
Worked extensively in SAFe Agile using Scrum and Kanban methodologies.
Experienced in working with monolithic systems and refactoring legacy code.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d5042460816…
https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d50424608165518445f5f0a0… 2/2
Integrating with external partners, Unit and Integration testing.
Working with QA to sign off features and supporting production issues.
Preparing high level and low-level design documents.
UG: B.Tech/B.E. (Mechanical) from Assam Engineering College in 2006
Other Qualifications/Certifications/Programs:
Azure Solutions Architect Expert
AWS Certified Solution Architect
70-316 - MCAD-Implementing Windows-based Applications with C#.NET
70-562 - MCTS-.NET Framework 3.5, ASP.NET Application Development
SAFe Agile Software Engineering
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, .NET Core, .NET Framework
OOP, SOLID, Microservices
MS Test, NUnit, MOQ
Angular, Typescript
ASP.Net, MVC, WPF, XAML
Javascript, JQuery, AJAX, JSON
WEB API, WCF
AWS, Azure
SQL Server, MongoDB 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Assamese
Rank 954: Resume 1033 with similarity score 0.018418050287334953
MS , BS verifier , full time , finance professional training , robotics , internal audit , filenet , designation , ug , office , vendors , international business , affirmative action , oracle , scanning , hindi , vendor management , ltd , travel , digital , authorization , english , status , productivity , budgeting , email , tracker , project , shared services , sap , processing , records , accounts payable , bengali , spss , prowess , forex , query resolution , srm , exceptions , finance , offshore , languages , payments , internal customers , dashboard , pan , process automation , javascript , expenses , tax , brewery 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a19…
https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a195044155c5f015… 1/2
Current Designation: Shared Services Finance
Current Company: Pernod Ricard
Current Location: Delhi
Pref. Location: Jaipur,Delhi / NCR
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Finance/Budgeting Mgr
Industry: Brewery / Distillery
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance and Marketing]
Verified : Phone Number | Email - id
Pernod Ricard as Shared Services Finance
Jan 2019 to Till Date
Leading Digital/RPA project Pan India
Accounting responsibility well versed on reconciliation/provisions and entire month end activities
Day to day tracking of productivity and SLA?s
Leading digital project to onboard vendors, where Invoices are scanned by vendors.
Providing Training/Working and coordination with stakeholders and internal customers on Vendor Portal
Taking queries and resolving them over email and calls.
Timely submission of dashboard.
Ensuring compliance of TDS and GST while Invoice posting
Payment of Bills as per agreed calendar
Foreign payments for vendors
Prepare and Review of Invoice tracker
Provide support during Audits
Provide direction and manage team members
Bechtel India Pvt Ltd as BBS (Accounts Payable and INR)
Nov 2014 to Jan 2019
Working on GST and TDS for INR vendors.
Month End Activities (Closing Activities and Reconciliation)
Working on Accrual Data and pre-payments.
Query Resolution with local vendors.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
George Stephen Massey
Shared Services,Finance seeking roles in Accounting, Digital Projects, RPA,
Automation, Vendor Management Digital,
Key Skills: Shared Services,Finance,Accounting,Budgeting,Financial Accounting,Internal Audit,Robotics,Invoice
Verification,Vendor Master,Accounts Payable,Vendor Payments,Vendor Reconciliation,Factory Automation
Summary
Finance professional with an experience of 7 years in Accounting,Finance,Internal Audit expertise in maintaining company
registers and records of the company.
Working on vendor digitalization and Robotics Process Automation.
Handling PAN india team and vendors.
Monthly Closing,
Prepares special adhoc reports by collecting, analyzing, and summarizing account information and trends.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a19…
https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a195044155c5f015… 2/2
Query Resolution over calls and Email with offshore Team.
Forex, Travel and Expenses Reimbursements
Processing Invoices (Oracle)
Releasing Holds from Invoices in Oracle (OCR)
Handling/Processing Email Invoices (Mailbox)
Handling Different types of Exceptions
Vendor Setup
Maintaining FileNet Data
Working with Scanning/E-Connector and Compliance Team
Genpact as Accounts Payable
Apr 2013 to Oct 2014
OCR:
* Processing of OCR Batches through Verifier
* Vendor setup
* Processing of 550 batches
Manual:
* Processing of SRM (Non-PO) invoices (SAP).
* Processing of PO based invoices (SAP).
* Invoice Resolution, solving customer queries (mail)
* Handling Generic mailbox solely for solving customer queries.
* Processing SES (service entry sheet)
* Payment Proposal
* Processing of Utility Invoices.
UG: B.Com (Hons) from Osmania University, Hyderabad in 2011
PG: MBA/PGDM (Finance and Marketing) from Fortune Institute of International Business, New Delhi in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS Office, Prowess, SPSS
SAP, ORACLE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 955: Resume 918 with similarity score 0.018411600685974396
B.E , MS , B.TECH application support , lead developer , associate , full time , team lead , team member react.js , aql , web development , telugu , css , designation , use case , affirmative action , hindi , maintenance , apache , kpi , azure , jquery , digital , authorization , english , teams , energy , calculations , status , spring boot , postgresql , extensions , solution delivery , email , project , manufacturing , store , defect tracking , application , tomcat , microservices , introduction to , operations , catalyst , technology solutions , internet of things , database design , fundamentals , connectivity , languages , sme , sql server , javascript , network administration , apps , screens , availability , suite , mashups , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470…
https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470710125a59095… 1/3
Current Designation: Associate Developer
Current Company: Cognizant Technology Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Secunderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Highest Degree: Integrated PG [Software Engineering]
Verified : Phone Number | Email - id
Cognizant Technology Solutions as Associate Developer
Dec 2017 to Till Date
Project : Pfizer Digital Transformation- Solution Delivery
Client : Pfizer
Pfizer Digital Team develops use case in ThingWorx, and Java based applications which provides real-time visibility into
various operations such as Energy Consumption, tracking defects, Monitoring the life cycle of a product and many more to
identify ways to improve Operating Efficiency by a reduction of availability losses.
Project Profile
Project 5: Defect Tracking Tool
Responsibility : Develop Application using ThingWorx, Creating Microservices,
Technology : SQL Server, IOT (ThingWorx), PostgreSQL, JavaScript, CSS, Spring Boot,
SSRS, Report Builder, SSDT
Team Size : 8
Duration : May 2019 - Till date
Role : Lead Developer
The solution provides the ability to digitize and automate various inspection process such as Automatic inspection, Semi-
Automatic inspection, Manual Inspection and AQL Inspection which are processed on a batch in a manufacturing plant.
Batch Details from external database is moved into SQL Server and the inspection is processed on those batches. Batch
Results are verified by QA to proceed the batch to further stages. Developed ThingWorx Mashups/Services,
Microservices, designed database structure, written queries/Store Procedure's with database connectivity that could
replace the spreadsheet adopted by Defect Tracking team.
As a Team member was responsible for
* Worked as SME and lead for Defect Tracking project.
* Requirement Analysis & Design.
* Connecting with multiple teams on finalizing the requirements.
Last Active: 5-Feb-21 Last Modified: 4-Feb-21
Sai Krishna Pola
Associate Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Application
Support,Technical Support,Incident Management,Java,Spring
Boot,Thingworx,Sql,Java Script,SSRS,Apache Tomcat,JQuery
Key Skills: Team Lead/Tech Lead,Software Development,Application Programming,Web Development,Requirement
Gathering,Application Support,Technical Support,Incident Management,Java,Spring Boot,Java Script,Apache
Tomcat,thingworx,SSRS,SQL,React.Js,Microservices
Summary
Result-oriented Professional with over 3.1 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Application Support,Technical Support,Network Administration,Incident
Management,Java,Spring Boot,Java Script,Apache Tomcat.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470…
https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470710125a59095… 2/3
* Creating Micro Services that communicates with UI
* Working on database design.
* Developed Custom Extensions.
* Development of Queries/ Store Procedure's
* Development of individual modules for application using ThingWorx.
* Responsible for Application Deployment and Run phase.
Project 4: TIR TOR
Responsibility : Develop Application using ThingWorx
Technology : SQL Server, IOT (ThingWorx), PostgreSQL, JavaScript, CSS,
SSRS, Report Builder, SSDT
Team Size : 3
Duration : May 2020 - Till date
Role : Developer
The Solution provides real-time visibility into various operations/process the batch goes through, to identify ways to
improve Operating Efficiency by configuring various process parameters and managing alerts. Developed ThingWorx
screens/Mashups with database connectivity that could replace the spreadsheet adopted by the Fluconazole Team to
monitor critical process parameters. Data from external Catalyst database is moved to SQL. Performs KPI Calculations
using the Data extracted in SQL Database.
As a Team member was responsible for
* Requirement Analysis & Design.
* Connecting with multiple teams on Finalizing the requirements.
* Working on database design.
* Development of application using ThingWorx.
* Responsible for Application Deployment and Run phase.
UG: B.Tech/B.E. (Computers) from Vellore Institute of Technology (VIT) in 2017
PG: Integrated PG (Software Engineering) from Vellore Institute of Technology (VIT) in 2017
Other Qualifications/Certifications/Programs:
Introduction to Internet of Things
ThingWorx Fundamentals Certification
Azure Fundamentals
ThingWorx Professional Curriculum for Developer
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Spring Boot -Micro services
Java Script, React Basics
MS SQL Server, Postgres
HTML, CSS, JQUERY
ThingWorx, Manufacture Apps
Spring tool Suite
Apache Tomcat
TEAM FORGE
SSRS, Report Builder, SSDT
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470…
https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470710125a59095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
ENGLISH
HINDI
TELUGU
Rank 956: Resume 1236 with similarity score 0.01837619566857654
B.S , MS , BS software developer , senior software engineer , part time , full time , team member react.js , dependency injection , entity framework , scrum , css , microsoft azure , designation , ug , asp.net mvc , visual studio , conventions , affirmative action , mysql , hindi , web api , angular , maintenance , dynamo , ltd , jquery , authorization , english , pattern , status , architecture , specifications , agile , email , c# , project , application , aws , microservices , windows services , system requirements , rest , stored procedures , unit testing , languages , story , odata , urdu , octopus , sql server , cd , software design , ado.net , javascript , linq , team services , working experience , brd , html , database , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 1/2
Current Designation: Senior Software Engineer
Current Company: Accenture Solution Pvt. Ltd.,
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solution Pvt. Ltd., as Senior Software Engineer
Feb 2017 to Till Date
1. Responsible for getting, understanding the business requirement, preparing technical Specifications.
2. Follow the Agile and Scrum methodology to create user story with task and add estimated time as per BRD Story.
3. Analyze system specifications and translate system requirements to task specifications for another team member.
4. Developed Web API/Services using C#.net, design DB queries and to maintain coding conventions and standards.
5. Developed UI in Angular8.
6. Responsible for creating the Microservices architecture for the Web API application.
8. Configured Continues Deployment (CD) for different environment in Visual Studio Team Services
9. Performed unit testing on developed module.
Chetu India Pvt. Ltd as Software Engineer
Dec 2014 to Jan 2017
* Responsible for getting, understanding the business requirement from client, preparing technical Specifications.
* Responsible for developing the application UI and backend as per the business requirement document.
* Developed application using C#, LINQ, MVC5 with Entity Framework and jQuery, to maintain coding conventions and
standards.
* Used created stored procedures, user defined function, Views in MYSQL DB.
* Developed UI with backend and design database to store the application data.
* Performed unit testing on developed module.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Afzal Ali
7.3 years of regular working experience in Software Development and Engineering.
Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Core, Web API, LINQ,
Entity Framework, REST API, HTML, CSS, JQuery, JavaScript, Angular, AWS and
Azure Cloud.
Key Skills: Senior Software Engineer/Developer,Software Engineering,Software Development,Application
Support,JavaScript,ASP.Net MVC,jQuery,HTML,CSS,AWS,C#,SQL Server,OOPS,Entity Framework,LINQ,Dynamo
Db,Elastic Search,.Net,Core,Octopus,Azure,Microservices,Agile
Summary
7.3 years of regular working experience and knowledge of full life cycle of software design, development, Testing and
Implementation. Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Web API, LINQ, Entity Framework, REST API,
HTML, CSS, JQuery, JavaScript, Angular, Windows Services, Azure Cloud Services, AWS Cloud Services, Azure Cloud
Services, SQL SERVER 2014/2017, Microservices Architecture, Design Pattern, Dependency Injection, Unit and Integration
Testing, Agile methodology.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 2/2
Design Emporia as Software Developer
Nov 2011 to Nov 2014
* Actively involved in the analysis of the project.
* Code implementation of the project.
* Creating database objects Stored Procedure, Functions and Views. to use in the application development.
UG: B.Sc (Computers) from VBS Purvanchal University, Jaunpur in 2008
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 1 Year(s) 2 Month(s)
LINQ, SQL, Entity Framework, ADO.Net, 2021 5 Year(s) 5 Month(s)
MS SQL SERVER 2014 2020 5 Year(s) 4 Month(s)
AWS 2021 3 Year(s) 3 Month(s)
HTML, CSS, JavaScript, JQuery 2020 4 Year(s) 5 Month(s)
.NET 0 7 Year(s) 0 Month(s)
Web API, Rest API, OData 2.0 2021 3 Year(s) 2 Month(s)
Angular 8 2021 1 Year(s) 0 Month(s)
React.js 2021 0 Year(s) 5 Month(s)
C#, ASP.NET, ASP.NET MVC, 2021 6 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Rank 957: Resume 767 with similarity score 0.018362998148554813
B.S , MS , BS software developer , senior software engineer , part time , full time , team member react.js , dependency injection , entity framework , scrum , css , microsoft azure , designation , ug , asp.net mvc , visual studio , conventions , affirmative action , mysql , hindi , web api , angular , maintenance , dynamo , ltd , jquery , authorization , english , pattern , status , architecture , specifications , agile , email , c# , project , application , aws , microservices , windows services , system requirements , rest , stored procedures , unit testing , languages , story , odata , urdu , octopus , sql server , cd , software design , ado.net , javascript , linq , team services , working experience , brd , html , database , cloud services 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 1/2
Current Designation: Senior Software Engineer
Current Company: Accenture Solution Pvt. Ltd.,
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solution Pvt. Ltd., as Senior Software Engineer
Feb 2017 to Till Date
1. Responsible for getting, understanding the business requirement, preparing technical Specifications.
2. Follow the Agile and Scrum methodology to create user story with task and add estimated time as per BRD Story.
3. Analyze system specifications and translate system requirements to task specifications for another team member.
4. Developed Web API/Services using C#.net, design DB queries and to maintain coding conventions and standards.
5. Developed UI in Angular8.
6. Responsible for creating the Microservices architecture for the Web API application.
8. Configured Continues Deployment (CD) for different environment in Visual Studio Team Services
9. Performed unit testing on developed module.
Chetu India Pvt. Ltd as Software Engineer
Dec 2014 to Jan 2017
* Responsible for getting, understanding the business requirement from client, preparing technical Specifications.
* Responsible for developing the application UI and backend as per the business requirement document.
* Developed application using C#, LINQ, MVC5 with Entity Framework and jQuery, to maintain coding conventions and
standards.
* Used created stored procedures, user defined function, Views in MYSQL DB.
* Developed UI with backend and design database to store the application data.
* Performed unit testing on developed module.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Afzal Ali
7.3 years of regular working experience in Software Development and Engineering.
Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Core, Web API, LINQ,
Entity Framework, REST API, HTML, CSS, JQuery, JavaScript, Angular, AWS and
Azure Cloud.
Key Skills: Senior Software Engineer/Developer,Software Engineering,Software Development,Application
Support,JavaScript,ASP.Net MVC,jQuery,HTML,CSS,AWS,C#,SQL Server,OOPS,Entity Framework,LINQ,Dynamo
Db,Elastic Search,.Net,Core,Octopus,Azure,Microservices,Agile
Summary
7.3 years of regular working experience and knowledge of full life cycle of software design, development, Testing and
Implementation. Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Web API, LINQ, Entity Framework, REST API,
HTML, CSS, JQuery, JavaScript, Angular, Windows Services, Azure Cloud Services, AWS Cloud Services, Azure Cloud
Services, SQL SERVER 2014/2017, Microservices Architecture, Design Pattern, Dependency Injection, Unit and Integration
Testing, Agile methodology.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 2/2
Design Emporia as Software Developer
Nov 2011 to Nov 2014
* Actively involved in the analysis of the project.
* Code implementation of the project.
* Creating database objects Stored Procedure, Functions and Views. to use in the application development.
UG: B.Sc (Computers) from VBS Purvanchal University, Jaunpur in 2008
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 1 Year(s) 2 Month(s)
LINQ, SQL, Entity Framework, ADO.Net, 2021 5 Year(s) 5 Month(s)
MS SQL SERVER 2014 2020 5 Year(s) 4 Month(s)
AWS 2021 3 Year(s) 3 Month(s)
HTML, CSS, JavaScript, JQuery 2020 4 Year(s) 5 Month(s)
.NET 0 7 Year(s) 0 Month(s)
Web API, Rest API, OData 2.0 2021 3 Year(s) 2 Month(s)
Angular 8 2021 1 Year(s) 0 Month(s)
React.js 2021 0 Year(s) 5 Month(s)
C#, ASP.NET, ASP.NET MVC, 2021 6 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Rank 958: Resume 703 with similarity score 0.018353344500985556
MS , B.TECH , M.TECH software developer , student , senior software engineer , full time , team lead , relationship manager socket.io , express.js , lumen , microsoft azure , designation , b2c , developers , lms , ug , affirmative action , information technology , mysql , spf , health , collaboration , angular , web services , linux , hindi , maintenance , ltd , php , jquery , digital , english , authorization , online marketplace , node.js , phishing , status , vue.js , email , project , application , aws , ips , solution architecture , mvt , mvc , abv , chat , languages , dashboard , vehicle tracking , python , campaigns , javascript , mail server , search , organization , learning , cyber , coaching , laravel 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a1…
https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a110a114958550… 1/3
Current Designation: Senior Software Engineer
Current Company: JLloyds Ventures
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
JLloyds Ventures as Senior Software Engineer
Mar 2018 to Till Date
Products:
Humanfirewall:
90% of cyber attacks start with phishing so it is a great initiative to teach to all employees of
organizations by gamified learning approach.It helps organization defend against malicious phishing
attacks by unethical hackers.
Here we can run mail campaigns to organization's employees. So we track all actions taken by
employees on that mail of campaign. We keep all data of tracking and try to learn the all employees of
the organization about phishing attacks.
Technology used- Node.js, Express.js, Lumen, MySql, JavaScript, Vue.js,AWS, Linux, Git.
Emailauth :
This is a perfect implementation of benefits of SPF, DMARC and DKIM into a panel.These helps to keep
track of every mail that is sent from your domain.Configure your mail domains from dashboard to
authenticate your mail server for incoming and outgoing mails.
It contains reports day by day, by IPs and by domain etc.
It contains black list IPs,domains,blocked email etc.
You can check your domain SPF and DMARC
Technology used- Node.js, MySQL, JavaScript, Vue.js, AWS, Linux, Git.
Dmarcit :
This is a complete implementation of Emailauth in B2C version. Its 100% can be used without any
relationship manager. Here consumer register and start using it in a very friendly manner.
Technology used- Node.js, Python, MySQL, JavaScript ,Vue.js, Linux, Git.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Shailesh Kumar
Senior Software Engineer seeking roles in Software Development,Application
Programming.
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Solution Architecture,Node.js,PHP,Python,JavaScript,MySQL,Laravel,Lumen,Elastic Search,Express
Summary
Result-oriented Professional with over 5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Node.js,PHP,Python,JavaScript,MySQL,Laravel,Lumen,Sails.js,Elastic Search.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a1…
https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a110a114958550… 2/3
Edusocial Digital Solutions Pvt. Ltd. as Software Developer
Jun 2016 to Feb 2018
Scholarspace :
ERP, LMS and collaboration system for schools, coaching and colleges. It contains three types of panel
parent, teacher and student panel. Where ERP content admission management, various types of
reports, attendance tracking, faculty/staff management, lesson plan management, Vehicle Tracking, and
many more. It contents student historical data to maintain the student progress report.
Technology used- Node.js, MySQL, Elastic Search, JavaScript, Angular, Socket.io, AWS, Linux, Git.
Pixefly Technology as Software Developer
Sep 2015 to May 2016
DrSafehands:
Online Consultant for intimate health problems and their appropriate solutions. It includes complete
doctor panel and important parts for the user including thread based chat, health tips etc.
Technology used- Node.js, Express.js, Mongo, JavaScript, JQuey.
skillinfinity:
Online marketplace for find and hire top freelancers, web developers, designers etc inexpensively.
Technology used- Node.js, Express.js, Mongo, JavaScript, JQuey.
UG: Integrated B.Tech and M.Tech (Information Technology) from Indian Institute of Information Technology and
Management Gwalior in 2014
PG: M.Tech (Information Technology) from Indian Institute of Information Technology and Management (ABV-IIITM),
Gwalior in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Node.js, PHP, Python
JavaScript, Mysql
Laravel, Lumen, Sails.js
Elastic Search, Angular
Vue.js, jQuery
RESTful Web Services
AWS, Linux, Git
Microsoft Azure
Microsoft Apis
JavaScript
MVC, MVT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a1…
https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a110a114958550… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 959: Resume 1227 with similarity score 0.01832920366150919
BS , B.E , MS , B.TECH , Ph.D director , project manager , network engineer , information security , system administrator , devops , infrastructure manager , full time , vice president , vp , project leader intellectual , transformational leadership , security audits , office , it operations , it security , beginner , outsourcing , energy , status , steering , shoring , mumbai , components , behavior change , procurement , non-it , soa , virtual environment , organization , crm , mitigation , mobility , agility , automation , retail , devops , joint ventures , designation , international business , hindi , information security , ltd , english , gas , groups , bpo , asset management , ibm , dc , stimulation , chemicals , mobile operators , javascript , wireless , technology , business process management , availability , insurance , measures , managed services , mes , general , lms , affirmative action , service delivery , manufacturing engineering , paas , customer service , email , business units , consideration , aws , shared services , greenfield projects , towers , it management , saas , quarterly reviews , hp , languages , bs7799 , oil , learning management , cisco , management system , rights , ml , it governance , it infrastructure management , buildings , program management , bpm , cross-training , acquisitions , intranet , risk assessment , operating models , ug , telecom , coe , tamil , analytics , ivr , evaluations , azure , information management , authorization , internet , teams , enterprise , due diligence , wintel , virtualization , adherence , operations management , hydrocarbon , digital strategy , electronics , government , led , it development , servers , drive , hospitals , finance , storage , auditing , e-commerce , events , network administration , cloud computing , digital marketing , cmm , rack , microsoft products , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 1/5
Current Designation: Vice President & Head- Enterprise
Infrastructure, Operations, Projects & Security
Current Company: Reliance Industries Ltd.
Current Designation: Vice President & Head- Enterprise
Infrastructure, Operations, Projects & Security
Current Company: Reliance Industries Ltd.
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE),INDIA
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Oil and Gas/Power/Infrastructure/Energy
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Ph.D/Doctorate [Digital Marketing]
Verified : Phone Number | Email - id
Reliance Industries Ltd. as Vice President & Head- Enterprise Infrastructure, Operations, Projects &
Security
Aug 2018 to Till Date
Key Result Areas:
Steering enterprise infrastructure for Reliance groups including hydrocarbon, petchem, Jio, retail, e-commerce, life
science, Petro retail, schools, hospitals, hotels, media, conventional buildings, brands, acquisitions
Spearheading large infrastructure operations team for Datacenters, network, end user computing, automation teams
Leading large project team for Greenfield projects, acquisition, and events
Ensuring compliance adherence and security across the globe; managing multiple datacentres, cloud, stack across the
globe
Managing 10000+ Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS, Tools, Security,
Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
GOPI THANGAVEL
Vice President & Head seeking role in Infrastructure Management,Software
Development,Project Management,Program Management,Risk Management,Process
Optimization,IT Planning,Service Delivery,Networking,SDLC,Devops,Azure,AWS
Key Skills: Vice President & Head,GM-Technology(IT)/CTO,Infrastructure Management,Software Development,Project
Management,Program Management,Risk Management,Process Optimization,IT Planning,Service
Delivery,Networking,SDLC,Devops,Azure,AWS,Digital Strategy,Cloud
Summary
Currently working with Reliance Industries Ltd., Mumbai as Vice President & Head- Enterprise Infrastructure, Operations,
Projects & Security
Credibility in Business Process Management & SOA; Shared Services; Cloud Computing (PaaS/SaaS); Outsourcing/off-
shoring programs; Operations Management; M&A Due Diligence; Budget Planning; IT Management; Service Delivery; Architect
& Project Management in Remote Management, Logistics, ITeS/BPO, ISP, Banking & Finance & Development sectors; Product
Delivery & Procurement
Proven success in IT Infrastructure Management (Datacentre, server, wintel, storages, ECM, DMS, cloud, IVR, ERP,
virtualization & network), IT governance & security, IT Operations, solution providing, Architect, designing, managing,
consulting, managed services & software development across Kuwait, India & across globe
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 2/5
Directing largest procurement for projects, operations, security, Joint ventures, acquisitions, & multi complex business
across globe
Planning budget & managing the group IT infrastructure & platform
Leading organization design & alignment efforts including designing operating models, organization structures, and
defining roles and responsibilities and decision rights
Creating transformational change strategies, practical approaches, activities, and measures to drive and sustain
behavior change and work closely with senior level sponsors and stakeholders
Predicting future trends/ patterns and creating innovative strategies; translating strategies into actionable plans and
led/managed multiple projects at a time; identifying needed change; articulated an attractive & challenging vision of future
Leveraging expertise in four main components of Transformational Leadership: Individualized Consideration,
Intellectual Stimulation, Inspirational Motivation & Idealized Influence
Responsible for new rollouts, architect & design, implementation, Ex: JioMeet, MS365 hybrid, many more
Responsible for new product/services evaluations.
Reliance Industries Ltd. as Vice President & Head- Enterprise Infrastructure, Operations, Projects &
Security
Aug 2018 to Till Date
Key Result Areas:
Steering enterprise infrastructure for Reliance groups including hydrocarbon, petchem, Jio, retail, e-commerce, life
science, Petro retail, schools, hospitals, hotels, media, conventional buildings, brands, acquisitions
Spearheading large infrastructure operations team for Datacenters, network, end user computing, automation teams
Leading large project team for Greenfield projects, acquisition, and events
Ensuring compliance adherence and security across the globe; managing multiple datacentres, cloud, stack across the
globe
Managing 10000+ Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS, Tools, Security,
Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Directing largest procurement for projects, operations, security, Joint ventures, acquisitions, & multi complex business
across globe
Planning budget & managing the group IT infrastructure & platform
Leading organization design & alignment efforts including designing operating models, organization structures, and
defining roles and responsibilities and decision rights
Creating transformational change strategies, practical approaches, activities, and measures to drive and sustain
behavior change and work closely with senior level sponsors and stakeholders
Predicting future trends/ patterns and creating innovative strategies; translating strategies into actionable plans and
led/managed multiple projects at a time; identifying needed change; articulated an attractive & challenging vision of future
Leveraging expertise in four main components of Transformational Leadership: Individualized Consideration,
Intellectual Stimulation, Inspirational Motivation & Idealized Influence
Responsible for new rollouts, architect & design, implementation, Ex: JioMeet, MS365 hybrid, many more
Responsible for new product/services evaluations
Dr. Reddy's as Global Director & Head- Infrastructure & Security Wipro Ltd.
Dec 2015 to Aug 2018
Key Result Areas:
Spearheaded 37 Countries & 252 Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS,
Tools, Security, Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Supervised MES (Manufacturing Engineering Systems) & DCS (Distributed Control System) along LIMS (Laboratories
Information Management Systems), ELN (Electronic Lab Notebook), LMS (Learning Management System) & iOT
Administered Global WAN / LAN & 20+ datacentres across globe
Executed & managed Global Voice, including walky talky integration; managed asset management life cycle for global
Managed BPM & other critical DMS applications; designed, implemented & managed in-house & hosted data centres
Supervised capacity, availability & event; optimized cost; managed virtual environment
Functioned with business units to develop information security requirements into new systems & upgrades to existing
systems
Steered & managed IT for regulatory body such as FDA, Australia & Canadian Drugs inspection
Led security incidents & compliance escalations; worked with KPMG, PWC, Delloite & E&Y for security audits & risk
mitigation
Facilitated cross-training & conducted multiple training regarding information security & risk
Dr. Reddy's as Global Director & Head- Infrastructure & Security
Dec 2015 to Aug 2018
Key Result Areas:
Spearheaded 37 Countries & 252 Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS,
Tools, Security, Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Supervised MES (Manufacturing Engineering Systems) & DCS (Distributed Control System) along LIMS (Laboratories
Information Management Systems), ELN (Electronic Lab Notebook), LMS (Learning Management System) & iOT
Administered Global WAN / LAN & 20+ datacentres across globe
Executed & managed Global Voice, including walky talky integration; managed asset management life cycle for global
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 3/5
Managed BPM & other critical DMS applications; designed, implemented & managed in-house & hosted data centres
Supervised capacity, availability & event; optimized cost; managed virtual environment
Functioned with business units to develop information security requirements into new systems & upgrades to existing
systems
Steered & managed IT for regulatory body such as FDA, Australia & Canadian Drugs inspection
Led security incidents & compliance escalations; worked with KPMG, PWC, Delloite & E&Y for security audits & risk
mitigation
Facilitated cross-training & conducted multiple training regarding information security & risk
Wipro Ltd. as Head- Technologies
Nov 2013 to Nov 2015
Steered top banking & finance sectors (32 Banks), insurance groups end-to-end solutions & operations remotely, hybrid &
onsite models
Supervised Government, Defence, Manufacturing, Telecom, Mobile Operators, ISP, Pharma, Hospitals, Petro
Chemicals, Energy sectors, BPO/KPO/ITeS, & many more verticals, end-to-end solutions
Administered Domains & Towers along with Operations, Program & Service Delivery
Directed customer centres (BPO/customer service support- voice, data & non-voice)
Managed ISO9000, ISO27001, ISO20000 & CMM level 5 certificates for centres & DC
Conducted daily, weekly, monthly & quarterly reviews; met with internal & external customers & stockholders
Spearheaded multiple business segments, verticals & complex environment including Microsoft products, Cisco, HP,
IBM, & so on
UG: B.Tech/B.E. (Electronics and communication) from Institute of Engineering and Technology in 1999
PG: MBA/PGDM (International Business) from Annamalai University in 2015
Post PG: Ph.D/Doctorate (Digital Marketing) from Arunachal University, Itanagar in 2020
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft, Cisco, Networking
Storage, Cloud, IVR, Helpdesk
NOC, SOC, BPM
AI, ML, AR, Opensource
Security, Analytics, Hybrid
Blade and Rack servers, Azure Stack
AWS, Opensource
DevOps, DevSecOps,
Datacenters, ERP
CRM, IT Governance
Security, Architect
Languages Known
Language Proficiency Read Write Speak
Tamil Expert
English Expert
Hindi Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 4/5
Nature of Employment:
Project Location: Chennai
Role: Sr. Project Leader
Duration: Nov 2009 - Till Date
Onsite / Offsite: Onsite
Team Size: 9
Nature of Employment:
Project Location: Madurai
Role: Sr. Project Leader
Duration: Feb 2009 - Till Date
Onsite / Offsite: Onsite
Team Size: 10
Nature of Employment:
Project Location: Chennai
Role: Sr. Project Leader
Duration: Jun 2008 - Till Date
Onsite / Offsite: Onsite
Team Size: 14
Nature of Employment:
Project Location: Chennai
Role: Sr. Project Leader
Duration: Jul 2007 - Till Date
Onsite / Offsite: Onsite
Team Size: 7
Nature of Employment:
Project Location: Kuwait
Role: Network/System Administrator
Duration: Apr 2001 - Till Date
Onsite / Offsite: Onsite
Team Size: 14
Nature of Employment:
Project Location: Hyderabad
Role: Sr. Project Leader
Duration: Jan 1997 - Till Date
Onsite / Offsite: Onsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Projects
Project Title: Project Manager
Client: Agility
Skill Used: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Role Description: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Project Details: Build a new office floor (14000 Sq ft) including IT infrastructure with green certification in Chennai, India.
Project Title: Infrastructure Manager
Client: Agility
Skill Used: Infrastructure, IT and nonIT, Administration, people, vendor
Role Description: Infrastructure, IT and nonIT, Administration, people, vendor
Project Details: Build a back office in Madurai
Project Title: IT Infrastrucutre Manager
Client: Agility
Skill Used: Implementing, enforcing ISO27001 standards, auditing, risk assessment, find out gaps, IT security and
governance
Role Description: Implementing, enforcing ISO27001 standards, auditing, risk assessment, find out gaps, IT security and
governance
Project Details: Implementing ISO27001
Project Title: Project Manager
Client: Agility
Skill Used: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Role Description: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Project Details: Build a new office floor (20000 Sq ft) including IT infrastructure in Chennai, India
Project Title: Network Engineer / Administrator
Client: GUST (Gulf University of Science and Technology)
Skill Used: Microsoft, cisco, IT infra and security, BS7799.
Role Description: implementing and setup the network, servers and nodes
Project Details: IT Infrastrcture (Network, Servers, Nodes, WAN, internet, wireless and intranet)
Project Title: Project Manager
Client: Agility
Skill Used: IT (Network, System, Support), Project plan, cost, budget, resource plan, vendor.
Role Description: Project Management, costing, budget, resource planning, implementation, setup, vendor, IT and non-IT
setup
Project Details: Build a new office floor (16000 Sq ft) including IT infrastructure in Hyderabad, India
Setup a new software company and build a new IT development team.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 5/5
Employment Status: Full time
Rank 960: Resume 1397 with similarity score 0.018328821255774765
BS project lead , salesforce developer , it professional , full time , team lead maintainability , reporting , functionality , spring mvc , api , optimization , spm , customer , access , classic , ease , designation , demand , scripting , ug , pay , profiles , x11 , aura , prototype , affirmative action , lightning , collaboration , linux , total cost of ownership , unix , custom objects , permissions , test cases , salesforce.com , authorization , cost savings , enterprise , status , licensing , email , project , perl , application , snapshot , market data , focus , provisioning , sap is , sprint planning , pl/sql , clearcase , components , c++ , middleware , building , pubs , framework , connectivity , business process , visualforce , product lines , rights , javascript , history , jira , organization , crm , tabs , business requirements , apex 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d10…
https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d105544450e555c… 1/3
Current Designation: Salesforce Developer
Current Company: TCS Consultant
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
TCS Consultant as Salesforce Developer
Feb 2014 to Till Date
TCS Consultant as Salesforce Developer
Jul 2007 to Feb 2014
Refinitiv Access is a new commercial framework in response to the increased customer demand for content and
liberalized usage rights as well as the need to reduce total cost of ownership across the customer's enterprise. ?This
model will suit larger customers that see value in having a more strategic relationship with Refinitiv, to work in close
collaboration to both drives down the cost of ownership for their whole market data operation as well as provide future
proofing for innovation and growth.
Refinitiv Access provides core content and capabilities across the organization at a single price.
PUBS (Pricing and Usage Billing System)
Integration for Refinitiv Access includes Billing and Provisioning. Billing integration for CPQ Orders with SAP is completed
as a part of R1. As part of R2, provisioning integration is targeted with AAA, PUBS and SPM via RASI as Middleware.
Orders would be of two types: Commercial Order (CPQ Order) and Provisioning Order.
PUBS(Pricing and Usage Billing System) is a licensing and permissioning system used primarily for permissioning of
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Sandeep Sapre
Salesforce Certified Salesforce Developer seeking roles in Salesforce
Development,Salesforce Implementation,Salesforce Administration,Salesforce
Configuration,Project Management,Salesforce CRM,APEX,Visualforce,Aura
Component,PL/SQL,Perl Scripting
Key Skills: Salesforce Developer,Project Lead,Salesforce Development,Salesforce Implementation,Salesforce
Administration,Salesforce Configuration,Project Management,Salesforce CRM,APEX,Visualforce,Aura
Component,PL/SQL,Perl Scripting,Spring MVC,SFDC
Summary
IT Professional with over 14 years of experience in IT Industry including 3 years of experience in Salesforce.com CRM platform.
Experience in Development, Administration, Configuration, Implementation and Support of Salesforce CRM based on Apex
language and leveraging Force.com Platform.
Proficient Knowledge in Salesforce Lightning UI, Lightning programming, Aura framework programming.
Worked extensively on Lightning component building, worked on many components to convert existing classic programming
work like Visualforce into Lightning components.
Proficient knowledge of Governor limits. Experience in optimization of existing code in accordance to the governor limits.
Experience in understanding business requirement to design the required entities like custom objects, creating the relationships
and junction objects.
Developed Apex classes using other platform-based technologies like Visualforce, Force.com IDE.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d10…
https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d105544450e555c… 2/3
DSS,DSS+ and Tick History products.
BMC: Benchmark Calculator is used to setup PUBS permissioning for BMC Quotes for Datascope Select. It replaced the
need for Sales Specialists to use PUBS directly in most cases.
On receiving request from BMC via PUBS Connect API, a document is created containing the user permissions for the
respective products for the set of users sent across.
Document: A document is a collection of set permissions which are given to users based on the product lines. For every
new install a new document gets created. Any amendment results in the creation of a child document with a look up to the
previous document as a parent in a hierarchical manner.
Company ID: A unique ID which a client can have based on a brand new contract created and are used to monitor the
usage of a client.
ONDEMAND SNAPSHOT BILLING
On-Demand is a chargeable capability that minimizes fee-liable data costs based on actual need rather than perceived
usage. This capability allows an administrator on the platform to identify a series of exchanges that will automatically be
entitled to a designated user upon their initial request for that content during a defined reporting cycle.
Each time a new cycle begins, all identified exchanges are cleared from the user's profile. If the user then accesses the
content again, the entitlement is then automatically re-enabled and billed for the next billing cycle.
The key to the cost savings realized by using On-Demand is based on how this information is reported to the exchanges.
Without On-Demand, an administrator must purchase a license to exchange in advance, and pays for that license whether
it is used or not.
With On-Demand, exchange fees are calculated by taking a snapshot billing of the client's active permissions on a specific
date within the reporting period. If a user's permissions are active on the snapshot date, then the client pays for that user.
By not turning on permissions until a user actually requests the data, On-Demand assures that unused permissions are
not enabled on the snapshot date thus reducing the number of users for which they have to pay.
ROLES AND RESPONSIBILITIES
Involved in gathering and analysis of business requirements and then effectively took
part in sprint planning to achieve the requirement.
Analysed the business process of client and then involved in creating the application
and data model required for the requirement.
Created custom application using Batch Apex, objects, tabs, fields with the custom functionality to
efficiently meet the business requirement.
Defined lookup and master-detail relationships on the objects and created junction objects to establish connectivity among
objects.
Customized page layouts for Opportunity, Contacts, and Accounts depending upon
user profiles and created permission sets where necessary.
Patni Consultant as Developer
Aug 2005 to Jun 2007
Bacchus X11 Implementation
SJM had developed an application for programming the pacemaker Device 1C and plans to renovate Device 1C
application with a modified user interface. As a part of this project, we analysed its design, developed new prototype and
implemented the software on the new device programmer. The main focus of this project was on maintainability and
extensibility of the developed application, which would facilitate ease of enhancements in the future.
ROLES AND RESPONSIBILITIES
Developing code in C++ as per the user case.
Developing unit test cases to test the functionality.
Providing timely updates to team lead for all the assigned activities.
UG: BCA (Computers) from Dr. Harisingh Gour University (HGU), Sagar in 2001
PG: MCA (Computers) from Dr. Harisingh Gour University (HGU), Sagar in 2004
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE CRM
SALESFORCE.COM
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d10…
https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d105544450e555c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Apex, Visualforce
JAVA
C++, C++ 11
PL/ SQL
PERL Scripting
JIRA
clearcase, svn
SPRING MVC
Unix / Linux
Rank 961: Resume 928 with similarity score 0.0182536167699603
B.E , MS , B.TECH software engineer , ios developer , software developer , full time , change management , part time reporting , react.js , ug , affirmative action , information technology , hindi , maintenance , ios , authorization , english , node.js , status , catering , email , project , store , express , application , xcode , change management , git , unit testing , meetup , languages , cms , javascript , apps , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a17…
https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a170518175f5f095… 1/2
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Successive Technologies as Software Engineer
Apr 2018 to Apr 2018
NodeXperts is a premier Software Development Services Company with a strong
team of highly skilled IT experts, catering result-oriented and cost-competitive
solutions to businesses across the globe.
Understanding the client requirement and propose the best solution.
Deliver Sessions on Jest+React for Unit Testing.
Meetup Sessions.
Management of directly reporting team members
Redrock DigiMark as iOS Developer
Jan 2017 to Feb 2018
Information Technology & Service: https://www.redrockdigimark.com/
Worked as an iOS developer successfully delivered 2 apps on app
store.
UG: B.Tech/B.E. (Information Technology) from Dronacharya college of engineering, greater noida in 2017
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Megha Rawat
Software Engineer seeking roles in Software Engineering,Software Development,Full
Stack Development,Project Management,Change Management,Defect
Management,Requirement Gathering,Programming,Application
Support,JavaScript,Node.Js,React.Js,HTML,Git
Key Skills: Software Engineer/Developer,Software Engineering,Software Development,Full Stack Development,Project
Management,Change Management,Defect Management,Requirement Gathering,Programming,Application
Support,JavaScript,Node.Js,React.Js,HTML,Git
Summary
Always love and open to learn new technologies. Enthusiast full-stack developer, proficient in MERN stack. I seek challenging
opportunities where I can fully use my skills for the success of the organisation, and wanna work in
an environment which encourages me to succeed and grow professionally.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a17…
https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a170518175f5f095… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
NodeJs, ReactJS, Mongo, Express
JavaScript, HTML, CMS, Git
ObjectiveC, Xcode, VSCode
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 962: Resume 1154 with similarity score 0.01820240670446787
B.E , MS , B.TECH , BS software engineer , solutions architect , project lead , design architect , software developer , backend developer , full time , technical developer , team lead , it consultant it operations , idms , linux , aircraft , player , status , batch processing , specifications , testing , blockchain , checklists , cobol , procurement , serena , mitigation , automation , designation , general electric , mar , assembly , hindi , cloud , provision , pattern recognition , english , sumif , cars , project , groups , solution architecture , ops , rest , flow , git , machine learning , flask , propulsion , one , javascript , logics , boost , suppliers , change requests , scripting , vendors , technical competence , affirmative action , mysql , maintenance , basic , pascal , email , aws , ubuntu , perforce , languages , client requirements , adb , malayalam , life insurance , virtualbox , api , codes , software solutions , adso , jenkins , ug , tibco , offers , azure , legacy systems , authorization , corporations , application , devices , less , plants , mainframe , electronics , aviation , servers , offshore , python , schedules , load , large volume , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 1/4
Current Designation: Senior Backend Developer -Blockchan
Developer
Current Company: 21North Europ Assistance
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Australia,Malaysia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
21North Europ Assistance as Senior Backend Developer -Blockchan Developer
Jan 2020 to Till Date
Solutions architect for the backend dev team
Worked wi th latest cloud technologies to provide
sustainable, scalable solutions to some of the core
business concepts.
Executed payout processing with cross platform
payment vendors, seamlessly(API driven).
Designed mitigation plan & rollback routes with
minimal business impact(multi server auto scale
groups) and boosted the post deployment healthchecks(
causing an overall efficiency increase of
about 50%)
Designed and implemented systematic backup
schedules for all the major functionalities and data.
Design Practices Followed: Server-less
architecture (AWS), Python
integrations&migrations from legacy systems,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bibin Shajan
Senior Backend Developer seeking roles in Software Development,Blockchain
Development,Application Programming,Project Management,Requirement
Analysis,Solution Architecture,Python,AWS,REST
API,Flask,OOP,GIT,AZURE,CI/CD,Linux,MySQL,Cobol
Key Skills: Senior Backend Developer,Tech Lead,Software Development,Blockchain Development,Application
Programming,Project Management,Requirement Analysis,Solution Architecture,Python,AWS,REST
API,Flask,OOP,GIT,AZURE,CI/CD,Linux,MySQL,Cobol
Summary
Industrious Software Developer commended
for contributing to innovative, groundbreaking
software solutions to meet business demands
and needs.
Design Architect, Coder, Library Developer.
Passionate about delivering high quality design
driven solutions on cloud and on-premise
technologies to large volume businesses.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 2/4
Wipro Technologies as Project Lead
Sep 2019 to Jan 2020
Project Lead for offshore development/testing
squads.
Technical Developer for TiVo Device appl icat ions
Set Top-boxes and related Streaming devices).
Technical Competence: Python, RESTful /
MINDAPIs, Automation Scripting, ADB devices,
LINUX/UBUNTU, Jenkins/Perforce
Capgemini as IT Consultant
Jun 2016 to Sep 2019
Was responsible for handl ing IT operat ions(Development /
Test ing/Suppor t ) of mul t iple volvocars assembly plants
(Sweden, Belgium, China)
Implemented PACED flow in assembly area, to help
business understand key areas of improvement within
assembly line, thereby boosting overall factory efficiency
by 25%
Instigated one Pilot Blockchain provision for procurement
and ordering services in volvocars.
Established pattern recognition architecture for Vision
stations in factory floor.
Introduced Batch jobs in production servers, saving
14%of work load for IT-Team.
Implemented Machine Learning algorithm (Regression)
on the propulsion planning system.
Technical Competence: Python/C/PASCAL,RESTful
APIs/FLASK, DB2/Oracle11G, GIT/AzureDev Ops/SVN
UG: B.Tech/B.E. (Electronics/Telecommunication) from College of Engineering, Kidangoor in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Cobol VSII
COBOL
2014 2 Year(s) 2 Month(s)
JCL 2014 2 Year(s) 2 Month(s)
DB2 2014 1 Year(s)
IDMS 2014 1 Year(s) 2 Month(s)
ADSO 2014 1 Year(s)
AS 400 SMART400 2015 1 Year(s)
Tibco 2015 0 Year(s) 6 Month(s)
Linux, VirtualBox, OpenVMS 2 Year(s)
SUMIF 2 Year(s)
Python Gd 2018 0 Year(s) 6 Month(s)
MAINFRAME, POSTMAN, ANACONDA
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 3/4
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2016 - Till Date
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Mar 2015 - Till Date
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Nov 2013 - Till Date
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time Duration: Nov 2012 - Aug 2013
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Malayalam Proficient
Projects
Project Title: Backend Development
Client: 21North|Europ Assistance
Project Details: * Core Tech lead for developing backend architecture
Developed, unit tested and deployed core
fundamental logics in Python with a server less
design philosophy(efficiency boost by 75%).
Key player in cross platform integrations
Implemented scalable solutions to a few of the
burning issues in production(round time was reduced
by 200%).
Maintained highest quality of sustainable code
repositories and helped in the creation of
deployment/review checklists.
Design Practices : Server-less design pattern
(AWS), Python integrations/migrations from
legacy systems, Scalable solutions,
Configuration driven source codes
Project Title: Software Engineer - Volvocar
Client: Volvo
Skill Used: Python, C, Pascal
Project Details: Was responsible for handling basic IT operations in the Volvo cars production plants in Skovde and Ghent,
Sweden
Involved in development/support/testing various IT applications, in the production plant.
Project Title: Life Asia - Development(SMART400)
Client: Exile Life Insurance
Skill Used: AS 400(SMART 400), COBOL, DB2
Role Description: Involved in the Analysis of Major functionalities of the Life Insurance Sector in India.
Involved in development and testing of the Life Asia Applications for the Life Insurance Domain.
Was part of Launching New Life Insurance Products in India
Project Details: Exide Life Insurance Company Limited (formerly ING Vysya Life Insurance Company Limited) commenced
operations in 2001-02 and is head quartered in Bengaluru. The company is profitable and serves over 10 lakh customers
across India and manages over INR 88 Billion in assets. The company is 100% owned by Exide Industries Limited and is
proud to be part of a 100 year old brand heritage in India.
Project Title: ISSES
Client: GE Aviation
Skill Used: COBOL, ADSO, IDMS
Role Description: Involved in the Analysis of Major Programs and functionalities for the cross platform migration of the
project.
Effectively collaborates and communicates with the stakeholders and ensuring satisfaction as per client standards
Project Details: GE Aviation, a subsidiary of General Electric, is headquartered in Evendale, Ohio, outside Cincinnati. GE
Aviation is among the top aircraft engine suppliers, and offers engines for the majority of commercial aircraft. GE Aviation is
part of the General Electric conglomerate, which is one of the world's largest corporations.
Project Title: Manulife Japan
Client: Manulife Japan
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 4/4
Project Location: Bangalore
Role: Programmer
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: COBOL, Shell Scripts (Korn), DB2, Serena File-manager
Role Description: Involved in development and testing of enhancements and change requests for the enhancement.
Converted Client requirements and HLD into Unit Test Plans(UTPs)
Designing program specifications, Unit test plans according to the Technical specifications.
Project Details: Manulife Japan is an insurance firm having its roots in Canada. It is one of the leading insurance firms in
Japan. I was involved in the batch processing and maintenance for the functionalities of the company.
Rank 963: Resume 1123 with similarity score 0.018163415390051594
B.E , B.TECH , BS devops engineer , full time , software developer service availability , automation , ansible , training , falcon , general , devops , jenkins , customer , telugu , kubernetes , designation , openshift , golang , groovy , confluence , affirmative action , technical architecture , docker , linux , maintenance , azure , basic , gateway , php , authorization , english , openstack , troubleshooting , approvals , salt , status , email , google , application , aws , centos 7 , ubuntu , splunk , new features , testing , nagios , writing , gitlab , dc , yaml , storage , infrastructure , languages , salesforce , python , javascript , esxi , jira , cloud computing , ldap 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f43…
https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f4300171450545a… 1/2
Current Designation: Devops Engineer
Current Company: Salesforce Inc
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Salesforce Inc as Devops Engineer
Nov 2019 to Till Date
Experience Summary
Upgrade SFCI Jenkins instances and Monitoring infrastructure to
ensure service availability.
Implemented Monitoring for the MacStadium environment that we
have for the MobileCI team using Argus. Written GoLang tool to do
monitoring.
Python, Groovy scripts to do end to end testing of Macstadium.
Working on SFCI migration to falcon ( AWS Cloud ) from 1P datacenter (
OpenStack )
Bug fixes, Enhancements, New features based on requirements /
requests in the SFCI team.
Migrated codesearch to new opengrok version and forwarded logs to
splunk.
Migrated storage driver to overlay2 in existing K8s clusters.
Onboarded existing SLBs to Kaiju service.
OpsRamp Inc as Software Developer
Jun 2015 to Oct 2019
Experience Summary
Customization of the Linux Operating System ( Ubuntu, Centos 7 ) and
porting production code in it.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Yeswanth Menni
Devops Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Client
Management,Cloud Computing,Ubuntu,Jenkins,Python,PHP,Docker,Azure,AWS
Key Skills: Devops Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Cloud
Computing,Ubuntu,Jenkins,Python,PHP,Docker,Azure,AWS
Summary
Result-oriented Professional with over 5 years of experience in Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Cloud
Computing,Ubuntu,Jenkins,Python,PHP,Docker,Azure,AWS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f43…
https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f4300171450545a… 2/2
Automating the build process of products.
Auto-update the latest product releases on the fly in the customer
environment after approvals.
Leverage new open-source tools in DevOps to decrease product
roll-out times and increase reliable deployment capabilities.
Writing custom scripts for automation and support any requirements.
Writing monitoring scripts.
Troubleshooting in production.
Writing systemd service scripts, Dockerfiles, K8S Yaml files, Salt state
files.
Document in confluence, Training other team members, Knowledge
sharing.
Production bug fixes, Attending calls with customers to help support -
team.
UG: B.Tech/B.E. (Computers) from AP IIIT NUZVID in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
UBUNTU, Centos
GIT
JenKins, GitLab
Python, GoLang, Shell, PHP
Ansible, Salt stack
Nagios, OpsRamp Agent, OpsRamp Gateway,
PROMETHEUS
Google, AWS, Azure ( Basic )
Docker, LXD, Kubernetes
Mesosphere DC/OS, Openshift
KVM, ESXi, JIRA, LDAP ( Administration )
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Rank 964: Resume 1196 with similarity score 0.0181506650512452
B.S , MS associate , devops , senior engineer , cloud administrator , vmware administrator , cloud engineer , full time , system analyst ansible , general , devops , jenkins , telugu , kubernetes , groovy , affirmative action , rhel , hindi , docker , hub , beginner , maintenance , apache , windows , json , authorization , centos , english , status , nexus , email , tomcat , sungard , application , configuration management , aws , servicenow , less , ci , saas , s3 , containerization , disaster recovery , git , maven , yaml , replication , it infrastructure , nginx , languages , software development life cycle (sdlc) , sms , kannada , javascript , jira , vmware vsphere , organization , cloud computing , availability , orchestration , sonar , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d47…
https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d470a18440e09585… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Sungard Availability Services as AWS Senior Cloud Associate & Devops & GCP
Apr 2019 to Apr 2020
Senior Cloud Associate Architect
Accenture as AWS Senior Cloud Associate & Devops and GCP Administrator
Aug 2017 to Apr 2019
Senior Cloud Associate Architect
Hewlett-Packard as AWS Cloud & Devops and VMware Administrator
Apr 2016 to Aug 2017
Senior Cloud Associate Architect
IDC TECHNOLOGIES SOLUTIONS INDIA PVT LIMITED as Senior Engineer
Jun 2015 to Jan 2016
Senior Engineer
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SURESHKRISHNA.G.B.V
Cloud Architect| DevOps Engineering. Technocrat with nearly 4.8 years of experience
in Cloud Administration on AWS & GCP, DevOps and VMWare Administration
targeting senior level assignments as Senior Cloud Engineer with an organization of
high repute
Key Skills: aws senior cloud administrator, software development, application development, issue resolution, installation,
configuration management, cloud computing, devops, jenkins, apache tomcat,
maven,gcp,docker,draas,k8s,terraform,json,yaml,cr-aws,VMware
Summary
Around 4.8 years of total experience in Cloud Administration on AWS& DevOps and VMWare Administration.
Highly motivated DevOps with around 2.8 years of experience in Software Development Life Cycle (SDLC).
Hands on 1 Year experience in Cloud Administration on GCP.
End to end journey for Cloud migration from Virtual to Cloud by using Cloud endure & SMS.
End to end journey for Cloud migration from GCP to AWS & AWS to GCP by using Cloud endure.
Knowledge on Docker orchestration and Docker containerization using Kubernetes.
Experience in developing and maintaining CI/CD process for SaaS applications by accessing tools like Maven, Jenkins, etc.
Hands on experience cloud-based disaster recovery services that enable fast recovery of our IT infrastructure and data
replication (CR-AWS).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d47…
https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d470a18440e09585… 2/2
UG: B.Sc (Computers) from Harshini Degree College in 2010
PG: MCA (Computers) from Prakasam Engineering College in 2013
Other Qualifications/Certifications/Programs:
AWS
VMware Vsphere
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Centos, RHEL
Git/Git hub, Ansible
Apache Tomcat, JBoss, Nginx
Docker Swarm, Kubernetes
Shell, Yaml, Groovy, Terraform
JENKINS, Nexus, S3
Sonar, Maven
Jira, ServiceNow
AWS, GCP
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
kannada Beginner
Rank 965: Resume 1437 with similarity score 0.018078352215785347
nan full time , software developer design , maintenance , mumbai , process automation , general , it , authorization , advanced , abbyy , javascript , status , document processing , email , affirmative action , application , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72676c1e23635998fafd773f1c0772320c0858591b1308165212495f5e0f5349100c10…
https://freesearch.naukri.com/preview/printResume?uname=72676c1e23635998fafd773f1c0772320c0858591b1308165212495f5e0f5349100c105244440b5e5f5… 1/1
Current Location: Ahmedabad
Pref. Location: Bengaluru / Bangalore,Chennai,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: []
Verified : Phone Number | Email - id
Post PG: () from in
Last Active: 6-Jan-21 Last Modified: 6-Jan-21
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rinku Kuleena Alex
Blue Prism Professional and UiPath Advanced Certified Developer with more than 3
years of experience in RPA and programming.Well
versed in data capture and document processing software such as ABBYY
Flexicapture.
Key Skills: rpa,abbyy,blue prism,uipath,Robotic Process Automation,Java,Software Development,Solution Design,Solution
Development,Programming
Summary
Blue Prism Professional and UiPath Advanced Certified Developer with more than 3 years of experience in RPA and
programming.Well
versed in data capture and document processing software such as ABBYY Flexicapture.
Education
javascript:void(0)
Rank 966: Resume 248 with similarity score 0.018072050338420013
B.S , BSC , BS work from home , junior web developer , full time , full stack web developer web development , cricket , internships , information technology , mysql , php , node.js , c# , mongodb , mumbai , resume , electronics , astronomy , completion , assessment , it , python , javascript , organization , hobbies , online Assessment
Q1. Why should you be hired for this role?
Sir i have just started my career, I don't have practical achievements, but I really want to practically explore and experience my potential by
delivering the best services to the company. It will be my honor to work with you and this organization.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes sir I am available for 6 months full time internship starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9167982362
Jai Sarki
Mumbai
Applied 07 Feb'21
Node.js C# Java
JavaScript MySQL PHP
Python ReactJS MongoDB
Bachelor of Science B.Sc), IT
R.D National College
2017 - 2020
Senior Secondary XII, Science
Kirti College
HSC board)
Year of completion: 2016
Secondary X
Saraswati Mandir High School
SSC board)
Year of completion: 2013
Web Developer
INTERSHALA, Mumbai
Aug 2020 - Jan 2021
Done internship as a web developer at VN Electronics India
Junior Web Developer
Full Stack Web Developer
udemy, Online
Aug 2020 - Nov 2020
I have completed Full Stack web development course from Udemy
I have completed my graduation in BSc IT from R.D National college. Now my goal is to get exciting and challenging entry
level position in the Information Technology industry.
Apart from my degree I have completed Full Stack web Development course from Udemy.
My hobbies include studying about Astronomy, playing cricket and Travelling.
Rank 967: Resume 949 with similarity score 0.01806655354378627
B.E , B.TECH , BS full time , senior ui ux designer , user experience designer functionality , genesis , web development , general , figma , css , sketch , designation , mobile design , adobe photoshop , ug , affirmative action , wireframing , studio , user experience , collaboration , angular , hindi , ltd , authorization , english , graphic design , status , email , invision , wordpress , mobile apps , mockups , mumbai , newsletters , user requirements , ux , design research , features , react native , git , computer science , logo design , strategic design , press releases , ionic framework , languages , html5 , mobile applications , management system , javascript , engineers , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100…
https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100515445a09095… 1/2
Current Designation: Senior Ui Ux Designer
Current Company: Durapid Technologies Private Limited
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: Web / Graphic Design / Visualiser
Role: User Experience Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Durapid Technologies Private Limited as Senior Ui Ux Designer
Oct 2020 to Till Date
- Gathering and evaluating user requirements, in collaboration with product managers and engineers.
- Communicating with clients to understand their business goals and objectives.
- Research and design the management system and mobile applications.
- Planning, implementing and optimizing new and existing user interface designs and Collaborating with the development
team.
Konstant Infosolutions Pvt Ltd as Senior UI UX Designer
Nov 2016 to Oct 2020
Gathering and evaluating user requirements, in collaboration
with product managers and engineers.
Communicating with clients to understand their business
goals and objectives.
Planning, implementing, and optimizing new and existing
user interface designs.
Developing UI mockups and prototypes to clearly illustrate
the functionality and look and feel of both Mobile Apps and
Websites.
Designing the Mobile Apps using Ionic 3,4 and React Native
Framework. Also managed the frontend development of
website using HTML5, CSS3, JS and Angular Framework.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Akash Jain
Senior UI/UX Designer seeking assignment in Graphic Designing,Web Designing,Web
Development, Wireframing, User Interface Designing,Logo Design,Design
Research,Mobile Design,Adobe Photoshop, Adobe XD, Sketch, Figma, Invision
Studio,HTML,CSS
Key Skills: Senior UI/UX Designer,User Experience Designer,Graphic Designing,Web Designing,Web
Development,Wireframing,User Interface Designing,Logo Design,Design Research,Mobile Design,Adobe
Photoshop,Adobe XD,Sketch,Figma,Invision Studio,JustinMind,HTML,CSS
Summary
Over 5 years experience in Graphic Designing,Web Designing,Web Development,Wireframing,User Interface Designing,Logo
Design,Design Research,Mobile Design,Adobe Photoshop,Adobe XD,Sketch,Figma,Invision Studio,JustinMind,HTML,CSS
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100…
https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100515445a09095… 2/2
Samachar Jagat as UI UX Designer
Aug 2016 to Nov 2016
Gathering and evaluating user requirements, in collaboration
with product managers and engineers.
Communicating with clients to understand their business
goals and objectives.
Making strategic design and user-experience decisions
related to core, and new functions and features.
NZ Technologies Pvt Ltd as UI UX Designer
Aug 2015 to Jul 2016
Posted onsite at Genesis BCW, Gurugram
( https://bcw-global.com/genesisbcw )
Designed Press releases, newsletters and their internal
websites using WordPress
UG: B.Tech/B.E. (Computer Science) from vivekananda institute of technology, jaipur in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Adobe Photoshop,Adobe XD,Sketch,
Figma,Invision Studio,JustinMind,HTML5
css3
JavaScript
ionic framework
Angular Framework
React Native Framework
GIT
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 968: Resume 1560 with similarity score 0.01805793502180665
B.E , MS , B.TECH profiler , software engineer , full time , software developer winscp , general , ventilators , r19 , healthcare , anesthesia , designation , ug , demand , mar , affirmative action , urgency , hindi , qt creator , linux , profiler , air , maintenance , authorization , advanced , english , ventilation , pattern , status , architecture , email , project , application , respiration , intensive care , interfacing , co2 , probe , qml , components , c++ , intermediate , git , fundamentals , languages , putty , mobile , phones , javascript , widgets , proteus , mimics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a18…
https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a180b47425a0c0d… 1/2
Current Designation: Software Engineer
Current Company: Larsen & Toubro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Larsen & Toubro Limited as Software Engineer
Feb 2018 to Till Date
Having 3 years of experience in Application Development on Linux using QT/QML/C++
UG: B.Tech/B.E. (Computers) from YeshwantRao Chavan College of Engineering, Nagpur in 2017
Other Qualifications/Certifications/Programs:
Qt Quick and QML For Beginners : The Fundamentals
Qt Quick and QML - Intermediate : Interfacing to C++
Qt Quick and QML - Advanced : Interfacing to C++
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
BHUSHAN SURE
Software Engineer seeking roles in QT/QML and C++
Key Skills: QT , Qml, C++, Data Structures, GIT, Javascript
Summary
1) 3 years' of experience in Qt/Quick Development in Medical Domain.
2) Having experience with strong skills in Qt/QML, C++, Widgets development.
3) Having experience in working with Model-View architecture in Qt/QML i.e., ListView, TableView, Repeater, etc.
4) Having experience in making Reusable Components and Custom Widgets in QML.
5) Having experience in working with QML Profiler in QT to analyze performance.
6) Having experience in working with interfacing C++ and QML.
7) Having experience in working with Qt Charts.
8) Quick Learner and having Good Problem-Solving Skills.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a18…
https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a180b47425a0c0d… 2/2
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Mar 2020 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jan 2019 - Feb 2021
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Sep 2018 - Dec 2018
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
QT, QML, C++, C 2021 3 Year(s) 0 Month(s)
Qt Creator, Git, Code Collaborator 2021 3 Year(s) 0 Month(s)
putty, Winscp 2021 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: R19
Client: GE Healthcare
Skill Used: QT, Qml, C++, Data Structures, GIT, Javascript
Role Description: To Develop GUI using QT / QML / C++
Project Details: R19 was a program that was started after the increase in the demand of Ventilators during the Covid
outbreak in the year 2020. The program was to be completed in a short period of time due to high necessity and urgency of
the Ventilators.
Project Title: Proteus
Client: GE Healthcare
Skill Used: QT, Qml, C++, Data Structures, GIT, Javascript
Role Description: To Develop GUI using QT / QML / C++
Project Details: Proteus is a complete Anesthesia and Ventilator system which is for intensive care of Patients. It provides the
patient required ventilation when on Anesthesia. The machine mimics the breathing pattern and also provides the required
volume of air in the lungs. It monitors the patients such as the respiratory rate, the amount of volume of air given to the
patient, the CO2 exhaled by the patient. Through the machine the clinical can also set the volume of air to be provided and
the rate of respiration of the patient, etc.
Project Title: Melody R2
Client: GE Healthcare
Skill Used: QT, Qml, C++, Data Structures, GIT, Javascript
Role Description: To Develop GUI using QT/ QML / C++
Project Details: Melody App is a mobile based app which communicates with an ultrasound probe through Wi-Fi and displays
ultrasound images in mobile phones
Rank 969: Resume 1161 with similarity score 0.018040629621079853
B.E , MS , B.TECH , BS technical architect , software architect , product owner , solution architect , full time , senior associate , technical specialist , technical lead ibatis , optimization , core java , computing , jenkins , open source , kubernetes , security , soap , designation , ug , golang , telecom , affirmative action , web services , domain experience , hindi , docker , angular , maintenance , azure , ltd , adobe , embedded systems , player , advanced , authorization , client/server , node.js , english , activemq , status , spring boot , email , application , aws , mongodb , microservices , information systems , solution architecture , ci , rdbms , redis , performance tuning , dbs , architecting , software architecture , event driven , languages , storage , hibernate , pega prpc , software design , python , spring framework , javascript , technology , insurance , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c45…
https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c4507404350545c… 1/2
Current Designation: Technical Specialist-Architect
Current Company: Barco Electronic Systems
Current Location: Noida
Pref. Location: Noida,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Embedded Systems]
Verified : Phone Number | Email - id
Barco Electronic Systems as Technical Specialist-Architect
Aug 2017 to Till Date
Had multiple roles in the capacity of software architect, Product owner (PO) , and at times individual contributor and a
regular trainer.
Xavient Information Systems as Technical Lead
Oct 2014 to Aug 2017
Worked in the capacity of techincal lead and Architect
Sapient India Pvt ltd as Senior Associate
Oct 2011 to Oct 2014
Capgemini India Pvt ltd as Consultant
Jan 2010 to Oct 2011
Last Active: Oct-Dec 2020 Last Modified: Oct-Dec 2020
Pawan Kumar Kaushal
Experienced (15 years) solution architect having expertise in Software Architecture
(Microservices, Event Driven , SOA), Design , Development using Java, Spring boot,
nodejs, golang , docker , kubernetes , AWS , and Azure and open source contributor.
Key Skills: technical architect,software design,solution architecture,spring boot,docker,kubernetes,nodejs,information
security,activemq,spring,go,python,aws,azure,iot,Core Java,MongoDB,Performance Tuning,Optimization,Adobe
Experience Manager,Pega PRPC
Summary
15 years of experience in solution architecture, design and development. An occasional open source contributor. Technical
stack includes Core Java , Web services (SOAP , RESTful), Spring boot, Spring Framework, Hibernate, iBatis , Python, Golang,
NodeJS, MongoDB , Angular 8, Redis , RDBMS DBs with domain experience ranging from banking & insurance to telecom and
media streaming domains. Has been architecting, designing, developing, creating CI CD process and performance tuning
various scalable client/server,web & backend microservices and IOT based applications backed by tooling experience of
Jenkins, docker, kubernetes and istio. Worked on both AWS (compute and Storage) and Azure (IOT Hub).Having good
communication skills, a team player and highly motivated person.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c45…
https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c4507404350545c… 2/2
UG: B.Tech/B.E. (Computers) from Harcourt Butler Technology Institute, Kanpur in 2004
PG: PG Diploma (Embedded Systems) from Centre for Development of Advanced Computing (CDAC) in 2006
Other Qualifications/Certifications/Programs:
Pega Architect
Claim Center Developer and integration
Java
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 11 2020 13 Year(s) 0 Month(s)
Golang 1.14 2020 1 Year(s) 6 Month(s)
Python 3 2020 1 Year(s) 0 Month(s)
Spring 5.2.0 2019 11 Year(s) 0 Month(s)
spring boot 2.0 2019 4 Year(s) 0 Month(s)
Node.js 12 2020 2 Year(s) 0 Month(s)
Software Design NA 2020 8 Year(s) 0 Month(s)
Software Architecture NA 2020 4 Year(s) 6 Month(s)
DOCKER 19 2020 3 Year(s) 6 Month(s)
Kubernetes 1.17 2020 2 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 970: Resume 666 with similarity score 0.017987293796678596
MS , B.TECH , BS work from home , president calculus , algorithms , internships , freelancing , spark , security , deep learning , adobe photoshop , 3d , mar , lamp , scratch , fusion 360 , pattern recognition , cura , linear algebra , classical , models , bot , google , project , text classification , coursera , c programming , juniors , plus , resume , datasets , estimates , flow , machine learning , foundation , flask , autodesk 360 , assessment , data science , python , one , fetch , javascript , ml , technology , registration , mathematics , online Assessment
Q1. Why should you be hired for this role?
I'll be a perfect candidate for this internship because:
1. I've been in this field for like 2.5 years now.
2. I've worked on one of most difficult datasets of text classification and extraction i.e. devnagri handwritten text classification.
3. I'm deligent plus I've a good understanding of mathematics behind the algorithms.
4. I've learnt and applied all the classical machine learning algo's and almost all deep learning algo's.
5. I also work as a freelance developer so I've a good understanding of how to work in a team
6. And I started that freelancing alone and now have a team of 5 so I also am a good leader.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes ,I will be available for 3 months starting immediately,for work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Vishwas Devnani
Jaipur, Jodhpur
Applied 08 Feb'21
Python Machine Learning C Programming
JavaScript Adobe Photoshop Autodesk Fusion 360
Bachelor of Technology B.Tech), Cs
JECRC University
2018 - 2022
CGPA 8.30/10
Data Science
Spark Foundation, Virtual
Dec 2020 - Jan 2021
I worked here and solved some problems using Machine Learning for pattern recognition etc.
Scholarship
Mte, Jaipur
Oct 2020 - Nov 2020
I was given full scholarship on all courses on Coursera and completed about 10 courses in a month.
Machine Learning
AIMLRL, Jaipur
May 2019 - Jan 2020
I learnt stats, linear algebra, calculus, and learnt and coded most of the machine learning algorithms from scratch.
Worked on deep learning projects using tensor flow and pytorch. I also learnt to deploy models using flask and streamlit.
I was President at JU Makerspace, the first and only Makerspace in rajasthan.
I've taught a lot of juniors about ML.
Rasa bot
Nov 2020 - Nov 2020
This bot was developed using rasa python and was used to fetch time for different timezones.
Dialogflow bot
Jan 2020 - Jan 2020
Made a Google bot using dialogflow that could tell you the recipes of some dishes.
Lithophane
Apr 2019 - Apr 2019
it is a 3d printed lamp that I made for my best friend using Autodesk 360 and cura 360.
Security system
CONTACT Phone: 91 8169439278
Mar 2019 - Apr 2019
it's a security password protected lock system that I'm making for Makerspace
Working on estimation of rainfall in jaipur using machine learning
Apr 2019 - Present
I'm working on a project that estimates the rainfall pattern of Jaipur using machine learning.
Website for registration of complaints by hostellers
Mar 2019 - Present
it's basically a website where students of Jecrc University who are living in hostels would be able to register complains online
Rank 971: Resume 1308 with similarity score 0.01796882876652422
B.E , MS , B.TECH customer engineer , devops engineer , associate , software developer , solution architect , change management , full time ansible , infrastructure management , retail , support engineers , continuous delivery , general , devops , jenkins , customer , virtual machines , kubernetes , microsoft azure , network performance , designation , security , confluence , scripting , mar , groovy , bash , ug , tamil , developers , affirmative action , cloud , ticketing tools , linux , docker , network design , beginner , cluster , ltd , architects , english , authorization , ssl , teams , httpd , troubleshooting , iaas , status , paas , go , agile , nexus , email , project , tomcat , aws , microservices , application servers , provisioning , ubuntu , continuous integration , ci , web servers , network optimization , saas , change management , framing , reliability , git , languages , framework , nginx , monitoring performance , python , sonarqube , scheduling , jira , outages , javascript , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f420…
https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f42071247585b5a5… 1/3
Current Designation: Cloud Devops Engineer
Current Company: TCS
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TCS as Cloud Devops Engineer
Mar 2018 to Till Date
Client: Marks and Spencers,London.
Industry:Retail
Key Roles and Responsibility
Responsible for maintaining the Infrastructure hosted in AWS environments.
Responsible for maintaining the Infrastructure hosted in Microsoft Azure.
Responsible for administrating and configuring Jenkins and Concourse CI in
Dockerized platform and helping the development teams to deploy on Kubernetes
Clusters.
Responsible for administrating httpd,tomcat and nginx web servers and upgrading of
SSL certifications for application servers in all environments and Kubernetes Clusters.
Responsible for Configuration and troubleshooting of Production environments in
various Linux flavours like Ubuntu, CentOs.Good knowledge on Agile frameworks and follow DevOps change
management
ticketing tools like Jira and maintaining the project related process on Confluence.
HCL Services Ltd as Customer Engineer
Jul 2017 to Feb 2018
Responsible for maintaining the Infrastructure hosted in AWS environments.
Maximizing network performance by monitoring performance, troubleshooting
network problems and outages, scheduling upgrades and collaborating with Cloud
architects/L3 Support Engineers on network optimization.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Siva Subramanian Vaidyanathan
Smart Devops Engineer seeking roles in Cloud Infrastructure design and
implementation,CI/CD Tools stack and Kubernetes administration,Site Reliability
engineering,Software Development ,Microservices and Container Orchestration.
Key Skills: paas,iaas,saas,continuous integration,continuous delivery,microsoft azure,jenkins,devops,aws,bash
scripting,groovy,ansible,terraform,python,concourseci,caas,kubernetes,portworx,container
security,twistlock,aks,eks,go,git,containerisation,Docker
Summary
A focused Cloud professional with tremendous skills on managing multi cloud environments,Software Development and
Design,IT Cloud Infrastructure Management and Administration,System Support,IT Troubleshooting,IT Change
Management,Network design and implementation
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f420…
https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f42071247585b5a5… 2/3
Good knowledge on Agile frameworks and follow DevOps change management
ticketing tools like Jira.
UG: B.Tech/B.E. (ECE) from Anna University in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
AWS certified Solution Architect associate
Microsoft Azure Technologies Architect AZ-300
Certified Kubernetes Administrator
Nature of Employment: Full Time
Project Location: Chennai
Duration: Jul 2019 - Jan 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 3 Year(s) 0 Month(s)
Microsoft Azure 2020 3 Year(s) 0 Month(s)
devops 2020 3 Year(s) 0 Month(s)
Jenkins 2020 3 Year(s) 0 Month(s)
DOCKER 2020 2 Year(s) 6 Month(s)
Kubernetes 2020 2 Year(s) 6 Month(s)
Ansible 2020 3 Year(s) 0 Month(s)
Python 2019 0 Year(s) 6 Month(s)
Bash Scripting 2020 3 Year(s) 0 Month(s)
Linux Administration 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
kanada Beginner
Projects
Project Title: Kubernetes Cluster Administration
Client: Marks & Spencer
Project Details: Managing of various Kubernetes clusters across various environments.Troubleshooting of pods
,containers and other objects.Provision of clusters and administration of nodes in cloud environments.Worked on
monitoring solutions and Helping developers to deploy into Kubernetes clusters and Troubleshooting of
applications and Networking.
Project Title: CICD Framework for Kubernetes Deployment
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f420…
https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f42071247585b5a5… 3/3
Nature of Employment: Full Time
Project Location: Chennai
Duration: Oct 2018 - Jun 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Chennai
Duration: Mar 2018 - Sep 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Chennai
Duration: Mar 2018 - Dec 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Client: Marks & Spencer
Project Details: Worked on framing of a standard CICD worflow for deploying applications into Kubernetes clusters
across various environments using Jenkins , Concourse CI, Nexus registry and Sonarqube using Groovy and Bash
scripting.
Project Title: CICD Stack Provision
Client: Marks & Spencer
Project Details: Provisioning of Devops Tools stack as Virtual machines in Microsoft Azure environment and
installation of variuos CICD tools in an automated fashion using Terraform and Ansible in Jenkins.
Project Title: Managing AWS and Azure cloud Infrastructure
Client: Marks & Spencer
Project Details: Managing of Cloud Infrastructure hosted in AWS and administration of Linux based production
environments and automating of various repetitive task.Worked on SSL certificate renewal process and setting up
of Monitoring solutions,etc
Rank 972: Resume 375 with similarity score 0.017899900872776726
MS nan foundation , completion , assessment , english , resume , adobe photoshop , research Assessment
Q1. Why should you be hired for this role?
Hello
Though I don't have any proven experience in this field but I can assure you that I will try to comlete any task on time with best results which will
be assined to me, which explain my loyalty for my job.
I can see myself in this experience brightly if I get a chance and I am sure I can successfully complete my job on time.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 6months in West Bengal.
Resume
EDUCAT ION
CONTACT Phone: 91 8777242219
Pamela Ganguli
Howrah
Applied 28 Jan'21
MSExcel MSOffice Adobe Photoshop
English Proficiency Written)
MBA
Regent Education And Research Foundation
2020 - 2022
Bachelor of Business Administration B.B.A.) Hons.)
Seacom Management College
2017 - 2020
Senior Secondary XII, Arts
WBHCE board
Year of completion: 2017
Percentage: 64.50%
Rank 973: Resume 853 with similarity score 0.017780834974407377
B.E , MS , B.TECH , BS ui developer , product development , senior software engineer , full time , team lead automation , react.js , retail , api , redux , core java , bandwidth , department stores , software solutions , financial services , telugu , interfaces , css , migrating , designation , regulatory compliance , space , affirmative action , home improvement , games , user experience , analytics , cloud , hindi , beginner , amls , maintenance , product engineering , jquery , enterprise software , ux design , english , risk , authorization , screening , web applications , bootstrap , status , regulations , models , life science , email , project , digital transformation , digital security , mobile apps , solution architecture , operations , electronics , supermarkets , pharmaceuticals , latin america , edge , materials , obc , rest , react native , customer experience , machine learning , languages , framework , finance , sar , chart , e-commerce , html5 , supply chain , sass , kannada , dashboard , es6 , money , javascript , design studio , connectors , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f420…
https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f42021740595e585… 1/3
Current Designation: Senior Software Engineer -React.js
Current Company: Good Work Labs
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Good Work Labs as Senior Software Engineer -React.js
Dec 2018 to Till Date
Good Work Labs is the world leading new-age outsourced product development firm and an UX design studio focused on
taking up the most challenging tasks and converting ideas into path-breaking products (be it mobile apps, games or
software products).
Role: Senior software Engineer
Client: 1) Falabella is a e-commerce application, is one of the best retail product in South America. Falabella runs some 75
department stores, 100-plus Sodimac home improvement stores, and about 55 Tottus supermarkets and hypermarkets in
Chile, Peru, Argentina, and Colombia, making it one of Latin America's largest retail companies. (from Jan 2019 to June
2020).
2) Tookitaki : Tookitaki is providing enterprise software solutions that create sustainable compliance programs for the
financial services industry. We are innovating the regulatory compliance space by developing software solutions to
maximize efficiency and effectiveness of compliance processes.
Marlabs Inc as UI Developer
Aug 2017 to Dec 2018
Marlabs Inc is a company that adopts digital transformation using Digital360 - a comprehensive digital framework
comprising of Digital Product Engineering, Digital Automation, Enterprise Analytics, Cloud, Digital Security and Digital
User Experience; delivering a next-generation Digital Customer Experience
Last Active: 5-Feb-21 Last Modified: 1-Feb-21
Mohan Kumar B H
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,React.js,Redux,Redux-
Saga,jQuery,Bootstrap,HTML,CSS,SASS
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,React.js,Redux,Redux-
Saga,jQuery,Bootstrap,HTML,CSS,SASS
Summary
I have 4+ Year of experience in Front End Development and web applications using technologies such as JavaScript, React.js,
Redux, Redux-Saga, jQuery, Bootstrap, HTML, CSS, SASS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f420…
https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f42021740595e585… 2/3
Merck as UI Developer
Jul 2016 to Jul 2017
Merck is one of the world's leading companies in innovative pharmaceuticals, life science solutions and cutting-edge
performance materials and technologies
UG: B.Tech/B.E. (Electronics/Telecommunication) from Channabasaveshwara Institute of technology (VTU), Gubbi in
2014
Other Qualifications/Certifications/Programs:
Diploma (Electronics and Communication)
Nature of Employment: Full Time Duration: Aug 2020 - Nov 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, J2EE 6 2016 0 Year(s) 6 Month(s)
HTML 5 2018 3 Year(s) 5 Month(s)
BOOTSTRAP 4 2018 0 Year(s) 8 Month(s)
CSS 3 2020 3 Year(s) 8 Month(s)
JavaScript ES6 2020 4 Year(s) 0 Month(s)
React.Js, Redux 16.6 2021 3 Year(s) 3 Month(s)
SASS, styled-jsx 2020 1 Year(s) 0 Month(s)
React Native 2020 0 Year(s) 2 Month(s)
redux-saga 0 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Kannada Proficient
Telugu Beginner
Projects
Project Title: Tookitaki-AMLS
Client: Tookitaki
Project Details: 1.Anti-Money Laundering Software (AMLS) and Name-spacing(NS)
2.Reduces false alerts by at least 50% for transaction monitoring programs.
3.Reduces false alerts by at least 60% for screening programs.
4.Reduces risk by improving the detection of true suspicious cases (SAR/STR) by 5%.
5.Prioritizes alerts and brings more efficiency in the alerts disposition process.
6.Maintains high detection coverage with growing data and changing regulations through continuous automatic learning.
7.Explains complex machine learning models and outcomes in an easy-to-comprehend manner.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f420…
https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f42021740595e585… 3/3
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time Duration: Dec 2017 - Apr 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2017 - Dec 2017
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Jun 2016 - Mar 2017
Onsite / Offsite: Onsite
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
8.Easy integration to the FIs existing and future up/downstream systems through built-in connectors and REST API
interfaces.
Project Title: Felabella E-comers
Client: Falabella
Skill Used: React.JsRedux, css3, Html5
Project Details: Falabelle E-comers application is one of the best retail application in North America. We are migrating that
application with new technologies.
Project Title: PlanIT
Client: Merck
Project Details: PlanIT is a web application to increase the efficiency of managing human resource
in a company. This project provide every employees skill set and working bandwidth
to employer.
Project Title: Dashboard
Client: Merck Millipore
Project Details: Dashboard is a web application to describes the status and complete chart view of the internal operations of
Enterprise Warehouse Management of Sigma-Aldrich.
Project Title: The Next
Client: Merck
Project Details: The Next is a web application which includes modules distribution & compliance, sales,
finance, supply chain, human resource and is mainly for laboratories
Rank 974: Resume 934 with similarity score 0.01771340183604184
B.E , MS , B.TECH software developer , senior software engineer , full time , team lead stakeholder engagement , redux , general , visual studio code , css , lint , designation , affirmative action , bash , mysql , technical architecture , spring , angular , ionic , hindi , maintenance , firebase , ltd , typescript , windows , jquery , macos , authorization , english , teams , status , bug tracking , deliveries , agile , postgresql , email , record , android studio , application , product management , vast , sprint planning , ubuntu , google maps , barcode , github , mantis , xcode , netbeans , process efficiency , software architecture , cordova , languages , framework , offshore , html5 , hibernate , sass , service delivery management , development projects , sonarqube , javascript , jira , eclipse , zk 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b4…
https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b475612125b5e5a… 1/2
Current Designation: Senior Software Engineer
Current Company: Damco Solutions Pvt. Ltd.
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Damco Solutions Pvt. Ltd. as Senior Software Engineer
Sep 2016 to Till Date
Oxyent Medical Pvt. Ltd. as Software Developer Trainee
Dec 2015 to Jul 2016
UG: B.Tech/B.E. (Computers) from MRIU, Faridabad (former CITM) in 2016
Last Active: 6-Feb-21 Last Modified: 4-Feb-21
Shruti Gour
Sr. Software Engineer seeking roles in Software Development,Software
Architecture,Technical Architecture,Service Delivery Management,Stakeholder
Engagement,Product Management,Sprint Planning,Agile
Methodology,Technical Consultancy,Project Management
Key Skills: Sr. Software Engineer,Team Lead/Tech Lead,Software Development,Software Architecture,Technical
Architecture,Service Delivery,Stakeholder Engagement,Product Management,Sprint Planning,Agile
Methodology,Technical Consultancy,Project Management
Summary
Currently leading a team of 7 members & driving them towards process efficiency
Gained insightful experience in managing multiple software development projects across various geographies while meeting
business needs in a fast paced, dynamic and globally expanding MNC environment
Vast experience in Agile Project Development with brief exposure to Front-End Technologies such as Angular, React,
TypeScript, Ionic and Cordova Framework, JQuery, HTML5, SASS, CSS, JavaScript and Backend Technologies such as Java,
frameworks like ZK framework, hibernate, Spring, PostreSQL, MySQL & others
Managed & ensured project deliveries in a timely manner involving seamless onsite/ offshore coordination and transparent
communication with all stakeholders at all phases
Proven track record of establishing cordial relationships with clients and technical teams for successfully securing & executing
concurrent projects
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b4…
https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b475612125b5e5a… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Angular (8, 6, 2, 1), TypeScript
JavaScript, jQuery, React/Redux
Java 1.6, 1.7, 1.8, PostgreSQL,MySQL
SASS/SCSS, CSS styles
GraphJS, Firebase Services
Barcode scanner, Google Maps APIs
Windows 7/8/8.1/10, Ubuntu and MacOS
GitHub Desktop, Git Bash
Mantis Bug Tracking Tools, SVN
Bit Bucket, JIRA
Visual Studio Code, Android Studio
XCode 8, 10, 11, Eclipse
Netbeans SonarQube Lint & TSLint
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 975: Resume 502 with similarity score 0.017650556647001114
B.TECH work from home assessment , it , resume , showcase , internships , python , mar , ion , technology , machine learning , ram , mathematics Assessment
Q1. Why should you be hired for this role?
It will be give an opportunity to showcase my work and also help in gaining skills and experience.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 7033337776
Sanskar Ram
Dhanbad
Applied 08 Feb'21
Python Mathematics Machine Learning
Bachelor of Technology B.Tech), Electrical Engineering
BIT Sindri
2018 - 2022
Educational Institution
Askiitians, Virtual
Feb 2020 - Mar 2020
Subject matter expert at askiitians
Rank 976: Resume 874 with similarity score 0.017513667831037145
M.TECH , BS , B.E , MS , B.TECH software engineer , full stack web developer , software developer , part time , full time react.js , api , web development , redux , general , healthcare , css , designation , ug , tamil , profiles , affirmative action , cooking , web services , hindi , maintenance , basic , authorization , english , node.js , extracurricular activities , status , classical , email , project , application , german , mumbai , restful webservices , languages , cerner , asp.net , framework , singing , operating systems , sql server , batch files , kannada , events , javascript , technology , working experience , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145…
https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145012485d0b0c5… 1/2
Current Designation: Software Engineer
Current Company: Cerner Healthcare Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Cerner Healthcare Solutions as Software Engineer
Sep 2017 to Till Date
Full Stack Web Developer with working experience in developing restful webservices, jax rs jersey, asp.net web services,
react redux front end.
UG: B.Tech/B.E. (Computers) from Vellore Institute of Technology (VIT) in 2017
PG: M.Tech (Computers) from Vellore Institute of Technology (VIT) in 2017
Other Qualifications/Certifications/Programs:
10th -IGCSE (Cambridge-board) and holding a merit certificate
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VARSHA CHANDRASEKHAR
Software Engineer seeking roles in full stack web development profiles
Key Skills: Software Engineer/Developer,Software Development,Full Stack Development,Java,SQL,React.Js,API,Web
Services,Rest,ASP.Net,Javascript,PLSQL,SQL Server,C#,swagger,restful web services in jaxrs,full stack web
developer,CSS,HTML,Node.Js
Summary
Working as Software Engineer at Cerner Healthcare Bangalore. Working for Cerner as full stack web developer
Speaker at DevCon 2018 , Cerner's biggest development conference held annually, winner of various hackathons
and receiver of nott awards for performance. M.Tech.(Software Engineering),VIT University Vellore in 2012-2017 Amcat
Certified-2016 with 90+ percentile? Successfully completed academic project titled Sana Project of MIT-(Android App
Development), VIT Vellore
Feb-May 2014) and Mini Project- Attendance Manager (Web based Application), VIT Vellore Possess working knowledge in
Languages-Java,C#,JS Framework - React Database-SQL and Operating Systems: Windows(Writing basic batch files).
Extracurricular activities involve semi classical singing, cooking and organized various culinary events at VIT. Endowed with a
passion for winning as showed through established excellence in the academic & extracurricular areas
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145…
https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145012485d0b0c5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Java,Rest,React
Database:SQL.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Tamil Expert
Kannada Expert
German Proficient
Rank 977: Resume 1557 with similarity score 0.01749373766206826
MS engineering manager , project manager , scrum master , project lead , full time , delivery manager , principal associate sencha , atom , window , scrum , open source , handover , zend studio , product requirements , designation , ug , soap , visual studio , mar , adobe photoshop , affirmative action , mysql , webfocus , lamp , hindi , angular , cloud , linux , maintenance , apache , ltd , authorize.net , php , jquery , authorization , json , english , enterprise , status , architecture , agile , joomla , email , project , application , it consulting , wordpress , kiwi , stripe , mumbai , drupal , product vision , xhtml , mantis , architecting , rest , dreamweaver , netbeans , edit plus , git , languages , nginx , punjabi , sql server , javascript , jira , pyramid , sprints , paypal 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d1…
https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d13504349515e0… 1/2
Current Designation: Engineering Manager -Software
Development
Current Company: Kiwi Technologies India Pvt. Ltd
Current Location: Noida
Pref. Location: Delhi / NCR,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Computer Application]
Verified : Phone Number | Email - id
Kiwi Technologies India Pvt. Ltd as Engineering Manager -Software Development
Mar 2018 to Till Date
Engineering Manager, Scrum Master, Delivery Manager
Pyramid IT Consulting Inc. as Project Lead/Manager
Jun 2015 to Mar 2018
Simplion Technologies as Principal Associate/Tech Lead
May 2014 to Jan 2015
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Jagpreet Singh Uppal
Engineering Manager, Scrum Master seeking roles in Software
Development,Application Maintenance,Project Management,Delivery
Management,Requirement Analysis,Enterprise
Architecture,PHP,ReactJS,NodeJs,Angular,MySQL,HTML,JavaScript,Jquery,SVN,GIT,JIRA
Key Skills: Engineering Manager,Project Manager-IT/Software Development,Application Maintenance,Project
Management,Delivery Management,Requirement Analysis,Enterprise
Architecture,PHP,ReactJS,NodeJs,Angular,MySQL,HTML,JavaScript,Jquery,SVN,GIT,Mantis,JIRA
Summary
More than 14 years of experience in the area of Software Development & Implementation.
11+ years of hands on development experience in open source technologies (LAMP stack) and frameworks, developing
complex, scalable web and cloud-based applications..
End to End experience in software development cycle - proposing solutions for product vision, finalizing requirements, high level
- low-level designs, execution in sprints, QA handover, UAT, bug triages, and deployments.
Have a very strong flair for estimation in agile execution.
Responsibilities handled in last 8 years include
Co-ordination with US based clients, pre sales team for project requirements & effort estimation.
Architecting and engineering solutions which can meet the product requirements and client vision.
Work Experience
Education
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d1…
https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d13504349515e0… 2/2
UG: BCA (Computers) from MCRP University, Bhopal in 2003
PG: PG Diploma (Computer Application) from Indira Gandhi National Open University (IGNOU) in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP 5x, ReactJS, NodeJs
Webfocus, Angular, Sencha
MySQL 5.x, MS SQL Server
APACHE, NGINX
HTML, XHTML
JavaScript, JQuery
Json, SOAP, REST
Drupal, Joomla, Wordpress
Edit Plus, Zend Studio
Eclipe, Atom, Visual Studio
NETBEANS
SVN, GIT
Paypal, Authorize.net, Stripe
Mantis, Jira
linux, window
Adobe Photoshop, Dreamweaver
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 978: Resume 98 with similarity score 0.01749184275361916
BS work from home , full time air , manual testing , firebase , assessment , fire safety , training , completion , secondary education , resume , safety engineering , android , aviation , mobile , web applications , software testing , computer science , health Assessment
Q1. Why should you be hired for this role?
I am good at Developing Android application where I am good in integrating with backend and also firebase
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
i am available for full time
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
CONTACT Phone: 91 9160319012
Ashish Dattu Yelisetty
Hyderabad
Applied 03 Jan'21
Android Manual Testing Software Testing
B.Com. Professional, Computer Science
ACHARYA NAGARJUNA UNIVERSITY CENTRE FOR DISTANCE EDUCATION
2017 - 2020
Diploma, Fire Safety Engineering
National Academy Of Fire And Safety Engineering
2016 - 2017
Diploma, Pilot And Airhostess Training
Fly Air Aviation Academy Hyderabad
2015 - 2016
Senior Secondary XII
Little Flower Junior College
TELANGANA STATE BOARD OF EXAMINATION board)
Year of completion: 2015
Secondary X
SRI CHAITANYA JUNIOR COLLEGE
SCHOOL OF SECONDARY EDUCATION IN TELANGANA board)
Year of completion: 2013
Android App Development
Incrivelsoft Private Limited, Hyderabad
Jan 2020 - Present
I have Worked as a Android App Developer and developed an Smart Health App and also i worked as a tester for Mobile
applications and web applications
I am Working as a Android app Developer and also interaction with European client
Rank 979: Resume 707 with similarity score 0.017489824504446153
B.E , B.TECH , BS senior developer , it analyst , associate , it professional , full time , technology specialist , team lead , senior consultant , team member websphere portal , customer , orm tools , security , sizing , docker , beginner , status , features , infrastructure , portlet development , connections , coordinated , spring framework , shares , elasticsearch , decision-making , kubernetes , designation , mar , hindi , cloud , ltd , architects , english , logstash , code review , web applications , agile , project , defect tracking , microservices , jsr 168 , programming languages , ibm , pipelines , resource management , social collaboration , his , one , javascript , insurance , general , websphere application server , developers , affirmative action , information technology , oracle , maintenance , jquery , advanced , email , aws , bengali , github , technology solutions , him , knowledge sharing , content management , maven , console , hibernate , contractors , api , spring mvc , mentoring , portlets , case , oauth , authorization , spring boot , restful webservices , government , debugging , pep , repository , offshore , texas , python , acting 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15…
https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15004310500f5d… 1/3
Current Designation: Chief Backend Engineer
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
IBM as Chief Backend Engineer
Jan 2019 to Till Date
MCMP is a product designed and developed by IBM labs in order to build scalable solutions to help hundreds of clients in
automating their infrastructure monitoring and management. It provides a platform for multi-cloud resource management.
Phase 2:
Technologies: Spring Boot, Microservices, Oracle
Roles and responsibilities:
* Design, development and deployment of RESTful API using Spring Boot
* Containerize microservices using Docker and deployed in Cloud using Kubernetes
* Implemented API security using OAuth 2.0
* Took part in several knowledge sharing sessions with development team in US (Austin, Texas)
* Participated in initial design level discussion with product owners
* Took active part in several joint debugging sessions with senior architects
Phase 1:
Technologies: java, Elasticsearch, Logstash
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rimi Talapatra
IT professional with 13+ years of IT experience, Seeking a challenging position as a
Technical Architect/ Technology Specialist/senior developer in Java, Spring,
Microservice based application development
Key Skills: java, j2ee, spring mvc, spring boot, java 8,Microservices,Spring Framework,Hibernate,Elastic Search
Summary
IT professional with 13+ years of industry experience (IBM:2 years,Capgemini: 5 years, Tata Consultancy Services: 8 months &
Cognizant.: 5 years 10 months) & Senior Consultant having Application development experience in Java/J2EE and B-Tech in
Information Technology from West Bengal University of Technology
Programming Languages: Java/J2EE/Python
* Build and deployment: Maven
* Source Code Repository: SVN, Sareena, Git
* 6+ yrs. work experience in Spring framework. Specialized in Spring (Core, MVC, JDBC, Rest, boot)
* 10+ yrs. work experience in portlet development using JSR 168 & 286
* 5+ yrs. of experience in working with modern ORM tools (Hibernate)
* 8+ yrs. work experience in IBM Technology Stack with specialization in WebSphere Application Server, WebSphere
Portal and Web Content management. Specialized in tasks such as Installation
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15…
https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15004310500f5d… 2/3
Roles and responsibilities:
* Design, development and deployment of RESTful API using spring rest to pull the AWS resources from provider
console.
* Design and develop component using Elastic Search (ELK Stack) to pull the data and show it in the widget.
* Configured Log Stash and written pipelines from different sources.
Capgemini as Senior Consultant
Sep 2013 to Jan 2019
Project: ManuLife SPI
* Currently working on development of existing customer facing insurance application of Manulife, Japan. The
technology stack of this new application is Spring RESTful webservices, WebSphere portal 8, Hibernate, DB2 and jQuery.
* Working as an offshore team lead being responsible for any code delivered to customer from offshore development
team and managing a team of 8 developers.
* Have been involved in the initial design discussion and decision-making phase. Did a POC of the capabilities and
presented to the customer.
* Designed and developed several UI modules using jQuery, JSR 286 Spring MVC Portlets and deployed in
WebSphere portal 8. Developed REST end points for a several webservice endpoints using Spring.
* Took active part in build and release management and acting as the point of contact for all build and deployment in
offshore.
* Get involved in design, code review, effort and estimation review for the entire offshore team.
* Participated in several recruitment and mentoring activities as well.
Cognizant Technology Solutions as Associate
Apr 2012 to Aug 2013
Project: PepsiCo Collaboration (Pep Net)
* Support, maintenance and enhancement of PEPnet (social collaboration platform for PepsiCo employees and
contractors). Upgrade of IBM Connections from version 3.0.1.1 to 4.5Key project implementations as team member
* Worked as a Lead and Involved in gathering and analyzing the requirements for the project, designing and
developing new custom web applications using IBM Connections, WebSphere Portal Server 7 and Web Content
management.
* Coordinated with the onsite team, gathers information and shares with the rest of the team at offshore and is also
actively involved in updating the project status to me on a day-to-day basis.
* Provided technical solutions for different portal and collaboration features in IBM Connections, WebSphere Portal
Server 7 and Web Content management.
* Was responsible for estimating for new Projects that are currently being on boarded to the Portal on their sizing,
resource loading and use-case level fronts. One of the currently active one is an IBM Connections version upgrade Project
that is expected to add the new and advanced capabilities of IBM Connections 4.5.
* Actively participated in Cognizant's internal tools that helps in tracking work assigned to his offshore Team
members, ensures quality of delivered software and helps him in Project Configuration, Task collaboration & Tracing and
Defect Tracking.
Tata Consultancy Services (TCS) as IT Analyst
Sep 2011 to Aug 2012
worked in a project for development using java j2ee technology
Cognizant Technology Solutions India Ltd as Programmer
Jul 2007 to Aug 2011
worked on websphere portal and java project
UG: B.Tech/B.E. (Information Technology) from Kalyani Government Engineering College, Nadia in 2006
Education
IT Skills
Skill Name Version Last Used Experience
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15…
https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15004310500f5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
MAVEN 3 2021 6 Year(s) 0 Month(s)
GitHub 2021 2 Year(s) 0 Month(s)
Spring framework (Core, MVC, JDBC) 3 2021 8 Year(s) 0 Month(s)
Agile Methodology 2021 3 Year(s) 0 Month(s)
Spring 3 2021 8 Year(s) 0 Month(s)
Hibernate 3.6 2021 5 Year(s) 0 Month(s)
DOCKER 2021 1 Year(s) 0 Month(s)
Kubernetes 2020 1 Year(s) 0 Month(s)
JAVA 8 2021 13 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Bengali Expert
Hindi Beginner
Rank 980: Resume 421 with similarity score 0.0174113289871118
B.E , BS work from home , owner , event organizer , student , junior programmer , opener scheme , waves , fuel , internships , css , gsm , mar , creativity , v5 , digital media , tracker , sap , new features , resume , fixing , components , react native , router , arduino , completion , assessment , national service , events , management system , python , javascript , organization , technology , props , catia , html , database Assessment
Q1. Why should you be hired for this role?
I am good at React JS components, router, state and props. I will utilize my knowledge and creativity skill to work towards the organization
growth. All I am looking for is an opportunity.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yeah, I am available for 6 month.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Ragunanthan T
Salem, Coimbatore
Applied 07 Feb'21
React Native CSS HTML
JavaScript Python ReactJS
Bachelor of Engineering B.E, Mechanical Engineering
K. S. Rangasamy College Of Technology
2016 - 2020
CGPA 6.80/10
Senior Secondary XII, Science
Adharsh Vidhyalaya Higher Secondary School
STATE BOARD board)
Year of completion: 2016
CGPA 7.40/10
Secondary X
Adharsh Vidhyalaya Matriculation School
MATRICULATION board)
Year of completion: 2014
CGPA 9.00/10
Junior Programmer
Waves Digital Media, Konganapuram
Jun 2020 - Sep 2020
Worked in HTML, CSS and JavaScript
Junior Engineering
brakes india private limited, Melmaruvathur
Jan 2020 - Mar 2020
As a graduate trainee.
ToDo
Nov 2020 - Jan 2021
https://resposivetodo.netlify.app/
Created ToDo using React JS. Enhanced new features like dark mode, responsive page.
Profile Card
Dec 2020 - Dec 2020
https://ragunanthan.github.io/card/
Created my profile card using HTML and CSS
Covid tracker
Oct 2020 - Dec 2020
https://ragucovidtracker.netlify.app/
https://resposivetodo.netlify.app/
https://ragunanthan.github.io/card/
https://ragucovidtracker.netlify.app/
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9025133441
Created Covid Tracker using reactJS
student database management system using python
Jun 2020 - Jun 2020
Developed a student database management system using python. This includes student and staff module. Staff will be able
to add student details and semester marks and Students will be able to view those details after login.
Detection of fuel theft using arduino
Jan 2020 - Feb 2020
To detect fuel theft in the heave vehicle by fixing tank opener sensor which connected with the arduino and GSM module
which sent data to the vehicle owner.
Completed 50 hrs of course in “CATIA V5 R20”
Acquired a certificate in SAP
Actively participated in National Service Scheme.
Event organizer in all school and college annual day functions and other technical events.
I had build a replica of an website. https://ragunanthan.github.io/leadersclass/
Rank 981: Resume 712 with similarity score 0.017286675877427236
B.E , MS , B.TECH , BS senior developer , lead developer , service engineer , senior engineer , automation developer , it professional , senior java developer , installer , full time , team lead , senior consultant , technical lead spring cloud , ixia , java web services , core java , customer , 24x7 , office , firebug , nlp , docker , databases , gateway , test cases , digital , pattern , wlan , openssl , design documents , status , rabbitmq , specifications , store , smb , rdbms , cloud foundry , gitlab , components , qa automation , reliability , kibana , clear , infrastructure , payments , spring security , foundation , spring framework , routers , organization , notification , pipeline , performance testing , switches , ipv4 , sprints , vdi , windows batch , access , designation , confluence , protocol , deliverables , amazon s3 , rhel , mar , hindi , api testing , ltd , english , media player , troubleshooting , shopping , code review , agile , project , wix , mongodb , nsx , sprint planning , provisioning , video , beds , redis , scattering , c++ , flow , code coverage , word , javascript , vmware vsphere , artificial intelligence , technology , developer tools , cash , bill payment , dlna , eureka , powermock , content delivery , reporting , osi model , subversion , bugzilla , general , scrum , ipv6 , developers , visual studio , affirmative action , oracle , jdk , emc , soho , parse , trace , curl , maintenance , basic , vim , alm , nsis , vlan , racks , postgresql , architecture , proxy , email , language processing , tomcat , rtgs , windows 10 , chrome , bengali , spirent test center , hp , mac , him , junit , maven , languages , story , hibernate , ip addressing , viz , cassandra , jira , engineers , search , esxi , apps , dell , online , internet content , restlet , mockito , tunneling , jenkins , openshift , portals , spring di , testng , l2tp , adapter , iperf , authentication , wireshark , apache , sts , authorization , risk , ipsec , mercurial , test execution , spring boot , virtualization , embedded , c# , application , written communication , devices , adherence , test automation , cucumber , gaming , web browsing , increase productivity , servers , debugging , shell scripting , acceleration , ixchariot , idp , selenium , pivotal , cvs , enablement , python , upnp , eclipse , load , nextgen , intellij idea , cd , ethernet 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 1/5
Current Designation: Senior Consultant -Java
Current Company: Capgemini India Pvt Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
Capgemini India Pvt Ltd. as Senior Consultant -Java
Jun 2018 to Till Date
Title SCPay RTGS Automation
Client Standard Chartered Bank (Onsite)
Team Size 40 Engineers
Period July'20 - Present
Role Lead Automation Developer
Responsibilities Write Automation Script using Java and Spring to automate RTGS Payment Test Cases for Saudi
Arabia.
Work in Highly Target Oriented Sprints to Deliver Automation Development as per Target set during Sprint Planning
Without Compromising the Quality of the script as Reliability and Security are the keys in any Banking Project.
Purpose The goal is to migrate SCB Cash Payment System from Legacy to new more Reliable and Secure SCPay
System for a number of Countries. Thorough Testing is essential in making Zero Leakage System, Automated Testing is
key here to increase productivity, reduce manual effort and human errors in testing when same Payment Products are to
be launched in a number of Markets in different Countries in short time span.
Technologies Java 10, Spring DI, Spring JDBC, REST Assured API Client, ELK Search, Kibana, Cucumber Feature
files, Postgres, OpenShift Container Platform (OCP), Jira, Confluence
Title NextGen Security ( NGSSO )
Client Dell EMC Corporation (Onsite)
Team Size 12 Engineers
Period February'20 - June'20
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Subhashis Nath
Senior Consultant seeking roles in Software Development,Application Programming
and Maintenance using Java,Spring Boot,Spring Cloud,RDBMS,Elastic Search,PCF
Key Skills: Senior Consultant,Tech Lead,Software Development,Application Programming,Application
Maintenance,Java,Spring Boot,Spring Cloud,JDBC,PostgreSQL,Oracle,Elastic Search,PCF,MongoDB,Automation
Testing,CI/CD
Summary
A Customer Focused, Result-oriented, Versatile IT professional working as a Lead Java Developer having around 7 years of
relevant IT experience in diversified domains (viz Cash Payments, IOT, Virtualization, NLP & Embedded) during exposure to
multiple phases of SDLC (viz Development, Automated Testing, CI/CD). A Proactive, Hard-Working & Responsible Individual
having the Ability to Learn New Products/Technologies in Short Time span to Deliver new Projects and have good verbal and
written communication skills. Looking for a challenging opportunity in a healthy work environment where I can utilize my skillset
and knowledge effectively for mutual growth of both the organization & myself.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 2/5
Role Lead Developer
Responsibilities Implement an all-in-one SSO solution using Spring Cloud Gateway and Spring Security SSO securing
access to a number of sensitive Business Apis and Web Portals using PCF PingFederate SSO Service plan as Identity
Provider (IdP). The project is going to be a high impact solution eventually modifying the existing security model of almost
all projects under ESRS.
This SSO app smartly handles fetching configs like Gateway Route uri and predicates path dynamically from PCF
manifest file without any modification to secure number of downstream target apps.
Implement an Authentication Filter to support both BASIC, SecureID mode of SSO authentication, differentiated by
AuthMode header, and integrate the filter with above Gateway.
Pass to be NextGen SSO Session (ngssosession) cookie containing Bearer OAuth2 JWT token value to replace in use
Clear Trust Session (CTSESSION) cookie while invoking target APIs/web page.
Work on setting up Service Registry and Service Discovery micro-services using Netflix Eureka and Spring Boot and
deployed them to PCF.
Write JUnit tests using PowerMock and Mockito for all the target endpoints secured with new SSO to confirm if they
provide the same results as before using Postman.
Integrate automatic Build, Checkmarx Security scan and Deployment to CI/CD pipeline.
Collaborate closely with the QA team, share them Postman collections, RCAs, Fix and follow up till getting Sign-off from
them closing the User Story.
Dig deeply into the Architecture of different flavours of Gateway devices (VE, eVE) Provisioning Flow to understand point
of modification, analyse its impact and risk involved.
Provide support to my previous projects. Enhancing language level security by upgrading to Java 10 and deploying to all
the servers in different environments to be able to get future security patches.
Purpose The goal is to replace the in-place Authentication Manager (RSA AxM) which is in end of contract period with
Dell. The solution is going to have a significant security impact over existing Sign-in mechanism in all the projects under
ESRS umbrella.
Technologies Java 8, Spring Cloud (Hoxton SR3), Spring Boot (2.2.6), PCF SSO Service, PingFed IdP, Netflix Eureka
Service Registry and Service Discovery, Adapter Pattern, OAuth2, JWT Token, Swagger, Chechmarx
Title MyService360
Client Dell EMC Corporation (Onsite)
Team Size 5 Engineers
Period June'19 - February'20
Role Lead Developer
Responsibilities Write PCF Spring Boot Scheduler service which monitors some table every minute, send notification
once there is an update in table entries.
Harman International Pvt Ltd. as Technical Lead
Jul 2017 to May 2018
Title VMware Cloud Foundation ( VCF ) QE Automation
Client VMware Software India Private Limited, Bangalore (Onsite)
Team Size 17 Engineers
Period July'17 - May'18
Role Senior Developer & Automated Testing Developer
Responsibilities Work on automated imaging and bring up of VMware Cloud Foundation (VCF) Racks consisting of
ESX, servers, switches, and vSAN, vCPU, NSX using Java UI.
Write code for VCF infrastructure various functional UI and API test automation with TestNG, Selenium Web-driver.
Work on development of VCF Audit and Compliance tool.
Write REST APIs for inter component communication between different Rack components.
Create automated test code coverage reports using Jacoco for various VCF modules, integrate them as Jenkins weekly
jobs and send the report to respective module owners.
Debugging, troubleshooting, reporting bugs, participate in daily scrum meetings.
Technologies Java 8, RESTful Web Services, Spring Boot, Spring, Hibernate, Selenium Web Driver, SDDC, VMware
Cloud Foundation, ESX, vCenter, vSphere, VI, VDI, PostgreSQL, Postman, Swagger, Tomcat, Maven, Jenkins, Git, HP
ALM, HPQC, Jacoco, HTTP, DNS, VLAN, DHCP, Review Board, STS
Alumnus Software Ltd as Senior Engineer
Jun 2011 to Jun 2017
Title Concept Search
Client S3.com (Offsite)
Team Size 5 Engineers
Period Dec'15 - June'17
Role Senior Developer
Responsibilities Write Parser which can Parse Word Doc/Docx Files based on predefined model templates.
Used Artificial intelligence to provide user the facility to search text phrases (concepts) within the document and provided
meaningful textual values.
Used Apache OpenNLP 1.5 library for English Language Processing and extraction of meaningful values.
Technologies Java 7, OpenNLP v1.5, Spring Framework, Maven, Eclipse
Title Internet Content Delivery Acceleration ( IWP )
Client iCelero Technologies Private Ltd (Offsite)
Team Size 15 Engineers
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 3/5
Period Apr'14 - Nov '15
Role Java Developer
Responsibilities Used Amazon S3 to store media files. Managed Selenium web-driver Java coding to automate
measurement of web page load times.
Write NSIS scripts to build exe installer of the application.
Write some Windows Batch Scripts as per installation requirement.
Purpose iCelero Windows Proxy (IWP) revs up the PC Internet ranging from web browsing, streaming large media files,
multi-player gaming, social networking, online shopping and online bill payment without scattered the user's private data
on the Internet. The application was meant to provide the end user with highly optimized web content in real time over the
internet.
Title QA Automation
Client Intel Technology (Onsite)
Team Size 6 Engineers
Period June'11 - Mar'14
Role Programmer & Automated Testing
Responsibilities Hands on exposure to Automated Functional & Performance Testing of Protocols viz TCP, UDP, IPv4,
IPv6, LAN, WLAN, DHCP, different Tunneling protocols (IPSec, L2TP, IPoGRE, EoGRE) and SMB protocol.
Hands on exposure to setup Network Test Beds using WLAN, Ethernet, VLAN, L2, L3 devices viz Routers, Smart Switch,
Very good understanding of Network Topologies and OSI Model Layers
Write Python scripts for Automated Functional and Performance Test Cases of SOHO Router Device (CPE),
Designing Automated Test Framework, debugging, troubleshooting and overall adherence to Agile development methods
Peer code review and checking if the same meets client standards and fulfils requirements.
Have Onsite work experience to gather project requirements.
Raise defects in pre-defined template in JIRA
Ensuring deliverables are on schedule.
Technologies Python 3, Shell Scripting, OSI, TCP/IP, UDP, Tunneling protocols (IPSec , L2TP, GRE), LAN, DHCP, IPv6,
HTTP, SMB, IP addressing schemes, MAC address, DNS, VLAN, JIRA, IxChariot, Spirent Test Center, iPerf, WireShark,
Expect, Netsh (Windows), Chrome Developer Tools, Vim, Mercurial, CVS, vSphere, RHEL
UG: B.Tech/B.E. (Computers) from West Bengal University of Technology (WBUT) in 2011
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
SQL 2019 4 Year(s) 0 Month(s)
API testing 2019 6 Year(s) 5 Month(s)
SCRUM 2019 8 Year(s) 0 Month(s)
SPRING FRAMEWORK 2019 5 Year(s) 0 Month(s)
Hibernate 3 2017 2 Year(s) 0 Month(s)
DOCKER 2019 1 Year(s) 0 Month(s)
Java Web Services 2019 4 Year(s) 0 Month(s)
spring boot 2 2019 4 Year(s) 0 Month(s)
CORE JAVA 1.8 2019 7 Year(s) 5 Month(s)
Cloud Foundry 2019 1 Year(s) 0 Month(s)
JIRA, Bugzilla
GitLab, Jenkins
Git, Subversion
VMWare Vsphere
ESXi, vCenter, LogInsight
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 4/5
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: May 2018 - Jul 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Module Leader
Duration: Jul 2017 - Apr 2018
Onsite / Offsite: Onsite
Team Size: 17
Nature of Employment: Full Time
Project Location: Alumnus Software Ltd
Role: Programmer
Duration: Dec 2015 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 5
cucumber
Selenium Web Driver
PostgreSQL, Oracle, SQL
Elastic Search
Kibana, MongoDB, Redis
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
Projects
Project Title: Remote Service Credential
Client: Dell EMC
Skill Used: Java 8, Spring Boot, Spring Cloud, Spring REST, RabbitMQ, PCF, Docker, Micro Service Architecture, API
Gateway, PostgreSQL, Curl, Postman, Swagger, Git, Apache Tomcat, Maven, IntelliJ Idea
Role Description: Write Micro service endpoints and corresponding API Gateways to authenticate inbound requests
using Spring REST and Jersey. Deploy the Micro Services endpoints in Pivotal Cloud Foundry platform. Use
OpenSSL and Bouncy Castle to generate Certificate.
Project Details: RSC enablement feature of EMC Device helps EMC service engineers to provide 24X7 remote
support to EMC Devices located in Client site removing the dependency to know login credential of those Devices in
advance. The service engineer can generate Passcode for any RSC enabled Device securely via ServiceLink any
time and can login to that Device to troubleshoot issues.
Project Title: VMware VCF SDDC Bringup
Client: VMware Software India Private Limited
Skill Used: Core Java (JDK 1.8), RESTful Web Services, Selenium Web Driver, SDDC, VMware Cloud Foundation,
ESX, vCenter, vSphere, VI, VDI, Apache Tomcat, Maven, Jenkins, Git, HP ALM, HPQC, PostgreSQL, Cassandra,
Jacoco, HTTP, DNS, VLAN, DHCP, Restlet Client, Vim, RHEL, Windows 10
Role Description: Design, develop, troubleshoot and debug software programs for databases, applications, tools,
networks etc.
As a member of the software engineering division, I assisted in defining and developing software for tasks
associated with the development.
Project Details: Work on automated imaging and bring up of VMware Cloud Foundation (VCF) Racks consisting of
ESX, servers, switches, and vSAN, vCPU, NSX using Java UI and Python API. Write code for VCF infrastructure
various functional UI and API test automation with TestNG, Selenium Web-driver. Work on development of VCF Audit
and Compliance tool. Write REST APIs for inter component communication between different Rack components.
Create automated test code coverage reports using Jacoco for various VCF modules, integrate them as Jenkins
weekly jobs and send the report to respective module owners. Debugging, troubleshooting, reporting bugs,
participate in Daily scrum meetings and production support.
Project Title: Concept Search
Client: S3.com
Skill Used: Java 7, Windows, WiX MSI framework, Eclipse, OpenNLP, SharpNLP, Apache Maven
Role Description: 1. Hands on porting of Apache OpenNLP 1.5.0 library Chunker and POS-Tagger JAVA modules to
SharpNLP C# modules.
2. Hands on NSIS and WiX scripting to build EXE and MSI installers of the application.
3. Ensure that various deliverables are on time.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 5/5
Nature of Employment: Full Time
Project Location: Alumnus Software Ltd
Role: Programmer
Duration: Apr 2013 - Nov 2015
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Intel Technologies Bangalore
Role: Sr. Programmer
Duration: Nov 2011 - Mar 2013
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Alumnus Software Ltd
Role: Programmer
Duration: Jun 2011 - Oct 2011
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: The application parses Word Doc/Docx files based on few internal model templates. Uses
intelligence to provide user the facility to search text phrases (concepts) within the document and presents him
meaningful textual values. Uses SharpNLP library for value extraction.
Project Title: Internet Content Delivery Acceleration
Client: iCelero Technologies Private Ltd
Skill Used: JAVA (JDK1.6), NSIS, Selenium Web-driver, C++, WiX MSI framework, Windows Batch scripting,
WireShark, Chrome Developers Tool, Firebug, JIRA, SVN, GIT
Role Description: 1. Hands on NSIS scripting to build exe installer of the application.
2. Hands on Selenium Web-driver JAVA coding to automate measurement of web page load times.
3. Write some Windows Batch Scripts as per installation requirement.
Project Details: iCelero Windows Proxy (IWP) revs up the PC Internet ranging from web browsing, video streaming,
multi-player gaming, social networking, online shopping and online bill pay without scattering the user's private
data on the Internet. The application is meant to provide the end user highly optimized web content in real time over
the internet.
Project Title: QA Automation
Client: Intel Technology Bangalore
Skill Used: Python, Shell scripting, Automation, JIRA, Mercurial, CVS, HTTP, IXIA, IPSEC, L2TP, GRE, LAN, DHCP,
SMB, Wireshark, IntelliJ Idea, Vim
Role Description: Senior Java Developer to write automation test modules.
Write user guide and design documents
Debug and fix issues, production support and maintenance.
Ensure deliverables are on schedule
Gather Requirements and do Acceptance Tests at Client office
Project Details: Development of Automation Testing Tool which executes various Functional and Performance test
cases of SOHO Router device (CPE), decides test execution result to be PASS/FAIL based on the test criteria, saves
the generated test logs and other trace files, maintains a database.
Project Title: DLNA
Client: Digital Living Network Alliance
Skill Used: JAVA (JDK1.6), C#, UPNP, DLNA, VMware, Visual Studio, Eclipse IDE, WinCVS, Media Player, Media
Server
Role Description: 1. Hands on Core JAVA and C# coding to write Automated Test Cases to test various Devices
Under Test (e.g Media Player, Media Server etc).
2. Analyze and provide fix on major issues which came up during QA Testing.
Project Details: Aims to provide a number of test cases to test compliance of DUTs if they adhere to the DLNA
specifications while streaming large media files like video and audio.
Rank 982: Resume 1468 with similarity score 0.017246594989455345
BSC , BS , B.E , MS , B.TECH associate , test engineer , full time , enterprise manager automation , functionality , manual testing , reporting , general , bugzilla , design review , developers , jmeter , affirmative action , mysql , web services , hindi , api testing , basic , oracle enterprise manager , agile & waterfall methodologies , test cases , digital , english , authorization , functional requirements , test execution , status , bug tracking , protection , software testing , email , project , integration testing , logging , test scenarios , soapui , mumbai , cucumber , electronics , edge , obc , testing process , middleware , compliance testing , output , kibana , putty , framework , system testing , languages , canvas , selenium , weblogic , mobile , python , jira , eclipse , javascript , technology , masking , business requirements , gujarati , online 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c195…
https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c19574442505e5f0… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Torry Harris Integration Solutions as Associate Test Engineer
Oct 2018 to Dec 2020
PROJECT SUMMARY:
PROJECT DETAILS
ROLE: API Tester
TECHNOLOGY: APIGEE, Postman, Cucumber, JIRA, Putty, Kibana
DESCRIPTION: Worked for Mobile Subscription API - Digital Parallel Calls project where I had to test the service to
reduce the total turnaround time for the service to execute.
Participated in API design review calls to understand the behaviour and the input output functional requirements, product
designs and potential problems.
Designed test scenarios, test cases according to the Business requirements and got it reviewed by peers.
Identified, Analysed and Documented problems with program functions, output, online screen, or content.
Documented software defects using Bug Tracking tools like JIRA and Bugzilla, and reported defects to software
developers.
Monitored bug resolution efforts and tracked successes
Raising defects where required and closing them once fixed.
TITLE: Node Migration
DESCRIPTION: Worked for Node Migration project where we tested that the API functions the same way as it was
working in Nodejs to the Canvas for the API functionality for the new migrated node.
I was responsible for the QC and EIT (Early Integration Testing) Testing process, also did DevPortal Testing which was
Front-End Testing.
PROJECT DETAILS
ROLE: Webservice Testing
TECHNOLOGY: SOAPUI, Oracle WebLogic, Putty
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Harsh Pathar
Associate Test Engineer with more than 2 years of knowledge and experience in API
Testing, Webservice Testing,Front End Testing and End to End Test Support. Seeking
opportunity in Software Testing,Automation Testing and Manual Testing
Key Skills: API Testing, Web Services Testing, Middleware Testing, SOAP UI, JIRA, Postman, Apigee, Python Selenium,
SQL, Oracle Weblogic, Oracle Enterprise Manager, Putty, Cucumber, Eclipse, JMeter,
Summary
Having more than 2 years of knowledge and experience in Testing and End to End Test Support. Expertise in API, Webservices,
Functional, Integration Testing. End to End knowledge on Middleware. Manual (Postman and SoapUI) + Automation (Cucumber
Framework) for API testing + Basic of Python Selenium for browser Automation and Basic knowledge in RPA using the tool
UiPath.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c195…
https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c19574442505e5f0… 2/3
DESCRIPTION: I was responsible for QC and ST (System Testing) testing process.
Did Functional, Regression, Integration, Sanity and System Testing for various projects.
Attending calls and meeting with clients for analysis of requirements.
Deriving the test scenarios
Converting the test scenarios to test cases
Test Execution
Parameter mapping for request and response from logs
Raising defects where required and closing them once fixed.
TITLE: GDPR (General Data Protection Regulation)
DESCRIPTION: In this project I was responsible for GDPR compliance Testing to check masking of sensitive fields.
Analysis of Requirement
Test Execution
Checking sensitive fields whether they were getting masked or not.
Reporting a defect in case fields didn?t follow GDPR compliances.
UG: B.Tech/B.E. (Electronics/Telecommunication) from REVA INSTITUTE OF TECHNOLOGY AND MANAGEMENT,
BANGALORE in 2018
Other Qualifications/Certifications/Programs:
Manual Testing
Education
IT Skills
Skill Name Version Last Used Experience
Basics of Python, API - Cucumber, Basic
MySQL
Agile & Waterfall Methodologies
Eclipse
Soap UI
JIRA
BUGZILLA
Apigee Edge
postman
PUTTY
UiPath (RPA)
SELENIUM
JMETER
Kibana logging
GIT
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c195…
https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c19574442505e5f0… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
GUJARATI
Rank 983: Resume 1417 with similarity score 0.01722825035066853
B.E , MS , B.TECH , BS team member , fashion designer , partner , technical project manager , technical program manager , full time , business objects , delivery manager training , conducting , is-retail , sales & marketing , sap fiori , digital , customer satisfaction , project planning , status , specifications , mumbai , safeguarding , testing , scope management , project work , sybase iq , sales tax , afs , technical services , crm , jda , solution development , hybris , merchandise , techno-functional , designation , hindi , cloud , technical requirements , gap analysis , ltd , english , troubleshooting , visual basic , sap netweaver , business process mapping , live , functional consulting , solution architecture , ile , software architecture , word , one , javascript , crystal reports , enterprise support , technology , business requirements , risk analysis , affirmative action , user experience , maintenance , utilization , checks , email , max , sap is , fit , operations , microsoft , sequencing , mac , languages , rpg , sap implementation , management system , dashboards , commerce , program management , sap hana , functionality , validation , ug , c-level contacts , tax credits , lumira , mms , webi , visualization , authorization , teams , go , sql , business analysis , application , devices , adherence , user requirements , electronics , led , sap warehouse management , transformation , finance , repository , pcm , career development , returns , merchandising , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d0243400915…
https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d02434009150218485b5f5a… 1/3
Current Designation: Technical Program Manager / Project
Manager -SAP HANA
Current Company: SAP Labs India Pvt. Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Raipur
Functional Area: IT Software - ERP / CRM
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 20 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Finance]
Verified : Email - id
SAP Labs India Pvt. Ltd. as Technical Program Manager / Project Manager -SAP HANA
Jun 2007 to Till Date
Growth Path:
Since Apr'13: Technical Program Manager / Project Manager
Apr'12 - Mar'13: Support Delivery Manager - India
Apr'11 - Mar'12: Enterprise Support Advisor - West - Top Accounts
Jun'07 - Mar'11: Consultant - SAP IS Retail, SAP MAP, Logistics - SAP WM
Key Result Areas:
Providing strategic direction and vision for the team and leading them in the right direction to work smarter and more
efficient
Facilitating development initiatives involving mapping of business requirements; delivering periodic services like one
time / technical services based on the business requirements
Supervising smooth implementation and testing of the application and extending post go-live & application
maintenance support to the client
Mapping Business Requirements "As Is" and "To Be" Study; customizing settings to maintain the enterprise structure
and other relevant customization needed in enterprise structure level
Configuring SAP HANA related settings including cross module integration and documenting user requirements and
developing specifications for customization
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Salil Kumar Nayak
Technical Program Manager /Project Manager seeking roles in SAP
Implementation,SAP S/4HANA Support, Project Management,Delivery
Management,Program Management,Business Analysis,Functional Consulting,SAP IS-
Retail,BW, SAP WM, SAP Fiori
Key Skills: Technical Program Manager /Project Manager,SAP Implementation,SAP HANA Support,Project
Management,Delivery Management,Program Management,Business Analysis,SAP Warehouse Management,Functional
Consulting,SAP IS-Retail,SAP WM,SAP MAP, SAP Netweaver,
Summary
Result-oriented, SAP HANA certified, Techno-functional Professional with nearly 20 years of cross-cultural experience in
Program/Project Management, Delivery Management, SAP HANA Support & Implementation, and Business Analysis
Focused-forward Technical Project Manager with expertise in managing end-to-end delivery/ program/ project planning &
implementation from scope management, to activity sequencing, effort & cost estimation, risk analysis to quality management in
line with the guidelines & norms
Strategist & implementer with expertise in leading SOH migration, S4HANA Implementation and safeguarding of S4HANA
projects on premise & on Enterprise Cloud
Outstandingly skillful in managing C-level contacts, maintaining customer satisfaction and de-escalated support related
escalations
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d0243400915…
https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d02434009150218485b5f5a… 2/3
Presenting & pitching solutions to the client, responding to RFPs, delivering presentations basis the scope of the work
Managing software architecture activities for business process mapping of the client and identifying appropriate
development methodology
Leading the implementation and support of SAP HANA solutions for customers based across different geographies
Managing the entire project operations with a view to achieve business objectives and ensure optimum utilization of
available resources, which include both end-to-end implementation and production support
Interacting with team members to ensure smooth progress of project work; ensuring adherence to quality norms
throughout the implementation process
Working closely with customers on the technical requirements to provide solutions; identifying requirements including
details required for service definition using technology solution document
Clients:
Shoppers Stop: Managing & ensuring S4HANA 18/09, BW/4HANA, Customer Activity Repository 4.0 (CARAB)
implementation including solution architecture review, fit-gap analysis, technical feasibility and integration checks, going-
live support.
Sun Pharma: Managing & ensuring S4HANA 16/10 implementation including design, development & troubleshooting of
applications; conducting gap analysis including validation of needs in conjunction with onsite & offsite teams comprising of
SAP & partner resources
AND Ltd. Delivered safeguarding services to support end-to-end implementation of IS-Retail HANA with add-on SAP
Simple Finance 1503, integrated with SAP AFS for the midsize Fashion Designer, Manufacturer and Retailer.
Tata CLiQ: Led the delivery of SAP premium engagement services to ensure successful implementation of Hybris e-
commerce, PCM and OMS, SAP ECC FICO, CRM, PI.
Maharashtra Sales Tax Dept.: Driven the Max attention engagement the project lifecycle implementation of SAP TRM
and custom solution for taxation processes. Led the innovative solution development on SAP IQ for tax filings and
computations of tax credits in Sybase IQ. The form-based processes are implemented end-to-end to facilitate volume of
about 1 million returns per month
State Bank of India: Led a large digital user experience transformation project for the largest bank in India to
personalize and simplify the user experience across all lines of tasks and devices for SAP HRMS system
Career Development System: SAP IQ and SAP Business Objects functionality used to create a common repository for
information from which Business Objects extract's information for visualization & interactive reporting/ Dashboards
Essar Group
Sep 2006 to May 2007
Highlights:
Pivotally implemented JDA -MMS (Merchandise Management System) and WINDSS (Point of Sale solution) for the
retail business initiative of the ESSAR Group.
Ensured cross-functional & cross-program solution integration & end-to-end design
Assisted team in understanding the Business process from the various business functions - Distribution & Logistics,
Sales & Marketing, Merchandising and the Finance team.
Conducted training sessions for users including management team and merchandisers during implementation
Shoppers Stop Limited as Team Analyst
May 2004 to Sep 2006
Highlights:
Directed implementation of JDA-MMS for Shoppers Stop group companies - MAC & HyperCITY
Headed implementation of JDA ASR E3 Inventory Management Solution for HyperCITY
Attained certification in ASR E3 Inventory Management Solution from E3 Corporation
Restructured the Auto-Replenishment system for Shoppers' Stop
Worked as a core team member, provided support & solutions for the entire Group - Shoppers Stop Limited/ Hyper
City/ New Business Initiative/ Cross word / Mother Care for JDA-MMS ERP
UG: B.Tech/B.E. (Electronics/Telecommunication) from RGIT, MUMBAI in 2000
PG: MBA/PGDM (Finance) from Narsee Monjee Institute Of Management Studies (NMIMS) in 2015
Education
IT Skills
Skill Name Version Last Used Experience
S4HANA, SAP Activate
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d0243400915…
https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d02434009150218485b5f5a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SAP IS-Retail, SAP WM
SAP MAP, SAP IS-AFS
SAP HANA, SAP NetWeaver
SAP IQ, SAP Fiori
SAP BW, Lumira, BO WebI Reports
Crystal REPORTS
JDA-MMS ERP, BPCS ERP
Microsoft Visual Basic 6.0
RPG/CL, ILE, SQL, AS/400
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 984: Resume 908 with similarity score 0.017202433330643984
B.E , MS , B.TECH software engineer , part time , full time , software developer intern react.js , api , algorithms , security , ease , designation , ug , tamil , affirmative action , zoho , hindi , maintenance , firebase , authorization , english , sharepoint , status , productivity , c# , email , project , debate , application , aws , product management , ownership , less , fixing , design thinking , c++ , languages , asp.net , android development , task force , sql server , unity , crisis , javascript , technology , refactoring , french 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c11…
https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c110610435c5c0e0… 1/2
Current Designation: Member Technical Staff - Software
Engineer
Current Company: Zoho
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 10 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Zoho as Member Technical Staff - Software Engineer
May 2019 to Till Date
Responsible for the end-to-end life cycle of feature
development: Competitor Analysis, API Designing and
Development. Also an expert in ages-old code refactoring.
Development and Ownership of vital modules and APIs.
As a part of a new Task force Club, SDLC Productivity
Enhancement of the product is taken care of.
Zoho Technologies as Project Trainee
Jan 2019 to Apr 2019
This period included DB Designs, RESTful APIs, and finding
Security issues and fixing them.
Tactopus as Software Developer Intern
Jun 2018 to Aug 2018
Responsibilities included Design Thinking, Developing AR
Algorithms using Unity, Developing an Android App using
React, AWS, FireBase and managing APIs and dependencies.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SANTHOSH KRISHNA S
A Futurist, Pantomath and a Design Thinker. Can arrive with the most optimal solution
at a crisis with ease. Inquisitive by nature. Can bring a team together to their fullest
potential.
Key Skills: Software Development,Product Management,Project Management,Defect Management,Product
Design,System Design,Data Structures,Java,C,C++,HTML,DBMS,React.Js,Javascript,Android Development,AWS,Design
Patterns,Sharepoint,ASP.Net,SQL Server,C#
Summary
A Futurist, Pantomath and a Design Thinker. Can arrive with the most optimal solution at a crisis with ease. Inquisitive by
nature. Mastered the fine-lines between Discussion, Oration, and Debate. Can bring a team together to their fullest potential. On
top of all, a Musician.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c11…
https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c110610435c5c0e0… 2/2
UG: B.Tech/B.E. (Computers) from psna college of engineering and technology in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, C, C++
Programming, coding
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
French
Rank 985: Resume 1378 with similarity score 0.017144227968239854
B.E , B. TECH , MS , B.TECH technician , associate , customer support engineer , full time , customer service agent , enterprise architect , aws solution architect retail , amazon ec2 , telugu , designation , scripting , affirmative action , amazon s3 , amazon vpc , ltd , sds , authorization , english , enterprise , abuse prevention , status , customer service , email , amazon sqs , aws , solution architecture , electronics , obc , languages , python , javascript , amazon cloudfront , metrics , kodi 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195…
https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195012465c0e0f0… 1/2
Current Designation: Associate in SDS Concession Abuse
Prevention
Current Company: Amazon Development Centre India Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Chennai,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Amazon Development Centre India Pvt. Ltd as Associate in SDS Concession Abuse Prevention
Jun 2017 to Till Date
Exemplary work as retail customer service agent; met and surpassed goals with metrics on my customer service contacts;
work to surpass expectations in an ongoing capacity.
Trained for specialty and work in Concession Abuse Prevention Department; striving to rehabilitate customers with a trend
of concession abuse.
Worked for Abuse prevention team to analyse and control the frauds happening post-delivery of the products.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Aditya Engineering College, Surampalem in 2017
Other Qualifications/Certifications/Programs:
AWS Solution Architect by Edureka
Last Active: 25-Nov-20 Last Modified: 25-Nov-20
PRITHVI RAJ KODI
B. tech with 2.5+ years of experience in Customer service. Skilled in AWS cloud
solution architecture and Python.
Key Skills: Customer Support Engineer/Technician,Technical Support,Solutions Architecture,SNS,Python
Scripting,AWS,Customer Support
Summary
Having in-depth knowledge of AWS Solution Architecture and AWS services. Also skilled in Python.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195…
https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195012465c0e0f0… 2/2
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Amazon Ec2, Amazon S3
SNS
Amazon Route 53, Amazon Cloudwatch
Amazon VPC, Amazon SQS,Amazon Cloudfront
Python Scripting
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Rank 986: Resume 846 with similarity score 0.017122459882064015
B.E , MS , B.TECH associate , team leader , senior software engineer , full time css , designation , ug , visual studio , mar , affirmative action , mmc , user experience , web services , hindi , maintenance , tablets , windows , test cases , jquery , json , advanced , authorization , english , status , c# , project , application , focus , devices , test scenarios , less , solution architecture , selenium webdriver , forms , electronics , testing , version control tools , mvc , languages , asp.net , html5 , iis , malayalam , javascript , eclipse , technology , microsoft sql server , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10…
https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10571215500e0c… 1/3
Current Designation: Senior Software Engineer
Current Company: Capgemini
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Bhopal
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Capgemini as Senior Software Engineer
Mar 2020 to Till Date
Capgemini as Consultant -Dot Net
Mar 2020 to Jul 2020
Project Name:
Overview
Technologies
AutomationTools SogetiTesting
SogetiTesting is an integral project of Capgemini.It is an internal project with a focus to provide rich user experience and to
support various devices like mobiles and tablets.
The objectives of the project are
1.Creating and executing the test cases
2.Installation of Eclipse, Selenium Webdriver,
3.Execution of test scenarios in selenium
HTML,CSS,Javascript,Advanced Javascript,MVC,WebApi,REACT JS
Selenium Webdriver,Postman
Last Active: 5-Feb-21 Last Modified: 3-Feb-21
Ratish Pillai
PMEC Consultant seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,ASP.NET,JavaScript,jQuery,HTML5,CSS3,Web
Services,JSON,C#.NET,Ajax,REACT JS
Key Skills: Consultant,Tech Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,ASP.NET,JavaScript,jQuery,HTML5,CSS3,Web
Services,JSON,C#.NET,Ajax,REACT JS,Team Leader
Summary
5.5 years of work experience in development, enhancement and support applications.
Comprehensive knowledge of REACT JS, C#.NET, ASP.NET,VB.NET, MS SQL Server 2008,Javascript, jQuery, JSON, Ajax,
Bootstrap2/3. Familiar with version control tools like TFS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10…
https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10571215500e0c… 2/3
Larsen and Toubro Infotech as Sr. Software Engineer
Jan 2019 to Jan 2020
1. Project Name: Marsh and McMellan Corporation(MMC)
Overview
MMC is ClientBasedProject which is basically Windows Based Application which basically uses two forms MTrack and
MTrack
Manager to provide user rich experience.
The objectives of the project are-
1.Migrate from Vbnet to C# using Component FlexGrid
2.Creating new forms Mtrack and MTrack Manager
3.Resolving compile time errors after conversion
4.Interacting withn QA team at testing level
5.Deployed the code.
Technologies VB.Net
Role: Design and development as per the client requirement.
Client(s):
MMC
Cognizant as Associate
Jan 2015 to Jan 2019
UG: B.Tech/B.E. (Electronics/Telecommunication) from Oriental College Of Technology, Bhopal in 2014
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS
Microsoft Sql Server 2008R2
ASP.NET
JavaScript
JQUERY
HTML5, CSS3
IIS 7.0 Server
WEB SERVICES
JSON
C#.NET
AJAX
React js
Visual Studio 2010/2012/ 2013/2015
TFS
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10…
https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10571215500e0c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 987: Resume 1443 with similarity score 0.017098796737952244
B.E , MS , B.TECH software engineer , technology analyst , partner , software developer , full time , senior consultant , java developer onboarding , core java , clinical research , designation , ug , affirmative action , trading , hindi , maintenance , authorization , advanced , english , status , email , project , infosys , application , business rules , languages , process automation , it , javascript , biotechnology 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44…
https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44034247595509… 1/2
Current Designation: Senior Consultant
Current Company: Saama Technologies
Current Location: Pune
Pref. Location: Chennai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Pharma/Biotech/Clinical Research
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Saama Technologies as Senior Consultant
May 2019 to Till Date
Currently working as a senior UiPath developer. I also have 2.5 years of experience in Blue Prism.
Infosys as Technology Analyst
May 2015 to May 2019
2.5 years of experience as a Blue Prism developer.
Hexaware Technologies as Software Engineer
Sep 2011 to Apr 2015
3.5 years of experience as a Java developer.
UG: B.Tech/B.E. (Computers) from Biju Patnaik University of Technology (BPUT) in 2011
Other Qualifications/Certifications/Programs:
UiPath Advanced RPA Developer
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Kamal Kumar Patel
Having 9.3 years of IT experience which includes 2.5 years of experience in Blue
Prism and 1.8 years in UiPath. Currently working as a senior UiPath developer.
Certified as Advanced RPA Developer by UiPath. Certified as Blue Prism Developer.
Key Skills: RPA,Blueprism,Blue Prism,UiPath,Robotic Process Automation,UiPath Certified,Blue Prism Certified
Summary
Having 9.3 years of IT experience, which includes 2.5 years of experience in Blue Prism and 1.8 years in UiPath.
Certified as Advanced RPA Developer by UiPath. Certified as Blue Prism Developer.
Currently working as a senior UiPath developer.
5 years of experience in Core Java and J2EE frameworks.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44…
https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44034247595509… 2/2
Blue Prism Developer Certified
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Feb 2020 - Nov 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Blue Prism 6 2019 2 Year(s) 5 Month(s)
Uipath 2019.10 2020 1 Year(s) 6 Month(s)
JAVA, J2EE 7 2016 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odia Expert
Projects
Project Title: Onboarding and managing new Trading Partner
Client: Genentech Solutions
Skill Used: UiPath
Role Description: Senior RPA Developer
Project Details: Genentech is an American biotechnology corporation which develops medicines and provides to the
customers through hundreds of trading partners. We are implementing RPA in modules like onboarding a new trading
partner, managing data into multiple downstream systems, extracting reports on daily basis etc. This also includes
implementation of business rules across different systems.
Rank 988: Resume 1458 with similarity score 0.016999681412044196
BSC , BS , B.E , MS , B.TECH project manager , software engineer , project lead , certified scrum master , change management , full time , program manager user acceptance testing , training , core java , telugu , succession planning , rfi , customer satisfaction , project planning , gas industry , status , stakeholder management , cable , vbscript , scope management , technical design , building , delivery of projects , pro*c , devising , designation , trading , csm , hindi , windows , english , supply , sprint planning , change management , resolve , strategy , recruiting , resource management , process automation , javascript , committees , technology , risk analysis , optimization , scrum , amdocs , affirmative action , jdk , oracle , principles , technical direction , readiness , maintenance , unix , service delivery , escalation , architecture , email , operations , global delivery , sequencing , design patterns , languages , business process , level design , billing systems , web , pmp , program management , rendering , oil & gas , performance management , rfp , toad , telecom , revenue , authorization , teams , telephony , sql , application , focus , conducting meetings , framework , cvs , ceremonies , acting , eclipse , attrition 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d43…
https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d430747405d5901… 1/3
Current Designation: RPA Project Manager
Current Company: Tech Mahindra
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tech Mahindra as RPA Project Manager
May 2003 to Till Date
Growth Path:
May 03-May 09 - Software / Sr. Software Engineer
jun 09 - May 14 - Project Lead
Jun 14 - Jun 17 - Project Manager
Since Jul 17 - RPA Project Manager
Domains: Oil and Gas Industry, Supply and Trading, Customer Care & Billing systems for Telephony and Cable
Technology: UI Path, C, Java
Role:
Leading strategy planning, service delivery, budgets, revenue growth, RFP/RFI's, client management, operations,
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VIJAYA KUMARI VIPPARTHI
PMP,RPA Project Manager seeking roles in Program Management,Project
Management,Requirement Gathering,Software Development,Application
Development,Global Delivery Management,Resource Management,Risk
Management,Stakeholder Management,Core Java,SQL
Key Skills: PMP,RPA Project Manager,Program Manager,Program Management,Project Management,Requirement
Gathering,Software Development,Application Development,Global Delivery Management,Resource Management,Risk
Management,Stakeholder Management,Core Java,SQL
Summary
Certified Scrum Master & PMP, offering 17+ years of experience in directing implementation & delivery of projects/programs
using Scrum Framework/Agile/ Waterfall Methodologies for clients with focus on achieving top-line & bottom-line results
Possess on-site exposure to Amdocs, Sacramento, CA from May'06-Mar'07
Currently working as RPA (Robotic Process Automation) Project Manager for multiple projects across Telecom, Oil & Gas
Domains
Proven Expertise in software principles, design patterns and all phases of SDLC encompassing requirement analysis,
coding, change requirements, technical design, implementation, deployment & production support
Project Manager with expertise in concepts of end-to-end project planning & implementation which includes estimations,
budget, scope management, activity sequencing, cost estimation, risk analysis & quality management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d43…
https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d430747405d5901… 2/3
process improvements, cost optimization by leading cross-functional team members
Facilitating discussions to elicit & understand business needs, requirements & priorities; driving prioritization and end-
to-end project management with senior stakeholders and providing insights for design & business process
Spearheading resource, succession planning, SOW, technical direction, effort estimation, tracking defects, risk &
change management; monitoring on-site activities and final execution of projects within the time and cost parameters
Conducting meetings with Development, QA & Support teams to ensure complete understanding of requirements, high-
level design, building innovative products, solutions for business based on requirements and generating new ideas &
prototypes
Facilitating Scrum ceremonies (Sprint Planning, Daily Stand Up, Backlog refinement, Sprint Review/Demo,
Retrospective meeting); enabling the team to identify & achieve the sprint goal
Working on product backlog refinement with Scrum Development Team, devising path to vision & roadmap
Assisting team on technical design, architecture, development standards, best practices, coding styles & development
guidelines
Managing multi-location teams including Solution Design, Testing, Integration and User Acceptance Testing along with
Product/Project readiness to LIVE
Rendering post-implementation, application maintenance and enhancement support to the client with regard to the
product / software application
Acting as an escalation gate; following customer-centric approach to address or resolve the customer
issues/escalations, which resulted in achieving the customer satisfaction and repetitive business across accounts multiple
times
Staffing, recruiting, training, performance management, employee attrition rate, competency development, employee
engagement; motivating team and introducing appraisals schemes promotion committees and annual rewards &
recognition
UG: B.Tech/B.E. (Computers) from Osmania University in 2002
Other Qualifications/Certifications/Programs:
SAeF
PMP
CSM
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS, UNIX
Core Java, SQL, C, Pro*C
VC++, ASP, COM, JDK 1.5
JavaScript, VBScript
Eclipse, Web logic, JDK
Toad, CVS, Exceed, Focus
UI Path, UNO
ORACLE 9I
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d43…
https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d430747405d5901… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 989: Resume 1517 with similarity score 0.016943915862872506
MS application support , cloud architect , product development , software developer , solution architect , full time , product owner , associate manager ecommerce , api , retail , healthcare , designation , mybatis , confluence , mar , jmeter , affirmative action , mysql , technical architecture , hindi , maintenance , travel , gateway , digital , authorization , english , warranty , status , spring boot , mocha , agile , rally , email , project , modernization , jpa , application , aws , soapui , splunk , remediation , testing , debugging , transformation , ec2 , kibana , languages , documentation , hibernate , python , javascript , jira , cloud computing , technology 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13…
https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13031842585b5f0… 1/2
Current Designation: API and Cloud Architect
Current Company: Cognizant
Current Location: Kolkata
Pref. Location: Kolkata,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant as API and Cloud Architect
Sep 2019 to Till Date
Ruchi is a Cloud/API architect.She has expertise in cloud migration,app modernization and integration.She has been part
of mutliple digital journey proejcts.
Accenture Technologies as Associate Manager
Nov 2009 to Sep 2019
Sapient Corporation as Associate - Technology Level 2
Mar 2008 to Mar 2009
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RUCHI SHARMA
API/Cloud Architect seeking roles in IT Project Management,Application
Development,SDLC,Technical Architecture,Application Support,Cloud
Computing,Product Development,Agile Methodology,POC
Development,Debugging,JMeter,SOAP UI
Key Skills: API/Cloud Architect,Software Developer,IT Project Management,Application Development,SDLC,Technical
Architecture,Application Support,Cloud Computing,Product Development,Agile Methodology,POC
Development,Debugging,JMeter,SOAP UI
Summary
Cloud Integration Expert, offering over 14 years of experience in software development, design and integration including
application remediation, modernization, transformation and migration to Cloud.Gained exposure to Travel, Banking, Payment,
Telecommunication, Healthcare, and Retail domains
Expertise in end-to-end development of software products from requirement analysis to system study, designing, coding,
testing, debugging, documentation and implementation
Hands-on experience in providing post implementation, application maintenance and enhancement support to the business with
regard to the product/ software application in the Warranty Period and SLA
Collaborated with the Product Owner throughout the development cycle, ensuring the proposed design meets business
requirements
Work Experience
Education
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13…
https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13031842585b5f0… 2/2
UG: B.Com (Commerce) from Ch Charan Singh University (CCSU), Meerut in 2000
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2004
Other Qualifications/Certifications/Programs:
Ecommerce frmo Asset International
I.T.I. in computers
AWS Certified Solution Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
EC2, AWS API Gateway
JAVA
JDBC, Spring Boot
JPA, Spring-WS
NodeJS,Python
JMeter, SoapUI, Mocha, Chai, NOCK
Splunk, Kibana, ELK
JIRA, Rally, Confluence
MySQL, MS SQL
MyBatis, Hibernate, JPA.T-SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 990: Resume 1286 with similarity score 0.016803076573369175
B.E , MS , B.TECH , BS devops engineer , release engineer , change management , full time , system analyst , system engineer , aws solution architect version control , telugu , release engineering , security , platforms , docker , linux , merging , gateway , status , continuous integration , testing , nagios , gitlab , components , features , pipeline , amazon web services , ansible , amazon ec2 , devops , kubernetes , access , designation , confluence , cloud , ltd , software installation , cli , english , troubleshooting , code review , groups , defect tracking , critical infrastructure , provisioning , change management , resolve , documentation , sonarqube , javascript , technology , developers , affirmative action , mysql , amazon vpc , maintenance , unix , remote monitoring , architecture , nexus , email , tomcat , aws , configuration management , ubuntu , operations , github , maven , languages , esxi , database , jenkins , windows server , ami , apache , authorization , internet , teams , enterprise , application servers , ci , test automation , electronics , s3 , storage , agents , building management , events , backup and recovery , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047…
https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047564414585d0e5… 1/3
Current Designation: System Engineer -DevOps
Current Company: Cyient Pvt Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Cyient Pvt Limited as System Engineer -DevOps
Jun 2019 to Till Date
Job Profile:
Responsible for day-to-day management of all Development, Test, Stage, and Production for various Java based
enterprise applications.
Created branches and managed the source code for various applications in GIT.
Created CI/CD pipeline and worked in Jenkins build and release management.
Setup various Jenkins jobs for build and test automation.
Installed Jenkins on a Linux machine and created a master and slave configuration to implement multiple parallel builds
through a build farm.
Implemented Infrastructure automation through Ansible for auto provisioning, code deployments, software installation
and configuration updates.
Designed and implemented scalable, secure cloud architecture based on Amazon Web Services.
Worked on setting up the life cycle policies to back the data from AWS S3 to AWS Glacier.
Worked on deploying the code to application servers.
Created AMI images of critical ec2 instances as backup using AWS CLI and GUI
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Tharuni Chakka
System Engineer seeking roles in Software Configuration Management,Release
Engineering,Building Management,Continuous Integration,Application
Deployment,Git,Git-
Hub,Maven,Sonarqube,Jenkins,Nexus,Docker,Ansible,Kubernetes,GitLab,Tomcat,AWS,Linux
Key Skills: Software Configuration Management,Release Engineering,Building Management,Continuous
Integration,Application Deployment,Git,Git-
Hub,Maven,Sonarqube,Jenkins,Nexus,Docker,Ansible,Kubernetes,GitLab,Apache Tomcat,AWS,Devops,Linux,System
Administrator
Summary
I have total 2+ year's of experience in IT as a Build and Release/DevOps Engineer in automating, building, deploying, and
releasing of code from one environment to another environment
Experience in working on Devops operations process and tools area (Code review,Build & Release automation, Environment,
Service, Incident and Change Management).
Experience in working on source controller tool?s like GIT,GIT Lab.
Extensively worked on Jenkins for continuous integration and for End to End automation for all build and deployments.
Exposed to all aspects of software development lifecycle (SDLC) such as Analysis, Planning, and Developing, Testing, and
Implementing Post-production analysis of the projects.
Having good Experience in DevOps tools like Ansible for deployment.
Experience working on several Docker components like Docker Hub,Creating Docker images,Docker Compose, Docker Swarm,
Docker Registry.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047…
https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047564414585d0e5… 2/3
Worked as backup and recovery management of linux instances.
Virtualized the servers on AWS using the Docker, create the Docker files and version control.
Created Virtual Private Cloud, Internet gateway, subnet and route tables using Amazon VPC
Create, manage, and delete users and groups as per the request using Amazon Identity and Access Management.
Used confluence for documentation of critical infrastructure data.
Installation of docker and creating containers using docker images.
Launching Amazon EC2 Cloud Instances using Amazon Images (Linux/Ubuntu) and Configuring launched instances with
respect to specific applications.
Configured and managing ELBs and Auto Scaling.
Configured and managing S3 storage.
Created RDS database.
Ability in development and execution of Shell Scripts.
Monitoring above 200 servers through remote monitoring tool, Nagios XI 5.5.10 (OS platforms such as Windows, Linux,
ESXI through Nagios xi Agents)
Monitoring incidents, alerts (Critical, Down, Up) and events on tool with respective to Server and services
Configuring Nagios XI tool, Nagios Agent configurations & troubleshooting of production servers
Precision Infomatic (M) Pvt. Ltd. as Trainee System Engineer
Aug 2018 to Jun 2019
Job Profile
Worked as build and release engineer.
Release Engineer for a team that involved different development teams and multiple simultaneous software releases.
Participated in weekly release meetings with Technology stakeholders to identify and mitigate potential risks associated
with the releases.
Responsible for designing and deploying best SCM processes and procedures.
Installed, configured & administered Jenkins CI tool on Linux machines; setup Master-slave architecture to improve
performance and used Jenkins for CI & CD into Tomcat Application Server.
Worked closely with software developers and DevOps to debug software and system problems.
Used Ansible to automate Configuration management.
Worked on the backup and recovery management of the servers in linux / unix
Experience on AWS cloud platform and its features which includes EC2, VPC, Elastic IP, AMI, Cloud Watch, Auto scaling,
IAM,S3, SNS and SQS.
AMI's rotation and upgrading with new security patches in AWS environment.
Used github for source code management and created the branches for build and deploy.
Analyze and resolve conflicts related to merging of source code for GIT.
Used Jenkins for Continuous Integration and deployment into Tomcat Application Server.
Worked with service now tool for incident management and defect tracking tool.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Andhra Loyola College, vijayawada in 2018
Other Qualifications/Certifications/Programs:
Aws solution architect
Education
IT Skills
Skill Name Version Last Used Experience
Linux, Windows Server
Git & Git-Hub, Maven
Sonarqube, Jenkins
Nexus, Docker
Ansible, Kubernetes
Apache Tomcat
AWS
SHELL
MySQL
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047…
https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047564414585d0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
NAGIOS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Proficient
Rank 991: Resume 857 with similarity score 0.016714935126109703
B.S , MS software engineer , software developer , content manager , full time , part time , application developer , development associate window , showcase , telugu , filters , ease , linux , mock , digital , node.js , gas industry , status , testing , writing , components , building , curating , notification , react.js , spark , designation , short films , hindi , json , english , agile , project , mongodb , prototyping , single page applications , resource management , task management , web pages , javascript , trello , html , reporting , express.js , scrum , vs , affirmative action , mysql , video editing , hub , maintenance , postgresql , email , lessons , hooks , operations , saas , mac , languages , stand-up comedy , oil , client requirements , management system , jira , engineers , beta , ajax , redux , render , figma , css , web series , profiles , offers , access control , permissions , php , authorization , risk , internet , teams , vue.js , router , framework , laravel 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e14011…
https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e1401150345105c585… 1/3
Current Designation: Software Engineer
Current Company: Beta
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Beta as Software Engineer
Oct 2017 to Till Date
Project : Collab Wells
Role : Software Engineer
Technologies/Frameworks : PHP with Laravel, PostgresSQL, Vue.js, Tailwind
Tools : Whimsical, Figma, Sublime, Git Hub, Trello
Product Description: A SAAS product for Oil and Gas industry facilitating teams to collaborate with ease, while engineers
in the industry are advised with relevant lessons and best practices in the real-time. Product also offers Well Lifecycle
Reporting, Well Delivery Process, Schematics, Advise Engine and Risk Repositories.
Contribution:
* Understanding the client requirements and analysing them. * Making sure deployments and testing follow the Scrum
(Agile) Methodology.
* Writing the use cases, designing the UX, wireframes and if required prototyping using static site and fake data.
* Developing the scalable application by following the code standards of vuejs and Laravel (PHP).
* Optimizing backend performance by caching, eager loading and lazy loading using eloquent ORM.
* Implemented Laravel's email, in-app notification and Pusher for the real time updates.
* Worked on the DOM manipulation using JavaScript and Ajax.
* Building reusable components and code using Mixins, Global Filters, Dynamic Component and Slots.
Last Active: 4-Feb-21 Last Modified: 3-Feb-21
Sai Kiran Majeti
Fullstack developer experience in developing scalable applications using HTML, CSS,
JavaScript, vue.js , react.js, laravel, MySQL and PostgreSQL under Agile
Methodologies. Familiar with MongoDB, express.js and node.js.
Key Skills: software engineer, software developer,software development,project management,requirement
gathering,javascript,postgresql,node.js,mysql,jira, html, react.js, vue.js, express.js, laravel, front end, backend,web
development,next.js,Redux,JSON,Ajax
Summary
Energetic and Enthusiastic person seeking to obtain a position that challenges and provides me the opportunity to learn, while
allowing me to grow professionally more.
1 year 7 months of IT experience as Software Engineer building SPAs (Single Page Applications) under Linux, window and mac
environment.
* 6 months experience as an Application Developer contributing and working under many teams and projects.
* 9 months experience as Content Manager in the Digital Platform.
* 2 months of internship as a Content Development Associate.
* Extensive experience in developing web pages using HTML, CSS, JavaScript, Vue.js, Laravel and PostgreSQL.
* Good experience in React.js for developing UI using React Functional Components, Hooks and React Router.
* Good experience in build application in MERN (MongoDB, Express.js, React and Node.js) stack.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e14011…
https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e1401150345105c585… 2/3
* Optimizing applications using Vuex, lazy loading, dynamic importing and code splitting.
* Building responsive web pages using tailwind defaults and CSS media queries.
* Integrating third party libraries and packages. For example, TailwindCSS framework, Spatie Activity Log package,
Element UI theme and etc.
Project : MLR
Duration : Dec 2018 to Jun 2019
Role : Application Developer
Technologies/Frameworks : PHP with Laravel, React.js, Tailwind
Tools : Whimsical, Sublime, Git Hub
Product Description:
A web application for an entity to manage the internal operations.
Contribution:
* Understanding the client requirements and building mock-ups.
* Building scalable and reusable functional controlled components.
* Experience in using React Hooks (useState, useEffect), React Router (Switch, Route and Link) and building custom
components using Callbacks.
Project : Obrota (In-house project)
Duration : Jun 2018 to Dec 2018
Role : Application Developer
Technologies/Frameworks : PHP with Laravel, Laravel Spark, PostgresSQL, Vue.js, Tailwind
Tools : Whimsical, Figma, Sublime, Git Hub
Product Description:
A web application enables teams and individuals to track their work logs by integrating it to their Git Hub projects or
manually creating the projects. Along with Task Management system it allows to create teams and manage their
permissions to collaborate among the teams effectively.
Contribution:
* Writing the use cases, designing the UX flows using Whimsical and wireframes using Figma.
* Building the responsive web pages using CSS Media queries and Tailwind CSS.
* Implementing Access Control using the Laravel Spark.
* Implemented Laravel's email and Laravel Spark in-app notification.
* Third party integrations like tiptap render less editor.
Project : Smashplex (In-house project)
Duration : Oct 2017 to Jun 2018
Role : Content Manage
Product Description:
Smashplex is a one stop digital platform to showcase the internet-based video content platform like web series, cover
music, short films and stand-up comedy videos along with the artist profiles.
Contribution:
* Understanding the user's mind and bringing new content into the system.
* Resource management and curating the content.
* Engaging with the artists and consumers collecting relevant data.
* Image and Video editing.
UG: B.Sc (Computers) from Osmania University in 2016
Education
IT Skills
Skill Name Version Last Used Experience
HTML * CSS * JavaScript * Vue JS
* React JS * Tailwind CSS, Node.JS
* PostgreSQL * MySQL * Git, Git Hub
* Sublime, VS Code * Postman * Trello *
Laravel 5.7 0 2 Year(s) 0 Month(s)
React.js 16.13.1 0 0 Year(s) 8 Month(s)
Redux 0 0 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e14011…
https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e1401150345105c585… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 992: Resume 1061 with similarity score 0.016714408091214425
B.S , M.Sc , M.S , BS , MS devops engineer , balancer , authorizer , full time , aws solution architect , aws architect kms , ansible , api , blocking , encryption , optimization , domain names , general , devops , jenkins , telugu , release engineering , efs , workspace , security , designation , developers , confluence , ecr , versioning , connect , vault , affirmative action , mysql , routing , health , hindi , docker , ttl , maintenance , cluster , gateway , authorization , checks , english , status , email , google , logging , application , aws , groups , solution architecture , bitbucket , redis , user stories , performance tuning , ecs , technical design , s3 , git , flow , ec2 , kibana , preparation , export , repository , languages , client requirements , amazon , events , jira , javascript , search , cloud computing , availability , load , pipeline , public access 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 1/3
Current Designation: AWS Solution Architect ( Infra)
Current Company: Tata Consultancy Services (TCS)
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as AWS Infra Architect and DevOps Engineer
May 2019 to Dec 2020
Technical skills:
Created Cognito and Cognito user pool to authenticate users and added Cognito as authorizer for API Gateway.
Created of docker Image using docker and pushing the docker Image into ECR.
Preparation of technical design document.
Updating confluence page with technical design details.
Defining resources naming standards and educating team members on AWS and it's services.
Updating Jira user stories.
Worked with third party client vendor DxC on DNS switch over.
Prepared the technical solution and design for the requirement.
Ensure technical solution and design is simple to understand.
Peer review of other AWS projects.
Work along with the client team to meet the deadlines on time.
Created AWS Directories and created Workspace for developers.
Create CloudWatch events and rules.
Created SNS topics, SQS and dead letter Q.
Creation of S3 Bucket, enable versioning, hosting static website, encryption, blocking public access, applying bucket
policy, adding lifecycle rules to archive or delete files after defined time.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Thirupathi G
AWS Infra Architect and DevOps Engineer seeking roles in Software Application
Programming,System Analysis,Solution Architecture,Client Management,Cloud
Computing,Release Engineering,Performance Tuning,AWS,Jenkins, Docker, Ansible,
GIT,MySQL
Key Skills: AWS Infra Architect and DevOps Engineer,Application Programming,System Analysis,Solution
Architecture,AWS Cost optimization,Client Management,Cloud Computing,Release Engineering,Performance
Tuning,AWS,Docker,Ansible,Jenkins,GIT
Summary
Hands-on experience on implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS,
AWS Kinesis, Lambda, subnet, Cloud Formation, Terraform, Elastic Beanstalk, RDS, Data Pipeline, DynamoDB, Redshift,
Aurora, ECS Fargate, ECR, API Gateway, Application load balancer, Network load balancer, target groups, security groups,
NACL, VPC Endpoint, S3 Events, Cloud Watch Events, Cloud Watch alarms, Cloud watch log groups, log archival, AWS WAF,
Kinesis firehose, Elastic search, Kibana, Elastic Cache, Redis, Google dialog flow, Usabilla, Amazon connect, Amazon
recognition, Cloud Front, Custom domain, Route 53, AWS EMR, AWS Aurora Mysql, Postgre sql, bitbucket, AWS Secret
Manager, KMS etc.
Working as AWS Architect for Bpost client and designed various serverless (SAM) architectures for different use cases.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 2/3
Creation of CloudFront distribution, setting object caching TTL at CloudFront level, adding S3 bucket as Origin, clearing
cache (Invalidation).
Creation of Application Load balancer, creation of target group, adding listeners to Load balancers.
Creation of Network Load balancer to use within the VPC and within defined subnets, configuring routing with port
number and health checks.
Creation of WAF at Global level and regional level (Global level to add to CloudFront and regional level to add API
Gateway at regional level), modified WAF rules.
Creation of Kinesis Firehose delivery stream at regional level and Global and added Kinesis Data Firehose stream to
WAF and logged WAF log file in S3 bucket.
Created Data pipeline to export date from DynamoDB table to S3.
Created DynamoDB tables as per the requirement.
Created Backup vault, created backup plan, added backup plan as a tag to DynamoDB table to take daily backup and
expire in 30 days.
Created VPC Link and added target network Load balancer.
Created Custom Domain names to use in API code.
Created API Gateway, created test Get method and deployed API Gateway, enabled logging at API Gateway added
WebAcl to API Gateway.
Created Lambda function.
Created Roles and assigned to resources, created IAM users, created custom policies and assigned to users to restrict
access to resources (allowed only the resources which are required to perform job function)
Created Postgre SQL in multi availability zone with read replica.
Created ECR (Elastic container repository) to keep Image, Created ECS Fargate Cluster.
Created ECS Task definition and created ECS Fargate service with auto scale.
Written and modified CloudFormation scripts for client requirements and created resources like S3, ECS task, ECS
service, ECR, API Gateway, Custom domain, DynamoDB tables, Load balancers.....etc
Created CloudWatch alarms for ECS memory usage, CPU usage, API Gateway 4xx and 5xx error and
Tata Consultancy Services (TCS) as AWS Solution Architect ( Infra)
Sep 2006 to Till Date
Design and Implementation
UG: B.Sc (Computers) in 0
PG: MS/M.Sc(Science) (Computers) from Babasaheb Ambedkar Marathwada University (BAMU), Aurangabad in 2006
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect
AWS Certified SysOps Administrator
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
English Expert
Hindi Proficient
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 993: Resume 792 with similarity score 0.01669462794256112
B.S , M.Sc , M.S , BS , MS devops engineer , balancer , authorizer , full time , aws solution architect , aws architect kms , ansible , api , blocking , encryption , optimization , domain names , general , devops , jenkins , telugu , release engineering , efs , workspace , security , designation , developers , confluence , ecr , versioning , connect , vault , affirmative action , mysql , routing , health , hindi , docker , ttl , maintenance , cluster , gateway , authorization , checks , english , status , email , google , logging , application , aws , groups , solution architecture , bitbucket , redis , user stories , performance tuning , ecs , technical design , s3 , git , flow , ec2 , kibana , preparation , export , repository , languages , client requirements , amazon , events , jira , javascript , search , cloud computing , availability , load , pipeline , public access 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 1/3
Current Designation: AWS Solution Architect ( Infra)
Current Company: Tata Consultancy Services (TCS)
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as AWS Infra Architect and DevOps Engineer
May 2019 to Dec 2020
Technical skills:
Created Cognito and Cognito user pool to authenticate users and added Cognito as authorizer for API Gateway.
Created of docker Image using docker and pushing the docker Image into ECR.
Preparation of technical design document.
Updating confluence page with technical design details.
Defining resources naming standards and educating team members on AWS and it's services.
Updating Jira user stories.
Worked with third party client vendor DxC on DNS switch over.
Prepared the technical solution and design for the requirement.
Ensure technical solution and design is simple to understand.
Peer review of other AWS projects.
Work along with the client team to meet the deadlines on time.
Created AWS Directories and created Workspace for developers.
Create CloudWatch events and rules.
Created SNS topics, SQS and dead letter Q.
Creation of S3 Bucket, enable versioning, hosting static website, encryption, blocking public access, applying bucket
policy, adding lifecycle rules to archive or delete files after defined time.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Thirupathi G
AWS Infra Architect and DevOps Engineer seeking roles in Software Application
Programming,System Analysis,Solution Architecture,Client Management,Cloud
Computing,Release Engineering,Performance Tuning,AWS,Jenkins, Docker, Ansible,
GIT,MySQL
Key Skills: AWS Infra Architect and DevOps Engineer,Application Programming,System Analysis,Solution
Architecture,AWS Cost optimization,Client Management,Cloud Computing,Release Engineering,Performance
Tuning,AWS,Docker,Ansible,Jenkins,GIT
Summary
Hands-on experience on implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS,
AWS Kinesis, Lambda, subnet, Cloud Formation, Terraform, Elastic Beanstalk, RDS, Data Pipeline, DynamoDB, Redshift,
Aurora, ECS Fargate, ECR, API Gateway, Application load balancer, Network load balancer, target groups, security groups,
NACL, VPC Endpoint, S3 Events, Cloud Watch Events, Cloud Watch alarms, Cloud watch log groups, log archival, AWS WAF,
Kinesis firehose, Elastic search, Kibana, Elastic Cache, Redis, Google dialog flow, Usabilla, Amazon connect, Amazon
recognition, Cloud Front, Custom domain, Route 53, AWS EMR, AWS Aurora Mysql, Postgre sql, bitbucket, AWS Secret
Manager, KMS etc.
Working as AWS Architect for Bpost client and designed various serverless (SAM) architectures for different use cases.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 2/3
Creation of CloudFront distribution, setting object caching TTL at CloudFront level, adding S3 bucket as Origin, clearing
cache (Invalidation).
Creation of Application Load balancer, creation of target group, adding listeners to Load balancers.
Creation of Network Load balancer to use within the VPC and within defined subnets, configuring routing with port
number and health checks.
Creation of WAF at Global level and regional level (Global level to add to CloudFront and regional level to add API
Gateway at regional level), modified WAF rules.
Creation of Kinesis Firehose delivery stream at regional level and Global and added Kinesis Data Firehose stream to
WAF and logged WAF log file in S3 bucket.
Created Data pipeline to export date from DynamoDB table to S3.
Created DynamoDB tables as per the requirement.
Created Backup vault, created backup plan, added backup plan as a tag to DynamoDB table to take daily backup and
expire in 30 days.
Created VPC Link and added target network Load balancer.
Created Custom Domain names to use in API code.
Created API Gateway, created test Get method and deployed API Gateway, enabled logging at API Gateway added
WebAcl to API Gateway.
Created Lambda function.
Created Roles and assigned to resources, created IAM users, created custom policies and assigned to users to restrict
access to resources (allowed only the resources which are required to perform job function)
Created Postgre SQL in multi availability zone with read replica.
Created ECR (Elastic container repository) to keep Image, Created ECS Fargate Cluster.
Created ECS Task definition and created ECS Fargate service with auto scale.
Written and modified CloudFormation scripts for client requirements and created resources like S3, ECS task, ECS
service, ECR, API Gateway, Custom domain, DynamoDB tables, Load balancers.....etc
Created CloudWatch alarms for ECS memory usage, CPU usage, API Gateway 4xx and 5xx error and
Tata Consultancy Services (TCS) as AWS Solution Architect ( Infra)
Sep 2006 to Till Date
Design and Implementation
UG: B.Sc (Computers) in 0
PG: MS/M.Sc(Science) (Computers) from Babasaheb Ambedkar Marathwada University (BAMU), Aurangabad in 2006
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect
AWS Certified SysOps Administrator
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
English Expert
Hindi Proficient
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 994: Resume 1060 with similarity score 0.016670992018762428
B.S , MS product development , it professional , senior software engineer , full time , team lead , associate software engineer resource allocation , customer , telugu , demand , web api , beginner , test cases , digital , design documents , status , stakeholder management , express , root , testing , technical design , work processes , asp.net , sql server , coordinated , organization , vss , agriculture , functional specifications , designation , web services , hindi , technical requirements , cloud , english , troubleshooting , code review , agile , live , leadership , mvc , estimates , flow , needs analysis , documentation , 365 , javascript , external clients , farms , optimization , entity framework , performing , scrum , developers , affirmative action , maintenance , architecture , email , project implementation , operations , microsoft , new features , languages , expenses , coaching , mechanisms , functionality , software lifecycle , software solutions , adjustments , client visits , engineering support , revenue , azure , authorization , teams , go , enterprise , c# , techno , application , requirements gathering , led , debugging , system performance , preparation , vehicle tracking , pivotal , ado.net , linq 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c1309130…
https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c130913041842510b0e5… 1/3
Current Designation: Senior Software Engineer -Dot Net,
MERN stack
Current Company: Technobrain Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Canada,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Technobrain Limited as Senior Software Engineer -Dot Net, MERN stack
Jun 2012 to Till Date
Key Result Areas:
Spearheading a team of 6 members to understand process requirements and provide use cases for business, functional &
technical requirements
Recognizing the applications operations structured & customers usage; extending the engineering support to Technical
Operations Staff during the build, deployment, configuration and support stage for customers
Working with Engineering & Operations Teams for implementing plans for standardizing, scaling & enhancing products
Performing code review & debugging application; extending post go-live & application maintenance support to the client
Participating in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
of proposed applications
Developing software solutions by studying information needs, conferring with users, studying systems flow, data usage &
work processes
Facilitating / coaching enterprise enhancements for stakeholders by using interactive discussions & "hands-on"
approaches to help learn and apply concepts in Agile
Interacting with users for requirement gathering; preparing functional specifications and design documents
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Showri Raju B
Sr. Software Engineer seeking roles in Application Development,Application
Design,Application Maintenance,Requirement Gathering,Product Architecture,Product
Deployment,Agile,Scrum,Node JS,React JS,Mongo DB,C#,Asp.Net, ADO.Net MVC
Key Skills: Sr. Software Engineer,Tech Lead,Application Development,Application Design,Application Maintenance,Project
Management,Requirement Gathering,Product Architecture,Product Deployment,Agile,Scrum,Node JS,React JS,Mongo
DB,C#,Asp.Net, ADO.Net MVC
Summary
IT professional with experience in Software Development & Maintenance & Stakeholder Management; gained domain expertise
in HR and Vehicle Tracking domains
Extensive project management experience; proficient in grasping the big picture, conceptualizing, developing, implementing
solutions, and partnering closely with stakeholders to achieve higher levels of efficiency & effectiveness
Champion in developing a product from idea/ plan/ design/ development; gained hands-on experience in creating a software
product from an idea to complete deliverable product
Worked on projects like ECTS for Zimbabwe Revenue Authority & DARDLEA Digital Agriculture and many others
Conducted onsite client visits 7 times for requirements gathering, implementation, deployment and application maintenance
Skilled in implementing solutions based on the MERN Stack like Mongo DB, Express JS, React JS, Node JS and Microsoft
Stack including C#, ASP.NET, MVC, WCF & MS SQL Server
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c1309130…
https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c130913041842510b0e5… 2/3
Communicating with internal/external clients to determine specific requirements and expectations; managing client
expectations as an indicator of quality
Creating & managing estimates, project plan, project schedule, resource allocation & expenses to meet targets
Following the project lifecycle methodology defined under the process framework; ensuring that customer deadlines are
met within project budgets
Ensuring the maintenance of positive and on-going relationships with clients
Highlights:
As Senior Software Engineer
Led the projects like:
Project: DARDLEA Digital Agriculture (A Grow Chain Connected farms) (MERN stack like Mongo DB, Express JS, React
JS & Node JS)
Project: MRA (SmartFleet Car Tracking System) Malawi Revenue Authority (Malawi: Onsite) (.NET Stack and Microsoft
Stack includes C#, MVC, WCF, MS SQL Server)
Project: ECTS, Client: Zimbabwe Revenue Authority (Support Project) (.NET Stack and Microsoft Stack includes C#,
MVC, WCF, MS SQL Server)
Internal Product: Locate 365 as Techno Brain (Offsite) (.NET Stack and Microsoft Stack includes C#, MVC, WCF, MS SQL
Server)
Successfully developed sophisticated and efficient back-end solutions for large-scale, on-demand marketing system
Credited for improving the system performance by incorporating proactive adjustments and resolving bugs onsite
Pivotal in debugging and troubleshooting software for clients & technical issues
Provided solution optimization for a project which reduced code inventory and delivery effort
Partnered with product development leadership; instituted new processes and operating mechanisms to improve efficiency
of the product development organization
As Software Engineer
Managed the entire software lifecycle from preliminary needs analysis to enterprise-wide deployment and support
Synchronized the software parameters for enhancing the performance and incorporating new features
Worked & supported 5+ clients for HRM solutions
Visited client site 2 times for project implementation and deployment
Supported the clients and internal staff for troubleshooting & resolving common software issues
As Associate Software Engineer
Worked with Developers & Product Owners to manage the product features and intended functionality for 5+ projects
Successfully debugged code and identified the root causes of problems by reviewing configuration files & logs
Coordinated with global customers across two time zones for resolving performance related issues
UG: B.Sc (Computer and Information Sciences) from Nagarjuna University in 2009
PG: MCA (Computers) from Nagarjuna University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Node JS, React JS
Mongo Db
C#, Asp.net, ADO. NET MVC
WEB API, Web Services
JavaScript
SQL Server
LINQ & Microsoft Entity Framework
Azure Cloud, GIT, Vss & Tfs
SSRS, SSIS
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c1309130…
https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c130913041842510b0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Telugu Proficient
Rank 995: Resume 823 with similarity score 0.016503425706459355
B.E , MS , B.TECH associate , team leader , senior software engineer , full time , full stack developer , team member , technical lead web development , general , asp.net core , team management , css , designation , ug , visual studio , mar , affirmative action , xunit , hindi , web api , maintenance , azure , ltd , jquery , authorization , english , node.js , web applications , status , c# , agile , email , mongodb , microservices , sprint planning , less , processing , microsoft , github , mvc , design patterns , resolve , solid principles , languages , mstest , story , html5 , moq , soa , sql server , javascript , timing , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140…
https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140010475d0f0e55… 1/2
Current Designation: Full Stack Developer
Current Company: Fareportal India Pvt Ltd.
Current Location: Gurgaon
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Fareportal India Pvt Ltd. as Full Stack Developer
Dec 2016 to Till Date
(1). My role and responsibility to participate in sprint planning and requirement understanding of user story after that
creating tasks and assign timing to those tasks.
(2). Development
(3). Partially lead the team and resolve the query of our team member
Quattro Processing Services as Senior Software Engineer
Mar 2016 to Dec 2016
Software Development
Kochar Infotech as Senior Software Engineer
Apr 2015 to Mar 2016
Application Development
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Manwendra Pandey
Full stack developer with hands-on experience in Solid Principles, Oops Concept, C#,
.Net, .Net Core, Asp.Net, MVC, jQuery, JavaScript, SOA, Web API, Microservices
Design Patterns, SQL Server, MongoDb, React Js, Azure(Paas), Agile, TFS, SVN,
Github
Key Skills: Associate Team Leader,Technical Lead,Web Application,Application Development,Design
Development,Application Design,Requirement Gathering,Web Development,ASP.Net,SQL Server,MongoDB,Microsoft
Azure,Node.Js,jQuery,Javascript,Github
Summary
9+ years of experience in analysis, design and development of web applications, SOA based Applications, developing solutions
for azure and Single Page Application using React Js.
Well versed with Agile, C#, .Net, .Net Core, MVC, Web API, Micro-Services, Azure.
Extensive knowledge in OOP's, SOLID Principles, Design Patterns and Application Blocks.
Experienced in team management and agile development methodology.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140…
https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140010475d0f0e55… 2/2
UG: B.Tech/B.E. (Computers) from UP Technical UNIVERSITY in 2009
Other Qualifications/Certifications/Programs:
Certification in Dot.Net
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, Asp.Net, Asp.Net Core, MVC 5/6
React, NodeJs, JQuery, JavaScript
HTML5, Bootstrap3, CSS, Ajax
SQL Server 2014/12/08/05, Mongo db
GitHub, MsTest, xUnit, MOQ (Mocking)
Visual Studio 2019/17/15/12/10/08
Languages Known
Language Proficiency Read Write Speak
English
Hindi
English
Hindi
Rank 996: Resume 1363 with similarity score 0.016487047671153682
B.E , MS , B.TECH , BS devops engineer , full time , software developer automation , ansible , continuous delivery , amazon ec2 , devops , jenkins , telugu , project teams , designation , developers , elastic load balancing , confluence , conventions , command , amazon s3 , affirmative action , plugins , hindi , docker , cloud , linux system administration , maintenance , apache , merging , unix , dynamo , web technologies , authorization , english , new relic , status , agile , email , tomcat , application , configuration management , aws , focus , provisioning , less , bitbucket , amazon rds , electronics , ecs , writing , git , shell scripting , languages , maven , infrastructure , lovely , python , javascript , challenging environment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b1…
https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b110113125b5c5d… 1/2
Current Designation: DevOps Engineer
Current Company: TCS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
TCS as DevOps Engineer
Aug 2019 to Till Date
PROJECTS
CLIENT :USAA
ROLE :junior DevOps engineer
DOMAIN : financial institution
Roles & Responsibilities:
? Coordinate/assist developers with establishing and applying appropriate branching, merging conventions using GIT
source control.
? Configured and maintained Jenkins to implement the CI process and integrated with required plugins.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sasidhar Reddy Gaddam
DevOps Engineer seeking roles in Linux System Administration,Networking,Shell
Scripting,Load Balancing,Configuration Management,Web Technologies,Performance
Monitoring,Continuous Delivery,Apache
Tomcat,Jenkins,Terraform,AWS,Python,Confluence,Git
Key Skills: DevOps Engineer,Software Developer,Linux System Administration,Networking,Shell Scripting,Load
Balancing,Configuration Management,Web Technologies,Performance Monitoring,Continuous Delivery,Apache
Tomcat,Jenkins,Terraform,AWS,Python,Confluence,Git
Summary
* 1 Year of experience in challenging environment wheremy focus was to build, Optimize, Deploy, and maintain thesystem.
* Aws infrastructure implementation throughautomation.
* Good knowledge inLinux.
* Worked on to build 3-tier application stack onECS.
* WorkedonAmazonWebServices(EC2,VPCetc.)
* Deployed Docker containers in ECS throughterraform.
* Worked on Linux System Administration and performancemonitoring
* Worked on Tagging automation in AWS using PythonBoto3
* Write Scripts using python and shell script to automate thetasks.
* Worked on Configuration Management Tool:Chef
* Automate the provisioning of AWS using Infrastructure as Code:Terraform
* Knowledge on playbooks, adhoc command, roles, Ansiblejinja templates and ansiblevault.
* Good knowledge in Agile and sprint based workingculture
* Implementing Monitoring on production for any failure using Monitoring tool and writing custom python scripts: NewRelic.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b1…
https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b110113125b5c5d… 2/2
? Continuous Delivery is being enabled through Deployment into several environments of Test, QA, Stress, and
Production using Jenkins.
? Automate the builds and deployment of projects using Jenkins.
? Implement, maintain, and support reliable, timely and reproducible builds for project teams.
? Expertise level knowledge of Amazon EC2, Amazon S3, Amazon RDS, Elastic Load Balancing.
? Scripting in multiple languages on UNIX and Shell script etc.
? Implementing continuous delivery using Ansible.
? Responsible for writing Cookbook?s to configure nodes.
? Experience in setup Docker environment.
? Experience to run Docker container.
? Manage configuration of Web App and Deploy to AWS cloud server through Ansible.
Environment: AWS EC2, S3, Cloud Formation, Dynamo DB, VPC, IAM, Tomcat Apache, Micro-Services, Cloud Watch,
New Relic, Git, Linux, Jenkins, Maven, Ansible, JVM etc.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Lovely Professional University (LPU) in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Linux
Python, ShellScripting
AWS
Terraform
Git,Bitbucket
NewRelic
DOCKER
CONFLUENCE
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 997: Resume 1165 with similarity score 0.01640255960013426
MS , BS senior engineer , it professional , security engineer , full time , service provider , data management , balancer , technical support engineer ansible , file systems , functional specifications , customer , telugu , jenkins , kubernetes , efs , security , microsoft azure , designation , classic , access , space , telecom , deliverables , affirmative action , sudo , hindi , cloud , hub , linux , vendor management , dynamo , network devices , ltd , gateway , authorization , english , status , budgeting , email , sonicwall , application , aws , groups , swap , adherence , windows services , fixing , electronics , technology solutions , juniper , third party vendors , s3 , servers , team management , switches , delivery of projects , ec2 , storage , acr , languages , peripherals , service delivery management , sophos , end-to-end project management , scheduling , javascript , disk management , contractors , organization , routers , load , business requirements , it infrastructure management , working experience , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f15…
https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f155212170d0f5d5… 1/2
Current Designation: Security Engineer
Current Company: PerkinElmer
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Network Admin
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree:
Verified : Phone Number | Email - id
PerkinElmer as Security Engineer
Sep 2020 to Till Date
Zee Enterprises as Senior Engineer - Cloud
Aug 2019 to Aug 2020
Key Result Areas:
Functioning closely with different stakeholders (including third party vendors and contractors) to manage and coordinate
projects and other IT departments, where necessary; discussing with major stakeholders and Group Executives on
solutions
and platform direction, assessing business requirements and recommending technology solutions
Driving practice & business unit for all product implementations & delivery of software applications in different domain
areas; ensuring resolution of customer escalations, prioritizing the same based on business impact and maintaining
highcustomer satisfaction levels; monitoring the team and ensuring delivery of projects on schedule
Spearheading the management of applications, cloud azure & AWS networking throughout the organization including
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Nandyala Manikanta
Senior Engineer seeking roles in Infrastructure Management,Systems
Administration,Release Management,Delivery Management,Technical Support,Service
Delivery Management,SLA Management,Vendor Management,Disk
Management,FortiGate,Sophos, AWS & Azure
Key Skills: Senior Engineer,Network Admin,Infrastructure Management,Systems Administration,Release
Management,Delivery Management,Technical Support,Service Delivery Management,SLA Management,Vendor
Management,Disk Management,FortiGate,Sophos,AWS,Microsoft Azure
Summary
IT professional offering over 7 years of experience in IT Infra, Cloud AWS
Azure, Service Delivery, Systems Administration and Technical Support
Experienced in managing AWS/Azure services like EC2, EBS, S3, ELB, EFS,
VPC, IAM, SNS, Cloud Watch, and Cloud Front, RDS, Dynamo DB, VMSS
Load balncer, Application Gateway, ACR, Azure Kubernetes, Container
Instances, DNS, CDN & Storage Accounts
Worked and monitored multiple AWS/Azure accounts with multiple
VPC's/Vnets for both production and non-prod
Working experience on Elastic Load Balancer, creating Classic and
Application LoadBalancer, Network Load Balancer and Target groups
Steered end-to-end execution, delivery & management of complex
programs / projects in a Delivery Model as per SLAs and balancing work
distribution to meet preset deliverables
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f15…
https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f155212170d0f5d5… 2/2
servers, network / voice infrastructure, internal networks and peripherals
Monitoring disk status, system processes, user process activity, memory activity, Network, memory and Swap space
management
Interacting with and guiding team members to ensure smooth progress of project deliverables, ensuring adherence to
quality
norms across the development and implementation process
Managing File systems, Partitions on disk using tools like fdisk Assigning SUDO access to users as per company
requirement
Spearheading IT infrastructure management, Windows services management, Project management, Vendor
management,
Team management & SLA management
Working on Windows & Linux servers, Network Devices Switches, Routers, Gateways/Firewalls, Telecom issues by fixing
it
or co-ordination with Service provider PRI, SIP TRUNKS and PBX/SBC (Session Board Controller)
Identifying customer issues with existing ERP solution, providing best practice concepts & process flows, documenting
functional specifications; spearheading end-to-end project management from conceptualization to technology mapping,
budgeting, resource & task scheduling and final execution of projects
Inknowtech Pvt. Ltd. as Sr. Cloud Network & Security Engineer
May 2019 to Aug 2019
Karvy Data Management Service Pvt. Ltd., as Sr. Technical Support Engineer
Jul 2016 to Feb 2019
UG: Diploma (Electronics/Telecommunication) from Andhra University in 2013
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
FortiGate, Sophos, Juniper
SonicWALL, terraform, Jenkins, Ansible
Service Bus Event HUB, SNS group
Load balancer, Auto Scaling group, VMSS
Azure Storage Account, Blob Containers
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 998: Resume 1037 with similarity score 0.016263627204381986
B.S , MS software engineer , dock supervisor , issuer , sql developer , team lead cards , connect , mcs , docker , test cases , trailers , design documents , status , specifications , virtual terminal , accruals , continuous integration , xml , testing , road , writing , kibana , payments , weblogic , spring framework , workflow , organization , crm , notification , unloading , yard management , kubernetes , filenet , designation , confluence , web services , english , code review , agile , project , fedex , microservices , splunk , financial markets , processing , ibm , beans , rest , mvc , software architecture , im , research , boarding , struts , javascript , working experience , pyramid , vt , scrum , affirmative action , hp service center , readiness , maintenance , unix , business logic , capital markets , bootstrap , pmd , ratings , fiserv , email , tomcat , jpa , waiting , windows 10 , operations , freight , junit , maven , languages , story , hibernate , management system , jira , functionality , synopsis , resellers , credit , soap , toad , oracle database , scratch , apache , enterprise , servlets , spring boot , sql , application , less , event driven , debugging , finance , software design , eclipse , fraud , middle office 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b42…
https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b425042410a0901… 1/3
Current Designation: Consultant -IT
Current Company: Capgemini India
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Capgemini India as Consultant -IT
Oct 2014 to Till Date
PROJECT #1:
Client : Fiserv, Germany
Project Title : Web & eServices (IPG)
Duration : Nov 2014 to Jul 2020
Environment : JAVA, Spring Boot, REST API, Splunk, Kibana, Grafana, Oracle
Project Synopsis:
Developing IPG product applications like CONNECT, VT, MCS, API
Virtual terminal (VT) id used by Merchant to setup administration settings and customization, it also contains transaction
reports.
Merchant care suit (MCS) used by resellers to board the Merchants. It contains all the services and terminal
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
GANESH DUSA
consultant seeking roles in Software Development,Requirement
Gathering,Debugging,Software Architecture,Software
Design,Spring,Hibernate,Bootstrap,Microservices,Docker,JSP,Apache Tomcat
Key Skills: consultant,Team lead,Software Development,Requirement Gathering,Debugging,Software
Architecture,Software Design,Spring,Hibernate,Bootstrap,Microservices,Docker,JSP,Apache Tomcat
Summary
* Having 8 years of experience in development, enhancement and support of Web and Enterprise applications using
Java/J2EE Technologies.
* Worked as Onsite coordinator from Germany, Argentina for Fiserv Client and great working experience in Cards and
Banking domains.
* Client interaction for gathering the requirements on a daily basis
* Extensively worked on debugging application for identifying bugs.
* Having sound knowledge of Continuous Integration (CI) development
* Extensively worked on JIRA SDLC and confluence.
* Experience in developing applications using Java,Servlets,JSP and JDBC
* Having good experience in Spring Framework, Spring Boot, REST API and JPA with Hibernate.
* Familiar with container technologies like docker, kubernetes.
* Good Understanding of Microservices Architecture
* Extensive exposure in using IDE Eclipse.
* Good experience with Oracle database using SQL to manipulate data.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b42…
https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b425042410a0901… 2/3
configurations, endpoint settings, fraud settings.
API used for triggering the transactions through dispatcher tool and also used for Merchant boarding from XML request.
* Preparing Analysis Doc and Detail Design Documents
* Working on User Story Development
* Experienced in agile development methodology during designs, implementation, testing, and maintenance
* Involved in developing the payments application using Spring Boot, REST API from scratch.
* Developed Java application using MVC architecture
* Working on Junit Test cases by Using JMock
* Involved in build the applications using Maven
* Deployment of application on Weblogic application server.
* Participating in Scrum call
* Worked on Jira tickets which are raised by testing team
* Extracting the logs from Splunk and kibana
* Involved in Release management calls
* Web services testing using POSTMAN,SOAP UI
Syntel limited as Software Engineer
Oct 2012 to Sep 2014
PROJECT #2:
Client : Moodys,USA
Project Title : Pyramid PFG
Duration : DEC 2013 to Sept 2014
Environment : Java, Spring,Hibernate,IBM filenet,Tivoli,Oracle.
Project Synopsis:
Moody's is an essential component of the global capital markets, providing credit ratings, research, tools and analysis that
contribute to transparent and integrated financial markets
Pyramid PFG is a new application that was replace Accurate CDR, EDMS for PFG, Phoenix for PFG, Issuer CRM and
nRDE.
? End-end workflow application to support ratings, commercial, middle office and finance handoffs and processes.
? Functions: transactions set-up and lifecycle management, contact and organization management, ratings data
maintenance, analyst rating process, rating assignment and release, pricing, billing, accruals and FSA processing.
Roles and Responsibilities:
* Understanding the flow specifications and responsible for the development of the application which is totally based on
MVC architecture.
* Analysis of the user story.
* Implement the user story.
* Implementing the business logic in Spring Beans and DAO classes.
* Writing the Junit Testcases
* Involved in build the applications using Maven
* Deployment of application on Weblogic application server.
* Attending the daily standup and retrospective meetings.
PROJECT #3:
Client : FedEx, USA
Project Title : EDEN
Duration : Nov 2012 to Nov 2013
Environment : Struts, Spring,jdbc,Weblogic,Oracle,Eclipse
Project Synopsis:
The Event Driven Equipment Notification (EDEN) is the tool that Dock Supervisors utilize to manage employees's work on
the Dock and vechile readiness in the Yard. EDEN functionality controls every aspect of a shipment in the Freight network
in the most effective manner possible. Ultimately, EDEN will become the Core System for shipments, integrating the Road,
Freight and River functionality as well as including mapping tools.
The Dock and Yard Management System provides timely and actionable information via real time visibility to shipments,
equipment, and resources and provides frontline supervisors with the ability to plan, dynamically monitor, adjust and
control dock and yard operations.
All the activities that the dock supervisor application manages either originate from, or terminate in, FedEx facilities called
yards. A Yard is an area where trailers may be parked while they are not on the road. A yard contains bays. A bay is an
enclosed area within the yard where loads are stored while waiting to be loaded into a trailer. Each bay has a door where
trailers dock for loading / unloading freight.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b42…
https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b425042410a0901… 3/3
Roles and Responsibilities:
* Preparing Analysis Doc and Detail Design Documents
* Working on User Story Development
* Working on Junit Testcases by Using JMock
* Involved in build the applications using Ant
* Deployment of application on Weblogic application server.
* Participating in Scrum call
* Working with HP Service center, Production IM Tickets
* Working with QC Defects and Testcases Execution
* Participating in peer code review ,Preparing PCR Document
* Checking PMD violations.
* Attending the MOM and Quality meetings.
* Interacting with Onshore team.
UG: B.Sc (Maths) from Kakatiya University in 2007
PG: MCA (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2010
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
Java ,Apache Tomcat
jdbc,servlets, jsp
Spring ,Spring Boot, Hibernate
Maven,Sql Developer, TOAD
Oracle11g,DB2
Web Logic,Eclipse
Windows 10, Unix
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 999: Resume 896 with similarity score 0.016244517477812345
B.E , MS , B.TECH , BS full stack developer , devops , full time , software developer react.js , vm , web development , general , devops , sales management , suppliers , css , ease , designation , investment , mar , affirmative action , case , web design , user experience , hindi , databases , api testing , maintenance , collaborative work , jquery , json , advanced , customer satisfaction , node.js , authorization , english , web applications , enterprise , status , investors , postgresql , email , project , express , b2b , aws , mongodb , ubuntu , splunk , web solutions , steps , deals , new features , arch linux , debugging , git , building , languages , html5 , mojo , python , mobile , kali linux , javascript , technology , octave 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 1/2
Current Designation: Full Stack Developer
Current Company: ABM WEB SOLUTIONS PRIVATE LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
ABM WEB SOLUTIONS PRIVATE LIMITED as Full Stack Developer
Jun 2019 to Till Date
Experienced Full Stack Developer Intern adept in all stages of advanced web development. Knowledgeable in user
interface, testing, and debugging processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems. Equipped with a diverse and promising skill-set. Proficient in an assortment of technologies, including
Javascript, Python, Nodejs, Reactjs, Restful APIs, Html5/CSS3, HTTP rfc7230, APIGEE and mongoDB.
UG: B.Tech/B.E. (Computers) from accurate institute of management and technology in 2017
PG: CS (CS) from Accurate Institute of Management & Technology, Greater Noida in 2017
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Ankit Kumar
Experienced in Full Stack Developer adept in all stages of advanced web
development. Knowledgeable in user interface, testing, python and debugging
processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems.
Key Skills: application
development,javascript,python,node.js,react.js,jquery,json,html5,css,api,express,mongodb,http,apigee,nestjs,splunk,aws,postg
Summary
Solution-driven Full Stack Developer adept at contributing to highly collaborative work environment, finding
solutions and determining customer satisfaction. Proven experience developing consumer-focused websites using
HTML, CSS, REACT, NODEJS, MONGODB and JavaScript. Built products for desktop and mobile app users over
1+ years, meeting highest standards for web design, user experience, best practices and speed. Designed and
developed web applications across multiple APIs, third-party integrations and databases.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 2/2
Nature of Employment: Full Time Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Role: Other
Duration: Sep 2019 - Mar 2020
Onsite / Offsite: Onsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Jun 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Python 2020 1 Year(s) 1 Month(s)
HTTP rfc 7230, swagger, splunk 2020 1 Year(s) 1 Month(s)
API Testing, Restful API, API Testing 2020 1 Year(s) 1 Month(s)
MERN Stack ( MONGO/EXPRESS/REACT/NODEJS) 2020 1 Year(s) 1 Month(s)
Ubuntu, Arch Linux,Kali Linux 2 Year(s) 0 Month(s)
HTML,CSS3/JAVASCRIPT/JQUERY 2020 1 Year(s) 1 Month(s)
SPLUNK 2020 1 Year(s) 0 Month(s)
PostgreSQL 12 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Devops Enabler Project
Client: Suresh
Skill Used: Nodejs, Reactjs, Git, Javascript, MongoDB
Project Details: We are building a application which can be used for assessments of projects at enterprise level. The
application will be a package which can be downloaded from the registry of DevOps Enabler. Once the application is
downloaded, we will provide the required steps for installing the application in a VM / server at the client location. Whenever a
new feature is added, we will give the option to upgrade. On clicking on the upgrade button in the application, the application
should pull the recent image from the registry and will update. The new features that are added to the application will have a
label New. In case of any updates, the existing data of the clients / edits done by the client should not get over written.
Project Title: Octave HI
Client: ABM WEB solutions private limited
Skill Used: react js, node js, express js, mongoDB, material UI, restful API, jQuery, html5/css3
Role Description: full stack developer
Project Details: Octave Hi is an application which deals with managing Investors fund and tracking investment.
Project Title: Insights by Mojo
Client: VENDAS SOLUTIONS PRIVATE LIMITED
Skill Used: reactjs, html5/css3, api, nodejs, mongoDB
Role Description: full stack developer
Project Details: A B2B application which have features like companys growth, production and sales management with
graphical and table representation, which ease the business between Suppliers and Retailers.
Rank 1000: Resume 1466 with similarity score 0.01623941574033732
B.E , MS , B.TECH , BS full stack developer , devops , full time , software developer react.js , vm , web development , general , devops , sales management , suppliers , css , ease , designation , investment , mar , affirmative action , case , web design , user experience , hindi , databases , api testing , maintenance , collaborative work , jquery , json , advanced , customer satisfaction , node.js , authorization , english , web applications , enterprise , status , investors , postgresql , email , project , express , b2b , aws , mongodb , ubuntu , splunk , web solutions , steps , deals , new features , arch linux , debugging , git , building , languages , html5 , mojo , python , mobile , kali linux , javascript , technology , octave 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 1/2
Current Designation: Full Stack Developer
Current Company: ABM WEB SOLUTIONS PRIVATE LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
ABM WEB SOLUTIONS PRIVATE LIMITED as Full Stack Developer
Jun 2019 to Till Date
Experienced Full Stack Developer Intern adept in all stages of advanced web development. Knowledgeable in user
interface, testing, and debugging processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems. Equipped with a diverse and promising skill-set. Proficient in an assortment of technologies, including
Javascript, Python, Nodejs, Reactjs, Restful APIs, Html5/CSS3, HTTP rfc7230, APIGEE and mongoDB.
UG: B.Tech/B.E. (Computers) from accurate institute of management and technology in 2017
PG: CS (CS) from Accurate Institute of Management & Technology, Greater Noida in 2017
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ankit Kumar
Experienced in Full Stack Developer adept in all stages of advanced web
development. Knowledgeable in user interface, testing, python and debugging
processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems.
Key Skills: application
development,javascript,python,node.js,react.js,jquery,json,html5,css,api,express,mongodb,http,apigee,nestjs,splunk,aws,postg
Summary
Solution-driven Full Stack Developer adept at contributing to highly collaborative work environment, finding
solutions and determining customer satisfaction. Proven experience developing consumer-focused websites using
HTML, CSS, REACT, NODEJS, MONGODB and JavaScript. Built products for desktop and mobile app users over
1+ years, meeting highest standards for web design, user experience, best practices and speed. Designed and
developed web applications across multiple APIs, third-party integrations and databases.
Work Experience
Education
IT Skills
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 2/2
Nature of Employment: Full Time Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Role: Other
Duration: Sep 2019 - Mar 2020
Onsite / Offsite: Onsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Jun 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Python 2020 1 Year(s) 1 Month(s)
HTTP rfc 7230, swagger, splunk 2020 1 Year(s) 1 Month(s)
API Testing, Restful API, API Testing 2020 1 Year(s) 1 Month(s)
MERN Stack ( MONGO/EXPRESS/REACT/NODEJS) 2020 1 Year(s) 1 Month(s)
Ubuntu, Arch Linux,Kali Linux 2 Year(s) 0 Month(s)
HTML,CSS3/JAVASCRIPT/JQUERY 2020 1 Year(s) 1 Month(s)
SPLUNK 2020 1 Year(s) 0 Month(s)
PostgreSQL 12 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Devops Enabler Project
Client: Suresh
Skill Used: Nodejs, Reactjs, Git, Javascript, MongoDB
Project Details: We are building a application which can be used for assessments of projects at enterprise level. The
application will be a package which can be downloaded from the registry of DevOps Enabler. Once the application is
downloaded, we will provide the required steps for installing the application in a VM / server at the client location. Whenever a
new feature is added, we will give the option to upgrade. On clicking on the upgrade button in the application, the application
should pull the recent image from the registry and will update. The new features that are added to the application will have a
label New. In case of any updates, the existing data of the clients / edits done by the client should not get over written.
Project Title: Octave HI
Client: ABM WEB solutions private limited
Skill Used: react js, node js, express js, mongoDB, material UI, restful API, jQuery, html5/css3
Role Description: full stack developer
Project Details: Octave Hi is an application which deals with managing Investors fund and tracking investment.
Project Title: Insights by Mojo
Client: VENDAS SOLUTIONS PRIVATE LIMITED
Skill Used: reactjs, html5/css3, api, nodejs, mongoDB
Role Description: full stack developer
Project Details: A B2B application which have features like companys growth, production and sales management with
graphical and table representation, which ease the business between Suppliers and Retailers.
Rank 1001: Resume 1389 with similarity score 0.0161829533113315
B.E , MS , B.TECH , BS full time , cloud engineer , aws solution architect , software developer onboarding , general , customer , access , windows server , designation , tunnels , ug , fault tolerant systems , affirmative action , technical architecture , hindi , databases , linux , maintenance , service catalog , gateway , authorization , english , status , email , project , application , aws , peering , godaddy , server migration , ec2 , languages , openvpn , family , python , one , javascript , dashboards , organization , pulse , cloud computing , technology 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1…
https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1400174659555d… 1/2
Current Designation: Cloud Engineer
Current Company: Progressive Infotech
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Progressive Infotech as Cloud Engineer
Jan 2019 to Till Date
ROLES AND RESPONSIBILITY
* AWS Account Onboarding for MSP Customers,
Accounts creation and linking sub accounts to
aws Organization and Identity and Access
Management.
* Identifying appropriate use of AWS architectural
best practices.
* Designing and deploying scalable,highly
available, and fault tolerant systems on AWS .
* Deployed AWS Services [Computing,
Networking
,Databases,Storage]:EC2,EBS,LoadBalancer,Autos
caling,Route53,VPC,RDS,S3,ACM,Config,Cloudtra
il,Cloudformation,RDS, Service Catalog, SNS ,
SES, Lambda
,Cloudwatch , CloudEndure, Cloudfront.
* Created Cloudformation templates for
automating daily tasks such as VPC, NAT
Gateway,VPC Peering between different AWS
Account.
* Configuring NACL Rules on Subnets. Scheduled
task using lamda function and cloudwatch rules.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vipul Verma
Cloud Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Cloud Computing,Client
Management,Project Management,Requirement Gathering,Python,AWS,Linux
Key Skills: Cloud Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Cloud Computing,Client Management,Project Management,Requirement
Gathering,Python,AWS,Linux
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,System
Analysis,Technical Architecture,Cloud Computing,Client Management,Project Management,Requirement
Gathering,Python,AWS,Linux
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1…
https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1400174659555d… 2/2
* Creating Cloudwatch Custom Dashboards and
alarms as per customer Requirement.
* Implemented different AWS services using
Terraform(IaC)such as Transit
Gateway,EC2,RAM,VPC,Subnet,Route Table
,IGW.
* Hosted Zone Migration from one AWS Account
to Another AWS Account and from other
domain registrar (GoDaddy) to AWS as well.
* On-Premise Windows Server Migration to AWS
Cloud Using CloudEndure Service.
* Migrated EC2 and RDS Instance from one AWS
Account to another AWS Account and also in
different AWS Regions.
* AWS Transfer Family usage , Configuration of
S2S tunnels, Openvpn, Pulse Secure VPN.
* IAM Custom Policies Creation, WAF
Deployment using cloudformation script.
UG: B.Tech/B.E. (Computers) from Meerut Institute of Engineering and Technology in 2019
Other Qualifications/Certifications/Programs:
Aws Solution Architect
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python
AWS
Linux
Terraform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1002: Resume 1004 with similarity score 0.01618110886411423
B.S , MS software engineer , full time , software developer project design , react.js , web development , streamlining , payment gateways , general , software solutions , ledger , css , designation , ug , teaching , mar , affirmative action , mysql , project plans , hindi , real estate , maintenance , ltd , pdf , php , jquery , stock management , json , approval process , authorization , english , sms gateway , web applications , status , batch processing , postgresql , agile , email , sim , codeigniter , aws , windows 10 , solution architecture , management software , new features , google maps , fixing , resource coordination , mvc , synergies , building , languages , framework , google docs , html5 , content management systems , purchasing , property management , one , kitting , javascript , organization , distributors , rcv , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b43…
https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b435611475e59005… 1/2
Current Designation: Software Engineer
Current Company: DB Xento Systems Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DB Xento Systems Pvt. Ltd. as Software Engineer
Oct 2016 to Till Date
Title: Entrata TM Core ? Property Management Software (Main Product)
Organization: DB Xento Systems Pvt. Ltd., Pune
Description: This is one of the leading property management software in U.S real estate market. It provides ability to
their customers to have a global login to manage all their other Entrata product account. It also incorporates property
accounting, purchasing, facilities and leasing data. It also has ability to quickly move-in resident, post transactions to the
ledger, or automate your renewal offer process. In short, it is a software which brings all the property management tools
together.
Skills Used: React JS, Javascript, PHP custom MVC framework, HTML5, CSS, Postgresql and JSON
Roles:
Responsible for fixing bugs, providing support and developing new features
Implemented AWS Textract service to OCR the bill PDF provided by the various utility providers.
Building a feature for applying taxes to the utility charges for the residents, automating internal modules for monthly Batch
Processing (Calculating charges & generating invoices)
Streamlining the Batch Processing Module by implementing other new functionalities like adding QC Escalations and QC
Analyst Approval process
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Bhushan Machhindra Shivle
Software Engineer seeking roles in Software Development,Web
Development,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,Jquery,React
JS,HTML5,CSS3,JSON,Ajax,PHP,MySQL,PostgreSQL,CodeIgniter
Key Skills: software engineer,software developer,software development,web development,project management,react
js,html5,css3,json,ajax,php,mysql,postgresql,codeigniter,react.js,javascript,jquery
Summary
A dynamic professional with over 6+ years of experience in Web Development with tacit knowledge in React JS, JavaScript
Frameworks , PHP MVC Frameworks, APIs and Content Management Systems.
Currently working with DB Xento Systems., Pune as Software Engineer
Gained experience in developing complex web applications with front-end using CSS Frameworks and back-end using MVC
Frameworks in conjunction with various other web development technologies
Hands on experience in Web Portal Applications, Web Development/Programming, Object Oriented Programming, MVC
Frameworks, Product Teaching / Seminars & Agile Methodology.
Handling project design, scope, estimation, resource coordination and delivery, as per specified timeframes as well as
implementing project plans within pre-set budgets and deadlines.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b43…
https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b435611475e59005… 2/2
STA Software Solutions as Software Engineer
Mar 2014 to Sep 2016
Title: Mars Synergies (Warehouse Management System)
Organization: STA Software Solutions, Pune
Description: This web application was developed for the Bharti Airtel Warehouse Management System. It provides the
Bharati Airtel SIM/RCV warehouse stock management in various regions in Maharastra. It also have the kitting process
which includes the inward for SIM/RCV, then kit them with the manual in the pouch and dispatch them to the various
distributors all over Maharashtra.
Skills Used: PHP CodeIgniter MVC framework, Javascript, Jquery, HTML5, CSS, MySQL
Roles:
Responsible for understanding, developing entire warehouse management and kit processing.
Co-ordinating with the client and their team for the changes in their old desktop application and providing them the web
application for their internal use for the multiple warehouses located various regions of Maharashtra.
UG: B.Sc (Computers) from University Of Pune, Pune in 2009
PG: MCA (Computers) from Abasaheb Garware College of Arts & Science, Pune in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript 3 Year(s)
HTML5, CSS3, JSON, Ajax, PHP 2020 6 Year(s) 0 Month(s)
MySQL 5 Year(s) 0 Month(s)
Google Docs
SMS Gateway, Google Maps
AWS 2 Year(s) 0 Month(s)
Payment Gateways 4 Year(s) 0 Month(s)
WINDOWS 10 2020 6 Year(s) 0 Month(s)
React.js 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Rank 1003: Resume 794 with similarity score 0.016055419502405296
B.E , B.TECH , BS software developer , quality engineer , recruiter , senior test engineer , full time , product development engineer automation , version control , mentoring , boost , core java , onboarding , dependency injection , general , designation , functional testing , regression testing , ug , affirmative action , testng , lists , api testing , maintenance , basic , ltd , kafka , authorization , product quality , recruiter , status , productivity , jasmine , agile , software testing , email , project , smoke , application , product management , mongodb , newspapers , records , sbt , redis , build tools , pipelines , engage , apache storm , design patterns , git , maven , magazines , immigration , play framework , big data , protractor , selenium , singleton , ancestry.com , javascript , eclipse , search , crm , census , intellij idea , sanity testing , data processing , online 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f47…
https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f470619150c0e0d5… 1/2
Current Designation: Product Development Engineer
Current Company: Phenom People Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Phenom People Pvt Ltd as Product Development Engineer
Nov 2016 to Till Date
Phenom People Pvt Ltd - Hyderabad, Telangana, India. (Feb 2018 to Till Date)
Role: Product Development Engineer.
Team Members: 7
Product: Phenom CRM
Technologies used: Core Java, Play Framework, MongoDB, Redis, Elastic Search, Storm,
Obsidian, Maven
Description: CRM is a product to boost recruiter productivity & build engaged candidate
pipelines. Recruiters can build, engage and track talent pipelines with the Phenom CRM.
Enhance productivity powered by AI with dynamic lists, actionable insights, fitscoring.
Phenom People Pvt Ltd - Hyderabad, Telangana, India. (Nov 2016 to Feb 2018)
Role: Product Quality Engineer (Automation).
Team Members: 6
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Vishnu Bharath Bandari
Product Development Engineer seeking roles in Software Development,Project
Management,Agile Methodology,Requirement Gathering,Product
Management,Software Testing,Core Java,Maven,Eclipse,GIT,MongoDB
Key Skills: Product Development Engineer,Software Developer,Software Development,Project Management,Agile
Methodology,Requirement Gathering,Product Management,Software Testing,Core Java,Maven,Eclipse,GIT,MongoDB
Summary
Developed APIs/scripts for feature development and automating manual tasks involved in
onboarding new clients
Primary area of expertise in application development using Core Java, Play Framework,
MongoDB, Elastic Search, Apache STORM, Obsidian, Maven, Redis
Good experience in implementing design patterns Dependency Injection and Singleton
Strongly skilled in using Core Java (Collections, Multi Threading, Lambdas,Exception
Handling)
Expertised in using Big Data Processing engine Apache STORM
Good knowledge on using KAFKA and Obsidian Job Scheduler
Experienced in using Build Tools like SBT, Maven
Good at using IDEs IntelliJ IDEA, Eclipse
Proficient understanding of code version control tool Bitbucket(GIT) for project maintenance.
Experience in working in Agile development model.
Good at requirement analysis and giving solutions in product and work estimations.
Mentoring team in giving technical solutions and helping to understand product behavior.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f47…
https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f470619150c0e0d5… 2/2
Product: Phenom CRM
Technologies used: Protractor, Jasmine, Java script, API Testing, Functional Testing,
Regression Testing, Smoke and Sanity Testing.
Description: CRM is a product to boost recruiter productivity & build engaged candidate
pipelines. Recruiters can build, engage and track talent pipelines with the Phenom CRM.
Enhance productivity powered by AI with dynamic lists, actionable insights, fitscoring.
ZenQ Pvt Ltd as Senior Test Engineer
Apr 2014 to Nov 2016
ZenQ Pvt Ltd - Hyderabad, Telangana, India. (Apr 2014 to Nov 2016)
Role: Senior Test Engineer.
Team Members: 4
Project: Ancestry
Technologies used: Selenium, TestNg, Core Java, Maven, Functional Testing, Regression
Testing, Smoke and Sanity Testing, API Testing.
Description: Ancestry.com is a website, which has the largest collection of genealogical data
available online to help in finding the ancestors. People can search for their ancestors by entering
the basic known details from the largest collection of historical records including Newspapers,
Magazines, Census records, Immigration records etc.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, play framework
MongoDB, Elastic Search
Apache STORM, Obsidian
Maven, Redis
STORM
KAFKA, SBT, Maven
IntelliJ IDEA, Eclipse
Bitbucket(git)
Rank 1004: Resume 1064 with similarity score 0.01605001180866096
B.E , MS , B.TECH devops engineer , senior software engineer , full time , enterprise architect , aws solution architect , balancer tibco businessworks , telugu , bmc remedy , security , use case , docker , linux , beginner , hawk , status , multi-factor authentication , registries , sheets , testing , scope management , building , ec2 , xml spy , clear , data center , gems , suite , ansible , automation , functional specifications , devops , interfaces , kubernetes , access , designation , mar , web services , hindi , cluster , ltd , cli , english , agile , project , groups , sprint planning , foundation certificate in it service management , pipelines , rest , software architecture , git , itil , javascript , business requirements , disk , vm , general , semiconductor , affirmative action , hub , maintenance , utilization , httpwatch , business logic , email , manufacturing , google , aws , operations , languages , story , llc , amazon , api , spotfire , jenkins , requirement specifications , telecom , permissions , tibco ems , authorization , teams , enterprise , altova , deliveries , sql , application , map , focus , soapui , electronics , s3 , continuous build , ssh , software design , python , cloud computing , load , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d13…
https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d130a45150a0b0e… 1/3
Current Designation: AWS & TIBCO Consultant
Current Company: TIBCO Software India Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TIBCO Software India Pvt Ltd as AWS & TIBCO Consultant
Mar 2018 to Till Date
* A trained AWS Solution Architect and DevOps Professional with nearly 11 years of experience in AWS (CLI, EC2,
VPC, S3, ELB Glacier, Route 53 , IAM) TIBCO, Software Development Lifecycle, Software Design & Architecture with
expertise in working with TIBCO Suite (BW5.x, BW6.x, EMS, TEA, Hawk, Spotfire) of products and SOA-based Integration
Technologies for clients across Banking, Telecom, Transport and Manufacturing sectors
tech mahindra ltd as Senior Software Engineer
Feb 2010 to Mar 2018
? Designed and implemented a continuous build-test-deployment (CI/CD) system with multiple component pipelines
using Jenkins to support weekly releases and out-of-cycle releases based on business needs
? Experience with container-based deployments using Docker
? Worked with Docker images, Docker Hub and Docker-registries and Kubernetes
? Experienced Cloud and DevOps engineer in Automating, Configuring and deploying instances on AWS
? Created Pods and managed using Kubernetes.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Sujith Reddy Singireddy
AWS Solution Architect and TIBCO Consultant with nearly 11 years of experience
seeking roles in AWS Cloud Computing, software architecture, DevOps (Ansible,
Docker, Jenkinx, Kubernetes, Terraform)
Key Skills: AWS SA(EC2, S3, IAM, VPC, ELB, Route53, IAM, Glacier) Ansible, Docker, Jenkins, GIT, Kubernetes,
Terraform, TIBCO BW 5.x, TIBCO BW 6.x, TIBCO EMS, TIBCO Administrator, TIBCO Hawk, TIBCO Rv,
Summary
* A trained AWS Solution Architect and DevOps Professional with nearly 11 years of experience in AWS (CLI, EC2, VPC, S3,
ELB Glacier, Route 53 , IAM) TIBCO, Software Development Lifecycle, Software Design & Architecture with expertise in working
with TIBCO Suite (BW5.x, BW6.x, EMS, TEA, Hawk, Spotfire) of products and SOA-based Integration Technologies for clients
across Banking, Telecom, Transport and Manufacturing sectors
* Skilled in mapping clients' business requirements and translating these requirements into functional specifications, services,
and custom solutions with successful project execution; extensive Project Management Experience with focus on
conceptualization & implementation of Solutions, Scope Management & Effort-Cost Estimation in compliance with organizational
guidelines
* Proficiency in executing designing & development of Software and SOA Processes in TIBCO BusinessWorks for multiple
projects while managing activities ranging from requirement specifications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d13…
https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d130a45150a0b0e… 2/3
? Built/maintained Docker container clusters managed by Kubernetes
? Utilized Kubernetes and Docker for the runtime environment of the CI/CD system to build, test deploys
? Worked on deployment automation of all micro services to pull image from Private Docker registry and deploy to
Kubernetes cluster
? Built & maintained Docker container clusters managed by Kubernetes Linux, GIT, Docker, on AWS
* Used Agile Methodology Sprint Model for the project deliveries
* Participated in sprint planning meeting for giving the story points based on the story description and use case
requirements
* Generalized the requirements based on the Use Case
* Designed & developed interfaces using code generator and mapped business logic using mapping sheets
* Created REST API Web Services in TIBCO BW
UG: B.Tech/B.E. (Electronics and Telecommunication) from Jawaharlal Nehru Technological University hyderabad in
2008
PG: in 0
Other Qualifications/Certifications/Programs:
ITIL Foundation Certificate in IT Service Management
TIBCO ActiveMatrix Businessworks 6.x
Nature of Employment: Full Time Duration: Dec 2018 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 3 Year(s) 0 Month(s)
Ansible, Git, Docker, Kubernetes 2019 2 Year(s) 0 Month(s)
Chef, Terraform 2020 2 Year(s) 0 Month(s)
Python, SQL, PL-SQL, XML 2020 3 Year(s) 0 Month(s)
SVN, GIT, Clear Case, Altova XML SPY 2020 10 Year(s) 0
Month(s)
Gems, HttpWatch, SOATestSuite 2020 5 Year(s) 0 Month(s)
SOAPUI, BMC Remedy 2018 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Beginner
telugu Proficient
Projects
Project Title: Solution Architect and L3 Support
Client: Hemlock Semiconductor Operations, LLC
Project Details: Managing & administering AWS Services CLI , EC2 , VPC , S3 , ELB Glacier, Route 53 , and IAM
Building a VPC, established the site-to- site VPN connection between Data Center and AWS
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d13…
https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d130a45150a0b0e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Enabling Amazon IAM service to grant permissions and resources to users
Managing roles and permissions of users with the help of AWS IAM
Configuring AWS Multi Factor Authentication in IAM to implement 2-step authentication of user's access using
Google Authenticator and AWS Virtual MFA
Creating AWS Multi-Factor Authentication (MFA) for instance RDP/SSH logon, worked with teams to lockdown
security groups
Initiating alarms in CloudWatch service for monitoring the server's performance, CPU Utilization, disk usage, and
so on to take recommended actions for better performance
Using lambda function to manage the instances and triggering s3 bucket to dynamodb
Using AWS Route53 to map VM IP, load balancer with domain name
Developing, testing, implementing and maintaining application softwar
Rank 1005: Resume 1101 with similarity score 0.015968003542232694
MS , BS product development , account manager , solution architect , full time , client success manager , enterprise architect , lead engineer encryption , general , customer , migrating , powershell , microsoft azure , designation , demand , microsoft office , restructuring , vendors , case , suggestions , mysql , hybrid cloud , migration management , pre-sales , affirmative action , hindi , english , public , readiness , maintenance , quote , ltd , total cost of ownership , active directory , bar , mcafee , gateway , risk , office 365 , exchange support , teams , e-mail , enterprise , synchronization , status , steering , stakeholder management , messaging platforms , excel , email , health check , application , aws , groups , leadership , mimecast , solution architecture , smb , authorization , intune , led , framing , premises , strategy , delivery of projects , languages , microsoft exchange , password management , procurement , amazon , pie , one , javascript , appliances , organization , technology , mailboxes , presentations , database , agility 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420…
https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420744405a58095… 1/3
Current Designation: Solution Architect
Current Location: Delhi
Pref. Location: Gurgaon,Hyderabad,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.A [Arts&Humanities]
Verified : Phone Number | Email - id
as Solution Architect
Jun 2009 to Till Date
NaviSite India Pvt. Ltd as Solution Architect
Jun 2009 to Jun 2009
Growth Path|| Role:
Since Jun'18: Solution Architect
* Front leading various projects and ensuring delivery of projects within the time & cost parameters with a high standard
of quality; defining & initiating a strategy service offering for partners
* Spearheading implementation of processes, managing change and supporting effective management of change, in
close coordination with the project steering board
* Framing architectural decisions, providing leadership, direction, strategy, and vision in the areas of technology and
product development to facilitate and enable growth and business agility
* Interacting with existing client for all architectural related issues, if required for restructuring of the product
* Empowering team and encouraging out of box thinking, innovation and new ideas generation and subsequently
providing resources and platform to people for implementation of new ideas & suggestions
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Rahul Kishan
Solution Architect seeking roles in Project Management,Technical Consultancy
,Solution Architecture,Migration Management ,Risk Management,Stakeholder
Management,Solution Designing,Microsoft Azure,AWS, Database (MS SQL,
MySQL),PowerShell
Key Skills: Solution Architect , Project Management,Technical Consultancy ,Solution Architecture,Migration Management
,Risk Management,Stakeholder Management,Solution Designing,Microsoft Azure,AWS, Database (MS SQL,
MySQL),PowerShell
Summary
A result-oriented professional offering over 13 years of a successful career with diverse roles distinguished by commended
performance
* Led architecture and design efforts; implemented processes, managed, change and supported effective management of
change, in close coordination with the project steering board
* Led culturally diverse IT teams across multiple technology and functional areas; directed business and IT project portfolios,
balancing resources, demand, opportunity, ROI and risk
* Mentored and coached the team; planned and integrated the work of multiple teams on a project; provided input on team
performance and reward
* Proficient in Designing Cloud Solution for the enterprises in competition with Amazon AWS, Microsoft Azure, and so on w.r.t
Solution Designing and cost effectiveness
* Skilled in crafting solution designing for Public Cloud, Private Cloud & Hybrid Cloud for multiple business's needs; portfolio
designing i.e. Azure, AWS, Office 365 /M365, DaaS, DRaaS, Databa
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420…
https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420744405a58095… 2/3
* Collaborating with clients in Pre-sales call to gather requirements, finalize the scope of work, PoC, Product demo and
making solution presentations and quotes
* Liaising with other teams such as Account Manager, Client Success Manager and Project Management Team to
create a quote for existing customer in case of any Add-on services
* Designing Navisite Own Cloud Solution for the enterprises in competition with Amazon AWS, Microsoft Azure, and so
on for cost effectiveness
* Providing assistance to organization achieving Quota in form of NRR & MRR from SMB business
* Tracking program/project progress, risk management strategies, total cost of ownership (TCO), dependencies, status
and health check
* Working with Vendors & Procurement Team to gather required hardware, software & third-party services pricing
Jun'09 - Jun'18: Lead Engineer - Office 365 & M365 Project Management
* Implemented migrations from on-premises messaging platforms to Microsoft Office 365 as Architect
* Engaged in migrating 22,000 Exchange 2007 mailboxes to Microsoft Office 365
* Worked closely with customer's Tier 3 & 4 support teams to ensure mailbox migration readiness
* Developed:
o One off PowerShell Scripts for customer's support teams to fix errors found through Active Directory environment
o A tool using PowerShell and Excel to automate manual task required during an Office 365 migration
* Enhanced User Migration Wiz tool to graphically to monitor process with pie & bar charts
* Used Active Directory to manage user accounts, computers, groups, objects and containers
* Delivered support to McAfee Email Gateway Appliances, Proofpoint (Enterprise/Essentials) and Mimecast
* Steered in implementation of a Password Management tool, allowing self-service for resetting passwords
* Troubleshot issues with Office 365 mailboxes
Hosted Exchange Support on Cloud Platform
* Managed queries and supporting on hosted exchange 2007 and 2010 platform
* Performed defined mailbox administration task on Hosted exchange platform and managed public folder queries
* Created new encryption policies on hosted exchange 2010 environment, managing archiving services and E-Mail
migration queries via Migration wiz tool
* Extended voice and E-Mail support to all Navisite hosted exchange customers
* Assisted customer admins on Exchange Admin portal to perform various exchange tasks
UG: B.A (Arts&Humanities) from Delhi University in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Hosted Exchange
Microsoft Exchange 2010 & 2013
Microsoft Office 365
M365
Microsoft Azure
AWS
Database (MS SQL, MySQL)
POWERSHELL
Microsoft Intune
Active Directory Synchronization
SOLUTION Designing
Languages Known
Language Proficiency Read Write Speak
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420…
https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420744405a58095… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Hindi Expert
Rank 1006: Resume 863 with similarity score 0.015941756899040968
B.E , B.TECH , BS application support , full time , change management , software developer intranet , react.js , api , web development , redux , telugu , css , designation , affirmative action , information technology , hindi , maintenance , jquery , english , authorization , node.js , bootstrap , status , email , project , application , hooks , components , change management , building , languages , framework , creative technology , kannada , es6 , it , javascript , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150…
https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150047445e0c5d0… 1/3
Current Designation: Frontend Developer
Current Company: EDC Creative Technology Solution
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: BE [information technology]
Verified : Phone Number | Email - id
EDC Creative Technology Solution as Frontend Developer
Jul 2018 to Till Date
1. Project Name : IRMA.
Responsibilities:-
- Part of team developing a responsive Website.
- Translated design and into high-quality code.
- Wrote customized code using HTML/CSS and javascript.
- Gained a good Understanding on Real time data.
- Worked on UI framework like Bootstrap.
2. Project Name : EDC INTRANET WEBSITE
Responsibilities:-
- Worked closely with the team for developing a responsive website in react.js.
- Translated design and into high-quality react.js code.
- Created a reuseable components for future use.
- Worked on ES6 formates of javascript.
? Worked on API calls, data binding in react.js.
- Gained good Knowledge on Node.js.
3. Project Name : SKILLABLERS.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Akhil E N
Developer seeking roles in Software Engineering,Software Development,UI
Development,Application Support,Project Management,Change Management,Defect
Management,Quality Management,Requirement
Gathering,JavaScript,Bootstrap,React.Js,HTML,CSS,Redux.
Key Skills: Software Developer,Software Engineering,Software Development,UI Development,Application Support,Project
Management,Change Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,Bootstrap,React.Js,jQuery,HTML,CSS,Redux
Summary
Experience in Building single page(SAP) web application in react.js
Experience integrating the RESTfull API in react.js.
Experience with Responsive Web Development.
Experience in UI Development using HTML5,CSS3 along with CSS/SCSS.
Experience in Developing the UI in React.js.
Building a reuseable components for future use.
Passionate Towards learning new technologies and creating prototypes to learn their implication.
Experience in javascript, ES6 concepts including DOM manipulation and jqurey.
Translating design and wireframe into high-quality code.
Experience in UI Framework like Bootstrap.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150…
https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150047445e0c5d0… 2/3
Responsibilities:-
- Worked closely with the team for developing a responsive website in react.js.
- Translated design into high-quality react.js code.
- Created a reuseable components for future use.
- Worked on API calls, data binding in react.js.
- Worked on ES6 formates of javascript.
- Implementing React.js, HTML and SCSS to make responsive portal.
- Worked on Industry Section of skillablers platform.
UG: B.Tech/B.E. (Computers) from EAST POINT COLLEGE OF ENGINEERING AND TECHNOLOGY in 2017
PG: BE (information technology) from Visveswaraiah Technological University (VTU) in 2017
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Jan 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Oct 2018 - Dec 2018
Onsite / Offsite: Offsite
Team Size: 5
Education
IT Skills
Skill Name Version Last Used Experience
Javascript,react.js,HTML,CSS,SCS
Jqurey,Bootstrap,ES6,react hooks,redux.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Proficient
Kannada Expert
Projects
Project Title: Skillablets Platform
Client: skillablers
Skill Used: reactjs, HTML, CSS, javascript, bootstrap,nodejs,CSS3, HTML5,ES6
Project Details: ? Worked closely with the team for developing a responsive website in react.js.
? Translated design into high-quality react.js code.
? Created a reuseable components for future use.
? Worked on API calls, data binding in react.js.
? Worked on ES6 formates of javascript.
? Worked on React AppexChart.
? Implementing React.js, HTML and SCSS to make responsive portal.
? Worked on Industry Section of skillablers platform.
Project Title: EDC INTRANET WEBSITE
Client: EDC
Skill Used: HTML,CSS, REACTJS, JAVASCRIPT, BOOTSTRAP,ES6
Project Details: ? Worked closely with the team for developing a responsive website in react.js.
? Translated design and into high-quality react.js code.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150…
https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150047445e0c5d0… 3/3
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Jul 2018 - Oct 2018
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
? Created a reuseable components for future use.
? Worked on ES6 formates of javascript.
? Worked on API calls, data binding in react.js.
? Gained good Knowledge on Node.js.
Project Title: IRMA
Client: IRMA
Skill Used: HTML,CSS, JAVASCRIPT, JQUERY
Project Details: ? Part of team developing a responsive Website.
? Translated design and into high-quality code.
? Wrote customized code using HTML/CSS and javascript.
? Gained a good Understanding on Real time data.
? Worked on UI framework like Bootstrap.
Rank 1007: Resume 1376 with similarity score 0.015852413968645385
B.E , MS , B.TECH system analyst , devops engineer , full time amazon web services (aws) , devops , jenkins , telugu , designation , cse , jmeter , affirmative action , cloud , linux , maintenance , ltd , travel , windows , authorization , english , status , email , project , configuration management , application servers , less , continuous integration , ci , amazon rds , mantis , nagios , gitlab , s3 , strategy , ec2 , languages , sonarqube , javascript , organization , notification , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b44…
https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b440419455b5e0a… 1/2
Current Designation: Cloud and Devops Engineer
Current Company: Your Travel Booking Private Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech [CSE]
Verified : Phone Number | Email - id
Your Travel Booking Pvt Ltd as DevOps Engineer
Jan 2019 to Aug 2020
* Having good exposure in Jenkins for CI (Continuous Integration)
* Experienced in Linux environment . Good knowledge and understanding of database and application servers'
administration in a global production environment.
* Exposre in Cloud Technologies Amazon Web Services (AWS) EC2, S3, RDS etc....
Your Travel Booking Private Limited as Cloud and Devops Engineer
Jan 2019 to Till Date
Over 3+ year of Experience in Implementing Organization DevOps strategy in various environments of windows & Linux
servers along with adopting cloud strategies based on Amazon Web Services.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Naveen Kavuri
DevOps Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,Jenkins,SonarQube,GitLab,Mantis BT,Nagios,Run
desk,JMeter,AWS,AWS Lambda,Cloud Watch,Nagios
Key Skills: DevOps Engineer,System Analyst,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,Jenkins,SonarQube,GitLab,Mantis BT,Nagios,Run
desk,JMeter,AWS,AWS Lambda,Cloud Watch,Nagios
Summary
Over 3+ year of Experience in Implementing Organization DevOps strategy in various environments of windows & Linux servers
along with adopting cloud strategies based on Amazon Web Services.
Experienced in Linux environment . Good knowledge and understanding of database and application servers' administration in a
global production environment.
Exposre in Cloud Technologies Amazon Web Services (AWS) EC2, S3, RDS.
Utilized Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS DB services to set alarms for notification
or automated actions; and to monitor logs for a better understanding and operation of the system.
Created a lambda function to automate RDS.
Created a lambda function to automate EC2 at certain Intervals.
Worked on cloudwatch to run lambda function .
Having good exposure in Jenkins for CI (Continuous Integration).
Using Jenkins Manage and Build code with Authorization.
Using Mantis for Issue Tracking.
Having good exposure in SonarQube for quality check.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b44…
https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b440419455b5e0a… 2/2
Supreme Netsoft as DevOps Engineer
Jun 2016 to Jan 2019
UG: B.Tech/B.E. (Computers) from JNTU College of Engineering, Kakinada in 2014
PG: B.Tech (CSE) in 0
Nature of Employment: Full Time Duration: Jan 2019 - Aug 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins
SonarQube
GitLab
Mantis BT
NAGIOS
Run desk & JMeter
AWS
AWS Lambda
Auto Scaling SNS
Cloud Watch
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Projects
Project Title: Your Travel Booking
Client: Your Travel Booking
Project Details: Travel Industry
Rank 1008: Resume 1315 with similarity score 0.015800568697906615
B.S , MS , BSC , BS cyber security , cloud architect , scrum master , agile project manager , quality analyst , quality assurance , test architect , solution architect , staffing manager , full time , agile coach training , icp , microsoft azure , connect , prince2 , test cases , webscarab , status , service quality , components , infrastructure , project work , site testing , organization , engagements , distance learning , performance testing , devising , automation , interfaces , designation , paros , csm , hindi , cloud , api testing , test estimation , english , penetration testing , leadership , ibm , architecting , dashboard , test strategy , javascript , baselines , measures , cyber security , reporting , optimization , scrum , performing , nmap , metasploit , affirmative action , readiness , advanced , strategic planning , software testing , proxy , email , nessus , aws , vast , operations , bus , premises , languages , scheduling , dynamics , test management , vulnerability , performance management , people management , ug , telecom , coe , wireshark , white box testing , authorization , risk , centralization , go , enterprise , models , security testing , ecosystem , agile project management , transition management , adherence , dissemination , fostering , hiring , quality improvement , shell scripting , framework , app , python , reviews , network administration , key performance indicators , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e13…
https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e130416135c5d0e… 1/3
Current Designation: Test Architect & Project Manager -Cloud
Testing
Current Company: IBM India Pvt. Limited
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
IBM India Pvt. Limited as Test Architect & Project Manager -Cloud Testing
Feb 2007 to Till Date
Role:
Spearheading the end-to-end Strategic Planning & Leadership, Project Management, Cloud Testing, Solution Architect,
Software Testing, Cloud Migration, Enterprise Architecting, Transition & Migration, Agile Methodology, Training &
Development and People Management
Devising strategies for successful Cloud Migration from current IIB 10.x on-Premises IBM Integration Bus (IIB) applications
and interfaces to a new integration platform- IBM App Connect Enterprise (ACE) on IBM Cloud
Leading the Project Management functions including Testing for large size migration to Cloud in a complex IT Ecosystem.
Creating Cloud Engagement Framework for all IBM engagements from Testing service line.
Functioning as a Staffing Manager & Agile Project Manager, taking care of Financial, Intra Company DOU, 7 keys Daily
Scrum Calls & several others
Defining QA policies, quality improvement processes, and best practices for large and complex test organizations.
Participating in cross-functional team discussions to help improve overall service quality, providing input for a go/no-go
decision on release readiness, reviews and communicated status to stakeholders
Working with other members of the quality group and organization to ensure tactical execution of quality protocols and
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Girish Pareek
CSM, ICP ACC, ITL V3, ISTQB Test Architect & Manager seeking roles in Cyber
Security Testing,API Testing,Data Testing, AWS, Azure Cloud Testing,Telecom
Testing,Architect Quality Assurance,Project Management,Delivery Management,IBM
AppScan,Nmap
Key Skills: Cyber Security Testing,API Testing,Data Testing,Cloud Testing,Telecom Testing,Architect Quality
Assurance,Project Management,IBM AppScan,Nmap,Nessus,Wireshark,AWS,Azure,Agile Project Management,Delivery
Management,Transition Management
Summary
Highly skilled in Testing Operations for large enterprises & complex programs (Testing, Cloud and Cyber Security)
Recommended and implemented changes to existing and proposed testing procedures, policies & programs based on revision
and dissemination of updated standards
Drove the centralization of Quality Assurance (QA) services, tools and infrastructure; established specialist practices in test
automation and performance testing by instituting standard frameworks in line with industry best practices. Created QE CoE for
multiple accounts.
Gained Vast experience in Hybrid Cloud- AWS, Microsoft Azure, Cyber Security, IBM Ignite based Software Testing, Cost
Optimization, Innovative Solutions Implementation, Vulnerability & Penetration Testing using Python, shell scripting, IBM
AppScan, Nmap, Nessus, Metasploit Framework, WebScarab, Paros Proxy, Wireshark.
Successfully created CTD Models; implemented over 200 models in an account & established CTD Modelling throughout IBM
India and other.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e13…
https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e130416135c5d0e… 2/3
SOPs to minimize risk to the business
Defining and implementing the Key Performance Indicators (KPIs) of the Testing Team within the organization; supervising
the assignments of off-site testing resources, as needed
Directing all operations which included setting definition of test estimation criteria, prioritizing test cases and reviewing the
test reports and testing artefacts
Implementing a multi-tier test strategy, which included end-to-end functional, Automation and performance tests, API-level
and Microservice testing for individual components, and white box testing using SQL/ IBM ACE, RFH Util etc.
Fostering team dynamics through monthly Quality Assurance (QA) meetings with Quality Assurance (QA) industry focused
presentations
Establishing performance measures for test management by identifying key performance indicators, defining reporting and
dashboard standards
Developing project baselines, monitoring & controlling projects with respect to cost, resource deployment, time overruns
and quality compliance to ensure satisfactory execution of projects
Scheduling & monitoring resources; monitored project status during the course of periodic project meetings
Analysing the user needs and requirements for determining feasibility of project within time and cost constraints
Interacting with team members for ensuring smooth progress of project work; ensuring adherence to quality norms
throughout the implementation process
Performing hiring, staffing to maintain a diverse and effective workforce and ensuring effective performance management
plan for the team members
Systweak as Sr. Quality Analyst
Dec 2006 to Feb 2007
UG: B.Sc (Maths) from Maharishi Dayanand Saraswati University (MDSU), Ajmer in 1997
PG: MCA (Computers), Correspondence/Distance Learning from Indira Gandhi National Open University (IGNOU) in
2004
Other Qualifications/Certifications/Programs:
Azure cloud architect certification 303 and 304
Azure cloud administration certification 104
ICP ACC certification agile coach
CSM certification scrum master
Prince2 Practioner
AWS cloud certification
Advanced Quality Engineering
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Microsoft Azure 2020 3 Year(s) 0 Month(s)
Python
Shell Scripting
IBM AppScan 2016 1 Year(s) 0 Month(s)
NMAP
NESSUS
METASPLOIT 2017 1 Year(s) 5 Month(s)
WebScarab, Paros Proxy 2017 1 Year(s) 5 Month(s)
WIRESHARK 2015 1 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e13…
https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e130416135c5d0e… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1009: Resume 1056 with similarity score 0.015797417907749668
B.E , MS , B.TECH , BS application support , devops engineer , solutions architect , associate , software developer , change management , full time , part time , balancer ansible , devops , jenkins , virtual machines , access , kubernetes , security , designation , elastic load balancing , user management , ecr , affirmative action , bash , mysql , plugins , health , hindi , cloud , docker , maintenance , apache , merging , provision , cluster , azure , windows , authorization , english , virtual networks , status , email , project , tomcat , groups , application , aws , configuration management , ubuntu , continuous integration , electronics , ecs , change management , s3 , containerization , git , shell scripting , kibana , storage , infrastructure , ec2 , repository , maven , languages , kannada , python , javascript , notification , availability , disk , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f470…
https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f47041414585d5f56… 1/2
Current Designation: AWS GCP CLOUD DEVOPS ENGINEER
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Mindtree Limited as AWS GCP CLOUD DEVOPS ENGINEER
Apr 2018 to Till Date
Managing AWS Infrastructure as primary on-call for client issues with the support team
Creation of Virtual Machines, Virtual Networks, Storage, Backups on AWS as per requirement
Managing existing cloud platform environments via various monitoring solutions available e.g., CloudWatch, PagerDuty,
OpsGenie, Kibana, Watcher notifications, DataDog
Monitoring of all services using Datadog and notification settings using PagerDuty/OpsGenie on various issues related to
server availability, disk issues, CPU and memory
Managed security groups, VPC specific to environment
Provided security and managed user access and quota using AWS Identity and Access Management (IAM), including
creating new Policies for user management
Configured and managed various AWS Services including EC2, RDS, VPC, S3, Glacier, Cloud Watch, Cloud Front, and
Route 53, AWS CloudFormation
Used Jenkins as tool for Continuous Integration, created new jobs and post build actions
Experience in working GIT for Branching and merging, managing the code repository
Wrote Ansible playbooks to manage configurations and automate installation process
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Mohammed Tirupathur
Engineer seeking roles in Software Engineering,Incident Management,Change
Management,Configuration Management,Requirement Gathering,Application
Support,Load Balancing,Shell Scripting,Kubernetes,Apache
Tomcat,Jenkins,Ansible,Python,Docker,SQL,AWS,Git
Key Skills: Engineer,Software Developer,Software Engineering,Incident Management,Change Management,Configuration
Management,Requirement Gathering,Application Support,Load Balancing,Shell Scripting,Kubernetes,Apache
Tomcat,Jenkins,Ansible,Python,Docker,SQL,AWS
Summary
Having 3 years of experience in IT industry as DevOps, Change/Incident Management and Cloud Management
Good knowledge in GCP services like Compute Engine, VPC Networks, Kubernetes Engine, Cloud Functions, Container
Registry, Load balancer and Storage Services
Experience on different AWS services like EC2 (Elastic load balancing, auto scaling, EBS), VPC, S3, IAM, Route53, ECR, ECS,
CloudFront, Lambda and Cloud Watch
CI/CD pipeline using Git, Maven, Jenkins, Tomcat for Java Project
Used Jenkins as tool for continuous integration, created new jobs, managed required plugins, configured the jobs selecting
required source code management tool, build trigger, build system and post build actions, scheduled automatic builds, notified
the build reports
Aspiring to work in an enthusiastic, creative and competitive environment that would set opportunities for enhancing, applying
my skill and to contribute towards the organizational growth
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f470…
https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f47041414585d5f56… 2/2
Utilized Terraform to provision infrastructure resources
Proficiency in containerization technologies like Docker and Kubernetes (GKE, ECS), maintaining cluster health
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rashtreeya Vidyalaya College Of Engineering, Bangalore in
2017
Other Qualifications/Certifications/Programs:
AWS Solutions Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, GCP, Azure, Docker, Kubernetes
Ubuntu, Windows, Apache Tomcat
Bash/Shell, Python, MySQL
Git, Jenkins, Ansible, Terraform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 1010: Resume 193 with similarity score 0.01578337428150534
MS , B.TECH , BS web developer , software engineer , development associate award , version control , spring , docker , vanilla , node.js , specifications , express , components , features , accessibility , connectivity , ec2 , html5 , pwa , sass , es6 , going the extra mile , front-end engineering , p2p , react.js , parcel , open source , traction , confluence , validity , webpack , flex , heroku , web applications , supply , screens , agile , gearing , project , poi , rest , c++ , srm , rentals , dashboard , javascript , drawing , toolkit , im a , matching , vue , merlin , information technology , design , principles , jquery , bootstrap , google , aws , hooks , web performance , github , knowledge sharing , seo , unit testing , languages , front-end development , jira , search , online , rendering , redux , onboarding , tamil , scratch , apache , teams , webrtc , modular , map , focus , npm , fps , e-commerce , metrics , learning , sockets , independent contributor Im a Front-End developer with a passion for crafting clean and performant web applications; Looking
forward to a company with exciting new challenges ahead and interesting products to build.
Lynk Website (link) - Built a fully responsive and
SEO optimized website. Achieved performance
through React with Prerendering.
PROJECTS
Offline Trips (link) - Built a feature that enabled
Lynks drivers to select trips of their choice. Used
React and Sockets for realtime trip display.
// Work
// Side
Navigo (link) - Built a PWA in React that assists in
searching for places by drawing on the map. It
can make finding rentals in an area or searching
for matching restaurants super easy.
Edufluence (link) - Built a learning platform that
aims to connect students and experts enabling
knowledge sharing. Made using Node.js, WS,
and WebRTC for rich connectivity.
SmartReads (link) - Built an online bookshelf
using React that allows you to search and group
books into individual shelves for easy tracking
and sharing when needed.
Memrise (link) - Flex your brain muscles with this
match up game written in Vanilla JS. Score the
most points by beating it in the least moves.
..
More on GitHub
+919789839421
linkedin.com/in/fatehak
github.com/FatehAK
fa7ehak@gmail.com
Fateh Ali Khan
EDUCATION
Chennai, Tamil Nadu
B.Tech - Information Technology April 2018
SRM Valliammai Engineering College
Accenture August 2018 - March 2019
Application Development Associate Chennai
Stack: Java, Swing GUI, Spring, Apache POI
Wrote clean and modular code as part of a redesign with
respect to client specifications.
Developed an internal toolkit for report generation using
Swing GUI and Apache POI libraries.
Resolved issues, ensured data validity, unit tested code and
upheld quality metrics across all stages of development.
Freelance March 2019 - August 2019
Front-End Developer Chennai
Stack: React.js, Redux, Node.js, Express, REST APIs
Built several projects from scratch and learnt exciting new
front-end technologies in the process.
Worked on learning things from the ground-up with the
goal of honing my skills as a front-end developer.
Contributed to the open source community on GitHub.
EXPERIENCE
Lynk Logistics August 2019 - Present
Software Engineer Chennai
Stack: React.js, Redux, SASS, REST APIs
Started as an independent contributor and lead the
front-end development efforts from the ground-up.
Overhauled the entire tech stack by introducing modern
frameworks, tooling and streamlined best practices across
front-end engineering.
Built SPAs with React and Redux with the latest hooks based
approach and architected 50+ reusable components which
are in active use across projects.
Strong knack for optimizing front-end performance to avoid
costly rerenders and gearing for high FPS.
Experimented with and iterated on several architectures and
libraries which lead to a scalable front-end.
Assessed the feasibility of UI/UX designs and translated
them into pixel-perfect implementations with responsive
principles in mind.
Driver Onboarding (link) - Built a portal in React
for Lynks Supply team to verify documents and
approve/reject drivers. This increased teams
efficiency leading to faster onboards.
Lynk Mart (link) - Built an MVP e-commerce site
in React/Redux that enabled Lynk to sell goods
to customers/retailers. This helped Lynk achieve
market traction during the lockdown.
Merlin (link) - Built a dashboard for Lynk users to
perform DaaS (Distribution-as-a-Service) activities. Made
10+ screens in React/Redux with features such
as viewing bills, order/stock tracking, etc.
https://www.linkedin.com/in/fatehak/
https://github.com/FatehAK
https://home.lynk.co.in/
https://www.behance.net/gallery/103777273/Offline-Trips
https://www.behance.net/gallery/103774567/Driver-Onboarding
https://www.behance.net/gallery/103773831/Lynk-Mart
https://www.behance.net/gallery/103777151/Merlin
https://navigo.netlify.com/
https://edufluence.herokuapp.com/
https://smartreads.netlify.com/
https://memrise.netlify.com/
https://github.com/FatehAK?tab=repositories
Version Control
SKILLS
FOCUS AREAS
Languages JavaScript (ES6+), HTML5/CSS3, SASS
Frameworks React, Redux, Vue, Next.js, Bootstrap, Node.js, Express, jQuery
Testing Jest, Enzyme, react-testing-library
Deployment Netlify, Heroku, AWS EC2
Tooling Gulp, Parcel, Docker, Webpack, Babel.js, Git, NPM, VSCode
Accessibility OOPS Browser CompatibilityResponsive Design
CERTIFICATIONS
Front-End Web Developer Nanodegree Modern Application Development
Udacity (Google Scholarship) August 2018 NPTEL Online Certification Elite Rank
Programming in C++
NPTEL Online Certification Elite Rank
JIRA Agile PWA Confluence
SEO
Unit Testing
Server Rendering
Dev Tools CI/CDBuild Tools Web Performance
ACHIEVEMENTS
Won 4x Lynk Stars Awards under the category ‘Going the extra mile for consistently delivering quality
software within tight deadlines.
Secured a scholarship from Google under Udacitys Nanodegree Program among 10K+ applicants.
Won the Udacity Project Challenge as part of the Nanodegree Program for developing the most
interactive and functional web applications.
Won the Academic Project award for my project ‘WebRTC P2P Learning in college.
</>
https://confirm.udacity.com/GTYAZFNR
https://nptel.ac.in/noc/E_Certificate/linkedin/noc17-cs06/NPTEL17CS0626240553FN.jpg
https://nptel.ac.in/noc/E_Certificate/linkedin/noc17-cs01/NPTEL17CS01S1471049.jpg
Fateh_Resume_Page_1
Fateh_Resume_Page_2
Rank 1011: Resume 818 with similarity score 0.01575584712583501
MS senior developer , project lead , owner , senior software engineer , full time , team lead mobility , ecommerce , api , core data , redux , computing , general , jenkins , algorithms , access , designation , ug , mar , affirmative action , web services , hindi , offers , memory management , food safety , maintenance , basic , interface builder , ltd , test cases , cocoa touch , ios , internet , json , shopping , advanced , authorization , english , status , productivity , email , project , viper , express , application , devices , numbers , checkout , plus , testing , ipad , xcode , mvc , swift , features , design patterns , react native , git , building , languages , framework , multithreading , payments , es6 , events , software design , jira , javascript , layout , technology , iphone 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a100…
https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a10004544595f0c55… 1/3
Current Designation: Senior Software Engineer II Internal Team
Lead
Current Company: CARS24
Current Location: Delhi
Pref. Location: Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
CARS24 as Senior Software Engineer II Internal Team Lead
Jul 2020 to Till Date
React Native Application Development
Publicis Sapient as Senior Developer Mobility
Oct 2019 to Jun 2020
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
JYOTI NARAIN
Senior iOS Developer+React Native with 7 plus yrs exp. Actively looking for change.
Key Skills: Senior Developer,Project Lead,Application Development,Project Management,Requirement
Gathering,Requirement Analysis,Software Design,Memory Management,Data Structures,GIT,JIRA,JSON,Unit
Testing,React Native,Design Patterns
Summary
Total 7.2 years of experience, which includes understanding requirement specification, working on software design, coding,
testing and maintenance.
Over 1.5 year experience in React Native also.
React Native - Udemy certified
Knowledge of Redux, ES6.
Unit test cases(Jest) and UI test cases(Detox).
iOS application development for iPhone and iPad using Objective C, Swift, Cocoa Touch, Core Data.
Knowledge of memory mgt and multithreading.
Worked with RESTful APIs and third party integrations.
Experience with GIT, JIRA, Jenkins tools.
Programming Skills : Native applications in Objective C/Swift.
Knowledge of Algorithms and Data Structures.
Having basic knowledge of developing applications in SwiftUI
Experience in handling JSON RESTFUL web services.
Experience in working with BLE devices.
Experience with Xcode, iOS APIs, Interface Builder, Auto-layout.
Knowledge of design patterns : MVC, MVVM, Clean Swift Viper.
Build Unit test cases using XCTest framework
Certificate Pinning in iOS
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a100…
https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a10004544595f0c55… 2/3
iOS + React Native.
HCL Technologies - Airtel Payments Bank as Senior Developer
Feb 2018 to Oct 2019
Client-Airtel Payments Bank
Airtel Payment Bank : iPhone application : Independently worked on critical features of the app like giftCard,
offers page, reset mpin and currently working on ToneTag feature.
Role: Development Client: Airtel India Ltd
Appstore Link : https://itunes.apple.com/in/app/my-airtel-recharge-bill-bank/id543184334?mt=8
DMI Innovations Pvt. Ltd. as Software Engineer
Sep 2015 to Feb 2018
UbaMarket : iPhone application - Offsite : Shopping app. Scan items as you shop, benefit from 'automatic
loyalty', receiving real-time personalised offers and checkout at the express till without having to queue.
Role: Lead and Development Client: UbaMarket Ltd
Appstore Link : https://itunes.apple.com/us/app/ubamarket/id1119910665?mt=8
St. Luke's : iPhone application - Offsite : Quick, on-the-go access to physician information, emergency
numbers, locations, directions and more for St. Luke's Hospital in Chesterfield, Missouri.
Role: Development Client: St. Luke's Hospital
KTrack : iPad application - Offsite : Organise the Owner's building information and provide a platform to control
costs, manage productivity, and extend the life of the facility.
Role: Development Client: Wye River Technologies
ComfortKeeper : iPad application - Offsite : In-home care app, companion services, and home safety technology
for seniors and other loved ones needing assistance to remain in the privacy and comfort of their own home.
Role: Development Client: Sudexo
FoodKeeper : iPhone application - Offsite : App provides guidelines and methodologies on how one can reduce
food wastage from hoiuseholds.
Role: Development Client: USDA Food Safety and Inspection Service
Link : https://itunes.apple.com/us/app/usda-foodkeeper/id978186100?mt=8
VirginRed : iPhone application - Offsite : Find stuff that helps you to find exclusive offers and events from the
Virgin companies.
Role: Development Client: Virgin Group
Appstore Link : https://itunes.apple.com/gb/app/virgin-red/id1004492356?mt=8
Affle Appstudioz Technologies Pvt Ltd as Software Engineer
Sep 2013 to Sep 2015
Indulged in core ios app development.
UG: BCA (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2009
PG: MCA (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2012
Other Qualifications/Certifications/Programs:
PG Diploma in Advanced Computing, CDAC
Education
IT Skills
Skill Name Version Last Used Experience
RESTful APIs
GIT, JIRA, Jenkins tools
Objective C/Swift.
JSON RESTFUL,BLE devices
Xcode, iOS API's
MVC, MVVM, Clean Swift Viper
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a100…
https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a10004544595f0c55… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
React Native 2019 0 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1012: Resume 1270 with similarity score 0.01574352202770127
B.E , MS , B.TECH , BS cloud architect , devops engineer , assistant manager , solutions architect , information security , management trainee , chief technology officer , partner , full time , assistant general manager , vp , aws architect customer , microsoft azure , platforms , beginner , japanese , status , specifications , it consulting , application architecture , mumbai , rdbms , testing , technical design , microsoft project , visio , clear , supply chain , development projects , amazon web services , french , technical leadership , devops , designation , it strategy , mar , deliverables , pre-sales , hindi , information security , ltd , english , cloud security , technology trends , architecting , disaster recovery , machine learning , white papers , research , itil , javascript , availability , requirements analysis , general , rca , team management , affirmative action , public , service delivery , strategic planning , regulations , timelines , email , aws , operations , user stories , languages , assessment , it infrastructure management , infrastructure solutions , confidentiality , cloud services , ug , telecom , investors , authorization , teams , enterprise , scalability , transformations , engage , government , social responsibility , servers , drive , framework , technical documentation , adoption , elasticity , python 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 1/4
Current Designation: Assistant General Manager IT
Current Company: BSE Ltd(Marketplace Technologies Pvt.Ltd)
Current Location: Mumbai
Pref. Location: Mumbai,Navi Mumbai,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Head/VP/GM-Tech. Support
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Operations]
Verified : Phone Number | Email - id
BSE Ltd(Marketplace Technologies Pvt.Ltd) as Assistant General Manager IT
Feb 2018 to Till Date
BSE Ltd(Marketplace Technologies Pvt.Ltd) as Assistant General Manager IT
Feb 2018 to Feb 2018
Achievements/Tasks
Devise a strategy to incorporate cloud services and technologies in
order to optimise infrastructure and make applications cloud ready.
Work collaboratively within integrated cross-functional teams to deliver
comprehensive strategies that enable cloud and infrastructure
transformations.
Advocate and define cloud architecture vision from a strategic
perspective including internal and external platforms tools and systems.
Act as a subject matter expert to organisation for public and private
cloud end to end architecture.
Drive scope definition, requirements analysis, technical design and
deployment using cloud and devops technologies.
Initiate and implement devOps practices and technologies to reduce
release to market cycles, bring down TCO , increase efficiency and
effectiveness.
Ensuring effective housekeeping and incident management function in
cloud environments with RCA analysis, incident resolution and on-time
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Saurabh Kulkarni
AGM-IT seeking assignments in Cloud strategic planning and architecture. Expertise in
designing and solutioning complex enterprise architectures in AWS using devsecops
best practices.
Key Skills: AWS architect,AWS DevOps,Cloud strategy,Cloud Security,Technical Project Management,Devops,IT Strategy
Planning,Technical Leadership,Team Leading,IT Team Management,Azure,RDBMS,IT Consulting,Service Delivery
Management
Summary
Cloud & DevOps Strategist & Architect
Designing and executing multidimensional cloud and devops strategies considering the platform, architecture,security ,
organisational and financial aspects of adopting current technologies.
Over 10 years experience in architecting, designing and implementing cloud solutions and executing complex technical projects
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 2/4
permanent fixes.
Maintain project frameworks and deadlines. Maintain and implement
SOPs and best practices with reference to white papers and ITIL
framework.
Lead research and development projects and maintain a R&D budget.
Train and develop team members to keep up with the current devOps
trends, measure KPIs.
Whizstorm Software Technologies as Chief Technology Officer-IT Infrastructure Management
Nov 2015 to Feb 2018
Duration: November 2015 to Till date
Roles & Responsibilities:
Chief Technology Officer
Chief Technology Officer
Technology strategy, adoption and planning -Identify opportunities and risks for delivering the company's services as a
web-based business, including identification of competitive services, opportunities for innovation, and assessment of
marketplace obstacles and technical hurdles to the business success.
Identify technology trends and evolving social behavior that may support or impede the success of the business.
Designing infrastructure and software architectures to meet scalability, elasticity, security and availability of applications at
all times.
Keeping the infrastructure and application architecture up to date by aligning cloud technology and services with business
needs.
Adopting and designing solutions by incorporating IaaS(Infrastructure as a service) and PaaS(Platform as a service)
services in Amazon Web Services and Microsoft Azure to build highly available, redundant, elastic and secure applications
and products.
Collaborate with the appropriate departments to assess and recommend technologies that support company
organizational needs.
Establish a governance process that meets government, partner, and company expectations for customer information
privacy.
Direct development and execution of an enterprise-wide information security plan that protects the confidentiality, integrity,
and availability of the company's data and servers.
Direct development and execution of an enterprise-wide disaster recovery and business
continuity plan.
Communicate the company's technology strategy to investors, management, staff, partners, customers, and stakeholders.
Collaborate with the founders and potential customers to develop use cases (or user stories) and specifications that
describe the implementation of the company's services as
web application.
Ensure the company's internal technological processes and customer-facing services comply with community expectations
and applicable laws and regulations for privacy, security, and social responsibility.
Select or define the company's software development methodology.
Establish a specification conformance and testing regimen based on user stories.
Drive implementation and deployment policies and methods, Continuous research and development in order to use the
latest software and cloud services across all the products.
Kohinoor Group as Manager - IT
Jan 2012 to Oct 2015
Achievements/Tasks
Initiate,plan,execute,control and close IT projects.
Determine &define clear deliverables, roles and responsibilities for
team members on specific projects.
Introduce the business and IT teams to the current technologies in
cloud and application development
Comnet Solutions Pvt. Ltd. as Assistant Manager
Jan 2011 to Jan 2012
Comnet Solutions PVT. LTD (01/2011 - 01/2012)
Comnet Solutions PVT. LTD (05/2008 - 05/2009)
Manager IT projects
Kohinoor Group
Initiate,plan,execute,control and close IT projects.
Determine &define clear deliverables, roles and responsibilities for
team members on specific projects.
Introduce the business and IT teams to the current technologies in
cloud and application development.
Assistant Manager Sales and Operations
Comnet Solutions Pvt Ltd
Engage with potential customers for pre-sales opportunities in
infrastructure solutions and products.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 3/4
Prepare and maintain technical documentation for proposals, SOPs &
SLAs in facility management operations and RCA documents for
incident management alerts.
Maintain supply chain timelines and practices.
UG: B.Tech/B.E. (Computers) from SAKEC(Mumbai University) in 2008
PG: MBA/PGDM (Operations) from IES MCRC(Mumbai University) in 2011
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Professional
AWS Certified DevOps Engineer Professional
AWS Certified Machine Learning Specialty
Nature of Employment: Full Time
Project Location: Mumbai
Role: Other
Duration: May 2010 - Jul 2010
Onsite / Offsite: Onsite
Team Size: 30
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Architect 2017 4 Year(s) 0 Month(s)
AWS and Microsoft Azure 2017 6 Year(s)
Microsoft Project 2017 8 Year(s)
Microsoft Visio 2017 8 Year(s)
AWS SQS and AWS SNS
JavaScript
RDBMS
Python
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Proficient
French Beginner
Japanese Beginner
Projects
Project Title: Management Trainee
Client: Standard Chartered
Skill Used: IT Project management and Operations
Project Details: Implementation of Verint Voice logger in regional treasury departments
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1013: Resume 8 with similarity score 0.015617494665729622
BTECH , B.TECH work from home , partner sunrise , api , authentication , secondary education , firebase , player , retrofit , pattern , google , kotlin , working from home , iit , resume , android , github , java , youtube , completion , assessment , app , history , search , web , technology , civil engineering , persistence Assessment
Q1. Why should you be hired for this role?
Hello Sir/Madam
I am Ankit from IIT Roorkee BTech 4th year. I am highly interested in android and working in a startup.
I am a fast and dedicated learner. Just need a chance.
My resume: https://bit.ly/2MiKO2K
Thank You
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months and start immediately, working from home. I want to work flexible hours.
Resume
EDUCAT ION
PROJECTS
ANKIT KUMAR RACHHOYA
Roorkee
Applied 02 Jan'21
Android Kotlin Firebase
GitHub Java
Bachelor of Technology B.Tech), Civil Engineering
Indian Institute Of Technology Roorkee
2017 - 2021
Senior Secondary XII, Science
Sunrise Acdemy
RAJASTHAN BOARD OF SECONDARY EDUCATION board)
Year of completion: 2016
Percentage: 86.00%
Secondary X
SUNRISE ACADEMY
RAJASTHAN BOARD OF SECONDARY EDUCATION board)
Year of completion: 2014
Percentage: 83.00%
SpoTube/ a youtube audio player
Nov 2020 - Dec 2020
https://github.com/kumarankitiitr/SpoTube/tree/master
Search result using youtube data API
Extract audio URL using youtube-dl
Play sound using exoplayer
Offline download using simpleCache
Room persistence library, dagger-hilt, and MVVM Pattern
News App / news app taking data from news api
Oct 2020 - Oct 2020
https://github.com/kumarankitiitr/NewsApp/tree/master
Fetching data from news API using retrofit
Each news shows in a web-view
Offline saving using the Room persistence library
MVVM pattern
NoQ Partner / admin app for NoQ
Apr 2020 - Jun 2020
https://github.com/kumarankitiitr/NoQPartner
https://github.com/kumarankitiitr/SpoTube/tree/master
https://github.com/kumarankitiitr/NewsApp/tree/master
https://github.com/kumarankitiitr/NoQ-Partner
CONTACT Phone: 91 7302202034
admin app for NoQ (for the canteens or restaurants)
Connected to NoQ using firebase firestore.
Google sign in using firebase authentication
NoQ/ food ordering app
Feb 2020 - May 2020
https://play.google.com/store/apps/details?id=in.programy.noq
An app for restaurants
Order from the menu of the list of restaurants
payment using UPI
Track orders in InQ and History section
firebase firestore, google sign in using firebase authentication
https://play.google.com/store/apps/details?id=in.programy.noq
Rank 1014: Resume 997 with similarity score 0.015580476024831388
B.S , MS automation test engineer , software test engineer , full time , testing engineer automation , reporting , manual testing , telugu , x-ray , performing , css , change requests , designation , regression testing , e2e , functional testing , tamil , validity , affirmative action , testng , jmeter , test scripts , mysql , gui testing , product concept , beginner , maintenance , ltd , typescript , test cases , working experience , json , authorization , english , test execution , status , advanced product quality planning (apqp) , software testing , automotive , email , project , database testing , integration testing , windows 10 , less , selenium webdriver , smoke testing , scenario , html , cucumber , user stories , github , writing , retesting , languages , framework , preparation , system testing , kannada , sql server , data integrity , javascript , jira , eclipse , agile testing , product life cycle , sanity testing , publishing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140…
https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140544420b0f085… 1/2
Current Designation: Software Test Engineer, Manual and
Automation
Current Company: Neviton Softech Pvt Ltd - Immediate Joiner
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 10 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Neviton Softech Pvt Ltd - Immediate Joiner as Software Test Engineer, Manual and Automation
Dec 2018 to Till Date
Automation Test Engineer (Neviton Softech Pvt Ltd. December 2018 to present)
Advanced product quality planning (APQP) is a framework of procedures and techniques used to develop products in
industry, particularly in the automotive industry. APQP has five phases starting with product concept and extending
throughout the product life cycle and each phase contains multiple modules and each module are delivered as a project.
Projects : Admin, Task, Lesson Learned, CAR, SPC
Technologies : React JS, Java Script, Java, Selenium Web driver, MS SQL server, Jira
Responsibilities :
Involved in Grooming sessions for Requirement gathering and Analysis.
Designed and Developed the Test plan and test scripts based on User Stories.
Involved in the preparation of Automation Framework.
Actively involved in writing and maintenance of test scripts and their execution using TestNG, Cucumber framework.
Involved in Identifying the E2E scenario & Creating the Reusable methods & Generic methods.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Priyanga Rajagopal Reddy
Software Test Engineer seeking assignments in Software Testing, Functional
Testing,Manual Testing,Automation Testing,Regression Testing,Database
Testing,System Testing,Integration Testing,GUI Testing,Jira,X-Ray,Github.
Key Skills: Software Test Engineer,Testing Engineer,Software Testing, Functional Testing,Manual Testing,Automation
Testing,Regression Testing,Database Testing,Sanity Testing,System Testing,Smoke Testing,Integration Testing,GUI
Testing,Jira,X-Ray,Github,Testng
Summary
Having 1 year 10 months of experience in Software Testing.
Experience in testing Web Based Applications.
Extensive working experience in SDLC and Agile Testing environment.
Experience in performing UI, Functional and Regression testing.
Knowledge on Selenium Web Driver and Cucumber JS testing tool.
Developed automation test scripts using Selenium Web Driver, Java and Typescript.
Experience in working with Selenium IDE and Selenium Web Driver using TestNG.
Experience in working with Cucumber (Behavior Driven Development framework).
Analysis of nightly execution and prepare bug Report.
Experience in working with JSON files.
Good exposure to SQL commands.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140…
https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140544420b0f085… 2/2
Checking the Data validity, Data Integrity and performance related to database.
Retesting defect fixes & publishing test result.
Reporting and tracking the Bug using JIRA.
Prepared Daily status Report regarding test execution and Issues.
Updating test cases as per change requests and perform execution.
Performed Functional Testing, Integration Testing, GUI Testing, Regression Testing.
Analysis of nightly execution and prepare bug Report.
Sending daily analysis status report to the management.
UG: B.Sc (Computers) from MGR Arts and Science -Hosur (Periyar University), Tamil Nadu, India in 2016
PG: MCA (Computers) from Anna University in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jira, X-Ray, GitHub
Selenium Webdriver, Cucumber, TestNG
Postman and JMeter
Windows 10. Java, Typescript, JDBC
HTML, CSS
Eclipse, Selenium, MySQL
TypeScript
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Telugu Expert
Kannada Beginner
Rank 1015: Resume 953 with similarity score 0.015301189518232387
MS , BS product development , software developer , senior software engineer , full time , java developer erx , guides , react.js , api , spring mvc , web development , redux , core java , performance analysis , bugzilla , mockito , prescription , general , visual studio code , css , designation , confluence , mar , affirmative action , testng , mysql , intuit , technical architecture , user experience , hindi , maintenance , ltd , json , english , authorization , pattern , new relic , ftl , status , plugin , agile , record , email , project , tomcat , application , consultation , modular , ubuntu , doctors , redis , github , writing , components , twiki , discharge , flow , junit , unit testing , hospitals , maven , storage , framework , languages , hibernate , database , medicine , management system , surgery , struts , reviews , javascript , eclipse , jira , stomp , technology , mac os x , amazon web services , html , capture , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b450847…
https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b4508475518425a0c015… 1/3
Current Designation: Senior Software Engineer
Current Company: Intuit
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Intuit as Senior Software Engineer
Nov 2019 to Till Date
Contributing in Product Development, Design, Solutioning and Unit Testing .
Practo Technologies Pvt Ltd as Senior Software Engineer
Dec 2014 to Nov 2019
Project Details:- Project: Hospital Management System(HMS) Environment/Technology: Jsp, Servlet, JavaScript,
Struts1.3, Spring4.0, Hibernate, Postgres, jdbc, tomcat, eclipse. Responsibility: Analysis, Design, Solutioning,
Development, Unit Testing, Bug Fixes, Performance analysis, Code Reviews. Working as a part of IP Clinical team for
Hospital Management System. Worked individually to develop Multi User feature IP EMR which capture and track record
for admitted patient into hospitals by multiple doctors, duty doctor and nurse which aims to avoid loss of data and gets the
updates which user is working concurrently. Developed this feature using Spring MVC, Web Services, Hibernate, Redis ,
React, Redux, Sagas and Styled Components. Worked in a team to develop OP Clinical Flow Module which aims to
capture patient record before consultation by nurse, while consultation by Doctor and prescribed based on diagnostic at
hospitals drastically by providing better UX. Developed this feature using Spring MVC, Hibernate, Web Services, React,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SONAM ASHA NANDANI
Senior Software Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Web
Development,Javascript,MySQL,Core Java,JIRA,BugZilla,Confluence
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Web Development,Javascript,MySQL,Core
Java,JIRA,BugZilla,Confluence
Summary
Having 6 years of experience in Software Development.
Currently working with Intuit as a Java Developer.
Technically Proficient in Development, Design, Solutioning, Unit Testing, Production Support and Maintenance
of the Project.
Hands on experience with Struts, Spring MVC, J2EE, JavaScript, Hibernate, Web Services, Redix.
Worked on writing Unit test using testNG and Mockito
Experience on Writing/Optimizing queries on Postgres database.
Developed Real time Multi user Modules using WebSocket and Redis storage.
Worked in an Agile Development Environment.
Having good knowledge in Design Pattern, Data Structure and Algorithm.
Worked with different project management tools like Postman, Jira, Bugzilla, Confluence, Twiki, New Relic.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b450847…
https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b4508475518425a0c015… 2/3
Redux, Sagas and Styled Components. Worked on generating reports and reports builder which gives data based on filter.
Used ftl and srjs internal framework Developed Scheduler feature to book an appointment for Doctor/Test/Service/Surgery,
rescheduled, cancel based on multi center at Hospitals. Implemented Stomp Client Implementation Over web socket
Developed Discharge Medication feature which aims to prescribe medicine or any services to patients during discharge.
Developed ERX (e-prescription) feature which helps to verify right prescriptions based on diagnostic code. Developed
whole Clinical Modules , Designed , Implemented across the product. Integrated plugin for First Time User Experience of
the redesigned UI of the product. Implemented modular modules of Product API and UX with validations and styles guides
driven development. Contributed in multiple Production Issues immediately by necessary required actions. Handled
Complex Migrations Scripts for required data.
UG: BCA (Computers) from Sikkim Manipal University (SMU) in 2011
PG: MCA (Computers) from CMR Institute of Management Studies in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Mac OS X, Ubuntu 2020 6 Year(s) 0 Month(s)
CORE JAVA, J2EE 2020 6 Year(s) 0 Month(s)
Struts 1.x, Hibernate 4.x 2020 6 Year(s)
HTML, CSS 2019 5 Year(s) 0 Month(s)
Mysql , Postgres 9.x. 2019 5 Year(s)
Tomcat 7.0 2019 5 Year(s) 0 Month(s)
Eclipse, Visual Studio Code 2020 6 Year(s) 0 Month(s)
AMAZON Web Services 2020 4 Year(s) 0 Month(s)
github, Jira, Confluence , postman 2020 6 Year(s)
SPRING MVC 4 2020 6 Year(s) 0 Month(s)
React.js 16 2019 3 Year(s) 5 Month(s)
JavaScript 2019 4 Year(s) 0 Month(s)
JSON 2020 6 Year(s) 0 Month(s)
AJAX 2019 3 Year(s) 0 Month(s)
websocket 2019 2 Year(s) 0 Month(s)
Redis 2019 2 Year(s) 0 Month(s)
JUNIT 2020 6 Year(s) 0 Month(s)
MAVEN 2020 6 Year(s) 0 Month(s)
Restful Web-service 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b450847…
https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b4508475518425a0c015… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1016: Resume 1098 with similarity score 0.015136500258056696
B.E , MS , B.TECH , BS infrastructure engineer , devops , service developer , network administrator , full time , aws solution architect ansible , blocking , high availability , devops , jenkins , telugu , access , classic , security , microsoft azure , designation , elastic load balancing , options , bmc remedy , profiles , affirmative action , hindi , cloud , docker , linux , public , active directory , ami , exadata , windows , ccna , cli , authorization , english , iaas , troubleshooting , teams , enterprise , status , paas , email , store , infosys , application , aws , groups , root , routing protocols , provisioning , snapshot , splunk , oracle implementations , electronics , rest , network administrator , s3 , servers , git , premises , fundamentals , ec2 , storage , infrastructure , languages , failover , oci , communications , one , javascript , cost reduction , jira , network administration , organization , technology , data guard , performance testing , amazon web services , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a0842…
https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a08420312485b5a0f… 1/2
Current Designation: Infrastructure Engineer
Current Company: Infosys Limited
Current Location: Pune
Pref. Location: Hyderabad,Pune,Noida
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Infosys Limited as Infrastructure Engineer
Jun 2019 to Till Date
? Hands on experience in Amazon web services such as EC2, S3, Elastic Load Balancing (Classic/Application), Auto
Scaling, VPC, Route53, Cloud Watch and IAM.
? Configuring/Managing AWS EC2 instances as per client requirement. Create/Managing buckets on S3 (CLI) and store
data base and logs backups, upload images for CDN serve.
? Deploying, managing, and operating scalable, highly availability
? Having an experience on AWS CLI.
? Having experience on managing multiple AWS accounts under one organization.
? Setup/Managing VPC, Subnet it makes connection between different zones and Blocking suspicious IP?s/Subnet.
? Creating AWS users and groups and assign profiles.
? Increasing EBS backed volume storage capacity when the root volume is full using AWS EBS volume feature.
? Created Load balancing (ELB) and Auto scaling using for failover and latency options for high availability and fault
tolerance.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Divakaruni Shekar
Engineer seeking roles in AWs administration, docker container, splunk, Oracle cloud,
azure devops, and jenkins
Key Skills: Exadata,oracle cloud,Microsoft Azure,Splunk,AWS,Git,Docker,Load Balancing,Active
Directory,Jenkins,CCNA,Routing Protocols
Summary
? Expert in supporting customers in enterprise Oracle implementations
? Expert in implementing connection between different Oracle services - cloud and on premises
? Expert in provisioning on IaaS, network setup, load balancing and providing security
? Expert in setup of monitoring infrastructure on cloud
? Expert in managing storage, compute and network resources on IaaS
? Expert in:
Analysis of On-Premise Oracle/Non-Oracle Workload
Discovery of On-Premise Workload
Preparing high level plan to migrate the workload to Oracle Public Cloud
Build the environment on Cloud
Migrate Database and Applications to OCI Cloud and
Optimize the workload on Cloud for better performance with cost reduction
? Experience in cloud infra provisioning and administration on Oracle OCI
? Experience in configuration and managing database backups on Cloud
? Experience in setup and administration of Oracle Data Guard in Oracle Cloud PAAS Service
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a0842…
https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a08420312485b5a0f… 2/2
? AWS Backup using Snapshot, AMI creation techniques, along with date at rest security with in aws.
? Implement Security groups for Inbound and Outbound access.
? Setup specific IAM profiles per group utilizing newly released APIs for controlling resources within AWS based on
group or user.
? Support cloud servers including security configurations, patching, and troubleshooting.
? Created AWS EC2 instances and deployed applications and delivered for QA teams to initiate performance testing.
? Knowledge on Active Directory
Vodafone as Cloud service developer
Feb 2019 to Jun 2019
Tata Communications as Network Administrator
Jun 2016 to Nov 2018
Tata Communications as Network Administrator
May 2014 to May 2015
UG: B.Tech/B.E. (Electronics/Telecommunication) from qis college of engineering and technology in 2012
Other Qualifications/Certifications/Programs:
Oracle cloud professional
Microsoft Azure fundamentals
AWS solution architect
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
IaaS (OCI), DBaaS, Oracle
Linux, Windows, JIRA , AWS, Azure
Service Now, BMC remedy
Splunk, Docker, Ansible, Git
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1017: Resume 709 with similarity score 0.01501018884120896
B.S , MS application support , lead developer , associate , product development , software developer , full time , team lead , lead software engineer automation , training , quartz , general , entity framework , asp.net core , microsoft azure , designation , ug , asp.net mvc , wcf services , pay , mar , affirmative action , async , health , collaboration , web api , hindi , software estimation , maintenance , ltd , typescript , jquery , authorization , english , pattern , teams , bootstrap , status , rabbitmq , c# , specifications , basware , email , project , application , microservices , focus , less , angularjs , redis , electronics , elements , rest , product design , knowledge sharing , software architecture , languages , infrastructure , html5 , sass , sql server , trizetto , technical analysis , communications , reviews , javascript , search , bower , linq , working environment , architectural design 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120…
https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120b47175b5f5b5… 1/2
Current Designation: Architect/Lead Developer
Current Company: Cognizant
Current Location: Pune
Pref. Location: Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant as Architect/Lead Developer
Nov 2017 to Till Date
Projects: Cognizant Trizetto Elements
* Domain: Health Care
* Core Technologies:Asp.netcore, .net core, web api, RabbitMQ, Elastic Search, Redis, WCF, GRPC services, Quartz
Scheduler, MS SQL Server, Angular, Type Script, Azure Deployment etc.
* Roles: Working as Architect and Lead Developer, Responsible for infrastructure changes in product, Code Reviews,
Design and Technical Analysis of specifications, Training and Knowledge sharing with Dev Teams etc.
BASWARE INDIA PVT LTD as Associate Lead Software Engineer
May 2012 to Oct 2017
Projects:- Purchase to Pay Alusta - IA (Invoice Automation) and Purchase to Pay Alusta - PP (Payment Plan)
* Domain:- Invoice Automation, ERP
* Core Technologies: HTML5, Entity Framework, C#, Web API (REST), WCF, LINQ, Async-Await pattern, AngularJS,
Typescript, Gulp, Bower, Bootstrap, LESS etc.
* Roles:- Worked as lead software engineer and individual contributor.
Net Solutions as Software Engineer
Sep 2011 to Apr 2012
* Projects:- Migration work
* Technologies: Asp.Net MVC, SQL, jQuery.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Sonu Kumar
Lead Developer seeking roles in Software Engineering,Software Product
Development,Product Design,Application Support,Project Management,Change
Management,Delivery Management,Quality Management,Requirement Gathering,.Net
Core,Sql Server,Azure
Key Skills: Team Lead/Tech Lead,Software Engineering,Software Product Development,C#,.Net,Angularjs,Azure,Elastic
Search,SQL Server,Software Architecture,ASP.Net MVC,Architectural Design,TL,Redis,Product
Development,Rabbitmq,Software Estimation,Microservices
Summary
* Having long experience in product development.
* Focus on Quality and Delivery.
* Always try to create a motivational working environment around.
* Active for collaboration and communications.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120…
https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120b47175b5f5b5… 2/2
* Roles:- Software Developer
Drish Infotech as Software Engineer
Mar 2010 to Aug 2012
Worked as individual Contributor, Worked on multiple projects.
UG: B.Sc (Electronics) from Kurukshetra University in 2005
PG: MCA (Computers) from Kurukshetra University in 2008
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
.Net Core, Asp.Net Core, C#, .Net 2021 0 Year(s) 0 Month(s)
EntityFrameworkCore 2021 0 Year(s) 0 Month(s)
RabbitMQ, Quartz Scheduler 2021 0 Year(s) 0 Month(s)
ASP.Net MVC 2021 0 Year(s) 0 Month(s)
Elastic Search 2021 0 Year(s) 0 Month(s)
grpc Services 2021 0 Year(s) 0 Month(s)
Angular, AngularJs, TypeScript, SASS 2020 0 Year(s) 0 Month(s)
Microsoft Azure, Service Fabric 2020 0 Year(s) 0 Month(s)
WCF SERVICES 2020 0 Year(s) 0 Month(s)
Sql SERVER Development 2021 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 1018: Resume 1156 with similarity score 0.014985895513250415
MS director , it operations analyst , solutions architect , operator , devops , technical associate , it professional , solution architect , vmware administrator , full time , site reliability engineer , enterprise architect customer , bmc remedy , security , vault , it operations , docker , linux , technical training , status , logging , programmers , continuous integration , bitbucket , testing , features , connectivity , ec2 , emerging technologies , organization , pipeline , sprints , distributed resource scheduler (drs) , ansible , automation , devops , powershell , computer networking , kubernetes , access , designation , deliverables , reliability engineering , rhel , hindi , cluster , english , troubleshooting , maintenance engineering , editing , project , groups , microservices , bpo , volume management , hyper-v , nutanix , itil , scom , one , javascript , vmware vsphere , wireless , health monitoring , change requests , developers , scripting , affirmative action , public , xp , basic , smart working , iaas , email , aws , cisco ucs , desktop administration , ubuntu , bengali , microsoft , saas , pod , languages , jira , esxi , dell , working environment , windows 7 , agile methodologies , infrastructure solutions , high availability , foundation level , jenkins , windows server , ug , pv , hybrid cloud , ticketing , active directory , solver , azure , authorization , teams , enterprise , virtualization , sql , application , devices , cost effective , records , s3 , servers , running , repository , aircraft maintenance , catalog management , mesh , reviews , cloud computing , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 1/4
Current Designation: Senior Site Reliability Engineer
Current Company: Unisys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Other
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: Aircraft Maintenance Engineering
[Maintenance Engineering]
Verified : Phone Number | Email - id
Unisys as Senior Site Reliability Engineer
Oct 2015 to Till Date
08/2018 - present
Bengaluru, India
Part of a small team managing Site Reliability Engineering function to oversee a
seamless pipeline from development to SaaS platform.
Design, deploy and manage multi-cluster Kubernetes on prem and on various public
cloud providers.
On-Prem: IaaS with Vmware vSphere, VM orchestration with Cisco UCSD Director,
Container Orchestration with Kubernetes and multi-cluster Kubernetes orchestration
with Rancher.
On Public Cloud: IaaS on AWS and Azure, EC2 Kubernetes Cluster and EKS fully
managed kubernetes service, Rancher for multi-cluster orchestration.
AWS services used: EC2, Security Groups, VPC, VPG, VPN, ELB, S3, EKS, Route 53.
Kubernetes deployments used: Kubeadm, Rancher RKE, EKS and Terraform.
Centralized logging with EFK, Service Mesh with Istio, Centralized Monitoring with
Prometheus and Grafana, Secret Management with Vault/Consul and Helm
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sayan Saha
Senior Site Reliability Engineer seeking Lead/Senior/Architect Roles for SRE, DevOps,
Kubernetes/ Docker platform, AWS Solutions Architect, Server and Network
administration, CI/CD, Server Virtualization.
Key Skills: Site Reliability Engineer,Devops,Ansible,Terraform,Docker,Kubernetes,AWS Solutions Architect,AWS,Microsoft
Azure,VMware,Windows Server,Linux,Computer Networking,Shell
Scripting,Powershell,Prometheus,Grafana,Istio,Hashicorp Vault,EFK
Summary
Who Am I: A passionate engineer and a skilled problem solver with 10+ years of experience in Server Virtualization ,Operating
Systems, Cloud Computing, Infrastructure Automation and DevOps.
What I Do: Help organizations solve operational challenges of running production grade services at scale.
Design highly reliable, secure and cost effective systems that caters to organizational needs.
Eliminate toil through automation.
Help companies meet their SLAs and SLOs by keeping an ever-watchful eye towards system availability.
Be an advocate of DevOps practice and influence projects and teams to adopt DevOps culture.
What I Am Looking For: Looking for a job in a global organization where I could make an impact on lives of people with my deep
technical knowledge.
Where I could encounter challenging and dynamic tasks individually and as a team, get opportunities to work on emerging
technologies in a progressive and smart working environment.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 2/4
Charts/Docker Image private repository on Harbor.
VCS with Bitbucket.
Scripting with shell and powershell.
IaC with Ansible and Terraform.
Continuous Integration with Jenkins.
Server OS used Ubuntu, RHEL and Windows
Keeping up to date with emerging technologies, researching and testing feasible
products in Sandbox environments.
Working in Agile methodologies with Jira for project and incident management.
Working in Sprints to achieve project deliverables, participate in sprint reviews with
stake holders and retrospective calls as a part of that.
Impart training and hosting virtual tech talks within the organization to educate
interested parties about DevOps and SRE practices and tools.
01/2017 - 08/2018
Bengaluru, India
Cloud DevOps Administrator
Unisys
Part of a team managing Unisys internal Datacenter which consists of 50+ physical
server and 1000+ virtual servers.
Working in a DevOps environment, very closely with developers and programmers
understanding their requirement and consulting infrastructure solutions and supportbased on requirement.
Managing a Hybrid Cloud environment with Cisco UCS Director and AWS.
Working on designing, deploying and managing vSphere environment with vCenter
6.5, ESXi 6.5, HA, vMotion, DRS etc. and related issues.
Designing, deploying and managing a 10 node EC2 Kubernetes cluster with Flannel for
networking, Rancher for deployment/orchestration, Prometheus and Grafana for
POD/Deployment/Microservices health monitoring, S3 for PV.
In Rancher, manage project and namespace level access for developers and
programmers, persistent volume management, catalog management etc.
Expert in Powershell automation scripting with Vmware, Windows and have basic
knowledge of AWS Powershell
10/2015 - 01/2017
Bengaluru, India
Windows and Vmware Administrator
Unisys
Worked extensively Windows Server and Client OS, management and troubleshooting.
Working on Nutanix Hyper converged boxes and Dell Blade servers with Vmware
installed.
Managing SCOM including creating new monitors, editing threshold of existing
monitors, setting overrides, agent and agentless monitoring setup.
Managing and troubleshooting VMware and Hyper-V environments and related VMs
and templates.
Working on access management with AD and working on DNS and DHCP issues.
Perform incident trending, Create and work on Proactive problem records
Working on ITSM and Service Now Incidents.
Working on and perfecting SOPs to ensure service is delivered consistently every time.
Accenture as IT Operations Analyst
Aug 2011 to Oct 2015
Project 2: Worked in this project from September, 2013 to October, 2015.
Part of a team managing Accenture production environment which consisted of 250+
physical servers and 1500+ virtual servers in a distributed and highly available critical
datacenter.
Installation and troubleshooting, monitoring and maintaining Virtual Servers in
VMWare ESXi Hosts.
Hands on experience on ESXi 5.5 Hosts installation, configuration and upgrade.
Exposure to vMotion, High Availability and Distributed Resource Scheduler (DRS)
features.
Managing/Troubleshooting Windows 2008 and 2012 Servers.
Implementing Change Requests raised by Client and remediating Client/ System
generated Incidents.
Project 1: Worked in this project from 2011 to 2013.
Application and IT Operations Support for Hilton Worldwide Hotels.
Worked on Networking, Administration of Microsoft Windows Server 2003 and 2008,
Active Directory, Basics of SQL, Desktop Administration on Client OS such as Windows
XP and Windows 7.
Worked on the ticketing tool called BMC Remedy.
Wipro BPO as Senior Technical Associate
Feb 2010 to Aug 2011
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 3/4
Associated with extensive desktop and printer troubleshooting over the phone with
customers for Level 1 and logging and escalating cases for other issues.
Desktop troubleshooting included Hardware Troubleshooting, Networking concepts to
establish wireless connectivity between various devices.
Working on a customer facing role to build a healthy relationship.
UG: Aircraft Maintenance Engineering (Maintenance Engineering) from Air Technical Training Institute, Kolkata. in 2009
Other Qualifications/Certifications/Programs:
Microsoft Certified IT Professional
VMware VCP 6.7 2019
AWS Cloud Practitioner
AWS Certified Solutions Architect
Certified Kubernetes Administrator
SRE Foundation
Certified Rancher Operator: Level One
HashiCorp Certified: Terraform Associate
Site Reliability Engineering Foundation?
ITIL Foundation Level
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
VMware Vsphere 6.5 6.5 2019 6 Year(s) 0 Month(s)
WINDOWS Server 2003/2008/2012 2015 4 Year(s)
DNS, DHCP, Active directory 2017 6 Year(s) 0 Month(s)
Powershell, PowerCLI 2019 3 Year(s) 0 Month(s)
Kubernetes, Microservices, Flannel 2020 3 Year(s) 0 Month(s)
Grafana, Prometheus 2019 1 Year(s) 0 Month(s)
RHEL 7.5 2019 1 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
devops 0 4 Year(s) 0 Month(s)
Site Reliability Engineering 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Bengali Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 4/4
Employment Status: Full time
Rank 1019: Resume 1125 with similarity score 0.014975650537546873
B.E , MS , B.TECH senior developer , associate , product development , cloud developer , senior software engineer , full time , team lead mri , award , core java , customer , x-ray , algorithms , microsoft azure , security , platforms , docker , linux , cos , gateway , digital , status , ipm , doctors , testing , supply chain , nurses , spring framework , registration , kubernetes , designation , protocol , hindi , cloud , ltd , english , agile , project , live , microservices , business operations , rest , mvc , workforce management , documentation , javascript , ldap , detention , html , healthcare , pay , affirmative action , mysql , maintenance , dynamo , kafka , jquery , postgresql , architecture , email , aws , it infrastructure design , saas , technology solutions , premises , maven , languages , hibernate , cassandra , mobile , web , sdk , functionality , api , css , nosql , ug , portals , requirement specifications , authentication , oauth , revenue , sourcing , authorization , spring boot , application , demurrage , ecs , running , hospitals 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f115043455d090b… 1/3
Current Designation: Senior Software Engineer
Current Company: Maersk Global Service Centres
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Kingdom
(UK),Australia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Medical/Healthcare/Hospital
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Maersk Global Service Centres as Senior Software Engineer
Jun 2019 to Till Date
With Maersk Global Service Centres, Bengaluru
Project: Demurrage and Detention Apis
Technologies Used: Java 11, Spring Boot Webflux, Kubernetes, Cassandra, Kafka, Terraform, Docker and GIT
Description: The Demurrage is the charge a customer has to pay to the liner for keeping the container at the dock while
Detention is the charge a customer has to pay as a late fee for returning a container. Both Demurrage and Detention
(D&D) provide high revenue to a liner. In this project I developed microservices that help calculate these charges and
show it on the Maersk portals for a customer. Also built a functionality to provide D&D charges simulation functionality
which helps customer to plan its container pickup and drop effectively.
KAS (KMart Australia Sourcing) as Senior Developer
Jul 2018 to Jun 2019
With KAS (KMart Australia Sourcing), Bengaluru
Project: KMart Global Supply Chain Platform
Technologies Used: Java 8, Spring Boot, NodeJS, AWS Lambda, API Gateway, AWS ECS ,SQS, SNS, PostgreSQL,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
UDIT SHARMA
A seasoned software engineer with 9.5yrs of experience in development of cloud
native apis and Saas solutions, using Spring Boot,WebFlux,Java8,Kubernetes,Kafka,
NoSQL DB & Micro-service architecture on AWS and Azure cloud platforms.
Key Skills: Microservices, Spring Boot, Java 8, Microsoft Azure, AWS, Kubernetes, Kafka,Terraform ,Agile
Development,Reactive coding with SpringBoot Webflux
Summary
Qualified Cloud Developer with over 9 years of experience in development of high quality, scalable and robust
applications/products on cloud (AWS and Azure), having deep understanding of OOPS concepts and Microservice architecture
A Technocrat with specialization in end-to-end AWS and AZURE Solutions & IT Infrastructure Design, Integration and
Operations; directed the business operations through planning and analysed delivery issues in a timely fashion while
coordinating with large team across globe
Proficiency in managing end-to-end development of software for multiple projects from requirement specifications, planning,
designing, testing, implementation, configuration till documentation using Javascript, CSS, HTML, Springs MVC, Spring Boot,
Microservices, JMS, JQuery & MQs
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f115043455d090b… 2/3
Docker ,GIT
Description: Digital platform for KMart Australia, enabling KMart Australia to utilize the power of cloud for its operations in
a scalable and highly performance right from when we get a purchase order to the point of delivery to the customer.
GE, Bengaluru as Sr. Software Engineer
Jun 2015 to Jul 2018
Growth Path with GE:
Software Engineer
Sr. Software Engineer
Deputations with GE:
GE Healthcare
GE Digital (Healthcare)
With GE, Bengaluru
Project: A Mobile application called "UpdateMe"
https://play.google.com/store/apps/details?id=com.ge.ent.MissionOne&hl=en_US
Technologies Used: Java 8 , Spring Boot, Hibernate, AWS EC2&S3, PostgreSQL, maven, GIT
Role: Lead
Description: A mobile solution that gives live updates of GE Healthcare equipment (like MRI scan, XRay machine, CT
scanner and so on), that are installed in hospitals across Europe. Users can monitor the state of their equipment and can
raise service requests for the equipment / machines.
Project: Health cloud platform
https://www.youtube.com/watch?v=p7xBhJT1e84
Project: Workforce Management
Technologies Used: Java 8, Spring Boot, Hibernate, AWS, MySQL, maven, GIT
Description: Workforce Management is a very rich solution that allows hospitals to manage their staff such as nurses with
varying skills, doctors of various specializations and also non-medical staff that work at a hospital.
It makes the complex task of managing shifts very easy and intuitive.
Project: Imaging Protocol Manager(IPM)
Technologies Used: NodeJS 6.10, AWS Lambda, AWS SQS, Dynamo DB (No Sql), AWS API Gateway
Description: IPM is a software solution for managing protocols for the on premises imaging equipment such as CT
Scanner, X-Ray Machines, and MR Scanner and so on. IPM allows organizations to remotely control and configure the
protocols of these machines.
Project: Billing and Metering System (BMS)
Technologies Used: NodeJS 6.10 , AWS Lambda, AWS SNS, Dynamo DB (No Sql), AWS API Gateway
Description: For Health Cloud to be able to bill its clients, there was a requirement for a billing system that can be used to
meter the usage and generate bills. BMS is the system developed to do just that. Its cloud based architecture makes it
very scalable and reliable yet has low running cost.
Project: COS Token Service
Technologies Used: Java 8, AWS SDK, EH Cache, Jersey Rest Client
Description: In order to secure that various microservices in Health Cloud Platform a user registration and
Authentication/Authorization mechanism has been put in place, this security mechanism uses AWS cognito service. AWS
cognito service uses OAuth 2.0 and Secure Remote Password protocol to provide security. COS Token Service handles
this cumbersome token management mechanism and provides an easy interface for interacting with AWS Cognito
Service.
Accomplishments:
* Won spot award for showing initiative and for 'let's get it done' attitude
* Participated in Hackathons and churned out effective solutions for the given problems statements
Cognizant Technology Solutions India Ltd as Associate
Feb 2014 to Jun 2015
Part of Cognizant's Product development Group, Worked on development of SaaS products on AWS.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f115043455d090b… 3/3
UG: B.Tech/B.E. (Computers) from HNB Garhwal University (HNBGU) in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Azure, Core Java, OOPS
J2EE, Spring Boot, Spring Framework
Microservices, LDAP, REST Web-Services
NodeJS, Cloud (AWS), Data-Structure
Algorithms, MVC Architecture, MySQL
PostgreSQL, Dynamo DB (No SQL)
Javascript, JQuery, HTML, CSS Linux
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 1020: Resume 1555 with similarity score 0.014968223163135948
MS , BS ux designer , lead designer , senior web designer , ui developer , art director , product development , full time , part time , visual designer ecommerce , visual design , magento , turn , general , interfaces , css , validation , designation , ug , office , affirmative action , games , user experience , flash , angular , hindi , photoshop , perspectives , wire , draw , jquery , english , ux design , graphic design , internet , teams , robust design , bootstrap , authorization , status , agile , email , business intelligence , techno , product management , mockups , less , multimedia , saas , mobile devices , dreamweaver , art , xhtml , product design , estimates , features , drive , framing , interaction design , framework , software engineers , languages , html5 , documentation , cc , iterative , corel , web pages , reviews , javascript , cs6 , theming , eclipse , experience design , visual identity 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420…
https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420b4515500b0a0… 1/3
Current Designation: UI UX Designer
Current Company: Tripatinfoways.com
Current Location: Ludhiana
Pref. Location: Bengaluru / Bangalore,Gurgaon,Chandigarh
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Com [Commerce]
Verified : Phone Number | Email - id
Tripatinfoways.com as UI UX Designer
May 2016 to Till Date
UI/UX Leads work with the Lead Designer, Art Director, and the Product Managers to design and implement UI features
that drive the visual identity of our games
At least 7 years as a key, hands-on interaction / visual designer of a UI UX team through the product development cycle of
successfully launched web, mobile, and/or software applications
Provide reviews and improve guidelines on projects over time, before and after their launch
Develop detailed product design documentation that effectively communicates interaction and design ideas to
development team
Provide design development effort estimates
You may also work with business intelligence and marketing teams to create UI tests to support and refine our games
Work as part of the product management team and interact with software engineers
Angular and React Js Small Task Work
Fullestop as Senior Web Designer
Feb 2010 to May 2016
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Chandra Prakash
UX Designer seeking roles in Web Designing,User Interface Designing,Visual
Design,Interaction Design,User Experience
Design,HTML,CSS,Javascript,Dreamweaver,Photoshop,Corel Draw,jQuery
Key Skills: UX Designer,Web Designer,Web Designing,User Interface Designing,Visual Design,Interaction Design,User
Experience Design,HTML,CSS,Javascript,Dreamweaver,Photoshop,Corel Draw,jQuery
Summary
A techno-savvy/ Commercial professional with 8 years of experience in Graphic Designing,
I had started working from Fullestop.com, Jaipur as UI/UX Designer & UI Developer.
I have worked on detailed projects mentioned in my CV below.
I also possess over 8+ years of experience in:
I am proficient in UI /UX Designing & Wire framing Creative's using Photoshop.
Collaborate on wireframes and design drafts and turn these into well-implemented, functional user interfaces using Photoshop.
Produce mockups and designs in Photoshop
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420…
https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420b4515500b0a0… 2/3
to improve quality of work and individual competencies
Work closely with product management in UX ideation and innovation
Develop and iterate on robust design processes, and management of projects across team members local and abroad
Develop dynamic interfaces that work across multiple browser types and also play nicely with mobile devices
Responsibilities include leading a top tier design team, develop strong interfaces and provide professional insights for
design and business perspectives
Leads by example. Creates inspiring design work and maintains a positive role in our company culture
Obsessed with the relentless pursuit of UX perfection working inside an iterative and agile development environment
Creating Templates in Photoshop CC Working with Bootstrap, Bootstrap 4.01, HTML5, XHTML & Validation & CSS Based
Web Pages
Magento & other open-source theming
UG: B.Com (Commerce) from Rajasthan University in 2005
PG: M.Com (Commerce) from University of Rajasthan, Jaipur in 2007
Other Qualifications/Certifications/Programs:
Multimedia Designing
Education
IT Skills
Skill Name Version Last Used Experience
Photoshop cc, cs6 Cs6 2020 8 Year(s) 1 Month(s)
Dream weaver cc, cs6 Cs6 2020 8 Year(s) 4 Month(s)
CSS CSS3 2020 9 Year(s) 0 Month(s)
XHTML, HTML HTML5 2020 6 Year(s) 2 Month(s)
Flash
MAGENTO 2017
MS OFFICE
Materialized Framework 2020 2 Year(s) 1 Month(s)
Saas, less 2019 2 Year(s) 0 Month(s)
UI Design 2020 8 Year(s) 5 Month(s)
UX Design 2020 2 Year(s) 1 Month(s)
Angular js
Eclipse 2017
BOOTSTRAP 4 2020 8 Year(s) 1 Month(s)
JavaScript, Jquery, Dreamweaver
ILLUSTRATOR
MS OFFICE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420…
https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420b4515500b0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full Time, Part Time
Rank 1021: Resume 1542 with similarity score 0.014898902371479247
B.E , MS , B.TECH senior manager , devops , vp , solution architect , full time , senior technical architect , enterprise architect , chief architect customer , nitro , accelerator , security , hipaa , workshops , firebug , platforms , gateway , digital , design documents , status , steering , hosting services , sap , projecting , continuous integration , xml , building , visio , cobol , infrastructure , sql server , sunos , service delivery management , integration architecture , organization , engagements , hybris , performance testing , evolution , ecommerce , magento , endeca , retail , sterling commerce , devops , coding standards , designation , modeling , plugins , rhel , windows , eda , english , erwin , code review , data aggregation , agile , mongodb , solution architecture , ibm , closure , performance tuning , rest , owasp , capacity planning , togaf , liquibase , atg , dashboard , one , javascript , jprofiler , insurance , business requirements , esb , visual design , reporting , optimization , performing , groovy , affirmative action , oracle , maintenance , grocery , unix , design principles , pmd , email , manufacturing , checkout , star , internationalization , payment systems , user stories , technology solutions , high level design , localization , languages , mobile , jira , search , web , sonar , proof , program management , database , api , client access , nosql , validation , b2c , telecom , coe , jmeter , hudson , health , tamil , impact assessment , open source software , adobe , authorization , enterprise , productivity , siebel , b2b , application , devices , fiddler , soapui , test automation , hornetq , transformations , british , drive , running , cross-cultural teams , framework , telco , e-commerce , uml , time to market , enablement , eclipse , metrics , cascade , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 1/4
Current Designation: Chief Technical Architect -Java
Current Company: Tech Mahindra
Current Location: Chennai
Pref. Location: Chennai,United Kingdom (UK),United States
(US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Not Specefied]
Verified : Phone Number | Email - id
Tech Mahindra as Chief Technical Architect -Java
Dec 2014 to Till Date
Key Result Areas:
Enabling Integration Platforms for B2C and B2C Enterprises connecting to their multiple ERP and downstream systems
Assessing & defining Technology Roadmap for Telco and Manufacturing Enterprises
Steering Performance Assessment Programs and providing recommendations and fixes
Driving Architectural Consulting Assessments and steering proposals and client presentations for Multi- Channel
/Omni-Channel Initiatives focusing primarily on Micro-services, EDA, SAP hybris, Oracle Commerce (ATG), SoA, Endeca
and AEM Engagements
Building Centralized Platform Hosting Services which can be consumed for iOT Integrations
Providing consultancy services for defining Integration Architecture (SoA) for E-Commerce solutions
Organising workshop to analyze the existing architecture and to define long-term architecture based on the roadmap
Driving engineering activities (coding standards, best practices, automation, continuous integration, profiling and
performance initiatives)
Evaluating frameworks/products and recommend the best suited one to customer
Ensuring that technology standards and best practices are maintained across the organization
Contributing to open source software development, standardization of technologies, and evolution of best practices by
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
K. Bharathkumar
Chief Technical Architect seeking roles in Solution Architecture,Enterprise
Architecture,Service Delivery Management,Project Management,Program
Management,Stakeholders Management,Presales Support,Digital
Transformations,Java,XML,UML,Siebel,SQL,COBOL
Key Skills: Chief Technical Architect,Head/VP/GM-Technology(IT)/CTO,Solution Architecture,Enterprise
Architecture,Service Delivery Management,Project Management,Program Management,Stakeholders Management,Digital
Transformations,Java,XML,UML,Siebel,SQL,COBOL
Summary
Solution/Enterprise Architect offering rich & extensive experience of over 24 years
Managed projects from inception, requirement analysis, solution design, implementation and closure with cross-cultural teams
Qualitative experience in integrating heterogeneous systems deployed globally, building platform and products using IoT/Digital
technologies
Architected platforms in Insurance, Retail, Telco, Ecommerce (B2B, B2C and Marketplace)
Interacted with the client's Business and IT teams to gather, define, clarify and refine requirements; guided the architecture and
design of applications
Created an Open Group Architecture Framework (TOGAF) based architecture framework with artefacts including vision,
principles, policies and governance process
Experienced in Hybris/ATG/Endeca/AEM/SoA/Magento/Elasticpath, Micro-services, WS02, Solution Accelerators/10x
Skilled in defining efficient coding standards and design policies to enable the systems comply with Solid and Agile rules
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 2/4
collaborating with internal and external teams
Ensuring the technology standards, policies and compliance framework is consistent with other industry standards
Highlights:
Played the Chief Architect Role for Telco Ecommerce Solutions, Micro-services based Enterprise Solutions, B2B and
B2C Ecommerce Platforms
Played Enterprise Architect Rile for SAP Hybris, Oracle ATG and Adobe AEM Platforms
Drove Automation Engagements (Devops, Test Automation, Adobe AEM Content Validation and Component Cascade
Impact Assessment)
Contributed on Accelerator drives on Oracle commerce and Endeca
Sapient Nitro Corporation as Senior Manager - Technology
Apr 2013 to Nov 2014
Client: Lane Crawford, Leading Fashion Retailer, Hong Kong
Role: Enterprise Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Showcased the approach to deliver the Responsive solution in phased manner
Arrived with Solution for responsive site and approach to sunset their existing site
Driven the creative, visual design and technical Sessions with multiple stakeholders @ customer end
Segmented the program into multiple iterations to drive in agile methodology and guided the team during
implementation
Guided on approach to sunset the existing application projecting the challenges and methodology to be followed for
successful implementation
Provided optimal solution considering the mobile and other devices to achieve better performance
Proposed SoA enablement of current platform to enable Multi Channel presence
Client: ICA, Top Sweden based Grocery retailer
Role: E-commerce Solution Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Driven the Architecture Workshops to define Solution Architecture for Ecommerce stack in Oracle Commerce ( ATG
10.2)
Define the integration architecture
Define the solution approaches for the key architectural areas like catalog modeling, search, fulfillment solution, content
integration, product data aggregation and segregation, logistics and Warehouse Management
Gathered the requirements with customer in workshops and arrived with Sprint stories
Estimated the user stories for the whole ecommerce program
Arrived with key Proof of Concepts and driven them with a lean team to evaluate the feasibility of solutions
Driven the team to come up with accelerators in ATG for easy plug and play enablement for most of ecommerce
domain functionalities and third party integrations
Client: TESCO - Solution Architect for E-Commerce Engagement
Role: Solution Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Driven the infrastructure workshops gathering the NFR's for Tesco F&F ecommerce program
Engaged in capacity planning exercise for the program
Arrived with integration architecture via Oracle ESB and Sterling Commerce
Client: Neiman Marcus - Presales Engagement
Role: Solution Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Arrived with the End to End Solution Architecture for the e-commerce application in ATG 10.2
Provided efficient integration architecture ( to integrate with fulfillment, inventory and payment systems)
Architected on Multi country, multi tenanted supporting localization and internationalization and international checkout
At Cognizant Technology Solutions Private Limited, Chennai
Client: HEB.com, Major US Retailer
Role: Enterprise Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Defined End to End Solution Architecture for the e-commerce application in Oracle Commerce
Engaged with Security team and arrived with Security Architecture for the web site. Also ensured the HIPAA and PCI
compliance
Provided Solution Architecture for Endeca integration to the web site, Also arrived with Unified Endeca Access Layer
framework to let any Client access (Java and Non Java) Endeca Services in unified manner
Ensured the architecture is highly scalable, available and performant
Engaged with Performance CoE and arrived with Capacity planning for the web site for next 5 years
Provided the Design principles during the Design phase
Implemented the End to End continuous integration covering Automated code review , build/deployment and Metrics
dashboard on code quality (SONAR)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 3/4
Contributed in Performance Testing and Optimization
Defined Solution Design Approach to let the team arrive with High Level Design documents for the application
Proposed with NoSQL Database option to accommodate products with dynamic attributes to let the Business achieve
early time to market to launch any new products
Cognizant Technology Solutions Private Limited as Senior Technical Architect
Oct 2009 to Apr 2013
Client: HEB.com, Major US Retailer
Role: Enterprise Architect
Key Result Areas:
Driven and arrived with the End to End Solution Architecture for the eCommerce application in ATG
Engaged with various stakeholders and arrived with Integration Architecture for the eCommerce Application
Engaged with Security team and arrived with Security Architecture for the web site . Also ensured the HIPAA and PCI
compliance
Provided Solution Architecture for Endeca integration to the web site, Also arrived with Unified Endeca Access Layer
framework to let any Client access (Mobile, Java) Endeca Services in unified manner.
Architected the Fulfillment and B2B solution
Ensured the architecture is highly scalable, available and highly performing.
Engaged with Performance CoE and arrived with Capacity planning for the web site for next 5 years.
Provided the Design principles during the Design phase
Implemented the End to End continuous integration covering Automated code review , build/deployment and Metrics
dashboard on code quality ( SONAR )
Involved in Performance Testing and Optimization.
Defined Solution Design Approach to let the team arrive with High Level Design documents for the application
Proposed with NoSQL Database option to accommodate products with dynamic attributes to let the Business achieve
early time to market to launch any new products
Developed custom hand written tools to improve productivity ( XML compare utility , Directory scanner to list the
application Inventory , Tool to baseline the code issues from PMD report )
Used various code quality tools ( SONAR , PMD , JDEPEND , Cobertura , JProfiler, JMeter,JMetrics
Used Tools: Groovy, Eclipse plugins for ATG , JIRA ,Fiddler , Firebug, SOAPUI, XMLSPY, Star UML , HUDSON/GIT,
HornetQ, Erwin, Liquibase
Client: (MCI) Multi Channel Retailing - SOA Implementation
Role: (Technical Architect)
Key Result Areas:
Involved in Customer workshops to understand the level of support expected on devices to support the commerce
Architected the Base Framework with Jersey implementation on REST.
Involved in Business Requirements having the project running in Agile Sprint mode
Transformed the requirements to Design in short duration, designed and executed the projects.
Involved in Capacity planning for the new API's developed for this application
Involved in Performance assessment, Testing and tuning throughout the project life cycle (for every Sprint)
Driven the Performance tuning program by optimizing Mercado engine and caching the Mercado search results in efficient
way
Implemented End to End Continuous Integration to enable automatic CODE REVIEW, BUILD, DEPLOYMENT, TESTING
and REPORTING using HUDSON & SONAR
Hand Written various utility tools that assist the projects (JVM Monitor to monitor the App Server Health
Virtusa India Private Limited as Technical Architect
Apr 2007 to Sep 2009
Client: Enterprise Management Platform (EMP), British Telecom
Role: Technical Architect
Client: Knowledge Based Diagnostics (KBD), British Telecom
Role: Technical Architect
Client: B2B Gateway -Code Red Support, British Telecom
Role: Technical Architect
Client: Product Master Files, (British Telecom)
Role: Technical Architect
UG: B.Tech/B.E. (Not Specefied) from Madras University in 1996
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Oracle ATG10.0.3, Oracle ATG10.2,
Oracle Endeca Commerce 3.1.2, Mercado
Mongodb
HIPAA , PCI , OWASP Standards
Java, XML, UML, Siebel, SQL, COBOL
RHEL ,Windows NT/2000
UNIX/SunOS, IBM Z series
Oracle 9.x, DB2, SQL Server
SQL Server 2995 & MS Access
TogetherJ, Visio and Erwin
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 1022: Resume 815 with similarity score 0.014895983052031351
B.E , MS , B.TECH , BS application support , software consultant , software developer , full time , team lead , full stack developer , project leader react.js , web development , websphere application server , designation , ug , affirmative action , health , general insurance , hindi , tortoise svn , maintenance , ltd , travel , digital , authorization , english , node.js , bootstrap , status , spring boot , software testing , email , project , responsive web design , processing , mumbai , angularjs , product design , obc , design engineering , languages , html5 , sql server , javascript , registration 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d47…
https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d470515430e5b5f5… 1/3
Current Designation: Software Consultant
Current Company: DARK HORSE DIGITAL SOLUTION PVT
LTD
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
DARK HORSE DIGITAL SOLUTION PVT LTD as Software Consultant
Dec 2017 to Till Date
Full stack developer.
skill : Angular/React + NodeJS
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Angular 8
Node JS
React
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Vinay Kumar
Software Consultant seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Application Support,Incident
Management,Design Development,Design Engineering,Product
Design,Node.js,Angular,React
Key Skills: Team Lead/Tech Lead,Software Development,Web Development,Requirement Gathering,Application
Support,Incident Management,Design Development,Design Engineering,Product
Design,Node.js,Angularjs,Angular8,Javascript,Front End,Html5,React.Js
Summary
Result-oriented Professional with over 3 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Software Testing,Application Support,Incident Management,Design Development,Design
Engineering,Detail Engineering,Product Design,Node.js,Angular JS,Angular 8
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d47…
https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d470515430e5b5f5… 2/3
Nature of Employment: Full Time
Project Location: MUMBAI
Role: Programmer
Duration: Aug 2020 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: MUMBAI
Role: Project Leader
Duration: May 2019 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Project Location: MUMBAI
Role: Programmer
Duration: Dec 2017 - Apr 2019
Onsite / Offsite: Onsite
Team Size: 12
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Node JS 0 Year(s) 0 Month(s)
Angular 8
HTML
BOOTSTRAP
MS SQL
JavaScript 0 0 Year(s) 0 Month(s)
React.js 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
ENGLISH Proficient
HINDI Expert
Projects
Project Title: TATA AIG TRAVEL PACE
Client: Tata AIG General Insurance
Skill Used: React.Js, Javascript, Node.Js, Bootstrap, Html5, MS SQL Server, Responsive Web Design, Websphere
Application Server, Tortoise SVN
Role Description: full stack developer
Project Details: A WEB APPLICATION FOR TRAVEL POLICY GENRATION AND ENDORSMENT
Project Title: TATA AIG HEALTH CLAIMS
Client: Tata AIG General Insurance
Skill Used: React.Js, Javascript, Node.Js, Bootstrap, Html5, Responsive Web Design, Websphere Application
Server, GIT, MS SQL Server
Role Description: PROJECT LEADER , FULL STACK DEVLOPER
Project Details: A WEB APPLICATION for registration and processing of health claims
Project Title: TATA AIG MOTOR CLAIM
Client: Tata AIG General Insurance
Skill Used: Angular, Javascript, Spring Boot, Bootstrap, Html5, Websphere Application Server, MS SQL Server,
Responsive Web Design
Role Description: FULL STACK DEVLOPER
Project Details: A WEB APPLICATION for registration and processing of motor claims.
Already register and process more than 10 lakhs claim in last 2 Years.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d47…
https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d470515430e5b5f5… 3/3
Rank 1023: Resume 916 with similarity score 0.014890279454615192
BS youtuber , software developer , senior software engineer , part time , full time , java developer core java , mybatis , user management , docker , linux , digital , customer satisfaction , airlines , node.js , bookings , status , express , xml , elements , building , emerging technologies , weblogic , es6 , organization , registration , capture , react.js , freelancing , kubernetes , designation , mar , apache camel , hindi , english , code review , project , live , passenger , rest , putty , dashboard , fleet , hubs , one , javascript , technology , html , web development , affirmative action , oracle , mysql , maintenance , jquery , checks , bootstrap , email , codeigniter , freight , languages , story , youtube , hibernate , queues , ajax , online , api , spring mvc , functionality , css , ug , health , revenue , php , authorization , spring boot , application , cron , materials , british , repository , router , e-commerce , cvs , eclipse 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a081…
https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a08120711470a5508… 1/3
Current Designation: Senior Software Engineer
Current Company: NIIT Technologies
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Noida,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NIIT Technologies as Senior Software Engineer
Jan 2017 to Till Date
Software Trainee as 01/2017 - 07/2017,
Software Engineer 07/2019 - Present, Greater Noida, India
COFORGE Technologies is a leading global IT solutions organization. enabling its
clients to transform at the intersect of unparalleled domain expertise and
emerging technologies to achieve real-world business impact
Domain: Airline Cargo
Technology/Tools used: Java, JSP, Spring, Oracle, Ajax, Ant,
WebLogic, Linux, MQ Explorer, putty, Apache Camel, Eclipse Luna,
CVS, GIT, MySQL ,Linux, Front-end technologies (HTML, CSS 3,
jQuery, Ajax, JavaScript),
PROJECT EXPERIENCE
WWW.IAGCARGO.COM (07/2019 - Present)
IAG Cargo is the cargo handling division of International Airlines Group. IAG
Cargo uses the freight capacity of its sister airlines' passenger fights, such as
British Airways, and maintains three hubs located at Dublin Airport, Heathrow
Airport.
Fleet Business, British Airways & Iberia - IAG Cargo
07/2019 - Present)
Requirement analysis i.e. User story Analysis.
Developed/Fixed the Live incidents on IAGCARGO.com which help in
customer satisfaction and increased the IAG revenue.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Ajay Kumar Suneja
Anyone can fix a problem or develop a solution but my four years of experience in
Java, Spring , Mysql , Front End Technologies have taught me beyond this, Don't just
build a solution but Design the BEST solution..
Key Skills: Core Java,MySQL,Javascript,HTML,JSP,Hibernate,Spring
Mvc,PHP,Codeigniter,JQuery,React.Js,Node.Js,Express,Spring Boot,Apache Camel,Mybatis,cvs,GIT,Docker,kubernetes
Summary
3+ years of experience in Software Development and IT Technical Support and also Part time Youtuber an
experienced Java Developer with a strong interest in projects that require both conceptual and analytical
thinking. Fully committed to Designing and Developing innovative web-based materials that users will
love. Always eager to learn more tricks from anyone - regardless of the industry they are working in.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a081…
https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a08120711470a5508… 2/3
Module that I have worked on are EBooking, login,registration and user
Management in IAGPortal.com.
Opportunity to work in "QM activities" like Code review and Code Check-in-
Check-out and so on.
Worked on development of one Java process to read messages from
different Queues using apache camel as business requirement.
Worked on development of one application WTPOS (Payment System ) using
HTML, CSS, Spring, Hibernate as business requirement.
Worked on automated daily checks scripts using Linux and scheduled it
through Cron Job.
Worked in both Delivery and Support.
Good experience in Release processes.
Client Site Experience
PROJECT EXPERIENCE
PHP & CodeIgniter Experience (Freelancing) (2018 - Present)
Working with designers, Front End and project management staff to capture
requirements for the functional elements of website projects. Also
responsible for liaising with clients and ensuring that all work carried out
complies with standards and guidelines.
Building PHP websites using PHP based frameworks like CodeIgniter
Rest API implement Using CodeIgniter.
Developing compatible User Interface functionality using jQuery & other
libraries. Developing web sites using MySQL, PHP.
Solid web development experience using OOP, PHP, AJAX, MySQL,
JavaScript, XML, HTML and CSS
My Work Repository - > Youtube/TechnicalSunejaji
UG: BCA (Computers) from GGIPU University, Delhi in 2014
PG: MCA (Computers) from GGIPU University, Delhi in 2017
Education
IT Skills
Skill Name Version Last Used Experience
Core Java , Java 8, Spring MVC
Hibernate & MyBatis
REST API Using Spring BOOT, JSP, Servlet
HTML, CSS, Boostrap
React JS, ES6, JQuery, JavaScript
Node & Express MYSQL & Mongo DB
AJAX
PHP & CodeIgniter
CVS & GIT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a081…
https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a08120711470a5508… 3/3
Nature of Employment: Full Time Duration: Feb 2020 - Mar 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2018 - Dec 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2018 - Jun 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2017 - Jun 2017
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: IAGCARGO.com (02/2019 - Present)
Client: IA CARGO Iberia Airline
Project Details: 1)The platform provides users with dashboard functionality where they can manage their Bookings.
2)Module that I have worked on are EBooking, login,registration and user Management. 3)Developed/Fixed the Live
incidents on IAGCARGO.com which help in customer satisfaction and increased the IAG revenue
Project Title: Daily Checks Autmated Script
Client: IAG CARGO Iberia Airline
Project Details: 1) Implemented automated daily checks scripts using Linux and scheduled it
through Cron Job , it runs daily and send it the server health details to business people. 2) Daily 30 Minutes Manual E7ort
Saved.
Project Title: WTPOS (Payment System)
Client: British Airways
Project Details: 1) WTPOS is a complete Payment system that manages all Cargo shipments and
they process and stored them into that DB.
2) Technology used were Java ,Spring MVC , HTML , CSS , Bootstrap, JQUERY, Oracle.
Project Title: IAGCARGO Message Router
Client: British Airways
Project Details: This Java Process receive the messages from One queue and send it to another Queue on basis of
flightmessages condition. Technology used were Java, Apache Camel , MyBatis.
Project Title: E-Commerce Platform
Client: NIIT Technologies
Project Details: This Project allows user to buy and sell tangible goods, digital products or services online. Developing
compatible User Interface functionality using jQuery & other
libraries. Developing web sites using MySQL, CodeIgniter.
Rank 1024: Resume 146 with similarity score 0.014829632909255533
MS , B.TECH , BS work from home , student calender , customer , credit , internships , uber , studio , attendance management , public , graphs , ola , project , application , c programming , resume , android , crypto , universities , cab , java , computer science , shops , completion , pan , assessment , cap , management system , money , technology , proof , online Assessment
Q1. Why should you be hired for this role?
I have 1 year of experience in android app development but i want to learn more to improve my skills due to this i want to be a part of this
internship. I can give you the best result.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Chirag Gulati
Yamuna Nagar
Applied 03 Jan'21
Android Java C Programming
C Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Haryana Engineering College
2015 - 2019
Percentage: 70.00%
Senior Secondary XII, Science
Swami Vivekanand Public School, Yamunanagar
CBSE board)
Year of completion: 2015
Percentage: 75.80%
Secondary X
Swami Vivekanand Public School, Yamunanagar
CBSE board)
Year of completion: 2013
CGPA 7.60/10
Android App Development
XKode Studio, Panchkula
Sep 2020 - Present
Android App Development
Weblingos Technology, Panchkula
Aug 2019 - Present
Android app development
Android App Development
Weblingos Technologies, Panchkula
Aug 2019 - Present
Android App Development
Digibuffer, Virtual
Dec 2018 - Feb 2019
work on app given by the organisation. App is like ola uber
Android Application Development
Goral Technology, Yamuna Nagar
Jun 2018 - Jul 2018
I had made app which show details of all crypto currencies including their change in graph it also show news and icos about
all cryptocurrencies
PROJECTS
CONTACT Phone: 91 9729752496
Java
WEBCOM TECHNOLOGIES, Yamuna Nagar
Jun 2017 - Jul 2017
I had made project of GST Billing System which give bill to the customer including gst on items which they buy. This concept
is new at that time so i start working on it.
Car Booking App
Jan 2019 - May 2019
This is an android app in which we book cab similar like ola uber
Attendance Management System
Sep 2018 - Sep 2018
This is android app which is useful for universities or school to take attendence online with this app for every lecture this is
online app so that student can also check their attendence regularly by login with their own id and password.
Crypto Calender
Jul 2018 - Aug 2018
This is android application which show the detail list of all crypto currencies like their price, market cap, volume, change in 1h,
graphs according to 1 day, 1 week etc thei news and details of various ICOs
Banking System
Jun 2018 - Jun 2018
I had made banking system project which is for employee and manager who are working in bank they can open customer
bank account, debit or credit money on behalf of customer, attach id proof to customer account like pan card or adhaar
card.
GST Billing System
Jul 2017 - Aug 2017
I had made project of GST Billing System which is basically for shops or mall in which they can give bills to customer including
gst when they buy anything from shop or mall
Rank 1025: Resume 519 with similarity score 0.014773892672450556
B.TECH , BS work from home , machine learning intern web development , segmentation , internships , deep learning , mar , public , heroku , progression , pandas , coursera , c programming , vast , computer vision , characters , range , resume , paper , github , electronics , android , java , internet of things , machine learning , opencv , framework , flask , completion , word , assessment , app , python , object detection , lung , technology , working experience , online Assessment
Q1. Why should you be hired for this role?
I had a vast experience in the deep learning especially in the computer vision. I done lot's of projects in computer vision using framework like
TensorFlow, PyTorch, OpenCV and had a working experience in Java , Python and Flask. My projects range from object detection to attention
model and cover almost all advance field of computer vision. Along with this I had an ample amount of theoretical knowledge of deep learning.I
also deployed the Deep Learning model on public server using Heroku. With all the practical and theoretical knowledge I also have deep learning
specialization certification which makes me the perfect candidate for this profile.
GitHub profile- https://github.com/sauravakolia
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months duration.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Saurav Akolia
Delhi
Applied 08 Feb'21
Computer Vision Python Deep Learning
C Programming Data Structures Flask
Java Machine Learning OpenCV
Heroku
Bachelor of Technology B.Tech), Electronics and Communication
Bharti Vidyapeeth College Of Engineering
2016 - 2020
CGPA 7.30/10
Senior Secondary XII, Science
Kendriya Vidyalaya Shalimar Bagh
CBSE board)
Year of completion: 2015
Percentage: 80.00%
Secondary X
Kendriya Vidyalaya Shalimar Bagh
CBSE board)
Year of completion: 2013
CGPA 9.40/10
Machine Learning Intern
Grroom, Virtual
Jan 2021 - Feb 2021
Worked as a machine learning intern. Developed object detection model.
Web Development
FICCI, Delhi
Jun 2019 - Jul 2019
Worked on backend using falsk
Deep Learning Specialization
Coursera, Online
Jan 2020 - May 2020
Internet Of Things
Kitsnspare, Delhi
Dec 2018 - Jan 2019
PROJECTS
CONTACT Phone: 91 8826034167
Machine Learning
Eckovation, Delhi
Jun 2018 - Jul 2018
Data Structures
coding blocks, Delhi
Dec 2017 - Apr 2018
Data Structure and Algorithm In Java
Virtual Makeup
Feb 2021 - Feb 2021
https://github.com/sauravakolia/VirtualMakeup
Apply makeup such as Hair colors and Lipsticks using facial Segmentation.
License plate reader
Dec 2020 - Dec 2020
https://github.com/sauravakolia/License_Plate_Reader
Detect and read the license plate of vehicle using object detection and OCR.
Pulmonary Fibrosis Progression
Aug 2020 - Oct 2020
https://github.com/sauravakolia/OSICPulmonary-
Predicts a patients severity of decline in lung function based on a CT scan of their lungs.
Word Formatter
Aug 2020 - Aug 2020
https://github.com/sauravakolia/WordFormatter
Uses Attention Model for changing the date format to machine readable format YYYYMMDD.
Object Detection App
Jul 2020 - Jul 2020
https://github.com/sauravakolia/ObjectDetectionAndroidApp
Android app for detecting the object.
Object Detection app
Jun 2020 - Jun 2020
https://github.com/sauravakolia/ObjectDetectionAndroidApp
Object Detection android detection
Emotion Detection Of Cartoon Characters
Apr 2020 - May 2020
https://github.com/sauravakolia/Emotion-Detection-Of-Cartoons
Detect the emotions of Tom and Jerry cartoon characters.
Object Detection Of Tom And Jerry
Apr 2020 - Apr 2020
https://github.com/sauravakolia/Object-Detection-Of-Cartoons-Character
Detect the Tom and Jerry faces using yolov3
Rock Paper Scissor Game
Apr 2020 - Apr 2020
https://github.com/sauravakolia/RockPaperScissor
Computer play the Rock paper and scissors game using opencv
Flappy Bird Game
Mar 2020 - Mar 2020
https://github.com/sauravakolia/FlappyBird
Flappy Bird play the game itself using NEAT algorithm.
Pandas and Kolas Detector
Feb 2019 - Feb 2019
https://github.com/sauravakolia/pandas_kolas_detector
Detect pandas and kolas based upon the input image
https://github.com/sauravakolia/VirtualMakeup
https://github.com/sauravakolia/License_Plate_Reader
https://github.com/sauravakolia/OSIC-Pulmonary-
https://github.com/sauravakolia/WordFormatter
https://github.com/sauravakolia/ObjectDetectionAndroidApp
https://github.com/sauravakolia/ObjectDetectionAndroidApp
https://github.com/sauravakolia/Emotion-Detection-Of-Cartoons
https://github.com/sauravakolia/Object-Detection-Of-Cartoons-Character
https://github.com/sauravakolia/RockPaperScissor
https://github.com/sauravakolia/FlappyBird
https://github.com/sauravakolia/pandas_kolas_detector
Rank 1026: Resume 471 with similarity score 0.014743001592708433
MS nan supply chain , recycling , german , completion , assessment , mes , macro , english , resume , commerce , visit , mira Assessment
Q1. Why should you be hired for this role?
That's a great question! You have a slight advantage over me since you know what you're looking for and I am still studying. From what I've
learned, it sounds like you are looking for someone who will be able to handle assigned responsibilities quickly and effectively, and gain
experience.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 6 months for a full-time internship at Pune
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9511735709
Rutuja Jadhav
Pune
Applied 27 Jan'21
MSOffice English Proficiency Spoken)
Bachelor of Business Administration B.B.A.), Management
MES. Garware College Of Commerce
2018 - 2021
Senior Secondary XII, Science
Rosary
HSC board)
Year of completion: 2017
Percentage: 75.00%
Secondary X
St. Mira's Secondary School
SSC board)
Year of completion: 2015
Percentage: 74.00%
Supply Chain Management
Mes Garware College Of Commerce, Pune
Aug 2019 - Aug 2019
Business Exposure
Feb 2020 - May 2020
Micro and macro aspects of business
visit to IIM and EDI
visit to recycling unit
Completed first level of German language
Rank 1027: Resume 843 with similarity score 0.014700394788823568
B.E , MS , B.TECH entry level , full time , software developer react.js , api , functionality , web development , scrum , healthcare , access , css , visual studio code , validation , designation , ug , microsoft office , change requests , mar , filters , platforms , affirmative action , hindi , angular , scratch , ltd , typescript , navigation , jquery , json , english , authorization , energy , bootstrap , status , email , project , power generation , application , mongodb , devices , mumbai , xml , bitbucket , new features , fixing , github , rest , technology solutions , components , building , languages , framework , agile environment , html5 , dashboard , mobile , web pages , javascript , search , wind turbines , working experience 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d14…
https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d140110155f550c5… 1/3
Current Designation: UI and React Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Pune
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as UI and React Developer
Nov 2016 to Till Date
Cognizant Technologies Solutions, Nov 2016-Present Working since 24th November 2016, joined as an Entry Level
Trainee, trained in UI and deployed to US based Healthcare Client Project.
? Over 4 years of working experience in UI.
? Involved in extensive HTML coding.
? Developed the front-end webpage by using HTML5, CSS3, and
JavaScript, taking advantage of the framework Angular 2 / React.js.
? Developed Application to access JSON and XML from Restful web service from consumer side using JavaScript and
Angular 2.
? Created Single page application using Angular 2 / React .js which is working across all the platforms.
? Styled content using CSS3, taking advantage of framework
Bootstrap.
? Interacted with clients to understand their existing applications
and design the site according to their system requirement.
? Collaborated with team on implementing new features and UI in an
Agile environment.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sourabh Bankey
UI & React Developer seeking roles in Web Development,Software
Development,Application Programming,UI Development,Requirement
Gathering,Technical Support,Web
Designing,MongoDB,Rest,HTML,JQuery,Javascript,CSS,JSON,XML,Agile
Key Skills: UI & React Developer,Software Developer,Web Development,Software Development,Application
Programming,UI Development,Requirement Gathering,Technical Support,Web
Designing,MongoDB,Rest,HTML,JQuery,Javascript,CSS,JSON,XML,Agile
Summary
Develop a robust, efficient and bug free code.
Able to develop integrated responsive UI designs into frontend framework for web and mobile using HTML5, CSS3, Bootstrap
and jQuery/JavaScript.
Refined relationship-building and hardworking skills and experience working collaboratively with team members
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d14…
https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d140110155f550c5… 2/3
UG: B.Tech/B.E. (Mechanical) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2016
Nature of Employment: Full Time Duration: Apr 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2019 - Mar 2019
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
HTML 5, CSS 3
JavaScript
TypeScript
Angular
React.js
BOOTSTRAP
Mongodb
Bitbucket
GIT & GITHUB
Visual Studio Code
AGILE
Microsoft Office
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: React.js Web Application
Client: NEE React.js Web Application
Role Description: SITE Software suits - Tracks the energy generating devices like wind Turbines. They keep track on their
power generation all over the site. Whenever a new turbine comes or product name or configuration changed it is updated.
Project Details: Created user interface and navigation structure.
Implemented page designs in standard-complaint dynamic HTML and CSS.
Developed the Front-End User Interface Using HTML and CSS
Implemented client-side validations in login and logout forms using JavaScript.
Performed client-side validation using JavaScript and React.js.
Developed Reusable React components and services to call the http rest API.
Worked on Agile Methodology where getting enhancement U
stories daily.
Attended daily scrum-calls and Stand-up meetings with the client
Project Title: Idea Dash Board
Client: FPL Idea Dashboard
Role Description: Developed the front-end web Application that can show Ideas of different users where users can add, like,
comment their ideas and see the details of it.
Project Details: Created the Responsive web pages from scratch using Native JavaScript before deadline.
Form Validations, Coding and implementation.
Implemented Change Requests, defects fixing.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d14…
https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d140110155f550c5… 3/3
Nature of Employment: Full Time Duration: Jul 2018 - Jan 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2017 - Jun 2018
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Cigna UK Redesign
Client: Cigna UK
Role Description: Worked on Responsive interactive component-based pages, created more than 30 + pages based on client
requirement and wireframe design, and implemented several components responsive to both Desktop and Mobile
Project Details: Created the Responsive web pages from scratch using Native JavaScript before deadline.
Developed existing UI components as per the clients guide line
standards.
Form Validations, Coding and implementation
Integrated the UI with the JSP pages.
Worked on Agile Methodology where getting enhancement UI stories daily.
Project Title: Angular 5 Dash Board
Client: Cigna Worldwide
Role Description: Worked on full scale Angular 5 Single Page application, created a dashboard, and consumed rest API with
filters, search and display functionality along with responsive web UI components and pages
Project Details: Build Angular 5 App structure & Component Creation.
Form Validations, Coding and implementation.
Implemented Change Requests, defects fixing
Rank 1028: Resume 1242 with similarity score 0.014666775458526871
B.S , BS ui developer , sql developer , senior software engineer , full time , senior software developer , team lead , full stack developer , front end developer api , web development , jenkins , css , rcs , designation , ug , notepad++ , mar , visual studio , affirmative action , hindi , angular , docker , beginner , maintenance , adobe , php , jquery , authorization , json , english , bootstrap , status , sql , email , project , rally , application , solution architecture , beans , dreamweaver , rest , git , languages , html5 , kannada , javascript , jira , eclipse , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450…
https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450047415a0e0e05… 1/2
Current Designation: Senior Software Engineer
Current Company: Emirates Group
Current Location: Dubai
Pref. Location: Bengaluru / Bangalore,Dubai,United Arab
Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Emirates Group as Senior Software Engineer
Mar 2019 to Till Date
UI developer/Front end developer/Angular/Rectjs/fullstack developer
CA Technoloies -BroadComm as Senior Software Developer
May 2017 to Mar 2019
worked senior software engineer .at Hyderabad
J P Morgan Chase & Co as Software Developer
Oct 2015 to May 2017
worked as Full stack UI developer with technologies like REST API and java with Angular. at Bangalore
Harman International as Senior Software Engineer
May 2013 to Oct 2015
wirked as fullstack UI developer at Bangalore
RCS Technologies as Software Engineer
Sep 2010 to Feb 2013
worked as software engineer .@Bangalore
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Krishnachaitanya K
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,Jquery,Ajax,Angular,React
JS,HTML5,Bootstrap,CSS,CSS3,UI.
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,Jquery,Ajax,Angular,React
JS,HTML5,Bootstrap,CSS,CSS3
Summary
10 * of experience in web development and SDLC process so will be worth full resource as full stack developer for participate in
organization\u2019s growth.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450…
https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450047415a0e0e05… 2/2
UG: B.Sc (Maths, Chemisty, Petrochemicals) from Andhra University in 2006
PG: MCA (Computers) from Osmania University in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
JQUERY
Ajax, Angular
React JS, HTML5
BOOTSTRAP
CSS, CSS3
JSON
REST Webservices
SQL, Java, PHP
Docker, Jenkins
Jira, Rally
Source Tree, GIT, SVN
Eclipse IDE
Net Beans IDE
Adobe Dreamweaver
NOTEPAD++
SQL DEVELOPER
VISUAL STUDIO
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Telegu Expert
Kannada Proficient
Rank 1029: Resume 1548 with similarity score 0.014576643283544358
B.E , MS , B.TECH , BS locator , cyber security , scrum master , technical architect , operator , senior engineer , product development , security architect , full time , it consultant resource allocation , core java , carriers , saml 2.0 , demand , notepad++ , platforms , suggestions , discrete , scanning , jface , docker , secure code review , gradle , aggregator , energy , status , emf , fitnesse , messaging , plus , xml , security analysis , components , it service delivery , features , pvcs , gef , chat , ec2 , solaris , vulnerability management , burp suite , spring framework , notification , pipeline , architectural design , spreadsheets , magento , infrastructure management , pair programming , turn , technical leadership , interfaces , kubernetes , designation , modeling , web services , hindi , cloud , cluster , ltd , windows , service providers , english , north africa , shopping , penetration testing , conflict , project , gas , mobile apps , video , mongodb , provisioning , solution architecture , drupal , asset management , scenario , range , beans , fixing , static analysis , owasp , rest , c++ , disaster recovery , capacity planning , git , strategy , dashboard , vmware , eclipse rcp , struts , endeavor , javascript , pojo , franchise , ethical hacking , capital , customer portal , performance improvement , ibatis , cyber security , powermock , scrum , bespoke , team management , developers , affirmative action , mysql , principles , cgi , center of excellence , xp , maintenance , server side programming , advanced , satellite , pools , proxy , email , jpa , tomcat , workload automation , aws , virtual desktop infrastructure , star , mobile devices , android , design patterns , norway , junit , maven , electricity , languages , java concurrency , vapt , console , hibernate , web application security , assessment , kali linux , search , sonar , vsphere , dell , security tools , dhtml , proof , functionality , spring mvc , mockito , high availability , people management , jenkins , workspace , hudson , oracle database , testng , apache , creativity , ios , authorization , teams , smart metering , enterprise , clarity , servlets , spring boot , virtualization , webrtc , application servers , soapui , operators , drools , running , storage , executive reporting , easymock , uml , cvs , white label , orchestration , data guard , persistence 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 1/5
Current Designation: Technical Architect -cyber security- Java
Current Company: Photon Interactive
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Photon Interactive as Technical Architect -cyber security- Java
Sep 2014 to Till Date
Bulwark - A Vulnerability Management Product
Core Java,Spring,Spring MVC, REST
Web Services,Maven,Tomcat,
WebRTC,OpenTok, MySql
Bulwark is a in house product of Photon for the vulnerability management, which works as Security assessment
Portal with features as
-Centralized Vulnerability Management Dashboard.
-Real time on demand Executive Reporting.
-Security knowledge on fingertips.
-Audi/video/text chat.
-Project wise vulnerabiltiy tracking.
-Integration with Checkmarx.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ankur Sood
Technical Architect seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,HTML,DHTML,C,C++,XML,SAML,Spring
Boot,Struts,Oracle,MySQL,Design Patterns
Key Skills: Technical Architect,Software Development,Application Programming,Solution Architecture,Java,Spring
Boot,Oracle,Design Patterns,JDBC,Requirement Analysis,Cyber Security,Vapt,Ethical Hacking,OWASP,Penetration
Testing,Web Application Security
Summary
Java & Security Professional with 16+ years? experience.
Involved in various phases of SDLC. Lead teams in Software product development.
Proven Technical leadership, People management & Communication skills.
Involved in Management DEV Team Planning and Delivery.
Experience in Product Development enhancement and implementation of Web based applications.
Experienced in team management,currently leading a 15 members team in Security Center of Excellence Photon,previously
managed
12 members team as a Scrum master in Dell.
Driven by creativity and constant endeavor to innovate and reduce time and quality issues in any product worked on.
Worked on high visibility projects with very strict delivery schedule.
Always keen to learn new technologies and make use of them for betterment of project.Gained the reputation of quick learner
for new
technologies.
Worked on highly complex technical projects.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 2/5
Responsibilities :
Photon
June 2016 to till date
? Involved in the complete life cycle of the application.
? Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
? Did server side programming for work packages.
? Worked on REST services.
? Involved in design discussions and execution of planned delivery.
Security Analysis of WEB and Mobile Applications- VAPT Burp Suite, OWASP ZAP, Checkmarx,
Kali Linux, AppUse, Drozer
Working as a Security Architect and helping developers to find security vulnerabilities of various projects under
development in various faces from start till Production.Well versed in VAPT(Vulnerabilty Assessmnet & Penetration
Testing)
Responsibilities :
Photon
June 2016 to till date
? Hands on experience in application assessments based on the compliance standards like HIPPA, PCI DSS.
? Static Analysis of application source code using Checkmarx & Veracode.
? Involved in dynamic scanning of applications using security tools.
? Performed manual scanning of applications.
? Performed Security assessment for the Android mobile devices.
? Secure code review.
? Security guidelines based on the requirements, design and deployment documents.
? Performed Threat Modelling for the Applications.
? Handled analysis of Checkmarx scan report.
? Involved in identifying false positive issues & real security issues.
? Provided suggestions to developers regarding how to solve issues.
? Educate developers to follow security principles and best practices.
? Performed penetration testing with different type of injection techniques.
? Handled Brut force of applications.
MAS - Mobile Application Server H&M Alshaya Core Java,Spring,Spring Boot,REST
Web Services,Maven,Mongo DB
Alshaya group is an international franchise operator with 90+ of the world?s most recognised brands in its portfolio.
Alshaya group brings great shopping, dining , leisure and hospitality experience to millions of customers
across the Middle East & North Africa, Russia, Turkey, Europe & beyond.
Alshaya have multiple brands for Middle East market , it owns websites for these brands but they don?t
have presence in Mobile APPs because of which MAS has been introduced.
MAS (Mobile Application Server) worked as a proxy server to communicate with Magento & Drupal services
for mobile apps (iOS & Android)
MAS has been developed as a middle layer micro-service based architecture in Spring Boot.It is highly
scalable and gives leverage to handle different brands on keys like language, brand & market , which comes
under White Label Architecture which means same code base can be used for different brands. MAS also uses
Aggregator approach to combine multiple APIs responses using Java Concurrency API to improve performance
for the Mobile APP, currently it supports brands like H&M ,Boots & Bath & Body Works many more in pipeline.
Responsibilities :
Photon
March 2020 to till date
? Involved in the complete life cycle of the application.
? Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
? Involved in the performance improvement
? Did server side programming for work packages.
? Worked on SPRING BOOT REST services.
? Involved in design discussions and execution of planned delivery.
? Involved in deployment to AWS EC2 instances for various environments DEV,QA,UAT,Pre-PROD,PROD.
Dell india Pvt Ltd as Software Dev Senior Engineer
May 2012 to Mar 2014
Active System Manager 7.5
Core Java, Spring MVC,Spring AOP,
Rest Web Services, JAXB 2.1,
,Hibernate, PostGres, TomEE, Clarity,
Gradle, Jenkins, SoapUI Pro
Active System Manager is Dell's unified management platform that enables automated delivery of IT resources,
empowering users to quickly deploy infrastructure and workloads. Active System Manager provides Dell and
third-party hardware support to converge customers' existing heterogeneous infrastructure.
The new Active System Manager 7.5 streamlines deployment and features an enhanced user interface that provides
an intuitive, end-to-end infrastructure and workload automation experience through a single console.
This speeds up workload delivery and streamlines infrastructure management, enabling IT organizations to
accelerate service delivery and time to value for customers.
ASM has a unique Template-based provisioning and orchestration feature which simplify IT service delivery with
a centralized approach to workload-specific configuration.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 3/5
ASM provides Infrastructure lifecycle management which Discover, inventory and configure assets - fast - to
streamline physical/virtual infrastructure and workload management during every phase of the infrastructure
lifecycle.
ASM gives Deep virtualization integration & manage cluster-level and virtual machine (VM) lifecycles for VMware
vSphere platforms.
Using ASM's Resource pooling & dynamic allocation, user can optimize capital expenditures by creating and
managing physical and virtual IT resource pools.
ASM's Open and extensible architecture. Easily integrate existing and future IT resources - both Dell and
Non-Dell.
Responsibilities :
Worked as Scrum Master for the Team Stunning Stallions
Involved in the complete life cycle of the application.
Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
Involved in bug fixing all across the application.
Practiced pair programming as a mandatory mode of development.
Involved in both client and server side programming for work packages
Worked on Controller part of application using Spring MVC.
Worked on Rest services.
Involved in team management.
Involved in design discussions and execution of planned delivery.
Used TDD approach for the development model.
GaleForce(Active System Manager 7.1)
CoreJava, Eclipse RCP, Oracle,
JBoss, Spring MVC JAXB 2.1, SWT,
JFace, SWTBot, Eclipse BIRT 3.7 ,
Eclipse GEF,Gradle, Jenkins
Gale Force is Cloud Management Solution Product which is automation software that turns compute, network,
and storage resources into self-service, converged infrastructure.
This product helps customers turn discrete compute, network and storage components into integrated and
highly-optimized application, virtual desktop infrastructure, and private cloud solutions featuring self-service
and advanced automation. This solution also provides a comprehensive management, automation and orchestration
platform for simplifying end-to-end provisioning across heterogeneous infrastructures. Gale Technologies
delivers automated physical and virtual resource allocation, preserves best practice enterprise infrastructure
deployment through reusable templates, and masks that complexity from the end user to provide a
valuable enterprise asset.
Responsibilities :
Worked as Scrum Master for Scrum Team Roaring Lions.
Involved in the complete life cycle of the application.
Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
Worked on implementation of various Eclipse RCP Views, Editors
Involved in bug fixing all across the application.
Involved in both client and server side programming for work packages.
Worked on Rest services POC.
Involved in team management.
Involved in design discussions and execution of planned delivery.
Worked on weekly releases to QA to ensure the quality of product.
Used TDD & BDD approach for this legacy product which was using old JDBC with JAVA.
Logica Pvt Ltd (taken over by CGI) as IT Consultant
Dec 2006 to May 2012
OneSatPlan
CoreJava,Spring3.0,Maven,Eclipse
RCP,Oracle10g,Eclipse EMF, Eclipse
INDIGO, Tomcat 6.0,Web Services,
JAXB 2.1, SWT, JFace, SWTBot,
Hibernate Teneo, Eclipse BIRT 3.7 ,
Eclipse GEF
SES is one of the world's largest Satellite operators with 50 satellites. As an example, anyone receiving Sky TV is
being supplied by an SES satellite. OneSatPlan is a bespoke application being developed for SES to unify their
various independent satellite asset management and capacity planning tools and processes. These range from
legacy applications to Excel spreadsheets
OneSatPlan is a three tier solution but more unusually it has a rich (fat) client tier (Eclipse RCP) plus the more
common application server tier and database tier.
The Eclipse Modeling Framework (EMF) is used for the domain model. EMF is a modeling framework and code
generation facility model has annotated interfaces (including persistence annotations) and EMF generates the
actual domain model code. This generated code gives a model with numerous features including very rich
(runtime accessible) meta-data, support for domain model change recording (used to support undo/redo and
to send just the delta changes to the application server), built in change listener / notification support (used to
synchronize multiple editors, views and windows).
OneSatPlan supports a planning scenario concept whereby new child planning scenarios can be spawned from
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 4/5
existing scenarios. Initially a spawned scenario is identical to its parent but any further changes made only appear
in that scenario. Difference and conflict reports can be displayed between scenarios and changes can be
merged back into parent scenarios. This complex functionality is underpinned by Oracle Workspace Manager
(a feature of Oracle Database) which effectively tracks multiple versions of data using a copy on change like
strategy.
Scaling, high availability and disaster recovery will be provided by multiple stateless application servers running
Spring's tc Server (basically Tomcat) and by Oracle Data Guard (synchronizing changes to a recovery site)
with the option to use Active Data Guard to off load reporting to the disaster recovery database instance. Other
technologies used include the Spring framework and Hibernate for the application server tier, Drools for complex
constraint checking and Eclipse BIRT for reporting.
Responsibilities :
Involved in the complete life cycle of the
Did initial set up of SONAR for the Quality of product.
Worked on implementation of Search Locator views for different entities like (Transponder, Satellite, Carriers)
Worked on implementation of various RCP Views, Editors.application.
Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
Involved in bug fixing all across the application for the increment one delivery.
Worked on generating domain model on EMF and involved in hibernate mapping of entities.
Involved in both client and server side programming for work packages.
Worked on Birt Reports.
Worked on Web services implementations for entities.
Smart Metering Solution (WM-Data Norway)
CoreJava,Spring2.5,Maven,Eclipse
Link,Oracle10g,MyEclipse7.5
,Eclipse3.2,Tomcat6.6,Web Services,
JAXB 2.1,Xstream 1.3
Smart Metering is a next generation product in the Energy & Utility (electricity and gas) domain. The product
facilitates grid operators to read the meter readings for customers without any human interface. It also provides
a variety of services to the end user to manage their energy consumption or switch between service providers
from anywhere through the customer portal. The application is implemented using web services, spring, JPA &
Messaging with the Pojo's.
Responsibilities :
Involved in the complete life cycle of the application, played a leading role in the architectural design and development, as
part of
the core decision making team for the selection of technologies.
UG: B.Tech/B.E. (Electrical) from Jiwaji University in 1997
Other Qualifications/Certifications/Programs:
Spring 4.0
Usable Security
Software Security
Education
IT Skills
Skill Name Version Last Used Experience
Spring, Spring-MVC, Spring-WS
STRUTS,
Sun Solaris, Linux
Windows 9x/NT/2000/XP
Oracle, My SQL, Postgres, IBatis
Mongodb
Web logic, Apache, Tomcat
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 5/5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
TomEE, JBoss, WebSpehere
Java, HTML, DHTML, C, C++, XML, SAML 2.0
J2EE,Design Patterns, JDBC
SERVLETS, EJB, JPA, Spring AOP
SPRING MVC
REST Web Services, ORM
JAXB, SWT, JFace, Eclipse RCP
Eclipse EMF, Hibernate
Eclipse, Net Beans, My Eclipse
RAD,Notepad++; Star UML,SOAP UI
Burp Suite Pro, OWASP ZAP
Checkmarx, Veracode, Kali Linux
CVS, SVN, PVCS, GIT, Hudson
Jenkins, Maven, Kubernetes,Docker
TestNG, JUnit, PowerMock
Easymock, Mockito, FitNesse, Sonar
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1030: Resume 1522 with similarity score 0.01448338770914947
B.S , MS , M.TECH , BS application support , senior web developer , sql developer , full time , team lead , senior project engineer , application developer ibatis , ibm rational , magento , spring mvc , rollout , web development , clinical research , sales management , stem , websphere , designation , ug , wizard , toad , hudson , platforms , information technology , oracle , mysql , user experience , affirmative action , angular , web services , photoshop , maintenance , quote , apache , php , authorization , json , p&c insurance , bootstrap , status , spring boot , software testing , email , project , tomcat , application , bind , github , homeowners , junit , landing pages , building , maven , html5 , hibernate , sms , multi state , cms , one , javascript , eclipse , network administration , insurance brokerage , spring webflow , digital marketing , ajax 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180…
https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180517405f5e0f54… 1/2
Current Designation: Senior Web Developer
Current Company: LifeCell International
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Pharma/Biotech/Clinical Research
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Engineering]
Verified : Phone Number | Email - id
LifeCell International as Senior Web Developer
Apr 2016 to Till Date
LifeCell Web Application - LifeCell India's first and largest Stem Cell
bank. Responsive web application for LifeCell customers.
Building Digital tools/platforms for effective Sales Management and
Digital Promotions using Angular and Spring Boot.
Digital Marketing through creating Landing Pages, Email and SMS
Marketing, CMS Management, Designs through Photoshop and Xd
Building Magento 2 custom modules, User Experience through Magento
UI and Knockout JS, Customizing Magento Theme
Wipro Technologies Limited as Senior Project Engineer
Jun 2011 to Apr 2016
Marsh Broker Application (Jan 2016 -Apr 2016) -Web Platform for
insurance brokerage -large US Broker Insurer.
Life Contact Wizard: (Nov 2015-Jan 2016) -Responsive web platform for
rollout of Life Quotation application across all states -large US Insurer.
Condominium Quote & Bind: (May 2015- Oct 2015) - Rollout of Condo
product across western states for largest US P&C Insurance company
Homeowners Quote & Bind: (May 2014 - May 2015) - Responsive web
design for Home application (multi state rollout) for a large US property
insurer
Auto Quote & Bind: (Dec 2012 - May 2014) - Standard and Specialty Auto
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Shadam Asik M E
Senior Web Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Software Testing,Application
Support,Technical Support,Network Administration,Incident
Management,Angular,Oracle, MySQL,Junit
Key Skills: Senior Web Developer,Team Lead/Tech Lead,Software Development,Application Programming,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical Support,Network
Administration,Incident Management,Angular,Oracle, MySQL,Junit
Summary
Result-oriented Professional with over 9 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical Support,Network Administration,Incident
Management,Angular,Oracle, MySQL,Junit.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180…
https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180517405f5e0f54… 2/2
product rollout across new J2EE platform across 15+ states for large US
Insurer
Property Quick Quote: (Sep 2012 - Dec 2012) - Home Quote only rollout
over a platform developed to make it scalable for future Bind and Multi
state rollouts - One of the largest US Property Insurance Company
UG: B.Sc (information technology) from Bharathiar University, Coimbatore in 2011
PG: M.Tech (Software Engineering) from Birla Institute of Technology and Science (BITS), Pilani in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
J2EE, JSP, Web Services,PHP
angular, spring boot
Spring MVC, Spring Webflow,Magento
Ibatis, Hibernate
Ajax, JSON, HTML5
CSS3, Bootstrap 3/4
ORACLE, MYSQL
IBM Websphere, Apache Tomcat
SVN, GitHub
Eclipse,Toad
IBM Rational Application Developer
SQL Developer for My SQL
JUNIT
Apache Maven
HUDSON
Photoshop, xd
Rank 1031: Resume 1280 with similarity score 0.014481730824468724
B.S , MS , BS application support , devops architect , full time , cloud architect fault tolerance , vault , platforms , docker , linux , zfs , openssl , status , snapshot , veritas volume manager , gitlab , components , building , ec2 , solaris , weblogic , thought leadership , artifactory , pipeline , vagrant , elasticsearch , amazon web services , contingency , ansible , automation , design web , devops , technical leadership , kubernetes , designation , mar , rhel , hindi , technical requirements , powerpath , cluster , english , troubleshooting , provisioning , key systems , architecting , disaster recovery , punjabi , completion , sendmail , javascript , technology , ldap , general , performing , efs , options , developers , data migration , affirmative action , oracle , project plans , uptime , rbac , public , maintenance , service delivery , architecture , email , tomcat , aws , design patterns , norway , languages , failover , jira , sonar , directory services , it infrastructure management , secure authentication , high availability , jenkins , migrating , websphere , versioning , profiles , azure , apache , authorization , risk , compilation , enterprise , deliveries , models , application , focus , ci , system deployment , ecs , s3 , framework , storage , cvs , cloud computing , orchestration , load , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 1/3
Current Designation: Cloud & DevOps Architect
Current Company: RMS
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computer B Level]
Verified : Phone Number | Email - id
RMS as Cloud & DevOps Architect
Mar 2019 to Till Date
Technology Stack: AWS, Azure, Kubernetes, helm, Prometheus, Grafana, Elasticsearch, Graylog, Linux, Terraform,
GIT, Jenkins, Docker, Tomcat, LDAP, Ansible, Sonar, Azure, ELK
Key Result Areas:
Leading a team of 5 members and providing the required assistance on the Infrastructure environment setup and
management
Performing several activities for the migration of key systems from on-prem hosting to Amazon Web Services
Architecting, designing & developing the Backup and Archiving, Disaster Recovery in AWS Cloud. Demonstrate the
capacity to deploy complex infrastructure using AWS
Setting- up Graylog for gathering logs from different tenants and utilizing Ansible Playbooks to automate the
deployment and Installation tasks
Assisting the DeOps team in the day- to- day tasks and setting- up Kubernetes cluster
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MANISH MALHOTRA
Cloud & DevOps Architect seeking roles in Project Management , IT Infrastructure
Management ,Environment Migrations,Service Delivery,Cloud Solutions,DevOps
Engineering,System Deployment,Service Delivery,AWS, DevOps, Linux, Sun Solaris,
WebLogic
Key Skills: Cloud & DevOps Architect,Tech Architect,Project Management , IT Infrastructure Management ,Environment
Migrations,Service Delivery,Cloud Solutions,DevOps Engineering,System Deployment,Service Delivery,AWS, DevOps,
Linux, Sun Solaris, WebLogic
Summary
Competent professional with over 16 years of experience with experience in administering and design Web, Cloud and
Containerized environments
Rich experience in providing Enterprise Application Support, IT System, Production & UAT Infrastructure Support with hands-
on experience in AWS, DevOps, Linux, Sun Solaris, WebLogic, Docker, Kubernetes, Jenkins, Elastic Search, Hashi-corp tools
(Vault, Consul, Vagrant, Terraform And Packer), CICD and jFrog
Rich expertise in developing & implementing Cloud Solutions; experience in integrating public cloud into traditional
hosting/delivery models and designing, creating & deploying applications (Azure / AWS)
Expertise in managing complete project management activities, ensuring timely deliveries as per defined quality standards;
implemented project plans, risk assessments and contingency plans
Proficient in implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, Lambda,
Directory Services
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 2/3
Working on Observability stack set-up using Prometheus and Alert manager, ELK Stack
Integrating AWS- Okta with Uptime and other applications and creating AWS Route53 to route traffic between
different regions
Migrating the current Linux environment to AWS/RHEL Linux environment and using auto scaling feature
Working with automation and orchestration tools such as Ansible and Terraform to manage Amazon Web Services
(AWS) infrastructure; integrating CI/CD using ECS/JFrog Artifactory, GitLab, SonarCube and Jira with Jenkins
Creating a technology framework and providing technical leadership in support of initiatives in cloud computing with a
focus on the design of systems and services that run on cloud platforms
Providing Thought Leadership for cloud architecture including networking, provisioning, and management; developing
library of deployable & documented cloud design patterns, based on the application portfolio; creating solutions
architecture
Installing, configuring and troubleshooting Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
Building, deploying, automating and configuring IT solutions using DevOps platform; implementing reusable
components and translating technical requirements
Sapient as DevOps and Cloud Architect
Nov 2013 to Mar 2019
Projects: IMC, B&O & JATO
Key Result Areas:
Migrated the Linux environment to AWS/RHEL Linux environment and used auto scaling feature
Worked on Ansible Playbooks to automate the deployment and installation tasks
Created AWS Route53 to route traffic between different regions
Gained knowledge of primary AWS services (EC2, ELB, RDS, Route53, S3 & AWS-IoT)
Implemented Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, Lambda, Directory
Services, Cloud Formation, Elastic Beanstalk, RDS, Data Pipeline and DynamoDB
Developed S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
Implemented load balancers (ELB) and used Route53 with failover and latency options for high availability
and fault tolerance
Installed, Configured and troubleshot Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
HCL as Consultant
Dec 2010 to Oct 2013
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Monitored the unassigned tasks and tracked progress of assignments to completion
Administered Solaris 10 zones, ZFS and Veritas volume manager, and Veritas Cluster
Configured Apache with OpenSSL, self-signed certificate web based secure authentication
Performed data migration using VxVm, LVM and Powerpath
Implemented & configured CVS, DNS, Jakarta-Tomcat, ANT, LDAP, Apache module compilation, CVS Server,
sendmail, Oracle 9i/10g
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Installed & configured apache, tomcat and WebSphere
Administered Solaris 10 zones, ZFS and Veritas volume manager (VxVM)
Created cluster on WebSphere and its profiles and managed production/developers issues of WebSphere and giving
support to them
UG: B.Sc (Computers) from Delhi University in 2000
PG: MCA (Computer B Level) from DOEACC in 2004
Other Qualifications/Certifications/Programs:
PGDCA 'A' Level
Education
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
hindi
Punjabi
Rank 1032: Resume 796 with similarity score 0.014476681625941921
B.S , MS , BS application support , devops architect , full time , cloud architect fault tolerance , vault , platforms , docker , linux , zfs , openssl , status , snapshot , veritas volume manager , gitlab , components , building , ec2 , solaris , weblogic , thought leadership , artifactory , pipeline , vagrant , elasticsearch , amazon web services , contingency , ansible , automation , design web , devops , technical leadership , kubernetes , designation , mar , rhel , hindi , technical requirements , powerpath , cluster , english , troubleshooting , provisioning , key systems , architecting , disaster recovery , punjabi , completion , sendmail , javascript , technology , ldap , general , performing , efs , options , developers , data migration , affirmative action , oracle , project plans , uptime , rbac , public , maintenance , service delivery , architecture , email , tomcat , aws , design patterns , norway , languages , failover , jira , sonar , directory services , it infrastructure management , secure authentication , high availability , jenkins , migrating , websphere , versioning , profiles , azure , apache , authorization , risk , compilation , enterprise , deliveries , models , application , focus , ci , system deployment , ecs , s3 , framework , storage , cvs , cloud computing , orchestration , load , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 1/3
Current Designation: Cloud & DevOps Architect
Current Company: RMS
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computer B Level]
Verified : Phone Number | Email - id
RMS as Cloud & DevOps Architect
Mar 2019 to Till Date
Technology Stack: AWS, Azure, Kubernetes, helm, Prometheus, Grafana, Elasticsearch, Graylog, Linux, Terraform,
GIT, Jenkins, Docker, Tomcat, LDAP, Ansible, Sonar, Azure, ELK
Key Result Areas:
Leading a team of 5 members and providing the required assistance on the Infrastructure environment setup and
management
Performing several activities for the migration of key systems from on-prem hosting to Amazon Web Services
Architecting, designing & developing the Backup and Archiving, Disaster Recovery in AWS Cloud. Demonstrate the
capacity to deploy complex infrastructure using AWS
Setting- up Graylog for gathering logs from different tenants and utilizing Ansible Playbooks to automate the
deployment and Installation tasks
Assisting the DeOps team in the day- to- day tasks and setting- up Kubernetes cluster
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MANISH MALHOTRA
Cloud & DevOps Architect seeking roles in Project Management , IT Infrastructure
Management ,Environment Migrations,Service Delivery,Cloud Solutions,DevOps
Engineering,System Deployment,Service Delivery,AWS, DevOps, Linux, Sun Solaris,
WebLogic
Key Skills: Cloud & DevOps Architect,Tech Architect,Project Management , IT Infrastructure Management ,Environment
Migrations,Service Delivery,Cloud Solutions,DevOps Engineering,System Deployment,Service Delivery,AWS, DevOps,
Linux, Sun Solaris, WebLogic
Summary
Competent professional with over 16 years of experience with experience in administering and design Web, Cloud and
Containerized environments
Rich experience in providing Enterprise Application Support, IT System, Production & UAT Infrastructure Support with hands-
on experience in AWS, DevOps, Linux, Sun Solaris, WebLogic, Docker, Kubernetes, Jenkins, Elastic Search, Hashi-corp tools
(Vault, Consul, Vagrant, Terraform And Packer), CICD and jFrog
Rich expertise in developing & implementing Cloud Solutions; experience in integrating public cloud into traditional
hosting/delivery models and designing, creating & deploying applications (Azure / AWS)
Expertise in managing complete project management activities, ensuring timely deliveries as per defined quality standards;
implemented project plans, risk assessments and contingency plans
Proficient in implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS,
Lambda,Directory Services
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 2/3
Working on Observability stack set-up using Prometheus and Alert manager, ELK Stack
Integrating AWS- Okta with Uptime and other applications and creating AWS Route53 to route traffic between
different regions
Migrating the current Linux environment to AWS/RHEL Linux environment and using auto scaling feature
Working with automation and orchestration tools such as Ansible and Terraform to manage Amazon Web Services
(AWS) infrastructure; integrating CI/CD using ECS/JFrog Artifactory, GitLab, SonarCube and Jira with Jenkins
Creating a technology framework and providing technical leadership in support of initiatives in cloud computing with a
focus on the design of systems and services that run on cloud platforms
Providing Thought Leadership for cloud architecture including networking, provisioning, and management; developing
library of deployable & documented cloud design patterns, based on the application portfolio; creating solutions
architecture
Installing, configuring and troubleshooting Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
Building, deploying, automating and configuring IT solutions using DevOps platform; implementing reusable
components and translating technical requirements
Sapient as DevOps and Cloud Architect
Nov 2013 to Mar 2019
Projects: IMC, B&O & JATO
Key Result Areas:
Migrated the Linux environment to AWS/RHEL Linux environment and used auto scaling feature
Worked on Ansible Playbooks to automate the deployment and installation tasks
Created AWS Route53 to route traffic between different regions
Gained knowledge of primary AWS services (EC2, ELB, RDS, Route53, S3 & AWS-IoT)
Implemented Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, Lambda, Directory
Services, Cloud Formation, Elastic Beanstalk, RDS, Data Pipeline and DynamoDB
Developed S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
Implemented load balancers (ELB) and used Route53 with failover and latency options for high availability
and fault tolerance
Installed, Configured and troubleshot Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
HCL as Consultant
Dec 2010 to Oct 2013
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Monitored the unassigned tasks and tracked progress of assignments to completion
Administered Solaris 10 zones, ZFS and Veritas volume manager, and Veritas Cluster
Configured Apache with OpenSSL, self-signed certificate web based secure authentication
Performed data migration using VxVm, LVM and Powerpath
Implemented & configured CVS, DNS, Jakarta-Tomcat, ANT, LDAP, Apache module compilation, CVS Server,
sendmail, Oracle 9i/10g
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Installed & configured apache, tomcat and WebSphere
Administered Solaris 10 zones, ZFS and Veritas volume manager (VxVM)
Created cluster on WebSphere and its profiles and managed production/developers issues of WebSphere and giving
support to them
UG: B.Sc (Computers) from Delhi University in 2000
PG: MCA (Computer B Level) from DOEACC in 2004
Other Qualifications/Certifications/Programs:
PGDCA 'A' Level
Education
Languages Known
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
hindi
Punjabi
Rank 1033: Resume 1212 with similarity score 0.014457451468687
B.E , MS , B.TECH software engineer , devops engineer , software developer , full time , change management winscp , automation , ansible , general , devops , jenkins , binary , telugu , kubernetes , microsoft azure , designation , developers , deliverables , platforms , affirmative action , cloud , docker , linux , scratch , maintenance , merging , windows , authorization , english , status , spring boot , nexus , professional development , test environments , email , project , tomcat , agile , application , configuration management , aws , amazon web services , less , continuous integration , ci , atlassian , github , testing , components , change management , servers , repository , maven , infrastructure , framework , putty , languages , kannada , software development tools , sonarqube , system administration , javascript , pipeline development , technology , administrative , artifactory , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b41001…
https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b4100180319140c0f5c… 1/2
Current Designation: Devops Engineer
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Telecommunication]
Verified : Phone Number | Email - id
DXC Technology as Devops Engineer
Oct 2018 to Till Date
Projects
HPE:
Cloud and Devops.
Working closely with clients.
Managing end to end CI-CD pipeline involving the automation of deployment, testing etc.
Managing GIT repository of HPE project.
Managing Microsoft Azure Services for the project including configuration and deployment of all required infrastructure,
administrative tasks.
Experience in branching, merging and maintained the version using SCM tools like Git and GitHub on windows and Linux
platforms.
Experience in Jenkins such as installation, configuration and maintenance of continues Integration (CI) and for end to end
automation for all build using shell script, deployment and creating Jenkins pipeline.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Kalavathi R
Software Engineer seeking roles in Software Configuration Management,Build
Management,Deployment Management,Release Management,Change
Management,Continuous Integration,Jenkins,SonarQube,Nexus,GitHub,AWS
CloudWatch,Docker,Kubernetes,Azure.
Key Skills: Software Engineer,Software Configuration Management,Build Management,Deployment Management,Release
Management,Change Management,Continuous Integration,Jenkins,SonarQube,Nexus,GitHub,AWS
CloudWatch,Docker,Kubernetes,Ansible,AWS,Microsoft Azure
Summary
Having around 2+ Years of experience in IT industries with Professional Development, Automation of Build, Deployment,
Release Management and Change Management activities.
Install, configure, maintain, administer, and enhance Atlassian tools including Git, Artifactory
and other software development tools/applications
Maintained and managed test environments (Opslab) for automating QA, Non-Production and
Production environment
Experience in Build, Package and Deploy to all the environments.
Good knowledge on Source Code Management tool GIT
Experience on CI (Continuous Integration) and CD (Continuous Deployment) methodologies with
Jenkins.
Experience with build tool like Maven
Experience in system administration for Linux and servers
Expertise in automation of build and deployment standards involving various Nodejs and Java
applications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b41001…
https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b4100180319140c0f5c… 2/2
Performed code quality analysis for the developer with the help of SonarQube.
Maintained the binary code in Nexus.
Used Build Management Tool Maven in the framework.
Deployed java application to the Development environment using Tomcat.
Provide the latest builds of different components on developers request to consume builds. * Configuring Jenkins with
Github Webhooks to automate the integration, when source code is pushed and notify the errors to developers.
Expertise in Docker containers and its configuration based on requirement, maintaining the Docker hub for container
images
Used Azure DevOps Boards to track current projects, requirements and deliverables using Agile methodology
POC on Azure Devops JAVA APP:
I was part of Azure Devops implementation POC team, where by worked extensively in
CI-CD Pipeline development of Java Spring Boot application from scratch and deployment to Azure Kubernetes Services.
UG: B.Tech/B.E. (Telecommunication) from Dayananda Sagar College of Engineering, Bengaluru in 2017
Other Qualifications/Certifications/Programs:
azure administration (az-103)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins
SonarQube, Nexus
GitHub
AWS CloudWatch
WINDOWS, LINUX
Azure Board
Kubernetes 0 Year(s) 0 Month(s)
Azure, Amazon Web Services
WinSCP, Putty
DOCKER 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Kannada Expert
Telugu Proficient
Rank 1034: Resume 1375 with similarity score 0.014424964428449524
BTECH , B.E , B.TECH , BS manual tester , devops , cloud engineer , full time , system analyst amazon web services (aws) , general , software solutions , devops , jenkins , customer , access , classic , security , designation , elastic load balancing , server management , ug , mar , affirmative action , maintenance , ltd , permissions , authorization , english , status , email , store , application , groups , configuration management , database development , electronics , s3 , ec2 , storage , languages , dashboards , javascript , organization , cloud computing , metrics , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190…
https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190a43485c0e080… 1/2
Current Designation: Cloud Engineer
Current Company: Mize Software Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: BTECH [btech]
Verified : Phone Number | Email - id
Mize Software Solutions as Cloud Engineer
Mar 2018 to Till Date
Over 3.4 Years of IT experience and specialized in DevOps Environment, Amazon Web Services (AWS)
Very good hands on experience on EC2 like creating and managing instances of all types.
Setup and attached EBS volumes to Ec2 instances.
Maintaining 6 Aws accounts of organization setting MFA/Permissions for all the users.
Experience in maintaining the CI with Jenkins.
Monitoring all cloud services by using Cloud Watch creation of customer specific Dashboards and making sure alerts
are configured for metrics.
Setup and managed security groups, VPC' specific to environment.
Hands on experience on VPC, Subnets, and Route tables etc.
Configured and managing security groups.
Configured and managing ELBs (Application/Classic) along with the Target groups.
Configured and managing S3 storage by maintaining folder structure and uploading files.
Administering Roles, users, groups and setting up of policies by using IAM.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
BEERAVELLI AKHIL KUMAR
Cloud Engineer seeking roles in Software Development,Application
Programming,System Analysis,Requirement Gathering,Cloud
Computing,Configuration Management,Server Management,Access
Management,Database Development,AWS
Key Skills: Cloud Engineer,System Analyst,System Analysis,Requirement Gathering,Cloud Computing,Configuration
Management,Server Management,Access Management,Database Development,AWS
Summary
Over 3.5Years of IT experience and specialized in DevOps Environment, Amazon Web Services (AWS)
Very good hands on experience on EC2 like creating and managing instances of all types.
Setup and attached EBS volumes to Ec2 instances.
Maintaining 6 Aws accounts of organization setting MFA/Permissions for all the users.
Experience in maintaining the CI with Jenkins.
Monitoring all cloud services by using Cloud Watch creation of customer specific Dashboards and making sure alerts are
configured for metrics.
Setup and managed security groups, VPC' specific to environment.
Hands on experience on VPC, Subnets, and Route tables etc.
Configured and managing security groups.
Configured and managing ELBs (Application/Classic) along with the Target groups.
Configured and managing S3 storage by maintaining folder structure and uploading files.
Administering Roles, users, groups and setting up of policies by using IAM.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190…
https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190a43485c0e080… 2/2
Vsosco Pvt Ltd as Manual Tester
Aug 2017 to Feb 2018
UG: B.Tech/B.E. (Electrical and Electronics) from Laki Reddy Bali Reddy College of Engineering, Krishna(district) in
2014
PG: BTECH (btech) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS
EC2, AUTO SCALING
Elastic Load Balancing (ELB)
S3, CDN (Cloud-Front)
Elastic Block Store (EBS)
Glacier (Archive Storage)
Relational Database (RDS)
Virtual Private Cloud (VPC)
Route 53 (DNS) Platform Services
AWS Cloud-Watch
AWS IAM
AWS SQS, SNS, and SES
Languages Known
Language Proficiency Read Write Speak
english Proficient
Rank 1035: Resume 1237 with similarity score 0.014408819653364742
B.S , MS , BSC , BS weblogic administrator , system administrator , sql developer , cloud solutions architect , devops , zookeeper , deputy manager , solution architect , j2ee developer , full time , system architect , team lead , technical lead , technical manager financial services , telugu , security , office , platforms , spring , docker , linux , ssl , status , store , vbscript , pl/sql , nagios , building , kibana , infrastructure , solaris , soa , sql server , cost management , organization , furniture , pipeline , jbuilder , ansible , amazon ec2 , devops , kubernetes , designation , mar , amazon s3 , web services , hindi , cloud , cluster , process optimization , windows , english , troubleshooting , agile , 12c , apache http server , project , osb , live , microservices , provisioning , splunk , obiee , phones , struts , javascript , wireless , technology , ldap , general , pay , affirmative action , jdk , amazon vpc , maintenance , unix , kafka , satellite , business services , nexus , dynatrace , email , tomcat , aws , shared services , print , workplace , amazon rds , github , containerization , maven , languages , hibernate , load balancing , ohs , oracle fusion middleware , online , migrating , jenkins , offers , azure , accessories , authorization , weblogic administration , teams , enterprise , servlets , hpsm , application , devices , shell scripting , kannada , it service , uml , nlb , cd , sims 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 1/4
Current Designation: Advisor System Architect
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DXC Technology as Advisor System Architect
Mar 2019 to Till Date
? Implemented cloud architectures as part of a team for companies looking to minimize cost while
having the ability to deliver their application in a highly available, scalable, and manageable environment using AWS
? Setup, configuration, maintenance, settings and optimization, recovery for Kafka cluster
? Setup Kafka and zookeeper tool for monitor
? Provisioning AWS Cloud Infrastructure and Security
? Created NLB and SSL configuration
? Experience with AWS Document DB.
? Expertise in Unix/Linux system and good understanding of shell scripting.
? Work in an Agile Software Development Live Cycle and collaborate with development teams to achieve continuous
software delivery
Sahakar Solutions as Technical Leader
Jul 2018 to Mar 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SRINIVASAG
Advisor System Architect seeking roles in Project Management, Delivery Management,
Cloud Solutions Architect, AWS, Azure, Oracle, Middleware, Cost Management,
Process Optimization, ProductionSupport, Quality Management, Program
Management
Key Skills: Advisor System Architect seeking roles in Project Management, Delivery Management, Cloud Solutions
Architect, AWS, Azure, Oracle, Middleware, Cost Management, Relationship, Process Optimization, ProductionSupport,
Quality Management, Program Manageme
Summary
Cloud Solution Architect, ITIL&PRINCE2 Practitioner certified professional offering 16 years' cross-functional experience in
AWS, AZURE, Oracle Could, DevOps-build & Oracle Fusion Middleware Implementations on Windows &Linux Platforms and
Exposure on Production Support, Project Management & Delivery, Management.
I have experience on AWS Cloud products including Amazon EC2, Amazon VPC, Amazon S3, Amazon RDS, Amazon
CloudFront, Amazon ELB. I am experienced in migrating existing on-premise environment to AWS Cloud.
Successfully lead large Could/DevOps teams.
Involved heavily in setting up the CI/CD pipeline using Jenkins, Maven, Nexus, SVN, GitHub, Ansible and Docker as
containerization tool.
Worked on monitoring tools to configure Dynatrace,Splunk,ELK,Nagios.
Exposure of Site Monitoring and Maintenance, Installation, Configuration, Troubleshooting, Load Balancing, Clustering,
Deploying Applications and Maintenance
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 2/4
Environment: WebLogicServer12c, AWS, Dynatrace, ELK, Ansible, Solaris11, Oracle databse11, SOA, OSB, Kibana,
Kubernetes, Jenkin, GitHub, Maven, Microservices.
Role: Technical Lead
Description: Office depot: business supplies and services to help our customers work better - whatever their workplace.
We are a single source for everything customers need to be more productive, including the latest technology, core office
supplies, print and document services, business services, facilities products, furniture, and school essential.
Tech Mahindra as Technical Manager - IT
Nov 2016 to Mar 2019
Project Handled
Project: AT&T, Premier, eBize, Pune
Period: Nov?16 to Till date
Environment: WebLogic Server 12c, Jdk1.7, Solaris 11, Oracle databse11, Jboss, Kibana, Kubernet,Jenkin,Microservices
Role: Technical Manager and PMO
Description: AT&T Premier is a customizable website where you can conveniently manage, monitor, and purchase
wireless devices, plans, and accessories for your organization. And it?s all backed by AT&T online and phone support.
Premier Online Store: Shop online for the latest phones, devices, service plans, and accessories. Enjoy exclusive Premier
offers and discounts, too. Learn more about Premier Online Store
Premier Online Care: Manage all your organization?s wireless accounts, update wireless user information, and add or
remove features?all online. Learn more about Premier Online Care
Premier EBill: Use these online tools to efficiently manage your AT&T wireless invoices. View, analyze, and pay bills online
in seconds. Review reports about usage and costs, and much more. Learn more about Premier eBill
Vodafone Shared Services as Deputy Manager
Jun 2014 to Nov 2016
Project: Vodafone, Pune
Period: Jun'14 to Nov'16
Environment: Web Logic Server 11g, Jdk1.7, Solaris 11, Oracle databse11, Weblogic Portal, WebLogic Satellite, OHS and
WebGate
Role: Deputy Manager & Team lead
Description: Bring Your Own Device (X stands for any device)
The wider goal of the BYOX project is build a product that will provide VGE customers with the ability to allow the
corporate employees to use their own devices for business purposes. This will involve a network solution based on using
virtual SIMs to split the device for business and personal use.
Oracle Financial Services as Weblogic Administrator
Oct 2011 to Jun 2014
Project: Gulf International Bank (GIB), Bahrain
Period: Dec'13 to Jun'14
Environment: Web Logic Server 11g, Jdk1.6, Solaris 11, Oracle databse11, OBIEE, Flexcube11
Role: WebLogic Administrator
Project: National Australia Bank (NAB), Australia
Period: Oct'12 to Dec'13
Environment: Web Logic Server 11g, SOA suit 11.1.1.6, OSB11.1.1.6, WCC11.1.1.6. ADF11.1.1.5, WCP11.1.1.6, Linux,
Oracle 11g.
Role: Web Logic Administrator
Project: Victoria Mutual Building Society Bank (VMBS), Jamaica
Period: Oct'11 to Sep'12
Environment: Web Logic Server 11g, Apache HTTP server 2.2, JDK 1.6, Linux, Oracle 11g
Role: Web Logic Administrator
Description: WebLogic, FCDB and OAAM Installation have been done in the Victoria Mutual Building Society BANK
environment and a non-clustered environment is configured for the FLEXCUBE Direct bank application deployment.
OneApps Enterprise Technologies as Weblogic Administrator
Nov 2009 to Jun 2010
Environment: Web Logic Server10.x, JDK 1.6, JSP, Servlets, EJB, JDBC, Linux, LDAP, Oracle 10g.
Role: Web Logic Administrator
e.Microdot Solutions as Java J2Ee Developer
Feb 2004 to Jun 2009
Environment: Web Logic Server 8.x, Apache HTTP server 2.0, JDK 1.4, JSP, Servlets, EJB, JDBC Linux, LDAP, Oracle 9i.
Role: Web Logic Administrator
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 3/4
UG: B.Sc (Computers) from Nagarjuna University in 1999
PG: MCA (Computers) from Mahatma Gandhi University (MGU) in 2004
Other Qualifications/Certifications/Programs:
AZ-301
aws
Nature of Employment: Full Time Duration: Jun 2010 - Oct 2011
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS 12 2018 14 Year(s) 2 Month(s)
Unix, Linux, AIX, Solaris 12 2018 12 Year(s) 10
Month(s)
UNIX, Linux, AIX and Solaris 4.6 2021 10 Year(s) 6 Month(s)
PL/SQL 19 2021 10 Year(s) 0 Month(s)
JSP, Servlets, JMS, EJB, Struts
Spring, Hibernate, Web services
Borland,JBuilder,XMLSPY
Flexcube,HPSM,HPLoad Runner
MS SQL SERVER
SQL DEVELOPER
JavaScript, VBScript,Shell Script
MS Visio, UML
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
KANNADA
Projects
Project Title: AXA Bank, Europe
Client: Collabera IT Service & Solution
Project Details: Environment: Web Logic Server 10.x, Apache HTTP server 2.0, JDK 1.6, JSP,Servlets,EJB,JDBC Linux
,LDAP, Oracle 10g
Role: Web Logic Administrator
Project Title: Travelex, UK
Client: OneAPPS Technologies
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 4/4
Nature of Employment: Full Time
Project Location: Banagalore
Role: Network/System Administrator
Duration: Nov 2009 - Jun 2010
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: bangalore
Role: Sr. Programmer
Duration: Jun 2007 - Nov 2009
Onsite / Offsite: Offsite
Team Size: 10
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Weblogic Administration, Unix, Oracle, Tomcat,
Project Details: Environment: Web Logic Server10.x, JDK 1.6, JSP, Servlets, EJB, JDBC, Linux, LDAP, Oracle 10g.
Role: Web Logic Administrator
Project Title: e.Microdot Solutions
Client: OneAPPS Technologies
Skill Used: Java, JEE, Struts, Spring, EJB, Weblogic Administration, Apache Web Server, Linux,
Project Details: Environment: Web Logic Server 8.x, Apache HTTP server 2.0, JDK 1.4, JSP,Servlets,EJB,JDBC Linux
,LDAP, Oracle 9i.
Role: Web Logic Administrator
Rank 1036: Resume 1393 with similarity score 0.014378751531604497
B.E , MS , B.TECH product test specialist , associate , quality assurance , senior test engineer , full time , test analyst automation , manual testing , quality auditing , telugu , scrum , designation , functional testing , regression testing , mar , tamil , affirmative action , lists , cloud , ivr , maintenance , alm , salesforce.com , authorization , english , report preparation , web applications , enterprise , status , software testing , siebel , email , project , record , agile , defect tracking , hp quality center , electronics , adm , languages , framework , system testing , story , selenium , it risk management , javascript , qtp , test design , jira , crm , builders , arc 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b16001…
https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b1600165118155e5a5a… 1/2
Current Designation: Senior Test Engineer - Salesforce QA
Current Company: Mphasis
Current Location: Chennai
Pref. Location: Chennai,Tirupati
Functional Area: IT Software - ERP / CRM
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Mphasis as Senior Test Engineer - Salesforce QA
Mar 2020 to Till Date
Salesforce Testing, SFDC QA
Functional Testing
Manual Testing
Cognizant, as Associate & SFDC Test Analyst & Admin
Aug 2014 to Mar 2020
UG: B.Tech/B.E. (Electronics/Telecommunication) from RAJIV Gandhi University of knowledge technologies in 2014
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Poorna Chandra Indla
Sr. Test Engineer seeking roles in Salesforce QA Testing, SFDC Functional Testing,
CRM Applications Manual Testing,Automation, Quality Assurance,Regression
Testing,IT Risk Management,Project Management,Quality Auditing,Product
Testing,Defect Tracking
Key Skills: Salesforce CRM, SFDC, Software Testing, Manual Testing, Functional Testing, Salesforce.com, Sr. Test
Engineer,QA/QC Manager,Software Testing,Software Engineering,Automation Testing,Quality Assurance,Regression
Testing,IT Risk Management, Defect Track
Summary
Over 6.5 years of IT Experience as a QA Product Test Specialist in working with "Salesforce CRM" in
manual-functional Testing and maintenance of Regression cases of salesforce with Selenium & UFT/QTP
Tool using ARC Framework also involved in Siebel CRM Testing, IVR Testing and other Web applications
Experienced in Salesforce Customization and as Administrator
Have Knowledge in Creating page layouts, Workflows, Process builders, Sharing Rules and Settings to
organize Objects, fields, custom links, related lists on a record detail and edit page
Strong knowledge of all phases of STLC (System Testing, Regression testing and End-to End Testing),
enhancements, Cloud based application and portal based object oriented enterprise applications.
Delivered 14 project releases in Salesforce Agile methodology comprising of Story Analysis, Test design,
Test plan, System testing, Defect tracking, Summary Report preparation.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b16001…
https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b1600165118155e5a5a… 2/2
Other Qualifications/Certifications/Programs:
Salesforce Certified Administrator ADM 201
ISTQB Certification
Affirmative Action
Category: ST
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HP Quality Center ALM 12.2, JIRA
Agile (Scrum), Salesforce Agile
SalesForce Testing 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
ENGLISH
TAMIL
TELUGU
Rank 1037: Resume 778 with similarity score 0.014328337852240016
B.E , B.TECH , BS software developer , it professional , senior software engineer , full time , part time , system engineer react.js , functionality , api , web development , polymer , css , designation , ug , vs , affirmative action , loans , beginner , maintenance , authorization , internet , mobile banking , node.js , english , french , status , agile , sql , email , project , infosys , application , mongodb , fixing , components , git , languages , putty , payments , html5 , es6 , money , javascript , jira , eclipse , client side , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b1…
https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b140745420d5a5a… 1/2
Current Designation: Senior System Engineer
Current Company: Infosys Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Limited as Senior System Engineer
Nov 2016 to Till Date
Infosys Limited as Senior System Engineer
Nov 2016 to Nov 2016
o Developing a Hybrid Banking application based on React JS, Polymer Js, HTML, CSS, Javascript.
o Developed multiple Internet and mobile banking modules and functionalities as client requirement.
o Build and Production bug fixing.
o Client management & process requirement analysis.
o Developed a Complete Internet, Mobile Banking asset based on Polymer JS 1.x, HTML, CSS.
o Developed complete Banking Modules like:
Send Money Overseas: Complete Working Functionality of Payments and transfer Funds including third party api?s, all
validations covered on client side, development of related reusable Polymer JS web components.
Home Loan Application: Complete Working Functionality of Loans, all validations covered on client side, integrating api,
development of related reusable Polymer JS web components.
UG: B.Tech/B.E. (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2016
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Parth Mittal
Senior Software Engineer seeking roles in Application Development, Web
Development, UI Development, Project Management, Requirement Gathering, Agile
Methodology, React JS, MongoDB, VS Code, HTML, JIRA, CSS, SQL, Git
Key Skills: Software Developer,Full Stack Development,Application Development,Web Development,UI
Development,Project Management,Requirement Gathering,Agile
Methodology,MongoDB,Eclipse,HTML,JIRA,CSS,SQL,React.Js,Javascript,Node.Js,MERN Stack
Summary
IT Professional with 4.2 years of experience in JavaScript/ES6, Website Application Development, client handling and Online
Banking Implementation. Dynamic professional seeking opportunities in Application Development.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b1…
https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b140745420d5a5a… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
React JS,Javascript, ES6, HTML5, CSS
Node JS(In Progress), Putty 0 Year(s) 0 Month(s)
MongoDB, SQL, GIT, JIRA, SVN
VS Code, Eclipse, Bracket
Agile Methodology
React.js
Languages Known
Language Proficiency Read Write Speak
English Proficient
French Beginner
Rank 1038: Resume 974 with similarity score 0.014252607730712755
B.E , MS , B.TECH part time , full time , senior software engineer , principal software engineer react.js , customer , telugu , scrum , designation , mar , affirmative action , mysql , web services , hindi , angular , photoshop , beginner , maintenance , jquery , authorization , english , code review , status , game engine , email , project , mobile games , application , kotlin , github , software architecture , building , perforce , framework , arduino , languages , html5 , android development , cms , javascript , business process management , bpm , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b4…
https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b440216140a5b0c… 1/2
Current Designation: Principal Software Engineer
Current Company: Pegasystems
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Pegasystems as Principal Software Engineer
May 2013 to Till Date
Pegasystems is the recognized leader in business process management (BPM)
and is also ranked as a leader in customer relationship management
Glu games(Griptonite) as Senior Software Engineer
Apr 2011 to Apr 2013
Glu Mobile is a leading creator of mobile games.
UG: B.Tech/B.E. (Computers) from Jawaharlal Technological University in 2008
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kiran Kumar YNG
Principal Software Engineer seeking Frontend Development using Javascript,
ReactJS, HTML5, CSS3 and latest technologies
Key Skills: Principal Software Engineer, Application Design, Software Architecture, Application Development,Product
Development, Code Review, Android Development, Object Oriented Programming, Javascript, JQuery, Ajax, CMS,
GitHub,React.Js,Web Services
Summary
I always want to build something robust with clean architecture and latest
technologies. Contributed in building web-based game engine framework for
Glu games. Now working with Pega on building user interface with latest tech stack.
Part time, I make IoT based electronic gadgets
Work Experience
Education
IT Skills
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b4…
https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b440216140a5b0c… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
JavaScript 2020 6 Year(s)
React , Angular 2020 1 Year(s)
Nativescript 2018 0 Year(s) 6 Month(s)
Kotlin 2019 0 Year(s) 6 Month(s)
WEB SERVICES 2020
Hybrid-Mobile-Applications 2018 1 Year(s)
JQuery, CSS3, HTML5 2020 6 Year(s)
SCRUM 2020 6 Year(s)
GitHub, SVN, Perforce 2020 6 Year(s)
Perforce, mysql, Web services, Photoshop
Scrum , Arduino
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Hindi Beginner
Rank 1039: Resume 1248 with similarity score 0.014247904613398305
B.E , MS , B.TECH full time , devops engineer , change management , project leader general , devops , jenkins , strengthening , telugu , kubernetes , designation , scripting , bash , affirmative action , mysql , hindi , docker , gap analysis , linux , maintenance , ltd , windows , authorization , english , troubleshooting , status , tanner , nexus , email , project , aws , mongodb , ubuntu , cmos , bitbucket , testing , ecs , change management , dc , premises , git , strategy , debugging , infrastructure , nginx , customer experience , languages , documentation , transistors , python , jira , javascript , cloud computing , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f1701420…
https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f170142044448515e585… 1/2
Current Designation: Devops Engineer
Current Company: Sigma Info Solutions Pvt Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Client Server
Role: Maintenance Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Sigma Info Solutions Pvt Ltd. as Devops Engineer
Jan 2018 to Till Date
Project: Mintifi
Role: Cloud Ops. Engineer
Environment: Kubernetes, Micro-Services
Responsibilities:
Developing cloud & on-premises infrastructure, configuring the build with Jenkins and maintaining database
(MongoDB)
Deploying containers by using Docker-compose, AWS ECS, Kubernetes and DC/OS, Scripting to automate repetitive
work
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
S Narayana Murthy
Cloud Ops Engineer seeking a role in Cloud Computing, Project Management,
Requirement Gathering, Release Management, Change Management, Technical
Support, Troubleshooting, Gap Analysis, AWS, Nginx, MySQL, GIT, JIRA, Jenkins,
MongoDB, GCP, Kubernetes.
Key Skills: cloud ops engineer,project management,release management,technical support,troubleshooting,gap
analysis,aws,nginx,mysql,git,jira,jenkins,mongodb,docker,kubernetes,java,nexus,bash
scripting,Python,Bitbucket,Prometheus,Grafana,Linux,Ubuntu,Devops
Summary
An accomplishment-driven professional with 3 years of experience in cross-functional environment
Leveraged software engineering methodologies to deliver productive solutions for business challenges and communicated
the progress to seniors
Successfully analysed business and conducted Requirement & Gap Analysis, Design, Development, Strategy Planning,
Support, Documentation, Implementation and Maintenance
Expertise in end-to-end development of software products from requirement analysis to system study, designing, testing,
coding, debugging, documentation & implementation
Established quality standards for various operational areas; implementing quality systems and procedures to facilitate high-
quality customer experience, while adhering to the SLAs
Skilled in overcoming complex business challenges & strengthening relationships, rescuing bottlenecks, behind schedule,
financially off-track projects and leading the team to achieve exceptional results
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f1701420…
https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f170142044448515e585… 2/2
UG: B.Tech/B.E. (ECE) from School of Engineering, REC, Visakhapatnam, India in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Diploma in Polytechnic
Nature of Employment: Full Time
Role: Project Leader
Duration: Jan 2017 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, GCP 2020 3 Year(s) 0 Month(s)
NGINX 2020 3 Year(s) 0 Month(s)
Bash,MySQL, MongoDB 2020 3 Year(s) 0 Month(s)
AWS ECS, Kubernetes 2020 3 Year(s) 0 Month(s)
Ubuntu, Windows 2020 3 Year(s) 0 Month(s)
Jenkins, EFK, Sysdig, JIRA,GIT,BitBucket 2020 3 Year(s) 0 Month(s)
Postman, Prometheus, Grafana 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Expert
Telugu Expert
Projects
Project Title: Design of low area 16bit CMOS comparator using conditional tracking
Client: Raghu Engineering College
Project Details: It is an Innovative design of low area 16bit CMOS comparator by using seven cells i.e,(combination
of both PMOS and NMOS Transistors) in Tanner Tool V13.0. We have created 6 different blocks for our requirement
we have made it easier to call those blocks in making of n-bit comparator using conditional tracking. So, that area is
minimized and number of transistor count is also reduced.
Rank 1040: Resume 1367 with similarity score 0.014208501148395338
B.E , MS , B.TECH product engineer , project lead , assistant manager , system administrator , associate , technology lead , full time cards , customer , nfs , security , product training , linux , tcpdump , pop , status , steering , ccs , cups , samba , nagios , squid , fedora , network monitoring tools , coordinated , cms , system administration , routers , crm , switches , vulnerability assessment , designation , hindi , ltd , windows , english , troubleshooting , penetration testing , project , ftp , voip , putty , vmware , javascript , technology , demos , ldap , lite , general , nmap , affirmative action , mysql , maintenance , database administration , service delivery , digium , file servers , postgresql , software testing , proxy , email , nessus , tomcat , aws , key management , print , operations , ids , premises , ip phones , languages , load balancing , amazon , failover , ssl certificates , snort , web , cloud storage , intranet , ug , wireshark , ivr , open source software , apache , authorization , google cloud platform , virtualization , matrix , application , devices , internet services , torque , electronics , materials , led , media gateways , shell scripting , replication , ssh , python , asterisk , network administration , cloud computing , international clients , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e40…
https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e400244400e080e… 1/3
Current Designation: Assistant Manager Support
Current Company: Drishti Soft Solutions
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon
Functional Area: IT Software - Network Administration /
Security
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
Drishti Soft Solutions as Assistant Manager Support
Jan 2014 to Till Date
Growth Path:
Product Engineer
Associate Technology Lead
Technology Lead
Assistant Manager
Technical Purview:
GCP services (Compute Engine, App Engine, Cloud Storage, Virtual Network, Cloud Load Balancing, Google Tools &
Management Services)
AWS Services (Compute, Storage, Database, Migration, Management, Security, VPC)
Linux & database administration
PostgreSQL (Backup, Restore, Failover ,Maintenance, Migration, Monitoring, Replication)
SSL certificates & key management
Networking (TCP/IP, Network Bonding, Monitoring & Troubleshooting)
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SIDDHARTH SRIVASTAVA
Assistant Manager seeking a role in Cloud Computing, Linux Administration, Project
Management, Python,Network Administration, System Administration, Service
Delivery, Customer Support, Software Testing,Troubleshooting, Application
Virtualization, AWS
Key Skills: Technology Lead,Project Lead,Cloud Computing,Linux Administration,Project Management,Python,Network
Administration,System Administration,Service Delivery,Customer Support,Software Testing,Troubleshooting,Application
Virtualization,AWS,VMware
Summary
Currently working with Drishti Soft Solution Pvt. Ltd., Gurgaon as Assistant Manager
Steering cloud & on premise team; facilitating internal technical consultancy; troubleshooting of other media gateways
devices; managing end-to-end delivery of complex projects; reviewing & testing new products; providing product training;
preparing & providing product updates; organizing product demos & POC; integrating Ameyo call server (Asterisk) with different
PBX
Successfully installed & troubleshot various types of technologies such as Cloud computing (GCP & AWS), Linux
administration, Database (postgresql) & Contact Center Solution (CCS)
Proficiency in cloud computing & managing services (Amazon Web Sservices, Google Cloud Platform); postgreSQL
(Backup, Restore, Failover, Maintenance, Migration, Monitoring & Replication); Unified Communication/ contact center solutions
& different aspect of technology such as Asterisk, PBX, VOIP, SIP, IVR, CRM, CMS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e40…
https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e400244400e080e… 2/3
Shell scripting
Open source software such as PostgreSQL, Asterisk
SIP, VOIP, RTP & CODEC
Putty, VNC, Wireshark and TCPdump
Key Result Areas:
Steering cloud & on-premise team; facilitating internal technical consultancy to sales and project team
Installing, configuring & troubleshooting of other media gateways devices such as Patton, Applianx, Grandstream &
sangoma as well as IP Phones and softphones such as Zoiper, X-lite also Ameyo Server, Database Server, CRM server &
Call Server on client's premises and also on cloud; configuring Hot & Cold Failover Servers
Managing end-to-end delivery of complex projects; designing & implementing customizations such as CRMs, IVRs &
Reports
Reviewing & testing new products before implementation; working as part of product review team
Providing product training to IT & Operations Team; provide onsite support to customers
Preparing & providing product updates, information & materials to partners & customers
Organizing product demos and POC for Domestic & International clients
Integrating Ameyo call server (Asterisk) with different PBX such as Siemens, Matrix. Installation & configuration of
media cards such as Sangoma, Digium into call server
TechMobia Pvt. as System Administrator
Aug 2012 to Jan 2014
Tools Used: NMap, Nessus, Metasploits, SQLmap
Key Result Areas:
Installed, configured, troubleshot & administered various types of OS (Linux & Windows); installed MySQL, Print
servers & file servers; configured, managed many types of internet services in Linux (DNS, FTP, APACHE, SMTP, POP,
IMAP, SSH, SQUID) and Intranet services (NFS, NIS, SAMBA, LDAP, CUPs, DHCP); configured NAGIOS, TORQUE in
Fedora
Managed HW issues & coordinated with vendor; maintained LAN and shared the internet through proxy servers
Led network administration with switches, routers & firewalls; conducted vulnerability assessment & penetration testing
in network; attained deep insight in network monitoring tools WireShark & TCP Dump
Worked on security technology: Configure Firewall (IP Tables), IDS (SNORT), VPN
UG: B.Tech/B.E. (Electronics/Telecommunication) from MGMCOET, Noida (UPTU) in 2011
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS and Google cloud
Linux/windows
Linux/windows
Linux/windows
SHELL
Asterisk, VOIP, PRI, Media devices
Apache Tomcat
Ameyo
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e40…
https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e400244400e080e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
Hindi
English
Rank 1041: Resume 1128 with similarity score 0.014159255975512233
MS , BS change manager , customer support engineer , devops , orchestrator , vmware administrator , change management , full time , team lead , technical support manager training , customer , virtual machines , root cause , microsoft azure , motion , linux , windows administration , log analysis , status , snapshot , network infrastructure , features , building , decommissioning , data center , converter , connections , appliances , suite , organization , vmware esx , automation , virtual server , devops , access , mar , rhel , cluster , ltd , english , troubleshooting , jena , protection , project , groups , provisioning , ownership , performance tuning , hyper-v , change management , security policy , one , javascript , technology , disk , kms , business continuity , reporting , performing , czech , affirmative action , basic , utilization , advanced , suse , proxy , email , aws , metal , economics , languages , virus , scheduling , esxi , v2v , vsphere , patch management , blueprint , high availability , vmware infrastructure , migrating , windows server , ug , telecom , case , group policy , hybrid cloud , active directory , p2v , authorization , sharepoint , go , virtualization , devices , addm , servers , domain controller , running , storage , agents , events , informatics , cloud computing , orchestration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a42…
https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a425216475c5500… 1/3
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Team Lead
Oct 2014 to Jan 2021
Worked on vRA/vRO 6.2,7.X
? Checking vRA/vRO logs in case any server provisioning failed.
? Configuring the Service Groups to accommodate the Blueprints for providing the service Catalogues to the users across
business.
? Creating Blueprints with the information of templates from vCenter & custom AMI?s from AWS.
? Creating the Reservations as per the Business Group and managing the resource information in the reservations to
accommodate the requests for building the workloads.
? Identify the automation orchestration related opportunities throughout the organization.
? Managing & Supporting the hybrid cloud, private cloud platform that runs on the virtual data center using VMware Cloud
Suite tools like VRealize Automation (vRA), vCenter, vSphere & vRealize Orchestrator (vRO) along with AWS.
? Basic knowledge on WebAPI.
? Checking vCenter events for cloning/build issues.
? Installation and configuration of vRA 7.x environment.
? Making sure if all endpoint connections are up and running.
? Deploying instances in Azure and AWS through vRA portal.
? Installing proxy agents and adding new compute resource
? Basic knowledge on Linux OS. (RHEL &SUSE)
? Upgraded vRA 7.2 to 7.4/7.6
? Playing the change manager role.
? Leading a Team of 17 Members. Helping the team with their shift/Leave plan and taking the ownership of all critical
issues.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Rasmi Ranjan Jena
Team Lead seeking roles in Microsoft Azure,VMware Infrastructure,Windows
Administration,Patch Management,Active Directory,Change Management,vRealize
Automation,vRealize Orchestrator,AWS.
Key Skills: Team Lead,Technical Support Manager,Linux,Windows Server,Vmware Infrastructure,Windows
Administration,Patch Management,VMware Esx,Active Directory,Data Center,Change Management,Virtual Center,Server
Support,Microsoft Azure,AWS,VSphere,Networking
Summary
14+ Years of Experience in vRealize Automation/Orchestration, Virtualization, Administration for Windows and VMware platform.
Now team lead at Accenture, Pune with skills as below.
* VMware Administration: High Availability, vMotion, SVMotion, FT, DRS, SDRS, P2V and V2V Migration, Orchestration; ESX
Administration
* Automation: VRealize Automation and Orchestration.
* Cloud : Azure and AWS
* Windows Administration: OS Troubleshooting, Patch management, DHCP, DNS, KMS, RDS and TSLS.
* AD Administration: Active Directory Domain Services; Site and Subnet; Group Policy Objects (GPO).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a42…
https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a425216475c5500… 2/3
? Making sure all windows server and Linux appliances which are configured for vRA/vRO Infrastructures running fine.
? Preparing blueprint for Linux and Windows server.
? Went to client location (Prague, Czech Republic) for transitioning.
? As part of Storage Reduction effort identify VMs residing on LUNs as per the VCenter Report.
? Root Cause & System Log Analysis and reporting.
? Follow change request in case of any technical changes required for the environment.
? Basics of DevOps.
? Monitoring of Virtual Machine?s & ESX servers (CPU, Memory, Disk and Network Utilization) for Security
? Generating reports of servers/Clusters by ADDM tool and keep it in SharePoint location so that onshore team can go for
further analysis for creating Tech spec before decommissioning of those servers.
? Generating performance and utilization report of servers in perceiver tool.
? Working on remedy tools.
? Analyzing net scout report and filtering out known traffic list as per the client requirement.
Business Arts India(p) Ltd as VMware Administrator
Jan 2014 to Oct 2014
Client: Accenture Services Pvt Ltd, Hyderabad, India
* Managed Virtualization Environment using VM Ware ESX 5.x, VM Ware V Sphere 5.x,Virtual Center, VI Client, P2V
* Installation, Configuration, Administration and Troubleshooting of ESX 5.x,Vsphere 5.x, Virtual Center, VI Client
* Creating and Managing Virtual Machines and Templates
* Creating Clusters for High Availability (HA) and Distributive Resource Scheduling (DRS)
* Configured Resource Pool, V Motion, Alerts, Alarms, NTP
* Migrate Physical Servers to Virtual Server using VMware Converter (P2V Converter)
* Migrating of Virtual Machines using V Motion
* Performing Snapshots, Cloning, Cold Migrations and Hot Migrations
* Creating Templates from VM's, deploy VM's from templates and allocate resources
* Converting P2V and V2V using VMware Standalone Converter.
* Creating duplicate Virtual Machine's using cloning technology (hot & cold).
* Migration of Virtual Machines using V-Motion.
* Creating Clusters for High Availability and Dynamic Resource Scheduling.
* Troubleshooting issues relating to v motion such as compatibility issues with help of event log.
* Setting up Users and Groups for access to the Virtual Center.
* Moving VM's from one LUN to another LUN using Storage V-Motion.
* Performance tuning of VMware servers, Virtual sessions and management of server resources between Virtual
Machines.
Organize tasks, events and Configuring alarms
Zenith InfoTech Ltd as Noc L2 Tech(Hyper-V/VMware)
Oct 2011 to Jan 2014
Handled the Technical escalations from the team members.
* Provided training to new joinee on cloud computing.
* Server Virtualization (VMware and Hyper-V).
* Installations of ESXi server and creation of HA cluster as per the project need.
* Monitoring VMs and host by Vcenter Operation manager.
* Converting server Physical to Virtual, Virtual to Physical (Bare metal Restore) and Virtual to Virtual.
* Performing Snapshots, Cloning, cold migrations and hot migrations.
* Creating documents for servers which are allocated to end users.
* Creating templates from VM's and deploy VM's from templates and allocate resources.
* Cloning the VM's as on required.
* Taking Block level snapshots of servers and restore those snapshots by using Business Continuity (Back up agent)
* In case of Disaster creating VM by using the latest snapshot.
* Analyzing the BSOD after migration of servers.
* Active directory installation and troubleshooting.
* Implemented security policy and virus protection.
* Added and removed server roles and features; configured AD Domain Services roles; configured network infrastructure
roles; configured file and print services.
* Performed unattended domain controller installation.
Advanced Micronic Devices as Customer Support Engineer
Apr 2009 to Sep 2011
ORG INFORMATICS as Customer Support Engineer
May 2006 to Mar 2009
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a42…
https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a425216475c5500… 3/3
UG: B.A (Economics) from Utkal University in 2003
PG: MCA (Computers) from Allahabad University in 2007
Other Qualifications/Certifications/Programs:
Azure Administrator Associate(AZ-104)
Azure Fundamentals(AZ-900)
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
High Availability, vMotion
SVMotion, FT, DRS, SDRS
p2v and v2v migration
Esx administration
vRealize Automation and Orchestration 7.6 2020 4 Year(s) 6 Month(s)
AZURE AND AWS
DHCP, DNS, KMS, RDS and TSLS.
Site and Subnet; Group Policy Objects
Languages Known
Language Proficiency Read Write Speak
English
Rank 1042: Resume 1365 with similarity score 0.014113975104347296
B.E , MS , B.TECH , BS associate , graduate engineer , full time , balancer amazon ec2 , general , nfs , telugu , ipa , classic , designation , command , space , affirmative action , sudo , hindi , cloud , linux , maintenance , utilization , access control , permissions , windows , ltd , digital , ami , particular , tar , troubleshooting , centos , commissioning , maps , english , authorization , instrumentation , nexus , status , email , project , ftp , groups , aws , servicenow , root , swap , rsync , application , less , ubuntu , samba , password recovery , electronics , road , nagios , technology solutions , servers , s3 , strategy , pod , languages , sas , ports , operating systems , scom , ssh , rta , ssl certificates , scp , system administration , javascript , scheduling , network administration , web , load , disk , security controls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e47…
https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e475145445b580a5… 1/3
Current Designation: Associate Consultant
Current Company: KPMG
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Hyderabad,Anywhere in South India
Functional Area: IT Software - Other
Role: System Admin
Industry: IT-Software/Software Services
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electronics and
Instrumentation Engineering]
Verified : Phone Number | Email - id
KPMG as Associate Consultant
Jan 2020 to Till Date
Title: Digital NEXUS
Project Summary:
Digital Nexus focuses on five major objectives: improve the operating performance of IT , accelerate the internal and
market deployment of leading digital technologies , develop and implement a data strategy ,strengthen our security control
to protect our security controls to protect our information and data, and establish a new future-ready IT operating model for
the firm.
Responsibilities:
Having good experience in Installation, Administration, Troubleshooting and Maintenance of Linux operating systems.
OS up gradation and kernal patching
Monitoring Linux servers such as Disk space utilization, CPU utilization, Memory utilization.
User and Group Administration, resolving User facing issues.
Creating LVM partitions, increasing & reducing LVM partitions
Controlling access to the files with special permissions (SUID, SGID and sticky bit) and Access Control List
Setting up Autofs to automatically.
Creating users, groups, HBAC policy and SUDO rules in IPA.
mount directories on an as-needed basis.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Chenna Reddy Jaggavarapu
Associate Consultant seeking roles in Installation, Commissioning, Troubleshooting,
System Administration, Operating Systems, Network Administration, FTP, Linux
Administration, Servicenow, Ubuntu, Windows, AWS, SSH, FTP, Redhat Linux
Key Skills: Associate Consultant, System Admin, Installation, Commissioning, Troubleshooting, System Administration,
Operating Systems, Network Administration, FTP, Linux Administration, Servicenow, Ubuntu, Windows, AWS, SSH, FTP,
Redhat Linux
Summary
3.4 years of experience as a Associate Consultant in AWS and Linux where Planning, Implementing, Administration and
troubleshooting are involved.
Expertise in Installation, Administration, Troubleshooting and Maintenance of Linux operating systems.
Experience in prerequisite configuration of SAS servers
Installing, Configuring and Maintaining of services like FTP,NFS,WEB SERVER & SAMBA
Administrating and Management of Users and Groups in Windows and Linux Servers
Configuration of NFS servers to share the resources across multiple environments. Setup AUTOFS and auto mounted the file
systems using direct/indirect maps and soft/hard mounts.
Configuring LVM and managing the volumes and recovering deleted volumes.
Knowledge in configuration of RAID0,RAID1 and RAID5.
Good knowledge on Root password recovery.
Installation and Configuration of SSH, FTP.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e47…
https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e475145445b580a5… 2/3
Renewal of SSL certificates.
Configuring & Administration of FTP servers& resolving FTP issues.
Configuring, Maintaining and Troubleshooting Server and Client Systems enabled with NFS
Configuration of SWAP.
Object Technology Solutions India Pvt Ltd as Graduate Engineer
Apr 2017 to Dec 2019
Title: RTA, Andhra Pradesh
Project Summary:
The Transport Department of Andhra Pradesh assists other organizations in the development of transport facilities and
endeavors to provide an efficient, adequate and economic transport service for the movement of passengers and goods
by road.
Responsibilities:
Installing the pre requisites in SAS servers
Strong experience in launching Amazon EC2 cloud instances using predefined and customized AMI?s.
Modifying the root volumes and changing instance size depends on the requirement.
Responsible for creating Amazon Machine Images (AMI) that can be utilized while implementing the Elastic load balancer
(ELB) and Auto scaling.
Launching different types of Elastic load balancer (ELB) like ALB and classic
Deployment of new code in S3 buckets through S3 browser by using ACCESS key & Secret Access key.
Creating users, groups, and assigning different roles, policies to the user for security reasons.
Creating different VPCs and Allowing different ports and network ranges in security group in a particular VPCs.
Updating AMIs in their respective autoscaling groups as per client shared AMIs with their latest code.
WAR deployment in pre pod. and production servers
Managed disk space on systems using the LVM.
Setting up Autofs to automatically mount directories on an as-needed basis.
Priority based process scheduling using nice and renice command.
Creating SUDO users and using them conditionally.
Responsible for adding, creating new users, groups and set-up home directories and appropriate access restrictions to
software and directories & files using access modes.
Backup activity carried out by tools like Rsync and tar.
Managing services and cronjobs.
Checking services and ports.
Configuring Remote tools such as SSH, FTP, SCP.
Taking a checklist for Daily Basis (Servers, Backup, and Application).
UG: B.Tech/B.E. (Electronics and Instrumentation Engineering) from Andhra University in 2012
Education
IT Skills
Skill Name Version Last Used Experience
AWS and Linux, GIT
Linux, CentOS, Ubuntu, Windows
Nagios, Scom, Service now
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e47…
https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e475145445b580a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1043: Resume 1195 with similarity score 0.014068869621409593
MS , BS cyber security , information security , operations manager , principal security architect , principal consultant , full time training , telugu , architecture reviews , security consulting , rfi , conducting , platforms , radware , linux , gfi , data privacy , checkpoint , status , stakeholder management , incident response , root , iec , framework design , alto , symantec , infrastructure , data center , security awareness , oci , kaspersky , vulnerability management , organization , suite , technical standards , security controls , mitigation , eas , vulnerability assessment , access , designation , mar , pre-sales , hindi , information security , architects , windows , investigation , english , penetration testing , cloud security , project , consolidation , solution architecture , splunk , vontu , sailpoint , deals , management review , ibm , technology trends , fortinet , owasp , rest , togaf , sabsa , research , carbon black , javascript , vectors , logrhythm , arbor , cyber security , box , risk analysis , rollout , general , vendors , affirmative action , tenable , oracle , principles , vendor management , solarwinds , advanced , escalation , nexpose , regulations , automotive , email , nessus , aws , configuration management , test scenarios , mimecast , information systems , flare , operations , microsoft , hp , languages , urdu , web application security , cisco , managed security services , test requirements , engineers , archer , osstmm , security management , api , mentoring , people management , rfp , qradar , dlp , soap , storage solutions , fortune 500 , business applications , qualys , relationship building , tamil , isa , mcafee , azure , authorization , teams , due diligence , webinspect , security testing , microfocus , less , google apps , future trends , cyberark , adoption , oems , fortify , network administration , cloud computing , test execution 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b19…
https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b195140155c0c5a… 1/3
Current Designation: Principal Security Architect
Current Company: Tech Mahindra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Security
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Diploma [Mechanical]
Verified : Phone Number | Email - id
Tech Mahindra as Principal Security Architect
Jan 2019 to Till Date
Tech Mahindra as Principal Security Architect
Jan 2019 to Oct 2020
* Client and Sr. stakeholder management for various deals in Pre Sales at various stages of engagement
* Responding RFP's and RFI's for various deals for Information Security including Custom, Data Center and Cloud
Security (AWS, Azure, HPE VPC etc).
* Supporting different teams of consultants and engineers to implement the architected security solutions.
* Investigation of Advanced Cyber Attacks on cloud ecosystems.
* Conducting Security Management Review Meetings, Security Awareness programs and Training
* Escalation Handling, Mentoring Cloud Architects & Administration team members.
* Staffing and People Management.
* Designing and developing InfoSec portfolios for managed security services (Security Device Management, Cloud
Based Security Services, Identity and Access Management etc.)
* Provided Solutions in cloud hosting in Oracle, AWS, Azure, Google Apps etc.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Shaik Islam
Principal Security Architect seeking roles in Security Management,Cloud
Computing,Configuration Management,Delivery Management,Risk Analysis,Incident
management,Requirement Gathering,Project
Management,AWS,Checkpoint,Azure,R12.2.5 OCI Cloud Migration
Key Skills: Principal Security Architect,System Security,Security Management,Cloud Computing,Configuration
Management,Delivery Management,Risk Analysis,Incident management,Requirement Gathering,Project
Management,AWS,Checkpoint,Azure,R12.2.5 OCI Cloud Migration
Summary
* Around 19 years of experience in managing Cloud Security Architects, Security Engineers, Network Architects, Windows
Administrators, Linux Administrators and Storage Solutions Architects.
* Designed autonomous vehicle security solutions for Renewed Automotive Industries.
* High end Cloud Security Architecture framework design and delivery
* Design and delivery of Policies, Security Procedures, Technical standards, Data Privacy Security Solutions for effective DLP,
Incident Response, BCP & DR and ID/IAM
* Handled Clients: Fortune 500, and Top 100 BFSIs across the globe.
* Pre-Sales, Consulting, RFP Solution Architecture Support, Architecture Reviews and Trouble-shooting help for Delivery
Teams.
* Supporting multi-year accounts as Lead Security Architect for portfolio rationalization, consolidation and standardization.
* Part of the Cloud Security Centre of Excellence at organization level and participated in all the cloud wins
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b19…
https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b195140155c0c5a… 2/3
* Provided Cloud Security consulting, Cloud Security Architecture and Risk Management services for different
customers.
* Research the adoption of new and emerging cloud Security technologies (Cloud security, MSS Etc.)
* Assess current technology trends in the Information Security and predict future trends and the impact.
* Evaluating various security technologies used by customers to address their Information Security related problems.
* Collaborating with different security teams for smooth InfoSec projects rollout.
* Information security controls mapping for different standards and regulations
* Application Security Governance with responsibility to create entire process for Application security with Calendar,
schedule for Security Testing.
* Governance of creating and establishing Vulnerability Management as a process with tools like Qualys, Tenable,
CodeDx.
* Designing and implementing Application Security Vulnerability assessment and Penetration Testing (VA/PT) for
Infrastructure, Application, API security.
* Dynamic Application Security Testing with Static Application Security Testing (DAST/ SAST)
* Governing Application Security on Cloud platforms such as Azure, IBM cloud, AWS etc.
* Ensuring compliance with SOX, EAS, PCI-DSS and MAS standards with Good understanding of SOAP and REST
APIs.
* Identifying attacks on applications as per attack vectors from OWASP, OSSTMM, FISMA and mitigation of the same
* Reviewing general security concepts and principles as well as application specific security concepts and principles
* Determining type of testing for application such as White Box/ Black box/Grey box Web Application Security Testing
* Understanding security test requirements, preparing security test scenarios & monitoring the test execution
* Providing analysis of findings and suggesting appropriate risk mitigations
* Coordinating with Application Development Teams to ensure the findings are remediated
* Working with application vendors to obtain and understanding of security controls, ensure controls are leveraged
* Reviewing Vulnerability Assessment Reports of the vulnerability scans conducted by selected IT Vendor & conducting
retests to decide on scope for mission-critical business applications
* Mitigating risks and identifying controls for business processes, technical infrastructure systems, and key IT systems
* Evaluating the effectiveness of controls over information systems, and document work performed
* Managing audits with internal and external auditors
* Analyzing root causes and delivering strategic recommendations as per the situation
Wipro as Principal Consultant
Mar 2018 to Jan 2019
* Worked as part of Cloud Security Presales & Solution team
* Responsible for presales activities - RFI, RFP and RFQ submissions
* Conducting onsite due diligence, solution presentation and providing BAFO.
* Worked closely with various sales and presales teams to develop RFP responses
* Working closely with OEMs, Facilitating vendor management, relationship building activities; negotiating best priced
hardware, software and annual support agreements
* Research the adoption of new and emerging Information Security technologies (Cyber security, MSS Etc.)
* Assess current technology trends in the Information Security and predict future trends and the impact.
* Evaluating various security technologies used by customers to address their Information Security related problems.
* Information security controls mapping for different standards and regulations
* Security consulting (Information / IT / System security) and Risk Management services for different projects.
UG: Diploma (Mechanical) from AL-Huda Polytechnic, State Board of Technical Education & Training in 2004
Education
IT Skills
Skill Name Version Last Used Experience
TOGAF, SABSA, EE-ISAC, ISA/IEC 62443
Secure Assist, BSIMM, Code Security
Built products
Symantec, McAfee, TrendMicro, Kaspersky
MessageLabs, ProofPoint, and Mimecast
Palo Alto, Checkpoint, Fortinet, Cisco
Zscalar, Cloud flare
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b19…
https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b195140155c0c5a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Fortinet, F5, Radware
F5, Barracuda
Arbor, F5, Radware
McAfee, Cisco, TrendMicro
Palot Alto, Checkpoint, Cisco
Cisco, Palo Alto, CheckPoint, Deception
Honey Traps, SmokeScreen
Symantec, Carbon Black, Vontu, McAfee
WinMagic, Symantec, Checkpoint
Azure AD, Oracle IAM, Okta, MS FIM
SailPoint, PingID, CA Identity Minder
ForgeRock & PIM, PAM, CyberArk
SAST, DAST, IAST, Appscan, WebInspect
Sparo, Burb Suite, Synopsys,Veracode
GFI Languard, Nexpose, Nessus
HP Fortify, OWASP ZAP, MicroFocus
QRadar, Splunk ES, HP Archsight
McAfee, RSA Archer, LogRhythm
MOM (Microsoft Operations Manager)
Lansweeper, ELK and Solarwinds
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Tamil
Telugu
Rank 1044: Resume 1267 with similarity score 0.014045023268919021
B.E , MS , B.TECH , BS devops engineer , solutions architect , associate engineer , full time , system analyst , system engineer , balancer version control , customer , security , space , bash , ram , docker , merging , gateway , digital , status , multinational , store , healing , bitbucket , atlassian , preventive maintenance , nagios , gitlab , writing , ec2 , solaris , eip , workflow , notification , file systems , amazon web services , service availability , ansible , automation , bundling , devops , cq5 , kubernetes , infrastructure services , access , designation , mar , rhel , hindi , cluster , ltd , linux server , windows , english , troubleshooting , groups , live , ibm , minsat , pipelines , performance tuning , varnish , strategy , professional services , documentation , punjabi , javascript , technology , disk , ldap , html , reporting , performing , command , vs , affirmative action , osgi , mysql , uptime , dynamo , basic , checks , nexus , email , tomcat , health check , aws , ubuntu , web servers , operations , github , containerization , maven , languages , ssl certificates , mobile , scheduling , jira , akamai , cloud storage , hardening , cloud services , api , jenkins , ug , ecr , profiles , adobe experience manager , authentication , offers , air , ivr , apache , authorization , application , ict , telecommunications , crd , records , ci , global services , operators , broadband , ecs , s3 , running , schemas , shell scripting , repository , charging , state management , ssh , python , orchestration , google cloud , load , cd , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 1/4
Current Designation: Sr.Cloud- DevOps Engineer
Current Company: Accenture Solutions Pvt Ltd
Current Location: Gurgaon
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in East India
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Total Experience: 5 Year(s) 11 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [IT]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Sr.Cloud- DevOps Engineer
Mar 2019 to Till Date
Accenture is a multinational professional services company that provides services in strategy,
consulting, digital, technology and operations
AWS services administration: IAM, VPC, Route 53, EC2, S3 ,API Gateway,ELB, Cloud
Formation, SSM, Parameter Store .
Managed Docker orchestration and Docker containerization using Kubernetes.
Creating and deploying AWS infrastructure services VPC, EC2, S3, Route 53 records, EBS, EIP, Load balancer, Dynamo
Db , EKS cluster using Terraform.
Customised Terraform modules for AWS resources.
Used Kubernetes to orchestrate the deployment, scaling and management of Docker
Containers.
Create clusters in Google Cloud and manage the clusters using Kubernetes(k8s). Using
Jenkins to deploy code to Google Cloud, create new namespaces, creating docker
images and pushing them to container registry of Google Cloud
Managed Virtual servers (Ubuntu, Linux and Windows) on AWS EC2 using Open-Source
Chef server.
Managing Google Compute engine, cloud storage, Cloud shell and Kubernetes engine.
Created a universal Cloud Formation template where the environment?s values are
dynamically calculated based on client specific parameters during deployment.
Proficient with container systems like Docker and container orchestration like EC2
Container Service, Kubernetes, worked with Terraform.
Experience customizing JIRA projects with various schemas, complex workflows, screen
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Armaan Mahajan
Cloud DevOps Engineer with experience in AWS, AWS Security services, GCP,
Kubernetes, Docker, Terraform, Ansible, Jenkins, GitLab CI/CD,Nexus, EKS,GKE,
Linux Server Managment, Prometheus, Helm, Shell/Bash Scripting and Python
Scripting
Key Skills: Shell Scripting,AWS,RHCE,Terraform,Docker,Kubernetes,Google cloud,Python,Bash,Linux,Jenkins,Devops
Engineer,Cloud,Ansible,GIT,Github,Gitlab,Prometheus,AWS SOLUTIONS ARCHITECT ASSOCIATE
Summary
Cloud DevOps Engineer with experience in AWS, GCP, Kubernetes, Docker, Terraform, Ansible, Jenkins, GitLab CI/CD,Nexus,
EKS,GKE, Linux Server Managment, Prometheus,Bash Scripting and Python Scripting.
1. Writing Terraform templates for AWS infra.
2. Migrated application from On-Prem to AWS cloud using Terraform, S3 bucket and Jenkins CI/CD.
3. Supporting Deployment of micro services using Docker and Kubernetes.
4. Writing Jenkins and GitLab CI/CD pipelines
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 2/4
schemes, permission schemes, and notification schemes.
Used Shell scripts to automate the deployment process.
Automation of various AWS services like IAM, VPC, EC2, S3, SSM parameter store via
cloud-formation.
Implementing the CI/CD for various aws services & java based applications via Jenkins,
Maven and Nexus repository.
Creation of Lambda function for fetching of AWS inventory details like IAM, S3 buckets
using Python scripts(boto3 module).
Management of SSL certificates using ACM.
Creation of EC2 instance , AWS autoscaling , Security Groups using terraform.
Creation of docker files used for multiple projects.
Deployment of web servers and services via Ansible.
Experience in automated cloud services like AWS Code commit.
Administration of Jenkins servers and integration with Docker, Ansible,Gitlab.
Managing the Identity access management in AWS .
Designed GIT branching strategies, merging per the needs of release frequency by
implementing GIT flow workflow on Bit bucket.
Used Jenkins to automate most of the build related tasks.
Provisioned load balancer, EC2 instance, auto-scaling group and launch configuration
for micro services using Ansible.
Implemented Ansible to manage all existing servers and automate the
build/configuration of new servers.
Deploying and maintaining production environment using AWS EC2 instances and ECS
with Docker.
Managing server resources like uptime, user-management and sudoers file using Chef.
Implementation of chef roles to maintain the state management.
Management of AWS EC2(SG,NACL) and S3 policies for restricting the access to buckets
and objects.
Prepare documentation for configuration and install procedures.
Sapient Consulting Ltd(Payroll Magna infotech) as DevOps Engineer
Jul 2018 to Mar 2019
Sapient is a marketing and consulting company that provides business, marketing, and technology
services to clients.
Administration of Jenkins server.
Self healing of services like henkins, tomcat and Apache using Bash shell scripting.
Managing the Dispatcher, Akamai and varnish caches in infrastructure.
Hosting the websites on apache web servers ( creating LDAP, rewrite rules, htaccess
management, apache server
hardening)
Performance tuning of linux server and SSH hardening (open-ssh).
Installing and managing the apache tomcat server.
Managing the user-management, apache services, log-rotation policies by shell scripts.
Maintenance and support of AEM ( Adobe experience Manager) application running on
apache tomcat
Deployment of war files in tomcat via Jenkins.
Creating the web servers rules for websites, Error page authentication and creating LDAP
for
sites, URL redirection and setup.
Managing the applications of user-management, OSGI bundling of AEM .
Handling all the alerts related to memory , RAM, Disk space and CPU of servers.
Using the Git & Git Hub tool for version control ( performing branch creation, merging ,
commits user-management on
Bit bucket repositories ).
Managing Jenkins configuration, creating, Jenkins backup & maintenance
and scheduling jobs on Jenkins.
Providing the access on Jenkins Jobs to users.
Installing apache-tomcat servers on AEM application using docker.
Scheduling the startup and stop scripts at run-levels in linux.
Managing the websites profiles on Akamai ( performing the host entry, websites,
caching policies rules on Akamai CDN.
Monitoring the infrastructure via NewRelic, Nagios and cloud watch monitoring tool.
Mounting and unmounting of file systems.
Installing the Dispatcher and varnish server for apache servers, AEM application
for author, publisher and dispatcher servers.
Scheduling the Jobs on crontab for house-keeping activities.
Ericsson Global Services India Pvt Ltd as System Engineer
Jan 2016 to Apr 2018
Ericson multinational corporation that provides communication technology and services. The
company offers services, software and infrastructure in information and communications technology
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 3/4
(ICT) for telecommunications operators, mobile and fixed broadband, operations and business
support services and an extensive services operation.
· Performing daily health checks of all Intelligent Network nodes like SDP, CCN, AIR, VS,
EMA, EMM, MINSAT/ECMS, IVR, CRS, NGVS.
Delivering proactive preventive maintenance for day to day operational issues to provide
fault free and maximum service availability of Intelligent Network to customer.
Providing support during maintenance window by taking pre and post health check of
nodes on which activity has to be performed and also monitoring live traffic proactively
during that window.
Monitoring critical checks of all nodes through HTML links and CSNM tool, Etiger, IBM
Tivoli OneFM.
Fetching CRD logs on linux server via various command.
Monitoring of server (disk space, Cpu load and hardware errors).
Escalating issue to the 2nd level team for critical issue and engaging the incident
management team for critical.
First level troubleshooting on all IN nodes.
Checking backups, schedular and dumps on daily basis so that the reporting of customer
not impacted.
Basic knowledge on Linux and Solaris as the all the nodes are on platform of Solaris or
Linux.
Hands on experience on tools like SecureCRT, OneTM,OneFM,Etiger , CSNMT (Charging
System and Node Monitoring Tool), Command line.
PayTM as Associate Engineer
May 2014 to Jul 2015
Working as associate Engineer handling Linux, Paytm Wallet and MySql servers
UG: B.Tech/B.E. (IT) from Punjab Technical University (PTU) in 2013
Other Qualifications/Certifications/Programs:
AWS SOLUTIONS ARCHITECT ASSOCIATE
RHCSA
RHCE
Education
IT Skills
Skill Name Version Last Used Experience
Amazon Web Services, Google Cloud
RHEL, Linux, Windows
Shell scripting, Python.
GitLab, GitHub, Bitbucket
Jenkins, Ansible, GitLab CI/CD
CloudFormation, Kubernetes, Helm
Terraform, Docker
Apache, Tomcat,Atlassian JIRA
AEM( Adobe Experience Manager/CQ5)
Nexus, ECR, Container registry
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Punjabi
Rank 1045: Resume 1148 with similarity score 0.014027426129305439
B.S , MS application support , project lead , associate , javascript developer , senior software engineer , full time , team lead , full stack developer javascript frameworks , api , automation , web development , redux , general , lint , css , nosql , merchandise , testing tools , designation , ug , das , mar , product support , affirmative action , mysql , web services , hindi , cypress , maintenance , yarn , typescript , basic , test cases , tibco ems , authorization , english , apache kafka , node.js , cakephp , troubleshooting , jasmine , status , bootstrap , mocha , spring boot , customer service , email , project , express , socket io , application , jpa , msa , mongodb , problem management , npm , angularjs , karma , writing , code review , design patterns , react native , git , languages , clear , html5 , documentation , pwa , sass , hibernate , search , organization , bower , jquery ui , agile methodologies , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42…
https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42011413095d015… 1/3
Current Designation: Senior Software Engineer
Current Company: Optimize IT Systems
Current Location: Kolkata
Pref. Location: Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Optimize IT Systems as Senior Software Engineer
Mar 2020 to Till Date
Team Lead
Cognizant as Associate Project
Nov 2018 to Mar 2020
Projects 1:
Organization: Cognizant Softvision
Client Name: Macys
Project Name: Low Level Environment True Up
Project: Macy?s Applications environment build and support
Duration: 2 Months (Aug 2019- Sep 2019 )
Platform: Tibco EMS, Tibco BW, Apache Kafka
Roles and Responsibilities: Preparing build sheet and environment setup documentation to understand the existing and
other application dependencies
Projects 2:
Organization: Cognizant
Client Name: Macys
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SOMNATH DAS
Associate Project seeking roles in UI Development,Software Development,Software
Designing,Application Programming,Coding,Web Development,Requirement
Gathering,Testing,Application Support,Full Stack Development , Node , Angular, React
, React Native
Key Skills: Javascript,JQuery,Angularjs,angular,react,react native,UI Development,Application Support,Production
Support,Product Support,GIT,Node.Js,MongoDB,NoSQL,MySQL,HTML,PHP,CakePHP
Summary
? 9 years of experience in Javascript Development with design patterns
? Hands on project experience in AngularJs, Angular ,React and React Native
? Integrating Restful API's using Node and MongoDB
? Testing tools and Framework - Jasmine , Karma, Chai , Mocha , Jest, enzyme, Cypress
? Proficient in designing, developing, testing, troubleshooting, version controlling of front end application
? Versed in working in both Waterfall and Agile methodologies
? Competent in providing L1/L2/L3 application support
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42…
https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42011413095d015… 2/3
Project Name: MARA Web ? Magic Selling Retails Application for Web
Project: Macy?s customer service department uses MSA applications to search for merchandise and place orders for
customers.
Duration: 12 Months (Aug 2018- Aug 2019)
Platform: React - Redux, Bootstrap, React Material, JavaScript, JEST, Java - Spring Boot(XAPI)
Roles and Responsibilities:
Code/Implement enhancements to web UI
Contribute to code review and code comments and clear code
Provide application support including incident management, problem management, automation, preventative and
corrective fixes
Create and share the Daily Status Report (DSR) including key highlights, open defects, number of test cases
executed/pending, and so on
Softvision as Javascript Developer
Jul 2018 to Oct 2018
Tata Consultancy Services as Full Stack Developer
Dec 2017 to Jun 2018
Projects 3:
Organization: Tata Consultancy Services
Client Name: Anthem
Project Name: Anthem IT support
Project: IT support
Duration : 6 Months (2017 Dec - 2018 June)
Platform: Node Js, Express JS, Mongo DB, Socket IO, Html5, Bootstrap3, SASS-CSS, JavaScript, JQuery, Angular 4
Roles and Responsibilities:
Design, development and writing the test cases for Micro Web Services
Design and implanted web application Interface using Bootstrap 3, CSS 3, Angular 4
UG: B.Sc (General) from University of Calcutta in 2016
PG: MCA (Computers) from NETAJI SUBHAS OPEN UNIVERSITY in 2010
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, JavaScript, ES 6+
TypeScript
Angular js, Angular, React, Redux,
JavaScript Frameworks & Libraries
JQuery,JQuery UI
Bootstrap, Material UI
NPM, Yarn, Bower
Jasmine, Karma, Protector, Chai
Next.js, ES Lint, JS Lint
Ajax, Promise, PWA
Mongo DB, MySql
Spring Boot, JPA, Hibernate, JMS
Java SE 8, Basic
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42…
https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42011413095d015… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1046: Resume 1471 with similarity score 0.01400580424797929
M.TECH , BS , B.E , MS , B.TECH project manager , scrum master , devops , technical associate , test director , full time , service provider , network support , associate manager decks , wholesale , customer , showcase , interactive marketing , end-to-end testing , ofbiz , outsourcing , test cases , status , stakeholder management , rally , digital transformation , product management , continuous integration , writing , reliability , psm , pizza , cms , suite , user journeys , hybris , performance testing , sprints , ecommerce , devops , interfaces , open source , access , windows 2000 , designation , deliverables , ibm pc , csm , hindi , ltd , english , groups , defect tracking , sprint planning , range , estimates , itil , test strategy , 365 , one , javascript , franchise , insurance , scrum , classic , rapid growth , affirmative action , information technology , oracle , project plans , collaboration , user experience , maintenance , advanced , escalation , timelines , email , teamwork , aws , project delivery , bengali , operations , edge , languages , story , client requirements , system integration testing , mobile , jira , web , pmp , agile testing , management skills , coaching , online , b2c , ug , telecom , offers , ticketing , azure , eligibility , authorization , risk , internet , enterprise , corporations , deliveries , record , application , scaled agile framework , yum , test driven development , wealth , multi-site , commodity , preparation , adoption , end-to-end project management , communications , vbc , load , test execution 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c095749470145…
https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c0957494701450342435c545a… 1/3
Current Designation: Associate Manager
Current Company: Accenture Services Pvt Ltd
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Associate Manager
Apr 2007 to Till Date
Project : Kansas Eligibility Enforcement System (KEES) Project is about System Integration Testing of Eligibility
determination system for Medical and Non-Medical benefits for the people of the state of Kansas, USA. This application
has been developed by Accenture. There is a user portal and a worker portal which helps the application to access
various Medical and Non-Medical programs which are offered by the State of Kansas Roles.
As a Scrum Master and Project Manager - Preparation, coaching and execution on Agile Methodology and Best
Engineering Practices
* Manage Sprints by closely working with development / testing team to integrate the application, system test and move
the work product from lower environments to SIT, QA, UAT and PROD
* Make sure that team is following agile processes in each sprint at user story level as per the Definition of Done (DoD)
* Involved in Sprint Planning
* Daily scrum
* Review & Retrospective
* Drive the adoption of key engineering practices like Continuous Integration, Test Driven Development,
* DevOps etc. to improve quality and reliability of team's deliverables using Scaled Agile framework
* Drive effective teamwork, communication, collaboration and commitment across multiple disparate groups with
competing priorities
* Work directly in JIRA track the project
* Handle Manage and Control Risks, Issues and Client expectations.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Drishyaman Saha
Associate Manager seeking roles in Information Technology,Project
Management,Product Management,Scrum Master, Agile Methodology, SAFe
Framework, elivery Management,Escalation Management,Requirement
Gathering,Rally,JIRA, PMP, CSM, SAFe Agilist, SSM
Key Skills: Associate/Project Manager,Information Technology,Project Management,Product Management,Delivery
Management,Requirement Gathering,Agile Methodology,Rally,ISTQB,JIRA,ITIL,AWS,PMP,CSM,SAFe Agilist,SAFe
Scrum Master,SAFe Advanced Scrum Master
Summary
* Project Manager and Scrum Master in IT services with over 16 years of IT experience in Global Corporations. PMP, CSM,
PSM - I, PSM-II, SAFe Agilist, SAFe Scrum Master, SAFe Advanced Scrum Master Certified. Delivery Management experience
with an exceptional track record of managing complex waterfall and agile projects. Has experience of working in domains such
as Telecom, Banking, Pharma and Insurance. Excellent stakeholder management skill and good technical management skills.
He has Implemented strategic and pragmatic approach in the deliveries to achieve project timelines. Developed and executed
activities related to end-to-end project management, including project plans and estimates, scoping and requirements through
implementation and deployment. Has proactively monitored, managed and reported on execution of deliverables.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c095749470145…
https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c0957494701450342435c545a… 2/3
* Co-ordination with Env. Team and other stake holders in establishing the Test Environment.
* Provide information about the current status of the project to all stake holders on regular basis in form of WSR and
DSR.
Project : Pizza Hut is an American restaurant chain and international franchise, known for pizza and side dishes, it is now
corporately known as Pizza Hut, Inc. and is a subsidiary of Yum! Brands, Inc., the world's largest restaurant company. In
2012, the company had more than 6,200 Pizza Hut restaurants in the United States. Pizza Hut works on a franchise model
and has an online portal for selling pizzas. The online eCommerce portal is being maintained by current provider. Current
outsourcing provider manages online orders for US only and can't scale for US digital transformation or globally, Pizza Hut
has already determined they will make a change. Pizza Hut wants to move from 30% digital/online orders to 75-80%
online orders in next 18-24 months.
Accenture (IDC) is Involved in development and integration of the Web and Mobile based application involving User
Interface, Apigee and B2C eCommerce solution HyBRIS. The software development methodology employed was Agile
Methodology. My role was to manage the overall project delivery from Testing perspective.
* As a Scrum Master and Project Manager - Preparation, coaching and execution on Agile Methodology and Best
Engineering Practices
* Manage Sprints by closely working with development / testing team to integrate the application, system test
* Make sure that team is following agile processes in each sprint at user story level as per the Definition of Done (DoD)
* Involved in Sprint Planning
* Daily scrum
* Involved in Review & Retrospective
* Drive the adoption of key engineering practices like Continuous Integration, Test Driven Development,
* Work directly in JIRA track the project
Project : Dex Media, Inc. was a print and interactive marketing company. There are both print and online contents which
are available. Agile Testing methodology is followed by this project. The are 2 types of Releases happening in this project,
weekly or monthly. My task is to manage the scrums which comes under fulfillment section. I was handle a Team size of
10 members. It is part of my activity to control and manage escalations. I need to provide informations about the current
status of the project to all stake holders on regular basis in form of DSRs, weekly or monthly decks.
* As a Scrum Master - Preparation, coaching and execution on Agile Methodology
Tech Mahindra Ltd as Technical Associate
Sep 2005 to Mar 2007
Project: This eCommerce platform will offer a number of significant strategic and business benefits to BT. This solution,
proposed around an integrated order journey, will help BT market its telecom products in the same way as commodity
products. The solution, proposed around an integrated order journey, will help BT market its telecom products as simpler
entities, reducing order lines and cost of sales per order line. The simplified user experience for customers will help BT to
achieve the target rapid growth in sales through e-Channels.
ECommerce is the first release on Open Source platform, VV&T is responsible for End-to-End testing & coordination with
several other interfaces. Adopted risk based approach for functional as well as End-to-end testing.
Environment: IBM PC, Windows 2000, Oracle 8, J2EE, Javascript, Oracle web server, Interwoven Teamsite 6.5, OFBiz
Platform.
Role and Responsibility :
Writing Test Cases for the CMS Tool.
Defect Tracking for the defect filed using Test Director Tool.
Writing Test Report.
Client Interaction.
Test Execution.
Project: BTGS is a Global Service provider Helping multi-site organizations master the complexity of business
communication.
BT Virtual Business Centre is a leading-edge, eService tool that manages your service needs 24 hours a day, 365 days a
year, wherever the Internet is available. It provides a wealth of real time information to extend a Business' control of
network support operations and improve communications.
VBC offers a range of applications that link the users into core operational processes like Ordering and Trouble Ticketing.
Ordering and Ticketing are just examples of the applications available from the Classic and Global OSS Stacks. This
access is managed using SSO, meaning, the user has to sign in only to the VBC and the user is then treated as logged-in
to other application(s).
Environment: IBM PC, Windows 2000, Oracle 8, J2EE, Javascript, Oracle web server.
Defect Tracking Tool : Test Director Ver. 8
Role and Responsibility :
Leading the Team.
Writing Test Cases for the Virtual Business Centre Module.
Defect Tracking for the Defects filed using Test Director Ver. 8.
Writing Test Report for the Testing performed.
Client Inter action
~Test Execution.
Project: BT Wholesale web site is an enterprise portal that has been developed to cater to the electronic needs of the
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c095749470145…
https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c0957494701450342435c545a… 3/3
customers of BT. The portal is one of the main customer interfaces to showcase and access services offered by BT
Wholesale. It has been developed on J2EE with BEA Web Logic Portal platform, with Interwoven managing the content.
Environment: IBM PC, Windows 2000, Oracle 8, J2EE, Javascript, Oracle web server, Empirix Suite (E-Test, E-Load).
Role and Responsibility :
Developing test plan and test strategy document.
Writing User Journeys for Performance Testing.
Extracting and analysing performance results to match the client requirements.
Writing overall Test Report.
Performance Test Execution.
UG: B.Tech/B.E. (Mechanical) from Jorhat Engineering College, Jorhat in 2001
PG: M.Tech (Information Technology) from Tezpur University in 2003
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Rally, Quality center, ISTQB
AWS, Azure, Remedy, ITIL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Bengali Proficient
Assamese Proficient
Rank 1047: Resume 1496 with similarity score 0.013903126909078623
B.E , MS , B.TECH , BS software engineer , performance test engineer , performance engineer , full time , performance tester automation , functionality , manual testing , reporting , appdynamics , optimization , general , bugzilla , customer , jenkins , telugu , designation , confluence , test planning , jmeter , case , affirmative action , mysql , web services , user experience , stress testing , endurance , databases , linux , health , hindi , revenue , apache , unix , ltd , windows , kafka , authorization , english , enterprise , status , software testing , database testing , email , project , record , solr , application , tomcat , soapui , less , splunk , smoke testing , scenario , performance engineering , redis , saas , performance tuning , servers , flow , c++ , shell scripting , languages , e-commerce , test strategy , jira , load testing , javascript , technology , availability , servicenow , performance testing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160…
https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160544450d595a0… 1/3
Current Designation: Software Engineer - Performance Test
Engineer
Current Company: Cavisson Systems
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cavisson Systems as Software Engineer - Performance Test Engineer
May 2018 to Till Date
Project Profile : Project Title Performance testing of kohls.com
Client: Kohls
Domain: e-commerce
Period 1 year 9 months (May 2018 ? March 2020)
Role & Responsibility: Performance Test Engineer
Tools and Technology: Netstorm, Netcloud, NetDiagnostic, Unix/Linux
Description:
Testing of all flow of request for web channel Functionality.
Work on preparing a test plan of above Functionality.
Record Scripts for all flows using Jmeter & Netstorm automated Tool and
parameterized these scripts.
Set up run logic for all flows.
Set up Scenario to run a Performance Test of these flows.
Analyze Performance of website.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Annapurna Garimella
Software Engineer seeking roles in Software Testing, Performance Testing,
Performance Engineering, Manual Testing, Automation Testing, Jmeter, AppDynamics,
Grafana, JIRA with an experience of 2.8 years in Performance Testing.
Key Skills: Performance Testing,Performance Tuning and Analysis,Performance Monitoring,GC
Tuning,Jmeter,Grafana,JIRA,Postman,SoapUI,Database Testing,MySQL,Splunk,C,Shell
Scripting,Linux/Unix,Performance Engineer,Redis,Solr,Netstrom,NetDiagnostics
Summary
Working as a Performance Tester and Engineer with Cavisson System Pvt. Ltd.
2.8 years of experience in Performance Testing, Load Testing, Stress Testing, Smoke Testing, Endurance Testing.
Have a hand-ons experience on Database Testing of MySQL server.
Extensive knowledge of working in enterprise applications like web server, solr, Redis, Kafka databases.
Real User & Synthetic Monitoring and Analysis .
Collect real-time customer feedback to fix issues and enhance application performance .
Analyze Heap Dumps , Thread Dumps , Stack Traces , GC Logs, Data Received, Data Sent and Number of Request.
Improving the performance using Back End optimization , Tune JVM , Code Profiling .
Preparing Test Plans, Test Case Design, Test Strategy, Test Case Execution, Defect Management.
Simulating issue found on production in a simulated test environment.
Recording and customization of Scripts and Scenarios.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160…
https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160544450d595a0… 2/3
Test Planning and NFR Gathering.
Test Results Analysis & finding the Performance Issues and Reporting.
Finding breaking points of application during Load & Stress Test.
Recording and customization of scripts.
Setting up the different System and Application States Monitoring tools on
different Servers.
Mocking of third party Web Services on netocean and creating scenarios to
replicate the Test Case & their executions.
Created run logic for all flows.
Responsible for delivering the SLA.
Prepare & submit the test reports to client and provide recommendations.
Project Title Software As A Service(SaaS)
Client L'Brands
Domain e-commerce
Period 8 months (April 2020 - Present Day)
Role & Responsibility Performance Engineer & Analyser
Tools and Technology SaaS Technology , NetVision
Description
Real-time analysis of performance, availability, conversions and revenue.
Correlate bad user experience with network, application, server or
database health.
Collect real-time customer feedback to fix issues and enhance application
performance
Synthetic Monitoring, Real-User Monitoring and their analysis
Reporting and analysis on the issues faced by the user.
UG: B.Tech/B.E. (Computers) from Lendi Institute of Engineering and Technology in 2018
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, Linux
Unix shell scripting
Tomcat, Apache Redis
SOLR 0 Year(s) 0 Month(s)
Redis, Mysql 0 Year(s) 0 Month(s)
Splunk, NetForest, Postman
SoapUI, Luna Portal
Jenkins, Redis
WINDOWS series
JIRA, Bugzilla
ServiceNow, Confluence
Jmeter, NetStorm
AppDynamics, NetDiagnostics
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160…
https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160544450d595a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Hindi Proficient
Telugu Expert
Rank 1048: Resume 864 with similarity score 0.013826610894804088
B.E , MS , B.TECH , BS associate , javascript developer , front end web developer , software developer , full time , part time react.js , training , redux , core java , web application development , css , designation , ug , mar , prototype , affirmative action , information technology , adobe experience manager , web services , hindi , new concepts , maintenance , ltd , web technologies , jquery , json , authorization , english , node.js , drag , functional requirements , bootstrap , status , customer service , email , project , max , live , responsive web design , android , github , rest , technology solutions , junit , content management , neo , online , maven , languages , agile environment , html5 , es6 , life insurance , javascript , organization , widgets , learning , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110…
https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110113430b5b085… 1/2
Current Designation: Associate
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Delhi
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Associate
Mar 2018 to Till Date
Front end web developer at cognizant and presently working with maxlife Insurance
onsite in an agile environment, thus interacting with the team in the whole process of converting wireframes to live page
on website.
web technologies used: React.js, JavaScript, HTML, CSS and Node JS
UG: B.Tech/B.E. (Information Technology) from Northern India Engineering College in 2017
Other Qualifications/Certifications/Programs:
Core JAVA training
Certified Android Training
4 months training under CATP
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
MANIK CHHABRA
Front-End Web Developer at Cognizant with 2.9 years of experience and seeking roles
in React.Js, Redux, JavaScript, HTML, CSS, Node.Js. Presently working for Maxlife
insurance (onsite).
Key Skills: React.Js, Javascript, HTML, CSS, Maven, JUnit, GIT, Github, Bootstrap, Agile Development,Front End,Web
Development,UI Development,JQuery,HTML,JSON,Ajax,Javascript
Summary
A self-motivated JavaScript developer with 2 years of experience in web application development and programming. I enjoy
learning new concepts and technologies. Looking for challenges to use my passion for the growth of organization and to
enhance my skills.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110…
https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110113430b5b085… 2/2
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Programmer
Duration: Jul 2018 - Till Date
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Handlebar 2020 2 Year(s) 5 Month(s)
React.js 2020 2 Year(s) 5 Month(s)
GIT 2020 2 Year(s) 5 Month(s)
JavaScript ES6 2020 2 Year(s) 5 Month(s)
CSS 3 2020 2 Year(s) 5 Month(s)
HTML5 5.0 2020 2 Year(s) 5 Month(s)
Node.js 2020 0 Year(s) 0 Month(s)
Redux 2020 0 Year(s) 0 Month(s)
BOOTSTRAP 0 0 Year(s) 0 Month(s)
JQUERY 0 2 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Neo 2.0 Customer Service
Client: Max Life Insurance
Skill Used: Javascript, React.Js, Node.Js, HTML, CSS, Html5, Responsive Web Design,ES6
Role Description: Coding for various modules from it's prototype to live webpage on production environment.
Project Details: Presently working as a Front-end developer in customer service module for the client Max Life Insurance.
Tech Stack:
Frontend JavaScript ES 5,6 & React JS
Adobe Experience Manager 6.2 as Content management tool.
Implemented integration with various other systems for sending and receiving data using REST web services.
Worked on various new as well as existing modules and successfully developed some of the modules that were limited to
offline model only thus enabling the end users to complete various processes online itself.
Developed various reusable modules and widgets that can be drag and dropped anywhere on the website.
Implemented new ideas to cross sell various products to new and returning users thus increasing overall lead conversion
on website up by 30%.
Working closely with design and backend team members in an agile environment to quickly prototype designs and
functional requirements.
Rank 1049: Resume 672 with similarity score 0.013765972911409309
MS , B.TECH , BS work from home , full time training , algorithms , image processing , forest , classification , deep learning , scratch , basic , linear regression , project , coursera , numpy , computer vision , iit , passenger , resume , materials , logistic regression , machine learning , research , assessment , python , one , face recognition , image segmentation , technology , pipeline , cascade , knowledge base Assessment
Q1. Why should you be hired for this role?
I posses all the skills that you are looking for. I always wanted to start my carrier under good guidance. And i am very enthusiasm to the field
relates to deep learning and it's advancement and it's great to work in such a good startup
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am full time available to work from home for three month excluding 2 to 3 days because of exams whose schedule is not declared yet
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
Yash Chandel
Nagda, Roorkee
Applied 08 Feb'21
Python Computer Vision MSPowerPoint
Machine Learning Deep Learning
Bachelor of Technology B.Tech), Metallurgical & Materials Engineering
Indian Institute Of Technology Roorkee
2019 - 2023
Enactus IIT Roorkee:
Member of Ideation and marketing research group (inside Enactus IITR
Spam classifer
Jan 2021 - Jan 2021
https://colab.research.google.com/drive/1HSgeyov3nBO31IdvJELMaBimxaAp4agW?authuser=1
Spam classification model using naive bayes algorithms
Facial key point detection
Dec 2020 - Dec 2020
https://github.com/Yashchandel/Kaggle-facial-key-point-detection
The objective of this task is to predict key point position on face images using deep convolutional neural network
House price data set and model deployment using oop python
Nov 2020 - Nov 2020
https://github.com/Yashchandel/Coustom-pipeline
Working on house price dataset and deploy it using object orientated programming
Kaggle titanic machine learning
Sep 2020 - Sep 2020
The project use simple machine learning to create a model that predicts which passenger survived the titanic shipwerck with
an accuracy score of 0.78229
Kaggle digit recognizer
Sep 2020 - Sep 2020
https://github.com/Yashchandel/Digit-Recognizer-kaggle-Competition
Project aims to determine hand written digits using a simple convolution neural network with an accuracy score of 0.99159
Deploying house price dataset model using sklearn pipeline
Feb 2021 - Present
https://github.com/Yashchandel/Houseprice-
Working on house price dataset and deploying it using sklearn pipeline eg baseetimator, TransformerMixin
Certificates:
1. Python and Oop by IBhubs
2. Elimentary datastructure and algorithms by IBhubs
3. Deep learning specialization certificate by Coursera
4. DeepLearning.AI Tensorflow Developer professional certificate by Coursera
https://colab.research.google.com/drive/1HSgeyov3nBO31IdvJELMaBimxaAp4agW?authuser=1
https://github.com/Yashchandel/Kaggle-facial-key-point-detection
https://github.com/Yashchandel/Coustom-pipeline
https://github.com/Yashchandel/Digit-Recognizer-kaggle-Competition
https://github.com/Yashchandel/Houseprice-
CONTACT Phone: 91 7879961857
Knowledge Base:
1. Implement all the learning algorithms from scratch using numpy including linear regression,logistic regression,locally
weighted regression,Knn regression,regression tree,Decision tree,Knn ,random forest,naive bayes algorithm,etc.
Knowledge of basic image processing techniques like
1. Averaging filter and guassian blur
2.corner detection and real time feature mapping using one training image
3.Haar cascade and face recognition algorithm
4. Image segmentation using KNN
Rank 1050: Resume 1362 with similarity score 0.013702128755791838
B.E , MS , B.TECH application support , devops engineer , full time , resource manager winscp , ansible , functionality , codes , web apps , devops , jenkins , kubernetes , classic , designation , chocolatey , visual studio , vault , affirmative action , oracle , plugins , principles , hindi , docker , cloud , linux , microsoft teams , maintenance , azure , windows , english , authorization , approvals , automation tools , status , email , project , application , aws , configuration management , modular , provisioning , continuous integration , playbook , electronics , testing , github , pipelines , artifacts , gitlab , writing , ids , servers , s3 , building , webcenter , maven , repository , storage , infrastructure , languages , kannada , continuous build , weblogic , sonarqube , one , javascript , organization , technology , artifactory , ucm , continuous monitoring , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f47…
https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f475547405d0909… 1/3
Current Designation: DevOps Engineer
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
DXC Technology as DevOps Engineer
Jul 2018 to Till Date
About the project: Ansible Automation for both linux and windows servers. Tools: Ansible, Ansible tower,
Artifactory, GitLab.
Contribution
Playbook Development - Have developed more than 50 playbooks for both linux and windows servers
using customized ansible roles.
Playbook testing - Have tested the functionality of the same on local servers as well as using ansibletower.
Chocolatey Package development - Have developed more than 20 Choco packages and mapped it
them to the windows Playbook.
Did Prod runs for the same using ansible tower.
PROJECT 2: Vodafone UK ( Dec 2019- March 2020 )
About the project: Continuous build and release management of source codes and other monitoring activities for
various environments. Uplifting the en
vironments as and when needed to higher code versions to keep the
application stable.(mobile app, Vodafone uk webapp) Tools: Oracle weblogic/Webcenter, Git,Jenkins, Maven,
Artifactory ,AWS EC2,AWS S3.
Contribution:
Configure Jenkins job for building the source code using maven.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Aishwarya
DevOps Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,Azure-
DevOps,GitHub,Jenkins,SonarQube,Ansible,Docker,AKS,Kubernetes,Maven,AWS,Oracle
UCMS
Key Skills: DevOps Engineer,System Admin,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,Azure-
DevOps,GitHub,Jenkins,SonarQube,Ansible,Docker,AKS,Kubernetes,Maven,AWS,Oracle UCMS
Summary
With 2.6+ years of experience as a DevOps Engineer , I have a thorough knowledge about DevOps principles,
processes and tools to implement CI/CD pipelines for Automated Build and Releases. Having professional
hands on experience on leading DevOps automation tools like Git, GitHub, Jenkins, Azure-DevOps, Ansible,
Maven, SonarQube, Docker, AKS, Oracle WebLogic, Oracle UCMS, I wish to work with fully focused teams and on
challenging projects as a DevOps engineer in your Organization.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f47…
https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f475547405d0909… 2/3
Automating deployment using shell script to trigger one click deployment in Jenkins.
Configure Scheduled Builds and manually deploy the built artifacts on to the servers using WinSCP.
Raising CRs and upon CR approval, deployment of the artifacts to higher environment.
Uplifting of environments to latest desired version manually using UCMs. UCM check-ins, Other related
release activities, patch update on servers like pre-sit.
Well versed in providing Application Support across all the environments (Development to Production) .
PROJECT 3: Ahold-Delhaize ( March 2020 - present )
About the project: Azure-DevOps CI/CD implementation for 5+ pilot applications which includes Java and .net
apps
Tools /Services :Git,GitHub, Azure Cloud Portal : Azure Cloud Shell, Azure App Service, Azure Kubernetes Services
(AKS), Azure-DevOps CI/CD pipelines, SonarQube, Maven, Azure Artifactory, Azure Monitoring Service,Azure
Container Registry(ACR), Azure Container instance, blob Storage,Azure key vault,Azure library.
Contribution:
Adding GitHub Repository to Azure-DevOps Projects ,authorizing it and creating service connection for
GitHub.
Creating CI pipeline in Pipeline as a code format.(yaml), writing azure-pipelines.yaml script.
Creating Classic pipelines as and when needed.
Creating SonarQube container instance , storing service principal IDs in azure key vault,Creating Service
Connection for it. Setting Quality gate values in SonarQube.
Installing Plugins from Visual Studio Marketplace: SonarQube plugin, HCL app scan Plugin etc and
integrating it with pipeline.
Modular pipeline creation by storing the reusable variable group in azure library.
Parameterizing the pipeline based on tools.
Provisioning the Infrastructure using ARM Templates (Azure Resource Manager).
Creating release pipeline for deployment of the apps on azure web apps and AKS.
Setting Pre-deployment approvals and customizing the approvals to be done on Microsoft teams and
through mail.
Setting up Continuous Monitoring using application insights and container insights for Azure App Service
and AKS respectively.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dr Ambedkar Institute of technology, Bangalore in 2018
Education
IT Skills
Skill Name Version Last Used Experience
azure-devops
GitHub
Jenkins
SonarQube
Ansible
DOCKER
AKS and Kubernetes
MAVEN
AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f47…
https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f475547405d0909… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1051: Resume 1290 with similarity score 0.013687400451317574
B.E , MS , B.TECH , BS senior devops engineer , senior software engineer , full time , software developer ansible , version control , environment management , continuous delivery , subversion , amazon ec2 , devops , jenkins , complex systems , designation , ug , scripting , affirmative action , hindi , cloud , conflict resolution , linux , maintenance , apache , ltd , windows , compilers , build automation , merging , permissions , ear , english , troubleshooting , shopping , authorization , status , email , project , tomcat , cfi , express , configuration management , aws , application servers , server configuration , provisioning , mumbai , continuous integration , ci , plus , build tools , artifacts , pipelines , obc , git , building , yaml , maven , languages , buffet , itil , texas , sonarqube , javascript , web , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f150943…
https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f1509430412140c5f5b5… 1/3
Current Designation: Senior Software Engineer
Current Company: LearningMate Solutions
Current Location: Mumbai
Pref. Location: Delhi,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
LearningMate Solutions as Senior Software Engineer
May 2020 to Till Date
Client : CERFI
Project Client : CFI
Project : Implementation & Supporting
Period : May-2020 onward
Role : Senior Software Engineer (Devops & AWS)
Environment : GIT, AWS, JENKINS, WINDOWS, SONARQUBE, TERRAFORM, MONITERRINBG TOOL, YAML,
SHELL.
Texcel Infoctech Pvt Ltd as Devops Engineer
Sep 2016 to May 2020
Client : Tech Mahindra Ltd.
Project Client : Fresh Choice
Project : Implementation & Supporting
Period : Sep 2016 to May-2020
Role : Devops Engineer
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Tarun Kumar
Senior Software Engineer seeking roles in Software Engineering,Software
Configuration Management,Project Management,Delivery Management,Incident
Management,Requirement Analysis,Troubleshooting,Apache
Tomcat,Terraform,DevOps,Jenkins,Maven,ITIL,AWS,SVN
Key Skills: Senior Software Engineer/Developer,Software Engineering,Software Configuration Management,Project
Management,Delivery Management,Incident Management,Requirement Analysis,Troubleshooting,Apache
Tomcat,Ansible,DevOps,Jenkins,Maven,ITIL,AWS,SVN,Git
Summary
Senior DevOps Engineer for complex systems with 4+ years of experience in designing the CI/CD process including Software
Configuration Management, development cycles, compilers, Server configuration, scripting, Continuous Integration
4+ years of experience into IT and as DevOps engineer involved in the areas of Environment provisioning with windows, Linux,
Continuous Integration and Continuous Delivery, Monitoring, software Configuration management, build automation with artifact
management, code quality integration with CI process.
Experienced in various source code management activities using tools like GIT, SVN involving branching and merging
strategies, conflict resolution.
Code migration experience with Centralized to Distributed Version Control systems SUBVERSION to GIT.
Expertise in build tools like MAVEN and ANT for building deployable artifacts such as war and from source code.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f150943…
https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f1509430412140c5f5b5… 2/3
Environment : GIT, AWS, JENKINS, ANSIBLE, YAML, SHELL.
DESCRIPTION:
Fresh Choice was a chain of buffet-style restaurants which operated in California, Washington, and Texas under the
names Fresh Choice, Fresh Plus, Fresh Choice Express, and Zoopa. The first restaurant was opened at Stanford
Shopping Center, and the 2nd restaurant was opened in Sunnyvale, California, in 1986 by Martin Culver, Brad Wells, and
Ken Oppeltz.
ROLE & RESPONSIBILITES:
Worked in implementing the DevOps in source code management, Build automation, Continuous integration and
continuous deployment and environment management.
Achieved the end to end automation from development to production by defining the different processes, tools and scripts.
Configure jobs and pipelines using Jenkins. Troubleshoot problems arising from Build failures and Test failures.
Involved in Code migration activities from Subversion to GIT.
Developing build and deployment pipeline using Jenkins and Maven for Java applications.
Administered version control system that include branching, merging and user group permissions.
Configured and maintained Jenkins to implement the CI process and integrated the tool with Ant and Maven to schedule
the builds and automated the deployment on the application servers using deploy "WAR/EAR" to a container plug-in for
Jenkins.
Written Simple Ansible Yaml scripts to configure the servers.
Launching Amazon EC2 cloud instances using Amazon Web Service and configured launched instances with respect to
specific applications.
Configuring and Networking of virtual private cloud (VPC).
Continuous Delivery is being enabled through Deployment into several environments of Test, QA, Stage and Production
by using Jenkins.
UG: B.Tech/B.E. (Mechanical) from Dr. Abdul Kalaam Technical University Lucknow Uttar Pradesh in 2016
Nature of Employment: Full Time Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 25
Education
IT Skills
Skill Name Version Last Used Experience
Linux, Windows, AWS, GIT, SVN
Ant, Maven, Jenkins, Cloud Watch 0 Year(s) 0 Month(s)
Chef, Ansible, Terraform, Apache Tomcat
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Implementation & Supporting
Client: CERFI
Project Details: Implementation & Supporting for ci/cd and integration with monitoring tool using for monitoring tools like
datadog, cloudwatch & site24.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f150943…
https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f1509430412140c5f5b5… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1052: Resume 1216 with similarity score 0.013683217629106929
B.E , MS , B.TECH , BS system administrator , senior it engineer , devops , cloud administrator , cloud engineer , full time mcsa , nfs , virtual machines , trunking , security , microsoft azure , connect , docker , linux , ccna , antivirus , httpd , status , store , mumbai , continuous integration , samba , nagios , squid , ec2 , infrastructure , ports , system administration , pipeline , distance learning , switches , ansible , automation , devops , kubernetes , designation , protocol , rhel , plugins , hindi , english , troubleshooting , editing , project , boot , groups , playbook , hyper-v , javascript , mail server , continuous delivery , efs , groovy , tandberg , affirmative action , information technology , jdk , freestyle , public , basic , vim , dmz , vlan , proxy , email , tomcat , aws , configuration management , ubuntu , operations , github , hp , containerization , eigrp , premises , maven , languages , raid , load balancing , failover , wsus , scheduling , file services , v2v , web , dell , storage management , patch management , jenkins , windows server , routing , active directory , firewall , p2v , ami , access control , authorization , ipsec , virtualization , rmi , application , wealth , storage devices , s3 , servers , repository , network administration , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e05484509405…
https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e0548450940521047510b5c0… 1/3
Current Designation: Cloud Administrator
Current Company: Sagitec Solutions
Current Location: Ahmednagar
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Sagitec Solutions as Cloud Administrator
Sep 2020 to Till Date
? Implementing and Supporting of Cloud based infrastructures and its solutions.
? Proficient in AWS services like VPC, EC2, S3, ELB, ASG, EBS, EFS, 1AM, RDS, Route53 and Cloud watch.
? Launching EC2 instances using AMI' s of Linux, Ubuntu, RHEL and Windows Server' s
? Used 1AM for creating roles, users, group and also implemented MFA to provide additional security to AWS account
and its resources.
? Created snapshots to take backups of the volumes and also images to store launch configurations of the EC2
instances.
? Docker installation and configuration
? Basic commands to manage containers like rmi, rm, ps ?a, start, stop, kill, exec -it
? Used basic Dockerfiles to build docker image and push to DockerHub
? Using Ansible playbooks installed and configured httpd server and apache2 server to Redhat and Ubuntu machines.
? Worked on static and dynamic inventory using Ansible playbook
? Created virtual infra using Ansible playbooks.
? Setup global tools to use JDK and Maven installations, downloaded plugins for maven and tomcat integration
? Created freestyle jobs and pipeline projects
? Setup polling with Github to poll every minute
? Setup maven goals for automated build, test and deploy stages using maven.
? Used sample web app to build WAR with maven, then integrated with Tomcat for auto deployment
? Also setup pipeline project to use a pipeline script written in groovy ? basic pipeline with build, test and install stages
? 24/7 Monitoring Alarm of resources and applications using cloud watch service.
? Monitoring AWS infrastructure using Nagios and Grafana.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Pranav Girish Joshi
Cloud Engineer seeking roles in Cloud Administration,System Administration,Network
Administration,Configuration Management,Patch Management,Requirement
Gathering,Active Directory,Firewall,Jenkins,Ansible,Docker,CCNA,AWS,Git(Immediate
Joiner)
Key Skills: Cloud/System Administrator,Cloud Administration,System Administration,Network Administration,Configuration
Management,Patch Management,Requirement Gathering,Active
Directory,Routing,Firewall,Jenkins,Ansible,Docker,CCNA,AWS,Git,Devops,Linux
Summary
Multi-faceted IT Engineer offering wealth of more than 3+ years of Expertise.Actively looking to switch to Devops engineering
utilizing my knowledge and expertise with the devops tools and processes. Thorough understanding and hands on knowledge
on automation, Continuous Integration and Continuous Delivery tools. Service virtualization using Docker and Kubernetes
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e05484509405…
https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e0548450940521047510b5c0… 2/3
Minitek Systems Pvt.LTD as Senior IT Engineer
Oct 2018 to Aug 2020
* Managing AWS EC2 Instances,Azure Resource Group, Google Cloud machines.
* VPC and security group creation.
* Handling inbound & outbound rule through security group.
* Creation & knowledge of AWS public And private cloud.
* Git-Hub knowledge, Cloning ,push pull operations in repository.
* Docker Containerization level L1 handling.
* Knowledge of Jenkins, chef and monitoring tool Grafana.
* Azure Ad Connect i.e on premises AD on Cloud Environment.
* Installation, Configuration of Cent os,RHEL,Ubuntu,AHL.
* File System Hierarchy, File permission.
* User And Group Administration.
* Volumes Managing using LVM.
* Linux Schedulers.
* Editing Configuration and other files using Editors like vi and vim.
* Installing Software Packages.
* Configuring File Services like NFS,SAMBA
* Troubleshooting Boot Process issue.
* Troubleshooting squid proxy related issues.
* Monitoring tunnelling with IPSEC and Bypass protocol.
* Managed user accounts, Exchange accounts, distribution groups, and account policies in Active Directory.
* *Deployment Of Hyper-V Virtual Machines with Its installation.
* *Implementation Of Group Policies in AD Environment.
* *Conversion of P2V and V2V of virtual machines.
* *Storage Management of Dell Poweredge,HP DL Series,and Tandberg,iomega and Qnap devices.
* *Maintaining and scheduling data backup of critical serversusingArcserve backup tool.
* *Failover Clustering For Exchange mail Server.
* *Deployment Of Antivirus Server on platform of 2012R2.
* *RAID 0,1,5 for servers and storage devices like NAS.
* *Patch Management through WSUS.
Inspirisys IT Solution as IT Engineer
Dec 2016 to Oct 2018
* Configuration problems related to L3 and L2 switches,L2 switches.
* Configure Trunking and vlan in switches.
* Configure Access control list.
* Acknowledge Routing Protocol RIP,OSPF,EIGRP.
* Configure Firewall with Different ports like DMZ,WAN,LAN.
* Implemented rules and policies using web and application filter.
* Strong Understanding of Load Balancing techniques.
* Implementation of NAT.
* Managed user accounts, Exchange accounts, distributiongroups, and account policies in Active Directory.
* Deployment Of Hyper-V Virtual Machines with Its installation.
* Implementation Of Group Policies in AD Environment.
* Conversion of P2V and V2V of virtual machines.
* Storage Management of Dell Poweredge,HP DL Series,andTandberg,iomega and Qnap devices.
* Maintaining and scheduling data backup of critical serversusingArcserve backup tool.
* Failover Clustering For Exchange mail Server.
* Deployment Of Antivirus Server on platform of 2012R2.
* RAID 0,1,5 for servers and storage devices like NAS.
* Patch Management through WSUS.
UG: B.Tech/B.E. (Information Technology) from SGREF S G.H.Raisoni College Of Engineering, Pune University in 2015
PG: MBA/PGDM (Information Technology), Correspondence/Distance Learning from Symbiosis Centre for Distance
Learning (SCDL) in 2020
Other Qualifications/Certifications/Programs:
CCNA,MCSA
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e05484509405…
https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e0548450940521047510b5c0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
VLAN,Trunking,Firewall,TCP/IP
Microsoft Azure,
WindowsSYSTEM ADMINISTRATION Microsoft 2020 3 Year(s) 6 Month(s)
Linux Administration Redhat
ubu
2020 1 Year(s) 10
Month(s)
Fortigate Firewall 2020 2 Year(s) 2 Month(s)
AWS 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 1053: Resume 1480 with similarity score 0.013570137000041185
B.E , MS , B.TECH , M.TECH scrum product owner , senior project manager , devops , change management , full time , delivery manager , program manager , project leader renewals , customer , telugu , fleet services , dsm , approval process , status , digital transformation , infosys , mumbai , iit , connectivity , clear , payments , procurement , soa , rta , development projects , organization , registration , upgradation , technical leadership , devops , open source , designation , mar , csm , hindi , cloud , large projects , english , productivity improvement , trex , budgeting , agile , microservices , range , biztalk , change management , six sigma , strategy , documentation , one , javascript , digitization , capital , ireport , r3 , capacity building , general , cmmi , scrum , team management , vendors , affirmative action , career development programs , utilization , maintenance , business continuity planning , escalation , m1 , email , webmethods , aws , operations , continuous improvement , hp , zero defects , languages , tags , sag , operational excellence , pmp , program management , technology planning , online , mentoring , streamlining , people management , tibco , telecom , developments , revenue , cost control , authorization , internet , risk , application , focus , steps , jurisdiction , government , led , imanage , offshore , e-commerce , row , communications , exception management , business solution delivery 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 1/4
Current Designation: Delivery Manager - API SOA Portfolio
Current Company: Infosys Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Mechanical]
Verified : Phone Number | Email - id
Infosys Limited as Delivery Manager - API SOA Portfolio
Apr 2008 to Till Date
Growth Path:
2008 to 2012: Senior Project Manager
2012 to 2019: Group Project Manager (PCON)
Since Jan20: Delivery Manager - API SOA Portfolio
Role:
Directing technology planning, strategy development, leadership and implementation, business and operational
transformation execution and business solution delivery
Spearheading the entire operations including delivery excellence, innovation, productivity & process improvement
Leading a large team comprising of managers, technical professionals and functional specialists for the execution of
large projects for offshore clients
o Ensuring achievement of customer expectations and provided technical leadership in application life cycle
activities
o Streamlining delivery processes in compliance with business functions to support global IT delivery standards
o Mentoring team members, participated in appraisals, job rotation and career development programs
o Undertaking resource planning and utilization, budgeting and cost control; developed the Strategic and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nagaraju Pampati
Delivery Manager seeking roles in Program Management,Delivery Management,Digital
Transformation,Change Management,Business Continuity Planning,Quality
Management,Risk Management,Resource Planning,Process Improvement,Productivity
Improvement
Key Skills: Delivery Manager,Program Manager,Program Management,Delivery Management,Digital
Transformation,Change Management,Business Continuity Planning,Quality Management,Risk Management,Resource
Planning,Process Improvement,Productivity Improvement
Summary
* Working as a Delivery Manager for API SOA portfolio for ROW customers, helping customers in Digital transformation through
API led connectivity, microservices and open source & cloud Integration. Managing 30+ customers, with revenues of ~30M,
~300 people.
* 21 years of rich experience in handling larger programs spanning multiple geographies and Integration/API and cloud
technologies. Strong process knowledge and quality focused with exposure to CMMi, Six Sigma, Lean, Agile and various
development methodologies
* Managing large Clients and New Clients in API, SOA and Cloud technologies mainly in TIBCO, Mule, Webmethods, Apigee,
Axway, CA layer7, AWS and many other technologies
* Key responsibilities include Operational Excellence, People Management, Delivery Excellence, Risk Management, Project
Execution & governance, Continuous improvement, Innovation, Client Relationship Management, Presales, Capacity building.
* PMP, CSM, TIBCO BW certified
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 2/4
Operational Plan
o Implemented Scrum in the team and worked as a Scrum Product Owner
o Acted as escalation point for customer critical issues and exception management
Managing project operations with key focus on defining Service Level Agreements (SLAs), Standard Operating
Procedures (SOPs) as well as interacting with prestigious clients, business partners, industry leaders, vendors & other
key stakeholders
Key Assignments & Projects:
As Delivery Manager | API SOA
Working as Delivery Manager for API SOA portfolio for ROW customers, helping customers in Digital transformation
through API led Connectivity, Microservices and Open Source & Cloud Integration. Managing 30+ customers, with
revenues of ~30M. Key projects include:
o Telstra Devops Program
o TRA EODB: UAE Smart Government initiative, Start Your Business in UAE in 15 minutes
o M1 Singapore Telecom - Digitization program
As Group Project Manager (PCON)
Managed the delivery of portfolio of Integration/ SOA projects for ROW customers. It was a unit of 150+ people with
revenue in the range of 11 to 15 M per year. Projects were mainly on TIBCO, Biztalk and SAG Technologies. Key
projects entail:
o Temasek: Successfully setup Mule cloud platform setup 4.0 (first in Infosys), under tight project schedule and
which has 500K USD penalty
o Telstra TREX Transformation program
o Telstra PSNM, with ZERO defects and ZERO SLA penalties
o TRA New-born Baby
As Senior Project Manager
Led the delivery of a portfolio of Integration/SOA projects for ANZ
customers. It was a unit of 100+ people with revenue in the range of
8 to 10 M per year. Projects were mainly on TIBCO, Biztalk like:
o Telstra PSNM with ZERO defects and ZERO SLA penalties
o RTA UOW and Support delivery
TCS as Project Manager
Apr 1999 to Apr 2008
Growth Path:
Jun'99-Jul'00: Developer
Aug'00 - Aug'01: Onsite Coordinator/Project Leader
Sep'01- Nov'01: Designer and Developer
Dec'01 - Jan'03: Module Leader
Feb'03 - Dec'04: Project Leader
Jan'05 - Apr'08: Project Manager
Projects Undertaken
Organization: TCS
Role: Project Manager
Project: Solution Delivery Web
Period: Aug'06 - Apr'08
Customer: GE Capital Solutions, Manchester, UK
Work Location: Mumbai (Nov 07 - Apr'08) / Manchester, UK (Aug 06 - Oct 07)
Description: This project is an umbrella project which caters all web/portal based developments for GE Capital
solutions, Europe. Some of the projects managed in last one and half year are iManage R2 & R3, Clear
solutions, iReport Re-write, iDrive Re-write, iManage Swiss integration, iManage Mindef integration,
Customer portel, Proactive Communications, iManage Aggregartion re-design, iProfile and Maintenance
NT upgradation
Role: Project Manager
Project: SEET
Period: Jan'05 - Jul'06
Customer: GE Fleet Services, Minneapolis, USA
Work Location: Mumbai
Description: This project is an umbrella project which caters all development projects for GE Fleet Services MN USA.
Some of the projects managed are RAPIDTAG, State Tansfer,Custom Portal, HP Orering, DSM, HP
Ticker
Role: Project Leader
Project: SEET RAPIDTAG
Period: Jan'04 - Dec'04
Customer: GE Fleet Services, Minneapolis, USA
Work Location: Mumbai
Description: RapidTag is a service offered to fleet customers. Under this program, GECFS processes the annual
vehicle registration renewals on behalf of the customer driver. The process starts with a fleet's
enrollment in the program and stops when the tags are delivered to the driver. The enrollment and
approval steps have to be revisited as Phase 1 approach was to integrate with legacy system. Once
successful enrolment is complete, the renewal process waits for the vehicle's registration to approach
the annual expiration date, where every month, an approval process will start for the units that will
expire in 120 days. Once the Fleet Contact has validated the renewals, the actual renewal tag process
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 3/4
starts by gathering required information and documentation for the specific jurisdiction state where the
vehicle is registered. Follow up with Drivers and Fleet Contacts are required in order to collect all
missing information. As soon as the missing information is gathered, the renewal package is assembled
and processed through one of the three methods: Online renewal, Direct to DMV or Agent. There might
be some rejects, where the DMV's are not satisfied with the information sent. More follow up with
Drivers and Fleet contacts are required and the package is re-assembled and resubmitted.
Once renewal package is received from DMV's, proper charges and payments are submitted and the
tags sent to Drivers.
Role: Project Leader
Project: SEET (Driver Comm2 and e-Signature)
Period: Jul'03 - Dec'03
Customer: GE Fleet Services, Minneapolis, USA
Work Location: Mumbai
Description: This project will aim to integrate the various business areas of Vehicle procurement and leasing, Vehicle
maintenance and management and communication with GEFS' customers. TIBCO technology helps to
achieve the goals above goals by providing a set of adapters to connect to the various business
systems. Involved in some of the initiatives like Driver comm2 & E-Signature
UG: B.Tech/B.E. (Mechanical) from G Pulla Reddy Engineering College, Kurnool in 1997
PG: M.Tech (Mechanical) from Indian Institute of Technology (IIT), Kharagpur in 1999
Other Qualifications/Certifications/Programs:
PMP
TIBCO BW
CSM
Education
IT Skills
Skill Name Version Last Used Experience
SOA
DIGITIZATION
INTEGRATION
AGILE
API
Tibco
JAVA
TEAM MANAGEMENT
Program Managment
Portfolio Management
CLOUD
PRESALES
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
Hindi Expert
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
English Expert
Rank 1054: Resume 942 with similarity score 0.013545858979755144
BSC , BS , B.E , MS , B.TECH senior software engineer , full time , student , software developer blocking , web development , redux , telugu , visual studio code , css , designation , demand , tamil , affirmative action , mysql , routing , spring , hindi , databases , webpack , maintenance , yarn , jquery , json , english , authorization , web applications , status , servlets , postgresql , mocha , spa , email , project , licensing , mobile apps , npm , operations , google maps , github , electronics , facebook , mvc , components , react native , building , languages , server side , single page applications , dashboard , es6 , boarding , javascript , notification , event-driven , sdk , client side , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44…
https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44051448510f095… 1/3
Current Designation: senior software Engineer
Current Company: Mindtree Limited
Current Location: Chennai
Pref. Location: Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Mindtree Limited as senior software Engineer
Jun 2019 to Till Date
working as senior software Engineer. with skill set of reactJS and nodeJs
Kaay Labs as Software Developer
Feb 2016 to May 2019
Project Details:
Project - 1
Driverskart [India]
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Johnsaida Shaik
Software Developer seeking roles in Software Development,Application
Development,Web Development,IT Project Management,Requirement
Gathering,Requirement
Analysis,JavaScript,Spring,ReactJS,NodeJS,HTML,Ajax,JSON,JQuery,MySQL,Github,PostgreSQL,MSSQL.
Key Skills: Software Developer,Software Development,Application Development,Web Development,IT Project
Management,Requirement Gathering,Requirement
Analysis,JavaScript,Spring,ReactJS,NodeJS,HTML,Ajax,JSON,JQuery,MySQL,Github,PostgreSQL,MSSQL
Summary
Having 5 years of experience as a Software Engineer in design and
development of web-based, stand-alone applications and Hybrid application
Experience in developing SPA (Single Page Applications).
Having strong knowledge on JavaScript, HTML,JQuery.
Experience in working with ReactJS and Redux.
Experience in working with React-Native(Hybrid Apps)
Experience in working with NodeJS.
Experience in FCM Push notification for Mobile apps
Experience in ES6 concepts.
Experience in building JS applications using Gulp and webpack.
Having very good understanding in event-driven and non-blocking I/O model.
Experience in working with databases like MySQL,MSSQL,Postgresql,
Experience in using package managers like npm,yarn.
Experience in working with Mocha and Chai.
Experience in integrating web applications to Facebook and Google API?s and Paytm .
Expertise in working with google maps.
Having experience in using MVC (Model View Controller).
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44…
https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44051448510f095… 2/3
Role: Developer.
Technologies: JSP,Servlets.
Description:
It is a first web and mobile application for on-demand chauffeur services .It help
customers hire trusted professional drivers to get driven in the comfort of their own car,saving
them time and effort .It will useful to book though the mobile and web application.It can
customise a subscription package for customers routine needs and outstation trips.
Roles & Responsibilites:
Analysis the client requirments.
Integrating the services with static UI using JSP and Servlets.
Project- 2
Smart classroom manager [sweden]
Role: Developer.
Technologies: JSP,Servlets.
Description:
It is a web application for Teachers and Students , In this Application teacher can create
exam based on class students .they will send invitation to individual and group of students
for attending exams and that corresponding student can write that exams
Roles & Responsibilites
Analysis the client requirments.
Integrating the services with static UI using JSP and Servlets.
Implemented login to the portal through Facebook using JavaScript SDK.
Project - 3
DataBP- [USA]
Role: Developer.
Technologies: ReactJS,Redux,nodeJS.
IDE: Visual studio code.
Description:
It is dashboard Application ,It is a complete operation for licensing ,approving and on boarding clients
and preventing leakage invoice clients .In this dashboard we can admin operation based on they roles.
Roles & Responsibilites:(Both Server side & Client side)
Complete responsibility in creating components, routing mechanism and redux operations from
ReactJS.
Creating MySql queries and utilizes them with NodeJS for backend operations.
Implemented Grunt process for in JavaScript and CSS minifications.
Implemented login to the portal through Facebook using JavaScript SDK.
UG: B.Tech/B.E. (Electronics/Telecommunication) from st.marys group of institutions in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Javascript,ReactJS, 2 Year(s) 0 Month(s)
NodeJS,Gulp and webpack.
HTML, Ajax, JSON, JQuery
MySql., NPM,. Github.
React Native 0.55.0 2018 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44…
https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44051448510f095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Tamil
Rank 1055: Resume 1359 with similarity score 0.01340364386357095
B.E , B.TECH devops engineer , full time , release manager ansible , wit , subversion , general , devops , jenkins , telugu , kubernetes , designation , confluence , bash , affirmative action , hindi , cloud , docker , linux , authorization , english , status , nexus , sql , email , aws , less , ci , bitbucket , git , shell scripting , maven , languages , it infrastructure , jira , javascript , sonar , cd , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d1…
https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d170647440e085f… 1/2
Current Designation: Release Manager
Current Company: Wipro
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Other
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Wipro as Release Manager
Jun 2018 to Till Date
Having 3+ years of experience in IT Infrastructure with DevSecOps and Cloud Management as a DevOps Engineer,
Proficient in Git, Maven, Jenkins, Ansible, Docker, Kubernetes, Jira with AWS Cloud.
UG: B.Tech/B.E. (Computers) from Kandula Sreenivasa Reddy Memorial College of Engineering, Kadapa in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Saitej Reddy
Having 3+ years of experience in IT Infrastructure with DevSecOps and Cloud
Management as a DevOps Engineer, Proficient in Git, Maven, Jenkins, Ansible,
Docker, Kubernetes, Jira with AWS Cloud.
Key Skills: kubernetes,git,maven,shell
scripting,aws,ansible,docker,bitbucket,confluence,JIRA,linux,SQL,Linux,Bash,Ant,Subversion,grafana,AWS
Summary
Having 3+ years of experience in IT Infrastructure with DevSecOps and Cloud Management as a DevOps Engineer, Proficient in
Git, Maven, Jenkins, Ansible, Docker, Kuberneties, Jira wit AWS Cloud.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
MAVEN
Jenkins
DOCKER
Kubernetes
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d1…
https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d170647440e085f… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS
JIRA
HTML
CI/CD
GIT
NEXUS
sonar cube
Ansible
CHEF
Grafana
EFK
ELK
Shell Scripting
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
Hindi Expert
English Proficient
Rank 1056: Resume 1144 with similarity score 0.013368377663087891
B.S , MS , BSC , BS associate , lead architect , devops , software developer , software programmer , solution architect , full time , lead technical architect , senior analyst telugu , microsoft azure , security , platform design , faas , conducting , web api , gateway , status , application architecture , xml , ec2 , platform architecture , sql server , coordinated , notification , registration , publishing , web apps , devops , kubernetes , designation , implantation , mar , cloud , ltd , architects , windows , english , code review , mascot , project , microservices , solution architecture , angularjs , rest , mvc , togaf , enterprise messaging , javascript , kms , data services , physics , affirmative action , mysql , oracle , technical architecture , maintenance , dynamo , jquery , iaas , paas , email , aws , design patterns , containerization , languages , search , sdk , servicenow , gcs , asp.net core , investment , tamil , step , authentication , oauth , authorization , functional requirements , teams , c# , enterprise architecture , s3 , framework , comp , iis , uml , ado.net , linq , technology architecture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a150…
https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a1504134551580e0… 1/3
Current Designation: Lead Technical Architect
Current Company: Accenture
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture as Lead Technical Architect
Oct 2015 to Till Date
Role: Cloud Technical - Lead Architect
Team Size: 60
Environment: AWS Serverless Architecture, API Gateway, Lambda, IAM, OAuth V2, Node JS, SES, SQS, SNS, Dynamo
DB, Aurora MySQL, Aurora Serverless, Kenesis Firehose, Redshift, Angular, Web API, EC2, VPC, Step functions, S3,
Static webhosting, Route 53, AWS SDK, KMS and Secret Manager
Description: GCS Admin, planning, Total Rewards using Angular hosted in S3, Cloudfront, R53 .net Core Web API hosted
in Lambda, microservices in nodejs Lambda, API Gateway, SES, Aurora DB. Comp planning Angular hosted in S3,
CF,R53 and api in Azure App services, db in Azure SQL.Microservices in Azure functions. Benefits Admin involved
Integration with Benefits portal using Serverless Architecture with Lambda, AWS Aurora MySQL serverless.
Responsibilities:
Managing AWS Serverless solution design and implantation governance
Designing architecture design and provided solutions
Fitment analysis and POC to evaluate the services capability
Integrating & designing all the modules in the system and external touch points
Involved in design decisions and worked with stakeholders to get approval of the Architecture
Conducting code review for quality and ensuring the NFRs implementation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sathiyanarayanan Gopal
Technical Architect seeking roles in Cloud Application Architecture ,Enterprise
Architecture,Solution Design,Technical Consulting,Integration Design,DevOps
Engineering,AWS,Azure,NodeJS,.NET,ASP.NET,MVC,WCF,ADO.NET,JavaScript,jQuery
Key Skills: Technical Architect,Cloud Technical Architecture,Enterprise Architecture,Solution Design,Technical
Consulting,Integration Design,DevOps
Engineering,AWS,Azure,NodeJS,.NET,ASP.NET,MVC,WCF,ADO.NET,JavaScript,jQuery
Summary
18+ years of total IT experience comprising 9+ years of experience in Technical Architecture with Azure Certified, AWS Certified
Solution Architect Professional, TOGAF 9 Certified and experience in architecture, designing, implementing & supporting Cloud
based Architecture & its solutions with quality parameters.
Leveraged technology architecture to increase asset value of the company and secure further investment for growth
Successfully worked on AWS & Azure Cloud Architecture, Cloud Platform, Serverless Architecture, Microsoft Technologies
C#, ASP.NET Core, MVC & WCF), Design Patterns, and UML
Expertise in AWS & Azure Solution Architecture - IaaS, PaaS & FaaS Services-EC2, API Gateway, Lambda, S3, IAM, VPC,
RDS, Aurora, Azure Web Apps and Containerization Dockers and Kubernetes
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a150…
https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a1504134551580e0… 2/3
Title: SNfA - Unified Gateway Framework
Period: Jun 18 Mar 19
Role: Cloud Technical Architect
Team Size: 10
Environment: AWS Serverless Architecture, API Gateway, Lambda, IAM, OAuth V2, Node JS, Elastic Search, and
ServiceNow Script REST API
Description: The project involves AWS Unified Gateway which is the inbound / outbound integration for SNfA. Using
Serverless Architecture the wrapper services served the inbound integration. Lambda is used for authentication and
wrapper service for scripted REST API in Servicenow. API Gateway used to throttle the services.
Responsibilities:
Managing AWS Serverless solution design and implantation governance
Designing architecture design and integrating with scripted REST API
Enabling OAuth V2 with API gateway and security design
Integrating & designing elastic search
Involved in Scripted REST API design and implementation
Conducting code review for quality and ensuring the NFRs implementation
Title: Enterprise Messaging System
Period: Sep 17-May 18
Role: Cloud Technical Architect
Team Size: 10
Environment: AWS EC2, LB, SQS, SNS, API Gateway, Lambda, IAM, OAuth V2, and Node JS
Description: The project involved Enterprise Messaging which was developed for pub sub-model communication across
enterprise applications. SNS topic & subscription used for publishing & subscribing model. SQS was used to send
messages to subscribers. It was integrated with Subscribers Lambda and pushed notification to given end-point / DB.
Responsibilities:
Designed solution / technical architecture; provided consulting for implementation and ensured best practices & non-
functional requirements
Coordinated with various teams architects and showcased capabilities & advantages of this system
Reprocess functionalities design & implementation; delivered consulting for FaaS design & implementation for consumers
Prepared registration module of subscribers design
Drove best practices, conducted code review for quality and ensured NFRs implementation
Title: SNfA Integration & Platform Architecture
Period: Jun 16-Aug 17
Role: Platform Technical Architect
Team Size: 230
Environment: ServiceNow Platform Architecture, Platform Design, Customization, and Integration with MID Server
Description: The project involved ServiceNow Platform Architecture for SNfA. Performed integration with enterprise
systems with MID server.
Cognizant Technologies Solutions as Architect Technology
May 2012 to Oct 2015
.NET Solution Architect for Information customers
HCL Technologies Pvt Ltd as Associate Technical Architect
Mar 2011 to May 2012
.NET Technical and Solution Architect
Verizon Data Services India Pvt Ltd as Senior Analyst
May 2006 to Mar 2011
Module Lead and Technical Architect
HCL Technologies as Member Technical Staff
Dec 2004 to May 2006
Software Developer involved in C#,and .NET implementation and Performance task
Mascot Esoft Technologies Ltd., as Software Programmer
Aug 2002 to Dec 2004
Software developer
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a150…
https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a1504134551580e0… 3/3
UG: B.Sc (Physics) from Bharathiar University, Coimbatore in 1998
PG: MCA (Computers) from Bharathiar University, Coimbatore in 2001
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Professional
AWS Certified Solution Architect Associate
TOGAF 9 Certified Architect
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
NodeJS, .NET, ASP.NET, MVC, WCF
AWS Solution Design and implementation 2019 2 Year(s) 0 Month(s)
AngularJS, Servicenow JS APIs
IIS
SQL Server, Oracle
XML, WCF, LINQ, MVC
WINDOWS
DESIGN PATTERNS, UML
AWS 2020 2 Year(s) 6 Month(s)
Microsoft Azure 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 1057: Resume 769 with similarity score 0.013338880197259319
B.S , MS , BS java lead developer , senior software engineer , full time , team lead , technical lead , financial consultant quartz , telugu , tortoise svn , angular , databases , docker , digital , status , hql , xml , pl/sql , writing , axis2 , kibana , prime , weblogic , ecommerce , client side scripting , designation , plugins , csm , hindi , programming concepts , json , english , web applications , agile , project , solution architecture , ibm , poi , beans , mvc , flow , cast , struts , javascript , reporting , couchbase , affirmative action , oracle , mysql , public , maintenance , unix , jquery , apache kafka , activemq , escalation , email , jpa , tomcat , operations , junit , maven , languages , hibernate , cassandra , mobile , search , dhtml , ajax , online , api , mockito , jenkins , jasper , css , websphere , mercury , authorization , client/server , approvals , servlets , spring boot , savings , shell scripting , jazz , framework , events , purchasing , communications , convenience , eclipse 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f400816…
https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f4008165010125b095f… 1/3
Current Designation: Java Lead Developer
Current Company: Hoch Solutions
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Hoch Solutions as Java Lead Developer
Jun 2019 to Till Date
Project#1:
Title: Digital Platform.
Client: Prudential Assurance Company, Singapore.
Duration: June 2019 to till Date.
Environment: Java 1.8, Spring Boot 2.0, Angular 1.3, Spring 4.0, Jboss, Oracle, CouchBase.
Project description:
Digital Platform is an online portal for the existing / new customers for purchasing the prudential medical, Savings,
Retirement and endorsement products. Landed customers can enjoy greater convenience with the Digital Platform with
the freedom to learn about products, arrange for a discussion with a Financial Consultant (FC) or make a purchase online
at anytime and anywhere.
Roles and Responsibilities:
Involved in requirement analysis.
Involved in designing and developing.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
BALAJI TRINATH PAVAN KUMAR NAMBULA
CSM, SCJP Java Lead Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,Servlets,JSP,JDBC,JMS,JAXB
API,CSS,JavaScript,jQuery,Angular
Key Skills: Java Lead Developer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Java,Servlets,JSP,JDBC,JMS,JAXB
API,CSS,JavaScript,jQuery,Angular
Summary
Over 9 years of experience in IT industry with proficiency in the development and management of distributed, Client/Server and
Web Applications.
Strong knowledge and experience on Agile SDLC and Object Oriented Programming concepts.
Hands on experience in IT industry as a Senior Software Engineer/Technical Lead in developing and providing solutions by
using frameworks/technologies like CSS, HTML, DHTML using Java script/JQuery, Angular, JSON/AJAX, JDBC, SQL, PL/SQL,
XML, JSP & Servlets, JSTL, JMS, Spring (IOC, AOP, MVC, Quartz, Boot), Hibernate, JSF 2.x, Prime Faces 3.x, Struts 2.x, Web
Services framework, Apache - Active MQ, IBM MQ, Apache Kafka, Camel, Service Mix, JUnit, Mockito, JNDI, SVN, GIT.
Expertise in developing rich UI and client side scripting using jQuery and jQuery extension plugins.
Expertise in writing SQL queries and Hibernate queries (HQL, Criteria).
Experience in handling NO SQL Databases like Cassandra & Mongo DB.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f400816…
https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f4008165010125b095f… 2/3
Build, test, deploy and deliver to client.
Prepare documents as per procedure.
Brandt International as Technical Lead
Jul 2018 to Jun 2019
Project#2:
Title: e Work Permit
Client: U Mobile, Malaysia
Duration: January 2019 May 2019.
Environment: Java 1.8, Spring Boot 2.0, JSF, Prime Faces, Jquery, Hibernate, Spring 4.0, My Sql, Docker container.
Project description:
e Work Permit is a work flow process for u mobile operations. It would provide the work flow management for all the u
Mobile Network Operations. Users can create a work flow and assign to concern departments and can track the progress
of work with escalation level of management approvals. It includes the communications with different u Mobile work
systems. So the integration should be in sync, so that user can visualize the progress of real work.
Roles and Responsibilities:
Involved in requirement analysis.
Involved in designing and developing.
Build, test, deploy and deliver to client.
Prepare documents as per procedure.
Nityo Infotech as Java Lead Developer
Jan 2018 to Jun 2018
Project#3:
Title: Mercury
Client: DHL
Duration: January 2018 to December 2018.
Environment: Java 1.8, Spring Boot 2.0, Angular, Free Marker, Cassandra, Elastic Search, Kibana, Apache Kafka, Hazel
cast, Maven, Jenkins, SVN, Rational Jazz Team Server.
Project description:
Mercury is an interface for non-standard integration for customers who are not using DHL ecommerce Public API for
Order Submission and tracking events update. Provide Shipment Creation interface for market places. Push Tracking
events to receive from GTB. Reporting for the Failed Events for Failed Shipments and Failed Tracking Events.
Roles and Responsibilities:
Involved in requirement analysis.
Involved in designing and developing.
Build, test, deploy and deliver to client.
Prepare documents as per procedure.
UG: B.Sc (Computers) from Andhra University in 2007
PG: MCA (Computers) from Andhra University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Servlets & JSP, JDBC, JMS
JAXB API, APACHE POI & AXIS2
CSS, JavaScript, jQuery
UNIX Shell Scripting, Angular
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f400816…
https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f4008165010125b095f… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Struts 1.x/2.x, Spring
Hibernate 3.x, JPA
Apache - Tomcat, ActiveMQ
Service Mix, Apache Karaf, WebLogic
WebSphere, JBOSS
Eclipse, Net Beans, IntelliJ
Oracle 9i/10g/11g, MySQL
Cassandra
Elastic Search
Ant, Maven, JUnit, Jasper
SVN, Tortoise SVN, Git
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1058: Resume 1263 with similarity score 0.013233076716118501
B.S , MS , M.S software engineer , web developer , senior engineer , software developer , full time resource allocation , api , customer , lumen , designation , ug , tamil , affirmative action , information technology , mysql , hindi , beginner , maintenance , travel , php , jquery , authorization , english , status , email , project , application , solution architecture , angularjs , drupal , rest , mvc , languages , es6 , cms , javascript , web , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170…
https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170716485e09080… 1/2
Current Designation: Senior Engineer
Current Company: Aspire Systems
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [information technology]
Verified : Phone Number | Email - id
Aspire Systems as Senior Engineer
Feb 2016 to Till Date
Maintaining existing angular projects.
Maveric Systems as Software Engineer
Jul 2015 to Nov 2015
Maintaining the Timesheets, Travel and Tourism module maintenance and Resource allocation modules. Also taken care
of the weekly scheduled reports submitted to the team.
K2B Solutions as Web Developer
Sep 2014 to Jun 2015
Taken care of individual projects core php, MVC applications and CMS. Interacted with customers regarding the project
updates and clarifications.
Rapid Care as Software Developer
May 2012 to Sep 2014
Responsible for a PHP MVC application and customer handling.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Aravind Raj. P
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,PHP,MySQL,jQuery,Ajax,Gulp,Angular,Rest
API,Lumen,React Js
Key Skills: Software Engineer,Software Developer,oftware Development,Application Programming,Application
Maintenance,Project Management,PHP,MySQL,jQuery,Ajax,Gulp,Angular,Rest API,Lumen,React Js
Summary
Hands of experience in ES6 and js frameworks Angularjs, Angular and React Js.
Plenty of experience in PHP MVC Frameworks and CMS.
Have good knowledge and expertise in Mysql, jQuery and ES6.
Communication and interaction skills with Europian clients.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170…
https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170716485e09080… 2/2
UG: B.Sc (information technology) from N.M.S.S.V.N COLLEGE, MADURAI in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
PHP
DRUPAL
MySQL
JQUERY
AJAX
React js
JavaScript 6 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Hindi Beginner
Rank 1059: Resume 1418 with similarity score 0.013179379453464427
B.E , MS , B.TECH full time , sap basis consultant , change management , erp consultant server monitoring , production systems , security , idoc , cmc , linux , gateway , status , mumbai , transportation , plus , ibm aix , components , exposure to sap , soa , basis administration , workflow , crm , retail , designation , mar , sap consulting , web services , system installations , hindi , cloud , cluster , ltd , system configuration , ale , software installation , english , sap system , project , 1709 , performance tuning , change management , resolve , notes , javascript , rolling , saint , affirmative action , studio , add-ons , maintenance , unix , database administration , space management , suse , bods , architecture , email , tomcat , problem management , operations , client administration , languages , export , sap data services , sap implementation , sap hana , job scheduling , high availability , sles , ug , routing , authentication , ticketing , apache , import , authorization , kernel , sap configuration , solman , sap lumira , servers , schemas , repository , framework , replication , backup and recovery 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c140910…
https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c1409105115105d5900… 1/2
Current Designation: SAP Basis HANA Consultant
Current Company: Tata Consultancy Services Ltd.
Current Location: Mumbai
Pref. Location: Pune,Mumbai
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 11 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as SAP Basis HANA Consultant
Mar 2018 to Till Date
Environment : SAP ECC 6.0 EHP7/S/4 HANA 1709 and 1909, SAP BO/BW, PO, NetWeaver, SAP CAR, HANA DB, MDG,
BODS (Data Services), CAR, SCM, TM/EM,
SAP Lumira, SAP Datahub, Cloud Connector.
Project # 1
Client : Retail
Profile : SAP Basis S/4 HANA Consultant
Skill and Tools : SAP ECC6.0, S/4 HANA IBM AIX -UNIX, SLES, SAP BASIS & HANA DB.
SAP Basis administration and technical core competencies tasks including SAP and HANA software installation and
configuration, upgrade, applying Support Packages, and installation of add-on software components.
SAP High Availability installation (HA+) on Suse Linux cluster environment with Enqueue replication, have migrated
Solman 7.2 to High Availability plus from standalone with ASCS/SCS split.
SPS Upgrade and S/4 HANA 1909 upgrade using SUM tool of different SAP systems like S/4 HANA, SAP MDG, SAP
CAR, SAP PO, SAP TM&EM, Data service, BOBJ, etc.
HANA 1.0/2.0 database High Availability installation on cluster environment with HANA replication, HANA Upgrades,
administration, tracing, BACKUP AND RECOVERY through HANA studio, parameter configuration.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
KUNAL SAWANT
Proficient SAP Basis Consultant With 3 years deftly handling SAP Administration
Module from initial Installation/implementation through patching and maintenance to
end-to-end solution. Actively looking for a job change where I can grow professionally
Key Skills: SAP BASIS Consultant,SAP S/4 HANA,SAP Consulting,SAP Implementation,SAP Configuration,System
Analysis,Incident Management,SAP HANA,NetWeaver,SAP ECC,Unix,SAP Basis,SAP Basis Administration,System
Copy,SAP Upgrade,Installation,Basis,SAP
Summary
Proficient SAP Basis Consultant with 3 years deftly handling SAP administration module with exposure to SAP HANA, S/4
HANA, SAP Data Services, SAP TM/EM, SAP Gateway&FIORI, SAP Datahub, SAP Lumira, and HANA Security.
Hands-on experience in administration, architecture, design and Implementation of SAP systems.
Completed System Installations, Configuration, Upgrades using SUM tool, System Refreshes using System copy, Database
backup/restore methods.
Applying Patches (SPAM), Add-ons (SAINT), SAP Notes (SNOTE), SSO Configuration, Language Install, SAP Host Agent
Install & Upgrade, Job scheduling, Parameter changes, Operation mode settings, Rolling Kernel Switch, Client administration
tasks like Client copy (Local, Remote & Import/Export), new Client creation, and Client deletion and maintaining client settings,
etc.
HANA Database administration and installation through SAP HANA Studio, Updating the HANA Database software using HANA
Lifecycle Manager.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c140910…
https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c1409105115105d5900… 2/2
Used HLM HANA Lifecycle Manager to Administrate, Integrate, update SAP HANA Components and worked on all Admin
Tools for SAP HANA and performed SAP HANA Operations such as Table Administration, Periodic Manual Tasks
Transport Changes etc.
Performed Hana Security activities which include users, roles, and privileges.
SAP S/4 HANA implementation & Configuration, ALE/IDOC Set up b/w SAP Systems, HANA Rule Framework
configuration and integration with SAP systems etc.
SAP S/4 HANA MDG installation with Utopia addon, DRFIMG Basis configuration, SOA configuration, NWBC, BGRFC
configuration, Post activities like Business Function, Business Set Activation, Workflow Automatic RFC configuration etc.
SAP Data Services installation, Creating Repository, users, schemas on HANA database, CMC user creations, Job Server
creation, and setup ODBC connection, job server monitoring etc.
SAP S/4 HANA Gateway/FIORI installation and SSO configuration with backend SAP servers with web dispatcher routing,
Fiori CAR HANA SSO etc.
SAP BW 7.5 installation and integrate with SAP BO, Source system connection
SAP BO/Lumira upgrades, timeout setting in BI, Wdeploy tomcat configuration, dswsbobje Web Services with Apache,
SAP authentication enabling, BO Adaptive service split etc.
SAP Cloud Connector installation as standalone & High Availability, upgrades, Subaccount configuration, Backend SAP
system configuration with Cloud connector etc.
SAP Datahub installation, user?s creation in datahub, instance creation etc.
Applied support packs (SPAM), add-ons/plug-ins (SAINT) and Kernel Upgrades, Performance Tuning, Daily System
Administration, Backup and Space management, OSS Note Implementation etc.
Completed transports which include Creation of transports, importing transports (both SAP and OS level, Charm) in
Development, Quality and Production systems.
Completed SAP System Parameters changes, database parameter changes.
Lead Responsibilities:
Supporting to all system in 24*7 in client environment and close monitoring.
Ticketing tool (Service Now): Handling all problem management, change management and incident management tickets.
Raising OSS message and coordinating with them to resolve issue.
Documented implementation and upgrade process with detailed level.
Working on daily transportation, note implementation, etc.
UG: B.Tech/B.E. (Mechanical) from Mumbai University in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP Basis S/4
HANA
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 1060: Resume 1095 with similarity score 0.013136023310438213
B.S , MS , MSC , BS cyber security , technical architect , manager information , cto , information security , ciso , partner , principal consultant , security architect , full time , support staff , cissp , vp , program manager bcm , financial services , customer , ease , hipaa , office , workshops , space , regulatory requirements , conducting , apt , status , logging , digital transformation , cgeit , mumbai , system architecture , components , coordinated , organization , security controls , vulnerability assessment , retail , phantom , consortium , access , designation , mar , deliverables , information security management , iso 27001 , hindi , cloud , nerc , gap analysis , ping , ltd , database servers , english , penetration testing , code review , bpo , splunk , fine tuning , global security , architecting , disaster recovery , kanban , strategy , white papers , security policy , documentation , dashboard , javascript , committees , security operations , application security , business requirements , business continuity , bfsi , cyber security , technology enhancements , reporting , general , training material , operational risk , sic , vendors , affirmative action , collaboration , hub , vendor management , test procedures , netscreen , regulations , timelines , email , tomcat , aws , project delivery , it compliance , continuous improvement , ids , cissp , premises , languages , bs7799 , draft , client requirements , big data , basel iii , cisco , management system , jira , web , policies & procedures , rbi , servicenow , it governance , catalogue , program management , compliance management , coaching , risk assessment , american express , ug , coe , authentication , firewall , azure , authorization , teams , enterprise , deliveries , soar , pki , map , cmmi level 5 , electronics , led , drive , auditing , framework , offshore , finance , arcsight , liaison , network administration , sonic 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 1/5
Current Designation: Domain Security Partner (TBM)
Current Company: ANZ Bank
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MMM [marketing]
Verified : Phone Number | Email - id
ANZ Bank as Domain Security Partner (TBM)
Oct 2013 to Till Date
Currently working with ANZ Bangalore office, which is part of the ISO function. This is COE function of the security
domain. I am working as a Domain Security Partner for Technology Business Management for Security in Change (SIC).
The main objective is to Design and assess new Technologies, Cloud solutions for Banking Application, Collaborate Risk
management activities with various teams across security. Provide end to end Cloud enabled security and compliance
solutions to client.
Some of the high-level responsibilities are
* Work for the CTO office for implementation of new technologies on Cloud Platform
* Liaison with respective Business Unit Head and help them
* Manage the discussion with business owners and other security stakeholders
* Manage third party risk by ensure the security and compliance are met by the third party
* Collaboration of Risk management activities with various teams and project stakeholders
* Part of digital transformation for security and compliance
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Pradeep Jagtap
MSCE,CISSP,CISM,CRISC,CGEIT Certified Domain Security Partner Seeking
assignment in Cyber Security Management,Networking Engineering,Penetration
testing,IT Governance Risk,Compliance
Management,GCP,Azure,AWS,HIPAA,NERC,Sonic Firewall,ServiceNow
Key Skills: Domain Security Partner,Head/VP/GM-Technology(IT)/CTO,Cyber Security Management,Networking
Engineering,Penetration testing,IT Governance Risk,Compliance Management,IS
Audit,GCP,Azure,AWS,HIPAA,NERC,Sonic Firewall,ServiceNow,DevSec Ops,Jira,KANBAN
Summary
A dynamic professional with 18+ years of rich experience in Cyber Security Management, Enterprise/Operational Risk
Management, Project Management and Program Management.
Overseen Security Operations centre or GSOC for 5 years
Managed Large teams up to 150 members across the globe
Managed and delivered several projects in the area of Security strategy, Business Continuity, Cyber Security Programs,
Penetration testing, Application Security and Vulnerability Assessment.
Lead Security Architect for major IT Governance Risk and Compliance projects
Supporting global implementation of process improvements or technology enhancements, ultimately facilitating change
management throughout the organization.
Managing P/L accounts and budgets for the business unit
Proficiency in architecting in IT and Information Security Management framework
Good understanding of various laws and regulations (SEC, RBI, PCI-DSS, SOX, Basel III, APARA, HKMA, MAS and GAAP
etc.)
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 2/5
* Provide review comments and guidance to the risk assessment team for continuous improvement
* Part of People leaders' group in SIC and drive initiative for Bangalore hub
* Design and verify Security Architecture for new implementations, PAM, Secrets Management,
IIQ and Ping identity
* Coordination and Collaboration of Security activities in Application Security, IAM, Source code review, Network
Security and layered defence
* Ensure the business is made aware of the on-going risk and the new projects risk and manage Risk Management
activities within the budget and timelines
* Provide the status dashboard to the Senior management in Melbourne
* Manage and participate Security management committees in security domain
* Good knowledge of GCP, Azure and AWS (Cloud Platform)
* Few programs managed
a. Implementation of enterprise Big data analytic for log monitoring (all critical servers and application)
b. Implementation of SOAR platform Phantom
c. Implementation of Splunk and Arcsight for log Monitoring
d. Implementation IIQ 7.2 in cloud environment (AWS and GCP)
e. Implementation of Hashicorp (Secrets Management) on premises and over cloud
Zensar Technologies Ltd as Global Head Information Security & Risk Mgt
Jun 2010 to Oct 2013
Was heading the Information Security and Risk Management practice in Zensar, as part of my duties I was accountable for
developing the Information Security and Risk Management practice. I was also responsible for developing new clients in
the information security and risk management space.
Some of the responsibilities
* Develop a COE for the new business offerings
* Conduct workshops for the customer on business offerings
* Consulting the services for the initial part of security engagement and then handing over to the delivery team
* Architected and implemented Global Security Operation Centre (GSOC)
* Managed largest customer with 4 lakhs user and their infra for Security Operations
* Develop white papers for the current security trend
* Lead and Managed global security teams
* Vendor Management (Product companies and Partner vendors)
* Speaker for ISRM area for GPW (Global Partnership Week) and Industry consortium
* Managing P/L accounts
* Lead COE activities Identity and Access Management, Security Products, Security Governance and Operational
security services
Industry : Hospitality
Service Area : Security Management
Client : Wyndham Worldwide
Technical Environment : Gap Assessment of SOC environment
Description : The objective of the project was to identify the gaps of Security Operation Centre. We created an
integrated controls framework with the help of PCI-DSS and ISO27001 requirement for LMR (Logging, Monitoring and
Reporting) controls. Conducted the gap assessment for the policies, procedures and guidelines of the Security Operation
and redrafted the documentation to address the ISO and PCI requirements.
Responsibilities :
* Led the onsite team to develop the client deliverables
Barclays Technology Centre as Head of MI and Governance EM
Oct 2009 to May 2010
As a part of ITSCM team I was responsible for generating Management Information from the Business Continuity and
Disaster Recovery exercises conducted periodically through the operational regions. The role also requires me to ensure
the governance compliance is in line with the BCM minimum standards prescribed by the company. This role also requires
understanding of various regulatory requirements like FSA and other region-specific requirement in Banking and Financial
Services industry.
Deloitte & Touche AERS India Pvt. Ltd. as Manager
May 2007 to Mar 2009
Industry : Retail
Service Area : Security Management
Client : Loblaw Retail chain Canada
Technical Environment : Risk Catalogue
Description : The objective of the project was to draft various policies / guidelines / standards/training material based
on client requirement.
Responsibilities :
* Managed and delivered from offshore the client deliverables of security policies and guidelines for the ISO framework
* Drafted the technical policy documentation for the client in line with the new technology changes
* Derived the security/industry standard and regulatory reference of controls for ease of implementation
* Management of offshore team and project deliveries
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 3/5
Industry : Deloitte Audit-Internal
Service Area : Security Management
Client : Deloitte Audit
Technical Environment : Risk Catalogue
Description : The objective of the project was to create a framework wherein various policies / guidelines / leading
practices / standard-based documents could be decomposed and mapped to apt control requirements, categories,
sections and test procedures.
Responsibilities :
Managed the project delivery from offshore
I lead to define the integrated framework with the help of various security policies, leading auditing practices and other
security standards.
We decomposed and mapped the security controls in various categories and derived the test procedures of them
Industry : Education
Service Area : Security Management
Client : DeVry University
Technical Environment : Risk Catalogue, ISO 17799, PCI, HIPAA and NERC
Description : The approach was based on the Risk Catalogue methodology which would map the entire client
requirement on standards and regulations (HIPAA, PCI, ISO 27001 and NERC) to the client requirements.
Responsibilities :
Conducted gap analysis on the client's security policies and mapped the corresponding section of the client's enterprise
security policy as a part of the gap analysis. An exhaustive gap analysis report and high-level domain wise reports were
delivered to the client.
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Security Management
Client : Leading Software Development Company dealing in FSI related products
Technical Environment : ISO 17799
Description : The engagement aims toward security assessment based on ISO 17799 standards.
Responsibilities : Handled the following tasks:
Documentation, creation of templates and fine tuning of test procedures.
Conducted Gap Analysis of policies & procedures.
Updated the assessment templates with the data provided.
Industry : Retail Banking
Service Area : Security Management
Client : American Express
Technical Environment : BFSI related requirements- SEC, SOX and BASEL II and industry best practices
Description : The engagement aimed towards defining the policy and procedures of the client environment on various
requirements.
Responsibilities : Handled following tasks:
Documentation; Gap Analysis of Policies.
Drafting the policies and procedures for the client.
Industry : Retail
Service Area : Security Management
Client : Save Mart Supermarket Chain
Technical Environment : PCI and HIPAA
Description : The engagement aimed towards certification of the client environment on PCI and HIPAA standards.
Responsibilities : Handled following tasks:
Documentation; Gap Analysis of Policies.
Risk Management Program and system architecture & standards.
Design PKI infra and implementation of data tokenisation
Zensar Technologies Ltd. as Manager Information Security
Apr 2002 to Apr 2007
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Certification for the Company
Service Line : ISO27001 Certification
Role : Program Manager and interim CISO
Technical Environment:
RSA authentication.
IDS ISS Real Secure.
Responsibilities : Handled the following tasks:
Implemented the ISO 27001 standard and obtained certification.
Coordinated and communicated standards, policies and procedures across all the delivery units and support departments
(HR, Finance and Admin).
Liaising with various business unit heads for compliance
Organised training and awareness programs throughout the company.
Conducting IS awareness for managers and delivery heads.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 4/5
Mapped the BS7799 standard to ISO 27001 standard controls.
Conducted the Infosec Forum meeting with the management.
Assessed the vulnerability for all critical components
Created awareness on ISO 27001.
Third Party Vendor assessments
Leading the team of Internal Auditors
Coaching the team of Internal Auditors on latest security trends and IT compliance
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Certification for the Company
Service Line : BS7799 Certification
Role : ISO-Program Manager for implementation of BS7799 Standard
Technical Environment: Experience in the following Components:
RSA authentication.
IDS ISS Real Secure.
Tomcat Web server for IS awareness portal.
Responsibilities : Handled the following tasks:
Conducted the Infosec Forum meeting with the management.
Assessed the vulnerability for all critical components
Mentored the IS team and Internal Security Auditors.
Drafted the security policies and procedures.
Created awareness on ISO 27001
Leading the team of Internal Auditors
Coaching the team of Internal Auditors on latest security trends and IT compliance
Industry : BPO (Zensar)
Service Area : Information Security and Privacy Implementation Program
Service line : Information Security
Role : Program Manager and Compliance in-charge
Technical Environment : Experience in the following components:
Networking components
Database servers
Win 2k
Management System : ISO 27001
Responsibilities : Handled the following tasks:
Requirement analysis for information security and privacy requirement for several clients within the BPO business unit
Determining the processes in line with the business requirement
Liaising with various business unit heads for compliance
Risk assessment and impact analysis
Training for the IT support staff and the BPO clients
Implementation of security and privacy controls in line with the business requirements
Industry : Retail and FSI
Service Area : Business Continuity and Disaster Recovery (Process and IT)
Service Line : Information Security
Role : Project Manager- Architect
Technical Environment : Experience in the following Components:
RSA Server.
Win 2k,
Cisco Network components.
Management system : CMMI level 5
: ISO 27001
Responsibilities : Handled the following tasks:
Requirement analysis for business continuity.
Determined the business continuity processes in line with the business requirement
Risk Assessment and Impact analysis.
Training on Business Continuity and Disaster Recovery.
Planning & executing the BCP/DR.
Industry : Customs Association (CAAAREM Mexico)
Service Area : Security Audit, Server & Network Assessment and Implementation
Service Line : Information Security
Role : Principal consultant
Technical Environment : Experience in the following Components:
Netscreen Firewall 204 series.
Win 2k.
Cisco Network component.
Responsibilities : Handled the following tasks:
Assessed the vulnerability for all critical components.
Organised training on Information Security.
Drafted the security policies and procedures.
Developed a secure solution.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 5/5
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Security Audit, Server & Network Assessment
Service Line : Information Security
Client : Inetgen
Role : Principal consultant
Evincere Soft. Solu. Pvt. Ltd. as Technical Architect
Jul 2000 to Apr 2002
UG: B.Sc (Electronics) from Pune University in 1996
PG: MMM (marketing) from Pune University in 2008
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
Marathi Proficient
English Expert
Rank 1061: Resume 1167 with similarity score 0.013032563460070808
B.S , MS , BS build master , cloud architect , solutions architect , server administrator , system administrator , associate , solution architect , cloud engineer , full time , devops consultant , senior consultant , senior devops engineer , enterprise architect , data management , balancer mcsa , training , security , fault tolerance , elastic load balancing , connect , space , conducting , docker , dll , status , store , snapshot , wal-mart , continuous integration , testing , components , features , infrastructure , cms , system administration , organization , amazon web services , vdi , amazon ec2 , devops , powershell , performance monitor , designation , hindi , ltd , provision , english , troubleshooting , groups , programming languages , fixing , pipelines , c++ , resolve , system operations , javascript , vmware vsphere , disk , continuous delivery , rca , general , performing , change requests , developers , pages , groovy , vendors , affirmative action , information technology , mysql , public , maintenance , dynamo , office 365 , checks , iaas , escalation , paas , email , health check , aws , microsoft , saas , web access , github , edge , maven , resolving issues , ibm tivoli , failover , balance , queues , drac , database , laptops , api , mentoring , high availability , jenkins , windows server , validation , ug , versioning , vip , active directory , azure , ami , authorization , enterprise , application , ips , global services , s3 , servers , running , finance , offshore , auditing , agents , kannada , iis , cloud computing , orchestration , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 1/4
Current Designation: Senior Consultant
Current Company: Deloitte
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Client Server
Role: Solution Architect / Enterprise Architect
Industry: Accounting/Finance
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Deloitte as Senior Consultant
Nov 2020 to Till Date
On Bench- No projects assigned
Nihilent as Senior Devops Engineer
Apr 2019 to Nov 2020
? Team-oriented AWS Solutions architect/Devops Engineer with overall Seven years? experience in AWS/Azure Cloud
administration, managing server infrastructures and datacenter operations on Windows/ server and Devops.
? Multi-tasking experience, adept at handling multiple system operations, including installation, upgrade, configuration,
administration and maintenance of windows systems
? Good knowledge of Amazon EC2, S3, Simple DB, RDS, Elastic Load Balancing, SQS, and other services in the AWS
cloud infrastructure such as IAAS, PAAS and SAAS.
? Deep experience with AWS components such as EC2, S3, Elastic IPs, EBS, Security Groups, Route 53, VPC,
ElastiCache, , RDS, DynamoDB.
? Knowledge of AWS VPC , IAM Roles , AWS Regions, Availability Zones , Edge Centre , Security Group, AMI
? Devops tools Jenkins,Buildmaster with CI/CD, pipelines and plans.
? Strong perseverance and diligence towards attaining challenging goals and possess good communication skills ,quick
learning ability and mentoring skills
Excellon Software Pvt Ltd as Sr. Server Administrator
Sep 2017 to Apr 2019
? Created AWS Launch configurations based on customized AMIs and used them to configure auto scaling groups.
? Created AMI and snapshot to create EC2 instance whenever required.
Last Active: 2-Feb-21 Last Modified: 15-Dec-20
Mr. James Jelki
AWS Solutions Architect, DevOps Consultant, Cloud Engineer, DevOps Engineer,
Seeking opportunity in Cloud Architect & Administrator, AWS Solutions,DevOps &
Cloud Computing
Key Skills: aws,azure,devops,continuous integration,Continuous Delivery,Groovy,Powershell,Jenkins,Amazon
Ec2,Ansible,Docker,Orchestration,Release Management,Build Management,Windows Server,Application
Deployment,Cloud,IIS Server,Github,Maven
Summary
Result-oriented Professional with over years of experience in AWS Solutions Architect, DevOps Engineer, AWS sysops Admin,
Cloud Admin,, System Administration, Incident Mgmt, Windows Server, Aws, Amazon web Services, .AWS Admin
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 2/4
? Created S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
? Restoring backups from Amazon Glacier as per the request from the client.
? Creating Users and assigning them roles & policies so they can access the AWS resource.
? Monitoring AWS resources using AWS CloudWatch
? Created Alarms for any activity of AWS resources so quick action can be taken
? Creating and Attaching EBS to running EC2 instance and extending the drives in windows server
? Created Direct Connect connection for GSTN for using API of GST & E-Way bill.
? Created a VPC for GSTN and resource within it like EC2, S3, Glacier, EBS, Load Balancer, Route 53, SNS,
CloudWatch, etc.
? Installing and Configuring MySQL with failover clustering with Always On feature for high availability and DR on
window server for GST
? Monitoring and maintaining the GST application hosted on IIS for resolving issues within SLA
? Working closing with GST/E-waybill vendors and resolving the issues.
? Maintaining of windows servers by competing the monthly/weekly/daily activities.
? Creating user in Active directory and giving the requested access
? Creating user in Office 365 and giving the requested access
? Monitoring & troubleshooting windows server's performance using Performance Monitor.
? Creating & Configuring IIS server.
? Uploading DLL on the web application of production, testing and development server.
? Monitoring and troubleshooting issues of IIS web application.
? Creating pipeline and plan to automate the deployment from TFS to Dev to testing server using Build master and
Jenkins
? Deploying production release to production environment using Jenkins.
? Working closely with developers and fixing the issues and bugs on application.
? Working closing with the client and resolving issues within the SLA
? Updating Mysql scripts on the database server
? Taking a backup and restore the Mysql database.
? Working with testing and development team and maintain the web application
? Working closely with vendors and updating Release on weekly bases
? Applying Microsoft patched on monthly bases
? Upgrading driver software for related hardware laptops desktops
? Also providing local support to organization infrastructure.
Compucom Systems as System Administrator
Jul 2014 to Sep 2017
? Troubleshooting Windows Server related issues, Disk space, Recovery Validation
? Working on Pages and Change requests.
? Enabling and troubleshooting Vendor access issues on the Servers
? Troubleshooting in severity issues by maintaining SLA.
? Doing RCA and resolving issues on machines that were unable to receive /install Security/Application patches.
? Working closely with Vendors and following issues until resolution.
? Monitoring queues and focusing on key areas requiring immediate attention.
? Monitoring the performance on deployment of Security patches and other modified applications on VDI's, Wal-Mart
Store machines, laptops and desktops.
? Upgrading driver software for related hardware remotely laptops desktops and VDIs.
? Managing users, computers, groups & domain in Active Directory.
? Applying Microsoft Patches for more 10000 server's environment.
? Managing Windows clustering and troubleshooting on clustering issues.
? Monitoring server performance, providing offshore support for troubleshooting on physical servers through
ILO/DRAC/Management module.
? Performing Server Health Check
? Working on IBM Tivoli backup issues and restoring backup for the same.
? Working on VSphere and troubleshooting on down server tickets.
? Updating the DLL on the testing environment then update the same as a Release in Production environment.
? Accessing the host by using VMware web client, vSphere client, and Web Access.
? Creating Snapshot.
? Creating duplicate Virtual Machine's using cloning technology.
? Troubleshooting and Deployment of Virtual machine.
? Working on Hot add.
? Migration of Virtual machine using Vmotion.
? Configured AWS IAM and Security Group in Public and Private Subnets in VPC.
? Used AWS IAM to grant fine grained access to AWS resources through configuration of roles, policies.
? Created AWS Launch configurations based on customized AMIs and used them to configure auto scaling groups.
? Created S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
? Involved deploying a multitude applications utilizing almost all of the AWS stack (Including EC2, Route53, S3, RDS,
Dynamo DB, SNS, SQS, IAM) focusing on high-availability, fault tolerance using ELB and Auto-Scaling.
? Set up data management in AWS cloud including snapshot.
? Configured AWS CloudWatch to monitor AWS resources and applications.
? Executed troubleshooting though AWS EC2 status checks including periodic instance health checks and instance
status check alerts.
? Extensive knowledge of EBS - types, features and which type of volume to use with the instance to balance
cost/performance.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 3/4
? Adding EBS volumes to running instances as per the request
? Provision windows server as per the requirement using EC2.
WNS Global Services as Associate
May 2012 to Jul 2014
Roles and Responsibilities:-
? Handling a team of 10 member and monitoring their day to day activities
? Assisting the Expertise desk and handling escalation calls, also handling Elite and VIP customers
? Mentoring inbound agents before going live on calls.
? Handling the CMS in absence of leads.
? Interacting with clients via emails for special request
? Training the new agents and conducting session from them to improve their quality
? Handling chats and assisting the customers to resolve their resolve their issue.
? Auditing the calls of the team members
___________________________________________________________________________
UG: B.Sc (Computers) from Pune University in 2012
PG: MBA/PGDM (Information Technology) from Sinhgad Business School, Pune in 2015
Other Qualifications/Certifications/Programs:
Completed Programming Languages Courses like C, C++, Java
Completed MS-CIT course
Amazon Web services AWS
MCSA
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER 2008/2012 2017 3 Year(s)
AWS Amazon
web
2017 3 Year(s)
DNS ,DHCP 2017 3 Year(s)
VMWARE Vsphere 5 2017 3 Year(s)
PATCHING 2017 3 Year(s)
Active Directory 2014 3 Year(s)
AMAZON Web Services 2020 6 Year(s) 0 Month(s)
devops 2020 4 Year(s) 0 Month(s)
Jenkins 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Expert
Hindi Expert
Marathi Proficient
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Konkani
Rank 1062: Resume 1420 with similarity score 0.01300153554910676
B.S , MS , BS erp consultant , associate , part time , full time , sap basis consultant ibp , sap hana , system monitoring , customer , telugu , sap project management , designation , sles , database monitoring , mar , profiles , affirmative action , studio , hindi , cloud , add-ons , linux , maintenance , unix , database administration , space management , copies , windows , authorization , checks , online backup , troubleshooting , english , status , kernel , email , sap netweaver , health check , groups , configuration management , snapshot , leadership , application servers , provisioning , less , oracle installation , ep , user administration , client administration , ops , pharmaceuticals , solman , running , languages , spaces , landscape , export , statistics , load balancing , basis administration , tuning , sap implementation , copying , scheduling , javascript , schedules , crm , technology 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a19…
https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a1950121551540b… 1/3
Current Designation: SAP Basis Consultant
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 3 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DXC Technology as SAP Basis Consultant
Sep 2018 to Till Date
Project Details:
Project #1
Client : Syngenta, Eon, Uniper,SKF
Duration : Sep 2018 to tilldate.
Project Execution : DXC Technology
Designation : SAP Basis Consultant
Responsibilities:
Daily Basis support for their R/3 System Landscape, troubleshooting and system Monitoring.
Performed Monitoring of Lock Management, Updates, ABAP Dumps, System Logs, Table Spaces, Background Jobs
Monitoring, etc.
Used extensively BRTOOLS for Table space management, Reorganization, BRBACKUP, BRARCHIVE, BRRESTORE,
Importing and exporting the database objects.
Configuring Operation Modes, Managing Instance Profile, managing Logon Groups for Load balancing.
Client Administration activities like creating clients, copying local clients by client copy and client transport methodologies.
Database Monitoring, Health Check, Scheduling Backups.
Performed Monitoring of Lock Management, Updates, ABAP Dumps, System Logs, Table Spaces, Background Jobs
Monitoring, etc.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Lohan
Consultant seeking roles in SAP Basis Hana Administration,SAP Implementation, SAP
Upgrade,SAP Support,Oracle Administration, SAP Project Management,Configuration
Management, Technical Support,Installation, Hana Migration, SAP Netweaver, SAP
ECC
Key Skills: Consultant seeking roles in SAP Basis with Hana Administration,SAP Implementation, SAP Upgrade,SAP
Support,Oracle Administration, SAP Project Management,Configuration Management, Technical
Support,Installation,Client Servicing, SAP Netweaver, SAP ECC
Summary
Having 5 Years of experience on SAP Basis Administration.
Working as a Sap basis, Consultant for DXC technology from September 2018 to Till date.
Worked as a BASIS Consultant for SAP Labs from April 2017 to August 2018.
Worked as a Associate Consultant for GreenByte Technologies from September 2015 to March 2017.
Hands-on experience in SAP Basis, NetWeaver and HANA.
Ability to meet deadlines and handle multiple tasks, strong leadership qualities, flexible in work schedules.
Aggressive with a positive attitude towards the work.
Ready to work in Rotational Basis 24/7.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a19…
https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a1950121551540b… 2/3
Check the status of the services, Start & Stop HANA DB,Changing SAP HANA Parameter.
SAP HANA Monitoring using HANA Studio, Restore & Recovery
SAP Labs as Basis Consultant
Apr 2017 to Aug 2018
Client : IBP Cloud ops
Duration : April 2017 to August 2018.
Project Execution : SAP labs
Designation : SAP Basis Consultant
Responsibilities:
Performed SAP HANA Installation.
SLES Migration.
Hardware Migration.
IBP Version upgrade using SPC tool
Performed HFC,EP upgrade in every weekends
Performed DB refresh
Hana monitoring and health checks.
HCI Cursor check.
Cloud report check.
SPC tool monitoring.
Trigger online backup and Snapshot backup.
License Maintenance.
Customer tickets checking.
Parameter changing by using hana studio.
System down issues investigating.
Kernal upgrade, client copies, user administration.
Configuring Operation Modes, Managing Instance Profile.
Daily Basis support for their R/3 System Landscape, troubleshooting and system Monitoring.
Appling License to hana and ABAP.
GreenByte Technologies as Associate Consultant
Sep 2015 to Mar 2017
Client : Sri Krishna Pharmaceuticals, Natems
Duration : Sep 2015 to March 2017
Project Execution : GreenByte Technologies Pvt.Ltd
Designation : Associate Consultant
Responsibilities:
Daily monitoring which includes: Checking All application servers, Work process overview, Background jobs overview,
Spool logs, system Tuning, Performance monitoring, Checking space statistics, and Backup logs etc.
User Creation, Locking/Unlocking users, Deletion of users.
Client Administration like Creation of Client, Local Client copy, Remote Client copy, Client transport(Import & Export) &
Client Deletion.
Kernel patches upgrade.
Applied Support packages, Applied Add-ons.
Maintaining SAP Profiles, Analyzing System Errors and ABAP Dump.
Background administration like Scheduling background jobs & analyzing long running jobs.
Setting up and maintaining the operation modes.
Monitoring the System time to time and involving troubleshooting problems like resetting passwords, clearing lock entries,
unlock users.
Database administration using BRTOOLS.
Performed SAP HANA Installation.
Installed SAP PI System using to SWPM.
SAP HANA Revision Upgrade
Performed Kernel Upgrade.
Performed Oracle Installation and Upgrade
Performed SAP PI Systems SPS Upgrade Using SUM tool.
SAP HANA Monitoring using SAP HANA Studio.
Worked on Data Provisioning Tools like SLT.
Client Administration activities like creating clients, copying local clients by client copy and client transport methodologies.
Scheduled and monitored background jobs of the users and monitored standard background jobs in the system on a
regular basis.
Configuring Operation Modes, Managing Instance Profile, managing Logon Groups for Load balancing.
Daily Basis support for their R/3 System Landscape, troubleshooting and system Monitoring.
Assigning operation modes to optimize work process requirements.
Performed online/offline backups.
Used extensively BRTOOLS for Table space management, Reorganization, BRBACKUP, BRARCHIVE, BRRESTORE,
Importing and exporting the database objects.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a19…
https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a1950121551540b… 3/3
UG: B.Sc (Computers) from Andhra University in 2009
PG: MCA (Computers) from jntuk in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SAP R/3 ECC, NetWeaver, Solman
UNIX, Linux, Windows, Oracle, HANA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1063: Resume 263 with similarity score 0.012902204813732573
MS , B.TECH , BS work from home , student training , applets , algorithms , internships , css , security , mar , nlp , pay , information technology , painting , public , raman , english , advanced , linear regression , architecture , models , sql , project , c programming , numbers , print , xml , prediction , resume , neural networks , android , object recognition , salary , features , machine learning , fundamentals , opencv , framework , output , research , completion , assessment , balance , python , object detection , javascript , organization , campus , square , ethical hacking , html , online Assessment
Q1. Why should you be hired for this role?
Hello, I hope you are fine. I would like to thank you very much for the job posting. I have the required skill that you are looking for in this job.
I have good hands-on experience with Python. I have done Machine Learning projects using python.
For the last few months, I have worked on a few Research papers related to object detection, NLP, Style transfer, Different architecture of
convolution neural networks. I have implemented my models using the Pytorch framework.
Recently I have used VGG19 architecture in PyTorch and used this model in Transfer learning and change some features of the models and
change some features using Pytorch torchvision library and much more.
I have started reading Research papers from arxiv.org and it helped to acquire more knowledge in this field.
Some Research papers like
1.Deep Residual networking for image recognition explains why to use the residual network for training deep neural networks.
2. Stylized Neural painting for style transfer.
3. YOLO
I heartily believe that I am the best applicant for this project and that is why I would be very thankful if you will consider my appeal and give me a
chance to prove myself.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months and I can start my internship as soon as possible.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
KARTHIK RAMAN
Visakhapatnam
Applied 08 Feb'21
Python Android C Programming
Java MSExcel Machine Learning
SQL XML CSS
HTML JavaScript OpenCV
Bachelor of Technology B.Tech), Information Technology
GITAM University
2016 - 2020
CGPA 7.92/10
Senior Secondary XII, Science
Millia Convent English School
CBSE BOARD board)
Year of completion: 2016
Percentage: 78.00%
Secondary X
Bijendra Public School
CBSE board)
Year of completion: 2013
CGPA 8.80/10
Machine Learning
Tecihmax, Hyderabad
Apr 2019 - Jun 2019
Member of Vivann organization.
ANDROID FOR BEGINNERS
Udacity, Online
PROJECTS
Jan 2019 - Mar 2019
I took an online Udacity online course to make an app.
Machine Learning
udemy, Online
Jul 2018 - Dec 2018
A Machine Learning course which consists of fundamentals of ML along with advanced ML algorithm techniques.
Certificate Link :
http://ude.my/UCAEN86Y9L
Machine Learning
Croma Campus Pvt.Ltd., Noida
May 2018 - Jul 2018
A Machine Learning course which consists of fundamentals of ML along with advanced ML algorithm techniques.
Certificate :
http://www.cromacampus.com/track-certificate/
Credential ID : CCN06313765
Python Programming Language
udemy, Online
Feb 2018 - Apr 2018
Online Python course which covers the basics of Python.
Certificate Link :
http://ude.my/UC5P6OYYJI
Java Programming Language
udemy, Online
Jan 2018 - Feb 2018
The online course covers the basics of Java.
Certificate Link :
https://www.udemy.com/certificate/UCK3OO17BN/
Ethical Hacking
udemy, Online
Sep 2017 - Nov 2017
Online Ethical Hacking course which covers the basics of hacking techniques and security.
Certificate Link :
https://www.udemy.com/certificate/UCHBZXQSDY/
Style transfer
Oct 2020 - Nov 2020
NLP
Nov 2020 - Nov 2020
Object Recognition
Nov 2019 - Dec 2019
Numbers App
Feb 2019 - Feb 2019
https://github.com/dk3003/Numbers-App
This app will take input some random numbers and it will print whether the number is square or Triangular.
Machine Learning - Salary prediction
Nov 2018 - Nov 2018
https://github.com/dk3003/Machine_Learning/blob/master/simple_linear_regression.py
An algorithm used - I have used Linear regression algorithm for predicting the salary based on the experience of a person.
Machine Learning - Based on the position pay the salary
Nov 2018 - Nov 2018
https://github.com/dk3003/Machine_Learning/blob/master/polynomial_regression.py
An algorithm used - I have used two algorithms Linear regression, polynomial regression) for comparing the prediction
output accuracy and I have found that polynomial regression gave me the accuracy score of 89%.
Machine Learning - Balance dataset
Oct 2018 - Oct 2018
https://github.com/dk3003/Machine_Learning/blob/master/result_using_gini_index.py
https://github.com/dk3003/Numbers-App
https://github.com/dk3003/Machine_Learning/blob/master/simple_linear_regression.py
https://github.com/dk3003/Machine_Learning/blob/master/polynomial_regression.py
https://github.com/dk3003/Machine_Learning/blob/master/result_using_gini_index.py
CONTACT Phone: 91 8210978913
An algorithm used - I have used two algorithms Gini index, entropy) for comparing the predicted output accuracy and I have
found that the Gini index gave me the accuracy score of 74%.
Creating student results using applets and swings in java :
Sep 2018 - Sep 2018
https://github.com/dk3003/Creating-student-results-using-apllet-and-swings-in-java
Student result is taken as input and display the maximum cgpa.
https://github.com/dk3003/Creating-student-results-using-apllet-and-swings-in-java
Rank 1064: Resume 472 with similarity score 0.012872575572899706
MS , B.TECH , BS work from home , autocad training , display technology , mar , design , truck , digital , automotive , project , transmission , autocad , application , c programming , torque , sheet metal , resume , paper , microwave engineering , art , flow , welding , research , locomotive , gear , emerging technologies , completion , assessment , diesel , exhaust Assessment
Q1. Why should you be hired for this role?
Honestly, I possess all the skills and experience that you're looking for. I'm pretty confident that I am the best candidate for this job role. It's not
just my background in the past projects, but also my people skills, which will be applicable in this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
SAURABH KUMAR
Varanasi, Ghaziabad
Applied 08 Feb'21
MSExcel MSOffice AutoCAD
C Programming
Bachelor of Technology B.Tech), Mechanical Engineering
ABES Engineering College
2016 - 2020
Percentage: 77.10%
Senior Secondary XII, Science
Kendriya Vidyalaya Mughalsarai
CBSE BOARD board)
Year of completion: 2015
Percentage: 67.40%
Secondary X
Kendriya Vidyalaya Mughalsarai
CBSE board)
Year of completion: 2012
Percentage: 76.00%
Vocational Training
dlw varanasi, Varanasi
Jun 2019 - Jul 2019
45 days Industrial training Diesel locomotive works, Varanasi. Areas covered - Heavy
Machinary , Sheet Metal , Welding, Truck Machines.
Automotive transmission for adapting digital display technology
Nov 2019 - Mar 2020
http://www.jetir.org/papers/JETIR2006463.pdf
The scope of the project is to detect the torque, vibration, R.P.M, Gear position etc.
Automotive transmission parameters in a compact design and higher accuracy.
1. Research paper on " Automotive transmission for adapting digital display technology"
published in International Journal of Emerging Technologies and Innovative Research
(www.jetir.org), ISSN23495162, Vol.7, Issue 6, page no.869877, June-2020.
2. Review paper on "APPLICATION OF ULTRASONIC PROCESS IN MEASURING FLOW OF
EXHAUST GASES IN BS6 ENGINESSTATE OF ART REVIEW" published in International Journal
of Creative Research Thoughts IJCRT, ISSN23202882, Volume.8, Issue 6, pp.16261636
3. Review paper on "Automotive transmission for adapting digital display technology"
published in International Journal of Microwave Engineering and Technology (eISSN 2455
03372020, Volume 6, Issue 2.
http://www.jetir.org/papers/JETIR2006463.pdf
CONTACT Phone: 91 7985525917
Rank 1065: Resume 1493 with similarity score 0.012804433869837166
B.S , MS scrum master , information security , devops , quality assurance , solution architect , change management , full time , program manager award , appdynamics , telugu , microsoft azure , classification , conducting , spring , cdp , digital , energy , status , appian , fundamentals , utilities , organization , engagements , streams , contingency , devops , designation , deliverables , trading , information security , scandinavian , english , financials , ibm , biztalk , change management , capacity planning , machine learning , kanban , strategy , chemicals , documentation , one , javascript , artificial intelligence , hadoop , eureka , reporting , savvion , general , scrum , affirmative action , maintenance , unix , instrumental , entitlements , capital markets , email , large enterprise , ifs erp , operations , languages , capability development , hibernate , ace , scheduling , sales research , program management , bpm , agile methodologies , mentoring , streamlining , people management , rfp , migrating , tamil , scratch , revenue , financial systems , authorization , risk , teams , productivity , business analysis , application , agile project management , less , test automation , transformation , shell scripting , career development , framework , kannada , selenium , pega prpc , technology management , wps , cloud computing , technology architecture , metrics , liferay 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400…
https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400a17425b5d0c50… 1/3
Current Designation: Technology Delivery and Program
Manager
Current Company: Accenture
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture as Technology Delivery and Program Manager
Jan 2004 to Till Date
Key Functions
- Client Engagement - Program Management
- Delivery Management - Project Management
- Pre-sales/ Business Analysis - Client Relationship Management
- Service Management - Change Management
- Capability Development - Quality Assurance
Deliverables
Spearheading Program & Project Management including planning, scheduling, scoping, monitoring &
controlling, capacity planning for releases & defining release plan
Conducting risk identification, defect management, metrics management, reporting & documentation
and client engagement
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ramakrishna Desu
Specializes in establishing and leading technology organizations, engagements, and
programs to promote and
develop solutions for the various industries like Financial
Services/Utilities/Resources/Products. Cultivates
strong relationships to translate
Key Skills: Technology Delivery,Program Manager,Project Management,Delivery Management,Program
Management,Technology Management,Delivery Management,People Management,Cloud Computing,Resource
Allocation,ERP Implementation,Java,Hadoop,Devops
Summary
A goal-driven leader with 17+ years' qualitative experience in the areas of Technology Delivery
Management, Agile Project Management, Account Management, Program Management, Presales,
Automation and Software Development.
Awarded Accenture's Prestigious ACE (Accenture Celebrate Excellence) award 8 times in both
Individual and Team categories.
Have International experience in managing large enterprise projects over 3 years in Chemicals
(DuPont eBusiness), 8 years in Banking (Bank of America) ,3 years in Utilities (Duke Energy,
Charlotte) and 2 years in ERP Implementation/Capability Development.
Currently associated with Accenture Services, Hyderabad as Technology Delivery/Program
Manager managing multiple projects with >10 Million USD/year revenues with a team of 100+
resources. Responsible for Technology Delivery, controlling program costs, requirements control,
UAT and People management, Client Relationship, Growth etc.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400…
https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400a17425b5d0c50… 2/3
Assessing cost, contingency and arriving at a price, delivering within defined cost, for agreed scope
Leading commercial sign-off on project including work order, pricing, scope of project, and delivery
dates
Mentoring cross-functional teams and career development and performance appraisals
Transforming the teams to Digital Technologies like Artificial Intelligence/Machine Learning, RPA,
DevOps, Agile etc.
Organization: Accenture, Client Name: IFS AB (Industrial and Financial Systems)
Duration: Jan 2019 to till date
Role: Program Manager/Agile Delivery Manger, Hyderabad, India
Leading the team of 100 resources and responsible in delivering the solutions implemented for
various clients using multiple versions of IFS ERP Product (Developed on .Net & Java Environments
and Integrations using BizTalk).
Lead the Program Delivery using both Scrum Framework and Kanban methodologies.
Managed the financials of Revenue 8 Million USD/Year.
Has Experience in managing CDP and Information Security for the Account.
Responsible in delivery for the IFS Clients in collaborating with IFS Counterparts in Sri Lanka,
Sweden, other Scandinavian regions.
Driven the Capability growth in developing the Assets and Innovation for the IFS Product.
Involved in RFP's and supported Solution Architect from Delivery Perspective.
Part of Automation Strategy at Client implemented RPA using Blue Prism and Test Automation using
TOSCA.
Lead a project of migrating Integrations on Biztalk to Azure Cloud.
Organization: Accenture, Client Name: Bank of America, NA
Duration: July 2010 to Dec 2018
Environment: Portfolio of Projects
Role: Delivery/Program Manager, Charlotte, NC & Hyderabad, India
Tech. Delivery/Program Manager - Java/J2EE/RPA/AI - Capital Markets, Mortgage, Consumer
Technology and Risk Domains
Jan 2018 - Dec 2018
Program Manager for Capital Markets Domain (F&OTC, Trading, Sales Research)
Successfully implemented one Portal for 25 to 30 Capital Markets applications using LifeRay and
DevOps which has helped the clients to host all the applications in one place.
Played the Scrum Master Role for a team of 45+ resources in developing the application
of Scrums with the duration of 4 weeks and 6 weeks
Identifying the use cases and implementing them with latest technologies like RPA to increase the
productivity and to reduce the day to day regular tasks.
Instrumental in implementing Email Classification Engine in tracking and prioritizing the millions of
emails that were exchanged between clients and operations teams from Trading and Post Trade
Services domains. Identified and implemented prioritization and classification using Supervised
Machine Learning.
Streamlining the Entitlements Process using RPA to update the Roles and Responsibilities of the
existing applications
Portfolio Lead/Program Manager - Hyderabad, India
Oct 2014- Dec 2017
Lead the team of 200+ resources across shores and responsible in delivering 60+ Applications in
various streams like App Development, Automation, Prod Support, Transformation, DevOps etc using
Agile methodologies
Started the Enterprise Technology Architecture program from Scratch and grown the team size to 60
in duration of 6 months and delivered the technologies like TOSCA, BPM, DevOps, Agile etc.
UG: B.Sc (Computers) from Nagarjuna University in 1999
PG: MCA (Computers) from Periyar University in 2002
Other Qualifications/Certifications/Programs:
Professional Scrum Master PSM1
Microsoft Azure fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
Java, JEE, Spring, Hibernate
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400…
https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400a17425b5d0c50… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IBM WPS, Savvion BPM, Pega PRPC
Appian BPM, DevOps,Unix Shell Scripting
Automation (Selenium/TOSCA)
Hadoop, DevOps, RPA, Cloud Migration
Agile/Scrum
Spring Boot(Zuul, Eureka, AppDynamics) 2019 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Tamil
Kannada
Rank 1066: Resume 689 with similarity score 0.01276755198881098
MS founder , software engineer , full stack web developer , repair technician , full stack developer react.js , api , graphql , web apps , general , skype , freelancing , css , open source , nosql , developers , platforms , mysql , docker , scratch , linux , webpack , web hosting , typescript , macos , vanilla , node.js , pattern , troubleshooting , google cloud platform , rabbitmq , architecture , email , project , domain registration , teamwork , application , video , focus , microservices , microelectronics , fixing , github , protocol buffers , writing , gitlab , im , building , context , agile environment , infrastructure , html5 , bookkeeping , smartphones , javascript , hobbies , technology , refactoring , database Email: info@kawaraa.com
AHMAD KAWARA Skype: contact@kawaraa.com
Full Stack Web Developer / De Pijp, Amsterdam GitHub: github.com/kawaraa
Phone: (+31) 646349556
Experience
XITE Full Stack Web Developer
Amsterdam Music video platform
Sep 2020 - Present
Im working with many different technologies, and My role is fixing legacy all over the company frontend and backend
services.
UpWork Full Stack Web Developer
Remote Freelancing
Jan 2020 - Sep 2020
I build APIs using NodeJS and JavaScript, docker, MySQL and sometimes GraphQL.
I build interactive and responsive frontend web apps using React, React-Context and JavaScript, and sometimes with only
native HTML CSS and JavaScript.
LetsDoHobby Full Stack Web Developer
Amsterdam, Netherlands Social webapp that focus on hobbies and social activities
Apr 2020 - Aug 2020
Build an app called LetsDoHobby and its available on https://hobby.kawaraa.com
The app is built using the following technologies, NodeJS, JavaScript, HTML5, CSS, React, WebPack, MySQL, Docker.
I have faced a lot of problems building it, and I also learned a lot.
Mijndomein Full Stack Web Developer
Lelystad, Netherlands Web service company that does both web hosting and domain registration.
Jan 2019 - Jan 2020
Worked as a Full Stack Developer in an agile environment, mostly Back-end with many different technologies using
Node.js.
Worked with Microservices Based Infrastructure and DDD Based Microservice app
Made a project that provides customers with redirecting the domain name to a different URL.
Helped by writing Unit Test for most of the services
Implemented Micro Frontend Pattern, a similar Microservices architecture but aim for frontend
HackYourFuture Full Stack Web Developer
Amsterdam, Netherlands Graduation Project
June 2018 - Sep-2018
Built with Classmates an app called HackYourEstate which is an open source API for accommodations.
The application was built using HTML, CSS, JavaScript, React.js, Node.js and MySQL and some other technologies.
From developing this app I gained an understanding of Web Apps, Javascript and Programming in general.
kawaraa.com Full Stack Web Developer
Amsterdam, Netherlands Web Portfolio
Sep-2018 - Oct 2018
kawaraa.com is a web portfolio where I list my skills and projects I have made.
Built it using HTML, Native CSS, Vanilla JavaScript and Node.js.
Nour Al Huda Smartphones Repair Technician, Manager And Founder
Damascus, Syria Shop for repair, buying and selling Smartphones
2007 - 2014
I had my own shop for repair, buying and selling Smartphones for 7 years, and I have learned a lot of things during this
period, like Responsibility, Management, Administration, Troubleshooting, Service, Client Support as well as
Bookkeeping and so on. I was doing all the tasks in the shop until I hired a person who wanted to learn the job.
Education
Jan 2018 - June 2018 HackYourFuture School, Amsterdam.
Coding School, Computer And Software Engineering
Over the course of six months professional software developers teach HTML, CSS, JavaScript, Node.js, React.js and
both relational and non-relational database management systems.
Problem-solving skills and teamwork were emphasised throughout the curriculum.
At the end of the semester students worked together to build the graduation project which made them put into
practice what they have learned.
Although I had a little background as a programmer and It was a significant amount of information, with hard work
and my great interest in programming as a kid, I completed the course successfully.
Jan 2005 - Nov 2006 Al-Mamoun University, Damascus.
Electrical Engineering, Microelectronics Branch
Al-Mamoun is a university for Science and Technology. I have done a course for Electrical Engineering in the
Microelectronics Branch, the course gave me a solid technical background that I use today as a software engineer.
Skills Platforms
- HTML, CSS, React.js - Linux/MacOS
- JavaScript, TypeScript - Google Cloud Platform
- Node.js - Github, Gitlab
- GraphQL
- MySQL, NoSQL
Technologies used Interests & Hobbies
https://github.com/kawaraa
https://hobby-projects.apps.us-east-1.starter.openshift-online.com/
- Docker - I love building apps from scratch, refactoring legacy code and iterating on my own code.
- RabbitMQ - I also like writing well-designed and efficient code and replacing complexity with simplicity.
- Protocol Buffers - I like Playing Pool, Traveling and Discovering.
- TDD and DDD
Rank 1067: Resume 1328 with similarity score 0.012742122605805041
B.E , MS , B.TECH mobile architect , senior software engineer , full time , senior software developer , team lead , technical lead training , core data , scrum , visual studio code , css , designation , ug , sqlite , mobile application development , affirmative action , analytics , angular , ionic , hindi , ibeacon , maintenance , interface builder , ltd , windows , cocoa touch , ios , json , authorization , english , status , architecture , c# , email , project , mumbai , xamarin , forms , xml , survey , bitbucket , electronics , android , testing , xcode , apple watch , swift , mac , c++ , react native , git , languages , framework , cocos2d , task management , platform development , ext js , javascript , architectural design , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43…
https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43011249510b0e5… 1/2
Current Designation: Technical Lead -Mobile App
Current Company: e-Zest Solution
Current Location: Pune
Pref. Location: Pune,Mumbai
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
e-Zest Solution as Technical Lead -Mobile App
Sep 2016 to Till Date
More than 9.6 years of experience in Native iOs and Android and cross platform develop-
ment and team handling, Task Management, daily scrum meeting. Developed multiple iOS
and apple watch, xamarin Android, Xamarin iOS, Xamarin forms, NativeScript, ionic, Re-
actNative based applications. Worked on iBeacon Demo app. Testing of mobile App. Devel-
oped Cocos 2D game. Having good Knowledge in Visual Studio, Visual Studio Code, Xam-
arin Studio, Xcode, Interface Builder, XML, JSON Instruments ,Cocoa Touch Framework
and cocos2d. Have participated in training for HTML 5, CSS, JS, EXT JS and Node JS.
Cognizant Technologies Solutions as Senior Software Developer
Jan 2015 to Sep 2016
Survey Analytics India Pvt. Ltd., as Senior Software Engineer
Jul 2013 to Jan 2015
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Priyanka Kumari
Seeking roles in Mobile Architect. More than 9.6 yrs of experience in Development
Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,C#,Objective C,Swift,C,C++,HTML 5,JS,CSS,Angular
JS,NativeScript,React Native.
Key Skills: Mobile Application Development,Application Maintenance,Project Management,Solution
Architecture,C#,Objective C,Swift,C,C++,HTML 5,JS,CSS,Angular JS,NativeScript,React Native,Node
JS,IOS,Android,Xamarin,Xamarin.Android ,Architectural Design
Summary
More than 9.6 years of experience in Native iOs and Android and cross platform development
and team handling, Task Management, daily scrum meeting. Developed multiple iOS
and apple watch, xamarin Android, Xamarin iOS, Xamarin forms, NativeScript, ionic, ReactNative
based applications. Worked on iBeacon Demo app. Testing of mobile App. Developed
Cocos 2D game. Having good Knowledge in Visual Studio, Visual Studio Code, Xamarin
Studio, Xcode, Interface Builder, XML, JSON Instruments ,Cocoa Touch Framework
and cocos2d. Have participated in training for HTML 5, CSS, JS, EXT JS and Node JS.
Professional skills
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43…
https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43011249510b0e5… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pune University in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
c#, objective c
SWIFT
C, C++
HTML 5, js, CSS
Angular js
NativeScript, ReactNative
SQLITE, Core data
Windows, Mac
SVNX, Smart SVN
BitBucket and Git
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1068: Resume 676 with similarity score 0.012667557763646467
nan work from home im a , completion , assessment , resume , pleasure , working experience Assessment
Q1. Why should you be hired for this role?
Im A QUICK LEARNER AND AND HIGHLY PASSIONATE ABOUT PERSUING A CREER IN THIS INDUATRY I WANT TO EXPERIENCE THE WORLD OF
INTERNSHIP UNDER YOURS
THIS IS MY FIRST CAREER STRTING INTERNSHIP
I THINK THE BEAR WAY OF MOVE FORWARD WOULD BE TO GET PRACTICAL WORKING EXPERIENCE IN ESTABLISHED PLATFORM IN YOUR
COMPAMY
AND THANKS FOR ASKING THIS QUESTION ....ITS PLEASURE FOR ME
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes im availbe for internship from today and just now from gurugram
Resume
EDUCAT ION
CONTACT Phone: 91 7340183839
Yashpal Singh
Gurgaon
Applied 26 Jan'21
B.C.A.LL.B.Hons.), MATHS AND SCIENCE
Dronacharya College of Engineering
2018 - 2021
Percentage: 56.00%
Senior Secondary XII, Science
RAJASTHAN BOARD OF SECONDRY EDUCTION board
Year of completion: 2018
Percentage: 56.00%
Rank 1069: Resume 394 with similarity score 0.01265069301231043
M.TECH work from home , recycler firebase , assessment , ltd , resume , ux , android , internships , english , security , apps , kotlin , screens , learning , information technology , financial inclusion , application Assessment
Q1. Why should you be hired for this role?
I work every day on Android and have developed many applications for the experience. During the learning process, I came to understand that
Android will be my leading platform, and also I'm much more experienced in UI/UX designs. I have been using firebase for many applications, and
now I'm pretty good at it. Recently I developed an application Notes app) for my personal use, with high security, which includes encryptions,
keystores, and biometric-manager. The app is known not only for safety but also for its performance(optimized recycler view). I develop apps
based on new technologies and trending styles, like using material designs, artboards, splash screens, and much more.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I'm available for 23 months.
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 8919192333
Pranay
Hyderabad
Applied 26 Dec'20
Android Kotlin C#.NET
C Programming English Proficiency Spoken) English Proficiency Written)
Integrated M.Tech, Information Technology
ABVIIITM
2017 - 2022
Android App Development
SpanishBolo, Virtual
Apr 2020 - Jun 2020
Created two android applications BailaBollywood and SpanishBolo app.
Information Technology
Bharat Financial Inclusion Ltd, Hyderabad
May 2019 - Jul 2019
Rank 1070: Resume 1137 with similarity score 0.012541908681110703
B.E , B.TECH full time , project lead , android developer , team lead functionality , codes , api , payment gateways , user friendly , designation , developers , ug , mar , affirmative action , hindi , maintenance , firebase , architects , retrofit , software industry , authorization , english , status , agile , email , project , application , stripe , kotlin , video , solution architecture , mumbai , android , github , electronics , edge , rest , components , react native , languages , mobile , javascript , engineers , history , sdk , technology , google cloud 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c13…
https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c130143155b5b085… 1/2
Current Designation: Team Lead -Application Development
(Android)
Current Company: Shanti InfoTech
Current Location: Indore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Shanti InfoTech as Team Lead -Application Development (Android)
Apr 2018 to Till Date
Project lead of mobile development team
for various projects. Collaborate with key executives, UI designers and other developers
to develop cutting-edge applications for various sectors.
Created applications as per the agile functionality which is convenient for client
as well as for the developers.
Use of Jetpack core components to make mobile application robust and high
build quality.
Started working on new technologies such as React Native,.
Argalon Technologies as Junior Android Developer
Jun 2016 to Mar 2018
Worked with architects, engineers, and product
management to deliver user friendly applications for Android platform.
Worked on best libraries and sdk's such as Retrofit, Picasso, Realm, Google cloud
APIs, Firebase, Tokbox (Video Calls) and payment gateways (Stripe, Google pay).
Learned the management of codes over GitHub and Bit Buckets.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Deepak Kumar Verma
Team Lead seeking roles in Android Application Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Android,Java,JavaScript,React Native,Node
js,Kotlin,GitHub,MVVM,REST Api,RxJava
Key Skills: Team Lead,Tech Lead,Android Application Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Android,Java,JavaScript,React
Native,Node js,Kotlin,GitHub,MVVM,REST Api,RxJava,Dagger2
Summary
Experienced Android Developer with a
demonstrated history of working in the
software industry. Skilled in Native Android
Development, Java, Kotlin. Strong engineering
professional with a Bachelor of Engineering
(B.E.) focused in Electrical & Electronics
Engineering from Oriental College of
Technology.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c13…
https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c130143155b5b085… 2/2
Experienced on UI design using Google new Material.io and created drastic
mobile UI.
UG: B.Tech/B.E. (Electrical) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2015
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ANDROID
JAVA
JavaScript
React Native
Node JS
Kotlin
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1071: Resume 803 with similarity score 0.012535341639685477
B.E , B.TECH , BS ui ux engineer , full time , senior associate , software developer react.js , api , mean stack , general , telugu , software solutions , scrum , css , designation , visual studio , prototype , affirmative action , mysql , tortoise svn , hindi , ionic , photoshop , adobe , jquery , json , authorization , english , node.js , bootstrap , status , architecture , agile , email , project , business analysis , application , aws , storytelling , responsive web design , angularjs , ux , xcode , rest , dna , components , marketing agency , landing pages , prototyping , strategy , languages , html5 , mobile , campaigns , javascript , kendo ui , organization , technology , digital marketing , architectural design 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a11…
https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a110517145c5a5a5… 1/2
Current Designation: Senior Associate
Current Company: Freyr Software Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Canada,United States (US)
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Freyr Software Services as Senior Associate
Feb 2018 to Till Date
Working on HTML5, CSS3, Boostrap4, SCSS, Angular JS, Node JS, Ionic, React JS,
Tortoise SVN, AWS, JavaScript, Visual Studio, GIT, Xcode, Adobe XD &Ps.
UI UX Engineer for an HRM solutions project named KonnectCo, where I designthe
user interface experience through prototype and develop it in web and mobile
application.
Social DNA - Digital Marketing Agency, as UI UX Engineer
Jun 2016 to Feb 2018
Worked on Photoshop, HTML5, CSS3, Bootstrap3 and JavaScript.
* Frontend development of websites, landing pages & creating strategy-based design. Storytelling through ad design in
several brand campaigns by leading the team.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Hema Sundar Somireddy
As a UI, UX, and Front-end Developer with 5 years of experience in WEB and
MOBILE.
I am an expertise in HTML5, CSS3, SCSS, Bootstrap, JavaScript, React JS, Angular,
Adobe XD,
Node JS, REST API, SQL, Git and AWS.
Key Skills: UI Development, Javascript, HTML, CSS, React.Js, JQuery, JSON, Node.Js, Mean Stack, Angularjs, Kendo
Ui, Bootstrap, Responsive Web Design, Architecture, Architectural Design, Project Management, MySQL
Summary
As a UI, UX, and Front-end Developer with 4.6 years of experience in WEB and MOBILE.
I am an expertise in HTML5, CSS3, SCSS, Bootstrap, JavaScript, Angular, React JS, Adobe XD, Node JS, REST API, SQL, Git
and AWS. Also, I can handle business analysis, agile, scrum, architecture design, prototyping and lead a team.
I would like to work in an organization that would enhance my skills to meet greater challenges thereby enhancing my potential
to the maximum to meet company goals.
In return, I work with full integrity and zest.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a11…
https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a110517145c5a5a5… 2/2
UG: B.Tech/B.E. (Computers) from MLR Institute of Technology, Hyderabad in 2016
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Feb 2018 - Feb 2020
Onsite / Offsite: Onsite
Team Size: 22
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JavaScript 1.8.5 2021 5 Year(s)
HTML 5 2021 5 Year(s)
CSS 3 2021 5 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
Projects
Project Title: KonnectCo
Client: Freyr Software Solutions
Skill Used: React.Js, Javascript, JQuery, HTML, CSS, Angularjs, Kendo Ui,
Role Description: Design, build and maintain highly reusable components.
Project Details: Working on HTML5, CSS3, Boostrap4, SCSS, Angular JS, Node JS, Ionic, React JS, Tortoise SVN, AWS,
JavaScript, Visual Studio, GIT, Xcode, Adobe XD &Ps.
UI UX Engineer for an HRM solutions project named KonnectCo, where I design the user interface experience through
prototype and develop it in web and mobile application.
Rank 1072: Resume 806 with similarity score 0.012426677267765852
B.E , MS , B.TECH full stack developer , product engineer , full time , software developer react.js , general , customer , designation , ug , vue , portals , affirmative action , mysql , technical architecture , maintenance , authorization , status , c# , email , business analysis , application , less , .net core , mvc , features , framework , technology management , javascript , client side , stored procedures 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105…
https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105151051080e04… 1/2
Current Designation: Product Engineer
Current Company: INSZoom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
INSZoom as Product Engineer
Jul 2019 to Till Date
Did feature enhancements based on client requests
Worked closely with business analysis team to finalise on product features
Built client side UIs using React
Was responsible for handling client bugs for the Questionnaire module
Build customer portals using .Net MVC Framework
Wrote Stored procedures for MSSQL
Was responsible for decreasing query execution time on MSSQL
UG: B.Tech/B.E. (Computers) from KLS GOGTE INSTITUTE OF TECHNOLOGY in 2019
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Jasmeet Kaur Kohli
Full Stack Developer seeking roles in Software Development, Application
Programming, Client Management, System Analysis, Technical Architecture,
Requirement Gathering, MVC Framework, .NET, .NET Core, MSSQL, C#, React, Vue,
JavaScript.
Key Skills: Product Engineer,Software Developer,Software Development,Application Programming,Product
Management,Client Management,System Analysis,Technical Architecture,Technology Management,Requirement
Gathering,MVC Framework,.NET,MySQL,C#,ASP.Net,React.Js,vue
Summary
Full Stack Developer seeking roles in Software Development, Application Programming, Client Management, System Analysis,
Technical Architecture, Requirement Gathering, MVC Framework, .NET, .NET Core, MSSQL, C#, React, Vue, JavaScript.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105…
https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105151051080e04… 2/2
Rank 1073: Resume 980 with similarity score 0.01238968322520784
B.E , MS , B.TECH , BS technical account manager , scrum master , director product management , quality assurance , product development , principal product manager , full time root cause , platforms , prince2 , it operations , kpi , digital , status , stakeholder management , green belt , product management , product delivery , smb , payroll , transfer pricing , testing , components , it service delivery , accessibility , building , payments , procurement , pmi , gtm , pizza , cms , forecasting , sellers , crm , sprints , brd , evolution , ecommerce , change control , business opportunities , promoters , designation , deliverables , mar , cloud , certified lean , lean six sigma , project cost , ltd , agile , mobile apps , leadership , ownership , architecting , kanban , strategy , documentation , payment solutions , javascript , technology , insurance , scrum , developers , vendors , affirmative action , collaboration , launches , cash flow , metallurgy , timelines , architecture , omni , email , work effectively , aws , project delivery , saas , program management professional , statutory compliances , amazon , pmp , financial analysis , online , csat , redux , ug , vip , analytics , pos , revenue , authorization , internet , risk , teams , go , enterprise , productivity , models , transparency , b2b , dmaic , pnl , transformations , led , kaizen , drive , e-commerce , metrics , presentations 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165…
https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165042435a0b5c05… 1/3
Current Designation: Sr Manager Delivery- Product
Current Company: Capillary Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Metallurgy and Material
Technology]
Verified : Phone Number | Email - id
Capillary Technologies as Sr Manager Delivery- Product
Jul 2020 to Till Date
Responsible for the evolution of multiple components of the Capillary POS-Loyalty integrations (iPaaS), Webapps, Apps
and Ecommerce Platform.
Managed backlogs using Kanban boards. Implemented ITSM Incident Management processes using Agile management
tools, while taking full charge as Scrum lead to define deliverables as per compliance with established Kaizen and PMO
processes.
Define and measure product success metrics to drive NPS and CSAT. Managed detractors and converted them to
promoters within a quarter.
Determines acceptance criteria for final UAT code.
Build PRD's, BRD's and SDD's, implement and track development timelines, and negotiate feature sets with the
development leads and product teams.
Work with engineering, analytics and design teams bringing to market 10+ products and integrators.
Managing a cross function team of 35 Developers, 2 PMs including program & PnL.
Worked and executed products using Accessibility/WCAG 2.0 guidelines, SOC2 compliance standards.
Delivered Loyalty, Integrations and Online products for brands such as Shell, SPAR, GSK, BPCL, BIRA, Petron, KFC,
Pizza Hut generating 10 Mn USD revenue annually.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bhradwaj. B
A certified Lean Six Sigma Green Belt, Prince 2, Product, and Program management
professional with over 10+ years of diverse experience in SaaS and iPaaS solutions
such as E-commerce, Payments, CRM, Loyalty, Integrators, ERP and Cloud products.
Key Skills: Program Management,Product Management,Kanban,Scrum Master,PMO,SAAS,E-
commerce,CRM,ITSM,Analytics,AWS,Agile,IT Service Delivery,Six Sigma Green Belt,ERP,Loyalty,Project
Management,Product Manager,PMP,Prince2,Product Development,PMI,Delivery Management
Summary
A certified Lean Six Sigma Green Belt, Prince 2, Product, and Program management professional with over 10+ years of
diverse experience in SaaS and iPaaS solutions such as E-commerce, Payments, CRM, Loyalty, Integrators, Accessibility, ERP,
Warehouse & Procurement products. Strong Management Leader with demonstrated ability to work effectively and influence
cross-functional teams globally. Demonstrated successful execution of complex products with hands-on SDLC and DDLC
experience in the capacity of enterprise and SMB brands. Adept at entrepreneurial skills including P&L, Cash flow, GST, ROC,
FEMA compliances, Transfer Pricing, and identify global business opportunities worthy of collaboration.
Product and PMO Leade:
Worked on early stage and enterprise digital SaaS and iPaaS products focused on B2B and Omni Channel experience. The
products involved Ecommerce, Mobile APPs, CRM, Loyalty, Accessibility, Warehouse, Integrators and Payment solutions for
global enterprise brands.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165…
https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165042435a0b5c05… 2/3
Avetti Commerce as Director Product Management
Jan 2016 to Jul 2020
Board Executive and Principal Product Manager, responsible for Headless SaaS Ecommerce Product Development, GTM,
Project Delivery, IT and Financial Transparency with hands-on experience managing digital transformations projects to
deliver Headless SaaS product technology.
Managed PMs to achieve business roadmaps and product expansion. Developed overall cross-functional program
governance process to manage daily Kaizen, kanban boards and quarterly sprints with effective product
design/development
Establish Product & Program Management process and best practices such as program charter, KPI, governance
structure models, issues/risk management, disaster and incident planning, business forecasting, financial analysis to
monitor on-going progress, risks/issues for execution of overall SaaS IT - Ecommerce product delivery.
Worked with CTO to revamp the tech stack to be multi-tenanted and to be able to deprecate the legacy stack. This paved
the way for the businesses to host multiple marketplaces and supplier stores into single headless architecture.
Worked with the Solutions team in building & architecting front end stack with React, Redux, and Gatsby frameworks.
Scaled the platforms across the board and streamlined self-service CMS for supplier's configuration using open-source
headless CMS-Javascript, enabling content-rich experiences to be created, and managed using any device.
Reengineer vendor policy to enhance quality assurance and risk identification; simultaneously managing contracts for all
vendors including Development, Hosting, IT operations, and IT applications development.
Manage Competitor study, Reengineer pricing model and business processes and define go to market strategies.
Lead all IT audits for SOC2, Sarbanes-Oxley (SOX) documentation and testing, along with process improvement
initiatives.
Managed Staffing, P&L, Payroll, Insurance, PT, GST and Govt/ROC statutory compliances.
Generated $0.5M USD in 28 months, managing 50K USD monthly SaaS Revenue as a business unit and project cost
saving up to 60% in 8 months.
Amazon Development Centre (India) Pvt. Ltd. as Senior Technical Account Manager
Jul 2011 to Aug 2015
Lead and managed products such as Junglee, Amazon Webstore, Amazon Payments, Sponsored Ads and Login with
Amazon.
Lead the GTM Program and launched in IN, DE, FR and UK.
Preparing PRD's, DDLC for associates and leadership, providing Technical Product Consulting services for VIP Sellers
across various products.
Manage program team. Created several frameworks such as DMAIC, 3C's techniques. Responsible for end-to-end
program management, demonstrating ownership of the entire process from beginning to end.
Define and implement change control processes. Develop detailed stakeholder management strategy, Root Cause
Analysis, Lesson's learned documents.
Managed forecasting and staffing model for GTM launches, boosting productivity while meeting CSAT, PRR, CPH, AHT
and TTR consistently across the global offices.
Led initiatives, developed presentations for leadership, for new programs such as Innovate & Simplify, Voice of Seller,
Daily Kaizen, CSAT Seller Delight, TTR Lobby of the month.
UG: B.Tech/B.E. (Metallurgy and Material Technology) from Jawaharlal Nehru Technological University (JNTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
KANBAN 0 7 Year(s) 0 Month(s)
KAIZEN Implementation 0 7 Year(s) 0 Month(s)
PRINCE2 0 7 Year(s) 0 Month(s)
Agile Methodology 0 8 Year(s) 0 Month(s)
Six Sigma Green Belt 0 5 Year(s) 0 Month(s)
Scrum Master 0 7 Year(s) 0 Month(s)
PMO Management 0 9 Year(s) 0 Month(s)
PRODUCT MANAGEMENT 0 7 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165…
https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165042435a0b5c05… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
PROGRAM MANAGEMENT 0 10 Year(s) 0 Month(s)
Rank 1074: Resume 285 with similarity score 0.012327557343335111
MS , BS full stack web developer react.js , functionality , solar , web development , express.js , css , to-do , design , basic , embedded systems , english , node.js , bootstrap , newton , tac , application , tic , mongodb , linkedin , electronics , github , features , multiplayer , output , languages , research , mobile , javascript , expenses , technology , trucking , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 BE SDM Institute of Technology, Ujire 6.72/10.0
2016 12th SDM PU College, Ujire 65.5%
2014 10th St. George English Medium School, Nellyady 79.36%
Internship and Certifications
Newton School | Full Stack Web Developer
Full Stack Web Development along with Java.
Technical stack learned: HTML, CSS, Javascript, React.js, Node.js,Express.js, and Mongo DB.
Worked on various projects like Todo App, Calculator, Tic-Tac-toe.
E-Park Research Center, Bangalore | Embedded Systems and Iot
Worked on Embedded System and IoT development.
Projects
Expense Manager | Newton School
Full Stack Web application.
Features: Storing the daily expenses of a person.
Role: Developer | Teck Stack: HTML,CSS,Javascript,React,Node,Express,Mongo DB.
ToDo List | Newton School
Full Stack Web App.
Features: To-do list with functionality such as edit, delete and save tasks.
Role: Developer | Tech Stack: HTML,CSS,Javascript,React,Node,Express and Mongo.
Tic-Tac-Toe | Newton School
Frontend Tic-Tac-Toe Game.
Features: 3x3 grid, Multiplayer game.
Role: Developer | Tech Stack: HTML,CSS,Javascript.
Solar Panel Array Monitoring System | SDM Institute of Technology
This design identifies the faulty panel in an array of panels placed on any solar farm.
The characteristic/output from each panel is observed in personal computer.
Teck Stack: Aurdino and Analog Electronics.
Skills
Computer languages C, Java, HTML, CSS, JavaScript
Software Packages MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken Data Structure
Co-Curricular Activities
Participated in two days workshop on "Basic Mobile Making" at SDMIT, Ujire.
Active Blood Donor.
Interests: Travelling and Trucking.
Kishan kumar A LinkedIn: kishan-kumar-a-785571170
Github: kishankumarr
August 2020 - Present
July 2019 - August 2019
December 2020 - Present
November 2020 - November 2020
September 2020 - October 2020
September 2019 - June 2020
https://www.linkedin.com/in/kishan-kumar-a-785571170/
https://github.com/kishankumarr
Kishan kumar A
LinkedIn:
kishan-kumar-a-785571170
Github:
kishankumarr
Education
2020
BE
SDM Institute of Technology, Ujire
6.72/10.0
2016
12th
SDM PU College, Ujire
65.5%
2014
10th
St. George English Medium School, Nellyady
79.36%
Internship and Certifications
Newton School | Full Stack Web Developer
August 2020 -
Present
Full Stack Web Development along with Java.Technical stack learned: HTML, CSS, Javascript, React.js, Node.js,Express.js, and Mongo DB.Worked on various projects like Todo App, Calculator, Tic-Tac-toe.
E-Park Research Center, Bangalore | Embedded Systems and Iot
July 2019 -
August
2019
Worked on Embedded System and IoT development.
Projects
Expense Manager |
Newton School
December 2020 -
Present
Full Stack Web application.Features: Storing the daily expenses of a person.Role: Developer | Teck Stack: HTML,CSS,Javascript,React,Node,Express,Mongo DB.
ToDo List |
Newton School
November 2020 -
November
2020
Full Stack Web App.Features: To-do list with functionality such as edit, delete and save tasks.Role: Developer | Tech Stack: HTML,CSS,Javascript,React,Node,Express and Mongo.
Tic-Tac-Toe |
Newton School
September 2020 -
October
2020
Frontend Tic-Tac-Toe Game.Features: 3x3 grid, Multiplayer game.Role: Developer | Tech Stack: HTML,CSS,Javascript.
Solar Panel Array Monitoring System |
SDM Institute of Technology
September 2019 -
June
2020
This design identifies the faulty panel in an array of panels placed on any solar farm.The characteristic/output from each panel is observed in personal computer.Teck Stack: Aurdino and Analog Electronics.
Skills
Computer languages
C, Java, HTML, CSS, JavaScript
Software Packages
MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken
Data Structure
Co-Curricular Activities
Participated in two days workshop on "Basic Mobile Making" at SDMIT, Ujire.Active Blood Donor.Interests: Travelling and Trucking.
Rank 1075: Resume 1435 with similarity score 0.012252606644659974
MS , BS partner , it professional , head of digital , ceo , full time , vice president , vp award , computing , space , nlp , platforms , cpg , status , digital transformation , appian , plus , blockchain , utilities , organization , thought leadership , crm , pipeline , mission critical , digital integration , retail , designation , mar , hindi , cloud , ltd , service providers , english , agile , project , ownership , ibm , machine learning , branding , process automation , customer engagement , javascript , forrester , bfsi , reporting , partnerships , brand awareness , vendors , affirmative action , oracle , user experience , collaboration , maintenance , travel , email , manufacturing , legacy modernization , microsoft , operations , practice management , edge , customer experience , languages , eai , business process , big data , viz , malayalam , mobile , ml , bpm , acquisitions , api , tibco , telecom , coe , tamil , m2m , analytics , authorization , enterprise , application , focus , less , digital strategy , apac , articles , government , facilitation , kannada , enablement , presentations , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16…
https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16051645510900… 1/3
Current Designation: Vice President
Current Company: happiest minds technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
happiest minds technologies as Vice President
Jan 2020 to Till Date
Happiest Minds Technologies LTD as Head -Digital Process Automation
Jan 2020 to Aug 2020
HappiestMinds Technologies is a USD 100 M+ leading Digital Transformation services provider with branding of "Born
Digital ,Born Agile", focusing on cutting edge Digital technologies including intelligent BPMs /DPA tools viz Pega and
Appian , Digital Integration using API /micro services and iPaaS platforms of Mulesoft ,Tibco etc.
I have joined in Jan 2020 as part of their core leadership team, to focus on establishing a world class Digital process
automation CoE with core focus on hyper automation services using RPA platforms like UIpath ,Automation Anywhere and
Blueprism, digital process automation platforms like Appian and Pega along with cognitive Process automation using AI
/ML and DL technologies as well. Built a team of 100 + RPA people in Uipath and other RPA areas; achieved a run rate of
10M USD for the RPA practice for FY 20.
Some of the highlights during my tenure as the Practices Head, are as below
* Built a team of 100 + RPA people in Uipath and other RPA areas; achieved a run rate of
10M USD for the RPA practice for FY 20
* Created solid pipeline of around 15 M for Intelligent automation using Appian, Pega and
Mulesoft
* Partnerships with a series of automation vendors in AI based Automation space to
strengthen overall Automation offerings Viz, Softomotive (RPA vendor acquired by
Microsoft), Baystree, Autonomiq, Enate etc
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sajeev Madhavan Nair
Head -Digital Process Automation seeking roles in Project Management,Program
Management,Digital Transformation,Hybrid Integration,Robotic Process
Automation,Practice Management,Pega RPA,UIPath,Automation
Anywhere,BluePrism,Oracle,PEGA,TIBCO,Mulesoft
Key Skills: Head -Digital Process Automation,VP/GM-Technology(IT)/CTO,Project Management,Program
Management,Digital Transformation,Robotic Process Automation,Practice Management,Pega RPA,UIPath,Automation
Anywhere,BluePrism,Oracle,PEGA,TIBCO,Mulesoft
Summary
Experienced IT professional having 24 years of multifaceted expertise in lifecycle facilitation to actualize large-scale engineering
and delivery management of mission critical projects in Enterprise Digital Transformation and Automation, Hybrid Integration,
BPM, Cloud Native App development and legacy modernization.
My last role was Global Head of Digital Process Automation for HappiestMinds Technologies Limited focusing on Pega and
Appian based digital process automation implementations ,Cognitive Automation using AI/ML technologies and Robotic process
Automation using leading tools sets of Pega RPA ,UIPath, Automation Anywhere and BluePrism .
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16…
https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16051645510900… 2/3
* Though leadership articles and presentations in global forums on digital automation
offerings so as to create brand awareness for HM's DPA offerings
* Many of the marque customer acquisitions in DPA and Automation space
NIIT Incessant Pvt LTD as Head -Digital Process Automation
Feb 2018 to Sep 2019
NIIT Incessant Private Limited, a subsidiary of Coforge Limited (formerly NIIT technologies) was USD 105 Million Digital
process Automation company with core focus on BPM tools from Pega ,Appian etc and Digital integration tools of
IBM,Mulesoft ,Tibco etc
I was handling the Digital Automation BU with P&L ownership of $ 105 M for the organization which includes the
comprehensive ownership of Delivery, Practices (DPA, AI, Integration and BPM), Innovations and Solutions and Global
operations. Digital Process Automation Practices includes Cognitive Computing Practices (AI, ML, NLP, IoT/ M2M, RPA &
Block Chain), Customer Experience Practices (User Experience (UET), Mobile, Analytics, Big data
, ECM), Customer Engagement Practices (EAI, BPM, CRM, Agile /DevOps).
With team size of 1600 + people, our Focus verticals are BFSI, Manufacturing, CPG, Retail,
Utilities, Telecom and travel /transportation and Government
Some of the highlights during my tenure as the Practices Head, are as below
Positioned NIIT Incessant technologies as a Strong Performer by Forrester in Forrester Wave™: Digital Process
Automation Service Providers, Q3 2018
Received Best Partner -Customer success Award from PegaSystems in Pegaworld 2018 &2019
Best IT Partner for APAC region award received from Appian corporation during Appian world 2018 in May 2018.
Our core thrust on Cloud +Cognitive Digital process automation area resulted in an order book of around $ 145 M for the
next 6 quarters.
Mphasis Ltd as Vice President & Practice Head -Digital
Dec 2015 to Jan 2018
Mphasis Limited is USD 1Billion plus Enterprise IT services provider. Digital practices of
Mphasis includes Cognitive Computing Practices ( AI,ML,NLP, IoT/ M2M, RPA & Blockchain), Customer Experience
Practices (User Experience (UET) , Mobile, Analytics, Big data ,ECM),Customer Engagement Practices( EAI,BPM ,CRM,
Agile /DevOps).
I owned the P&L, Strategy, Thought Leadership and Delivery for these practices with team size of 1400 + people with
Annual target for FY 17-18 is USD 65 M. Our Focus verticals are BFSI, Manufacturing, CPG, Retail, Utilities, Telecom and
travel /transportation.
Also I was a key member of Digital Strategy and Innovation council for Mphasis Limited reporting to CEO, Responsibilities
of this team include evangelizing and finalizing Mphasis digital offerings to customers and Identify ,validate and approve
cross practices digital solutions in collaboration with partners and pilot customers
The core focus service areas are
Enterprise Digital Transformation Services using Cognitive platforms implementations using NLP, RPA, Machine Learning
and AI), Digital Transformation through intelligent BPMs, SMACT enablement for dynamic enterprises, Cloud and API
integration, Integration platforms as Services(IPaaS), BPaaS and IoT/M2M for business process optimization
Integration Platform as Services(iPaaS), Cloud integration, API Economy / Integration services, IoT integration,
Cloud app development /Refactoring
UG: BCA (Computers) from Dr Babasaheb Ambedkar Marathwada University, Aurangabad in 1993
PG: MCA (Computers) from Dr Babasaheb Ambedkar Marathwada University, Aurangabad in 1996
Education
IT Skills
Skill Name Version Last Used Experience
Pega RPA
Uipath
Automation Anywhere
BluePrism
J2EE
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16…
https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16051645510900… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Oracle
Tibco
MICROSOFT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Kannada
Malayalam
Rank 1076: Resume 955 with similarity score 0.012151489564312942
B.E , B.TECH full stack developer , backend developer , full time , team lead endeca , spring mvc , web development , appdynamics , designation , pages , atg commerce , user management , ug , affirmative action , oracle database , mysql , shopping cart , angular , hindi , maintenance , apache , azure , authorization , english , automation tools , status , spring boot , solr , email , project , express , application , root , aws , sports , splunk , redis , electronics , spanish , languages , it , javascript , search , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a42…
https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a425245455b580b… 1/2
Current Designation: Full Stack Developer
Current Company: Webtrekk
Current Location: Berlin
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Webtrekk as Full Stack Developer
May 2019 to Till Date
Full Stack Developer involved in Enhancing and Developing the User Management, marketing and Automation Tools for
Webtrekk using Spring Boot, Java, React, Angular Js, Mongo, Mysql , Payara and J2EE
Nu Technology SPA as Backend Developer
Sep 2017 to May 2019
Backend Engineer involved in the Enhancement and Development of Search and Product Pages for Sodimac Sites for
Seven Different Countries using Oracle Endeca,Apache Solr,Spring Boot, Redis and Oracle ATG. Single Signon
Implementation for Sodimac Constructor using Node js, Node Micro, JWT ,Postgres and Redis.
Nutechnology Inc as Backend Developer
May 2014 to Aug 2017
Worked on Development and Enhancement for Different Clients like RoadRunner Sports USA, Affymetrix USA,Tottus
Chile in Search Page ,Shopping Cart and Payment Integrations using Oracle ATG Commerce, Oracle Endeca, Oracle
DataBase, Jboss, Spring MVC.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
MANOJ KRISHNA
Full Stack Developer seeking roles in Software Development,Application
Programming,Application Development,Web Development,Project
Management,Requirement Gathering,Java SE,JBoss,Solr,J2Ee,Postgres,Spring
Mvc,ATG,Javascript,Oracle Database
Key Skills: Full Stack Developer,Team Lead/Tech Lead,Software Development,Application Programming,Application
Development,Web Development,Project Management,Requirement Gathering,Java SE,JBoss,Solr,J2Ee,Postgres,Spring
Mvc,ATG,Javascript,Oracle Database
Summary
A result-oriented professional with over 6 years of experience in Software Development,Application Programming,Application
Development,Web Development,Project Management,Requirement Gathering,Java SE,JBoss,Solr,J2Ee,Postgres,Spring
Mvc,ATG,Javascript,Oracle Database
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a42…
https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a425245455b580b… 2/2
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Vel Tech High Tech Engineering College
Avadi,TamilNadu in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Germany
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Spring Boot, Spring MVC, Node Micro
React, Angular, Express Js
Oracle ATG J2EE
Java, Node JS
Apache Solr, Oracle Endeca
ELASTIC
Oracle DB, Postgres, MySQL, Mongo, Redis
Glow Root, Grafana, AppDynamics
SPLUNK
AWS and Azure
Languages Known
Language Proficiency Read Write Speak
Spanish
English
Hindi
Telegu
Rank 1077: Resume 1252 with similarity score 0.01211351581546542
MS , BS devops engineer , release manager , cloud engineer , full time , support staff , associate engineer , aws solution architect call logging , customer , virtual machines , bmc remedy , microsoft azure , vault , docker , linux , test cases , ear , status , application services , continuous integration , gitlab , connectivity , ec2 , building , it infrastructure , acd , connections , system administration , pipeline , ansible , outlook , devops , kubernetes , access , 2nd line , designation , mar , ltd , english , troubleshooting , virtual networks , web applications , groups , peering , solution architecture , ibm , resolve , sms , javascript , disk , amazon web services (aws) , vm , resets , affirmative action , hub , xp , maintenance , basic , escalation , email , tomcat , configuration management , print , network security , ubuntu , web servers , operations , maven , languages , console , rights , queues , commerce , folders , jenkins , ug , ticketing , active directory , apache , ami , permissions , particular , authorization , ci , s3 , storage , it service , cloud computing , orchestration , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40…
https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40061143585c5a0… 1/3
Current Designation: DevOps Engineer
Current Company: Tata Consultancy Service
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
Tata Consultancy Service as DevOps Engineer
Jul 2012 to Till Date
Good hands-on knowledge continuous integration using Git, Gitlab, Maven, Jenkins.
Good hands-on knowledge in setup. Configured multiple build jobs, integrated test cases, created distributed build
environments, performed plug-in installations, backup. Etc. using Jenkins.
Having knowledge on web and Application server like Apache Tomcat.
Having knowledge on creating docker images and pushing them to docker hub.
Good hands-on knowledge on Kubernetes for Orchestration of the Containers.
Having Knowledge in creating Kubernetes manifest files like daemon sets, replica sets, deployments.
Having Knowledge in creating & configuring persistent volumes, persistent volume claims.
Having Knowledge on CI/CD using Jenkins, docker & Kubernetes.
Having good knowledge Amazon Web Services (AWS), Creating EC2 Instances and configuring all necessary services.
Having good knowledge Amazon Web Services like EC2, S3 bucket, EBS, ELB, Auto-Scaling, AMI, IAM through AWS
Console.
Good hands-on knowledge on Create branches in GIT.
Good hands-on knowledge on Deploying Applications (EAR, WAR, JAR) on clustered
environment.
Good hands-on knowledge on (Linux/Ubuntu) and Configuring launched instances with respect to specific applications.
Created multiple Terraform modules to manage configuration, application services and automate installation process for
web servers and AWS instances.
Good hands-on knowledge in Ansible.
TATA CONSULTANCY SERVICE
Environment: Microsoft-Azure.
Azure - DevOps Engineer Pune, Feb 2017-May 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Irfan Shaikh
DevOps Engineer seeking roles in Configuration Management,Solution Architecture,IT
Infrastructure Operations,System Administration,Incident Management,Network
Security,Requirement Gathering,Cloud Computing,Kubernetes,Apache
Tomcat,Docker,Jenkins,AWS
Key Skills: DevOps Engineer,Release Manager,Configuration Management,Solution Architecture,IT Infrastructure
Operations,System Administration,Incident Management,Network Security,Requirement Gathering,Cloud
Computing,Kubernetes,Apache Tomcat,Docker,Jenkins,AWS
Summary
Result-oriented Professional with 13 years of experience in Configuration Management,Solution Architecture,IT Infrastructure
Operations,System Administration,Incident Management,Network Security,Requirement Gathering,Cloud
Computing,Kubernetes,Apache Tomcat,Docker,Jenkins,AWS.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40…
https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40061143585c5a0… 2/3
Setting up Virtual networks for creation of Virtual machines.
Configuration of Site-to-Site VPN for communication of multiple V Nets.
Configure the appropriate VMs, storage and network in Azure to support the customer workloads moving to Azure
Capturing an Image of a Virtual Machine for future needs.
Creating Backup Vaults for backing up data on Cloud using Recovery service vault.
Creating Backup Plans for backing up entire Virtual Machines on Cloud.
Creating and managing the VNET. (Peering, Subnet Creation, NSG configuring)
Configuring the Azure App services in Azure.
Configured inbound and outbound connections on the (NSG) Network security groups to allow/ restrict connectivity for the
VM and setting up priorities in defining rules.
Experience on building and deploying Java web applications in Apache Tomcat Server.
Develop and manage complete CI/CD pipeline and infrastructure.
TATA CONSULTANCY SERVICE
System Admin Pune, IN July 2012 - Jan 2017
Logs all incidents and requests engages other service desk resources or appropriate service resources to resolve
Incidents that are beyond the scope of their ability or responsibility.
Uses the appropriate CTI categories for logging incidents and requests.
Managed user accounts, groups, print queues and controlling access rights using Active Directory.
Creation/deletion/modification of mailbox.
Creation/deletion/modification of folders and permissions.
Creation/deletion/modification of disk quota.
Vodafone India Service Pvt Ltd as System Administration
Sep 2010 to Jun 2012
Working within an extremely busy IT Service Desk, will be answering between 40-60 calls per day.
Ensuring all incidents and requests are registered and logged in accordance to the company SLA's.
Responsibilities will include basic troubleshooting, account resets, incident logging and escalation to the 2nd line team.
Familiar with MS Operating system (XP) and MS Application experience (in particular MS Outlook).
Familiar with Helpdesk tools - ACD System (BMC remedy tool aruser7.1 and 7.5), Call Logging System, Remote Tools
(SMS) or similar and Active Directory for unlock / resetting user accounts.
Manpower Consultant (IBM India Pvt Ltd) as System Administration
Jul 2009 to Sep 2010
Monitor Application Bug and report to Development team
Monitor 24/7 critical applications
For High and critical issue assign ticket to support team
Worked on BMC 7.1 Remedy Ticketing tool
Call to support staff for any critical application defect
UG: B.Com (Commerce) from Pune University in 2005
Other Qualifications/Certifications/Programs:
AWS solution architect associate
Azure 300
Google cloud engineer
Terraform associate engineer
kubernetes CKA
Education
IT Skills
Skill Name Version Last Used Experience
Kubernetes, AWS
Apache Tomcat
Jenkins
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40…
https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40061143585c5a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
MAVEN
DOCKER
Microsoft Azure
AWS
Ansible
Languages Known
Language Proficiency Read Write Speak
English
Rank 1078: Resume 1355 with similarity score 0.012089302902645187
B.E , MS , B.TECH , BS software engineer , devops engineer , associate , cloud engineer , full time automation , ansible , version control , api , continuous delivery , subversion , general , devops , jenkins , migrating , computer networking , kubernetes , designation , groovy , software deployment , vault , mar , affirmative action , hybrid cloud , plugins , health , angular , docker , maintenance , cluster , ami , apache , cli , authorization , teams , go , web applications , status , email , logging , tomcat , groups , aws , configuration management , microservices , working abroad , splunk , smoke testing , ci , web servers , continuous integration , range , github , pipelines , ecs , writing , s3 , strategy , ec2 , building , infrastructure , nginx , maven , kibana , agents , code coverage , vmware , boarding , sonarqube , selenium testing , jira , javascript , artifactory , technology , metrics , base , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10…
https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10021242595b0f… 1/2
Current Designation: Software Engineer
Current Company: Tech Mahindra
Current Location: Hyderabad / Secunderabad
Pref. Location: Chennai,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Tech Mahindra as Software Engineer
Apr 2019 to Till Date
Responsibilities:
* Implemented an end to end automation of Jenkins cluster setup with Infrastructure as a code (Iaac) using terraform,
and AWS services like cloudwatch, EC2 Launch templates and auto-scaling groups.
* Designed and Automated end to end AMI life cycle implementation using github webhooks, Jenkins and Ansible to
support the base AMI patching, application AMIs updating and Old AMIs cleanup.
* Implemented a Continuous Integration/ Continuous Delivery (CI/CD) pipeline with Jenkins, Github and JFROG
Artifactory to deploy static angular websites to AWS S3 buckets.
* Worked on migrating microservices to Kubernetes by developing pipelines to create docker images and deploying to
Kubernetes cluster.
* Implemented Istio sidecars for service discovery and securing service to service communication in Kubernetes cluster.
* Deployed Prometheus and Grafana solution on Kubernetes cluster to setup alerts and visualize Kubernetes metrics.
* Implemented Jenkins pipelines in groovy to support hybrid cloud model during migration of angular and microservices
from On-premise to AWS cloud.
* Designed github branching strategy and developed Jenkins pipelines to create AWS codedeploy infrastructure like
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Anagandula Rajkumar
Devops Engineer seeking roles in Software Deployment,System
Analysis,Configuration Management,Computer Networking,AWS,VMware,JIRA
Key Skills: GIT,Github,Jenkins,Ansible,JIRA,sonarqube,Docker,kubernetes,prometheus,grafana,Splunk,terraform,AWS
Summary
* AWS DevOps/Cloud engineer with experience in automation, building CI/CD pipelines, monitoring and supporting deployed
applications in on-premise, cloud and hybrid cloud environments.
* Experience working with Devops toolset like Jenkins, Jfrog Artifactory and Ansible.
* Experience working with containerized environments like Kubernetes.
* Experience in creating and configuring the CI/CD pipelines for build and deploying Micro-Services, web applications using
Jenkins.
* Experience working with AWS services like of EC2, S3 buckets, AMIs, auto scaling groups, ELB, ECS, EKS, IAM, VPC
,Route53, Lambda Functions.
* Experience working with Java, Javascript application deployments.
* Experience working with web servers like Apache tomcat, nginx server.
* Experience with version control technology like Git and Subversion.
* Experience in writing shell, groovy and ansible scripts to automate manual tasks.
* Experience working with AWS and VMware environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10…
https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10021242595b0f… 2/2
codedeploy application, deployment groups and deployment configs for platform on boarding.
* Automated application deployments to auto scaling group instances by triggering AWS codedeploy from Jenkins
agents using AWS CLI.
* Implemented Blue/Green deployments, Canary deployments and In-Place deployments using AWS codedeploy.
* Used Ansible Vault to hide all the passwords in the ansible scripts.
* Integrated automated smoke testing to the angular build and deployment pipelines
Tata consultancy services as Software Associate
Aug 2016 to Mar 2019
* Setup Continuous integration with Jenkins and make use of wide range of plugins available to setup smooth developer
friendly workflows.
* Setup full CI/CD pipelines so that each commit a developer makes will go through standard process of software
lifecycle and gets tested well enough before it can make it to the production.
* Helped individual teams to set up their repositories in Github and maintain their code and help them setting up jobs
which can make use of CI/CD environment.
* Effective maintenance of resources using ansible and VMware and monitoring the health every day.
* Made use of maven for building applications and written structured pom which can can be consumed by Jenkins.
* Made use of ELK stack for logging all the activity and create indexes which can be queried by kibana.
* Setup sonarqube projects which corresponds to Github projects and provide code analysis different programming
standards.
* Provide continuous testing with selenium testing which involves end-to-end, api and ui frameworks.
* Have built Docker images and written Docker files which can be used to automate all developer tasks.
* Provide support for teams working abroad and taking monthly sessions on how and what branching strategies are to
be followed and how they can be beneficial.
* Setting up code coverage using sonarqube.
UG: B.Tech/B.E. (Electrical) from Jawaharlal Nehru Technological University (JNTU) in 2014
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
GIT 0 4 Year(s) 5 Month(s)
GitHub 0 4 Year(s) 5 Month(s)
Jenkins 0 4 Year(s) 5 Month(s)
Ansible 0 4 Year(s) 0 Month(s)
SPLUNK 0 2 Year(s) 0 Month(s)
JIRA 0 4 Year(s) 0 Month(s)
SonarQube 0 4 Year(s) 0 Month(s)
DOCKER 0 3 Year(s) 0 Month(s)
Kubernetes 0 2 Year(s) 0 Month(s)
AWS 0 2 Year(s) 0 Month(s)
Rank 1079: Resume 512 with similarity score 0.012073154886887934
BS work from home , android developer api , training , assessment , gateway , ltd , xml , json , resume , android , rest , java , sdk , apps , application Assessment
Q1. Why should you be hired for this role?
Because I have done android and I have the knowledge of designing, XML,sdk tools , rest API, JSON, third party libraries,java, kotline, payment
gateway .I also worked as an android app developer in teknikoglobal Pvt Ltd for 1.5 years apart from this I have the ability to face the challenges
which come while making apps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for this job.
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 9598662796
Satyendra Chauhan
Noida
Applied 31 Dec'20
Android Java
Master of Computer Applications MCA, Computer Application
TERI PGC GHAZIPUR
2015 - 2018
Percentage: 72.13%
Android Developer
TGP LTD NOIDA, Noida
Apr 2019 - Sep 2020
Android
Aptron Noida Sector 15, Noida
Feb 2018 - May 2018
I have done training from Aptron . I have learnt lots of topic in android .
Rank 1080: Resume 861 with similarity score 0.012022052370795568
B.E , MS , B.TECH technical consultant , software developer , full time , full stack developer , front end developer winscp , react.js , api , version control , functionality , redux , general , customer , algorithms , telugu , visual studio code , atom , validation , designation , user management , mar , affirmative action , information technology , mysql , analytics , authentication , attendance management , hindi , maintenance , apache , typescript , gateway , union , json , english , authorization , web applications , bootstrap , status , spring boot , architecture , ecmascript , email , ibase , tomcat , aws , live , microservices , angularjs , records , adherence , deals , support center , design patterns , git , languages , framework , project work , hibernate , client requirements , amazon , algorithm development , management system , arbitration , javascript , eclipse , 360 , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 1/4
Current Designation: Full Stack Developer
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Deloitte as Full Stack Developer
Mar 2020 to Till Date
Project #1: Sanofi
Client Sanofi
Duration From March 2020 to Present (Currently Working)
Role Full Stack Developer
Team size 10
Environment Angular 9, Javascript, Java, Serverless architecture, Amazon web services(AWS)
Lambda functions, AWS API gateway, Eclipse IDE, Visual Studio
Description: Creating an Adverse event Web Application for Sanofi pharmaceutical company
which deals with adverse event information
Role:
Responsible for creating the web application using Angular and typescript by configurable
JSON objects
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Prudhvi Vanga
Technical Consultant seeking roles in Software Development,Application
Programming,Data Structures,Algorithm Development,Client
Management,Requirement Gathering,HTML,Java,MySQL,Spring
Boot,Javascript,Apache Tomcat
Key Skills: technical consultant,software developer,software development,application programming,data
structures,algorithm development,client management,html,java,mysql,spring
boot,javascript,react.js,angularjs,J2Ee,Spring,Java,Hibernate
Summary
4 Years of Progressive experience in Software Development
Have 3 years of experience React JS, Redux, JavaScript(ES6), Angular9
In depth knowledge on Data Structures and Algorithms
2 years of experience in Java/J2EE Technologies,Spring Boot, Microservices
Well-equipped with Object Oriented Concepts
Worked in Spring boot,Hibernate Framework and created Microservices for multiple web
applications
Experience on working in serverless architecture with AWS lambdas and API gateway
Worked in React JS, ECMAScript(ES6) with Redux and created multiple Web applications
Completed Trainings required for the corporate to maintain the quality and
Performance of the applications delivered
Have Knowledge of using GIT (Centralized and Distributed Version Control System)
Understanding the Client Requirements by interacting with them and
Serving them with the best services.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 2/4
Worked on reactive form validation on angular
Creating Amazon web service(AWS) lambda functions using Java
Worked on serverless architecture and used AWS API gateway
Interacting with team members to ensure smooth progress of project work
Identifying, analysing defects, questionable functions, errors, and inconsistencies in
software program functions
Ibase IT as Full Stack Developer
Mar 2018 to Feb 2020
Project #1: Pushlive
Client Push innovation Live(US)
Duration From March 2018 to Present (Currently Working)
Role Full Stack Developer
Team size 10
Environment Java J2EE, Spring Boot, MYSQL, React JS, Redux ECMAScript(ES6), Hibernate,
AWS, Microservices, Eclipse IDE, Visual Studio, WinSCP
Description: Creating a Customer Care Centric Web Application for Push innovation Live customer
care support center based in California which deals with different modules like Orders, Reports,
Analytics, call records, User Management of customers.
Role:
Responsible for creating the functionality of the application using React JS by handling
JSON objects from API response
Creating microservices using Spring Boot for Orders, Reports, Analytics modules
Worked on ECMAScript validation and Application authentication like Login ,Logout ,Reset
Password functionality of the application
Responsible for deploying build in AWS and WinSCP
Monitoring and ensuring customer delivery during the transition period
Interacting with team members to ensure smooth progress of project work
Identifying, analysing defects, questionable functions, errors, and inconsistencies in
software program functions
Suraaga Technologies as Front End Developer
Oct 2016 to Dec 2017
Project #2: Union 360
Client Union 360 Bank(US)
Duration June 2017 to Dec 2017
Role Full Stack Developer
Team size 8
Environment Java J2EE, Spring Boot, React JS, Redux , MYSQL, ECMAScript(ES6), Eclipse IDE,
Visual Studio Code, Bootstrap
Description: We created a web application which will mediate between customers and union 360
bank for claims approval/decline during this verification process it goes through different business
phases like claim,dispute,pre-arbitration,arbitration ,pre-compliance,compliance if created claim
validate the business scenarios then the claim we be successful
Role:
Responsible for Creating Claims and dispute module using Java and React
Took an active role in Implementation of Design Patterns
Ensuring adherence to quality norms throughout the implementation process
Project #3: Biometric attendance management system
Client Suraaga Technologies
Duration October 2016 to May 2017
Role Full Stack Developer
Team size 4
Environment React JS, Redux, ECMAScript(ES6), Java J2EE, Spring Boot, Eclipse IDE, Visual
Studio Code, Bootstrap
Description: Biometric attendance management is a Web Application which manages in time and
out time of employee shifts. It also provides employee details and company information ,allows
the manager to add shifts as well as manage entries of employee's.
Role:
Responsible for Design and Development of the employee management module using
React
Designed GUI using React JS, Bootstrap, CSS3, Material UI
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 3/4
UG: B.Tech/B.E. (Information Technology) from Vellore Institute of Technology (VIT) in 2016
Nature of Employment: Full Time Duration: Mar 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2017 - Dec 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2016 - Jun 2017
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 8, Spring 2020 2 Year(s) 0 Month(s)
Redux ECMAScript(ES6), Hibernate 3 Year(s) 0 Month(s)
AWS, Microservices 2020 1 Year(s) 2 Month(s)
Eclipse IDE, Visual Studio 2 Year(s) 9 Month(s)
WINSCP 2 Year(s) 0 Month(s)
Visual Studio, Atom 3 Year(s) 8 Month(s)
GIT 3 Year(s) 0 Month(s)
BOOTSTRAP 2 Year(s) 9 Month(s)
Angular9 9 2020 0 Year(s) 6 Month(s)
React.js 16 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi
Telugu
Projects
Project Title: PushLive
Client: Push innovation Live
Project Details: Creating a Customer Care Centric Web Application for Push innovation Live customer care support center
based in California which deals with different modules like Orders, Reports, Analytics, call records, User Management of
customers.
Project Title: Union 360
Client: Union 360 Bank
Project Details: We created a web application which will mediate between customers and union 360 bank for claims
approval/decline during this verification process it goes through different business phases like claim, dispute,pre-arbitration,
arbitration, pre-compliance, compliance if created claim validate the business scenarios then the claim will be successful
Project Title: Biometric attendance management system
Client: Suraaga
Project Details: Biometric attendance management is a Web Application that manages in time and out time of employee
shifts. It also provides employee details and company information, allows the manager to add shifts as well as manage
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
entries of employee's.
Rank 1081: Resume 781 with similarity score 0.011985930702522421
B.E , B.TECH , BS packager , software developer , senior software engineer , full time , part time , team lead , java application developer , installer , senior devops engineer training , core java , financial services , security , bash , docker , gateway , player , ssl , status , logging , mumbai , continuous integration , system architecture , plus , xml , jna , disbursement , gitlab , components , high availability architecture , ossec , building , kibana , ec2 , infrastructure , payments , pipeline , automation , devops , critical thinking , kubernetes , designation , mar , hindi , cloud , loan , ltd , windows , english , logstash , agile , project , microservices , javafx , documentation , javascript , form , technology , application monitoring , general , scripting , affirmative action , maintenance , kafka , email , wordpress , aws , configuration management , work effectively , new features , mac , languages , client requirements , nucleus , jira , search , system solutions , online , ruby , ug , casting , customer acquisition , jmeter , oracle database , routing , dns management , authorization , internet , mozilla , youtube api , electronics , ffmpeg , s3 , nginx , pan , python 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 1/4
Current Designation: Senior Devops Engineer
Current Company: PayU Payments
Current Location: Noida
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: More than 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
PayU Payments as Senior Devops Engineer
Oct 2020 to Till Date
Sopra Banking as Module Lead -DevOps
Dec 2018 to Oct 2020
Working as Module Lead in team of 7 Members for building banking product with CICD approach.
Worked along various Cloud and infra technologies for full automation and flexibility of adding new features into the
product.
Used Terraform along with Packer for creating AWS infrastructure.
Worked on Chef using Ruby ,Bash and Python for automating configurations over AWS instances.
Containerized microservices deployment using Docker, Kubernetes, AWS EKS with help of HELM for k8s package
management.
Used OSSEC, FluentD, Logstash,Filebeat, ELK Stack for logging and security.
Used Route53, letsencrypt, Axway API Gateway, Nginx for DNS management and routing.
Used GIT for code management and Gitlab for CICD approach.
Tools Used: Grafana, Prometheus,Kiali, kibana, JIRA, jmeter, postman, open ssl etc.
VVDN Technologies as Senior Software Engineer
Jun 2017 to Dec 2018
Worked as Architect/Developer for AWS backed WordPress site using
LEMP Stack, Responsible for automated and resilient product.
Also worked for Windows and Mac based java application development
(DVDO TILE). http://dvdo.com/product/dvdo-tile/
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sankalp Pandey
Module Lead seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,AWS Packer,Docker,AWS EKS,Nginx,Chef,Kubernetes,ELK
Stack,GIT,SVN,Python,Bash Scripting,Gitlab
Key Skills: Module Lead,Tech Lead,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,AWS Packer,Docker,AWS EKS,Nginx,Chef,Kubernetes,ELK
Stack,GIT,SVN,Python,Bash Scripting,Gitlab
Summary
Critical thinking DevOps Engineer with extensive understanding of high availability architecture and concepts. Purpose-driven
professional with capacity to be strong team player plus work effectively independently.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 2/4
Worked over different projects simultaneously with technologies like AWS,Terraform , LEMP Stack , Filebeat , Java ,
LetsEncrypt.
Collaborated with cross-functional development team members to analyze potential system solutions based on evolving
client requirements.
Used JavaFx, FFMPeg for developing a media sharing desktop application using websocket integrated with youtube APIs.
Nucleus Software Exports Ltd. as Software Developer
Aug 2014 to Jun 2017
Client handling (State Bank of India) with responsibilities of a java application developer.
Worked on technologies such as Java , Oracle DB, WAS.
Delivered and maintained scalable system architecture to support high-availability Internet site with various internal
applications.
Created Static website on AWS S3 for pan india training using route53 Api-Gateway and AWS Cognito .
Created Bash scripts for automating product deployment and application monitoring.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Maulana Azad National Institute of Technology in 2014
Nature of Employment: Full Time Duration: Dec 2018 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Kubernetes latest 2020 2 Year(s) 0 Month(s)
DOCKER latest 2020 2 Year(s) 0 Month(s)
PIPELINE gitlab 2020 3 Year(s) 2 Month(s)
CHEF latest 2020 1 Year(s) 7 Month(s)
Terraform latest 2020 3 Year(s) 2 Month(s)
AWS latest 2020 3 Year(s) 5 Month(s)
NGINX latest 2020 3 Year(s) 2 Month(s)
letsencrypt latest 2020 3 Year(s) 2 Month(s)
LEMP Stack latest 2020 3 Year(s) 2 Month(s)
Python 2.7
and 3
2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Projects
Project Title: Devops
Client: Product Company
Project Details: Devops Engineer for providing infrastructure for microservice using
AWS :EC2,VPC,Route53,Lambda Function,S3,CloudWatch
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 3/4
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Nov 2017 - Nov 2017
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: gurgaon
Role: Sr. Programmer
Duration: Oct 2017 - Nov 2017
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: gurgaon
Role: Sr. Programmer
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time Duration: Jun 2017 - Dec 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Module Leader
Duration: Jan 2016 - May 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Mumbai Sbi head Quator GITC Bellapur
Role: Programmer
Duration: Apr 2015 - Apr 2017
Onsite / Offsite: Onsite
Team Size: 6
Terraform,Docker,Chef,Kubernetes/aws EKS,HELM,GIT,AGILE,NGINX,GITLAB,Elastic-Search,Logstash and kibana (ELK
Stack),FluentD
Tools : Grafana ,kiali , kafka ,zookeper
Project Title: Windows / Mac Installer with bundle JRE(VVDN)
Client: DVDO
Skill Used: ANT, INNO Scripting , MAC Packager.
Role Description: Developing installer for mac as well as windows with JRE bundle in it , so same could be used for
distributing among users without any external dependencies .
Project Details: As final finishing of the product (DVDO TILE) we need to prepare an installer that could be provided to user
for installing over any windows/Mac Platform even if user system not having java installed.
Project Title: Integration with YouTube for desktop Application (VVDN)
Client: DVDO
Skill Used: Core Java , Java FX , Integrating with YouTube Api's
Role Description: Application development by using Core Java , Java FX , Integrating with YouTube Api's
Project Details: In desktop application we have to integrate browsing, login playing and casting of YouTube videos inside.
Project Title: Media / Desktop sharing over Network (VVDN)
Client: DVDO
Skill Used: Core java , JNA , Networking,
Role Description: Developer
Project Details: This was one of the main feature of the DVDO Tile application in which we have to share media and desktop
image over the network in form of buffered image format.
Project Title: Website hosting on AWS
Client: DRDO
Project Details: Requirement :
We need to host a WordPress website on AWS in which security was the main concern along with full automated for internal
use only.
Technical Aspects :
Different services of AWS like AWS Gateway , AWS cognito along with letsencrypt for certificate generation for the website
based on LEMP stack on ec2 instance as a host was prepared . The website was for internal use hence we used MTLS and
strict Nginx policies , like handling for host header injection , CSP as well as for a good score over Mozilla observatory.
All the components were automated using gitlab ,terraform, python and AWS lambda functions.
Project Title: Static Site hosting on AWS S3
Client: State Bank of India
Project Details: Requirement : To host a site as which was mainly for documentation of different feature available in CAS and
other integrated internal system of SBI.
Technical Aspects : That was a team initiative to introduce with cloud technologies in sbi , We used AWS s3 as the main
component for hosting a static website.
Later using bash scripting and AWS Cli , automation of the website is done so that one can upload new document into the
hosted website.
Project Title: Online Customer Acquisition System
Client: State Bank Of India
Skill Used: Java , Java webservices , PLSQL oracle Database , XML , Javascript,
Role Description: Software Developer
Project Details: CAS is basically acquisition system, In FinnOne through CAS, Details of a candidate (like demographic,
income etc.) are captured for loan capturing and further analyzing whether the candidate is eligible for loan amount or not
through various rules and policies till disbursement.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Part Time
Rank 1082: Resume 847 with similarity score 0.011965494019672614
B.E , B.TECH , M.TECH full time redux , ug , affirmative action , mysql , spring , maintenance , windows , authorization , status , architecture , project , application , ubuntu , git , maven , multithreading , malay , javascript , technology , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e420117…
https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e4201175012445a5e0d5… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: M.Tech [Electrical]
Verified : Phone Number
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Kurukshetra in 2012
PG: M.Tech (Electrical) from Maulana Azad National Institute of Technology (NIT), Bhopal in 2019
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
MALAY SARKAR
Fresher seeking roles in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,Spring,Multithreading,Maven,JavaScript,React,Redux,Git,MySQL,IntelliJ
Idea,VsCode
Key Skills: Fresher,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JAVA,Spring,Multithreading,Maven,JavaScript,React,Redux,Git,MySQL,IntelliJ Idea,VsCode
Summary
M.Tech Electrical fresher with excellence in managing Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,Spring,Multithreading,Maven,JavaScript,React,Redux,Git,MySQL,IntelliJ Idea,VsCode.
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Spring
Multithreading
MAVEN
React, Redux
GIT
MySQL
IntelliJ Idea, VsCode
Ubuntu, Windows
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e420117…
https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e4201175012445a5e0d5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1083: Resume 1504 with similarity score 0.011934318548906813
B.S staff engineer , lead consultant , project lead , full time spring cloud , react.js , ansible , api platform , telugu , jenkins , css , designation , affirmative action , mysql , tortoise svn , angular , hindi , linux , gradle , maintenance , ltd , windows , jquery , kafka , authorization , english , bootstrap , status , spring boot , architecture , email , project , jpa , application , aws , focus , microservices , mumbai , bitbucket , product design , c++ , git , maven , languages , hibernate , functional design , python , struts , software design , javascript , jira , sonarqube , technology , cloud computing , working experience , html , ajax 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e475810…
https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e4758105712410d590b… 1/2
Current Designation: Staff Engineer
Current Company: Equinix
Current Location: Hyderabad / Secunderabad
Pref. Location: Chennai,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Equinix as Staff Engineer
Sep 2017 to Till Date
Around 14 years of progressive experience and responsibilities in the IT industry with a focus on product design and
development using various back-end and front-end technologies like JAVA, SPRING BOOT, MicroServices, AWS, Angular
and ReactJs
Virtusa Consulting Service Pvt Ltd as Lead Consultant Technology
Apr 2007 to Sep 2017
UG: B.Sc (Computers) from Osmania University in 2000
PG: MCA (Computers) from Osmania University in 2004
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Ravi Kumar Madas
Extensive experience in Design, Development & Application Maintainance | Adept at
Technical Experimentation, Functional Design Spec & Cloud Computing | Experienced
working with Java, Spring Boot, Spring Cloud, MicroServices, AWS, Angular, and
ReactJS
Key Skills: Staff Engineer,Project Lead,Software Development,Application Programming,Solution
Architecture,JAVA,Python,Spring Boot,Struts,JPA,Hibernate,HTML,JavaScript,CSS,Bootstrap,React.Js
Summary
Around 14 years of progressive experience in the area of software design and development using Java, Spring Boot, and
Microservice. Expertise knowledge and work experience in design and develop a cloud-based scalable, extensible, reliable, and
maintainable RESTful API platform, also good exposure and working experience on front-end technologies like Angular and
ReactJs.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e475810…
https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e4758105712410d590b… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C, C++, Java, Python
Spring, Spring Boot
Struts, JPA, Hibernate 3.3
HTML, JavaScript
CSS, bootstrap, jQuery, Ajax
angular, reactjs
Oracle10g, 11g, PostgressSQL
MySQL
Shell Script and Ansible
Git, BitBucket, JIRA
Tortoise SVN
WINDOWS, LINUX
Ant, Maven and Gradle
Jenkins, SonarQube
Rundeck, Rancher, Kafka
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1084: Resume 1088 with similarity score 0.011767874073980663
B.S , MS , BS system administrator , associate , full time , system analyst , system engineer , aws solution architect telugu , virtual machines , microsoft azure , linux , beginner , status , testing , nagios , obc , symantec , ec2 , data center , system administration , organization , notification , amazon web services , vdi , access , designation , server management , windows azure , fault tolerant systems , mar , hindi , ltd , cli , english , troubleshooting , project , live , splunk , ops , flow , javascript , disk management , vmware vsphere , optimization , 3d , affirmative action , tenable , technical architecture , trend micro , basic , iaas , email , nessus , aws , amazon rds , languages , console , cisco , balance , wsus , management system , esxi , global solutions , security tools , servicenow , it infrastructure management , infrastructure solutions , cloud services , tunneling , windows server , workspace , versioning , telecom , qualys , tamil , chemistry , ticketing , active directory , authorization , record , application , less , cost effective , gaming , servers , s3 , storage , kannada , ssh , google app engine , cloud computing , load , google cloud , oat , windows support 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 1/4
Current Designation: Cloud Ops Engineer
Current Company: HCL Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Chemistry]
Verified : Phone Number | Email - id
HCL Technologies as Cloud Ops Engineer
Oct 2018 to Till Date
I have rich experience of AWS cloud services and deploying applications on AWS cloud environment headlining different
services in
AWS cloud with good expertise
AWS (Cloud) implementation and infrastructure Configure the Cloud Management service, and to monitor and manage the
services
Launching EC2 servers using CloudFormation template.
Troubleshooting the Ec2 servers
Managing the IAM Users
Managing Route 53 DNS record sets.
Patching the EC2 Servers Using AWS SSM (System Manager service) to automate the patching.
Monitoring the EC2 servers using CloudWatch Alerts
Configured the CloudWatch Alerts for EC2 servers
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SREENIVASULU AWS AZURE GCP CLOUD
Cloud Ops Engineer seeking roles in IT Infrastructure Management,System
Analysis,Cloud Computing,Disk Management,Server Management,Technical
Architecture,Active Directory,Azure,Servicenow,AWS,VMware Vsphere
Key Skills: Cloud Ops Engineer,System Analyst,IT Infrastructure Management,Cloud Computing,Disk
Management,Server Management,Technical Architecture,Active Directory,Azure,AWS,Amazon Ec2,Amazon
Redshift,Route53 ,amazon web services,GCP,cloudformation,lambda
Summary
Having Total 6.4 years of experience in AWS cloud services and infrastructure with Good technical skills on AWS cloud
services
AWS&AZURE&GCP Certified associate &Windows Servers with nearly 6.4 years of experience across System Administration in
IT
industry.
AWS Cloud: implementation and infrastructure. Ec2 instances, VPC, S3, EBS, IAM, ELB, Route53,RDS,Cloud watch, Cloud
Formation,
Cloud trail, snapshots,AWS VDI Workspaces, (service now ticketing tool).
AZURE Cloud : Azure (Cloud) implementation and infrastructure. Azure virtual machines, disks, and implementing storage,
Azure AD,
Azure IAM Component implementation
GCP Cloud : Compute engine (vm instance), cloud storage.IAM,
Windows : 2016 & 2012
Security tools: Tenable, cylance, Tanium, cisco umbrella, Nessus, Symantec, trend micro
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 2/4
Creating the Inventory list time to time.
Creating AMI's for our EC2 instances before patching.
Taking snapshots of EBS volumes.
Analyzing VPC flow logs for traffic flow with in VPC
Connecting to the AWS Environments through Amazon Workspace.
Launched Guard Duty and created lambda function for Guard Duty findings with MSS Integration.
Logged in to the servers through ssh tunneling to troubleshoot.
Created ssh users in our linux bastion servers.
Creating Ticket reports time to time.
Recovered Application Ec2 servers when needed to recover.
Done OAT testing for Application EC2 servers
Worked on Autoscaling
Worked on Load Balancers
Providing Ec2 servers access to users.
Taking Automated EBS backups through EBS Lifecycle policy
Exporting the snapshots details using CLI commands
Worked on S3 buckets
Installing Nagios, Splunk, Trend micro and Qualys as a c2 build process
Managing the NACL and Security group Rules to restrict access.
Monitoring the environment using cloudwatch, cloudtrail and VPC Flowlogs
Configured Cloud watch Alerts.
Managing our VPC environment in our regions.
Managing EBS Volumes
Done cost optimization by removing unwanted EBS volumes, snapshots, Elastic ip's and reducing the EBS volume size
where
usage is very less.
Provisioned RDS instances for applications.
Technical understanding of the following areas with Windows Azure Platform (IaaS), Operating System,
Configuring Azure virtual machines and disks Storages ,Managing and monitoring Azure Virtual Machines
Basic Understanding GCP Cloud support & implementation
Working with Windows servers 2016 & 2012,
Understanding of on premise to Cloud computing migrations
L&T Infotech Pvt. Ltd as Cloud operation Engineer (Senior System Engineer)
Jun 2017 to Sep 2018
Organization: L & T InfoTech Pvt. Ltd., Bangalore(Supporting UK Clint)
Project Title: project for Infrastructure as a service managing the Client infrastructure which is hosted on Cloud (IAAS)
Role: Managing AWS Cloud With windows servers which are hosted on AWS cloud (Supporting UK Clint)
AWS (Cloud) implementation and infrastructure Configure the Cloud Management service, and to monitor and manage
the services.
Deploying and operating AWS, specifically VPC, EC2, S3, EBS, IAM, ELB, Cloud Formation and Cloud Watch using
AWS Console, Creating MFA access for the users.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Manage and configure AWS services as per the business needs (ELB, SNS, EC2, Route 53, S3, RDS, Cloud Watch,
Utilizing Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS services, EBS volumes to set
alarms for notification or automated actions and to monitor logs for a better understanding and operation of the system;
designing highly available, cost effective and fault tolerant systems using multiple EC2 instances, Auto Scaling, Elastic
Load Balance and AMIs
creating S3 buckets and managing policies for S3 buckets with versioning
Working with Windows servers 2016 & 2012, applying patches monthly wise through WSUS server
NESS Technologies India Pvt. Ltd. as System Administrator
Jun 2016 to Jun 2017
Organization: NESS Technologies India Pvt. Ltd., Bangalore
Role:
Supported Windows Server 2012, 2008, Active Directory, DNS and DHCP, Group policies ,and troubleshooting
issues
Supported Esxi servers 6,Vsphere 6,Vcenter Server
deploying and operating AWS, specifically EC2, S3, EBS, IAM, ELB,VPC, Cloud Formation and Cloud Watch using
AWS Console
Pixelloid Studios Pvt. Ltd as System Administrator
Apr 2014 to May 2016
Organization: Pixelloid Studios Pvt. Ltd., Bangalore
Title: VFX and 2D/ 3D Gaming
Role:
Maintained Data Center Servers, Windows Server 2016/2003/2008
Supported WM ware, ESXI servers, VMware web client
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 3/4
LV Global Solutions PVT LTD (INTERNSHIP) as System Administrator
May 2012 to Mar 2013
Project Title: (Supporting UK
Windows Servers and Desktop support.Windows operating system.
Working Global Remote Management System is the centralized team for all Servers & Desktop related issues. Role:
WINDOWS SUPPORT & DESKTOP SUPPORT
Maintained Windows Servers, Active Directory Servers, DHCP and DNS Servers
UG: B.Sc (Chemistry) from Sri Krishna Devaraya University, Andhra Pradesh in 2010
Other Qualifications/Certifications/Programs:
AWS Cloud Sysops Certification,AWS solution architect associate
Microsoft Certification MCTS Server 2008 Active Directory Professional (70-640)(70-642)Network Infra
70-533 Implementing Microsoft Azure Infrastructure Solutions
Windows Server, VMware, Hardware and Networking including Live Project
google cloud associate certification
Affirmative Action
Category: OBC - non-creamy
Work Authorization
Countries: India
Education
IT Skills
Skill Name Version Last Used Experience
Windowsservers2016/2012/2008 0 Year(s) 0 Month(s)
activedirectory,dns,dhcp,group policie
Amazon web services(cloud):ec2 instances
vpc,s3,ebs,iam,elb,route53,cloudwatech
cloud formation,cloudtrail,workspaces
Azure cloud: Create virtual machine
Azure AD
GOOGLE 2020 1 Year(s) 0 Month(s)
Google App Engine 2020 1 Year(s) 0 Month(s)
GCP 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Kannada Expert
Tamil Proficient
Hindi Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 4/4
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 1085: Resume 1181 with similarity score 0.011721214968775297
B.S , B.E , B.TECH full time ansible , telugu , jenkins , performing , designation , affirmative action , cloud , hub , linux , maintenance , player , authorization , english , troubleshooting , iaas , status , email , application , configuration management , aws , yum , less , continuous integration , git , maven , languages , javascript , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125…
https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125743460c545d5… 1/2
Current Designation: AWS SysOps Administator
Current Company: Tata Consultancy Services (TCS)
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as AWS SysOps Administator
Oct 2018 to Till Date
Having 2.2 years of experience in IT industry as SysOps Administrator.
Having hands-on experience in performing all duties related remote support, troubleshooting in multi platform environment
etc.
UG: B.Tech/B.E. (Mechanical) from SAGI RAMAKRISHNAM RAJU ENGINEERING COLLEGE, BHIMAVARAM in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
B.S.S.S.K. Akhil. Hanuman
2+ Years of experince in IT Industry with AWS SysOps Administator, Iaas, Networking.
Key Skills: AWS SysOps Administator,System Admin,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,GIT,GIT Hub,Linux,Cloud
Watch,Jenkins,Ansible,Terraform,Maven,DynamoDB,Kinesis,Aurora
Summary
Having 2.3 years of experience as SysOps Administrator in 24/7 support environment.
Having hands-on experience in performing all duties related remote support, troubleshooting in multi platform environment etc.
Ability to adapt to new environments quickly, hard working, self-motivated, self-learning abilities with admirable interpersonal
skills and an efficient team player
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Linux
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125…
https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125743460c545d5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
AWS
Yum Server
Cloud Watch
GIT, GIT Hub
Jenkins
Ansible
Terraform
MAVEN
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Rank 1086: Resume 807 with similarity score 0.011718138494244724
B.E , B.TECH member of technical staff , software developer , part time , full time , junior software engineer intranet , document management , web development , css , designation , pages , confluence , ug , affirmative action , developments , oracle , hindi , maintenance , ltd , authorization , risk , english , bootstrap , status , shipping , screens , sql , email , application , mongodb , npm , german , rest , features , c++ , git , languages , management system , javascript , form , workflow , jira , technology , cyber , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e19…
https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e190b15485e5a5b… 1/2
Current Designation: Member of Technical Staff
Current Company: Metricstream Infotech India Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Metricstream Infotech India Pvt Ltd as Member of Technical Staff
Jan 2019 to Till Date
Policy and Document Management
Developed multiple screens for Responsive webapp using HTML, CSS3, Javascript which is used to manage large
number of policies within an organization.Collaborated with product owners to implement new feature developments.
Policy and DocumentWidget RestAPIs
Developed Rest APIs for Policy and DocumentWidget application using NodeJS and MongoDB to display policies on
organization?s intranet.
IT Cyber and Risk Management System
Worked as a key resource for the development of IT Cyber and Risk Management System application using HTML, CSS3,
Javascript, BackboneJS. Implemented multiple UI pages from concept through deployment. Features included- setup form
creation, workflow setup and Report
generation for assessing risk quantitatively.
Capgemini India Pvt Ltd as Junior Software Engineer
Aug 2018 to Jan 2019
Cargo Management System
Developed web based application using HTML, CSS, Javascript which determines the price of shipping product based on
distance, weight and size
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PRASHANT PARASHAR
Frontend developer with 2 years of experience
Key Skills: React,React js,Web Development,FrontEnd development,UI
development,JavaScript,HTML,CSS,Bootstrap,Confluence,MongoDB,JIRA,Git,C++
Summary
Result oriented professional with experience in React, JavaScript, HTML, CSS, Git, Web Development, UI
Development,Bootstrap
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e19…
https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e190b15485e5a5b… 2/2
UG: B.Tech/B.E. (Mechanical) from Vellore Institute of Technology (VIT) in 2018
PG: CS (CS) from Vellore Institute of Technology (VIT) in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
React js 1 Year(s)
JavaScript, HTML, CSS, C++ 2 Year(s)
Bootstrap, Oracle SQL, MongoDB 2 Year(s)
Backbone JS, NPM, MaterialUI 2 Year(s)
GIT, SVN, Jira, Confluence 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
German
Rank 1087: Resume 1041 with similarity score 0.011655843810851763
nan ui developer , angular developer , associate , software developer , product development , backend developer , full time , full stack developer award , version control , web development , functional specifications , general , scrum , team management , designation , ug , affirmative action , step , hindi , angular , technical requirements , maintenance , typescript , authorization , checks , english , troubleshooting , resolutions , design documents , status , architecture , agile , email , project , application , sprint planning , requirements gathering , production implementation , bengali , technology solutions , led , components , git , languages , story , industrial experience , level design , javascript , schedules , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d09085719460947…
https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d090857194609470414440a5a0b… 1/2
Current Designation: Associate
Current Company: Cognizant Technology Solutions
Current Location: West Sussex
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions as Associate
Jun 2012 to Till Date
Working as a Full Stack Developer for Rentokil Initial - a UK based client of
Cognizant Technology Solutions
Operating in Angular 7 (Front End) and back-end
Maintaining bit-bucket repositories and resolving con?icts, using GIT for version control
Executing work in Agile Scrum Principals, Task Meeting/Retrospective, Relative estimation, Story-Based Development
Working in React JS for a new project which is directly available to the customers
Cognizant Technology Solutions, India as Associate
Key Result Areas:
Worked as backend developer
Nominated as Employee of the year
Understood database structure, tables
Provided technical support when required
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
RAHUL MUKHERJEE
Scaling new heights of success with hard work & dedication and leaving a mark of
excellence on each step; targeting assignments as Angular Developer,
React JS Developer
Key Skills: Web/Angular Developer, Angular 2+ , React JS, Troubleshooting / Technical Support, Requirement Gathering
& Analysis, Agile Methodology, Product Development, Frontend/UI Developer, Team Management, Scrum
Summary
A competent professional with 8 years of rich industrial experience
Understood process requirements and provided use cases for business, functional & technical requirements
Interacted with users for requirement gathering; prepared functional specifications and low-level design documents
Liaised with stakeholders during the course of problem diagnoses, requirements gathering, detailed level design,
development, system test and production implementation to ensure that optimal resolutions were achieved
Highly skilled in implementing Software maintenance schedules; conducted periodic checks and prepared technical
documents for the same
Led iteration/sprint planning meetings and resolved conflicts
Perceived overall complex architecture of the entire system
Expertise in Javascript, ES(6-7),Design patterns, TypeScript and developing custom web components
Bagged Employee of the Month Award from Rentokil Initial a client of Cognizant Technology Solutions
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d09085719460947…
https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d090857194609470414440a5a0b… 2/2
UG: BCA (Computers) from Institute of Engineering and Management in 2009
PG: MCA (Computers) from Birla Institute of Technology, Kolkata in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
GIT 2020 2 Year(s) 0 Month(s)
Angular 2,7,10 2020 2 Year(s) 0 Month(s)
WEB DEVELOPMENT 2020 2 Year(s) 0 Month(s)
JavaScript 2020 2 Year(s) 0 Month(s)
Agile, SCRUM 2020 2 Year(s) 0 Month(s)
React js 2020 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 1088: Resume 894 with similarity score 0.011648531155863588
B.S , BS software engineer , full time , software developer functionality , web development , general , entity framework , designation , ug , affirmative action , mysql , health , fitness , web api , maintenance , software industry , authorization , status , c# , architecture , email , project , application , aws , database development , microservices , .net core , rest , git , payments , applied sciences , sql server , one , javascript , organization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13…
https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13514242515f010… 1/2
Current Designation: Software Engineer
Current Company: Nagarro
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Nagarro as Software Engineer
Aug 2018 to Till Date
Nagarro as Software Engineer
Aug 2018 to Aug 2018
Organization Nagarro
Client Client is one of the famous chains of over 265 franchised fitness clubs located
in the United States, Canada and most recently Australia.
Project overview Project involved the development for the process of managing members of
the clubs, managing orders of the health clubs, cancellation of the
Agreements signed by the members, credits posting on the account of
members for any unpaid payments, invoice creation for any item purchased
from the fitness club.
Technologies React JS, Node JS, AWS, MySQL, .Net Core
Responsibilities * Involved in analysis of required functionality, task estimation
* Designed application database
* Worked on implementation of key modules and UI creation
Aricent (now Altran) as Software Developer
Jan 2018 to Jun 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Himanshu Uppal
Software Engineer seeking roles in Software Development,Application
Programming,Web Development,Project Management,Client Management,Database
Development,Requirement Gathering,Entity framework,MySQL,AWS,GIT,Javascript
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Web
Development,Project Management,Client Management,Database Development,Requirement Gathering,Entity
framework,MySQL,AWS,GIT,Javascript
Summary
Himanshu Uppal has 2.5 years of experience in the software industry. He has experience in Full Stack
development using technologies such as React JS, .Net Core, Node JS, AWS, MySQL. He has worked on
Node JS and .NET Core Framework projects using Web API.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13…
https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13514242515f010… 2/2
UG: B.Sc (Computers) from Bhaskaracharya College of Applied Sciences in 2015
PG: MCA (Computers) from Bharati Vidhyapeeth Institute of Computer Applications and Management in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Node JS, C#
.Net Core, JavaScript
AWS, git
MySQL, sql server
sequelize (Node js), Entity framework
OOP/D, Microservices Architecture
REST APIs, Database Modelling
Rank 1089: Resume 1171 with similarity score 0.011643498459343139
B.E , MS , B.TECH , BS system administrator , associate , desktop support engineer , devops , it administrator , full time cards , outlook , ansible , rtu , general , customer , jenkins , devops , windows server , access , security , kubernetes , designation , microsoft azure , ug , affirmative action , group policy , step , vista , hindi , cloud , docker , active directory , firewall , vendor management , web hosting , linux server , ccna , software installation , authorization , office 365 , english , troubleshooting , status , email , hosting services , project , ftp , application , aws , google , godaddy , exchange server , github , ontime , mac , s3 , third party vendors , ip phones , ec2 , router , infrastructure , languages , operating systems , server administration , r&s , sophos , system administration , javascript , network administration , suite , organization , backup and recovery , mass mailing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d531815581755…
https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d5318155817551714590e5c51… 1/2
Current Designation: Associate IT Administrator
Current Company: Suventure Services
Current Location: Bengaluru / Bangalore
Pref. Location: INDIA,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Suventure Services as Associate IT Administrator
Jul 2018 to Till Date
Handling and managing AWS Cloud which includes EC2, IAM, VPC, S3, Cloud Watch & SNS, SES, Autoscalling, ELB,
Assigning Policy & Roles in both Windows Server and Linux.
Managing complete Web Hosting services on GoDaddy, BlueHost and AWS.
Manage Backup and Recovery of Website through FTP.
Configuring Mass Mailing Application.
Managing and handling Biometric Server OnTime and access cards.
Manage the AWS infrastructure and strategic vendor relationships including development firms.
Work with business unit managers to understand project scope, suggest possible alternatives and document each step of
the design.
Work with Security division to design and manage IAM roles for users, vendors and other third party vendors.
Manage Windows Server Active Directory, Users and Groups/ Profile Management/ Group Policy Implementation, OU,
FSRM, Active Directory Trust, DHCP, DNS, WDS.
Handling and managing Google G-Suite Admin Panel of complete Organisation.
Handling and troubleshooting Router, Switch, Modem, Firewall.
Software Installation and Troubleshooting of all types of Customer Oriented Problems.
Handling diverse network including MS Outlook, DHCP Server for IP distribution.
Working with remote software like Any Desk, VNC viewer for troubleshooting.
Installation and Configuration of Windows & MAC based Operating Systems.
Troubleshooting of hardware, software and networking problems.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ashutosh Kumar Jha
AWS Certified IT Administration with strong experience in managing AWS with
Windows and Linux Server, Networking, Firewall, Cloud Application, Web Hosting,
Assets and Vendor Management.
Key Skills: Associate IT/System Administrator,System Administration,Windows Server Administration,Technical
Support,AWS,Linux Administration,Docker,Kubernetes,Jenkins,Github,Ansible,Networking,Microsoft Azure,Firewall,Web
Hosting
Summary
Seeking assignments in IT Administrator with a Growth-Oriented Organization.
Hands-on experience in AWS-Associate, Network,Firewall, MCSE and LINUX.
Hands-on experience in handling and managing in Office 365 and Exchange Server.
Having Good knowledge in CCNA R&S, Linux and Windows Server.
Having Good knowledge of AWS and Microsoft Azure.
Having good knowledge of DevOps.
Hands-on experience in configuring IP Phones.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d531815581755…
https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d5318155817551714590e5c51… 2/2
Handling and troubleshooting voice process calling application ?Knowlarity? .
Vendors and Assets Management.
Managing and troubleshooting of EPBX Server and Telephones.
Vista Systems as Desktop Support Engineer
Jun 2017 to Jun 2018
UG: B.Tech/B.E. (Computers) from RTU KOTA UNIVERSITY in 2017
Other Qualifications/Certifications/Programs:
Certification in AWS-ASSOCIATE
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2021 1 Year(s) 1 Month(s)
Networking 2021 3 Year(s) 6 Month(s)
Window server 2016 2021 2 Year(s) 6 Month(s)
Linux Server 2021 1 Year(s) 6 Month(s)
Sophos Firewall 2020 1 Year(s) 6 Month(s)
devops 2021 0 Year(s) 6 Month(s)
web hosting 2021 1 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 1090: Resume 1226 with similarity score 0.011497785211819607
MS , BS devops engineer , system administrator , associate , server administrator , release manager , full time , windows administrator , system engineer , aws solution architect contractual , ansible , veritas , devops , customer , jenkins , kubernetes , designation , ug , telecom , scripting languages , tamil , saint , oracle , affirmative action , hindi , cloud , docker , linux , beginner , fms , maintenance , azure , ltd , windows , english , authorization , nss , status , architecture , wintel , email , project , aws , configuration management , focus , exchange server , github , technology solutions , server admin , netbackup , malayalam , cms , javascript , lotus notes 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405…
https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405644475c5b0f0… 1/3
Current Designation: Senior Infra Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Coimbatore
Pref. Location: Bengaluru / Bangalore,Chennai,Anywhere in
South India
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Senior Infra Developer
Dec 2014 to Till Date
Overall 10+ years of experience in IT industry with in Configuration Management, Release & Build Management, System
Administration, Support and Maintenance in environments like Windows, Linux, expertise in automating builds and
deployment process using scripting languages with focus on DevOps tools & AWS/Azure Cloud Architecture. Expertise in
Docker, Kubernetes, Ansible, Terraform tools.
CMS INFO SYSTEMS as FMS Engineer
Aug 2010 to Dec 2014
Worked in Client Location Cognizant Technology Solutions as a System Adminstrator. Provided Technical Support solution
to the customer.
UG: BCA (Computers) from Bharathiar University, Coimbatore in 2006
PG: MCA (Computers) from Anna University in 2009
Other Qualifications/Certifications/Programs:
Aws solution Architect - Associate
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Vignesh Kumaresan
Skilled DevOps engineer with 10.5 years of experience in Release and Deployment
activities. Expertise in AWS,Azure, Docker, Kubernetes, Ansible, Terraform and
various DevOps Technologies.
Key Skills: Overall 9+ Years experienced DevOps Engineer. Expertise in AWS, Docker, Kubernetes, Ansible and various
DevOps tools.
Summary
System Admin with Around 7 years experience in MNC company. Looking for a job in Cloud technologies, Devops,Wintel
Admin, Sccm server admin, backup admin and technical support.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405…
https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405644475c5b0f0… 2/3
Oracle 9i
Sccm 2012
Nature of Employment: Full Time Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: May 2017 - Nov 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2014 - Apr 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2014 - Apr 2017
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Contractual
Project Location: Cognizant Tech (Coimbatore Location)
Role: Network/System Administrator
Duration: Aug 2010 - Till Date
Onsite / Offsite: Onsite
Team Size: 30
IT Skills
Skill Name Version Last Used Experience
WINTEL ADMIN 2003
and 2
2012 2 Year(s) 0 Month(s)
SCCM server 2007 2012 1 Year(s) 6 Month(s)
Backup Admin (Veritas Netbackup) 2012 2 Year(s) 0 Month(s)
devops Aws 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Hindi Beginner
Malayalam Proficient
Projects
Project Title: Cloud and Devops
Client: Amgen Technology, Medronic, Saint Gobain, BCBS CN
Project Details: Worked on various AWS Cloud and Devops related projects. Having a adequate experience on Github, AWS,
Docker, Kubernetes, Jenkins, Terraform, Ansible and other Devops tools
Project Title: Release Manager
Client: Anthem Speciality
Project Details: Anthem Decare
Project Title: Senior System Engineer
Client: Healthnet
Project Details: Windows administrator for Healthnet project
Project Title: Senior System Engineer
Client: Healthnet
Skill Used: server administrator for windows
Project Details: Windows administrator for Healthnet project
Project Title: EUCS - NSS
Client: Cognizant Technlogy solutions
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405…
https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405644475c5b0f0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: Remedy tool, Sccm 2007 server, veritas netbackup, exchange server, lotus notes.
Role Description: System Administrator
Project Details: Working as a wintel admin.
Working in veritas netbackup
Sccm Server handling roles.
Rank 1091: Resume 1465 with similarity score 0.011379640550006826
B.E , MS , B.TECH application support , software developer , full time , team member , system engineer , tibco developer cards , retrospectives , showcase , customer , functional testing , connect , document generation , demand , addition , tortoise svn , beginner , fms , quote , design documents , status , rally , integration testing , u2 , xml , bitbucket , pl/sql , upstream , gems , filezilla , suite , organization , notification , communications management , sprints , bonds , digital integration , low level design , financial transactions , designation , xslt , ccm , web services , hindi , ltd , english , agile , project , sprint planning , splunk , angularjs , focussed , programming languages , fixing , rest , putty , documentation , sms , enterprise messaging , javascript , history , tax , insurance , working experience , adb adapter , general , performing , scrum , affirmative action , parse , maintenance , basic , unix , vitality , email , user stories , balance , management system , malayalam , mobile , sit , jira , apps , american express , functionality , document management , credit , jenkins , handover , soap , telecom , tamil , health , tibco ems , authorization , teams , spring boot , deliveries , application , less , qlab , government , debugging , finance , fax , python , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425…
https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425618475b5b0c5… 1/3
Current Designation: TIBCO Developer - Consultant
Current Company: HCL Technologies Ltd
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Noida,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
HCL Technologies Ltd as TIBCO Developer - Consultant
Jul 2018 to Till Date
Project 1:
Client: T-Mobile- U.S
Domain: Telecom (Banking/Finance modules)
Role: Developer
Team Size: 3
Description: Worked under Digital Integration Centre of Excellence (DICE)-Financial Management System (FMS) team
which mainly handles financial transactions for T-Mobile, through credit card, bank account for various types of cards like
Visa, Master , American Express etc. Also got opportunity to implement JWT functionality to secure transactions.
Technically, we implemented above functionality in both TIBCO BW and TIBCO BWCE. Also worked a bit on spring boot
user stories.
We had developed apps to handle various payment specific functionalities like Schedule Payment, Payment History,
Payment Methods, Bill Reprint, Account Balance, Account Details, Pending Transactions, Validate Payment Method, Bill
Summary, Handset Info, Receipt, Insatallment, Update Payment Status, Authorise Credit Card, Refund Payment, Validate
Coupon, Tax Quote etc
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Ashish Kumar Pandey
TIBCO Developer (6 yrs exp.) available to join immediately, seeking roles in Design
and Development of Project using TIBCO BW Container
Edition, TIBCO BW 6.x and TIBCO BW 5.x, TIBCO Admin, TIBCO EMS, Agile,
Jenkins, Python, GIT, Jira, Angular
Key Skills: TIBCO/Software Developer,Requirement Gathering,Application Support,Agile
Methodology,Jenkins,Python,JIRA,TIBCO BW,TIBCO Designer,TIBCO Administrator,EMS,Adb Adapter,Business
Works,TIBCO EMS,TIBCO BW ContainerEdition,TIBCO BW 6.X,Angularjs,Apigee
Summary
* 6 years of working experience as a developer in TIBCO products such as TIBCO Business Works 5.x, TIBCO BW 6.x, TIBCO
Business Works Container Edition (BWCE), TIBCO Enterprise Messaging Service (EMS) and TIBCO Administrator.
* Worked in design and development using SOAP, REST, HTTP, Notify, ADB and EMS.
* Extensive working knowledge in Palettes like HTTP, Service, File, JDBC, JMS, Mail, Parse, SOAP, REST, WSDL, XML and
General Palette.
* Good working knowledge of SOAP UI testing, Jenkins (Deployments), Jira, FileZilla, PuTTY, Rally, GEMS (EMS Monitoring
tool), Postman, Splunk etc
* Little familiar with APIGEE, Spring Tool Suite (Spring Boot), Angular 8, Python and some of the programming languages
and its concepts, such as C, Java
* Basic knowledge on UNIX and PL/SQL.
To work in an exciting and professional environment with continuous learning, development and growth possibilities, and an
opportunity to learn and to apply my skills for the growth of the organization.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425…
https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425618475b5b0c5… 2/3
U2 Migration
Migration of TIBCO BW code to TIBCO BW CE Applications.
Responsibilities:
Attending Sprint Planning and Back Log refinement to understand the requirement shared over JIRA or Rally, provide
user story points, check the feasibility of developing within estimated duration and provide technical inputs during
discussion
Utilizing daily stand up calls to update the status and discuss challenges faced.
Branching out code from latest production version code to proceed with development.
Developing based on technical functionalities and following development guidelines and Performing functional testing
to check the stability while development.
Demo at the end of the Sprint to showcase the working functionality, validated against Acceptance Criteria.
? Performing End to End integration testing in ILAB
? Supporting QLAB testing and resolving defects if any.
Value Addition:
Created an App using Angular 8 , Node JS , Mongo DB and data gathered for fixing TIBCO issues(both runtime and
design time issues) , using which any TIBCO developer can quickly get the solution for the issues by just searching with
the error Key words. Later on it became a common pool to gather solutions by all TIBCO developer which saved the time
in debugging issues significantly.
Tata Consultancy Services Ltd as TIBCO Developer, System Engineer
Feb 2015 to Jul 2018
Project 2:
Client: Telia Company - Sweden/Finland
Domain: Telecom
Role: Developer
Team Size: 10
Description:
Global Enterprise Service Bus(GESB) project enables integration of various internal systems within Telia or external
systems wishing to connect with Telia. Project comprises of a Scrum team of 9-11 members and team participates in all
the scrum activities like Sprint Planning, Daily Scrum, Sprint Review & Retrospectives and Release Planning. Deliveries to
production are focussed on every week based on project needs with a Handover to support team.
Responsibilities:
Responsible for gathering the requirements and providing the inputs on technical discussion.
Analyze the requirements and check the feasibility of developing within estimated duration.
Break down the requirements into user stories and create a Jira ticket for development in Sprints.
Branching out code from latest production version code to proceed with development.
Developing based on technical functionalities and following development guidelines and Performing functional testing to
check the stability while development.
End-End integration testing involving different systems in SIT and UAT.
Project 3:
Client: Vitality Health(U.K)
Domain: Insurance
Role: Developer
Team Size: 5
Description:
Worked as a developer for two teams HEAL and NERP, where HEAL was handling the functionality of servicing the policy,
New business, renewal etc and NERP(Notification Engine Replacement program) was handling the document generation
part for Bonds. Invoice, Bills etc and deliver the documents to different modes like Mail, Post, SMS and Fax.
This project helps Vitality Health's customer to generate their document through Notification Engine Replacement
program. Vitality Health's customer documents are generated by the Discovery SA Notification Engine (NE).
NE generates the documents on-demand, based on XSLT templates developed by Discovery SA resources. The contents
to be populated in the documents are provided by TIBCO services which retrieve the information from upstream
applications like Heal/Online/ Papillon.
Vitality Health would like to build an in-house customer communications management (CCM) capability to remove the
dependency on the Discovery SA NE, Interactive Messaging (Document Management) system and Discovery SA
development resources. This initiative is called as Notification Engine Replacement program.
Responsibilities:
Understanding the requirement based on the design documents shared.
Involved in low level design documentation and high-level design documentation.
As a team member involved in design and development of the service layers and documentation of the same.
Involved in configuration and deployment of web services using TIBCO Administrator and carrying out bug fixes and
trouble shooting.
Developing based on technical functionalities and following development guidelines and Performing functional testing to
check the stability while development.
Supporting testing in SIT and UAT.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425…
https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425618475b5b0c5… 3/3
UG: B.Tech/B.E. (Electrical) from GOVERNMENT COLLEGE OF ENGINEERING KANNUR, KERALA in 2014
Other Qualifications/Certifications/Programs:
Certified SAFe 4 Practitioner
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
REST, HTTP, Notify, ADB, SOAP, BitBucket 0 Year(s) 0 Month(s)
REST, WSDL, XML , Java, C
Spring Boot, Angular 8, Python
Tortoise SVN, GIT, UNIX , PL/SQL
TIBCO BW 0 6 Year(s) 0 Month(s)
TIBCO DESIGNER 0 6 Year(s) 0 Month(s)
TIBCO EMS 0 6 Year(s) 0 Month(s)
TIBCO ADMINISTRATOR 0 6 Year(s) 0 Month(s)
TIBCO BW Container edition 0 3 Year(s) 0 Month(s)
TIBCO BW 6.X 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Tamil Beginner
Malayalam Beginner
Rank 1092: Resume 347 with similarity score 0.011348217519476948
MS , B.TECH work from home , classifier , event coordinator web development , customer , internships , uber , css , ease , options , fraud detection , mar , tokenization , information technology , health , authentication , navigation , php , ola , status , sql , email , application , mobile apps , coursera , c programming , sports , programmers , xml , resume , surveillance , android , machine learning , finance , credit card fraud , analyzer , bikes , assessment , development projects , python , one , javascript , campus , critical systems , airports , pipeline , html , online Assessment
Q1. Why should you be hired for this role?
From October I've been doing intern at AAI as a Flutter developer. I interned at Communication Navigation and Surveillance Department. In this
internship I've been creating a mobile app using Flutter for the ease of AAI employees. Using this app the AAI employees can easily update and
report the condition of critical systems at the CNS services to their supervisors. With this update and having constant knowledge of the CNS
systems, the required upgrades can be done without further delay. I have good experience as a Mobile app developer. From my 2nd year I've
been doing App and Web development projects. One such project is "Get Bike" project. In this project I've created a app for booking bikes and
bicycles of fellow classmates at our college. With this app there is no need to book Ola and Uber and wait for the drivers to arrive at the College.
But simply classmate's bikes/bicycles can be booked and used for travelling in and outside the campus. With these experiences in App
development I am confident that I would be a valuable asset to work with your company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available for 3 months starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Narasimha Reddy
Jaipur, Hyderabad
Applied 25 Dec'20
C Programming CSS HTML
JavaScript Machine Learning PHP
Python SQL XML
Bachelor of Technology B.Tech), Mechanical Engineering
The LNM Institute of Information Technology, Jaipur
2017 - 2021
CGPA 7.37/10
Mobile App Development
Airports Authority of INDIA, Virtual
Oct 2020 - Present
Created a mobile application to report the health status of critical CNS systems using flutter.This app helps in minimizing the
downtime of the unserviceable facilities and provides options to take quick actions to recover the disrupted facilities.
Machine Learning
Verzeo, Virtual
Oct 2020 - Dec 2020
Built a sentiment analyzer by creating a pipeline to remove stop-words, and perform tokenization. Worked on Sentiment140
dataset of 1.6 million tweets from kaggle. Trained a Naive Bayes Classifier and our approach achieved an overall accuracy of
76%.
Worked as Accomodation Head during "Desportivos" the Annual sports festival.
Worked as Finance Convener in Annual Sports festival "Desportivos" of our college
Worked as an Event Coordinator during PLINTH - Lnmiit-Technical fest.
C For Programmers
coding blocks, Online
Nov 2020 - Present
Build Native Mobile Apps With Flutter
Udacity, Online
Oct 2020 - Present
Python Programming Essentials
Coursera, Online
PROJECTS
CONTACT Phone: 91 6300152384
Jun 2019 - Jul 2019
Credit Card Fraud Detection
Mar 2020 - Mar 2020
This project covers credit card fraud and is meant to look at a dataset of transactions and predict whether it is fraudulent or
not.
Online Food Ordering System
Jun 2019 - Aug 2019
This web application is designed to help customers for ordering food from their favorite restaurants.
GET BIKE
Jan 2019 - Mar 2019
GET BIKE is an android app where users having bike can sell or rent them. Bikes are booked based on customer's
preference of date and time. It calculates the cost proportional to time of usage. Email based authentication will confirm
user's identity.
Rank 1093: Resume 653 with similarity score 0.011347428658371395
B.E , BS team leader , work from home , cyber security , student cyber security , image processing , css , deep learning , collaborative filtering , traffic control , mask , application , finale , computer vision , diabetic retinopathy , prediction , resume , electronics , machine learning , opencv , sentiment analysis , flask , completion , assessment , probability , python , javascript , web , campus , html , database Assessment
Q1. Why should you be hired for this role?
I am an expert in Python Language and done many application like Web-dev, Machine Learning, Deep Learning and Computer Vision. And I also
have worked in good amount of projects like:
1. Detection of Malicious Web links using Machine Learning.(https://github.com/Vibhin/Malicious-link-detection)
2. Early diagnosis of Diabetic retinopathy using Deep learning
3. Prediction of student placement probability in Campus recruitment using Machine Learning.
4. Traffic Control using Image Processing Techniques.
5. Sentiment Analysis of Mother's Day Tweets.
6. Book recommendation system using collaborative filtering.(https://github.com/Vibhin/Book-Recommender-System)
7. Face mask detector using OpenCV and Deep Learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full-time work from home internship for 3 months. I can pretty much start working on the internship from this month.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9025228444
Vibhin V V
Chennai
Applied 08 Feb'21
Python CSS Deep Learning
Flask HTML Machine Learning
JavaScript
Bachelor of Engineering B.E, Electrical and Electronics Engineering
RMK Engineering College
2017 - 2021
CGPA 8.73/10
Senior Secondary XII, Science
STATE BOARD board
Year of completion: 2017
Percentage: 95.08%
Secondary X
CBSE board
Year of completion: 2015
CGPA 10.00/10
I participated in Smart India Hackathon(SOFTWARE edition and I am the team leader of Tech Frontiers which got selected
into Grand Finale conducted from 1 Aug to 3 Aug
Book Recommendation System
Sep 2020 - Sep 2020
https://github.com/Vibhin/Book-Recommender-System
Book Recommendation System based on Collaborative Filtering using Nearest Neighbor.
Detection of Malicious Web links using Machine learning
Dec 2019 - Jul 2020
https://github.com/Vibhin/_Web-link-detection
A Web application that would validate, if the provided website is malicious or safe based on Machine Learning Algorithm.On
login, Cyber security officials can validate the URLs, they can also manage these entries in database for future reference
Also completed Deep Learning AZ course in Udemy. Done couple of projects in Machine Learning and Deep Learning.
https://github.com/Vibhin/Book-Recommender-System
https://github.com/Vibhin/_Web-link-detection
Rank 1094: Resume 1218 with similarity score 0.011320354859146571
B.E , MS , B.TECH , BS director , associate , devops , team leader , solution architect , full time , application developer , enterprise architect version control , apache cxf , financial services , telugu , virtual machines , space , firebug , platforms , linux , status , digital transformation , unica , continuous integration , performance engineering , planet , components , axis2 , fundamentals , html5 , weblogic , jrockit , yslow , corda , pipeline , vss , devops , kubernetes , designation , xslt , web services , hindi , ltd , windows , eda , json , english , alexa , troubleshooting , twitter , soma , agile , 12c , findbugs , project , osb , tiles , microservices , angularjs , checkstyle , jquery mobile , rest , mvc , software architecture , flow , strategy , ooad , struts , javascript , stax , technology , ldap , ibatis , vm , continuous delivery , affirmative action , principles , ca-7 , maintenance , httpwatch , resiliency , iaas , bootstrap , strategic planning , pmd , paas , dynatrace , email , google , jpa , tomcat , aws , responsive web design , oracle coherence , microsoft , saas , art , xstream , maven , languages , eai , amazon , proof of concept , apps , facelets , velocity , sonar , xpath , online , ajax , api , job scheduling , spring batch , migrating , jenkins , soap , hudson , analytics , ionic , gof patterns , azure , autosys , authorization , teams , servlets , spring boot , application , focus , npm , itext , electronics , enterprise architecture , led , servers , uml , cvs , eclipse , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a1…
https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a185044490a5e0… 1/3
Current Designation: Strategic Architect -Java
Current Company: Franklin Templeton International Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Franklin Templeton International Services as Strategic Architect -Java
Sep 2006 to Till Date
Demonstrated benefits of the cloud by migrating applications that were operated on 250 Linux servers across franklin
datacenters. Five key
legacy applications were migrated to the cloud utilizing container-based tech stack. Showcased legacy applications could
utilize modern
cloud capabilities like monitoring and resiliency.
Led high visibility global projects of over 3 Million USD by partnering with key stakeholders in digital team for US, India and
International
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Soma Sekhara Reddy Kesara
Strategic Architect (Director) with extensive Digital Transformation and API-First
strategy experience using cloud-native technologies such as IaaS, PaaS, SaaS on
Azure & AWS Platforms with Microservices Architecture.
Key Skills: Strategic Planning, Enterprise Architecture, Cloud Computing, Devops, IT Roadmap, Azure, AWS, Application
Architecture, System Integration, Agile, Requirement Gathering, Microservices, Java, J2Ee, Angularjs, Troubleshooting,
Continuous Delivery
Summary
Technology Leader with 19 years of combined multi-disciplinary
experience as a developer, designer, engineer and architect of
enterprise applications
Architected the state-of-the-art Digital ecoSystems for Franklin
Templeton TA and Marketing solutions across the globe
Consistently focused on instilling a highly effective product
development roadmap and optimally managing the project
pipeline
Executed several solutions with Domain Driven, API-First, Service
Oriented Architecture, Enterprise Application Integration (EAI),
Modern Browser based Architectures (responsive web design,
adaptive and mobile) and Performance Engineering to the Global
Business Teams
Technocrat: Strong focus and comprehensive knowledge of
emerging technologies- Voice, Mobile, Social, Web, Cloud and
Analytics (Unica, Google)
Spearheaded continuous integration (CI) practices, code quality
and standards across Franklin Templeton by utilizing Agile
practices
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a1…
https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a185044490a5e0… 2/3
shareholders and financial advisors.
Responsible for the architecture and management of Franklin's Global websites, 80+ global websites servicing 850,000+
users daily. Steered
India, US, International Digital Ecosystems' integration with 6-10 complex engineering applications over 21 months.
Engineered the micro front-end strategies using Angular apps, microservices using spring boot with the cloud-native
approach. Reduced
application development effort by 35% and schedule by 20% through API-First Architecture.
Led migration of applications from virtual machines to Azure cloud, including spring boot based restful microservices apps.
Designed cloudnative
apps using 12-factor methodology including Kubernetes containers, platforms and functional computing.
Pioneered architecture "Roadmap" and developed a result-oriented "Proof of Concept" for product entry into mobile space
for the first time;
blueprinted strategy for developing 40+ mobile sites.
CA (Computer Associates India Pvt. Ltd.) as Team Leader
Sep 2004 to Sep 2006
As a Team Leader, I am responsible for the web interface for CA job scheduling engines. AutoSys and CA-7 are the job
scheduling engines
supported by UWCC. These are two industry-leading job scheduling engines of CA.
UWCC provides a unique way of communicating with all job scheduling engines. This project has very loosely coupled
components and
developed using the SOA, MVC architectures.
Planet Online Pvt Ltd.- Planetsoft (currently Ebix) as Technical Leader
Feb 2002 to Aug 2004
I have worked as an Associate Team Lead, Technical Leader, Sr developer and member of Architecture team and
developed solutions using
J2EE technologies on Weblogic platform.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Andhra University in 1998
Other Qualifications/Certifications/Programs:
Software Architecture: Principles and Practices
Certified Kubernetes Application Developer
Microsoft Certified: Azure Fundamentals
Certified Disciplined Agilist
Documenting Software Architectures
AWS Certified Cloud Practitioner
Microsoft Certified: Azure Data Fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
OOAD, SOA, EDA, Core-Java, Servlets, JSP
JDBC, JPA, EJB, JNDI, Facelets
Eclipse Link, iBatis, Apache Struts
Tiles, Velocity, Rich Faces, Prima Faces
Pretty Faces, DOM, SAX, STAX, XPath
XSLT, XSD
Apache, Tomcat, WebLogic 10, 11g, 12c
ALSB3.0, OSB 12c
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a1…
https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a185044490a5e0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
HTML / HTML5, Ajax, JavaScript
JQuery, JQuery Mobile, Twitter Bootstrap
JSON, Angular JS, Ionic, APIGEE
Amazon Alexa, Google Home, API.AI
Spring IOC/DI, Spring Web Flow
Spring Batch, Spring Web Services
Spring LDAP & Spring AOP
Oracle Coherence, EH Cache, OS Cache
IDE,Build (Maven, Ant), Code Quality
Sonar, PMD, FindBugs, CheckStyle
HUDSON, JENKINS
Charting (Corda, High Charts)
Version Control (VSS, CVS, SVN)
Analytics (Unica, Google)
JAXB, SOAP, REST, WSD, Apache Axis2
Apache CXF, Spring webservices
Xstream, SimpleXML, WS-Addressing
GOF Patterns, J2EE Patterns, SOA Pattern
Linux, Windows
HttpWatch, DynaTrace Ajax Edition
SOAP UI, Eclipse MAT, Visual VM
JRockit Mission
FireBug, YSlow, iText, LDAP, GC Viewer,
UML, GRUNT. GULP, NPM
Java Mission Control
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1095: Resume 1222 with similarity score 0.011268208412507556
BSC , M.TECH , MSC , BS , MS cloud architect , infrastructure architect , solution architect , full time , senior network engineer , enterprise architect , network architect cards , computing , customer , citrix , security , vault , suggestions , sizing , linux , aps , player , status , bluecoat , listen , firmware , logging , express , sce , mumbai , testing , nx-os , technical design , alto , features , cisco asa , building , ec2 , it infrastructure , netbackup , appliances , organization , thought leadership , suite , switches , wireless access , automation , encryption , designation , mar , pre-sales , hindi , cloud , network design , cluster , ltd , windows , english , telcom , troubleshooting , virtual networks , project , groups , video , ownership , peering , fortinet , jabber , capacity planning , resolve , voip , documentation , scom , phones , javascript , fxo , availability , network engineering , capital , lite , skype for business , microsoft office , affirmative action , rbac , interop , readiness , service delivery , solarwinds , office 365 , netscreen , iaas , paas , architecture , nexus , proxy , email , aws , cisco ucs , webex , saas , juniper , vmware vcenter , premises , languages , cisco routers , failover , network connectivity , unity , esxi , apps , infrastructure solutions , subscriptions , panorama , switching , data center virtualization , validation , routing , analytics , sfp , microsoft teams , azure , tda , ios , authorization , site management , enterprise , sql , application , devices , electronics , s3 , transformation , storage , sales engineering , replication , communications , network administration , load , firewalls , mounting , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 1/4
Current Designation: Solution Architect
Current Company: Tata Communications India Pvt. Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Tata Communications India Pvt. Ltd as Solution Architect
May 2020 to Till Date
Leading a transformation of current On-Premises services to cloud including the infrastructure and networking design,
selection of IaaS, PaaS offerings, providing integration to Software-as-a-Service offerings
Member of UCC transformation team responsible of current On-Premises VOIP services to cloud including the
infrastructure and networking design. Selection of IaaS, PaaS offerings using Microsoft Teams DR & Cisco WebEx Teams
providing integration to Software-as-a-Service offerings
Responsible for collaborating on and setting cloud vision; providing thought leadership in cloud infrastructure and cloud
services architecture to meet operational objectives for cloud solutions.
Suggest architectural improvements, design and integration solutions, and formulate methodologies to optimize object-
oriented system infrastructure effectiveness
Scorpio Marine Management Pvt Ltd. as IT Infrastructure Solution Architect
Jan 2015 to May 2020
RESPONSIBILITIES
* Planning and Implementation of Palo-alto Next-Generation Firewalls PA-500 at all Global locations and Managed policies
on the same using Panorama Solution.
* Microsoft Office 365 Skype for Business and Audio conference.
* Design, Implementation & Migration of 300+ Prod VMs from On-Premises to Azure SCE which includes Capacity
Planning, VM Sizing, Migration of VMs into IaaS, SaaS platform using ASR/BFS
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Jitendra Desai
Solution Architect in Project Management,Network Engineering & Architect, Cloud
Infrastructure Architect,Azure, AWS,LAN Networking,Switching,Teams Direct Routing,
VOIP, Jabber, WebEx and Security palo-alto. Azure Iaas, Paas, O365, MFA, Cloud
Security
Key Skills: Solution Architect,Enterprise Architect,Project Management,Network Engineering,Troubleshooting,Quality
Control,Network Architect,Site Management,Network Designing,Technical Support,Cloud Architect,Azure AWS,LAN
Networking,Switching,Network Design
Summary
Expertise knowledge on Microsoft & Networking Technologies, Security, VOIP, Wireless, Cloud, Virtualization, storage, System
Integration, CVI, Teams DR and Security Systems and Firewalls with all levels of an organization. Have successfully design and
delivered end to end infrastructure solutions throughout my career. Confident, focused and highly motivated, a team player
willing to listen. My patience, simplicity and technical skills enable me to identify and then resolve business and technical
problems, and help in designing, implementing efficient and robust solutions which are simplified in the documentation for
efficient support.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 2/4
Design, Implementation & Configuration of Azure Resource Groups, Virtual Networks, vNets Peering, Subnets, Availability
Sets (Fault & Update Domain), Application Gateways, Storage Accounts, Azure Backup Services, Site Recovery, Web
Apps, App Service, OMS Suite Log Analytics, Alerts, Automation Runbooks
* Design & Migration of 100+ Test/Dev VMs from On-Premises to Azure CSP Capacity Planning, VM Sizing, Migration of
VMs into IaaS, PaaS platform using ASR/BFS.
* Cisco Jabber Global Implementation with CUCM 11.5 & Presence UCS Server, Expressway C & E.
Morgan Stanley Capital International (MSCI Inc.) as Senior Network Engineer
May 2013 to Jan 2015
ANALYZING AND MAINTAINING THE MSCI GLOBAL INTERNAL IT NETWORK SETUP WHICH INCLUDES
TROUBLESHOOTING CLIENT ISSUES, CLOSELY ENGAGEMENT WITH BUSINESS AND APPLICATION, NEW
IMPLEMENTATION, AND DESIGN SUGGESTIONS TO ARCHITECT TEAM IF ANY.
* Configuring cisco ASA in multicontext transparent mode, troubleshooting experienced on juniper screen OS netscreen
firewalls.
* Working closely with Application development team to understand the application behavior and configured the netscalar
and F5 load-balancers as per requirement.
* Configuration and troubleshooting experience on various datacenter technologies i.e. Cisco Nx-OS, Nexus 1000V,
Unified computing system, data center virtualization.
* Configuring and troubleshooting VRF-Lite in a data center environment and configuring multiple virtual device contexts in
NX-OS, configure VPC peer link.
* Configuration experience on CUCM and CUCME integration, UCCX CTI Integration, CUCM and presence integration,
Call handlers and CUC dial plan.
* Configuration and troubleshooting network connectivity for various Lightweight Aps. Configuring new AP for WLC cluster.
Reliance Globalcom India Pvt. Ltd as Technical Design Authority
Apr 2011 to May 2013
Reliance Globalcom India Pvt. Ltd., DAKC
Duration Apri-2011 - May 2013. (2 years 2 months)
Designation Technical Design Authority
RESPONSIBILITIES
Postsales design documentation, implementation and migration of complex solutions for enterprise
customers. Complex solutions consist of multi-product services and the TDA"s role is to ensure that these
services interoperate and integrate into the customer network environment.
The TDA will own the technical delivery of customer solutions and will be the technical interface between
customer, product teams and project management during service delivery.
Close engagement with pre-sales engineering, technically validating solutions proposed are deliverable
and all technical aspects are clearly defined prior to contract signature.
Low Level Technical design ownership of projects from contract signature to ensure technical delivery
of the solution according to the design.
Lab Testing: - The TDA will be required to carry out lab testing to support complex changes and testing
of new design concepts for the client networks that they support. POCL testing will involve building test
lab & configuration design, testing all failover scenarios on the network, testing management & IOS,
documentation and configuration templates.
Tata Communications as Technical Design Authority
Dec 2007 to Apr 2011
* Spearheading the VOIP team involved in Incident Management and providing scalable solutions as per client's
requirements.
* Analyzing the process optimization opportunities and working on process improvements.
* Understanding the customer network requirements and designing appropriate network topologies as per the business
requirements.
* Handing the level 3 escalations in terms of incident management for client network.
* Accessing the client networks for monitoring its performance & intermittent behavior.
Hewlett-Packard as Network Engineer
Nov 2006 to Dec 2007
* ANALYZING AND MAINTAINING THE CLIENT NETWORK SETUP WHICH INCLUDES TROUBLESHOOTING ON
LAN NETWORKS, WAN NETWORK, ROUTERS, AND SWITCHES.
* Installing & configuring the cards for 4507 series switches at core end (SUP, SFP).
* Configuration of Dial Plan and Route Plan in gateways & CUCM.
* Configuration of Voice Gateways, Gatekeepers, inters cluster trunks.
* Installing the VOIP, FXO and FXS Cards on Routers and configuring the same.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 3/4
UG: Diploma (Electronics/Telecommunication) from Mumbai University in 2003
PG: M.Tech (Computers) from Mumbai University in 2006
Other Qualifications/Certifications/Programs:
BE in Electronics
Nature of Employment: Full Time Duration: Jul 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2016 - Till Date
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Azure (IaaS & PaaS), AWS (IaaS), Office
VMware vCenter 6.5,5.5 ESXi 6.5,5.5 VMwa
Cisco ASA, Palo-alto, Juniper, Fortinet
Bluecoat Proxy
Cisco Routers, Switches, Nexus
VOIP, PSTN.
RSA, Azure MFA.
Citrix, F5
Monitoring - CA, ManageEngine
SolarWinds & SCOM. SCCM.
AudioCodes, Ribbon SBC, Teams Tenant
CVI (Pexip, Polycom, Blujeans, Cisco)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Migration from Cisco & Skype to Teams Direct Routing & CVI Integration
Client: Tata Communications
Project Details: Planning Phase Validate of all existing Cisco Legacy features and Integrate with Teams Tenant
Migration Phase Deployment of AudioCodes & Ribbon SBC for Teams Direct routing integration with PSTN and also cloud
video interop with Pexip, Polycom and blujeans with one touch join compatibility.
Project Title: Migration to Azure IaaS, PaaS
Client: Scorpio Marine Management
Project Details: Planning Phase Validate readiness of on-premises infrastructure, select precise target resources in Azure,
capacity planning - assess rightsizing for each workload, perform a cost analysis
Migration Phase Migration of nearly 600+ VMs in multiple tenants which includes tenant setup, Azure AD (DirSync) setup,
Subscriptions, vNets, Subnets, NSGs, Route Tables, VMs (Windows, Linux, Router & Firewall Appliances), Managed Disks,
SQL Managed Instances, WebApps, Functions Apps, Storage Accounts, Application VMs Migration (ASR), Encryption,
Backups Vaults (with paired region) with define policies, DR Using Recovery Vaults (to other/paired region), OMS (logging &
Log Analytics), etc.
Optimization Phase RBAC, Review Azure Security Center & Azure Advisor & Key Vault
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 4/4
Nature of Employment: Full Time Duration: Jan 2016 - Jun 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Dec 2015
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Migration to AWS IaaS
Client: Scorpio Marine Management
Project Details: Planning Phase Validate readiness of on-premises backup infrastructure, capacity planning - select
precise target resources in AWS, perform a cost analysis
Migration Phase Migration of NetBackup Backup Infra to AWS, setting up the AWS Tenant, VPC Setup with On-premises,
NetBackup EC2 instance with EBS Volume & S3 Storage. Replication of archive backup jobs in AWS NetBackup Appliance
Project Title: Office Implementations
Client: Scorpio Marine Management
Project Details: Planning Phase Collect the business needs, capacity planning - select precise target infrastructure in
terms of network, VOIP, Compute, Storage, perform cost analysis.
Implementation Phase Configuration of on-premises Infrastructure which starts from Server. Network firewall devices
mounting, firmware upgrades, firewall configurations, VOIP routers & switches configuration and wireless access-points
configuration.
Optimization Phase RBAC, document entire site configuration, perform DR drills & backup restores.
Project Title: Migration from Cisco CME Express to Cisco Jabber
Client: Scorpio Marine Management
Project Details: Planning Phase Validation of all existing Cisco CME express configuration, P Phones
Migration Phase Deployment of Cisco UCS BE6K and BE7K with CUCM, Presence, Unity, Expressway C & E Migration of
Jabber. VOIP SIP trunks for PSTN calling.
Rank 1096: Resume 924 with similarity score 0.011206248588604162
B.E , B.TECH , BS software engineer , associate web developer , student , software developer , change management , full time , part time , front end developer web development , redux , e-learning , css , designation , ug , affirmative action , hindi , maintenance , ltd , jquery , authorization , english , bootstrap , status , email , project , application , electronics , change management , languages , django , e-commerce , kannada , it , mobile , javascript , factoring , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b19…
https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b190219420d5508… 1/2
Current Designation: Software Engineer
Current Company: MicroGenesis Techsoft
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
MicroGenesis Techsoft as Software Engineer
Sep 2020 to Till Date
Creating Websites Using React JS , which should accept the client standards and needs along with factoring the code for
the best website experience
K12 Technologies Pvt Ltd as Associate Web Developer
Feb 2019 to Sep 2020
Handled the complete front end aspect of e-commerce website and also made sure its mobile
responsive (https://sparklebox.co.in)
Designed the website for Seller side and buyer side accordingly.
Made most of the e-commerce website using Django template.
Handled front-end aspect of an educational institution website
https://cvbox.letseduvate.com)
Handled the front end aspect of e-learning website called as Udaansurelearning
https://udaansurelearning.com/)
Working on a project that acts as a virtual counselling for student admissions
Guided Freshers in the field of Web Development
Last Active: 29-Jan-21 Last Modified: 29-Jan-21
Nagaraj Vandal
Associate Web Developer seeking roles in Software Engineering,Software
Development,Web Development,Project Management,Change Management,Defect
Management,Quality Management,Requirement Gathering,Application
Support,JavaScript,Bootstrap,jQuery,HTML
Key Skills: Associate Web/Software Developer,Software Engineering,Software Development,Web Development,Project
Management,Change Management,Defect Management,Quality Management,Requirement Gathering,Application
Support,JavaScript,Bootstrap,jQuery,HTML,CSS
Summary
I am a Front End Developer, looking for challenging and responsible opportunity to explore my
strength and potential in the field of Web development ,at the same time to gain experience from a
professional organisation and learn how to meet employers expectations and develop my Technical
skills along the way and to work with a progressive company for a long and rewarding career and to
take company to a newer heights
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b19…
https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b190219420d5508… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from SJCIT, Chikkaballapur in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Css3, Bootstrap, Material-UI
JavaScript , jQuery
React, Redux, HTML
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 1097: Resume 423 with similarity score 0.011158150199460431
BS nan financial assistance , functionality , library management , player , python , saas , skype , javascript , css , user friendly , organization , search , application , editing , project , html , database Rahul
Bondhate
rahulbondhate@gmail.com
BCA
MOB : 8237245347
skype :rahulbondhate@gmail.com
CAREER OBJECTIVE
To obtain a Fresher position in an IT organization, where I can use my skills and knowledge to
learn new things and grow.
----------------------------------------------------------------------------------------------------------------------------- ------------------
TECHNICAL SKILLS
HTML
CSS
JavaScript
React
Python
Projects done during the certification :
Dice Game : Two player fun game build using JavaScript
https://github.com/rahulb979/PracticeProjects/tree/main/Dice%20Game
Bussiness website : Financial Assistance Website build using HTML+CSS
https://github.com/rahulb979/PracticeProjects/tree/main/Edge-ledger-website
Hotel Website : Hotel Website build using HTML+CSS
https://github.com/rahulb979/PracticeProjects/tree/main/Hotel_website
News Website : News Website build using HTML+CSS
https://github.com/rahulb979/PracticeProjects/tree/main/NewGridWebsite
------------------------------------------------------------------------------------------------------------------------------------
CERTIFICATIONS :
Modern HTML & CSS (including Saas) By Udemy
------------------------------------------------------------------------------------------------------------------------
ACADEMIC PROJECT
Library management
Created user friendly tool to manage library.
Normal User can view list of books, search and borrow any book, if available.
Admin User had the extra functionality of adding or editing any book entry in the library database.
---------------------------------------------------------------------------------------------------------------------------------------------------------
ACADEMIC QUALIFICATION
B.C.A (Bachelor of Computer Application) from Rabindranath Tagore University with 66% in 2019
H.S.S.C from Hemant Jakate Vidya Niketan, passed with 54% in 2008
S.S.C from St.Xavier's High School, passed with 70% in 2006
-------------------------------------------------------------------------------------------------------------------------------------------------------
Reference: Provided upon request
mailto:rahulbondhate@gmail.com
https://github.com/rahulb979/PracticeProjects/tree/main/Dice%20Game
https://github.com/rahulb979/PracticeProjects/tree/main/Edge-ledger-website
https://github.com/rahulb979/PracticeProjects/tree/main/Hotel_website
https://github.com/rahulb979/PracticeProjects/tree/main/NewGridWebsite
Rank 1098: Resume 1247 with similarity score 0.011098117843035623
B.E , MS , B.TECH system administrator , cloud administrator , full time , windows server administrator , team member call logging , security , demand , ram , linux , file handling , gateway , httpd , status , snapshot , spin , work instructions , building , infrastructure , server administration , technical analysis , system administration , automation , netting , access , designation , hindi , cloud , cruises , english , project , ftp , groups , consolidation , flow , itil , terminal services , vmware , javascript , server support , technology , disk , knowledge base , performing , vendors , affirmative action , maintenance , basic , checks , customer service , email , tomcat , aws , web servers , operations , 2008 r2 , languages , 2012 r2 , adfs , switching , vulnerability , high availability , people management , windows server , workspace , ug , versioning , health , routing , active directory , apache , azure , permissions , authorization , application , remediation , resume , electronics , s3 , carnival , storage , kannada , iis , shutdown , communications , network administration , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400…
https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400410420e5d5f07… 1/3
Current Designation: Cloud Administrator
Current Company: Capgemini
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Capgemini as Cloud Administrator
Apr 2017 to Till Date
Windows System Administrator
* Provided remote IT support for windows servers in two big and critical client
Environment on 24*7 basis.
* Worked mainly on Incident Management and Service requests as per ITIL standards.
* Windows servers 2003, 2008, 2008 R2 & 2012, 2012 R2, 2016, 2019.
*Installation of services like Active Directory, DNS, DHCP, ADFS, FTP, IIS, WDS, File & Terminal Services.
* Service request call logging with all Hardware and Software vendors.
* Vulnerability Remediation changes
* VMware - Creating VMs & Managing Infrastructure.
* Maintaining and supporting more than 1000+ physical and 5000+ VM servers
* Troubleshoot and provide technical analysis concerning operating system, network, and application performance issues
to resolution.
*Performs the activities necessary for the immediate short-term resolution of incidents and service requests so those
customers can resume work as rapidly as possible following a service interruption.
* Server Patching through LEMSS
* Managing user's account in Active Directory.
* Ensuring high availability of servers/health checks before the customer business hours and timely reboot/shutdown of
servers during the planned maintenance.
* Monthly security patches for Windows servers.
* Handled Change tasks and service requests.
* VM building, Snapshot deletion, disk consolidation.
* Physical server support through IDRAC.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Naveen N A
Cloud Administrator seeking roles in Windows Server Administration,Technical
Support,System Administration,Incident Management,Active
Directory,DNS,DHCP,ADFS,FTP,IIS,WDS,VMware,AWS,Windows Server,Apache
Tomcat,TCP/IP,Sub Netting,Switching,Routing
Key Skills: Cloud Administrator,System Admin,Windows Server Administration,Technical Support,System
Administration,Incident Management,Active Directory,DNS,DHCP,ADFS,FTP,IIS,WDS,VMware,AWS,Windows
Server,Apache Tomcat,TCP/IP,Sub Netting,Switching,Routing
Summary
Having 4 years 4 months of Experience in IT Industry, with hands-on experience on Windows Server Administration and
VMware also practicing on AWS Sysops Admin.
Strengths include excellent customer service and communications skills, people management, eagerness to learn new
technology. I believe in Team work and consider myself as an effective team member.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400…
https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400410420e5d5f07… 2/3
* Supported Multi clients as part of new model by handling the workload and meeting SLA
*Been appreciated for taking responsibilities and zero SLA breaches.
*Trained for AWS Sysops Admin.
*Taken care of stabilizing environment by working with Automation and tools team by identifying improvement areas and
by providing used cases.
*As a part of transition created work instructions and Knowledge Base.
Azure
* Day to day operation like increasing disk size, CPU, RAM, creating workspace servers.
Hung state issues, Create Recovery service vaults, Backup policies, Taking Snapshot.
AWS cloud Administration
* Implement and maintain all AWS infrastructure and services within a managed service environment
* Creating & managing S3 buckets for storing objects & logs (VPC Flow logs, Cloud trail logs, Cloud Watch logs, ELB
access logs etc.), Enabling Versioning and Object lifecycle management to move the objects across different storage
classes.
* Configuring VPC, Subnets, Route tables, NACL's & Security groups.
* With the help of IAM, created roles, users and groups and attached policies to provide minimum access to the resources
* Creating & Managing Windows workspaces as per the customer request.
* Creating and maintaining Auto Scaling group to spin up and spin down instances required for application on demand.
* Configure IP addresses, Subnet Masks & gateway address on Linux and Windows hosts
* System Administration, User/group Administration, file handling, assigning permissions & directory management
* Installing & Configuring Web Servers Apache Tomcat & HTTPD.
Project Experience:
1. Carnival corporation.(Carnival cruises):
Leading Cruises Company having cruises around world.
* 2.5yrs server administrator from Project Transition till stabilizing the Environment.
2. Honeywell
* Supported for 1year as Level 2 Windows server administrator.
3. CCP(Capgemini Cloud Platform)
*From 3 months in Cloud team performing Basic operations in Azure and AWS along with Windows server support as the
team supports multi clients.
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Visveswaraiah Technological University (VTU) in 2016
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER
VMWARE
AWS
Active Directory
DNS, DHCP, ADFS
FTP, IIS, WDS
Apache Tomcat
TCP/IP, Sub netting
FIREWALLS
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400…
https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400410420e5d5f07… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Kannada
Rank 1099: Resume 1357 with similarity score 0.011097597902522963
B.E , B.TECH full stack developer , java developer , full time , junior software developer react.js , sierra , core java , pressure situations , general , css , ug , affirmative action , mysql , hindi , maintenance , ltd , digital , authorization , english , status , email , project , application , mumbai , electronics , languages , javascript , web , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c42…
https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c420a13145d0f0e5… 1/2
Current Location: Pune
Pref. Location: Pune,Navi Mumbai,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 10 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Zenwise Technology Pvt Ltd as Junior Software Developer
Jul 2019 to May 2020
Title : Sierra digital PMO
Role : Worked as React Js Developer
Responsibilities : Worked on frontend using react js
Description : It is a web app internal project of Sierra Digital. This project gets all information from clients and will be
showing it in graphical format.
Title : Sierra digital internal project
Role : Worked as Java Developer
Responsibilities : Worked on frontend using Java.
Description : It is a web app internal project of Sierra Digital. This project gets signature and information from clients and
will be showing it in graphical format.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pune University in 2017
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Avika Arvind Ingale
BE Graduate With 10 months of experience as Junior Software Developer with sound
knowledge of Java, React, HTML, CSS, SQL
Key Skills: html,css,core java,react.js,mysql,javascript,java,software services,software development,software quality
assurance,software support,technical support,Client Management,Project Management,Full Stack Developer
Summary
10 months of Experience in Java, React Js and Mysql at Zenwise Technology. A budding professional with a BE in Electronics
and telecommunication engineering from Pune. Ability to work in a dynamic environment and under pressure situations.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c42…
https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c420a13145d0f0e5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mysql, HTML, CSS, Core Java, React Js
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 1100: Resume 1369 with similarity score 0.011093866602999568
B.E , MS , B.TECH , BS part time , linux administrator , full time , system administrator veritas , job scheduling , jenkins , performance metrics , designation , ug , telecom , affirmative action , hindi , cloud , ticketing , learning , public , linux system administration , linux server , working experience , authorization , english , troubleshooting , status , email , application , aws , configuration management , ibm , electronics , performance tuning , s3 , servers , ec2 , storage , infrastructure , languages , server administration , javascript , technology architecture , challenging environment , file systems 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c10…
https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c100443175a5c5c… 1/2
Current Designation: Linux Administrator
Current Company: HCL Technologies
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
HCL Technologies as Linux Administrator
Apr 2018 to Till Date
Hands on experience on AWS cloud services.(EC2,S3 storage)
Implementation of public and private facing websites on AWS Cloud.
Configured and managed various AWS Services including EC2, RDS, VPC, S3, Glacier, Cloud Watch, Cloud Front, and
Route 53 etc.
Configured various performance metrics using AWS Cloud watch & Cloud Trial.
Maintained the user accounts (IAM), RDS, Route 53, VPC, RDB, SQS in AWS cloud.
Deployed application updates using Jenkins. Installed, configured.
Managing and monitoring Ec2 instance over cloud.
Creating AMIs for servers.?
Maintaining and managing Linux server.
Creates, changes, and deletes user accounts per request.
Troubleshoot alerts insuring the consistency and integrity of file systems, hardware/software configuration and
management, directory management.
Installs, configures software packages.
Evaluates requests for hardware and software; researches and recommends solutions to technology needs, compatible
with the client's technology architecture and infrastructure and resource constraints.
Troubleshooting production including performance issues.
Working experience on control m (Job scheduling tool).
Working experience on Veritas Netback up (Backup tool).
Troubleshoot backup jobs alerts.
Working experience on service now (Ticketing tool).
Working experience on IBM net cool (Monitoring tool).
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SURAJ SINGH MANRAL
Linux Administrator seeking roles in Linux System Administration,Server
Administration,Incident Management,Software Configuration
Management,Performance Tuning,Desktop Support,Technical
Support,Installation,Troubleshooting,AWS
Key Skills: Linux/System Administrator,Linux System Administration,Server Administration,Incident Management,Software
Configuration Management,Performance Tuning,Desktop Support,Technical Support,Installation,Troubleshooting,AWS
Summary
To work in a challenging environment demanding all my skills and efforts to explore and adapt myself in different fields and
realize my potential where I get the opportunity for continuous learning.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c10…
https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c100443175a5c5c… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from SISTec College of Engineering and Technology in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, linux, aws
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1101: Resume 944 with similarity score 0.010951649499395427
MS , BS application support , web developer , software developer , full time , full stack developer socket.io , web development , redux , dolby , css , affirmative action , plugins , hindi , jquery , json , authorization , english , node.js , gujarati , bootstrap , enterprise , status , jade , c# , email , project , application , hooks , less , angularjs , payroll , new features , github , testing , mvc , debugging , front-end design , holidays , chat , asp.net , languages , sql server , javascript , jira , network administration , crm , linq , html , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19…
https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19061040585a08… 1/2
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - ERP / CRM
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Techinfoplace Softwares Pvt.Ltd. as Web Developer
Jan 2019 to Oct 2020
Projects: Dolby Hybrik
Responsibilities:
Create a New Features Using JavaScript, AngularJs,Jade,Node.js And Plugins.
Testing And Debugging Created Features.
Modify Features according to Requirements.
Projects: Admin-Employee Portal
Responsibilities:
Working As Full Stack Developer.
Develop Admin Panel Using Ajax, Jquery, MVC.
Debugging and Testing In Different Browser.
Projects: S4 Holidays
Responsibility:
Create Front-End Design using Bootstrap, JavaScript and JSON.
Project: Real Time Chat Application
Create Project with the use of React on the front end, with NodeJS And Socket.io web socket library on the back end.
Also Use React Hooks.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Dhvani Shukla
Web Developer seeking roles in Software Development,Application Programming,Web
Development,Requirement Gathering,Application Support,,Incident
Management,AngularJs,JavaScript,Ajax,Jquery,ReactJs
Key Skills: Web Developer,Software Development,Application Programming,Web Development,Requirement
Gathering,Application Support,Technical Support,Network Administration,Incident
Management,AngularJs,JavaScript,Jquery,ReactJs
Summary
3 Years Experience in Software and Web Development.
Proficient with HTML, CSS, JavaScript, Bootstraps, Jquery, Ajax.
Good Knowledge of Bit-Bucket, Github and Jira.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19…
https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19061040585a08… 2/2
Project: Beach Resort Website
Create a website with use of HTML, CSS and Bootstrap, ReactJs, Redux, React Hooks, JavaScript, React Component
Also Build Responsive website to all the size.
WEBWIZnBIZ as Software Developer
Aug 2017 to Dec 2018
Roles and Responsibilities:
Develop Customized ERP (Enterprise Recourse Planning).
Working on different Module like HR, Payroll.
Create website using html, CSS and Asp.net with c# and SQL Server Database.
UG: BCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2015
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2019
Other Qualifications/Certifications/Programs:
REACT Frontend Development
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, Bootstrap 3 Year(s) 0 Month(s)
Asp.Net with MVC & Asp.Net With C# MVC 5 2019 1 Year(s) 0 Month(s)
AngularJs 0 Year(s) 6 Month(s)
JavaScript, AJAX, jQuery 2 Year(s) 0 Month(s)
Reactjs 2020 2 Year(s) 0 Month(s)
JIRA 0 Year(s) 6 Month(s)
linq, SQL Server
Languages Known
Language Proficiency Read Write Speak
English Proficient
HINDI Proficient
GUJARATI Proficient
Rank 1102: Resume 1045 with similarity score 0.010936298321833472
B.E , MS , B.TECH , BS full time , part time , change management , software developer css , designation , ug , affirmative action , angular , maintenance , basic , jquery , player , json , authorization , english , bootstrap , status , email , project , application , less , electronics , change management , git , building , languages , kannada , cms , javascript , eclipse , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915…
https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915501044515f01… 1/2
Current Designation: Software Developer
Current Company: Regalix
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mysore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Regalix as Software Developer
Nov 2018 to Till Date
Working as a Front-End Software Developer.
Working on HTML, CSS, JavaScript, JQuery and
CMS Applications.
UG: B.Tech/B.E. (Electronics/Telecommunication) from academy for technical and management excellence in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Java - Course
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Yadhunandana Gowda B S
Software Developer seeking roles in Software Engineering,Software
Development,Project Management,Requirement Gathering,Application
Support,React,JavaScript,Bootstrap,Eclipse,jQuery,JSON,HTML,CSS,Git,AJAX,SCSS,LESS
Key Skills: Software Developer,Software Engineering,Software Development,UI Development,Project
Management,Change Management,Requirement Gathering,Application
Support,React,JavaScript,Bootstrap,jQuery,JSON,HTML,CSS,Git, AJAX,SCSS,LESS
Summary
Have good knowledge of hand-coded HTML, CSS, JavaScript, JQuery, Git, JSON & AJAX.
Have basic knowledge on the Serve side.
Good at UI development and building responsive websites.
Good communicator and a good team player.
Keen interest in React and executed CRUD based project using React & Angular
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915…
https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915501044515f01… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Javascript, HTML & CSS
JQuery, React, Git
Languages Known
Language Proficiency Read Write Speak
English
Kannada
Rank 1103: Resume 891 with similarity score 0.010898068882395641
B.E , B.TECH associate software engineer , web developer , full time , software developer react.js , web development , general , scrum , css , designation , ug , affirmative action , hindi , cloud , maintenance , jquery , authorization , english , status , agile , email , application , components , languages , html5 , gwt , es6 , it , javascript , technology , logics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f410042…
https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f4100425544440b5e095… 1/2
Current Designation: Associate Software Engineer
Current Company: Virtual Engineering Services
Current Location: Delhi
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Virtual Engineering Services as Associate Software Engineer
Jun 2019 to Till Date
Projects Undertaken:
1. NetSkeme
Client: Virtual Engineering Services
Platform: JavaScript, CSS3, HTML5, React.js, Material-UI & GWT
Team Size: 6
Description: NetSkeme is a cloud-based web application which help users in creating hydraulic schematics.
Key Responsibilities:
? Maintaining UI
? Developing Front end logics for various components present in NetSkeme.
UG: B.Tech/B.E. (Computers) from noida institute of engineering and technology in 2019
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Mayank Bhandari
Associate Software Engineer seeking role in Front end development
Key Skills: React.js,CSS,JavaScript,Html5,jQuery,Front End,GWT,Web Developer,Agile Methodology,Scrum,UI
Development,Web Development,Associate Software Engineer
Summary
Result-oriented Professional with 1.5 years of experience in Front end development, Software Development, Web Development
and Agile Methodology
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f410042…
https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f4100425544440b5e095… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
React, JavaScript (ES6), CSS3
HTML5, GWT, jQuery
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Rank 1104: Resume 824 with similarity score 0.010613918354086538
B.E , MS , B.TECH ui developer , software developer , ui engineer , full time , front end developer react.js , finalization , graphql , interfaces , css , access , designation , ug , affirmative action , project plans , hindi , linux , webpack , maintenance , system configuration , ltd , typescript , apache , jquery , json , visualization , authorization , node.js , cpp , english , bootstrap , status , specifications , spa , email , ajax , tomcat , root , application , squirrel , mumbai , angularjs , testing , rest , writing , git , maven , framework , resolving issues , languages , html5 , decision support , documentation , one , reviews , javascript , eclipse , jira , contingency , mitigation 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b11…
https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b115112425f550e… 1/2
Current Designation: UI Engineer
Current Company: Confluxsys
Current Location: Pune
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Confluxsys as UI Engineer
Jul 2018 to Till Date
Confluxsys Pvt. Ltd as UI Engineer
Jul 2018 to Jul 2018
Key Result Areas:
* Proficiently working in AngularJs and Angular 2+ framework and JavaScript
* Currently working as the Front End Developer taking full responsibility of organizations one of the most important
product from past 8 months.
* Experience in migration from angularJs to angular 2+ (angular 9 to be specific)
* Working on varied technologies like JavaScript, AngularJs, Angular 2+, web-pack, gulp, bootstrap 3 and 4, HTML5,
typescript, CSS, SPA,GIT,JSON and Maven
* Supervising all phases of project life cycle inclusive of scoping, development, integration, deployment, coding &
testing, maintenance and production support
* Detecting issues and risks in a timely manner; developing appropriate mitigation and contingency plans; implementing
Root-Cause Analysis for resolving issues in the system
* Formulating solutions for given technical specifications; installing application software, deploying customizations and
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SANIA KULKARNI
A passionate UI Developer seeking opportunity in UI development/Front End
development with hands on experience in javascript,typescript, AngularJs, Angular
7/8/9 , Rest/graphql Integration, React, HTML,CSS and node js with product based
background
Key Skills: UI Development,Javascript,typescript,Angularjs,Angular 7,Angular 8,Angular
9,wepack,gulp,Grunt,React.Js,Node.Js,HTML,CSS,jQuery,bootstrap,FrontEnd Developer,JSON,JQuery,Ajax
Summary
* A Front End developer passionate about User interface development with 2 years of experience in AngularJs, Angular
2+,Javascript, HTML, CSS and Bootstrap, graphQL integration
* Contributed and developed User interface for organizations primary projects with the use of third party libraries such as d3,
ag grid , chart.js
* Hands on experience on designing and developing Administration centric as well as End-User centric user interfaces with
visualization.
* Worked on different projects like System Configuration and Scheduler user interface, Just In Time Access, Policy
Configuration and Decision Support Platform
* Proficient in writing code, UI designing, testing software, solving technical problems and enabling applications adaptability to
new requirement
* Expertise in end-to-end development of UI from requirement analysis to system study, designing, coding, testing, de-
bugging, documentation, implementation and maintenance
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b11…
https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b115112425f550e… 2/2
contributing to code reviews
* Mapping requirements & providing best solutions involving evaluation and definition of scope of project and finalization
of designing requirements; leading projects from inception to implementation
* Managing the implementation phase by formulating project plans, planning resources and resolving issues arising due
to scope creep or other technical matters
UG: B.Tech/B.E. (Computers) from CUMMINS COLLEGE OF ENGINEERING in 2018
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
TypeScript
AngularJs
Angular 7/8/9
node js and react
HTML, CSS,Bootstrap
webpack,gulp,grunt
JQuery, Linux, rest integration
Apache Tomcat, GIT, Dev CPP
Eclipse, JIRA, Apache Maven
Postman, Squirrel
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 1105: Resume 902 with similarity score 0.01059191175215841
B.E , MS , B.TECH , BS senior developer , devops , full time , software developer optimization , redux , devops , processors , scrum , css , designation , pages , affirmative action , plugins , tween , hindi , maintenance , azure , jquery , authorization , english , teams , bootstrap , status , responsiveness , software testing , email , project , application , mumbai , github , lighthouse , components , branding , accessibility , sitecore , offshore , languages , html5 , es6 , javascript , base , performance improvement 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c110145…
https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c1101450514120d5e5a0… 1/2
Current Designation: Senior Developer - ITS DOTCOM
Current Company: Accenture
Current Location: Mumbai
Pref. Location: Mumbai,Nagpur,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture as Senior Developer - ITS DOTCOM
May 2017 to Till Date
ITS DOTCOM
* Client Based Project
* Working in a SCRUM based model with onshore and offshore teams
* Multiple responsive components development & testing the same in different environment for best performance
* Working with IN Vision tool for design redlines
* Sites branding and component enhancements on more than 30 Client Demo sites for UI development and enhancement
* Site optimization using rendition, CDN, minimization and other methods
* Used tools like GT Metrix, lighthouse for performance improvement of the website
* Used Browser stack to check the responsiveness of the site.
* Adhere to AAA standard level of accessibility for the site.
* Implemented animations using plugins like Scroll magic, Tween Js.
Career Refresh
* Client Based Project
* Have developed multiple reusable components in React/Redux
* Collaborating with designers to implement custom
functionalities
* Implementing the different functionalities required in the project
* Using client Azure DevOps as code base for development
* Working with IN Vision tool for design redlines
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Jainy Jain
Sr Developer seeking assignment in Software Application Development,Software
Development,Project Management,Requirement Gathering,UI
development,Components Development,Software Testing,React
JS,ES5/ES6,jQuery,Azure,Sitecore,GitHub,DevOps,Bootstrap
Key Skills: Senior Developer,Software Developer, Software Application Development,Software Development,Project
Management,Requirement Gathering,UI development,Components Development,Software Testing,React
JS,ES5/ES6,jQuery,Azure,Sitecore,GitHub,DevOps,Bootstrap
Summary
Diligent front-end developer with 3.7 years of experience in developing all aspects of the UX & UI for client-facing landing
pages. Expertise in working with employee experience sites and dynamic reusable components.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c110145…
https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c1101450514120d5e5a0… 2/2
UG: B.Tech/B.E. (Computers) from IET DAVV, Indore, in 2017
Other Qualifications/Certifications/Programs:
70-480: Programming in HTML5 with JavaScript and CSS3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, ES5/ES6, jQuery
Azure, Sitecore
GitHub & DevOps, CSS Pre-processors
BOOTSTRAP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1106: Resume 970 with similarity score 0.010397238169062309
B.E , MS , B.TECH software developer , front end ui developer , change management , full time , systems engineer , system engineer ecommerce , react.js , functionality , training , optimization , redux , telugu , performing , css , firefox , classic , designation , mar , adobe experience manager , affirmative action , routing , web design , hindi , maintenance , ltd , jquery , json , english , authorization , thomson reuters , status , agile , email , project , store , application , safari , focus , npm , google chrome , components , change management , debugging , building , router , framework , languages , html5 , state management , web pages , javascript , cross-browser compatibility , technology , internet explorer , hybris , browsers , logics , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d430…
https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d4302131258080c0… 1/3
Current Designation: System Engineer
Current Company: TCS
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
TCS as System Engineer
Mar 2017 to Till Date
Working as UI developer in TCS
Tata Consultancy Services Ltd. as Systems Engineer -Software Development
Mar 2017 to Mar 2017
Project Client: Thomson Reuters 10/17 Till date
Project 1 OpenWeb E-Stores
Open web is an Ecommerce platform which maintains Ecommerce sites like Thomson Reuters Spain, Australia and
Argentina. The content of the sites will be managed through Adobe Experience Manager and the back end is hybris.
Project 2 Migration and Upgrade (AEM 6.2 to AEM 6.4)
As Technology keep on upgrading from different versions an upgrade project is created to enhance the E-Store
performance. As OpenWeb E-Store is a huge content and involved with many components and complex functionalities
logics this was handled as a separate project
RESPONIBILITIES
Involved in development activities in UI perspective and responsible for creating javascript modules in our
project.
Developed new UI functionality for multithreaded user-facing applications using ReactJS and React-router.
Designed and developed various Web pages using HTML, CSS and JavaScript, ReactJS
Involved in creating project structure and development of templates and page components.
Handled complex state management situations using the Redux library.
Developed custom responsive reusable components using ReactJS.
Built single-page applications with JavaScript on a custom-built framework.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
SAI MEGHANA KOMPALLI
System Engineer seeking roles in Software Development,UI Development,Application
Support ,Project Management,Change Management,Defect Management,Quality
Management, Requirement
Gathering,JavaScript,React,Redux,Router,HTML,CSS,AJAX
Key Skills: React.Js,Redux,React Router,Javascript,JQuery,HTML,CSS,Html5,Responsive Web Design,UI
Development,Ajax,JSON,CSS3,Adobe Experience Manager,Cq5,NPM
Summary
Front-end developer with 2.5+ years of experience in building high performing presentation layers. Built reusable components,
performance optimization, and specific focus on using React library in doing projects along with different POC handled as an
agile model.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d430…
https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d4302131258080c0… 2/3
Responsible for checking cross-browser compatibility and hence worked on different browsers like Safari,
Firefox, Google Chrome, and Internet Explorer.
Good experience in debugging JavaScript, CSS3, and HTML5 code.
Developed AEM custom components, dialogs, design dialogs, custom client libraries.
Involved in the development of AEM templates and page components.
Involved in AEM 6.2 to 6.4 migration and upgrade (Classic UI to TouchUI).
Involved in React and AEM training activities for freshers.
UG: B.Tech/B.E. (Computers) from PVP Siddhartha institute of Technology, Vijayawada in 2016
Nature of Employment: Full Time
Project Location: hyderabad
Role: Programmer
Duration: Dec 2018 - Jun 2019
Onsite / Offsite: Offsite
Team Size: 3
Education
IT Skills
Skill Name Version Last Used Experience
REACT 16 &
above
2020 2 Year(s) 0 Month(s)
Redux 7 &
above
2020 1 Year(s) 8 Month(s)
Routing 4 &
above
2020 2 Year(s)
JavaScript ES-
6,ES+
2020 2 Year(s) 6 Month(s)
HTML 5 2020 2 Year(s) 8 Month(s)
CSS 3 2020 2 Year(s) 8 Month(s)
AEM 6.2 &
6.4
2020 2 Year(s) 8 Month(s)
NPM 6 &
above
2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Projects
Project Title: AEM Migration and Upgrade
Client: ThomsonReuters
Skill Used: Adobe Experience Manager, slightly, Html5, CSS, Javascript, Ajax, JSON,
Role Description: Front end UI Developer,custom dialogs and design developer
Project Details: As Technology keep on upgrading from different versions an upgrade project is created to enhance the E-
store performance. As Openweb E-store is a huge content and involved with many components and complex functionalities
logics this was handled as separate project
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d430…
https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d4302131258080c0… 3/3
Nature of Employment: Full Time
Project Location: hyderabad
Role: Programmer
Duration: Dec 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Openweb E-store
Client: ThomsonReuters
Skill Used: React,Redux,React-router,JSX, Html5, CSS3,Javascript(ES-6), Adobe Experience Manager, Sightly, Ajax, JSON
Role Description: Front end UI developer
Project Details: Openweb is a E-store platform which maintains Ecommerce sites like ThomsonReuters
Spain,Australia,Argentina. The content of the sites will be managed through AdobeExperienceManager and the back end is
hybris.
Rank 1107: Resume 1127 with similarity score 0.010394561500284569
B.E , MS , B.TECH network support , full time , system administrator microsoft dns , microsoft azure , office , vault , articulate , wifi , gateway , ccna , digital , antivirus , status , connectivity , ec2 , building , infrastructure , utilities , operating systems , server administration , system administration , access , designation , confluence , ip networking , hindi , cloud , ltd , linux server , english , cyberoam , troubleshooting , data security , protection , vtp , spam filtering , ftp , groups , peering , fortinet , hyper-v , intune , congressional , vmware , javascript , gujarati , general , scripting , corporate communications , affirmative action , information technology , maintenance , security compliance , vlan , email , aws , network security , operations , hp , languages , cisco , symantec backup , wsus , jira , web , trucking , database , api , switching , windows server , license management , ug , ticketing , active directory , firewall , apache , authorization , ipsec , virtualization , sql , application , server architecture , s3 , servers , router , sophos , load , learning , traffic managers 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b584556…
https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b58455615175e0e0c584… 1/3
Current Designation: System Administrator
Current Company: Investis Corporate Communications
Current Location: Vadodara / Baroda
Pref. Location: Ahmedabad,Pune
Functional Area: IT Software - Systems / EDP / MIS
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Investis Corporate Communications as System Administrator
Apr 2019 to Till Date
Key Contributions on Cloud Environment:
Azure Cloud:
Migrated On-Premise Physical and VMs on Hyper-v to Azure VMs.
Configured Recovery Vault on Azure to backup VMs.
Configured IPSecVPN to Azure, AWS and other office locations to access resources and from Local offices.
Implemented Dynamic Azure ARM Template to deploy VM in to Multiple locations same time using Liked Templates, and
different conditions based on Parameters.
Implementing resources Azure like Application Gateway, Traffic Managers, Load Balancers, API Management, NSGs, App
Services, SQL Database Services, and VMs.
Managing Infrastructure In Azure like VM, Networking, Network security Group, V-Net Peering.
Automate Deployment of VM and various resources.
AWS Cloud:
Manage Operate and Support in AWS environments.
Creating and Managing EC2 instances in Linux and windows Environments.
Configured IPSecVPN to AWS and other office locations to access resources and from Local offices.
Managing Infrastructure In AWS like EC2, Networking, S3 Bucket, security Group, VPC Peering, Network ACL IPSec -
VPN , RDS and Automate Deployment of EC2 and various resources using Cloud formation.
Creating and Implementing Infra for New Clients in AWS
Creating and Implementing Inter-VPC connectivity , AWS -Site to Site VPN Connectivity, Virtual Private Gateway ,and
AWS Hybrid Route Learning
System and IT Network Operations
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Jigar Ravatal
CCNA, System Administrator seeking roles in IT Networking, System Administration,
AZURE cloud,Troubleshooting,Technical Support, Server Administration, Network
Security, Windows Server, Linux Server,LAN,WAN,DNS,DHCP,TCP/IP,AWS,Azure
Key Skills: System Administrator,IT Networking,System Administration,Azure Cloud Aws Cloud,Troubleshooting,Technical
Support,Server Administration,Network Security,Windows Server,Linux Server,LAN,WAN,DNS,DHCP,TCP/IP,AWS,CCNA
Summary
A highly competent and organized with experience and good troubleshooting skills in Scripting, Automate Tasks and Remove
Person Dependency without compromising Quality or Security Compliance, that helps IT Department to process its routine day
to day activity and its business IT systems with Extensive knowledge of monitoring and controlling data security within
guidelines to ensure compliance and report on possible improvements. Well mannered, articulate and able to act as point of
contact for colleagues and external client.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b584556…
https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b58455615175e0e0c584… 2/3
Primary Roles and Responsibilities:
Managing Fortinet firewall Fortinet 200 E and 300 E
Configured IPSecVPN to Azure, AWS and other office locations to access resources and from Local offices.
Managing Infrastructure In Azure like VM, Networking, Network security Group, V-Net Peering.
Automate Deployment of VM and various resources
Managing Infrastructure In AWS like EC2, Networking, S3 Bucket, security Group, VPC Peering, Network ACL IPSec -
VPN , RDS and Automate Deployment of EC2 and various resources using Cloud formation
Maintenance of Network Switch L2 and L3 Switch. (Configuration ,backup , Managing VLAN,VTP, Ether channel)
Knowledge and Working on IP-Sec VPN.
Creating, Configuring & Managing VLANs, Trucking, VTP & STP
Managing and Administration Fortinet Firewall.
Managing Windows Server 2016 and above
Maintenance of Network Switch L2 and L3 Switch. (Configuration ,backup , Managing VLAN,VTP, Ether channel)
Managing Active Directory, User and Group.
Managing Office-365 Exchange (User, Groups, Shared Mailbox, license Management).
Managing SCCM Server administration.
Managing JIRA Ticketing System for technical Support to Clients.
Managing and Administration Fortigate Firewall..
Install and manage HYPER V in windows server 2016 and above.
Managing FTP Client and Server.
Managing JIRA and Confluence Administration.
Managing WSUS server and Microsoft Intune for Windows update and patching.
Hands-on expertise of IP networking, Microsoft DNS, DHCP, and TCP/IP protocols.
Managing DFS in windows server 2016 and above.
Managing DHCP Server
Providing Remote Support to US and London office Users.
Mahhi IT LTD as System Administrator
Dec 2016 to Apr 2019
Primary Roles and Responsibilities:
Maintenance of Network Switch L2 Cisco SG -300 & L3 Switch -3567 (Configuration ,backup , Managing VLAN,VTP, Ether
channel)
Managing Windows Server 2012.
Managing Infrastructure In AWS like EC2, Networking, S3 Bucket, security Group, VPC Peering, Network ACL IPSec -
VPN Managing Active Directory , User and Group
Configuration & Managing Windows server backup
Install and manage HYPER V in windows server 2012.
Managing FTP Client and Server.
Managing WSUS server for Windows update and patching.
Managing Linux Server(Cent OS) and Ubantu Desktop Client
Hands-on expertise of IP networking, Microsoft DNS, DHCP, and TCP/IP protocols.
Managing File server in windows server 2012.
Managing DHCP Server and DHCP Client.
Managing Apache Web Server -L1 Support
Using utilities I.e. RDP, VPN, VNC, Remote Assistance etc
Managing Sequrite Antivirus Client Server Architecture
Ensure adequate antivirus protection & solutions are maintained and updated
Building, configuration and troubleshooting of server and desktop hardware. .
Installation and maintenance Managing NAS server.
Welcare Hospital as Sr.Executive -IT
Jan 2015 to Dec 2016
Installation and maintenance of Windows based systems within a client's digital environment.
Designs and implements LAN/WAN using switching and router technology.
Configuration and Maintaining Active Directory in Windows 2008 Server R2 and windows Server 2012.
Managing File Server on Windows Server 2012 Environment.
Experience on virtualization like Hyper-V, VMware.
Configuration and Managing Cyberoam Firewall and Given WIFI Access to Users
Managing HP 380- G8 Servers.
Evaluates industry trends, standards and new technologies to recommend change (i.e., evaluate and integrate new OS
versions, drivers and hardware
Managing Symantec Backup Server and takes Full Backup every day.
Provide day to day support for internal network/WAN infrastructure and connectivity requirements. Troubleshooting
Network issues
Maintained, upgraded and trouble-shoot the PC hardware and congressional office LAN networks.
Provided both hardware and software support to the clients.
Monitor and manage hardware, software, and security (clients for anti-virus, spam filtering, spy ware detection and
removal, etc.
Troubleshoots problems with operating systems, network access and a variety of software applications.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b584556…
https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b58455615175e0e0c584… 3/3
Prudent Corporate as System Administrator
Feb 2014 to Sep 2014
Managing Server, Network Support , Managing Sophos Firewall, Desktop Support to User and Client
UG: B.Tech/B.E. (Information Technology) from University of Pune (Sinhgad Institute of Technology And Science) in
2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows Server 2012-19
Active Directory
Firewall
Exchange Administration
AWS
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Gujarati
Rank 1108: Resume 1199 with similarity score 0.010306818893356431
B.E , MS , B.TECH , BS associate , full time , cloud engineer , solutions architect optimization , continuous delivery , amazon ec2 , telugu , jenkins , kubernetes , developers , affirmative action , hindi , docker , linux , access control , azure , ltd , authorization , english , troubleshooting , teams , status , email , project , aws , peering , participation , continuous integration , subject matter experts , technology solutions , s3 , servers , git , languages , javascript , network administration , cloud computing , pipeline , amazon web services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f420012…
https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f42001256434159595b… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Other
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Powerupcloud Technologies Pvt. Ltd. as Cloud Engineer -Networking
Dec 2019 to Jan 2021
Roles and Responsibilities
Worked with different teams to setup the different environments Dev, QA, Pre-Prod and Prod.
Worked with services including AWS EC2, S3, RDS, EBS, VPC, VPC peering, Transit Gate way SQS, CloudFront,
CloudWatch, Lambda, IAM to develop cloud native solutions.
Create IAM policies for access control in AWS for different roles and services.
Cost optimization.
Handling service requests and architectural changes in the cloud.
Troubleshooting the issues reported by developers and doing deployments in kubernetes on daily basis.
Deploy and manage the AWS services.
Monitoring daily builds using continuous integration tool Jenkins
Deployed the servers on Amazon AWS/Azure.
Implemented automating Continuous Integration & Continuous Delivery pipeline using Jenkins.
Participation in project meetings with other technical staff and business owners and subject matter experts.
Support the engineering teams regarding Environments
Launching Amazon EC2 Cloud Instances using Amazon Web Services (Linux) and Configuring launched instances with
respect to specific applications.
Used Kubernetes to orchestrate the deployment, scaling and management of Docker Containers.
UG: B.Tech/B.E. (Mechanical) from VELTECH UNIVERSITY in 2019
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Naveen Kumar Reddy D
AWS Certified Cloud Engineer seeking roles in Network Administration,Network
Support,Cloud Computing,Continuous Integration,Continuous
Delivery,SQS,CloudFront,CloudWatch,Lambda,IAM,Amazon
AWS,Azure,Jenkins,GIT,Docker,Kubernetes,Terraform,Linux
Key Skills: Cloud Engineer,Cloud Computing,Continuous Integration,Continuous
Delivery,CloudFront,CloudWatch,Lambda,IAM,Amazon AWS,Azure,Jenkins,GIT,Docker,Kubernetes,Terraform,Linux
Summary
1.1 years of hands-on, successful Cloud Engineer with decades of verifiable success leading teams in delivering appropriate
technology solutions. Comprehensive knowledge of Amazon Web Service.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f420012…
https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f42001256434159595b… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
GIT
AWS, Azure
Jenkins
Docker, Kubernetes
Terraform
Cloud watch, Sensu
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1109: Resume 1299 with similarity score 0.010246447077399209
B.E , MS , B.TECH technical specialist , devops engineer , full time , software developer ansible , job scheduling , system monitoring , rpm , continuous delivery , automation , upgradation , devops , jenkins , adi , nfs , kubernetes , designation , ug , mar , performance measurement , case , rhel , mysql , affirmative action , hindi , docker , linux , maintenance , apache , ltd , utilization , ccna , centos , authorization , english , status , email , application , aws , yum , ubuntu , continuous integration , smoke testing , ci , operations , samba , cron , github , nagios , obc , servers , shell scripting , kibana , ec2 , nginx , infrastructure , languages , utilities , ssh , jira , javascript , web , technology , disk , sanity testing , cd , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c42581…
https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c425816061246505f5a… 1/2
Current Designation: Devops Engineer
Current Company: Droom technology pvt ltd
Current Location: Gurgaon
Pref. Location: Delhi / NCR
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Droom technology pvt ltd as Devops Engineer
May 2019 to Till Date
Implemented Continuous Integration,management and Continuous Deployment using tools like GIT, Jenkins.
Build and Release code base for smoke testing (sanity testing) and production servers
Monitoring server using Nagios, Kibana,Grafana
Jira,Git,Jenkis administration
Deployed application using Container and performed integration with Jenkins.
Designed auto-scaling based on user defined policy.
Managed Host Inventory in Ansible.
Maintained GIT repositories for DevOps environment.
Installation of Nagios servers & Nagios Clients for the Performance measurement and monitoring of the nodes.
Created EC2 instances and IAM users for any new deployment(AWS).
Adi Global Distribution as Technical Specialist-IT
Feb 2018 to Mar 2019
Implemented Continuous Integration,management and Continuous Deployment using tools like GIT, Jenkins.
Deployed application using Container and performed integration with Jenkins.
Last Active: 9-Feb-21 Last Modified: 17-Aug-20
Shubhi Kaushal
DevOps Enginner with more than 2+ years of experience with Continuous Integration
& Deployment Pipelines(CI/CD),AWS, Ngnix, GIT, Jenkins, Ansible,
Docker(Container), Kubernetes, Mysql, Apache,Jira,(Nagios,Kibana,Grafana)
Monitoring, Build & Release,
Key Skills: DevOps, DevOps Engineer, AWS,Apache,Nginx,GIT,Jenkins,Ansible,Nagios,Docker,kubernetes,Rhel
7,Ubuntu,Centos,Linux,Continuous Integration,Continuous Delivery,CI/CD,Github,Bigbacket,Shell Scripting,MYSQL,
JIRA,kibana,Grafana
Summary
Implemented Continuous Integration,management and Continuous Deployment using tools like GIT, Jenkins.
Build and Release code base for smoke testing (sanity testing) and production servers
Monitoring server using Nagios, Kibana,Grafana
Jira,Git,Jenkis administration
Deployed application using Container and performed integration with Jenkins.
Designed auto-scaling based on user defined policy.
Managed Host Inventory in Ansible.
Maintained GIT repositories for DevOps environment.
Installation of Nagios servers & Nagios Clients for the Performance measurement and monitoring of the nodes.
Created EC2 instances and IAM users for any new deployment(AWS).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c42581…
https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c425816061246505f5a… 2/2
Designed auto-scaling based on user defined policy.
Managed Host Inventory in Ansible.
Maintained GIT repositories for DevOps environment.
Installation of Nagios servers & Nagios Clients for the Performance measurement and monitoring of the nodes.
Created EC2 instances and IAM users for any new deployment(AWS).
Aditya Infotech as Engineer
Sep 2016 to Jan 2018
User and Group management based on regular requests.
Systems administration, maintenance and monitoring various day-to-day operations.
Upgraded infrastructure - replaced aging servers with new machines.
Package Administration for installing upgrades/patches using YUM and RPM utilities.
Configured DNS, NTP, DHCP, NFS, Apache Web Server, Samba, SSH.
Actively participate in weekly calls with the client discussing on weekly status.
System monitoring CPU, Disk, Memory utilization etc.
Job scheduling and Automating process using CRON.
Shell Scripting for automation of daily tasks.
Installation, Configuration and Upgradation of the new servers as per the requirement.
Resolving a number of issues on daily basis as reported by the users.
Restoring MySQL in case of crash/ emergencies.
Server backup & recovery of database information.
UG: B.Tech/B.E. (Computers) from RAJIV GHANDHI TECHNICAL UNIVERSITY in 2013
Other Qualifications/Certifications/Programs:
CCNA
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
RHEL,Ubuntu,CentOS 2019 2 Year(s) 3 Month(s)
CCNA 2019 2 Year(s) 3 Month(s)
AWS 2019 1 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 1110: Resume 852 with similarity score 0.010229638746623117
B.S , MS , BS ui developer , mobile application developer , software developer , full time , part time , web application developer react.js , api , redux , access , css , sqlite , office , ug , profiles , affirmative action , web services , interpersonal skills , hindi , technology services , firebase , ltd , apache , service integration , player , json , authorization , english , status , ajax , email , application , video , focus , hooks , less , mumbai , survey , jquery mobile , testing , phonegap , github , rest , cordova , languages , html5 , parsing , balance , javascript , jira , organization , pulse , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145…
https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145043480d095b0… 1/2
Current Location: Thane
Pref. Location: Mumbai,Mumbai Suburbs,Navi Mumbai
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Web Application Developer
Nov 2014 to Jul 2020
Role: Web App Developer
Technologies: React JS, Redux, React Hooks
Talent News is a web application for Capgemini to access news from organization global offices. It consist of Latest,
Focus, Popular, Video news. This application is accessible for all Capgemini employees.
Pulse
Role: Web App Developer
Technologies: React JS, Redux, React Hooks
Pulse is a hybrid mobile application for Capgemini which includes poll and survey taken by Capgemini. It includes poll and
survey results submitted by office employees. This application is accessible to all Capgemini employees.
Reachlocal Services Pvt Ltd as UI Developer
May 2010 to Jul 2014
mSelfcare
Role: Mobile Application Developer
Technologies: Cordova, HTML5, CSS3, Jquery Mobile
mSelfcare is a hybrid mobile application for Reliance, that allows customers to create/update their profiles, make top up
recharges, online purchase of products, online balance transfer, generate account statements, etc. I was involved in co-
ordinating with the Client at the clientside for requirement gathering and testing, Creating UI theme for mSelfcare,
implementing functionalities, integrating web services.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SURAJ SAWANT
Developer seeking roles in UI Development, React.Js, JavaScript, HTML
Key Skills: Software Developer,Software Engineering,Software Development,UI
Development,React.Js,JavaScript,JSON,HTML,JIRA
Summary
* 7+ years of experience in UI and Mobile App Development.
* Mobile app development using Ionic3, Angular2, API Service integration, SQLite, Firebase, JSON parsing using web
service.
* UI development experience in React JS, experience of web-based application development highly adaptable and good team
player, well organized, self-starter with technical and interpersonal skills.
* Developing User Interface using Technologies like HTML5, CSS/CSS3, JavaScript, JQuery, JSON, Ajax, Rest API
Services.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145…
https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145043480d095b0… 2/2
UG: B.Sc (Computers) from Mumbai University in 2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Redux, React Hooks
Ionic3, Angular2, Phonegap, Apache Cor
HTML5, CSS3, JavaScript, JIRA
SQLite, JSON, Github, Firebase, SQL,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1111: Resume 1007 with similarity score 0.010225879153789896
B.E , B.TECH associate , design engineer , full time redux , general , css , designation , ug , affirmative action , hindi , basic , firebase , ltd , authorization , english , bootstrap , status , email , project , google , stripe , mongodb , engineering design , react native , design engineering , twilio , languages , it , javascript , technology , application testing , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1…
https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1650194451555f… 1/2
Current Designation: Associate IT
Current Company: Daffodil Software Private Ltd
Current Location: Hisar
Pref. Location: Gurgaon
Functional Area: Engineering Design / R&D
Role: Design Engineer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Daffodil Software Private Ltd as Associate IT
Jun 2020 to Till Date
Daffodil Software believe that the impact we can create towards the betterment of the society can be exponential.
Daffodil Software Private Ltd as Jr Associate IT
Jun 2018 to Jun 2020
Daffodil Software believe that the impact we can create towards the betterment of the society can be exponential.
RnR in December 2019
Achievements/Tasks
UG: B.Tech/B.E. (Computers) from Guru Jambheshwar University of Science and Technology (GJUST), Hisar in 2018
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Preety
Associate IT seeking roles in Design Engineering, Detail Engineering, Project
Management, Design Development, Application Testing, Requirement Gathering,
React Native,React JS,JavaScript,Bootstrap,Firebase,MongoDB,Twilio,Stripe,Redux
Saga,Redux,CSS
Key Skills: Associate IT,Design Engineer,Design Engineering, Detail Engineering, Project Management, Design
Development, Application Testing, Requirement Gathering, React Native,React
JS,JavaScript,Bootstrap,Firebase,MongoDB,Twilio,Stripe,Redux Saga,Redu,CSS
Summary
Result-oriented Professional with over 2.8 years of experience in Design Engineering, Detail Engineering, Project Management,
Design Development, Application Testing, Requirement Gathering, React Native,React
JS,JavaScript,Bootstrap,Firebase,MongoDB,Twilio,Stripe,Redux Saga,Redu,CSS.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1…
https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1650194451555f… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
React Native
JavaScript
React js
HTML
CSS
BOOTSTRAP
Redux
Redux saga
mixpanel
STRIPE
Google Dialogflow
Firebase
Twilio
Mongodb
BAsic Node JS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 1112: Resume 237 with similarity score 0.010198841853593484
MS , B.TECH , BS work from home , secretary , industrial engineering , research intern , system engineer guides , united nations , report writing , internships , deep learning , mar , mock , ltd , english , industrial engineering , coursera , juniors , cups , resume , intellectual property , customer value , machine learning , research , completion , assessment , python , reviews , technology , insurance , mathematics , online Assessment
Q1. Why should you be hired for this role?
1. I have done the following relevant certification courses and specialisation in Python and in the field of Deep Learning, and Machine Learning
from Coursera.
a) Deep Learning Specialisation: Link: https://www.coursera.org/account/accomplishments/specialization/certificate/9ZFHAZHHCJ5N
b) Machine Learning: Link: Link: https://www.coursera.org/account/accomplishments/certificate/EDHFXZ9PUXZL
c) Mathematics for Machine Learning: Link: https://www.coursera.org/account/accomplishments/specialization/certificate/KXFHSS7ZUC3C
d) Python for Everybody: Link: https://www.coursera.org/account/accomplishments/specialization/certificate/MFUPJDAN7YSV
2. My marks in Mathematics at class 12th was 95 out of 100.
3. My AIEEE All India Rank was 13099 and I am a passed out from Delhi Technological University.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for full-time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Himanshu Gupta
Delhi
Applied 07 Feb'21
Report Writing Machine Learning
Bachelor of Technology B.Tech), Production And Industrial Engineering
Delhi Technological University
2010 - 2014
Percentage: 65.08%
Senior Secondary XII, Science
Kendriya Vidyalaya, Rohini, Sector 8
CBSE board)
Year of completion: 2009
Percentage: 91.80%
Secondary X
Jain Bharti Model School
CBSE board)
Year of completion: 2007
Percentage: 81.50%
Subject Matter Expert
Oliveboard, Delhi
Jan 2020 - Aug 2020
I was developing content (questions and detailed solution) in the English Language for Mock Test Papers relevant for
Banking SBI/IBPS PO and Insurance recruitment exams.
Content Development English)
Adda247, Gurgaon
Aug 2016 - May 2019
I was developing content (questions and detailed solution) in the English Language for Mock Test Papers relevant for
Banking SBI/IBPS PO and Insurance recruitment exams.
Assistant System Engineer
Tata Consultancy Services Ltd, Bangalore
Nov 2014 - Feb 2016
Research Intern, Intellectual Property Department
FICCI, Delhi
Dec 2013 - Mar 2014
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 8076595206
Wrote reports on prevalent I.P. issues, and transcribed audio data.
Active Listener: I volunteer as an active verified listener at "7 Cups" wherein I provide emotional support to people in need.
My profile along with listener rating and reviews can be viewed at Link: https://www.7cups.com/@shiningSound31
Under-Secretary-General- Research, DelTech MUN 2013. I managed a team of 5 juniors and my team was responsible for
creating background guides and intro-videos for the United Nations councils modelled in our Model United Nation MUN
conference.
Python For Everybody
Coursera, Online
Jul 2020 - Dec 2020
Link: https://www.coursera.org/account/accomplishments/specialization/certificate/MFUPJDAN7YSV
Mathematics For Machine Learning
Coursera, Online
Jun 2020 - Sep 2020
Link: https://www.coursera.org/account/accomplishments/specialization/certificate/KXFHSS7ZUC3C
Deep Learning
Coursera, Online
Apr 2020 - Oct 2020
Link: https://www.coursera.org/account/accomplishments/specialization/certificate/9ZFHAZHHCJ5N
Machine Learning
Coursera, Online
Feb 2020 - Apr 2020
Link: https://www.coursera.org/account/accomplishments/certificate/EDHFXZ9PUXZL
Intellectual Property
FICCI, Online
May 2013 - Jul 2013
Marketing And Creating Customer Value
Delhi Technological University, Delhi
Jan 2012 - May 2012
Rank 1113: Resume 1425 with similarity score 0.010148074309192446
BSC , BS , B.E , MS , B.TECH operator , associate , software developer , automation developer , full time general , telugu , coding standards , designation , visual studio , telecom , affirmative action , hindi , maintenance , ltd , authorization , advanced , english , capital markets , process definition , status , architecture , agile , solution delivery , email , project , bot , application , ownership , requirements gathering , vbscript , mainframe , electronics , components , unit testing , finance , languages , putty , client requirements , process automation , python , javascript , jira , software development methodologies , organization , web , technology , working experience , control room 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b14…
https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b145544445a0b0e5… 1/2
Current Designation: RPA Developer
Current Company: Tata Consultancy Services Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 1 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as RPA Developer
Oct 2019 to Till Date
Delivered Robust Automated solutions using Blueprism for an Australian Telecom Operator ||
Responsible and took ownership for all Phases of Automated solution Delivery
CAPGEMINI INDIA PRIVATE LIMITED as RPA Developer-Associate Consultant
Dec 2015 to Sep 2019
Worked for one of the US Banking industry leader as an Automation Developer using VbScript ,Javascript and Blueprism
to provide Automated solutions for various client requirements.
Participated in Organization level tech calls with various accounts to provide robust solutions for the clients.
Creating and documenting process definition documents, high level solution documents before developing phase,
TestPlan for the Pre-UAT Phases.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Prakash Valiveti
Overall 5 Years of IT experience with experience includes in working as RPA
Developer || Certified an experienced in working with Blueprism and Uipath || Vbscript ,
Phyton .
Key Skills: RPA Developer,RPA,solution Delivery Management,requirements gathering,Project Management,Application
Automation,coding,Unit Testing,Java script,VB Script,Python,Blue Prism,Uipath, Robotic process automation, Blueprism
Summary
Overall 5 Years of IT experience with experience includes in working as RPA Developer.
Possess extensive working experience and Advance Certified in BluePrism & Uipath.
Good understanding of Software Development Methodologies like Traditional (Waterfall), Agile and other best practices.
Automated Web,DotNet,Mainframe & Various Desktop based applications using Blueprism.
Involved and took ownership in all the phases of Bot Development to implement robust coding standards & transition friendly
management documents(PDD,SDD,PCH).
Understanding the Manual Process and calculating the Automation Potential.
Domain Expertise in Finance-Capital Markets and Telecom Sectors.
Well versed experience in working with WorkQueues,Webservices,Control Room, MultiBot architecture and other
components/functionalities provided by BluePrism to Develop robust code and to maintain bots.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b14…
https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b145544445a0b0e5… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from swarnandhra college of engineering and technology in 2015
PG: in 0
Other Qualifications/Certifications/Programs:
AD01 Blueprism certified Developer
Advanced Uipath Certification
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
RPA
Blue Prism 2 Year(s) 1 Month(s)
PuTTY, Visual Studio
JIRA
VB SCRIPT 2 Year(s) 0 Month(s)
JavaScript
Uipath
RPA Developer 2 Year(s) 2 Month(s)
BluePrism
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
Telugu Expert
English Expert
Rank 1114: Resume 1519 with similarity score 0.010090555471437087
B.E , MS , B.TECH application support , cyber security , cissp , transition manager , manager information , information security , cto , coo , ciso , cio , azure architect , ceo , senior architect , vice president , change management , full time , security strategist , business objects training , 24x7 , regulatory requirements , it security , linux , secure code review , status , life sciences , microsoft project , visio , threat intelligence , it infrastructure , security awareness , it risk management , vulnerability management , organization , grc , edr , mitigation , automation , iso 22301 , otrs , designation , confluence , hitrust , rhel , hindi , gap analysis , post production , information security , ltd , windows , english , penetration testing , catering , atp , thin , process review , global security , sap crm , change management , resolve , strategy , documentation , itil , process management , javascript , crystal reports , application security , vectors , insurance , threat management , cyber security , box , general , healthcare , design review , affirmative action , high sense of urgency , unix , email , aws , network security , information systems , siem , android , cissp , languages , incident handling , vapt , urdu , ibm tivoli , assessment , bcms , mobile , enterprise security , jira , pre-sales consulting , web , pmp , program management , dlp , rackspace cloud , ug , oracle database , azure , ios , authorization , teams , siebel , jive , security testing , devices , wll , electronics , threat modeling , kannada , triton , tuning , crisis , security operations center , network administration , firewalls , pasta 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f400…
https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f40004210500f000… 1/3
Current Designation: Senior Architect Information Security
Current Company: M.H. Alshaya Co. WLL Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
M.H. Alshaya Co. WLL Group as Senior Architect Information Security
Jul 2018 to Till Date
In the role of lead for Information Security, accountable for managing Security testing, incidents, GRC, Cyber Security,
SOC, client-side pre-sales consulting and IS Project management teams.
Security Strategist to the CIO, CTO, COO, CEO and the Board.
Security testing for all infrastructure and applications i.e. Perimeter L3 devices, web, mobile i.e. Android and iOS, thick
client covering SAST and DAST including manual as well as automated testing.
Perform gap analysis between standard or regulatory requirements and current Alshaya standards
Define organizational security roadmap, identify changes required and embed security practices
Direct IT Security strategy including NGAV, O365 ATA/ATP, Next Generation Firewalls, SIEM, SOC, DLP, EDR, PAM etc.
Support the identification, assessment, monitoring, controlling and mitigation of security risks
PCI Implementation and ISO27001 management.
Publicis Groupe as Manager Information Security
Sep 2009 to Jun 2018
Responsible for managing Security testing, incidents, GRC, Cyber Security, SOC, Pre-sales consulting and IS Project
management teams.
Security testing of infrastructure and applications (Mobile, Thick/Thin Client). Vulnerability Management and Perimeter VA
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ajmal Ahmed Shariff
CISO, Vice President seeking roles in Information Security,Network Security,Cyber
Security, Cloud, Vulnerability Management,IT Risk Management,Project
Management,Incident Management, Penetration Testing, Security Incident, ITIL, AWS,
PMP,NIS
Key Skills: Senior,Tech Architect,Information Security,Network Security,Cyber Security,Vulnerability Management,IT Risk
Management,Project Management,Incident Management,Change Management,Penetration Testing,Performance
Tuning,ITIL,AWS,PMP
Summary
Highly technical and proficient Information security professional with well-grounded hands-on experience in security testing,
GRC, Cyber Security, SOC, CSIRT, Security pre-sales consulting, IS Project management and renowned leader of people.
Lead a team responsible for DevSecOps implementation, Vulnerability Management, Penetration Testing, Security Operations,
Incident Handling, risk, compliance and Threat Intelligence.
Experience in Application Security Assessment, Application VAPT (Web Application, Mobile Application, Thick Client
applications etc.), Design review, Process Review, Secure Code Review (Manual and Automated): (Java, .Net, Android etc.).
Manage security with high sense of urgency, understanding the threats and threat actors that may impact the organization and
implementing tactical and sustainable protections to assure secure operations.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f400…
https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f40004210500f000… 2/3
automation.
Develop risk-driven enterprise Security Architectures. Identify, escalate, mitigate to resolve risk and compliance
requirements.
ISMS, SOC-2 (SSAE-16) Implementation for Publicis Groupe i.e. Sapient, Razorfish, Moxie-US, ReSources-UK; DCSO-
Germany; and HITRUST-US.
Manage the Security Operations Center (SOC), Security incidents and DLP.
Build security credibility during Client interactions (meetings, audits, supplier security assessments etc.) including
presales, preproduction, production and post production.
Experience working on STRIDE and PASTA threat modeling, threat management, threat vectors and develop security use
cases.
Contribute to security awareness training and security documentation,
Application and IT Infrastructure Initiatives:
DevSecOps Implementation for Publicis Groupe project.
Transition Manager-Minneapolis, USA for Insurance provider.
Security POC for Production support 24x7 for Big Four.
Security Crisis Manager for critical business application support.
Program Management for Global Security operations.
ISO27001 Implementation of Private cloud catering to 3500+ VMs.
SIEMENS Information Systems Ltd as Senior Executive -Healthcare and Life Sciences
Nov 2007 to Aug 2009
* Security testing, incident management and secure process management.
* Information Security, Process and Compliance activities for Siemens.
* Audit POC for Siemens Healthcare vertical during internal, external and client audits.
UG: B.Tech/B.E. (Electrical and Electronics) from Visveswaraiah Technological University (VTU) in 2005
Other Qualifications/Certifications/Programs:
Certified Payment Card Industry Security Implementer (CPISI)
CISSP, CISM, CRISC, PMP, AWS Cloud, Rackspace Cloud, Azure Architect
ISO27001 ISMS LA, ISO 22301 BCMS LA, ISO20000 ITSMS LA, ITIL Expert
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Project
Microsoft Visio, JIRA, Confluence
Box, Jive, Siebel CRM 7.x
SAP CRM 4.0, SAP CRM 6.0
Forcepoint Triton DLP, IBM Tivoli
Crystal Reports 10, Business Objects 6.5
OTRS 3.3
Oracle Database 9i and 10g
UNIX, LINUX (RHEL), Windows
Forcepoint DLP
INFORMATION SECURITY
Cyber Security
Languages Known
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f400…
https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f40004210500f000… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India,United States
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Proficient
Urdu Expert
Rank 1115: Resume 402 with similarity score 0.010089962771994181
MS full time , work from home , no experience creative writing , resume , completion , assessment Assessment
Q1. Why should you be hired for this role?
Still I have no experience I can manage .I am having good knowledge about electronic devices.So I hope that I am eligible for this
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available full time in narasaraopet for the next six months.But 15 days exams in April
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9705647455
Pravallika Sikhakolli
Narasaraopet
Applied 30 Dec'20
Creative Writing
Senior Secondary XII, Science
St.Mary's EM High School
STATE board)
Year of completion: 2017
Percentage: 96.00%
Secured 1st rank among 250 entries in district level
Rank 1116: Resume 537 with similarity score 0.010078942020830175
MS application developer , service provider javascript frameworks , api , training , automation , onboarding , web application development , ruby on rails , couchbase , uber , sqlite , developers , space , enterprise search , steam , teams , ratings , editing , project , store , boot camp , agile methodologies , airline , redis , android , testing , blockchain , components , features , server side , coffeescript , es6 , mobile , workflow , clojure , technology , database , online ShilpaK_rm
!
!
Shilpa Kondawar
SeniorConsultant (Developer)
Shilpa serves ThoughtWorks as an application developer with 5+ years of experience in web application development and
mobile development. She has worked on NodeJs, Java, Android, RoR, Javascript frameworks like React. She has worked on
both client and server side applications and mobile application as well. She has experience of working with big and small
teams following distributed Agile methodologies.
ThoughtWorks Experience
Client: Leaders in US in the coupon promotion and advertising business
(June 2018 to March 2019)
This client business is in coupon promotion and in-store advertisement business. Client wanted to digitise their
coupon platform using trending blockchain technology. As a part of this we digitise their coupon workflow using
quorum blockchain platform with Nodejs services on top of that.
Shilpa was leading the blockchain steam of 4-5 developers. As quorum blockchain platform is pretty new, Shilpa
has taken effort to learn, expertise it and also enable the team to acquaint with this new technology. She was
also involved in requirement gathering, analysis and estimation process for the project
Development technologies: Quorum blockchain platform, Nodejs, React
Database: Postgress
Team Size: 7
Client: Largest Transport and other life cycle service provider in Indonesia
(July 2017 to May 2018)
This client business is in online transport and other lifestyle services (like uber). There business is scaling rapidly
within small time.
The project Shilpa has worked was web application written in ROR for Onboarding of the drivers. She also
worked on other projects where the client wants to automate there fully manual process related to service
ratings. She grasped both domain concepts and project technologies like RoR really fast and started contributing
to the development of various features.
Development technologies: Ruby on Rails, Micro-services in Ruby, fronted javascript and SCSS
Database: Postgress
Team Size: 8
www.thoughtworks.com
!
!2
!
!
Client: The large American company in IOT space
(March 2017 to June 2017)
Shilpa was working as a senior application developer on a project which was mobile application. The client has
launched new hardware device for safety of homes. The project was operating functions of the hardware product
through mobile app. She was senior most person on the team and also helped the client employees to enhance
their development skill with agile processes like TDD.
Technologies: Android
Team Size: 6
Client: Largest AmericanAirline
(June 2015 to February 2017)
This project was mobile app for booking tickets for the airline. This project had both native android component as
well as hybrid components. Hybrid component was written using calatrava framework which was written in
javascript. This was first mobile project Shilpa has worked on.
Technologies: Android, javascript ES6, Coffeescript
Database: SQLite
Team Size: 80
Client: Internal TW Project
(Feb 2014 to June 2015)
This was internal TW project where Shilpa has worked on various internal projects. There was one web app built
on Nodejs for editing and viewing the profile of All Employees. She worked on creating Api for the the the same
app as well.
She also worked on POC for Enterprise Search where people can search for project or Employee and get all
details. This project was querying all the systems in TW and keeping the data in one system which can be used
for quick searching in the web app
Technologies: NodeJS, Clojure, Javascript, Elastic Search
Database: Couchbase, Redis
Team Size: 14
Training: ThoughtWorks – Attended ThoughtWorks University
(Oct 2013 – Nov 2013)
This 6 week training course included object boot camp, introduction and use of agile, basics of testing in an agile
project, tools for automation of testing, and a project simulation week for launching the participants into actual
client environment at ThoughtWorks.
Education
Bachelor of Engineering (IT) from College Of Engineering, Pune, June 2013
www.thoughtworks.com
!
Rank 1117: Resume 1001 with similarity score 0.01003675421956203
B.E , B.TECH director , technician , web developer , recruitment manager , long term , devops , software developer , hr manager , full time skype , strategic sourcing , airlines , reference checking , status , staff augmentation , linkedin , cold calling , compensation , building , infrastructure , salesforce , scala , negotiation , organization , mobility , devops , spark , extending offers , designation , cloud , english , referrals , angularjs , swift , recruiting , strategy , research , notes , employee engagement , monster , boarding , full cycle , it recruitment , one , javascript , staffing services , technology , hadoop , capital , general , interviewing , healthcare , vendors , mid-market , pay , affirmative action , urgency , vendor management , checks , opengl , social media , email , google , aws , fortune 100 , android , xcode , languages , hive , investment banking , scheduling , screenings , web , database , indeed , redux , nosql , fortune 500 , portals , telecom , profiles , azure , ios , authorization , openstack , clarity , less , screening resumes , hiring , objective-c 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b435…
https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b4351434559080f5… 1/2
Current Designation: Senior Talent Acquisition Executive
Current Company: Collabera Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Noida
Functional Area: HR / Administration / IR
Role: Recruitment Manager
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Collabera Technologies as Senior Talent Acquisition Executive
Nov 2016 to Till Date
Collabera Technologies, Vadodara, Gujarat January 2019 - December 2019
Senior Talent Acquisition Executive
Clients: Bank of America, Citi Bank, Capital One, Wells Fargo, SunTrust, Santander Bank, MetLife, Google, Royal Bank of
Canada, Verizon, United Airlines, Southwest, Simplify Heath.
Description:
Collabera is about half a billion dollar organization serving Fortune 100 and few mid-market organizations across globe.
As a leader in the IT staffing industry, Collabera has over 27 years of experience servicing Fortune 500 and mid-size
customers. Headquartered at Morristown, NJ Collabera caters to IT solutions and services needs of these clients as tier
one vendors.
Roles and responsibilities
Handled end to end recruitment from evaluating competencies, screening resumes, interviewing candidates, Scheduling
interviews, and extending offers.
Utilize the various channels of recruitment portals to search the candidates like Monster, Dice, LinkedIn, Career Builder
and database of the organization, Jobdiva. Short listing the candidates based on the skill sets and experience.
Negotiated pay rates and salaries and other requirements that candidates have, and obtained commitment from
candidates for current and future job requirements.
Helped candidate's to prepare for both telephonic and in-person interview and kept them in loop with latest updates from
the client.
Taking part in management conference calls and red-zone meetings, deciding work manage for the entire day.
Last Active: 27-Jan-21 Last Modified: 27-Jan-21
Nipun Katara
Senior Talent Acquisition Executive seeking roles in Recruitment,IT Recruitment,IT
Staffing,Talent Acquisition Technical Recruitment,Staff Augmentation,Employee
Screening,Offer Negotiation,Vendor Management,Employee Engagement,HR
Opertaions
Key Skills: Senior Talent Acquisition Executive,Recruitment Manager,Recruitment,IT Recruitment,IT Staffing,Talent
Acquisition Technical Recruitment,Staff Augmentation,Employee Screening,Offer Negotiation,Vendor
Management,Employee Engagement,HR Opertaions
Summary
Experienced in full cycle, End-to-End recruitment including: Full-Desk Recruiting, Research, Sourcing, Screening, Scheduling,
Interviewing, Selection, Reference Checking, Offer Negotiation and delivering.
Experienced in Investment Banking, Healthcare, Pharmaceutical, Infrastructure, Telecom and Social Media Recruitment.
Experience in finding suitable candidates from various job boards, web searches and cold calling.
Experience dealing with candidates right from a technician level up-to Program/Portfolio and Director.
Excellent communication skills and rapport building.
Expertise in Boolean searches
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b435…
https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b4351434559080f5… 2/2
Attended Req qualification and client calls with Hiring managers for requirement clarity and understanding the urgency of
the requirement.
Continues follow-up for every submission till the end result and also marketing candidates proactively to the client via
account managers.
Daily interaction with Prospective candidates - coordination, scheduling, Post Offer follow-ups, Follow-up on Back Ground
Verification process etc. End to end Coordination of the Interview process. Hand-hold candidates post the offer getting
released. Follow-up with candidates from offer release to joining.
Assessed and selected best candidates for contract opportunities by short listing, interviewing, telephonic screening and
updating profiles for client submission.
Utilized job boards, internal resources, referrals, and networking to recruit.
Used Boolean Search strings to find to top notch consultants for the clients.
Experience of interviewing US candidates and providing staffing services to client.
Completed reference checks and provided new hire orientation to consultants.
Ensuring the candidates join at the client place on the committed date
Foster long term relationships with candidates.
Recruitment Expertise: Java, Front End (UI/UX), Full stack, Back End, Web Developer, Software Developer/Architect, Big
Data, Hadoop Developer/ Admin/Architect, Spark/Scala, SQL/NoSQL, MapR, Hive, Scoop,Pig
Mobility, iOS (objective-C or Xcode), Android (swift), Cloud, AWS, Azure, OpenStack, DevOps, Salesforce
Admin/Developer/Architect
Talent Acquisition Executive November 2016 - December 2019
Roles and Responsibilities:
Highly motivated professional with experience in Recruitment, Strategic Sourcing, Vendor Management, Strategy and
Planning for corporate and consulting environment.
Manage end-to-end Recruitment Life Cycle that includes sourcing, screening, scheduling & coordinating, interviewing,
negotiating compensation packages and on boarding.
Attend HR Manager Call meetings for making appropriate notes for the challenging requirements.
Conduct screenings over-the-phone and skype to ensure the genuinely of candidates.
Identify potential candidates through the use of Boolean searches, candidate referrals.
Recruitment utilizing various sourcing method like web portals includes Monster, Career Builder, Dice, Indeed, Google,
LinkedIn, Ladders
UG: B.Tech/B.E. (Computers) from Global institute of technology, jaipur in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Spark, NoSQL, MapR, Scala
AWS, Azure, OpenStack, DevOps
iOS, Android, Swift, OpenGL, Objective C
React, Redux, AngularJS
JAVA
Languages Known
Language Proficiency Read Write Speak
English
Rank 1118: Resume 1233 with similarity score 0.00997752735672733
B.S , MS director , test architect , full time , part time , senior technical architect , program manager mobility , contractual , reporting , managed services , customer , telugu , kubernetes , appium , security , designation , iso 27001 , affirmative action , pre-sales , sizing , hindi , technical direction , readiness , maintenance , azure , authorization , english , troubleshooting , teams , go , rackspace , status , paas , incident response , stakeholder management , deliveries , email , project , record , dynatrace , groups , aws , product management , commitments , finnish , test automation , operations , plus , saas , nagios , writing , components , drive , languages , process management , operational excellence , javascript , technology adoption , end to end delivery , cloud computing , application monitoring , streams , it infrastructure management , program management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b4…
https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b47001210590f58… 1/2
Current Designation: Director, Cloud Operations
Current Company: Temenos AG
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Temenos AG as Director, Cloud Operations
Nov 2019 to Till Date
? Responsible in Leading the Cloud Operations in Temenos, Hyderabad.
? Responsible for fulfilling Customer contracts (PaaS/SaaS) by setting up Temenos Infinity product on both AWS &
Azure
? Successfully handled 100 plus customers from Operations perspective
? Responsible in managing the delivery of operational responsibilities and support functions to meet Client committed
Cloud Service Level Agreements (SLAs)
? Involved in PCI DSS, ISO 27001 ? 27018, SOC Type 2 Audits and ensured these certifications are achieved for the
first time and there after in Temenos for both Azure and AWS environments.
? Responsible to ensure consistent and effective Client Reporting in accordance with Contractual commitments
? Part of Operation Readiness Board representing operations for implementing client projects
? Played a significant role in long-term planning, with a view to delivering operational excellence
? Participated and worked closely with Major Incident Managers and Resolver Groups and support teams during
Incident response and resolution.
? Drive innovation amongst the team including the adoption of new / updated cloud technologies, process design/
changes and technology adoption
? Involved in Pre-sales in preparing the SOWs, Sizing information and defining the SKUs(Contract value).
Last Active: 8-Feb-21 Last Modified: 4-Feb-21
Malla Reddy Nandikonda
Seeking roles in IT Infrastructure Management,Program Management,Project
Management,Stakeholder Management,Product Management,Delivery
Management,Requirement Gathering,Cloud Operations,Cloud Computing,Client
Servicing,Troubleshooting,Kubernetes,AWS
Key Skills: Program Manager,IT Infrastructure Management,Program Management,Project Management,Stakeholder
Management,Product Management,Delivery Management,Requirement Gathering,Cloud Operations,Cloud
Computing,Client Servicing,Troubleshooting,Kubernetes,AWS
Summary
? Overall, 20 years of experience in IT with several years in Cloud Operations or Infrastructure managed services
? Cloud computing and managed services ? Experienced in AWS, Azure, Kubernetes
? "Go to Person & SPOC" for all the Cloud related queries & initiatives across Cloud Operations
? Responsible for technical direction, scoping, stake holder management, end to end delivery, L2 customer support,
production roll out for platform components, people & process management.
? Proven track record of successful project & program deliveries within budget and on time, including managing 25+
resources across 3 work streams
? Responsible for Security design & implementations for Cloud Platform & driving the infrastructure towards PCI/ISO
27001/SOC Type2 certifications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b4…
https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b47001210590f58… 2/2
Kony Inc as Test Architect - Director, Cloud Operations
Dec 2011 to Nov 2019
* Leading Kony Cloud Operations, L2 Support and Hosting teams
* Responsible in setting up and managing both internal and external customer environments hosted on both AWS and
Azure Cloud.
* Offered Managed Services on on-premise environments
* Successfully migrated customers in Rackspace to newly built Kony Cloud
* Lead the team to achieve PCI DSS/ISO27001/SOC Type2 certification for the first time in Kony Cloud(AWS & Azure)
* Involved in writing the Appium scripts in Test automation as part of Application Monitoring.
* Familiar with several monitoring tools like Nagios, NewRelic, Dynatrace, Loggly, Logz.io etc
* Worked as Program Manager in supporting Kony's next product releases
Syntel Private Limited as Senior Technical Architect
Jun 2011 to Nov 2011
* Presenting Syntel's mobility offerings to clients in different domains.
* Managing and participating in POCs
UG: B.Sc (Maths) from Kakatiya University in 1994
PG: MCA (Computers) from Osmania University in 1997
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Troubleshooting,Kubernetes,AWS
Cloud computing, Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Finnish
Rank 1119: Resume 811 with similarity score 0.009896297812901344
B.S , MS , MTECH senior developer , scrum master , android developer , software developer , mobile developer , senior software engineer , full time , part time react.js , api , web development , core java , general , telugu , software systems , scrum , jenkins , css , appium , designation , mar , telecom , prince2 , affirmative action , health , mysql , tamil , hindi , cloud , wifi , beginner , maintenance , firebase , ltd , sse , php , jquery , azure , authorization , unix , english , node.js , bootstrap , status , mocha , agile , email , project , manufacturing , express , aws , product management , web & mobile , ci , deals , bluetooth , fixing , android , barcode , testing , freight , google adwords , gitlab , d3.js , features , debugging , react native , welding , languages , espresso , mobile applications , kannada , selenium , es6 , jira , javascript , technology , kobo , distance learning , vagrant , cd , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f1709130…
https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f170913031214505d0e50… 1/2
Current Designation: Senior Software Engineer
Current Company: Rakuten
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Vijayawada
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: MTech [Software Systems]
Verified : Phone Number | Email - id
Rakuten as Senior Software Engineer
Jun 2020 to Till Date
Responsible to develop features for Kobo Ebook service. Fixing bugs and most critical issues in app by debugging it
KARD Technologies as Senior Software Engineer
Apr 2019 to Jun 2020
KARD Technologies is a service based company, as a SSE i am responsible to develop and maintain multiple projects
simultaneously. I worked with multiple clients like Prenetics, Freight Tiger, GK Naturals etc.
ESAB INDIA LTD. as WEB AND MOBILE DEVELOPMENT
Sep 2018 to Mar 2019
WeldCloud is an R&D project which deals with welding machine. I took responsibility as a senior developer and designed,
developed and maintained the Android application. This Android application deals with Bluetooth, WIFI, Camera and
Inbuilt infrared modules. This is an IOT solution for Welding machines.
Wipro as Software Developer
Jul 2015 to Jul 2018
As Software developer, i am responsible for developing scalable and complex web and mobile applications
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
S.RAGHU DATTA
5.8+ Years experienced Full-stack Web & Mobile developer with Prince2 certification
looking for challenging role .Knowledgable in Cloud Tech like Firebase, AWS.
Experienced in Telecom, Manufacturing, IOT, Health care & Logistics domain's.
Key Skills: agile methodology,react.js,jira,javascript,css,php,ui development,scrum
master,html5,mongodb,node.js,expressjs,ui,appium,aws,api,google adwords,barcode,sql,requirement gathering,unit
testing,d3.js,fullstack,react native,jQuery,MySQL,Azure,Prince2
Summary
Result-oriented Professional with over 6 years of experience in Application Development,Product Management,Software
Development,Requirement Gathering,Android Application Development,Web Development,Agile Methodology,Scrum Master,
Android, React.Js, Jenkins, JIRA, Java, HTML
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f1709130…
https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f170913031214505d0e50… 2/2
UG: B.Sc (Computers) from KRISHNA UNIVERSITY in 2015
PG: MCA (Computers), Correspondence/Distance Learning from Mahatma Gandhi University (MGU) in 2018
Post PG: MTech (Software Systems), Correspondence/Distance Learning from Birla Institute of Technology and Science
(BITS), Pilani in 2022
Other Qualifications/Certifications/Programs:
Fullstack developer
Android Developer
Edureka Jenkins Ci
Prince2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Selenium, Appium, Jenkins 2020 3 Year(s) 0 Month(s)
Gitlab CI/CD
HTML 5, CSS
JavaScript ES6 2020 5 Year(s) 0 Month(s)
Jquery, php
React Js, Node 16 5 Year(s) 1 Month(s)
Mongo Db, Express Js
BOOTSTRAP 4 2020 5 Year(s) 0 Month(s)
Material UI 2020 5 Year(s) 0 Month(s)
Mocha, Chai, Espresso, Vagrant 2020 4 Year(s) 5 Month(s)
Core java, unix 8 2018 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Tamil Proficient
Telugu Expert
kannada Beginner
Rank 1120: Resume 58 with similarity score 0.009862578703320057
MS , B.TECH , BS work from home , sharepoint developer web development , boost , internships , information technology , mysql , databases , simulink , digital , sharepoint , agile , instron , mongodb , operations , microsoft , resume , matlab , design thinking , led , simulations , strategic design , html5 , merchandising , assessment , es6 , javascript , learning Assessment
Q1. Why should you be hired for this role?
I am a diligent person who want to augment skills in this area and explore the dungeons of learning new technologies.
I want to combine Frontend and Backend Web Development experience from your coveted company to work on projects both from home and as
well in the company off and on.I am not elated with success and simultaneously do not brood over failures as I feel learning is a continuous and
never-ending process.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes available immediately
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 49 15775943979
Amit Ray
Hamburg
Applied 30 Jan'21
.NET C Programming Java
JavaScript
Post Graduate Diploma, BUSINESS MANAGEMENT
London School Of Business
2007 - 2008
Percentage: 70.00%
Bachelor of Technology B.Tech), Information Technology
IIIT Calcutta/ West Bengal University Of Technology
2001 - 2005
CGPA 7.32/10
Sharepoint Developer
Kellog Holding, Offenbach
Oct 2014 - Jan 2015
Sharepoint projects
Microsoft SCCM
Client handling
Applied Software Engineering
Instron, Darmstadt
Nov 2013 - Jan 2021
Crash Simulations using MATLAB Simulink , VB and VB.NET
Led a team of 50 team members in a zone to boost sales supervising each individually apart from effectively handling
merchandising operations
Web And Software Development
Digital Career Institute, Hamburg
Dec 2018 - Jul 2020
Web Development using HTML5, CSS3, JavaScript, ES6
Frameworks-React, NodeJS
Databases-MySQL,MongoDB
Agile Development Methods
Completed successfully Strategic Design Thinking course from Stanford University,USA and Hasso Plattner
Institute,University of Potsdam,Germany
Rank 1121: Resume 804 with similarity score 0.009796855574348222
B.E , MS , B.TECH , BS senior web developer , team leader , full time , senior software developer , php developer ecommerce , document management , api , react.js , web development , amazon ec2 , general , css , designation , pages , server management , user management , ug , abacus , affirmative action , mysql , analytics , hindi , oauth , maintenance , ltd , jquery , authorization , english , ssl , twitter , cakephp , status , codeigniter , application , aws , mongodb , linkedin , less , angularjs , google maps , facebook , rest , middleware , react native , languages , framework , research , email marketing , ssh , word , lead generation , mobile , cms , dashboards , javascript , crm , laravel , digital marketing , html , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d5542150119…
https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d55421501190510470a0b58… 1/2
Current Designation: Senior Software Developer
Current Company: abacus desk
Current Location: Faridabad
Pref. Location: Faridabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
abacus desk as Senior Software Developer
Aug 2020 to Till Date
Develop private customized deep level CRM Softwares and backend API using Popular database MongoDB/Mysql
framework middleware Laravel/ Codeigniter and frontend using React Native and angular. Manage Networking Aws
Terminal(Lightsail, EC2), Digital Ocean, deployment and droplets creation, SSH, SSL
Glen Appliance Pvt. Ltd. as Senior Web Developer
Dec 2017 to Aug 2020
Develop mobile-friendly websites and management systems like CMS, CRM, document management for the company
and integrating rest API's, ad word, analytics, and making campaign pages for lead generation and internal applications
like dashboards for eCommerce websites, user management etc. Integrating google maps direction APIs, Oauth for
google, facebook, LinkedIn, twitter. third party code integration like taboola, Shoptimize, etc .
AWS integration for Amazon LIGHTSAIL, EC2 instance, RDS , DIGITAL OCEAN droplets Managed database .
VK GLobal Publication as PHP Developer
Sep 2015 to Nov 2017
Designing sites using HTML, CSS, PHP (core, cakephp,laravel), MYSQL, jquery and JavaScript & also worked over
different templates.
BCC Research as Digital Marketing & List Researcher
Apr 2012 to Jul 2015
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Suraj Chauhan
Senior Software Developer seeking roles in Web Development,Web
Designing,Database Management,Server Management,Process
Improvement,Software Engineering,HTML,PHP,CSS,Javascript,JQuery,AWS, angular,
react, mongodb
Key Skills: Senior Web Developer,Team Lead/Tech Lead,Web Development,Web Designing,Database
Management,Server Management,Process Improvement,Software
Engineering,HTML,PHP,CSS,Java,Javascript,JQuery,AWS,Angularjs,React.Js
Summary
Result-oriented Professional with over 8 years of experience in Web Development,Web Designing,Database
Management,Server Management,Process Improvement,Software Engineering,HTML,PHP,CSS,Java,Javascript,JQuery,AWS
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d5542150119…
https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d55421501190510470a0b58… 2/2
List Researcher, Email Marketing, Computer Technical Supporter & Team Leader.
UG: B.Tech/B.E. (Computers) from Aravali College of Engineering & Management, Faridabad in 2012
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CAKEPHP 2.6,3.X 2017 3 Year(s)
core php 4,5 2021 6 Year(s) 0 Month(s)
AJAX 2021 6 Year(s) 0 Month(s)
JQUERY 3.2.1 2021 5 Year(s) 7 Month(s)
Mongodb 5 2021 2 Year(s) 0 Month(s)
CSS/ HTML 3 2021 5 Year(s) 7 Month(s)
MySQL 5.7 2021 5 Year(s) 0 Month(s)
Laravel 4,5.xx 2021 5 Year(s) 7 Month(s)
Digital Ocean/ Amazon EC2 amazon
ec2
2021 2 Year(s) 0 Month(s)
Angular / React 1 2021 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 1122: Resume 1009 with similarity score 0.009787756669029268
B.E , B.TECH software engineer , travel agent , software programmer , full time , senior software developer , team lead react.js , redux , general , visual studio code , access , css , charities , designation , investment , affirmative action , information technology , lists , plugins , mysql , hindi , angular , offers , public , charitable giving , maintenance , ltd , service delivery , navigation , travel , charity , authorization , english , node.js , web applications , bootstrap , status , agile , email , configuration management , map , project delivery , drupal , xcode , features , middleware , react native , ust , git , chat , languages , ports , nurses , balance , autism , malayalam , one , scheduling , dashboards , history , javascript , organization , tax , layout , jira , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b4608440…
https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b46084401434158550c00… 1/3
Current Designation: Senior Software Developer
Current Company: UST Global
Current Location: Kottayam
Pref. Location: Bengaluru / Bangalore,Kochi,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
UST Global as Senior Software Developer
Jun 2019 to Till Date
1.) Vanguardcharitable.org (June 2019 - Till Date )
Vanguard Charitable is a public charity sponsored organization for donor - advised funds - a low-cost, tax-effective way to
consolidate, accrue and grant assets to charity. A donor-advised fund is a charitable giving account designed exclusively
to invest, grow and give assets to charities for meaningful and lasting impact. This application provide user access the
Account Dashboard of their account and get an overview of all relevant details relating to their current balance, available
balance, past grant history, pending grants & spawns, investment exchanges, contributions and other transactions. It
allows users to make a contribution, to their philanthropic account. Application contains various other functionalities like
'Contribution Activity' page which lists all contribution details, 'Exchange Activity' module containing all exchanges of all for
one-time and recurring exchanges, Request a grant agreement, 'Contribution Dashboard' contains all relevant details
relating to current balance, available balance, contribution etc.
Responsibilities:
Complete Development lifecycle of the 'How it works' and 'Make a Contribution' modules.
Analysis and integration with third party plugins.
Ensure project delivery as per requirements
Aveanna
Jan 2017 to Jun 2018
Aveanna is the largest provider of pediatric home care which offer pediatric skilled nursing, pediatric therapy, autism
service. This application is mainly used to manage all the things like scheduling, nurse verification etc. Using this platform
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SOJIMON C Y
Senior Software Developer seeking roles in Software Application,Software
Development,Requirement gathering,Configuration Management,Service
Delivery,React Js, Redux,Angular,Javascript,CSS and bootstrap
Key Skills: Senior Software Developer,Team Lead,Software Application,Software Development,Requirement
gathering,Configuration Management,Service Delivery,React Js,Redux,Angular,Javascript,CSS and
bootstrap,React.Js,Front End,HTML,CSS
Summary
Professional experience in developing and designing web applications for 5+ years.
Developed web applications in Angular and React Js.
Developed applications using React native.
Sound Knowledge in React Js, Redux and Angular.
Also worked with technologies like in Javascript, HTML, CSS and bootstrap.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b4608440…
https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b46084401434158550c00… 2/3
Nurses can apply for various shifts and chat with scheduler for any queries . Features include an easily accessible
allocated and available shifts view, a modern chat feature, call and map navigation etc
Technologies Used: React Js, Redux, Thunk middleware, Node.js, MySql, Pubnub
Responsibilities:
Development of the application layout, Scheduler dashboard, Nurses verification module, Scheduling module etc.
Analysis and integration with third party plugins
Ensure project delivery as per spelt out in proposal
Tech innovation technologies Pvt Ltd as Software Programmer
Sep 2016 to Jun 2019
2.) Ritzcarltonyachtcollection.com (July 2018 - June 2019)
Ritz Carlton Yacht collection is a web application used for booking the cruise.The users can find the voyage experiences
and various offers and programmes.The voyages are listed based on ports in port page and destination in destination
page. 'Find a cruise' page allow user to filter cruise based on region, ports, departure date, price and voyage duration.
Technologies Used: Angular 5, Drupal, Java
Responsibilities:
Development of 'Find a cruise', 'Guest and travel agent dashboards' and 'My reservation' modules.
Analysis and integration with third party plugins
Ensure project delivery as per requirements
Sysg Soft Technologies as Software Engineer
Jul 2015 to Sep 2016
UG: B.Tech/B.E. (Information Technology) from MAHATMA GANDHI UNIVERSITY, KOTTAYAM in 2014
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
React Js, Angular, React Native
Redux, Redux-Saga, JavaScript
HTML, CSS
bootstrap, Antd, SCSS
JIRA
AGILE
Git, SVN
Visual Studio Code, Sublime, Xcode
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Malayalam Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b4608440…
https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b46084401434158550c00… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 1123: Resume 859 with similarity score 0.009718354084214426
BTECH , B.E , MS , B.TECH software engineer , software developer , part time , full time , engineering intern react.js , web development , redux , bugzilla , designation , portals , affirmative action , hindi , maintenance , typescript , digital , authorization , english , node.js , status , agile , proxy , email , project , application , chalk , angularjs , electronics , github , servers , languages , cascading style sheets (css) , dashboard , javascript , history , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a1…
https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a195743495f080b… 1/2
Current Designation: Software Engineer
Current Company: Chalk Digital Private Limited
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Chalk Digital Private Limited as Software Engineer
Jan 2020 to Till Date
I am responsible for the development of Advertisement portals using
Javascript, HTML, NodeJS, Angular, and Cascading Style Sheets (CSS).
Project: Kabooter
I am responsible for the development of APIs and email templates using
HTML, NodeJS and Cascading Style Sheets (CSS).
Project: Sightly portal
I am responsible for the development of APIs and frontend development
using React, Redux, NodeJS, and SCSS.
Chalk Digital as Engineering Intern
Jul 2019 to Jan 2020
worked as a trainee engineer at chalk digital. worked on angular 8 and HTML, CSS javascript.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Rashmi Kapkoti
Experienced Software Engineer with a demonstrated history of working in the
marketing and advertising industry. Skilled in
javaScript,typeScript,react.js,node.js,angular 8 ,html,git,github,agile.bugzilla,and css .
Key Skills: React.Js,Javascript,Angularjs,Node.Js,Html5,CSS,GIT,Github,Bugzilla,Agile,Responsive Web
Design,HTML,Software Development,Web Development,Software Engineering,Application Programming,IT,Application
Development
Summary
Experienced Software Engineer with a demonstrated history of working in
the marketing and advertising industry. Skilled in Javascript, HTML,
NodeJS, Angular ,React,Redux and Cascading Style Sheets (CSS).
Strong engineering professional with a Bachelor of Technology - BTech
focused in Ece from GBPIET, Pauri Garhwal, Uttarakhand.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a1…
https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a195743495f080b… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from GBPIET in 2019
Other Qualifications/Certifications/Programs:
The Complete JavaScript Course 2020: Build Real Projects!
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Javascript, HTML, CSS, NodeJs
Angular,React,Redux, Material UI
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: kabooter
Client: usa
Project Details: I am responsible for the development of APIs and email templates using HTML, NodeJS and Cascading Style
Sheets (CSS).
Project Title: Sightly Portal
Client: usa
Project Details: I am responsible for the development of APIs and frontend development using React, Redux, NodeJS, and
SCSS.
Project Title: GeoAd
Client: usa
Project Details: I am responsible for the development of APIs and dashboard using angular 8 and node.js for the proxy
servers. Also used material UI for UI and as well as CSS.
Rank 1124: Resume 571 with similarity score 0.00967172213237447
MS , B.TECH work from home , secretary , student general , figma , algorithms , adobe photoshop , mar , mysql , firebase , union , retrofit , ux design , farmers , node.js , instrumentation , juniors , google maps , resume , android , neural networks , electronics , rest , java , assessment , events , app , notification , technology , database , teaching Assessment
Q1. Why should you be hired for this role?
I am very enthusiastic about technologies. I have worked with Android App Development for around 2 years. I have worked with REST APIs as
well. I have used Firebase, Google Maps, Retrofit,Rxjava and Dagger 2 and MVVM architecure. I am also well aware of MySQL . I am also good
with implementation data structures and algorithms.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I can start immediately if selected.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8133089291
Sourav Kumar Saikia
Silchar, Jagiroad
Applied 28 Dec'20
Android Data Structures Figma
Java Adobe Photoshop Database Management
System DBMS
MySQL Neural Networks Node.js
UI & UX Design
Bachelor of Technology B.Tech), Electronics and Instrumentation
National Institute Of Technology Silchar
2017 - 2021
CGPA 7.85/10
General Secretary : Instrumentation and Electronics Engineering Society . Served as the GS of the branch society organizing
various cultural and technical events.
Core member : Developer Student Club,NIT Silchar .
Responsible for teaching Android and Java basics to juniors .
Tecnoesis2020
Dec 2019 - Jan 2020
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
This is the official app for TECNOESIS 2020 , official techno-management fest of NIT Silchar . This app consists of real time
notification , user content posting, details about the event etc.
AUS SAHAY
Mar 2019 - Mar 2019
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
It is a platform given to students of Assam University with which they can communicate with the union body of the university.
They can fill complains, put important notices, track university buses.
Siemens MakeIT Real Hackathon 2019 Finalist) : December 2019
The app was designed to manage the needs of farmers during production and distribution.
Key features- Consultancy with agricultural experts , market for the farmers.
GeeksForGeeks
Achieved College Rank 2nd in the site.
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
Rank 1125: Resume 570 with similarity score 0.00967172213237447
MS , B.TECH work from home , secretary , student general , figma , algorithms , adobe photoshop , mar , mysql , firebase , union , retrofit , ux design , farmers , node.js , instrumentation , juniors , google maps , resume , android , neural networks , electronics , rest , java , assessment , events , app , notification , technology , database , teaching Assessment
Q1. Why should you be hired for this role?
I am very enthusiastic about technologies. I have worked with Android App Development for around 2 years. I have worked with REST APIs as
well. I have used Firebase, Google Maps, Retrofit,Rxjava and Dagger 2 and MVVM architecure. I am also well aware of MySQL . I am also good
with implementation data structures and algorithms.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I can start immediately if selected.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8133089291
Sourav Kumar Saikia
Silchar, Jagiroad
Applied 28 Dec'20
Android Data Structures Figma
Java Adobe Photoshop Database Management
System DBMS
MySQL Neural Networks Node.js
UI & UX Design
Bachelor of Technology B.Tech), Electronics and Instrumentation
National Institute Of Technology Silchar
2017 - 2021
CGPA 7.85/10
General Secretary : Instrumentation and Electronics Engineering Society . Served as the GS of the branch society organizing
various cultural and technical events.
Core member : Developer Student Club,NIT Silchar .
Responsible for teaching Android and Java basics to juniors .
Tecnoesis2020
Dec 2019 - Jan 2020
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
This is the official app for TECNOESIS 2020 , official techno-management fest of NIT Silchar . This app consists of real time
notification , user content posting, details about the event etc.
AUS SAHAY
Mar 2019 - Mar 2019
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
It is a platform given to students of Assam University with which they can communicate with the union body of the university.
They can fill complains, put important notices, track university buses.
Siemens MakeIT Real Hackathon 2019 Finalist) : December 2019
The app was designed to manage the needs of farmers during production and distribution.
Key features- Consultancy with agricultural experts , market for the farmers.
GeeksForGeeks
Achieved College Rank 2nd in the site.
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
Rank 1126: Resume 1547 with similarity score 0.009651102929033095
MS , BSC , BS content writer , assistant manager , managing editor , full time , team lead magento , training , boost , prs , corporate identity , general , performing , css , infographics , designation , blogs , product descriptions , b2c , deliverables , keywords , platforms , development strategy , promotional , content strategy , affirmative action , hindi , journalism , basic , titles , link building , english , search engines , internet , authorization , teams , status , social media , publishing , editing , email , b2b , content marketing , wordpress , linkedin , less , adherence , newsletters , ug , articles , mass communication , flow , content management , seo , press releases , proof , writer , languages , research , corporate videos , e-commerce , amazon , planners , catalogs , collateral , coordinated , google analytics , web pages , campaigns , javascript , organization , digital marketing , web content writing , html , online 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b0144…
https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b01440b4013510c08… 1/2
Current Designation: Assistant Manager
Current Company: Rapidsoft Technologies
Current Location: Gurgaon
Pref. Location: Delhi,Gurgaon,Delhi / NCR
Functional Area: Content / Journalism
Role: Managing Editor
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Masters Degree [Mass
Communication]
Verified : Phone Number | Email - id
Rapidsoft Technologies as Assistant Manager
Jan 2012 to Till Date
# Created a variety of content forms like deeply researched articles, guest posts, blogs, and slides. ? Conceptualized the
flow and design of various web pages as per the online market trends # Formed content development strategy in
adherence to current SEO guidelines to quickly get ranks in Search Engines. # Written content for Press Release,
Newsletters and Info-graphics to routinely push news-updates for audiences. # Handled and coordinated content and SEO
teams and took care of the content promotion by timely producing deliverables # Conceived graphics / images for social
media promotion requirements, increased FB, YT, Insta, LinkedIn, Tweeter likes, comments, subscribers, followers, etc. #
Tracked performance of content, content of competitors, adjusting the strategy accordingly # Proactively identifying non-
performing content/web pages and resolving gaps to improve the visibility # Worked with strategic planners, business
owners and other creative team members to concept, develop and produce brand stories. # Managed Amazon catalogs ?
content creation, graphics creation, product updates, etc. # Created explainer, animation, corporate videos and edited
sound. # Tracked pages through Google analytics and crafted suitable meta keywords, description, titles, etc. # Managing
CMSs like WordPress and Magento, and pushing content routinely # Editing web HTML and CSS of web pages # Created
original content for web pages, blogs, articles, and press releases and other promotional campaigns, like newsletter,
collateral, etc. # Created content for e-commerce product descriptions, B2B, B2C platforms, portal, various other internet
channels # Handled the task of writing unique titles and descriptions for various web pages # Handled the responsibilities
of reviewing and editing articles written by subordinates Sr. Content Executive Jan 2012 - Apr 2015 # Conceptualizing the
content-flow and design of web pages according to current market trends and creating the content that helps the SEO
team quickly gets rankings in search engines # Handling a content and SEO teams and taking care of the content
promotion by timely producing deliverables # Conceiving graphics / images for social media promotion requirements
Tracking trends on social media # Created original content for web pages, blogs, articles, and press releases and other
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vivek Verma
Assistant Manager, Content Development & SEO Team Head seeking roles in Content
development, content writing, content creation, content marketing, content publishing,
SEO content, SEO, digital marketing, content management, content strategy
Key Skills: assistant manager,content management,content writing,articles,blogs,marketing,link building,proof
reading,content research,content strategy,content creation,content development,web content writing,seo writing,proof
reading ,Content Marketing,SEO
Summary
A goal focused and self-driven Assistant Manager (content writing & SEO ), with unique abilities in conceptualizing, writing,
reviewing, editing and promoting the high-quality technical / non-technical content ( web-pages, articles, blogs, PRs, slides,
infographics, videos, newsletters, B2B / B2C content, and e-commerce content), seeking a position as a Manager / Assistant
Manager / Team Lead / Head (content) in an organization to boost its KPIs through the proven content development,
management and promotion skills.
I have a good flair for creating highly convincing corporate communication that helps in developing, cultivating, maintaining, and
contributing to continuously enhance the brand-image or corporate identity of a business.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b0144…
https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b01440b4013510c08… 2/2
promotional campaigns, like newsletter, collateral, etc. # Created content for e-commerce product descriptions, B2B, B2C
platforms, portal, various other internet channels # Handled the task of writing unique titles and descriptions for various
web pages # Handled the responsibilities of reviewing and editing articles written by subordinates
TRADEMART.IN as Sr. Content Writer / Editor
Mar 2010 to Jan 2012
Created original content for web pages, blogs, articles, and press releases and other promotional campaigns, like
newsletter, collateral, etc.
* Created content for e-commerce product descriptions, B2B, B2C platforms, portal, various other internet channels
* Handled the task of writing unique titles and descriptions for various web pages
* Handled the responsibilities of reviewing and editing articles written by subordinates
LINXSMART TECHNOLOGIES as Content Writer / Editor
Jan 2009 to Mar 2010
Handled responsibilities of writing, reviewing and editing SEO articles, blogs, press releases and guest posts
* Created Content for clients' websites
* Created content for newsletters, punch lines and marketing headings
UG: B.Com (Commerce) from Jiwaji University, Gwalior in 2003
PG: Masters Degree (Mass Communication) from MC University, New Delhi in 2007
Other Qualifications/Certifications/Programs:
Basic Computer Certifications
Professional English language Training
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 1127: Resume 851 with similarity score 0.009581811855403306
B.E , B.TECH application developer , software engineer , full time , software developer customer , poker , designation , ug , space , affirmative action , hindi , hub , ionic , maintenance , revenue , php , authorization , english , graphs , status , email , project , application , mobile apps , android , git , languages , framework , export , e-commerce , dashboard , software design , scheduling , javascript 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d17…
https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d170615150b5c5d0… 1/2
Current Designation: Application Developer
Current Company: Telus International
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Telus International as Application Developer
Nov 2019 to Till Date
React Dashboard for managing bots, bots licence, revenue, bots scheduling and many more
Created a custom filter component for graphs and charts
Tech Stack: React, Node
Healthmug as Frontend Developer
Aug 2018 to Oct 2019
An E-Commerce Android app build with React-Native framework with 50K+ installs
A React-Dashboard to manage goods in the distribution center
Built 13 React-Native small scale mobile apps to manage process for goods to send it from seller to customer through
Hub and Distribution Center
Tech Stack: React-Native, React
Info Space Export as Software Engineer
Jun 2017 to May 2018
Built a Poker game client in a team of 12 which allows people from all over the world to play poker
Built the mobile App for the poker client using Ionic 3 in a team of 12
Built a dashboard for managing the game
Tech Stack: JavaScript, Php, Ionic 3
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Gaurav
Application Developer seeking assignment in Software Development,Software
Application Development,Project Management,Requirement Gathering,Mobile App
Development,Software Design,JavaScript,React-
Native,NextJS,ReactJS,Android,GIT,VSCode
Key Skills: Application Developer,Software Developer,Software Development,Software Application Development,Project
Management,Requirement Gathering,Mobile App Development,Software Design,JavaScript,React-
Native,NextJS,ReactJS,Android,GIT,VSCode
Summary
Over 3 years experience in Software Development,Software Application Development,Project Management,Requirement
Gathering,Mobile App Development,Software Design,JavaScript,React-Native,NextJS,ReactJS,Android,GIT,VSCode
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d17…
https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d170615150b5c5d0… 2/2
UG: B.Tech/B.E. (Computers) from inderprastha engineering college in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
React-Native, NextJS
Reactjs
Android(React-Native)
vscode
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 1128: Resume 308 with similarity score 0.009515622758228839
nan work from home , full time angular , video , web development , assessment , php , player , resume , python , android , javascript , css , ion , youtube api , apps , commerce , project , html Assessment
Q1. Why should you be hired for this role?
I am graduated in software development bca and also I am good in coding and web development
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes but not full time because I am studying MCA
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7410521778
Mahesh Narsale
Raimoha, Pune
Applied 01 Jan'21
Android HTML Angular 2.0
CSS Java JavaScript
PHP Python
Bachelor of Computer Applications BCA, Software
New Arts, Commerce And Science College Ahmednagar
2017 - 2020
Percentage: 69.00%
MadForYou Video Song player YouTube app
May 2020 - Present
https://github.com/MUserProject9130/download-apps/raw/master/MadForYou.apk
This is YouTube channel app created using YouTube api video playlists from youtube
SoftwareTechIT official app
May 2020 - Present
https://github.com/MUserProject9130/download-apps/raw/master/SoftwareTechIT.apk
This is app for official YouTube channel app for my youtube channel
Working on personal project creating android apps
https://github.com/MUserProject9130/download-apps/raw/master/MadForYou.apk
https://github.com/MUserProject9130/download-apps/raw/master/SoftwareTechIT.apk
Rank 1129: Resume 1006 with similarity score 0.009295861668398948
B.E , MS , B.TECH software engineer , associate , software developer , full time , team lead react.js , api , redux , general , g2 , credit , emulation , kubernetes , classic , css , designation , affirmative action , oracle , tsys , hindi , docker , scratch , webpack , mitel , maintenance , ltd , english , authorization , code review , plugin , status , spring boot , call control , sql , email , project , application , aws , microservices , solution architecture , ci , bengali , fixing , electronics , rest , features , softphone , react native , git , languages , html5 , salesforce , sass , es6 , vmware , lighting , javascript , jira , form , technology , cd , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b5242400943…
https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b52424009430544145c0c01… 1/3
Current Designation: Software Developer G2
Current Company: TSYS Payment Solution
Current Location: Noida
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
TSYS Payment Solution as Software Developer G2
Nov 2018 to Till Date
Achievements/Tasks
Promoted to Grade 2 in October 2020.
Working in a TSYS banking solution web application,
having all the credit card management features like making
payment, viewing transactions, applying for a new card,
managing alerts for your card, and many more.
Build using a micro-services architecture with React JS
and Redux to build the front end and spring boot in the
backend. Having a complete CI/CD solution with Docker
and Kubernetes and Jenkin.
Experience in developing products from scratch, Feature
Development and enhancement, bug fixing.
Leading a team of two to build a emulation feature from
scratch to production for the main application.
HCL Technology Pvt Ltd as Software Engineer
Aug 2016 to Nov 2018
Achievements/Tasks
Designing and developing a softphone plugin in salesforce
for both classic and lighting mode using ReactJs and
Redux.
Interacting with clients and product owners to gather and
Last Active: 31-Jan-21 Last Modified: 27-Jan-21
DIP RAUT
OCA Software Engineer -G2 seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,React JS,Redux,React Native,Type
Script,NODE JS,GIT,JIRA,HTML,CSS
Key Skills: Software Engineer -G2,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,React JS,Redux,React
Native,Type Script,NODE JS,GIT,JIRA,HTML5,CSS
Summary
Professional software engineer with 4.5 years of experience in
software development.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b5242400943…
https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b52424009430544145c0c01… 2/3
clarify requirements.
Bug fixing post development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from West Bengal University of Technology (WBUT) in 2015
Other Qualifications/Certifications/Programs:
Oracle certified associate, JAVA SE 7 programmer
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jan 2019 - Jan 2021
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Noida
Duration: Jun 2016 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Redux 4.0.5 2020 4 Year(s) 5 Month(s)
React.js 16.8.0
+
2020 4 Year(s) 5 Month(s)
JavaScript ES6 ,
ES7+
2020 4 Year(s) 4 Month(s)
React Native
Type Script
Node JS
git, Jira
HTML5, CSS3
SASS, AWS
SQL, Java
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Bengali Proficient
Projects
Project Title: TSYS banking solution
Client: Citizens Bank
Skill Used: React js , Redux , Javascript, HTML , CSS
Project Details: Large Scale banking application with all the credit card facilities. Build using Microservices architecture.
ReactJs, Redux , Springboot, AWS.
Project Title: Mi-voice Integration for sales force
Client: Mitel
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b5242400943…
https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b52424009430544145c0c01… 3/3
Role: Programmer Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: JavaScript, ReactJS, Redux, Redux Form, Java, REST API, Webpack, Babel, AJAX, GIT, VMware
Role Description: *Activities included - Analysis, Requirements clarification, Design,
Implementation.
*Responsible for driving the Client sync-up meetings.
*Code review, bug fixing, and feature enhancement.
* Understanding the field found issue and solve them .
Project Details: Project Details:
Title: MiVoice Intrigation for Salesforce(MVSF)
Client: Mitel
Team Size: 5
Technologies: JavaScript, ReactJS, Redux, Redux Form , Webpack, AJAX ,GIT, VMware.
Description: The objective of this project was to design & build a web UI for Mitel Network using
React JS and Redux .This site provides the web interface to use various call control feature like
makeCall, receive a call, configure voicemail etc. This is a CTI based web application for
Salesforce user to use call control features.
Rank 1130: Resume 960 with similarity score 0.009219160989343937
B.E , B.TECH , BS full time , care manager , software developer react.js , diabetes , api , redux , general , figma , interfaces , user friendly , designation , ug , affirmative action , health , angular , docker , maintenance , authorization , english , french , status , software testing , email , application , ios development , rest , swift , servers , languages , nginx , ionic framework , android development , pwa , dashboard , it , javascript , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b195…
https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b19554415515d5a0… 1/2
Current Designation: Frontend Developer
Current Company: Zyla Health
Current Location: Gurgaon
Pref. Location: Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Zyla Health as Frontend Developer
Feb 2020 to Till Date
Zyla Health is startup aimed towards helping users manage diabetes and
other chronic illnesses. I was responsible for designing, creating and
deploying a variety of websites, PWAs and online tools.
Managing a PWA created on React.Js, also using the Ionic framework to
deploy and release the same as an iOS app.
Created a monitoring dashboard called "Care Manager" used to
communicate with patients, using Angular and REST API. Deployed
using Docker and Rancher.
Successfully completed multiple hackathons to design, code and deploy
PWAs and chatbots in a period of days.
Worked with design team to create user friendly interfaces on Figma and
realise the same in products.
Responsible for changes to the company websites and deployment of
the same on Nginx and Caddy Servers.
UG: B.Tech/B.E. (Computers) from Amity University in 2019
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
LAKSHYA WADHWA
Frontend Developer seeking roles in Software Development, Application Development,
Requirement Gathering, Ios Development, Android Development, Incident
Management, Software Testing,
React,Redux,Docker,Figma,Swift,RxJs,Ionic,Angular,REST API
Key Skills: Frontend Developer,Software Developer,Software Development, Application Development, Requirement
Gathering, Ios Development, Android Development, Incident Management, Software Testing,
React,Redux,Docker,Figma,Swift,RxJs,Ionic,Angular,REST API
Summary
Result-oriented Professional with over 1.2 years of experience in Software Development, Application Development,
Requirement Gathering, Ios Development, Android Development, Incident Management, Software Testing,
React,Redux,Docker,Figma,Swift,RxJs,Ionic,Angular,REST API.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b195…
https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b19554415515d5a0… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
REACT
Angular
REST API
Redux
IONIC
DOCKER
RxJS
UI design on Figma
SWIFT
Languages Known
Language Proficiency Read Write Speak
ENGLISH
FRENCH
Rank 1131: Resume 1318 with similarity score 0.009217434649382593
B.S , MS platform engineer , system administrator , associate , devops , principal consultant , operations engineer , full time , team lead , balancer ansible , automation , devops , jenkins , kubernetes , security , designation , openshift , ug , mar , affirmative action , routing , oracle , health , hindi , docker , rbac , linux , public , sublime text , maintenance , cluster , ltd , access control , authorization , english , troubleshooting , iaas , status , paas , email , project , integration testing , prestige , application , aws , quota management , netapp filers , groups , provisioning , microservices , playbook , operations , ecs , writing , s3 , running , git , building , ec2 , storage , infrastructure , yaml , pycharm , languages , python , system administration , javascript , cloud computing , artifactory , velocity , load , pipeline , rolling , on-call support , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f0543460019…
https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f05434600190618490d5c5c… 1/2
Current Designation: Lead Platform Engineer
Current Company: DanskeIT and Support Service- RMZ
EcoWorld
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DanskeIT and Support Service- RMZ EcoWorld as Lead Platform Engineer
May 2019 to Till Date
? Provisioning OpenShift Cluster on Private Cloud Environment.
? Setting up Integration testing for OpenShift Cluster and Builds using Chef and Sesnu.
? Troubleshooting Dev/Test/Production OpenShift Builds and Deployments.
? OpenShift Cluster Quota management for Projects and PODS.
? Manage Infrastructure on AWS cloud.
? Setting up Routing Table, Network ACL, Security Group, ELB, Route53 etc on AWS.
? Provision EC2 Instances, Setting up IAM policies, user and group creation, Roles etc.
? Provision EKS, ECS on AWS.
? Installation of Docker, setting up registry in AWS(ECR) and Danske Bank Artifactory.
? Installation and configuration of ELK cluster.
? Troubleshooting issue related to Linux, OpenShift and ELK.
? Linux/PaaS On-Call Support.
? Writing cookbook in chef and playbook in Ansible.
? Infrastructure automation in AWS Cloud using Terraform.
? Deploying Kubernetes cluster and applications using HELM and terraform.
Oracle India Pvt Ltd, Velocity Block, Prestige Tech Park II as IT Principal Consultant
Jul 2015 to May 2019
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
GAURAV SINGH
AWS Certified Solution Architect- Associate with 12+ Years of IT experience in Devops
and System Administration. Currently Working with DanskeIT and support services as
a Lead Platform Engineer, Managing Openshift/Kubernetes Clusters running on Priva
Key Skills: Openshift,AWS,Kubernetes,Terraform,Ansible,Jenkins,CI,Cd,Python,Cloud Computing,Sensu,Linux
Administration,Networking,SDN,RHCE,Netapp
Summary
I have total 12+ years of IT experience as a System administrator and DevOps, my experience is mainly into Linux, AWS and
Oracle Cloud, Networking and Storage as well. Currently I am working with Oracle as a Cloud DevOps and my Day to Day Job
is to manage IAAS for the Oracle customers that includes Provisioning of VPC, Instances, RDS volumes, configuration of
Elastic Load balancer, Creating S3 bucket, managing Security Groups and Network Access Control, managing DNS using
Route53, provisioning CDN (Cloud Front). Creating and managing Kubernetes Cluster and deploying services on them.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f0543460019…
https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f05434600190618490d5c5c… 2/2
Project: AppOPS Infrastructure Automation. Deployment and support.
Tools: Terraform, Ansible, GIT, Linux, YAML, Jenkins, Docker and Kubernetes, OCI and AWS.
IDE: PyCharm, VisulaStudioCode and Sublime text.
Oracle India Pvt Ltd, Velocity Block, Prestige Tech Park II - Bengaluru, KA
* Provisioning IaaS infrastructure in AWS and Oracle Cloud using Terraform and Ansible, that includes Instance, VPC,
VCN, security Groups, NACL, Public/Private Subnet, Routing, routing associations provisioning etc.
* Creating and managing Kubernetes Cluster, Deploying Microservices using YAML declarative scripts and Terraform.
* Creating CI/CD pipeline in Jenkins for Building application Docker image, using Jenkins and Docker.
* Developing YAML and Terraform Declarative scripts to automate the Infrastructure.
* Creating RBAC, Roles, RolesBinding Ingress/Egress NetworkPolicy, PersistentVolume, PersistentVolume Claim,
Deployment, Service, NodePort, LoadBalancer, ClusterIP using YAML and Terraform scripts for Microservices running in
Kubernetes Cluster.
* Rolling Out changes in Production.
Yahoo Inc as Senior Storage Operations Engineer
Mar 2013 to Jun 2015
* Storage Oncall responsibility, Install, Configure and Upgrade Netapp Filers, Hardware maintenance with SiteOPS
engineer. Monitoring NetApp Filer health, Monitoring Hardware failure and working on Capacity alerts.
UG: B.Sc (Maths) from UDAI PRATAP COLLEGE, VARANASI in 2003
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2007
Other Qualifications/Certifications/Programs:
AWS
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Openshift 3.11 2020 4 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
BHOJPURI
Rank 1132: Resume 1346 with similarity score 0.00918263653500938
B.E , B.TECH , M.TECH , BS front end engineer , software engineer , development engineer , software developer , full time intranet , react.js , reporting , api , web development , redux , telugu , jenkins , powershell , open source , scrum , css , security , designation , affirmative action , hindi , cypress , webpack , teamcity , ltd , typescript , authorization , english , node.js , bootstrap , status , ui automation , software testing , email , project , application , aws , philips , hooks , less , bitbucket , .net core , github , rest , components , d3.js , s3 , flow , transformation , building , languages , html5 , urdu , code coverage , kannada , es6 , mobile , lighting , javascript , silverlight , technology , cd , publishing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c11…
https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c115616480c5d5a… 1/2
Current Designation: Development Engineer - React Front End
Engineer
Current Company: Signify Innovation Labs
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: Electricals / Switchgears
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Signify Innovation Labs as Development Engineer - React Front End Engineer
Jul 2018 to Till Date
Role : Front End Development engineer
Project 1:
Transformation of design wireframes to responsive web application and implementation of
reusable UI components using React.js
Responsible for Integration of REST APIs to UI &incorporated unit tests with Jest.
Incorporated AWS S3 for static webhosting, route53 for DNS & CloudFront for CDN.
Implemented and improved scripts for building and publishing UI builds CI/CD for different
staging environments using PowerShell and batch.
Responsible for configuring unit tests ,code coverage and Reporting it on Teamcity.
Configured and Implemented UI Automation testing using Cypress.
Responsible for maintaining open source security and license compliance using whitesource.
Key Achievements: Ensured uninterrupted flow of CI/CD. Reduced build time in CI tools and
reduced build time.
Project 2 :
Responsible for migration of old Silverlight web application to newer React/redux component
based web application.
Reused React component based on theme.
Integrated REST APIs with .NET core REST APIs.
Key Achievements : Successfully delivered web app with 25% saved in cost.
Project 3 :
Implemented Interactive React Web application for Intranet onpremise scene management app
using 3rd party Light controller API
Last Active: 27-Jan-21 Last Modified: 27-Jan-21
Mohammed Imtiyaz
Software Engineer seeking roles in Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software
Testing,Application
Support,Javascript,C#,Silverlight,C,.Net,Powershell,Scrum,CSS,Rest,Bootstrap,Jenkins
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application
Support,Javascript,C#,Silverlight,C,.Net,Powershell,Scrum,CSS,Rest,Bootstrap,Jenkins
Summary
Skilled professional with 3 years of experience in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application
Support,Javascript,C#,Silverlight,C,.Net,Powershell,Scrum,CSS,Rest,Bootstrap,Jenkins
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c11…
https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c115616480c5d5a… 2/2
Configured and Implemented UI Automation testing using Cypress.
Responsible for analyzing and integrating JS APIs provided by 3rd party light controller.
Philips Lighting India Ltd as Junior Developer -Intern
Jul 2017 to Aug 2018
UG: B.Tech/B.E. (Computers) from SDM College Of Engineering and Technology, Dharwad in 2016
PG: M.Tech (Computers) from M S Ramaiah Institute of Technology, Bangalore in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
REST APIs 2 Year(s) 0 Month(s)
.NET
JS (ES6/ES7), Typescript 2 Year(s) 0 Month(s)
HTML5, CSS3,C# 3 Year(s) 0 Month(s)
React.js, Redux, Hooks 3 Year(s) 0 Month(s)
Node.js, 2 Year(s) 0 Month(s)
Webpack, D3.js 2 Year(s) 0 Month(s)
Bootstrap4, LESS 3 Year(s) 0 Month(s)
Jest, Engyme, Cypress 2 Year(s) 6 Month(s)
AWS 3 Year(s) 0 Month(s)
Git, BitBucket, GitHub 3 Year(s) 0 Month(s)
POWERSHELL 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
telugu Proficient
urdu Proficient
Rank 1133: Resume 1310 with similarity score 0.009087533498978308
B.E , MS , B.TECH , BS application support , garbage collector , part time , full time , balancer automation , blocking , amazon ec2 , telugu , open source , kubernetes , security , designation , versioning , tamil , bash , information technology , platforms , affirmative action , databases , offers , linux , public , firewall , maintenance , apache , azure , windows , authorization , english , troubleshooting , ssl , progression , enterprise , status , postgresql , editing , email , tomcat , groups , aws , configuration management , application servers , solution architecture , records , amazon rds , performance tuning , clearcase , s3 , middleware , fundamentals , languages , storage , replication , load balancing , system administration , jira , javascript , amazon cloudfront , web , cloud computing , availability , servicenow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a43…
https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a435518425f5e0c0… 1/2
Current Designation: Cloud Infra Admin
Current Company: EdgeVerve Services Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
EdgeVerve Services Limited as Cloud Infra Admin
Jun 2018 to Till Date
* Responsible for launching Amazon EC2 cloud instances using AWS and configuring launched instances with respect
to specific applications and regions
* Experience in maintenance and configuration of user accounts for Non-Production and Production servers and
created roles for EC2, RDS, S3, CloudWatch and other resources to communicate with each other using IAM
* Implementation of AWS Elastic Kubernetes service(EKS) to be used for micro services application development.
* Experience in configuration VPC, Public and Private subnets, Security Groups, Route Tables, Elastic Load Balancers
* Build servers using AWS, importing volumes, launching EC2, RDS, creating Security Groups, auto-scaling, load
balancers (ELB's) in the defined virtual private connection
* Good experience in creating and editing shell, bash scripts for automation
* Configure End to End all Aspects of AWS as: EC2 Instances, S3 and EBS Storage, SNS, RDS, R53, Replication of
Data within Availability Zones, Network and Firewall Policies, Load Balancing and Snapshots for Backup purpose
* Configuring and managing J2EE Enterprise Applications on various platforms in a highly available and clustered
environment
* Having Good Knowledge in Architecture, Installation, Setup, Configuration, Administration and Troubleshooting of
Application Servers
* Responsible for setting up, configuring, supporting and managing the web platform (i.e. Tomcat, Apache) environment
* Responsible for setting up, configuring, supporting and managing the Open source Database PostgreSQL
* Good hands-on experience with adjusting JVM Heap Size and Garbage Collector parameters during performance
monitoring and performance tuning
* Responsible of Application deployment, maintenance window, system upgrades and troubleshooting application
issues
* Certificate installation and renewal activities and troubleshooting related to SSL in load balancer level
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
V.S.GURUCHARAN
Cloud Infra Admin seeking roles in System Administration,Design
Development,Configuration Management,Solution Architecture,Application
Support,Production Support,Performance
Tuning,Troubleshooting,Installation,Servicenow,PostgreSQL,Linux,JIRA,SVN,AWS
Key Skills: Cloud Infra/System Admin,System Administration,Design Development,Configuration Management,Solution
Architecture,Application Support,Production Support,Performance
Tuning,Troubleshooting,Installation,Servicenow,PostgreSQL,Linux,JIRA,SVN,AWS
Summary
Keen learner and able to contribute to the development of best practice, procedures and policies within a company. Looking for
a career advancement opportunity with a company that will allow me to develop my knowledge & potential and that offers room
for progression.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a43…
https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a435518425f5e0c0… 2/2
Wirpo Technologies as Cloud and Middleware Admin
Nov 2013 to Jun 2018
* Working on CI Versioning Tool Clear case.
* Installing EARs, WARs and configured application specific JVM settings using RD and Clearcase.
* Monitoring WAS servers, diagnosed and resolved WAS issues and IHS issues.
* Certificate installation and renewal activities and troubleshooting related to SSL.
* Setup/Managing Linux servers on AWS ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
* Creating/Managing AWS buckets on S3, maintaining life cycle policy and hosting static websites.
* Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS).
* Setup/Managing VPC, Subnets; make connection between different zones; blocking suspicious ip/subnet via ACL.
* Setup/Managing CDN on Amazon CloudFront (Origin Path: Server / S3) to improve site performance.
* Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon Cloud Watch, SNS.
* Creating/Managing DNS records on Amazon Route 53.
UG: B.Tech/B.E. (Information Technology) from Kongu Engineering College, Erode in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure fundamentals, Clearcase
Cloud Computing, Tomcat, SVN
Redhat Linux, Windows, Apache Servers
Service Now, PostgreSQL, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 1134: Resume 1224 with similarity score 0.009052093299161235
B.E , MS , B.TECH , BS application support , system administrator , traffic manager , full time , part time , balancer , technical support engineer managed services , encryption , upgradation , citrix , bmc remedy , microsoft azure , designation , ug , connectwise , affirmative action , hindi , ticketing , active directory , maintenance , basic , gateway , english , office 365 , authorization , synchronization , antivirus , virtual networks , status , email , project , application , configuration management , aws , atp , windows 10 , less , rural education , mumbai , saas , electronics , s3 , drive , symantec , connectivity , premises , storage , replication , ec2 , languages , windows 8.1 , documentation , itil , wsus , one , system administration , javascript , cms , rss , organization , cloud computing , technology , continuum , load , windows 7 , network architecture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f5118460118…
https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f511846011807144859085f… 1/3
Current Designation: Technical Support Engineer
Current Company: Continuum Managed Services
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Continuum Managed Services as Technical Support Engineer
Apr 2020 to Till Date
Continuum Managed Services as L2 Technical Support Engineer
Apr 2020 to Dec 2020
? Completed continuum certificates.
? Completed Connectwise control certificate.
? Completed Connectwise Manage certificate.
? Completed Connectwise Automate certificate.
? Working on ITS 247 portal and NOC portal
? Working and monitor Active directory backup alerts.
? Working and monitor DHCP backup alerts.
? Working and monitor DHCP Static IP alerts.
? Working and monitor Azure synchronization with active directory alerts.
Continuum Managed Services as Technical Support Engineer
Apr 2020 to Dec 2020
Working on ITS 247 portal and NOC portal
Working and monitor Active directory backup
Working and monitor DHCP backup
Working and monitor DHCP Static IP.
Working and monitor Azure synchronization with active directory.
Working knowledge of active directory replication.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
NAVNATH NIVRUTTI AWARE
Engineer seeking roles in Technical Support,Production Support,Application
Support,Configuration Management,Project Management,System Administration,Client
Servicing,Cloud Computing,Active Directory,BMC
Remedy,Installation,DHCP,ITIL,DNS,AWS, Azure
Key Skills: Technical Support Engineer,Production Support,Application Support,Configuration Management,Project
Management,System Administration,Client Servicing,Cloud Computing,Active Directory,BMC
Remedy,Installation,DHCP,ITIL,DNS,AWS,Microsoft Azure
Summary
To be a part of an organization that provides a challenging job role and utilizes my technical and managerial skills for achieving
the common goals of the company and self.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f5118460118…
https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f511846011807144859085f… 2/3
Working knowledge of active directory FSMO role.
Working knowledge of Active directory backup.
SKP Business Consulting as System Administrator and AWS,Azure
Dec 2016 to Apr 2020
Proficient in handling escalated calls and providing 1st & 2nd Level Technical Support.
Responsible for installation and configuration of server 2008 and server 2012.
Configuring & Managing DNS, DHCP & Active Directory.
Responsible for configured and mange WDS and WSUS Server.
Basic knowledge of Citrix installation and configuration their related issues.
Installation and configuration of office 365.
Configuration knowledge of ATP and MDM future in office 365.
Responsible for to install and configuration of Symantec and MacAfee encryption.
Working knowledge of Microsoft Team.
Working Knowledge of one drive.
Deploy, Configure and Maintain Compute on MS Azure Cloud.
Define Cloud Network Architecture using MS Azure Virtual Networks, VPN to establish connectivity between on premises
and cloud.
Configure and explore Blob and File Storage on MS Azure Cloud
Deploy and Configure Network Load Balancer, Traffic manager and Application Gateway.
Configure Backup and Replication of VMs and On-premises Systems using ASR.
Implementing SaaS model for Active Directory, DNS and Configure IAM.
Knowledge of AWS services (IAM, EC2, RDS, SNS, S3, EBS, and VPC).
CMS Technology. as L1 Technical Support Engineer
Feb 2016 to Oct 2016
Working knowledge of ticketing tool BMC Remedy.
Providing Remote as well as physical support to local user.
Working knowledge of OS installation and upgradation.
Working knowledge of OS windows 7, windows 8.1 and windows 10.
Responsible for installation and configuration of office 365,.MS office 2016, 2013, 2010 and their related issue
Working Knowledge of to mention and updated the antivirus and their related issues.
Working knowledge of to update windows patches on local user system through SCCM.
Working knowledge of printer installation and their related issues.
Responsible for ATT compliance and documentation.
Responsible for Bit locker encryption.
Responsible for client RSS VPN installation and their related issues.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pravara Rural Education Society's Pravara Rural Engineering
College in 2013
Education
IT Skills
Skill Name Version Last Used Experience
DHCP,ITIL,DNS,AWS, BMC Remedy
Cloud Computing,Active Directory
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f5118460118…
https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f511846011807144859085f… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 1135: Resume 660 with similarity score 0.00903404133235592
B.TECH , BS work from home api , unity 3d , css , file sharing , space , design skills , mysql , hindi , public , firebase , player , english , photo , flickr , c# , project , kotlin , resume , android , snap , weather , chat , completion , assessment , app , python , mobile , javascript , search , technology , html Assessment
Q1. Why should you be hired for this role?
I believe that my experience with technology, specifically in the android app development, make me the best match for this position. I done some
project in app development .I truly enjoyed what I was doing, which is what drew me to this position with your company. I would love to bring the
coding and design skills I learned from them.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Vikas Chhipi
Bhiwadi, Kurukshetra
Applied 30 Dec'20
Android Kotlin C#
Java Unity 3D CSS
Flutter HTML JavaScript
MySQL Python Unity Engine
Bachelor of Technology B.Tech), Electrical Engineering
National Institute Of Technology, Kurukshetra
2018 - 2022
CGPA 8.60/10
Senior Secondary XII, Science
UCSKM Public School
CBSE board)
Year of completion: 2017
Percentage: 88.00%
Secondary X
UCSKM Public School
CBSE board)
Year of completion: 2015
CGPA 8.80/10
1. Core Member of Electroreck 2018-present]
2. House Captain 20152017
File sharing app
Dec 2020 - Dec 2020
https://github.com/vikasChhipi2000/HiSchool
Android app in Kotlin with phone no. login using Firebase.User can upload file on the Firebase and retrieve it from there.The
file can be either public (visible to all the users after login),and private (only visible to the user after login).
WeatherApp
Nov 2020 - Nov 2020
https://github.com/vikasChhipi2000/WeatherApp
Build a weather app using java. In which you can find a weather of the city by using your mobile location and also search any
cites by name.
Task-schedule
Nov 2020 - Nov 2020
https://github.com/vikasChhipi2000/TaskSchedule
Developing a c# project that assigns work to employees based on their skills and the priority of the tasks. Given the
conditions that:
https://github.com/vikasChhipi2000/HiSchool
https://github.com/vikasChhipi2000/WeatherApp
https://github.com/vikasChhipi2000/TaskSchedule
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9983704543
1. Each task takes a full day to perform.
2. Each task requires a single person to perform it
Flickr Photo
Nov 2020 - Nov 2020
https://github.com/vikasChhipi2000/FlickrPhoto
Build an android app using Kotlin and Flickr API that allow user to search for photo on Flickr.
Space Shooter
Oct 2020 - Oct 2020
https://github.com/vikasChhipi2000/SpaceShooterGame
Created a game using c# and unity2d .In which player can shoot enemy ship and protect itself for enemy fire by moving in
different direction. game have three scene start scene, game scene and win/game Over scene.
SnapChat_Clone
Jun 2020 - Jun 2020
https://github.com/vikasChhipi2000/SnapChat_Clone
Created a snap chat clone using java and Firebase that allows users to send snap that will disappear after seeing.
Achieved 2800 /34 lac+ rank in Hacker Rank.
Professionally proficient in English and Hindi.
https://github.com/vikasChhipi2000/FlickrPhoto
https://github.com/vikasChhipi2000/SpaceShooterGame
https://github.com/vikasChhipi2000/SnapChat_Clone
Rank 1136: Resume 1386 with similarity score 0.008979824261721656
MS , MSC , BS technician , call manager , it infrastructure engineer , it infrastructure specialist , support specialist , full time training , virtual machines , security , microsoft azure , partition , platforms , conducting , windows administration , macos , antivirus , status , red hat linux , samba , testing , features , symantec , it infrastructure , server administration , byod , cms , vmware esx , mobility , access , designation , mar , ccm , hindi , cloud , ltd , linux server , workstations , english , troubleshooting , project , ftp , groups , video , windows system administration , tutorials , im , research , itil , javascript , vmware vsphere , soe , availability , network configuration , general , performing , intel , vendors , affirmative action , emc , update manager , public , maintenance , basic , isd , satellite , vlan , architecture , email , aws , iscsi , print , operations , android , hp , ip phones , languages , viz , cisco , unity , mobile , esxi , web , dell , beta , patch management , airwatch , veritas , codes , vcenter server , windows server , ug , telecom , ios , authorization , virtualization , yum , devices , less , cron , servers , system performance , pivotal , backup exec , package management , rack 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942…
https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942551817500b5a5… 1/3
Current Designation: Sr. IT Infrastructure Engineer
Current Company: Symantec
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Mobile
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.A [Arts&Humanities]
Verified : Phone Number | Email - id
Symantec as Sr. IT Infrastructure Engineer
Mar 2012 to Till Date
Symantec Corporation as Sr. IT Infrastructure Specialist
Mar 2012 to Jun 2020
The Growth Path
Mar'12 - Dec'13 Lab Administrator
Dec'13 - Apr'17 IT Support Specialist/ Sr.IT Support Specialist
Apr'17 - June'20 Sr. IT Infrastructure Specialist
Highlights of the Role:
As a Sr. IT Infrastructure Specialist
? Expertise in Windows and Linux server administration.
? Experience in server builds, patch management, antivirus and updates
? Performed system administration activities, security policies and monitored system performance both at software and
hardware levels
? Worked in the area of Virtualization with VMware vSphere, ESXi Servers, vCenter server
? Created and managed VMs (virtual machines) and involved in the maintenance of the virtual machines
? Strong analytical, technical and troubleshooting skills
? Hands on experience in updating / upgrading ESX servers, Virtual Center servers and VMware ESX/ESXi hosts using
VMware Update manager and manual upgrades for Patching.
? Experience in the Server and Desktop Management (Windows Administration), Support, Analysis and Maintenance.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Santosh D. Menkudale
ITIL V3,MSCA,RHCSA,VCP, Sr. IT Infrastructure Specialist / seeking roles in Vmware
Operations,IT Infrastructure , Windows System Administration,IT Policies,AWS Cloud
Operations,Linux, Microsoft Azure,BackupExec
Key Skills: sr. it infrastructure specialist / airwatch administration,system admin,vmware operations,it infrastructure
management,backup server administration,system administration,aws cloud operations,linux,itil v3,msca,rhcsa,microsoft
azure
Summary
Currently associated with Symantec Corporation as Sr. IT Infrastructure Specialist / AirWatch/ VMware Administration.
Adept in managing end-to-end project activities, managing installation, migration and configuration of network client
workstations to ensure maximum availability.
Well-versed with IT infrastructure solution providing, consulting, IT Infrastructure set up & management.
Holds the merit of implementation of administration of Windows/Linux Servers as well as handling engineering and QA of SOE
images (Windows and MacOS) for production machines.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942…
https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942551817500b5a5… 2/3
? Lead Role in implementing and administering server platforms with HP and Dell.
? Experience in ESX Architecture, guest OS installation, setting up of VM priorities, Cloning, Creating Templates and
Snapshots.
? Stellar at administering Mobility devices (Android and IOS)
? Functioning as Primary AirWatch (VMware) MDM Administrator for all company and BYOD devices.
? Liaising with all team members, updating the team (Resolution of Ongoing Issues) and sharing information
? Performing research and test features with IT on new iOS devices/OS updates
? Facilitating the mobile support to end users via email, IM, and phone
? Mapping various training documents and video tutorials to simplify complex tasks for end users & technicians
? Conducting testing Beta IOS / Public IOS to approve it and handling AirWatch servers & patching activity
? Enrolling the devices to the Symantec Corporate Network as well as administering Mobility projects.
As Lab Administrator / Sr. Lab Administrator
? Instrumentally involved in rack pointing servers & configured them.
? Successfully handled VERITAS Backup Exec. and ESXi hosts through VCenter server.
? Installing and updating packages using YUM (custom YUM Servers/repositories) and Red Hat Satellite Server
? Carried out installation of Red Hat Linux ES 4.0-5.x and multiboot systems, system initialization and services, user
administration & network configuration.
? Handled the vendors for ordering process and ensured basic handling of servers like Dell 1850, 1950, 2950, R710,
R720, etc.
? Worked on Package Management in Linux as well as established the SAMBA servers, to enable Windows clients to
communicate with Linux.
? Played a vital role in utilizing LVM for dynamically extending and minimizing the partition sizes.
? Efficiently performed installation and configuration of Ftp and Web Server.
? Addressed Linux/Windows server issues and handled Cron jobs management using crontab.
? Successfully migrated Baner to EON Groupware Lab, entailing over 300 assets viz. Dell, HPE Intel based, EMC
VNX5300, Dell Equal Logic iSCSI Storages and Backup Infra.
? Completed reIP to accommodate VLAN and IP block change.
Mphasis (An EDS Company) as Technical Support
Nov 2007 to Feb 2012
Highlights of the Role:
Streamlined patching process for File & Print Server, creating groups and offered appropriate read write access.
Instrumentally involved in taking OS Images and deployment of the OS Images.
Handled the rack pointing servers as well as configured them.
Mentored the team for technical help.
Stellar at maintaining test machines servers and network related calls.
Managed the telecom task as well as handled the call manager server and other daily issues.
Administered the call manager & unity server backup activity.
Pivotal at configuring voice setup, adding new phones to CCM and facilitated STD/ISD access codes.
Ensured troubleshooting of calls related to Cisco IP phones and handled calls related to voicemail.
Successfully performed video conference task.
CMS Computers Ltd as Senior Technician
May 2006 to Oct 2007
UG: B.A (Arts&Humanities) from Yashwant Rao Chavan Open University in 2009
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 0 Year(s) 0 Month(s)
VMWARE 0 0 Year(s) 0 Month(s)
WINDOWS SERVER 0 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942…
https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942551817500b5a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1137: Resume 1402 with similarity score 0.008900475965369439
MS , BS project manager , owner , full time , sap basis consultant , solution manager training , customer , microsoft azure , 24x7 , sizing , addition , sap fiori , new trends , status , specifications , technical presentations , scope management , building , ec2 , infrastructure , spaces , basis administration , suite , crm , project coordination , upgradation , encryption , sap project management , designation , sap products , sap consulting , pre-sales , hindi , cluster , ltd , english , troubleshooting , 1709 , live , provisioning , rest , qas , documentation , dashboard , unicode , javascript , technology , business requirements , managed services , reporting , general , performing , affirmative action , studio , readiness , maintenance , checks , architecture , email , teamwork , aws , bengali , operations , client administration , languages , resolving issues , client requirements , load balancing , sap implementation , sap hana , people management , ug , business applications , lumira , ami , permissions , authorization , risk , teams , enterprise , kernel , sap configuration , s3 , drive , running , offshore , replication , landscape , sap portal , adoption , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c400011…
https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c40001100191450585a5… 1/3
Current Designation: SAP HANA Technical Landscape Owner
Current Company: Cloud4C (wing of CtrlS Datacenter)
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - ERP / CRM
Role: Subject Matter Expert
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cloud4C (wing of CtrlS Datacenter) as SAP HANA Technical Landscape Owner
Jul 2019 to Till Date
* Involved in SAP installation, configuration, up gradation, implementation.
* Recently implemented S/4 HANA 1909 in Azure environment.
* Look after implementation of Sizing for new S4HANA and S/4HANA 1809,1909, S/4 1709 FP00 conversion from
ECC6.0 EHP5, S/4 1709 FP01 from S/4 1511 SPS03
* Handle installation and configuration of Cloud connector, ADS, S4 HANA Readiness Check,SAP HANA Lumira,
Webdispatcher, HANA DB 1.0 SPS12, S4 HANA Readiness Check Dashboard for S4 HANA 1709 and S/4 HANA upgrade
from 1511 SPS03 to 1709 FP01 (S/4 Landscape DEV, QAS&PRD).
* Administer SAP HANA services including stopping, starting and restarting of the services, SAP Spool, SAP Logon load
Balancing and Operation mode, background jobs as well as client administration.
* Other responsibilities include: S/4 HANA upgrade from 1709 to 1809,1809 to 1909, integration with S4HANA,
performing HANA refresh, HANA backup/restore, Kernel upgrade, support pack upgrade, add-on installation and Note
implementation
* HANA revision upgrade, HANA 1 to HANA 2 upgrade, HANA system replication setup for HA, & SAP support
backbone update as well as Non-Unicode to Unicode migration using Migmon.
* Accountable for running the HANA Enterprise Cloud and drive SAP HANA adoption and scale provide Enterprise-class
cloud offering for mission-critical operations and run real-time cloud platform, infrastructure and managed services,
focusing on fast time-to-value at reduced cost and risk.
* Responsible for Cloud and Infrastructure Delivery, manage Cloud Delivery and running customers SAP systems.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Debsankha Ghosh
Certified SAP BASIS HANA consultant seeking roles in SAP Implementation, SAP
Upgrade, SAP Support, SAP Consulting, SAP Project Management, SAP Installation,
SAP Configuration, SAP Application Maintenance, SAP HANA/Fiori/BOBJ/EP/BW
Key Skills: SAP Basis, SAP Basis Administration, Sap Hana, Sap Fiori, Sap Portal, Installation, Configuration, SAP
Upgrade, SAP Support, SAP Implementation, SAP Project Management,
Summary
Highly inquisitive, creative and talented professional with rich in-depth exposure of over 12 years in SAP BASIS HANA, SAP
sizing,installation,,configuration, upgradation, implementation, project management and pre-sales. Currently spearheading
functions as SAP BASIS HANA Technical Landscape owner with Cloud4c, Hyderabad.
Possess proven experience in Project Coordination, Project Management, Management Reporting, Project Scope Management,
Project Issues Management & Reporting, People Management, Training and Development, Building and leading teams and
resolving issues of teamwork.
Strong SAP Basis experience in Implementation of multiple SAP products -S/4 HANA, Suite on HANA, BW on HANA, end to
end Implementation and HANA Migration & Upgrade projects.
Expertise in HANA & S/4 HANA, BW HANA Installation, Migration, Conversion Planning and Implementation of complex
landscapes -S/4 HANA, ECC on HANA, Portal, BW. Worked onsite in Abu Dhabi for the client Etihad Rail.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c400011…
https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c40001100191450585a5… 2/3
* Delivery of complex SAP Landscapes by providing technical expertise and support
* Plan, setup, implement and operate SAP technology-based system landscapes, achieving ambitious SLA
requirements.
* Ensure proper documentation, definition of technical operational concepts and guidelines for the implemented SAP
landscapes and roll out of this information/knowledge to the rest of the team.
* Coordinate with international teams in global projects
* Monitor and provide support for the SAP Systems in the existing landscape for both production and non-production
systems and ensuring that all the SAP Systems are up and running fine 24X7.
* Perform daily checks like system logs, failed jobs, short dumps, work-processes, alerts, failed updates, lock entries,
table-spaces, deadlocks and buffer checks.
* Adept in Client Copy strategies, SAP User authorizations and profile maintenance, TMS Configuration, maintaining
RFC destinations and Defining and Monitoring the Back Ground jobs.
Pre-Sales:
* Identify, understand and define customer needs, objectives and business requirements, design a solution that can
best meet the Client requirements.
* Performed Effort estimation by using Industry defined process of Function Point Effort Estimation.
* Attended client meetings for technical clarifications and technical presentations.
* Possess strong sense of teamwork, integrity, self-motivation, positive attitude, and works to solve problems.
* Stay up to date with new trends of SAP products.
Cloud:
* Automate Cloud migration from on-premise business applications to AWS Cloud Gather and evaluate user and
business requirements and develop specifications/design as well as HEC to AWS migration.
* Penetrate deeper in Cloud /Emerging technology area by helping customer business to improve their business
performance.
* Provide support to the clients and also build a solution for migration and efficient usage of Cloud Computing services
* Collaborate with other teams to check the proposed architecture and suggest if any changes are required to make the
architecture better.
* Other responsibilities include:
o EC2 instance launch for project requirement.
o Daily backup to S3 and back up of VMs and data
o Monitoring through cloud watch
o Volume/space addition
o Instance type upgrade
o Creation of Golden AMI
o Instance start/stop activity
o IAM - create, delete, and update users and their permissions.
Accenture Solutions Pvt. Ltd. as SAP Basis/HANA Consultant
Jul 2017 to Jun 2019
Client: Modec / Entergy/Du-Pont/ Hamburg Süd
Managing ECC, PO, FIORI, Nfe, BOBJ solution manager implementation and system replication setup for HANA HA
cluster
S/4 1809 Greenfield implementation.
End to End implementation of S/4 1709 FP00 conversion from ECC6.0 EHP5.
End to End implementation of S/4 1709 FP01 from S/4 1511 SPS03
Performing S/4 HANA upgrade from 1511 SPS03 to 1709 FP01 (S/4 Landscape DEV, QAS & PRD)
Configuring S4 HANA Readiness Check Dashboard for S4 HANA 1709
Installation of HANA DB 1.0 SPS12
Administering SAP HANA services including stopping, starting and restarting of the services
Responsible to perform Kernel upgrade, support pack upgrade, add-on installation and Note implementation
Administering SAP Spool, SAP Logon load Balancing and Operation mode
Administering users and assigning roles as per the request and requirement
Troubleshooting errors and warnings in the SAP systems, DB and OS.
Non-Unicode to Unicode migration using Migmon
Hewlett Packard Enterprise as SAP Basis Consultant (Tech Lead)
Jan 2016 to Jun 2017
Client: HPI/HPE
Interacted and handled offshore team members
Managed SAP Installation and post-installation activities
Handled SAP Background Job Monitor and Administration & Lock/Update monitoring
Analyzed short dumps and provided daily monitoring report to the Project Manager
Installed HANA client and studio and administered SAP HANA services
Transport the catalog objects and content objects
Migrated HANA using DMO and performed DR configuration, HANA patch upgrade and data volume encryption
SAP Spool administration.
SAP Logon load Balancing and Operation mode administration.
Analyze short Dumps.
Performing Kernel upgrade, support pack upgrade, add-on installation and Note implementation.
HANA installation and Post-installation.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c400011…
https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c40001100191450585a5… 3/3
Adding HANA System in HANA studio.
Stopping, starting and restarting sap HANA services.
Managing SAP HANA License.
Understands and Performs the Monitoring of HANA systems.
Data provisioning by using SLT.
Transporting the Catalog objects and content objects.
HANA user creation and authorization.
Monitor live cache. Start/stop live cache.
DR configuration.
HANA Patch upgrade.
HANA data volume encryption
SAP HANA Lumira installation
UG: BCA (Computers) from A Reputed Institute in 2007
PG: MCA (Computers) from Manav Bharti University, India in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP ECC 12 Year(s) 4 Month(s)
SAP BW
SAP HANA 5 Year(s) 0 Month(s)
SAP Fiori 3 Year(s) 0 Month(s)
SAP PO
SAP BOBJ
SAP Solution Manager
Microsoft Azure 0 2 Year(s) 0 Month(s)
AWS 0 3 Year(s) 0 Month(s)
S/4 HANA 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
Rank 1138: Resume 524 with similarity score 0.0088988794151316
MS , BS work from home , web developer c programming , angularjs , assessment , gym , app , resume , javascript , css , ion , web , bootstrap , digital marketing , sql , project , html , online Assessment
Q1. Why should you be hired for this role?
Now Current, I am in Sy - BBA in CA so I have a little bit knowledge of Digital Marketing &
I have a knowledge of web/APP development.
If you give me an opportunity.. I Can do my Best...
Thanks....
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 6-months.
Yes, I can start immediately.
Yes, for work from home internship.
But, If you have any other Internship, so I can wait for it
Thanks...
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
Shaikh Aman
Pune
Applied 07 Feb'21
AngularJS CSS HTML
Bootstrap C Programming JavaScript
MSOffice SQL ReactJS
Bachelor of Computer Applications BCA, IT
Akis Poona College
2019 - 2022
CGPA 7.47/10
Web Developer
Eduonix, Online
Oct 2020 - Present
https://www.eduonix.com/certificate/52237d4e26
React Js
udemy, Online
Jun 2020 - Aug 2020
https://www.udemy.com/certificate/UC84293f0e-956e-49fe-97f9-d8df11b5153b/
Gym website
Oct 2020 - Oct 2020
https://shaikh-aman-github.github.io/gym/
About me
Dec 2019 - Dec 2019
in this website, I maked about me
Poona college
May 2019 - May 2019
in this project I make all about my college
https://www.linkedin.com/in/aman-shaikh-2b6a8b18b/
https://shaikh-aman-github.github.io/gym/
DETAILS
CONTACT Phone: 91 9112265515
Rank 1139: Resume 1102 with similarity score 0.008646642978638056
B.S , MS , BS assistant manager , infrastructure architect , change management , it manager , full time it audit , competitive advantage , infrastructure management , microsoft azure , security , designation , developers , google products , ug , telecom , tamil , affirmative action , information technology , routing , v4 , petrochemical , cloud , hindi , beginner , firewall , ivr , maintenance , ltd , php , english , authorization , c-level , phishing , teams , modifications , status , c# , agile , email , groups , aws , it consulting , less , mumbai , operations , sheets , rubber , exchange server , testing , dbs , it asset management , google apps , obc , change management , norway , strategy , delivery of projects , building , languages , chemicals , it infrastructure , delegation , research , itil , malayalam , communications , javascript , google forms , suite , distance learning , base , html , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c100947…
https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c1009475640470b085f5… 1/3
Current Designation: Manager -Technology (IT Infrastructure)
Current Company: Happ Media Pvt Ltd.,
Current Location: Mumbai
Pref. Location: Mumbai,Australia
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Project Mgr-Telecom
Industry: Chemicals/PetroChemical/Plastic/Rubber
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [e business]
Verified : Email - id
Happ Media Pvt Ltd., as Manager -Technology (IT Infrastructure)
Jan 2017 to Till Date
Monitor changes and advancements in technology to discover ways the
company can gain competitive advantage.
Designed and Implemented IT Cloud infrastructure in Google, AWS and
Azure for saving cost up to 80%.
Maintained track of time spent on project tasks, provided guidance &
advised best technology approach.
Heading team such as Developers, Interns and Freelancers for successful
delivery of projects with Agile Methodology.
Inspect code and Websites to Identify technical glitches.
Negotiated and Approved technology vendor, consulted contracts and
service agreements.
Collaborate and maintained communications with executives and
department heads of clients such as SBI, ICICI, Forbes, Anchor and DBS.
Searce Inc as Cloud Operation Engineer
Jul 2015 to Jan 2017
Handled C-level executive queries.
Worked on mail delivery,mail routing, spoofing, phishing, account
delegation.
Last Active: 29-Jan-21 Last Modified: 23-Jan-21
Felix Rufus Nadar
Assistant Manager IT, Manager,ITIL V3, Manager -Technology, Seeking Roles in IT
Infrastructure Management,Cloud manager,Technical
Support,Administrator,Management,Change,Cloud Infrastructure,Microsoft
Azure,AWS,
Key Skills: manager - technology,system admin,it infrastructure,management,technical support,incident
management,change management,it manager,assistant manager,cloud infrastructure,aws,azure,gcp,IT Consulting,IT
Strategy,Infrastructure Architect,IT Roadmap
Summary
Enthusiastic, proven business and technical professional with a
talent for building teams, systems and policies that helps in the
organizational growth and success. Strategizing and leading
cross-functional teams to bring about fundamental change and
improvement in process and profitability.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c100947…
https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c1009475640470b085f5… 2/3
Handled operations after deployment of Google Apps which includes
migration of user account, mail, contacts & calendar from exchange server
to Google Apps using GAMME.
Transforming of business use cases to latest cloud module.
Maintaining google apps directory via GCDS software.
Creation, deletion & modifications of Google Apps accounts and groups.
Recognized from Welspun Global Ltd for Optimizing Plant WorkLoad by 40%
using Google Products.
Aasaanjobs Pvt Ltd as IT Executive
Apr 2015 to Jul 2015
Well-versed with firewall, biometric implementation, IVR activation via Airtel
and monitored network activity.
Day to Day IT operation End user support for 200+ user base.
IT Asset Management
Managed G-Suite and Provided Assigned Assets to Users.
Designing maintenance procedures and putting them into operation.
Testing and modifying systems to ensure that they operate reliably.
Implemented and managed security, Scheduled upgrades, Integrity and
backup procedures & Maintained Licenses of Bizspark.
IT Audit.
UG: B.Sc (information technology) from St.Xaviers College, Mumbai in 2015
PG: MBA/PGDM (e business), Correspondence/Distance Learning from Welingkar Institute of Management
Development & Research, Mumbai in 2020
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2014 3 Year(s)
AWS 2015 1 Year(s)
GCP 2015 1 Year(s)
BizSpark 2015 3 Year(s)
C#
PROJECT MANAGEMENT 0 3 Year(s) 0 Month(s)
COORDINATION 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Proficient
Tamil Proficient
Malayalam Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c100947…
https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c1009475640470b085f5… 3/3
Nature of Employment: Full Time Duration: Jan 2017 - Nov 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2015 - Jun 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2014 - May 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2013 - Feb 2014
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Countries: Canada,Norway,Saudi Arabia
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: StratGist.com, Happcoach.com, HappStuff.com, SparkYourBestSeller.com
Client: Happ Media Pvt Ltd
Project Details: Managed Team of 9 for developing this projects
Project Title: Welspun Gurukul WCL
Client: Welspun Group
Project Details: Migrated and Assisted in Google Forms,Sheets,Scripts and Keep.
Project Title: Online Virtual Classroom
Client: College
Project Details: Used C# and php for Developing Desktop based software in .net v4
Project Title: Online Job Portal website : Fast Recruit
Client: College
Project Details: Developed in Html and php
Rank 1140: Resume 1388 with similarity score 0.00861355222306062
B.E , MS , B.TECH , BS full time , service engineer , aws solution architect finalization , switching , controllers , telugu , suppliers , dimension , aruba wireless , security , project teams , designation , tunnels , connect , tamil , affirmative action , hindi , cloud , network devices , ios , authorization , english , troubleshooting , wlan , status , email , cisco switches , groups , aws , ecosystem , electronics , ecs , s3 , ec2 , languages , project work , kannada , javascript , access points , kms , amazon web services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f16…
https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f160042105d595a… 1/2
Current Designation: Senior Service Engineer
Current Company: Microland Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Other
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Microland Limited as Senior Service Engineer
Jul 2017 to Till Date
Project Name: Unilever GNOC
GNOC is focused on multivendor ecosystem, managing multivendor from a single location. Real time monitoring of
Unilever cloud exchange points onsite to cloud network and Unilever network across the globe, Supporting LAN and Wi-Fi
estate globally.
* Remotely monitor, manage and Troubleshoot LAN, WLAN and CXPs for over 25000+ network devices globally across
94+ countries.
* Responsible to design, troubleshoot and provide Technical Support on LAN network segments for Unilever and its
clients globally.
* Mapping client's requirements and providing them best IT solutions involving evaluation and definition of scope of
project and finalization of project requirements.
* Interacting with various project teams of Unilever to ensure smooth operation of services and project work.
* Configure EC2 instances, Security groups and Network ACLs on AWS platform using AWS platform.
* Effectively handling and deploying remote configurations for CISCO/Aruba Wireless controllers and Access Points
globally.
* Specialized in handling different issues related to Dimension Data, replacement (CISCO switches and Aruba
Controllers) of faulty devices and configuring them remotely.
* Engaging and interacting with clients and suppliers to ensure that faults are resolved within the correct time frames
and agreed SLA's.
Key Responsibilities
* Hands on experience in Amazon Web Services: AWS IAM, AWS Lambda, AWS S3, AWS EC2, AWS VPC, AWS
Route 53 Cloud formation, VPN tunnels and direct connect.
* Demonstrable knowledge in EBS,VPC, RDS, Cloudwatch, Route 53,KMS,ECS,Route 53 resolver, CloudFront,
DynamoDB, Elastic Cache, Redshift Elastic Beanstalk, and Autoscaling
Last Active: 26-Aug-20 Last Modified: 30-Jul-20
Varalakshmi R M
Hands on experience in Amazon Web Services: AWS S3, AWS EC2, AWS VPC, AWS
Route 53, AWS ACLs, AWS NACLs Lambda, cloudfront, Cloudformation, direct
connect.Experienced in troubleshooting LAN (CISCO) and WLAN (CISCO and Aruba)
network devices.
Key Skills: AWS cloud platform, AWS services such as - IAM, EC2, VPC, KMS, ROUTE 53, Lambda, SQS, SNS , SES ,
Direct connect,Cloudformation, cloudfront, cloudtrail, Elastic beanstalk Networking, Switching,
Summary
* Working in Microland as Senior Service Engineer
* 2.5 years of experience in Cloud Management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f16…
https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f160042105d595a… 2/2
* Hands on experience on handling wireless controller of Aruba/Cisco (7200,7220 other series)
* IOS patching activity for switches (Core and Auxillary) to the newest Version
* Better understanding on AAA/Tacas related concepts
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visvesvaraya Technological University in 2017
Other Qualifications/Certifications/Programs:
AWS solution architect - SAA C01
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS IAM, AWS Lambda, AWS S3, AWS EC2
AWS VPC, AWS Route 53
AWS Cloud platform, AWS services 2019 2 Year(s) 0 Month(s)
LAN
VPN
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Telugu
Kannada
Rank 1141: Resume 227 with similarity score 0.008554133476064681
MS , BS team leader a2 , training , interviewing , report writing , public speaking , teaching , mar , liberal arts , volunteering , creativity , english , go , manage multiple , creative writing , organizational psychology , resume , road , mindfulness , hiring , b1 , research , completion , assessment , events , graphology , one , numerology , organizational development , french Assessment
Q1. Why should you be hired for this role?
I have played the role of interviewing, talking to clients, during the volunteering work at one organization. I think , I posses all the qualities for this
position. I am a keen learner. Being a team leader in college I have gained experience being a leader. I could be of great help when it comes to
ideating and showing creativity. Honestly joining this esteemed organization will help me learn a lot. I would love to seek guidance of
experienced and learned members on board. This way , I can become a better professional. Lastly , hiring me can be a mutually beneficial
position of the me as well as the company as I am always hardworking in all domains.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , I am available for a period of 6 months starting immediately
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
Heenal Shah
Pune
Applied 28 Jan'21
MSOffice MSExcel English Proficiency Spoken)
English Proficiency Written) MSPowerPoint Report Writing
Teaching Creative Writing French Proficiency (spoken)
French Proficiency (written)
Master of Arts M.A.), Industrial And Organizational Psychology
Nowrosjee Wadia College
2019 - 2021
Diploma, Advance Diploma In French
Department Of Foreign Language, SPPU
2018 - 2020
Bachelor of Arts B.A.), Psychology
Nowrosjee Wadia College
2016 - 2019
Senior Secondary XII, Arts
Nowrosjee Wadia College
HSC board)
Year of completion: 2018
Secondary X
S M Choksey High School
SSC board)
Year of completion: 2017
French Consultant
iteskul, Virtual
Sep 2020 - Present
French Consultant
Vivero International Pre School, Pune
Jun 2019 - Mar 2020
Team Leader for 2 consecutive years of my college.
This position has helped me manage multiple things , like guide my team mates , organize events , etc
Speaker for Keep Moving Movement an initiative by Life School , Pune.
As a speaker , I am assigned a school where I go and deliver the 7 KMM sessions. The vision is to lead the students and
youth on the road to ‘High Self Esteem & inspire them.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9881127521
Certified Graphologist & Sign Analyst
Institute Of Graphology And Numerology, Pune
Sep 2020 - Nov 2020
This training has helped me a lot to learn about one's personality through their writing and signature. I am keen on using this
knowledge in recruitment and training.
B1 Level In French
Alliance Française, Pune
Jul 2017 - Dec 2017
DELF A2
DELF, Pune
Sep 2016 - Sep 2017
As a passion for the French language completed the DELF examination A1 and A2
Public Speaking
Symbiosis Centre for Liberal Arts, Pune
Jul 2016 - Sep 2016
Research
Jan 2021 - Present
As a part of our curriculum, I am doing a research study. The study is focused on Mindfulness and its effects on working
population in Industrial domain.
Being a complete fresher I would love to gain insights in this field by interning in the domain of Human Resources
Management. My key areas of interest are : Recruitment, Organizational Development, Interviewing, counselling
Rank 1142: Resume 1535 with similarity score 0.008528824742931637
B.E , MS , B.TECH project manager , scrum master , change management , performance tester , line maintenance , maintenance engineer retrospectives , customer , telugu , linux , gateway , test cases , project planning , status , shipping , stakeholder management , store , next gen , continuous integration , features , building , order management , organization , performance testing , paypal , automation , magento , retail , designation , it strategy , deliverables , games , hindi , windows , english , agile , sprint planning , ownership , playbook , closure , pipelines , change management , one , javascript , end to end delivery , drawing , banking solutions , content delivery , reporting , conduit , general , scrum , team management , affirmative action , ssi , mobile banking , m1 , architecture , email , case management , android , economics , languages , dtc , management system , revisions , dashboards , test management , velocity , plm , it governance , program management , coaching , online , servant leadership , manual testing , streamlining , axe , story writing , analytics , ios , internet , risk , authorization , teams , warranty , productivity , virtualization , security testing , application , storytelling , focus , requirements gathering , participation , pnl , electronics , multi-site , cp , framework , facilitation , e-commerce , ceremonies , reviews , acting , metrics collection , digital marketing , line maintenance 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 1/4
Current Designation: Project Manager (Mondelez and Jarir)-IT
Current Company: BORN Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
BORN Group as Project Manager (Mondelez and Jarir)-IT
Apr 2019 to Till Date
* Client : Jarir Book Store
* Position : Project Manager (Mondelez and Jarir)
* Location : Chennai
* Organization : BORN Group
* Brief Description of the projects: Migration of Jarir Book Store Magento site from M1 to M2
* Responsibilities:
* Project Management for the Order Management System, Shipping Management System, Integrations and Migration
and Commerce teams handled by 3 different teams
* Facilitation of Discovery with Middle East stakeholders for requirements gathering and management
* Requirement gathering, Release Planning and delivery management
* Team management and Stakeholder management
* Scope and Risk management
* Mondelez Multisite DTC including Digital Marketing Apr, 2019 - Till Date
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SRI REKHA AKKIPEDDI
Project Manager seeking roles in IT Project Management,IT Program
Management,Release Management,Change Management,Requirement
Gathering,UAT,IT Delivery Management,IT Roadmap,IT Strategy,IT Governance
Key Skills: Project Manager,IT Project Management,IT Program Management,Release Management,Change
Management,Requirement Gathering,UAT,IT Delivery Management,IT Roadmap,IT Strategy,IT Governance
Summary
14 years of experience in servant leadership, project management, agile delivery, product ownership, scrum coaching, end to
end test management and manual testing
Managed and delivered projects in a dynamic environment by strategically planning for current and future business needs
Excellent execution capabilities with high attention to detail, diligence and the ability to focus on the bigger picture at the same
time
Proficiency in understanding the project economics and achieving high ROI coupled with customer delight, stakeholder
satisfaction and motivated teams is my key differentiator
Deft in streamlining processes for maximizing value
Acted as a lead conduit between business, IT and leadership
Expertise in Scrum trainings and acting as Scrum Evangelist for newly agile adapting teams using innovative games and
storytelling
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 2/4
* Client : Mondelez
* Position : Project Manager
* Location : Chennai
* Organization : BORN Group
* Brief Description of the projects: Implementation of DTC site on Magento platform for India, Singapore and Malaysia,
including digital marketing
* Responsibilities:
* End to end delivery management of the project that includes Wireframes, Visual Designs, and Implementation from
front end and back end, Content Delivery, SIT, UAT, Performance Testing, Security Testing, Launch and Warranty.
* Complete PNL Ownership of the project
* Facilitation of Discovery with multi-site stakeholders for requirements gathering and management
* Coordination with all integration partners for third party logistics, payment gateway providers in India, Singapore and
Malaysia
* Coordination with Content partners and all other integration POCs
* Design a global playbook and dashboards for Analytics for India, US, Singapore and Malaysia
* Drawing roadmaps for the client for expanding further in gifting business
* Team management and Stakeholder management
Virtusa as Scrum Master (2 teams)
Jan 2016 to Mar 2019
* Client : PayPal
* Position : Scrum Master (2 teams)
* Location : Chennai
* Organization : Virtusa
* Brief Description of the projects: 1. Enhancements and Maintenance of PayPal's in-house Case Management
Application 2. Platform APIs development
* Responsibilities:
* Coordinating 2 scrum teams one responsible for enhancements and maintenance of PayPal's in-house Case
Management Application, and other responsible for building platform APIs
* Setting up scrum process suitable for the project with its composition and nature
* Funnel the projects from the portfolio backlog to the teams' product backlog
* All levels of planning including release planning, sprint planning, daily planning
* Facilitating sprint ceremonies and removing impediments of the team
* Metrics collection and project reporting
* Create and execute development plans and revisions as appropriate to meet changing needs and requirements
* Identifying inter team dependencies and tracking them to closure
* Participation and contribution in Scrum of Scrums
* Mobile and Digital Banking Jan, 2017 - Mar,2018
* Client : M&T Bank
* Position : Scrum Master - Onsite
* Location : Buffalo, USA
* Organization : Virtusa
* Brief Description of the project: Build digital platform for retail and business banking
* Responsibilities:
* Coordinating 2 scrum teams responsible for the development and testing of Online and Mobile banking solutions
working on multiple projects
* Setting up scrum process suitable for the project with its composition and nature
* Funnel the projects from the portfolio backlog to the teams' product backlog
* All levels of planning including release planning, sprint planning, daily planning
* Facilitating sprint ceremonies and removing impediments of the team
* Metrics collection and project reporting
* Create and execute development plans and revisions as appropriate to meet changing needs and requirements
* Identifying inter team dependencies and tracking them to closure
* Facilitating scrum of scrums
* Coordinate releases of teams' deliverables into market based on ROI
* Mobile Next Gen Jan,2016 - Nov,2016
* Client : M&T Bank
* Position : Project Manager
* Organization : Virtusa
* Brief Description of the project: Build a new mobile banking solution for retail and business banking based on native
iOS and Android architecture
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 3/4
* Responsibilities:
* Coordinating scrum team responsible for the development and testing of mobile application
* Setting up scrum process suitable for the project with its composition and nature
* Project planning and tracking
* Scope and schedule management of the project(FB)
* Helped in the stable and predictable delivery using the "Sprint Ahead" concept
* Risk identification and management
* Facilitating sprint ceremonies and removing impediments to the team
* Support the PO and team with User Story Writing, Backlog Refinement and Release planning
* Internal and External Stakeholder management
* Participation and contribution in Scrum of Scrums
TCS as Scrum Master
Jun 2006 to Dec 2015
* Client : ERICSSON
* Position : Scrum Master
* Organization : TCS
* Brief Description of the project: Automate the legacy and feature regression test cases and integrate them into the
continuous integration for upcoming features.
* Responsibilities:
* Proposed and set up the common automation team
* Setting up new scrum team and coach them on scrum framework
* Facilitating sprint ceremonies like backlog refinement, planning, daily scrums, sprint reviews and retrospectives
* Support the PO and team with Requirement Analysis and Release planning
* Quantitative analysis of team's productivity in terms of velocity
* Removing impediments in lean ways
* Helping development teams build continuous integration pipelines and integrating automating into their pipelines
* Facilitate different types of internal and external reviews
* Participation in scrum of scrums
* Collaborating with other scrum masters and bringing home better practices
* Building highly collaborative team using storytelling and with innovative games
* Other Significant Projects in TCS Jun, 2006 - Nov, 2014
* Client * Project * Designation/Role * Duration
* ERICSSON * APZ Virtualization * Scrum Master * Nov 2013 - Nov 2014
* ERICSSON * APG43 AXE Switch Windows to Linux Migration: CP Testing * Test Coordinator * Nov
2012 - Oct 2013
* ERICSSON * APG43 AXE Switch Windows to Linux Migration: CP Testing * Agile Function Tester * Jun
2011 - Nov 2012
* ERICSSON * APZ-CS - Shipment Testing * Performance Tester * Jun 2010 - Jun 2011
* ERICSSON * APZ-CS Design Maintenance and Enhancements (OAM- SSI ) * Function Tester * Jul
2009 - Jun 2010
* ERICSSON * APG40 Design Maintenance - PLM (Product Line Maintenance) * Release Verification
Engineer * Jun 2007 - Jun 2009
* GE * CUSTOMER MASTER FILE * DB Maintenance Engineer * Jun 2006 - May 2007
UG: B.Tech/B.E. (Electronics/Telecommunication) from Osmania University in 2006
Education
IT Skills
Skill Name Version Last Used Experience
PROJECT MANAGEMENT 2020 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
English Expert
Telugu Expert
Hindi Proficient
Rank 1143: Resume 1110 with similarity score 0.008520534961165836
MS , BS cyber security , lead architect , enterprise architect , enterprise security architect , solution architect , full time , program director , technical specialist , information security consultant , vp cyber security , risk analysis , telugu , rfp , strengthening , go-to-market , access , large scale transformation , designation , user management , affirmative action , hybrid cloud , pre-sales , technical architecture , hindi , public , azure , information security , network architecture , authorization , english , telcom , project planning , cloud security , vcloud , strategic planning , instrumentation , status , email , aws , cmf , ips , network security , information systems , siem , practice management , electronics , transformations , hp , ids , sequencing , nutanix , building , togaf , sabsa , languages , data center , vapt , ibm tivoli , foundation , nextgen , kannada , gtm , cisco , vmware , assessment , managed security services , arcsight , threat & vulnerability management , enterprise security , javascript , security operations center , network administration , wireless , rsa envision , application security , load , grc , it infrastructure management , firewalls , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a10…
https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a100317130b5401… 1/3
Current Designation: Program Director - Cybersecurity
Current Company: IMTS - Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Telcom/ISP
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: BS [Information systems]
Verified : Email - id
IMTS - Mindtree Limited as Program Director - Cybersecurity
Aug 2007 to Till Date
Over two decades of extensive experience in Cyber Security, Cloud, Cloud Security, Network Security, Practice Building,
Architecture and Consulting
Developed Cybersecurity Practice with specialization on GSOC, IAM, Application Security, and Consulting & Engineering
Services
Developed Consulting Practice with specialization on latest technologies like Public (Azure, AWS), Private & Hybrid Cloud
(Azure Stack, Azure Pack, VMWare vCloud), SDN (Cisco ACI) / SD-WAN, Hyper-Converged Infrastructure (HCI - Nutanix,
HP SimpliVity) & DR Solution
Provided Public & Hybrid Cloud Architectures for multiple clients and successfully migrated their applications to AWS,
Azure, & IBM SoftLayer, GCP, Azure Pack, Azure Stack, HCI - SimpliVity, and Nutanix
Experience in large scale transformation projects, Cloud Migration / Transformations, building innovative solutions and
Practice building activities
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
D Srinivasa Rao
Two decades of Cyber Security,Cloud Security,Information Security
Management,Azure,AWS,GCP,Azure Stack,SOC,Application Security,SecOps,Cloud
Migration/Transformation,Enterprise & Solution Architect, Practice
Head,Delivery,network security,TOGAF,SABSA
Key Skills: Program Director,Head/VP/GM,Information Security,Strategic Planning,Cyber Security,Cloud Architecture,Risk
Mitigation,Network Security,Cloud Security,Migration,Transformation,AWS,Azure,GCP,Application
Security,Presales,Practice Management,Vapt,RFP
Summary
A Cybersecurity and Cloud (Security) expert with over two decades of extensive experience in Cyber Security, Information
Security, Cloud Solutions, Cloud Transformations.
Strengthening business opportunity through strategic planning, enterprise roadmap and providing strategic direction on
technology/ technical architecture & achievement-driven professional
Experience in developing solutions, building capabilities in GSOC, IAM, Application Security, & GRC
Built Cybersecurity solutions - Threat & Vulnerability Management, NextGen SOC, Managed Security Services, Cloud Security /
SecOps
Extensive experience in RFPs, Pre-Sales support, handling Go-to-market (GTM), Cybersecurity & Cloud COEs
Experience in large scale transformation projects, Cloud Migration / Transformations.
Provided Public & Hybrid Cloud Architectures for multiple clients and migrated the applications to AWS, Azure, & SoftLayer,
GCP, Azure Pack, Azure Stack, HCI - SimpliVity, and Nutanix
TOGAF and SABSA Certified
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a10…
https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a100317130b5401… 2/3
Expertise in Design and implementation of Network and Network Security both on On-Prem and Cloud that includes
Firewalls, IDS/IPS, Load Balancers, WAF, End Point Security, Wireless LAN, LAN, WAN, HA, DR & CDN
Forward-focused Lead Architect with expertise in concepts of end-to-end project planning & implementation from scope
management to activity sequencing, effort & cost estimation, risk analysis to quality management
Experience in Data Center Transformations, IT Infrastructure Management, Network Architecture & Assessment, Service
Delivery Management, Security Audit & Assessment
Successfully deployed Cloud Migration Factory (CMF) for Mindtree
TOGAF Certified Enterprise Architect and SABSA Certified Enterprise Security Architect
Wirpo Technologies as Consultant - Information Security
Sep 2006 to Jul 2007
Worked as Information Security Consultant, responsible for providing solutions and implementation of Endpoint & Network
Security Solutions, Security Incident and Event Management (SIEM) Solutions, Vulnerability Management Solutions,
Security Operations Center SOC, Managed Security Services, Privileged User Management / Monitoring, and User
Access Management (UAM). Have worked on tools like ArcSight, NetIQ, RSA Envision, IBM Tivoli Access Management,
and implemented SOC / Managed Security Services for multiple customers.
Microland as Technical Specialist
Oct 2004 to Aug 2006
UG: BS (Information systems) from BITS, Pilani in 2009
Other Qualifications/Certifications/Programs:
Diploma in Electronics (Industrial Electronics and Instrumentation)
TOGAF 9 Certified
SABSA Foundation SCF
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
LOAD BALANCERS
WAN Accelerators / Wireless LAN
Infrastructure and App Security
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a10…
https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a100317130b5401… 3/3
Employment Status: Full time
Rank 1144: Resume 1035 with similarity score 0.008503924478908496
MS , BS full time , team member , associate financial analyst , loan processor intranet , reporting , loan documents , general , financial services , credit , filenet , ug , office , pay , underwriting , affirmative action , sanction , hindi , ltd , titles , investigation , legal structures , authorization , risk , internet , english , screening , due diligence , status , passport , customer service , email , google , purchase contracts , application , institutional , case management , escrow , bpo , finacle , processing , sap , operations , global services , range , cip , surveillance , salary , bank statements , world check , pep , finance , framework , clear , languages , research , title insurance , deeds , aml , liens , financial statements , kyc , money , form , javascript , history , cdd , scheduling , commerce 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b150…
https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b15031847515d095… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Associate/Sr. Associate -(NonTechnical)
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Mashreq Global Services as Associate
Jul 2019 to Nov 2020
? Verifying customer name & employment details.(name, nationality, Employer, Salary, occupation) ( World Check,
Google).
? Review application form and validate all information with documents.(VISA, passport, EID & bank statement - KYC
screening)
? Seek clarification from OFAC team for high risk customers or company for any fraudulent activities.
? Check SFA & Fircosoft website for company verification.
? Any suspicious activities from individuals reported to FRMU for clarification.
SLK Global BPO Services as Senior Team Member
Feb 2018 to Jul 2019
? Conduct AML and KYC analyses on all range of institutional client types with different legal structures and high risk
customers in accordance to the bank's CIP.
? Review system generated alerts to assess presence of illicit activity that may require reporting based on Bank
Secrecy ACT (BSA)/AML requirements.
? Conducts CDD research to find background information used to make decision in initiating, maintaining or closing
business relationships for Low, Med Low, Med High- and High-Risk clients.
? Evaluate transactions and customer relationships for money laundering activities, identify red flag issues, and
escalates within the AML framework for further investigation.
? Maintains familiarity with appropriate investigation techniques to support AML activities.
? Perform research utilizing bank systems, intranet, internet legal and third party sources and external vendor solutions
as appropriate (Fircosoft, BAE/ Detica, World Check, Google, Lexis Nexis, DowJones, Finacle, Filenet, Omgeo,).
? Conduct detailed investigation in Adverse / Negative Media and Transaction Surveillance / Monitoring.
? Watchlist program alert handling and case management (country alerts, sanctions, PEPs)
Wells Fargo India Solutions Pvt. Ltd as Associate Financial Analyst
Apr 2015 to Jan 2018
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Shahbaz Ahmed
Seeking roles in KYC , AML, CDD, EDD, Screening, PEP, Santions, OFAC, Lexis
nexis, Dow Jones, World Check, Detica
Key Skills: Cdd,Aml,KYC,Lexis Nexis,Sanction,EDD
Summary
A competent professional with an experience of 7 years in Loan Operations, Credit Underwriting, US mortgage, Loan processor,
Loan closing, Due Diligence, Financial Statements, Appraisal, Title Insurance, Loan application
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b150…
https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b15031847515d095… 2/2
? Verifying Loan application and check the financial history of the borrower.
?Verifying all personal details of the borrower.
?Verifying pay stubs, bank statements and assets of the borrower.
? Analyzing mortgage related documents such as Loan Application, Note, title document, Conveyance Deeds, Appraisal
Reports, and other related documents.
? Ensuring title is free and clear from any requirements, No liens on property and no claims on property.
? Consult with closing department to ensure that all underwriting conditions are met prior to closing the loan.
Magna Infotech as Process Associate
Feb 2014 to Apr 2015
? Review all loan documents and agreements to make sure all are complete, valid and in accordance to bank's guidelines.
? Responsible for scheduling loan closing.
? Performs the work of calculating aggregate escrow as well prepares appropriate disclosers documents necessary for
closing.
? Verifying the loan had been issued the clear to close before processing the loan and setting it up for closing documents
to be generated.
? Reviewing purchase contracts and titles for proper vesting and to ensure the loan amounts were correct on titles.
UG: B.Com (Commerce) from The Maharaja Sayajirao University of Baroda in 2010
PG: MBA/PGDM (Finance) from Visveswaraiah Technological University (VTU) in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE
Tally
INTERNET
SAP
AML
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1145: Resume 714 with similarity score 0.008466328719925037
B.E , MS , B.TECH design engineer , founder , software engineer , renderer , network engineer , product architect , software developer , release engineer , full time , team lead , full stack developer automation , core java , general , technical leadership , e-learning , healthcare , nosql , fault management , designation , b2c , ug , gym , affirmative action , mysql , hindi , fitness , linux , fms , maintenance , ltd , travel , json , ios , telcom , node.js , online marketplace , farmers , authorization , english , status , email , b2b , project , express , application , mobile apps , aws , mongodb , integration testing , solution architecture , records , fixing , android , rest , components , alcatel , c++ , react native , dc , languages , jam , hibernate , cc , amazon , kannada , completion , management system , javascript , search , web , layout , insurance 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 1/3
Current Designation: Full Stack Developer
Current Company: Reliance jio
Current Location: bangalore
Pref. Location: Bengaluru / Bangalore,Singapore,United
Kingdom (UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Reliance jio as Full Stack Developer
Aug 2019 to Till Date
Leading the mobile app team for various B2B mobile apps for IoT solutions.
Architected, designed and developed various B2B and B2C apps for IoT solutions.
Worked on react-native, native android, node.js, MySQL.
Yasco Solutions Pvt Ltd., as Software Developer -Java
Apr 2017 to Jul 2019
Technologies: (MERN, 'R' being react native) React Native, Node.js, Elastic Search, MongoDB, GCP.
Roles & Responsibilities:
Designing and developing mobile app.
Designing NoSQL DB.
Release engineer.
Designing and developing backend required for mobile app.
Details:
Successfully developed online marketplace for NGOs, where NGOs can do event, volunteer,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Gokul Kulkarni
React Native,Software Developer, Seeking Roles in Software Development,Application
Programming,
,Project Management,Requirement Analysis,Solution Architecture,Node.js
Key Skills: React Native,Software Developer,Tech Lead, Application Programming, Requirement Analysis,Solution
Architecture,Node.js,Express,MongoDB,Elastic search,Java,Android,Springs,Hibernate,Rest,Javascript
Summary
Total of 10+ years of experience in software.
Enthusiastic learning.
Always looking for challenging tasks to take up and see it to completion.
Software Developer skilled at technical leadership, communication.
Experienced in full project life cycle right from requirements to design to implementation to
integration.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 2/3
member and donation management.
Responsible as the lead of the mobile team for developing the consumer mobile app using
React Native for the online marketplace.
Responsible for maintaining the development, staging and production environments in
GCP.
Response for developing backend required for mobile app and various other apps using
node.js, express, mongoDB.
Implemented custom renderer for react native - which generates the layout depending on
the JSON.
Developed various reusable components needed across the various apps.
Links:
Mobile app:
iOS: https://itunes.apple.com/in/app/sociallygood/id1399998528?mt=8
Android: https://play.google.com/store/apps/details?id=org.soczen.sazen
Web: https://sociallygood.com/
Dhi as Co founder and Product Architect
Jan 2015 to Mar 2017
Technologies: Java, Springs, Hibernate, MySQL, AWS, Android
Roles & Responsibilities:
Designing and developing backend APIs.
Designing MySQL DB.
Release engineer.
Designing and developing native android mobile apps.
Details:
Successfully developed e-learning Platform to improve skills of students with an innovative
approach.
Responsible for developing the backend using Springs and hibernate, along with DB
designing.
Developed various native android mobile apps for our clients.
Projects:
1. Writzo:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: Writzo is a Electronic Health Records (EHR) system, which will help user to
save various electronic health records like Doctor appointments, Prescriptions,
Insurance, Vitals.
2. Farm taaza:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: This app is targeted for the Collection Centre (CC) & Distribution Centre
(DC). The persons in the CC will collect various SKUs from farmers and update the
details accordingly and to which DC centre it has to be delivered.
3. Pocimy:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: App is developed for the physical fitness people, who can search for gym
around. People who are on constant travel or working professionals will be having
difficulties in attending gym, so they can purchase plan with pocimy, book
appointment for any nearby gyms and start working out.
Alcatel Lucent as Software Engineer
Apr 2013 to Jan 2015
Technologies: C, C++, Core Java, Linux
Responsible for developing and maintaining the Fault Management System for the Alcatel
Lucent network managers.
Developed alarm automation system, which was responsible for raising alarms and checking
the backend if the alarms were raised successfully and propagated in various layers.
Projects:
1. Fault Management System (FMS):
Roles & Responsibilities: Designing and development.
Details: FMS is the Alcatel Lucent's fault management layer for the ALU's Network
Manager (NM). Propagating the alarms alarms to various layers and alerting the
Network Engineer about the fault that has happened. Mainly worked on
maintenance of the FMS, supporting new card, issue fixing.
2. FM Automation:
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 3/3
Roles & Responsibilities: Designing and development
Details: Automating the raising of the alarms in the Network Element (NE) and
checking if the alarm has been propagated through various layers correctly.
GE Healthcare as Design Engineer
Feb 2011 to Mar 2013
Worked as integrator, job was integrated various sub systems, provide release and do the integration testing.
Developed integration testing tool which checked various message exchanges between the sub systems and conclude if
the system worked correctly.
Was awarded as the Employee of the month.
Stood 3rd in the code jam (programming contest)
UG: B.Tech/B.E. (Computers) from Basaveshwar Engineering College, Bagalkot in 2009
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C C++ 2013 2 Year(s) 1 Month(s)
JAVA, J2EE 2017 2 Year(s) 4 Month(s)
React Native 2020 3 Year(s) 0 Month(s)
Node.js 2019 2 Year(s)
GCP 2019 1 Year(s) 6 Month(s)
JAVA 2019 1 Year(s)
Elastic Search
Amazon - AWS
ANDROID 2020 0 Year(s) 0 Month(s)
SPRINGS
Hibernate
MySQL 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Rank 1146: Resume 351 with similarity score 0.008380484784386829
MS architectural intern , work from home , autocad sketchup , blogging , figma , report writing , internships , adobe photoshop , user experience , architects , interior design , english , graphic design , architecture , google , autocad , wordpress , application , creative writing , indesign , adobe illustrator , resume , autodesk , rhino , revit , assessment , mobile , design studio , technology Assessment
Q1. Why should you be hired for this role?
I have previously worked on a mobile application for young footballers. I was the sole design member who worked under the guidance of the
app developer. I know the relevant software and have completed various courses on User Experience and how to make an enriching experience
for the users.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 9811910590
Neenu Bisht
Faridabad, Delhi
Applied 26 Jan'21
Adobe Photoshop Adobe Illustrator AutoCAD
Blogging Creative Writing Google SketchUp
MSOffice MSPowerPoint Report Writing
WordPress Adobe Indesign Adobe XD
Autodesk Revit Figma MSExcel
Rhino
Bachelor of Architecture B.Arch), Architecture & Planning
NATIONAL INSTITUTE OF TECHNOLOGY, HAMIRPUR
2015 - 2020
CGPA 7.41/10
Architectural Intern
Furnish Me Architects, Delhi
Jan 2020 - May 2020
Graphic Design
Maxtech, Virtual
Jul 2018 - Aug 2018
Architecture
SPAR Design Studio, Delhi
May 2018 - Present
Intern
GoStops Youth Hostel, Bir
Dec 2017 - Jan 2018
Interior Design
Studio An-VThot, Delhi
May 2017 - Jun 2017
Co-coordinator of Design-OCrates
Executive member of English Club, NIT Hamirpur
Revit
CAPRICOT TECHNOLOGIES, Delhi
Dec 2016 - Jan 2017
Rank 1147: Resume 1565 with similarity score 0.008328580682139085
B.E , MS , B.TECH design engineer , founder , software engineer , renderer , network engineer , product architect , software developer , release engineer , full time , team lead , full stack developer automation , core java , general , technical leadership , e-learning , healthcare , nosql , fault management , designation , b2c , ug , gym , affirmative action , mysql , hindi , fitness , linux , fms , maintenance , ltd , travel , json , ios , online marketplace , node.js , farmers , authorization , english , status , email , project , b2b , express , application , mobile apps , aws , mongodb , integration testing , solution architecture , records , fixing , android , rest , components , alcatel , c++ , react native , dc , languages , jam , hibernate , cc , amazon , kannada , completion , management system , javascript , search , web , layout , insurance 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 1/3
Current Designation: Full Stack Developer
Current Company: Reliance jio
Current Location: bangalore
Pref. Location: Bengaluru / Bangalore,Singapore,United
Kingdom (UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Reliance jio as Full Stack Developer
Aug 2019 to Till Date
Leading the mobile app team for various B2B mobile apps for IoT solutions.
Architected, designed and developed various B2B and B2C apps for IoT solutions.
Worked on react-native, native android, node.js, MySQL.
Yasco Solutions Pvt Ltd., as Software Developer -Java
Apr 2017 to Jul 2019
Technologies: (MERN, 'R' being react native) React Native, Node.js, Elastic Search, MongoDB, GCP.
Roles & Responsibilities:
Designing and developing mobile app.
Designing NoSQL DB.
Release engineer.
Designing and developing backend required for mobile app.
Details:
Successfully developed online marketplace for NGOs, where NGOs can do event, volunteer,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Gokul Kulkarni
React Native,Software Developer, Seeking Roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Node.js,Express,MongoDB,Elastic
search,Java,Android,Springs,Hibernate
Key Skills: React Native,Software Developer,Tech Lead, Application Programming, Requirement Analysis,Solution
Architecture,Node.js,Express,MongoDB,Elastic search,Java,Android,Springs,Hibernate,Rest,Javascript
Summary
Total of 9+ years of experience in software.
Enthusiastic learning.
Always looking for challenging tasks to take up and see it to completion.
Software Developer skilled at technical leadership, communication.
Experienced in full project life cycle right from requirements to design to implementation to
integration.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 2/3
member and donation management.
Responsible as the lead of the mobile team for developing the consumer mobile app using
React Native for the online marketplace.
Responsible for maintaining the development, staging and production environments in
GCP.
Response for developing backend required for mobile app and various other apps using
node.js, express, mongoDB.
Implemented custom renderer for react native - which generates the layout depending on
the JSON.
Developed various reusable components needed across the various apps.
Links:
Mobile app:
iOS: https://itunes.apple.com/in/app/sociallygood/id1399998528?mt=8
Android: https://play.google.com/store/apps/details?id=org.soczen.sazen
Web: https://sociallygood.com/
Dhi as Co founder and Product Architect
Jan 2015 to Mar 2017
Technologies: Java, Springs, Hibernate, MySQL, AWS, Android
Roles & Responsibilities:
Designing and developing backend APIs.
Designing MySQL DB.
Release engineer.
Designing and developing native android mobile apps.
Details:
Successfully developed e-learning Platform to improve skills of students with an innovative
approach.
Responsible for developing the backend using Springs and hibernate, along with DB
designing.
Developed various native android mobile apps for our clients.
Projects:
1. Writzo:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: Writzo is a Electronic Health Records (EHR) system, which will help user to
save various electronic health records like Doctor appointments, Prescriptions,
Insurance, Vitals.
2. Farm taaza:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: This app is targeted for the Collection Centre (CC) & Distribution Centre
(DC). The persons in the CC will collect various SKUs from farmers and update the
details accordingly and to which DC centre it has to be delivered.
3. Pocimy:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: App is developed for the physical fitness people, who can search for gym
around. People who are on constant travel or working professionals will be having
difficulties in attending gym, so they can purchase plan with pocimy, book
appointment for any nearby gyms and start working out.
Alcatel Lucent as Software Engineer
Apr 2013 to Jan 2015
Technologies: C, C++, Core Java, Linux
Responsible for developing and maintaining the Fault Management System for the Alcatel
Lucent network managers.
Developed alarm automation system, which was responsible for raising alarms and checking
the backend if the alarms were raised successfully and propagated in various layers.
Projects:
1. Fault Management System (FMS):
Roles & Responsibilities: Designing and development.
Details: FMS is the Alcatel Lucent's fault management layer for the ALU's Network
Manager (NM). Propagating the alarms alarms to various layers and alerting the
Network Engineer about the fault that has happened. Mainly worked on
maintenance of the FMS, supporting new card, issue fixing.
2. FM Automation:
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 3/3
Roles & Responsibilities: Designing and development
Details: Automating the raising of the alarms in the Network Element (NE) and
checking if the alarm has been propagated through various layers correctly.
GE Healthcare as Design Engineer
Feb 2011 to Mar 2013
Worked as integrator, job was integrated various sub systems, provide release and do the integration testing.
Developed integration testing tool which checked various message exchanges between the sub systems and conclude if
the system worked correctly.
Was awarded as the Employee of the month.
Stood 3rd in the code jam (programming contest)
UG: B.Tech/B.E. (Computers) from Basaveshwar Engineering College, Bagalkot in 2009
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C C++ 2013 2 Year(s) 1 Month(s)
JAVA, J2EE 2017 2 Year(s) 4 Month(s)
React Native 2020 3 Year(s) 0 Month(s)
Node.js 2019 2 Year(s)
GCP 2019 1 Year(s) 6 Month(s)
JAVA 2019 1 Year(s)
Elastic Search
Amazon - AWS
ANDROID 2020 0 Year(s) 0 Month(s)
SPRINGS
Hibernate
MySQL 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Rank 1148: Resume 940 with similarity score 0.008309617854183987
B.E , MS , B.TECH , BS application support , software engineer , web developer , software developer , change management , full time , front end developer react.js , web development , general , algorithms , css , designation , adobe photoshop , ug , affirmative action , trading , web design , games , hindi , scratch , stocks , maintenance , web hosting , axis , jquery , json , english , authorization , bootstrap , status , email , project , application , aws , product management , banners , financial markets , bengali , adobe illustrator , gaming , electronics , github , crypto , stock market , forex , change management , features , commodity , machine learning , unit testing , building , seo , languages , im , html5 , sass , one , javascript , layout , technology , cash , capital , logics , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b0018…
https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b00180716410d5e5c… 1/3
Current Designation: Front End Developer
Current Company: AsknBld Innovation Factory
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
AsknBld Innovation Factory as Front End Developer
Apr 2019 to Till Date
AsknB1d is a product based IT company providing of technology products and services for key participants in financial
markets. they are building products which makes alga-trading acces4ble and affordably.
From lost one yearly am working as a fronted developer In asknbld, here T m desig1ng and developing frontend from
scrotch using React and JavaScript complete intergrate frontend with using HTTP request methods / axis write business
logics frontend unit testing using Jest and Enzyme design UI images banners media posts using Adobe Illustrator and
Adobe Photoshop.
Infinite Net Solution as Web Developer / Designer
Feb 2017 to Dec 2018
Infinite Net Solution is a professional IT company providing web design, web development, web hosting and SEO
solutions in Jamshedpur. It is a Software Development company focusing on Software Development and web designing
projects in Jamshedpur.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Abhinash Mallick
Developer seeking roles in Software Engineering,Front end Developer,Software
Development,Application Support,Project Management,Graphic Designing,Quality
Management,Requirement
Gathering,ReactJs,JavaScript,Bootstrap,React.Js,HTML,JSON,CSS,Git
Key Skills: Software Developer,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Quality Management,Requirement
Gathering,JavaScript,Bootstrap,jQuery,React.Js,HTML,JSON,CSS,Git,Front End
Summary
I have a total of 3 years Experience as Software Engineer and in this Journey i have worked and hove hands on React.
Javascript. Responsive layout using CSS, SASS & Bootstrap. HTMLS, GIT, GITHUB, Hosting in AWS Adobe Photoshop, Adobe
Illustrator. What drives my work ethic is buliding products start from scratch that are user centered. I hope to see real impact
from the work that I take on. I am looking for a medium to large sized company in India, Ideally working on design systems
and/or buliding out product features while working closely with design and product management.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b0018…
https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b00180716410d5e5c… 2/3
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2016
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Aug 2020 - Till Date
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Dec 2019 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Oct 2019 - Nov 2019
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Jul 2019 - Sep 2019
Onsite / Offsite: Onsite
Team Size: 4
IT Skills
Skill Name Version Last Used Experience
Adobe Illustrator, Adobe Photoshop >=6 2020 3 Year(s) 0 Month(s)
Bootstrap, HTML5, CSS3 >4.0 2020 3 Year(s) 6 Month(s)
ReactJs, Javascript >=16.0 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Odiya
Projects
Project Title: DSTREET GAMES
Client: AsknBid Innovation Factory
Role Description: I am building complete Dstreet games frontend from scratch using ReactJs, Javascript, Bootstrap, CSS
also im using some third libraries.
Integrating frontend with HTTP requests method, JSON and AXIOS
Write business logics for applications
Project Details: Dstreet games is a online fantasy gaming platform for stocks, crypto, commodity and forex market, it is a
game where participants create their own imaginary portfolio and allocate virtual capital.
Project Title: Lambda (Algo trading tournament)
Client: AsknBid Innovation Factory Bangalore
Role Description: Complete Frontend(web app) Develop by me using ReactJs, JavaScript, HTML, CSS, Bootstrap also i am
responsible for integrating frontend with backend and write business logics.
Project Details: Lambda is an exclusive quant tournament for the financial markets, based on algo trading the lambda
tournament is a periodic competition that awards cash prizes to the best quantiative trading algorithms written on the lambda
platform.
Project Title: AsknBid Tech Company Website
Client: Asknbid Innovation Factory Bangalore
Project Details: AsknBid.tech Company website for AsknBid Innovation Factory.
Project Title: MLPro
Client: Asknbid Innovation Factory Bangalore
Project Details: Fully automated quantitative strategies for stock market using Machine Learning
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b0018…
https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b00180716410d5e5c… 3/3
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Apr 2019 - Jul 2019
Onsite / Offsite: Onsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Quant Pro
Client: Asknbid Innovation factory Bangalore
Role Description: Frontend develop by me using Javascript Html css and bootstrap
Project Details: Quantpro is a manual quantitative strategies for stock market.
Rank 1149: Resume 629 with similarity score 0.008211169522450112
MS , B.TECH , BS work from home , student task assignment , version control , contests , internships , string , 3d , office , demonstration , health , authentication , basic , firebase , bar , windows , signal , social media , c# , sql , project , google , application , c programming , participation , star , forms , resume , android , java , components , c++ , connectivity , figures , arduino , amazon , pie , completion , task management , assessment , management system , mobile , scheduling , organization , apps , technology , lyrics , graphics , publishing , online Assessment
Q1. Why should you be hired for this role?
SIH'19 Mentor || Codeforces: Specialist || Android Dev || Mentored at Several Hackathons || Got Merit in several Coding Competitions
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
YES
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Uvaish Zafri
Ghaziabad
Applied 01 Feb'21
C Programming Android C Programming
Java SQL .NET
C#.NET
Bachelor of Technology B.Tech), IT
NIET
2017 - 2021
Percentage: 71.00%
Senior Secondary XII, Science
Karl Huber School
CBSE board)
Year of completion: 2017
Percentage: 71.80%
Secondary X
Karl Huber School
CBSE board)
Year of completion: 2014
CGPA 8.60/10
Android Intern
Acquiro Solutions, Noida
Jun 2019 - Jul 2019
Learned about android application development components and made an app for tokyo athletic event InRio. completed the
project and handled everything regarding the project from source management to version control and to publishing &
presence.
Android Backend Intern
Social Vento, Greater Noida
Nov 2018 - Jan 2019
Designed Basic user interface of a companys task assignment and management application and established
connectivity with remote server for data sto rage and authentication.
Coding contest host:
Being the host conducted two coding contests for encouraging the coding culture in the college on Hakerrrank and
Hackerearth with good participation of students.
Android App Development
APTRON, Noida
Jun 2018 - Jul 2018
C LANGUAGE
NPTEL, Online
PROJECTS
ADDIT IONAL
DETAILS
Aug 2017 - Present
.net Windows Forms
Bhawna Mahajan Classes, Ghaziabad
Aug 2016 - Nov 2016
C# Language
Bhawna Mahajan Classes, Ghaziabad
May 2016 - Nov 2017
Structured Query Language(SQL
Khs, Noida
Nov 2015 - Dec 2015
C
Khs, Noida
Aug 2014 - Jan 2016
InRio
Jun 2019 - Jul 2019
https://github.com/uvaishzafri/InRioProject
Designed for a tokyo based athletic event for handicapped athletes.The app important information like athletes
details,Emergency contacts,health tips, discover city option,social media update option and information about perks.
Kavach
Feb 2019 - Feb 2019
https://github.com/uvaishzafri/Kavach
A Safety App .App connected with arduino controlled BTmodule . module sends signal of specified string whenever the user
shouts for "help" or any other similar word.app then sends msg to saved contacts along with the victim's current location .
Work Plate
Jan 2019 - Jan 2019
An android application which simplifies the task management inside an office by sending tasks to appropriate employees in
an organization within the app and tracking its process .uses firebase and firestore as backend.
offline lyrics app
Jun 2018 - Jun 2018
https://github.com/uvaishzafri/JustinBieber
an offline lyrics app fo justin bieber songs.with
1.list of all the songs with lyrics .
2.optimized it's size to about 3.5MB.
3.sharing intent
4.paypal payment integration
5.splash screen
6. reached 5,000 organic downloads all by myself.
time table management system
Sep 2016 - Oct 2016
T ime Table Management and scheduling software for schools and colleges .with
1.class-wise time-table viewing forms
2.works good for both teachers as well as student side time-tables
3.modifiable.
4.interactive UI based on windows forms.
c++ graphics demonstration
Jan 2016 - Jan 2016
https://github.com/uvaishzafri/Cpp-graphics-demostration
Its a c++ project on the demonstration of graphics in the language using graphics.h library.with demonstration of various
graphics shapes and figures including rectangle,circle,pie,pie 3D,bar,bar 3D,text and pixels .
SIH 2019 mentor for team DIVYANG under innovation category.
One of handful student to get technical internship in college based startup in second year.
5 star C coder according to hackerrank .
developed mobile application for worlds biggest hackathon(SIHProject:Kavach).
https://github.com/uvaishzafri/InRioProject
https://github.com/uvaishzafri/Kavach
https://github.com/uvaishzafri/JustinBieber
https://github.com/uvaishzafri/Cpp-graphics-demostration
CONTACT Phone: 91 8368288091
Published apps on various stores including google play,amazon,getjar etc and got 5k+ downloads on them combined.
Institute Rank 3 ,batch Rank 1 CodeVita 2019.
Rank 3/2000 hackerearth NC coding challenge set1.
Rank 61/2041 CodeVar VIT Vellore.
Rank 1/550 Gfg Practice Leaderboard.
Rank 4/840 Hackereath CodeArena.
Rank 4/70 Institute-Wise CodeChef Leaderboard.
Rank 3/70 Weekend Challenge GL BAJAJ, Gr.Noida.
Rank 1150: Resume 850 with similarity score 0.008151768586917936
B.E , B.TECH graphic designer , product development , software developer , full time , front end developer brochures , react.js , figma , access , designation , ebooks , ug , mar , promotional , affirmative action , information technology , analytics , scratch , hindi , maintenance , web technologies , authorization , english , node.js , team building , status , social media , prevention , email , project , application , video , mongodb , angularjs , records , cordova , iris , languages , html5 , punjabi , proof of concept , it , software design , javascript , crm 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45…
https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45571346585f5d5… 1/2
Current Designation: Front End Developer
Current Company: Airtel Africa
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Airtel Africa as Front End Developer
Dec 2020 to Till Date
I currently working on latest web technologies to make company's product better.
IRIS Worldwide as Front End Developer
Apr 2020 to Dec 2020
Worked on client projects using Angular, lonic, React)S, HTML5, SCSS and Cordova.
Involved and responsble for team building and enhancement of team members.
Involved in R&D and building Proof of Concept for clients.
Major role in building technical proposals for various clients.
Thought Roots as Front End Developer
Jan 2018 to Mar 2020
Developed core product on video watching from scratch using Angular, HTML5, SCSS.
Built a custom analytics solution to analyze user behaviour and screen recording
prevention system to stop video piracy.
Built a CRM (for internal use), to manage cutomer access and sales records.
urstylecoach as Graphic Designer
May 2017 to Sep 2017
Created promotional content, social media posts, eBooks and brochures.
e Learned new way to style in men?s fashion.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Abhishek Verma
Frontend Developer seeking roles in IT Project Management,Software
Development,Software Design,Client Servicing,Technical Support,Product
Development,Angularjs,React.Js,Node.Js,MongoDB
Key Skills: Frontend Developer,Software Developer,IT Project Management,Software Development,Software
Design,Client Servicing,Technical Support,Product Development,Angularjs,React.Js,Node.Js,MongoDB,Javascript
Summary
A focused professional offering 3.3 years of experience in IT Project Management,Software Development,Software
Design,Client Servicing,Technical Support,Product Development,Angularjs,React.Js,Node.Js,MongoDB
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45…
https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45571346585f5d5… 2/2
UG: B.Tech/B.E. (Information Technology) from Lakshmi Narain College Of Technology, Bhopal in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Angular
React js
Node JS
HONIc
Mongo Db
HTML
ASS/SCSS
Figma
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 1151: Resume 1051 with similarity score 0.008134147828220837
MS director , support engineer , sap basis , assistant manager , senior manager , system administrator , associate , computer engineer , it professional , cloud engineer , it manager , full time , team member internal audit , microsoft azure , fault tolerance , fms , antivirus , status , sap , fintech , preventive maintenance , connectivity , ec2 , decommissioning , data center , remote desktop , procurement , server administration , cms , outlook express , hp proliant , access , designation , mar , iso 27001 , hindi , cluster , ltd , english , troubleshooting , project , provisioning , windows system administration , windows xp , hyper-v , dialers , disaster recovery , resolve , erd , security policy , javascript , technology , availability , gujarati , general , system recovery , performing , iso standards , affirmative action , dynamo , utilization , terminal , file servers , proxy , email , aws , server configuration , microsoft outlook , daily operations , languages , amazon , viz , wsus , management system , rights , esxi , v2v , web , folders , migrating , vmware infrastructure , windows server , ug , group policy , active directory , firewall , p2v , avaya , authorization , enterprise , virtualization , record , user administration , s3 , storage , iis , sophos , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 1/4
Current Designation: Azure ,AWS Engineer
Current Company: Fintech Global Center
Current Location: Ahmedabad
Pref. Location: Ahmedabad,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Client Server
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Diploma [Computers]
Verified : Phone Number | Email - id
Fintech Global Center as Azure ,AWS Engineer
Dec 2019 to Till Date
Design, implemented and maintained Cloud Enginner and cloud solutions for critical Confidential ISE projects.Participated
as Team member for migrating Confidential on Amazon Web Confidential (AWS)Involved in designing and deploying a
multitude applications utilizing almost all of the AWS stack (Including EC2, Route53, S3, RDS, Dynamo DB, SNS, SQS,
IAM) focusing on high-availability, fault tolerance, and auto-scaling.
Entigrity Solution Pvt Ltd as IT Manager
Feb 2019 to Dec 2019
Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group Policy,
, Backup Server and File Servers Etc
AWS Server configuration for host record maintain
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Services Helpdesk Management System Configure administrator
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server.
Simpolo Vitrified as Senior Manager IT
Jul 2016 to Jul 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Chetan Pandya
Diploma,with total 10 years of experience in windows + virtualization last 3.5 years
experience in AWS / Azure
Design, implemented and maintained
Key Skills: Sysops,AWS Engineer,Azure,Virtualization,Windows System Administration
Summary
I had done my diploma in computer engineer in 2007.
l have total 10+ years of experience in IT Professional, I have experience in windows servers , virtualization VMware/hyper V.
and I have last 4.0 years I am working on cloud computing Azure and AWS infrastructure platform.
now I am looking for AWS Azure cloud engineer job
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 2/4
? HP Hyper Convert 380 Hardware
? Key role in Windows Server infrastructure Troubleshooting, Support & SAP Basis Role Authorization
cloud backup solution
? Active Directory Management Viz. DNS/DHCP
? SCCM 2012 Installing & Manage
? Network Solution Switch level Knowledge L3 / L2, Sophos Firewall Support
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus and File Servers Etc
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Services Helpdesk Management System Configure administrator
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus
Doehle Danautic as Assistant Manager IT
Apr 2015 to Jul 2016
? Key role in Windows Server infrastructure Troubleshooting & Support
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus and File Servers Etc
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Utilized Hyper V Technology &VM server Maintain
? hp proliant 380&580 Gen 8 Hardware utilization
? Vital role in Hyper-V implementation, administration and Hyper V troubleshooting
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Services Helpdesk Management system Configure administrator
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group Policy,
, Backup Server, Antivirus
ITSource Technologies as L2 System Administrator
Sep 2013 to Oct 2014
? Key role in Windows Server infrastructure Troubleshooting & Support
? SCCM 2012 Installation & Configuration
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus, IIS, Proxy, Avaya, Dialers, Terminal servers and File Servers Etc
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Utilized Hyper V Technology 25 times more than VM server Maintain
? Involved in Cluster Monitoring, Connectivity Monitoring & hp ProLiant 380&580 Gen 8 Hardware utilization
? Vital role in Hyper-V implementation, administration and Hyper V troubleshooting
? Implemented WSUS server for deployment of security patches & updates
? Engaged in SAN Configuration & Monitoring
? Attend weekly meeting and share Knowledge about critical calls
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Gensol Consultants Pvt. Ltd. as Senior IT Executive
Feb 2010 to Aug 2011
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus, IIS, Proxy, Avaya, Dialers, Terminal servers and File Servers Etc
? Liaise with vendor, tech team, Enterprise management team and NOC to resolve user issues
? Assigning rights and privileges to users to access files and folders
? Implemented Automated System Recovery & ERD on all the Servers for Disaster Recovery
? Implemented WSUS server for deployment of security patches & updates. All the new Software's / Hardware's /
Upgrades / Patches / Service Packs are tested on the test environment to ensure that the production is unaffected
? Member in Incident Management team by generating incident report for critical calls
? Attended weekly meeting and share Knowledge about critical calls.
? Involved in Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
? Performing user administration activity as per the First Source Security policy guidelines
? Formulated documents on all the Servers including the major role of the Server, Hardware, Software Configuration etc
? Implementation & troubleshooting of VMware and supported daily operations of Gensol's VMware Infrastructure
? Provisioning & Decommissioning of VM / ESXi servers
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 3/4
? Performed P2V / V2V Migration of VM using the VMware vConverter Tool
? Performed Storage VMotion & VMotion
CMS Computers as FMS Support Engineer
Mar 2007 to Jul 2009
? Installation & Trouble Shooting of windows XP
? Provided end-to-end connectivity to Users
? Key role in Vendor Co-Ordination, Parts procurement, Inventory Management & ISO Procedure
? Remote and on-site audit for preventive maintenance as per ISO standards
? Remote support with Team Viewer, VNC and Remote desktop
? Configuration & maintenance of Microsoft outlook and Outlook express
? Involved in Operation & maintenance of LAN & WAN Connectivity
? Accountable for providing end-to-end connectivity to Users.
? Remote and on-site audit for preventive maintenance as per ISO standards
? Provided Remote support with Team Viewer, VNC and Remote desktop
? Configuration & maintenance of Microsoft Outlook & Outlook express
UG: Diploma (Computers) from AVPTI, RAJKOT in 2007
Other Qualifications/Certifications/Programs:
Vmware Certified Associate Data Center Virtulization
Nature of Employment: Full Time
Project Location: Morbi
Role: Network/System Administrator
Duration: Oct 2016 - Apr 2017
Onsite / Offsite: Onsite
Team Size: 5
Education
IT Skills
Skill Name Version Last Used Experience
VMWARE 6.0 2017 5 Year(s) 0 Month(s)
SYSTEM ADMINISTRATOR 2012 2011 8 Year(s) 0 Month(s)
Active Director 2012,2008 2009 9 Year(s) 0 Month(s)
AWS 2017 3 Year(s) 0 Month(s)
Microsoft Azure 2018 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Gujarati Proficient
Projects
Project Title: ISO 27001
Client: Simpolo Vitrified Ltd.
Project Details: As role Internal co-ordinate and internal Audit completed this project
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 1152: Resume 617 with similarity score 0.008105050491145793
B.S , MS , BS work from home , graphic designer box , internships , freelancing , adobe photoshop , mar , public , graphic design , children's books , adobe illustrator , resume , storyboarding , art , branding , youtube , illustration , completion , assessment , biotechnology , online Assessment
Q1. Why should you be hired for this role?
I have 1.5 year of experience in Adobe illustrator and I also work on UI designs. I worked with various YouTube channel, logos, branding,
storyboarding, poster, children's books etc.
In my previous Job I worked on 2 D illustration which was used in animated videos. I also Did freelancing on freelancer.com & got 5 stars review.
100% work completion.
Freelancer.com:- https://www.freelancer.com/u/tmskaleen
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for 3 months, starting immediately, work from home,
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8874805431
Tushar Sharma
Kanpur
Applied 26 Jan'21
Adobe Illustrator Adobe Photoshop
Bachelor of Science B.Sc), Biotechnology
Chatrapati Shahu Ji Maharaj University
2019 - 2021
Senior Secondary XII, Science
J.P. Public Academy
CBSE BOARD board)
Year of completion: 2017
CGPA 7.25/10
Secondary X
J.P. Public Academy
CBSE BOARD board)
Year of completion: 2015
CGPA 7.00/10
Graphic Design
Art Beach, Virtual
Jul 2019 - Aug 2020
Adobe illustrator
Graphic Designer
Creative Studio- Art Beach, Virtual
Aug 2018 - Aug 2020
Adobe Illustration
Stoke Box, Online
Aug 2019 - Mar 2020
Freelancer.com Please have a look on my portfolio.
https://www.freelancer.com/u/tmskaleen
Rank 1153: Resume 1188 with similarity score 0.008057360385010872
B.E , B.TECH , BS full time , web designer , ui designer , user experience designer visual design , general , interfaces , g2 , visual studio code , css , brackets , designation , ug , notepad++ , mar , affirmative action , user experience , new concepts , photoshop , ltd , adobe , jquery , player , authorization , english , graphic design , bootstrap , status , email , project , application , mockups , fixing , dreamweaver , technology solutions , prototyping , accessibility , customer experience , languages , sass , javascript , web , measures , html , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b18…
https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b1855434550095f5… 1/2
Current Designation: Web Designer
Current Company: CG-VAK Software (India)
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: Web / Graphic Design / Visualiser
Role: User Experience Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: Other [Other]
Verified : Phone Number | Email - id
CG-VAK Software (India) as Web Designer
May 2019 to Till Date
Designed and implemented new concepts for web application.
New user experience and interactions. Communicated ideas
using mockups using illustartor and photoshop and prototyping
using Adobe XD. Worked independently and with a small team
to ship user interfaces improvements and fixed bug in javascript,
jquery, HTML, CSS. Provided feedback to other ui designers
on their projects.
G2 Technology Solutions India Pvt Ltd.
Mar 2018 to Apr 2019
Designed and implemented new concepts for web application.
New user experience and interactions. Communicated ideas
using mockups using illustartor and photoshop and prototyping
using Adobe XD. Worked independently and with a small team
to ship user interfaces improvements and fixed bug in javascript,
jquery, HTML, CSS. Provided feedback to other ui designers
on their projects.
i VISUAL Design Innovation
Jul 2016 to Feb 2018
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
RAJESH KUMAR R
Web Designer seeking roles in Project Management,web designing,bug fixing,user
interfaces improvements,Photoshop,Adobe XD,Adobe
Dreamweaver,Notepad++,HTML, CSS, SASS, Bootstrap, Javascript,Jquery,React JS
Key Skills: Web Designer,User Experience Designer, Project Management,web designing,Mechanical Engineering,bug
fixing,user interfaces improvements,Photoshop,Adobe XD,Adobe Dreamweaver,Notepad++,Javascript,Jquery,React JS
Summary
Having around 4.7 years of experience as UI designer and I have worked on more than 40 different
projects, a bright and self-motivated web designer with a strong technical background. A
good team player, able to play a key role throughout a project development to ensure maximum
accessibility, customer experience and usability
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b18…
https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b1855434550095f5… 2/2
Analysing Client's Requirement and Designed and implemented
new concepts for website. New user experience and interactions.
Communicated ideas using mockups using photoshop.
Taking measures to improve the quality by innovative ideas.
UG: B.Tech/B.E. (Mechanical) from Karpaga Vinayaga College Of Engineering And Technology in 2015
PG: Other (Other) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Visual Studio Code
Brackets
Adobe Dreamweaver
NOTEPAD++
Adobe XD
PHOTOSHOP
ILLUSTRATOR
HTML
CSS
SASS
BOOTSTARP
JavaScript
JQUERY
React js
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 1154: Resume 1353 with similarity score 0.008022861774010157
MS information security officer , sr. manager , cto , avp , it professional , full time vdi , rollout , general , financial services , rfp , asset tracking , citrix , brocade , microsoft azure , designation , office , capital , affirmative action , service desk management , it security , docker , emc , vendor management , information security , virtualisation , low latency , authorization , risk , internet , english , storage systems , arista , status , telephony , netscaler , proxy , email , jordan , securities , aws , devices , provisioning , information systems , mumbai , business operations , servers , nutanix , ec2 , languages , procurement , it service , assessment , vmware , cisco , javascript , network administration , cloud computing , technology , load , it infrastructure management , bfsi 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12…
https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12564313515b5f… 1/2
Current Designation: AVP & Head IT Infrastructure
Current Company: EDELWEISS GLOBAL MARKETS
Current Location: Mumbai
Pref. Location: Mumbai
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: EPGDM [Information Systems]
Verified : Phone Number | Email - id
EDELWEISS GLOBAL MARKETS as AVP & Head IT Infrastructure
Oct 2017 to Till Date
Heading IT Infrastructure for Edelweiss Global Markets.
Responsible for entire IT Infrastructure comprising of Servers, Datacentre, Networking and End-User Computing for the
BG.
Managing a team of 20 Professionals.
Projects & Achievements
Low latency network setup using Arista-Metamako devices.
Provisioning of EC2 instances on AWS Cloud
Provisioning of applications on Docker.
Evaluation and PoC of Private Cloud (HPE SimpliVity)
Rollout of Microsoft O365 to users
SBICAP SECURITIES LIMITED as Sr. Manager - IT
Feb 2013 to Sep 2017
Worked as Information Security Officer and Head of IT Infrastructure and Projects
Managed IT Infrastructure, procurement and End User Computing
Managed team of 30 professionals
Projects & Achievements
Implemented DR/BCP
Implemented Citrix VDI for 200 users
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Jordan Dias
AVP & Head IT Infrastructure seeking roles in IT Infrastructure Management,Security
Management,Cloud Computing,Network Management,Service Desk
Management,Vendor Management,Risk Management,VMware,AWS,Nutanix,Microsoft
Azure
Key Skills: AVP & Head IT Infrastructure,Head/VP/GM-Technology/CTO,IT Infrastructure Management,Security
Management,Cloud Computing,Network Management,Service Desk Management,Vendor Management,Risk
Management,VMware,AWS,Nutanix,Microsoft Azure
Summary
Seasoned IT Professional with 21 years of experience in managing IT, IT Infrastructure / Operations, and Information Security.
In-depth understanding of BFSI Business operations and related technologies. Skilled in design and implementation of IT
services for BFSI environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12…
https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12564313515b5f… 2/2
RFP and through evaluation of Hyper-converged systems
Implemented IP Telephony for corporate office and branches
AK CAPITAL as AVP & Head - IT
Apr 2012 to Jan 2013
Responsible for Entire IT Infrastructure (Network and Datacentre). Managing a team of 3 professionals
Projects & Achievements
Implemented solutions like secure internet proxy and IT asset tracking and IT service desk system (based on open-source
platform)
IT Security assessment and audits
PG: EPGDM (Information Systems) from Alliance Business School in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
VMware, Citrix Virtualisation
AWS, Microsoft Azure Cloud
HCI systems - Nutanix, Simplivity
Networking - Metamako, Arista, Cisco
Brocade, DNS, NS Servers
Layer 7 Load-balancers - F5/NetScaler
Storage Systems EMC
UTM - FortiGate, IPT - Unify
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 1155: Resume 24 with similarity score 0.007992954790704273
MS , B.TECH , BS work from home rendering , finances , api , spring mvc , computing , internships , filters , sqlite , 3d , samsung , authentication , firebase , particular , risk , sim , bulk sms , kotlin , application , video , numbers , default , sports , fit , surface , resume , rest , blockchain , java , led , reason , android development , foundation , completion , assessment , history , search , web , technology , cloud storage , mathematics , database , frame Assessment
Q1. Why should you be hired for this role?
As i mentioned, i have interned at Samsung R&D where i specifically worked on Android development for 4 months and developed an application
for Samsung In process of publication).
Also, i have developed android application for a music school and also some great android projects.
I am good at grasping the work and react according to the situation. That's the reason i will be perfect fit for that role.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, i am available for 3 months for the internship. I can start this internship from 1st January'21
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Abhinav Sanghi
Delhi, Narnaul
Applied 25 Dec'20
Android Kotlin Firebase
Java Blockchain C Programming
REST API SQL SQLite
Spring MVC Flutter
Bachelor of Technology B.Tech), Mathematics & Computing
Delhi Technological University
2017 - 2021
CGPA 8.37/10
Senior Secondary XII
CBSE board
Year of completion: 2016
Percentage: 91.20%
Secondary X
CBSE board
Year of completion: 2014
CGPA 10.00/10
Software Development
Samsung R&D, Virtual
Apr 2020 - Aug 2020
Developed an AR App and worked on Camera 2 API using Surface View.
Implemented recording of videos with various AR face masks ,various face filters using AR Core & Foundation
Implemented runtime rendering of 3d video screen on Augmented image
Corporate Head at Aahvaan,DTU
Led a team of 40 volunteers involved
in the conceptualization and planning
of the university sports festival while
handling the budget and finances. Raise
the budget of sports fest by 148%.
BULK SMS SENDER APPLICATION
Apr 2020 - Dec 2020
https://github.com/abhinavsanghi98
Developed an Android application for sending a particular text to
lots of numbers. Numbers can be provided manually or from a .txt
file. A fixed delay can also be provided to avoid sim blockage.
Option to change default carrier & see history.
https://github.com/abhinavsanghi98
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9467718030
Customized Attendance manager application for a Music School
Jan 2020 - Feb 2020
https://github.com/abhinavsanghi98
Developed an Android attendance taker and manager app music school. Used Firebase Realtime database for
backend and Firebase Cloud Storage for storing school notices.Secured Login using Firebase Authentication
DETECTION OF TAMPERED VIDEOS USING BLOCKCHAIN TECHNOLOG
Jul 2020 - Present
https://github.com/abhinavsanghi98
Videos published on the web face the risk of being tempered for
unethical purposes. So, designed a Blockchain Model which
generates an array of pixels of each frame of video to calculate Hash
using SHA256.A tampered video can be detected.
I was among top 0.5% students in Jee mains among 13 lakh students.
I have cleared National talent search examination-I and secured a rank of 72 in Haryana
https://github.com/abhinavsanghi98
https://github.com/abhinavsanghi98
Rank 1156: Resume 1079 with similarity score 0.007889435137954898
B.E , MS , B.TECH , BS delivery specialist , test engineer , full time , process coordinator appdynamics , customer , functional testing , platforms , conducting , it operations , end-to-end testing , databases , linux , end user training , red hat , ssl , status , firmware , bridge , components , connectivity , ec2 , operating systems , server administration , system administration , performance testing , amazon web services , ansible , automation , usability testing , designation , regression testing , v3 foundation , hindi , establishing processes , english , troubleshooting , project , groups , credentials , ibm , capacity planning , itil , fits , javascript , technology , reporting , general , performing , developers , affirmative action , maintenance , database administration , mcms , security compliance , email , software validation , aws , configuration management , black box testing , middleware , languages , load balancing , engineers , rendering , onboarding , high availability , migrating , ug , telecom , analytics , systems management , authorization , risk , teams , application performance management , servers , running , kannada , events , tuning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f1…
https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f170a1544585b58… 1/3
Current Designation: Aws Administrator
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IBM as Aws Administrator
Jul 2013 to Till Date
* Working on onboarding of AWS account.
* Role is performed by technical professionals who specialize in providing perform services to clients on hardware and
software components.
* Activities include operation and maintenance of operating systems across multiple platforms, middleware applications,
various database technologies, high availability solutions and load balancing.
* Job responsibilities include, but are not limited to, the following: operation and maintenance of operating systems and
platform support, database administration, capacity planning, performance management, security compliance. Support is
also provided for systems management tools which monitor the operational status of the environment.
* Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
* Hands on experience in dealing with App Dynamic, monitoring configurations for applications, performance
troubleshooting etc
* Uploading inventories, creating credentials and configuring job template and testing the connectivity
* Performing the on-boarding activity of the account to the Ansible Tower by configuring all the prerequisite
* Addressing to the customer calls to get the account approval and onboarding the account to the tower thereafter
* Participating in end-to-end testing of the account
* Implementing Ansible to manage all existing servers and automating the build/configuration of new servers
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Niranjan B C
Seeking roles in AWS system Administration,AWS Administration,appdynamics admin
,ansible toweradmin
Key Skills: AWS/System Admin,System Administration,AWS Administration,Server Administration,Incident
Management,Project Management,Configuration Management,Software Engineering,Performance Testing, Appdynamics,
Ansible tower
Summary
* A competent professional with 7 years of experience in Amazon Web Services administration ,, Appdynamics
Implementation and Configurations, Incident Management and Manual-Testing
* Proficient in monitoring applications for managed users and systems while deploying and managing the Configuration
Manager Client
* Skilled at conducting automated and manual tests to ensure the software created by developers fits its purpose
* Familiarized with all aspects of the incident management process, from evaluation to resolution and effectively recorded all
issues and helped to design ways to prevent similar problems in the future
* Completed courses on Red Hat Delivery Specialist - Automation AWS and App Dynamics .
* App Dynamics Certified Implementation Professional and holds ITIL V3 Foundation Certificate from IBM
* Worked on application performance management and IT operations analytics named as AppDynamics
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f1…
https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f170a1544585b58… 2/3
* Managing the configurations of multiple servers using Ansible
* Dealing with App Dynamic, monitoring configurations for applications, troubleshooting performance and more
* Rendering support to application teams for the deployment of APM solution (AppDynamics) for different technologies
(.Net & Java) and databases
* Migrating target application teams to configure APM tool to best support their requirements
* Executing end user training on APM solution to target application teams
* Troubleshooting issues related of AppDynamics controller, DB agent , events service and AppDynamics tool servers
* Supervising Performance Resolution/Tuning by rendering help and training in the use of APM tool for performance
tuning in target app
* Functioning on the APM server software maintenance and maintain APM solutions backend server software
* Commencing bridge call on SEV 1, SEV2 with the concerned teams and coordinating until the incident resolves
* Ensuring that both employees and customers using the technical products of companies receive technical support and
keeping a log of incidents
* Escalating incidents at risk of breaching Service Level Agreement to the Incident Process Coordinator
* Helping the administration to keep track of any issues and ensures resolution and also assisting them in examining
incidents and establishing processes to help prevent or minimize similar problems from arising
* Informing the users about their incidents' status at agreed intervals
Levin Software technology as Manual Test Engineer
Jan 2012 to Jun 2013
* Working with firmware developers and validation engineers.
* Developing and automating tests for software validation
* Detecting bug issues
* Preparing file defect reports and reporting test progress
* Performing various black box testing Methodologies like Functional Testing, Usability Testing and Regression Testing
* Monitoring all production stages to ensure safety procedures are followed
* Running quality controls on components and final products
Project Executed
* Datanet Solutions
* Estuary U
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2009
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2021 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
kannada Proficient
hindi
Tulu
Projects
Project Title: MCMS AWS team
Client: MCMS shared team
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f1…
https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f170a1544585b58… 3/3
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Role is performed by technical professionals who specialize in providing perform services to clients on
hardware and software components.
Activities include operation and maintenance of operating systems across multiple platforms, middleware applications,
various database technologies, high availability solutions and load balancing.
Job responsibilities include, but are not limited to, the following: operation and maintenance of operating systems and
platform support, database administration, capacity planning, performance management, security compliance. Support is
also provided for systems management tools which monitor the operational status of the environment.
Rank 1157: Resume 1303 with similarity score 0.007815691654259308
B.E , MS , B.TECH software engineer , associate , senior systems engineer , solution architect , change management , full time continuous process , nfs , telugu , root cause , security , microsoft azure , platforms , databases , linux , status , infosys , road , testing , components , fundamentals , ec2 , it infrastructure , restoration , oci , ansible , designation , application discovery , rhel , hindi , cloud , brownfield , ltd , windows , investigation , database servers , english , troubleshooting , productivity improvement , provisioning , ibm , change management , disaster recovery , server migration , itil , javascript , disk management , technology , availability , vm , general , performing , affirmative action , oracle , memory management , public , unix , checks , suse , iaas , escalation , paas , architecture , email , aws , information systems , web standards , hp , customer experience , languages , context , console , load balancing , trend analysis , storage management , hardening , mechanisms , interconnect , performance management , migrating , group policy , health , permissions , authorization , risk , record , map , less , wealth , user requirements , matrices , transformations , led , s3 , tuning , network administration , package management , backup and recovery , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120…
https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120314465c0f0903… 1/3
Current Designation: IT Linux System Manager
Current Company: Micron Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Micron Technology as IT Linux System Manager
Oct 2020 to Till Date
Managing day-to-day remote Infrastructure System Admin. activities according
to ITIL standards while maintaining SLA
Studying & troubleshooting CPU, Load, Memory and processes
Creating:
o Users, roles and managed permissions in Linux as well as Windows
o Estimations, migration plan for public cloud AWS, and road map for IT
infrastructure transformations
Collaborating with all departments to conduct analysis, investigation &
diagnosis of root cause of problems
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
MINCHULA MADHURI
IT Linux System Manager seeking roles in IT Infrastructure,Linux Administration,Oracle
Cloud Infrastructure,Installation,Configuration,Testing,Incident Management,Disaster
Recovery,SLA Management,Troubleshooting,Transformation,Migrations,AWS
Key Skills: IT Linux System Manager,IT/Networking-Manager,IT Infrastructure,Linux Administration,Oracle Cloud
Infrastructure,Installation,Configuration,Testing,Incident Management,Disaster Recovery,SLA
Management,Troubleshooting,Transformation,Migrations,AWS
Summary
A focused professional with nearly 5 years of experience with track record of
analyzing information system needs, evaluating end-user requirements, custom
designing solutions & troubleshooting for complex information systems
management
Currently associated with Micron Technology, Hyderabad as IT Linux System
Manager
Wealth of expertise entails resolving critical issues with extensive experience in
monitoring, tuning & performing trend analysis of System/Application
Excels in providing solutions to OS for installation, configuration, performance
tuning, backup and recovery, monitoring, web server tuning
Skills in:
o Installing, configuring, upgrading and troubleshooting various Linux Platforms
(RHEL, SUSE)
o Linux NFS, File System Management, Performance Management, User/Group
Management and disk management using LVM, backup and restoration from
OS end and package management
o AIX and HP UNIX, AWS, OCI
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120…
https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120314465c0f0903… 2/3
Migrating the servers from one region to another region and creating minor
ansible scripts for day-to- day activities
Creating shell scripts and ansible scripts and provisioning LINUX servers
through public cloud AWS
Infosys Ltd as Senior Systems Engineer
Nov 2018 to Oct 2020
Installed, upgraded, and decommissioned servers as per client requests; performed daily health checks of servers
Led User group and disk management LVM (Preferable), Storage Management from OS level
Worked on database servers for the migration activities and migrated the servers from one region to another region
Ensured compliance with all the hardening, patches and group policy restrictions
Facilitated end-to-end delivery of the projects, met internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
o Value-adds, continuous process and productivity improvement
Implemented standards for various operational areas; led quality systems & procedures to facilitate a high-quality
customer experience, while adhering to the SLAs
Prepared estimations, cloud migration plan for public cloud AWS, OCI and road map for IT infrastructure transformations
Conducted meetings/huddles; managed internal and external calls with customers
Acted as an escalation gate; addressed or resolved the customer or team issues/complaints/escalations on priority in
order
to meet the defined satisfaction matrices
Migrated the VM's using AWS cloud and provisioned both Windows and LINUX servers
Worked on/ with:
o OCI console and AWS console for different day-to-day activities
o Scalable networking technologies such as Load Balancers/ Firewalls and web standards such as REST APIs & Web
Security Mechanisms
Set-up foundational services & landing zone in a greenfield/ brownfield cloud platform context, specifically on AWS;
expertise in OS, Networking, and Cloud Architecture fundamentals
Possess intensive knowledge of AWS products and services such as VPC, EC2, S3, RDS, ELB, and AWS (Iaas & Paas
components)
Worked on Cloud Virtual Network, Cloud Load Balancing, Cloud CDN, Cloud Interconnect, Cloud DNS, Network
Service Tiers across multiple availability zones & regions
Migrated VMs using various AWS Native Tools such as AWS Application Discovery Service and AWS Server Migration
Service
Supported migrations of VMs from on-prem to cloud and migrated OS workloads to AWS
IBM as Software Engineer
Feb 2016 to Nov 2018
Rendered 24*7 support to critical servers which ran Databases & Applications on various Linux platforms in both virtual
and physical environments
Led File system management and memory management
Managed & mitigated OS level vulnerabilities
UG: B.Tech/B.E. (Computers) from sai ganapati engineering college in 2014
Other Qualifications/Certifications/Programs:
Oracle Cloud Infrastructure associate
AWS certified solution architect
Education
IT Skills
Skill Name Version Last Used Experience
Oracle cloud infrastructure 2020 3 Year(s) 0 Month(s)
AWS 2020 2 Year(s) 4 Month(s)
Linux Administration 2020 5 Year(s) 0 Month(s)
Microsoft Azure 2020 1 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120…
https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120314465c0f0903… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Rank 1158: Resume 192 with similarity score 0.0078097617228287996
BTECH , MS , B.TECH work from home , android developer dependency injection , algorithms , internships , linux , firebase , advanced , node.js , kotlin , mongodb , video , checkout , new features , resume , android , github , testing , assessment , injections , app , javascript , organization , technology , registration Assessment
Q1. Why should you be hired for this role?
I'm a well experienced Android Developer who can work on both java and kotlin.
I'm well acquainted with Advanced Android Topics such as
- Dagger/Dagger-Hlit for dependency injections
- MVVM/MVP for code Architechture
- Coroutines
- Flows
- Test Driven Developement Espresso & Robolectric)
I would really love to work in a team
You can checkout my GitHub profile for my experiences and contributions in android, with almost 45 pull requests
https://github.com/FareesHussain
I'm also a top contributor in Oppia GSOC org)
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available for 3 months. I can start right away
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 9989396968
Farees Hussain
Delhi, Rajahmundry
Applied 31 Dec'20
Android Kotlin Algorithms
C Programming Data Structures Firebase
Java JavaScript Linux
MongoDB Node.js
Bachelor of Technology B.Tech), Btech
Jamia Millia Islamia
2019 - 2023
Android App Development
Oppia, Virtual
Nov 2020 - Present
Gsoc organization
I'm a top contributor of oppia-android
With a keen experience in advanced topics like dependency injection, Testing..
Android App Development
Jan Elaaj, Virtual
Jul 2020 - Sep 2020
I've solved many bugs
Implemented new features
Added video calling
Fixed registration error
Added upi payment intent
Rank 1159: Resume 287 with similarity score 0.007764444363149493
MS , B.TECH , BS work from home , campus ambassador training , retail , internships , photoshop lightroom , adobe photoshop , office , mar , adobe premiere pro , video editing , public , windows mobile , teams , documentary , ilt , project , application , kotlin , c programming , introduction to , resume , android , electronics , final cut pro , led , online , cc , photography , completion , assessment , virus , campus , technology , road safety , interactive media Assessment
Q1. Why should you be hired for this role?
I have done Android app development in Kotlin language from Internshala Training program & top performer in my training with 100% score. I also
made a Food ordering app as a project.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
Kislay .
Delhi
Applied 01 Jan'21
Android Adobe Premiere Pro Final Cut Pro
Video Editing Adobe Photoshop Lightroom
CC
C Programming
C Programming Photography Video Making
Windows Mobile Application
Development
Bachelor of Technology B.Tech), Electronics and Communication
Jamia Millia Islamia
2018 - 2022
Senior Secondary XII, Science
Sanatan Dharam Public School
CBSE board)
Year of completion: 2017
CGPA 8.00/10
Secondary X
Sanatan Dharam Public School
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Mobile App Development
Brdgespan Consultants, Virtual
Aug 2020 - Nov 2020
Video Making/Editing
Interactive Media & Private Limited, Noida
Mar 2020 - May 2020
First time experience of working in office, meet great people, learned a lot.
Campus Ambassador
DTU, Virtual
Feb 2020 - Apr 2020
Campus Ambassador
NIT Hamirpur, Virtual
Jan 2020 - Mar 2020
Campus Ambassador
IIM Bangalore, Virtual
Dec 2019 - Mar 2020
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9560610627
Marketing
Unschool, Virtual
May 2019 - Jun 2019
Campus Ambassador
Indian Road Safety Campaign, Virtual
May 2019 - Nov 2019
Marketing
Felicia Retail Private Limited, Virtual
May 2019 - Jun 2019
Campus Ambassador
IlT Delhi, Virtual
Feb 2019 - Apr 2019
Led 3 teams of 30 members to plan & conduct in a startup "Beat The Virus".
Top performer Android App Development Training)
Verified and added by Internshala Trainings
Android App Development
Internshala Trainings, Online
Jul 2020 - Aug 2020
Successfully completed an eight weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules. I
scored 100 % in the final assessment and was a top performer in the training.
Secured 1st prize rank in Gautam Buddha University for Documentary Making Competition.
Rank 1160: Resume 269 with similarity score 0.007420075427114877
MS , BS student mumbai , assessment , english , resume , media marketing , organization , writing , connect , social media , digital marketing , scripting , learning , coaching , teaching Assessment
Q1. Why should you be hired for this role?
Being a Mass media student i can connect easily with the large number of masses with my work and bring up to a glory for my organization.
If given a chance will definitely make up for it
I completely feel that I am eligible for this post.
I am definitely good at both English speaking and writing as i have been teaching English since 3 years
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available
Resume
EDUCAT ION
JOBS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8422961500
Kanchan Patil
Navi Mumbai
Applied 26 Jan'21
MSOffice English Proficiency Spoken) English Proficiency Written)
Social Media Marketing Teaching Digital Marketing
Bachelor of Arts B.A.)
Institute Of Distance And Open Learning
2019 - 2022
Bachelor of Mass Media B.M.M.), Arts
ICLES' Motilal Jhunjhunwala College
2018 - 2021
Percentage: 9.19%
Teaching
Private coaching classes, Navi Mumbai
Sep 2018 - Present
I am a Bmm and BA student and is inclined towards writing and scripting.
I am fully focused towards my work and if given a chance will for sure bring up to glory.
I am team oriented can build up strong points for the betterment of us.
Teaching English in classes
First rank holder of bmm
Rank 1161: Resume 952 with similarity score 0.0073935765585022555
B.E , B.TECH , BS technician , software developer , team leader , senior software engineer , full time , vp , php developer ecommerce , react.js , api , training , redux , customer , css , access , designation , ug , dos , telecom , gym , mar , affirmative action , hindi , membership , maintenance , php , jquery , english , authorization , web applications , status , transparency , email , record , project , wordpress , video , focus , windows 10 , ubuntu , range , testing , online , usability , languages , html5 , canvas , mysqli , amazon , fetch , javascript , crm , technology , csr , flash drives , laravel , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e100817…
https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e1008170119425a585b… 1/3
Current Designation: Senior Software Engineer
Current Company: Infinite Computer Solutions
Current Location: Gurgaon
Pref. Location: Noida,Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infinite Computer Solutions as Senior Software Engineer
Aug 2020 to Till Date
Looking for a job on ReactJs Developer.
Vcare Corporation as Team Leader
May 2016 to Aug 2020
? Product Name: Telgoo5
o Module: Create API, Reports, CSR
o Technology: PHP, MYSQL
o Description: Telgoo5 product is based on Telecom Domain. Using this we maintain customer accounts.
? Product Name: Singer CRM
o Technology: PHP, MYSQLI
o URL: singer.vcarecorporation.com
o Description: Singer CRM is used for manage complaints against singer products. In it we have 5 type of user Admin,
Agent, RM, SF & Technician. Agent attend call from customer and register their complaint and assign to SF & Technician
of that zone.
? Product Name: Kajaria CRM
o Technology: PHP, MYSQLI
o URL: kajaria.vcarecorporation.com
o Description: Kajaria CRM is used for manage complaints against kajaria products. In it we have 4 type of user Admin,
Agent, RM & Technician. Agent attend call from customer and register their complaint and assign to Technician of that
zone.
? Product Name: Kerovit CRM
Last Active: 6-Feb-21 Last Modified: 4-Feb-21
Praveen Choudhary
ReactJs Developer, Redux, Jsx, PHP,Laravel,HTML,Ajax,Jquery,CSS,MySQL
Key Skills: React.Js,Javascript,HTML,PHP,MySQL
Summary
I am a proficient developer having more than 7 year of professional experience in implementing Web Applications with focus on
Usability, Implementation and testing and a track record of delivering quality solutions using range of different technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e100817…
https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e1008170119425a585b… 2/3
o Technology: Laravel, MYSQL
o URL: kerovit.vcarecorporation.com
o Description: Kerovit CRM is used for manage complaints against kerovit products. In it we have 8 type of user Admin,
Agent, VP, GM, RM, AM, Coordinator & Technician. Agent attend call from customer and register their complaint and
assign to Coordinator & Technician of that area.
Flexsin Technology as PHP Developer
Aug 2014 to May 2016
* Project Name: Qualitas Flash Drives
o Technology: WordPress, MYSQL
o URL: www.qualitasflashdrives.com
o Description: Qualitas is online Ecommerce website where you can design your Flash Drive and order.
* Project Name: PallMart
o Technology: WordPress, Amazon API, MYSQL
o URL: www.pallmart.com
o Description: In Pallmart we fetch products from Amazon API and show on our website.
* Project Name: Online Gym web Application
o Technology: WordPress, jQuery, MYSQL
o URL: www.surfersgym.com
o Description: In Surgersgym customers purchase membership for get Gym training online. After customer purchased
membership they able to access Exercise video according their number of day in class.
Techno Softwares as PHP Developer
Feb 2013 to Mar 2014
* Project Name: Instant Video
o Technology: PHP, HTML5 Canvas, jQuery, MYSQL
o Description: Instant Video is a design tool where user can upload it's image and perform multiple operation like
Rotate, Transparency, Move over another image, Write Text on image and also user can create it's own Template and
download it in a Image.
* Project Name: Design Concepts
o Technology: HTML, jQuery, CSS
o URL: www.design-concepts.in
o Description: Design Concepts is a simple informative Website.
UG: B.Tech/B.E. (Computers) from Rajasthan University in 2012
Education
IT Skills
Skill Name Version Last Used Experience
Windows 10, DOS, Ubuntu
MySQL
PHP, WordPress, Laravel, HTML
AJAX, Jquery, CSS
React.js
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e100817…
https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e1008170119425a585b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 1162: Resume 1020 with similarity score 0.007389909324254491
B.E , B.TECH scrum master , project lead , devops , full time , senior associate , front end developer bmc remedy , xpression , mcs , dql , ipswitch , aps , digital , cics , service operation , status , vsam , cobol , panvalet , xcp , organization , ibm utilities , liability , tso , upgradation , devops , filenet , designation , ccm , cse , cloud , documaker , revenue forecasting , ca7 , ltd , windows , english , ftp , notes , itil , javascript , insurance , bfsi , html , documentum , scrum , performing , scripting , affirmative action , oracle , emc , principles , readiness , maintenance , kofax , unix , nexus , dynatrace , email , ispf , lotus , connect direct , microsoft , dreamweaver , hp , technology solutions , languages , mvs , assessment , people management , jenkins , css , soap , ug , tamil , z/os , adobe , autosys , authorization , centralization , application , agile project management , mainframe , transformation , framework , sar , it operations management , csi , rexx 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d4…
https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d445517140b5908… 1/3
Current Designation: Senior Associate - Project Lead
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [CSE]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Senior Associate - Project Lead
Nov 2008 to Till Date
Project:
Client Name / Project Title/ Type of Project : US Insurance Company / Maintenance & Support
Domain : Insurance
Period : Since Feb?19
Role : Project Lead
Team Size : 30
Key Result Areas:
Qualified and expertise professional offering over 12 years of experience in Digital technology products like CCM, ECM
Documentum, Adobe as a primary skill sets and MAINFRAME technology as secondary skill set with great Insurance and
BFS Domain Knowledge.
Skilled in Account Management activities like working on SOW, RFPs, POCs, BFSI Accounts forecasting process (RFR
(Revenue for Resource) Analysis and finding variance reasons, Accounts Revenue Forecasting, Accounts Margin (CP
Percentage) Forecasting.
Excellence in Project managements by handling many applications with wide technologies (Filenet/Kofax/Lotus
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Nithila Velusamy
Senior Associate in CTS with 12 Years exp seeking roles in IT Operations
Management, Project/Account Management/ Scrum master, Sr Tech Architect in ECM
Documentum xCP, EMC xPression 4.6, Adobe Dreamweaver xPresso, Mainframe.
Skilled in Devops, Agile
Key Skills: Project Lead,IT Operations Management,IT Maintenance Support,Incident Management,Project
Management,Release Management,CCM,Documentum,EMC xPression
4.6,COBOL,JCL,CICS,REXX,Eztrieve,Dreamweaver,HTML,Agile Project Management,Devops,CSS,Javascript
Summary
Qualified and expertise professional offering over 12 years of experience in Digital technology products like CCM, ECM
Documentum, Adobe as a primary skill sets and MAINFRAME technology as secondary skill set with great Insurance and BFS
Domain Knowledge.
Skilled in Account Management activities like working on SOW, RFPs, POCs, BFSI Accounts forecasting process (RFR,
Accounts Revenue, Margin (CP%)).
Excellence in Project managements by handling many applications with wide technologies and worked as both technical and
business SME.
Driven many organization initiatives like L1.5 Centralization, Incident reduction initiatives, Cloud readiness assessment,
implementing ITIL based Service operation framework , adopting modern app development through DevOps and aligning
towards Agile methodology
Contributed towards latest version upgrade of ECM (Documentum xCP from 1.6 to 16.4) and CCM (xPression V4.6 to 20.3)
products, Technology upgradation from Documaker and Mainframe to xPression.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d4…
https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d445517140b5908… 2/3
Notes/Microsoft/xPresion/xPresso/xCP/Documentum) and worked as both technical and business SME.
Driven many organization initiatives like L1.5 Centralization, Left shift, Incident reduction initiatives, Cloud readiness
assessment, implementing ITIL based Service operation framework , adopting modern app development through DevOps
and aligning towards Agile methodology.
Contributed and supported towards latest version upgrade of ECM (Documentum xCP upgrade from 1.6 to 16.4) and
CCM (xPression Version upgrade V4.6 to 20.3) products, Technology upgradation from Documaker to xPression,
Transformation / Migration from Mainframe to xPression, Aggressive and proactive automations/CSI across accounts.
Skilled in People management by having of 6 direct reportees and 7 indirect reportess and managing more than 30
associates from various horizontal and Vertical associates in applications.
External Certifications:
Successfully completed external certifications in:
1. Digital Skilling - Front End Developer from Udacity in 2016
2. Performing Leads (PL1) Program from Crestpoint in 2016
3. Communication Excellence from Comex in 2014
4. INS 24 Segment A - Property and Liability Insurance Principles from AICPCU in 2012 5. J2EE from NIIT in 2008
UG: B.Tech/B.E. (CSE) from MEPCO Schlenk Engineering College in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Windows,MVS/EVA,z/OS
EMC xPression 4.6,xPresso Dreamweaver
Oracle,xCP 2.1
DQL,DQMan, IPSwitch, Jenkins
Nexus, Soap UI, SVN
DynaTrace, AutoSys
BMC Remedy, HP PPM, Service Now
FTP, Connect Direct
IBM S390 MAINFRAME, Pentium IV
MAINFRAME
COBOL, JCL, CICS, REXX, APS
HP UNIX KORNSHELL Scripting
Eztrieve,DB2, & VSAM
SPUFI, QMF, File-Aid, Changeman
Xpeditor, Panvalet, Endevor
MCS, IBM Utilities, TSO/ISPF
OPC, SAR, Documerge, CA7
Languages Known
Language Proficiency Read Write Speak
English
Tamil
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d4…
https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d445517140b5908… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1163: Resume 988 with similarity score 0.007354838524478169
B.S associate buyer , full time , merchandiser ecommerce , liquidation , wholesale , onboarding , turn , customer , suppliers , performing , apparel , designation , demand , ug , microsoft office , vendors , affirmative action , studio , trading , spring , chemistry , hindi , vendor management , ltd , department coordination , bdm , market opportunities , player , product categories , internet , authorization , english , status , purchase orders , email , pricing strategy , mumbai , crayon , visual merchandising , fashion styling , languages , clear , supply chain , financial goals , javascript , availability , velocity , markdown , catalogue 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c42…
https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c4257404759580c… 1/2
Current Designation: Associate Buyer
Current Company: Hopscotch Wholesale Trading Pvt. Ltd
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Hopscotch Wholesale Trading Pvt. Ltd as Associate Buyer
Feb 2015 to Till Date
Responsible for merchandising plan to the buyer who, in turn, can decide on what products, styles, colors etc., to
purchase and from which suppliers, at what price, etc.
Across Department Coordination (Catalogue Team, Warehouse, Studio, Supply Chain, BDM and Vendors)
Monitors stock movement, consider markdowns, inter-branch transfers, promotions or clear outs etc.
To manage product and pricing strategy with keen eye on customer need and future Fashion trends.
Monthly target of GMV & Onboarding new brands.
Vendor management & relationship.
Planning & Selection.
Analyze product sales, inventory levels and vendor product availability to meet market demand.
Create and submit vendor purchase orders in a timely fashion to ensure on time delivery of product.
Forecast and/or react quickly to surges in product demand including various hot market opportunities.
Quickly identify successful and/or profitable key item product categories and respond accordingly.
Identify poor performing styles and provide liquidation and/or markdown strategy to increase velocity.
Ensure monthly inventory levels are sufficient and appropriate to support sales and align with other key financial goals.
Successfully worked for Brands like Zero, Mom's pet, Mom's Love, Do Re Me, BownBee, A.T.U.N, Spring Bunny, Bubbles,
Crayon Flakes, Game Begins... and many more.
UG: B.Sc (Chemistry) from Bharatiya Vidya Bhavan (BVB) in 2012
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Shilpa Pandit
Associate Buyer seeking roles in Fashion Designing,Visual Merchandising,Garment
Designing,Apparel Designing,Fashion Styling,Product Sales,Buying,Supply
Chain,Vendor Management,Buyer Activities,Product Pricing,Design Development
Key Skills: Associate Buyer,Merchandiser,Fashion Designing,Visual Merchandising,Garment Designing,Apparel
Designing,Fashion Styling,Product Sales,Buying,Supply Chain,Vendor Management,Buyer Activities,Product
Pricing,Design Development
Summary
Result oriented professional with 5 years of experience in merchandising and Buying. Good team player, always ready to extend
helping hand towards guiding team members and take initiatives in additional responsibilities. I am dedicated, hardworking and
passionate about the tasks assigned to me with excellent commitment towards projects
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c42…
https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c4257404759580c… 2/2
PG: NA (na) in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Office
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1164: Resume 1319 with similarity score 0.007316344113865647
B.S , MS , M.TECH system administrator , devops , it professional , full time , senior project engineer outlook , general , devops , jenkins , computer networking , kubernetes , windows server , designation , ug , affirmative action , pac , hindi , docker , active directory , application virtualization , maintenance , ami , ltd , mcafee , english , authorization , status , wintel , proxy , email , project , aws , windows system administration , continuous integration , ci , exchange server , github , pipelines , electronics , thunderbird , s3 , servers , ec2 , languages , iis , vmware , software troubleshooting , technology management , javascript , cloud computing , it infrastructure management , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425…
https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425014400e0b5a5… 1/3
Current Designation: Senior Project Engineer
Current Company: Wipro
Current Location: Noida
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Wipro LTD as Senior Project Engineer
Jul 2015 to Jul 2015
1.Setting up client?s infrastructure on AWS cloud platform. Implementing migration strategies using AWS services like
VPC , IAM, EC2, ELB,ALB, RDS, S3, EKS, Route53, DR- Copy AMI to new AMI as a backup region.
2.Creating end to end CI/CD Pipelines using Jenkins.
3.Creating customized docker images to run client?s applications as a microservice.
4.Managing microservice deployments in kubernetes platform.
5.Installation of active directory, Creation of users and OU.
6. Installation and configuration of DHCP, DNS. Working in Domain environment.
7.Configuration of Exchange server outlook thunderbird used to send email from server to client. Creating mailbox for
users.
8.Installations of PAC files on IIS Server and basis Troubleshooting on Proxy server.Creating of PAC File with
internal/External/Blocked Function.
9.Creation of new rule and PAC file in ZScaler. Creating URL category for cloud users and PAC file troubleshooting.
10.Handling each single SR without failing.
Wipro as Senior Project Engineer
Jul 2015 to Till Date
AWS Devops Docker kubernetes Jenkins git github
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sunil Kumar Chauhan
IT Professional with 5Yrs of experience seeking roles in Cloud Technologies, DevOps,
IT Infrastructure Management, Wintel, AWS, Kubernetes, Jenkins, Docker, Git,
Zscaler, Proxy
Key Skills: cloud,aws,devops,wintel servers,docker,jenkins,git,github,proxy server,vmware,continuous
integration,Virtualization,Windows System Administration,Windows Server,Exchange Server,McAfee,IIS
Server,KUBERNETES
Summary
Result-oriented Professional with 5 years of experience in IT Infrastructure Management,Cloud Migration,Devops,CI/CD
Pipelines,Software Troubleshooting,Computer Networking,Application Virtualization,Technology Management,VMware.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425…
https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425014400e0b5a5… 2/3
UG: B.Sc (Electronics) from UNIVERSITY OF DELHI, DELHI in 2015
PG: M.Tech (Computers) from Vellore Institute of Technology in 2019
Other Qualifications/Certifications/Programs:
AWS
Nature of Employment: Full Time
Project Location: Noida
Role: Network/System Administrator
Duration: Nov 2015 - Till Date
Onsite / Offsite: Onsite
Team Size: 8
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
Jenkins 2020 3 Year(s) 0 Month(s)
DOCKER 2020 3 Year(s) 0 Month(s)
Windows System Administration 2020 5 Year(s) 0 Month(s)
devops 2020 3 Year(s) 0 Month(s)
Cloud Computing 2020 3 Year(s) 0 Month(s)
GIT 2020 3 Year(s) 0 Month(s)
GitHub 2020 3 Year(s) 0 Month(s)
Active Directory 2020 5 Year(s) 0 Month(s)
Proxy server 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Cloud Migration
Client: Genpact
Skill Used: Cloud Computing, Devops, Windows System Administration, Jenkins, Continuous Integration, Proxy Server,
Docker, Github, GIT,AWS
Role Description: Cloud infrastruct mgmt:VPC , IAM, EC2, ELB,ALB, RDS, S3, EKS, Route53, DR- Copy AMI to new AMI as
a backup region.
Jenkins,Devops,CICD,AD,DNS,DHCP,IIS,Zscaler PAC and Proxy
Project Details: 1.Setting up clients infrastructure on AWS cloud platform. Implementing migration strategies using AWS
services like VPC , IAM, EC2, ELB,ALB, RDS, S3, EKS, Route53, DR- Copy AMI to new AMI as a backup region.
2.Creating end to end CI/CD Pipelines using Jenkins.
3.Creating customized docker images to run clients applications as a microservice.
4.Managing microservice deployments in kubernetes platform.
5.Installation of active directory, Creation of users and OU.
6. Installation and configuration of DHCP, DNS. Working in Domain environment.
7.Configuration of Exchange server outlook thunderbird used to send email from server to client. Creating mailbox for users.
8.Installations of PAC files on IIS Server and basis Troubleshooting on Proxy server.Creating of PAC File with
internal/External/Blocked Function.
9.Creation of new rule and PAC file in ZScaler. Creating URL category for cloud users and PAC file troubleshooting.
10.Handling each single SR without failing.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425…
https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425014400e0b5a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1165: Resume 1509 with similarity score 0.0072514959317775815
B.E , MS , B.TECH application support , solutions manager , scrum master , project manager , project lead , owner , partner , full time , vice president , delivery manager , vp , program manager , web application developer filing , award , pots , workshops , applications delivery , it operations , spring , status , digital transformation , plus , testing , business strategy , competency management , reach , gtm , service delivery management , cms , routers , organization , ecommerce , decisioning , designation , mar , pre-sales , hindi , cloud , architects , web applications , budgeting , project , mobile apps , microservices , hospitality management , fleet , traffic management , javascript , tax , bfsi , capital , reporting , general , scrum , affirmative action , information technology , oracle , instrumental , email , water , aws , p&l management , star , it compliance , fortune 100 , customer journeys , content management , customer experience , languages , hibernate , program management , people management , rfp , 10k , assistants , credit , ug , revenue , extranet , authorization , amc , b2b , modernization , ecosystem , design thinking , led , finance , offshore , pan , reviews , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f16…
https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f165147475b0c01… 1/3
Current Designation: Vice President and Delivery Head
Current Company: TO THE NEW
Current Location: Noida
Pref. Location: Delhi / NCR,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Client Server
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
TO THE NEW as Vice President and Delivery Head
Jan 2020 to Till Date
* P&L owner for India Business Unit in TTN, estimated revenue growth of around 20% to reach 37CR for Fy'20-21
* New Account Additions and Existing Revenue Growth, focusing on growing topline >15% partnering with sales and
presales team
* Developed BU's GTM strategy, business plans
* Delivery owner for all Accounts in India BU, key ones include PwC India, HDFC AMC, InvestIndia, Tata Sky
* Managed a Large B2B program for Indirect Taxes for PwC India which interacted with GSTN systems via GSPs for
Tax filing
* Managing 15+ Customers across India
* Large account management, managing senior customer stakeholders
* Collaborating with different cross-functional units of the organization like HR, Finance, IT, People Growth and
Management
* People growth and competency management
* Managing presales initiative for the organization that includes responding to RFP's, RFQ's, creating POC's,
presentations and providing domain/technical consultancy
* Owning the API Management competency in TO THE NEW
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Prashant Jain
Delivery Head, 20+ years experience in IT Applications Delivery, Digital Transformation
,P&L Management, Large Program Management, Certified Professional Scrum Master,
Digital Pre-Sales - Web, Mobile, CMS, VR, Cloud, Microservices, Java , Node, APIs
Key Skills: Digital Transformation,Business Strategy,Presales,People Management,Program Management,Delivery
Management,Vice President and BU HeadHead/VP/GM-Technology(IT)/CTO,IT Operations,IT Budgeting,It Compliance
Summary
* Achievement- driven professional having 20+ years of experience and year-on-year success in IT Application Development
and Service Delivery Management, P&L Management, IT Operations, Program Management, IT Budgeting, Digital
Transformation, Application Support Vice President (Technology) and Delivery Head, India @ TO THE NEW, managing India
P&L and a Team of 200+ associates with revenue of INR 37 CR+. Leading 15+ Accounts, key ones - PwC India, HDFC AMC,
Tata Sky, Invest India
* Worked with TCS for 17 years in different Delivery and Pre-Sales roles and led large Program Management across USA
and EMEA geographies having 10MN+ revenue and team sizes of 100+
* As PreSales Manager in TCS , worked for GE and BFSI ISUs transforming customer experience across channels including
Web modernization , Mobile Apps, CMS, Perso
* Successfully received the:
o Leasing Life Innovator Award in Geneva for leasing application modernization
o Digital Innovator of the Year Award
o Star of the Month Awa
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f16…
https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f165147475b0c01… 2/3
Tata Consultancy Services (TCS) as Delivery Manager for a 10MN USA based account
Apr 2017 to Dec 2019
As Delivery Partner
Acted as Delivery Partner for TCS-Element Fleet relationship and managed the Solution and Delivery of the Xcelarate
Program which includes Xcelarate for Customers Portal and Xcelarate for Drivers Native Mobile and Web Applications
which is used by 10k plus Fleet Drivers
?>>Owned the USD 11 MN+ contract size with the Team size of 100+
?>>Managing risks and issues at Account level
?>>Partnership with clients / executive level stakeholders
?>>Executive status reporting and regular status reporting at all level
Tata Consultancy Services (TCS) as Pre Sales and Solutions Manager, Digital Transformation
Jun 2014 to Mar 2017
*Performed function as Presales and Solutions Manager, Digital Transformation Unit and worked with 20+ Fortune 100
Accounts across TCS BFSI and GE ISUs for Digital Transformation of customer journeys, with customized offerings and
proposals.
*During this role , I spearheaded a team of 20+ Presales Consultants, Designers and Architects and was instrumental in
securing 50+ wins in areas of Web Modernisation, Mobile Apps, Content Management, Ecommerce, Personal Assistants,
AR/VR and Cloud
*Design Thinking Workshops for understanding the As-Is state of the customer ecosystem, the user-journeys of the
different personas and responding with Digital re-imagination of the journey
*Responding to Customer RFPs and creating the construct for the same
*PoCs and PoTs for Digital Transformation of customer experience
*Developing Solution Accelerators which can be leveraged across multiple-initiatives
*Initiatives for spreading Digital awareness in customers such as Brown Bag sessions
Tata Consultancy Services (TCS) as Program Manager
Feb 2009 to Jun 2014
As Program Manager for GE Capital EMEA account I was responsible for managing the P&L and delivery of the
equipment leasing extranet and PACE ( Pan-European Credit Decisioning system) which was developed for Pan-
European regions of UK, France, Germany, Benelux, Nordics
Account size: USD 3mn
Tata Consultancy Services (TCS) as Onsite Project Manager
Oct 2005 to Jan 2009
As Project lead and on-shore coordinator for NYK Lines in New Jersey, USA I was responsible for managing the delivery
of the Bill of laden management Application, doing all the customer interactions and co-ordinating the onshore and
offshore activities
Tata Consultancy Services (TCS) as Developer and Module Lead
Feb 2003 to Sep 2005
Trained on GE Water proprietary HAHT tool which was a proprietary tool of applications development and deployment
HCL COMNET SYSTEMS & SERVICES LIMITED as Web Application Developer
Apr 2002 to Jan 2003
SmartManage is a router traffic management product, the solution is developed to monitor traffic through routers and raise
alarms
Responsibilities:
* Development of the admin module
* Requirement analysis ,Development ,Testing and Code reviews
Environment: Java, Jsp, Ejb, Oracle
Information Technology India Limited as Web Application Developer
Jan 2000 to Mar 2002
Responsibilities:
* Development of the Hospitality Management System(HMS)
* Design, development, coding & code reviews
Environment: Java, Jsp, Ejb, Oracle
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f16…
https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f165147475b0c01… 3/3
UG: B.Tech/B.E. (Electrical) from Deen Dayal Upadhyay Gorakhpur University (DDUGU) in 1999
Other Qualifications/Certifications/Programs:
Certificate Programme in General Management
Professional Scrum Master 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 1.4 2008 10 Year(s) 0 Month(s)
JBoss 4.0.3 2008 3 Year(s) 6 Month(s)
Hibernate 3.0 2008 3 Year(s) 2 Month(s)
Spring 2.0 2010 2 Year(s) 7 Month(s)
Oracle 10G 2010 8 Year(s) 7 Month(s)
PROGRAM MANAGEMENT 0 8 Year(s) 0 Month(s)
PRESALES 0 4 Year(s) 0 Month(s)
Digital Transformation 0 5 Year(s) 0 Month(s)
MicroServices 0 2 Year(s) 0 Month(s)
AWS 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Englist Expert
Hindi Expert
Rank 1166: Resume 911 with similarity score 0.0071870185918069505
nan full time , student , software developer api , redux , general , ug , affirmative action , oracle , mysql , maintenance , windows , english , authorization , status , spring boot , email , project , application , configuration management , mongodb , rest , languages , console , html5 , kannada , it , javascript , gnu/linux , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842…
https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842011114505e0c5… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
UG: BCA (Computers) from The Reputed Institute in 2018
PG: MCA (Computers) from Rashtreeya Vidyalaya College of Engineering, Bangalore in 2021
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Vaishnavi.V
Seeking roles in Front end development, React js, Javascript, Java, HTML5, CSS3,
React js, REST API, redux, MySQL, Mongodb.
Key Skills: Software Developer, Software Application,Software Development,Configuration Management,Requirement
Gathering,GNU/Linux,C, Java ,Javascript,HTML5, CSS3,React js,REST
API,redux,MySQL,ORACLE,Mongodb(Moderate),Service Delivery
Summary
The Result oriented Professional in Software Application,Software Development,Configuration Management,Requirement
Gathering,GNU/Linux,C, Java ,Javascript,HTML5, CSS3,React js,REST
API,redux,MySQL,ORACLE,Mongodb(Moderate),Service Delivery
Education
IT Skills
Skill Name Version Last Used Experience
Operating System GNU/Linux, Windows
C, Java (All Moderate),Javascript
HTML5, CSS3,React js,REST API,redux
MySQL,ORACLE,Mongodb(Moderate)
Nodejs,Spring Boot
Languages Known
Language Proficiency Read Write Speak
english
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842…
https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842011114505e0c5… 2/2
Nature of Employment: Full Time Duration: Feb 2020 - Jul 2020
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
kannada
Projects
Project Title: Test and performance evaluation platform with MERN stack(2020)
Client: RVCE
Project Details: Created end to end implementation of a platform for customized test/exam, and evaluation of it.
It Has separate UIs for Student (test and performance evaluation) and admin console for content creation.
Objective was to learn how to modulate front end and backend services and work with REST calls.
Tech stack:
Frontend: React
Backend: Node js
Database: mongodb
Rank 1167: Resume 1269 with similarity score 0.007070985914309305
B.E , MS , B.TECH , BS application support , network engineer , on call , senior software engineer , change management , full time , team lead , unix administrator , technical lead nfs , user management , space , bash , addition , docker , linux , hsm , ksh , status , leave management , snapshot , messaging , nagios , obc , reliability , ec2 , solaris , ansible , automation , upgradation , access , kubernetes , designation , server management , confluence , rhel , network devices , ltd , english , troubleshooting , ftp , groups , peering , sailpoint , ibm , ops , change management , capacity planning , git , itil , nmon , vmware , javascript , technology , availability , disk , performance improvement , rpm , netstat , efs , affirmative action , technical architecture , maintenance , utilization , unix , email , tomcat , health check , tidal enterprise scheduler , aws , containerization , output , languages , investment banking , sit , servicenow , onboarding , jenkins , image restoration , websphere , ug , team performance , ticketing , ami , azure , apache , permissions , authorization , maps , virtualization , matrix , application , hpsm , yum , user administration , cron , electronics , ecs , s3 , servers , fixed income , shell scripting , system performance , offshore , sar , ssh , bamboo , shutdown , scp , cloud computing , administrative 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a44…
https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a445240420d0908… 1/3
Current Designation: Technical Lead - Senior Software
Engineer
Current Company: Xoriant Solution Pvt. Ltd
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Xoriant Solution Pvt. Ltd as Technical Lead - Senior Software Engineer
May 2017 to Till Date
Description
* Leading Unix Engineering offshore team, worked with different client's products, which runs on UNIX environment.
* Worked on primarily AWS cloud, RHEL admin and Application support. Handled secondarily IBM-MQ admin task, DB2
Support etc.
Responsibilities
* Worked on AWS cloud platform with EC2, S3, EBS, EFS, VPC, IAM, & understanding of Autoscaling, lambda, Cloud-
formation, CloudWatch, ECS, RDS Services.
* Active involvement in Cloud watch configuration and Matrix set-up
* Troubleshooting EC2 alerts and verifying them in cloud watch.
* OS patching on cloud servers through AWS manage service. (HSM & Ansible)
* Taking snapshot of EC2, EBS volume and creating AMI's for cloning and back-up purpose.
* Managing IAM policies for user account and creating rule for role-based access to AWS.
* Well know of VPC configuration and VPC peering and S3 issues.
Last Active: 27-Jan-21 Last Modified: 25-Jan-21
Pravin Sutar.
Technical Lead - Senior Software Engineer seeking roles in Software Development,
Application support, Requirement Gathering, System Analysis, Technical Architecture,
Cloud Computing, Shell Scripting, Docker, AWS, Jenkins
Key Skills: Technical Lead - Senior Software Engineer,Team Lead,Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Cloud Computing,Shell
Scripting,Docker,AWS,Jenkins
Summary
* 7.7 Year experience in Investment Banking domain for US, UK, Hongkong & Middle East clients.
* Hands-on expr in Cloud-AWS, Azure, UNIX-RHEL Administrator, Jenkins, IBM-MQ admin, Application-Apache Tomcat,
WebSphere, Docker.
* Worked on AWS cloud platform with EC2, S3, EBS, EFS, VPC, IAM, supportively having good knowledge Autoscaling,
CloudWatch, ECS, RDS Services.
* AWS Organizations accounts creation (OU)and management with SCP Policies.
* Worked as IBM-MQ admin, & Client-server MQ installation and upgrade activity.
* Completed CICD automation for UGA WAS deployment through Jenkins lower environment.
* AWS CloudWatch configuration and matrix setup & Creating roles and policy for cloud users.
* Automated generating Nmon report automation on EC2 instance through S3 bucket.
* Working on AWS cost saving maintenance activity every weekend & automated with Jenkins.
* Worked on containerization technology, Docker-swarm & Kubernetes environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a44…
https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a445240420d0908… 2/3
* RHEL Admin: - Taken care of OS patch upgrade activity, User management-AD user, server user, file permissions
issues, VMware issues-server snapshot, File system space extension, server reboot, Adding space from HD to FS etc.
* Application Admin: -Worked on patch deployments and upgrades USP, UGA of different higher environments like ST,
SIT. (WebSphere and Tomcat)
* Taken care of all application issues-URL issue, cronjob set-up, automation for repetitive task.
* MQ Admin: - Messaging Queue installation and upgrade activity,
* Qmangers issues, channel issues, clearing messages form queue, XA issues, Queue configuration, addition and
deletion of queue etc.
* Dev-ops: - Handled issues of Bamboo, Fishy, Confluence slowness issue, URL not working issue.
* Supported & involved for UGA application auto deployment through bamboo integration.
* Docker- Worked for CLSNet application migration to cloud-AWS platform and handled certificate issues, container
issues, docker services etc.
* Good Knowledge of Qreplication and DB2 issues like data issue, update, delete query etc.
* Automation: - Wrote scripts to reduce manual efforts like MQ details display, Daily health check (Disk Space, CPU),
Mwatch agent restart/status, CPU utilization in percentage, Segar output for onboarding server.
* Jenkins- Done automation of weekend activity of start and stop ec2 instance with Jenkins.
* Team performance improvement: - Created back-up of each domain which is improving team performance.
* Taken care of hosting daily/Weekly meeting call and Rota and leave management of team members.
Tata Consultancy Services as Sr. Software Engineer
May 2015 to May 2017
Description
* Worked Fixed Income, Derivative's maintenance of RBC in-house products and applications for business users.
Primarily worked on Application support and RHEL admin.
Responsibilities
* Worked Fixed Income, Derivative's maintenance of RBC in-house products and applications.
* Involved in Installation and configuration on Solaris and RHEL.
Responsible for Day-to-day systems administration tasks in Solaris and Linux.
* Worked on sev-1,2,3 issues, involved to work with developer in upgradation activities.
* User Administration (creating user account, password and set the password) Solaris &RHEL.
* Monitored system performance using sar, prof, vmstat, iostat, netstat.
* Wrote and modified shell scripts (bash, ksh) to perform automated administration tasks.
* Created shell scripts to monitor system and Performed administrative tasks such as System start-up/shutdown,
services start/stop scheduled cron jobs for job automation
* Monitored and troubleshoot all Fixed income (FX) application through Geneos.
* Extensively worked with HP ticketing system with 24/7 on call support for production.
* Good experience working with Change Management HPSM, Service now Ticketing System.
Openview Technologies Pvt. Ltd as Software Engineer
May 2014 to Apr 2015
Description
Unix Administrator [RHEL, Solaris], Secondary support of IBM AS400.
Responsibilities
* Administrated Linux, Solaris and AS400 operating environments.
* User Administration on UNIX server & monitoring server performance.
* Creation of groups, adding User ID to a group as a primary or secondary group, removing.
* RPM and YUM package installations, patch and another server management.
* Checking log files for any incident, checking hard driver of SOC, DR, PROD, TEST server.
* Involved in Image restoration activity task in Solaris.
* Creating SOP (Standard Operating Procedure).
Maps Industries India Pvt. Ltd. Pune as Network Engineer
Jun 2013 to Apr 2014
Worked as a Network Engineer to support Vodafone client.
* Monitor performance and ensure system availability and reliability
* Monitor system resource utilization, and capacity planning
* Configuring and installing various network devices and services.
* Worked on tickets to trouble shoot within SLA.
* Weekly basis created reports and Creating SOP (Standard Operating Procedure).
UG: B.Tech/B.E. (Electronics/Telecommunication) from Shivaji University, Maharasthra in 2013
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a44…
https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a445240420d0908… 3/3
Other Qualifications/Certifications/Programs:
Diploma in Industrial Electronics
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS cloud, Docker, Kubernetes
Jenkins, GIT, UNIX [RHEL] IBM [MQ]
VMware virtualization, ITIL
Bash shell scripting
IBM MQ, AIX
TCP/IP, NFS, FTP, HTTP
DNS, DHCP, SSH, VPC
Pagerduty, Sailpoint, ServiceNow
Mwatch, Okta, Support-Works
HP-SM, HP-NNM, HP-BSM
HP-OVO, Grafana
Nagios,Uchiwa,Tidal Enterprise Scheduler
Apache Tomcat, Websphere
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 1168: Resume 898 with similarity score 0.00703610556761547
B.E , B.TECH application support , software engineer , ui developer , software developer , full time react.js , graphql , redux , web application development , integration projects , customer , css , designation , ug , mar , affirmative action , hindi , maintenance , apache , ltd , jquery , authorization , english , functional requirements , pattern , node.js , bootstrap , status , spring boot , responsiveness , email , b2b , tomcat , npm , angularjs , web servers , bitbucket , github , electronics , rest , languages , framework , styling , software design , javascript , technology , working experience , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470…
https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470117475e5f585… 1/2
Current Designation: Software Engineer
Current Company: Danske It
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Danske It as Software Engineer
Jan 2021 to Till Date
Kredifi Software Pvt. Ltd as UI Developer
Apr 2019 to Dec 2020
Working (Since April 2018)
Client: Kredifi.
Team Size: 14+
Employer: Kredifi Software Pvt. Ltd.
Technologies Used:
Front-end: ReactJS and Redux pattern. Material-UI for responsive and styling.
Back-end: Java
Estuate Software as UI Developer
Nov 2016 to Mar 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Dibyaranjan Gouda
UI Developer seeking roles in Software Development,Software Design,Requirement
Gathering,Application Support,UI
Development,Javascript,React.Js,Angularjs,Bootstrap,Node.Js,Github,CSS,SCSS
Key Skills: UI Developer,Software Developer,Software Development,Software Design,Requirement Gathering,Application
Support,UI Development,Javascript,React.Js,Angularjs,Bootstrap,Github,CSS,SCSS
Summary
3.8 years of IT experience as a software developer (UI).
Experience in web application development and integration projects.
Extensively worked on integrating REST APIs developed using spring boot.
Extensively worked on integrating GraphQL developed using spring boot.
Good experience in Front end technologies like JavaScript, HTML and CSS.
Hands on experience in using material UI.
Extensively worked on UI libraries like ReactJS and Redux pattern.
Good knowledge in working B2B platform.
Sound knowledge in web application framework like Angular.
Working experience in the web servers like Tomcat.
Hands on experience on Requirement Analysis, Functional Requirements and handling customer
interactions.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470…
https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470117475e5f585… 2/2
January 2017 to September 2017
Client: Admin license Report.
Team Size: 4
Employer: Estuate Software Pvt. Ltd.
Technologies Used:
Front-end: Angular JS, JavaScript, jQuery, CSS.
Back-end: NodeJS
October 2017 to March 2018
Client: ASG Technologies.
Team Size: 4
Employer: Estuate Software Pvt. Ltd.
Technologies Used:
Front-end: ReactJS and Redux pattern. Material-UI for responsiveness and styling.
Back-end: Java
UG: B.Tech/B.E. (Electronics/Telecommunication) from vignan institute of technology & management in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript 3 Year(s) 8 Month(s)
ReactJS,Redux,NPM, GraphQL 3 Year(s) 5 Month(s)
Angular
HTML, CSS, SCSS, Bootstrap, Material-UI 3 Year(s) 8 Month(s)
NodeJS, Web Pack
Apache Tomcat
Angular, React JS,Node JS
Github, Bitbucket
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 1169: Resume 998 with similarity score 0.0069831276778345545
B.E , B.TECH full time presentations , group discussions , general , interviewing , team management , designation , background checks , ug , creative services , portals , affirmative action , conducting , health , information technology , hindi , angular , offers , physicals , sourcing , authorization , english , screening , status , directors , social media , mascot , email , hunting , linkedin , less , android , pipelines , employee relations , hiring , recruiting , finance , languages , resource management , it recruitment , communications , javascript , writers , expenses , campus , distributors , digital marketing , hr operations , learning , vendor contracts 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c5519410010…
https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c55194100100a15490a5e5f5… 1/2
Current Designation: Senior Executive Talent Acquisition
Current Company: Mascot e services
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: HR / Administration / IR
Role: Recruitment Executive
Industry: Recruitment
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [HR/Industrial Relations]
Verified : Phone Number | Email - id
Mascot E Services as Senior Executive - Talent Acquisition
Jun 2016 to May 2020
Responsible for full life-cycle recruiting and hiring for Sales, IT (Java, Android, Dot Net, React JS,
Node JS, Angular JS, Sales Force Developer, Digital Marketing and many more), NON IT Positions
(Health Domain, Managerial Level Positions, Banking & Finance, Hospitality, Content Writers), BPOs,
KPOs and creative services positions.
2. Managed vendor contracts and relationships relating to recruitment process.
3. Developed and maintain recruiting networks and relationships with various colleges, career centers and
talent pipelines.
4. Frequently commended in employee satisfaction surveys for being responsive, positive and collaborative
in the interviewing and hiring process.
5. Facilitated communications from client directly to distributors, which significantly reduced unnecessary
overhead expenses for both parties.
6. Performed all offers and handled all background checks/pre-employment physicals prior to hire.
7. Developed weekly recruitment activity reports for management, participated in weekly/monthly
recruitment calls with hiring managers, and provided support to five Human Resource Directors.
8. Using Sourcing Mix: Social Media, LinkedIN, Industry reference, Head Hunting, Job Portals Like
Naukri and Shine, Consultants, Employment Exchange, NGOs, Institutes, Self-References, Direct Walk/
Direct Walk-In reference, Employee's Reference, Self-Recruitment Data, Social Media.
9. Campus Recruitments - Conducting pre-placement talks & presentations; conducting initial screening,
written test and group discussions of candidates; carry out interviews of final short-listed candidates.
Developed and maintain recruiting networks and relationships with various colleges, career centers and
talent pipelines
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Ayushi Mittal
Senior Executive seeking roles in Human Resource Management,Talent
Acquisition,Bulk Hiring,Manpower Planning,Team Management, Learning &
Development,employee satisfaction ,Campus Recruitment,Organizational
Development,Employee Relations
Key Skills: Senior Executive,Human Resource Management,Talent Acquisition,Bulk Hiring,Manpower Planning,Team
Management, Learning & Development,employee satisfaction ,Campus Recruitment,Organizational
Development,Employee Relations,IT Recruitment
Summary
4 Years of professional experience in Human Resource. Self-directed and enthusiastic with passionate
commitment to performance & learning. A proactive implanter in skills of handling HR, Manpower Planning,
Team Management, Learning & Development, HR Operations, Talent Acquisition, Bulk Hiring & Head
Hunting.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c5519410010…
https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c55194100100a15490a5e5f5… 2/2
Mascot E Services, as Senior Executive Talent Acquisition
Jun 2016 to May 2020
Mascot e services as Senior Executive Talent Acquisition
Jun 2016 to Till Date
UG: B.Tech/B.E. (Information Technology) from Meerut Institute of Engineering and Technology, Meerut in 2014
PG: MBA/PGDM (HR/Industrial Relations) from Sikkim Manipal University (SMU) in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Expert
Rank 1170: Resume 81 with similarity score 0.006939929531755632
MS work from home api , ieee , basic , firebase , ltd , instagram , retrofit , application , kotlin , wallpaper , xml , resume , android , rest , java , languages , assessment , database , online Assessment
Q1. Why should you be hired for this role?
I have all relevent skills for this role and i am willing to learns new things.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available for 3 months. I can start my internship from 15 jan
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7906764699
Anuj Yadav
Ghaziabad
Applied 31 Dec'20
Android Kotlin C Programming
Firebase Java REST API
Master of Computer Applications MCA
IMS Ghaziabad
2019 - 2021
Bachelor of Computer Applications BCA
Teerthanker Mahaveer University
2016 - 2019
Advance Android
udemy, Online
Apr 2019 - Apr 2019
In this Udemy Course, I have learned to work with REST APIs and many popular libraries of ANDROID like okhttp, Butterknife,
Retrofit, and Realm Database.
Android Application Development
Cetpa Infotech Pvt. Ltd., Noida
Jun 2018 - Jul 2018
Insatclone
Sep 2020 - Sep 2020
https://github.com/anuj-2255/InstaClone
It is Basic Instagram-like App. where users can share images, follow/unfollow another user, like/dislike their Images, and post
and delete comments also.
it uses FIrebasbe as a Database and written in JAVA with various other libraries.
Wally
May 2019 - May 2019
https://github.com/anuj-2255/wally
It is a REST API Based Application. Where you can choose a new wallpaper every day for your Device & can also mark them
as Favorite. it used Unsplash REST API, RETROFIT, GLIDE, OKhttp, and other libraries. Languages used in it are JAVA and XML.
Attend 3 days Workshop on ANDROID.
Attained IEEE Smart Conference held in TEETHANKER MAHAVEER UNIVERSITY.
Attained ICAC Smart Conference held in TEERTHANKER MAHAVEER UNIVERSITY.
Completed a Udemy Course on Advance Android Create a REST Api Client Application).
https://github.com/anuj-2255/InstaClone
https://github.com/anuj-2255/wally
Rank 1171: Resume 833 with similarity score 0.006788690629714428
B.E , B.TECH , BS senior android developer , senior engineer , software developer , senior software engineer , full time payment gateways , general , software solutions , bluetooth low energy , designation , ug , sqlite , affirmative action , cs , firebase , retrofit , json , authorization , english , status , email , kotlin , application , mumbai , dsl , google maps , rest , junit , react native , languages , android development , android sdk , rx , mobile , google api , javascript , sensors , learning 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b591816084…
https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b59181608425510120a590a… 1/2
Current Designation: Senior Engineer
Current Company: Einfochips
Current Location: Ahmedabad
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Einfochips as Senior Engineer
Jun 2020 to Till Date
Android developer | kotlin | rx java | mvvm | rest api
E2logy Software Solutions as Senior Software Engineer
Dec 2019 to Jun 2020
Android developer
Priya Softweb Solutions as Android Developer
Jun 2018 to Nov 2019
Crossshore Solutions as Senior Android Developer
Jun 2015 to Jun 2018
UG: B.Tech/B.E. (Computers) from gtu in 2015
Last Active: 29-Jan-21 Last Modified: 29-Jan-21
Purva Gevaria
Sr.Android developer 5.5 years experience | Welling to relocate to pune/mumbai for
career growth
Key Skills: Android Development,Kotlin,Java,MVVM,RxJava,Retrofit,RestApi,Third Party,Firebase,React
native,JSON,Bluetooth Low Energy,Sensors,IOT,SQLite,Android SDK,MVP,JUnit,Android Application
Developer,DSL,Bluetooth
Summary
Android engineer with 5.5 years of experience
Started Learning react native
Ready to seeze opportunity in android and react native welling to relocate Mumbai and Pune.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b591816084…
https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b59181608425510120a590a… 2/2
PG: CS (CS) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, Google API,Json,Android
3Rd Party Collection
Payment Gateways
REST Api, Webservice
IOT 0 1 Year(s) 0 Month(s)
Bluetooth Low Energy 0 1 Year(s) 1 Month(s)
Android SDK
Payment Gateways
GOOGLE MAPS
MVVM
Languages Known
Language Proficiency Read Write Speak
English
Gujrati
Rank 1172: Resume 1038 with similarity score 0.006713844204416077
MS , BS full time , operations manager , checker , trade analyst general , financial services , credit , performing , filenet , designation , ug , affirmative action , hindi , urc , swift alliance , ltd , authorization , english , documentary , status , email , application , foreign exchange management , mumbai , adjustable , operations , ucp 600 , ibm , clover , forex , resolve , trade finance , vtr , swift payments , languages , isbp , aml , settlement , kyc , javascript , import export , insurance , commerce 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817…
https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817514544595b015… 1/2
Current Designation: Manager
Current Company: HDFC Bank Limited
Current Location: Mumbai Suburbs
Pref. Location: Mumbai Suburbs,Pune,Navi Mumbai
Functional Area: Banking / Insurance
Role: Operations Mgr
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
HDFC Bank Limited as Manager
Dec 2018 to Till Date
Handling Team of Import collection and Payment
Raising the transaction to treasury for forex rate
Remittance MT103 and MT202, Raising IDPMS, Vessel tracking report (VTR), checking of bill of entry
Checking form 15 CA and 15 CB with correct purpose code for the transaction.
Reconciliation of external and internal debit and credit and make adjustable entries
Follow up the queries raise during process the transaction
Updation of swift message send to client and if resolved send to overseas bank
Issuance of Letter of credit and amendment of LC
Scrutinze of the LC as per UCP, ISBP guidelines
INTELENET GLOBAL SERVICE LTD as Senior Trade Analyst COLLECTION TEAM and DOC CHECK
TEAM
Nov 2016 to Nov 2018
COLLECTION TEAM from Nov 2016 to July 2018
Import bill collection and Payments MT103, MT202
Export bill collection and Settlement
Check the transaction with AML perspective
Follow-up with the branch for transaction related query resolve
Monitoring que and prepare reports for daily transaction
DOC CHECK from July 2018 to November 2018
Covering doc check for Barclays Bank UK branch with respect to Export letter of credit as per guidelines of UCP-600
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
NANDKISHOR C. PARAB
trade finance cdcs letter of credit import export regularisation Mumbai
Key Skills: Operations Manager,Trade Fiance operations,treasury Operations,Quality Checking,Process
Improvement,IDpms,Swift Payments
Summary
UCP ISBP SWIFT MESSAGE MT103 MT 202 MT 700 MT199 MT799ETC AML SANCTIONS KYC EDPMS IDPMS CDCS DOC
CHECKER
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817…
https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817514544595b015… 2/2
and ISBP-745
Scrutinize the document presented, if discrepancies found sent to presenter for rectification
IBM INDIA PVT LTD as Practitioner
May 2015 to Nov 2016
Scrutinze the documents are submitted by client and are fulfilling the requirement of rules (UCP 600, ISBP-745, URC 522
and URR 725). In IBM we use application such as I-vision, FileNet P8, swift alliance and clover
Job Responsibilities :
Import LC issuance and amendment inland and foreign LC
Import LC acceptance and settlement, cancellation of LC
Import bill collection and Acceptance, settlement MT202
Import advance / Direct remittance MT 103
Export Collection Opening and settlement
Performing vigilance check for all documents and if hit identify above 76% on name and
place sending to the compliance team for approval.
.
UG: B.Com (Commerce) from Mumbai University in 2005
PG: MBA/PGDM (Finance) from Tripura University in 2013
Other Qualifications/Certifications/Programs:
Certified in documentary credits (CDCS)
Completed certificate in Foreign Exchange Management
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
english
hindi
marathi
Rank 1173: Resume 838 with similarity score 0.006713569537076672
B.S , MS application support , software developer , senior software engineer , full time , php developer ecommerce , react.js , magento , retail , relation management , general , customer , physics , designation , ug , adobe photoshop , mar , tamil , affirmative action , mysql , linux , windows , php , jquery , salesforce.com , internet , authorization , english , warranty , enterprise , status , joomla , email , project , application , wordpress , asset management , order fulfillment , angularjs , microsoft , order management , inventory optimization , framework , languages , e-commerce , management system , it , cms , javascript , web , demand forecasting , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d400916…
https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d4009160713150c0f080… 1/2
Current Designation: Senior Software Engineer
Current Company: Alshaya India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: Retail
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Alshaya India as Senior Software Engineer
Sep 2014 to Till Date
Involved in maintaining and supporting ecommerce applications for various brands
* Worked as PHP Developer in Nuvodev Technologies, Bangalore from Mar 2012 to till Jul 2014.
* Worked as Software Engineer in Epagemaker, Chennai from Jan 2010 to till Nov 2011
UG: B.Sc (Physics) from Thiruvalluvar University, Vellore in 2006
PG: MCA (Computers) from Bishop Heber College in 2009
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
T BHARATHIRAJ
Senior Software Engineer seeking roles in Project Management,Software
Application,Software Development,application development,Order Management
System,application support,PHP, Mysql,Linux,Java Script,Adobe Photoshop
Key Skills: React,Senior Software Engineer,Software Developer, Project Management,Software Application,Software
Development,application development,Order Management System,application support,PHP, Mysql,Linux,Java
Script,Adobe Photoshop
Summary
* A result-oriented professional with over 9 years' experience in application development & support, and client relationship
management in Ecommerce domain
* Good understanding of web and enterprise applications
* Ecommerce Functional experience in the area of demand forecasting/Inventory optimization/Warranty/logistics/Preventive
asset management
* Experience in Order Management System which involves order fulfillment and inventory management
* Having Experience in Customer Relation Management System which involves maintained and customized Salesforce.com
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d400916…
https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d4009160713150c0f080… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP, HTML,Jquery, AngularJS
Code Igniter,CMS
WordPress, Joomla, Magento
PHP FRAMEWORK
Linux
MICROSOFT WINDOWS
Adobe Photoshop
React.js 2020 2 Year(s)
WORDPRESS 5.3.3 2020 3 Year(s)
MCOM, COMS
REACT
Languages Known
Language Proficiency Read Write Speak
english Proficient
Tamil Expert
Rank 1174: Resume 1538 with similarity score 0.006617970749991808
MS seo manager , ecommerce manager , digital marketing manager , full time , part time , e-commerce manager , project leader ecommerce , online advertising , canonical , reporting , magento , optimization , general , media marketing , designation , ug , pay , platforms , affirmative action , online lead generation , hindi , scratch , revenue , start to finish , accessories , working experience , english , authorization , satellite , ppc , online branding , status , social media , architecture , multinational , joomla , email , project , wordpress , product management , less , marketing strategy , mobile marketing , digital strategy , dreamweaver , integrated marketing , weather , market research , seo , building , languages , display advertising , reach , e-commerce , stone , textiles , campaigns , javascript , display marketing , digital marketing , learning , content marketing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a10…
https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a100411400e5e09… 1/3
Current Designation: Digital Marketing & Ecommerce Manager
Current Company: Panash India
Current Location: Jaipur
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Jaipur
Functional Area: Marketing / Advertising / MR / PR
Role: Display Marketing Manager
Industry: Textiles/Garments/Accessories
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Panash India as Digital Marketing & Ecommerce Manager
Feb 2015 to Till Date
My work at Panash is acquiring sales via Digital marketing, Social media campaigns, Managing all official accounts & paid
marketing campaigns including merchant account for PanashIndia.com and also to take care of site's migration to
magento without loosing the old link architecture and building a content marketing strategy for the site.
My Key responsibilities there was to generate sales online via SEO, Social media marketing, acquiring brand promotion
opportunities via social media and reach out mails to social media bloggers and influencers
Satya Satellite as Sr. SEO Analyst & Digital Marketing Manager
Jul 2014 to Jan 2015
Working at Satya Satellite is quite a learning experience as I have not only managed the digital marketing, I also
established an online brand named "Select My Tutor" from scratch, and left no stone unturned to make it as competitive as
the huge platforms like TutorHunt within a very short period of time.
Dotsquares as Seo Analyst
Sep 2012 to Jun 2014
As an SEO Analyst i have managed and analyzed all aspects of the sites weather its technical onpage issues like link
structure, redirection, site speed, Canonical issues or the duplicate ones and after rectifying them making strategies for
link earning and building strategies via content and social media marketing.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Priyan Sharma
Digital Marketing & E- commerce Manager seeking roles in Marketing,Market
Research,Online Marketing,Online Advertising,Digital Strategy,Revenue
Generation,Brand Management,Product Management,Advertising,Key Accounts
Management,SEO,SMO,PPC
Key Skills: Digital Marketing & E-commerce Manager,Display Marketing Manager,Marketing,Market Research,Online
Marketing,Online Advertising,Digital Strategy,Revenue Generation,Brand Management,Product
Management,Advertising,Key Accounts Management,SEO,SMO,PPC
Summary
It's been a long journey of approx 9 years and I have worked with top notch IT Multinational companies to ecommerce product
based companies to small startups so in this journey I have gained experience with all the environments and scenarios of digital
marketing and I have working experience of handling them successfully, I would love to work with the companies who are
passionate about their growth who wants to work with me to reach a tangible goal, So that we create a win-win situation for
each other. I am eager to work with a brand, a startup or an ecommerce company as long as they know their why for the goal.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a10…
https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a100411400e5e09… 2/3
Veesys Infosolutions as SEO Manager
Jul 2010 to Sep 2012
I have managed Whole digital marketing process from start to finish including client handling, project management,
onpage and offpage for the site along with reporting.
UG: B.A (Arts&Humanities) from Rajasthan University in 2009
PG: MBA/PGDM (Marketing) from symbiosis college of pune in 2012
Other Qualifications/Certifications/Programs:
Digital Marketing Certification
Nature of Employment: Full Time
Project Location: Jaipur, India
Role: Project Leader
Duration: Feb 2015 - Feb 2018
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: UK
Role: Sr. Project Leader
Duration: Jan 2014 - Jan 2015
Onsite / Offsite: Offsite
Team Size: 4
Education
IT Skills
Skill Name Version Last Used Experience
SEO 2011
Dreamweaver 2011
WORDPRESS 2011
JOOMLA 2011
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: Panash India
Client: PanashIndia.Com
Skill Used: SEO, SMO, Social Media Optimization, Pay Per Click, Display Advertising, Online Lead Generation, Sales,
Marketing, Branding, Integrated Marketing,
Project Details: My work at Panash is acquiring sales via Digital marketing, Social media campaigns, Managing all official
accounts & paid marketing campaigns including merchant account for PanashIndia.com and also to take care of sites
migration to magento without loosing the old link architecture and building a content marketing strategy for the site.
Project Title: Select My Tutor
Client: SelectMyTutor.Com
Skill Used: SEO, SMO, Social Media Optimization, Pay Per Click, Display Advertising, Online Lead Generation, Social Media
Marketing, Mobile Marketing, Search Engine Marketing, Online Branding, Online Advertising, Digital Marketing, Email
Marketing,
Role Description: SEO, Branding, Content Marketing & ORM
Project Details: Working at Satya Satellite is quite a learning experience as I have not only managed the digital marketing, I
also established an online brand named Select My Tutor from scratch, and left no stone unturned to make it as competitive
as the huge platforms like TutorHunt within a very short period of time.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a10…
https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a100411400e5e09… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 1175: Resume 112 with similarity score 0.006520918653974294
BS work from home api , paging , image processing , css , filters , firebase , retrofit , architecture , image editing , kotlin , application , resume , github , rest , java , components , image search , chat , android development , completion , assessment , broadcast , html , database Assessment
Q1. Why should you be hired for this role?
I am confident in working with Android Development using Kotlin. I have already worked with an agency which required me to work on an app
using Java so I have that experience too. Besides that i have experience in working with Rest APIs. All of which i mentioned here is already shown
in my Portfolio, which is an IG page and my GitHub account, links to both of them are already attached with my resume. I like doing my work with
passion to learn.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for three months to give to this internship. I can start as early as it is needed.
Resume
EDUCAT ION
PROJECTS
Ayush Arya
Lucknow
Applied 25 Dec'20
Android Kotlin HTML
CSS Firebase Java
Bachelor of Computer Applications BCA, Computer Application
National Post Graduate College
2018 - 2021
CGPA 7.00/10
Senior Secondary XII, Science
St. Don Bossco School, Lakhimpur Kheri
CBSE board)
Year of completion: 2018
Percentage: 87.00%
Secondary X
St. Don Bosco School, Lakhimpur Kheri
CBSE board)
Year of completion: 2016
CGPA 9.20/10
Camera + Image Editing App
Nov 2020 - Nov 2020
https://github.com/easycodingg/CameraxEdit
A Camera and Image editing app using CameraX Api, GPUImage library for adding filters to images, Ucrop library, and Glide
for image processing
Unsplash Image Search App
Oct 2020 - Oct 2020
https://github.com/easycodingg/ImageApp
An Image Search App with MVVM Architecture using Unsplash Api, Retrofit, Room Database, Paging 3 and Glide.
Clock App
Sep 2020 - Sep 2020
https://github.com/easycodingg/ClockApp
A simple Clock App using MVVM architecture. This app mainly focuses on working with Android system components using
Notifications, Broadcast Recievers, AlarmManager etc
Group Chat App
Sep 2020 - Sep 2020
https://github.com/easycodingg/GroupChatApp
A simple group chat application using firebase
https://github.com/easycodingg/CameraxEdit
https://github.com/easycodingg/ImageApp
https://github.com/easycodingg/ClockApp
https://github.com/easycodingg/GroupChatApp
CONTACT Phone: 91 9653097443
Rank 1176: Resume 1490 with similarity score 0.006201275693560576
B.E , MS , B.TECH , BS application support , project lead , full time , team lead , application developer utp , telugu , handover , validation , soap , designation , ibm db2 , icd , telecom , affirmative action , hindi , bpmn , p2 , beginner , test cases , authorization , english , status , instrumentation , email , project , application , test scenarios , microsoft , rest , bus , flow , middleware , shell scripting , visio , languages , eai , kannada , ibm certified , websphere message broker , websphere mq , it , javascript , production deployment 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44…
https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44064214585b01… 1/2
Current Designation: IIB Application Developer - Solution lead
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Middleware
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
IBM as IIB Application Developer - Solution lead
Sep 2012 to Till Date
Working as a solution lead. My role is to implement high sclae projects end to end using middleware applications like IIB,
Websphere MQ and BAW.
My responsibilities for delivering projects are
1. Client and 3rd party interactions.
2. Requirement gathering, analysis, validation, review and correction.
3. Estimation of effort to deliver the project.
4. Creation of HLD Document, Interface design Document (ICD), Service Definition Document and XSDs.
5. Development of Message flow services using IIB application and MQ for complex servicers..
6. Creation of Unit Test Pack which includes Unit Test cases covering all the possible test scenarios.
7. Review of Message flows and UTP.
8. Test support, Production deployment support and Bubble support in prod for few months.
9. Creation on Handover document and handing over the project to Application support team.
10. Handling P1 and P2 issues in production.
UG: B.Tech/B.E. (Instrumentation) from Sri Jayachamarajendran College of Engineering (SJCE) in 2012
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Mohan Kumar K S
IIB Developer / Solution lead at IBM. Seeking Application Developer, EAI Architect or
Team lead role for integration applications like MuleSoft, IBM Integration Bus (IIB),
Websphere Message Broker (WMB), Websphere MQ,.
Key Skills: IIB,WMB,Bpmn,Websphere Mq,ESQL,Shell Scripting,Ibm Integration Bus,BAW,Websphere Message
Broker,Bpm
Summary
Serving for more than 8 years in IT. Have performed various roles like L2 Support, Application Developer, Solution Lead, Team
Lead and currently as Subject Matter Expert.
Working for client Telefonica (only postpay platform) who has UK's No.1 telecom brand O2.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44…
https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44064214585b01… 2/2
Other Qualifications/Certifications/Programs:
IBM Certified Solution Developer IIB v10.0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
WMQ 7 6 Year(s) 0 Month(s)
WMB 7 2019 7 Year(s) 0 Month(s)
ESQL 7 Year(s) 0 Month(s)
Shell Scripting 8 Year(s) 0 Month(s)
IBM DB2 8 Year(s) 0 Month(s)
SOAP and REST 6 Year(s)
BAW / BPMN 20.0.0.1 1 Year(s) 0 Month(s)
Websphere MQ 7.1 8 Year(s) 0 Month(s)
Microsoft Visio 2013 5 Year(s) 0 Month(s)
Websphere Message Broker 7 0 7 Year(s) 0 Month(s)
IBM Integration Bus 10 0 6 Year(s) 0 Month(s)
IIB 10 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Expert
Telugu Beginner
Rank 1177: Resume 808 with similarity score 0.00598318477439533
B.E , MS , B.TECH , BS devops , senior engineer , software developer , full time , application developer react.js , award , web development , redux , optimization , tizen , general , customer , devops , jenkins , open source , css , sourcetree , microsoft azure , designation , ug , mobile application development , visual studio , mar , affirmative action , mysql , samsung , hindi , angular , cloud , maintenance , lg , test cases , jquery , english , ios , authorization , node.js , jasmine , status , xbox , embedded , android studio , email , apache cordova , express , project , devices , ci , karma , programming languages , closure , xcode , writing , swift , framework , storage , resource management , database , kannada , rx , javascript , sonar , sdk , field trials , cd , html , agile methodologies 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a1…
https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a195242145a5b0… 1/3
Current Designation: Senior Engineer
Current Company: Tata Elxsi
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tata Elxsi as Senior Engineer
Jul 2018 to Till Date
Customer Appreciation Award winning web/cross platform application developer with 2.5 years of experience in HTML,
CSS, JavaScript, Angular, SCSS, RxJs, Apache Cordova, jQuery, Microsoft Azure and Azure Devops. Good
understanding of React Js and redux js.
UG: B.Tech/B.E. (Computers) from Sri Jayachamarajendran College of Engineering (SJCE) in 2018
Other Qualifications/Certifications/Programs:
Azure az900 course from Udemy
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Rakshitha Hathwar M
Front-end Developer with 2.6 years of experience in HTML,CSS, JavaScript,
Angular,RxJs,SCSS, jQuery,Apache Cordova, Microsoft Azure Cloud,Azure DevOps
and Good understanding in ReactJs and ReduxJs
Key Skills: HTML, CSS, Javascript, Angular, RxJs, jQuery, SCSS, Apache Cordova, Microsoft Azure, azure devops, react
js, redux js, Front End, Web Development, Mobile Application Development, CI, Cd, Resource Management, MySQL,
Node.Js, XCode, Visual Studio
Summary
2.6 Years of experience in Frontend Application development using programming languages such as JavaScript, Angular,
HTML, CSS, SCSS and jQuery.
Good understanding and Experience with Embedded JS, React JS, Redux, Rx JS, Swift, Node JS, MySQL, Knex JS and
Express JS.
Good understanding of agile methodologies and quality process.
Good understanding of open source frameworks such as TAL for Lean back application development and Cordova for cross
platform mobile application development, Karma Jasmine for Unit test framework development.
Hands on work experience with Azure cloud environment such as hosting application in cloud, CI/CD, resource management,
configuration, monitoring and optimization of storage and resources.
Good Knowledge of using tools such as Azure DevOps, XCode, Visual studio, Android studio, Sonar Cloud, Web OS SDK,
Tizen Studio, Jenkins, Postman and MySQL work bench for project management.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a1…
https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a195242145a5b0… 2/3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Jul 2019 - Mar 2021
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Sep 2018 - Jun 2019
Onsite / Offsite: Offsite
Team Size: 9
IT Skills
Skill Name Version Last Used Experience
SCSS 2 Year(s)
RxJS 1 Year(s) 6 Month(s)
Angular 1 Year(s) 6 Month(s)
JavaScript 2 Year(s) 5 Month(s)
CSS 2 Year(s) 5 Month(s)
HTML 2 Year(s) 5 Month(s)
React.js, ReduxJs 0 Year(s) 6 Month(s)
JQUERY 1 Year(s) 0 Month(s)
Apache Cordova 1 Year(s)
Microsoft Azure 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Projects
Project Title: Field trials Application Development
Client: Broadcaster in South Africa
Skill Used: Angular 7,SCSS,RxJS,Karma Jasmine, Apache Cordova, jQuery,ejs, Microsoft Azure,Azure Devops, Android,iOS
Role Description: Owning 5 Modules in website and owning cross platform mobile application development. Maintaining
CI/CD with Azure DevOps and Resource management in Azure. Interacting with customers for new requirements,perform
POCs and driving them to closure.
Project Details: Field Trials is a role-based Angular application which allows registered users to perform field trials related
activities such as raising the issues seen in decoders during field trials, to provide feedback on software, etc. Website is
developed using Angular7 and Backend is developed using node JS and MySQL database. App is developed for android and
iOS with Apache Cordova cross platform framework using JavaScript, jQuery and Embedded JS and SCSS. The project is
maintained with Azure DevOps and Azure cloud service with Azure Portal.
Project Title: DStv Now Leanback Application development
Client: Broadcaster in South Africa
Skill Used: HTML, CSS, Javascript, React Js, ReduxJs,RxJs,SCSS
Role Description: Converting the Design wireframes to efficient UI by writing optimised code. Writing unit test cases, following
code quality standards, Build generation for LG,Hisense, Samsung and Xbox devices using Jenkins.Performing POCs in
migration to ReactJs.
Project Details: Project Description - DStv Now is an OTT streaming Application for Lean back developed using TAL
framework with JavaScript and CSS. The CI/CD is done using SourceTree and Jenkins. The application is built for LG,
Samsung, Hisense TV and also for Xbox. The application was further migrated to React JS, Redux and Rx JS.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a1…
https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a195242145a5b0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Rank 1178: Resume 1551 with similarity score 0.00549403298666462
MS , BS full time , ux designer , web designer ecommerce , magento , web development , general , css , designation , ug , affirmative action , hindi , photoshop , ltd , draw , jquery , authorization , english , graphic design , bootstrap , status , publishing , shopify , email , project , wordpress , product management , less , angularjs , x7 , deals , cs2 , ux , dreamweaver , languages , sass , it , corel , javascript , opencart , html 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e0242410013…
https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e02424100135519145d580c… 1/2
Current Designation: Web Designer
Current Company: Trendy Deals Ecommerce Pvt. Ltd
Current Location: Delhi
Pref. Location: Delhi,Delhi / NCR
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Not Pursuing Graduation [Not Pursuing
Graduation]
Verified : Phone Number | Email - id
Trendy Deals Ecommerce Pvt. Ltd as Web Designer
Jun 2017 to Till Date
Walnut Marketing India Pvt. Ltd as Sr. web designer
Jan 2016 to Jun 2017
UG: Not Pursuing Graduation (Not Pursuing Graduation)
Other Qualifications/Certifications/Programs:
Desktop Publishing
Web Designing
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
ARUN KUMAR GUPTA
Web Designer, Responsive website, UI Development, UX Designer, Graphic
Designing, Client Management, Project Management, Product Management,Web
Designing,HTML,CSS,JavaScript,Bootstrap,AngularJs,Dreamweaver,Wordpress,Photoshop
Key Skills: Web Designer, Responsive website, UI Development, UX Designer, Graphic Designing, Client Management,
Project Management,Product Management,Web
Designing,HTML,CSS,JavaScript,Bootstrap,AngularJs,Dreamweaver,Wordpress,Photoshop
Summary
Skilled professional with 8 years of experience in Web Development,UI Development,Graphic Designing,Client
Management,Project Management,Product Management,Web
Designing,HTML,CSS,JavaScript,Bootstrap,AngularJs,Dreamweaver,Wordpress,Magento,Photoshop
Work Experience
Education
IT Skills
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e0242410013…
https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e02424100135519145d580c… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HTML, 4, 5 2020 5 Year(s) 4 Month(s)
CSS 3 2020 5 Year(s) 5 Month(s)
Opencart, Wordpress, Shopify 2019 2 Year(s) 4 Month(s)
UX/UI Development 2020 5 Year(s) 6 Month(s)
LESS SASS 2020 2 Year(s) 3 Month(s)
Bootstrap, 3, 4 2020 5 Year(s) 4 Month(s)
JavaScript, JQuery 2020 5 Year(s) 5 Month(s)
Photoshop, Dreamweaver CS2 2020 5 Year(s) 4 Month(s)
Corel Draw X7 2019 4 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 1179: Resume 116 with similarity score 0.005313887844717376
B.TECH java developer computing , skype , css , security , mysql , spring , hindi , painting , angular , ltd , english , bootstrap , passport , project , bengali , ngo , disabilities , nuance , owasp , java , sketching , junit , accessibility , hibernate , app , birth , relief , qr code , dac , web , tax , technology , html , ajax AZAD AHMED
+91 7629969078 azad.ahmed.12614@gmail.com Skype id – azad.ahmed.12614
Experience : Education :
Nuance India Pvt. Ltd, Pune
From Dec-2019 to Sept-2020 9 months
Worked as intern/Contract employee as
a Java Developer
Major responsibilities like developing new feature
of Clintegrity Product. Making product 508
Compliance (US guideline to make product
accessible for user with disabilities ).
Security fix of project like SQL injection (as per
OWASP guideline ) .
PG-DAC
(PG Diploma in Advance Computing )
CDAC center IACSD , Pune
Feb 2019 - July 2019 63%
B.Tech in Civil Engg.
Swami Vivekanand Institute of Engineering and
Technology , Patiala, Punjab
2018 78%
Higher Secondary (HS +2)
Halhali Class XII School ,Kamalpur,Tripura
2013 56%
Academic Project :
Automatic Toll Collection System Using QR Code
Platform : J2EE
Description : The purpose of this project was to
implement the Knowledge acquired during PG-DAC
course . The project is based on the approach of
automatically collect toll tax with effective and fast
manner .
It is web based app implemented using Spring ,
Hibernate , MySql , Jsp , Ajax, JWT and ZXing
library to process QR code .
Extra Curricular Activity :
Painting and Portrait Sketching
Member of local NGO called Human Relief
Society in my home Town
Skills :
Java, J2EE, Junit , HTML, Java Script, Node JS ,
CSS , BootStrap , Angular , React ,
Web Accessibility
Achievements :
3rd position in Avhaan2K17 College event
2nd position in painting contest in District level
Inter School contest
Personal Information :
Date of Birth : 13-Jan-1995
Nationality : Indian
Language Known : English, Hindi,
Bengali , Manipuri
Gender : Male
Passport : Available
Permanent Address : Vill- Halhali, Kamalpur , Dhalai ,
Tripura , 799286
Rank 1180: Resume 1414 with similarity score 0.005236368193477973
B.E , MS , B.TECH , BS sap basis consultant , part time , full time , erp consultant sap hana , telugu , security , sap project management , designation , profiles , affirmative action , sap consulting , studio , health , hindi , beginner , ltd , authorization , checks , english , troubleshooting , approvals , status , kernel , sap system , email , transportation , user administration , electronics , arguments , servers , cockpit , languages , kannada , basis administration , sap implementation , revisions , javascript , crm , lcm , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d17…
https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d175547470b5901… 1/2
Current Designation: SAP Basis Hana Consultant
Current Company: BSR INFRATECH IND LTD
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
BSR INFRATECH IND LTD as SAP Basis Hana Consultant
Oct 2016 to Till Date
Monitoring and manage the servers, background jobs, system logs, dumps, etc. of the system-based Alerts.
Monitoring the SAP system for health-checks report and performance issues.
Removing the lock entries.
Log usage monitoring.
Work process cancellation when it reaches threshold value.
Making the report for weekly, monthly release transports count on mandatory production
Moving transports to Development, quality, and production.
Checking the weekly & monthly release approvals and making the list for transportation.
Background job creation, monitoring and troubleshooting.
Supporting audit activities.
Performed on HANA Installation, HANA upgrade.
Worked on backup of HANA database.
SAP HANA Administration using SAP HANA Studio.
Workload Analysis, ST22 Dumps analysis, System logs SM21.
Resolving tickets raised by end user &functional consultants.
Analyzing any locked arguments which are locked for a long time.
Monitoring the file system at OS level. And monitor the log archive directory, delete the old archive logs.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vinay Kumar P
Consultant seeking roles in SAP Consulting,SAP Implementation,SAP Basis
Administration,SAP Upgrade,SAP Support,SAP Security,SAP Project
Management,User Administration,Database
Administration,Troubleshooting,Installation,SAP Hana admin.
Key Skills: Consultant seeking roles in SAP Consulting,SAP Implementation,SAP Basis Administration,SAP Upgrade,SAP
Support,SAP Security,SAP Project Management,User Administration,Database
Administration,Troubleshooting,Installation,SAP Hana admin.
Summary
Having around 4.4 years of experience as SAP Basis consultant, involved in all kinds of basis activities with good trouble
shooting skills in resolving all the basis related issues.
Good experience in installation of HANA systems using Lifecycle Management tool.
Hands on experience on SAP HANA 1.0 and HANA 2.0.
Experience in Upgrading the HANA systems to various revisions using LCM tool.
Experience in handling Multitenant Database Container systems.
Installing License for HANA systems.
HANA Database Backups Restore and Recovery.
Installing SAP HANA COCKPIT.
SAP HANA Administration using SAP HANA Studio, HANA Cockpit.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d17…
https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d175547470b5901… 2/2
Monitoring the spool requests, Deleting old spool requests.
Worked on user creation and adding profiles/roles to user from SAP level.
Kernel patch upgrade.
Raising OSS Incidents with SAP from Market place for further investigations on issues
Involved in System Refresh tasks.
support pack upgrade.
UG: B.Tech/B.E. (Electronics/Telecommunication) from JNTU College of Engineering, Kakinada in 2012
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SAP Basis
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Telugu Expert
Kannada Beginner
Rank 1181: Resume 812 with similarity score 0.004984660607479795
B.E , MS , B.TECH , BS software engineer , web developer , solutions architect , associate , software developer , full time , front end developer react.js , api , web development , redux , css , designation , pages , ug , affirmative action , routing , hindi , maintenance , ltd , english , authorization , node.js , bootstrap , status , architecture , gearing , email , project , transmission , application , aws , mumbai , idle , components , building , languages , output , html5 , assessment , javascript , gujarati , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f44…
https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f4450134458590d… 1/3
Current Designation: Software Engineer -Front end Web
Development
Current Company: KPIT Technologies ltd
Current Location: Mumbai
Pref. Location: Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
KPIT Technologies ltd as Software Engineer -Front end Web Development
Oct 2017 to Till Date
Achievements/Tasks
PowerSpec Feature Spec
Feature Spec is an application for Cummins engines with
which user can create a spec based on the engine he has
and can then configure the engine values such as Cruise
speed, Idle timer, and then transfer it to the ECM. The
ECM is repsonsible for controlling the engine. With
Feature Spec user can configure 100+ online parameters
for Vehicle.
Designed and developed feature spec pages using React
js, Redux, and Material-UI and made sure the components
are re-usable.
Trainee
KPIT Technologies
10/2017 - 01/2019, Pune, India
Front end web development
Achievements/Tasks
PowerSpec Gearing
Gearing is an application for Cummins engines which
recommends best engines based on user input. It also
gives user recommendation and assessment about
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Rashmin Bhanderi
Innovative Frontend Web Developer and AWS certified Solution
Architect Associate with 3+ years of experience in building and
maintaining responsive websites.
Key Skills: Software Engineer,Software Developer,Software Development,Web Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,React,Redux,JavaScript,HTML,CSS,Material UI,AWS,Bootstrap,Node.Js
Summary
Innovative Frontend Web Developer and AWS certified Solution
Architect Associate with 3+ years of experience in building and
maintaining responsive websites.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f44…
https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f4450134458590d… 2/3
engines. Based on user input it calculates Startability,
Gradeability and Transmission losses. It also gives two
best alternate recommendations which helps users to
select the best spec.
Independently designed and implemented front end for
PowerSpec Web Gearing using React.js, Redux, Routing
and Material-UI. Used Axios library for API integration
and made sure the UI is responsive.
UG: B.Tech/B.E. (Computers) from Pune University in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Oct 2017 - Oct 2020
Onsite / Offsite: Offsite
Team Size: 3
Education
IT Skills
Skill Name Version Last Used Experience
React js 16.3 2020 3 Year(s) 0 Month(s)
Redux 2020 3 Year(s) 0 Month(s)
JavaScript 2020 3 Year(s) 4 Month(s)
HTML 2020 3 Year(s) 0 Month(s)
BOOTSTRAP 2019 1 Year(s) 4 Month(s)
CSS 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Gujarati Proficient
Hindi Proficient
Projects
Project Title: PowerSpec
Client: Cummins
Skill Used: React.Js, Javascript, Material UI, Html5, CSS
Role Description: Front End Developer
Project Details: Cummins PowerSpec is an application that makes it possible to tailor the operation of Cummins
engines in every on-highway application. Using Feature Spec module, we can configure 100s of online parameters
for Vehicle ECM. Gearing Manager module gives user recommendation and assessment about engine. Gearing is
application for Cummins engines, which recommends best engines based on user input. It also gives user
recommendation and assessment about engine. Based on user input it calculates Startability, Gradeability and
Transmission losses. It also shows output as User Spec which have calculated value along with two alternative
spec.
Responsibility
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f44…
https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f4450134458590d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1182: Resume 713 with similarity score 0.004796890224794131
MS ui developer , software developer , full time , team lead , front end developer react.js , web development , redux , general , css , designation , ug , vendors , mar , affirmative action , hindi , linux , vendor management , maintenance , apache , ltd , windows , authorization , english , status , architecture , agile , email , project , record , flux , application , tomcat , hooks , bengali , forms , insurance policies , ibm , dreamweaver , git , router , languages , html5 , resource management , sass , events , sphere , javascript , eclipse , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e17…
https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e175215405c5b5a0… 1/2
Current Designation: Front End Developer
Current Company: TATA Consultancy Services Pvt. Ltd,
Current Location: Bengaluru / Bangalore
Pref. Location: Kolkata,Bhubaneshwar,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
TATA Consultancy Services Pvt. Ltd, as Front End Developer
Mar 2018 to Till Date
Project Title: FTB UI Revamp (June 2019 -till Date)
Client: FTB bank.
Role: UI Developer
Technologies: React.js,React Flux architecture,Hooks,ECMAScript6, in-built CSS, HTML5,
JavaScript.
Project Description: FTB is a vendor management portal used by FTB Managers and their
Vendors. It is a Bank project.
Project Title: Mutant (Aug 2018 to April 2019)
Internal(TCS). Role:
UI Developer
Technologies: React.js,React Flux architecture,Hooks,ECMAScript6, in-built
CSS,HTML5,JavaScript,Forms, Events, Keys, Router, Redux,Flux concept.
Project Description: Mutant is an internal portal used for Resource Management. It manages
resource inflow and outflow within the account.
Project Title: Insurance Company (Mar 2018 - May 2018)
Project Description: Made the second module of Insurance Company. The module dealt with the
management of details of the record of different types of insurance policies, managing of how
many people have specific policies the using C#,.net, JavaScript, HTML, CSS.
Role: Team Lead
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Raja Chhatri
Front End Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Project
Management,Delivery Management,Agile
Methodology,HTML,CSS,Eclipse,JavaScript,React js.
Key Skills: Front End Developer,Software Developer,Software Development,Application Programming,Web
Development,Requirement Gathering,Project Management,Delivery Management,Agile
Methodology,HTML,CSS,Eclipse,JavaScript, React.Js,redux,Hooks
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Project Management,Delivery Management,Agile
Methodology,HTML,CSS,Eclipse,JavaScript,React js
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e17…
https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e175215405c5b5a0… 2/2
UG: BCA (Computers) from Burdwan University in 2014
PG: MCA (Computers) from West Bengal University of Technology (WBUT) in 2017
Nature of Employment: Full Time Duration: Jun 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, SASS
ECMAScript6,JavaScript ,React js
Git,Redux,Hooks
D3 charts, NVD3 charts
ZingCharts, Pivot.js
Eclipse,Visualstudio,Dreamweaver
IBM Web Sphere, Apache Tomcat
HTTP Web Server
Windows,Linux
AGILE
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Proficient
Telgu Proficient
Projects
Project Title: FTB UI Revamp
Client: FTB bank
Project Details: FTB is a vendor management portal used by FTB Managers and their
Vendors. It is a Bank project.
Rank 1183: Resume 451 with similarity score 0.004240706692584567
MS , B.TECH , BS work from home , president award , completion , assessment , turbo , embedded systems , resume , english , internships , electronics , javascript , css , office , digital marketing , manufacturing , html , coursera , online Assessment
Q1. Why should you be hired for this role?
I'm young and eager to learn new things and if I'm appointed I will put all my effort and hard work to take this company to next level and also I'm
patient to learn new things.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. i'am able to work for 3 months and more at office as well as work from home
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8217222547
Rishabh Sharma
Hyderabad, Bangalore
Applied 08 Feb'21
Digital Marketing Embedded Systems English Proficiency Written)
B.Tech Hons.), Electrical and Electronics Engineering
Manipal University Jaipur
2017 - 2021
CGPA 6.12/10
Senior Secondary XII
SRI CHAITANYA JUNIOR COLLEGE
TELENGANA BOARD board)
Year of completion: 2017
Percentage: 89.60%
Secondary X
CBSE board
Year of completion: 2015
CGPA 7.86/10
Intern Trainee
BHEL, Hyderabad
Jun 2019 - Jul 2019
I've learnt about the Manufacturing of a turbo generator as a trainee intern
Programming With Html,javascript And Css
Coursera, Online
Oct 2020 - Oct 2020
Bharat rastriyapati award from President of india
Rank 1184: Resume 1325 with similarity score 0.004053313426151472
MS , BS support engineer , information security , associate , change management , full time , enterprise architect , aws solution architect , balancer amazon web services (aws) , functionality , switching , outlook , high availability , amazon ec2 , access , designation , ug , affirmative action , information technology , vista , hindi , databases , technology services , public , active directory , linux , ami , information security , ltd , authorization , english , troubleshooting , teams , antivirus , enterprise , instrumental , status , email , project , groups , snapshot , application , devices , bpo , less , solution architecture , mumbai , ubuntu , windows xp , sap gui , ecs , change management , s3 , disaster recovery , servers , languages , storage , infrastructure , load balancing , operating systems , pivotal , symantec backup , hubs , javascript , routers , network administration , organization , server support , commerce , switches , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c4…
https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c47021512505e5c… 1/3
Current Designation: Consultant
Current Company: Capgemini Technology Services India
Limited
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Consultant
Aug 2010 to Jun 2020
Resigned from my previous organization on 30th June 2020. No notice period.
Capgemini Technology Services India Limited as Consultant
Aug 2010 to Till Date
AWS Solution Architect-Associate Certified.
Capgemini India Pvt. Ltd as System Support Engineer
Aug 2010 to Jun 2020
Worked in a AWS Cloud project.
ROLES AND RESPONSIBILITIES
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Prasad Sadashiv Kamath
AWS Infra Engineer. Immediately available for joining.
Key Skills: Engineer,Solution Architect,Network Management,Information Security,Project Management,Configuration
Management,Access Management,Change Management,Solution Architecture,Technical Support,Load
Balancing,Switching,Troubleshooting,Installation,AWS
Summary
* Available for immediate joining.
* AWS Solution Architect-Associate level Certified.
* Having around 3 Years of experience in AWS Cloud platform.
* A dynamic professional with over 13 years of IT experience.
* Experience in Amazon EC2 in setting up instances, worked closely with infrastructure
teams to troubleshoot complex issues and setting up security using security groups and
NACL.
* Experience on configuring two-tier and three-tier applications using Auto Scaling and
ELB. Configuring AMIs (Amazon Machine Image) for backups.
* Setting up and maintaining databases in AWS RDS.
* Configured applications across regions using Public and Private Subnets in VPC.
* Creating various types of EBS volumes for EC2 instances and backing up using snapshot.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c4…
https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c47021512505e5c… 2/3
* Launching Amazon EC2 Cloud Instances using Amazon Web Services and Configuring launched instances with
respect to specific applications.
* Extensive experience in Amazon Web Services (AWS) Cloud services such as EC2, VPC, S3, IAM, EBS, RDS, ELB,
Route53, ECS, Auto Scaling, Cloud Front, Cloud Trail, Cloud Watch, Cloud Formation, Elastic Beanstalk, SNS.
* Setting up databases in AWS using RDS and configuring instance backups to S3 bucket.
* Experience in setting up Elastic Load Balancers (ELB's) and Auto Scaling groups on Production EC2.
* Performed S3 buckets creation, policies and also on the IAM role based polices.
* Created AWS Launch configurations based on customized AMI and use this launch configuration to configure auto
scaling groups and Implemented AWS solutions using EC2, S3, RDS, DynamoDB, Route53, EBS, Elastic Load Balancer,
Auto scaling groups.
* Created customized AMIs based on already existing AWS EC2 instances by using create image functionality, hence
using this snapshot for disaster recovery.
* Configured Elastic Load balancer (ELB) including high availability of ELB using various subnets in various availability
zones, configured security settings for application.
Opportune Technologies Pvt. Ltd as System Support Engineer
Aug 2008 to Aug 2010
Essayed a stellar role in installing and troubleshooting Operating Systems like
Windows XP & Vista
Pivotal in installing and configuring application soft wares like EARS 7.00 (Remedy),
SAP Gui 7.00 and Antivirus System like Symantec Endpoint Client Software, Mail
Clients like Outlook 2003/ 2007
HCL Info System Ltd as System Support Engineer
Jun 2007 to Aug 2008
Administered activities like installation and troubleshooting of Operating Systems
like Windows 98, 2000 and XP
Undertook activities like installation Windows 2003 & instrumental in managing
User's, Groups & OU's with using Active Directory
Played a major role in installing & configuring Symantec Backup Exes 11d for
Windows Servers Utility
Pivotal in maintaining differential & normal backup as well as restore the backup
Shouldered responsibility of providing hardware, networking and server support to
the client of HCL especially Adventity BPO India Pvt. Ltd. in Mumbai
Accountable for designing and troubleshooting Local Area Networks; successfully
implemented and troubleshooted LAN devices such as Hubs, Switches, and
Routers
Contributed in client installation of software's. Troubleshoot hardware, network
problems & client support, etc.
UG: B.Com (Commerce) from Mumbai University in 2005
PG: MBA/PGDM (Information Technology) from ICFAI University, Tripura in 2013
Other Qualifications/Certifications/Programs:
AWS Solution Architect-Associate
Education
IT Skills
Skill Name Version Last Used Experience
EC2, VPC, EBS, ELB, AMI
Storage Volumes, Load Balancing,
Windows, Ubuntu, Linux, Outlook
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c4…
https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c47021512505e5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1185: Resume 865 with similarity score 0.0037811555611833823
B.E , MS , B.TECH , BS investor , part time , full time , senior software developer , full stack developer bonds , yield , react.js , spring mvc , core java , customer , access , security , soap , designation , ug , mybatis , demand , affirmative action , mysql , trading , repro , hindi , web api , maintenance , ltd , jquery , json , english , authorization , node.js , status , spring boot , email , project , securities , aws , retail domain , live , microservices , focus , print , investments , angularjs , forms , fintech , testing , rest , currency , git , maven , languages , storage , e-commerce , mobile applications , hibernate , documentation , x , punjabi , bond markets , struts , one , spring framework , javascript , technology , equities , bts , amazon web services , private bank , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b18…
https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b180b45480a0f5b5… 1/3
Current Designation: Senior Software Developer JAVA Angular
AWS
Current Company: C Simplify IT Services Pvt. Ltd.
Current Location: Gurgaon
Pref. Location: Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.E [Computers]
Verified : Phone Number | Email - id
C Simplify IT Services Pvt. Ltd. as Senior Software Developer JAVA Angular AWS
Sep 2017 to Till Date
BE Graduate | 3+ years of experience in Software Development | Sound understanding of Java, JAVA 8, Core JAVA,
Angular 10, Spring Boot, Angular, React.js, Hibernate, AWS, and MySql queries|Capable of Performance Developing,
Testing, Documentation, and Deployment on live env.
UG: B.Tech/B.E. (Computers) from Chandigarh University in 2017
PG: B.E (Computers) from University Institute of Engineering & Technology, Chandigarh in 2017
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Parveen Kumar
Senior Software Developer seeking roles in Full Stack Development, Java 8, Spring
Boot, Spring MVC, Hibernate, AWS, React.js, Angular 10, JQuery, MySQL, Javascript,
GIT, Struts, Core Java, Amazon Web Services, Java, full stack developer, node.js dev.
Key Skills: Full Stack Developer,Java 8, Spring Boot, Spring MVC, AWS, React.js, Angular 10 ,JQuery ,MySQL,
Javascript, GIT, Struts,Hibernate,J2Ee,Java,Spring,Angularjs,Rest,Core Java,API,Mybatis,Spring
Security,Struts,Microservices,Web Services
Summary
A qualified and experienced professional with around 3.4 Years experience in the IT industry with proven expertise in
JAVA/J2EE, Java 8,
Spring Boot, AWS, Hibernate, React.js, Angular 10, MySql, Struts Application development.
Extensively Worked on JAVA technologies based application in the financial domain, Retail domain, and e-Commerce.
Good design and development experience in Web and Mobile applications. core java, full stack developer, java full stack
developer, node.js, Spring framework. Spring Security.Rest API, Webservices, API, Web Api, JSON, GIT, REST, SOAP, core
java, Angular, Angular.js, Spring, Hibernate, Java, Java 8, JDBC.
Work Experience
Education
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b18…
https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b180b45480a0f5b5… 2/3
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Apr 2018 - Jun 2019
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Aug 2017 - Sep 2018
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
JAVA 8 2020 3 Year(s) 4 Month(s)
spring boot 2.2 2020 3 Year(s) 4 Month(s)
Spring MVC, Struts 2 2019 3 Year(s) 1 Month(s)
React.js 16.x 2020 1 Year(s) 5 Month(s)
MySQL 5.7 2020 3 Year(s) 4 Month(s)
Angular 10 10 2020 1 Year(s) 5 Month(s)
Git,Maven x 2020 3 Year(s) 1 Month(s)
Hibernate 5 2020 1 Year(s) 5 Month(s)
J2EE 8 2020 3 Year(s) 3 Month(s)
Mybatis 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
punjabi Expert
Projects
Project Title: ReproWorks- Spring Boot - JAVA - AWS - Angular 10
Client: Repro India
Skill Used: Java, Spring Boot, Mybatis, MySQL, React.Js, Javascript,
Project Details: This platform is used to manage online orders from e-retail channels ( like Amazon and flipkart) and from the
partners or publishers.
Publishers have been partnering with Repro India, the one stop solution that enables them to focus on their core, while
working with Repro to get their books to the end customer.
Repro is able to print books in real time based on actual demand. This allows your Company to help the Publisher to
drastically reduce storage and inventory costs, while still meeting customer demand.
Technologies Used - JAVA 8, Spring Boot, Hibernate, Mysql, AWS, Jquery, JAVAScript
Project Title: BondEvalue BTS - JAVA, Spring Boot, Angular
Client: Bondevalue
Skill Used: Angularjs, React.Js, Spring Boot, Core Java, Java
Project Details: This platform is used to trade bonds online. User can sell or buy bonds in fractional forms.
Bonds are the largest asset class in the world however still opaquely traded. After currency and equity, digitizing bond trading
may look obvious but had its challenges. With a minimum investment size of $200,000, bonds are accessible only to
millionaires. BondEvalue envisions a world where every investor can trade bonds seamlessly, without any restrictions on
minimum investments.
fractionalizes bonds into regulatory compliant smaller value securities.
Technologies used- Angular, React.Js, Spring Boot, Core Java, Java, Mysql, AWS
Project Title: BondEvalue - JAVA 8 - Spring Boot - AWS - Hibernate
Client: BondEvalue
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b18…
https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b180b45480a0f5b5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Skill Used: Java, Spring Boot, MySQL, jQuery
Project Details: BondEvalue is a Singapore based Fintech Company that focuses on Asian bond markets. Unlike equities,
which have
already been digitally disrupted, bonds have remained unchanged for decades, with private bank clients unable to access
live
bond prices and yield changes.
Technologies Used - JAVA 8, Spring Boot, Hibernate, Mysql, AWS, Jquery, JAVAScript
Rank 1186: Resume 1322 with similarity score 0.0037809099009274583
MS field engineer , customer support engineer , technical associate , on call , configuration manager , full time , network support , vp laptops , outlook , functionality , customer , vmware infrastructure , virtual machines , windows server , access , security , microsoft azure , designation , ug , ultra , user management , mar , telecom , account creation , ram , group policy , health , vip , affirmative action , ticketing , user provisioning , hindi , active directory , air , mcafee , maintenance , vendor coordination , authorization , office 365 , english , troubleshooting , iaas , enterprise , macbook , status , virtualization , email , groups , aws , devices , high-end , expansions , hyper-v , servers , sysaid , system performance , languages , storage , procurement , server administration , mobile , cms , system administration , javascript , esxi , web , vmware vsphere , client side , commerce , disk , windows 7 , mailboxes , on-call support , digital services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a17…
https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a170643170b5e0a5… 1/3
Current Designation: System Administration
Current Company: CMS IT Services
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Com [Commerce]
Verified : Phone Number | Email - id
CMS IT Services as System Administration
Mar 2018 to Till Date
? Providing enterprise level support on call for client side issues.
? Implementation of VMware infrastructure as virtualization.
? Installation and configuration of Esxi5.5 host, VCS5.5Vsphere client 5.5.
? Up gradation from infrastructure 5.5 to 6.0
? Disk expansions, additions, adding hardware, installing software on virtual machines (Windows Servers).
? Installing &Managing Virtual machines using Templates.
? Managing CPU, Storage, and RAM etc. Virtualization environment as per consultancy request.
? Troubleshooting of virtual machine (Windows Servers) relates issues.
? Resolving day to day Incidents & Service request related issues by monitoring Service Now / Sysaid ticketing tool.
Windows:
? Managing & Administration of Windows Client & Server environment Windows 7, 8, 2008R2, 2012R2, 2016.
? Providing on call and email support to client.
? Windows OS installation, configuration &troubleshoot.
? DNS, DHCP, DFS, Windows Server Environment 2008R2, 2012R2.
? Managing day to day activities like server build storage expansion etc by VCenter desktop client or VCenter web
client.
? Active Directory Management User creation, Service account creation Modification Providing Access
? Knowledge on Active Directory management, Group Policy, OU.
? O365 Administration- Creating Mailboxes, shared mailboxes, DL, Security Groups
? Mailbox troubleshooting end-user provisioning.
MS Azure:
? User management on Azure AD.
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Yogesh Kushwaha
System Admin seeking roles in System Administration,Windows Server
Administration,Incident Management,Active Directory,Azure Administrator,AWS
Support,Remote Support,Technical Support,VMware Virtualization, SCCM
Key Skills: System Administration,Windows Server Administration,Incident Management,Active Directory,Technical
Support,VMware Vsphere,SCCM,Azure Administrator,AWS Engineer,Microsoft Azure IAAS
Summary
To become a successful professional in the field of IT and to be a part of globally competitive environment where I can enrich
my technical abilities & contribute quality ideas to benefit professional & organizational growth.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a17…
https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a170643170b5e0a5… 2/3
? Virtual Machine creation on Azure platform.
? Monitoring VM health status on Azure Portal.
? Disk and CPU expansion as per user request.
? Troubleshooting of System performance issue.
Wipro Infotech as System Admin
May 2015 to Feb 2018
* End user support through call or Mail.
* Active directory user management.
* Office 365 support and troubleshooting.
* Providing high-end technical support on systems, managing incidents as per SLA and ensuring high end-user
satisfaction levels through solution of their problems.
* Server level troubleshooting
* VIP support to MD and VP level user.
* MacBook configuration and troubleshooting.
* Troubleshooting hardware and software related issue on laptops, desktops and Servers.
* McAfee agent installation and troubleshooting.
* Vendor coordination and devices procurement.
* Giving L1 support for VC and telephone functionality.
* Troubleshooting hardware and software related issue on laptops, desktops and Servers.
* Troubleshooting Outlook related issues.
* Configuration of VPN client and troubleshooting (Big IP Client), VIP access.
* Troubleshooting printer related issue.
* Troubleshooting Outlook related issues.
* Mail configuration on Mobile, I Phone, and Air watch client configuration.
* Remote support via Configuration Manager, Ultra VNC and RDP.
* Day to day maintenance and support of an Enterprise Windows Server.
* 1st level Network support to end User.
* New Joiners induction and trainings.
* Vendor coordination and devices procurement.
* Configuration of VPN client and troubleshooting (Big IP Client), VIP access.
* Perform on-call support duties as required.
* Troubleshooting printer related issue.
* Good Knowledge of Windows OS ( Client OS and Server OS )
* Troubleshooting hardware and software related issue on laptops, desktops and Servers.
* McAfee agent installation and troubleshooting.
* Troubleshooting Outlook related issues.
* Mail configuration on Mobile, I Phone, and Air watch client configuration.
Allied Digital Services as Customer Support Engineer
Nov 2014 to Feb 2015
I had worked in Allied Digital as a field engineer to provide backup support at client location.
UG: B.Com (Commerce) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 2011
PG: M.Com (Commerce) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 2013
Other Qualifications/Certifications/Programs:
Microsoft Certified Azure Administrator Associate
Microsoft Certified Azure Fundamental
VMware Certified Technical Associate
Education
IT Skills
Skill Name Version Last Used Experience
Windows, VMware ESXI, Hyper-V.
SCCM, VMware VSphere
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a17…
https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a170643170b5e0a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Microsoft Azure AZ-104 2020 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1187: Resume 356 with similarity score 0.0034330132307407507
nan work from home themes , web development , media marketing , css , basic , instagram , php , plugin , social media , project , wordpress , live , mumbai , resume , facebook marketing , android , assessment , google analytics , javascript , ion , ethical hacking , commerce , digital marketing , inkscape , html Assessment
Q1. Why should you be hired for this role?
I Have A Knowledge Of HTML, CSS, PHP For Web Development & I Know Basic Of Other Language That Are Mention In My Resume, Recently I
Started To Do Work On WordPress While Working On WordPress Platform I Learned New Thing Like Plugin, Themes Customisation & I Also Work
On Some Live Project Using WordPress.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I Am Available For Work From Home, But I Can Join After 25Feb
Resume
EDUCAT ION
CONTACT Phone: 91 9892707139
Nikhil Maurya
Mumbai
Applied 07 Feb'21
CSS HTML Android
Digital Marketing Ethical Hacking Facebook Marketing
Google Analytics Inkscape Instagram Marketing
Java JavaScript PHP
ReactJS Social Media Marketing
Bachelor of Computer Applications BCA, Commerce
KPB HINDUJA COLLEGE OF COMMERCE
2017 - 2020
Rank 1188: Resume 1160 with similarity score 0.0034232815083035696
B.S , MS , M.S android developer , student , senior software engineer , full time , team lead yield , api , redux , designation , sqlite , ug , affirmative action , web services , analytics , hindi , remote control , google glass , firebase , tablets , retrofit , player , authorization , json , english , status , architecture , playback , email , project , store , android studio , kotlin , application , dvd , video , vast , devices , wordpress , ima , operations , sheets , xml , paper , testing , facebook , rest , features , react native , git , languages , framework , cc , kannada , android sdk , smartphones , mobile , javascript , jira , google forms , harvest , technology , apps , hris 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a110816…
https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a1108165617170d0f5c… 1/3
Current Designation: Senior Software Engineer -Android
Current Company: QA InfoTech
Current Location: Noida
Pref. Location: Noida,Gurgaon,Bengaluru / Bangalore
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
QA InfoTech as Senior Software Engineer -Android
May 2013 to Till Date
Projects/Application Developed:
Project: Video OTT Android App
Technology Used: Android, MVVM, Glide, Kotlin, Retrofit, Firebase (FCM, Remote Config, Analytics), Exo
Player with Google IMA SDK
The project included EXO player library customization for exploring various features like playback
control, CC , multiple video quality support, and playback customization with Vast video ads support.
Namma Flix -Watch Kannada Movies, Originals
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.anvitonmovies
Zulo
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.zulotv
IndiaScience
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.indiascience
AAO TV
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.aaotv
Phunflix
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.phunflix
Bhaktinow
Play Store url : https://play.google.com/store/apps/details?id=com.qait.sadhna
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Triloki Nath Yadav
Serving notice period.
7.5 +years of experience in Android application development using Java.
4+ years of experience in Android application development using Kotlin.
2+ years of experience in React Native application development.
Key Skills: senior software engineer,android application development,android sdk,android studio,java,kotlin,react
native,redux,git,svn,jira,mvvm,mvp
Summary
Serving notice period.
7.5 years of experience in Android application Development using Java .
3+ years of experience in Android application Development using Kotlin .
1+ years of experience in React Native application development.
Rich Knowledge in the domain of Android Framework, Application programming, and GUI
design.
Knowledge of End to End project execution which includes: Estimation, Requirement Analysis,
Architecture, Design, Coding, Testing, Implementation, and Support, etc.
End to End Application Creation and Deployment on Google Play Store and Android Developer
Account Operations.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a110816…
https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a1108165617170d0f5c… 2/3
Project: Irdroid for Android ( Infrared Remote Control)
Technology Used: Android 2.3.3, Irdroid , LIRC library ,SQLITE
Irdroid is a universal infrared remote control for smartphones, tablets and other devices, working
with the Google Android operating system. To control your favorite TV, STB or DVD, Worked on
Irdroid Android application using native library for Irdroid
Project: NTRAC (React native)
Play Store url : https://play.google.com/store/apps/details?id=com.ntracapp
Technology Used: Android, React Native, Javascript, Redux, axios
The NTRAC harvest solution creates a single entry point that helps standardize inputs, reduce errors,
track harvest activity, manage contract details, and put you in control of your yield data
Project: Dainik Bhaskar (A News Reader Application)
Play Store url : https://play.google.com/store/apps/details?id=com.ak.ta.dainikbhaskar.activity
Technology Used: Android, Volley, Glide, Firebase (FCM, Remote Config, Analytics), Exo Player with
Google IMA SDK
Created a single SDK for the integration of various Mobile ad SDK like Admob, Facebook audience
network, and Inmobi.
Project: Paperscorer
Play Store url : https://play.google.com/store/apps/details?id=com.perseveranceit.paperscorer
Technology Used: Android, Retrofit, Kotlin, Google Vision Api
Paperscorer enables teachers to generate bubble sheets from Google Forms, assess students in the
paper, and auto-grade student responses using your mobile device.
Project: Patrika(Rajasthan Patrika) (A News Reader Application)
Play Store url : https://play.google.com/store/apps/details?id=com.vserv.rajasthanpatrika
Technology Used: Android, Retrofit, Glide, Firebase (FCM, Remote Config, Analytics), Exo Player with
Google IMA SDK
Project: Kickboard
Play Store url : https://play.google.com/store/apps/details?id=com.kickboardforschools
Technology Used: Android, Retrofit, Glide
Project: Sandesh ePaper
Play Store url : https://play.google.com/store/apps/details?id=com.sandesh.epaper
Technology Used: Android,Kotlin, Retrofit, Firebase (FCM, Remote Config, Analytics)
Project: HRIS (QA InfoTech)
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.hris
Client: QA InfoTech
Technology Used: Android, Kotlin, Retrofit, Glide, Material Design
Project: EduGrade, EduStream, EduTeach, EduScan( Google Glass)
Platform: Android Mobile/tablet, Google Glass
Project: WordPress Android apps ( SudarshanTV, News24, SadhanaTV, Current Crime)
https://play.google.com/store/apps/details?id=com.appsplanet.sudarshan
https://play.google.com/store/apps/details?id=com.ngbm.news24
https://play.google.com/store/apps/details?id=com.qait.sadhna
https://play.google.com/store/apps/details?id=com.perseverance.currentcrime
Technology Used: Android,Kotlin Retrofit, Glide, WordPress rest api
Page
UG: B.Sc (Maths) from Deendayal Upadhyaya Gorakhpur University in 2008
PG: MCA (Computers) from SHRI RAMSWAROOP MEMORIAL COLLEGE OF ENGINEERING AND MANAGEMENT in
2012
Education
IT Skills
Skill Name Version Last Used Experience
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a110816…
https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a1108165617170d0f5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Android SDK
Android Studio
JAVA, Kotlin, Flutter
React Native, Redux
GIT, SVN, JIRA
SQLite, Room
XML, JSON
WEB SERVICES
MVVM, MVP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1189: Resume 1463 with similarity score 0.003198474435441157
B.E , MS , B.TECH , BS entry level , senior specialist , delivery lead , consulting manager , change management , full time , vp , program manager , functional consultant ecommerce , mechanisms , automation , performance management , leadership development , designation , ug , restructuring , case , affirmative action , espp , human capital , scratch , hr policies , evangelism , compensation administration , ltd , pcmm , authorization , internet , english , instrumental , downsizing , people development , welfare , craft , status , productivity , teams , ratings , exit interviews , email , google , record , ecosystem , workplace , mumbai , employer branding , ops , apac , compensation benchmarking , government , hiring , change management , building , meetup , languages , resource management , employee engagement , morale , javascript , organization , campus , pmp , hobbies , technology , hr operations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e120944…
https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e1209440215150a5a0d0… 1/2
Current Designation: NA
Current Company: NA
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: HR / Administration / IR
Role: Head/VP/GM-HR
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [HR/Industrial Relations]
Verified : Phone Number | Email - id
NA as NA
Mar 2020 to Till Date
CRAFTSVILLA HANDICRAFTS PRIVATE LTD as Head - Human Resources
Jun 2016 to Feb 2020
Key achievements:
Certified Craftsvilla as Great Place to Work by Great Place to Work Institute
Instrumental in taking the organization through restructuring process ensuring minimum negative impact on Employee
morale and Employer Brand during the downsizing phase
Grew organization from 70 to 300 post restructuring
Setting up PM process, Human Capital Planning, Leadership Development & Comp designing.
APIGEE TECHNOLOGIES - Acquired by Google as Lead - People Ops, APAC
Sep 2013 to Jun 2016
HRBP - People Operations, APAC: Responsible for People Operations, Employer Branding & Developer Ecosystem
Key achievements:
ISB & IIM Indore studied our people practice experimentations for 2 years. They published a case study n our Culture
Last Active: 8-Jan-21 Last Modified: 15-Oct-20
Vishwadeep Anshu
15+ yrs exp HR Leader. 10+ yrs HRBP exp. with last 7 yrs at Leadership Level.
NIT, XLRI, PMP, PCMM.
Ex-Accenture, Ex-Apigee (acquired by google). Currently Head HR-Craftsvilla
Exp across HRBP, C&B, TA, PM, Process Improvement, HR Automation, Culture
Key Skills: Head-Human Resources,VP/GM,Human Resource Management,Employee Engagement,Employee
Relations,Performance Management,Talent Acquisition,Employee Retention,Employee Welfare,Organizational
Development,HR Operations
Summary
A passion for Organization Culture & People Development kicks me every day at work. I have been experimenting with building
Org Culture focused on enhancing Organization Productivity & Performance. I have 10+ years of core HRBP and 2+ years of TA
experience. I have been playing HR Leadership role for last 7 years. I have a proven track record of setting up HR processes
from scratch. I love bringing in insights from other disciplines / school of thought at workplace. A thrill for adventure and a
passion to pursue various hobbies is what keeps me alive.
Key achievements of my career are: 1) Craftsvilla certified as Great Place to Work by Great Place to Work Institute within 2
years of downsizing. 2) Case study conducted by ISB & IIM Indore on People Practices at Apigee; the case study was selected
for global publication by Ivy Publication 3) Supporting growth of Accenture Development Center in India by setting & scaling up
Entry level recruitment function and hiring 14,000 freshers
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e120944…
https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e1209440215150a5a0d0… 2/2
Building practices - https://www.iveycases.com/ProductView.aspx?id=86230
? Developer Ecosystem & Evangelism: Apigee Meetup group IoT Craft is the 2nd largest IoT group in India with ~3k
members
Concepts like Self-Managed Teams, Compensation hike delinked from Employee Ratings, No designations, Absolute
Ratings, Zero HR policies, Employee Engagement at Spiritual, Mental & Physical level, Experiential Reward mechanisms,
Employee exit interviews done on Managers were implemented.
Employer Branding: Moved to zero vendor support for recruitment
Established global ESPP Plan, Compensation Benchmarking & Competency Mapping.
WIPRO CONSULTING SERVICES as Consulting Manager, Functional Consultant, People Consulting
Practice
Mar 2012 to Nov 2012
Implementation of Change Management intervention for a Dubai based government org. (3 months)
Designed Change Management workshop for an Indian Automobile firm (2 months)
Accenture as Senior Specialist
Aug 2005 to Mar 2012
1. HRBP Lead for 2500 HC
2. PCMM Program Manager
3. Delivery Lead - Campus Hiring (Graduate Talent Acquisition) for Software Development function
Vcustomer as Manager HR
May 2004 to Aug 2005
HRBP, Compensation Administration, HR Automation
UG: B.Tech/B.E. (Chemical) from National Institute of Technology (NIT), Durgapur in 2002
PG: MBA/PGDM (HR/Industrial Relations) from Xavier Labour Relations Institute (XLRI), Jamshedpur in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English Proficient
English Proficient
Rank 1190: Resume 680 with similarity score 0.002419198594236128
B.TECH work from home training , collage , internships , user experience , ios , go , c programming , focus , iit , aar , resume , android , universities , java , pcb , assessment , mobile interfaces , ion , apps Assessment
Q1. Why should you be hired for this role?
Mobile designers can go by many names, including app designers, iOS designers, Android designers, and more. They usually work closely with
user experience UX designers and user interface UI designers to apply their designs to mobile interfaces. Their main focus is on native mobile
applications, but they also must be able to create designs for mobile and hybrid apps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I won a take training about job and internship, I have time from next month to start this intership and job.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9391153724
Yeddula Mounika
Hyderabad
Applied 27 Dec'20
C Programming Java
B.Tech Hons.)
AAR Mahaveer Engineering Collage
2017 - 2021
PCB Designing
nsic, Hyderabad
Jun 2019 - Jul 2019
PCB Desinging
Jun 2019 - Jul 2019
I did many interships like IIT universities and techieyan technologies.
Rank 1191: Resume 368 with similarity score 0.002336148631808891
BS work from home , full time , fashion stylist award , media marketing , internships , adobe photoshop , workshops , spring , journalism , second home , english , social media , sports , adobe illustrator , resume , im , completion , assessment , events , square , digital marketing Assessment
Q1. Why should you be hired for this role?
I'm smart and efficient all that a person should be like .Honestly, I possess all the skills and experience that you're looking for. I'm pretty confident
that I am the best candidate for this job role.
I would give my 100% for this internship and generation like us we are so much updated with social media it's like my second home and my past
experiences have made me great with it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, im available for full time in Amritsar punjab for 3 months. if the work includes travelling will do it
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8427809477
Nitya Puri
Amritsar, Delhi
Applied 08 Feb'21
English Proficiency Spoken) English Proficiency Written) Adobe Photoshop
Social Media Marketing Adobe Illustrator Digital Marketing
Fashion Designing
Bachelor of Arts B.A.), Mass Media And Journalism
Amity University
2017 - 2020
Senior Secondary XII, Arts
Spring Dale Senior School
CBSE board)
Year of completion: 2016
Secondary X
Spring Dale Senior School
CBSE board)
Year of completion: 2015
Social Media Marketing
A Square Media, Amritsar
Jan 2019 - Mar 2019
Fashion Stylist
Mia By Rohini Thappar, Delhi
May 2018 - Jul 2018
-headed college sports event in Amity
Scholarship award from college
Scholarship in amity university
workshops based on management , events attend in college
Rank 1192: Resume 657 with similarity score 0.00033540672531785646
B.E , MS work from home mar , information technology , cpp , project , application , c programming , numbers , flowers , photos , smt , characters , xml , resume , kindergarten , java , drive , android development , converter , assessment , family , management system , it , one , anime , file transfer , learning , online Assessment
Q1. Why should you be hired for this role?
Am not saying that am really good in android development but i really like to develop android application, the challenges , problems that i face
they excites and encourage me to learn more about android development. I can do my best to complete the task in timely manner. Am that type
of person who really likes to develop android application
Here's some projects that i recently develop
Kiddo : The Learning App
https://play.google.com/store/apps/details?id=com.vijay.android.kidslearneducationpreschool
Puzzle Game
https://play.google.com/store/apps/details?id=com.vijay.android.puzzlegame
GoShare : the file trasnfer app
https://drive.google.com/folderview?id=1rYfRJvZ0oMcNgyujGJR4YsZ1fmsws217
Kiddo drive link
https://drive.google.com/folderview?id=1uX9joQcShWnsoNFF-lKaBBMADSXM3jLi
Puzzle Game drive link
https://drive.google.com/folderview?id=1ShPZvyIO2TPtu7XiqQNjaf_0zySVxgEH
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes am available
Resume
EDUCAT ION
PROJECTS
Vijay Patil
Jalgaon
Applied 24 Dec'20
Android C Programming C Programming
Java XML
Bachelor of Engineering B.E, Information Technology
SSBT COET Bambhori, Jalgaon
2017 - 2020
CGPA 7.69/10
Diploma, Information Technology
Smt Sharachandrika Suresh Patil Institute Of Polytechnic Chopda , Jalgaon
2014 - 2017
Percentage: 70.88%
Puzzle Game
May 2020 - Jun 2020
https://play.google.com/store/apps/details?id=com.vijay.android.puzzlegame
Play a new puzzle game with two hundreds of unique levels! Fun & Free!
Meet the super fun puzzle game experience with multiple anime characters. Download today this one-of-a-kind puzzle, and
explore unique game play with high-quality photos and two
Academics the Unit Converter
Apr 2020 - May 2020
https://drive.google.com/folderview?id=1UWylInSEDwaBNx136Km7YTJmgwcZyck
https://play.google.com/store/apps/details?id=com.vijay.android.puzzlegame
https://drive.google.com/folderview?id=1UWylInSEDwaB-Nx136Km7YTJmgwcZyck
CONTACT Phone: 91 9834497449
Kiddo the kids learning app
Apr 2020 - May 2020
https://play.google.com/store/apps/details?id=com.vijay.android.kidslearneducationpreschool
Kiddo the kids learning app - Kids ABCD, Numbers, Colors, Family Relations, Body Parts, Animals, Fruits, Flowers, whether
they're just getting started, or going into Kindergarten. Download this all in one app for kids.
Checkbook Management System
Oct 2019 - Oct 2019
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
Sudoku Game in CPP
May 2019 - May 2019
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
Online Examination System Java)
Aug 2016 - Mar 2017
https://drive.google.com/folderview?id=1jM7YKZYNBQdAy5yRS2lac2aoVFZKvVfv
This is my diploma final year project which is in the java language, there are 2 applications in this one for server and one for
client this application is able to run on lan or lab network
File transfer app
Aug 2020 - Present
https://drive.google.com/folderview?id=1rYfRJvZ0oMcNgyujGJR4YsZ1fmsws217
Thus app is just like the xender and share it app for transferring the files from one device to another
https://play.google.com/store/apps/details?id=com.vijay.android.kidslearneducationpreschool
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
https://drive.google.com/folderview?id=1jM7YKZYNBQdAy5yRS2lac2aoVFZKvVfv
https://drive.google.com/folderview?id=1rYfRJvZ0oMcNgyujGJR4YsZ1fmsws217
Rank 1193: Resume 23 with similarity score 0.0
nan nan f , d , c Abhinav's Resume.pdf
�������� ��
��
�
�����
������
����
�������
������
���������
�����������
���
�
��������������
��
���������
��
�������������� �
��!
��
�
�
���
�
��
��������
��
��
��
�
��"��
�����
�#�$ ��
������
�
�
��������
�
�������
�������
����
�
��� ����
����%
���
��&'�$
�����! #
�������#���
��(
��
%#�
� )*+�*,-..""+*, / ���
�������� ���%
���#�
�0��0�������"+*,
��������
����
�����������������������������
1� ��2�������3#3�1�����/
��$��� �
�������������������
������������ ��
�� �!������"�����#���$�
��%�&���
$���� ����!����
�
� ��������
��
����� ��������������
�
�
�
�������&'�$
�������������
���
��� �������� �������
����4&
5��� ����
������������
����
����
��#
6��
������
���
���
�����
����
�
����
�� �
�
��%�&������'�
�(��
$���� ����!����
�
����������� ������� ��������������
7
�%����
��&�$���41
�� ���&��%��8�����
5�
��&'�$
����4�! 5�2����
����
�
&
���� ����
��
�����
������1�
%
��#
�
�
�
����������
������
�� �
������ ��������%
���
��&'�$
����49���5�
������7
���
��
8�
�����&�� � ���2��:��
���
�
�#9����
�%
���3 �
��
�
���
�
�
��
��
�������
��$�����
���
����
�����
�����
�
���
������
��
��
����
��
�
��
�
�
��
����
��������
�
���������
�#
�
����
������� ������
��
�
���
� �����
������������
��������
������������
�
�
����
�
�
��
����������
��
��&'�$
���#
&
����
����
�����
�
�%��
��9 ����
�������
��
��$
��������
�
����� �����
�
�����
�� ���������
��
�';<�
�����������
%����������#����
������
��
����
�
�
��
�
���
������
�����
��
���#
�
�
��
���
� ��������
����������
�
��������
���$
�������=�������
������
�
�
����
������������
�����
�������
���
���
���������
�������
�������������
��
�
�%
��
���
���������
���>8
���������
�� �����
�3 ��
���
����
����
����
#
�����
�������������
�������
� ����
��������� ���
��������
����� �
���
��
�
����
����
�������
������
����
�����
�������
��
���
�������
�
�������������
���
�� � �
��
�
�%#
�� �!������'�
�(���������
:� �/
���
� ����������������� ����������
+��
���������&$";�."+����
����
��
���
%
���4
�����
��������
���������
�
���
�
��=��� ���������
5������2?���
��
��
��4�
����������
�
���5
"�@
�
9���
����������&�� � ���2�A��4
�����������$���������
���
?���
�
�%�5
'���������
�� �
�B�&�1��B����C����@
���
����
���B��
��
�1�������
�1
4�
���������������
�������
�����5
D��
�%
���
���
�����
������
�
-����E
��7
���
����
���
���
��
��
��
���))�
&'�$
��� ���
�
��
�������%
9��� �������7
� 9���������
�
�
�#9� @
�
#9� �
��
�1
�
�%
� /��
�����*������
$
����$
���>
���
�
�
�
�
�4;'0";+*���2�
�
��5
��+��,�-� ��
�@�2�&��������4;'0";+"5
�������
���� !����"��
������#$�%�"���������&
�'���'��������'(��)��$��������&���
'������"��&�'�
*��+�,�-�
�������(����+�-.���.������/���������
�� �9�������
�
��4;-0";+D5
�'��������0������"��1��&�'�����$2
�
������
�!(�
�""���������3��� ����'����/����������������
1
���2
����
��2��
�����������:@�4";+"5
4���.�
��
�
������
�"����!�������5���)�6�����
������
�-��&����'��������
���#$�
����)����(���$�
'(��)�-��")�/+�4���.�
����)������ !�������56�
������
���#$�% 7�
'(��)�����(��
����$���
)� .��.��
�������
8�))�
��&�
����)�
��9'���'$
F����
����������.�)�����)�
��9'���'$
� �������
����
������ ��������
���
� 2�
�
������
��:�'��������
"��
�#�)���
��:�'������ '(��������
%���)�"�����%�'�����)�
��� "")�'�����
�&�����'���'(��
������'(�
��'0�����������#�)�!;
In [ ]:
contact_info= resume_data[[
'name',
'phone'
]].copy()
In [ ]:
# Sample job description
job_description = """
Data Scientist or Data Analyst.
data mining.
R, SQL, Python & Excel.
business intelligence tools e.g. Tableau, Qlik View, Power BI.
Analytical mind.
Strong mathematic skills & statistics skills.
Problem-solving aptitude.
Excellent communication and presentation skills.
Degree in Computer Science ; degree in Data Science.
MS , B.TECH, PhD
"""
# Sample resumes dataframe
# Combine resumes with job description for vectorization
documents =df['combined_column'].tolist() + [job_description]
# Enhance text preprocessing
documents = [doc.lower() for doc in documents] # Convert to lowercase
# Create TF-IDF vectorizer with n-grams
vectorizer = TfidfVectorizer(stop_words='english', ngram_range=(1, 2), max_df=0.95, min_df=2)
tfidf_matrix = vectorizer.fit_transform(documents)
# Split the matrix into resume vectors and job description vector
resume_vectors = tfidf_matrix[:-1]
job_vector = tfidf_matrix[-1]
# Calculate cosine similarity between job description and resumes
similarities = cosine_similarity(job_vector, resume_vectors).flatten()
# Get indices sorted by similarity score (descending order)
ranked_indices = np.argsort(similarities)[::-1]
# Retrieve ranked resumes
ranked_resumes = df.iloc[ranked_indices]
# Output ranked resumes
for rank, (index, row) in enumerate(ranked_resumes.iterrows(), start=1):
print(f"Rank {rank}: Resume {index + 1} with similarity score {similarities[ranked_indices[rank - 1]]}")
print(f"Resume Text: {row['combined_column']}")
print("\n")
Rank 1: Resume 361 with similarity score 0.21789175857420484
Resume Text: B.E , MS , BS work from home , business intelligence analyst , data analyst , data scientist , full time css , data validation , deep learning , mysql , data analytics , power bi , natural language processing , digital , advanced , visual basic , clarity , postgresql , excel , project , irt , business intelligence , application , llp , mumbai , computer vision , resume , electronics , machine learning , opencv , django , sas , tableau , assessment , python , dashboards , javascript , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
Hello sir/ma'am, Thank you for your time for reviewing my application, I have hands on experience in BI project handling, project execution cycle
and good grip on BI concepts.
I have experience in basic and advance Power BI concepts. I have experience in connecting Power BI with SQL, PostgreSQL server and
integrating R with Power BI for statistical analysis. I can create interactive dashboards and animations in Power BI. I have also completed multiple
Power BI courses on udemy which gave me clarity on how to train in Power BI or on any BI platform. I have hands on experience of working with
Power BI .I have good understanding and experience of data validation with Excel and advanced excel.
Thanks and regards,
Niraj gaonkar
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for full time work from home internship.
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 8976561249
Niraj Gaonkar
Mumbai, Gurgaon
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Power BI Data Analytics Data Structures
HTML MSExcel MSOffice
MySQL SAS SQL
Tableau Visual Basic VB CSS
Database Management
System DBMS
Deep Learning Django
JavaScript Machine Learning OpenCV
R Programming
Bachelor of Engineering B.E, Electronics Engineering
Vidyalankar Institute Of technology
2013 - 2017
CGPA 7.23/10
Consultant Business Intelligence Analyst
IRT Digital Analytics Solutions Pvt.ltd., Mumbai
Dec 2019 - Present
Developer
LAGS TechSolutions LLP, Mumbai
Dec 2017 - Nov 2018
Data Analyst With Python,Data Scientist With Python
DataCamp.com, Online
Jan 2019 - Aug 2019
Rank 2: Resume 1295 with similarity score 0.20372383739440833
Resume Text: B.E , MS , B.TECH full time , learning specialist , data scientist , data analyst general , telugu , spark , microsoft azure , designation , deep learning , mar , nlp , data mining , keen planner , mysql , protocol , affirmative action , analytics , oracle , hindi , data collection , natural language processing , apache , pattern recognition , kafka , visualization , authorization , english , procedural , status , excel , specifications , email , project , infosys , business intelligence , aws , less , german , computer vision , github , data analysis , c++ , machine learning , languages , research , statistics , sqoop , big data , hive , sql server , completion , tableau , probability , tuning , scala , hbase , data science , python , javascript , eclipse , technology , hadoop 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f12…
https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f120042485c590a… 1/2
Current Designation: Data Scientist
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
Infosys as Data Scientist
Apr 2019 to Till Date
Infosys as Data Scientist
Apr 2019 to Mar 2020
Executed end to end Data science project involved in data collection , analysis , modelling , presentation and production
deployment of the project
Infosys Limited as Data Scientist
Apr 2019 to Mar 2020
Roots Infosoft Technology Private Limited as Applied Machine Learning Specialist /Engineer
Feb 2012 to Mar 2019
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
V V DORA REDDY S
Data Scientist seeking roles in Data Science,Machine Learning,Deep Learning,Natural
Language Processing ,NLP,Computer Vision,Python,R,Data Mining, Data Analysis, Big
Data Technologies, AWS,Azure,Pattern Recognition, Statistics & Probability Modelling
Key Skills: Data Scientist seeking roles in Data Science,Machine Learning,Deep Learning,Natural Language Processing
,NLP,Computer Vision,Python,R,Data Mining, Data Analysis, Big Data Technologies, AWS,Azure,Pattern Recognition,
Statistics & Probability Modelling
Summary
Microsoft Certified Azure Data Scientist & result-oriented professional with over 8 years of diversified experience in Machine
Learning, Deep Learning, Python, AWS, Microsoft Azure, Natural Language Processing,Computer vision,R,Pattern
Recognition,Sql & Big Data Technologies like Spark,Hive,Kafka,Hadoop etc.,Statistics, Probability & Modelling. A keen planner,
strategist & implementer with proven success in effective management of various resources to meet project specifications
Identified, collected, processed and analysed the data samples according to established protocol, procedures &
standards.Planned and organized day-to-day research activities and resolved procedural problems as appropriate to the timely
completion of Tasks and Engaged in Data Analysis, Statistical & Probabilistic Modelling, Predictive Analysis, Optimised
Parameter Tuning, Visualization using tools like Tableau & Managed Complex Business Problems , Automated Mundane tasks
using RPA technologies like UIPATH
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f12…
https://freesearch.naukri.com/preview/printResume?uname=d8cd9153838c84d63109e71f82bf4a790b0f5a0443160b105019440b540b021b415f120042485c590a… 2/2
UG: B.Tech/B.E. (not specified) from Acharya Nagarjuna University, in 2008
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MACHINE LEARNING
Deep Learning, Computer Vision
NLP, Probability, Statistics
(Hive, Pig, SQOOP, HBase, Kafka)
Horton works, Spark
(RPA) UIPATH
Microsoft Azure , AWS , GCP
Tableau, Ms- Excel
Python, R, Scala , C, C++
GitHub, Jupyter Notebook
Spyder, Apache Zeppelin
Eclipse
Oracle, MySQL, SQL Server, Hbase
SQL, HiveQL, CQL
Languages Known
Language Proficiency Read Write Speak
english
German
telugu
Hindi
Rank 3: Resume 1412 with similarity score 0.16110280826728615
Resume Text: B.E , MS , B.TECH data analyst , machine learning engineer , full time , data scientist , full stack developer data warehousing , blocking , optimization , segmentation , jenkins , interview , algorithms , ipv6 , forest , classification , designation , validation , ug , mar , data mining , affirmative action , web services , data analytics , spring , data manipulation , utilization , eda , visualization , internet , data modeling , authorization , english , pools , status , screens , models , email , project , consideration , business intelligence , boot , ips , devices , range , machine learning , schemas , data reporting , languages , tableau , data integration , data science , python , forecasting , predictive analytics , javascript , technology , availability , ipv4 , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e11…
https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e110a1114510e085… 1/2
Current Designation: Data Scientist
Current Company: Verizon
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Verizon as Data Scientist
Jul 2017 to Till Date
Project: Forecasting IPv4 and IPv6 Utilization Project for Verizon. Description: As the number of devices connected to
Internet increased, IPv4 are getting depleted fast and each single IP is costing $8. As we are maintaining the inventory of
IPv4 and IPv6 from years, we build Time Series Forecasting model where we predicted the usage of IPv4 in next 2 years
and accordingly we can purchase IPs from IANA. Role: Worked with Database team to gather and understand data from
different tables and schemas. Completed EDA for IPv4 and IPv6 for different products and discussed with user. Build a
Time Series Model on the overall utilization of IPs, taking into consideration creation and deletion of IP. Project: Classifying
the different Products in IP Pool which will always be under-utilized. Description: In Verizon. Some of the major products
have their specific IP range. In that specific range there are different IP Pools. But some of the pool are always under-
utilized which means there are hundreds and thousands of IPs will be in assigned status but never be used in that pool.
So once that Pools are classified we can ask users if we can reduce the size and leverage the use of IPs. Technology
used: Decision Tree, Random Forest, SVM, Ensemble Learning. Role: Developed UI Screens in React JS. Discussed with
user and team on important parameters in creating Pool. Prepared report to show the IP segmentation and availability
from each pool. Build a classification model to classify subnet if it will under-utilized/not.
EPAM as FULL STACK DEVELOPER
Mar 2016 to Apr 2017
Project: Interview Panel Availability Description: EPAM has Calendar Blocking feature for interview panel members but
people must make manual efforts like phone calls to know their availability. Role: I have been part of developing UI
Screens using React JS. Developed restful web services module to return the availability date and time of all Interview
Panel Members competency wise.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Anjali Garg
4+ years of rich experience in Data Scientist and machine learning models with
competency in predictive analytics, machine- learning, data-visualization, feature
engineering, code-optimization, data-structures etc.
Key Skills: Data Scientist,Data Analyst,Data Analytics,Data Warehousing,Data Modeling,Data Integration,Data
Validation,Data Reporting,Business Intelligence,Data Manipulation,Data Mining,Java,IPV4,Python,Javascript,Machine
Learning,React JS,Jenkins
Summary
Enthusiast Data Scientist and Machine Learning Engineer who holds proven Data Analytics and Machine Learning model skills
with technical proficiencies in Regression, Classification, Clustering, Ensemble algorithms etc. Proficient in delivering optimized
and robust models.
Eager to join a Data Science team who unlocks the reams of data, uses it and are making great market decisions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e11…
https://freesearch.naukri.com/preview/printResume?uname=7bdd3f8cda8d304869efacdc3b49e153505f5a58421008180342425d095a044f450e110a1114510e085… 2/2
UG: B.Tech/B.E. (Computers) from Chitkara Institute Of Engineering & Technology, Rajpura in 2016
PG: CS (CS) in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MACHINE LEARNING
TABLEAU
Python & java
React js
Spring-Boot
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Rank 4: Resume 187 with similarity score 0.14004631944686638
Resume Text: MS , B.TECH , BS work from home , data scientist big data analytics , algorithms , internships , data visualization , platforms , data mining , mysql , natural language processing , power bi , azure , ltd , intelligence , excel , bot , resume , writing , data analysis , flow , machine learning , computer science , chat , youtube , sql server , completion , tableau , assessment , data science , python , google analytics , google api , fetch , dashboards , technology , digital marketing , data processing , html , online Assessment
Q1. Why should you be hired for this role?
I'm Data scientist with experience of data visualization, data processing, data mining, machine learning algorithms to solve challenging business
problems and natural language processing. Extensive experience in various platforms like data science, Machine Learning and Digital Marketing. I
can do my best to serve the company and also make use of my knowledge.
Resume- https://drive.google.com/file/d/1cKQ7NJ6xjFmWWT jn-bM95rje7yeHYHoN/view?usp=drivesdk
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Dushant Kumar
Chandigarh, Noida
Applied 07 Feb'21
Python HTML MSExcel
C Programming Google Analytics BIG DATA ANALYTICS
Data Analytics MS SQL Server MySQL
Power BI R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Baddi University of Emerging Sciences and Technologies
2014 - 2018
CGPA 7.62/10
Senior Secondary XII, Science
KV Haldwani
CBSE board)
Year of completion: 2014
Percentage: 78.00%
Secondary X
KV Haldwani
CBSE board)
Year of completion: 2012
CGPA 7.80/10
Data Science- Intern
Ismile Technologies, Virtual
Oct 2020 - Present
➢ Designed and developed an educational based chat-bot that can handle all CBSE
related queries.
➢ Worked with Google API to fetch all the emails.
➢ Worked as TL and maintained Azure dashboards.
➢ Worked on Google Dialog Flow and GCP.
Data Scientist Intern
INeuron Intelligence Pvt. Ltd, Virtual
Nov 2020 - Present
➢ Working with the AI Division Team.
➢ Working on Speed Breaker Detection.
Excel For Data Analysis
YouTube, Online
CONTACT Phone: 91 9877988640
Apr 2020 - Apr 2020
Python
Innovate Yourself, Online
Jan 2020 - Jun 2020
Data Analytics
udemy, Online
Jan 2020 - Mar 2020
R PROGRAMMING
udemy, Online
Jan 2020 - Feb 2020
R Programming for data analysis and using Ggplot.
Data Science
udemy, Online
Jan 2020 - Present
Learning tableau and more skills.
Tableaux
udemy, Online
Dec 2019 - Present
Content Writing
Hupspot, Online
Oct 2019 - Oct 2019
Digital Marketing
CIIM, Chandigarh
Aug 2019 - Oct 2019
Rank 5: Resume 186 with similarity score 0.14004111987703233
Resume Text: MS , B.TECH , BS work from home , data scientist big data analytics , algorithms , internships , data visualization , platforms , data mining , mysql , natural language processing , power bi , azure , ltd , intelligence , excel , bot , resume , writing , data analysis , flow , machine learning , computer science , chat , youtube , sql server , completion , tableau , assessment , data science , python , google analytics , google api , fetch , dashboards , technology , digital marketing , data processing , html , online Assessment
Q1. Why should you be hired for this role?
I'm Data scientist with experience of data visualization, data processing, data mining, machine learning algorithms to solve challenging business
problems and natural language processing. Extensive experience in various platforms like data science, Machine Learning and Digital Marketing. I
can do my best to serve the company and also make use of my knowledge.
Resume- https://drive.google.com/file/d/1cKQ7NJ6xjFmWWT jn-bM95rje7yeHYHoN/view?usp=drivesdk
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Dushant Kumar
Chandigarh, Noida
Applied 08 Feb'21
Python HTML MSExcel
C Programming Google Analytics BIG DATA ANALYTICS
Data Analytics MS SQL Server MySQL
Power BI R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Baddi University of Emerging Sciences and Technologies
2014 - 2018
CGPA 7.62/10
Senior Secondary XII, Science
KV Haldwani
CBSE board)
Year of completion: 2014
Percentage: 78.00%
Secondary X
KV Haldwani
CBSE board)
Year of completion: 2012
CGPA 7.80/10
Data Science- Intern
Ismile Technologies, Virtual
Oct 2020 - Present
➢ Designed and developed an educational based chat-bot that can handle all CBSE
related queries.
➢ Worked with Google API to fetch all the emails.
➢ Worked as TL and maintained Azure dashboards.
➢ Worked on Google Dialog Flow and GCP.
Data Scientist Intern
INeuron Intelligence Pvt. Ltd, Virtual
Nov 2020 - Present
➢ Working with the AI Division Team.
➢ Working on Speed Breaker Detection.
Excel For Data Analysis
YouTube, Online
CONTACT Phone: 91 9877988640
Apr 2020 - Apr 2020
Python
Innovate Yourself, Online
Jan 2020 - Jun 2020
Data Analytics
udemy, Online
Jan 2020 - Mar 2020
R PROGRAMMING
udemy, Online
Jan 2020 - Feb 2020
R Programming for data analysis and using Ggplot.
Data Science
udemy, Online
Jan 2020 - Present
Learning tableau and more skills.
Tableaux
udemy, Online
Dec 2019 - Present
Content Writing
Hupspot, Online
Oct 2019 - Oct 2019
Digital Marketing
CIIM, Chandigarh
Aug 2019 - Oct 2019
Rank 6: Resume 984 with similarity score 0.12058213629853702
Resume Text: B.E , MS , B.TECH software engineer , data analyst , full time , data scientist , front end developer matplotlib , reinforcement , telugu , algorithms , visual studio code , css , access , classification , deep learning , anomaly detection , mar , affirmative action , mcs , mysql , user experience , hindi , keras , ltd , kpi , json , ios , english , authorization , pmd , status , productivity , email , business analytics , pandas , business intelligence , application , numpy , angularjs , emulator , microsoft , electronics , neural networks , datasets , persona , android , nltk , machine learning , react native , opencv , django , framework , languages , scikit-learn , data science , python , mobile , form , javascript , predictive analytics , web , notification , artificial intelligence , availability , base , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a0912…
https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a09120110120d0c0e… 1/3
Current Location: Hyderabad / Secunderabad
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 10 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Ayansys Solutions Pvt. Ltd as Data Scientist
Aug 2018 to Jan 2021
Project#1 EMLCAT
Client Ericsson
Role Data Scientist
Period Mar 2019 ? Present.
Technologies Sklearn, Plotly, Django, Pandas, Python, Matplotlib
Description: EMLCAT (Ericsson Machine Learning Classification and Analytics Tools) is a web application developed using
the Django framework to be used for the classification of PMD (Post Mortem Dump is and encrypted form of text file
generated at the base stations) to find where the issue belongs. Trained RF algorithm on the data and deployed it in the
web application.
Project#2 Next-Gen
Role Data Scientist
Period Sep 2018 ? Mar 2019.
Technologies Keras, Pandas, Python, Sklearn, Matplotlib, Jupyter notebook
Description:
Developed a solution for predicting KPI threshold breach (Cognitive KPI predictor). Used LSTM algorithm to predict
performance parameter degradation.
Developed a solution for Anomaly Detection in IP network (Machine Learning based IP Network Anomaly Detection). Used
KMeans++ clustering technique
Developed a solution AI driven 5G Network Management using INT. Used Reinforcement
Learning Algorithms
Accenture Solutions Pvt. Ltd as Software Engineer
Mar 2016 to Jul 2018
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Thota Sri Pravallika
Data Scientist seeking role in Data Science,Business Analytics,Machine
Learning,Deep Learning,Predictive Analytics,Statistical Analysis,Neural
Networks,Artificial Intelligence,Python,MySQL,Django,Scikit-
Learn,TensorFlow,Keras,OpenCV,NLTK,Pandas,Numpy
Key Skills: Data Scientist,Data Analyst,Data Science,Business Analytics,Machine Learning,Deep Learning,Predictive
Analytics,Statistical Analysis,Neural Networks,Artificial Intelligence,Python,MySQL,Django,Scikit-
Learn,TensorFlow,Keras,OpenCV,NLTK,Pandas,Numpy
Summary
Experienced Data Scientist. Skilled in Python. Have a good experience in implementing machine learning and deep learning
algorithms on multiple datasets
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a0912…
https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a09120110120d0c0e… 2/3
Project#3 Field Experience Platform (FXP)
Client Microsoft
Role Front End Developer
Period Jan 2017 - Jun 2018.
Technologies AngularJS, HTML, JavaScript, JSON, CSS.
Tools MS Visual Studio 2015/2017
Description: Field Experience (FXP) is a single sign on platform for all Microsoft MCS and premier business customers. It
is a Persona based unified User experience for people on Field; which would be the single landing/entry point for all the
users belonging to any role pertaining to MCS and Premier Businesses. FXP also creates a persona based simplified,
unified, configurable user experience. FXP provides an integrated user experience across all form factors with a unified
web-based framework that is responsive to device form factors with SSO feature. The content/feature availability is based
on role. User access to ES applications would be only through FXP. The Overall vision of this program is to delight
Microsoft's field customers by redefining productivity to enable them to do more.
Project#4 Field Experience Platform (FXP)- Mobile application
Client Microsoft
Role Developer
Period Jun 2016 - Dec 2016.
Technologies React Native, JavaScript, HTML, CSS
Tools Visual Studio Code, Visual studio android emulator
Description: This is mobile (Android/iOS) application which provides manages the employee details. User can raise a
request, create a ticket. Whenever user raise some request or ticket, admin get notification.
UG: B.Tech/B.E. (Electrical and Electronics) from CVR College of Engineering, Hyderabad in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Python
MySQL
DJANGO
MATPLOTLIB
scikit-learn
TensorFlow
Keras
OPENCV
Pandas
NUMPY
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a0912…
https://freesearch.naukri.com/preview/printResume?uname=dd2ba3dbdc7f1eab4b90af2074a8e6105058080749460c42514043505e5855431a09120110120d0c0e… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 7: Resume 987 with similarity score 0.12043264435489182
Resume Text: B.E , MS , B.TECH part time , system engineer , full time , data analyst ecommerce , react.js , api , access , check-in , security , designation , deep learning , ug , keywords , protocol , data mining , information technology , mysql , affirmative action , data analytics , hindi , statistical modeling , keras , ltd , outsourcing , authorization , internet , english , linear regression , status , multinational , models , email , store , business intelligence , infosys , pandas , mongodb , gitlab , data analysis , c++ , features , machine learning , computer science , languages , client accounts , data science , pipeline , python , javascript , history , ml , search , artificial intelligence , fraud detection , ldap , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a465842…
https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a4658420042410a0b5a… 1/2
Current Designation: System Engineer - Machine Learning
Current Company: IndiaMART InterMESH Ltd
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: Integrated PG [Computer Science]
Verified : Phone Number | Email - id
IndiaMART InterMESH Ltd as System Engineer - Machine Learning
Jul 2019 to Till Date
Fraud Detection:
development a Deep Learning model using Sequence
Bucketing to facilitate dynamic length activity sequences.
Detection of Banned Keywords:
Development of a Bi-LSTM-CNN model for detection of
banned products with Multi-sensing layer to
accommodate polysemous words using TensorFlow.
Development of a deep learning ensemble model for
banned buyleads detection with Fasttext embeddings.
Retraining of ML models using Transfer Learning with
Keras.
Data Analysis of existing models to track performance.
Deployment banned product API on GitLab and deep
learning model using DVC.
ML Insight :
design and development of pipeline for a central
database to store ML predictions of existing ML models.
Infosys Limited as System Engineer Trainee (MERN Stack)
Feb 2019 to May 2019
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Naincy Saxena
System Engineer seeking roles in Data Science,Data Analysis,Data Analytics,Data
Mining,Deep Learning,Machine Learning,Artificial Intelligence,Linear
Regression,Statistical Modeling,Predictive
Modeling,MongoDB,React.Js,Python,MySQL,Java,C,C++
Key Skills: System Engineer,Data Analyst,Data Science,Data Analysis,Data Analytics,Data Mining,Deep
Learning,Machine Learning,Artificial Intelligence,Linear Regression,Statistical Modeling,Predictive
Modeling,MongoDB,React.Js,Python,MySQL,Java,C,C++
Summary
Experienced ML Developer with a demonstrated history of working in the computer science industry. Enthusiast for
programming with a knack for developing machine learning and deep learning models to analyse and automate real life
problems, always proactive in learning new technology and enhancing skill competencies as
an individual
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a465842…
https://freesearch.naukri.com/preview/printResume?uname=cb92d6d3810dd9a8f10ad5a8d802b7d70e5958504a460a43021146580b5f514a4658420042410a0b5a… 2/2
An Indian multinational corporation that provides business
consulting, information technology and outsourcing services
Developed an Employee Migration System using MERN
(Mongodb, ExpressJS, ReactJs, NodeJs), facilitating users
to onboard and offboard client accounts and rollover
projects
Provided additional features like Role Based Access
Control(RBAC) using LightWeight Directory Access
Protocol (LDAP), Security Check-In and Global Search
UG: B.Tech/B.E. (Computers) from Jaypee Institute of Information Technology, Noida in 2019
PG: Integrated PG (Computer Science) from jaypee institute of information technology, noida in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Machine learning, Deep learning
TensorFlow, Python, Pandas, ReactJs
MongoDB, MySQL, Java, C, C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 8: Resume 1122 with similarity score 0.11515537502052635
Resume Text: B.E , MS , B.TECH scrum product owner , lead business analyst , certified scrum master , senior business analyst , senior systems engineer , full time , business data analyst office , platforms , status , infosys , bridge , mumbai , testing , coordinated , global experience , functional specifications , spark , designation , confluence , deliverables , general insurance , hindi , architects , english , supply , pressure , agile , project , sprint planning , solution architecture , gap , architecting , data analysis , accountability , visuals , putty , diagrams , javascript , business requirements , html , winscp , reporting , scrum , healthcare , affirmative action , information technology , oracle , data analytics , power bi , maintenance , unix , travel , retrospect , timelines , email , business intelligence , aws , user stories , electricity , languages , business process , level design , business transformation , jira , dashboards , web , servicenow , cloud services , paperless , ug , analytical skills , ticketing , azure , authorization , teams , go , deliveries , excel , sql , business analysis , application , yum , electronics , led , executive leadership , drive , offshore , quick service , tableau , ceremonies , python , database queries , key performance indicators , metrics , presentations , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400…
https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400145475009000… 1/3
Current Designation: Senior Business Analyst
Current Company: BlazeClan Technologies
Current Location: Pune
Pref. Location: Pune
Functional Area: Analytics & Business Intelligence
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
BlazeClan Technologies as Senior Business Analyst
Oct 2018 to Till Date
For a leading Travel and Lifestyle Rewards Company in India
The project is to create a Datalake for different kinds of data sources and help them take incisive decisions in near real
time for a Mumbai based marketing services company.
? Created Requirement Specification Document and Data Model by understanding the business requirements and by
interacting directly with the Client Management team including CXOs
? Achieved 400+ metrics (Key Performance Indicators) using over 500 business transformation rules which are now being
generated daily in 30 minutes to help a client drive incisive decisions in real-time
? Managed Product Backlog with 400+ User Stories with the help of the respective Product Owner
? Worked with Solution Architects to make Solution Architecture Diagram and advise improvements in product architecture
? Organized various agile ceremonies including Daily Scrum, Sprint Planning, Sprint Retrospect, Estimations, etc.
? Orchestrated an 8-member offshore project team and completed the project deliverables on time with zero post-
production defects
b) For a leading Quick Service Restaurant Chain in United States
The project is to build a web application wrapped within Tableau from historical and incremental data points from their
point of sale system for a US based Yum Brand company
? Created Requirement Specification Document and Data Model by understanding the business requirements and by
interacting directly with the Client Management team including CXOs
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ABHISHEK KHEMKA
Senior Business Analyst seeking roles in Lead Business Analyst, Technical Product
Analyst, Business Analyst, Business Data Analyst, Requirement Gathering, AWS,
Azure, JIRA, Confluence, Power BI, Tableau, Quicksight, SQL, Python, Spark
Key Skills: Senior Business Analyst,Project Management,Software Development,Business Analysis,Data
Analysis,Requirement Gathering,AWS,Azure,JIRA,Confluence,Databricks,Power
BI,Tableau,Quicksight,SQL,Python,Spark
Summary
A Postgraduate (MBA) and a Senior Business Analyst with overall 6.5+ years of experience in different capacities primarily in
the areas of IT Cloud Services Delivery, Data Analysis, Requirement Gathering, Scrum Master, QA & Process Improvement.
Recent project experience in implementing and architecting cloud platforms for companies to minimize cost while having the
ability to deliver their application in a highly available, scalable, and manageable environment using AWS and Azure.
Have a global experience of working as a Business Analyst on various data analytics projects for clients in Singapore, India &
United States.
Ability to effectively communicate the requirements and serve as a link between stakeholders & delivery teams.
Served as the single point of accountability for client, executive leadership regarding project timelines, budgets, and milestone
deliveries.
Have excellent communication, presentation, and analytical skills. Ability to work under pressure and meet deadlines.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400…
https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400145475009000… 2/3
? Pioneered 30+ dashboards with 100+ visuals in total using Business Intelligence tool Tableau to help clients make
informed decisions
? Coordinated the project end to end driving the governance, reporting, stakeholder coordination, project deliveries, and
setting client expectations
? Worked with Solution Architects to make Solution Architecture Diagram and advise improvements in product architecture
? Organized various agile ceremonies including Daily Scrum, Sprint Planning, Sprint Retrospect, Estimations, etc.
c) Fora leading Healthcare Company in Singapore
The project is to create a Datalake and generate insights and reports from their app usage data for a Singapore based
health care company
? Delivered serverless and cost-effective solution using AWS cloud services
? Pioneered 20+ dashboards with 50+ visuals in total using BI Tool AWS Quicksight to help clients make informed
decisions near real time
? Documented all the process such as requirements document and high-level design document
? Organized various agile ceremonies including Daily Scrum, Sprint Planning, Sprint Retrospect, Estimations, etc.
Wipro Limited as Business Analyst
Jun 2016 to Oct 2018
Gained understanding of the Insurance Industry - Specialty and General Insurance in Property & Casualty market by
working on key critical applications for a leading Insurance client in US
Acted as an interface between the client and different teams for making Business Requirement, functional Specifications
Document and Business Process Diagrams which made the requirements much clearer and easier for implementation and
testing
Delivered status reports and presentations to client on a regular basis
Led Transitioning-In of Client which resulted in software development and testing throughout the software development
reducing defects
Worked on ticketing platforms such as ServiceNow, JIRA, Spira and Freshdesk
Infosys Limited as Senior Systems Engineer
Aug 2011 to Apr 2014
Spearheaded the team of 13 members for the onsite project (implementation and consulting of Oracle Billing) for client
HESCOM (Hubli Electricity Supply Company) to make client go paperless in their electricity booking and billing work for its
customers
Operated closely with clients in understanding the requirements for maintenance work and eliciting it to the technical team
helping them to bridge the gap between actual and expected delivery
Provided maintenance and support of key applications (JAVA) in different projects and simulating database queries
Prepared High level and low-level test documents like Detailed Test Plan (DTP), Master Test Plan (MTP), etc.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Jaypee University of Information Technology in 2011
PG: MBA/PGDM (Marketing) from Faculty Of Management Studies in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Certified Scrum Master
Certified Scrum Product Owner
Education
IT Skills
Skill Name Version Last Used Experience
Java, Oracle, UNIX, HTML
WinSCP, Putty
Spira, Instec
AWS Cloud, Tableau, Power BI
AWS Quicksight, SQL, Data Modelling
Python
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400…
https://freesearch.naukri.com/preview/printResume?uname=88eba069a3df86bce02f8a9f36fc1ccb5d580f584940004202194251085a554d120a400145475009000… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JIRA, Confluence, MS Excel
MS POWERPOINT
Azure Cloud
Scrum Master
MS EXCEL
DataBricks
MS POWERPOINT
TABLEAU
AWS Quicksight
SPARK
MS OFFICE 2020 6 Year(s)
Service now
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 9: Resume 1166 with similarity score 0.11188767758668655
Resume Text: B.E , MS , B.TECH software engineer , it analyst , analytics manager , solution architect , full time , senior associate , informatica , senior consultant , analytics lead , data management , lead engineer data warehousing , customer , microsoft azure , nlp , tortoise svn , databases , statistical modeling , ms-dos , status , predictive modeling , perl , infosys , xml , bitbucket , pl/sql , testing , visio , sql server , data science , google analytics , microsoft power bi , registration , spark , data visualization , techno-functional , designation , scripting languages , ad targeting , hindi , cloud , ca7 , data modeling , english , erwin , solution architecture , windows xp , performance tuning , obiee , machine learning , putty , research , data integration , javascript , dac , migration projects , html , big data analytics , reporting , general , web analytics , e2e , affirmative action , oracle , natural language processing , unix , postgresql , powercenter , email , business intelligence , omnimark , aws , marketing analytics , technology solutions , ibm tivoli , text analytics , teradata , hive , scheduling , dashboards , jira , airflow , sap hana , analysis services , segmentation , jenkins , ug , toad , revenue , apache , autosys , authorization , models , b2b , application , requirements gathering , electronics , version control tools , drive , framework , events , python , etl , eloqua 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e465814…
https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e46581406194251540d… 1/3
Current Designation: Lead Engineer - Analytics
Current Company: Gartner Research
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Gartner Research as Lead Engineer - Analytics
Feb 2017 to Till Date
Working as Analytics Lead at Gartner with 12+ years of IT experience in Data Analytics, Web Analytics, Solution
Architecture, Data Integration, Machine Learning, NLP, ETL Design, DW/BI Reporting, Data Modelling, Data warehousing
projects with excellent exposure to Oracle, Python, SQL , Azure , AWS, Power BI , Informatica, Spark, SSAS.
I have worked with multiple Marketing analytics projects which includes creation of E2E Data management platform with
dashboards , predictive modeling and big data analytics to increase and optimize customer experiences, revenue
generation ad targeting and other business outcomes. Drive design and development of E2E process framework for
Marketing Intelligence DataMarts and cloud migration projects providing insights to business on leads, scoring,
registration, contacts, ROI etc. for Gartner events.
Deloitte Consulting USI as Senior Consultant - Analytics
Jul 2013 to Jan 2017
Cognizant Technology Solutions as Senior Associate - Analytics
Aug 2012 to Jul 2013
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PUNEET GUPTA
Azure Solution Architect & Oracle Certified Associate (OCA) seeking job in Solution
Architecture, Data Analytics, Data Science, ETL, Data Modeling, Data Warehousing,
Business Intelligence, Python, SQL, AWS, Power BI, Informatica, Spark, SSAS,Big
Data
Key Skills: Azure Solution Architect, Oracle Certified Associate (OCA), Solution Architecture, Data Analytics, Data
Science, DW, ETL, Bi, Data Modeling, Data Warehousing, Business Intelligence, Python, SQL, AWS, Power Bi,
Informatica, Spark, SSAS, E2E, Big Data
Summary
A dynamic techno-functional software professional with 12+ years of IT experience in Data Analytics, Web Analytics, Data
Integration, Machine Learning, NLP, Solution Architecture, ETL Design, DW/BI Reporting, Data Modelling, Data warehousing
projects with excellent exposure to Oracle, Python, SQL , Azure , AWS, Power BI , Informatica, SSAS.
Diversified Experience in implementing varied scalable E2E Data Integration and Analytics solutions which includes
Requirements gathering, Designing Frameworks, Application Development, Performance tuning, Testing and Support.
Worked on multiple databases, scripting languages, scheduling and Version control tools as per project requirements.
Good Understanding and Experience in Data exploration, Machine Learning, Statistical Modeling, Quantitative Analysis, Data
analytics, Data Visualization ,Segmentation and predictive modelling.
Experience in text analytics using Machine Learning Models for Natural language Processing
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e465814…
https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e46581406194251540d… 2/3
Tata Consultancy Services as IT Analyst
Feb 2011 to Aug 2012
Infosys Consulting as Sr Software Engineer
Jan 2008 to Feb 2011
UG: B.Tech/B.E. (Electronics/Telecommunication) from ITM college in 2007
Other Qualifications/Certifications/Programs:
Microsoft Azure Solution Architect Expert
Education
IT Skills
Skill Name Version Last Used Experience
Data and Web Analytics , ETL
BI/DW , Python , SQL, PL/SQL
Machine Learning , NLP, Spark
Oracle , Teradata , MS SQL Server
SAP HANA, HIVE, PostGreSQL
Informatica PowerCenter , PowerExchange
B2B DT/DX , SSIS
Microsoft Power BI , SSAS , OBIEE
AWS Technologies , Azure DataBricks
Azure Analysis Services (AAS) , Power BI
Oracle Eloqua, Google Analytics
IBM Tivoli, CA7, Autosys
Oracle DAC, Apache Airflow
Python , Perl , Unix Scripting, Omnimark
HTML, XML, Web Analytics, Eloqua
Google Analytics
UNIX, Windows XP, MS-DOS
Mainframes
JIRA , Tortoise SVN , Jenkins , Erwin
Visio, BitBucket, Toad, SSMS, Putty
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e465814…
https://freesearch.naukri.com/preview/printResume?uname=4a94c23f6c52b45df1123c9c85b177e75c5a5a04181308130a434259080b574e46581406194251540d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 10: Resume 756 with similarity score 0.10717290771844179
Resume Text: B.E , MS , B.TECH analytics manager , product development , full time , data scientist , senior analyst ecommerce , automation , award , retail , matplotlib , general , customer , algorithms , spark , nosql , designation , ug , deep learning , telecom , international business , affirmative action , information technology , mysql , data analytics , hindi , offers , statistical modeling , data collection , operational activities , natural language processing , ltd , cleansing , articulation , authorization , english , linear regression , status , excel , models , business analytics , project , business intelligence , pandas , storytelling , product management , aws , numpy , logistic regression , him , machine learning , strategy , chat , output , clear , languages , research , supply chain , foundation , sentiment analysis , flask , email marketing , osp , probability , purchasing , data science , personalization , money , python , forecasting , javascript , arima , pivot tables , hadoop , spreadsheets 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b1…
https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b14551912095958… 1/3
Current Designation: Data Scientist
Current Company: 247.ai
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
247.ai as Data Scientist
Feb 2018 to Till Date
Domains:- Retail, Ecommerce, Hospitality, Telecom, Banking, Media
Projects:
1. Personalization (Retail - Marketing): Personalizing consumers advertising experience based on their attributes
captured. This allows brands to have a more impactful engagement with consumers that drives sales lift and higher return
on ad spend.
2. Recommendation Engine (Telecom & Retail): Serving 'n' relevant Responses as a set of recommendations to human
agent against a query coming from a visitor.
Propensity to Purchase (Retail & Media): Based on a number of variables find out the probability of a customer (Hot leads)
needing assistance and sending him a proactive chat invite to provide assistance for purchasing.
Predictive Persona (Hospitality): Finding the amount of money each client is ready to spend, and then delivering the
maximum value (Best offers) for that amount.
Intent Discovery (Banking): Identifying the intent for which the customer has come to chat to improve the conversational
experience of our bots.
Forecasting: Predicting the number of chat requests for the future to plan the manpower.
Achievements:
Best performer award (Above & Beyond) for Q1 and Q3 2019-20
Best performer award (Bravo) for Q4 2019-20.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
RAJESH KUMAR
Data Scientist seeking roles in Data Science, Data Analytics, Linear Regression,
Logistic Regression, Natural Language Processing, Statistical Modeling, Deep
Learning, Machine Learning, Python, Pandas, Numpy, Matplotlib, Hadoop, elastic
search
Key Skills: Data Science,Data Analytics,Logistic Regression,Natural Language Processing,Statistical Modeling,Deep
Learning,Machine Learning,Python,Pandas,Matplotlib,Hadoop,Neural
Networks,Forecasting,Spark,NoSQL,Excel,SQL,Management,Analytics,Product Management
Summary
Data Scientist with 5 years & 3 months of experience, having an extensive knowledge and applied experience in Data science
with strong academic foundation in Python, Machine Learning, Natural Language Processing, Business Analytics, AI based
Marketing Techniques, Forecasting & Product Development.
Highly exposed to the international business environment.
Ability to understand business problems and convert them to an optimal data strategy.
Strong storytelling & articulation skills ability to convert analytical output into clear, concise, and persuasive insights &
recommendations for technical & non-technical audience.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b1…
https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b14551912095958… 2/3
E2Open as Analyst
Jan 2017 to Feb 2018
Domain: - Supply Chain, Channel Data
Role:
Interacting with clients and helping them to analyze their data and understanding their needs and enriching the solution by
implementing the same.
Used statistical models like Regression and ARIMA to forecast sales of the manufacturers.
Excelled in using Excel functions to generate spreadsheets and pivot tables.
Participated in management meetings and provided key inputs on the data for the clients in the project.
Sentiment analysis on customer feedbacks data.
Achievements:
Winner of ZID (Zyme Ideas - Hackathon)
Awarded with "Best New Comer".
OSP Consulting India Pvt Ltd (Outsource BigData) as Senior Analyst
Aug 2015 to Dec 2016
Responsible for collecting, cleansing, analyzing and delivering appliance certification data for different manufactures in the
USA market.
Analyzing & Automating the operational activities with the help of different algorithms & Python modules. Developing
Python Script for End to End Automation of Email Marketing Campaign.
Collecting the right attributes of products from a large set(more than 1 lac) of certifications data
Analyzed and Automated the multiple data collection projects(more than 1 million products) using different Python
Modules and reduced each project time from weeks to hours.
UG: B.Tech/B.E. (Information Technology) from Cochin University of Science and Technology (CUST) in 2015
Other Qualifications/Certifications/Programs:
Deep Learning Specialization, Deeplearning.ai (Andrew Ng)
Machine Learning, Stanford (Andrew Ng)
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Python, Pandas, Numpy, Matplotlib
Hadoop, Spark, MySQL, AWS, Flask
MySQL
NoSQL
SPARK
Elastic Search
Languages Known
Language Proficiency Read Write Speak
ENGLISH Expert
HINDI Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b1…
https://freesearch.naukri.com/preview/printResume?uname=7b1d3d0e51720ac7599ce058e48d2d2d5e5a5f561847094003134559550f5842125b14551912095958… 3/3
Physically Challenged: No Employment Status: Full time
Rank 11: Resume 783 with similarity score 0.10392262669168398
Resume Text: B.S , M.Sc , M.S , BS , B.E , MS , B.TECH assistant manager , analytics manager , python developer , data analyst , senior software engineer , data scientist , database architect training , customer , deep learning , use case , nlp , addition , a3 , statistical modeling , pdf , pattern , status , predictive modeling , store , testing , logistic regression , histograms , features , correlation , building , spaces , volatility , data science , fetch , forecasting , organization , insight generation , mmic , retail , forest , designation , signing , hindi , keras , english , text mining , currency , machine learning , flask , dashboard , word , numeric , one , test data , javascript , form , insurance , trimming , a2 , web analytics , sensitivity , affirmative action , mysql , data analytics , power bi , email , manufacturing , business intelligence , pandas , upc , categorization , survey , prediction , languages , context , text analytics , hive , arima , search , ml , plot , database , api , sales growth , credit , columns , validation , ms project , ug , telecom , tokenization , regression analysis , post campaign analysis , sourcing , visualization , authorization , graphs , excel , models , aic , business analysis , text classification , ares , exploratory data analysis , map , less , records , steps , datasets , salary , commodity , framework , translation , tableau , tuning , python , campaigns , load , metrics 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 1/4
Current Designation: Assistant Manager-Analytics
Current Company: TCS
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
TCS as Assistant Manager-Analytics
Aug 2018 to Aug 2018
Organization Name
TCS
Project Name Multi Market Item Categorization (MMIC)
Role/Title Data Scientist
Software / Special Tools R, Element (Internal tool built on GCP)
Project Description Predict the category and subcategory of the product for non US markets based on product
description using data from US market
Responsibilities
Fetch the labeled data for the US market for all departments and SBUs. Objective is to predict revised category and
revised variety (subcategory)
Preprocess the data by removing stop-words, brand names, words with character length less than 2 etc
Combine all the description columns (fineline, signing, item1, item2 etc) into a single column
Convert the description column into bag of words and build logistic regression model
To measure model performance, define a metric called trust factor. If the revised category and variety (dependent
variables) words are present in any description column then flag it 1 otherwise 0
Identify departments which have least trust factor. Analyze reasons for low accuracy. Preprocess data to reflect these
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Phani Kumar Koratamaddi
Data Scientist seeking roles in Predictive Modeling,Regression Analysis,Data
Analytics,Statistical Modeling,Text Mining,Data Science,Machine Learning,Deep
Learning,Text Analytics,Data Analysis,Python,R, NLP, Text Classification, Keras,
Tensorflow
Key Skills: Analytics Manager,Predictive Modeling,Regression Analysis,Data Analytics,Statistical Modeling,Text
Mining,Data Science,Machine Learning,Deep Learning,Text Analytics,Business Analysis,Data Analysis,Python,R,
NLP,Text classification,keras, Tensorflow
Summary
8+ years of experience with 4+ years as data scientist in R/Python
Finished in top 100 (among top 5%) in hackathons organized by AnalyticsVidhya and Kaggle
Worked extensively on Machine Learning for prediction, forecasting and deep learning ( LSTM)
Worked on projects from various domains including Retail, Telecom, Legal Services, Banking and Financial Sector,
Insurance and Manufacturing
Have good experience of working with text data (NLP). Done text cleaning, preprocessing (tokenization, n-grams, bow etc),
word embeddings (word2vec, glove), Elastic Search and deploying models via API calls (using Flask/Sanic)
Experience of working on large datasets using PySpark, GCP
Used visualization tools (Tableau and Power BI) for demonstrating insights to key stakeholders
Have been a top performer in the organizations that I have worked with and among the top 5-percentile of students in
engineering
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 2/4
changes. Build model again.
Use this model to predict category and variety for non-US markets after doing all the preprocessing steps. Additionally, do
language translation
In addition to trust factor, randomly select 1000 records for each market and manually measure model performance and
report results
Organization Name
TCS
Project Name Aggregated Raw Material Sourcing (ARES)
Role/Title Data Scientist
Software / Special Tools Python, Element (Internal tool built on GCP)
Project Description Extract ingredients that compose a food item and its corresponding percentages for each food item
Responsibilities
Fetch the item details of all the products
Prepare a list of food words and extract only food items from the database using the food words list
Identify all the columns which potentially has ingredients and its percentage information
Write multiple manual rules to extract ingredients and percentages. As the items produced in different regions follow
different labeling process, lot of different rules are required as one rule may not extract the relevant information accurately
Transform this information into a data-frame for easy consumption with only UPC number, Ingredient and Percentage
columns with a row for each ingredient
To understand the price trends, map the ingredients to IHS commodity data using Elastic Search
Organization Name TCS
Project Name Exponential sales growth through ML driven campaigns
Role/Title Data Scientist
Software / Special Tools Python, GCP
Project Description Identify customers who are most likely to shop, incremental shoppers and shoppers with highest
sales per piece for an upcoming campaign
Responsibilities
Fetch the transaction details of all the customers
Convert the transaction data into a form consumable by the model by aggregating at the customer level
Create new variables at store level and department level
Impute missing values and do outlier treatment for each variable
Identify dependent variable from a related campaign run previously
Do variable reduction by removing columns with high missing value percentage, highly correlated columns using
correlation matix/VIF, Variables with least explanatory power using IV
Build model as per the requirement(propensity, sales or incremental model)
Identify important variables by removing insignificant variables
Induce interaction variables using high important variables
Do parameter tuning and build a final model
Do post campaign analysis and report the results
TCS as Assistant Manager-Analytics
Aug 2018 to Till Date
Organization Name TCS Project Name Multi Market Item Categorization (MMIC) Role/Title Data Scientist Software /
Special Tools R, Element (Internal tool built on GCP) Project Description Predict the category and subcategory of the
product for non US markets based on product description using data from US market Responsibilities Fetch the labeled
data for the US market for all departments and SBUs. Objective is to predict revised category and revised variety
(subcategory) Preprocess the data by removing stop-words, brand names, words with character length less than 2 etc
Combine all the description columns (fineline, signing, item1, item2 etc) into a single column Convert the description
column into bag of words and build logistic regression model To measure model performance, define a metric called trust
factor. If the revised category and variety (dependent variables) words are present in any description column then flag it 1
otherwise 0 Identify departments which have least trust factor. Analyze reasons for low accuracy. Preprocess data to
reflect these changes. Build model again. Use this model to predict category and variety for non-US markets after doing all
the preprocessing steps. Additionally, do language translation In addition to trust factor, randomly select 1000 records for
each market and manually measure model performance and report results Organization Name TCS Project Name
Aggregated Raw Material Sourcing (ARES) Role/Title Data Scientist Software / Special Tools Python, Element (Internal
tool built on GCP) Project Description Extract ingredients that compose a food item and its corresponding percentages for
each food item Responsibilities Fetch the item details of all the products Prepare a list of food words and extract only food
items from the database using the food words list Identify all the columns which potentially has ingredients and its
percentage information Write multiple manual rules to extract ingredients and percentages. As the items produced in
different regions follow different labeling process, lot of different rules are required as one rule may not extract the relevant
information accurately Transform this information into a data-frame for easy consumption with only UPC number,
Ingredient and Percentage columns with a row for each ingredient To understand the price trends, map the ingredients to
IHS commodity data using Elastic Search Organization Name TCS Project Name Exponential sales growth through ML
driven campaigns Role/Title Data Scientist Software / Special Tools Python, GCP Project Description Identify customers
who are most likely to shop, incremental shoppers and shoppers with highest sales per piece for an upcoming campaign
Responsibilities Fetch the transaction details of all the customers Convert the transaction data into a form consumable by
the model by aggregating at the customer level Create new variables at store level and department level Impute missing
values and do outlier treatment for each variable Identify dependent variable from a related campaign run previously Do
variable reduction by removing columns with high missing value percentage, highly correlated columns using correlation
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 3/4
matix/VIF, Variables with least explanatory power using IV Build model as per the requirement(propensity, sales or
incremental model) Identify important variables by removing insignificant variables Induce interaction variables using high
important variables Do parameter tuning and build a final model Do post campaign analysis and report the results
LTI (L & T Infotech) as Senior Software Engineer
May 2017 to Aug 2018
Organization Name LTI
Project Name Give automated response to the contractor's amendments in word-doc - Text analytics
Role/Title Data Scientist
Software / Special Tools Python
Project Description Read the contractor's response from a file, understand the requirement and send the clients'
response to the contractor automatically
Responsibilities
* Whenever a contractor needs any amendment in any of the legal clause(s), the contractor get backs to the client with
the proposed amendment
* The amendment can be in either DOC, PDF or excel formats (Standard template).
* Write a parser to read the contents of the file and store it in a dataframe for data preprocessing and prediction
* For training, we have used ensemble of Gradient Descent, Naïve Bayes and LSTM with more weightage to gradient
descent
* Preprocessing has been done using count-vectorizer, TF-IDF and stop word removal
* Training has been done on standard framework for gradient descent model, on raw data for Naïve Bayes model and
on previous replies for LSTM model
* K-fold cross validation has been used for validation and hold out data is used for testing
* Once the prediction is done, write the contents in a doc format and save it back to the location from where data has
been fetched
Organization Name LTI
Project Name A tool named LENS, an automated insight generation dashboard
Role/Title Data Scientist, Python developer, database architect
Software / Special Tools Python, MySQL, Sanic
Project Description Insights needs to be generated automatically that the business users should be able to consume
and take actions with minimal work
Responsibilities
* Load the contents of the data stored in hive into pandas (in memory) dataframe
* Automatically identify the columns which can be ignored from analysis, auto-identify categorical, numeric and date
columns
* Display the above step to the user and get the list of columns for analysis through API (API call is made using Sanic)
* Write classes and functions which automatically identifies the insights using point based anomalies, context based
anomalies and trends in the data
* Based on the input list of columns, call the functions which generate insights.
* Convert the insights into meaningful English sentences
* Store the insights into MySQL database and push the insights to UI team for visualization through API
* The kind of insights generated will be as follows:
1. 40% of total sales are from locations A and B
2. Females are likely to have higher survival rate (in the titanic mishap)
3. Employees with highest qualifications as M.Sc, B.Sc have high chance of termination and Employees with highest
qualification as B.Tech/B.E have high chance of resigning
4. Employees A1, A2, A3 have higher salary but lower sales
Project Name 1. Predict the position of the company with respect to the industry standards
2. Auto correct survey data
Role/Title Data Scientist
Software / Special Tools PySpark, R
Project Description 1. Predict the position of the company in the industry based on certain pre-defined parameters
based on the data collected through Surveys.
2. Auto correct survey data which is manually entered by the HRs of different organizations
Responsibilities
* Feature engineering by separating the groupings into meaningful columns
* Missing value imputation by only considering similar group companies
* Building model using set of features for predicting company position
* For auto-correction use case, divide the data into different buckets - currency columns, numeric columns, dropdown
fixed columns, dropdown - free text columns, free text columns, date columns
* Garbage correction - Clean the data by trimming white spaces, identifying all form of null values and converting them
into NAs
* Column specific correction - Convert currency data into numeric($10M to 10,000,000) , numeric data in text to numeric
(remove comma, twenty seven to 27 etc), dropdown fixed columns to specified values(yes to Y)
Capgemini as Consultant
Jul 2014 to May 2017
Organization Name Capgemini
Project Name Debt analysis using credit score data - Banking and Financial sector
Role/Title Data Analyst
Software / Special Tools R
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15…
https://freesearch.naukri.com/preview/printResume?uname=467b7c19620393ad1528ac54e94bb0c15f54015342455d115240170d0f00561b1a5a15551949505e0b… 4/4
Project Description Predicting the defaulters by building a model using Random Forest
Responsibilities
* Loading the data into R and doing initial level of data analysis using excel and R
* Exploratory data analysis by plotting graphs including boxplot, histograms, scatter plot etc. and understanding the
pattern of the data visually using ggplot2
* Identifying the variables with outliers and missing values and doing data sanitization by treating missing values and
outliers using boxplot, KNN method, impute (using Hmisc package)
* Creating dummy variables for Categorical variables and binning for continuous variables
* Identifying the least significant variables and the multi-collinearity among the variables using p-value and VIF methods
and drop those variables
* Divide the data into training and test data and building model on training data using logistic regression
* Identifying the high impact variables using z-score and building alternate models by including the high impacting
variables in binomial form
* Identifying the final model using accuracy, sensitivity/specificity, AIC and BIC and using the final model for prediction
Organization Name Capgemini
Project Name Web Analytics
Role/Title Data Analyst / Presales
Software / Special Tools R
Project Description Forecast the number of visitors and probable sales for a website using ARIMA
Responsibilities
* Identifying the business problem and understanding the requirements of the clients
* Weblog data sanitization by extracting useful information from the web URL and outlier treatment
* Identifying the KPIs and representing them in visual form using graphs and charts
* Identifying and neutralizing volatility and seasonality in the data
* Identifying the model (AR, MA, ARIMA) and the order of the model
* Building the model and cross validation of model using white noise and other metrics (RMSE, AIC)
* Forecasting the values using ARIMA model
UG: B.Tech/B.E. (IT) from MVSR Engineering College, Hyderabad in 2010
PG: MBA/PGDM (Systems) from Bharathidasan University, Trichy in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Education
IT Skills
Skill Name Version Last Used Experience
R, Python, SQL, GCP
Pyspark
MS Project, Excel, Elastic Search
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 12: Resume 1266 with similarity score 0.10304168437414618
Resume Text: B.E , MS , B.TECH , BS analytics manager , data management , data scientist , full time , technical lead , business analyst faq , financial services , watson , microsoft azure , classification , bloomberg , digital , cpg , status , predictive modeling , bot , snapshot , mumbai , computer vision , mobile platforms , features , fundamentals , chat , opencv , payments , foundation , data science , swaps , forecasting , organization , capture , mobility , retail , spark , traction , designation , hindi , speech , ltd , windows , english , leadership , range , ibm , machine learning , probability , javascript , artificial intelligence , derivatives , knowledge base , gujarati , proposition , reporting , general , performing , pages , affirmative action , information technology , data analytics , cash flow , natural language processing , power bi , mobile banking , customer service , email , envisioning , business intelligence , aws , print , information systems , android , hp , customer experience , languages , text analytics , amazon , geography , ml , search , manuals , database , ug , coe , offers , model building , lifetime value , authorization , rtc , ios , models , application , ecosystem , focus , fixed income , running , trade finance , framework , python , load , metrics 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420…
https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420a16135809015… 1/3
Current Designation: Data Scientist
Current Company: Tata Consultancy Services Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Mumbai Suburbs,Pune
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Data Scientist
Apr 2020 to Till Date
Tata Digital Data Scientist (Apr '20 - Present)
Value Proposition: Tata brands today continue to capture valuable data for their customers and generate actionable
insights by developing technologies that are able to generate actionable insights from this inherent loose structure of the
data. We worked on a strategic Customer Analytics initiative for major retail brands in Tata group to compute key customer
analytics metrics like Customer Lifetime Value, Churn Probability
Key Responsibilities:
Design custom framework for a stochastic model that reliably generates metrics to identify potential future cash flow based
on transaction forecasts for individual customers. The model framework was scalable for businesses across domains like
Retail, TTH, and CPG. The model could scale to full load of 12m+ customers for a major retail
Plan & implement all stages of model building, deployment & management based on industry best practices
Tata Consultancy Services as Machine Learning Solutions Designer
Oct 2018 to Apr 2020
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Hrishil Y. Shah
Data Scientist seeking roles in Data Analytics, Natural Language Processing, Machine
Learning; Experienced in Customer Analytics, Predictive Modeling, Forecasting,
Regression; Expertise in Python, Spark, Azure, Databricks, MLFlow; Domain-Retail,
CPG
Key Skills: Data Scientist, Analytics Manager, Data Science, Data Analytics, Machine Learning, Predictive Modeling,
Forecasting, Classification, Regression, Natural Language Processing, Data Management, Python, Azure, Spark, Power
BI, Databricks, MLFlow,AWS,Cpg
Summary
Result-oriented professional with almost 10 years of experience in Retail & CPG as well as specialized Financial Services
domain.
Experienced in Data Sciences spanning across performing Data Analytics, Machine Learning, Natural Language Processing &
Computer Vision.
Expertise in performing Predictive Modeling, Sales Forecasting, Customer Analytics, Text Analytics, Regression, Classification,
Clustering in all phases of Data Management lifecycle.
Expertise with using Python, Spark, Databricks, MLFlow, Power BI based systems built on Azure, AWS, Kore.
Completed Post graduation with dual specialization - Finance and Information Systems from NMIMS, Mumbai and graduation
studies with specialization in Information Technology from D.J. Sanghvi CoE, Mumbai.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420…
https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420a16135809015… 2/3
Part of a central group focused in building solutions ground-up that help transform organization-specific processes by
leveraging Cognitive Artificial Intelligence technologies
Envisioning end-to-end solutions using technologies like Computer Vision, NLU, OCR & ICR, Text processing & Speech
technology, Data-driven ML models to help automate processes across business functions like Finance, Customer Service
& User Engagement
Grew global partnership ecosystem dealing with organization leaders & industry experts to enable innovation for global
clients across verticals in India & UK geography
Search-As-A-Service
Value Proposition: Most organizations today continue to accumulate valuable data in documents but are unable to use it to
create contextual knowledge or generate actionable insights because of the inherent loose structure of the data. The
service allows querying such knowledge base to extract knowledge
Key Responsibilities:
Design custom framework to reliably 'search' for information from 'Document Repositories'
Capability for handling wide variety of documents including User FAQs, Product manuals, Policy documents that are often
lengthy & run into pages of free-running text data
Unique in its handling for specifically-generic & generally-specific content in documents
Being built on top of full-text, industry-grade search engine like AWS Elastic Search, it was able to leverage its capabilities
to search reliably
Knowledge & Reporting Bot
Value Proposition: Design custom chat-bot that can take user's question, query a predefined set of information to rapidly
provide responses. When needed to look up data or pull reports for users, the bot would return easy-to-consume results or
publish a link to the results
Key Contributions:
Design Bot to answer questions from a variety of knowledge sources. The questions can be imported from structured file
format like .csv. Alternatively, users can build an FAQ database within the bot to input answers to the most commonly
asked questions
Solution can also deliver reports that quickly summarize the information & allow users to visualize data in the form of
interactive graphical layouts
Citi as Business Analyst
Jan 2015 to Oct 2018
Product Focus: Part of an aggressive undertaking to develop a truly revolutionary banking application that offers seamless
customer experience across various mobile platforms and provides broad range of impactful technology features like Face
ID ® sign-on, Finger Print sign-on, Citi Snapshot ® that help to increase user traction
Key Responsibilities: Delivery of Mobile Banking application along with other innovative Digital offerings across Asia
Pacific, Europe and Middle East regions
Deutsche Bank as Technical Lead
Sep 2011 to Dec 2014
Product Focus: Working on the banks Global Transaction Banking application, support major business lines and modules
of the bank like Funds Transfer, Foreign Exchange, and Trade Finance. The application is used in processing mission-
critical payments from corporate customers of the bank globally
Key Responsibilities: Lead an RTB team of 8 members in Funds Transfer and STP (Straight-Through Processing) module
for Swaps, Derivatives and other such products
UG: B.Tech/B.E. (Computers) from Mumbai University in 2011
PG: MBA/PGDM (Finance) from Narsee Monjee Institute Of Management Studies (NMIMS) in 2017
Other Qualifications/Certifications/Programs:
Bloomberg Market Concepts- FX, Equity, Fixed Income
Foundation certification in Leadership
Microsoft Certified Azure AZ 900 ; Data Fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420…
https://freesearch.naukri.com/preview/printResume?uname=4ac09b42dc906acff7ed94906b3f697b0e5f0958434601165011495f5c0f03431108420a16135809015… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IBM Watson 2020
Spark 2.4.5 (PySpark) 2020
Azure Databricks 2020
MLflow 2020
IBM RTC
MICROSOFT WINDOWS
HP Non-Stop/ Tandem 2016
Mobility Platforms - iOS, Android
Amazon AWS 2020
KORE 2019
Python 3.0 2020
Power BI 2020
HP QUALITY CENTRE 2020
OPENCV
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARATHI
GUJARATI
Rank 13: Resume 589 with similarity score 0.10255818889054012
Resume Text: MS , M.Sc , M.S , BS work from home , noc engineer , student report writing , power bi , ltd , arranging , english , email hosting , troubleshooting , graphs , escalation , excel , sql , hosting services , emf , numbers , creative writing , telecommunications , range , resume , market research , servers , switches , computer science , sas , density , process automation , tableau , assessment , completion , radiation , data science , python , google analytics , cloud computing , google cloud , commerce , learning , storage management , online Assessment
Q1. Why should you be hired for this role?
I have the knowledge, experience, and excellent communication ability to be an asset to your company. Job is to take data and use it to help
companies make better business decisions. I'm good with numbers, collecting data, and market research. I chose this role because it
encompasses the skills. As I am student of M.Sc data science these are the skills that i am currently learning as a part of my course. If you hire me
then it is beneficial for both of us and also because of this covid-19 situation we're having our classes online, I'm well versed with power bi and
excel. So, this may give both of us what we need.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available.
Resume
EDUCAT ION
JOBS
Suraj Kumar
Roorkee, Delhi
Applied 08 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
MSExcel MSOffice MSPowerPoint
MSWord Report Writing Creative Writing
Google Analytics Google Cloud Computing Power BI
Robotic Process Automation
RPA
SAS SQL
Tableau
Master of Data Science
Chandigarh University
2020 - 2022
Bachelor of Computer Applications BCA, Computer science
IMS Roorkee
2014 - 2017
Percentage: 62.30%
Senior Secondary XII, Commerce
St. Johns Senior Sec School , Roorkee
CBSE board)
Year of completion: 2014
Percentage: 50.30%
Secondary X
Jawahar Navodaya Vidhyalaya , Haridwar
CGPA board)
Year of completion: 2012
CGPA 7.00/10
NOC Engineer
InKnowTech Pvt. Ltd., Gurgaon
Jan 2019 - Feb 2020
resolving any issues related to the servers, networks and telecommunications by consistently troubleshooting and
monitoring.
Data Storage Management
Alarm Handling and Escalation
Client interaction
Email hosting services
Emf Engineer
CONTACT Phone: 91 8439149865
NR Switches And Radios Pvt. Ltd., Gurgaon
Aug 2017 - Sep 2018
Checking the radiation level using Selective Range Meter, arranging site raw data, preparing site layouts, power density
graphs,
preparing EMF report as per standards and compliances.
Rank 14: Resume 284 with similarity score 0.10207796357606247
Resume Text: B.S , M.Sc , M.S , BS , MS work from home , test analyst , data analyst validation , deep learning , oracle , excel , infosys , information systems , fit , mumbai , operations , resume , pl/sql , testing , transformation , sql server , completion , assessment , data science , python , test data , database Assessment
Q1. Why should you be hired for this role?
I am strongly willing to get into the Data Science domain. Recently, I completed my Masters in Data Science and had prepared a thesis on
predicting model based on Deep Learning in Python. I think I am a good fit for this internship
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available
Resume
EDUCAT ION
JOBS
Kirtan Patel
Mumbai
Applied 08 Feb'21
Python MSExcel SQL
R Programming
Post Graduate Program in Management P.G.P.M.), Information Systems
IBS Mumbai
2018 - 2020
Master of Science M.S.), Data Science
LJMU
2019 - 2020
Percentage: 62.00%
Diploma, Data Science
Iiit Bangalore
2018 - 2019
CGPA 3.40/4
Master of Science M.Sc), IT
Sk Somaiya
2016 - 2018
Percentage: 70.00%
Bachelor of Science B.Sc), IT
Sk Somaiya
2012 - 2015
Percentage: 70.00%
Senior Secondary XII, Science
Kj Somaiya
HSC board)
Year of completion: 2012
Percentage: 65.00%
Secondary X
NMWS High School
SSC board)
Year of completion: 2010
Percentage: 73.00%
Test/Data Analyst
Capgemini, Mumbai
Jan 2018 - Sep 2018
Working as a database test aanalyst, analysing and validating data in MS SQL server and MS EXCEL
Test Analyst
CONTACT Phone: 91 9022884567
infosys, Mumbai
Dec 2015 - Jan 2018
Worked as as Sr. Testing Executive validating database transformation operations in Oracle SQL. Created SQL and PL/SQL
queries which automatically injected test data in table for validation.
Rank 15: Resume 466 with similarity score 0.10187824513443079
Resume Text: B.S , MS , M.Sc , M.S work from home big data analytics , turn , algorithms , funding , pay , postgresql , excel , mumbai , resume , machine learning , statistics , sas , completion , tableau , assessment , data science , python , consumer internet , internet companies , online Assessment
Q1. Why should you be hired for this role?
I have completed my Master's in Statistics and I am very keen to develop my knowledge and help benefit the company. I have hands-on
experience on Python, R, PostgreSQL, SAS, SQL, MS Excel. I get easily adapted to new environment. Also, I prefer smart work over hard work. I
always maintain a positive attitude in difficult times which in turn helps me to deliver results quickly and precisely.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available immediately for a period of 3 months
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 9969949923
Ruchika Kapadekar
Mumbai
Applied 08 Feb'21
Python BIG DATA ANALYTICS Data Science
MSOffice Machine Learning PostgreSQL
R Programming Tableau
Master of Science M.Sc), Statistics
University of Mumbai
2018 - 2020
Bachelor of Science B.Sc), Statistics
Ramnarian Ruia College
2015 - 2018
Senior Secondary XII, Science
MAHARASHTRA board
Year of completion: 2015
Percentage: 74.00%
Secondary X
Svpm
MAHARASHTRA board)
Year of completion: 2013
Percentage: 85.00%
Machine Learning
udemy, Online
Jul 2020 - Present
This online course helps to create machine learning algorithms in Python and R from two Data Science experts
Critique on dot-com
Jan 2020 - Jun 2020
Objectives:
1.To analyze the funding raised by consumer internet companies over the years and the latest trends based on secondary
data
2. To build a predictive model to identify the customers who will pay for the services.
3. Visaulize data
Rank 16: Resume 516 with similarity score 0.09448525664954524
Resume Text: M.Sc , M.S , BS , B.E , MS work from home , networker , system administrator , associate , on call , full time , system engineer big data analytics , automation , foundations , internships , css , access , data visualization , developers , mar , regression analysis , in-depth analysis , databases , linux , data collection , power bi , natural language processing , apache , ltd , advanced , red hat , risk , escalation , linear regression , excel , models , sql , matrix , application , aws , investments , resume , emc networker , github , data analysis , film , machine learning , shell scripting , computer science , linkedin learning , publications , research , flask , tableau , assessment , cassandra , data science , python , arima , forecasting , technology , insurance , amazon web services , html Assessment
Q1. Why should you be hired for this role?
A Data Science professional with experience in delivering data-driven solutions by using Machine Learning and Advanced Analytics to produce
actionable insights and solve business problems. Skilled in defining data requirements and developing scalable data collection services,
exploring trends in data and communicating stories through in-depth analysis using Python, R, SQL, Tableau and Power Bi and seeking for an
opportunity to work/ add experience to the profile in Data Science/Analytic industry utilizing analytical, logical & methodical skills and relevant
expertise to help the company achieve business goals while sticking to vision, mission and values.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available full time for the mentioned duration of the internship in Pune for a work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Saurabh Kakade
Pune
Applied 09 Feb'21
Python Natural Language Processing
NLP
Apache Cassandra
Data Analytics Data Science Linux
R Programming BIG DATA ANALYTICS CSS
GitHub HTML Machine Learning
Power BI SQL Shell Scripting
Tableau Amazon Web Services AWS
Master of Science M.Sc), Data Science
Institute Of Technology Carlow
2019 - 2020
Bachelor of Engineering B.E, Computer Science
PVPIT
2013 - 2016
Percentage: 61.00%
ASSOCIATE SYSTEM ENGINEER
FIS Solutions India) Pvt. Ltd., Pune
Feb 2017 - Mar 2018
Linux Trainee Executive
FIS Solutions India) Pvt. Ltd., Pune
Feb 2018 - Mar 2018
Monitoring Database and alerts for Production and test databases.
Automation, Job monitoring, on call escalation matrix, big brother tool monitoring, network monitoring.
Backup Tapes using EMC Networker.
Learning Excel: Data Analysis
National Association Of State Boards Of Accountancy, Carlow
Oct 2020 - Oct 2020
Learning Amazon Web Services AWS For Developers
LinkedIn Learning, Carlow
Oct 2020 - Oct 2020
AWS For Developers: Identity Access Management IAM
LinkedIn Learning, Carlow
Oct 2020 - Oct 2020
PROJECTS
CONTACT Phone: 91 9561384545
Machine Learning AZ Hands-On Python & R In Data Science
udemy, Carlow
Jan 2020 - Jan 2021
Learn To Code In Python
udemy, Pune
Sep 2019 - Dec 2019
IT Information Library Foundations Certification ITIL
PEOPLECERT, Pune
Apr 2017 - Apr 2017
RED HAT CERTIFIED SYSTEM ADMINISTRATOR RHCSA
Red Hat , Pune
Nov 2016 - Jan 2017
Thesis: Analysis of the use of Technology and Innovation in Movies
Oct 2019 - Aug 2020
The research was carried out to predict the film success rate through Regression and predictive analysis created using web-
scrapping method in python to get Fanbase and Marketing data of the film using Decision Tree Regression Analysis.
AXA Insurance Business Problem – Rural Crime Scoring
Jan 2020 - Mar 2020
Crime is a growing concern in rural Ireland due to lack of police resourcing & an increasingly aging population. AXA request
was fulfilled by identifying areas most at risk to rural crime by applying data visualization & Linear Regression.
Web-Scrapping using Python
Nov 2019 - Jan 2020
https://github.com/saurabh-kakade/Web-Scrapping
Developing strategies and techniques for extracting usable data from raw HTML is an important skill, and this assignment is
designed to expose hands on skills to the techniques which must be mastered and applied when working with “web data”.
Web-App-using-Flask
Oct 2019 - Jan 2020
https://saurabhkakade.pythonanywhere.com/
Enabling the dynamic creation of visualizations via a web-based application can also enhance interactions with published
outcomes. This assignment explores the technologies and techniques used to enable such publications & develop a web-
app in Flask.
Indian Share Market Forecasting with ARIMA Model.
Jul 2015 - Apr 2016
Developed various models for financial market and investments. The proposed system represents the idea of how to predict
share market price using Artificial Neural Network with a given input parameters of share market.
https://github.com/saurabh-kakade/Web-Scrapping
https://saurabhkakade.pythonanywhere.com/
Rank 17: Resume 1249 with similarity score 0.09390845624364655
Resume Text: M.Sc , M.S , B.E , MS , B.TECH certified scrum master , managing director , devops , senior director , full time , aws solution architect , vp , data management master data management , data warehousing , rendering , retail , streamlining , general , oil & gas , devops , scrum , healthcare , data visualization , designation , ug , fortune 500 , data migration , mar , affirmative action , keen planner , hindi , cloud , technology implementation , information management , azure , snowflake , advanced , authorization , english , energy , status , program management , email , life science , business intelligence , aws , multi-million dollar projects , ecosystem , leadership , map , solution architecture , sap bi , hana , operations , apache spark , social analytics , global delivery , data quality , transformation , strategy , finance , storage , medical devices , languages , hive , big data , sql server , process automation , it service , cd , hbase , data integration , python , data science , enablement , javascript , cad/cam , pmp , insurance , hadoop , business solution delivery , data governance , technology planning , gujarati 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d4009190…
https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d400919041115585b0b5… 1/2
Current Designation: Managing Director- Data Strategy &
Implementation
Current Company: Vidura Ventures
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Information
management Systems]
Verified : Phone Number | Email - id
Vidura Ventures as Managing Director- Data Strategy & Implementation
May 2020 to Till Date
Indegene as Senior Director, Data Management & Cloud Solutions - Data & Analytics
Oct 2018 to Apr 2020
Amgen as Global Technical Leader (Consultant)- Commercial Data & Analytics
Oct 2017 to May 2018
UG: B.Tech/B.E. (Mechanical) from MITS, Jiwaji University in 1997
PG: MS/M.Sc(Science) (Information management Systems) from Harvard University, USA in 2007
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
LALJI GOSWAMI
Certified AWS Solution Architect/Scrum Master/PMP, Managing Director seeking roles
in Solution Architecture, Process Automation, Data Governance, Data Migration, Data
Science, Data Integration, Data Warehousing, Python, Java, SAP BW, Devops, Hive.
Key Skills: Managing Director,Head/VP/GM - Analytics and BI,Solution Architecture,Process Automation,Data
Governance,Data Migration,Data Science,Data Integration,Python,Java,SAP BW,Devops,Certified AWS Solution
Architect,Certified Scrum Master,Certified PMP.
Summary
Experience in directing technology planning, strategy development, leadership & implementation, business & operational
transformation execution and business solution delivery, on-Cloud (AWS, GCP, Azure), on-Premise Solutions & Services, Data
Enablement, Data Strategy, Data Governance, Big Data, Master Data Management, Data Lake & Warehouse Solutions and
Advanced Analytics. Impeccable success in rendering operations related services to Fortune 500 companies for IT Service
Delivery Management and Product/ Program Management for multi-million dollar projects. Domain expertise in Life Science,
Retail, Computer Data Storage, Energy, Oil & Gas, Utility, Finance, Banking, Insurance, Medical Devices, Healthcare, Human
Resource, and Accounting sectors; a keen planner, strategist with expertise in managing global delivery frameworks and new
technology implementation for streamlining related activities within time & cost parameters
Work Experience
Education
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d4009190…
https://freesearch.naukri.com/preview/printResume?uname=c73b1e6bcf02db86c7e6ca7f51c033415f580f071b420a175144435f5a0a524d400919041115585b0b5… 2/2
Other Qualifications/Certifications/Programs:
Data Science: Data to Insight
Big Data & Social Analytics
IOT: Roadmap to a Connected World
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CAD/CAM
Hadoop Ecosystem, HDFS, Map Reduce, Hive
HBase, Snowflake, Redshift, Apache Spark
SAP S4/HANA, SAP BW/HANA
Datawarehousing
IOT, AI/ML, Python, Java
DevOps, CI/CD
Data Migration, Data Integration
Data Storage, Data Process, Data Quality
Data Lake, Data Visualization
Data Science, Azure, AWS
SAP BI, SAP
SQL Server
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Marathi
Rank 18: Resume 1200 with similarity score 0.09274200874151572
Resume Text: B.E , MS , B.TECH associate , full time , software developer automation , functionality , training , api , upgradation , general , telugu , performing , designation , analytical skills , visual studio , portals , data mining , conducting , affirmative action , hindi , linux , etl , data manipulation , maintenance , beginner , visualization , authorization , english , data security , status , protection , data research , email , project , sql , application , aws , testing , pipelines , gitlab , components , writing , computer science , building , systems analysis , framework , putty , storage , statistics , languages , hbase , python , reviews , jira , javascript , technology , business requirements , airflow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011…
https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011061840510b0f0… 1/2
Current Designation: Associate Consultant -Data Engineering
Current Company: Corecompete
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Corecompete as Associate Consultant -Data Engineering
Jul 2018 to Till Date
Key Result Areas:
* Mapping business requirements and leading efforts towards developing & implementing technical processes;
spearheading system implementation & upgradation initiatives
* Performing several roles like finding new process, determining gaps in existing process and implementing new
processes; participating in design reviews and assisting in allocation of functionality to specific system components
* Conducting systems analysis sessions for understanding client business processes as per management standards
* Suggesting technology-based solutions for enhancing functional efficiency and achieving business excellence
* Managing the customization, testing, training, support and the generation of new change request by proactive process
improvement, also participating in business requirement sessions
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
VISHWANATH GANGAM
Associate Consultant seeking roles in Project Management,Software
Development,Python Development,Data Research ,Automation Framework ,Quality
Management,Python, Linux, SQL, GCP, AWS,Nifi, Airflow, Hbase,BigQuery, Putty,
JIRA, GitLab, Postman,GIT
Key Skills: Associate Consultant ,Software Developer, Project Management,Software Development,Python
Development,Data Research ,Automation Framework ,Quality Management,Python, Linux, SQL, GCP, AWS,Nifi, Airflow,
Hbase,BigQuery, Putty, JIRA, GitLab, Postman,GIT
Summary
* B.Tech. (Computer Science) professional offering qualitative experience of over 2 years
* Skilled in writing code, implementing Python applications, ensuring data security and protection, and identifying data storage
solutions
* Exposure in manipulating and analysing complex, high-volume, high-dimensionality data from varying data sources and Big
Data sources
* Experience in statistics, programming, data mining and predictive modelling
* Skilled in working on Python, Linux, SQL, GCP, AWS, Nifi, Airflow, Hbase, BigQuery, Putty, JIRA, GitLab, Postman, GIT and
Visual Studio
* Rich experience in building ETL Pipelines in Python
* Worked with API to perform data downloads from different portals for creating visualization reports
* Excellent analytical skills preferably from experience including data manipulation and statistical analysis
* Strong problem-solving and analytical skills with the desire to apply those skills in analysing complex business problems
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011…
https://freesearch.naukri.com/preview/printResume?uname=7cd8e6958260f8bffd09fcdc4d342bb10c0c085518105b1657154309080a5548140011061840510b0f0… 2/2
UG: B.Tech/B.E. (Computer Science) from Sreenidhi Institute of Science and Technology, JNTU in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Linux, SQL, GCP, AWS
Nifi, Airflow, Hbase, BigQuery
Putty, JIRA, GitLab, Postman
Git, Visual Studio
Languages Known
Language Proficiency Read Write Speak
english Proficient
hindi Beginner
telugu Expert
Rank 19: Resume 7 with similarity score 0.09249786791247612
Resume Text: B.E , MS , BS work from home , secretary , data scientist internships , ease , mar , blind , volunteering , english , c programming , 3g , resume , java , computer science , research , assessment , data science , python , it , ion , artificial intelligence , technology , html Assessment
Q1. Why should you be hired for this role?
I have a recent experience in an internship at kaashiv infotech as a data scientist and had gained more knowledge in the field of data science.
Am a great learner and an easy to train candidate.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Am available from February 20 since I have semester. exams ,and ready to work continuosly for three(3 month.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9884679445
AKSHAY JP
Chennai
Applied 07 Feb'21
Python English Proficiency Spoken) C Programming
C Programming Data Science HTML
Java
Bachelor of Engineering B.E, Computer Science
Jeppiaar Engineering College
2018 - 2022
CGPA 7.89/10
Volunteering
ISL Event, Chennai
Oct 2019 - Jan 2020
I was given the responsibility of volunteering for the ISL event along with 60 other students in Jawaharlal Nehru stadium.
Akshay. J. P
Kaashiv Infotech, Virtual
Jan 2021 - Jan 2021
To build my skill as a data scientist I attended the internship provided by kaashiv infotech.
It was a work from home experience and learnt new things.
I am currently serving as the joint secretary of our college's rotaract club. Rotaract club of jeppiaar engineering college
RACJEC
Artificial Intelligence
3G Institute Of Research And Technology, Chennai
Jul 2019 - Aug 2019
Studied a course on Artificial intelligence which was conducted by 3G institute of research and technology
Blind shoe
Mar 2019 - Jun 2019
A shoe which was created for the ease of visually challenged people.
Was given the responsibility as a school pupil leader for my disciplined and polite behaviour.
Rank 20: Resume 566 with similarity score 0.09141694911771849
Resume Text: MS , B.TECH , BS work from home , cyber security , data analyst , graduate student , java developer cyber security , training , matplotlib , sql injection , core java , algorithms , internships , classification , deep learning , space , nlp , data mining , mysql , data analytics , statistical modeling , public , linux , natural language processing , ltd , php , classifiers , project , pandas , hunting , c programming , numpy , prediction , resume , vector , datasets , neural networks , camp , machine learning , computer science , sentiment analysis , big data , completion , assessment , data science , python , xss , technology , html Assessment
Q1. Why should you be hired for this role?
Thank you for giving me a chance to write to you why I want to apply for this internship. With hands-on experience in Data science, machine
learning and deep learning, I believe, this firm is the best place to head start my career as a Data Analyst. Being a graduate student in the
Computer Science and Engineering program it gave me insight into Data mining and Machine learning technologies. I used and compared various
machine learning algorithms for training a regression model and also performed classification on different Datasets. During my major project, I
become quite adept in Machine Learning and Deep Learning as the project was on Sentiment analysis from text using different machine learning
methods. I did few projects on data science too, where I learned how to handle, clean and visualize big data by using the tools such as Numpy,
Matplotlib, Pandas, etc. I also did my summer camp training in cybersecurity where I learn how to do XSS attack, SQL injection, bug hunting on
vulnerable websites, etc. I also did certificate courses on python through CodingBlocks and a course on Machine Learning, Data Science and
NLP from Udemy. I keenly look forward to an opportunity to make significant contributions in giving a meaningful structure to a raw data at your
firm. There is a lot that I hope to gain from your company, but I also bring with me a fresh colour of diversity, my ideas and a sincere conscience
to succeed.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, starting immediately, for a work from the home internship.
Resume
EDUCAT ION
INTERNSHIPS
Sohaib Alam
Delhi, Bangalore
Applied 08 Feb'21
Natural Language Processing
NLP
Python MSExcel
MSWord C Programming Data Analytics
Data Science Deep Learning HTML
Machine Learning Neural Networks Statistical Modeling
C Programming Java MySQL
PHP
Bachelor of Technology B.Tech), Computer Science & Engineering
Guru Gobind Singh Indraprastha University
2017 - 2020
CGPA 7.30/10
Diploma, Computer Science & Engineering
Kalinga University, Raipur
2013 - 2016
Percentage: 63.50%
Senior Secondary XII, Science
Rajdeo Singh Public School
BIHAR BOARD board)
Year of completion: 2013
Percentage: 62.00%
Secondary X
MOTHER'S INTERNATIONAL ACADEMY
CBSE BOARD board)
Year of completion: 2010
CGPA 6.40/10
Core Java Developer
JavaTpoint Pvt Ltd., Noida
Jun 2019 - Aug 2019
I learned core java and developed a dummy project too.
TRAININGS
PROJECTS
CONTACT Phone: 91 9810436109
Cyber Security
Pragmatic Educational Society, Delhi
Jun 2018 - Jul 2018
I learned here how to perform SQL injection or XSS attack on a vulnerable websites. How to scan any port by using linux
commands.
Image Tampering
Aug 2018 - Nov 2018
I did project with my team for mini project. We developed a tool which tell us how much a image has been tempered.
Sentiment Analysis using Machine Learning
Jan 2020 - Present
This is our major project and in this project we are trying to develop a tool which analyze the sentiments. We uses vector
space model and we also uses ML Classifiers naive Baye's, SVM and Decision Tree to find out the prediction of given
datasets.
Rank 21: Resume 327 with similarity score 0.09117286039118704
Resume Text: MS , B.TECH , BS work from home , software engineer , quality analyst , test analyst , application analyst functionality , manual testing , training , semiconductor , internships , office , telecom , mar , oracle , linux , api testing , unix , english , predictive modeling , email , project , introduction to , workplace , mumbai , pl/sql , resume , machine learning , computer science , languages , statistics , assessment , family , data science , python , suite , web , technology , application testing , freescale , online Assessment
Q1. Why should you be hired for this role?
I believe my previous experience in the IT field as a Analyst will make me the right candidate for this internship. I have extensive previous
experience with technologies and languages such as Oracle SQL, PL/SQL, UNIX, MS Office suite. I also have experience related to Manual
Testing. I have worked as Test Analyst for an Telecom company. I have acquired familiarity with Quality Standards and Procedures. Even when I
took a break to raise my family, I have been learning and brushing up my skills and striving to be up to date on the relevant technologies I am a
self motivated individual with effective communication skills who strives to get my work done on timely manner and provide relevant updates to
all stakeholders. I have recently completed internship with financial service company, Paysharp Inc. acquiring experience in web/API testing and
Tools like Postman. I would like to bring my experiences, knowledge and recently acquired internship experience to this position and I believe
that I would make a great asset to this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I will be available for 3 months immediately
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Meghna Balan
Bangalore, Cochin
Applied 22 Oct'20
Manual Testing English Proficiency Spoken) English Proficiency Written)
Linux MSOffice SQL
Python
Bachelor of Technology B.Tech), Computer science
Model Engineering College
1999 - 2003
Application Analyst
Hcl Tech, Bangalore
Apr 2007 - Sep 2007
Software Engineer
L&T Infotech, Mumbai
Oct 2003 - Mar 2007
QA Intern
Paysharp Inc, Virtual
Jul 2020 - Sep 2020
Functionality Testing
Non Functionality Testing
Web Application Testing
API testing
Test Analyst for NTTDOCOMO project
Quality Analyst for Freescale Semiconductor project
Application Analyst for Freescale Semiconductor project
Application Analyst for Deutsche Bank project
Top performer Data Science Training)
Verified and added by Internshala Trainings
Business Communication Skills
Internshala Trainings, Online
Jun 2020 - Jun 2020
CONTACT Email Id: meghna.nb@gmail.com
Phone: 91 9526212456
Successfully completed a four weeks online certified training on Business Communication Skills. The training consisted of
Introduction to Business Communication, Essential Communication Skills, The Application Process and Workplace
Communication Skil ls modules. In the final assessment, I scored 83% marks.
Data Science
Internshala Trainings, Online
Apr 2020 - May 2020
Successfully completed a six weeks online certified training on Data Science. The training consisted of Introduction to Data
Science, Python for Data Science, Understanding the Statistics for Data Science and Predictive Modeling and Basics of
Machine Learning modules. I scored 100% in the final assessment and was a top performer in the training.
Rank 22: Resume 642 with similarity score 0.08996403281255529
Resume Text: MS , B.TECH , BS work from home , machine learning intern diabetes , algorithms , internships , data visualization , classification , data analytics , project , coursera , prediction , resume , ibm , machine learning , computer science , presentation skills , assessment , data science , object detection , search , database , online Assessment
Q1. Why should you be hired for this role?
I have a good knowledge of Data Science, Machine Learning, Data preprocessing and other algorithms with good presentation skills. I like
playing around with data and gaining new insights from them. I like learning new skills and grabbing opportunities in this field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available from march,2021
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
CONTACT Phone: 91 8318500705
Vanshika Verma
Lucknow
Applied 07 Feb'21
Machine Learning Data Analytics Data Science
Database Management
System DBMS
Integrated B.Tech, Computer Science
Gautam Buddha University, Greater Noida
2017 - 2022
CGPA 8.50/10
Machine Learning Intern
Grroom, Virtual
Feb 2021 - Present
Currently making an object detection project with yolov3.
SUMMER INTERN
BSNL, Lucknow
Jun 2019 - Jul 2019
Machine Learning AZ
udemy, Online
Nov 2020 - Present
This course includes all the machine learning algorithms and helps to understand their working with practical implementation
IBM Data Science Specialization
Coursera, Online
Jul 2020 - Nov 2020
There are 10 different courses in this specialization which gave a good knowledge of data science, machine learning, dbms,
data visualization, data preprocessing and many other algorithms included in machine learning.
Diabetes Prediction using Machine Learning
Dec 2020 - Jan 2021
This project uses various classification algorithms along with grid search on the dataset to predict whether the person has
diabetes or not.
The accuracy of the project is 88.2%.
Rank 23: Resume 1372 with similarity score 0.08962623447102
Resume Text: B.E , MS , B.TECH cyber security , software engineer , information security , application designer , associate , technology lead , peoplesoft financials , data management , implementation specialist , solution consultant , informatica , full time , team lead , technical lead , aws solution architect training , telugu , connect , data warehouse , suggestions , conducting , status , indicators , digital transformation , infosys , data architecture , apache spark , sentiment analysis , sql server , data integrity , organization , thought leadership , data processing , functional specifications , technical leadership , performance metrics , designation , pen , hindi , cloud , technical requirements , information security , data modeling , english , agile , financials , provisioning , global reporting , range , obiee , architecting , data analysis , disaster recovery , machine learning , strategy , bip , enterprise data , javascript , dac , technology , data engineering , hadoop , business continuity , data governance , measures , cyber security , performing , vendors , saint , affirmative action , oracle , power bi , unix , service delivery , kafka , snowflake , advanced , linear regression , strategic planning , continuity management , email , business intelligence , aws , project delivery , investments , edge , data quality , simulations , languages , big data , hive , real-time data , unstructured data , architecture frameworks , dashboards , layout , proof , infrastructure solutions , transformation programs , nosql , analytics , authorization , risk , teams , phishing , clarity , business analysis , application , electronics , datasets , ecs , s3 , offshore , agents , row , tableau , peoplesoft , pivotal , rpd , python , campaigns , service standards , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d10…
https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d105515435a5b5c… 1/3
Current Designation: Technology Lead Principal Solution
Consultant
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Infosys as Technology Lead Principal Solution Consultant
May 2012 to Till Date
Infosys, (Raleigh, USA & Hyderabad, India)
Client: Fidelity Investments, SPS Global Reporting
Location: Bangalore
Duration: Sep'19
Environment: AWS EMR, S3, Kafka Connect, Snowflake, Apache NIFI, IAM, AWS, Power BI
Principal Solution Consultant / Solution Architect
* Facilitated key stakeholders to forecast the quality of stock for optimizing gains & bringing clarity
* Analyzed the proposals as well as delivered valuable suggestions pertaining to best technical solutions to migrate the
application to AWS
* Engaged in architecture design & review along with designing Cloud Formation template for successful execution
* Rendered services by delivering Infrastructure solutions to a wide range of clients including end-to-end configuration
for AWS Big Data
* Working closely with various teams across the company to identify and solve business challenges utilizing large
structured, semi-structured, and unstructured data in a distributed processing environment
* Defining and establishing a data governance process to include enterprise data governance and data conformance to
govern policies required to ensure data integrity
* Managing data analysis and processing activities involving analyzing, studying and summarizing data for extracting
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ashok Kumar Pyaram
Technical Lead/Principal Solution Consultant targeting assignment in Big Data
Engineering ,Spark, Kafka, NoSQL, Data warehouse, AWS Certified, Data
Engineering, Business Intelligence, Data Modeling, PLSQL, Advance Analytic
Key Skills: Hadoop, Hive, Spark, Kafka, S3, AWS, OBIEE, Informatica, PLSQL,
Summary
* Strategic IT Leader with nearly 15 years of rich and extensive experience spanning across Small, Mid-size and Large-size
firms
* Wide Technical experience in architecting, designing & implementing Big Data, DW solutions
* Possess extensive on-site exposure of working in the US for 4.5 years and UK for a span of 1 year
* Keen analyst with excellence in understanding and gathering requirements of Clients / Vendors / Consultants & other
multiple stakeholders, followed by provisioning through Data Engineering/Business Intelligence Solutions
* Delivered thought leadership in challenging the status quo to enhance the current services and technologies
* AWS Certified Solution Architect: drove digital transformation programs along with creating POC's
* Demonstrated expertise in design of cyber security Data Lake/Analytics & Reporting, having built information Security, and
Business Continuity Management reports by designing & enforcing policies, processes & controls
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d10…
https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d105515435a5b5c… 2/3
useful information which would assist in strategic planning
* Establishing a process for the use of data architecture frameworks to include business data management, business
intelligence, data quality and data usage
* Establishing and reporting Analytics Performance metrics, Service Level Agreements, and Key Performance
Indicators
* Working closely with the clients for requirement gathering, business analysis, governing functional and high-level
technical requirements and finalizing technical / functional specifications for the project
* Supporting an Agile team with responsibilities varying from creating and demonstrating Proof of Concepts (PoC);
developing reference architectures and coding best practices to performing a variety of architecture analyses, and
evaluating leading-edge technologies for use in the enterprise
* Ensuring that the project delivery team structure is adequate and enforces compliance, best practices, approach &
direction for the technical aspects of the organization's practice; providing technical leadership
* Defining service standards and guidelines that serve as benchmark for excellent service delivery; adhering to set
SLAs for all support processes; tracking metrics to measure the effectiveness of the support processes
Significant Highlights:
* Mentored & guided the offshore and onshore team consisting of 20 members as well as delivered architectural
guidance to 5 BI cloud migration teams in the account
* Showcased excellence in saving infrastructure cost by $90 million
Client: Fidelity Investments, Cyber Security Phishing Simulations
Environment: Hadoop, Hive, Spark (Spark Streaming, Spark MiLB, Spark SQL), Python, Power BI, Tableau, Kafka
Principal Solution Consultant
* Key role in designing & architecting the data model for Phishing campaigns through big data ingestion and data
warehousing
* Data Ingestion into HDFS and create HIVE warehouse of simulated phishing emails dataset and analyze to identify
employees training requirements using Apache Spark framework, Spark SQL, Pyspark.
* Responsible for unifying Kafka with Spark Streaming for real-time data processing and Spark MiLB for data
fragmentation into Category-based, risk-based to perform Advanced Analytics
* Established a robust Machine Learning model to examine key parameters from datasets encompassing Pen test,
security patches, certification End of Life, Vendor Findings, Application Findings, and disaster recovery data for
applications & products; designed & developed several ECS Strategy metrics
* Pivotal role in conducting Sentiment Analysis, KNN, Clustering and Linear Regression
CSC as Sr. Software Engineer
Nov 2007 to May 2012
Client: BI Competency, RMG, Zurich, Diageo, Saint Goblin
Environment: Informatica 7.8, OBIEE 10g, DAC, SQL Server, Unix
* Worked on-site at client location in London, UK for a span of 1 year
* Successfully participated in design, development and supporting BI RPD, Logical model, dimensional hierarchies,
derived measures, initialization blocks, Dashboards & reports, Agents, ETL & DAC Execution plans, Object and row level
security and OBI variables
Keane India as Software Engineer
Dec 2005 to Nov 2007
* Gained extensive exposure in working on Peoplesoft Financials 9.0, People tools 8.48, Application Designer, People
Code, Application Engine, file layout, oracle 10g and UNIX
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Jawaharlal Nehru Technological University in 2005
Other Qualifications/Certifications/Programs:
AWS Solution Architect Certified Associate,Oracle Business Intelligence Implementation Specialist
Oracle Cloud Platform Enterprise Analytics 2018 Associate
Education
IT Skills
Skill Name Version Last Used Experience
SPARK 2020 4 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d10…
https://freesearch.naukri.com/preview/printResume?uname=dd6a679ef4488a2e51105dcb2b61adde510c01534b4158195645455f580e074d175d105515435a5b5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Kafka 2020 2 Year(s)
HIVE 2018 1 Year(s)
AWS 2020 2 Year(s)
Informatica 2017 8 Year(s)
OBIEE, BIP 2016 8 Year(s)
PLSQL 2017 8 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 24: Resume 1341 with similarity score 0.08639406009010202
Resume Text: B.S , MS project manager , science manager , devops , partner , assistant vice president , data scientist , full time , vp , project leader , engineering leader schema , microsoft azure , deep learning , space , nlp , learning techniques , linux , gateway , flume , digital , design documents , status , store , data architecture , disposal , apache spark , components , logistic regression , building , infrastructure , cdh , scala , scikit-learn , data science , forecasting , organization , qlikview , retail , decisioning , devops , kubernetes , forest , designation , loans , pre-sales , hindi , cluster , ltd , yarn , english , customer data , shopping , agile , project , dwh , live , leadership , solution architecture , redis , construction , pipelines , performance tuning , bank statements , platform integration , machine learning , fw , test strategy , iterative , customer engagement , data integration , benchmarking , history , javascript , artificial intelligence , technology , data engineering , hadoop , big data analytics , boost , general , performing , scrum , vs , affirmative action , power bi , kafka , postgresql , email , business analytics , business intelligence , aws , bengali , prediction , languages , fab , sqoop , text analytics , hive , amazon , assessment , cassandra , mobile , ml , credit risk , api , onboarding , ug , risk models , scratch , visualization , authorization , teams , enterprise , credit scoring , record , text classification , ecosystem , lake , map , less , resume , time series analysis , sage , running , finance , framework , preparation , cloudera , tableau , hbase , python , cloud computing , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 1/4
Current Designation: Senior AI ML Architect - Data Scientist
Current Company: Wipro Enterprise
Current Location: Bengaluru / Bangalore
Pref. Location: Delhi / NCR,Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Wipro Enterprise as Senior AI ML Architect - Data Scientist
Sep 2020 to Till Date
Data Scientist, AI ML Architect
Home Credit Finance as Assistant Vice President Big Data (Artificial Intelligence)
Jul 2019 to Sep 2020
Title: Home Credit India
Project Description: Part of Data team which is responsible for Data Engineering, Machine Learning and Cloud
Implementation. One of the major activities is to build credit risk models leveraging external data sources to assess
creditworthiness of customer. Credit scoring of the customers are done before granting loans, Leveraging various
customer data points like purchase history (Mobile usage, transactions data etc) , Occupation details( Resume Data ),
shopping behavior ( digital transactions) etc using various Machine Learning Techniques which aids in loan decisioning
process
Following are major responsibility areas
Machine Learning:
Partner with leading companies to enhance mutual customer engagement to explore the opportunities to assess the
creditworthiness of the customers. Fix the Gini improvement achieved from these sources.
Text Analytics: Applying Deep Learning techniques perform text classification on sources like bank statements etc
OCR: Building solutions around OCR using ML/ DL techniques / Integration to facilitate onboarding of customers
Cloud Computing:
Deploy Machine Learning models on cloud infrastructure like Microsoft Azure, Google Cloud. Containerizing ML models
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashish Singh
AI/ Data Engineering leader seeking assignment in Data Analytics,Data
Engineering,Cloud Computing having significant experience in setting up data
practices and managing.Looking for leadership positions to apply my knowledge &
skills in digital space
Key Skills: Data Engineering,Cloud Computing,Artificial Intelligence,Machine Learning,Deep Learning,Apache
Spark,Kubernetes,GCP,Microsoft Azure,AWS,Delivery head,Time Series Analysis,NLP,Big Data,NLU
Summary
Experienced AI/ML leader with good experience in Data Science, Data Engineering, Cloud implementation. Leader with a
demonstrated history of setting up Data coe/ practices from scratch and scaling.Proven track record of building high performing
teams from and delivering data engineering ,Analytics products and solutions.
Currently working as Assistant Vice President Big Data (Artificial Intelligence) in Home Credit
Specialities: Data Science (ML, DL), Native Cloud Implementation (AWS, Azure, GCP), Big Data (Data Ecosystem), Project
Management, Solution Architecture & design, Pre-sales
Certification: One-year executive program in Business Analytics (CBA) from Indian School of Business (ISB), Hyderabad
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 2/4
on Kubernetes
Use Cloud ML Offerings for Modelling like Azure ML, AWS sage maker
Building containerized solution of Machine Learning Models leveraging Kubernetes, Kubeflow(POC) along with Knative
exploration
Data Architecture: Building Data architecture pipelines on-prem / cloud for data integration with existing data sources.
Technology Stack: Python, Azure - Serverless (Azure Functions), K8, Azure Kubernetes Service (AKS), data Factory, API
Management (Gateway) ,AWS , Kafka , Spark , Hive, Big Query, Google Cloud
ML : XGBoost, LightGBM, Cat Boost, Logistic Regression, KNN, Random Forest, K_means, UMAP, Deep Learning
Live Career India Pvt Ltd as Senior Data Engineering - Data Science Manager
Sep 2015 to Jul 2019
Setting up data analytics practice in the organization. Primary objective is to ingest data from different sources, transform
as per the buisness needs and perform data analytics on top of it. Basically create a data lake which stores all types of
data and serves all data needs of the business. Technology stack hadoop and ecosysyem components, apache spark for
real time, sisense and tableau for business intelligence
NEC Technologies India Ltd as Senior Data Engineering - Science Manager
Feb 2011 to Sep 2015
Key projects include:
Title: Big Data Analytics Platform Integration
Project Description:
Develop a unified platform to integrate different components of Machine learning using Predicting Engine along with
Visualization. Project should also provide a DevOps platform for the unified platform. Productize churn development.
Project is aimed at providing end-to-end implementation from data ingestion from disparate sources to Hadoop ( Hive) and
the data store to be linked with Visualization Platform ( Tableau )
Client NEC
Duration Dec 14 -Sep 15
FW Hadoop ( Apache Hive , Sqoop, Flume) , Tableau , Qlikview, Netcracker
Role Project Manager
Responsibilities Performing End-to-end Delivery and Project management (Scope, Budget, Schedule, Risk
Assessment ),
Create SOW, Managing Product Backlog , Sprint Backlog, master test plan, test strategy and release schedule and all
related project management documents
Preparation/Review design documents
Facilitate design, construction and deployment of the Portal , DWH Framework
Hive Schema Creation
Conversion of SQL Queries to Hive , Performance Tuning
Hadoop Cluster setup on Cloudera ( CDH 5)
Benchmarking of Hive / Apache Spark Queries
Team Size 10
Platform Hadoop
Software Development Methodology Agile ( Scrum)
Domain Big Data Platform
Title: Benchmarking on Hive / Apache Spark
Project Description:
Hadoop to be used as Data Store and Hive / Spark to be used as Feature Calculation. Benchmarking to be done for
Postgres Vs Hive Vs Spark and results / recommendations to be shared as a deliverable
SQL queries running on top of PostgreSQL is taking long time which needs to be reduced using Hadoop Components and
make them Big Data Based
Client NEC
Duration 6 Months ( Aug14 - Dec 14)
FW Hadoop ( Apache Hive , Apache Spark)
Role Project Manager
Responsibilities Performing End-to-end Delivery and Project management (Scope, Budget, Schedule, Risk
Assessment ),
Create SOW, Managing Product Backlog , Sprint Backlog, master test plan, test strategy and release schedule and all
related project management documents
Preparation/Review design documents
Facilitate design, construction and deployment of the Portal , DWH Framework
Hive Schema Creation
Conversion of SQL Queries to Hive
Benchmarking of Hive / Apache Spark Queries
Team Size 3
Platform Hadoop
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 3/4
Software Development Methodology Iterative
Domain Telecommunication
Retail auto Ordering
Retail AO framework is an automatic order generation engine. The purpose of this tool is to predict the sales based on the
prediction model in the system. The predicted sales are used by the simulator to generate the order such that chance loss
and disposal rate should be less.
The purpose of this phase is to generate the prediction models and decide the best prediction model. The system is
trained by providing past sales and order data of product and its subcategory. The system uses this data and provides it
as an input to the FAB engine
Title: Machine Learning POCs
Project Description:
Retail auto Ordering
Retail
AO framework is an automatic order generation engine. The purpose of this tool is to predict the sales based on the
prediction model in the system. The predicted sales are used by the simulator to generate the order such that chance loss
and disposal rate should be less.
The purpose of this phase is to generate the prediction models and decide the best prediction model. The system is
trained by providing past sales and order data of product and its subcategory.
UG: B.Sc (Maths) from Burdwan University in 2001
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2004
Other Qualifications/Certifications/Programs:
Certificate in Business Analytics - ISB
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop ( HDFS , Map Reduce) 2015 4 Year(s) 0 Month(s)
HBase , Hive 2015 4 Year(s) 0 Month(s)
Hadoop ( YARN Based )
Mongo DB, Cassandra , Redis, HBase
Text Analytics, Social Network Analytics
Forecasting analysis 2015 1 Year(s) 0 Month(s)
MACHINE LEARNING 2015 4 Year(s) 0 Month(s)
Apache Superset , Tableau, Power BI
Python, Java , Scala
TensorFlow, Scikit-learn
Pytorch, Azure ML
Amazon Sage Maker
Kubernetes, Istio, Helm, Prometheus
EFK stack, Distributed Tracing - Jaeger
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d14…
https://freesearch.naukri.com/preview/printResume?uname=bef06e2f611d98347dbe17e52280d2ca0a5c5f574a110b105547460e0e5b004d160d1406471559585b5… 4/4
Nature of Employment: Full Time
Role: Project Leader
Duration: Dec 2014 - Till Date
Onsite / Offsite: Onsite
Team Size: 10
Nature of Employment: Full Time
Role: Project Leader
Duration: Aug 2014 - Dec 2014
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Role: Project Leader
Duration: Apr 2014 - Sep 2014
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Bengali Proficient
Projects
Project Title: Big Data Platform Integration
Client: NEC
Skill Used: Hadoop ( Apache Hive , Sqoop, Flume) , Tableau , Qlikview, Netcracker
Platform Hadoop
Software Development Methodology Agile ( Scrum)
Domain Big Data Platform
Project Details: Project Description:
Develop a unified platform to integrate different components of Machine learning using Predicting Engine along with
Visualization. Project should also provide a DevOps platform for the unified platform. Productize churn development. Project
is aimed at providing end-to-end implementation from data ingestion from disparate sources to Hadoop ( Hive) and the data
store to be linked with Visualization Platform ( Tableau )
Project Title: : Benchmarking on Hive / Apache Spark
Client: NEC
Skill Used: Platform Hadoop
Software Development Methodology Iterative
Domain Telecommunication
Project Details: Project Description:
Hadoop to be used as Data Store and Hive / Spark to be used as Feature Calculation. Benchmarking to be done for Postgres
Vs Hive Vs Spark and results / recommendations to be shared as a deliverable
SQL queries running on top of PostgreSQL is taking long time which needs to be reduced using Hadoop Components and
make them Big Data Based
Project Title: Machine Learning POC's
Client: NEC
Skill Used: Platform Linux
Software Development Methodology Agile (Scrum)
Domain Telecommunication
Project Details: Retail auto Ordering
Retail AO framework is an automatic order generation engine. The purpose of this tool is to predict the sales based on the
prediction model in the system. The predicted sales are used by the simulator to generate the order such that chance loss
and disposal rate should be less.
The purpose of this phase is to generate the prediction models and decide the best prediction model. The system is trained
by providing past sales and order data of product and its subcategory. The system uses this data and provides it as an input
to the FAB engine
Rank 25: Resume 1183 with similarity score 0.0858882077349325
Resume Text: B.E , MS , B.TECH associate , data analyst , software developer , cloud engineer , full time designation , ug , affirmative action , data analytics , cloud , azure , visualization , authorization , english , status , email , aws , data analysis , machine learning , languages , it , python , data science , javascript 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c14…
https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c140040420b5f01… 1/2
Current Designation: AWS Cloud Engineer
Current Company: GlobalLogic
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 9 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
GlobalLogic as AWS Cloud Engineer
Dec 2016 to Till Date
Currently working at Global Logic in Gurgaon as "Analyst " since December 2016.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2016
PG: in 0
Other Qualifications/Certifications/Programs:
Python for Data Analysis and Visualization
Data Science using Python
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Gaurav Chandel
Data analyst having 4 years of experience, currently living in Bangalore
Key Skills: AWS,Azure,Python,Machine Learning,Data Analytics
Summary
Currently working at Global Logic in Gurgaon as "Associate Analyst " since December 2016.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Python 1 Year(s) 0 Month(s)
DATA ANALYSIS 0 1 Year(s) 0 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c14…
https://freesearch.naukri.com/preview/printResume?uname=0695a8d53795d74fa0ac7045986a6c7e5d5a01544b410f150543440a0b09514a160c140040420b5f01… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
MACHINE LEARNING 0 2 Year(s) 0 Month(s)
Data Science 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 26: Resume 837 with similarity score 0.08576108298961616
Resume Text: B.E , B.TECH , M.TECH full time , data scientist , software developer matplotlib , general , healthcare , css , data visualization , designation , deep learning , asp.net mvc , visual studio , ug , affirmative action , mysql , oracle , hindi , databases , keras , maintenance , php , authorization , advanced , english , status , c# , agile , email , encoders , project , pandas , application , numpy , windows xp , xml , neural networks , testing , architecting , government , running , machine learning , languages , big data , sql server , data wrangling , tableau , data science , python , extreme programming , javascript , web , technology , artificial intelligence , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b120016…
https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b1200165645175e095a0… 1/2
Current Designation: Software Developer -Machine Learning
Current Company: HCL Technologies
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
HCL Technologies as Software Developer -Machine Learning
Sep 2017 to Till Date
I am working as a Data Scientist. Data wrangling, Data Preprocessing, getting insights from the data and create a
generalize modals are few areas I engaged for now.
Medigram HealthCare as Software Developer
Feb 2016 to Aug 2017
I was working as a Software Developer. Main areas was handling the web portal which was running at local server.
Omninet Technology as Software Developer
Jan 2015 to Jan 2016
I was working as a Software Developer and handling various government portal like UPSRTC, UPTU.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Tabish Mehdi
Software Developer seeking roles in Data Science,Machine Learning,Deep
Learning,Artificial Intelligence,Convolutional Neural Networks,Predictive
Modelling,Python,ASP.NET,C#,SQL,React,SQL Server,MySQL,Oracle,Spyder
IDE,Visual Studio,Anaconda
Key Skills: Software Developer,Data Science,Machine Learning,Deep Learning,Artificial Intelligence,Convolutional Neural
Networks,Predictive Modelling,Python,SQL,SQL Server,Spyder IDE,Visual Studio,Anaconda,Jupyter Notebook
Summary
Achievement-driven professional with an experience of nearly 6 years
Knowledge in architecting Artificial Intelligence applications with Machine Learning, Deep Learning with Python. Deep Learning
Techniques includes ANN, CNN, RNN, Advanced CNN and Advanced RNN with LSTM.
Encoders, Decoders
Skilled in libraries such as Keras, Tensorflow , Sklearn, Numpy, Pandas, Matplotlib, Tableau for Data Visualization
Extensive knowledge of working with SQL databases like MySQL and SQL Server.
Additional skills of C#, ASP.NET MVC, React, SQL Server, AJAX, and XML
Rich experience in all phases of the software development life cycle such as agile process (requirements, design, development,
testing, release, support), utilizing multiple development methodologies, including OOD, Extreme Programming, and Structured
Programming
Expertise in manipulating and analyzing complex, high-volume, high-dimensionality data from varying data sources and big data
sources
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b120016…
https://freesearch.naukri.com/preview/printResume?uname=1e2b362b50771a06c47b3c9640d04aff5d0f5c574d1309165215490a0f5a581b1200165645175e095a0… 2/2
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2009
PG: M.Tech (Computers) from AIET in 2009
Nature of Employment:
Project Location: Delhi
Role: Programmer
Duration: Nov 2010 - Till Date
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python
ASP.NET
SQL Server
MySQL
Oracle
ANACONDA
Spyder IDE
Jupyter Notebook
Visual Studio 2017
Windows XP/W7/W8
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: NDBB
Client: NDBB
Skill Used: PHP 5.3.5,Mysql,Html,CSS
Rank 27: Resume 603 with similarity score 0.08475097568989982
Resume Text: B.E , MS , BS quality assurance engineer , work from home , data scientist , machine learning intern agriculture , a/b testing , internships , image processing , css , data visualization , classification , deep learning , modeling , data analytics , docker , inventory forecasting , heroku , player , eda , english , pattern , go , sql , project , aws , air pollution , exploratory data analysis , idle , characters , resume , paper , electronics , carnival , machine learning , damage , ec2 , opencv , story , crop , flask , dashboard , tableau , assessment , data science , python , arima , it , javascript , html , database Assessment
Q1. Why should you be hired for this role?
I have more than 1 year of experience in the field of data analytics and data science. I have worked on game data to analyze the player playing
pattern. Involved in A/B testing. I have also worked as a machine learning intern where I was involved in analyzing and modeling driving analytics
using python. Other than industry projects I have also made my own projects which includes extracting data from database using SQL and doing
EDA using python. I have also worked extensively in Tableau for analyzing data such as COVID19 dashboard, agriculture analysis, and Carnival
analysis.
Other than analyzing data I have worked for an end-to-end deployment of the product in AWS EC2 where I have used HTML/CSS for the
frontend and Flask for the backend. I have also worked on OpenCV where I was able to control the game using just my hands.
I believe the skills that I have gained over the experience satisfy the requirement making me an idle candidate for the required position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
PROJECTS
Swati Thapa
Bangalore
Applied 08 Feb'21
Python English Proficiency Spoken) CSS
HTML JavaScript MSExcel
Machine Learning SQL Deep Learning
Bachelor of Engineering B.E, Electronics and Communication
Ghousia College of Engineering
2012 - 2016
Percentage: 71.00%
Trainee Data Scientist Part Time Remote)
Rubixe, Bangalore
Nov 2018 - May 2019
1.Incorporated the Dickey-Fuller test and applied ARIMA to create a model for the inventory forecasting to make the service
center achieve JIT standards.
2.Worked on exploratory data analysis and data visualization.
Quality Assurance Engineer
99Games, Udupi
Nov 2016 - Feb 2020
With testing, I have also worked with the data analytics team. My role involved finding the player pattern using data and
replicate the play to find bugs. Have connected database to Tableau to analyze the data.
Machine Learning Intern
Apsis Solutions, Bangalore
Feb 2020 - Sep 2020
Developed a Machine Learning model for driving analytics products. Machine learning algorithm such as clustering was used
to predict the driving behavior of a vehicle.
Data Scientist
Datamites, Bangalore
Nov 2018 - Dec 2018
I'm a certified data scientist by IABAC
Carnival-hackathon
Dec 2020 - Jan 2021
https://public.tableau.com/profile/swati.thapa#!/vizhome/Carnival-hackathon/Analysis
https://public.tableau.com/profile/swati.thapa#!/vizhome/Carnival-hackathon/Analysis
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8971641180
It was a hackathon conducted by HackerEarth. The aim was to build a sophisticated Machine Learning model that predicts
selling prices. I have secured the top 5% on the leaderboard.
Data analysis is done in Tableau followed by modeling & deployment.
Agriculture Data analysis
Jan 2021 - Jan 2021
https://public.tableau.com/profile/swati.thapa#!/vizhome/agri_data/Completedataanalysis
I have done a complete analysis of agriculture data in Tableau and presented it in a story format.
Game control using hand gesture
Sep 2020 - Oct 2020
https://github.com/ritzz19/Game-control-by-hand-gesture-using-OpenCV-and-Deep-Learning
Control the game using hand gestures. I have used deep learning and OpenCV.
1. Gathered hand gesture data using a python script.
2. Implemented a neural network and thresholding was used to identify these gestures.
Simpsons-Blur-Image-Classification
Sep 2020 - Sep 2020
https://simpsons-character.herokuapp.com/
1.In this project, I have taken ten Simpsons characters and have tried to make an end to end image classification where it can
detect character which is even blurred.
2.I have used OpenCV and Deep Learning. Deployment is done in Heroku.
COVID19Time Lapse)
Aug 2020 - Aug 2020
https://public.tableau.com/profile/swati.thapa#!/vizhome/covid-19_15968939255640/Dashboard
Created time-lapse Tableau dashboard for COVID19 cases.
Predicting crop damage end-to-end deployment in AWS EC2
Jul 2020 - Jul 2020
http://3.138.37.885000/
1.Created an AWS RDS PostgreSQL, extracted data from it, and done a complete EDA and modeling.
2.Used AWS EC2 to deploy my model using Docker.
Wrote a technical paper "Estimating Air Pollution Levels from Images using a VGG16-based Ensemble".
This paper is based on image processing where we have to predict PM 2.5 from an image.
Note: Do go through my portfolio for more detail.
https://public.tableau.com/profile/swati.thapa#!/vizhome/agri_data/Completedataanalysis
https://github.com/ritzz19/Game-control-by-hand-gesture-using-OpenCV-and-Deep-Learning
https://simpsons-character.herokuapp.com/
https://public.tableau.com/profile/swati.thapa#!/vizhome/covid-19_15968939255640/Dashboard
http://3.138.37.88:5000/
Rank 28: Resume 1287 with similarity score 0.08355792281609865
Resume Text: B.S , MS , M.Sc , M.S full time , data analyst retail , optimization , boost , general , performing , forest , validation , designation , ug , promotional , telecom , platforms , nlp , affirmative action , analytics , cloud , seasonal , statistical modeling , hindi , azure , ltd , brewing , authorization , digital media , english , traditional media , status , excel , flavors , email , project , collaborative filtering , business intelligence , aws , scenario , bengali , operations , testing , data analysis , logistic regression , led , machine learning , correlation , languages , marketing mix , statistics , sas , e-commerce , sql server , completion , events , boarding , data science , python , campaigns , arima , forecasting , javascript , ml , one , beer , ucm , measures , base , decision-making , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d17…
https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d170311405f5a080… 1/3
Current Designation: Data Science Consultant
Current Company: Accenture Services Pvt Ltd
Current Location: Delhi
Pref. Location: Kolkata,Bengaluru / Bangalore,Delhi / NCR
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Statistics]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Data Science Consultant
Aug 2013 to Till Date
Market Mix Modelling & Optimization
* Brief description:: MMM is an approach that simultaneously measures the impact of all business drivers(campaigns)
including traditional media, digital media, operations factors and external factors on offline sales and online sales at the
level in which they are executed and help to quantify these benefits and optimize the budget allotment to different
campaigns. Real time optimization (What
if scenario), Spend based & Goal Based optimization provides an optimization model to determine a more optimal
marketing mix by
using different response curves for each type of marketing campaign spend.
* Methodology Used:: UCM /Partial correlation / Mixed Modelling /Non- Linear optimization
* Worked on:: Base SAS, R / MS Excel
Event/Feature effectiveness using Casual Impact methodology
* Brief description:: Quantify the impact of a marketing event such as the release of a new product, the introduction of a
new feature,
or the beginning of an advertising campaign, with the aim of measuring the event's impact whether it has been successful
in driving
higher sales. Marketing managers use this analytic-based approach to identify the best and worst performing promotional
events
for future planning.
* Methodology Used:: Causal Impact
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PRAGNADIPTA NATH
Data Science Consultant seeking roles in Data Analysis,Data Science,Statistical
Modeling,Project Management,Client Management,Logistic Regression,Machine
Learning,Python,R,AWS,Azure
Key Skills: Data Science Consultant,Data Analyst,Data Analysis,Data Science,Statistical Modeling,Project
Management,Client Management,Logistic Regression,Machine Learning,Python,R,AWS,Azure
Summary
Led delivery of several projects for Retail, Telecom industries across geographies & demonstrated efficiency in Interacting with
clients & client management, understanding business needs & developing solutions, Time bound project completion, Project
management & on-boarding new members handling.
* Expertise on several methods or techniques like - Market Mix modelling & optimization, Time series forecasting (Traditional &
Machine learning) , Ordinary & Logistic Regression, Elastic Net Regression, AB Testing using Causal Impact method,
Assortment Analysis,
Machine learning techniques- Random forest, XG-boost, Cosine Similarity, Collaborative filtering, Light GBM. .
* Frequently used languages & software's- R, Python, SAS, Advance MS-Excel, SQL.
* Used two major cloud platforms - Azure in projects & AWS for Internal Hackathon
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d17…
https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d170311405f5a080… 2/3
* Worked on:: R / MS Excel
Guided Selling- Next Best Stock Keeping unit Recommendation
* Brief description:: Here the objective was to recommend the set of next best SKU's (stock keeping units) for the different
outlet &
product combinations. We have started with the forecasting model using traditional / ML techniques & then used
collaborative
filtering technique to extract the final set of recommendation by constraining them with some business restrictions.
* Methodology Used:: ARIMA / XG-boost/ Collaborative Filtering
* Worked on:: R/ Python
E-commerce Forecasting engine
* Brief description:: Forecasted the percentage growth numbers/ goals for an US based client for their different brewing
products at
retailer level for the future period of 2020 using different Forecasting Approaches.
* Methodology Used:: : Holt winter/ seasonal regression/ XG-boost/NNAR
* Worked on:: R / MS Excel
Product Recommendation using Assortment Analysis
* Brief description:: Provided a core set list of products to different retailers which should be kept on shelf to maximize the
sales. Retailers will be using the ranked list of products to aid in their decision-making process to keep the most
incremental items on the
shelf.
* Methodology Used:: Hierarchical clustering / Cross Validation / XG Boost
* Worked on:: R / MS Excel
NLP- Topic Modelling & Cosine similarity
* Brief description:: Did several projects on the text analytic using different NLP techniques. In one project used cosine
similarity to
identify the missing address for the suggested ID's & in other used topic modelling to factorize multiple beer flavors, so
that the
new flavors can be tagged to the specific topic.
* Methodology Used:: Cosine similarity / Topic Modelling
* Worked on:: Python / R
UG: B.Sc (Statistics) from Calcutta University in 2011
PG: MS/M.Sc(Science) (Statistics) from Calcutta University in 2013
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
R
Python
SAS, SQL Server
Azure Platform
AWS Platform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d17…
https://freesearch.naukri.com/preview/printResume?uname=34bae50f7489fff64be13c995e6069765b0c0b024c115c14031740585b5c5843175d170311405f5a080… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 29: Resume 1426 with similarity score 0.08075417947570834
Resume Text: B.E , MS , B.TECH , BS functional analyst , software analyst , financial associate , vba developer , investment consultant , it administrator , full time , financial analyst acquisitions , codes , training , general , security , techno-functional , designation , ug , mar , affirmative action , data analytics , hindi , databases , linux , basic , system configuration , maintenance , windows , authorization , risk , advanced , troubleshooting , sharepoint , english , status , protection , joomla , sql , email , prevention , project , business intelligence , ftp , wordpress , microsoft excel , morningstar , asset management , drupal , turnover , microsoft word , recovery plans , electronics , intrusion detection , writing , disaster recovery , finance , languages , pycharm , research , equest , documentation , dashboard , process automation , investment banking , tableau , selenium , ssh , management system , data science , python , cms , qualitative data , javascript , reviews , mitigation , web , technology , business continuity , capital , html , financial analysis 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470…
https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470647135a0f580… 1/3
Current Designation: Associate - Financial Analysis, Data
Analytics, RPA Automation, Software Analyst
Current Company: Moodys Analytics Knowledge
Current Location: Bengaluru / Bangalore
Pref. Location: Guwahati,Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Financial Analyst
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Moodys Analytics Knowledge as Associate - Financial Analysis, Data Analytics, RPA Automation,
Software Analyst
Apr 2017 to Till Date
The role entails the timely update of critical data of Asset management,
Investment banks on various third-party databases and explores/implement
scope for automating the process.
PROFILE ABOUT ME
ENGINEERING/TECHNOLOGY
WORK EXPERIENCE
Consultant database update(CDB) role involves updating of various vital
and critical quantitative and qualitative data such as AUM, Fund holdings,
PM team information, etc.for Asset management firms, investment banks
on fixed intervals
Liaised with CDB team at the client end and other departments as needed
and on a timely basis to source information on various funds/strategies
managed by the client
Assisted with quantitative and qualitative data requests from internal and
external business partners
Coordinate quality checking and proofing of all information updated
Maintained existing consultant database templates, Document, track and
report processes tasks
Developed many efficient process improvement automation in own
Last Active: 8-Oct-20 Last Modified: 10-Sep-20
Dhiman Phukan
Techno functional Analyst, Seeking Roles in Financial Analytics, Data Science,
Business Intelligence, Financial Associate, Investment Banking, Software Analyst ,
Automation RPA Ui Path, VBA Developer, Python, SQL, Tableau dashboard, Macros,
Excel VBA
Key Skills: Associate,Financial Analyst,Robotic process Automation,Technofunctional,Business Intelligence,Web
scraping,Qualitative Analysis,RPA developer,UiPath,SQL,Python,Selenium,Excel VBA,RPA,Investment Banking,Capital
Market,Software Analyst,Data Analytics
Summary
Detail-oriented Techno-functional, Financial Analyst and RPA Developer with three years of experience in asset
management and process improvement automation through Robotic Process Automation, UiPath. Knowledge in fund
marketing services with hands-on experience in consultant database uploads, Investment Banking
and automation development in VBA, selenium, python, RPA. Adept at
implementing innovative process improvements and procedures to improve
efficiency.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470…
https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470647135a0f580… 2/3
process as well as other processes within the team.
Hands-on experience writing codes in Excel VBA, selenium, python and
RPA using UiPath
A holistic approach to SDLC
Acupaincare as IT Administrator
Jun 2014 to Mar 2015
Daily support for basic IT needs, setting up new users and managing
backup, security, and passwords
Experience with email administration and troubleshooting
Troubleshoot hardware failures as needed
Knowledge of TCP/IP, FTP, SSH
Be a proactive member of the team looking for improvements in
technologies and efficiencies
Supports users in the use of computer equipment by providing necessary
training and advice
Maintains documentation of security system configuration
Assists in the development and maintenance of business continuity and
disaster recovery plans
Reviews new software and hardware acquisitions to identify risks and
assists in mitigating those risks
Knowledge in Cybersecurity and risk mitigation
Threat detection and management system, Intrusion detection and
prevention systems
Data loss protection system
Developing and maintaining Firm website with CMS such as WordPress,
Joomla
UG: B.Tech/B.E. (Electrical and Electronics) from Gauhati University in 2015
PG: MBA/PGDM (Finance) from Alliance University in 2017
Other Qualifications/Certifications/Programs:
Advanced UiPath RPA Developer
Education
IT Skills
Skill Name Version Last Used Experience
Robotic Process Automation
SQL, Python, Selenium
VBA
HTML
SQL
Drupal, Joomla, Wordpress
Tableau, UiPath, Pycharm
WINDOWS, LINUX
Microsoft Excel
MICROSOFT WORD
SHAREPOINT
Qvidian
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470…
https://freesearch.naukri.com/preview/printResume?uname=cd3b634f945ce5cd5def1b264ec6be4c500c0a551f1758435213440a580c5742115a470647135a0f580… 3/3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Apr 2017 - Apr 2019
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Assamese Expert
Projects
Project Title: Investment Consultant Database
Client: US client
Skill Used: Excel, VBA, Html, Selenium
Role Description: Responsible for critical number analysis and database management. Create new automation for existing
process.
Project Details: Performance, charateristics, AUM, Turnover, Narratives. On CDB such as evestment, Mercer, Callan,
Cambridge, Informa, Camradata, Equest, Alpha, Morningstar,Wilshire,Nelson,LCG.
Rank 30: Resume 127 with similarity score 0.08065633142926322
Resume Text: B.TECH , BS work from home , representative , web developer , student , team leader , president , data scientist , full time big data analytics , training , multilingual , folk dance , internships , css , data visualization , ease , classification , deep learning , security , forest , columns , mar , mysql , cloud , bhangra , public , ieee , natural language processing , apache , ltd , advanced , excel , models , project , tomcat , pandas , application , coursera , c programming , airline , introduction to , prediction , resume , ibm , neural networks , datasets , elections , paper , data analysis , srm , hdi , machine learning , building , computer science , languages , youtube , sentiment analysis , research , foundation , hive , completion , tableau , assessment , data science , python , javascript , forecasting , campus , web , technology , artificial intelligence , information retrieval , hadoop , html , database , online Assessment
Q1. Why should you be hired for this role?
I am highly enthusiastic about the world of machine learning . My keen interest in the latter has always driven me to explore the field profoundly. I
have completed various online courses on Deep Learning and hold a specialization in Deep Learning using TensorFlow from Coursera. My
practical experience includes building a models that can recognise face emotions. My strong will to solve a problem to its end makes me a
resourceful person, who would never give up easily. Having an elaborate practical experience would help me grab new knowledge with ease. I
view this as an opportunity that would help me build a strong foundation of deep learning concepts and ultimately push me to excel further in the
field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available from 10th March 2020 for full time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Bhavya Chhabra
Chennai, Chandigarh
Applied 08 Feb'21
Natural Language Processing
NLP
Python BIG DATA ANALYTICS
C Programming C Programming HTML
Java Neural Networks SQL
Deep Learning Machine Learning
Bachelor of Technology B.Tech), Computer Science
SRM Institute Of Science And Technology, Kattankulathur Main Campus
2017 - 2021
Percentage: 87.00%
Senior Secondary XII, Science
S.G.G.S Sr.Sec. School, Chandigarh
CBSE board)
Year of completion: 2017
Percentage: 80.00%
Secondary X
Delhi Public School, Chandigarh
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Data Scientist
Intellipoint Consulting Inc., Virginia
May 2020 - Jul 2020
Performed data analytics, drew data visualizations and fulfilled projects involving deep learning and statistical analysis.
Completed two projects:
1 XRay Image Classification for Pneumonia Detection
2 Airline Tweets Sentiment Analysis
Web Developer
Security Weavers Pvt. Ltd, Chandigarh
Dec 2018 - Jan 2019
Learnt new skills such as the real-life implementation of Java. Worked
with HTML, CSS, JavaScript, MySQL, Apache Tomcat to create an
academic portal for University Students.
SRM Bhangra Team Leader
TRAININGS
PROJECTS
Deep Learning Researcher at Data Science Community SRM (bitGrit)
Class Representative
Committee Head in Aaruush (national level techno-managent)
Sequences, Time Series And Prediction
Coursera And DeepLearning.ai, Online
Sep 2020 - Oct 2020
Natural Language Processing In Tensorflow
Coursera And DeepLearning.ai, Online
May 2020 - May 2020
Convolutional Neural Networks In TensorFlow
Coursera And DeepLearning.ai, Online
Apr 2020 - May 2020
Introduction To TensorFlow For Artificial Intelligence, Machine Learning, And Deep Learning
Coursera And DeepLearning.ai, Online
Apr 2020 - Apr 2020
Machine Learning
Coursera And Stanford University, Online
Dec 2019 - Jan 2020
Big Data Analytics Using Python
Center For Development Of Advanced Computing(CDAC, Mohali
Jun 2019 - Jul 2019
Included basics of Python programming, a hands-on implementation using Hadoop.
Analysed datasets using Pig and HIVE.
Data Visualization using Tableau.
Worked on a project in the last week of the training, titled "Global Suicide Rate Analysis".
Data Analysis With Python
Coursera, Online
Jun 2019 - Jul 2019
Moody Cat
Oct 2020 - Nov 2020
https://github.com/Data-Science-Community-SRM/Face-Emotion-Recognition
Constructed a deep learning model using Convolutional Neural Networks CNNs) to recognize the emotion of a person. The
application then suggests relevant youtube videos according to the mood. Deployed locally using Streamlit'.
Forecasting U.S Elections
Jul 2020 - Aug 2020
https://github.com/Data-Science-Community-SRM/Forecasting-USElections
Predicted the victory of Joe Biden, current President of USA using random forest techniques, sentiment analysis and deep
learning.
Global Terrorism Analysis
Sep 2019 - Mar 2020
https://drive.google.com/open?id=1mJ3GR5ipAuiXvo-yR-wfnUFjvOFlzTfh
The Global Terrorism data set was loaded into the Hadoop. Data pre-processing was done using pandas on python. Data
Analysis was done using HIVEQL to get essential aspects/information about the attacks. Data visualization was done using
Tableau.
World Suicide Rate Analysis
Jun 2019 - Mar 2020
https://drive.google.com/file/d/13ZqBVEu3y53vxwzbBSbLNaCFB4Vvy8c_/view?usp=sharing
This project was used to analyze a Suicide Rate data-set having 270,000 rows of data having 13 columns (attributes) such
as year, country, GDP per Capita, HDI,Suicide_no. , Population, etc.
This project uses Python, MySQL, IBM Cloud, and Tableau.
Student Portal
Dec 2018 - Jan 2019
https://github.com/Data-Science-Community-SRM/Face-Emotion-Recognition
https://github.com/Data-Science-Community-SRM/Forecasting-US-Elections
https://drive.google.com/open?id=1mJ3GR5ipAuiXvo-yR-wfnUFjvOFlzTfh
https://drive.google.com/file/d/13ZqBVEu3y53vxwzbBSbLNaCFB4Vvy8c_/view?usp=sharing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9872604775
Worked with languages such as Java, JavaScript, HTML, CSS and
used MySQL database with Apache TomCat server to develop a web
page which acts as a Student Portal.
Secured 1st place in folk dance competition in C.I.Y.F' 18
Secured 1st place in Inter College folk dance competition (group) in Milan'19 , S.R.M.I.S.T.
Published research paper titled 'Multilingual Crawling Strategies for Information Retrieval from BRICS Academic Websites' in
Springer conference ICICSE 2020.
Published and presented research paper titled 'Data analysis of various terrorism activities using big data approaches on
Global Terrorism Database' at IEEE conference PDGC 2020.
Rank 31: Resume 230 with similarity score 0.08001334661309233
Resume Text: B.S , MS , BSC , BS work from home , machine learning engineer , data scientist training , classification , deep learning , nlp , natural language processing , bot , project , ibm , resume , machine learning , computer science , opencv , chat , dogs , amazon , completion , assessment , data science , python , it , one , web , mathematics , database Assessment
Q1. Why should you be hired for this role?
good skills in machine learning and deep learning algorithems and NLP,python
I'm a certified data scientiest and machine learning engineer from IBM, completed data science and ai course in social parchar bangalore
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7799464787
Hemanth Palincha
Bangalore
Applied 08 Feb'21
Natural Language Processing
NLP
Python Machine Learning
Amazon Web Server AWS Data Science Database Management
System DBMS
Deep Learning
Master of Computer Applications MCA, Computer Science
Annamacharya Pg College Of Computer Studies
2017 - 2020
Percentage: 70.00%
Bachelor of Science B.Sc), Computer Science & Statistice & Mathematics
Geethamjali Degree College
2014 - 2017
Percentage: 83.00%
Senior Secondary XII, Science
GEETHANJALI JUNIOR COLLEGE
IBSC board)
Year of completion: 2014
Percentage: 70.00%
Data Scientiest
Social Parchar And Certified By IBM, Bangalore
Aug 2020 - Present
in this training i'm learing the lot of thing and improving the sklills such as machine learning algorithems and deep learning
algorithems and also nlp,python
Image classification project
Dec 2020 - Jan 2021
In this project we classify the images like dogs and cats in this I'm using opencv for clasification
chatbot project
Dec 2020 - Dec 2020
i'm developed chat bot project using deep learning, in this we are using for finding the hospital details and also finding
pharmacy details , totally it will help to provide all medical type of details, and i'm creating one GUI for easily interaction
I'm a certified data scientist and machine learning engineer from ibm
Rank 32: Resume 870 with similarity score 0.07915997935200436
Resume Text: B.E , MS , B.TECH , BS azure developer , project lead , associate , devops , data engineer , azure architect , solution architect , full time , system engineer microsoft azure , docker , build automation , work allocation , mainframe testing , status , express , infosys , components , building , cobol , supply chain , data processing , react.js , devops , spark , kubernetes , data visualization , designation , mar , hindi , cluster , ltd , architects , json , english , troubleshooting , agile , project , mongodb , process analysis , construction , pipelines , data flow , javascript , insurance , business requirements , managed services , reporting , general , data migration , affirmative action , information technology , glue , public , power bi , kafka , ratings , architecture , email , aws , premises , customer experience , languages , athena , business process , hive , management system , dashboards , web , database , ug , data extraction , tamil , analytics , particular , authorization , enterprise , aggregation , sql , tracker , application , lake , ecs , s3 , storage , tableau , python , cloud computing , load , etl 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f1…
https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f12021748515b5d… 1/3
Current Designation: Cloud Data Engineer
Current Company: Sopra Steria
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Certification Program [Cloud
Computing]
Verified : Phone Number | Email - id
Sopra Steria as Cloud Data Engineer
Apr 2017 to Till Date
Azure Data Engineer
Extract,Transform and Load data from source systems to Azure Data Storage services using Azure Datafactory,SPARK
SQL,Azure Data lake Analytic. Data ingestion to one or more Azure Services (Azure
Data Lake,Azure Storage,Azure SQL) and processing data in Azure Databricks. Created Pipelines in
ADF using Pipelines to E/T/L data from different sources like Azure SQL,BLOB,Azure SQL. Developed Spark applications
using PYSPARK and SPARK-SQLfor data extraction,Transform and Aggregation from multiple file formats. Responsible
for monitoring and Troubleshooting of SPARK Databricks Cluster.Wrote UDFs to meet business requirements in Pyspark
(Python + SPARK).Developed JSON scripts for deploying the pipeline in ADF.Also integrated the Azure Data explorer with
Power BI to create Dashboards.
Lead Pyspark Developer
Design and develop ETL integration patterns using Python in SPARK.Create PYSPARK frame to bring data fron DB2 to
Azure Blob. Optimize the Pyspark jobs to run in Kubernetes cluster for faster data processing. Migrated the on-prem ETL
process to Azure cloud.Implement CICD pipeline for code deployment.Review components developed by Team members.
Solution Architect
Designing an Architecture to migrate the On-Premises application to Azure Cloud and getting approval for the same from
the Enterprise Architects. Building scalable and resilient applications on Azure Creating Associate performance Tracker
using TABLEAU, where the data flow was from Azure DataBricks to Tableau Server.
Architect/Developer
Moving and Deploying a Web App to LAMBDA function, AWS-Fargate. Skills and Tools UsedDocker,ECS, LoadBalancer,
ApacheTomcat
Architect/Developer,
Building an Automated Business Process using Managed Services on a Public Cloud. Skills and Tools Used-
Kinesis/KAFKA, DynamoDB, S3, SNS, EMR Database-Redshift moving data from S3 using GLUE.
Free lancing Architect/Developer, India.
Last Active: 1-Feb-21 Last Modified: 27-Jan-21
Vikash Kumar
Azure Data Engineer seeking roles in Software Development, Application
Development, Data Visualization, Data Extraction, Data Migration, Requirement
Analysis, Build Automation, Process Analysis, Mainframe Testing, Python, MongoDB,
Tableau, React.Js
Key Skills: Azure Data Engineer, Project Lead, Software Development, Application Development, Data Visualization, Data
Extraction, Data Migration, Requirement Analysis, Build Automation, Process Analysis, Mainframe Testing, Python,
MongoDB, Tableau, React.Js
Summary
A result-oriented professional with an experience of 10 years in Software Development, Application Development, Data
Visualization, Data Extraction, Data Migration, Requirement Analysis, Build Automation, Process Analysis, Mainframe Testing,
Python, MongoDB, Tableau, React.Js
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f1…
https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f12021748515b5d… 2/3
Developing a complete solution to migrate the On-Premises Hotel management System to AWS Cloud.
Designed the Legacy system Mainframe to stream the real time data to Data lake using KAFKA integration for most of the
supply chain system by successfully creating and implementing a data pipeline. Designed and developed a recommender
system that studied the customer experience based on the purchased products and gave the ratings accordingly.
Designed a brand-new application "Work Allocation to Associate" based on the performance of the associates on
particular work units using Technologies like Pyspark/KAFKA/PYTHON/COBOL. Working towards agile methodology. Data
Migration from COBOL files to Data Lakes - from On-Prem to AWS Public Cloud. The Data was loaded from S3 to Athena
from where Quicksight was used for Reporting and Analytics.
Cognizant as Associate
Apr 2014 to Mar 2017
Responsible for developing Mainframe/COBOL application for Insurance Domain. Accountable for all phases of
development process analysis, design, construction, testing and implementation.
Infosys Ltd as System Engineer
Aug 2010 to Mar 2014
Developed Mainframe/COBOL application for Banking Domain.
UG: B.Tech/B.E. (Information Technology) from Sri Sivasubramaniya Nadar College of Engineering in 2010
PG: PG Certification Program (Cloud Computing) from Great Lakes Institute of Management in 2020
Other Qualifications/Certifications/Programs:
Microsoft AZURE Architect Expert
Microsoft AZURE Developer Expert
AWS Certified Solution Architect-Associate
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Python, Pyspark, Kafka, Mongodb
DataBricks, TABLEAU, React Js, Node Js
Express, DevOps, Kubernetes, Docker
AWS, Aws Lambda, Route53
Microsoft AZURE, Power BI, AWS Redshift
GLUE, KINESIS, DynamoDB, EMR, HIVE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f1…
https://freesearch.naukri.com/preview/printResume?uname=3571d7d5161405d788b58e96a570dad851545f511c1a09180244465c5e095218140f12021748515b5d… 3/3
Physically Challenged: No Employment Status: Full time
Rank 33: Resume 144 with similarity score 0.07804069749806004
Resume Text: B.E , MS work from home , classifier training , matplotlib , algorithms , internships , twitter api , modeling , mysql , hindi , beginner , power bi , natural language processing , basic , english , linear regression , models , business analytics , project , pandas , application , coursera , exploratory data analysis , text mining , introduction to , numpy , german , mumbai , resume , neural networks , led , logistic regression , nltk , machine learning , git , computer science , opencv , iris , sentiment analysis , analyzer , foundation , flask , completion , assessment , scikit-learn , data science , python , imdb , reviews , dashboards , ml , commerce , online Assessment
Q1. Why should you be hired for this role?
I am a Machine Learning and Data Science enthusiast and have been learning for the last 9 months. I have knowledge of python language and its
ML based libraries like numpy, pandas, scikit-learn, matplotlib, nltk and more and also have knowledge of openCV and neural networks including
CNN,RNN and ANN using Tensorflow too. I have done a 1 month internship at Sparks Foundation on Data Science and Business Analytics. Also I
have done a training program at DevIncept on Machine Learning. I have participated in some ML competitions too and know deployment of
models using Flask.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for the 3 months duration, starting immediately for the internship.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Chinmay Patil
Mumbai
Applied 07 Feb'21
Python Data Science English Proficiency Written)
MSExcel MSWord Machine Learning
MySQL Power BI Natural Language Processing
NLP
Neural Networks
Bachelor of Engineering B.E, Computer Science
Atharva College Of Engineering
2018 - 2022
Senior Secondary XII, Science
DG Ruparel College Of Arts, Science And Commerce
HSC board)
Year of completion: 2018
Percentage: 88.00%
Secondary X
St. Anthony's High School
SSC board)
Year of completion: 2016
Percentage: 92.80%
Machine Learning
DevIncept, Virtual
Nov 2020 - Present
Improved skills on Machine Learning and Exploratory Data Analysis.
Built models on ML algorithms for different tasks.
Understood and used git.
Data Science And Business Analytics
Sparks Foundation, Virtual
Oct 2020 - Nov 2020
Developed Machine Learning skills in Python language.
Used Power BI for business data analysis and creating dashboards and reports.
Created ML models on various algorithms.
Applied Text Mining Using Python
Coursera, Online
Jun 2020 - Jul 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8433780670
This course was based on Text Mining and Text Analysis using python libraries gensim and nltk. Sentiment Analysis and Topic
Modeling related tasks were done.
Introduction To Data Science In Python
Coursera, Online
Jun 2020 - Jun 2020
This was a remote learning course held by University of Michigan. This course led to learning data science modules of
numpy, pandas and more for use in real life application
Applied Machine Learning In Python
Coursera, Online
May 2020 - Jun 2020
The training course laid the foundation of Machine Learning Algorithms and its applications. The usage of ML algorithms like
Linear Regression, Logistic Regression, SVM, Decision Tree, etc were learned and also applied to some basic projects
Personalities Identifier using Text Data
Dec 2020 - Jan 2021
https://colab.research.google.com/drive/1-w6TfQ5q9W3m4bODVV8Ws5_D_lriiFnC?usp=sharing
Language: python
Libraries: numpy, pandas, nltk, scikit-learn
Iris Classifier
Jul 2020 - Jul 2020
Text Sentiment analyzer
Jul 2020 - Jul 2020
The project is based on IMDB reviews. It is a sentiment analyser which reviews text whether it is a positive review or
negative review.
MNIST Digit Classifier
Jun 2020 - Jun 2020
Twitter Trend Analyzer
Sep 2020 - Present
https://colab.research.google.com/drive/1hujXNRwl9FObhYobEWbEUzZTor5Codd1?usp=sharing
The project extracts tweets using the twitter API. It helps in analyzing the tweets and finding the common topics involved in
the tweets and distributing among various topics
Fluent in English, Hindi, Marathi.
Learning German Language ,currently a beginner.
https://colab.research.google.com/drive/1-w6TfQ5q9W3m4bODVV8Ws5_D_lriiFnC?usp=sharing
https://colab.research.google.com/drive/1hujXNRwl9FObhYobEWbEUzZTor5Codd1?usp=sharing
Rank 34: Resume 431 with similarity score 0.07764573253092069
Resume Text: MS , B.TECH , BSC , BS work from home , student training , matplotlib , wildlife photography , algorithms , internships , uber , data visualization , classification , office , data mining , health , data analytics , data collection , eda , nss , welfare , web scraping , sql , project , store , exploratory data analysis , microsoft , resume , prediction , logistic regression , features , machine learning , chargers , research , documentation , tableau , assessment , events , family , data science , python , one , face recognition , dashboards , imdb , organization , technology , database Assessment
Q1. Why should you be hired for this role?
I am pleased to introduce myself. I am Rakesh from Hyderabad itself. I graduated from JNTUH College of engineering Sultanpur. I am one of the
people who can say strongly that I am Expertise in EDA, Data Analysis, univariate and bivariate analysis, creating visual dashboards with python
libraries seaborn and matplotlib and, Microsoft SQL, Tableau Desktop, and MS Office. Applying various machine-learning algorithms on collected
data. Which can be predictive and classification based on collected data. And making a conclusion with oral Documentation on collected Data
and its insights.
I am an enthusiast of IT technologies. Therefore, I choose my career in Data science even I am from a mechanical engineering background. As a
technology enthusiast, I am up to date with technologies happening in the industry.
I am a self-motivated person by taking on challenging problems. I can say it is my strength also. My short time goal is, want a platform where I can
show my knowledge and grow my career along with an organization
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
i will be available for 3 months and starting immediately for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Rakesh Pippala
Hyderabad, Chennai
Applied 08 Feb'21
Python MSOffice SQL
Data Analytics Data Science MSExcel
MSPowerPoint
Bachelor of Technology B.Tech), Mechanical Engineering
JNTUH College Of Engineering Sultanpur
2015 - 2019
Percentage: 62.00%
Data Analytics
Innomatics Research Labs, Hyderabad
Nov 2020 - Present
Completing the tasks given by the Seniors and creating dashboards along with creating documents
Attendance with Face Recognition Using Open CV
Jul 2020 - Jul 2020
https://drive.google.com/drive/folders/1m4d4E8nolW2TIJP6dx9-lkwfSe7sdaaa?usp=sharing
which recognize the face of the candidate with help of Camera and compare with Database of pre-uploaded images of the
candidate with help of Open CV . if matches the both faces it will mark the attendance with Name,Date,T ime in the CSV file.
Covid-19 Data Collection with web scraping
May 2020 - May 2020
https://drive.google.com/drive/folders/1GJ2gAFOupB3GQah6Q8RNAoJnQd_no9uP?usp=sharing
Here the webscraping Project about Collecting the Data Covid-19 from www.mohfw.gov.in (ministry of health and family
welfare) website and saving as ".CSV file". and adding Date column to the collected Data along with some daily data
visualization.
Uber fare prediction
Feb 2020 - Feb 2020
https://drive.google.com/open?id=1uU7NLHHvSpIOG90CEgmCGESt-676LSIf
as part of my Data Science training I was participated in hackathon on Uber fare prediction. where my problem statement is
predicting the uber fare chargers based on the give features. please find code file in Project link
store sales prediction
Jan 2020 - Jan 2020
https://drive.google.com/open?id=1Pnk6dlYOuCSBEbmQTCVh4GR6LDcApif0
https://drive.google.com/drive/folders/1m4d4E8nolW2TIJP6dx9-lkwfSe7sdaaa?usp=sharing
https://drive.google.com/drive/folders/1GJ2gAFOupB3GQah6Q8RNAoJnQd_no9uP?usp=sharing
https://drive.google.com/open?id=1uU7NLHHvSpIOG90CEgmCGESt-676LSIf
https://drive.google.com/open?id=1Pnk6dlYOuCSBEbmQTCVh4GR6LDcApif0
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8187081472
applying EDA,Data analysis, uni-variate and bi-variate analysis, Data visualization,
applying machine learning algorithms on data finding the best fitted model for sales prediction.
Data mining Web scraping) with Exploratory Data Analysis
Nov 2019 - Nov 2019
https://drive.google.com/open?id=1hasQbdFjJYfyfHxKJmIxOCmNrPcbbRWe
I have done my Data mining Web scraping) with Exploratory Data Analysis as part of my Data science Training at Innomatics
research labs. Where i had choose IMDB website to Extract Data and store in csv file
Logistic Regression on Titanic Dataset
Sep 2019 - Sep 2019
https://drive.google.com/open?id=15kDPbFeiS39H2fEwULvm6umIT_bCSpVP
I solved Logistic Regression on T itanic Dataset my self as part of my learning Data science skills. which Dataset took from
kaggle website
� Worked as a Co-ordinater for Amelioration 2018 College fest 2018.
� Successful in student organized Social Service Events on the name of NSS as a team in 2016,2017 and 2018.
� Wildlife Photography
� Interacting with different persons.
https://drive.google.com/open?id=1hasQbdFjJYfyfHxKJmIxOCmNrPcbbRWe
https://drive.google.com/open?id=15kDPbFeiS39H2fEwULvm6umIT_bCSpVP
Rank 35: Resume 349 with similarity score 0.0775881979157661
Resume Text: MS , BS work from home , full time cattle , internships , open source , capstone , data visualization , analytics , databases , cloud , market opportunities , sql , scientists , project , coursera , lake , live , numbers , video , focus , processing , computer vision , resume , ibm , hiring , machine learning , computer science , skin cancer , opencv , assessment , data science , python , face recognition , online Assessment
Q1. Why should you be hired for this role?
Really excited about working in data science and machine learning currently looking for opportunities now that are intersection of these two. I
love solving problems related to business and numbers and made projects like chatbot,skin cancer detection using pytorch and worked on live
client based projects like face recognition based attendance system using opencv with study lake company and also an active kaggle
contributer looking forward to work and contribute in your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available immediately for a full time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Neelesh Sinha
Lucknow, Delhi
Applied 08 Feb'21
Python Computer Vision Data Science
Machine Learning SQL
Bachelor of Computer Science B.C.S.)
Amity University, Lucknow
2016 - 2020
Data Science Technical Author
Analytics India Magazine, Virtual
Dec 2020 - Dec 2020
Data Science
Study Lake, Virtual
May 2020 - Present
Worked on live client based projects like face recogniton based attendendence system and cattle disease detection
IBM Data Science Professional Certification
Coursera, Online
Aug 2019 - Jun 2020
This program consists of 9 courses providing you with latest job-ready skills and techniques covering a wide array of data
science topics including: open source tools and libraries, methodologies, Python, databases, SQL, data visualization, data
anal ysis, and machine learning. You will practice hands-on in the IBM Cloud using real data science tools and real-world data
sets and also a capstone project.
Face recognition
May 2020 - Jun 2020
https://github.com/neeleshsinha/facerecog
Detecting faces in the image using exact location/coordinates of face and using OpenCV which is an image and video
processing library and is used for image and video analysis, like facial detection.
The battle of neighborhoods
Mar 2020 - Apr 2020
https://github.com/neeleshsinha/CAPSTONEPROJECT
Solving a business problem to start a delivery service in the suburbs of most populated cities in India based on variety of
cuisines and market opportunities with focus on initial success of business.
Secured rank 6 among 5000 in the great Indian hiring hackathon for data scientists.
Master on Machine hack platform.
An active kaggle contributer.
https://github.com/neeleshsinha/facerecog
https://github.com/neeleshsinha/CAPSTONE-PROJECT
CONTACT Phone: 91 8052127738
Rank 36: Resume 376 with similarity score 0.07736098246069888
Resume Text: B.S , M.Sc , M.S , MSC , BS , MS work from home , data analyst rivers , training , differential equations , customer , internships , classification , deep learning , nlp , data mining , design , data analytics , butterfly , chess , keras , solver , heroku , player , linear algebra , models , project , water , consideration , sampling , computer vision , iit , prediction , resume , datasets , java , articles , flow , machine learning , computer science , opencv , quiz , research , statistics , sentiment analysis , flask , amazon , completion , assessment , probability , data science , python , app , reviews , history , attrition , feature selection , mathematics , online Assessment
Q1. Why should you be hired for this role?
I am currently pursuing MSc Computer Science Big Data Analytics) at the Central University of Rajasthan. I have done my Bachelors in
Mathematics. Owing to my graduation I have the relevant mathematical knowledge as well as Data Science knowledge to perform well in this
internship.
I have worked on some Data Science projects as well and currently working on some others. These projects covered a wide variety of Machine
Learning and Deep Learning areas. I have completed an NLP project, a classification as well as a regression project. I'm currently working on a
Computer Vision project too. The details of these projects are in my resume.
Having worked on a variety of datasets, I believe my skills align with the requirements of this internship. Also, during my MSc Computer Science
course, I've been familiarized with topics such as probability, statistics, DBMS, linear algebra, data mining, machine learning, deep learning,
sampling statistics, design and analysis of experiments.
I am always looking for new challenges and am eager to learn more and so I believe that I will be very useful in whatever task I'll be assigned.
Thank you for your time and consideration.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately, for a work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Pankaj Gupta
Bangalore, Delhi
Applied 09 Feb'21
Computer Vision Python Deep Learning
Machine Learning Java R Programming
Master of Science M.Sc), Computer Science Big Data Analytics)
Central University of Rajasthan
2019 - 2021
Bachelor of Science B.Sc), Mathematics
Bishop Heber College
2016 - 2019
CGPA 8.82/10
Senior Secondary XII, Science
Kohima Science College
NBSE board)
Year of completion: 2016
Percentage: 78.00%
Secondary X
Chandmari Higher Secondary School
NBSE board)
Year of completion: 2014
Percentage: 94.33%
Summer Research Internship
IIT GUWAHATI, Guwahati
May 2018 - Jun 2018
I did a research internship at IITG during my Undergraduation.
Research topic: Differential equations and it's uses.
Aim: To study the various types of differential equations and how it is used in Water Flow in rivers.
During my 3rd year of Undergrad, I tutored 1st year students for a brief period.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7085982548
Mini MTTS
MATHEMATICAL TRAINING AND TALENT SEARCH, Madurai
Nov 2017 - Dec 2017
It was a week long program where we were taught about mathematical thinking and logic.
Next Basket Prediction
Jul 2020 - Oct 2020
https://github.com/Nabbo-datsct/Market-Basket-Prediction
Aim: To recommend the next basket of a customer, based on his/her purchase history and others' purchases.
Fake News Detection
Sep 2020 - Oct 2020
https://www.kaggle.com/pnkjgpt/how-to-detect-fake-news
Aim: To classify the given news articles into Real and Fake.
Emplotee Attrition Prediction
Jun 2020 - Jul 2020
https://www.kaggle.com/pnkjgpt/employee-attrition-prediciton
The project was a part of a programme by IITG. It was a Kaggle competition. I ranked 515 out of over 800 participants.
I use various data analytics techniques for feature engineering, feature selection. I used models like SVC, Logistic
Regression.
Butterfly Species Classification
Nov 2020 - Present
Aim: To classify the images of butterflies in 50 different species.
Amazom Reviews Sentiment Analysis
Nov 2020 - Present
Aim: To detect and classify the sentiment of Amazon reviews and Positive, Neutral or Negative.
Sudoku Solver
Dec 2020 - Present
https://github.com/thepankj/Sudoku-Solver
This Sudoku solver is an online app, deployed on Heroku using flask. Used OpenCV, Keras, and CNN for its implementation.
Took part in various Quiz competitions, essay competitions and.
Active chess player.
I'm specifically looking for Data Analyst roles. I love playing with data and extracting insights from it.
https://github.com/Nabbo-datsct/Market-Basket-Prediction
https://www.kaggle.com/pnkjgpt/how-to-detect-fake-news
https://www.kaggle.com/pnkjgpt/employee-attrition-prediciton
https://github.com/thepankj/Sudoku-Solver
Rank 37: Resume 299 with similarity score 0.0760624168892704
Resume Text: B.E , MS , BS science intern , work from home , python developer web development , algorithms , internships , computer networking , mar , principles , internet , antivirus , surf , sql , horizon , chrome , mumbai , resume , testing , neural networks , java , writing , machine learning , content management , computer science , statistics , assessment , data science , python , technology , html , annotation Assessment
Q1. Why should you be hired for this role?
I am confident that I will be able to provide the skills as well as demonstrate them in this role.github Link: https://github.com/lax17
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
As soon as possible.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Laxmi Mandire Sarki
Mumbai
Applied 09 Feb'21
Python SQL Computer Networking
Data Structures HTML Java
Machine Learning
Bachelor of Engineering B.E, Computer Science
New Horizon Institute Of Technology And Management
2015 - 2019
CGPA 7.80/10
Web Content Management
Maharashtra Dinman, Thane
May 2018 - Present
Basically I put contents on the website of Maharashtradinman .This is a leading newspaper over 2 years old and it's great
experience working with such a experienced people .
they also teach how to surf internet to get effective results it's a fun .
Data Science Intern
Taaraka Technologies, Virtual
May 2019 - Present
As a python developer, responsibilities include writing and testing code, document machine learning algorithms and develop
prototypes,prepare reports and statistics based on data science principles.
Data Science
TECHsmartsys, Pune
Mar 2019 - Present
Hands on sessions on python with mathematical explanation behind Machine learning model and also neural networks.
Data Science Intern
Qure.ai, Mumbai
Dec 2018 - Present
Data annotation of DL model
Web Development
STUDY LEAGUE, Dombivli
Oct 2016 - Jan 2017
AI for antivirus
Jan 2019 - Apr 2019
detection of malicious URL and making it interactive with chrome extension.
textsummarizer
Apr 2019 - Apr 2019
input as text and convert it into the summary by pagerank method of networkx
CONTACT Phone: 91 9167995593
Rank 38: Resume 774 with similarity score 0.07602014513463225
Resume Text: B.S , MS , BS full time , data engineer , data analyst ecommerce , data acquisition , natural language , general , algorithms , spark , nosql , mapreduce , designation , blogs , das , ug , mar , nlp , affirmative action , analytics , data collection , cluster , azure , kafka , eda , english , authorization , twitter , status , excel , email , manufacturing , project , business intelligence , aws , introduction to , processing , bengali , datasets , data analysis , s3 , machine learning , transformation , computer science , chocolate , languages , sentiment analysis , e-commerce , sqoop , hive , cosmos , amazon , big data , scala , cassandra , hbase , data science , data integration , one , reviews , python , javascript , search , data engineering , hadoop , airflow 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e13…
https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e130a12175a5c005… 1/3
Current Designation: Serving Notice Period. Holding one offer.
Hire me before 5th March. Data Science Engineer
Current Company: Alumnus Software, Kolkata
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Alumnus Software, Kolkata as Serving Notice Period. Holding one offer. Hire me before 5th March.
Data Science Engineer
Jun 2019 to Till Date
Serving Notice Period. Holding one offer. Hire me before 5th March.
Projects:
Customers and orders data acquisition, transformation and analysis for an ecommerce company using Spark: First
ingested the required data from different sources into Cosmos DB. Then transformed those datasets using Spark and
performed all processing requirements like join, group by etc. in Spark.
Finding similar tweets from a large corpus of tweets related to e-cigarette brands which were already collected from twitter
and perform some transformation using Hive and making clusters of similar tweets using different algorithms like K-Means
etc. clustering methods. Finally we need to find some common topics which are very frequent topic in nature from each
cluster using unigram, bigram, trigram of each document.
Data acquisition and data integration for various e-cigarette forums, blogs, expert blog reviews, e-commerce websites
(Amazon), manufacturing websites (JUUL, IQOS, Aspire, Blu, Marlboro etc.). Implementation of the incremental data
collection and integration from all the above mentioned sources.
Data acquisition and integration for chocolates brand available in Amazon UK website. Also implemented incremental data
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
TINKU DAS
Serving Notice Period. Holding one offer. Hire me before 5th March. Data Engineer
seeking assignment in Big Data and Data Engineering. (Core Skills: Python, Scala,
Spark, Sqoop, Hive, HBase, SQL, NoSQL, Airflow, Databricks, NLP, AWS S3, Azure
Cosmos)
Key Skills: Big Data,Big Data
Analytics,SQL,Python,Hdfs,Mapreduce,Hadoop,Sqoop,Hive,HBase,Cassandra,PySpark,Spark,SCALA,Airflow,Kafka,AWS,Azu
Search,Data Structures,Algorithms,Excel,Computer Science,Machine Learning,Data Science,NLP,EDA
Summary
Serving Notice Period. Holding one offer. Hire me before 5th March. Over 1.7+ years of experience in Big Data Engineering,
Python, SQL, Sqoop, Hive, Spark, PySpark, Scala, HBase, Data Analysis, Data Science, Machine Learning, Natural Language
Processing, AWS S3, Azure Cosmos, Airflow.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e13…
https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e130a12175a5c005… 2/3
collection as well. Finally performed sentiment analysis on the reviews collected on the chocolate products available in
Amazon UK.
UG: B.Sc (Computers) from University of Calcutta, Kolkata in 2013
PG: MCA (Computers) from University of Calcutta, Kolkata in 2017
Other Qualifications/Certifications/Programs:
Introduction to R software
Nature of Employment: Full Time Duration: May 2020 - Aug 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Python 3.6 2020 2 Year(s) 0 Month(s)
SQL 2020 2 Year(s) 0 Month(s)
HIVE 2020 1 Year(s) 0 Month(s)
SCALA 2020 1 Year(s) 0 Month(s)
SPARK 2020 1 Year(s) 0 Month(s)
MACHINE LEARNING 2020 2 Year(s) 0 Month(s)
NLP 2020 2 Year(s) 0 Month(s)
Big Data 2020 2 Year(s) 0 Month(s)
Data Science 2020 2 Year(s) 0 Month(s)
Sqoop 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Bengali Proficient
Projects
Project Title: Customers and orders data acquisition, transformation and analysis for an ecommerce company
Client: JTI
Project Details: Customers and orders data acquisition, transformation and analysis for an ecommerce company using Spark:
First ingested the required data from different sources into Cosmos DB. Then transformed those datasets using Spark and
performed all processing requirements like join, group by etc. in Spark.
Project Title: Data acquisition and integration for chocolates brand available in Amazon UK website.
Client: Alumnus Software
Project Details: Data acquisition and integration for chocolates brand available in Amazon UK website. Also implemented
incremental data collection as well. Finally performed sentiment analysis on the reviews collected on the chocolate products
available in Amazon UK.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e13…
https://freesearch.naukri.com/preview/printResume?uname=c5896bd0cc8eba43940b16b88e781cfa5b095a034c425f110b44465c085b0349160e130a12175a5c005… 3/3
Nature of Employment: Full Time Duration: Aug 2019 - Dec 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2019 - Sep 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Finding similar tweets from a large corpus of tweets related to e-cigarette brands for JTI
Client: JTI
Project Details: Finding similar tweets from a large corpus of tweets related to e-cigarette brands which were already
collected from twitter and perform some transformation using Hive and making clusters of similar tweets using different
algorithms like K-Means etc. clustering methods. Finally we need to find some common topics which are very frequent topic
in nature from each cluster using unigram, bigram, trigram of each document.
Project Title: Data acquisition and data integration for various e-cigarette for JTI
Client: JTI
Project Details: Data acquisition and data integration for various e-cigarette forums, blogs, expert blog reviews, e-commerce
websites (Amazon), manufacturing websites (JUUL, IQOS, Aspire, Blu, Marlboro etc.). Implementation of the incremental
data collection and integration from all the above mentioned sources.
Rank 39: Resume 1083 with similarity score 0.07568867744439327
Resume Text: B.S , MS , BSC , BS data manager , senior developer , project lead , team member , data integration architect , cognos , business analyst , consignee , production support specialist , full time , team lead , senior data analyst , system analyst , enterprise architect , aws solution architect , systems analyst data warehousing , award , training , computing , tube , office , design documents , status , store , data architecture , pl/sql , rdbms , testing , writing , technical design , functional analysis , sql server , cognos , shares , business skills , agility , change control , retail , interfaces , financial transactions , designation , ibm db2 , mar , loans , trading , hindi , ltd , data modeling , english , project , gas , steel , solution architecture , performance tuning , dispatching , dashboard , data integration , one , javascript , bis , technology , insurance , business requirements , hadoop , florida , suppliers , change requests , developers , command , affirmative action , data analytics , atlas , maintenance , customer requirements , advanced , customer service , email , manufacturing , water , aws , ad-hoc , bengali , edge , languages , llc , oil , hive , big data , front-end development , functional design , web , tas , inventory system , database , cloud services , functionality , dfd , compass , oracle forms , scratch , authorization , functional requirements , client/server , enterprise , application , service engineering , dissemination , debugging , sales engineering , sas , agents , tableau , texas , hbase , python , liaison , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 1/4
Current Designation: AWS Solution Architect And Senior Data
Analyst, Data Integration Lead
Current Company: IBM India Pvt. Ltd.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
IBM India Pvt. Ltd. as AWS Solution Architect And Senior Data Analyst, Data Integration Lead
Apr 2006 to Till Date
Project:
USAA Insurance, US, San Antonio, Texas, Data Integration & Analytics project. different target data loaded by Hadoop
using HIVE and HBASE as data sources through ETL process like Oracle, IBM DB2, Agility & SAS Query to publish in
Tableau report dashboard for analytical purpose. also, AWS cloud services and solutioning.
Northern Trust, US, Chicago,
City Bank, US. Tampa. Florida.
The Citi Banking System Interface is targeted to the future banking solution for the users who are having bank accounts in
Citi bank. This interface integrates all application and provides business solutions for both retail and corporate. This
system acts as a standard interface between the clients and the banks, By using web portal any client who maintain
accounts in Citi banks can directly log on to Banking System Interface and make financial transactions. In the backend,
the system will take care of the entire obligation required to carry on transaction smoothly.
As a Senior System Analyst, Data Integration Architect, Senior Data Analyst and Solution Lead responsible for providing
system and data analytical solution to the team members in the project and also responsible for requirement analysis,
design, development, testing and implementation of customized application for new implementations and upgrades for our
IBM US customer like USAA, Citibank, Kemet BIS SIS, Mondelez One Compass, L.L.Bean, OTSUKA Atlas customer and
other countries client like Standard Bank of South Africa MDM (SBSA) Bank. Soth Africa, SABAM Oracle Development
Project at Brussels, Belgium
Responsible for providing a solution to the project team in delivering terms of the solution to fulfill our client requirement.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Debashish Sarkar
Cloud Solution Architect seeking roles in Solution Architecture,Data Architecture,Data
Warehousing,Data Analytics,Data Integration,Data Modelling,Software
Development,Project Management,Requirement Gathering,Big
Data,Hadoop,Python,Oracle,Hive,SQL,AWS
Key Skills: Cloud Solution Architect,Solution Architecture,Data Architecture,Data Warehousing,Data Analytics,Data
Integration,Data Modelling,Software Development,Project Management,Requirement Gathering,Big
Data,Hadoop,Python,Oracle,Hive,SQL,AWS
Summary
Over 18 years experience in the Development, Testing and Maintenance of Client/Server Applications. I have developed Client-
Server application, Big Data integration project. Distributed computing and application using Python Code, ETL, Oracle 8i/9i
RDBMS, Developer2000, PL/SQL. Application experience includes Bank, Insurance, Inventory Management and Decision
Support System. Experience in programming, user liaison, training and excellent communication skills. Involved in all aspects of
the Software Development Life Cycle.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 2/4
Deliver new and complex high-quality solutions to clients in response to varying business requirements
Responsible for organizing technical design document, data modeling, ETL mapping sheet, managing scope, planning,
tracking, change control, aspects of the project.
Utilize in-depth knowledge of functional and Technical experience in IBM Data Stage ETL tool and other leading-edge
products and technology in conjunction with industry and business skills to deliver solutions to various Client.
Project Lead - IBM India Pvt. Ltd. Kolkata, India June 2010 - December 2013
Project: SVM Project, Service Master Inc., Memphis TN 38120, US
As a Project Lead and Technical Team Lead, was responsible for driving the project and also analysis, design,
development, testing, and implementation of customized ETL solutions for new implementations and upgrades for our IBM
US customer Service Master Inc.
Responsible for leading a project team in delivering a solution to our customer in the Distribution sector.
Deliver new and complex high-quality solutions to clients in response to varying business requirements
Responsible for managing scope, planning, tracking, change control, aspects of the project.
Responsible for effective communication between the project team and the customer. Provide day to day direction to the
project team and regular project status to the customer.
Translate customer requirements into formal requirements and design documents, establish specific solutions, and leading
the efforts including programming and testing that culminate in client acceptance of the results.
Utilize in-depth knowledge of functional and Technical experience in Cognos Data manager ETL and other leading-edge
products and technology in conjunction with industry and business skills to deliver solutions to the customer.
Onsite Lead - Solution Lead - IBM - Brussels, Belgium July 2008 - March 2010
Project: SABAM Oracle Migration Project, Brussels, Belgium
The SIS-COL-BEL application under Sabam Oracle Migration Project is a re-engineered through a scratch development
process using the following water-fall life-cycle methodology
Functional analysis of the 'As-is' situation
Design of the 'To-be' situation, including the enhancements of customer business processes, was agreed
Bahwan Engineering Company LLC as Systems Analyst
Oct 2004 to Mar 2006
Project: Store Inventory System
Bahwan Engineering Company L.L.C, Muscat is a sales & service engineering company based in Oman, Muscat. BEC
has its unique business to sales engineering equipment and executes the Transaction of Inter-Division Material and for
Job Sight project area like Electrical, Mechanical, Civil, Oil and Gas plant & Trading. My role is as follows:
Worked with Business Analyst in translating business requirements into Functional Requirements Document and to
Detailed Design Documents
Lead analysis sessions, gather requirements and write a specification and functional design documents for enhancements
and customization; Analyze product impact
Present and defend product designs and architecture to clients
Coordinate and communicate tasks with developers
Ensure that development is performed as per requirements
Develop implementation and test plans, build software acceptance criteria, coordinate and work with users to oversee the
acceptance and dissemination process
Environment: Oracle Forms6i, Reports6i & database Oracle 9i
Achievements: Received a Special Increment Award from senior management of Bahwan Engineering Company (BEC)
for designing and developing a customized solution as per BEC business needs
Pioneer Computers Pvt. Ltd as Senior Developer
Jul 2000 to Sep 2004
Project: Oracle Forms, Report & PL/SQL Development project
Analysis, design, development, and implementation of customized Oracle Development project for new implementations
and upgrades throughout Tata Steel various division. Worked as a trainee from Jul 96 to Sep 99 and as an employee of
Pioneer Computers Pvt. Ltd. from Jul 2000 to Sep 2004.
Key project implementations as a team member
Tata Steel, Tube Division, Jamshedpur on SALES OFFICE SYSTEM and AVALON ERP SYSTEM which takes care for
their Transaction of Customers, Distributor, and Warehouses at various locations in the country and Transaction of Raw
Material from suppliers, Production of various tools And Dispatching Tools to the consignee agents.
Tata Steel. Town Division, Jamshedpur on ELECTRIC BILLING SYSTEM takes care of transaction of Electric Bill and
Collection of payment as per Billing from subscribers.
Tata Steel, Agrico Division, Golmuri, Jamshedpur on TATA AGRICO SYSTEM (TAS) takes care for their Transaction of
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 3/4
Raw Material from suppliers, Production of various tools And Dispatching Tools to the consignee agents.
Tata Steel, Agrico Division, Golmuri, Jamshedpur on TATA AGRICO SOCIETY PROJECT takes to care for their society
loan, their shares in the company and different kind of loans available to them. It will also take care of the entire financial
matter of the society as a Developer I was responsible for Designing DFD, ER Diagram writing triggers, procedures and
functions queries in PL/SQL, Writing Document of existing systems, Front-end development using developer 2000 forms
4.5/6i report 2.5/6i, Interaction with the clients for technical and functional specification, execute command.
Implemented several change requests to customize functionality in Manufacturing, Distribution and Material Management
packages.
Developed, validated and tested Oracle Forms 4.5 to Forms6i AVALON ERP migration scripts
Provided technical and investigative support for functional users on interfaces, defects, change requests, debugging
issues, testing, service pack upgrades, and ad-hoc report requirements
Continued support for production issues as a third level production support specialist.
Supported user community in defining Service Level Agreements (SLA)
Performance tuning, SQL query enhancements, code enhancements to achieve performance targets
Environment: Oracle Forms 4.5/6i & Report 2.5/6i, Oracle 7.3/8.1/9i, PL/SQL
UG: B.Sc (Maths) from Ranchi University in 1995
PG: PG Diploma (Computers) from Centre for Development of Advanced Computing (CDAC) in 2000
Other Qualifications/Certifications/Programs:
Certificate of Computers
Nature of Employment: Full Time
Project Location: Muscat
Duration: Sep 2004 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL Server,Oracle 9I 10 Year(s) 8 Month(s)
PL,Reports 6I,Forms 6i 8 Year(s) 5 Month(s)
AWS 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Projects
Project Title: ERP System
Client: Stores And Warehouse Inventary System,Purchase Order System and Job Control System
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b460112…
https://freesearch.naukri.com/preview/printResume?uname=6a7e233f99b517d1479fd08a79af78c35a5e0f55191a5a120212415d5d58561b4601125147470e5d5c5… 4/4
Employment Status: Full time
Rank 40: Resume 1472 with similarity score 0.07566229858451853
Resume Text: B.E , MS , B.TECH service manager , change management , system architect , full time , associate software engineer , business analyst business architecture , general , pension , flow diagrams , designation , pages , confluence , ug , jmeter , affirmative action , loans , hindi , technical requirements , clearquest , beginner , maintenance , power bi , ltd , authorization , advanced , english , teams , status , business services , sequence diagrams , specifications , excel , email , project , business analysis , sql , application , printing , lodging , mumbai , adherence , bengali , microsoft , ibm , fds , user stories , electronics , crown , technology solutions , clearcase , change management , building , finance , visio , languages , draft , research , data flow , tableau , uml , hp service manager , technical analysis , jira , workflow , javascript , tax , business requirements 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a47…
https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a475016430b0b5d… 1/3
Current Designation: Business Analyst -IT
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Business Analyst -IT
Jul 2018 to Till Date
Create, modify and maintain business documents in adherence to the
requirements of the client and apigee team
Develop business architecture diagrams, Data flow diagrams and
block/sequence diagrams using requirements such as scope, processes,
alternatives, and risks.
Interact, coordinate, communicate and understand the needs of the
consumer with onshore team and e xecute tasks accordingly
Analyze clients business requirements and processes through document
and workflow analysis.
Provide input into developing and modifying systems to meet client
needs and develop business specifications to support these
modification s.
Draft and maintain business requirements and align them with functi onal
and technical requirements
Standardization of templates, tables, formats and charts across different
business documents
Updation & Continuous improvements of business pages & execut e end
to end migration of data if required
Verification & Correction of sensitive and critical data pages used by users
and the team
Indian Overseas Bank as Associate Officer
Sep 2015 to Aug 2016
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Prodyumno Chakraborty
Business Analyst seeking roles in IT Project Management,Business
Analysis,Requirement Analysis,Use Cases,User Stories,UML,JIRA,Confluence,Clear
Quest,Clear Case,Power BI,Tableau,JMeter
Key Skills: Business Analyst,Business Analysis,Requirement Analysis,Technical Analysis,Use Cases,User
Stories,UML,JIRA,Confluence,Clear Quest,Clear Case,Power BI,Tableau,JMeter,Change Management
Summary
5 years of consolidated Experience across IT, Banking and Finance industry.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a47…
https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a475016430b0b5d… 2/3
Worked in Asset Recovery Management
Branch to recover bad loans from the
borrower
Handled General Banking Work such as
Opening & Closing of Accounts, Lodging of
Cheques, Fund Transfer, Dema nd Drafts,
Opening & Closing of FDs and Printing
Passbook & Statements.
Worked as Cashier and also in charge of
Remitting Taxes such as TDS, Professional
Tax etc. to the Governme nt.
Accenture Services Private Limited as Associate Software Engineer
May 2012 to Dec 2013
Building and Maintaining the services of
Department of Works and Pension
Module ,UK
Taking Lead & Resolving the Queries of Build
& Test Teams in order to execute the
Business Services.
Creation and Modification of the Busi ness
Service Designs
Trained Colleagues on the Usage of Tools
such as ClearQuest, ClearCase and IBM
System Architect.
UG: B.Tech/B.E. (Electronics Engineering) from RCOEM in 2012
PG: MBA/PGDM (Finance) from K.J. Somaiya Institute of Management Studies and Research (KJSIMSR), Mumbai in
2018
Education
IT Skills
Skill Name Version Last Used Experience
CONFLUENCE
JIRA
CLEAR QUEST
CLEAR CASE
FINNACLE
CROWN
Advanced Excel
Microsoft Visio
HP Service Manager
Power BI
TABLEAU
JMETER
XMLSPY
SQL
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a47…
https://freesearch.naukri.com/preview/printResume?uname=fd74b643b564cd410f77eae3c068030c0d5a0d0249455c165044125b5e09514b155a475016430b0b5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Beginner
Rank 41: Resume 1246 with similarity score 0.07483171024647615
Resume Text: B.S , MS , BS devops , data engineer , partner , senior software engineer , full time , informatica , lead engineer , team lead data warehousing , data warehouse , linux , sse , status , data architecture , testing , nagios , components , sql azure , infrastructure , salesforce , sql server , expressions , organization , itp , kettle , devops , pentaho , spark , dimension , designation , fault tolerant systems , cloud , data modeling , erwin , shopping , project , ftp , live , processing , pipelines , performance tuning , puppet , resolve , data integration , javascript , talend , stored procedures , affirmative action , information technology , mysql , oracle , msbi , glue , membership , power bi , grocery , snowflake , online retail , email , business intelligence , aws , github , data quality , maven , big data , teradata , ml , credit , migrating , jenkins , ug , analytics , authorization , teams , database development , fact , gold , star schema , datasets , s3 , transformation , storage , tableau , platinum , python , load , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160…
https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160717400c59585… 1/3
Current Designation: Senior Software Engineer -ETL
Current Company: HCL Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
HCL Technologies as Senior Software Engineer -ETL
Aug 2010 to Till Date
Project Summary:
Project 1: INTEL (Channel Information center)
Organization HCL Technologies
Client INTEL
Duration Dec 2017 to till date
Role SSE
Team Size 8
Description: Membership
Member tiers:
Registered- A member who is registered in the ITP program will be Registered Partner. Anyone can be a Registered
Partner, who furnishes details in Intel system. Ideally a register user does not get ITP benefits .
Gold - A registered member with some dollar amount (e.g. $2500) and have credit points ($50) for the attended trainings is
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Ramesh Gadde
Senior Software Engineer seeking roles in Database Development,Data
Warehousing,Data Architecture,Data Modeling,Business Intelligence,Performance
Tuning,ETL Development,AWS Redshift,AWS Lambda,MySQL,Orahell
Script,Linux,Python,PowerBi,Informatica
Key Skills: Senior Software Engineer,Tech Lead,Database Development,Data Warehousing,Data Architecture,Data
Modeling,Business Intelligence,Performance Tuning,ETL Development,AWS Redshift,AWS Lambda,MySQL,Orahell
Script,Linux,Python,PowerBi,Informatica
Summary
10 years of overall experience working in the Information Technology Industry.
Having 8+ years of experience in(Development, Implementation,Testing and support) Informatica power centre ,Talend
,Tableau, Aws with devops
AWS Glue, AWS Redshift,AWS Lambda, MYsql, Orahell script,Linux,python,PowerBI, MSBI, Azure Data Engineer, Python
,snowflake,Azure Datalake,Azure data factory,Oracle ,SQL Server ,Teradata,Linux
Played key role in Migrating Teradata objects into SnowFlake environment.
3+ years of experience using Snowflake, AWS Redshift,AWS glue,Aws Data engineer, Talend Data Integration/Big Data
Integration (6.1/5.x) / Talend Data Quality,Pentaho,PowerBI,Mongdb,Github,Jenkins.
Developed Strategies for Extraction Transformation Loading (ETL) mechanism.
Extensive knowledge with Dimensional Data modeling, Star Schema/snowflakes schema, Fact and Dimension tables.
Experience in Data Modeling experience using ERWIN 3.x
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160…
https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160717400c59585… 2/3
known as gold member.
Platinum -A Gold Member with more dollar amount (e.g., $10000) and attended more trainings to get the credit points
(e.g.90).
As a lead engineer for Channel Information Center Team in INTEL responsibilities included as below:
Designed and Developed ETL jobs to extract data from Salesforce replica and load it in data mart in Redshift.
Migrated on premise database structure to Confidential Redshift data warehouse
Design and Develop ETL Processes in AWS Glue to migrate Campaign data from external sources like S3,
ORC/Parquet/Text Files into AWS Redshift.
Extract Transform and Load data from Sources Systems to Azure Data Storage services using a combination of Azure
Data Factory, T-SQL, Spark SQL and U-SQL Azure Data Lake Analytics .
Data Ingestion to one or more Azure Services - (Azure Data Lake, Azure Storage, Azure SQL, Azure DW) and processing
the data in In Azure Databricks.
Part of core engineering team to designing the new platform to host applications in AWS cloud, through PUPPET and
JENKINS.
Deploying, managing, and operating scalable, highly available and fault tolerant systems on AWS.
Used Nagios as a monitoring tool to identify and resolve infrastructure problems before they affect critical processes.
Worked with Development and QA teams to continuously integrate software development using GitHub, Maven,
JENKINS.
Used pentaho data integration/kettle to design all etl process to extract
data from various sources including live system and external files,cleanse and
then load the data into target data ware house.
Developed ETL Processes in AWS Glue to migrate Campaign data from external sources like S3, ORC/Parquet/Text Files
into AWS Redshift.
Implemented large Lamda architectures using Azure Data platform capabilities like Azure Data Lake, Azure Data Factory,
HDInsight, Azure SQL Server, Azure ML and Power BI.
Created Pipelines in ADF using Linked Services/Datasets/Pipeline/ to Extract, Transform and load data from different
sources like Azure SQL, Blob storage, Azure SQL Data warehouse, write-back tool and backwards.
Project 2: International Grocery Shopping
Organization Hcl Technologies
Client Tesco
Duration Oct 2013 to Nov 2017
Role SSE
Team Size 10
Description:
International Grocery Shopping is online Retail shopping domain .
Roles and Responsibilities:
Roles and responsibilities:
As a lead engineer for International Grocery shopping Team in Tesco responsibilities included as below:
Created Talend jobs to copy the files from one server to another and utilized Talend FTP components
Worked on various Talend components such as tMap, tFilterRow, tAggregateRow, tFileExist, tFileCopy, tFileList, tDie etc.
Used pentaho data integration/kettle to design all etl process to extract
data from various sources including live system and external files,cleanse and
then load the data into target data ware house.
Used MSBI-SSIS package for (ETL) extraction, transformation and loading data from heterogeneous source systems into
target database.
Involved in Migrating Objects from Teradata to Snowflake.
Used MSBI-SSIS package for (ETL) extraction, transformation and loading data from heterogeneous source systems into
target database.
Designed and developed ETL SSIS packages to facilitate incremental load process.
Developed complex sql queies using stored procedures /common table expressions, temporary table to support power BI
and SSRS reports.
UG: B.Sc (Computers) from Nagarjuna University in 2004
PG: MCA (Computers) from JJ COLLEGE OF ARTS AND SCIENCE, Pudukkottaai in 2007
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160…
https://freesearch.naukri.com/preview/printResume?uname=0659b96f6b10a59f9553f903276f13780a5e5a051c415f150716155d0e5c554c415a160717400c59585… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
AWS Redshift
AWS Lambda
MySQL
Orahell script, Linux, python
PowerBI
Python
snowflake, Azure Datalake
SQL Server, Teradata, Linux
TALEND
PENTAHO
MongDB
GITHub, Jenkins
Rank 42: Resume 1120 with similarity score 0.07471121719914482
Resume Text: B.E , MS , B.TECH , BS owner , software developer , senior software engineer , full time , data scientist reporting , electrical equipment , training , general , algorithms , performing , microsoft azure , classification , designation , deep learning , ug , nlp , affirmative action , analytics , hindi , knowledge representation , keras , maintenance , power bi , natural language processing , visualization , authorization , english , troubleshooting , status , models , email , project , store , pandas , application , aws , text mining , numpy , prediction , construction , data analysis , components , machine learning , languages , infrastructure , research , flask , algorithm development , arima , python , communications , data science , javascript , workflow , orchestration , pipeline , publishing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c460947…
https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c4609470017400b0f0e5… 1/2
Current Designation: Senior Software Engineer
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree as Senior Software Engineer
Oct 2018 to Till Date
Key Results Area: * Construction Client o Played a vital role in the development of a Time series model (L.S.T.M) to
predict the occurrence on the n
th
hour on different time occurrences o Conducted research & development on time series models such as AR, MA , ARIMA,
VAR, LSTM
? Internal Project o Demonstrated excellence in developing Incoming Ticket Co-Relation Algorithm
o Efficiently deployed by using python flask on Azure App Service
o Successfully developed Ticket Owner classification model (GBM) using H2O Flow
? Communications Headphone Client o Conducted research & development to implement Data Ingestion and Analytical
Pipeline
o Played a vital role in setting up of Azure Datalakes, Azure Blobs for storing data using Azure functions. o Skilfully used
data bricks for performing analytics and Time series prediction on the data Power BI reporting on
the Data
Construction and Electrical Equipment Client o Effectively performed Initial feasibility study between AWS Neptune , Azure
Cognitive Service and Azure
Knowledge Store to develop the Knowledge Representation Layer for the project o Orchestration of the project workflow
using Azure logic app. o Skilfully developed HTTP/Time Triggered functions (Multithread Logic, OCR, Entity Recognition )
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
ISHNOOR SINGH
Senior Software Engineer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Client Management,Software
Troubleshooting,Algorithm Development,Machine Learning,Python,AWS,Azure
Key Skills: Senior Software Engineer,Software Developer,Application Programming,Requirement Gathering,Machine
Learning,Python, Natural Language Processing ,AWS, Microsoft Azure, Deep Learning, NLP, Text Mining, Information
Retrieval, Data Science, Predictive Ana
Summary
Machine Learning Architect/ Data Scientist with over 2 years of experience in providing data-driven, action- oriented solutions to
business problems.
Excellence in translating business problems into mathematical and algorithmic approaches, delivery of insights
through data analysis, predictive modelling, machine learning algorithms in multiple functional domains.
Proficiency in visualization and interpretation, management of data sources and reports.
Highly skilled in troubleshooting complex issues involving technical components and the infrastructure.
Detail specific individual with capabilities in using analytical processes and techniques to improve and optimize
information and decision systems.
Keen analyst with skills in understanding and gathering requirements of clients and providing efficient solutions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c460947…
https://freesearch.naukri.com/preview/printResume?uname=ec85372ad088f00a712bfae1ebb37a1a0c5c0f56484558400616140b0809031c4609470017400b0f0e5… 2/2
to enable the
project workflow in Logic app. o Played a vital role in development of Knowledge Representation layer using AWS
Neptune & Elastic Search. ? Biomedical publishing Client o Successfully worked on: ? Training of the BioBERT
(BioMedical language Representation Model) to perform biomedical Question
Answering for client specific fields and Pre-processing of those fields to facilitate training ? Training of the BioBERT
(BioMedical language Representation Model) to perform biomedical named
entity recognition for client specific fields and Pre-processing of those fields to facilitate training ? Inference flow for the
trained BioBERT(BioMedical language Representation Model) infer on the trained
model for client specific fields
UG: B.Tech/B.E. (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Pandas, NumPy
Sklearn, Tensorflow, Keras
HuggingFace, Pytorch
Machine learning, Deep learning
Time- Series Analysis, Azure , AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 43: Resume 661 with similarity score 0.07312841301231524
Resume Text: B.E , MS , B.TECH , BS work from home , full time case , mysql , statistical modeling , public , internet , intelligence , project , pandas , numbers , linkedin , resume , github , business strategy , market research , machine learning , computer science , completion , tableau , assessment , data science , python Assessment
Q1. Why should you be hired for this role?
Hi this is Vikash here I'm pursuing my Post Graduation Diploma in Data Science and I finished my B.tech CSE last year Batch 20152019 . So I
choose this role because it is a job to take data and use it to help companies make better business decisions. I'm good with numbers, collecting
data, and market research. I chose this role because it encompasses the skills I'm good at, and I find data and marketing research interesting.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for 3 months.
Resume
EDUCAT ION
JOBS
PROJECTS
ADDIT IONAL
DETAILS
Vikash Verma
Bangalore, Delhi
Applied 08 Feb'21
Python MSExcel MySQL
R Programming Machine Learning Statistical Modeling
Tableau Artifical Intelligence
Post Graduate Diploma, Data Science
IMS PROSCHOOL
2019 - 2020
Bachelor of Engineering B.E, Computer Science
Chandigarh University
2015 - 2019
CGPA 6.00/10
Senior Secondary XII, Science
John Milton Public School
CBSE board)
Year of completion: 2014
CGPA 6.00/10
Secondary X
M.G.M Sr Sec. School
CBSE board)
Year of completion: 2012
CGPA 7.20/10
Employee
Puma Source, Chandigarh
Mar 2018 - May 2018
Business Strategy to Maximize its Profit
Sep 2020 - Oct 2020
https://docs.google.com/document/d/1I_1O3-pxKJXVNfFVfPQ_eWfTeok88RIin4Dj8fMRETc/edit
The project to tests that responsibility by combining a case study with a lot of number crunching.For research proposal with
my ability to think logically as well as do research on the internet to find out the business strategy to maximize its profit
Github Link : https://github.com/VikSangreal
LinkedIn : https://www.linkedin.com/in/vikash-verma-2b1367136/
PUBLICATION
Blog on Data Science Life Cycle at medium - https://medium.com/@vikashverma989/data-science-life-cycle-6a4eb2c60fb4
Blog on Data Preprocessing on medium - https://medium.com/@vikashverma989/data-preprocessing-using-scikit-learn-
and-pandas-d727762f214f
https://docs.google.com/document/d/1I_1O3-pxKJXVNfFVfPQ_eWfTeok88RIin4Dj8fMRETc/edit
CONTACT Phone: 91 9837109892
Rank 44: Resume 596 with similarity score 0.07285959220059074
Resume Text: M.Sc , M.S , BS , B.E , MS work from home , data analyst internships , deep learning , office , income tax , mar , analytics , fruit , sales analysis , dissertation , google cloud platform , statistical data analysis , computation , c programming , microsoft excel , google data studio , survey , resume , information science , java , machine learning , framework , returns , big data , completion , tableau , assessment , data flow , data science , python , ml , technology , cloud computing , pipeline Assessment
Q1. Why should you be hired for this role?
I completed my MS in Big data and Analytics from Letterkenny Institute of technology, Ireland in the month of January 2020. With keen interest in
Machine learning, I chose to implement CNN algorithm to classify hyperspectral fruit images in my Master's dissertation. Currently, I have been
working as a Data analyst intern at MCA located in Jayanagar, Bangalore. Since I want to dive in deep in Machine learning domain, I have involved
myself in carrying out kaggle projects. Besides, currently working on Machine learning certificate course by Stanford university. Having said that,
I believe unless I work in a firm wherein ML implementation on projects is carried out I would not be able to turn into a fully fledged professional.
Hence I thrive to work interestingly for the projects assigned and therefore it would be a privilege if I could get an opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am available to start immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Sushmitha Suresh
Bangalore
Applied 08 Feb'21
Python C Programming Data Science
Google Cloud Computing Machine Learning R Programming
C Programming Java
Master of Science M.Sc), Computing In Big Data And Analytics
Letterkenny Institute Of Technology
2018 - 2020
CGPA 7.00/10
Bachelor of Engineering B.E, Information Science
T.John Institute Of Technology
2014 - 2018
Percentage: 63.00%
Senior Secondary XII, Science
Jain College
CBSE board)
Year of completion: 2012
Percentage: 74.00%
Secondary X
Indira Priyadarshini
STATE board)
Year of completion: 2012
Percentage: 83.84%
Data Analyst Intern
Manohar Chowdary And Associates Chartered Office, Bangalore
Sep 2020 - Present
Purchase & Sales analysis on Tableau and Microsoft Excel; Income Tax Returns analysis to show outliers in the tax imposed
using R studio; Indian Statistical data analysis for the Budget 20212022 to correlate with the economic survey.
Identifying Hyperspectral fruit images using Convolutional Neural Network on Google Cloud Platform
Jun 2019 - Dec 2019
https://github.com/SushSushmithagowda/Dissertation.git
Implemented Deep learning algorithm - Convolutional Neural Network to identify hyperspectral fruit images using TensorFlow
framework On Google Cloud Platform with an objective to reduce computation overhead with increase in accuracy
https://github.com/SushSushmithagowda/Dissertation.git
CONTACT Phone: 91 9900111428
Data pipeline to detect the Starbucks location worldwide
Mar 2019 - Mar 2019
https://github.com/SushSushmithagowda/Google-Cloud-Project.git
Built a data pipeline to detect the Starbucks coffeehouse locations worldwide on Google Cloud Platform by using Data flow,
Data prep, Big Query, and Google data studio services
https://github.com/SushSushmithagowda/Google-Cloud-Project.git
Rank 45: Resume 810 with similarity score 0.07219062953354716
Resume Text: B.E , B.TECH , BS modeler , data analyst , software developer , full time , development analyst automation , react.js , designation , ug , affirmative action , mining , linux , maintenance , unix , autosys , windows , authorization , english , status , sql , email , pandas , application , aws , numpy , mumbai , pal , ibm , spss , github , electronics , android , flow , shell scripting , languages , data science , python , javascript , predictive analytics , ml , notification , servicenow , program management 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e14…
https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e145613135b085c5… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Mumbai Suburbs
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 11 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Dec 2017 to Till Date
Design and built script for automation of daily task.
Build Autosys job for reducing incident flow, created email notification for hourly update for job status.
Have worked with IBM SPSS Modeler for data science.
Finding correct model for ML using SPSS Modeler.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2017
Last Active: 1-Dec-20 Last Modified: 1-Dec-20
Harishchandra Pal
Application Development Analyst seeking roles in Application Programming,Software
Development,Requirement Gathering,Application Design,GitHub,Unix Shell Scripting,
Python scripting, IBM SPSS Modeler, Data science, AWS, EC2,S3,react js
Key Skills: Application Development Analyst,Software Developer,Application Programming,Requirement
Gathering,Application Design,GitHub,Autosys,Unix Shell Scripting,IBM SPSS Modeler,Data Analyst,Data
Mining,Predictive Analytics,AWS,Python,React.Js
Summary
Result-oriented Professional with over 2 years 7 months of experience in Application Programming,Software Development,
Python programming,IT Program Management,Requirement Gathering,Application Design,GitHub,Autosys,Unix Shell Scripting,
IBM SPSS Modeler, Data science, reactjs
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Python Scripting, Unix shell scripting 2020 2 Year(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e14…
https://freesearch.naukri.com/preview/printResume?uname=1253f221456a25bc71ac3f1b9c73a8395f5e0f044a465c470244465d595c5919130e145613135b085c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JAVA
Linux, Windows, Android
SQL
numpy, pandas, scrapy, Beautiful Soup 2020
GitHub, Autosys, ServiceNow
Android Studio(basic)
IBM SPSS Modeler 18.1
React.js 2020 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Rank 46: Resume 636 with similarity score 0.07178887035115869
Resume Text: MS work from home big data analytics , algorithms , internships , deep learning , mysql , statistical modeling , english , econometrics , c programming , mumbai , resume , datasets , economics , machine learning , assessment , higher education , data science , python , commerce , html Assessment
Q1. Why should you be hired for this role?
I am a fresher in Data Science field and I really want to get the experience of working with Python and Machine Learning and Deep Learning. I can
put my full hard work and show my skills properly. I can give new innovative ideas via my skills and creative mind. If I get the chance to do an
internship with this company, then I will try to solve some real world problems or datasets.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months, starting immediately, for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7738706177
VISHAL KALANTRE
Mumbai, Pune
Applied 09 Feb'21
Python Algorithms BIG DATA ANALYTICS
C Programming C Programming Data Analytics
Data Science Econometrics Economics
HTML MSExcel Machine Learning
MySQL Statistical Modeling
PG Diploma in Data Science
Manipal Academy Of Higher Education
2019 - 2020
Bachelor of Arts B.A.), Economics
S.K. Somaiya College of Arts, Science and Commerce, Mumbai
2015 - 2017
Backend Development
E-netbuddy.pvt.ltd, Mumbai
May 2019 - Jan 2020
Data Science
Manipal Academy Of Higher Education, Mumbai
Jan 2020 - Aug 2020
I am currently studying in the field of Data Science.
I have 30 & 40 wpm English certificate.
Rank 47: Resume 1240 with similarity score 0.07022707244989093
Resume Text: B.E , MS , B.TECH engineering manager , scrum master , project lead , principal engineer , sql developer , associate principal , devops , data engineer , quality assurance , azure architect , technical project manager , solution architect , full time , informatica , agile coach , bi architect , team lead data warehousing , etl tools , customer , microsoft azure , data warehouse , office , conducting , linux , strategic thinking , status , steering , business understanding , data architecture , transactional , design specifications , pl/sql , testing , operating budgets , life sciences , technical design , fundamentals , building , ec2 , infrastructure , data center , microstrategy , redesigning , organization , brd , publishing , retail , low level design , devops , pentaho , coding standards , designation , deliverables , hindi , cloud , ltd , windows , data modeling , english , modifications , code review , budgeting , agile , project , groups , leadership , sprint planning , consolidation , provisioning , solution architecture , processing , training programs , performance tuning , database design , estimates , git , oracle applications , data integration , javascript , technology , availability , data engineering , business requirements , talend , reporting , general , scrum , healthcare , team management , data migration , winmerge , product support , affirmative action , glue , maintenance , utilization , unix , snowflake , amazon redshift , normalization , email , health check , business intelligence , aws , high-end , client services , operations , high level design , languages , athena , story , data marts , information architecture , scheduling , software solutions , materialized views , ug , toad , scratch , sql tuning , authorization , teams , modernization , adherence , user requirements , s3 , shell scripting , framework , replication , tableau , reviews , acting , schedules 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 1/4
Current Designation: Data Engineering Manager -- Associate
Principal Engineer
Current Company: Nagarro Software Pvt. Ltd
Current Location: Noida
Pref. Location: Delhi / NCR,Noida,Bengaluru / Bangalore
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd as Data Engineering Manager -- Associate Principal Engineer
Oct 2020 to Till Date
Data Engineering Manager
Leading a team of 28 BI professionals
Project Management and Team Augmentation on need basis
Solution designing for ETL and Reporting
On Premise to Cloud hosted BI solution migration
Comparison of ETL tools like talend,pentaho,informatica,metallion
Comparison of reporting tools like mstr,tableau,powerbi,quicksight etc.
Creating Data Lake from scratch
Using different different AWS services to maintain data lake
POC for customers for effective use of tools and technology to maintain their on-premise of cloud hosted BI solutions.
Data Warehousing,
BI solutions,
Oracle plsql,
pentaho,
shell scripting,
aws redshift,
aws certified,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Krishan Kumar Tripathi
Data Engineering Manager,Technical Project Manager seeking Roles in ETL,Data
warehouse,BI Architect,Data Engineer, PLSQL,PENTAHO,SQL TUNING,Oracle,AWS
Redshift, SnowFlake, Athena, Quicksight, GLue, plsql,ADF,PowerBI,AWS
Architect,Azure Architect
Key Skills: oracle,data warehousing,solution architecture,sql,etl,pentaho,informatica,PLSQL,SQL
Tuning,AWS,snowflake,Amazon Redshift,Business Intelligence,Senior Data Engineer,Data Lake,AWS BI
Services,Athena,glue,quicksight,Data Engineering Manager
Summary
Offering nearly 12 years of rich IT experience in Data Engineering, Solution Architect, Data Warehousing, ETL Development,
Database Modernization & PL/SQL Development across Media & Publishing, Life Sciences, Healthcare and Retail Domains
Core competencies entails Oracle PLSQL/ BI (Pentaho Data Integration), Unix Shell scripting, Informatica, AWS Redshift
database, SQL tuning, Performance tuning of plsql code, Data Warehouse development, Team management, Project
Management, Scrum master, Data Engineering, Micro Strategy Reporting, Data Modeling, Database Architecture and Data
Integration / Consolidation
Forward-focused Architect with expertise in concepts of end-to-end development activities like Database Design (Tables,
Views & Constraints), Performance Tuning (Using Explain Plans), Data Warehouse and Data Migration/Modelling, PLSQl code
development.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 2/4
scrum master,
pre sales
Birla Soft Limited as BI Architect,Solution Architect,Senior Data Engineer
Oct 2014 to Oct 2020
Role:
Understanding client business issues, leading existing technology implementations and recommending technology
solutions to meet their long-term needs
Providing strategic thinking leadership pertaining to new ways of leveraging information to improve business processes
Owning business understanding/client needs and assessing how changing business needs would impact solution &
project plan
Defining the strategies, information architecture and other technology directions for implementation and operations of
client services, product support, quality assurance and training
Heading complete portfolio of projects including budgeting, planning, vendor selection & execution of programs;
formulating operating budgets to ensure optimum utilization of available funds towards accomplishment of overall
corporate objectives
Acting as an Agile coach to assist various teams to undertake their agile journey facilitated by interacting with teams
and conducting various training programs across organization
Planning & organizing scrum meetings, facilitating sprint planning & review meetings, sprint retrospective meetings,
sprint backlog, story estimation, daily stand-ups, iteration & release planning and reviews
Leading initiatives to define, design and implement DevOps solutions including reference architectures, estimates &
costing
Suggesting technology-based solutions for enhancing functional efficiency & achieving business excellence; managing
risks and planning for contingencies to ensure minimal effect on deliverables
Gathering requirements through client interaction and analyzing the same through BRD to understand requests/needs
& provide best solution possible
Identifying & building relations with application leads to implement effective business aligned support
Facilitating IT software solutions / application development initiatives involving mapping of business requirements and
in-depth evaluation of customer feedback to execute modifications in the solution
Delivering regular health check of the solutions offered and ensuring that solutions, technical and services meet or
exceed organization / industry quality standards and end user requirements
Interacting with team members to ensure smooth progress of defined solution; ensuring adherence to quality norms
throughout the implementation process
Providing post-implementation, maintenance and enhancement support to the client with regards to the solution
Spearheading development of conceptual model and normalization of logical & physical model
Steering successful data replication implementation across multiple geographies for high data availability
Establishing bi-temporal data architecture for high-end client reporting; defining automated UT framework
Engaging in ETL design, development, testing & deployment and participating in peer code review to ensure that
coding standards are followed
Tata Consultancy Services (TCS) as Analyst
Apr 2008 to Sep 2014
PLSQL DEVELOPMENT,SHELL SCRIPTING,PROJECT LEAD,INFORMATICA,ETL,DATA WAREHOUSING
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2007
PG: in 0
Other Qualifications/Certifications/Programs:
Oracle Certified Associate PL/SQL developer
Microsoft certified Azure Fundamentals
aws solution architect- associate
Education
IT Skills
Skill Name Version Last Used Experience
Oracle 12 2020 12 Year(s) 0
Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 3/4
Nature of Employment: Full Time Duration: Oct 2018 - May 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2014 - Till Date
Onsite / Offsite: Offsite
SQL/PL-SQL, Shell scripting 12 2020 12 Year(s) 0
Month(s)
UNIX/WINDOWS, LINUX 2020 6 Year(s) 0
Month(s)
TOAD,PL/SQL,DEVELOPER,WINMERGE 2020 10 Year(s) 0
Month(s)
BUSINESS INTELLIGENCE 2020 6 Year(s) 0
Month(s)
SVN, GIT, MICROSOFT VISUAL SOURCE SAFE 2020 6 Year(s) 0
Month(s)
Microsoft Azure 2020 2 Year(s) 0
Month(s)
PENTAHO ETL 9.0 2020 5 Year(s) 0
Month(s)
AWS 2020 2 Year(s) 0
Month(s)
DATA WAREHOUSING 2020 6 Year(s) 0
Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Projects
Project Title: Back Office Reporting and Data Warehouse
Client: Synapse Group Inc.
Skill Used: Toad for Oracle 12,Oracle 11g/12C,MicroStrategy,Pentaho,Data Warehouse, Shell Scripting
Project Details: End to End design and development of new data marts to for Sales related subjects in the Data
Warehouse.
Implementing legacy reports into MicroStrategy and redesigning the data layer architecture for the same.
Use S3 bucket to facilitate data push to Amazon Redshift.
Using EC2 instances to run batch scripts for daily batch job processing.
Creation of Low Level Design and High Level Design for the database layer implementation.
Design and development of standards for batch scripts written in Unix Shell scripts to be effectively used in
database object deployments and daily scheduled batch job run.
Creating support environment/infrastructure for the implementation of Datalake on AWS S3 bucket.
Creation of database objects such as packages/procedures/functions/materialized views to facilitate daily data
pull from transactional system in to the Data Warehouse.
Project Title: Back Office Reporting
Client: BirlaSoft Limited
Skill Used: Toad for Oracle 12,Oracle 11g/12C,MicroStrategy,Pentaho,Data Warehouse, Shell Scripting
Project Details: Defining database migration strategies and Data Warehouse designing/data modelling.
Created Packages, Procedures, functions, tables, Primary keys and foreign keys.
Provisioning new EC2 instances on AWS.
Creating new IAM roles for users and groups
Creating new S3 buckets for ETL loads and extracts.
Creating Deferred Income schedules and AR schedules procedures for the business reporting.
Created various UNIX/Linux Shell Scripts for scheduling scripts and loading Process.
Data center movement and database migration using PL/SQL program.
Preparing implementation strategy for smooth migration of Oracle Applications, preparing process
Flows, technical design Specifications, Business Requirements documents, Functional Mapping
Documents.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d584213084…
https://freesearch.naukri.com/preview/printResume?uname=e6d93ba713fb6d912062096325e625810e0b5b551c125a405710135b5d0d58421308405745405c5a0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Control-M schedule designing and changes. Maintained the batch processes using UNIX scripts.
Used partitioning and sub partitioning of tables to improve performance
Rank 48: Resume 1104 with similarity score 0.07001150539241936
Resume Text: B.E , MS , B.TECH senior software engineer , product engineer , full time , software developer react.js , api , automation , web development , interfaces , suppliers , css , access , validation , designation , ug , cpc , affirmative action , rhel , mysql , oracle , hindi , angular , linux , maintenance , power bi , windows , cleansing , jquery , workbench , authorization , english , status , email , project , application , mongodb , solution architecture , processing , testing , rest , c++ , computer science , languages , django , writer , internal customers , python , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b581845011…
https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b5818450114524415095c0… 1/2
Current Designation: Python Product Engineer
Current Company: TechTree IT Systems Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TechTree IT Systems Private Limited as Python Product Engineer
Aug 2018 to Till Date
* Lead hetrogenous team of Angular, Django and Testing
* Worked on multiple product / project module
* Developed, tested and debugged software tools utilized by clients and internal customers
* Handled development and management of front end user interfaces with help of React , CSS and JavaScript.
* Manipulating, cleansing & processing data using MYSQL and Workbench.
* Responsible for loading, extracting and validation of client data
Capgemini India. as Senior Software Engineer
Dec 2015 to Aug 2018
* Coded test programs and evaluated existing engineering processes
* Manipulating, cleansing & processing data using Mongodb, Access and SQL.
* Responsible for loading, extracting and validation of client data
* Liaising with end-users and 3rd party suppliers
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Neeraj Kumar Shukla
Python Product Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Python,Django,MySQL,MongoDB,Power
BI,React,CSS,JavaScript,Rest API
Key Skills: Python Product Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Django,MySQL,MongoDB,Power
BI,React,CSS,JavaScript,Rest API
Summary
Result-oriented Professional with 5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Django,MySQL,MongoDB,Power
BI,React,CSS,JavaScript,Rest API.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b581845011…
https://freesearch.naukri.com/preview/printResume?uname=4a972205128b00943e3980cde51412dd5c555c534c465a420718490b5c0b5818450114524415095c0… 2/2
UG: B.Tech/B.E. (Computer Science and Engineering) from Feroze Gandhi Institute of Engineering and Technology,
Raibareli(UPTU) in 2015
PG: in 0
Nature of Employment: Full Time
Project Location: Kolkata
Role: Programmer
Duration: Jul 2016 - Dec 2016
Onsite / Offsite: Onsite
Team Size: 10
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python 2.7,3.6 2020 4 Year(s) 6 Month(s)
RHEL 6 2016 0 Year(s) 2 Month(s)
C, C++ 2015 0 Year(s) 6 Month(s)
Windows, Linux Oracle 2015 0 Year(s) 6 Month(s)
MySQL 2020 2 Year(s) 6 Month(s)
DJANGO 2.2 2020 3 Year(s) 6 Month(s)
React.js .1.0 2020 1 Year(s)
JAVA SCRIPT
CSS
REST API
Power BI
MySQL
Mongodb
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Proficient
Projects
Project Title: Imoc
Client: CPC , GT, NADCS
Skill Used: Python, Django, MySQL, Javascript, JQuery, CSS,
Role Description: Working as a Web development and scipt writer.
Project Details: Imoc automation. Working to make tools for automate.
Rank 49: Resume 1043 with similarity score 0.06981371432480878
Resume Text: MS , BS application support , jd edwards , cognos , analytics manager , it professional , change management , full time , informatica , part time , technical lead , team lead training , environmental protection , data warehouse , office , user management , addition , jd edwards , pdf , project planning , relational databases , visual analytics , status , datastage , data architecture , red hat linux , mumbai , delivery of projects , sql server , cognos , packaging , service delivery management , technical analysis , thought leadership , crm , qlikview , mitigation , functional specifications , interfaces , filenet , designation , deliverables , mar , hindi , cluster , ltd , knowledge management , windows , data modeling , english , erwin , budgeting , cubes , video , ibm , information server , sanskrit , data analysis , change management , brs , machine learning , strategy , documentation , resource management , word , data integration , enterprise data , javascript , organizational development , quality stage , hadoop , data governance , report design , reporting , vm , general , matching , team management , options , affirmative action , oracle , studio , data analytics , trace , calypso , sas enterprise guide , power bi , utilization , maintenance , draw , checks , business process analysis , timelines , email , business analytics , lessons , business intelligence , suitability , ad-hoc , star , data stewardship , sequencing , data quality , logic design , unit testing , languages , console , multi-functional , family , scheduling , dashboards , jira , search , web , intranet , veritas , synopsis , ms project , developments , health , access control , particular , visualization , risk , authorization , teams , maps , excel , siebel , matrix , application , records , data systems , reverse engineering , sap lumira , servers , shell scripting , repository , preparation , olap , sphere , technology management , reviews , schedules , etl 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170…
https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170613420d5a015… 1/3
Current Designation: Manager (DW/BI)
Current Company: QUINNOX CONSULTANCIES LTD
Current Location: Mumbai
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
QUINNOX CONSULTANCIES LTD as Manager (DW/BI)
Sep 2015 to Till Date
* Involved in architecture, design and development of ETL, Data Mart, OLAP Cubes, reports and dashboards designing
(Star schema)/Detail, Data Modeling (Forward and Reverse Engineering).
* Carrying out detailed planning and scheduling to ensure seamless delivery of the project as per the delivery matrix.
Coordinating with the customers for business process analysis and drafting technical & functional specifications.
* Managing, monitoring and coordinating the delivery of projects for overall lifecycle. Monitoring cost, timelines and
effort with the expected quality outcome.
* Providing thought leadership in overall project management, project planning, budgeting, resources deployment &
utilization, monitoring & reporting and risk identification & mitigation.
* Proficiently directing, defining and coordinating program issues, establishing objectives, developing requirements,
planning schedules, estimating costs, monitoring technical issues and preparing reports.
* Involved in 40+ Pre sales, RFPs and Technical POCs for DW/BI and Analytics Projects.
* Supervising staff as well as used knowledge of organizational development to lead teams toward reaching goals.
* Providing guidance on the projects and its requirements also communicating to the clients over the technology,
processes and applications while updating them on the regular project related developments.
* Interacting with project sponsors/ stakeholders and multiple business and technical teams to define and deliver project
scope.
* Designing and reviewing SAS DI/BI Solution, promotion to different environments, Administration of SAS Environment
and Users.
Last Active: 3-Feb-21 Last Modified: 1-Feb-21
NIRAJ KUMAR MISHRA
Manager seeking roles in Business Analytics,Data Analytics,Data Architecture,Data
Modeling,Project Management,Service Delivery Management,Quality
Management,Risk Management,Machine Learning,Application Support,Power BI,SQL
Server,Oracle,JIRA
Key Skills: Analytics Manager,Business Analytics,Data Analytics,Data Architecture,Data Modeling,Project
Management,Service Delivery Management,Quality Management,Risk Management,Machine Learning,Application
Support,Power BI,SQL Server,Oracle,JIRA
Summary
* Multi-functional expert, technically inclined and highly empowered IT professional with significant experience acquired over
the years in diverse areas encompassing Project Management, Analytics, DW/BI (SAS DI/BI/Informatica/DataStage), Data
Architecture, OLAP, Visualization, Design, Development, Training, Deployment & Maintenance, Pre Sales, Technical Analysis,
Quality Management, Technology Management and Team Management.
* Currently spearheading as a Manager (DW/BI) with Quinnox Consultancy Services. Well versed in Project Management Life
Cycle involving analysis, design, development, strategy planning, Administration and support, documentation, implementation
and maintenance.
* Proficient in all phases of data warehouse / Analytics project lifecycle, Data Integration, Data Quality, Data Stewardship,
Data Governance and MDM from gathering requirements to testing, implementation and support.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170…
https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170613420d5a015… 2/3
* Responsible for defining and deploying data policies, controlling the data quality management, managing data
dictionary repository and integrating it to the business process model.
* Involved in converting Excel tables and flat (text) files into targets for Ad-Hoc data analysis, reports using SAS Web
Report Studio, Qlikview and Cognos.
* Generating Data Visualizations using cutting edge visualization tools e.g SAS VA, Qlikview, SAP Lumira
* Used SAS LASR server to integrate with Hadoop clusters for ETL.
* Efficiently using SAS Enterprise Guide to convert existing SAS programs to SAS stored processes using dynamic
prompts and producing packaging and streaming outputs as required.
* Designing and reviewing SAS / Informatica jobs to access data from relational databases, CRM, SQL, Excel data, Flat
files etc.
* Generating complex OLAP reports, dashboards, KPIs and working for scheduling the deployments and jobs on
different environments.
* Training end users and team for SAS.
Bureau Veritas as Team Lead (SAS) / Manager
Jan 2013 to Jul 2015
Title Bureau VERITAS Enterprise Data Warehouse
Client Bureau Veritas
Organization Bureau VERITAS Global Shared Support Centre
Team Size 16
Tools SAS EBI (DI Studio, OLAP Cubes, IMap, WRS, SMC), SAS Visual Analytics, E Miner,Hadoop EG, SIEBEL,
IBM DataStage and QualityStage, Erwin, Calypso, JD Edwards, Internal tools(Mantis/Unicenter), LINUX/Windows
Duration Jan 2013 - Jul 2015
Synopsis Created in 1828, Bureau VERITAS is a global leader in Testing, Inspection and Certification (TIC), delivering
high quality services to help clients meet the growing challenges of quality, safety, environmental protection and social
responsibility.
Project is maintaining and developing a data warehouse for a Bureau Veritas with around 700+ reports with 6000+ users
in captive environment.
Responsibilities * Working as a Technical lead/Manager. Responsible for planning, estimation, execution, delivery,
Resource management and budgeting for project.
* Handling SAS installation (Server and Client), Administration, Logic design, development and reviews for ETL jobs,
cubes, maps, OLAP and analytic reports and Dashboards. HLD and LLD preparation, development migration to UAT /
production and deployments.
* Design and deployment of Dimensional Data Model.
* Generating the logical and physical data model, standardizing and enforcing Data Quality and Identity Management
and Change Management throughout the project.
* Designing SAS DI jobs to read files from a Hadoop Cluster and write to Hadoop Cluster.
* Scheduling jobs and deployments over different environments and development migration.
* Responsible for Administration (Environment / Users) using SMC, Promoting SAS content and involved in
Architectural decisions.
* Ensuring daily health checks at SAS Prod environment like Jobs, Servers & various applications.
* Shell Scripting for the User Management on SAS Management Console.
* Coordinating with the users and SAS support in reporting any bugs or resolving any issues.
* Looking after the change management and monitor project progress to fulfill client expectations.
* Monitor Quality level, leads reviews, define and enhance delivery process based on best practices and lessons learnt.
* Partly responsible for Pre sales and POCs to different clients and prospective clients.
* Responsible for project deliverables and Peer Review at all levels.
* Imparting training to users on SAS portal and analytic reports
Vayam Technologies as S/W Engineer - Team Lead
Aug 2008 to Jan 2013
Title An Intelligence project on IBM Stack, India
Client Special Branch of Home Ministry
Organization Vayam Technologies Ltd
Team Size 10
Tools IBM Info Sphere Information Server (Quality Stage Data Stage, Omnifind (Content Analytics), Identity Insight,
Cognos, DB2, Filenet)
Duration Mar 2012 - Sept 2012
Synopsis The task was to build a data bank of millions of records, trace relations/associations (family/associates tree)
between the data and track the relationships of each of the entity using identity search technologies in general and
approximate free text search, name search and address matching technologies in particular, with specific reference to the
Indian names and addresses. Web enabled solution shall draw data (PDF, word, database, image or video files) from 100
dedicated intranet/LAN nodes in addition to field offices with high level of secured access control. Generated reports might
form a fresh record for future use.
Responsibilities As a team lead, I was involved in
* Responsible for preparing BRS document (including the existing "As-Is" and future "To-be" process)
* Developed ETL (Data stage) jobs, worked on unit testing, Jobs Sequencing, Source System mapping, etc.
* Worked on BI report design and development in Cognos.
* Was involved in Pre sales, completed POC, prepared project Plan and estimated effort and variances.
* Provided technical recommendations and solutions, Identified Options for Potential Solutions and assessed them for
both Technical and Business suitability.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170…
https://freesearch.naukri.com/preview/printResume?uname=8e6fca8845ba01e08f6bad94b539f18c0e5b5f5448115d18521517515f0a581f460e170613420d5a015… 3/3
* Responsible for project management activities (budgeting/team management / risk management / internal reporting /
knowledge management)
* Acted as a SPOC for the Business Users, IT and 3rd Party Application Interfaces for Production issues.
* Accountable for designing and developing QS investigate-standardize-match-survive implementation in extraction
process from source data systems to Staging area and reporting database.
* Worked on the logical/physical Data Model and Its forward engineering towards database.
* Designed and developed KPIs and reports as per requirements established.
* Involved in the preparation of migration plan and specifications of data analysis and executing the same.
* Developed logic to trace relationships between multiple data sources for a single identity.
* Trained around 400 users on DW/BI concepts and DataStage/Quality Stage for implementing the solution.
UG: BCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2006
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2008
Other Qualifications/Certifications/Programs:
A Level
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
MS Project, JIRA, Visual Source Safe,
MS Office, VM Ware, SQL Server, Oracle
Siebel CRM, Calypso, Red Hat Linux,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Sanskrit
Angika
Rank 50: Resume 1147 with similarity score 0.06960345305398721
Resume Text: B.E , MS , B.TECH azure developer , senior developer , associate , devops , senior software engineer , solution architect , full time , team lead , enterprise architect automation , reporting , devops , interfaces , migrating , designation , developers , asp.net mvc , platforms , affirmative action , authentication , cloud , angular , maintenance , azure , ltd , gateway , power bi , jquery , windows , authorization , iaas , node.js , capital markets , enterprise , teams , status , paas , c# , excel , email , logging , application , aws , microservices , messaging , qlik sense , splunk , microsoft , .net core , pipelines , architecting , github , bus , rest , components , database design , s3 , servers , kanban , containerization , computer science , languages , storage , chat , clear , nuget , fundamentals , html5 , sql server , project architecture , adoption , vsts , javascript , organization , technology , etl , mashups , cd , agile methodologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145…
https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145110440d5d005… 1/3
Current Designation: Cloud Solution Architect
Current Company: Accenture Services Pvt Ltd.
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd. as Cloud Solution Architect
May 2015 to Till Date
Key Skills
* Design - Microservices, Serverless, Authentication, No-SQL.
* Azure - API Management, Azure functions, PaaS services, ETL services, AKS, App service, Migration
services, Azure Storage, Azure Messaging services, Azure Monitor
* AWS - API Gateway, Lambda, Cloud Formation, Cloud Front, S3, IaaS, Cloud Watch
* Languages/Frameworks - NodeJS, Angular, .NET Core, MVC, SQL, C#, jQuery
* Automation - DevOps, Power Automate
* Reporting - Qlik Sense, Power BI
Key Experiences
* Responsible for architecting an application based on Angular and Node.js deployed using AWS services like
IaaS, Lambda, Cloud formation, API gateway.
* Automated the deployments using CI/CD integration with Azure pipelines on AWS platform.
* Configured Self hosted VSTS agent to run pipelines.
* Implemented Azure Service bus in integration with Azure event grid to improve the performance and UI
experience of the application for time taking functionalities.
* Created reports in Qlik sense and Power BI tools and created mashups to integrate them with .NET based
applications.
* Built the whole architecture/implementation of a component with Microsoft consultant to start an automated chat
between 2 users using UCMA 3.0 component.
* Created the whole solution structure in TFS, defining classes and interfaces , logging tools, database design for
an application to define clear development standards for the developers.
* Worked on implementing Azure Data factory to collate the data from their on-prem database and third-party
application data (shared to them in excel) to Azure Synapse.
* Migrated the whole architecture of the application to the new Enterprise stack adoption which included Splunk
logging, using GitHub, defining NuGet central sources and implemented Azure AD for single sign on experience.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SWATI MANGLA
Cloud Solution Architect seeking assignment in architecting solutions on Azure, AWS
with experience Software Development,Project Management,Client facing,API
Management, Azure functions, Cloud watch, cloud front,etc
Key Skills: Cloud Solution Architect,Enterprise Architect,Software Development,Project Management,Requirement
Gathering,API Management, Azure ,AWS,NodeJS,Angular,.NET Core,MVC,SQL,C#, jQuery
Summary
11 years of experience in Software Development,,Project Management, Architecting solutions in Net, Node, AWS and Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145…
https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145110440d5d005… 2/3
* Well aware of agile methodologies to run projects using VSTS task boards and Kanban boards while handling a
team of 10 members.
* Migrated around 10 application components based on .NET MVC, SSIS, Rest APIs, SQL server , Windows
Services from Windows 2008 servers to 2016 Core servers.
* Working on re-designing the application to move to Pass platforms using containerization and SQL PaaS.
Head Strong Capital Markets as Senior Software Engineer
May 2013 to Apr 2015
Accomplishments:
* Worked on multiple projects for Morgan Stanley
account as a senior developer and co- team lead.
* Was a key resource in the team for migrating the
existing project architecture to Enterprise Stack
adoption standards of Morgan Stanley . This
includes moving to github, splunk logging,
configure NuGet packages ,etc. Trained resources
of multiple teams on the same as well.
* Was part of production checkouts including
weekend support.
* Worked with onshore and reported to the client
directly.
* Participated and won accolades for being active in
cultural programs in the organization.
Vserv Business Solutions Ltd as Software Engineer
Feb 2013 to Apr 2013
Accomplishments:
* Worked as a module lead on .Net based
development project for a US based financial
organization.
* Developed a complete module and was involved in
SDLC with client directly.
* Was responsible for assigning work and create
status reports on the module progress.
* Cross train team members on generic functions
built to be used in multiple modules.
Tata Consultancy Services Ltd as Software Engineer
Dec 2009 to Aug 2011
Accomplishments:
* Worked on .NET based development project of a
US based Client with a team strength of 35
people.
* Developed a complete module and was involved in
SDLC with the client directly.
* Won appreciations for the good work.
UG: B.Tech/B.E. (Computer Science) from Indira Gandhi Institute of Technology , GGISPU, Delhi in 2009
Other Qualifications/Certifications/Programs:
Azure Developer Associate
Azure Fundamentals
Developing ASP.NET MVC applications
Programming in HTML5 and CSS3
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145…
https://freesearch.naukri.com/preview/printResume?uname=ab13a61afb8437e6f32ace7fd2c5de64090e5c034e1309145542105f5d0d544c170e145110440d5d005… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Microservices, Serverless,
Authentication, No-SQL.
API Management, Azure functions,
PaaS services, ETL services, AKS,
App service, Migration
API Gateway, Lambda,
Cloud Formation, Cloud Front,
S3, IaaS, Cloud Watch
NodeJS, Angular, .NET Core,
MVC, SQL, C#, jQuery
DevOps, Power Automate
Qlik Sense, Power BI
Rank 51: Resume 4 with similarity score 0.06934840939783418
Resume Text: B.E , MS , BS work from home , support analyst , software analyst , full time , associate software engineer big data analytics , award , training , computer technology , matplotlib , algorithms , spark , nlp , case , hypothesis testing , pleasure , pandas , numpy , mumbai , edx , resume , datasets , java , machine learning , fundamentals , computer science , statistics , set theory , completion , assessment , probability , grounding , data science , python , one , computer engineering , ml , artificial intelligence , knowledge base , online Assessment
Q1. Why should you be hired for this role?
After completing my Bachelor's degree in Computer Engineering back in 2017, I got hired in BNP Paribas ISPL as a Software Analyst in banking
reconciliations department and have worked there for more than 3 years. Ever since then, I had a deep interest in the field of Machine Learning
and Artificial Intelligence. One of my favorite activities at work was to automate manual tasks so that it saves the time of the team as a whole and
minimizes potential errors. Unfortunately, Machine Learning was not a part of my engineering syllabus and to expand my knowledge base about
the same, I enrolled myself in the edX Data Science Micromasters offered by University of California, San Diego. Since then, I have been working
on projects in Python as a part of the program and now have a comfortable level of familiarity with coding in Python. However, I am further
interested in working on projects where these techniques can be utilized to solve real world problems in a variety of domains. This will help me
increase my knowledge about these fields and at the same time provide hands-on experience through industry-level projects as well as
receiving guidance and feedback from mentors about possible improvements at work. I also checked the Boongg company website to find out
more about this and was greatly elated to learn about the various capabilities of the bike rental platform and it will be my pleasure to contribute
to this in any way possible. Furthermore, this internship is work from home which comes as a blessing in these trying times.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months, for a full time work from home internship, starting immediately.
Resume
EDUCAT ION
JOBS
TRAININGS
ADITYA THAKUR
Mumbai
Applied 08 Feb'21
Python Java Machine Learning
Bachelor of Engineering B.E, Computer Science & Engineering
Watumull Institute Of Electronic Engineering And Computer Technology
2013 - 2017
CGPA 8.74/10
Senior Secondary XII, Science
Wilson College, Girgaum
HSC BOARD board)
Year of completion: 2013
Percentage: 84.33%
Secondary X
St. Xavier's High School, Fort
SSC board)
Year of completion: 2011
Percentage: 91.82%
Associate Support Analyst / Associate Software Engineer
BNP Paribas India Services Private Limited, Mumbai
Jun 2017 - Sep 2020
Worked on Intellimatch tool and handled requests for transaction reconciliation. Also built an automated alerts mechanism in
case of downtime BNPP Spot Award). Worked on reconciliations for Denver based clients BNPP Champion of the Month
award)
Data Science Micromasters
Edx UC San Diego), Online
Aug 2020 - Present
The microdegree is basically a MOOC offered by University of California, San Diego through EdX platform. It covers the
following topics:
(i) Python for DS training about Python language and tools like Numpy, Pandas, and Matplotlib as well as s ome ML and NLP
basics.
(ii) Probability and Statistics: topics such as Set Theory, Distributions and Hypothesis testing along with many others are
covered.
CONTACT Phone: 91 9930485336
(iii) Machine Learning Fundamentals: Intensive grounding about ML algorithms and using them to make predictions.
(iv) Big Data Analytics: Using Spark for handling massively parallelizable datasets.
Rank 52: Resume 1158 with similarity score 0.06924230951523959
Resume Text: B.S , MS , M.Sc , M.S devops , data engineer , team leader , full time , technical lead api , general , devops , spark , designation , ug , use case , mar , affirmative action , case presentation , oracle , infosphere , analytics , cloud , docker , hindi , azure , cluster , ltd , edw , data modeling , e-mail , authorization , english , mathematics , status , architecture , metadata , postgresql , email , agile , store , project , application , aws , financial research , ibm , performance tuning , s3 , git , intermediate , building , computer science , languages , context , statistics , sqoop , big data , hive , teradata , cd , business perspective , cosmos , python , javascript , workflow , hadoop , orchestration , etl , pipeline , learning , airflow , data processing , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c44…
https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c440319170d545b… 1/3
Current Designation: Technical Lead -Big Data
Current Company: ATMECS Inc
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Other
International Location
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
ATMECS Inc as Technical Lead -Big Data
Nov 2019 to Till Date
Client: US based financial research firm.
Roles and Responsibilities
Involved in requirement gathering for building AWS
cloud based data solution.
Design and build the data pipeline using object oriented
paradigm and used pyspark for data processing.
Used airflow for all data orchestration purpose.
Design and develop the metadata system for ETL
process using Python API which finally adapted as
organisation level.
Created the ETL workflow architecture and same has
adopted across projects for different feed.
Design and build the rejection handling process.
Design and build the logic to handle time series data.
Perform performance tuning using.
Used Pytest for unit test need.
Used different AWS services for different context.
AWS Aurora PostgreSql is the database of
choice.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rakesh Singh
Technical Lead having master degree in computer science seeking roles in Data
Engineer ,Cloud , Big Data. Expertise in Spark,PySpark,Airflow,AWS services
,Python,Docker,SQL,Hadoop,Sqoop,Hive,HDFS, Teradata,ETL,Data Modeling
,performance tuning.
Key Skills: Data engineer,Big data, Cloud, AWS,
Spark,PySpark,Airflow,AWS,Python,Docker,SQL,Hadoop,Sqoop,Hive,HDFS, Teradata,ETL,Oracle, postgresData
Modeling ,Azure,performance tuning,CICD,Devops, GIT,
Summary
Big data professional having more than 5 years in cloud and
distributed system and overall 12 year of industry experience.
Expertise in building ETL spark application using pyspark.
Expertise in working in cloud environment and got the
opportunity to work with both AWS and azure both.
Expertise in building data pipeline.
Worked on agile methodology.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c44…
https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c440319170d545b… 2/3
AWS S3 Object store for file input place holder
and landing zone.
AWS EMR cluster for spark engine to process the
data and hdfs for storing intermediate data.
AWS secret manger to handle sensitive
credential.
AWS SES for e-mail service.
Used Azure Devops for CI/
CD.
Agreeya Solution as Team Leader
Feb 2017 to Aug 2019
Client: US based leading collection agency.
Roles and Responsibilities
Played key role in developing and deploying machine
learning model for defaulted account for legal
department of collection agency using predicative
analytics'.
Contributed to expose new skill for business perspective
using POC and use case presentation to client.
Done POC on mainly Azure services like azure stream
analytics, Cosmos DB.
Worked on ETL.
CIBERsites India Pvt. Ltd. as Team Lead
Nov 2014 to Feb 2017
Client: US based World renowned automobile company.
Worked on migration project moving data from EDW
system to hive.
Worked on ETL project.
UG: B.Sc (Mathematics, Statistics, Computer Science) from Banaras Hindu University (BHU), Varanasi in 2005
PG: MS/M.Sc(Science) (Computer Science) from Banaras Hindu University (BHU), Varanasi in 2007
Education
IT Skills
Skill Name Version Last Used Experience
PySpark, Airflow, AWS
Python, Docker
SQL
HADOOP
sqoop, hive
IBM InfoSphere
Teradata
SSIS
powebi
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c44…
https://freesearch.naukri.com/preview/printResume?uname=f536158a16e2f1461dee92c93b7304590e595d564a1508420745125f0909524f145c440319170d545b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Hindi Expert
Rank 53: Resume 286 with similarity score 0.06909840737734518
Resume Text: B.TECH , BS work from home , classifier , data scientist big data analytics , web development , matching , internships , spark , performing , data visualization , mam , deep learning , nlp , mysql , design , natural language processing , draw , speech recognition , project , application , coursera , numbers , computer vision , prediction , resume , ibm , github , credit cards , gallery , edge , rest , machine learning , computer science , opencv , django , framework , sentiment analysis , statistics , analyzer , completion , tableau , assessment , data science , python , imdb , reviews , javascript , dashboards , birth , technology , learners , hadoop , working experience , online Assessment
Q1. Why should you be hired for this role?
Hello sir/mam, Hoping have a great day, I see there is an opening in your company for the post of "Deep Learning Internship".Currently, I have 4
months of working experience as a Data Scientist Intern and looking for a better opportunity. I have most of the skills that are required for this
post and have experience in NLP, Computer Vision, and AI. I work on some interesting projects like detecting blur images that are present in our
image gallery, Sentiment Analysis on Hotels Reviews, Inshorts News Category prediction.
You can see all these projects on my GitHub Link:- github.com/kishanpython?tab=repositories
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, within a notice period of 15 days.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Kishan Yadav
Lucknow, Delhi
Applied 08 Feb'21
Python Computer Vision Data Analytics
Deep Learning Django Machine Learning
MySQL BIG DATA ANALYTICS JavaScript
R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Feroze Gandhi Institute Of Engineering & Technology
2016 - 2020
CGPA 8.37/10
Senior Secondary XII, Science
S.S.Y. Inter College
UP board)
Year of completion: 2015
Percentage: 84.00%
Secondary X
St. Xavier's High School
CBSE board)
Year of completion: 2013
CGPA 8.60/10
Data Science
BlackCoffer, Virtual
Nov 2020 - Present
Coordinator for web development in college techfest.
Data Visualization With Tableau Specialization
Coursera, Online
Sep 2019 - Oct 2019
In this Specialization, you will learn how to generate powerful
reports and dashboards that help people understand and draw
insights from data.
IBM Data Science Specialization
Coursera, Online
Sep 2019 - Sep 2019
PROJECTS
In this course i learners to developed and honed
hands-on skills in Data Science and Machine Learning.
We learn following:-
1. Data Science tools.
2. Python and MySQL.
3. Machine Learning.
4. Data Visualization.
Deep Learning Specialization
Coursera, Online
Jul 2019 - Jul 2019
The Deep Learning Specialization is designed to prepare learners
to participate in the development of cutting-edge AI technology.
In this course i learn following:-
1. Natural Language Processing.
2. Speech Recognition.
3. Computer Vision.
Diploma In Data Science
naresh it, Hyderabad
Jun 2019 - Sep 2019
In this I learn about so many concept required for data analytics. We learn about statistics , machine learning , deep learning,
big data hadoop , spark etc.
I made project like sentiment analysis and Location prediction.
Machine Learning
Coursera, Online
Apr 2019 - Jun 2019
This course is done from coursera platform. This is machine learning course from Stanford university. Taught by Andrew NG.
Blur Image Detector
Oct 2020 - Oct 2020
https://github.com/kishanpython/Blur-Image-Detector
This web app can easily detect blur images that are present in you gallery.
By using opencv and python libraries.
OCR on Credit Cards
Oct 2020 - Oct 2020
https://github.com/kishanpython/OCRProjects/tree/master/Credit Card OCR
Performing Optical Character Recognition OCR using template matching via OpenCV and Python to get 16 digit credit card
numbers.
Automatic Hotel Reviews Analyzer
Dec 2019 - Jan 2020
https://github.com/kishanpython/Automatic-Hotel-Reviews-Analyzer
Design and develop a web app using NLP and Python to figure out the sentiment behind the reviews of a hotel.
Build RNN and LSTM model to increase the accuracy and also use aspect classifier to find out the given review belong to
which category.
Sentiment Analysis on IMDB movie reviews
Sep 2019 - Oct 2019
https://github.com/kishanpython/Sentiment_Analysis_on_IMDB_Dataset_Kaggle
In this project i classify the text reviews as positive or negative on the basis of the sentiment of text. In this i do
preprocessing of text, use word2vec library , remove stopwords etc and then classify the text.
Dataset :- IMDB movie dataset.
Demographic_Visualization
Oct 2019 - Oct 2019
https://github.com/kishanpython/Visualization-using-Tableau
In this project the visualization of demogarphic dataset have been given.
Software used in this visualization is Tableau Desktop.
1.How many Countries have higher birth rate and which income group that country belong?
Digit-Recognizer
Aug 2019 - Sep 2019
https://github.com/kishanpython/Digit-Recognizer
https://github.com/kishanpython/Blur-Image-Detector
https://github.com/kishanpython/OCR-Projects/tree/master/Credit%20Card%20OCR
https://github.com/kishanpython/Automatic-Hotel-Reviews-Analyzer
https://github.com/kishanpython/Sentiment_Analysis_on_IMDB_Dataset_Kaggle
https://github.com/kishanpython/Visualization-using-Tableau
https://github.com/kishanpython/Digit-Recognizer
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9651708763
In this project we made model using machine learning technique to
recognize the digit from 0 to 9.
Recognising Hand Written Digit from zero to nine.
yantragene_techfest
Apr 2019 - May 2019
https://github.com/kishanpython/techfest-yantragene
This is techfest web application.
Technology used are :- Python, Django, React js, Rest Framework.
Under top 25 in AI Hackathon at HCL Lucknow.
Runner UP in Web Development challenge in college techfest.
https://github.com/kishanpython/techfest-yantragene
Rank 54: Resume 295 with similarity score 0.06844021349895099
Resume Text: B.E , BS work from home canvas , completion , games , his , assessment , data science , resume , python , javascript , css , technology , pleasure , computer science , html Assessment
Q1. Why should you be hired for this role?
I am someone who tries to find pleasure in his work and would not stop until a proper work has been delivered. Hence, I feel this makes me
standout from other applicants.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available all time.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7014094103
Kushagra Gupta
Jaipur
Applied 25 Dec'20
CSS HTML JavaScript
Python ReactJS
Bachelor of Engineering B.E, Computer Science
Birla Institute Of Technology And Science, Pilani
2017 - 2021
Senior Secondary XII, Science
Ryan International School
CBSE board)
Year of completion: 2017
Percentage: 95.20%
Secondary X
Ryan International School
CBSE board)
Year of completion: 2015
CGPA 10.00/10
Games using HTML, CSS and JavaScript
Dec 2020 - Present
Games using canvas and front end tools like react, javascript css and html were made.
Secured 99 marks in Computer Science
Secured A grades in many courses in BITS Pilani
Pursuing a Minor Degree in Data Science
Rank 55: Resume 761 with similarity score 0.06775546152745507
Resume Text: B.E , B.TECH , M.TECH associate , devops , data analyst , full time , part time , team lead , application developer , vp , lead engineer computing , financial services , devops , kubernetes , nosql , designation , office , command , ug , openshift , affirmative action , data analytics , hindi , databases , docker , scratch , access control , authorization , risk , english , capital management , status , models , email , business intelligence , application , mongodb , numbers , microservices , leadership , records , apache spark , electronics , elements , data analysis , machine learning , languages , framework , flask , cassandra , data science , python , forecasting , javascript , technology , elasticsearch 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c45081…
https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c4508160747155b5b5… 1/2
Current Designation: Engineer
Current Company: ANZ
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Data Science and
Engineering]
Verified : Phone Number | Email - id
ANZ as Engineer
May 2019 to Till Date
Working as a Contributor and Team Lead to develop MLAAS (Machine learning as a
Service) Platform to host diverse Machine Learning Models and serve as a single
point for all machine learning solutions within an organisation.
Part of design team responsible for Machine Learning Platform as a Service.
JP Morgan Chase as Associate VP
Jul 2017 to May 2019
Worked with Capital Management Office as an application developer (python).
Worked extensively in data analytics stream of risk domain thereby evaluating/
forecasting different risk numbers using python.
Cloudthing as Lead Engineer
Jul 2014 to Apr 2017
* Contributed to the code to implement RBAC(Role based Access Control) Framework
using python to control and check user access based on their role.
* Contributed to the code to implement template based Data Analysis command line
tool using python for leading client in UK and Restful apis implementation using
Python Flask Framework.
* Implemented Elastic Search based search engine to filter out selected elements
from millions of records using various elastic search functionalities.
* Handled complex integration of Apache Spark with Cassandra and
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
ABHINAV KUMAR
Engineer with 10+ years of experience with both SQL and NoSQL databases, scalable
architectures, distributed computing, microservices and DataScience. Individual
contributor as well as a team lead, proficient in developing python applications.
Key Skills: Python, Microservices, NoSQL (Cassandra and MongoDB), Distributed Computing, Docker, Kubernetes,
Machine Learning
Summary
A result-oriented professional with experience in python, machine learning, microservices, distributed computing, NoSQL/SQL
databases, and Kubernetes/docker. Leading the development of multiple products from scratch, with active involvement
throughout the development life cycle. Having strong communication, leadership, and technical background. A regular
contributor to a system enhancement.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c45081…
https://freesearch.naukri.com/preview/printResume?uname=960c443986d4a5b476bab61018eb2deb5d5e0b561b460d175115145d5c0f594c4508160747155b5b5… 2/2
ElasticSearch.
* Data Modelling in Nosql Database like Cassandra.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Madan Mohan Malaviya Engineering College (MMMEC) in 2009
PG: M.Tech (Data Science and Engineering) from Birla Institute of Technology and Science (BITS), Pilani in 2021
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Machine Learning, DevOps
Microservices, Apache Spark
Cassandra, MongoDB, Kubernetes
Docker, Redhat Openshift
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 56: Resume 91 with similarity score 0.06715695186657293
Resume Text: MS , B.TECH science intern , work from home big data analytics , algorithms , internships , deep learning , rapid growth , platforms , interpersonal skills , statistical modeling , natural language processing , sql , resume , neural networks , fostering , running , machine learning , computer science , assessment , data science , python , ion , technology Assessment
Q1. Why should you be hired for this role?
Dear Sir I am 2019 Computer Science graduate. I worked as a data science intern at Redcarpetup New Delhi and have 5 months of work
experience over there. I have gone through multiple ecourses on machine learning and deep learning on various platforms. I am very well versed
with coding in Python and can use various packages required for running the various machine learning algorithms in it. I am aware that you will
receive a large number of applications for this job, but I would very much appreciate the opportunity to demonstrate my capabilities to you in
person. If given a chance I can assure you that with my learning and interpersonal skills I will quickly adapt to the organisation requirements and
will help in fostering rapid growth of the company. Thus, requesting you to kindly give me a chance to work for your company. I hope to get a
positive reply from your end in near future
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 7906810241
Arun Mishra
Delhi, Pune
Applied 08 Feb'21
Natural Language Processing
NLP
Python Data Analytics
Machine Learning Neural Networks SQL
Statistical Modeling BIG DATA ANALYTICS
Bachelor of Technology B.Tech), Computer Science
Dr. K. N. Modi Institute OF Engineering & Technology
2015 - 2019
CGPA 7.00/10
Data Science Intern
Precily, Delhi
May 2020 - Nov 2020
Data Science
Redcarpet Up, Delhi
Aug 2019 - Jan 2020
Rank 57: Resume 45 with similarity score 0.06687217252657403
Resume Text: M.E , MS , BS quality engineer , work from home , autocad mobility , big data analytics , algorithms , forest , classification , deep learning , mar , vs , data mining , 3d modeling , assembly , step , automotive design , linux , natural language processing , online programs , artificial neural networks , mechanical product design , visualization , sentinel , fixtures , models , project , autocad , biw , prediction , resume , decision trees , salary , materials , engineering design , machine learning , social networks , autonomous vehicles , completion , tableau , assessment , data science , python , dds , artificial intelligence , catia Assessment
Q1. Why should you be hired for this role?
I have experience in mechanical product design and Drafting . I have learnt Data Science project online platform to design sustainable mobility
Product design for society.I have done Machine learning , Deep learning, Artificial Intelligence Project.I really enjoy if you give me cad AI software
project where I can put my previously experience and other data science projects as well.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I will join immediate as much possible. you can contact me.
regards
Ajay sahare
879366726
Resume
EDUCAT ION
JOBS
Ajay Sahare
Hyderabad, Pune
Applied 08 Feb'21
Python Natural Language Processing
NLP
AutoCAD
Catia MSPowerPoint Machine Learning
Artifical Intelligence BIG DATA ANALYTICS C Programming
Data Analytics Deep Learning Linux
MSExcel
Mechanical Engineering
Priydarshini Bhagwati College Of Engineering Nagpur
2011 - 2015
Percentage: 61.00%
Senior Secondary XII, Science
EXCELLENCE SCHOOL SAUSAR
MP BOARD board)
Year of completion: 2009
Percentage: 68.00%
Secondary X
EXCELLENCE SCHOOL SAUSAR
MP BOARD board)
Year of completion: 2007
Percentage: 81.00%
Engineering Design
DDS Nagpur, Nagpur
Aug 2018 - Present
Designing of jig fixtures Automotive design
Skill CATIAV5 , AutoCAD, SOLIDWORK
Programming- Python
Quality Engineer
Sentinel Engineering Services, Rajkot
Jan 2017 - Apr 2017
Job responsibilities
1.visual inspection of Materials
2.Measurement the part using comparator gauge like Go gauge.
3.prepare sheet after final inspection.
TRAININGS
PROJECTS
CONTACT Phone: 91 8793667269
Machine Learning
udemy, Online
Jun 2019 - Oct 2019
Machine Learning AZ™: Hands-On Python & R In Data Science
Learn to create Machine Learning Algorithms in Python and R from two Data Science experts. Code templates included.
Data Analytics
udemy, Online
Apr 2019 - Sep 2019
Data Science AZ™: Real-Life Data Science Exercises Included
Learn Data Science step by step through real Analytics examples. Data Mining, Modeling, Tableau Visualization and more!
Artificial Intelligence AZ
udemy, Online
Mar 2019 - Jul 2019
In this online programs we build Some cool Ai game Like doom AI, breakouts AI ,autonomous vehicles car playing AI. and Q
learning ,deep Q learning ,A3C algorithms.
Deep Learning AZ™: Hands-On Artificial Neural Networks
udemy, Online
Mar 2019 - Nov 2019
Learn to create Deep Learning Algorithms in Python from two Machine Learning & Data Science experts. Templates included.
Salary Prediction using simple machine learning
Sep 2019 - Oct 2019
https://github.com/ajsmack/Salary-Prediction-SLR
In given salary vs Experience dataset experience is independent variable and salary is dependent variable .using machine
learning algorithm( y=mx+c ) where m is slope c is constants.
Prediction of salary of employees
Sep 2019 - Oct 2019
https://github.com/ajsmack/Prediction-of-salary-of-employees
In salary vs Position dataset we have build multiple models and deploy using multiple machine learning
algorithm.ex:Polynomial, SVR,Decisions tree,Random Forest algorithms
Predicted customers behaviour will they buy company products
Sep 2019 - Oct 2019
https://github.com/ajsmack/Predicted-customers-behaviour-will-they-buy-company-products
In social Networks ads dataset we apply logistics regression, Decision trees classification ,random forest classification to
predicted the or identify which customers is going to buy product.
Drafting of Jig set
Mar 2019 - Aug 2019
As per 3d Modeling drafting of Various Biw Jigset like hoodledge, rear side A-piller B-piller etc
Software CATIA AUTOCAD
3d Modeling of Jigset
Jan 2019 - Mar 2019
Designing Assembly line Jiggest asper client requirement
Software CATIA AUTOCAD
https://github.com/ajsmack/Salary-Prediction-SLR
https://github.com/ajsmack/Prediction-of-salary-of-employees
https://github.com/ajsmack/Predicted-customers-behaviour-will-they-buy-company-products
Rank 58: Resume 1498 with similarity score 0.06684266154684455
Resume Text: nan application support , project lead , it analyst , student , full time , senior analyst web development , change requests , soap , designation , ug , xslt , telecom , affirmative action , hindi , maintenance , player , service development , authorization , english , status , timelines , software testing , email , project , osb , application , bengali , xml , fixing , aia , oracle soa suite , rest , service design , middleware , languages , presentation skills , xquery , oracle service bus , sql server , completion , weblogic , javascript , eclipse , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f16…
https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f165743100b0f0c0… 1/2
Current Designation: application development senior analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Accenture as application development senior analyst
Apr 2020 to Till Date
soa osb soap xslt xsd xquery rest jdev eclipse middleware
TCS as IT Analyst
Apr 2019 to Apr 2020
Wipro Technologies as Student Computer Application
Sep 2014 to Apr 2019
UG: BCA (Computers) from WBUT in 2014
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Shayeri Ganguly
Application Development-Senior Analyst seeking roles in Software
Development,Application Programming,Coding,Web Development,Requirement
Gathering,Software Testing,Application Support,SQL Server,XML,Weblogic
Server,Oracle Data Integrator,SOAP UI
Key Skills: Application Development-Senior Analyst,Project Lead,Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software Testing,Application Support,SQL
Server,XML,Weblogic Server,Oracle Data Integrator,SOAP UI
Summary
6 years of IT experience.
Presently designated as Application evelopment Senior Analyst.
Gathering and analyzing the given requirements and development of new Services within specific timeline.
Management of Change requests, fixing the bugs and completion of same with in Business timelines.
Efficient in service design, Requirement gathering, Service development, maintenance, production support.
Developed, deployed and integrated various complex/non-complex re-usable modules/services of telecom domain as well as
TECH domain.
Excellent communication and presentation skills, quick learner, good team player and adapt to learning.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f16…
https://freesearch.naukri.com/preview/printResume?uname=fd158c9c6f5532ccf1d06606bad548f00b0c005449120b120014155e09015642150f165743100b0f0c0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Bpel,Aia,SQL Server
ORACLE SOA SUITE
Oracle Service Bus
XML,11G,Weblogic Server
Oracle data integrator
Soap UI
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 59: Resume 797 with similarity score 0.0666071877909722
Resume Text: MS , BS technical architect , entry level , datastage architect , enterprise data architect , etl architect , full time , part time , senior datastage developer , technical lead , database architect data warehousing , training , design consulting , core java , telugu , connect , demand , office , pdf , alteryx , ssl , pattern , design documents , status , datastage , specifications , data architecture , xml , pl/sql , rdbms , testing , life sciences , components , building , kibana , sybase iq , sql server , organization , suite , retail , designation , hindi , windows , icc , json , english , logstash , agile , project , ownership , ibm , performance tuning , information server , data analysis , documentation , his , data integration , enterprise data , javascript , hadoop , html , reporting , pages , affirmative action , information technology , oracle , infosphere , curl , power bi , maintenance , unix , kafka , advanced , metadata , email , ad-hoc , operations , technology solutions , languages , sme , data marts , sqoop , hive , search , web , apps , database , cdc , api , dwbi , analytics , scratch , authentication , z/os , autosys , authorization , teams , models , record , application , squirrel , datasets , merge , framework , replication , tableau , olap , python , load , etl , change data capture , powerpoint 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b165…
https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b16564044580f0e5… 1/3
Current Designation: Technical Architect
Current Company: Cognizant Technology Solutions India
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India as Technical Architect
Jan 2006 to Till Date
1. Northern Trust bank, Enterprise Data Architect team, USA/India
Client Northern Trust bank
Technologies
Alteryx Server/Designer/Connect, Swaggerhub ,
Power BI, IBM IIDR (CDC), Tableau, PL/SQL, Unix
Shell script, Control-M
Role BI/ETL Architect
Location Chicago, USA/ Hyderabad, India
Duration Jan 2017 - Till date
Project Description:
Northern Trust bank's ICC (Integration Competency Center)/ Enterprise data architect team goal is
to provide a mechanism in which Datawarehouse solutions are designed, developed and
implemented following Industry wide best practices and make it widely accepted tools across the
Organization/Bank. To attain that goal and maintain consistency, an ICC ETL framework has been
identified, as well as an ETL/BI development methodology that leverages the existing Northern
Trust delivery process. Also, team will evaluate new tools to the bank and perform POCs to validate
Last Active: 11-Feb-21 Last Modified: 9-Feb-21
Ravi Kumar Kallepu
Technical Lead/Architect with 10 years of USA onsite experience seeking roles in Data
Integration, Data Analysis, Datawarehousing, Data Replication,Database,Alteryx, ETL,
DataStage, Python, Control-M, CDC, Unix
Key Skills: Alteryx,Senior Datastage Developer,Datastage,Control-M,ETL Tool,Unix,ETL,Oracle,SQL,CDC,ETL
Architect,Data Architect,Data Warehousing,PLSQL,OLAP,OLTP,Data Architecture,Metadata,Data Integration,DW,DWBI
Summary
Mr. Ravi Kumar Kallepu has 15 years of experience in Information Technology. Currently
working as Technical Architect with Cognizant Technology Solutions India, ample
experience working at various client locations in USA for 10+ Years.
As part of his assignments, he has been in Data Analysis, Design, Development (using SDLC,
Agile models), Testing and Maintenance of Data Warehouse/ Data Lakes/Data Marts in
diversified business areas - Banking, Retail and Life sciences Domains.
Experience in Analysis, Design, Development, and Implementation of Relational Database
(OLTP) and Data Warehousing Systems (OLAP). Worked on multiple ETL/Data
Integration/Analytics tools, performed various POCs on different tools & technologies to
validate the functionalities, guide the teams on architectural decisions.
Proficient in interaction with the business users, application teams and designing load
strategies and producing high level and Detailed Design Documents.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b165…
https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b16564044580f0e5… 2/3
the functionalities and guide the teams on architectural decisions, establish data ownership,
documentation and enhance governance process with standardization rules.
As a BI/ETL Architect, works closely with different application teams to provide BI/ETL
Application and Design consulting, provide Subject Matter Expert (SME) support for
building Data lakes, Data Marts, Data warehousing solutions, estimating tools,
development standards, recommendations, performance tuning and best practices.
Provide enterprise Solutions using Alteryx Designer & Server components, build
workflows/apps/macros to source the data from various systems including RDBMS, flat
files, APIs . Setup Alteryx Connect and Swaggerhub components from scratch, loaded
source data from various sources. Build custom pages, tables to load custom API data.
Built Alteryx Apps using Advanced tools like python/cURL scripts, JSON/XML parsers , read
PDF files, PowerPoint slides using Python , Web scrapping and prepare on demand reports
using different Layouts. Build custom tools using snake plane pilot, implemented custom 2
way SSL authentication.
Design and develop ETL workflows and datasets in Alteryx to be used by the BI Reporting
tool Write Complex SQL queries on multiple tables using complex joins, Prepare technical
specifications and documentation for Alteryx workflows supporting BI reports
Work on importing/exporting data using Sqoop into HDFS from Relational Database
Systems and vice-versa to build Enterprise Data Platform at the bank, used Hadoop shell
commands to perform operations against data in HDFS and Performed ad-hoc querying to
verify results using HIVE.
2. Northern Trust bank, DataStage Upgrade and Change Data Capture, Chicago, USA
Client Northern Trust bank
Technologies
IBM Infosphere Information Server Suite of products 11.x,
9.x, IBM IIDR (CDC) , DB2 z/OS, Oracle, DB2 i, PL/SQL, Unix
Shell script , Control-M, Kafka, Elastic Search, Kibana,
Logstash
Role ETL/DataStage Architect
Location Chicago, USA
Duration Jul 2014- Dec 2016
Project Description:
Northern Trust's many application teams need capturing the data changes on different sources in
real time or near real time fashion, ICC team created a new DataStage architecture pattern for
capturing the changes on DB2/As400/Oracle Tables using IBM IIDR product's CDC Direct connect
option & DataStage Jobs and publish the changes to target Systems in real time. This new pattern
now used by multiple teams at the bank, earlier these teams were using CDC flat file option or
some other batch process where they used to collect & merge change record files in regular time
intervals but there was at least 30-60 minutes delay to capture changes on source Tables and write
them to target systems , additionally there was also overhead of keeping track of last processed
files , however the new pattern addressed all these issues.
PG: MCA (Computers) from Osmania University in 2005
Other Qualifications/Certifications/Programs:
Entry level training in Advanced Java
Alteryx Designer Core
SCJP
SCWCD
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Hive, Impala, Kafka,Oracle, 1 Year(s)
MS SQL Server, Sybase IQ,Core Java
Squirrel SQL, Tableau, Power BI 1 Year(s)
Python, PL/SQL, HTML, Java Script, 3 Year(s)
Windows 10,7, UNIX, MS Office
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b165…
https://freesearch.naukri.com/preview/printResume?uname=0e4e1f6cd34611e281c5406b1f2ede2e0c0e08071c1601180a1514580f0e0748150b16564044580f0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: India,United States
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Autosys, Crontab,Unix Shell script 3 Year(s)
AlterYX 2020.2 2020 4 Year(s)
Datastage 11.5 10 Year(s)
ETL 10 Year(s)
CONTROL-M 10 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 60: Resume 476 with similarity score 0.06643245920515042
Resume Text: MS , B.TECH , BS work from home , machine learning engineer codes , optimization , matplotlib , algorithms , data visualization , deep learning , blogs , mercedes-benz , pca , mar , nlp , data mining , case , scratch , new concepts , natural language processing , eda , english , models , sql , manufacturing , project , application , nasa , steel , computer vision , resume , github , testing , machine learning , youtube , translation , statistics , quiz , completion , assessment , data science , python , unsupervised learning , ml , spectrum , technology , pipeline , italian , mathematics , online Assessment
Q1. Why should you be hired for this role?
I would like to introduce myself as an applicant for the Data Science internship. My abilities as a Data Science began with a bachelor's degree
from Dr A.P.J. Abdul Kalam Technical University. Along with college, I had done a Machine Learning course from the Applied AI Course. At the
Applied AI Course, I had done 30 assignments which were based on a wide spectrum of concepts like data mining, visualization, statistics,
optimization, SQL, Machine Learning, Deep Learning, Recommender system. As a Machine Learning engineer, I have a deep understanding and
intuition regarding Machine learning, Deep Learning algorithms ,Data Visualization and Mathematic. I had applied this knowledge and skills to
solve three case-studies, which was based on ML, Computer Vision and NLP. I had put all the codes on GitHub. I have also made detailed blogs
and videos on Medium and YouTube respectively. I had also used my skill and concepts in Kaggle competition Mercedes-Benz Greener
Manufacturing) in which I got a score under the top 1 percentile. Other than my skills, I am hardworking and passionate to learn new concepts and
skills. I would like to thank you for taking the time to review my application.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 month, starting immediately, for a work from home internship
Resume
EDUCAT ION
TRAININGS
PROJECTS
SUJIT KUMAR
Noida
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
Data Science Deep Learning Machine Learning
Mathematics SQL
Bachelor of Technology B.Tech), Mechanical Engineering
G.L. Bajaj Institute Of Technology And Management
2016 - 2020
Senior Secondary XII
Ramagya School
CBSE board)
Year of completion: 2016
Machine Learning
Applied A.I. Course(AAIC, Online
Aug 2019 - Aug 2020
Here, I had done 30 assignment which were based on a wide spectrum of concepts link Data Mining, Visualization or EDA,
Optimization, SQL, Recommender System, Machine Learning(Supervised and Unsupervised ) and Deep Learning.
Severstal Steel Defect Detection
Jul 2020 - Aug 2020
https://medium.com/7799sujit/where-and-what-type-of-defect-is-present-in-steel-5e96da7e480
The goal of this project is to build a pipeline which can help to find what types of defect steel has and where that defect is
present on the steel.
Based on ML/DL and Computer Vision]
Code - https://github.com/sujitpso77
Sentence Translation
May 2020 - Jun 2020
https://gitfront.io/r/user-3925713/7b119fe72defee5318f2e0a14fef549fe81729fc/Sentence-translation/
The goal of this project is to make a model that can translate Italian to English sentences from scratch.
Based on Deep Learning, NLP and Attention Model]
Deployment - https://www.youtube.com/watch?v=qC3V1VL_qtE&feature=youtu.be
https://medium.com/@7799sujit/where-and-what-type-of-defect-is-present-in-steel-5e96da7e480
https://gitfront.io/r/user-3925713/7b119fe72defee5318f2e0a14fef549fe81729fc/Sentence-translation/
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8527375105
Mercedes-Benz Car Testing Time
Mar 2020 - Apr 2020
https://medium.com/7799sujit/mercedes-benz-greener-manufacturing-419c4eefe2f8
The goal of this project is to predict time taking to test the car using Machine Learning Technique.
Based on Supervise ML and Ensemble Models]
Code - https://github.com/sujitpso77
Technical Expertise
1. ML Algorithms include supervised and unsupervised learning
2. Deep Learning MLP, CNN, RNN LSTM, Attention Model)
3. Computer Vision and NLP
4. Experience in Data Visualization with PCA, TSNE, Matplotlib and Seaborn
Achievement
1. Got a score under the top 1 percentile in the Mercedes-Benz Greener Manufacturing Kaggle competition.
2. Got 2nd position in NASA quiz competition at the school level.
https://medium.com/@7799sujit/mercedes-benz-greener-manufacturing-419c4eefe2f8
Rank 61: Resume 244 with similarity score 0.06536907880864762
Resume Text: MS , BS work from home big data analytics , css , classification , deep learning , mysql , cloud , natural language processing , heroku , eda , models , ethics , project , pandas , application , leadership , fit , computer vision , oral communication , iit , prediction , resume , neural networks , datasets , java , machine learning , computer science , building , tableau , completion , assessment , data science , python , forecasting , history , technology , attrition , html , database , online Assessment
Q1. Why should you be hired for this role?
I am a 2020 CS graduate and have been working within Data Science for the last year, participating in hackathons and doing several projects
from Neural Networks to Complete End to End deployment on cloud technologies. Recently I have started exploring and playing with Next data
and time series Forecasting.
I think ill be a good fit for the internship as I have hands on experience dealing with datasets and am still as intrigued by data as ever.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am Available for the 3 month with my 100% dedication and time devoted to complete the task at hand.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Ishwar Yadav
Gurgaon, Pune
Applied 08 Feb'21
Python Natural Language Processing
NLP
Computer Vision
HTML Machine Learning MySQL
BIG DATA ANALYTICS CSS Data Analytics
Data Structures Database Management
System DBMS
Java
MSExcel Neural Networks Tableau
Bachelor of Computer Science B.C.S.), Computer Science
Delhi University
2017 - 2020
CGPA 7.00/10
Diploma, Data Analytics
Indian Institute Of Technology Guwahati
2020 - 2020
Senior Secondary XII, Science
Cca School
CBSE board)
Year of completion: 2016
Percentage: 84.00%
Secondary X
Cca School
CBSE board)
Year of completion: 2014
Percentage: 82.00%
College Techfest leader
Summer Analytics
IIT GUWAHATI, Online
Apr 2020 - Jun 2020
A primer course on Data Science involving Fetching,Scraping,Cleaning,Visualizing and predicting from Data .
This course requires knowledge and application of Machine Learning as well as building multiple ML models .
Cars24_PricePredictions(Deployed on Heroku)
Sep 2020 - Dec 2020
https://github.com/lSHWAR/CarPrice_EndToEnd_Deployed_testing
https://github.com/lSHWAR/CarPrice_EndToEnd_Deployed_testing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9910087029
Car resale price prediction based on dataset of CARS24 ,
Implemented ML models and Deployed on HEROKU
Deep learning project
Aug 2020 - Aug 2020
http://github.com/ISHWAR/Deep-Learning-Proj
Neural Network with multiple hidden layers to classify images as a certain animal or not
Neural Networks image classification
Jul 2020 - Jul 2020
http://github.com/ISHWAR/Image-classification
Coding a neural net with 3 layers end to end
COVID19 Data Analytics
May 2020 - Jun 2020
https://github.com/lSHWAR/COVID_Proj
To predict Employee Attrition by given data about his/her past history.
we use different data tools like Pandas,EDA,Scraping tools,Machine learning,Scikit learn,Neural networks etc.
Organised and result oriented work ethics,
learning and leadership qualities with excellent written and oral communication skills.
Good programming grip.
http://github.com/ISHWAR/Deep-Learning-Proj
http://github.com/ISHWAR/Image-classification
https://github.com/lSHWAR/COVID_Proj
Rank 62: Resume 304 with similarity score 0.06442220137309351
Resume Text: B.E , MS work from home turn , algorithms , data analytics , relational databases , cpp , teams , sql , project , mask , c programming , computer vision , iit , resume , ibm , data analysis , machine learning , computer science , heart disease , foundation , assessment , data science , python , one , organization , online Assessment
Q1. Why should you be hired for this role?
I'm passionate to work in the field of data science,python and hold relevant certifications. meanwhile, joining this honored organization can help
me to learn a lot. And I love to seek guidance of the experienced and the learned teams, which are onboard already. In that way, I will be able to
become the better professional in future. I truly feel your company will undoubtedly help me to build one. And in turn, I will assure you complete
dedication from my end and everything I can do on my level for betterment of the organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
For the prescribed three month internship I would like to extend my joining immediately.I will be available for 67 hrs. per day.
Looking forward to here from you soon.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7387275470
MAHIMA PATIL
Pune
Applied 07 Feb'21
Python C Programming Data Analytics
Bachelor of Engineering B.E, Computer Science
Sinhgad Academy Of Engineering
2018 - 2022
CGPA 8.96/10
Data Analytics With Python
IBM, Online
Dec 2020 - Jan 2021
Programming ,Data Structures And Algorithms Using Python
( NPTEL ) IIT Madras, Online
Sep 2020 - Dec 2020
SQL And Relational Databases
IBM, Online
Sep 2020 - Sep 2020
Python For Data Science
IBM, Online
Sep 2020 - Present
C And Cpp
IIT Bombay, Online
Jul 2019 - Aug 2019
data analysis of heart disease using machine learning algorithms
Aug 2020 - Dec 2020
https://drive.google.com/file/d/1N_0loagzdPI3Be2_Eoy0Umn7b4M81MfJ/view?usp=sharing
data analysis of heart disease using machine learning algorithms
Successfully secured 70% in programming data structure and algorithms using python scheduled by NPTEL
https://drive.google.com/file/d/1h18PbW4ejuFq_ZhT0vfQR6TKarlx0GrO/view?usp=sharing
Selected as an intern at The Sparks foundation for function data science and business analysts
Working with the project face mask detection using Machine learning algorithms , open cv, computer vision.
https://drive.google.com/file/d/1N_0loagzdPI3Be2_Eoy0Umn7b4M81MfJ/view?usp=sharing
Rank 63: Resume 478 with similarity score 0.064412349031198
Resume Text: B.TECH , BS work from home completion , fit , assessment , video editing , general , data science , resume , python , internships , ml , campus , technology , machine learning , computer science , apt , data analytics Assessment
Q1. Why should you be hired for this role?
I feel I am fit for this role, because I have a grrat interest in Computers in general and ready to learn anything related to computers. I am a self-
taught ML developer. My key skills include using ML to perform Data Analytics
and the ability to tell stories derived from
data that is generated by the company. I also have a good proficiency in Machine Learning which is a key part of Data Science.
Hope you consider me for the internship,
Thank You in Advance,
Saai Sudarsanan D
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for a work from home internship starting from Feb 8th or whichever date in the following month, that you may find apt.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
CONTACT Phone: 91 7395951342
Saai Sudarsanan D
Thanjavur, Chennai
Applied 07 Feb'21
Python Data Science Machine Learning
Video Editing
Bachelor of Technology B.Tech), Computer Science & Engineering
SASTRA DEEMED UNIVERSITY
2019 - 2023
Senior Secondary XII, Science
Velammal Bodhi Campus,Ponneri
CBSE board)
Year of completion: 2019
Percentage: 92.60%
Secondary X
PSBB Millennium School, OMR
CBSE board)
Year of completion: 2017
CGPA 8.80/10
Data Science
Verzeo, Virtual
Aug 2020 - Nov 2020
Organiser at Daksh-SASTRA University,Thanjavur
Rank 64: Resume 289 with similarity score 0.06390885386866943
Resume Text: B.E , MS , BS work from home , classifier training , matplotlib , performing , data visualization , deep learning , mysql , studio , databases , basic , speech recognition , project based , models , boot camp , water , pandas , data cleaning , introduction to , numpy , processing , mumbai , chrome , star , lda , resume , rdbms , datasets , electronics , data operations , machine learning , problem solving , opencv , console , completion , assessment , events , balance , data science , python , ml , tabs , cash , online Assessment
Q1. Why should you be hired for this role?
I am Currently Working on Data Science & Machine learning ,Studying and performing Data operations on Various Datasets by and trying to
analysis with help of machine learning model on datasets. I am Comfortable with both Jupyter notebook and R studio for Data Visualization & Data
Pre-processing . To increase my knowledge domain and to get some experience and confidence I am applying for this internship provided by
your company. Github link - https://github.com/Krunal98-eng/House_Sold_prediction)
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months from starting day
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Krunal Rane
Mumbai
Applied 07 Feb'21
Python Machine Learning R Programming
Data Science MySQL
Bachelor of Engineering B.E, Electronics and Communication
Ramrao Adik College Of Engineering Nerul
2017 - 2021
CGPA 6.49/10
Senior Secondary XII, Science
Mumbai University
HSC BOARD board)
Year of completion: 2017
Percentage: 64.00%
Secondary X
St JOHN HIGH SCHOOL
SSC board)
Year of completion: 2015
Percentage: 83.00%
Managed Techfest Events for College in year 201920
Machine Learning And Deep Learning Bootcamp(Python And R
Skillzcafe, Online
Dec 2020 - Present
Machine learning and Deep learning Bootcamp -- I was introduced to Machine learning, Introduction to ML models(Linear
Regressor, Multiple Regressor, Logistic Regressor). Create machine learning models to predict House-prices, and Currently
Studyin g KNN.
Data Science
Skillzcafe, Online
Dec 2020 - Dec 2020
Data science Boot camp -- Bootcamp based on python built in libraries like( Numpy, Pandas, Sklearn, Matplotlib, Seaborn. )
How to create Dataframes, Perform stastistical operations on data using seaborn. Data-dependency, Data cleaning etc!
My-SQL
Skillzcafe, Online
Nov 2020 - Nov 2020
My-Sql for all provided by skillzcafe . Lecture Series based on how to create databases? why Rdbms? How to perform
various database operations!, linking Database with python.
Python Bootcamp
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9892987249
udemy, Online
Sep 2020 - Oct 2020
Python Bootcamp Training in which I was introduced to python basic datatypes(lists, tuple, dictionary, strings) Object-
Oriented-programming, Python built in libraries, And Mini project based on Python.
House_Price_Prediction Python , R
Dec 2020 - Jan 2021
Bengaluru_House_Price_predicition. Predicting house prices and whether the house will be sold or not. Performed KNN
Classifier, Logistic Regressor , and LDA Models on House Dataset and compared all 3 results for better proficiency.
Bank Mangement System Python - OOP
Nov 2020 - Nov 2020
A python object Oriented Based project . Which runs of console gives User to deposit and withdraw cash and also helps to
predict Current Balance.
Desktop Assistant Python, OpenCV, NLP
Oct 2020 - Present
A Desktop Assistant made with help of python in built libraries (pyttx3, pyaudio, Speech Recognition, wikipedia3, pyspotify(
Currently Working) , open cv. It does tasks for you likely it plays Music, open chrome tabs, Read News for you.
Pokemon Dataset Python , R
Dec 2020 - Present
Working on Pokemon Dataset. To Analyse Data and to predict Which Pokemon type (eg. Grass , Water, Poision, Fire) Can
beat Other pokemon types by knowing thier Strengths , Stamina , And Aggression.
4 Star Hacker-rank profile in python.
3 Star in Problem Solving Hacker-Rank
Rank 65: Resume 1139 with similarity score 0.06348130097260095
Resume Text: B.S , MS technology architect , full time , senior architect , informatica , business objects general , customer , spark , data visualization , designation , ug , data warehouse , mar , affirmative action , oracle , technical architecture , linux , maintenance , azure , ltd , power bi , unix , windows , authorization , erwin , teams , status , email , project , essbase , infosys , application , aws , leadership , pl/sql , business strategy , hp , data analysis , machine learning , mvs , teradata , sql server , tableau , solaris , hive , hbase , javascript , technology , cloud computing , solution development , hadoop , prospect 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d44…
https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d440511140c5e5d… 1/2
Current Designation: Senior Technology Architect
Current Company: Infosys Limited
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Infosys Limited as Senior Technology Architect
Nov 2017 to Till Date
Hexaware Technologies Ltd as Senior Architect
Oct 2015 to Oct 2017
Wipro Technologies as Architect
Mar 2012 to Oct 2015
UG: B.Sc (Maths) from Madurai Kamaraj University (MKU) in 1994
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Kasimayan Chellam
Senior Technology Architect seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Cloud
Computing,Project Management,Data Visualization,Data Analysis,Power
Bi,SQL,Azure,AWS
Key Skills: Senior Technology Architect,Tech Architect,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Cloud Computing,Project Management,Data Visualization,Data
Analysis,Power Bi,SQL,Azure,AWS
Summary
Has over 17 years of experience in data warehouse, Cloud with total 20 years IT
As industry expert in cloud-enabled solutions, develops and drives large, multiple and/or complex business solutions for
targeted/assigned customers. Provides in-depth solutions architecture capability based on specific customer's business needs.
Oversees holistic solutions from both business and technical perspective, taking into account all realities and constraints such
as costs, contract terms, business conditions and the technical environment of the client
Provides leadership and strategic guidance with pursuit teams during the solution development process to ensure alignment
with overall company sales and client business strategy and effective use of AWS services. Develops high-level technical
operating strategies and solutions, and benefits. Analyzes stakeholders, identifies and recognizes prospect traits and
determines how to effectively influence their decision
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d44…
https://freesearch.naukri.com/preview/printResume?uname=203c4e99ef9b2bb4c742d13816d6d2df0d5f58031c150e4204401359085d0342125d440511140c5e5d… 2/2
PG: MCA (Computers) from Madurai Kamaraj University (MKU) in 1997
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PL/SQL, SQL, UNIX Shell
Erwin, Data stage, Business Objects
Informatica, Tableau
Teradata 15, Oracle, SQL Server, Essbase
MVS, UNIX (AIX, HP-Unix, Solaris, Linux)
WINDOWS
AWS, Azure
Hadoop, Hive, HBase, Spark
machine Learning, No SQL, Statistical
Rank 66: Resume 1192 with similarity score 0.06301967682201179
Resume Text: MS , M.Sc , M.S it professional , sql dba , project lead , full time data warehousing , training , blocking , processors , migrating , log shipping , project teams , security , designation , data extraction , ug , affirmative action , information technology , vista , cloud , rtms , maintenance , azure , ltd , database administration , service providers , outsourcing , service delivery , authorization , english , escalation , status , paas , excel , email , business units , application , aws , groups , map , sql 2008 , bridge , bpo , remediation , windows xp , requirements traceability , business requirements , matrices , performance tuning , transformations , servers , capacity planning , problem solving , functional analysis , computer science , chat , languages , business process , resource management , itil , sql server , failover , restoration , server administration , service operations , javascript , organization , dell , disk , data centers , backup and recovery , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d47…
https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d4705104750545d… 1/2
Current Designation: Cloud specialist
Current Company: Accenture Solutions Pvt Ltd
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - DBA / Datawarehousing
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
Accenture Technology Pvt Ltd as Technical/Migration Lead -SQL/AWS and Azure Paas
May 2010 to May 2010
Lead the delivery of business and functional analysis and artefacts working alongside the Business SMEs and offering
advice and feedback on the potential functional and technical solutions and approach.
Experience in upgrading SQL Server from version 2008 to 2019 · Suggested Disk Capacity, Processors, and Memory
based on the Capacity planning. Involved in installation and configuration of SQL Server 2008/2016 on all the client
servers.
Responsible for design resource management, security, backup and recovery, performance monitoring and tuning, data
management and capacity planning, planning, and implementing failover between database instances.
Experience in Database backup and restoration, resolving the deadlock and blocking issues. Handling the Maintenance
tasks like policy checked, indexes or capacity planning for couple of data centers ·
Migrating the database to Cloud platform (LaaS and PaaS(aws and azure))
Handling the team of 18 people along with that rich experience for bridge calls and presentations.
Strong communication skill which help to interact with clients and application teams.
Present findings, requirements and problem statements for ratification by stakeholders and working groups
Maintaining strong working relationships with internal & external stakeholders, technology partners, service providers,
business units & peer organization
Managing overall service operations, driving business transformations, coordinating R&D functions and providing quality
training to project teams to upgrade their skills levels.
Present findings, requirements and problem statements for ratification by stakeholders and working groups
Identify and document any data gaps to allow change impact and downstream impact analysis to be conducted
Map the business requirements to the solution design using requirements traceability matrices (RTMs) and maintain
through the project lifecycle
Accenture Solutions Pvt Ltd as Cloud specialist
May 2010 to Till Date
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Amanpreet Walia
Technical/Migration Lead seeking roles in SQL Database Administration ,Data
Warehousing ,Data Extraction, Performance Tuning, Solution Design, SQL Server,
MS- SQL ,AWS and Azure PaaS
Key Skills: Technical/Migration Lead,Project Lead,Database Administration,Data Warehousing,Performance
Tuning,Solution Design,SQL Server,MS- SQL,AWS,Azure Paas,Delivery Management,Service Management,MS SQL
Server,SQL DBA,SQL Server Administration,Log Shipping
Summary
A seasoned IT professional with 13+ years of experience in Business process outsourcing, Information technology and Cloud
DBA with expertise of database delivery management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d47…
https://freesearch.naukri.com/preview/printResume?uname=dbc46f20f826ee1b2ceb94a3b37249465a5f5d5918115c18551543505458561e170d4705104750545d… 2/2
A seasoned IT professional with 13+ years of experience in Business process outsourcing, Information technology and
Cloud DBA with expertise of database delivery management.
Quattrro BPO Solution Pvt Ltd. as Solution Engineer- Problem Solving/Service Delivery
Sep 2009 to May 2010
L2 level support for application development and support teams in resolving technical problems related to Windows
XP/Home/Vista.
Ensure timely escalation and remediation of any compliance/ regulatory issues.
Dell International Services as Technical Support Expert -Problem Solving
Jun 2006 to May 2009
Provided base level IT support to the home users.
Supported the users over the phone/Chat and Email during the issues.
UG: BIT (Information technology) from A Reputed Institute in 2002
PG: MS/M.Sc(Science) (Computer Science) from Guru Nanak Dev University (GNDU) in 2006
Other Qualifications/Certifications/Programs:
ITIL
070-462 SQL 2012
Azure AZ- 900
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS- SQL 2008 8 Year(s) 0 Month(s)
AZURE 2 Year(s) 0 Month(s)
SQL 2008/2012/2014/2016
AWS 2 Year(s) 0 Month(s)
SQL SERVER 2008/2016 5 Year(s) 0 Month(s)
Windows XP/Home/Vista
EXCEL 10 2020 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 67: Resume 235 with similarity score 0.06293120181422289
Resume Text: B.TECH , BS work from home , web developer , business analytics intern , collector , associate software engineer codes , training , matplotlib , blogging , internships , bmc remedy , css , sqlite , blogs , telecom , information technology , design , data analytics , rgb , air , web operations , scipy , visualization , node.js , linear regression , normalization , color , work orders , postgresql , models , business analytics , email , project , pandas , application , express , tiles , mongodb , health insurance , introduction to , numpy , gold , resume , ibm , cloud foundry , github , height , data analysis , machine learning , shell scripting , correlation , framework , agile environment , html5 , foundation , tableau , completion , assessment , pivotal , scikit-learn , data science , python , javascript , history , dashboards , amazon web services , database , online Assessment
Q1. Why should you be hired for this role?
Experienced Associate Software Engineer with a demonstrated history of working in the Information Technology and Services Industry.
Skilled in HTML5, CSS3, JavaScript, Python and Data analysis.
Production support and development experience on Pivotal Cloud Foundry and Shell scripting.
Worked on resolving Work Orders and Incidents on BMC Remedy tool for Web Operations and Pivotal Cloud Foundry.
Completed a short-term course on Data Science with Python from Simplilearn Online) 11/1912/19
Completed a short-term course on Introduction to Data Analytics from Simplilearn Online) 11/2012/20
Completed a short-term course on Machine Learning from Simplilearn Online) 01/2002/20
Completed a short-term course on The Web Developer Bootcamp from Udemy Online) 07/2007/20
Completed a short-term course on SQL Training from Simplilearn Online) 08/2009/20
Completing a Master's certification in Data Science from Simplilearn Online) 09/19Present
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months for this internship from home.
Resume
EDUCAT ION
JOBS
Himanshu Kumar
Pune
Applied 08 Feb'21
Python Amazon Web Services AWS CSS
GitHub HTML JavaScript
MongoDB SQLite Shell Scripting
Data Analytics Machine Learning PostgreSQL
Tableau
B.Tech Hons.), Information Technology
MIT College Of Engineering & Management
2013 - 2017
Percentage: 65.67%
Senior Secondary XII, Science
Kendriya Vidyalaya
CBSE board)
Year of completion: 2013
Percentage: 90.20%
Secondary X
Kendriya Vidyalaya
CBSE board)
Year of completion: 2011
Percentage: 95.00%
Data Science And Business Analytics Intern
The Sparks Foundation, Virtual
Dec 2020 - Jan 2021
Write code to collect, crunch and analyze data
Build and tune ML models using Python and sci-kit-learn
Use Tableau to analyze data, find patterns and design visualization dashboards on given dataset
Work in an agile environment as part of a team.
Operations
TFG VACATIONS INDIA, Virtual
Apr 2020 - Dec 2020
INTERNSHIPS
TRAININGS
PROJECTS
Working as part of a fast-paced and dedicated team that works together to provide our clients with the highest possible
level of service.
Online promotion of company products and packages offered
Associate Software Engineer
Accenture, Pune
Oct 2017 - Jan 2020
Skilled in HTML5, CSS3, JavaScript, Python and Data analysis.
Production support and development experience on Pivotal Cloud Foundry and Shell scripting.
Python module to analyse and send data to the email id's provided by the users was created.
Data Science
GRIP At The Sparks Foundation, Virtual
Dec 2020 - Present
1. Write codes to collect, crunch and analyze data
2. Build and tune machine learning models using Python and sci-kit learn.
3. Use BI tools such as Tableau to analyze data, find important patterns, and design visualization dashboards
Introduction To Data Analytics
SIMPLILEARN, Online
Nov 2020 - Dec 2020
SQL Training
SIMPLILEARN, Online
Aug 2020 - Sep 2020
The Web Developer Bootcamp
udemy, Online
Jul 2020 - Jul 2020
Python For Data Science
SIMPLILEARN, Online
Oct 2019 - Dec 2019
Certificate of Achievement - Python for Data Science by
IBM
Height Collector Application
Apr 2020 - Apr 2020
https://github.com/kuhimans/Height-Collector.git
This application was created using Python and Postgresql database. User need to provide email id and height information of
a person and the application will send an email to the mail id.
Books Database Application
Feb 2020 - Feb 2020
https://github.com/kuhimans/BookDBPython.git
Objective/Description: This application was created to perform CRUD operations; user can add new book entry, remove
book entry, update existing book entry and view all the books
Tools Used: Python and Sqlite database
Comcast Telecom Consumer Complaints Analysis
Nov 2019 - Dec 2019
https://github.com/kuhimans/Comcast-Telecom-Consumer-Complaints-Analysis.git
This project was completed as a part of assessment for Data Science with Python module. We used different Python libraries
such as NumPy, SciPy, Pandas, scikit-learn and matplotlib to complete the given analysis and visualization tasks.
Health Insurance Cost Estimation( Supervised Learning Model)
Dec 2019 - Dec 2019
This is a practice project to create Logical Regression model and to apply the concepts learned such as normalization,
correlation, visualization, accuracy, etc.
Home Price Estimation Supervised Learning Model)
Dec 2019 - Dec 2019
This is a practice project to create Linear Regression model and to apply the concepts learned such as regularization,
visualization, mean squared error, etc.
https://github.com/kuhimans/Height-Collector.git
https://github.com/kuhimans/BookDBPython.git
https://github.com/kuhimans/Comcast-Telecom-Consumer-Complaints-Analysis.git
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7620190848
Blogging Application
Jun 2019 - Jun 2019
https://github.com/kuhimans/BlogApp.git
This application was created using Node.js, Mongodb and Express
framework. We can perform CRUD operations in the application.
User can add new blog, remove blogs, update blogs and view all the
blogs.
The Great Color Game
May 2019 - May 2019
https://github.com/kuhimans/ColorGame.git
This application was created using HTML5, CSS3 and JavaScript.
User needs to select the correct colour tile from the given random
colour tiles as per the RGB value generated. User also has an option
to choose from two levels :- Easy and Hard.
Certificate of Achievement - Python for Data Science by
IBM
Recipient of Indian Air Force Benevolent Association
IAFBA scholarship for performance in SSC.
Certificate of Merit in HSC
Gold medal in National Science Olympiad
https://github.com/kuhimans/BlogApp.git
https://github.com/kuhimans/ColorGame.git
Rank 68: Resume 791 with similarity score 0.06292972593144662
Resume Text: B.S , M.Sc , M.S , BS , MS business analyst , consolidator , sql dba , data engineer , team leader , full time , sql server dba , database architect data warehousing , training , customer , telugu , root cause , security , data warehouse , space , databases , status , store , data architecture , transactional , xml , query tuning , testing , infrastructure , elasticsearch , data processing , automation , blocking , travel technology , designation , csm , hindi , cloud , cluster , ltd , windows , data modeling , json , english , troubleshooting , online travel , project , mongodb , deals , redis , performance tuning , testimony , disaster recovery , capacity planning , server migration , computer science , widows , database maintenance , one , javascript , disk , html , litespeed , reporting , general , rca , log shipping , team management , developers , management companies , affirmative action , mysql , tour operators , database administration , iaas , postgresql , email , business intelligence , amazon rds , technology solutions , languages , empower , mechanisms , pre-production , api , mentoring , high availability , migrating , nosql , mirroring , azure , permissions , authorization , graphs , teams , b2b , business analysis , application , sql 2008 , fact , servers , running , auditing , storage , replication , statistics , agents , iis , tableau , events , python , etl , backup and recovery , microsoft sql server 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190…
https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190a4315505c5a0… 1/3
Current Designation: Database Tech Lead and Data Engineer
Current Company: Mistyfly Consulting I Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
Mistyfly Consulting I Pvt Ltd as Database Tech Lead and Data Engineer
Jan 2017 to Till Date
Mystifly is one of the biggest B2B and API global airfare consolidator service company that empower travel business by
providing travel technology solutions to Tour Operators, Travel Agents, Online Travel Agents, Corporate, Hotels and Travel
Management Companies across the globe. A testimony to this is the fact that over 190 origin countries and 35000+ city
pairs were ticketed through Mystifly in 2018 alone. Presently we allow 500 Million flight search request per day.
Responsibilities:
Worked as a Database Architect and Lead the Database Team.
Implementing and Managing the Azure Databases.
Implementation of the Data Warehouse.
Always-ON Support ON Azure on IAAS.
Mentoring the SQL development and BI Team.
Handling and Troubleshooting Performance issues.
In charge for SQL server DBA, designing, capacity Planning and standardized the new Client environments.
Implementation of In-Memory OLTP, File Storage, Column Storage Index.
Implementation of Azure Table Storage and Elastic Search for XML Data Processing.
The goal is to serve 1 billion flight searches per day, with growing in number of clients.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Confidential
CSM Database Tech Lead & Data Engineer seeking roles in Database
Administration,Data Warehousing,Data Architecture,Data Modeling,Business
Intelligence,Performance Tuning,ETL Development,MS SQL
Server,NoSQL,PostgreSQL,HTML,JavaScript,XML,JSON,MySQL
Key Skills: Database Tech Lead & Data Engineer,Database Architect/Designer,Database Administration,Data
Warehousing,Data Architecture,Data Modeling,Business Intelligence,Performance Tuning,ETL Development,MS SQL
Server,NoSQL,PostgreSQL,HTML,JavaScript,XML,JSON
Summary
Having 19+ Years of IT experience and 15+ years as MS SQL Server DBA.
Having 4 Years of experience on Open-Source Solutions like Python, Elasticsearch, MongoDB and Elasticsearch.
Responsible for maintaining, monitoring, and troubleshooting SQL Server performance issues.
Responsible for implementing new methods of automating various maintenance processes related to the SQL Server and
PostgreSQL environment.
Identified root cause and implement short- and long-term fixes for issues
Performed proactive audits and analysis on SQL Instances, databases storage configuration. Optimized the design of large
Databases which are TB in size, Database files and file group management.
MYSQL Implementation, Administration and migrating SQL Server Database to MySQL
Experience in providing Good production support for 24 x 7 on Azure Cloud and Remote Infrastructure
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190…
https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190a4315505c5a0… 2/3
Detailed work responsibilities of present company are mentioned on Page 1.
Working on Python/Elasticsearch to prepare Graphs and Statistics.
Implementation on PostgreSQL Database to save SQL Server License Cost
Implementation MongoDB, to store flight Search Related Logs.
Berkadia Services India Ltd, as Lead DBA
Aug 2013 to Nov 2016
Responsibilities:
Senior DBA and Leading the Database Operation Projects.
Automated the SQL Server general tasks and helped the team to reduce their efforts.
Worked on Performance issues like High CPU, memory, troubleshooting the t-sql query issues and did query tuning.
As a SQL DBA, maintaining and monitoring SQL server.
I am responsible for the SQL server migrations.
Need to handle all the SQL Server escalations which comes to SQL team.
Need to coordinate with the business analyst and discuss about the projects plans, upgrades, maintenances and other
SQL related works.
Worked on much automation for the SQL servers in terms of audits, SQL agent job activities, SQL backup reports, SQL
disk reports and few others.
Need to provide SQL Server trainings to Developers and Junior DBAS.
Implementation of Amazon RDS and Amazon Database Migration, TDE on Sensitive Databases
Responsible for all DBA related activities from India site and High Availability and Disaster Recovery of Servers
Need to provide RCA for critical issues and document them for future reference.
Recruitment, Performance Rating
Team Size 15 (11 - India and 4 - Onsite)
Sonata Software Ltd, as DBA Lead
Jul 2008 to Aug 2013
As a team Leader, I am responsible for trouble shooting SQL Database problems in windows environment, installation and
maintenance of SQL Servers. I have implemented high availability solutions for SQL servers. I have executed many
migration/upgrade of SQL standalone and Managed Cluster servers in Microsoft Windows environment. Also I handled
migration of critical applications which were hosted on standalone.
Monitoring and maintaining more than 150 servers as part of day to day activities
Applying System, application builds and security patches
Creating and managing databases, monitoring SQL Servers, Automation using SSIS and SSRS
Establishing backup and recovery procedures
Implementing Security policies by creating logins, users and managing permissions.
Managing High Availability environment
Performance Tuning and Optimizing, Backup and Recovery, Replication (Transactional)
Log Shipping, Clustering (Active/Passive) & SQL Mail/Database Mail Integration
SQL Server Agent-Events, Jobs, Alerts and Operators.
Database Maintenance & Server Migration: SQL 2005 to SQL 2008
Helping Development and Test teams for releases on UAT and Production environments.
Team management, training and coordinating with team members on technical issues and other general issues.
Proactively working on Performance and Blocking issues on servers by auditing Databases.
Maintaining of Backup Strategies as per the company standards using SQL Litespeed.
Solving Disk space, Log files full and database file full related issues on SQL servers.
Recruitment, Project training
Team Size: 6
This project is into SQL Server production support of more than 120 Production servers and many pre-production testing
servers. TUI monitors all these servers using Tivoli as well as MOM and all the alerts will be sent to our mailbox. Apart
from these alerts we have customer mails for various issues. This project deals with various mechanisms such as
Clustering, Log Shipping, DB Mirroring and Replication, job monitoring to promote the high availability of the system.
Experience 3.2: Sonata Software Ltd (Team Lead) January 2012 - August 2013
This project is into CHURCH's Chicken SQL Server Data warehouse support for 2 Production servers. Church's use this
server for Reporting, Business Analysis.
Applying System, application builds and security patches
Creating and managing databases, monitoring SQL Servers
Establishing backup and recovery procedures.
Implementing Security policies by creating logins, users and managing permissions.
Monitor jobs and ensure jobs should execute by 8 AM
Analyzing Long running queries and Performance Turning
Team Size: 2
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190…
https://freesearch.naukri.com/preview/printResume?uname=37e9ef7a54e489f90b41fb4b6a0c445c0c5c0b034f110d120111470a080e0048120b190a4315505c5a0… 3/3
UG: B.Sc (Maths) from Berhampur University, Berhampur in 1997
PG: MS/M.Sc(Science) (Computer Science) from Kuvempu University, Karnataka in 2008
Other Qualifications/Certifications/Programs:
GNIIT in Honors Diploma
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft SQL Server
NoSQL
PostgreSQL
WIDOWS SERVER
Microsoft IIS, HTML
Javascript, XML, JSON
Mongo Db
Elastic Search
Redis cache
TABLEAU
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Oriya
Telugu
Rank 69: Resume 1141 with similarity score 0.06246560573195848
Resume Text: BS , B.E , MS , B.TECH , PhD project manager , oracle dba , cloud architect , technical architect , enterprise architect , devops , solution architect , full time , informatica , mysql dba , database administrator , application support engineer data warehousing , appdynamics , oracle support , microsoft azure , database monitoring , bash , regular expressions , databases , docker , flume , intelligence , status , data architecture , safeguarding , testing , ec2 , supply chain , sql server , organization , demand forecasting , elasticsearch , data processing , functional specifications , devops , spark , kubernetes , forest , designation , deliverables , cloud , ltd , windows , low latency , avs , data modeling , troubleshooting , agile , project , provisioning , solution architecture , intrusion detection , performance tuning , obiee , kanban , metadata management , fuel management , one , javascript , connectors , hadoop , oracle streams , general , scrum , vendors , affirmative action , mysql , data analytics , maintenance , unix , database administration , master data , kafka , snowflake , postgresql , email , customer applications , business analytics , aws , recoveries , sqoop , big data , hive , teradata , proof of concept , engineers , jenkins , people management , nosql , ug , compass , remote locations , authorization , client/server , teams , enterprise , devices , transformations , s3 , replication , translation , tableau , sink , hbase , python , data guard , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b190…
https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b1906144750095a5… 1/3
Current Designation: Architect-IT
Current Company: Prokarma Softech Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: PG Diploma [Project Management]
Verified : Phone Number | Email - id
Prokarma Softech Pvt Ltd as Architect-IT
Aug 2010 to Till Date
Modern Data Analytics Platform - Metadata Management (Informatica EDC): Involved in Re-design of Modern Data
Analytics Platform having 1300 TB from different data sources. After reviewing potential vendors and selected Informatica
EDC for Data Catalog platform.
Domain Driven paradigm - Master data ingestion (Python, Oracle, PostgreSQL, Sqoop, and Informatica): Developing
Domain Driven paradigm instead of one true big data platform (Datalake). Started with ingestion of Business critical
Domain data.
High volume data processing with low latency (AWS RDS Mysql, Oracle, AWS S3, SnowFlake, and Tableau): Engaged
in designing and implementing optimal setup to scale performance of critical high volume data processing with low latency
generated from Customer applications.
Data Managerial Services: Managing and Leading 7 teams consists of 20 members includes Hadoop Admin's, Devop's
Engineers, Informatica ETL Admin's, Oracle DBA's, MySQL DBA's.
Cloud Migration (AWS and Azure) from Oracle to MySQL & AWS Aurora by re-designing the application and applying
ETL transformations with near-zero down time.
Cybersecurity - Real-time Intrusion Detection System (Flume, Kafka, Spark, and ElasticSearch) Proof of Concept -
Involved in designing and implementing Organization wide Intrusion Detection System to handle malicious global wide
attacks by safeguarding Organization network.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SIDDHARTHA REDDY MADDI
Performance-driven professional with 15 years of extensive experience in Data
Architecture & Engineering, Solution Architecture, Project Management, System
Analysis,Technical Architect,AWS Certified Cloud Architect,Azure, & Bigdata
Management.
Key Skills: AWS Certified Solution Architect,Bigdata Analytics,Datalake, Microsoft Azure, Data Warehousing, Business
Intelligence, Snowflake,Oracle,Informatica,Spark,Python,Hive,Kafka,Hbase,NoSQL,GraphDB,Hadoop HBase, Devops,
Jenkins, Kubernetes, Datacatalog
Summary
Performance-driven professional with nearly 15 years of rich & extensive experience in Data Architecture & Engineering,
Solution Architecture, Stakeholder & People Management.
Strong Data Architecture & Engineering acumen, with excellence in gathering and understanding requirements of clients &
other stakeholders (at strategic and tactical levels), followed by translation into functional specifications as well as provisioning
of suitable solutions.
Forward-focused Project Manager with exposure in Project Increment(PI) Planning, swiftly completing projects with
competent cross-functional skills and ensuring on time deliverables within pre-set parameters, with sound understanding of
Agile process: Scrum and Kanban.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b190…
https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b1906144750095a5… 2/3
Business Analytics (Snowflake and Tableau) Proof of Concept - Engaged in designing and implementing Snowflake DB
to collect and utilize data generated from IoT devices deployed at wayside of rail roads.
Supply Chain Management (AzureDataFactory, Oracle, SQLServer, Pyspark, PowerBI)- Involved in designing and
implementing On-premise and On-cloud databases to collect, Transform, and utilize data generated from IoT devices for
demand forecasting.
Onboard Systems and Fuel Management (Confluent Kafka 4.1, Hadoop, and AWS): Ascertained effective
implementation of Enterprise streaming platform using Kafka, and AWS cloud to collect data from Onboard Systems that
would be utilized by streaming analytics. Implemented Kafka connectors to sink to Hadoop.
Master Data Ingestion in Data Lake (Oracle, Teradata, Sqoop, and Hadoop): Designed and implemented Data Lake for
the master data. Performed Data modeling of master data, and wrote Sqoop jobs along with wrapper scripts.
ADP Pvt Ltd as Database Administrator
Jul 2007 to Aug 2010
Database Administration (Oracle and MySQL): Good working knowledge in Backup & Recovery, Performance Tuning of
Database, RAC, ASM, Data Guard, Golden Gate, and MySQL replication.
Worked in 24*7 production environment and provided on-call and day-to-day support. Have very good knowledge on
internal working of Oracle Support Processes and metalink usage to take best advantage of Support from Oracle.
Experience in Production, Staging, Testing and Development Database administration (Remote/Local).
Expertise in design and maintenance of Databases in Client/Server environments, Multiple Remote Locations.
Experience in working on ORACLE 8i/9i/10g/11g/12c and SQL Server 2005/2012.
Good working knowledge on Installations, Up- gradations, Cloning, Migrations and Database Recoveries.
Good technical exposure on oracle streams
Implemented Database monitoring scripts on UNIX and Windows involving Shell scripts.
Good working knowledge in troubleshooting maintenance jobs, migration, creation, restoring SQL server databases.
Om Systems & Services Pvt Ltd as Application Support Engineer
Apr 2006 to Apr 2007
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru University (JNU) in 2005
PG: PG Diploma (Project Management) from Jawaharlal Nehru Technological University (JNTU) in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Oracle, MySQL , Teradata, PostgreSQL
SQL Server
HDFS, Spark, Hive, HBASE
Sqoop, and Kafka.
Informatica, OBIEE, PowerBI and Tableau
Errwin, Enterprise Architect
Python, Bash and regular expressions
Informatica EDC.
On-premise, Azure Data Factory, AWS EC2
Virtual Private Cloud (VPC), S3, EMR
Aurora and Snowflake
Compass, Jboss Server, Jenkins
Docker, Kubernetes, HAProxy
AppDynamics, Grafana
Lewandowski, Holt Winters
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b190…
https://freesearch.naukri.com/preview/printResume?uname=5791e024a4f3381e8281e62cc4ff5c2d510c0e5849450c110a47100a0f0b0319450b1906144750095a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AVS-Graves, Random Forest Regression
Rank 70: Resume 1491 with similarity score 0.06246015134566834
Resume Text: B.E , MS , B.TECH , BS project manager , business development , solution architect , delivery manager , customer success manager , director , lead consultant , bid manager , scrum coach , quality assurance , manager telecom , change management , full time , team member , business analyst , program manager , client manager , it manager , product owner data warehousing , award , training , telugu , office , space , platforms , rfi , data mining , conferences , sales & marketing , headcount , software quality management , spots , moodle , c-level , status , steering , bot , digital transformation , express , project governance , gis , application services , spin , building , infrastructure , reach , es6 , strategic account , data science , development projects , supplier sourcing , urban , systems engineering , slate , crm , engagements , hybris , sepg , ecommerce , vss , automation , retail , open source , traction , designation , pre-sales , hindi , cloud , ltd , english , telcom , sap erp , management professional , gas , ownership , educational institutions , change management , flow , documentation , dashboard , itil , process management , javascript , benchmarking , artificial intelligence , technology , scotland , digital services , rollout , general , scrum , cmmi , funding , affirmative action , data analytics , principles , public , power bi , utilization , maintenance , service delivery , travel , software testing , email , google , aws , zoom , fortune 100 , global delivery , hp , customer experience , adm , languages , bs7799 , business process , oil , big data , spatial data , learning management , assessment , management system , lead generation , mobile , pmp , sand , program management , requirement specifications , telecom , tamil , revenue , open data , authorization , internet , scampi , teams , c&i , enterprise , process definition , models , b2b , scaled agile framework , map , focus , business expansion , less , paper , multi-site , government , cp , offshore , iso 9001 , e-commerce , it operations management , tableau , adoption , python , acting , fp , etl 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 1/4
Current Designation: Sr. Business Analyst, Program Manager
Current Company: iSpatial Tech Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 25 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [OPERATIONAL
MANAGEMENT]
Verified : Phone Number | Email - id
Red Slate -Learning Management Platform as Creator/Architect/Program Manager
Mar 2020 to Jan 2021
Key Result Areas:
Supporting the school and institutes to move from class room to cloud room
Developing a Cloud-based Learning Management Platform which can be accessed from any smart device and
providing educational institutions with a platform to design customizable training courses and conduct live classes
Promoting usage of open source tools like Moodle, Big Blue Button and integrating with any of the Virtual Class Room
products like Zoom, Google Meet, and Teams
Highlights:
Successfully rolled out in 3 schools in both urban/rural areas in Punjab and Patna; supported more than 2700 students
across these states
iSpatial Tech Solutions as Sr. Business Analyst, Program Manager
Nov 2019 to Till Date
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PRAKASH VSS ACHANTA
Seeking roles in Program Management, Software Service Delivery, Presales &
Solution Support, Change Management, PMO, Project Governance, Customer Sucess
Manager, Account/Global Delivery Manager., Product Owner, Client Manager, Scrum
Manager, RTE
Key Skills: pmo,big data,data warehousing,data science,e-commerce,Scrum,Software Services,ETL,Project
Management,Agile,Business Development,Python,Tableau,Power Bi,Program
Management,AWS,Automation,Presales,Bid Management,Account Management,Alliance Management
Summary
Driving execution of large scale programs that deliver consistency in a high paced environment; creating policies and
procedures that optimize the customer experience while establishing a high-level roadmap to ensure alignment of strategic
objectives and program objectives
Senior IT Manager offering over 25 years of experience
Worked with Fortune 100 customer in Artificial Intelligence, Data Science, Open Data Projects, Software Service Delivery,
Testing, Business Process Definition, Quality Assurance, and Change Management
Expertise in managing the implementation of Software Tools, implementing Software Testing Life Cycle, and successfully
executing challenging engagements; worked closely with C-Level Executives and Senior Management
Orchestrated Bid Management along with the complete Solution Designing, FP Estimations & response to complete tendering
process
Worked on Conversational AI Solutions in the space of Banking, Retail, Travel & Hospitality, Telcom & Education
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 2/4
Key Result Areas:
Building business in Artificial Intelligence and Data Science
Working for Abu Dhabi Data Authority for their Spatial Data Department Infrastructure in identifying open data project
using Spatial GIS data and data from other Abu Dhabi Government Entities
Acting as Program Manager for steering implementation of project for a large Oil and Gas Customer related to Sand
Accumulation using data science in predicting hot spots of sand dunes.
Implementing Open Data Project for Federal Authority for Government Human Resources (FAHR); building framework
on Artificial Intelligence in transport, armed forces, also actively working on proposing crowd funding for Dubai SME/Govt.
Digitals Europe Pvt. Ltd as Director - Strategic Account Management
Jun 2018 to Oct 2019
Key Result Areas
Developed business in digital services on 3rd gen platforms like Artificial Intelligence, Social, Mobile, Ecommerce &
Data Analytics
Led account management of strategic accounts and sales
Collaborated with Customer Success Teams/ Delivery Heads for spearheading B2B Business Development and Sales,
responding to RFPs/RFI w.r.t to Digital Transformation and mentored Sales & Marketing Teams
Drove strategies for both inbound and outbound lead generation
Identified saleable services and solutions; engaged with new partners for business
Highlight: Booked orders through inbound sales around 1 mil USD business
Architect & Delivery Manager - Artificial Intelligence
Worked closely with customer building the aspect of Conversational AI
Collaborated with designers to implement the user interface of the platform with modern tools like SAP Conversational
Ai, React, ES6, A.WARE (Senseforth.AI), Dialog Flow
Gathered understanding of the business flow and defined user documents & SOP of the BOT; organised Customer
Training and rollout
Project Manager - Ecommerce Project
Managed project on SAP Hybris ecommerce platform; synchronized information into the e-commerce solution from
SAP ERP / CRM for a customer in Europe.
Led efforts to exceed digital and ecommerce goals for a Europe customer
Facilitated cross-functional planning & execution in the region, working closely with Solution Architect and Development
Team
Scrum Coach
Promoted Scrum adoption, coached Product Owners, Scrum Masters and Development Teams on Agile values &
principles
Managed development of Agile Teams to ensure effective outcomes
Hewlett Packard Globalsoft as Account Delivery Manager/Customer Success Manager
Oct 2004 to Feb 2018
Jun 2011 - Feb 2018: Hewlett Packard Enterprise & Micro Focus, Bangalore, India as Account Delivery Manager,
Customer Success Manager
May 2009 to May 2011: Hewlett Packard - Best Shore Application Services, Bangalore, India as Bid Manager - APJ
Region
Mar 2006 to Apr 2009: Hewlett-Packard Singapore (Sales) Pte for Ministry of Manpower (MOM), Singapore as Customer
Success Account / Program Manager
Jan 2006 to Mar 2006: Hewlett Packard - GDIC, Bangalore, as Program Manager
Aug 2005 to Dec 2005: Hewlett-Packard Singapore (Sales) Pte for Ministry of Manpower (MOM), Singapore as Program
Manager / Business Development
May 2005 to Jul 2005: Offshore Support for Software Quality Factory-C&I, HP-USA as Lead Consultant- Quality
Feb 2005 to Apr 2005: Software Quality Factory-C & I, HP - USA as Lead Consultant - Quality
Oct 2004 to Feb 2005: Hewlett Packard - GDIC, Bangalore as Lead Consultant- Quality
Notable Accomplishments:
Managed multi-site delivery of $93 Mil revenue with Portfolio P/L ownership
Led a team of 70+ members with the headcount growth of 25% YoY, ASAT Score of 9.7/10, & Team Utilization at 91%
QOQ
Worked closely with Global 4 and India 6 top SI for supporting solutioning in HP Software Tools Projects
Rolled out Shared Service Offering for Annuity/Maintenance type of Projects. , Centralized Testing & PT4SM
Expanded Global Delivery Centre (GDC) footprint (order value in cost) by more than 280% YOY (from $12Mil into $31 Mil)
Adopted Scaled Agile Framework SAFe ®
Collaborated with all Pre-Sales Team and provided the support needed from offshore for regional GDC Ambassadors, for
America region the GDC order value in cost has increased by 201% YOY (From $6.8 Mil to $13.8 Mil)
Orchestrated additional business expansion by upselling and cross-sell and alerting the Client Principle/Lead Solution
Consultants and Delivery Managers about these opportunities; resulted in more than $8 mil
Rolled out GDC Template Solutions through the "GDC FAST" program across all regions thus speeding up selling for
standard solutions in IT Operations Management (ITOM)/Application Delivery Management (ADM) and Big Data as part of
the Management of Change
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 3/4
Successfully incubating new Delivery/Testing frameworks/models for APJ (APJ Bid Desk) and AMS (AMS LSC Express
Team) to build in more traction with GDC and get engagement in the early Presales stage
Provided cost-effective ITOM and AMD solutions through innovative Data Mining and Quantitative Analysis of SFDC data
to get early engagement in presales by reach out to CP and Regional Sales Managers
Pioneered creation of Power BI Dashboard for Presales and SFDC data for Delivery Manager's to take a decision for
proactive engagement in early stages of sales
Worked as a Business and Change Management Coach at Ministry of Manpower Singapore and collaborated with all
relevant stakeholders for a Technology Refresh Program for Employment Pass System (using ADKAR model);
implemented and rolled out ITIL and CMMI models at HP Singapore Centres
Cyient as Project Manager Telecom Project and Head of SEPG Quality
Mar 1997 to Oct 2004
Managed large team of 175 people in GIS/Software Development Projects, right from initial estimations, project proposal,
requirement specifications, through to design, implementation, testing, release management, documentation and final
hand-over to the client, played the role of Solution Architect and Program Manager
As a Change Management, planned, developed and executed internal communication material in support of an enterprise
wide CMMI process and tool implementation
Worked as a Head of the Quality Dept. in a CMMI Level-5 Company
Contributed in enhancing the Quality Management System to meet the company's objective of ISO 9001, SW-CMM &
CMMI for SW/SE/SS (Software Engineering, Systems Engineering and Supplier Sourcing) disciplines and BS7799
Member of the Hyderabad Benchmarking Special Interest Group (HBSIG) regarding Benchmarking activity for matured
Software Organizations of HYDSPIN Group
Presented papers related to Quantitative Process Management, Software Quality Management, Resource utilization &
best practices in various public forums and conferences like SEPG conference, SPIN forums
Introduced innovative and cost-effective production methods for conversion projects and has developed automated tools
for managing the production for digital map products for Gas, Telephone, Plan-metric architectural and engineering
projects
Recognised for following contributions:
Employee of the Year 1999 (ITES) for outstanding contribution for the project US West
Quality Award for the project Hist-Scotland & Quality Award for the project HPOS
Employee of the Year 2001 (e-sol) for outstanding contribution for the implementation of CMM implementation
Member of the SEPG Group (e-sol) in successful implementation of CMM level 4 in Aug 2001
Member of the SEPG group (e-sol) in successful up gradation and implementation of ISO 9001:2000 in Nov 2001
Member of the SEPG Group in successful implementation of CMM level 5 in April 2002
Assessment Team Member for both SW-CMM and CMMI (SW/SE/SS) Level 5
Member of the HPC -High Performance Club (Only 1% of total Company strength are selected to be in this club), who
have performed consistently outstanding for more than 4 years
Paper's presented in SEPG & SPIN forums
Appraisal Team Member (ATM) for SCAMPI (Standard CMMI Appraisal Method for Process Improvement) in CMMI Level
5
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Silchar in 1992
PG: MBA/PGDM (OPERATIONAL MANAGEMENT) from IGNOU in 1995
Other Qualifications/Certifications/Programs:
PMP (Project Management Professional)
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE 10 2020 25 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44…
https://freesearch.naukri.com/preview/printResume?uname=999cd09eaf91d3457913ddb7f765240358585c024e130c135740105c0b5a501e170a44554012505c58… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
hindi
telugu
tamil
Rank 71: Resume 740 with similarity score 0.06230879690843042
Resume Text: MS , M.TECH software engineer , senior developer , scrum master , associate , data engineer , full time , senior software developer , technology specialist award , algorithms , security , data warehouse , enterprise search , platforms , digital , status , data architecture , iit , obc , components , connectivity , kibana , clear , building , forecasting , automated processes , mathematics , decision-making , functional specifications , designation , deliverables , mar , hindi , cloud , technical requirements , cluster , data modeling , english , telcom , model validation , project , dwh , processing , splunk , pipelines , data analysis , machine learning , soft skills , javascript , history , technology , intelligence systems , business requirements , hadoop , model development , scrum , affirmative action , mysql , cash flow , maintenance , kafka , business intelligence , edge , premises , continuous process improvement , languages , sme , big data , unstructured data , mobile , database , api , system monitoring , segmentation , client-focused , ug , php , visualization , internet , functional requirements , authorization , teams , application , lake , time series analysis , data systems , servers , transformation , e-commerce , python , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a175…
https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a1757114509555b5… 1/3
Current Designation: Technology Specialist - Software
Engineering
Current Company: AT&T Communication Services India Private
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 5 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number
AT&T Communication Services India Private Limited as Technology Specialist - Software Engineering
Sep 2020 to Till Date
* Utilizing modelling algorithms such as Clustering, Segmentation and Time Series Analysis to deliver insights for the
business.
* Using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data.
* Developing data architecture, data modelling, and ETL mapping solutions within structured data warehouse environment.
* Supporting the development and validation required through the lifecycle of the DWH and Business Intelligence systems,
maintaining user connectivity, and providing adequate security for data warehouse.
* Mapping, collecting data from multiple data systems on-premises and cloud-based data sources.
* Collaborating with the whole of the Data Team and wider business to support machine learning, forecasting, predicting
trends, analyzing cash flow and developing new products.
* Using the latest data and visualization tools and software to provide the business with insight on customers and make
recommendations for improvement.
* Creating algorithms to extract information from large data sets and establishing scalable, efficient, automated processes
for model development, model validation, model implementation & large scale data analysis.
* Managing data analysis & processing activities involving analyzing, studying and summarizing data for extracting useful
information which would assist in strategic decision-making and planning.
* Developing subject matter expertise and applying industry knowledge to prepare in-depth strategic reports.
* Simulating, designing, developing & deploying computationally complex and practical data visualizations; ensuring final
deliverables are of the highest quality.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rohit Kanaujiya
Software professional seeking roles in Software Development, Data Modeling,
Database Management, Object Oriented Programming, System Design,Requirement
Analysis,Requirement Gathering,Data Structures,Elastic Search,Data
Warehousing,Python,Kibana,Kafka
Key Skills: Software Developer,Software Development,Data Modeling,Database Management,Object Oriented
Programming,System Design,Requirement Analysis,Requirement Gathering,Data Structures,Elastic Search,Data
Warehousing,Python,Kibana,Kafka
Summary
I am experienced and passionate Software Engineer with a demonstrated history of working in the IT industry, focused on
continuous learning through the process of clear understanding of knowledge earned and executing them into practical
application thereby making me competent with the growing world. I thrive to learn technologies that time needs.
My objective is to secure a challenging position where my technical and soft skills can be efficiently utilized. Thereby adding and
enhancing value to the company and an individual.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a175…
https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a1757114509555b5… 2/3
Capgemini as Consultant - Data
Dec 2018 to Sep 2020
* Analyzed client's, teams and management needs, business functionalities/ area, business requirements and developed
customized solutions & systems.
* Designed, deployed, managed and troubleshot APM solutions like ELK and Splunk.
* Defined and aligned the technical solution based on the functional requirements (i.e. specifying the customizing/
technical specifications for development).
* Created a culture of innovation and continuous process improvement, drove expanded system capability and leading-
edge solutions development while meeting rigorous cost constraints to maintain competitive edge in a fast-moving
environment.
* Delivered innovative solutions that were client-focused and brought top-line results
Worked closely with customers on the technical requirements to provide solutions; identified requirements including details
required for service definition using technology solution document.
* Implemented complete data pipeline with real-time processing.
* Exhibited excellence in heading large scale implementation consisting of more than 500+ target servers and a 10 node
ELK cluster and a team of 6 for one of the largest European digital camera clients.
* Successfully designed architecture of system monitoring applications and Enterprise search using ELK.
* Acted as SME for all components of ELK (along with Elastic Machine Learning & APM) to the client.
* Worked as Data Engineer to create pipelines using Hadoop for feeding data into a data lake from elastic cluster for being
used in an in-house tool called Prognos with self-heal capabilities
* Bagged Value Creator Award for 2nd quarter.
* Growth Path:
Dec'18 to Jun'18: Associate Consultant
Jul'18 to Sep'20: Consultant
BookMyShow as Senior Developer - Data
May 2015 to Dec 2018
* Executed BookMyShow Search Engine Project, Trending and Near-Me Project.
* Successfully developed Restful API over Search Engine to serve across all the platforms including mobile and developed
TDD methodology & DCG model for search enhancements and data analysis.
* Recognized for building highly scalable, robust & fault-tolerant systems.
* Managed end-to-end ETL process.
* Spearheaded post-implementation, application maintenance and enhancement support with regard to the product /
software application.
* Ensured best practices for coding, architecture, and security are employed, and maintaining responsibility for the quality
development of all applications.
* Ensure business requirements and functional specifications for the module are tested and fulfilled before the code is
delivered for integration.
* Growth Path:
May'15 to Oct'15: Software Developer
Oct'15 to Dec'18: Senior Software Developer
UG: Master Of Science (Mathematics) from Indian Institute of Technology (IIT), Delhi in 2010
PG: M.Tech (Computers) from Indian Institute of Technology (IIT), Kharagpur in 2015
Other Qualifications/Certifications/Programs:
Professional Scrum Master - I
Education
IT Skills
Skill Name Version Last Used Experience
core php 5.6 2019 4 Year(s) 0 Month(s)
Elastic Search 7.5 2020 5 Year(s) 7 Month(s)
Python 3 and 2020 2 Year(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a175…
https://freesearch.naukri.com/preview/printResume?uname=a8dccea81e8a604cf2bcb72575f8dd1e5f0c0a5143415c160711175b5b09524b170a1757114509555b5… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
2.7
MySQL 5.6 2020 4 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Proficient
Rank 72: Resume 1428 with similarity score 0.061851484171258894
Resume Text: B.E , MS , B.TECH full time , business analyst , it consultant automation , training , robotics , general , citrix , designation , data extraction , office , ug , affirmative action , traceability matrix , studio , data analytics , hindi , maintenance , kpi , windows , visualization , authorization , functional requirements , english , web applications , enterprise , status , stakeholder management , excel , agile , email , project , business analysis , record , powerpoint , llp , payroll , mainframe , artifacts , data analysis , features , transformation , strategy , visio , languages , sme , client requirements , dashboard , sql server , tableau , completion , flat files , word , python , liaison , javascript , etl , data models , base , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a4…
https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a400715425c0b5… 1/2
Current Designation: RPA Business Analyst
Current Company: WonderBotz LLP
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
WonderBotz LLP as RPA Business Analyst
Aug 2020 to Till Date
RPA Business Analyst
Allianz Worldwide Partners as RPA Business Analyst
Sep 2019 to Aug 2020
Hands on experience in working closely with Process SME's to prepare PDD and educated SME's to work with Bots in
Production.
Used Traceability matrix to check requirements specification.
Plan and implement bots to automate repeatable processes and perform UAT.
Liaison with individual project team to gather project status, establish dashboard and KPI to track project progress.
Implemented RPA structure and team along with production support, designed and developed RPA solutions to accelerate
Business processes.
Worked with Mainframe, windows, web applications and CITRIX automation.
Analyze the feasibility of existing process suitable for Automation.
Responsible for implementing the full life cycle of RPA solutions.
Mercer as Business Analyst
Aug 2017 to Sep 2019
Extensively worked on data extraction, Transformation and loading data from
various sources like SQL server and Flat files.
Wrote code as needed for development of reports, analytics and visualization using
SQL, data models and using Uipath Studio.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
RASHMI SRIVASTAVA
RPA Business Analyst seeking roles in Business Analysis,RPA Business Analysis,Data
Analytics,Feasibility Analysis,Project Management,Stakeholder
Management,Tableau,Python,RPA,SQL, MS office.
Key Skills: Feasibility Analysis,Project Management,Stakeholder Management,Tableau,SQL,MS
Office,Excel,Agile,Waterfall,MS Visio,Cost Estimation,ROI,SDLC,uipath,Business Analysis,Requirement
Gathering,PDD,SDD,Robotics,Blueprism,RPA
Summary
A RPA Business Analyst having 3.5 years of experience in Business Analysis and Data Analysis. With key expertise in
Robotics(Blueprism/Uipath), Data Analytics and have played vital roles in completing various industrial projects within timeline.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a4…
https://freesearch.naukri.com/preview/printResume?uname=1928356917409b162e9bcb3e2cce7e515a5409571b150d120b1517590b0d0043420a400715425c0b5… 2/2
Extracted and implemented End to End Process Using Macros, Uipath Tool.
Analyzed the objects and workflows as per client requirement.
Analyze the feasibility of existing process suitable for Automation.
Participated in online meetings to demonstrate the capabilities for ongoing projects
and potential clients.
Develop, Negotiate, Renew, Analyze and Monitor financial and program of benefits
based on enterprise strategy direction for Boeing/Mercer Project Lifecycle.
Worked on Outbond Carrier file, communication (CS, PEW and LA), Premium and
Payroll file configuration through ETL tool Data integer which fetched the record
through SQL.
Responsible for understanding the client business and functional requirements and
converting client requirements into analysis artifacts.
Implemented SQL and data based coding Features to use on final ProductBuild a
strong base of repeat business and serve as the #1 requested IT consultant.
UG: B.Tech/B.E. (Computers) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2017
Other Qualifications/Certifications/Programs:
Diploma of completion- RPA Business Analyst Training (Uipath)
Certificate of Completion - Uipath RPA Developer Course.
Certification of completion (Blueprism Essential) - Awarded by Wonderbotz
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python,SQL, RPA (UiPath)
MS Excel, MS Word, MS PowerPoint
MS Visio,Macros, Tableau
BluePrism 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 73: Resume 785 with similarity score 0.0615104172971509
Resume Text: B.E , MS , B.TECH , BS bi architect , technical consultant , devops , design editor , partner , zookeeper , solution architect , change management , data scientist , full time , part time , application developer , informatica , enterprise architect , functional consultant data warehousing , resource allocation , algorithms , project managers , space , sizing , docker , gradle , flume , test cases , status , specifications , data architecture , nhs , system architecture , pl/sql , development work , writing , logistic regression , components , correlation , building , supply chain , sql server , scala , integration architecture , workflow , crm , ecommerce , devops , binary , interfaces , coding standards , spark , forest , techno-functional , designation , mar , prototype , oracle application server , cluster , ltd , architects , flex , eda , database security , english , emerging trends , agile , screens , purchase orders , dwh , mongodb , microservices , leadership , text mining , consolidation , solution architecture , oracle discoverer , forms , closure , architecting , obiee , change management , database design , machine learning , technical papers , strategy , git , documentation , bip , custom reports , otl , oracle applications , data integration , javascript , history , technology , hadoop , stored procedures , retro , scrum , healthcare , suppliers , fusion , options , data migration , vendors , database triggers , affirmative action , data analytics , collaboration , technical architecture , maintenance , kafka , linear regression , paas , lessons , email , manufacturing , chaid , aws , project delivery , information systems , new features , operations , saas , invoicing , windows nt , hp , data quality , unit testing , languages , big data , hive , front-end development , cassandra , sit , jira , search , cart , data models , risk assessment , functionality , recovery strategies , mentoring , streamlining , credit , rfp , jenkins , ug , team performance , profiles , developments , data conversion , pos , azure , cloud applications , developer 6i , authorization , teams , enterprise , licensing , matrix , ecosystem , exploratory data analysis , map , requirements gathering , electronics , hiring , transformation , finance , framework , software engineers , offshore , preparation , returns , auditing , selenium , tableau , flat files , purchasing , hbase , python , load , etl , backup and recovery , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110…
https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110210135e5d0b0… 1/3
Current Designation: Senior Solution Architect
Current Company: Hewlett Packard and DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Hewlett Packard and DXC Technology as Senior Solution Architect
Oct 2005 to Till Date
Define standards, guidelines and best practices for the Practice in collaboration with other Practices
Streamlining our development process all the way from code check-ins to deployment into production in
collaboration with Ops Team
Driving project delivery using Agile methodology and newly implemented DevOps model
Encourage and direct teams to follow widely used Scrum Framework
Strategic alignment of solution roadmap to leverage new features in various Analytics products to roll out best in class
solutions for business users.
Participate in Sprint Retro and document lessons learned
Develop and Manage on capability strategy to work on RFP responses and Innovations
Understand and Support Product and Platform roadmaps
Support Practice members to contribute in Innovations and Technical Papers
Regularly organize alignment meetings on domain specific team topics to update colleagues on new developments
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Venkata Ananta PR
Senior Solution Architect seeking roles in Solution Architecture,Data Architecture,Data
Warehousing,Data Analytics,Project Management,Change Management,Quality
Management,Requirement Gathering,Machine Learning,Core
Java,MongoDB,Selenium,Python,Docker
Key Skills: Senior Solution Architect,Solution Architecture,Data Architecture,Data Warehousing,Data Analytics,Project
Management,Change Management,Quality Management,Requirement Gathering,Machine Learning,Core
Java,MongoDB,Algorithms,Selenium,Python,Docker,SQL
Summary
Total 17+ years of experience in delivering IT Solutions, specializing in Big Data, DWH
and Data Architecture and statistical Machine Learning solutions, Oracle BI Analytics,
Oracle Fusion Supply Chain / Finance / HCM Cloud Applications (SaaS and PaaS) and
Oracle EBS (ERP & CRM)
Build Competency for Emerging Trends (Analytics - AI/ML/Big Data, DevOps - CI/CD,
Microservices)
Worked with leadership team to align on strategic decisions
Have been responsible and accountable for managing team size up to 40 comprising of
Software Engineers, Techno-Functional consultants, Architects, BI/DWH Engineers and
Project Managers
Managing all aspects of programs, including communicating with stakeholders, providing risk
assessment and business impact. Ability to successfully work with self-managed development
teams and matrix resources
Defining standards, guidelines and best practices for the practice in collaboration with other
practices
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110…
https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110210135e5d0b0… 2/3
Hiring and ensuring the Technology Domain members have appropriate competencies and skills
Mentor and Train teams on Certifications to retain Partner Licensing with Vendors
2
Setup team, encourage and develop technical expertise
Prepare Guidelines, Templates and Best practices for project execution
Build Reusable Assets, Solution Accelerators, Framework components.
Owned and managed all changes to the data models. Created data models, solution designs and data architecture
documentation for complex information systems.
Worked with project and application teams to ensure that they understand and fully comply with data quality standards,
architectural guidelines and designs
Build Rapid prototypes along with Data scientist
Design for Integrating Hadoop with Elastic Search, Kafka, Hive and Tableau.
Involved in development of use-cases with various machine learning algorithms such as Exploratory Data Analysis
(EDA), Correlation, Linear Regression Binary Logistic Regression, K-means, Decision Tree (CART, CHAID etc.),
Random Forest and Text mining
Solution and cluster sizing of Hadoop Platform for business date lakes, Archival, Analytics and data discovery
Meet with Business Teams and provide consulting solutions for data and future solutions
Technical solution and guidance for Hadoop platform build
Redefining NHS data strategy and building hybrid ecosystem for their data needs
Created logical and physical model for different subject areas, primarily in healthcare domain
Responsible for system architecture, data architecture and database design for WV Giving History
Responsibility as a BI Architect
Architecting BI/ETL Solutions in Manufacturing, Finance, Healthcare and eCommerce Domain.
DWH Consolidation for World Vision World operations and Technical architecture recommendation.
Data Architecture, Integration Architecture & Front-End Architecture for solutions
Manage geographically cross located teams with varied skills.
Evaluate RFP's and respond with Data Integration solutions.
Responsible for Presales and scoping of work.
Responsibility as a Techno-Functional Consultant / Solution Architect
Involved in Project assessment, identify high-level scope and key stakeholders, Risks, Make technical Proposal and
Project approval
Manage resource allocation, maximize team, manage team and Improve team performance by mentoring.
Requirement gathering, Analysis and Design for customizations, Integrations, Interfaces, Reports, Data conversion.
Designed solution for Integrations
Develop SAD document and get the development work done with onshore & offshore team
Managed project team, Directed execution of tasks
Communicating with respective stakeholders for status updates, providing risk assessment and business impact
Obtained acceptance and prepared closure report. Distributed a final closure report to respective stakeholders
Requirements gathering and documenting for Oracle Fusion SCM and Finance modules
Requirements gathering for OTBI & BIP reports development
WIPRO Ltd, as Techno-Functional - Technical Consultant
Mar 2004 to Oct 2005
Interacting with Business Users, gathering Requirements and documenting
Configured the functional setups of Core HRMS module
Dealt with registering/defining of custom applications, tables, reports, concurrent requests standard report submission
etc and also with profile options, defining of application users and responsibilities.
Involved in Human Resource Reports customizations
Involved in Data Migration for creating Employees, Assignments, Locations, Contacts, SIT and Qualifications
Used Developer 6i as front-end development tool.
Used Reports 6i to create custom reports for credit and invoicing department
Registered concurrent programs and concurrent program sets using Application Developer
Designed custom table's to enhance the functionality of the application.
Customizations were done according to the Oracle coding standards
Developed Oracle Inventory Item Extract Interface to extract Inventory Item information, which will be read by
MEDICUS System
Developed Oracle Inventory Receive Extract Interface to extract receiving transactions of type Deliver and return to
supplier information in tab delimited format into txt file, which will be read by MEDICUS System
Development of OTL Interface which will load Employee Timecard details
Developed Interface to Operations Maintenance System which will extract items that are issued from Oracle Inventory
to the Operations Maintenance System. This interface will extract only costed transactions
Data migration for Blanket and Standard POs
Development of new form, workflow, customization of CUSTOM.pll to link PO with Bank Guarantee and putting
automatic hold on PO.
Customization of CUSTOM.pll to show organizations depending on operating unit attached to Responsibility in Master
Items form.
Importing Suppliers & supplier sites in Oracle applications from other Oracle system.
Inventory Returns Custom development which includes self-service page and one level approval hierarchy like Move
Orders using workflow.
Modified existing Purchase Order report to support Multi Org
Environment: Oracle Application 11i, Oracle 9i, AOL, Oracle Discoverer 4i, Reports 6i, Forms 6i, PL/SQL,
Loader, HP-UX11i, Windows NT.
Designing Entity Relationship Diagram, Functional Hierarchy Diagram, Server Model, Database Design
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110…
https://freesearch.naukri.com/preview/printResume?uname=32b6f15996a64f721757c69c301daa100c5f5f554e145c140a1542515f0d51421b5b110210135e5d0b0… 3/3
Transformation and building Modules
Creation of a prototype of the system.
Preparation of program specifications and Test plan.
Determining standards for the Screen layouts, Coding and testing.
Developing all the database triggers, stored procedures/functions and packages required in this module using PL/SQL
8.1.5 and Design Editor
Developing various forms and reports using Forms6i, Reports6i and Design Editor
Deploying the screens and reports using Oracle Application Server 9i
Created the database
Created users, roles and privileges for database security, manipulated tablespaces and space allocation, created profiles
for restricted user security, enabled user auditing
Exported and imported the database, backup and recovery strategies
Optimized the SQL queries for better performance.
Identified and resolved locks and killing user sessions
Creation of menus, Responsibilities and assign them to users
Customized Oracle Application forms to support the functionality provided by legacy GUI screens
Responsible for customizing reports and writing the reports with required specifications.
Involved in conversion of vendor data and open invoices from legacy system. This involved creation of custom
interface tables, using SQL* Loader to load data from Flat files and writing PL/SQL procedures for validating the data.
Involved in configuring the Key Flex fields, financial options, purchasing options, UOM, category sets, and item
attribute controls
Customized and developed the reports like Buyers Listing Report, Blanket and Planned PO Status Report, Contract
Status Report, Cancelled Purchase Orders Report.
Unit Testing the Forms and Reports through use of Unit Test cases.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Karnataka University in 1997
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Spark, Hive, Pig, Storm
Map Reduce, Python, Scala
Flume, Kafka, Impala, Zookeeper
HBase, Elastic Search, MongoDB,Cassandra
Informatica, Docker, OBIEE, OTBI,
GIT, JIRA, Gradle, Selenium, Jenkins
Azure, AWS, Oracle, SQL Server, SSIS
Languages Known
Language Proficiency Read Write Speak
English
Rank 74: Resume 54 with similarity score 0.06089163384129329
Resume Text: B.S , M.Sc , M.S , BS work from home , web developer , student , science intern , front end developer big data analytics , training , web development , robotics , internships , css , data visualization , deep learning , workshops , health , natural language processing , reinforcement learning , web scraping , intelligence , excel , architecture , c# , project , computer vision , programming languages , microsoft , resume , android , neural networks , quantum computing , audio processing , machine learning , computer science , django , research , special education , completion , assessment , peace , medicine , app , data science , javascript , html , teaching Assessment
Q1. Why should you be hired for this role?
I am a programming student and a trainer for the last 7 years, looking for an internship so that I can use my skills in this lockdown. I have also
taken 4 workshops for engineering and science students in their respective colleges on topics like networking, programming languages, app
development, etc.
I teach topics related to any programming language, robotics, Android App Development, Web Development, Software Development, Microsoft
Excel for Statistical analysis, Computer Science and Engineering subjects, Machine Learning, Deep Learning, Neural Networks, Data Science,
Data Visualization, Quantum Computing and many more.
Working on several Deep Learning projects, which are based on learning and understanding the concepts, I worked on some data that were self-
made by me by web scraping it and generating it. The web scraping projects has helped me a lot to get my data preprocessing stuff correct,
and I also became better in the Deep Learning Architecture.
I also would like to work in Deep Learning projects that concern with Convolutional Neural Networks, Recurrent Neural Networks, Recurrent
Convolutional Neural Networks, Long Short Term Memory, Graph Neural Networks, Graph Convolutional Neural Networks, Graph Recurrent
Convolutional Neural Networks, Generative Adversarial Networks and any other.
I could work on any problem statement whether it be on Natural Language Processing, Computer Vision, Audio Processing, Text Generation, etc.
I also love working in Deep Reinforcement Learning Projects, but I am not that perfect in it, because the resources that I got to learn were very
limited. If I could work in that field under the guidance and training of your company I would be thankful for that opportunity.
For this internship, I would like to work under the guidance and training of your company and work to the best potential that I can have to deploy
a better Deep Learning project. It will also help me to get better in this field.
It would be a great privilege to work for your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, our college syllabus has 6 months of internship period.
Resume
EDUCAT ION
Alvyn Abranches
Pune, Bangalore
Applied 08 Feb'21
HTML Artifical Intelligence CSS
Data Science Deep Learning Django
Java Machine Learning Teaching
Android C# JavaScript
Master of Science M.Sc), Data Science & Big Data Analytics
MIT World Peace University
2019 - 2021
CGPA 9.20/10
Bachelor of Science B.Sc), Computer science
Dnyanprassarak Mandal's College And Research Centre, Accredited By NAAC With A .
2016 - 2019
Percentage: 71.00%
Senior Secondary XII, Science
Dnyanprassarak Mandal's College
GOA BOARD board)
Year of completion: 2016
Percentage: 72.00%
Secondary X
INTERNSHIPS
CONTACT Phone: 91 8668221206
Sanjay Center For Special Education
GOA BOARD board)
Year of completion: 2014
Percentage: 78.00%
Lead AI / Web Developer Intern
Revolutionary Consultaria, Virtual
Nov 2020 - Present
Develop a Django based website, lead a team of front end developer and backend Django develop and develop a Deep
Learning Deep Natural Language Processing) algorithm for a specific purpose.
Lead Data Science Intern
Organisation For Health And Medicine, Virtual
Aug 2020 - Oct 2020
To lead a team of Pharmacists and Data Science to get the mist out in this field.
Rank 75: Resume 1323 with similarity score 0.060863843185356155
Resume Text: B.E , MS , B.TECH , BS technician , associate , data analyst , project engineer , full time , informatica , team lead reporting , low level design , spark , data validation , designation , data warehouse , ug , tamil , affirmative action , oracle , technical architecture , analytics , cloud , hub , curl , public , maintenance , autosys , test cases , netezza , amazon redshift , mercury , authorization , english , teams , status , agile , powercenter , email , project , models , business intelligence , kt , ecosystem , aws , database development , tracking systems , xml , electronics , performance tuning , components , s3 , technical design , high level design , unit testing , building , languages , hive , big data , sql server , tableau , flat files , sit , python , jira , javascript , dashboards , spectrum , technology , load , etl , hadoop , insurance 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e470013…
https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e4700135511435a5b0c5… 1/3
Current Designation: Consultant
Current Company: AstraZeneca
Current Location: Chennai
Pref. Location: Chennai,Bengaluru / Bangalore
Functional Area: Analytics & Business Intelligence
Role: Data Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
AstraZeneca as Consultant
Aug 2017 to Till Date
Astrazeneca as Consultant
Aug 2017 to Aug 2017
AWS Eco system: Redshift, EMR, S3, Spark. Also, worked on PoCs involving Spectrum. Worked as a Data Modeller in
revamping the existing data model. Idera is the Data Model tool.
Cognizant Technologies Solutions as Associate- Projects
Jul 2016 to Aug 2017
Associate- Projects, Client- AstraZeneca(Jul 2016- Oct 2016)
Analyzed and derived mapping specification from HLD which was later developed into the required design in
Informatica
Data validation done using UTC with supporting documents and set up the system for SIT
Derived ETL logic using Informatica to extract data from independent data sets for RWE and load into Netezza tables
Set up workflows to migrate data from Netezza to Impala tables
Associate- Projects, Client- AstraZeneca(Dec 2016- Present)
Involved in the technical design of a new proposal which consolidates data from several countries in Europe and load
Last Active: 6-Feb-21 Last Modified: 11-Jan-21
Kaushik Muniandi
Senior DW Developer with experience in Snaplogic and AWS Stack- Redshift, RDS,
Spectrum and EMR with Spark
Key Skills: EMR,Spark,Hadoop,Hive,datawarehousing technician,database development,requirements
analysis,performance tuning,data validation,data
migration,dataloading,informatica,snaplogic,cloudconnect,gooddata,ssis,tableau,oracle,netezza,aws,amazon redshift
Summary
9+ years of experience in different phases of software development life cycle
Adept knowledge in EMR, Spark, Python, Informatica Powercenter, Netezza, Oracle, and AWS Ecosystem which includes
Redshift, S3 and Spectrum
Working knowledge of Big data technologies- Hive and Impala
Involved in Product integration, Design, Components development and Release Planning
Knowledge of working with Issue tracking systems (Jira)
Worked in Agile practices
Current engagement revolves around multitude of AWS stack and Data Modelling
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e470013…
https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e4700135511435a5b0c5… 2/3
them under a single data hub
Designed the technical architecture for ETL process which was derived using top-down approach
Authored ETL approach to load into data warehouse from which data are pulled for dashboards
Designed ETL logic to load data from raw source to Amazon Redshift using Snaplogic with data validation techniques
Designed ETL logic which followed SCD1 using Snaplogic to load data from stage to the subsequent layer and then to
load into the reporting layer
Wipro Technologies as Associate Consultant
Nov 2011 to Jun 2016
Associate Consultant, Client - Technicolor SA (Oct 2014 - June 2016)
Involved in analysis and providing estimation for the Project
Design and Develop Informatica mappings to set up the initial XML extract in Mercury Gate to stage them in Oracle.
Review report mappings and the Source XML file
Create Informatica mappings to migrate entire data from respective tables in SQL server and staged them in Oracle.
Developed queries to extract specified amount of data based on conditions provided in the requirement document and
designed mappings to transform data from stage to warehouse
Streamlined the way of calculation involved in data for Pricing report while integrating the 3 models
Designed Informatica mappings to perform year over year, quarter over quarter, YTD, QTD and MTD type of analysis to
be presented to Business and IT users through reports
Project Engineer & Single Point of Contact, Client - Omnicom Media Group (July 2013 - Sept 2014)
Responsible for Development, Support, Maintenance and Implementation of small to medium complex components of
a project
Assisted in creating POC of project phase involving stand-alone tool, CloudConnect, and identified the possibilities
which can be achieved using that tool
Developed POCs by building reports and dashboards using self-taught Tableau public 8
Worked on two teams. One being in Informatica team involving development of mappings to extract data from source
database to transform them and loaded in flat files. The second being in CloudConnect team that involves loading data
from flat files to cloud
Contributed to Data model team while investigating data populated in cloud using CloudConnect.
Played a lead role for the second phase of the project and was the SPOC for the support and maintenance of the project
Provided KT to new joiners on development, support and maintenance and helped them on board the project
Handed over the entire project to client with the complete KT of development, support and maintenance
Project Engineer, Client - Zurich National Insurance (May 2012 - April 2013)
Designed queries based on the requirement documents and develop Informatica mappings with little to no guidance
from Team Lead
Involved in the design of Low Level Design document based on the requirements from High Level Design Document.
Involved in the creation of Unit test cases and Unit test case documents and tested them before moving to QA
environment
Created Autosys scripts and deploying them
Resolved CRs and mentored new joiners on how to do a round of unit testing and guided them to prepare Unit test
cases and documents
UG: B.Tech/B.E. (Electronics/Telecommunication) from PSNA College of Engineering and Technology, Dindigul in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Informatica, Snaplogic, CloudConnect
GoodData , SSIS, Tableau
Autosys, cURL, Cloud
AWS Redshift, Oracle
Netezza, SQL Server
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e470013…
https://freesearch.naukri.com/preview/printResume?uname=8cf9850b01591f8dd3a182e660f51f2b5a0b0e504d405c440715420d5500034e4700135511435a5b0c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Proficient
Tamil Proficient
Rank 76: Resume 325 with similarity score 0.060625720260296556
Resume Text: B.S , MS work from home matplotlib , customer , algorithms , css , platforms , mysql , data analytics , english , excel , postgresql , email , project , consideration , pandas , amazon web services , numpy , prediction , resume , data analysis , fundamentals , machine learning , computer science , opencv , clear , django , e-commerce , completion , assessment , management system , data science , python , one , javascript , crm , cascade , mathematics , html , capture , online Assessment
Q1. Why should you be hired for this role?
The role is very appealing to me and, I believe that this is one of the few opportunities that would challenge my skills in this field and provide me
a platform to work on some real-world project.
I have a Bachelor's degree in Mathematics and am currently pursuing a Master's in Computer Applications from the University of Delhi. I have
already started to learn and work on a few data science projects which involve Python and wish to scale them soon.
I firmly believe that one's fundamentals must be very clear to excel in any field which is why I had dedicated the last six to seven months working
on the basics of Python language, OOPs methodologies, and Data structures and Algorithms. Also, I have been solving a lot of problems on online
platforms like Leetcode which has helped me improve my problem-solving approach.
Please see my resume for additional information on my experience. I can be reached anytime via email at rafiqulislam.mca18.du@gmail.com or by
phone, 919354193731.
Thank you for your time and consideration. I look forward to speaking with you about this employment opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
Md. Rafiqul Islam
Delhi, Noida
Applied 08 Feb'21
Python CSS Data Science
Django HTML Java
Machine Learning MySQL PostgreSQL
Swing Java) Amazon Web Services AWS JavaScript
Master of Computer Applications MCA, Computer Science
Delhi University
2018 - 2021
Bachelor of Science B.Sc) Hons.), Mathematics
Jamia Milia Islamia
2015 - 2018
CGPA 6.65/10
Senior Secondary XII, Science
Holy Child English Academy
ICSE board)
Year of completion: 2014
Percentage: 66.00%
Secondary X
Holy Child English Academy
ICSE board)
Year of completion: 2012
Percentage: 67.00%
Data Analytics
365datascience, Online
Jan 2020 - Present
Smile detection and capture using Machine Learning
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9354193731
Oct 2020 - Dec 2020
Developed a project to detect smile from the camera and capture the image. Used Haar cascade algorithm and OpenCV.
COVID19 Outbreak Prediction using ML
Apr 2020 - Jun 2020
Performed data analysis to predict the cases for the next 7 days
Pandas, Matplotlib, Plotly, NumPy
E-commerce Platform
Sep 2019 - Jun 2020
Designed an e-commerce platform as an academic project along with one of the colleagues
Django, PostgreSQL, HTML/CSS, JavaScript
Customer Relationship Management System
Jan 2020 - Apr 2020
Developed a CRM system for better customer management for companies
Django, MySQL, Pandas, Python
Secured rank 5 in DU MCA Entrance Exam - 2018
Rank 77: Resume 17 with similarity score 0.0602961707155747
Resume Text: MS , B.TECH work from home , committee member classification , mar , firebase , sql , nasa , c programming , mongodb , mumbai , prediction , resume , neural networks , features , machine learning , computer science , dogs , tableau , assessment , data science , python , javascript , technology Assessment
Q1. Why should you be hired for this role?
I've spent considerable time studying essential concepts required under Data Science and now I'm looking for some practical applications of
Machine Learning. I also want to gain some experience working in a dedicated team with organisational goals to complete.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I'm available immediately
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8169290155
Aayush Gupta
Mumbai
Applied 07 Feb'21
Python C Programming C Programming
Firebase MSExcel Data Science
JavaScript Machine Learning MongoDB
SQL Tableau
Bachelor of Technology B.Tech), Computer Science
Manipal University Jaipur
2017 - 2021
CGPA 7.00/10
Organisation Committee member of a college Competitive Coding event.
Head of Discipline Committee.
Classification of Dogs and Cats based on images
May 2020 - May 2020
Uses Convolutional Neural Networks to learn the features and can be used for more generalized purposes
Stock Price Prediction Forecasting)
Mar 2020 - Mar 2020
Fake News Detection
Feb 2020 - Feb 2020
1st in NASA Olympiad in school
Rank 78: Resume 27 with similarity score 0.059098197306240975
Resume Text: MS , B.TECH , BS associate , work from home , applications engineer , public relations general , internships , ielts , deep learning , mar , magnitude , power bi , teams , sql , coursera , sports , fit , operations , prediction , resume , ibm , ngo , online , machine learning , computer science , research , assessment , data science , python , ml , public relations , artificial intelligence , cloud computing , technology , fantasy football Assessment
Q1. Why should you be hired for this role?
I applied for this Internship because I want to be productive until I get into a university for my master's in artificial intelligence( already applied). I
am passionate about ai and ml and would love to bag some experience before my higher studies. I also have internship experience in machine
learning, where I worked on predicting sports results using machine learning. Because of the aforementioned reasons, I think I would be a good
fit for your requirement.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7842548044
Abhishek Kashyap
Hyderabad
Applied 08 Feb'21
Python Cloud Computing Machine Learning
SQL Deep Learning Power BI
Bachelor of Technology B.Tech), Computer Science & Engineering CSE
Gokaraju RangaRaju Institute of Engineering & Technology
2015 - 2019
CGPA 9.10/10
Associate Applications Engineer
Magnitude Softwares Inc., Hyderabad
Jul 2019 - Jan 2020
AI Developer
Neolen Technologies, Virtual
Jul 2020 - Nov 2020
Machine Learning, Operations Research on Football: Result prediction, Formation of optimum fantasy football teams
Software Development
Magnitude Softwares Inc., Hyderabad
Jan 2019 - Jul 2019
Public Relations at Earthlings NGO.
IBM Data Science Professional Certification
Coursera, Online
Jul 2020 - Jul 2020
IBM Applied AI
Coursera, Online
Jun 2020 - Jul 2020
Deep Learning
udemy, Online
Mar 2020 - Apr 2020
IELTS Academic Band 8, written in 2020
GRE General 327, Written in 2020
Rank 79: Resume 1374 with similarity score 0.059054420103526926
Resume Text: B.E , MS , B.TECH , M.TECH software engineer , full time , software developer ecommerce , data warehousing , api , general , telugu , migrating , virtual machines , spark , designation , data extraction , affirmative action , hindi , azure , utilization , php , data modeling , internet , cli , authorization , teams , english , status , email , business intelligence , groups , aws , ecosystem , database development , data architecture , mumbai , iit , redis , pipelines , performance tuning , c++ , languages , storage , infrastructure , hive , big data , daily reports , app , python , javascript , search , technology , load , etl , hadoop , airflow , data processing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c5319420842…
https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c53194208425616150d5d58… 1/2
Current Designation: Software Engineer -Big Data
Current Company: JioSaavn
Current Location: Mumbai
Pref. Location: Hyderabad,Pune,Bengaluru / Bangalore
Functional Area: IT Software - DBA / Datawarehousing
Role: Software Developer
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
JioSaavn as Software Engineer -Big Data
Jul 2019 to Till Date
Designed and Build Data Processing Pipeline for delivering insights and for ingesting
the data into HIVE from user logs in the Hadoop Ecosystem using Spark
and Airflow.
Worked on various tasks to generate daily reports such as "Click Through Rate",
NDCG, most liked and disliked entities based on query lengths, App Versions,
Regions and other similar insights.
Migrated Entire Infrastructure of Search from AWS to AZURE such as Layer 7
load balancers, Auto scaling groups, Virtual machines and data storage . Monitored
and helped other teams to migrate.
Analysed and improved Artist Entity Detection Pipeline for better Detection and
low resource utilization.
Developed various API's in PHP.
UG: B.Tech/B.E. (Computers) from Indian Institute of Technology (IIT), Kharagpur in 0
PG: M.Tech (Computers) from Indian Institute of Technology (IIT), Kharagpur in 2019
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Suyog Chadawar
Software Engineer seeking roles in Database Development,Data Warehousing,Data
Architecture,Data Modeling,Data Extraction,Business Intelligence,Performance
Tuning,ETL Development,Big Data,HIVE,Hadoop,Spark,Airflow,AWS,Python,Azure
CLI,C,C++,PHP
Key Skills: Software Engineer,Software Developer,Database Development,Data Warehousing,Data Architecture,Data
Modeling,Data Extraction,Business Intelligence,Performance Tuning,ETL Development,Big
Data,HIVE,Hadoop,Spark,Airflow,AWS,Python,Azure CLI,C,C++,PHP
Summary
Result-oriented Professional with 1.5 years of experience in Software Development, Developing data pipelines ,Python,Azure
CLI, PHP, Spark, Redis, Airflow. Have developed and maintained the data pipelines for getting insights from the User logs. Have
worked in migrating the entire infrastructure of Search from AWS to Azure.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c5319420842…
https://freesearch.naukri.com/preview/printResume?uname=fd2b09e250818cb2d0151bdbb5a5e4300b5c09514f145d165617405c0f0c53194208425616150d5d58… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python 2020 1 Year(s)
Azure CLI 2020 1 Year(s)
C, C++ 2019 1 Year(s)
PHP 2020 1 Year(s)
SPARK 2020 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Telugu Proficient
Rank 80: Resume 204 with similarity score 0.05833019771214616
Resume Text: B.TECH , BS work from home training , css , television , mar , circuit , shape , ux design , predictive modeling , project based , coursera , video , introduction to , plates , resume , surveillance , road , machine learning , computer science , statistics , completion , assessment , data science , python , face recognition , javascript , working experience , html , online Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
Please check the link which i have mentioned below section.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
Govind Prajapat
Bangalore
Applied 07 Feb'21
Python Data Structures C Programming
UI & UX Design Java Machine Learning
Integrated B.Tech, Computer Science
Reva University
2017 - 2021
CGPA 8.60/10
Secondary X
Nobel School Falna ,pali
RBSE BOARD board)
Year of completion: 2017
Percentage: 87.67%
Senior Secondary XII, Science
Nobel School Falna
RBSE BOARD board)
Year of completion: 2016
Percentage: 82.40%
Data Science
Internshala Trainings, Online
Nov 2020 - Dec 2020
Successfully completed a six weeks online certified training on Data Science. The training consisted of Introduction to Data
Science, Python for Data Science, Understanding the Statistics for Data Science and Predictive Modeling and Basics of
Machine Learning modules. In the final assessment, I scored 82% marks.
Object Oritented Programming OOPs) In Java
Coursera, Online
Jun 2019 - Sep 2020
Through this traning I have learned the basics of the OOPs in Java.
I have completed my university project based on this training.
Machine Learning With Python
Reva university , Bangalore
Mar 2018 - May 2018
I have learned the the basics of the machine learning through this traning which had conducted in college.
My portfolio website
Jul 2020 - Oct 2020
https://govind000.github.io/myportfolio/
https://govind000.github.io/myportfolio/
CONTACT Phone: 91 9511543417
This is my portfolio website. I have been developed this portfolio with html,css and javascript programming. it's an attractive
website for my portfolio submission.
Face recognition system
Dec 2018 - Jan 2019
I have been completed this project using open CV which can detect face from input which is in video formate. I have used
knn algorithm to detect the face from input.
Automatic Vehicle Number Plate Detection
Aug 2020 - Present
The Automatic number plate recognition ANPR is a mass surveillance method that uses optical character recognition on
images to read the license plates on vehicles. They can use existing closed-circuit television or road-rule enforcement
cameras.
Rank 81: Resume 1441 with similarity score 0.05789866397617824
Resume Text: B.E , MS , B.TECH orchestrator , software developer , full time , change management , development analyst reporting , version control , blueprint , general , robot , validation , designation , ug , affirmative action , health , studio , hindi , cloud , maintenance , azure , windows , pdf , authorization , advanced , english , troubleshooting , teams , visual basic , enterprise , status , c# , excel , sql , email , application , retail domain , process analysis , xml , change management , git , fundamentals , languages , presentation skills , asp.net , framework , documentation , probes , process automation , javascript , workflow , history , web , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43…
https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43521845500901… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Jan 2018 to Till Date
* Provided L2/L3 support for .NET based application roles including Incident, Problem, and Change management
* Troubleshooting of application issues and coordination with other development teams
* Developed an automated solution for manual activities: probes monitoring, logs purging, applications health validation,
windows/web service restart, and reporting
UG: B.Tech/B.E. (Electrical) from Banasthali University in 2017
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHRADDHA SINGH SIKARWAR
UiPath advanced and Automation Anywhere Master certified with nearly 3 years of
experience in .NET Application domain looking to leverage .NET, process analysis,
proven troubleshooting, and problem-solving skills to RPA /UiPath/.NET role.
Key Skills: Robotic Process Automation,UiPath,Process Automation,.Net,C#,Visual Basic,SQL,Analytical
Skills,Communication Skills,Presentation Skills,Automation Anywhere,REFramework,Object Oriented
Programming,workflow,RPA,RPA Developer,Orchestrator
Summary
* Versatile, process-oriented, certified IT-professional with a demonstrated history of 3 years in .NET Application domain
looking to leverage the expertise of .NET, process analysis, troubleshooting, and problem-solving skills to RPA developer role
Industry Preference: RPA/UiPath/Process Automation/.Net/Application Maintenance
3 years of experience .NET Application Implementation, Maintenance, Support in Retail domain
* Proficiency in C#, Visual Basic, ASP.NET, SQL, RPA, OOPS, XML, GIT
* Hands-on experience in UiPath (Robot, Orchestrator, and Studio), Automation Anywhere, Robotic Enterprise Framework
* Professionally certified in UiPath, C#, and Automation Anywhere
* Created and published 10+ RE-Framework model-based workflows in UiPath
* Well versed with Process Documentation, Version Control, OCR, Excel, PDF, Ui Interactions, Queue, Assets, Error handling
* Created automation solution blueprint documentation and presentations for business
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43…
https://freesearch.naukri.com/preview/printResume?uname=21bbce0e0c7a99621dc362bb0ee3916e5e590b574f1701130117485c5d0b5248425b43521845500901… 2/2
Other Qualifications/Certifications/Programs:
UiPath advanced RPA developer
Automation Anywhere Advanced RPA Professionel
Coding in C#
Azure Cloud Fundamentals
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
ASP.Net, C#, MS SQL, VB 0 Year(s) 0 Month(s)
UI Path, Automation Anywhere
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 82: Resume 281 with similarity score 0.05788498314111451
Resume Text: MS , B.TECH , BS work from home functionality , training , matplotlib , robotics , algorithms , css , data visualization , filters , classification , deep learning , tamil , cse , data mining , hindi , scipy , smartphone , pattern recognition , english , advanced , google cloud platform , excel , project , pandas , application , coursera , c programming , devices , numpy , fit , computer vision , prediction , resume , neural networks , android , writing , machine learning , iris , computer science , fundamentals , opencv , completion , assessment , data science , python , javascript , organization , artificial intelligence , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
Well, I think i will be a great fit for this internship since I am very enthusiastic in doing an internship in domains like Machine Learning and Artificial
Intelligence. And i have worked on a couple of projects which include domains like Machine Learning , Artificial Intelligence and Open CV. As, i
want to improvise my skills even more and want to gain some real time experience , this internship would be a great opportunity for me to
acheive it. And moreover i am a quick learner and highly passionate about pursuing a career in this domain. I have done projects like Handwritten
digit recognition by developing CNN Convolutional Neural Networks), Iris dataset Classification and Housing Prices Prediction and many other
projects related to ML and AI. And i have also completed my academic coursework in Artificial Intelligence and Machine Learning through which i
implementd the practical coding in my projects which include Machine Learning and Artificial Intelligence algorithms.And i have also worked on
MS-excel and have advanced level knowledge in it. As, i have related knowledge about the required skills i think i will definitely deliver greater
results to the company by using my skills and i will work hard to enhance my knowledge and will make sure the results are efficient and
outstanding. I am sure that i can deliver everything that you are looking for in a candidate.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm pursuing my bachelor's degree in a recognized university Rajiv Gandhi University of Knowledge Technologies, Nuzvid) which follow a 22
curriculum and is willing to accept internship from 3rd year of engineering till the end of my degree and I will be available for 3 month , for a work
from home internship.
Hope you could kindly consider my request and allow me to be a part of your company and work on my interested filed.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
Keerthi Sai Maganti
Machilipatnam
Applied 07 Feb'21
Python Algorithms Artifical Intelligence
C Programming C Programming CSS
Data Science Data Structures Database Management
System DBMS
Deep Learning English Proficiency Spoken) English Proficiency Written)
HTML Java JavaScript
MSExcel Machine Learning Computer Vision
Hindi Proficiency Spoken) Tamil Proficiency Spoken)
Bachelor of Technology B.Tech), Computer Science & Engineering
Rajiv Gandhi University Of Knowledge And Technology , Nuzvid
2018 - 2022
CGPA 8.75/10
Senior Secondary XII
Rajiv Gandhi University Of Knowledge And Technology,nuzvid
PRE UNIVERSITY COURSE PUC board)
Year of completion: 2018
CGPA 8.70/10
Secondary X
Kendriya Vidyalaya
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Member of CSE Dept. Club , IIIT Nuzvid.
Vice Captain of House in Kendriya Vidyalaya, Machilipatnam in 201516
Volunteer member of Information and Innovative Team in Helping Hands Organization in 2019 at IIIT, Nuzvid.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7207473818
Data Visualization Using Python
Coursera, Online
Jul 2020 - Sep 2020
I have been trained and taught about Data Visualization tools and techniques using python in this course. Used Matplotlib,
Numpy, Pandas , Seaborn ,Scipy, Folium and various tools for visualization.
Machine Learning By Andrew NG
Coursera - Stanford University, Online
Jul 2020 - Sep 2020
This training included broad explanation about machine learning, data mining and statistical pattern recognition. And also
included graded assignments on certain Machine learning based projects.
Google Cloud Platform
Coursera, Online
Aug 2019 - Oct 2019
I learned Google Cloud Platform Fundamentals in this Course.And worked in Google Cloud platform area.
Robotics Classes
Rajiv Gandhi University Of Knowledge Technologies, Nuzividu
Feb 2018 - Feb 2018
Hands on Classes on Robotics from seniors and experienced faculty.
Line follower
Manual Robot.
Cartooning an Image using OpenCVPython
Nov 2020 - Dec 2020
The main objective of this project is Cartooning an Image by using openCV python library and applying filters to the image.
OpenCV,Python.
Develop a CNN for MNIST Handwritten Digit Classification.
Oct 2020 - Nov 2020
The main objective of this project is to classify a given image of handwritten digit into one of the 10 classes representing
integer values from 0 to 9 by developing a Convolutional Neural Network.
Machine Learning,Neural Networks,Python.
Actions On Google
Jan 2019 - Jan 2019
Developing a software application known as Actions that adds through the functionality of Google Assistant and can be
accessed by devices like Google Home,Google Pixel Smartphone and Android devices with Google Assistant.
Google Dialogflow.
Secured 3rd position among 100 students in Essay Writing competition Organised by Bharat Heavy Electricals Limited
BHEL
Participated in National Level Techfest-2020 at IIIT Nuzvid , A.P
Rank 83: Resume 563 with similarity score 0.05761676789424704
Resume Text: MS work from home , full time data visualization , data analytics , secondary education , eda , salt , sql , techno , application , lake , c programming , resume , java , completion , assessment , data science , python , organization , html , database Assessment
Q1. Why should you be hired for this role?
I am doin Pg dipoma in data science so i am comfortable to work with python data visualization, sql and eda. I am a quick learner and hardwork is
my passion. This internship would be a great oppurtunity for me to start my career with. I will give my best for my work however the organization
will direct me to.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am immediately available for a full time work from home internship
Resume
EDUCAT ION
CONTACT Phone: 91 8250889204
Silpa Roy
Hyderabad, Durgapur
Applied 09 Feb'21
Python Data Science Database Management
System DBMS
R Programming SQL .NET
C Programming C#.NET HTML
Java
PG Diploma in Data Science, Data Analytics
Iiit Bangalore
2020 - 2021
Master of Computer Applications MCA, Computer Application
VIT Chennai
2016 - 2018
CGPA 7.30/10
Bachelor of Computer Applications BCA, Computer Application
Techno India Salt Lake
2013 - 2016
CGPA 7.30/10
Senior Secondary XII, Science
Bidhan Chandra Institution
WEST BENGAL BOARD OF HIGHER SECONDARY COUNCIL board)
Year of completion: 2013
Secondary X
Durgapur Girls High School
WEST BENGAL BOARD OF SECONDARY EDUCATION board)
Year of completion: 2011
Rank 84: Resume 294 with similarity score 0.05688280791544533
Resume Text: MS , B.TECH work from home , classifier algorithms , classification , pes , e-mail , linear regression , email , c programming , microsoft , resume , electronics , government , machine learning , computer science , assessment , management system , data science , python , technology , database , online Assessment
Q1. Why should you be hired for this role?
I like to learn more so that I did course data science and machine learning at nucot . I look forward to work in your company in machine learning
field . I will be honest, hard work.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
i am available.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8095911235
Kumar Arashanagi
Bangalore, Bijapur
Applied 08 Feb'21
Python C Programming Machine Learning
Bachelor of Technology B.Tech), Electrical and Electronics Engineering
PES University
2017 - 2020
CGPA 7.13/10
Diploma, Electrical and Electronics Engineering
Government Polytechnic Vijayapur
2014 - 2017
Percentage: 85.30%
Data Science And Machine Learning
NUCOT, Online
Aug 2020 - Dec 2020
Data science and machine learning course at nucot.
Minor Degree In Computer Science
PES University, Bangalore
Jun 2018 - May 2019
Data structures
Database management system
Algorithms
Operating system
image classification using CNN
Dec 2020 - Dec 2020
image classification using CNN in python.
Email classification using Naive Bayes classifier.
Oct 2020 - Oct 2020
Classification of spam and ham e-mail using Naive Bayes classifier in python.
House prices predicting using linear regression.
Sep 2020 - Sep 2020
House prices predicting using linear regression algorithm in python.
AI900 Cirtificate by Microsoft .
Python Cirtificate by udemy.
Rank 85: Resume 536 with similarity score 0.05671148541634572
Resume Text: MS work from home , team member c programming , assessment , data science , visualization , python , ibm , google analytics , resume , english , css , internet of things , data analysis , computer science , learning , mysql , html , data analytics , hindi Assessment
Q1. Why should you be hired for this role?
I have been learning data analytics. I own Udemy certificate in data analysis and visualization ,python certificate certified by IBM , Google
analytics for beginners and python for data science NPTEL ELITE CERTIFICATE.I want to learn more in this field and build my career. And I am a
very hardworking and a fast learner . And I am very good team member too.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for next 3 months .. but have my mid semester exam from 1st March
Resume
EDUCAT ION
CONTACT Phone: 91 7289013931
Shikha
Dehradun, Delhi
Applied 07 Feb'21
Python C Programming Data Analytics
English Proficiency Spoken) English Proficiency Written) HTML
Hindi Proficiency Spoken) MSPowerPoint MSWord
CSS Google Analytics Internet of Things IoT
MSExcel MySQL
Bachelor of Computer Science B.C.S.), Computer Science
Doon University
2018 - 2021
Rank 86: Resume 535 with similarity score 0.05671148541634572
Resume Text: MS work from home , team member c programming , assessment , data science , visualization , python , ibm , google analytics , resume , english , css , internet of things , data analysis , computer science , learning , mysql , html , data analytics , hindi Assessment
Q1. Why should you be hired for this role?
I have been learning data analytics. I own Udemy certificate in data analysis and visualization ,python certificate certified by IBM , Google
analytics for beginners and python for data science NPTEL ELITE CERTIFICATE.I want to learn more in this field and build my career. And I am a
very hardworking and a fast learner . And I am very good team member too.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for next 3 months .. but have my mid semester exam from 1st March
Resume
EDUCAT ION
CONTACT Phone: 91 7289013931
Shikha
Dehradun, Delhi
Applied 07 Feb'21
Python C Programming Data Analytics
English Proficiency Spoken) English Proficiency Written) HTML
Hindi Proficiency Spoken) MSPowerPoint MSWord
CSS Google Analytics Internet of Things IoT
MSExcel MySQL
Bachelor of Computer Science B.C.S.), Computer Science
Doon University
2018 - 2021
Rank 87: Resume 445 with similarity score 0.05667305725352398
Resume Text: MS , BS work from home , software engineer , technical architect , entry level , software developer , technical lead , data management functionality , retail , costco , deep learning , demand , service delivery models , mar , information technology , loans , design , data analytics , term deposits , basic , digital , excel , cable , sql , consideration , credentials , fit , business operations , resume , fixing , credit cards , machine learning , unit testing , computer science , ust , dda , technical documentation , assessment , management system , data science , python , convenience , reflection , organization , crm , global solutions , mathematics Assessment
Q1. Why should you be hired for this role?
Dear Sir/Madam,
I wish to apply for the role of Deep Learning Internship, currently being advertised on Intershala. Please find enclosed my Resume for your
consideration.
As you can see from my attached Resume, I previously worked in AS400 domain for 13 years in many large-scale solutions. I had opportunity to
work in the role of Developer, Technical lead, Architect and familiar with variety of software and data management systems.
Although successful in my AS400 career, I had to take a break in my professional career because of some personal challenges during COVID
times. I wanted to use this time to upskill myself to be more relevant in industry and after some serious self-reflection, I trusted my passion
towards programming and interest on relational mathematics to pursue a career in Data Science. I am currently undergoing Post Graduate
Diploma in Data Science from IIITB 12 months course), In parallel seeking an job (open for entry level jobs too) and am confident in my ability to
excel in the field.
Throughout the course of my career, I have always excelled with my strong technical and behavioral skills .I am very eager to return to the
workforce and believe my pent-up enthusiasm for work, combined with my relevant educational and professional credentials, will help me
contribute meaningfully to the organization. I look forward to the opportunity to discuss my potential fit for this position by phone or in person at
your convenience.
Thank you for your time and consideration.
Yours sincerely,
Remya R
91 9900202685
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, available for immediate joining.
Resume
EDUCAT ION
JOBS
Remya R
Bangalore
Applied 08 Feb'21
Python SQL Data Analytics
Deep Learning Machine Learning
PG Diploma in Data Science, Data Science
International Institute Of Information Technology Bangalore
2020 - 2021
CGPA 3.40/4
Master of Computer Applications MCA, Computer Science
Bharathiyar University
2012 - 2015
Percentage: 78.00%
Bachelor of Computer Applications BCA, Computer Science
Mahatma Gandhi University
1999 - 2002
Percentage: 78.00%
Architect/Lead
Netcarcker Technologies, Bangalore
Sep 2014 - Jul 2020
Worked as a Technical Architect for Netcrackers Cable TV CRM solution designed to provide business-critical functionality
that transform existing business operations into more efficient digital service delivery models.
Technical Lead
iGate Global Solutions, Bangalore
Aug 2010 - Sep 2014
CONTACT Phone: 91 9900202685
Responsible as Technical lead for Royal Bank of Canadas Integrated banking system providing all basic banking functions
including DDA, checking, loans (including retail demand), term deposits, credit cards,branch teller CSR etc.
Software Engineer
IGNIS TECHNOLOGIES, Bangalore
Apr 2009 - Aug 2010
Worked as a Software Developer for WMGs music release management system, responsibilities included developing
assigned modules, design, coding, testing and technical documentation with full responsibility of the assigned scope.
Software Development
UST Global International Pvt.Ltd, Thiruvananthapuram
Jun 2006 - Mar 2009
Worked as a Software Developer for COSTCO retail management system, involved in coding, unit testing and defect fixing
phase of software development and additionally supported other SW development aspects like requirement engineering
and design.
Rank 88: Resume 762 with similarity score 0.056294856202743125
Resume Text: B.S , MS , BSC , BS full time , part time , senior software test engineer , business analyst core java , customer , telugu , sql tools , functional testing , gateway , test cases , work allocation , status , data cleaning , smoke testing , xml , audi , jaguar , frame , automation , pentaho , data visualization , designation , regression testing , mar , web services , hindi , api testing , ltd , windows , json , english , project , land rover , asset management , subscribe , rest , resolve , sms , triage , javascript , tax , technology , dax , options , developers , scripting , groovy , affirmative action , oracle , frs , power bi , kafka , linear regression , software testing , email , pandas , user stories , languages , agile environment , telematics , jira , test management , search , database , manual testing , jasper , profiles , testng , apache , authorization , teams , exploratory data analysis , devices , soapui , watches , selenium webdriver , infotainment , offshore , statistics , csi , it , python , reviews , liaison 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e17…
https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e170018450e5f085… 1/3
Current Designation: Senior Software Test Engineer
Current Company: Sagarsoft India Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Sagarsoft India Limited as Senior Software Test Engineer
Jun 2017 to Till Date
Title : HomePricePrediction
Client : Sagar Cements India Ltd
Team Size : 3
Responsibilities:
Perform Exploratory Data Analysis.
Data Cleaning and outliers removal using Python and Pandas
Build Linear Regression Model.
Data visualization using power bi
Connecting to different data sources using power bi and clean data.
Good Knowledge in DAX programming.
Project #5(Jul 2017- Feb 2019)
Title : Tax Management
Client : Point72 Asset Management
Role : Software Test Engineer
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
K. Srinivas Reddy
Have experience in software testing with manual and automation ,web services
testing, API testing,Rest Assured, soap ui, postman, Apache nifi, Elastic Search,
Exploratory Data Analysis
Key Skills: statistics, data visualization, web services testing,ui testing,apache nifi, kafka,soap ui,xml,API Testing,SOA
Testing,Rest Assured,Manual Testing,Selenium Webdriver,Core Java
Summary
Having 10 years of experience in Software testing field .
Experience in core java programming.
Good Knowledge in testing REST services using REST Assured.
Good Knowledge on Statistics concepts.
Good Knowledge on SQL queries.
Experience in Automation Testing using SOAP UI for web services using Groovy script and Manual Testing.
Very good experience in working with XML, XSD, DDF, WSDL, JSON data.
Extensive work experience on Functional Testing, Regression Testing and Smoke Testing.
Experience in working Agile environment.
Good experience in using Defect/Test Management tools like JIRA, X Ray.
Strong communication & interaction with Clients, Developers, Business Analysts, Management.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e17…
https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e170018450e5f085… 2/3
Team Size : 8
Responsibilities:
Analyze user stories, discuss during requirement reviews with team.
Get clarifications of user stories with Business Users.
Write test cases for user stories, get reviewed with Business Users and execute them.
Track defects on daily basis, assist Development team to resolve the bug.
Run Pentaho job to populate data in Database.
Project #4:
Title : AUDI MBB
Client : AT&T, AUDI
Role : Senior Software Test Engineer (Automation with SOAP UI and Manual testing)
Team Size : 5
Technology/Tools: Java, XML, HTTP, SOAPUI, SQL tools, JIRA, File Poster, XML Editor
The purpose of this project is to register AUDIGENGEN2 Vehicles with INFOTAINMENT and TELEMATICS devices,
Deregister Vehicle the device Types, check the status of the vehicle, Send SMS to the vehicle, check the device Type
information etc.
Responsibilities:
Analyzed Functional Requirement Specification (FRS) for the client.
Liaison between onsite and offshore teams and Lead the project team in India.
Work allocation to all the team members on daily basis and guiding team to complete the work on date.
Involved in identifying and prioritizing the Test Cases to be automated.
Prepared automated REST APIs using SOAPUI with Groovy scripting.
Involved in peer test case review and external test case review meeting
Executing automated SOAPUI scripts.
Participated in Daily Stand Up Meeting and Bug Triage call to discuss the testing status and bug status with project
manager and Business Analyst.
Tracking the defects on daily basis, assist Development team to resolve the bug.
Project #3:
Title : Geneva Timex portal
Client : AT&T
Role : Senior Software Test Engineer (Selenium)
Team Size : 3
Tools Used : Selenium (Web Driver, TestNG)
The purpose of this project is to activate and deactivate the timex watches through the portal. Synchronoss will provide the
DeviceID to Foxconn to identify the device uniquely. Timex customer login to the Geneva Timex Portal and activate the
devices .This activation of devices makes the interaction with Geneva Server hosted by Qualcomm using SOAP and
REST requests. The portal provides options like sending messages to other devices and to other emails. By using this
portal user can create users and verify their emails.
Responsibilities:
Involved in setting up Automation frame work.
Involved in identifying and prioritizing the Test Cases to be automated.
Good Experience in converting Manual Test cases to Automation Scripts.
Participated in Daily Stand Up Meeting.
Responsible for Preparing Daily Status Reports.
Project #2:
Title : AT & T JLR portal
Client : AT&T, Jaguar and Land Rover
Role : Senior Software Test Engineer (Selenium)
Team Size : 3
Tools Used : Selenium (Web Driver, TestNG)
The purpose of this project is to activate and deactivate the ICCIDs used in the Jaguar and LandRover OEM. And it will
manage the customer profiles associated with the vehicles. Synchronoss will take the Requests to get the status of the
ICCIDs, activate, deactivate the ICCIDs, subscribe the rate plan to the ICCIDs and reset the ICCIDs if there are any
technical issues. Synchronoss will send these requests to Jasper control system/CSI with the help of APIs and jasper will
send the responses to the Synchronoss then Synchronoss will calculate the final response based on the all the jasper
responses and send to the RACO. The failed requests will fall in the Synchronoss order gateway.
Synchronoss Technologies Inc as QA Lead
Aug 2010 to Mar 2017
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e17…
https://freesearch.naukri.com/preview/printResume?uname=5bb7e50365e151738f743521d4bfcdf80d54585343110d440113100b540f5449450e170018450e5f085… 3/3
UG: B.Sc (Statistics) from Osmania University in 2005
PG: MCA (Computers) from CVR College of Engineering, Hyderabad in 2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Core Java, Groovy, Windows XP/7
SOAP UI, SOAPUI PRO, Oracle
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 89: Resume 76 with similarity score 0.055102676306281045
Resume Text: MS , B.TECH work from home , classifier forest , blogs , data analytics , shape , sales analysis , ratings , models , project , application , coursera , focus , microsoft excel , linkedin , prediction , resume , ibm , java , nltk , machine learning , correlation , computer science , credit card fraud , flask , dashboard , sms , tableau , assessment , lovely , data science , python , technology , fraud detection , working experience , online Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field. I have all the skills and qualifications listed in the
job description, and if you hire me, I promise to deliver quality work throughout the tenure of the internship. My career goals align perfectly with
your company, and I'd like nothing more than a chance to be a part of it.
Proficient in python, data analytics, machine learning.
Familiar with machine learning libraries like scikit learn.
Proficient in creating Dashboard for data in data analytics and creating end to end data science application. I have
Made models for house price prediction, movie recommendation system, Credit Card Fraud detection. I have also
Worked on end to end data science project models .
You can check all my projects from the bellow repo:
https://github.com/Ankush123456-code
and my LinkedIn from here
https://www.linkedin.com/in/ankush-kunwar777/
You can check my medium blogs from here.
https://ankushkunwar7777.medium.com/
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I available to work in your esteemed from this point of time. As this internship is home based I would like to start the internship at this regular point
of time.
Resume
EDUCAT ION
TRAININGS
PROJECTS
Ankush Kunwar
Jalandhar, Phagwara
Applied 07 Feb'21
Python C Programming Java
MSExcel Machine Learning Tableau
Bachelor of Technology B.Tech), Computer Science & Engineering
Lovely Professional University
2018 - 2022
CGPA 7.74/10
Analytics
Coursera, Online
Oct 2020 - Nov 2020
IBM Data Science
IBM, Online
Apr 2020 - Jul 2020
Fare_prediction_
Dec 2020 - Dec 2020
https://github.com/Ankush123456-code/Fare_prediction_
In this project I have used Random forest Regressor and done a lot of data preprocessing on raw data finally get accuracy of
approximately 81 percent . This project is mainly focus of data preprocessing.
Movie recommendation system
Oct 2020 - Nov 2020
https://github.com/Ankush123456-code/Movies_Reccomender_system
This recommendation systems is work on correlation of movies according to ratings given by user.
Spam_Classifier
https://github.com/Ankush123456-code/Fare_prediction_
https://github.com/Ankush123456-code/Movies_Reccomender_system
CONTACT Phone: 91 8619202104
Nov 2020 - Nov 2020
https://github.com/Ankush123456-code/Spam_Classifier
Sms spam classifier using nltk and Naive byes model.
house_price_prediction_end_to_end_project
Sep 2020 - Oct 2020
https://github.com/Ankush123456-code/house_price_prediction_end_to_end_project
I have used machine learning algorithm(linear regression) in this project for predicting house price and deployed this model
with the help of flask.
Sales Analysis Dashboard from Microsoft Excel
Sep 2020 - Sep 2020
https://github.com/Ankush123456-code/Sales_analysis_using_excel
Made dashboard using excel
https://github.com/Ankush123456-code/Spam_Classifier
https://github.com/Ankush123456-code/house_price_prediction_end_to_end_project
https://github.com/Ankush123456-code/Sales_analysis_using_excel
Rank 90: Resume 397 with similarity score 0.054815411869240174
Resume Text: B.S , M.Sc , M.S , BS , MS work from home , relationship executive digital signal processing , algorithms , internships , physics , data mining , modeling , data analytics , keras , ltd , linear regression , business analytics , application , c programming , introduction to , computer vision , resume , matlab , machine learning , completion , assessment , python , cloud computing , mathematics Assessment
Q1. Why should you be hired for this role?
Good knowledge in machine learning algo and tensorflow, keras and computer vision, CNN ,RNN Logistics regression, linear regression
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Prashant Gupta
Varanasi, Gurgaon
Applied 08 Feb'21
Python C Programming Digital Signal Processing
MATLAB Algorithms Cloud Computing
Data Structures MSExcel MSOffice
Machine Learning R Programming Tally
Integrated M.Sc., Computational Science And Application In Signal Processing
Banaras Hindu University
2018 - 2020
CGPA 6.84/10
Bachelor of Science B.Sc), Physics , Mathematics
Dr. RMLAU Faizabad
2012 - 2015
Percentage: 55.00%
Senior Secondary XII, Science
Ejaz Husain Memorial Inter College Khorasha Gonda
U P BOARD board)
Year of completion: 2012
Percentage: 70.80%
Secondary X
G I C GONDA
U P BOARD board)
Year of completion: 2009
Percentage: 50.80%
Relationship Executive
Karvy Stock Broking Ltd, Gonda
Apr 2018 - Jun 2018
Data Analytics
NPTEL, Virtual
Jan 2020 - Apr 2020
Introduction To R Software
NPTEL, Virtual
Aug 2019 - Present
Cloud Computing
NPTEL, Virtual
Aug 2019 - Present
Business Analytics & Data Mining Modeling Using R
CONTACT Phone: 91 8601164370
NPTEL, Virtual
Jul 2019 - Sep 2019
Rank 91: Resume 148 with similarity score 0.054725564138056015
Resume Text: B.S , MS , B.TECH classifier , software developer intern , digital marketing intern , data scientist , science intern api , training , segmentation , algorithms , data visualization , classification , deep learning , portals , nlp , data mining , information technology , learning techniques , mysql , data analytics , public , keras , maintenance , cluster , ltd , regression models , cloud communications , foosball , college football , supply , business intelligence , application , data cleaning , mask , coursera , eagle , linkedin , processing , computer vision , iit , range , prediction , github , neural networks , google adwords , data analysis , machine learning , running , building , computer science , framework , django , youtube , languages , x , e-commerce , flask , amazon , presentation skills , tournaments , table tennis , tuning , data science , birth , one , python , object detection , campaigns , search , web , video analytics , face recognition , mobile , digital marketing , mail , online Abhinav Tyagi
Date of Birth: 12th October, 1997
Mail: abhi12.tyagi@gmail.com
Contact: 8800729553
LinkedIn: linkedin.com/in/abhinav-tyagi-166530152
GitHub: github.com/abhityagi12
BACHELOR OF TECHNOLOGY
(B.Tech)
Computer Science Engineering
OBJECTIVE
A Data Scientist skilled in building data-driven solution to increase efficiency and accuracy. Experienced in solving complex business problems like Image
Classification, Object Detection and Segmentation using Deep Learning. Skilled in building regression models, predictive models using various Machine
Learning Techniques.
EDUCATION
Qualification School/College Percentage/GPA Year
B.Tech Jaypee Institute of Information Technology, Noida 5.6 2019
XII Vishwa Bharati Public School, Noida / C.B.S.E 89.6 % 2015
X Vishwa Bharati Public School, Noida / C.B.S.E 9.2 2013
PROFESSIONAL EXPERIENCE
Data Science Intern Vidooly Media Tech Pvt. Ltd. 4th September, 2019 – 3rd March, 2020
Vidooly is an online video analytics company based in India. Vidoolys software provides video publishers ranking, audience insights, brand safety score,
audience overlap and a proprietary video engagement score.
Responsibilities: Data Mining, Data Cleaning, Data pre-processing and building machine learning models on the data.
Projects:
Built image classification model to classify images as safe/unsafe based on detection of blood in an image, adult content in image.
Trained YOLOv3 object detection model to detect guns (assault rifles and pistols) in a frame.
Built sentiment classification LSTM model using NLP techniques for YouTube comments analysis by gathering data from YouTube Data API.
Deployed model using Flask.
Perform clustering analysis on tag words to cluster adult and abusive words based on their semantic similarity, phonetic similarity and also
using clustering algorithms.
Software Developer Intern Knowlarity Cloud Communications 3rd June, 2019 – 2nd August 2019
Knowlarity is one of the largest providers of cloud communication solutions to businesses in Southeast Asia and Middle Eastern markets.
Responsibilities: Development and maintenance of companys web application using Python Django framework.
Projects: Developed a LeaderBoard web application using Django for companys weekly tournaments like foosball championship, table tennis
championship, etc.
Digital Marketing Intern Eagle Network Supply Pvt Ltd 28th May, 2018- 13th July, 2018
Eagle Networks Supply is a brand E-Commerce solution provider and online seller in India. They sell a notable range of products categories on online
selling portals like Amazon, Snapdeal, Flipkart, Paytm.
Responsibilities: Improve the presence of Eagle Network Supply on E-Commerce portals by researching on Search Engine Optimizing Techniques.
Projects: Increased sales of companys products on Amazon by running ad campaigns on Amazon Marketing Services and Google AdWords.
PROJECTS
1. Face Mask Detection
Trained YoloV3 model on custom data to detect whether the person is wearing mask correctly, incorrectly or not wearing a mask at all.
2. Blood Detection
Built an image classifier that detected blood in an image by training Resnet50 model on custom dataset containing bloody images on Pytorch.
Achieved an accuracy of 97%.
3. Image Classification Web App
Trained deep neural network on Intel Image Classification dataset and achieved accuracy of 94%. Created a web app to classify uploaded
images using Flask.
4. Face Recognition
Built a face recognizer on Keras by fine-tuning pre-trained VGG16 model and trained it on custom dataset.
5. Custom Object Detection
Detect mobile in an image or video stream using transfer learning with help of DarkFlow framework and YOLO algorithm.
6. Hand Written Digit Recognizer
Trained a deep neural network with only 8000 trainable parameters on MNIST Hand Written Digi dataset and achieved accuracy of 98%.
7. Black Friday Sales Prediction
Trained XgBoost regressor to predict sales prediction and created a web app to predict sales using Django.
8. Foosball Leader-board.
Created a leader board app using Django.
SKILLS
Languages: Python, C, SQL
Tools - Keras, Pytorch, Tensorlfow, Django, Flask, Spyder, Google Colab
Machine learning, Deep learning, Data Science, Convolutional Neural Networks, Computer vision, Data Analysis, Data Visualization, Beautiful Soup,
Data Structures and Algorithms.
CERTIFICATIONS
Neural Networks and Deep Learning- deeplearning.ai, Coursera
Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization- deeplearning.ai, Coursera
Convolutional Neural Networks- deeplearning.ai, Coursera
Tensorflow in Practice Specialization- deep learning.ai, Coursera
Deep Learning Specialization- Deeplearning.ai
Data Science for Engineers- IIT MADRAS
Machine Learning A-Z™: Hands-On Python Data Science--Udemy
MySQL for Data Analytics and Business Intelligence - Udemy
ADDITIONAL INFORMATION
Was captain of the college football team
An effective communicator with strong analytical thinking, decision making and presentation skills.
Always keen to learn new things and ready to take new challenges
Hobbies- Football, Dancing, Travelling, Listening to Music
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
https://www.udemy.com/course/machinelearning/
Rank 92: Resume 1339 with similarity score 0.05465964332555012
Resume Text: B.E , MS , B.TECH , BS full time , senior analyst , data management , development engineer data warehousing , customer , telugu , watson , deep learning , space , enterprise search , nlp , learning techniques , docker , linux , sda , status , data architecture , product management , sentiment analysis , scala , scikit-learn , data science , forecasting , continuum , pipeline , shiny , web apps , spark , kubernetes , dsx , open source , designation , deliverables , hindi , keras , yarn , english , agile , project , microservices , provisioning , solution architecture , ibm , ops , architecting , dbs , document automation , machine learning , kanban , research , aml , enterprise data , javascript , demos , artificial intelligence , technology , cash , hadoop , big data analytics , optimization , scrum , healthcare , vendors , affirmative action , studio , hub , kafka , workbench , email , business analytics , envisioning , asis , aws , self service , prediction , containerization , languages , hive , amazon , teradata , jira , information retrieval , proof , cloud services , api , onboarding , presto , people management , jenkins , nosql , industrialization , openshift , versioning , case , lead development , azure , model building , authorization , risk , teams , models , solution delivery , electronics , led , framework , landscape , sas , cloudera , tableau , adoption , hbase , python , document processing , fraud , refactoring 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c15…
https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c150615470d550e5… 1/3
Current Designation: Solution Delivery Expert -Cognitive
Automation
Current Company: Novartis Healthcare
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Executive Program [Data Science and
Business Analytics]
Verified : Phone Number | Email - id
Novartis Healthcare as Solution Delivery Expert -Cognitive Automation
Aug 2019 to Till Date
Driving the Cognitive products' delivery in terms of
creation and envisioning of document platform (platform as a Product offering);
Strategizing and building Cloud-specific (Azure/AWS) infra/deployment and MLOps architecture; involving model
experimentation, registry, data drift, reproducibility, versioning, optimization, evaluation, explainability, serving/inference
management etc.
Designing parallelized, scalable and secure ML/NLP applications in the Cloud
Evaluating potential vendors/partners/tools in the AutoML/MLOps/Search space
NLP/MLOps related research, direction and adoption
Pharma/drugs? document processing automation, entity recognition and concept prediction by use of NLP/NLG
techniques like USE, BERT, T5, spaCy, scispaCy, Medical Comprehend, Cosine Similarity etc. besides other Deep NN &
Transfer Learning techniques
Cloud ML Design, Architecture guidelines and handbook
Proof-of-Concept and UI/UX review and guidance besides engaging in self & org-driven PoC?s
Study & Transform AI prototypes: Engaging with business & Tech stakeholders with demos, discussions etc. starting from
the PoC?s and inception, till product implementation
Review with Scrum teams for rapid build and deployments
Azure and other cloud services provisioning/Pricing review and approval
Last Active: 7-Feb-21 Last Modified: 5-Feb-21
Asis Mohanty
Leading and architecting solutions for developing & deploying Applications/Products in
the Cloud in Cognitive automation & AI/ML;
~15.5 years of exp, with contributions in setting up MLOps & Engg Practice and
ML/NLP systems in healthcare & banking
Key Skills: Solution Architecture,Azure,AWS,Python,SQL,R,R-Shiny,Pyspark,Scala,Base
SAS,Shell,NOSQL,Docker,Cloud-Native,MLOps,Machine Learning,Information Retrieval,Artificial Intelligence,NLP,Azure
ML,Solution Delivery,Product Management
Summary
Leading and architecting solutions for developing & deploying Applications/Products in the Cloud in Cognitive automation &
AI/ML space;
possess ~15.5 years of overall experience, with rich contributions in setting up MLOps & Engineering Practice and ML/NLP
systems; Data & Data Science across Healthcare & Banking domains.
Well-versed in Product Recommendation, NLP-based Document Automation and use cases spanning across Text
Summarization, Recommendation, Paraphrasing, AML/Fraud Analytics, Self Service Banking, Sentiment Analysis, AutoML and
more... leveraging the best of Cloud, Cloud-native & Big Data Architecture & Services; working in an Agile model while being
adept at Project & People Management.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c15…
https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c150615470d550e5… 2/3
Exposure to solutions in enterprise search (Lucidworks/Sinequa etc.)
ML Ops and Frameworks ? Model building/serving architecture with deployments and management; Auto-deploymet
tools? evaluation; Serving/API-Inference
Azure ML, Azure Kubernetes Service/Container Instances, TFX/Tensorflow Serving & Torch, Serverless Functions &
Azure Web Apps for cloud-native & microservices-based deployments, AWS Sagemaker, Amazon Comprehend, other
relevant services across Azure and AWS landscape;
TF 2.0/Keras, PyTorch, Scikit-learn
DBS Asia Hub 2 as Lead Development Engineer
Jun 2016 to Aug 2019
Led the Data Science, ML Engineering Team in bringing value to multiple Banking projects
ML Ops - AutoML, DataOps/ML Engineering & Ops - Model deployments and management; Auto-deploymet tools'
evaluation; Serving/API-Inference
IBM DSX/Watson Studio, Cloudera Data Science Workbench, AWS Sagemaker
Topic Modelling/Customer Behavior Insights, Sentiment Analysis, Deep Learning for OCR, Chatbot for IT support
Streaming Ingestion with Kafka-Spark for onboarding AML Machine Learning project
IOT Analytics
AI/ML PROJECTS:
Worked on Fraud Analytics (Reduce False Positives in AntiMoney Laundering case - RF, NN; Visually flag Fraudulent
Transactions real time).
Deployed Self Service Banking involving forecast of ATM, BTM, CRS Cash-out and cash replenishment - SARIMA,
Ensemble Learning/Basket of Models; LSTM, PySpark, Tensorflow/Keras; Reduction in Under Predictions;
Cheque Analytics involving Risk Scoring, Forecasting of Cheque counts and amounts.
Model Management/Registry/Deployment - MLFlow, ParallelM
AI Industrialization - Including but not restricted to: Containerization with Openshift, Analytics Private cloud, GPU for Deep
Learning, Alluxio-ML Integration, Presto
DATA INGESTION & ANALYTICS PROJECTS accomplished (On-Premise):
Building & Enhancing Ingestion Framework making use of the niche Open Source Big Data Tools' landscape
Refactoring code base in Spark
Building CICD pipeline on AWS vis-a-vis VPC
Onboarding Data Science pipeline on Ingestion/Compute platform
Rating of Relationship Managers
Liaising with SRE and Architecture teams for data management
BA Continuum India as Senior Analyst
Nov 2013 to Jun 2016
Owned Enterprise Data Applications, Led the Big Data/Data Warehousing project team in Marketing Data Platform.
Managed Big Data/Hadoop POC (Banking domain) and Risk & Compliance deliverables.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2005
PG: Executive Program (Data Science and Business Analytics) from SDA Bocconi, Italy in 2017
Education
IT Skills
Skill Name Version Last Used Experience
Python, R, Teradata, Tableau
JENKINS, JIRA, KANBAN
Azure ML, Azure, AWS, Sagemaker, Cloud
MicroServices
Docker, Kubernetes
Deep learning
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c15…
https://freesearch.naukri.com/preview/printResume?uname=900d7e71109d8cb7941a974ae603810a0e0f0a56191b5f420b45155f590e044e1b5c150615470d550e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Linux, Shell
Big Data Analytics, Hadoop
YARN, SPARK, KAFKA
HIVE, ALLUXIO, HBASE
NLP, USE, BERT, Transfer learning
AI, ML & MLOps
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Oriya
Rank 93: Resume 552 with similarity score 0.05457208277137708
Resume Text: MS , BS work from home internships , command , space , data analytics , internet , sql , project , google , wordpress , nasa , c programming , mumbai , computer vision , resume , mainframe , fundamentals , machine learning , computer science , opencv , tts , assessment , data science , python , app , artificial intelligence , technology , digital marketing Assessment
Q1. Why should you be hired for this role?
Edu/Exp.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Shridhar Shukla
Bangalore
Applied 08 Feb'21
Computer Vision Python MSOffice
Artifical Intelligence C Programming C Programming
Data Analytics Data Science Digital Marketing
Machine Learning OpenCV R Programming
Diploma, PGP PGDML, Machine Learning, Artificial Intelligence
Iiit Bangalore
2018 - 2019
Data Analytics
ZoloStays, Bangalore
Jan 2019 - Present
Software Development
IT Technology, Bangalore
Dec 2007 - Dec 2018
Artificial Intelligence AI
Tts, Virtual
Sep 2020 - Oct 2020
AI, Python, WordPress, SQL.
Volunteer - Project Management Institute(PMI
The Fundamentals Of Digital Marketing
Google, Bangalore
Jan 2020 - May 2020
IT/Mainframe Programming
T imes Technologies Bangalore, Bangalore
Nov 2006 - Jun 2007
Computer Science, OS And Internet.
RDVV University, Jabalpur
Apr 2002 - Nov 2002
Face detection project.
Aug 2020 - Sep 2020
Developed a nearby restaurant finder with voice command, using AI on GCP.
Jun 2020 - Jul 2020
NASA space app challenge
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6360501763
May 2020 - Jun 2020
Chatbot
Apr 2019 - Jun 2019
Google Certified digital technologist.
DCLDiploma in cyberlaws) , ASCL/Govt Law College Mumbai.
Rank 94: Resume 679 with similarity score 0.054478979722757136
Resume Text: BTECH , MS , B.TECH , BS work from home , learning facilitator , public speaker , machine learning engineer , data scientist , machine learning intern api , model united nations , data acquisition , general , algorithms , internships , apparel , classification , deep learning , signal processing , pca , mar , nlp , trading , docker , cancer , statistical modeling , literature , dimensionality reduction , public , model building , recommender systems , advanced , steering , models , sql , google , project , consideration , aws , data cleaning , mongodb , coursera , mumbai , prediction , resume , paper , github , pipelines , neural networks , rest , elections , nvidia , quora , facebook , machine learning , problem solving , portfolio optimization , django , research , e-commerce , donors , flask , amazon , process automation , completion , assessment , cap , connections , garch , data science , python , backtesting , reviews , tuning , avid , ml , spectrum , cloud computing , etl , social network analysis , mathematics , database , online Assessment
Q1. Why should you be hired for this role?
Previously I interned as a Machine Learning engineer with a young startup .Where I worked on projects end to end ,from querying data and
preparing ETL pipelines after data acquisition,to data preprocessing,cleaning ,feature engineering,ML/DL model building and model deployment
using AWS.
I worked on building a recommender system using autoencoders and BERT,along with that I also worked on building chatbots, siamese
network,encoder-decoder models,Name entity recognition,intent classification etc.
In this process I have worked on frameworks like Django,Streamlit for building the REST API's and Docker,Kubernete for model deployment.Also
woked with Tensorflow and Pytorch,MongoDB
Before that I interned as a Quant Ananlyst where I built GARCH models for modelling the market volatality, worked on portfolio optimization,
something like portfolio composition and backtesting. Marked cap-weighted portfolios, Markowitz portfolio and worked on deep learning models
for Algo Trading.
My strong software development,Data Structures algorithms and problem solving skills along with a experience of solving real life machine
learning problems makes me the right candidate for this job.
My enclosed resume expands on my coursework and mentioned skills as I prepare for an exciting career, I am eager to gain a more detailed
understanding of the field by collaborating with an experienced team. Thank you for your time and consideration. I look forward to hearing from
you soon.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 month,starting immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Yatharth Srivastava
Gurgaon, Mumbai
Applied 08 Feb'21
Python Data Structures Database Management
System DBMS
Django Flask GitHub
Machine Learning Mathematics Neural Networks
SQL Statistical Modeling Cloud Computing
Deep Learning Robotic Process Automation
RPA
B.Tech Hons.), Computer & Communication Engineering
LNMIIT JAIPUR
2016 - 2020
Senior Secondary XII, Science
RPS
CBSE board)
Year of completion: 2016
Percentage: 80.00%
Data Scientist
Freelance, Virtual
Jan 2019 - Present
Worked as a freelance data scientist,learning and developing ML/DL products
Machine Learning Intern
Yugen.ai, Indore
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Apr 2020 - Jul 2020
Worked as a Data Science intern.Querying data and building ETL Pipelines, data cleaning, preprocessing, feature
engineering.Built Recommender systems using autoencoders,BERT, worked on calibrated Machine Learning
models,deployed the models using AWS.
Google Machine Learning Facilitator
IPAC-ambassador for making people aware about upcoming general elections in india
Co-ordinator of Model united nations society
SQL Specialization For Data Science
Courseera, Jaipur
Jul 2019 - Sep 2019
Did certification course from coursera
Machine Learning
Applied Ai Course, Online
Jan 2019 - Present
Netflix Movie Recommendation
Jan 2020 - Mar 2020
https://github.com/yatscool007/Netflix-Movie-Recommendation-Engine
the business problem I tried to solve is how to improve the netflix alog for recommending movies to the users
Self driving car
Oct 2019 - Feb 2020
https://github.com/yatscool007/Self-driving-car
Predicting the steering angle in radians from an input image,using an end to end CNN Model.This is an implementation of the
research paper published by Nvidia a couple of years ago, with lots of changes.
Malware Detection
Dec 2019 - Jan 2020
https://github.com/yatscool007/Microsoft_Malware_Detection
The major part of protecting a computer system from a malware attack is to identify whether a given piece of file/software is
a malware.Designed a Machine Learning system.
Amazon Apparel Recommendation system
Aug 2019 - Sep 2019
https://github.com/yatscool007/Amazon-Apparel-Recommendation-system
In this project the objective is to recommend similar products/items in e-commerce website Amazon.So basically what we are
doing here is content based recommendation
Personalized Cancer Diagnosis using Machine Learning
May 2019 - Jun 2019
https://github.com/yatscool007/Personalized-Cancer-Diagnosis-using-Machine-Learning
Main objective of this project is to distinguishing the mutations..So designed a machine learning model that classifies given
genetic variations/mutations based on evidence from text-based clinical literature.
Quora Question Pair similarity
Apr 2019 - May 2019
https://github.com/yatscool007/Quora_Question_Pair_Similarity
Tried to solve real world business problem of whether two questions on quora are duplicated or not.Did advanced feature
engineering and extraction, NLP And used ensemble models for very high accuracy.Performance metric used was Log loss.
Social Network Graph Link Prediction
May 2019 - Present
https://github.com/yatscool007/Social-Network-Graph-Link-prediction
Social Network Analysis and Machine Learning in real world data.Trying to find missing links which we will use for
recommending friends or followers or in general recommending connections using Facebook data
Disaster Management Using Applied Machine Learning Techniques(Btech Project)
Mar 2019 - Present
predicting the time to failure by analyzing the seismic activity.I used Signal processing techniques from 'Wavelet Denoising
and Band Pass filter' to 'Singular Spectrum Analysis(SSA' for reducing dimensionality of data.Implemented CNN,LSTM and
https://github.com/yatscool007/Netflix-Movie-Recommendation-Engine
https://github.com/yatscool007/Self-driving-car
https://github.com/yatscool007/Microsoft_Malware_Detection
https://github.com/yatscool007/Amazon-Apparel-Recommendation-system
https://github.com/yatscool007/Personalized-Cancer-Diagnosis-using-Machine-Learning
https://github.com/yatscool007/Quora_Question_Pair_Similarity
https://github.com/yatscool007/Social-Network-Graph-Link-prediction
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8290954452
GRU .
Amazon fine food reviews
Mar 2019 - Present
https://github.com/yatscool007/Sentimental-Analysis-of-Amazon-Fine-Food-Reviews
I classified the amazon fine food reviews in positive review or negative review.i used NLP techniques like
BOW,TFIDF,AvgW2V and dimensionality reduction techniques like PCA,TSNE.I implemented most of the supervised learning
models with proper tuning
Donors Choose using Tensorflow functional API
Jan 2020 - Present
https://github.com/yatscool007/Donors_Choose_using_Tensorflow-functional-Api
Goal of this project is to predict whether or not a DonorsChoose.org project proposal submitted by a teacher will be
approved DonorsChoose.org can then use this information to identify projects most likely to need further review before
approval.NLP
I am an avid debater and public speaker
https://github.com/yatscool007/Sentimental-Analysis-of-Amazon-Fine-Food-Reviews
https://github.com/yatscool007/Donors_Choose_using_Tensorflow-functional-Api
Rank 95: Resume 1371 with similarity score 0.054293130482637404
Resume Text: B.E , MS , B.TECH , M.TECH senior developer , associate , devops , data engineer , software developer , it professional , product analyst , full time , part time , big data developer big data analytics , automation , ansible , wealth management , functional specifications , general , financial services , devops , algorithms , software systems , spark , software solutions , nosql , ease , telugu , affirmative action , health , hindi , databases , cloud , etl , apache , ltd , flume , haas , oozie , azure , visualization , kafka , prosperity , authorization , english , status , protection , regulations , email , project , business analysis , application , aws , live streaming , map , provisioning , operations , range , rdbms , pipelines , data analysis , data solutions , srm , flow , machine learning , transformation , meetup , languages , framework , translation , hive , scala , unstructured data , events , geography , python , retirement solutions , javascript , search , artificial intelligence , technology , rbi , streams , working experience , data processing , feeds 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 1/2
Current Location: Hyderabad
Pref. Location: Bengaluru / Bangalore,INDIA,Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Systems-Data
Analytics]
Verified : Phone Number | Email - id
TechMahindra as Senior Data Engineer
Jan 2018 to Aug 2020
Project: HAAS Migration Aug18 - Present Role: Lead Data Engineer
Description: This project is based to process Feeds Migration from Hive to Spark to improve performance of HaaS
Platform with Devops Deployment and Automation.
Project: Local Regulatory Report (LRR) | Client: Standard Chartered Bank (SCB), Jan?18-Aug?18 Role: Data Engineer
Description: Local Regulatory Report project is based SCB as an entity with banking operations in India is governed by the
regulations set in place by Reserve Bank of India (RBI), the central bank. This obligation entails SCB India to submit
multiple regulatory reports at varying frequency to the RBI
Capgemini India Pvt. Ltd. as Associate Consultant
Jan 2013 to Jan 2018
Project : Streaming Data Analysis | Client: RSVPs Meetup, Jan'16-Dec'17 Role: Big Data Developer
Description: Project is based to process streams of data and update databases in real-time utilizing using parallel
processing of live streaming data. Ingest the streaming data for analysis using Apache Flume. Use a streaming framework
to find number and type of events per geography. Create a visualization on a geo-map that can show at different
snapshots in time, the number and type of events.
Last Active: 3-Feb-21 Last Modified: 2-Feb-21
Pruthvi Nsrsr
Senior Developer seeking assignments in Software Development,Big Data
Analytics,Business Analysis,Machine Learning,Data Analysis,Data
Processing,SDLC,AWS,SQL,Python,Scala,Hive,Spark,HDFS,Oozie
Key Skills: software development,big data analytics,business analysis,artificial intelligence,machine learning,data
processing,sdlc,azure,aws,sql queries,python,scala,hive,spark,hdfs,oozie,kafka,elastic search,ansible,Data
Structures,Algorithms
Summary
IT Professional with nearly 8.3 years of experience in Big Data Solutions, Business Analysis and Software Development
Working experience in RDBMS and NoSQL technologies with effective analyzing skills for pre-existing SQL queries to
understand the ETL flow
Excellent knowledge of cloud technologies like Azure, AWS
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at strategic
and tactical levels), followed by translation into functional specifications as well as provisioning of suitable software solutions
Capabilities in using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data
Leverages skill in working with large scale data processing tools like Spark
Proficiency in continuously evolving technology, communicating data findings to support organizations meet business
challenges
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 2/2
Project: Ease Integration| Client: AXA Hong Kong, Jan'13-Dec'15 Role: Developer
Description: AXA Hong Kong has been offering a wide range of life, health, property and casualty protection, as well as
wealth management and retirement solutions to help customers achieve stability and prosperity
Temenos India as Product Analyst
Jul 2011 to Feb 2012
Product Analyst
UG: B.Tech/B.E. (IT) from SRM university (SRMU) in 2011
PG: M.Tech (Software Systems-Data Analytics) from Birla Institute of Technology and Science (BITS), Pilani in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Canada,Australia,Germany
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
python, scala
Hive, Spark, HDFS, Oozie, Kafka
SQL, Azure, AWS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 96: Resume 105 with similarity score 0.05425124000466123
Resume Text: B.E work from home , data management milk , training , css , office , mar , mysql , spring , basic , cloud applications , farmers , status , embedded , c programming , records , resume , electronics , java , presentation skills , hibernate , completion , assessment , python , eclipse , organization , learning , html Assessment
Q1. Why should you be hired for this role?
B.E Degree fresher, I have strong knowledge in Java/J2EE, basic knowledge on spring, hibernate, SQL, HTML, and CSS. A passionate individual
with great interpersonal and communication skills. I am looking for a good organization to explore my knowledge and learn new technologies.
I would like to apply for a job in your company
Yours sincerely,
Ashwini TM
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for this internship programming immediately for both in-office and work from home immediately for a specified duration.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9591592301
Ashwini T M
Bangalore, Tumakuru
Applied 30 Jan'21
Eclipse IDE J2EE Java
MySQL C Programming C Programming
SQL
Bachelor of Engineering B.E, Electronics and Communication
Sri Siddhartha Institute Of Techonology
2016 - 2020
CGPA 8.70/10
Senior Secondary XII, Science
Morarji Desai Model Residential School
STATE board)
Year of completion: 2016
Percentage: 76.00%
B.E Degree fresher, I have strong knowledge in Java, Python C, and C, Embedded programming. I am looking for a good
organization to explore my knowledge and learn new technologies.
Java Training
V-tech Solutions, Tumakuru
Jan 2020 - Mar 2020
Data Management of Milk Dairy using Cloud Applications
Jan 2020 - Jul 2020
The system we can judge the quality of milk more accurately, as well as farmers, will get daily updating of records and
immediate payment status for the milk delivered. Also, farmers will get the proper benefit according to the quality of milk.
1. Positive attitude
2. Good presentation skills, analyzing ability.
3. Hard working and committed towards the given task.
4. Self-learning.
5. Ability to work in a team-oriented and Capable of adapting to different work atmospheres.
Rank 97: Resume 772 with similarity score 0.054062180964953355
Resume Text: B.E , MS , B.TECH , M.TECH senior developer , associate , devops , data engineer , software developer , it professional , product analyst , full time , part time , big data developer big data analytics , automation , ansible , wealth management , functional specifications , general , financial services , devops , algorithms , software systems , spark , software solutions , nosql , ease , telugu , affirmative action , health , hindi , databases , cloud , etl , apache , ltd , flume , haas , oozie , azure , visualization , kafka , prosperity , authorization , english , status , protection , regulations , email , project , business analysis , application , aws , live streaming , map , provisioning , operations , range , rdbms , pipelines , data analysis , data solutions , srm , flow , machine learning , transformation , meetup , languages , framework , translation , hive , scala , unstructured data , events , geography , python , retirement solutions , javascript , search , artificial intelligence , technology , rbi , streams , working experience , data processing , feeds 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 1/2
Current Location: Hyderabad
Pref. Location: Bengaluru / Bangalore,INDIA,Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Systems-Data
Analytics]
Verified : Phone Number | Email - id
TechMahindra as Senior Data Engineer
Jan 2018 to Aug 2020
Project: HAAS Migration Aug18 - Present Role: Lead Data Engineer
Description: This project is based to process Feeds Migration from Hive to Spark to improve performance of HaaS
Platform with Devops Deployment and Automation.
Project: Local Regulatory Report (LRR) | Client: Standard Chartered Bank (SCB), Jan?18-Aug?18 Role: Data Engineer
Description: Local Regulatory Report project is based SCB as an entity with banking operations in India is governed by the
regulations set in place by Reserve Bank of India (RBI), the central bank. This obligation entails SCB India to submit
multiple regulatory reports at varying frequency to the RBI
Capgemini India Pvt. Ltd. as Associate Consultant
Jan 2013 to Jan 2018
Project : Streaming Data Analysis | Client: RSVPs Meetup, Jan'16-Dec'17 Role: Big Data Developer
Description: Project is based to process streams of data and update databases in real-time utilizing using parallel
processing of live streaming data. Ingest the streaming data for analysis using Apache Flume. Use a streaming framework
to find number and type of events per geography. Create a visualization on a geo-map that can show at different
snapshots in time, the number and type of events.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Pruthvi Nsrsr
Senior Developer seeking assignments in Software Development,Big Data
Analytics,Business Analysis,Machine Learning,Data Analysis,Data
Processing,SDLC,AWS,SQL,Python,Scala,Hive,Spark,HDFS,Oozie
Key Skills: software development,big data analytics,business analysis,artificial intelligence,machine learning,data
processing,sdlc,azure,aws,sql queries,python,scala,hive,spark,hdfs,oozie,kafka,elastic search,ansible,Data
Structures,Algorithms
Summary
IT Professional with nearly 8.3 years of experience in Big Data Solutions, Business Analysis and Software Development
Working experience in RDBMS and NoSQL technologies with effective analyzing skills for pre-existing SQL queries to
understand the ETL flow
Excellent knowledge of cloud technologies like Azure, AWS
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at strategic
and tactical levels), followed by translation into functional specifications as well as provisioning of suitable software solutions
Capabilities in using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data
Leverages skill in working with large scale data processing tools like Spark
Proficiency in continuously evolving technology, communicating data findings to support organizations meet business
challenges
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 2/2
Project: Ease Integration| Client: AXA Hong Kong, Jan'13-Dec'15 Role: Developer
Description: AXA Hong Kong has been offering a wide range of life, health, property and casualty protection, as well as
wealth management and retirement solutions to help customers achieve stability and prosperity
Temenos India as Product Analyst
Jul 2011 to Feb 2012
Product Analyst
UG: B.Tech/B.E. (IT) from SRM university (SRMU) in 2011
PG: M.Tech (Software Systems-Data Analytics) from Birla Institute of Technology and Science (BITS), Pilani in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Canada,Australia,Germany
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
python, scala
Hive, Spark, HDFS, Oozie, Kafka
SQL, Azure, AWS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 98: Resume 860 with similarity score 0.054062180964953355
Resume Text: B.E , MS , B.TECH , M.TECH senior developer , associate , devops , data engineer , software developer , it professional , product analyst , full time , part time , big data developer big data analytics , automation , ansible , wealth management , functional specifications , general , financial services , devops , algorithms , software systems , spark , software solutions , nosql , ease , telugu , affirmative action , health , hindi , databases , cloud , etl , apache , ltd , flume , haas , oozie , azure , visualization , kafka , prosperity , authorization , english , status , protection , regulations , email , project , business analysis , application , aws , live streaming , map , provisioning , operations , range , rdbms , pipelines , data analysis , data solutions , srm , flow , machine learning , transformation , meetup , languages , framework , translation , hive , scala , unstructured data , events , geography , python , retirement solutions , javascript , search , artificial intelligence , technology , rbi , streams , working experience , data processing , feeds 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 1/2
Current Location: Hyderabad
Pref. Location: Bengaluru / Bangalore,INDIA,Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Systems-Data
Analytics]
Verified : Phone Number | Email - id
TechMahindra as Senior Data Engineer
Jan 2018 to Aug 2020
Project: HAAS Migration Aug18 - Present Role: Lead Data Engineer
Description: This project is based to process Feeds Migration from Hive to Spark to improve performance of HaaS
Platform with Devops Deployment and Automation.
Project: Local Regulatory Report (LRR) | Client: Standard Chartered Bank (SCB), Jan?18-Aug?18 Role: Data Engineer
Description: Local Regulatory Report project is based SCB as an entity with banking operations in India is governed by the
regulations set in place by Reserve Bank of India (RBI), the central bank. This obligation entails SCB India to submit
multiple regulatory reports at varying frequency to the RBI
Capgemini India Pvt. Ltd. as Associate Consultant
Jan 2013 to Jan 2018
Project : Streaming Data Analysis | Client: RSVPs Meetup, Jan'16-Dec'17 Role: Big Data Developer
Description: Project is based to process streams of data and update databases in real-time utilizing using parallel
processing of live streaming data. Ingest the streaming data for analysis using Apache Flume. Use a streaming framework
to find number and type of events per geography. Create a visualization on a geo-map that can show at different
snapshots in time, the number and type of events.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Pruthvi Nsrsr
Senior Developer seeking assignments in Software Development,Big Data
Analytics,Business Analysis,Machine Learning,Data Analysis,Data
Processing,SDLC,AWS,SQL,Python,Scala,Hive,Spark,HDFS,Oozie
Key Skills: software development,big data analytics,business analysis,artificial intelligence,machine learning,data
processing,sdlc,azure,aws,sql queries,python,scala,hive,spark,hdfs,oozie,kafka,elastic search,ansible,Data
Structures,Algorithms
Summary
IT Professional with nearly 8.3 years of experience in Big Data Solutions, Business Analysis and Software Development
Working experience in RDBMS and NoSQL technologies with effective analyzing skills for pre-existing SQL queries to
understand the ETL flow
Excellent knowledge of cloud technologies like Azure, AWS
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at strategic
and tactical levels), followed by translation into functional specifications as well as provisioning of suitable software solutions
Capabilities in using both structured and unstructured data in big data pipelines including (but not limited to) efficient extraction,
transformation and application of data
Leverages skill in working with large scale data processing tools like Spark
Proficiency in continuously evolving technology, communicating data findings to support organizations meet business
challenges
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190…
https://freesearch.naukri.com/preview/printResume?uname=e6bfe7eec372c4cfc8d00045f07d7a150a0f0d5743115f180a454750540d034a475b190343120a5c010… 2/2
Project: Ease Integration| Client: AXA Hong Kong, Jan'13-Dec'15 Role: Developer
Description: AXA Hong Kong has been offering a wide range of life, health, property and casualty protection, as well as
wealth management and retirement solutions to help customers achieve stability and prosperity
Temenos India as Product Analyst
Jul 2011 to Feb 2012
Product Analyst
UG: B.Tech/B.E. (IT) from SRM university (SRMU) in 2011
PG: M.Tech (Software Systems-Data Analytics) from Birla Institute of Technology and Science (BITS), Pilani in 2016
Other Qualifications/Certifications/Programs:
AWS Cloud Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Canada,Australia,Germany
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
python, scala
Hive, Spark, HDFS, Oozie, Kafka
SQL, Azure, AWS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 99: Resume 1028 with similarity score 0.05337705419239804
Resume Text: B.E , MS , B.TECH engagement manager , project manager , devops , full time robotics , watson , demand , reduced costs , nlp , data mining , outsourcing , status , digital transformation , computer vision , data science , technology advisory , mission critical , capture , agility , devops , filenet , designation , it strategy , go-to-market strategy , underwriting , hindi , english , agile , monetization , processing , ibm , flow , machine learning , process automation , analytical capability , capacity management , strategic initiatives , cost reduction , javascript , tax , artificial intelligence , insurance , rollout , rca , options , affirmative action , center of excellence , maintenance , it cost optimization , email , fortune 100 , languages , bankruptcy , program management , bpm , mechanisms , csat , asset tracking , ms project , ug , investment , coe , analytics , authorization , risk , enterprise , commercialization , models , application , streamlining operations , focus , requirements gathering , adherence , savings , digital strategy , electronics , process evaluation , led , drive , tableau , python , strategic business , powerpoint 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012…
https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012041942090c5f0… 1/3
Current Designation: Engagement Manager - Strategy &
Analytics
Current Company: Deloitte Consulting
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Business Administration,
Management]
Verified : Phone Number | Email - id
Deloitte Consulting as Engagement Manager - Strategy & Analytics
May 2013 to Till Date
DIGITAL STRATEGY (Insurance & Banking)
Digital Transformation Program Management Agile Transformation
Led Digital transformation for a US Insurer aligning business-IT strategy
Identified key business capabilities needed to deliver on growth & profitability targets
Defined digital initiatives across UW, Claims, & Distribution to enable business agility
Prioritized investment ($350M) to high impact initiatives using cost-benefit analysis
Led UW Transformation (AGILE) for a global Insurers' Specialty business, leading to
Increased speed to market for new product(s) rollout by up to 50%
Reduced costs by 25% through systems commonality for UW across US, APAC, Canada
Streamlined data capture / data mining, leading to improved analytical capability and
better understanding of Underwriting risk & pricing
Led Future Digital FTE - Robotics Process Automation (RPA) transformation:
'FinOps' automation using bots, delivering 15% staff optimization & 20% cost reduction
Automation feasibility analysis, process evaluation, and RPA / RCA vendor evaluation
Setting up Bot Factory model for continuous Enterprise wide automation
Managed CFPB compliance for Bankruptcy Lob for a Fortune 100 bank, leading to:
Reduction in monetary penalties by 35% YoY due to in-time bankruptcy processing
Improved CSAT through effective & timely credits to customers
Improved adherence to CFPB Compliance mandate (83% - 96%)
STRATEGIC INITIATIVES
Strategy / Innovation Robotics & Cognitive Cost Reduction
Set up Robotics Process Automation (RPA) CoE to drive consistent implementation:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PARAG DESHPANDE
A competent professional offering 14 years of rich cross-functional experience in IT
Program & Project Management,Digital Transformation,AI / ML,Strategy Consulting,IT
Strategy,Robotics Process Automation,Agile,Java,J2EE,Tableau, & Product
Management
Key Skills: program management,digital transformation,it strategy,technology advisory,agile methodology,java,j2ee,ibm
watson,artificial intelligence,python,chatbots,RPA,NLP,Automation Anywhere,UIPath,Machine Learning,Computer Vision
Summary
A competent professional offering 14 years of rich cross-functional experience in IT Program & Project Management,Digital
Transformation,Strategy Consulting,IT Strategy,Robotics Process Automation,Agile,Java,J2EE,Tableau, & Product
Management
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012…
https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012041942090c5f0… 2/3
Defined RPA vision, strategy, and operating model to enable CoE set up
Defined governance approach, identified methodology frameworks and tools, demand
and capacity management process to facilitate efficient functioning of CoE
Identified internal & external focus areas for initial functioning and scaling up of
Robotics & Automation Center of Excellence (CoE)
Led IT Cost Optimization initiative for a Fortune 100 Bank
Identified IT costs and drivers along with asset tracking and management mechanisms
Aligned IT with strategic business needs through streamlining operations, eliminating
redundancies, and standardizing IT Infra
Identified outsourcing opportunities along with IT asset monetization involving selling
IT asset back to vendor and procuring it back as-a-service
Created Product tech. strategy & commercialization models for a tax solution, incl:
Go-to-market strategy (Commercialization) for the product including Prod.-as-a-service
Product technical roadmap to support integration models & commercialization options
Detailed future state technical integration models & frameworks with leading ERP's
Tata Consultancy Services as Project Manager
Sep 2004 to Jun 2012
PROJECT MANAGEMENT
Requirements Gathering System Design Innovation
Led Requirements gathering & Solution Design for implementing BPM / ECM
solutions for a major US bank:
Led 40 member team to deliver multiple technology transformation for comm. bank
Conceptualized and Led 'Op-Ex' team to deliver $ 1.5 million savings on yearly basis
Led a team of 14 to deliver $ 3 million mission critical upgrade project in FileNet/Java
Redesigned business application flow leading to a resource rationalization of 15%
UG: B.Tech/B.E. (Electronics/Telecommunication) from Govt. College of Engineering, Amravati in 2004
PG: MBA/PGDM (Business Administration, Management) from Indian Institute of Management, Lucknow in 2013
Other Qualifications/Certifications/Programs:
IBM APPLIED ARTIFICIAL INTELLIGENCE (AI)
IBM APPLIED DATA SCIENCE
Executive Data Science
Education
IT Skills
Skill Name Version Last Used Experience
Excel & powerpoint
Visio
MS Project
Agile & DevOps
Java / J2EE
TABLEAU 1 Year(s)
Python 0 1 Year(s) 0 Month(s)
Artificial intelligence 0 2 Year(s) 0 Month(s)
WATSON 0 1 Year(s) 0 Month(s)
Languages Known
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012…
https://freesearch.naukri.com/preview/printResume?uname=8fb51decf6369f9027d3652f715b019c5a5d0e0542450f175117415d5d0a5318170012041942090c5f0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Marathi Expert
Hindi Expert
Rank 100: Resume 1410 with similarity score 0.052983287515437356
Resume Text: B.E , MS , B.TECH , BS bi consultant , technical consultant , full time , business objects , system engineer , business analyst automation , sap hana , schema , general , customer , migrating , production systems , dimension , columns , css , sap project management , designation , data extraction , data warehouse , report design , filters , ug , affirmative action , microsoft office , data loading , mysql , studio , hindi , query designer , maintenance , utilization , basic , windows , data modeling , authorization , functional requirements , troubleshooting , english , web applications , status , excel , email , business analysis , web intelligence , sap netweaver , cubes , focus , working with clients , mumbai , participation , star , sap bi , programming languages , fixing , elements , data analysis , components , technical design , exceptions , figures , landscape , sap se , html5 , row , launchpad , data flow , word , reporting tool , javascript , dashboards , eclipse , crm , technology , business requirements , bex reporting , stored procedures 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b45…
https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b4505454259545b… 1/2
Current Designation: Sap Hana Consultant
Current Company: Tata Consultancy Services (TCS)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - ERP / CRM
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as Sap Hana Consultant
Oct 2018 to Till Date
Professional experience as a SAP HANA Technical consultant.
- Working in TCS for SAP SE client as NATIVE HANA Developer in BI Cons. Service?s team.
- Handling multiple content like Utilization, RM, OSRS, and ADRM for SAP SE (Walldorf, Germany) Employees.
- Active participation in analysis, development, implementation and maintenance/support of company
solutions based on SAP HANA.
- Knowledge of HANA Views Development ? Calculation Views (Cube, Dimension) with and w/o Star Join, Table
Functions, Stored procedures.
- Ticket Support - Incident/SR Management ticket creation, dispatch and resolution.
- Good Experience in analysis of business requirements and handling the critical issues and fixing the issues
- Exposure of HANA Modelling Row store and Column store Table, Hana Schema and Attribute views.
- Managed and enhanced HANA objects to meet functional requirements.
- Good understanding of joins and unions used in HANA modeling (inner, outer, etc.)
- Created Functions and Procedures to leverage data from Calculation Views.
- Involved in migrating data from BW to HANA either by converting Info cubes to Analytic Views or by
leveraging BW data, directly using Tables which is getting data using SLT.
- Also worked on creating various calculated and restricted columns.
- Experience in working with Clients, focus on Client satisfaction.
SAP BW/BI Consultant-
- Good Knowledge in the area of Data Modeling ?Info Cubes, Data Store Objects (DSO), Multiproviders, Infoobject and
Data Sources.
- Exposure of BW Modelling, Reporting (Bex), Extraction and data loading-customization and landscape.
- Experience in automation of loads by process chain creation and use of BW monitor to supervise data
loading.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PRANAV DIWAN
System Engineer in TCS working on SAP Project as SAP HANA consultant, Native
HANA Developer, SAP BW/BI consultant, SAP BI implementation, SAP Project
Management, data extraction, data analysis, Bex reporting, Ticket Support, Service
Delivery
Key Skills: SAP HANA Consultant,Business Analysis,SAP Project Management, data extraction,data analysis,Bex
reporting, SAP BI implementation,Ticket Support,SAP HANA, SAP BW/BI, CSS, HTML5,Service Delivery,SAP BI,SAP
Consultancy,IT,ERP,SAP
Summary
System Engineer in TCS working on SAP Project as SAP HANA Consultant with more than 2 Years of
experience in SAP Native HANA, SAP BW/BI, Bex Query Designer, SAC and have basic knowledge of ABAP and SAP UI5.
Knowledge of numerous programming languages including SQL script, JavaScript, CSS, HTML5, OOP. Strong
background in project management and customer relations
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b45…
https://freesearch.naukri.com/preview/printResume?uname=70f7bb59ee18fc6be40cf5b20df852620c5c5a0042450c180544480b5b09594d460b4505454259545b… 2/2
- Experienced in SAP BI data flow design and implementation.
- Knowledge of SAP defined methodology and standards for SAP BI implementation.
- Experience in functional and technical design of data warehouse and data model.
- Monitoring of process chains, data load jobs and troubleshooting.
- Well versed in business objects, BI Launchpad, Web Intelligence and Dashboards (SAC).
- Experienced in BEX tools report design and implementation.
- SAP BO design and functional implementation.
- Performed data extraction, data analysis using Bex reporting tool.
- Reporting ? Exposed to front-end BW Components like Queries, Restricted Key Figures, Variables, and
Calculated Key figures, Structures, Selections, Conditions, Filters, Exceptions, Free Characteristics and
Formula.
- Handling and support for PUBLICATION Pdf?s.
- Ticket Support - Incident/SR Management ticket creation, dispatch and resolution.
- Involved in the transport of BI objects to Quality and Production systems.
- Enhanced web applications using UI5 tool.
- Worked on enhancing Dashboards using SAP UI5 and created responsive elements.
UG: B.Tech/B.E. (Computers) from oriental institute of science and technology, bhopal in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP HANA, SAP BW, BEX Query Designer
Bex Web, Web Intelligence
SAC dashboard
BO/BI Launch Pad, Reporting
ABAP and UI5.
JavaScript, CSS, HTML5, and OOP.
HANA SQL script, MySQL
SAP HANA Studio, Eclipse 2.0
SP05
2021 2 Year(s) 3 Month(s)
SAP NetWeaver for BW7.5 7.5 2021 2 Year(s) 2 Month(s)
Microsoft Office, Word, Excel
Power Point.
windows 7,8,10.
Languages Known
Language Proficiency Read Write Speak
english
hindi
Rank 101: Resume 798 with similarity score 0.05242337444008564
Resume Text: B.S , MS technical architect , data technical lead , zookeeper , solution architect , senior software engineer , full time , informatica quartz , showcase , microsoft azure , mapreduce , learning techniques , powerapps , angular , linux , kpi , pdf , flume , bdm , customer satisfaction , cpg , status , transactional , xml , ngo , data science , workflow , crm , insight generation , automation , retail , spark , designation , deliverables , dte , web services , cluster , ltd , yarn , windows , data modeling , json , web applications , dwr , microservices , solution architecture , range , passenger , performance tuning , c++ , machine learning , strategy , computer science , latin , dashboard , struts , javascript , availability , gsl , hadoop , digitization , html , optimization , affirmative action , mysql , oracle , data analytics , etl , unix , kafka , oozie , jquery , email , tomcat , aws , project implementation , dna , sqoop , big data , hive , hibernate , amazon , cassandra , search , 360 , online , ajax , spring mvc , jenkins , rfp , ug , telecom , apache , tibco ems , visualization , authorization , servlets , scalability , modular , ecosystem , lake , led , finance , framework , cloudera , tableau , hbase , jbpm , python , reviews , harmonization , helix 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a4…
https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a450518410c0f5c… 1/3
Current Designation: Technical Architect -Big Data
Current Company: Mindtree Ltd.,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mindtree Ltd., as Technical Architect -Big Data
Apr 2012 to Till Date
Project Name: Promotion Pricing Engine Duration : April 2020 to till date.
Role : Big Data Solution Architect
Client : Leading CPG company
Environment: Azure Databricks, Datafactory,Azure Blob, SQL DB, PowerBI, PowerApps
Key Responsibilities
Design, develop and deploy promotion calculation engine for Modern Retail and Distributive Trade.
Create uniform data model across markets and for all types of promotions.
Create framework and modular architecture to harmonize the data.
Automation of Data Restatement for master and transactional data to ensure error free correction of historical data.
Incorporate digitization of pdf files.
Automate approval workflow using PowerApps.
Project Name: Transforming Retail Execution KPI Generation Duration : Sep 2019 to till date.
Role : Big Data Solution Architect
Client : Leading CPG company
Environment: : Azure Databricks, Datafactory,Azure Blob, SQL DB, PowerBI
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
ASHA M JOHN
Result-oriented BigData Solution Architect with 14 years of industry experience on a
wide range of skill sets, who delivers high quality work with customer satisfaction.
Key Skills: Technical Architect,DatabaData Architecture,Data Modeling,Performance Tuning,ETL
Development,Hive,Pig,HBase,Sqoop,Pig,Kafka,Oozie,Flume,Zookeeper,Impala,Java,SQL,Spark,Python,Scala,
Azure,AWS,
Summary
6+ years of experience in designing bigdata applications with extensive hands-on experience using Bigdata ecosystem, Azure
and AWS environments and Azure Databricks. Led the effort from creating the PoC, demoing it to stake holders, designing,
developing the projects and implementing in production environment.
Good exposure to response to RFP's, providing solution architecture and estimation.
Experienced in defining Big Data Project implementation strategy, design reviews & delivery assurance of technical deliverables
Good exposure to Machine Learning techniques, R programming and Python and visualization tools such as R, Tableau and
PowerBI.
Designed, developed and delivered a very large Big Data ecosystem for a Customer 360 program for a Cosmetic giant with
more than 30 brands, thus handling all possible data design challenges.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a4…
https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a450518410c0f5c… 2/3
Key Responsibilities
Design ,develop and deploy bigdata solution for calculating the golden point score for retailers for 22 markets in APAC &
IMEA regions.
Harmonization of data to ensure consistent data model across 22 markets irrespective of source application
Ensure scalability & flexibility with significant cost optimization in comparison to legacy system
Create uniform data model across markets which works as single source of truth for all markets .
Create Modular architecture ensuring faster deployment in any upcoming markets while accommodating the market
specific changes if any.
Common methodology to generate 6 KPIs' required to analyze the performance of retail execution across 22 markets
Automation of Data Restatement for master and transactional data to ensure error free correction of historical data
Ensure data generated could easily be consumed by downward application ensuring possibilities of insight generation and
other Data Analytics capabilities.
Ensure KPIs availability lead time comes down to under 12 hours which was around 72 hours with legacy system
Project Name: Bigdata + Analytics sandbox Duration : Feb 2018 to August 2019
Role : Big Data Technical Lead
Environment: Cloudera cluster, Azure HDInsights, Azure DataFactory, Azure ML, Apache NiFi, Apache Kylo, Python,
Scala, Spark 2.2, PowerBI, Tablueu, R, SparkML.
Key Responsibilities
Develop the platform where the built-in Apps are available.
Manage samdbox where customers can ingest the data and get the decisions made within no time.
Create pretotypes and prototypes on the go so that customers can create their insights and visualize themselves.
Create web applications to ingest the data analyze in AzureML and showcase the insights in PowerBI dashboard.
Create spark accelerators which can be customized and used to minimize the actual delivery time.
Create Machine Learning accelerators in spark.
Project Name: CRM 3.0
Client : A beauty products company Duration : Sept 2016 to Feb, 2018.
Role : Big Data Technical Lead Environment: Datastax Cassandra, Cloudera Bigdata cluster, Microservices (NodeJS and
Angular JS) , CA Layer 7, TIBCO EMS, Informatica BDM ,AWS Cloud
Project Name: Helix
Client : Emirates,Dubai Duration : August 2015 to July, 2016.
Role : Big Data Technical Lead
Environment: Hadoop, HDFS, MapReduce, Hive, Oozie, Sqoop, Java, Python, Spark, Elastic Search, Cloudera Cluster
Key Responsibilities
Design, develop and deploy a data lake solution for collection all passenger information from different systems.
Design and develop the lamda architecture and find the customer DNA.
Project Name: GSL ARAS for UAE,Qatar and Saudi
Client : Ministry of UAE,Qatar,Saudi Duration : June 2012 till December, 2014
Role : Module Lead(Java)
Environment: Java, Spring MVC, Spring IOC, Spring JDBC, JMS, Tomcat, Oracle, Cruise Control, Jenkins, Ant and Unix
MARS Telecom Systems Pvt. Ltd, as Senior Software Engineer
Dec 2008 to Apr 2012
Project Name: Online Reservation System - JLR Portal, E-Governace System - DTE, DHE, DoF
Client : Tourism Dept.,Karnataka, Govt.of Goa Duration : Sept 2008 till April,2012
Role : Senior Software Engineer
Environment: Java, JSP, Spring MVC, Hibernate, JBoss
Object Technologies as Software Engineer
Feb 2006 to Dec 2008
Project Name: Finance Tracking System, NWKRTC and NEKRTC
Client : NGO, Govt. of Karnataka Duration : Sept 2006 till Dec,2008
Role : Software Engineer
Environment: Java, JSP, Spring MVC, Hibernate, Tomcat
UG: B.Sc (Computer Science) from Periyar University in 2002
PG: MCA (Computers) from University of Kerala, Trivandrum in 2005
Other Qualifications/Certifications/Programs:
PG Diploma in Data Science
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a4…
https://freesearch.naukri.com/preview/printResume?uname=b3d8a50932b91b2e7727f9d889620f390b0809584c145a1601434059085c0318455a450518410c0f5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Spark, NiFi, Kylo, Databricks Spark
Azure Datafactory, HDFS
Yarn, Map Reduce
Hive, Pig, Hbase, Sqoop
Pig, Kafka, Oozie, Flume
Zookeeper, Impala
R, Python, SparkML, AzureML
R, Tableau, PowerBI
Cassandra (DataStax), HBase
Java, SQL, Pig-Latin, Scala
XML, JSON, HTML, C, C++
JAVA, J2EE, Spring, Hibernate
struts, servlets, jsp
JDBC, JSTL, AJAX
Spring Restful Web Services
Quartz, JMS, JBPM, DWR, jQuery
Oracle, MySQL, JSON
Microsoft Azure
Amazon AWS
Linux, Microsoft Windows
Rank 102: Resume 123 with similarity score 0.05206145305232914
Resume Text: B.E , MS , BS operator , work from home , business analyst intern , student fuzzy logic , solar , training , rfm , segmentation , performing , internships , columns , mar , games , data analytics , public , union , ltd , advanced , enterprise , tac , sql , business analytics , transmission , coursera , pid , numbers , resume , paper , electronics , features , machine learning , electricity , output , design business , blackjack , completion , assessment , numeric , data science , python , one , campaigns , engineers , steel plant , technology , drama , laundry , customer base , online Assessment
Q1. Why should you be hired for this role?
My career objectives are aligned with the requirements of the job description. I am a fast learner and being a science student, I have always
been fond of numbers. My analytical thinking is good and I am always ready to face any kind of challenges presented to me and get the job done
in time, no matter what the situation demands. Also, having excelled in one of the most competitive exams on the national level and scored 97
percentile in the GATE exam 2020, I understand the value of patience and perseverance along with smart work. My previous experience at The
Car Laundry as a Business Analyst Intern will also help me in performing at the top level if selected in your company. I am very eager to learn
about Machine Learning and acquire more experience in this field and this internship will be the best possible platform for me to do it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for the next 3 months.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Batukeshwar Dutt Shukla
Bhilai
Applied 07 Feb'21
Python Data Analytics MSExcel
SQL
Bachelor of Engineering B.E, Electrical Engineering
Bhilai Institute Of Technology Durg
2015 - 2019
CGPA 7.80/10
Senior Secondary XII, Science
Delhi Public School, Durg
CBSE board)
Year of completion: 2015
Percentage: 87.40%
Secondary X
Delhi Public School, Durg
CBSE board)
Year of completion: 2013
CGPA 9.40/10
Business Analytics
Car Laundry Auto Services, Virtual
Mar 2020 - Aug 2020
Analyze business goals and needs.
Help plan and design business processes and make recommendations for improvement.
Perform RFM segmentation to understand the customer base and use the insights to run different marketing campaigns.
SUMMER INTERN
Chhattisgarh State Electricity Board, Bhilai
Jun 2018 - Jul 2018
Working under Junior Engineers to understand the Generation, Transmission and Distribution in various regions of Bhilai
Member of organizing committee of BITCON - a national level paper presentation platform for various frontiers in science
and technology.
Leader of "Utopia" ( a university level drama committee)
SQL For Data Science By UC Davis
Coursera, Online
Sep 2020 - Oct 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7898758055
Identify a subset of data needed from a column or set of columns and write a SQL query to limit to those results.
Use SQL commands to filter, sort, and summarize data.
Create an analysis table from multiple queries using the UNION operator.
Manipulate strings, dates, & numeric data using functions to integrate data from different sources into fields with the correct
format for analysis.
Python
udemy, Online
Aug 2020 - Sep 2020
Learn to use Python professionally, learning both Python 2 and Python 3.
Create games with Python, like T ic Tac Toe and Blackjack.
Learn advanced Python features, like the collections module and how to work with timestamps.
Learn to use Object Oriented Programming with classes.
Understand complex topics, like decorators.
Understand how to use both the Jupyter Notebook and create .py files
Get an understanding of how to create GUIs in the Jupyter Notebook system.
Build a complete understanding of Python from the ground up.
Electrical And Electronics
Bhilai Steel Plant ( Steel Authority Of India Ltd), Bhilai
Jun 2017 - Jul 2017
Vocational Training to learn about the Enterprise Resource Planning system.
Maximum power point tracking of photovoltaic system using Fuzzy logic and PID Controller
Aug 2018 - Jan 2019
Maximum power point tracking of photovoltaic system using Fuzzy logic and PID Controller. Using various DCDC converters,
photovoltaic panel and control units , the maximum power transfer is achieved to get the best output from the solar panel.
Secured All India Rank 3009 in GATE examination 2020 ( 97 percentile)
Rank 103: Resume 548 with similarity score 0.05172921436925953
Resume Text: B.S , M.Sc , M.S , BS , MS work from home , python developer statistics , statistical modeling , completion , training , assessment , ltd , perception , it , python , resume , spss , physical health , yoga , square , machine learning , project , data analytics Assessment
Q1. Why should you be hired for this role?
As Internshala mentioned that this platform is encouraging women to start their career, I assume that this will be a breakthrough for my CV. As you
can see my resume, I have all the relevant skills which are required. This project will enhance my knowledge in my field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, Absolutely
Resume
EDUCAT ION
JOBS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7801864772
Shreya Tiwari
Ahmedabad, Gandhinagar
Applied 07 Feb'21
Python Statistical Modeling Data Analytics
SPSS Machine Learning
Master of Science M.Sc), Statistics
School of Science, Gujarat University
2017 - 2019
Percentage: 62.00%
Bachelor of Science B.Sc), Statistics
MG Science Institute
2015 - 2017
Percentage: 58.00%
Senior Secondary XII, Science
Saraswati Mandir High School
GSEB board)
Year of completion: 2014
Percentage: 55.00%
Secondary X
Shri Saraswati Mandir High School
GSEB board)
Year of completion: 2012
Percentage: 72.00%
Python Developer
Maxgen Technologies Pvt Ltd, Ahmedabad
Jul 2019 - Present
As a Statistics background, I found data Convenient. I've always been excited to analyze the data. I acknowledge data for
better understanding. I enjoy manipulating data and clean data for any immediate problems or projects I want to pursue.
Consumer perception of patanjali product
Jan 2019 - Feb 2019
I have done project on consumer perception of patanjali product. The project is done in SPSS Software by using Chi- square
tests and it is given various outputs according to the tests applied.
National cadet corps are the second line of defence in India. I was always passionate about the ground drill. NCC gives me
self defence training which helpful for my physical health. I participated in INTERNATIONAL YOGA DAY in 2015,2016 and 2017.
Rank 104: Resume 705 with similarity score 0.05161019835181033
Resume Text: B.E , MS , B.TECH automation consultant , senior systems engineer , full time , software developer automation , api , matplotlib , interfaces , spark , visual studio code , designation , ug , affirmative action , oracle database , adapter , interpersonal skills , hindi , bpmn , databases , new concepts , basic , windows , player , workbench , authorization , english , troubleshooting , go , status , mastering , postgresql , agile , email , project , infosys , application , pandas , live , outage management , sap , numpy , solution architecture , rest , middleware , machine learning , problem solving , computer science , git , offshore , languages , sentiment analysis , landscape maintenance , data science , python , coordinated , javascript , workflow , search , eclipse , jira , technology , root cause analysis , hadoop 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11…
https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11054442090c0e… 1/3
Current Designation: Senior Systems Engineer
Current Company: Infosys Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Gurgaon,Hyderabad,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Infosys Limited as Senior Systems Engineer
Aug 2016 to Till Date
LIVE PROJECTS : 1
Project Title: BotFactory Development and Deployment
Client: Detusche Bank
Duration: From September 2018 to Present
Description: BotFactory is a product of Infosys Limited which is used for developing various reusable Microbots,workerbots
and implementing various client related Usecases. Usecases can be implemented in various technologies like Java,
Python, .Net , RPA , Machine learning ,etc . Camunda BPMN is used for creating automation workflow in BotFactory
environment for various usecases . Automation workflows are tested and finally deployed in client environment.
Responsibilities:
Analyze the requirement with the clients on an ongoing basis.
Followed agile methodology.
Involved in design and development for various bots .
Participated in client interaction meetings.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Shashank Puri
Senior Systems Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Automation Consultant
Key Skills: Python, Elastic Search, Java, SAP PI
Summary
Having total 4.2 years of work experience .
Experience in Design, Development and Implementation of various Python bots and usecases .
Experienced in Machine learning bots like sentiment analysis.
Basic knowledge in Java, Elastic search , Hadoop and Spark, Machine Learning.
Good Handson Experience in Python OOPS concepts, Python rest API concepts, Python collections , exception handling ,
Python with Elastic Search, Numpy, Pandas, Matplotlib, SQL .
Excellent communication, Analytical, Problem solving and Interpersonal skills.
Very good team player, ability to work in a team as well as independently and quick at mastering new concepts and applications,
flexible and adaptable to any working conditions.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11…
https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11054442090c0e… 2/3
Performed stiching of various technology bots to create a workflow
Tested bots and workflows on Camunda BPMN platform.
Environment:
IDE: Eclipse , VisualStudioCode, Jupyter Notebook
Technologies: Python, Java
Databases: PostGreSQL
Tools: Camunda BPMN , JIRA
LIVE PROJECTS : 2
Project Title: Unilever SAP PI Landscape Maintenance
Client: Unilever
Duration: From December 2016 to August 2018
Description: SAP PI is a middleware integration system used to facilitate the exchange of information among a company's
internal
software and systems and those of external parties .
Responsibilities:
Supporting end to end root cause analysis for a business or technical issue utilizing SAP workbench tools.
Troubleshooting of errors in Adapter Engine,various critical communication channels and interfaces.
Coordinating with the ABAP team, Basis team,Development team, Country users and onsite team for development and
technical support activities during go-live and post go-live
Worked on Incident Analysis and resolution activities.
Handling ITM Outage Management and Monthly Releases.
Explaining technical issues to clients and define solutions to the issue.
Coordinated and mediated the activities between the offshore team members and clients at onsite.
Environment:
IDE: Eclipse
Technologies: SAP PI 7.3
Databases: Oracle Database
UG: B.Tech/B.E. (Computer Science) from Hindustan Institute of Technology and Science, Chennai in 2016
PG: in 0
Other Qualifications/Certifications/Programs:
Python for Data Science and AI
Machine learning with Python
Education
IT Skills
Skill Name Version Last Used Experience
Python
JAVA
Oracle Database
git, Jira
Visual Studio Code
Jupyter Notebook
Eclipse
WINDOWS
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11…
https://freesearch.naukri.com/preview/printResume?uname=75ae4878ce7ab1cda5142d550768c04f5c5a0b5343165d420412440c55000418160d11054442090c0e… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 105: Resume 1423 with similarity score 0.05154079239811917
Resume Text: B.E , MS , B.TECH full time , software developer react.js , express.js , core java , general , capstone , css , ledger , access , ug , affirmative action , information technology , hindi , cancer , maintenance , ltd , web technologies , authorization , english , farmers , node.js , bootstrap , status , emerging trends , agile , sql , email , ethics , grasp , application , mongodb , anvil , records , google maps , blockchain , group projects , computer science , languages , presentation skills , context , python , javascript , information retrieval , availability , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d5049115811…
https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d50491158110044130a5b580… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: Masters [Information Technology -
Networking]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computer Science and Engineerin) from TKR college of Engineering & Technology, Hyderabad,
Telangana, in 2017
PG: Masters (Information Technology - Networking) from Deakin University, Melbourne, Australia in 2019
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SAI KIRAN REDDY ETTE
MSIT graduate seeking roles in Software Engineering, Software Developer, Full Stack,
Database Management, Information Retrieval, Information Technology, Javascript,
Python, Node JS, React. JS, MongoDB, SQL, Core Java, C, Web Technologies
Key Skills: JavaScript, Node.js, React.js, Express.js, MongoDB, SQL, Python, Core Java, C, HTML, CSS, Agile
Methodology,
Summary
A budding professional; completed MSIT in Networking and B.Tech. in Computer
Science & Engineering
Good familiarity & understanding of the Technologies like MongoDB, React.js,
Express.js, Node.js & JavaScript through academic projects & practical exposure
A proactive learner with a flair for adopting emerging trends & addressing industry
requirements to achieve organizational objectives & profitability norms
Insightful knowledge of the academic concepts & their applicability in the practical
world through academic projects; completed 2 Group Projects namely My-Context
Cancer Records-Blockchain and Paddock Management App in Master of
Information Technology (Networking)
Focused & goal-driven individual with strong work-ethics & commitment to offer quality
work
Possess communication, analytical & presentation skills with capabilities to grasp new
concepts quickly and utilize the same in a productive manner
Education
IT Skills
Skill Name Version Last Used Experience
C, Java, Python, JavaScript & Node.js
React.js, HTML & CSS
SQL & Mongo DB
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d5049115811…
https://freesearch.naukri.com/preview/printResume?uname=acb08d4dbea5a5f0e5ba1e4cf7bd3c000e5458041e1600455740495b0f5d50491158110044130a5b580… 2/2
Nature of Employment: Full Time
Project Location: Melbourne, Australia
Role: Programmer
Duration: Jul 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Melbourne, Australia
Role: Programmer
Duration: Jul 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Australia
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telegu Expert
Projects
Project Title: My-Context Cancer Records - Blockchain
Client: Capstone
Skill Used: MongoDB, React.js, Express.js, Node.js, Hyper Ledger
Role Description: Acted as MERN stack developer.
Project Details: The application allows granular control of patient records to be managed by the patient themselves via
interaction with a distributed ledger technology (DLT). My context intends to leverage the power of DLT to offer increased
availability, governance of records. This reduces the time and effort to achieve access to the patient record, thereby
increasing the cancer service.
Project Title: Paddock Management Application
Client: Anvil Creek Farm Pvt Ltd
Skill Used: NodeJS, MongoDB, JavaScript, HTML, CSS, Bootstrap, Google Maps Library.
Role Description: Acted as a front-end developer.
Project Details: The application helps farmers better manage their farm holdings. Farmers usually know the overall area of
their farm, but they don't have any idea about their individual paddocks when they are broken down. This makes it difficult for
them to manage the stock levels for each paddock
Rank 106: Resume 787 with similarity score 0.051502420596829954
Resume Text: B.E , MS , B.TECH oracle dba , devops , data analyst , software developer , full time , big data developer , project leader data warehousing , interconnect , functionality , core java , general , devops , customer , spark , citrix , nosql , designation , data extraction , amdocs , ug , telecom , office , sqlite , oracle database , affirmative action , hindi , hub , tokens , unix , legacy systems , service providers , data modeling , english , authorization , apache kafka , synchronization , status , scalability , ilt , email , project , business intelligence , data architecture , application , database development , vast , map , ee , operators , business requirements , plus , testing , performance tuning , c++ , shell scripting , transformation , repository , computer science , perforce , languages , client requirements , big data , hive , cloudera , cassandra , wireline , hbase , python , one , javascript , eclipse , search , apache pig , etl , hadoop , challenging environment , international exposure , sims 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 1/4
Current Designation: Big Data Developer
Current Company: Amdocs
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - DBA / Datawarehousing
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 11 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Amdocs as Big Data Developer
Feb 2016 to Till Date
4+ years at Amdocs as Data Analyst. In this tenure, I have worked on 6 different projects which
helped to learn different technologies, gain vast knowledge on various SDLC processes, worked on
Amdocs product (Amdocs Data Hub), exposure of Big Data related projects, DevOps and also
received international exposure
2020-08 -
Current
MERE, Vodafone Netherlands
Amdocs, Gurgaon, Haryana
Implemented a platform for VF Legacy systems in order to have the details of each and every
customer on single place.
Automated multiple ongoing manual activities in order to have a proper reconciliation between
the system by which the efficiency was increased by 40%.
Contributed in the migration of the customers from one legacy system to another by creating a
robust system for the migration.
2019-09 -
2020-07
NEXT, Vodafone Italy
Amdocs, Pune, Maharastra
Gained experience on Amdocs developed platform for Big Data Projects - Amdocs Data Hub and
implemented a system for VF related customers.
Individual billing system for every legacy operators in Italy was brought up under one roof by VF
which includes implementation of proper order capturing for pre-paid SIMs, Loyalty tokens and
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Palak Agrawal
Big Data Developer seeking roles in Database Development,Data Warehousing,Data
Architecture,Data Modeling,Data Extraction,Business Intelligence,Performance
Tuning,ETL Development,Hadoop,Hive,HBase,Apache
Kafka,Python,Spark,Scala,Pig,SQL,NoSQL,Java
Key Skills: Big Data Developer,Software Developer,Database Development,Data Warehousing,Data Architecture,Data
Modeling,Data Extraction,Business Intelligence,Performance Tuning,ETL Development,Hadoop,Hive,HBase,Apache
Kafka,Python,Spark,Scala,Pig,SQL,NoSQL,Java
Summary
Perceptive and logical data analyst with an ability to communicate with both technical professionals and end
users to identify and translate business requirements. I aspire to use my vast experience of deployment of
applications, business processes and solutioning in some new & challenging environment.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 2/4
Voucher Managements, Top-ups etc.
Worked closely with software development and testing team members to design and develop
robust solutions to meet client requirements for functionality, scalability and performance
2018-06 -
2019-08
CCR, Vodafone Netherlands
Amdocs, Gurgaon, Haryana
Developed a combined repository for the VF & Ziggo customers in order to provide a common
benefits on multiple conditions.
Implemented the same on Big Data technologies using Hadoop, Hive and Oracle Database. Shell
Scripting, Pig Language, Map-Reduced, Cloudera, Golden Gate and Elastic Search are few
technologies used in order to process the huge amount of customer related data.
Reduced the manual effort by developing the repository by 60%.
2017-06 -
2018-05
Interconnect, Everything Everywhere - UK
Amdocs, Pune, Maharastra
Implemented a platform for providing the facility build a communication between multiple
service providers.
Creation plus enhancement of price plans, SOC (packs), Call rate changes etc.,into the database
to support the code logic built for
handling the billing system of EE client
2016-10 -
2017-05
ILT (IT Legacy Transformation), AT&T
Amdocs, Pune, Maharastra
Implemented the synchronization of the code for the receiving the telecom product orders to AT&T in both Midwest and
Southwest Regions.
Used coordination and planning skills to achieve results according to schedule.
2016-02 -
2016-09
ADWRS, aT & T
Amdocs, Pune, Maharastra
Developed a wireline network using Ring topology in order to have maximum benefits and least
defects while communication between 3 cities.
Collaborated on all stages of systems development lifecycle, from requirement gathering to
production releases and delivered the application code on time.
UG: B.Tech/B.E. (Computer Science) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2015
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Hive, Hbase
Apache Kafka
Python, Spark, Scala
SQL, NoSQL, Java
C++, Shell Scripting
Oracle DB, Eclipse, MS Office
Cloudera, Elastic Search
Unix, SVN, Perforce, Citirx
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 3/4
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Project Leader
Duration: Aug 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Sep 2019 - Jul 2020
Onsite / Offsite: Onsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Jun 2018 - Aug 2019
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Jun 2017 - May 2018
Onsite / Offsite: Offsite
Team Size: 2
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Big Data Developer
Client: Vodafone Netherlands
Skill Used: Hadoop, Python, Spark, Scala, Oracle DBA, Cloudera, Cassandra, Kafka, Hive HBase, Apache Pig, Unix
Shell Scripting, Unix, SQL, NoSQL,
Role Description: Implemented a platform for VF Legacy systems in order to have the details of each and every
customer on single place.
Automated multiple ongoing manual activities in order to have a proper reconciliation between the system.
Project Details: Implemented a platform for VF Legacy systems in order to have the details of each and every
customer on single place.
Automated multiple ongoing manual activities in order to have a proper reconciliation between the system by which
the efficiency was increased by 40%.
Contributed in the migration of the customers from one legacy system to another by creating a robust system for
the migration.
Project Title: Big Data Developer
Client: Vodafone Italy
Skill Used: Amdocs Data Hub, Apache Kafka, Hive, HBase, NoSQL, SQL, SQLite
Role Description: Worked closely with software development and testing team members to design and develop
robust solutions to meet client requirements for functionality, scalability and performance.
Project Details: Gained experience on Amdocs developed platform for Big Data Projects - Amdocs Data Hub and
implemented a system for VF related customers. Individual billing system for every legacy operators in Italy was
brought up under one roof by VF which includes implementation of proper order capturing for pre-paid SIMs,
Loyalty tokens and
Voucher Managements, Top-ups etc. Worked closely with software development and testing team members to
design and develop
robust solutions to meet client requirements for functionality, scalability and performance.
Project Title: Big Data Developer
Client: Vodafone Netherlands
Skill Used: Hadoop, Hive, SCALA, Spark, Python, Unix Shell Scripting, SQL, Apache Pig
Role Description: Developed a combined repository for the VF & Ziggo customers in order to provide a common
benefits on multiple conditions. Implemented the same on Big Data technologies using Hadoop, Hive & Oracle
Database, Shell Scripting, Pig Language, Map-Reduce.
Project Details: Developed a combined repository for the VF & Ziggo customers in order to provide a common
benefits on multiple conditions.
Implemented the same on Big Data technologies using Hadoop, Hive and Oracle Database. Shell Scripting, Pig
Language, Map-Reduced, Cloudera, Golden Gate and Elastic Search are few technologies used in order to process
the huge amount of customer related data.
Reduced the manual effort by developing the repository by 60%.
Project Title: Data Analyst
Client: Everything Everywhere - UK
Skill Used: SQL,MS Office, Citrix, Macros, NoSQL, Unix Shell Scripting,
Role Description: Implemented a platform for providing the facility build a communication between multiple service
providers.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b08125…
https://freesearch.naukri.com/preview/printResume?uname=ba131e77394afc7fdeff9f8a1e2e8740500f5f524c420b180b11495a540d07181b081256124551550851… 4/4
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Oct 2016 - May 2017
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Feb 2016 - Sep 2016
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Creation plus enhancement of price plans, SOC (packs), Call rate changes etc., into the database to support the
code logic.
Project Details: Implemented a platform for providing the facility build a communication between multiple service
providers.
Creation plus enhancement of price plans, SOC (packs), Call rate changes etc., into the database to support the
code logic built for handling the billing system of EE client.
Project Title: Software Developer
Client: AT&T
Skill Used: Core Java, SQL, Unix Shell Scripting, SDLC Life Cycle,
Role Description: Implemented the synchronization of the code for the receiving the telecom product orders to
AT&T in both Midwest and Southwest Regions.
Used coordination and planning skills to achieve results according to schedule.
Project Details: Implemented the synchronization of the code for the receiving the telecom product orders to AT&T
in both Midwest and Southwest Regions.
Used coordination and planning skills to achieve results according to schedule.
Project Title: Software Developer
Client: AT&T
Skill Used: Core Java, Unix, SDLC Life Cycle,
Role Description: Developed a wireline network using Ring topology in order to have maximum benefits and least
defects while communication between 3 cities. Collaborated on all stages of systems development lifecycle, from
requirement gathering to production release.
Project Details: Developed a wireline network using Ring topology in order to have maximum benefits and least
defects while communication between 3 cities.
Collaborated on all stages of systems development lifecycle, from requirement gathering to production releases and
delivered the application code on time.
Rank 107: Resume 527 with similarity score 0.05148559737052233
Resume Text: MS , B.TECH , BS work from home , classifier , research intern , science intern , project leader boost , algorithms , internships , healthcare , open source , filters , security , capstone , deep learning , forest , classification , platforms , information technology , design , data analytics , lidar , databases , motion , azure , provision , bioinformatics , cleansing , downstream processing , artificial neural networks , visualization , classifiers , intelligence , cars , sql , models , project , coursera , pid , map , introduction to , solution architecture , computer vision , prediction , resume , breast cancer , ibm , microsoft , data analysis , logistic regression , machine learning , computer science , jazz , infrastructure , translation , research , heart disease , big data , completion , word , assessment , data science , python , face recognition , object detection , genome sequencing , image segmentation , cloud computing , vectors , online Assessment
Q1. Why should you be hired for this role?
I have all of the skills that you're looking for and I'm confident that I would be a superstar in this Internship role. It's not just my background
handling successful projects in college. I'm also passionate about this industry and I'm driven to deliver high-quality work.
https://drive.google.com/file/d/1RE3s7ty1HPAqpS9Nxo_v8xy0VIqzPFfV/view?usp=drivesdk
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months,starting immediately,for a full-time work from home internship,starting from February 16.
Resume
EDUCAT ION
INTERNSHIPS
Shailesh Dhama
Bangalore
Applied 08 Feb'21
Python Bioinformatics Data Analytics
SQL Artifical Intelligence Deep Learning
Machine Learning R Programming
Bachelor of Technology B.Tech), Computer Science And Information Technology
Reva University
2014 - 2019
CGPA 7.71/10
Senior Secondary XII, Science
Sri Kumarans Composite PU College
KARNATAKA PREUNIVERSITY BOARD board)
Year of completion: 2014
Percentage: 83.50%
Secondary X
Vijaya High School
KARNATAKA SECONDARY SCHOOL EDUCATION BOARD board)
Year of completion: 2012
Percentage: 93.60%
Data Science Intern
MedTourEasy, Virtual
Jan 2021 - Present
Analyze raw data: assessing quality, cleansing, structuring for downstream processing.
Collaborate with the engineering team to bring analytical prototypes to production.
Generate actionable insights for business improvements.
Artificial Neural Networks Intern
BHIGUSA HEALTHCARE, Virtual
Dec 2020 - Present
Researching on Open-Source AI Assessment Platforms
Developing and deploying AI Assessment platforms that can summarize the candidate's strength and provides feedback
Cloud Computing Trainee
MedTourEasy, Virtual
Oct 2020 - Nov 2020
Responsibilities:
· Design and plan and manage a cloud solution architecture
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8884230235
· Manage and provision the cloud solution infrastructure
· Design for security and compliance
· Analyze and optimize technical and business processes
Research Intern
NCBS, Bangalore
Jan 2020 - Feb 2020
Image Segmentation on Cellular Membranes using Computer Vision Algorithms
First Authorship in Research Paper-"Genome Sequencing and Analysis of Cancer Codons" along with Co-Authors
"Prof.Anooja Ali","Prof.Viswanath S Hulipaled"
Project Leader in Graduation Major Project-"Genome Sequencing and Analysis of Cancer Codons"
Self-Driving Cars Specialization
Coursera, Online
Oct 2019 - Nov 2019
Learnt Recursive Least Squares,Linear and Non-Linear Kalman Filters,LIDAR Sensor Models,PID,Feed-forward Neural
Networks,CNN,2D Object Detection,Semantic Segmentation and Map-Aware Motion Prediction and Behavioral Planning and
Mind-Blowing Hands-On.
IBM Data Science Specialisation
Coursera,IBM, Online
Sep 2019 - Oct 2019
Learnt Fascinating Nine Modules such as Introduction to Data Science,Open Source Tools for Data Science,Data Science
Methodologies,Python for AI,Databases and SQL for Data Science,Data Analysis and Visualization and Machine Learning with
Capstone.
Deep Learning Specialization
Coursera, Online
Sep 2019 - Nov 2019
Learnt Fascinating Modules such as Jazz Solo music Generation using LSTM and Neural Style Transfer Algorithm,Debiasing
Word Vectors,Language Translation,Face Recognition,etc.
Heart Disease Prediction using AdaBooost and Random Forest
Sep 2019 - Oct 2019
https://github.com/ShaileshDhama/Heart-Disease-Prediction-using-MLAlgorithms
“Achieved 82.89 Accuracy using Ada-Boost and 89.47 Accuracy using Random Forest”
Facial Keypoints Detection using CNN
Aug 2019 - Sep 2019
https://github.com/ShaileshDhama/Facial-Keypoints-Detection
“Created 4 different models using 4 different classifiers”
Alzheimer Detection and Classification
Sep 2019 - Sep 2019
https://github.com/ShaileshDhama/Alzheimer-Detection-and-Classification
“Got better Accuracy of 86.84% and AUC of 0.872 in Random Forest than SVM, DecisionTree and AdaBoost”
Breast Cancer Analysis and Prediction on Winconsin Dataset
Aug 2019 - Sep 2019
https://github.com/ShaileshDhama/Breast-Cancer-Prediction
“Created Models using Logistic Regression and Ensemble Classifier to detect malignant tumors.”
Genome Sequencing and Analysis of Cancer Codons
Oct 2018 - May 2019
https://github.com/ShaileshDhama/Research-Paper-Genome-Sequencing-and-Analysis-of-Cancer-Codons
Microsoft Certified Azure AI Fundamentals(AI900
Alibaba Cloud Associate[ACA Big Data Certification
Alibaba Cloud Machine Learning Specialty
Alibaba Cloud Big Data Analysis Specialty
Alibaba Cloud Associate[ACA Cloud Computing Certification
https://github.com/ShaileshDhama/Heart-Disease-Prediction-using-ML-Algorithms
https://github.com/ShaileshDhama/Facial-Keypoints-Detection
https://github.com/ShaileshDhama/Alzheimer-Detection-and-Classification
https://github.com/ShaileshDhama/Breast-Cancer-Prediction
https://github.com/ShaileshDhama/Research-Paper-Genome-Sequencing-and-Analysis-of-Cancer-Codons
Rank 108: Resume 755 with similarity score 0.05147512929484022
Resume Text: B.E , MS , B.TECH classifier , analytics manager , patient care , it professional , intelligence engineer , full time , system engineer award , training , telugu , algorithms , deep learning , cam , nlp , learning techniques , attendance management , beginner , test cases , player , status , juniors , artifacts , obc , sqlalchemy , medical coding , building , medicine , data science , object detection , organization , com , registration , binary , patient care , data visualization , designation , hindi , keras , ltd , english , json , project , live , video , queue management , data analysis , c++ , machine learning , git , chart , flask , probability , texts , one , javascript , predictive analytics , artificial intelligence , technology , insurance , html , big data analytics , matplotlib , sqlite , developers , pay , vendors , affirmative action , gerrit , center of excellence , occlusion , natural language processing , maintenance , checks , architecture , email , business intelligence , surveillance , clinical documentation , nltk , unit testing , languages , raspberry pi , management system , hps , search , 360 , codes , api , functionality , health , scratch , taxonomy , authorization , models , application , neural networks , electronics , government , discharge , framework , translation , statistics , tableau , python , software design 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 1/4
Current Designation: Artificial Intelligence Engineer
Current Company: Health-Pointe Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Analytics Manager
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: PG Diploma [Big Data Analytics]
Verified : Phone Number | Email - id
Health-Pointe Solutions as Artificial Intelligence Engineer
Jul 2019 to Till Date
1. Working as AI Engineer in Health-Pointe Solutions in Natural Language Processing, Machine Learning & Deep
Learning technologies.
2. Experience in developing custom NLP algorithms using native libraries of python and spacy to address challenges in
the Medical Domain.
3. Experience in building Machine learning, Deep Learning & Natural Language Processing models.
4. Experience in developing projects from scratch to production.
5. Experience in developing a custom testing framework.
6. Automated many manual tasks during data grooming which helped our organization to save time and speed up the
process.
7. Handled some projects as a lead.
Tata Consultancy Services Ltd. as System Engineer
Aug 2016 to Jul 2019
* Worked as a core member in the TCS Next-Gen Center of Excellence (R&D department) in Data Science technology in
cross domains.
* Had 1yr of experience in the Component-Based Architecture software development project (12/2016 - 01/2018) with
client ERICSSON.
* Experience in handling different types of Data.
* Hosted training sessions for peers and juniors on Machine Learning Modelling.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Kale V. Krishna Sai
Artificial Intelligence Engineer seeking roles in Machine Learning, Deep Learning,
Natural Language Processing, Data Analysis, Data Visualization, Software Services, IT
Project Management, Software Development, Software Design.
Key Skills: Software Development,Deep Learning,Machine Learning,Natural Language Processing,Data Analysis,Data
Visualization,Data Analytics,Predictive Analytics,Artificial Intelligence,Neural Networks,Python,Elastic Search
Summary
IT Professional with 4.6 years of experience in Software Development and Data Science in the Health-Care domain.
Proficient at grasping technical concepts quickly and utilize them productively
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 2/4
UG: B.Tech/B.E. (Electronics and communication) from Maharaj Vijayaram Gajapathi Raj College of Engineering in 2016
PG: PG Diploma (Big Data Analytics) from International School of Engineering Hyderabad in 2019
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
IT Skills
Skill Name Version Last Used Experience
Python, R, C & C++
MACHINE LEARNING
Deep learning
Natural Language Processing
STATISTICS
Git, Gerrit
Bokeh, Tableau, Matplotlib
Elastic Search
spacy, NLTK, gensim
Sci-kit Learning, Keras
Pyspark, SQLite, SQLalchemy
FLASK
PYTEST
PROBABILITY
Artificial intelligence
Data Analytics
Predictive Modelling
STATISTICAL MODELLING
Pyspark
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Telugu Expert
Projects
Project Title: Clinical Codes Detection from patient EMR chart
Client: Health-Pointe Solutions
Skill Used: Python, NLP, Machine Learning, Elastic Search
Role Description: * Used Binary and Multi-Class classifier ML Model to classify clinical text.
* Developed different algorithms to detect specific taxonomy out of the clinical texts.
* Developed a custom trained semantic dependency parser model and custom tokenizer.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 3/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Feb 2020 - May 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Oct 2019 - Jan 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Aug 2019 - Sep 2019
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jul 2018 - Apr 2019
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2018 - Jun 2018
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Nov 2016 - Dec 2017
Onsite / Offsite: Offsite
Project Details: Clinical coding is the translation of written, scanned, and/or electronic clinical documentation about patient
care into code format. These clinical codes are used by health care providers, government health programs, private health
insurance companies, software developers, and others for a variety of applications in medicine.
This coding provides high-quality data for clinicians which ensures better and safer patient care, statistical analysis of
diseases, and therapeutic actions, to file patient data for insurance purposes, and can be used as direct surveillance of
epidemic or pandemic outbreaks.
Project Title: Patient Data Generation
Client: Health-Pointe Solutions
Skill Used: Python, Pyspark, JSON, Bokeh
Role Description: * Worked in developing a code to populate some important medical parameters.
* Developed a module which checks Quality check (Both Syntactic & Semantic checks) of generated patient's data.
* Developed a module to visualize patient data.
Project Details: Patient data is the 360 degrees view of the patient which includes Physician Interactions, Prescriptions,
Procedures, Discharge, Appointments, Registration, Billing, Readmission, etc.,
Project Title: Suspect Rule Engine
Client: Health-Pointe Solutions
Skill Used: Python, NLP, Pyspark
Role Description: * Worked with the team in developing a custom algorithm that takes patient data as input and gives
suspects of chronic diseases (if any) w.r.t rules given by the medical coding team.
* Developed a custom unit testing framework.
Project Details: This project is to enable an API with custom rules to check if the
the patient has been suspected of a chronic issue, so it will be useful for the physicians to further treat the patients.
Project Title: Pay slip & Attendance Management
Client: Health-Pointe Solutions
Skill Used: Python, SQLite, SQLalchemy, HTML
Role Description: * This project was completely developed by me from scratch till deployment in Raspberry Pi and received
the Bright spot award as appreciation from the organization.
* Developed modules using SQLite & SQLalchemy python libraries.
Project Details: This is an internal project of the HPS Hyderabad wing which is used to generate Pay slips from their invoices
& track employees attendance and their IN/OUT timings.
Project Title: Queue Management System
Client: Tata Consultancy Services
Skill Used: Deep Learning, Python
Role Description: * Involved in building a deep neural network using a pre-trained model of object detection.
* Detected the persons using live cam feed and fed it to the DL model to detect persons.
* Coded the service and wait time of each person to handle occlusion
Project Details: To handle the problems caused by occlusions, built a deep learning model to track the people into and out of
Queue using Transfer learning techniques in an unsupervised way to detect persons from the given feed.
Project Title: Player Identification
Client: Tata Consultancy Services
Skill Used: Deep Learning, Python
Role Description: * Prepared data by augmenting it to train the model well.
* Built Convolutional neural network model and training it with the subject's overall images.
* Testing the built model on the video to detect the subject correctly.
Project Details: To build a desktop-based application where we can identify a player from a video using Object Detection
techniques.
Project Title: Common Operation and Maintenance (COM)
Client: Ericsson
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d18…
https://freesearch.naukri.com/preview/printResume?uname=5f9f2d84c73d3a48c968348716bf79065e095a574a415847521542580c5802181b0d180b44420b0c0b… 4/4
Role: Programmer Team Size: 8
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: C, C++
Role Description: * Involved in developing different modules of the project.
* Solving Trouble Reports (TR's) and artifacts.
* Involved in Requirements study and understanding the functionality.
* Involved in preparing the test cases according to the requirements.
Project Details: COM is the Operation and Maintenance (COM) component in the Component-Based Architecture (CBA),
which is one implementation of the Ericsson Framework Architecture. COM helps different nodes and payloads to be
managed by single software. Instead of using different software for configuring different nodes from different vendors COM is
single software for managing the nodes.
Rank 109: Resume 36 with similarity score 0.05114001600195077
Resume Text: B.S , M.Sc , M.S , BS , MS work from home , certified scrum master , gis developer api , training , web development , scrum , mar , telecom , data analytics , ltd , maps , sql , sig , arcgis , resume , machine learning , assessment , data science , it , python , geoinformatics , javascript , ion , online Assessment
Q1. Why should you be hired for this role?
I am a GIS developer with almost 10 years of experience. I hold a certification in data Science and looking to enhance my skill set. My experience
in IT and my knowledge in Data Science is the best combination that can help in resolving the complex issues in no time.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available immediately to start the work .
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9663621030
Aditya Kumar
Hyderabad, Jamshedpur
Applied 08 Feb'21
Python ArcGIS SQL
Data Analytics Machine Learning
Master of Science M.Sc) Hons.), Geo Informatics
Symbiosis Institute Of Geoinformatics | SIG Pune
2008 - 2010
CGPA 2.40/4
Bachelor of Science B.Sc) Hons.)
sambalpur university
2005 - 2008
Percentage: 64.00%
GIS Developer
Mars Telecom, Hyderabad
Apr 2018 - Present
Working as gis developer
GIS Developer
Avineon india pvt ltd, Hyderabad
Sep 2017 - Mar 2018
Worked on ArcGIS JavaScript API 3.x
Tech Lead
Wipro Limited, Bangalore
Nov 2013 - Jun 2017
Worked on multiple projects using ArcGIS JavaScript API and Open Layers
Gis developer for web development of maps
Data Science Course 2021 Complete Machine Learning Training
udemy, Online
Jan 2021 - Present
Certified in Data Science from IBMCoursera
Certified Scrum Master
Rank 110: Resume 1187 with similarity score 0.051030189555843694
Resume Text: B.E , MS , B.TECH information security , senior software engineer , executive director , part time , full time , technical lead , vp , engineering leader big data analytics , data warehousing , lite , general , algorithms , scrum , workflow management , microsoft office , ug , technical vision , vue , deliverables , iso 27001 , affirmative action , design , promo , jewelry , cloud , angular , nokia , hindi , maintenance , firebase , azure , architects , product engineering , power bi , information security , amazon redshift , snowflake , ios , authorization , teams , english , status , deliveries , agile , stakeholder management , email , project , sql , google , https , application , aws , symbian , leadership , devices , product management , solution architecture , new features , redis , android , fixing , supermarkets , ipad , hiring , building , repository , computer science , athena , django , languages , kannada , data science , mobile , one , javascript , jira , ml , trello , technology , insurance , catalogue 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f0243420816…
https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f02434208160b12415c5b09… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Impact Analytics - https impactanalytics.co as Executive Director - Engineering
Sep 2015 to Jan 2021
Product Engineering
Built the Products Engineering team at Impact Analytics which is now
recognised as one of the fastest growing startups by INC, Forbes and Deloitte.
Provided the technical vision and direction for multiple agile teams working to
deliver the platform for delivering multiple products.
Responsible for hiring decisions and managing the deliveries for various
products along with its team which includes Architects and Product Managers.
Evaluate the challenges faced by the Product and Business teams and take
plan actions to mitigate the risks.
Communicate with stakeholders the impact of market and technology changes
and potential effects on engineering.
Provide solutions without compromising quality while optimizing cost.
Built cloud based products which are reliable, highly Available, Scalable ,
Maintainable and Secure.
Defined architecture and tech stack for the product PromoSmart which formed
the base for various other products at the company.
Delivered a completely Serverless product Audit Smart which using GCP
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Anant Bhandarkar
Executive Director seeking roles in Design Development, Solution Architecture, Impact
Analysis, Product Engineering, Stakeholder Management, Data Science, Project
Management, Big Data Analytics, Azure, AWS, SQL DB, Power Bi, Amazon
Redshift,Snowflake
Key Skills: Executive Director, Head/VP/GM, Design Development, Solution Architecture, Impact Analysis, Product
Engineering, Stakeholder Management, Data Science, Project Management, Big Data Analytics, Azure, AWS, SQL DB,
Power Bi, Amazon Redshift, Snowflake
Summary
Engineering leader having 14 years of experience designing and developing world class
products and solutions.
5+ years of Senior leadership experience building, managing and growing engineering teams.
Defined the RoadMap and vision along with driving the development of now flagship product
PromoSmart at Impact Analytics which has delivered upto 200+ Million in Top Line
improvement through promo effectiveness for various retailers.
Delivered the product Audit Smart which helps automate the audit of claims for an Insurance
client saving the client upto 1.5Million $ every quarter.
Delivered on Image Recognition based App which was the Winner of P&G's Global AI
Innovation Challenge 2018 and is currently being used by P&G representatives.
Provided the technical vision and direction for multiple agile teams working on delivering
platform meant for multiple products.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f0243420816…
https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f02434208160b12415c5b09… 2/3
Google Firebase and BigQuery.
Driving the Image Recognition based Android App RackSmart , the Winner of
P&G's Global AI Innovation Challenge 2018 which uses on device Tensorflow
lite model to recognise and count products on shelf at local stores and
supermarkets.
Delivered iPad based App Jewelry Connector which is being used at stores
help customers browse through catalogue of available items quickly.
Managing the DevSecOps practice which maintains the AWS, Google and
Azure cloud deployments.
Driving compliance practice of various policies for SOC2 and ISO 27001.
Currently managing deliverables of various products for multiple client
powered by AI / ML / Datascience algorithms .
Defined complete tech stack which includes React, Angular, Vue on Frontend,
NodeJS on the backend, Postgres as DB, Redis for caching , BigQuery,
Athena, Redshift, Snowflake used for data-warehousing and analytics.
Managing Agile Scrum tasks using Jira and Trello for workflow management,
Bit Bucket as Code repository.
Have been successful in retaining talent by ensuring high work satisfaction
levels.
Click Software as Senior Software Engineer
Nov 2014 to Jul 2015
Worked on iOS and Brew versions of Street Smart Offering.
Worked on new features development, bug fixing and release of the iOS and
Brew App.
Accenture as Technical Lead
Apr 2010 to Nov 2014
Built the team and Lead the development effort for Mobile Wallet Application
Softcard which was eventually acquired by Google.
Responsible for most of the project management activities such as Sprint
planning for the team
Microsoft Office for Symbian devices at Nokia.
UG: B.Tech/B.E. (Computer Science) from VTU Belgaum in 2006
PG: MBA/PGDM (Project Management), Part time from United Business Institute (UBI) Brussels in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Big Data
INFORMATION SECURITY 0 Year(s) 0 Month(s)
AWS 2020 5 Year(s) 0 Month(s)
DATA WAREHOUSING 5 Year(s) 0 Month(s)
DynamoDB, Cognito
STARTUP 5 Year(s) 0 Month(s)
PRODUCT MANAGEMENT 7 Year(s) 0 Month(s)
Big Data 2020 5 Year(s) 0 Month(s)
GCP 2020 5 Year(s) 0 Month(s)
React Node Django Postgres 0 5 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f0243420816…
https://freesearch.naukri.com/preview/printResume?uname=0e3e8d11c1cf224d7c91757ab0df5590510c0d5348415f1507174759545f02434208160b12415c5b09… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Kannada Proficient
Hindi Proficient
Rank 111: Resume 616 with similarity score 0.05096341698824073
Resume Text: MS , B.TECH , BS work from home , student , team leader , visualizer , campus ambassador scientific computing , mapreduce , deep learning , conferences , platforms , showcases , addition , linux , hero , arithmetic , linkedin , apache spark , elements , fundamentals , building , html5 , analyzer , data science , organization , streams , life skills , internships , mar , calculations , project , java , data analysis , machine learning , soft skills , computer science , flask , completion , probability , campus , technology , hadoop , web development , matplotlib , developers , mysql , shape , collaboration , public , apache kafka , bootstrap , social media , google , pandas , coursera , max , numpy , checkout , github , internet of things , distributed databases , output , big data , assessment , cassandra , search , census , brewery , online , model united nations , css , nosql , columns , offers , teams , storage systems , c programming , resume , led , data streaming , returns , hbase , app , python Assessment
Q1. Why should you be hired for this role?
Enthusiastic Computer Science student proficient in strong soft skills and technical skills. Instilled with essential life skills such as self-
discipline/development because of the Army milieu. Seeking to leverage solid skills in team work, collaboration and development as a computer
science professional. Always aware of the position and responsibilities. Worked with the given requirements in the past and excelled in the end
results.
Ideally matches the skill set required by the role/company and ready to contribute to the growth of Boongg.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Tushar Pulakala
Secunderabad, Hyderabad
Applied 08 Feb'21
Python Bootstrap HTML
C Programming C Programming CSS
Data Science Deep Learning Flutter
Internet of Things IoT Java Linux
MySQL Flask Machine Learning
Bachelor of Technology B.Tech), Computer Science & Engineering
CMR Technical Campus
2018 - 2022
Senior Secondary XII, Science
Narayana Junior College
SSC board)
Year of completion: 2018
CGPA 8.50/10
Secondary X
ARMY PUBLIC SCHOOL, R.K PURAM, SECUNDERABAD
CBSE board)
Year of completion: 2016
CGPA 9.20/10
Official Campus Ambassador
International Model United Nations, Virtual
Jun 2020 - Jul 2020
I got the chance to become the Official Campus Ambassador of International MUN where we have to deal with Social Media
Marketing for the Official IMUN conferences held every week.
Led a team of 5 volunteers in Smart India Hackathon 2020
Smart India Hackathon is an initiative of MHRD in search of new talent to tackle real world problems. Our team was selected
in the top 12 teams out of 150 teams. Developed a project using IOT.
Head of AI/ML at Developer Student Club, CMRTC
Key job responsibilities include building a strong community of AI/ML folks from the campus and guiding beginners to the
AI/ML/Data Science path.
Team Leader of Team Innocrats at Hyderabad City Police Hackathon 2020
Hyderabad City Police Hackathon is 36 hour hackathon organized by We HUB and the Hyderabad City Police. Developed a
project using IOT.
Data Analysis With Python
PROJECTS
FreeCodeCamp, Online
Sep 2020 - Oct 2020
Freecodecamp is a donor supported organization which provides Computer Science certifications. Data Analysis with Python
is Freecodecamp's Data Science Certification course which includes completion of five complex Data Science Projects in
order to c omplete the certification.
Big Data Computing
National Programme on Technology Enhanced Learning(NPTEL, Online
Sep 2020 - Nov 2020
National Programme on Technology Enhanced Learning NPTEL is a project of MHRD initiated by seven Indian Institutes of
Technology, to provide quality education to anyone interested in learning from the IITs. This course provides an introduction
to s ome of the most common frameworks such as Apache Spark, Hadoop, MapReduce, Large scale data storage
technologies such as in-memory key/value storage systems, NoSQL distributed databases, Apache Cassandra, HBase and
Big Data Streaming Platforms such as Apache Spark Streaming, Apache Kafka Streams that has made big data analysis easier
and more accessible.
Scientific Computing With Python
FreeCodeCamp, Online
Aug 2020 - Sep 2020
Freecodecamp is a donor supported organization which provides Computer Science certifications. Scientific Computing with
Python is Freecodecamp's Python Certification course which includes completion of five complex Python Projects in order to
comple te the certification.
TensorFlow 2.x
Coursera, Online
Jun 2020 - Present
Tensorflow in Practice is the specialization offered by Coursera. This specialization offers complete self-learning process for
Google's ML library Tensorflow.
Flutter
The App Brewery, Online
May 2020 - Jul 2020
Graduated from The App Brewery's Flutter Bootcamp which is recommended by Google's Flutter team.
Python Bootcamp
udemy, Online
Jan 2020 - Mar 2020
Successfully completed Python Bootcamp: Zero to Hero by Jose Portilla. The best selling course of Udemy. And graded as
Expert in Pluralsight's Python Skill IQ test.
Web Development Using HTML, CSS And Bootstrap
FreeCodeCamp And Udemy, Online
Jan 2020 - Mar 2020
Learned HTML5 and CSS3 fundamentals and core from freecodecamp.org. Learned Bootstrap 4 from Udemy Bestselling
course.
Medical Data Visualizer
Sep 2020 - Oct 2020
https://github.com/Tusharcoder18/Medical-Data-Visualizer
In Medical Data Visualizer, we will visualize and make calculations from medical examination data using matplotlib, seaborn,
and pandas. The dataset values were collected during medical examinations.
Time Series Visualizer
Oct 2020 - Oct 2020
https://github.com/Tusharcoder18/T ime-Series-Visualizer
In T ime Series Visualizer we will visualize time series data using Pandas, Matplotlib, and Seaborn to visualize a dataset
containing the number of page views each day on the freeCodeCamp.org forum from 20160509 to 20191203.
Sea Level Predictor
Oct 2020 - Oct 2020
https://github.com/Tusharcoder18/Sea-Level-Predictor
Sea Level Predictor will analyze a dataset of the global average sea level change since 1880. We will use the data to predict
the sea level change through year 2050.
Mean-Variance-Standard Deviation Calculator
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/Medical-Data-Visualizer
https://github.com/Tusharcoder18/Time-Series-Visualizer
https://github.com/Tusharcoder18/Sea-Level-Predictor
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6304146271
https://github.com/Tusharcoder18/Mean-Var-Std-Calculator
Mean-Variance-Standard Deviation Calculator uses Numpy to output the mean, variance, standard deviation, max, min, and
sum of the rows, columns, and elements and returns a dictionary containing the mean, variance, etc
Shape Calculator
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/shape_calculator
A project which showcases the power of object oriented programming in Python.
Demographic Data Analyzer
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/Demographic-Data-Analyzer
Demographic Data Analyzer analyzes the demographic data using Pandas. A dataset of demographic data that was
extracted from the 1994 Census database is analyzed to extract some data.
Probability Calculator
Sep 2020 - Sep 2020
https://github.com/Tusharcoder18/probability_calculator
A program to calculate the probability of a Mathematical Problem without using complex Mathematical solutions, instead uses
the practical method.
Time Calculator
Aug 2020 - Aug 2020
https://github.com/Tusharcoder18/time_calculator
A simple app for addition of two real-world time durations.
Arithmetic Arranger
Aug 2020 - Aug 2020
https://github.com/Tusharcoder18/arithmetic_arranger
A program that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-
by-side.
Budget App
Aug 2020 - Aug 2020
https://github.com/Tusharcoder18/budget_app
Budget App is a program which can be used to create different budget categories and analyze the monthly expenditures.
Roll Dice-Flutter
May 2020 - May 2020
https://github.com/Tusharcoder18/Diceee
A simple roll dice app which replicates a real world dice.
BusinessCard
May 2020 - May 2020
https://github.com/Tusharcoder18/BusinessCard
Simple Flutter app to introduce myself to other developers.
Graded as Expert in Pluralsight's Python Skill IQ test. Checkout on my LinkedIn profile.
Learned app development using Flutter and developing a project on GitHub.
Currently learning Machine Learning and Deep Learning using TensorFlow with Python. Will develop a project very soon.
https://github.com/Tusharcoder18/Mean-Var-Std-Calculator
https://github.com/Tusharcoder18/shape_calculator
https://github.com/Tusharcoder18/Demographic-Data-Analyzer
https://github.com/Tusharcoder18/probability_calculator
https://github.com/Tusharcoder18/time_calculator
https://github.com/Tusharcoder18/arithmetic_arranger
https://github.com/Tusharcoder18/budget_app
https://github.com/Tusharcoder18/Diceee
https://github.com/Tusharcoder18/BusinessCard
Rank 112: Resume 319 with similarity score 0.05095659245613246
Resume Text: B.S , MS , M.S , BS work from home , full time shiny , foundations , physics , classification , deep learning , public , natural language processing , english , sql , coursera , exploratory data analysis , mumbai , computer vision , resume , matlab , machine learning , completion , word , assessment , data science , python , one , app , javascript , web , mathematics , html , online Assessment
Q1. Why should you be hired for this role?
Hello!
I've been playing with data for one year. I've completed numerous courses and specialization on Data Science and Machine Learning. I've learnt
how to get and clean the data and then to perform Exploratory Data Analysis. I've performed Exploratory Data Analysis on various Data and I'm
pretty much confident about skills. Along with the Exploratory Data Analysis, I've also performed Machine Learning on different data. I've worked
on Tumor classification(Supervised Learning), Banknote classification from fake to authentic(Unsupervised Learning), Handwritten Digit
Recognition(Supervised Learning) and Face Detection. I'm well versed with many programming language including R, Python, MATLAB, C, JAVA,
JAVASCRIPT, SQL.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for 3 months. I can start as immediately as possible.
Resume
EDUCAT ION
TRAININGS
Mausam Singh
Mumbai
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
English Proficiency Written) Mathematics C Programming
Data Science Deep Learning HTML
MSOffice Machine Learning Physics
R Programming SQL Java
JavaScript
Bachelor of Science B.Sc), Physics
Mithibai College
2018 - 2021
Senior Secondary XII, Science
Thakur Colleg
HSC board)
Year of completion: 2018
Percentage: 83.23%
Secondary X
DAV Public School
CBSE board)
Year of completion: 2016
CGPA 9.80/10
DeepLearning.AI TensorFlow Developer By DeepLearning.AI
Coursera, Online
Dec 2020 - Jan 2021
coursera.org/verify/professional-cert/47JLZRTTCMVB
Machine Learning
Coursera, Online
Nov 2020 - Dec 2020
coursera.org/verify/LYKFU8W2QAGP
Data Science: Foundations Using R
Coursera, Online
Sep 2020 - Nov 2020
coursera.org/verify/specialization/E4JZ74CLM9NY
PROJECTS
CONTACT Phone: 91 9082933104
Applied Data Science With Python Specialization
Coursera, Online
Aug 2020 - Oct 2020
coursera.org/verify/specialization/X3RFWMBPST4Z
Face Detector
Aug 2020 - Sep 2020
https://github.com/mausam3407/FaceDetecter
A web app to predict next word
Dec 2020 - Present
https://mausam.shinyapps.io/word_predict/
An app to predict the next word in a sequence and deployed the same on Shiny server online.
https://github.com/mausam3407/FaceDetecter
https://mausam.shinyapps.io/word_predict/
Rank 113: Resume 1415 with similarity score 0.05005533114788254
Resume Text: B.E , MS , B.TECH business intelligence reporting analyst , senior software engineer , full time , team lead , project leader reporting , sap hana , business intelligence tools , general , query analyzer , techno-functional , designation , aggregates , scripting , ug , mar , affirmative action , hindi , query designer , beginner , webi , authorization , english , bods , status , models , sql , web intelligence , email , project , application , sap bi , electronics , logic design , flow , machine learning , languages , odata , data science , python , ptp , javascript , predictive analytics , crm , technology , architectural design , logics , stored procedures 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d44…
https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d440516435e0c0a5… 1/3
Current Designation: sap BW HANA
Current Company: Tech Mahindra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Tech Mahindra as sap BW HANA
Jun 2019 to Till Date
I work here as a SAP HANA Business Intelligence reporting analyst leading a team of 6 to 7 people. mainly involved in
Architectural design of various solutions involving SAP HANA modelling,SAP BW HANA modelling, SP BO, Web
Intelligence report. Also Involved in Machine learning and Data science activities using R
TechMahindra as Project Leader
Dec 2015 to May 2019
SAP BW 7.4 and SAP BO 4.1 Sp5 upgrade
Client
METTLER TOLEDO
Current Role
BW/BO Lead
Start Date
2ndDecmber- 2015
End Date
15th March 2015
Team Size
7
Project in a Nutshell
* The Project was for the SAP BW system upgrade and SAP BO platform upgrade so that Business van utilize Sap BW
and BO latest patch benefits.
* We as a team successfully tested various functionalities in SAP BW 7.4 and SAP BO 4.1 in a duration of 3 months.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shakti Prasad Sahoo
Senior SAP HANA Reporting Analyst with extensive experience in various Analytical
tools like SAP BW,SAP BW on HANA,SAP BW/4 HANA, SAP HANA,HANA
CDS,ODATA,SAP BO,WEB Intelligence Report/Webi, SAP ABAP,Machine Learning
using R &Python,Data Science
Key Skills: web intelligence,sap bi,python,machine learning,data science,hana,sap hana,sap bw,sap abap,sap
bo,business intelligence reporting,R
Summary
9 Years of Techno-functional experience in IT in the area of SAP Business Intelligence tools like SAP BW,SAP BI,SAP BW on
HANA,SAP Native HANA,SQl,HANA Scripting,CDS Views,SAP ABAP,SAP BO,Webi reports,Universe Designer,Bex reports.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d44…
https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d440516435e0c0a5… 2/3
Client: Nestle
Current Role: SAP HANA Consultant
Start Date: June 2017
End Date: April 2018
Team Size: 4
Project in a Nutshell
* This project is for designing and developing a SAP HANA model using predictive analysis library which can be used to
predict the most significant methods which enhances sales of various nestle products.
* I designed and developed native SAP HANA models to use the predictive library functions
* I was directly involved in the design of the Sap HANA models like scalar stored procedures and functions which will
accepts many dependent and independent variables which is used for the predictive analytics
* Handled complex logic design and SAP HANA advance SQL development to achieve the required result
Project 3
HR Data Mart
Client: Nestle
Current Role: BW/HANA Lead/Architect
Start Date: Feb 2016
End Date: Till date
Team Size: 6
Project in a Nutshell
* The Project was for creating multiple BEx repots for HR business users, and to give them an idea of the sales persons
efficiency and revenues they generate out of it.
* I designed the complete BW flow which includes multiple complex logics
* I was responsible for the solution design as well as the delivery to AMS market
* Different complex business logics were developed and delivered for the AMS market
* I was involved in complete end to end cycle of the development starting from the requirement gathering to solution
design and development
* I designed the complete flow and guided the team to develop it.
* Created multiple complex ABAP programs for the various requirements.
* We also created aggregates, process chains, HANA views,composite providers, and HANA optimized classis DSos
and other native HANA objects.
* Worked on BODS based data sources.
* Enhanced data sources using BADI and created BW data flows, Bex queries.
Inhouse: Boeing India
Current Role: Project Lead
Start Date: May 2018
End Date: Till date
Team Size: 6
Project in a Nutshell
* This project was for creating various complex HANA views and Webi reports in PTP.
* I lead a team of 6 people and I was involved in designing Native HANA objects including Calculation views and
composite providers, Creating stored procedures, advance DSOs and virtual providers.
* I was involved in creating IDT Universes, Webi reports including transports in CTS.
Mettler Toledo India Private Limited as Senior BW,BO consultant
Jun 2014 to Dec 2015
Senior BI/BW Consultant
L&T Infotech as Senior Software Engineer
Jul 2010 to Jun 2014
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2008
PG: in 0
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d44…
https://freesearch.naukri.com/preview/printResume?uname=3c6f30079ffa96cd7b07964cc710a67f5b5e0a004e420c47524343095d0d531b410d440516435e0c0a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
SAP BI 7.4 2015 7 Year(s) 0 Month(s)
SAP BI :BEx Query Designer,SAP BO tools 7.3 2014 7 Year(s) 1 Month(s)
BEx Query Analyzer, Web Application Desi 7.3 2014 7 Year(s) 1 Month(s)
SAP BO Webi report,Universe Designing 4.0 2014 4 Year(s) 1 Month(s)
SAP BO 4.1 4.1 2015 4 Year(s) 4 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
odiya Expert
Germany Beginner
Rank 114: Resume 297 with similarity score 0.04985184053186947
Resume Text: B.S , MS , B.TECH , BS work from home , web developer functionality , training , web development , matplotlib , binary , camping , css , classic , classification , deep learning , black and white , sqlite , awt , mysql , games , design , authentication , linux , public , natural language processing , reinforcement learning , regression models , pdf , heroku , jquery , authorization , node.js , bootstrap , pressure , bot , cars , project , grasp , boot camp , application , coursera , express , c programming , mongodb , store , computer vision , iit , resume , neural networks , github , machine learning , computer science , django , reach , framework , html5 , shops , completion , assessment , data science , python , javascript , unsupervised learning , colorization , artificial intelligence , technology , mathematics , database , online Assessment
Q1. Why should you be hired for this role?
I have a good amount of experience in Machine Learning and AI which is clearly reflected in my resume. I have worked on numerous projects in
Machine Learning and AI from simple regression models and clustering problems to complex neural network projects including CNN as well. I have
also build some projects related to Bots using Deep Reinforcement Learning. I have several certifications from Udemy and Coursera that also
makes me a good candidate for this role. I am sincere, punctual and diligent which can be clearly seen from my academic performance 9.1 CPI. I
am also pursuing a degree in Data Science from IIT Madras because I want to make a career in Data Science and AI. I am positive that I will meet
every expectation and deadline because I thrive under pressure and work incredibly good in a team.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 1 month, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
TRAININGS
Lakshmendra Singh
Aligarh, Delhi
Applied 07 Feb'21
Python C Programming C Programming
CSS HTML Machine Learning
Neural Networks Node.js Artifical Intelligence
Data Science Django GitHub
Java JavaScript Linux
MongoDB MySQL Natural Language Processing
NLP
Bachelor of Science B.Sc), Data Science And Programming
Indian Institute Of Technology Madras
2021 - 2023
CGPA 9.00/10
Bachelor of Technology B.Tech), Computer Science & Engineering
Zakir Husain College Of Engineering And Technology, AMU
2018 - 2022
CGPA 9.12/10
Diploma, Computer Science
Aligarh Muslim University
2015 - 2018
Percentage: 90.90%
Secondary X
Amol Chand Public School
CBSE board)
Year of completion: 2015
CGPA 9.40/10
Deep Learning Specialization 5 Courses)
Deeplearning.ai, Online
Sep 2020 - Nov 2020
I got a really good grasp on the mathematics at core which is involved in Neural Networks. I built some deep neural networks
solving a variety of problems from binary classification to complex computer vision problems.
Artificial Intelligence AZ™: Learn How To Build An AI
Udemy | Hadelin De Pontevas And Kiril Eremenko, Online
May 2020 - Jun 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9675119627
I learned about the basics of reinforcement learning, deep QLearning and unsupervised learning. Then, I built a project
called "Self Driving Car". I also made use of CNN to make bots of some classic games like Breakout and Doom.
The Web Developer Boot Camp By Colt Steele
udemy, Online
Dec 2019 - Feb 2020
It included full-stack development of web app as well as its deployment using heroku. It also involved the detailed training of
various web development technologies i.e. HTML 5, CSS, JavaScript, Bootstrap 4, Mongo DB, Express, Node.js and many
more.
Machine Learning AZ By Kiril Eremenko And Hedelin Pontevas.
udemy, Online
Sep 2019 - Nov 2019
The training included in depth theoretical explanation of various machine learning models, Artificial intelligence and Neural
Networks with hands on python and R.
Greyscale Image Colorization
Aug 2020 - Dec 2020
https://github.com/laksh10-stan/Gryscale-to-Color
It is a deep learning based project that generates good quality colored images for greyscale/black and white image input.
Pytorch, matplotlib, sckit-learn are few of the many python technologies used. The results were very good.
AI bot for DOOM game
May 2020 - Jun 2020
It is a Convolutional deep Q learning based project. I have built an AI bot that controls the main character in a 90's game
DOOM. It is a shooting game and the AI bot I designed, interacts with the environment very nicely to produce good results.
Self Driving Car
May 2020 - Jun 2020
https://github.com/laksh10-stan/Artificial-Intelligence-AZ
I worked with reinforcement learning on this project. I designed a self driving bot car that was programmed to avoid
obstacles in its way to reach its destination. I worked in python and used "kivy" framework to design the environment for the
car.
Fullstack YelpCamp Website
Dec 2019 - Jan 2020
https://github.com/laksh10-stan/webdevbootcamp/tree/master/YelpCamp/v11Deployed
The project involves full stack web application for presenting a collection of camping sites. It employs HTML5, CSS,
Bootstrap-4, JavaScript and JQuery at the front end. BACK END MEN ( Mongo, Express, Node ) stack
DEPLOYMENT Heroku
Desktop application for digitalization of management of college library.
Jan 2018 - May 2018
It provides the functionality of database of books, user authentication and authorization as well as admin privileges for library
staff. It has the support of calculating fine for late return of books.
Front-end: JAVA, SWING, AWT
Back-end: SQLite
Desktop application for generating bills for shops.
Aug 2017 - Dec 2017
It provides the functionalities of generating the bill in pdf format for a given store.
It also facilitates user authentication as well as authorization and as built in inventory support.
Front-end: JAVA, SWING, AWT
Back-end: MSACCESS
Carpedia Website
Jan 2017 - May 2017
A website for keeping data of different cars and providing functionalities of comparing cars on the basis of several
parameters.
Front-end: HTML5, CSS, Javascript, jQuery
Participated in ICPC 2019 and secured second rank in college.
https://github.com/laksh10-stan/Gryscale-to-Color
https://github.com/laksh10-stan/Artificial-Intelligence-A-Z
https://github.com/laksh10-stan/webdevbootcamp/tree/master/YelpCamp/v11Deployed
Rank 115: Resume 393 with similarity score 0.049224350384446655
Resume Text: B.E , MS , BS science intern , work from home , machine learning intern , student training , computer technology , segmentation , image processing , internships , data visualization , classification , deep learning , information technology , mysql , data analytics , linux , statistical modeling , natural language processing , ltd , model building , intelligence , models , data cleaning , c programming , video , computer vision , resume , datasets , testing , edge , java , machine learning , opencv , documentation , completion , assessment , data science , python , object tracking , it , object detection , working environment , officers Assessment
Q1. Why should you be hired for this role?
Hi, I am currently working in AI and Computer Vision firm.
And I worked on various machine learning and deep learning projects from custom object detection, segmentation, labeling, image processing
and images classification.
I possess new and innovative ideas.
I have the dedication and determination towards work.
I am able to adapt myself with the requirements of the organisations.
As a computer vision student I have better understanding of working environment.
I hope your requirements and my needs will match.
Thank You
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available for 3 months.
Resume
EDUCAT ION
INTERNSHIPS
Pranay Kalamkar
Bangalore, Pune
Applied 08 Feb'21
Computer Vision Python Natural Language Processing
NLP
C Programming C Programming Image Processing
Java MSOffice Machine Learning
OpenCV Data Analytics Deep Learning
Linux MSExcel MySQL
Statistical Modeling Flutter
Bachelor of Engineering B.E, Information Technology
Abha Gaikwad Patil College Of Engineering
2015 - 2019
Percentage: 60.69%
Diploma, Computer Technology
Shankarrao Dhawad Polytechnic
2012 - 2015
Percentage: 57.55%
Senior Secondary XII, Science
Major Hemant Jakate
MAHARASHTRA STATE BOARD board)
Year of completion: 2008
Percentage: 38.83%
Secondary X
Dinanath High School
MAHARASHTRA STATE BOARD board)
Year of completion: 2006
Percentage: 42.12%
Data Science Intern
Wobot Intelligence, Virtual
Feb 2021 - Present
AI / Machine Learning Intern
Lincode Labs India Pvt. Ltd., Bangalore
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
CONTACT Phone: 91 9665992555
Apr 2020 - Oct 2020
1. Data Annotations, Image Labeling
2. Capturing Videos
3. Built Datasets
4. Python Coding
5. Computer Vision ( OpenCV )
6. Training the Models on Tensorflow 1 & 2, Pytorch & Yolo
7. Custom Object Detection , Segmentation, Classification & OCR
Work on custom problems;
Taking care of end to end process from building dataset, training, and modeling;
Work on cutting-edge technology like object detection, object tracking, OCR, image classification, and video analysis.
Data Science
Mced, Nagpur
Nov 2019 - Jan 2020
60 Days Training Program on Applied Data Science on which i had learned Python Programming, Data Visualization, Statistical
Analysis and Machine Learning.
Work on : Data Cleaning, Data Visualization, Model Building and Testing,
Model Eva luation
Object Detection for Crime Scene Evidence Analysis Using Deep Learning
Nov 2020 - Dec 2020
https://github.com/franky025/Object_Detection_for_Crime_Scene_Evidence_Analysis_Using_Deep_Learning
In crime scene, the images and videos play a significant role in providing visual documentation of a scene. It allows police
officers to recreate a scene for later analysis by detect objects related to a specific crime. For that purpose I build my
model.
https://github.com/franky025/Object_Detection_for_Crime_Scene_Evidence_Analysis_Using_Deep_Learning
Rank 116: Resume 121 with similarity score 0.04918870487530505
Resume Text: MS , B.TECH work from home , project leader report writing , plantation , excel , business analytics , project , resume , electronics , intermediate , holidays , arduino , comp , water supply , tableau , word , assessment , interpret , supply management , app , python , mobile , technology Assessment
Q1. Why should you be hired for this role?
For this Internship, I have good knowledge of Excel and Word document and tableau with this I have skills in report writing too. Presently I'm
pursuing an MBA in Business Analytics where in this trimester(3rd) I will get to know about Python and R language and using that I can interpret
data or analyze data and extract useful information through it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available full-time in Hyderabad/Vijayawada for 2 months i.e., starting from 26th April 2021 to 26th June 2021. As I will be comp leting my 3rd
trimester of MBA and will be having holidays of 2 months. And was willing to do an internship for the duration of above mentioned 2 months.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
CONTACT Phone: 91 8885529615
Bakki Akhil
Hyderabad, Vijayawada
Applied 07 Feb'21
MSExcel MSPowerPoint MSWord
Arduino
MBA, Business Analytics
Christ University
2020 - 2022
Bachelor of Technology B.Tech), Electronics and Communication
Keshav Memorial Institute of Technology
2015 - 2019
Percentage: 69.00%
Project leader in IoT based water supply management.
Done a project of Shadow alarm using Arduino.
I have been a part of tree plantation in my society when I was studying intermediate
IoT based water supply management
Jan 2018 - Jan 2019
The project involves the correct supply of water to various zones using a mobile app
Rank 117: Resume 355 with similarity score 0.049117082086873806
Resume Text: MS , B.TECH , BS work from home , business analyst intern robotics , segmentation , algorithms , internships , image processing , deep learning , demand , nlp , mysql , data analytics , docker , linux , public , keras , natural language processing , heroku , english , google , pandas , numpy , computer vision , bluetooth , prediction , resume , github , neural networks , nltk , machine learning , computer science , opencv , foundation , flask , amazon , completion , assessment , discount , data science , python , forecasting , web , technology , frame Assessment
Q1. Why should you be hired for this role?
I am hard working dedicated individual.I am quick and ready to learn and push my boundaries.I have good amount of knowledge in field of data
science specially in field of machine learning,deep learning , computer vision,Data Structures and Algorithms
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available for 3 months
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Nikhil Sharma
Agartala, Jaipur
Applied 09 Feb'21
Natural Language Processing
NLP
Python Computer Vision
Algorithms Amazon Web Server AWS C Programming
Data Structures English Proficiency Spoken) Flask
GitHub Heroku Linux
MySQL Data Analytics Data Science
Docker Machine Learning Neural Networks
Bachelor of Technology B.Tech), Computer Science & Engineering
National Institute Of Technology Agartala
2018 - 2022
CGPA 9.03/10
Senior Secondary XII, Science
Lady Anusuya Singhania Educational Academy ,Jhalawar Rajasthan
CBSE board)
Year of completion: 2017
Percentage: 86.80%
Secondary X
Narmada Devi Singhania International School ,Pacheri Bari Rajasthan
CBSE board)
Year of completion: 2015
CGPA 9.60/10
Data Science And Business Analyst Intern
The Sparks Foundation,Singapore, Virtual
Sep 2020 - Oct 2020
Complete Analysis of given superstore dataset by visualizing different features(profit,loss,discount,demand,sell etc) and
analysing them statewise,regionwise , citywise etc and finding out the weak areas where we can work to make more profit.
Member| ANARC Robotics club,NIT Agartala
* Achieved 3 rd rank in robowar in AAYAM
7.OTECH FEST.
* Make several projects using Aurdino ,like Line
follower,bluetooth control bot.
Gesture_Recognition
Jan 2021 - Jan 2021
https://github.com/ssnikhil1/gesture_recognition
https://github.com/ssnikhil1/gesture_recognition
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9694394645
Count number of fingers at real time by subtracting background and segmentation of hand from frame,then using convex hull
algorithm to count number of fingers.
Skills: opencv,python,image processing,pandas,numpy
Google Stock Prediction and Forecasting | LSTM RNN
Nov 2020 - Dec 2020
https://github.com/ssnikhil1/google-stock-prediction
Developed a model to predict the stock of google based on given dataset using LSTM in keras.
Applying a LSTM layer on featured dataset to predict the stock . Although it should be done by time series but LSTM too
gives a good result.
Real Or Not? NLP with Disaster Tweets | Kaggle
Aug 2020 - Aug 2020
https://www.kaggle.com/snikhil1/notebook3c20131f08
Developed a model to predict which tweets are about real disasters and which ones are not using LSTM in keras.
Uses NLP techniques for text preprocessing.
Libraries: nltk, tensorflow, keras, numpy, pandas, sklearn
Titanic : Machine Learning from Disaster | Kaggle
Jul 2020 - Jul 2020
https://www.kaggle.com/snikhil1/kernel7d5c39fb78
Developed a model to predict the people survival rate in T itanic Disaster based on given data set
using python.
Achieved an accuracy of 76% on public leader board on Kaggle.
Achieved 3rd position in robowar in AAYAM 7.O (tech fest)
Problem Solving(Basic) HackerRank:
https://www.hackerrank.com/certificates/1f18a2b8bf3a
https://github.com/ssnikhil1/google-stock-prediction
https://www.kaggle.com/snikhil1/notebook3c20131f08
https://www.kaggle.com/snikhil1/kernel7d5c39fb78
Rank 118: Resume 776 with similarity score 0.048826581258006305
Resume Text: B.E , MS , B.TECH , BS devops , data analyst , financial management , project engineer , change management , full time , database architect reporting , server monitoring , dcl , api , appdynamics , general , devops , jenkins , designation , ug , mar , case , oracle database , health , affirmative action , hindi , etl , maintenance , teamcity , unix , windows , ltd , authorization , english , cursors , ddl , status , excel , budgeting , cable , email , project , application , aws , problem management , less , splunk , deals , cron , call flow , pl/sql , business requirements , performance tuning , writing , change management , git , resolve , computer science , tcl , shell scripting , kibana , nginx , research , output , languages , itil , iis , software development life cycle (sdlc) , cd , leadership skills , scheduling , jira , history , data processing , javascript , servicenow , stored procedures , agile methodologies 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b1…
https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b100b1748095d0c… 1/3
Current Designation: Project Engineer
Current Company: Wipro Technologies
Current Location: Greater Noida
Pref. Location: Noida,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Wipro Technologies as Project Engineer
Mar 2018 to Apr 2020
Title: Shaw Cable (Canada)
Language: ITIL Tool, UNIX, SQL and PL/SQL
Description:-
? Working in the production support team as a project engineer.
? The core responsibilities are Server monitoring, Ticket Resolution, Problem ticket, Incidents, change management and
IIS Deployments the server health and usage percentage and in case of any interruptions, need to troubleshoot the issue.
? Specifically work on the problem tickets to resolve the issues related with the database
? Design, create and replace stored procedures to support several business activities for SDLC.
? Drilldown the database according to the requirement and to do the required changes according to the change
requests.
? Preeminent understanding of stored procedure, indexes, views, cursors, functions and packages in PLSQL.
? Preeminent understanding of the software development life cycle (SDLC) and QA methodologies.
? Reported, research, correct, and test defects in reports, stored procedures, and other database related functions.
? Experience in data analyze and visualize using SQL and MS Excel over UNIX and Windows platform.
? Good Understanding of DML, DDL, TCL, and DCL.
? Good working knowledge in Exception handling and Cron Jobs.
? Worked extensively on creating and modifying the Stored Procedures, Triggers, Functions, and Packages.
? Good working knowledge in Exception handling.
? Hands-on experience in scheduling job in Linus/UNIX and Oracle database.
Team Size: 6
Role: Project Engineer
Last Active: 3-Feb-21 Last Modified: 29-Jan-21
Syed Enayet Ali
Project Engineer in Wipro Technologies with experience of 4 year as a Data Analyst,
SQL, production support role which deals with the server operation, problem tickets,
incident tickets and deployment along with monitoring and ServiceNow tickets.
Key Skills: SQL,Unix Shell Scripting,Agile,Deployment,Change
Management,Appdynamics,Splunk,JIRA,Teamcity,Application Deployment,IIS Server,ITIL,Problem Management,Incident
Management,Elastic Search,kibana,Nginx,API,Devops,AWS,GIT,ETL,CI/CD,Jenkins
Summary
I have a career history that spans 4+ years in DEVOPS, SQL, Agile methodologies, SDLC, Production support, server
deployment, change management, analytical reporting, budgeting, MIS, Financial management, budget reporting. Also, my
interests and experience spans to the SQL database and Agile methodologies. I am now seeking a role where my database,
data processing experience, analytical, organizational and leadership skills could be used and inhanced.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b1…
https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b100b1748095d0c… 2/3
Wipro Technologies as Project Engineer
Mar 2018 to Till Date
Title: Shaw Cable (Canada)
Language: ITIL Tool, UNIX, SQL and PL/SQL
Description:-
? Working in the production support team as a project engineer.
? The core responsibilities are Server monitoring, Ticket Resolution, Problem ticket, Incidents, change management and
IIS Deployments the server health and usage percentage and in case of any interruptions, need to troubleshoot the issue.
? Specifically work on the problem tickets to resolve the issues related with the database
? Design, create and replace stored procedures to support several business activities for SDLC.
? Drilldown the database according to the requirement and to do the required changes according to the change
requests.
? Preeminent understanding of stored procedure, indexes, views, cursors, functions and packages in PLSQL.
? Preeminent understanding of the software development life cycle (SDLC) and QA methodologies.
? Reported, research, correct, and test defects in reports, stored procedures, and other database related functions.
? Experience in data analyze and visualize using SQL and MS Excel over UNIX and Windows platform.
? Good Understanding of DML, DDL, TCL, and DCL.
? Good working knowledge in Exception handling and Cron Jobs.
? Worked extensively on creating and modifying the Stored Procedures, Triggers, Functions, and Packages.
? Good working knowledge in Exception handling.
? Hands-on experience in scheduling job in Linus/UNIX and Oracle database.
Team Size: 6
Role: Project Engineer
Wipro Ltd. as Senior MIS Executive
Feb 2016 to Feb 2018
Title: Airtel (India)
Language: SQL and MS-Excel
Description:-
? Hired as a MIS executive and worked for 1.8 year.
? Prepare the readable format reports on excel sheet from the .csv file from SQL database and share it with the client
on per hour basis.
? Minor Changes in SQL database.
? Prepare a drilled down weekly performance report on MS-Excel of executives for the action plans for better output.
? Roster the executives on the basis of the requirement, call flow and business requirements.
? Track per hour business fluctuations and to plan for the delivery according to the service level.
? Solid working knowledge to Dynamic SQL concepts.
? Solid Exposure to Performance tuning of the SQL queries.
? In depth knowledge in writing medium and complex queries using JOINS.
? Solid Knowledge in writing Sub-queries, Grouping functions, and co-related sub queries.
Team Size: 5
Role: MIS Executive
UG: B.Tech/B.E. (Computer Science and Engineering) from Uttar Pradesh Technical University (UPTU) in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Application Deployment 2 Year(s)
CHANGE MANAGEMENT 2 Year(s)
Agile Methodology 2 Year(s)
Unix 1 Year(s)
ITIL 3 Year(s)
SQL 4 Year(s)
AppDynamics 0 2 Year(s) 0 Month(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b1…
https://freesearch.naukri.com/preview/printResume?uname=eb4279be70f100f670edb08e456300d95d08015018410a425043460d5a0b5019155b100b1748095d0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IIS Server 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 119: Resume 29 with similarity score 0.048312495916250364
Resume Text: MS , B.TECH , BS work from home , representative relevance , training , algorithms , internships , ease , entrepreneurship , step , data analytics , english , trivia , project , store , pandas , numpy , iit , microsoft , resume , ibm , neural networks , machine learning , opencv , reason , statistics , completion , assessment , sponsorship , python , one , data science , organization , distributors , technology , online Assessment
Q1. Why should you be hired for this role?
The reason I should be hired for this role is because it is a great opportunity to convert what I have learnt for the past one year and put it hands
on to add more skills and relevance to your organization. I am extremely passionate about coding and math and how when put together, they can
solve most of the questions and problems of this world. I would love to work with you because every step taken towards Machine Learning is a
step towards my future goals. Even though I am new to this industry, I assure you that I will give you my best and work to my full potential as an
intern.
I know that my skills are not up to par with the requirements but I will make sure to learn at every step and never be late and hesitant to try new
libraries and methods on my work and meet every deadline with perfection.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available immediately, for a work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Abhishek Tuteja
Manipal, Surat
Applied 07 Feb'21
Python Data Analytics Machine Learning
Neural Networks C Programming
Bachelor of Technology B.Tech), Mechanical Engineering
Manipal Institute of Technology
2018 - 2022
CGPA 7.10/10
Senior Secondary XII, Science
Scholar English Academy, Surat
CBSE board)
Year of completion: 2018
Percentage: 86.00%
Secondary X
Mayo College, Ajmer
CBSE board)
Year of completion: 2016
CGPA 9.60/10
Machine Learning
Steinn Labs, Virtual
Oct 2020 - Nov 2020
I successfully completed a major project which included Extraction of Text from images using OpenCV and Python.
Machine Learning
Microsoft And Entrepreneurship Cell, IIT Kharagpur, Virtual
Apr 2020 - Jun 2020
The internship was for two months. First month was all about educating us as to how Python and Statistics helps in solving
Machine Learning problems. They provided us with a project of predicting car sales price for which they gave us one month.
Class Representative for my Branch for the past 2 years.
Responsible for the sponsorship details for ASME, Manipal.
Organized a major event TRIVIA with ASME, Manipal.
Shooting Captain and Leader of the U17 Rajasthan Team for consecutive two years i.e 201618
TRAININGS
PROJECTS
CONTACT Phone: 91 6354765213
Machine Learning
Stanford Online , Online
Apr 2020 - Nov 2020
Training course consists of basics of Machine Learning concepts. It includes how to use algorithms to gather data and
provide insights from it.
Data Science
IBM, Online
Dec 2019 - Present
This training / specialization has around 9 courses which included:
- Data Science Basics
- Methodology of Data Science
Introduction to Python which also included Pandas, Numpy and Sklearn.
SQL and its basics
Machine Learning and its applications
Optical Character Recognition
Oct 2020 - Nov 2020
https://github.com/abhishektuteja01/dl-proj.git
Successful in Extracting text from Driver License Images which will help the distributors store it digitally with ease.
https://github.com/abhishektuteja01/dl-proj.git
Rank 120: Resume 122 with similarity score 0.04826869622617011
Resume Text: M.S , BS work from home , full time cc , utilities , relevance , geomatics , assessment , investments , data science , python , resume , site management , cadastral , sewer , ion , machine learning , surveying , finance , data analytics Assessment
Q1. Why should you be hired for this role?
I am currently studying Masters's in Data Science, and I have progressively gained python programming skills. Though I am not yet done with my
studies I have relevance in this internship as it will possibly give me hands-on experience.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for 3 months in okahandja namibia.
Resume
EDUCAT ION
JOBS
CONTACT Phone: 264 857345446
Barlette Makuwe
Okahandja
Applied 07 Feb'21
Python Data Analytics Machine Learning
Masters in Banking and Finance, Data Science
IUBH
2020 - 2022
Master of Science M.S.), Surveying And Geomatics
Midlands State University Zimbabwe)
2010 - 2014
Surveyor
Uundenge Investments Cc, Windhoek
Jun 2017 - Present
- Surveying of roads, sewer, and other utilities
- Cadastral surveying
- Site management
As-built surveys
Rank 121: Resume 499 with similarity score 0.048233800759334595
Resume Text: MS , B.TECH , BS work from home , autocad bayesian , overtime , contour , differential equations , ltspice , cricket , algorithms , deep learning , connect , chess , hypothesis testing , data collection , aircraft , independence , digital , linkedin , arduino uno , mumbai , iit , abel , facebook , logistic regression , histograms , features , flip , spaces , scikit-learn , data science , timers , hobbies , access , numerical analysis , mar , gym , pad , autocad , processing , astronomy , justice , java , inheritance , data analysis , machine learning , completion , probability , one , technology , vectors , derivatives , curve fitting , matplotlib , engineering physics , uniqueness , gauss , design , data analytics , curl , basic , linear regression , social media , newton , pandas , coursera , numpy , surface , operations , assessment , web , dictionaries , breadboard , online , calculus , solidworks , analytical skills , anomaly detection , circuit , linear algebra , spine , excel , sql , matrix , introduction to , resume , matrices , transformations , google drive , running , merge , differentiation , finance , statistics , row , tableau , python , harmonium , plots Assessment
Q1. Why should you be hired for this role?
Data Science and machine learning have so many amazing opportunities these days, not just to work for any association but to benefit the whole
society by easing arduous human tasks. The idea that machines can learn to perform tasks that even humans often struggle to do is simply
astounding. Although my branch is Engineering Physics but over the last one year my interest to work in machine learning fields has gone up and
up. During this time, I have developed many skills which are so crucial in this field. Knowing how to code in python and how to manipulate data
using its major libraries like NumPy and Pandas is probably the most important thing if you want to work with raw data. And I am especially
equipped with these skills. To learn the logic behind machine learning, I did Machine learning by Andrew Ng- course. I learned algorithms like
logistic regression, linear regression, support vector machine, k-mean clustering, and anomaly detection. Having got the basic idea of machine
learning, I am now looking for opportunities to further my career in this field.
Coming from a mathematical background and being good at algorithms, analytical skills come naturally to me. I am very keen to explore the field
of analytics and would like to gain some knowledge and experience. I would be most fortunate and honoured to have the opportunity of working
with you and I feel confident that I would make a useful contribution while also giving myself an excellent exposure to help me understand my
interests. Attached herewith is my resume. I assure with my dedication and zeal; I will do justice to the work allotted. I request you to provide me
with an opportunity to work for you and gain domain knowledge that would act as the launching pad for my career after graduation.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am in my third year right now at IIT Bombay. I have a semester going on right now, but I usually get around 56 hours daily free. I can work in
these hours and if necessary, I can work overtime on weekends. And I am available for 3 months.
Resume
EDUCAT ION
TRAININGS
Sanjeev Kumar Khurana
Mumbai, Bhopal
Applied 07 Feb'21
Python MSExcel MSWord
Arduino AutoCAD C Programming
Data Analytics Data Science R Programming
SolidWorks Tableau Deep Learning
Java Machine Learning SQL
Bachelor of Technology B.Tech), Physics
Indian Institute Of Technology Bombay
2018 - 2022
Senior Secondary XII, Science
ANAND VIHAR SCHOOL
CBSE BOARD board)
Year of completion: 2018
Percentage: 86.40%
Secondary X
ANAND VIHAR SCHOOL
CBSE BOARD board)
Year of completion: 2016
CGPA 9.40/10
Python 3 Programming
University Of Michigan, Online
Sep 2020 - Oct 2020
In this specialization, offered by Coursera, I completed following courses:
- Python Basics
- Python Functions, Files, and Dictionaries
- Data collection and Processing with Python
- Python Classes and Inheritance
Google Drive folder link containing certificates of these four courses:
https://drive.google.com/drive/folders/1bNTwL2hA0I5GmRrUCUDRrwGCpbd8zg3a?usp=sharing
Data Analysis And Interpretation
Indian Institute of Technology Bombay, Mumbai
Aug 2020 - Present
Learning:
- Probability: Probability, Moments and moment generating function, transformation of variables, multivariate probability
densities, contour plots, common distribution functions
- Errors: Error assignment, statistical and system atic errors, error propagation, error correlations
- Parameter Inference: Bayesian vs. Frequentist statistics, likelihood function and its properties, likelihood ratio for
hypothesis comparison, maximum likelihood estimator
- Hypothesis testing: Test statistic, chi-squared test, p-values Course involves several programming assignments to gain
familiarity with various kinds of plots and histograms, error estimation, curve fitting and parameter extraction
Python For Everybody
University Of Michigan, Online
Aug 2020 - Sep 2020
In this specialization, offered by Coursera, I completed following courses:
- Getting Started with Python
- Python Data Structures
- Using Python to Access Web Data
Link to Google Drive folder containing certificates of these three courses:
https://drive.google.com/drive/folders/1gxFJfWtVlj6c6AGFgLuM_Fk-FZWY9pT?usp=sharing
Introduction To Numerical Analysis
Indian Institute of Technology Bombay, Mumbai
Jan 2020 - Mar 2020
Learned following topics:
- Lagrange Interpolation
- Piecewise Linear and Cubic Spine Interpolation, Lagrange Polynomials, Osculatory interpolation, Newton form of
interpolating polynomial
- Numerical Integration and differentiation
- Legendre's polynomials, Composite Trapezoidal Rule, Composite Simpson's Rule, Adaptive Quadrature
- Improper integral using Lagrange interpolation, Richardson Extrapolation
- Solution of Non-linear equations: Bisection method, Regula-falsi, modified Regula-falsi, Secant method, Newton's method,
and Fixed point Iteration
- Numerical method to solve Linear system of equations
- Gaussian Elimination, LU and PLU factorization, Cholesky's Algorithm
Differential Equations
Indian Institute of Technology Bombay, Mumbai
May 2019 - Jul 2019
Learned following topics:
- Exact equations, integrating factors and Bernoulli equations
- Orthogonal trajectories
- Lipschitz condition, Picard's theorem, examples on non-uniqueness
- Linear differential equations generaliti es
- Linear dependence and Wronskians
- Dimensionality of space of solutions, Abel-Liouville formula
- Linear ODEs with constant coefficients, the characteristic equations
- Cauchy-Euler equations
- Method of undetermined coefficients
- Method of variation of parameters
- Laplace transform generalities
- Shifting theorems
Linear Algebra
Indian Institute of Technology Bombay, Mumbai
Jan 2019 - Feb 2019
Learned following topics:
- Vectors in Rn, linear independence/dependence, linear span of vectors, vector subspaces of Rn, basis of a vector
subspace, systems of linear equations
- Matrices and Gauss elimination, row, null, and column spa ces, rank of a matrix, determinants and rank of a matrix in terms of
determinants, abstract vector spaces
- Linear transformations, matrix of a linear transformation, change of basis and similarity, rank-nullity theorem
- Inner product spaces, Gram-Schmidt process, orthonormal bases, projections and least squares approximation
- Eigenvalues and eigenvectors, eigenvalues of special matrices (orthogonal, unitary, Hermitian, symmetric, skew-symmetric)
CALCULUS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7974827136
Indian Institute of Technology Bombay, Mumbai
Jul 2018 - Nov 2018
Learned following topics:
- Review of limits, continuity, differentiability mean value theorem, Taylors theorem, maxima and minima
- Riemann integrals, fundamental theorem of calculus, Improper integrals, applications to area, volume... /> - Convergence of
sequences and series, power series, partial derivatives, gradient and directional derivatives, chain rule, maxima and minima
- Lagrange multipliers, double and triple integration
- Jacobians and change of variables formula, parametrization of curves and surfaces, vector fields, line and surface integrals,
divergence and curl, theorems of Green, Gauss, and Stokes
Housing price Kaggle
Jan 2021 - Jan 2021
https://www.kaggle.com/sanjeevkhurana
- Implemented a model using Scikit-learn that predicts prices of 1450 houses with the aid of 80 features
- Ranked 449 Top 9% out of 5000 people with a score of 0.1201/87.99% accuracy
Titanic Kaggle
Nov 2020 - Nov 2020
https://www.kaggle.com/sanjeevkhurana
- Used Logistic Regression of Scikit-learn to build a model that predicts which passengers survived, employing Pandas to
clean data, convert categorical data to numerical, merge/melt and drop redundant features
- Ranked 2508 out of 18900 people
Digital Dice
Feb 2020 - Apr 2020
Created a Digital Dice circuit replacing traditional dices by its high frequency operations
Implemented the design comprising 555 timers and delay flip flops on LTSpice to display randomized outputs
Radio Controlled Plane
Sep 2018 - Oct 2018
Designed and built a radio-controlled self-propelled aircraft capable of take-off, cruise and landing
Fabricated the aircraft with depron and optimized it for maneuverability and stability
Completed tasks required for the competition
Arduino Distance Indicator
Oct 2020 - Present
- Employed an Ultrasonic Sensor and an Arduino Uno
- Using LEDs, wires, and breadboard, designed a distance indicator which lights up LEDs one by one as you move an object
closer to the sensor
Topics of interest: Coding, Data Science, Applied Data Science, Data Analysis, Machine Learning, Deep Learning, and
Finance
Technical Skills: Python, C/C, R, Numpy, Pandas, Matplotlib, Excel, LTspice, AutoCAD, Solidworks, and Arduino
Interests and Hobbies: Chess, Harmonium, Astronomy, Cricket, Running, and Gym
Social Media Links to Connect:
- Facebook: https://www.facebook.com/sanjeev.khurana.589100/
- Linkedin: https://www.linkedin.com/in/sanjeev-khurana-641b591b5/
https://www.kaggle.com/sanjeevkhurana
https://www.kaggle.com/sanjeevkhurana
Rank 122: Resume 538 with similarity score 0.047978491732772285
Resume Text: MS , B.TECH , BS work from home algorithms , nlp , data analytics , public , natural language processing , linear regression , decision trees , resume , neural networks , electronics , algos , machine learning , django , completion , assessment , data science , feature extraction , python , javascript , technology , html , online Assessment
Q1. Why should you be hired for this role?
I have completed an online course in Machine Learning and Data Science from Coding Blocks. I used all the algorithms which can be implemented
on different data sets as per the required the solutions. The various algorithms and different things I learnt about are Linear Regression, Logistic
Regression, NLP, SVM, Feature Extraction and Selection, Decision Trees and Random Forests, KMeans and the different Neural Networks. I have
done projects on the same based on the various data sets. I am willing to join this field because of my increasing interest in the same.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am availably full-time for the 3 months required.
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 7838662873
Shitij Arora
Delhi, Gurgaon
Applied 08 Feb'21
Natural Language Processing
NLP
Python Data Analytics
Data Science Machine Learning Django
HTML JavaScript MSOffice
Bachelor of Technology B.Tech), Electronics and Communication
Bhagwan Parshuram Institute of Technology
2014 - 2018
Percentage: 68.00%
Senior Secondary XII, Science
Delhi Public School, Rohini
CBSE board)
Year of completion: 2014
Percentage: 90.00%
Secondary X
Delhi Public School, Rohini
CBSE board)
Year of completion: 2012
Percentage: 83.60%
Sr Executive - Sales
Acer India, Delhi
Sep 2018 - Apr 2020
Machine Learning & Data Science Using Python
coding blocks, Online
Jun 2020 - Nov 2020
Got to know about the various Machine Learning algos which can be implemented using Python. NLP, SVM, Working on
Images and much more
Rank 123: Resume 759 with similarity score 0.047858953220582874
Resume Text: BSC , BS , B.E , MS , B.TECH , PhD scrum master , information security , associate , user experience manager , long term , software analyst , product development , software specialist , solution architect , full time , senior architect , principal architect , senior software architect , enterprise architect , chief architect dash , customer , window , algorithms , knowledge discovery , restructuring , nlp , prince2 , spring , fdd , mobile phone , flume , airlines , status , specifications , listen , aerospace , store , jdo , mumbai , emulator , serviceability , spin , components , features , statisticians , building , sentiment analysis , soa , cms , organization , crm , italian , registration , automation , spark , open source , designation , modeling , web services , hindi , information security , english , twitter , groups , mongodb , leadership , philips , deals , forms , ops , d3.js , software architecture , flow , prototyping , resolve , togaf , machine learning , c++ , chart , research , lucene , ooad , completion , word , boarding , benchmarking , javascript , pgsql , hadoop , richfaces , reporting , core data , scrum , affirmative action , information technology , oracle , mysql , data analytics , collaboration , user experience , technical direction , massive , maintenance , travel , escalation , strategic planning , social media , email , business analytics , business intelligence , information systems , operations , prediction , design patterns , junit , languages , context , hibernate , big data , hive , information architecture , management system , engineers , velocity , 360 , dictionaries , database , functionality , business architecture , alfresco , data acquisition , segmentation , migrating , emulation , incorporation , ug , step , linguistics , information management , authorization , enterprise , productivity , solr , matrix , application , lake , agile project management , ecosystem , records , indexing , aviation , data systems , mahout , repository , storage , rational software architect , statistics , selenium , uml , hbase , python , communications , reviews , google app engine , refactoring , technology architecture , google cloud 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 1/4
Current Designation: Principal Architect -IT
Current Company: TATA Singapore Airlines
Current Location: Mumbai
Pref. Location: Mumbai,Netherlands,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Aviation / Aerospace Firms
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: International Masters [Information
Technology]
Verified : Phone Number | Email - id
TATA Singapore Airlines as Principal Architect -IT
Sep 2016 to Till Date
Data lake for Business intelligence and Airline route profitability (Architect) 2018 - Till Now
Redshift, Python, Lambda, qliksense, Spark
Data lake provides the target architecture for the enterprise wide single data view. It connects to all the data sources and
data systems and ingests the data-sets at the Redshift. Various tools like qliksense, powerBI connects to the core data
warehouse for business analytics. Airline departments (commercial, flight-ops, airport operations) are common users for
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sachin Khaire
TOGAF, PRINCE 2 Practitioner Principal Architect seeking roles in Agile Project
Management,Software Architecture,Business Intelligence,OOAD,UML,Design
Patterns,Java,C++,C,R,SQL,JavaScript,J2EE,EJB,Jboss-
seam,JSF,Hibernate,Hadoop,Mahout,Spark,Storm
Key Skills: Principal Architect,Solution Architect / Enterprise Architect,Agile Project Management,Software
Architecture,Business Intelligence,OOAD,UML,Design Patterns,Java,C++,C,R,SQL,JavaScript,J2EE,EJB,Jboss-
seam,JSF,Hibernate,Hadoop,Mahout,Spark,Storm
Summary
Work extensively in R&D, Product Development
Design and architecture of product line for analytics over massive data
Reviews, refactoring, restructuring the components into architecture repository.
Leveraging existing technologies in open-source for application
Transitioning the Product to Cloud
Migrating legacy technology architectures into Open source
Strategic planning and Product roadmap
Provide technical direction and guidance
SCRUM master for fast Prototyping
Prioritize features and requirements
Providing route cause analysis
Dealing with architecture issues
Ensure products are defined and documented.
Optimal application of technology
Align Technology group with long term company vision
Recruit great talent
Optimize productivity of new recruits.
Exhibit Dynamic leadership
Jump-starting product development
Motivate and Challenge team
Chart personal growth paths for each associate.
Improvise culture for free flow of knowledge
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 2/4
Data lake.
Customer Discovery for Airline (Machine Learning on Big Data) (Principal Architect) 2017 - 2018
Google Cloud, BigQuery, Sentiment Analysis, Dash boarding, Google App Engine, Social Media Analytics, Machine
Learning
We are building the twitter lake across the entire travel domain for detailed insights about the customers. We designed the
complete chain of all the activities including Listen-Store-ML-Segmentation-Analyze-Measure-Filter and Discover. 360
degree profile of the passengers are vital component based on publicly available tweets will helps us to push customers
from Market.
Enterprise Airline Modeling (Principal Architect) 2017 - Till Now
TOGAF
Airline industry encompasses massive number business processes which incurs the massive information generations,
duplicity of the information, multiple truths, no integration, disconnected departments etc. To resolve the issues we have
initiated the Enterprise Airline Modeling on top of TOGAF. We will be preparing enterprise wide business architecture, data
architecture, and information architecture and technology architecture specifications over complete domain.
Airline Engineering Information Management & Automation System 2016-Till Now
Alfresco, Java, Solr
Airline Engineering demands the radical information management system for managing all the documents, automation of
the user workflows, auto-escalation matrix, DGCA audit information, and information security. System will evolve with
unified search mechanism where single window is provided for searching any related information within complete
information repository.
Xalted Information Systems as Chief Software Architect
Sep 2009 to Sep 2016
Reporting Engine over Big data storage (As Chief Architect) 2015 - 2016 At Xalted
JAVA,JAXWS, JSF, SEAM, SQL, ORACLE, JBOSS, Hadoop,Hive, HBase, Elastic Search, pgSQL,
mySQL,mongoDB,D3,Visjs,Primeface,gMap
K Reporting is the reporting solution and business intelligence platform using KDP and big data storage services with
collaborative analysis.
Knowledge Discovery Ecosystem(As Chief Architect) 2013 - 2015 At Xalted
JAVA,R, JSF, SEAM, SQL, ORACLE, JBOSS, Hadoop,Hive, HBase, Elastic Search, Selenium
Knowledge discovery Ecosystem opens the door for security agencies to solve their problems in collaboration with
Statisticians, Platform engineers, Intelligence modelers, Domain experts and Data acquisition experts.
Real Time Pattern Discovery Engine (As Senior Software Architect) 2012 - 2014 At Xalted
JAVA SQL, ORACLE, Hive
Detect real time crime patterns on real time call detail records. It is custom designed and benchmarked the real time
acquisition system which continuously mines the data. Different calling patterns forms possibility of the criminal behavior.
Social Network Simulator and Benchmarking (As Senior Software Architect) 2011 - 2012 At Xalted
JAVA, SQL, ORACLE, mySQL, Lucene, JBOSS, JDO
SNS is one of its class in-house products which are capable to simulate the behavior of whole world. It simulates the
geographical distribution of the people and groups and simulates all the possible activities including, communications,
banking, social media and travel in near to realistic form.
Telecomm Traffic cu-ration and Analytic system. (As Senior Architect ) 2009 - 2011 at Xalted
JAVA,JAXWS, JSF, SEAM, SQL,PLSQL, ORACLE, JBOSS, Hadoop, Hive, Pig, mySQL, Primeface, gMap
Our project is major part of CMS which deals with monitoring of all cellular and fixed phone data and ISP data as well as
analytic of all such data. TMRS is focused on all the telecomm data analytics over CDR, Subscriber and location
information as well as voice analysis.
ALSI Philips Spin Off as Software Specialist
Jun 2008 to Sep 2009
JAVA, Spring, Hibernate, Jboss, MySQL
First step of long term CRM initiative of organization which directly impacted serviceability of solutions provided to clients.
This was to be executed in different phases where each phase was to be installed and demonstrated at client end.
Alternate Flows management (As Software Analyst) 2008-2009 at ALSI
JAVA, Spring, Hibernate, Jboss, MySQL
Newly implemented flow were to improve capability of machine and give unique market feature to company. Newly
implemented flow was to allow machine to add features with least effort and least design.
Service based architecture transition(As Software Analyst) 2008 - 2009 at ALSI
OOAD, Design Patterns, SOA
ALSI core architecture for flow management is based on legacy system written in C/C++. Such core software architecture
is reliable but un maintainable in long run. Transition from legacy layer based architecture to new flexible service based
architecture is highly awaited transition for organization
NOEMA Incorporation as Software Architect
Jun 2006 to May 2008
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 3/4
JAVA, NLP, Statistics
Conceptualization, design, and plan and executes user experience manager. Details about this product are completely
confidential. In brief performance of accessing applications within mobile phone will go on improving according to User
experiences.
Database Search Engine (As Software Architect) 2007 at Noema INC
JAVA, Lucene, MySQL, Hibernate
Database Search server will work on the on state of art Searching / Learning algorithms. Database search engine will
receive the users query in different formats and searches for the relevant data from the database. Query can be entered in
multiple formats. System analyses query and converts into the formalized query based on the index
information. Relevant records from the database are searched for the given query and documents are sorted according to
the score.
Word completion Emulator ( As Software Architect) 2007 at Noema INC
JAVA, SWING
This tool Provides emulation of Word-completion algorithms developed and practiced within the organization. Due to
marketing of Velocity Word-completion emulator become very important aspect of Velocity. Word-completion emulator is
written in java so that it can run on all the os. Word-completion provides all the functionality which is provided in Velocity.
Velocity (As software Architect) 2006-2007 at Noema INC
Symbain, C++
Velocity is word-completion/word-prediction/word-suggestion tool. Velocity assist user for typing words on the mobile
phone. Velocity works on the concept of contextual dictionaries. So dictionary set available to the user always changes
according to the context. Context is determined by existing words in editor. Velocity guarantees the quality of results will be
improved system usage will go on.
Web-Site Search Server (As Software Architect) 2006 at Noema INC
JAVA , Rational software Architect, J2EE, Design Patterns, UML, JSP, MySQL, Lucene, Hibernate, JUNIT
This tool based on Searching/Learning algorithms developed with innovative research in Linguistics. Web-site search
server works with the SOA architecture. Any web-site which need the searching facility should get registered with the
search-server. After registration Search Server will retrieve all indexing information from the web-site.
UG: B.Tech/B.E. (Information Technology) from Mumbai University in 2003
PG: International Masters (Information Technology) from Scuola Sant Anna - Italy in 2004
Other Qualifications/Certifications/Programs:
TOGAF 9 - The Open Group Architecture Forum (2015)
PRINCE 2 Practitioner - Project Management Certifications
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 2006 15 Year(s) 2 Month(s)
JSF 2016 6 Year(s)
C3.js 2015 2 Year(s)
Tinkerpop 2016 2 Year(s)
PRINCE2 2016 4 Year(s)
RICHFACES 2016 5 Year(s)
D3.js 2016 2 Year(s)
Mahout 2015 2 Year(s)
PIG 2016 3 Year(s)
STORM 2015 1 Year(s)
HIVE 2016 2 Year(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d11…
https://freesearch.naukri.com/preview/printResume?uname=304a234390f0aba025fd6d2ade9471265a5d08504d1b5f100610100c5a0a5348130d110211495d5f015… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C++ 2015 4 Year(s)
SQL 2016 8 Year(s)
JAVASCRIPTS 2016 3 Year(s)
GraphDB 2016 1 Year(s)
HADOOP 2016 4 Year(s)
TOGAF 2016 2 Year(s)
ER modelling 2016 8 Year(s)
OOAD 2016 8 Year(s)
ER modelling
OOAD
UML 2016 6 Year(s)
Design Patterns 2016 5 Year(s)
Design matrix 2015 2 Year(s)
SOA 2016 5 Year(s)
RESTful Web Services 2016 1 Year(s)
PRINCE2 2016 2 Year(s)
SCRUM 2016 5 Year(s)
FDD 2014 2 Year(s)
TDD 2015 2 Year(s)
FLUME 2015 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Italian
Rank 124: Resume 1510 with similarity score 0.047697746284188186
Resume Text: MS , BS junior business analyst , functional analyst , system analyst , senior business analyst , associate business analyst , partner , it professional , implementation project manager , full time , project leader , process analyst , lead business analyst , product owner , digital business analyst telugu , business readiness , demand , angular , digital , project planning , status , stakeholder management , s6 , e commerce , lubricants , payroll , plus , project initiation , ux , testing , obc , features , clear , organization , exploit , process modeling , brd , frd , access , designation , confluence , mar , underwriting , loans , hindi , bpmn , cloud , ltd , english , project tracking , supply , sap system , agile , health insurance , processing , concur , resolve , strategy , d2c , research , corporate structure , documentation , analytical support , interpret , one , javascript , dutch , rollout , optimization , deposits , scrum , team management , project teams , affirmative action , information technology , hub , vendor management , maintenance , travel , regional banks , office 365 , regulations , email , manufacturing , business intelligence , star , saas , user stories , continuous improvement , daily operations , languages , business process , story , balsamiq , chaos theory , jira , base , management skills , credit risk , api , onboarding , people management , ms project , tibco , tamil , project communications , scratch , active directory , particular , authorization , rtc , go , clarity , deliveries , sql , business analysis , application , interfacing , apac , transformation , finance , offshore , framework , landscape , kannada , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 1/4
Current Designation: Senior Business Analyst
Current Company: Shell India Markets Pvt. Ltd. (Royal Dutch
Shell)
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Shell India Markets Pvt. Ltd. (Royal Dutch Shell) as Senior Business Analyst
Aug 2019 to Till Date
As Senior Business Analyst act as the local IT antenna in large innovative, global
deployments that come to site. My knowledge of people and processes will help identify and resolve concerns and
strengthen business readiness to adopt the proposed solutions and exploit them in full. By working work as one team with
business and IT, I am able to speak both languages, understanding business needs, but also IT drivers. This role is an
excellent opportunity to get to know a Manufacturing Asset and how IT enables and affects the daily operations at site.
The ITA is a member of the M East IT team, which is end to end accountable for all aspects of IT delivery (operations,
projects and strategy).
Trianz Holdings Private Limited as Senior Lead Business Analyst
Nov 2018 to Jul 2019
As Digital Business Analyst I was accountable for leading analysis for new digital
products, features/services, and changes that deliver enhancements to all Digital
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ravikantha Rao G S
Senior Business Analyst with 13 plus years of experience
Key Skills: Agile Product Owner,Senior Business Analyst,Scrum,User Stories,Project Management,scrum product
owner,Delivery Management,Business Analysis,MS Office,JIRA,Bpmn
Summary
Rich experience end-to-end execution of IT projects covering activities like
stakeholder, vendor management, business analysis, project management, team
management and risk handling. Solutions-oriented IT professional who excels at managing projects, Business
Analysis, collaborating with project teams, interfacing with clients, and
deploying technology to build successful solutions for clients. Last worked with Royal Dutch Shell. as Senior Business Analyst.
I enjoy working as Individual contributor but does not mean that I would shy away
from leading a team. My Goal for next 5 to 10 years is to be an enabler. Deft in managing project deliveries in a timely manner
involving seamless
onsite/offshore coordination and transparent communication with all stakeholders
at all phases. Expertise in full software life-cycle implementation, upgrades, production support,
rollout & enhancement from business analysis, testing, cut-over & migration, go-live
assistance till post implementation support.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 2/4
Channels, D2C Website, E commerce (end-to-end). As a Digital Business Analyst I was involved from initial scoping, and
documentation of requirements right through to post implementation and continuous improvement.
Shell India Markets Pvt. Ltd. (Royal Dutch Shell) as Business Analyst
May 2016 to Dec 2017
As first Business Analyst for Shell Lubricants SCM business in India, made sure that
optimization of existing/new resources takes place, infused user centered design, successfully applied best practices,
improved business processes, and worked heavily in improving business/vendor communications.
Symbion India Pvt. Ltd. as Business Analyst
Apr 2007 to Apr 2016
This is the first organization where I got an opportunity to start my career as Functional Analyst, System Analyst, Technical
Analyst, Process Analyst, Junior Business Analyst, Associate Business Analyst, Group Business Analysis, Lead Analysis
and latest as Business Analyst. This was the place where I received exposure to various products, project management
techniques, business analyst techniques, technical knowledge, a wonderful mentor who thought me how to organize &
work through a project essentially a chaos theory, where I was told & experienced how to keep the objective clear & work
towards it. A lots of learning from business partners, clients, management team, development and vendor teams alike.
UG: BCA (Computers) from Bharathidasan University, Trichy in 2004
PG: MBA/PGDM (Information Technology) from ICFAI University, Dehradun in 2007
Nature of Employment: Full Time Duration: Aug 2019 - Nov 2020
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE 365 2020 18 Year(s) 0 Month(s)
JIRA Latest 2020 6 Year(s) 0 Month(s)
MS Project Latest 2020 10 Year(s) 0 Month(s)
BPMN 2.0 2020 5 Year(s) 0 Month(s)
SQL Latest 2020 13 Year(s) 0 Month(s)
Balsamiq Latest 2019 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
Telugu Proficient
Tamil Proficient
Projects
Project Title: HR SAAS - Integration
Client: Royal Dutch Shell
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 3/4
Project Location: Bengaluru
Role: Other
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Singapore
Role: Project Leader
Duration: Nov 2018 - Till Date
Onsite / Offsite: Onsite
Team Size: 11
Nature of Employment: Full Time
Project Location: France
Role: Project Leader
Duration: May 2016 - Dec 2017
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Bengaluru
Role: Project Leader
Duration: May 2015 - Apr 2016
Onsite / Offsite: Onsite
Team Size: 9
Nature of Employment: Full Time
Project Location: New York
Role: Domain Expert
Duration: Dec 2013 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 20
Skill Used: Business Analysis, product owner
Role Description: Scrum - Product Owner
Project Details: Complete Shell HR Payroll, Recruitment, Active Directory, Onboarding, Learning, Finance System and
complete SAP system landscape transformation.
This project is of 12 years starting from 2019 till 2030, with composition of more than 50 releases. I was part of Release 1.0,
Release 1.5 and Release 2.0.
As well as being product planned for Release 3.0 (a,b,c), Release 4.0 and Release 5.0
Project Title: Product Hub for APAC region
Client: Chubb APAC Insurance
Skill Used: Business Analysis, Insurance Domain Expert, Project Management, Stakeholder Management, Decision Maker
Role Description: Interpret and assess the need to change business processes and systems through the implementation of
software change or new development.Provide analytical support to user community by evaluating efficiency of existing
systems and by documenting
Project Details: Project Name: Producer Hub Application for client Chubb APAC Insurance, Description: Aim of the project is
to build a common underwriting application for APAC
region with capabilities of giving access to third party Chubb Business providers complying
with local regulations. This is achieved by managing all local regulation specific to a
country & incorporate appropriately in Business Intelligence/Logic. Role Played: Senior Digital Business Analyst
Organization: Direct Client
Client: Chubb APAC
Methodology: Agile (Scrum). Modules Handled: Core Underwriting, regional banks-Chubb redirect and Product Setup.
Regions Implemented: Initial (HK, SG, ID, MA) and Later (AUS, NZ, CN, TW)
Technologies: Angular 6.0, .NET API's, MS-SQL 2016, Legacy S6 and Custom CRUX
framework
Project Management Tools: Jira, Confluence, Clarity
Vendor's Handled: Cognizant, Accenture & April Services
Team: UX (5), DB (2), API (1) and PM (1)
Project Title: Demand Driven Material Requirement Planning (DDMRP) for Shell Lubricants Globally
Client: Shell Europe and Russia
Skill Used: Project Management, Business Analysis, Business Intelligence, Business Process Modeling, Subject Matter
Expertise
Role Description: Client Project Manager and Client Business Analyst
Project Details: Project aim is to change the current Planning & Supply of lubricants from Forecast based model to Demand
Driven model of S&OP MRP. In order to achieve that a Cloud based off the shelf vendor was chosen to make sure that the
desired requirements can be achieved.
Project Title: Concur Expense, Invoice and Payment System
Client: Concur Technologies
Skill Used: Project Management, Business Analysis
Role Description: Business Analyst - Research and Development
Project Details: This is product offered by Concur to the clients who wishes to implement
in their work environment, As Implementation Project Manager I had to work with
various clients, third part and travel group of companies to implement concur product in
their partner companies
Project Title: CITI Rainbow Project
Client: CITI Bank NA
Skill Used: Business Analyst, Requirement Gathering, User Stories, Credit Risk, Project Management, Project Planning,
Project Execution, RTC, TIBCO,
Role Description: Business Analyst and Project Manager
Project Details: Working as Business Analyst for Credit Origination System for US, Mexico and Brazil.
Working closely with CITI Client as per agile methodology for requirement eliciation, user story creation till implementation
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a110…
https://freesearch.naukri.com/preview/printResume?uname=3a94fd0799bea034d75cba3acbf0deaf5f585f531b160b440a1648095b005448110a11071215585b010… 4/4
Nature of Employment: Full Time
Project Location: Chennai
Role: Domain Expert
Duration: Jan 2013 - Nov 2013
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Chennai
Role: Project Leader
Duration: Aug 2011 - Dec 2012
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: New York
Role: Project Leader
Duration: Jun 2010 - Sep 2013
Onsite / Offsite: Onsite
Team Size: 11
Nature of Employment: Full Time
Project Location: Vishakapatnam
Role: Project Leader
Duration: Sep 2007 - May 2009
Onsite / Offsite: Offsite
Team Size: 21
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Title: Underwriting & Claims Product
Client: Star Health Insurance
Skill Used: Business Analysis, Requirement Gathering, Use Cases, FRD, Brd, Bpm, Business Analyst,
Role Description: As business analyst used BPMN 2.0 process model to complete the product till implementation. For
implementing the product waterfall model was used
Project Details: Creating the complete health product from scratch for Underwriting & Claims module for Star Health
Insurance
Project Title: Deposits & Taxes
Client: CITI Bank India
Skill Used: Project Management, Project Planning, Project Tracking, Project Communications, Project Initiation, Production,
business analyst, Client Relationship Management, Team Management,
Role Description: Project Manager
Project Details: Making sure the enhancements to be implemented in deposit products, ensure migration to CITI Rainbow
platform as well as manage taxes module for deposits, loans for NRI platform
Project Title: VPS Switch Processing
Client: Visa Inc.
Skill Used: Business Analysis
Role Description: Business Analysis
Project Details: Project is to develop complete switch mechanism for Interchange
transactions for VISA.
Project Title: Commercial Card
Client: JP Morgan and Chase
Skill Used: Project Management, Business analyst, People Management Skills, Business Communication Skills, Client
Relationship Management,
Role Description: Headed the team of 21 members for creating commercial card product. Completed the product for client's
demo way ahead of schedule
Project Details: Create a Base IT product for commercial card business, which is not currently in market. This product will be
consumed into corporate structure instead of currently prevalent bank structured. Means corporate cannot decide on their
employees credit limit as of now but as new commercial card emerges then corporate will start deciding the credit limit for the
particular employee. Bottom Line stop using commercial card as credit card instead systematic-al changes will occur and
creates demand in the market.
Rank 125: Resume 391 with similarity score 0.047452282971585796
Resume Text: MS , B.TECH work from home , team member azure , assessment , toefl , general , prediction , python , resume , elections , nss , universities , history , technology , excel , mining , online Assessment
Q1. Why should you be hired for this role?
I am tech enthusiastic, ready to learn new technologies and work with new ideas, and I work smart and I have worked as important team member
in NSS and I have done my mini projects alone. so the above experience make me adopting new environment quickly and effectively
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes I am available for full-time work from home internship
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8428638871
Pranava Raghava
T iruchirappalli, Hyderabad
Applied 08 Feb'21
Python
Bachelor of Technology B.Tech)
SASTRA DEEMED UNIVERSITY
2017 - 2021
Core team member in NSS @ SASTRA UNVERSITY
SOFTSKILLS
tcs ion, Online
Apr 2020 - May 2020
Anytime frequnent itemset mining in transational data stream
Oct 2020 - Dec 2020
Finding frequent itemset using ANYFI algorithm with help of AZURE DATABricks(TOOL,POWER BITOOL
General Elections in India 2019
Oct 2020 - Nov 2020
In this I have collected the dataset from Kaggle. And the dataset is cleaned and visualized using excel.
Admission Predict
Jun 2019 - Jul 2019
This tool will help GRE aspirants to predict the universities that can grant admission based on their GRE and TOEFL score.
The prediction is calculated based on history data in the previous years.
Tech enthusiastic, ready to dive into industry to gain knowledge about various technologies and develop my ideas to bring
change
Rank 126: Resume 515 with similarity score 0.04724605908939456
Resume Text: MS , B.TECH work from home , secretary , student training , algorithms , internships , spark , forest , classification , deep learning , demand , ibm db2 , data analytics , databases , scratch , basic , linear regression , architecture , models , sql , project , mask , coursera , market data , exploratory data analysis , less , computer vision , iit , resume , neural networks , machine learning , opencv , foundation , completion , assessment , tuning , data science , python , face recognition , ml , search , technology , civil engineering , online Assessment
Q1. Why should you be hired for this role?
I am Saurabh, a 4th-year student of IIT BHU. I am a good learner, and I will get more knowledge in working with you. I am good at programming
and data science. I have done a couple of machine learning and deep learning projects. I have also done a data science internship at The Sparks
Foundation. I want to learn from you, and I would be highly obliged if you could help me with an internship opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Saurabh Kumar Gupta
Varanasi, Gorakhpur
Applied 08 Feb'21
Computer Vision Python Algorithms
C Programming Data Analytics Data Structures
Database Management
System DBMS
Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Civil Engineering
IIT BHU VARANASI
2017 - 2021
CGPA 8.14/10
Senior Secondary XII, Science
S P N S INTER COLLEGE GORAKHPUR
UP BOARD board)
Year of completion: 2016
Percentage: 86.80%
Data Science
The Spark Foundation, Virtual
Jul 2020 - Aug 2020
1. Completed exploratory data analysis of real-time market data using Python.
2. Built an ML model using the decision tree algorithm to predict target data.
3. Learnt about basic concepts of the decision tree and visualized it graphically also.
Secretary of Kashi Utkarsh, an initiative by the 70 students of IIT BHU Varanasi to spread knowledge across less privileged
sections of the society.
Deep Learning
Coursera, Online
Dec 2020 - Jan 2021
I have learned about neural networks, forward propagation, backward propagation, and gradient descent in this course. I
have also implemented these concepts and build a classification model from scratch.
Database And SQL For Data Science
Coursera, Online
Jun 2020 - Jul 2020
In this course, I learned about databases and different types of queries of SQL. I have also implemented these concepts in
IBM db2.
Python For Data Science
Udemy Online, Online
Jan 2020 - Feb 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9918432081
I have learned about basic python and different libraries of python. I have also implemented these. I have also learned
Tensorflow and also implemented this.
Face mask detection system project using CNN
Dec 2020 - Jan 2021
1. The aim was to make a face mask detection system using deep learning.
2. Transfer learning (using MobilNetV2 architecture) is used to make our model.
3. A deep learning model was built and trained over MobilNetV2 architecture using TensorFlow.
Automated multiple face recognition AI
Jun 2020 - Jul 2020
1. Used OpenCV for reading and manipulation, trained our images by face recognition and used Dlib for training and
detection.
2. If data is not in the system, it takes input for the user's unknown image and adds this to the system.
Bike Sharing Demand using Machine Learning
May 2020 - Jun 2020
1. Exploratory data analysis was done using Python libraries.
2. Models were built using different algorithms such as Linear Regression, Random Forest, SVR, and boosting algorithms.
3. Model tuning was done using Grid Search CV.
Represented Institute in Tryst'19, IIT Delhi.
Rank 127: Resume 514 with similarity score 0.04724605908939456
Resume Text: MS , B.TECH work from home , secretary , student training , algorithms , internships , spark , forest , classification , deep learning , demand , ibm db2 , data analytics , databases , scratch , basic , linear regression , architecture , models , sql , project , mask , coursera , market data , exploratory data analysis , less , computer vision , iit , resume , neural networks , machine learning , opencv , foundation , completion , assessment , tuning , data science , python , face recognition , ml , search , technology , civil engineering , online Assessment
Q1. Why should you be hired for this role?
I am Saurabh, a 4th-year student of IIT BHU. I am a good learner, and I will get more knowledge in working with you. I am good at programming
and data science. I have done a couple of machine learning and deep learning projects. I have also done a data science internship at The Sparks
Foundation. I want to learn from you, and I would be highly obliged if you could help me with an internship opportunity.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Saurabh Kumar Gupta
Varanasi, Gorakhpur
Applied 08 Feb'21
Computer Vision Python Algorithms
C Programming Data Analytics Data Structures
Database Management
System DBMS
Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Civil Engineering
IIT BHU VARANASI
2017 - 2021
CGPA 8.14/10
Senior Secondary XII, Science
S P N S INTER COLLEGE GORAKHPUR
UP BOARD board)
Year of completion: 2016
Percentage: 86.80%
Data Science
The Spark Foundation, Virtual
Jul 2020 - Aug 2020
1. Completed exploratory data analysis of real-time market data using Python.
2. Built an ML model using the decision tree algorithm to predict target data.
3. Learnt about basic concepts of the decision tree and visualized it graphically also.
Secretary of Kashi Utkarsh, an initiative by the 70 students of IIT BHU Varanasi to spread knowledge across less privileged
sections of the society.
Deep Learning
Coursera, Online
Dec 2020 - Jan 2021
I have learned about neural networks, forward propagation, backward propagation, and gradient descent in this course. I
have also implemented these concepts and build a classification model from scratch.
Database And SQL For Data Science
Coursera, Online
Jun 2020 - Jul 2020
In this course, I learned about databases and different types of queries of SQL. I have also implemented these concepts in
IBM db2.
Python For Data Science
Udemy Online, Online
Jan 2020 - Feb 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9918432081
I have learned about basic python and different libraries of python. I have also implemented these. I have also learned
Tensorflow and also implemented this.
Face mask detection system project using CNN
Dec 2020 - Jan 2021
1. The aim was to make a face mask detection system using deep learning.
2. Transfer learning (using MobilNetV2 architecture) is used to make our model.
3. A deep learning model was built and trained over MobilNetV2 architecture using TensorFlow.
Automated multiple face recognition AI
Jun 2020 - Jul 2020
1. Used OpenCV for reading and manipulation, trained our images by face recognition and used Dlib for training and
detection.
2. If data is not in the system, it takes input for the user's unknown image and adds this to the system.
Bike Sharing Demand using Machine Learning
May 2020 - Jun 2020
1. Exploratory data analysis was done using Python libraries.
2. Models were built using different algorithms such as Linear Regression, Random Forest, SVR, and boosting algorithms.
3. Model tuning was done using Grid Search CV.
Represented Institute in Tryst'19, IIT Delhi.
Rank 128: Resume 1528 with similarity score 0.04692194580637391
Resume Text: B.E , MS , B.TECH , BS technical solutions engineer , operations analyst , evaluator , change management , full time , business analyst , technical support engineer reporting , magento , performance analysis , access , designation , ug , mar , affirmative action , hindi , cloud , maintenance , opsview , authorization , english , teams , status , excel , sql , email , project , business analysis , hpsm , application , problem management , leadership , e commerce , requirements gathering , train new employees , management review , operations , electronics , testing , articles , change management , c++ , kibana , languages , e-commerce , salesforce , sas , kannada , tableau , malayalam , it , help files , javascript , jira , technology , root cause analysis , servicenow 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a16…
https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a160316410c0e0c… 1/2
Current Designation: Operations Analyst
Current Company: Tryzens India Private Limited
Current Location: Trivandrum
Pref. Location: Bengaluru / Bangalore,Kochi,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tryzens India Private Limited as Operations Analyst
Jan 2019 to Till Date
Proactive and predictive problem management for our
Salesforce commerce cloud and Magento based e-commerce
clients.
Lead Root Cause Analysis investigations, coordinating with the
internal teams and 3rd parties.
Direct and document the requirements gathered, technical
system analysis and testing portions of a project to develop,
deploy and support.
Monitor the daily jobs and analyze website performance,
identify deficiencies and help re-designing.
Maintain and present all daily, weekly, monthly and yearly
reporting from a variety of data sources to senior
management.
DXC Technology as Technical Solutions Engineer (Rep III)
Mar 2017 to Aug 2018
Coordinate with other teams to identify improvement
opportunities and ensure end to end success of incident
management process.
Create incident related performance analysis report for IT
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Nikhil Mohan
Operations Analyst seeking roles in Business Analysis,IT Project Management,System
Analysis,Incident Management,Root Cause Analysis,Change Management,Technical
Support,Salesforce,Requirements Gathering,Performance
Analysis,Tableau,SAS,C,C++,R,SQL
Key Skills: Operations Analyst,Business Analyst,Business Analysis,IT Project Management,System Analysis,Incident
Management,Root Cause Analysis,Change Management,Technical Support,Salesforce,Requirements
Gathering,Performance Analysis,Tableau,SAS,C,C++,R,SQL
Summary
Operations Analyst with almost 5 years of experience in the e commerce and service industry. Diligent
and driven professional who has achieved success in a variety of areas including Root cause analysis with
Problem management, Performance monitoring and Business analysis. A quick learner and self-starter
who takes initiative, displays leadership, and provides efficient support to team members and clients
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a16…
https://freesearch.naukri.com/preview/printResume?uname=65bd99033aeffed19d72a87302d7d8420d0b0e5649475d440517145a0e5b044d1b0a160316410c0e0c… 2/2
management review.
Identify trend and potential incident/problem sources.
Perform as a technical evaluator for Help files and Knowledge
articles.
HP Inc. as Technical Support Engineer
Nov 2015 to Mar 2017
Supporting commercial users with problem diagnosis and
resolution.
Monitor tickets and assign priorities accordingly.
Coordinate with various other teams to get the incident
resolved.
Train new employees and explain protocols efficiently
UG: B.Tech/B.E. (Electronics/Telecommunication) from Adichunchanagiri Institute of Technology in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Kibana, Grafana
Opsview
C, C++, R, SQL
Jira, ServiceNow, HPSM
TABLEAU
SAS
MS Excel and MS Access
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Kannada
Rank 129: Resume 745 with similarity score 0.04670203449665472
Resume Text: B.E , MS , B.TECH full time , dumper , data engineer , software developer algorithms , kpi reports , microsoft azure , mapreduce , cluster analysis , status , store , apache spark , components , building , kibana , sql server , organization , pipeline , publishing , technical leadership , designation , deliverables , hindi , technical requirements , yarn , json , english , logstash , recovery audit , agile , mongodb , solution architecture , rest , strategy , deduplication , reporting requirements , javascript , data engineering , business requirements , hadoop , big data analytics , performing , scrum , data validation , affirmative action , information technology , project plans , principles , parse , maintenance , apache kafka , metadata , proxy , email , pandas , project delivery , user stories , data solutions , design patterns , languages , hive , search , data models , airflow , program management , functionality , jasper , nosql , ug , telecom , authorization , risk , google cloud platform , application , ecosystem , transformations , led , technical documentation , tuning , hbase , python , cloud computing , etl , metrics 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112…
https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112551549585b5b… 1/3
Current Designation: Senior Data Engineer
Current Company: Nagarro
Current Location: Gurgaon
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro as Senior Data Engineer
Jul 2017 to Till Date
Role:
Ensuring the successful delivery of Big Data solutions and defining solution architecture, data strategy, principles,
vision, and standards
Analysing & reviewing business, functional and technical requirements; designing detailed technical components for
complex applications utilizing high-level architecture, design patterns and reusable code
Simulating, designing, developing & deploying computationally complex and practical data; building and delivering
comprehensive data strategy roadmaps; ensuring final deliverables are of the highest quality
Identifying ways to integrate data from the client's multiple source systems to provide consolidated KPI reports to client
Performing analytical interpretation of highly specialized technical and analytical information used to compose detailed
documentation and reports
Implementing project plans within preset budgets and deadlines; monitoring and reporting on project progress
Forming alliances with department managers on projects, operational decisions
Creating business requirements, source to target mappings, data models to assist in the development of highly efficient
and scalable project solutions
Translating reporting requirements into a scope and delivery strategy for the subject area
Ensuring that the project delivery team structure is adequate and enforces compliance, best practices, approach &
direction for the technical aspects of the organization's practice, providing technical leadership to fellow team members
Title: EPRS
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
AMIT KHANDELWAL
Senior Data Engineer seeking roles in Data Engineering,Project Management,Design
& Development,Program Management,Requirement Gathering,Data
Migration,Technical Documentation,Data Structures,Client Engagement,Performance
Tuning,Risk Management
Key Skills: Spark, Hadoop, NoSQL, MongoDB, Airflow, GCP, Microsoft Azure, Kafka, Mapreduce, Hdfs, Hive, HBase,
Requirement Gathering, Design & Development
Summary
Offering over 3 years' experience in Big Data Analytics, Cloud Computing, Hadoop based Application Design & Implementation
projects across Telecom domain
Proven skills in managing large data ingestion projects/ program in Hadoop ecosystem with hands-on experience in data
engineering techniques like design and development of ETL processes, data exploration and cluster analysis
Skilled in continuously evolving Big Data technology, communicating data and POC findings to both technology leaders and
business managers to help organization meet business challenges
Expertise in using technologies like Python, Java, Data Structures and Algorithms, Hadoop, Map-Reduce, Spark, MongoDB,
Airflow, Kafka, and Elastic Search
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112…
https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112551549585b5b… 2/3
Client: Client is a leading telecom organization
Period: Jun'20 - Present
Brief: EPRS is used to parse multiple types of files (~140 types) using PySpark and generate reports over the same
using Jasper on daily, weekly, and monthly basis. Business uses these reports to look at various metrics and make
business strategies.
Technologies: Python, PySpark, Pandas, MongoDB, Apache Airflow
Key Result Areas:
Analysing required functionality, tasks identification, task estimation and delivery; developing architecture and
implementing user stories
Using Spark APIs to perform necessary transformations and actions on data frames to reduce the dependency on
Spark SQL, making it comparatively faster
Managing development of key modules like downloader and transformation and dumper
Leading UAT and project deployment
Implementing Agile Scrum Methodology to achieve the deliverables and instituting the environment such as Spark
Cluster
Title: Scintilla
Client: Client is a global leader in Recovery Audit & Spend Analytics services.
Period: Jul'19 - May'20
Brief: This project includes replacing existing (Xcalar) system with Spark which includes Data Validation, Deduplication,
and Stats Generation processes, visualizing logs on Kibana, and storing metadata in SQL Server.
Technologies: Python, PySpark, Pandas, Apache Kafka, Elastic Search, Apache Airflow, MinIO, SQL Server
Key Result Areas:
Conducted analysis of required functionality, tasks identification, task estimation and delivery
Established the environment like Spark Cluster, ELK, Kafka, HA Proxy server for development as well as QA
Engaged in development of:
o Key modules like data validation and de-duplication
o Pipeline for publishing logs to Kafka and from Kafka to Kibana
o Pipeline to store metadata in SQL Server from Logstash
Led UAT and project deployment
UG: B.Tech/B.E. (Computers) from Jaypee Institute of Information Technology in 2017
Education
IT Skills
Skill Name Version Last Used Experience
HADOOP
Apache Kafka
Python
Rest Services
Mongodb
Google Cloud Platform
Map Reduce
YARN
Apache Spark
Apache Airflow
Elastic Search
JAVA
HBASE
Microsoft Azure
JSON
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112…
https://freesearch.naukri.com/preview/printResume?uname=b7454e54fd9dab3e30f0830206c7e0010a5a5f521b1209405017425e080d58181b0112551549585b5b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 130: Resume 1447 with similarity score 0.04651423080506525
Resume Text: B.E , MS , B.TECH , BS full time , product owner , business analyst contractual , automation , american express , training , process mining , customer , scrum , performance metrics , flow diagrams , designation , ug , mar , affirmative action , analytics , realization , hindi , process flow , kofax , ltd , authorization , english , functional requirements , escalation , status , global teams , timelines , agile , deliveries , email , project , business analysis , business intelligence , tracker , consideration , program management , leadership , sprint planning , multitasking , bridge , production implementation , snap , user stories , fixed price , testing , document creation , obc , data analysis , wbs , client delivery , business planning , transformation , computer science , visio , nielsen , drive , finance , research , languages , completion , service delivery management , ceremonies , javascript , workflow , acting , technology , brd , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1…
https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1906134759545… 1/3
Current Designation: LEAD BUSINESS ANALYSIS
CONSULTANT- RPA (DELIVERY TRANSFORMATION)
Current Company: Birlasoft
Current Location: Pune
Pref. Location: Pune
Functional Area: Analytics & Business Intelligence
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [COMPUTER SCIENCE
ENGINEER]
Verified : Phone Number | Email - id
Birlasoft as LEAD BUSINESS ANALYSIS CONSULTANT- RPA (DELIVERY TRANSFORMATION)
Sep 2019 to Till Date
* Working as a Lead BA Consultant and part of the Delivery Transformation team
* Celonis Snap Training Certified. Started the Process Mining journey
* Handling various clients across India, Canada and USA
* Leading a team of 15 members. Involved in all phases of the Project Lifecycle
* RPA feasibility and automation opportunities analysis for clients which includes time and effort estimation
* Requirement Analysis and client interactions
* Responsible to create Client Proposals, SOW, WBS, Kick-Off presentation, BRD, SDD, process flow diagrams (MS
Visio and Signavio), project status tracker, timelines and end-to-end client delivery plan
* Part of the project from kick-off till production implementation and support
* Work with Consulting and Sales teams to onboard new clients
* Identifying automation opportunities and services
* Proficient in various RPA tools like UI Path, Automation Anywhere, Win Automation and Kofax Kapow
* Understand and deliver the client expectations within the set timelines
* Working in Agile and Waterfall methodology on various project for Clients on Fixed price or Contractual agreement
* Responsible to manage scrum teams and organize Scrum Ceremonies: Daily standup, Sprint planning, Sprint review,
Sprint retrospective and Product backlog refinement
GRACENOTE A NIELSEN COMPANY as BUSINESS ANALYST / RPA CONSULTANT
Apr 2018 to Sep 2019
SEPTEMBER 2019 - TILL DATE
LEAD BUSINESS ANALYSIS CONSULTANT- RPA (DELIVERY TRANSFORMATION), BIRLASOFT LIMITED
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
ABHILASH AHLAWAT
Lead Business Analysis Consultant- Rpa (Delivery Transformation) seeking roles in
Project Management,Data Analysis,Service Delivery Management,Escalation
Management,Business Planning,Client Servicing,Business Analysis,Requirement
Gathering
Key Skills: Lead Business Analysis Consultant- Rpa (Delivery Transformation),Business Analyst,Project
Management,Data Analysis,Service Delivery Management,Escalation Management,Business Planning,Client
Servicing,Business Analysis,Requirement Gathering
Summary
Seeking a challenging opportunity where I can enhance and utilize my analysis and automation skills contributing with the best
of my potential in successful completion of the assigned work. Learn new technologies and business areas, keeping up with the
latest Industry trends.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1…
https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1906134759545… 2/3
* Working as a Lead BA Consultant and part of the Delivery Transformation team
* Celonis Snap Training Certified. Started the Process Mining journey
* Handling various clients across India, Canada and USA
* Leading a team of 15 members. Involved in all phases of the Project Lifecycle
* RPA feasibility and automation opportunities analysis for clients which includes time and effort estimation
* Requirement Analysis and client interactions
* Responsible to create Client Proposals, SOW, WBS, Kick-Off presentation, BRD, SDD, process flow diagrams (MS
Visio and Signavio), project status tracker, timelines and end-to-end client delivery plan
* Part of the project from kick-off till production implementation and support
* Work with Consulting and Sales teams to onboard new clients
* Identifying automation opportunities and services
* Proficient in various RPA tools like UI Path, Automation Anywhere, Win Automation and Kofax Kapow
* Understand and deliver the client expectations within the set timelines
* Working in Agile and Waterfall methodology on various project for Clients on Fixed price or Contractual agreement
* Responsible to manage scrum teams and organize Scrum Ceremonies: Daily standup, Sprint planning, Sprint review,
Sprint retrospective and Product backlog refinement
APRIL 2018 - SEPTEMBER 2019
BUSINESS ANALYST / RPA CONSULTANT, GRACENOTE A NIELSEN COMPANY
* Working as a Business Analyst - Product Owner
* RPA Consultant for India and Global automation initiatives
* Research and analysis of which RPA tool is purchase that is best suited for the business demands
* Certified on Kofax Kapow 10 RPA tool. Analyzed and deployed 2-3 RPA processes
* Conducted sessions for internal and global teams on RPA, feasibility study and automation opportunities analysis
* Work directly with end users to capture and analyze challenges to their workflow
* Provide key performance metrics to the Head of BA on the deliveries and benefits realization of change
implementations
* Prioritize work within an agile team and maintain a backlog of future work for consideration/prioritization
* Own and drive backlog grooming and management, prioritize user stories, create acceptance criteria and drive testing
and delivery
* Work with Program Management and leadership to support new businesses
* Participate in the below Sprint Ceremonies: Sprint Planning, Sprint Grooming, Sprint Review, Sprint Retrospective and
Product backlog refinement
* Key responsibilities are - Requirement Analysis, Client interactions, Business requirement document creation, Tool
designing, assisting the Design and Development teams. Acting as a bridge between Clients, Design and Development
teams
* Expert in RPA. RPA trained and have hands-on experience on RPA Tools: Automation Anywhere, UI Path, Win
Automation and Kofax Kapow 10
ACCENTURE SOLUTIONS PVT. LTD. as BUSINESS ANALYST / RPA ANALYST
Feb 2013 to Mar 2018
* Accounts handled during my tenure:
* American Express (AMEX), USA
* JPMorgan Chase (JPMC), USA
* Barclays, UK
* Working as a Business Analyst. Got trained in Automation Anywhere RPA tool. Started working as a Business Analyst
in normal and RPA projects
* A customer oriented, multitasking professional with excellent analytical and logical skills possessing rich experience in
Finance and Media Domain
* Expertise in identifying the system and functional requirements
* Actively participated in data modelling and business modelling
* Expertise in working with business stake holders directly to obtain the requirements
* Proficient in business analysis, identifying the needs of the business users and relevant stakeholders, proposing
practical solutions to help them materialize the requirements
UG: B.Tech/B.E. (COMPUTER SCIENCE ENGINEER) from maharishi arvind institute of engineering and technology in
2012
Other Qualifications/Certifications/Programs:
47596911
54599248
UI Path Business Analyst
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1…
https://freesearch.naukri.com/preview/printResume?uname=4047142351358e376e3cadb12e648d765b085d53421700420b14460a54585942160b1906134759545… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Australia,United Kingdom,Canada
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 131: Resume 623 with similarity score 0.0463913377384655
Resume Text: MS , B.TECH , BS work from home , python developer , student c programming , completion , assessment , web development , python , algorithms , resume , javascript , css , intelligence , technology , sql , machine learning , computer science , waiting , html Assessment
Q1. Why should you be hired for this role?
Based on what you have written, I believe your company is looking for a Python Developer who is strong in HTML, CSS, Python, and Machine
learning. I believe my experience in python development, as well as web development for them, will help to grow your business and gain more
leads, Moreover, I am an effective communicator who is skilled with Technical knowledge and of algorithms and Machine Learning. I'd love to
bring my diverse skills set to this internship and As a fresher. I am interested in learning new things, as a student, I learn things theoretically but I
am waiting for an opportunity to implement them in a practical way if will hire me I will do my best, and My goal is simply to learn more and work
more and give 100% always never think any work is small, just love your work and enjoy work.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available to start this internship immediately.
Resume
EDUCAT ION
CONTACT Phone: 91 9340702893
Umair Ahsan
Bhopal, Katihar
Applied 07 Feb'21
Python C Programming CSS
Data Structures HTML Java
JavaScript MSExcel Machine Learning
SQL Artifical Intelligence
Bachelor of Technology B.Tech), Computer Science
TIT Group Of Institution
2017 - 2021
CGPA 7.74/10
Senior Secondary XII, Science
RYM Manihari Colllege,Manihar,Katihar Bihar
BSEB board)
Year of completion: 2017
Percentage: 57.60%
Secondary X
UMS Patni Narayan Pur,Manihari,Katihar
BSEB board)
Year of completion: 2015
Percentage: 61.20%
Rank 132: Resume 630 with similarity score 0.04636531679779778
Resume Text: MS , B.TECH work from home , document scanner , industrial engineering , science intern , machine learning intern industrial automation , matplotlib , internships , image processing , data visualization , diameter , deep learning , pipes , scanning , keras , eda , industrial engineering , postgresql , models , pandas , numpy , fps , checkout , computer vision , mumbai , resume , paper , github , government , mechatronics , machine learning , opencv , foundation , flask , ibm certified , completion , assessment , data science , python , qr code , object detection , search , ml , technology , masking , pipeline Assessment
Q1. Why should you be hired for this role?
I have worked on projects like
Image Super Resolution for Document Analysis System,
Image Similarity Search with FAISS,
Extracting pipe details from a moving pipe for Industrial Automation,
Counting number of pipes and its diameter using opencv,
Qr code scanning in real time videos at high fps, Automatic License Plate Recognition,
Facial expression recognition using deep learning, Aadhar Number Masking using OCR and opencv, Document scanner using opencv,
Digit recognition of 7 Segment display,
Object Detection and tracking, etc.
Do checkout my GitHub to know in detail : https://github.com/uzairqazi870
I have completed IBM certified courses for deep learning and machine learning. I have also studied computer vision using python and opencv. I
am well versed with python libraries like pandas, numpy, matplotlib, seaborn, scikit learn,etc Have created deep learning models using
Tensorflow, Keras and Pytorch. So I am comfortable with all 3 of them. I also know Flask, Git and Github, PostgreSQL, data scraping using
requests and BeautifulSoup, data visualization for EDA.
I have 1 month data science internship experience and 1 month ML Engineer intern Computer Vision) . Currently working as a data science intern
. I am searching for an opportunity to learn and grow.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available.
Resume
EDUCAT ION
INTERNSHIPS
Uzair Ahmad Qazi
Mumbai
Applied 07 Feb'21
Python Data Science Deep Learning
Flask GitHub Machine Learning
OpenCV PostgreSQL
Post Graduation Diploma in Industrial Engineering P.G.D.I.E.), Mechatronics
Prolific Technology
2019 - 2020
Bachelor of Technology B.Tech), Mechatronics
Terna College Of Engineering
2016 - 2019
CGPA 9.02/10
Diploma, Mechanical Engineering
Government Polytechnic ,
2013 - 2016
Percentage: 85.18%
Secondary X
MAHARASHTRA STATE board
Year of completion: 2013
Percentage: 95.82%
Data Science Intern
Shyena Tech Yarns, Virtual
Jan 2021 - Present
Machine Learning Intern
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8169570629
Resolute AI, Virtual
Dec 2020 - Jan 2021
Develop a computer vision pipeline using image processing and deep learning to solve industrial problems
Data Science Intern
The Sparks Foundation, Mumbai
Nov 2020 - Dec 2020
1st in AVALON 2019 - National Level Technical Paper Presentation
Topper of Mumbai University in Mechatronics Engineering
Rank 133: Resume 152 with similarity score 0.04616655988998227
Resume Text: B.E , MS , BS team leader , work from home , secretary general , algorithms , data visualization , mar , coe , mysql , design , data analytics , ideal , twitter , project , store , application , coursera , e commerce , introduction to , prediction , resume , range , android , features , computer science , payments , sentiment analysis , completion , assessment , family , data science , python , javascript , search , organization , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get the experience that I desire and help the company with the skills I already posses.
Your organization will surely prove to be an excellent platform for me to establish my skills and it is also an ideal position for me as my main
objective is to gain experience in the field while working alongside professionals.
Even though I am a fresher, I assure you that I will give my best and work to my full potential so that I can contribute as much as I can.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am able to start working immediately on the position for the required amount of time.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
DARSHAN RAJOPADHYE
Pune, Karad
Applied 07 Feb'21
Python Android C Programming
Algorithms Data Analytics Data Structures
Java MySQL JavaScript
Bachelor of Engineering B.E, Computer Science & Engineering
AISSMS College Of Engineering, Pune
2018 - 2022
CGPA 9.24/10
Senior Secondary XII, Science
Arihant Jr College Pune
MAHARASHTRA board)
Year of completion: 2017
Percentage: 74.60%
Secondary X
Kct Krishna School Karad
MAHARASHTRA board)
Year of completion: 2015
Percentage: 96.60%
General Secretary for magazine committee of AISSMS COE
Project Team leader for project in developing an android application for a n E commerce site to sell the products online.
Python 3 Specialization.
Coursera, Online
Jul 2020 - Jul 2020
Provided by University of Michigan
Introduction To Applied Data Science
Coursera, Online
Jul 2020 - Present
Sentiment analysis for Twitter data
Jul 2020 - Jul 2020
Twitter data was classified into positive and negative sentiment and data was visually represented using data visualization
techniques.
Kaggle Titanic problem
CONTACT Phone: 91 8788650202
Jul 2020 - Jul 2020
Prediction of survival for the list of people on board the T itanic ship based on class of ticket and age and gender.
Website for the family business.
Feb 2019 - Mar 2019
http://www.ecobhumi.com
The project was to create and design a website for my own family business. Going online was the option to expand and
website was the only way to do so.
An android application of an online book store, includimg the features of search,sort and payments.
Jun 2019 - Present
The project was to design and develop an online book store android application for a user to select books from a wode
range of books provided and making a payment.
http://www.ecobhumi.com/
Rank 134: Resume 917 with similarity score 0.04611356225091456
Resume Text: B.E , MS , B.TECH software engineer , part time , full time , software developer react.js , core java , turn , galaxy , algorithms , designation , ug , mar , affirmative action , samsung , mysql , hindi , a3 , maintenance , authorization , english , node.js , status , email , spotify , application , mongodb , fixing , android , c++ , git , problem solving , computer science , languages , framework , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c425…
https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c42561810580e090… 1/2
Current Designation: Software Engineer
Current Company: Samsung R and D Institute
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Samsung R and D Institute as Software Engineer
Jun 2019 to Till Date
* Part of Application Framework - Clock Part under Software R&D.
* Responsible for feature development and issue fixing under Alarm, and World
Clock Module
* Actively contributed towards the developement of Alarm module in Samsung
Galaxy A3 Core that runs on Android Go edition.
* Worked in colaboration with Spotify Team to integrate spotify with clock app
which enables user to use it as an alarm sound
* Implemented a self log analyser tool to analyze global Voc quickly and thereby
improving the overall turn around time of resolution
UG: B.Tech/B.E. (Computer Science) from National Institute of Technology (NIT), Silchar in 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SUBHAM KAMALAPURI
An aspiring software developer with strong problem solving skills actively seeking for
role in Software Engineering/Software Developememt field. I am having experience
working in Android, Java, MERN Stack and wish to pursue career in this field.
Key Skills: Data Structures,JavaScript,MongoDB,MySQL,Git,C++, Core Java, React.Js, Node.Js, Algorithms, Design
Patterns,
Summary
Result oriented professional with experience in Software Enginnering Java, javascript, and MERN stack
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c425…
https://freesearch.naukri.com/preview/printResume?uname=ce2d4f7f885244365073f3a8fe66a77f0a5f0b04491008170510410d5d08051f130c42561810580e090… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Java * Javascript * C++
Git * Nodejs * React * Android
MySQL * MongoDB, Data Structures
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Assamese
Rank 135: Resume 1264 with similarity score 0.046065206883019925
Resume Text: B.E , MS , B.TECH associate , python developer , product development , software developer , senior software engineer , full time , lead software engineer data warehousing , automation , api , general , algorithm design , adi , algorithms , jenkins , kubernetes , css , designation , ug , affirmative action , mysql , hindi , cloud , scratch , docker , data collection , maintenance , azure , ltd , dynamo , php , jquery , clinical trials , authorization , english , web applications , bootstrap , status , rabbitmq , virtualization , architecture , postgresql , email , project , business intelligence , modular , aws , mongodb , operations , celery , redis , rest , ecs , computer science , languages , django , infrastructure , storage , lua , html5 , flask , amazon , sql server , vmware , python , javascript , technology , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c40…
https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c4005144551090f5… 1/2
Current Designation: Associate Lead Technology
Current Company: Nagarro Software Pvt. Ltd
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd as Associate Lead Technology
Nov 2018 to Till Date
software development and deployment
Capgemini as Senior Software Engineer
Aug 2016 to Nov 2018
python web application, flask,django,Aws, Rest Api, Data warehousing, Cloud Infrastructure automation.
Virtualization operations and development using Vcenter,vro
Credr as Software Engineer
Aug 2015 to Aug 2016
Built, tested and deployed scalable, highly available and modular software products.
Web application, algorithm design, Rest API's for Business Intelligence team.
Built Datawarehouse from scratch.
ADI Group as Software Engineer
Jul 2014 to Aug 2015
Designed Desktop and Web applications.
Implemented innovative systems for data collection, storage and management of Clinical trials.
End to end application development.
Last Active: 7-Feb-21 Last Modified: 12-Jan-21
Suneet Rana
Lead Software Engineer, Application Programming,Requirement Analysis,Solution
Architecture,Python,Django,flask,java,JavaScript,aws,azure,docker,ecs,kubernetes,AKS
Key Skills: Software Development,Solution
Architecture,Python,Django,Java,JavaScript,AWS,Rabbitmq,celery,Postgresql,MySQL,Dynamo Db,Amazon
Redshift,VMware,Data Structures,Algorithms,OOP,ECS,Docker,Jenkins,kubernetes,AKS,SQL Server,AZURE
Summary
Software Engineer skilled at product development, communication and presentations. Experienced in full project life cycle from
design to implementation to integration.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c40…
https://freesearch.naukri.com/preview/printResume?uname=fbaa9cd6052474a3b96e43b0e86851745f0c5d034e1701145640415f5e0a5319165c4005144551090f5… 2/2
UG: B.Tech/B.E. (Computer Science) from CHITKARA UNIVERSITY in 2014
Other Qualifications/Certifications/Programs:
Vskills certified python developer
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Django, Java, Lua, PHP
html5, css, bootstrap
JavaScript, JQuery
RESTful APIs
MySQL, MongoDB
postgresSQL, Redshift
Redis, RabbitMQ, Celery
AWS
DOCKER
ECS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 136: Resume 540 with similarity score 0.04560881362120664
Resume Text: B.E , M.E , MS , BS work from home , paid internship , full stack web developer training , collage , internships , css , physics , adobe photoshop , mar , silver , ieee , basic , php , internet , bootstrap , project , wordpress , application , c programming , chrome , gold , resume , machine learning , computer science , flask , photography , assessment , leadership skills , data science , python , it , one , javascript , form , organization , web , technology , freelancer , convincing people , mathematics , html , online Assessment
Q1. Why should you be hired for this role?
I have done 6-month training in Data Science. Where we were given the crucial task of industries and trained accordingly. later then I have done
Data Science project in the hackathon and got selected for the next round, I pursue relevant skills and want to expand my skills by learning new
aspects. I will put my full dedication during the entire internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am fulltime available for 23 months. I have reliable internet and laptop which is needed for this job.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Shivam Bhatt
Ahmedabad
Applied 08 Feb'21
Python C Programming C Programming
Mathematics Adobe Photoshop Bootstrap
CSS Flask HTML
JavaScript MSOffice Machine Learning
Photography Physics ReactJS
Java PHP WordPress
Bachelor of Engineering B.E, Computer Science & Engineering
Silver Oak Collage Of Eng.
2017 - 2021
CGPA 9.26/10
Full Stack Web Developer
Asambhav, Gandhinagar
Apr 2020 - Present
Here I am having perfect web developer experience as I have done work on many trending technology like JS, react, PHP,
Chrome extension and got to learn many more technologies.
This is Paid internship.
I Have Done My Work In This Website
Http://www.bbqfood.uk/, Ahmedabad
Mar 2020 - Mar 2020
I've done college website work and also done 1 website as a freelancer.
Marketing
Silver Oak Institute Of Technology, Ahmedabad
Aug 2018 - Sep 2018
it was a marketing job and the main Goal was to campaign in different firms share the knowledge and to attract students
towards the organization.
which I have done very smartly and got appreciation also.
I am very good at leadership skills.
I have Won a Gold medal at National level in NCSC in 8th std.
I'm good at convincing people
I Have handled one Event under IEEE tech fest(international level).
M.E.D.H.A.
PROJECTS
CONTACT Phone: 91 7984212014
Softwan, Ahmedabad
Aug 2019 - Mar 2020
In that training, we started from learning very basic python and upto all the major concepts of machine learning with mini
projects.
Application for the HR department
Aug 2019 - Sep 2019
Application for the HR department to easily shortlist the candidate based on the RESUME ranking policy and to give an online
test for personality and aptitude The system will generate the test result in graphical form with marks.
Rank 137: Resume 959 with similarity score 0.044762193261843844
Resume Text: M.TECH , BS , B.E , MS , B.TECH machine learning engineer , full time , software developer training , designation , ug , tamil , nlp , affirmative action , maintenance , natural language processing , authorization , english , status , ethics , email , application , mongodb , text mining , operations , prediction , interpreting , machine learning , computer science , languages , higher education research , it , python , javascript , systems engineering 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d12…
https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d125512415d5b0c5… 1/2
Current Designation: Machine Learning Engineer
Current Company: OptiSol Business Solutions
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [SYSTEMS ENGINEERING
OPERATIONS RESEARCH]
Verified : Phone Number | Email - id
OptiSol Business Solutions as Machine Learning Engineer
Aug 2019 to Till Date
Trumatics Software Labs as Software Developer
Jun 2018 to Aug 2019
Worked on E cargo price prediction model
UG: B.Tech/B.E. (Computer Science and Engineering) from Meenakshi Academy of Higher Education Research,
Chennai in 2015
PG: M.Tech (SYSTEMS ENGINEERING OPERATIONS RESEARCH) from College of Engineering, Anna University,
Chennai in 2018
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
BALA KUMARAN. R
Machine Learning Engineer
Key Skills: Machine Learning Engineer,Python,MongoDB,NLP,Natural Language Processing,Text Mining
Summary
Abilities in analyzing & interpreting problems, with a combination of training
experience and logical thinking to find the right solutions
Proficiency in grasping new technical concepts quickly and utilizing them in a
productive manner.
Focused & goal driven with strong work ethics and commitment to offer quality
work.
An effective communicator with good interpersonal, presentation and analytical
skills.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d12…
https://freesearch.naukri.com/preview/printResume?uname=0b3ef6319d13a28c0b1073e9a184973b0e5f0b021f1709110645435f5c0958431a5d125512415d5b0c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python 3 2021 3 Year(s) 0 Month(s)
Mongodb 2021 2 Year(s) 0 Month(s)
NLP 2021 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Rank 138: Resume 1483 with similarity score 0.04473548938278234
Resume Text: B.E , MS , B.TECH , BS network manager , sql developer , quality analyst , operator , quality assurance , test lead , full time , service provider , senior consultant , business analyst , test manager , it consultant business case , window , algorithms , telugu , customer , security , functional testing , rfi , platforms , beginner , coordinators , test cases , energy , status , multinational , integration testing , smoke testing , network services , components , fundamentals , order management , infrastructure , payments , cdm , sql server , coordinated , negotiation , crm , airports , sanity testing , sprints , capture , ecommerce , conducting workshops , retail , access , designation , regression testing , general electric , mar , pen , web services , hindi , cloud , gap analysis , api testing , ltd , architects , english , agile , spa , consultation , live , provisioning , solution architecture , scenario , closure , data analysis , resolve , completion , triage , his , iterative , vsts , test data , javascript , predictive analytics , insurance , business requirements , capital , reporting , exploratory testing , online services , facilities management , bugzilla , suppliers , compatibility testing , cooperation , developers , vendors , affirmative action , information technology , cmp , rtm , power bi , maintenance , unix , travel , business logic , advanced , software testing , database testing , email , lessons , aws , black box testing , project implementation , operations , user stories , middleware , simulations , languages , context , story , eai , business process , flexible approach , sme , sit , blue chip , mobile , jira , test management , application testing , catalogue , transformation programs , functionality , manual testing , invention , web testing , iata , rfp , soap , toad , telecom , risk based testing , interpersonal skills , authentication , revenue , azure , authorization , internet , teams , maps , excel , models , record , business analysis , focus , chordiant , order fulfillment , mainframe , broadband , electronics , aviation , mds , intellectual property , conducting meetings , non-functional requirements , docs , trio , problem solving , finance , framework , iptv , landscape , kannada , selenium , communications , acting , test execution 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 1/4
Current Designation: Senior Consultant
Current Company: Capgemini
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - QA & Testing
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Capgemini as Senior Consultant
Oct 2010 to Till Date
Client: Heathrow Airport 07/2018 - Till Date
Role: Business analyst
Location: London, UK
As a business analyst on the airport operations portfolio at Heathrow Airport, my role encompassed capturing
requirements by conducting workshops with business stakeholders across Heathrow partners and suppliers, produce as-is
and to-be business processes, identify areas of improvement, work with architects and developers to identify solutions and
conduct RFI and RFP workshops on behalf of the client. With his quality assurance background Aditya has brought in a lot
of rigor with early identification and resolution of potential bottlenecks on the Apron management solution (SPA) and the A-
CDM (Airport Collaborative Decision making) projects with his extensive domain knowledge.
* Producing a business case document, business context document and gap analysis documents
* Documenting the As-is business processes and the To-be business processes.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Aditya Sandur
Senior IT Consultant with 10 years of experience in onsite/client facing roles across
testing & business analysis roles with strong focus on QA, test management, product
fundamentals, incremental solutions and negotiation skills.
Key Skills: Business Analysis, Requirement Gathering, Business Requirement Analysis, Functional Testing, Software
Testing, Manual Testing, Test Lead, QA, Quality Assurance, Telecom, Telecom Testing, Aviation, Aop, IATA, aviation IT
systems, SIT, UAT
Summary
10 years of experience in Software Testing/Consultation/Delivery/Business Analysis.
* I am an accomplished Test Manager in leading and delivering quality assurance for business & technology driven critical
changes and complex transformation programs within blue chip companies across various industries that include Travel and
Retail, Telecommunication, Aviation and Corporate Services.
* I have successful track record in leading multiple/concurrent projects and resources within cost/quality/time framework, with
proper governance in place to avoid deviation from agreed tolerances on KPIs.
* I have worked as a business analyst on the travel and telecom sector with a strong experience in requirements and analysis
on large scale multi project environments.
* Significant experience in working with diverse set of stakeholders for conducting customized RFI and RFPs for client
applications.
WINNER - REAL IT INDUSTRY AWARDS 2019
WINNER - APM TECHNICAL PROJECT OF THE YEAR 2019
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 2/4
* Produce the business logic and create pseudo algorithms, flowcharts and swim lanes to define the system processes.
* Conducting meetings with stakeholders across the business, support and users to capture requirements
* Creating a high-level requirements document including functional and non-functional requirements
* Creating user stories and defining story points and tracking them to implementation and testing
* Prioritization of business requirements with stakeholders across the airport
* Defining the service level required to support the application
* Producing UI wireframes, stakeholder maps and transformation models
* Working with the solution architecture, development, testing and support teams to resolve queries
* Working with the project management teams to define and prioritize the implementation approach
* Conducting data analysis activities on the airport flight movement data using MS Access, Excel and Power BI to
identify patterns and feedback to the requirements catalogue
* Rationalize existing processes, system rules and identifying areas of improvement
Role: Test Manager
* Producing test approach, weekly report, Plan on a page and providing updates to business stakeholders.
* Planned Risk based testing and Exploratory testing approach to make sure the 5 week test window is meet even
though the delivery from few components are slipped.
* Coordinated pen-testing across risk areas with internal teams
* Integration testing of Retail, eCommerce and insurance module that are hosted on AWS cloud platform and integrated
with Azure authentication
* Integration testing of Apigee layer that allows API requests within internal application modules for security
* Testing of reporting and reconciliation of Retail and Insurance products across systems like Mainframe, Insurance,
Billing, retail and eCommerce applications
* Testing reporting requirement of all transactions data between retail, eCommerce, Insurance and billing application
* Integration testing of Claims, Repairs, Payments and contact Centre functionality across retail and Contact center
channels
* Testing and ensuring audit and reporting capabilities are in place to be FCA complaint on Insurance cover sales.
* Managing defect triage, technical GNG, test closure and lessons learnt.
* Tracking agile sprints across retail, Online/eCommerce channels and planning integration testing phases with other
vendors
Client: TalkTalk Telecom Group, UK 05/2017 - 06/2018
Role: Onsite Test Manager
Location: London, UK
Involved as a end to end test manager for TalkTalk internet and telephone service capabilities across the Sales, BSS,
OSS, Billing, Payments and Assurance domains. The role involved working on multiple platforms (Pega, Chordiant,
Remedy etc) using multiple middleware components (SOAP, EAI) through the lifecycle of a retail older. I was a key
member of the Capgemini and client team with responsibilities that included coordinating with multiple stakeholders in a
complex supplier landscape.
UG: B.Tech/B.E. (Electrical and Electronics) from Visveswaraiah Technological University (VTU) in 2002
Education
IT Skills
Skill Name Version Last Used Experience
BUSINESS ANALYSIS 2020 3 Year(s) 0 Month(s)
JIRA 2017 5 Year(s) 0 Month(s)
Unix 2020 5 Year(s) 0 Month(s)
Power BI 2020 2 Year(s) 0 Month(s)
SQL 2020 8 Year(s) 0 Month(s)
TEST LEAD 2018 7 Year(s) 0 Month(s)
TELECOM TESTING 2017 7 Year(s) 0 Month(s)
Telecom Billing 0 7 Year(s) 0 Month(s)
Telecom PROJECT MANAGEMENT 2017 4 Year(s) 0 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 3/4
Nature of Employment: Full Time
Project Location: Heathrow, London, UK
Role: Other
Duration: Jul 2018 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time Duration: Jun 2017 - Jun 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - May 2017
AVIATION 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Proficient
Oriya Proficient
Telugu Beginner
Projects
Project Title: AIRPORT OPERATIONS PLAN
Client: HEATHROW AIRPORT LTD
Skill Used: Quality Assurance, Business Analysis, Requirement Analysis, Requirement Gathering, Gap Analysis, FSD, User
Stories, Use Cases, Manual Testing, Functional Testing, Database, Pega, Pega Rules Process Commander, UAT, Client
Relationship Management, Negotiation Skills, Communication Skills, Interpersonal Skills, Team Skills, Interpersonal
Communication, Problem Solving, API Testing, Web Services Testing, Web Application Testing, Software Testing, Selenium
IDE, Workshop, Data Analysis, Power Bi
Role Description: As a business analyst on the airport operations portfolio at Heathrow Airport, Aditya's role encompassed
capturing requirements by conducting workshops with business stakeholders across Heathrow partners and suppliers,
produce as is and to be
busines
Project Details: Airport Operations Plan: Build A common platform for all operational stakeholders across the Heathrow
airports for collaborative decision making, standardisation of business process, exchanging of advanced flight information
with the network manager.
The project impacted around 18000 people working across hundreds of organisations, all contributing to the minute-by-
minute delivery of diverse services.
AOP uses multiple data sources, simulations and predictive analytics to forecast flight movements, and share
comprehensive, live updates and status reports with stakeholders.
Team size:
Around 100 people involved in Business analysis, solution architects, quality assurance, testing, service and implementation,
project management,
Project implementation:
Waterfall model with iterative development with a flexible approach.
Project duration:
2 years
Project Title: TalkTalk Retail Broadband Releases
Client: TalkTalk Group
Project Details: TalkTalk is UK's fourth largest Internet and telecom Service Provider with offerings across retail and business
sectors. The project involved in TalkTalk's monthly release cycle of new enhancements across the BSS and OSS domains
following an agile methodology.
Customer Acquisistion, Order fulfillment, Order Provisioning, Assurance, service, Billing, Rating and Inlife provisioning,
customer relationship management
End to End testing across all the above functional areas
Methodology - Agile
Tools: JIRA, VSTS, Azure Dev Ops, UNIX, SOAP UI, Pega CRM, SQL Developer
Project Title: TalkTalk Mobile BSS and OSS Migration
Client: TalkTalk Group
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180…
https://freesearch.naukri.com/preview/printResume?uname=50cbe5d5842080f7fc75cd7a6f38e3bb505c0a5342120a180a4342510f08591e4608180b40170c5f5a5… 4/4
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Quality Analyst
Duration: Jul 2013 - Feb 2015
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderbad
Role: Quality Analyst
Duration: Oct 2010 - Jul 2013
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: TalkTalk's mobile division operated as an MVNO (mobile virtual network operator). The project was a vision to
migrate the billing platform from in-house system to MDS DIse CMP. Along with this the project also migrated the network
from existing MNO Vodafone to Telefonica (o2).
I was involved this in the project as a SIT test lead for order management, provisioning, customer fulfilment, communications
and order acquisition areas. I was subsequently promoted to an onsite coordinator managing a team of 30 people working
across the above areas.
Besides these, i was placed as a replacement for a client role as UAT lead and SME on billing, collections, payments areas
as well.
My primary responsibilities included:
Acting as single point of contact to all stakeholders for the test cycle and chairing key meetings required to provide suitable
governance of the cycle.
Involved in sprint triaging of live issues, and allocating; Worked with business users in identifying operation issues;
Project Title: Legal IP QA
Client: GE CIS (GE Corporate Information Services)
Skill Used: Agile methodology, Manual Testing, Black Box Testing, Web services, Exploratory testing, Adhoc Testing,
Compatibility Testing, Functionality Testing, Regression Testing, Smoke Testing, Sanity Testing, Functional Testing, JIRA,
Quality center, SQL queries,
Role Description: SPOC for client and dev team, Agile model, Test Plan document, Allocation of tasks to resources and
tracking the tasks to completion, Requirement Analysis,RTM, prep of test cases, Test Execution & log defects and track to
closure, Prep test reports
Project Details: General Electric or GE is an American multinational conglomerate corporation which operates through four
segments: Energy, Technology Infrastructure, Capital Finance and Consumer and Industrial.
GE Corporate manages GE's extensive information technology domain and IT the needs of all GE Businesses. As a part of
GE Corporate, the Legal and Intellectual Property systems effectively manages GE's $100+ million patent portfolio.
With a set of 4 applications Inventions reported are managed during its entire life cycle. An Invention reported by an inventor
is graded by the Patent Evaluation Board which recommends for the filings of the Inventions as a part of PCT (Patent
Cooperation Treaty) or as Individual Filings in different countries.
Further the entire invention is managed, maintained and stored for the entirety of its existence as Patent Assets of GE.
Project Title: TTR TRIO
Client: Talk Talk Telecom, UK
Skill Used: Chordiant, Toad, SQL Server, Bugzilla, JIRA, Quality center, Manual Testing, Database Testing, Web Testing,
Functional testing, Adhoc Testing, Regression testing, Smoke Testing, Sanity testing, Exploratory Testing,
Role Description: SPOC for onsite coordinators, Requirement analysis,Identifying Test Scenario, Test data & prepare Test
Cases, End to End testing, Log defects, assign to app team and track to closure, exit reports KM and lessons learnt docs,
mentor new resources
Project Details: Talk Talk Telecom is one of the foremost fixed-line, ISP and IPTV providers of UK. The project was tasked
with the release of their current and new technological offerings in UK and the maintenance of their CRM services besides
Online services. It operates through three divisions, Distribution, Telecoms Services and Dealer. Distribution comprises the
sale of mobile communication products and services. Telecoms Services comprises revenue from facilities management, and
mobile and fixed network services. Dealer comprises sale of mobile hardware.
Rank 139: Resume 171 with similarity score 0.04453351492971805
Resume Text: B.S , MS , M.S , BS work from home infection , julia , automation , api , matplotlib , unity 3d , reproduction , physics , deep learning , adobe photoshop , beginner , keras , scipy , natural language processing , english , visualization , virtualization , c# , sql , transmission , pandas , coursera , numpy , fact , adobe illustrator , resume , paper , data analysis , machine learning , opencv , blender , disease surveillance , research , big data , tableau , completion , assessment , scikit-learn , data science , python , workflow , campus , science education , metrics , mathematics , online Assessment
Q1. Why should you be hired for this role?
I have 3 years of experience in python ( and 1 year experience in R and roughly 1.5 years of experience in Data analysis and machine learning
using python and R. Apart from that I am comfortable in MSExcel. I have also worked with big data and hence, have some previous experience in
SQL and beginner level experience in PySpark. I have worked with numpy, Pandas (and Dask), scipy, scikit-learn, keras, Pytorch, Tensorflow
(currently also learning Tensorflow.js) along with plotting libraries like matplotlib, seaborn and GUI virtualization softwares like plotly and Tableau.
Apart from python, I am self-learning Julia for machine learning.
So, I think because of these past-experience and I am a quick learner, I will adjust very quickly with Boongg workflow and get more time to learn
as much as I can from this internship opportunity and give my best.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for these 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
TRAININGS
PROJECTS
Devarsh Patel
Ahmedabad, Pune
Applied 07 Feb'21
Python C Programming English Proficiency Written)
MSOffice Machine Learning Mathematics
OpenCV Physics R Programming
SQL Adobe Illustrator Adobe Photoshop
Blender 3D C# Deep Learning
Natural Language Processing
NLP
Unity 3D
Integrated B.S. & M.S., Mathematics
Indian Institute Of Science Education And Research, Pune
2018 - 2023
CGPA 7.60/10
Senior Secondary XII, Science
Maharaja Agrasen Vidyalaya
CBSE board)
Year of completion: 2018
Percentage: 93.20%
Secondary X
Maharaja Agrasen Vidyalaya
CBSE board)
Year of completion: 2016
CGPA 9.20/10
Data Science
Coursera, Online
Apr 2020 - Present
Using free time in lock down, I enrolled in various online MOOC courses to improve my skill set in fields on Data analysis,
visualization, Machine Learning, Deep Learning. Here is link for all certificates for courses and projects obtained : https://
drive.google.com/drive/folders/1ypKFEvEMYqSr1_jC2sLjvbwg1LBGyrW
Research paper on contact Tracing of COVID19 in Karnataka, India
Nov 2020 - Dec 2020
https://www.medrxiv.org/content/10.1101/2020.12.25.20248668v1.full-text
https://www.medrxiv.org/content/10.1101/2020.12.25.20248668v1.full-text
CONTACT Phone: 91 6355200928
India has experienced the second largest outbreak of COVID19 globally. We analyzed contact tracing data collected under
the Integrated Disease Surveillance Programme from Karnataka. We estimated metrics of disease transmission for this data.
Analyzing Covid-19 data for various states and districts of India
Aug 2020 - Present
https://www.covidtoday.in
Worked on backend for the website: www.covidtoday.in
Contributions :
Adding useful data metrics like positivity rate, reproduction number, doubling rate etc. for state and district level data.
Automation of API calls and website data updation
Modelling school reopening in India in Covid-19 setting
Dec 2020 - Present
https://github.com/kzuri/school_reopening_model
Many states of India have started to reopen schools and colleges despite the fact that Covid-19 is still on rise. So this model
analyses fact how number of infection evolves in campus with different intervention methods in place.
https://www.covidtoday.in/
https://github.com/kzuri/school_reopening_model
Rank 140: Resume 264 with similarity score 0.0445270620467549
Resume Text: MS , B.TECH , BS work from home , founder , classifier , partner , student , research intern , science intern , machine learning intern window , algorithms , internships , image processing , css , apparel , classification , deep learning , nlp , f1 , data analytics , keras , smartphone , friction , ios , risk , classifiers , bootstrap , accelerometer , noise reduction , models , embedded , project , coursera , c programming , introduction to , surface , deals , resume , paper , ibm , interpreting , metal , joints , machine learning , building , computer science , django , opencv , publications , research , welding , foundation , big data , heart disease , credit card fraud , tableau , completion , assessment , word , data science , python , face recognition , transcripts , technology , data engineering , fraud detection , html , online Assessment
Q1. Why should you be hired for this role?
Respected Sir/Ma'am,
I'm Kabir Nagpal, a pre-final year student of Computer Science Engineering. During the two and a half years of my academics, I have developed a
strong understanding in the field of Data Science, Machine Learning, algorithms and data structures with the help of MOOCs, projects and
internships.
My experience up till now includes four internships in the field of Machine Learning and Research in which I have gained valuable hands-on
experience. I have also co-authored a research paper during one of my internships. Another paper is expected to be published in 2021.
I believe in ceaselessly updating my skill set and pushing the envelope in the field of Machine Learning by building scalable and user-oriented
applications. I also established the initiative, 100DaysofML, in order to share my knowledge and experience, gained so far and those of others
like me, thereby promoting ML amongst people and giving them a chance to learn it for free.
I am extremely eager to learn from the best in the field and work in an environment that will provide a good foundation early in my career. Given
my skills, coupled with my perseverance and passion to learn new things, I will add value to any project or research assigned to me and support
the team to achieve the overall goal of the organisation.
Here are some links created for your quick review
Resume: https://drive.google.com/drive/folders/1xF_KasKer_-dKwH66N_bBKFB9XJOjwSg?usp=sharing
https://github.com/kabirnagpal/
https://scholar.google.com/citations?user=BidtMSkAAAAJ
https://www.linkedin.com/in/kabir-nagpal-3a1302174/
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I'm available
Resume
EDUCAT ION
INTERNSHIPS
Kabir Nagpal
Jaipur, Delhi
Applied 08 Feb'21
Python C Programming C Programming
Deep Learning HTML Image Processing
Machine Learning Algorithms Bootstrap
CSS Data Analytics Data Science
Django OpenCV Tableau
Bachelor of Technology B.Tech), Computer Science & Engineering
Manipal University Jaipur
2018 - 2022
CGPA 9.10/10
Senior Secondary XII, Science
St Marks Senior Secondary Public School Meera Bagh
CBSE board)
Year of completion: 2018
Percentage: 95.20%
Machine Learning Intern
Matcoms Technologies, Virtual
Sep 2020 - Oct 2020
As an intern, I worked on improving the Autocorrect on Matcoms iOS Keyboard using Machine Learning.
Data Science Intern
FavTutor, Virtual
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Jul 2020 - Sep 2020
I worked on multiple projects for various clients. Subcomponents of each project included data scraping, visualizations and
predictive modelling. I was also a mentor to the students and solved their doubts and queries related to the same domain.
Machine Learning Intern
FreJun Inc, Virtual
Oct 2019 - Feb 2020
Worked on Audios, Transcripts & interpreting it using NLP
Tasks completed
Speaker Recognition using word independent methods.
Determining Audio Quality using analyses on transcripts.
Worked on noise reduction & identifying the no of speakers
Research Intern
Stir Research Technologies, Virtual
Aug 2019 - Sep 2019
As a Research Intern, my job was to make Image Classification models to recognise the type of welding on a metal surface
using Convolutional Neural Network built using Keras. The same was published as a research paper in December 2019.
Founder, 100 Days Of ML Code ( Open community to encourage ML amongst members )
Machine Learning Mentor, MUJ ACM Student Chapter
Machine Learning Mentor, PyJaipur Summer Of Algorithm 2019
Internshala Student Partner 15
The Complete Introduction To Data Analytics With Tableau
udemy, Online
Jun 2020 - Jun 2020
Data Engineering, Big Data, And Machine Learning On GCP
Coursera, Online
Aug 2019 - Aug 2019
IBM DATA SCIENCE PROFESSIONAL CERTIFICATE
Coursera, Online
Jun 2019 - Jul 2019
Deeplearning.AI
Coursera, Online
May 2019 - Jun 2019
Apparel Detection
Jul 2020 - Jul 2020
https://github.com/kabirnagpal/apparel_detection
The project deals with the detection of apparel using Sliding Window and
Classifier trained on apparel dataset using Transfer Learning.
Heart Disease Analysis
Jun 2020 - Jun 2020
https://github.com/kabirnagpal/Heart_disease_analysis
Completed analysis, category wise heart disease risk and a Predicting Heart
disease using multiple classifier models.
Human Activity Recognition
Jun 2020 - Jun 2020
https://github.com/kabirnagpal/Human_Activity_Recognition
The analysis was performed on the dataset which recorded the activity of the user using embedded accelerometer and
gyroscope from a smartphone. Various classifiers were used and at last stacking classifier was used to achieve 99% f1-score.
Credit Card Fraud Detection
Jun 2020 - Jun 2020
https://github.com/kabirnagpal/Credit-Card-Fraud-Detection
https://github.com/kabirnagpal/apparel_detection
https://github.com/kabirnagpal/Heart_disease_analysis
https://github.com/kabirnagpal/Human_Activity_Recognition
https://github.com/kabirnagpal/Credit-Card-Fraud-Detection
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9868585280
The project aims at detecting Fraudulent transactions. Due to high imbalance, I chose F1-score and Area under the curve as
a measure of accuracy and attained a 92.5% f1 score and 90% AUC score for Stacked classifier.
Analysis for Gun Shot Incidents
Jun 2020 - Jun 2020
https://public.tableau.com/profile/kabir7878#!/
Classification of Friction Stir Welded Joints
Aug 2019 - Sep 2019
https://scholar.google.com/citations?user=BidtMSkAAAAJ&hl=en
The project was done during my internship at Stir Technologies. It involves the classification of welding joints using Neural
Networks. The same project will be published as a research paper in the month of November 2019
Optical Character Reader
Apr 2019 - Apr 2019
This project aims at using using Open CV and Deep Learning to claasify hand-written words.
Facial Expression recognizer
Mar 2019 - Mar 2019
It uses OpenCV and Convolutional Neural Network for recognizing facial expression
Face Recognition
Mar 2019 - Mar 2019
It was part of the Hackathon Project and uses only OpenCV for to determine faces
PUBLICATIONS
Mishra A, Nagpal K. “Convolutional Neural Network for Image Processing of Friction Stir Welded and Conventional Welded
Joints Texture”, Int J Hum Comp Inter Data Min 2019; 21&259
AWARDS
MUJ ACM ML Challenge HackerEarth, Rank 1
Startup Weekend Jaipur, Second Runner Up
https://public.tableau.com/profile/kabir7878#!/
https://scholar.google.com/citations?user=BidtMSkAAAAJ&hl=en
Rank 141: Resume 983 with similarity score 0.04439595908640441
Resume Text: B.E , MS , B.TECH , BS software engineer , quality assurance , software developer , full time , informatica automation , retail , parcel , transport systems , streamlining , telugu , project managers , carriers , data migration , vendors , affirmative action , health , samsung , hindi , cloud , etl , vendor management , data collection , azure , accessories , maintenance , toshiba , consumer privacy , authorization , english , shopping , teams , status , postgresql , email , fedex , store , transportation , operations , facebook , art , data analysis , privacy act , flow , online , microsoft access , resolve , languages , payments , supply chain , teradata , kannada , merchandising , textiles , data integration , it , javascript , history , organization , technology , data engineering , talend , database , feeds 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f13…
https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f130543475b0b0b5… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Fashion / Garments / Merchandising
Role: Fresher
Industry: Textiles/Garments/Accessories
Total Experience: 2 Year(s) 10 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Lowe's as Software Engineer
Aug 2017 to May 2020
Ready to join on immediate basis.
Lowes India as Software Engineer-Data Engineering
Jul 2017 to May 2020
Gathered data on integration issues and vulnerabilities
and reported all findings, including improvement
recommendations.
Orchestrated smooth and effective flow of
Pricing/Promotions, Transport , Vendor Management and
advertisement data to support Lowe's clients using
Informatica and Talend as data integration tools.
Worked with project managers, quality assurance and
customers to resolve technical issues.
Worked with client teams to understand and deliver data
needs.
Over the course of these many projects , I have
effectively worked on multiple Data Bases : Microsoft
Access, DB2, Teradata, PostgreSQL, Azure DataBase.
PROJECTS
Pricing and Promotions ( Tools : Informatica + Talend)
02/2018 - 03/2020)
Worked on the Pricing and Promotions data of Lowe's , generating
reports regarding the performance of products , and automation of
report creation.
Understood how promotions have an impact on the overall financial
health of an organization and how the pricing of products should
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Abhinav K Bhargav
Software Engineer with 3 years experience in ETL seeking assignments in Supply
Chain management roles
Key Skills: Software Engineer,Software Developer,Software Engineering,Database Engineering,Data Analysis,Data
Mapping,Data Transition,Data Modelling,Data Collection,Data Analysis,Data Integration,Microsoft
Access,DB2,Teradata,PostgreSQL,Azure DataBase
Summary
Having started working right after college, I learned a lot about ETL development, Build, Release, and Maintenance processes.
Dealing with data from a supply chain made me appreciate the intricacies of a Supply Chain and it's impact on a business. I
wish to translate my learnings and work experience into a fruitful career in Supply Chain Management.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f13…
https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f130543475b0b0b5… 2/3
react to market needs.
Transport Management Systems ( Tools : Informatica)
09/2018 - 08/2019)
Optimizing large volumes data consumed and generated by the
Transportation System of Lowe's - Worked on Azure Cloud to
perform ETL operations.
This helped me understand how important transport systems plays
in a retail giant.
Parcel Pay ( Tools : Talend) (01/2020 - 05/2020)
This is also related to the transport management of Lowe's -
Optimized the data consumed for payments of Lowes'
transportation partners.
Automating the payments data migration for specific carriers such
as UPS and FedEx.
Vendor Automated Tracking System ( Tools :
Informatica) (10/2019 - 01/2020)
To deliver data based on how much amount as to be paid to Lowe's
vendors such as Samsung, Toshiba, etc based on sales from Lowe's.
Facebook Feeds ( Tools : Informatica)
08/2019 - 11/2019)
To deliver data to Facebook for advertisements targeted customers
based on their individual shopping history with Lowe's. This project
also dealt with the CCPA (California Consumer Privacy Act)
compliance requirements.
ART ( Tools : Informatica) (01/2020 - 05/2020)
Created a master file for RONA - a Canadian subsidiary of Lowe's.
This mater file contained all information required by RONA -
Financal History , Sales , Location and Transportation - for both
store and online purchases.
This master file helps in streamlining the data for RONA's supply
chain.
UG: B.Tech/B.E. (Computers) from BNM Institute of Technology,affiliated To VTU in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SQL
Microsoft Access, DB2, Teradata
PostgreSQL, Azure DataBase
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f13…
https://freesearch.naukri.com/preview/printResume?uname=eaa8946ba5777a6e8a005f03dd35d20d5c0c58551f450d120613105f5808561e1a5f130543475b0b0b5… 3/3
Rank 142: Resume 826 with similarity score 0.044272901872523154
Resume Text: B.E , B.TECH software engineer , full time algo , general , performing , css , designation , ug , mar , affirmative action , test scripts , web technologies , software industry , authorization , english , sharepoint , status , sql , email , application , testing , machine learning , problem solving , building , languages , flask , selenium , adfs , it , python , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017…
https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017014042090e5a5… 1/2
Current Designation: Software Engineer
Current Company: OpenText
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
OpenText as Software Engineer
Mar 2020 to Till Date
I have worked on automating test scripts using
Specflow and C Sharp, performing testing
tasks and in process managed to learn basics
of technologies like SharePoint, ADFS, etc.
UG: B.Tech/B.E. (Computers) from B.V.Raju Institute Of Technology, Hyderabad in 2020
PG: in 0
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
K S CHANDRA SEKHAR
Software Engineer seeking roles in Software Development. Passionate about problem
solving and highly interested to pursue opportunities that would enable me to work on
building applications.
Key Skills: Software Engineer,Software Development,Web Technologies,Machine Learning,Data
Structures,Java,Python,SQL,HTML,CSS,React,Flask
Summary
Result-oriented Professional with 9 months of experience in Software Industry. Interested in Software development, Web
application development and passionate about Problem solving.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
DS and ALGO
java,python
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017…
https://freesearch.naukri.com/preview/printResume?uname=c8a3ed402cc5f951911ab5483f2b544b595a5d021b100f430317130b095b031f410017014042090e5a5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
SQL,HTML,CSS, Selenium
React, Flask, Machine Learning
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 143: Resume 296 with similarity score 0.04423684657105263
Resume Text: B.E , MS , BS work from home , representative guides , training , ni labview , mar , remote control , project , grasp , coursera , c programming , embedded c , gold , resume , electronics , matlab , dtmf , intermediate , completion , assessment , events , data science , python , it , learning , mathematics , online Assessment
Q1. Why should you be hired for this role?
I am interested to work and I eager to learn with the hands on learning and I has the ability to do team work ,grasp the things easily and
dedication towards the work.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available from 18 th Feb and I will work till May ...
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Lakkireddy Nawya
T iruvallur, Chennai
Applied 30 Jan'21
C Programming Data Science MATLAB
MSExcel MSOffice Python
LabVIEW
Bachelor of Engineering B.E, Electronics and Communication
Prathyusha Engineering College PEC
2018 - 2022
CGPA 8.80/10
Senior Secondary XII, Science
Narayana Junior College
SBSE BOARD board)
Year of completion: 2018
Percentage: 96.00%
Secondary X
NEW LITTLE FLOWER HIGH SCHOOL
SBSE board)
Year of completion: 2016
Percentage: 95.00%
I was the member od Bharath Scouts and Guides in School Level
Organised events and awareness programs in school and college level
Class representative in PEC
Volunteer
Data Science
Coursera, Online
Jun 2020 - Dec 2020
I have done online course on Data Science and I am keen on Stastics and Mathematics and I has the ability to do the work on
Data Science
LabView
NI LabVIEW, Online
Apr 2020 - Jun 2020
I went to the training on Labview on college I have done the course in online and it's quite interesting and easy to do than
coding.
Python
Coursera, Online
Mar 2020 - Jul 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7032550233
I have done the python programming course in Coursera and I have basics to intermediate level knowledge on Python
Programming and has ability to code on python.
C Programming
Sololearn, Online
May 2019 - Oct 2019
I have done the C programming course on Solo learn and it's quite interesting me to learn the C programming at the very first
begining
Remote control car using DTMF
Nov 2019 - Mar 2020
I have done this project along with my group as mini project to develop our skills.In this Project we have developed this
project by Embedded C .
I have secured gold medal in school for the talent test in mandal level.
Rank 144: Resume 1552 with similarity score 0.0441757564271471
Resume Text: B.E , MS , B.TECH , BS project manager , senior program manager , scrum master , president & ceo , transition manager , product manager , assistant manager , project lead , senior business analyst , business development , supervisor , change management , technical program manager , executive vice president , full time , evp , data management administrative processes , constructive feedback , resource allocation , finalization , award , algorithms , whiteboarding , user experience design , apparel , security , business readiness , office , platforms , traceability matrix , anaplan , kpi , digital , secondary research , project planning , energy , bookings , intelligence , status , product management , mumbai , system architecture , building , visio , clear , order management , salesforce , bonus , negotiation , fetch , forecasting , waste , organization , crm , engagements , company profiling , streams , pipeline , spreadsheets , d&b , global sales , automation , magento , retail , frd , kubernetes , access , designation , amazon s3 , hindi , cloud , lean six sigma , ltd , english , directors , tactics , groups , nsx , leadership , live , following up , ibm , ops , training programs , architecting , chicago manual , change management , estimates , flow , machine learning , strategy , computer science , vmware , data integration , enterprise data , one , javascript , marketing operations , business initiatives , amazon web services (aws) , optimization , general , scrum , landscaping , data validation , data migration , affirmative action , lists , badges , project plans , maintenance , customer requirements , product quality , strategic planning , email , business units , shared services , user stories , languages , sme , business process , demographics , collateral , business transformation , engineers , expenses , vsphere , 360 , program management , proof , acquisitions , stakeholder engagement , rodeo , airwatch , streamlining , rfp , ug , creative services , tamil , routing , health , lightning , revenue , adobe , cleansing , cost control , authorization , risk , teams , productivity , excel , business analysis , application , focus , transition management , devices , apac , materials , led , hiring , finance , repository , landscape , kannada , selenium , events , enablement , communications , reviews , metrics , capability management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 1/4
Current Designation: Program Manager
Current Company: Apparel Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,United States
(US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: Retail
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Apparel Group as Program Manager
Feb 2020 to Till Date
* Enable organisations to build their cloud migration strategy. (Amazon, Bigbasket) Specialising in serverless
architecture.
* Salesforce - Earned 26 badges, 21,775 points on Trailhead
o Lightning experience customization; Data modelling on Salesforce; CRM for lightning experience; Security and data
management on salesforce.
o https://trailblazer.me/id/suhailahmed7
o Earned MOUNTAINEER badge
* vSphere with Kubernetes - Enable clients to instantly access cloud infra
* VMware cloud on AWS - Data insights and compliance, Provide Intelligent data migration
* Product management - Build Requirement traceability matrix which mapped with System requirement document
provides a highly robust product.
* Provide end to end Enterprise data management solutions - Focus on Lead automation, Data cleansing, DUNS
update through D&B license, Data Validation and Data migration solutions
* Provide extremely clear system flows for complex architecture problems using Visio or Lucidchart.
* Proficient in drafting communications and Proof Reading following "The Chicago manual of Style".
* Set up Program Management office, with clear goals for the Year starting from evaluation of the program through
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Suhail Ahmed
Manager seeking roles in Program Management,IT Project Management,Change
Management,Product Management,Defect Management,Design
Development,Requirement Gathering,Transition Management,Solution
Architecture,Process Improvement,Business Analysis
Key Skills: Program Manager,Program Management,IT Project Management,Change Management,Product
Management,Defect Management,Design Development,Requirement Gathering,Transition Management,Solution
Architecture,Process Improvement,Business Analysis,Cost Control
Summary
* A dynamic professional with over 14 years of experience in:
~Requirement Gathering ~Resource Optimisation ~Design & Development
~Product management ~Project Planning & Execution ~Team Management
~Contract Negotiation ~Business Analysis ~ Process Improvement
* Experienced in full project management life cycle for the implementation of highly complex, large-scale, strategic IT and
business initiatives, also managing multiple project streams and large cross- functional teams globally
* Proficiency in developing & driving the integrated project plans, aligning project tactics with project strategy
* Skilled in defining the project objectives, requirements, and assumptions necessary to structure a project or activity
* Proven competencies in developing & streamlining systems with keen skills to enhance maintenance effectiveness to meet
operational goals within the cost, time & quality parameters
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 2/4
following all phases of the program.
* Enable Risk planning and risk management strategies for Tier 1 projects across the organization
* Change management - Build training programs for the organization following a business readiness approach
* Lean six sigma - Identify wastes in the system and build systematic plans to eliminate waste across processes.
Improve proves and system efficiency across the board.
* Stakeholder engagement and communication - Build, deploy and Run cross organization communication spanning
multiple geographies conversing with stakeholders from L3 - L7 levels. Following up and meeting and closing out action
items.
* Constantly improve on existing processes, act as an advisor to Managers. Innovation mindset, whiteboarding
possibilities with the team.
* Manage IBM OMS Sterling integration with Adobe Magento enabling a rapidly expanding e-retail organisation in the
middle east.
* Manage large scale integration programs such as re-architecting company's IBM OMS system.
* Setting up PMO for the company including creation of success metrics to measure project Impact
* Define end to end Project flow from Definition phase to deployment phase.
* Run daily stand ups and weekly leadership reviews with senior leadership from the organization
April 2020 - July 2020. Senior Program Manager, Bigbasket
Key Result Areas:
* Implement an RFP based evaluation strategy to analyse requests from Business groups and prioritize the same with
12+ engineering team
* Lead Large scale integration programs to integrate vendor systems such as Shadowfax with Bigbasket.
* Provide Program leadership role for setting up a PMO organisation within Bigbasket
* Build communication platforms and manage engineering capacity for the entire organization
* Lead Backend programs related to building software to manage routing of orders within 23 cities in India
Amazon.in as Program Manager
Jul 2017 to Feb 2020
Key Result Areas: Scrum master and technical program management lead for AMG salesforce group, working with
Product management team and 29 business units within the AMG group, in providing high-class salesforce solutions to
Amazon's Sales, Campaign creative services, finance and Amazon.in groups. Building PRFAQs for lightning migration of
AMG salesforce planned in 2019 and creating system architecture plans for salesforce 360. Technical program manager
for Amazon brand consumer study and Amazon brand view pro connecting Rodeo and S3 for a single campaign
management flow. Strategy Planning and Delivery of Large Engagements with strategic impact on clients delivered over
Amazon Web Services (AWS) S3 and Redshift. Uplift amazon's User experience platform of retail customers by
developing machine learning programs to study customer behaviour and respond with the right ad's targeted to specific
customers. At VMware, As a super visor I led the tech team responsible for Lead product quality to identify the nest leads
across 2.5 MN companies. As a product manager for enterprise wide projects, define vision, strategy and customer need.
Product planning and development - Develop customer requirements (user stories, use cases) and business
requirements. Sets the direction for the user experience design of assigned products As a Supervisor / Senior analysts for
VMware Mergers and acquisitions business, I developed and project managed two major M&A transition events at
VMware related to Airwatch (Service cloud integration) and NSX. Designed Inward looking -leveraging data that we
already collect + Data from 5 Forces Model via Competitive Intelligence that diagnosed customer /channel propensity to
buy and duration taken to make that decision, that improved customer response and operations shared services in
EMEA/APAC and strategized leveraging systems Adopted cloud and digital IoT enablement for site based operations to
automate administrative processes. Collaborated with leadership team to consolidate sales forecasting and pipeline
optimization into one system. Improved forecasting and pricing for order management team, sales reps and EVP of
marketing. Prepare Engineering prioritization programs with focus for year 2018 and 2019 (Roadmaps) based on current
organization strength capabilities. Led a team of Software Development engineers at level 1 and2, along with SDETS in
delivering global programs leading to auto validation and approval of complex scenarios displayed across devices.
Business Readiness and Program Capabilities - Designed and developed Program based capability matrix, to assess
stakeholder readiness before project go - live. Implement machine learning algorithms to detect issues and fix in the
system during system implementation phase. Amazon brand consumer study (ABC) and ABVP were two products I
worked on initial requirement gathering for in Amazon. Auto Screenshot, forecast On Schedule indicator are some
examples of the Machine learnings programs undertaken. Technical landscape - Creating a broad view of systems and
their interlapping landscapes, optimizing Programs and building new initiatives.
Highlights: Successfully designed and delivered a $1 Mn High visbility auto screenshot projects impacting 3 Geo's and
automating work of approx. 200 associates based across globe. Developed auto forecast module for amazon campaign
integration services, through moving 100 TBs+ of data from Amazon S3 to ADW, and fetch through carbine queries to be
displayed in Amazon middle wares which help clients pull information on campaign performance. Automated complex
excel spreadsheets moving data and code to a centralized repository of ADW, using Redshift to run and display queries.
Implemented Amazon brand consumer study and amazon brand view pro projects to identify and assist amazon to focus
products based on end customers demographics and other purchase behaviour.
VMware Software India Pvt. Ltd as Project Manager and Senior Business Analyst
Mar 2012 to Jun 2017
Key Result Areas:
Supervising a team of 22 members (3 Senior BAs, 7 Business Analysts and 12 Analysts) and managing territory solutions
for the entire organization
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 3/4
Coordinating with Senior Managers and Directors in planning and execution of projects related to marketing, sales
management, setting targets, biz capability management and strategic planning
Liaising with Worldwide Sales Ops, Data Integration and Governance Teams, Marketing Operations, IT, Human
Resources, and Field Services team in delivering constant solutions across the board.
Mergers and Acquisitions - SME for the Business transformation group in integrating systems across different Cloud
Organizations.
Regulating end-to-end hiring, training and billing vendor organizations for services delivered
Analysing overall effectiveness of project management across the organization and identify and mitigate areas of risk
Maintaining and creating visibility around a holistic view of the status and health of the projects portfolio & customer
satisfaction through KPI's
Interacting with stakeholders for requirement gathering; preparing business requirement documents and FRD's as well as
working on project planning and execution
Creating and managing the estimates, project plan, project schedule, resource allocation and expenses to ensure that
targets are reached
Assigning targets for the members, ensuring the proper planning to achieve the same, providing proper training to the
team members thereby enhancing their productivity; providing constructive feedback, and set annual salaries, along with
bonus and commissions
Mapping requirements & providing them best solutions involving evaluation & definition of scope of project and finalization
of project requirements
Highlights:
Designed and developed a sales forecasting Anaplan model to VMware spanning bookings and revenue information for
AMER / EMEA / APAC and Global Sales Ops.
Recognised as Certified Anaplanner with recognition from Executive Vice President, Anaplan & President & CEO Anaplan
with certification number - 694af900-1f10-11e5-8b94-b1b85d7df263
Received MIA Award and letter of appreciation for consecutively 4 times (Most Impact Achievement Award) highest
recognition Conferred by Organisation Sr. Vice President
Tata Consultancy Services Limited (TCS) as Assistant Manager
Oct 2009 to Feb 2012
Key Result Areas:
Formulated proposals for General Electricals (energy business), and retained contracts for the same
Detected the opportunities within the client business and converted it to customers
Maintained excellent relationships with GE's clients across the globe.
Highlights:
Won RFPs (Request for Proposals) and create SOW (Statement of Work) and introduced Two projects to India
Successfully executed projects with over $3M revenue by taking strategic alignment initiatives with a team of 20 members
Played a vital role as Transition Manager, thereby migrated two projects to India and transitioned the same from Mumbai
and Bangalore respectively worth 1.5 Million USD
Deloitte as Business Analyst
Sep 2006 to Sep 2009
Key Result Areas:
Administered the team of associates and analysts in providing marketing collateral materials to U.S. clients
Analysed the details, maintained proper documents and provided meaningful information gathered across the globe from a
complex set of data
Executed requirement analysis for top 50 financial clients
Performed secondary research, market intelligence study, competitive landscaping, company profiling, competitor analysis
and implemented business development initiatives
Regulated predictive analysis to determine & describe market scenarios and thereby arrive at decisions that can help in
the marketing of service offerings
Highlights:
Worked as Project Lead for FY10 Client Touch Point Report and Deloitte Eminence Analysis Project
Operated as Project Lead Business Process Reengineering in mapping client lists for FY 10
UG: B.Tech/B.E. (Computer Science) from Visveswaraiah Technological University (VTU) in 2004
PG: MBA/PGDM (Marketing) from Vinoba Bhave University (VBU) in 2006
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47…
https://freesearch.naukri.com/preview/printResume?uname=a8f03e8458b8abfc04143e98fbd655d70c595c504a450e4005121259585a02481a5b47031448585c5b… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: United States
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2018 5 Year(s)
Redshift 2018 2 Year(s)
SELENIUM
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Tamil
Rank 145: Resume 611 with similarity score 0.043985576281010644
Resume Text: B.TECH , BS work from home , classifier internships , classification , deep learning , visit , vs , data analytics , keras , go , models , sql , mask , fit , computer vision , prediction , resume , machine learning , problem solving , opencv , dogs , completion , assessment , data science , python , ml , technology Assessment
Q1. Why should you be hired for this role?
I have good experience working with R, Python, ML, Computer Vision, OpenCV, Tensorflow, and Keras. I have worked on various projects in this
field, like 'The Face Mask Detection System,' 'The Human Emotion Recognition system,' 'Cats-Vs-Dogs Recognition system,' etc. But I think, I still
have a lot to learn and a long way to go to achieve my dream, And I believe doing this internship would really help me to get closer to my goal.
Also, please do visit the links to my projects given below. It'll help you decide that I am certainly fit for the role.
1.https://github.com/TrunnMosby/Face-Mask_Detection
1.https://github.com/TrunnMosby/Human-emotion-detector
2.https://github.com/TrunnMosby/Fashion_MNIST
3.https://github.com/TrunnMosby/Cats-Vs-Dogs
4.https://github.com/TrunnMosby/Flower_prediction_category_hackathon
5.https://github.com/TrunnMosby/Books_Price_prediction_Hackathon
6.https://github.com/TrunnMosby/Popularity_Prediction_Hackathon
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Tarun Nagdeve
Nagpur
Applied 07 Feb'21
Python Computer Vision Data Analytics
Deep Learning Machine Learning OpenCV
R Programming SQL
Bachelor of Technology B.Tech)
Indian Institute Of Technology T irupati
2018 - 2022
Senior Secondary XII, Science
Montfort Sr. Sec School
CBSE board)
Year of completion: 2018
Percentage: 76.00%
Secondary X
Montfort Sr. Sec. School
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Data Science
Diginique Tech Labs, Virtual
May 2020 - Jun 2020
We were to build machine learning models
Human-emotion recognizer
May 2020 - Jun 2020
A model that detects human emotion like sad ,happy made using tensorflow and keras.
News category classifier
May 2020 - Jun 2020
A classification model that classifies text based on the content in it.
House Prediction model
May 2020 - Jun 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9359974470
A regression model that predicts housing prices based on given factors
I've also participated in many hackathons on MachineHack platform and managed good ranks .Here is a link to my profile :-
https://www.machinehack.com/user/profile/5ef0a238b7efcc325e393393
Also, I have a good knowledge in python,problem solving,SQL and artificial intelligence.Here is my HackerRank ID for your
reference:-
https://www.hackerrank.com/tarunnagdeve774
Rank 146: Resume 1106 with similarity score 0.04397191260020739
Resume Text: B.E , MS , B.TECH , BS senior developer , associate , technical consultant , devops , software developer , solution architect , full time , senior architect , informatica , training specialist data warehousing , training , customer , microsoft azure , data warehouse , platforms , it security , databases , docker , linux , test cases , edw , aggregator , status , business understanding , specifications , plus , writing , technical design , infrastructure , reach , scrutiny , procurement , salesforce , pds , teradata sql , publishing , retail , turn , devops , access , kubernetes , designation , scorecard , hindi , loan , ltd , data modeling , english , supply , leadership , range , flow , strategy , punjabi , one , enterprise data , javascript , technology , insurance , hadoop , logics , reporting , general , ab initio , vendors , affirmative action , oracle , test scripts , project plans , maintenance , unix , checks , security compliance , architecture , email , business rules , aws , network security , data quality , unit testing , languages , data marts , hive , scheduling , cdc , functionality , business applications , health , analytics , bteq , building automation , legacy systems , authorization , teams , approvals , business analysis , power exchange , focus , remediation , electronics , transformations , debugging , shell scripting , running , repository , router , python , cloud computing , load , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 1/4
Current Designation: Senior Architect
Current Company: TietoEvry India Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,Delhi / NCR,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
TietoEvry India Pvt. Ltd. as Senior Architect
Jan 2020 to Till Date
I am responsible for designing and implementing infrastructure on AWS using IaaC technologies and Devops paradigm,
Also responsible for building automation solutions on AWS and on other platforms using python and linux
Barclays Technology Centre as Senior Developer
Aug 2015 to Jan 2020
Design and Implement infrastructure on AWS cloud.
Deployment of bigdata analytics applications on cloud.
Execute comprehensive Cloud solutions that support business needs and objectives in complex environments with a focus
on DevOps and automation.
Implement technical roadmaps, project plans, requirements, and designs in AWS.
Leverage deep technical expertise, knowledge of IT security compliance policies, and expertise with Cloud computing and
network security to advise and educate technical and non-technical members of the firm to achieve objectives.
Work closely with clients, leadership, and vendors in formal and informal environments to gain approvals, overcome
obstacles, and reach consensus in the furtherance of the firm's Cloud strategy.
Designing the architecture with best practices followed by the industry
Teradata India Pvt. Ltd. as Associate Technical Consultant
Feb 2014 to Aug 2015
In this project we worked on different applications. We have an internal repository of information on Unilever's current (and
prospective) supply base, along with reporting functionality to enable consistent and dynamic access to this information
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Kawaljeet Singh
Cloud Solution Architect - CI CD Solution Design | Cloud
Migration for AWS & Azure with 10 years of experience
Key Skills: sql,unix shell scripting,ab initio,oracle,unix,etl,data warehousing,aws,hadoop,hive,pig,terraform
,kubernetes,docker,codedeploy,codepipeline,Microsoft Azure,Azure,Cloud Computing,Cloud
Summary
* 9 plus years of experience in AWS Cloud,Devops technologies, Data warehousing Technology Requirement Analysis, Data
Analysis, Application Design, Application Development which includes, Requirement gathering, Customization, Maintenance
and Testing of various Business Applications in Data Warehouse and Training Specialist.
* Extensive hands-on expertise using Ab initio 3.2.2, Informatica 9.x/8.x/ with strong business understanding of Banking,
Insurance and retail sectors.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 2/4
across the procurement function. It is a "one-stop-shop" for all internal users when accessing or providing information on
Unilever's supply base, both in terms of information about the organizations, and the specific relationship they have with
Unilever
Fetching data from teradata database.
Storing the data in hive tables to create a datastore.
Developed complex CDC logics in hive to cater requests from downstream teams.
Building archival solutions to archive closed transactions.
Capgemini as Associate Consultant
Feb 2011 to Feb 2014
* Responsible for analyzing, designing and developing ETL strategies and processes, writing ETL specifications.
* Involved in business analysis, technical design sessions with business and technical staff to develop requirements
document and data modeling with design of Data Warehouse, data marts.
* Developed standard and re-usable mappings and mapplets using various transformations like expression, aggregator,
joiner, source qualifier, router, lookup, update strategy, etc.
* Data quality checking and interacting with the business analysts
* Communication with the client for weekly status report and responsible for writing Teradata BTEQ Scripts.
* Created the unit test cases for mappings developed and verified the data.
* Conducted the peer review and debugging for mappings developed and tested.
* Creating test plans and developing Test Scripts:Unit Testing,UAT support, document results, fixes assigned SIT & UAT
defects and provides status for tracking.
UG: B.Tech/B.E. (Electronics/Telecommunication) from MAHANT BACHITTAR SINGH COLLEGE OF ENGINEERING AND
TECHNOLOGY JAMMU in 2009
Education
IT Skills
Skill Name Version Last Used Experience
Informatica 9.6 2016 4 Year(s) 7 Month(s)
TERADATA SQL 14 2016 4 Year(s) 7 Month(s)
Teradata 14 2016 4 Year(s) 7 Month(s)
Informatica Power Exchange 9.6.1 2016 2 Year(s) 0 Month(s)
Unix 2018 5 Year(s) 0 Month(s)
Ab Initio 3.2.2 2018 3 Year(s) 0 Month(s)
AWS 2020 4 Year(s) 0 Month(s)
HADOOP 5.6 2019 3 Year(s) 0 Month(s)
AZURE 2021 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
ENGLISH Expert
HINDI Expert
PUNJABI Expert
Projects
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 3/4
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Aug 2015 - Aug 2016
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Mar 2014 - Feb 2015
Onsite / Offsite: Offsite
Team Size: 17
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Programmer
Duration: Dec 2012 - Feb 2014
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Jun 2011 - Dec 2012
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Title: KAMLS Remediation
Client: Barclays Absa
Skill Used: Ab initio, Informatica Power Centre, Informatica power exchange, Teradata SQL, Unix Shell Scripting
Role Description: Developing, reviewing and testing of the code. Developing various migration documents and helping peers.
Project Details: This project is divided in two phases, in our first phase we did the reconciliation of the data. And in our
second phase we acquiring the data and publishing it to build E layer.
Project Title: Unilever
Client: Unilever
Skill Used: Informatica, Teradata SQL, Bteq,
Role Description: *Develop and maintain in-depth knowledge of Teradata Applications products in order to
support customers.
*Manage customers' expectations to ensure satisfaction with Teradata and our products.
*Ensure that every customer is treated professionally
Project Details: In this project we are working on different applications. We have an internal repository of information on
Unilevers current (and prospective) supply base, along with reporting functionality to enable consistent and dynamic access
to this information across the procurement function. It is a one-stop-shop for all internal users when accessing or providing
information on Unilevers supply base, both in terms of information about the organizations, and the specific relationship they
have with Unilever.
Project Title: Discover Corporate Customers
Client: Discover
Skill Used: SQL, Informatica and Tearada
Role Description: *Responsible for analyzing, designing and developing ETL strategies and processes, writing ETL
specifications. *Involved in business analysis, technical design sessions with business and technical staff to develop
requirements document and data model
Project Details: This project is basically designed for Discover Corporate Customers.This Project aims to Decide sanctioning
route for all corporate customers whether it is Fasttrack, Standard, Light.Also to scorecard all corporate customers using
scorecarding Business Rules. The input data for scorecarding process is coming from Zues and Customer Databases. We
are the ETL Team running Scorecarding Process .Once Scorecarding is done , outcome of our process is given to Salesforce
Team which will in turn finally decide the sanctioning route for corporate customers.Once scorecarding is done, we will put
the customer into Fasttrack or Standard or Light mode, For customers in Fasttrack mode , loan is immediately sanctioned.For
Standard and light mode customers , certain scrutiny checks are required. This process is able to complete in one day.
Project Title: WellPoint Insurance
Client: WellPoint Insurance
Skill Used: Informatica 8.6, Oracle 9i, UNIX
Role Description: * Replicate operational tables into staging tables, Transform and load data into enterprise data warehouse
tables using Informatica from their legacy systems and load the data into targets by ETL process through scheduling the
workflows.
Project Details: WellPoint is the nation's leading health benefits company serving the needs of approximately 34 million
medical members nationwide. It is offering a broad range of medical and specialty products. WellPoint is a Blue Cross or
Blue Cross Blue Shield licensee in 14 states: California, Colorado, Connecticut, Georgia, Indiana, Kentucky, Maine, Missouri,
Nevada, New Hampshire, New York, Ohio, Virginia, and Wisconsin.
The goal of Enterprise Data Warehouse (EDW) program is to create a single, authoritative source for analytical reporting.
The flow of this project is to getting the data on to the Enterprise Data Warehouse (EDW) using the Persistent Data Source
(PDS) as the Input. Taking the PDS as input and applying all the business rules and transformations, the data would be
loaded onto the Target Data Base, which is standing on Universal Data Base (UDB). Loading of data into the EDW is done
using the ETL Tool Informatica. Loading of data into EDW process need to be scheduled using Informati
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e10001…
https://freesearch.naukri.com/preview/printResume?uname=7b028a19d071d89ea5965a66984689b5580e01034c120e45034712580f00054e1000130617440b5f5b… 4/4
Rank 147: Resume 1204 with similarity score 0.04396942474718892
Resume Text: MS , BS solutions architect , cognos , associate , devops , quality assurance , azure architect , solution architect , full time , general manager , enterprise architect business case , telugu , rom , microsoft azure , security , data warehouse , platforms , rfi , campaign management , docker , linux , beginner , flume , edw , customer satisfaction , astute , status , indicators , datastage , root , mumbai , bitbucket , facebook , network services , kibana , infrastructure , data center , payments , sql server , cognos , organization , crm , pipeline , elasticsearch , sprints , cxo , ansible , devops , spark , access , kubernetes , designation , mar , pre-sales , csm , hindi , gauges , ltd , windows , netezza , english , twitter , scientists , project , mongodb , leadership , range , ibm , rest , c++ , machine learning , git , strategy , fuel management , itil , enterprise data , standard work , javascript , data products , farms , public administration , general , bespoke , blogs , vendors , affirmative action , oracle , launches , dispensers , glue , vendor management , unix , kafka , iaas , paas , architecture , social media , email , google , business intelligence , aws , german , operations , saas , languages , youtube , big data , teradata , amazon , cassandra , management system , mobile , c-stores , sensors , dashboards , 360 , program management , management skills , transformation programs , odc , csat , migrating , jenkins , rfp , ecr , analytics , offers , pos , revenue , ios , authorization , due diligence , embedded , aggregation , models , siebel , insite , devices , test automation , servers , drive , s3 , cloudera , tableau , hbase , app , network testing , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 1/4
Current Designation: Cloud Solution Architect -Database
Current Company: UST Global Ltd,
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
UST Global Ltd, as Cloud Solution Architect -Database
Jun 2020 to Till Date
Cloud Infra Solution Architect
Support Wolters Kluwer "Journey to Cloud" program by migrating NTT Data Center to AWS & Azure. Deliver ROM,
Solution, Architecture Review, Business Case, Implementation and Cut-overs. Migrated 50+ servers and solution in
progress for 75+ servers
Gilbarco Veeder Root as Asst. General Manager
Oct 2017 to Nov 2019
Cloud, Embedded, & Point of Sale
GVR is the leading brand that provides solutions and technologies for forecourts, fuel management systems, payments
systems, and c-stores. GVR is providing cloud-based IT solutions to its customers to support its range of devices: fuel
dispensers, Sensors, Gauges, PoS machines etc. Cloud platform developed based on AWS and private webservices.
Managed DevOps, Cloud, & BigData for products such as Cloud IoT, Payment, & Point of Sale
* Transition to Cloud and Implement Big Data products on Cloud [AWS EMR]
* Strategy, Design, and implementation of DevOps, CICD pipeline & Automation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Janaki Prasad Kaki
ITIL, CSM, AWS Cloud Solution Architect seeking roles in IT Project
Management,Program Management,Delivery Management,Vendor
Management,Business Intelligence,Pre-sales,Cloudera,IBM Netezza,Teradata,AWS
RedShift,IBM Cognos,Tableau,IBM Datastage
Key Skills: Cloud Solution Architect/Enterprise Architect,IT Project Management,Program Management,Delivery
Management,Vendor Management,Business Intelligence,Pre-sales,Cloudera,IBM Netezza,Teradata,AWS RedShift,IBM
Cognos,Tableau,IBM Datastage
Summary
An astute professional with over 19 years of IT experience in project management, development, solution, quality assurance,
multi-vendor management, & transitioning of IT projects.
Extensive exposure of AWS & Azure Cloud, Data warehouse, Big Data, Analytics, Business Intelligence, & DevOps
Executed multiple enterprise transformation programs >$100mn
Infra migration of 100+ servers to AWS & Azure cloud; Implemented IaaS, SaaS, & PaaS
Implementing DevOps/CICD; resulted in Reduced product release efforts by ~70% and improved release frequency by 50%
Implemented BDD & TDD; Built squads & capability at organization level
Excellent Customer management skills with CSAT score of 9/10; Setup ODC for European customer and managed P&L
account for $2mn
Managed team of 150+ team members in direct and vendor managed model
Delivered Big Data platforms for Social media, Network Analytics, & IoT; Data lakes for analytics & Machine learning
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 2/4
* Implementation of BDD and TDD methodologies
* Develop standard work template for DevOps; Guide, train, and implement DevOps for projects [BitBucket, Jenkins,
Ansible, Docker, Postman, Kibana]
* Project transition, resource ramp up, environment planning, and delivery
Vodafone India Ltd., as General Manager- Solution & Delivery Excellence
Jan 2011 to Oct 2017
Cloud, & Big Data
Transformation programs
Vodafone corporate website, website hosted on-premise and provides access to customers for product launches,
promotions, payments etc. Assess current infra utilisation, identify bottlenecks and propose strategy for implementation of
migration to AWS cloud
Cloud Aggregation Layer is a robust, feature-rich and SaaS management and aggregation platform that simplifies Cloud
services & ISVs delivery that incorporates the feature set necessary to ensure that Customer SaaS Business succeed
MSISDN Mart for Analytics [BigData], MMFA, provides end customer flexibility to create their own reports based on
models at MSISDN level. Delivered 26 models part of the project. MMFA project provides self-service BI with launch of
MMFA project. Big data platform is integrated with INF and WAP-DW source system for network services and analytics
Socio CRM [BigData], Simplify360, listens to millions of social media websites, blogs, forums, and mainstream sites such
as Twitter, Facebook, YouTube, Google. Data from these sites are collected by inherent crawlers and made available
within 5-10mins eventually Call center response team will act in given TATs and different analytics are generated.
Transformation programs
mPesa, Disha Billing, Sumeru Siebel CRM, Unify PoS etc
Drive program by coordination across multiple organizational function such as business, SI partners, security,
infrastructure to achieve project successes
Collaborate with security, local markets, delivery, operations, public cloud service, SI partners, Amazon SMEs, Data
Scientists etc.
Evaluation and recommendation for suitable tools and technologies; Lead RFI & RFP
Transformation from legacy platform to a modern cloud hosted platform
Due diligence for selection of Big Data platform & tools
Validate VROM estimate, Solution Design, plan &aligning sprints with business priorities
Organization QA strategy, across multiple BUs, vendors etc; Test automation initiatives
Initiated Mobile Cloud Farms, Crowd source testing, Network testing etc
UG: B.A (Public Administration) from Andhra University, Vishakhapatnam in 2000
PG: MCA (Computers) from NIELIT, New Delhi in 2003
Other Qualifications/Certifications/Programs:
AWS Big Data Speciality
AWS Solutions Architect - Associate
Microsoft Azure Architect technologies
Education
IT Skills
Skill Name Version Last Used Experience
Spark, R 6 Year(s)
GIT 4 Year(s)
VB Script, C, C++, Java 10 Year(s)
Terraform 2 Year(s)
Oracle & MS SQL Server 19 Year(s)
HBASE 4 Year(s)
Windows, Unix, & Linux 19 Year(s)
Cloudera BIG DATA 6 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 3/4
Nature of Employment: Full Time Duration: Oct 2017 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2017 - Oct 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2016 - Oct 2017
IBM Netezza, Teradata 6 Year(s)
IBM Datastage, AWS Firehose, AWS-Glue 4 Year(s)
Kafka 2020 2 Year(s)
FLUME 2018 2 Year(s)
AWS 2020 4 Year(s)
Cassandra 2020 2 Year(s)
Mongodb 2018 2 Year(s)
AWS EMR 2020 2 Year(s)
Kubernetes 2020 2 Year(s)
DOCKER 2020 5 Year(s)
Ansible 2020 5 Year(s)
Jenkins 2020 5 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
German Beginner
Projects
Project Title: Cloud Insite 360, Emedded, Payments, and Point of Sale machines
Client: Gilbarco Veeder Root
Project Details: GVR is the leading brand that provides solutions and technologies for forecourts, fuel
management systems, payments systems, and c-stores. GVR is providing cloud based IT
solutions to its customers to support its range of devices: fuel dispensers, Sensors, Gauges,
PoS machines etc. Cloud platform developed based on AWS and bespoke webservices.
Managed DevOps & BigData for products such as Cloud ConnectedServices, Payment, &
Point of Sale
Strategy and implementation of DevOps; Implementation of BDD and TDD
methodologies
Develop standard work template for DevOps; Guide, train, and implement DevOps
for projects [BitBucket, Jenkins, Ansible, Docker, REST APIs Postman]
Review architecture and deploy integration of AWS ElasticSearch, Lambda, S3,
Kinesis, ECR, and EMR for Cloud platform
Project transition, resource ramp up, environment planning, and delivery
CXO Dashboard provides a single view of KPIs for Leadership and senior management.
Dashboards are presented using IBM Cognos BI plat
Project Title: CXO Dashboard
Client: Vodafone
Project Details: CXO Dashboard provides a single view of KPIs for Leadership and senior management.
Dashboards are presented using IBM Cognos BI platform and Cognos native app is used to
deliver the business indicators. Total 61 KPIs are can be viewed on hand held devices.
Dashboard are made available on Andriod and iOS devices.
Project Title: MSISDN Mart For Analytics [BigData],
Client: Vodafone India Services Pvt. Ltd.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a…
https://freesearch.naukri.com/preview/printResume?uname=b6f2dff91e1f0df16e37724feec9e8f5515d5a5443100a430b15135b5d5d534a450e180a10175b5b5d05… 4/4
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Jan 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2014 - Jan 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2011 - Jan 2014
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: MMFA [BigData], MSISDN Mart for Analytics, provides end customer flexibility to create their
own reports based on models at MSISDN level. Delivered 26 models part of the project. MMFA
project provides self-service BI with launch of MMFA project. Big data platform is integrated
with INF and WAP-DW source system for network services and analytics
Project Title: Socio CRM
Client: Vodafone
Project Details: Socio CRM [BigData] listens to millions of social media websites, blogs, forums, and
mainstream sites such as Twitter, Facebook, YouTube, Google. Data from these sites are
collected by inherent crawlers and made available within 5-10mins eventually Call center
response team will act in given TATs and different analytics are generated.
Project Title: Campaign Management System [BigData]
Client: Vodafone
Project Details: FlyTxt[Big Data] is a real time and effective campaign management system. FlyTxt will help
enhance revenue, customer satisfaction, focused offers, and reduce churn. Flytxt will provide
both pull and push offers to customer
Project Title: Datawarehouse migration from Teradata to Netezza
Client: Vodafone
Project Details: EDW, Enterprise Data warehouse, is a migration program from Terradata to Netezza. EDW
stores data from disparate sources using ETL. With this migration latency will be reduced to D-
1 from D-5 for daily and to D-3 from D-7 for monthly. Approx 7000 scripts and 12000 tables will
be migrated as part of program
Rank 148: Resume 501 with similarity score 0.04392895536111901
Resume Text: B.TECH , BS work from home , classifier , full time internships , data visualization , classification , sqlite , deep learning , natural language processing , draw , investigation , digital , classifiers , twitter , building models , embedded , project , fact , mumbai , resume , breast cancer , electronics , data analysis , hiring , machine learning , completion , assessment , data science , python , web , online Assessment
Q1. Why should you be hired for this role?
Since I am a fresher, I am still learning. But I can vouch for the fact that I am a fast learner and have zeal to learn. Hiring me can be a mutually
beneficial arrangement for this company and me. I find Data Analysis fascinating and I started learning Data Science and Machine Learning online.
I've also completed projects based on Data Visualization and building models of Machine Learning.
I have following skills which are benificial for this job:
1 Python
2 R Programming
3 SQL
4 Data Science
5 Machine Learning
6 Natural Language Processing
7 Web Scrapping using Beautiful Soup
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available full time for 3 months and I can start immediately.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Sanket Kudtarkar
Mumbai
Applied 08 Feb'21
Natural Language Processing
NLP
Python Data Science
Machine Learning R Programming SQLite
B.Tech Hons.), Electronics Engineering
K. J. Somaiya College Of Engineering
2015 - 2021
CGPA 6.05/10
Senior Secondary XII, Science
Vani Vidyalaya
HSC board)
Year of completion: 2015
Percentage: 60.00%
Secondary X
N.G. Purandare High School
SSC board)
Year of completion: 2013
Percentage: 82.40%
Python Developement
Swabhav Techlabs, Virtual
Jan 2021 - Present
Build Deep Learning Models Using Tensorflow
codecademy, Online
Nov 2020 - Nov 2020
Data Science And Machine Learning
codecademy, Online
Jun 2020 - Aug 2020
PROJECTS
CONTACT Phone: 91 8879415567
I've learnt to analyze data, communicate the findings, and even draw predictions using machine learning. Along the way, I've
also build portfolio-worthy projects.
Natural Language Processing
codecademy, Online
Jun 2020 - Present
TWITTER CLASSIFICATION CUMULATIVE PROJECT ML
Nov 2020 - Nov 2020
Machine Learning Naive Bayes Classifiers)
Contactless Digital Tachometer
Aug 2019 - Oct 2020
Used Embedded C.
HONEYBEE PRODUCTION ML
Oct 2020 - Oct 2020
Investigation of honeybee population decline and how the trends of the past predict the future for the honeybees.
BREAST CANCER CLASSIFIER ML
Oct 2020 - Oct 2020
Machine Learning KNearest Neighbor Classifier).
Rank 149: Resume 265 with similarity score 0.04389638995945124
Resume Text: MS , M.S , BS work from home , virtual assistant big data analytics , internships , deep learning , nlp , natural language processing , russian , speech recognition , models , project , arma , prediction , resume , ibm , machine learning , prophet , sentiment analysis , trend analysis , assessment , arima , python , data science , forecasting , scrap , online Assessment
Q1. Why should you be hired for this role?
Boongg is a company where data generated is T ime Series and due to my master thesis in Stock Trend Analysis including Sentiment made me
good in T ime Series Analysis. I have good knowledge of various time series models like ARIMA, ARMA, LSTM, Prophet and so on. I am perfect
candidate for this role due to my deep interest in T ime Series analysis and forecasting. I am currently pursuing my Master from top Russian
university and achieved excellent grades in Machine Learning. I have all the necessary skills required for this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for next 3 months for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
CONTACT Phone: 7 9137224603
Kaivalya Anand Pandey
Novosibirsk, Pune
Applied 09 Feb'21
Natural Language Processing
NLP
Python MSExcel
Data Analytics Deep Learning Machine Learning
Master of Science M.S.), Big Data Analytics And AI
Novosibirsk State University
2019 - 2021
CGPA 4.10/5
Data Science
Stream Data Analytics And Machine Learning Laboratory, Novosibirsk
Oct 2020 - Dec 2020
I worked on NLP Project of Speech Recognition and Relation Extraction.Relation Extraction was to predict relation on
SemEval 10 dataset like cause-effect, entity-container etc.
Data Science
IBM, Online
Jan 2020 - Jan 2021
Virtual Assistant
Sep 2020 - Feb 2021
https://english.nsu.ru/admission/programs/master-s-degree-programs-english/big-data-analytics/
This project was to develop chatbot for our master program which can assist applicants with answers to their questions.
Stock Trend Prediction including Sentiment Analysis.
Feb 2020 - Present
This is my master thesis and it is to automatically scrap news from financial websites and apply sentiment analysis and then to
predict how much change whether positive or negative, it will bring on prices.
https://english.nsu.ru/admission/programs/master-s-degree-programs-english/big-data-analytics/
Rank 150: Resume 406 with similarity score 0.04363252001028498
Resume Text: MS , B.TECH , BS work from home , partner , machine learning intern , student multilingual , algorithms , internships , css , twitter api , deep learning , mar , mysql , mining , data analytics , red wine , new concepts , natural language processing , artificial neural networks , node.js , models , project , application , coursera , c programming , fact , resume , paper , android , data analysis , machine learning , computer science , completion , assessment , bank management , management system , data science , python , one , javascript , organization , campus , technology , html , online Assessment
Q1. Why should you be hired for this role?
I am a fresher in the immense field of machine learning and Data Science . But I can substantiate the fact that I am a fast learner with decent
grasping capabilities. I am always open to learn new concepts and is curious to dig deep and explore more on it. I can cope up with new
methodologies and have a potential to improvise them. I have a few bright and interesting ideas that I would like to put forward to the
management. Being a part of this esteemed organization will help me learn a lot. I can assure you utmost dedication from my side and all that I can
do at my level for the betterment of this organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months starting from 1st March for a work from home. I have exams till 27th February.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Prerana Deshpande
Bangalore, Bijapur
Applied 08 Feb'21
Python Natural Language Processing
NLP
C Programming
C Programming Android Data Analytics
Data Science Deep Learning Java
Machine Learning MySQL
Bachelor of Technology B.Tech), Computer Science
Pesit South Campus
2017 - 2021
CGPA 9.07/10
Senior Secondary XII, Science
Vidhya Jyothi PU College
KARNATAKA STATE BOARD board)
Year of completion: 2017
Percentage: 93.33%
Machine Learning Intern
Uniconverge Technologies, Virtual
Apr 2020 - May 2020
Built a neural network model to classify toxic Multilingual comments and achieved 82.5curacy score.
Internshala Student Partner
Internshala, Virtual
Oct 2019 - Jan 2020
Volunteered in technical even at college-level called Kalpana in Hospitality Department for 2 consecutive years.
Deep Learning AZ Hands-On Artificial Neural Networks
Udemy - Online Courses, Online
Mar 2020 - Present
Machine Learning In Python
Coursera, Online
Feb 2020 - Jun 2020
Machine Learning
Coursera, Online
Nov 2019 - Mar 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9945683473
Bank Management System
Oct 2019 - Dec 2019
https://github.com/preranadeshpande/Bank_Management_System.git
It's a application which allows on authorized employees to login and manage the bank customers. Used MySQL, Node.js,
HTML, CSS, javaScript
Red Wine Project
Mar 2020 - Present
https://github.com/preranadeshpande/Red_Wine_Project.git
Various Machine learning model to predict the quality of the Red Wine using multiple attribues.
Aspect based opinion mining on Restaurant reviewes
Jun 2020 - Present
Twitter data Analysis based on COVID19
Mar 2020 - Present
Extracting twitter data using Twitter API and Analysing it in the light of covid-19
TeleCustomer Churn Project
Feb 2020 - Present
https://github.com/preranadeshpande/TeleCustomer.git
Built Machine Learning models using different algorithms to predict the churning of customers based on 20 different
parameters . Programming language used-Python
Secured 3rd Rank among 180 students in my department academics at university level.
I'm currently working under one of my professor regarding a paper.
https://github.com/preranadeshpande/Bank_Management_System.git
https://github.com/preranadeshpande/Red_Wine_Project.git
https://github.com/preranadeshpande/TeleCustomer.git
Rank 151: Resume 528 with similarity score 0.043581111775616806
Resume Text: B.TECH , BS work from home , classifier training , web development , natural language , internships , data visualization , classification , data analytics , import , english , splits , normalization , models , project , matrix , application , focus , introduction to , steps , resume , vector , android , testing , data analysis , logistic regression , machine learning , computer science , sentiment analysis , foundation , completion , data feeds , assessment , cisco , scikit-learn , data science , python , feature extraction , javascript , technology , financial data , toolkit Assessment
Q1. Why should you be hired for this role?
Dear Sir,
I offer to share my knowledge to provide valuable contributions to you. I can assure you that I will be very focus and eager to help you. I am a
result-oriented, detail-oriented, and self-driven person with commitment who values quality results.
Thank you for taking the time to read my application. I can start the project immediately if you will be chosen me.
Best Regards,
Shantanu
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Shantanu Singh
Ghaziabad, Lucknow
Applied 08 Feb'21
Python Android Java
Data Analytics Data Science JavaScript
Machine Learning
Bachelor of Technology B.Tech), Computer Science & Engineering
Inderprastha Engineering College
2017 - 2021
CGPA 3.00/5
Senior Secondary XII, Science
Central Academy
CBSE BOARD board)
Year of completion: 2015
Percentage: 70.00%
Secondary X
Central Academy
CBSE BOARD board)
Year of completion: 2013
Percentage: 72.00%
Data Science Trainee
The Sparks Foundation, Virtual
Aug 2020 - Sep 2020
Worked on Machine Learning Models and Data Analysis
Software Engineering Virtual Experience
JpMorgan Chase &Co.(insidesherpa), Virtual
Jun 2020 - Jul 2020
Establishing Financial Data Feeds
Frontend Web Development
Data Visualization with Perspective
Vector Machine Classification in Python
Jun 2020 - Jul 2020
https://coursera.org/share/00ffcf4ef7c9735d9fc865b2c336be43
https://coursera.org/share/00ffcf4ef7c9735d9fc865b2c336be43
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7880580300
import the dataset and perform training/testing set splits
Apply feature scaling for normalization
Build an SVM classifier and make Predictions
Build a Confusion Matrix and Visualize the results
COVID19 Data Analysis Using Python
Jul 2020 - Jul 2020
https://coursera.org/share/ffa3818ad39e8193fb5053bfee2c09da
Learned the steps, needed to be taken to prepare your data sources for an analysis
Learned how to look at your data to find a good measure to stablish your analysis based upon
Learned to visualize the result of your analysis
Perform Sentiment Analysis with scikit-learn
Jun 2020 - Jun 2020
https://coursera.org/share/b8418c86eb54bc993e64c6febfe0e3b8
Build and employ a logistic regression classifier using scikit-learn
Clean and pre-process text data
Perform feature extraction with The Natural Language Toolkit NLTK
Tune model hyperparameters and evaluate model accuracy
AMCAT certified in English comprehension-
https://www.myamcat.com/certificate/12246499/in-english-comprehension/283
AMCAT certfied in buisness analyst-
https://www.myamcat.com/certificate/12246499/business-analyst/94
Introduction to Programming Using Python
https://www.coursera.org/account/accomplishments/records/RWP6H3244EHH?
utm_source=link&utm_medium=certificate&utm_content=cert_image&utm_campaign=sharing_cta&utm_prod
uct=course
Python Data Structures
https://www.coursera.org/account/accomplishments/verify/W3FKTVQWD297?
utm_source=link&utm_medium=certificate&utm_content=cert_image&utm_campaign=sharing_cta&utm_prod
uct=course
Cisco
Introduction to Cybersecurity
https://www.youracclaim.com/badges/2d002854850a-432e-8dd6673328879f4b/linked_in_profile
https://coursera.org/share/ffa3818ad39e8193fb5053bfee2c09da
https://coursera.org/share/b8418c86eb54bc993e64c6febfe0e3b8
Rank 152: Resume 1121 with similarity score 0.04356465867191667
Resume Text: B.S , MS , M.Sc , M.S operations associate , full time , process trainer , operations professional , business analyst amazon web services (aws) , reporting , training , vm , user acceptance testing , onboarding , general , telugu , credit , virtual machines , access , root cause , microsoft azure , fusion , designation , office , affirmative action , it operations , emc , sales intelligence , cloud , hindi , eod , quote , ltd , geology , gateway , investigation , authorization , english , iaas , teams , status , customer service , email , logging , tracker , business analysis , business intelligence , product management , provisioning , bpo , ownership , bridge , oracle crm , gsi , resolve , auditing , storage , infrastructure , languages , dashboard , restoration , connections , app , coordinated , javascript , forecasting , data centers , base 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f140142…
https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f1401420716460d5d0c… 1/2
Current Designation: IT Operations Associate
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Visakhapatnam,Bhubaneshwar,Bengaluru /
Bangalore
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Operations Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [Geology]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as IT Operations Associate
Aug 2018 to Till Date
Working on Cloud infrastructure-based queries (IAAS Platform) where analyzing the issues related to Cloud products like
cloud gateway, Amazon Web Services (AWS), Microsoft Azure along with Net App, VM Ware, EMC backup.
Ability to handle, escalate, conduct investigation to validate and identify the root cause, impact and severity to resolve the
queries in a timely manner within SLA.
Responsibile for logging incident or requests through Emails.
Working on emails and tickets related to VPN access, Virtual Machines, Server Network connections, backups and
storage.
Responsible for providing colocation and Vendor access to Australian Operational data centers.
Handling Severity 1 and Severity 2 tickets based on impact on production and company and leading the ownership of the
issue until resolution.
Setting up bridge calls with related teams for effective co-ordination and resolving the incident and service restoration.
Responsible for reporting for the daily tracker related to delivery and End of the day (EOD) reports.
To provide training sessions to new joiners and existing partners in the team to builds strong domain knowledge.
Randstad India Ltd as Business Analyst
Jul 2016 to Aug 2018
Strong knowledge in Quote to order process and Oracle CRM tool.
Opportunity (New, Expansion and renewal/replenish) creation and management.
Quoting - Cloud and non-cloud Onboarding, expansion and renewal orders.
Experienced in handling SR / Incident management within given SLA.
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
SREELEKHA RAO
IT Operations Associate, Subject matter expert, Microsoft Azure Adminstrator, Change
Management, Process Trainer, Quality checking , Auditing, Operations Reporting,
Incident Management, AWS
Key Skills: IT Operations Associate,IT Operations,Process Improvement,SLA Management,Escalations
Management,Business Analysis,Business Intelligence,AWS,MS Azure,Oracle CRM,Reporting,Process Training,Product
Training
Summary
A mature IT Operations professional with 4.5+ years of experience working with employee base across various geographies.
During my tenure I spent in playing multi-faceted roles in the field of IT Operations including developing accurate analysis of
operational process and helping management to implement new processes.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f140142…
https://freesearch.naukri.com/preview/printResume?uname=12882cbe82e8613e2f7533647a76f65451540f074c120b125243445c5808024f1401420716460d5d0c… 2/2
Experienced in Bug logging and reporting.
Handled Escalations and coordinated with various internal teams (Product Management, Contracts, Booking, Collection
and Provisioning team) to resolve the issue in a timely manner to ensure the deal is processed within the dead line.
Familiar with Quoting tools (GSI/Web quote/CPQ).
Point of contact for Sales Intelligence (SI) Dashboard Tier-1 Support team
Business Intelligence (BI) Dashboard, Sales Forecasting tools and revenue/ sales credit related queries.
Involved in User Acceptance Testing (UAT) for various new Oracle Fusion tools.
UG: B.Sc (Geology) from RAVENSHAW UNIVERSITY in 2012
PG: MS/M.Sc(Science) (Geology) from Utkal University Bhuvaneshwar in 2014
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE
AWS, MS Azure, Oracle CRM
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
ODIA
TELUGU
Rank 153: Resume 168 with similarity score 0.04352379433198348
Resume Text: MS , B.TECH , M.TECH , BS work from home , autocad , design engineer marathon , robotics , algorithms , internships , design , data analytics , hindi , machining , organ donation , english , linear algebra , nss , sql , project , water , autocad , text classification , wikipedia , c programming , iit , prediction , resume , stock market , matlab , economics , machine learning , finance , statistics , completion , assessment , probability , data science , python , coordinated , technology Assessment
Q1. Why should you be hired for this role?
Sir/ma'am, I am proficient in Machine Learning, Data Structures & Algorithms, Data Analytics, Python and SQL. I have done courses like Machine
Learning, Python for Data Science, Probability and Statistics, Linear Algebra. Also, I have worked on a couple of Machine Learning Projects using
Python.I believe that my skills make me the best match for this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months and can start working immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Deepak Sagar
Aligarh
Applied 07 Feb'21
Python Algorithms AutoCAD
C Programming C Programming Data Analytics
Data Structures Economics MATLAB
MSOffice Machine Learning SQL
Integrated B.Tech & M.Tech, Mechanical Engineering
Indian Institute Of Technology Madras
2015 - 2020
CGPA 6.05/10
Senior Secondary XII, Science
Jawahar Navodaya Vidyalaya,Aligarh
CBSE board)
Year of completion: 2014
Percentage: 79.40%
Secondary X
Jawahar Navodaya Vidyalaya,Aligarh
CBSE board)
Year of completion: 2012
CGPA 9.20/10
Design Engineer
Deccan industries, Coimbatore
May 2019 - Jun 2019
Subject Matter Expert(Python Programming)
Edufeat, Virtual
Jun 2018 - Jan 2019
Coordinator, Hospitality Department, Sarang 2017 Cultural Fest)
Stock Market Clustering
Aug 2019 - Nov 2019
https://drive.google.com/file/d/1WDDZE3YdpHrsTfYqX8SaFvQ3MiH5npUm/view?usp=sharing
AI Powered Stock Market Prediction
Jan 2019 - May 2019
https://drive.google.com/file/d/12hb3ddeqyJupE2Ogl2MXaPtIVEwJ9vYj/view?usp=sharing
User Based Recommendation Engine
https://drive.google.com/file/d/1WDDZE3YdpHrsTfYqX8SaFvQ3MiH5npUm/view?usp=sharing
https://drive.google.com/file/d/12hb3ddeqyJupE2Ogl2MXaPtIVEwJ9vYj/view?usp=sharing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7037442314
Aug 2018 - Nov 2018
https://drive.google.com/file/d/13D43p0wOP0jG6MxXTtTO_4rQqxsojzDN/view?usp=sharing
Text Classification Using Machine Learning
Aug 2018 - Nov 2018
https://drive.google.com/file/d/16jAK4S7MYUUiTVqNBpHTApfqBcIiSDrq/view?usp=sharing
Analysis Of Abrasive Water Jet Machining Using ANN
Jan 2018 - May 2018
https://drive.google.com/file/d/1tGHLhrdPjQHjgo6R2bKl2v1-dSdXeCry/view?usp=sharing
EXTRACURRICULAR ACTIVITIES
Represented Narmada Hostel in Reverse Coding
and Manual Robotics event in Tech Soc IIT Madras
Demonstrated keen interest in analytics and Finance by being an active member of Analytics Club and Finance Club
Coordinated and Participated in Life Goes On Marathon to spread awareness about Organ Donation
Enriched Hindi Wikipedia by translating 40 webpages from English to Hindi as a part of NSS project resulting in more
regional readers
https://drive.google.com/file/d/13D43p0wOP0jG6MxXTtTO_4rQqxsojzDN/view?usp=sharing
https://drive.google.com/file/d/16jAK4S7MYUUiTVqNBpHTApfqBcIiSDrq/view?usp=sharing
https://drive.google.com/file/d/1tGHLhrdPjQHjgo6R2bKl2v1-dSdXeCry/view?usp=sharing
Rank 154: Resume 605 with similarity score 0.04348292176032481
Resume Text: MS , B.TECH work from home coursera , completion , fit , assessment , python , resume , java , deep learning , technology , sql , artificial intelligence , machine learning , presidency , computer science , camp , data analytics , online Assessment
Q1. Why should you be hired for this role?
Thank you for asking this question! Well, I think I will be a great fit for the internship since I am a quick learner and highly passionate about
pursuing a career in this industry.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes,I am available to work from home for this internship starting immediately
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9972309317
Syed Farzan
Bangalore
Applied 08 Feb'21
Python MSExcel Machine Learning
SQL Data Analytics Deep Learning
Bachelor of Technology B.Tech), Computer Science
Presidency University
2018 - 2022
CGPA 7.00/10
Senior Secondary XII
STATE BOARD board
Year of completion: 2018
Secondary X
STATE board
Year of completion: 2015
Java
Cousera, Online
Nov 2020 - Nov 2020
Artificial Intelligence
Coursera, Online
Oct 2020 - Nov 2020
Machine Learning
Data Camp, Online
Oct 2020 - Nov 2020
Rank 155: Resume 220 with similarity score 0.04292369052462378
Resume Text: B.E , MS work from home , classifier , data analyst customer , algorithms , forest , deep learning , mar , nlp , data analytics , natural language processing , cluster , risk , text classification , pandas , application , numpy , computer vision , resume , electronics , machine learning , django , text analytics , assessment , python , object detection , feature selection Assessment
Q1. Why should you be hired for this role?
Python Data Analyst having experience working in Pandas,Numpy,Scikit.Having Knowledge of Machine Learning concepts.Interested in NLP and
Computer Vision and have done projects based on Text Analytics and Object Detection.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available for 3 months work from home internship starting immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 8870319558
Harshavardhini Selvaraajan
Bangalore, Coimbatore
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Data Analytics Django Deep Learning
Machine Learning
Bachelor of Engineering B.E, Electrical and Electronics Engineering
Sri Ramakrishna Engineering College
2012 - 2016
CGPA 7.90/10
Python
DevU.in, Bangalore
Jan 2018 - Mar 2018
Image Classifier
Oct 2019 - Nov 2019
https://github.com/Harshaselvaraj/Data-Analysis
Human Resource Retention
Jul 2019 - Aug 2019
https://github.com/Harshaselvaraj/Data-Analysis
Text Classification
Jan 2019 - Feb 2019
https://github.com/Harshaselvaraj/Text-POC
Risk Stratification Analysis
Jun 2018 - Oct 2018
Used various Classification algorithms and deployed
Random Forest to predict risk stratification in diabetic patients. A
predictive model was developed with an accuracy score of 0.78
User Grouping using K-means Clustering
Jan 2018 - Apr 2018
Developed a python application to group similar users based
on demographic information such as age, gender, Customer since etc.
Worked on Feature Selection and Cluster size determination.
https://github.com/Harshaselvaraj/Data-Analysis
https://github.com/Harshaselvaraj/Data-Analysis
https://github.com/Harshaselvaraj/Text-POC
Rank 156: Resume 90 with similarity score 0.04289837930977505
Resume Text: MS , M.Sc , M.S , BS science intern , work from home performance analysis , design web , showcase , internships , css , adobe photoshop , demand , mar , mysql , authentication , hindi , interior design , postgresql , models , application , adobe illustrator , prediction , resume , java , machine learning , electricity , forming , foundation , completion , assessment , data science , python , forecasting , technology , artificial intelligence , cd , html Assessment
Q1. Why should you be hired for this role?
It will be a great platform to showcase my skill if I get hired in your company. I can strongly say that I'm a quick learner, and believe that whatever
goals I set, I ensure to complete them within a stipulated time.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I will be available for 3 months.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Arthi B
Sulur
Applied 07 Feb'21
Python Adobe Illustrator Adobe Photoshop
C Programming MySQL Java
R Programming
Integrated M.Sc., Data Science
Coimbatore Institute Of Technology
2018 - 2023
CGPA 8.85/10
Senior Secondary XII, Science
Kendriya Vidyalaya, Sulur
CBSE board)
Year of completion: 2018
Percentage: 81.00%
Secondary X
Kendriya Vidyalaya, Sulur
CBSE board)
Year of completion: 2016
CGPA 9.80/10
Data Science Intern
The Sparks Foundation, Virtual
Jan 2021 - Present
Graphic Designing
Image Creative, Coimbatore
Jun 2020 - Aug 2020
Learnt Adobe Photoshop and Illustrator.
Artificial Intelligence With Machine Learning Workshop
VIT, Chennai, Chennai
Jan 2020 - Jan 2020
Performance analysis of various ML techniques on Banknote authentication
Oct 2020 - Oct 2020
Analysing the performance of various ML models to obtain higher
authentication rate.
Tools: Python, MSExcel.
Detection of Parkinson disease
Mar 2020 - Apr 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9566007646
Detection of disease by creating a machine learning model. It has been created using decision tree and regression concept.
Tools: Python
CSMA/CD simulation
Mar 2020 - Mar 2020
Simulation of CSMA/CD using back-off algorithm.
Tools: C
Interior design web application
Jan 2020 - Feb 2020
Web application for storing user details by creating a login, updating last entry on website and design selections details.
Tools: Python Django), Postgresql, HTML, CSS, JS
Electricity demand prediction
Jul 2019 - Sep 2019
Forecasting the demand of electricity by forming a linear model.
Tools: Python, MSExcel
Staff performance analysis
Dec 2018 - Mar 2019
Analysing the performance of each staff using feedback points given by students.
Tools: C, MSExcel
Completed Praveen exam in Dakshin Bharath Hindi Prachar Sabha with distinction.
Rank 157: Resume 1071 with similarity score 0.04248265505957973
Resume Text: B.E , MS , B.TECH full time , project lead , data scientist , software developer api , encryption , onboarding , algorithms , skype , nosql , designation , ug , mar , affirmative action , hindi , maintenance , authorization , english , status , metadata , bot , solr , email , electronic trading systems , express , project , store , devices , sports , solution architecture , transportation , cuda , microsoft , facebook , features , git , computer science , order management , finance , context , chat , payments , html5 , languages , amazon dynamodb , database , isolation , probability , hbase , personalization , javascript , history , search , equities , third party applications 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19…
https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19041514505b0a… 1/2
Current Designation: Quantitative Strategist -Software
Development
Current Company: Goldman Sachs
Current Location: Hyderabad / Secunderabad
Pref. Location: Delhi / NCR,INDIA,Other International Location
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Goldman Sachs as Quantitative Strategist -Software Development
Aug 2017 to Till Date
Design and implement of backend of electronic trading systems which includes Execution Algorithms in Equities,
Automated Order Management and fills reconciliation. The tech stack used includes Node JS, Express, React including
context API, Mongo DB and Git.
Microsoft as Applied Data Scientist
Jun 2016 to Aug 2017
Personalized Reactive Answers on Cortana and Bing.com: Personalization of Bing results on Cortana and Bing.com. This
includes search results of sports, flights, finance, restaurants etc. based on user's search history.
Cortana Bot for Skype: Worked on a chat bot which can be linked with third party applications like skype, Facebook
messenger. This interacts with users in a personalized fashion giving answers as per their choices and preferences.
Portable Cortana: Integrating Cortana with smart devices like TV, refrigerators, ACs where Cortana can assist users in an
intelligent fashion.
Amazon Development Centre as Software Developer
Jun 2015 to Jun 2016
Worked on an onboarding and account management platform for third party stores that could perform last-mile delivery on
behalf of Amazon. This included doing architectural designing as well as implementation. The features related to secure
document upload view and payments involved encryption algorithms, dealing with consistency and isolation were
implemented.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
AGRITA KHATTAR
Quantitative Strategist seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React,Node Js,Algorithms,Data
Structures,JavaScript,HTML5,dynamoDB,HBase
Key Skills: Quantitative Strategist,Project Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React,Node Js,Algorithms,Data
Structures,JavaScript,HTML5,dynamoDB,HBase
Summary
Result-oriented Professional with over 5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React,Node Js,Algorithms,Data
Structures,JavaScript,HTML5,dynamoDB,HBase.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19…
https://freesearch.naukri.com/preview/printResume?uname=9d7f52b24b3c52f2ebce423395935ddd5e0809574c1a01455716130d085a51431a0e19041514505b0a… 2/2
Worked on Amazon dynamoDB, a NoSQL database for maintaining store's metadata. Store geolocating and automatic
shipment services were built by using complex algorithms for dealing with store capacity to minimize the transportation
cost.
UG: B.Tech/B.E. (Computer Science and Engineering) from Delhi Technological University, New Delhi in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React, Node Js
Algorithms, Data Structures
JavaScript
HTML5
PROBABILITY
CUDA, dynamoDB
HBase, SOLR
TensorFlow
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 158: Resume 1406 with similarity score 0.04233386316410419
Resume Text: B.E , MS , B.TECH , BS sap bw consultant , service manager , team lead sid , reporting , sap hana , value-added , optimization , corrective actions , migrating , root cause , change requests , filters , designation , data warehouse , data extraction , case , affirmative action , ticketing , query designer , ltd , master data , workbench , data modeling , plugin , status , sql , email , project , business intelligence , cubes , sap bi , characters , business requirements , fixing , performance tuning , development work , transformations , writing , c++ , debugging , workbooks , putty , reason , ibm tivoli , data flow , hp service manager , sap implementation , python , scheduling , javascript , schedules , crm , technology , load , kt 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f420…
https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f42001015095f585… 1/2
Current Designation: SAP BW HANA Consultant
Current Company: Teklink Software Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Teklink Software Pvt. Ltd as SAP BW HANA Consultant
Jun 2018 to Till Date
Kellogg's AMS BW (June 2018 - Present)
Client: Kellogg's
Role: SAP BW Consultant
Environment: SAP BW 7.x/ SAP BW 3.x / Putty / File Zilla / IBM Tivoli Workload Scheduler
/ Service Now ticketing tool.
Responsibilities:
* It is an enhancement/implementation & support project which includes enhancement and development work in
terms of new change requests from Business users and internal performance tuning activities. We're majorly
involved in interacting with line-of-business users and working with them on variety of data flow design, Query,
Workbook level changes.
* Worked extensively on Data Warehouse Workbench and customized info objects, info cubes, DSOs, Data
Sources, DTPs, Transformations and MultiProviders. Installing and creating BI objects like info objects, DSOs,
Info cubes.
* Handling various business tickets and worked on their requirements.
* Worked on SoWs including Delta Queue cleanup Activities with Plugin Upgrades.
* Worked on the reporting areas like Bex Query Designer, CKFs & RKFs etc.
* Involved in load monitoring of daily, weekly, monthly data loads using process chains.
* In case of process failure, analyzing the reason for failure and taking corrective actions. Involved in the Root cause
analysis of the load failure and its permanent fix.
* Involved in handling batch failure like invalid Characters, Time limit exceeded, TRFCs stuck issues, short dumps,
SID issues, memory issues etc.
* Documenting the issues with logs. Created various technical or process documents for the team for various
enhancements.
* Involved in giving KT and sharing knowledge across the team.
* Involved in the development tasks in the projects. Collaborated extensively with the Client to understand business
Last Active: 9-Feb-21 Last Modified: 1-Feb-21
UTKARSH JETHWANI
SAP BW HANA Consultant seeking roles in SAP Implementation,SAP Upgrade,SAP
Support,Data Extraction,Data Loader,Data Modeling,Performance Tuning,Business
Intelligence,Requirement Gathering,HP Service Manager,Sap Hana,Python
Key Skills: SAP BW HANA Consultant,Team lead,SAP Implementation,SAP Upgrade,SAP Support,Data Extraction,Data
Loader,Data Modeling,Performance Tuning,Business Intelligence,Requirement Gathering,HP Service Manager,Sap
Hana,Python
Summary
3.5 years of experience which includes SAP Implementation,SAP Upgrade,SAP Support,Data Extraction,Data Loader,Data
Modeling,Performance Tuning,Business Intelligence,Requirement Gathering,HP Service Manager,Sap Hana,Python
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f420…
https://freesearch.naukri.com/preview/printResume?uname=0df347d175eea4571855119a6f4b81c80c0f0a591b155a115040440a090c5019405f42001015095f585… 2/2
requirement & work on value-added reporting.
* Maintaining Master Data table.
* Involved in writing ABAP routine in transformations, update rules, filters etc for performance tuning or remove
special characters.
* Involved in manual/adhoc load, PSA Deletion, selective deletion, impact analysis etc.
* Involved in performance optimization of APDs, Process chains, DTPs, DSO Activation etc.
* Regularly involved in debugging activities, to analyze and modify logic per business requirements.
* Involved in analyzing the gaps & enhancements of various flows, process chains etc.
* Frequent use of IBM Tivoli Workload Scheduler (v 8.5.1), putty & HP Service Manager ticketing tool.
* Analyzing whole system to optimize Tivoli job dependencies & schedule them accordingly.
ITT AMS BW
Aug 2017 to May 2018
ITT AMS BW (Aug 2017 - May 2018)
Client: ITT Inc.
Role: SAP BI/BW Consultant
Environment: SAP BW 7.x/ SAP BW 3.x
Responsibilities:
* Involved in creating Process chains, new queries & workbooks as per requirement.
* Involved in analysis for the failure in load process, taking the corrective actions and fixing it.
* Have been involved in the development work during Migration like version comparison, migrating and activating
datasources from 3.x flow to 7.x flow, creating InfoPackages and DTPs etc.
* Involved in load monitoring of daily, weekly, monthly data loads using process chains.
* Scheduling BW Jobs & monitoring these schedules on Process chains on Adhoc basis.
UG: B.Tech/B.E. (Computers) from Medi-Caps Insttute of Science and Technology, Indore, Madhya Pradesh in 2017
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
SAP ABAP, SQL, JAVA, Python, C++
SAP BW on HANA, BW 7.x, BW 3.5,
Rank 159: Resume 293 with similarity score 0.04229487523020586
Resume Text: B.E , MS , BS work from home training , deep learning , sqlite , mysql , principles , public , unix , visual basic , application , introduction to , pyqt , resume , machine learning , computer science , completion , assessment , data science , python , technology , mathematics , html , database , online Assessment
Q1. Why should you be hired for this role?
I have done data science and machine learning course and need to know about deep learning skills
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months starting from March 1st
Resume
EDUCAT ION
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8287578087
Kumar Prince
Bhagalpur, Delhi
Applied 09 Feb'21
Database Management
System DBMS
HTML MSExcel
MSWord Mathematics MySQL
Unix Visual Basic VB
Bachelor of Engineering B.E, Computer Science & Engineering
SRI KRISHNA INSTITUTE OF TECHNOLOGY
2012 - 2017
CGPA 6.12/9
Senior Secondary XII, Science
NIOS
NIOS board)
Year of completion: 2011
CGPA 7.24/10
Secondary X
DAV Public School
CBSE board)
Year of completion: 2009
CGPA 8.72/10
Programming With Python
Internshala Trainings, Online
Jul 2020 - Sep 2020
Successfully completed a six weeks online certified training on Programming with Python. The training consisted of
Introduction to Python, Using Variables in Python, Basics of Programming in Python, Principles of Object-oriented
Programming OOP, Co nnecting to SQLite Database, Developing a GUI with PyQT and Application of Python in Various
Disciplines modules. In the final assessment, I scored 70% marks.
Secured 2nd position in Mathematics with 98% marks in Xth standard in school
Rank 160: Resume 156 with similarity score 0.042011537948174894
Resume Text: B.TECH , BS work from home , project leader deep learning , nlp , mysql , data analytics , project , mask , live , video , computer vision , resume , neural networks , java , machine learning , fundamentals , computer science , opencv , asp.net , assessment , danish , data science , python , it , object detection Assessment
Q1. Why should you be hired for this role?
I've started learning and working on Data Science since the lockdown and I'm still regularly learning and working on many concepts like NLP but
to really make all this knowledge count the inside knowledge and experience of the industry is very important and that's why I'm actively looking
to get this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes! I'm available
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
CONTACT Phone: 91 9041346336
Danish Sharma
Hoshiarpur, Chandigarh
Applied 09 Feb'21
Computer Vision Python Data Analytics
Data Science Deep Learning Java
Machine Learning MySQL
B.Tech Hons.), Computer Science & Engineering
Guru Nanak Dev University Amritsar
2017 - 2021
CGPA 8.48/10
Project leader in website development using ASP.NET
Also, PR Head during Hackathon 1.0
Live Face Mask Detection
Nov 2020 - Nov 2020
I created a live Face Mask Detection system.
I used Convolutional Neural Networks along with OpenCV to create a face mask detection system that works in real T ime.
Object Detection using YOLO
Oct 2020 - Oct 2020
I used fundamentals of transfer learning in neural networks.
I used YOLO model pre-trained on Coco data set and final model could detect any object in a video
or image.
Stock Price Predictor
Oct 2020 - Oct 2020
I used Long Short term Memory layers based on Recurrent Neural Networks.
I prepared T ime Series based data for it to work in a Recurrent Neural Network Model.
Rank 161: Resume 1306 with similarity score 0.041680073379080224
Resume Text: B.E , MS , B.TECH , BS system administrator , devops , software developer , scaler , cloud engineer , full time award , customer , security , microsoft azure , platforms , bash , docker , linux , measurements , gateway , synchronization , status , xml , writing , fundamentals , ec2 , data center , sql server , sales strategy , system administration , amazon web services , automation , ansible , infrastructure management , functional specifications , devops , access , kubernetes , designation , plugins , opennms , hindi , windows , english , troubleshooting , project , provisioning , architecting , disaster recovery , git , yaml , javascript , disk , html , general , performing , affirmative action , mysql , power bi , utilization , unix , basic , postgresql , email , business intelligence , aws , configuration management , operations , new features , pod , languages , search , root cause analysis , database , api , functionality , software solutions , jenkins , migrating , ecr , ami , authorization , scalability , application , less , electronics , ecs , servers , s3 , running , shell scripting , translation , kannada , communications , python , hyperic , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d460045…
https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d4600450715145e0c5c… 1/2
Current Designation: Cloud Engineer
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Systems / EDP / MIS
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electronics and
Communications]
Verified : Phone Number | Email - id
Mindtree Limited as Cloud Engineer
Apr 2018 to Till Date
Key Result Areas:
Proposing a solution on AWS for sharing the files and auto synchronization from desktops
Provided security and managed user access and quota using AWS Identity and Access Management (IAM)
Performing and provided business intelligence reports over sales strategy management application using technologies
like Power BI and Azure SQL Server
Creating & providing Automation scripts to the customer where it will on/off the Virtual machine in Azure to the specified
time
Managing the existing cloud platform environments via various monitoring solutions available
Managing Applications (infrastructures Monitoring system), servers and
operations across multiple platforms (UNIX, Linux, and Windows)
Writing Ansible playbooks to manage configurations and automate installation process
Monitoring and troubleshooting of the File System issues, CPU and Memory utilization of servers.
Creating pods, deployments, job, cronjob, horizontal pod auto scaler, pod preset, secret etc. using yaml file in
Kubernetes
Managing Docker containers(Provision, Start, Stop, Restart, Remove and rebuild containers)
Highlights:
Brought in New Solutions to MWatch (Internal tool) to increase the capability in Monitoring, Possess good knowledge
on Newrelic monitoring
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
VIJAYKUMAR HOSAMANI
Cloud Engineer seeking roles in System Administration, Cloud Computing, Technical
Support, Release Management, Project Management, Configuration Management, IT
Infrastructure Management, Devops, Linux, Jenkins, Python, MySQL, HTML, GIT,
Ansible.
Key Skills: Cloud Engineer,System Administrator,Cloud Computing,Project Management,Configuration Management,IT
Infrastructure Management,Devops,Linux,Jenkins,Python,MySQL,GIT,Ansible,Docker.,IAM,kubernetes,AWS,Microsoft
Azure,Amazon Ec2,GCP,Amazon Web Services
Summary
A Competent professional offering an experience in over 2 years in DevOps, Infrastructure Management. Skilled at architecting
and designing solutions on Cloud platforms for a variety of internal and external product use by clients. Hands-on in AWS [EC2,
ECR, ECS, Lambda, S3, IAM, Auto Scaling, ELB], integrating services using API Gateway. Created automation scripts for ELK
using Bash, Running curator jobs which helps to make ELK usable, AMI patches and updates through the CFT. Designed
plugins and monitoring solutions to pull the required measurements from servers using Hyperic HQ application. Possess
technical and analytic skills that help in root Cause analysis and resolution of complex technical blockers, generate alternatives,
and identify the best technical solution. Excellence in gathering and understanding requirements of clients & other multiple
stakeholders, followed by translation into functional specifications as well as provisioning of suitable software solutions
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d460045…
https://freesearch.naukri.com/preview/printResume?uname=8004efbd6123b81218c7bdd23b8e18ef5e590a574c125b11511115595b5a534d4600450715145e0c5c… 2/2
Provided Demo to various customer on Current functionality.
Provided new features/ideas to MWatch to have more automation capabilities, easy usage and scalability and so on
Automated the daily task using by shell script like taking backup of MySQL/Postgres Database and also to notify if the
Disk threshold breach then mail triggering. Etc?
Received the A-Team Award for:
o Migrating the monitoring of Production Servers in Catalina, to Orlando Data Center with Stupendous success
o completing the disaster recovery drill
UG: B.Tech/B.E. (Electronics and Communications) from Rural Engineering College, Hulkoti in 2017
Other Qualifications/Certifications/Programs:
AWS FUndamentals - Going Cloud Native
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Linux, AWS, Microsoft Azure
Git, Jenkins, Ansible, Docker
Kubernetes, ELK(Elastic search)
Shell Scripting, Python, ECR
Terraform, MySQL, Networking
Windows, IT Administration
Basic Java, HTML, XML, DevOps
MWatch, OpenNMS, Newrelic
Hyperic, Cloud Computing, Unix
EC2, VPC, S3, PostgreSQL, ECS
Power BI, Azure SQL Server, ELB
Database, Lambda, IAM, Auto Scaling
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Rank 162: Resume 1475 with similarity score 0.04144854290342733
Resume Text: B.E , MS , B.TECH scrum master , devops , corporate trainer , full time , security administrator training , security , microsoft azure , asp.net mvc , spring , web api , docker , linux , mirth , federation , status , horizon , xml , connectivity , visio , soa , sql server , dynamics crm , suite , pipeline , freelancer , vdi , devops , access , designation , mar , windows , english , erwin , agile , sharepoint server , biztalk , boomi , rest , intune , flow , computer science , vmware , javascript , cd , cmdb , general , scrum , visual studio , affirmative action , mule esb , maintenance , power bi , kafka , snowflake , office 365 , email , aws , github , languages , microsoft exchange , apps , dell , servicenow , information protection , database , online , jenkins , asp.net core , ms project , system center , ug , toad , active directory , authorization , enterprise , b2b , application , dynamics 365 , mct , led , cosmos , python , eclipse , google cloud , message broker 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b4…
https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b455219470d590… 1/3
Current Designation: MCT certified freelance Corporate Trainer
Online Trainer
Current Company: Self Employed
Current Location: Noida
Pref. Location: Delhi / NCR,United Arab Emirates (UAE),United
States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Trainer/Faculty
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Self Employed as MCT certified freelance Corporate Trainer Online Trainer
Feb 2004 to Till Date
Projects and Assignments
Operating System
Microsoft Windows 2016/2012/2008/2003
Redhat Enterprise Linux 6.0
Microsoft Windows XP/7/8/10
Application Software
Microsoft Azure
Dynamics 365
Mulesoft
DELL BOOMI
Office 365Azure
Azure/AWS Security Technologies.
System Center Virtual
Machine Manager 2007/2012/2016
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Raj Singh
MCT Certified, online training on ,Dynamics 365 CRM-MB-
200,210,220,230,400,600.power BI-70-778,DA-100,ms-365 security,
Azure(104,204,300,301,200,201),Mulesoft, boomi,.SharePoint, BizTalk 2020,MS365
series on(MS-100,101,500,700),ServiceNow,PL-200
Key Skills: trainer/faculty,devops,snowflake,azure data,microsoft azure,aws,servicenow,identity access
management,microsoft 365,google api,google cloud,mule esb,sharepoint,docker,dell boomi,VDI,Virtual
Center,mct,ITSM,CMDB,biztalk server 2020,PL-200
Summary
15+ Years of experience as a Trainer/online Trainer/Freelancer/Consultant with experience in (Mulesoft, Dell Boomi,
Azure/Aws/DevOps/Security/Data cloud/BizTalk server 2020/EDI,,Logic Apps, Azure Serverless, SharePoint server, SharePoint
online, ServiceNow, Google APIGEE,API management,power bi,VDI, MIM, microsoft Identity Manager, Dynamics 365,
Dynamics 365 CRM, Power Platform, Power Apps, certified on Dynamics 365 crm series-(MB-200,Mb-210,Mb-220,mb-230,mb-
400), Microsoft 365 series certified on-(MS-100,MS-101,MS-500,MS-700).Power platform certified on-(PL-900),Power BI and
data-(DA-100,70-778).Azure certied on-(AZ-104,AZ-204,AZ-300,AZ-301,Az-400,AZ-500,AZ-200,AZ-201),Advance VDI with
VMware horizon, Microsoft security administrator, microsoft intune, microsoft endpoint manager,azure information protection,
threat protection,cloud app protection, azure ad identity management,sso,right management,office 365 discovery, exchange
online,office 365 admin.service now administration
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b4…
https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b455219470d590… 2/3
Microsoft Exchange 2007/2010/2013/2016
Microsoft Active Directory Federation Services
UG: B.Tech/B.E. (Computer Science) from C.M.I.T.E in 2003
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum Master, MS Project
Engagement Estimation & Evaluation Tool
DEVOPS, Azure repost, GitHub, Jenkins
CI, CD pipeline
BizTalk Server 2002/2006R2/2010/2013
2016 ESB, Cloud Logic Apps
Mirth Connect, MULESOFT 4, MULEESB
MULE Exchange, KAFKA (Message Broker)
Dell Boomi, B2B EDI with Boomi
Microsoft Azure
AWS, Google cloud engineering
Dynamics CRM (365, CRM 2016, 2013)
ePoint (Online, 2013),office 365
Exchange Online, MS-Flow, Asp.net MVC
Asp.net core 2.0, web app
web api, Azure App services
AZURE Kubernet services.
SOA, Micro service, WCF, Web service
Rest API,API-led connectivity
C#.Net, SQL, XML, Azure Fabric, Python
Java Basics,.Net core 2.0
SQL Server
Azure Cosmos DB, Azure Database
ERWIN
Visio, Visual Studio 2015,2017
Any Point Studio 9, Spring Tool Suite
Eclipse, TOAD
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b4…
https://freesearch.naukri.com/preview/printResume?uname=7b4d34391e96d8d92a0e5deb156b3202500e08524b4701445044425b090f031e145b455219470d590… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Rank 163: Resume 161 with similarity score 0.041412114969959564
Resume Text: MS , B.TECH , BSC , BS work from home , classifier physics , deep learning , nlp , shape , natural language processing , intelligence , architecture , coursera , computer vision , resume , github , trax , machine learning , computer science , repository , completion , assessment , data science , one , test data , object detection , technology , working experience , mathematics Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
I have completed specializations in Deep Learning , NLP and Tensorflow from Coursera. In the Specializations I worked on
different problems ranging from Question Similarity to Object detection.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available to work from home. This is a link to my GitHub repository github.com/debalabbas
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9013485731
Debal Abbas
Noida
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Mathematics
Physics Artifical Intelligence Data Science
Machine Learning
Bachelor of Technology B.Tech), Computer Science
Jamia Millia Islamia
2018 - 2022
Senior Secondary XII, Science
Kendriya Vidyalaya
CBSE board)
Year of completion: 2017
Percentage: 86.70%
Secondary X
Kendriya Vidyalaya
CBSE board)
Year of completion: 2015
CGPA 10.00/10
Question Similarity Model
Jan 2021 - Feb 2021
https://github.com/debalabbas/Quora
A deep learning model based on the Siamese Architecture , trained using Triplet Loss and Contrastive Loss ,reaching an
accuracy of 84% on test data. The model is made on using Trax and Tensorflow
Toxic Comment Classifier
Feb 2021 - Feb 2021
https://github.com/debalabbas/MultiClassClassification
Multilabel Toxic Comment classifier to predict whether the given text belongs to one of the target categories, which were
toxic, severe toxic, insult, identity hate, threat and obscene.
The model achieved an accuracy 96.8% on test data
https://github.com/debalabbas/Quora
https://github.com/debalabbas/MultiClassClassification
Rank 164: Resume 729 with similarity score 0.04070443612555772
Resume Text: B.E , MS , B.TECH software engineer , part time , full time , software developer automation , training , customer , algorithms , matching , jenkins , multi-tenant , classification , designation , deep learning , ug , nlp , affirmative action , hindi , docker , data collection , public , maintenance , natural language processing , keras , authorization , english , web scraping , status , catering , models , email , application , aws , computer vision , github , rest , pharmacovigilance , machine learning , languages , django , infrastructure , llc , flask , amazon , kannada , texts , data science , python , jira , javascript , information retrieval , artificial intelligence , aris , pipeline , elasticsearch , vocabulary , usability , annotation 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e13…
https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e135718445f585d… 1/2
Current Designation: Software Engineer
Current Company: Aris Global LLC,
Current Location: Mysoru / Mysore
Pref. Location: Bengaluru / Bangalore,Chennai,Mysore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Aris Global LLC, as Software Engineer
Sep 2018 to Till Date
Researched, designed and built a data pipeline for
data collection, preprocessing and auto-annotation
of unstructured texts for training NER/Classification
tasks, which included enhanced text matching using
dynamic threshold fuzziness, extended vocabulary
using synonyms.
Trained various LSTM, GRU and BERT models for
custom NER tasks leveraging the infrastructure of
AWS SageMaker.
Designed and deployed various models as
dockerized REST APIs using Django and Flask
catering to multi-tenant support on host
applications.
Built a robust information retrieval system using
Elasticsearch using multiple query DSLs for efficient,
realtime search reducing latency and deployed it as
a dockerized REST endpoint.
Built multiple web scraping scripts to leverage public
data.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Shamanth B
Software Engineer seeking roles in Software Engineering,Design
Development,Requirement Gathering,Artificial Intelligence,Data Science,Data
Structures,Machine Learning,Deep Learning,Algorithms,Python,Docker,NLP,AWS, Git,
GitHub, Jenkins, Jira
Key Skills: Software Engineer/Developer,Software Engineering,Artificial Intelligence,Data Science,Data
Structures,Machine Learning,Deep Learning,Algorithms,Python,Docker,NLP,AWS,JIRA,Jenkins,Github,Elastic
Search,Natural Language Processing,sklearn
Summary
Highly motivated Software Engineer offering 2 years of experience in
demanding environments focused on producing robust and reliable
automation systems for Pharmacovigilance. Skilled in driving
development with creative and performance-oriented approach.
Well-organized and customer-focused with proven skills in Natural
Language Processing and Deep Learning and a growing interest in
Computer Vision.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e13…
https://freesearch.naukri.com/preview/printResume?uname=4ed572bfd6e2703c5681d29c746499cb5d5c0b5219145a125217170c5f5c0349400e135718445f585d… 2/2
Built and deployed a dockerized REST API that
redacts custom entities from unstructured text using
various NLP techniques leveraging sophisticated
regexps and SpaCy.
Evaluated AWS services such as Amazon
Comprehend, Comprehend Medical and assessed
the usability of these services in our POCs.
UG: B.Tech/B.E. (Computers) from Vidya Vardhaka College of engineering, Mysore in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Machine Learning
Django/Flask, Dockers, AWS
TensorFlow
Keras
Scikit Learn
Pytorch
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 165: Resume 1063 with similarity score 0.040388471379101495
Resume Text: MS , BS devops engineer , full time , software developer core java , customer , algorithms , visual studio code , demand , conducting , docker , gateway , status , data cleaning , corrective maintenance , testing , ec2 , forecasting , organization , pipeline , amazon web services , publishing , automation , devops , spark , designation , hindi , cloud , ltd , english , supply , agile , professional development , project , processing , beans , rest , c++ , pycharm , research , completion , pedagogy , reporting tool , operational support , lower costs , javascript , committees , performing , healthcare , affirmative action , mysql , oracle , collaboration , glue , ddl , computation , postgresql , email , aws , mint , github , premises , output , languages , athena , big data , scheduling , database , teaching , api , migrating , jenkins , journals , ug , step , authorization , procedural , team building , application , transformations , s3 , running , framework , conference proceedings , tableau , oxygen , python , eclipse , educational programs , administrative , load , etl , helix 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f47…
https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f470a47480a0b0a0… 1/3
Current Designation: AWS Big Data & DevOps Engineer
Current Company: Accenture Solution Pvt Ltd,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 1 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solution Pvt Ltd, as AWS Big Data & DevOps Engineer
Sep 2019 to Till Date
Project: Helix AWS Reporting
Client: Cigna Healthcare.
Helix AWS Reporting Project is Migrating the data from On Premises to AWS cloud with complete automation fashion
without
manual intervention using AWS & DevOps.
Responsibilities:
Implemented Spark using Python and SparkSQL for faster testing and processing of data.
Imported data from On Premises to AWS Aurora Postgres using AWS Glue ETL.
Implemented AWS lambda function to automatically create DDL in Target Aurora Database same as source.
Implemented Step Function to Orchestrate Glue Job in Parallelism Framework.
Implemented Terraform to Automate the resource creation without manual intervention.
Implemented Jenkins Pipeline to deployed terraform using docker container image & kubernates agent.
Deploy all in Test & production Env using DevOps.
Design the helix report on AWS QuickSight reporting tool.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Yash Bhardwaj
AWS Big Data & DevOps Engineer seeking roles in Software Development,Web
Development,Requirement Gathering,Database Management,Technical Support,Data
Structures,Algorithms,C,C++,Python,SQL,HasiCorp,MySQL,Oracle,PostgreSQL,AWS
Aurora,Jenkins
Key Skills: AWS Big Data & DevOps Engineer,Software Developer,Software Development,Web
Development,Requirement Gathering,Database Management,Technical Support,Data
Structures,Algorithms,C,C++,Python,SQL,HasiCorp,MySQL,Oracle,PostgreSQL,AWS Aurora,Jenkins
Summary
A competent professional looking for experience in Software Development
Familiar with Cloud & DevOps concepts of AWS Glue, AWS Aurora, AWS Lambda, AWS API Gateway, AWS Athena,
AWS S3,AWS System Manager, AWS Step Function, Terraform, Jenkins, Cloudbees, AWS QuickSight, Tableau, Python,
C, C++, Net Beans, Eclipse oxygen, REST-API(PostMan), Visual Studio Code, Git & GitHub, Agile Development -scrum,
SQL, Algorithm and Data Structure
Possess a flair for working hard and contributing towards achievement of organizational goals
Capabilities in grasping new technical concepts quickly & utilizing them in a productive manner
Adept at maintenance of program modules including operational support, problem resolution, production support,
preventative and corrective maintenance and enhancements
Exceptional communication, interpersonal & team building skills with proficiency at grasping new technical concepts
quickly and utilize the same in a productive manner
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f47…
https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f470a47480a0b0a0… 2/3
Design the helix report on Tableau.
Deploy Tableau Server on EC2 instance in AWS Env.
Turning Cloud Solution as Spark Developer
Aug 2018 to Aug 2019
Project: Supply Mint
Client: V-Mart,Skechers, Mufti, MegaShop,Nysaa, Citykart,BazaarKolkata,StyleBazaar.
Su pply Mint is a product which creates efficiencies, raises profits, lower costs, boosts collaboration and more. Supply Mint
enables
companies to better manage demand, carry the right amount of inventory, keep costs to minimum and meet the customer
demand in
the most effective way possible.
Responsibilities:
Implemented Spark using Python and SparkSQL for faster testing and processing of data.
Imported data from AWS S3 into spark dataframes and performed transformations and actions on dataframes..
Load the data into Spark RDD and do in memory computation to generate the Output response.
Developed Spark scripts by using Pyspark commands as per the requirement.
Worked and learned great deal of amazon web services like S3, EC2, AWS Glue.
Implemented Spark using Python and utilizing data frames and Spark SQL API for faster processing of data.
Automate the process of allocation by developing spark jobs using Pyspark.
Created trigger for scheduling the jobs.
Retrieving the data for forecasting and data cleaning.
Responsible for retrieving data from the clients.
NIIT as Faculty
Jan 2017 to Jul 2018
Performing a variety of administrative duties and implementing operational plans for ensuring the smooth running of the
organization; accountable for designing the pedagogy and planning the academic calendar
Entrusted with the responsibility of teaching subjects like C, C++, Core Java, Advance Java, Full Stack Engineering etc.
Assisting in curriculum planning, professional development and the implementation of educational programs
Revie wing the pre-set educational goals, objectives, classroom instructional programs, establishing academic and other
performance objectives
Conducting research in specialization and publishing of findings in scholarly journals or conference proceedings.
Serving in faculty committees, dealing with matters like curriculum planning and degree requirements
Planning and organizing day-to-day activities and resolving procedural problems as appropriate to the timely completion
of objectives
Instructing the students as per curriculum thereby, recognizing, respecting & nurturing their creative potential
Responding to the queries in a spontaneous manner, also counselling students and grooming them to attain their goal
UG: BCA (Computers) from Agra University in 2014
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2017
Education
IT Skills
Skill Name Version Last Used Experience
C, C++
Python, SQL, HasiCorp
MYSQL, ORACLE
Postgresql, AWS Aurora
Terraform, Cloudbees
Jenkins
AWS QuickSight, Tableau
PyCharm, Postman
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f47…
https://freesearch.naukri.com/preview/printResume?uname=b893ada70abc205f829e4644e52f60b4505a01551e1600120a18475e59095818425f470a47480a0b0a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Visual Studio Code
GIT & GITHUB
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 166: Resume 5 with similarity score 0.04026783658832788
Resume Text: MS , B.TECH , BS work from home , classifier functionality , algorithms , spark , data visualization , forest , classification , deep learning , mar , platforms , bash , application packaging , data analytics , statistical modeling , public , natural language processing , model building , windows , eda , commodities , venue , sql , data cleaning , records , sampling , prediction , resume , passenger , electronics , testing , machine learning , credit card fraud , tableau , completion , assessment , events , sink , tuning , data science , python , sponsorship , ml , technology , feature selection , argumentation , kt , fraud detection , online Assessment
Q1. Why should you be hired for this role?
I have worked on python and ML projects (end-to-end) and followed the entire data science life cycle. I also have the knowledge of data
analysis, data cleaning, feature engineering, feature selection, model building etc.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I will be available.
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
AJAY KUMAR
Delhi, Noida
Applied 09 Feb'21
Python MSOffice Machine Learning
SQL Statistical Modeling Tableau
Data Analytics
Bachelor of Technology B.Tech), Electronics and Communication
Greater Noida Institute Of Technology
2013 - 2017
Percentage: 67.32%
Senior Secondary XII, Science
Dav Public School, Bseb
CBSE BOARD BOARD board)
Year of completion: 2013
Percentage: 71.40%
Secondary X
DAV Public School, Walmi
CBSE board)
Year of completion: 2011
Percentage: 88.20%
Application Packaging Analyst
HCL Technologies, Noida
Jul 2018 - Present
Responsible for collecting required records for different applications and users information and testing multiple applications
on different windows platforms and tests applications multiple functionality and make bash scripts and deploying using SCCM
In my professional life, I have given KT to more than 10 people in my team. I have explained about the entire process with
different toolset knowledge
As a Senior-Coordinator I have organized two events (end-to-end) with managing a group of 20 people. In this we have
arranged commodities, venue, gathering people from different branch and colleges.
As Coordinator I have assisted in organizing a couple of events. I was responsible for managing all the essential commodities
required for the events with minimum costs. I have also got the sponsorship of few local shoppers for the event.
SQL
Intellipaat, Online
Aug 2020 - Sep 2020
Tableau
Intellipaat, Online
Jul 2020 - Aug 2020
PROJECTS
CONTACT Phone: 91 8010295832
Natural Language Processing
Intellipaat, Online
Jun 2020 - Jul 2020
Deep Learning With TensorFlow
Intellipaat, Online
Apr 2020 - Jul 2020
Spark MLlIB
Intellipaat, Online
Mar 2020 - Apr 2020
Python 101 For Data Science
Intellipaat, Online
Feb 2020 - Apr 2020
Titanic prediction
May 2020 - Nov 2020
https://github.com/ajay1013/T itanic-ML-from-Disaster
The objective is to predict the which passenger has survived in the titanic sink. I have performed EDA, Feature Scaling,
Feature Engineering, Feature selection etc. Used various algorithms like Logistics Regression, Decision Tree, Random Forest
etc.
Dog Breed Classification
Jun 2020 - Aug 2020
https://github.com/ajay1013/Dog-Breed-Classification
The objective is to predict a dog class out of 150 breeds. Used ImageDataGenerator for reading files, preprocessing,
scaling etc. Performed Data Argumentation. Used different hyper parameter tuning and trained model using Transfer learning
from VGG16
Credit Card Fraud Detection
Jun 2020 - Jul 2020
https://github.com/ajay1013/Credit-card-Fraud-Detection
Classification of transaction as Fraudulent or not. Performed Data Visualization, sampling, balancing dataset etc. Used
Random Forest Classifier algorithm. Used techniques like under sampling, over sampling, smote tomek, imblearn-learn library
https://github.com/ajay1013/Titanic-ML-from-Disaster
https://github.com/ajay1013/Dog-Breed-Classification
https://github.com/ajay1013/Credit-card-Fraud-Detection
Rank 167: Resume 459 with similarity score 0.04023216936993317
Resume Text: B.E , MS , BS work from home , classifier , technical support associate , team lead automation , optimization , moving averages , customer , segmentation , algorithms , forest , deep learning , mar , futures trading , games , data analytics , rgb , dimensionality reduction , hypothesis testing , basic , bot , reinforcement learning , classifiers , english , risk , checks , splits , color , postgresql , models , tac , excel , manufacturing , tracker , project , etiquette , pandas , cryptocurrency , securities , store , mumbai , paint , resume , ibm , neural networks , github , elements , features , online , machine learning , correlation , returns , mixing , tableau , volatility , assessment , tuning , app , python , one , backtesting , data science , dividends , plots , capital , database , financial analysis Assessment
Q1. Why should you be hired for this role?
I have worked with two python automation programs . One which sends an alert on telegram app with price change of top cryptocurrency on
Binance Platform. Another program stores in candlestick data using PostgreSQL integrated with python to run 247. I have completed two Udemy
certifications for python and machine learning where I learnt the data types , classes , list comprehensions , lambda functions and how to use
conditional statements to build a tic tac and black jack games with the former certification. With the latter I learnt to deploy models for customer
segmentation for supermarts to give the best profit , reinforcement learning to recommend ads to clients , Image classifiers using Convolutional
Neural Network ,how to extract features , how to reduce dimensions and hyperparameter tuning , evaluation of models using cross entropy. Also
have basic knowledge in Desktop Automation, VBAMacros) and Excel tools. I have worked on creating a custom Automated Manufacturing
Process Tracker in Excel. I am really excited to work with you to apply the knowledge that I have learnt and help the company advance further.
Really a great opportunity for me.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I am available to join immediately.
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Robin Sequeira
Bangalore, Mumbai
Applied 08 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
Data Analytics Deep Learning MSExcel
Machine Learning R Programming SQL
Tableau
Bachelor of Engineering B.E, Mechanical Engineering
St Joseph's College Of Engineering
2014 - 2018
Percentage: 67.00%
Technical Support Associate
IBM, Bangalore
Feb 2019 - Dec 2019
Worked with clients to troubleshoot based on technical difficulties with network issues and also worked with excel in the
same duration . Learned about client interaction etiquette .
Team lead for a project on making an instant paint mixing machine using a light sensor .
Python For Financial Analysis And Alogrithimic Trading
udemy, Online
Nov 2020 - Present
Pandas T ime Series Analysis Techniques
Stock Returns Analysis
Cumulative Daily Returns
Volatility and Securities Risk
EWMA Exponentially Weighted Moving Average)
Statsmodels
ETS Error-Trend-Seasonality)
ARI MA Auto-regressive Integrated Moving Averages)
Auto Correlation Plots and Partial Auto Correlation Plots
Sharpe Ratio
Portfolio Allocation Optimization
Capital Asset Pricing Model
Stock Splits and Dividends
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7406595150
Efficient Market Hypothesis
Algorithmic Trading with Quantopian
Futures Trading
Machine Learning
udemy, Online
May 2020 - Jun 2020
Learnt to model different machine learning algorithms such as reinforcement learning ,random forest etc, tune
hyperparameters , dimensionality reduction , evaluate the performance of different models . Also learnt to model a CNN and
ANN . Learnt how backtesting works , hypothesis testing . Learnt to handle dataframes . Learnt simple Image Classifier
algorithm and how neural networks work. Learnt to use the packages such as Tensorflow , scikitlearn.
Data Analytics
AnalytixLabs, Bangalore
Apr 2020 - Present
Data science course to learn the use of Excel , Tableau , SQL and also to develop skills in python and R coding .
Python Bootcamp
udemy, Online
Apr 2020 - May 2020
Learnt the necessary skills to code with Python such as creating modules , list comprehension, lambda functions , how to
handle different datatypes , classes , wrappers , interactive elements .
5 minutes Candlestick Database for Binance
Jul 2020 - Aug 2020
https://robinsequeira.github.io/Project/5min_Candlestick_DataBase.html
The Binance API does not allow to request for more than a certain number of candlestick data at a given time. Hence we are
storing the candlestick using postgreSQL to create database and python to automatically store 247.
Price Alert Telegram Bot for Binance Exchange
Jul 2020 - Jul 2020
https://robinsequeira.github.io/Project/Price_change.html
The Binance exchange has more than 900 cryptocurrencies . The bot checks for the price changes based on 5 minute
differences and sends an alert or a message on telegram with the top percentage price change cryptocoins.
Instant Paint Mixing Machine
Mar 2018 - May 2018
It uses a light sensor to detect the color and gives out readings with RGB values . We used our own set of base paint with a
constant formula for paint to stainer ratio. Based on color detection the mixer mixes the base paints in proportions .
GITHUB page:
https://robinsequeira.github.io/
https://robinsequeira.github.io/Project/5min_Candlestick_DataBase.html
https://robinsequeira.github.io/Project/Price_change.html
Rank 168: Resume 985 with similarity score 0.04014757257441045
Resume Text: B.E , MS , B.TECH business operations analyst , research intern , business development , full time contractual , turn , general , cafe , sales performance , designation , rtv , ug , vendors , mar , affirmative action , collaboration , hindi , gap analysis , vendor management , maintenance , revenue , ltd , kpi , authorization , english , teams , energy , escalation , status , excel , customer service , email , business analysis , project , service quality , sql , business analytics , kra , bpo , less , industrial products , business operations , range , operations management , serviceability , machinery , electronics , training & development , product strategy , power trading , testing process , drive , resolve , customer experience , finance , hiring , quality improvement , payments , research , supply chain , procurement , languages , process management , tableau , fleet , analytical support , management system , one , scheduling , javascript , workflow , dce , optimization strategies , metrics , pricing optimization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810…
https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810571644090f5a… 1/3
Current Designation: Operations Analyst
Current Company: GRUBOX, MY PHYGITAL CAFE PVT LTD.
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Chennai
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Business/EDP Analyst
Industry: Industrial Products/Heavy Machinery
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
GRUBOX, MY PHYGITAL CAFE PVT LTD. as Operations Analyst
Jun 2019 to Till Date
Synchronized an effective flow of inventory to keep business metrics as per internal SOP for all vendors and provided
impact statements to identify opportunities for improvement.
Responsible for end to end escalation management and controls improvement across all warehouses to ensure system
data is kept in sync with physical activity across multiple inventory categories.
Conducted Gap Analysis to formulate a testing process for internal audits for Quality Maintenance Parameters to ensure
Critical issues to be below 5%.
Involved in scheduling and Coordination of on-ground fleet to meet clients? demands while leading a total staff of 50+
team members.
Developed Multi-Vendor strategy and efficient ways to prioritize and schedule Vendors' payments by collaborating with the
Finance team to resolve the stock out the issue by up to 17%. Analyze performance against existing SLA.
Increased monthly sales of fresh food from 1.9% to 8.1% of total revenue by Pricing optimization strategies and
Streamlined RTV process guidelines which resulted in a lowered product loss by up to 21%.
Lead collaboration with cross-functional teams like sales managers, marketing managers, business management teams to
drive improved sales performance and Onboard 15+ Brands that in turn enhanced the range of product portfolio by up to
42% over a period of one year.
analyzed market position with current and future product competitiveness to make recommendations for portfolio
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Himanshi Gupta
Business Operations Analyst seeking assignments in Operations
Management,Process Management,Quality Management,Workflow
Analysis,Procurement,Supply Chain Management,Inventory Management,Vendor
Management,Business Analysis,Training & Development
Key Skills: Business Operations Analyst,Business/EDP Analyst,Operations Management,Process Management,Quality
Management,Workflow Analysis,Procurement,Supply Chain Management,Inventory Management,Vendor
Management,Business Analysis,Training & Development,KPI,KRA
Summary
Business Operations Analyst with 1+ years of work exposure in Operations Management,Process Management,Quality
Management,Workflow Analysis,Procurement,Supply Chain Management,Inventory Management,Vendor
Management,Business Analysis,Training & Development.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810…
https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810571644090f5a… 2/3
management, and overall product strategy while Monitoring procurement for 300+ SKUs across 10+ categories.
Strategically sourced new vendors and managed vendor relationships with 50+ vendors.
Acted as a primary point of contact for contract terms and rate negotiations to increase overall business profit margin by
up to 5.1%.
Involved in effective SLA creation and management for vendors and partners.
INDIAN ENERGY EXCHANGE LIMITED as Research Intern
Dec 2018 to Feb 2019
Analyzed market trends to provide data-driven solutions in the Power Trading domain.
Designed an efficient Power costing bidding system to improve annual revenue and serviceability.
Participated in Product Line review meetings to understand customer service and practices involved in delivering the best
customer experience.
Demonstrated abilities to react and think in a Fast-paced environment with a propensity towards meeting deadlines.
Demonstrated strong work ethic and integrity by giving timely results working in an independent manner.
BHARAT HEAVY ELECTRICALS LTD as IT Project Intern
Jun 2018 to Aug 2018
Conceptualized and developed the Centralized Contract Labour Management System (CCLMS) to manage the hiring of
contractual workers on a periodic basis.
Successfully integrated the CCLMS software with the operations team to improve the BHEL Hiring efficiency.
Identified service quality issues affecting customers and brought them to the Problem managers for attention to detail and
provided analytical support to implement quality improvement techniques.
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Delhi College of Engineering (DCE), Delhi in 2019
Education
IT Skills
Skill Name Version Last Used Experience
EXCEL 2 Year(s) 0 Month(s)
TABLEAU 0 2 Year(s) 0 Month(s)
SQL 0 1 Year(s) 0 Month(s)
Business Analytics 0 1 Year(s) 10 Month(s)
VENDOR MANAGEMENT 0 2 Year(s) 0 Month(s)
Operations Management 0 2 Year(s) 0 Month(s)
KPI Analysis 0 2 Year(s) 0 Month(s)
Business Development 0 2 Year(s) 0 Month(s)
SUPPLY CHAIN MANAGEMENT 0 1 Year(s) 10 Month(s)
PROJECT MANAGEMENT 0 1 Year(s) 10 Month(s)
Languages Known
Language Proficiency Read Write Speak
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810…
https://freesearch.naukri.com/preview/printResume?uname=ec17dbc580939fb6c3282945a507d5e25b0c5b5143420d440118495a5a0f02181b0810571644090f5a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 169: Resume 125 with similarity score 0.0401307313080319
Resume Text: MS , B.TECH , BS work from home , student optimization , algorithms , data visualization , classification , deep learning , mar , step , scratch , keras , artificial neural networks , advanced , models , sql , project , consideration , pandas , coursera , data preparation , c programming , exploratory data analysis , soft computing , resume , machine learning , computer science , research , completion , assessment , tuning , data science , python , technology , online Assessment
Q1. Why should you be hired for this role?
I have gained theoretical knowledge and got a vivid idea of the subject through my academics and the handful of online courses that I have
successfully completed with high grades. I am currently holding a CGPA of 8.845 on a scale of 10 from Anna University, Chennai. However, I want
to learn more through internship. I have been a part of a few projects that include Automated Crowd Monitoring System, License Plate
Recognition for which I have won prizes in several competitions. I have tried to implement Deep learning algorithms like YOLO, Convolutional NNs
from scratch and worked with python libraries like Tensorflow, Keras, etc. Also, I have worked with the Genetic Algorithm of Soft Computing
through my academics.
I have immense interests in the field that you are currently working on. Apart from my college academics, I put special efforts to learn the subject
through online courses like Coursera and NPTEL. I have completed four out of the five courses in Deep learning specialization by Andrew Ng
from Coursera that covered Neural Networks and advanced Deep learning models and Algorithms. I am very much comfortable working in the
python programming language. I have a good grip on problem-solving.
Now that I have covered some basics, I eagerly want to explore the field and have some work experience through any opportunities available
with you as it will be a huge step forward for my career. If required, I can put extra effort and research some topics to prepare myself for the
project. As an enthusiastic student with my zest and determination towards learning and your consideration, I should be able to give my best.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months and can start from 10th February 2021.
Resume
EDUCAT ION
TRAININGS
Bharat Sreyus
Chennai
Applied 08 Feb'21
Python C Programming C Programming
SQL
Bachelor of Technology B.Tech), Computer Science
Sri Sai Ram Engineering College, Anna University
2018 - 2022
CGPA 8.85/10
Senior Secondary XII, Science
Kendriya Vidyalaya Minambakkam
CBSE board)
Year of completion: 2018
Percentage: 89.60%
Secondary X
Kendriya Vidyalaya Minambakkam
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Convolutional Neural Networks
Coursera, Online
Sep 2020 - Sep 2020
Learnt about Facial Recognition System, Tensorflow, Convolutional Neural Network, Artificial Neural Network
Neural Networks And Deep Learning
Coursera, Online
May 2020 - May 2020
Learnt about Artificial Neural Networks, Backpropagation, Python Programming, Deep learning
Improving Deep Neural Networks: Hyperparameter Tuning, Regularization And Optimization
Coursera, Online
May 2020 - Jun 2020
CONTACT Phone: 91 9488464887
Learnt about Hyperparameter, Tensorflow, Hyperparameter Optimization, Deep Learning
Structuring Machine Learning Projects
Coursera, Online
May 2020 - Jun 2020
Learnt about Machine Learning, Multi-Task Learning
Python For Data Science
NPTEL, Online
Oct 2019 - Mar 2020
Learned about Pandas dataframe, Exploratory data analysis, Data preparation and preprocessing, Data visualization,
Regression, Classification
Rank 170: Resume 1221 with similarity score 0.04009576880597442
Resume Text: M.Sc , M.S , BS , B.E , MS , B.TECH scientist , cloud architect , solutions specialist , devops solutions architect , network security engineer , technical associate , product development , solution architect , part time , full time , head of data , enterprise architect , project leader contractual , data warehousing , core java , citrix , glusterfs , ease , deep learning , connect , platforms , docker , linux , player , high pressure , checkpoint , status , rabbitmq , technical presentations , enterprise storage , cloud foundry , components , features , reliability , building , it infrastructure , cisco mars , procurement , operating systems , data science , heat , amazon web services , devops , kubernetes , designation , emc2 , software build , deliverables , hindi , cluster , english , troubleshooting , project , mongodb , leadership , solution architecture , fixing , redis , pipelines , architecting , swift , c++ , machine learning , sockets , javascript , public sector , artificial intelligence , neutron , cd , xen , big data analytics , reporting , vm , rollout , solutions focused , couchbase , team management , developers , affirmative action , information technology , mysql , unix , suse , iaas , nexus , email , aws , openldap , network security , cisco ucs , bengali , ceph , business acumen , data center operations , vsx , languages , athena , hive , cassandra , telematics , operational excellence , cloud storage , gps devices , cinder , ug , azure , apache , erlang , know-how , authorization , openstack , teams , programmes , record , ips , application servers , mds , government , s3 , shell scripting , python , informatics , cloud computing , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 1/4
Current Designation: Cloud Native Computing and Devops
Solutions Architect
Current Company: Hewlett Packard Enterprise
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - DBA / Datawarehousing
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Hewlett Packard Enterprise as Cloud Native Computing and Devops Solutions Architect
Feb 2020 to Till Date
Role: Cloud Native Computing and Devops Solutions Architect
Description: Working as a Solutions Architect for Public Sector where I support solution designing for RFPs providing
optimal solutions in terms of cost, reliability, performance and operational excellence. Also working in existing accounts to
provide technical know-how on new services, cloud native services and support in PoCs
Key Deliverables:
Cloud Architect for Aarogya Setu - Supporting the platform in terms of Applications, Data Pipelines and Data
Warehousing and Analytics on AWS
Supporting in solution design for RFPs
Provide technical know-hows on new product and features and migration to cloud native services
Designing solutions around Hybrid Infrastructure, CI/CD, Gitops etc.
Spearhead PoCs around OpenStack, Public Cloud, Software defined Storage and Network etc
Amazon Web Services as Solution Architect
Aug 2019 to Feb 2020
Role: Solutions Architect - Public Sector
Description: Working as a Solutions Architect for Public Sector where I support solution designing for RFPs providing
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shounak Acharya
Solution Architect seeking roles in Data Science,Data Warehousing,Big Data
Analytics,Solution Architecture,Product Development,Cloud Computing,Artificial
Intelligence,Deep Learning,Machine Learning,Kubernetes,AWS
Key Skills: Solution Architect,Data Science,Big Data Analytics,Solution Architecture,Product Development,Cloud
Computing,Artificial Intelligence,Deep Learning,Machine Learning,Client
Servicing,Python,AWS,Docker,kubernetes,amazon web services,cloud architecture
Summary
Solutions focused, Meticulous and result oriented B.Tech (Information Technology)professional offering 11+ years of successful
career in IT arena distinguished by commended performance and proven results
Proven track record in tackling the issues of IT arena with focus on delivering business solutions; Extended expertise in
Technology Analysis, Data Center Implementation & Product Development
Broad-based business acumen; rare blend of analytical skill, technological acumen, and management/leadership capabilities
Adept at working in high pressure environments with strict deadlines and multiple deliverables to implement best practices that
consistently deliver outstanding results
Excellent interpersonal, communication and organizational skills with proven abilities in team management and planning
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 2/4
optimal solutions in terms of cost, reliability, performance and operational excellence. Also working in existing accounts to
provide technical know-how on new services, cloud native services and support in PoCs
Key Deliverables:
Supporting in solution design for RFPs
Provide technical know-hows on new product and features and migration to cloud native services
Designing solutions around AWS Machine Learning services to key accounts
Spearhead PoCs around Machine Learning and Big Data Analytics like Sagemaker, Athena, s3 etc.
SUSE as Technical Solutions Specialist
Nov 2018 to Aug 2019
Role: Technical Solutions Specialist - SUSE
Description: Working as a Technical Solutions Specialist with SUSE. SUSE is an Opensource Linux Operating Systems
Company providing Enterprise Linux and associated technologies built on top of SUSE Enterprise Linux like SUSE
Kubernetes, SUSE Cloud Foundry, SUSE Openstack, SUSE Enterprise Storage based on Ceph.
Key Deliverables:
Working as a Solutions Architect for SUSE Openstack private cloud, SUSE Kubernetes and SUSE Cloud Foundry
Doing POC in companies in India on the above technologies
Technical presentations to customers on SUSE products and helping customers solution the SUSE products in their
setup
Setting up lab environments on Public Clouds for SUSE products like SUSE CloudFoundry on Azure AKS and Amazon
EKS.
NATIONAL INFORMATICS CENTER as Scientist-B, Head of Data Center Operations and Product
Development
Dec 2009 to Jul 2018
Role: Data Center&Architecture Implementation
Description: This is a Rs.6000 crore, 10 years project of Government of India to connect all the major institutes like IIMs,
IITs, AIIMs etc in a total of 1500 with a very high speed (10gbps) backbone and provide network and data centre based
community services to them
Key Deliverables:
Spearheading the data center services division
Concerned with Data Center Network &Server Farm Design
Accountable for developing products,Planning DRs, Implementing various storage technologies
Associated with FCoE based network setup, Device procurement,
Employing and supervising the development team
Responding and fixing the L4 technical escalations etc
Responsible for implementing the Firewall & IPS
Tech Mahindra Limited as Technical Associate
Jul 2008 to Dec 2009
Key Deliverables:
Played a key role as L2 Network Security Engineer for BT projects on Checkpoint Firewalls, Cisco Mars and cafee IPS
Associated with Java development and functioned on the ticket and issue tracking system for E-Security & ES department
of Tech Mahindra
UG: B.Tech/B.E. (Information Technology) from Guru Gobind Singh Indraprastha University (GGSIU) in 2008
PG: MS/M.Sc(Science) (Computers), Part time from Liverpool John Moore's University in 2020
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Certified Kubernetes Administrator
Education
IT Skills
Skill Name Version Last Used Experience
Linux
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 3/4
Nature of Employment: Full Time Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Contractual
Project Location: New Delhi
Role: Solution Architect
Duration: Jul 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Role: Solution Architect
Duration: Apr 2017 - May 2018
Onsite / Offsite: Onsite
Team Size: 8
Rabbit MQ
Xen Cloud Platform, VMWareESXi, VCentre
SQL, MYSQL 0 Year(s) 0 Month(s)
Apache Cassandra, OpenLDAP, Redis
Docker, Kubernetes 0 Year(s) 0 Month(s)
Openstack, Amazon Web Services 0 Year(s) 0 Month(s)
C/ C++, Core Java 0 Year(s) 0 Month(s)
J2EE, Webservices(JAX-RS),
Python,Shell Scripting 0 Year(s) 0 Month(s)
UNIX Shell Scripting, JavaScript, Erlang
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Projects
Project Title: Aarogya Setu
Client: Government of India
Project Details: Cloud Architect for Aarogya Setu Supporting the platform in terms of Applications, Data Pipelines and
Data Warehousing and Analytics on AWS
Project Title: GPS based IoT platforms
Client: Some Telematics Company
Skill Used: Erlang, AWS RDS, AWS Elastic Cache(Redis), AWS EMR, Hive Streaming
Role Description: Design the solution with scale in mind
Develop the socket on Erlang, Redis and SQL
Project Details: The project involved building a stable platform for an established player in the telematics domain so that they
have a stable IT and can host around 1 lac GPS devices and do the reporting in a stable manner where they were struggling
to host even 20K devices. The sockets were made in Erlang and the reporting was ported to Hive streaming on AWS EMR
and the entire solution was migrated from traditional VM based solution to AWS public cloud
Project Title: Openstack in government Cloud
Client: National Knowledge Network
Skill Used: Openstack Ocata, Ceph, Python
Role Description: Involved in Designing, coding, architecting & implementing the application and the physical infrastructure
Setting up the storage cluster on Ceph
Ensuring maximum uptimes and ease of troubleshooting
Implementing the ELK stack for central log
Project Details: The project involves in deploying Openstack as the backbone for the government cloud Meghraj and
integrating it with the existing portal of Meghraj. Users can take IaaS from this platform. This is built with infinite scalibility in
mind with distributed network facilities of Neutron and using Ceph for Software Defined Storage to be run under the hood of
Cinder. All the client APIs are then written on Python to be integrated onto the existing Meghraj Portal
Project Title: Implement NKN New Delhi Datacenter and DR
Client: National Informatics Centre
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f12…
https://freesearch.naukri.com/preview/printResume?uname=47ad3454b2a40fd7df8a65ad1094db3859085c044b4058195012100e0b0b504c155f120347460c5409… 4/4
Nature of Employment: Full Time
Role: Project Leader
Duration: Nov 2011 - Mar 2012
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Role: Sr. Project Leader
Duration: Jan 2011 - Jul 2018
Onsite / Offsite: Onsite
Team Size: 16
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Skill Used: Cisco UCS, Checkpoint VSX, McAffee IPS, Nexus 5K, Cisco 4500 L3 Switch, GlusterFS, Citrix Xenserver 6.2,
Cisco Invicta, EMC2 VMAX, Cisco MDS,Openstack Juno - Nova, Cinder, Neutron, Heat, Glance, Ceilometer
Role Description: Involved in Designing, architecting & implementing IT infrastructure
Setting up the elastic cloud infrastructure with autoscaling
Implementing data lakes using various storage technologies like object, scale-out NAS and SAN
Head Teams
Project Details: The project involvesDesigning, implementing and growing the data center
Project Title: Incubate and Run the NKN Application Development Programmes
Client: Government of India
Skill Used: Java, J2EE, Apache Cassandra, MongoDB, Redis, Python, OpenLDAP, Couchbase, RabbitMQ, XenAPI,
Application Servers, Openstack Swift for object storage
Project Details: The project involved the task for incubating various projects to be developed at NKN and provide the software
architecture and the components to be used to build a highly available, active active software platform.
1. Some of the key projects are the NKN multitenant SSO (Single Sign-on), NKN Cloud Storage Platform etc.
2. Select and test software components to build a horizontally scalable software platform
3. Build a team of developers for deploying into various projects
4. Architect the Software build paradigms for a timely software rollout
5. Code sample use cases and integration scenarios on new platforms to be used by developers for future development
Rank 171: Resume 1135 with similarity score 0.04005351330985823
Resume Text: B.S , M.Sc , M.S , BS , MS associate , full time , accountant , aws solution architect , project leader maintainability , window , strengthening , los angeles , asp.net mvc , platforms , addition , web api , software projects , commercials , status , specifications , bot , soul , writing , reliability , reach , nunit , soa , sql server , workflow , organization , timing , agility , open source , designation , web services , hindi , fitness , ltd , english , troubleshooting , yoga , agile , microservices , stock market , dc , computer science , resource management , completion , javascript , technology , stored procedures , gourmet , general , entity framework , scrum , team management , developers , vendors , affirmative action , studio , technical architecture , project plans , maintenance , professional manner , business logic , advanced , timelines , customer service , email , aws , manage multiple , microsoft , mobile devices , edge , languages , query optimization , accounting system , management skills , functionality , mentoring , ug , episode , developments , authorization , c# , scalability , licensing , record , application , vouchers , reverse engineering , system performance , pcm , presentation skills , schedules , linq , browsers , enterprise library 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c450145…
https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c4501450a45475d5e0d5… 1/3
Current Designation: Solution Architect - Microsoft/open source
Technologies
Current Company: L S Technologies Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Maths]
Verified : Phone Number | Email - id
L S Technologies Ltd as Solution Architect - Microsoft/open source Technologies
Apr 2020 to Till Date
Dealing with vendors to align the delivery and removing the blockers if any.
involving in AWS - resource management, performance and scalable platform so our customers would not suffer.
involved in managing the journeys (intent) of all BOT platforms for customers to create a better workflow.
Leading a team of BOT and AWS for IoT based systems - SmartHome.
Providing solutions to technical issues, meeting development schedules, and ensuring the delivered solution meets the
technical specifications and design requirements
Utilizing new cutting-edge technology (increases the system performance) with existing old technology which was
appreciated by the clients.
Achievements:
Dealt with our vendors on a regular basis and delivered the product on launch date in very tight timelines.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shyam Sunder Singh
Solution Architect-Microsoft/open source Technologies seeking roles in Software
Development,Application Programming,Client Management,System Analysis,Agile
Methodology,Technical Architecture,AWS,Azure,.NET,C#,ASP.NET
Key Skills: Solution Architect-Microsoft/open source Technologies,Tech Architect,Software Development,Application
Programming,Client Management,System Analysis,Agile Methodology,Technical
Architecture,AWS,Azure,.NET,C#,ASP.NET
Summary
Competent & result-oriented professional with experience of over 12+ years in .net, web-based, and window applications in
production accounting, banking, courier, stock market and educational domain
Excellent temperament to multi-task and coordinate various activities. Adept at mapping client's requirements, custom
designing solutions, and troubleshooting for complex problems
Successful track record of spearheading/developing/implementing various software projects within agreed cost/timelines
without incidences of overruns possess
Disciplined with abilities to manage multiple assignments efficiently under tight delivery deadlines and possess excellent
communication and presentation skills
Excellent team management skills. Emphasis on mentoring, nurturing, and strengthening the team by value addition
Have a good exposure to work on Scrum and Agile Software Development Method and work culture to participate in daily
Scrum meetings.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c450145…
https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c4501450a45475d5e0d5… 2/3
AccionLabs Pvt. Ltd as Associate Architect / Project lead
Mar 2017 to Apr 2020
Assuring both quality and customer service while leading and driving advanced/complex development tasks and projects
to successful completion within time
Ensuring technical solutions are designed for performance, reliability, scalability, maintainability, supportability, business
continuity, and business agility
Interacting and gathering requirement from the client and advising, supporting, and developing the web application
developers
Providing solutions to technical issues, meeting development schedules, and ensuring the delivered solution meets the
technical specifications and design requirements
Utilizing new cutting-edge technology (increases the system performance) with existing old technology which was
appreciated by the clients
Responsible for interacting with the clients and handling the team members
Achievements:
Completed all task and functionality before time and was assigned another project from the client
TPG Software PVT. LTD as Module Lead
Jul 2012 to Apr 2017
Created many tools for internal purpose for the organization which reduced manual jobs timing
Managed guidance on the projects and its requirements to the clients over the technology, processes, and applications
while updating them on the regular project-related developments
Ensured clients' issues were promptly addressed documented and resolved in a timely and professional manner and
passed them to correct channels
Managed entire day-to-day activities covering project plans development, specifications, application prototypes, project
estimations, development/maintenance life cycle, and impact analysis
Involved in the redesign and reverse engineering of application, re-wrote and migrated to the new platform if necessary,
for better stability and performance
UG: B.Sc (pcm) from P G College, Rishikesh Garhwal University in 2002
PG: MS/M.Sc(Science) (Maths) from P G College, Rishikesh Garhwal University in 2004
Other Qualifications/Certifications/Programs:
Cetificate - MCTS
AWS Solution architect - associate
Diploma in Computer Science
Education
IT Skills
Skill Name Version Last Used Experience
C# 4.0 2017 9 Year(s)
ASP.NET 4.5 2017 8 Year(s)
SQL Server 2008-
14
2019 7 Year(s) 1 Month(s)
Web API 2.0 2017 4 Year(s)
MVC 4.0 2017 4 Year(s)
LINQ 3.5 2017 4 Year(s)
Entity Framework 5.0 2017 4 Year(s)
TDD / BDD / Agile 2017 3 Year(s) 0 Month(s)
Architecture / SOA 2018 4 Year(s) 0 Month(s)
WCF 2018 5 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c450145…
https://freesearch.naukri.com/preview/printResume?uname=63ac88baa61c385a2db4c074366cf3840c590e511e470b435240490a5f0d504c4501450a45475d5e0d5… 3/3
Nature of Employment: Full Time Duration: Jan 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Project Leader
Duration: May 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Noida
Role: Sr. Programmer
Duration: Feb 2014 - Mar 2017
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
WEB API 2 2.0 2018 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Commercials Accounting
Client: Confidential
Project Details: Commercial accounting is a subset of normal smart accounting system which we saw in the real world. But in
this accounting system, we deal with (Media accounting like Movie, episode, sets, Ads, etc) expenditure. So the major part of
this application is Journal Entry, AP, PC, AR (account receivable) for the accountant and many other modules for companies.
Project Title: Smart Accounting
Client: Confidential
Skill Used: C#,Mocroservices,Web APi, Sql Server, LINQ, Enterprise Library
Role Description: Developing Interface modules of applications using web services, API, C#.
Query optimization and writing stored procedures, functions, views on back end with SQL Server.
Consuming web services which implement the business logic. These services are
Project Details: Its a production accounting system which is similar to other accounting systems in real worlds. But in this
studio companies are our client can track the expenditure and get the profit and loss reports.
Project Title: Confidential
Client: Equinox
Skill Used: Microservices, c#, SQL Server, ASP.Net MVC, NUnit, web api,sql server
Project Details: Equinox grow into new markets while integrating new brands into the fold. Equinox lifestyle concepts and
products include full service spas, healthy gourmet cafes, upscale, stylish clothing boutiques and a newly launched web
magazine, Q Blog. In addition to Equinox, our other brands, Blink, Pure Yoga and Soul Cycle, are all recognized for inspiring
and motivating members and employees to reach their goals and exceed their own performance expectations. We have more
than 100 portfolio locations including New York, London, Chicago, Los Angeles, San Francisco, Miami, Toronto, Boston,
Dallas and Washington DC.
Equinox facilitates the fitness and YOGA classes for their clients/customers. User can register itself
Via different channels like web browsers, mobile devices. It also keeps track of payment, vouchers and top up details of the
end users and licensing Information of the content to be delivered.
Rank 172: Resume 331 with similarity score 0.039932164316440526
Resume Text: MS , B.TECH associate , work from home vehicle maintenance , customer , segmentation , internships , image processing , forest , deep learning , mar , nlp , keras , reinforcement learning , mobile phone , json , cars , sql , water , pandas , c programming , computer vision , xml , prediction , resume , machine learning , computer science , opencv , reason , assessment , it , python , technology Assessment
Q1. Why should you be hired for this role?
The reason why the Deep Learning Intern role interests me is, I have enjoyed my projects which was on object and face detection, and this role
being on Deep Learning and Computer Vision, I positive that I will be enjoying this one as well.
Also, my projects and coursework have given me the technological aptitude in Machine Learning and Deep Learning frameworks like OpenCV,
Scikit, Pandas, and Keras, among others. I am also acquainted with the concepts of CNNs, ANNs, Reinforcement Learning, NLP and RNNs.
Therefore, my motivation for solving Deep Learning problems, and the skill set required, are aligned to this role at Boongg.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Mk Mushtaq
Hyderabad
Applied 08 Feb'21
Python C Programming Deep Learning
MSExcel Machine Learning OpenCV
SQL Data Structures
Bachelor of Technology B.Tech), Computer Science & Engineering
Mahindra Ecole Centrale
2017 - 2021
CGPA 9.06/10
Associate Intern
SS&C Technologies, Virtual
May 2020 - Jul 2020
Rendered JSON and XML data onto a responsive UI software.
Intern
Miracle Softwares, Visakhapatnam
May 2019 - Jun 2019
Built Machine Learning software called Tank-o-meter that predicts predicts water shortage and simultaneously alerts the
user.
Object Detector
Jan 2021 - Jan 2021
https://github.com/MkMushtaq/Object-Detection
Developed a Object Detector model using OpenCV and python. Integrated with mobile phone camera to detect objects
around houses.
FALSE ALARM DETECTION
Dec 2019 - Jul 2020
Using seismic data classified a seismic activity into real and false alarm using Random Forest and SVM, and tuned hyper-
parameters to get best optimal results
VEHICLE MAINTENANCE INDEX
Jan 2020 - May 2020
Collected data for various parts of cars and scaled it using an NGaussian mixture model. Later, analyzed the data to
estimate maintenance index of a vehicle; to help a prospective customer in making decisions.
IMAGE PROCESSING AND SEGMENTATION
Jan 2020 - Apr 2020
https://github.com/MkMushtaq/Object-Detection
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9030262403
Used PDEs to de-blur, de-noise and found segments of image by working on Active Contours without edges that detects
objects in an image without relying on edges. Evolved the curve by being independent of the object location
MARKS PREDICTER
Feb 2019 - Mar 2019
I have made a mark prediction model using regression model algorithm in Python.
It takes your last 2 semester marks and predicts the next semester marks.
Merit scholarship holder at Mahindra University for years 2017, 2018, 2019, and 2020.
Rank 173: Resume 197 with similarity score 0.03974707024110796
Resume Text: B.E , MS , M.S , BS work from home online music , algo , training , internships , forest , use case , mysql , data analytics , memory management , public , basic , sorting , linear regression , models , project , application , introduction to , prediction , resume , decision trees , gallery , logistic regression , drive , machine learning , computer science , django , completion , process management , assessment , data science , python , it , web , organization , artificial intelligence , technology , metrics Assessment
Q1. Why should you be hired for this role?
I had learned about the basics of Data Analytics, Machine Learning and other related areas which I complemented with online certification
courses on Artificial Intelligence and Data Analytics. I am passionate about implementing the application of data science for solving day to day
problems and I believe that my interests and skills match your organisation's drive towards innovation. I assure you to give my best to this
internship, gain as much as practical exposure as possible while dedicating myself to all the given tasks throughout the tenure of this internship.-
Also I'm good in python.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, ill available for whole y months.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
GOVIND SINGH
Bhopal, Bangalore
Applied 07 Feb'21
Python Django Machine Learning
Bachelor of Engineering B.E, Computer Science & Engineering
Millennium Institute Of Technology
2016 - 2020
Percentage: 76.30%
Senior Secondary XII, Science
Shakti Shanti Niketan Aami , Chapra
CBSE board)
Year of completion: 2015
Percentage: 70.10%
Secondary X
M.S Memorial Public School , Balganga Mothihari
CBSE board)
Year of completion: 2013
CGPA 9.30/10
Machine Learning With Python
TcsIon, Bhopal
Jun 2019 - Aug 2019
Have done practical training /intership from TCSion on technology Python with Machine Learning under guidance of Ms Richa
Agnihotri.
During the training , i was deployed on project "Face detection"
Machine Learning
Internshala Trainings, Online
May 2020 - Jun 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules.
Churn Prediction
Jun 2020 - Jul 2020
Churn prediction is a common use case in machine learning domain. If you are not familiar with the term, churn means “leaving
the company”. It is very critical for a business to have an idea about why and when customers are likely to churn. Having a
Online music gallery system
Jun 2019 - Jun 2019
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7903621745
Python Django based minor project "Online music gallery system". It is based on ternet web application that can accessed
through organization. In which we can add song through links of songs like my songs.mp3.or pagalworld.mp3
DS-stack,queue, linked list, basic of tree and graph
ALGO-searching and sorting algorithm
OS-process management, synchronisation, memory management
Mysql
Rank 174: Resume 257 with similarity score 0.03949220530473866
Resume Text: MS , M.Sc , M.S work from home , full time completion , her , assessment , graph theory , his , radiation , data science , resume , python , image processing , form , it , campus , machine learning , project , water , application Assessment
Q1. Why should you be hired for this role?
I'm now pursuing Data Science course where I have learned Python, R programming which can be very much help to build the Machine learning
model. I would like to do this internship where i can develop my knowledge and apply my skills by doing projects related to Data science field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months for a full time work from home internship.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 8248399967
Jegadeeswari S
Chennai
Applied 08 Feb'21
Python Image Processing Machine Learning
R Programming
Master of Science M.Sc), Data Science
VIT Chennai
2020 - 2022
Bachelor of Computer Applications BCA, Computer Application
Ethiraj College For Women Campus II
2017 - 2020
Senior Secondary XII, Science
STATEBOARD board
Year of completion: 2017
Secondary X
STATEBOARD BOARD board
Year of completion: 2016
Recommendation system using graph theory
Sep 2020 - Dec 2020
Using the apriori algorithm found the association between the items. The associations are represented in the form of
directed graph which shows the relations between the item in the dataset. It is useful to sell items together which increase
profit
Driver Drowsiness Detection
Aug 2019 - Dec 2019
Using many libraries in python software detected the drowsiness of the driver. If the driver closes his/her eyes for more than
15 seconds the alarm will wake up the driver. This project will be useful to avoid accidents especially driving at night.
Detecting Watet Wastage
Sep 2018 - Dec 2018
This project detects the water level in the tank. The ultrasonic sensor is placed at the top of the water tank which sends
radiation to the water and reflects back which indicates the water level in the tank when water is full it sends alarm to user
Rank 175: Resume 1316 with similarity score 0.03915226020574053
Resume Text: B.E , MS , B.TECH , BS technical analyst , product development , software developer , product owner , full time , part time , application developer , senior analyst automation , api , access , designation , confluence , scripting , affirmative action , suggestions , data loading , analytics , hindi , public , enrichment , maintenance , dynamo , basic , clinical trials , authorization , english , status , metadata , life science , email , project , infosys , application , aws , indexing , microsoft , electronics , datasets , s3 , git , transformation , unit testing , ec2 , termite , languages , pycharm , research , sql server , ontology , malayalam , python , multiprocessing , jira , javascript , sonar , technology , talend , harmonization , elasticsearch , airflow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a08581916001…
https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a0858191600120b18150c550f… 1/2
Current Designation: Application Developer Senior Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Accenture as Application Developer Senior Analyst
Jul 2018 to Till Date
Project 2: RLSC
Title Multitenant product development
Technologies Python 3.7, SQL, AWS Redhsift, Python, AWS Lambda, Dynamo DB, EC2, S3
Tools Talend BigData, Pycharm, jupyter notebook, JIRA
Duration Aug 2018 till July 2020
Description:
Multitenant platform for research life science
Roles and Responsibilities:
* Developed python scripts for data loading automation
* Build Talend jobs for data load and User Access Management
* Build python scripts for metadata catalog automation
* Developed python code for using SciBite Termite API which is used for Semantic enrichment and ontology
management
* Developed python code for exact and sub structure search using RDKIT and installation of the same
Infosys Limited as Technical Analyst
Jul 2013 to Aug 2018
Project 1: GCP-Datafabric
Title Multitenant Product Development
Technologies Python 3.7, Knowledge graph, Elasticsearch, BigQuery
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Poornima Alexander
Senior Analyst seeking roles in Software Engineering,Software
Development,Application Development,Project Management,Change
Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,Confluence,Python,SQL Server,JIRA,AWS
Key Skills: Senior Analyst,Software Developer,Software Engineering,Software Development,Application
Development,Requirement Gathering,JavaScript,Confluence,Python,SQL Server,JIRA,AWS,Shell
Scripting,GIT,Analytics,airflow
Summary
Software developer with 7 years and 2 months of experience in various technologies, looking for an opportunity where my
technical and domain expertise will mutually benefit organizational growth and my career.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a08581916001…
https://freesearch.naukri.com/preview/printResume?uname=2953d73da0637ffe5d6593bdb86de39a595b5b0543470d110747410d5a0858191600120b18150c550f… 2/2
Tools Jupyter notebook, Pycharm, JIRA, GIT, Confluence, Janusgraph, Composer, Sonar cube
Duration Feb 2016 till Oct 2016
Description:
A platform for users to understand targets, datasets and studies in life science
Roles and Responsibilities:
* Data harmonization of public datasets using BigQuery and loading the public dataset relationship to Knowledge graph.
* Transformation of clinical trials, bulk indexing and bulk ingestion to Elasticsearch using multiprocessing in python.
* Unit testing and Sonar cube coverage of the code repo.
* Working with Product owner to understand the requirements and provide suggestions.
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from st joseph college of engineering and technology in 2012
Other Qualifications/Certifications/Programs:
Python Basic
Microsoft SQL R2-2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS Redshift, DyanmoDB, Postgres SQL
SQL Server, Pycharm, GIT, JIRA
AWS, GCP, Python, Shell script
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 176: Resume 254 with similarity score 0.039045461863928446
Resume Text: MS , B.TECH , BS work from home , autocad automation , robotics , solidworks , internships , deep learning , steering , excel , data presentation , autocad , coursera , exploratory data analysis , introduction to , computer vision , resume , electronics , neural networks , justice , data quality , machine learning , arduino , completion , assessment , tuning , python , predictive analytics , technology , online Assessment
Q1. Why should you be hired for this role?
I would be able to do justice with the roles using my skills.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'll be available from Mid-May to Mid- Aug'2021.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Jayant Kumar
Delhi
Applied 08 Feb'21
Computer Vision Python C Programming
Data Structures Deep Learning MSOffice
Machine Learning Arduino AutoCAD
SolidWorks
Bachelor of Technology B.Tech), Mechanical Engineering
Delhi Technological University
2018 - 2022
CGPA 8.67/10
Senior Secondary XII, Science
Birla Vidya Niketan
CBSE BOARD board)
Year of completion: 2018
CGPA 9.80/10
Secondary X
Birla Vidya Niketan
CBSE board)
Year of completion: 2016
CGPA 9.00/10
Virtual Internship
KPMG, Virtual
Jun 2020 - Jun 2020
Practical tasks on Data Quality Assessment, Data Insights & Data Presentation.
Virtual Internship
ANZ, Virtual
May 2020 - May 2020
Practical Tasks on Exploratory Data Analysis and Predictive Analytics.
Summer Trainee
Delta Electronics India P Limited, Gurgaon
Jun 2019 - Jul 2019
Introduction to their Robotics and Automation department.
Head - Steering And Brakes Department
Team DTU Supermileage Vehicle, Delhi
Aug 2018 - Present
Head - Steering & Brakes dept. of Team DTU Supermileage Vehicle
TRAININGS
PROJECTS
CONTACT Phone: 91 9891071461
Excel Skills For Business
Macquarie University, Australia Through Coursera, Online
Jun 2020 - Jun 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Neural Networks And Deep Learning
Coursera, Online
May 2020 - May 2020
https://drive.google.com/file/d/1khlxy3h9NZmJGGZFayt5ABQwL4XboHRu/view?usp=drivesdk
Improving Deep Neural Networks: Hyperparameter Tuning, Regularisation & Optimisation
Coursera, Online
May 2020 - Jun 2020
https://drive.google.com/file/d/1Yuup6j04-uIahbIyi-4sIZWz-_a5tOP7/view?usp=drivesdk
Structuring Machine Learning Projects
Coursera, Online
May 2020 - Jun 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Master Computer Vision: Open CV4 In Python With Deep Learning
udemy, Online
Apr 2020 - May 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Master Computer Vision: Open CV4 In Python With Deep Learning
udemy, Online
Apr 2020 - May 2020
https://drive.google.com/file/d/1da4km18_2znTWBHHDWA_CMUdGgkBttrX/view?usp=drivesdk
Robotics
Skyfi Labs, Delhi
Dec 2019 - Dec 2019
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Machine Learning
Coding Ninjas, Online
May 2019 - Sep 2019
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Driver Drowsiness Detector
Oct 2020 - Oct 2020
https://www.linkedin.com/posts/jayant-kumar-127a74183_dtu-supermileage-on-instagram-here-activity-
6730534537111117824-ei3J
Pedestrians Image Detection
Dec 2020 - Present
Head - Steering and Brakes dept.
Feb 2020 - Present
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Team DTU Supermileage Vehicle
https://drive.google.com/file/d/1Y9o9D4s05WLLleoOx_ZPogllqjTx-v75/view?usp=drivesdk
Rank 177: Resume 681 with similarity score 0.039040974313185976
Resume Text: MS , B.TECH , BS work from home assessment , idn , resume , ion , technology , sql , computer science Assessment
Q1. Why should you be hired for this role?
Am honest , self motivated and hard working person with positive attitude towards my career
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes immediately
Resume
EDUCAT ION
JOBS
CONTACT Phone: 91 9963470066
Yellanki Chandana
Hyderabad
Applied 25 Dec'20
MSOffice MSExcel SQL
Bachelor of Technology B.Tech), Computer Science
Nova College Of Engineering & Technology
2013 - 2017
Sale Report Officer
IDN, Hyderabad
May 2018 - Aug 2019
Rank 178: Resume 1232 with similarity score 0.038951298267570815
Resume Text: BSC , BS , B.E , MS , B.TECH software engineer , solutions architect , associate director , certified scrum master , enterprise architect , business development , partner , product development , cio , senior systems engineer , technical trainer , change management , full time , principal architect , change agent , vp , chief architect zachman , computing , microsoft azure , space , kpi , node.js , technical training , status , digital transformation , product management , sap , computer vision , nvision , sql server , broadcast , content syndication , cxo , react.js , retail , designation , it strategy , scorecard , hindi , cloud , ltd , english , visual basic , data center consolidation , budgeting , agile , project , mongodb , leadership , redis , change management , c++ , togaf , computer science , iterative , javascript , insurance , optimization , mean stack , scrum , healthcare , affirmative action , information technology , mysql , oracle , public , vendor management , maintenance , travel , resiliency , affinity , email , aws , operations , technology solutions , languages , trend analysis , high traffic , product offerings , program management , subscriptions , mentoring , streamlining , nosql , cios , ug , business applications , coe , revenue , authorization , maps , c# , modernization , lake , transformations , enterprise architecture , drive , finance , landscape , print media , kannada , python , digital marketing , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440…
https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440643435d5b5a0… 1/3
Current Designation: Head BizApps, Enterprise Architect, BI &
IT Advisor
Current Company: Bennett Coleman Co. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Media/Dotcom/Entertainment
Marital Status: Married
Total Experience: 22 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Retail Management]
Verified : Phone Number | Email - id
Bennett Coleman Co. Ltd. as Head BizApps, Enterprise Architect, BI & IT Advisor
Jun 2013 to Till Date
Working as Chief Architect and IT advisor to CIO for defining IT roadmap and drive digital transformation for print media
business and establish synergy with digital and broadcast media arms of the group
* Delivery head for consumer facing Business Applications (BizApps) with high traffic websites and enterprise BI
* Product development and management for revenue objectives in the space of epaper (print replica), digital ads,
subscriptions, brand affinity initiatives and content syndication services with shared P&L responsibilities
* IT and vendor consolidation for cost optimization and operations streamlining through data center consolidation,
applications migration, public cloud migration, serverless computing, CoE inception & change management
* Emerging technology and industry trend analysis for business oriented implementation using RPA, computer vision, user
generated content (UGC) and data lake
* Created and delivered new and incremental products in the space of reader engagement, digital revenue and project
delivery
* Worked towards AOP and AFC by instilling managed service model for cost excellence and business resiliency
Cognizant Technology Solutions as Principal Architect (Associate Director)
Sep 2000 to Jun 2013
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Santosh Shindhe
IT Strategy, Enterprise Architecture, Product Development, Program Management,
Agile, scrum, Azure, AWS, BI, Application Migration, Data Center Migration,
Consulting, IT Advisory, Digital Marketing, Budgeting, Innovation, Presales, Consulting
Key Skills: Enterprise Architecture, TOGAF, Zachman, Bi, Node.Js, Mean Stack, React.Js, SQL, Python, AWS, Azure,
MongoDB, NoSQL, .Net, C#, Strategy Maps, Business Scorecard, KPI Analysis, Product Management, Program
Management, IT Strategy, Business Development
Summary
I am accomplished information technology change agent and aspiring CIO/CTO with 22+ years of business aligned technology
leadership. I have global consulting experience with onsite executions at India, USA (Bay Area, Boston, LA) and UK (Halifax,
Edinburgh, Lancashire). Industry experience includes Media, Retail, Travel & Hospitality, Insurance, Healthcare and Product
Development domains.
In recent decade I have taken up CXO advisory and leadership roles under active mentoring from some of industries best CIOs.
During this period, I have contributed towards conceptualizing and leading large scale digital transformations in the areas of IT
landscape modernization, application portfolio rationalization, data center consolidation, data center migration, establishing
center of excellences, brand management and client/partner/vendor management.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440…
https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440643435d5b5a0… 2/3
Wipro Technologies as Senior Systems Engineer/Sr. Developer
Nov 1999 to Aug 2000
NVision Technologies as Software Engineer
Aug 1998 to Nov 1999
* Started my professional career with NVision Technologies with product development for micro finance organizations
and technical training responsibilities
* During my tenure with company worked on various product offerings for local consumers and websites for various
organizations
* As technical trainer trained more than 50 people in a span of 1 years on Visual Basic and SQL Server
UG: B.Tech/B.E. (Computer Science) from Karnataka University in 1998
PG: MBA/PGDM (Retail Management) from Karnataka State Open University (KSOU) in 2014
Other Qualifications/Certifications/Programs:
TOGAF 9 Certified Enterprise Architect
Certified SCRUM master
Certified in The Iterative Innovation Process
Microsoft Certified: Azure Solutions Architect Expert
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft .Net
SQL Server
AWS 10 Year(s) 0 Month(s)
MySQL
Oracle, MongoDB
Redis
Aurora, MEAN stack
Microsoft Azure 10 Year(s) 0 Month(s)
VB, ASP, Python
C, C++
SAP SCM
NETWEAVER
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440…
https://freesearch.naukri.com/preview/printResume?uname=32722cceac874acf75407cf4aaf8b4c15b0c585919420c405145470d0e0e50421401440643435d5b5a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 179: Resume 1405 with similarity score 0.03892570987427682
Resume Text: MS , BS erp consultant , sap hana developer , part time , full time , business objects data services , reporting , sap hana , sap fico , customer , telugu , physical layer , security , data validation , designation , sap project management , tamil , affirmative action , sap consulting , oracle , english , etl , test cases , web technologies , import , data modeling , authorization , functional requirements , business logic , teams , webi , bods , enterprise , status , calculations , architecture , specifications , pad , email , sql , integration testing , consideration , models , map , provisioning , less , peer reviews , star schema , road , writing , data analysis , schemas , unit testing , transformation , languages , export , console , empower , data access , technical documentation , data marts , dashboard , replication , kannada , connections , sap implementation , crystal , rights , javascript , crm , load , business requirements , measures , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f125016125e550b… 1/3
Current Designation: SAP HANA Consultant
Current Company: Empower,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Com [Computer Applications]
Verified : Phone Number | Email - id
Empower, as SAP HANA Consultant
Apr 2019 to Till Date
Experience in HANA Modelling. Creating Attribute, Analytical and Calculation views. Establishing
connections with third party database.
Report creation in BI launch Pad 4.2
Interacted with Business Users and Business Analysts to gather and document the Requirements and
translate these to Technical specifications for Development.
Performed Data Validation and Testing of HANA Views.
Trained end users to use various functionalities of BI launch Pad and dashboard also provided
technical support.
Extensively worked on Schemas, Table Definitions, Attributes, Measures & Hierarchies in HANA.
Developed and implemented SAP HANA Data Modeling using Attribute Views, Analytic Views and
Calculation Views (both Graphical & SQL script based)
Extensively worked on Data Provisioning techniques like SLT (SAP and Non-SAP), DXC and SAP BODS
source systems.
Extensively used Data Services Management Console to Schedule jobs, monitor log file and managing
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
KUMAR S
SAP HANA Consultant seeking roles in SAP NATIVE HANA Consulting,SAP
BODS,HANA with SLT,SAP BO,Web Technologies
Key Skills: SAP HANA/ERP Consultant, SAP Consulting, SAP Implementation, SAP Administration, SAP Upgrade, SAP
Support, SAP Security, SAP Project Management, Requirement Gathering, Integration Testing, Unit Testing, Web
Technologies, SAP MM,Sap hana developer
Summary
Having Overall 4+ years of extensive experience in IT industry which SAP HANA experience playing various
key roles in Implementation, development, enhancement and Support.Designed & Developed Attribute views, Analytic views,
and Calculation views.
Export & Import of Packages to analysis the data for Modeling.
Security & Authorization objects (Analytic privilege, System privilege, SQL privilege & Package
privilege) .Expert
Consulting roles handling Customer escalations at major organizations across countries.
Involved in business and Architecture discussions.
Expertise experience in SAP HANA development & Implementation.
Complete understanding of SAP HANA Appliance Architecture.
Developed existing reports in HANA.
Good understanding of Performance consideration while designing HANA views.
Understand the concept of Data Provisioning.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f125016125e550b… 2/3
access rights to users.
Designed & developed BODS Jobs and Complex Workflows and Data flows for extraction of data from
different data sources. Defined separate data stores for each database to connect to the source or
target database.
Documentation of all the Test cases.
Preparing scenarios for Unit Testing and Integration Testing.
Perform Unit testing and Integration testing.
Conduct meetings with core team members to understand the business requirements and
complexities in the system.
Mphasis as SAP HANA Consultant
Oct 2016 to Mar 2019
Involved in BODS process flows for data provisioning in SAP HANA.
Involved in BW data import to HANA system implementation.
Involved in business discussions, Architecture discussions and writing the Technical documentation.
Gathered and analyzed the requirement to replicate the ECC content in HANA using data
provisioning.
Worked very closely with SAP process teams in understanding the functional requirements
Migrated HANA content from development, testing environment to Production environment using
delivery units.
Developed Jobs in SAP Business Objects Data services which do the ETL between BW/CRM/Oracle
and HANA
Involved in enhancements of Data Services Jobs, HANA Models and applying Patches on HANA.
Design and Developed Attribute views, Analytic views and Calculation views
Involved in designing Star schema for data analysis.
Involved in installation and configuration of SAP Business Objects Data Services.
Worked on SLT, BODS process flows for Data-Provisioning to SAP HANA
Supporting user community on HANA related
Worked on creating Semantic layer to provide data access on reports.
Reporting through Crystal Report for Enterprise v14.x
Worked closely with Reporting team on the requirements.
Created Attribute, Analytical and Calculated views as per the requirement needs.
Created procedures in HANA Database.
Worked on Various information models like attribute views, Analytical views and calculation views.
Extracting and Loading the data into HANA Database Using Data Replication tools: DATA SERVIES
(DS).
HANA data modeling using Attribute View, Analytic View and Calculation View.
Contributed in Development and support teams while Extraction, Transformation and Load process
(ETL) to populate the tables in Data marts & Warehouse systems.
Worked with data flows and workflows using BODS and worked on RDS to implement ETL Replication.
Used Rapid Marts for SAP Road Map. Developed ETL transformation.
Used admin tool to creation of repositories by using physical layer, business model and mapping
layer and presentation layers.
Customize the tables, hierarchies, dimensions and aggregations and calculations.
Tested and validated the unit test cases
Organized and customized the presentation layer in a format that is easy for end user to use as basis
for reporting
Involved in unit testing and peer reviews. Designed the ETL processes
Having good experience on SLT Configuration.
Created Unit test reports based on the Business logic.
Involved in creating TD & HLD for HANA reports.
Prepared script-based calculation views.
Worked on creating IDT, Webi Reports.
UG: B.Com (Computer Applications) from Sri Venkateshwara University (SVU), Tirupati in 2016
Education
IT Skills
Skill Name Version Last Used Experience
SAP FICO,SAP MM, SAP SD
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=f57c9c396f93b662b4c7f1659366300e0b5c5d514c100a40021814090c58581b1b5f125016125e550b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Kannada
Rank 180: Resume 1150 with similarity score 0.038841728920170335
Resume Text: B.E , MS , B.TECH full time , data engineer , software developer award , antlr , general , spark , designation , demand , ug , affirmative action , information technology , bash , hindi , azure , kafka , authorization , advanced , english , status , cpg industry , sql , email , lake , aws , amazon web services , less , grammar , s3 , machine learning , shell scripting , ec2 , framework , languages , sas , big data , scala , it , python , javascript , hats , etl , hadoop , data processing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165…
https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165244455d5f000… 1/2
Current Designation: Data Engineer
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Delhi / NCR,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree Limited as Data Engineer
Nov 2017 to Till Date
Experience working on churning and analyzing data related to CPG industry.
Used advanced SQL queries on AWS redshift/ Azure SQL to build complex logic for big chunk of data.
Able to migrate the whole data to AWS S3 data lake/ Azure data lake and also scaling up the present spark ETL
processes on AWS EMR/ Azure hdinsight.
Leverage multiple libraries in python for data pre-processing.
Able to orchestrate end to end process from data processing to modelling using shell scripting and put it into a single
working framework.
Migrated from existing usage of On-demand EC2 instance to Spot EC2 instance which reduce the overall churn cost by
around 70%.
Developed ANTLR grammar and listener that converted 40k lines of SAS code to required structure in 2 seconds,
which reduced manual effort. Received Hats Off award for this work and it was registered for Unerase contest in Mindtree..
UG: B.Tech/B.E. (Computers) from Jaypee Institute of Information Technology, Noida in 2017
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
Ayush Trivedi
AWS | Big-Data | Spark | Scala | Python | Shell scripting | machine learning | SQL |
Azure | Kafka | powerbi | Antlr
Key Skills: AWS | BigData | Spark | Scala | Python | Shell scripting | machine learning | SQL | Azure | Kafka | powerbi |
Antlr
Summary
AWS | Big-Data | Spark | Scala | Python | Shell scripting | machine learning | SQL | Azure | Kafka | powerbi | Antlr
Work Experience
Education
IT Skills
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165…
https://freesearch.naukri.com/preview/printResume?uname=b6ec948fd2ae9f1a5df17fbced8a291b5b0f010219125a150b47430d5b00571e130b165244455d5f000… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Amazon Web Services Stack
Azure ETL Services
SQL/PSQL, Java, Scala, Python
Bash/Shell Scripting, R
Hadoop Big Data Ecosystems
Kafka, PowerBI, Antlr
MACHINE LEARNING
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 181: Resume 469 with similarity score 0.03883007585435648
Resume Text: B.E work from home , computer engineer web development , internships , css , databases , php , farmers , editing , c programming , video , mumbai , star , resume , github , machine learning , computer science , languages , django , framework , completion , assessment , data science , python , app , javascript , technology , html , capture Assessment
Q1. Why should you be hired for this role?
Being to be a Computer Engineer, I am always prone to learn new technologies and languages to upskill myself. I am familiar with Web
development and know HTML, CSS, JS, PHP, and have worked on many projects also completed an internship on the same. Also, I like Python
language, Django framework, and working even on Data Science and Machine Learning using Python language. Finding the same, I want to work
more in the same field and if chosen I would devote my all strengths and weaknesses to complete any kind of work assigned to me.
Also, do have a look at my Github Profile wherein I keep updating my current working databases.
https://github.com/rutika-30
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months starting immediately for full-time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Rutika Pawar
Mumbai
Applied 07 Feb'21
Python C Programming Data Science
HTML CSS JavaScript
Machine Learning
Bachelor of Engineering B.E, Computer Science
Thakur College of Engineering and Technology
2019 - 2022
CGPA 8.93/10
Senior Secondary XII, Science
H.S.C board
Year of completion: 2018
Percentage: 85.00%
Secondary X
S.S.C board
Year of completion: 2016
Percentage: 93.20%
IOT
Smartinternz, Virtual
Jul 2020 - Aug 2020
In this internship, we worked on an IoT-based simulator app for farmers which would help them in their routine.
Web Development
Thakur College Of Engineering & Technology, Virtual
Jul 2020 - Jul 2020
Video Making
THAKUR COLLEGE, Mumbai
Jun 2019 - Jun 2020
Content Creator
S.O.R.T. Club at TCET
Creative Head of TSDW TCET A.Y. 202021
Co-Head of TCET Capture Club A.Y. 202021
Editing Head of TCET Capture Club ( A.Y. 201920
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9309905344
Do have a look at my Github profile. If you like it, please leave a star!
https://github.com/rutika-30
Rank 182: Resume 1131 with similarity score 0.038700789259718864
Resume Text: M.Sc , M.S , BS , B.E , MS , B.TECH technical architect , product development , full time , part time , change management api , jenkins , spark , ledger , designation , reference data , office , investment , tibco , nlp , ug , affirmative action , data analytics , spring , cloud , hindi , etl , maintenance , azure , quickfix , unix , kafka , authorization , advanced , english , status , models , spam filtering , email , project , application , lake , aws , apollo , leadership , processing , mumbai , range , object recognition , blockchain , economics , components , change management , flow , machine learning , building , connectivity , framework , context , prime , opencv , yaml , languages , technical discussions , unstructured data , reporting tool , unity , struts , enterprise data , javascript , technology , ethical hacking , insurance , artificial intelligence , program management , usability 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400…
https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400618150a0f0c0… 1/2
Current Designation: Technical Architect
Current Company: LTI
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Economics]
Verified : Phone Number | Email - id
LTI as Technical Architect
Apr 2012 to Till Date
* Product development
o DBWEB: A networked reporting tool on the cloud platform to give the next generation reporting mechanism for Citi
engineering team
o Apollo: Capability of analytical insights finding of the data and thereby helps user with recommendations, sentiment
analysis, object recognition, data clustering, spam filtering for Travelers Insurance
o iverify: Reconciliation based on distributed-ledger technology for ASG
o Takara: In-memory single-point-flow of reference data to front, middle and, back office including data-lake for Nomura
investment bank
o STP Unity: A straight-through-processing services to incorporate no-manual-intervention for Nomura investment bank
o CDS Framework: Portal management framework for Citi
* Responsibilities and accountabilities
o Technical Involvement: Coding, Software engineering processes, deep-dive sessions, design and architectures
o Relationship Management: Manage and nurture delivery relationships and, managing the existing in the context of
RFPs and SOWs
o Reporting and recruitment: Review daily, weekly, monthly status reporting for the projects of team-size 1 to team-size
6
o Program Management: Responsibilities including management and technical discussions including ethical hacking
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Manish Sinha
Technical Architect seeking roles in Software Engineering,Software
Development,Product Development,Project Management,Change
Management,Requirement Gathering,Data Analytics,Artificial Intelligence,Machine
Learning,Jenkins,Azure,Java,NLP,AWS,JSP
Key Skills: Technical Architect,Software Engineering,Software Development,Product Development,Project
Management,Change Management,Quality Management,Requirement Gathering,Data Analytics,Artificial
Intelligence,Machine Learning,Jenkins,Azure,Java,NLP,AWS,JSP
Summary
A highly accomplished technology development executive with substantial experience of leading business-centric development
efforts, designing and implementing a broad range of products and solutions and leading initiatives in career spanning 17 years
* Leadership - Proven leader adept at building solutions to conceive and execute complex partnering and technology
development activities involving cross-functional stakeholders with competing priorities including senior executives
* Financial-technology experience - Significant investment-banking operation technology understanding, designing, and
developing experience spanning multiple geographies and stages of business including prime services(all the products), hedge-
fund, OTC, trade-processing, reporting, reference data app
* Data experience - Extensive experience on ETL, data-processing, machine learning and analytics, STP, in-memory data,
blockchain, enterprise data-integration, structured and unstructured data technologies
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400…
https://freesearch.naukri.com/preview/printResume?uname=b4a4197d61251e997f6c44827ff31f145e0b0a51421b01110114465a5b0f534d1501400618150a0f0c0… 2/2
and MFA
* Tangible delivery
o Designed and developed on advanced analytics machine learning models and distributed ledger technology
o Implemented STP generic framework including Fix based connectivity to LSE and reconciliation
o Worked on framework components to support and extend usability with other components and frameworks
o Review and implement technological development guide and framework with other partners
o Developed reference data application including API for data-lake
* Technologies
o Java, J2EE, TIBCO, Kafka, Spring Camel, QuickFix, Spark
o OpenCV, StandfordNLP, Yaml, AWS, Azure
UG: B.Tech/B.E. (Computers) from Terna Engineering College, Mumbai in 2003
PG: MS/M.Sc(Science) (Economics) from Purdue University, Krannert School of Management, West Lafayette, Indiana
in 2022
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE, MQ, JSP, Jenkins
Struts, Unix, TIBCO, Kafka, Spring Camel
QuickFix, Spark
OpenCV, StandfordNLP, Yaml, AWS, Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 183: Resume 26 with similarity score 0.03851001135819739
Resume Text: MS student mes , css , profiles , mysql , hindi , automata , educational training , basic , english , airlines , email , home automation , boot , application , mbe , resume , android , github , java , government , intermediate , problem solving , languages , reach , connections , python , computer engineering , technology , qr , database Orange and Black Professional Resume
Abhishek
Mhamane
Computer Student
How to reach me:
Cell:
Email:
Adress:
+(91)7709096368
abhimhamane13@gmail.com
Satararoad,Satara-
415010,Maharashtra.
Professional Skills
Coding Languages:
Frameworks/Systems:
Java,Python,C,C++,HTML/CSS
Android (Java),Django(Python)
Language Skills
English
Hindi
Marathi
Personal ProfileI am a computer
engineering student.
I want to learn from
industry experts to
improve knowledge.
Educational Training
MES'S College of
Engineering, Pune
Government Polytechnic,Karad
Start attending from Sept.
2019
Second Year GPA - 8.2
Attended from Aug. 2016 to
June 2019
Secure 88.40 %
MBE in Computer Engineering
Diploma in Computer
Engineering
Dr.Gadagakar Highschool,
Satararoad
High School, SSC
Attended from June. 2012 to
Secure 87.60 %
June 2016
Certification
Problem Solving (Basic)
From Hackerrank
Problem Solving
(Intermediate) From
Hackerrank
Machine
Learning(NGAndrew)
Hackerank Challanges
Profiles Hackerrank GitHub
@abhimhamane13
https://www.hackerrank.com/
abhimhamane13
AbhishekMhamane
https://github.com/AbhishekM
hamane
Projects
FASIM - Finite Automata Simulation
Technology Stack - Java, Sprong Boot, React js,p5js,andoid
I developed the android application forauthenticate user
through QR Scanner
Jarvis -Personal Android Assistant And Home Automation
Technology Stack - Java,Android,IOT
I developed the IOT module.
Airlines Reservation
Technology Stack - Java,Mysql
I developed the user- \interface and database
connections.
Dr. Nuzfat Shaikh
Head Of Department of Computer
Engineering at Modern Education
Society's College of Engineering, Pune
Cell:- +91 98223 36455
Email:- nfshaikh@mescoepune.org
Prof. Umakant Shirshetti
Head Of Department of Information
Technology at Sou. Venutai Chavan
Polytechnic, Pune
Cell:- +91 98500 97381
Email:- usshirshetti@sinhgad.edu0
References
Rank 184: Resume 95 with similarity score 0.03845149228103497
Resume Text: MS , B.TECH , BS work from home , learning analyst , classifier , lead developer , partner , student , personal assistant , technical lead , autocad training , exhibition , algorithms , classification , deep learning , learning techniques , docker , hypothesis testing , gan , intelligence , computer vision , logistic regression , features , raw materials , django , foundation , data science , object detection , sellers , internships , forest , mar , hindi , english , twitter , project , autocad , video , mongodb , angularjs , matlab , java , srm , machine learning , soft skills , computer science , forming , research , flask , completion , 365 , one , technology , vm , social awareness , physics , sqlite , vs , mysql , data analytics , gnu octave , natural language processing , jquery , advanced , bootstrap , linear regression , email , coursera , microsoft , edge , economics , nvidia , assessment , web , database , online , image processing , 10k , css , azure , teams , excel , tracker , application , c programming , resume , paper , neural networks , led , auditing , returns , python , swot analysis Assessment
Q1. Why should you be hired for this role?
I feel I am suitable for this role because I have extensive work experience and the required skills. I have completed courses in Deep Learning
specializing in Image Processing as well as Natural Language Processing. I have completed offline and online trainings in Machine Learning and
Python Programming. I have worked on projects including but not limited to a Video Captioning System, a resume extractor using Named Entity
Recognition, GAN on MNIST Dataset and other similar projects involving different Deep Learning and Machine Learning Techniques. I have
worked on Full Stack Projects combining technologies and even led projects. One of them, Suraksha Covid 19, a covid related info site even
received media attention from Zee News and Aaj Tak. I have also led a project on a Resume Audit Website with python as backend, and Flask as
the wrapper and MySQL as the database and hosted it as a docker on Azure VM. I have also worked on a React Based Marketplace for raw
materials with MongoDB as database and Node JS as backend and hosted it on an Azure VM. I have Interned in Startups based in India and well
as in Other South East Asian Countries Vietnam) and contributed as much as I could have with positive feedbacks. I believe with a little guidance
and research, I will be able to accomplish the tasks given to me.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3months for a WFH internship starting Immediately.
Resume
EDUCAT ION
INTERNSHIPS
Arya Sekhar Bandopadhyay
Kattankulathur, Kolkata
Applied 09 Feb'21
Computer Vision Python Bootstrap
C Programming C Programming CSS
Data Structures Algorithms AngularJS
Artifical Intelligence Deep Learning English Proficiency Spoken)
English Proficiency Written) GNU Octave MSExcel
MSWord Machine Learning ReactJS
SQL jQuery Angular 7.0
AutoCAD Data Analytics Hindi Proficiency Spoken)
Java MATLAB MSPowerPoint
MySQL R Programming SQLite
Bachelor of Technology B.Tech), Computer Science & Engineering
SRM Institute of Science and Technology, Chennai
2017 - 2021
Percentage: 87.54%
Senior Secondary XII, Science
Dav Model School,Durgapur
CBSE board)
Year of completion: 2017
Percentage: 91.00%
Secondary X
St Vincent's High And Technical School, Asansol
ICSE board)
Year of completion: 2015
Percentage: 91.00%
Full Stack Development
GAIUS Networks, Virtual
Jul 2020 - Nov 2020
Worked on twitter scraping and analysis of tweets. Helped grow consumer base to 10k for the dedicated application.
Lead Developer
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Dataly, Virtual
May 2020 - Dec 2020
Worked on a resume auditing project and lead to team to deliver it in the best possible way.
Worked on a raw material based marketplace and worked with the team to deliver it in time
Data Analytics
RedFox Labs, Virtual
Mar 2020 - Jul 2020
Worked on a statistical site ranging from data analytics to hypothesis testing.
Data Analytics
Ovonts, Kolkata
Nov 2019 - Dec 2019
Machine Learning Trainee
Kaashiv Infotech, Chennai
May 2019 - Jun 2019
Microsoft Student Partner 20202021
Technical Lead at Microsoft Club SRM
Machine Learning Analyst at Next Tech Labs
React Full Stack
udemy, Online
Aug 2020 - Nov 2020
Advanced Excel
365 Data Science Platform, Online
Mar 2020 - Apr 2020
Data Science Bootcamp
365Data Science, Online
Mar 2020 - May 2020
AngularJS
GUVI, Online
Feb 2020 - Mar 2020
Deep Learning.ai
Coursera, Online
Oct 2019 - Present
Deep Learning AZ
udemy, Online
Jun 2019 - Present
Machine Learning In AI
NPTEL, Online
Jan 2019 - Present
Advanced Machine Learning And Deep Learning By Higher School Of Economics
Coursera, Online
Jan 2019 - Present
Deep Learning
One Fourth Labs(IIT Madras Startup), Online
Jan 2019 - Present
Machine Learning
Mywbut Training, Kolkata
Dec 2018 - Jan 2019
Regression(Linear Regression,),Classification(Random Forest,Decision Tree,Naive bayes,KNN,Clustering etc .Two major
projects including a Email Spam Classification, Handwritten digits Recognition, and A Book Recommender System
PROJECTS
ADDIT IONAL
DETAILS
Machine Learning By Andrew Ang
Coursera Training, Online
Dec 2018 - Jan 2019
Python
Internshala Trainings, Online
Dec 2018 - Jan 2019
Resume Audit
Aug 2020 - Jan 2021
http://resume.dataly.in
This website provides features including Resume Audit, Resume vs CV match and SWOT Analysis.
GAN on Handwritten Digits to generate more data
Jan 2020 - Jan 2020
Garbage Reporter
Jan 2020 - Jan 2020
Made for SIH. Selected in the top 10 teams. Used Django and Azure Services
Resume Parser
Oct 2019 - Oct 2019
Object Detection using Yolo
Sep 2019 - Sep 2019
Image Caption Generator
Apr 2019 - May 2019
Image Classifier on Cifar ten
Mar 2019 - Mar 2019
Handwritten Digits Recognition Using Neural Networks by Forward Propagation
Dec 2018 - Jan 2019
Handwritten Digits Recognition Using Neural Networks by Back Propagation
Jan 2019 - Jan 2019
Email Spam Classifier
Dec 2018 - Jan 2019
A Email Classifier which returns 0 if not spam and 1 if spam
Linear Regression
Dec 2018 - Dec 2018
Linear Regression Cost Function Forming and Minimization using Gradient Descent and Normal Equations
Classification Using Logistic Regression
Dec 2018 - Dec 2018
Classification Using Logistic Regression
My personal Assistant
Oct 2018 - Oct 2018
A assistant which takes your query and searches the web and returns the answer and reads it out. Made with Python and its
GUI features
Ultrasound distance and speed tracker
Mar 2018 - Mar 2018
First prize in Techknow project display in SRM University
React Based Marketplace
Jul 2020 - Present
http://test.dataly.in
React based market place for raw materials with communities for connecting related sellers with buyers.
Certificate from college for excellency in C
Certificate from College for excellency in Data Structures
http://resume.dataly.in/
http://test.dataly.in/
CONTACT Phone: 91 8617020804
Secured 1st position in SRM Techknow physics project exhibition
Certificate of excellency in Social Awareness in Soft Skills provided by SRM UNIVERSITY
Certificate from NVIDIA Deep Learning Institute for Foundation of Deep Learning
Received Udacity Intel Edge AI Scholarship 19
Intel Udacity Edge AI scholar
Best Paper Presentation in the International Conference on Iot held in SRM Institute of Science and Technology
Received media attention for suraksha covid 19
Rank 185: Resume 487 with similarity score 0.03837098048373056
Resume Text: B.TECH work from home , full time assessment , resume , python , ion , technology , computer science , learning , html Assessment
Q1. Why should you be hired for this role?
I am good in learning skills . I love python that's why you should hire me I gave 101%
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full time in Chandigarh .
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9882518333
Sahil
Chandigarh, Delhi
Applied 07 Feb'21
Python HTML
Bachelor of Technology B.Tech), Computer Science & Engineering
IET Bhaddal
2017 - 2021
Python
Thinknext, Chandigarh
Feb 2021 - Present
Rank 186: Resume 226 with similarity score 0.03823876653880115
Resume Text: M.Sc , M.S , BS work from home , school teacher c programming , text mining , automation , less , assessment , project , resume , python , application , css , java , machine learning , computer science , html , sentiment analysis Assessment
Q1. Why should you be hired for this role?
I have been looking for the job where I can apply the knowledge I have earned in the past years. I would take this as an opportunity to learn the
things I am less exposed to. In a way improving my knowledge as well as getting exposed to the entire new world.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 4 months as I have to submit my Internship reports in my college in the month of April.
Resume
EDUCAT ION
JOBS
PROJECTS
CONTACT Phone: 91 9741812304
Harshitha A
Bangalore
Applied 26 Dec'20
Java C Programming C Programming
HTML Machine Learning CSS
Master of Science M.Sc), Computer science
St. Joseph College Of Arts And Science( Autonomous)
2019 - 2021
School Teacher
Narayana Group of institutions, Goravigere
May 2018 - May 2019
HR automation app
Nov 2020 - Dec 2020
My group and I developed a HR automation app which is a desktop application that helps in the selection process of the
candidate to the suitable post in a company. The project used using Python and the concept of Text mining for character
analysis.
Sentiment analysis application
Jun 2019 - Oct 2020
My group and I had developed a mini project using machine learning that predicts the emotions of a person through the text
entered.
Rank 187: Resume 1457 with similarity score 0.03822817303892787
Resume Text: B.E , MS , B.TECH , BS application support , technical analyst , project lead , peoplesoft , sql developer , technical consultant , full time , informatica , integration specialist , team lead financial services , customer , regulatory requirements , addition , work allocation , status , mumbai , payroll , ctq , xml , pl/sql , rdbms , testing , elements , asp.net , sql server , packaging , organization , suite , hris , interfaces , access , windows 2000 , designation , regulatory compliance , deliverables , mar , web services , jewelry , gap analysis , ltd , macro , business integration , english , data reconciliation , visual basic , boe , agile , project , solution architecture , processing , business operations , forms , fixing , performance tuning , mvc , data analysis , c++ , intermediate , resolve , computer science , dashboard , process automation , reporting tool , xbrl , one , javascript , tax , lcr , capital , stored procedures , external clients , html , box , optimization , rca , panasonic , rts , scrum , funding , scripting , affirmative action , oracle , frs , xp , maintenance , jquery , liquidity , email , sales order , german , sqr , data quality , languages , sme , client requirements , crystal , scheduling , jira , engineers , database , ajax , validation , ug , portals , toad , dwbi , developments , adapter , commercial software , authorization , teams , enterprise , c# , application , think tank , regulatory reporting , finance , peoplesoft , software design , peoplecode , linq , ms technologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 1/4
Current Designation: RPA & System Integration Specialist
Current Company: WorleyParsons India Pvt. Ltd
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
WorleyParsons India Pvt. Ltd as RPA & System Integration Specialist
Sep 2016 to Till Date
To provide global systems integration support and maintenance for the points defined in the business integration plan and
maintenance support for all in-house developed applications and Commercial applications as required. To support
applications provided as commercial software offerings to external parties.
Monitor and resolve Incident tickets for supported systems, integration interfaces and applications, raised in Server work
processes to ensure user base has adequate support for required job functions
Responsible for gap analysis and technical consulting for BI and Automation projects Act as a think tank to provide out of
the box solutions and reduce turnaround time on various projects.
Manage / perform or assist in implementation of system version releases to prod environment via the standard release
processes to ensure elements are transitioned to production in a controlled manner.
Develop systems and solutions (for applications and integration) in line with authorised and approved work scope using
standard development processes and techniques.
Support external clients as per maintenance agreement (including support, maintenance, approved development and
deployment) as required ensuring compliance with external client requirements / change processes.
Wolters Kluwer as Technical Consultant
Aug 2015 to Aug 2016
Description:
FRS is financial regulatory reporting for various banks and financial institution present in US. This product is used for
submitting various kinds of reports to regulators. The major part of the application includes fetching the data from data
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SACHIN S. GOSAVI
Seeking roles in Software Development,Application Development,IT Project
Management,Incident Management,Solution Architecture,Software Design,System
Integration,Agile
Methodology,ASP.Net,VB.Net,JavaScript,Informatica,JQuery,JIRA,Ajax,RPA,C#
Key Skills: Specialist,Project Lead,Software Development,Application Development,IT Project Management,Incident
Management,Solution Architecture,Software Design,System Integration,Agile
Methodology,ASP.Net,VB.Net,JavaScript,Informatica,JQuery,JIRA,Ajax,RPA,C#
Summary
IT/Software professional with 14+ yrs experience of working on various projects handling development, maintainance and
application production support with skills in Oracle, PL/SQL,(OCP Certified), SQL Server, MS Technologies -
VB,.Net,MVC,JQuery,Ajax,Linq,API,WebServices,VBA,Macro,C++,Crystal Report and familiar with C#,ASP.NET, COM tools,
JavaScript, XML, XBRL,Robotic process automation (RPA).Actively involeved in architetural designs which includes database
(Oracle) and DWBI application.Technical & Solution Architechture review as a SME of regulatory reporting application.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 2/4
mart (Global data model), allocate it on various report perform the validation and finally delivered them to regulator, the
delivery can either in xml or xbrl.
Roles & responsibilities:
* Development, Enhancement, Maintenance and Support. - Technical analyst, Product routine release
(Major and intermediate) cycles, release scope- new features/ reporting changes/ bug fixing,
Work allocation, task scheduling, monitoring of work progress on weekly basis. New/ future
Developments and its architecture/planning and meetings with counterparts following Agile/scrum method.
* Worked on the modules implementing the business and application logic in C# and Java.
* Worked extensively with Data Adapter, Dataset & Data reader as a part of ADO to access and update DB.
* Used PL/SQL to create complex Packages, Functions, Triggers and Procedure for module Global Data Model.
* Dealing with database programs to increase processing performance, referred to as performance tuning.
* Involved in requirement gathering and analysis
* Handled many customer raised issues to the existing live portals with related to application
BirlaSoft Technologies as Team Lead
Nov 2012 to Aug 2015
Project : RTS - UK IT Support (Production)
Client : GE Information Services - GE Capital international bank
Environment : Oracle, PL/SQL, MSVB, SQL Developer, Familiar with C#, COM tools, Java Scripts, XML, XBRL
Role : Technical & Solution Architech and subject matter expert of regulatory reporting app
Description:
Handling the RTS - UK IT Support by providing Technical Support & Solution Architechture review; Subject matter expert
for regulatory reporting application for one of the Worlds's leading
Financial services organization GE Information Services - GE Capital international providing RTS, setting out the high
level CTQ's and business objectives; Services related to support, maintenance and enhancement of multiple critical
application involving 'FRS RegPro' and 'RiskPro' on which the client relies on to facilitate its business operations in Capital
International HQ for meeting there regulatory compliance.
Roles & responsibilities in Birlasoft:
* Assisting the Client-GE in handling the 'FRS RegPro' and 'FRS RiskPro' (FRS application suite) from 'Wolters Kluwer' in
order to generate and submit regulatory reports to prudential regulatory authority (PRA)/Financial Conduct Authority (FCA)
and Bank of England (BoE). Ensure efficient and effective support services and solution for business for their reporting
modules and submission period
* Facilitate day to day business operations and resolve any technical issues raised by business within an acceptable time
to ensure higher level of solution agreement with minimal business impact and responsible for the analysis, reproduce
issues in terms of both structure and content of reported issues
* Working closely with customers to gather regulatory updates, reports and schedule release cycle accordingly
* Perform data analysis and end-to-end solution investigated for data quality and internal audits purpose
* Implement and integrate interface mappings between source and global data for reporting requirement
* Creating customize SQL procedures & functions to generate data for MIS/reconcile/Dashboard purpose
* Implement and customize finance in-house modules as per requirement using tools e.g. VBA, PL/SQL
* Function as a Level 2, 3 and 4 Support in application support environment and involvement in all aspects of the SDLC.
* Build effective teams and lead by example while supporting line activities to ensure meeting deployment and on time
deliverables services in testing and production environments and proactively address support issues and RCA with the
help from subordinates and superiors
* Developed Complex database objects like Stored Procedures, Functions, Packages and Triggers using SQL and
PL/SQL.
* Handled database programs to increase processing performance, referred to as performance tuning, Optimization and
huge volume of data.
Specific contribution and key achievements in Project:
* Create and implement Automation and VB scripting files which robustly handled & reducing dependencies
* Implementation of MIS reports for customer by VBA and complex queries using PL/SQL
* Liquidity coverage ratio/Net stable funding ratio (LCR/NSFR Gabriel) Corep Report RT1200 interface mappings which
functionally and technically helped to customers and provided value addition
* Integration of finance departments source data with Corep reports (e.g. Own funds & Large exposures)
* Implementation/Setup of new German & France applications GE specific to bank's regulatory requirements
* Basic data reconciliation involves staging and source data to help customer for review and Audit purpose
UG: B.Tech/B.E. (Computer Science and Engineering) from Institution of Engineers India in 2001
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 3/4
Nature of Employment: Full Time
Role: Other
Duration: May 2007 - Dec 2010
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: May 2006 - May 2007
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2005 - Apr 2006
Onsite / Offsite: Offsite
VB 6.0,VB.Net, C#, C++,VBA,FRS,WKFS
VB Scripts,XML, XBRL,HTML
vba,macro
Crystal Report
MS Windows 2000/NT,XP,WIN7,WIN8
Oracle, PL/SQL, Sql server, MS Access
SQL-Developer, SQL *Loader,Toad,
Informatica
MVC,VB.Net,VBA,ASP.Net, C#, C++,
PeopleCode [PeopleSoft]
VB Scripts, Java Scripts, XML
Oracle, PL/SQL, Sql server, MS Access
SQL-Developer, SQL *Loader
Toad,Web Services ,MS DWBI,API
JEERA, SVN
Languages Known
Language Proficiency Read Write Speak
English Expert
Projects
Project Title: FRS Global (www.frsglobal.com).
Client: FRS Global - Central Bank of Ireland, Bank of England, RBS, Rabobank, Elavon.
Skill Used: Environment : VB, Dotnet, Sql server 200X, C++, Oracle10g, XML, WinXp, Win7.
Role Description: Development, Enhancement, Maintenance and Support. - Product routine release
(Major and intermediate) cycles, release scope- new features/ reporting changes/ bug fixing,
Work allocation, task scheduling, monitoring of work progress on weekly basis.
Project Details: FRS is financial regulatory reporting for various banks and financial institution present in UK and Ireland.
This product is used for submitting various kinds of reports to regulators. The major part of the application
includes fetching the data from data mart (Global data model), allocate it on various report perform the
validation and finally delivered them to regulator, the delivery can either in xml or xbrl.
Project Title: ADP EV3-HRMS
Client: Panasonic, North America.
Skill Used: Environment: ADP EV3, Peoplecode, SQR, Oracle8i, Windows 2000 Server.
Role Description: Development, Enhancement, Maintenance and Support.
· Performed Application support for the end-users.
· Involved in Application and Year end Tax Patches
· Involved in creating and modifying existing reports
Project Details: ADP EV3 [PeopleSoft 1.0] is the HRMS for Panasonic and it is used to support the Payroll, Benefits and all
Human Resource data related activities at Panasonic. The project was meant to maintain and support the
employee payroll and Benefit Administration using the ADP Enterprise Version HRMS module. The Production
team has to monitor the HRIS application and attend to any system issues reported by the users and they
have to be resolved on priority basis and solved in the minimum time possible.
Project Title: Jewelry Software's (Live Project)
Client: Unidesign Ltd. SEEPZ.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1…
https://freesearch.naukri.com/preview/printResume?uname=451a5952308dd236e957b5c534c462af590b5c5343470b1505154250555b0018140c1150474151590… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: United Kingdom
Job Type: Permanent
Employment Status: Full time
Skill Used: Front End : Visual Basic 6.0 RDBMS : Sql Server 2000. Report : Crystal Report 8.5. Operating System :
Windows-2000.
Project Details: Worked on Programs which includes various forms and reports for jewelry industry. Mainly contains EMR
Emperor Softwares Database, Order, Invoice, Quotation, Exporting data. Handling the All data
in Sql Server. Created Reports like Price Packaging List (PPL), Sales Order (SO), Product Information Sheet
(PIS) Etc. Using Crystal Reporting Tool and SQL server database.
Rank 188: Resume 1198 with similarity score 0.038065024571166145
Resume Text: B.E , MS , B.TECH , MSC software consultant , technical architect , solutions architect , analyst programmer , technology consultant , full time , sql developer , data management , business consultant kenan fx , microsoft azure , office , angular , docker , linux , node.js , status , stakeholder management , perl , sap , pl/sql , axis2 , sql server , system administration , organization , crm , suite , report manager , automation , spark , kubernetes , designation , 3par , mar , windows , json , english , project , solution architecture , processing , accountability , c++ , putty , vmware , javascript , technology , product lifecycle management , hp-ux , data services , reporting , web development , mes , general , scripting , data migration , visual studio , affirmative action , oracle , mysql , technical architecture , maintenance , pinnacle , unix , postgresql , email , manufacturing , jpa , business intelligence , tomcat , aws , github , maven , languages , customer intelligence , hibernate , big data , plm , it infrastructure management , storage management , database , jenkins , ug , toad , tamil , hardware installation , apache , tibco ems , authorization , primefaces , enterprise , spring boot , virtualization , siebel , record , rmi , application , cvs , python , vertica , eclipse , iss , cloud computing , intellij idea 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a13084…
https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a1308440015495a585f… 1/3
Current Designation: Technical Architect
Current Company: DXC Technology
Current Location: KUALALUMPUR
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
DXC Technology as Technical Architect
Apr 2017 to Till Date
Accountability:
* Presently reporting to the Report Manager for providing Technology Consultancy to diverse clients, participating in
multiple (3) projects (refer Annexure).
* Guiding the implementation of large-scale Enterprise solutions, involving Customer Intelligence, Big data
management, Virtualization Environment setup, Infrastructure management, etc.
* Creating Solution Architecture/Design, provided Technology consultancy to provide the hardware installation, in Big
Data Management, establishment of Virtualization Environment, Deployment Management, Storage Management, Project
Delivery Team, etc.
Hewlett-Packard Enterprise as Technology Consultant
Oct 2004 to Mar 2017
Career Path:
Technology Consultant May 2015 to Mar 2017
Business Consultant Dec 2013 to Apr 2015
Service Info Developer Dec 2010 to Nov 2013
Sr. Software Consultant Oct 2004 to Nov 2010
Accountability (May 2015 to Mar 2017)
* During this part of the engagement, executed multiple (3) projects, implementing several solutions, for diverse clients,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
MUTHUKRISHNAN MAHALINGAM
Technical Architect seeking roles in Technical Architecture,Project Management,Web
Development,Database Migration,Cloud Computing,IT Infrastructure
Management,Solution Architecture,Client Management,Data
Management,Azure,AWS,Java,C/C++,Python
Key Skills: Technical Architect,Technical Architecture,Project Management,Web Development,Database Migration,Cloud
Computing,IT Infrastructure Management,Solution Architecture,Client Management,Data Management,Azure,AWS,Java
Summary
* Currently engaged as Technical Architect with DXC Technology Malaysia Sdn. Bhd., Putrajaya, Malaysia, since Apr 2017.
Providing Technology Consultancy to the clients of the organization, to implement large scale Enterprise solutions for clients in
diverse sectors. The guidance includes Customer Intelligence, Big Data management; establish Virtualization Environment,
Infrastructure management, deployment/configuration/support of solution, monitoring project execution, etc.
* Microsoft Certified Expert: Azure Solutions Architect (AZ-303), experienced, meticulous & detail-oriented Azure Cloud
Specialty processing a proven track record of server development & management, cloud management & automation, process
enhancement, system administration as well as stakeholder management.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a13084…
https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a1308440015495a585f… 2/3
reporting to the Manager.
* The projects executed (refer Annexure), includes migration of warehouse system, of system support and upgrade
activities of a Product Lifecycle Management (PLM) solution and of a Manufacturing Execution System (MES) system.
Accountability (Dec 2013 to Apr 2015):
* Reported to the Report Manager (HP) and was deducted to Manpower Group as Business Consultant to execute &
participate in multiple (2) projects, for their customers - for development of reports and data migration and Siebel CRM
Upgrade.
Accountability (Dec 2010 to Nov 2013):
* Deputed dedicatedly to Scicom (MSC) Bhd., as Service Info Developer, to execute & participate in couple of projects
for diverse customers, of theirs, including - data migration from legacy system to new PLM system and Release
Management of Integrated Statistical System (ISS)
Accountability (Oct 2004 to Nov 2010):
* Deputed to Pinnacle Technologies Sdn. Bhd., Malaysia, as Sr. Software Consultant, to execute & participate in
multiple (4) projects, for their customers
* Acted in various roles - Support Service (Resolution of Issues) Delivery, Development & Integration of web portal,
interface development and part of the team to integrate post-paid (Kenan FX) and prepaid (INSS) systems.
Synergy Log In Systems Sdn Bhd as Analyst Programmer
Oct 1997 to Sep 2004
UG: B.Tech/B.E. (Computers) from Manonmaniam sundaranar university, Tirunelveli in 1994
Education
IT Skills
Skill Name Version Last Used Experience
HPE Blade Infrastructure Implementation
HPE 3PAR StoreServ 8400 SAN
VMware, Oracle OVM Hypervisors
Windows, Linux, UNIX (HP-UX)
AWS, Microsoft Azure
Python, Spark, JAVA, C/C++
UNIX Scripting/Perl, SQL, PL/SQL
JavaScript
RedShift, Oracle, MS SQL Server
MySQL, PostgreSQL, Vertica
J2EE, Spring frameworks
Spring Boot, JPA/Hibernate
Eclipse, Intellij Idea, Visual Studio
SAP Business Intelligence, Data Services
Putty, TOAD, SQL Developer
Java Open Sources - Apache
Angular JS, Node.JS, JSON Restful
JSP, JSF/PrimeFaces, RMI, CXF
Axis2, TIBCO Business Works
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a13084…
https://freesearch.naukri.com/preview/printResume?uname=6c4f44783952645a66960035da6d630d5a0b080318420b400212105c540d534a1308440015495a585f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
TIBCO EMS, TIBCO ActiveSpaces
Ant, Maven, Jenkins, Docker
Kubernetes, Chef, SVN, GitHub
CVS, Tomcat, JBoss
Linux
MS Office Suite
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 189: Resume 670 with similarity score 0.038018508087304566
Resume Text: MS , B.TECH work from home css , adobe photoshop , information technology , wordpress , kotlin , application , c programming , fit , resume , android , java , hiring , machine learning , computer science , childhood , operating systems , photography , assessment , python , one , organization , html , online Assessment
Q1. Why should you be hired for this role?
As, I have not started my career, I don't have practical achievements, but I really want to practically explore and experience my potential by
delivering the best services to the company. It will be my honor to work with you and this organization.
The primary goal of any organization while hiring employees is their loyalty and hardworking nature. I am loyal and hardworking since my
childhood - in my school and colleges, I was one among the dedicated set of students who had been completing the task or assignment on time.
For these excellent qualities, I got appreciation many time during those periods.
I am the best fit for this job profile, due to my outstanding programming C, Kotlin,Java, HTML, and .Net), networking, analytical and problem
solving skills.
And also I have made few very beautiful android applications .Also, I have practical experience in many Operating Systems.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
My college allows me to do 6 months internship and I'm completely available for 6 months
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9866905007
YUGANDHAR Gopu
Guntur, Hyderabad
Applied 27 Dec'20
Android Kotlin HTML
Photography Adobe Photoshop C Programming
CSS Java WordPress
Machine Learning Python
Bachelor of Technology B.Tech), Computer Science
Indian Institute Of Information Technology
2018 - 2022
CGPA 7.20/10
Android Application Development
Internshala Trainings, Online
Apr 2020 - Jul 2020
Rank 190: Resume 440 with similarity score 0.03790389866709634
Resume Text: MS web developer , python developer , investment advisor api , optimization , web development , cricket , visual studio code , css , data visualization , plantation , office , versioning , investment , design , authentication , jewelry , hindi , secondary education , independence , ltd , intrapersonal skills , smart working , english , status , excel , agile , email , project , time management , work effectively , application , linkedin , participation , google maps , metal , c++ , machine learning , seo , git , languages , debugging , unit testing , html5 , e-commerce , sql server , photography , word , sms , otp , management system , python , negotiation , web framework , birth , search , artificial intelligence , hobbies RATNADIP SHINDE
PYTHON DEVELOPER (6+ M EXP)
PROFILE
✓ Hands on Languages – PYTHON, C,
C++, HTML5, CSS3, SQL.
✓ Hands on Tools- Visual studio code, MS
SQL Server.
✓ Have knowledge of SEO (SEARCH
ENGINE OPTIMIZATION).
✓ Have good knowledge of machine
learning (Artificial Intelligence).
✓ Hands on MS Office – Word, Excel,
Power Point.
INTRAPERSONAL SKILLS
✓ Have good level of persuasiveness.
✓ Can work effectively in team, as
well as individually.
✓ Smart Working.
✓ Punctual and disciplined.
ABILITIES
✓ Analytical and Negotiation skills.
✓ Innovative Thinking and vision
✓ In Depth Analysis of all Situation.
✓ Always ready to enhance my
knowledge.
✓ Ability to Work as Team and
Lead.
✓ Time management.
CONTACT
PHONE:
+91 7887358789
EMAIL:
shinderatnadip29@gmail.com
LINKEDIN:
www.linkedin.com/in/ratnadip-shinde-
ab18a51a1
ADDRESS
Gali no.1, at post kusumba,,Taluka
Dhule,dist. Dhule, Kusumba- 424302
HOBBIES
Travelling
Reading
Playing Cricket
Photography
EDUCATION
BE(COMPUTER SCIENCE)
North Maharashtra
6.95 (CGPA)
Higher Secondary Education
Maharashtra Board
66.15%
Secondary Education
Maharashtra Board
68.40%
WORK EXPERIENCE
Signific Artificial Intelligence Ltd. Pune (Intern)
1 April 2020 – Till Date
E-Commerce App Development
Roles and responsibility:
Develop of API in python using Sanic Web Framework.
Hands on SQL query for data visualization and analysis.
Developed code with following standard programming practices having static code
analysis score greater than 9.
Swagger implementation of API for easy consumption by UI team for integration.
Well familiar with Agile practices & Versioning too l - Git
Integration of 3rd party API such as Google maps, SMS services for OTP generation &
Authentication.
Well familiar with code debugging and unit testing
SKILLS
ACADEMIC PROJECT
1. Project 1: Adaptive Investment Advisor.
2. Project 2: GST calculator for Jewelry shop.
0.6
0.6
0.75
0.6
0.7
0.8
0.00% 25.00% 50.00% 75.00% 100.00%
C
C++
HTML
CSS
SQL
PYTHON
mailto:shinderatnadip29@gmail.com
http://www.linkedin.com/in/ratnadip-shinde-ab18a51a1
http://www.linkedin.com/in/ratnadip-shinde-ab18a51a1
CERTIFICATIONS:
Certification in Python.
Certification in Machine Learning
Certification Course in Web Developer and Designer.
2 Months Internship Program on Hospital Management System at Opulent.
PROJECT HANDLED DURING ACADEMICS
1. Title :Adaptive Investment Advisor.
Description :Adaptive Investment Advisor focuses on identifying the market regimes and conditions and
adjusting the investmentstrategies.
2. Title :GST Calculator for jewelry Shop.
Description : We can select the jewelry of any precious metal it automatically calculates the
total amount including the GST on that product.
PROJECT HANDLED AT OPULENT
1. Title :Hospital Management System.
` Description :Design Pooling application and Blog application by using Full stack webdevelopment.
CERTIFICATION WORKSHOP
1. Title :Web Development Bootcamp
Description : Design Pooling application and Blog application by using Full stack web development.
2. Title :ArtificialIntelligent and MachineLearning
Description : Importance and need of artificial intelligent and machine learning inIT.
EXTRACARICULAR ACTIVITIES
Participated in cultural event competitionSPANDAN2K18
Participation in various event held atTECHNOFEST-2018
Participated in TREE PLANTATION event held on Independence Day2019.
PERSONAL DETAIL:
Fathers Name : Mr. Keshavrao Tukaram Shinde.
Marital Status : Unmarried.
Date of Birth : 17th June 1997
Nationality : Indian
Language : English, Hindi, Marathi.
DECLARATION:
I hereby declare that the above-mentioned information is correct up to my knowledge and I
bear the responsibility for the correctness of the above-mentioned particulars.
Date:
Place:
Ratnadip Keshavrao Shinde.
Rank 191: Resume 884 with similarity score 0.03790389389765155
Resume Text: B.E , MS , B.TECH full time , software developer react.js , estimators , bundling , valuation , jenkins , carriers , ease , designation , connect , pages , visual studio , vs , ug , case , affirmative action , hindi , cloud , angular , webpack , maintenance , tablets , typescript , architects , authorization , english , web applications , enterprise , status , design documents , c# , agile , email , project , sprint planning , solution architecture , karma , psi , writing , components , estimates , damage , git , computer science , languages , presentation skills , translation , html5 , oe , diagrams , javascript , technology , insurance , cash 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d42584…
https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d425843524213505c01… 1/2
Current Designation: Software Developer -Software
Development
Current Company: Infogain
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Infogain as Software Developer -Software Development
Oct 2017 to Till Date
As a software developer it is my responsibility to be a part of each phase of the SDLC from Requirement Gathering to
Delivery and User Acceptance. Working in the insurance domain in the Auto Physical Damage area mainly related to
estimation of Vehicles that are in need of repair.
Projects Undertaken
Mitchell Connect Estimating (MCE) / Mitchell (USA)
TEAM SIZE: 10 MEMBERS
PERIOD: JULY 2019 - TILL DATE
TECHNOLOGIES: Javascript, React JS, TypeScript, C#, WebAPIs, Gulp, Webpack, Visual Studio 2017, Karma, Jest,
HTML5, CSS3, Jenkins.
DESCRIPTION: Mitchell Connect Estimating is the latest cloud-based solution being developed & maintained by Mitchell.
It is responsible for the creation of estimates in case of any damage to an insured vehicle. It is a technically updated and a
really performant solution which would ease the burden for Estimators, Insurance Carriers and OE Manufacturers.
RESPONSIBILITIES:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Abhijith Pillai
Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,ReactJS,JavaScript,Typescript,HTML,C#,TFS,GIT,MS
Visual Studio,VS Code,Postman
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,ReactJS,JavaScript,Typescript,HTML,C#,TFS,GIT,MS Visual
Studio,VS Code,Postman
Summary
Having around 3 years of experience in developing enterprise level software.
Expertise in UI Design using latest frameworks and technologies like Angular 1.6, React JS and TypeScript.
In-Depth understanding of different task runners like Grunt, Gulp & Webpack that are used for Bundling, Minification,
Translation, etc.
Well versed in writing unit tests using Jest and Enzyme for React Applications.
Good knowledge of writing server-side Unit/Integration tests using C#.
Have been a part of different innovations that tend to improve performance and help us in day to day activities.
Have been following Agile Methodology with regular Scrums, PSI Planning & Sprint Planning along with Retrospection &
Grooming.
Excellent Communication & Presentation skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d42584…
https://freesearch.naukri.com/preview/printResume?uname=1ccab0bb2a3d54ba98bfbd4680dad70b0c580a034d1a08430347455d0900074d425843524213505c01… 2/2
Involved in various design discussions with the Architects.
Understanding requirements & estimating the time to create an efficient solution.
Creating Design Documents & Diagrams for the requirements.
Creating robust, efficient & scalable modules which would be a part of the Mitchell Connect application using TypeScript,
ReactJS, Angular Material, Gulp, Webpack, etc.
Creating new reusable components which could be used in a variety of applications.
Creating responsive pages for web applications which could be viewed properly on desktops as well as tablets.
Writing Unit/Integration tests .
Total Loss Valuation (TLV) / Mitchell (USA)
TEAM SIZE: 9 MEMBERS
PERIOD: OCTOBER 2017 - JULY 2019
TECHNOLOGIES: Javascript, React JS, TypeScript, C#, WebAPIs, Gulp, Webpack, Visual Studio 2017, Karma, Jest,
HTML5, CSS3, Jenkins.
DESCRIPTION: Total Loss Valuation (TLV) provides a solution to enable the Total valuation of the damaged vehicle whose
repair cost exceeds the Actual Cash value of the damaged vehicle.
RESPONSIBILITIES:
Involved in various design discussions with the Architects.
Understanding requirements & estimating the time to create an efficient solution.
Creating Design Documents & Diagrams for the requirements.
Creating robust, efficient & scalable modules which would be a part of the Mitchell Connect application using TypeScript,
ReactJS, Angular Material, Gulp, Webpack, etc.
Creating new reusable components which could be used in a variety of applications.
Creating responsive pages for web applications which could be viewed properly on desktops as well as tablets.
Writing Unit/Integration tests .
UG: B.Tech/B.E. (Computer Science and Engineering) from SWAMI KESHAVANAND INSTITUTE OF TECHNOLOGY,
JAIPUR in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ReactJs, Javascript
Typescript, HTML
C#
VCS, TFS and GIT
MS Visual Studio
VS Code, Postman
React.js 16 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 192: Resume 176 with similarity score 0.03787655501247114
Resume Text: B.E , MS work from home , classifier , content writer solar , deep learning , adobe photoshop , adobe premiere pro , radar , linux , public , e-mail , cli , teams , computation , embedded , application , coursera , resume , electronics , art , lcd , weather , java , government , led , machine learning , problem solving , writer , arduino , research , foundation , sms , completion , assessment , events , motion controllers , data science , python , coordinated , organization , technology , intelligence systems , online Assessment
Q1. Why should you be hired for this role?
I am pursuing specialization in the field of Deep Learning aided computation and intelligence systems. Seeking to leverage problem solving,
analytical, and research skills to help democratize modern technology and contribute impactfully.
I have worked with Deep Learning technologies/tools like Tensorflow and PyTorch and implemented projects using them. I really like the
prospective these technological advancements bring and I hope to learn and contribute to them in a meaningful manner.
I would describe myself as a tech-enthusiast and am willing to put in the effort to better my skill set and help serve the community better.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for a full-time work-from-home internship for the next 3 months, and can start immediately.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Dhruv Vats
Ahmedabad
Applied 09 Feb'21
Python Data Science Deep Learning
Java Linux Machine Learning
Adobe Photoshop Adobe Premiere Pro
Bachelor of Engineering B.E, Electrical and Electronics Engineering
Vishwakarma Government Engineering College
2018 - 2022
CGPA 8.39/10
Senior Secondary XII, Science
SGVP International School
CISCE board)
Year of completion: 2018
Percentage: 89.20%
Secondary X
SDIS
CISCE board)
Year of completion: 2016
Percentage: 88.50%
Coordinated public events and helped manage logistics with teams of volunteers (at Dada Bhagwan Foundation).
Worked as a Volunteer Article Writer and Editor at a Non-Profit Organization DBF led self-help Magazine Publication Akram
Youth).
Machine Learning By Andrew NG
Coursera, Online
Jul 2020 - Aug 2020
Transfer learned State-of-the-Art Dense Nets
Nov 2020 - Nov 2020
E-mail/SMS spam classifier
Sep 2020 - Oct 2020
Visual Exploratory Analysis aided Regressors
Oct 2020 - Oct 2020
Flower type classifier with CLI Application (using PyTorch)
Sep 2020 - Sep 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8160304091
Dog Breed Classifier (using Tensorflow)
Sep 2020 - Sep 2020
Embedded System based LCD display enabled Ultrasonic Radar
Apr 2019 - Apr 2019
Several Arduino based Projects
Feb 2016 - Present
Several Arduino based Projects like:
- Portable Weather Station
- Mechanically controlled Solar Panel
- XRay Viewer Light Controller
- Motion Controllers
Content Writer for a magazine named Akram Youth.
Winner of College Tech-fest organized Competitive Programming competition.
Rank 193: Resume 736 with similarity score 0.03787612381222349
Resume Text: MS , BS software engineer , associate java developer , product development , software developer , j2ee developer , full time , sql developer quartz , customer , algorithms , ease , docker , beginner , abstraction , ux design , node.js , status , xml , testing , artifacts , building , sentiment analysis , designation , mar , hindi , cloud , ltd , json , english , pressure , project , mongodb , microservices , rest , git , machine learning , documentation , word , one , javascript , predictive analytics , technology , business requirements , logics , general , affirmative action , mysql , samsung , maintenance , jquery , advanced , email , jpa , tomcat , aws , bengali , design patterns , junit , languages , story , tags , hibernate , cassandra , mobile , jira , search , web , sonar , windows 7 , dhtml , database , agile methodologies , ajax , intranet , spring mvc , mockito , segmentation , css , data representation , soap , ug , azure , apache , visualization , authorization , enterprise , spring boot , models , application , netbeans , problem solving , framework , reviews , eclipse 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e580748120119…
https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e5807481201190312125e08010… 1/3
Current Designation: Associate Java Developer
Current Company: Cognizant Technologies Solutions
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technologies Solutions as Associate Java Developer
Aug 2018 to Till Date
Developing and unit-testing application. Following agile practice.
Acclaris Business Solutions Ltd as Software Developer
Dec 2017 to Aug 2018
Product development and maintenance. Developing and testing the story requirements
Alumnus Software Ltd. as Software Engineer
May 2016 to Dec 2017
Experienced JAVA/J2EE developer in analysis, design, development and implementation of Client-Server and Enterprise
applications. Skilled in Java, J2EE, Servlet, JSP, JDBC, JSF 2, Spring MVC, XML, Java Script, ELK and Azure Cloud.
Experienced in development of multi-tier application using J2EE Design Patterns (MVC) and Object Oriented
Last Active: 18-Nov-20 Last Modified: 10-Sep-20
Srijan Sundar Saha
Skilled professional with more than 5.2 years of experienced in end-end development.
Seeking role for software development.
Key Skills: java,j2ee,jdbc,spring mvc, xml,java script,elk,spring boot,spring
batch,hibernate,microservices,soap,sql,html5,maven,junit,mockito,rest ,jpa,node.js,apache tomcat,jboss,mysql,sql
server,cassandra,mongodb,GIT,Azure,AWS,Agile,JSON,JIRA,Sonar,Docker
Summary
Experienced JAVA/J2EE developer in analysis, design, development and implementation of Client-Server and Enterprise
applications.
Skilled in Java, J2EE, Servlet, JSP, JDBC, JSF 2, Spring MVC, XML, Java Script, ELK and Azure Cloud.
Experienced in development of multi-tier application using J2EE Design Patterns (MVC) and Object Oriented Methodologies.
Working with relative ease with different working strategies like Agile Methodologies.
Skilled in understanding Business requirements and Designed documents.
Exposure to all stages of Software Development Life Cycles.
High degree of flexibility and ability to adapt to change in direction.
Proficient in using Tools namely Eclipse, NetBeans, SQL Developer.
Excellent problem solving skills with strong technical background and ability to meet deadlines and work under pressure.
Excellent interpersonal, communication and documentation skills.
Working closely with customers/clients.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e580748120119…
https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e5807481201190312125e08010… 2/3
Methodologies. Working with relative ease with different working strategies like Agile Methodologies.Skilled in
understanding Business requirements and Designed documents. Exposure to all stages of Software Development Life
Cycles.
High degree of flexibility and ability to adapt to change in direction. Proficient in using Tools namely Eclipse, NetBeans,
SQL Developer. Excellent problem solving skills with strong technical background and ability to meet deadlines and work
under pressure. Excellent interpersonal, communication and documentation skills.Working closely with customers/clients.
SkyBits Technologies Pvt. Ltd. as Software Engineer
Mar 2015 to Apr 2016
Title: - SkyBits Operational Website
Platform/Tools: - Windows 7, Eclipse Juno, JBoss 1.7 AS
Technologies: - R, Elastic Search, Java, MySQL, JSP, Spring MVC, DHTML, CSS, Java Script, JQuery, Ajax, JSON.
Team Size: - 4
Description: - SkyBits' Operational Site is an intranet application, provides advanced analytic solutions and services and
allied services like Machine Learning based Descriptive Analytics, Predictive Analytics, Segmentation Solution, Sentiment
Analytics and Targeted Marketing Solution which helps customers understand hidden and counter-intuitive patterns within
their multi-dimensional data and actionable insights, predicting the future, by building a robust and accurate models using
sophisticated machine learning algorithms. Voice of Customer is one of the business cases where reviews of Samsung
mobile from Flipkart and Tata AIG from MouthShut are displayed, aspects from those reviews are mapped and interactive
word cloud each of them are displayed. Real time sentiment analysis from incoming emails.
Role: - Application/Middle-Ware Developer
Responsibilities:-
Involved in building war and resolving dependent artifacts (jars) of the project.
Implemented Spring Web MVC framework for the applying MVC Implementation to the web application.
Used spring's JDBC and DAO, Service layers to offer abstraction for the business from the database related code
(CRUD).
Integrated Imap and Email client with spring.
Integrated Quartz with spring.
Integrated Elastic Search with spring.
Develop UI to display data from Elastic Search.
Developed the User Interface using JSP, JSTL and Spring Tags for embedding business logics.
Involved in Web Portal UX design.
Data representation with functional Visualization.
Participates in, and initiates improvements to established team processes, design, coding review and testing.
UG: BCA (Computers) from West Bengal University of Technology (WBUT) in 2011
PG: MCA (Computers) from West Bengal University of Technology (WBUT) in 2014
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
spring boot 0 2 Year(s) 0 Month(s)
JAVA 7 2018 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Bengali Proficient
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e580748120119…
https://freesearch.naukri.com/preview/printResume?uname=b8c4cb89073d90f0c951c83266d1ce6a5c5f5b561c155f140a15430a5e5807481201190312125e08010… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 194: Resume 418 with similarity score 0.03779230723488888
Resume Text: B.E , BS work from home , autocad css , deep learning , mysql , compressor , data analytics , air , natural language processing , ltd , web scraping , water , autocad , debate , mumbai , commercial projects , resume , polishing , engineering design , machine learning , problem solving , foundation , completion , assessment , python , javascript , layout , artificial intelligence , html Assessment
Q1. Why should you be hired for this role?
Even though I am from mechanical background I have great passion for coding and problem solving. This is what made to explore more on
machine learning and artificial intelligence. Along with this interest, I made sure that I don't lack any skills which are necessary for this field.
Deep learning, Machine learning, Predictive modelling, Graph Analytics, Natural Language Processing, Web Scraping, Data analytics are the
interest of my work.
I believe that the skills I have attained from the dynamic and competitive environment defines me and I am looking forward to implementing and
polishing them in any opportunity that I receive
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I can join you immediately
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
RUPESH POOJARY
Mumbai, Pune
Applied 07 Feb'21
Python C Programming CSS
HTML JavaScript MySQL
R Programming
PG Diploma in Machine Learning and AI, Data Analytics
Iiit Bangalore
2020 - 2022
Bachelor of Engineering B.E, Mechanical Engineering
G H Raisoni College Of Engineering And Management , Pune.
2014 - 2018
Percentage: 60.00%
Senior Secondary XII, Science
Nirmala Memorial Foundation
MAHARASHTRA STATE BOARD board)
Year of completion: 2014
Percentage: 65.00%
Secondary X
Sardar Vallabhbhai Patel
MAHARASHTRA STATE BOARD board)
Year of completion: 2012
Percentage: 85.00%
Engineering Design
Dousefire PVT LTD, Thane
Jan 2019 - Present
Worked on projects like TATA, Barclays, ABB, Vodafone and many more industrial and commercial projects.
Designing various fire suppression system on the provided layout using AutoCAD and calculation for the same using
PipeNET.
Junior Engg in Dousefire PVT LTD
Design and fabrication of air condition cum water cooler
Jul 2017 - Jul 2018
This project was based on the concept of Multievaporator using single compressor and condensor, acheiving different
different for the purpose of water cooling and air cooling on single source
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7776930037
participated in various debate competition in school
participated in various tech problem held in college
participated in NPTEL Courses
paricipated in NCRDE competition
Rank 195: Resume 1203 with similarity score 0.037790798610438374
Resume Text: B.E , MS , B.TECH data center engineer , devops engineer , deployment manager , operations specialist , senior systems engineer , it administrator , full time , team lead , senior software systems engineer ansible , appdynamics , optimization , general , devops , software systems , jenkins , customer , kubernetes , telugu , designation , mercedes-benz , affirmative action , information technology , hindi , docker , linux , public , maintenance , zabbix , authorization , english , iaas , enterprise , status , batch processing , paas , social media , rally , email , itil certified , application , aws , operations , ibm , saas , architecting , sabre , servers , disaster recovery , git , containerization , computer science , finance , ec2 , infrastructure , s3 , shell scripting , languages , kannada , tuning , vmware , jira , javascript , cloud computing , data centers , cloud storage , cd , hardening 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d47…
https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d470247175c5a005… 1/2
Current Designation: Senior Software Systems Engineer
Current Company: Sabre
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Sabre as Senior Software Systems Engineer
Feb 2019 to Till Date
Working on AWS, GCP, Kubernetes, Docker, Ansible, Jenkins, Git, Linux, Zabbix, AppDynamics, Rally, Jira.
Mercedes-Benz as Senior Systems Engineer
Aug 2016 to Feb 2019
Worked on projects for migration of applications to Cloud, On-Premise Servers to AWS, maintenance of Linux Servers,
infrastructure configuration, performance-monitoring/tuning & application optimization.
IBM as Senior Operations Specialist
Sep 2015 to Aug 2016
Performed day-to-day infrastructure operations & batch processing.
Altran Technologies as Engineer - Systems and Networks
Jan 2013 to Sep 2015
As a Data Center Engineer and Enterprise IT Administrator, performed data centers management operations such as
disaster recovery management, server patching and hardening.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Rama Krishna Chitturi
Cloud & DevOps Engineer with 8.5 years of experience in cloud deployments,
migrations, containerization of SaaS, and PaaS products on AWS and GCP. I am AWS
and ITIL certified with a bachelor's degree in Computer Science
Key Skills: Cloud Computing, SAAS, PAAS, AWS, GCP, Devops, Ansible, Docker, Kubernetes, Linux, Redhat Linux,
VMware,Iaas,Devops
Summary
Experience of 8.5 years in Information Technology.
I am currently implementing projects on multiple public clouds with IAC, deploying SaaS and PaaS products, accomplishing
CI/CD with DevOps tools, and leading the operations team. I am proficient in cloud deployments, migrations, containerization,
and architecting cloud environments.
I am AWS and ITIL certified with a bachelor's degree in Computer Science
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d47…
https://freesearch.naukri.com/preview/printResume?uname=2991f176e3b33feb10e0590ee169b62f0b0b01041f455c115515175e595c544c1b5d470247175c5a005… 2/2
247 Customer as Interactive Social Media Advisor
May 2012 to Jan 2013
Provided technical support on Linux systems.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2011
PG: MBA/PGDM (Finance) from Karnataka State Open University (KSOU) in 2022
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, EC2, ALB, Cloud Formation
S3, Route 53
(App Engine, Compute engine
Kubernetes Engine
Cloud Storage, Cloud Deployment Manager
Kubernetes, Jenkins, Linux
Shell Scripting
Ansible 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 196: Resume 1383 with similarity score 0.037357286001268156
Resume Text: B.E , MS , B.TECH full time , aws solution architect , balancer , software developer telugu , affirmative action , hindi , cloud , maintenance , english , authorization , status , architecture , email , project , application , aws , computer science , languages , kannada , python , javascript , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a14…
https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a140347440e595d… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computer Science) from BMSIT, yelahanka in 2020
Other Qualifications/Certifications/Programs:
AWS SOLUTION ARCHITECT
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Harshith B
Seeking roles in Cloud Domain (AWS)
Key Skills: Software Developer,Application Maintenance,Project Management,Solution
Architecture,AWS,Python,Nodejs,CloudWatch,Lambda,CloudFormation,Load Balancer
Summary
AWS,Lambda,CloudnFormation,Load Balancer,Autoscaling
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Python
nodeJS
LAMBDA
Cloudformation
Languages Known
Language Proficiency Read Write Speak
English
Hindi
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a14…
https://freesearch.naukri.com/preview/printResume?uname=3ef7706b083e2f1b394a66525d330f45515a095218425a165712140a0f5d054d175a140347440e595d… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Kannada
Telugu
Rank 197: Resume 2 with similarity score 0.0372234584474402
Resume Text: B.E , MS , M.TECH software engineer core java , algorithms , sql tools , deep learning , media analysis , nlp , learning techniques , chess , analytics , twitter , social media , project , grasp , puzzles , application , programming languages , pl/sql , facebook , information science , rest , government , machine learning , accessibility , fusion charts , sentiment analysis , big data , kannada , oracle retail , merchandising , data science , python , javascript , eclipse , jdeveloper , web , layout , technology , information retrieval , drawing , hobbies , html POOJA V S
Software Engineer
Rich exposure to Software Development Life Cycle. Insights into Machine Learning techniques. Adroit at quite a number of tools and
programming languages. Passionate about playing around with data. Hands-on experience with Java, Python and pl/sql programming.
Looking forward to grasp new technologies.
pooj.vs@gmail.com
7411786822
#58, 2nd Main, 4th Cross Nethaji
Layout, Vijayanagara, Bengaluru
- 40, India
22 March, 1994
SKILLS
Java Python C
J2EE SQL HTML
PL/SQL Big Data
Machine Learning
Deep Learning NLP
FRAMEWORKS
Eclipse
Native or Bilingual Proficiency
Jupyter Notebook
Full Professional Proficiency
SQL tools
Full Professional Proficiency
Full Professional Proficiency
Playing Chess
Solving Puzzles
Listening to Music
EDUCATION
M.Tech. Data Science
JSS Science And Technology University, Mysuru
9.15/10
08/2011 – 06/2015
B.E. Information Science and Engineering
Vidya Vardhaka College Of Engineering, Mysuru
71.24%
06/2010 – 06/2011
PU College (Karnataka State Board)
Government PU College, Talakadu
71.16%
06/2008 – 06/2009
Class 10 (Karnataka State Board)
Government High School, Talakadu
76.80%
WORK EXPERIENCE
Project Intern
Oracle India Private Limited
Bengaluru
Worked on improving the accessibility for the Oracle Retail product 'Oracle Retail
Merchandising System' using PL/SQL.
maintain the issues, which are fixed by the engineer.
ADDITIONAL PROJECTS
Sentiment Analysis of Kannada Web Document
This project aims to analyze the sentiment of Kannada web documents using Machine Learning Algorithms.
Language: Python
Stemmer for Kannada Language in Information Retrieval System
This project aims to produce stemmer for Kannada language in Information Retrieval System.
Language: Java
Social Media Sentiment Analysis
This project aims to create a web application for social media analysis which provides analytics to analyze
Social media data like Facebook and Twitter.
Language: Java, SQL, JavaScript, HTML
Technologies: Fusion charts, facebook4j, GraphAPI, REST, twitter4j, AlchemyAPI
CERTIFICATES
Completed Core java, j2ee, HTML and SQL courses in JSpiders, Basavanagudi,
Bengaluru.
Responsibilities
JDeveloper
Drawing
Developed 'XREF Tool' using PL/SQL and Java. This is Internal tool for Oracle Retail product to
HOBBIES
06/2017 – 07/2019
07/2018 – 07/2019
mailto:pooj.vs@gmail.com
Rank 198: Resume 106 with similarity score 0.03713382636322328
Resume Text: B.TECH , BS full time , work from home , lead developer , student after effects , dart , photoshop lightroom , data visualization , 3d , adobe photoshop , adobe premiere pro , compressor , public , air , firebase , resume , android , rest , computer science , payments , cc , real-time data , completion , assessment , app , mobile , python , data science , javascript , web , technology , sdk , learning Assessment
Q1. Why should you be hired for this role?
I have experience in working with flutter and firebase. I was a lead developer in a local startup called Peldano's Mobile app as well as web app
development. I have experience of making REST apis and backends in python.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am not available for a full time work as I am a student and has classes from 9am to 4pm. However I am free to work after 5pm till 12am. I can start
working today itself
Resume
EDUCAT ION
JOBS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8606651605
Aswin B
Bangalore, Cherthala
Applied 30 Jan'21
Flutter Adobe Photoshop Adobe Photoshop Lightroom
CC
Adobe Premiere Pro Dart Java
JavaScript Adobe After Effects C Programming
Python
Bachelor of Technology B.Tech), Computer Science & Engineering
Christ University, Bangalore
2018 - 2022
CGPA 3.80/5
Senior Secondary XII, Science
KE Carmel Central School
CBSE board)
Year of completion: 2018
CGPA 8.50/10
Secondary X
St. Joseph Public School
ICSE board)
Year of completion: 2016
CGPA 8.40/10
Lead Developer
Peldano, Virtual
Aug 2020 - Jan 2021
Development of android app using flutter SDK for Peldano
Data Science And Analysis
ATS Learning Solutions, Bangalore
Sep 2019 - Sep 2019
3D modelling and data visualization
Jul 2019 - Jan 2020
Made a 3D model of an air compressor from Ingersoll rand and made a interactive visual representation of real-time data
related to the compressor on the 3D model.
Winners of 1st prize in Daksh hackathon conducted by Sastra University on offline payments
Rank 199: Resume 468 with similarity score 0.037006612869198575
Resume Text: B.E , MS , MSC work from home , java developer , android developer internships , computer networking , css , sqlite , adobe photoshop , mar , mysql , interpersonal skills , linux , firebase , typescript , ltd , php , json , node.js , troubleshooting , pressure , project , wordpress , application , c programming , angularjs , leap , xml , resume , android , github , bus , computer science , completion , assessment , python , qr code , javascript , expenses , form , html , database Assessment
Q1. Why should you be hired for this role?
I have hands-on experience on Android Studio(JAVA, AngularJS and WordPress also I had done internship as Android Developer.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, ready to start work immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Rushikesh Bhutada
Pune
Applied 30 Dec'20
Android C Programming Computer Networking
HTML MSExcel MSOffice
MSWord WordPress Adobe Photoshop
AngularJS C Programming CSS
Data Structures Database Management
System DBMS
GitHub
JSON Java JavaScript
Linux MSPowerPoint MySQL
Node.js SQL SQLite
TypeScript XML Firebase
PHP Python
Bachelor of Engineering B.E, Computer Science & Engineering
Dhole Patil College of Engineering
2017 - 2020
Diploma, Computer Science & Engineering
T. B. Girwalkar Polytechnic
2014 - 2017
Percentage: 79.56%
Secondary X
STATE board
Year of completion: 2014
Java Developer
Giant Leap Systems Pvt. Ltd., Pune
Feb 2019 - Sep 2019
MKCLs MSCIT certification and secured 93%, 2014.
“C Programming” course with A grade in April 2015.
“Data Structure using C” course with A grade in July 2015.
Technical team head in hostel event -
MVPM's Maheshwari Scholar 2019.
Technical team head in hostel event -
MVPM 90 Years.
Technical team head in hostel event -
MVPM's Maheshwari Scholar 2018.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9423451552
Android application of Home Expenses management.
May 2020 - May 2020
Mess Menu Generator using AngularJS
Mar 2019 - Mar 2019
Advance Bus Reservation System using QR Code
Feb 2017 - Mar 2017
https://drive.google.com/open?id=1MhBb-X1QHtwPtgbD42sdp9pmil5QTxps
It was android based application for my diploma final year project. User can also carry tickets in form of a Quick Response
QR code which is actually an application containing the details of the ticket in an encrypted form.
Developing the Code as per the requirements.
Troubleshooting of computer problems.
High Grasping Power,Innovative and creative.
Can work under pressure to meet deadlines.
Exceptional creative, flexible skill with good sense of humour.
Excellent presentation and interpersonal skills.
https://drive.google.com/open?id=1MhBb-X1QHtwPtgbD42sdp9pmil5QTxps
Rank 200: Resume 638 with similarity score 0.03695140421178693
Resume Text: MS , B.TECH , BS scientist , application developer , classifier , summer internship automation , beats , api , solid state physics , css , case , mysql , docker , teams , energy , spring boot , postgresql , two-factor authentication , application , green building , microsoft word , c++ , syntax , git , machine learning , computer science , opencv , publications , research , android development , building management , python , javascript , campus , organization , technology , artificial intelligence , html Microsoft Word - Resume.docx
Vaibhav Goel
Application Developer
ThoughtWorks Technologies India Private Limited
vaibhavgoel17@gmail.com https://github.com/vaibhavgoel17
+91 9717934348 https://www.linkedin.com/in/vaibhavgoel17/
Education
Year Degree Institute CGPA / Percentage
2020
B.Tech., Computer Science &
Engineering
Bharati Vidyapeeths College of
Engineering, New Delhi
8.94
2016 Class XII, CBSE
Sumermal Jain Public School, New
Delhi
94.2%
2014 Class X, CBSE
Sumermal Jain Public School, New
Delhi
9.20
Achievements
ZS Campus Beats Case Challenge 2019: Made it to the top 50 teams. More than 2000 teams participated in the challenge
across the country.
Publications
o “Text Extraction from Natural Scene Images using OpenCV and CNN,” International Journal of Information
Technology and Computer Science (Vol. 11, Sep 2019), 48-54.
o “IoT-Based Green Building: Towards an Energy-Efficient Future,” Green Building Management and Smart
Automation book (July 2019), IGI Global, 184-207.
Internship
Summer internship at Defence Research and Development Organization June-July 2019
Under S. Ravi (Scientist G), Solid State Physics Laboratory, DRDO
Built a program for syntax checking of Python code in C language
Integrated Two-factor authentication to a dummy website using MessageBird API
Courses / Trainings
June 2018 - July 2018 Machine Learning & Artificial Intelligence (from Eckovation)
Feb 2018 - May 2018 Android Development (from Udacity)
Skills
C, C++, Java, Python
HTML, CSS, JavaScript, ReactJS, Spring Boot
Docker
Android, Machine Learning
MySQL, PostgreSQL
Git
Projects
Text Extraction from Natural Scene images using CNN and OpenCV
A convolutional neural network that detects text written in any type of image with any random background.
Image Classifier to recognize handwritten digits
A convolutional neural network to recognize handwritten digits in an image.
Rank 201: Resume 813 with similarity score 0.036776318969332575
Resume Text: B.E , MS , B.TECH full stack developer , software engineer , full time , software developer reporting , automation , react.js , web development , general , css , microsoft azure , validation , designation , pages , ug , telecom , tokenization , affirmative action , studio , data analytics , hindi , maintenance , natural language processing , ltd , jquery , digital , english , authorization , pattern , web applications , bootstrap , status , c# , email , project , data cleaning , exploratory data analysis , selenium webdriver , mumbai , outside plant , electronics , construction , nltk , machine learning , languages , django , asp.net , html5 , sql server , data science , python , javascript , predictive analytics , tkinter , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a14…
https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a145216490b5b0b… 1/3
Current Designation: Software Engineer
Current Company: Accenture Solution Pvt. Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Solution Pvt. Ltd. as Software Engineer
Feb 2018 to Till Date
Relevant Project Experience
Wrong Dispatch - Aristos
Data Analytics on production data for US based telecom company to figure out the pattern of wrong dispatches in different
regions and reduce the number of wrong dispatches which was causing huge loss to client.
Tools and Technologies Used: Python, Spyder, Azure ML Studio.
Roles and Responsibilities:
Pulling the production data from the database using SQL Server.
Data cleaning, exploratory data analysis, and feature engineering using Python.
Used Microsoft Azure Machine Learning Studio for extracting key phrases and reduce the complexity of the text.
Used several natural language processing (NLTK library) techniques such as removing stop words, stemming,
tokenization and created bag of words model using Python.
Built supervised and unsupervised machine learning model for predictive analytics such as Logistics Regression, Decision
Tree and K-means Clustering.
PACE Aristos
PACE is a consolidated Program & Project Management tool.
PACE is a solution that provides capabilities and customization for managing, tracking, and reporting on Clients various
network Civil Construction & Outside Plant project.
Tools and Technologies Used: Python, SQL Server, C#, ASP.NET, GIT
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Shahbaz Khan
Full Stack Developer seeking roles in Web Development, React JS, C#, JavaScript,
ASP.NET, Python.
Key Skills: Application Development,Python,Azure ML Studio,SQL
Server,C#,ASP.NET,GIT,HTML,CSS,JavaScript,Selenium Webdriver,Automation,Django,Microsoft Azure,Web
Developer,Full Stack Developer,Html5,JQuery,Bootstrap
Summary
Professional Developer with 3 years of experience in Full Stack Development and Machine Learning. Adept at designing and
developing digital solutions to automate tasks, predictive analytics and build web applications.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a14…
https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a145216490b5b0b… 2/3
Roles and Responsibilities:
Develop, deploy, and troubleshoot web application using ASP.NET, C#.
Involved in UI design and Validation of various application pages using HTML, CSS, JavaScript etc.
Automated manual repetitive tasks and created GUI based application using Python, tkinter.
Developed web crawler for scraping web application using Selenium, Beautiful Soup.
Worked on relational database using SQL Server to create and update table, view, stored procedure and functions.
Involved in creating and updating detail design and demo document.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Amity University in 2017
Other Qualifications/Certifications/Programs:
Merit Certificate in Data Science Pro-degree.
Microsoft certified Azure Fundamental (AZ-900)
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: May 2018 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 25
Education
IT Skills
Skill Name Version Last Used Experience
SQL Server
C#
Microsoft Azure Machine Learning Studio
JavaScript
Python 3
Selenium WebDriver
ASP.NET
HTML
CSS
React.js 2021 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Projects
Project Title: Aristos
Client: US based telecom company.
Skill Used: HTML5, CSS3, JavaScript, jQuery, C#, ASP.NET, SQL Server 2014, Python, Git, Machine Learning, Selenium.
Role Description: - Responsible for designing and developing web based solutions, automate repetitive tasks and provide
solutions to that can solve business problems.
Project Details: Client: US based telecom company.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a14…
https://freesearch.naukri.com/preview/printResume?uname=29fa21a5aa5d154b16e1f5fed489bb9550580e531e1700420b12465b095d5342115a145216490b5b0b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 202: Resume 1395 with similarity score 0.03677603894227072
Resume Text: B.E , MS , B.TECH , BS cloud consultant , salesforce developer , salesforce administrator , full time , system analyst , data administrator sosl , reporting , functionality , blocking , customer , performing , security , designation , data extraction , wizard , app builder , affirmative action , conducting , interpersonal skills , hindi , cloud , ticketing , maintenance , ltd , custom objects , permissions , import , soql , salesforce.com , approval process , authorization , troubleshooting , teams , approvals , formulas , english , status , multinational , insideview , email , application , problem management , vast , default , team environments , less , splunk , records , electronics , led , features , debugging , adm , validation rules , languages , technical documentation , client requirements , custom reports , data integrity , extractions , dashboards , workflow , jira , tabs , crm , javascript , organization , folders , apex 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b45084…
https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b4508470a15415a0b5c… 1/3
Current Designation: Salesforce Senior Admin
Current Company: Accenture Services India Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Services India Pvt. Ltd as Salesforce Senior Admin
Aug 2015 to Till Date
Client - Splunk Inc. (It is an American multinational Corporation based in
San Francisco, California that provides On Premise and Cloud Solutions to
its Customer)
Roles and Responsibilities:
Led six-member team in conducting day to day Salesforce
Administration and maintenance tasks and served as mentor to
less-experienced admins.
Problem management initiatives- worked to improve processes
and procedures which led to reduction in incident count
Troubleshooting of production issues
Customized Salesforce functions to best suit client's need
Extensive experience in configuring and customizing of custom
objects, custom fields, Picklists, role based page layouts,
Workflow Alerts and Actions, Validation Rules, Approval
Processes, custom Tabs, custom reports, report folders, report
extractions to various formats, Dashboards, and Email
generation per application requirements.
Created and Customized Custom Objects, Formula Fields, Cross
Object Formulas, Roll up summary fields, Validation rules.
Effectively created the Picklists, dependent Picklists.
Experience in Administration and debugging of issues using Apex
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ruchi
Salesforce Senior Admin with five year of experience, having vast expertise of
Apex,SOQL,SOSL,CRM,Triggers,Data Loader and Extraction,Workflow,Service Now
and JIRA ticketing tool. Having ADM 201, PD1, App builder, Sales Cloud Consultant
Certification
Key Skills: Salesforce Senior Admin,System Analyst,Salesforce Development,Salesforce Administration,Salesforce
Support,Data Extraction,Apex,SOQL,SOSL,Salesforce CRM,SFDC,Force.com,Salesforce.com,Triggers,Data
Loader,Workflow,Service Now,JIRA,DiscoverOrg
Summary
5 years of IT experience as Salesforce Administrator, currently
working at Accenture as Salesforce Senior Admin.
Proficient in debugging and troubleshooting of Production issues.
Leading a six member team in performing day to day
Administration and Maintenance Task
Salesforce 4X certified professional.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b45084…
https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b4508470a15415a0b5c… 2/3
Classes, Apex triggers.
Created Permission Sets against Profile level CRUD and Field
permissions and associating it to right users.
Excellent understanding of Salesforce security model and
organization default settings.
Managed the Role Hierarchy, Security and Sharing Model by
implementing security and sharing rules at object, field, and
record level for different users at different levels of organization.
Designed and developed Custom objects, Page layouts, Custom
tabs.
Proactively created complex workflows, approval process,
validation rules, assignment rules.
Designed and implemented various Email templates.
Defined the lookup relationship and master-detail relationship
on the objects that helps in associating the records and defining a
parent-child relationship in which the master object controls
certain behaviors of the detail object respectively.
Managed day-to-day administration of salseforce.com instance.
Involved in creating users, page layouts, workflows and creating
new fields as required.
Excellent communication and interpersonal skills, Analytical
skills, technical documentation and reporting skills.
Accustomed to work in both large and small team environments
and coordination with cross-functional teams.
Salesforce Developer
January 2016 - November 2017
Client - Splunk Inc.
Roles and Responsibilities:
Entitled to enhance the Salesforce (CRM) system with new
updated features as per client requirement
Enhancements and maintenance of existing functionality
Fixed the defects in the existing system
Configured and customized functional areas of the Sales Cloud to
support critical business functions and meet client requirements
Data Administrator
August 2015 - December 2015
Client - Splunk Inc.
Roles and Responsibilities:
Documented, maintained and enforced data processes and
procedures designed to improve and maintain a high level of data
quality and integrity.
Cleansed duplicate data and defined dupe blocking parameters to
maintain data integrity.
Tools Used: Salesforce, Data Loader, DiscoverOrg, Insideview
UG: B.Tech/B.E. (Electronics/Telecommunication) from KIIT University, Bhuvaneshwar in 2015
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE.COM
Workflows & Approvals
Data Loader
IMPORT WIZARD
APEX, SOQL, SOSL
Service NOW, JIRA
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b45084…
https://freesearch.naukri.com/preview/printResume?uname=aa7215d73a120914c1e153b1564c7cd95d095c5543400d190a19150a595b541b4508470a15415a0b5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
DiscoverOrg
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 203: Resume 485 with similarity score 0.0367568131591063
Resume Text: B.S , MS , BS work from home , student facts , game development , synopsis , binary , algorithms , freelancing , classification , deep learning , harness , mar , data analytics , cancer , statistical modeling , focus , encoding , pal , prediction , resume , github , machine learning , boundaries , translation , research , statistics , completion , assessment , data science , python , ml Assessment
Q1. Why should you be hired for this role?
I am a 2nd-year undergraduate student studying B.Sc. Statistics. Since Statistics is the backbone of Machine Learning, I believe in-depth
knowledge of it gives me an upper hand in understanding ML algorithms' working. I have been working with python in my projects, and I am
recently learning R since it grabbed my interest quite a bit.
Additionally, I also came up with an autoencoder model for disentangled feature representation and easier Image-to-Image translation, the
synopsis for the same can be referred to from the following link: https://arxiv.org/abs/2006.11404. Also, I have numerous personal projects in the
field of Machine Learning and Deep Learning. My projects have been uploaded to my GitHub profile, which can be accessed through the
following link: https://github.com/l3th4l.
Besides my focus on studies, I'm also a dedicated person when it comes to accomplishing a task that is assigned to me. This can be corroborated
by my earlier freelancing work in the field of Game Development.
Apart from all of these, I'm hardworking, zestful, and a passion for quality always drives me. I aspire to work in research since I love exploring the
boundaries of what is possible. Considering the above-stated facts, I believe that I am suitable for this role.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, currently I am a student, and I get much free time, which I want to use in a more productive way, which would increase my work experience
and help me harness my skills.
Resume
EDUCAT ION
PROJECTS
Safalya Pal
Howrah
Applied 08 Feb'21
Python Data Analytics Data Science
Deep Learning Machine Learning Statistical Modeling
Bachelor of Science B.Sc) Hons.), Statistics
Amity University Kolkata
2019 - 2022
CGPA 7.77/10
Senior Secondary XII, Science
ISC board
Year of completion: 2019
Percentage: 71.00%
Secondary X
Don Bosco School, Liluah
ICSE board)
Year of completion: 2017
Percentage: 81.00%
VAE with dual decoders for image-to-image translation
Oct 2019 - Nov 2019
https://github.com/l3th4l/DDVAE
An experiment showing that's it's possible for VAEs to learn shared repesentions between two domains without being
explicitly trained to do so.
Inspired from TwinGAN [https://arxiv.org/abs/1809.00946
Binary image classification for histopathologic cancer detection
Feb 2019 - Mar 2019
https://github.com/l3th4l/CancerDetectionKaggle
Cancer prediction from images for a kaggle contest (https://www.kaggle.com/c/histopathologic-cancer-detection)
Auto-Encoding for Shared Cross Domain Feature Representation and Image-to-Image Translation
https://github.com/l3th4l/DDVAE
https://github.com/l3th4l/CancerDetectionKaggle
CONTACT Phone: 91 7003988932
May 2020 - Present
https://arxiv.org/abs/2006.11404
An auto-encoder to learn cross-domain semantic similarity through shared representation.
NeurIPS 2020 submission (under review)
https://arxiv.org/abs/2006.11404
Rank 204: Resume 1452 with similarity score 0.036749445983326676
Resume Text: B.E , B.TECH , BS full time , team lead , software developer optimization , general , telugu , designation , mar , affirmative action , interpersonal skills , technical architecture , hindi , maintenance , windows , self-confidence , authorization , english , status , sql , email , project , teamwork , application , leadership , mainframe , testing , srm , debugging , problem solving , exceptions , languages , preparation , documentation , process automation , javascript , web 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190…
https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190645100d5a0157… 1/2
Current Designation: Senior RPA Developer
Current Company: Wipro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Other]
Verified : Phone Number | Email - id
Wipro Limited as Senior RPA Developer
Mar 2017 to Till Date
Project Name : BP - HGS_6
Client : Transdyne
Tools : Blue Prism
Responsibilities:
* Understand the automated business scenarios.
* Involved in designing the exception handling scenarios for the application.
* Enhanced the exception handling by correlating and parameterize the data.
* Supported the Team Lead in working on a comprehensive report providing observations and
recommendations based on the analysis of the post run data.
* Analyzing the performance of bots.
Project #2:
Project Name : BP - RSI_1
Client : Transdyne
Tools : Blue Prism
Responsibilities:
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Thriloknath Reddy Kummetha
Senior RPA Developer seeking roles in Software Development,Application
Programming,System Analysis,Requirement Gathering,Technical Architecture,Process
Automation,Solution Design,Project Management,SQL,VB.Net
Key Skills: Senior RPA Developer,Software Developer,Software Development,Application Programming,System
Analysis,Requirement Gathering,Technical Architecture,Process Automation,Solution Design,Project
Management,SQL,VB.Net
Summary
3+ years of experience in Automation with different types of RPA tools like Blue Prism and
UiPath.
Experience in automating Web, Windows, and Mainframe based applications using Blue
Prism and UiPath.
Adept in Robotic Process Automation from Requirement gathering, Solution designing,
Coding, Testing, Debugging, and Implementation.
Involved in PDD, SDD documentation, code optimization and reusing.
Excellent Analytical, problem solving, communication, and interpersonal skills with ability to
interact with individuals at all levels
My strengths include Self-confidence, Good Communication Skills, Dedication and
Leadership Abilities, Teamwork, and Motivation.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190…
https://freesearch.naukri.com/preview/printResume?uname=04dcb1b2f2c7743f287f98ef6d55fc785a0c0c5418145b16521712090f0c534e100f190645100d5a0157… 2/2
* Understand the automated business scenarios.
* Involved in designing the exception handling scenarios for the application.
* Enhanced the exception handling by correlating and parameterize the data.
* Supported the Team Lead in working on a comprehensive report providing observations and
recommendations based on the analysis of the post run data.
Project #3:
Project Name : RPA - SIPL
Client : Syntel
Tools : Blue Prism
Responsibilities:
* Communication with client/project team for requirement gathering and finalizing
automation approach.
* Executing bots to test the exception handling.
* Finalizing type of exceptions at different number of processes.
* Preparing results after analysis, loop identification.
Project #4:
Project Name : RPA - ZCS
Client : Syntel
Tools : UiPath
Responsibilities:
* Been involved in the discussions with the team, defining project requirements, Exception
Scenarios.
* Preparation of design plans.
* Preparing results after analysis, loop identification.
UG: B.Tech/B.E. (Other) from SRM university (SRMU) in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Blue Prism, Uipath
SQL
WINDOWS XP/2000/98/95
C, vb.net
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Rank 205: Resume 1419 with similarity score 0.03666518873429932
Resume Text: M.Sc , M.S , B.E , MS , B.TECH data management , product development , solution architect , change management , full time , business objects , analytics lead , vp , program manager architectural design , data warehousing , reporting , sap hana , customer , designation , workshops , mar , coe , affirmative action , conducting , oracle , data analytics , cloud , information processing , power bi , outsourcing , authorization , advanced , business value , teams , enterprise , status , models , sql , email , extensions , digital transformation , business intelligence , application , records , testing , transformations , change management , machine learning , strategy , storage , infrastructure , landscape , big data , gtm , sap implementation , demand planning , javascript , predictive analytics , thought leadership , technology , engagements , hardware sizing , business requirements , sap architecture , qlikview , program management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b0043110045…
https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b00431100455611415a555d… 1/2
Current Designation: Global SAP Analytics Lead
Current Company: DXC
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Electrical
Engineering]
Verified : Phone Number | Email - id
DXC as Global SAP Analytics Lead
Mar 2017 to Till Date
Currently working as SAP HANA Chief Technology Officer/ DXC Global Analytics lead for SAP Architecture delivery &
transformation team, helping customers innovate and achieve excellence through analytics & big data.
As part of Enterprise & cloud architecture/digital transformation initiative , conducting Discovery workshops for customers
to quickly adapt to innovative business models reaping potential benefits
Lead solution architect for major SAP HANA clients globally to accelerate the analytics platform exponentially with unique
blend of consulting, core SAP functional and technical experience.
Creating and managing innovative applications for customers, influencing, owning and driving technology transformations
and implementations.
Responsible to lead key technical strategic decisions to establish and accelerate the growth of the Global HANA practice
and the delivery of the next generation solutions to customer
Hewlett Packard Enterprise as Global HANA COE
Sep 2015 to Mar 2017
Played GTM role for Global HANA COE and have successfully lead engagements for customers like P&G, CBA, Logista,
TKS, and Uniper etc.
In dual role as HANA Architect/Program Manager, helped successfully implement DXCs first multi-million dollar HANA
program for APJ.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Shobana Sankar
Global SAP Transformation & Analytics Lead seeking roles in Offering Management ,
Data Analytics, Business Objects, Machine Learning ,SAP S/4 HANA,SAP BW ,SAP
Implementation, SAP Analytics, Demand Planning,/Program Management
Key Skills: Global SAP Analytics Lead,Head/VP/GM,Data Warehousing,Business Objects,Machine Learning,SAP
Netweaver,Predictive Analytics,SAP HANA,SAP BW,Oracle SQL,SAP Implementation,Data Management,SAP
Analytics,Demand Planning,Program Management,Qlikview,SAP S/4
Summary
Currently leading SAP Analytics & Data Management Solutions Globally at DXC. Incubated and grown practices from ground
zero to $100M+. Solid experience in consulting and implementing global solution across SAP Analytics cloud, S/4 HANA, BPC,
BW/4, BOBJ, Power BI, Qlikview technologies.
* Solutions-focused, team oriented senior SAP HANA , S/4, SOH, BW/BI & BOBJ expert and SAP Chief Analytics lead with 17+
years of experience in all facets of conceptualization, design, implementation, testing & support
* Solid leadership in talent development across various lines of IT business. Regarded for technology thought leadership in
outsourcing business models with specialty in large SAP S/4 implementations. Consistent and proven track records in every
technology and management role performed so far.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b0043110045…
https://freesearch.naukri.com/preview/printResume?uname=64bbbcf5d01559d2fefbc83eba3a8d59590b085642115843001949580e0b00431100455611415a555d… 2/2
Collaborated with SAP to Define architecture and SoW for S/4 HANA on HELION platform "extensions" that can add to the
business value
Played a role of HANA COE Lead for Australia and India regions ,heading multiple HANA initiatives
Program Managed & Architected multiple large HANA Cloud , SOH Implementations in in a constrained timeline and in
innovative factory models
Lead customer workshops to identify business requirements and finalize HANA strategy
Showcased Hands on HANA/BOBJ skills to implement large and complex business requirements
Lead the application and technical architectural design teams and ensured that the solution fulfills the business
requirements
Hewlett Packard
May 2013 to Aug 2015
To architect and implement HANA as a Service solution ,there by help customers achieve strategic decision making
through accelerated analytics and planning , notable customers are P&G, Dr Reddy, Rheem etc.,
Defined HANA Migration strategy with SAP product development team - Key HANA Lead
Completed Infrastructure Sizing for HANA - helped execute BW sizing programs and worked on analysis to finalize HANA
hardware sizing
Architected HANA solution and Migration activities
Redesigned the current landscape for obtaining optimal report performance, integration, better change management and
storage
Leverage HANA migration instance to provide gate review , information processing ,reporting on
Demand, Integrated advanced analytics and standardized interface
UG: B.Tech/B.E. (Electrical) from Bharathiar University, Coimbatore in 2000
PG: MS/M.Sc(Science) (Electrical Engineering) from San Jose State, CA, USA in 2005
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Rank 206: Resume 196 with similarity score 0.03647755672331331
Resume Text: MS , B.TECH , BS work from home , secretary , lead developer , university professor training , algorithms , internships , image processing , forest , classification , deep learning , mar , nlp , information technology , data analytics , linux , keras , natural language processing , basic , travel , advanced , normalization , postgresql , models , badminton , application , coursera , max , c programming , live , resume , neural networks , java , led , features , machine learning , problem solving , computer science , opencv , intermediate , project work , flask , amazon , completion , assessment , data science , python , one , crisis , web , mlp , online Assessment
Q1. Why should you be hired for this role?
I give my 100% in anything that I am involved in, be it a coursework, project work, freelance project even a simple task. I think I'll be efficient for
this job because I completed related courses and done projects to put my knowledge to practical use. When I am focused on a task, nothing can
distract me. Besides this, I am honest and straightforward. Whenever I have an issue with my task, I don't hesitate to seek help from someone
who knows about it. All these traits make me a good candidate for this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
GEETHA REDDY BATTU
Nadia, Visakhapatnam
Applied 09 Feb'21
Natural Language Processing
NLP
Python C Programming
C Programming Data Structures Image Processing
MSExcel Machine Learning OpenCV
PostgreSQL Algorithms Amazon Web Server AWS
Data Analytics Data Science Deep Learning
Flask Java Linux
Neural Networks
Bachelor of Technology B.Tech), Computer Science & Engineering
Indian Institute Of Information Technology Kalyani
2018 - 2022
CGPA 8.50/10
Senior Secondary XII, Science
Kashyap Inter College
ANDHRA PRADESH BOARD board)
Year of completion: 2018
CGPA 9.40/10
Secondary X
Kkr Goutam
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Machine Learning
Collab Lab, Virtual
Jan 2021 - Present
Data Science Internship
The Travel Back, Virtual
Oct 2020 - Dec 2020
Worked feature engineering on restaurants data, applied advanced recommendation models like ALS ,Lightfm ,Surprise and
content based models to get personalized recommendations for users and managed people working with me to give
efficient results.
Machine Learning Internship
Naaniz, Virtual
May 2020 - Jun 2020
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
I led a group of 10 ML interns in producing a workable model of 2D try on jewellery model using opencv and dlib.
I worked on another live projects as lead developer in which we build recommendation systems using ml models, ocr , web
scraping, etc.
Secretary for Badminton club in IIITKALYANI
Natural Language Processing
DataCamp, Online
Jul 2020 - Jul 2020
Image Processing With Keras
DataCamp, Online
Apr 2020 - Apr 2020
XGbBoost
DataCamp, Online
Apr 2020 - Apr 2020
Deep Learning With Keras
DataCamp, Online
Apr 2020 - Apr 2020
Image Processing
DataCamp, Online
Mar 2020 - Mar 2020
This course includes all basics of image processing along with practical implementation.
Neural Networks And Deep Learning
Coursera, Online
Feb 2020 - Mar 2020
Machine Learning With Python
Coursera, Online
Jan 2020 - Mar 2020
This course includes all machine learning models coded using sckit-learn in python.
Python
Sololearn, Online
Dec 2019 - Dec 2019
Completed python online course in one day and acquired the certificate.
Machine Learning
Coursera, Online
Dec 2019 - Feb 2020
Training includes all basic algorithms of machine learning ,and problem solving by Stanford University professor .
Disaster tweets classification using NLP
Jul 2020 - Jul 2020
https://github.com/geetha2601/NLP-with-Disaster-Tweets
Classifies a given tweet as a real disaster event or not. Disaster Tweets Neuro-Linguistic Programming: Exploratory Data
Analysis, Application of BERT Using Transformers Library With Pytorch and achieved an accuracy of about 85%.
Facial Keypoints Detection using pytorch
May 2020 - May 2020
https://github.com/geetha2601/Facial-Keypoints-Detection
In this project, I've build a facial keypoint detection system that takes in any image with faces, recognizes and detects faces
The dl models predicted the location of 68 distinguishing keypoints on each face and achieved an accuracy of about 89%.
CIFAR10 Dataset Image Classification
Apr 2020 - Apr 2020
https://github.com/geetha2601/CIFAR10
Images classification of cifar-10 dataset using different CNN's, resnet and vgg16 models with data augementation , batch
normalization, dropout and max pooling features included and achieved an accuracy of about 95%.
https://github.com/geetha2601/NLP-with-Disaster-Tweets
https://github.com/geetha2601/Facial-Keypoints-Detection
https://github.com/geetha2601/CIFAR10
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7584978007
Speaker Fluency classification project
Apr 2020 - Apr 2020
https://github.com/geetha2601/Speaker-fluency
The ml and dl models classify given audio into high, intermediate or low fluency.
I used SVM, Random forest, CNN, RNN, MLP models and got 94% accuracy for SVM model.
Participated in Hack the Crisis in India online hackathon and was on top 200 selected for the pre-final round.
https://github.com/geetha2601/Speaker-fluency
Rank 207: Resume 177 with similarity score 0.0364319344924074
Resume Text: MTECH , M.TECH , BS , B.E , MS work from home , classifier , owner , machine learning intern api , training , algorithms , internships , css , data visualization , classification , deep learning , user management , object-oriented programming , nlp , learning techniques , mysql , hindi , membership , natural language processing , apache , ltd , english , google cloud platform , bootstrap , ddos , servlets , prevention , project , email , store , coursera , mongodb , c programming , network security , introduction to , asp.net , iit , survey , resume , vector , latex , time series analysis , rest , blockchain , java , machine learning , fundamentals , computer science , opencv , django , infrastructure , spaces , building , data transformation , sentiment analysis , flask , big data , sql server , tableau , completion , assessment , web application security , word , arima , python , object detection , forecasting , organization , cloud computing , technology , artificial intelligence , measures , html , database , online Assessment
Q1. Why should you be hired for this role?
I have 11 months of Internship experience in machine learning, Being a member of the machine learning team, I am responsible for pioneering
some major parts of the project effectively that covers all the key aspects of the machine learning life cycle with Python, MongoDB, REST API,
Flask.
Also, I have completed Mtech in Computer Science and Engineering with a specialization in Information and network security.
Apart from this, I have pursued specialization Applied Natural language Processing- from IIT Madras, Tensorflow specialization- from
deeplearning.ai, Google cloud platform big data and machine learning fundamentals- from Google cloud, and various certifications in python,
tableau, NLP.
I am inquisitive towards the latest technologies in software development and machine learning. Seeking a job where I can enrich my knowledge
and contribute to the ML community and organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I will be available for 3 months of internship.
Resume
EDUCAT ION
INTERNSHIPS
Dhruvi Patel
Bangalore, Ahmedabad
Applied 08 Feb'21
Python Natural Language Processing
NLP
.NET
Algorithms C Programming C Programming
Data Structures English Proficiency Spoken) English Proficiency Written)
Flask Hindi Proficiency Spoken) Hindi Proficiency(Written)
Java MS SQL Server Machine Learning
SQL Web Application Security Apache
Database Management
System DBMS
Deep Learning Django
Google Cloud Computing HTML LaTeX
MongoDB OpenCV Tableau
Master of Technology M.Tech), Computer Science(Information And Network Security)
Nirma University
2018 - 2020
CGPA 7.94/10
Bachelor of Engineering B.E, Computer Science
Sardar Vallabh Bhai Patel Institute Of Technology,vasad
2013 - 2017
CGPA 8.33/10
Senior Secondary XII, Science
Maharani High School For Girls,Vadodara
GSHSEB board)
Year of completion: 2013
Percentage: 77.38%
Secondary X
Maharani High School For Girls,Vadodara
GSHSEB board)
Year of completion: 2011
Percentage: 89.40%
Machine Learning
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Winjit Technologies Pvt Ltd, Bangalore
Jun 2019 - May 2020
Working on projects effectively that covers all the key aspects of the machine learning life cycle: data transformation,
statistical analysis, feature engineering, model training, model evaluation, and overall machine learning infrastructure.
Machine learning Intern worked on Product of Winjit Technologies
Google Cloud Platform Big Data And Machine Learning Fundamentals
Google Cloud, Online
Aug 2020 - Oct 2020
Google Cloud Platform Big Data and Machine
Learning Fundamentals.
Natural Language Processing With Classification And Vector Spaces
Coursera, Online
Jun 2020 - Jul 2020
“Tensorflow In Practice” Specialization
Coursera, Online
Oct 2019 - Apr 2020
Completed “Tensorflow in Practice” specialization from Coursera. Completed
below courses as part of it.
1. “Introduction to TensorFlow for Artificial Intelligence, Machine
Learning, and Deep Learning”
2 . “Convolution neural network in TensorFlow ”
3. “Natural language processing in TensorFlow ”
4. “Sequences, T ime series and predictions”
Python Mega Course: Building 10 Real Word Application
udemy, Online
Aug 2018 - Jan 2019
Online course of python with covers building real-world applications like object detection, web scrapping, data visualization,
object-oriented programming using python.
Sentiment analysis of Covid-19 tweets
Jun 2020 - Jun 2020
https://github.com/dhruvipatel14/twitter_sentiment_analysis_covid19
Sentiment analysis of tweets by users across the globe using NLP techniques and classifier algorithms.
Real time DDOS attack detection using time series analysis
Jun 2019 - May 2020
Early DDOS attack detection for traffic flowing through the network by the time
series forecasting using machine learning algorithms like ARIMA, SARIMA
and LSTM.
Securing Blockchain With Deep Learning
Aug 2018 - Nov 2018
It was survey on blockchain security vulnerabilities, various attacks on
blockchain, prevention of blockchain against attack and different deep
learning techniques to secure the blockchain.
Secure Web Application
Aug 2018 - Oct 2018
Development of a website based on ASP.net which incorporated
security measures like Password encryptions, User Verifications,
Validations in form
Online Tiffin Service – User Management and Email
Jun 2016 - May 2017
This web application was developed using HTML,CSS, Bootstrap as
frontend and SQL server database to handle the data related to
customers and orders. The backend was handled using ASP.NET.
Find a book - E book portal
Jun 2016 - Sep 2016
https://github.com/dhruvipatel14/twitter_sentiment_analysis_covid19
CONTACT Phone: 91 7359857677
This application was built on J2EE using Java servlets and JSP with MySQL
database with functionalities like searching book, reading a book, user
membership and book management for store owner.
Rank 208: Resume 1382 with similarity score 0.03635039673331462
Resume Text: BS , B.E , MS , B.TECH , PhD software developer , backend developer , full time , full stack developer , java developer award , general , credit , algorithms , designation , ug , affirmative action , lightning , cloud , chinese , maintenance , authorization , english , status , spring boot , sql , email , project , ecosystem , aws , mongodb , angularjs , characters , global services , salary , features , knowledge sharing , building , maven , languages , hibernate , algorithm development , struts , javascript , organization , application security 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019…
https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019561748590809… 1/2
Current Designation: Software Developer
Current Company: SOCIAL WORTH TECHNOLOGIES
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
SOCIAL WORTH TECHNOLOGIES as Software Developer
Jan 2020 to Till Date
At my current position I am working as a java developer on AWS cloud
platform. My responsibility's include building and managing features in
Salary Card program (credit card) like transactions, reversals, etc where
time of execution is absolutely crucial. Also involved in integration of
external organizations with our applications ecosystem.
Principal Global Services as Analyst
Jul 2018 to Jan 2020
Worked as a full stack developer for Principal Hong Kong. My
responsibility in the project include developing Hong Kong specific
application security features and adding support for special Chinese
characters in the application.
Awarded SPOT Award for solving complex Chinese character issue.
Leading a forum LIGHTNING TALKS for knowledge sharing within the
organization.
Conducted sessions on Algorithms and Data Structures.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ANUBHAV TRIVEDI
Software Developer seeking roles in Software Development, Application Development,
BackEnd Design, Algorithm Development, Data Structures, Java, AWS, Maven,
MongoDB, Hibernate, GraphDB, Spring
Key Skills: Backend Developer, Software Developer, Software Development, Application Development, Back End Design,
Algorithm Development, Data Structures, Java, AWS, Maven, MongoDB, Hibernate, GraphDB,Spring Boot
Summary
A competent professional with an experience of 2.6 years in Software Development, Application Development, Front End
Design, Back End Design, Algorithm Development, Data Structures, Java, AWS, Angularjs, Maven, MongoDB, Hibernate,
GraphDB.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019…
https://freesearch.naukri.com/preview/printResume?uname=66f77c5259228ab11472ab84485c8d3c0c5a5d0419100e170340130e0b5a034c470019561748590809… 2/2
UG: B.Tech/B.E. (Computers) from Bharati Vidyapeeth university in 2018
Other Qualifications/Certifications/Programs:
Diploma(Network Security)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA, AWS
Spring, Struts, Hibernate
Angular Js, Maven, Mongo DB
SQL, GraphDB
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 209: Resume 731 with similarity score 0.03615589924607648
Resume Text: B.E , MS , B.TECH project manager , hadoop administrator , zookeeper , data architect , change management , full time , technical lead ods , version control , customer , security , mapreduce , conducting , docker , service levels , linux , flume , ssl , status , gds , mumbai , kerberos , gitlab , connectivity , kibana , infrastructure , cdh , sql server , workflow , avro , pipeline , automation , ansible , encryption , functional specifications , spark , kubernetes , data visualization , designation , hindi , cluster , ltd , yarn , english , project , processing , playbook , ops , performance tuning , bpl , change management , capacity planning , documentation , vmware , javascript , technology , availability , hadoop , kms , ldap , gujarati , big data analytics , rca , general , performing , data validation , echo , developers , affirmative action , maintenance , kafka , proxy , email , prevention , business intelligence , aws , zoom , languages , business process , sqoop , hive , teradata , cisco , engineers , search , root cause analysis , database , blueprint , presto , jenkins , ug , business applications , telecom , health , cleansing , authorization , teams , screening , solr , interfacing , shell scripting , storage , cloudera , hbase , python , sentry , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145…
https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145716105f5e5a07… 1/3
Current Designation: Project Manager (Senior Hadoop Admin /
Bigdata Consultant)
Current Company: JK Technosoft Ltd.
Current Location: Navi Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
JK Technosoft Ltd. as Project Manager (Senior Hadoop Admin / Bigdata Consultant)
Jul 2019 to Till Date
Key Result Areas:
* Facilitating discussions to elicit & understand business needs, requirements & priorities; driving prioritization and end-
to-end project management with senior stakeholders and providing insights for design & business process
* Capturing As-Is, To-Be process, preparing functional specifications, business blueprint document, analyzing the gaps
and preparing functional & technical designs
* Providing assistance in production & maintenance in Incident Management, Change Management, Application
Monitoring, Application Documentation & Automation
* Conducting Root Cause Analysis (RCA) which includes analysis of bug patterns and providing insights and practices
to the development team for prevention of high priority/severity bugs
* Supervising performance tuning of Hadoop clusters and Hadoop MapReduce routines; screening Hadoop cluster job
performances & capacity planning and monitored the Hadoop cluster connectivity and security
* Interfacing with infrastructure, network, database, application and business intelligence teams to guarantee high data
quality and ensured business applications availability and performing within agreed service levels
* Deploying various big data-related products like SIQ, MRX, OPS-IQ (Analytics Solution) on various telecom clients like
Bell (Canada), Vodafone, cisco, JIO for Dev, pre-prod and prod environment
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
MANISH JAYANTIAL PANDYA
Seeking a role as Big Data Architect/Senior Hadoop Administrator, Kubernetes and
Docker, Customer Management, Requirement Gathering, Linux Administration,
Networking, SQL Server, Shell Scripting, Project Manager, Big Data Analytics, Project
Managemen
Key Skills: Big Data Architect/Senior Hadoop Administrator, Kubernetes, Ansible, Docker, Jenkins, Spark, Cloudera,Hive,
Hdfs, Impala, Elastic Search, Customer Management,Linux Administration, Networking, AWS, GCP, ITI, Shell Scripting,
Project Management
Summary
* Expertise in Big data technology Spark, Kafka, Flume, Yarn, Hive, Parquet, Knox, Ranger, Sentry, Kerberos, Cloudera,
Impala, Zookeeper, Solr, Avro, SQLStream
* Hadns-on experience in deploying Hadoop cluster using Hortonworks HDP, Cloudera CDH Ambari, Jenkins, GitLab, Docker,
Kubernetes, Ansible, Shell Scripting, Presto SQL Engine
* Excels in various big data application phases like data ingestion, data analytics, data visualization, cleansing, migration and
warehousing activities with exposure in ETL process designing
* Hands-on experience in deploying various Big Data Tools like (Kafka, Spark), Prometheus, Grafana, ELK and EFK stacks
on Kubernetes cluster
* Hands-on experience to build Ansible Playbook for Automat Installation for Hadoop and Kubernetes clusters, and End to
End data validation for Data Pipeline
* Architectured, built and administered large scale distributed Hadoop clusters using various Hadoop echo system tools
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145…
https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145716105f5e5a07… 2/3
* Monitoring the health of Hadoop and Kubernetes clusters using Prometheus and Grafana
* Managing, installing and implementing the following:
o HDP, HDF through Ansible playbooks, managing Docker containers. Also managing version control via GIT
o Ansible playbook for automation installation for Kubernetes clusters
o HA, ETCD database and implement SSL for Kubernetes and Hadoop cluster
o Hadoop and Kubernetes Clusters by installing BPL as a base processing layer and then CDAP pipeline
o ODS/GDS rules and HDFS storage Policy for Heavily used Cluster
* Conducting administration, configuration, and capacity planning of Multi-Node 25 Cluster (PB sized) using Cloudera's
distribution (CDH 5.12, CDH 5.13, CDH 5.15) for Prod & DR Environment
* Deploying ELK and EFK Stack on Kubernetes, and Presto SQL engine tool on for Big data cluster
* Designing and implementing workflow using CDAP and NIFI to perform data ingestion and ETL on the Big Data
platform
Barclays Global Service Pvt. Ltd. as Senior Technical Lead (Hadoop /Big Data)
Apr 2019 to Jul 2019
Client: Internal Barclay's client (Barclays Plc Bank, Barclaycard)
Highlights:
* Monitored health of Hadoop cluster, generated performance reports and provided continuous improvements solutions
* Conducted administration, configuration and capacity planning of Multi Node 25 Cluster (PB sized) using Cloudera's
distribution (CDH 5.12, CDH 5.13, CDH 5.15) for Prod & DR Environment
* Implemented various Performance Tuning Parameter for Hadoop component like Hdfs, Hive, Kafka, Spark on Prod
and DR cluster
Teradata India Pvt. Ltd. as Senior Technical Lead (Hadoop/Big Data)
Jul 2018 to Apr 2019
Client: Anthem Inc (Leading Health Care in US)
Highlights:
* Addressed & resolved dynamic production cluster issues and provided support to Data Scientists/ Data Engineers and
Big Data Developers
* Secured Hadoop Cluster with Kerberos/AD-MIT tool, Sentry, TLS/SSL Encryption, ACL's with KMS & KTS High
availability cluster
* Implemented confluent Kafka cluster (4.1.1) with GSSAPI & SASL_SSL security, and ACL authorization on Kafka
topics for different projects
UG: B.Tech/B.E. (Computers) from D.D.I.T. University Nadiad, Gujarat in 2003
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Yarn, HDFS, Hive, HBase 2020
Sqoop, Kafka, Impala, Spark, Presto
Linux
Shell Scripting, Python
GIT, Jenkins, ELK, EFK, Ansible
Kibana, Zoom Data
AWS, GCP
Docker, Kubernetes
DNS, SMTP, and PROXY
VMware, and KVM
LDAP, AD, SAML, Kerberos
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145…
https://freesearch.naukri.com/preview/printResume?uname=cec8eee5134575300ead57f9f0ca945e5c580e051e455f475215105a0901054e100c145716105f5e5a07… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Gujarati Expert
Rank 210: Resume 1169 with similarity score 0.03605926797284137
Resume Text: B.S , MS cloud architect , project lead , devops , azure architect , migration specialist , solution architect , full time , senior consultant box , training , technology consulting , general , devops , interfaces , scrum , excel services , microsoft azure , physics , designation , ug , windows azure , microsoft office , platforms , conducting , pre-sales , affirmative action , hindi , gap analysis , software documentation , public , maintenance , ltd , service delivery , authorization , english , iaas , teams , sharepoint , enterprise , status , paas , virtualization , agile , cloud development , email , c# , consultation , application , aws , business intelligence , solution architecture , system architecture , xml , saas , testing , architecting , features , strategy , output , framework , preparation , languages , technical documentation , completion , coordinated , javascript , technical services , web , waterfall project management , business requirements , jscript , systems design , html , beta 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f015543465810…
https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f0155434658100014100d5e585… 1/2
Current Designation: Cloud Specialist
Current Company: Ameriprise Financial
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Email - id
Ameriprise Financial as Cloud Specialist
Feb 2013 to Till Date
Conducted systems design, feasibility and cost studies and recommend cost-effective cloud solutions.
Administered discovery, user testing and beta programs to garner feedback prior to each major release.
Advised software development teams on architecting and designing web interfaces and infrastructures that safely and
efficiently power the cloud environment
Developed solution architecture for projects
Prepared detailed design and solution architecture along with their implementation, and documentation
Provided technical competencies for SharePoint project capabilities and features and conducting in depth analysis of
project risks
Defined suitable methodology to undertake the project with the available inputs for the requisite output
Capgemini India Pvt. Ltd as Senior Consultant
Jan 2011 to Feb 2013
Translated business requirements into technical solutions
Prepared estimations, feasibility study and technical solutions for upcoming projects
Held scrum meetings to monitor progress of the project as per schedule and ensuring timely completion and delivery of
project to the client
Created solution architecture for number of projects
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Vipin Khatri
Cloud Specialist seeking Roles in Cloud Architect, Azure Architect having 15+ yrs
experience with Azure 300 and 301, AWS certified solution architect certification.Cloud
Migration specialist for Iaas and apllication both.
Key Skills: cloud specialist, tech architect, cloud development, software designing, application programming, cloud
support, Azure Architect, Azure, AWS, Devops,Cloud Migration Specialist
Summary
Experience in technology consulting, pre-sales, enterprise and solutions architecture and architectural framework, cloud and
virtualization technologies, SAAS, IAAS, PAAS and service delivery methodologies.
Architected cloud solution for multiple projects.
Experience in multiple public cloud platforms like Microsoft Azure and AWS.
Played role of trusted cloud advisor anf designed cloud strategy.
Extensive experience in consultation, design, development, implementation of windows applications, web based applications
and cloud based solution using windows Azure/AWS and other platforms.
Experience in agile and waterfall project management methodologies.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f015543465810…
https://freesearch.naukri.com/preview/printResume?uname=04c91e156c198f538625c13bf906b05c515a0e524b120c110415105f5f0155434658100014100d5e585… 2/2
Created technical documentation and efforts estimation for multiple projects
Authored Technical portion of pre-sales documents
Worked on Business Intelligence - Excel Services, Power View, Power Query, Power Pivot
Analysed and evaluated various approaches, proposed the best solutions as per client's existing system architecture
and enhancement requirements
Leading & supervising a team of personnel for the design and documentation of procedures and standards along with
preparation of system and software documentation
Eigen Technical Services Pvt. Limited as Project Lead
Oct 2006 to Nov 2010
SharePoint functional specialist
Performed gap analysis of out-of-the box capabilities to determine requirements
Identified key issues and coordinated with business owners to address those issues
Provided training and support on SharePoint development to other team members
UG: B.Sc (Physics) from C.C.S. Univerity Meerut in 2000
PG: MCA (Computers) from IMS Ghaziabad, Uttar Pradesh Technical University, Lucknow in 2004
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, .NET, HTML, XML, Jscript
Microsoft Office
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 211: Resume 379 with similarity score 0.03578947568720435
Resume Text: B.S , M.Sc , M.S , MTECH , M.TECH science intern , work from home big data analytics , internships , image processing , mouse , deep learning , mar , nlp , mysql , learning techniques , statistical modeling , natural language processing , apache , energy , project , mongodb , computer vision , prediction , resume , electronics , machine learning , research , completion , assessment , data science , python , one , it , dynamics , ml , cloud computing , technology , hadoop , mathematics Assessment
Q1. Why should you be hired for this role?
I am interested in this
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
Parvathy P P
Thrissur, Bangalore
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
Data Analytics Image Processing Machine Learning
Mathematics MongoDB R Programming
Statistical Modeling Cloud Computing Hadoop
MySQL
Master of Technology M.Tech), E Learning Technologies
Amrita
2014 - 2016
CGPA 7.15/10
Master of Science M.Sc), Electronics and Communication
St.Mary's College
2011 - 2013
CGPA 7.00/10
Bachelor of Science B.Sc)
Sree Kerala Varma College
2008 - 2011
Senior Secondary XII, Science
VIVEKODAYAM GIRL'S HIGHER SECONDARY SCHOOL
STATE BOARD, KERALA board)
Year of completion: 2008
Percentage: 84.00%
Secondary X
N.S.S.E.M.H.S.S
STATE BOARD board)
Year of completion: 2006
Percentage: 80.00%
Working On NLP In Machine Comprehension
Instinctus.ai, Virtual
Jan 2019 - Mar 2019
Worked on bert.
Machine Learning Internship
Suprath Technologies, Bangalore
Nov 2018 - Nov 2018
Worked on NLP for sentence completion.
Data Science Intern
TRAININGS
PROJECTS
CONTACT Phone: 91 8281796418
Switchon, Bangalore
Feb 2018 - Jun 2018
Worked on Energy prediction with deep learning, XGboost on GPU and cloud server
Intern- ML
Awesummly, Bangalore
Dec 2017 - Jan 2018
Machine Learning
NeoEyed, Bangalore
Aug 2017 - Nov 2017
Worked on one class SVM, for mouse dynamics challenge.
PG Diploma In Big Data Analytics
CDAC, Kolkata
Aug 2016 - Feb 2017
Network Forensic Tool Implementation using Python(CDAC
Dec 2016 - Jan 2017
I have taken apache log file for identifying malicious and non-malicious users using their IP address, error code and download
in bytes. I have implemented it using python.
Usage Analytics in AVIEW
Jul 2015 - Jul 2016
http://ieeexplore.ieee.org/document/7975170/
I have applied Machine learning techniques like SVM, Neural Network, Association rule and K-means clustering in this project.
It was a research project in Amrita for my Mtech for 1 year.
http://ieeexplore.ieee.org/document/7975170/
Rank 212: Resume 901 with similarity score 0.03570583632381722
Resume Text: B.E , B.TECH , BS full stack developer , senior software engineer , full time , software developer core java , customer , connect , addition , docker , linux , gateway , macos , node.js , status , express , store , data architecture , bridge , xml , testing , components , ec2 , django , infrastructure , principle , data transformation , apple , organization , kubernetes , designation , server management , data transfer , mar , facebook api , hindi , gap analysis , firebase , json , english , project , video , consolidation , performance tuning , rest , data analysis , kanban , intermediate , javascript , history , technology , business requirements , reporting , web development , general , scrum , neo4j , data migration , affirmative action , hub , maintenance , unix , email , aws , saas , output , languages , android sdk , cassandra , program management , database , ajax , performance management , ug , authentication , conversant , authorization , application , electronics , s3 , statistics , python , administrative 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b150845…
https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b1508455144475e0b5f… 1/3
Current Designation: Senior Software Engineer
Current Company: Ernst & Young
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Ernst & Young as Senior Software Engineer
Aug 2020 to Till Date
Provide service as per client requirement with the high level of output model
Quest Global as Senior Software Engineer
Jun 2019 to Aug 2020
Creating hierarchy structure by implementing Neo4j. Creating Rest API using node express and deployed inside docker
infrastructure.
Responsibilities:
Created hierarchy product Tree structure
Addition of Node
Dynamic component creation using React
Creating Rest API using Node Express
Create Docker Image and upload to apple?s docker hub.
Deployed inside Kubernetes
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Nihar Mishra
Senior Software Engineer seeking assignments in Software Development,Application
Programming,Program Management,Project Management,Requirement
Gathering,System Analysis,Gap Analysis,Python,Javascript,Core Java,Linux,XML,Ajax
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,Program
Management,Project Management,Requirement Gathering,System Analysis,Gap Analysis,Python,Javascript,Core
Java,Linux,XML,Ajax,Android SDK
Summary
Over 3 years of extensive experience in Web Development using Python, Node, Well conversant with Server management,
Data Architecture, Data Analysis, Data Migration & Rest API.
Well Understanding in React and Node Architecture.
Hands on experience in deploying project inside Docker container.
Good understanding of D3.
In depth understanding/knowledge of Cassandra Architecture and various components such as Partitioning, Clustering, Batch,
Table Index concepts to analyze large data sets efficiently.
Hands on Experience in Implementing Recommendation Engine using Statistical Model.
Knowledge of administrative tasks such as Creating and Managing Ec2 instance, Elastic Ip connection, VPC integration, Docker
Container management and image creation.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b150845…
https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b1508455144475e0b5f… 2/3
Tools/Technology/Platform
React Js, D3, Node.js, Neo4j, Docker
Duration: 3 Months
S&T Reporting
Organization:
Quest-Global, BBSR
Client: Apple
The project consists of Reporting as well as monitoring, and performance management.
Responsibilities:
Created Script file to Automate procedures.
Worked on Migration and Consolidation activities between various clusters.
Worked on Version Up gradation task.
Support App Team by solving the various and different issues.
Worked on implementing and promoting Scripts.
Python , Cassandra
Duration: 5 Months
Muvi as Full Stack Developer
Mar 2017 to Jun 2019
Recommendation Engine
This Project related to Collect data from various customer/domain and predict recommendation based on their history. It's
a SaaS based platform.
Responsibilities:
Create Appropriate statistical Model based on various domain data.
Develop API gateway for seamless data transformation.
Connect Ui to backend using Ajax
Creating data model using Django-ORM.
Creating Authentication bridge between cross-server.
Used Pylint for testing.
Create Docker Image out of it.
Performed various performance tuning techniques to optimized performance.
Python, Django, S3
Duration: 2 Year
Android App Development
Developed Native Android applications. Applications used for Video, Audio streaming over CDN based URLs.
Responsibilities:
Worked all project phases: Planning, design, development, Testing, Install in Play Store.
Worked under Scrum and Kanban principle.
Understanding and Analysis of existing processes with respect to business requirements. Gathering new requirements,
Analysis, Design and Development.
Designing the approach for compatibility and customizing the application.
Connecting the App with the database using Rest API and Json Data as an intermediate.
Used Firebase for Real Time data Transfer.
Identify the issues and resolving. Collect statistics, monitoring execution plan.
Android APIs, Android SDK Tools, Core Java, XML, Firebase, Facebook API.
Duration: 5 Months
UG: B.Tech/B.E. (Electronics/Telecommunication) from Radhakrishna Institute Of Engineering And Technology Odisha
in 2016
Education
IT Skills
Skill Name Version Last Used Experience
Full Stack
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b150845…
https://freesearch.naukri.com/preview/printResume?uname=dc8fddac08ed67265ee06e43c40028da5a5c0b514c1a0b14051040505d5c074b1508455144475e0b5f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Python, JavaScript
macOS, UNIX, Linux
Cassandra, Neo4j
AWS, Django, Node.js, Docker
React Js, D3 File System
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odiya
Rank 213: Resume 1380 with similarity score 0.03562220668221149
Resume Text: MS technical architect , zookeeper , part time , deputy manager , data management contractual , data warehousing , retail , core java , general , dax , spark , nosql , designation , ug , data synchronization , data migration , mar , affirmative action , oracle , mysql , databases , glue , etl , maintenance , ltd , unix , json , authorization , english , apache kafka , status , architecture , postgresql , email , project , application , aws , map , framework design , xml , pl/sql , poi , electronics , ecs , s3 , ec2 , languages , data streaming , sqoop , hive , sql server , scala , cassandra , hbase , python , javascript , cloud computing , insurance , talend , hadoop , elasticsearch , airflow , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a0042410110…
https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a004241011052154851580b0… 1/2
Current Designation: Bigdata Architect
Current Company: Sonata Software
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Sonata Software as Bigdata Architect
Jan 2019 to Till Date
Mphasis Ltd. as BigData Architect
Oct 2016 to Jan 2019
WNS as Deputy Manager
Apr 2015 to Oct 2016
UG: Diploma (DOEACC O Level) from Department of electronics Govt. of INDIA in 2002
PG: MCA (Computers) from Sikkim Manipal University (SMU) in 2013
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bansidhar Mohapatra
Bigdata Architect seeking roles in Data Management,Data Migration,Database
Management,Technical Architect,Project Management,Cloud Computing,Data
Warehousing, AWS, Spark, Spark Streaming ,Python,Scala , Hadoop
Key Skills: Bigdata Architect,Tech Architect,Data Management,Data Migration,Database Management,Technical
Architecture,Project Management,Cloud Computing,Data Warehousing,Scala, Hadoop,Python,Spark, Spark Streaming,
AWS, NoSQL
Summary
Over 15 years of experience in various domain like Banking, Insurance, Retail, and others Expertise in data streaming
framework design, coding and implementation Real time streaming: o Sql Server Database into datalake using AWS Kinesis,
PySpark, AWS Firehose, AWS ECS, AWS Fargate, S3 o Incremental loading, and streaming from PostgreSQL database into
datalake using Talend o Log data streaming into Cloud using Apache Kafka, PySpark o Streaming using AWS Glue, AWS DB
Catalog into datalake. Extensive knowledge in Data Migration, Data Synchronization o On-Prem Oracle to AWS Aurora
PostgreSQL using AWS DMS, AWS SCT, AWS Snowball . o JSON, CSV, OLTP databases into parquet using AWS Glue o
Database to database data synchronization. Hands-on experience in architect, design, and coding in PySpark o Parser
application code for JSON into Parquet in Spark o ETL job coding using PySpark and Spark and Scala o PySpark Job for data
analysis
Work Experience
Education
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a0042410110…
https://freesearch.naukri.com/preview/printResume?uname=30607da23aebe417c9cfc13565663fd95e5a5c054f475a4456434450595a004241011052154851580b0… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Temporary / Contractual
Employment Status: Part Time
IT Skills
Skill Name Version Last Used Experience
Hadoop HDFS, Hive, Impala
HBase, Kafka, PIG, Sqoop
Zookeeper, Map Reduce, Airflow
Spark Core, Spark Streaming, Spark SQL
Python and Scala language
AWS DMS, AWS Aurora DB
AWS Kinesis, AWS Elasticsearch
RedShift, RDS, DynamoDB, Elasticache
EC2, Cloud Formation, CloudFront
S3, CloudWatch. Lambda. AWS Snowball
AWS SCT
Unix Shell, JSON, PL/SQL, T-Sql
XML, MDX, DAX, Java Script, and html
Cassandra, Sql Server 2012/2016
PostGreSql, MySQL, Oracle
Python, Scala, Core Java
Apache POI, C#.net
Languages Known
Language Proficiency Read Write Speak
English
Rank 214: Resume 84 with similarity score 0.035458970512957134
Resume Text: MS , BS work from home e-commerce , tableau , mumbai , assessment , computer technology , php , python , algorithms , resume , javascript , application , cpp , android , css , ngo , sql , studio , html Assessment
Q1. Why should you be hired for this role?
I have made a website an e-commerce website using php html SQL JavaScript It was a website for jewellery selling. Complete dynamic
website,also created an application in andriod studio using java.Have a knowledge of python ,CPP,tableau.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9765519907
Anushka Bhaurkar
Mumbai, Pune
Applied 25 Dec'20
Android C Programming CSS
HTML Java JavaScript
PHP Algorithms Flutter
Python SQL
Master of Computer Applications MCA, Computer Technology
Veermata Jijabai Technological Institute
2018 - 2021
Worked as a coordinator in an event of an NGO for 2 years.
Volunteered in my college fest
I HAVE CERTIFICATION OF ANDRIOD DEVELOPMENT,PYTHON AND TABLEAU.
Rank 215: Resume 1174 with similarity score 0.035315540189658254
Resume Text: B.E , B.TECH automation consultant , hadoop developer , full time , team lead , system engineer data services , soi , training , general , healthcare , infrastructure services , windows server , security , 24x7 , designation , functional testing , ug , ca spectrum , netqos , affirmative action , it operations , hindi , hpna , maintenance , azure , ltd , ccna , authorization , red hat , english , apache kafka , autoit , enterprise , status , social media , network automation , email , project , application , aws , configuration management , mongodb , apache spark , electronics , nagios , apache storm , servers , prompt , cerner , languages , big data , scala , silk , vmware , cassandra , uim , data science , python , reviews , javascript , technology , cloud computing , hadoop , elasticsearch , gemini 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c18…
https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c180411420c090b0… 1/2
Current Designation: Enterprise System Specialist - Analyst 1
Current Company: Unisys India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE),United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Unisys India as Enterprise System Specialist - Analyst 1
Apr 2017 to Till Date
Cerner India Healthcare Pvt. Ltd as Senior System Engineer
Feb 2015 to Apr 2017
Siemens Technology and Services Ltd as Senior System Engineer
Aug 2013 to Jan 2015
Microland as Network Automation Consultant
Sep 2012 to Aug 2013
Gemini Communication as Senior System Engineer
Jun 2011 to Sep 2012
Last Active: 6-Feb-21 Last Modified: 2-Feb-21
Mukesh Ranjan
Enterprise System Specialist-Analyst 1 seeking roles in Software Configuration
Management,Application Deployment,Software Support,Infrastructure
Services,Requirement Gathering,Project Management,Cloud Computing
AWS,Azure,Hadoop,Python,CCNA,VMware
Key Skills: Enterprise System Specialist-Analyst 1,Tech Lead,Software Configuration Management,Application
Deployment,Software Support,Infrastructure Services,Requirement Gathering,Project Management,Cloud
Computing,AWS,Azure,Hadoop,Python,AutoIt Script,VMware
Summary
Strength in various Tools Cloud Computing with AWS & Azure,CA, HP, ASG & Nagios, ElasticSearch, FlowViewer Silk, Big Data
Hadoop Developer & Administrator Social Media Project and MongoDB Developer, Spark & Scala, Data Science with Python
with nearly 9 years of experience in managing servers and providing prompt & timely 24x7 support to clients on various issues
while managing global helpdesk and training team members on the same
Exposure of the technology stack, code, and processes for domain/capability/platform area - SDLC tools, Environment,
Release, Assets, Security, Functional Testing, Data Services & so on
Highly resourceful in managing & providing design/code reviews for vendor engineering resources such as code reviews,
standards enforcement, quality & SLA management
Strong knowledge of best practices and IT operations deploying highly-available, scalable and secure applications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c18…
https://freesearch.naukri.com/preview/printResume?uname=eb3ef61ac8c05a9fc45439de255ec677580c5b034d455f400b15175b5d08534b400c180411420c090b0… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Aarupadaiveedu Institute of Technology, Chennai, Vinayaka
Mission University in 2011
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, Java, Python, AutoIt Script
Windows Server, Red Hat, VMWare
Python
Nagios, ElasticSearch, FlowViewer Silk
CA Spectrum
CA SOI,CA UIM
A NetQos, HPNA, ASG Perfman, RHCE6
Big Data & Hadoop
Apache SPARK & Scala
Mongo Db
Apache Cassandra, Apache Kafka
Apache Storm, Impala
AWS ,Azure,Cloud Computing
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 216: Resume 425 with similarity score 0.03526907360201649
Resume Text: MS , B.TECH , BS work from home , project leader , student x-ray , internships , deep learning , office , gps , data mining , learning techniques , public , ieee , wifi , navigation , digital , gan , intelligence , cars , project , coursera , bluetooth , resume , internet of things , machine learning , building , flask , raspberry pi , completion , assessment , python , smart home , one , appliances , lung , technology , pipeline , online Assessment
Q1. Why should you be hired for this role?
Instead of consuming your precious time on a lengthy verbose paragraph, I will try listing out all of my skills in brief yet precise points:
1. Friendly, collaborative, and a quick learner.
2. Well versed with Python(Advanced), Pytorch(Advanced), and data mining tools like scrapy/beautifulsoup(Intermediate).
3. Hands-on with various novel deep learning techniques such as GAN, CNN, Transformers(BERT, gradCAM.
4. Experience in developing an end-to-end app pipeline using flask.
5. Equipped with Industry experience thanks to Deep Learning Internship at Deepiotiocs.
6. Available to work remotely(Immediately) or willing to relocate(from Feb 2021.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Rahul Singh
Indore
Applied 09 Feb'21
Python Artifical Intelligence Deep Learning
Internet of Things IoT
Bachelor of Technology B.Tech), IT
IET Indore
2017 - 2021
Senior Secondary XII, Science
Vidya Bhavan Public School, Indore
CBSE board)
Year of completion: 2017
CGPA 7.84/10
Secondary X
Vidya Bhavan Public School, Indore
CBSE board)
Year of completion: 2015
CGPA 9.00/10
Deep Learning Intern
Deepiotics Private Limited, Virtual
May 2020 - Jul 2020
Collaborated on a state-of-the-art project that involves classifying various respiratory diseases based on simple chest/lung
x-ray images.
Project Leader Smart India Hackthon 20
Project Leader Smart India Hackathon 19
Project Leader SRAJAN19, IEEE, MANIT
Machine Learning
Coursera, Online
Jul 2017 - Dec 2017
Machine Learning course by Andrew Ng.
Internet Of Things
RoboCamp, Indore
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8109794987
May 2017 - May 2017
Internet of Things using Raspberry pi and ESP8266(nodemcu).
NavIT
Jan 2020 - Feb 2020
https://github.com/rahools/NavITBackendAPI
NavIT is a navigation solution that shows you the way around in an office or a building where conventional GPS services
aren't accurate. NavIT achieves it by using the WiFi/Bluetooth beacons' triangulated position.
HConnect
Oct 2019 - Nov 2019
https://github.com/rahools/HConnect-BackendAPI
HConnect is a smart home solution that incorporates existing run-of-the-mill electric appliances and transforms them into IoT
appliances. I mainly worked on the backend side of HConnect server APIs and hardware[esp8266 code.
SMART
Jan 2019 - Apr 2019
https://github.com/rahools/SmartTrafficAlgorithm
Uses Digital Object Recognition[YOLO v2 to identify cars and pedestrians at a traffic junction, hence systematically and
efficiently route them.
One of the founding members of the first student-initiated college machine learning club.
https://github.com/rahools/NavIT-BackendAPI
https://github.com/rahools/HConnect-BackendAPI
https://github.com/rahools/SmartTrafficAlgorithm
Rank 217: Resume 1184 with similarity score 0.03514907058959434
Resume Text: B.E , MS , B.TECH project manager , technical architect , solutions architect , senior software engineer , solution architect , full time , enterprise architect api , optimization , solution building , blueprint , performance management , customer , migrating , project managers , kubernetes , coding standards , microsoft azure , validation , designation , developers , data warehouse , deliverables , platforms , affirmative action , collaboration , cloud , docker , technical requirements , maintenance , ltd , low latency , business logic , authorization , iaas , teams , strategic thinking , enterprise , clarity , status , paas , code review , agile , c# , email , logging , teamwork , application , aws , microservices , focus , solution architecture , mumbai , gap , ci , .net core , architecting , data analysis , integration strategies , debugging , problem solving , intermediate , infrastructure , asp.net , emerging technologies , sql server , viz , cd , reviews , javascript , web , technology , performance testing , proof , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190…
https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190b12125d5d0d0… 1/3
Current Designation: Solution Architect -IT
Current Company: Trejhara Solutions Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Trejhara Solutions Ltd. as Solution Architect -IT
Aug 2018 to Till Date
- Designing and architecting Highly available, Fault tolerant, Elastic, highly Secure, performant and globally accessible
low latency applications for the Cloud
- Participate in solution building for migrating existing workloads from On-Premise to Cloud, moving from IaaS to PaaS
or moving to different Cloud
- Continually researching current and emerging technologies and proposing changes where needed.
- Take responsibility for technical aspects of solutions viz. supporting bid responses, product and solution briefings,
Proof-of-Concept work, coordination and supporting technical resources, Cost-optimization of existing work-loads etc.
- Make recommendations on integration strategies, enterprise architectures, platforms tools and application
infrastructure required to successfully implement a complete solution, providing "best practice" advice to customers
- Conduct design reviews with management and development teams and working collaboratively with project managers,
developers and customers to deliver working solutions
Aurionpro Solutions as Solution Architect
Dec 2013 to Aug 2018
- Analyzing the technology environment and participate in technology selection
- Participate in solution building and support existing workloads on Cloud
- Prepare a blueprint for moving from on-premise to Cloud
Last Active: 7-Feb-21 Last Modified: 5-Feb-21
AMIT SHAH
Microsoft Certified Azure Solution Architect seeking roles in Solution Architecture,
Cloud, Project Management, Application Development/Design/Architecture, MS SQL
Server, .NET, .NET Core. API Management, Microservices, Docker, Kubernetes, AWS,
GCP
Key Skills: Cloud Solution Architect / Enterprise Architect, Application Development, Project Management, Solution
Architecture MS SQL Server, Azure, ASP .NET, .NET, .NET Core, API, Microservices, Docker, Kubernetes, AWS, GCP,
Container, Iaas, PaaS, CI/CD
Summary
Solution Architect with more than 17 years of Programming experience having excellent technical, communication and
organizational skills
7 years of Experience with Microsoft Azure cloud platform specially in IaaS
Outstanding problem solving, strategic thinking and data analysis skills with strong focus on teamwork and achieving team
goals, result oriented, fast learner
Experience in understanding customer business and technical requirements, helping them in problem-solving key technical
issues
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190…
https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190b12125d5d0d0… 2/3
- Developed Statements of Work (SOWs) that provide the specificity and clarity to support resource planning and scope
management
- Lead, coach and mentor development teams of around 50 people, in delivering solutions and driving Planning,
Performance Management, development standards and best practices
- Monitoring, tracing and logging using Azure Alerts and Application Insights
Aurionpro Solutions Inc as Onsite Lead - Solution Architect
Apr 2008 to Dec 2013
- Working with Onsite team to understand and help prepare requirements
- Leading whole project development life cycle, including but not limited to solving any issues arising in understanding
requirement, gap, code review
- Developing critical modules which require close collaboration with onsite team
- Working with Project Manager to keep track of project plan and activities in detail to ensure quality delivery on time
- Preparing deliverables (for deployment) and testing the product on continual basis (Agile) for quality and according to
the requirement mentioned
- Working with Onsite team to perform UAT and deploy the product
Aurionpro Solutions as Senior Software Engineer
Oct 2003 to Apr 2008
- Designing and developing User Interface of the application on ASP.NET using rich web server controls extensively
along with HTML and JavaScript validation
- Working with Technical Architect in designing and building plug-in architecture
- Developing business logic layer and integrated the same with User Interface layer and Data Layer
- Helping team members in coding and debugging
- Assisting technical architect to carry out performance testing and calculating response time
- Maintaining quality by following coding standards, doing code reviews
- Developing upgrade patches for intermediate releases and fixes
UG: B.Tech/B.E. (Electrical) from Mumbai University in 2003
Other Qualifications/Certifications/Programs:
Microsoft Certified Azure Solutions Architect
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure
AWS
SQL Data warehouse
MS SQL SERVER
C# .Net
MicroServices
Kubernetes
DOCKER
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190…
https://freesearch.naukri.com/preview/printResume?uname=a67e2dfcf2f2192774e881f4066440a85a545b5119410b13064542585a0d564e425f190b12125d5d0d0… 3/3
Employment Status: Full time
Rank 218: Resume 1422 with similarity score 0.03510627132888365
Resume Text: B.E , MS , B.TECH full time , project engineer , software engineer , software developer sap hana , schema , dimension , columns , filters , designation , scripting , mar , affirmative action , data analytics , interpersonal skills , production planning , kpi , webi , sap testing , data modeling , authorization , sda , english , bods , status , sap system , sql , email , project , business analysis , provisioning , sap bi , electronics , performance tuning , sap lumira , debugging , languages , sap data services , it , javascript , design studio , crm , measures , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b16094…
https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b1609430b16100e0c5b… 1/2
Current Designation: Project Engineer-SAP HANA
Current Company: Wirpo Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Wirpo Technologies as Project Engineer-SAP HANA
Dec 2015 to Till Date
Project : Data Source Migration
Period : From Mar 2017 to Till Date
Role : Software Engineer
Environment : SAP HANA, SAP Lumira, SQL
Migration is a process of getting the data from heterogeneous SAP systems to SAP HANA system. The process included
debugging the Data Sources from SAP systems to understand the logic of Data Source and implement it in the HANA
system.
Roles &Responsibilities:
KPI understanding and roadmap design for development.
Creation of Schema and upload of various data table using BODS.
Creation of Views like Attribute, Analytic, Calculation View according to KPI requirement.
Creation of Hierarchies, Calculated Measures and Columns, Filterers in development.
Project :Stock Analytics
Period :From August 2016 to Feb 2017
Role :Software Engineer
Environment :SAP HANA, SAP Lumira, SLT
Stock Analytics is the insights of product stock at various dealer locations across time dimension on granular level of drill
Last Active: 3-Feb-21 Last Modified: 1-Feb-21
KOPPULA SUKEERTH REDDY
Project Engineer seeking assignment in SAP System,SAP Data Services,Business
Analysis,Performance Tuning,SAP testing,Data modeling,Data Analytics,SAP
HANA,SAP Lumira,SAP ECC,SAP BO,SAP BI,SAP BW,HANA SQL,BODS,SLT
Key Skills: Project Engineer,Business Analysis,Performance Tuning,Data modeling,SAP HANA,HANA SQL,SAP
ECC,SAP BO,SAP BI,SAP BW,Lumira,BODS,SLT,SAP Data Services
Summary
Total work Experience 4.10 years of IT experience.
Working in Wipro Technologies Bangalore as Project Engineer.
4 year of experience in Data modeling, Analytics and Programming.
Extensive hands-on experience on SAP HANA , Data provisioning techniques SLT.
Excellent analytical, communication and interpersonal skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b16094…
https://freesearch.naukri.com/preview/printResume?uname=82196da28d1224212dbf443a8c980e4a0c5d5a001f4609135045430b595d571b1609430b16100e0c5b… 2/2
down for better production planning and inventory movement.
Roles &Responsibilities:
KPI understanding and roadmap design for development.
Data provisioning from heterogeneous sources.
Creation of Schema and upload of various data table using SLT.
Creation of Views like Attribute, Analytic, Calculation View according to KPI requirement.
Creation of Hierarchies, Calculated Measures and Columns, Filters in development.
Testing activity with SAP testing team.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sri Sai Jyothi Engineering College in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP HANA SP08, SAP ECC 6.0, SAP BO 4.0,
SAP BI 7.0
SAP HANA Studio
SLT, SAP Data Services (BODS),
DXC, SDA, Flat file Upload
SAP Lumira, Webi, SAP Design Studio.
HANA SQL SCRIPTING
SAP HANA Database, MS SQL 2005 and 2008
Languages Known
Language Proficiency Read Write Speak
English
Rank 219: Resume 1070 with similarity score 0.0350081139707659
Resume Text: B.E , MS , B.TECH python developer , devops , full time , software developer nxp , codes , web development , customer , jenkins , devops , api development , man , data visualization , semiconductor , atom , designation , general electric , web analytics , data migration , change requests , microsoft office , affirmative action , suggestions , oracle , technical architecture , hindi , docker , glue , linux , maintenance , dynamo , unix , gateway , autosys , test cases , player , json , cluster , windows , authorization , english , status , email , project , application , aws , live , microsoft excel , focus , bitbucket , obiee , rest , writing , s3 , git , shell scripting , yaml , ec2 , putty , pycharm , research , athena , languages , database , data integration , python , pip , javascript , cloud computing , technology , agile methodologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a12…
https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a120044430b090e… 1/3
Current Designation: AWS /Python Developer
Current Company: L&T Infotech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
L&T Infotech as AWS /Python Developer
Dec 2017 to Till Date
Project: 3 : Development March 2019- till date
Role: APIs Developer (AWS)
Customer: PGE (Portland General Electric)
Responsibilities:
1. Write lambda Functions code for as per the required request and response body.
2. Writing unit testcases for each API and review all the codes precisely.
Team Size:
5
Technologies: Python, AWS, JSON/yaml, DynamoDB
Description:
* Developed APIs as per the Clients requirement.
* Involved in template formation on Cloud Platform.
* Used tools like Postman, Jenkins, PyCharm, VSCode.
Role & Responsibilities:
* Worked on APIs for Sprint timeline
* Worked on Lambda Function/lambda handler based on Python language.
Last Active: 29-Jan-21 Last Modified: 29-Jan-21
SHRAWANI SINGH
IMMEDIATE JOIN. AWS/Python Developer seeking roles in Software
Development,Application Programming,System Analysis,Technical
Architecture,Requirement Gathering,Cloud Computing,Data Integration,Agile
Methodology,Python,AWS,Jenkins,Putty
Key Skills: AWS/Python Developer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Cloud Computing,Data Integration,Agile
Methodology,Python,AWS,Jenkins,Linux,Putty
Summary
Overall, 3 years of IT experience as AWS Cloud and Python Developer.
* Developer of API Development team with expertise in Python, Lambda, Dynamo DB, S3, EC2, Route 53,
VPC, Cloud watch, API Gateway, Post man, Jenkins, Bitbucket.
* Familiarity with Concepts of Cloud Formation and ability to provide a suitable deployment environment.
* Hands on Experience in creating templates using Cloud Formation based on JSON/Yaml.
* Proficient with data integration and data visualization of reports using Unix Shell Scripting, Oracle BI,
Autosys, Redshift.
* Ability to generate insights and convert them into actionable suggestions for the business.
* Proven team player and effective at both the executive and individual contributor levels.
* Very well versed with Agile methodologies and devOps.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a12…
https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a120044430b090e… 2/3
* Created all the required database using DynamoDB, RDS.
* Client interaction to gather required information.
* Troubleshot, tested and remedied identified issues before software
deployment.
* Performed unit Test Cases for every API using Pytest and unit test
Project 2: Data Migration and report generation October 2018- Jan 2019
Role: Migration on OBIEE Platform(based on AWS
along with other tools)
Customer: Bank(Confidential)
Team Size:
Technologies: 7
Python, Shell Scripting, Red Shift DB Cluster, S3, Lambda, Autosys, Oracle BI,
Putty.
Description:
* Migration of reports using Oracle Bi tool and created excel report sheet
for the same.
* Generation of the reports using script commands
Role & Responsibilities:
* Research and understand an undocumented setup and application.
* Worked on Web Focus and Hexanika.
Project : 1 Web development using ReactJs
Role: ReactJs Junior Developer
Customer: NXP Semiconductor (US) Feb 2018- Sep 2018
Team Size:
Technologies:
5
ReactJs, React Boilerplate, Atom Editor, REST Api
Role & Responsibilities:
* Worked on a project to create a User Interface using ReactJs.
* Worked on some modules for Web analytics using App measurement,
Dynamic tag managements.
* Tested all modules prior to applications going live to alleviate bugs and
troubleshoot issues
* Worked on enhancements, change requests and improvements as per
the client requests
* Performed functional, non-functional, regression and performance tests
for updated systems
UG: B.Tech/B.E. (Computers) from Lakshmibai Narain College of Technology, Bhopal in 2017
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Python, JSON, Unix Shell Scripting
ReactJS, J2SE, Glue, Athena, Docker
Boto3, Boto Core, JSON for Python
DATA STRUCTURE
Windows 10/8/7, Unix/Linux
PyCharm, Git, Bit Bucket, Jenkins
Postman, Putty
PIP, Microsoft office, Microsoft Excel
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a12…
https://freesearch.naukri.com/preview/printResume?uname=04e6810c42b27f6aeed9b091b01eda110d550e514b1b0e180b13100b5c5b594f130a120044430b090e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 220: Resume 1092 with similarity score 0.03497565695991897
Resume Text: B.E , MS , B.TECH lead architect , partner , sr. consultant , full time , vice president , associate director , practice manager , vp , team lead , systems administrator award , training , workshops , connect , nlp , technology services , outsourcing , bookings , status , stakeholder management , digital transformation , ux , powerhouse , alto , variant configuration , digital innovation , foundation , gtm , waste , organization , spectrum , crm , sapphire , devising , global experience , techno-functional , designation , mar , hindi , cloud , ltd , english , sap erp , agile , project , sap netweaver , sap logistics , atp , steel , solution architecture , forms , ibm , machine learning , filmmaking , strategy , javascript , forrester , artificial intelligence , rolling , optimization , general , partnerships , data migration , affirmative action , oracle , data intelligence , pinnacle , advanced , instrumental , email , manufacturing , business intelligence , aws , max , fit , hp , languages , sme , business process , big data , roadshows , transformation programs , sap hana , technology consulting , onboarding , new age , ug , telecom , coe , analytics , azure , authorization , teams , enterprise , deliveries , models , power plants , seeding , polyester , focus , sap bi , global services , apac , materials , pivotal , adoption , formulation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a18…
https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a1805434950595c… 1/3
Current Designation: SAP CoE Lead
Current Company: Quantiphi Analytics Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Anywhere in South India,INDIA
Functional Area: Analytics & Business Intelligence
Role: Head/VP/GM - Analytics & BI
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
Quantiphi Analytics Solutions as SAP CoE Lead
Oct 2020 to Till Date
Capgemini Technology Services India Limited as Director, SAP S4HANA and Analytic Solutions on
Hyperscale
Feb 2018 to Aug 2020
Solutions doing leading-age SAP Analytics with Digital Core, Multi-cloud partners, Hybrid and Hyperscale Scenarios
Fit-for-Future Analytics Reference Architectures for best RoI and agile footprint: cloud first and secure by design
Cross-GBL GTM specialization through SAP Offerings, Perform AI, Applied Insights Exchange and UGTM portfolio
Well-connected global citizen at the group and instrumental creating models optimized for best client propositions
Renotron Solutions Pvt. Ltd. as Partner, SAP Innovations
Mar 2017 to Jan 2018
SAP innovations at an ambitious start up showcasing expertise in SAP S/4HANA, BW/4HANA and SAP Cloud Platform
Conduct interactive townhall workshops with critical mass for devising roadmap on SAP and Cloud adoption strategy
Global SAP Academy Training Partner for new-age trainings from SAP authorized training partner: Dexler Education
New digital offerings including IoT with SAP's Leonardo, AI and Machine Learning, SAP Cloud Platform, UX with Fiori
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Manish Madhav
Seasoned SAP leader seeking role in S/4HANA ambition for Digital Transformation,
Cloud Architecture, Data Migration, Analytics, Multi-cloud deployments on AWS, Azure
and GCP. SME SAP Cloud Platform, SAP S/4HANA LoB Solutions and SAP Analytics
Cloud.
Key Skills: head/vp/gm, solution architecture, business intelligence, advanced analytics, stakeholder management,
artificial intelligence, project management, digital transformation, sap bw, aws,azure,gcp,sap s/4hana,data migration,data
intelligence,director
Summary
20 years of global experience across industry verticals in NA, EU and APAC markets. Broad and deep SAP expertise & connect
Technology-Driven-Transformation for domain: exposure to Manufacturing and Pharma sectors; followed by Telecom and Auto
Seasoned SAP & Digital technology consulting professional; SAP competency lead who demonstrates innovation driven growth
50% of career spans in SAP competence lead roles, Digital incubator and Advanced Analytics Marketplace driven SAP
Trainings
50% of career spans in SAP transformation projects and deliveries at spectrum of clients and industry verticals around the globe
I do useful innovation and transforms through SAP Digital core; first within the core leveraging best of SAP, then going outside
the core and though cloud e.g. AWS, bring connected innovations. Every cloud opportunity thus Hyperscale the Analytics with
new-age arsenal of capabilities.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a18…
https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a1805434950595c… 2/3
Genpact India Pvt. Ltd. as Vice President, Digital Incubator
Feb 2016 to Feb 2017
As Digital Incubator, seeded digital innovation evaluating digital solutions from various players and established
partnerships doing minimum viable products; with business-focus use cases and sectorial analytics foundation (IPIE)
Curate the Lean Digital artefacts at Digital Co-Innovation Centre, Palo Alto; coordination and innovation leveraged
Evaluated new digital partners for various digital solutions, e.g. IoT, Advanced Visualizations, UX, NLU (NLP + NLG)
Capgemini India Pvt. Ltd. as Associate Director, SAP HANA Competence Lead
Jan 2011 to Feb 2016
* Spearheaded SAP HANA & big data India practice at 'Insights & Data' SBU, played game changing role creating SAP
HANA practice as global organization seeding through the HANA innovation centre, the CUBE at India.
* Gartner & Forrester quoted among top-3 HANA practices in 2014-15, and won SAP Pinnacle Award at Sapphire 2014
'HANA Adoption Partner of Year'
* Talent seeding to create HANA capability powerhouse playing pivotal role from capacity creation to market creation
* Created 100M USD of bookings through global roadshows, joint-GTM with global and regional strategic partnerships
Wipro Technologies as Practice Manager, SAP BI
May 2007 to Jan 2011
* Lead for new age SAP NetWeaver BI & BusinessObjects based stack and develop the competence & capabilities
* Created industrialized SAP NetWeaver techno-functional upgrades and migrations frameworks with accelerators
* Demonstrated deal-winner solutioning and kicked-off large SAP BI transformation programs across globe
IBM Global Services India Pvt. Ltd. as BI Services Manager & Onsite Lead
Oct 2003 to May 2007
* Lead SAP team of 80+ SAP BI, CRM and ABAP consultants at Ericsson, Sweden; the flagship outsourcing contract
* AM/ AD Lead for SAP NetWeaver BW Global Ramp-up and part of the SAP's Max-Attention team formulation with SAP,
HP & IBM and other partners and Ericsson
* Lead SAP BPPO (Business Process Performance Optimization) and implemented SAP BI and ERP performance
improvements leading to critical Period-End Closing on timely basis with promote-to-production due-diligence
iBilt Technologies Ltd. as Sr. Consultant, SAP Logistics
Feb 2003 to Sep 2003
* Lead architect for SAP R/3 Logistics modules at Ester Industries Ltd.; pioneer in the Polyester filmmaking; for the first
SAP ERP Enterprise 4.7 installation in India. Configured PP-Variant Configuration for materials' characteristics
* Implemented IS-Mill Products characteristics based stock-keeping for eliminating waste and optimization of ATP
* Mentor and functional lead for ABAP team
Jindal Steel & Power Ltd. as Asst. Manager, IT & SAP Services
Aug 1999 to Feb 2003
* Key member of the dynamic team transforming JSPL's steel, power, rolling mill and auxiliary plants, to reengineer the
business processes with SAP ERP 4.6C implementation. Implemented new infra projects like rails & power Plants.
* ABAP team lead for migration of legacy reports/ and doing LSMW for creating opening data in new SAP R/3 system.
* Systems administrator for In-house ERP on Oracle and Forms, mentor for onboarding teams
UG: B.Tech/B.E. (Civil) from Nagpur University in 1994
PG: MBA/PGDM (Systems) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 1999
Education
IT Skills
Skill Name Version Last Used Experience
SAP Data Intelligence 3.0 2020 2 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a18…
https://freesearch.naukri.com/preview/printResume?uname=3726cc8dfb3be8316a6b216b908034ca5a5a0a0542160a440744475d0c5c531e125a1805434950595c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
SAP BW/4HANA 2020 3 Year(s) 0 Month(s)
SAP S/4HANA 2003 2020 0 Year(s) 0 Month(s)
SAP Cloud Platform 0 5 Year(s) 0 Month(s)
AWS Platform Setup for SAP 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Rank 221: Resume 1366 with similarity score 0.03495392046125375
Resume Text: B.E , MS , B.TECH application support , full time , software engineer , change management web development , css , access , ug , tamil , affirmative action , mining , natural language processing , jquery , english , advanced , graphic design , authorization , bootstrap , status , social media , computational linguistics , email , project , express , customer service , application , aws , entry-level , product reviews , materials , change management , features , languages , sentiment analysis , sql server , it , python , javascript , technology , cloud computing , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e460810…
https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e4608100612125a0b0e… 1/2
Current Location: Chennai
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: Web / Graphic Design / Visualiser
Role: Fresher
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computers) from VELS Institute of Science, Technology and Advanced Studies (VISTAS), Chennai in
2020
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
R. HARIHARA SUDAN
Fresher seeking roles in Software Engineering,Web Development,Application
Support,Project Management,Change Management,Defect Management,Quality
Management,Requirement Gathering,Cloud
Computing,JavaScript,jQuery,Python,HTML,CSS,AWS,SQL
Key Skills: Fresher,Software Engineering,Web Development,Application Support,Project Management,Change
Management,Defect Management,Quality Management,Requirement Gathering,Cloud
Computing,JavaScript,jQuery,Python,HTML,CSS,AWS,SQL
Summary
Looking to start the career as an entry-level software engineer with a reputed firm
driven by technology. Strong in design and integration with, good problem-solving
skills. Proficient in PYTHON, JAVASCRIPT, AWS, HTML and CSS. Passionate about
implementing and launching new projects like cloud computing
Education
IT Skills
Skill Name Version Last Used Experience
AWS, and SQL Server, MS access
HTML, CSS , BootStrap, JavaScript ,
JQuery, Node JS, Express JS, Python, SQL
Languages Known
Language Proficiency Read Write Speak
English
Tamil
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e460810…
https://freesearch.naukri.com/preview/printResume?uname=6b502a1e5054c136cc5908a56ced4a5a595c5d544c455a445745465a090e554e4608100612125a0b0e… 2/2
Nature of Employment: Full Time Duration: Jul 2019 - Feb 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: SENTIMENT ANALYSIS USING IDMB MOVIE REVIEW
Client: FINAL YEAR PROJECT
Project Details: Sentiment analysis also term as refers to the use of natural language processing, text analysis and
computational linguistics to identify and extract subjective information in source materials. In recent years, Opinion mining is
a hotspot in the field of natural language processing, it is also a challenging problem Sentiment analysis is widely applied to
reviews and social media for a variety of applications, ranging from marketing to customer service. Movie reviews are an
important way to gauge the performance of a movie. The objective is to extract features from the product reviews and classify
reviews into positive, negative. In this project we aim to use Sentiment Analysis on a set of movie reviews which is given by
reviewers and to understand what the overall reaction to the movie was according to them,if they liked the movie or not.
Rank 222: Resume 1391 with similarity score 0.03472744306906959
Resume Text: B.E , MS , B.TECH , BS software developer , cloud engineer , full time , change management , balancer ansible , mentoring , rca , jenkins , performing , designation , confluence , mar , affirmative action , cloud , maintenance , ltd , unix , authorization , english , troubleshooting , status , program management , email , project , application , aws , c programming , leadership , steps , fixing , github , change management , servers , c++ , debugging , unit testing , shell scripting , ec2 , kibana , infrastructure , computer science , languages , kannada , service delivery management , data science , python , jira , dashboards , javascript , trello , pipeline , challenging environment , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f13…
https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f130742175a5a090… 1/2
Current Designation: Cloud Engineer
Current Company: InfraStack Labs Technologies Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
InfraStack Labs Technologies Pvt. Ltd. as Cloud Engineer
Mar 2019 to Till Date
Cloud Platform : AWS and Omegha
1. Currently working for Infrastack Labs Technologies Pvt.Ltd as a Cloud Engineer since July 2019 to date.
The current projects being handled are based on AWS.
Responsibilities : As a part of SRE team, my responsibilities include automating, troubleshooting, diagnosing and fixing
production issue, developing monitoring solutions, performing infrastructure maintenance.
Currently working on a Project where i got the below experiences.
* Experience working with AWS services like EC2, IAM, Cloud Watch, ASGs,Elasticcahe, VPC, Route53
* Working with monitoring and alerting tools like, kibana, cloudwatch.
* Responsible for effective proviosioning, maintence of infrastructure in AWS cloud.
* Experience with troubleshooting steps during server downtimes.
* Involved in design implementation of CI/CD pipeline using Jenkins tool.
* Experience with making RCA's and mainting weekly & monthly reports of the servers.
* Experience working with automating required actions in the AWS servers.
* Experience with creating alarms and managing them in cloudwatch and Kibana.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Deepika B M
Cloud Engineer seeking roles in Software Development,Project Management,Program
Management,Service Delivery Management,Change Management,Requirement
Gathering,Unit Testing,Coding,Debugging,Shell
Scripting,Confluence,Ansible,Jenkins,Python,JIRA,AWS
Key Skills: Cloud Engineer,Software Development,Project Management,Program Management,Service Delivery
Management,Change Management,Requirement Gathering,Unit Testing,Coding,Debugging,Shell
Scripting,Confluence,Ansible,Jenkins,Python,JIRA, AWS-CWI,
Summary
* Cloud Engineer with more than 1 years of experience in the cloud platform AWS and other private cloud named as Omegha.
* Good planning and execution, monitoring and resource balancing skills with ability to support multiple simultaneous
projects.
* Good exposure working with cross-functional team.
* Experience on AWS cloud platform, Kibana,Grafana dashboards and Unix OS.
* Good experience on creating services in AWS,monitoring them and maintaining those services.
* Excellent communication skills to work with all levels of people.
* Performing leadership role by mentoring team members and new joiners for smooth transition of the project.
Seeking to work in a responsible and challenging environment that would enable me to enhance my skills and knowledge and
utilize them for individual as well as organizational growth.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f13…
https://freesearch.naukri.com/preview/printResume?uname=31ea62421d9780c59ca004da64902b6e5d590d524f1209145616435f0f5d534b115f130742175a5a090… 2/2
UG: B.Tech/B.E. (Computers) from SJCIT in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
C Programming and C++
Data science
Diploma (Computer science)
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 1 Year(s) 5 Month(s)
EC2,Cloud Watch, Route53,Load Balancer
Python, Shell Scripting, Trello
Jenkins, Github, JIRA, Confluence,
Languages Known
Language Proficiency Read Write Speak
English Expert
kannada Expert
Rank 223: Resume 1562 with similarity score 0.03467148512132682
Resume Text: B.E , MS , B.TECH sql developer , software developer , senior software engineer , full time , senior associate , investor , investment advisor switching , web development , optimization , general , financial services , credit , validation , materialized views , ug , toad , affirmative action , oracle , design , technical architecture , trace , data manipulation , maintenance , unix , ltd , windows , data modeling , advanced , authorization , cursors , status , optimizer , 12c , email , project , flexi , mutual funds , records , investment advisor compliance , characters , client-server application development , xml , indexing , pl/sql , forms , testing , ipo , performance tuning , fixing , writing , explain plan , commodity , currency , languages , context , sql*plus , derivatives trading , sql server , tableau , flat files , coordinated , shares , javascript , software analysis , insurance , cash , load , stored procedures , nissan , database , server side 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a4…
https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a400147105e5f0a… 1/2
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Renault Nissan Technologies as Senior Software Engineer
Jul 2018 to Dec 2019
Client Name: Renault Credit International Banque
Project: Investor Line
Role: PL/SQL Developer.
Description:
This Application delivers trade by trade visibility into interactions, involving users to communicate with the share
market trading, to buy and sell shares, transfer cash from the bank to our financial services trading application. It
monitors mutual funds trading, employee trading, and investment advisor compliance. The product includes
extensive spanning Equity, Commodity, Currency, IPO, Mutual fund, Insurance, and derivatives trading.
Responsibilities:
Involved in Analysis, Design, Data Modeling (Logical and Physical), and Implementation of Business
Applications using the Oracle Relation Database Management System(RDBMS).
Coordinated with the front end design team to provide them with the necessary stored procedures and
packages and the necessary insight into the data.
Responsible for designing the advanced SQL queries, procedure, function, package, cursor, triggers,
scripts.
Worked on SQL*Loader to load data from flat files obtained from various facilities every day.
Wrote Unix Shell Scripts to process the files on daily basis like renaming the file, extracting date from the
file, unzipping the file and remove the junk characters from the file before loading them into the base
Last Active: 6-Feb-21 Last Modified: 3-Feb-21
Rajesh P
Engineer seeking roles in Software Development, Production Support, SQL Server,
Oracle, Unix, PLSQL, Toad
Key Skills: Engineer,Software Developer,Software Development,Application Programming,Web Development,System
Analysis,Technical Architecture,Client Management,Production Support,SQL Server,Oracle,Unix,PLSQL,Toad,Tableau
Summary
With 5+ years of experience as Oracle PL/SQL Developer and expertise in software analysis, design,
development, testing and implementation of full life cycle web based software applications.
Expertise in Client-Server application development using Oracle 11g/10g, 12C PL/SQL, SQL*PLUS, TOAD
and SQL DEVELOPER.
Experience in performance tuning of huge data with use of PLSQL collections and records.
Effectively made use of table Functions, Indexes, Table Partitioning, Collections, Analytical Functions,
Views and Materialized Views.
Created Tables, Views, Constraints, Index (B Tree, Bitmap and Function Based).
Proficient in writing SQL queries, Views, Materialized views, PL/SQL procedures, functions, packages,
triggers, cursors, collections, Ref cursor, cursor variables, System reference cursor, DynamicSQL.
Expertise in Exception Handling, Cursor management, performance tuning (PL/SQL) and Optimization of
SQL statements using SQL Trace, Explain Plan, Indexing, and Hints.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a4…
https://freesearch.naukri.com/preview/printResume?uname=5473246b0f04de235150f1ec19760ea95b5b095118450e14051948515b5d024b170a400147105e5f0a… 2/2
tables.
Created indexes on the tables for faster retrieval of the data to enhance database performance.
Created records, tables, collections (nested tables and arrays) for improving Query performance by
reducing context switching.
Worked on XML along with PL/SQL to develop and modify web forms.
Involved in the continuous enhancements and fixing of production problems.
Generated server side PL/SQL scripts for data manipulation and validation.
Developed PL/SQL triggers and master tables for automatic creation of primary keys.
Created indexes on the tables for faster retrieval of the data to enhance database performance.
Extensively involved in using hints to direct the optimizer to choose an optimum query execution plan.
Created PL/SQL scripts to extract the data from the operational database into simple flat text files using
UTL_FILE package.
Used Pragma Autonomous Transaction to avoid mutating problem in database trigger.
Layam Flexi Solutions as Senior Associate
Sep 2016 to Jul 2018
ASE pvt Ltd. as Software Engineer
Oct 2014 to Aug 2016
UG: B.Tech/B.E. (Mechanical) from Anna University in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Oracle SQL, PLSQL
Oracle 10g, 11g, 12c
SQLDeveloper, Toad, SQL*plus
WINDOWS, UNIX
Languages Known
Language Proficiency Read Write Speak
Engish Expert
Rank 224: Resume 1084 with similarity score 0.03460780552557979
Resume Text: B.S , MS , BS full time , database administrator , aws solution architect , system administrator patch management , retail , management skills , telugu , access , windows server , security , efs , designation , developers , versioning , data migration , css , platforms , suggestions , information technology , affirmative action , analytics , databases , hindi , linux , ltd , amazon redshift , workstations , authorization , shopping , troubleshooting , english , status , architecture , specifications , models , email , project , application , aws , wordpress , less , user requirements , testing , qlik , s3 , online , system performance , premises , ec2 , storage , languages , it infrastructure , technical documentation , html5 , operating systems , sql server , kannada , reporting tool , python , system administration , javascript , outages , network administration , notification , web , manuals , firewalls , vmware esx , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e170813…
https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e1708130047410a555c… 1/3
Current Designation: Aws Solution Architect -Associate
Current Company: Chandana Brothers Shopping Mall Pvt Ltd
Current Location: Visakhapatnam
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Chandana Brothers Shopping Mall Pvt Ltd as Aws Solution Architect -Associate
Sep 2017 to Till Date
Chandana Brothers Shopping Mall Pvt Ltd is a retail company which has business mainly in textail garment with 3 different
brands in online and stores CMR, KANCHI KAMAKSHI, KANCHI KAMAKSHI SILKS. For online and stores we use AWS
and private cloud services
Roles / Responsibilities :
Understanding the needs of the company for defining system specifications.
Planning and designing the technology solution structure.
Evaluation and choosing suitable hardware or software and suggesting methods for integration.
Overseeing assigned programs and guiding the team members.
Providing assistance when technical problems arise.
Making sure the agreed infrastructure and architecture are implemented.
Addressing the technical concerns, suggestions, and ideas.
Monitoring systems to make sure they meet business goals as well as user requirements.
Design the HA / DR strategies
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Udaya Bhaskar Mantha
AWS Solution Architect seeking roles in Networking,Identity & Access
Management,Application Integration,Technical Support,System Administration,Incident
Management,Windows Server,VMWare ESX Server,Python,SQL
Server,Lambda,CloudWatch,CloudTrail
Key Skills: AWS Solution Architect,Tech Architect,Networking,Identity & Access Management,Application
Integration,Technical Support,System Administration,Incident Management,Windows Server,VMWare ESX
Server,Python,SQL Server,Lambda,CloudWatch,CloudTrail
Summary
Over 6 years of experience in Information Technology as a Solution Architect and system administrator.
Strong communication & relationship management skills, enthusiastic & self-driven, with a high degree of commitment.
Expertise in designing and implementing technical solutions in AWS Cloud.
Also maintaining Private Cloud in on-premises.
Well acquainted with various AWS services like Compute, Storage, Database, Migration & Transfer, Networking, Security,
Identity, Compliance, Application Integration,Management and governance,DynamoDB, Analytics.
Understanding the needs of the company for defining system specifications.
Planning and designing the technology solution structure.
Evaluation and choosing suitable hardware or software and suggesting methods for integration.
Overseeing assigned programs and guiding the team members.
Providing assistance when technical problems arise.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e170813…
https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e1708130047410a555c… 2/3
Project Details of Chandana Brothers Shopping Mall Pvt Ltd in AWS Domain.
Created and maintained 38 EC2 instances in Linux and Windows.
Migrated static website to S3 also enabled versioning.
Worked on creating an EFS and configured to instances for workloads.
Created RDS for same environment.
Involved in data migration using Database migration service.
Created Virtual Pirvate Connection for web(public) and Database(Private) application.
Worked on IAM(User,Policies) created for developers,Testing and Production Team.
Created Simple Notification services and attached it to SQS, EC2 instance change state, S3.
Created ElasticBinstack for python web-application.
Maintained manual backups using snapshots.
Scheduled auto-backup for rds in daily basies.
Created login page for website using python.
Created Amazon Redshift for Datawearhousing uses.
Chandana Brothers Shopping Mall Pvt Ltd as System Administrator
Dec 2014 to Aug 2017
Installing and configuring software, hardware and networks.
Monitoring system performance and troubleshooting issues.
Ensuring security and efficiency of IT infrastructure.
Set up accounts and workstations.
Monitor performance and maintain systems according to requirements.
Troubleshoot issues and outages.
Ensure security through access controls, backups and firewalls.
Upgrade systems with new releases and models.
Develop expertise to train staff on new technologies.
Build an internal wiki with technical documentation, manuals and IT policies.
Experience with databases, networks (LAN, WAN) and patch management.
Familiarity with various operating systems and platforms.
Worked on QLIK VIEW as reporting tool.
Work as Ginesys and Database administrator.
UG: B.Sc (Computers) from Andhra University in 2019
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER
Windows 7/8.1/10
VMware ESX Server
Python
SQL Server
Html5, css, wordpress
EC2, Lambda, S3, EFS
S3Glacier, VPC, RDS, IAM
CLOUDWATCH
CloudFront, CloudTrail
SNS, SQS, DynamoDB
Redshift, IAM, Cognito
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e170813…
https://freesearch.naukri.com/preview/printResume?uname=4d77e66d5ebe562fb6cc0ee3310c2128580c5a571b1b0d425240435a5b0f561e1708130047410a555c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 225: Resume 790 with similarity score 0.03449681155333059
Resume Text: B.E , MS , B.TECH product owner , vp , full time , cio big data analytics , react.js , media center , continuous delivery , general , performing , spark , scrum , designation , ug , affirmative action , mysql , oracle , collaboration , cloud , hindi , revenue , apache , product engineering , kafka , authorization , internet , english , node.js , business value , teams , intelligence , status , paas , postgresql , agile , email , aws , healing , global platform , leadership , sap , mumbai , continuous integration , digital strategy , technical product management , ux , testing , saas , architecting , technology solutions , radiance , react native , transformation , building , languages , research , e-commerce , cassandra , data science , python , javascript , hadoop , data engineering , nextgen , pipeline , s&p , airflow , persistence , gujarati 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14…
https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14064444590c5b5… 1/2
Current Designation: Global Head of UI-UX and Technical
Product Management, Platform and Head of Technology, India
Current Company: S&P Global
Current Location: Ahmedabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Head/VP/GM-Technology(IT)/CTO
Industry: KPO / Research /Analytics
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
S&P Global as Global Head of UI-UX and Technical Product Management, Platform and Head of
Technology, India
Aug 2010 to Till Date
Global Technology and Product executive, offering nearly 15 years of dynamic career in building high performing
Technology centers - (Ahmedabad, Gurgaon and Hyderabad) and developing NextGen Technology platform, Culture of
Innovation and, delivering breakthrough products in close collaboration with Executives, Board and Operating Committee
for 100 Billion USD company - S&P Global.
Responsible for delivering S&P Global Platform as Chief Product Owner in close partnership across S&P Global
Divisional CTOs, Presidents and CIO.
Leading 1100+ technologist across India - Gurgaon, Hyderabad and Ahmedabad, contributing to 90%+ projects for
S&P Global Market Intelligence; supervised budget of over $40 M with projects execution which contributed $500M+ in
revenue;
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
PRATIK MODI
Platform - Global Head of UI/UX and Technology Product Management ; Head of
Technology, India
Key Skills: AWS,Digital Strategy,Strategic Management,Agile,Product Engineering,Big Data Analytics,UI
Development,React.Js,micro frontends,design systems,Technical product management,Platform Roadmap,Executive
Leadership
Summary
A highly accomplished professional with rich & extensive experience in building Technology Solutions, executing Transformation
Projects, Architecting Core Digitalization Initiatives, building IT strategies; expertise in driving business value by leading
Technology Teams for S&P Global, SAP and Radiance (Comcast Media Center)
Technology and business visionary with rich & extensive experience in Data Engineering - Data Pipeline and Data Science.
Solved complex data ingestion & discovery issues pertaining to scale, speed, data lineage and data persistence using Apache
Spark, Airflow, Hadoop, Kafka, AWS ELK, Cassandra/PostgreSQL, Elastic Search etc.
Delivered highly scalable and distributed products in multitenant environment - auto scaling, monitoring, auto healing,
Continuous Integration, Continuous Testing and Continuous Delivery.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14…
https://freesearch.naukri.com/preview/printResume?uname=a960df41e51f65b2cfbea83818348fe35a0c09554d1b0b135547100b0b58511b140d14064444590c5b5… 2/2
UG: B.Tech/B.E. (Computers) from Gujarat University in 2006
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Apache Airflow, Spark, Dremio
DataBricks, AWS, Desktop, Big-Data, SaaS
PaaS, DOoaS
Elastic Search
Cassandra, PostgreSQL, MS-SQL-Server
MySQL, Oracle, HDFS
AWS Certified Cloud Practiioner
React.js, React Native, Node.js, Python
SAFe, Agile/Scrum, Agile-LEAN
Data Engineering
Product Engineering
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Rank 226: Resume 764 with similarity score 0.03446536393329501
Resume Text: B.E , MS , B.TECH business technology analyst , content analyst , cognos , associate , change management , full time , application support engineer financial services , customer , nfs , root cause , office , it operations , service levels , linux , status , inform , bridge , pl/sql , work instructions , alto , fundamentals , kibana , it infrastructure , foundation , salesforce , restoration , cognos , pulse , suite , qlikview , business technology , corrective actions , designation , confluence , trading , hindi , windows , investigation , english , thomson reuters , provisioning , change management , disaster recovery , resolve , acceptance testing , itil , recovery planning , capacity management , javascript , general , scrum , change requests , affirmative action , maintenance , unix , checks , rfcs , capital markets , escalation , business process analysis , instrumentation , email , aws , problem management , languages , trend analysis , jira , search , ug , compass , autosys , authorization , risk , record , business analysis , application servers , participation , data infrastructure , cab , finance , tableau , communications , operational acceptance , network administration , cloud computing , oat 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165…
https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165013450b5b085… 1/3
Current Designation: Business Technology Analyst
Current Company: Refinitiv
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Subject Matter Expert
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Refinitiv as Business Technology Analyst
Aug 2019 to Till Date
Proactively identified the potential problem sources and setting up the scope of trend analysis.
Analyze the root cause and trigger of the incidents that impact the infrastructure operations.
Provisioning the customer statement to the impacted clients.
Work on problem record creation and present in the global service forums.
Host the Daily Service calls and Post Incident review call to reduce risk of recurrence.
Tracking the problem management KPIs to enhance continual process improvements.
Tracking the implementation of the corrective actions.
Supporting other team members in determination of problem priority service levels and the remedial actions.
Thomson Reuters as Application Support Engineer
Apr 2014 to Aug 2019
Associate Content Analyst April 2014 -Feb 2016
Application Support Engineer Feb 2016 to August 2019
Responsibilities:
Detection and escalation:
* Application servers on data infrastructure using compass tool and internal pulse support.
* Liaising with vendor and Communications provider to resolve hardware and connection related issues respectively.
Investigation and Recovery:
* Chair the bridge and recovery calls for effective coordination of the incident resolution and service restoration.
* Investigation and recovery management and escalate to the next level of support.
* Upgraded the OS versions and deployment per work instructions.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Ruchira Dolai
Business Technology Analyst seeking roles in IT Infrastructure,Requirement
Gathering,Cloud Computing,IT Operations,Network Administration,Business
Analysis,Disaster Recovery Planning,Change Management,Problem
Management,Incident Management
Key Skills: IT Infrastructure,Requirement Gathering,Cloud Computing,IT Operations,Network Administration,Business
Analysis,Disaster Recovery Planning,Change Management,Problem Management,Incident Management,palo
alto,Business Process Analysis,Elastic Search
Summary
7 years of experience in IT Infrastructure, capital markets, trading Technology, Requirement Gathering,Cloud Computing,IT
Operations,Network Administration,Business Analysis,Disaster Recovery Planning,Change, Problem, Incident, Service
management. FRM level 1 candidate.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165…
https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165013450b5b085… 2/3
Alerting:
* Ensure critical and major incident are prioritized depending on the agreed SLA time.
* Effective communication on the Major Incident Notifications/Alert raised to inform the clients.
Maintenance and Disaster recovery activities:
* Weekend activities adhoc service checks and planned upgrades and deployments.
* Participated in Operational Acceptance Testing (OAT) during migration and disaster recovery to meet operational
needs.
Capacity Management:
* Review scenarios for addressing capacity constraints and the process improvement.
* Performed the requisite checks on monthly basis.
Change Management:
* Viewing and tracking the Change requests (RFCs) that major, medium and minor.
* Tracking on implemented Changes and outstanding changes.
* Participation in CAB calls and understand the actions.
* Knowledge on actions on change failures and updating the logs.
UG: B.Tech/B.E. (Instrumentation) from Biju Patnaik University of Technology (BPUT) in 2010
PG: MBA/PGDM (Finance) from Regional College of Management Studies, Bhuvaneshwar in 2013
Other Qualifications/Certifications/Programs:
ITIL Foundation Certification
Scrum Fundamentals
Affirmative Action
Category: General
Work Authorization
US Work Status: Need H1 Visa
Education
IT Skills
Skill Name Version Last Used Experience
Service Now, SM9, Salesforce
JIRA and Confluence 0 Year(s) 0 Month(s)
MS Office Suite 2020
Cognos, SQL, PL/SQL, Unix
Qlikview, Tableau
Autosys, Tivoli, Kibana
Compass monitoring, Rundeck
Windows, Linux OS and UNIX
NFS, DNS
cloud computing and aws
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Oriya Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165…
https://freesearch.naukri.com/preview/printResume?uname=a06b333705751ca6fc4feafd488d680d505f5c074a4200140247150e5b09584d105f165013450b5b085… 3/3
Physically Challenged: No Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 227: Resume 63 with similarity score 0.034376898147471954
Resume Text: B.S , M.Sc , M.S , BS , MS work from home algorithms , deep learning , addition , tpu , architecture , project , pandas , introduction to , resume , performance benchmarking , edge , government , components , flow , machine learning , computer science , django , completion , assessment , data science , python , cloud computing , google cloud Assessment
Q1. Why should you be hired for this role?
I think i would be a good addition to your team as i have a good understanding of the working of data science, machine learning algorithms and i
have worked with the libraries like tensor-flow , seaborn , matplot lib,pandas and numpy.My course also gives me an edge as it has all the
components which one needs to understand the inner working of machine learning algorithms. I have also done courses like Introduction to cloud
computing and Google Cloud Computing via NPTEL
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months starting immediately
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9711139221
Anand Singh
Gurgaon, Varanasi
Applied 08 Feb'21
Python Machine Learning Deep Learning
Django
Master of Science M.Sc) Hons.), Computational Science
Banaras Hindu University
2019 - 2021
Bachelor of Science B.Sc), Computer science
Dronacharya Government College
2015 - 2018
Percentage: 55.50%
Senior Secondary XII, Science
Gyan Deep Se. Sec. School
CBSE board)
Year of completion: 2014
Percentage: 78.60%
Secondary X
Gyan Deep Se. Sec. School
CBSE board)
Year of completion: 2012
Percentage: 83.50%
Performance Benchmarking of various Deep learning Architecture on CPU, GPU and TPU
Sep 2020 - Present
In this project i am working with different deep learning architecture such as LeNet 5, ResNet etc on CPU,GPU and TPU.
Currently i am using Google Colab to run the model on GPU or TPU. The project is just in the starting stage.
Rank 228: Resume 1177 with similarity score 0.034248634178644946
Resume Text: B.E , MS , B.TECH agile developer , software developer , full time , systems engineer , system engineer file management , functionality , training , customer , designation , ug , object-oriented programming , affirmative action , hindi , databases , maintenance , ltd , business logic , investigation , authorization , english , wallets , status , agile , email , project , infosys , application , requirements gathering , pl/sql , key chains , c++ , fundamentals , languages , foundation , python , javascript , business requirements , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d18…
https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d180a44490c0b090… 1/2
Current Designation: Senior System Engineer
Current Company: Infosys Ltd.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Ltd. as Senior System Engineer
Sep 2018 to Till Date
Project: Customer file management
April 2019-Present
Roles and Responsibilities:
Proficient in development of package, procedure, triggers, functions, SQL and PL/SQL scripts
which implements complete business logic, desired user functionality.
As a responsible developer and tester supported in identification, investigation and
providing quick solution to the defects generated on production environments.
Query to database to extract data for business-critical requirements.
Capability to work with customers & maintain a consistent delivery within the allotted
deadlines.
Developed BI reports for a major logistics client.
Contributed to team effort of designing numerous simple to complex SQL and
statements to query database according to business requirements.
Evaluated table relationships to determine the most efficient query designs to return
requested results.
Actively aid the team in different phases of the project including problem definition,
effort estimation, diagnosis, solution generation, design and deployment.
Systems Engineer Trainee at Infosys, Mysore
September 2018 - January 2019
Professionally Trained in Python,Databases,Data Structures and System Design under Infosys
Training Program.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Palak Rathore
Senior System Engineer seeking roles in application development,requirements
gathering,database management,solution design,coding,application
maintenance,coding,Java Core,PL/SQL,C/C++,SQL,React
JS,Python,SQL,HTML,JavaScript,ReactJS,Data Structures
Key Skills: Senior System Engineer,Software Developer,application development,requirements gathering,database
management,solution design,coding,application maintenance,coding,Java Core,PL/SQL,C/C++,SQL,React
JS,Python,SQL,HTML,JavaScript,ReactJS,Data Structures
Summary
Sr. System engineer with 2+ years of experience in application development. Experience in dealing with
ambiguous requirements and partnering with multiple clients throughout the project
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d18…
https://freesearch.naukri.com/preview/printResume?uname=cde261cc881c08a1322429c2c4ace87f09085f54481701100a1846500f08024c140d180a44490c0b090… 2/2
Major Project: IOT based Device Detection
Description: It basically detects your important daily use Items like wallets, key chains etc
that you have kept somewhere but forgotten. It reduces your time for the finding those
things.
UG: B.Tech/B.E. (Computers) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2018
Other Qualifications/Certifications/Programs:
Infosys Global Agile Developer Certification, Infosys Certified PL/SQL Foundation
Infosys Certified Programming Fundamentals using Python
Infosys Certified Object-Oriented Programming using Python
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java Core, PL/SQL, C/C++
SQL, React JS ,Python
HTML, JavaScript, ReactJS
Data Structures
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 229: Resume 1044 with similarity score 0.03407388329383163
Resume Text: BS , B.E , MS , B.TECH , Ph.D associate , devops , software developer , senior software engineer , full time , system engineer automation , management skills , devops , interfaces , jenkins , telugu , css , root cause , soap , designation , developers , office , tamil , affirmative action , suggestions , mysql , web services , hindi , databases , cloud , docker , maintenance , technical manuals , windows , master data , json , english , authorization , troubleshooting , code review , resolutions , bootstrap , status , architecture , c# , postgresql , email , project , agile , time management , application , non-conforming , continuous integration , ci , xml , indexing , range , github , electronics , rest , estimates , servers , debugging , problem solving , building , languages , cerner , needs analysis , kannada , iterative , voices , google analytics , one , javascript , engineers , software development methodologies , suite , technology , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a4…
https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a470a43155d0c5d… 1/3
Current Designation: Associate Senior Software Engineer
Current Company: Cerner
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: Ph.D/Doctorate [Architecture]
Verified : Phone Number | Email - id
Cerner as Associate Senior Software Engineer
Oct 2019 to Till Date
Analyzing, designing, developing, implementing and maintaining application code in a variety of contexts including existing
applications
Tested troubleshooting methods devised innovative solutions, and documented resolutions for inclusion in knowledge
base for support team use.
Researched, designed and implemented scalable applications for information identification, extraction, analysis, retrieval
and indexing.
Worked with customers for needs analysis, proposal development and vendor costs to produce competitive estimates.
Monitored debugging process results and investigated causes of non-conforming software.
Modified existing windows service software to correct coding errors, upgrade interfaces and improve overall performance.
Developed unit test plans, manages and tests data, including mapping data, coordinating test files, and facilitating data
transfer with client.
Installed and configured software applications and tested solutions for effectiveness.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Darshan V
Associate Senior Software Engineer seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Dot Net Core,C# Dot Net,JavaScript,React
JS,Ajax,CSS3,Bootstrap,HTML,XML,Postman,GitHub.
Key Skills: Associate Senior Software Engineer,Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Dot Net Core,C# Dot
Net,JavaScript,React JS,Ajax,CSS3,Bootstrap,HTML,XML,Postman,GitHub
Summary
4+ years experience in Software Development Applied Knowledge.
Experience with cloud-native application development with JavaScript, HTML, CSS, SQL (MySQL, PostgreSQL).
Experience with Google analytics and Google Tag manger to monitor user activities on websites.
Experience with front end web frameworks (React).
Significant experience with one or more server-side languages (C# Dot Net).
Significant experience building and deploying SOA/web services (REST, JSON, XML, SOAP)
Source control management experience with Git.
Experience with DevOps Technology like Jenkins CI.
Experience leading a technical team using agile methods, iterative development, and continuous integration.
Experience with Docker and container development paradigms.
Demonstrated problem solving, interpersonal, and time management skills to handle complex situations
effectively.
Strong communication skills, and the ability to work directly with stakeholders.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a4…
https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a470a43155d0c5d… 2/3
TATA CONSULTANCY SERVICES as Associate System Engineer
Sep 2016 to Oct 2019
Administered, supported and monitored databases by proactively resolving database issues and maintaining servers.
Collaborated on all stages of systems development lifecycle, from requirement gathering to production releases.
Provided useful enhancements like creating orders in offline mode, automatic and manual of master data in web services
database after certain tolerance is reached.
Provided root cause fixes for constantly occurring issues/bugs.
Excellent communication skills with a strong background working directly with client and coworkers to identify objectives
and establish requirements.
Carefully documented technical workflows and knowledge in private wiki for education of newly hired employees.
Trained and managed team of 8 developers and discussed issues in order to provide resolution and apply best practices.
Recognized unprocessed delivery data issues in HODIM software processes and applied automation techniques,
bolstering efficiency by 300%.
Pioneered new methods of code review to incorporate wider range of voices, enhancing final products with ideas
otherwise overlooked.
Contributed ideas and suggestions in team meetings and delivered updates on deadlines, designs and enhancements.
Documented all software development methodologies in technical manuals to be used by trainee engineers in future
projects.
UG: B.Tech/B.E. (Electronics/Telecommunication) from REVA INSTITUTE OF TECHNOLOGY AND MANAGEMENT,
BANGALORE in 2016
PG: in 0
Post PG: Ph.D/Doctorate (Architecture) in 0
Education
IT Skills
Skill Name Version Last Used Experience
dot net core
C# dot net
JavaScript
React js
AJAX
css3
BOOTSTRAP
HTML and XML
postman
GitHub
Service now
MS Office Suite
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a4…
https://freesearch.naukri.com/preview/printResume?uname=d61e87ceb83e01bd639a06d3ebdd7fd2590e5c0318470a430444425d5e0b5442105a470a43155d0c5d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Tamil
Rank 230: Resume 977 with similarity score 0.03373608184565805
Resume Text: B.E , MS , B.TECH sql developer , devops , engineering associate , software developer , full time , service provider , java developer api , cable television , core java , quantification , financial services , devops , rca , entertainment services , soap , designation , amdocs , ebitda , telecom , affirmative action , information technology , oracle , web services , hindi , cloud , maintenance , revenue , unix , digital , authorization , internet , english , status , agile , email , project , jpa , application , max , aws , ict , chrome , xml , pl/sql , broadband , satellite tv , testing , rest , debugging , shell scripting , problem solving , connectivity , languages , management system , communications , mobile , javascript , eclipse , wireless , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e110819…
https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e1108190314405a5a0d… 1/3
Current Designation: Software Developer -Java
Current Company: Amdocs
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Amdocs as Software Developer -Java
Dec 2018 to Till Date
Client : Mtel A1 (Bulgeria - Europe)
Application: OMS (ordering management system) and Digital API
Position : Software Developer
Technologies : Core java, SQL, PLSQL, Unix, Web services, API Management , JavaScript
PROJECT DESCRIPTION:
A1 Bulgaria is a leading provider of communications, payment and entertainment services as well as integrated business
solutions. Offering mobile and fixed services, high speed broadband internet, digital and satellite TV, four sport channels
under the MAX Sport brand, own music streaming platform ? Xplore Music, financial services, ICT, cloud, and IoT
solutions, A1 Bulgaria achieved revenues of 486,2 million Euros by year end 2019 and EBITDA was EUR 179.4 million.
Responsibilities:
Develop and Maintain OMS application code functions and API?s.
Reacting to problems and correcting the program as necessary.
Evaluating and increasing the program's effectiveness.
Develop code or data fix necessary to solve given problem.
Solve issues and bugs in production.
Provide various fixes for bugs which are causing application performance degradation.
Work with onshore team on various defects.
Data Fixes and quantification to correct corrupted data.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Omkar Mohite
Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance.
Skills - Core Java,HTML,JavaScript,JDBC,JPA,REST,SOAP,JMS,XML,XSD,Shell
Scripting,SQL,Oracle, PLSQL
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Core Java,HTML,JavaScript,JDBC,JPA,REST,SOAP,JMS,XML,XSD,Shell
Scripting,SQL,Oracle,PLSQL,OMS,Amdocs Billing
Summary
2 Years of Experience as a Java Developer in Ordering Management system (OMS) with Amdocs Development Center India.
Experience in Agile and DevOps methodology.
Strong experience in development, testing and debugging application.
Good problem solving and communication skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e110819…
https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e1108190314405a5a0d… 2/3
Client : Rogers communication Inc. (CANADA)
Application: Maestro OMS (ordering management system)
Position: Software Engineering Associate
Technologies : Core java, SQL, PLSQL, Unix
PROJECT DESCRIPTION:
Rogers is a Canadian communication and media company headquartered in Toronto.
It Operates particularly in the field of wireless communications, cable television,
telephone and Internet Connectivity. Rogers had revenue of $14.0 billion in fiscal 2017.
Rogers Cable is Canada's largest cable television service provider with approximately 2.3 million customers in southern
Ontario (90% of customers), New Brunswick and Newfoundland and Labrador. Rogers Telecom (formerly Call-Net
Enterprises which did business under the Sprint Canada brand) is a major competitive telephone carrier throughout
Canada Rogers Communications is Canada's largest wireless communications services provider, under the Rogers
Communications, Fido, Chatr Wireless and Cityfone brand names
Responsibilities:
Develop and Maintain OMS application
Reacting to problems and correcting the program as necessary.
Evaluating and increasing the program's effectiveness.
Develop code or data fix necessary to solve given problem
Solve issues and bugs in production
Provide various fixes which are causing application performance degradation
Work with onshore team on various defects
Data Fixes and quantification to correct corrupted data.
Work closely with Business and provide analysis and RCA for various issue.
UG: B.Tech/B.E. (Information Technology) from VIIT, Pune University in 2018
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
HTML, JavaScript
JDBC, JPA
Unix, REST, SOAP, JMS
XML, XSD, shell scripting
SQL, ORACLE, PL/SQL
Eclipse, SQL Developer
SOAP UI, Chrome DevTools
AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e110819…
https://freesearch.naukri.com/preview/printResume?uname=b6087755ccdac341438f14af4a1529b2090e09074d1a5a13024317500c00054e1108190314405a5a0d… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 231: Resume 343 with similarity score 0.033575761392439216
Resume Text: MS , B.TECH , BS work from home , president mathworks , turn , showcase , deep learning , adobe photoshop , mysql , shape , ux design , welfare , c programming , fit , resume , java , srm , machine learning , computer science , completion , assessment , data science , python , engineers , campus , technology , database , online Assessment
Q1. Why should you be hired for this role?
Currently, I am pre-final year candidate at SRM institute of technology.Joining your firm will gauge where I stand. No better opportunity than this
can come my way. I can showcase my talent and prove my skills here, while in turn, I can learn how this industry functions in and out. That is why
you may hire me for this internship. I think I will be a great fit for the internship since I am quick learner and highly passionate about pursuing a
career in this platform. I have already started my groundwork, I have researched about your company, your visions and goals. I am sure I can
deliver everything that you are looking for in a candidate. I wish to pursue this internship to evaluate my inherent abilities and potential. I wish to
upskills and acquire skills that can shape me as a valued professional in this field.Even though I am a fresher, I assure you that I will give my best
and work to my full potential so that I can contribute as much as I can towards the growth and welfare of your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available to work Monday to Friday ,and I am very flexible about the start and end times on those days.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
N Venkat Narayanan
Chennai
Applied 07 Feb'21
Python Adobe Photoshop C Programming
C Programming Java MySQL
UI & UX Design Data Science Database Management
System DBMS
Deep Learning Machine Learning R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
SRM University Vadapalani Campus,chennai
2018 - 2022
CGPA 9.24/10
Senior Secondary XII, Science
Velammal Vidhyasharam Surapet, Chennai
CBSE BOARD board)
Year of completion: 2018
CGPA 8.20/10
Secondary X
Jain Vidhyasharam ,puzhal,chennai
CBSE board)
Year of completion: 2016
CGPA 9.00/10
President of Rotaract club of SRM Vadaplani in a year 2021
Data Science For Engineers
NPTEL, Chennai
Sep 2020 - Nov 2020
Machine Learning Course
udemy, Online
May 2020 - May 2020
Deep Learning Onramp
MathWorks, Online
May 2020 - May 2020
Machine Learning Onramp
CONTACT Phone: 91 8637678246
MathWorks, Online
May 2020 - May 2020
UI Design Tutorial For Beginners
udemy, Online
Feb 2020 - Feb 2020
Rank 232: Resume 224 with similarity score 0.03346984757440536
Resume Text: B.TECH science intern , work from home , business analyst customer , internships , classification , blind , keras , credit analysis , node.js , models , model validation , pandas , molecular , linkedin , encoding , fintech , resume , features , machine learning , fundamentals , computer science , research , returns , assessment , tuning , data science , python , fraud detection , plots , html Assessment
Q1. Why should you be hired for this role?
I have previously worked as a data science intern at RedCarpetUp(a fintech startup) for a duration of 6 months. My role at RedCarpetUp was to
research and implement new techniques to improve the fraud detection model.
I've much experience in working with statistical models and programming. I believe I can significantly contribute to the Data Science team.
Please refer to my resume on Linkedin : https://www.linkedin.com/in/iwillbehokage/
I look forward to hearing from you!
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, starting immediately, for a work from home internship
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Harshit Gupta
Delhi
Applied 09 Feb'21
Python HTML C Programming
Machine Learning Node.js
Bachelor of Computer Applications BCA, Computer science
Indira Gandhi National Open University IGNOU
2018 - 2021
B.Tech Hons.), IT
Bharati Vidyapeeth's College of Engineering
2017 - 2018
Data Science Intern
Redcarpetup, Gurgaon
Jan 2020 - Jul 2020
Presented fraud and credit analysis based on customer's
activity and past emi returns successfully. Worked with
the Business Analyst team on feature generation and
model validation strategies.
Perceptron(Machine Learning) From Coding Blocks
coding blocks, Delhi
May 2019 - Oct 2019
Launchpad(Programming Fundamentals In C From Coding Blocks
coding blocks, Delhi
Aug 2017 - Nov 2017
Launchpad(Programming Fundamentals in C from Coding Blocks
IEEECIS Fraud Detection(Binary Classification)
Oct 2019 - Oct 2019
https://www.kaggle.com/harshitt21/ieee-cis-fraud-detection
1. Preprocessed the tabular data using Label encoding and filling missing values.
2. Analysed the data by plotting value count plots.
3. Manually tuned LightGBM to get a baseline score.
APTOS Blind Detection(Multiclass Image Classification)
Oct 2019 - Oct 2019
https://www.kaggle.com/harshitt21
https://www.kaggle.com/harshitt21/ieee-cis-fraud-detection
https://www.kaggle.com/harshitt21
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8368313464
1. Used flipping,cropping and rotation techniques for preprocessing the images.
2. Applied transfer learning, using DenseNet121 pretrained model in Keras.
3. Achieved .84 score for quadratic weighted kappa metric.
Predicting Molecular Properties(Regression)
Oct 2019 - Oct 2019
https://www.kaggle.com/harshitt21/predicting-molecular-properties-using-xgboost
1. Analysed the data using pandas and distribution plots.
2. Applied feature engineering, created new more correlated(with target) features.
3. Used XGBoost for modelling. First manually tuned, later used Hyperopt for hyperparameter-tuning.
Linkedin : https://www.linkedin.com/in/iwillbehokage/
https://www.kaggle.com/harshitt21/predicting-molecular-properties-using-xgboost
Rank 233: Resume 913 with similarity score 0.033461342895082444
Resume Text: B.E , MS , B.TECH it professional , full time general , css , affirmative action , hindi , maintenance , basic , authorization , english , bootstrap , status , bug tracking , software testing , sql , email , project , application , wordpress , mumbai , pal , system requirements , c++ , git , debugging , languages , framework , html5 , documentation , operating systems , python , javascript , technology , restaurant management , learning , front-end web development 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118…
https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118514445510f0b… 1/2
Current Location: Morena
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computers) from jaypee university of engineering and technology,guna in 2021
Other Qualifications/Certifications/Programs:
ont-End Web UI Frameworks & Tools : BootStrap 4
Front-End Web Development with React
Python Certification
Problem-Solving Challenge Certification
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SOMENDRA PAL GUPTA
Fresher seeking role in Software Development,Front End Development,Software
Testing,Requirement Gathering,Defect Management,Bug Tracking,Coding,Project Life
Cycle,HTML,CSS3,Javascript,C,C++,OOPS,Python,SQL
Key Skills: Fresher,Software Development,Front End Development,Software Testing,Requirement Gathering,Defect
Management,Bug Tracking,Coding,Project Life Cycle,HTML,CSS3,Javascript,C,C++,OOPS,Python,SQL
Summary
IT Professional with expertise in Front-End Software Development
Hands-on knowledge of working on C, C++, OOPS , Python, SQL, DBMS, Data
Structure, Computer Networks, Operating Systems, HTML, CSS3,
Bootstrap, Javascript (Basic), React, GIT and WordPress
Gained knowledge of SDLC including the development of software products from
requirement analysis to system study, designing, coding, testing, debugging,
documentation, implementation and maintenance to ensure a seamless user
experience
Member of Computer Society of India
Adjudged 2
nd Runner Up at Think If You Can College Fest in 2018
Focused and quick learner with good understanding of development and review
of business and system requirements to obtain a thorough understanding of
business needs in order to deliver accurate solutions
Exposure of the Project Lifecycle methodology defined under the process
framework
Possess excellent analytical, communication, interpersonal, problemsolving skills
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118…
https://freesearch.naukri.com/preview/printResume?uname=ffe3cd213a89d39e8333e6ea53b4a190505e0d5643160b110313470d08005818400118514445510f0b… 2/2
Nature of Employment: Full Time Duration: May 2020 - Jul 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: College
Role: Other
Duration: Jul 2019 - Dec 2019
Onsite / Offsite: Onsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HTML5, CSS3
JavaScript
Python
BOOTSTRAP
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Projects
Project Title: Restaurant Management
Client: SELF WORK
Project Details: using html,Css,js,bootstrap,jqurrey
Project Title: Scrapalot
Client: Learning Matters
Role Description: I have done the front end of the project with the html,css,bootstrap, javascript.
Project Details: scrapalot
Rank 234: Resume 1448 with similarity score 0.03319730236251633
Resume Text: B.E , B.TECH full time , change management , part time , system analyst , system engineer , business analyst designation , ug , tamil , affirmative action , maintenance , authorization , english , status , c# , excel , sql , email , infosys , application , microsoft , edge , change management , visio , languages , business process , documentation , process automation , word , it , python , javascript , technology , learning , brd , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40…
https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40031314500e0d… 1/2
Current Designation: RPA Developer - Uipath
Current Company: Infosys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Civil]
Verified : Phone Number | Email - id
Infosys as RPA Developer - Uipath
Sep 2018 to Till Date
Understanding the requirement of the Process and
creating the automation bots accordingly.
Creating the Solution Design Template from the
Developer perspective.
Creating BRD by detail study and documentation of
the business process for automation by information
gathering and Communication with SMEs.
UG: B.Tech/B.E. (Civil) from Kumaraguru College of Technology, Coimbatore in 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Gowthamy Ganesan
System Engineer seeking roles in System Engineering,RPA Development,Design
Development,Change Management,Defect Management,Quality
Management,Process Improvement,Requirement Analysis,Business
Analysis,Technical Support,C#
Key Skills: System Engineer/Analyst,System Engineering,RPA Development,Design Development,Change
Management,Defect Management,Quality Management,Process Improvement,Requirement Analysis,Business
Analysis,Technical Support,BluePrism,SQL,C#
Summary
RPA Developer with over 2+ years of experience worked in automation development using C# and assist Edge.
Delivered high end complex business process and good experience in end to end development of robotic process automation.
Currently Engaged with UiPath.
Gained theoretical knowledge in BluePrism. Learning Pythom Automatiom to enlarge my skills.
Also Worked as Business Analyst for BRD creation of the automation Process.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40…
https://freesearch.naukri.com/preview/printResume?uname=220be8064cbb9c71693eda6f794196020e5c0e564a16011703114651590e5849460a40031314500e0d… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Python, Uipath, C#.Net,SQL,
BluePrism,
Microsoft Visio, Powerpoint, Word, Excel
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 235: Resume 1494 with similarity score 0.033194743143216035
Resume Text: B.E , MS , B.TECH , BS application support , senior software engineer , full time , senior associate , system analyst , system engineer training , blueprinting , core java , computing , financial services , telugu , bmc remedy , testing tools , platforms , vista , addition , resolutions , status , digital transformation , sap , mumbai , tealeaf , pl/sql , writing , components , features , kibana , workflow , continuum , vss , retail , turn , designation , confluence , v3 foundation , mar , hindi , ltd , windows , wholesale banking , english , pressure , project , ownership , splunk , closure , introscope , estimates , resolve , computer science , itil , triage , javascript , business requirements , html , reporting , rollout , general , healthcare , post-production support , vendors , affirmative action , oracle , mysql , technical architecture , principles , urgency , xp , maintenance , mobile banking , nexus , dynatrace , customer service , email , tomcat , business rules , service improvement , problem management , information systems , microsoft , livelink , github , android , middleware , perforce , languages , dynamics , jira , break fix , dashboards , search , root cause analysis , database , allocations , functionality , jenkins , compass , routing , interpersonal skills , ticketing tools , apache , ios , authorization , teams , collating , servlets , application , requirements gathering , less , netbeans , tableau , csi , liaison 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 1/4
Current Designation: Senior Associate - IT
Current Company: Synechron Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Synechron Technologies as Senior Associate - IT
Apr 2019 to Till Date
Client: Wells Fargo
* Domain: Wholesale Banking
* Database: MySQL, Oracle
* Monitoring Tools: Splunk, Kibana, App dynamics
* Reporting Tools: Confluence, Tableau
* Ticketing Tools: Microsoft Compass, Jira, Pac2K, Service Desk
* Team Size: 30
* Version Controlling Tools: GitHub
* Testing Tools: Jenkins
Brief Project Description:
Project focused on providing banking features to non-banking wholesale customer by exposing banking
functionalities via APIs which can be consumed by customers. This helps customers to Integrate with secure, scalable
APIs for an automated, real-time exchange of financial information and transactions.
Responsibilities:
* Responsible for Level 2 Production support and incident management.
* Working with External customers and Vendors Team to understand and resolve problems.
* Daily interactions with Line of Business(LOBs), Product Owners and different Middleware application
teams to understand on various Incidents and taking them to closure.
* Liaison with Development Squads to ensure smooth transition of APIs to production and user testing
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Manasa Kavoori
Senior Associate seeking roles in System Analysis,Incident Management,Project
Management,Technical Architecture,Software Development,Process
Improvement,Production Support,Requirement
Gathering,MySQL,Confluence,JIRA,Splunk,Jenkins,GitHub
Key Skills: Senior Associate,System Analyst,System Analysis,Incident Management,Project Management,Technical
Architecture,Software Development,Process Improvement,Production Support,Requirement
Gathering,MySQL,Confluence,JIRA,Splunk,Jenkins,GitHub
Summary
Strong Knowledge of Incident and problem management with ability to handle and resolve major incidents and
escalations.
Good understanding of ITIL Principles with ITIL v3 Foundation and ITSM Foundation certifications.
Experience in working on Java based application support in banking and healthcare domains.
Ability to work with the team and contribute to process improvements in an efficient manner.
Recognized for adaptability, working under pressure, excellent communication and interpersonal skills.
Appetite to learn new technologies and can work under any pressure.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 2/4
environmentsalong with blueprinting of post-production support.
* Analyze the logs & event trends for any abnormalities in the environment and report to the external
customers and backend teams.
* Active involvement in EACO calls and collating information from different backend teams and
vendors to help resolve the problem.
* Interaction with various stakeholder and customers to help smooth transition of customers to
production environment.
B A Continuum as Senior Software Engineer
Jun 2015 to Jun 2018
Client: Bank of America
* Domain: Retail Banking
* Database: MySQL, Oracle
* Monitoring Tools: Splunk, Introscope, Dynatrace, Glassbox, Tealeaf
* Reporting tools: Confluence, BMC Remedy
* Ticketing Tool: BMC Remedy, JIRA
* Team Size: 12
* Version Controlling Tools: Perforce
Brief Project Description:
Project focused on providing an efficient mobile banking experience across various platforms, such as
Android and iOS, driving digital transformation solutions in banking sector for over 22 million Retail customers.
Responsibilities:
* Responsible for Level 3 Production support by managing escalations, triage calls, identification and
reporting of Incidents.
* Handling entire lifecycle of any Incident and Problems due to those incidents.
* Keeping Knowledge database updated with the latest addition / features of the project.
* Identify and construct new process frameworks, as well as reviewing , recommending and
documenting process improvements to establish process.
* Liaison with Development Team to ensure smooth delivery and transition of applications to
production and blueprinting of post-production support model during enhancement and break fix
releases.
* Develop Splunk Dashboards along with required reports and alerts for new and upcoming features.
* Analyze the logs & event trends for any abnormalities in the environment.
* Developed various real time and scheduled alerts for various functionalities.
* Knowledge about Splunk architecture and various components like forwarder (Universal and heavy
weight), Indexers, search heads, deployment server and License master.
* Used Splunk query language for writing efficient and effective queries to help identify ongoing issues
and to calculate the over impact of the issue.
AtoS India Pvt Ltd & Siemens Information Systems Ltd as System Engineer
Aug 2010 to Jan 2014
Client: Siemens
* Domain: Healthcare
* Database: MySQL, Oracle
* Reporting tools: Siemens SAP Spiridon
* Ticketing Tool: BMC Remedy
* Team Size: 15
* Version Controlling Tools: SVN,VSS
Brief Project Description:
Project focused on upgrading the established Livelink solution with in-house Java based Workflow Engine, to
support user interface and routing functionality for over 50,000 Siemens employees spread across 15 countries.
Responsibilities:
* Worked as Tech lead and Subject Matter Expert for maintenance and support of HR, Requisition
Modules and development of new business requirements in line with ITIL guidelines.
* Managed and facilitated resolutions to customer service issues by identifying escalations, reacting
with a sense of urgency, formulating appropriate action plans, and utilizing resources effectively.
* Designed SLAs and OLAs and developed and maintained Service Reporting, providing management
information on service performance as part of Continual Service Improvement (CSI).
* Actively involved in requirements gathering and analysis to provide time and cost estimates for the
upgrades.
* Development of the new business rules requested and approved by client and rollout of different
modules in new regions, based on customer priorities, estimated budget allocations and team
priorities.
UG: B.Tech/B.E. (Computer Science) from Mumbai Unversity in 2009
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 3/4
Other Qualifications/Certifications/Programs:
Diploma in Advance Computing - CDAC Acts training
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Other
Duration: Jun 2015 - Mar 2018
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Mumbai
Role: Other
Duration: Aug 2010 - Jan 2014
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Work Authorization
Countries: India
IT Skills
Skill Name Version Last Used Experience
core java, J2EE, sql
PL/SQL, NetBeans 6.5/7.0.
JSP, Servlets, JavaScript, HTML
SQL
Apache Tomcat
Windows 98/XP/Vista
Visual Source Safe (VSS), SVN
Document Flow Engine, Perforce
Glassbox,Tealeaf, Introscope
Gomez (dynatrace),Splunk
Languages Known
Language Proficiency Read Write Speak
telugu Proficient
English Expert
hindi Expert
Projects
Project Title: Mobile Banking Application
Client: Bank Of America
Skill Used: Splunk, java, oracle
Role Description: Level 3 production support
Project Details: Responsibility of production environment for mobile banking application. Proactive and reactive monitoring,
issue triages and root cause analysis. Working closely with development and breakfix teams to get issues resolved with very
less turn around time.
Project Title: Nexus Application Management
Client: Siemens
Skill Used: Oracle, java, html
Role Description: Level 3 production support
Project Details: Level 3 Production Support ownership of all HR modules including breakfix items, ongoing production issues,
interacting with executives from various countries to resolve the technical issues.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a47…
https://freesearch.naukri.com/preview/printResume?uname=4e5855a5a556b3521cb7e9eade9bb8875f550c07484209175114445c0f0b051e450a4703174609545b… 4/4
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 236: Resume 1118 with similarity score 0.03316054461746452
Resume Text: MS technical specialist , cloud engineer , full time , team lead data warehousing , space , bash , databases , linux , gateway , httpd , status , lloyds , data architecture , ibm aix , nagios , squid , ec2 , infrastructure , sql server , ansible , powershell , designation , rhel , hindi , cloud , service catalog , cluster , data modeling , cli , cyberoam , english , consultation , mongodb , fixing , performance tuning , dc , strategy , punjabi , vmware , javascript , disk , hadoop , managed services , reporting , optimization , affirmative action , mysql , database administration , zabbix , postgresql , nessus , email , tomcat , business intelligence , aws , ubuntu , middleware , languages , athena , console , hive , family , sdk , multipath , hardening , vulnerability , presto , jenkins , credit , windows server , nosql , ug , data extraction , versioning , health , analytics , firewall , apache , azure , union , authorization , application , wealth , s3 , storage , replication , lovely , python 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140…
https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140014400c5d095… 1/3
Current Designation: Technical Specialist/Cloud Engineer -
Database
Current Company: Translab Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Gurgaon
Functional Area: IT Software - DBA / Datawarehousing
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Translab Technologies as Technical Specialist/Cloud Engineer -Database
Oct 2016 to Till Date
Client: Look Ahead (August 2019 - Present)
Responsibilities:
Deployment of EC2 , Athena , EMR Cluster
Client: XINJA (August 2019 - Present)
Responsibilities:
Design, Deployment and Migration of XINJA from IBM to AWS as Cloud Multitier Architecture.
Design and Implementing Backup Strategy for EC2, RDS and Native DB Backups.
Integration of Service Catalog.
S3 Local mount for SFTP and Backup.
AWS Transfer Family.
Nessus Scan and Vulnerability Fixing
Client: CECL and ARGUS (August 2019 - Present)
Responsibilities:
Design, Deployment and Migration of XINJA from IBM to AWS as Cloud Multitier Architecture.
Design and Implementing Backup Strategy for EC2, RDS and Native DB Backups.
Integration of Service Catalog.
S3 Local mount for SFTP and Backup.
AWS Transfer Family.
Nessus Scan and Vulnerability Fixing
Client: Lloyd's of London (May 2019 - Present)
Responsibilities:
Designing of Tier 3 Architecture for Lloyds Bank Across 6 subnets (Prod, PreProd, Uat, Dev, Test, demo)
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Amarpreet Singh
Technical Specialist/Cloud Engineer seeking roles in Database Administration,Data
Warehousing,Data Architecture,Data Modeling,Data Extraction,Business
Intelligence,Performance Tuning,AWS,IBM
Cloud,Linode,Alibaba,Azure,Nagios,Zabbix,Grafana,Python
Key Skills: Technical Specialist/Cloud Engineer,Tech Architect,Database Administration,Data Warehousing,Data
Architecture,Data Modeling,Data Extraction,Business Intelligence,Performance Tuning,AWS,IBM
Cloud,Linode,Alibaba,Azure,Nagios,Zabbix,Grafana,Python
Summary
Confident and self-motivated individual with 4+ years of professional experience in Cloud (AWS, IBM Cloud, Azure, Linode,
Alibaba), Linux, VMware and Databases (SQL, NOSQL)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140…
https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140014400c5d095… 2/3
Configuration of OS, Hardening (RHEL).
Application Dataflow Azure Gateway.
Installation and configuration of httpd, Tomcat, SQL Server.
DR Setup for Virtual Machine and SQL Server. (Point in Time Recovery, File Level Recovery)
Deployment of Zabbix Monitoring tool (Infrastructure Monitoring, Database, BI Analytics)
Administration of Above-Mentioned Responsibilities
Design and Deployment of Hadoop Cluster through AWS CLI, Java SDK and AWS console
Client: Enamor (April 2019) Responsibilities:
Creation of Automated Script to take a manual backup MSSQL Database, copy to local HDD save a multipath copy to
Alibaba Object Storage with Versioning control and redundant on failure.
Client: FeildEz (Dec2018 - April (2019))
Responsibilities:
Administration of AWS, Linode Cloud, Ubuntu (Linux), Jenkins, MySQL, SVN for Client.
Cost Optimization for the Client.
Critical DR Strategy for SVN Server.
Nagios Implementation for Infrastructure and database
Client: WGC Wealth (August 2018- November (2018))
Responsibilities:
Designing Tier 3 Architecture for the Client.
Installation and configuration of Tomcat, Jboss, PostgreSQL EDB
Performance Tuning for Middleware (Jboss)
Managed Services: Team Lead (January 2018 - July 2018)
Responsibilities:
Worked as Team Lead for Managed Services in Translab covering more than 4 Clients.
Client: TECU CREDIT UNION (Trinidad & Tobago) (September 2017 - December 2017)
Responsibilities:
Administration of IBM AIX system
Monitoring Disk Space, File Check Integrity, SAN storage.
Daily Reporting on Infrastructure, Storage and Database Health.
Client: FonePaisa (Jan (2017) - August (2017))
Responsibilities:
Infrastructure Deployment (VMware DC (Bangalore) and DR(Mumbai))
Installation, configuration and Hardening of OS RHEL (Linux), Windows, Tibero on DC and DR)
Creation, deployment of Shell Scripts, Nagios with custom scripts for infrastructure Monitoring.
SISA Compliance (Closely Working with Application Team and making infrastructure Ready for Audit (quarterly and bi
annually))
Administration of VMware, RHEL (Linux), Tibero and firewall (Cyberoam)
Daily and Weekly Reporting on Infrastructure, Storage and Database Health
Client: Just Dial (19 Oct (2016) - Dec (2016)
Responsibilities:
Consultation mongo DB (NoSQL Databases)
Installation, configuration of Mongo Cluster (Sharding, Replication and Performance Tuning)
UG: BCA (Computers) from Lovely Professional University (LPU) in 2011
PG: MCA (Computers) from Lovely Professional University (LPU) in 2014
Education
IT Skills
Skill Name Version Last Used Experience
AWS, IBM Cloud
Linode, Alibaba, Azure
Nagios, ELK, Zabbix, Grafana
Python
MS SQL Server, EDB, MongoDB
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140…
https://freesearch.naukri.com/preview/printResume?uname=49994ce50f7e802ce00189f83c5012fb0a0e5f0549115b180516170a5b01524f4009140014400c5d095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Apache Tomcat, RedHat JBoss
Apache HTTPD, Squid
Windows Server: 2012/2016
Python, Bash, PowerShell
AWSCLI, ALIBABA CLI
HADOOP, HIVE, PRESTO
Jenkins, Ansible
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 237: Resume 1320 with similarity score 0.03291529623903717
Resume Text: B.E , MS , B.TECH , BS application support , cloud architect , software engineer , associate , operator , sql developer , senior engineer , partner , change management , informatica , team lead , full time , systems engineer , aws solution architect , balancer competitive advantage , server monitoring , award , circuits , training , controllers , customer , production systems , bmc remedy , root cause , security , fault tolerance , space , databases , linux , coordinators , cs , gateway , service operation , idis , status , logging , mobile broadband , infosys , integration testing , viewpoint , pl/sql , writing , components , building , ec2 , connectivity , infrastructure , integrated design , packaging , workflow , amazon web services , automation , blocking , ledger , designation , data transfer , v3 foundation , deliverables , mqc , mar , risk systems , trading , hindi , ltd , investigation , cli , english , troubleshooting , calculations , project , groups , processing , dsl , minsat , architecting , optima , change management , intermediate , computer science , component testing , putty , documentation , itil , triage , boarding , javascript , availability , business requirements , capital , feeds , reporting , optimization , general , efs , change requests , vs , affirmative action , oracle , bonuses , mysql , dynamo , maintenance , unix , workbench , liberty , iaas , architecture , email , health check , aws , configuration management , problem management , bengali , github , languages , load balancing , teradata , balance , inventory system , proof , online , mechanisms , data acquisition , migrating , jenkins , yield management , credit , ug , toad , telecom , case , hybrid cloud , air , ami , autosys , authorization , ipsec , teams , circuit design , excel , deliveries , application , modular , focus , hp quality center , new opportunities , rwa , steps , records , global services , operators , adherence , osd , participation , s3 , servers , system performance , shell scripting , british , finance , storage , information flow , framework , running , charging , cloud computing , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 1/5
Current Designation: Specialist
Current Company: Accenture
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Accenture as Specialist
Oct 2019 to Till Date
Project Handled: AWS Cloud Architect
Period : Client Name : Company : Team Size :
Oct'19 to till date Liberty Global Accenture
25
* Project Transition.
* Capability building.
* Cloud on-boarding.
Infosys as Consultant
Dec 2017 to Sep 2019
Dec'17 to Sept'19
Project Handled:
Last Active: Jul-Sep 2020 Last Modified: Apr-Jun 2020
Urbishri Biswas
AWS Solution Architect-Associate certified engineer with 10 yrs of experience as AWS
Architect with Linux and Database in migration and support
Key Skills: Unix Shell Scripting,SQL,AutoSys,Linux,AWS,Cloud Computing,Cloud,Amazon Ec2,Amazon Web Services
Summary
An incisive individual with 10.5 years of industry experience, strong innovative and technical background.
? Having more than 3 yrs experience in Amazon Web Services. Having hands on experience in AWS services like EC2,
Elastic Load Balancer, Virtual Private Cloud (VPC), Elastic IPs, Security Groups, Network ACL, S3, Cloud Watch, RDS, EBS,
EFS, Auto Scaling, AWS IAM, AWS CLI, Lambda, Cloud Formation.
? AWS Certified Solution Architect â?? Associate certified.
? Having a qualitative experience in Application and Production Support (using Oracle PL SQL, UNIX Shell Scripting)
encompassing Application Support and development in the Telecom industry and Banking.
? Domain knowledge in Tele communication industry and Banking domain.
? ITV3SO ITIL V3 Intermediate : Service Operation certified.
? ITIL V3 Foundation 2011 certified.
? Currently associated with Accenture as a Specialist.
? Previously associated with Infosys, Ericsson India Global Services , Tata Consultancy Ltd., Kolkata & Pune
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 2/5
AWS Cloud Architect
Period : Decâ??17 to Sept 2019
Client Name : John Deere
Company : Infosys
Team Size : 25
? Involved in architecting and migrating existing John Deere applications to AWS environment.
? Leading the team.
? Involved in designing and deploying applications utilizing AWS components (including VPC, EC2, S3, EFS, RDS,
IAM) focusing on high-availability, fault tolerance, and auto-scaling.
? Creating Cloud Formation and Terraform templates for infrastructure deployment.
? Using Github and Jenkins for automated deployments in different environments as DEV, UAT and PROD.
? Support and problem investigation of the different deployed cloud environments, providing consultancy to clients as
required.
? Working on changes and service requirements.
? Working on POCâ??s on AWS cloud for demo purposes,
? Adhering all best practices for IT change management, Incident Management and Problem Management.
Date Ericsson India Global Services as Senior Engineer-Production Support
May 2015 to Nov 2017
Period : Mayâ??15 to Nov â??17
Involved in designing and deploying applications utilizing AWS components (including VPC, EC2, S3, EFS, RDS, IAM)
focusing on high-availability, fault tolerance, and auto-scaling.
Setup/Managing VPC, Subnets; make connection between different zones; Blocking suspicious ip/subnet via Network
ACL.
Migrated the current Linux environment to AWS environment and setting up a Hybrid cloud environment.
Data transfer from legacy system by setting up VPG over IPSec tunnel.
Implemented Application Load Balancers with different Target Groups to host different applications in a single server.
Setup a common storage in EFS and mounted it to all servers.
Created users and groups using IAM and assigned individual policies to each group.
Created SNS and assigned in auto-scaling group for notifications.
Experience with monitoring tools such as Cloud Watch.
Good understanding of ELB, Elastic IPâ??s, Security groups, NACL, NAT gateway, NAT Instance, Multi-AZ RDS.
Designed and developed automation scripts using AWS CLI commands for auto-assign Elastic IP.
Designed Lambda function to take regular AMI backup of instance data.
Deploying infrastructure using Cloud Formation templates.
Knowledge of AWS Dynamo DB, Redshift, Opsworks for configuration management.
Providing IAAS for AWS deployments.
Charging System Proactive Customer Support
Period : Mayâ??15 to till date
Client Name : Etisalat Egypt, Indosat, Celcom, Korek Iraq, MTN Congo.
Company : Ericsson India Global Services
Team Size : 15
Environment : Linux 2.6.18, Oracle 11g, Postgres
Description : Ericsson Charging System is a modular, scalable, open, single convergent Online Charging System
(OCS) using industry standards and protocols. Comprising all of the data charging and yield management capabilities
previously available only in separate offerings, Ericsson Charging System with mobile broadband charging gives the
operator an invaluable competitive advantage in the new Networked Society environment.It is the real-time heart of all
BSS: a scalable, flexible solution with a strong user-experience focus and future-proof product roadmap, enabling real-
time convergent charging, policy control, decoupling and fast service creation. It lets the operator control credit while
letting users control their costs through flexible packaging, bonuses and discounts. Whatever the service, whatever the
network, whoever the customer, Ericsson Charging System lets the operator realize and create new opportunities.
Key Deliverables:
Health Check of Charging System nodes likes SDP, VS , CCN , AIR , MINSAT , EMA , EMM for different operators. To
ensure timely and quality delivery for the mentioned service I have used nArgus tool developed in JAVA to generate Health
Check Reports in Excel sheet. Firstly different Health Check commands are executed in the Nodes and reports for the
same are taken and analyzed based on analysis criteria and finally the Full Report is prepared.
Responsible for Proactive Support Delivery.
Configuration of different nodes for different operators in nArgus tool.
Configured commands for CS node.
Made an User Guide documentation for nArgus automation tool.
Network Operation & maintenance, Application support of IN nodes like SDP, AIR , VS, MINSAT , EMM , EMA etc.
Have keen understanding of the Customer requirement and fulfilled the requirements of various customers like Etisalat ,
Singtel , Econet , Mtn with customized solutions.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 3/5
TATA Consultancy Ltd. as Systems Engineer
Jul 2013 to Apr 2015
Projects Handled:
OPTIMA Processing (Citi)
Period : Nov '14 to Apr '15
Client Name : Citi Group
Company : TCS Ltd.
Team Size : 15
Environment : Linux 2.6.18, Oracle 11g
Description : Optima is a consolodated warehouse which acts as a single source for calculating the various risk
parameters mainly to find the RWA which is the capital the banks needs to put aside to overcome the risk in case of any
loss It is Basel 3 complient risk calculation process. Optima for theit Risk calculations receives 235 Finance feeds and 6
Risk feeds depending to which Optima Data Acquisition process runs which loads the data into Oracle tables in Operation
Data Source(ODS) layer. The files are received from 60 finance partner systems and 5 risk systems on vairious bissiness
days. Once the Data Acquisition process is complete then an Outbound process runs where data Banking and Trading
book calculations are done and after processsing the data gets loaded to Sybase database from where various Risks are
calculated and reports and generated for end clients.
Key Deliverables:
Executing and monitoring the daily and monthly batches depending on the MQC requirements on different code base and
monthly data from prod in various UAT environments.
Involved in executing of component testing, Baseline, Triage testing, Integration testing in diffirent environments as per
release cycle.
Investigation of the job failures and the reporting the failures after proper investigations to test and development teams.
Maintaining, configuring and enhancement of Autosys jobs.
Preparing PL/SQL scripts for optimization.
Checking connectivity of Optimima with various other source systems amd partner systems.
Involved in testing of monthly releases in Production Environment. This involves in
upgrading release links, upgrading ETL and Autosys jobs, coordinating between Development and Support
teams, informing the status of release steps to financial controllers and senior client managers.
Ensuring creation of Change requests and incident records as and when required.
Batch Monitoring: Monitoring the Autosys jobs and ETL Jobs. Managing databases, servers, and hosts.
Investigating and troubleshooting ETL and Autosys job failures by logging on to Abinitio servers and checking logs.
Investigating various Database alerts like blocking, log space full.
Adhering all best practices for IT change management, Incident Management and Problem Management.
DSL - Detailed Sub-Ledger (MS)
Period : Mar '14 to Oct' 14
Client Name : Morgan Stanley
Company : TCS Ltd.
Team Size : 7
Environment : Linux 2.6.18, Oracle 11g
Description : The Detailed Subledger (DSL) is a major component of Pioneer integrating information flow across major
control functions. It addressses regulatory and audit findings thematically, providing an efficient framework for better
control and reporting over time.
Key Deliverables:
Monitoring and performance investigation in both Prod and UAT environment
Problem investigations, Support of the existing and growing number of production systems, providing
consultancy to clients as required
Maintaining, configuring and enhancement of Autosys jobs
Preparing PL/SQL scripts for optimization.
Involved in multiple releases into Production Environment. This involves in
upgrading release links, upgrading ETL and Autosys jobs, coordinating between Development and Support
teams, informing the status of release steps to financial controllers and senior client managers.
Ensuring creation of problem records from the incident records as and when required.
Batch Monitoring: Monitoring the Autosys jobs and ETL Jobs. Managing databases, servers, and hosts and
their system performance via IP Center and Teradata Viewpoint.
Investigating and troubleshooting ETL and Autosys job failures. Monitoring Workflows via Informatica
Workflow Monitor and Investigating failed workflows. Co-ordinating with other APG team in order to ensure smooth
resolution of issues.
Tech Mahindra Ltd as Software Engineer
Dec 2009 to Jul 2013
Projects Handled:
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 4/5
Balance Manager Production Support (AT&T., US)
Role : Application Support Group member
Period : Sept '12 to Jul '13
Client Name : AT&T, US
Company : Tech Mahindra Ltd. (Formerly Mahindra British Telecom Ltd.)
Team Size : 10
Description : Balance Manager is web based portal where each and every customer details, the plans used and
orders are maintained. The data is incorporated here from the production database. Balance manager is also a reporting
tool where different types of proactive reports in terms of defected and error out customer orders and data, so that those
customers can be fixed in advance. The whole system is maintained by Unix server in back end. The data represented
here is kept in sync with the legacy billing system of AT&T.
Key Deliverables:
Study of existing process and Impact analysis.
Solving regular tickets and work requests and providing support within SLA.
Writing PLSQL and UNIX scripts for solving tickets and optimization.
Monitoring adherence to the agreed incident/problem procedures including participating in high priority incident recovery
calls as and when required.
Coordinating between ASG (Tech Mahindra) in case of any issue to lead the problem to a corrective measure.
Support and handle deployment on regular basis.
Working closely with client in order to fix long running issues and reduce effort from ASG for the fix.
Sending regular status report to management
Adhering all best practices for IT change management, Incident Management and Problem Management.
Achievements:
Received periodic appreciation from Client and Onsite coordinators.
OSD (AT&T., US)
Role : Application Support Group member
Period : May '10 to Aug '12
Client Name : AT&T, US
Company : Tech Mahindra Ltd. (Formerly Mahindra British Telecom Ltd.)
Team Size : 5
Description : The Integrated Design and Inventory System (IDIS) is part of the AT&T Target Architecture. The AT&T
business requirements for the target system include the ability to Integrate Layer 1 design and inventory, Simplify user
experience, Integrate network solutions, Enable a single end-to-end view of customer and infrastructure circuits and
Automate end-to-end circuit design.
Key Deliverables:
Study of existing process and Impact analysis.
Adapting to new process.
Making sure issues/concerns are raised at the right time and resolved.
Production Fix, and CR development.
Investigating the root cause of the issue.
Preparing shell scripts & PL/SQL scripts to augment bulk orders.
Providing second line support for flow stream application, by handling & minimizing escalated faults cases.
Ensuring timely deliveries of work requests and quality of deliverables as per laid down processes by meeting SLAs.
Minimizing the impact on business critical orders in case of system failures by timely decision of load balancing and
throttling mechanisms.
Single handedly support rehome activities.
Single handedly done migration activities from old flow to new flow.
Provide Application Administration (Start app, Stop app, Sanity Test, Perform Server Monitoring).
Preparing Weekly Status Report and Monthly Issue Resolution Documents.
Monitoring adherence to the agreed incident/problem procedures including participating in high priority incident recovery
calls as and when required.
CANOPI Audit View - A website single handedly developed to facilitate the order journey, order status and order details.
Achievements:
Received AT&T Partner Award for Excellence for active participation in website development activity.
Received periodic appreciation from Client and Onsite coordinators.
Dec'09-Apr'10 underwent & successfully cleared Initial Training Program
Languages : PL/SQL, LINUX/UNIX, Shell scripts, Autosys, Java, J2EE
Courses : Software Engineering, IVVT Testing, Behavioural training
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180…
https://freesearch.naukri.com/preview/printResume?uname=d140b77449208ac6a17af3567d108edf0c54095049460f475515100e0f0f534a4101180113155e5c0e5… 5/5
UG: B.Tech/B.E. (Computer Science and Engineering) from Bengal College of Engineering & Technologies, Durg in
2008
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Amazon Web Services,UNIX,LINUX 2019 3 Year(s) 6 Month(s)
Oracle 11g/ 10g/ 9i, Postgres, MySQL 2018 7 Year(s) 0 Month(s)
Autosys,PL/SQL,Shell Scripting 2018 8 Year(s) 0 Month(s)
Putty,Service now, BMC Remedy 2018 8 Year(s) 0 Month(s)
Toad, SQL developer, HP Quality Center 2018 5 Year(s) 0 Month(s)
MySQL Workbench 2017 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 238: Resume 131 with similarity score 0.032551520290569444
Resume Text: BTECH , B.TECH work from home , operations executive , part time , full time internships , spark , deep learning , nlp , loan , natural language processing , project , healing , fit , iit , operations , prediction , resume , gold , neural networks , weather , machine learning , assessment , data science , python , technology , online Assessment
Q1. Why should you be hired for this role?
As i saw your company's JD , i find myself fit in all aspects with your requirements and i have mentioned my qualification in resume .
I am bhupendra currently doing btech from IIT Varanasi , I have done quite many projects like
1.credit_card_fraud
2.spam_mail
3.parkinson_disease_predictor
4.vehicle loan_prediction
5amazon_alexa_review
Skills are machine learning , data science , deep learning , python , NLP, etc.
I am a 5* coder at hacker rank
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes i am available for full time in the month of MAY'21 to JULY '21 , before that i am available only work from home or part time work due to
ongoing semester
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Bhupendra Singh
Varanasi
Applied 07 Feb'21
Data Science Deep Learning Machine Learning
Neural Networks Natural Language Processing
NLP
Bachelor of Technology B.Tech)
Indian Institute Of Technology BHU Varanasi
2018 - 2022
Data Science
GRIP The Spark Foundaton, Virtual
Feb 2021 - Present
Event Management , marketing and operations executive at Healing Humanity Foundation(NGO
Event and operation executive in ,spirit IIT BHU
Machine Learning
Stanford University, Online
Nov 2020 - Present
Data Science
udemy, Online
Jul 2020 - Present
Digit Recognizer
Feb 2021 - Feb 2021
https://github.com/Bhupendras1ngh/Digit_recogizer_
This project is based on Deep learning Convolutional Neural networks(CNN
Credit_card_Fraud_Detection
Jan 2021 - Jan 2021
https://github.com/Bhupendras1ngh/Credit_card_Fraud_detection
Vehicle Loan Prediction
Jan 2021 - Jan 2021
https://github.com/Bhupendras1ngh/Digit_recogizer_
https://github.com/Bhupendras1ngh/Credit_card_Fraud_detection
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9935567573
https://github.com/Bhupendras1ngh/Vehicle_loan_prediction_project-.git
this project is completely based on the prediction weather the person will get loan or not , in which i have used Logistic
regression , K-means .
Amazon_Alexa_reviews
Jan 2021 - Jan 2021
https://github.com/Bhupendras1ngh/Amazon_alexa_reviews_.git
Gold Badge at hacker rank
https://github.com/Bhupendras1ngh/Vehicle_loan_prediction_project-.git
https://github.com/Bhupendras1ngh/Amazon_alexa_reviews_.git
Rank 239: Resume 893 with similarity score 0.03239001531385459
Resume Text: B.E , MS , B.TECH , BS web developer , full time , software developer api , dart , web development , css , designation , connect , ug , vue , mar , affirmative action , information technology , collaboration , docker , keras , maintenance , accountants , firebase , php , particular , authorization , english , maps , status , email , project , express , webrtc , application , aws , pandas , angularjs , fintech , ux , git , account reconciliation , computer science , django , languages , websockets , python , javascript , program management , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440…
https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440b47435d540b5… 1/2
Current Designation: Web Developer
Current Company: Tax2Win
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 0 Year(s) 6 Month(s)
Highest Degree: B.Tech/B.E. [COMPUTER SCIENCE
AND COMMUNICATION]
Verified : Phone Number | Email - id
Tax2Win as Web Developer
Mar 2020 to Till Date
Worked on api integration for account reconciliation using yodlee
Developed a collaboration tool for our team of chartered accountants to connect securely and remotely.
UI/UX related changes in the existing website
Smart Whiteboard
Tax2Win * April 2020
Key Skills: React , Node JS, websockets , Mongo DB , Firebase , ml5 , webRTC
It is a collaborative tool that allows multiple users to connect simultaneously to edit the whiteboard and discuss over voice
calls.
It recognises hand drawn shapes and helps users to convert them into mind maps.
UG: B.Tech/B.E. (COMPUTER SCIENCE AND COMMUNICATION) from The LNM Institute of Information Technology,
jaipur, rajasthan in 2019
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Abhijeet Pareek
Web Developer seeking assignments in Software Development,Application
Programming,Program Management,Project Management,Requirement
Gathering,System Analysis,Git,Docker,AWS
Lambda,Postman,Javascript,AngularJS,Vue,HTML,CSS,Node JS,Python,PHP,Dart,C
Key Skills: Web Developer,Software Developer,Software Development,Application Programming,Program
Management,Project Management,Requirement Gathering,System Analysis,Git,Docker,AWS
Lambda,Postman,Javascript,AngularJS,Vue,HTML,CSS,Node JS,Python,PHP,Dart,C
Summary
Developer with the experience of working at a fintech and having a niche for full stack web development with a particular
strength in
MERN stack, also familiar with collaborative and deployment tools like git, docker,etc. Looking for a challenging role at a growth
oriented
organisation to solve real world problems.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440…
https://freesearch.naukri.com/preview/printResume?uname=af35ce08db416e5fb3660134e82a8abd5c585f004d400f400a42445e5f5a5748140f440b47435d540b5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Git , Docker , AWS Lambda , Firebase
postman
Javascript, React , AngularJS , Vue
HTML , CSS , JavaScript
Node JS , Java ,Python , PHP , Dart , C
Express, Django, Pandas,Keras,Tensorflow
Languages Known
Language Proficiency Read Write Speak
English
Rank 240: Resume 341 with similarity score 0.0323676942406698
Resume Text: B.S , MS , BS work from home , full time training , assessment , player , resume , python , english , ml , ion , java , machine learning , record , computer science , teaching Assessment
Q1. Why should you be hired for this role?
I am currently pursuing diploma in AI and ML from University of Hyderabad, after having completed my graduation in Computer Science. In order
to further enhance my knowledge in this field I have also done industrial training in AI and DS from Coding Blocks. I have also worked on two more
projects related to this field. My good academic record reflects my sincerity towards work. I am hard working and have a thirst for learning new
things . Moreover, I'm a team player and working as a teacher has improved my communication skills and patience . I believe working with your
company will help me further enhance my knowledge and I will try my best to prove myself as an asset for your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full time starting 13 february but might have exams in between .
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 7988146008
Muskan Kathuria
Delhi, Panipat
Applied 08 Feb'21
Python C Programming English Proficiency Spoken)
English Proficiency Written) Java MSExcel
Machine Learning
Bachelor of Science B.Sc) Hons.), Computer science
Keshav Mahavidyalaya University Of Delhi)
2016 - 2019
CGPA 7.97/10
Teaching
White-Hat Junior, Virtual
Sep 2020 - Present
Lead a team of 10 people for technical event of college fest .
6-month Industrial Training In ML And DS
coding blocks, Noida
Jan 2020 - Jun 2020
Rank 241: Resume 757 with similarity score 0.03236435678494004
Resume Text: B.E , B.TECH software development engineer , senior software engineer , full time , senior software developer , full stack developer react.js , ruby on rails , css , quantitative research , designation , ug , affirmative action , mysql , data analytics , hindi , maintenance , azure , ltd , authorization , english , apache kafka , bootstrap , status , shipping , protection , email , project , application , aws , financial research , less , solution architecture , android , data analysis , c++ , git , languages , arduino , data science , python , javascript , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a0749420947…
https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a07494209475542475f5f5b5… 1/2
Current Designation: Senior Software Engineer
Current Company: KredX
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
KredX as Senior Software Engineer
Dec 2020 to Till Date
Senior Software Developer
Meiji Shipping Group as Software Development Engineer II
May 2019 to Dec 2020
SDE 2(Python, RoR ,C++ and ReactJS)
1mg Pvt. Ltd., as Full Stack Developer
Nov 2018 to May 2019
SDE Intern
UG: B.Tech/B.E. (Computers) from KIIT Deemed to be University, Bhubaneswar in 2018
PG: in 0
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Nandini Rai
Currently working as a Software Development Engineer at Meiji Shipping Group as a
part of their Data Protection Team having keen interest in learning and working on new
technologies. I have sound knowledge and experience in Python, RoR, C++ and React
Key Skills: full stack developer,software developer,software development,requirement analysis,python,c,c++,ruby on
rails,html css,mysql,data science,data analytics,Data Analysis,Azure,AWS,Quantitative Research,react.js,Qualitative
Research,Financial Research
Summary
Result-oriented Professional with 2 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,C,C++,Ruby on
Rails,JavaScript,React.js,HTML,CSS,Bootstrap.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a0749420947…
https://freesearch.naukri.com/preview/printResume?uname=89e9d8c343e783751e8e40ef9ff395af58550c0219105c115745455d5d0a07494209475542475f5f5b5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA, PYTHON
C, C++ 14 2020 3 Year(s) 0 Month(s)
RUBY ON RAILS 5.2 2020 3 Year(s)
Javascript, React.js
HTML, CSS
BOOTSTRAP
MySQL, Apache Flink
Apache Kafka, Android
Arduino, NodeMCU, Git
Python 3.7 2020 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 242: Resume 1444 with similarity score 0.03227492549421617
Resume Text: B.E , MS , B.TECH software engineer , full time , software developer change control , robotics , general , css , designation , microsoft office , visual studio , relationship building , affirmative action , mysql , interpersonal skills , analytics , hindi , maintenance , ltd , windows , authorization , advanced , english , status , excel , c# , email , project , application , recorder , mumbai , forms , electronics , testing , debugging , problem solving , exceptions , languages , asp.net , tts , documentation , sql server , process automation , it , javascript , web , technology , html , database , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a17…
https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a170a42455c0f01… 1/2
Current Designation: Software Engineer
Current Company: Virtusa Consulting Services Pvt Ltd
Current Location: Pune
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Virtusa Consulting Services Pvt Ltd as Software Engineer
Dec 2017 to Till Date
Develop, Maintain, Support bot though Automation anywhere tool, Handled various scenarios in order to develop stable
bot. Have good knowledge on Object cloning, Metabot, Excel, Excel as database, Web recorder, Error Handling.
Identifying and debugging the errors using error handlers and Participated in online meetings to demonstrate the
capabilities of RPA for on-going projects and potential clients
UG: B.Tech/B.E. (Electronics/Telecommunication) from Bharati Vidyapeeth Deemed University College of
Engineering,Pune in 2016
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ankita Kulkarni
Software Engineer - seeking roles in RPA development,Automation
anywhere,Uipath,ASP.Net,C#,HTML,SQL Server,Visual Studio,Application
Programming,Process Automation,Change Control,Solution Design,Web
Technologies,Requirement Gathering.
Key Skills: Robotic Process Automation,Robotic process Automation- Automation anywhere,C#.Net,Uipath,Automation
anywhere,ASP.Net,SQL Server,C#,RPA,Windows Forms,MySQL,blueprism,HTML,CSS,Javascript,xceptor
Summary
RPA developer with work experience of 3 years in Automation Anywhere providing solutions to business processes in an
efficient way.
Well versed with Automation Anywhere,UiPath
Having Full-fledged knowledge on Object cloning, Metabot, Excel as database, Web recorder, Error Handling.
Adept in Robotics process automation solution designing, Coding, Testing, Debugging and Documentation.
Managing and investigating exceptions(Bussiness and system exceptions)
Supporting existing process and implementing change requirements as a part of structured change control process.
Proven track record of maintaining good rrelationship with clients and other stakeholders.
Adaptive in nature and has Zeal to learn new technology.
Excellent cross-functional skills with good analytical ability
An effective communicator with excellent relationship building and interpersonal skills, strong analytics and problem solving.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a17…
https://freesearch.naukri.com/preview/printResume?uname=afceea1819f32bb8d53e2c3d4bbe90750b58015719420b15001614510b58581e400a170a42455c0f01… 2/2
Other Qualifications/Certifications/Programs:
Automation Anywhere V10 Advanced certified
Automation Anywhere V11 Advanced certified
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Oct 2020 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Dec 2017 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere A11 2020 3 Year(s)
ASP.NET,C# 4.7 2020 2 Year(s)
HTML
CSS
Microsoft Office 2016 2020 3 Year(s)
SQL Server,Visual Studio 2014 2020 2 Year(s)
Uipath 2019 2019 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Marathi Expert
Hindi Expert
Projects
Project Title: MSST -CITI Bank
Client: Citibank N.A
Skill Used: Automation anywhere,Uipath
Role Description: RPA development with Automation anywhere +Uipath
Project Details: RPA development
Project Title: TTS CITI Bank
Client: Citibank
Skill Used: RPA, ASP.Net, SQL Server, C#, Automation anwhere
Role Description: RPA developer using Automation anywhere+ Asp.net+ Mysql
Project Details: RPA development using automation anywhere tool for different processes
Rank 243: Resume 1053 with similarity score 0.0322745619494473
Resume Text: B.E , B.TECH , BS application support , middleware engineer , associate , middleware administrator , full time amazon web services (aws) , box , call logging , subversion , computing , customer , general , fusion , microsoft azure , validation , designation , office , confluence , websphere , toad , ug , affirmative action , oracle database , hindi , cloud , ticketing , linux , ltd , unix , windows , authorization , english , enterprise , status , spring boot , 12c , email , fiserv , project , application , configuration management , ibm , electronics , performance tuning , hp , technology solutions , middleware , git , upstream , languages , infrastructure , cc , bamboo , weblogic , cisco , heat , jira , javascript , jboss eap , esb , microsoft sql server , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115…
https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115112460959095… 1/2
Current Designation: Middleware Engineer and AWS,Azure
Cloud Professional
Current Company: Fiserv India Pvt Ltd
Current Location: Noida
Pref. Location: Noida,INDIA,Other International Location
Functional Area: IT Software - Middleware
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Fiserv India Pvt Ltd as Middleware Engineer and AWS,Azure Cloud Professional
Jan 2018 to Till Date
Having experience as a Middleware Administrator and AWS/Azure Cloud Professional (AWS Certified Solutions
Architect - Associate - Validation Number: PLHFJ052DNRQ1Q3Y, Microsoft Certified Azure Administrator - Associate -
Certification Number: H347-1368). Has exceptional development ability and extensive knowledge of AWS/Azure and
System
Admin Services. Have excellent analytical and problem-solving skills and a strong ability to work with minimal supervision.
Worked on Non-Production and Production Environments and provided L1, L2 & L3 support.
Cognizant Technology Solutions Corporation as Middleware Engineer and AWS Cloud Professional
Aug 2014 to Jan 2018
Company Cognizant Technology Solutions Corporation
Project HBO Environment and Tool Support
Customer Home Box Office (HBO)
Time Period August 2014 - January 2018
Role Middleware Engineer and AWS Cloud Professional
Project Description Project is divided into two parts:
Infrastructure Support: MIND and its upstream support, HBO proprietary app,
Mulebus ESB and Spring Boot application support.
Tool Support: Various HBO Tools like Atlassins Confluence, JIRA, Bamboo Git and
Subversion.
Business Areas Media and Entertainment
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Abhishek Vaidya
Middleware, AWS, Azure Cloud Professional seeking roles in Cloud
Computing,System Analysis,Configuration Management,Project Management,Client
Management,Performance Tuning,Linux,Unix,Jboss,Weblogic,Websphere, SQL and
Oracle db.
Key Skills: AWS,Performance Tuning,Linux,Jboss,Weblogic,Azure,SQL Server,Oracle Database,Cloud
Computing,Middleware,Fusion Middleware Administration,Websphere
Summary
Having 6.6 years of experience as a Middleware Administrator and AWS/Azure Cloud Professional (AWS Certified Solutions
Architect - Associate - Validation Number: PLHFJ052DNRQ1Q3Y, Microsoft Certified Azure Administrator - Associate -
Certification Number: H347-1368). Has exceptional development ability and extensive knowledge of AWS/Azure and System
Admin Services. Have excellent analytical and problem-solving skills and a strong ability to work with minimal supervision.
Worked on Non-Production and Production Environments and provided L1, L2 & L3 support.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115…
https://freesearch.naukri.com/preview/printResume?uname=76870d1bfbf7cc8dbc5a047f252c667f095e5d054d145b475643105f5b5f001c4500115112460959095… 2/2
Technologies
Amazon Web Services (AWS)
Oracle Weblogic
Redhat Jboss EAP 5
OS: Linux and Windows
Atlassins Tools: Confluence, JIRA, Bamboo, Git and Subversion.
Open Deployment Scheduler: HP CC Professional
Tidal Jobs: Cisco Enterprise Scheduler
SQL: TOAD for Oracle
Ticketing: JIRA, Call Logging (HEAT) and Service Requests (SR)
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in
2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services
Microsoft Azure
Microsoft SQL Server Database 2014, 2016
Oracle Database 11G and 12C
IBM Websphere 8.5.5
Jboss EAP 6.2.0, 6.4.0 and 7.1.1
Linux and Windows
Microsoft TFS
SQL
Service now
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 244: Resume 1360 with similarity score 0.03217352348188693
Resume Text: BTECH , BS , B.E , MS , B.TECH python developer , full time , software developer network topology , schema , algorithms , security , databases , docker , linux , gateway , status , rabbitmq , specifications , continuous integration , testing , development work , features , ec2 , django , infrastructure , routers , switches , data processing , kubernetes , designation , hindi , cloud , json , english , project , boot , groups , mongodb , solution architecture , system requirements , redis , fixing , rest , git , computer science , pycharm , flask , custom reports , javascript , history , health management , html , command , affirmative action , mysql , maintenance , kafka , vim , postgresql , email , aws , system development , operations , design patterns , containerization , languages , query optimization , mobile , jira , api , jenkins , ug , case , twisted , authorization , application , storage devices , cron , indexing , ecs , s3 , shell scripting , framework , nginx , python , access points , roaming , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440…
https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440a13465b5b0a5… 1/3
Current Designation: Python Backend SDE
Current Company: VVDN Technologies
Current Location: Noida
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: BTECH [Computer Science]
Verified : Phone Number | Email - id
VVDN Technologies as Python Backend SDE
Jan 2018 to Till Date
1. Project Name: Cloud-based management platform that enables easy setup and
configuration of Access Points, Switches, Routers and Storage devices.
Overview: This was a revolutionary new way to instantly discover,
configure, and continuously monitor and manage your networks of selected
Wi-Fi access points, switches, routers and storagedevices.This was an
industry first, offering plug-and-play setup and management of small
business networks from an easy-to-use mobile App and Cloud Portal.
Technologies Used:
Python Scripting, Consumers, Asynchronous programming using twisted,
pika, asyncio and aiormq libraries, Cron Jobs, Django Rest Framework, AWS
Lambda, API Gateway, NGINX, RabbitMQ, UWSGI, S3, EC2, ALB, CloudWatch,
Jenkins, Chef, Shell scripting
Database:
Extensively worked with MongoDB databases. Which includes involvement in
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ABHISHEK TIWARI
Python Backend,Python Scripting, Application Programming,Project
Management,Requirement Analysis,Solution Architecture,Python, Django, Linux
System,AWS,AWS
lambda,mongoDB,Redis,PostgreSQL,MySQL,Docker,Pytest,kubernetes,RabbitMQ,
kafka,shell scripting
Key Skills: Python Backend SDE,Software Development,Application Programming,Project Management,Requirement
Analysis,Solution Architecture,Django,AWS,MongoDB,Redis,PostgreSQL,MySQL,Docker,Kubernetes,Shell
Scripting,Python,Python Developer,Linux
Summary
Approx 3 years of experience in the areas of Analysis, Design,
Operations and Development.
Experience includes Architecture design, Coding, Client-Interaction,
Testing & Designing.
Conceptually strong with an innovative and analytical approach to the
work with an eye for detail.
Fast Learning and RnD skills.
Good analytical and programming capabilities coupled with excellent
decision making skills.
Good understanding of Algorithms, Data Structures and Design Patterns.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440…
https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440a13465b5b0a5… 2/3
schema design, query optimization, database upgrade, indexing
optimization etc.
Responsibilities:
Mainly responsible for device communication such as device health
processing, device monitoring data processing, device command and
boot processing.
Other responsibilities include analysing, designing, coding and
implementing several cloud modules of this application. Along with
this actively involved with Architecture Design and Development
Code fixing, optimization and maintenance of the application.
System Development Plan, System Requirements, Technical
Specifications, design and test case document.
Participating in client calls and involved in the requirement
gathering from the clients.
Major highlighted features include device health management,
network topology, client roaming history, client browsing history,
connected and disconnected clients management etc.
2. Project Name: IT Assets Report Generation Module
Overview: A way to discover any asset in your corporate network without
installing any software on them. Over 400 built-in network reports, adapt
them to your needs, or build custom reports within minutes.
Technologies Used:
Python Scripting, ECS, RDS, EC2, VPC, Security Groups, IAM, NGINX,
CircleCI, Containerization using Docker
Responsibility:
Responsible for Infrastructure design and development(Dev, Staging
and Production) along with continuous integration and continuous
deployment using CircleCI.
Optimization and maintenance of the application.
Database setup
Containerization of front-end and back-end applications.
Integration of ECS, RDS AWS Services.
Actively involved as an RnD resource while automating the
development work to reduce man hours.
Participating in client calls and involved in the requirement
gathering from the Clients.
UG: B.Tech/B.E. (Computers) from GLA UNIVERSITY in 2018
PG: BTECH (Computer Science) in 0
Education
IT Skills
Skill Name Version Last Used Experience
Python, C
MongoDB, Redis
PostgreSQL, MySQL
Python Scripting
Django framework
FLASK
DOCKER
AWS
CLOUDWATCH
Kubernetes
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440…
https://freesearch.naukri.com/preview/printResume?uname=9cffcf845f1c98b02c9914de247be5e15e5d01544a410016021749580f00074b455a440a13465b5b0a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Jenkins and chef
Shell Scripting
Git, JIRA, Pycharm
Jupytor, VI editor
Vim Editor
JSON, HTML
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 245: Resume 1481 with similarity score 0.03214864437081158
Resume Text: B.E , MS , B.TECH , BS project manager , enterprise integration architect , owner , data architect , full time , informatica , it architect , team member , enterprise architect resource allocation , reporting , api , training , business architecture , sustainability , business case , software solutions , integration projects , spotfire , general , healthcare , transformational , designation , data warehouse , connect , investment , deliverables , mar , platforms , ug , studio , affirmative action , technical architecture , enterprise integration , cloud , analytics , technical direction , learning , hindi , maintenance , architects , travel , player , authorization , english , teams , status , stakeholder management , metadata , virtualization , email , google , application , map , philips , bpo , solution architecture , star , continuous integration , payroll , steps , road , performance tuning , transformations , enterprise architecture , data analysis , cast iron , estimates , digital architecture , languages , decommissioning , landscape , pil , documentation , carbon , global operations , dashboard , process automation , informatics , project reviews , javascript , organization , technology , esb , performance improvement 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f430…
https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f4300101751595d5… 1/3
Current Designation: Enterprise IT Architect - Integration
platform
Current Company: Royal Philips - Enterprise IT
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Royal Philips - Enterprise IT as Enterprise IT Architect - Integration platform
Jun 2018 to Till Date
About the role:
* Currently working as an Enterprise integration Architect for Philips Enterprise IT evaluating the API management for
the Philips Integrated landscape.
* Provide strategic technical direction for defining and evolving IT platforms, systems and solutions within the
technology landscape (PIL) to offer specific business capabilities for the enterprise to conceptualize produce and deliver
offerings to the market. The enterprise architecture function will accelerate the transformation of business and technical
systems as required to meet strategic goals by providing useful and timely information and removing obstacles to current
and future transformations.
Highlights:
* Evaluation of multiple API management platform which includes Google APIGEE and Mulesoft solutions.
* Leading the enterprise integration projects and enabling the projects choose the right integration technology for
application hosted on cloud, on prim or hybrid environment by reviewing and approving the high-level plan.
* Build transition and end architecture including roadmap for integration
* Leading the program for Informatica PC v9, Cast Iron and ESB platform decommissioning project to latest integration
platform
* Responsible for defining and contributing to Next Generation Enterprise Architecture (North Star)
* Preparing the integration road map for Philips IT for next 3 year and working with stakeholder for the implementation
plan and resource with cost estimates for the same.
* On need, act as a project manager driving the integration project and guiding the team for go-live while following the
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
JYOTI SINGH
Enterprise IT Architect-Integration platform seeking roles in System Analysis,Technical
Architecture,Requirement Gathering,Client Management,Project Management,Solution
Architecture,Stakeholder Management,Continuous Integration,Data Analysis
Key Skills: Enterprise IT Architect-Integration platform,Tech Architect,System Analysis,Technical Architecture,Requirement
Gathering,Client Management,Project Management,Solution Architecture,Stakeholder Management,Continuous
Integration,Data Analysis
Summary
14+ Year of total IT Experience with working on different roles demanded by my organization like developer, architect, platform
owner, project manager, lead.
I am high impact team player holding myself and team towards goals and deliverables. Seasoned enterprise architect with all
round abilities of data, Integration and reporting while holding right attitude of learning and helping business achieve its target.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f430…
https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f4300101751595d5… 2/3
SDLC cycle.
* Prepare and produce the enterprise architecture for integration and work on establishing the guideline, process and
governance model on regular basis.
* Develop business case and facilitate delivery of POCs/Pilots
* Conduct Project Reviews, Manage Project and architectural interdependencies
* Translate Business Strategies into IT Investment and migration plans
* Work with multiple stakeholders: IT LT, IT BP, BPO, GBPO, ITGS, IT Delivery, BA's, Solution Architects, Project &
Portfolio Sponsors etc.
* Lead, evaluate and own the integration of the application coming as part Acquisition/Merger.
* Cross Collaborate and work with other Architecture Teams : Cloud, Information, Business Architecture, Enterprise
Process, Software Solutions and Services Architecture, Digital Architecture, Smart Tech & Innovation teams for Tactical
and Transformational services.
* Driving on sustainability program to reduce the carbon footprint in an innovative way while collaborating with multiple
teams for Philips product.
GE Global Operations, Digital as Integration Architect/ Data architect
Dec 2016 to May 2018
About the role:
* Manage the integration and data warehouse for the central warehouse for all the global common applications like
payroll, travel etc. Provide support to stakeholders on request.
* Work with analytics team to build analytical dashboard for reporting purpose.
* Lead multiple RPA projects, which was newly introduced in the company.
Highlights:
* Managing end-to-end projects for the robotic process automation using UI path studio including costing, resource
allocation, requirement gathering until implementation while working with cross-functional teams and guiding the junior
developer on the tool.
* RPA being a new tool in system, setting up all possible processes for projects and enforce the same for smooth
implementation.
* Maintaining the operation team by working with 5 vendor team members keeping the support the commercial data
warehouse live.
* Work with business to understand the commercial requirement and perform data analysis on existing data warehouse
to find the opportunities to build and implement the required solution
* Estimate the timeline, cost for fixes and new requirement along with resource allocation to work on the project while
following the SDLC lifecycle.
* Connect directly with business users using the CDW(commercial data warehouse) on find the right data which they
need and implement the solution
* Apply the best performance improvement solution for existing spotfire reports as and when required and guiding the
team implement the same.
GE healthcare as Technologist
Nov 2011 to Nov 2016
Highlights of role:
* Worked on multiple BI projects while analyzing the requirement, designing, reviewing the code, implementing the best
practice and deploying the code to production for successful l migration.
* Identify data lineage using Informatics MDM while working on projects for quick metadata finding.
* Perform performance tuning by guiding the team to take appropriate steps
* Do the documentation check while communicating with key stakeholders on day to day progress
* Evaluated the Data virtualization tool and its capability for the BI team and gave training to users on same across
business.
* Implemented the Data virtualization tool CIS studio in the BI subject areas after evaluation.
* Guiding the new team member on process and implementation of it.
UG: B.Tech/B.E. (Computers) from VTU in 2005
Education
IT Skills
Skill Name Version Last Used Experience
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f430…
https://freesearch.naukri.com/preview/printResume?uname=582f13f0f991e67133a7440d1a6de4ed58580959421b5f115644170d0b0c041c160f4300101751595d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Informatica Power Center 9.5 2016 9 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 246: Resume 938 with similarity score 0.03211361934051509
Resume Text: B.E , B.TECH software engineer , associate , product development , software developer , full time react.js , award , web development , general , telugu , css , designation , visual studio , tamil , web projects , affirmative action , web design , interpersonal skills , gap analysis , technology services , maintenance , php , jquery , authorization , english , itc , web applications , bootstrap , status , sql , email , aws , mvc , s3 , debugging , problem solving , git , languages , framework , html5 , javascript , program management 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195…
https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195018175f5d5c0… 1/2
Current Designation: Associate IT
Current Company: ITC InfoTech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 4 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ITC InfoTech as Associate IT
Jul 2019 to Till Date
Wankys Software Technologies as Software Engineer
Nov 2017 to Jul 2019
BluRover Software Technology Services as Software Engineer
May 2016 to Oct 2017
UG: B.Tech/B.E. (Computers) from JNTUA in 2016
Last Active: 2-Feb-21 Last Modified: 29-Jan-21
Chandini Perithambi Muni
Associate IT seeking roles in Application Development,Product Development,Project
Management, Program Management,Requirement Gathering, Business
Analysis,Debugging,Coding,Gap Analysis,Solution Designing, Change
Management,HTML,CSS,JAVASCRIPT,JQUERY
Key Skills: Javascript, HTML, CSS, Bootstrap, Responsive, Web Design, Html5, UI Development, Web Development,
React.Js,
Summary
* 4 years of experience in the development of Web applications using HTML and PHP Technologies.
* Hands on experience in HTML, CSS, JAVASCRIPT, JQUERY, PHP, SQL, BOOTSTRAP.
* Knowledge of MVC framework for the development of Web projects.
* Cohesive team worker, having strong analytical, problem solving and interpersonal skills.
* Got appreciation award as Outstanding Contribution in product development
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195…
https://freesearch.naukri.com/preview/printResume?uname=9fcdb40b0225e6f43aa08d5962d067f159585b054f1201160618485f5a0a594a165a195018175f5d5c0… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HTML, Javascript, Jquery
BootStrap,CSS
SVN, Sublime, GIT, Visual Studio
Appzillion, AWS s3
MVC framework - Phalcon , React Js
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 247: Resume 839 with similarity score 0.03209532450552156
Resume Text: B.E , MS , B.TECH software engineer , software developer , project engineer , senior systems engineer , sharepoint developer , full time , cco , system engineer contractual , version control , telugu , root cause , office , web api , approval process , intelligence , status , shipping , infosys , features , asp.net , ports , procurement , sql server , workflow , capture , mitigation , vetting , react.js , interfaces , access , designation , tanker , hindi , json , english , agile , project , deals , mvc , estimates , computer science , documentation , notes , viability , fleet , settlement , vsts , javascript , benchmarking , tax , capital , stored procedures , html , entity framework , vco , visual studio , affirmative action , collaboration , hub , maintenance , utilization , power bi , jquery , vci , fixtures , architecture , email , freight , languages , oil , superintendents , database , functionality , credit , visit , analytics , authorization , risk , sharepoint , approvals , team building , enterprise , c# , models , application , focus , demurrage , records , petroleum , operators , british , repository , agents , kannada , events , market information , metrics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18…
https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18574715505a09… 1/3
Current Designation: Senior Systems Engineer - Dot net
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Infosys as Senior Systems Engineer - Dot net
Aug 2020 to Till Date
A qualified and creative Software Engineer with 2 year 10 months of experience in Application Development,
Maintenance.
Wipro Technologies as Project Engineer -Dot Net
Oct 2017 to Jul 2020
Project handled:
Project: BP Shipping (British Petroleum).
Technologies: C#, .Net, MVC, HTML, SQL, jQuery, Entity framework, ASP.Net, Web API.
Role: Software Developer
Description:
BP Shipping?s remit as the group?s focus for ?all-that-floats? policy including marine assurance, risk mitigation and
shipping casualty management requires efficient collection and management of data. BP Open Shipping System is a
single Global Solution for all BP?s Marine Movements, ?Everything that floats?. BP ships or ships carrying BP cargo call
Last Active: 16-Jan-21 Last Modified: 16-Jan-21
S G Rohini
Project Engineer seeking roles in software Development,Application
Programming,Project Management,Requirement Analysis,Solution
Architecture,C#,.Net,HTML,SQL,jQuery,MVC,ASP.Net,Web API,OOPS,Entity
Framework,VSTS,SSMS. Course on react JS
Key Skills: Software Development,Application Programming,Requirement
Analysis,C#,.Net,HTML,SQL,MVC,ASP.Net,Web API,OOPS,Entity Framework,VSTS,SSMS,Application
Developer,Agile,JQuery,JSON,Senior System Engineer,Sharepoint Developer
Summary
A qualified and creative Software Engineer with 2 year 10 months of experience in Application Development, Maintenance.
Experience in Requirement Analysis and Development using C#, .Net, Entity Framework, SQL, HTML, jQuery, JSON, MVC,
ASP.Net, Web API, OOPS.
Experienced in Database like SQL Server (SQL queries), stored procedures, triggers, views, joins.
Well Versed in trouble shooting and checking the Logs to find out root cause of the issues.
Having enough experience on IDE like Visual Studio.
Experience with VSTS version control tool.
Well versed with software development life cycle models (Agile).
Effective communication, collaboration & team building skills with proficiency at grasping new technical concepts & utilize the
same in a productive manner.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18…
https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18574715505a09… 2/3
at more than 15,000 different ports around the world every year (increasing by around 10% p.a.). Every visit has to be
arranged with specific port agents, the ship?s in-port events monitored and all costs settled. Up-to-the-minute details of
port activity are vital to guarantee the safe and efficient operation of a tanker. BPOSS seamlessly interfaces two-way traffic
between BPOSS and all agents from initial appointment through to cost verification and settlement. BPOSS process some
40-50,000 messages a month, 120,000+ events, $500m bunkering costs, $250m port charges and $19bn worth of freight
(check this is up to date). The application has a diverse global user base of 450+, including Charterers, Ship Operators,
Bunker Procurement, Port Agency, Performance Analysts, Commercial Analysts, Ship Superintendents, Casualty Team,
Oil Operators, Demurrage Analysts, etc.
Charter Analytics Tool (CAT) is an enterprise application primarily used by Charterers from BP Shipping. There are two
main modules in CAT, Market Intelligence & Fixture & Estimates. Additionally, users can setup Contracts of Affreightment
(COA). Charterers use the Market Intelligence (MI) module to capture information gathered from brokers and other
sources. This module helps Charterer to share market information relating to vessel movements and cargoes with other
CAT users, this module has additional feature to mark certain records as confidential so that it is not shared with all the
users. Charterers use the Fixtures & Estimates module to carry out estimates for the commercial viability of a fixture and
to confirm a fixture (which will trigger the creation of a Voyage in the BPOSS system). Different types of fixtures such as
Voyage Charter Out (VCO) created for Controlled Fleet consisting of BP Owned and Time Charters ships and Voyage
Charter In (VCI) created for Non BP Owned Ships. Estimates are done only for VCO?s and not for VCI?s. The VCO
module has additional features such as Benchmark which is a special type of VCO created for each of the Ship Class on a
yearly basis and used for benchmarking. CAT application integrates with other applications such BPOSS Office, iMAS,
BPOSS Hub Agency, RAMMS, MIS, AtoBviaC..
ADAM is a Web Application with functionality to do. Approvals: The tool supports the approval process for TC deals via
workflow: Credit, Management, CCO, Vetting and Tax. It also provides a safe repository for al contractual documentation
and notes relating to the TC. Database: The tool has the functionality keep the key data for all TC deals in the Group. It
creates TC records in CAT. Analytics: Given the data is linked to CAT and BPOSS, it has access to other metrics like
coverage and utilization, useful for the Core Fleet deals. Modelling: Link to Power BI, model charterer?s requirements
against the existing fleet and coverage or capital constraints to identify the optimum TC for Shipping.
UG: B.Tech/B.E. (Computer Science and Engineering) from Koneru Lakshmaiah College of Engineering (KLCE), Arni in
2017
Education
IT Skills
Skill Name Version Last Used Experience
VISUAL STUDIO
C#, .Net
HTML
SQL, Jquery
MVC, Entity Framework
ASP.NET
Web API, OOPS
React.js 2020 0 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Proficient
Hindi Proficient
Kannada Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18…
https://freesearch.naukri.com/preview/printResume?uname=871884d2b5ce5726127c2f5d7dee2eaf0b5d5a0319400d4003114558590f5719105b18574715505a09… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 248: Resume 932 with similarity score 0.032028819565950585
Resume Text: B.E , B.TECH , M.TECH , BS software engineer , full time automation , css , access , designation , ug , developers , visual studio , affirmative action , mysql , hindi , linux , public , maintenance , windows , authorization , english , status , c# , email , project , application , mongodb , less , solution architecture , ubuntu , xml , youtube api , netbeans , data analysis , c++ , computer science , languages , console , hive , general motors , python , google api , fetch , javascript , eclipse , search , technology , hadoop , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f15…
https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f155244150a5b0d0… 1/2
Current Designation: Software Engineer
Current Company: General Motors
Current Location: Bengaluru / Bangalore
Pref. Location: INDIA
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
General Motors as Software Engineer
Jul 2019 to Till Date
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2017
PG: M.Tech (Computer Science) from Vellore Institute of Technology (VIT) in 2020
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Alyosha Raghuvanshi
Fresher seeking roles in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Automation Anywhere,Python,C,C#,C++,JAVA,REACT JS,NODE
JS,MySQL,MongoDB,XML,HTML,CSS,NetBeans
Key Skills: Fresher,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Automation Anywhere,Python,C,C#,C++,JAVA,REACT
JS,NODE JS,MySQL,MongoDB,XML,HTML,CSS,NetBeans
Summary
M.Tech Computer Science fresher with excellence in managing Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Automation
Anywhere,Python,C,C#,C++,JAVA,REACT JS,NODE JS,MySQL,MongoDB,XML,HTML,CSS,NetBeans.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere
Python
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f15…
https://freesearch.naukri.com/preview/printResume?uname=e50111962a14a8aca79fe7e7111ba36e5c5808594b410d400642135b0b0c571b120f155244150a5b0d0… 2/2
Nature of Employment: Full Time Duration: Sep 2018 - Dec 2018
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C, C#, C++
JAVA
React js
Node JS
MySQL
Mongodb
XML, HTML, CSS
Windows, Linux, Ubuntu
NetBeans, Eclipse
VISUAL STUDIO
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: YouTube data analysis using Hadoop and hive, Platform: Ubuntu, Google API, Eclipse
Client: Vellore Institute of Technology
Project Details: The main aim of this project is to demonstrate by using Hadoop concepts,
how data generated from YouTube can be mined and utilized to make targeted, real time and informed decisions. The project
utilizes the YouTube Data API (Application Programming Interface) that allows the applications/websites to incorporate
functions that are used by YouTube application to fetch and view information. The Google Developers Console is used to
generate a unique access key which is further required to fetch YouTube public channel data. Once the API key is generated,
a Net(C#) based console application is designed to use the YouTube API for fetching video(s) information based on a search
criteria.
Rank 249: Resume 398 with similarity score 0.03197361253208539
Resume Text: B.E , MS , BS work from home c programming , public , sql server , completion , assessment , project , management system , python , resume , image processing , computer networking , javascript , yelp , models , computer science , mask , database Assessment
Q1. Why should you be hired for this role?
actually i have 45 projects in this domain.i will give 100 % in all the works .
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Ya I am available .I can start immediately your work .
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
Prashant Kumar
Hubli, Bangalore
Applied 07 Feb'21
Python MSExcel MSOffice
MSPowerPoint C Programming C Programming
Database Management
System DBMS
Image Processing MS SQL Server
SQL Computer Networking Data Structures
Java
Bachelor of Engineering B.E, Computer Science & Engineering
KLE TECHNOLOGICAL UNIVERSITY
2018 - 2022
CGPA 7.80/10
Senior Secondary XII, Science
River Valley Public School
CBSE board)
Year of completion: 2017
Percentage: 67.00%
Secondary X
Dav Public School Hfc Barauni
CBSE board)
Year of completion: 2015
CGPA 8.80/10
Food captioning of yelp dataset
Nov 2020 - Feb 2021
we have to caption the image which is not captioned in the yelp datase.
Sound detection of different species
Jan 2021 - Feb 2021
we have to detect the sound of different species .This is a kaggle comp and in first attempt we got 0.871 accuracy and got
242 ranks.
crime management system
Dec 2020 - Feb 2021
we have used javascript and SQL database for this project.
Face mask detection in both datset and realtime
Oct 2020 - Present
we have to detect the face mask in both static and real time. In that we have made 3 models using different CNN method
maths olympiad state rank 13
CONTACT Phone: 91 6205091953
Rank 250: Resume 777 with similarity score 0.03188514801303662
Resume Text: B.E , MS , B.TECH , BS enterprise architect , devops , product development , full time , vp , lead engineer , technical director resource allocation , embedded c++ , award , training , piping , telugu , platforms , outsourcing , design documents , status , enterprise systems , sap , linkedin , doctors , artifacts , facebook , reliability , technical systems , building , visio , system testing , reach , html5 , soa , sql server , scala , tip , coordinated , negotiation , cms , workflow , organization , suite , mission critical , usability , server side , agility , french , capture , proficy , devops , spark , open source , access , designation , general electric , mar , hindi , technical requirements , firebase , ltd , service providers , web technologies , english , visual c++ , json , search engines , wpf , twitter , screens , agile , leadership , solution architecture , angularjs , corrosion , system requirements , swift , estimates , cordova , computer science , strategy , ionic framework , sms , completion , javascript , history , technology , business requirements , hadoop , tumblr , scrum , performing , healthcare , digital identity , online presence , affirmative action , mysql , project plans , maintenance , typescript , jquery , instrumental , product quality , social media , joomla , email , calibration , business intelligence , wordpress , configuration management , aws , insourcing , engineering management , operations , microsoft , new features , android , 2008 r2 , unit testing , languages , software requirements , hive , development models , mobile , expenses , apps , program management , codes , api , oil & gas , requirement specifications , php , ios , risk , authorization , teams , productivity , record , application , focus , less , requirements gathering , test automation , product design , led , debugging , offshore , software development life cycle (sdlc) , hbase , python , ado.net , reviews , convenience , silverlight , .net framework , vessels , google cloud , erosion 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 1/4
Current Designation: Technical Head
Current Company: Critical River Inc.
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Secunderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Critical River Inc. as Technical Head
Dec 2018 to Till Date
Oversee large-scale program including agile & scrum program, project management / governance, risk management,
outsourcing / insourcing and offshore/onshore development models to achieve business designated goals. Estimate
project budgets to determine total allocated amount. Aid sales teams to increase sales efficiency and automate client
proposal and contract process, while managing receivables. Analyze and monitor user needs and software requirements
to determine feasibility of design and evaluate project scope to provide best solutions.
Key Achievements:
Improved client satisfaction by executing requirements gathering, organizing project functional and technical requirements,
while meeting clients' needs and concerns throughout project lifecycle.
Optimized projects costs and execution to ensure profitable to company, while leveraging quality communication and
negotiation skills to secure various contracts from existing.
Ensured functioning of overall operations of the company by setting up processes and building teams to improve
efficiency.
Enhanced business productivity by delivering quality technological direction and architectural guidance.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Prakash Reddy Imduri
Technical Head seeking roles in Software Engineering Management,Technology
Architecture,Cloud Deployment,Business Intelligence,Program
Management,JAVA,.NET,PHP,MySQL,Microservices,,Python,Hadoop
Key Skills: Technical HeadVP/GM-Technology(IT)/CTO,Software Engineering Management,Technology
Architecture,Cloud Deployment,Business Intelligence,Program Management,JAVA,.NET,PHP,MySQL,C++,Visual
C++,Embedded C++,Scala,Java,Python,Hadoop,MapR,Spark,HBase,Hive
Summary
Proven expertise in Java, Microsoft Technologies, Mobile, BigData, and Open Source Web Technologies with a track record of
success designing and implementing process oriented IT products with keen focus on achieving higher level of efficiency across
various organizational domains. In-depth knowledge of agile/scrum methodologies with history of supporting, automating, and
optimizing mission critical deployments, leveraging configuration management and DevOps processes. Credible history of
leading all phases of Software Development Life Cycle (SDLC) from requirement analysis to test-driven execution of software
products. Recognized for conveying complex technical information into rationalize business terms and recommending novel
solutions to build consensus with key project stakeholders. Instrumental in delivering leadership, direction, strategy and vision in
areas of Technical / Solution Architecture to facilitate and enable growth & business agility.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 2/4
Medicodesk Healthtech Pvt. Ltd as Technical Director
Nov 2015 to Dec 2018
Led end-to-end implementation of technical systems across the organization. Performed QA process to ensure and deliver
quality products. Executed and managed release processes for code through development, test, and production
environments. Took charge in delivering all artifacts like iOS/Android Apps, APIs, server side implementation, WebApp
and Internal Workflows Applications. Delivered quality technological direction; proposing budgets for programs & projects,
purchases & upgrades, supervising computer specialists and IT workers, and presiding over IT related projects.
Formulated high level and detailed design documents according to system requirement specifications. Reviewed and
evaluated effectiveness and efficiency of existing systems by developing technical strategies. Leveraged interpersonal
communication skills with internal clients to determine specific requirements and expectations, while managing client
expectations as an indicator of quality.
Key Achievements:
Identified business requirements to devise effective solutions by contributing in development and review of business and
system requirements.
Improved code quality by performing code reviews, unit testing, and system testing as needed; debugging, testing and
deploying the software.
Accomplished business targets by creating and managing estimates, project plan, project schedule, resource allocation,
and expenses.
Defined process framework by following project life cycle methodology to ensure project completion within budgetary and
timely constraints.
Developing high quality applications in accordance with established company standards and development guidelines.
Improved market position by overseeing multiple tasks for product design, architecture, and development.
Devised and executed high quality applications in compliance with company standards and guidelines.
General Electric as Lead Engineer
Dec 2010 to Oct 2015
Led all phases of product development lifecycle with keen focus on enhancing quality and ensuring reliability/usability.
Wrote testable codes for developing new features design in accordance with client needs. Carried out unit testing, module
testing, and functional test automation to mitigate bugs and optimize product quality. Devised and implemented strategic
Project plans and efforts estimation for end-to-end management of various projects. Developed Mockup Screens and PoC
to acquire feedback from users. Coordinated SQA builds to provide quality training and development courses to enhance
professional practices.
Key Achievement:
Appreciation Award for excellent contribution towards Heath Ahead Program
Engineering Team of the Year Award 2014 for GE Oil & Gas
Engineering Team of the Year Award 2011 for GE Intelligent Platforms.
UG: B.Tech/B.E. (Computer Science and Engineering) from VNR Vignana Jyothi Institute of Engineering and
Technology, Hyderabad in 2003
Education
IT Skills
Skill Name Version Last Used Experience
C#.NET, PHP/MySQL, C++, Visual C++ latest 2015 8 Year(s)
Embedded C++ latest 2018 2 Year(s)
Hive, Hue, Spark2, SCALA 2018 3 Year(s) 0 Month(s)
SQL Server 2008 R2, Mysql latest 2018 10 Year(s)
Postgre SQL, MS Access, Sybase 2018 2 Year(s)
MS-SQL SERVER 2008
.NET Framework, WCF, WPF, WWF, ADO.NET
AngularJs, Ionic Framework, Silverlight
AWS, Google Cloud, GCM/Firebase
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 3/4
Nature of Employment: Full Time Duration: Dec 2015 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Oct 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2013 - Dec 2013
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
HTML5, JQuery
Enterprise Architect, Visio and DBDesign
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
French
Projects
Project Title: GetION (http://getion.in)
Client: Medicodesk Healthtech Pvt. Ltd.
Skill Used: Angular JS, Typescript, Ionic, Cordova, PHP/MySQL API/JSON, Joomla CMS, iOS(Objective C/Swift), Android,
Wordpress, and HTML5
Project Details: ION stands for Im Online, ION builds digital identity for reaching out to patients and prospects as the world of
healthcare is now being transformed by social media and online presence. ION helps healthcare brands getting discovered.
More and more patients are using search engines and social media in this age and ION Re-create will help them discover
healthcare professional expertise. ION Re- Create activates brand has its presence on Client Website, Facebook, and
Twitter, LinkedIn, Tumblr, Emails, and SMS
There are thousands of patients searching for health solutions online and doctor's next expert health tip can give them proper
guidance and build their trust on doctors. With ION Speed-Reach, doctors can simply capture expertise in the form of text,
Image or videos, all from the convenience of mobile and publish it to the digital world with a single touch!
Project Title: Mentor UT for Corrosion and Mentor Create
Client: General Electric Oil & Gas (Business Line - Inspection Technologies)
Skill Used: C#.NET, Embed C++, and WinCE
Project Details: Mentor UT is a powerful, connected ultrasonic flaw detector optimized for corrosion and erosion mapping of
process vessels and piping. Mentor UT brings the power of array inspection to everyday use with an intuitive, touch-screen
interface and customizable inspection application ("apps"). Build custom apps for inspections or use apps pre-installed on the
device. Increase inspection productivity and lower training costs with guided on-device setup and calibration.
Mentor UT combines outstanding UT performance with todays advances in software to create a new kind of inspection
experience. Complex inspections are now as easy as following on-screen menus. Use GE-provided on device apps for
corrosion inspection, or create your own using GEs desktop software, and Mentor Create
Project Title: Open Enterprise
Client: GE India Innovation Center (GE Intelligent Platforms)
Skill Used: C#.NET, Proficy Workflow, WPF, WCF, SOA concepts
Project Details: Proficy Open Enterprise is a powerful application that connects enterprise systems such as SAP to the
Proficy suite of solutions, using ISA-95 and B2MML standards to communicate valuable information. It allows decision
makers at the enterprise level to leverage real-time information about production processesproviding increased visibility and
insight for better business decisions.
By enabling real-time orders to be downloaded into the production layer from enterprise systems and for performance
information to be uploaded to your enterprise systems. Proficy Open Enterprise acts as a bi-directional transport of data
between the two layers. Data is input from enterprise systems and stored within Proficy SOA structureswhere it can be used
inherently by Proficy Workflow or transferred to other applications, including Proficy Plant Applications or third-party
applications through service providers.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a1…
https://freesearch.naukri.com/preview/printResume?uname=c096d836f752e2629a4710d2b033de320d5d5c021c465f1104174658580b594b400a130643465d0e58… 4/4
Job Type: Permanent
Employment Status: Full time
Rank 251: Resume 422 with similarity score 0.03185330839353821
Resume Text: B.TECH , BS work from home c programming , creative writing , public , design , completion , assessment , python , resume , machine learning , css , intelligence , java , technology , digital marketing , sql , computer science , registration , html Assessment
Q1. Why should you be hired for this role?
Keen Learner
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 7654827556
Rahul Kumar Pandey
Meerut, Delhi
Applied 08 Feb'21
Python C Programming C Programming
CSS HTML SQL
Artifical Intelligence Creative Writing Digital Marketing
Java Machine Learning
Bachelor of Technology B.Tech), Computer Science
IIMT Engineering College
2018 - 2022
CGPA 8.11/10
Senior Secondary XII, Science
Crescent Public School
CBSE board)
Year of completion: 2018
CGPA 8.00/10
Secondary X
Crescent Public School
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Static webpage design
Oct 2019 - Nov 2019
I have made a static webpage design for my college website. It contains Landing Page , Registration Page, Login Page,
Applying Page and the Transaction Page on pure Html and Css.
Rank 252: Resume 273 with similarity score 0.03183736914061703
Resume Text: B.TECH work from home internships , access , cam , ltd , twitter , sql , coursera , c programming , mongodb , live , computer vision , operations , resume , neural networks , illusion , data analysis , machine learning , computer science , opencv , django , sentiment analysis , assessment , data science , python , form , organization , web , pygame , capture , online Assessment
Q1. Why should you be hired for this role?
I am fully dedicated to Data Science field and will be fully dedicated to the organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Karan Parihar
Churu, Jaipur
Applied 09 Feb'21
Computer Vision Python C Programming
C Programming Data Structures Machine Learning
Neural Networks R Programming SQL
Django MongoDB
B.Tech Hons.), Computer Science
Poornima college of Engineering
2017 - 2021
Percentage: 75.00%
Data Science
Adhoc Networks Pvt. Ltd., Jaipur
Jun 2019 - Jul 2019
KNN, K. Means, OpenCV, Neural Networks, Sentiment Analysis
Python For Everybody
Coursera, Online
May 2020 - Jul 2020
Number Plate Detection and reading
Jul 2020 - Jul 2020
https://github.com/karanparihar/Projects/tree/main/Number Plate Detection
1. Used OpenCV library to read and process pixels of a given car image
2. Pytessetact library to get that number into text form
Twitter data analysis
Apr 2020 - Apr 2020
https://github.com/karanparihar/Projects/tree/main/Twitter Data Analysis
1. Getting access and token keys from twitter developer account
2. Process sentiment analysis using tweepy and sklearn
Invisible Cloak Illusion
Feb 2020 - Feb 2020
https://github.com/karanparihar/Projects/tree/main/Invisible Cloak
1. OpenCV library to capture live web cam vision
2. Replacing red colored cloak pixels with background pixels to make it invisible in live feed
Flappy Bird(Automated)
Dec 2019 - Dec 2019
https://github.com/karanparihar/Projects/tree/main/Flappy Bird
1. Using pygame library in python to create geme and perform micro
operations
2. NEATNeuroEvolution of Augmenting Topologies) to Automate the game
https://github.com/karanparihar/Projects/tree/main/Number%20Plate%20Detection
https://github.com/karanparihar/Projects/tree/main/Twitter%20Data%20Analysis
https://github.com/karanparihar/Projects/tree/main/Invisible%20Cloak
https://github.com/karanparihar/Projects/tree/main/Flappy%20Bird
CONTACT Phone: 91 9079792163
Rank 253: Resume 25 with similarity score 0.03172847672726244
Resume Text: B.TECH , BS nan functionality , web development , cricket , css , to-do , chess , player , bootstrap , newton , tac , project , express , mongodb , tic , linkedin , sports , github , features , soft skills , problem solving , languages , python , javascript , artificial intelligence , football , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2019 B.Tech Galgotias University, Greater Noida 7.9/10.0
2015 12th St Anne's High School, Patna 70.0%
2012 10th Jesus and Mary Academy, Patna 72.21%
Internship and Certifications
Newton School Coding bootcamp | Newton School
Participated in various Coding contest organized by the platform.
Full Stack Web Development along with Problem Solving.
Technical Stack learned: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, and Bootstrap.
Worked on various projects like To-do-list, Simple Calculator.
Projects
E-PujaStore | Newton School (link)
Static webApp Using React.
Commercial Website for Puja shop.
Role: Developer | Tech stack: React,Express,MongoDB
Tic Tac Toe | Newton School
This project was the famous two players tic-tac-toe game.
The first player is given the first chance and the game goes so on. As soon as any player wins result is shown.
Role: Developer | Tech stack: HTML,CSS,Javascript
Todo List | Newton School
Static WebApp USing React
Features: To-do List with all Functionality such as edit, delete and Save tasks
Role:Developer | Tech Stack:HTML,CSS,javascript and React.
Skills
Computer languages Python, Java, JavaScript, CSS, HTML
Software Packages Node, MongoDb, Express, React, Bootstrap
Additional Courses Taken Data Structure
Soft Skills Communication Skills
Co-Curricular Activities
Representation in various intra-college sports such as cricket, football, and chess.
Member of Guitar Club in college, Greater Noida.
Attended Seminar in D.T.U for Artificial Intelligence.
Abhishek kumar Manglam LinkedIn: abhishek-manglam-183091140
Github: mangabhi
August 2020 - Present
October 2020 - January 2021
October 2020 - October 2020
September 2020 - September 2020
https://www.linkedin.com/in/abhishek-manglam-183091140/
https://github.com/mangabhi
https://e-pujashop.netlify.app/
Abhishek kumar Manglam
LinkedIn:
abhishek-manglam-183091140
Github:
mangabhi
Education
2019
B.Tech
Galgotias University, Greater Noida
7.9/10.0
2015
12th
St Anne's High School, Patna
70.0%
2012
10th
Jesus and Mary Academy, Patna
72.21%
Internship and Certifications
Newton School Coding bootcamp | Newton School
August 2020 -
Present
Participated in various Coding contest organized by the platform.Full Stack Web Development along with Problem Solving.Technical Stack learned: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, and Bootstrap.Worked on various projects like To-do-list, Simple Calculator.
Projects
E-PujaStore |
Newton School
(link)
October 2020 -
January
2021
Static webApp Using React.Commercial Website for Puja shop.Role: Developer | Tech stack: React,Express,MongoDB
Tic Tac Toe |
Newton School
October 2020 -
October
2020
This project was the famous two players tic-tac-toe game.The first player is given the first chance and the game goes so on. As soon as any player wins result is shown.Role: Developer | Tech stack: HTML,CSS,Javascript
Todo List |
Newton School
September 2020 -
September
2020
Static WebApp USing ReactFeatures: To-do List with all Functionality such as edit, delete and Save tasksRole:Developer | Tech Stack:HTML,CSS,javascript and React.
Skills
Computer languages
Python, Java, JavaScript, CSS, HTML
Software Packages
Node, MongoDb, Express, React, Bootstrap
Additional Courses Taken
Data Structure
Soft Skills
Communication Skills
Co-Curricular Activities
Representation in various intra-college sports such as cricket, football, and chess.Member of Guitar Club in college, Greater Noida.Attended Seminar in D.T.U for Artificial Intelligence.
Rank 254: Resume 137 with similarity score 0.03169078824741923
Resume Text: MS , B.TECH work from home api , spring mvc , training , encryption , algorithms , css , security , microsoft azure , mysql , step , cloud , linux , firebase , heroku , bootstrap , spring boot , postgresql , google , application , coursera , c programming , video , steel , fit , resume , android , github , rest , problem solving , computer science , assessment , javascript , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
I been working with android for last 3 years, now that I am in 3 Year in College , I have developed a great number of android applications, I have
written Security applications, cloud/local database connected applications, API connected applications which are stable and robust.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Chandan Kumar
Dhanbad, Bokaro Steel City
Applied 25 Dec'20
Android Data Structures Firebase
Java Algorithms HTML
JavaScript MySQL PostgreSQL
User Interface UI
Development
C Programming CSS
Linux ReactJS Spring MVC
Bachelor of Technology B.Tech), Computer Science & Engineering
DIT University
2018 - 2022
Spring Boot
Coursera, Online
Jul 2020 - Jul 2020
A training on the practical application of Spring Boot
ELearning App
Oct 2019 - Jun 2020
An ELearning application for android fully written by me, backed with Firebase and uses Microsoft Azure Streaming Service.
It has independent admin and teacher control panels.
Password Manager
Jan 2019 - Present
A password manager for Android backed with Google Firebase
Step Counter
Jan 2018 - Present
A Step Counter Application based on Google Fit API
Short Video Platform
Aug 2019 - Present
A demo Short Video streaming application for Android. The concept being similar to T ikTok.
College Management
Jun 2019 - Present
A College Management Demo application built with JavaScript, Node and Bootstrap backed with PostgreSQL database.
Hackerrank 6 Stars in Problem Solving
Encryption and Hashing
REST
Postman
Azure Media Services
Heroku
CONTACT Phone: 91 6201629707
Bootstrap CSS
Git/Github
Rank 255: Resume 738 with similarity score 0.031542748234792896
Resume Text: B.E , MS , B.TECH locator , devops , technology analyst , quality assurance , senior systems engineer , cloud engineer , full time , sql developer , senior consultant , business analyst , team lead computing , financial services , telugu , root cause , apparel , office , docker , linux , teamcity , gateway , test cases , macos , pattern , synchronization , status , store , infosys , bridge , teamcenter , bitbucket , pl/sql , ec2 , kibana , coordinated , workflow , amazon web services , mitigation , conducting workshops , devops , kubernetes , designation , confluence , hindi , cloud , windows , english , project , information extraction , computer science , operational support , one , javascript , load testing , technology , kms , subversion , 3d , developers , affirmative action , oracle , center of excellence , operational activities , maintenance , dynamo , architecture , email , aws , hp , writer , perforce , languages , sme , icinga , dashboards , jira , search , testers , sonar , plm , servicenow , api , jenkins , versioning , toad , building automation , authorization , risk , teams , sharepoint , automation tools , business value , process definition , enterprise , virtualization , solr , business analysis , application , digital assets , focus , requirements gathering , simplification , indexing , change impact analysis , s3 , servers , loadrunner , offshore , storage , e-commerce , agents , events , adoption , python , eclipse , refactoring , process optimization 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f1256…
https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f125645105e095a57… 1/3
Current Designation: Senior Consultant -Software Development
Current Company: Infosys Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Infosys Limited as Senior Consultant -Software Development
Sep 2007 to Till Date
Offshore Python Cloud Engineer for US Financial Services Client
Responsible for Business Analysis of Cloud Compliance for violations of applications hosted on AWS.
Working in Cloud Center of Excellence team as Python AWS Engineer.
Implemented AWS Lambda functions to execute functions/scripts in response to events in Amazon Dynamo DB tables, S3
buckets, HTTP requests using Amazon API Gateway.
Expertise on building automation tools to auto remediate non-compliant AWS Resources using Python Boto3 Library.
Experience working with AWS services like KMS, IAM, Lambda, S3, DynamoDB, CloudWatch, Event Bridge, SSM, RDS,
SNS, SQS.
January 2019 - May 2020: Senior Consultant, Infosys Limited, Hyderabad, India
Offshore Team Lead for adidas AG, Herzogenaurach, Germany
Solution Design of refactoring OnPrem solution of file transfers from factories to HQ on AWS using S3, CloudFront,
DynamoDB, Lambda and EC2 services
Offshore Support Team Lead for critical costing applications of adidas AG
Creating and executing cutover strategies, documenting defects and providing guidance on future enhancements.
Managing Builds, Deployments, User Communication on topics related to Production Environments with utmost care.
Worked closely with Testing and Development teams on identification of Root Cause of any Production Defect and
Documenting in Confluence.
Helping teams in scaling up on Docker, Kubernetes and DevOps Adoption.
Consulting teams to setup Monitoring Tools like ELK Stack, Icinga, Instana, Grafana Dashboards
January 2017 - December 2018: Senior Consultant, Infosys Limited
Onsite at adidas AG, Herzogenaurach, Germany
Consulting role in Apparel 3D Digital Creation process, automation and tools support.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Pavan Singisetty
Senior Consultant seeking roles in Software Development, Python, Cloud,
AWS,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Jira,Confluence,SharePoint,Oracle,MS SQL,Eclipse,Visual Code
Key Skills: Senior Consultant,Tech Lead,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Jira,Confluence,Oracle,Visual Code,TOAD,SQL Developer,Python,AWS,Linux,Cloud
Computing,Cloud,Devops,Elastic Search
Summary
13+ years technical expertise with proven success in various roles and experience with a focus on finding technical solutions to
deliver business value.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f1256…
https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f125645105e095a57… 2/3
Conducting workshops between business and IT stakeholders and identify the current bottlenecks in the process and to
create workflow processes.
Planning and managing Release management of 3D applications used by Designers
Developed Python scripts to validate the Solr indexing of documents for one of the user applications
Implemented AWS Thinkbox Deadline solution for pattern extraction, material information extraction from apparel 3D VSP
file using Python Scripts
January 2015 - December 2016: Consultant, Infosys Limited
Onsite-Offshore at adidas AG, Herzogenaurach, Germany
Subject Matter Expert (SME) for Virtualization process at adidas AG.
Consulting on process optimization, Automation & Simplification of the operational activities in Virtualization projects.
Quality assurance by verifying developed requirements by creating test plans and test cases.
Functioned as a Business Analyst for application build for backend files synchronization from factories to HQ using
Perforce APIs
Implementation of migration tools using Python for Data Files in NAS Storage to Perforce Versioning Tool.
Cross Functional Change Impact Analysis and risk mitigation.
Worked as Business Analyst of e-Commerce Image creation Process.
Coordinated a team of 8 with 3 Operational support resources, 3 developers and 2 testers.
November 2011 - December 2014 Technology Analyst , Infosys Limited
Onsite at adidas AG, Herzogenaurach, Germany
Process definition and Project Management which includes Requirements Gathering and Evaluation, Release
Management, managing stakeholders for key Virtualization workflow application.
Developed automation scripts for workflows and creation of data reports using Python.
Setting up CI tools, TeamCity, Sonar, SVN, Build Agents for adidas AG.
Administration of Perforce Servers used for storing the Digital assets by Designers
Performed Load Testing for to determine performance issues using HP Load Runner.
September 2007 - October 2011 Senior Systems Engineer, Infosys Limited, Hyderabad, India
Developed Store Locator for reebok.com
Web Component Developer for Teamcenter Enterprise Solution.
Document writer for Customized application of Siemens Teamcenter Enterprise PLM.
UG: B.Tech/B.E. (Computer Science and Engineering) from Osmania University, Hyderabad in 2007
Education
IT Skills
Skill Name Version Last Used Experience
Jira, Confluence
SHAREPOINT
Icinga, Kibana
OpsGenie, Blazeeter
ServiceNow
Oracle, MS SQL
Eclipse, Visual Code
TOAD, SQL Developer
Bitbucket
Perforce, Subversion
Jenkins, TeamCity, Docker, Kubernetes
HP LOADRUNNER
Windows, MacOs
MS OFFICE
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f1256…
https://freesearch.naukri.com/preview/printResume?uname=5e02e83a76dfe65702f51d01f5f1e1cc58540f021f135f190712120d0b0c034e450f125645105e095a57… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Python, Java, Oracle
PL/SQL, Shell Script
AMAZON Web Services
Terraform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 256: Resume 1220 with similarity score 0.03150289904865207
Resume Text: B.S , MS , BS software engineer , software developer , full time , team member , medical assistant codes , software solutions , telugu , entity framework , visual studio code , css , criminal justice , designation , b2c , affirmative action , authentication , web api , hindi , data manipulation , maintenance , azure , jquery , player , redwood , advanced , english , pattern , containment , screening , web applications , bootstrap , status , authorization , excel , c# , email , project , claims management , groups , requirements gathering , solution architecture , framework design , independent contributor , range , testing , writing , mvc , database design , debugging , accessibility , problem solving , languages , asp.net , agents , sql server , toxicology , one , web pages , javascript , .net framework , windows 7 , insurance , business requirements , learning , stored procedures , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420…
https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420411425a0e5a5… 1/3
Current Designation: Software Engineer -Dot Net
Current Company: InteQ Software Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
InteQ Software Solutions as Software Engineer -Dot Net
Apr 2018 to Till Date
PROJECT PROFILE:
Projects Handled in InteQ Software Solutions, Hyderabad.
Project 1:
Title : Global Excel Management
Role : Team Member.
Environment : Visual Studio 2017, Visual Studio Code .Net (ASP.Net 4.5, C#.Net), jQuery, Bootstrap, HTML, AJAX,
Web API.
Description:
Global Excel is a full-service cost containment, claims management and medical assistant company offering a complete
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
G. Anil Kumar
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,C#,ASP.Net,SQL
Server,HTML,CSS,JavaScript,jQuery,Bootstrap,Ajax,Web API,React Js
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,C#,ASP.Net,SQL
Server,HTML,CSS,JavaScript,jQuery,Bootstrap,Ajax,Web API,React Js
Summary
2.10 Years of Experience in Design, Analysis and Development of Web applications.
Hands-on experience in C#, ASP.Net, SQL Server, HTML, CSS, JavaScript, jQuery, Bootstrap, Ajax, Web API.
Solid knowledge in WCAG (Web Content Accessibility Guidelines), Object Oriented Programming and Software Development
Life Cycle (SDLC).
Experience in Database analysis and design and data manipulation using SQL Server.
Ability to work in groups as well as independently with minimal supervision. Responsible for modifying applications according to
the Clients requirement.
Quick learner, self-starter and enthusiastic in learning new technologies and concepts and have been working under aggressive
deadlines.
Problem solving capability peered with strong communication skills.
Adaptability to work on different systems/areas.
Versatile team player as well as independent contributor.
Ability to conceptualize, document and communicate project ideas and plans.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420…
https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420411425a0e5a5… 2/3
range of service to international, Canadian and U.S. domestic clients.
Worked on GEM Portal and Claimant Portal Applications.
GEM Portal is a Web Application to view the Policies and claims for the user. This application can be used for the
Insurance Agents, and Corporate Clients to view the Policy and Claims for users in a Insurance Company.
Claimant Portal is a Web Application used for the Policy holders and their Dependents of the Insurance company to view
their claims and Bills.
Project 2:
Title : Redwood Toxicology Laboratory
Role : Team Member.
Environment : Visual Studio 2015, Visual Studio Code .Net (ASP.Net 4.5, C#.Net), Windows Application and Web
Application, HTML, SQL Jobs.
Description:
Redwood Toxicology Laboratory (RTL) is committed to providing reliable, innovative and value-forced substance abuse
screening products and lab services to the criminal justice and treatment markets. As one of the nation?s largest drug and
alcohol testing laboratory in U.S.
RESPONSIBILITIES:
Implemented the application using .Net Framework design pattern.
Involved in UI design, development and testing the web pages.
Involved in Azure B2C User Migration and Authentication.
Involved Making the Application as WCAG (Web Content Accessibility) Compliant.
Involved in requirements gathering and analysis
Coded extensively in C# targeting the Business requirements
Involved in writing the stored procedures as well as Database design.
Gained extensive debugging experience of advanced C# codes.
UG: B.Sc (Computers) from satavahana university in 2014
PG: MCA (Computers) from Osmania University in 2017
Education
IT Skills
Skill Name Version Last Used Experience
windows 7, 8.1,10.
C#.Net, SQL
HTML, CSS
AJAX, JAVASCRIPT
Bootstrap, WCAG
ASP.Net, React Js
MVC, Entity Framework
sql server 2008/2012
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420…
https://freesearch.naukri.com/preview/printResume?uname=a57cf532c31fd04839b9c895e16f9ce70c0f0e571e450a470512405e5a5b5618420c420411425a0e5a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Rank 257: Resume 975 with similarity score 0.031448781995752885
Resume Text: B.E , MS , B.TECH software developer , senior software engineer , full time , senior php developer , php programmer react.js , solutions focused , css , ielts , ug , affirmative action , mysql , interpersonal skills , maintenance , php , jquery , authorization , english , node.js , status , postgresql , joomla , email , codeigniter , application , wordpress , angularjs , operations , android , git , computer science , languages , framework , malayalam , javascript , high court , tactical plans , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b43…
https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b4352121350090d0… 1/2
Current Location: Kochi
Pref. Location: Cochin,Ernakulam,Kochi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Pumex infotech as Senior Software Engineer
Oct 2018 to Aug 2020
Autograde International as Senior PHP Developer
Jun 2017 to Oct 2018
Unitybees as Senior PHP Programmer
Apr 2016 to Jun 2017
NIC Computer Cell High Court of Kerala as PHP Programmer
Jan 2013 to Apr 2016
Celswa Digitals as PHP Programmer
Jul 2011 to Jan 2013
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
TONY GEORGE
Senior Software Engineer with 8years of experience
Key Skills: mysql,postgresql,javascript,jquery,ajax,core php,codeigniter
framework,html,css,php,angularjs,React.Js,Node.Js
Summary
Solutions focused, meticulous and results-oriented B.Tech (Computer Science) Professional offering 7 years of successful
career in IT arena distinguished by commended performance and proven results
Extended expertise in understanding the process, understand operations sequences, process parameters required to achieve
quality characteristics
Recognized as a hands-on, proactive professional who can rapidly identify problems, formulate tactical plans, initiate change
and implement effective programs in challenging and diverse environments
Strong analytical and problem-solving skills, effective written and verbal communication skills, interpersonal skills, organizational
and multi-tasking skills
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b43…
https://freesearch.naukri.com/preview/printResume?uname=75f5fefb1d236d29bf634b41b26b81700b5a5c55191b0d120b11425d5f0e571f135b4352121350090d0… 2/2
UG: B.Tech/B.E. (Computers) from Mahatma Gandhi University (MGU) in 2009
Other Qualifications/Certifications/Programs:
Diploma in .Net Technologies
IELTS
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP 7 2019 8 Year(s) 3 Month(s)
JOOMLA, WORDPRESS 2013 1 Year(s) 0 Month(s)
CODEIGNITER 3.0 2018 2 Year(s) 6 Month(s)
JavaScript 2019 8 Year(s) 3 Month(s)
MySQL 2019 8 Year(s) 3 Month(s)
AJAX 2019 8 Year(s) 3 Month(s)
JQUERY 2019 8 Year(s) 3 Month(s)
Angular 8 2019 1 Year(s) 6 Month(s)
PostgreSQL 2018 1 Year(s) 0 Month(s)
Android application development 2018 0 Year(s) 6 Month(s)
React.js 2019 1 Year(s) 6 Month(s)
GIT 2019 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Malayalam
Rank 258: Resume 594 with similarity score 0.031296676800401234
Resume Text: MS , B.TECH , BS work from home c programming , public , completion , assessment , resume , algorithms , python , ibm , mar , organization , welfare , java , technology , toolbox , scientists , computer science , coursera , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get interviewed at such a renowned company.
Your organization will surely prove to be an excellent platform for me to establish my skills and knowledge in the corporate world.
Even though I am a fresher, I assure you that I will give my best and work to my full potential so that I can contribute as much as I can towards the
growth and welfare of this great brand.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , I am available for internship for 3 months. I can start internship from March 16,2021 .
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9467803739
Sushant Jangra
Bhiwani, Delhi
Applied 03 Feb'21
Algorithms C Programming Data Structures
Java MSOffice Python
Bachelor of Technology B.Tech), Computer Science
Technological Institute Of Textile And Sciences
2018 - 2022
Senior Secondary XII, Science
Km Public School Bhiwani
CBSE board)
Year of completion: 2018
Secondary X
SAINIK HIGH SCHOOL, BHIWANI
HBSE board)
Year of completion: 2016
Pyhton
Cognitive Classes By IBM, Online
Jun 2020 - Jul 2020
The Data Scientists Toolbox
Coursera, Online
May 2020 - Jul 2020
Java
Coursera, Online
Mar 2020 - Apr 2020
Rank 259: Resume 80 with similarity score 0.031293906426369845
Resume Text: B.S , MS , BS work from home , technical consultant sap , database , public , manual testing , training , assessment , completion , ltd , it , python , resume , application , organization , java , mar , html , data analytics Assessment
Q1. Why should you be hired for this role?
As, I have just started my career, I don't have much practical achievement but I have little bit practical achievement in some fields like SAP ABAP,
SAP PI/PO, SD Manual Testing, 3 months training in Python with data analytics which will definitely used somewhere in you organization,but I really
want to practically explore and experience my potential by delivering the best services to the company.It will be my honour to work with you and
this organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for this opportunity.
Resume
EDUCAT ION
JOBS
TRAININGS
Antima Choudhary
Greater Noida
Applied 09 Feb'21
Python Database Management
System DBMS
HTML
Java
Master of Computer Applications MCA, Computer Application
Galgotias University
2018 - 2020
CGPA 8.69/10
Bachelor of Computer Applications BCA, Computer Application
D.P.B.S PG COLLEGE ANOOPSHAHR
2015 - 2018
Percentage: 70.33%
Diploma, DIPLOMA IN FINANCIAL ACCOUNTING
ICON COMPUTER EDUCATION
2014 - 2015
Percentage: 80.00%
Senior Secondary XII, Science
CJ DAV CENTENARY PUBLIC SCHOOL,MEERUT
CBSE board)
Year of completion: 2014
Percentage: 64.00%
Secondary X
KENDRIYA VIDHYALAYA IOC BARAUNI
CBSE board)
Year of completion: 2012
Percentage: 66.00%
SAP ABAP Technical Consultant
Techbrawn IT SOLUTIONS PVT LTD, Virtual
Mar 2020 - Present
Python With Data Analytics
Tech Avera, Noida
Jun 2019 - Aug 2019
I did my training from tech avera which is located in noida in python with science.
Tools on which i had work are:-
1-pycharm (for python)
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7060035798
For data analytics use jupyter notebook and these tools on which i work are:-
2-numpy
Secured 3rd position in bca.
Rank 260: Resume 320 with similarity score 0.031212377886364495
Resume Text: B.E , BS work from home , machine learning engineer , business development training , assessment , ltd , particular , english , resume , python , player , football , ion , edge , ml , machine learning , computer science , django , data analytics Assessment
Q1. Why should you be hired for this role?
As Internshala Mentioned that this platform is encouraging freshers and enthusiastic person like me, I assume that this will be a breakthrough for
my cv. As you can see my resume, I have all that relevant skills which are required in my current job , I tech many students so that is not the issue
for me.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, Absolutely
Resume
EDUCAT ION
JOBS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8160863161
Mayank Hirani
Rajkot
Applied 09 Feb'21
English Proficiency Spoken)
Bachelor of Engineering B.E, Computer Science & Engineering
GEC Rajkot
2016 - 2020
Machine Learning Engineer
Maxgen Technologies Pvt Ltd., Ahmedabad
Dec 2020 - Present
Machine Learning Researcher, Data Analytics, AI Researcher
Experience with multitude of cutting edge tools and technologies for Ai/ML/Python/Django.
Business Management
KING'S COLLEGE, London
May 2020 - Present
In, this particular training I have learn so many things like Business Development.
Business Development Administration , where how to build your business and all.
State level football player
Rank 261: Resume 1126 with similarity score 0.031178086647478568
Resume Text: B.E , B.TECH full time , system analyst , front end developer , it analyst redux , general , microsoft azure , designation , ug , affirmative action , oracle database , hindi , angular , powerapps , maintenance , firebase , typescript , authorization , english , sharepoint , status , email , application , mumbai , github , languages , html5 , sql server , python , vsts , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a18…
https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a180314145f5a0d… 1/2
Current Designation: IT Analyst
Current Company: Tata Consultancy Services (TCS)
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Navi Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [field of Mechanical
Engineering]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as IT Analyst
Jan 2016 to Till Date
Front End Developer working on Front End Technologies like Angular, React, JavaScript, Typescript, Html5, CSS3
UG: B.Tech/B.E. (field of Mechanical Engineering) from Don Bosco Institute of Technology mumbai in 2015
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
MOHAMMED IBRAHIM KHOT
IT Analyst seeking roles in Software Application,Requirement Gathering,Configuration
Management,Front End Development,Angular, Python,Angular, NgRx, RxJs, React,
Redux,SharePoint, HTML5, CSS3, JavaScript, Typescript, Powerapps, Power
Automate
Key Skills: it analyst,system analyst,software application,requirement gathering,configuration
management,angular,python,ngrx,rxjs,react,redux,sharepoint,html5,css3,javascript,front end
development,Typescript,Powerapps,Power Automate
Summary
The Result oriented professional of having 5 years of experience in Software Application,Requirement Gathering,Configuration
Management,Front End Development,Angular, Python,Angular, NgRx, RxJs, React, Redux,SharePoint, HTML5, CSS3,
JavaScript, Typescript, Powerapps, Power Automate
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Python 0 Year(s) 0 Month(s)
Angular, NgRx, RxJs, React
Redux, PowerApps, Power Automate
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a18…
https://freesearch.naukri.com/preview/printResume?uname=e471cad4a249ece18a7a84699cd5db600c0c085348100d195545415a0b09524a1b0a180314145f5a0d… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SharePoint, HTML5
CSS3, JavaScript, TypeScript
Sql SERVER Development
Oracle Database
Firebase
Microsoft Azure
GitHub, VSTS, TFS
Languages Known
Language Proficiency Read Write Speak
english
hindi
marathi
Rank 262: Resume 593 with similarity score 0.031113375708510735
Resume Text: MS , B.TECH work from home , machine learning intern api , training , dash , internships , dance , deep learning , data extraction , classification , nlp , mysql , data analytics , shopping cart , hindi , natural language processing , nimble , english , satellite , teams , instrumentation , models , project , packing , nasa , mongodb , map , computer vision , scenario , prediction , resume , neural networks , electronics , construction , folk , facebook , led , drive , machine learning , damage , building , django , earthquake , flask , parsing , assessment , data science , python , one , object detection , forecasting , ml , organization , spectrum , technology , artificial intelligence , online Assessment
Q1. Why should you be hired for this role?
I am really interested for the role of Machine Learning Intern at your company. I have quite a bit of experience with Machine Learning and Deep
Learning, and have worked on various projects related to computer vision, NLP and neural networks, using both Tensorflow and Pytorch
frameworks. I have a desire to learn and improve myself, and I believe with your organization, I will be able to develop my skills and learn and
improve myself, while significantly contributing to your organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Suryansu Dash
Bhubaneswar, Cuttack
Applied 07 Feb'21
Python Deep Learning Machine Learning
Computer Vision Data Science Data Structures
MongoDB MySQL Natural Language Processing
NLP
Django
Bachelor of Technology B.Tech), Instrumentation And Electronics Engineering
College Of Engineering & Technology, Bhubaneswar
2018 - 2022
CGPA 8.23/10
Machine Learning Intern
Grroom AI, Virtual
Jan 2021 - Present
My work at Grroom AI was to annotated images and work and train object detection models on these annotated images. The
model I was working on was the Yolov4 model.
AI Intern
Widhya, Virtual
Jan 2021 - Present
Worked on 4 projects, one each week. The projects ranged from domains such as NLP, resume parsing, to time series
forecasting and deep learning models.
Led around 30 students in the Spectrum Internship drive, in the domain of Data Science and Machine Learning, organized by
Spectrum Club. Duties included guiding them into building a successful project towards the end of the internship.
As a member of the Spectrum Club, collaborated with my technical colleagues to organize a Python workshop, which was
attended by more than 150 students in the college.
Deep Learning With Artificial Intelligence
GUVI, Online
Feb 2020 - Jun 2020
Learning about the various techniques used in neural networks and deep learning as well as how to implement them in the
field of AI and Data Analytics.
Data Science/ML
NIMBLE TECH, Bhubaneswar
Jul 2019 - Aug 2019
Learnt about the various techniques used in Data Science and Machine Learning, and how to implement them in real life
scenarios.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6000748905
Shopping Cart API using Flask and MongoDB
Dec 2020 - Dec 2020
https://github.com/C3Suryansu/Shopping-cart-API
A simple shopping cart API using Python and MongoDB. The API can add a product, show all products, delete a product and
update a product details. It was tested using Postman.
Earthquake damage prediction
Nov 2020 - Nov 2020
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
Built a Machine learning model on 2015 Gorkha earthquake in Nepal dataset. This model can be used to predict the damage
to a building in the possible scenario of an earthquake, based on geographic location and building construction.
NASA Satellite image data Extraction and plotting
Sep 2020 - Oct 2020
https://github.com/C3Suryansu/NASASentinel-Data-Extraction
Using various python libraries and modules, I extracted data from the Sentinel5p satellite, and plotted the data into a map
like format, after processing the data and extracting the relevant part out of it.
Traditional Dance Classification from Images
Jun 2020 - Jul 2020
https://github.com/C3Suryansu/Traditional-Dance-Classification
Built a Convolutional Neural Network, to classify the type of folk dances of India from input images. Used Data Augmentation
techniques to increase the amount of data, as well as used VGG16 to train the model.
English to Hindi Transliteration
May 2020 - Jun 2020
https://github.com/C3Suryansu/English-Hindi-Transliteration
Using Pytorch, implemented a English-Hindi Transliteration RNN model. Learnt and applied the concepts of Teacher forcing,
Attention mechanism, as well as LSTMs & GRUs. Also implemented the concepts of packing and batching of data for faster
training.
Qualified for Smart India Hackathon among 40 teams, and was in the top 3 teams in the software domain in the college out
of the 5 selected.
Qualified for the first round in Facebook hacker cup with a rank of 6200 among 32000 people worldwide.
Achieved a rank of 273/3500 teams in Earthquake damage prediction modelling on drivendata.org
https://github.com/C3Suryansu/Shopping-cart-API
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
https://github.com/C3Suryansu/NASA-Sentinel-Data-Extraction
https://github.com/C3Suryansu/Traditional-Dance-Classification
https://github.com/C3Suryansu/English-Hindi-Transliteration
Rank 263: Resume 457 with similarity score 0.031105898139780805
Resume Text: B.E , MS work from home c programming , mongodb , assessment , resume , computer engineering , python , javascript , android , ion , technology , machine learning , computer science , mysql , database , kickstart Assessment
Q1. Why should you be hired for this role?
I have recently graduated in Computer Engineering from MIT pune with a first class with distinction.I want to enhance my knowledge and skills
further and an internship at your company will be helpful to kickstart my career.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available immediately for a work from home internship for the duration of 3 months.
Resume
EDUCAT ION
CONTACT Phone: 91 7756973280
Riya Abhyankar
Pune
Applied 08 Feb'21
Python C Programming C Programming
Data Structures Database Management
System DBMS
Java
JavaScript Machine Learning MongoDB
MySQL Swing Java) Android
R Programming
Bachelor of Engineering B.E, Computer Science
Maharashtra Institute Of Technology, Pune.
2014 - 2020
CGPA 8.08/10
Rank 264: Resume 592 with similarity score 0.031084103575495552
Resume Text: MS , B.TECH work from home , machine learning intern api , training , dash , internships , dance , deep learning , data extraction , classification , nlp , mysql , data analytics , shopping cart , hindi , natural language processing , nimble , english , satellite , teams , instrumentation , models , project , packing , nasa , mongodb , map , computer vision , scenario , prediction , resume , neural networks , electronics , construction , folk , facebook , led , drive , machine learning , damage , building , django , earthquake , flask , parsing , assessment , data science , python , one , object detection , forecasting , ml , organization , spectrum , technology , artificial intelligence , online Assessment
Q1. Why should you be hired for this role?
I am really interested for the role of Deep Learning Intern at your company. I have quite a bit of experience with Machine Learning and Deep
Learning, and have worked on various projects related to computer vision, NLP and neural networks, using both Tensorflow and Pytorch
frameworks. I have a desire to learn and improve myself, and I believe with your organization, I will be able to develop my skills and learn and
improve myself, while significantly contributing to your organization.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Suryansu Dash
Bhubaneswar, Cuttack
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Deep Learning Machine Learning Data Science
Data Structures MongoDB MySQL
Django
Bachelor of Technology B.Tech), Instrumentation And Electronics Engineering
College Of Engineering & Technology, Bhubaneswar
2018 - 2022
CGPA 8.23/10
Machine Learning Intern
Grroom AI, Virtual
Jan 2021 - Present
My work at Grroom AI was to annotated images and work and train object detection models on these annotated images. The
model I was working on was the Yolov4 model.
AI Intern
Widhya, Virtual
Jan 2021 - Present
Worked on 4 projects, one each week. The projects ranged from domains such as NLP, resume parsing, to time series
forecasting and deep learning models.
Led around 30 students in the Spectrum Internship drive, in the domain of Data Science and Machine Learning, organized by
Spectrum Club. Duties included guiding them into building a successful project towards the end of the internship.
As a member of the Spectrum Club, collaborated with my technical colleagues to organize a Python workshop, which was
attended by more than 150 students in the college.
Deep Learning With Artificial Intelligence
GUVI, Online
Feb 2020 - Jun 2020
Learning about the various techniques used in neural networks and deep learning as well as how to implement them in the
field of AI and Data Analytics.
Data Science/ML
NIMBLE TECH, Bhubaneswar
Jul 2019 - Aug 2019
Learnt about the various techniques used in Data Science and Machine Learning, and how to implement them in real life
scenarios.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6000748905
Shopping Cart API using Flask and MongoDB
Dec 2020 - Dec 2020
https://github.com/C3Suryansu/Shopping-cart-API
A simple shopping cart API using Python and MongoDB. The API can add a product, show all products, delete a product and
update a product details. It was tested using Postman.
Earthquake damage prediction
Nov 2020 - Nov 2020
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
Built a Machine learning model on 2015 Gorkha earthquake in Nepal dataset. This model can be used to predict the damage
to a building in the possible scenario of an earthquake, based on geographic location and building construction.
NASA Satellite image data Extraction and plotting
Sep 2020 - Oct 2020
https://github.com/C3Suryansu/NASASentinel-Data-Extraction
Using various python libraries and modules, I extracted data from the Sentinel5p satellite, and plotted the data into a map
like format, after processing the data and extracting the relevant part out of it.
Traditional Dance Classification from Images
Jun 2020 - Jul 2020
https://github.com/C3Suryansu/Traditional-Dance-Classification
Built a Convolutional Neural Network, to classify the type of folk dances of India from input images. Used Data Augmentation
techniques to increase the amount of data, as well as used VGG16 to train the model.
English to Hindi Transliteration
May 2020 - Jun 2020
https://github.com/C3Suryansu/English-Hindi-Transliteration
Using Pytorch, implemented a English-Hindi Transliteration RNN model. Learnt and applied the concepts of Teacher forcing,
Attention mechanism, as well as LSTMs & GRUs. Also implemented the concepts of packing and batching of data for faster
training.
Qualified for Smart India Hackathon among 40 teams, and was in the top 3 teams in the software domain in the college out
of the 5 selected.
Qualified for the first round in Facebook hacker cup with a rank of 6200 among 32000 people worldwide.
Achieved a rank of 273/3500 teams in Earthquake damage prediction modelling on drivendata.org
https://github.com/C3Suryansu/Shopping-cart-API
https://github.com/C3Suryansu/Richter-s-Predictor-Modeling-Earthquake-Damage
https://github.com/C3Suryansu/NASA-Sentinel-Data-Extraction
https://github.com/C3Suryansu/Traditional-Dance-Classification
https://github.com/C3Suryansu/English-Hindi-Transliteration
Rank 265: Resume 317 with similarity score 0.031052975781786535
Resume Text: MS , B.TECH , BS summer internship mechanisms , atmosphere , telugu , workshops , mar , profiles , conferences , chess , employability , machining , english , advanced , teams , field work , technical proficiency , conflict , nss , productivity , excel , cars , email , aerospace , time management , coursera , sports , surface , petroleum , road , components , discharge , problem solving , languages , it infrastructure , electro , mobile , python , system administration , birth , organization , technology , motors , learners , learning , ansys Problems in Cars. We have been appointed in Engine Field Work. Learn Various Types of Engines in Cars Assemble & Disassemble the
Engines. I have also observed the mechanisms installed for various Cars for different purposes and learnt their applications in industrial.
needs.
May 2019 - Jun 2019 MARUTHI SUZUKI VARUN MOTORS
SUMMER INTERNSHIP
Feb 2019 INDIAN ENGINEERING OLYMPAID | GATE FOURM
AWARDS AND RECOGNITIONS
DRONE TECHNOLOGY
Organized by: ISIE | Date: Mar 2020
CONFERENCES AND WORKSHOPS
MAREEDU BHANU NARAYANA MURTHY
Course : B.Tech, Mechanical Engineering,2021
Email : bhanumareedu222@gmail.com
Mobile : 9182835374
Percentage: 75%
ACADEMIC DETAILS
COURSE INSTITUTE/COLLEGE BOARD/UNIVERSITY SCORE YEAR
CLASS XII M.P.C NARAYANA JUNIOR COLLEGE STATE 2017
CLASS X
SRI SAI SRINIVASA HIGH SCHOOL STATE 2015
Subjects / Electives
Technical Proficiency
CERTIFICATIONS
CERTIFICATION
CERTIFYING
AUTHORITY
DESCRIPTION
System Administration
and IT Infrastructure
Services
COURSERA
Systems administration is the field of IT that is responsible for maintaining reliable
computers systems in a multi-user environment to use industry tools to manage computers, user
information, and user productivity.
Excel Skills for
Business
ADVANCED
COURSERA
Spreadsheet software remains one of the most ubiquitous pieces of software used in workplaces across
the world. Learning to confidently operate this software means adding a highly valuable asset to your
employability portfolio. ... In this Specialization, learners develop advanced Excel Skills for Business.
May 2020
((nC
COMPETITIONS
Sports Team (CHESS)
A team sport includes any sport where individuals are organized into opposing teams which compete to win. Team members set goals, make
decisions, communicate, manage conflict, and solve problems in a supportive, trusting atmosphere in order to accomplish their objectives.
EXTRA CURRICULAR ACTIVITIES
Electro discharge machining is one of the widely accepted advanced machining processes used to machine components with intricate shapes
and profiles.
This type of machining processes is predominantly used in the applications of aerospace, marine, petroleum and auto motive industries for
uniform and good surface finishing and accuracy.
Dec 2019 - Apr 2020 ELECTRICAL DISCHARGE MACHINING - MECHANICAL
PROJECTS
An organized and hard-working individual looking for responsible practical experience.
Proficient in utilizing tools and resources.
SUMMARY
I have done my internship at MARUTHI SUZUKI (VARUN MOTORS) for five weeks. I have Learnt various methods to Resolved the
SPECIALIZATION
S.S.C
87.6%
73%
NATIONALENGINEERINGOLYMPAID-[N.E.O-3.0]
I want to see myself as an integral part in the growth of the organization and the individuals (coworkers) as well with my first hand
C, Python Language, Ansys
knowledge of C, Python Languages and Designing the Applications of Pasword settings.
mailto:bhanumareedu222@gmail.com
Date of Birth – 23-04-2000 [M.B.N. Murthy, S/O M. Srinivas Rao].
Permanent Address – Vishnu Puram Colony, Road No -5, Flat No-104, Poranki, Vijayawada, Krishna District, Andhra Pradesh.
Languages known – English, Telugu.
PERSONAL DETAILS
Communication skills and Technical competency.
Flexibility.
Time Management.
PERSONALITY TRAITS
May 2018 - Mar 2020 NSS - Role: CARRER PATH | Cause: Environment
VOLUNTEER EXPERIENCE
Problem Solving.
Rank 266: Resume 873 with similarity score 0.03098710195708273
Resume Text: B.E , B.TECH software engineer , full time , software developer react.js , redux , core java , css , designation , ug , affirmative action , hindi , maintenance , authorization , english , shopping , bootstrap , status , sql , email , business analysis , project , application , solution architecture , c++ , computer science , languages , amazon , javascript , technology , learning , html , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c1…
https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c160711470b5d0… 1/2
Current Designation: Software Engineer
Current Company: triSys IT Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
triSys IT Services as Software Engineer
Feb 2020 to Till Date
Fronted developer
UG: B.Tech/B.E. (Computer Science) from Birla Institute of Technology (BIT), Ranchi in 2019
Last Active: 2-Feb-21 Last Modified: 26-Jan-21
Sashisu Kumar
Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Gathering,Business Analysis,Solution Architecture,User Interface
Designing,React.Js,Core Java,HTML,CSS,SQL
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Gathering,Business Analysis,Solution Architecture,User Interface Designing,React.Js,Core
Java,HTML,CSS,SQL
Summary
I have experience of 1 year in which i have worked in 3 project.
First project is related to shopping like Amazon.
Second project is similar to Online examination system and learning.
Third project is related to hospital.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
HTML
CSS
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c1…
https://freesearch.naukri.com/preview/printResume?uname=0e255509ae1e69609174e7471277a6a50d555a0448425a420b19465b0e015642100c160711470b5d0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
CORE JAVA
C, C++
REACT
Redux
BOOTSTRAP
SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 267: Resume 751 with similarity score 0.03087526751977792
Resume Text: B.E , MS , B.TECH , BS lead consultant , project lead , cassandra developer , associate , full time , part time , team lead , technical lead multi-tenant , mapreduce , fault tolerance , docker , status , batch processing , network automation , application architecture , sap , testing , components , pipeline , streams , elasticsearch , data processing , capture , pdi , pentaho , designation , mar , hindi , cloud , cluster , ltd , english , code review , throughput , agile , project , mongodb , microservices , provisioning , numbers , solution architecture , angularjs , software architecture , data recovery , javascript , connectors , availability , hadoop , gemini , performance improvement , reporting , change requests , options , data migration , affirmative action , oracle , maintenance , business logic , apache kafka , bods , email , aws , coursera , ad-hoc , languages , console , sqoop , big data , hive , unstructured data , cassandra , web , api , nosql , telecom , case , authorization , spring boot , government , replication , sink , python , distributed applications , load , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1…
https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1605101551090… 1/3
Current Designation: Senior Technical Lead
Current Company: YASH Technologies Pvt. Ltd
Current Location: Indore
Pref. Location: Hyderabad,Pune,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
YASH Technologies Pvt. Ltd as Senior Technical Lead
Mar 2019 to Till Date
Detailed Project Experience:
Project 1 From Aug 2019 to Jul 2020
Client Name Major Pharma Client
Project Name Middle Layer
Team Size 15
Role Kafka - Pentaho - ElasticSearch Lead Consultant
Environment Agile
Brief Description of Project:
Middle Layer End Users were facing Performance bottlenecks around functionalities depending on On-Prem SAP data
and business logic. This was resolved by moving data outside of SAP and closer to the End user in real-time as well as
Batch job
Contributions:
* was the part of brain storming with architecture team for architectural and performance improvement and to suggest
scalable and fault tolerant solution to migrate Full and Delta load to cloud
* Design and Implemented ETL to sync data between Cassandra and Elastic Search.
* Design and Implementation of fault tolerant , scalable and distributed Kafka connect cluster with following features:-
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Zia Uddin Shaikh
Senior Technical Lead seeking roles in Software Engineering, Software Development,
Application Development, Software Architecture, Spring Boot, Java, Python, Kafka,
Java, NoSQL, AWS
Key Skills: Senior Technical Lead,Software Engineering,Software Development,Application Development,Spring
Boot,MongoDB,Python,Oracle,Java,SQL,AWS,KAFKA,Application Architecture,Solution Architecture,Angularjs
Summary
* Almost 12+ years of experience in Designing, Development and Implementation of Scalable and Distributed Applications
using Java/ J2ee, Spring boot Microservices, Distributed Big Data technologies like Apache Kafka, Kafka Streams, Kafka
Connect, KSQL, ElasticSearch, Apache NiFi, Cassandra, Mongodb
* Having good knowledge in big data Technologies like Kafka, Hadoop - HDFS, Map-Reduce, Hive, Apache Cassandra,
MongoDB and Index based searching engines like Elastic Search
* Expertise in designing and implementation of scalable data ingestion pipeline, distributed processing of structured, semi-
structured and unstructured data using Apache Kafka, Kafka Streams API, KSQL, Kafka Connect API, MapReduce, Sqoop,
Hive, Apache NiFi and developed ETL workflows using Pentaho (PDI)
* Design and end to end implementation of both batch and real time data processing in scalable distributed environment
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1…
https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1605101551090… 2/3
- To capture streaming change data from on premise SAP BODS to Managed Cassandra Cluster in both GCP and
Tencent cloud.
- Confluent JDBC Source connectors pull data from SAP BODS staging tables in Oracle
- Data persisted in Kafka for fault tolerance, reliable data delivery and recovery from failure.
- Persisted data then migrated to cloud managed Cassandra using Kafka Cassandra Sink Connector
- Connectors configured for auto retrial mechanism with very high retrial count in case of failures like VPN network,
node crashes
- Connectors run in distributed connect cluster deployment
- Tasks partitioned and parallelized for fast real time throughput
- Configured high data replication factor to recover data in case of any failure
- Configured data pipeline with high data availability & data replication check during data migration through it for reliable
data recovery in case of node failure
Project 2 From Mar 2019 To Aug 2019
Client Name Coursera
Project Name Coursera-SF integration
Team Size 5
Role Project Lead
Environment Agile
Brief Description of Project:
We need to develop an integration layer between the client applications and Coursera to sync huge data between Source
and Sink Applications. Integration layer needs to authorize itself in both the applications and sync data between the two
applications. It is an AWS Cloud hosted multi-tenant integration client.
Contributions:
* Design Architecture, Development and Integration of Integration layer.
* Written lambda function which would triggered by CloudWatch event to call batch Jobs
* Deployed Client Batch jobs in docker containers and Admin console in AWS Elastic beanstalk
* Conducted peer code review.
* I was leading development and was involved in brain storming with architecture team for design, development as well
as to suggest scalable and fault tolerant Architecture for
Tech Mahindra as Associate Tech Architect
Dec 2016 to Feb 2019
Project 3 From Jan 2018 To Feb 2019
Client Name AT & T
Project Name vTM
Team Size 100
Role Associate Technical Architect/ Developer
Environment Agile
Brief Description of Project:
Virtual Ticket Management is a Microservices based Distributed Architected Application platform to consolidate, process,
Analyse, Reporting of ticket data pertaining technical issues and Change requests created through various applications in
AT& T domain.
Contributions:
* Design and Implementation using Spring Boot Microservices, Apache Kafka, Kafka Stream API
* Conducted peer code review.
* I was also the part of brain storming with architecture team for architectural and performance improvement in existing
applications as well as to suggest scalable and fault tolerant Architecture
Project 4 From Oct 2017 To Dec 2017
Client Name AT&T
Project Name ONAP
Team Size 4
Role Individual Contributor Developer
Environment Agile
Brief Description of Project:
Open Network Automation Platform is a Multi-Tenant Application platform for Automated provisioning, scaling of Software
Network components for various Telecom
Contributions:
Involved in the Development and testing of application components.
Project 5 From Jan 2017 To Oct 2017
Client Name AT & T
Project Name Predictor
Team Size 20
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1…
https://freesearch.naukri.com/preview/printResume?uname=6215d5cd721015d98f6c31d67b252831515501524f455b160445135d5d58584a1b0e1605101551090… 3/3
Role Associate Architect/ Developer
Environment Agile
Brief Description of Project:
This Application facilitates the client to automate or allow Web based, scheduled and Automated testing of State
wise/District wise Telephone against the testing systems and provide reports to the end Users based on User defined
Criteria through Application.
Contributions:
* Design Architecture, Development and Deployment of functionalities within the application like Schedule jobs, Ad-hoc
and Batch processing / testing jobs of District wise Telephone Numbers data. These batch, scheduled and real-time jobs
options were supposed to facilitate reporting over the tested data.
* Worked with stakeholders to come up on architecture approach for new requirement
* Conduct peer code review of the team
Cap Gemini India Pvt Ltd as Dev Manager
Feb 2016 to Dec 2016
UG: B.Tech/B.E. (Computers) from Government Engineering College, Bhopal in 2006
Other Qualifications/Certifications/Programs:
Confluent Certified Developer for Apache Kafka
Datastax Certified Apache Cassandra Developer
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java, Python, SQL/PLSQL, MongoDB
Apache Kafka, Map-Reduce, Oracle, MSSql
HDFS, Apache Cassandra, MongoDB
AWS EC2,AWS Lambda
Waterfall, Agile
Apache Kafka 2021 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 268: Resume 311 with similarity score 0.030788341546703218
Resume Text: MS , B.TECH , M.TECH , BS director , work from home , classifier , student , research intern , full time , ceo , team member mri , award , computing , robotics , x-ray , algorithms , internships , intel , classification , deep learning , workshops , forest , physics , nlp , real-time monitoring , learning techniques , data analytics , chemistry , shape , statistical modeling , public , keras , natural language processing , air , ieee , embedded systems , signal , advanced , internet , graphs , plagiarism detection , labels , sql , project , express , aws , c programming , exploratory data analysis , probability theory , introduction to , mumbai , computer vision , iit , fine tuning , resume , ibm , neural networks , electronics , datasets , prediction , art , interview preparation , nltk , machine learning , probabilistic models , building , correlation , research , sentiment analysis , statistics , amazon , completion , assessment , absenteeism , data science , python , texts , lung , technology , sat , cascade , online Assessment
Q1. Why should you be hired for this role?
I am a second-year undergraduate student of the Department of Electrical Engineering, Indian Institute of Technology Kharagpur. I am highly
fascinated by the ingenuity of approaches of this internship in the field of Deep Learning and would like to express my sincere willingness to
work as a Deep Learning intern at Boong.
Currently, I am working as a Research Intern at the University College London Under Prof. Philip C Treleaven, Director of Centre for Financial
Computing and Analytics), where we are currently formulating a machine-learning-based Governance project to provide real-time monitoring
information to the Board members of companies. I have built a RoBerta based text summarization service that is used to extract insights from
financial reports and serve as a Question Answer Engine on the financial reports' data. Along with this, I have also completed my Research
internship at the University of Turku, Finland Under Professor Abdulhamit Subasi), wherein I have worked on Alzheimer Detection using Transfer
Learning Methods in Deep Learning. I have co-authored a book chapter that is going to be published in Elsevier Journal, explaining the different
Fine-tuning and Data augmentation techniques that I have applied to the data.
In the past, I have worked on a project under Wipro Group Head, Mr.Jitendra Moon on early detection of Pneumonia using lung X-ray scans,
which can be further used for early-stage Covid-19 detection.
As a part of my curriculum, I have already completed relevant courses like Algorithms And Data structures, and Signal and Systems. I have also
completed online courses like Convolutional Neural Networks for Visual Recognition CS231n) by Stanford University, Machine Learning CS229n)
by Stanford University, Natural Language Processing with Probabilistic methods, Introduction to Knowledge Graphs. I believe my interests match
with the requirements of this internship and that my knowledge, combined with my enthusiasm, will make me a valuable asset to your company.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for a period of 3 months.
Resume
EDUCAT ION
INTERNSHIPS
Manav Kapadnis
Thane, Kharagpur
Applied 09 Feb'21
Natural Language Processing
NLP
Python Computer Vision
C Programming Data Science Deep Learning
Machine Learning SQL C Programming
Data Analytics Statistical Modeling
Integrated B.Tech & M.Tech, Department Of Electrical Engineering
Indian Institute Of Technology Kharagpur
2019 - 2024
CGPA 9.24/10
Senior Secondary XII, Science
Shubham Raje Junior College
MAHARASHTRA STATE board)
Year of completion: 2019
Percentage: 91.28%
Secondary X
DAV Public School,Thane West
CBSE board)
Year of completion: 2017
Percentage: 97.80%
Delegate
Harvard US - India Initiative, Mumbai
Feb 2021 - Feb 2021
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Represented IIT Kharagpur as a delegate among 200 participants in Harvard US India Initiative 2021
Interacted with a wide network of professionals from diverse backgrounds and mooted India's economic and strategic
presence across the globe.
Research Intern
University College London UCL, Virtual
Dec 2020 - Present
Formulated Machine Learning based Governance project providing real-time monitoring information to the Board members of
companies.Implemented RoBERTa Based Topic Modelling service to extract and summarize the contents of financial reports
of company
Research Intern
University Of Turku, Finland, Virtual
Dec 2020 - Jan 2021
Fine-tuned pre-trained models to adapt to the task of classifying a given Brain MRI image into four different stages of
Alzheimer Disease.
Achieved accuracy score of 98% by fine tuning VGG16 and VGG19 pre-trained architectures for the task.
Core Team Member,Kharagpur Data Analytics Group
Successfully organized the Analytics BootCamp,which was aimed at brushing up the interview preparation for all final year
students.Co-organized various 'DA' competition and workshops at institute level
Sub Head at Technology Robotix Society
Organized and participated in the largest techno-management fest of India,
Kshitij IIT KGP.
Developed the Technology Robotix Website.
Participated in the Winter School Of AI and Robotics in December 2019 .
Embedded Electronics
Technology Robotix Society , Kharagpur
Dec 2019 - Dec 2019
Learnt several embedded systems over a period of 8 days in workshop conducted by Technology Robotix Society.
Udacity Machine Learning Nanodegree
Aug 2020 - Oct 2020
https://github.com/manavkapadnis/Udacity-Machine-learning-Nanodegree
Selected among top 35 people in the world for this Completely sponsored Udacity machine learning Nanodegree,
sponsored by Amazon AWS.
Implemented and deployed three different projects using the AWS service .
The projects were based in NLP field.
Audio Sentiment Analysis Using Librosa
Aug 2020 - Sep 2020
https://github.com/manavkapadnis/Audio-Sentiment-Analysis-using-Librosa
Developed a model to classify audio sounds into fourteen different types of
categorical labels using different libraries such as Librosa,Keras etc
Increased the Accuracy by 10% , using four different datasets along with data augmentation
Plagiarism Detection Model
Aug 2020 - Sep 2020
https://rb.gy/frdvdv
Developed a plagiarism detection model to identify whether two given
texts belong to the same source or not , and deployed it using AWS
Achieved an accuracy of 92.34% on the test set and worked efficiently well in real life scenarios.
Book recommendation system using Natural Language Processing
Jul 2020 - Jul 2020
https://github.com/manavkapadnis/Book-Recommedation-From-Charles-Darwin
Implemented book recommendation system using a dataset of books using BoW and Tf-Idf approach.The user should give
the name of their favourite book,and according to data similarities,we recommend other books similar to your interest.
Tweet Sentiment Extraction
Jun 2020 - Jun 2020
https://github.com/manavkapadnis/tweets-sentiment-analysis-using-bert
- Implemented sentiment analysis on a set of tweets using tensorflow and nltk library
- Classified the text into spam and non-spam tweets. Achieved 75% accuracy
- Improved the accuracy further by using pretrained architectures such as BERT to 83%
https://github.com/manavkapadnis/Udacity-Machine-learning-Nanodegree
https://github.com/manavkapadnis/Audio-Sentiment-Analysis-using-Librosa
https://rb.gy/frdvdv
https://github.com/manavkapadnis/Book-Recommedation-From-Charles-Darwin
https://github.com/manavkapadnis/tweets-sentiment-analysis-using-bert
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9322933311
Intel Image Classification Problem
Apr 2020 - Apr 2020
https://github.com/manavkapadnis/Intel-Image-Classification-Problem
Developed classifier model to classify given set of images into 6 different categories- building ,forest,sea,glacier,street and
mountain
Achieved accuracy of 84% by fine tuning different pretrained architectures
such as ResNet 50 and VGG 16
Subject SAT PCM22400/2400 :
Among the top 0.1% students in the world to achieve a perfect score in all three Subject SATs of Physics,Chemistry and
Maths.
JEE ADVANCED AIR 1367
Under top 0.15% amongst more than
2,00,000 students.
"MOOCS" --
IBM Data Science Specialisation
Probability Theory And Statistics
Machine Learning by Stanford
University
CS 224n by Stanford University
NLP with Probabilistic Models
NLP with Sequence Models
COMPETETIONS :
Best Fresher Award-N.E.X.U.S,Jan 2020Made bot that uses onboard
camera to detect path formed by circles ,traverses on it autonomously,It was used for shape detection.Awarded the best
performance amongst all freshmen of the Institute
HackerEarth Machine Learning Employee Resignation Prediction Rank
54/14538
Implemented techniques such as exploratory data analysis,feature
selection using pearson correlation and implemented different machine
learning algorithms .
Data Unchained IIIT Delhi Competetion Rank 4/52 :
Achieved fourth position in three days continuous hackathon organized IEEE IIIT Delhi.
The competetion had participants from various different institutions of the country such as IITs,NITs,etc.
Cascade Cup | Rank 5/2000
Implemented state of the art machine learning techniques to achieve a score of Weighted F1-score of 98.53 % in predicting
the age group of the user on the basis of their tweets and other internet activities
Analyzed and presented data on Employee Absenteeism to the CEO of Trell group
https://github.com/manavkapadnis/Intel-Image-Classification-Problem
Rank 269: Resume 1012 with similarity score 0.030666651433427415
Resume Text: B.E , MS , B.TECH application support , incident manager , long term , duty manager , salesforce administrator , business operations analyst , full time , service provider , team lead , technical support professional , team member cross selling , root cause , postpaid , user management , player , customer satisfaction , resolutions , status , hp business availability center , commitments , salesforce training , nagios , features , building , clear , fetch , crm , access , filenet , designation , v3 foundation , hindi , ltd , knowledge management , salesforce.com , english , support documentation , troubleshooting , project , leadership , ownership , windows xp , business operations , range , ibm , disaster recovery , putty , database maintenance , custom reports , itil , javascript , relation management , eagle pace , rca , kcs , team management , amdocs , product support , affirmative action , oracle , unix , newton , email , business intelligence , problem management , star , management software , sitescope , languages , dashboards , jira , servicenow , functionality , mentoring , migrating , ug , team performance , investment , profiles , case , authorization , diagnose , teams , maps , sql , application , operations management , electronics , materials , new leads , running , duplication , communications 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d14…
https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d140612145c5501… 1/3
Current Designation: Senior Technical Support Lead
Current Company: Persistent Systems
Current Location: Nagpur
Pref. Location: Nagpur,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Persistent Systems Ltd. as Sr. Technical Support Lead -Salesforce CRM
Oct 2014 to Oct 2014
Currently working as Sr. Technical Support Lead in Persistent Systems Ltd for SalesForce Support Project.
Develop and maintain custom reports and dashboards in Salesforce to provide business intelligence for management
team
Develop and deliver Salesforce training including maintaining the accuracy and completeness of Salesforce training
materials
Maintain knowledge on new Salesforce features and functionality and providing recommendations for process
improvement
Creating New User Profiles and Monitor Access Levels
Importing New Leads and Contacts and run duplication tools
Installing High-Priority Updates from Salesforce.com
Running Quarterly Database Maintenance Reports
Ensure that the team documents, tracks and manages all support requests, communications and actions in the Salesforce
CRM case tracking system, and established support processes
Taking full ownership of customer problem and act as front line technical contact.
Participate and manage weekend and holiday Duty Manager rotation as required.
Understanding the root cause of the problem and trying to define a long term solution.
Preparing Dashboards and providing SLA report to client and higher management on weekly, biweekly and monthly basis.
Handling a client call on daily basis on daily status of tickets, SLAs and escalations.
Provide regular management updates and reports on team performance to the product support Leadership team and
communicate expectations clearly and effectively to achieve results.
Gathering information regarding the technical problem in order to diagnose the problem in the system and learn the
application and business functionalities.
Ability to work on complex issues and quickly provide optimal solutions and have to work in projects individually when
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Mahendra Dubey
Salesforce Certified Sr. Technical Support Lead seeking roles in Salesforce
Administration, Salesforce Support, Production Support,Technical, Support,
ServiceNow, SQL,Unix,Oracle,Force.Com,IBM Filenet,Eagle
STAR,PACE,Clarify,JIRA,Nagios
Key Skills: Sr. Technical Support Lead,Team Lead,Salesforce Administration,Salesforce Support,Production
Support,Application Support,Salesforce,TWS,Control-M,ServiceNow,SQL,Unix,Oracle,Force.Com,IBM Filenet,Eagle
STAR,PACE,Clarify,ICSW,JIRA,Nagios
Summary
An experienced professional in Technical Support mainly in Financial domain and Telecomm Billing. This includes
implementation of ITIL, Managing Incidents and Problems ensuring timely resolutions. A Technical Support professional and
team player with 11+ years of experience in Support, implementation and troubleshooting.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d14…
https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d140612145c5501… 2/3
required, basis and in cross-functional teams was required.
Actively prepare, own and maintain support documentation.
Persistent Systems as Senior Technical Support Lead
Oct 2014 to Till Date
* Develop and maintain custom reports and dashboards in Salesforce to provide business intelligence for management
team
* Develop and deliver Salesforce training including maintaining the accuracy and completeness of Salesforce training
materials
* Ensure that the team documents, tracks and manages all support requests, communications and actions in the
Salesforce CRM case tracking system, and established support processes
* Taking full ownership of customer problem and act as front line technical contact.
* Participate and manage weekend and holiday Duty Manager rotation as required.
* Understanding the root cause of the problem and trying to define a long term solution.
* Preparing Dashboards and providing SLA report to client and higher management on weekly, biweekly and monthly
basis.
* Handling a client call on daily basis on daily status of tickets, SLAs and escalations.
BNY Mellon as Software System Specialist/Incident Manager
Jul 2011 to Aug 2014
Worked as Software System Specialist in Eagle Investment Systems, BNY Mellon.
Hands on in installing and upgrading of eagle products for hosted clients in Eagle ACCESS.
Maintaining the clients region, deploying monitoring tools and handling customer requests for migrating DB procedure.
Process excellent interpersonal, communication and organisational skills with proven abilities in training and development
of customer relation management and planning.
Experience in areas of client servicing, banking operations management.
Work with functional team to troubleshoot Eagle PACE/STAR business issues.
Ensure all client communication and DR tests are completed.
Provide effective, timely and meaningful communication to internal and external client.
Provide monthly status of migration activity, risks and issues.
Ensure all critical documentation is filled and ready.
Areas of Expertise
Eagle operations
Active team member in creating client environment ( Development, test, production and disaster recovery). I am helping
the team in datacenter operations from Newton, USA to Pittsburgh, USA. Sticking to commitments of delivery
Helping team in creating monitors for production environment for clients through HP business availability center (BAC) end
user management software, HP sitescope tool.
Handling all US, UK, Canadian and Australian clients.
Building client environments and applying upgrades when necessary.
Assisting team DBA in refresh. Providing time schedule in coordination with client.
Working with R&D team to their dev. and test environment.
Knowledge management - Successful rollouts of KCS, training and documentation improvement program in 2011.
Working proactively on incident management, problem management.
Team management
Providing RCA and resolutions to escalations made to manager.
Mentoring, training and development of new team member.
Leading and mentoring of performance of team member to ensure efficient delivery on time
Creating and maintaining documentation.
Client Relationship Management
Managing customer centric banking operations and ensuring customer satisfaction by achieving delivery and service
quality norms.
Ensuring highest service standard.
Building and maintaining healthy business relations with clients for cross selling various banking products and providing
services to them.
Implementing strategies with a clear view to add new clients and expand existing ones for wide range of banking products
and services.
Amdocs as Business Operations Analyst
Oct 2009 to Jul 2011
Project : BellCanada (A Telecomm Service Provider Company)
Designation : Business Operations Analyst
Type : Maintenance/Application Support
Platform : Windows XP/UNIX
Database : ORACLE 9i
Responsibilities
Responsible for doing telecomm billing for Bell prepaid and postpaid customers.
Running maps for various phases of telecomm billing.
Running SQL statements in order to fetch data from database and to make necessary changes in database if required.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d14…
https://freesearch.naukri.com/preview/printResume?uname=b3710d9b798ef218269af1d1f309644b0c5400524e1b084004134309580c031f465d140612145c5501… 3/3
Running various scripts on UNIX environment.
Handling tickets in order to deliver on time and meet SLA.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Amravati University in 2007
Other Qualifications/Certifications/Programs:
Certified Salesforce Administrator
ITIL V3 Foundation
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows XP/UNIX
ORACLE 10G
Putty, Tivoli Workload Scheduler
CONTROL-M
Force.com
IBM FileNet
Eagle Star, PACE
ServiceNow, Clarify
Salesforce, ICSW, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 270: Resume 1207 with similarity score 0.030546409827901348
Resume Text: B.S , MS system administrator , devops , technical associate , management consulting , change management , full time , service provider constructive feedback , cards , training , coaching and mentoring , nfs , customer , office , partition , platforms , web traffic , environmental science , docker , linux , postfix , kpi , outsourcing , ccna , test cases , red hat , status , bridge , samba , testing , management consulting , network services , building , it infrastructure , solaris , redesigning , system administration , remote administration , suite , sat , handsets , ansible , financial applications , vulnerability assessment , devops , open source , access , kubernetes , designation , ip networking , rhel , hindi , cluster , ltd , windows , architects , english , troubleshooting , optimizer , project , ftp , range , ibm , syslog-ng , change management , word , javascript , technology , business requirements , rpm , rca , general , performing , affirmative action , uptime , maintenance , basic , unix , remote monitoring , escalation , architecture , email , aws , ubuntu , bind , bengali , siem , edge , third party vendors , data center operations , languages , server admin , client requirements , load balancing , amazon , raspberry pi , mobile , database , hardening , veritas , dns server , jenkins , rfp , infoman , openshift , ug , telecom , authentication , firewall , apache , azure , authorization , business solution , excel , matrix , devices , records , participation , user administration , mainframe , servers , running , problem solving , system performance , offshore , radius , cloud computing , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f1…
https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f140315415c555c… 1/3
Current Designation: Cloud Operations Engineering Sr. Analyst
(System Administrator)
Current Company: Accenture India
Current Location: Delhi
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.A [English]
Verified : Phone Number | Email - id
Accenture India as Cloud Operations Engineering Sr. Analyst (System Administrator)
Apr 2015 to Till Date
Accenture India Pvt. LTD is a leading service provider in the world delivering technology driven IT business solution that
meet the strategic objectives of client. Accenture India Pvt. Ltd. operates as a management consulting, technology
services, and outsourcing company.
Responsibilities and Role at Accenture.
Develop, plan, and implement automated application deployments on AWS for the client
Provide technical support, troubleshooting, and complex problem resolution on escalated issues while monitoring and
maintaining application environment stability.
Experience deploying and operating Linux variants in a cloud environment
Experience deploying and operating Windows in a cloud environment
Experience in user access Management thru IAM and Azure AD.
Creating ,deploying and maintain cloud instances.
Managing datacenter remotely for our client which hosts important financial applications, on Linux, Ubuntu & Red hat
versions).
Last Active: 30-Nov-20 Last Modified: 30-Nov-20
Arijeet Majumdar
Aws certified, Ms Azure,RHCE,CCNA,Sr. Analyst,Seeking assignments in System
Administration,Devops ,Cloud Computing,IP Networking,IT Infrastructure,Access
Management,Vulnerability Assessment,Data Center Operations,Technical
Support,Devops,Server Admin
Key Skills: system administrator,cloud computing,ip networking,it infrastructure,access management,data center
operations,technical support,rhce,ccna,aws,jenkins,container,redhat linux,Devops,Linux,Team Handling,Team
Leading,Docker,kubernetes,AWS,Openshift
Summary
Competent diligent and result oriented professional with an experience of over 14+ years in the field of remote administration on
Linux/Unix OS, installation and configuration of servers and open source applications/product bases applications. Amazon and
Azure cloud certified Professional
Having excellent analytical and problem solving skills and a strong ability to work with minimal supervision. Providing remote
support, maintenance &Linux Trouble shooting issues related to OS, Network.
Intend to build a career with leading corporate having a high-tech environment .Playing new roles and thereby utilizing my skills
(technical, management) effectively .Pursuing a challenging role and meeting organizational goals through individual efforts and
team work.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f1…
https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f140315415c555c… 2/3
Managing 99.98% uptime of the servers.
Maintaining clients DNS architecture running on bind application.
Creating and Adding DNS records, zones ,configuring domain based forwarders.
Taking care of client authentication using radius servers in the environment.
Maintaining clients IP network through DHCP using tools like IPAM in the environment.
Setting up and configuring syslog-ng on the client servers.
Managing syslog-ng to send feed to different SIEM servers for vulnerability assessment and monitoring any suspicious
activity in the network.
Implementing firewall related rules on the servers.
Doing daily day to day administration on the Linux servers .
Preparing SOP's for changes happening across the environment.
Working as a technical SME in approving changes created by other colleagues.
Representing changes related to Linux infrastructure in client and management change advisory board.
Taking care of critical client escalation.
Upgrading Linux servers in the environment (doing cyclic patching in the environment)
Taking active participation on Tech Bridge for Major impacting incidents.
Provide RCA analysis for Major incidents.
Providing fixes and solutions as per Problem Incidents assigned.
Designing client's future infrastructure, as per build contract, liaising with different technical architects and SME's across
various platforms.
Coaching and mentoring fellow team colleagues on technical aspects.
Defining roles and responsibilities of fellow team colleagues. Deciding their KPI's and matrix.
Giving constructive feedback to colleagues for improving their technical skills.
Taking part in appraisal relate discussion with higher management for my teammates.
Working on RFP for client as they intend to leverage cloud infrastructure in their environment.
Projects handled here in Accenture
Handled Data center migration for the clients major Datacenter across EMEA, AMERICA, APAC regions
Prepared SOP's for handling data center migrations.
Syslog architecture redesigning and implementation for existing and upcoming sites.
Integrated Raspberry PI devices to the AD infrastructure of the client.
Enabled Raspberry PI devices to place business related calls to end customers.
IBM as Senior Operations Professional(System Administrator)
Jul 2011 to Apr 2015
IBM India Pvt. LTD is a leading service provider in the world.delivering technology driven business solution that meet the
strategic objectives of client. It has a complete range of IT services that addresses the need of both technology and
business requirements to help organizations leverage leading edge.
Working for a Major Nationalized bank in Australia.
Managing datacenter remotely for our client (NAB) which hosts important banking applications, database etc.(production
and DR boxes and testing and development boxes running on Linux,)
Managing VERITAS cluster and volume manager.
Managing 99.98% uptime for the Linux/Unix production servers.
Managing and collaborating with third party vendors for hardware/ OS issues.
My responsibilities to solve technical problems related to system Administration on Linux servers for FTP, Samba,NFS.
Handling of day to day operations, Installing software's, applying patches related to OS, manage files systems, monitoring
performance and troubleshooting alerts.
Building and configuring RHEL,implementing automated task through crontab.
Coordinating with applications and database team for applying patches.
Managing SAN from Linux OS point of view, Managing physical and logical volumes.
Performing User Administration in Linux.
Creating, Mounting, Growing ,Shrinking system partition and also performing basic cluster administration using veritas
cluster suite
Managing primary site and successfully testing DR site of client as per requirement
Configuring Network services on Linux.
Base lining and Hardening of server as per client requirements.
Performing Application Upgrades via RPM installation and Patches installation.
Monitoring System Performance of Linux Servers.
Troubleshooting Operating system related issues.
Performing Application Upgrades via RPM installation and Patches installation.
Incident management and Change Management through mainframe software Infoman.
Maintaining and troubleshooting of apache services, Postfix mail services and making DNS entries.
Handling day to day incidents and resolving in specified time frames.
Also involved in transferring knowledge to new joiners in the projects.
Onsite Responsibilities@ IBM Australia/NAB
Went to Australia for receiving knowledge transfer for the project.
Performed parallel from onsite and also transferred knowledge to the offshore team in IBM Noida office.
Tech Mahindra as Technical Associate (System Administrator)
Apr 2008 to Jul 2011
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f1…
https://freesearch.naukri.com/preview/printResume?uname=b272fd71312550be51a92eb5546948395d550b55421300455612475e080b514e400f140315415c555c… 3/3
Handling Deployments at the customer site for the client Bharti. Thereby enabling Bharti to optimize web traffic generated
by Mobile Handsets & Data cards.
Configuring and Installing Linux on servers.
Configuring Network services on Linux.
Configuring and Installing Solaris-10 on servers.
Configuring Network services on Solaris.
Performing User Administration in Linux.
Monitoring System Performance of Linux Servers.
Troubleshooting Operating system related issues.
Performing Application Upgrades via RPM installation and Patches installation.
Performing Various System Administration activity.
Configuring Load balancing on the Solaris servers by using IPMP.
Imparting Deployment related Training to the fellow colleagues.
Remote Monitoring of logs generated by the Web optimizer application.
Performing Site Acceptance Test (SAT) at the client site.
Performing SAT test cases.
Sending Reports to the client on Daily and Monthly Basis.
UG: B.Sc (Environmental science) from Science College (Jabalpur) in 2000
PG: M.A (English) from ST. Aloysius college (Jabalpur) in 2003
Other Qualifications/Certifications/Programs:
PGDCA
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS word, MS excel, MS power point rhel 4
5
2018 12 Year(s) 1 Month(s)
AZURE 2018 1 Year(s)
DNS server bind 2018 5 Year(s)
AWS 2019 1 Year(s) 6 Month(s)
DOCKER 18 2019 0 Year(s) 10 Month(s)
Kubernetes 1.13 2019 0 Year(s) 6 Month(s)
Ansible 3 2019 0 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Bengali Proficient
Rank 271: Resume 33 with similarity score 0.030503524060903914
Resume Text: MS , B.TECH , BS costumer , work from home segmentation , algorithms , internships , credit , customer , forest , deep learning , case , information technology , mysql , loan , statistical modeling , natural language processing , mlm , models , groups , mongodb , default , prediction , resume , logistic regression , features , machine learning , foundation , demographics , completion , assessment , data science , python , database , online Assessment
Q1. Why should you be hired for this role?
I have all the skills which are required for this job role and I have hands-on experience in various Machine Learning projects. I have a Solution-
Oriented Mindset and I always try to solve problems as soon as possible.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm Available for the upcoming 3 months for this Internship.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Adarsh Sharma
Bhiwani, Pilani
Applied 07 Feb'21
Python Database Management
System DBMS
MSExcel
MSOffice Machine Learning MySQL
R Programming Statistical Modeling Deep Learning
MongoDB Natural Language Processing
NLP
B.Tech Hons.), Information Technology
Basant Kumar Birla Institute Of Engineering & Technology Pilani
2017 - 2021
Percentage: 65.00%
Senior Secondary XII, Science
MLM Sec. School. Sohansara
BOARD OF SCHOOL EDUCATION HARYANA BOARD board)
Year of completion: 2016
CGPA 8.60/10
Secondary X
Arya Sr. Sec. School Dhigawa Mandi
CBSE board)
Year of completion: 2014
CGPA 8.60/10
Data Science
The Sparks Foundation, Virtual
Oct 2020 - Oct 2020
In this Internship, I have learnt alot about different-different machine learning algorithms like random forest,decision tree,
logistic regression , XGB,LGB etc. and perform different-different task using these algorithms
Machine Learning
udemy, Online
May 2020 - Present
Natural Language Processing
udemy, Online
May 2020 - Present
Data Science
Edwisor, Online
Jan 2020 - Jul 2020
PROJECTS
CONTACT Phone: 91 9992960436
Credit_card_segmentation
Jul 2020 - Aug 2020
https://github.com/adarsharma8974/credit_card_segmentation
Segmentation in marketing is a technique used to divide customers or other entities into groups based on attributes such as
behavior or demographics. ... The dataset consists of 18 features about the behavior of credit card customers
Bank-Loan-Default-Case
Aug 2020 - Aug 2020
https://github.com/adarsharma8974/BANK_LOAN_DEFAULT_CASE
The Bank has its old customers data. We predicted upcoming customer behaviour using prehistoric data. Used Machine
learning Models like Logistic Regression, Random Forest and Decision Tree to obtain the outcome.
Santander Costumer Prediction
Jun 2020 - Jul 2020
https://github.com/adarsharma8974/Santander-Costumer-Prediction
Predicted customer transactions using prehistoric data. Used Machine learning Models like Random Forest, and LGBM to
obtain the outcome
Used imbalanced data Precision-Recall curve as a metric to evaluate the model in place of accuracy.
https://github.com/adarsharma8974/credit_card_segmentation
https://github.com/adarsharma8974/BANK_LOAN_DEFAULT_CASE
https://github.com/adarsharma8974/Santander-Costumer-Prediction
Rank 272: Resume 221 with similarity score 0.030462443243738264
Resume Text: MS , B.TECH , BSC , BS work from home , assistant teacher , full time , vice president scheme , foundations , new development , customer , credit , internships , public transport , classification , deep learning , case , data analytics , loan , natural language processing , speech , amenities , models , middle school , bot , project , coursera , monuments , c programming , llp , mumbai , subscribe , prediction , resume , operations , ibm , java , features , machine learning , computer science , completion , assessment , his , data science , python , technology management , opends , app , online Assessment
Q1. Why should you be hired for this role?
I am a great enthusiast about learning new development especially in the field of Machine Learning and Deep Learning.
This internship is a great opportunity for me to learn more in this field and also serve as a great opportunity to learn the real time end to end
working or models.
I have done a few projects to try and implement the learnings of Machine Learning such as Emotion Detection based on Facial Landmarks and
voice of the person. Rent prediction based on certain crucial factors. Predicting if a person will subscribe for a term deposit scheme in a bank.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I have my college going on currently (as of now online mode) so I am currently available on daily basis for 2 3 hours daily and will be available for
full time from mid May to mid September.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Harshil Rathod
Mumbai
Applied 08 Feb'21
Python Natural Language Processing
NLP
MSExcel
MSPowerPoint Machine Learning C Programming
C Programming Data Analytics Java
Integrated MBA and B.Tech. MBA Tech.), Extc
Mukesh Patel School of Technology Management & Engineering
2017 - 2022
CGPA 2.71/4
Senior Secondary XII, Science
Acharya Ambalal V Patel Junior College
HSC board)
Year of completion: 2017
Percentage: 73.69%
Secondary X
Chatrbhuj Narsee Memorial School
ICSE board)
Year of completion: 2015
Percentage: 92.00%
Assistant Teacher
TalentHome Solutions LLP, Mumbai
May 2019 - Jun 2019
Develop specific computer science curriculum for elementary and middle school students from foundations of technology
to software development.
Worked with industry level experts and educators to develop comprehensive scope and sequence for Comput
Vice President of IETE MPSTME 2020
Vice President of U'lectro 2020
Head of Operations in IETE MPSTME 2019
Head of Operations in U'lectro 2019
Advance DS
#OpenDS, Online
Oct 2020 - Nov 2020
Python For Data Science
Greyatom, Online
PROJECTS
CONTACT Phone: 91 9769730853
Jul 2020 - Aug 2020
Advance Data Science
Greyatom, Online
Jul 2020 - Present
Machine Learning Classification
Coursera, Online
Apr 2020 - May 2020
Machine Learning With Python
IBM Coursera), Online
Apr 2020 - May 2020
Machine Learning A Case Study Approach
Coursera, Online
Jan 2020 - Feb 2020
Machine Learning : Regression
Coursera, Online
Jan 2020 - Feb 2020
Python
TalentHome Solutions, Mumbai
May 2018 - Jun 2018
Stayzee Rent Prediction
Oct 2020 - Oct 2020
Project made as part of a Hackathon event
A model is trained to predict the rent of a house price based on some factors such as location, amenities, monuments,
distance from major public transport
Predict if a customer will subscribe to a term deposit scheme in a bank
Jul 2020 - Jul 2020
Made as part of the Workshop conducted by GreyAtom
Based on some factors such as the age,income , credit score, loan defaulting etc a model was trained and would predict if
the customer would subscribe to the term deposit scheme
Audio Visual Emotion Recognition
May 2020 - Jun 2020
It recognises the emotion expressed by a person based on Facial Landmarks and speech features
Therapy Counselling Bot
Aug 2020 - Present
Making an app that will detect the emotion of the user based on his voice and then based on the emotion determined
counselling is given accordingly
Rank 273: Resume 10 with similarity score 0.030354639774960942
Resume Text: MS , B.TECH , BS pizza delivery , work from home api , training , natural language , general , showcase , algorithms , internships , css , deep learning , mysql , design , learning techniques , keras , apache , heroku , particular , speech recognition , models , email , project , mask , aws , exploratory data analysis , mongodb , processing , fit , computer vision , resume , internet of things , java , machine learning , computer science , opencv , framework , django , cassandra , assessment , scikit-learn , app , python , pizza , unsupervised learning , web , artificial intelligence , html , online Assessment
Q1. Why should you be hired for this role?
From your description, I noticed that you are looking for someone good in Python, Apache Cassandra, Computer Vision, Natural Language
Processing NLP, which is why I am the perfect fit for this role. I am an Artificial-Intelligence enthusiast and had done lots of projects on machine
learning and deep learning algorithms with PyTorch, Keras, Scikit-learn, and many more python libraries from my last few years. In these models, I
will perform an exploratory data analysis approach on the particular data for our requirements. In my spare time, I learned how to deploy the
models on websites with the Django framework and React library. I would love to do coding in python data structures and general passion to
learn new technologies for this position. Apart from this, I specialized in the Internet of Things technologies that help to grow your company. I am
passionately committed to producing the best results within the stipulated time. Please provide a chance to showcase my skills in front of you. I
will prove myself and contribute as much as possible to share my knowledge and enhance my skills.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for three months to work from home and I can start my work immediately.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
AYUSH VARSHNEY
Aligarh, Mathura
Applied 08 Feb'21
Computer Vision Python Artifical Intelligence
Deep Learning HTML Internet of Things IoT
Java Machine Learning MySQL
CSS Django MongoDB
B.Tech Hons.), Computer Science & Engineering
Gla University, Mathura
2018 - 2022
CGPA 7.49/10
Artificial Intelligence AI
Verzeo, Virtual
Jun 2020 - Aug 2020
In this internship I have done two real time projects based on artificial intelligence and machine learning such as Face Mask
Detector, Speech Recognition. I have learnt about python, machine learning and deep learning modules.
Advance Deep Learning
udemy, Online
Nov 2020 - Present
I learnt about supervised and unsupervised learning in deep and currently pursuing.
Deep Learning
Deeplearing.ai, Online
Apr 2020 - Jun 2020
Getting Started With AWS Machine Learning
Aws Training, Online
Apr 2020 - May 2020
Contact Book API
Jan 2021 - Jan 2021
https://github.com/ayush-09/Contact_Book_API
It is the Django based CRUD API in which all the details of any contact in the contact book searching by name and email.
Pizza Delivery Web App
Aug 2020 - Sep 2020
https://ayushav-app01.herokuapp.com/
https://github.com/ayush-09/Contact_Book_API
https://ayushav-app01.herokuapp.com/
CONTACT Phone: 91 7060209421
This is simply design app is based on Django framework and deploy on heroku platform.
Face Mask Detector
Jun 2020 - Aug 2020
https://github.com/ayush-09/Face_Mask_Detector
This project is based on OpenCv,CNN,Caffe-based face Detector,Keras Models,TensorFlow and on python language.Our
face mask detector didn't uses any morphed masked images dataset. The model is accurate, used the simple Sequential
model.
Computer Vision - Image Basics with OpenCV and Python
Jul 2020 - Jul 2020
https://github.com/ayush-09/OpenCv
Covid-19 Detection through XRay Diagnosis
Jun 2020 - Jul 2020
In this deep learning model I use transfer learning techniques to make the model accurate.
https://github.com/ayush-09/Face_Mask_Detector
https://github.com/ayush-09/OpenCv
Rank 274: Resume 404 with similarity score 0.03034256292821789
Resume Text: BS work from home api , web development , internships , visualisation , data analytics , public , firebase , kotlin , application , c programming , resume , android , java , django , completion , assessment , data science , python , apps , technology , database Assessment
Q1. Why should you be hired for this role?
I have relevant skills in android app development.i have worked on android apps ui development , also worked with firebase and volley for api
integration. I have deep interest in android app development and ability to grab concepts quickly and perform likewise. My biggest strength is
that i can work with deadlines and complete my tasks within the given timestamps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
CONTACT Phone: 91 7651904619
Praveen Kumar Singh
Delhi
Applied 27 Dec'20
Android Kotlin C Programming
C Programming Data Science Django
Python Java
Master of Computer Applications MCA, Computer Application
Madan Mohan Malaviya University Of Technology
2017 - 2020
CGPA 7.03/10
Bachelor of Computer Applications BCA, Computer Application
Lucknow Public College Of Professional Studies
2014 - 2017
Percentage: 65.60%
Senior Secondary XII, Science
Rani Laxmi Bai Memorial Senior Secondary School
CBSE board)
Year of completion: 2014
Percentage: 69.40%
Secondary X
Rani Laxmi Bai Memorial Senior Secondary School
CBSE board)
Year of completion: 2012
Percentage: 85.50%
Android App Development
Frcoder, Noida
Jan 2020 - May 2020
Designing and developing android apps
Web Development
Digipodium, Lucknow
Jun 2019 - Jul 2019
Built a encrypted webchat server using Django
Data Analytics
Digipodium, Lucknow
May 2018 - Jul 2018
Analysis and visualisation of Zomato's database
Rank 275: Resume 1215 with similarity score 0.03024497429005701
Resume Text: B.E , MS , B.TECH support analyst , sql developer , devops , full time , process analyst , system engineer , team lead infopath , devops , entity framework , scrum , customer , css , migrating , microsoft azure , designation , functional testing , visual studio , affirmative action , hindi , web api , cloud , nintex , maintenance , windows , business logic , english , authorization , troubleshooting , sprints , web applications , bootstrap , status , architecture , agile , responsiveness , email , project , c# , infosys , aws , continuous integration , ci , user requirements , line production , electronics , mvc , git , kanban , building , debugging , languages , asp.net , sql server , python , sharepoint designer , vsts , dashboards , javascript , eclipse , custom forms , technology , pipeline , working experience , cd , html , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f13…
https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f130644435e0c01… 1/3
Current Designation: Senior System Engineer- Dot Net
Current Company: Infosys Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Infosys Limited as Senior System Engineer- Dot Net
Apr 2018 to Till Date
Projects Details:
Project#1
Title : CORE Project
Environment : C#.Net,Web Api,Entity Framework, Srum
Tools : Visual Studio 2015,SSMS, Git, TFS, Azure Devops
Role : Senior System Engineer(Devops Developer)
Description:
Designed and developed Azure Devops dashboards, Queries, work items. Worked on Kanban boards, Sprints, Iterations.
Developed CI/CD Pipeline for building and deploying the cloud Application.
Responsibilities:
Implemented business logic to create Azure Devops dashboards and Involved in Development and Functional Testing.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shashank Shekhar
Senior System Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Azure,AWS,C#,Python,Java,HTML,CSS,Bootstrap,ASP.Net,Web
Api,Visual Studio,Git
Key Skills: Senior System Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Azure,AWS,C#,Python,Java,HTML,CSS,Bootstrap,ASP.Net,Web Api,Visual Studio,Git
Summary
3 years of experience in design and development of Azure Devops, Azure web Applications and SharePoint Support Analyst
and Process Analyst.
Proficient in developing Continuous Integration/Deployment Pipelines(CI/CD)
Good hands-on knowledge of source control code management(Version Control System) tool Git.
Worked on front end technologies HTML,CSS,Bootstrap
Working Experience on Agile Methodology (scrum).
Strong communication skills and excellent customer relations in collecting and analyzing user requirements.
Excellent understanding of project issues, ability to work independently or as part of a team.
Work Experience on Share Point 2013 & Share Point Online
Work Experience on MVC, .Net and SQL developer
Good Analytical, Debugging & Problem-solving skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f13…
https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f130644435e0c01… 2/3
Involved in Kanban Board Refinement.
Involved in Product Deployment.
Worked on Agile Methodology.
Project#2
Title : SharePoint applications
Languages : C#,HTML,CSS,Bootstrap
Cloud : Microsoft Azure
TOOLS : Visual studio 2017,Storage Explorer, GIT,VSTS
Role : System Engineer
Description:
Worked as a System Engineer for providing share point service Line production support.
Handled SharePoint application tickets and performed Enhancements in existing code
as per business requirement.
Responsibilities
Involved in interaction with client for requirement gathering, preparing functional specification and creating design with test
plan.
Involved in Requirement Analysis.
Migrating a Share Point Application from Share Point 2010 to 2013.
Worked in developing custom forms using SharePoint, SharePoint designer, Nintex, Infopath.
Involved in designing, developing, testing, troubleshooting the application, providing post implementation, application
maintenance and enhancement support with regards to the product/software application.
Ensuring the performance, quality and responsiveness of application and collaborating with team to define, design, ship
new feature
UG: B.Tech/B.E. (Electronics/Telecommunication) from NMAM iNSTITUTE OF TECHNOLOGY, MANGALORE in 2016
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS
Azure, AWS
C#, Python
JAVA
HTML, CSS
BOOTSTRAP
ASP.Net, WebAPI
Entity Framework
Visual Studio 2015/17
Eclipse, Git
Postman, SSMS
sql server 2008/2012
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f13…
https://freesearch.naukri.com/preview/printResume?uname=e473b5f4435360c442d266c0383966a25b095d041f475c40024447590b5c074d1b0f130644435e0c01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 276: Resume 1536 with similarity score 0.030233600056543602
Resume Text: B.S , MS engineering manager , software engineer , architect manager , devops engineer , solutions architect , system administrator , engineering consultant , business development , solution architect , technical support associate , full time , technical specialist , technical support engineer training , 24x7 , space , docker , linux , beginner , windows administration , status , perl , juniors , mumbai , testing , reliability , building , kibana , ec2 , it infrastructure , sql server , service delivery management , development projects , data science , outages , organization , distance learning , switches , vagrant , amazon web services , mobility , ansible , magento , automation , infrastructure management , functional specifications , devops , wired , access , windows 2000 , designation , server management , confluence , rhel , hindi , nokia , ltd , eda , english , troubleshooting , provisioning , range , data analysis , kanban , machine learning , tier 2 , dashboard , itil , probability , javascript , artificial intelligence , disk , data centers , cd , general , physics , developers , scripting , vendors , affirmative action , mysql , oracle , maintenance , customer requirements , strategic planning , email , securities , aws , network security , investments , 3g , bengali , engineering management , operations , exchange server , profile creation , eigrp , maven , cisco routers , languages , operational excellence , rights , jira , ml , dell , femtocell , jenkins , windows server , ug , openshift , oam , scratch , solver , apache , php , authorization , openstack , teams , virtualization , application , devices , less , requirements gathering , alcatel , servers , nginx , bible , statistics , it service , scp , python , communications , acting , network administration , cloud computing , firewalls 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 1/4
Current Designation: Devops Engineering Manager
Current Company: Cloud Universe Technologies Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cloud Universe Technologies Ltd as Devops Engineering Manager
Jun 2020 to Till Date
Cloud Universe Technologies June 2020- Present
DevOps Engineering Manager
Project Responsibilities:
* Develop 200 instances servers with Operability in OpenStack customizing with Magento 2. 3. 1, MySQL, PHP and
Nginx and operational excellence with Pindom. For URL monitoring and monitoring tool setup from scratch starting from
procuring new server till provisioning to users.
* Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
* Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
* Involve in user administrations, Terraform and Cloud Watch.
* Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, solving customer raised
Issues, ticket tracking by JIRA using Kanban board and using Confluence
* Training juniors/new joinees in AWS,PYTHON,SQL,CLOUD,DEVOPS,ANSIBLE
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Sudeep Surya Ghosh
Devops Engineering Manager Architect seeking roles in IT Infrastructure
and,Incident,Release and,Service Delivery Management,Project Mngnt,Network
and,Cloud Computing,Automation,Strategic Planning ,AWS,Ansible, scripting
Jenkins,Python,MySQL,ML,AI,DS
Key Skills: Devops Engineering Architect ,Manager,IT/Network IT Infrastructure ,Incident Release,Service Delivery,Project
Management,Scripting,Cloud Computing,Automation,AWS,Jenkins,Maven,Python, scripting,MySQL, Strategic Planning,
Data Science,ML,A Intelligenc
Summary
* Serving as Devops Engineering Consultant Architect Manager
* Technocrat and Sr. Software Engineer with hands-on experience in all aspects of DevOps,Open-stacks,AWS,System
Admin,,Automation,Scripting Network, Infrastructure Management, Technical Support, Troubleshooting and Installation &
Configuration.Data Science,Machine Learning,Artificial Intelligence .
* Expertise in managing various project related activities involving planning, execution and management in tune with the core
business objectives; extending post-implementation support to project team by defining SLA norms.
* Problem solver with a passion for quality and process; skilled in grasping the big picture, conceptualizing, developing,
implementing solutions & partnering closely with business leaders & stakeholders.
* Hands-on experience in executing activities related to Network management, cloud computing, Openstack, Ansible,
Virtualization and Server management including virtual servers and Automation with Ansibl
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 2/4
GlobalLogic India Ltd as Consultant Engineering
Jan 2020 to Jun 2020
Projects Responsibilities-SGC Projects
Use Dev,Production and UAT Environments,AWS, PROD_WAC_CRAW server, PROD_WAC_API server,
PROD_WAC_DB server, RDP Server, Dev AD server.
Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
Involve in user administrations, Terraform and Cloud watch
Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, solving customer raised
Issues, ticket tracking by JIRA using Kanban board and using Confluence
Discussions with Clients
Cloud Universe Technologies as Devops Engineering Manager
May 2019 to Dec 2019
Business Development of all prospective Clients all over the world.
EDA Estimation Data Analysis and Artificial Intelligence
Infrastructural Managements,Probability Management
Embitel Technologies Pvt. Ltd- as Sr. DevOps Engineer
Oct 2018 to May 2019
* Working as Sr. DevOps Engineer including OpenStack Operations combining Development projects of
Magento2.3.1,PHP7.2,mySQL 5.7 and NGINX.
* Worked as PROA4 professional providing Tier 2 Supports for both AT&T Mobility NVSO SCP operations and 3G
Microcell Operations Services in USA
* Communicating with users for system, study, requirements gathering, analysis, implementation and testing of system
* Coordinating with Packet Core Teams and RAN teams with their respective vendors like Ericsson, Nokia Siemen
Network and Alcatel Lucent
* Gathering customer requirements and converting the same into functional specifications and Vendor selections
* Providing L4 level support to the AT&T NOC team on need basis
* Planning, designing, installing and configuring, upgrading, maintaining VPN, CISCO Routers and Switches as per
organizational requirements
* Participating in the complete range of project activities, starting from conceptualization, testing and maintenance of the
project, Cloud Computing, Virtualization Linux Administration, Ansible and Security.
* Managing activities related to disk space, user profile creation and user rights, management wired technologies,
A.S.A, Blue Coat firewalls.
* Drafting documents and developing procedure for Tier-2 and 1 Team for resolving customer problems quickly & acting
as repositories for 3G Microcell as well as cross domain teams.
* Automation with Ansible.
AT&T Communications Service Pvt. Ltd as Technical Specialist-GSNO
Jan 2012 to Oct 2018
Handled 2 processes together NVScp Ops and ASR5K Ops with Automation with Ansible as well as Open Stack
Infrastructure As a Service projects.Handled Linux troubleshooting ASR5k project Issues 24x7 with CISCO Routers and
Switches.Taken responsibility of building a team of networking professional as lead as per Organizational requirements.
Worked the AWS as ISAAS Infra Tech Specialist.
Maxima Plc as Technical Support Engineer
Aug 2009 to Oct 2011
I was invited officially to take charge of the necessary Work arounds of MAXIMA DATA CENTRE Networking Operations
and executed scheduled technical work arounds satisfactorily at MAXIMA Data Centers, LONDON, U.K. The assignment
took more than 3 months staying at LONDON MAXIMA and executing the scheduled tasks as planned by the MAXIMA
Managements.
UG: B.Sc (Physics) from university of madras in 1995
PG: MCA (Computers), Correspondence/Distance Learning from ICFAI University in 2012
Other Qualifications/Certifications/Programs:
REDHAT CERTIFIED ENGINEER,CCIE(WRITTEN),CCNA CERTIFIED,ORACLE,ITIL,REDHAT OPENSACK ADMIN,ANSIBLE
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 3/4
AWS Certified Solutions Architect
210-260 Cisco Network Security
DATA SCIENCE MACHINE LEARNING ARTIFICIAL INTELLIGENCE
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Windows 2000/2003,PYTHON, 2018 8 Year(s) 6 Month(s)
RedHat/Linux 2018 7 Year(s) 5 Month(s)
ANSIBLE,OPENSTACK,AWS,DOCKER,CI/CD 2019 5 Year(s) 3 Month(s)
MS Exchange Server 2018 5 Year(s) 2 Month(s)
TCP/IP 2018 8 Year(s) 6 Month(s)
Oracle 2018 7 Year(s) 1 Month(s)
SQL Server 2018 7 Year(s)
MS WINDOWS7 Win7 2018 8 Year(s) 6 Month(s)
RHEL 5 2018 7 Year(s) 5 Month(s)
APACHE 2.0 2018 7 Year(s) 4 Month(s)
Perl 5.8 2018 7 Year(s) 2 Month(s)
WINDOWS SERVER 2008 2008 2018 1 Year(s) 1 Month(s)
MS Exchange 2003 2018 5 Year(s) 6 Month(s)
Java, JSP 2018 6 Year(s) 6 Month(s)
Docker, Vagrant, OpenShift 2018 3 Year(s) 4 Month(s)
TCP/IP, RIP, OSPF, EIGRP, BGP 2018 8 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Beginner
Bengali Expert
Telegu Beginner
Projects
Project Title: SGC Projects
Client: GlobalLogic India Ltd.
Project Details: GlobalLogic India Ltd. Jan 2020 May 2020
Cosultant Engineering
Projects Responsibilities-SGC Projects
Use Dev,Production and UAT Environments,AWS, PROD_WAC_CRAW server, PROD_WAC_API server,
PROD_WAC_DB server, RDP Server, Dev AD server.
Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f44…
https://freesearch.naukri.com/preview/printResume?uname=8b6797fe71a656cc0107c789f95962c55b0c015648115d435111450d090b0442400f440b12105d5c5a… 4/4
Nature of Employment: Full Time
Project Location: Bangalore
Duration: Oct 2018 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 7
Nature of Employment: Full Time
Project Location: Bangalore
Role: Solution Architect
Duration: Jun 2018 - Jan 2020
Onsite / Offsite: Offsite
Team Size: 11
Nature of Employment: Full Time
Project Location: BANGALORE,HYDERABAD,MUMBAI
Role: Network/System Administrator
Duration: Jan 2013 - Oct 2018
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: United Kingdom,United States
Job Type: Permanent
Employment Status: Full time
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
Involve in user administrations, Terraform and Cloud watch
Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, s
Project Title: EmbitelCloud Server-AWS cloud and OPENSTACK cloud
Client: Embitel Technologies I pvt. ltd
Skill Used: Devops
Role Description: Devops and Infrastructure As A Service building/developing required customized instances servers in
Openstack as per the customers requirements.This customized instances help Magento developers to login ad work on daily
Magento Admin operations.
Project Details: Working as Sr. DevOps Engineer including OpenStack Operations combining Development projects of
Magento2.3.1,PHP7.2,mySQL 5.7 and NGINX
Project Title: DevOps Engineering Management
Client: Cloud Universe Technologies
Skill Used: Devops
Role Description: DevOps Engineering Management
Project Details: Develop 200 instances servers with Operability in OpenStack customizing with Magento 2. 3. 1, MySQL, PHP
and Nginx and operational excellence with Pindom. For URL monitoring and monitoring tool setup from scratch starting from
procuring new server till provisioning to users.
Use Sensu-Grafana configuration and dashboard for monitoring systems and statistics.
Use Kibana for application logs, AWS EC2, VPC, Subnet a Built and improved reliability and performance of cloud
applications and cloud infrastructure deployed on Amazon Web Services and RDS.
Involve in user administrations, Terraform and Cloud Watch.
Deploy across environments-QA, UAT and production.
Provide production support including infra alert monitoring and resolving, access provisioning, solving customer raised
Issues, ticket tracking by JIRA using Kanban board and using Confluence
Project Title: Technical Specialist
Client: AT&T
Skill Used: Networking,Windows Administration,ANSIBLE,Openstack, scripting,Oracle,SQL administration,Python
Role Description: Tecnical Specialist
Project Details: Organization: AT&T Communications Service Pvt.Ltd-Global networks Operations
Responsibility: Technical Specialist- NVSOScp,3G/4G Microcell, Cisco Projects with ASR5k Mobility devices,DPEs,DMZs
OAM Network operations, preventing outages, Working as Advance Technical service
Achievement: Mobility Operational Commands Bible project, Cisco Femto Solutions Support project
Organization: AT&T Communications Service Pvt.Ltd-Global networks Operations.
Responsibility: Automation Project: Ansible configuration on Femtocell Nodes-to makes Updates to the Femtocell Nodes
Via ANSIBLE Script
Organization: Wipro Ltd (DELL Tech Support)
Technical Support Associate (IT Service)
Organization: Innovative Systems Authorized consultants of Citicorp Securities And Investments Ltd(CITI BANK N.A)
Environment: Cisco 3662, 3646, Router, Cisco 1900 & 3550 Switches, Windows 2000 Servers.
Designation: Support Engineer (IT Services)
Responsibility: Support Engineer and Networki
Rank 277: Resume 1096 with similarity score 0.030187145718190037
Resume Text: B.E , MS , B.TECH engineering manager , software engineer , solutions architect , associate , business development , devops , data engineer , data architect , cloud engineer , change management , architecture manager , infrastructure manager , part time , full time , solution manager , vp , database architect , team lead award , customer , virtual machines , security , data warehouse , platforms , sizing , status , digital transformation , infosys , integration testing , ec2 , system testing , infrastructure , service delivery management , coordinated , engagements , global experience , devops , designation , international business , mar , reliability engineering , pre-sales , hindi , brownfield , windows , english , erwin , deal strategy , ibm , closure , performance tuning , accountability , change management , capacity planning , puppet , database maintenance , itil , vmware , computer engineering , javascript , technology , data centers , data services , reporting , proposition , affirmative action , database administration , paas , architecture , email , aws , service improvement , problem management , manage multiple , recoveries , operations , microsoft , github , languages , export , assessment , geography , esxi , servicenow , proof , cloud services , transformation programs , pre-production , jenkins , ms project , ug , visit , oracle database , hybrid cloud , azure , import , authorization , teams , models , record , lake , servers , drive , finance , storage , refactoring , etl , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a14…
https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a140647100b580e0… 1/3
Current Designation: Cloud Infrastructure Manager
Current Company: Infosys Limited
Current Location: Pune
Pref. Location: Delhi / NCR,Hyderabad,Pune
Functional Area: IT Software - Other
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [International Business]
Verified : Phone Number | Email - id
Infosys Limited as Cloud Infrastructure Manager
Dec 2012 to Till Date
Presently engaged with Azure Cloud Practice, Accountable and responsible for executing the engagement of Azure Cloud
Migrations and Service delivery management for existing Cloud Environment
Working with client to drive the client digital transformation programs from on-premise data centers to cloud platform.
Accountable and responsible for the migrations phases from Planning and Assessment , Wave planning ,Migration
execution and Operations
Improving the services in existing cloud environments with implementing service improvement plan along with architect
teams by utilizing cloud services
Experienced of governing and delivering ITSM program which includes Incident Management, Problem Management,
and Change Management, Patching/Migration as well as Decommission of Servers and experience in servicenow
reporting.
Experienced of managing engagement of Service delivery of Hybrid Cloud Environment with support of Compute,
Storage, Network and DBA
Engaged dedicatedly from Dec 2012 to May 2015 with business development efforts in terms of Bid management to
create winning proposals, take the assigned bid responses to closure in a timely manner.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
AMIT KUMAR CHAWLA
Cloud Infrastructure/ Engineering Manager seeking roles in Cloud /Multi cloud Delivery
Management, Multi Cloud Migrations or SRE (Site Reliability) Management ,Solution
Architecture Manager, Transformation Management .Azure ,AWS , GCP and Terraform
Key Skills: Azure Cloud Infrastructure Manager, Head/VP/GM, Multi Cloud Delivery Management, Cloud Infrastructure
Migration and Site Reliability /Cloud Operation Support Database Migration, Transformation Management, ITIL, Azure,
GCP, AWS and Terraform
Summary
A pro-active and analytical Multi Cloud Infrastructure Manager and Delivery leader with global experience in managing the entire
technology operations with successful track record of delivering on / before time and within budget.
Special Mention includes
Currently as Azure Cloud Manager; accountable and responsible for the engagements of Cloud Migrations and Cloud
Environment Support
Experience of cloud migrations with Brownfield and Greenfield approach with various migration strategies like Re-host, Re-
Platform and refactoring
Managing Cloud Infrastructure Support with good understanding Cloud DevOps and SRE (Site Reliability Engineering)
approaches
Strong knowledge of Cloud platforms and completed following cloud certification
o Microsoft Certification: Azure Solutions Architect Expert
o Microsoft Certification: Azure Data Engineer Associate
o AWS Certified Cloud Practitioner
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a14…
https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a140647100b580e0… 2/3
Established the bid team structure involving different technology competencies and functions - Legal, HR, Finance and
delivery, with proper accountability with all teams
Successfully manage multiple pursuits from different customers and manage customer visit, create marketing
collaterals for client demonstrations and Analyst meet.
Develop proposal content and Statement of Work articulating business benefits and Infosys value proposition
IBM INDIA PRIVATE LIMITED as Technical Solution Manager
Nov 2004 to Dec 2012
In IBM during eight years work on various roles and responsibilities to execute the project and services.
Accountabilities:
As Database Professional
Engaged as Database Migration Consultant, Database Team Lead along with Database Administration and performed
Database Conversion, Database upgrades and Database consolidations.
Performed DBA day to day activities on AIX/Windows platform and database Maintenance activities such as
installations backup, reorgchk, reorg and runstats.
Provided design of database on DB2 for data warehouse, deploy services packs/fixes, perform upgrades and support
for numerous Production and pre-Production environments, independently.
Good exposure of working with team of designing the Data warehouses, implementing Logical and physical data
models , database tuning and leading database team during various phases of testing .
Worked on Proof of concepts of database migrations like Sybase to DB2 and Oracle to DB2 and addressed the
opportunities and challenges.
As Technical Solution Manager
Designed winnable, doable & profitable technical solutions for AMS (Database and Data warehouse (ETL)) delivery
across geographies and industries.
Coordinated with the counterpart Sales team in the corresponding geography to understand the deal strategy, price
point and competitive situation.
Supported pre-sales tasks by developing proposal content as well as documenting Statement of Work articulating
business benefits and IBM value proposition.
Developed proposal content and Statement of Work articulating business benefits and IBM value proposition.
Achievement:
Two IBM Bravo awards for contribution in DBMS competency
Provided DB2 Database Administration trainings to Fresher's and Experienced DBAs
Presented papers on Database technologies on technology forum in IBM
SATYAM COMPUTER SERVICES LIMITED as Sr Software Engineer
Jan 2003 to Nov 2004
Accountabilities:
Participated in a long support service delivery project as Database Architect & DBA for Database Performance Tuning,
managing users, privileges, roles, password security and resources.
Provided Logical Data Model and Physical Data Model, using ERWin as well as over sight on day to day DBA activities
from monitoring to corrective action.
Engaged in multiple Oracle database management activities like Backup & Recoveries (Use of Export/Import),
rebuilding of Indexes & Analyzing objects, Capacity Planning and Sizing of the database.
Supported execution of System Testing and Integration Testing as data architect, allocated system storage and planned
future storage requirements for the database.
Achievement:
Received two Satyam Pat on Back award in May 2003 and in Jan 2004 for excellent performance as Data Architect
and DBA support
UG: B.Tech/B.E. (Computer Engineering) from Kurukshetra University in 2000
PG: PG Diploma (International Business), Part time from Indian Institute of Foreign Trade (IIFT) in 2010
Other Qualifications/Certifications/Programs:
Masters Diploma in Business Administration (Marketing Management)
AWS Cloud Practitioner
Microsoft Certified: Azure Solutions Architect Expert
Google Cloud Certified - Associate Cloud Engineer
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a14…
https://freesearch.naukri.com/preview/printResume?uname=7fc9fbd833365c05197e21e12c74a3d30b5f00564f1609160512430a0808574e125a140647100b580e0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Azure Migrate Services
Azure Database Migration Services, SSMA
ora2pg
Azure Compute, Azure Storage -BLOB
Data Lake, Azure DevOps, Jenkins, GitHub
Puppet, Dockers, Azure Update Management
Azure Virtual Machines, AWS EC2 instance
Azure DB PaaS ,VMWare ESXi
DB2 UDB v8.x/v9.x
Azure Synapses, Data bricks
Azure Data Factory, CosmosDB
Azure Data Services
ServiceNow Reporting
MS Project Plan (MPP)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 278: Resume 996 with similarity score 0.02993151306984141
Resume Text: B.E , B.TECH , BS application support , quality assurance , software developer , programmer analyst , full time retail , web development , redux , css , designation , sqlite , affirmative action , hindi , maintenance , firebase , json , authorization , english , node.js , intelligence , status , email , project , express , google , application , mongodb , xml , mainframe , android , c++ , running , debugging , git , computer science , languages , dashboard , javascript , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c1…
https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c140417410b5a5… 1/2
Current Designation: Programmer Analyst
Current Company: Cognizant
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 10 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Cognizant as Programmer Analyst
Dec 2018 to Till Date
Title: TJX
Duration: April 19 - Present
Team Size: 6
Domain: Retail
Project: Process Intelligence Dashboard
Responsibility: Frontend Developing
Environment: MERN(Mongo DB,Express JS,React,Node
Js)
Description : The requirement of the project is to create
a Dashboard,which will show all the Mainframe Jobs
running status. This application is to monitor the
Mainframe JOBS .The end-points are written into Node
and through React code we read those end-points to
show the information in UI.
UG: B.Tech/B.E. (Computer Science) from Chandigarh Group Of College - Mohali in 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Samant Singh
Programmer Analyst seeking roles in IT Project Management,Software
Development,Web Development,IT Quality Assurance,Application Development,Client
Servicing,Application Support,Debugging,Technical
Support,Java,JSON,MongoDB,Node.Js
Key Skills: Programmer Analyst,Software Developer,IT Project Management,Software Development,Web Development,IT
Quality Assurance,Application Development,Client Servicing,Application Support,Debugging,Technical
Support,Java,JSON,MongoDB,Node.Js
Summary
A focused professional offering 1.10 years of experience in IT Project Management,Software Development,Web
Development,IT Quality Assurance,Application Development,Client Servicing,Application Support,Debugging,Technical
Support,Java,JSON,MongoDB,Node.Js
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c1…
https://freesearch.naukri.com/preview/printResume?uname=667dd1b90e47d92910099df3b68ef913515b5a59194658190612125a5b00034d100c140417410b5a5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java , C++ , OOPS
Reactjs, Javascript, Nodejs, Express,Git
HTML, CSS
SQL, SQLite
Mongodb
Android Services , XML, JSON
Google Firebase
Redux 0 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 279: Resume 46 with similarity score 0.02990483621388616
Resume Text: MS , B.TECH , BS work from home training , internships , data visualization , classification , deep learning , nlp , network devices , heroku , classifiers , farmers , models , project , mask , live , computer vision , prediction , resume , machine learning , git , building , computer science , opencv , tags , crop , flask , completion , assessment , data science , python , apple , ml , technology , plots , cyber , online Assessment
Q1. Why should you be hired for this role?
Because I have done training In ML, DL, NLP, CV and made many projects on them as you can see in my git .
I regularly solve problems related to Machine and Deep Learning in Hacker Earth so I have a lot of experience in ML, DL
and In my previous internship, I have made an Ocr model for them.
git: https://github.com/ajaybhatt441
HackerEarth: https://www.hackerearth.com/@ajaybhatt441aj
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Ajay Bhatt
Pantnagar, Kashipur
Applied 08 Feb'21
Python Computer Vision Deep Learning
Machine Learning OpenCV C Programming
Flask Heroku
Bachelor of Technology B.Tech), Computer Science
College Of Technology Pantnagar
2018 - 2022
CGPA 8.00/10
Senior Secondary XII, Science
Kendriya Vidyalaya Kashipur
CBSE board)
Year of completion: 2018
Percentage: 93.00%
Data Science
Pianalytix, Virtual
Dec 2020 - Jan 2021
Building a project on OCR using neural network
Computer Vision
Courseera, Online
Aug 2020 - Sep 2020
here I work on image, vedeos, harrscascade classifiers , OCR etc and also made project on it.
Machine Learning And Deep Learning
Courseera, Online
Aug 2020 - Sep 2020
here I learn as well as made many end to end ML and DL model.
Cyber Scurity
alttc, Online
Jul 2020 - Dec 2020
Learn about Network Devices and about OSI layers
Data Visualization
Courseera, Online
Jun 2020 - Jun 2020
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6396058778
here I learn how to Visualize Data using different Type of plots.
Data Science
Courseera, Online
May 2020 - May 2020
here I learn about what is Data Science and I also learn how to work with txt,csv files
Real time social distancing detector
Jan 2021 - Jan 2021
https://github.com/ajaybhatt441/real-time-social-distancing-detector
its real-time feature detects whether people are violating social distancing or not
OCR-using-neural-networks
Dec 2020 - Jan 2021
https://github.com/ajaybhatt441/OCR-using-neural-networks-
detects text from images
NLP, classification and OCR Love is love problem hakerearth)
Nov 2020 - Nov 2020
https://github.com/ajaybhatt441/Haker_Earth_love_is_love_problem
In this problem First we seprate the tags written on the image using OCR and then I made ML models Using NLP to categorise
the tags.
Crop recommender app for farmers of Punjab
Oct 2020 - Oct 2020
https://github.com/ajaybhatt441/crop_recomendation
This app helps the farmers of punjab to grow the most favourable crop in their respective region.
Hand gesture detection and recognization for stroke patient
May 2020 - May 2020
https://github.com/ajaybhatt441/hand_gesture_detection_and_recognization_system_for_a_stroke_patient
There is a camera facing the patient hand and as the patient show any gesture the model made in this project will tells the
meaning of that gesture
Face Mask Detection
Apr 2020 - Apr 2020
https://github.com/ajaybhatt441/face_mask_detector_
In this project there is a live camera which tells that a person is wearing a mask or not.
Apple Stock Price Prediction
Dec 2019 - Jan 2020
https://github.com/ajaybhatt441/Apple_stock_prediction
this project contain the apple stock prices pridictions
Hacker earth Machine Learning Challenges
Jul 2020 - Present
https://github.com/ajaybhatt441
complete many challenges of Machine and Deep Learning in Hacker Earth
Selected and Participated for National Level Hackathone.
https://github.com/ajaybhatt441/real-time-social-distancing-detector
https://github.com/ajaybhatt441/OCR-using-neural-networks-
https://github.com/ajaybhatt441/Haker_Earth_love_is_love_problem
https://github.com/ajaybhatt441/crop_recomendation
https://github.com/ajaybhatt441/hand_gesture_detection_and_recognization_system_for_a_stroke_patient
https://github.com/ajaybhatt441/face_mask_detector_
https://github.com/ajaybhatt441/Apple_stock_prediction
https://github.com/ajaybhatt441
Rank 280: Resume 1209 with similarity score 0.029876213030574677
Resume Text: B.E , MS , B.TECH software engineer , full time , software developer award , customer , algorithms , css , designation , ug , affirmative action , hindi , maintenance , ltd , digital , authorization , english , status , c# , agile , sql , email , project , application , solution architecture , mumbai , star , user requirements , c++ , computer science , building , languages , asp.net , javascript , web , technology , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105…
https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105211465e090854… 1/2
Current Designation: Software Engineer
Current Company: Tata Consultancy Services Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Software Engineer
Sep 2018 to Till Date
Achievements/Tasks
Developed a System to automate the process of
Worked as a part of agile team and documented the
user requirements.
Developed a Banking Web Application for handling
Initial Learning Program(ILP) Project.
Developed the front end and back end of some micro
modules for Tata Global Beverages Limited.
sales posting.
accounts and making transactions, as a part of TCSReceived
ILP Star Performer Award for good performance
and being in top-5 of ILP Batch.
Received Learning Achievement Award for completing
digital competencies.
Participated and won several internal TCS hackathons.
Last Active: 1-Feb-21 Last Modified: 31-Jan-21
Ankur Singh
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React,C++,Asp.Net,HTML,CSS,SQL,Data
Structures,Algorithms,Java,C#,JavaScript
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React,C++,Asp.Net,HTML,CSS,SQL,Data
Structures,Algorithms,Java,C#,JavaScript
Summary
Results-driven and motivated Software
Engineer. Focused towards building
customer centric robust and viable products
Passionate about builiding scalable systems
impacting million end users.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105…
https://freesearch.naukri.com/preview/printResume?uname=63a9c8daf7b1d55ff4bcbf96f85701dd0d5b5f531e165d400319415a090f511e405f105211465e090854… 2/2
UG: B.Tech/B.E. (Computer Science and Engineering) from Feroze Gandhi Institute of Engineering and Technology,
Rae Bareli in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C++
HTML, CSS
REACT
ASP.NET
SQL
JAVA
Data Structures
C#
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 281: Resume 1424 with similarity score 0.029754677759182807
Resume Text: B.E , MS , B.TECH senior consultant , cleaners , full time , erp consultant ods , automation , sap hana , rca , general , adso , customer , vaccines , security , cleaners , designation , data extraction , ug , team performance , affirmative action , data loading , lumira , developments , report development , realization , query designer , hindi , air , maintenance , ltd , legacy systems , webi , english , authorization , modifications , go , exits , status , multinational , specifications , email , project , water , business process mapping , live , solution architecture , adherence , sap bi , range , testing , performance tuning , writing , strategy , computer science , bex analyzer , building , full life cycle implementation , languages , vacuum , sap implementation , extractions , scheduling , javascript , crm , technology , root cause analysis , business requirements , process optimization , eureka 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d110818…
https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d1108180214175d5f0c5… 1/3
Current Designation: SAP Senior Consultant
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Accenture as SAP Senior Consultant
Jan 2019 to Till Date
Key Result Areas:
Worked on BW/4 Hana objects.
Knowledge of Abap objects.
Data Extractions from ECC and other vendor systems.
Created infoproviders based on the requirements.
Worked on routines and APD's.
Created Webi Reports.
Worked on support issues and tickets raised by end user .
Development of reports based on client requirement.
Created Automation of processes.
Quinnox Consultancy Services Ltd. as SAP Senior Consultant
Nov 2014 to Jan 2019
Key Result Areas:
Involved in SD,FI/CO,HR,CRM for Production Support, Maintenance Projects and Enhancement Projects.
Experienced in designing solutions and writing specifications based on business requirements.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Samarth Tandon
SAP Senior Consultant seeking roles in SAP Implementation, Solution
Architecture,SAP BW,SAP BI,SAP BW on HANA,SAP BW/4 HANA
Key Skills: SAP Senior Consultant,ERP Consultant,Project Management,Strategy Planning,SAP Implementation,Process
Automation,Root Cause Analysis,Solution Architecture,SAP BW,SAP BW on HANA,SAP BI,SAP BW/4 HANA, WebI,
Bobj, Bex Analyzer,
Summary
Resolute and committed professional, offering over 6 years of experience in SAP BW/BI functional and technical while playing
various key roles in Design, Development & Production Support (Data Modelling and Report Development)
Bagged multiple Client Appreciation & Awards for outstanding performance
Possess strong skills in project management & implementation; extensive experience in SAP implementation with merit of
building functional & operational roadmaps, mapping processes and enhancing team performance to re-assure business
standards across assignments
Proven success in ensuring adherence to standard SAP best practices and business process mapping, meeting
stakeholders to identify opportunities for business process optimization and solutions
In-depth knowledge on SAP HANA views
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d110818…
https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d1108180214175d5f0c5… 2/3
Knowledge of SAP HANA information views like Calculation Views, Analytical Views and Attribute Views.
Knowledge of SAP BW/4HANA Info providers like ADSO, Open ODS Views and Composite Provider.
Knowledge of Lumira functionalities.
Worked on full life cycle implementation and upgrade projects which dealt with a Blueprints Realization, Data Modelling,
Data Extraction, Data Loading (Full / Delta Up-Loads), Scheduling, Monitoring, Query Designer, testing and Go live for
legacy systems and ECC systems.
Performance tuning of reports.
Worked on support issues and tickets raised by the end user
Development of reports based on client requirement
Creating Process chain and scheduling
UG: B.Tech/B.E. (Computer Science and Engineering) from Don Bosco Institute of Technology in 2014
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Feb 2015 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Education
IT Skills
Skill Name Version Last Used Experience
SAP BW/BI 7.5 2020 5 Year(s) 10 Month(s)
SAP BW with ABAP 2020 5 Year(s) 10 Month(s)
SAP BW on HANA 7.5 2020 5 Year(s) 10 Month(s)
BEx, Lumira 2.0, Webi 2020 5 Year(s) 10 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Pfizer Development and Support
Client: Pfizer
Role Description: Collecting the requirement from users and preparing the documents for the new changes and
modifications. Proposed RCA's( Root Cause Analysis) to the clients for the frequent failures.
Project Details: Pfizer Inc. is an American multinational pharmaceutical corporation. The company develops and produces
medicines and vaccines for a wide range of medical disciplines.
Project Title: EFL Development and Support
Client: Eureka Forbes Limited
Skill Used: SAP BI, SAP BW, SAP ABAP,SAP BW on HANA
Role Description: Involved in ABAP customer exits and routines in BI system.Designed and development of Info providers as
per requirement.Collecting the requirement from users and preparing the documents for the new changes and modifications.
Project Details: Eureka Forbesis a leading marketer and services provider of water purifiers, aqua guard, vacuum cleaners,
air
purifiers and security solutions in India. This Project involves the activities providing support to the existing environment
and new developments/enhancements as per the requirement.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d110818…
https://freesearch.naukri.com/preview/printResume?uname=e75e4705222e3eef2fb4b7056f66e91d0e5b0b594e150b130a15435c0b5b504d1108180214175d5f0c5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 282: Resume 1014 with similarity score 0.029748028986116216
Resume Text: B.E , MS , B.TECH application support , functional manager , collector , senior technical specialist , change management , full time , team lead , part time , technical lead vss , document management , functionality , electronic document , customer , people management , cmmi , filenet , security , designation , validation , office , visual studio , mar , test planning , case , affirmative action , plugins , oracle , web services , tortoise svn , lists , hindi , aircraft , maintenance , ltd , permissions , icc , player , import , english , authorization , status , c# , email , store , matrix , application , integration testing , leadership , less , plus , operations , ibm , fixing , microsoft , zero defects , change management , problem solving , unit testing , languages , infrastructure , export , preparation , kannada , sql server , viz , development projects , sphere , sit , javascript , monarch , workflow , history , eclipse , technology , organization , insurance , solution development , fp , working experience , management skills , database 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f12…
https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f125244440e0f5c5… 1/3
Current Designation: Senior Technical Lead
Current Company: Monarch Info Tech Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Monarch Info Tech Services as Senior Technical Lead
Apr 2015 to Till Date
Project : Aon ECM
Client : Aon
Technology : FileNet 5.5(CE/PE/IBM Content Navigator 3.0.1), ICC 4.0, JAVA, RAD 7.5., MS SQL
Description:
Aon ECM uses IBM FileNet solution to store and manage insurance based documents. Using IBM Content Navigator, the
documents are added, retrieved and deleted. Lookup functionality has been implemented to retrieve the data from Line of
Business database using External data service (EDS) to completely index the document. Documents and Workflow Audit
history data are stored in custom database which will be shown to the users using the Plugins configured. Info
sphere Content collector (ICC) task routes are configured for bulk ingestion of the documents to FileNet. A workflow will be
triggered for the validated documents which are indexed completely. Workflows are used for verification and approval
process. Security on the documents has been managed using security proxies. Many ECM development projects have
been delivered with zero defects consistently and received client appreciation and rewards.
Roles and Responsibilities:
Leading a team of 12 people
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Suprith Byndoor
Senior Technical Lead seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Delivery
Management,Quality Management,Requirement Gathering,JavaScript,SQL
Server,Eclipse,Oracle
Key Skills: Senior Technical Lead,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Delivery Management,Quality Management,Requirement
Gathering,JavaScript,Tortoise SVN,SQL Server,Eclipse,Oracle
Summary
A seasoned leader with 16 years of solution development and delivery experience in the technology domain, including 9 years
of ECM as a specialization in banking and insurance domains
Good hands-on working experience on IBM ECM products likes FileNet 5.5/5.2.1, IBM Content Navigator 3.0.1/2.0.3, IBM Case
Manager 5.2/5.2.1/5.3 and IBM Content Collector 4.0 (ICC).
Worked in various geographies viz. India, Australia, USA and Dubai.
Excellent team and delivery management skills, effective team player, leader and individual contributor. Good analytical and
problem solving skills coupled with excellent communication skills.
Interested in techno-managerial roles combining my technical expertise with leadership and people management skills to
contribute to the goals of the organization.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f12…
https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f125244440e0f5c5… 2/3
Requirement analysis, Design, Web services, Documents Migration, UAT support
Configuration of the IBM Content Navigator (ICN) and customizing the ICN plugins.
Designed task routes for document ingestion using ICC 4.0.
Involved in configuration of security proxies in CE
Performed unit testing and provided the support for SIT and UAT.
IntrospeQt Software Services Pvt. Ltd as Technical Specialist
Jun 2011 to Mar 2015
Project : Development & Upgrade of FileNet environment (from 3.5 to 5.0)
Client : Dubai Municipality
Technology : FileNet 5.0, Image services, C#
Description:
Worked as a key senior technical specialist in upgrading the migration of existing electronic document management
system from the FileNet P8 3.0 and FileNet Panagon Image Services infrastructure to the latest IBM FileNet P8 5.0
platform. Migrated around 07 million plus documents existing in 20 object stores along with property templates, choice
lists, document classes and their properties, folder classes and their properties, custom object classes and their
properties, entry templates, security templates and stored searches and permissions. Designed and developed the export
and import tool, managed reconciliation, served as the customer point of contact
HCL Technologies Ltd as Technical Lead
Sep 2004 to Jun 2011
Project : Boeing Test Planning Tool
Client : Boeing
Technology : FileNet 4.5, C#.
Description:
Played the role of a Functional Manager in this project aimed to integrate aircraft test analysis and operations activities.
The tool creates and manages template based econtent for various aircraft configurations into FileNet Content Engine.
Documents are routed in a customized workflow implemented in Process Engine. A customized MSExcel based test
condition matrix facilitates analysis and planning of test conditions. Finally, sequence documents are generated which a
Test - Pilot uses to carry out aircraft testing. Responsible for client engagement & requirement gathering at client-site,
requirement analysis, specification & validation and FP estimation, coding, quality (PCI audits, CMMI preparation),
manage unit testing and integration testing, defect fixing and enhancements.
UG: B.Tech/B.E. (Computers) from SDM college of Engineering and Technology in 2001
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, JavaScript, JSP,
VB.NET, Web services, C# .NET
MS SQL Server, Oracle, DB2
Microsoft Visual Studio, RAD, Eclipse
MS Office, Tortoise SVN, VSS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f12…
https://freesearch.naukri.com/preview/printResume?uname=23a43f812623a98fc9b2e9421987d1775e595a0043120f15571544515c01521c100f125244440e0f5c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 283: Resume 1230 with similarity score 0.02972968279431442
Resume Text: B.E , MS , B.TECH project manager , solutions architect , devops , travel agent , full time , senior consultant , enterprise architect , aws solution architect ease , asp.net mvc , conducting , refunds , web api , databases , customer analysis , software projects , outsourcing , component development , airlines , status , bug tracking , stakeholder management , data architecture , commitments , system architecture , business strategy , components , it infrastructure , b2e , meals , mitigation , devops , kubernetes , designation , hindi , ltd , english , budgeting , microservices , architecting , completion , javascript , problem analysis , cd , user training , workflow applications , general , project teams , message queue , group travel , information technology , affirmative action , maintenance , power bi , customer requirements , strategic planning , email , aws , project implementation , microsoft , invoicing , edge , customer experience , languages , business process , widgets , accounting system , it governance , object-oriented software , telecom , tamil , hybrid cloud , ticketing , revenue , azure , ontrack , authorization , risk , enterprise , scalability , cost effective , steps , .net core , servers , resharper , cloud computing , message broker , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a140…
https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a1401401259085c52… 1/3
Current Designation: Solution Architect
Current Company: RR Donnelley - Global Business Process
Outsourcing Pvt. Ltd
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
RR Donnelleney India Outsourcing PVT LTD as Project Manager-Solutions Architect
Oct 2006 to Sep 2020
1. Interacting with Business Teams for requirement gathering and translating the same into architectural solutions using
AWS services/.Net technologies
2. Architecting solutions for applications within RRD GO and presenting the same to Enterprise Architect Teams,
Infrastructure Stakeholders, Infosec Teams with a demo and adequate data in order to provide insight on the performance,
scalability, latency benefits, ease of development, cost benefits, enriched customer experience
3. Organizing periodic training sessions for Development Managers & Teams on the approved architecture/POC
solutions, AWS services/components, .Net Core technology, Microservices, Developing Widgets with API layers and so on
4. Identifying & resolving problems and severity issues across applications and help the development team
5. Leading the implementation of CI/CD across Software Projects for RRD GO using Azure DevOps, TFS, and
conducting training sessions to PM's, Management
6. Coordinating as a SPOC with Infrastructure, IT Governance Teams for all service related matters of services;
providing Hardware support for Dev/QA/UAT/PROD environments, addressing application level vulnerabilities by
partnering with InfoSec teams as a SPOC to Software Managers
7. Contributing in exploration/POC of cutting edge products, services for the client business requirement & IT Division
including while not limited to AWS services, .Net Core, DevOps tools TFS, Azure Devops, Resharper, Power BI, High
Charts and so on
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
KUMAR SAMBAMURTHY
AWS Solution Architect, .Net Solution Architect, App migration to AWS Cloud,
Microservices, Azure DevOps, Delivery Management, Planning, Strategic Execution,
Budgeting, Costing, Stakeholder Management, Business Process Optimization,Team
Management
Key Skills: aws cloud solutions, solution architect,enterprise architect,project management,stakeholder
management,cloud computing,hybrid cloud solution,microservices,message queue,message broker,kubernetes,mq
series,ASP.Net MVC,Core,Strategic Planning,Costing
Summary
Solution Architect with expertise in providing end-to-end Cloud-enabled solutions with AWS as per SLA requirements for
enterprise wide applications and creating a high-performance environment in team by appropriately recognizing the key
contributors across diversified business domains including Workflow Applications, HR, Airline, Telecom, and ITES using Latest
Cutting Edge Technologies
Aligned architecture to business strategy in order to deliver structured, efficient, sustainable and adaptable IT solutions in line
with the business needs
Highly resourceful at reducing cost of project implementation, by way of introducing cost effective components & services
Architected technical solutions required to address customer requirements, assessed customers' needs and recommended
solutions that optimized value for both the customer and the firm
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a140…
https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a1401401259085c52… 2/3
8. Communicating with internal software & Infrastructure teams to manage logistics of servers, databases for DEV, QA,
UAT & PROD environment while ensuring projects meet the schedule & business commitments
9. Monitoring project progress as per scheduled deadlines for various tasks and taking necessary steps to ensure
completion within time, cost and effort parameters; managing emerging issues & risk mitigation
10. Analyzing and defining client's business strategy and determining system architecture requirements to achieve
business goals; formulating strategic plans for component development to sustain future project objectives
11. Developing data architecture design to facilitate targeted customer analysis, suggesting architectural improvements,
design and integration solutions, and formulating methodologies to optimize object-oriented software and database
development while organizing end-user training and problem analysis for IT infrastructure work
12. Managing emergency technical support for customers, including system diagnostics and technical problem
resolution
13. Designing and conducting trainings for technical software enhancements to project teams to promote their projects'
success company-wide
RR Donnelley - Global Business Process Outsourcing Pvt. Ltd as Solution Architect
Oct 2006 to Till Date
Currently leading a Technical Team as a Solution Architect and developing customized solutions for work-flow systems,
HR systems in AWS platform/Microsoft Dotnet platform through constant exploration, POC of AWS services as per
business and project requirement while ensuring cost optimization
Role:
Interacting with Business Teams for requirement gathering and translating the same into architectural solutions using AWS
services/.Net technologies
Architecting solutions for applications within RRD GO and presenting the same to Enterprise Architect Teams,
Infrastructure Stakeholders, Infosec Teams with a demo and adequate data in order to provide insight on the performance,
scalability, latency benefits, ease of development, cost benefits, enriched customer experience
Organizing periodic training sessions for Development Managers & Teams on the approved architecture/POC solutions,
AWS services/components, .Net Core technology, Microservices, Developing Widgets with API layers and so on
Identifying & resolving problems and severity issues across applications and help the development team
Leading the implementation of CI/CD across Software Projects for RRD GO using Azure DevOps, TFS, and conducting
training sessions to PM's, Management
Coordinating as a SPOC with Infrastructure, IT Governance Teams for all service related matters of services; providing
Hardware support for Dev/QA/UAT/PROD environments, addressing application level vulnerabilities by partnering with
InfoSec teams as a SPOC to Software Managers
Contributing in exploration/POC of cutting edge products, services for the client business requirement & IT Division
including while not limited to AWS services, .Net Core, DevOps tools TFS, Azure Devops, Resharper, Power BI, High
Charts and so on
Communicating with internal software & Infrastructure teams to manage logistics of servers, databases for DEV, QA, UAT
& PROD environment while ensuring projects meet the schedule & business commitments
Monitoring project progress as per scheduled deadlines for various tasks and taking necessary steps to ensure completion
within time, cost and effort parameters; managing emerging issues & risk mitigation
Analyzing and defining client's business strategy and determining system architecture requirements to achieve business
goals; formulating strategic plans for component development to sustain future project objectives
Developing data architecture design to facilitate targeted customer analysis, suggesting architectural improvements,
design and integration solutions, and formulating methodologies to optimize object-oriented software and database
development while organizing end-user training and problem analysis for IT infrastructure work
Managing emergency technical support for customers, including system diagnostics and technical problem resolution
Designing and conducting trainings for technical software enhancements to project teams to promote their projects'
success company-wide
Emirates Airlines as Senior Consultant
Oct 2001 to Feb 2004
Managed development of multiple applications and projects; the various projects included implementation of DRAS
(revenue accounting system for DNATA for invoicing, reconciliation, refunds,); EGTIF (group travel ticketing and work
flows for EK ticket booking, meals, in-flight service, ground services); Ontrack (Travel Agent Incentive Management);
OneNetwork (Travel agent and flown revenue management)
B2E Technologies (P) Ltd as Technical Leader
Oct 2001 to Feb 2004
Managed implementation of multiple projects; participated in QA Test cycle management and standardization, bug tracking
and projects tracking
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a140…
https://freesearch.naukri.com/preview/printResume?uname=10a101dc0fb2fcf0198ee5568ff992d4505a5f5119140c400112100d080f5642450a1401401259085c52… 3/3
UG: B.Tech/B.E. (Mechanical) from Madras University in 1992
PG: MBA/PGDM (Information Technology) from Institute of Chartered Financial Analysts of India (ICFAI) in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
ASP.Net MVC & Core,Web API,Event Source 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 284: Resume 380 with similarity score 0.029630547672661423
Resume Text: B.E , MS , BS work from home , student ltspice , seizure , internships , css , 3d , adobe photoshop , deep learning , cadence , gauss , conducting , health , design , new concepts , stocks , schematic , risc , excel , newton , transmission , coursera , verilog , resume , electronics , flow analysis , matlab , bus , components , features , machine learning , load flow , finance , blender , completion , assessment , it , python , layout , artificial intelligence , technology , pipeline , plots , html , beta , online Assessment
Q1. Why should you be hired for this role?
I'm an arduous worker with a deep passion for problem-solving. With an inquisitiveness to learn new concepts and technology every day. I'm
deeply interested in the field of artificial intelligence and machine learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available on a part-time basis as I am an electrical engineering student in my final year of college. I will be unavailable from March 1st-4th and
May 1st-7th on account of my university semester exams.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Parvathy Unnikrishnan
Kochi
Applied 08 Feb'21
Python C Programming HTML
MATLAB Verilog Adobe Photoshop
Blender 3D CSS Deep Learning
Bachelor of Engineering B.E, Electrical and Electronics Engineering
BITS Pilani
2017 - 2021
Senior Secondary XII, Science
Bhavans Vidya Mandir,elamakkara
CBSE board)
Year of completion: 2016
Percentage: 96.40%
Student Engineer
Mocxa Health, Virtual
Aug 2020 - Present
Worked on developing a deidentification software which helped conserve privacy of seizure victims by transferring facial
features and movements onto a separate artificially generated face.
Intern
Power Grid Coorporation, Bangalore
May 2019 - Jul 2019
Deep Learning
Coursera, Online
May 2020 - Aug 2020
This course is offered by deeplearning.ai
Multi asset Portfolio of 5 companies were analysed.
Jun 2020 - Jul 2020
Using the historical data of 5 stocks for the period 1 January 2016 31 March 2020 a portfolio was made. In excel, various
parameters such as beta, Sharpe and Treynor ration were derived.
Designed a 5-stage RISC pipeline in verilog.
Apr 2020 - Jun 2020
Implemented the design along with hazard detection protocols.
Modelled a Bi-stable multivibrator in LtSpice.
May 2020 - Jun 2020
Suitable values for the various components were found. The transfer characteristics of the model were derived and plotted.
Load flow analysis of a 57 bus system in Matlab
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9119225099
May 2020 - May 2020
Newton Raphson and Gauss Siedel method was performed on Matlab script file 'case57.m'.
Designed a 81 mux using transmission gate logic(180 nm technology)
Sep 2019 - Oct 2019
The schematic and layout of the diagram were made in Cadence. It's functioning was tested by conducting various analysis
and deriving the plots.
Pursued a Finance Minor from BITS, Pilani.
Rank 285: Resume 360 with similarity score 0.029457543142051693
Resume Text: B.E , BS work from home training , express.js , matplotlib , prescription , x-ray , css , deep learning , blogs , keras , firebase , jquery , player , node.js , graphs , bootstrap , ringtones , ethics , sql , email , project , application , c programming , mongodb , wallpaper , fit , doctors , whatsapp , prediction , resume , github , android , machine learning , computer science , framework , completion , assessment , data science , python , javascript , form , html , database Assessment
Q1. Why should you be hired for this role?
Well, I have done the Courses on Machine Learning , Deep Learning and Data Science. Also I have done a project on deep Learning project which
is based on detection of covid-19 and pneumonia from x-ray images using python libraries like tensorflow and keras, And a project on data
science which is on detailed analysis of covid-19 in U.S.A to understand trends and patterns from data using python. All that and more projects
are on my github account:- ( https://github.com/nirdoshi ). Apart from that I am really Passionate and obsessed about M.L and A.I industry. Well, I
think I will be a great fit for the internship since I have all required skills required for this role and I am a quick learner and highly passionate about
pursuing a career in this industry. If, I get this employment - I would surely apply newly obtained skills & thoughts for company benefits. I would
shortly become a superb team player. Quickly, I will try to understand the work culture. I will never cross the dead line of the assigned work. And,
I will stick to company's rules, guidelines and policies on the work ethics.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
PROJECTS
Nir Doshi
Surat
Applied 07 Feb'21
Python Bootstrap C Programming
CSS HTML Java
Android Deep Learning Express.js
JavaScript Machine Learning MongoDB
Node.js SQL jQuery
Bachelor of Engineering B.E, Computer Science
Marwadi University
2018 - 2022
CGPA 8.59/10
Senior Secondary XII, Science
Shree Swaminarayan Academy
CBSE board)
Year of completion: 2018
Percentage: 75.00%
Secondary X
Shree Swaminarayan Academy
CBSE board)
Year of completion: 2016
Percentage: 8.40%
personal website
Dec 2020 - Feb 2021
http://nirdoshi.herokuapp.com/
Developed using HTML, CSS, BootStrap, Javascript for frontend and node.js with express framework as backend and
mongodb with mongoose framework as database.
purpose was to give detailed insights of my work and blogs
Covid 19 and Pneumonia detection from x-ray images Deep Learning)
Oct 2020 - Oct 2020
https://github.com/nirdoshi/COVID19NORMALPNEUMONIAPREDICTOR
I have built a convolutional neural network with the help of TensorFlow and Keras libraries of python.based on training, model
gave the prediction on new x-ray image whether the disease is Covid 19 or pneumonia or it is normal x-ray.
Covid 19 united states analysis
Aug 2020 - Aug 2020
http://nirdoshi.herokuapp.com/
https://github.com/nirdoshi/COVID19-NORMAL-PNEUMONIA-PREDICTOR
CONTACT Phone: 91 8141578455
https://github.com/nirdoshi/covid-19-united-states-analysis
In this project I have used different data sets available of united states related to covid 19 and made number of visualizations
from this data in form graphs using Python libraries like matplotlib,seaborn so that data can be interpreted more easily.
Wallpaper and Ringtone Android Application
May 2020 - Jun 2020
https://play.google.com/store/apps/details?id=com.napps.wallpaper
I have created an app which shows wallpaper and ringtones and made it easy to download it. I have used the Firebase Real-
time database for storing images and ringtones.
E prescription
Feb 2020 - Apr 2020
https://play.google.com/store/apps/details?id=com.napps.voiceprescription
I have built prescription app that will help doctors to generate the prescription and share it with via WhatsApp or text it or
email it to the patients and also change when required.
https://github.com/nirdoshi/covid-19-united-states-analysis
https://play.google.com/store/apps/details?id=com.napps.wallpaper
https://play.google.com/store/apps/details?id=com.napps.voiceprescription
Rank 286: Resume 102 with similarity score 0.029347184618354262
Resume Text: B.TECH , BS work from home c programming , assessment , jquery , data science , resume , python , electronics , javascript , css , ion , bootstrap , technology , telecom , machine learning , django , html Assessment
Q1. Why should you be hired for this role?
Because i know machine learning, data science, html,css , js, react js
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 8699212451
Ashish Negi
Delhi, Chandigarh
Applied 07 Feb'21
CSS HTML Python
Bootstrap C Programming Django
JavaScript jQuery
Bachelor of Technology B.Tech), Electronics and Telecommunication Engineering ETE
Gurukul Vidyapeeth Institute of Engineering & Technology
2009 - 2013
Percentage: 73.69%
Engineer
Reliance Jio, Delhi
Feb 2015 - May 2019
Telecom work
Core And Advance Python
institute, Delhi
Aug 2019 - Present
Core and advance pyhon with django completed
Rank 287: Resume 809 with similarity score 0.029338732830209074
Resume Text: B.E , MS , B.TECH system engineer , full time , software developer automation , award , react.js , dash , core java , general , software solutions , interfaces , designation , affirmative action , test scripts , spring , hindi , angular , maintenance , power bi , authorization , english , node.js , code review , energy , status , specifications , email , project , business analysis , infosys , application , solution architecture , system requirements , testing , flow , debugging , languages , framework , work processes , reviews , javascript , organization , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b544210581…
https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b5442105813564015595b5… 1/2
Current Designation: Senior System Engineer -Java Developer
Current Company: Infosys Limited
Current Location: Bhubaneshwar
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Production/Industrial]
Verified : Phone Number | Email - id
Infosys Limited as Senior System Engineer -Java Developer
Jun 2018 to Till Date
-Analyzing user & system requirements, engaging in requirement gathering, analysis & code review of the application
Designing flowcharts to illustrate software solutions; developing and delivering critical modules of the project on time with
minimum defects found during testing
?
- Developing user interfaces and software solutions by studying information needs, conferring with users, studying
systems flow, data usage, and work processes
- Prioritizing and executing tasks in the software development lifecycle; analyzing, designing, verifying, and maintenance
of products in a process-driven, team environment
?- Executing automation test scripts, using the automation framework using VB Scripts
? Testing and debugging Java applications; formulating solutions for given technical specifications; installing application
software and deploying customizations; contributing to code reviews
?
Highlights:
Received Technology Excellence Award for Automation using Java & Power BI in 2020
Recognized with Special Nominations in Automation (RPA) Open Challenge Winter Edition 2020
Personal Details
Date of
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
ANURAAG DASH
An enthusiastic and high-energy driven technocrat offering nearly 3 years of
experience in designing & developing applications in Java, targeting assignments in
Software Engineering with an organization of repute
Key Skills: Core Java, J2EE, Angular JS ,react js,Spring,RPA
Summary
Result-oriented Professional with 2.7 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Gathering,Business Analysis,Solution Architecture,Core Java,J2EE,Angular
JS,Spring,React.JS,Node.JS.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b544210581…
https://freesearch.naukri.com/preview/printResume?uname=5cec118d1cdc7e3a83bb141304d7243809545c514b1501400644135f550b5442105813564015595b5… 2/2
UG: B.Tech/B.E. (Production/Industrial) from VSSUT, Burla in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
J2EE
Angular js
Spring
React. JS
js Node.js
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Odia Expert
Rank 288: Resume 802 with similarity score 0.029233752654679344
Resume Text: B.E , MS , B.TECH full time , backend developer , team member , software developer automation , api , general , css , web analytics , designation , ug , vs , affirmative action , addition , docker , angular , maintenance , basic , ltd , permissions , php , authorization , customer data , teams , web applications , enterprise , status , bootstrap , pressure , sql , email , project , codeigniter , ubuntu , web servers , operations , celery , forms , rest , problem solving , finance , django , framework , nginx , dashboard , python , google analytics , javascript , search , digital marketing , html , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b16…
https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b165211485a5a58… 1/3
Current Designation: junior Backend Developer
Current Company: SRV Media
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
SRV Media as junior Backend Developer
Feb 2020 to Till Date
Project Details
Project 1: Project Enterprise Resource Planning
Customer: Internal project.
Period: June 2019 to Jan 2020
Description
It's an internal tool to manage tasks across all the different departments of the company. The dashboard
was made for multiple users along with mail automation. The coordination among teams likes sales,
Finance & operations was made seamless with the help of the tool.
The tool ultimately solved a lot of problems for the company & helped in channelizing the efforts of
employees in the right direction.
Role: Team Member (Developer)
Technologies: PHP, codeigniter,bootstrap
Tools: VS code
Responsibilities
Developing the backend code as per the requirements.
Involve in developing emailers of the system and Integrating third-party APIs.
Developing the frontend of some modules using bootstrap.
Project 2: Project Digital Marketing Tool
Customer: Planned to be deployed in various industries.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Aman Verma
Backend Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Resource Planning,Project
Management,HTML,CSS,Javascript,Python,GIT,Django,Docker
Key Skills: Backend Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Resource Planning,Project Management,HTML,CSS,Javascript,Python,GIT,Django,Docker
Summary
Overall 1.5 years of experience in the development of Web applications using Python and Django
Technologies.
Working with SRV media pvt ltd from 1sth June 2019 to till date.
Hands on experience in Python,Django,Django rest framework.
Knowledge of VS code tool for the development of Python projects.
Hands on experience nginx and gunicorn web servers.
Cohesive team worker, having strong analytical, problem solving skills and Can work under
pressure to meet deadlines.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b16…
https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b165211485a5a58… 2/3
Period: Feb 2020 to till date
Description
The tool was made to provide value addition to the customers in terms of customer journey, customer
profiling, web analytics, customer data points etc. The tool really helped the clients to take the right
marketing decision & improve the ROI. The different modules consisted of different data points necessary
for the clients for doing specific analysis.
Role: Team Member (Developer)
Technologies: Django rest framework,Angular 8,Docker,celery,elastic search
Tools: VS code,Postman
Responsibilities
Developed the various analytics APIs with proper permissions.
Handled different types of issues.
Integration of Google analytics API for historic and real time data.
Developing Backend(using Django rest framework) of a module for leads login and forms.
UG: B.Tech/B.E. (Computers) from SDM college of Dental Sciences and Hospital, Dharwad in 2019
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2019 - Jan 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Ubuntu 18.04.
Python,c,php,sql
POSTGRES
Basic HTML, CSS,JavaScript,Ajax
Nginx and Gunicorn.
GIT
DOCKER
Django,codeigniter
VS code,Postman
Projects
Project Title: Project Digital Marketing Tool
Client: Planned to be deployed in various industries.
Project Details: The tool was made to provide value addition to the customers in terms of customer journey, customer
profiling, web analytics, customer data points etc. The tool really helped the clients to take the right
marketing decision & improve the ROI. The different modules consisted of different data points necessary
for the clients for doing specific analysis.
Project Title: Project Enterprise Resource Planning
Client: Internal project
Project Details: Description
It's an internal tool to manage tasks across all the different departments of the company. The dashboard
was made for multiple users along with mail automation. The coordination among teams likes sales,
Finance & operations was made seamless with the help of the tool.
The tool ultimately solved a lot of problems for the company & helped in channelizing the efforts of
employees in the right direction.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b16…
https://freesearch.naukri.com/preview/printResume?uname=8290e82f115d86e0189775069451e0d95d550c524b4509180612455f0f58574e400b165211485a5a58… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 289: Resume 1023 with similarity score 0.02923219899692397
Resume Text: B.E , MS , B.TECH , BS chartered financial analyst , branch manager , long term , business development , accounts manager , full time , relationship manager , vp cross selling , loan documents , credit risk , retail , financial risk management , user acceptance testing , commission , financial services , spotfire , term loan , turn , general , corporate finance , file preparation , filenet , validation , designation , operational risk , tibco , ug , office , personal banking , affirmative action , loans , sanction , hindi , credit rating , cash flow , power bi , utilization , branch management , sourcing , digital , customer satisfaction , authorization , english , teams , enterprise , due diligence , status , market risk , email , project , cash management , focus , mumbai , adherence , operations , range , salary , disbursement , government , drive , trade finance , languages , sme , rbi , research , business knowledge , completion , working capital management , financial statements , dashboards , javascript , urban , export finance , insurance , customer relationship management (crm) , originating , spreadsheets , management skills , customer base 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a524246001…
https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a52424600180718175e0c01… 1/2
Current Designation: Chief Manager-Key Accounts Manager
Current Company: State Bank of India
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: Banking / Insurance
Role: Head/VP/GM-Operations
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
State Bank of India as Chief Manager-Key Accounts Manager
Jun 2011 to Till Date
* Met with Corporate Clients and Government Department officials and created 20 new tie-ups resulting in opening of
more than 2000 Corporate Salary accounts within a year.
* Directed the team to coordinate various efforts like AoF collection, opening of accounts, handholding customers to
ensure smooth transition into Bank's salary account and usage of digital tools.
* Created potential customer base for Personal Banking Business Teams in order to market retail loan products like
personal loans, auto loans, housing loans etc.
Chief Manager-Branch Manager: 2 years (Thane)
* Formulating corporate goals, short & long term budgets, developing business plans for accomplishment of target and
goal of the organisation.
* Creating & sustaining a dynamic environment that fosters development opportunities & motivates high performance
amongst team members.
* Conceptualizing and implementing competent strategies with a view to penetrate new accounts and expand existing
ones for a wide range of banking products / services.
* Managing the complete branch operations encompassing cash management, NPA Management & recovery, new
business in retail as well as SME and Trade Finance transactions with key focus on bottom line profitability by ensuring
optimal utilization of available resources.
* Driving the Branch operations team for customer centric banking operations to ensure customer satisfaction while
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MOHIT JAIN
Chief Manager- Key Accounts Manager seeking roles in Relationship
Management,Banking Operations,Credit Risk,Personal Loans,Auto Loans,Business
Development,Branch Management,Working Capital Management,Retail Banking,Risk
Management,Corporate Finance
Key Skills: Chief Manager- Key Accounts Manager,Head/VPGM,Relationship Management,Banking Operations,Credit
Risk,Personal Loans,Auto Loans,Business Development,Branch Management,Working Capital Management,Retail
Banking,Risk Management,Corporate Finance
Summary
Currently associated with State Bank of India.
Completed Financial Risk Management (FRM) and Chartered Financial Analyst Level-1 (CFA) after PGDM in Finance.
Extensive business knowledge, analytical and client management skills, strategic mind set and programme management
discipline to help drive the build-out of the function as well as support the broader department and organisation objectives.
Expertise in MIS dashboards and reports using tools like Power BI, Tibco Spotfire.
Acted as a Subject Matter Expert in developing systems for Loan Lifecycle Management (LLMS), Loan Originating Software,
Customer Relationship Management (CRM) and Filenet.
Extensive experience in User Acceptance Testing (UAT) leading to efficient release of multiple systems.
Successfully managed retail as well as corporate business growth leading to improved profitability of the business unit.
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a524246001…
https://freesearch.naukri.com/preview/printResume?uname=f12803194bb9d18c678765384f2cd54c5b5e00004e1408190a13410b0b5a52424600180718175e0c01… 2/2
complying with Bank's guidelines and procedure in order to minimize Operational Risk.
* Interaction with key functionaries of the existing clients on a regular basis to improve wallet share in the client/group by
upselling of Bank products and cross selling of subsidiary products to improve profitability and commission income.
Relationship Manager-Medium Enterprise (2 Assignments): 6 years (Pune Rural, and Urban)
* End to end Credit management process starting from sourcing of SME proposal to file preparation to completion of
pre-sanction formalities to preparation and execution of loan documents to compliance with pre & post disbursement
formalities, post sanction monitoring and follow up to recovery from stressed asset.
* Analysing each proposal against potential Credit Risk through detailed due diligence including background check,
financial statements, management analysis and Market Risk through Business & Industry analysis to ensure selection of
proposal within Bank's Risk Management guidelines.
* Evaluating and assessing credit requirements (facilities such as Working Capital, Term Loan and Export Finance etc.)
of high value business clients, professionals and companies.
* Handholding clients in various stages of Project Management starting from understanding the exact requirement to
preparation of project report to preparation of cash flow etc.
* Preparing Credit Rating Analysis Report and Loan Proposal by translating financial statements into financial
spreadsheets, validation of future projections and assigning credit rating to the company which in turn will assist in correct
decision making.
* Creating and maintaining business propositions with customers to develop lasting, trusted relationships.
* Interaction with various consultants and agencies to get insights on various business houses in the region.
* Ensuring adherence to loan policy guidelines of the bank and compliance of RBI guidelines while extending credit.
UG: B.Tech/B.E. (Automobile) from Shivaji University, Maharasthra in 2004
PG: MBA/PGDM (Finance) from K.J. Somaiya Institute of Management Studies and Research (KJSIMSR), Mumbai in
2010
Other Qualifications/Certifications/Programs:
Financial Risk Management (FRM)
Certified Financial Analyst (CFA) Level 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARATHI
Rank 290: Resume 763 with similarity score 0.029117027068213105
Resume Text: B.S , MS , BS application support , sql developer , partner , senior software engineer , full time , team lead symbol , spring mvc , mockito , general , software solutions , customer , jenkins , telugu , websphere , filenet , designation , languages , vs , affirmative action , conducting , oracle , technical architecture , hindi , maintenance , ltd , windows , test cases , sts , authorization , english , status , spring boot , screens , software testing , specifications , email , sql , tomcat , application , adherence , star , bitbucket , ibm , rest , qlik , partner portal , technical design , junit , debugging , maven , software requirements , preparation , project work , framework , work processes , documentation , hibernate , kibana , solaris , stripes , jira , workflow , javascript , search , eclipse , queues , cash , international exposure , external clients , online 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b015043460945…
https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b0150434609450514415b5a5f… 1/2
Current Designation: Software Engineer II
Current Company: Symbol Technologies India Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Canada,New Zealand,Sweden
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Symbol Technologies India Pvt. Ltd as Software Engineer II
Dec 2018 to Till Date
Symbol Technologies India Pvt. Ltd as Software Engineer II
Dec 2018 to Dec 2018
Key Result Areas:
Analysing user needs and software requirements to determine feasibility of design within time and cost constraints
Managing Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
of proposed applications
Consulting with customers about software system design and maintenance
Ensuring adherence to quality norms throughout the implementation process
Identifying, analysing defects, questionable functions, errors, and inconsistencies in software program functions, outputs,
online screens and content
Following the project life cycle methodology defined under the process framework; ensuring that customer deadlines are
met within project budgets
Communicating with internal/external clients to determine specific requirements and expectations
Conducting system study and coordinating with team members for product documentation, system design & integration,
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
ABDUL KALAM AZAD SHAIK
Software Engineer seeking roles in Software Development,Application
Programming,Defect Management,Project Execution,Application Support,Technical
Architecture,Requirement Analysis,Software Testing,JBoss,JIRA,Oracle,Spring
Boot,Jenkins,Maven
Key Skills: Software Engineer,Team Lead/Tech Lead,Software Development,Application Programming, Project
Execution,Application Support,Technical Architecture,Requirement Analysis,JBoss,JIRA,Oracle,Spring
Boot,Jenkins,Maven
Summary
A result-oriented professional offering over 6 years of experience in Application Designing and Development
Experienced in end-to-end development of software products from requirement analysis to system study, designing, coding,
testing, debugging, documentation, implementation and maintenance
Gained international exposure with Standard Bank in South Africa; received appreciations by Standard Bank and FWD clients
for exemplary work
Expertise in developing software solutions by studying information needs, conferring with users, studying systems flow, data
usage, and work processes; gained exposure in projects such as Visibility IQ Application, FWD Singapore Partner Portal, FWD
Singapore EB Portal and Customer Query Management
Skilled in working with technologies such as Java/J2EE, Spring Boot, Spring Rest Services, Spring MVC Stripes and Hibernate
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b015043460945…
https://freesearch.naukri.com/preview/printResume?uname=d1f4379370cf9569bcdf9d8d4847293150550f531c4009170b16400e0b0150434609450514415b5a5f… 2/2
coding, application maintenance
Interacting with team members to ensure smooth progress of project work
Highlight:
Appreciated by managers and received GEM awards multiple times
Automated Workflow Pvt. Ltd as Senior Software Engineer
Jul 2017 to Dec 2018
Mar'14-Aug'14 Technical Intern
Sept'14-Jun'17 Software Engineer
Jul'17-Dec'18 Senior Software Engineer
Highlight: Awarded with Star Performer of the month and recieved cash prize for best performance in client place
UG: B.Sc (Maths) from Andhra University in 2008
PG: MCA (Computers) from JNTU College of Engineering, Kakinada in 2011
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, Junit, Mockito, Stripes
Spring boot & Hibernate
Oracle, MS SQL, Postgre & Elastic Search
Tomcat, JBoss & IBM WebSphere
STS, Eclipse, VS Code, Maven
Bitbucket & Jenkins
JIRA, Postman, SQL Developer, DBeaver
Kibana
Windows, Solaris & GCP
IBM FileNet, Casepedia
IBM Message Queues & Qlik View
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 291: Resume 413 with similarity score 0.029092897719473747
Resume Text: MS , B.TECH work from home information systems , natural language processing , tableau , assessment , completion , it , resume , python , neural networks , machine learning , technology , developers , vendors , project , data analytics Assessment
Q1. Why should you be hired for this role?
Well, I have all of the skills and experience that you're looking for and I'm confident that I would be a superstar in this project management role.
It's not just my background leading successful projects for top companies or my people skills, which have helped me develop great relationships
with developers, vendors, and senior managers alike. But I'm also passionate about this industry and I'm driven to deliver high-quality work.-
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9550180808
Priyanka Keesam
Gurgaon
Applied 07 Feb'21
Python Data Analytics Machine Learning
Natural Language Processing
NLP
Neural Networks R Programming
Tableau
Bachelor of Technology B.Tech), Information Systems
Swami Vivekananda Institute Of Technology
2007 - 2011
Percentage: 60.00%
Senior Secondary XII, Science
Srinivasa Padmavathi Junior College
BOARD OF INTERMIDIATE board)
Year of completion: 2007
Percentage: 85.00%
Secondary X
Chaitanya Vidyalayam
SSC board)
Year of completion: 2005
Percentage: 84.00%
I am ready to relocate
Rank 292: Resume 606 with similarity score 0.02900849852430744
Resume Text: nan work from home assessment , html , mobile , resume , android , instrumental , css , javascript , sem , computer science , project , store , application Assessment
Q1. Why should you be hired for this role?
I am currently pursuing masters in computer application and also I have great interest for mobile app development and also I have an hands in
experience, I have developed an app-"online musical instrumental store" in my 3rd sem as my major project which meets the requirements well.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for a complete 3 month internship from Bangalore.
I can start my internship immediately from 2 Feb 2021
Resume
EDUCAT ION
CONTACT Phone: 91 8660552980
TEJASWINI RAJENDRA
Bangalore
Applied 30 Jan'21
Android CSS HTML
Java JavaScript
Master of Computer Applications MCA, Computer Science
Mount Carmel College
2019 - 2021
Bachelor of Computer Applications BCA, Computer Science
Mount Carmel College
2015 - 2019
Rank 293: Resume 437 with similarity score 0.02889214264566419
Resume Text: B.E , MS work from home , application designer showcase , internships , mysql , design , offers , massive , ltd , creativity , ted , english , project , application , c programming , participation , resume , android , reverse logistics , java , testimony , machine learning , computer science , x , completion , assessment , python , one , apps , technology , layout , html , online Assessment
Q1. Why should you be hired for this role?
I grew up was when the massive boom of technology had started. Today, computer science is inexorably merged with our lives. There are apps
for everything, from getting to know a person from another part of the globe to making food available at your doorstep. It is a testimony for
human creativity and I see endless potential, it fascinates me to no end! I firmly believe that this internship program will allow me to dive deeper
into my field of passion. To be honest, I want an effective exposure of working for a tech company where my skills, abilities and technical abilities
can be utilized and I am a computer science students with so much curiosity on learning about software, IDE's and frameworks. I felt that this
internship program offers me a right opportunity to utilize and showcase my technical skills and if I am selected, I can make sure that I can work
sincerely for the company where my full potential can be elicited.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months and I can start immediately.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
Ranjithkumar Rajendran
Coimbatore
Applied 05 Jan'21
Android MSOffice C Programming
C Programming HTML Java
MySQL Python
Bachelor of Engineering B.E, Computer Science
Sri Krishna College of Engineering and Technology
2016 - 2020
CGPA 8.50/10
Senior Secondary XII, Science
S.B.O.A
MATRICULATION board)
Year of completion: 2016
Percentage: 91.00%
Secondary X
S.B.O.A
MATRICULATION board)
Year of completion: 2014
Percentage: 94.00%
Application Designer
Dataspire Technologies Private Limited, Coimbatore
Jun 2018 - Jul 2018
To be brief, my job is to design the layouts for different layers of an
application and to integrate them into one which helped me to
elicit phenomenal skills on Android Application layout designing.
Android Application Development
Internshala Trainings, Online
Dec 2019 - Jan 2020
Smart India Hackathon 2019 Participation where I presented my project, Reverse Logistics for Retailers, specifically for
Hindustan Unilever Pvt Ltd.
TED X SKCET 2018 Organizer - globally acclaimed for TED styletalks.
Cambridge English Assessment - BEC Vantage level completion)
CONTACT Phone: 91 9944432624
NPTEL Certification course on Machine Learning
Rank 294: Resume 1454 with similarity score 0.02885193403283411
Resume Text: B.E , MS , B.TECH , BS application support , software developer , full time , part time , change management data warehousing , ipa , classification , designation , demand , analytical skills , ug , portals , affirmative action , hindi , loan , maintenance , ltd , authorization , interpersonal communication , english , teams , web applications , status , sap system , specifications , software testing , email , project , closures , lateral thinking , sales order , processing , mumbai , savings , plus , electronics , change management , initiation , shell scripting , output , offshore , languages , client requirements , pan , process automation , agri , leadership skills , boarding , balance , settlement , adoption , javascript , ml , suite , organization , business requirements , proof , database , possess strong analytical 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f16…
https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f165017490c5a095… 1/3
Current Designation: Senior RPA Developer
Current Company: NSEIT Ltd.
Current Location: Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
NSEIT Ltd. as Senior RPA Developer
Feb 2020 to Till Date
Project Name : Agent On-boarding Verification
Client : Edelweiss Tokio.
Tool : UiPath
Responsibilities :
Review and understand the client requirements, specifications and
other project documentations to assure the quality of the process to
be developed.
Process the downloaded file from internal edelweiss system and
upload to assign cases to QC verification team.
Download the proof documents from portal to verify details of the
agent, post verification verify PAN status from IRDAI portal.
Classify proof documents into specific sets and extract information to
check against that present in portal for verification.
Classification and extraction accomplished using UiPath IPA suite
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
RAJAT CHAUHAN
Senior RPA Developer seeking roles in Software Engineering,Software Testing,RPA
Development,Project Management,Change Management,Data Warehousing,Database
Management,Requirement Gathering,Production Support,Application Support,Shell
Scripting,SAP,
Key Skills: Senior RPA/Software Developer,Software Engineering,Software Testing,RPA Development,Project
Management,Change Management,Data Warehousing,Database Management,Requirement Gathering,Production
Support,Application Support,Shell Scripting,SAP
Summary
4 plus years of experience in Development & Support with NSEIT & TCS.
2 plus years of experience in Robotic Process Automation using Automation Anywhere,
UiPath with over 10 Plus production active automations.
Aligned to Multiple onshore/offshore client teams, which includes supporting in all phases of
the SDLC cycle.
Possess Strong analytical skills in translating business requirements to automation suits
and working in line with project standard.
Excellent interpersonal communication skills and Good Leadership skills.
Been Mentor for New Joiner's Domain and Technical trainings.
Seeking a responsible job with an opportunity of professional challenges in an organization which
would encourage and motivate lateral thinking, appreciate innovativeness, demand analytical skills by
which I can make tangible contribution that meet my personal and organizational objectives.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f16…
https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f165017490c5a095… 2/3
alongside invoke run script activities.
Release the system for UAT and production.
Project Name : AGRI Loan Foreclosure
Client : RBL Bank Ltd.
Tool : Automation Anywhere
Responsibilities :
Review and understand the client requirements, specifications and
other project documentations to assure the quality of the process to
be developed.
Processing foreclosure request from bank's service portal including
balance comparisons between loan account and savings account,
payoff initiation and settlement using commands based RPA tool.
Post settlement loan closures and request status communication to
the end users
Release the system for UAT and production.
Tata Consultancy Services as SE
Nov 2016 to Feb 2020
Project Name : Sales Order against Chargeable Issue
Client : Kalpataru Ltd.
Tool : Automation Anywhere
Responsibilities :
Analyzing and documenting the To Be process for post automation
adoption.
Process the requested files provided by site users on SAP system
and email output files to site based user emails.
Post SO creations generate report and share status communication
to the end users.
Release the system for UAT and production.
Project Name : EKYC
Client : IDFC First Bank Ltd.
Tool : Automation Anywhere
Responsibilities :
Review and understand the client requirements, specifications and
other project documentations to assure the quality of the process to
be developed.
Implemented automation anywhere latest robotic interface release
AARI.
Process the requests in CBS system to update product code and
corporate code of requested customers.
Generate and send out process and exception report to concerned
stakeholders.
Release the system for UAT and production.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2016
Education
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere
UiPath, Antworks CMR
ML Extractor,
SAP, Web Applications/Portals
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f16…
https://freesearch.naukri.com/preview/printResume?uname=89b8582b245d5c58f3c6e1f6a57cb6385f0901054a110916021913585b0d00181a0f165017490c5a095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
English
Hindi
Marathi
Rank 295: Resume 1524 with similarity score 0.028840149532727417
Resume Text: B.E , MS , B.TECH full time , channel partners , merchandiser , product development ecommerce , reporting , magento , retail , vm , optimization , onboarding , general , customer , filters , merchandise , designation , ug , portals , saint , affirmative action , launches , hindi , taxonomy , power bi , sorting , ltd , lifestyle brands , pos , digital , authorization , english , teams , status , deliveries , models , excel , email , b2b , packing , product mix , on site , focus , leadership , sap , mumbai , gap , bengali , denim , sheets , barcode , visual merchandising , writing , market analysis , channel partners , content management , languages , e-commerce , atg , amazon , planners , microstrategy , catalog management , catalogs , google analytics , product placement , coordinated , javascript , stickers , search , technology , cart , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170…
https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170a16465a5f090… 1/2
Current Designation: Digital Merchandiser
Current Company: AL Tayer Retail - Mamas & Papas
Current Location: Dubai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Retail
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Master of Fashion Management
[Buying, Merchandising, Marketing]
Verified : Phone Number | Email - id
AL Tayer Retail - Mamas & Papas as Digital Merchandiser
Dec 2018 to Till Date
Key Result Areas
Conceptualizing and executing product sales with a focus on onsite search, sorting rules, product placement, and
page/product content
Ensuring accurate site content which entails product & promotion launches
Collaborating with planning, image, copy-writing and content teams to support the successful launch of new assortments
Coordinating with external brands to launch new assortments on site and assuring the products can be found easily by
customers through optimization of taxonomy, filters, internal search and product placement
Managing customer complaints regarding product copy/image, follow up regarding orders outside of SLA
Tracking inventory levels for focus products; suggesting internal stock transfers to correct stock imbalances
Working on forecasts for logistics and maintaining sales report to support in trade meetings
Functioning on several projects: Product Views Report for VM strategy, Cart Page Recommended Products
Implementation & Tracking; Tools used : Magento, Medalia, Google Analytics, Power BI, Microstrategy, ATG Visual
Merchandising
Arvind Lifestyle Brands Ltd. as Category Support Executive- E-Commerce
May 2018 to Nov 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
SWAPNOJA
Digital Merchandiser seeking roles in Digital Merchandising,Promotion Launch,Key
Account Management,Visual Merchandising,MIS Reporting,Site Content
Management,Catalog Management,Market Analysis,product sales,E-commerce
Merchandising, Brand Onboarding
Key Skills: Digital Merchandiser, Digital Merchandising,Product Development,Promotion Launch,Key Account
Management,Visual Merchandising,MIS Reporting,Site Content Management,Catalog Management,Market
Analysis,product sales
Summary
Performance-driven professional with over 6 years of rich experience which includes 4.5 years' experience in key account
management and digital merchandising; nearly 2 years' experience in IT.Provided strong leadership, management and support
to the team, comprising of merchandisers,planners and marketing professionals to ensure the retailer has the best reporting,
analysis and management of all product information.
Skilled in cementing healthy relationship with the third parties (B2B) for generating business and leading workforce towards
accomplishing business & corporate goals .Tracked inventory levels for focus products, suggested internal stock transfers to
correct stock imbalances. Worked on key accounts of Myntra, Jabong, Ajio, Koovs & Amazon. Successfully completed
cataloguing of 1000+ products for the GAP launch of Myntra-Jabong in Sep'18;supervised the complete process from indent
creation to warehouse dispatch & deliveries of 70K + units for the successful launch of the brand
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170…
https://freesearch.naukri.com/preview/printResume?uname=83ceecec9e7fc07aa1ee66b30b29e9320c5e0d5149120112054548505b0e534e1a5a170a16465a5f090… 2/2
Key Result Areas
Coordinated with the SAP Team for POs received and worked towards 100% PO fulfillment, liaised with commercial team
for PO release as per approved margins; prepared indents for POs according to stock & assortment
Connected with warehouses to implement proper packing and following the set norms by the channel
Implemented macros to reduce the time for generating barcode stickers
Followed up with channel partners for appointments and delivery of necessary documents
Interfaced with logistics teams for timely dispatches as per the set appointment and troubleshot during unsuccessful
deliveries with logistics and channel partners
Created catalogs and attribute sheets for ecommerce portals such as Amazon, Myntra & Jabong
Blue Saint by Raised on Denim as E-commerce Merchandiser
Dec 2016 to May 2018
Key Result Areas
Supervised the stock allocation, sales and replenishments for the domestic brand, imported brand pink woman & celebrity
brand sheltr on Myntra, Jabong, Ajio & Koovs in marketplace, SOR & outright models (Ecommerce) & in Inmark (B&M
stores)
Ensured fulfillment of customer orders by continuously monitoring the inventory level
Examined past sales data and suggested the optimum product mix to increase sales on the portal
Managed discounts based on ageing of stock and sell-through
Prepared the weekly status report for Ecommerce sales
Collaborated with fashion analytics site Stylumia to comeup with ideas and insights for new season merchandise of Blue
Saint
UG: B.Tech/B.E. (I.T) from Future Institute of Engineering & Management, WBUT in 2012
PG: Master of Fashion Management (Buying, Merchandising, Marketing) from National Institute of Fashion Technology
(NIFT) in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: United Arab Emirates
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS. EXCEL MS POWERPOINT
EXCEL
MAGENTO
Google Analytics
Power BI
Languages Known
Language Proficiency Read Write Speak
English
hindi
bengali
Rank 296: Resume 868 with similarity score 0.02883668762162002
Resume Text: M.Sc , M.S , B.E , MS , B.TECH technical analyst , project lead , tier in , devops , senior systems engineer , change management , full time ease , asp.net mvc , tortoise svn , web api , angular , beginner , energy , status , integration testing , infosys , xml , artifacts , writing , sql server , signs , pipeline , data processing , react.js , devops , access , designation , regression testing , xslt , web services , hindi , post production , loan , ltd , flex , english , screens , agile , project , forms , rest , change management , git , computer science , triage , javascript , crystal reports , insurance , customer portal , repos , general , visual studio , affirmative action , information technology , oracle , principles , maintenance , business logic , architecture , object oriented design , email , fiserv , operations , design patterns , unit testing , languages , test coverage , root cause analysis , velocity , database , migrating , ug , interpersonal skills , azure , legacy systems , software industry , authorization , c# , application , team foundation server (tfs) , windows services , .net core , elevators , government , servers , spanish , events , ado.net , microsoft dynamics crm , gss , learning , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170…
https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170b45420a095d0… 1/3
Current Designation: Project Lead -Dot Net
Current Company: Larsen & Toubro Infotech Limited
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [Computer Science]
Verified : Phone Number | Email - id
Larsen & Toubro Infotech Limited as Project Lead -Dot Net
Jul 2018 to Till Date
Client: OTIS Elevators
Location: Larson & Tourbo Infotech Ltd, Pune, India
Role: Project Lead
Description:
This a project called Customer Portal. It has replaced the old system called eservice. The eservice application was used
by all OTIS customers to handle their service requests and manage their accounts and preferences. The new Customer
Portal application had UI in React JS and there were 2 layers of APIs created. The UI communicates with Front end API
that calls the Backend API which then communicates with the Database.
Responsibilities:
Developed Web APIs in .NET core using C#.
Worked on Report generation logic and sending out emails to users on events.
Root cause analysis of the post production issue and provided a fix for it.
Performed automated and UAT, Integration testing.
Worked on Architecture to design Microservice Architecture.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Ajit Gore
Project Lead seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,.C#,ADO.NET,ASP.NET,WEB API,.NET
CORE,MVC,SQL SERVER, Design Patterns,React.Js,JavaScript
Key Skills: Project Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,.NET CORE,WEB API,C#,ADO.NET,ASP.NET,Design
Patterns,React.Js,JavaScript,ASP.Net,MVC,SQL Server
Summary
Around 9 years of experience in software industry in the areas of analysis, design and development of Web and Windows
applications.
Solid work experience in design, development and maintenance of web based applications using ASP.NET, MVC, C#, VB.NET,
ADO.NET, Web APIs, REST APIs, .NET CORE.
Hands on into UI technologies like React.js.
Good experience in developing multi layered applications and using design patterns in application designing architecture.
Experienced in Azure Devops which includes CI/CD pipeline, Azure Boards, Azure Artifacts, Azure Repos. Worked in Agile
Development Model using Azure Devops.
Good foundation with a strong knowledge of object oriented programming principles and object oriented design.
Self-Motivated with good team attitude, organized and takes keen interest in problem-solving and trouble-shooting challenges.
Excellent communication and interpersonal skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170…
https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170b45420a095d0… 2/3
Used Azure Devops for multiple things in the Project
Environment: Visual Studio 2019, C#, WEB API, React.Js, Azure Devops, TFS, GIT, SQL Server 2014
Role: Project Lead
Description:
This a project call GSS Integration. It is about replacing the old system with new Microsoft Dynamic CRM system. The
project involves creating a middle tier in the .Net for communicating with the legacy systems and the new Microsoft
Dynamic CRM system. Project also involves writing the automated test code to ensure complete test coverage.
Responsibilities:
Developed interfaced in C# to invoke the SSIS package
Root cause analysis of the post production issue and provided a fix for it.
Performed automated and UAT, Integration testing.
Worked on SSIS packages
Environment: Visual Studio 2015, C#, Windows Services, SSIS, Microsoft Dynamics CRM, TFS
Fiserv India Pvt Ltd as Technical Analyst
May 2016 to Jun 2018
Client: Insurance companies all over the world
Location: Fiserv, Pune, India
Role: Technical Analyst Aug 2017 - Jun 2018
Description:
This a product called Lifesuite which is used by insurance companies for handling all the insurance policy related
operations of the customer. When a new customer signs up for a policy, the policy can be entered into the system. The
automatic rules are triggered on the policy which will notify the underwriter different operation which needs to be
performed on this policy. The system communicated with third parties using XML.
Responsibilities:
* Solved the production issues related to the product.
* Root cause analysis of the issue and provided a fix for it.
* Performed unit testing.
* Developed a utility to ease the development process.
* Worked on SRS reports to solve the production issues.
* Did Self-learning on Angular 2
Environment: Visual Studio 2015, C#, Windows Services, Flex, Angular 2, Tortoise SVN.
Client: Lending Banks all over the world
Location: Fiserv, Pune, India
Role: Technical Analyst May 2016 - Aug 2017
Description:
This was a product called Velocity. This a lending product which handled all the loan requests of the clients. Project
involved migrating all the old clients from 2.0 version to new 3.0 version. In older 2.0 version, they were using XSLT for
data processing. We have to convert that logic to XML by creating mapping files using a windows utility.
Responsibilities:
* Worked on converting XSLT logic to XML using a windows utility.
* Worked on crystal reports to create reports from older version.
* Solved the production issues.
* Performed Unit, Regression testing.
Environment: Visual Studio 2013, C#, SQL SERVER 2008, Crystal Reports, TFS.
Infosys as Senior Systems Engineer
Jul 2010 to Jul 2012
Client: Scottish and Southern Energy
Location: Infosys, Pune, India.
Role: Sr. Systems Engineer July 2010 - July 2012
GIFT System:
Description: The objective of this project was to provide production support and maintenance for a web application in.NET,
which is used by the customer care executives to handle daily customer operations and all the transactions in the UK. This
was an application with complicated business logic involving Workflows, Web services.
Responsibilities:
* Developed interface screens using Windows Forms.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170…
https://freesearch.naukri.com/preview/printResume?uname=ca83bfab1a8ef3f010bd509b103e2baf0e0c090718415f170419440e0b08551e1600170b45420a095d0… 3/3
* Supported and maintained a Windows based .NET application for customer care executives.
* Followed the Incident, Problem, and Change Management procedures to support environment.
* Maintained application through multiple release cycles including testing, analyzing defects and developing patches.
* Provided Level 2 Customer Support triage and ticket management for global servers.
* Maintained and supported Microsoft Team Foundation Server (TFS) for code to be secured in a multi-team
environment.
* Responsible for writing Stored to retrieve the data from the database.
* Guiding the team members on issue related things.
Environment: Visual Studio 2008, Web Services, Workflows, ADO.NET, C#.NET, SQL SERVER 2008.
UG: B.Tech/B.E. (Information Technology) from Government college of engineering, aurangabad in 2007
PG: MS/M.Sc(Science) (Computer Science) from Western Illinois University, Macomb, IL, USA in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
.Net Core 1 Year(s)
Web API 4 Year(s)
REST API 2 Year(s)
C# 9 Year(s)
ASP.Net MVC 6 Year(s)
React.js 1 Year(s)
WEB SERVICES 4 Year(s)
SQL Server 2014 2020 9 Year(s)
TFS, GIT, Tortoise SVN 2020 9 Year(s)
AZURE 2 Year(s)
SQL SERVER 2014
Oracle 9i/10g, MS-Access, SSIS
TFS, GIT, Tortoise SVN
Languages Known
Language Proficiency Read Write Speak
Marathi Expert
English Expert
Hindi Expert
Spanish Beginner
Rank 297: Resume 1277 with similarity score 0.028790455092498585
Resume Text: MS vice president , full time , software engineering manager , delivery manager , technical lead , vp financial services , telugu , security , data warehouse , web api , gateway , intelligence , status , multinational , stakeholder management , forex , components , building , order management , infrastructure , prime , payments , online payment , asp.net , overlay , sql server , kdb+ , irs , ccp , organization , suite , qlikview , ecommerce , pentaho , spark , access , designation , mar , hindi , cloud , learning , interest rates , low latency , english , project , revenue share , leadership , processing , angularjs , architecting , apache storm , currency , strategy , office operations , process management , javascript , stock exchange , insurance , strategic consulting , derivatives , hadoop , bfsi , reporting , optimization , healthcare , vendors , affirmative action , oracle , data analytics , enrichment , maintenance , kafka , bootstrap , architecture , email , aws , engineering management , microsoft , saas , interest rate swaps , languages , hibernate , big data , eurex , ml , pmp , program management , database , spring mvc , credit , fortune 500 , executive management , investment , telecom , azure , authorization , risk , c# , application , lake , less , records , finance , selenium , breakdown , exception management , reviews , etl , hedging , middle office 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110…
https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110518415b5c5a5… 1/3
Current Designation: Vice President -IT
Current Company: Amplo Global Inc.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Amplo Global Inc. as Vice President -IT
Jul 2019 to Till Date
Provided Strategy, Architecture, Design, Execution & Delivered AI driven SaaS product & Data Strategy for a USA Startup
company. AmploFly™ is an strategic consulting platform helping organizations to mature their processes, expand
business and revenue. Leading Microsoft & AWS alliances.
JP Morgan Chase as Software Engineering Manager
Nov 2010 to May 2019
Oct'10 To May, 2019 (8.7 Years)
JP Morgan Chase, Bangalore - Vice President
Corporate & Investment Bank (CIB)
Software Engineering Management / Technical Delivery, Project Management
-Equities (Interest Rates Swap derivatives)
-Foreign Exchange (Fx) Services
Role:
Development & delivery of $230 CIB- Interest Rates Swaps (IRS) OTC derivatives applications
VPR (Virtual Prime Records): Post-Trade Process Management for CCP Client Clearing of OTC Derivatives dealing with
London Clearing House, Chicago Mercantile Exchange, Eurex and Australian Stock Exchange. Processing daily client
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Srinivas Kancharla
IIMc & PMP Lead & ,Manager seeking roles in Project & Program Management,
Architecture, Design ,Delivery, Startups Building, Cloud Alliances & Presales.
Expertise in Microsoft, Java, J2EE, AI/ML, BI, ETL, Data Lake, Data Analytics, AWS &
Azure cloud.
Key Skills: Vice President,Head/VP/GM-Technology(IT)/CTO,Software Development Lifecycle,Project
Management,Program Management,C#,ASP.Net,Java,J2EE,Power
BI,KendoJS,AngularJS,ReactJS,QlikView,Kafka,Apache Storm,AWS,Des,Spark
Summary
Software Delivery Manager with Overall ~16 years of extensive expertise in Technical, Functional, People and Delivery
leadership role for BFSI, Insurance, Healthcare, Ecommerce & Telecom functions formulating technical roadmaps & strategies,
architecture, software development lifecycle, delivery, risk and cross-functional stakeholder management
Worked for JPMorgan Chase & Co., a #24 Fortune 500 American multinational banking and financial services firm, from Oct
2010 (8.7 years) - Responsible for end to end products development and IT delivery for Interest Rate Swaps (IRS) derivatives,
Foreign Exchange (Forex) & Finance applications
Highly proficient in Architecting, Leading, Managing, Developing, Maintaining & Supporting Distributed and Web based
applications using Microsoft , Java, Cloud and Database technologies
Strong work exposure to multiple fortune clients like AON, Fidelity, CITI Bank, First Data & MCI WorldCom and worked in Italy,
Germany, UK & Mauritius
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110…
https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110518415b5c5a5… 2/3
reporting with trade activity report, open positions report and curve reports.
Strategic Client Reporting: Re engineering Platform for VPR to bring process, operations and infrastructure efficiency &
optimization. Strategic application is aligned to organization application & infrastructure architecture standards.
OTC UI web application: Trade Process Management & Exception Management application for middle office operations
team
Development & delivery for $680M project for CIB-Foreign Exchange (Forex) Services Ecommerce applications
AccessFX - Forex Order Management, Execution & Ecommerce System. Processes RFQs (Request for Quotation),
Orders from multiple internal and external channel adapters. Provides online Forex services to external vendors.
Access MIS - Forex MIS Analytics providing insights to executive management on trade enrichment, payment level
breakdown, client enrichment and revenue share reports
Passive Currency Overlay - Forex Hedging Application
Development & Delivery of monolithic booking engine, micro services, data warehouse, MIS reporting, Business
Intelligence & Data analytics applications
Requirement analysis, participating in architecture & design, doing code reviews, improving KPIs of distributed, highly
available, scalable, low latency and high throughout applications
Hire, build, manage and mentor the technical team based on organization values and implementing inclusive, cohesive
and performance-based environment in the team.
Sella Servizi Bancari as Technical Lead - Ecommerce Lead
Mar 2009 to Sep 2010
Role:
Engaged in providing architecture & design solutions to Gestpay (Online Payment Gateway handling credit & debit card
payments) & other ecommerce suite of applications
Steered efforts in designing & developing security components for robust & secured online transactions
UG: B.Com (Maths) from Sri Sathya Sai Institute of Higher Learning, Bangalore in 1993
PG: MCA (Computers) from Madurai Kamaraj University (MKU) in 2007
Other Qualifications/Certifications/Programs:
PMP
Executive certification
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE, Hibernate, Spring MVC
Bootstrap, KendoJS, AngulraJS
QlikView, Selenium
ASP.Net (MVC, Web API), C#
Oracle, SQL server
SSRS, SSIS, SSAS
Pentaho, KDB+
big data hadoop
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110…
https://freesearch.naukri.com/preview/printResume?uname=9aca7fc5cbeac16d3b03adf8d0e1f3f5500809001c120d42001741595c08504c100e110518415b5c5a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Rank 298: Resume 141 with similarity score 0.02873423457060972
Resume Text: B.E , MS , BS associate , work from home , relationship manager , student agriculture , matplotlib , algorithms , image processing , forest , classification , deep learning , pca , nlp , tokenization , mysql , analytics , statistical modeling , keras , player , linear regression , status , models , store , pandas , mask , air pollution , numpy , computer vision , prediction , resume , electronics , logistic regression , nltk , machine learning , building , opencv , sentiment analysis , statistics , crop , tableau , assessment , scikit-learn , python , forecasting , technology , artificial intelligence Assessment
Q1. Why should you be hired for this role?
Hi Sir, I am willing to get the opportunity to improve myself, and to be part of innovation in the company, and prove the capability I have in terms
of work, And I am very good at having interaction with people and I am a good team player, and I am good at PYTHON and SQL, I am good in
STATISTICS, I also have a good amount of knowledge in Tableau, I am capable of building machine learning models using various machine
learning algorithms and deep learning algorithms. I have worked on Numpy, Scikit-Learn, TensorFlow, Keras, Pandas, NumPy, Matplotlib, OpenCV,
spaCy, NLTK libraries, I have worked on Linear Regression, Logistic Regression, Decision Tree, T ime series, Ensemble Algorithms and Clustering,
PCA, SVM, KNN. I have also Worked on ANN, RNN, LSTM, CNN Networks, and NLP - text cleaning, tokenization, stemming, lemmatization, and I
have also worked on image processing techniques using OpenCV and lastly to mention about me again I am a hard worker, and I learn new things
quickly which is required.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am available.
Resume
EDUCAT ION
JOBS
TRAININGS
PROJECTS
Charan Kumar R
Bangalore
Applied 07 Feb'21
Python Computer Vision Deep Learning
Machine Learning MySQL Statistical Modeling
Tableau
MBA
Acharya Institutes
2016 - 2018
CGPA 6.40/10
Bachelor of Engineering B.E, Electronics and Communication
Atria Institute of Technology
2012 - 2016
Percentage: 60.00%
ASSOCIATE KEY RELATIONSHIP MANAGER
ICICI Bank, Bangalore
May 2019 - Feb 2020
Post Graduate In Analytics And Artificial Intelligence
Imarticus Learning, Bangalore
Feb 2020 - Present
Sentiment Analysis On Text Data using NLP.
Jan 2021 - Jan 2021
Average Air passengers prediction(forecast) Using LSTM
Dec 2020 - Dec 2020
Forecasting Air pollution In City Using LSTM
Dec 2020 - Dec 2020
Identifying a person is wearing mask or not using YOLOV3
Dec 2020 - Dec 2020
Predicting possibility of Admission of Student 0 to 1 using ANN for regression.
Nov 2020 - Nov 2020
Query classification using NLP and ANN as HQ, LQ_Edit, LQ_Close.
Nov 2020 - Nov 2020
CONTACT Phone: 91 9731662663
Analysis of Text data to classify fake news or not using NLP and LSTM
Nov 2020 - Nov 2020
Agriculture Crop Status Yield Classification) Using Random Forest.
Oct 2020 - Oct 2020
Temperature forecast using ANN for regression.
Oct 2020 - Oct 2020
Text data Category Classification as 0 and 1 (using CountVectorizer and Naive Bayes Algorithm).
Sep 2020 - Sep 2020
Book Store Sales Calculation Using Linear Regression OLS.
Aug 2020 - Aug 2020
Classifying if a person is wearing Helmet or not using CCN.
Aug 2020 - Aug 2020
House price prediction using Linear Regression
Jun 2020 - Jul 2020
Rank 299: Resume 126 with similarity score 0.02867369285676789
Resume Text: MS , B.TECH science intern , work from home , classifier , committee member training , algorithms , internships , classification , deep learning , machine translation , data analytics , natural language processing , english , teams , sql , collaborative filtering , project , c programming , computer vision , plus , resume , internet of things , mechatronics , online , machine learning , opencv , arduino , framework , research , returns , raspberry pi , assessment , data science , python , object detection , ml , technology , artificial intelligence , pipeline , french Assessment
Q1. Why should you be hired for this role?
The multiple industrial trainings as well as the Artificial Intelligence/ Data Science Internship has prepared me well for this position. Plus when I
worked on the projects they intrigued me in a way that I decided to research on classification and recognition of Devanagari handwriting.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Bhavnitt Singh
Delhi
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
Arduino C Programming Data Analytics
Deep Learning Internet of Things IoT MSExcel
Machine Learning Raspberry Pi SQL
Bachelor of Technology B.Tech), Mechatronics
Manipal University Jaipur
2017 - 2021
CGPA 7.70/10
Artificial Intelligence AI / Data Science Intern
Bristlecone - A Mahindra Group Company, Virtual
May 2020 - Jul 2020
This was a training and Project-based Internship which included concepts like Machine Learning, Deep Learning and
OpenCV.
Created a Social Distancing Alert System, an Automatic Number Plate Recognition Program, Designed a Decal Inspection
System
Organizing Committee member of a cultural and technical fest. Had to arrange judges, the sound , speakers, teams and to
organize and coordinate them
Deep Learning
cetpa, Noida
Jun 2019 - Jul 2019
Learn and apply Deep learning algorithms like ANN,CNN,RNN,RCNN on image data and other data to classify them.
Machine Learning
cetpa, Noida
Jun 2019 - Jul 2019
Learning and applying different Machine Learning Algorithms to analyze data .
Self Driving Car using Open CV and Raspberry PI
Sep 2019 - Oct 2019
To train and make the car learn on how to detect paths and hurdles in its path.
Object Detection using YOLO v2
Jun 2019 - Jul 2019
https://github.com/Bhavnitt99/AIProjects/tree/master/Object Detection Using YOLO
To detect and classify objects using Yolo v2 framework.
Machine Translation using LSTM Long Short Term Memory) Deep Learning Technique
Jul 2019 - Jul 2019
https://github.com/Bhavnitt99/AI-Projects/tree/master/Object%20Detection%20Using%20YOLO
CONTACT Phone: 91 9717257303
https://github.com/Bhavnitt99/AIProjects
A deep neural network that functions as part of a machine translation pipeline. The pipeline accepts English text as input and
returns the French or Deutsch translation or vice versa.
Medical Chatbot
Jun 2019 - Jun 2019
https://github.com/Bhavnitt99/AIProjects/tree/master/Medical Chatbot using ML
It is a medical chatbot that can be used to detect the type of disease when given the symptoms.
It has been made in python using a machine learning technique decision tree classifier.
Movie Recommendation System using Collaborative Filtering
Jun 2019 - Jun 2019
https://github.com/Bhavnitt99/AIProjects/tree/master/Movie Recommendation System using ML
Recommendations are performed by decision tree classification. To inspect the effectiveness of this technology, we set up
a movie recommender system based on inductive learning and make online experiments for evaluation.
https://github.com/Bhavnitt99/AI-Projects
https://github.com/Bhavnitt99/AI-Projects/tree/master/Medical%20Chatbot%20using%20ML
https://github.com/Bhavnitt99/AI-Projects/tree/master/Movie%20Recommendation%20System%20using%20ML
Rank 300: Resume 305 with similarity score 0.028645264450647814
Resume Text: BTECH , MS , B.TECH , BS work from home , student public , completion , assessment , discreet , python , advanced , algorithms , resume , quantum computing , ibm , artificial intelligence , deep learning , c++ , technology , computer science , mathematics , database , online Assessment
Q1. Why should you be hired for this role?
I'm a 2nd year btech CS student in Banasthali
Vidyapeeth. And in senior secondary years i used to have c++ as my 5th subject. From the day I started learning how to code, I always wanted to
learn about robots and artificial intelligence. Everytime I think about what I want with my future I always have image of doing something in this
field. I'm learning online about advanced c++ , python and deep learning. I have a good knowledge of discreet mathematics, ds and algo. And I
have never worked on any other projects in this field but I'm looking forward to get an opportunity to work in this field. And if given a chance I'll
have a great opportunity to learn and I'll get more and more experience. I'll work hard for the projects given to me and give 200 percent of
myself.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I'm available for 5 months till June and have 20 days exam in may, and I can start this internship from 15th feb 2020
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9610033993
MANSI SOLANKI
Tonk, Jodhpur
Applied 08 Feb'21
Python Mathematics C Programming
Database Management
System DBMS
Algorithms Data Structures
Bachelor of Technology B.Tech), Computer Science
Banasthali University
2019 - 2023
Senior Secondary XII, Science
DELHI PUBLIC SCHOOL
CBSE board)
Year of completion: 2018
Percentage: 89.20%
Quantum Computing
The Coding School Qubit By Qubit, Online
Oct 2020 - Present
It is a quantum computing course organised by the coding school with IBM quantum. This course will get complete by may
2021.
Rank 301: Resume 1532 with similarity score 0.028623641492753447
Resume Text: MS , BSC , BS junior engineer , quality assurance , test lead , test engineer , certified ethical hacker , full time , team lead , senior qa engineer , business analyst , project leader allocations , ecommerce , faq , reporting , magento , manual testing , exploratory testing , web testing , frd , business intelligence tools , bugzilla , general , software systems , compatibility testing , designation , functional testing , regression testing , use case , adobe photoshop , affirmative action , traceability matrix , hindi , ltd , test cases , webscarab , ios , english , authorization , status , software testing , sql , email , security testing , integration testing , project , application , mobile apps , black box testing , windows 10 , web solutions , smoke testing , bengali , mantis , android , writing , dna , seo , languages , system testing , documentation , installation testing , cms , jira , engineers , javascript , connectors , business requirements , sanity testing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47…
https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47001213590e0d… 1/3
Current Designation: Test Lead -Software Testing
Current Company: Crestech Software Systems Pvt Ltd.
Current Location: Gurgaon
Pref. Location: Delhi,Gurgaon,Noida
Functional Area: IT Software - QA & Testing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Crestech Software Systems Pvt Ltd. as Test Lead -Software Testing
Dec 2016 to Till Date
1. Managing Team of Junior Test Engineers
2. Daily Task Allocations
3. Writing Test Cases
4. Test Case Execution
5. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
Stigasoft Pvt Ltd. as Sr. Engineer QA
Dec 2013 to Dec 2016
1. Writing Test Cases
2. Test Case Execution
3. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
Benefitsplus Media Pvt Ltd. as Sr. Engineer QA
Nov 2011 to Dec 2013
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Rakesh Dutta
Certified Ethical Hacker with 10 Years of Experience in Manual Testing spanning
across various domains like Ecommerce, Mobile Apps, Web Application, Security
Testing, CMS, HR, Business Intelligence Tools etc Domains
Key Skills: Test Lead, Software Testing, Manual Testing, Functional Testing, Integration Testing, System Testing,
Regression Testing, Black Box Testing, Security Testing, JIRA, TFS, MTM, Mantis, Bugzilla, SQL, Burpsuite, Webscarab
Summary
EC Council Certified Ethical Hacker - V9
10 Years of work experience in the domain of Business Analyst & Manual Software Testing which includes testing Ecommerce
Applications, Mobile Apps (Android & IOS), Security Testing, BI Tools, CMS Applications, Social Networking Applications,
Magento based CMS, HR Applications, Consulting Services.
Experience in working with Product & Service based companies.
Experience in handling BA & QA activities.
Experience in dealing with clients to gather business requirements & extracting use case requirements, creating wireframes &
functional requirement document.
5 Years of Experience in Leading Team of Junior Test Engineers
Currently working with Crestech Pvt. Ltd. as Test Lead since December 2016.
6 Months of Experience in Testing BI Tool ("Datawatch - A Web & Software based BI Tool") - Formerly known as Panopticon
Software.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47…
https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47001213590e0d… 2/3
1. Writing Test Cases
2. Test Case Execution
3. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
4. FRD Creation & Update
DNA WEB Solutions as Senior QA Engineer
Oct 2010 to Oct 2011
1. Writing Test Cases
2. Test Case Execution
3. Documentation - Creating Test Reports - Daily, Weekly and Monthly Status, Test Traceability Matrix.
Resourcers India Pvt Ltd as Junior Engineer Quality Assurance
Aug 2008 to Sep 2010
1. Designing WireFrame
2. SEO Based Activities
3. Writing Test Cases
4. Test Case Execution
5. Documentation - FRD Update, FAQ's
6. Test Reports - Daily, Weekly and Monthly Status, Test Tracibility Matrix.
UG: B.Com (Commerce) from Kurukshetra University in 2005
PG: MCA (Computers) from Kurukshetra University in 2008
Other Qualifications/Certifications/Programs:
Certified Ethical Hacker
Education
IT Skills
Skill Name Version Last Used Experience
TFS 2020
WEBSCARAB 2020
BURPSUITE 2020
SQL 2019
Adobe Photoshop 2019
JIRA 2019
MTM 2019
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Proficient
Projects
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47…
https://freesearch.naukri.com/preview/printResume?uname=dedcc4a2c547606cd489741614b385ca0e540e024e120a195014405a5a01024a110f47001213590e0d… 3/3
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Project Leader
Duration: Aug 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Project Leader
Duration: Dec 2016 - Jul 2017
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Test Engineer
Duration: Jan 2014 - Dec 2014
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Title: HR Application
Client: Confidential
Skill Used: Manual Testing, Functional Testing, Regression Testing, Sanity Testing, Smoke Testing, Exploratory Testing,
Role Description: 1. Managing Team
2. Daily Task Allocation
3. Test Case Writing
4. Test Case Execution
5. Preparing Reports
Project Details: HR Based application to allocate and de-allocate its employees across different clients.
Project Title: Windows 10 Compatibility Testing
Client: Confidential
Skill Used: Manual Functional Testing, Software Testing, Manual Testing, Web Testing, Test Lead, QA,
Role Description: Tested different internal client applications against compatibility with Windows 10
Project Details: Testing different client application with respect to the newly launched Windows 10.
Project Title: Datawatch
Client: Panoptican Softwares
Skill Used: Manual Functional Testing, Software Testing, Manual Testing, Bug Reporting,
Role Description: This is BI Tool, we are involved in Testing various parts of the software - like Working Logic, connectors, UI,
Installation and un-installation testing etc
Project Details: This is BI Tool which is used to analyze the data from different sources.
Rank 302: Resume 910 with similarity score 0.028549307017359308
Resume Text: B.E , MS , B.TECH project manager , zookeeper , software developer , senior software engineer , full time , system architect , team lead , project leader resource allocation , project design , gfs , customer , algorithms , telugu , nfs , mybatis , office , docker , gradle , status , messaging , mumbai , project staffing , recon , xml , fintech , rdbms , cbi , testing , components , features , reliability , accessibility , ec2 , sql server , icms , streams , contingency , mitigation , react.js , encryption , designation , confluence , deliverables , mar , web services , hindi , cloud , ltd , json , english , throughput , screens , responsiveness , leadership , processing , angularjs , estimates , c++ , git , computer science , rabbit , arduino , lucene , documentation , offsets , iso8583 , struts , javascript , h2 , artificial intelligence , disk , measures , external clients , html , i18n , optimization , general , entity framework , developers , affirmative action , mysql , oracle , parse , curl , maintenance , basic , typescript , jquery , apache kafka , escalation , email , tomcat , aws , case management , vast , latex , junit , maven , languages , hibernate , raspberry pi , management system , mobile , jira , expenses , dashboards , rbi , ajax , streamlining , high availability , jasper , css , nosql , soap , testng , authorization , spring boot , scalability , record , application , less , indexing , led , servers , storage , parsing , software design , python 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 1/4
Current Designation: Senior Software Engineer (Full Stack)
Current Company: CustomerXPs Software Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
CustomerXPs Software Pvt. Ltd. as Senior Software Engineer (Full Stack)
Jul 2017 to Till Date
Growth Path:
Jul'17 to Jul'19 as Software Engineer
Aug'19 till date as Senior Software Engineer
Key Result Areas:
* Introducing process changes to maintaining quality as the team increases in size
* Providing overall leadership to the entire project team including managing deliverables of other functional team
leaders
* Managing large and complex projects or multiple components of a large project involving more than one company's
product
* Liaising with internal/external clients to determine specific requirements and expectations; managing client
expectations as an indicator of quality
* Creating & managing the estimates, project plan, project schedule, resource allocation and expenses to ensure that
targets are achieved
* Working with relevant Resource Managers for project staffing and resource releases
* Following the project life cycle methodology defined under the process framework; ensuring that customer deadlines
are met within project budgets
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SHASHANK DEVISETTY
Senior Software Engineer, working in fintech domain for almost 4 years aspiring to
assume the role of a system architect / project design team lead in the immediate
future. Roles in Application or Software Design / Development and Project
Management
Key Skills: Java,Go,C,C++,Data Structures,Spring,J2Ee,HTML,SQL
Server,Oracle,MySQL,RDBMS,NoSQL,Hibernate,XML,JSON,Apache Tomcat,Apache
Kafka,Lucene,Struts,React.Js,Angularjs,Typescript,Javascript,RESTEasy,Restful
APIs,swagger,JIRA,Testng,Curl,Gradle,GIT,SVN
Summary
B.Tech. (Computer Science & Engineering) professional with over 3 years of experience in Full Stack Application Development.
Currently associated with CustomerXPs Software Pvt. Ltd., Bengaluru as Senior Software Engineer. Keen Interest in Product /
Project Design, Platform based coding, Artificial Intelligence, Data Structures and Algorithms, Computer Networks. Led
initiatives to increase accessibility awareness and advise business stakeholders, designers and developers on accessibility
standards. Identified architectural improvements resulting in increased developer efficiency, product reliability, and
responsiveness to new feature requests. Continuously adjusted priorities and addressed issues to improve efficiency; achieved
committed product content and quality goals on time after staff reductions and increases in content. Rich exposure in managing
the full life cycle process for large-scale software development
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 2/4
* Ensuring the maintenance of positive and on-going relationships with clients
* Recognizing issues and risks in a timely manner; developing & implementing appropriate mitigation and contingency
plans
* Administering escalation management for projects at the client's office
* Suggesting measures for streamlining application programming and maintenance as per the quality standards
UG: B.Tech/B.E. (Computer Science and Engineering) from VIT University, Chennai in 2017
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 8 2020 4 Year(s) 0 Month(s)
C 2020 7 Year(s) 0 Month(s)
C++ 2014 1 Year(s) 0 Month(s)
GO 1.13 2020 0 Year(s) 6 Month(s)
RESTEASY 2020 4 Year(s) 0 Month(s)
Apache Lucene 2018 1 Year(s) 0 Month(s)
REACT 2020 0 Year(s) 3 Month(s)
Angular 2018 1 Year(s) 0 Month(s)
Apache Kafka 2020 0 Year(s) 3 Month(s)
Hibernate 2019 0 Year(s) 6 Month(s)
JASPER 2018 1 Year(s) 0 Month(s)
Oracle, SQL Server, MySQL 2020 4 Year(s) 0 Month(s)
Mybatis 2019 3 Year(s) 0 Month(s)
JAXB,SAX XML(Marshalling, Unmarshalling) 2018 0 Year(s) 1 Month(s)
JUNIT 2017 0 Year(s) 2 Month(s)
TESTNG 2020 3 Year(s) 0 Month(s)
Struts 2017 0 Year(s) 6 Month(s)
Swagger 2020 1 Year(s) 0 Month(s)
Apache Tomcat 2020 3 Year(s) 0 Month(s)
H2, Gradle, SVN, Git, Maven
Arduino programming, i18n Locales
Raspberry Pi Programming
Typescript, CSS, Latex
JavaScript, JSP, AJAX, HTML
Apache Struts, Zookeeper
jQuery, cURL, Jackson, JSON,
Entity Framework, SOAP,Spring Boot
Data Structures, Basic Python
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 3/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Project Leader
Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Jan 2019 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jul 2018 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 1
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Projects
Project Title: eXternal Data Receiver (XDR)
Client: Banks - Indian and Abroad
Skill Used: Go, Apache Kafka, Zookeeper, SOAP, RESTEasy Restful Web APIs Testing: Undertow server mocks with
multiple Go server instances and also hosted on an AWS EC2 cloud server
Role Description: Role: Team Lead
Responsibility: Design and implement. Answerable to project manager
Project Details: XDR is a multipurpose receiver designed to support multiple protocols and multiple types of
requests concurrently in a distributed environment.
a. Being the sole entry point to the application, XDR should have the capability of accepting messages in multiple
protocols in multiple formats. For example, a JSON over HTTP(s), an ISO8583 over TCP, a SOAP request etc.
b. XDR should have the capability of providing secure channels to clients where it supports two-way encryption on
data sent / received
c. XDR should have the capacity to multiplex the data received to multiple processing engines of the application
upon receiving data
d. XDR should always serve the external applications by providing high availability
Project Title: intelligent-Case Management System (iCMS) / Native Case Management System (Native CMS)
Client: Banks - Indian and Abroad
Skill Used: Java, Apache Tomcat, Apache Lucene, Jasper, MySQL, Oracle, SQLserver, i18n Locales, ReactJs,
Standalone Docker installation support, Standalone tomcat installation support, RESTEasy Restful Web services,
Swagger I/O, Confluence for Documentation
Role Description: I have mostly coded the backend work while sometimes coding small frontend React components
as well
Project Details: Case Management System is designed as an alternative to Jira to handle alerts raised on banking
frauds for investigators
to investigate. Efforts were put in to match Jira and outclass it for our clients to dump Jira off and chose the product
a. Jira was replaced due to scalability issues Jira was not able to handle speed and size at the same time
b. Ability to customize fields and screens
c. Ability to generate reports and dashboards based on data
d. Ability to communicate with entities all over the world
e. Ability to be as fast as possible
f. Ability to sync between various modes of communication (such as eMail Notifications, app notifications, mobile
app etc)
Responsibilities: Design and implement the vast features
To facilitate storage, last six months data is stored in Apache Lucene and accessed through the same for speed and
for size restrictions, data older to six months is stored in RDBMS. Only alert data is stored in Lucene so that the
main data is fetched very fast
Project Title: Watchlist DowJones Indexing
Client: Banks - Indian and Abroad
Skill Used: Java, DOM and JAXB-SAX XML marshalling / un-marshalling
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100…
https://freesearch.naukri.com/preview/printResume?uname=0ba744411f56eaf1ff0fc20bcc23d05b0b080802421458430116140a5a5d5149120b100613480b540b0… 4/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jan 2018 - Jun 2018
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Details: A need of the hour optimization requirement to parse huge watchlist data of global data providers
(like UN, FBI, RBI, CBI etc) in DowJones XML format in as less time as possible.
Deisgned partly by me and implemented completely. Design includes replacing DOM parsing of XML by SAX (JAXB)
XML parsing while multi-threading the record offsets to achieve highest possible throughput
Project Title: Clari5 Messaging Queue
Client: Banks - Indian and Abroad
Skill Used: Java (Parallel streams and extensive multi-threading), NAS / NFS / GFS storage
Role Description: Coded this entire application
Project Details: A messaging queue of our own for internal communication between processing engines and
participating entities. This was implemented as a Rabbit MQ alternative in our application
a. CMQ is responsible for immediate concurrent instant write to disk
b. CMQ is responsible to secure the data through encryption
c. CMQ uses shared network access storage to facilitate communication between servers
d. CMQ provides archival and recon features to its consumers
e. CMQ provides an option of entity allocation to its consumers so that transactions of a same entity are processed
by the same instance of an engine (This is used by client engines who use caching extensively)
Rank 303: Resume 1390 with similarity score 0.02825256269264036
Resume Text: B.E , MS , B.TECH , BS devops , software developer , full time , development analyst , full stack developer react.js , general , devops , asp.net core , css , microsoft azure , security , designation , ug , deliverables , vault , affirmative action , analytics , hindi , active directory , maintenance , natural language processing , jquery , authorization , risk , english , iaas , teams , enterprise , status , paas , architecture , c# , steering , email , application , microservices , test driven development , electronics , testing , bus , mvc , sql azure , problem solving , languages , storage , infrastructure , agile environment , cosmos , coordinated , ado.net , web pages , javascript , queues , sonarqube , apps , entity framework core , linq , technology , working experience , proof , html , database , cloud services 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130…
https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130614105a085d5… 1/2
Current Designation: Application Development Analyst
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Deloitte as Application Development Analyst
Jun 2018 to Till Date
Worked in two enterprise applications spread across multiple Geos and was involved in application design, development
and deployment in cloud environment (Microsoft Azure).
Worked with enterprise scale infrastructure, Microservices architecture, security risks and data sovereignty.
Coordinated among multiple teams present in different countries for timely deliverables in an Agile environment.
Hands - on experience in Azure Cloud Services(PaaS & IaaS), Storage (Blobs, Queues, Table storage, file storage), Web
Apps, Cognitive Services (LUIS, QnA), Active Directory, Application Insights, Data Factory, Service Bus, Azure Monitoring,
Log Analytics, Key Vault service, SQL Azure, Cosmos DB, Azure Functions.
Designed and developed web based applications using MVC, ASP.NET, ASP.NET
Core.
Good working experience with ADO.NET and Entity Framework as part of accessing and updating database.
Created proof of concepts based on Azure Data Factory, Azure QnA service, Natural Language Processing using
Microsoft LUIS.
Good Experience in designing web pages with HTML, React JS, CSS, HTML 5, CSS3.
Was recently involved in successful release of an enterprise application in China with constant coordination with the cloud
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sriditya Raj
Full stack developer with almost 3 years of experience in web based application
design and development. Proficient in technologies such as ASP .NET, ASP .NET
Core, C# | Front end development with React JS, HTML, CSS | Microsoft Azure
Services | SQL
Key Skills: ASP.Net,ASP .Net Core,C#,Entity Framework,LINQ,SQL
Server,Javascript,JQuery,HTML,CSS,React.Js,Microsoft Azure,ADO.Net,PAAS,Cloud,Requirement Gathering,Unit
Testing,ReactJS
Summary
A Full stack developer with almost 3 years of successful experience in developing web based applications integrated with Azure
cloud services. Skilled at ASP .NET Core , C#, SQL, Entity Framework Core, ADO .NET, Front end technologies like React JS,
HTML And CSS. Adept in Azure/PAAS development. Eager to contribute to team success through hard work, attention to detail
and excellent problem solving skills. Regarded for strong communication skills both within the team and with stakeholders.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130…
https://freesearch.naukri.com/preview/printResume?uname=71dc9a4082e8afd3fad0e58f6e5530e9515f09584a420f185712440e540a034d4758130614105a085d5… 2/2
team of the country.
Was a key developer in making the application globalized and localized. i.e. the
language and number systems in UI will change according to the location of the User.
Worked on multiple design enhancements to make the application nth Geo ready i.e. ready to release in any country with
minimal code changes.
Actively involved in improving the code quality with the help of code analysis tools like SONARQUBE
Playing crucial role in the team for steering numerous deployments in Azure DevOps for two global applications.
Involved in reducing the risk of breach and increasing security of our applications with the help of VERACODE.
Got great exposure in Unit Tests and Test Driven development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Vellore Institute of Technology (VIT) in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure Services 2020 2 Year(s) 8 Month(s)
Microsoft ASP.Net Core 2020 2 Year(s) 0 Month(s)
Microsoft ASP.NET 2020 2 Year(s) 8 Month(s)
SQL 2020 1 Year(s) 6 Month(s)
Cosmos DB 2020 2 Month(s)
HTML 5 / HTML 2020 1 Year(s) 6 Month(s)
CSS 3 / CSS 2020 1 Year(s) 6 Month(s)
JavaScript/ Jquery 2020 1 Year(s)
React js 2020 1 Year(s) 0 Month(s)
C# 2020 2 Year(s) 8 Month(s)
Entity Framework 2020 7 Month(s)
ADO .Net 2020 2 Year(s)
LINQ 2020 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 304: Resume 441 with similarity score 0.02819907250954822
Resume Text: MS , B.TECH , BS classifier , work from home , secretary , supervisor athletics , vectorization , training , general , algorithms , deep learning , court cases , mar , nlp , tokenization , analytics , silver , loan , public , keras , natural language processing , apache , risk , advanced , teams , linear regression , project based , excel , models , pandas , application , coursera , c programming , computer vision , encoding , iit , gold , sheets , online platforms , resume , neural networks , heart failure , datasets , matlab , airplane , prediction , machine learning , opencv , educational technology , completion , word , assessment , cassandra , data science , python , one , ml , search , volleyball , network architecture Assessment
Q1. Why should you be hired for this role?
Sir/ma'am, I am very much passionate about Data Science and its applications and always wanted to explore these things in practical ways. During
my stay at IIT KGP, I got an opportunity to learn about the algorithms used in the field of Data Science, and from there I have decided to build my
career as a Data Science expert. I am very much interested in this opportunity not just because I will get to work in a field that I like but I will get
to work for a bike rental company. The thing is I myself am a rider and knows how important a company like yours is for people who love riding
and travelling. That is why I want to be a part of it.
I have done various certified courses and projects on online platforms related to Machine Learning and Deep Learning including computer vision.
I have recently worked on a project called Neural Networks based risk assessments in which I calculated the weights for the attributes
responsible for heart failure using the Fuzzy analytic hierarchy process and then applied those weights to train an ANN classifier to predict
whether the heart failure risk in a patient is present or absent. I have also worked in a project based on ML and NLP in educational technology
where I did various data preprocessing processes like stopwords & punctuations removal, changing words to lower cases, and stemming. After
that, I did the text vectorization using the bag of words model and then compared two sentences using cosine similarity function.
To be honest, I haven't been exposed to Apache Cassandra yet but I assure you that I am a tech guy and will learn it in no time once I start
working because I am always eager to learn new things. My works indicate my consistency and my interest in this field makes me a worthy
candidate for this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
Raushan Kumar
Gaya, Kharagpur
Applied 08 Feb'21
Python Computer Vision Natural Language Processing
NLP
C Programming Data Structures Deep Learning
MATLAB MSOffice MSPowerPoint
Machine Learning OpenCV
Bachelor of Technology B.Tech), Mechanical Engineering
Indian Institute Of Technology Kharagpur
2016 - 2021
CGPA 6.17/10
Senior Secondary XII, Science
GAYA COLLEGE, GAYA
BSEB BOARD board)
Year of completion: 2015
Percentage: 78.00%
Secondary X
Jay Hind Public School
CBSE board)
Year of completion: 2013
CGPA 9.40/10
Vice Captain | Volleyball | Radha Krishnan Hall of Residence | IIT Kharagpur | 201819
Our team bagged Gold in the Inter Hall Athletics Meet.
Supervised a budget of Rs 30,000 among 15 team members.
Secretary | Volleyball | Radha Krishnan Hall of Residence | IIT Kharagpur| 201718
Coordinated with General Secretary, Captains and Vice Captains to ensure regular practice sessions throughout the
semester.
Team secured silver.
PROJECTS
CONTACT Phone: 91 9798230142
Application of ML and NLP in education technology
Sep 2020 - Dec 2020
https://github.com/raus03
Supervisor: Prof. Mrigank Sarad
Applied various preprocessing processes like stemming, word tokenization, vector representation, etc
Created a Bag of words model to keep the count of words.
Wrote the cosine similarity code to match two sentences.
Image recognition model using Neural Network | Coursera |
Jul 2020 - Aug 2020
Built a Neural Network Model to predict whether an image is a car or airplane using Keras and the MNIST Dataset.
Used One Hot Encoding, Neural Network Architecture, Loss Optimizers, and Tested the Model's performance.
Automatic Machine Learning with H2O AutoML and Python | Coursera |
Jul 2020 - Aug 2020
Merged different excel sheets using Pandas.
Applied H2O AutoML for data pre-processing and generated the model. H2O AutoML automates the process of training
various models.
Applied AutoML to train two ensembles to find the optimal combination.
House Prices : Advanced Regression Techniques | Kaggle |
May 2020 - May 2020
Predicted house price for 1460 test dataset based on training dataset of more than 1500.
Used different ML algorithms such as Linear regression, Xgboost.
Achieved the accuracy of 89.92% on the training datasets and 90.12% on the test datasets.
Loan Prediction | Datahack | Analytics Vidhya
May 2020 - May 2020
Prediction of Loan defaulter for more than 4,000 test and 10,000 training datasets.
Trained the model using different ML algorithms like Logistics regression, SVM.
Achieved the accuracy of 87.97% on the training and 89.87% on the test datasets.
Search Engine for Legal Documents | Open-soft | IIT Kharagpur
Feb 2019 - Mar 2019
Supervisor: Prof. Saptarshi Ghosh
Developed an NLP based search engine for browsing 53,000 court cases.
Created Spell Check module & automatic summarization of cases.
Secured 1st position among 22 participating teams.
https://github.com/raus03
Rank 305: Resume 1082 with similarity score 0.028012313921407708
Resume Text: B.E , B.TECH , BS javascript developer , full time , software developer api , training , codes , web application development , general , visual studio code , css , designation , ug , user management , affirmative action , user experience , hindi , cloud , maintenance , ltd , typescript , json , authorization , english , status , architecture , agile , email , project , express , aws , team environments , components , react native , git , computer science , languages , kannada , javascript , form , tabs , working experience , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c42…
https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c420617485b5f0b5… 1/2
Current Designation: Developer -Web Application
Current Company: Eynos business Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Eynos business Solutions Pvt Ltd as Developer -Web Application
Aug 2018 to Till Date
JavaScript developer worked in react js and react native in agile process.
UG: B.Tech/B.E. (Computer Science) from A Reputed Institute in 2016
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Sameera Bijapur
Developer seeking roles in Software Development,Web Application
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JavaScript,Typescript,HTML,CSS,React JS,React Native,Nodejs.
Key Skills: Software Developer,Software Development,Web Application Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JavaScript,Typescript,HTML,CSS,React JS,React Native,Nodejs
Summary
2.6 + years of working experience in Web Application development
Experience in React JS, worked on internal UI component library and created many reusable components like date picker,
moveable tabs etc,.
Experience in implementing form and modal using Ant Library.
Knowledge in Creating backend api's using Express JS backend.
Collaborated with other UI and Backend professionals to integrate the code to create functional and dynamic user experience.
Experience in handling training on JavaScript.
Worked on translating designs and wireframe into high quality codes.
Implemented UI dynamic functionalities using HTML, JavaScript, AJAX and JSON.
Excellent communication and inter-personal skills, accustomed to working in both large and small team environments.
Worked AWS cloud service Cognito for User management.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c42…
https://freesearch.naukri.com/preview/printResume?uname=ac01ca996991682fe8770ff54d6529895b0c085819410f105745405f5b08001b125c420617485b5f0b5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JavaScript 7 2021 2 Year(s) 6 Month(s)
TypeScript 3.8.3 2021 1 Year(s) 0 Month(s)
HTML, CSS
React js 16 2021 2 Year(s) 0 Month(s)
Ant Design, Nodejs 3 2021 2 Year(s) 0 Month(s)
Express Js
Visual Studio Code 2 Year(s) 0 Month(s)
GIT 2 Year(s) 0 Month(s)
AWS 1 Year(s) 0 Month(s)
postman
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Proficient
Rank 306: Resume 836 with similarity score 0.027976632760964012
Resume Text: B.E , MS , B.TECH software engineer , full time , senior associate , team lead , full stack developer , associate programmer maintainability , computing , algorithms , security , demand , databases , linux , node.js , bookings , status , store , application architecture , testing , gitlab , components , features , operating systems , ibm power , development projects , spectrum , javascript frameworks , react.js , power systems , designation , mar , hindi , cloud , flex , windows , english , agile , zend framework , mongodb , video , angularjs , programming languages , fixing , disaster recovery , computer science , documentation , his , enterprise data , technology , business continuity , html , data services , reporting , general , web media , change requests , affirmative action , mysql , technical direction , maintenance , jquery , centos , bootstrap , mastering , timelines , email , codeigniter , wordpress , ubuntu , her , jira , engineers , test coverage , information retrieval , ajax , online , high availability , css , ug , back-end web development , offers , apache , php , yii , authorization , scalability , record , focus , user requirements , storage , cuts , graphics , learning , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f564214091…
https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f5642140919024317595e00… 1/3
Current Designation: Technical Leader
Current Company: Altran
Current Location: Gurgaon
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Altran as Technical Leader
Mar 2019 to Till Date
Working with IBM BU in altran, with GUI ( Graphics User Interface ) team , developing features as per client requirement,
create documentation for feature design, following agile methodology, learning and mastering new skills and delivering
sessions on the same. handling team as well
Daffodil Software as Senior Associate-IT Application
Sep 2016 to Mar 2019
Key Result Areas:
Designing and developing applications for clients, coding different modules using latest technologies as per the clients
requirement following best coding practice; administering & adhering to SLAs and change requests
Driving efforts towards maintenance of software development practices; adhering to company standards for coding and
unit/ functional test coverage; monitoring & motivating the team to produce excellent results
Customizing:
Development plan, code, and programming design to ensure client satisfaction & delivery of project on time & within the
SLA
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PIYUSH ARYA
Rich experience in executing full lifecycle development projects with a
verifiable track record, targeting assignments as Full Stack Developer
(React//ReactNativeAngular/Nodejs/mongodb) preferably in Delhi-NCR
Key Skills:
jira,html,ajax,jquery,javascript,mysql,apache,css,bootstrap,flex,agile,react.js,native,node.js,mongodb,Angularjs,Cloud
Computing
Summary
Full Stack Developer offering over 8 years of experience in managing back-end web development with primary focus on
development of server-side logic along with good experience in frontend integration as well in JavaScript frameworks like
angular2 and vuejs2
Possess knowledge of PHP web frameworks such as YII, CodeIgniter, ZF2 (Zend Framework 2), Symfony2 and proficient in
various programming languages such as JavaScript, MySQL and well versed with all the OOPS concepts
Excels in handling server tasks like setting up environments for development, CI/CD
In-depth information of MySQL databases as well as declarative query languages to ensure appropriate information retrieval
Possess great understanding of various data types, data structures as well as algorithms
Experience in working with AGLIE software development life-cycle and capable of preparing as well as maintaining technical
documents
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f564214091…
https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f5642140919024317595e00… 2/3
Coordinating with Client & Testing Team to identify and implement improvement in application performance
Conceptualizing methods for application development and ensuring user needs are met
Participating in the team's agile software development process; developing solutions and functional/integration tests;
supporting production deployments of developed solutions
Managing large and complex projects or multiple components of a large project involving more than one company's
product; ensuring the maintenance of positive and on-going relationships with stakeholders
Highlights:
Prepared coding timelines, evaluated architecture, provided technical direction to the team, and undertook effort
estimation, status reporting
Developed & coded application architecture for different solutions by ensuring the security, performance, availability,
compliance, scalability and maintainability aspects
Identified, conceptualized & documented appropriate technical solution approaches for various business scenarios
Supported bug fixing, maintained store procedures and executed system enhancements according to user requirements
for the application created by PHP
Autoportal.com ( Creative Web Media Private Limited ) as Software Engineer
Jun 2016 to Aug 2016
Software Engineer
Clavax Technologies as Senior Associate Programmer (PHP)
Aug 2013 to May 2016
Senior Associate Programmer (PHP)
UG: B.Tech/B.E. (Computer Science) from Apeejay College of Engineering in 2011
Other Qualifications/Certifications/Programs:
Full Stack Web Development with React
Education
IT Skills
Skill Name Version Last Used Experience
PHP 5 & JavaScript
HTML, CSS, Javascript, AJAX, JQuery
Flex, Bootstrap
MySQL
Windows, Ubuntu Linux , Centos
WordPress , dupal 7
YII, CodeIgniter ,ZF2
JIRA
Gitlab, Smartgit
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f564214091…
https://freesearch.naukri.com/preview/printResume?uname=3ea21e1406537e2710b7c1002973120959550f5643470d14554340585a5f5642140919024317595e00… 3/3
Nature of Employment: Full Time Duration: Apr 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2018 - Oct 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2017 - Jul 2018
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: IBM Spectrum Scale
Client: IBM
Project Details: High performance scale-out storage software and enterprise data services with global federated capacity
Project Title: PowerHA
Client: IBM
Project Details: IBM PowerHA technology provides high availability, business continuity and disaster recovery. It enables you
to deploy an HA solution that addresses both storage and high availability requirements with one integrated configuration,
which offers robust performance along with a simplified user interface. Power Systems is committed to investing inand
bringing to marketsolutions designed to keep your IT environments resilient. IBM engineers work continuously to optimize
IBM Power Systems hardware and operating systems to keep pace with the increasing demand for 24x365 availability.
Project Title: Revupals
Client: Daffodil Software
Project Details: It is a web application where one can post his/her review about any product they have used by selecting a
retailer available from the list of all popular online retailers in US. One can choose product from the inventory & can upload a
video, image or text review for the same and other features like provide rating and so on
Technology Used:
Project Title: Slider cuts
Client: Daffodil Software
Project Details: This web application helps out the barbers based in London to faciliate their clients by making bookings /
reservations which can be managed via administration section provided. This is a very practical automated system to help
their business needs
Rank 307: Resume 484 with similarity score 0.0278792470409377
Resume Text: MS , B.TECH student api , decision-making , award , web development , contests , core java , resets , window , algorithms , css , access , microsoft office , connect , object-oriented programming , to-do , principles , air , bar , draw , bootstrap , status , newton , tac , boot camp , application , mongodb , leadership , linkedin , paper , github , features , c++ , problem solving , soft skills , languages , informatics , javascript , expressions , search , technology , rubik's cube , html , database , online Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020
B.Tech(Computer Science and
Engineering)
Bengal College of Engineering and Technology, Durgapur,
West Bengal
66.91%
2016 12th Air Force School, Bagdogra, West Bengal 78.0%
2014 10th St. Alphonsa School, Kalamjote, West Bengal 82.4%
Internship and Certifications
Newton School Coding Boot Camp | Full Stack Web Development
Full Stack Web Development along with problem solving.
Technical Stack learnt: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, Java and Bootstrap
Participated in various coding contests organized by the platform.
Worked on various projects like To-Do list, Online Calculator, Tic-Tac-Toe, Note-App
AICT, Durgapur | Core Java
Learnt object-oriented programming principles. Also learnt implementing data structures and algorithms for organizing
large amounts of data in a way that is both efficient and easy to work with.
Skills gained: Java Programming, Data Structures and Algorithms, Object Oriented Programming, Problem Solving
Projects
Deadflix - Movie browsing app | Newton School (link)
This is a web-app where users can browse through a variety of movies based on their genre or directly search for a movie
from the search bar.
The movie database has been acquired from an API.
Users can get details like movie release date, movie overview, genre types, and rating of the movie.
Future Scope: Connect the app to the backend. Create a Signup/Login page so only authorised users can access it. Also,
add features like a list of Liked and Watched movies for each user, etc.
Tech Stack: JavaScript, React, NodeJS, CSS
To-Do App | Newton School (link)
To-Do app is a web application where users can keep a track of their daily tasks.
Features: Add task, Delete Task, Set the status of task (Completed/Uncompleted), Check tasks according to their status.
Role - Developer | Tech Stack: React, JavaScript, HTML, CSS, Bootstrap
Calculator | Newton School
Calculator is a web application where users can perform calculation as well as solve expressions based on BODMAS.
Features : Add, Subtract, Multiply, Divide
Role: Developer | Tech stack : JavaScript, HTML, CSS, Bootstrap
Tic Tac Toe | Newton School (link)
Tic-Tac-Toe is a web application. It is basically the online version of the paper-and-pencil game - Tic-Tac-Toe, also known as
Xs and Os.
3 X 3 Tic-Tac-Toe game.
Features: Two players can play at a time, throws an alert on the window if it's a win or a draw, game resets itself
automatically after a win or draw.
Role: Developer | Tech Stack: React, JavaScript, HTML, CSS
Skills
Computer languages C, C++, JavaScript, CSS, HTML, Java
Software Packages Express, Bootstrap, MongoDb, React, Node
Additional Courses Taken Data Structure
Soft Skills Leadership, Decision-making, Communication Skills
Others Microsoft Office
Sadananda Roy LinkedIn: sadananda-roy-119086192
Github: Ragnar790
July 2020 - January 2021
November 2018 - June 2019
December 2020 - December 2020
November 2020 - November 2020
October 2020 - October 2020
October 2020 - October 2020
https://www.linkedin.com/in/sadananda-roy-119086192/
https://github.com/Ragnar790
https://ragnar790.github.io/deadflix/
https://ragnar790.github.io/To-do_App/
https://ragnar790.github.io/Tic-Tac-Toe/
Co-Curricular Activities
Participated and acquired 14th position in the class, secured 81 state rank and achieved 1,001 Olympiad rank in
International Informatics Olympiad.
Participated in Rubik's Cube Competition conducted by College and acquired the third position.
Received the most innovative student's award in class 10th.
Sadananda Roy
LinkedIn:
sadananda-roy-119086192
Github:
Ragnar790
Education
2020
B.Tech(Computer Science and Engineering)
Bengal College of Engineering and Technology, Durgapur, West Bengal
66.91%
2016
12th
Air Force School, Bagdogra, West Bengal
78.0%
2014
10th
St. Alphonsa School, Kalamjote, West Bengal
82.4%
Internship and Certifications
Newton School Coding Boot Camp | Full Stack Web Development
July 2020 -
January
2021
Full Stack Web Development along with problem solving.Technical Stack learnt: Node JS, React JS, Express JS, Mongo DB, HTML, CSS, JavaScript, Java and BootstrapParticipated in various coding contests organized by the platform.Worked on various projects like To-Do list, Online Calculator, Tic-Tac-Toe, Note-App
AICT, Durgapur | Core Java
November 2018 -
June
2019
Learnt object-oriented programming principles. Also learnt implementing data structures and algorithms for organizing large amounts of data in a way that is both efficient and easy to work with.Skills gained: Java Programming, Data Structures and Algorithms, Object Oriented Programming, Problem Solving
Projects
Deadflix - Movie browsing app |
Newton School
(link)
December 2020 -
December
2020
This is a web-app where users can browse through a variety of movies based on their genre or directly search for a movie from the search bar.The movie database has been acquired from an API.Users can get details like movie release date, movie overview, genre types, and rating of the movie.Future Scope: Connect the app to the backend. Create a Signup/Login page so only authorised users can access it. Also, add features like a list of Liked and Watched movies for each user, etc.Tech Stack: JavaScript, React, NodeJS, CSS
To-Do App |
Newton School
(link)
November 2020 -
November
2020
To-Do app is a web application where users can keep a track of their daily tasks.Features: Add task, Delete Task, Set the status of task (Completed/Uncompleted), Check tasks according to their status.Role - Developer | Tech Stack: React, JavaScript, HTML, CSS, Bootstrap
Calculator |
Newton School
October 2020 -
October
2020
Calculator is a web application where users can perform calculation as well as solve expressions based on BODMAS.Features : Add, Subtract, Multiply, DivideRole: Developer | Tech stack : JavaScript, HTML, CSS, Bootstrap
Tic Tac Toe |
Newton School
(link)
October 2020 -
October
2020
Tic-Tac-Toe is a web application. It is basically the online version of the paper-and-pencil game - Tic-Tac-Toe, also known as Xs and Os.3 X 3 Tic-Tac-Toe game.Features: Two players can play at a time, throws an alert on the window if it's a win or a draw, game resets itself automatically after a win or draw.Role: Developer | Tech Stack: React, JavaScript, HTML, CSS
Skills
Computer languages
C, C++, JavaScript, CSS, HTML, Java
Software Packages
Express, Bootstrap, MongoDb, React, Node
Additional Courses Taken
Data Structure
Soft Skills
Leadership, Decision-making, Communication Skills
Others
Microsoft Office
Co-Curricular Activities
Participated and acquired 14th position in the class, secured 81 state rank and achieved 1,001 Olympiad rank in International Informatics Olympiad. Participated in Rubik's Cube Competition conducted by College and acquired the third position. Received the most innovative student's award in class 10th.
Rank 308: Resume 405 with similarity score 0.027827958028575298
Resume Text: MS work from home internships , css , deep learning , mysql , blind , php , player , ux design , bootstrap , glass , project , resume , machine learning , im , computer science , youtube , html5 , database , assessment , it , python , javascript , ion , web , technology , ethical hacking , ecma , online Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship. I possess excellent communication skills, I'm a team player, and most importantly, I'm a dedicated worker. All I want is a chance to prove
it to you.- Thank You
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes Im available for 3 months immediately
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Prem Kumar N
Tumakuru, Bangalore
Applied 29 Jan'21
CSS HTML JavaScript
MSOffice Python UI & UX Design
Bachelor of Computer Science B.C.S.)
Akshaya Institute of Technology
2016 - 2020
CGPA 7.00/10
Web Designing
Embeddedfru, Bangalore
Jun 2019 - Jul 2019
React Js
YouTube, Online
Jan 2021 - Present
UX / UI DESIGN
Internshala, Online
Jan 2021 - Present
Just started
Bootstrap
Get Bootstrap.com, Online
Jan 2021 - Present
Ecma Script 2015
Udacity, Online
Jan 2021 - Present
HTML5 , CSS3 , JavaScript
Linked In, Online
Nov 2020 - Dec 2020
Assist glass for blind people
Aug 2020 - Present
1Major projects: Assist Glass for Blind People using Python, Machine Learning and Deep Learning.
2 Database Management project on Online Admission using php and mysql.
3Web development project – Bike Specification
Intested in Ethical Hacking
CONTACT Phone: 91 7619188716
Rank 309: Resume 765 with similarity score 0.02779042374489296
Resume Text: B.E , MS , B.TECH cyber security , information security , desktop support engineer , soc analyst , full time , team lead , technical lead , system engineer cyber security , risk assessment , api , vulnerability , security management , functional specifications , mentoring , general , powershell , mobile security , data visualization , security audits , hipaa , designation , techno-functional , ug , bash , affirmative action , mysql , apt , it security , databases , cloud , hindi , enrichment , azure , ltd , information security , log analysis , office 365 , authorization , troubleshooting , teams , english , normalization , status , steering , stakeholder management , c# , soar , email , security testing , aws , devices , information systems , gap , mdb , siem , new features , fine tuning , electronics , training programs , security intelligence , d3.js , s3 , machine learning , correlation , kibana , threat intelligence , framework , it infrastructure , languages , punjabi , parsing , virus , python , javascript , mail server , ml , network administration , elasticsearch , feeds 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b1…
https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b130640100a5c00… 1/3
Current Designation: Technical Lead-Security Intelligence
Current Company: Netsurion Technologies Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
Netsurion Technologies Pvt. Ltd. as Technical Lead-Security Intelligence
Jun 2015 to Till Date
Growth Path:
Key Result Areas:
Steering IT Infrastructure products like Azure, office 365, AWS, DNS, Mail Server, DHCP, AD, Anti-Virus, Databases,
endpoint, & so on with SIEM tools
Monitoring security, operation and compliance (PCI DSS, HIPAA, FISMA, & so on)
Implementing integration scripts & tools for fetching logs from on-perm, cloud and DB based devices using Python,
PowerShell, Bash, API, EventHub, S3, & so on
Developing:
o Script for enriching the logs with external threat intelligence feeds (MISP, DNSBL, WHOISLOOKUP, VIRUSTOTAL,
etc.).
o Data visualization, Alerts, reports and ML Rules for the logs which will help SOC analyst to find the outlier and
investigating the suspicious activity fast and easily
o POC and helping Development Team for new features in SIEM product which make SOC analyst life easier
o Log parsing script, elastic templates, regex, & so on for making better use of Elasticsearch
Generating Use Cases which SOC need to monitor for finding suspicious activities happening on client environment
Assisting SOC & Support Team for implementation of SIEM tools and integrating client devices with it
Detecting malicious process using Cuckoo Static and Dynamic Analysis on memory dump or process sample
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
GURMUKHNISHAN SINGH
Technical Lead-Security Intelligence seeking roles in Security Management,Incident
Management,Cyber Security,Risk Assessment,Process Improvement,Vulnerability
Assessment,Stakeholder Management,Python,JavaScript,MySQL,C#
Key Skills: Team Lead,SIEM,Log Analysis,Security Monitoring,MITRE ATT&CK,Jupyter Notebook,Cyber
Security,Python,Powershell,Data Visualization,Elastic Search
Summary
Result-oriented professional with more than 7 years of experience across Cybersecurity, Incident Management, Mobile Security,
Software Security Testing and Risk Management & Compliance
Skilled in Python, PowerShell, Log normalization, SIEM and Data Visualization
Hands-on experience on Cyber Security technologies like SOAR, Sandboxing, Machine learning for cybersecurity, MITRE
ATT&CK framework, SIEM, Log correlation, UEBA and many more
Proficient in analysing IT/ Cyber Security Gap, facilitating IT Security and infrastructure establishment initiatives
Excels in assessing IT Security requirements & translating these into techno-functional specifications; providing designing
solutions & troubleshooting information systems
Subject Matter Expertise in developing and enforcing Information Security policies, procedures and standards; ensuring
compliance through adequate training programs and periodic security audits
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b1…
https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b130640100a5c00… 2/3
Executing fine tuning of alerts, MITRE ATT&CK technique detection rules for reducing the false positives
Mentoring & supporting other members of the team to assist in completing tasks and meet objectives
Coordinating with SOC, Supports And Sales Team for understanding client requirement and accurate implementations
of security products
Delegating development & implementations work among other teams' members
Axon Network Solution Pvt. Ltd as System Engineer
Dec 2013 to Jun 2015
IT Support Desk as Desktop Support Engineer
Jun 2013 to Nov 2013
UG: B.Tech/B.E. (Electronics/Telecommunication) from Jammu University in 2012
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Elasticsearch, Kibana, EventTracker
MS Visual Code
Log normalization, Log correlation
Log injection, Data tagging
Data enrichment, Regex
Elasticsearch, MDB, MSSQL, MySQL
C#, PowerShell, Python, Batch
BASH, JavaScript, D3.js
amCharts.js
Gathering information, Developing POC
Releasing Product, Supporting
troubleshooting product, Bug resolving
AWS, Azure, Office 365 and GCP
MITRE ATT&CK Framework
APT Detection, PCI-DSS, HIPAA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b1…
https://freesearch.naukri.com/preview/printResume?uname=915eca0b1242bd558a80e86d3d2f23915b0e5b58181608185047155c5f5b594a170b130640100a5c00… 3/3
Physically Challenged: No Employment Status: Full time
Rank 310: Resume 732 with similarity score 0.02778641303931518
Resume Text: B.E , B.TECH , BS machine learning engineer , full time , software developer optimization , serialization , reinforcement , perception , mean stack , general , graphql , performing , healthcare , classification , designation , 3d , deep learning , ug , nlp , affirmative action , keras , ltd , creativity , kafka , authorization , english , status , email , hacking , google , infosys , project , aws , video , mongodb , processing , mumbai , angularjs , foreign languages , paper , neural networks , pipelines , quantum computing , protocol buffers , blockchain , redis , s3 , c++ , machine learning , spanish , building , chat , storage , piano , decommissioning , django , text analytics , big data , flask , process automation , medicine , management system , data science , python , one , object detection , jira , ml , search , javascript , technology , artificial intelligence , exploit , steganography , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a17…
https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a170247105b0b5b… 1/2
Current Designation: Consultant
Current Company: Fractal Analytics Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Fractal Analytics Ltd as Consultant
Nov 2020 to Till Date
building machine learning pipelines amd performing analytics. also working on data science processing to carry out code
and data clean up. apart from that working on quantum computing for performance optimization.
Infosys Ltd as Machine Learning Engineer
Oct 2017 to Nov 2020
Have deployed an NLP intent classification model to
classify legal & stock sentences, using an ensemble of
two parallel neural networks each with a different goal
with a data overlapping processor & an efficient file
purging system. Now it�??�?�¢??s getting my copyright too. Data & model Parallelism on Tensor cores, along with
their data Serialization using protocol buffers. Performing ML on 3D & hyperspectral images along with
steganography usage for regularization, data shortening, and 3D surround text extraction.
Images with sound - extracting the Audio file from an
Image like we do in video frames and using that as a
reinforcement feature in object detection. It�??�?�¢??s showed
improvement in animal and/or their gender classification. Copyright for the invisible password storage into an
organizational database to prevent hacking. Made Google links and URLs management system using a
process automation tool. It will keep your browser's
header clean thus preventing system slowdown. Will
open the required page automatically using NLP. Building a Healthcare project by combining Blockchain
and ML. It has 3 services to exploit which include
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Jay Timbadia
Want to get involved in things that would benefit humanity and help in changing
peoples perception towards technology.
Key Skills: Quantum,gRPC,Elastic Search,Mean Stack,Innovation,Creativity,database optimisation,block chain,deep
learning,Text Analytics,NLP,angularjs,jira,tensorflow,mxnet,mongodb,deep learning,angularjs,jira,machine
learning,Artificial Intelligence,C,Big Data
Summary
I am open to new challenges within any industries since I work on AI & ML and according to me we can apply these tech to any
domain or sector as per our insights. Like to learn things from diversified domains as it helps triggering notions for innovation.
Really fond of reading anything and learning foreign languages. Also passionate on developing machine learning algorithm.
Also like to play piano.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a17…
https://freesearch.naukri.com/preview/printResume?uname=cb09a65ff230a7385638297f69c1e6935c540e544e1b0d145716130e5d5b5919130a170247105b0b5b… 2/2
medicine recommender system, Smart ML medicine alert
alarm, and common patient-Doctor chat platform with
partial anonymity. I also made a proposal for this idea at
Google summer of code challenge
Worked on Content Extraction from 3D images by
combining CNN with label Unwrapper. Worked on Future Clearance model transitioning Paper
clearing cheques to image clearing for RBS along with
the decommissioning of the former one
UG: B.Tech/B.E. (Computers) from University of Mumbai, Mumbai in 2016
PG: NA (na) from University Of Mumbai, Mumbai in 2017
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Tensorflow ,Pure ,Python & R Flask Keras latest 2020 3 Year(s) 0 Month(s)
AWS ,Lambda/s3 ,Django ,Angular 6 MEAN latest 2020 3 Year(s) 0 Month(s)
ELK stack JIRA Hyperledger Fabric, C/C++ latest 2020 1 Year(s) 2 Month(s)
MongoDB, Redis latest 2020 3 Year(s) 0 Month(s)
Cirq, GraphQL latest 2019 0 Year(s) 3 Month(s)
Kafka latest 2019 0 Year(s) 7 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Spanish
Rank 311: Resume 498 with similarity score 0.02773761088378911
Resume Text: B.TECH work from home training , deep learning , mar , mysql , data analytics , natural language processing , application , coursera , prediction , resume , electronics , testing , features , machine learning , air quality , flask , amazon , completion , assessment , data science , python , forecasting , web , technology , mathematics , online Assessment
Q1. Why should you be hired for this role?
Because iam worth it
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Sandeep Raju
Hyderabad, Ahemdabad Kasora
Applied 07 Feb'21
Python Data Analytics Data Science
Deep Learning Flask Machine Learning
Mathematics Amazon Web Server AWS MySQL
Natural Language Processing
NLP
Bachelor of Technology B.Tech), Electronics and Communication
Narsimha Reddy Engineering College
2016 - 2020
Senior Secondary XII, Science
IPE board
Year of completion: 2016
Secondary X
SSC board
Year of completion: 2014
--chief coordinator of hackthon 2k19, a national level machine earth competation
-- Lead the team in development and testing lifecycle to bring features to market
Machine Learning Python Certification Training | Coursera |
Coursera, Online
Dec 2019 - Mar 2020
Learning Certification | Coursera
Python Certification Training | Coursera | Jan '09 - Mar '09
Coursera, Online
Jul 2019 - Aug 2019
Learning Certification | Coursera
Air quality index
Sep 2020 - Sep 2020
https://www.sandeepraju.xyz
Determined and developed an end to end ai application with deployment
Stock Price Prediction And Forecasting Using Stacked LSTM Deep Learning
Jul 2020 - Jul 2020
https://www.sandeepraju.xyz
predicted stock price with 98 % accuracy
Www.sandeepraju.xyz
https://www.sandeepraju.xyz/
https://www.sandeepraju.xyz/
CONTACT Phone: 91 8074644634
Rank 312: Resume 641 with similarity score 0.027678660604274846
Resume Text: B.E , MS , BS work from home playback , public , api , completion , fit , assessment , firebase , app , resume , algorithms , java , technology , android studio , problem solving , store , earthquake , kotlin Assessment
Q1. Why should you be hired for this role?
Good evening sir,
I am Vaishnav atul kumar,from NSIT DELHI, you should hire me because I have good skills to sell,I am proficient in problem solving, I work mostly in
Java, I have listed some projects in my resume you can go ahead and see some of them , I have good knowledge of Data Structures and
Algorithms , overall I am a good fit for the internship.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for 3 months
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
Vaishnav Atul Kumar
Delhi
Applied 24 Dec'20
Android Algorithms Data Structures
Java
Bachelor of Engineering B.E, Mechanical Engineering
Netaji Subhas Institute of Technology, New Delhi
2018 - 2022
CGPA 6.77/10
Senior Secondary XII, Science
Army Public School Dhaula Kuan
CBSE board)
Year of completion: 2018
CGPA 8.50/10
Secondary X
Army Public School Dhaula Kuan
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Blog app
Oct 2020 - Nov 2020
https://www.github.com/vaishnavfirebolt/BlogApp
I have made a Blog app using Kotlin and android studio , I have used firebase to store and authenticate user data , I have
also added comments feature to the app
QuakeReport app
Sep 2020 - Sep 2020
https://github.com/vaishnavfirebolt/EarthquakeReport
This app collects information regarding earthquake from USGS website using its API. To known more follow the link.
Miwok
Aug 2020 - Aug 2020
https://github.com/vaishnavfirebolt/Miwok
Miwok is language and this app helps you to learn miwok langauge . It has audio playback also which allows you to correctly
pronounce the words.
Codeforces rating 1197
Link Codeforces.com/profile/vaishnav_firebolt
Link to my resume is here.
https://docs.google.com/document/d/1Rncn8mY4rMcT4YqUnAvsUGqCRQQsTvHmCI0N4FWyD8w/edit?usp=sharing
https://www.github.com/vaishnavfirebolt/BlogApp
https://github.com/vaishnavfirebolt/EarthquakeReport
https://github.com/vaishnavfirebolt/Miwok
CONTACT Phone: 91 9996964962
Rank 313: Resume 1282 with similarity score 0.027631918995700774
Resume Text: BSC , BS , B.E , MS , B.TECH technical architect , solutions architect , associate , business analyst , system analyst , technical consultant , devops , technical project manager , full time , team lead , technical manager , technical lead , enterprise architect , aws solution architect , development lead pdh , office , regulatory requirements , rfi , conducting , dql , outsourcing , project planning , status , application services , tender , vbscript , transportation , xml , pl/sql , building , business savvy , thought leadership , solution development , publishing , capture , mitigation , devops , kubernetes , designation , deliverables , mar , pre-sales , hindi , cloud , architects , windows , english , budgeting , agile , microservices , deals , forms , architecting , bridging , database design , togaf , ooad , customer engagement , javascript , history , crystal reports , insurance , business requirements , ldap , bfsi , customer interaction , html , feeds , proposition , reporting , general , performing , options , affirmative action , information technology , oracle , maintenance , utilization , travel , omni , email , manufacturing , business intelligence , aws , print , bengali , microsoft , 2008 r2 , design patterns , languages , business process , client requirements , rights , web , api , jenkins , sql server integration services , telecom , defense , bids , azure , authorization , risk , teams , approvals , c# , transparency , wdk , less , enterprise architecture , government , commodity , non-functional requirements , transformation , offshore , replication , landscape , iis , educational assessment , uml , reviews , nextgen 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d42…
https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d420644485d5e080… 1/3
Current Designation: Lead Solution Architect
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
DXC Technology as Lead Solution Architect
Mar 2016 to Till Date
Built and nurtured relations with key stakeholders and developed technical options and architectural solutions to meet IS
and business requirements
Analyzed client requirements and converted to a technology solution
Associated closely with both business and technical staff and worked across the business
Lead multi-tower solution deals, collaborating with offering architects to ensure optimal and most competitive solution for
customers.
Ensured quality deliverables to the client by applying technical methodology and enforce project standards
Conducted ?SWOT? analysis and utilized findings for designing customized strategies to enhance customer services
Assisted in building presales strategies, preparing RFI/RFPs response, and managing bids and tender assignments by
meeting customers to understands the technical requirement
Involved in the pre-sales phase, strategizing solution, finalizing business proposition, and leading teams to save cost and
gain time in risk reporting and meeting regulatory requirements
Involved in driving the solution through governance process, conducting solution reviews with leadership team, securing
approvals and finally participating in proposal defense.
Key Achievements
Developed Solutions for Application Services - Development and Maintenance services using both traditional and nextgen
agile delivery with DevSecOps
Facilitated as the Lead Solution Architect for multi-tower, multi-million deals by driving the solution for various opportunities
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Chandra Sekhor Bhowmik
TOGAF and AWS Certified Lead Solution Architect seeking roles in Technology
Solution Development, Software Solution Management,Proposal & PreSales,
Enterprise Architecture,Business Intelligence, Requirement Analysis,.NET,Java,API &
Microservices
Key Skills: Solution Architect,Enterprise Architect,Presales,Technical Architect,Project Management,Business
Intelligence,Requirement Analysis,.NET,.NET Core,HTML5,JavaScript,JAVA,API & Microserviecs,DevSecOps,Application
Transformation,AWS,Cloud Migration
Summary
Technically sophisticated and business savvy TOGAF, AWS Solution Architect - Associate and SAFe Agilest certified and
technical consultant with 21+ years experience with a documented history of bridging Technical and Managerial acumen in
turning around of Information Technology, including over 9 years of onshore (USA, Canada, and South Africa) experience
working in various client-facing roles. Solid domain knowledge of the Print and Publishing, Permission, Rights and Royalty
management for Media and Information Services Domain, educational assessment, commodity assessment, and Insurance
Domain. Holds solution experience in Manufacturing, BFSI, Travel, and Transportation, Government, and Insurance Domain.
Managed a team of 20 offshore based resources delivering the project on time and budget.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d42…
https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d420644485d5e080… 2/3
across the globe
Facilitated as the Lead Solution Architect for multimillion AMS and AD deals for the Americas region as well as for
Government AMS deal in the APJ region
Won USD 98M renewal for a hi-tech customer where the customer was not happy with the existing delivery process. The
delivery process was remodeled to bring more transparency and hi-touch in customer engagement
Solution and won a USD 48M deal of a large application management outsourcing engagement for a large US-based
telecom giant
Solution and won a multi-million application migration and rehosting deal where the customer is looking for a new hosting
location.
Redesigned an application that was not developed to run on a 32-bit platform
Proposed a containerized microservice-based solution which is capable of hosting container solution on the cloud (AKS,
EKS) as well as an on-premise container solution (Kubernetes)
Solution and attained multiple deals with a total contract value of over 150 Million USD (2018 ? 2019)
TATA CONSULTANCY SERVICES as Solution Architect
Sep 1999 to Feb 2016
Growth Path:
Apr 2015 - Feb 2016: Solution Architect, Microsoft Technology Excellence Group
Jan 2015 - Mar 2015: Solution Architect And Technical Lead
Feb 2013- Jan 2015: Solution Architect And Integration Team Lead
Oct 2011- Jan 2013: Technical Project Manager
Jun 2011 - Sep 2011: Project Manager
Feb 2011 - Jun 2011: Solution Architect And Technical Lead
Feb 2010 - Jan 2011: Solution Architect
May 2009 - Jan 2010: Project Manager And Architect
Nov 2008 - May 2009: Module Lead
Feb 2008 - Oct 2008: Business Analyst
Oct 2006 - Jan 2008: Technical Manager
Jul 2005 - Sep 2006: Business Analyst
Mar 2004 - Jun 2005: Functional Lead / Module Lead
Nov 2003 - Feb 2004: Development Lead / Database Design And Maintenance
Sep 2003 - Nov 2003: Senior Developer/ Technical Lead
Sep 2002 - Aug 2003: System Analyst/Developer
Sep 1999 - Aug 2002: Developer
Drove the Omni Channel interaction and integration for a very large customer in Insurance Domain
Demarcated the non-functional and requirement capture process for a very large customer
Drove significant efforts in integrating Jenkins with VSO as a CI for a DevOps offering using Azure
Managed the development of a highly responsive web application
Spearheaded the team of fresher's and senior team members to bring it to a balanced state and then to a performing team
Synchronized with various feed recipients of the legacy system to consolidate feeds and reduced the feed requirements of
the new application
Automated user creation and integration with corporate LDAP
Involved in architecting solution based on the functional and non-functional requirements from SME, editors, and other
stakeholders
Guided the integration and implementation team for best practice and providing thought leadership in overall project
management, project planning, budgeting, resources deployment, utilization, and risk identification as well as mitigation
Captured high-level business process flows as well as assisted in JAD sessions from a solution point of view
Key Achievements
Architected the integration landscape that includes inbounds, outbound, and data replication requirements
Architected a generic inbound process that can support around 30 inbound loads and a generic outbound process that
was able to support around 80% of the outbound feed need
Architected an Omnichannel customer interaction solution for a very large insurance company based out of South Africa
Managed the data replication process to support replication need that feeds data to downstream applications
Directed multiple teams to stop some redundant data replication and the team agreed to do necessary modification (if
needed) and stop redundant replication when PDH goes live
UG: B.Tech/B.E. (Computers) from National Institute of Technology (NIT), Durgapur in 1999
Other Qualifications/Certifications/Programs:
The Open Group Certified: TOGAF® 9 Certified
Certified SAFe® 4 Agilist
AWS Certified Solutions Architect - Associate
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d42…
https://freesearch.naukri.com/preview/printResume?uname=2ab6c48ac9a81b62ae1ac0ff0e50b3ab0d0b0a554b115d110a43485c58585319175d420644485d5e080… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
ASP .NET, C# .NET, JavaScript, VBScript
HTML, VB 5.0/6.0, XML
JAVA, J2EE, JSP, EJB, WDK, DQL
Forms 6i, Reports 6i, PL/SQL
Crystal Reports, SQL Server Reports
Oracle 8i/ 9i/ 10g/11g
SQL Server 2005 / 2008 R2
SQL SERVER INTEGRATION SERVICES
IIS, Oracle 9i AS
VBA, VB Script
OOAD, Design Patterns, UML
Windows (98,NT,2000,XP,Server 2003 &2008
MapExtreme, SoftArtisan, MS Office
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
Bengali Expert
English Expert
Rank 314: Resume 723 with similarity score 0.027613231388176264
Resume Text: BTECH , BS , B.E , MS , B.TECH software engineer , associate , data analyst , software developer , full time , product developer , full stack developer react.js , automation , optimization , conservation , computing , css , soap , designation , regression testing , mar , affirmative action , information technology , gap analysis , linux , maintenance , apache , unix , web technologies , jquery , investigation , advanced , authorization , node.js , english , energy , status , postgresql , customer service , email , perl , project , water , application , gas , solution architecture , records , catalyst , elements , mvc , debugging , shell scripting , unit testing , electricity , git , nginx , languages , documentation , dashboard , javascript , search , load , program management , html , database , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19…
https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19514410595d5d… 1/2
Current Designation: Associate Product Developer
Current Company: Exceleron Pvt. Limited (MyUsage)
Current Location: Lucknow
Pref. Location: Bengaluru / Bangalore,Chandigarh,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advance Computing]
Verified : Phone Number | Email - id
Exceleron Pvt. Limited (MyUsage) as Associate Product Developer
Mar 2017 to Till Date
Current Role : Software Engineer, Full Stack Developer, Data Analyst.
Proficiency : Perl, Shell Scripting, PostgreSql,SQL, WebTechnologies.
WORK PROFILE:
Hands on Experience in Perl, Web Technologies and Shell Scripting in Unix/Linux
Environment.
Proficient in OOPS, Client Communication and Outage Handling, Efficient in Debugging
and Data.
Involved in different stages of project life cycles which includes Requirement Analysis,
Design, Unit Testing . Good knowledge of Documentation and Coding Standard & Style
Tweeks.
Company/Project#1 : Exceleron Pvt. Limited (MyUsage)
Duration : Mar-2017 To Current
Description : Records Consumption Electric/Water Energy and
Communicates the information to the electricity
supplier for monitoring and billing.
MyUsage :
Exceleron's MyUsage (formerly known as PAMS) is a patented, hosted solution for
managing prepaid accounts for electricity, gas, water and/or other utility services.
MyUsage Prepaid is transforming the utilty industry by reducing write offs and bad
debt, imporving customer service, and encouraging conservation.
Last Active: 2-Oct-20 Last Modified: 17-Sep-20
Rohit Rehni
? Hands on Experience in Perl, Web Technologies and Shell Scripting in Unix/Linux
Environment.
? Proficient in OOPS, Client Communication and Outage Handling, Efficient in
Debugging and Data.
? Involved in different stages of project life cycle.
Key Skills: software development,application programming,program management,requirement gathering,system
analysis,gap analysis,solution architecture,react.js,node.js,elastic search,git,perl,postgresql,Core
Java,Javascript,HTML,CSS,JQuery,Ajax
Summary
Working as a Associate Product Developer with 3+ years of work experience in Exceleron Pvt Limit . a US Based Utility
Distribution Prepay Solution System.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19…
https://freesearch.naukri.com/preview/printResume?uname=197a97339ad512eb14c65401b4cfee7e0e095f0048115a150413420e0c58044d470a19514410595d5d… 2/2
Responsibilities:
Responsible for handling Enhancement Requests and Bug Fixes in existing Tools
Worked as Full stack developer for Integration of user-facing elements with
server-side logic.
Involved in the automation and deployment procedures of application.
Deployment, Regression Testing and Tier-2 Tool Support.
Work Experience :
Perl And Database integration with SOAP request MVC Architecture via Catalyst .
JavaScript, Apache/Nginx Extensive experience with OO Perl.
Reduced Server Load Using PostgreSql for Real Time DashBoard.
Audit and Investigation of Data Discrepancies Through Automation.
Enhancement, Optimization and Bug Fixes.
UG: B.Tech/B.E. (Information Technology) from Amity School Of Engineering, Greater Noida in 2016
PG: PG Diploma (Advance Computing) from Centre for Development of Advanced Computing (CDAC) in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Shell, Perl, PostgreSql, NodeJs
SOAP,JavaScript
WSDL(WebService),Apache
Mojolicious, Catalyst, Git
Languages Known
Language Proficiency Read Write Speak
ENGLISH Proficient
Rank 315: Resume 633 with similarity score 0.027588600097509238
Resume Text: B.E , MS , BS work from home , software engineer , technical coordinator , project developer , program developer , campus ambassador , team lead award , web development , data monitoring , self learning , lpg , algorithms , internships , watson , css , credit , microsoft azure , validation , gsm , pages , vue , ibm db2 , vault , connect , development programs , studio , cloud , cpanel , firebase , ltd , windows , php , arranging , json , advanced , technical training , bot , sql , arctic , project , time management , gas , c programming , linkedin , arduino uno , angularjs , prediction , resume , paper , android , electronics , github , matlab , internet of things , machine learning , international research , chat , bullet , flask , bitcoin , completion , assessment , app , python , data science , reviews , javascript , american english , campus , technology , artificial intelligence , html , database , online Assessment
Q1. Why should you be hired for this role?
Because I'm good in time management and will work for company success.
Please refer my portfolio 6 pages website) https://vigneshkumar28.github.io/vigneshkumar.github.io/#/
And refer my LinkedIn for detailed information about Projects, Certifications, Awards, Internship, my professor reviews and more... :
https://www.linkedin.com/in/vigneshkumar-r-870179179/
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Ready to start work.
Resume
EDUCAT ION
INTERNSHIPS
VIGNESHKUMAR R
Ponnamaravathi, Coimbatore
Applied 07 Feb'21
AngularJS Arduino English Proficiency Spoken)
English Proficiency Written) Python Algorithms
American English Android C Programming
C Programming CSS Data Structures
HTML Java MATLAB
Machine Learning JavaScript Vue Js
Bachelor of Engineering B.E, Electronics And Communication Engineering ECE
Anna University - Hindusthan College Of Engineering And Technology, Coimbatore
2017 - 2021
CGPA 8.98/10
Senior Secondary XII, Science
Little Angles Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2017
Percentage: 90.25%
Secondary X
Lions Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2015
Percentage: 87.00%
Developer Program Member
Github, Virtual
Jan 2021 - Present
✔Pro in GitHub
✔Arctic Code Vault Contributor
Link : https://github.com/vigneshkumar28
Software Engineer Trainee
Uddalaka Digitech Pvt Ltd, Virtual
Jun 2020 - Sep 2020
Self Learning and Worked in
✔ Microsoft Azure
✔ Studio Azure ML
✔ HTML, CSS, JavaScript
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
✔ PHP
✔ Cpanel
✔ Hosting website
✔ Windows App Studio
IoT Developer Internship
Smartinternz With IBM Team, Virtual
Apr 2020 - Jun 2020
Worked in
✔ IBM Cloud
✔ Watson Platform
✔ IoT Watson Platform
✔ Jupter Notebook
✔ Node Red
✔ UI
✔ HTML, CSS, JavaScript
✔ Database ( IBM DB2 with Read and Write SQL )
✔ Python
✔ json files accessing
Campus Ambassador
Smart Knower, Coimbatore
Jan 2020 - Present
Arranging Training and internship for students like development programs in both Technical training and Soft skill training.
Domains like
✔ Artificial Intelligence ( AI )
✔ Machine Learning ( ML )
✔ Internet of Things ( IoT ),
✔ Web development,
✔ BI
Department technical coordinator ( Arranging seminars and webinars for Students )
GitHub program Developer member
Node-RED Project Developer
Artificial Intelligence Developer Team Lead
IoT Developer Team Lead
IBM Cloud
IBM, Online
Apr 2020 - Jun 2020
Full Stack Web Development
udemy, Online
Feb 2020 - Jan 2021
Data Science
IBM, Online
Aug 2019 - Present
Machine Learning
Stanford University, Online
Sep 2018 - Oct 2019
Machine learning using Python and matlab
Simple Credit and Debit Card Validation
Jan 2021 - Jan 2021
Using
- Firebase
- HTML, Javascript and css
- Payform interface
- 000webhostapp
- vccgenerator.com
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9514466357
IoT based intelligent gas leakage detector
Aug 2018 - Sep 2019
LPG gas monitoring system using advanced microcontroller and microcontroller programming
Using
- Arduino Uno
- ESP8266 ( Wi-Fi module)
- GSM Module
- MQ2 sensor or MQ5 sensor
- ESP01 adaptor
- IOT
- Watson IoT platform
- Push Bullet Notific
Future Rate of BitCoin Prediction Using Machine Learning Model
Jan 2021 - Present
Using
- Jupter Notebook
- Python
- Flask
- High performance GPU
STEPS
- Data gathering as .CSV files
- Data Preprocessing
- Train the model
- Test the model
- Predict the future data
- Connect to webpage
- Realtime future data monitoring
Class topper ( Rank 1 ) and Department Topper ( Rank 2
Prize winner in National level event for creating chat bot in real time use
Published my research paper in International research journal with unique content award
4th rank in inter-college level coding competition
Rank 316: Resume 634 with similarity score 0.027588600097509238
Resume Text: B.E , MS , BS work from home , software engineer , technical coordinator , project developer , program developer , campus ambassador , team lead award , web development , data monitoring , self learning , lpg , algorithms , internships , watson , css , credit , microsoft azure , validation , gsm , pages , vue , ibm db2 , vault , connect , development programs , studio , cloud , cpanel , firebase , ltd , windows , php , arranging , json , advanced , technical training , bot , sql , arctic , project , time management , gas , c programming , linkedin , arduino uno , angularjs , prediction , resume , paper , android , electronics , github , matlab , internet of things , machine learning , international research , chat , bullet , flask , bitcoin , completion , assessment , app , python , data science , reviews , javascript , american english , campus , technology , artificial intelligence , html , database , online Assessment
Q1. Why should you be hired for this role?
Because I'm good in time management and will work for company success.
Please refer my portfolio 6 pages website) https://vigneshkumar28.github.io/vigneshkumar.github.io/#/
And refer my LinkedIn for detailed information about Projects, Certifications, Awards, Internship, my professor reviews and more... :
https://www.linkedin.com/in/vigneshkumar-r-870179179/
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Ready to start work.
Resume
EDUCAT ION
INTERNSHIPS
VIGNESHKUMAR R
Ponnamaravathi, Coimbatore
Applied 07 Feb'21
AngularJS Arduino English Proficiency Spoken)
English Proficiency Written) Python Algorithms
American English Android C Programming
C Programming CSS Data Structures
HTML Java MATLAB
Machine Learning JavaScript Vue Js
Bachelor of Engineering B.E, Electronics And Communication Engineering ECE
Anna University - Hindusthan College Of Engineering And Technology, Coimbatore
2017 - 2021
CGPA 8.98/10
Senior Secondary XII, Science
Little Angles Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2017
Percentage: 90.25%
Secondary X
Lions Matriculation Higher Secondary School
STATE BOARD OF TAMILNADU ( MEDIUM - ENGLISH board)
Year of completion: 2015
Percentage: 87.00%
Developer Program Member
Github, Virtual
Jan 2021 - Present
✔Pro in GitHub
✔Arctic Code Vault Contributor
Link : https://github.com/vigneshkumar28
Software Engineer Trainee
Uddalaka Digitech Pvt Ltd, Virtual
Jun 2020 - Sep 2020
Self Learning and Worked in
✔ Microsoft Azure
✔ Studio Azure ML
✔ HTML, CSS, JavaScript
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
✔ PHP
✔ Cpanel
✔ Hosting website
✔ Windows App Studio
IoT Developer Internship
Smartinternz With IBM Team, Virtual
Apr 2020 - Jun 2020
Worked in
✔ IBM Cloud
✔ Watson Platform
✔ IoT Watson Platform
✔ Jupter Notebook
✔ Node Red
✔ UI
✔ HTML, CSS, JavaScript
✔ Database ( IBM DB2 with Read and Write SQL )
✔ Python
✔ json files accessing
Campus Ambassador
Smart Knower, Coimbatore
Jan 2020 - Present
Arranging Training and internship for students like development programs in both Technical training and Soft skill training.
Domains like
✔ Artificial Intelligence ( AI )
✔ Machine Learning ( ML )
✔ Internet of Things ( IoT ),
✔ Web development,
✔ BI
Department technical coordinator ( Arranging seminars and webinars for Students )
GitHub program Developer member
Node-RED Project Developer
Artificial Intelligence Developer Team Lead
IoT Developer Team Lead
IBM Cloud
IBM, Online
Apr 2020 - Jun 2020
Full Stack Web Development
udemy, Online
Feb 2020 - Jan 2021
Data Science
IBM, Online
Aug 2019 - Present
Machine Learning
Stanford University, Online
Sep 2018 - Oct 2019
Machine learning using Python and matlab
Simple Credit and Debit Card Validation
Jan 2021 - Jan 2021
Using
- Firebase
- HTML, Javascript and css
- Payform interface
- 000webhostapp
- vccgenerator.com
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9514466357
IoT based intelligent gas leakage detector
Aug 2018 - Sep 2019
LPG gas monitoring system using advanced microcontroller and microcontroller programming
Using
- Arduino Uno
- ESP8266 ( Wi-Fi module)
- GSM Module
- MQ2 sensor or MQ5 sensor
- ESP01 adaptor
- IOT
- Watson IoT platform
- Push Bullet Notific
Future Rate of BitCoin Prediction Using Machine Learning Model
Jan 2021 - Present
Using
- Jupter Notebook
- Python
- Flask
- High performance GPU
STEPS
- Data gathering as .CSV files
- Data Preprocessing
- Train the model
- Test the model
- Predict the future data
- Connect to webpage
- Realtime future data monitoring
Class topper ( Rank 1 ) and Department Topper ( Rank 2
Prize winner in National level event for creating chat bot in real time use
Published my research paper in International research journal with unique content award
4th rank in inter-college level coding competition
Rank 317: Resume 55 with similarity score 0.027532030186964075
Resume Text: B.E , MS , BS work from home internships , css , deep learning , mysql , jquery , gesture recognition , twitter , project , logging , coursera , introduction to , mumbai , resume , neural networks , computer science , django , quiz , sentiment analysis , assessment , app , python , javascript , html , database Assessment
Q1. Why should you be hired for this role?
I have completed various certificates in the field of Deep learning in which I have done major projects which have given me a handson
experience with the code.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9773778693
Aman Singh
Mumbai
Applied 08 Feb'21
Python Database Management
System DBMS
Deep Learning
Django Java MySQL
Neural Networks
Bachelor of Engineering B.E, Computer Science & Engineering
Watumull
2016 - 2021
CGPA 7.44/10
Software Development
Yodaplus, Virtual
Dec 2020 - Feb 2021
Learnt Html,CSS, Javascript,Jquery as a part of Website development. The company
sponsored a competitive programming course in Coursera to built up my Logical skills. I had to cover various topics in django
and in the end submit a Project Quizapp)
Hand Gesture Recognition
Aug 2020 - Oct 2020
Sentiment analysis of Twitter
Sep 2020 - Oct 2020
Django quiz App
Dec 2020 - Present
https://github.com/Amandeep18-tech/Quizapp
A quiz App,which included functionalities:
Login/Register.Different question types such as MCQs, and OneAnswer questions
,T imer,Scoring,Progress,Saving state of test when logging out in the middle,Forgot password.
Licenses and certificate
1.Oracle Certified Professional, MySQL 5.6 Database Developer2.MTA Introduction to Python Programming3.Data science
with Python Workshop by Edufabrica4.DeepLearning.AI TensorFlow Developer Professional Certificate-Coursera
Competitive Programmer's Core Skills-Coursera
https://github.com/Amandeep18-tech/Quizapp
Rank 318: Resume 1271 with similarity score 0.027473442997231187
Resume Text: B.E , MS , B.TECH project manager , staff software engineer , solutions architect , certified scrum master , enterprise data architect , devops , product owner , software developer , full time , project coordinator , senior consultant , technical lead , web architect , business analyst , network architect project design , spring mvc , internet software , training , core java , general , devops , migrating , scrum , credit , root cause , security , charities , designation , ug , vendors , mar , case , conducting , traceability matrix , affirmative action , technical architecture , tsys , cloud , hindi , stakeholder analysis , air , maintenance , cs , ltd , process flow , azure , authorization , risk , english , teams , status , servlets , timelines , agile , management professional , email , rally , application , aws , leadership , sprint planning , mumbai , xml , ibm , closure , computer science , languages , framework , infrastructure , business process , itil , data flow , ceremonies , struts , vsts , enterprise data , javascript , jira , web , pmp , velocity , technology , performance testing , requirements traceability , sprints , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e42…
https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e420216495d580c0… 1/3
Current Designation: Senior Consultant - IT Project
Management
Current Company: Capgemini Consulting India Pvt. Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Capgemini Consulting India Pvt. Ltd as Senior Consultant - IT Project Management
Sep 2014 to Till Date
Project :Lansforsakringar(LFAB)
Employer : Capgemini Consulting Pvt Ltd
Type : Banking Platform maintenance
Role : Release Manager(Project Coordinator)
Process : SAFe Agile Framework 4.6
Duration : Jan 2020 - Present
Client : LFAB Sweden
Create the timelines for the monthly releases. Create the release management plan.
Coordinate with the development teams across applications and clients to gather the list of requirements that will be
considered during each release.
Close the requirements after the release and share the report(Release closure report) with the client.
Develop the weekly status report highlighting the risk/issues and current status of the release across applications.
Manage the quality by coordinating with the performance testing team.
Manage the end to end release for each month.
Plan for risk mitigation.
Coordinate with other vendors to accomplish the release activity.
Project :ADESA Global
Employer : Capgemini Consulting Pvt Ltd
Type : UI Development
Role : Scrum Master
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sachin Sugandh
B.tech with more than 16 years of technical experience in developing and managing
web-based applications in java/j2ee and cloud infrastructure (AWS cloud)
Key Skills: Core Java,Javascript,JSP Servlets,Scrum Master,AWS,Spring Mvc,JIRA,VSTS,Agile Project
Management,Struts,Devops,XML
Summary
I am a scrum master with excellent technical and project management abilities.I am Certified scrum master ,PMP certified,Java
technical lead,AWS certified solutions architect.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e42…
https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e420216495d580c0… 2/3
Process : SAFe Agile Framework 4.6
Duration : Sep 2018 - Dec 2019
Client : ADESAGlobal
Conducting all the Scrum ceremonies: Daily Standup,SprintPlanning,Sprint Review,Sprint Retrospective, Sprint
Refinement.
Interact with the scrum masters of other teams to understand dependencies.
Work on the impediments of the team.
Work with the product owner to understand the priorities of sprint backlog.
Work on the schedule for the next releases.
Provide status updates report of the project to the leadership
Provide the quality report to the quality team.
Work with the leadership to improve the velocity of delivery.
Identify the root cause of low velocity during the sprints
Work with the clients for requirement gathering .Validating and approving the requirements from the client.
Project :Creation of efollett web site(ecommerce)
Employer : Capgemini Consulting Pvt Ltd
Type : UI Development
Role : Business Analyst/Project manager
Duration : June 2017 - Aug 2018
Client : EFOLLETT
Support requirement gathering sessions. organize and sequence requirements into a user requirement document.
Write well formed ,validated requirements and write changes.
Utilize appropriate business modelling techniques to represent and graphically depict various activities, process and data.
This could be business process modelling ,process flow modelling ,Data flow modelling and stakeholder analysis.
Display strong listening and communication skills while interacting with the client and team.
Managing the requirement traceability matrix from inception of the requirements till the delivery of the requirements.
Build and maintain strong relationship with the Clients.
Project :Migrating infrastructure to AWS Cloud
Employer : Capgemini Consulting Pvt Ltd
Type : Infrastructure
Role : Project Manager/Business Analyst
Duration : Jan 2016 - May 2017
Client : GE
* Profiling of the application to check if it is an AWS candidate
* Kickoff the project design with the Client.
* Understanding the infrastructure requirement for the project.
* Discussion on infrastructure with various other Web Architect, Enterprise Data Architect, Network Architect, Security
Teams, etc., for design activities.
* Create the Infrastructure diagram based on the requirements and client standards.
* Complete the Technical Architecture Document (TAD).
* Complete the Costing for the project
* Present the Design and TAD to the Architecture Review Board in the Arch Review meeting to ensure the design created
is robust and supportable.
TSYS International Pvt. Ltd as Internet Software Developer Lead
Apr 2014 to Aug 2014
Project :Credit Care
Employer : TSYS International Pvt. Ltd
Type : Development and Maintenance Phase.
Role : Business Analyst
Software/Technology/Tools : IBM Integration Bus
Duration : April 2014 - Aug 2014.
Client : CapitalOne.
Attended training on IBM integration Bus.
IBM India Pvt. Ltd as Staff Software Engineer
Feb 2012 to Mar 2014
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e42…
https://freesearch.naukri.com/preview/printResume?uname=8473d67394cf9a2593c9aec990b0196a5e0b095118165f445511175e595f584c120e420216495d580c0… 3/3
Project :Fee Management Service
Employer : IBM India PVT. Ltd Gurgaon
Type : Development and Maintenance Phase.
Role : Business Analyst/Project Coordinator
Duration : Feb 2012 - March 2014
Client : Air Canada
Attend the Sprint planning meeting with the client team at onsite to understand the Stories and Tasks involved with the
sprint.
Understanding the requirements with the clients and other stakeholders to create documents for the development team.
Approve and Validate the gathered requirements from the client.
Maintaining the requirements traceability throughout the project .
Perform stakeholder analysis.
Coordinate with the testing team to manage the test case creations as per the latest requirements.
UG: B.Tech/B.E. (Computer Science) from Mumbai University in 2003
PG: CS (CS) from Agnel Charities FR C Rodrigues Institute of Technology, Navi Mumbai in 2003
Other Qualifications/Certifications/Programs:
Project Management Professional
certified Scrum Master
AWS Certified Solutions Architect
ITIL certificatiin
SAFe4 Practitioner
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 5 Year(s)
VSTS 1 Year(s)
AWS
Azure DevOps, Jira, Rally
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 319: Resume 71 with similarity score 0.02742305988997342
Resume Text: MS , B.TECH work from home c programming , leadership , fit , assessment , computer vision , html , resume , python , machine learning , teams , css , java , writing , time constraints , computer science , kotlin , addition Assessment
Q1. Why should you be hired for this role?
I can do the work and deliver exceptional results. I will fit in beautifully and be a great addition to the team. I possess a combination of skills and
experience that make you stand out as i have a experience of handling teams and leadership.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available for 3 months for work from home internship and i dont have any time constraints with respect to this oppurtunity
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8145020604
Ankit Kumar Gupta
Jaipur, Sonapur Hat
Applied 01 Jan'21
Kotlin C Programming C Programming
HTML CSS Java
Computer Vision Machine Learning Python
B.Tech Hons.), Computer Science
Jaipur National University
2018 - 2021
I am a technical member at our community - https://teksociety.tech/
I write Blog in medium.com,and I am writing enthusiast.
I am a technical member at our community - https://teksociety.tech/
Rank 320: Resume 170 with similarity score 0.027366404110025857
Resume Text: MS , B.TECH , BS work from home training , customer , algorithms , image processing , forest , golang , mar , information technology , linear regression , models , sql , project , pandas , c programming , introduction to , numpy , prediction , resume , decision trees , java , logistic regression , machine learning , opencv , flask , completion , assessment , data science , python , metrics , html , online Assessment
Q1. Why should you be hired for this role?
First of all I think my skills fulfill your requirements.
I have great knowledge in c,c++,java, python and descent knowledge In machine learning.
I have done my ML project on CUSTOMER CHURN PREDICTION.
During this project I faces manhy challanges and i overcome that.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available
Resume
EDUCAT ION
TRAININGS
PROJECTS
Desh Deepak
Kanpur
Applied 07 Feb'21
Python C Programming SQL
Data Science Data Structures Flask
Golang HTML Image Processing
Java Machine Learning
B.Tech Hons.), Information Technology
Kanpur University
2017 - 2021
CGPA 6.00/10
Senior Secondary XII, Science
Saraswati Vidya Mandir , Aliganj, Lucknow
CBSE board)
Year of completion: 2017
Percentage: 68.00%
Secondary X
Saraswati Vidya Mandir , Deoria
CBSE board)
Year of completion: 2015
CGPA 8.40/10
Machine Learning
Internshala Trainings, Online
Mar 2020 - May 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules. In the final assessment, I scored
81% marks.
Snake game
Nov 2020 - Dec 2020
In this project I have developed a snake game using python and opencv.
Image to cartoon convertor
Sep 2020 - Sep 2020
This is a image processing project in which i convert an image into cartoon using openCv.
Bank customer churn prediction Machine learning)
Sep 2020 - Present
CONTACT Phone: 91 6394191678
I am working on a problem where I have to train a model in such a way that model could predict the customer churn in a Bank.
In this I'm using python language and pandas ,numpy,matplot lib etc libraries and some ML algorithms
Rank 321: Resume 1100 with similarity score 0.027302181629618904
Resume Text: B.E , MS , B.TECH , BS senior software engineer , full time , quality assurance , software developer outlook , functional specifications , general , software solutions , project managers , kubernetes , css , designation , developers , analytical skills , demonstration , affirmative action , rhel , spring , hindi , cloud , docker , angular , public , maintenance , cluster , azure , windows , php , authorization , english , troubleshooting , node.js , go , openstack , design documents , status , agile , email , teamwork , application , aws , ubuntu , processing , it management , ibm , fixing , testing , rest , features , flow , debugging , resolve , c++ , languages , software requirements , work processes , library management , operational support , level design , python , dac , javascript , organization , sdk , vsphere , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a41011…
https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a410119041846505c0e… 1/2
Current Designation: Senior Software Engineer
Current Company: GS Labs
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [DAC]
Verified : Phone Number | Email - id
GS Labs as Senior Software Engineer
Feb 2018 to Till Date
GS Labs as Software Engineer
Feb 2018 to Feb 2018
Engaging in development, debugging and troubleshooting Multi Cloud Management Platform for clients, solving technical
issues quickly and accurately
Processing efficient large-scale software deployments, including testing features and correcting code
Collaborating with project managers, developers, quality assurance and customers to resolve technical issues
Integrating multiple clouds to Kubernetes cluster by rest APIs & SDK; working in Agile Model
Working on public (AWS, SoftLayer) and private (vSphere) clouds as well as Python, NodeJS, Docker, Kubernetes,
Couch DB & Mongo DB
Analyzing and mapping user needs & software requirements to determine feasibility of design and evaluate scope of
project to provide best solutions
Managing the implementation phase, configuring the solution ox`nsite, coding & fixing the back-end application issues
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AYUSH GARG
Software Engineer seeking role in Software Development Life Cycle,Coding,Defect
Management,Data Structures,Client Engagement,Project Management,Software
Testing,AWS,Python,Node. Js,C++,Azure,Java,Docker
Key Skills: Software Engineer,Software Developer,Software Development Life Cycle,Coding,Defect Management,Data
Structures,Client Engagement,Project Management,Software
Testing,AWS,Python,Node.Js,C++,Azure,Java,Docker,HTML,CSS,PHP
Summary
A competent professional in IT Management having experience of 2.5 years in Application Development
Developed software solutions by studying information needs, systems flow, data usage, work processes & conferring with
users, interacted with users for requirement gathering, prepared functional specifications and low-level design documents
Maintained program modules including operational support, problem resolution, production support, preventative & corrective
maintenance and enhancement
Performed analysis, design, verification, demonstration and maintenance of products in a process-driven, team environment
Delivered projects such as Donacian & Library Management and worked on Public (AWS, SoftLayer), Private (vSphere)
Clouds, Python, NodeJS, Docker, Kubernetes, Couch DB & Mongo DB
Divergent outlook with creative approach to problem-solving using analytical skills to deal effectively with all levels of
organization proving teamwork and excellence
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a41011…
https://freesearch.naukri.com/preview/printResume?uname=293bdc426e26edf0204b4da7d33dd73459585b034c160a1400401509590f524a410119041846505c0e… 2/2
UG: B.Tech/B.E. (Computers) from MIT, Meerut, AKTU in 2017
PG: PG Diploma (DAC) from CDAC ACTS, PUNE in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Nodejs, Java, C++
Angular & GO Lang ,Spring
Ubuntu, RHEL & Windows
Docker, Kubernetes, Terraform
IBM Cloudpak, vSphere, AWS
Azure & Openstack
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 322: Resume 119 with similarity score 0.027282126163376625
Resume Text: BTECH , MS , B.TECH business development , sales executive convincing people , optimization , aiesec , atmosphere , telugu , internships , media marketing , hindi , english , social media , operations , resume , intermediate , computer science , completion , assessment , search , technology , digital marketing , vocabulary , online Assessment
Q1. Why should you be hired for this role?
Hello I am bhasreeth studying BTech from bennett University greater Noida. And I also have experience as operations and sales executive at
together growvation and aiesec . I'm punctual to my duty and humble. And I'm good at convincing people. I'm strong in my basics. And I have
completed my course on it. My vocabulary and communication skills make others understand easily, effective way of communication takes place.
I perform my duty towards achieving the organizational goals and objectives. I keep on enhancing my skills from time to time. I will always be
before my deadlines and never meet them. I give a lot of importance to cleanliness and keep myself always clean so that a healthy atmosphere is
maintained with my friends and colleagues or customers. I perform my duty effectively and efficiently without occurring any sort of problem. So I
feel I'm better suitable for this Internship. I'm punctual to my duty and humble. And I'm better at convincing people and make good sales. My
vocabulary and communication skills make others understand easily, effective way of communication takes place. I perform my duty towards
achieving the organizational goals and objectives. I keep on enhancing my skills from time to time. I will always be before my deadlines and never
meet them. I give a lot of importance to cleanliness and keep myself always clean so that a healthy atmosphere is maintained with my friends and
colleagues or customers. I perform my duty effectively and efficiently without occurring any sort of problem. So I feel I'm better suitable for this
Internship.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes i am available
Resume
EDUCAT ION
INTERNSHIPS
BHASREETH SANGARS
Greater Noida
Applied 27 Jan'21
Digital Marketing English Proficiency Written) Hindi Proficiency Spoken)
MSWord Telugu Proficiency Spoken) Hindi Proficiency(Spoken)
Search Engine Optimization
SEO
Social Media Marketing Telugu Proficiency Written)
Bachelor of Technology B.Tech), Computer Science
Bennett University
2017 - 2021
CGPA 7.00/10
Senior Secondary XII, Science
Sri Chaiitanya Junior College
TELANGANA STATE BOARD OF INTERMEDIATE EDUCATION board)
Year of completion: 2017
CGPA 8.00/10
Operations
Between Bros, Virtual
Sep 2020 - Nov 2020
my work in operation team is to call the different leads and enquire about progress of the product .
Business Development Sales)
Growvation, Virtual
Apr 2020 - Apr 2020
in this internship my role is sell the different products to people .
Business Development Sales)
Digifuse, Virtual
Apr 2020 - Jun 2020
Outgoing Global Volunteer
AIESEC, Greater Noida
Aug 2019 - Dec 2019
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7032325190
Digital Marketing
DSIM, Online
Jan 2020 - Aug 2020
I have worked in aiesec as the outgoing global volunteer where I have been awarded best member for my performance in
highest number of sales.
Rank 323: Resume 260 with similarity score 0.02724836868937178
Resume Text: MS , BS group leader blogging , internships , public , english , manage multiple , html , resume , paper , economics , java , problem solving , research , photography , completion , assessment , organization , commerce , digital marketing , presentations Assessment
Q1. Why should you be hired for this role?
I have just started my career, I don't have practical achievements, but I really want to practically explore and experience my potential by
delivering the best services to the company. It will be my honor to work with you and this organization.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes i am ready for working in your organization
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9149433485
Jhanvi Bhardwaj
Jammu, Pune
Applied 01 Feb'21
MSOffice English Proficiency Spoken) Blogging
Economics HTML MSPowerPoint
Photography Java
Bachelor of Business Administration B.B.A.), BBA
IMED, Bharati Vidyapeeth, Pune
2019 - 2022
CGPA 9.02/10
Senior Secondary XII, Commerce
GD Goenka Public School Jammu
CBSE BOARD board)
Year of completion: 2019
Percentage: 82.00%
Digital Marketing
Instaawant Empire Pvt. Limited, Jammu
Aug 2020 - Nov 2020
Club head in school.
Group leader in presentations.
Event head in various extra curricular activities at college.
Doing a research paper on Marketing
Oct 2020 - Present
Am trying to write a research paper on Marketing strategies
I'm good at communication
strong problem solving and decision making
Able to manage multiple tasks
My strengths:- patience and willing to work
Rank 324: Resume 895 with similarity score 0.027229385208578368
Resume Text: B.E , MS , B.TECH full time , software engineer , lead developer , software developer react.js , api , reporting , requirements analysis , redux , core java , web application development , customer , scrum , css , designation , developers , ug , affirmative action , developments , collaboration , hindi , timesheet , ltd , outsourcing , vanilla , internet , authorization , english , web applications , status , postgresql , agile , email , integration testing , teamwork , focus , project delivery , new features , bitbucket , ops , user stories , rest , government , led , obc , reliability , git , computer science , building , django , languages , e-commerce , assessment , python , javascript , logics , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455…
https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455716460a5a5c5… 1/2
Current Designation: Trainee Consultant
Current Company: Gauri Technologies Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Gauri Technologies Ltd. as Trainee Consultant
Aug 2018 to Till Date
At Gauri, I work on JavaScript, HTML/CSS, Reactjs, Python, SQL, and Java.
Gained valuable experience in end-to-end web application development along knowledge of the business processes.
I am involved in SDLC like analyzing requirements, designing solutions, implementing the user stories, using
agile(scrums) for project, unit and integration testing, and deploying the continuous developments on the production server
using Git - Bitbucket.
Although, I do think my strongest skills are in coding the solutions.
I like to focus on actively listening to customer's concerns, instilling trust through careful assessment of requirement and
creative problem-solving.
Key Qualifications & Responsibilities
Performed requirements analysis, design, development, and unit/integration testing of continuous agile releases
Estimated, performed feasibility analysis, and forecast risks and planned the delivery for new requirements
Contributed to each project delivery phase (analysis, development, test, ops) in different roles
Delivered new features in both Agile and SDLC life cycles
Established self as a Lead Developer and gained trust of clients
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Yogesh Datir
Software Developer with 2+ years of experience in building web applications seeking
roles in Software Development, Reactjs, Front End Development, Full Stack
Development, JavaScript
Key Skills: React.Js, Javascript, SQL, GIT, HTML, CSS, Redux, Rest API, PostgreSQL, Agile, Scrum, Core Java
Summary
Hello! I am a software engineer working on web applications
I feel excitement and freedom when I code. Values I hold high are simplicity, reliability and helping other achieve their success.
I am a Trainee Consultant with 2+ years of experience in building web applications.
Worked with Object Oriented Programming to create Rest APIs.
For front-end, I have used React, Redux, and Vanilla JavaScript as well.
Started my coding journey from Java SE. So, I use OOP concepts from Java to learn other technologies efficiently.
I also started to write content to share my experiences.
I believe, Collaboration is a crucial skill to achieve the result and I earnest work to improve my Teamwork consistently along with
empathy.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455…
https://freesearch.naukri.com/preview/printResume?uname=2f5c93ce7540d6980f3d783257f7e7f3095b0c041f140943061015090f5f574a140b455716460a5a5c5… 2/2
Design complex SQL queries while working with PostgreSQL database.
Using Git, Bitbucket for deployment on Test and Production server.
Migration to Django Rest API and React-Redux with legacy PostgreSQL Database.
Involved in development of reporting logics for the clients
Key Achievements
Worked on a project which also provided in-house product replacing the outsourcing of Timesheet portal, saving annual
cost for Gauri
Provided clients with customizable Ticket portal along with SLA
Led a team with up-to 3 developers
Honored with 2 certificates of Excellence by Gauri for successfully developing and delivering Gauri support web
application.
UG: B.Tech/B.E. (Computer Science and Engineering) from Government College of Engineering, Amravati in 2017
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React.js 16 2021 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Expert
Rank 325: Resume 363 with similarity score 0.027223389752430355
Resume Text: nan work from home , android developer unity 3d , ug , connect , games , php , c# , tac , android studio , sql , project , c programming , tic , resume , testing , java , computer science , research , completion , assessment , unity3d , artificial intelligence , digital marketing , html Assessment
Q1. Why should you be hired for this role?
Innovative Android Developer with 2 years (including 6-month) of experience designing, developing, testing, and maintaining Android
applications in digital marketing company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Available for 6 months and can start immediately.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9656178134
Nirmal Baby
Bangalore, Chalakudy
Applied 05 Jan'21
Android C Programming C Programming
Java C# HTML
SQL Unity 3D
Master of Computer Applications MCA, Computer Science
Christ University, Bangalore
2016 - 2019
Bachelor of Computer Applications BCA, Computer Science
Naipunnya College Pongam Calicut University)
2013 - 2016
Senior Secondary XII, Science
KERALA STATE EDUCATION BOARD board
Year of completion: 2013
Secondary X
KERALA STATE EDUCATION BOARD board
Year of completion: 2011
Tic Tac Toe Android game)
Jan 2018 - Jan 2018
A board game which was developed in the second year of PG.
Connect Dots Android game)
Jul 2017 - Oct 2017
An android game which was developed during my second year in PG. Android studio, PHP and SQL were also used in this
project.
Split It Android Game)
Oct 2012 - Feb 2013
An Android game which was developed as a UG project
Connect-4 Android game)
Jun 2018 - Present
An android game which is being developed as a part of my research work in the area of Artificial Intelligence in games. The
game is being developing in Unity3D etc.
Rank 326: Resume 1416 with similarity score 0.027177540732953833
Resume Text: MS , BS sap bw consultant , full time , erp consultant sap hana , security , sap project management , designation , regression testing , change requests , ug , deliverables , affirmative action , sap consulting , modeling , test scripts , analytics , query designer , gap analysis , hindi , etl , maintenance , authorization , english , troubleshooting , teams , go , formulas , design documents , status , approvals , sql , email , integration testing , business intelligence , water , cubes , less , transactional , transportation , sap bi , fixing , closure , performance tuning , transformations , components , technical design , cockpit , running , unit testing , exceptions , finance , figures , languages , business process , landscape , publications , documentation , dashboard , sap implementation , javascript , crm , root cause analysis , load , business requirements 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b410945…
https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b4109450544155e0f585… 1/3
Current Designation: Sap Bw Hana Consultant
Current Company: Teklink Software Private Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Pune,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: BBA [Management]
Verified : Phone Number | Email - id
Teklink Software Private Limited as Sap Bw Hana Consultant
Aug 2016 to Till Date
Project #1:
Client : PMUSA
Scope : Implementation/ Production Support
Role : Sap BW Consultant
Duration: June 2018 to Till Date
Roles and Responsibilities:
Created BW Objects like Info Objects, ADSOs, Info cubes, Real Time info cube & DSO.
Analyze and solving the data load errors by monitoring through process chains.
Worked on SAP HANA Data Modelling using Attribute Views, Analytic Views and Calculation Views (both Graphical & SQL
script based).
Worked on Logistics, Finance Modules
Involved in gathering the requirements and prepared the technical design documents based on the Functional Spec
documents.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ROHAN VINODRAO DEVADE
SAP BW HANA Consultant with 4.4 years of experience.
Key Skills: SAP BW/ERP Consultant,SAP Consulting,SAP Implementation,SAP Administration,SAP Upgrade,SAP
Support,SAP Security,SAP Project Management,Root Cause Analysis,Performance Tuning,Requirement Gathering,Client
Servicing,Troubleshooting,SAP HANA
Summary
* Having 4 years of IT experience in SAP BW & HANA
* Experience in SAP Business Intelligence, HANA, BW on HANA, this includes good exposure to Implementation,
Development and Support.
* Experience in Requirement gathering, Gap analysis, design, development, testing, documentation, maintenance,
Troubleshooting and Performance Tuning.
* Excellent knowledge in gathering business Requirements, analyzing the business process, Implementation, Designing,
Configuration, Customization, Unit/Integration testing, Go-live and Post-
* Experience in creation of SAP BW/BI components and ETL process like creating Info Cubes, Multi Providers, DSO, Info
Package, Data Source, Info Objects, Transformations (dealing with routines) and Process Chains.
* Designed queries in BEx Query Designer using Exceptions, Calculated & Restricted key figures, Selections, formulas and
variables.
* Expertise in implementing design/schedule of Process chains/Jobs for Daily/Weekly/Adhoc and Monthly basis.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b410945…
https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b4109450544155e0f585… 2/3
Worked on BW Modeling in creating the objects like Info objects, DSOs, Info cubes, Multi providers, Semantic partitioning
objects and installing the relevant Business Content based on the requirement.
Worked on the creating Generic DataSources based on Function module.
Worked on creating Bex Queries as per the requirement, which were used as source in the BOBJ for creating BO Reports.
Involved in enhancing DataSource using BADI.
Involved in the transportation of objects across the BI landscape.
Views and Composite Provider,.
Worked on different views in HANA.
Worked on resolving the tickets without breaching SLA
Preparing cut over activities plan and involved in cut over activities.
Experience in preparing technical design documents.
Review and validate the design decisions taken by the design teams.
Involved in creating operation dashboard for monitoring BW Process chains, Background jobs, Short dumps & Hana
Cockpit.
Created BW roles, Hana roles & Analytics privileges.
Created alert mechanism for failed process chains.
Project #2:
Client : JD Water.
Scope : Production Support/Enhancements
Role : Sap BW Consultant
Duration: November 2017 to May 2018
Roles and Responsibilities:
Monitor the data loads by using process chain monitoring.
Analyze and solving the errors in the data loads as per SLA.
Responsible to Monitor and prepare daily alerts status relating to SAP BW, BO and SLT.
Responsible to correct failed publications and failed process chains Responsible for Server down Time/Upgrade activities
relating to SAP BW, BO and SLT
Responsible for assigning the Service request, incident, Regression testing, UAT to the team members on priority basis
and will continuously monitor till closure.
Handling of Incident with High medium and low priority issues raised by Business users.
Responsible for the overall quality of deliverables and provide approvals if necessary.
Implement Service requests raised by End users in Production system.
Implementation of Emergency Change request based on request.
Development of Change requests as part of release activity on quarterly basis.
Involved in running Test scripts as part of Regression testing activities in the Quality sys.
Checking out quality on every deliverable and planning the deliverables within the estimate time limit.
Involved and developing different type of objects like Info objects, Info cubes, DSOs, DTP, Transformation & Multiproviders
Developed reports for all the functional modules.
Involved in unit testing and integration testing.
Transporting the BW Objects from Development System to Quality and then to Production System.
Created Info packages and scheduled them in order to load Master and Transactional data from SAP R/3 as well as flat
file source system into BI
Modified various BEx Reports using Formulas, Selections, Structures, Calculated Key Figure and Restricted Key Figure.
Handling of Incident with High medium and low priority issues raised by Business users.
?
Project #3:
Client : Kellogg's
Scope : Implementation/Production Support
Role : Sap BW Consultant
Duration: August 2016 to October 2017
Roles and Responsibilities:
Created process chains to automate the data load and data target administration.
Observing the data loads and troubleshooting the process chain failures, and fixing them.
Managed and monitored several data loadings,
UG: BBA (Management) from Swami Ramanand Teerth Marathawada University (SRTMU) in 2015
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b410945…
https://freesearch.naukri.com/preview/printResume?uname=817fb3fe8bfee6220b51c966bcc5c8a40e550c571f1b5d45561740595b00511b4109450544155e0f585… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Skill Name Version Last Used Experience
SAP HANA, SAP BI 7, SAP SLT 2021 4 Year(s) 4 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 327: Resume 1191 with similarity score 0.027042795504453224
Resume Text: M.Sc , M.S , BS , B.E , MS , B.TECH senior product development manager , software engineer , devops , software developer , full time , vice president , agile coach , founder & ceo , product owner , vp , director engineering , senior officer software as a service , training , financial services , project managers , security , workshops , platforms , angular , docker , product engineering , status , messaging , xml , apache spark , ux , testing , reliability , ec2 , legislation , platform architecture , sql server , data science , corporates , suite , engagements , artifactory , distance learning , ansible , functional specifications , fmcg , devops , software systems , coding standards , summit , signing , iso 27001 , hindi , ltd , architects , start-ups , english , cost savings , xsl , agile , scientists , microservices , steel , redis , rest , c++ , strategy , punjabi , struts , javascript , technology , scotland , html , reporting , general , scrum , developers , vs , affirmative action , mysql , maintenance , capital markets , regulations , email , tomcat , aws , information systems , saas , user stories , languages , hive , amazon , big data , adfs , hands-on technical leadership , hats , apex , beta , cloud services , confidentiality , support engineers , vulnerability , mentoring , jenkins , nosql , soap , ug , analytics , revenue , azure , open source software , authorization , teams , enterprise , productivity , rmi , application , test automation , led , hiring , s3 , drive , fixed income , returns , equity derivatives , adoption , software design , python , risk reduction , reviews 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a4…
https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a420a4047505c09… 1/3
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [Software Systems]
Verified : Phone Number | Email - id
Absolutdata as Director - Technology
Aug 2018 to May 2020
Role:
Head of technology for Absolutdata Labs (reporting into Founder & CEO) comprising of geographical distributed
crossfunctional teams (Gurgaon, Pune).
Responsible for development of AI enabled Analytics Platform (NAVIK) & a suite of products accessible as SaaS
(Software as a Service) offering over the cloud (AWS, Azure, GCP)
Managing all aspects of Navik platform, product & solutions development & people - design & architecture,
implementation, quality, processes, delivery, training & hiring.
Leading teams spread across Gurgaon & Pune consisting of data engineers, data scientists, software developers, product
managers, architects, designers (UX) & front-end developers, testing, project managers, production management &
support engineers.
Worn many hats - Architect, Product Owner & Agile Coach
Achievements:
* Received 'Best Data Science/AI Solution in the FMCG Category' at Cypher, Analytics & AI Summit 2019 (link)
* Successful on-time delivery leading to $1.3m in revenue within the first year
* Cost savings resulting from test automation & DevOps initiatives leading to reduction in FTE, reduction in regression test
cycle times by 90% & defects by over 50%
* Established Target Operating Model for Technology - Products, Platform & Services
* Architected & Designed enterprise wide Navik Platform & SaaS offerings (microservices) ground up
* Drive the entire product roadmap & delivered Minimal Viable Product (MVP)
* Capability expansion o Established new delivery centre at Pune o Hiring: Doubled the technology team to 80 within a
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
ROHIT MADHOK
Vice President Engineering seeking roles in Product Development,Solution
Architecture,Java,J2EE,Azure,AWS,GCP, Apache Spark,Hive,NoSQL,DevOps,MS
SQL Server,MySQL,REST,JMS,Agile,Scrum, Enterprise API Integration,Messaging
Key Skills: VP Engineering,Head/VP/GM-Technology(IT)/CTO,Software Development,Product Development,Solution
Architecture,Java,J2EE,C++,Azure,AWS,Apache Spark,Hive,NoSQL,DevOps,SQL
Server,MySQL,RESTful,SOAP,JMS,Agile,Scrum, Application Integration
Summary
I'm a forward-thinking leader with over 22 years of experience in structuring, scaling & leading engineering organizations &
establishing technology excellence for products at multiple start-ups & enterprises.
A software developer by grassroots, with a keen eye for design and a passion for technology, I strive for our products to make a
positive impact and be technically strong, stable & secure. I instil the same passion & commitment in the teams I lead.
My expertise over these two decades has been purely into product engineering/development. I have built & led technology
function for large corporates & multiple start-ups right from inception. Majority of these product engagements have been into
Banking and Financial Services especially Capital Markets.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a4…
https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a420a4047505c09… 2/3
period of 7 months
* Established Production Management & Support function ground up
* Institutionalized modern standards & scalable best practices for full software development life cycle. The benefits are
improved quality, shorter lead times, reliability, consistency, effectiveness, efficiency, cost effectiveness, risk reduction &
better co-ordination between teams. e.g. Coding Standards, Code Reviews, DevOps, Open Source Software/Tools
Adoption, Test Automation, Software Delivery Process
* ISMS (ISO 27001) certification & vulnerability assessments to evaluate effectiveness of existing controls
* Established practice-wide performance standards, processes & policies
* "Build vs buy"decisions to optimize cost - solutions that can scale out & gives immediate returns
* Maintained security, confidentiality and integrity of information systems through compliance with relevant legislation and
regulations
* Provided hands-on technical leadership and mentoring through various channels such as Tech Talks, Trainings,
Workshops
* Delivered multiple trainings on Agile & Scrum
Technology/Tools - Cloud Platforms (Azure, AWS, GCP), Cloud Services (Amazon - RDS, ElastiCache-Redis, MQ, EMR,
Lambda, EC2, S3; Azure - ADFS, SQL, App Service), Java, NiFi, Python, R, Apache Spark, Hive, Redis, REST, HTML 5,
Angular 7, Angular 2, Angular JS, Grafana, DevOps (Ansible, Docker, Jenkins, Artifactory)
The Data Team as Director Engineering
Aug 2017 to Jul 2018
* Global head of technology function (reporting into Founder & CEO) comprising of geographical distributed cross-
functional teams
* Driving engineering strategy for products & solutions development involving Big Data & Data Science over the cloud
* Leading teams spread across Singapore, Bangalore, Chennai consisting of data engineers, data scientists, software
developers, product managers, architects, front end developers, testing & project managers.
Royal Bank Of Scotland as Vice President- Technology
Jun 2010 to Jun 2017
Led multiple technology teams & platforms across different business across the bank - Client & Sales, Equity Derivatives,
Fixed Income, Risk
FirstRain Software Inc. as Senior Product Development Manager
Nov 2001 to Jun 2010
* Joined as the 3rd employee at the start-up. Bootstrapped various products & played different roles leading technology
team
* Heading India R&D Engineering function involving cross-functional teams of 50 engineers and all aspects of product
design, development, delivery & people.
* Leading delivery from all aspects of planning, product development & delivery - functional specifications (user stories),
platform architecture, development, reporting, Alpha & Beta site test, and transition to production.
* Defining & execution of business goals for Quality, Productivity, Innovation, Learning & Development.
* Responsible for signing-off any technical change to production
Modena Software Pvt. Ltd. (Fiorano Inc.) as Software Engineer
Oct 2000 to Nov 2001
* Software design & development of Java Messaging Service (JMS)
Tata Steel as Senior Officer
Jul 1997 to Jul 2000
UG: B.Tech/B.E. (Mechanical) from Birla Institute of Technology (BIT), Ranchi in 1997
PG: MS/M.Sc(Science) (Software Systems), Correspondence/Distance Learning from Birla Institute of Technology and
Science (BITS), Pilani in 2003
Other Qualifications/Certifications/Programs:
MBA
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a4…
https://freesearch.naukri.com/preview/printResume?uname=a56976a9f7e979100b9a732098c326025e5d580342460f110619155d09090719475a420a4047505c09… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, C++, Swing
JNI, RMI, Java Mail, Struts
XML, JSP, XSL, Apache Tomcat
MS SQL SERVER
MySQL, Apex, Beep
Languages Known
Language Proficiency Read Write Speak
Punjabi Proficient
Hindi Proficient
English Expert
Rank 328: Resume 715 with similarity score 0.02699443914087941
Resume Text: B.E , B.TECH devops , full time , member of technical staff , software developer ansible , devops , jenkins , designation , command , affirmative action , mysql , hindi , maintenance , ltd , linux server , kafka , authorization , english , logstash , rabbitmq , status , email , project , store , application , structured data , devices , less , mumbai , playbook , government , technology solutions , debugging , git , languages , platform development , python , javascript , avro , pipeline , elasticsearch , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b19…
https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b195618435e0b5c… 1/2
Current Designation: Member Of Technical Staff
Current Company: FixtStream Ind Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
FixtStream Ind Pvt Ltd as Member Of Technical Staff
Oct 2018 to Till Date
FixStream working on data centre application which collects data from different devices and visulaise in
structure format on Ui
Build Python parser for various command data to convert in expected format amd send to
RabbitMQ.
Build logstash pipeline to normalise and denormalise structured data to expected form and
store in database.
Deploy project in devlopment environment using ansible.
Created ansible playbook to automate installation.
integration with CMDB(ServiceNow, Cherwell) to push an pull the ticket.
Deploying filebeat and metricbeat on linux server.
UG: B.Tech/B.E. (Computers) from Government College of Engineering in 2018
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Pavan Bhole
Seeking roles in Software Engineering,Software Development,Requirement ,python
Developer ,ELK-
developer,Gathering,Debugging,RabbitMQ,Ansible,DevOps,Jenkins,Python,MySQL,Linux,Git,Elasticsearch,Logstash
Key Skills: Debugging,RabbitMQ,Ansible,DevOps,Jenkins,Python,Linux, GIT, Elastic Search, logstash,Avro,Metricbeat
Summary
Successful Software Developer and delivering appropriate technology solutions for desktop products. Comprehensive
knowledge and
2+years of hands on experience of platform development, DevOps, Python, ELK
Work Experience
Education
IT Skills
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b19…
https://freesearch.naukri.com/preview/printResume?uname=4e1119923a9f37b4fd999a102d67cc89505c5a5648150c440214105b095c0543135b195618435e0b5c… 2/2
Nature of Employment: Full Time
Role: Programmer
Duration: Aug 2018 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Python, Logstash, RabbitMQ, Git
Elasticsearch, Ansible, Jenkins
Kafka, Filebeat, Linux, Avro, Debugging
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: Firestorm
Client: verizon
Role Description: Build Python parser for various command data to convert in expected format and send to RabbitMQ.
Build logstash pipeline to normalise and denormalise structured data to expected form and store in database.
Deploy project in development environment
Project Details: Firestorm is a data centre project, It is used for collection of data from network compute and different
types of devices and visualised that data on UI in structured format.
Rank 329: Resume 1015 with similarity score 0.02688573928996586
Resume Text: BSC , BS , B.E , MS , B.TECH oracle dba , senior project manager , coldfusion , team lead , product manager , delivery lead , partner , cio , technical lead , lead project manager , full time , informatica , senior consultant , delivery manager , product owner , program manager , cmo award , training , postpaid , platforms , pvc , it security , idms , databases , digital , customer satisfaction , approval process , status , lloyds , express , t&m , sap , tirks , pl/sql , testing , fixed price , odd , rap , sql server , lightspeed , packaging , weblogic , database auditing , cost management , system administration , workflow , crm , mitigation , ecommerce , rfs , automation , retail , filenet , designation , mar , deliverables , foundation certified , pre-sales , hindi , nms , ltd , quotations , workstations , business integration , data reconciliation , english , data security , management professional , protection , budgeting , provisioning , dsl , unified process , c++ , dc , cmo , strategic services , itil , ibm certified , terminal services , test strategy , datapower , money , javascript , wireless , technology , bis , data centers , managed services , vm , general , funding , 3d , e2e , amdocs , affirmative action , oracle , data analytics , opex , project plans , maintenance , unix , escalation , role model , concord , email , invoicing , global delivery , hp , middleware , data center operations , frame relay , guardium , languages , new product implementations , lotus domino , scheduling , pmp , windows 7 , plm , servicenow , it infrastructure management , program management , cyber , agile methodologies , hardening , coldfusion , interconnect , streamlining , windows server , websphere , ms project , ug , executive management , investment , telecom , coe , hybrid cloud , scratch , fttp , revenue , authorization , risk , teams , enterprise , video services , ibm mainframe , application , map , electronics , led , servers , finance , storage , framework , process implementation , cloud computing , telegence , presentations , dia 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 1/4
Current Designation: Senior Delivery Lead
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 25 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
IBM as Senior Delivery Lead
Jan 2012 to Till Date
Clients: Lloyd's Banking Group UK
Tools/Technologies: IPWC, PGMP, ServiceNow, IBM Hybrid Cloud / CMO and FMO
Key Result Areas:
· Successfully setup new Business Unit with Multi-Squad Tribe comprising Hybrid Cloud Automation, Backup and Storage,
Packaging and Development, Alerting and Monitoring (Tivoli, NetIQ), DataPower, Filenet, MQ and IIB Squads.
Implemented Agile Practices for Squad infrastructure and Governance Controls. As a Tribe Leader, I am responsible for all
the above-mentioned skills and resourcing for RFS activities for largest Project Service Account Lloyds Banking Group.
· Managing a team of around 30 Senior IDMs for a commercial account Lloyd's banking group across Retail / Cyber / TRP
portfolios; built the team from scratch to cater to the business needs
· Successfully delivered 6 Million+ UKP of RFSs within last one year; project / programs include both Fixed Price and T&M
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Dattatreya Kulkarni
senior Delivery Manager seeking roles in Project Management,Program
Management,Agile Methodology,IT Infrastructure Management,Cloud
Computing,Delivery Management,Data Center Operations,SQL Server,Oracle,Java
Key Skills: Deputy Delivery Partner Executive,Product Manager,Project Management,Program Management,Agile
Methodology,IT Infrastructure Management,Cloud Computing,Delivery Management,Data Center Operations,SQL
Server,Oracle,Java
Summary
Senior IT Infrastructure Delivery Professional with over 25 years experience with expertise in Small BU Setup, Portfolio,
Program- Setup, Governance & Delivery. Experience in Strategy, Design and streamlining business processes and Enhance
business growth & customer satisfaction.
Onsite/offsite experience in heading complex IT multi-million-dollar projects, programs and Portfolios handling US, UK, India
customers. 8+ Years of US Onsite experience.
Experience in SDLC / PLM, Agile methodologies through budgeting, scheduling, P&L, billing / invoice and pre-sales support
Currently heading Platform tribe on Middleware technologies MQ, IIB, Datapower, Filenet, Storage and Backup technologies,
Automation, Alerting and Monitoring Tools Tivoli, NetIQ. Portfolios: Technology Resilience, Digital and Cyber Technologies.
Experience in IT Cloud Infrastructure and Applications projects: Java E2E technologies, Mainframe, Telecom OSS/BSS,
Revenue Assurance, New Product implementations
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 2/4
· Project/programs under this portfolio delivery caters to bank's current and future mode of operation on existing / new
datacenters IBM Cloud Softlayer infrastructure, new service implementations, Server / VM builds, DECOM, application
migration and enhancements
· Played major role in RFS workflow training, PMO governance set-up, establishing OPEX approval process between
India/UK/ICA
Highlights:
· Wall of Fame Award for Y2019 for Delivery Excellence.
· Top Contributor Award
· BRAVO Certificate of Award in recognition of outstanding work in Project Management
· Best of Best PM Recognition by Customer DPE
· Profession Champion recognition by IBM PM COE
· Manager Choice Awards
· Agile Champion - Implementation of agile methodologies
Program Manager: IBM Internal Global Account, IBM CIO (Jan 2012 to Sep 2017)
Delivered CIO security Investment Programs high priority Run Initiatives and Midrange Early support and Tech Refresh
Programs. These are Infrastructure projects identified as part of CIO IT Risk and Mainframe / Midrange initiatives for IBM
Global Account (IGA)
· IBM Data Security Program: Guardium deployment across IBM data centers. Deployment of IBM DAPS solution
(Database Auditing and Protection Service) for databases in various data centers of IBM across the globe covering
DB2/IMS/SAP on AIX/ZOS/Windows server platforms. As a product owner, performed agile transition also
· IBM Application and Workstation Security Program: Windows 7 Hardening for Privileged Users, Automated Quarantining:
Automating ITMS (IBM Threat Mitigation Service) service using IBM End Point Manager to protect IBM Workstations, IP
Device Discovery
· IBM Mainframe / Midrange Early Support & Tech Refresh Program. Implement project Early Support and Tech refresh
initiatives to enhance Mainframe / Midrange servers for latest hardware and network
Non-project Assignments:
· As IBM Global Delivery Framework Awareness & problem-solving focal for project management services pool / maturity
initiative
· As QMS focal for Bangalore DC / Project Services
SELA Technologies (I) Pvt. Ltd as Senior Project Manager - Onsite
Nov 2009 to Dec 2011
Client: Vodafone Essar India
Technologies / Tools Used: MS Project, MS Power point, RA Money Map, Web sphere Application Sever, Java, PL/SQL,
Oracle 9i, SQL
Server, Informatica, Data Analytics
Key Result Areas:
Managed a team of 35; led overall set-up and management of implementation, Profit and Loss (P&L), billing and invoicing
and
customer satisfaction managed Services and operations teams led by Technical Managers
Analyzed customer needs and initiated strategic services and implementation within Revenue Assurance product domain
Worked as an escalation point for client for any issues with RA systems - implementation and operations
Liaised with cVidya Israel Senior Management Team
Devised project plans, management reports, discussed and finalized it with client
Pre-sales: Prepares new proposals, review and presentations, negotiations on pricing
Attended committee meetings to appraise VFE executive management on the current progress status, future plans
Test Strategy and Planning: Includes System test, E2E testing and UAT planning
Interacted with client and internal finance teams on issues of quotations, POs, Invoicing for funding the deliverables
Projects:
VFE RA System:
Phase 1: Pre/postpaid Usage and Configuration Reconciliation
Phase 2: Interconnect Usage Reconciliation
Phase 2D: IN Tariff Reconciliation and RBV
Phase 3A: BSCS to AMDOCS Migration
Phase 3D: Pre/postpaid Data Reconciliation
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 3/4
Operations Services
Managed Services - Change Request Delivery
Highlights:
Led execution of roll-out plan of 23 circles without any slippages with high customer satisfaction
Ensured implementation of managed services stream for market driven change delivery: resources and funding for change
request
deliverables, release management process implementation to streamline projects and CR delivery. The team grew from
initial 7 odd
members 35+ strong team
Collabera Inc. Onsite AT&T USA as Lead Project Manager - IT Enterprise Merger
May 2007 to Oct 2009
Client: AT&T Inc., Bedminster NJ, USA
Technologies / Tools Used: IT Unified Process, PRISM, Integrated Financial Platform (IFP), Planning Initiative Worksheet
(PIW), Express
One process methodology tool, MS Project, Cost Management / Project Management Tool (CM/PM), Telecom OSS / BSS,
Filenet
P8/Panagon
Highlights:
Received appreciations on Role model PM Actions during critical deadlock situations of projects
Attained Client Appreciation on extraordinary efforts beyond expectations as UAT and ORT Manager
Awarded ATT IT CIO for PNT Rehome Project
Projects:
PNT Migration Support Base Solution
DIA - MIS Migration
Enhancement to DIA-MIS
DIA / MIS Automated PVC Rehome
Merger DIA Customer Migration (PNT) RAP Automation (Project received AT&T IT CIO Award)
Patni Computer Systems Inc. Onsite: SBC USA as Project Manager
Jan 2004 to Apr 2007
Client: SBC / AT&T, St Louis, MO USA
Team Size: 22
Tools & Technologies: Express process Tools, Cost Management / Project Management Tool (CM/PM), Quality Center,
Mainframe DB2 8.0, IMS 9.X, Telecom OSS / BSS / NMS, Business Integration Services (BIS), AMDOCS OMS
(Ordering), CLARIFY (CRM), TIRKS, TELEGENCE (Billing), Provisioning, Billing Applications, Oracle
Projects:
· DSL Enhancements
· Program WINDS - Enterprise ATM / Frame Relay Customer Solution
· Program LIghtspeed - Voice, Data, Video Services on FTTN or FTTP Bundled with Wireless solutions
Highlights:
· Received Certificate of Appreciation for outstanding work and continuous service for excellence from SBC/ATT
Zensar Technologies Limited as Technical Lead
Nov 2002 to Jan 2004
Client: Veloz
Team Size: 15
Tools & Technologies: HP Open View 4.0, Websphere, Weblogic, Coldfusion and Lotus Domino Servers, Remedy Help
Desk 4.0.3, Precise, Concord, Trusted Link, pcAnywhere, Terminal Services
Project: CAAAREM / Role: Team Lead - Oracle DBA / Team Size: 7
Sonata Software as Senior Executive
Dec 1995 to Nov 1998
IT Network and System administration
Computer Point India Private Limited as Senior Consultant
Dec 1992 to Nov 1995
Training and consultancy - C, C++, Unix, Oracle and PL SQL
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d44…
https://freesearch.naukri.com/preview/printResume?uname=bf0a704a2d49b6317dbbf2c2b95bc6d05d0b08544e1b0d470040135e0b0f514e400d4405144858545b… 4/4
UG: B.Tech/B.E. (Electronics/Telecommunication) from Gulbarga University in 1992
Other Qualifications/Certifications/Programs:
Certified Project Management Professional (PMP)
ITIL 2011 Foundation certified professional
IBM Certified Senior Project Manager
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Oracle DBMS and Distributed DBMS design 2012 4 Year(s) 0 Month(s)
IT Security, ECommerce Projects 2018 4 Year(s) 0 Month(s)
Revenue Assurance- New PROD implementn 2012 2 Year(s) 0 Month(s)
Telecom OSS / BSS 2012 6 Year(s) 0 Month(s)
Tribe setup, Agile Implementations 2020 3 Year(s) 0 Month(s)
MIDDLEWARE- WAS, MQ/IIB, Filenet ECM 2020 5 Year(s) 0 Month(s)
IT Delivery Management 2020 5 Year(s) 0 Month(s)
Mainframes 2018 3 Year(s) 0 Month(s)
Hybrid cloud Automation Softlayer 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 330: Resume 909 with similarity score 0.02662000889129424
Resume Text: B.E , MS , B.TECH devops , senior systems engineer , full time , sql developer , system analyst data services , maintainability , api , functionality , award , optimization , web development , general , software solutions , devops , galaxy , performing , open source , css , visual studio code , security , soap , designation , telugu , regulatory requirements , affirmative action , oracle , hindi , angular , maintenance , systems management , authorization , english , troubleshooting , bootstrap , status , spring boot , architecture , scalability , specifications , email , project , screens , infosys , extensions , express , agile , mongodb , sales order , information systems , operations , business requirements , saas , pl/sql , forms , architecting , rest , performance tuning , flow , git , unit testing , building , connectivity , framework , work processes , chart , technical documentation , languages , single page applications , es6 , python , reviews , suite , mimic , apps , availability , technology , baselines , html , javascript libraries , cloud services 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a105…
https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a10521415515a5d5… 1/3
Current Designation: Senior Systems Engineer- Application
Development
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Chemical]
Verified : Phone Number | Email - id
Infosys as Senior Systems Engineer- Application Development
May 2018 to Till Date
Key Result Areas:
As Senior Systems Engineer (Since Dec'19)
* Developing software solutions by studying information needs, conferring with users, studying systems flow, data
usage, and work processes
* Architecting & designing end-to-end software including back-end APIs, offline support, secured communication, data
transfer optimization, distribution and monitoring
* Developed API for a standalone Work Order Execution System using Oracle DB, ORDS and Spring Boot (framework)
that communicates with Oracle SaaS API
* Creating Rest API to provide functionality and perform CRUD operations using ORDS (Middle Tier Software) and
Spring Boot
* Building robust architecture for different solutions by performing activities such as ensuring the security, performance,
availability, compliance, scalability and maintainability aspects
* Developing project baselines; monitoring & controlling projects with respect to cost, resource deployment, time
overruns and quality compliance to ensure satisfactory execution/delivery of the same
* Implementing standards and best practices across the entire project life cycle for enhancing the alignment of solution
with business & regulatory requirements
* Participating in design, code reviews and updating the document with unit testing results of application
Last Active: 31-Jan-21 Last Modified: 28-Jan-21
KRISHNA KIRAN SOURI
Senior Systems Engineer seeking roles in Application Development, Software
Development, Software Development Life Cycle, Technical Documentation,
Requirement Gathering, System Integration, Performance Tuning, Oracle SQL,
PLSQL, MongoDB, Javascript.
Key Skills: Senior Systems Engineer,System Analyst,Application Development,Software Development,Software
Development Life Cycle,Technical Documentation,Requirement Gathering,System Integration,Performance Tuning,Oracle
SQL,PLSQL,MongoDB,Javascript,Python,HTML.
Summary
Focused professional with over 2 years of experience in full stack application development; leveraged extensive knowledge on
F/E, B/E and DB technologies. Proficient at end-to-end Software Development Life Cycle from requirement analysis to system
study with excellence in mapping business requirements, technical documentation, designing, development, coding &
troubleshooting for information systems management & implementation. Functional expertise in cross platform and cross
application connectivity with REST and SOAP web service. Experienced in transitioning/accommodating the ERP technologies
with Open Source Solutions. Expertise in developing Single Page Applications using various JavaScript libraries & Frameworks,
while adhering to ES6+ specifications and HTML CSS & front-end libraries. Leveraged understanding of various tools like Post
man etc. Experienced in development using various IDEs like Visual Studio Code, SPRING Tool Suite, SQL Developer
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a105…
https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a10521415515a5d5… 2/3
As Systems Engineer (May'18 - Nov'19)
* Developed Custom UI for Sales Order Creating Forms to mimic Oracle Screens for a client using React JS library and
react-bootstrap
* Wrote clean HTML CSS and JavaScript code, integrating design, extensions and third-party apps according to web
development plans and web development standards.
* Developed a catalog API and Custom UI for a client to maintain the cloud services used by each user
* Collaborated with team of 15 people during development phase 1 to develop the API using Node JS and express
framework, DB using MongoDB and Custom UI using Angular framework with supporting libraries like Chart JS
* Developed API to display various analytical data using Chart JS
* Participating in the Agile / DevOps software development process
Notable Accomplishments:
* Recognised with INSTA Awards thrice for best performance in project development and implementation
* Acknowledged with Galaxy Award in 2019 for Best Rookie Developer of the Year
UG: B.Tech/B.E. (Chemical) from National Institute Of Technology Karnataka - Surthkal Karnataka in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Spring Boot
Node Js (Express Framework)
ORDS (Oracle Rest Data Services)
ORACLE SQL, PL/SQL
Mongo DB, SOAP
Angular JS, ES6+
Git, REST
Angular, ERP
Java, Javascript, Html, Css
Oracle DB
Visual Studio Code
Python, Oracle SaaS API
DevOps, Agile, Chart JS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a105…
https://freesearch.naukri.com/preview/printResume?uname=337e93587a2c883612cab1f1f64b755f510e08021c475f150114105e5e005119460a10521415515a5d5… 3/3
Rank 331: Resume 954 with similarity score 0.026589065608070155
Resume Text: B.E , MS , B.TECH , BS full time , software engineer , ruby on rails developer , software developer api , version control , pronto , redux , ruby on rails , algorithms , scrum , visual studio code , css , designation , neo4j , affirmative action , suggestions , trading , mysql , rspec , maintenance , power bi , test cases , jquery , heroku , authorization , web applications , bootstrap , status , postgresql , agile , email , gas , mongodb , sprint planning , requirements gathering , avenue , bitbucket , testing , github , gitlab , writing , estimates , features , design patterns , building , framework , django , documentation , flask , software development life cycle (sdlc) , sql server , task management , singleton , python , reviews , jira , javascript , suite , technology , jruby , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10…
https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10014444095b5f… 1/2
Current Designation: Software Engineer
Current Company: GGK Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
GGK Technologies as Software Engineer
Aug 2018 to Till Date
EWE Gas structured Trading suite: October 2020 to Present
Technologies: python, flask, mongodb, reactjs, redux, power BI
Responsibilities:
Responsible for developing the API's based on the requirements.
Responsible for Application Deployment of React.
Discussion with client and giving suggestions for features while developing web application
Attending daily scrum call with clients
Developed front end features with react
Developed some reports using Power BI
Used GitLab for Version Control and JIRA for Task management.
Pronto Avenue Australia: Jan 2020 to Sept 2020
Technologies: jruby, Rails Framework, My SQL, HTML, CSS, Bootstrap, javascript and jQuery
Responsibilities:
Requirements gathering and discussing the work flows of each requirement.
Involved in sprint planning with estimates.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Narasimharao Teegala
Software Engineer seeking assignment in developing web applications both frontend
and backend using Rails Framework,React JS,Bootstrap,CSS,Postgresql, MySQL
Key Skills: Software Engineer,Rails Framework,React JS,Bootstrap,CSS,Postgresql
Summary
Over 2+ years of Experience in Ruby on Rails, Postgresql, MySQL, MySQL Server, Bootstrap
3.0/3.3 and React JS, and Redux.
Most recent concentration has been the design of object - oriented web applications
for client-server applications using Rails Framework, React JS, Bootstrap, CSS 3.
Have 2+ years of experience on working with Ruby on Rails, Postgresql, my sql
Have 6 months of experience on working with python and flask
Experience in all phases of Software Development Life Cycle (SDLC) from Requirements
gathering, Analysis, and Design, Development, Documentation, Testing, Implementation and
Maintenance of various Web based applications in Agile Methodology.
Experience in building different architectures in Ruby on rails and have strong
understanding of Data structures, Algorithms, Object-Oriented Design, Design patterns like
singleton, Factory
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10…
https://freesearch.naukri.com/preview/printResume?uname=ea5f74a1f9cd5beab098b100da6a7b63500e5b554d1a5d145715470a085d0342120c10014444095b5f… 2/2
Discussion with the team about the implementation plan and providing inputs.
Writing unit tests using Rspecs
Developed front end with the html, css and bootstrap.
Innozation labs Cann ID: June 2019 to Dec 2019
Technologies: ruby, Rails Framework, react Js, redux, postgresql, heroku
Responsibilities:
Requirements gathering and discussing the work flows of each requirement.
Involved in sprint planning with estimates.
Discussion with the team about the implementation plan and providing inputs.
Attending daily stand up meeting with client
Developed the web application using ruby on rails
Peer code reviews and providing suggestions.
Used Github for Version Control and JIRA for Task management.
Shopkeep backoffice: Aug 2018 to May 2019
Role: Ruby on Rails Developer
Technologies: ruby, Rails Framework, react js, redux, postgresql
Responsibilities:
Involved in sprint planning.
Discuss the stories within the team and post questions to the business team.
Attending daily stand up meeting with client.
Developed web applications using ruby on rails
Written unit test cases using Rspec
Used Bitbucket for Version Control and JIRA for Task management.
UG: B.Tech/B.E. (Computers) from vishnu institute of technology in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Ruby, python, SQL
MySQL, SQL Server, postgresql,
neo4j, mongodb
Visual Studio, visual studio code
React JS, Redux, Java Script, HTML, CSS
Ruby on Rails, Flask, Django
GIT
Rank 332: Resume 795 with similarity score 0.026544074507215736
Resume Text: B.S , MS , BS principal software architect , technical architect , devops , zookeeper , quality assurance , student , full time , java programmer , technical lead , vp stock trading , quartz , financial services , customer , string , beam , docker , angular , product specification , player , node.js , software infrastructure , status , rabbitmq , software engineering practices , data architecture , enterprise systems , transactional , xml , rdbms , testing , ehcache , reliability , building , ec2 , chat , work processes , emerging technologies , data transformation , spring security , cdh , scala , workflow , suite , pipeline , frame , server side , complex event processing , automation , blocking , encryption , devops , vaadin , spark , kubernetes , designation , mar , xslt , amazon s3 , underwriting , data loading , hindi , credit rating , cluster , ltd , bst , share trading , json , english , project , ibm , fixing , redis , rest , mvc , wbs , git , strategy , research , documentation , esper , mop , struts , sonarqube , javascript , technology , curing , hadoop , bfsi , powermock , reporting , general , performing , distributed caching , affirmative action , async , mysql , oracle , technical architecture , center of excellence , maintenance , dynamo , typescript , service delivery , sorting , kafka , oozie , axis , business logic , instrumentation , postgresql , proxy , email , jpa , tomcat , aws , bengali , hp , terracotta , junit , design patterns , maven , languages , multithreading , sqoop , big data , hive , hibernate , cassandra , proof of concept , jira , messaging infrastructure , riak , nio , database , ajax , online , api , mockito , software solutions , jenkins , validation , websphere , visit , coe , authentication , offers , oauth , pfs , apache , cleansing , authorization , itc , spring boot , jax-ws , aggregation , b2b , record , application , map , soapui , dps , event driven , running , debugging , cloudera , selenium , bamboo , purchasing , hbase , cvs , python , memcached , etl , metrics , learning , sockets , calibration 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 1/5
Current Designation: Principal Software Architect
Current Company: Core Compete Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Core Compete Pvt. Ltd as Principal Software Architect
Sep 2019 to Till Date
Product Name: Credit Decision Processing System/ Client: HSBC
Business Domain: BFSI
Language: Java 1.8, Scala 2.11, Python 3.7, React JS
Cloud Environment: GCP
Technologies: Spring Security, Spring Boot, Spring JPA, ELK, Postgres, AWS (SMR, EC2, S3, RDS), Spark Core, Spark
Data-Frame, JMC, Junit, Mockito, Kafka, GCP, Docker, Kubernetes, Jenkins, SonarQube, React-JS, JSX, node-JS
Design Pattern: Non-blocking Asynchronous Microservice, Real Time Microservice, ETL based Pipeline
Description:
Decision Processing Service (DPS) is an integrated suite of products that supports credit decisions across the lending
lifecycle which includes but is not limited to marketing and underwriting new accounts, checking regulatory rules to ensure
compliance, servicing existing customer requests, and generating offers to existing customers that increase the profitability
of the portfolio. This solution processes credit requests for PFS (Personal Financial Services) and CMB (Commercial
Banking) products
Roles:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shishir Sarkar
Principal Software Architect seeking roles in Project Management,Software
Application,Software Development,Strategy Development,Solution/ Technical
Architecture,Quality Assurance,Service Delivery,Java1.8, Scala 2.11, Python,
JavaScript
Key Skills: Principal Software Architect,Head/VP/GM-Technology(IT)/CTO, Project Management,Software
Application,Software Development,Strategy Development,Solution/ Technical Architecture,Quality Assurance,Service
Delivery,Java1.8, Scala 2.11, Python, JavaScript
Summary
Strategic Leader offering nearly 13 years of experience in building Enterprise Systems using Java, J2EE, Scala, Big Data, AWS,
React-JS Technologies and applying Best Practices (GOF Design Patterns, j2ee Design Patterns), OOPs, Principal and
Standards as suggested in software engineering practices
Developed software solutions by conferring with users, studying systems flow, data usage and work processes
Proficient in Software Development Life Cycle from requirement analysis to system study, designing, coding, development,
debugging, documentation and implementation
Customer-centric professional with excellence in driving overall solutioning based on customer's business and technical
requirements
Expert in writing Reporting Doc Skill like Job Metrics, Requirement, Design, Change Request, Method of Process, and
Release for Software Development, Testing, Development Estimate (WBS), Design Doc, Mop and Release Report
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 2/5
Developing required high-level product specification & design doc which also encapsulates HLD, LLD and creating
MVP, based on design specification and back-to-back discussion with different stakeholder
Analysing key technology stack based on research, cost, reliability and identifying hardware/ software infrastructure
Designing and developing:
Non-Blocking Async Microservice, Event Driven (WebSocket) Microservice based architecture
UI to check, compare, validate, approve, migrate and monitor the ETL Job
o Vital UI component using ReactJS, JSX, AG Grid and Node JS
ELK stack on various instance of the running Microservice in the AWS and GCP cloud
Big Data architecture to manage the ETL pipeline (validation -> data cleansing -> data curing -> data transformation ->
data standardization -> data loading) to run the credit job using Spark and Scala
In-house common library platform for Elastic Search DAO, AWS S3, SAML Auth and authorization-based operation
Messaging infrastructure using Kafka and Zookeeper
Jenkins pipeline to build Docker image and deploying Docker image in Kubernetes in GCP Cloud and pipeline, which
contribute to enhance the DevOps practices
Performing Re-architecture of the audit pipeline using python and elastic search and implementing encryption approach
to secure the ENV details used by micro-services
Creating Proof of Concept (POC) for Center of Excellence (COE) on emerging technologies and for client proposals
Contributing in fixing the sonar (static code analyser), NexusIQ (dependency flaws) and Checkmarks (security flaws)
issue
Tavant Technologies as Technical Architect
Jan 2017 to Jul 2019
Product Name: GVAP R8/ Client: Experian
URL: http://www.experian.com/consumer-information/analytical-sandbox.html
Business Domain: BFSI
Language: Java 1.8, Scala 2.11, Python 3.7.0
Environment: AWS
Technologies: Hadoop CDH 5.0.6, AWS (EC2, S3), Spark (2.2) Streaming, Spark SQL (Data Frame, Dataset), Spark
Core, Amazon AWS (S3, dynamo-DB), Kafka, Hive, JVMProfiler, SOAP based Services, Spring (IOC, Boot, Transaction
Manager), Junit, Mockito, Concurrent API, NodeJS
Description:
Experian credit score calculation application is built on Cloudera Big Data and Amazon AWS cloud platform which offers
suite of products to Experian's customers (e.g.: Credit Report, Market Prospecting, Account Review, Trend View,
Campaign). This product is based on B2B model
Roles:
Contributed as Technical Architect/ Developer for Experian Financial Credit Rating Services based in US and UK
market
Acted as key player with the team of Architect to design workflow and architecture of credit score calculation using
Java, Scala, Python, Big Data and Cloud technology
Designed and developed system to:
Check validation error, take decision, coded the requirement, tested & deployed it on dev & UAT cluster environment
using Jenkins CICD and Automation Pipeline
Perform curing process which conducted the data calibration, coded the requirement, tested & deployed it on dev and
UAT cluster environment using Jenkins CICD and Automation Pipeline
Designed and developed:
Workflow of data ingestion process for Amazon S3, Hive, Sqoop and Oozie
System that has the ability to check the validation error and was able to takes the decision, coded the requirement,
tested and deployed it on dev and UAT cluster environment using Jenkins CICD automation pipeline
System to perform curing process which conduct the data calibration, coded the requirement, tested and deploy it on
dev and UAT cluster environment using Jenkins CICD automation pipeline
System to perform pinning process on data which eventually enhanced and cleaned data by checking historical record
ITC Infotech Ltd as Technical Lead
Jun 2015 to Jan 2017
Project Name: ZeaS ETL tool/ Client: Santander bank UK
Environment: Scala, JDK1.8, Spring (Boot, Rest, IOC, AOP, Security, Token), Git, JIRA, BAMBOO, MySQL, Cassandra,
Spark, Sqoop, Hive, Oozie, RIAK, JUNIT, Mockito, Powermock
Description:
Basically, this is ETL product which is developed and customized for Santander Bank. The concept of this tool is
performing ingestion process on their credit business data.
Roles:
Designed:
Architecture and developed the workflow of RDBMS based ingestion process
Architecture and developed the workflow of file-based ingestion process
Architecture, developed Oozie based scheduler job for extract and transform information for transactional record
Developed:
Spark based Oozie job student performance JSON data and uploaded it to Amazon S3 bucket
Spark based Oozie job extracts the learning activity accessed data and discussion data from decomposed tables and
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 3/5
added it into HBase
Spark based Oozie job, decompose required data learning activity accessed and discussion messages from UI-client
log and populates it to respective tables
Spark based Oozie, job pulled data from CONODS, ran aggregation on data and results are populated to Hbase
Critical micro-services like instrumentation, roaster, proxy and SSO services
Implemented:
Swagger Maven plug-in, generated JSON API documents during a Maven build
SSO services using Spring and Token authentication Memcached for distributed caching strategy on server side
Designed and implemented swagger maven plug-in that generated JSON API documents during maven build and
executed SSO services using spring and token authentication
UG: B.Sc (Computers) from ggu bilaspur in 2005
PG: MCA (Computers) from BIT Durg in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Java1.8, Scala 2.11, Python
JavaScript, Typescript, RxJava
Stack, Queue, Linked List
Sorting, Searching, BST
Divide and Conquer
Servlet, JSP, Multithreading
Concurrent API , NIO , Java Stream
RMI, Sockets, Concurrent
Hotspot JVM, JRocket
JDK8 Functional Programing
Spark, Map Reduce, Hive, Sqoop
Oozie, Apache Beam, Apache Flink
S3, EC2, Dynamo-DB, Lambda
Spring- JPA, Hibernate 4.0
Elastic Search, Cassandra, Mongo DB
Node.js, React-JS, JSX
Angular-JS 2, Struts (1.2.9, 2.0)
JSF, VAADIN, Sprint MVC
XML, XSLT, JSON, Ajax
Spring Core, AOP, DI
Batch, Security OAUTH, Boot
Rest , Spring Scheduler
Cloud, Spring Web-Socket
JAX-RS, JAX-WS, Spring REST
Apache Axis 2
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 4/5
Nature of Employment:
Project Location: Okhla
Role: Programmer
Duration: Feb 2009 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment:
Project Location: noida
Role: Programmer
Duration: Jan 2008 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Kafka, Rabbit MQ
JMS, Esper Complex Event Processing
C3P0, DBCP
Tomcat JDBC Connection Pool
IBM WebSphere Connection Pool
Db2, Oracle (RDBMS, Coherence)
PostgreSQL, MySQL
Redis, EhCache, OSCache
Junit, Mockito
Powermock, Selenium
SOAPUI, Postman, Grizzly
Jenkins, Bamboo
MAVEN
Tomcat (6.0), IBM WebSphere
JBoss-Web Server
Git, SVN
Spring Scheduler
Terracotta Quartz Scheduler
RabbitMQ Messaging Services
DOM, SAX, ELK
GOF, J2ee Design Pattern, EIA
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Bengali Proficient
Projects
Project Title: Visit centric chat server
Client: jodohost
Skill Used: core java(socket program,Swing,Collection),j2ee(jsp,servlet,hibernate,ant script) cvs, java-script AJAX, String
Template
Role Description: java programmer
Project Details: Working in developing a Chat Server for webhosting company
Project Title: stock trading system
Client: hp
Skill Used: jsp,servlet,struts
Role Description: coding a business logic & handling a database
Project Details: Online share trading (selling & buying)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a15…
https://freesearch.naukri.com/preview/printResume?uname=87777977dec7fb20bcbd8749c440fd840b555f04491708135213145c0c5c024d1b5a155614170e090b… 5/5
Nature of Employment:
Project Location: noida
Role: Programmer
Duration: Jan 2008 - Till Date
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Title: online share trading
Client: hpes
Skill Used: core-java,J2EE
Role Description: Coding part
Project Details: To online buying & purchasing the share
Rank 333: Resume 1305 with similarity score 0.026364775749359907
Resume Text: B.E , B.TECH full time , system analyst , devops , support analyst automation , ansible , retail , devops , jenkins , performing , designation , ug , tamil , affirmative action , cloud , ticketing , maintenance , azure , ltd , internet banking , authorization , english , status , architecture , sql , email , project , health check , application , aws , microfocus , workplace , remediation , operations , livelink , servers , languages , client requirements , one , dashboards , workflow , javascript , technology , servicenow , ras , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450…
https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450216485e085d5… 1/2
Current Designation: App/Cloud Support Analyst -IT
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as App/Cloud Support Analyst -IT
Aug 2014 to Till Date
MicroFocus Operation Orchestration:2016 -till Today
Automation through MFOO.
One of the top performer in operations team
Developed few clients related workflow and got appreciation
Involved in Patching Activity
Maintenance and support the MFOO Environment
Supporting the application through Incidents/changes through Service now
Worked in Auto ticketing generation, downtime set up for servers and various automations
Involved in production patching/Deployment.
100% compliance with Incidents and Changes
Application Maintenance:
Performing Health check in MFOO platform
RAS Maintenance
Involved in OO Upgrade
Modifying the deployment type as per client requirements.
Monitoring the Application Deployment.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Parimala P
App/Cloud Support Analyst seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,MFOO,MyWizard,SQL,ServiceNow,ITSM,DevOps,AWS,Azure,Devops,Jenkins,Ansible
Key Skills: App/Cloud Support Analyst,System Analyst,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,MyWizard,SQL,ServiceNow,ITSM,DevOps,AWS,Azure,Devops,Jenkins,Ansible
Summary
Having 6+ Years of overall IT experience in various technologies/tools such as Micro focus Operations
Orchestration(MFOO),IAP Platform, MyWizard,SQL,ServiceNow(Incident,Changes,Problem),ITSM,DevOps.
Hands-on experience and strong understanding on SQL,MFOO,Ucmdb,Dashboards.
Having knowledge on AWS/Azure,Devops,Jenkins,Ansible.
Looking for a challenging workplace that welcomes growth opportunities and Positive environment for accomplishing projects
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450…
https://freesearch.naukri.com/preview/printResume?uname=a18eeeae85c4717ffe58b526bc099fc50e595d034f4100165511170a5c0d591c410c450216485e085d5… 2/2
Critical issue Remediation:
Worked with Microfocus Vendor team regarding critical issues.
Once we got the fix from vendor, will apply the fix in Stag/Prod respectively.
Banking Project(Application Maintenance Team): 2014-2016
Worked in Banking project and supporting below applications
Business Lending Process,Retail Internet Banking,Business Online and Livelink application
Interact with clients and Understand requirement
Reducing defects and improving quality of maintenance
UG: B.Tech/B.E. (Electrical) from SONA COLLEGE OF TECHNOLOGY, SALEM in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
IAP Platform
mywizard
SQL
ServiceNow
ITSM, DevOps
SQL, MFOO
Ucmdb,Dashboards
AWS, Azure
Jenkins, Ansible
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 334: Resume 452 with similarity score 0.026300146561529365
Resume Text: MS , B.TECH , BS work from home , partner , student , machine learning engineer , facilitator mri , version control , subversion , segmentation , algorithms , internships , image processing , classification , deep learning , mar , orca , object-oriented programming , modeling , conferences , collaboration , keras , natural language processing , azure , unix , english , cli , google cloud platform , twitter , mercurial , intelligence , editing , sql , aws , llp , numpy , computer vision , microsoft , resume , paper , github , vector , biology , java , machine learning , probabilistic models , computer science , opencv , soft skills , spaces , jazz , languages , research , completion , assessment , events , medicine , scikit-learn , data science , python , face recognition , reddit , object detection , workflow , jira , cloud computing , technology , data engineering , mathematics , online Assessment
Q1. Why should you be hired for this role?
I have expert level knowledge in Machine Learning having been certified with the TensorFlow Developer Professional Certificate by
DeepLearning.AI. I have interned in several companies as a Machine Learning Engineer wherein I have worked with Computer Vision to GANs. I
also have expertise in Python having been a facilitator for Python course CS106A at Stanford University.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Rishiraj Acharya
Kolkata, Durgapur
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
Algorithms Artifical Intelligence Data Structures
Deep Learning English Proficiency Spoken) English Proficiency Written)
GitHub Image Processing Machine Learning
OpenCV Biology Cloud Computing
Data Science Distributed Computing Google Cloud Computing
Java Mathematics SQL
B.Tech Hons.), Computer Science & Engineering
Netaji Subhash Engineering College, Kolkata
2018 - 2022
CGPA 9.62/10
Senior Secondary XII, Science
DAV Model School, Durgapur
CBSE board)
Year of completion: 2017
Secondary X
St. Peter's School, Durgapur
ICSE board)
Year of completion: 2015
Machine Learning Engineer
LANNET TECHNOLOGIES, Virtual
Jul 2020 - Sep 2020
Machine Learning Engineer
TeamCognito Tech LLP, Kolkata
Feb 2020 - Apr 2020
Tiger Reporter
THE TELEGRAPH IN SCHOOLS, Kolkata
Jun 2013 - Mar 2017
Report on various events and happenings. Work with the Editorial Team of ABP's The Telegraph in Schools in planning,
editing and designing of the paper.
deeplearning.ai Ambassador
Microsoft Student Partner
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Teacher CS106A - Python) at Stanford University
Natural Language Processing With Classification And Vector Spaces
Deeplearning.ai, Online
Jul 2020 - Jul 2020
https://www.coursera.org/account/accomplishments/certificate/BBKZVBE69ZSA
Natural Language Processing With Probabilistic Models
Deeplearning.ai, Online
Jul 2020 - Jul 2020
https://www.coursera.org/account/accomplishments/certificate/85DPYFXL54DT
AI For Medicine Specialization
Deeplearning.ai, Online
May 2020 - May 2020
https://www.coursera.org/account/accomplishments/specialization/certificate/VPGN5ZQR2PQ9
Deep Learning Specialization
Deeplearning.ai, Online
Jan 2020 - Jan 2020
https://www.coursera.org/account/accomplishments/specialization/5RJDXE97EYYQ
Tensorflow Developer Professional Certificate
Deeplearning.ai, Online
Jan 2020 - Jan 2020
https://www.coursera.org/account/accomplishments/specialization/U5AFLH7BY5N3
Machine Learning With TensorFlow On Google Cloud Platform Specialization
Google Cloud, Online
Jul 2019 - Jul 2019
https://www.coursera.org/account/accomplishments/specialization/CUSAAUZSZRDW
Joy Of Computing Using Python
Indian Institute of Technology Madras, Online
Jan 2019 - Apr 2019
http://nptel.ac.in/noc/social_cert/noc19-cs09/NPTEL19CS09S61270001191008713.jpg
Soft Skills
Indian Institute of Technology Roorkee, Online
Jul 2018 - Oct 2018
http://nptel.ac.in/noc/social_cert/noc18-hs29/NPTEL18HS29S112000291810057685.jpg
Brain Tumor Auto-Segmentation for MRI
May 2020 - May 2020
Chest XRay Medical Diagnosis with Deep Learning
May 2020 - May 2020
Real-time Orca call detection - GSoC 2020
Apr 2020 - Apr 2020
Conv1D, GRU, Unidirectional RNN
Automatic Pavement Assessment - SIH 2020
Feb 2020 - Feb 2020
Faster RCNN Object Detection
Improvise a Jazz Solo with an LSTM Network
Jan 2020 - Jan 2020
Face Recognition
Jan 2020 - Jan 2020
CNN with FaceNet & DeepFace
Data Engineering in Python and/or SQL or other domain-specific query languages.
Modeling in Python using packages such as numpy, scikit-learn, Keras, TensorFlow, and PyTorch.
CONTACT Phone: 91 9800434383
Deployment using an object-oriented programming language (such as Python, and Java, C,) and cloud technologies such
as AWS, GCP, and Azure.
Collaboration and workflow using a version control system (for instance, Git, Subversion, and Mercurial), a CLI like Unix, an
IDE such as Jupyter Notebook, and Sublime, and an issue tracking product like JIRA.
Research by following updates via channels such as Twitter, Reddit, Arxiv, and conferences such as NeurIPS, ICLR, ICML,
CVPR, and ACM.
Rank 335: Resume 67 with similarity score 0.026252167168228226
Resume Text: B.S , MS , BS software engineer , web developer , associate , android developer , mobile developer , technical specialist ease , ultra , player , entrepreneurs , bug tracking , kotlin , product management , linkedin , disabilities , components , reliability , financial technology , payments , organization , hobbies , engagements , freelancer , usability , alc , interfaces , access , prototype , firebase , ltd , english , agile , responsiveness , project , mobile apps , fixing , intermediate , branding , computer science , soft skills , private sector , research , affiliate , ghana , javascript , html , finances , general , scrum , developers , mysql , design , oracle , risk management tools , public , maintenance , digital media , donations , architecture , android studio , google , time management , mint , economic growth , new features , microsoft , github , xcode , edge , languages , android sdk , assessment , management system , queues , web , census , management skills , database , online , mentoring , staff training , css , health , scratch , ios , teams , application , focus , ict , participation , e-commerce , python , schedules , graphics , learning Ikechukwu Onah
Team player and an energetic software engineer with 4 years
experience developing robust code for high-volume businesses,
phenomenal time management skills, and a strong user focus.
7 Bashorun Street
Bariga, Lagos
08062892804
ernestcleverest@gmail.com
EXPERIENCE
Mint Financial Technology LTD — Android Developer
JUNE 2019 - PRESENT
Mint is an online banking application that puts you in control. An app
which helps users manage their finance, save as well as earn and make
payments or fund transfer with ease.
- I was part of the team responsible for the development,
deployment, debug and maintenance of the application.
- Work in an Agile/Scrum environment to deliver high-quality
software against aggressive schedules.
- Work with other team members to investigate design approaches,
prototype new technology and evaluate technical feasibility.
- Continuously suggest development improvements.
- Collaborate with the design team, providing creative input &
technical feasibility.
- Implement custom native user interfaces.
- Rapidly fixing bugs and solving problems.
- Making disciplined use of source control and bug tracking
systems.
- Clean architecture using MVVM, Jetpack Libraries etc.
Tunga, Freelancer — Android Developer
OCTOBER 2017 - MAY 2019
- Translate designs and wireframes into high quality code.
- Design, build, maintain high performance, reusable, and reliable
code.
- Participate in meetings with staff, team members and project
stakeholders.
- Worked closely with designers, product management & other
team members to create unique mobile apps.
- Ensure the best possible performance, quality, and
responsiveness of the application.
- Identify, correct bottlenecks and fix bugs.
- Help maintain code quality, organization and automatization.
SOFTWARE SKILLS
Language:
Java, Kotlin, Python, SQL,
Javascript, HTML, CSS.
Database:
Oracle, Firebase, Mongo,
MySQL.
Others:
Android Studio, Android SDK,
MVVM, Architectural
Components, Xcode, iOS.
AWARDS
Google Developers
Google Certified Associate
Android Developer
Andela learning community
LCA / Mentor
AngelHack Lagos Hackathon
2nd Runner up, Private Sector
Health Alliance of Nigeria
Challenge
BBC Talent Workshop
Certificate of participation
Afrihub ICT Institute
MCTS - Microsoft Certified
Technical Specialist
TRU-DATA, Ikeja — Android Developer
DECEMBER 2018 - MAY 2019
Tru-Data is a user-friendly mobile and web application developed to
authenticate documents, progressively eliminate counterfeiting and ease
document verification process. tru-DATA is also an e-platform for
retrieving, reclaiming and repossessing documents easily.
Grandilo, Yaba — Android Developer
OCTOBER 2017 - NOVEMBER 2018
- Designed and built the parish bulletin application from scratch
- Collaborate with cross-functional teams to define, design and ship
new features
- Work with outside data sources and APIs
- Unit-test code for robustness including edge cases, usability and
general reliability
- Work on bug fixes and improved application performance
- Continuously discover, evaluate and implement new technologies to
maximize development efficiency
- Staff training.
Ultra Media Solution, Egbeda — Web developer / Trainer
AUGUST 2016 - OCTOBER 2017
With nearly a decade of experience and 100's of websites, e-commerce,
digital Media, Graphics Designs, Mobile/Web App Solutions, Website
Maintenance and Branding services for clients scattered across Nigeria,
Africa, UK, USA and Asia, we take pride in our ability to deliver excellent
solutions. Each is tailored to meet our customers' needs and delivered on
time.
EDUCATION
University of Nigeria, Nsukka— Degree
October 2013 - August 2017
B.Sc Honours Computer Science.
PROJECTS
MyMinApp — Android
Banking application that puts you in control. Manage your finances on the
go. Save and earn as you wish. Payments made super easy. Skip crazy
queues and bank charges.
CBA Risk Management System — Web
A one-stop shop for plug and play risk management tools. Entrepreneurs
KEY RESPONSIBILITIES
Mobile Developer, Java
Programmer.
PERSONAL SKILLS
Attentiveness, Mentoring,
Sense of humor.
SOFT SKILLS
Communication, Team work,
Adaptability, Problem
solving, Divergent thinker,
Time Management, Attention
to Detail.
PORTFOLIO
Github linkedin
INTEREST / HOBBIES
Reading, Research, Listening
to Music
LANGUAGES
English.
REFERENCES
Will be Provided upon request.
https://play.google.com/store/apps/details?id=com.mintfintech.app
https://github.com/clevmania
https://www.linkedin.com/in/onah-ikechukwu-0433bb125/
want to be focusing on their core business and the growth of their
company. But at the same time they realize risk management is
important. The vision of CBA is to create an affiliate portal where
entrepreneurs can easily mobilize risk management tools in a way that is
low threshold, tailor made and highly actionable.
Parish Bulletin — Android
Parish Bulletin gets its users connected to church engagements. This app
makes you stay up-to-date with what is going on in your parish
throughout the week. Parish Bulletin App has inspiring features that helps
parishioners build their faith, make donations online and book meetings
with the Priest using your android device. The app currently has 150
parishes registered on it and over 3000 users in Nigeria, US, Philippines,
India, Kenya, Ghana and Canada
Make 12.4% Work — Android
The Make 12.4% Work Initiative looks at triggering the private, public and
development sector to open up employment opportunities and livelihoods
programs to persons with disabilities. 12.4% is the percentage of the
population of Uganda that lives with a disability. This is the figure as
given by the last national population census of 2014.
ReferAll — Android
The ReferAll App is developed under the Make12.4% Work initiative,
funded by the National Lottery Community Fund to create enabling
conditions for inclusive economic growth and allowing persons with
disabilities to fully access the job market.
CryptoVerter — Android
Andela Android Learning Community Intermediate Track Challenge; A
Google/Andela Learning Community (ALC) 2.0 for Nigerians & Kenyans
Assessment Project
Add Course — Android
A Gradebook Application which enables students retrieve and share their
results, monitor their academic progress and keep track of their
performance.
https://play.google.com/store/apps/details?id=com.grandilo.parishbulletin
https://play.google.com/store/apps/details?id=com.mangotree.make124
https://play.google.com/store/apps/details?id=com.mangotree.referall
https://github.com/clevmania/CryptoVerter
https://github.com/clevmania/AddCourse
Rank 336: Resume 883 with similarity score 0.026102167948056046
Resume Text: B.E , MS , B.TECH full stack developer , full time , software developer react.js , api , redux , core java , general , algorithms , css , apparel , designation , ug , user management , mar , affirmative action , hindi , authentication , maintenance , ltd , authorization , english , status , spring boot , architecture , agile , postgresql , email , project , application , less , spring data jpa , rest , git , computer science , maven , framework , languages , hibernate , algorithm development , management system , javascript , history , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130…
https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130440460d540e0… 1/2
Current Designation: Java Full Stack Developer
Current Company: Jaza Software OPC Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Jaza Software OPC Pvt. Ltd. as Java Full Stack Developer
Sep 2018 to Till Date
I am a Full Stack developer position at Jaza Software OPC Pvt. Ltd.
With 2.4 years of experience in Java along with its framework, React and Javascript, my goal is to leverage my expertise
to help my company to succeed in achieving the company vision.
UG: B.Tech/B.E. (Computer Science and Engineering) from Biju Patnaik University of Technology (BPUT) in 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Shahrukh Karim
Java Full stack developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Data Structures,Project
Management,Algorithm Development,Technical
Architecture,HTML,CSS,JavaScript,GIT,Maven,Core Java
Key Skills: Data Structures,Algorithm Development,Core Java,Spring
Boot,JPA,Hibernate,React.Js,Javascript,Html5,CSS,GIT,Maven,Agile Methodology,Postgresql
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Requirement
Gathering,System Analysis,Data Structures,Project Management,Algorithm Development,Technical
Architecture,HTML,CSS,JavaScript,GIT,Maven,Core Java
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 1.8 2020 2 Year(s) 5 Month(s)
spring boot 4 2020 2 Year(s) 5 Month(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130…
https://freesearch.naukri.com/preview/printResume?uname=5fe99507ac5fcfc121ddbba0aa96e7e85d090e524a475c100712105c545c054f135b130440460d540e0… 2/2
Nature of Employment: Full Time Duration: Oct 2020 - Nov 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Dec 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jul 2019 - Dec 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Spring Data JPA 2020 2 Year(s) 5 Month(s)
REST API 2020 2 Year(s) 5 Month(s)
Hibernate 2020 2 Year(s) 5 Month(s)
Data structures and algorithms 2020 2 Year(s) 0 Month(s)
React JS, Redux 2020 1 Year(s) 0 Month(s)
JavaScript 2020 1 Year(s) 0 Month(s)
GIT, Maven 2020 2 Year(s) 5 Month(s)
Postgres SQL 2020 2 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Costing
Client: Laguna Clothing
Project Details: This application digitalize the costing process in apparel industries where merchant uploads costing details
and higher authorities get mail for the approval, authorities can either reject it or approve it, History of all the activities are
being captured with Exact data.
Project Title: OptaPlan
Client: Laguna Clothing
Project Details: This application helps to track the timeline of Orders placed by clients in the Apparel industry. It highlights the
orders which are delayed and help executives to take necessary action accordingly.
Project Title: Authentication Server
Client: Laguna Clothing
Project Details: This application is a central user management system helps to provide authentication and authorization to
the users of different application.
Rank 337: Resume 1069 with similarity score 0.02608747620507469
Resume Text: MS , BS associate , etl developer , software developer , data management , full time , informatica , plsql developer , aws solution architect , aws architect master data management , veritas , web development , performing , css , security , designation , ug , mar , affirmative action , oracle , mysql , hindi , cloud , etl , maintenance , dynamo , php , cleansing , english , authorization , gujarati , bootstrap , status , email , project , record , application , aws , dwh , consolidation , pl/sql , idq , obiee , components , s3 , data quality , transformation , ec2 , django , infrastructure , languages , oci , python , javascript , organization , business requirements , learning , html , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160…
https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160610405f0f0956… 1/3
Current Designation: Informatica Etl Developer,Plsql
Developer,AWS Architect,AWS Certified
Current Company: Veritas Software Technologies
Current Location: Pune
Pref. Location: Ahmedabad,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Veritas Software Technologies as Informatica Etl Developer,Plsql Developer,AWS Architect,AWS
Certified
Jul 2018 to Till Date
Working in Master Database Management(MDM).
Working on IDQ Tool to deliver many business requirements.
Responsible to provide cleanse data in the Organization
Maintaining a Central Database for all customers and its information by creating mapping and mapplets and deploying it to
higher environment
Working on PLSQL in MDM track for enhancement purpose.
Supporting and solving DWH and OBIEE incidents and request (Support Activities).
Implementation of AWS Cloud infrastructure in organization.
Worked on Components such as: S3, SQS, SNS, VPN, EC2, Cloud Front, RDS, Dynamo DB, Lambda, SNS, IAM
Implement Security Web Portal project in organization to fulfill the business requirement and to automate a manual task.
Front End: Bootstrap, CSS, HTML
Backend: PHP, Oracle OCI
Working on Developing a Python Django project. It is an organizational internal project where it provides the necessary
information to the Business user about the maintenance work and upcoming activities.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
HARDIK DEDHIA
Associate IT Developer seeking roles in Web Development,Master Database
Management,Data Cleansing,Project Management,Informatica Data Quality,
HTML,Javascript,Python,MySQL,PHP,Django,Java,C,CSS,Bootstrap,HTML,AWS
,Cloud
Key Skills: Software Developer,Master Database Management,Data Cleansing,Project Management,Informatica Data
Quality,HTML,Javascript,Python,MySQL,PHP,Django,Java,C,CSS,Bootstrap,AWS,ETL Developer,Informatica
Developer,ETL
Summary
Result-oriented Professional with over 2 years of experience in Master Database Management,Data Cleansing,Project
Management,Informatica Data Quality,,HTML,Javascript,Python,MySQL,PHP,Django,Java,C,CSS,Bootstrap,HTML
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160…
https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160610405f0f0956… 2/3
UG: BCA (Computers) from kachchh university in 2015
PG: MCA (Computers) from Pune University in 2018
Other Qualifications/Certifications/Programs:
Cloud Infrastructure Certified AWS Solution Architect Associate
Nature of Employment: Full Time Duration: Jan 2020 - Jun 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Dec 2019 - Mar 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: Pune
Duration: Aug 2019 - Aug 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2018 - Aug 2020
Onsite / Offsite: Onsite
IT Skills
Skill Name Version Last Used Experience
C, JAVA
HTML, CSS, JAVASCRIPT
MySQL, Oracle, PL/SQL
ETL
Informatica Data Quality
Python Django
AWS
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
Gujarati Expert
English Expert
Marathi Expert
Projects
Project Title: Web Portal Using PHP
Client: Veritas
Project Details: Created a web portal using backend as PHP and Oracle OCI. front-end - bootstrap 4 ,javascript , css
Project Title: Python Django Webportal
Client: Veritas
Project Details: learning and Developing Web Portal in Python Django. The web portal objective was to display the future
maintenance work to be carried
Project Title: Aws Infrastructure Setup
Client: Veritas
Project Details: setting up the AWS infrastructure in the organisation and hosting website for the organisation
Project Title: Plsql
Client: Veritas
Project Details: Performing enhancement work for MDM project . code fix and data fix
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160…
https://freesearch.naukri.com/preview/printResume?uname=b91ad0fcb592307d2eb00f7b3506e68c5f5d5f564f470d165719420b0c5d001f150e160610405f0f0956… 3/3
Nature of Employment: Full Time Duration: Jul 2018 - Aug 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Mar 2018 - Sep 2019
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Master Data Management Using Informatica Data Quality(IDQ)
Client: Veritas
Project Details: Creating and Reserving Master Data record for various other team using address doctor , Match
transformation, consolidation transformation and etc transformation using Informatica Data Quality (IDQ) tool
Project Title: Java Enhancement
Client: Veritas
Project Details: java enhancement
Rank 338: Resume 1089 with similarity score 0.025950900844543948
Resume Text: BSC , BS , B.E , MS , B.TECH cloud architect , cloud consultant , system analyst , devops , software developer , board of directors , solution architect , full time , service provider , research analyst server monitoring , visualisation , microsoft azure , platforms , status , jboss esb , sap , bridge , ux , technology research , infrastructure , suite , automation , retail , helping clients , turn , devops , expense management , designation , v3 foundation , mar , deliverables , hindi , service providers , english , catering , directors , project , collaborative environment , provisioning , solution architecture , flow , itil , one , diagrams , javascript , vmware vsphere , insurance , amazon web services (aws) , managed services , general , affirmative action , information technology , oracle , mysql , public , ieee , queuing , iaas , paas , flavors , email , shaping , operations , saas , metal , languages , assessment , cisco , global research , fraud detection , subscriptions , cloud services , business intelligence tools , jenkins , ug , visit , hybrid cloud , analytics , authorization , google cloud platform , teams , application , electronics , transformation , framework , business communications , events , cloud computing , global strategy , orchestration , liferay , zenoss 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c10…
https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c100240445d5d0a… 1/3
Current Designation: Cloud Consultant
Current Company: Accenture Strategy
Current Location: Delhi
Pref. Location: Delhi / NCR,Noida,Gurgaon
Functional Area: IT Software - Other
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Strategy as Cloud Consultant
Mar 2020 to Till Date
Currently working as a Cloud Consultant with Accenture Global Strategy and Consulting division helping clients move to
Cloud with application modernisation and leveraging multiple migration styles with proficiency in AWS, AZURE and GCP.
Owning the end to end lifecycle for Journey to Cloud projects.
TCS as Cloud Architect
Jan 2019 to Feb 2020
Working with Retail and Insurance giants of the world and helping them achieve their cloud transformation journey with
cloud migration and modernisation. Leading the entire project lifecycle
Tollring as Cloud Solution Architect
Jul 2018 to Oct 2018
Tollring is a market leading software developer providing data visualisation and business intelligence tools that help
manage, understand and control a wide array of communications information, resources and assets. With offices in the
UK, the USA, India and Australia, Tollring specialises in business communications analytics, call recording solutions,
telecoms expense management and fraud detection. My Role here is of a "Cloud Solution Architect" who is leading the
entire Infrastructure department of the company and is responsible for deploying, managing and maintaining all the
company's assets deployed over cloud. I am also responsible for creating and designing all the high-level diagrams and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Devanshu Ahuja
Cloud Consultant seeking roles in Cloud Architecture, Cloud advisory & Consulting,
asset and technology, project and client management, Cloud Infrastructure
Management, Cloud Devops, public and private cloud providers, AWS, Azure, GCP,
Oracle, VMware
Key Skills: Cloud Consultant,Project Management,Cloud Computing,Client Management,Technology
Management,VMware,Solution Architecture,Cloud Architect,Cloud Advisory,AWS,Microsoft Azure,GCP,Oracle
Cloud,Solution Design,Technical Consultancy,Devops
Summary
A visionary person with the architectural skills, experience and insight to elevate and support Cloud based computing platforms,
infrastructure or data. In my last role with TCS and Tollring, I was working as a Cloud consultant and Cloud Solution Architect
respectively. I was leading the infrastructure department of the company and was responsible for deploying, managing and
maintaining all the company's assets deployed over cloud. I was helping clients in shaping their cloud journeys and owned the
complete lifecycle of the project from assessment till the final operations. I was also responsible for creating and designing all
the high-level diagrams and architecture flow of the infrastructure.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c10…
https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c100240445d5d0a… 2/3
architecture flow of the infrastructure. We are experts in IaaS, PaaS and SaaS. I am working with all the latest tools and
technologies on cloud.
Gartner as Research Analyst
Dec 2015 to Dec 2017
In my current role, I have been working as a Research Analyst and catering to Gartner's tech professionals clients
worldwide. Gartner is the world's leading information technology research and advisory company. I deliver the technology-
related insight necessary for our clients to make the right decisions, every day. I provide clients with objective and
actionable insight through written research, advisory calls, Gartner events and consulting support.
I have been working as a Cloud Computing Subject matter expert with Gartner, where I am involved in helping top
executives at leading organizations solve complex issues and achieve their mission-critical priorities. Synthesize complex
information into concise and dynamic must-have written research. Conduct compelling advisory calls with our clients to
contextualize Gartner's research and provide actionable advice. Thrive in a fast-paced, collaborative environment working
closely with global research teams.
I have authored Gartner's In Depth Research Documents on:
Amazon Web Services (AWS)
Google Cloud Platform (GCP)
Microsoft Azure
VMware vSphere 6.0
Governance Strategies in Public Cloud.
These research papers are published on Gartner.com and available to Gartner Clients based on their subscriptions.
Accenture Services Private Limited as Senior System Analyst
Jul 2011 to Dec 2015
Roles and Responsibility:
I have worked on multiple assignments during my Tenure in Accenture.
* From Jul 2011 till Jul 2012, I worked with one of the Diamond Client for Accenture where I have worked as a Technical
Analyst for SAP Treasury. Under this Role, I have successfully worked on designing and supporting the SAP Treasury
framework for Accenture and for Accenture Client's deliverables and delivered the outcomes. This includes fetching the
Exchange Rates from Reuters and feeding them into our SAP framework which in turn was being used by Clients for day
to day transactions. I was working on designing and maintaining the interface which was responsible for doing this
Transition.
* From Jul 2012 till Dec 2015: I worked with Accenture Cloud Platform. Under this job I have worked on multiple
assignments and delivered varied flavors for Cloud Computing Solutions.
I have successfully worked and delivered three Different Flavors for Accenture's Cloud Computing Solutions for Accenture
Clients. Those were the Solution that accelerates Accenture's capability for Hybrid cloud to meet end to end Client needs
from unified billing till Cloud Managed Services.
The different flavors included designing and managing a Cloud Solution from "BMC Suite of Products" to the "Accenture's
In house Solutions" and now Using "Cisco Intelligent Automation for Cloud (CIAC)" to work with Different Public and
Private Cloud Service Providers like :
Amazon Web Services (AWS), Microsoft Azure, Accenture Private Cloud, NTT, Verizon Terremark, Google Cloud Platform.
During the tenure with Accenture, I have worked as a Cloud Specialist for Accenture and my Job included:
* Deploying and Managing the infrastructure that is required to build the Cloud Platform. This includes both the
Architecture Level Designs till the final Code Deployment. During this I have worked on numerous technologies:
Jboss ESB (Orchestration and Queuing), Liferay (UI/ UX), Chef (Automatic Server Provisioning), MySQL DB (Storing and
managing the Data), Zenoss (Server Monitoring), Jenkins (Automatic Code Deployment), Amazon cloud Watch, Vmware
etc.
* Also worked at the Cloud Service Provider End (AWS/ Azure/ Google/ NTT/ Terremark) for managing and supporting
Client's infrastructure
Selected Accomplishments
* I have single handedly delivered a solution for Accenture Cloud Platform for one of the cloud Service Providers which
included deliverables from designing and laying down the footprint for infrastructure architecture, Configuring the entire
infrastructure till the final code deployment. This also included reviewing and supporting the management framework at
Cloud Service Provider's end.
* I was also the only person nominated from Accenture Cloud Team to visit Onsite (Italy, Rome) and to bridge the
Knowledge transfer and execute the transition with Accenture Clients and Chief development team.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c10…
https://freesearch.naukri.com/preview/printResume?uname=65fb92c3d731daed3b174416da18951c5d090a031b450e425643465d0e09561f170c100240445d5d0a… 3/3
UG: B.Tech/B.E. (Electronics/Telecommunication) from guru gobind singh ip university in 2011
Other Qualifications/Certifications/Programs:
Completed ITIL V3 Foundation Certification
Certified in Java
Certification for working in Board of Directors for IEEE
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Computing SME,Java, J2EE
C,C++,MySQL,Chef,Zenoss
Amazon Web Services (AWS) 2020 9 Year(s)
Microsoft Azure 2020
VMWare Vsphere 2019
Jboss ESB 2015
Google Cloud Platform (GCP) 2020
Oracle Bare Metal Cloud Services 2020
AWS/ AZURE / GCP Devops 2020 9 Year(s)
Cloud Solution Architect 0 9 Year(s) 4 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Rank 339: Resume 1431 with similarity score 0.025923508113442947
Resume Text: MS lead developer , devops , orchestrator , software developer , change management , full time , support staff automation , reporting , manual testing , devops , css , designation , ug , confluence , versioning , office , relationship building , affirmative action , articulate , principles , interpersonal skills , cloud , hub , vista , hindi , maintenance , ltd , windows , jquery , alm , json , advanced , authorization , ibm bpm , english , visual basic , status , specifications , sql , email , project , agile , scotland , application , aws , c programming , sap , process design , high quality standards , adherence , steps , xml , atlassian , pharmaceuticals , needs assessment , change management , c++ , git , unit testing , kibana , framework , languages , technical documentation , urdu , kannada , tableau , sit , javascript , jira , workflow , it sector , working experience , cyber , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 1/4
Current Designation: Rpa lead developer
Current Company: Tata Consultancy Services (TCS)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 7 Month(s)
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Farha S
RPA Lead developer seeking assignment in Software Development,Software
Application Development,Project Management,Requirement Gathering,UiPath
Advanced Development,Change
management,HTML,CSS,JavaScript,jQuery,XML,JSON,SQL,AWS,SQL,My SQL
Key Skills: RPA Lead developer,Software Developer,Software Development,Software Application Development,Project
Management,Requirement Gathering,UiPath Advanced Development,Change
management,HTML,CSS,JavaScript,jQuery,XML,JSON,SQL,AWS,SQL,My SQL
Summary
Meticulous and versatile professional offering 5.7 years of experience in the IT sector
* Certified in UiPath Advanced Development
* Extended expertise in development of RPA-Ui Path version 2016, 2018 with RE-Framework, 2019 with Git Hub & 2020 with
cloud Automation.
* Developed Processes using .Net, HTML, SQL and Visual Basic technologies.
* Profound knowledge of business processes and experience in converting these requirements into technical specifications.
* Experience in installing Bots in various environments.
* Extended knowledge on JIRA Atlassian.
* Extended knowledge on reporting tools such as SQL, Tableau
* Extended expertise in Supporting RPA-UiPath projects in Production.
* Extended knowledge in Service Now especially in Change management.
* Extended knowledge on Orchestrator of UiPath
* Expertise in maintaining the versions of code in Bit Bucket
* Extended knowledge on Kibana
* Extended knowledge on Confluence
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 2/4
Tata Consultancy Services (TCS) as Rpa lead developer
Feb 2015 to Till Date
TCS as RPA Lead developer
Feb 2015 to Oct 2020
Project Name ADIENT
Duration 2 Months
Period 1st Sep 2020 to 28th Oct 2020
Roles RPA developer Lead
Start Date 01-Sep -2020
End Date 28-Oct -2020
Responsibility 1) Developed Processes using .Net, HTML, SQL and Visual Basic technologies.
2) Converting business processes and requirements into technical specifications.
3) Installing Bots in various environments.
4)Use of DevOps for creating strategic branches and versioning the code in different environment
5) Deploying code in cloud automation Uipath
6)Triggering & monitoring process in cloud Orchestrator
Technical Skills .Net, SQL, HTML, UIPATH (version 2020) & Orchestrator
Achievements RPA Uipath Advacnced Certified
Project Name Takeda Pharmaceuticals International AG
Duration 21.23Months
Period 30-Nov-2018 To 28-Aug-2020
Roles RPA developer & Support Lead
Start Date 30-Nov-2018
End Date 28-Aug-2020
Responsibility 1) Certified in UiPath Advanced Development
2) Extended expertise in development of RPA-Ui Path version 2016, 2018 with RE-Framework and 2019 with Git Hub.
3) Developed Processes using .Net, HTML, SQL and Visual Basic technologies.
4) Profound knowledge of business processes and experience in converting these requirements into technical
specifications.
5) Experience in installing Bots in various environments.
6) Extended knowledge on JIRA Atlassian.
7) Extended expertise in Supporting RPA-UiPath projects in Production.
8) Extended knowledge in Service Now especially in Change management.
9) Extended knowledge on Orchestrator of UiPath
10) Expertise in maintaining the versions of code in Bit Bucket
11) Extended knowledge on Kibana
12) Extended knowledge on Confluence
13) Extended knowledge on testing for bots (unit testing, SIT and UAT).
14) Working Experience in agile methodology.
15) Experience in developing RPA UiPath prototypes and Proofs of Concepts.
16) Experience in converting the UiPath simple workflow to UiPath Re-Framework.
17) Experience in designing end to end process using workflow principles that are efficient, well structured, maintainable
and easy to understand.
18) Strong technical documentation skills such as RPA Process Design Document (PDD), RPA Solution Design Document
(SDD) etc.
19) Set, maintain and ensure adherence to Automation Best Practices for RPA development
20) Experience in converting complex processes into simple and standard steps.
21) Extensive industry knowledge; keen client needs assessment aptitude; client focused approach that fosters trust and
allegiance
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 3/4
22) First-rate analytical and problem-solving skills dedicated to maintaining high quality standards, planning and
supporting the project
23) Ability to build new territories and expand opportunities towards the achievement of stated targets, to lead, motivate
and provide effective guidance to a team of professional and support staff
24) Highly articulate, demonstrating excellent relationship building, communication and interpersonal skills
Technical Skills C programming, C++, Java, Html, .Net, SQL, HTML, IBM BPM, UIPATH (version 2019, 2018 & 2016),
Kibana, Orchestrator
Achievements RPA Uipath Advacnced Certified
Project Name Avis Budget EMEA Ltd
Duration 0.33Months
Period 17-Apr-2017 To 01-Aug-2017
Roles Developer
Start Date 17-Jul-2017
End Date 27-Jul-2017
Responsibility Developer
Technical Skills Uipath, Testing(All), Support
Achievements
Project Name Equifax Inc.,
Duration 3.23Months
Period 14-Sep-2016 To 20-Dec-2016
Roles Tester
Start Date 14-Sep-2016
End Date 20-Dec-2016
Responsibility 1.Sanity Testing ,Unit Testing and Regression Testing2.Uploading and Tracking in JIRA
Technical Skills Manual Testing and Basic SQL
Achievements
Project Name Royal Bank of Scotland PLC
Duration 4.93Months
Period 03-Feb-2016 To 30-Jun-2016
Roles Tester
Start Date 03-Feb-2016
End Date 30-Jun-2016
Responsibility Testing
Technical Skills Manual Testing
Project Name STAPLES, INC.
Duration 1.00Months
Period 01-Oct-2015 To 31-Oct-2015
Roles Tester
UG: BCA (Computers) from College of Sir M.L.A.C.W, Bangalore University, Bangalore, Karnataka in 2014
Education
IT Skills
Skill Name Version Last Used Experience
C programming, C++, Java, Html, .Net
Visual Basic
SQL, My sql
HTML, CSS, JavaScript, JQuery, XML, JSON
MS OFFICE
Windows 98 / 2000 / NT / 2003 / XP/Vista
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120…
https://freesearch.naukri.com/preview/printResume?uname=c032c6ea254a914637fe74aad116eee10a0909024f470a440310435e5a5d071e455a120313455d5c0e0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IBM BPM, UIPATH
SAP, JIRA, GIT HUB, DevOps
Bit Bucket, UiPath, IBM BPM
ALM, Cyber Ark
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Urdu
Rank 340: Resume 9 with similarity score 0.025901375065370946
Resume Text: B.TECH , BS project manager , work from home performing , mar , public , android studio , project , store , google , application , kotlin , resume , github , weather , java , computer science , completion , assessment , python , organization , campus , technology Assessment
Q1. Why should you be hired for this role?
To leverage my knowledge in an organization where I can utilize my challenging and hardworking capabilities to full extend while being
resourceful, innovative and flexible.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months from Durgapur , West Bengal .
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 8405978077
ARPIT TAPASWI
Durgapur, Kolkata
Applied 25 Dec'20
Android Kotlin Java
Python GitHub
Bachelor of Technology B.Tech), Computer Science & Engineering
NSHM Knowledge Campus
2018 - 2022
Senior Secondary XII, Science
D.a.v Nandraj Public School
CBSE board)
Year of completion: 2018
Percentage: 64.00%
Secondary X
St. Jospeh's School
ICSE board)
Year of completion: 2016
Percentage: 74.00%
Project Manager
Apr 2020 - Jun 2020
https://play.google.com/store/apps/details?id=edu.califer.projectmanager
Designed and programmed the application available on Google Play Store – PROJECT MANAGER
This application is made in Android Studio using the language KOTLIN.
Application is basically used for Team Work , where individual can work in a team.
WeatherInfo
Apr 2020 - May 2020
https://drive.google.com/file/d/1SF4RCneqaNUtEAz7Lb6_pt3rlZDJN_0G/view?usp=sharing
Programmed the application so that user can check the weather of their current location .
BurnFat
Mar 2020 - Apr 2020
https://drive.google.com/file/d/1SRUoQWTtRtVNMOw-G7hie951tSkCN_a/view?usp=sharing
Programmed the application so that user can achieve a healthy life by performing exercise on a scheduled manner .
https://play.google.com/store/apps/details?id=edu.califer.projectmanager
https://drive.google.com/file/d/1SF4RCneqaNUtEAz7Lb6_pt3rlZDJN_0G/view?usp=sharing
https://drive.google.com/file/d/1SRUoQWTtRtV-NMOw-G7hie951tSkCN_a/view?usp=sharing
Rank 341: Resume 66 with similarity score 0.025747152201233442
Resume Text: BTECH , MS , B.TECH , BS work from home , service person api , training , exhibition , ran , customer , algorithms , internships , robot , segmentation , pots , physics , classification , deep learning , pca , mar , children , cancer , cloud , keras , air , basic , ted , hollywood , english , articles , graphs , enterprise , project based , models , sql , google , store , consideration , c programming , focus , dps , records , loops , fit , steps , forms , prediction , resume , plants , materials , aiml , biology , java , writing , sketching , online , machine learning , design thinking , computer science , languages , earthquake , data analysis , cosmos , completion , assessment , events , management system , python , money , rights , artificial intelligence , availability , technology , intelligence systems , humidity , octave , french Assessment
Q1. Why should you be hired for this role?
I should be hired for this role as I am currently pursuing my Btech in Computer Science and m specialisation itself is in Machine Leaning and
Artificial Intelligence. I have a through knowledge about languages such as Python, C and C. I have furnished my Machine learning skills by
various online trainings sessions and have experiences of projects such as Sentimental Analysis using ML and how Google uses machine learning
in its applications. By choosing me your company will definitely have an efficient candidate for the job and this online mode of internship will
prove to be highly time saving and effective money saving deal. I would be gladly availability for the mentioned duration and I work with utter
sincerity and responsibility. I assure you I will give my best on it. I am a keen and a creative learner. I like to solve real life based problems and
have a creative solution to it. I am extremely interested in this internship as it will give me a fair chance to upgrade my skills and learn something
new . I am just a aspiring ordinary candidate with extraordinary dreams. Thank You Regards Ananya Goel
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for a period of 3 months . But I shall need a break of about days for my exams to be held from 1 st to 10 th March.
Resume
EDUCAT ION
INTERNSHIPS
Ananya Goel
Yamuna Nagar, Dehradun
Applied 08 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
MSExcel MSPowerPoint Biology
C Programming C Programming Data Structures
Event Management Fashion Designing Artifical Intelligence
French Proficiency (spoken) Java Machine Learning
Bachelor of Technology B.Tech), Computer Science( AIMl)
UPES
2019 - 2023
Senior Secondary XII, Science
DPS RK PURAM
CBSE board)
Year of completion: 2019
Secondary X
Unison World School
ICSE board)
Year of completion: 2017
CGPA 10.00/10
Content Writing
Filmaesthete, Virtual
Feb 2021 - Present
I write content for a blog on daily basis. I write news.
Link:https://www.filmaesthete.com/2021/02/04/ted-cruz-is-getting-ripped-by-hollywood-for-citing-avengers-endgame-and-
watchmen-in-an-argument-against-the-left/
Biology
Waryam Singh Hospital, Yamuna Nagar
Aug 2020 - Oct 2020
In this internship at the hospital , I learned to detect the diseases based on symptoms. This in future will help me to generate
an A based robot to detect diseases and perform surgeries.
Artificial Intelligence AI
Miranda University, Delhi
Dec 2019 - Dec 2019
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
We were assigned AI projects on how to measure the humidity and automate the chemical lab exercises.
we used online learning tools to carry out reactions and make chemical organic compounds that were eco friendly and learnt
about various materials.
I have been an active social service person. Won awards like IAYP and taught children in need.
I have headed the editorial club and was a part of the Youth Parliament in DPS RK PURAM. I was a confident debator
throughout.and have many international and well as national experience in the same. I have handled the post of a headgirl as
well.
Cancer Detection
Courseera, Online
Jul 2020 - Aug 2020
This project was based on designing robots that detected Cancer , that is it took in consideration the symptoms and ran
certain classification algorithms to detect if a person had cancer or not. Sklearn libraries were used to do the same .
Machine Learning
Stanford University, Online
May 2020 - Present
This is a detailed course on different aspects of machine learning
How Google Uses Machine Learning
Courseera(Google Cloud), Online
May 2020 - May 2020
This was a project that included techniques of how google included machine learning in various applications. It had a hands
on project on predictions of earthquake using pre defined data and also how we could use sql to make graphs easily. It also
in cluded knowledge about various API S
certificate link:https://coursera.org/share/d1a586601f57fe0551cf6b653b298c58
Python , MICHIGAN UNIVERSITY
Courseera, Online
May 2020 - May 2020
Link: https://coursera.org/share/1a4926e5715a28d91cc2ac4b140dd871
Install Python and write your first program
Describe the basics of the Python programming language
Use variables to store, retrieve and calculate information
Utilize core programming tools such as functions and loops
Sentimental Analysis
Courseera( RHYME, Online
Apr 2020 - Apr 2020
This was a training course based on prediction on sentiments in a text by using Artificial Intelligence. It also included a hands
on project to apply the same .
certificate link:https://coursera.org/share/0df06e03941513e6b94ad20ddfab4ec1
PRODUCT DESIGNING
Wadera Art Training Center, Chandigarh
Apr 2018 - May 2019
During the training I made my own portfolio and designed products and apparels . Learnt various forms of sketching by hand
as well by using certain softwares.
World Scholars Cup
International, Dehradun
Feb 2015 - Feb 2017
This was an international debating event that involved debates , essay writing , and MUNS
Enterprise Design Thinking - Team Essentials for AI
Jul 2020 - Jul 2020
https://www.youracclaim.com/badges/0382c976-b44a-407f-a6c0-dc92cf469dc0/email
https://www.youracclaim.com/badges/0382c976-b44a-407f-a6c0-dc92cf469dc0/email
This badge earner has demonstrated proficiency in using Enterprise Design Thinking concepts and activities to design
responsible artificial intelligence systems with intention and a focus on people.
Enterprise Design Thinking - Team Essentials for AI
Jul 2020 - Jul 2020
https://www.youracclaim.com/go/ACMfpAS9O41Mu1ubjA7WPg
This badge earner has demonstrated proficiency in using Enterprise Design Thinking concepts and activities to design
responsible artificial intelligence systems with intention and a focus on people.
Employee management system
Jun 2020 - Jun 2020
https://coursera.org/share/24ec9560ff87e5cf0ba40f97c90a9105
This project was about creating an efficient employee based system that has the records of the employees in an efficient
and time saving manner. It included AI .
certificate link: https://coursera.org/share/24ec9560ff87e5cf0ba40f97c90a9105
Custom Prediction Routine on Google AI Platform
Jun 2020 - Jun 2020
https://coursera.org/share/717cfe614d77983eafae02c5251ac338
Deploy a model with custom prediction routine on Google AI Platform.
Use a model deployed on Google AI Platform for inference.
Unsupervised Machine Learning for Customer Market Segmentation
Jun 2020 - Jun 2020
https://coursera.org/share/c6d01e9404482cce264ec47f8772b5ba
Understand how to leverage the power of machine learning to transform marketing departments perform customer
segmentation
Compile and fit models such as PCA and KMeans to train
Understand the theory and intuition behind PCA and k-means.
Image Data Augmentation with Keras
Jun 2020 - Jun 2020
https://coursera.org/share/5fd64f08e4bcc83a32a01402737306d7
Image Data Augmentation with Keras
Using Image Data Generator with a Keras Model
SKILLS YOU WILL GAIN
Deep Learning
Convolutional Neural Network
Machine Learning
image augmentation
keras
COVID19 Data Analysis Using Python
Jun 2020 - Jun 2020
https://coursera.org/share/05db3bfd340c7a71179ba438cad65869
Learn the steps, needed to be taken to prepare your data sources for an analysis
Learn how to look at your data to find a good measure to stablish your analysis based upon
Learn to visualize the result of your analysis
Enterprise Design Thinking Practitioner
Mar 2020 - Mar 2020
https://www.youracclaim.com/go/BeX72pEvCKTfyY5IDGOc0Q
The earner has acquired knowledge of applying Enterprise Design Thinking and its value. As a Practitioner, the badge earner
finds opportunities to try it out in their every day work.
Event Management
Feb 2020 - Feb 2020
This event was a local event of setting up stalls and selling diversities of items to the customers. It also involved hosting a go
green exhibition where plants and eco friendly pots were sold.
Air Force MUN
https://www.youracclaim.com/go/ACMfpAS9O41Mu1ubjA7WPg
https://coursera.org/share/24ec9560ff87e5cf0ba40f97c90a9105
https://coursera.org/share/717cfe614d77983eafae02c5251ac338
https://coursera.org/share/c6d01e9404482cce264ec47f8772b5ba
https://coursera.org/share/5fd64f08e4bcc83a32a01402737306d7
https://coursera.org/share/05db3bfd340c7a71179ba438cad65869
https://www.youracclaim.com/go/BeX72pEvCKTfyY5IDGOc0Q
CONTACT Phone: 91 9817893613
Dec 2019 - Dec 2019
I was in the women Empowerment committee , we have had discussions regarding the rights that should be given to women
and drafted some solutions to basic problems women face
ACM Event Management
Feb 2019 - Feb 2019
This was a technical fest that involved organizing of events
COSMOS Magazine in DPS RKP
Aug 2018 - Oct 2018
I created the content of COSMOS magazine. It is the annual magazine from the Physics department of DPS RKP. It contained
various recent researches done in the field of Physics along with the details of all the science events that had happened.
Editorial Head In Unison World School
Mar 2016 - Jan 2017
I was the editorial head in Unison World School. I edited all the articles that were given by various students to be put in the
magazine. I also wrote annual day speeches . All the content on the the school website was written by me
Prediction on Housing prices
Jun 2020 - Present
This was a project based on Machine Learning in which by using Octave language we could predict the housing prices
automatically.
Rank 342: Resume 120 with similarity score 0.025712042853896215
Resume Text: MS , B.TECH work from home , student ecommerce , lite , algorithms , css , trident , automated trading , panda , bootstrap , project based , models , sql , prediction , resume , stock market , java , machine learning , computer science , framework , django , e-commerce , returns , completion , assessment , python , one , organization , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
Energetic and passionate college student working towards Bachelor of Technology at Trident Academy Of Technology .
Aiming to use my knowledge that I have acquired from my coursework as well as self study and hard work to satisfy
my work at your organization .
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 8249719981
BISWARANJAN PANDA
Balasore, Bhubaneswar
Applied 29 Jan'21
HTML CSS Java
MSWord Python Django
Bachelor of Technology B.Tech), Computer Science & Engineering
Trident Academy Of Technology
2017 - 2021
CGPA 8.00/8
Senior Secondary XII, Science
ROYAL COLLEGE OF SCIENCE AND TECHNOLOGY
CHSE board)
Year of completion: 2017
Percentage: 60.00%
Secondary X
Pragyan Bharati Shikshya Kendra
HSE BOARD BOARD board)
Year of completion: 2015
Percentage: 82.66%
Django
udemy, Online
Aug 2020 - Sep 2020
Python
udemy, Online
Jul 2020 - Aug 2020
E-commerce
Dec 2020 - Jan 2021
This is the ecommerce project based on where one to many relationship where customers can buy product. This project
created with Django as a framework and python as a backend database SQL lite and frontend HTML and bootstrap.
Stock market price prediction
Nov 2020 - Dec 2020
In this project we attempt to build an automated trading system based on Machine learning algorithms. Based on historical
price information ,the machine learning models will forecast next day returns of the target stock.
Rank 343: Resume 1439 with similarity score 0.025706843298945327
Resume Text: B.E , MS , B.TECH senior developer , technology analyst , full time , senior software developer outlook , functionality , blueprint , core java , telugu , microsoft azure , mapreduce , designation , cam , vendors , affirmative action , oracle , routing , hindi , cloud , offers , basic , ltd , pdf , particular , english , advanced , authorization , design documents , status , c# , bot , sql , email , logging , project , infosys , store , excel , sap , recorder , jira , nia , test automation , operations , insurance policies , electronics , articles , components , obc , servers , unit testing , chat , framework , asp.net , business process , languages , auditing , foundation , big data , process automation , his , family , data science , python , app , javascript , form , ml , workflow , web , technology , availability , dell , servicenow , hadoop , demos 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 1/4
Current Designation: Senior Software Developer
Current Company: Wipro
Current Location: Hyderabad / Secunderabad
Pref. Location: Chennai,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Wipro as Senior Software Developer
Sep 2020 to Till Date
As a Senior Rpa developer,
* Will do feasibility analysis, involve in design phase
* Prepare Solution Design Documents for approved PDD.
* Develop and test automation code
* Release the code to Production after approval from client team.
Diebold Nixdorf as Senior Rpa Analyst
Oct 2018 to Sep 2020
* Gather requirements for the identified business process.
* Prepare PDDs and TDDs during design phase.
* Develop the bot code to automate entire process.
* Do end to end testing and deploy the code to the production.
Infosys Ltd as Technology Analyst
Jul 2014 to Aug 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Katakam Muneeswaraiah
Certified RPA Professional with 6 years of total experience and has 4.7 years of exp in
RPA relevant to 3.5 years of experience with Automation Anywhere tool. Also certified
from AA, Blue prism and Uipath. Worked with python and vb script...
Key Skills: rpa,robotic process automation,ui
path,asp.net,python,sql,dbms,hadoop,mapreduce,uipath,vba,aa,c#,Automation Anywhere,VBMacros
Summary
* Involved in RPA development of projects for about 4.5 years with over all 5 years 10 months of experience.
* Have work experience of 3 years on Automation Anywhere 10.x,11.x tool with multiple client projects and POCs.
* Certified from Automation Anywhere 10.x, Blue Prism6.1 and UiPath 2017.1
* Worked with Dell, Diebold, AmFam, PWC, JCI clients.
* Have experience with Azure chat bot and luis.
* Automated the business processes using Automation Anywhere and Uipath.
* Trained in core JAVA, SQL, DBMS from Infosys Mysore about 4 months.
* B.Tech in Electronics with 84% from RGUKT APIIIT idupulapaya.
* Also interested in the RPA, ML and Data science.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 2/4
- Working with the Azure Chatbot with PWC client.
- Working as a RPA senior developer from last 3.5 years on various RPA tools.
- Had enough 2+ years of experience with Automation Anywhere on implementing various business processes with the
clients.
- Strong insights on technical feasibility, automation feasibility and ROI analysis for a business process.
- Prepared TDDs and PDDs for the business processes.
- Implemeted hands on design, logging, error handling etc...
- Worked on various cross technologies like RPA, python, C# for chatbot implementation, core Java etc..
- Guide the team members to complete the project successfully.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi University of Knowledge Technologies, AP IIIT in
2014
Other Qualifications/Certifications/Programs:
Blue prism AD01- Accredited Developer Exam
Automation Anywhere Certified Advanced RPA Professional
RPA Developer Foundation Diploma in Uipath
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
Big Data, Hadoop 2017 1 Year(s) 0 Month(s)
Python 3.6 2.7 2017 0 Year(s) 8 Month(s)
ASP.NET 2018 0 Year(s) 7 Month(s)
Uipath 2017.1 2018 0 Year(s) 9 Month(s)
Blue Prism 6.1 2018 0 Year(s) 4 Month(s)
Azure BOT framework 2018 0 Year(s) 3 Month(s)
Automation Anywhere 10.7 2018 2 Year(s) 9 Month(s)
RPA - Robotic Process Automation 2018 4 Year(s) 6 Month(s)
Automation Anywhere 11.3 2020 0 Year(s) 10 Month(s)
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
English Expert
Hindi Proficient
Projects
Project Title: Intercompany Oracle Process
Client: Diebold Nixdorf
Skill Used: Automation Anywhere, Oracle, VBA Macros
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 3/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Jan 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: May 2018 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Feb 2018 - Apr 2018
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Oct 2017 - Jan 2018
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jul 2015 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 7
Role Description: * Prepare the PDDs and TDDs for the identified process
* Develop the AA code for the identified process
* Do end to end testing
* Deploy the code to the production and schedule the bots
Project Details: In Diebold Nixdorf, Employees will claim and send lots of bills to the managers which will be store in the form
of Excel. Thousands of employees need to update all the bill details in the oracle to get the approval from manager and
manager has to update the same bill in the oracle system after approval. This process will take almost 3-4 days for each bill
to check, review and approve. So we have automated this process using AA where it will update all the details in the oracle
system by taking the details of the bills from master excel file. Using the same details, will create the invoice PDF copy and
send mail to the manager and vice versa. Now we are planning our bot blueprint in almost 60 countries of the company which
saves lot of time, human effort and resources. We have developed, tested and released out bot to production.
Project Title: SAP Invoice Process
Client: Diebold Nixdorf (Germany)
Skill Used: Automation Anywhere, SAP, VBA Macros
Role Description: * Prepare the PDDs and TDDs for the identified process
* Develop the AA code for the identified process
* Do end to end testing
* Deploy the code to the production and schedule the bots
Project Details: Every day DN will get thousands of invoices from his vendors through mails. These invoices have to be
process in SAP. Need to download from mail and upload in the SAP in PO or with out PO section based on PO number
availability. After uploading, will assign the workflow to the specific assignee and park the invoice in the SAP.
Project Title: Dell Esupport Auditing
Client: Dell
Project Details: Dell Esupport site has all information about every dell product. This information or links that are available in
site has to be audited everyday manually. Dell site contains around 3600+ products and each product may have around
thousands of links which includes drivers, product info, articles etc. Dell team has to audit these links to check whether the
link is working and routing to the actual page and prepare audit log for all check points that they have. It will take around 1
day for each product to audit all the links. We developed main taskbot which is combination of metabots and taskbots to
automate the audit process and we reduced time from 1 day to 15mins.
Project Title: PwC CAM Chat bot
Client: PwC-US
Skill Used: Microsoft Azure, Luis, C#, basic SQL, MS Visual Studio.net
Role Description: => Develop the C# code to map the user utterances to the intents in the Azure Luis.
=> Develop Intents, Entities and Train the Luis for effective functionality.
=> Do end to end unit testing, retrain Luis and develop Code.
Project Details: The main objective of CAM initiative to answer user queries which are in the count of thousands on daily
basis. The queries must be answered in the most effective way to clarify the users concerns/questions. We have automated
this Chatbot support using Azure Cloud Web App Bot.
Project Title: Automation of Ticket Routing
Client: American Family Insurance (AmFam)- US
Skill Used: Automation Anywhere, Servicenow, Excel
Role Description: ** Gather the requirements and prepare PDDs, TDDs with detailed level of understanding.
* Develop the code with various components of the AA tool like Object Cloning, Web Recorder, Date operations with
Excel,Credential manager etc.
* End-End testing
Project Details: American Family Insurance (AmFam) is a company which offers different insurance policies to its customers.
For any queries user will raise tickets in Service Now which is used by AmFam. Daily there are several tickets raised by their
users. In every shift these tickets must be assigned to the SMEs which takes almost 2-3 hours of human effort. The
requirement here is to automate this manual ticket assigning process so that tickets are automatically assigned to SMEs in
shifts based on the shift assignees data in the Excel
Project Title: Automation of DBA services
Client: JCI - US
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a420815…
https://freesearch.naukri.com/preview/printResume?uname=3588037c88e6ba57e276502a4c2b44f00d5a58054f1b0014561840095f0b534a4208155515125c0b00… 4/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Dec 2014 - Jun 2015
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Automation Anywhere, Infosys Nia, SQL, python
Role Description: * Develop the code in AA to automate the process
* Prepare PDDs and TDDs with detailed technical and functional dependencies.
* Unit and End to End testing and deploying the solution in the production by giving demos to the client.
Project Details: The web logic servers are failing frequently in a day and sending alert mails to the outlook with level of priority
and status of the server. Once failure alerts came to inbox, will create JIRA ticket with details by logging in to JIRA Tool. Then
need to login to web logic server URL and restart the particular server and monitor the server status. Once server starts will
close the JIRA ticket with updated details. Repeating the same process for all the servers that send the failure alerts to the
outlook. Automate the process using the RPA tool.
Project Title: Microsoft Legal Applications
Client: Microsoft Corporation -US
Skill Used: SQL
Role Description: Resolving L1 and L2 issues for all the Legal Applications coming from users with the help of L3 support.
Project Details: Correcting and implementing the tool whenever new issues raised in the usage. Develop continuous working
functionality by taking assistance from the superior leads.
Rank 344: Resume 1258 with similarity score 0.02569124785841709
Resume Text: B.S , MS scrum master , senior developer , quality assurance , solution architect , full time , team lead , senior consultant , data management api , reynolds , computing , scrum , microsoft azure , physics , designation , demand , das , hes , ug , affirmative action , mysql , oracle , hindi , cloud , brownfield , ami , ltd , gateway , kafka , ddm , meters , authorization , english , node.js , teams , smart metering , energy , meter data management , status , architecture , postgresql , email , manufacturing , digital transformation , health check , application , aws , agile project management , mongodb , microservices , agile methodologies , devices , consultation , bengali , edge , data analysis , database design , s3 , amr , strategy , connectivity , framework , languages , demographics , amazon , mqtt , communications , javascript , sensors , jira , web , technology , sprints , vendor contracts , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c13…
https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c1303184450080f5… 1/2
Current Designation: Senior Consultant
Current Company: Deloitte India Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE)
Functional Area: IT Software - Other
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Deloitte India Pvt. Ltd as Senior Consultant
Apr 2019 to Till Date
1. Project: Spirit smart factory health check - Client Spirit AeroSystems
Responsibilities:
* IoT solution provided to capture and understand the client's organizational strategy, demographics, and financial
information, the framework assesses maturity by business function, capability, and sub-capability
* AWS serverless architecture design for the application, used S3, RDS and other services
* Responsible for creating the database design for the solution
* Web-based application development for data analysis
* Lead the requirement gathering in the discovery phase
2. Project: Reynolds Mooreseville- Client Reynolds Pactiv
Responsibilities:
* IoT solution provided to the client for digital transformation of manufacturing plant on Thingworx platform
* Worked on the solution of the smart factory control tower for monitoring and predictive analysis
* Developed application for device management, plant & production view, alarm monitoring, plant data update etc.
* Support provided to quality assurance team for smooth delivery
* Leading a development team of size 5
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Saheli Das
Senior Consultant worked on IoT solutions in AWS, Node JS, Microservices , Software
Gateway for sensors, MQTT, Kafka, smart control tower, Smart metering solution- AMI-
MDM.
Solution Architect in AWS , working on AWS AR/VR services
Key Skills: team/tech lead,software development,application programming,coding,requirement
gathering,mongodb,mysql,javascript,postgresql,oracle,database design,scrum master,iot,aws,mqtt,m2m,smart
grid,node.js,microservices,jira,Agile Project Management
Summary
* 7.9 years of experience in IoT, Cloud and Energy utility domain. Core functional area includes Domain Consulting &
Implementation.
* Solid knowledge of IoT technologies like MQTT, Kafka, sensors, Data & Device management, Edge computing etc. Hands
on experience in Amazon AWS, Microsoft Azure, PTC Thingworx. Experience in implementation of Smart manufacturing
application
* Experience in technologies like Java, Node JS, MySQL, PostgreSQL, MongoDB, RESTful API, microservice architecture
etc.
* Experience in planning developing and implementing Smart Metering Solution with AMR/AMI, MDM, smart Meter, data
concentrator, HES integration & configuration using 3rd party software
* Experience in applications of scrum, waterfall and agile methodologies
* Certification: AWS certified Solution Architect, Java OCJP (Oracle Certified Professional, Java SE 6 Programmer)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c13…
https://freesearch.naukri.com/preview/printResume?uname=0f5356f55e2db621f528490542e19c300c5d0d531f120d175614435a5b5f524a130c1303184450080f5… 2/2
Ericsson Global India Pvt. Ltd. as Senior Developer
Nov 2012 to Apr 2019
1. Project: IoT-Soft Gateway SoftBank -Client Softbank, Japan
Responsibilities:
* Migration of Brownfield / Greenfield devices to IoT platform using data brokers like MQTT and Kafka and developing a
software gateway for Edge connectivity.
* Integration of S/W gateway to Ericsson data & device management platform (DDM)
* Handling the process of managing the device information in DDM
* Bi-directional communication establishment from DDM to sensor, to send on-demand request to the device.
* Scrum master: Conducted & managed weekly, and bi-weekly agile sprints with teams, sizes over 10.
2. Project: DEWA AMI-MDM - Client DEWA, UAE-Dubai
Responsibilities:
* Worked as solution analyst for entire smart-metering solution, South bound system, Meter data management etc. for
300k smart meters.
* Make technology recommendation based on project site location and geographic conditions
* Process consultation for smart metering implementation
* Integration & configuration of Head-End-System, communication Gateway, data concentrator & meters.
* Collect and analyze data to determine the trends in projects
* Ensure vendor contracts relationship, performance and communications
UG: B.Sc (Physics) from Calcutta University, Kolkata in 2009
PG: MCA (Computers) from Jadavpur University, Kolkata in 2012
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MongoDB,MySql 2020 3 Year(s) 0 Month(s)
Node.js 2020 2 Year(s) 0 Month(s)
Java SE,Oracle 2019 3 Year(s) 0 Month(s)
AGILE 2020 4 Year(s) 0 Month(s)
MQTT 2019 1 Year(s) 0 Month(s)
AWS 2020 2 Year(s) 0 Month(s)
IOT 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 345: Resume 1091 with similarity score 0.025682177848500035
Resume Text: MS , BS project manager , agile scrum master , project lead , senior manager , devops , coo , vp , chief architect , senior architect , software engineer , technical product manager , ceo , full time , team lead , team member , system analyst , enterprise architect , program manager , technical lead , engineering manager , sr. manager , lead architect , data scientist training , liasoning , robotics , web api , evangelism , node.js , status , mumbai , plus , technical product management , biology , digital innovation , visio , asp.net , nunit , html5 , salesforce , sql server , data science , automapper , mathematics , mobility , automation , devops , designation , prototype , modeling , csm , hindi , web technologies , english , nhibernate , wpf , agile , project , mongodb , leadership , microservices , angularjs , sharepoint server , jquery mobile , ibm , phonegap , architecting , rest , mvc , sap crm , six sigma , machine learning , togaf , itil , javascript , technology , hadoop , esb , reporting , general , entity framework , scrum , healthcare , physics , affirmative action , oracle , maintenance , kofax , bootstrap , email , aws , infragistics , operations , languages , sqoop , big data , proof of concept , contractors , pmp , ants , ug , coe , telerik , chemistry , analytics , scratch , ionic , azure , authorization , teams , maps , c# , application , global services , resume , enterprise architecture , design thinking , autofac , uml , resharper , silverlight , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c160117…
https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c1601175719410a5b01… 1/3
Current Designation: Engineering Manager
Current Company: Optum global Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Medical/Healthcare/Hospital
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA [general mngt.
Systems,mkt,HR,operations]
Verified : Phone Number | Email - id
Optum global Services as Engineering Manager
Oct 2019 to Till Date
Leadership role managing key account in healthcare division
HSBC Software Development as GCB 4 Technical Product Manager -Lead consultant specialist
May 2017 to Oct 2019
Technical Product Manager/Lead Architect leading multiple projects and working on projects involving latest technologies
like cloud (GCP, AWS), rules engine, MongoDB, Sqoop, hadoop, bigdata, springboot, microservices, ESB mulesoft,
angularjs, node.js, bootstrap, handlebar etc. java, .Net
NIIT Technologies as Senior Architect/Practice head
Oct 2015 to May 2017
leading technology innovation group, working on POC, pilots, prototype, projects on agile, design thinking, sdlc,
architecture design, technical product management, implementing devops, scrum/agile, leading multiple teams of mix of
contractors and FTEs
project management team leading
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Manas Mohapatra
19 yr exp,Lead Architect Product Mngr, MBA, MCA, 4 yr various onsite, .NET, mobility,
Azure, AWS ,GCP, IoT, Bigdata,ML,AI,chatbot, Microservice,innovation PMP TOGAF
Scrum MCTS, presales enterprise architecture data science, proj people delivery mngt
Key Skills: .net,innovation,iot,azure,aws,mobility,java,pmp,mcts,scrum,togaf,mvc wpf winform wcf asp.net silverlight vb
asp c# sql oracle sharepoint ssis ssrs uml crm phonegap enterprise architecting presales project people
mngt,cloud,gcp,azur,Presales,program
Summary
Looking for Chief Architect, Tech Delivery Head roles. I am Lead Architect/Sr. Engineering Manager with 19 yr exp, PMP, MCTS
TOGAF Six Sigma Azure CSM. USA, UK, Europe exp. MCA (top 10 rank) from utkal university and MBA from XIMB (top 5 rank)
(Operations, Systems, Human Resource, Marketing) Exp of enterprise architectural consulting, tech product management
solution design, technical consulting, project, people mngt, bid presales, leading innovative labs POC/prototype, leading big
teams, client management, C#, asp.net, WCF, WPF/MVVM, MVC, MEF, Silverlight, Iot, Bigdata, Microservice, design thinking,
machine learning, digital innovation, Mobility (phonegap ionic HTML5, CSS3, Responsive), SSRS/SSIS/SSAS, SharePoint,
Azure, GCP, AWS, mongodb, SQL, Oracle, Telerik/Infragistics, Salesforce etc.
Strong exp of tools/products like Resharper, Red Gates Ants, Enterprise Architect, MPP, Visio, Automapper, Autofac, Nunit,
MSunit, ORM technologies (Nhibernate, entity framework), kofax
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c160117…
https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c1601175719410a5b01… 2/3
presales support, product feature improvement, product feature improvement
liasoning CoE, CEC
status reporting CEO, COO, sr. managment
working on .NET 4.6 azure mobility IoT bigdaata design thinking microservice cloud mobile phonegap ionic jquery mobile
hdinsight kofax kapow image machine learning robotics
automation
analytics big data IoT web technologies mobility modeling automation machine learning cloud
agile delivery management
product management , delivery support
Hexaware Technologies Limited as Sr. architect Sr. Manager 3 plus year
Aug 2012 to Sep 2015
Sr Tech architect, TOGAF PMP mcts azure scrum master
design architecting enterprise architecture, coding, leading team, leading end to end project development, account
management. , technical consulting, tech evangelism, training, poc, proof of concept, client requirement analysis etc
IBM TCS as Advisory system analyst and AST 8 yr
Nov 2004 to Jan 2012
product manager, program manager, Enterprise Architect Sr. Architect, Architect, Senior manager, Team Lead, Onsite
Lead, project manager
Others - mentioned in resume as software engineer, Project Lead
May 1998 to Oct 2004
Technical Lead, PL, team member
UG: mathematics, physics, chemistry, biology, computers (computers) from Utkal University in 2012
PG: MCA (Computers) from Utkal University in 2003
Post PG: MBA (general mngt. Systems,mkt,HR,operations) from Xavier Institute of Management (XIM), Bhuvaneshwar in
2011
Other Qualifications/Certifications/Programs:
PMP, agile scrum master certified (CSM)
MCTS, Azure, Oralce cloud(arch+Dev), Google cloud
togaf 9.1,ITIL , six sigma
Education
IT Skills
Skill Name Version Last Used Experience
ASP.NET angularjs bootstrap web api REST 3.5,
4.0
2015 14 Year(s)
VB.NET winform wpf 3.5 2015 14 Year(s) 3 Month(s)
SQL Server 2005 2015 14 Year(s) 9 Month(s)
Sharepoint Server/MOSS 2007 2013 2 Year(s) 0 Month(s)
C#.NET winform wpf 3.5,
4.0
2013 14 Year(s) 3 Month(s)
VB, ASP, Silverlight 6 2013 2 Year(s) 3 Month(s)
PMP 2013 5 Year(s)
TOGAF 9.1 2013 2 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c160117…
https://freesearch.naukri.com/preview/printResume?uname=3a687e45a8989709b0ac605d78f33c21090c5a531f1001150144455d5901574c1601175719410a5b01… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India,United States
Job Type: Permanent
Employment Status: Full time
ITIL 3 2013 2 Year(s)
MCTS 2 and
4
2013 5 Year(s) 1 Month(s)
SAP CRM salesforce integration 3 2013 3 Year(s)
SALESFORCE 3 2013 3 Year(s)
INFRGISTICS 3 2013 3 Year(s)
ENTERPRISE ARCHITECT 2012 3 Year(s)
autofac automapper agile (CSM certified) 2014 3 Year(s)
mvc wpf wcf 2011 3 Year(s)
Azure, AWS, GCP google cloud, mongodb 2012 6 Year(s) 0 Month(s)
mobile kofax ionic phonegap puma.net 2014 2 Year(s)
Presales Bid Management 2009 6 Year(s)
IOT, Arc GIS, Maps 2014 0 Year(s) 0 Month(s)
Hadoop Big data ML AI data scientist 2017 0 Year(s) 0 Month(s)
Microservice design thinking agile 2014
Managing large global accounts/teams 2014 4 Year(s)
leading new projects from scratch
emerging technology cloud team setup
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Expert
oriya Expert
Rank 346: Resume 483 with similarity score 0.02566375916446332
Resume Text: B.TECH , BS store manager , partner , student , part time , full time , b2b sales manager , data processing specialist , campus ambassador , customer service specialist , autocad training , general , solidworks , media marketing , internships , b2c , adobe photoshop , coreldraw , ltd , pdf , presence of mind , social media , customer service , b2b , store , autocad , video , c programming , resume , completion , photography , assessment , it , data processing , campus , technology , catia , power consumption Assessment
Q1. Why should you be hired for this role?
I want to do it. I have skills like Coreldraw and social media marketing so that..... .
And I have the relevant skills mentioned in the Job Description.
I have experience also in social media marketing so I would like to do it. I am doing all my work with presence of mind. I don't have any disturbing
medium. And the most I am interested to it.
Q2. Are you available for 3 months, starting immediately, for this internship at Pune? If not, what is the time period you are available for and
the earliest date you can start this internship on? Please also mention if you are available full time or part time. If part time, specify the
number of hours you can spend on this internship every day.
Yes. I am available for 3 months, starting immediately, for this internship in Pune.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Sadan Ahmad
Allahabad
Applied 24 Jan'21
Adobe Photoshop AutoCAD Catia
Photography SolidWorks Video Making
C Programming
Bachelor of Technology B.Tech), Mechanical Engineering
United college of engineering and management
2015 - 2019
Percentage: 73.46%
Senior Secondary XII, Science
Vikash Inter College, Sahson
U.P. BOARD board)
Year of completion: 2014
Percentage: 80.00%
Secondary X
Vikash Inter College, Sahson
U.P. BOARD board)
Year of completion: 2012
Percentage: 79.00%
Store Manager Cum B2B Sales Manager Cum B2C Salesman
Aiysha General Store, Allahabad
Nov 2020 - Feb 2021
Campus Ambassador
Hamari Pahchan, Virtual
Aug 2020 - Present
Campus Ambassador
Kriger, Virtual
Jul 2018 - Aug 2018
It is first experience of mine for an internship that is going best for me.
ISP Intershala Student Partner
Internshala, Virtual
Jun 2018 - Jul 2018
ISP means campus ambassador of Internshala. In this internship we have to explain about internshala means about services
provided by Internshala and training on internshala. That was a good experiece.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8756830518
Turbine
IFFCO PVT. LTD., Phoolpur
Jun 2018 - Jul 2018
I have completed my training on a topic that is Turbine and this training was theoretical and practical both
Single Shaft Shredder Machine
Jan 2019 - May 2019
http://www.ijesrt.com/issues pdf file/Archive-2019/April-2019/23.pdf
Single shaft shredder machine is based on single shaft and single motor where as if you see shredder machine normally you
find with double shaft and double motor it has higher efficient but more power consumption machine.
Customer service specialist certified by AMCAT
Data Processing Specialist certified by AMCAT
Automobile Engineer Trainee certified by AMCAT
Mechanical Engineering Trainee certified by AMCAT
http://www.ijesrt.com/issues%20pdf%20file/Archive-2019/April-2019/23.pdf
Rank 347: Resume 724 with similarity score 0.02564673695251968
Resume Text: B.E , MS , B.TECH full time , ui developer , software developer react.js , api , redux , general , interfaces , strategic insights , css , data visualization , carriers , filters , designation , ug , affirmative action , hindi , angular , scratch , analytics , beginner , maintenance , typescript , templating , test cases , jquery , player , english , drag , authorization , node.js , graphs , highcharts , bootstrap , jasmine , status , excel , agile , email , project , application , print , mongodb , her , karma , gallery , rest , engage , writing , problem solving , languages , prime , data transformation , html5 , dashboard , his , mobile , javascript , workflow , layout , widgets 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d470816…
https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d4708160219485e5f5c0… 1/3
Current Designation: Software Developer -IT
Current Company: Impetus Technologies, Indore
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Impetus Technologies, Indore as Software Developer -IT
Apr 2018 to Till Date
Worked on creating dashboarding applications, Charts graphs using Angular 6,8, React.JS, D3,
Managed REST Calls, Data Transformation, Layout Implementation, Exports like Image, Excel and Print, Also wrote Unit
Test Cases with the help of libraries like Jasmine and Karma.
Responsibilities:
Developing and implementing project modules from scratch while handling the data
flow and overall flow of the module.
Handling different types of visualizations which were to be implemented into the projects.
Helping in writing Unit test cases in Angular.
Supported technical team members in development of functional and visual user
interfaces.
Implementing procedures for identification and resolution of technical problems.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
ANAND TRIVEDI
UI Developer Working on Angular, React, D3 and other JS Libraries, Data Visualization
Enthusiast, Team Player, Challenge Seeker.
Key Skills: UI Developer, Software Development, Angular, React.JS, D3, TypeScript,
Javascript,HTML,CSS,JQuery,Bootstrap, Requirement Gathering,
Summary
Around 3 years of experience as an UI Developer.
Experienced in Developing applications in Angular, React while incorporating data
visualization libraries like D3, HighCharts.
A result-oriented person, always finding ways to achieve results.
Able to think and design the workflow of the modules and visualize how the data would flow
in an application.
Data Visualization enthusiast.
An effective communicator with good problem solving & organizational abilities
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d470816…
https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d4708160219485e5f5c0… 2/3
Translating designs and wireframes into code
Worked on Agile Methodology
UG: B.Tech/B.E. (Computers) from rgpv in 2018
Nature of Employment: Full Time
Project Location: Indore
Role: Programmer
Duration: Sep 2019 - Jan 2020
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Role: Programmer
Duration: Aug 2019 - Oct 2019
Onsite / Offsite: Offsite
Team Size: 7
Education
IT Skills
Skill Name Version Last Used Experience
Angular 6, 8 2021 2 Year(s) 9 Month(s)
REACT 16 2021 2 Year(s) 9 Month(s)
D3 3, 4 2021 2 Year(s) 9 Month(s)
JavaScript 2021 2 Year(s) 9 Month(s)
TypeScript 2021 2 Year(s) 9 Month(s)
HTML 2021 2 Year(s) 9 Month(s)
CSS 2021 2 Year(s) 9 Month(s)
BOOTSTRAP 2021 2 Year(s) 9 Month(s)
JASMINE 2021 2 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
marathi Beginner
Projects
Project Title: Strategic Insights: Certified Caller Insights
Client: Neustar
Skill Used: Angular 8, D3, Bootstrap, Prime-NG, Jasmine, Karma, Html5,
Project Details: Dashboard showing multiple insights of callers from different mobile carriers with
Multiple Dynamic Visualizations and Graphs with Filters, Writing Test Cases for Modules.
Project Title: Amex Smart Monitoring
Client: Amex
Skill Used: React, Redux, Redux-Thunk, HTML, CSS, Bootstrap, HighCharts.
Project Details: A drag and drop Templating tool which provides widgets like Text Editors,
Icons, Images, Markers, Charts to be dropped onto a Template which then can be exported.
Project Title: Neustar Analytics DataViz Gallery
Client: Neustar
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d470816…
https://freesearch.naukri.com/preview/printResume?uname=ff8806756bfaa07b636ee168d365ebb95d5a0c0249100d18031943515a5c034d4708160219485e5f5c0… 3/3
Nature of Employment: Full Time
Project Location: Indore
Role: Programmer
Duration: May 2019 - Aug 2019
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Indore
Role: Programmer
Duration: Aug 2018 - Apr 2019
Onsite / Offsite: Onsite
Team Size: 20
Nature of Employment: Full Time
Role: Programmer
Duration: Jul 2018 - Aug 2018
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Programmer
Duration: Apr 2018 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: Angular 6, D3, Bootstrap, Prime-NG, Jasmine, Karma.
Project Details: Gallery of different interactive visualization made using D3 and Angular, having
configuration settings to configure visualizations on fly based on data and other inputs.
Project Title: Klera
Client: ClearTrail
Skill Used: Angular 6, Typescript, HTML, CSS, D3, Bootstrap JQuery, Open Layers.
Project Details: Visualization of Data in form of Complex Graphs and Charts, Generation of
Reports and Publication of Templates.
Project Title: Impetus Carpooling System
Client: Impetus
Skill Used: React, Bootstrap, HTML, CSS.
Project Details: Carpooling System for Impetus where the user could enlist his/her vehicle for
Carpool and other users could engage in communication with that user regarding Carpool.
Project Title: Engineering Excellence Rest API Simulator
Client: Impetus
Skill Used: Angular 6, Node.JS, MongoDB, Typescript, HTML, CSS, Angular Material.
Project Details: Mocking Backend Requests to be tested for frontend Integration.
Rank 348: Resume 399 with similarity score 0.025638939691625427
Resume Text: MS , B.TECH , BS work from home , graphic designer , software intern , social media manager , student internships , deep learning , information technology , public , ieee , batteries , ltd , english , social media , evs , models , coursera , introduction to , resume , paper , neural networks , datasets , online , machine learning , storage , reach , completion , assessment , data science , python , one , reviews , frame Assessment
Q1. Why should you be hired for this role?
I have worked with Deep Learning models in my previous internship, and hence have some experience creating neural networks for regression.
Therefore, I am eligible for this role.
I am a goal driven individual, and I believe that this internship will help me reach even higher heights from a career standpoint. I will work to the
best of my abilities to be an asset to the team that I am assigned to, and complete all the tasks given to me within the stipulated time frame.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for one month March onwards, as I will have my semester exams throughout February.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
Prateek Joshi
Bangalore
Applied 08 Feb'21
Python Data Science English Proficiency Spoken)
English Proficiency Written) Machine Learning Deep Learning
Bachelor of Technology B.Tech), Information Technology
BNM Institute of technology
2018 - 2022
CGPA 8.01/10
Senior Secondary XII, Science
SGPTA PU College
KARNATAKA STATE board)
Year of completion: 2018
Percentage: 87.16%
Secondary X
Jss Public School
CBSE board)
Year of completion: 2016
CGPA 8.40/10
Software Intern
Vtrike Pvt. Ltd., Virtual
Aug 2020 - Oct 2020
Built machine learning and deep learning models for estimation of state of charge of batteries in EVs.
Cleaned, standardized, normalised and visualized provided datasets.
Chair of Student Branch at IEEE BNMIT from Jan 2021 - Present.
Social Media Manager and Graphic Designer for the IEEEBNMIT student chapter from Feb 2020 - Jan 2021
Neural Networks And Deep Learning
Coursera, Online
Jan 2021 - Feb 2021
Introduction To Data Science In Python
Coursera, Online
Jul 2020 - Aug 2020
Presented a paper titled 'Analysis of IPFS Based Decentralised Storage' at ICACT 2020 and published in the Journal of
Critical Reviews JCR.
CONTACT Phone: 91 9901705630
Rank 349: Resume 956 with similarity score 0.025593470831897055
Resume Text: B.E , MS , B.TECH , BS full time software systems , algorithms , css , ug , affirmative action , design , interpersonal skills , hindi , linux , beginner , maintenance , scientific analysis , heroku , authorization , english , bootstrap , status , instrumentation , models , sql , email , project , application , mongodb , solution architecture , electronics , github , testing , weather , writing , c++ , languages , e-commerce , javascript , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175…
https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175017175f090f0… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.E [electronics and instrumentation
engineering]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dayananda Sagar College Of Engineering, Bangalore in 2020
PG: B.E (electronics and instrumentation engineering) in 0
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Aryan Malguri
Fresher seeking roles in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Data
Structures,C++,HTML,CSS,Bootstrap
4,JavaScript,MongoDB,React,NodeJS,SQL,Heroku,Linux,Git
Key Skills: Fresher,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Data Structures,C++,HTML,CSS,Bootstrap
4,JavaScript,MongoDB,React,NodeJS,SQL,Heroku,Linux,Git
Summary
A technocrat with a zeal to make a winning career in Software Development Lifecycle
Skilled in writing code, designing applications, testing software, and adapting applications to new requirements
Proficiency in developing software systems using scientific analysis and mathematical models to predict and measure
outcomes and design consequences
Technical efficiency includes C++, HTML, CSS, Bootstrap 4, JavaScript, MongoDB, React, NodeJS, SQL, Heroku, Linux &
GitHub
Undertook several projects including Complete Responsive Dynamic Weather Website, E-Commerce Website and Complete
Responsive Dynamic Website
Excellent communication & interpersonal skills with capabilities in resolving complex software issues
Education
IT Skills
Skill Name Version Last Used Experience
C++
Data structures and algorithms
HTML, CSS
bootstrap 4
JavaScript
Mongo Db
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175…
https://freesearch.naukri.com/preview/printResume?uname=7814789f150b6876d0ff590bc5195f2f0c0e5d50484058425045125b0e09021c425f175017175f090f0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
REACT
nodeJS
SQL
Heroku
Linux
GitHub
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Assamese Beginner
Rank 350: Resume 889 with similarity score 0.025562877483963024
Resume Text: B.E , MS , B.TECH , BS software engineer , full time , software developer api , training , customer , performing , e-learning , css , nosql , access , designation , ug , mar , affirmative action , information technology , health , mysql , games , tortoise svn , hindi , blended learning , maintenance , basic , ltd , quote , eligibility , jquery , json , player , interpersonal communication , troubleshooting , particular , authorization , bootstrap , english , status , agile , email , project , application , aws , mongodb , meteor , angularjs , scenario , plus , rest , mvc , job aids , c++ , simulations , webstorm , twilio , unit testing , finance , problem solving , git , payments , chart , html5 , languages , software development life cycle (sdlc) , family , one , web pages , javascript , jira , client side , insurance , csr , paypal , coaching , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f140010…
https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f1400105115175f590b0… 1/3
Current Designation: Software Engineer -SDLC
Current Company: Perscitus Solutions Pvt Ltd,
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Perscitus Solutions Pvt Ltd, as Software Engineer -SDLC
Apr 2017 to Till Date
Software Engineer seeking roles in Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,C,C++,JavaScript,JQuery,HTML5,Angular JS,Angular 4,React
JS,Meteor,CSS,AJAX,JSON, NodeJS,AWS,Twilio
Perscitus Solutions Pvt Ltd, as Software Engineer -SDLC
Feb 2017 to Apr 2017
Project Profile
# Project 1 from Feb 2020 - till date
Project Name : Caryn HealthShare System
Client : Universal Health Share [https://www.universalhealthfellowship.org/]
Technologies : React JS, JavaScript, JQuery, Type Script, Material UI, CSS, Bootstrap,
etc
Project Summary :
Caryn Health share is a system which provide sharing insurance for people. There are several part of these system like
Enrollment, Agent, Member, Admin, CSR (Customer Support Syatem) Portal.
Last Active: 29-Jan-21 Last Modified: 25-Jan-21
Nilam D. Patil
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,C,C++,JavaScript,JQuery,HTML5,Angular JS,Angular 4,React
JS,Meteor,CSS,AJAX,JSON, NodeJS,AWS,Twilio
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,C,C++,JavaScript,JQuery,HTML5,Angular JS,Angular 4,React
JS,Meteor,CSS,AJAX,JSON,NoSQL,MongoDB,MySQL
Summary
Since Feb 2017, having around 3 plus years of extensive hands on experience of UI development.
Technical expertise in the Software Development Life Cycle (SDLC) process - requirement analysis, design, development,
testing, as well as Agile methodology and troubleshooting activities.
Domain Knowledge of Banking/Finance, Assets/Estate Management, Insurance, Skill Development/Training.
Experience in AngularJs, Angular 4, Meteor, NodeJs, HTML5, Javascript, Jquery, CSS and React JS and MVC software
development model and working with REST web service.
A team player with exceptionally good interpersonal communication skills.
Excellent analytical and problem solving skills and can work independently.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f140010…
https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f1400105115175f590b0… 2/3
Basically, Admin created the agent on the basis of for which company they want to enroll people in to insurance. Then
Agent contact to peoples using some contact information and If the agree to take the insurance then they are registered
on Enrollment portal by agent or themselves with some basic parameters. In enrollment, system generates the basic quote
for them using some basic information. Then they go through some eligibility criteria on that basis if some family member
are not eligible to enroll to this insurance or for some family members it will cost some additional charge.
Once they verified data with Third party integration layer system, they are ready to use that insurance. Once they verified
with system they got the access of Member portal with their Member Id card and Health Card details. From member portal
they can download different type of health card and they will able to see their all status for their needs and remaining
insurance amount.
With the health of CSR portal, they can solve user's queries. CSR people help people to handle there all queries and also
change their payments accounts as well.
ROLES & RESPONSIBILITIES:
Creating React JS module with responsive CSS as per design comprehensive.
Creating responsive component for multiple resolution.
Integrating data with the help of React JS services.
Performing unit testing for good quality of code.
# Project 2 from Mar' 2018 - To June' 2019
Project Name : Alignor
Client : AlignorSkills [https://www.alignorskills.com/2020/]
Technologies : Angular 4, Node JS, javaScript, MongoDB, Html5, CSS etc.
Project Summary : Alignor helps its clients achieve their business objectives through a wide array of products and
services, including scenario-based computer simulations, customized training, expert coaching and consulting, evaluation
tools, blended learning and e-learning, and customized job aids and tools. There are two type of role defined into this
system that is: Super Admin and Lerner. Super admin are responsible for create group of user and adding them to a
particular set of games and managing them. Super admin also create the game on the basis of scenarios like [Scenario 1:
If you have team of 4 people, you are the leader of team. Deadline is coming soon for your project and team is not
responding and so many things are not have done yet.] In this situation either you have to 2 ways to handle them, one is in
positive manner and other one is aggressive. For your better practice game will provide u both option, you have to choose
the right choice to go forward into the positive manner. This way people learn to tackle there industrial issues and system
will help them to redirect there problem in positive manner. Also system will provide them score on the basis of the
performance.
ROLES & RESPONSIBILITIES:
Creating Web Pages using Angular 4 as per design comprehensive.
Integrating web pages with the MongoDb database with help of NodeJS.
Write an Rest API to send data on client side.
Performing unit testing for good quality of code.
Communicating with QA and resolving the issues in project with solution.
# Project 3 from July' 2017 - To March' 2018
Project Name : Qopper
Client : Qopper [https://www.qopper.com]
Technologies : Meteor, Nodejs,d3 chart, javascript,MongoDB,Html5, CSS etc.
UG: B.Tech/B.E. (Information Technology) from Vishwakarma Institute of Information Technology, Pune in 2015
Other Qualifications/Certifications/Programs:
Diploma
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, JavaScript
JQuery, HTML5
Angular JS, Angular 4
React JS, Meteor
Node JS, CSS, AJAX, JSON
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f140010…
https://freesearch.naukri.com/preview/printResume?uname=1dd16ad26bdf2ad941f31e6d5c838cef51090b541b1008420342415c0b0c591f1400105115175f590b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
WebStorm, Tortoise SVN, Jira, and Git
Mongo Db
Data Table, Material UI
AWS, Twilio, PayPal
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 351: Resume 14 with similarity score 0.025540055523059366
Resume Text: MS , B.TECH work from home , representative , secretary , vice president ieee , basic , english , speech recognition , c# , coursera , tesseract , c programming , participation , ellipse , resume , montessori , java , computer science , voting , completion , assessment , python , eclipse , volleyball , html , database , online Assessment
Q1. Why should you be hired for this role?
I am interested in doing the internship to learn and experience . I just want a chance and I assure you that I will do my best.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 2months i.e jan and feb and I have my semester exams in the month of march. I can start the work immediately.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Aashi Tiwari
Dehradun, Lucknow
Applied 30 Jan'21
C Programming Data Structures Eclipse IDE
English Proficiency Spoken) English Proficiency Written) Java
C# C Programming Database Management
System DBMS
HTML
Integrated B.Tech, Computer Science
Shivalik College Of Engineering Dehradun
2017 - 2021
Percentage: 76.43%
Senior Secondary XII, Science
City Montessori School Lucknow
ICSE board)
Year of completion: 2016
Percentage: 85.00%
Secondary X
City Montessori School Lucknow
ICSE board)
Year of completion: 2014
Percentage: 85.00%
I achieved the certificate of appreciation for my contribution towards IEEE society as a Vice president. I have participated in
green resilience ,an IEEE event with my team members and got the participation certificate.
Python For Everybody
Coursera, Online
Jun 2020 - Jul 2020
Basic knowledge of python
Voting system
Oct 2020 - Nov 2020
Voting system which allows the students to vote for Class representative .
Used ellipse
Programming used is java.
Explorator
Nov 2020 - Present
Extraction of text from an image using OCR tesseract ,speech recognition and language convertor.
Coordinator of IEEE society
Secretary of computer science society
Secured 1st rank in volleyball competition at college level
CONTACT Phone: 91 8887924287
Rank 352: Resume 948 with similarity score 0.025485034351443416
Resume Text: B.E , MS , B.TECH cyber security , business development , devops , presales consultant , product development , full time , marketing consultant customer , algorithms , watson , microsoft azure , demand , workshops , rfi , development management , angular , sales & marketing , project planning , status , digital transformation , product management , mumbai , blockchain , infrastructure , salesforce , utilities , coordinated , crm , product demonstration , hris , pipeline , renewable energy , presentations , ansible , socket.io , devops , operational streamlining , kubernetes , wind power , designation , pre-sales , hindi , cloud , workday , english , agile , digital supply chain , microservices , splunk , ibm , rest , research , sonarqube , javascript , positioning , artificial intelligence , insurance , bfsi , cyber security , farms , scrum , healthcare , developers , affirmative action , information technology , oracle , maintenance , social media , email , operations , denmark , languages , kali linux , engineers , web , apps , servicenow , database , jenkins , rfp , nosql , ug , requirement specifications , analytics , authentication , authorization , excel , models , application , llp , neural networks , led , preparation , proposal management , tableau , events , enablement , python , cd , user generated content 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f145110430a09015… 1/3
Current Designation: Presales Consultant
Current Company: L&T Infotech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
L&T Infotech as Presales Consultant
Jan 2020 to Till Date
Worked extensively in end to end RFI and RFP response creation for clients across globe (US, EU, etc.).
? Designed DevSecOps Solution for US client, with overall project planning, efforts estimation, pricing etc., a deal
worth of $150 million (USD).
? Planning of sales strategies, the positioning in contrast to the competitors and the demonstration of the business
? Preparation of presentations about the products or services with all their values for the usage of the sales
department.
? Coordinated and organized demand generating activities such as tradeshows, company events or customer
workshops.
? Engagement with the customers and interpretation of their needs and derivation of advice for prospective
products that are aligned with the customers' demands
? Used AI/ML algorithms such as Convolutional Neural Networks, User Generated Content Analytics to develop
models to find out what are the inherent loopholes in the client?s web application inventory and cloud apps.
Legato Healthcare Technologies LLP as Team Lead- Product Development
Jun 2018 to Dec 2018
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Chandra Deo Kumar
Technical Sales & Marketing Consultant seeking roles in Product Management,
Presales, Project Management, Requirement Analysis, Artificial Intelligence, Technical
Sales
Key Skills: Consultant,Project Management,Requirement Analysis,Artificial Intelligence,DevOps,Salesforce,Business
Development Management,Product Management,Product Marketing,Presales,Business Development,Bid
Management,Proposal Management,RFP
Summary
MBA with 6.8 years of experience in Pre-sales & Marketing, UI/UX, Product Development, Artificial Intelligence, Customer
engagement, Project management, Requirement Gathering and SAFe Agile with global organizations from Healthcare, BFSI
and Renewable Energy & Utilities domain.
Worked in areas of Full Stack Development, Microservices, REST APIs, DevOps, DevSecOps, and Cyber security with hands
on experience of Salesforce, Ansible, Dockers and Kubernetes.
Solely led a Digital Transformation product (HRIS similar to Workday) for HR tasks at Cognizant that reduced 7 FTEs in the HR
department and saved INR 36 lakhs annually.
Experience of Blockchain implementation in Digital Supply Chain using Node JS & socket.io, in-depth knowledge of IBM Watson
APIs, of MS-Excel and MS-Project.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f145110430a09015… 2/3
Product Development
Led the Digital Transformation and Enablement team to develop Anthem Reimagine broker portal, a platform helping
brokers across USA in selling Anthem Healthcare Insurance plans and saved USD 2mn for Anthem.
o Performed end to end implementation, including analyzing requirement specifications, project planning and estimation,
designing and product demonstration.
o Led an agile scrum team of 8 full stack developers for development of the web application with React JS, REST APIs.
Mentored the Salesforce team in the development of CRM accounts.
Used AI/ML algorithms to develop models to get insights about customer sentiments using Social Media Analytics.
Siemens Wind Power as Tech Consultant -Product Development
Jul 2016 to Mar 2018
Tech Consultant
Lead Tech Consultant for Siemens Wind Farm Infrastructure Business Unit
Led an agile scrum team of 12 senior system engineers working out of Denmark and India
Devised solutions for centralized applications' implementation, business set-up, operational streamlining and maintenance
of 30+ wind farms across Europe and India
Led the migration of the existing on-premise Oracle SQL Database to NoSQL DB on Azure cloud
Product Development
Revamped legacy wind farm infrastructure application to automate manual operations for coordinated setup &
maintenance and saved USD 3mn for Siemens.
Implemented the WFI app using Node JS -UI frameworks (Angular, React JS), NoSQL DB (mongo DB) and SQL.
Created security solutions for the application using Kali Linux and other authentication tools.
Integrated the whole software stack in DevOps through CI/CD pipeline using GIT, Jenkins, SonarQube, and Dockers &
Kubernetes.
UG: B.Tech/B.E. (Computers) from JSS Academy of Technical Education, Bangalore in 2012
PG: MBA/PGDM (Information Technology) from SP Jain Institute of Management Research (SPJIMR), Mumbai in 2020
Education
IT Skills
Skill Name Version Last Used Experience
REST APIs
devops
Splunk, Git, ServiceNow
Salesforce, Jenkins
Ansible
Dockers
HEALTHCARE
R, Python, Orange
TABLEAU
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4745a6f13eb0575cc8d4c1ebae9998f0b550103491a0a140644470a085b5843175f145110430a09015… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 353: Resume 1449 with similarity score 0.02545948483094875
Resume Text: BSC , M.TECH , BS , B.E , MS , B.TECH business development , product development , automation developer , programmer analyst , solution architect , full time outlook , general , css , designation , demand , ug , metasploit , affirmative action , studio , hindi , technical requirements , technical direction , revenue , windows , authorization , advanced , english , business value , status , process definition , excel , email , pop3 , application , configuration management , leadership , network security , project delivery , mumbai , surface , vbscript , testing , writing , data analysis , framing , technology solutions , led , machine learning , presenting solutions , building , strategy , transformation , framework , languages , research , screen scraping , rpas , process automation , events , money , scheduling , javascript , queues , kali linux , connectors , insurance , business requirements , streams , business solution delivery , technology planning , html , gujarati , agility 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425…
https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425610495d0b0a0… 1/2
Current Designation: RPA Solution Architect
Current Company: Rentokil Initial PCI
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Pune
Functional Area: IT Software - System Programming
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Information and network
security]
Verified : Phone Number | Email - id
Rentokil Initial PCI as RPA Solution Architect
May 2019 to Till Date
Framing architectural decisions, providing direction in the areas of technology and product development to facilitate and
enable growth and business agility
Creating end-to-end automation as per demand, which involves feasibility study, development and testing
Assessing all work queues, exception handling and scheduling process
Using surface automation techniques while developing activities
Building the PDD & SDD for the process
Presenting solutions by following best practices
Assessing gaps and scope for RPA implementation; excellent technical knowledge and understanding of Automation
Anywhere and Blue Prism
Developing & writing business requirements for design of solutions
Highlights:
Discovered areas of revenue loss and identified areas of improvements to save the company money or increase profits
Implemented new data analysis methodologies
Transformed data into insights that drove business value
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mishti Samani
RPA Solution Architect seeking roles in RPA Management, Requirement Gathering,
Process Improvement, Research & Evaluation, RPA Solutions, Solution Delivery, Data
Analysis, Testing, Configuration Management, Blue Prism.
Key Skills: RPA Specialist,Requirement Gathering,Process Improvement,Research & Evaluation,RPA Solutions,Solution
Delivery,Data Analysis,Testing,Configuration Management,Blue Prism, Rpas,
Summary
Competent Professional with over 4+ years of experience in implementing knowledge of Machine Learning based-Tools,
Building AI tools that automate certain processes
Experience in identifying automation opportunity from technical perspective, presenting RPA solutions and ensuring quality of
the system
Presented technical direction for the development, design, and systems integration for client engagement, from definition
phase through to implementation
Configured applications/ tools for functional and technical requirements and boosted automation capability by using
knowledge of Blue Prism & UI Path Advanced
Driving the delivery of multiple streams of work for larger & complex projects; setting delivery expectations by implementing
project management best practices
Directing technology planning and direction, strategy development, leadership & implementation, business and operational
transformation execution, business solution delivery, and business development.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425…
https://freesearch.naukri.com/preview/printResume?uname=8e257afe2839a1d06f1b39fa1cab51160e555f0248470b145517405d085a031e420e425610495d0b0a0… 2/2
Cognizant Technology Solutions as Programmer Analyst
Jul 2016 to May 2019
Emerged as an Insurance Vertical of CTS as an Automation Developer and assessed potential static tasks
Presented various dynamic ways to enhance them which reducing manual effort with RPA (Robotic Process
Automation) so as to optimize the process and minimizing monotonous repetitions
Analyzed the nature of the applications, business requirements, technologies used and supported, as well as determine
which processes that may not necessarily require human intervention
Implemented various RPA tasks using Blue Prism Framework (Connectors, VBO, ACI, Process Studio, and Control
Room & System Manager) to update the provider directory from Excel, Website Data through screen scraping and using
OCR (Optical Character Recognition) from printed material
Liaised with Solution Architect to formulate the Process Definition Document (PDD) and Solution Design Document
(SDD)
Led designing solutions utilizing RPA (Robotic Process Automation) software, maintain technical responsibility for
project delivery as technical resource on a project
Expertise in using Application Modeller
Knowledge of implementing various applications using global send keys and global send key events
UG: B.Tech/B.E. (Computers) from VVP Engineering College, Rockwell Innovations in 2014
PG: M.Tech (Information and network security) from Nirma University, Ahmedabad in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
POP3, OUTLOOK and IMAP
Blue Prism
UI Path Advanced
HTML, CSS, JavaScript, VBScript
Windows, Kali Linux, Metasploit
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Rank 354: Resume 307 with similarity score 0.025432967074316803
Resume Text: MS , BS work from home ecommerce , linux , completion , assessment , html , management system , python , resume , android , javascript , css , technology , spring boot , sql , computer science , wordpress , application Assessment
Q1. Why should you be hired for this role?
I should be hired for this role because i have a decent coding skills on c java and python and I can easily switch technology
and in past I had made many projects like ecommerce website and android application on college management system and I have also worked on
spring boot
gaining of knowledge excites me for this internship i am decent developer so iam good for the role of developer
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes I am available for this internship for 2 months I can start this internship as soon as possible
Resume
EDUCAT ION
CONTACT Phone: 91 8251833450
Mahesh Kumar Bagwani
Bhopal, Indore
Applied 27 Dec'20
Android Accounting Linux
MSOffice WordPress CSS
HTML Java JavaScript
Python SQL
Master of Computer Applications MCA, Computer Science
LNCT Group Of Colleges
2018 - 2021
CGPA 8.13/10
Bachelor of Commerce B.Com), Accounts
Barkatullah University
2013 - 2016
Percentage: 57.02%
Senior Secondary XII, Science
Christ Memorial Hs School Bairagarh
MP BOARD board)
Year of completion: 2011
Percentage: 64.80%
Secondary X
Christ Memorial Hs School Bairagarh
MP BOARD board)
Year of completion: 2009
Percentage: 58.83%
Rank 355: Resume 782 with similarity score 0.025367545798693852
Resume Text: B.E , MS , B.TECH , BS associate , devops , on call , team leader , senior software engineer , change management , full time , part time , technical specialist cards , production systems , customer , bmc remedy , platforms , docker , data collection , pop , status , datastage , pl/sql , nagios , syslog , upstream , infrastructure , payments , billing process , streams , registration , devops , kubernetes , designation , mar , rhel , hindi , cloud , post production , ltd , json , english , agile , project , groups , live , numbers , gap , deals , rest , change management , flow , git , strategy , dashboard , completion , enterprise messaging , one , javascript , business requirements , html , gujarati , feeds , reporting , requirements analysis , scrum , affirmative action , mysql , oracle , cgi , hub , curl , atlas , maintenance , unix , email , business rules , problem management , patrol , invoicing , middleware , unit testing , languages , sit , queues , web , mediation , gbs , database , api , handover , css , tibco , telecom , routing , revenue , azure , authorization , automation tools , application , focus , cash management , less , records , gold , debugging , shell scripting , pcm , framework , offshore , texas , python , acting 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 1/4
Current Designation: Associate Technical Specialist
Current Company: Tech Mahindra
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tech Mahindra as Associate Technical Specialist
Jan 2013 to Till Date
Project Summary: Production Support Lead for DataRouter System of AT&T - Tech Mahindra Ltd.
The Data Routing System project is intended to provide a common framework by which data producers can make data
available to data consumers and a way for potential consumers to find feeds with the data they require. Many of the
production systems in use at ATT were not designed to deliver production data in real time for analysis, but instead batch
records, such as syslog entries, into files that are typically on the order of megabytes or more in size. The delivery of data
from these kinds of production systems is the domain of the Data Routing System. Its primary goal is to make it easier to
move data from existing applications that may not have been designed from the ground up to share data. The Data
Routing System is different from many existing platforms for distributing messages from producers to consumers which
focus on real-time delivery of small messages (on the order of a few kilobytes or so) for more
Technologies Used : UNIX Shell Scripting, Java, Python, MySQL, Java Restful API
Automation Work : Developed Web Dashboard in CGI, HTML, JavaScript and Python
Developed various reporting tools for data collection, stats management and hourly reports
Developed chatbots using ATT Q APIs for datarouter users
Tools : AOTS, BMC Remedy, Git, Nagios, DB Patrol
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Prateek Ambani
Available for immediate joining - Prodution Support Lead Total 12.5+ years
exp(onshore 4 years exp) with Release,Incident
Management,Agile,Remedy,SQL,PLSQL,shell
scripting,python,curl,ELK,datastage,nagios,cloud,oracle,middleware,telecom,banking
Key Skills: devops lead,Release Management,Incident Management,Agile,Production
Support,Remedy,MySQL,HTML,JSON,Git, SQL,PLSQL,shell
scripting,python,curl,datastage,nagios,cloud,azure,oracle,middleware,AOTS,Telecom,Banking,ELK,Docker,kubernetes,Service
Summary
* Total IT experience of 12.5+ years with an expertise on handling DevOps/Production Support Team for Tier1 and Tier2
support along with Release management, Incident management, Problem management and support activities
* Worked as an Onsite Coordinator and Production Support Lead at AT&T Richardson, Texas (Apr2016-Jun2019) for Tech
Mahindra Americas Inc.
* Expertise in designing and developing Automation Tools for production support work.
* Expertise on Infrastructure capacity review for applications, requirement generation and gathering, deployment, release
management, incident, and change management with Agile methodology under SCRUM framework, Cloud Environment.
* Expertise in managing Production Support Team of 10+ members with resources shifts, estimation, assigning tasks,
creating requirements, automating daily tasks.
* Good functional knowledge of billing system with mediation, rating, billing, invoicing.
* Worked as an Acting Team Leader for the Projects handled in HSBC Softwa
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 2/4
Duration : Jan 2014 to Till Date
Team Size : 10 / Production Support Team
Designation : Team Lead / Onsite Coordinator
Roles and Responsibilities:
* On Call Production and Non-Production Support
* Onshore and Offshore - clients communication and meetings
* Automation design and development with assigning tasks to subordinates.
* Handling all Tier1 and Tier2 activities
* Infrastructure capacity review, requirements generation and collection
* Deployment and Release Management
* Change Management and Client Calls
* Handling Offshore Roster Plan and estimation work.
Project Summary: Production Support for Atlas System of AT&T - Tech Mahindra Ltd.
Atlas is a middleware system used by AT&T billing process. Atlas receives various market's billing transactions from
various upstream, processes all the transactions as per the business rules applicable for various down streams and
applicable clients for which the Transactions are sent further. Billing Transactions have been processed by the Database
Adapters as per the Market's traffic flow, and then transactions have been sent to EMS server (Enterprise Messaging
Server) which are then sent to the various downstream from various queues and its configurations.
Technologies Used : Oracle 11g, UNIX Shell Scripting, TIBCO 8.0
Tools : AOTS, BMC Remedy
Duration : Jan 2014 to Mar 2016
Team Size : 6 / Production Support Team
Designation : Team Lead
Roles and Responsibilities:
* On Call Production and Non-Production Support
* Offshore daily handover status
* Change Management and Client Calls
* Handling Offshore Roster Plan
Project Summary: Global Billing System (GBS) - HSBC GLT
GBS is a banking product used by corporate customers. The Payments & Cash Management (PCM) business of HSBC
deals with corporate transactions globally. HSBC has decided to implement a third party vendor software package namely
TBMS-F from Suntec Pvt, India, as a global billing solution for PCM. The main aim is to replace the existing billings
infrastructure across the Group using Suntec billing solution as the billing engine. This would provide standard group wise
billing solution that can be applied across different functional groups and regions.
Advantage of using GBS:
* Increase income by halting revenue leakage due to shortcomings with current systems and processes.
* Address the business requirements for a standard, group wise billing solution that can be applied across different
customer groups and regions.
* Support for group strategy to grow Global Transaction Banking business.
HSBC as Senior Software Engineer
Jul 2007 to Jan 2013
Gap from Sep 2010 - May 2011
2. Project Name : Gold R2.2
Technologies Used : WMB - DSTX 8.2, Oracle 11g, UNIX Scripting, TBMS-F 4.3.1
Duration : April 2012 to Dec 2012
Team Size : 4 - Gold Team
Designation : Senior Software Engineer
GBS 2.2 is basically a migration project along with few requirements development where GBS 2.1 sites have to be
migrated to Oracle 11g Database and on RHEL 5.6 server. This is an Infrastructure upgrade based on HSBC R2 stack.
Team need to fix all the issues in all modules which pop up because of migration. Team had to develop few requirements
i.e. Extended Standard Interface, Invoice and Accounting Changes.
Roles and Responsibilities:
1. Leading the Project to its completion.
2. Infrastructure upgrades responsibility, and communicating with Various Team.
3. POC testing, Bugs fixes and Requirements development.
4. Requirements Analysis and Estimation.
5. Project Status Update
3. Project Name : Gold R2.1
Technologies Used : DSTX 8.0, Oracle PL/SQL, UNIX Scripting
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 3/4
Duration : May 2011 to April 2012
Team Size : 6 - Gold Team
Designation : Senior Software Engineer
GBS 2.1 is the product developed on the basis of business requirements, requirements for Systems Interaction Issues and
several IT enhancements. I was involved in all 3 kinds of requirements.
- EBN (Electronic Banking Numbers) for GBS was one of the huge requirements for GBS 2.1 with Accounts registration
to be fully automated.
- HUB Requirements for System Interaction Issue for Account Registration, Accounting and Name/Address Update
Modules.
I was chosen as an Onsite-Coordinator at HSBC Bank PLC, London for GBS 2.1 Requirements Analysis.
Roles and Responsibilities:
1. Requirements Analysis and Estimation.
2. Development, Unit Testing.
3. Analyzing the Issues, debugging and solving them.
4. Reviewer for all the kinds of Requirements.
4. Project Name : Production Support
Technologies Used : Oracle 10g, Control-M, UNIX, DSTX 8.0
Duration : May 2011 to till date
Team Size : 4 -Production Support Team
Designation : Senior Software Engineer
During my Onsite Tenure, I was selected to work on Production Support 50% as London Production Support Team had
only few members, who never worked on DSTX and hence I was supposed to respond to any L1/L2 Issues to the
respective client for the solution which can be analyzed at the code level to get the quicker solution and customer
satisfaction. I had handled many critical Issues which were highly appreciated by Client and UK Manager too.
Roles and Responsibilities:
1. Interaction with the client on the Production Issues.
2. Presentation for the new requirement released on Live to the Production Support
3. Team for the better understanding.
4. Share the knowledge on DSTX to the Production Support Team.
5. Project Name : GBS India and Switzerland on Gold 1.5
Technologies Used : Oracle 10g, Control-M, UNIX, DSTX 8.0
Duration : May 2010 to April 2011
Team Size : 4 -Deployment Team
Designation : Senior Software Engineer
GBS India and Switzerland was developed on TBMS3.4.1 with Gold 1.5. We had to handle the country specific
requirements for local transaction feed changes along with new Product derivation based on Business rules received in
Rate Cards. Additionally, need to handle various Invoice related country specific changes. Due to resource crunch in the
Project and looking at the workload, I was responsible to keep the entire track and managing all the tasks for new team
members.
Roles and Responsibilities:
1. Requirement Analysis and Estimation.
2. Managing all the activities and assignment of tasks.
3. Development of any local changes or a change request, SIT/UAT Support.
4. Production Live Deployment, Post Production Support for 2 Billing cycles.
5. Complete Front End Setup for Live.
UG: B.Tech/B.E. (Computers) from Shivaji University, Maharasthra in 2007
Education
IT Skills
Skill Name Version Last Used Experience
Unix shell scripting 10 Year(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100…
https://freesearch.naukri.com/preview/printResume?uname=4f38b3d2d06ad15cc895e5fbc945dda95f0f09524d450f445510435f540f071e155a100a14410b5c5854… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Unix 12 Year(s)
Python 3 Year(s)
CGI 3 Year(s)
ELK 3 Year(s) 0 Month(s)
PL/SQL 6 Year(s)
Oracle 7 Year(s)
MySQL 7 Year(s)
HTML 3 Year(s)
CSS 2 Year(s)
REST API 5 Year(s)
CURL 4 Year(s)
Datastage 6 Year(s)
CLOUD 1 Year(s)
AZURE 1 Year(s)
NAGIOS 6 Year(s)
SWM 11 Year(s)
GIT 1 Year(s)
Release Management 5 Year(s)
Incident Management 8 Year(s)
AGILE 6 Year(s)
Sprint Release 3 Year(s)
devops 2 Year(s)
PRODUCTION SUPPORT 10 Year(s)
DEPLOYMENT 12 Year(s)
TELECOM 7 Year(s)
BANKING 7 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Proficient
Gujarati Expert
Rank 356: Resume 40 with similarity score 0.02531544397964443
Resume Text: MS , B.TECH , BS work from home , owner , delivery man api , customer , man , css , firebase , retrofit , english , node.js , bootstrap , architecture , project , c programming , resume , android , rest , java , machine learning , problem solving , arduino , completion , assessment , python , one , apps , technology Assessment
Q1. Why should you be hired for this role?
I have been learning development as an additional skill since last 1 year and I am always trying to apply problem solving skills to the problems I
gave in development.I have been learning to write readable and debuggable code.I am sure this internship will be a symbiotic relationship.I would
be really eager to learn how apps are written for a large user base and how we overcome the challenges.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Available after mid December
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
Afanan KHAN
Silchar, Lucknow
Applied 28 Dec'20
Android C Programming CSS
Data Structures English Proficiency Spoken) English Proficiency Written)
Java Node.js Arduino
Bootstrap Firebase Machine Learning
Python
Bachelor of Technology B.Tech), Electrical Engineering
National Institute Of Technology Silchar
2018 - 2022
CGPA 8.00/10
Senior Secondary XII, Science
La Martiniere College,Lucknow
ICSE board)
Year of completion: 2017
Percentage: 88.00%
Secondary X
La Martiniere College,Lucknow
ICSE board)
Year of completion: 2015
Percentage: 90.00%
Android App Development
Foodji, Virtual
Apr 2020 - May 2020
Made three apps for a food delivery start up based in Silchar.The three apps included an customer side app,an restaurant
side app and delivery boy side app.Used Retrofit to call the rest api and followed MVVM architecture.
Core Member of machine learning club @nit silchar
Foodji-Food delivery app
Apr 2020 - Present
https://github.com/afnanits/Foodie
A food delivery built using MVVM architecture.This project consists of three apps basically one each for customer,restaurant
owner and delivery man
The backend of this app is a rest api completely written in nodejs.On android side retrofit2 was used
looking for work experience
https://github.com/afnanits/Foodie
CONTACT Phone: 91 8840102246
Rank 357: Resume 1403 with similarity score 0.025308485042990544
Resume Text: B.E , MS , B.TECH , M.TECH full time , data management , team lead master data management , sap hana , user acceptance testing , award , sustainability , general , customer , migrating , rfp , energy systems , telugu , columns , security , designation , scripting , data migration , rfi , affirmative action , developments , lumira , hindi , cloud , basic , azure , ltd , workbench , snowflake , authorization , project planning , troubleshooting , english , design documents , status , specifications , models , email , sql , software testing , application , aws , focus , requirements gathering , sap bi , star , electronics , ids , led , features , cockpit , b1 , languages , functional design , sap implementation , javascript , systems engineering , crm , sap business one , business requirements , logics , stored procedures , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f45…
https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f450743425a595f5… 1/2
Current Designation: SAP HANA Consultant
Current Company: Pactera Technologies India Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Trivandrum,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Energy Systems Engineering]
Verified : Phone Number | Email - id
Pactera Technologies India Pvt. Ltd. as SAP HANA Consultant
Dec 2018 to Till Date
Key Result Areas:
* Defining and implementing a structured way of managing opportunities involving client meeting/ solution pitch/
Request For Proposal (RFP) response/ Request For Information (RFI) response/ presentation and so on
* Attending requirements gathering meetings with clients to discuss, study and analyse the feasibility, architectural
design and developing the right solutions
* Analysing client's requirements in order to understand the domain and to suggest best alternative available solution
* Managing end-to-end implementation of SAP, entailing As-Is & To-Be Analysis, identification of gaps, conversion of
business requirements into functional design documents & technical specifications, custom developments, data migration,
master data management & delivery
* Executing the implementation of new extension project (R-57) which is an add-on to the current application
* Developing and designing multiple HANA information models and calculation views
* Creating SQL stored procedures, table functions, table types, and tables
* Working on the multiple enhancement phases, developing new logics based on new business requirements
* Modifying the existing stored procedures and views based on new requirements
* Generating TR IDs, creating Rev tracks and working with the Security Team to move the HANA objects from
development to production (D/Q/R/S/P)
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SREE HARSHA THOTA
SAP HANA Consultant seeking role in SAP Implementation,Project
Planning,Requirement Gathering,Software Testing,Client Coordination,User
Acceptance Testing,System Design,System Integration,Master Data Management,SQL
Scripting,Sap Hana,SAP BI,SAP BW
Key Skills: sap hana consultant,sap implementation,project planning,requirement gathering,software testing,client
coordination,user acceptance testing,system design,system integration,master data management,sql scripting,sap
hana,sap bw,bex,SAP B1,SQL Azure,Snow
Summary
* SAP HANA Consultant offering nearly 6 years of organizational experience in end-to end roll-out, implementation and
management including both technical and functional areas in SAP Native HANA, SAP BI/BW, SAP Business One and Lumira
Discovery
* Proven skills in add-on solutions to SAP (sustainability solution portfolio) as part of SAP Start-up Focus Program
implemented on SAP HANA (AWS and GCP) which is certified by SAP
* Strong exposure in developing HANA Information Models (like attribute/ analytical/ calculation views using Graphical and
SQL Scripting), Table Function, Table Types, Procedures
* Led the development of information models in HANA to implement various modelling features like Input Parameters,
Variables, Hierarchies, Calculated Columns, Restricted Columns, Rank
* Worked extensively on Administration Workbench RSA1 and Business Warehouse Extractors like LO - Cockpit, Generic
Extractors and Standard Extractors
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f45…
https://freesearch.naukri.com/preview/printResume?uname=58fe7466f5bb231ba38718bf673d82330954580318400b19071014510b5c581f135f450743425a595f5… 2/2
* Administering and resolving critical, high and medium priority tickets
* Troubleshooting and resolving multiple production issues
Manuh Global Technologies India Pvt. Ltd. as SAP BW and HANA Consultant
Jan 2015 to Dec 2018
Achievements:
* Conferred with the 'Star Performer Award' for migrating the customer's database from SQL to SAP HANA and
implementing GST in SAP B1 in 2018
* Awarded with the 'Star Performer Award' for designing & developing a new product in SAP Hana in 2017
UG: B.Tech/B.E. (Electrical and Electronics) from KTMC College, Mahbubnagar in 2010
PG: M.Tech (Energy Systems Engineering) from JNTU Anantapur University, Anantapur in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP HANA Modelling 1.0 &
2.0
2021 4 Year(s) 3 Month(s)
SAP BI/BW (BW on HANA) 7.4 2018 1 Year(s) 0 Month(s)
SQL HANA Scripting 1.0 &
2.0
2020 4 Year(s) 0 Month(s)
Basic HANA Security 1.0 &
2.0
2020 1 Year(s) 0 Month(s)
SAP BUSINESS ONE 9.2 2017 1 Year(s) 0 Month(s)
Lumira Discovery 2.0 2018 0 Year(s) 6 Month(s)
SAP HANA 1.0 &
2.0
2021 4 Year(s) 3 Month(s)
SAP BW 7.3 2018 3 Year(s) 0 Month(s)
Azure SQL Cloud 12 2021 0 Year(s) 3 Month(s)
SNOWFLAKE 11 2021 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Telugu
Rank 358: Resume 1354 with similarity score 0.025299669590973076
Resume Text: B.S , MS application support , senior project manager , assistant manager , change management , full time , program manager training , renewals , project managers , prince2 , status , testing , biology , building , ec2 , tailoring , payments , pmi , devising , automation , functional specifications , technical leadership , designation , confluence , deliverables , pre-sales , support management , hindi , ltd , english , troubleshooting , management professional , agile , ibm , change management , resource management , dashboard , completion , one , javascript , technology , migration projects , reporting , general , performing , scrum , scripting , affirmative action , oracle , maintenance , unix , service delivery , email , envisioning , aws , bengali , global delivery , customer experience , languages , mitigation strategies , viz , jira , pmp , servicenow , it infrastructure management , mentoring , windows server , snow , revenue , azure , authorization , risk , teams , manual labor , clarity , deliveries , models , excel , application , savings , qlik , led , debugging , transformation , latam , offshore , reviews , schedules , cloud computing , attrition 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e10…
https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e100112470d0f0c… 1/3
Current Designation: Senior Infrastructure PM
Current Company: Wipro
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Wipro as Senior Infrastructure PM
Jan 2017 to Till Date
Key Result Areas:
* Planning project activities viz. scoping, estimation, tracking, change management, delivery management & post
implementation support
* Monitoring onshore & offshore delivery management for technical deliverables of concurrent projects
* Designing, developing, testing, troubleshooting and debugging of applications
* Interacting with clients for requirement gathering, system study & analysis; besides documenting, tracking, and
communicating bugs, enhancements, analysis, and unresolved problems
* Establishing healthy business relations with clients & external associates for securing repeat business & long-term
customer
loyalty
* Providing the business with the tools for supporting the ongoing projects along with managing teams for ensuring
revenue
growth
* Monitoring and providing leadership support to the Project Managers for project deliveries, schedules and ensuring SLAs
are met
* Spearheading complete delivery management functions, including planning, designing/developing solutions, managing
projects, coordinating with clients and providing technical leadership for new projects
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SHOUNAK BANERJEE
Senior Infrastructure Program and Project Manager seeking roles in IT Infrastructure
Management,Client Management,Risk Management,Delivery Management,Transition
Management,Cloud Computing,Agile Methodology,JIRA,Confluence,AWS,Unix,Azure
Key Skills: Senior Infrastructure PM,Program Manager,IT Infrastructure Management,Client Management,Risk
Management,Release Management,Delivery Management,Cloud Computing,Agile Methodology,Shell
Scripting,JIRA,Confluence,AWS,Unix,Azure
Summary
PMP Certified Professional with nearly 20 years of experience in Program & Project Management, Service Delivery
Management, Transition, Infrastructure Management, and Client Relationship Management
* Expertise in Delivery Management activities including liaising with clients, gathering & eliciting requirements, devising cost
effective solutions as per global delivery frameworks and analyzing & mitigating risk
* Hands-on experience in managing and completing projects with a complete budget of worth $ 20 Million
* Domain Expertise in: Risk Management, Mitigation strategies, Revenue, Margin & Pricing expertise for large accounts more
than 250 resources, RAG Alert state, PRINCE2 and PMI environment
* Demonstrated excellence in managing large teams from requirements through design, implementation & deployment
* IT support management professional - envisioning usage of new technology & tailoring its usage for achieving desired results
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e10…
https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e100112470d0f0c… 2/3
* Supervising solution designs and documenting functional specifications and technical solutions
* Leading & mentoring cross-functional teams, developing competency, providing training, administering performance
appraisals, and resolving conflicts; overcoming complex business challenges and taking high-stakes decisions
* Developing transition plans including infrastructure/application support models, change management
* Monitoring the complete transfer of key information as needed for the support, operation and acceptance of solutions
deployed into production
* Assessing, analyzing, developing, and implementing changes based on requests for change
Highlights:
* Managed complex programs such as payments transformation comprising of several sub-projects as managed by
various
Senior Project Manager
* Monitored stream of the payment's transformation program, the largest transformation projects with budget of ~ £ 6M
over a period of 3 years
* Successfully led Release 1 to completion and migrated dashboard reporting application to AWS Cloud using VPC and
EC2
setup at the AWS site, and transitioned Release 2 phase to sub-project team
* Spearheaded and mentored more than 45 people, reporting (PMO, Junior and Senior PM's) - part of transition,
transformation and migration projects; thereby attaining 2% attrition rate for last 6 quarters, and was appreciated by senior
management for the same
* Participated in Pre-Sales SoW reviews, renewals, creation along with deal pricing and revenue margin discussions
* Successfully managed the margin from account perspective, improved rookie count and increased the head count from
27
to more than 45 team members across Gurgaon, Chennai and Bangalore
IBM India as Senior Project Manager
Jun 2015 to Dec 2016
Highlights:
* Managed $5M Decommission program of a critical customer of IBM in North America, and LATAM
* Created policies to introduce process change regarding automation, thereby reducing manual labor, and generating a
cost
savings of ~$1M
* Awarded as top performing PM within one year of tenure for turnaround of projects and customer experience which has
faced many escalations in the past
Hindustan Unilever Ltd as Assistant Manager
Sep 2014 to Jun 2015
Highlights:
* Successfully implemented AWS Project worth $ 600K by building, testing, and deploying pre-sales application to AWS
Private
Cloud within 3 months across geographies
* Steered the completion of 3 projects with aggressive follow-ups, discussions and completion of pending tasks, which
were
pending for last 2 years
UG: B.Sc (Biology) from Calcutta University in 2001
PG: from Calcutta University in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS Cloud
MS Project/ Excel/Visio/PPT
WINDOWS SERVER
AD, and Exchange
Azure Basics
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e10…
https://freesearch.naukri.com/preview/printResume?uname=80f7124c8a61ce47865075b66a6580bc0a545a594a1208455212145c5c0d0443110e100112470d0f0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Unix, Shell Scripts
Agile - Scrum based planning using Visio
ServiceNow (SNOW)
Resource Management in Clarity (Oracle)
JIRA, Confluence, Qlik View
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 359: Resume 1213 with similarity score 0.025264610104262612
Resume Text: B.E , MS , B.TECH , BS associate , devops , cloud engineer , full time , team lead , technical specialist , system engineer , aws solution architect security , microsoft azure , docker , linux , player , status , work orders , store , infosys , snapshot , alto , connectivity , ec2 , sql server , microstrategy , organization , pipeline , amazon web services , infrastructure management , devops , kubernetes , designation , mar , ltd , netezza , json , english , web applications , groups , peering , windows system administration , project architecture , one , javascript , vm , general , efs , ipv6 , developers , data migration , affirmative action , data analytics , public , amazon redshift , advanced , email , wordpress , aws , configuration management , saas , languages , amazon cloudfront , airflow , database , infrastructure solutions , mechanisms , high availability , jenkins , windows server , openshift , ug , account creation , tamil , routing , domain experience , authentication , interpersonal skills , active directory , firewall , cost control , authorization , internet , maps , enterprise , records , ci , electronics , s3 , servers , problem solving , framework , replication , storage , enablement , network administration , orchestration , load , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b0019…
https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b00195719155e5f0b… 1/3
Current Designation: Technical Specialist
Current Company: Hexaware Technologies
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Hexaware Technologies as Technical Specialist
Mar 2020 to Till Date
INFOSYS LTD as ASSOCIATE CONSULTANT-AWS
Feb 2019 to Mar 2020
Worked on Different projects
Project Name : Ralph Lauren data migration
Client : Ralph Lauren corporation
Key Responsibilities:
Automated AWS multi account creation using AWS Landing zone service and implemented initial security baseline.
Configured High availability VM series Palo Alto firewall on AWS and routed the application traffic.
Established connectivity between OnPrem to AWS cloud and AZURE to AWS using direct connect and VPN tunnel.
Created Azure AD SSO integration with AWS to manage our accounts in one central location.
Created airflow clusters with HA and managing the environment to run the DAGS in both QA and Production.
Configured Onprem AD to AWS using ADConnector and maintaining the user authentication.
Configured Microstrategy application on AWS EC2 and integrated with AD for windows authentication.
Migrated the Netezza Database to AWS aurora and redshift using DMS and SCT tool.
Estimating AWS usage costs and identified operational cost control mechanisms.
Hands on experience installing and configuring Active Directory (AD) on windows server 2016 and managing users
Last Active: 13-Jan-21 Last Modified: 13-Jan-21
Gopinath V
Associate Consultant seeking roles in AWS, Devops, EMR, Docker,Data Analytics,
Application Management, Cost Control, Data Migration, Infrastructure Management,
Amazon Redshift.
Key Skills: Associate Consultant,Data Analytics,Cost Control,Data Migration,Infrastructure Management,Amazon
Redshift,AWS,Devops,EMR,Docker,Cloud
Summary
Having 6+ yrs of domain experience in AWS, Devops, Windows and data analytics tools.
Created and administering the Redshift and EMR clusters.
Container based technologies like Docker, Kubernetes and Openshift.
Deployed and monitored 300+ Wordpress sites, Nodejs application, Data analytics applications on the AWS cloud.
Experience working with multiple AWS services - EC2, S3, Cloudwatch, Loadbalancers, Autoscaling, RDS, Route53, Cloudfront,
Redshift, EMR, EFS, Elasticache.
Deployed Application in an automated environment using application load balancers and autoscaling.
Possess high working qualities with good interpersonal skills, high motivation, fast learner, good team player and very proactive
in problem solving to provide best solutions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b0019…
https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b00195719155e5f0b… 2/3
Created CI and CD using AWS services Code commit, code build , code deploy and code pipeline for pyspark scripts to
get deployed in both nonprod and prod account.
Created backup strategy and automated the snapshot creation for EC2, Aurora and redshift.
Integrated Docker container orchestration framework using Kubernetes by creating pods, config Maps, deployments.
L&T INFOTECH as SYSTEM ENGINEER
Apr 2017 to Jan 2019
Worked on Different projects
Project Name : Entercom/CBS Radio Architecture setup configuration
Project Name : LTI Internal Project Architecture Setup & Support
Key Responsibilities:
Migrated on-prem postgres DB server to RDS using database migration service (DMS)
Created readreplica in other region for MS SQL server using thirdpary tool cloudbasic for continuation replication
Experienced in creating multiple VPC's and public, private subnets as per requirement and distributed them as groups into
various availability zones of the VPC.
Created NAT gateways and instances to allow communication from the private instances to the internet through bastion
hosts.
Used security groups, network ACL's, internet gateways and route tables to ensure a secure zone for organization in AWS
public cloud.
Created and configured elastic load balancers and auto scaling groups to distribute the traffic and to have a cost efficient,
fault tolerant and highly available environment.
Created S3 buckets in the AWS environment to store files, sometimes which are required to serve static content for a web
application.
Used AWS Beanstalk for deploying and scaling web applications and services developed with Nodejs.
Automated deployment process with the help of advance tools (Jenkins)
Configured S3 buckets with various life cycle policies to archive the infrequently accessed data to storage classes based
on requirement.
Used IAM for creating roles, users, groups and also implemented MFA to provide additional security to AWS account and
its resources.
Written cloud formation templates in json to create custom VPC, subnets, NAT to ensure successful deployment of web
applications.
Implemented domain name service (DNS) through route 53 to have highly available and scalable applications.
Maintained the monitoring and alerting of production and corporate servers using Cloud Watch service.
Experienced in creating RDS instances to serve data through servers for responding to requests.
Created snapshots to take backups of the volumes and also images to launch configurations of the EC2 instances.
Performed Keypair rotation for all the environments without downtime.
Performed IPv6 enablement for stage and production VPC's
Migrated 350 wordpress sites to s3 static websites, and created cnames for all the websites in Route53.
Administering highly available architecture in AWS cloud.
Planning and migration of environments from physical datacenter in to AWS cloud.
Setup/Managing CDN on Amazon CloudFront (Origin Path: Server / S3) to improve site performance.
VRIKSHAM LEARNING SOLUTIONS PRIVATE LTD (EDCELLENCE) as CLOUD ENGINEER
Dec 2013 to Mar 2017
Key Responsibilities
Amazon Web Services
Hands on experiencing in EC2, VPC, Subnets, Routing tables, Internet Gateways, IAM, S3, VPC Peering ELB, RDS on
AWS. .
Configure user privileges to Development Team and various business stakeholder needs. Taking instance backups as
Amazon Machine Image (AMI) and launching these when we need similar services.
Interact with Developers and Enterprise Configuration Management Team for changes to best practices and tools
eliminate non-efficient practices.
Creating/Managing DNS records on Amazon Route 53.
Setting up lab environments for AWS trainings like Architecture, Advanced Architecture and SysOps Administrator
Participate in various projects and work orders as assigned and complete assigned tasks on time.
Setup/Managing the Company's website and its new SAAS product on AWS.
Estimating AWS usage costs and identifying operational cost control mechanisms
UG: B.Tech/B.E. (Electronics/Telecommunication) from SA Engineering College in 2011
Other Qualifications/Certifications/Programs:
Certified AWS Sysops administrator
Certified Microsoft azure infrastructure solutions
Certified AWS Solution architect-associate
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b0019…
https://freesearch.naukri.com/preview/printResume?uname=1df5a27a59443c9935cbe16fb4b0b9c05b095a5243155a185145125a0e00594c1b00195719155e5f0b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2019 5 Year(s) 0 Month(s)
Linux 2019 2 Year(s) 0 Month(s)
AZURE
Windows System Administration 0 3 Year(s) 0 Month(s)
MICROSTRATEGY ADMIN 2019 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
Tamil Expert
English Expert
Rank 360: Resume 1511 with similarity score 0.025203692536269317
Resume Text: MS , M.S azure developer , talent sourcer , delivery lead , sql dba , devops , product development , full time , it recruiter , data management , chief architect contractual , offer creation , connect , office , docker , dsm , airlines , intelligence , status , stakeholder management , infosys , sap , xml , soa , data science , dynamics crm , negotiation , pipeline , cxo , publishing , sprints , ecommerce , f&a , devops , kubernetes , designation , taleo , hindi , cloud , rpo , architects , workday , english , recruiter , supply , project , leadership , drupal , ibm , boomi , machine learning , boarding , 365 , javascript , snp , bfsi , esb , html , account planning , general , mean stack , scrum , team management , developers , affirmative action , mandates , oracle , advanced , technology recruitment , digital product development , social media , timelines , email , aws , shared services , high-end , operations , microsoft , android , languages , planners , new hires , dell , velocity , management skills , prospect , human resource development , yield , css , openings , ug , tibco , profiles , analytics , revenue , azure , php , sourcing , ios , internet , authorization , productivity , excel , sql , tracker , less , adherence , apac , salary , hiring , finance , offshore , preparation , ado.net 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c120012…
https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c1200120419440e5a5a0… 1/3
Current Designation: Recruitment Lead
Current Company: Hexaware Technologies
Current Location: Pune
Pref. Location: Hyderabad,Pune
Functional Area: HR / Administration / IR
Role: Recruitment Executive
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Ir and pm]
Verified : Phone Number | Email - id
Hexaware Technologies as Recruitment Lead
Jul 2020 to Till Date
Hexaware Technologies as Senior Executive- Recruitment, APAC
Jul 2019 to Jul 2020
RESPONSIBILITIES:
Spoc for SOA (MULE, Oracle SOA/ ESB, IBM Integration, Tibco, Dell Boomi) and Cloud (AZURE/AWS) competency
development for Hexaware.
Handling .net hirings across ATM projects.
Design and implement sourcing strategies to eliminate the use of outside contingent and retain searches to save on costs,
build and manage pipeline for other forecasted openings, resulting in increased quality of hires & on time hiring.
Regular connect with Sourcing Planners to prioritize on demands and delivery.
Interaction with the hiring managers to understand the requirement and business needs.
Analyzing the market supply and mapping the target companies for niche skills.
Front ending the Direct, Employee Referral hiring.
Responsible to improve Productivity, reduce Cost, overall Compliance/Accuracy and yield improvement of the Hiring
Process.
Strong data management skills to maintain clean track of total recruitment activity, publishing reports to stake holders,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sonalin Rath
Certified Technology Recruitment Professional having 7+ Yrs of exp. into Talent Hunt
for top notch Product/Internet/High-end services/Start-up. My efforts & expertise lies in
Leadership Hiring for Technology, Product, Design, Analytics/Data Science.
Key Skills: recruitment,talent acquisition,stakeholder management,Talent Sourcer,Social Media Recruitment
Summary
7 years of experience in talent acquisition, Stakeholder management in Software (IT/BFS/ITES) Industry.
Experience in leadership hiring with a specialty in product, technology and general management functions. Experience in a
variety of mid to senior level managerial and executive roles, exposed to generic as well as complex and hard to find technology
skills.
Experience in Corporate/RPO/Project Model Hiring for Captive & Consulting organizations.
Managed end-to-end recruitment life cycle and ensured adherence to the process with involvement in Leadership hiring,
Recruitment, Team Management, Salary Negotiation, Offer Creation , Co-ordination with HM, Managing Drives, Event
organizing, partnering with business, Recruitment tracker preparation, Taleo, Workday, Hirecraft.
Proficient in Taleo, Hirecraft, Other ATS, Advanced Excel.
Managed candidate experience and protected the companies brand.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c120012…
https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c1200120419440e5a5a0… 2/3
divisions on weekly basis.
Expertise in Niche Hiring encompassing BFSI, Ecommerce, Airlines and Biotech Domains.
Syngenta India as TA Lead
Oct 2018 to Jun 2019
* Responsible to set up Digital product development team within a short span.
* Onboarded 200+ resources with in 6 months.(IT & F&A)
* Worked closely with hiring leaders and independently handled 3 projects simultaneously.
* Responsible for tracker updates and spoc for project updates to leadership team.
* Expert on salary negotiation, offer management.
* Supporting a seamless and informative on-boarding experience for new hires.
* Independently hired the leaders for the new capabilities.
* Managed global stake holders, prepared recruitment sprints for 6 months, scrum calls, planned recruitment velocity to
deliver with in timelines.
Skills hired : Chief Architect, IOS/Android Developers, SAP professionals (FICO, pp, Material Management, Transitioned
entire development team from Infosys to inhouse)
Built leadership team for F&A Shared services.
CIEL HR Services (From Mafoi Founders) as Senior Recruitment Executive
Jul 2017 to Oct 2018
Delivery Lead - Technology/ Analytics/ Banking & Finance
Hyderabad.
RPO /VOP Model Hiring : SNP Technologies Inc (Cloud partners of Microsoft)
Interacting with CXO's in US for the hiring for Offshore center, Stakeholder Management, Meeting technical panel once in
a week and headhunt profiles from similar Industry domains.
On-boarded Opensource Architect, Cloud Solutions Architects, DataScientist, Azure Developer, SQL DBA with Azure,
DevOps (Docker, Kubernetes, Kolla, Chef),, Data Science team ( Cortana Intelligence, Machine Learning), BI Developers,
Drupal Architects, PHP, Full Stack / MEAN Stack developer, Cloud Deployment Engg, NOC/Cloud Operations Engg.
Built technology recruitment team and developed clienteles on technology product hiring. Generated 2 Million revenue in
2018.
Randstad India as IT Recruiter
Jul 2011 to Feb 2017
Worked as a 365 degree consultant and responsible for revenue generation, and supporting the recruitment activity for
various shared services centers.
Responsible for the full Sales cycle of prospect generation, requirement identification, offering mix, negotiations and
contractual formalities with new/existing clients.
Account Planning and Governance: responsible for overseeing of all Client Management processes including planning and
providing right support to the client.
Managed leadership hirings/ niche skill hirings on a retainership model
Nominated as a Sourcing Ninja and was managing high revenue mandates.
Domains worked for : Technology(Captive/Consulting), Shared services, ITES
Clients handled : Deloitte, Wells Fargo, DSM Shared services, Dupont, Franklin Templeton, Statestreet, Rimini Street,
Berkedia to name a few.
UG: B.B.A/ B.M.S (human resource development) from Berhampur University in 2004
PG: MBA/PGDM (Ir and pm) from Berhampur University in 2007
Education
IT Skills
Skill Name Version Last Used Experience
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c120012…
https://freesearch.naukri.com/preview/printResume?uname=9cc5c696f1fb13c5b4935904cffb08215b5e085842450d420311120a5409561c1200120419440e5a5a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
ASP. Net, ADO.Net, C
Net, VB.Net, Share point, HTML
MS Dynamic AX, Dynamics CRM
NAVISION
CSS, XML,MS Office
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odiya Expert
Rank 361: Resume 247 with similarity score 0.025144794796293033
Resume Text: B.S , MS work from home collage , algorithms , css , mam , jquery , node.js , bootstrap , project , kotlin , application , c programming , angularjs , resume , android , computer science , completion , assessment , management system , python , javascript , organization , polish , commerce , restaurant management , mathematics , html , database Assessment
Q1. Why should you be hired for this role?
Hello sir/mam,
From your the internship description , I noticed that you are looking for someone who good is with android and kotlin.
I have some knowledge about Andriod, kotlin. by applying knowledge of these i created java based android
project such as The Restaurant Management System.
I don't have much experience in Industry but if you give me chance I will give my full potential to this company and it is a good platform to start my
professional career from a reputed organization where I can polish my skills that I learned from my university.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, I have to complete internship program in the last semester for completion of my degree.So Probably I can Join
from 1 January 2021.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 7620813970
Jagruti Pardeshi
Pune
Applied 29 Dec'20
Android Python Algorithms
Bootstrap C Programming C Programming
CSS Data Structures Database Management
System DBMS
HTML Java JavaScript
Node.js User Interface UI
Development
AngularJS
jQuery
Master of Computer Science M.C.S.), Mathematics With Computer Application
Savitribai Phule Pune University
2018 - 2021
CGPA 7.40/10
Bachelor of Science B.Sc), Mathematics
Modern College Of Arts, Science & Commerce
2015 - 2018
Percentage: 70.52%
Senior Secondary XII, Science
A.D. Joshi Jr Collage,solapur
H.S.C. BOARD board)
Year of completion: 2015
Percentage: 70.00%
Secondary X
Bharati Vidyapeet, Solapur
S.S.C. board)
Year of completion: 2013
Percentage: 86.18%
The Restaurant
Aug 2020 - Sep 2020
https://github.com/jagrutipardeshi97/Restaurant.git
It is an android application written in java.
https://github.com/jagrutipardeshi97/Restaurant.git
Rank 362: Resume 1253 with similarity score 0.025130427344705414
Resume Text: B.E , MS , B.TECH , BS storage administrator , solutions architect , system administrator , associate , noc engineer , full time , technical support engineer mcsa , computing , customer , nfs , virtual machines , security , space , vault , databases , linux , windows administration , player , ssl , status , multinational , specifications , hba , firmware , store , snapshot , zoning , qlogic , system specification , building , connectivity , ec2 , orion , sql server , system administration , organization , switches , ansible , infrastructure management , blocking , designation , confluence , connectwise , hindi , network devices , software installation , english , troubleshooting , it infrastructure operations , project , ftp , groups , splunk , ibm , npiv , capacity planning , computer science , vmware server , documentation , ssp , deduplication , one , javascript , vmware vsphere , data centers , vds , general , performing , brocade , command , affirmative action , mysql , emc , maintenance , basic , zabbix , solarwinds , email , aws , microsoft , amazon rds , hp , vmware vcenter , data center operations , languages , raid , esxi , amazon cloudfront , dell , folders , cyber , windows server , autotask , n-able , ug , das , ticketing tools , azure , authorization , models , clariion , ecosystem , less , compression , remediation , records , steps , user administration , data systems , servers , drive , s3 , storage , preparation , teaming , network administration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 1/4
Current Designation: NOC engineer
Current Company: ZS associate's
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Zs Assosciates as NOC Engineer
Nov 2020 to Jan 2021
Worked as a Contractor at ZS associates. My profile NOC engineer aims on building the first line of defence for any failure
on the infrastructure level.
Alpha IT as NOC Engineer
Nov 2020 to Jan 2021
Worked as a NOC engineer on contract basis with ZS associates.
Alpha IT as NOC Engineer
Nov 2020 to Jan 2021
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Anshul Khare
I carry an experience of 4 years into NOC engineering.
Certifications - RHCSA, MCSA ,AWS Sol Architect Associate.
Previous Experience involves
Data Center Operations,IT Infrastructure Operations,Networking,Linux,Windows
Server,AIX,MySQL,Tivoli,Orion
Key Skills: System Administrator -L2,Linux Administration,Windows Administration,System Administration,Cloud
Computing,Data Center Operations,IT Infrastructure Operations,Networking,Linux,Vmware Server,Esxi,AWS,AZURE,Data
Analyst,Backup,Storage Administrator
Summary
More than 3.5 Years of experience into Administration, Operations and Engineering.
I have worked with Startup, Mid Cap and Multinational.
Experienced in handling critical situations to meet deadlines of tasks/projects successfully.
Appreciated by customer for taking up the responsibilities, acknowledge critical issues on time and delivering end to end
solutions. Experienced with remediation on Network devices and data centers equipment. Multiple Cloud Infrastructure
maintenance is one of my expertise.
Worked with Multiple Monitoring and ticketing tools. Team Player attitude helped in achieving Goals on time.
Tools : SolarWinds(Orion,N-Central,Passpotal,Logicmonitor),
Lansweeper,Zabbix,SentinelOne,Splunk,Autotask,Connectwise,Service now etc.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 2/4
Worked as a Contractor For ZS Associates. My responsibilities were a part of NOC engineering.
ZS Associates as NOC Engineer
Nov 2020 to Jan 2021
1. Infrastructure Management
Client: C spire, Ridgeland U.S
October 2018? Till Date
Project:
POC related Infra Management
Project Type:
Infrastructure Maintenance
Location:
Pune
Description:
Key resource for managing and supporting infra setup for all POC?s in C spire Business department
Responsibilities:
Analysis of business requirement.
Coordinating with various support team
Documentation preparation for all POC setup.
Performed Remediation Task using tools like (N-Able, Orion, Logic monitor, Confluence, VmWare Vcentre)
Configuring virtual machines.
Resolved Space issues on virtual machines
Installation of third party patches
Patching on all Windows server Version using N-Able
Solved Tickets of Priority (P1,P2,P3) using Connect wise Tool
Worked in All Department of my team (Remediation, Backup, Maintenance, Dispatch)
Experience in performing AdHoc activities (Logic monitor Audit, WMI troubleshooting, Dedicated Environment Check Inc.)
Environment:
N-Able, Orion, Logic monitor, Confluence, VMware vCenter ,Passportal
ZS associate's as NOC engineer
Oct 2020 to Till Date
key resource for managing and supporting infrastructure monitoring for all NOC department.
Gsavy Data Systems as Technical Support Engineer
May 2017 to Oct 2018
2. Datacenter Operations
Client: IBM
May 2017- October 2018
Project:
POC related Datacenter Management
Project Type:
Technical Support
Location:
Pune
Description:
Key resource for managing and supporting infra setup for all POC's in Gsavy Data Systems Business department
Responsibilities:
Analysis of the business requirement (SSP: System specification requirement) sent by client.
After analysis ecosystem requirement was made.
Handling all the project documents
Got to learn SAN administration, Linux administration and VMware administration
SAN:
LUN management, creation of RAID groups, storage groups, Metaluns.
Installation of HBA's on host (Emulex, Qlogic)
Zoning on Brocade switches via command line
Understanding Of DAS, NAS , SAN , Vault Drive
SAN switch firmware up gradation
Capacity planning of SAN environment
Good knowledge of WWNN and WWPN
Good knowledge of all EMC CLARiiON and VNX models
Understanding Of NPIV, FAST, FAST Cache, Deduplication, Repliacation and Compression
VMware:
Installation of ESXi 5.5, 6.0, 6.5
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 3/4
Installation of Vcenter through appliance.
Configuration and Implementation Of VSwitch, VDs, VMKernel Port, Uplink, Port-Port Group , Teaming , VMXNET3 ,
E1000.
Configuration of VMotion, SVmotion, HA ,FT, DRS.
Creation Snapshot, Cloning, template.
LUN expansion activity.
Configuration & Installation of SAN Connectivity with VMware VSphere.
Installation of Microsoft Windows and Linux OS on VM's.
Installation of VMware Tools.
Co
nfiguration of Physical to Virtual Machine(P2V).
Configuration of Passthrough and NPIV.
AWS:
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
Setup/Managing VPC, Subnets; make connection between different zones; Blocking suspicious ip/subnet
via ACL.
Setup/Managing CDN on Amazon CloudFront to improve site performance.
Create/Managing buckets on S3 and store db and logs backup.
Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Creating AWS Instances and Resources Bills.
Involved in the patching actvity of linux and windows server.
Conceptual knowledge about Terraform.
Conceptual knowledge of Ansible.
Working Knowledge of Linux
Basic concepts of Networking
Linux/AIX:
Software Installation and maintenance.
Installed and configured all the Linux servers in the network per specifications of clients.
Monitored the servers and Linux scripts regularly and performed troubleshooting steps - Tested and installed the latest
software on server
end-users.
Maintained necessary back-up of the important files and documented Linux scripts for future reference.
Researched the market to gain information on the latest updates available and recommended accordingly.
Configuring FTP server to maintaining the shared folders in the Organization.
SQL Server installation and administration
User Administration & Security.
LVM Management.
NFS Configuration.
Environment:
Linux, AWS, VMware
UG: B.Tech/B.E. (Computer Science) from Bharati Vidyapeeth University, Pune in 2017
Other Qualifications/Certifications/Programs:
MCSA
AWS Solutions Architect
RHCSA
Education
IT Skills
Skill Name Version Last Used Experience
SOLARWINDS tools almost all
Linux, Windows Server, AIX
Storage Area Network
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a44…
https://freesearch.naukri.com/preview/printResume?uname=77b487df0b2ac94f8f1717e646f121e5595d0056494509450a13420c0f00034c475a440614450a580f5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS
MCSA
BACKUP
Data Center Operations (HP,DELL,EMC)
NETWORK ADMINISTRATION (network devices)
Cyber Security(SentinelOne,splunk,Vmware
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 363: Resume 1143 with similarity score 0.02511884460226083
Resume Text: B.S , MS project manager , cloud architect , technical architect , owner , devops , azure architect , programmer analyst , solution architect , senior software engineer , full time , senior associate , enterprise architect , technical manager proposition , automation , risk analysis , customer , devops , scrum , microsoft azure , ug , pages , windows azure , platforms , conducting , pre-sales , affirmative action , collaboration , angular , hindi , public , maintenance , power bi , ltd , service delivery , jquery , project tracking , office 365 , project planning , iaas , troubleshooting , authorization , milestones , english , status , paas , virtualization , agile , sharepoint online , email , consultation , aws , less , solution architecture , business requirements , saas , custom web parts , enterprise architecture , technology solutions , features , strategy , togaf , framework , console applications , preparation , research , technical documentation , applied sciences , languages , dashboard , completion , project charter , assessment , packaging , scheduling , javascript , cloud computing , baselines , data models , architectural design , freelancer , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a11…
https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a115615465a540b… 1/3
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NIIT Technologies as Technical Architect
Jan 2020 to May 2020
Working as Azure Cloud Architect.
Xerox as SharePoint & Cloud Lead
Nov 2016 to Aug 2019
Worked as Cloud Solution Architect and rendered solutions for the application migration and strategy into the cloud
platforms for AWS and Azure.
Coordinating and collaborating with stakeholders for Developing & articulating value proposition for customer opportunities
on AWS/Azure Cloud Mapping the requirements to translate them into AWS/Azure solution
Collaboration with Client Enterprise Architecture Group and Executives to develop AWS/Azure architecture standards,
policies and directions
Establishing and executing strategy and solutions on AWS cloud in coordination with the Client Stakeholders (Business, IT
and Application)
Providing technical competencies for project capabilities and conducting in depth analysis of project risks
Developed SharePoint solution architecture for SharePoint projects
SharePoint Coherence systems integration with Power BI
Developing project baselines and controlling projects with respect to resource deployment, time over-runs and quality
compliance to ensure satisfactory execution of projects.
Providing technical competencies for SharePoint project capabilities and conducting in depth analysis of project risks.
Last Active: 10-Feb-21 Last Modified: 1-Feb-21
KARUNA
Performance-driven Azure, AWS, TOGAF 9.2 certified Cloud Architect with 14+ years
of experience, skilled in AWS, Azure, solution designing, solution architecture and
migrations, seeking Cloud Architect/Enterprise Architect role
Key Skills: tech architect, solution architecture, enterprise architecture, cloud computing, design development, agile
methodology, jquery, javascript, sharepoint, azure, aws, saas, Cloud, Azure architect, Cloud architect, Devops
Summary
Cloud Solution Architect rendered solutions for the application migration and strategy into the cloud platforms.
Experience in multiple public cloud platforms AWS and Microsoft Azure.
Experience in enterprise and solutions architecture, architectural framework, cloud and virtualization technologies, SAAS, IAAS,
PAAS and service delivery methodologies.
Architected cloud solution for multiple projects.
Played role of trusted cloud advisor for enterprise client and designed their cloud strategy.
Ability to coordinate and work in complex, dynamic and challenging environments.
Extensive experience in consultation, design, development, implementation of windows applications, web-based applications
and cloud-based solution using windows Azure/AWS and SharePoint.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a11…
https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a115615465a540b… 2/3
Improved application efficiency by revamping SharePoint sites.
Expert on Office 365 Integration with SharePoint online
Freelancer as Freelancer
Jul 2015 to Oct 2016
Worked as a SharePoint-Online Freelancer for multiple small and mid-sized organizations
Developed dashboard using Power BI
Worked on various complex customised SharePoint workflows and console applications.
HCL as Technical Manager
Feb 2013 to Jun 2015
Reviewed and suggested suitable improvements in data models; enforced data modelling standards, best practices in the
design
Performed project tracking and monitoring activities like project planning, task estimation, task scheduling and tracking
Consulted with clients and internal stakeholders to gather requirements and plan milestones in the research,
development, and implementation phases of the project lifecycle
Designed assessment and design document for the project
Translated business requirements into technical solutions
Prepared estimations, feasibility study and technical solutions for upcoming projects
Holding scrum meetings to monitor progress of the project as per schedule and ensuring timely completion and delivery
of project to the client
Created solution architecture for number of projects
Created Technical documentation and efforts estimation for multiple projects
Authored Technical portion of pre-sales documents
Headstrong as Project Manager
Aug 2011 to Feb 2013
Project Owner for Headmine managing all SDLC phases
Performed activities pertaining to requirement gathering, discussion with stakeholders, planning and acquiring
resources, risk analysis and mitigation, project charter preparation and troubleshooting
Created built-in/custom web parts, features, solutions, event handler, master pages, page layouts, workflows, services
configuration, search configuration, packaging and deployment automation
Ensured goal setting and appraisal evaluation for the team
Developed solution architectural design for Headmine
Provided inputs into architecture, RFPs and technical documentation of many other projects and pre-sales activities.
Sapient Consulting Pvt. Ltd as Senior Associate Technology L1
Apr 2008 to May 2011
Agreeya Solutions India Private Limited as Senior Software Engineer
Oct 2007 to Apr 2008
HCL Technologies Limited as Software Engineer
Dec 2006 to Oct 2007
Cognizant Technology Solutions India Ltd as Programmer Analyst
Jan 2005 to Nov 2006
UG: B.Sc (Applied Sciences Hons.) from Delhi University in 2000
PG: MCA (Computers) from Maharishi Dayanand University in 2004
Other Qualifications/Certifications/Programs:
TOGAF 9.2 Certified
AWS Certified Solution Architect - Associate
Microsoft Certified Azure Solution Architect Expert (AZ-300 and AZ-301)
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a11…
https://freesearch.naukri.com/preview/printResume?uname=215b9649a2d095037ce6ca2ae0d7c1525d0c0a53191758130040495e5f5a5449145a115615465a540b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 3 Year(s) 6 Month(s)
AWS 2020 3 Year(s) 6 Month(s)
Solution Architecture 2020 8 Year(s) 0 Month(s)
SHAREPOINT 2017 6 Year(s)
jQuery, Reacts, Angular
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 364: Resume 968 with similarity score 0.02509071870577183
Resume Text: BTECH , BS , B.E , MS , B.TECH application support , full time , java programmer , team lead , technical lead telugu , security , functional testing , platforms , status , specifications , datastage , integration testing , continuous integration , dependency management , components , features , solution implementation , infrastructure , sql server , spring framework , technical leadership , designation , deliverables , web services , hindi , ltd , architects , rational team concert , english , code review , agile , splunk , fixing , rest , estimates , currency , git , computer science , putty , javascript , migration projects , business requirements , html , continuous delivery , scrum , vs , affirmative action , oracle , maintenance , unix , timelines , email , jpa , tomcat , securities , system development , information systems , continuous improvement , technology solutions , junit , languages , story , sme , jira , dynamics , functionality , mentoring , migrating , css , soap , apache , software industry , authorization , teams , nearshore , application , participation , wicket , debugging , offshore , preparation , cyberark , tableau , python , reviews , eclipse , etl 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b15…
https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b155540175b585b0… 1/3
Current Designation: Assistant Consultant
Current Company: Tata Consultancy Services Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: BTECH [Computer Science]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Assistant Consultant
Jan 2013 to Till Date
Project #1
Title CyberArk
Period December 2019 to till date
Client Name United Services Automobile Association
Position Technical Lead
Responsibilities:
Analyzing Business Requirements and understand the requirements of the users and code as per specifications
Requirement gathering, system study and design
Daily SCRUM meetings and coordinating between onsite and o?shore teams
Providing technical leadership for both offshore and nearshore teams, able to inspire and coach other technical members
to perform at their highest potential.
Strategically architect, design, develop, and implement e?cient information systems
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Kompella Swathi
Oracle Certified Java technical lead seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement
Analysis,Java/J2EE,JPA,SQL,HTML,CSS,REST,SOAP,Junit,Control-M,IntelliJ
IDE,Postman,SOAP UI,Putty
Key Skills: Tech Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Java,J2EE,SQL,HTML,CSS,REST,SOAP,Junit,Control-M,IntelliJ
IDE,Postman,Eclipse IDE,JPA,Agile Methodology,Putty,Spring Framework
Summary
Started career with Tata Consultancy Services in January 2013, possess 8 years of professional experience in software industry
with comprehensive knowledge through certain phases of software development life cycle from requirement analysis to
implementation of a project.
Good experience in working with Java/J2EE, SOAP and Restful web services, Wicket, HTML, React JS, Talon, JPA and Spring
Batch.
Have substantial experience in design, implementation and Testing of web-based applications.
Active participation in review meetings with the Onsite team along with the offshore QA team for the better development.
Independently handled major migration projects.
Collaborate with key stakeholders and project team to review requirements.
Leading team members in the delivery of technology solutions which meet business delivery expectations, maintain portfolio
currency, and integrate best engineering practices.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b15…
https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b155540175b585b0… 2/3
Work closely with product managers and story owners to design features and prioritize tasks
Working closely with technical and non-technical leaders to strategize on delivery approach and dependency management
Working closely with the QA, project management and business teams on solution implementation
Form a close working relationship with key technology and business stakeholders
Work Item maintenance using JIRA
Perform code review (peer review, technical and functional reviews)
Optimize application performance by using monitoring tools like App dynamics
Code walk through, debugging and error fixing
Preparation of Project estimates, timelines and project execution plan
Configuration and Defect management using Rational Team Concert and JIRA
System development and functional testing
Mentoring and clarifying any business related or technical issues/clari?cations to team as an SME
Contribute to the development effort of each project by leading and working towards the continuous improvement activities
of build process, design process, software release process
Incorporating Continuous Integration and Continuous Delivery
Project:
The main scope of the projects is all the FASG IMCO_AMCO components must be migrated to align with InfoSec security
standards. Services under this addendum will integrate CyberArk platform with ETL-DataStage jobs, Tableau, UNIX shell
scripts, SQL Server, Python, Java/J2EE, Mainframes jobs interacting with FASG application. To get & mirror the securities
and roles of the SAU Service Accounts with those newly created CyberArk Service Accounts, coordination is required with
all the associated FASG teams (Application support, Infrastructure, DBA and other supporting teams).
Carried out the following activities:
Involved in Analysis and preparation of the design document
Daily SCRUM meetings and coordinating between onsite and o?shore teams
Analyse the new business requirements and come up with new approach/framework for migrating without effecting
existing functionality
Work closely with architects to create and implement new system designs as well as make improvements to existing
systems
Manage and contribute to all aspects of application development including functional and technical specifications, design,
development and production support
Provide strong technical guidance and leadership, both from a theoretical and hands-on perspective to project team
members (including client representatives)
Proactively identify opportunities to improve the environment from both a technical and process perspective.
Perform code review (peer review, technical and functional reviews) and code ?xing along with code walk through,
debugging and error ?xing
Preparation of Project estimates, timelines and project execution plan
Citbox configurations and Creation of new service accounts with targeted platforms
Unit and Integration testing of the framework changes made to replace the existing solution
Manage the day-to-day activities and ensure the coordination of individual team deliverables is synchronized as necessary
to achieve releases
Work closely with release management team for production release
Provide leadership in the promotion and deployment of fixes and major releases into production environments
UG: B.Tech/B.E. (Computer Science and Engineering) from Jawaharlal Nehru Technological University (JNTU) in 2012
PG: BTECH (Computer Science) from Jawaharlal Nehru Technological University (JNTU) in 2012
Other Qualifications/Certifications/Programs:
oracle certified java programmer
Education
IT Skills
Skill Name Version Last Used Experience
JAVA/J2EE
SQL
Apache Wicket
HTML
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b15…
https://freesearch.naukri.com/preview/printResume?uname=f770b35e989bf50dc6039327a71170505b0c0e514f1b5f150518430c5c0f5819155b155540175b585b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
REST
SOAP
JPA
React js
CSS
Talon
JRULES
JUNIT
CONTROL-M
Vs code
INTELLIJ IDE
GIT
SPLUNK
Eclipse IDE
Apache Tomcat
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 365: Resume 800 with similarity score 0.02508744590562475
Resume Text: B.E , MS , B.TECH , BS operator , partner , product development , software developer , full time , part time , application developer mobility , visualization software , api , switching , training , web development , kubernetes , css , data visualization , infographics , designation , ug , golang , mar , deliverables , affirmative action , mysql , lumira , hindi , docker , angular , cloud , maintenance , provision , low latency , test cases , import , authorization , english , node.js , troubleshooting , maps , jasmine , status , architecture , models , excel , email , project , health check , express , application , modular , development tools , mongodb , sap , participation , call processing , edge , rest , writing , git , unit testing , languages , framework , documentation , code coverage , sms , front-end development , mobile , gin , javascript , dashboards , schedules , metrics , post processing , html , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d13…
https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d130b11460b0e5f… 1/3
Current Designation: Software Developer
Current Company: Altran Technologies
Current Location: Gurgaon
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Altran Technologies as Software Developer
Sep 2019 to Till Date
Project 1)
Team Size:25
Project-Name: GMEC (global mobile Edge Compute)
Description: GMEC is the platform which enabled the application developer to deployed
Low latency application at nearest edge (which is located at mobile tower) by
Tools:
1) Swagger (for documentation of rest api)
2) go swagger (for creating models and server)
3) k8s go-client
4) kubevirt go-client
5) docker
6) Kubernetes
7) Mongo-db.
Last Active: 6-Feb-21 Last Modified: 3-Feb-21
Mayank Mishra
Software Developer seeking roles as a golang developer. having experience in golang,
mongodb, node js and react.
Key Skills: golang,Git,MongoDB,Node.Js,gin,kubernetes,Go
Summary
Developing rest api in Golang using GIN framework
experienced in developing modular Code with high code coverage
Knowledge on front-end development.
Familiar with web development technologies like HTML, CSS, JS, React and angular Js
knowledge of TDD
Scaling new heights of success and leaving a mark of excellence in assignments which involve analytical capabilities and help
me achieve organizational goals as well as professional growth.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d13…
https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d130b11460b0e5f… 2/3
Responsibility:
1) Working on module called app-manager which deployed application on k8s machine. (using go-client)
2) implement the mobility feature in GMEC (which enabled the switching the application of the client to the low-latency
edge when latency of the client breached)
3) implement of provision of application on edge of partner operator
Glofy as Software Developer
May 2019 to Aug 2019
Client: Extol
Tools:
? Golang
? Beanstalkd queue
? Mysql
? Aerospike
? mockery for unit testing
duration: 6th Aug to 30th march (9 months)
Descrition : Post -call processing for collecting data from different source and process the data for providing the
information about the calls and collecting the matices.
Responsibility:
1) write a module and worker for various functions of the post processing
Feature in golang.
2) activity taking participation in architecture of post call processing whose aim to reduce
latency in post call processing and reducing discrepancy in billing.
3) writing unit test case for project called cloud impedimenta.
Mountblue Technologies as Software Developer
May 2018 to Mar 2019
Company name: Sap Labs
Team Size: 18
Module Name : BI Platform and and Lumira.
Tools
? Java
? Java Script
? Mockito(for mocking )
? Junit(unit test)
? Jasmine (unit testing platform for javascript)
Responsibility: Creating and modifying Packages, Functions, views.And writing unit test cases for both java and javascript.
? LUMIRA DISCOVERY (Desktop Application): Data visualization software
that makes it easy to create beautiful and interactive maps, charts and infographics. Import data from Excel and many
Other Source, perform Visual BI analysis using Intuitive dashboards and securely share insights and data stories with your
team.
Functional Skills
? Handling java development including code & troubleshooting of applications
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d13…
https://freesearch.naukri.com/preview/printResume?uname=f4de4be198be14f2c6956544a7d7b4be5b5d08004d150a405515485a090a034a1b5d130b11460b0e5f… 3/3
? Monitoring service based project progress & outstanding issues and ensuring the quality & timeliness of the
deliverables; preparing monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as
extending post-implementation support to team members by identifying defects, inconsistencies & errors Completing
product development as per requirements, schedules & activities;
Training
Module : MERN STACK
Project: making online coding platform for coding competitive programming. which support more than 20 languages with
smart editor
development tool :
? node.JS ,
? express JS
? express js
? react JS for front -end.
Project: making the sample app for food ordering and delivering orders over ivrs and sms using exotel's api.
Development tools : node. js and mongodb.
UG: B.Tech/B.E. (Computers) from Kumaon Engineering College in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, Node js, Express
GIT
GO 1.15 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 366: Resume 208 with similarity score 0.025063326713510255
Resume Text: MS , B.TECH , BS work from home , campus ambassador dart , blogging , media marketing , algorithms , report writing , css , microsoft azure , sqlite , visual studio , data analytics , hindi , linux , firebase , php , english , bootstrap , social media , wordpress , c programming , creative writing , resume , android , github , computer science , assessment , python , javascript , eclipse , ion , campus , apps , cloud computing , technology , digital marketing , mathematics , html , database Assessment
Q1. Why should you be hired for this role?
I am an flutter and Android App developer and has good knowledge of UI/UX designing. I have made several apps in projects.. I have all the skills
required for the internship including firebase.
I can show some of my sample apps if required. Some of them are social media app, food ordering apps, conversational and educational apps.
Other than that I am very skilled in html, css and Javascript and have many front-end projects.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, definitely I will available for the required time period
Resume
EDUCAT ION
JOBS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9870827345
Gunjan Kapoor
Jaipur, Agra
Applied 31 Jan'21
Flutter Bootstrap Creative Writing
English Proficiency Written) GitHub HTML
Hindi Proficiency(Spoken) Java JavaScript
MSOffice MSPowerPoint MSWord
Report Writing SQLite Algorithms
Android Blogging C Programming
C Programming CSS Cloud Computing
Computer Networks Dart Data Analytics
Data Structures Database Management
System DBMS
Digital Marketing
Eclipse IDE English Proficiency Spoken) Firebase
Hindi Proficiency Spoken) Hindi Proficiency Written) Hindi Proficiency(Written)
Linux MSExcel Mathematics
Microsoft Azure Microsoft Visual Studio PHP
Python Social Media Marketing WordPress
Bachelor of Technology B.Tech), Computer Science & Engineering
JECRC University
2019 - 2023
Campus Ambassador
Coding Ninjas, Jaipur
Dec 2019 - Present
Campus ambassador at coding Ninjas and JECRC University
content writing experience in ideathon and other competitions
Rank 367: Resume 532 with similarity score 0.025050427490725717
Resume Text: B.E , BS work from home , associate software engineer , java developer , student image processing , apparel , deep learning , demand , cancer , data collection , natural language processing , eda , sql , project , data cleaning , misys , computer vision , prediction , microsoft , resume , facebook , quora , java , machine learning , computer science , x , amazon , completion , assessment , tuning , case studies , ml , artificial intelligence , portuguese , pipeline , online Assessment
Q1. Why should you be hired for this role?
As a student at Applied AI Course I had the opportunity to Work on many Machine Learning and Deep Learning Case Studies.
1. Personalized Cancer diagnosis
2. Taxi demand prediction
3. Microsoft Malware detection
4. Netflix prize
5. Stack overflow tagging
6. Quora question pair similarity
7. Human activity detection
8. Facebook Friend Recommendation
9. Self Driving Car
10. Amazon Apparel Recommendation
I learnt about various aspects of Machine Learning Life Cycle,
Data Collection, Data Cleaning, EDA, Hyper-parameter Tuning, Productionisation of ML Pipeline.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available at Nagpur ( Maharashtra, India ) for next 3 months.
Resume
EDUCAT ION
JOBS
TRAININGS
Shashank Aich
Nagpur
Applied 09 Feb'21
Computer Vision Natural Language Processing
NLP
Deep Learning
Machine Learning Image Processing Java
SQL
Bachelor of Engineering B.E, Computer Science
Ramdeobaba College Of Engineering And Management
2013 - 2017
CGPA 8.38/10
Senior Secondary XII, Science
Dinanath Junior College
MAHARASHTRA STATE BOARD board)
Year of completion: 2013
Percentage: 83.00%
Secondary X
Somalwar High School
MAHARASHTRA STATE BOARD board)
Year of completion: 2011
Percentage: 91.00%
Associate Software Engineer
Misys , Bangalore
Jan 2017 - Oct 2018
I worked here as a Java Developer.
Applied AI Course
Applied Ai Course, Online
Sep 2019 - Jan 2021
PROJECTS
CONTACT Phone: 91 9970897413
Applied AI Course is an Online Platform for Learning Machine Learning and Artificial Intelligence.
As a student at Applied AI Course I had the opportunity to Work on many Machine Learning and Deep Learning Case Studies.
1. Personal ized Cancer diagnosis
2. Taxi demand prediction
3. Microsoft Malware detection
4. Netflix prize
5. Stack overflow tagging
6. Quora question pair similarity
7. Human activity detection
8. Facebook Friend Recommendation
9. Self Driving Car
10. Amazon Apparel Recommendation
I learnt about various aspects of Machine Learning Life Cycle,
Data Collection, Data Cleaning, EDA, Hyper-parameter Tuning, Productionisation of ML Pipeline.
Automatic Diagnosis Generation Given Chest X-rays
Jun 2020 - Dec 2020
https://shashankaich.medium.com/automatic-diagnosis-generation-given-chest-x-rays-3467cf31d23d
Generating Automatic Diagnosis from XRays is a problem that many researchers are trying to solve. This problem if solved,
will help the entire Medical fraternity.
This project will give a humble try to solve the problem.
Predicting Telephonic Marketing Outcome for Bank Term Deposit
Apr 2020 - Jun 2020
https://shashankaich.medium.com/predicting-telephonic-marketing-outcome-for-bank-term-deposit
The Problem presented in this project is 'Predicting Telephonic Marketing Outcome for Bank Term Deposit'
The Dataset was collected From a Portuguese Bank from May 2008 to November 2010
https://shashankaich.medium.com/automatic-diagnosis-generation-given-chest-x-rays-3467cf31d23d
https://shashankaich.medium.com/predicting-telephonic-marketing-outcome-for-bank-term-deposit
Rank 368: Resume 504 with similarity score 0.025007401422316798
Resume Text: MS , B.TECH , BS work from home , full time codes , optimization , internships , css , deep learning , databases , navigators , digital , ios , excel , focus , programming languages , resume , android , prompt , reason , tags , completion , assessment , data science , python , javascript , search , web , campus , technology , commerce , html Assessment
Q1. Why should you be hired for this role?
The sole reason for me learning Python was to get into data science, deep learning, and ultimately into Artifical Intellegence. The concept of
developing programs capable of learning on their own via databases is fascinating.
I have always been a self-initiated learner. Despite taking commerce in high school, I taught myself a few programming languages Python and
web-stack) and started freelance work.
I am extremely motivated and promise to do this job with the utmost seriousness and focus. Worked on a database analysis system for a class at
my university
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am availaible full time for the next 3 months, starting immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Sarthak Rungta
Delhi
Applied 07 Feb'21
Python CSS HTML
Android Java JavaScript
iOS
Bachelor of Technology B.Tech)
RMIT University, Melbourne City Campus
2020 - 2023
CGPA 3.20/4
Senior Secondary XII, Commerce
TAGORE INTERNATIONAL SCHOOL
CBSE board)
Year of completion: 2018
CGPA 9.00/10
Search Engine Optimization SEO
Tansen Music Academy, Sarita Vihar, Delhi
Feb 2019 - Jan 2020
Developed Python codes to automte enquiry seach process, which was previously done manually.
Developed website, including relevant tags to optimize search results.
Converted all physical data into digital format to run anaysis.
Software Development
Genbioca, Virtual
Sep 2020 - Jan 2021
Built web scrapers using python.
Managed fellow interns, ensuring timely submissions.
Developed excel navigators using python to prompt releant questions to clients based on their previous response
Author
Nov 2017 - Present
Authored a Crime thriller novel, which was published in November of 2017.
CONTACT Phone: 91 9540685871
Rank 369: Resume 1477 with similarity score 0.02500708492181104
Resume Text: B.E , MS , B.TECH relocation manager , product manager , bpm architect , technical lead , product owner , solution architect , software solutions architect , full time , relationship manager , enterprise architect component architecture , customer , classification , space , regulatory requirements , platforms , spring , docker , project planning , node.js , japanese , status , express , process design , mumbai , fintech , ux , technical design , features , ec2 , django , sentiment analysis , html5 , organization , building technologies , technical leadership , designation , hindi , compliance consulting , english , capital management , agile , 12c , gas , technology evaluation , mongodb , microservices , solution architecture , boomi , architecting , software architecture , machine learning , computer science , strategy , resource management , kyc , javascript , artificial intelligence , business process management , tax compliance , managed services , general , affirmative action , oracle , financial institutions , maintenance , vendor management , kofax , jquery , email , business intelligence , aws , saas , android , containerization , middleware , traceability , languages , eai , sme , oil , functional design , mobile , search , apps , sdk , amx , dell , bpm , cloud services , dart , technology consulting , site relocation , software solutions , nosql , ug , tibco , c4 , developments , revenue , azure , apache , solutions design , ios , custom software , authorization , google cloud platform , teams , enterprise , automation tools , marklogic , vue.js , regulatory reporting , materials , government , ecs , running , ccar , finance , resource estimation , events , distributed applications , software design , python , kendo ui 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c11…
https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c110042465f0c005… 1/3
Current Designation: Solution Architect
Current Company: Honeywell International
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Defence/Government
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Honeywell International as Solution Architect
Feb 2019 to Till Date
Cloud agnostic component architecture using C4 Model that can be
implemented on any platform given containerization being the key driver
Cloud native multi-region microservices architecture for projects like MAC
address allocator, Site Relocation Manager, Talent Relationship Manager,
OneDAT, etc.
BPM solutions design modelling review and functional design for the
implementation teams.
Containerization strategy for going cloud native for various business's
workloads currently running on VMs. (CNCF)
API rationalization and migration roadmap design for Mulesoft to Apigee with
appropriate API design
Technology evaluation and custom solution design using those products for
various domains (HR/Legal, Finance, ISC)
SME for cloud environments (GCP/AWS and Azure) with involvement in
projects for technical know how.
POCs across clouds (Azure/AWS/GCP)
Technologies: AWS Cloud Services (EC2, EKS, ECS, Fargate, Lambda
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sangram Mohite
Solution Architect seeking roles in Enterprise Architect, Software Design, Software
Architecture, Business Process, Process Management, Process Mapping, Business
Intelligence, Relationship Management, Process Design, Node.Js, Javascript,
Django,NoSQL
Key Skills: Solution Architect, Enterprise Architect, Software Design, Software Architecture, Business Process, Process
Management, Process Mapping, Business Intelligence, Relationship Management, Process Design, Node.Js, Javascript,
Django, NoSQL, MongoDB
Summary
Certified custom software solutions architect with over 9 years of experience.
Core expertise in technology consulting and implementation for software design and delivery
based on microservices architecture and multi-cloud based solutions (AWS, Azure & GCP),
Business Process Management (BPM), middleware (EAI) at enterprise scale. Rich experience
in developing distributed applications that evolve with requirements and extensible features.
Proficient in leading the design and leading delivery of software solutions through agile
methodology (Scaled Agile certified) in varied technologies (UX and backend services) like
Dart (Flutter), JavaScript (Node.js, Vue.js), Java (Spring) and Mobile (iOS and Android) to name
a few.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c11…
https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c110042465f0c005… 2/3
functions), GCP (GKE, Cloud Run, Cloud functions, App Engine, Compute
Engine, Cloud Shell, Google Cloud SDK), Docker, Cloud APIs (ML/AI services on
Google Cloud for Cloud Vision, Sentiment Analysis of text)
Technology Domain: Micro services based architecture for distributed apps,
SaaS integrations on Cloud technologies, SaaS applications, Hybrid
integrations (on-prem and cloud),
Technical Leadership: Solution architecture, Workloads migration strategy,
design for successfully implemented products & managed services which
contributes to organization's revenue, low level technical design, cloud
resources estimations based on budgets
Business Domains: Building Technologies, Oil and gas,Aero-Space, Building
technologies, Performance Materials, Automation and Process solutions
KPMG as Solution Architect
May 2018 to Jan 2019
For KPMG, the impact of DFAST and CCAR developments is part of a larger
issue: how to best use technology and automation tools to support
regulatory reporting and capital management compliance. Using
advancements in automation and artificial intelligence technologies, we
developed the KPMG Financial Institutions Reporting Engine, an automated
reporting platform with related services, in order to help BHCs and IHCs
increase efficiency, simplify reporting and improve compliance. The platform
was developed through close work between KPMG and global financial
institutions, as an industry-benchmarked reporting engine that provides
traceability, controls and governance around reporting, and a significant
reduction in time required to accommodate new regulatory requirements.
https://advisory.kpmg.us/articles/2017/financial-institutions-reportingengine.
html
Products & Services: Financial Institutions Reporting Engine (FIRE), CCAR
(Comprehensive Capital Analysis and Review) Automation, Intelligent
Automation Bots Platform
Technology Domain: Customizable packaged solutions, Managed services,
Middleware and integration
Technologies: TIBCO AMX BPM, Dell Boomi, Kendo UI, jQuery, HTML5,
Oracle 12c, Elastic Search, Apache Tika
Technical Leadership: Lead Solution architecture, design & delivery for
successfully implemented products & managed services which contributes to
organization's revenue, low level technical design, project planning, resource
estimation and budget allocation
People Leadership: Technical lead, technical mentor and coach, task
management, resource management, vendor management, agile
methodology
Business Domains: Fintech, compliance consulting
Clients: KPMG, SunTrust, Mitsubishi financial group, Bank of America
TIBCO Software Inc. as Integration & BPM Architect
Jan 2015 to Apr 2018
Products & Services: Financial Institutions Reporting Engine (FIRE),
Foreign Account Tax Compliance Act (FATCA) Classification and Management
System,
Know Your Customer (KYC) Classification System
Technology Domain: Customizable packaged solutions, Customizable
platforms, Middleware and integration, Business Process Management (BPM)
Technologies: TIBCO AMX BPM, Business Works, Business Events, Kendo UI,
jQuery, HTML5, Marklogic, Oracle 12c, Smartlogic, Kofax
Technical Leadership: Solution architecture, design and delivery for
successfully implemented products and managed services which contributes
to organization's revenue, low level technical design, project planning,
resource estimation and budget allocation
People Leadership: Technical lead, technical mentor and coach, task
management, resource management, vendor management, agile
methodology
Business Domains: Fintech, compliance consulting
Clients: KPMG, Bank of America, Mitsubishi financial group, PNC Financial
Services
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c11…
https://freesearch.naukri.com/preview/printResume?uname=d7aa1d8c2c27c12174dc06ca17c5dcfa0a5f0b581c470e13504415585b580418465c110042465f0c005… 3/3
UG: B.Tech/B.E. (Computer Science) from University Of Pune in 2011
Other Qualifications/Certifications/Programs:
Architecting with Google Cloud Platform Specialization
Machine Learning with TensorFlow on Google Cloud Platform Specialization
Developing Applications with Google Cloud Platform Specialization
Certified SAFe® 4 Product Owner/Product Manager
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Dart, JavaScript, Java, Python, .NET
Vue.js, Kendo UI, Express
Flutter, Spring, Django
(Oracle, MS SQL) - NoSQL
Mongodb, marklogic
Google Cloud Platform, AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Japanese
Rank 370: Resume 505 with similarity score 0.024999505631684113
Resume Text: MS , B.TECH , BS work from home , full time codes , optimization , internships , css , deep learning , databases , navigators , digital , ios , excel , focus , programming languages , resume , android , prompt , reason , tags , completion , assessment , data science , python , javascript , search , web , campus , technology , commerce , html Assessment
Q1. Why should you be hired for this role?
The sole reason for me learning Python was to get into data science, deep learning, and ultimately into Artifical Intellegence. The concept of
developing programs capable of learning on their own via databases is fascinating.
I have always been a self-initiated learner. Despite taking commerce in high school, I taught myself a few programming languages Python and
web-stack) and started freelance work.
I am extremely motivated and promise to do this job with the utmost seriousness and focus. Worked on a database analysis system for a class at
my university
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am availaible full time for the next 6 months, starting immediately
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Sarthak Rungta
Delhi
Applied 07 Feb'21
CSS HTML Python
Android Java JavaScript
iOS
Bachelor of Technology B.Tech)
RMIT University, Melbourne City Campus
2020 - 2023
CGPA 3.20/4
Senior Secondary XII, Commerce
TAGORE INTERNATIONAL SCHOOL
CBSE board)
Year of completion: 2018
CGPA 9.00/10
Search Engine Optimization SEO
Tansen Music Academy, Sarita Vihar, Delhi
Feb 2019 - Jan 2020
Developed Python codes to automte enquiry seach process, which was previously done manually.
Developed website, including relevant tags to optimize search results.
Converted all physical data into digital format to run anaysis.
Software Development
Genbioca, Virtual
Sep 2020 - Jan 2021
Built web scrapers using python.
Managed fellow interns, ensuring timely submissions.
Developed excel navigators using python to prompt releant questions to clients based on their previous response
Author
Nov 2017 - Present
Authored a Crime thriller novel, which was published in November of 2017.
CONTACT Phone: 91 9540685871
Rank 371: Resume 151 with similarity score 0.02496370946490701
Resume Text: B.E work from home completion , danish , assessment , player , resume , java , technology , computer science , on deadline Assessment
Q1. Why should you be hired for this role?
I AM 18 YEARS OLD .
I AM TRYING TO GAIN EXPERIENCE IN OUTSIDE WORLD.
I AM HARD WORKING.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I AM AVIAILABLE FOR NEXT 'S MONTHS .
EXPECT FOR 10 DAY'S IN FEB. AND MARCH.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7051854339
DANISH MAHAJAN
Jammu, Bangalore
Applied 07 Jan'21
Java
Bachelor of Engineering B.E, Computer Science & Engineering
Ramaiah Institute Of Technology
2020 - 2024
Senior Secondary XII, Science
Shiksha Niketan Higher Secondary School , Jeevan Nagar ,Jammu
JKBOARD board)
Year of completion: 2020
Percentage: 95.20%
Secondary X
St. Peter's High School ,Karan Bagh, Jammu
JKBOARD board)
Year of completion: 2018
CGPA 9.40/10
Personal Skills
- Enthusiastic and dependable
- Punctual and well organized
- Analytical and able to work in a
constantly changing environment
- Flexible and devote the time necessary
to complete tasks on deadline
- Team player
Rank 372: Resume 1455 with similarity score 0.0247954944814663
Resume Text: MS , BSC , BS director , project manager , program manager , senior manager , cfo , business development , change management lead , full time , general manager , relationship manager , vp , data management , master black belt sap fico , robotics , postpaid , sen , workshops , office , edm , rfi , kpi , tcm , headcount , capex , customer satisfaction , status , supplier performance , audit management , project governance , icr , re-engineering , transactional , turnover , business performance management , global finance , building , visio , supply chain , procurement , project accounting , ifrs , rpas , ptp , forecasting , workflow , p2p , organization , kt , distance learning , cxo , mobility , vss , retail , project support , f&a , stabilization , access , sales performance , designation , process migration , hindi , lean six sigma , ltd , knowledge management , english , financial planning , physical verification , agile , bpo , consolidation , business operations , closure , accountability , change management , strategic finance , query resolution , resolve , strategy , enterprise business , documentation , process automation , radiation , agri , completion , benchmarking , javascript , tax , artificial intelligence , rolling , bill payment , measures , business continuity , digitization , toolkit , reporting , general , demand management , oversight , black belt , affirmative action , spend analysis , opex , utilization , service delivery , business services , architecture , customer service , email , business intelligence , shared services , bengali , survey , continuous improvement , premises , continuous process improvement , customer experience , languages , sme , management system , operational excellence , jira , root cause analysis , commerce , csat , credit , rfp , global transformation , ms project , ug , ebitda , coe , fixed assets , analytics , revenue , sourcing , authorization , business solution , sharepoint , due diligence , sql , leveling , business analysis , matrix , application , written communication , savings , external audit , r2r , drive , framework , offshore , returns , trade operations , tableau , business case preparation , reviews , liaison , roaming , fraud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 1/4
Current Designation: General Manager - RPA, Projects
Current Company: Bunge Ltd
Current Location: Mohali
Pref. Location: Hyderabad,Kolkata,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Head/VP/GM-Operations
Industry: BPO/ITES
Marital Status: Married
Total Experience: 22 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Bunge Ltd as General Manager - RPA, Projects
May 2017 to Till Date
General Manager - RPA, Projects and Continuous Improvement (Asia, Europe and North America)
(Global Leader in Agri Business with turnover of $47 billion, 32000+ Employees & Operations over 40 counties)
Delivery centers at Asia, Europe and North America - Mohali (India), Barcelona (Spain), Tianjin (China), Bucharest
(Romania) and St. Louis (USA) reporting to Global Transformation Leader, Bunge Business Services (BBS) with 800+
Headcount
Role:
Head of RPA, Strategic Projects and Lean Six Sigma Continuous Process Improvement at Bunge Business Services
(Finance Operations, Procurement, Supply Chain Management, IT Services, HR Services & Trade Operations) to lead
Projects, Lean Six Sigma, Business Solutioning, Transitions/Migrations, Process Re-engineering, Robotics Process
Automation (RPA), Business Continuity Plan (BCP), Business Intelligence & Analytics and Change Management serving
Global OpCos
Strategy for Global Business Services toward the journey of Best-in-Class Shared Services Organization
Driving Headcount Efficiency (Upfront savings during work transfer to Shared Services and YoY ~20% Efficiency) and P&L
Savings for Bunge Business Services Europe and Asia (Mohali, Tianjin, Barcelona, Bucharest and St. Louis Centre)
through LEAN Six Sigma Continuous Improvement, IT Automations Projects, Process Re-engineering and RPAs
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Anup Sen Barman
An accomplished Strategic Leader targeting assignments as Global Finance Shared
Services Centre Head / Chief Transformation Officer / Lean Six Sigma Continuous
Improvement / Innovation and Digitization Leader with an organisation of high repute
Key Skills: Robotics Process Automation,Artificial Intelligence,Finance,Transformation,Shared
Services,Blueprism,Automation Anywhere,Service Delivery,Transition,RPA,Solution Design,Centre Head,CI,Six
Sigma,Master Black Belt,Black Belt
Summary
MBA (Finance) professional with over 22 years of rich experience in Finance Operations, Procurement, Supply Chain
Management, Trade Operations Transformation, Continuous Improvement and Service Delivery
Subject Matter Expert (SME) in Finance Operations (PTP, OTC, RTR, Tax, Treasury, Credit, Revenue Assurance and Master
Data Management), Procurement, Supply Chain Management and Fraud Management Process
Specialist in Enterprise Level Business Solutioning, Transition, Process Re-engineering, Client Relationship Management, Lean
Six Sigma Continuous Improvement, Process Stabilization, Robotics Process Automation (RPA, Artificial Intelligence (AI),
Analytics, Change Management, Best Practice Sharing, Process Benchmarking, Knowledge Management, Business
Performance Management System, Business Continuity Plan, Setting up Next Generation Shared Services & Sustainable
Excellence in challenging and dynamic environment
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 2/4
Setting-up and Governance of Global Digitization Centre of Excellence (COE) - Robotics Process Automation (BluePrism
and Automation Anywhere), MiniApps (Excel, Access, SQL and .NET) and Analytics (Tableau, AA Discovery BOT,
SharePoint and FHINCK Desktop Analytics)
Monitoring the overall functioning of processes, identifying improvement areas and implementing adequate measures to
maximize customer satisfaction level
End-to-end set-up (On-premises and Could Infra) , execution and oversight for all Robotics Process Automation Center of
Excellence (CoE) including Global RPA Project Demand Management through SharePoint and JIRA
Drive Automation Discovery Workshops (with vision of Machine First - Business First) including estimations, architecture
reviews, and documentation to create Enterprise Level Process Automation Roadmap (including Artificial Intelligence and
Mobility Solutioning)
Creating and rolling out integrated RPA synergy framework to synergize the RPA benefits using Agile delivery
methodology to increase process performance and program/ project governance, which result in increased accountability,
information radiation and faster completion of projects
Drive growth across the verticals & customer segments for the RPA portfolio. Process Re-engineering to deliver Hybrid
Business Solution to optimize utilization of RPA
Managing Sustainable Excellence Operations including KPIs, SLA Management (Service Level Agreement), Volumes
Management, Team Utilization, CSAT (Customer Satisfaction Survey), Transactional Cost, Resolve, Seat Utilization, Job
Leveling and Closure Rate and RCAs (Root Cause Analysis), Head Count and Forecasting
Providing transformation solutions for process migration to prospective departments along with working closely with the
Business Development Team for Asia and Europe Shared Services at Bunge
Working towards developing Centers of Excellence (COE) inclusive of building expertise, standardizing processes, sharing
best practices across business segments
Ensuring the smooth transition from current to future business operations including onsite due diligence & feasibility
studies followed by successful offshore implementation
Directing strategic Finance Projects (e.g. TLS roll-out, Business Integrations, Cost Drive, IT Tools / Workflow Solution Roll-
out)
Setting out quality standards, KPIs and KBIs for various operational areas, ensuring a high-quality customer experience
Enabling Business Development - Generate headcount growth and enhance service portfolio and process level
penetration of Shared Services Organization in line with world-class standards
Hewlett Packard Enterprise as Global Program Leader Strategic Finance Projects
Sep 2016 to May 2017
Global Program Leader Strategic Finance Projects - Americas, EMEA and APJ (Reported to Director - Transformation and
Continuous Improvements)
Key Result Areas:
Contributed as Program Leader for delivery centers at India (Bengaluru & Chennai), Dalian, Poland, USA and Romania
serving Americas, EMEA and APJ regions; managed Virtual Team (spread across the globe) including Program Manager,
Project Manager, Project Accounting and PMO Team
Administered Strategic Finance Program for Enterprise Business across the world including Solutioning, Transformation,
Migration / Transition, Process Benchmarking with Best-in-Class Standards, IT System, Implementation, Performance
Management, Merger & Acquisition Project Management, Business Analysis, Project Accounting, Management of Change
and KPI Management
Managed work class PMO organization in SharePoint environment
Set up Robotics Process Automation (RPA) framework within HPE Finance Shared Services Organization
Vodafone Group PLC as Head of Finance Operations
Sep 2009 to Sep 2016
Growth Path/Deputations
Vodafone Shared Services, Ahmedabad
Sep'09 - Dec'11: Senior Manager - Transitions (Reported to General Manager - Transitions)
Jan'12 - Dec'14: Dy. General Manager - Transitions (Reported to Head - Shared Services)
Vodafone India Limited, Kolkata
Dec'14 - Sep'16: Head of Finance Operations for West Bengal, Sikkim and Andaman Operations having yearly turnover of
$630 Million, managing a team of 40 + team members and outsourced team at Vodafone Shared Services at Ahmedabad,
India
Key Result Areas:
As Head of Finance Operations (Regional Finance Controller)
Managed a team of 3 Senior Managers, 7 Managers, 3 Asst. / Dy. Managers, 30 Associates and 50 + Outsourced
Headcount
Administered $630+ Million turnover Operations in Bengal, Sikkim and Andaman with reporting to India Finance Controller
and dotted line reporting to Regional Head of Finance (CFO)
Supervised delivery of target for EBITDA & OFCF YOY by providing superior shareholder returns on the changing
business priorities delivered
Ensured timely & accurately month-end closing of P2P, L2D, O2C, R2R and Tax as per corporate and SSC calendar
Completed audits under IGAAP and IFRS for the circle as well as handset business books without any issues through
effective coordination with auditors and corporate office
Provided local support to ensure ongoing SOX, ICFR and drive Local Internal Audits to bring operational excellence
Conducted Physical Verification of Fixed Assets and Capex AUC Reconciliation with Books
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 3/4
Drive Opex and Capex Savings Projects to improve EBITDA %
Liaison with Direct and Indirect Tax Authorities along with Tax Consultants to manage litigations of $ 400 Million
Internal and External Audit Management
As Deputy General Manager - Transition, Ahmedabad
Managed team of 12 Transition / Solution Managers, Change Management Lead and PMO Team
Spearheaded Business Solutioning, Transitions, Reengineering and Business Development for Ahmedabad along with an
additional responsibility of Finance Solution and Innovation Lead for Vodafone Global Shared Services Organization
across all 6 locations (Pune, Ahmedabad, Bangalore, Budapest, Cairo and Bucharest)
Conducted feasibility study and managed RFP/RFI responses, business case preparation and e-bidding of partners
Contributed as Relationship Manager (CXO Level) for all existing processes at VSS, Ahmedabad
Delivered 80+ Enterprise Level Business Solutions (Domestic and International):
Finance & Accounting Operations (PTP, OTC, LTD, RTR, TAX, TCM, MDM and UAM)
Finance Business Operations (PTP, Revenue Accounting IUC, VAS, LTD, RTR, TCM, Collection Accounting and Tax)
Finance Closing and Reporting (IFRS & IGAAP) and Financial Planning & Analysis
Revenue Assurance (Usage & Platform Reconciliations, IUC, ICR, Postpaid Assurance, Prepaid Assurance, VAS,
Network and Roaming Assurance for Retail, Enterprise and Carrier Business)
Credit & Collections (Bill Consolidation, Credit Management, Customer Bill Payment Posting, MIS, Collection Dunning,
Collection Allocation, Collection Back-office, Enterprise Dunning and Allocation)
Fraud Management (Subscription, Usage and Roaming Fraud Management for Retail and Enterprise Customers)
Enterprise Sales Support (Sales Performance Management, Volume Matrix Reporting, Project Support, KT Governance
and Incentive Calculation)
Supply Chain Management (PO Fulfillment, e-Sourcing, UAM, Reporting, Red Book of Savings, Supplier Performance
Management and Spend Analysis)
Customer Service (Welcome Letter, EDM, Bill Administration, Written Communication, Query Resolution, Process Audit
and Quality Audit)
Completed:
3 Reengineering Projects (2 remote and 1 onsite) for Business
5 Business Performance Management System (BPMS) project for Business
2 ERP (SAP) implementation cycle migration in F&A domain (10 Circles); spearheaded end-to-end transition (SSC) as per
Vodafone Global Core Business Model (P2P, O2C, R2R, L2D, TCM and MDM)
UG: B.Com (Commerce) from University of Calcutta in 1995
PG: MBA/PGDM (Finance), Correspondence/Distance Learning from Indira Gandhi National Open University (IGNOU) in
2003
Other Qualifications/Certifications/Programs:
Six Sigma Master Blackbelt
Graduate Diploma in Computer Application (GDCA)
Transition & Project Management Toolkit
Project Management
M.Com. (Accounts)
Education
IT Skills
Skill Name Version Last Used Experience
SAP FICO/COPA 2019 10 Year(s)
MS Visio 2019 12 Year(s)
MS Project 2018 8 Year(s)
Blue Prism 2019 2 Year(s)
Automation Anywhere A2019 2021 0 Year(s) 3 Month(s)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815…
https://freesearch.naukri.com/preview/printResume?uname=805d4bc4d211bf212b3458944de622c85b0c0f0743115b420a18150b5809541f100815014013090e0c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
Rank 373: Resume 545 with similarity score 0.024781666403405664
Resume Text: B.E , BS work from home deep learning , shape , fusion 360 , public , internet , google cloud platform , models , yantra , computer vision , resume , matlab , government , machine learning , building , opencv , arduino , autodesk , raspberry pi , completion , assessment , data science , python , technology , working experience , ansys Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my abilities and potential. Although I have accumulated not strong enough foundational knowledge
regarding the job. But I would keep with others as I am a very quick learner and I am eager and excited for learning new things. I have worked on
Deep Learning Models and CV in my previous projects. I think the best way to move forward would be to get practical working experience in an
established platform like your company. I wish to learn, upskill, and acquire skills that can shape me as a valued programmer.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full-time from home and have a good internet connection which will not delay work.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8837580847
Shreerama Shiva Sai Bharadwaja
Mohali
Applied 07 Feb'21
Python Autodesk Fusion 360 ANSYS
Computer Vision Deep Learning MATLAB
Machine Learning OpenCV Raspberry Pi
Arduino
Bachelor of Education B.Ed), Mechanical Engineering
University Institute Of Engineering And Technology, Chandigarh
2019 - 2023
Percentage: 7.26%
Senior Secondary XII, Science
Government Model School, Sector 19, Chandigarh
CBSE board)
Year of completion: 2019
Percentage: 72.80%
Secondary X
Chamanlal DAV Senior Secondary Public School, Sector 11,Panchkula, Haryana
CBSE board)
Year of completion: 2017
CGPA 9.40/10
Won N.E.K.C Season 3
Participated in E-yantra
Completed data science course in Google Cloud Platform
Building Myoelectric arm under D.I.C
Rank 374: Resume 1436 with similarity score 0.024750583927507005
Resume Text: B.E , MS , B.TECH , BS lean six sigma black belt , senior project manager , application engineer , certified scrum master , business development , change management , project coordinator , full time , part time , delivery manager , autocad , process owner , facilitator training , business case , window , citrix , security , layout design , prince2 , budget management , product concept , timesheet , kpi , customer satisfaction , project planning , status , digital transformation , project governance , msa , opportunity assessment , mumbai , ctq , sheets , testing , autodesk vault , obc , connectivity , visio , infrastructure , iso , coordinated , negotiation , workflow , value stream mapping , brd , information gathering , performance metrics , robot , access , designation , deliverables , mar , assembly , csm , hindi , gauges , gap analysis , pdm , new business opportunities , lean six sigma , process capability , ltd , project tracking , english , troubleshooting , modifications , autocad , microsoft excel , bpo , business process automation , business operations , pipelines , closure , change management , wbs , resource management , itil , test strategy , project charter , word , test data , javascript , material handling , availability , waterfall project management , working experience , engineering process , ecn , optimization , rework , bau , scrum , 3d , black belt , vendors , affirmative action , principles , project plans , readiness , basic , process flow , utilization , maintenance , escalation , architecture , customer service , email , aws , project delivery , practice management , invoicing , value engineering , output , welding , languages , engineers , pmp , plm , base , program management , coaching , agile methodologies , teaching , allocations , stakeholder engagement , handover , sketch , ms project , client visits , team performance , coe , technical reviews , health , analytics , production drawings , azure , authorization , risk , team building , approvals , milestones , teams , bpa , graphs , deliveries , productivity , tracker , acute , financial tracking , application , matrix , agile project management , sipoc , focus , transition management , less , operators , docs , drive , problem solving , finance , offshore , framework , events , project documentation , adoption , autodesk inventor , team motivation , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 1/4
Current Designation: RPA Delivery Manager
Current Company: Vodafone- Quess Corp Consultant
Current Location: Pune
Pref. Location: Hyderabad,Bengaluru / Bangalore,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Asst. Mgr/Mgr (Technical)
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Vodafone- Quess Corp Consultant as RPA Delivery Manager
Oct 2020 to Till Date
Responsibility:
Handling End To End RPA Project Lifecycle and RPA Infrastructure Governance for Hybrid & Full Stake Model projects
Responsible to implement RPA projects lifecycle by identifying and validating the process data, creating automation
pipelines,
Analysis, Design, Build, Testing/UAT, Deployment/Hypercare, BAU, monitoring and maintain the ongoing automation
projects.
Governance and Coordination with multiple team leads for establishing the Connectivity, Access, VMs Allocation, InfoSec,
DPP,
and Group Security for Target Application, Citrix, and User Credential for Dev/Test/Prod Environment
Conduct and facilitate timely require meetings and maintain the multiple tracker sheets and reports like Pre Readiness
Activities, IT Delivery Checklist, Project Plan Considerations, IT Deliverable Tracker and Infra Reediness Tracker etc.
Governance and managing the sign-off/approvals of multiple project documents require in each Project Gate/Project
Phase
like Opportunity Assessment Report, Business Case, Project Plan, Kick-Off Deck, PDD , SDD, SIT, UAT, Code Package,
Code
Review, Release Note, Test Data Availability for build/test/Hypercare/Prod/BAU environment, Test Strategy/Plan, Test
Cases/Data, Testing Results Docs, Test Reports & Closure, Business Access for UAT run, Bot Controller training, , Go-
Live
Criteria, Hypercare Support Model, BAU Support Model, Lesson Learn and Project Closure documentation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SHEKHAR M. KELZARKAR
Project Management, Project Governance, IT Project Management, RPA Delivery
Manager, Program Management, Prince2, PMP, Scrum Master, Agile, Business
Analytics , Process Analytics, Uipath, RPA Infrastructure, RPA Project Lifecycles,
AWS, AZURE, AWS
Key Skills: pmo,process automation,prince2,pmp,six sigma,lean,Transition Management,Presales,rpa,Strategic
Planning,Practice Management,Process Automation,IT Project Management,Program Management,Portfolio
Management,Coe,robotic process autpomat
Summary
Performance driven leader with around 14 years of experience with Effective communicator with strong Coordinator and
Facilitator between Client, Stakeholders and Team by imparting a culture of Project Management , PMO Governance, Project
Administration & deliver Business Excellence by leveraging the Agile/Waterfall Project Management methodologies with an
acute focus on outcomes in the field of Engineering, IT and service sectors.
I am Certified PRINCE2® Practitioner, Certified ScrumMaster® (CSM®) , Lean Six Sigma Black Belt and PMP Certification
Training
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 2/4
Accountable to ensure the quality deliverables of a product/service/solution to drive customer satisfaction.
Responsible for teaching and coaching the Vodafone RPA Standards and and frameworks to Vodafone Local Market team
Established & maintained the relationship with all project stakeholders and third parties/vendors for business excellence
Effective Communicator between various stakeholders such as IT, Infrastructure, Client, Vendor and business operations
team
to make the tools availability (Man-Machine-Software) according to project requirements to achieve the goal on time
Responsible to share the principles of SCRUM Framework/ Agile methodologies to the scrum team & project
stakeholders.
Handling the Stakeholder engagement, Project planning, Estimation, Quotation against RFQ, SLA, budget management,
team
selection, team building, Resources Allocation, risk management, financial tracking , issue resolution , Process
Improvement,
on-time delivery, Scope, Time, Cost, WBS, Change Request, Product Backlogs, Stakeholders engagement, Scrum
Meetings,
Release Planning, project status reports, team motivation Accountable for Offshore/Onsite business P&L
Onward Technologies Inc as Senior Project Manager
Apr 2019 to Jun 2020
Responsibility:
Responsible for managing Process improvement and Automation projects with Lean Six Sigma & RPA (Uipath) tools.
Delivery management ranging from creation of SOW to sign- off on the final delivery
Create a plan and other delivery templates for tracking the health of various process automation programs
Build and lead project as per project management plan ensuring project objectives and project charter are met
Build project schedule, define project landmarks and acceptance criteria for each landmark
Responsible for overall health of the project including schedule, cost and quality
Actively highlight risks to management by handling project constraints and dependencies, & highlighting the potential
impact
Ensure the RPA Delivery - Pre Readiness Activities like BC Sign-off, PPM ID, BRD, Assessment Reports, Assessment
Matrix, and
Connectivity establishes of target application with Dev, Hypercare, Prod environment, Process & Assessment Documents
Maintain the End to End IT Deliverable and Infra Reediness Tracker (Robot, Development, Test System, Production,
Business)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Implement the SDLC, ITIL lifecycle and Agile Project Management methodology with Scrum Framework
Analyze data related to workflow, existing processes, evaluate the efficiency of current-state business processes and
improve
the process by making the future state workflow design across the multiple function project areas.
Ensure project is delivered as per base lined quality standards. Ensuring reusability and adoption of the best practices
Technical Reviews and troubleshooting: You will install and setup platform in different environments; lead and participate in
architecture, design and code reviews for major modules and deliveries, along with contributing in troubleshooting effort
Analyze existing workflows, perform benchmark, gap analysis & assist team to transform workflows for automation
Ability to present complex processes in easy to understand terms to various cross functional stakeholders to receive
approval
Create detailed project plans and high-level milestones across cross functional teams to ensure projects are on track
Maintain the require project/process documentation, SOPs, Presentation, Status reports and team Performance Metrics
Significant skills in process improvement, business process automation (BPA), problem solving techniques and team
building
Develop new or existing process chart/workflow by Value stream mapping to condense any flaws or deviation
Facilitate all the scrum meetings & interactions with project stakeholders to streamline the project
Coaching the Agile Practices and provide training on scrum values to the development team members
Skilled to provide trainings to team members/engineers/managers on basic Six Sigma concepts to understand the process
Responsible for AR (Account Receivable), Resources Optimization and Accounts P&L
Measure the Performance KPIs (project health) and take the corrective appropriate actions to meet goals
Onward Technologies Inc as Project Manager
Apr 2015 to Mar 2019
Responsibility:
Managing and hands on working experience as a RPA Developer in diversify domain projects like invoicing Process ,
Sales
Information gathering, Business Process standardisation, HR Process and IT ticket generation and closing process.
Responsible to make the Agreement and Proposal with respect to received RFQ
Set the project kick-off meeting with key stakeholders of the project to discuss the PO/SOW
Generate Project Brief to clarify the required Output & Outcome by the client
Assure the tools availability (Man, Machine, and Software) accordingly to Project requirements to achieve the project goal
Develop the Project Process Flow Diagram to define the details stages of the project by VMS tool to streamline the project
Set the require timely Scrum meetings with Team, Stakeholder & Client for current project status, review & improvements
Resource Management (Qualify, Optimize, Transition Process and maintain Resource Performance Matrix/Skill sheet)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Build the multiple Quality Checklist accordingly to project requirement to minimize the error and rework
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 3/4
Generated the Integrated data base to extract quick project information with graphs and charts for multiple timely Business
meetings like current project status, YoY growth, Capacity Hours, Efficiency, Resources Utilization, Team Productivity,
team KPI
burndown chart and existing/new business development opportunity
Timely client visits and interaction to identify the new business opportunities or in existing business
Documented Lesson Learn, Client feedback, Closure reports & ISO project documentation for audit purpose
Onward Technologies Ltd. as Delivery Project Manager
Feb 2013 to Mar 2015
? Responsible for End to End Project and Program Management events, Stakeholder/Client Engagement and Strategic
business development values
? Prepare the proposal against the RFQ , rate negotiation meeting, follow-up meeting and kick-off meeting for each project
? Create project initiating documents includes SOW, Project Plan, project Scope, delivery plan, SOPs, checklist Risk
Management plan, project tracking sheet, communication plans, Performance matrix, escalation matrix, project Status &
business reports
? Handle recruitment, team selection, team building, resource planning, trainings, resources allocations and timesheet
? Assuring the tools availability (Man-Machine-Software) as per project requirements to avoid any impediments
? Leading all project meetings; Project review, Project status, project delivery, change management and other to identify
the blockers for projects development/implementation & inform to stakeholders about each project health report
? Prepare, standardized and Maintain ongoing technical and business project documentation to drive execution excellence
? Coordinate with finance for monthly billing invoices, Account Receivables and update P&L business reports accordingly
? Handling the project closure process includes data handover/backup, resources transfer to another project, create
lesson learn document, Client feedback , closure reports and maintain the project data as per ISO 9001:2015 (QMS)
auditProject
Onward Technologies Inc as Project Coordinator (US)
Dec 2009 to Jan 2013
Responsibility:
Around 3 years of International Project Execution, Project Management & Process Improvement experience at client
locations
Responsible for improve the existing Window production capacity and reduce the product cost rate per window
Identified the existing process & created the require documents Process Map, SIPOC, CTQ, RASIC & Communication
Plan
Validate equipment, gauges and operators with MSA tool & submitted the reports to process owner
Data collected on Tack Time, Man/Material Handling Time and run the 5's on the production and Inventory areas
Improved the product process capability and reduced the production cycle time by rearranging the machine layouts
Collected all the new data readings to validate the final output after implemented the new process & layout design
Generated all the required project documentation, Project status reports and lesson learn documents
Applied the Value Engineering methodology to reduce the weight and remove unwanted feature form the existing product
Managed, coordinated and established the complete 2D-3D product data library in the Autodesk PLM system
Digital transformation of hand sketch and 2D data into 3D Model and complex assembly's data
Executed the end to end engineering process work by using Autodesk Inventor (ipart/iassembly) and AutoCAD
Handling ECN & PDM by PLM software (Autodesk Vault) & Share Point
BOM Generation through BAAN software
Review Sales, Submittal and Production Release Drawings
Review Installation Operation and Maintenance Manual (IOM) and Submittal Documents before final dispatch to end client
Onward Technologies Ltd. as Application Engineer
Aug 2006 to Nov 2009
Responsibility:
*Work on product concept design, modifications, Create the DAP (Design Approval presentation) as per functional
sequences
*Generate the production drawings with Welding & GD&T symbols
UG: B.Tech/B.E. (Mechanical) from Mumbai University in 2006
Other Qualifications/Certifications/Programs:
PRINCE2® Practitioner Certification in Project Management
Certified Scrum Master
PMP Certified Training with 35PDU in Project Management
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 4/4
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
AUTODESK INVENTOR 0 0 Year(s) 0 Month(s)
UiPath RPA 0 2 Year(s) 0 Month(s)
UG NX 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
Microsoft Excel, Powerpoint, Word 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
MS Visio 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 375: Resume 1432 with similarity score 0.024750583927507005
Resume Text: B.E , MS , B.TECH , BS lean six sigma black belt , senior project manager , application engineer , certified scrum master , business development , change management , project coordinator , full time , part time , delivery manager , autocad , process owner , facilitator training , business case , window , citrix , security , layout design , prince2 , budget management , product concept , timesheet , kpi , customer satisfaction , project planning , status , digital transformation , project governance , msa , opportunity assessment , mumbai , ctq , sheets , testing , autodesk vault , obc , connectivity , visio , infrastructure , iso , coordinated , negotiation , workflow , value stream mapping , brd , information gathering , performance metrics , robot , access , designation , deliverables , mar , assembly , csm , hindi , gauges , gap analysis , pdm , new business opportunities , lean six sigma , process capability , ltd , project tracking , english , troubleshooting , modifications , autocad , microsoft excel , bpo , business process automation , business operations , pipelines , closure , change management , wbs , resource management , itil , test strategy , project charter , word , test data , javascript , material handling , availability , waterfall project management , working experience , engineering process , ecn , optimization , rework , bau , scrum , 3d , black belt , vendors , affirmative action , principles , project plans , readiness , basic , process flow , utilization , maintenance , escalation , architecture , customer service , email , aws , project delivery , practice management , invoicing , value engineering , output , welding , languages , engineers , pmp , plm , base , program management , coaching , agile methodologies , teaching , allocations , stakeholder engagement , handover , sketch , ms project , client visits , team performance , coe , technical reviews , health , analytics , production drawings , azure , authorization , risk , team building , approvals , milestones , teams , bpa , graphs , deliveries , productivity , tracker , acute , financial tracking , application , matrix , agile project management , sipoc , focus , transition management , less , operators , docs , drive , problem solving , finance , offshore , framework , events , project documentation , adoption , autodesk inventor , team motivation , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 1/4
Current Designation: RPA Delivery Manager
Current Company: Vodafone- Quess Corp Consultant
Current Location: Pune
Pref. Location: Hyderabad,Bengaluru / Bangalore,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Asst. Mgr/Mgr (Technical)
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Vodafone- Quess Corp Consultant as RPA Delivery Manager
Oct 2020 to Till Date
Responsibility:
Handling End To End RPA Project Lifecycle and RPA Infrastructure Governance for Hybrid & Full Stake Model projects
Responsible to implement RPA projects lifecycle by identifying and validating the process data, creating automation
pipelines,
Analysis, Design, Build, Testing/UAT, Deployment/Hypercare, BAU, monitoring and maintain the ongoing automation
projects.
Governance and Coordination with multiple team leads for establishing the Connectivity, Access, VMs Allocation, InfoSec,
DPP,
and Group Security for Target Application, Citrix, and User Credential for Dev/Test/Prod Environment
Conduct and facilitate timely require meetings and maintain the multiple tracker sheets and reports like Pre Readiness
Activities, IT Delivery Checklist, Project Plan Considerations, IT Deliverable Tracker and Infra Reediness Tracker etc.
Governance and managing the sign-off/approvals of multiple project documents require in each Project Gate/Project
Phase
like Opportunity Assessment Report, Business Case, Project Plan, Kick-Off Deck, PDD , SDD, SIT, UAT, Code Package,
Code
Review, Release Note, Test Data Availability for build/test/Hypercare/Prod/BAU environment, Test Strategy/Plan, Test
Cases/Data, Testing Results Docs, Test Reports & Closure, Business Access for UAT run, Bot Controller training, , Go-
Live
Criteria, Hypercare Support Model, BAU Support Model, Lesson Learn and Project Closure documentation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SHEKHAR M. KELZARKAR
Project Management, Project Governance, IT Project Management, RPA Delivery
Manager, Program Management, Prince2, PMP, Scrum Master, Agile, Business
Analytics , Process Analytics, Uipath, RPA Infrastructure, RPA Project Lifecycles,
AWS, AZURE, AWS
Key Skills: pmo,process automation,prince2,pmp,six sigma,lean,Transition Management,Presales,rpa,Strategic
Planning,Practice Management,Process Automation,IT Project Management,Program Management,Portfolio
Management,Coe,robotic process autpomat
Summary
Performance driven leader with around 14 years of experience with Effective communicator with strong Coordinator and
Facilitator between Client, Stakeholders and Team by imparting a culture of Project Management , PMO Governance, Project
Administration & deliver Business Excellence by leveraging the Agile/Waterfall Project Management methodologies with an
acute focus on outcomes in the field of Engineering, IT and service sectors.
I am Certified PRINCE2® Practitioner, Certified ScrumMaster® (CSM®) , Lean Six Sigma Black Belt and PMP Certification
Training
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 2/4
Accountable to ensure the quality deliverables of a product/service/solution to drive customer satisfaction.
Responsible for teaching and coaching the Vodafone RPA Standards and and frameworks to Vodafone Local Market team
Established & maintained the relationship with all project stakeholders and third parties/vendors for business excellence
Effective Communicator between various stakeholders such as IT, Infrastructure, Client, Vendor and business operations
team
to make the tools availability (Man-Machine-Software) according to project requirements to achieve the goal on time
Responsible to share the principles of SCRUM Framework/ Agile methodologies to the scrum team & project
stakeholders.
Handling the Stakeholder engagement, Project planning, Estimation, Quotation against RFQ, SLA, budget management,
team
selection, team building, Resources Allocation, risk management, financial tracking , issue resolution , Process
Improvement,
on-time delivery, Scope, Time, Cost, WBS, Change Request, Product Backlogs, Stakeholders engagement, Scrum
Meetings,
Release Planning, project status reports, team motivation Accountable for Offshore/Onsite business P&L
Onward Technologies Inc as Senior Project Manager
Apr 2019 to Jun 2020
Responsibility:
Responsible for managing Process improvement and Automation projects with Lean Six Sigma & RPA (Uipath) tools.
Delivery management ranging from creation of SOW to sign- off on the final delivery
Create a plan and other delivery templates for tracking the health of various process automation programs
Build and lead project as per project management plan ensuring project objectives and project charter are met
Build project schedule, define project landmarks and acceptance criteria for each landmark
Responsible for overall health of the project including schedule, cost and quality
Actively highlight risks to management by handling project constraints and dependencies, & highlighting the potential
impact
Ensure the RPA Delivery - Pre Readiness Activities like BC Sign-off, PPM ID, BRD, Assessment Reports, Assessment
Matrix, and
Connectivity establishes of target application with Dev, Hypercare, Prod environment, Process & Assessment Documents
Maintain the End to End IT Deliverable and Infra Reediness Tracker (Robot, Development, Test System, Production,
Business)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Implement the SDLC, ITIL lifecycle and Agile Project Management methodology with Scrum Framework
Analyze data related to workflow, existing processes, evaluate the efficiency of current-state business processes and
improve
the process by making the future state workflow design across the multiple function project areas.
Ensure project is delivered as per base lined quality standards. Ensuring reusability and adoption of the best practices
Technical Reviews and troubleshooting: You will install and setup platform in different environments; lead and participate in
architecture, design and code reviews for major modules and deliveries, along with contributing in troubleshooting effort
Analyze existing workflows, perform benchmark, gap analysis & assist team to transform workflows for automation
Ability to present complex processes in easy to understand terms to various cross functional stakeholders to receive
approval
Create detailed project plans and high-level milestones across cross functional teams to ensure projects are on track
Maintain the require project/process documentation, SOPs, Presentation, Status reports and team Performance Metrics
Significant skills in process improvement, business process automation (BPA), problem solving techniques and team
building
Develop new or existing process chart/workflow by Value stream mapping to condense any flaws or deviation
Facilitate all the scrum meetings & interactions with project stakeholders to streamline the project
Coaching the Agile Practices and provide training on scrum values to the development team members
Skilled to provide trainings to team members/engineers/managers on basic Six Sigma concepts to understand the process
Responsible for AR (Account Receivable), Resources Optimization and Accounts P&L
Measure the Performance KPIs (project health) and take the corrective appropriate actions to meet goals
Onward Technologies Inc as Project Manager
Apr 2015 to Mar 2019
Responsibility:
Managing and hands on working experience as a RPA Developer in diversify domain projects like invoicing Process ,
Sales
Information gathering, Business Process standardisation, HR Process and IT ticket generation and closing process.
Responsible to make the Agreement and Proposal with respect to received RFQ
Set the project kick-off meeting with key stakeholders of the project to discuss the PO/SOW
Generate Project Brief to clarify the required Output & Outcome by the client
Assure the tools availability (Man, Machine, and Software) accordingly to Project requirements to achieve the project goal
Develop the Project Process Flow Diagram to define the details stages of the project by VMS tool to streamline the project
Set the require timely Scrum meetings with Team, Stakeholder & Client for current project status, review & improvements
Resource Management (Qualify, Optimize, Transition Process and maintain Resource Performance Matrix/Skill sheet)
Pro-active to identify the Risk for Manpower, IT, Input Data, Client, Process, Quality, Output by maintain timely risk log
sheets
Build the multiple Quality Checklist accordingly to project requirement to minimize the error and rework
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 3/4
Generated the Integrated data base to extract quick project information with graphs and charts for multiple timely Business
meetings like current project status, YoY growth, Capacity Hours, Efficiency, Resources Utilization, Team Productivity,
team KPI
burndown chart and existing/new business development opportunity
Timely client visits and interaction to identify the new business opportunities or in existing business
Documented Lesson Learn, Client feedback, Closure reports & ISO project documentation for audit purpose
Onward Technologies Ltd. as Delivery Project Manager
Feb 2013 to Mar 2015
? Responsible for End to End Project and Program Management events, Stakeholder/Client Engagement and Strategic
business development values
? Prepare the proposal against the RFQ , rate negotiation meeting, follow-up meeting and kick-off meeting for each project
? Create project initiating documents includes SOW, Project Plan, project Scope, delivery plan, SOPs, checklist Risk
Management plan, project tracking sheet, communication plans, Performance matrix, escalation matrix, project Status &
business reports
? Handle recruitment, team selection, team building, resource planning, trainings, resources allocations and timesheet
? Assuring the tools availability (Man-Machine-Software) as per project requirements to avoid any impediments
? Leading all project meetings; Project review, Project status, project delivery, change management and other to identify
the blockers for projects development/implementation & inform to stakeholders about each project health report
? Prepare, standardized and Maintain ongoing technical and business project documentation to drive execution excellence
? Coordinate with finance for monthly billing invoices, Account Receivables and update P&L business reports accordingly
? Handling the project closure process includes data handover/backup, resources transfer to another project, create
lesson learn document, Client feedback , closure reports and maintain the project data as per ISO 9001:2015 (QMS)
auditProject
Onward Technologies Inc as Project Coordinator (US)
Dec 2009 to Jan 2013
Responsibility:
Around 3 years of International Project Execution, Project Management & Process Improvement experience at client
locations
Responsible for improve the existing Window production capacity and reduce the product cost rate per window
Identified the existing process & created the require documents Process Map, SIPOC, CTQ, RASIC & Communication
Plan
Validate equipment, gauges and operators with MSA tool & submitted the reports to process owner
Data collected on Tack Time, Man/Material Handling Time and run the 5's on the production and Inventory areas
Improved the product process capability and reduced the production cycle time by rearranging the machine layouts
Collected all the new data readings to validate the final output after implemented the new process & layout design
Generated all the required project documentation, Project status reports and lesson learn documents
Applied the Value Engineering methodology to reduce the weight and remove unwanted feature form the existing product
Managed, coordinated and established the complete 2D-3D product data library in the Autodesk PLM system
Digital transformation of hand sketch and 2D data into 3D Model and complex assembly's data
Executed the end to end engineering process work by using Autodesk Inventor (ipart/iassembly) and AutoCAD
Handling ECN & PDM by PLM software (Autodesk Vault) & Share Point
BOM Generation through BAAN software
Review Sales, Submittal and Production Release Drawings
Review Installation Operation and Maintenance Manual (IOM) and Submittal Documents before final dispatch to end client
Onward Technologies Ltd. as Application Engineer
Aug 2006 to Nov 2009
Responsibility:
*Work on product concept design, modifications, Create the DAP (Design Approval presentation) as per functional
sequences
*Generate the production drawings with Welding & GD&T symbols
UG: B.Tech/B.E. (Mechanical) from Mumbai University in 2006
Other Qualifications/Certifications/Programs:
PRINCE2® Practitioner Certification in Project Management
Certified Scrum Master
PMP Certified Training with 35PDU in Project Management
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435…
https://freesearch.naukri.com/preview/printResume?uname=4c2e6c5f85bb2af84783941a5f115e1359090f574c145a405740405d0b0c594a1109435711105c5c000… 4/4
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
AUTODESK INVENTOR 0 0 Year(s) 0 Month(s)
UiPath RPA 0 2 Year(s) 0 Month(s)
UG NX 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
Microsoft Excel, Powerpoint, Word 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
MS Visio 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 376: Resume 544 with similarity score 0.024745332529139217
Resume Text: MTECH , M.TECH , BS , B.E , MS product developer , work from home servo , digital signal processing , robotics , computing , deep learning , hands-on training , entrepreneurs , mumbai , ifttt , fintech , decision trees , esp , blockchain , keil , logistic regression , power bi desktop , opencv , chat , data transformation , image segmentation , internships , forest , prototype , mar , protocol , cloud , ib , start-ups , heroku , project , machine learning , arduino , gas detection , faculty development , completion , hubs , one , technology , pcb design , dst , applets , it controls , healthcare , studio , mysql , ieee , natural language processing , basic , embedded systems , linear regression , google , water , gpio , network security , latex , internet of things , assessment , ml , apps , cyber , online , teaching , facebook messenger , image processing , led light , php , models , application , c programming , map , introduction to , interfacing , resume , electronics , texas , python , load , metrics Assessment
Q1. Why should you be hired for this role?
Yes, I already did my final year Mtech project in embedded system domain. I had made an IoT prototype using UCD3138128PFC which was
manufactured by Texas Instrument. I am really looking forward to doing in my domain. I have done work on Arduino IDE, Keil uV5, Code Composer
Studio, Code Block. Mentioned in the required field I had on all platform. Currently an intern as Embedded Product Developer and Trainer at
Embedded Technosolution. I am teaching Machine Learning, Natural Language Processing and Deep Learning also.
And I had also deployed a simple end to end ML project on Heroku Cloud platform.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Shoeb Ahmed
Mumbai
Applied 09 Feb'21
Python Arduino C Programming
C Programming Embedded Systems LaTeX
PCB Design MySQL OpenCV
Master of Technology M.Tech), Electronics and Telecommunication Engineering ETE
Bhartiya Vidya Bhavan's Sardar Patel Institute Of Technology
2017 - 2019
CGPA 7.94/10
Bachelor of Engineering B.E Hons.), Electronics Engineering
Theem Collge Of Engineering
2012 - 2016
CGPA 5.99/10
Senior Secondary XII, Science
Tarapur Vidya Mandir
MAHARASHTRA STATE BOARD board)
Year of completion: 2012
Percentage: 58.83%
Secondary X
Tarapur Vidya Mandir
MAHARASHTRA board)
Year of completion: 2010
Percentage: 67.45%
Embedded Product Developer And Trainer
EMBEDDED TECHNOSOLUTION, Thane
Mar 2020 - Present
Teaching Python Programming Language, Machine Learning, Deep Learning, Natural Language Processing and Computer
Vision
Trainee IoT Engineer
Whrrl Fintech, Thane
Sep 2019 - Dec 2019
Getting Started Power BI Desktop
coursera.org, Online
Nov 2020 - Nov 2020
PROJECTS
ADDIT IONAL
DETAILS
Give the basic idea of the Power BI Desktop. And guided how to load a real-time dataset and how to manipulate the data.
Data Transformation and getting started with the reports also. And how to deal with the map report. All of these things which
I ha ve mentioned are done a hands-on project on Rhyme interface provided by coursera.org.
Machine Learning
Internshala Trainings, Online
Apr 2020 - May 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules. In the final assessment, I scored
87% marks.
Brainhack Workshop
SPIT, Mumbai
Jan 2019 - Jan 2019
Its tell about how we can do image processing in Brain image segmentation. And many application where perform on python
programming. On Anaconda Jupyter notebook.
Robotics And IoT Workshop WAC
TECHNOPHILIA, Mumbai
Sep 2018 - Sep 2018
Description about hardware and developed an prototype. And detail about ESP 8266. And interfacing with HTTP protocol
by using Http Widget apps.
IOT Bootcamp
IB Hubs, Mumbai
Jun 2018 - Jun 2018
End to end the hands-on project on the IoT domain. By using the Octabrix hardware(which is provided by the iB HUBS we
have develops certain IoT application on various IoT platform like Blynk IoT. We also deployed one IoT application with
respect to the Google assistant by using IFTTT.
Deploying of smart contract on EVM Blockchain)
Jul 2019 - Jul 2019
Here I have deployed a smart contract on Ethereum Virtual Machine EVM i.e. Remix Ethereum IDE. And it has been done by
using testRPC.
Toxic Gas Detection and Analysis Using IoT
Jul 2018 - May 2019
The function of this prototype is to predict the value of the gas after a certain interval of time. This work has been carried
out using T ime Series Analysis method Data Analysis
Method).
FACEBOOK CHAT WITH ESP8266
Apr 2018 - Apr 2019
I have built an IoT application using ESP8266 which it controls any device using Facebook Messenger app. In this GPIO pins
are interfaced for controlling LED light using Facebook and used chatfuel to build applets.
IoT BASED TAP WATER MONITORING SYSTEM BLYNK
Jul 2018 - Jul 2018
In this project, I used client and server model to control the tap water to preserve the water from being wasted. ESP8266
module and a servo motor are used to serve the purpose.
NETWORK SECURITY LAB SINGLE SIGN ON
Apr 2018 - Apr 2018
In this project, we build an SSO using Auth0 organisation using PHP programming language.
Certified for completing thirty-nine minutes of Blockchain for Healthcare by R Robinson, MD, Instructor on online course on
July 08, 2019 at Udemy.
Certified for completing two hour of Necessary Tech Skills For Start-ups and Entrepreneurs by Awesome Apps, Instructor on
online course on July 03, 2019 at Udemy.
Certified for participating in DST & Texas Instruments India Innovation Challenge Design Contest 2018, Anchored by IIM,
Bangalore.
Certified for participating in the Internet of Things Webinar conducted by Cognixia on 16th November 2018.
Attended the three-day workshop on "Real-T ime Digital Signal Processing" Hands-on Practice) conducted on 22nd
CONTACT Phone: 91 7303764284
September, 13th and 14th October 2018 at Sardar Patel Institute of Technology, Andheri.
Certified for participating in ROBOTICS AND INTERNET OF THING WORKSHOP conducted by Technophilia Solutions on1st
and 2nd September 2018 at IITB.
Attended the IEEE Sponsored three days workshop on "Brainhack computing: Hands-on in Python" from 11th to 12th and 17th
August 2018 at Sardar Patel Institute of Technology.
Certified for participating in the Faculty Development Programme on "CYBER SECURITY HANDS ON INDUSTRIAL TRAINING"
held on 7 and 8 July 2018 at Sardar Patel Institute of Technology, Andheri.
Attended five day's workshop of iBHUBS IoT Bootcamp 18 on – “Comprehensive Hands-On training on IoT and Cyber
Security” at Mumbai during June 25 - 29, 2018.
Participated in one day workshop on "HAM Radio", technically Sponsored by IEEE Bombay at St. John College of Engineering
and Management, Palghar on 29th March 2018.
Attended the two-day workshop on "Real-T ime Image Processing using DSP processor" Hands-on Practice) conducted on
16 and 17 March 2018 at Sardar Patel Institute of Technology.
Attended the International Conference – ICCICT18 hosted by Sardar Patel Institute of Technology on 2nd and 3rd Feb 2018.
Secured second position in make-a-thon of iBHUBS IoT Bootcamp 18 on a project “IoT BASED TAP WATER MONITORING
SYSTEM”.
Reached Quater Final Round in DST Texas Instruments India Innovation Challenge Design Contest 2018, Anchored by IIM,
Bangalore.
Rank 377: Resume 886 with similarity score 0.02473759509322332
Resume Text: B.E , MS , B.TECH , BS project director , avp , management consulting , part time , full time solar , training , offline marketing , classification , demand , office , docker , beginner , data collection , node.js , roc , status , shipping , stakeholder management , express , green belt , product management , application architecture , wc , ux , management consulting , components , epic , features , checklists , technology start-up , building , payments , supply chain , gtm , scikit-learn , sales strategy , development projects , data science , forecasting , white hat , urban , organization , suite , thought leadership , product life cycle , react.js , automation , binary , traction , data visualization , designation , feature prioritization , consumer behavior , go-to-market strategy , wireframing , hindi , fitness , gap analysis , loan , dimensionality reduction , architects , web technologies , english , cost savings , web applications , groups , competitive analysis , live , newspapers , sprint planning , policy management , centricity , six sigma , machine learning , branding , research , canvas , documentation , dashboard , javascript , specs , positioning , football , html , major accounts , reporting , rollout , web development , matplotlib , general , healthcare , product requirements , options , developers , affirmative action , differentiation strategies , launches , utilization , technical proficiency , bootstrap , strategic planning , timelines , automotive , structured text , email , customer journey mapping , pandas , aws , responsive web design , german , bengali , operations , prediction , saas , surveillance , user stories , freight , product strategy , languages , oil , readability , privacy policies , program management , cyber , online , scheme , risk assessment , vulnerability , css , validation , b2c , customer acquisition , in-depth analysis , scratch , analytics , logistics management , revenue , authorization , internet , transparency , b2b , exploratory data analysis , design thinking , led , running , software engineers , e-commerce , events , leadership skills , python , crisis , digital marketing , metrics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 1/4
Current Designation: Consultant (Advisory)
Current Company: PwC India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [General Management]
Verified : Phone Number | Email - id
PwC India as Consultant (Advisory)
May 2018 to Till Date
Product Management / Development
- Owned the development of the front-end for a web-based B2B SaaS product (focused on cyber vulnerability
management) developed from scratch that reduces cybersecurity man-hours by ~40%
- Responsible for ideation, stakeholder management, building product roadmaps, feature prioritization, sprint execution,
requirement analysis, competitor analysis, sprint planning, feature validations, fit-gap analysis, and product
demonstrations; helped plan Go-To-Market strategy with senior management for rollout at 3 major accounts
- Leveraged design thinking frameworks such as customer journey mapping, developing customer personas, business
model canvas, etc. to act as the voice-of-the-customer and improving the organization's customer-centricity
- Provided in-depth analysis of markets, industry trends, competitors and clients to improve strategic planning and decision
making; managed competitive analysis, market forecast, and product positioning
- Fully hands-on in design and implementation of web application architecture, owned critical components end to end;
helped develop React component hierarchy
Design Assessments in Software Development (UX, front-end & back-end)
- Assessed multiple web applications (in healthtech, payments, banking) against privacy-by-design (PbD) requirements;
scaled regulatory-tech (customer privacy) in products in 3 countries; collaborated with PMs, UX/Design, Developers,
Architects for shipping GDPR-ready privacy features to improve customer trust, transparency
- Established requirements and designed the front-end for GDPR-compliant privacy page (includes options for exporting
/deleting personal data, accepting data subject requests) in React; assisted integrating with Node.js back-end
- Leveraged white hat UX patterns for improving privacy experiences; identified and remediated UX dark patterns to
improve user trust; recommended UX patterns to improve readability in privacy policies and settings
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Soham Ghosh
Soham comes with 4+ years of total experience in technology domain. He has a good
blend of product, technology & leadership skills. Executed and contributed to full-stack
web development projects. Adept at understanding product requirements.
Key Skills: Product Management,Product Strategy,UX,B2C,Product Life Cycle,Product
Design,Javascript,React.Js,Node.Js,Web Development,Wireframing,Gtm,Go-to-market Strategy,IT Roadmap,User
Stories,IIM,Web Technologies,SAAS,Management Consulting,SDLC,B2B,UI,Epic
Summary
Consultant at PwC with full-time MBA from IIM Calcutta and B.Tech from NIT Durgapur; 4 years of experience in working in
client-facing roles serving software product companies, banking, healthcare, analytics services clients; past experience include
product marketing and technical sales. He has a good blend of product, technology & leadership skills. Adept at understanding
product requirements from a technology as well as business point of view. Executed and contributed to full-stack web
development projects. He is experienced in React, Express, Node.js, JavaScript, Python, HTML, CSS, Bootstrap.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 2/4
- Established key personas for privacy features, defined user stories and translated the requirements into product specs
- Conceptualized, process-mapped and implemented an experience to aid users to raise data subject requests; ran
experiments to establish and verify the hypothesis; boosted trust by enabling transparency about personal data usage
- Developed PbD documentation and checklists for software engineers; closed communication, requirements, and
operations gaps among policymakers, business stakeholders, and software engineers within client organization
Program Management around Privacy in Strategy / Business / Marketing
- Led privacy organization setup within client - critical for avoiding regulatory fines cumulatively worth $1.6Bn for 10+
clients across SaaS, data science, banking domains
- Established program management with implementation areas including strategy & governance, policy management, data
lifecycle management, risk assessment/treatment; defined key success metrics for running the program and developed
compliance dashboard and reporting for C-Suite
- Involved C-Suite in developing implementation roadmap; prioritized action plans, budget allocation & resource estimate;
collaborated with cross-functional groups such as Product, Engineering, Marketing, Operations, Support, HR, and Legal
across time-zones to adopt best practices, update policies, recognize product and regulatory lacunae
- Launched "Data Subject Requests" Program allowing customers, employees, business partners to raise specific
requests and complaints
Designed a privacy-focused marketing campaign to show customer-centricity, empathy, and commitment towards privacy;
created content (privacy website, blog posts, thought leadership, customer-facing documentation)
Mitsubishi Electric as Engineer (Factory Automation)
Jul 2014 to Apr 2016
- Gathered requirements and built automation solutions (involved coding in Structured Text) for solar, automotive clients
- Organized new product launches; led national product marketing campaign "Empowering Express" in Hyderabad
- Prioritized customer orders in peaks, promotions and crisis events; communicated and aligned delivery timelines with
customers for deviation in offer timelines
- Generated SKU Sales forecast and escalated forecasting and accuracy gaps to Sales and Marketing
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Durgapur in 2014
PG: MBA/PGDM (General Management) from Indian Institute of Management (IIM), Kolkatta in 2018
Other Qualifications/Certifications/Programs:
Digital Marketing
Six Sigma Green Belt
Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Python 2020 2 Year(s) 0 Month(s)
AWS 2020 1 Year(s) 0 Month(s)
DOCKER 2020 1 Year(s) 0 Month(s)
Pandas 2020 1 Year(s) 0 Month(s)
Scikit Learn 2020 2 Year(s) 0 Month(s)
Responsive Web Design 2020 2 Year(s) 0 Month(s)
fast.ai 2020 1 Year(s) 0 Month(s)
React.js 2020 2 Year(s) 0 Month(s)
JavaScript 2020 3 Year(s) 0 Month(s)
Node.js 2020 2 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 3/4
Nature of Employment: Full Time Duration: Sep 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jan 2018 - Mar 2018
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Dec 2017 - Feb 2018
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Onsite
Team Size: 4
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
German Beginner
Projects
Project Title: Machine Learning Projects
Client: Kaggle, Analytics Vidhya
Skill Used: Machine Learning, Python, pandas, scikit-learn, Matplotlib, Exploratory Data Analysis, Data Visualization
Role Description: Machine Learning and data science
Project Details: - Santander Transaction Prediction (Kaggle): ROC AUC score 0.89 (winner 0.92) on binary classification
problem to predict bank transaction; rank top 14%
- L&T FinHack (Analytics Vidhya): ROC AUC score 0.65 (winner 0.67) on binary classification problem to predict loan
defaults: global rank top 4%
- Club Mahindra (Analytics Vidhya): Achieved RMSE 0.98 (winner 0.96) on regression problem to predict vacation spending;
global rank top 5%
- Technical proficiency: Python, LightGBM, fast.ai library, pandas, scikit-learn, data visualization, dimensionality reduction
Project Title: Marketing Project at Education Start-up at IIM Calcutta Innovation Park
Client: NexConnect - Education Start-up at IIM Calcutta Innovation Park
Skill Used: Marketing, Branding
Project Details: - Engaged in online-offline marketing of the education platform to expedite customer acquisition
- Developed specific communication strategies targeting rural, semi-rural and urban markets
- Developed content of 6 courses to be studied by 2000+ rural artisans from 6 communities of West Bengal
Project Title: Marketing Live Project with Fitness Brand
Client: Zweat
Skill Used: Consumer Behaviour, Marketing Research
Project Details: - Studied consumer behavior in channel preference, product needs for Indias first-of-its-kind active-wear
brand
- Designed primary data collection scheme & analyzed to recognize demand, competition & sales strategy
- Researched market-gap & product feature validation to understand ways to approach fitness enthusiasts
Project Title: Operations Strategy Live Project
Client: Drones Tech (Technology Start-up at IIM Calcutta Innovation Park)
Skill Used: Operations Research
Project Details: - Revamped surveillance strategy (project worth ?20L+) for Indian Army across borders of 5 states
- Identified 7 application areas where unmanned Drones faced difficulty in prolonged (>10 hrs) surveillance
- Increased period of surveillance by 73% & coverage by 32% by recommending automated Rover routes
Project Title: Strategy Live Project
Client: EduRade - Education Start-up at IIM Calcutta Innovation Park 2017
Project Details: - Developed differentiation strategies (4 areas) for education start-up working on NITI Aayogs ATL Mission
- Strategized 2-year plan to serve unique 120+ schools in 5 states with cumulative budget of ?30 Lacs
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b40…
https://freesearch.naukri.com/preview/printResume?uname=c7692ea1fc9a451c7d47a3dcb6a803e3515b0d041f1308185243460e590d5349115b400142475d5501… 4/4
Nature of Employment: Part Time Duration: Jul 2017 - Sep 2017
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Part Time
Project Location: Kolkata
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time Duration: Apr 2017 - Jun 2017
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
- Developed training modules in 4 areas for 30+ schools in West Bengal to be implemented in 1st phase (3 months)
Project Title: FIFA U-17 World Cup India 2017 - Marketing Live Project
Client: FIFA
Project Details: - Conceptualized actionable ideas to gain traction (in-stadia attendance, TV viewership, on-ground, online)
- Proposed strategies to build on momentum of the U-17 FIFA WC to popularize football in India
- Appraised by Project Director at LOC of FIFA for a well-articulated & focused project
Project Title: Indian Oil - Live Project at the Supply & Distribution Department of Kolkata Office
Client: Indian Oil
Skill Used: Supply Chain Management, Logistics Management, Freight Management, Inventory Management
Project Details: - Liaised with DGM (Fin, Supply & Distribution), optimized post-GST supply chain for exempt products in 12
states
- Analyzed outflow logistics of 43 depot; identified 8 demand points for Supply Chain re-modelling (post-GST era)
- Projected 39.34% logistics cost savings, 90%+ depot utilization, improved depot-demand network
Project Title: Product Revenue Strategy Internship - Star India
Client: STAR
Project Details: - Estimated market size of TV & print market of West Bengal for 2 years to analyze competitive position of
channel
- Analyzed ad spending of 12K+ companies (15 categories) in 12 channels, 46 newspapers in 6 years on BARC/ADEX
- Scripted VBA tool to automate market size estimation; worked with AVP to develop GTM for key client categories
- Monitored market trends, research, consumer markets, and competitors' activities to identify opportunities and key issues
Rank 378: Resume 1255 with similarity score 0.024697093043330957
Resume Text: B.S , BS , B.E , MS , B.TECH devops engineer , full time , balancer , system administrator contractual , data warehousing , nfs , microsoft azure , office , data warehouse , bash , core banking , docker , linux , perspectives , gateway , digital , status , continuous integration , nagios , writing , obc , building , ec2 , spaces , sql server , artifactory , pipeline , ansible , file management , devops , designation , rhel , hindi , cloud , loan , operational systems , cluster , windows , english , government services , project , groups , volume management , computer science , yaml , completion , one , javascript , availability , government officials , efs , affirmative action , oracle , mysql , cgi , maintenance , zabbix , centos , advanced , postgresql , architecture , customer service , email , tomcat , aws , configuration management , ubuntu , github , languages , console , jira , growth oriented , guides , patch management , system monitoring , jenkins , ug , apache , ami , union , authorization , application , shell scripting , repository , storage , orchestration , load , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 1/4
Current Designation: DevOps Engineer
Current Company: eClact infotech
Current Location: Indore
Pref. Location: Pune,Bengaluru / Bangalore,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
eClact infotech as DevOps Engineer
Jul 2020 to Till Date
1. Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the integrity and
availability of all hardware, server resources, systems and key processes, reviewing system and application logs, and
verifying completion of scheduled jobs such as backups.
2. Involved in build and deployment - Patch release, Full release, and Auto release activities using CI/CD Jenkins tool
for any non-production environments.
3.Setup DEV, QA and UAT environments for every sprint using Ansible.
4.Created custom Docker images using Dockerfile.
E&Y as DevOps Engineer
Feb 2019 to Jun 2020
PROJECTS IN A NUTSHELL:
Project Name (#3) : e-Pragati -towards digital AP
Client : E & Y
Role : Cloud Admin & DevOps
Team Size : 15
Tools : Pega,Zabbix,ELK,Jira,Tomcat,Rhel,Aws,Docker,K8s,Terraform
Ansible.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Praveen Kumar Bhunjiya
AWS Certified DevOps Engineer seeking roles in Software Configuration
Management,Build Management,Release Management,Continuous Integration,Azure,
Azure DevOps,PostgreSQL,Shell,Bash
Scripting,Terraform,Yaml,Ansible,Docker,Jenkins,GiT,GitHUb
Key Skills: DevOps Engineer,System Admin,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,PostgreSQL,Shell,Bash
Scripting,Terraform,Yaml,Ansible,Docker,Jenkins,GiT,GitHUb,Orchestration,AWS,AZURE
Summary
Having 5+ years of experience specialized in Cloud Administration and Devops working on server-based operating system, and
providing support in both Application and Production environment. Extensive experience in installation, configuration and
administration of Redhat, CentOS 6/7.Troubleshooting System and Performance Issues under Client Server systems, along with
systems integration and keen understanding of customer service and requirements. Seeking a growth oriented career in world
of information and Cloud Technologies, Where I have more scope to learn advanced technologies and utilizing my skills in
DevOps world.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 2/4
Duration : FEB - 2019 to June-2020
DESCRIPTION:
Concisely, 'my AP' Portal shall serve as first stop to discover all Government services / data and shall act as an
information gateway to citizens & residents, government officials, businesses and non-residents. It shall also serve as a
repository of e-Pragati's ONE GOVERNMENT Core Platform standards / guidelines, UX artifactory, Architecture
references, DIY user guides and Developer Community.
RESPONSIBILITIES:
1. Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the integrity and
availability of all hardware, server resources, systems and key processes, reviewing system and application logs, and
verifying completion of scheduled jobs such as backups.
2. Involved in build and deployment - Patch release, Full release, and Auto release activities using CI/CD Jenkins tool
for any non-production environments.
3. Automated the building process and reduced all the manual intervention needed and merged that to the Jenkin's job.
4. Setup DEV, QA and UAT environments for every sprint using Ansible.
5. Create and configure new jobs for each and every module in Jenkins.
6. Configuration of Jenkins CI tool for automated build and Integrating Jenkins with Docker.
7. writing playbooks to setting up complete application stack which includes services like Apache, Tomcat.
8. Launch EC2 instances, attach/detach ELB, create and restore backup of EC2 instances using AMI.
9. Autoscale Groups, Launchconfig, Load balancer.
10. Create IAM to manage aws console and various services for user and various application etc.
11. Implementation of alerts system using SNS, cloud metric and instance scale up/down triggers.
CGI as Cloud Admin (L1/L2)
Oct 2015 to Feb 2019
PROJECTS IN A NUTSHELL:
Project Title(#1) : Core Banking System (C.B.S.)
Client : Union Bank of India (U.B.I.)
Role : Linux Administrator(L1)
Duration : OCT 2015 to JUL 2016
Team Size : 8
Environment : Rhel,Centos.Red Hat Sattelite.
RESPONSIBILITIES:
1. F/S creation, modification & Logical Volume management (LVM)
2. Setting up and administering NFS, NTP.
3. Sudoers users file management.
4. Patch management as per schedule.
5. Linux operating environment installation.
6. System log collection and shared with backend team for H/W support.
PROJECTS IN A NUTSHELL:
Project Name (#2) : Release Management Office
Client : PARAGON CGI
Role : Linux Admin with Devops & Cloud
Team Size : 10
Tools : Rhel,Centos,Aws,Jira,Tomcat,Docker
Duration : July 2016 to FEB-2019
DESCRIPTION:
The Project Aims to build a Data warehouse solution for business people at their business, by integrating the business
data from various source systems. Data mart is one of their major data warehousing applications that extracts data from
various operational systems and loads into data warehouse. In order to analyze the whole seller amount and rate lock in
different perspectives like retailer, customer, product rate lock, time, business unit and date, Merck implementing the data
warehouse. It wanted the ability to make more timely business decisions regarding its loan pipeline in order to improve its
business performance.Configuration of Jenkins CI tool for automated build and Integrating Jenkins with Docker & K8s with
Azure cluster.
UG: B.Tech/B.E. (Computer Science and Engineering) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal
in 2012
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 3/4
Other Qualifications/Certifications/Programs:
RHCSA
Nature of Employment: Full Time
Project Location: VIJAYWADA
Role: Network/System Administrator
Duration: Feb 2019 - Dec 2019
Onsite / Offsite: Onsite
Team Size: 12
Nature of Employment: Full Time
Project Location: HYDERABAD
Role: Network/System Administrator
Duration: Jul 2016 - Feb 2019
Onsite / Offsite: Onsite
Team Size: 8
IT Skills
Skill Name Version Last Used Experience
CentOS, Windows, Ubuntu, RHEL 2020 4 Year(s) 0 Month(s)
PostgreSQL,Oracle,MySQL 2019 1 Year(s) 0 Month(s)
Shell/Bash Scripting,Nagios, zabbix 2019 1 Year(s) 2 Month(s)
Apache Tomcat 2020 1 Year(s) 0 Month(s)
LVM, NAS( NFS, EFS) 2019 2 Year(s) 5 Month(s)
Crontab, AWS(Ec2,IAM),S3,VPC,Lambda 1.15 2020 1 Year(s) 0 Month(s)
Ansible(playbook) GitHub,GIT latest 2020 1 Year(s) 0 Month(s)
DOCKER latest 2020 1 Year(s) 0 Month(s)
K8s latest 2020 1 Year(s) 0 Month(s)
Microsoft Azure latest 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: e-Pragati towards digital AP
Client: EY
Skill Used: Pega PRPCAnsibleJenkinsApache TomcatDockerAWS-CWIPostgresqlkubernetesGithub, Microsoft Azure
Role Description: 1. Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the
integrity and availability of all hardware, server resources, systems and key processes, reviewing system and application
logs.
Project Details: Concisely, 'my AP' Portal shall serve as first stop to discover all Government services / data and shall act as
an information gateway to citizens & residents, government officials, businesses and non-residents. It shall also serve as a
repository of e-Pragati's ONE GOVERNMENT Core Platform standards / guidelines, UX artefactory, Architecture references,
DIY user guides and Developer Community
Project Title: Release Management Office
Client: CGI Group
Skill Used: Linux, Ubuntu, AWS, NAGIOS, SQL Server, Ansible, Github, Shell Scripting.
Role Description: Perform daily system monitoring, ensure the availability of the required storage spaces, verifying the
integrity and availability of all hardware, server resources, systems and key processes, reviewing system and application
logs.
Project Details: The Project Aims to build a Data warehouse solution for business people at their business, by integrating the
business data from various source systems. Data mart is one of their major data warehousing applications that extracts data
from various operational systems and loads into data warehouse. In order to analyze the whole seller amount and rate lock in
different perspectives like retailer, customer, product rate lock, time, business unit and date, Merck implementing the data
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120…
https://freesearch.naukri.com/preview/printResume?uname=2a3821f9e03c7ef5f1e12a6f90e6a0c65f090f5543135f4750454159550b584d155c120513445a5f5c00… 4/4
Nature of Employment: Contractual
Project Location: HYDERABAD
Role: Network/System Administrator
Duration: Oct 2015 - Jul 2016
Onsite / Offsite: Onsite
Team Size: 10
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
warehouse. It wanted the ability to make more timely business decisions regarding its loan pipeline in order to improve its
business performance.
Project Title: core banking system UBI
Client: Union Bank Of India
Skill Used: Redhat Linux
Role Description: F/S creation, modification & Logical Volume management (LVM)
Setting up and administering NFS, NTP.
Sudoers users file management.
Patch management as per schedule.
Linux operating environment installation.
System log collection .
Project Details: F/S creation, modification & Logical Volume management (LVM)
Setting up and administering NFS, NTP.
Sudoers users file management.
Patch management as per schedule.
Linux operating environment installation.
System log collection and shared with backend team for H/W support.
Rank 379: Resume 872 with similarity score 0.02463705905476553
Resume Text: B.E , MS , B.TECH senior product analyst , full stack engineer , devops , full time , senior design engineer robotics , filters , nlp , docker , linux , waterproofing , digital , node.js , status , rabbitmq , samba , l&d , google scholar , features , salesforce , google analytics , pipeline , algorithm design , devops , kubernetes , designation , prototype , rhel , heroku , english , alexa , agile , project , mongodb , ownership , solution architecture , angularjs , consulting engineering , redis , construction , srm , flow , react native , design engineering , computer science , machine learning , structural repairs , flask , javascript , positioning , technology , ethical hacking , ldap , general , thermal , affirmative action , advanced , postgresql , email , wordpress , aws , tesseract , network security , microsoft , universities , engineering design , languages , transmission lines , search , scopus , buildings , prospect , onboarding , asset tracking , nosql , entrepreneurship , ug , authentication , apache , azure , authorization , maps , enterprise , application , cucumber , paper , ladder , led , hiring , competitive assessment , functional training , framework , cvs , python , rapid prototyping , chemical plants , process optimization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 1/3
Current Designation: Senior R&D Engineer
Current Company: Genisys Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Engineering Design / R&D
Role: Sr. Design Engineer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Genisys Group as Senior R&D Engineer
Feb 2019 to Till Date
Digital Engineering Services
Achievements/Activities
I worked on an enterprise OCR implementation (Tesseract) at scale for a logistics company with 86 point registry and
higher order
complexity with regards to positioning of fields and filters in place. [Tech Stack: Python, MongoDB, RabbitMQ, Apache,
NodeJS,
AngularJS, LDAP, Samba, RHEL, Custom Shell based scaling pipeline.].
I lead a core NLP based talent aquisition project for hiring high prospect professors at universities. Currently working on an
extension
paper on this new approach. [Weighted scoring, based on empirical data parsed through CVs coupled with real life
contributions in their
respective fields from citation sites like Google Scholar, Scopus etc..] [Tech: Python, Flask, MongoDB, React, Apache,
USE].
I worked on a realtime asset tracking solution at scale for a logistics company. [Tech Stack: NodeJS, React, Google
Dynamic Maps, Redis
Cache, AWS].
I worked on creating a loosely coupled Google DialogFlow based framework to auto generate quick prototype chatbots
with integrated
flow. [Tech Stack: Python, Flask, DialogFlow].
I lead R&D and architected a product idea the company is working on for a Self Sustaining AMS. [Source:
https://genisysgroup.
Last Active: 29-Jan-21 Last Modified: 28-Jan-21
Swarnava Bhattacharya
Senior R&D Engineer seeking roles in Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement
Analysis, Solution Architecture, Python, Linux, Docker, Azure, Java, Node.Js, IOT
Key Skills: Senior R&D Engineer, Senior Design Engineer, Detail Engineering, Design Engineering, Process Optimization,
Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python, Linux, Docker,
Azure, Java, Node.Js, IOT
Summary
A competent professional with nearly over 3.3 years of experience in in industrial construction like chemical plants,thermal
power station, hydro power stations, transmission lines, residential buildings,
consulting engineering company giving service in Project management, waterproofing, structural audit, structural repairs.
Training of construction personnel on functional training of construction. Skilled with Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python,
Linux, Docker, Azure, Java, Node.Js, IOT
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 2/3
com/digital/ams/].
I recently worked on a facial detection/recognition based system of authentication for a banking company. [Tech Stack:
Python, Flask,
AWS Rekognition, Flutter, Twillio, Azure].
I do rapid prototyping with Alexa/Google based approaches and other IOT implementations for client process optimization.
Briefly supported a few short term, WordPress, Cucumber, JWT, Salesforce, Heroku and Elastic Search based projects.
MyAnatomy Integrations as Senior Product Analyst
Oct 2017 to Feb 2019
Competitive Assessment, Smart Recruitment and L&D platform.
Achievements/Activities
I joined this product based startup as a fresher intern and quickly moved up the ladder to lead a team of product analysts
with my
product ownership and analysis through market study on the competitors.
I travelled across India with the team and personally ran technical delligence in succesfully converting 50+ clients like
Microsoft, LG, PwC
etc.. into onboarding with us.
I set up and led DevOps at MyAnatomy as a startup to help scale our platform in a very short period of time when we went
viral and had
unexpected surge of users.
I could envision and implement scope of improvements and feature updates along with the dev team based on client
interactions in an
agile oriented development cycle.
I also worked as a full stack engineer on our core product to develop insightful analytics and product features. [Tech Stack:
JAVA (Ninja
Framework), AngularJS, PostgreSQL, NodeJS, React, React Native, GCP, Google Analytics].
UG: B.Tech/B.E. (Computer Science and Engineering) from SRM INSTITUTE OF SCIENCE AND TECHNOLOGY in 2017
Other Qualifications/Certifications/Programs:
Network Security and Ethical Hacking Workshop
Python Workshop
Advanced Java-Data Structures and Algorithm Design
Robotics Workshop
Young Mind Entrepreneurship Program
Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Python, Linux, DevSecOps
docker, kubernetes, AWS
Azure, JAVA, NodeJS, React
AngularJS, NoSQL, SQL, MQ
NLP
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 380: Resume 748 with similarity score 0.02463284108135876
Resume Text: B.E , MS , B.TECH senior product analyst , full stack engineer , devops , full time , senior design engineer robotics , filters , nlp , docker , linux , waterproofing , digital , node.js , status , rabbitmq , samba , l&d , google scholar , features , salesforce , google analytics , pipeline , algorithm design , devops , kubernetes , designation , prototype , rhel , heroku , english , alexa , agile , project , mongodb , ownership , solution architecture , angularjs , consulting engineering , redis , construction , srm , flow , react native , design engineering , computer science , machine learning , structural repairs , flask , javascript , positioning , technology , ethical hacking , ldap , general , thermal , affirmative action , advanced , postgresql , email , wordpress , aws , tesseract , network security , microsoft , universities , engineering design , languages , transmission lines , search , scopus , buildings , prospect , onboarding , asset tracking , nosql , entrepreneurship , ug , authentication , apache , azure , authorization , maps , enterprise , application , cucumber , paper , ladder , led , hiring , competitive assessment , functional training , framework , cvs , python , rapid prototyping , chemical plants , process optimization 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 1/3
Current Designation: Senior R&D Engineer
Current Company: Genisys Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: Engineering Design / R&D
Role: Sr. Design Engineer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Genisys Group as Senior R&D Engineer
Feb 2019 to Till Date
Digital Engineering Services
Achievements/Activities
I worked on an enterprise OCR implementation (Tesseract) at scale for a logistics company with 86 point registry and
higher order
complexity with regards to positioning of fields and filters in place. [Tech Stack: Python, MongoDB, RabbitMQ, Apache,
NodeJS,
AngularJS, LDAP, Samba, RHEL, Custom Shell based scaling pipeline.].
I lead a core NLP based talent aquisition project for hiring high prospect professors at universities. Currently working on an
extension
paper on this new approach. [Weighted scoring, based on empirical data parsed through CVs coupled with real life
contributions in their
respective fields from citation sites like Google Scholar, Scopus etc..] [Tech: Python, Flask, MongoDB, React, Apache,
USE].
I worked on a realtime asset tracking solution at scale for a logistics company. [Tech Stack: NodeJS, React, Google
Dynamic Maps, Redis
Cache, AWS].
I worked on creating a loosely coupled Google DialogFlow based framework to auto generate quick prototype chatbots
with integrated
flow. [Tech Stack: Python, Flask, DialogFlow].
I lead R&D and architected a product idea the company is working on for a Self Sustaining AMS. [Source:
https://genisysgroup.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Swarnava Bhattacharya
Senior R&D Engineer seeking roles in Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement
Analysis, Solution Architecture, Python, Linux, Docker, Azure, Java, Node.Js, IOT
Key Skills: Senior R&D Engineer, Senior Design Engineer, Detail Engineering, Design Engineering, Process Optimization,
Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python, Linux, Docker,
Azure, Java, Node.Js, IOT
Summary
A competent professional with nearly over 3.3 years of experience in in industrial construction like chemical plants,thermal
power station, hydro power stations, transmission lines, residential buildings,
consulting engineering company giving service in Project management, waterproofing, structural audit, structural repairs.
Training of construction personnel on functional training of construction. Skilled with Detail Engineering, Design Engineering,
Process Optimization, Application Management, Requirement Gathering, Requirement Analysis, Solution Architecture, Python,
Linux, Docker, Azure, Java, Node.Js, IOT
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 2/3
com/digital/ams/].
I recently worked on a facial detection/recognition based system of authentication for a banking company. [Tech Stack:
Python, Flask,
AWS Rekognition, Flutter, Twillio, Azure].
I do rapid prototyping with Alexa/Google based approaches and other IOT implementations for client process optimization.
Briefly supported a few short term, WordPress, Cucumber, JWT, Salesforce, Heroku and Elastic Search based projects.
MyAnatomy Integrations as Senior Product Analyst
Oct 2017 to Feb 2019
Competitive Assessment, Smart Recruitment and L&D platform.
Achievements/Activities
I joined this product based startup as a fresher intern and quickly moved up the ladder to lead a team of product analysts
with my
product ownership and analysis through market study on the competitors.
I travelled across India with the team and personally ran technical delligence in succesfully converting 50+ clients like
Microsoft, LG, PwC
etc.. into onboarding with us.
I set up and led DevOps at MyAnatomy as a startup to help scale our platform in a very short period of time when we went
viral and had
unexpected surge of users.
I could envision and implement scope of improvements and feature updates along with the dev team based on client
interactions in an
agile oriented development cycle.
I also worked as a full stack engineer on our core product to develop insightful analytics and product features. [Tech Stack:
JAVA (Ninja
Framework), AngularJS, PostgreSQL, NodeJS, React, React Native, GCP, Google Analytics].
UG: B.Tech/B.E. (Computer Science and Engineering) from SRM INSTITUTE OF SCIENCE AND TECHNOLOGY in 2017
Other Qualifications/Certifications/Programs:
Network Security and Ethical Hacking Workshop
Python Workshop
Advanced Java-Data Structures and Algorithm Design
Robotics Workshop
Young Mind Entrepreneurship Program
Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Python, Linux, DevSecOps
docker, kubernetes, AWS
Azure, JAVA, NodeJS, React
AngularJS, NoSQL, SQL, MQ
NLP
Languages Known
Language Proficiency Read Write Speak
English
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14…
https://freesearch.naukri.com/preview/printResume?uname=80735ea8153d5576595a7a10fc71725b090e5f054f14084204434050555c504c140e14554043580c5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 381: Resume 1534 with similarity score 0.024620975430219804
Resume Text: B.E , MS , B.TECH , BS scrum master , product manager , engagement manager , strategy manager , consulting manager , functional analyst , devops , senior business analyst , product development , quality control , technical program manager , full time , part time , product owner , business consultant , functional consultant training , customer , use case , enterprise search , conducting , sizing , sse , ux design , project planning , zendesk , cpg , status , stakeholder management , bot , cspo , digital transformation , store , product management , e commerce , sap , microsites , fintech , testing , scope management , zuora , business strategy , multiple sites , chat , order management , data center , prime , supply chain , listings , data science , digital channels , thought leadership , hybris , brd , ecommerce , magento , retail , endeca , devops , kubernetes , video games , techno-functional , designation , confluence , csm , hindi , gap analysis , ltd , start-ups , english , powerpoint , competitive analysis , product vision , ibm , flow , capacity planning , documentation , atg , word , boarding , javascript , homologation , specs , demos , reporting , general , scrum , healthcare , developers , amdocs , affirmative action , oracle , data analytics , collaboration , hub , maintenance , pick , shopify , omni , email , fiserv , manufacturing , operations , self service , user stories , product strategy , quicksilver , languages , business transformation , mobile , testers , jira , program management , prospect , online , database , payment services , functionality , oil & gas , b2c , fortune 500 , metro , scratch , azure , authorization , internet , compilation , teams , milestones , excel , sql , b2b , business analysis , user guide creation , application , agile project management , devices , product road mapping , digital strategy , design thinking , market research , product launch , running , engagement management , sitecore , telco , e-commerce , digital marketing , marketo 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 1/5
Current Designation: Technical Program Manager - Product
Manager - Engagement Manager - Strategy Consulting
Current Company: Altudo
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Strategy and Consulting]
Verified : Phone Number | Email - id
Altudo as Technical Program Manager - Product Manager - Engagement Manager - Strategy Consulting
Oct 2019 to Till Date
Preferred Job Location - Noida, Gurgaon, BLR
I am a Part of Business Consulting, Delivery ,Solution & Strategy Group.
Our Responsibility is to Provide the Business Consulting, Digital Transformation & Solution to various fortune clients or the
prospective clients End to End.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Saurabh Tripathi
Overall 10 years of experience working with fortune 500 client & working as Product
Manager, Engagement Manager, Business Consulting Manager, Technical Program
Manager
Domain Expertise: E commerce, Retail, CPG, Telco, Fintech, Healthcare.
Key Skills: Program Management,Project Management,Strategy Development,Consulting,Gap Analysis,Digital
Marketing,Business Transformation,Requirement Gathering,Data Science,Scrum Master,product Owner,Product
Management
Summary
Career CONSPECTUS
10 Years of combined experience in Digital Commerce Consulting, Technical Program Manager, Strategy Development, Product
Development, Business Analysis, Digital Marketing, Thought leadership, Digital Transformation Strategy & Product Owner,
Design Thinking, Time to Value.
Domain: E-Commerce, Retail, Banking, Video Games,Telco, Data Science, & Healthcare Clients
Currently Working as Engagement/Technical Program/E-Commerce Product Manager with Altudo along with that my job roles &
responsibility goes towards the Digital Strategy Consulting & Transformation.
I am a Part of Digital Solution, Business Consulting & Strategy Group. Our Responsibility is to provide the Business Consulting,
Transformation, Solution on Various domain of existing or the prospective clients.
Privileged to be associated with multiple Organisations sizing from start-ups, mid-size to MNC.
Currently taking care of 2 Account having Multiple Projects & 2 Ongoing Product worth ~MM $ Portfolio..
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 2/5
Following Projects Which i am handling as a Technical Program Manager / Engagement Manager / Product Manager &
Product Owner :
1. FIS- WorldPay
2. FIS - Ethos Client Portal
3. FIS - Ethos Marketplace
4. Ametek - E-commerce B2B Solution
5. FIS - Kordoba
6. FIS - Client On Boarding
7. McCormick
8. HL
9. Nuveen
10. TIAA
Product Handling (Product Management)-
1. AI Based chat bot.
2. OMS.
Roles Coverage So Far & Areas of Expertise: *
Technical Program / Program Manager * Business Consulting & Strategy Manager * Digital Business Transformation
Consulting * Product Management * Engagement Manager * Mobile App Development * UX Design * Scrum Master *
Product Strategy, Product Launch, Product Vision, Competitive Analysis, Market Research, Product owner..
Product Exposed To:
Shopify, Big Commerce, Magento, Sitecore Commerce, Zendesk, Similarweb, ATG, Hybris, Zuora, Recurly. Module
Covered: Search & Recommendations, Ads Platform, Market Place, Pricing & Promotions, Catalog & Listings
Management, Fulfillment & Supply Chain, Data Center Capacity Planning, Analytics, Data Science, Marketo, Workfront,
Azure devops, GIT hub, KUBERNETES.
Zensar Ltd. as Sr. Business Consultant - Product Manager
May 2015 to Sep 2019
Projects: #1 Digital Commerce Project for a Leading Mexico Client ? Liverpool Multisite Homologation
Role: Senior Business Analyst / Consultant | Program Manager | Engagement Manager
Single point of contact for development team for all the functional aspects for the platform operating into multiple region.
Create acceptance criteria for user stories to aid developers & testers and ensure quality releases
Assist in maintenance and development of the online procedure guide and knowledge database
Create & maintain documentation for support, testers and developers
Analyze and develop solutions addressing customer comments and issues
Track progress of development from concept through implementation via release milestones
Implementation of the SOFEA.
Maintain quality control of website development and changes
Demo & Walkthrough sessions to the development teams.
#2 Digital Commerce Project for a Leading Fashion Brand (B2C) ? AEO (Atg 11.3)
Role: Senior Business Analyst / Consultant | Engagement Manager (Entire Account)
Single point of contact for development team for all the functional aspects for the platform operating into multiple regions
NA, Europe & Global
Carried out Onsite Functional Elaborations for Expansion plan to launch 7 global sites from the Omnichannel prospect.
(End to End)
Create acceptance criteria for user stories to aid developers & testers and ensure quality releases
Assist in maintenance and development of the online procedure guide and knowledge database
Create & maintain documentation for support, testers and developers
Analyze and develop solutions addressing customer comments and issues
Track progress of development from concept through implementation via release milestones
Maintain quality control of website development and changes
Coordinate inter-departmental resources for website projects
Demo & Walkthrough sessions to the development teams.
#3 Digital Ecommerce Transformation for leading Medical Industry in USA (B2B ? PerkinElmer
Role: Senior Business Analyst / Product Owner | Engagement Manager (Entire Account)
GAP Analysis on the existing online platform
Competitor Analysis on online channels & recommending solutions for better conversions
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 3/5
Understanding the Business Needs & Documentation
Reviewing Functional Aspects of digital channels with Product Owner
Demo & Walkthrough sessions on the product capabilities & expectations to the Development Teams
Collaborating & engaging with Stakeholders for requirement discussion meetings
Defining JIRA Workflows for Agile User Stories
Use Case & Functional Flow documentation in Confluence
Training development team on JIRA & Confluence usage for better collaboration
#4 Digital Commerce Project for a Leading Fashion Brand (B2C) ? Michael Kors & Versace
Role: Senior Business Analyst / Consultant
Single point of contact for development team for all the functional aspects for the platform operating into multiple regions
NA, Europe & Global
Carried out Onsite Functional Elaborations for Cross Border Commerce, Buy Online Pick in Store.
Understanding the Business Needs & Documentation.
Defining JIRA Workflows for Agile User Stories.
Reviewing Functional Aspects of digital channels with Product Owner
Demo & Walkthrough sessions to the development teams
#5 Inhouse Product Development (Order Management & Fulfillment System)
Role: Business Analyst / Product owner
With the reference of the Core B2B and IBM Sterling functionalities, Completed the Analysis.
Created a Detailed BRD for the Development Team.
Created the User stories for each module along with the functional flows
Benchmark Reporting
#6 Digital Commerce Project for a Leading Oil & Gas Brand (B2B & B2C) ? AMSOIL (Hybris 6)
Role: Senior Business Analyst / Consultant
Single point of contact for development team for all the functional aspects for the platform operating into multiple regions
NA, Europe & Global.
Charter Global - Amdocs as E commerce Consulting Expert- Product Owner
Aug 2014 to May 2015
I was working as a Functional Consultant for AT&T and taking care of all the Requirements and expectations by the Scrum
Methodologies.
My prime role was to work as a Product Owner / Manager and lead the team of close to 50+ delivery resources.
Mastech Digital as SSE - Senior Techno Functional Analyst
Jun 2013 to Jul 2014
Project:
#1 US based (Retailer) Quicksilver & Roxy (Support & Enhancements Project)
Role: Techno-Functional
Client Interaction to address business problems & resolving with development into Enterprise Search operations
Supporting weekly Catalog Refresh to Endeca
Project Handbook Creation & Conducting Peer Trainings
#2 US based Telco Client ? MetroPCS (Re - platforming & Enhancements Project)
Role: Techno-Functional
Understanding the business flow using functional specs.
We were supposed to change the payment services of Metro from Fiserv to Amdocs.
Creating the stubs from the new WSDL and solving the compilation issue.
Implementation of the new functionality in the payment integration.
Coordination of testing activities with the onsite coordinator.
User Guide creation & Conducting demos on the changes done.
Cognizant as Programmer / Functional Analyst
Mar 2011 to May 2013
Part of the major digital initiative of E-Commerce client. majority of work related to the Business Analyst activities.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 4/5
UG: B.Tech/B.E. (Electrical) from Uttar Pradesh Technical University (UPTU) in 2010
PG: MBA/PGDM (Strategy and Consulting) from Deakin University, Australia, IMT Ghaziabad-Pursuing in 2021
Other Qualifications/Certifications/Programs:
CSPO
CSM
SAFe Product Owner / Product Manager
Nature of Employment: Full Time
Project Location: New York
Role: Other
Duration: Sep 2020 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Berwyn, Gurgaon, New York
Role: Other
Duration: Dec 2019 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 19
Education
IT Skills
Skill Name Version Last Used Experience
Excel, Word, Powerpoint
X-Mind, JIRA, Confluence, Oracle
SAP Hybris commerce
SQL, R, Data analytics, DevOps
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Nuveen -TIAA Site Re platform
Client: TIAA
Skill Used: Stakeholders management, Business Consulting, Strategy, Product Road mapping.
Role Description: Program Manager, Product Manager
Project Details: There are couple of projects running. in Parallel :
1. Marketo-Workfront self service Product
2. Site core enhancements
3. Strategy - Value realisation session.
Project Title: Ametek - Site Re-platforming (Multichannel)
Client: Ametek
Skill Used: Business Consulting, Product Management, Project Management, Digital Content, Stakeholder Management,
Scope Management, Delivery Management, Engagement Management,
Role Description: Program Manager | Business Strategy & Consulting | Product Management | Project Management
Project Details: AMETEK, Inc. is an American global manufacturer of electronic instruments and electromagnetically devices
with a headquarters in the United States and over 220 manufacturing sites worldwide
We were supposed to rebuild their entire application from scratch by using the Shopify and OMS sterling.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165…
https://freesearch.naukri.com/preview/printResume?uname=a693bbf2a058e0fc4d00e1054cbce3fb5b5a0e584d150814554714590f0c574a1400165711415f0f0b07… 5/5
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Other
Duration: Oct 2019 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 16
Nature of Employment: Full Time
Project Location: Jacksonville, Little Rock, New York, Gurgaon
Role: Other
Duration: Oct 2019 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 30
Nature of Employment: Full Time
Role: Other
Duration: Aug 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 21
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Project Title: Lycra B2B & B2C Application Transformation
Client: Lycra
Skill Used: Business Consulting, Production Management, Strategy Consulting, Program Management, Agile Methodology,
Project Planning, Pricing, Resourcing,
Role Description: Technical Program Manager, Lead Business Consultant, Engagement Manager, Strategy and Consulting
Manager
Project Details: Lycra is an fabric company with the multiple microsites in it.
We are Managing & Transforming the Digital experience for 6 Different sites from the Omni Channel prospect.
Project Title: FIS Ethos Marketplace
Client: FIS
Skill Used: Business Consulting, Strategy Consulting, Digital Marketing, Agile Project Management, Software Product
Management,
Role Description: Program Manager | Business Consulting Manager | Product Manager | Engagement Manager
Project Details: Handling multiple projects listed under FIS account as a Program Manager | Business Consulting Manager |
Product Manager | Engagement Manager:
1. PTC
2. SiteCore Platform Upgrade
3. Ethos Portal
4. Kordoba
5. CASR
6. Client On boarding
Project Title: McCormick Omnichannel Solution
Client: Mccormick
Role Description: Engagement - Product Manager
Project Details: McCormick is Multi billion COG Company and we are helping them to build the multiple sites end to end to
improve their customer buying experience.
my role is - Engagement Manager & Product Manger/ Owner
Rank 382: Resume 1054 with similarity score 0.02451940284483959
Resume Text: MS , M.Sc , M.S , BS process manager , solutions architect , project lead , associate , azure architect , solution architect , full time , energy economist , team lead , application developer , team member , technical lead , enterprise architect , data management , balancer websphere portal , version control , project managers , microsoft azure , security , connect , demand , enterprise search , platforms , spring , docker , linux , gateway , pdf , digital , energy , status , aerospace , store , data architecture , application architecture , messaging , mumbai , continuous integration , xml , ibm aix , esp , testing , features , fundamentals , oil trading , ec2 , tailoring , data center , weblogic , jdeveloper , notification , distance learning , registration , amazon web services , brd , mission critical , rfs , automation , metals , encryption , enterprise design patterns , radiant , access , adms , windows 2000 , designation , mar , modeling , apache camel , general insurance , petrochemical , gap analysis , natural gas , cluster , ltd , architects , database servers , english , apache mesos , groups , mongodb , leadership , provisioning , microservices , solution architecture , rest , sanskrit , estimates , c++ , puppet , strategy , togaf , lucene , struts , sonarqube , enterprise data , javascript , web pages , dac , positioning , client side , business requirements , bfsi , html , box , rollout , web development , documentum , performing , brocade , team management , efs , websphere application server , vendors , coal , affirmative action , mysql , studio , technical architecture , emc , public , xp , maintenance , dynamo , advanced , apache kafka , iaas , business services , paas , proxy , email , envisioning , tomcat , aws , lotus , information systems , saas , amazon rds , flash player , oracle soa suite , technology solutions , vignette portal , content management , maven , electricity , athena , business transactions , tags , languages , web crawling , nuclear power , cassandra , information architecture , personalization , sdk , oracle fusion middleware , commerce , api , functionality , business architecture , high availability , jenkins , portlets , ug , versioning , tamil , coe , fast data , gps , sports information , offers , active directory , bids , cloud applications , adobe , authorization , internet , bootstrapping , google cloud platform , itc , record , business analysis , tracker , map , requirements gathering , global services , indexing , enterprise architecture , s3 , t1 , finance , repository , offshore , preparation , nginx , archimate , elasticity , wps , eclipse , cloud computing , load , technology architecture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 1/5
Current Designation: Enterprise Architect & Solutions Architect
- AWS, AZURE and GCP
Current Company: Wipro Digital
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Wipro Digital as Enterprise Architect & Solutions Architect - AWS, AZURE and GCP
Jan 2019 to Till Date
Planning Enterprise Architecture (EA) Development, Analyzing Information Systems Architecture, Designing Technical
Architecture, Performing Architecture Gap Analysis, Developing Architecture Transition Plan. Developing Business
Architecture, Application Architecture, Security Architecture, Information Architecture, Data Architecture and Technology
Architecture
Accenture India as Enterprise Architect - Cloud COE
Sep 2017 to Jan 2019
AWS Technologies: AWS - EC2, ELB, EBS, S3, EFS, Glacier, Dynamodb, RDS, Elastic Cache, VPC, CloudFront,
CloudFormation, CloudTrail, Direct Connect, Route 53, IAM, SQS, SES, CloudWatch, API Gateway, Internet Gateway,
NAT Gateway, Certification Manager, AWS Directory Service for Microsoft Active Directory (Enterprise Edition),
Automation tool - Chef/Puppet , Cloud Search, Kenisis, Direct Connect to Data Center..
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SAMPATHKUMAR SUBRAMANIAN
TOGAF-9.0, Enterprise Architect,Solutions Architect seeking roles in Solution
Architecture,Business Analysis,Delivery Management,Gap Analysis, Presales, System
Architecture,Data Management, Cloud Computing - AWS, Microsoft Azure and Google
Cloud
Key Skills: Enterprise Architect,Solutions Architect,Solution Architecture,Business Analysis,Delivery Management,System
Architecture,Data Management,Cloud Computing,Active Directory,MySQL,Java,Javascript,C,C++,AWS,Microsoft
Azure,CWI,Azure,PAAS,SAAS,GCP
Summary
* A result oriented professional with over 17 years of experience in Presales Technical Architecture Project Management and
Team Management
* Track record of envisioning usage of new technology and tailoring its usage for achieving desired results with distinction of
implementing project management processes
* Planning Enterprise Architecture (EA) Development, Analyzing Information Systems Architecture, Designing Technical
Architecture, Performing Architecture Gap Analysis, Developing Architecture Transition Plan. Developing Business Architecture,
Application Architecture, Security Architecture, Information Architecture, Data Architecture and Technology Architecture.
* An individual having comprehensive and conceptual domain knowledge of Enterprise Search, Information & Media (Energy)
and Banking, Finance Services and Insurance (BFSI)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 2/5
Technosoft Global Services Pvt. Ltd. as IT Solution Architect
Oct 2015 to Sep 2017
Title: WPS
Role: AWS Solutions Architect
Client: Honeywell Technology Solutions Lab
Domain: Aerospace
Technologies: Java/J2EE, AWS-SDK HTTP/2, XML, REST, IBM Websphere Application Server 7.0, IBM WPS 7.0, JBoss
Appliction Server 7.0, Apache Kafka Cluster, Docker, Maven, HAProxy, Continues Integration - Jenkins, Enterprise
Modeling - Archimate, Oracle 11G, SonarQube.
AWS Technologies: AWS - EC2, ELB, EBS, S3, EFS, Glacier, Dynamodb, RDS, Elastic Cache, VPC, CloudFront,
CloudFormation, CloudTrail, Direct Connect, Route 53, IAM, SQS, SES, CloudWatch, API Gateway, Internet Gateway,
NAT Gateway, Certification Manager, AWS Directory Service for Microsoft Active Directory (Enterprise Edition),
Automation tool - Chef/Puppet , Cloud Search, Kenisis, Direct Connect to Data Center.
Vendors: TCS, Technosoft Global Services, NTT Data, ITC Infotech
Period: Oct'15 to Till Date
Collaborates with Business Partners, Program and Project Managers, Business Architects and IT to identify business
impacts and interdependencies, design optimal business solutions in AWS cloud, ensure that systems are built as per the
design in Honeywell Environment.
Responsibilities:
* Carried out:
o Evaluate High Level Requirements within the BRD (Business Requirements Document).
o Create Project Estimates.
* Convert client provided ITO business requirements into architecture designs.
o Planning and leading all aspects of Cloud projects such as Cloud Management solutions, provisioning, inventory
management, monitoring, security, backup.
o Designed and implemented Cloud solutions with AWS Virtual private cloud (VPC), Elastic Compute Cloud (EC2),
Elastic Load Balancer (ELB), S3, Glassier, Auto scaling, RDS, Cloud watch, Route 53, API Gateway, Internet Gateway,
NAT Gateway
o Designed and Implemented 3 tire architecture with Web, Application and Database servers using Elastic Load
Balancer (ELB) with Route 53 DNS registered.
o Designed and configured a virtual data center in the Amazon Web Services cloud to support Enterprise Data
Warehouse hosting including Virtual Private Cloud (VPC), Public and Private Subnets, Security Groups, Route Tables,
Elastic Load Balancer.
o Utilized Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS DB services, Dynamo DB
tables, EBS volumes; to set alarms for notification or automated actions; and to monitor logs for a better understanding
and operation of the system
o Provided highly durable and available data by using S3 data store, versioning, lifecycle policies, and create AMIs for
mission critical production servers for backup.
o Managed Linux Containers using Docker and Docker registry
o Designed roles and groups for users and resources using AWS Identity Access Management (IAM).
o Utilized Bootstrapping instances using Chef and integrating with auto scaling
o Designed and implemented an Enterprise Cloud strategy, standards and best practices associated with all aspects
Cloud offerings, including:
* Secure and compliant data and messaging egress and ingress
* Automated workload lifecycle management
* Data and information encryption and security
* Application porting, integration and maintenance
* On-demand, self-service access to Enterprise Cloud applications, platforms and offerings
o Implemented enterprise application architecture in Java-J2EE applications
o Worked with AWS CloudFormation scripts for automation
o Worked with automation tool like Chef/Puppet
o Worked on Continuous Integration/Continuous Deliver using Jenkins
o Worked on enterprise design patterns like DTO, Business Delegate, DAO and cloud design patterns
o Worked on Cloud fundamentals like autoscaling, elasticity, serverless
o Created/Managed AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources - CPU, Memory, EBS
o Installed and Setup SVN Repository (Version Control System) at client side.
o Communicate complex design strategies to Vendors and Honeywell ITO Leadership.
o Aid in creating AWS Architecture strategies and roadmaps across
HCL Technologies Pvt. Ltd. as Senior Technical Lead -E2.2
Mar 2010 to Sep 2015
Title: PDOCS
Role: AWS Solutions Architect
Client: PFIZER INC.,
Period: Sep'14 to Sep'15
High Availability: AWS-IaaS, EMC Documentum 7.0, Documentum Application Builder 6.3, Oracle WebLogic Server 10g
Release 3 - 64 Bit, Java/J2EE, AWS-SDK, XML, REST, AWS - EC2, ELB, EBS, S3, EFS, Glacier, RDS, Elastic Cache,
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 3/5
VPC, CloudTrail, Route 53, IAM, SQS, CloudWatch, SNS, API Gateway, Internet Gateway, NAT Gateway, Direct Connect
to Data Center.
Database: Oracle 10g
Platform: Linux
Title: Software Portal
Role: AWS Technical Lead
Segment: ADMS - Application Development, Maintenance and Support in AWS Cloud.
Client: BROCADE INC.,
Period: Jul'12 to Aug'14
Application Server: IBM WebSphere Application Server v7.0 (WAS), IBM WebSphere Portal Server v7.1, IBM Lotus® Web
Content Management™, V6.1
Products: Installed FOS, NOS, IP, BNA, DCFM and RFS products software in AMI of EC2
Database: Oracle 10g
Platform: Linux
Title: SBIG-DMS
Role: Project Lead - Offshore & Mumbai
Client: SBI General Insurance, State Bank of India and Insurance Australia Group (IAG)
Period: Mar'10 to May' 12
Language: Java
Web Server: Tomcat 6.0
Content Server: EMC Documentum
IDE: Oracle JDeveloper 11.1.2.0
High Availability: Oracle WebLogic Server Clusters
Application Server: Oracle WebLogic Application Server 10.3.x
Middleware: Oracle Fusion Middleware - Oracle SOA Suite 10g - BPEL Process Manager
Design Pattern: DTO, Business Delegate and DAO
Database: Oracle 11g
Platform: IBM AIX 5.1 v
Satyam Computer Services Ltd., as Team Lead & T1 Band
Oct 2004 to Feb 2010
Title: ATHENA
Role: Technical Lead - Offshore & USA
Client: McGraw-Hill Companies, US
Period: Sep'07 to Feb'10
Language: Java
Presentation Tier: Jsp, Servlet, Portlet
IDE: IBM WebSphere Studio Application Developer
Application Server: IBM WebSphere Application Server v6.0 (WAS), IBM WebSphere Portal Server v6.0
Site URL: https://online.platts.com/PPS/P= and www.platts.com
Data source: Minera Doc Base
Search Engine: Fast Data Search 5.0 ESP
Database: Oracle 9i
Design Pattern: DTO, Business Delegate and DAO
Platform: Linux
Description: Platts was a provider of energy information around the world that has been in business in various forms for
more than a century and was a division of The McGraw-Hill Companies. Products included Platts Energy Economist,
industry news and price benchmarks for the oil, natural gas, electricity, nuclear power, coal, petrochemical and metals
markets. Platts used bids, offers and trades to set the price for hundreds of opaque, over-the-counter physical oil and
energy products every day. Platts pricing was the benchmark for oil trading for generations.
Responsibilities:
* Efficiently implemented:
o Search functionality and business transactions using portlets.
o Search functionality using FAST search engine replacing the Lucene search leaving the content untouched
o New UI design that contains FAST search features such as Boolean search, navigational search, linguistic and Anti-
phrasing. Advanced search form for user-personalization search based on filtering parameters.
* Played a stellar role in indexing all identified data sources (Platts web pages consisting of html, xml, PDF and other file
formats, Athena content from database)
* Essayed a key role in modifying the xslts to transform all the required xml attributes in to html meta-tags to enable
FAST web crawler to index all those Meta tags for Platts.com (Title, Publication name, Publisher name, Publication date)
* Carried out indexing of all:
o Athena content from database using FAST search APIs.
o Platts.com content by FAST out of box web crawling.
As Offshore Team Member:
* Carried out:
o Requirements gathering and technical feasibility
o Client and Vendor interactions
o Scope of work preparation, Detail design document, Coding and Testing on Portlet
* Played a stellar role in organizing:
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 4/5
o UAT and signoff
o Production rollout and signoff while working in maintenance part
Title: Madden Tracker, Role: Onsite Coordinator
Period: Jun'07 to Sep'07
Client: GE - NBCU, New York, US
Technology: Java, JSP, Servlet, Eclipse 3.0, Vignette Portal Server, Tomcat 5.0, DTO, Delegate, GE - GPRS Device
Description: The project comprised of creating and embedding Madden Tracker portlet in GE NBC sports.com. The
madden tracker site received data from GPS (Global Positioning System) server through GE VeriWise webservice calls
and displayed sports information to end users. Madden tracker portlet used Adobe flash player and google map software
on GUI. The presentation tier was implemented with the Vignete Portlet. Web Services abstract the business services with
GPS server.
Responsibilities:
As Onsite Team Member:
* Played a stellar role in requirements gathering, technical feasibility, client and vendor interactions, scope of work,
detail design document and production rollout sheet preparations
* Efficiently organized:
o UAT and signoff
o Production rollout and signoff
Client: Renesas Technology Corporation, Japan
Title: Verity Ultraseek Upgrade
Role: Team Lead
Period: Jan'07 to May'07
Technology: Java, JSP, Servlet, Verity Ultraseek- Search Engine, Weblogic Server v6.0, Linux and Windows 2000
Description: The project comprised of upgrading from the current version of Ultraseek v-5.2.1 to the later version v-5.6.1 in
Renesas Production Environment. Implemented verified mirror collections on US & Japan servers.
SRA Systems as Junior Executive
Dec 2002 to Oct 2004
Trainee and Developer
UG: B.Com (Commerce), Correspondence/Distance Learning from Madras University in 1997
PG: MS/M.Sc(Science) (Computers), Correspondence/Distance Learning from Alagappa University in 2003
Other Qualifications/Certifications/Programs:
Diploma in Web Development from Radiant Software Ltd., in 2001
Diploma in Computer Applications from C-DAC in 2000
TOGAF®9.1 - CERTIFIED, Registration Number: 104438
AWS Certified Solutions Architect - Associate
CommValult
Microsoft Azure Architect Technologies
Education
IT Skills
Skill Name Version Last Used Experience
Windows NT4.0/ 2000/ XP, Windows 98/ 95 2020
C, C++, Java SE 7 2020
Struts 1.0/1.1 & 1.2/Spring 4.0/Hibernat 2020 8 Year(s) 2 Month(s)
Apache Tomcat 2020 13 Year(s) 5 Month(s)
IBM WebSphere Portal Server 2019
Oracle SOA Suite 10g 2020
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12…
https://freesearch.naukri.com/preview/printResume?uname=a219bebbd261e4dd82851f222daa9ed95e0e0f5619135f420619435e5d5d561f470e12051142510b015… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Job Type: Permanent
Employment Status: Full time
IBM RAD 8.0, JDeveloper 11g 2019
EJB2.0, Servlets2.3, JSP1.2, JDBC 2020
Cassandra, MongoDB 2020 3 Year(s) 2 Month(s)
Apache Kafka 2020
Elastic Search 2020 2 Year(s) 6 Month(s)
MicroServices 2020 3 Year(s) 2 Month(s)
DOCKER 2020 4 Year(s) 2 Month(s)
Apache Mesos 2020
HA proxy 2020
Apache Camel 2017
MAVEN 2020 8 Year(s) 6 Month(s)
NGINX 2020
AWS Cloud 2020 5 Year(s) 6 Month(s)
Google Cloud Vision - API 2020 1 Year(s)
Microsoft Azure 2020 2 Year(s) 2 Month(s)
Google Cloud Platform 2020 1 Year(s) 5 Month(s)
Mobileware communication Services 2017
Jenkins 2020 5 Year(s) 2 Month(s)
Archimate 2019
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Sanskrit Proficient
Rank 383: Resume 967 with similarity score 0.02450334111101513
Resume Text: B.E , MS , B.TECH , BS full stack developer , software engineer , full time , software developer react.js , award , api , functional specifications , core java , software solutions , algorithms , css , designation , ug , mar , affirmative action , mysql , hindi , technical requirements , linux , webpack , ltd , jquery , json , authorization , english , team building , design documents , status , email , project , integration testing , application , corrective maintenance , mumbai , rest , mvc , flow , unit testing , languages , work processes , it operations management , documentation , html5 , operational support , level design , mobile , negotiation , javascript , crm , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185…
https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185518435c095d5… 1/2
Current Designation: Engineer
Current Company: Mphasis
Current Location: Mumbai
Pref. Location: Mumbai,Mumbai Suburbs,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 4 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Mphasis as Engineer
Apr 2019 to Till Date
Full Stack develover. Worked as a full stack on the Crm product of the company which helps the various banking clients to
manage its services.
HCL Technologies Ltd as Software Engineer -Software Development
Jan 2017 to Jan 2019
1: Bagged multiple appreciations and ?IMPACT Award? from client within 2 months of service
2: Performed detailed design of modules along with their implementation, and documentation; integrated software
modules developed by other team members, and performed integration testing: conducted Unit Testing of applications
Optimus Information as Software Engineer
Mar 2014 to Jun 2015
* Transformed a desktop view of the website to mobile view for Pet Flow Project
Last Active: 29-Jan-21 Last Modified: 6-Jan-21
SAKSHI SAXENA
Software Engineer,Seeking Opportunities in Software Development,IT Project
Management,Application Development,IT Operations Management,Requirement
Gathering,Core Java, Reactjs,JavaScript,JQuery,HTML,CSS,Linux
Key Skills: java,jsp,core java,react.js,rest,javascript,jquery,html,css,data
structures,MySQL,Ajax,algorithms,webpack,babel,Full Stack Developer,Javascript,JQuery,CSS,HTML,Java,JSON,UI
Development,MVC,Html5
Summary
* Achievement- driven professional with experience of over 2 years in Software Development
* Developed software solutions by studying information needs, conferring with users, studying systems flow, data usage, and
work processes
* Understood process requirements and provided use cases for business, functional & technical requirements
* Interacted with users for requirement gathering; prepared functional specifications & low-level design documents
* Assisted in determining operational feasibility through analysis, problem definition, requirement analysis, and proposing
solutions
* Maintained program modules including operational support, problem resolution, production support, preventative and
corrective maintenance and enhancements
* An effective communicator with honed interpersonal, team building, negotiation, presentation, convincing and analytical
skills
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185…
https://freesearch.naukri.com/preview/printResume?uname=92027e38622cceeb71636eff6a5a8f200a080851491108100018145c555b021f450f185518435c095d5… 2/2
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2013
PG: NA (na) in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JSP 0 1 Year(s) 6 Month(s)
React.js 0 1 Year(s) 0 Month(s)
HTML 0 3 Year(s) 0 Month(s)
JavaScript,jquery,css 0 3 Year(s) 0 Month(s)
CORE JAVA 0 1 Year(s) 6 Month(s)
REST-API 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 384: Resume 1059 with similarity score 0.02450300654386745
Resume Text: B.E , MS , B.TECH , BS hadoop administrator , solutions architect , associate , devops , server manager , programmer analyst , linux administrator , cloud engineer , full time , windows server administrator , database architect itil process , space , docker , linux , flume , ssl , status , arabic , kerberos , endpoint security , features , fundamentals , infrastructure , decommissioning , procurement , cdh , information gathering , devops , open source , access , designation , hindi , cluster , ltd , cli , english , troubleshooting , cloud security , ibm , pipelines , git , computer science , holidays , javascript , technology , disk , hadoop , ldap , general , performing , data migration , affirmative action , maintenance , unix , email , aws , languages , ecosystem services , sqoop , big data , hive , urdu , jira , servicenow , database , online , webui , high availability , jenkins , windows server , ug , health , authentication , scratch , active directory , firewall , azure , authorization , teams , enterprise , sql , application , less , engage , servers , cloudera , iis , tuning , sentry 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b44…
https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b440a16120d545a… 1/3
Current Designation: Permanent Remote or WFH roles only -
Immediately Available AWS Cloud Engineer
Current Company: Cratas Techno Solution Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,Nagpur,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Database Architect/Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Bachelor of Engineering [Computer
Science]
Verified : Phone Number | Email - id
Cratas Techno Solution Pvt. Ltd. as Permanent Remote or WFH roles only - Immediately Available
AWS Cloud Engineer
May 2019 to Till Date
Cloud+BigData+Devops
Designing and setting up organizational infrastructure from scratch and implementation of the same.
Procurement to Implementation , completely done by me.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Gulbadin Hasan
Certified AWS Solutions Architect Associate
Key Skills: Big Data,SSL,Hadoop,Cloud,Cloudera,Linux,Linux Administrator,Active
Directory,IIS,LDAP,Jenkins,GIT,JIRA,AWS,Hadoop Administrator,SQL,Troubleshooting,Firewall,SSL VPN,Docker,Devops
Summary
Devops+Hadoop+AWS cloud
skills with relevant experience
Linux Administrator (4+ years)
Hadoop Administrator (3+ years)
AWS (Certified AWS Solutions Architect Associate)( 3+ years)
windows servers (3+ years)
Active Directory (1+ year)
LDAP
Firewall (1+ year)
Endpoints security (1+ year)
Networking awareness (3+ years)
Virtual environments
Different cloud experience including GCP, E2Enetworks. (1 year)
Experience using Git and setting up configuration of Jenkins, executing jobs on Jenkins(6 months)
ITIL process
Experience working with tools such as Servicenow and Jira software.
Excited to work in a versatile Cloud role, which includes data migration, devops and cloud security as well.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b44…
https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b440a16120d545a… 2/3
Linux Administrator
AWS (Certified AWS Solutions Architect Associate)
windows servers
Active Directory
IIS
LDAP
Firewall
Endpoint security
Organizational security policies setup and compliance.
Networking awareness
Virtual environments
Different cloud experience including GCP, E2Enetworks.
Brief experience using Git and setting up and configuration of Jenkins.
ITIL process
Experience working with Jira software.
Astron Systems Pvt. Ltd as Hadoop Administrator
Jul 2016 to May 2019
* Experienced in deployment, configuration, implementation and administering open source and enterprise Hadoop
clusters on baremetal and AWS cloud.
* Experienced in installing Hadoop ecosystem, Pig, Hive, Sqoop, Flume Server.
* Setting up single and multi-node cluster (Hadoop2) installation.
* Integrating CDH with Active Directory and Kerberos for securing the cluster.
* Configuring Trash to prevent data loss.
* Creating a snapshots of nodes.
* Loading Data into HDFS, Ingesting data from Multiple sources also setting up data pipelines to ingest data.
* Troubleshooting, tuning, and solving Hadoop issues using CLI or by WebUI.
* Commissioning and decommissioning of nodes.
* High Availability (HA) configuration of Namenode in production.
* Supported team in creation of POC for Hadoop deployment decisions.
* Adding users to Linux , setting up Kerberos principals.
* Giving access to new users to different Hadoop ecosystem services.
* Monitoring hdfs health, resolving space issues.
* Hue Integration to the secured cluster.
* Upgrading CM and CDH.
* Authorization using Sentry.
* Resolving Hadoop ecosystem service issues.
Cognizant Technologies Solutions as Programmer Analyst
Jan 2014 to Jul 2016
Worked as a Windows server administrator and application/ production support resource.
* Work involved handling of incidents, requests, problems, maintenance and enhancements for more than 50 applications
using the tool service-now.
* Single handedly performed migration of two applications from windows 2003 to 2008 servers.
* Studying the impact on different applications having dependencies on the subject application.
* Requirement/information gathering from application vendor regarding compatibility of the application to the new OS.
* Activities performed was configuring windows server manager Roles and features as required by the application.
* Configuring the IIS to bring the application online.
* Interacting with application vendor to set the settings as needed for the application to run smoothly on the new server.
* Connecting the application to its Database instances, using webconfig file.
* Created several Sites and configured them.
* Devised how the users will access the system, through Windows authentication or application specified authentication.
* Working on Installation, configuration and troubleshooting on issues related to different applications on Windows servers
2003, 2008 & 2012.
* Working on different priority ticket following the SLA defines.
* Resolving disk space issues on production servers.
* Driving calls with client to review weekly issues.
* Performing Changes and resolving Incidents with SLA time.
* Performing special activities on Regional Holidays in order to run applications in normally.
* Troubleshooting logs to find out errors and Escalate and engage Tier 3 support teams on critical issues if required.
* Regular interaction with users and Business.
UG: B.Tech/B.E. (Computers) from Anjuman College of Engineering and Technology, Sadar, Nagpur in 2013
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b44…
https://freesearch.naukri.com/preview/printResume?uname=51e4e7df697c9ca4c02633b04ee50c0651585a57481b5d185142470a0c080749400b440a16120d545a… 3/3
PG: Bachelor of Engineering (Computer Science) in 0
Other Qualifications/Certifications/Programs:
Azure Fundamentals AZ-900
IBM Hadoop Administration
AWS Solutions Architect Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HADOOP
Active Directory
Cloudera
Endpoint Security
Firewall
AWS
Linux
Unix
CLOUD
WINDOWS SERVER
LDAP
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Urdu Proficient
Arabic Proficient
Rank 385: Resume 612 with similarity score 0.02449098652766071
Resume Text: B.E , MS work from home customer , healthcare , f# , mar , mysql , mining , authentication , firebase , instagram , terminal , english , project , application , messaging , records , doctors , bluetooth , prediction , resume , github , java , features , computer science , chat , storage , android development , e-commerce , singing , crop , completion , assessment , nurses , search , technology , learning , database , online Assessment
Q1. Why should you be hired for this role?
I have been learning Android Development for some time and I have developed fascination in this technology. Now I am looking for a place
where I can continue my learning progress by working on some challenging projects. Some of my projects like E-commerce, Instagram clone,
Bluetooth messaging and other work are uploaded at my Github portfolio https://github.com/connecttejas
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available to start immediately.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Tejas Deshmukh
Pune
Applied 26 Dec'20
Android Java MySQL
Bachelor of Engineering B.E, Computer Science
AISSMS College Of Engineering
2016 - 2019
CGPA 6.25/10
Senior Secondary XII, Science
JJ COLLEGE
MAHARASHTRA STATE BOARD board)
Year of completion: 2015
Percentage: 65.38%
Secondary X
Noel English High School
MAHARASHTRA STATE BOARD board)
Year of completion: 2013
Percentage: 80.55%
1. Worked as Co-head of ‘Code Blooded at Engineering Today 201819 50 participants at AISSMS College of Engineering.
2. Successfully Organised and managed a team of 20 for ‘F# Singing at Ashwamedh 201718 at AISSMS College of
Engineering.
Java
udemy, Online
Jun 2019 - Aug 2019
Certified in online Java Programming Masterclass Course From Udemy.
Android Application Development
SourceKode, Pune
Nov 2018 - Mar 2019
Completed short term certification in Android App Development Program affiliated by Nasscom.
E-commere Android Application
Jul 2020 - Jul 2020
https://github.com/connecttejas/eCommerce-Application_Firebase
ECommerce app where user can select any of these profile types Admin, Seller, Customer. Firebase is used for
authentication, real-time database and image storage.Other frameworks like Glide, Crop image library are used for better
user interactions.
Instagram Clone
Jul 2020 - Jul 2020
https://github.com/connecttejas/Instagram-Clone-Firebase
https://github.com/connecttejas/eCommerce-Application_Firebase
https://github.com/connecttejas/Instagram-Clone-Firebase
CONTACT Phone: 91 8657764640
Instagram features like search/follow users, profile visits and post are implemented using Firebase
Chat Application
Jun 2020 - Jun 2020
https://github.com/connecttejas/Chat-Application-Firebase
Real-time Messaging Application with users state,message s state and profile updation. For authentication and storage
purposes Firebase is used
Automated Healthcare System(BE Project)
Aug 2018 - Apr 2019
Analyzed health records of 500 patients for effective diagnosis & prediction of terminal diseases using different data
mining techniques.
Hospital Management(TE Project )
Dec 2017 - Apr 2018
Managed and stored the details of patients, doctors, nurses and other staff members using mysql as database and Java
programming language.
https://github.com/connecttejas/Chat-Application-Firebase
Rank 386: Resume 198 with similarity score 0.0244772595028224
Resume Text: MS , B.TECH , BS university professor , work from home , business analytics intern foundations , robotics , health monitoring , algorithms , internships , radiant , image processing , x-ray , classification , deep learning , space , games , data analytics , fruit , ieee , keras , ios , visualization , models , sql , business analytics , project , application , coursera , air pollution , computer vision , vital signs , resume , paper , vector , android , google voice , java , swift , mental health , features , machine learning , computer science , opencv , building , prime , research , blood pressure , completion , assessment , medicine , python , mobile , face recognition , sensors , web , apps , campus , digital marketing , measures , html , hr solutions , online Assessment
Q1. Why should you be hired for this role?
I am passionate and I love the field of AI and the wonders it is going to make in the future and I want to be a part of it which excites me more. I
have done online courses and projects in ML and DL and have good problem-solving skills and can implement various ML algorithms well in
tensorflow and pytorch.I have also completed Deep learning specialization in coursera where i learnt about DL algorithms from foundation to
advanced.I am also doing undergrad research work under the supervision of my university professor on applying deep learning in medical
diagnosis, has even submitted a research paper based on Deep learning at IEEE conference and also a member of AI research center at my
University where we a do a lot of AI related projects. I am looking forward to this internship to improve my knowledge further and learn new
things.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
GOWTHAM B
Chennai, Amaravati
Applied 08 Feb'21
Computer Vision Python C Programming
Deep Learning HTML Java
Machine Learning OpenCV Swift
iOS R Programming SQL
B.Tech Hons.), Computer science
VIT University, Amaravati
2018 - 2022
CGPA 8.73/10
Senior Secondary XII, Science
Rmk Senior Secondary School, Chennai
CBSE board)
Year of completion: 2018
Percentage: 83.00%
Secondary X
Rmk Senior Secondary School, Chennai
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Deep Learning Intern
AIR Research Center VIT AP University, Virtual
Jul 2020 - Sep 2020
Data And Business Analytics Intern
The Sparks Foundation, Virtual
Mar 2020 - Jun 2020
Digital Marketing
Radiant HR Solutions, Virtual
Nov 2019 - Apr 2020
Image Processing
Prime Robotics, Chennai
May 2019 - Jun 2019
Building Chatbot Using RASA
PROJECTS
Coursera, Online
Aug 2020 - Aug 2020
AI For Medicine Specialization
Coursera, Online
May 2020 - Aug 2020
DeepLearning.AI TensorFlow Developer Professional Certificate
Coursera - Deeplearning.ai, Online
May 2020 - Jun 2020
Applied Machine Learning Using Python
University Of Michigan(Coursera), Online
Apr 2020 - May 2020
Deep Learning Specialization
Coursera, Online
Feb 2020 - Jul 2020
Foundations Of Data Analytics
VITAP University(Elective Course For Credits), Amaravati
Aug 2019 - Aug 2019
Ios Mobile App Development
Besant Technologies, Chennai, Chennai
Jun 2018 - Jul 2018
I Learned from creating simple apps like contacts to various interesting games. I learned about different UI styles and how to
implement them.
Recipe Generation using GPT2
Aug 2020 - Aug 2020
Chest X Ray Diagnosis APP
Jul 2020 - Aug 2020
Machine Learning Based Web Application using streamlit
May 2020 - Jun 2020
This web application lets users to input their own data, select machine learning model and its hyper parameters to work on
the data and then outputs the models accuracy, precision-recall and other charts.
Detecting various diseases with chest X-ray using Keras
May 2020 - Jun 2020
Face Recognition using Support Vector Machine
Apr 2020 - Apr 2020
Fruit Class Classification
Mar 2020 - Mar 2020
Health Monitoring System using IOT
Aug 2019 - Dec 2019
This project aims is to build a low cost IOT device which can predict patient vital signs such as blood pressure, body
temperature,ECG using sensors and an android application which lets users to see their vital signs and gives timely
precautions.
Analysis and Visualization of Employees Mental Health in various sectors
Oct 2019 - Nov 2019
IOT Based Air Pollution Monitoring System
Aug 2018 - Nov 2018
The Project measures the Air Pollution Levels in various locations and sends message to the users if the air is unsafe to
breathe.
Making my own Google Voice Hat for College Campus
Dec 2018 - Present
The main aim of this project was to create custom commands and making the chatbot a guide to the college campus which
can answer any queries about the university and its functions.It also contains normal chatbot features like playing music,
news etc
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7092937168
I was in the top 5 Youth Icon of the Year contest by Space Kidz India, I used to participate in various MUN's.I love coding and
reading books. My favorite ones are the Master Algorithm by Pedro Domingos and The Alchemist by Paulo Coelho
Rank 387: Resume 1539 with similarity score 0.024418597935278275
Resume Text: B.E , MS , B.TECH scrum master , associate , quality assurance , student , full time , system engineer , test manager ecommerce , automation , magento , manual testing , computer technology , software quality assurance , streamlining , general , x-ray , scrum , client-focused , project teams , designation , smartsheet , confluence , e2e , functional testing , regression testing , affirmative action , interpersonal skills , testlink , hindi , maintenance , mock , ltd , test cases , player , authorization , english , troubleshooting , sharepoint , status , productivity , software testing , agile , email , sql , integration testing , application , black box testing , llp , windows 10 , checkout , scenario , cucumber , canon , testing practices , hp , components , features , debugging , latam , problem solving , languages , system testing , framework , export , documentation , rcm , sit , mobile , jira , qtp , javascript , web , apps , gic , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b130812…
https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b1308120715495a0e0c… 1/3
Current Designation: Associate Test Manager -Software Testing
Current Company: ISOBAR COMMERCE INDIA PVT. LTD.,
Current Location: Pune
Pref. Location: Germany,Pune,Australia
Functional Area: IT Software - QA & Testing
Role: QA/QC Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ISOBAR COMMERCE INDIA PVT. LTD., as Associate Test Manager -Software Testing
Jun 2013 to Till Date
Projects:
Project#1: Canon Canada, USA and LatAm
Domain: eCommerce
Technology: Magento Commerce, AEM
Team Size: 12
Role: Associate Test Manager
Project Tools: Jira, Confluence, Smartsheet
Project Methodology: Agile (Using Scrum)
Responsibilities:
Understanding the requirements
Co-ordinate with Test Leads on multiple tracks
Create Test Plan
Co-ordinate Functional, E2E and SIT testing phases
Create UAT proposal
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
KETAN PRADEEP KALE
ISTQB Associate Test Manager seeking roles in Software Testing,Software Quality
Assurance,Manual Testing,Automation Testing,Functional Testing,Integration
Testing,System Testing,Regression Testing,Black Box Testing,SQL,HP QTP,Testlink,X-
Ray,Jira
Key Skills: Associate Test Manager,QA/QC Manager,Software Testing,Software Quality Assurance,Manual
Testing,Automation Testing,Functional Testing,Integration Testing,System Testing,Regression Testing,Black Box
Testing,SQL,HP QTP,Testlink,X-Ray,Jira
Summary
Highly accomplished professional offering 12+ years of IT experience in the field of Manual Testing and Quality
Assurance with client-focused delivery while participating in planning, analyzing, and implementing solutions in
support of business objectives.
Active contribution in the design, development, testing, troubleshooting & debugging of the process, postimplementation,
application maintenance and enhancement support to the client for the product /
software application
Improve quality; reduce defects by supporting best quality practices and implement effective process
improvement methods
Build and mentor highly motivated project teams focused on achieving project and organizational goals
Cohesive Team Player with Fast Learning Curve along with strong analytical, problem solving, innovation,
planning, organizational, communication & interpersonal skills
Experience of playing a role of Scrum Master
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b130812…
https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b1308120715495a0e0c… 2/3
UAT support
Production Plan and support
Project#2: www.altardstate.com / www.abeautifulsoul.com
Domain: Manual testing, ecommerce
Team Size: 4
Role: QA Lead
Responsibilities:
Understanding the requirements
Test case creation, review and execution
Report, track and close the bugs (bug lifecycle)
Demonstrate the completed features to the PO and stakeholders.
Planning and execution of E2E testing
Proposal of UAT for Client
UAT support
Project#3: www.adidas.com / www.reebok.com
Domain: Manual testing, ecommerce
Team Size: 6
Role: QA Lead
Responsibilities:
Part of highly motivated and self-organized Checkout team for Adidas
Understanding the requirements
Create effective test cases using Cucumber framework
Execute test cases
Report, track and close the bugs (bug lifecycle)
Demonstrating the features tested to PO and stakeholders.
MOZZARELLA APPS LLP
Jan 2013 to Jun 2013
Mozzarella Apps, LLP is a tech start-up based in Pune founded in 2012, which is focused on mobile and web
application development.
Project: www.scholarfeed.in
Scholarfeed is a student relationship platform that connects students with their future employers and mentors
while they are pursuing education. It helps to establish communication between students and the employers at an
early stage that plays a crucial role in taking informed decision on both sides.
Responsibilities:
Discussion with customers to find out the exact business problem
Understanding the current business scenario
Documentation of the business requirement
UI Mock-up designing
Testing of the application
EMERSON EXPORT ENGINEERING CENTER as System Engineer
Jan 2012 to Dec 2012
General Responsibilities:
Introduction of testing practices to MS SharePoint Team
Development and implementation of testing strategies for team
Implementation of Agile methodology across team
Streamlining different practices followed by team
Designing of different reports using existing data to calculate the productivity of team members
Projects Handled:
Project#1: Global Information Center (GIC)
Project#2: Reusable Components Management (RCM)
Project#3: Requirement gathering of Global Spare part Tracking System (GSTS)
Project#4: Joint Distribution Initiative (JDI)
UG: B.Tech/B.E. (Computers) from Pune University in 2008
Other Qualifications/Certifications/Programs:
Diploma in Computer Technology
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b130812…
https://freesearch.naukri.com/preview/printResume?uname=388ae96dc4018e61daddb63ae4b9abbf5b540a524e165b105211175c0b5c591b1308120715495a0e0c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Windows 2003, Windows 2008, Windows 10
SQL
HP QTP
Testlink, X-Ray
JIRA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 388: Resume 1311 with similarity score 0.024415541065957114
Resume Text: B.E , MS , B.TECH , BS aws developer , software developer , full time , team member , data management master data management , general , telugu , designation , office , affirmative action , hindi , cloud , databases , linux , maintenance , ami , windows , authorization , advanced , english , customer data , status , spring boot , sql , email , project , store , application , aws , business operations , amazon rds , servers , s3 , ec2 , languages , cisco , it , javascript , engineers , technology , amazon web services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19…
https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19031941090c0d0… 1/2
Current Designation: Software Developer
Current Company: Amazon
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Amazon as Software Developer
Nov 2019 to Till Date
Value Labs as AWS
Feb 2018 to Nov 2019
* The project is based on Cloud operations.
* It is based on Creation of POC's and Managing CDN.
Worked as a Team member within Team of cloud engineers and my responsibilities are:
* Setup and Managing windows servers on Amazon using EC2,EBS, ELB and IAM.
* Create and Managing buckets on S3 and store DB.
* Setup databases on Amazon RDS or EC2 instances as per requirement.
* Managing AMI/Snapshots/Volumes.
TechMahindra as Developer
Feb 2017 to Feb 2018
* Created applications using elastic beanstalk in AWS.
* Analyzing the Cisco Customer data base and assist in the process improvement of the Data managing system.
* The project works as the business operations front of the Master data management of the Cisco Customer data
(Customer Registry)
Last Active: 10-Nov-20 Last Modified: 9-Aug-20
B.TARUNI
AWS developer experienced in spring boot ,IAM,EC2 instances etc
Key Skills: c,java,aws
Summary
* 3 + years of IT Experience, Worked as a AWS developer.
* Bachelors in EEE with exposure in Amazon Web services and Monitoring tools.
* Experience as a AWS developer recommending cloud solutions along with EBS,S3 and AMI
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19…
https://freesearch.naukri.com/preview/printResume?uname=3215285acdf38c9f0ebec91b8702f36e5d0f5b55434201470a11455d58005919130a19031941090c0d0… 2/2
UG: B.Tech/B.E. (Electrical) from Mahatma gandhi institute of technology in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
PROGRAMMING IN C
CoreJava
ADVANCED JAVA
AWS EC2,AML,EBS 0 1 Year(s) 1 Month(s)
SQL 1 Year(s) 0 Month(s)
Database
MS OFFICE
windows xp,7,8,8.1,10
LINUX,JAVAEE
Languages Known
Language Proficiency Read Write Speak
telugu Proficient
english Proficient
hindi Proficient
Rank 389: Resume 1497 with similarity score 0.024378194743183885
Resume Text: B.E , MS , B.TECH , M.TECH locator , technology architect , product manager , associate , zookeeper , full time , technical lead , balancer cards , apache cxf , customer , fault tolerance , docker , angular , databases , linux , status , application architecture , xml , testing , writing , gitlab , facade , infrastructure , html5 , spring security , cdh , sql server , weblogic , data science , functional specifications , performance metrics , spark , kubernetes , windows 2000 , designation , deliverables , rhel , apache camel , hindi , json , english , agile , gearing , 12c , project , mongodb , provisioning , processing , rest , mvc , putty , documentation , flask , iterative , javascript , technology , rolling , hadoop , bfsi , eureka , general , scrum , affirmative action , oracle , mysql , principles , xp , service delivery , kafka , dmz , iaas , bootstrap , activemq , paas , proxy , email , tomcat , aws , saas , design patterns , junit , maven , languages , multithreading , hibernate , big data , cassandra , scheduling , jira , root cause analysis , api , migrating , rfp , jenkins , css , toad , adapter , authorization , enterprise , spring boot , soapui , cucumber , electronics , debugging , framework , nginx , translation , process implementation , cloudera , singleton , tuning , scp , distributed applications , python , load , firewalls 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d1…
https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d195542120c0b5b… 1/3
Current Designation: DVP-Technology Architect
Current Company: GE-SBI Cards
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - System Programming
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
GE-SBI Cards as DVP-Technology Architect
May 2018 to Till Date
Contributing in POC, RFP and SOW, exploring new evolving technologies
and creating quick POC to figure out their feasibility in projects
Good Knowledge of:
o Kubernetes, AWS, Docker, CI/CD, CDH Hadoop, Data Science,
ELK Stack
Successfully developing & migrating phase wise canary and rolling deployment in production considering 12 factor
application principles
Excellence in mapping client's requirements, designing customized solutions; strong customer centric approach and
motivated to deliver quality results
Server-Side Development using design patterns such as MVC, Singleton, Facade, Service Locator, Factory, Adapter,
Template Method, Proxy, CQRS, GOF Design Patterns, Decorator and for Multi-Tier medium to large scale distributed
Last Active: 9-Feb-21 Last Modified: 3-Feb-21
Deepak Goyal
DVP-Technology Architect seeking role in Application Architecture,Service
Delivery,Requirement Gathering,Impact Analysis,Root Cause Analysis,Quality
Management,Process Implementation,Stakeholder
Management,Java,J2Ee,springboot, API, angular, AWS
Key Skills: DVP-Technology Architect,Product Manager,Application Architecture,Service Delivery,Requirement
Gathering,Impact Analysis,Root Cause Analysis,Quality Management,Process Implementation,Stakeholder
Management,Java,J2Ee,Jenkins,SQL Server,JIRA
Summary
Accomplished Professional with nearly 14 years in Architecture,
Delivery, Definition, Planning, Implementation of Enterprise
Applications in JAVA, J2EE Stack for BFSI Vertical
Expertise in end-to-end development of products from requirement
analysis to system study, designing, testing, debugging, documentation
and implementation
Expertise in Java 1.8, Spring Boot, Microservice, Hibernate, Kafka,
gRPC to build highly available, resilient and fault tolerance systems.
Gearing up for Data Science, Hadoop, Cloud Architecture and
functioning on On-Prem/Cloud/Hybrid Model
Broad technical knowledge of application architecture and application
integrations
Keen analyst with excellence in understanding requirements of clients &
other multiple stakeholders (at strategic and tactical levels), followed by
translation into functional specifications as well as provisioning of
suitable solutions using sophisticated software tools and frameworks
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d1…
https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d195542120c0b5b… 2/3
enterprise applications
Established the quality standards for operational areas, implemented quality systems to facilitate high-quality customer
experience, while adhering to the SLAs
Technical project management including Scheduling & Negotiating with stakeholders for iterative development and
architecture, balancing work distribution to meet project deliverables & delivery as per quality & time norms
Infrastructure Layer: Load Balancer (F5), Firewalls, Internal External DMZ and DNS
Hands-on experience in Databases Oracle, Sybase, SQL Server, writing SQL Queries, Procedures, Functions,
Triggers
o Angular 8, Bootstrap, HTML, CSS, JavaScript
o Exploring Spark framework and real time processing with Big Data
o Performance Metrics Monitoring & Tuning, Caching,
Multithreading of Distributed Applications
BlackRock Inc. as Associate
Jun 2015 to May 2018
HCL Technologies as Senior Technical Lead
Aug 2011 to May 2015
UG: B.Tech/B.E. (Electronics/Telecommunication) from ajay kumar garg engineering college, ghaziabad in 2005
PG: M.Tech (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2005
Education
IT Skills
Skill Name Version Last Used Experience
Java 8, JSP, Servlet, JMS, JDBC, JNDI
Spring 5, Apache libraries
Oracle AQ, Spring Security
Kafka, ActiveMQ, Apache Camel
SOAP, REST, Apache CXF, Spring Rest API
SoapUI, gRPC, Netflix Eureka, Ribbon
Zuul, Hytrix
Angular8, XML, JAXB, HTML5
JSON, CSS, Bootstrap, NGRX, RXJS
Python, Shell Scripts, NodeJS
Zookeeper, Cloudera Hadoop 6.2, HDFS
Big Data
Maven, IVY, ANT, Junit, Testing,Cucumber
Docker, Kubernetes
AWS Cloud
Oracle, Sybase, SQL Server, MySQL
MongoDB, Cassandra
Waterfall, Agile Methodology
Scrum, TDD, SaaS, PaaS, IaaS
TOAD, Putty, JIRA, Control-M
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d1…
https://freesearch.naukri.com/preview/printResume?uname=31653d3e7518a6789ebc39bac6a126775e5a000242120c13501717515e08581e165d195542120c0b5b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Win SCP, Bit Bucket, Source Tree, Gitlab
Jboss, Apache, nginx
Tomcat, Weblogic 12c , Flask
NT, Windows 2000/XP, Linux, RHEL
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 390: Resume 1024 with similarity score 0.02436706731241855
Resume Text: B.E , MS , B.TECH , BS project manager , associate vice president , software engineer , long term , solution architect , full time , informatica , vp , business objects cards , faq , continuous process , swift messaging , award , robotics , financial services , customer , transformational , platforms , status , store , product management , inform , doctors , mumbai , pl/sql , testing , multiple sites , building , asp.net , payments , infrastructure , iso , sql server , behavioral targeting , development projects , coordinated , kras , workflow , sellers , organization , ebay , datacap , paypal , capture , registration , commission , coding standards , filenet , designation , deliverables , pre-sales , user interaction , productivity improvement , visual basic , pressure , global teams , groups , windows media server , health insurance , ibm , insurance policies , six sigma , strategy , documentation , resource management , process automation , data flow , his , vmware , reporting tool , javascript , rolling , feeds , optimization , general , direct marketing , partnerships , healthcare , team management , developers , hoovers , affirmative action , oracle , shape , collaboration , data analytics , center of excellence , membership , maintenance , business logic , advanced , checks , architecture , regulations , email , business units , transmission , investments , global delivery , technology solutions , him , microsoft access , export , business process , scheduling , imaging solutions , engineers , web , search , directory services , dhtml , database , online advertising , intranet , functionality , new age , people management , ug , coe , authentication , netscape navigator , revenue , swift alliance , import , particular , authorization , internet , diagnose , enterprise , c# , microsoft reporting service , matrix , application , agile project management , focus , cost effective , wealth , mainframe , led , hospitals , repository , offshore , agents , iis , campaigns , cloud computing , service standards , load , cmm 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 1/5
Current Designation: Associate Vice President- IT (Manager IT)
Current Company: Franklin Templeton Investments
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Automobile]
Verified : Phone Number | Email - id
Franklin Templeton Investments as Associate Vice President- IT (Manager IT)
Aug 2007 to Till Date
Key Result Areas:
? Leading the Robotics Process Automation CoE and Imaging solutions across the globe
? Experience in multiple phases of project from feasibility study till post implementation support
? Effective management of global teams from Hyderabad location
? Defining Strategy & Roadmap for multiple applications
? Knowledge in Cloud Computing
? Suggesting operating model based on business requirement
? Expertise skills in cost effective business management & effective resource utilization/ optimization
? Well aligned with agile project management methodology
? Defining service standards, governance structure, best practices that serve as benchmark for excellent service
delivery
? Facilitating end-to-end delivery of the program, meeting internal and external objectives including Value-adds,
continuous process and productivity improvement and Expectation management of team
? Hands on experience in budget planning & management for applications
? Handling mid-sized team with various management responsibilities that include people management, reviewing,
assessing and managing quality of work, leading projects, developing a technology strategy and managing business
relationships
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
CHITTI BABU
Associate Vice President seeking roles in Product Management, Application
Management, IT Delivery Management, Business Process Transformation, IT
Technology strategy design. Agile Methodology.
Key Skills: Associate Vice President, Product & Application Management, IT Delivery Management, Technology strategy
design & Roadmap, Business Process Transformation, Agile Methodology, Robotics Process Automation & Imaging
solution CoE, Workflow & SWIFT Messagi
Summary
An accomplished professional, with 20+ years of diversified experience in Product & Delivery Management, Solutions
Architecture, Pre-sales, Customer Management with key focus on delivering results in terms of revenue generation and
profitability. People Leader, with skills in leading Engineering Teams and proving support in building the Product/Application
Strategy (Roadmap etc.), driving transformation initiatives and working towards enhancing the value of the BUs. Showcased
excellence in formulating enterprise roadmaps, new technology direction decisions, formulating KPIs, KRAs, rolling out new
processes and liaising with BUs for mapping requirements. Wealth of expertise entails leading Robotic Process Automation CoE
and Imaging Solutions across the globe with strong experience of managing the workflow and SWIFT messaging systems.
Directed the implementation of ISO and CMM Level 5 documentation & review standards. Six Sigma methodologies
implemented in execution of projects
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 2/5
? Ensuring effective transition of technology work from the US to the India platforms in collaboration with the US teams
? Working with 3rd party vendor providers to deliver technology solutions that meet business needs
? Managing strong technical engineers and driving design discussions
? Motivating staff to prioritize work, meeting deadlines, achieving goals, and working under pressure in a dynamic and
complex environment
? Created and presented business cases to management, involving both Strategic and Operational initiatives
? Working under global delivery environment, across multiple sites in closely working with various stakeholders.
? Managing vendor evaluation & selection process
? Well-versed with matrix organization structure
? Experience in managing global teams and executing multiple projects in parallel
Highlight:
? Awarded as Team Champion for implementing multiple projects at single time
Projects
Project Title: SWIFT Messaging
Organization: Franklin Templeton Investments, Hyderabad
Period: Since May'20
Environment: Global Trade Exchange, SWIFT Alliance & Oracle
Description:
SWIFT messaging application is used for receviceing the finalcial messages from downstream systems, formate and send
it to external oragization using SWIFT network
Key Result Areas:
? Leading Development & Support Team
Project Title: Robotics Process Automation
Organization: Franklin Templeton Investments, Hyderabad
Period: Feb'09 - April'20
Environment: Automation Anywhere & Oracle
Description:
Robotics Process Automation was implemented using Automation Anywhere tool, which helped to automate repeted
tasks. This process has been implemented for mutiple business units which saved lot of man hour of manual work.
Key Result Areas:
? Led Center of Excellence team
Project Title: Global Image
Organization: Franklin Templeton Investments, Hyderabad
Period: Aug'07 - April'20
Environment: IBM Datacap, IBM FileNet Content Enfgine, .Net, Java & Oracle
Description:
Global Image International (GI) is an imaging solution with converts the physical document to eletronic image, extract the
data from document using OCR, launch the workitem to workflow system & strore the document perminently. This system
is used by ten business units across the globe.
Key Result Areas:
? Worked with Application & Project Management (like User interaction, Projects Delivery, & Resource Management)
? Led Support & Development global teams
Project Title: Global Workflow
Organization: Franklin Templeton Investments, Hyderabad
Period: Mar'15 - June'18
Environment: Pega Java & Oracle
Description:
Global Workflow is an Workflow solution which is used by three business units across the globe
Wipro as Project Manager
Nov 2004 to Aug 2007
Highlights:
? Won Award for excellent performance from Wipro
? Awarded as Dear Boss for team management in eBay account
Projects
Project Title: IPPR (eBay)-USA
Organization: Wipro, Hyderabad
Period: Oct'06-Jul'07
Environment: ASP.NET & SQL Server
Description:
eBay Inc. has developed an Internet-based community in which buyers and sellers are brought together to buy and sell
almost anything. The eBay online service permits sellers to list items for sale, buyers to bid on items of interest and all
eBay users to browse through listed items in a fully automated, topically arranged service that is available online seven
days a week. Project is development of new applications and enhancements to the existing applications which falls under
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 3/5
PayPal umbrella.
Key Result Areas:
? Led a team of 12 people
Project Title: AMS & TAN (TACODA)-USA
Organization: Wipro, Hyderabad
Period: Aug'05-Sep'06
Environment: ASP.Net, C#, Java, Microsoft Reporting Service, VmWare, SQL Server & Oracle
Description:
TACODA, Inc. is the world's largest and most advanced behavioral targeting advertising network. It has established
partnerships with more than 3,000 Web sites reaching more than 140 million unique visitors. Major media partners include
The New York Times Company, NBC Universal, Hoovers, HGTV, Food Network, Cars.com and Tribune Interactive.
TACODA delivers advertisers high quality, targeted audiences from premium sites, powering successful online advertising
campaigns. There are two products of TACODA which basically capture the web visitors' behavior and analyses his
interests and needs and then target him with relevant ads/information on a real time basis. The two products are: 1)
Audience Management Services (AMS) 2) TACODA Audience Networks (TAN).
Key Result Areas:
? Led a team of 9 people
Project Title: Electronic Patient Folder (Municipal Corporation of Delhi - WHCIT) -India
Organization: Wipro, Hyderabad
Period: Dec'04-Jul'05
Environment: IIS, ASP, Java Script, SQL Server
Description:
This is an internet web site which is used to maintain patient's details online. This Project contains mainly 3 modules 1.Pre
registration 2.Patient Folder 3.Test results. Pre Registration - Patient can do online pre registration using this. After pre
registration the data will be exported from WEB database to Client server application Database. Patient folder - This
module contains all the details about the patients. The user can find all his medical details from this site, like Chief
complaints, system examinations, physical examinations, vitals, Diagnosis, medication, investigations & Habits of the
patients. Test results - This module contains all the details about tests with results. The user can find the tests & results of
the test from this module.
Key Result Areas:
? Led a team of 3 people
? Conducted Requirement Analysis
? Engaged in with design, development and testing
? Prepared Data Base scripts for data import & export
TCS as Solution Architect
May 2000 to Oct 2004
Growth Path
May'00-Jan'01 as Software Engineer, TCS, Mumbai (India)
Feb'01-Jul'01 as Software Engineer, TCS, Cape-Town (South Africa)
Aug'01-Nov'02 as Software Engineer, Mumbai (India)
Dec'02-Oct'04 as Solution Architect, Paris (France)
Highlights:
? Received Certificate of Appreciation from GE Medical System
? Won Team Recognition Award from GE Financial Assurance
Projects
Project Title: GEHC (GE Medical Systems) -Europe
Organization: TCS-Paris
Period: Dec'02-Oct'04
Environment: IIS, ASP, Java Script, Informatica, Business Objects, Windows Media Server, Oracle, Microsoft
Access
Description:
GE Healthcare is dedicated to providing transformational medical technologies to help shape a new age of medical care.
GE Healthcare strives to see life more clearly and it helps to predict, diagnose, inform, and treat, so that every individual
can live life to the fullest.
Key Result Areas:
? Worked closely with clients
? Coordinated with Offshore team
? Suggested Design requirements for intranet development projects
? Provided coding standards document for developers
Project Title: 1099 Feeds & Reports (GEFA)-USA
Organization: TCS-Mumbai
Period: Aug'02-Dec'02
Environment: Informatica, Oracle Script and Oracle
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 4/5
Description:
Internal Revenue Service regulations require that a 1099 be issued to every claimant receiving a Long Term Care
insurance benefit or interest on late benefit payments, and to providers who have received more than $600 in payments
for services provided. The 1099 cycle begins in September with the identification of data requiring clean-up, and runs
through the production run and transmission in the following January. Errors in the script necessitate manual re-work.
Key Result Areas:
? Interacted with client
? Developed the scripts with SQL script
? Created mappings& scheduling the jobs with Informatica
? Dealt with testing and documentation
Project Title: Kellers Conversion (GEFA)-USA
Organization: TCS-Mumbai
Period: May'02-Jul'02
Environment: Java Script, ASP, IIS Administration and SQL Server 7.0
Description:
The Keller system is used by GEFA for facilitating business received by the Travelers and non-Travelers policyholders. It
is a repository of information related to health insurance policies already sold to applicants, on which premium amounts
are made to GEFA through agents periodically against which the agent commissions are calculated and payments issued
to the agents. The present system has all the functionality needed to handle an insurance business of a medium size. The
proposed system intended to replace the Keller system as regards the functions related to calculating the agent
commissions. Further, it generated 485 batch cards to feed CLOAS with the commission details so that CLOAS can take
care of the process of generating checks to agents and the corresponding accounting details.
Key Result Areas:
? Led a team of 4 members
? Managed design and development
Project Title: Provence (GEFA)-USA
Organization: TCS-Mumbai
Period: Feb'02-Apr'02
Environment: JVisual Basic, SQL Server and Oracle
Description:
This is basically a workflow application. Our aim is to automate the data flow from Oracle to Mainframe system in order to
reduce the manpower. It mainly consists of two modules like Upload Daemon, and Daemony Daemon. The Upload
Daemon will load the data from Oracle to SQL Server and the Daemony Daemon will load the data from SQL Server to
Mainframe system with the help of Visual Basic
Key Result Areas:
? Led a team of 3 members
UG: B.Tech/B.E. (Automobile) from Karnataka University in 1998
Education
IT Skills
Skill Name Version Last Used Experience
SWIFT Alliance, Automation Anywhere
IBM Datacap, IBM Conetnt Engine
.Net, Java, VB, Informatica
Business Objects, Oracle
SQL Server, VB Script
Robotics Process Automation
Imaging,Workflow, Website
Client server, Datawarehousing
Agile, Six Sigma, CMM level5
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d155843…
https://freesearch.naukri.com/preview/printResume?uname=dda9426f66b0849e5a84c01154ae1549595f5b551e4701445142460c590e574d1558435045410b5b0c… 5/5
Nature of Employment: Full Time Duration: Aug 2001 - Jan 2002
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time Duration: Feb 2001 - Jul 2001
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2000 - Jan 2001
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Global Trade Exchange, Pega Java
IBM FileNet Content Enfgine
ASP.NET, VmWare, C#
Microsoft Reporting Service
JavaScript, IIS, ASP
Microsoft Access, HTML
Windows Media Server
Oracle Script, Active X
JVisual Basic, PL/SQL
MS-IE 4.0+, Netscape Navigator 4.0+
Projects
Project Title: LTC Customer Care Reporting (GEFA)-USA
Client: TCS-Mumbai
Skill Used: Business Objects ver5i, Informatica, Oracle8i, SQL Server 7.0, PL/SQL.
Role Description: ? Led a team of 4 members
? Engaged in development, Testing of the reports
? Documentation and following the CMM Level 5 processes in the project Deliverables
Project Details: TGEFA-LTC has a need to develop a strategy around rapid deployment of webcentric products to meet
evolving business needs for operational reporting and data analytics. The individual needs of the various practices within
GEFA-LTC make it difficult to strategically forecast and deliver solutions to meet those needs. The solution is to provide an
enterprise reporting tool to provide all reports and data analytics to the business. This tool will be part of a data analytic
infrastructure plan to fulfill the needs of the business in providing accurate data reports. GEFA LTC requires the reports for
the Direct marketing as well as Campaign team from their RODS system which will have the detailed levels of requirements
from Customer Responses, by various regions, states and the reports based for particular period and time.
Project Title: Mediclinic Health Care System -South Africa
Client: TCS-Cape Town
Skill Used: VB Script, Java Script, ASP, IIS Administration, SQL Server.
Project Details: Mediclinic is the leading private chain of Hospitals in South Africa. The Website WWW.MediClinic.co.za
caters primarily to the doctors and specialists.. The Website is implemented using Site server. Site server is used for
Membership Authentication, Directory Services, Website Search, and Content Deployment. The Implementation uses 3 Tier
Architecture with ASP/HTML as Front End or the Presentation Tier. COM Objects are used to implement the business logic in
Middle Tier. The Data Base is MSSQL Server 7.0.Site Server Groups are used exhaustively in implementation of the site and
the database is primarily used to store supplementary data like Hospitals, FAQ etc. The site supports MS-IE 4.0+ and
Netscape Navigator 4.0+. There are few places where DHTML are being used
Project Title: Internal Movement System Phase-II (GEC-TLS)-UK
Client: TCS-Mumbai
Skill Used: VB Script, Java Script, ASP, IIS Administration, SQL Server.
Project Details: This is Second Phase of Internal Movement System. It involves some enhancement as follows:
? Auto generation of Request
? Better scheduling of job by Logistics Holiday maintenance
? Search facility
Rank 391: Resume 721 with similarity score 0.02431656195461617
Resume Text: B.E , MS , B.TECH backend developer , associate software developer , full time functionality , wealth management , computer technology , mean stack , customer , jenkins , visual studio code , api development , css , designation , ug , investment , mar , bloomberg , affirmative action , mysql , oracle , interpersonal skills , hindi , maintenance , ltd , pdf , navigation , jquery , authorization , english , enterprise , bootstrap , status , rabbitmq , architecture , aggregation , email , project , express , application , aws , mongodb , npm , less , mumbai , angularjs , ci , redis , s3 , git , problem solving , kibana , languages , export , offshore , chart , html5 , notes , ec2 , pie , responsive design , javascript , jira , web , crm , elasticsearch , cd , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e400140…
https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e4001400018175e5a0e0… 1/3
Current Designation: Associate Software Developer - Mean
Stack
Current Company: Valuefy Solution Pvt Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Nagpur,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Valuefy Solution Pvt Ltd as Associate Software Developer - Mean Stack
Jun 2019 to Till Date
Backend Developer (Node js)
BridgeLabz Pvt Ltd. as Fellowship Engineer
Feb 2019 to Jun 2019
UG: B.Tech/B.E. (Computers) from SGBAU in 2018
PG: NA (na) in 0
Other Qualifications/Certifications/Programs:
Diploma in Computer Technology Engineering
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Pournima Patle
Associate Software Developer seeking roles in Software Development,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JavaScript,Angular6,Nodejs,Elasticsearch,HTML5,CSS3,Bootstrap,Express,loopback,MongoDB,npm,git
Key Skills: Associate Software Developer,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JavaScript,Angular6,Nodejs,Express,Loopback,Elasticsearch,CSS3,Bootstrap,JavaScript,Jquery,Ajax,MongoDB,
MySQL
Summary
Overall 1.4+ year of experience in the development of Web & Enterprise applications (Wealthfy And CRM) using MEAN stack
Technology. Hands on experience in Angularjs, Nodejs, Mongodb, Express, Mysql Knowledge, Elasticsearch, Loopback,
Strongloop, Visual studio code tool, Kibana for the development of Mean stack project. Hands on experience in Angular 5,
Angular 6, Javascript, Git, NPM. Cohesive team worker, having strong analytical, problem solving and interpersonal skills
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e400140…
https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e4001400018175e5a0e0… 2/3
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Dec 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Jun 2019
Onsite / Offsite: Offsite
Affirmative Action Work Authorization
IT Skills
Skill Name Version Last Used Experience
Javascript, Angular6
Nodejs, Elasticsearch
HTML5, CSS3, Bootstrap
Javascript, Jquery, Ajax
ORACLE, MS-SQL
EXPRESS
Visual studio code, kibana, Jira
Mongodb
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: BARCLAYS/EQUIRUS
Client: Barclays/Equirus
Skill Used: Angular 5,Nodejs, Mongodb, MySql,ElasticSerach,RabbitMQ, Jquery, Visual studio, Kibana, Jira
Project Details: Dealing with clients and solve client query and support them to updation of functionality as per requirements
adding new functionality. Upload instruments and product and manage the data. Transaction of client aggregation, report
generation, export PDF Maintain the data and replicate it into the elastic search.
Project Title: HDFC Offshore
Client: HDFC Bank
Skill Used: Nodejs, Mongodb, Oracle, Mysql, Elasticsearch,RabbitMMQ Loopback,Git
Project Details: Wealthy product manage the wealth and investment of Client Wealthfy
is for the bank there Operation team they can manage their client and investment of client and aggregated investment of day
to day life and generate report of client and etc. Included in product.
Backend API development, Bloomberg integration, PDF development , PPT development in their pie chart and all restful api
as per client requirement to provide solution for wealth management customer and investment of the project.
Project Title: Fundoo Notes Application
Client: BridgeLabz Solutions
Skill Used: Nodejs, Mongodb, Express, Angular 6, Redis, HTMPL, CSS, Loopback
Project Details: Material Responsive Design, Card Based UI, Navigation
Panel, Search & Show notes in list & grid view etc. Each card was designed with an about editor, toolbars & menus.
Understanding on AWS Services i.e. EC2, S3 & also deployed the application using CI/CD with Jenkins
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e400140…
https://freesearch.naukri.com/preview/printResume?uname=d541e762026e042870ecf3536e660c6e5d0b0c551e1a0e455643100b0f0c541e4001400018175e5a0e0… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 392: Resume 877 with similarity score 0.024265251852342812
Resume Text: B.E , MS , B.TECH associate , part time , full time , team lead , it consultant react.js , codes , api , customer , algorithms , css , designation , ug , case , affirmative action , technical architecture , hindi , maintenance , ltd , authorization , english , itc , status , sql , email , project , application , user stories , rest , technical design , machine learning , languages , big data , python , javascript , business requirements , html , capture 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100…
https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100015475a59095… 1/2
Current Designation: Associate IT Consultant
Current Company: ITC INFOTECH INDIA LTD
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Bhubaneshwar,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ITC INFOTECH INDIA LTD as Associate IT Consultant
Jul 2019 to Till Date
1. Clarify and validate requirements from client, priorize areas
of impact to write the code, clearly understand user stories
required for reference through requirements understanding
document, idenfy areas of modificaons, quanfy efforts
required for task compleon, analyze and test codes /design
against the requirements, create low level technical design
document, contribute to overall technical design document IN
ORDER TO ensure that the code/ design is veed and any
variaons expected based on technical constraints are
highlighted upfront.
2.Write codes/algorithms in alignment with the funconal
requirement, apply & adhere to best pracces, carry out impact
analysis, parcipate in peer review of codes during
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
akankshya abhilipsa
Associate IT Consultant seeking roles in Requirement Gathering,IT Project
Management,Technical Architecture,Solution
Design,Java,React.Js,HTML,CSS,Javascript
Key Skills: Associate IT Consultant,Team Lead,Requirement Gathering,IT Project Management,Technical
Architecture,Solution Design,Java,React.Js,HTML,CSS,Javascript
Summary
Associate IT Consultant with
1.4yrs experience strongly focused
in understanding the client's
business requirements and
contribute to the business
development process by meeng
and acquiring new clients and
providing them with efficient and
cost-effecve soluons. Dedicated
and customer-focused.A taccal
and inspiring team builder and a
quick learner with having excellent
abilies to adapt to any work
environment.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100…
https://freesearch.naukri.com/preview/printResume?uname=36be8689c0723f283fdbf393203dc02a505c08584c1a0f145616435c5e5d501c105f100015475a59095… 2/2
development,. perform unit tesng for all code artefacts,
troubleshoot, debug & upgrade exisng codes, create unit test
case (UTC) document, capture post unit test results/findings
along with evidence in UTC, opmize code for performance in
order to develop clean and efficient code based on
specificaon.
UG: B.Tech/B.E. (Computers) from KIIT University, Bhuvaneshwar in 2019
Other Qualifications/Certifications/Programs:
Big Data and Machine Learning
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SQL,Python
REST API ,REACT JS
C++,java
html,css,JavaScript,c
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 393: Resume 1442 with similarity score 0.024189758607775044
Resume Text: B.E , MS , B.TECH support engineer , advanced developer , oracle dba , associate , software developer , full time , oracle database administrator , automation engineer upgradation , performance management , customer , telugu , designation , developers , database monitoring , e2e , user management , profiles , affirmative action , oracle database , tamil , databases , maintenance , authorization , advanced , english , teams , resolutions , status , excel , sql , email , project , application , problem management , steps , testing , drive , resolve , computer science , shell scripting , storage , languages , kannada , process automation , python , capacity management , javascript , engineers 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425…
https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425044425b0b0a5… 1/2
Current Designation: Automation Engineer
Current Company: Cognizant Technologies Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Engg]
Verified : Email - id
Cognizant Technologies Solutions as Automation Engineer
Oct 2018 to Till Date
? Identify scope of automation and develop logic
? Identify the Automation Technique to develop the logic considering system and project inter-dependencies
? Resolve and provide solutions to issues
? Document Solution Requirements
? Deployment of Automation developed
? Management of bots developed
? Re-design bots based on system changes
Cognizant Technologies Solutions as Oracle Database Administrator
Jan 2016 to Sep 2018
? Manage and Support 40+ Oracle 11g Databases - Including RAC and Standalone
? Performance Management - Identify Scope for improving performance for Database Objects and perform
maintenance when required and during issues
? Deployments - Work with Developers to Design and Deploy database objects based on the project requirements
? Database Migration/Upgradation - Coordinate with Application Teams on Database Upgradation Activities and fix data
issues when need arises
? Proactive database monitoring - Identity scope for improving database monitoring through alerts and enable them for
automatic management
? Capacity Management - Managing system resources including Storage (Tablespace and ASM) and Memory
Last Active: 27-Jun-20 Last Modified: 3-Jun-20
SAI SUSHMA R V
RPA Developer looking for RPA Developer role in UiPath. Have completed Advanced
RPA Developer Certification. Have completed 6+ years in IT
Key Skills: RPA, UiPath, Excel VBA, Robotic Process Automation, Shell Scripting, , Oracle SQL, PLSQL
Summary
- Over 6 years of experience in IT Industry
- Completed RPA Developer Advanced Certification on UiPath
- Working as an Oracle Database Administrator for over 4 years. Have developed scripts to automate regular tasks
throughout my career
- Have developed complete E2E workflows with UiPath
- Written and managed scripts to automate routine tasks/reports using Shell and VB (Excel Macros) to eliminate manual
intervention and reduce human errors
- Have knowledge on Python
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425…
https://freesearch.naukri.com/preview/printResume?uname=5877e6be5f62f8bfad19d21a2a9513f4515f0a58494501140045170b0f0050434200425044425b0b0a5… 2/2
? User Management - Maintain Database Users including Roles and Profiles
? Maintain Database Licenses
? Manage Database Replications (Dataguard and Shareplex)
? Backup Management - Schedule and Maintain regular database backups
? Restore or refresh databases during issues or for testing
? Support day-to-day activities and handle user requests
? Resolve and provide permanent solutions to issues
? Identify scope for automation and develop logic to reduce manual effort
? Documenting new processes/modifying existing process document for future reference
Cognizant Technologies Solutions as Operation Support Engineer
Sep 2013 to Dec 2015
? Monitor and provide appropriate responses to alerts. Keep key stakeholders informed on status of alerts, action steps
taken, action steps in progress to resolve and close production issues reported on time
? Rectify issues and restore normal un-interrupted service for customer
? Incident Management - Driving high severity calls and follow up with engineers for resolutions within SLA
? Problem Management - Working on the problems, resulting in reduction of top ten issues in the project
? Prepare Monthly Reports correlating all the issues to keep a trend of issues which can drive to resolution
? Automate regular activities to save time and effort
UG: B.Tech/B.E. (Computer Science and Engg) from Anna University, Trichy in 2013
Other Qualifications/Certifications/Programs:
Oracle Certified Associate
RPA Advanced Developer
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Uipath 2019.4 2020 1 Year(s) 4 Month(s)
Shell Script 2020 5 Year(s) 2 Month(s)
PLSQL 2020 5 Year(s) 2 Month(s)
VBA/Macros 2019 5 Year(s)
ORACLE DBA 2018 4 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Kannada
Telugu
Tamil
Rank 394: Resume 929 with similarity score 0.02417970992969657
Resume Text: B.E , MS , B.TECH system analyst , c developer , full time , software developer react.js , api , spring mvc , core java , computing , algorithms , css , designation , ug , options , toad , protocol , ipc , interoperability , affirmative action , oracle , hindi , linux , socket programming , maintenance , windows , low latency , json , advanced , risk , authorization , english , status , spring boot , servlets , excel , sql , email , application , less , mumbai , angularjs , testing , stock market , mark to market , git , languages , framework , multithreading , hibernate , javascript , stock exchange , technology , derivatives , myeclipse , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f105…
https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f10501748500f015… 1/2
Current Designation: System Analyst
Current Company: National Stock Exchange of India
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
National Stock Exchange of India as System Analyst
Aug 2018 to Till Date
1. Core Java and C developer responsible for developing low latency system which can handle high volumn of data.
2. Also responsible for developing new concurrent processes with integration with lagecy system
3. Providing production as well as integrated testing support
UG: B.Tech/B.E. (Computers) from Saraswati Education Society Yadavrao Tasgaonkar College of Engineering and
Management Chandai, Navi Mumbai in 2017
PG: PG Diploma (Computers) from Centre for Development of Advanced Computing (CDAC) in 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Varun G. Khanvilkar
System Analyst seeking roles in Software Engineering,Software Development,Risk
Management,System Analysis,Requirement Gathering,Hibernate,Coding,Eclipse,Core
Java,Oracle,JSON,SVN,SQL,Git,C,Spring,API,Spring Boot. Serving last week of notice
period.
Key Skills: System Analyst,Software Developer,Hibernate,Eclipse,Core Java,Oracle,JSON,SVN,SQL,Git,C,Java
Api,Spring,Spring Mvc,IPC,Data
Structures,Algorithms,OOP,OOPS,JDBC,MyEclipse,Servlets,Multithreading,Concurrent,React.Js,Angularjs,Collections
Summary
Varun Khanvilkar is a developer with great interest in the field of technology. He has worked on several projects related to
Interoperability, Margin Framework, Uncrystallized mark to market margins, IRO. He is also a proficient programmer and
specializes in coding using JAVA,C,SQL etc languages. Have technical knowledge regarding OOPS, Multi threading, GDB,
TCP/IP, Socket programming, FIX protocol. Knowledge regarding Derivatives, Futures, Options, Stock Market.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f105…
https://freesearch.naukri.com/preview/printResume?uname=f4c05a9cbdff4107c210d2b5252ed1eb0c0809004c1b0e150b19425d5a58031c460f10501748500f015… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Excel, Eclipse, SVN, TOAD,GIT 2 Year(s) 0 Month(s)
C, SQL, Core Java 2 Year(s) 2 Month(s)
Linux, Windows, Oracle, React, Angular
Hibernate, HTML, CSS, JSON 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Rank 395: Resume 1408 with similarity score 0.024133075392101844
Resume Text: MS , BS sap basis , erp consultant , associate , full time , part time , sap consultant assemblies , telugu , hygiene , beginner , sportswear , player , status , multinational , transactional , manual creation , writing , connectivity , basis administration , crm , hydraulics , performance testing , customer acceptance , sap project management , designation , modeling , sap consulting , hindi , earthmoving , windows , english , sap erp , live , farm equipment , range , ibm , construction , inventory analysis , acceptance testing , documentation , completion , consumer goods , one , javascript , personal care , data services , reporting , developers , affirmative action , oracle , xp , bods , email , manufacturing , german , operations , data quality , languages , data marts , sap implementation , scheduling , commerce , data models , database , sap hana , validation , tamil , interpersonal skills , accessories , authorization , personal health , sql , less , shoes , sap lumira , running , transformation , finance , replication , landscape , kannada , tableau , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 1/4
Current Designation: SAP HANA Consultant
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Kolkata
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
IBM as SAP HANA Consultant
Jul 2016 to Till Date
PROJECT PROFILE
SAP HANA Work Experience
Project#3
WEEKLY INVENTORY REPORT ANALYSIS
Project Name : Weekly Inventory Analysis on HANA
Client : Procter & Gamble Company (P&G)
Role : SAP HANA Consultant
Duration : Sep2019 to till date
Company Profile:
The Procter & Gamble Company (P&G) is an American multinational consumer goods corporation headquartered in Ohio,
It specializes in a wide range of personal health/consumer health, and personal care and hygiene products.
Responsibilities:
Responsible for HANA modeling objects based on business requirement.
Created multiple HANA models and table definitions. Experience in creating Attribute views, analytical view/ calculated
views and have experience in applying privileges.
Assisted BODS consultant in development of data flows and workflows using BODS.
Worked on Rapid Development Services to implement ETL Replication & developed ETL transformation.
Have knowledge on implementation of views using SQL script.
Extracted the data from ECC 6.0 and loaded into HANA database using Data Services
as an ETL tool for Data Quality.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Dinakar Samrat N.K.
SAP HANA Consultant seeking roles in SAP Implementation,SAP Upgrade,SAP
Support,SAP Consulting,SAP Project Management,Database Migration,SAP
HANA,SAP ERP,SAP ECC,SAP Lumira,SAP ABAP,SAP Basis,SAP
NetWeaver,Oracle,HANA SQL,SQL Script,Tableau
Key Skills: SAP HANA Consultant,SAP Consultant,SAP Implementation,SAP Upgrade,SAP Support,SAP
Consulting,Database Migration,SAP HANA,SAP ERP,SAP ECC,SAP Lumira,SAP ABAP,SAP Basis,SAP
NetWeaver,Oracle,HANA SQL,SQL Script,Tableau,SAP Basis Administration
Summary
A SAP HANA Consultant having total 4.5 years' experience out of which 2.2 years in SAP HANA and 2.3 years of SAP Basis
experience currently working in IBM.
Having end to end HANA Modeling experience and exposure to HANA SQL in implementation and Support projects for
manufacturing domain.
Proactive team player with excellent interactive and interpersonal skills to communicate with team members, developers, clients
and end users at all levels.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 2/4
Loading data into table definitions, suspending data loads, resuming data loads.
Creating information objects (packages, attribute views, analytic views, calculation views Graphical and SQL script based).
Experience in SAP Models to In-memory optimized models and Performance testing.
Experience in loading data from tables in HANA Database to other data marts. Have knowledge in connecting HANA
systems to reporting tools.
SProject#2
OPERATIONS REPORTS FOR SALES
Project : Sales Operational reports on HANA
Client : Adidas AG
Role : SAP HANA Associate Consultant
Duration : October 2018 to Aug 2019
Company Profile:
Adidas AG is a German multinational corporation, founded and headquartered in Herzogenaurach, Germany, that designs
and manufactures shoes, clothing and accessories. It is the largest sportswear manufacturer in Europe, and the second
largest in the world.
Responsibilities:
Validation of landscape and connectivity between ECC and SAP HANA
Responsible for setup of table replication and importation of data models within SAP HANA
Responsible for completion of testing of reports in HANA, BO (both SAP and Customer Acceptance Testing)
Validation of repots by comparing data between HANA and ECC and checking of SAP HANA Models design in
accordance with Business requirement.
Migration of Mass transactional data with help of third party tools in order to check performance difference between SAP
HANA and ECC
Writing required SQL Script to compare and validate functions in SAP HANA and
Source system
Responsible for presenting the concept with live demo to Global SAP HANA Expertise
Knowledge transfer to key users and documentation on configured Operational reporting on SAP HANA
SAP BASIS Work Experience
Project#1
Tele Billing Migration to SAP
Project : Tele Billing Migration to SAP
Client : Deccan Hydraulics
Role : SAP Associate Consultant (BASIS)
Duration : July 2016 to September2018
Company Profile:
Deccan Hydraulics is one of the leading manufacturers of Automobile, Earthmoving, Farm Equipment and other
Construction vehicle sub-assemblies in India. Established in 1992, we have a fully integrated manufacturing facility with
advance quality and testing capabilities.
Responsibilities:
Responsible for creating, scheduling and monitoring background jobs of SAP
Trouble shooting failed background jobs and re-running and re scheduling the jobs
Analysis of runtime errors and Resolution of dump errors on timely manner
Responsible to creation of clients, users, roles, privileges and users and roles management
Running housekeeping activities in periodic manner and responsible for maintain the
Health of SAP systems
UG: B.Com (Commerce) from Sri Venkateshwara University (SVU), Tirupati in 2014
PG: MBA/PGDM (Finance) from Sri Venkateshwara University (SVU), Tirupati in 2016
Education
IT Skills
Skill Name Version Last Used Experience
SAP R/3, HANA
SAP BASIS Administration 0 Year(s) 0 Month(s)
Windows 2003/2008R2/ XP
Oracle10g /11g
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 3/4
Nature of Employment: Full Time Duration: Sep 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2018 - Aug 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2016 - Sep 2018
Onsite / Offsite: Offsite
HANA SQL
SAP HANA 0 0 Year(s) 0 Month(s)
SAP HANA 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
Tamil Beginner
Kannada Proficient
Projects
Project Title: WEEKLY INVENTORY REPORT ANALYSIS
Client: Procter & Gamble
Project Details: ? Responsible for HANA modeling objects based on business requirement.
? Created multiple HANA models and table definitions. Experience in creating Attribute views, analytical view/ calculated
views and have experience in applying privileges.
? Assisted BODS consultant in development of data flows and workflows using BODS.
? Worked on Rapid Development Services to implement ETL Replication & developed ETL transformation.
? Have knowledge on implementation of views using SQL script.
? Extracted the data from ECC 6.0 and loaded into HANA database using Data Services
as an ETL tool for Data Quality.
? Loading data into table definitions, suspending data loads, resuming data loads.
? Creating information objects (packages, attribute views, analytic views, calculation views Graphical and SQL script
based).
? Experience in SAP Models to In-memory optimized models and Performance testing.
? Experience in loading data from tables in HANA Database to other data marts. Have knowledge in c
Project Title: OPERATIONS REPORTS FOR SALES
Client: Adidas
Project Details: ? Validation of landscape and connectivity between ECC and SAP HANA
? Responsible for setup of table replication and importation of data models within SAP HANA
? Responsible for completion of testing of reports in HANA, BO (both SAP and Customer Acceptance Testing)
? Validation of repots by comparing data between HANA and ECC and checking of SAP HANA Models design in
accordance with Business requirement.
? Migration of Mass transactional data with help of third party tools in order to check performance difference between SAP
HANA and ECC
? Writing required SQL Script to compare and validate functions in SAP HANA and
Source system
? Responsible for presenting the concept with live demo to Global SAP HANA Expertise
? Knowledge transfer to key users and documentation on configured Operational reporting on SAP HANA
Project Title: Tele Billing Migration to SAP
Client: Deccan Hydraulics
Project Details: Responsible for creating, scheduling and monitoring background jobs of SAP
? Trouble shooting failed background jobs and re-running and re scheduling the jobs
? Analysis of runtime errors and Resolution of dump errors on timely manner
? Responsible to creation of clients, users, roles,previlegs and users and roles management
? Running housekeeping activities in periodic manner and responsible for maintain the
health of SAP systems
? Knowledge transfer to business users , documentation and user manual creation
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d40…
https://freesearch.naukri.com/preview/printResume?uname=06b6b85a12d7e6b1e32e1303fb2461c25f0b09591b175c450713435d0e0d054c115d405714470a540e… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 396: Resume 986 with similarity score 0.02389854670293791
Resume Text: B.E , MS , B.TECH , BS station master , full time , software developer react.js , web development , functional specifications , professional publications , computing , general , algorithms , css , ug , gsm , scripting , mar , affirmative action , mysql , hindi , engineering support , maintenance , analog circuits , test cases , jquery , authorization , english , cpp , object-oriented programming (oop) , process control , status , semiconductors , excel , c# , development tools , email , project , powerpoint , waiting , application , mongodb , mumbai , angularjs , collision , operations , rdbms , testing , art , elements , stl , road , srm , c++ , technical design , languages , django , asp.net , preparation , html5 , documentation , sql server , word , communications , python , javascript , digital electronics , wireless , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43…
https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43571949585f0b… 1/2
Current Location: Rae Bareli
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Semiconductors/Electronics
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electronics and
Communications]
Verified : Email - id
UG: B.Tech/B.E. (Electronics and Communications) from SRM University, Chennai in 2020
Other Qualifications/Certifications/Programs:
Online Certificate in Programming in Python
Certificate in Programming in C Language
Certificate in Analog Circuits
Full Stack Web Development Course
Modern C++ Object-Oriented Programming (OOP) and STL Skills Needed for Game, System
100 Days of Code - The Complete Python Pro Bootcamp - 100 Projects in 100 Days
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Siddharth Ji Vidyarthi
Fresher seeking roles in Software Development, Software Development Life Cycle,
Application Development, Requirement Analysis, Technical Design, Application
Support, Project Management, Requirement Gathering, Data Structures, Html5, CSS,
Python.
Key Skills: Fresher,Software Developer,Data
Structures,Html5,CSS,Python.,.Net,C#,SQL,RDB,RDBMS,C#.Net,ASP.Net,Javascript,JQuery,Angularjs,React.Js,CPP,C++,So
Development,Django,MongoDB,Scripting,Front End,Web Development
Summary
B.E. in Electronics & Tele-Communications and a budding professional with extensive conceptual knowledge in Electronics &
Communications related engineering support services. Possess working knowledge of MS Excel, PowerPoint, Word. Complete
awareness about Control System, Process Control, Electronic Machines, Digital Electronics, Microprocessor and other elements
of Electronic Systems. Understanding of Software Development Lifecycle (SDLC), right from requirement analysis,
documentation (functional specifications, technical design), coding and testing (preparation of test cases along with
implementation) to maintenance of proposed applications. Updated knowledge by studying state-of-the-art development tools,
programming techniques, and computing equipment, participating in educational opportunities, reading professional publications
and maintaining personal networks. Skills in planning and coordinating electronics engineering processes on daily basis to
produce high quality results
Education
IT Skills
Skill Name Version Last Used Experience
Modern C++, C
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43…
https://freesearch.naukri.com/preview/printResume?uname=0cd65691a6f1d0db09530e027e55f9665d5d0c071c1158110310100d5b5d044a460e43571949585f0b… 2/2
Nature of Employment: Full Time Duration: Dec 2019 - Mar 2020
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C#, C Sharp 2021 0 Year(s) 2 Month(s)
HTML 5
SQL Server, RDBMS, MYSQL 2020 0 Year(s) 1 Month(s)
Wireless Communication
Data structures and algorithms 0 Year(s) 0 Month(s)
Python 3
CSS 3
JavaScript 2021 0 Year(s) 2 Month(s)
.NET 2021 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: AUTOMATIC RAILWAY SYSTEM
Client: SRM University
Project Details: Automated various operations related to opening and closing of railway gates in order to minimize the
accidents at unmanned railway gates This automatic system identified the person who is unnecessarily pulling the chains
and alerted the station master about the position of train using GSM technique It also identified unwanted obstruction in the
track by anti-collision technique and detected the breakage in track This application reduced the waiting time of road
passengers at the railway crossings by identifying the arrival of the train and there by closing the gate when needed.
Rank 397: Resume 1027 with similarity score 0.02388455473869626
Resume Text: M.Sc , M.S , BS , B.E , MS , B.TECH project lead , student , case manager , full time , team lead , senior consultant , technical lead , graduate assistant functionality , functional specifications , onboarding , general , interfaces , migrating , security , filenet , designation , edm , office , software deployment , vendors , ug , affirmative action , oracle , test cases , icc , software installation , authorization , advanced , internet , troubleshooting , teams , english , enterprise , status , email , project , application , configuration management , transition management , sap , less , workplace , ibm , apac , testing , writing , components , servers , middleware , building , icm , forwarding , ae , languages , bpf , weblogic , events , broadcast , communications , javascript , customer service skills , organization , technology , datacap 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c44…
https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c4452421258545a0… 1/3
Current Designation: Senior Consultant
Current Company: DHL
Current Location: Ongole
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Other
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
DHL as Senior Consultant
Nov 2014 to Till Date
EDM Global Administrator responsible for installing, configuring and deploying EDM applications across the world.
Regular communications /meetings with DBA's, middleware teams, network teams, security teams and business to ensure
smooth transition of the application.
DHL Global Forwarding as Sr Consultant
Nov 2014 to Oct 2019
Project Description: EDM Global Administrator responsible for installing, configuring and deploying EDM
applications across the world. Regular communications /meetings with DBA's, middleware teams, network
teams, security teams and business to ensure smooth transition of the application.
Role: Sr Consultant
* Responsible for setting up EDM environments from end to end in Datacenters globally (Cyberjaya,
Last Active: 3-Jun-20 Last Modified: 3-Jun-20
Nithin Reddy Bathula
Sr Consultant seeking roles in Software Installation,Software
Deployment,Configuration Management,Transition Management,Requirement
Analysis,Requirement Gathering,Application Management,Vendor
Management,Troubleshooting,Client Management,IBM Tools
Key Skills: Sr Consultant,Team Lead/Tech lead,Software Installation,Software Deployment,Configuration
Management,Transition Management,Requirement Analysis,Requirement Gathering,Application Management,Vendor
Management,Troubleshooting,Client Management,CPE,ICN
Summary
Result oriented professional with 7 years of experience in IBM tools.
Skills:
* Deep knowledge of building high-performance, highly available, reliable, distributed software &
services
* Strong skills including proficiency in IBM tools
* Ability to project a professional image, interact with a diverse customer population
* Ability to solve problems quickly
* Ability and eagerness to learn complex technology, and advanced understanding of web-based
systems
* In depth knowledge of Web/internet/server knowledge
* Excellent internal and external customer service skills with the ability to communicate with all levels
of customers and business partners
* Excellent attention to detail and problem-solving skills
* Ability to assimilate information quickly and accurately
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c44…
https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c4452421258545a0… 2/3
Prague, Ashburn)
* Installing and configuring WebLogic and IBM FileNet Tools (CPE, AE, ICN, ICM, Workplace, XT,
Datacap)
* Installing and configuring Custom tools
* Customization of ICN as per company policies
Role: APAC Deployment Lead
* Responsible for Transitioning EDM Global Application to APAC Countries
* Written and Executed Test cases and Performed UAT with the Business Users
* Leading UAT Calls with the business and successfully transitioning the application to production
Role: Migration Lead
* Managed and communicated with different teams for successful migration of EDM applications
from Scottsdale, Arizona to Ashburn, Virginia.
* Setting, Installing and Configuring servers in the new datacenter.
Tata Consultancy Services as Technical Lead
Feb 2014 to Oct 2014
Project Description: FileNet P8 Upgrade project is targeted to replace the existing 4.5.1 environment
with the new 5.2 Environment while upgrading all of the current environment data, content objects and
workflows. The front-end user interfaces will be then patched and repointed to utilize the 5.2 backend
with minimal to zero impact to the client applications. Application functionality changes ,enhancements
are out of scope from this project, all existing functionality will be delivered as is with required changes
related to the 5.2. A total of four environments (Development, Test, Production and DR) has been
delivered and synced to the 4.5.1 production instance during the migration.
* Own the responsibility of the overall sprint or iteration outcome.
* Managed two different vendors throughout the project lifecycle.
* Requirement analysis and writing,submitting Technical specifications, Functional Specifications
and Testing Documents related to the project.
* Assigning and Tracking the Progress of the project.
* Involved in Installing and configuring different Components.
* Written and Executed Test cases and Performed UAT with the Business Users.
* Installed and configured different FileNet P8 components including CPE, IHS, WAS ND, ICC 4.0,
and ICC for SAP, Content Navigator and Case Manager.
* Migrating the applications from 4.5.1 environment to 5.2 environment. Applying Patches on
Workplace, XT, BPF and deploying enterprise level applications.
Louisiana State University as Graduate Assistant
Nov 2011 to May 2013
Maintained and enhanced International student's office website.
* Broadcast university emails and events across 1600 students
* AV Administrator for setting/ Planning orientations at the beginning of every semester
* Troubleshoot day to day issues with the employees of the organization
* Responsible for onboarding of new employees to the organization and setting up their work
stations.
UG: B.Tech/B.E. (Electrical) from RVR and JC College of engineering, GUNTUR in 2011
PG: MS/M.Sc(Science) (Computers) from Louisiana State University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
CPE, ICN, ICM, XT, ICC
Datacap
Oracle
WAS ND
IBM
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c44…
https://freesearch.naukri.com/preview/printResume?uname=59b1487f5be3cbd39740d72999da6f4a0c545b054b410f1905134009555f534f455c4452421258545a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Rank 398: Resume 1404 with similarity score 0.02384979734663021
Resume Text: B.E , MS , B.TECH bi consultant , erp consultant , sap bw consultant , full time , change management sap hana , optimization , general , adso , sap bpc , designation , ug , affirmative action , data loading , oracle , step , analytics , hindi , maintenance , basic , ltd , authorization , checks , english , japanese , status , email , project , infosys , application , nls , cubes , mumbai , sap bi , ibm , transformations , government , change management , resolve , languages , replication , export , data flow , sap implementation , it , javascript , eclipse , cloud computing , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110…
https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110242100e095c0… 1/2
Current Designation: SAP BW HANA Consultant
Current Company: Infosys
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys as SAP BW HANA Consultant
Jan 2018 to Till Date
Role/Responsibilities:
BW object development and maintenance (Info Objects, Info Package, DTP, Transformation, DSO, Info Cube, Multi
provider, Analysis Process Designer) for BW data flow development.
Process chain development and maintenance.
BEx query development.
IBM India PVT LTD as SAP BI/BW Consultant
Feb 2014 to Dec 2017
Role/Responsibilities:
Data source and Export Data Source activation and replication
BW object development and maintenance (Info Objects, Info Package, DTP, Transformation, DSO, Info Cube, Multi
provider, Analysis Process Designer) for BW data flow development.
Process chain development and maintenance.
Data loading manually as well as via Process Chains.
BEx query development.
Transport Request basic knowledge and usage.
SAP BW 7.5 Pre-Upgrade checks including NLS Data Archiving to Sybase DB for cold data.
Part of support team responsible for SAP BW Upgrade from BW 7.0 to BW 7.5 and Database Migration from Oracle
11g to HANA 1.0 SP5 (ORACLE 11g->ORACLE 12C->HANA 1.0 SP5).
Post-Upgrade and Post-Migration issues resolution.
Implementation and maintenance of HANA objects like Info objects, ADSO's, Composite Providers and
Transformations in Eclipse development tool for data flows. Also Working on Standard Cubes and Future Plan for
conversion to HANA optimized cubes.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHRIKANT BAGDIYA
SAP BW/BI Consultant seeking roles in Software Development,Project
Management,Cloud Computing,Application Programming,SAP
Implementation,Database Migration,Requirement Gathering,Process
Improvement,Change Management,SAP BW,SAP BI,SAP HANA
Key Skills: SAP Implementation,SAP BW,SAP BI,SAP HANA,SAP BW Consultant,Sap Bw Hana Consultant,SAP BPC
Consultant,SAP BPC
Summary
Result-oriented Professional with over 6 years of experience in Software Development,Project Management,Cloud
Computing,Application Programming,SAP Implementation,Database Migration,Requirement Gathering,Process
Improvement,Change Management,SAP BW,SAP BI,SAP HANA
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110…
https://freesearch.naukri.com/preview/printResume?uname=bffbe340b17da752af45b0a3249575645c0e5f5248400a140145495a085f03434100110242100e095c0… 2/2
NLS Archiving and maintenance
SAP BPC 10(EPM tool) report creation.
SAP BPC report migration from BPC 7.5(EvDRE) to BPC 10(EPM).
Standard package execution as well as custom package development and execution.
Resolve any EPM tool issues from client users.
UG: B.Tech/B.E. (Computers) from Government College of Engineering in 2013
Other Qualifications/Certifications/Programs:
OpenSAP Planning with SAP Analytics Cloud 2020 edition
OpenSAP A First Step Towards SAP HANA Query
Optimization
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP BI/BW HANA Consultant
SAP BI/BW (7.0/7.3/7.4/7.5)
SAP BPC 10.0
Eclipse Development Tool for BW on HANA
Languages Known
Language Proficiency Read Write Speak
Japanese Proficient
English Expert
Hindi Expert
Marathi Expert
Rank 399: Resume 1149 with similarity score 0.02383182968657362
Resume Text: B.E , MS , B.TECH , M.TECH devops engineer , junior engineer , associate , security engineer , team lead training , ran , security , microsoft azure , gsm , docker , linux , outsourcing , status , multinational , t&m , bridge , testing , nagios , gitlab , fundamentals , django , infrastructure , html5 , solaris , sql server , coordinated , ansible , devops , powershell , kubernetes , designation , mar , hindi , windows , english , project , support central , mongodb , live , on site , ownership , following up , scenario , pipelines , energy studies , hyper-v , c++ , flow , puppet , asi , itil , javascript , campus , measures , vm , vendors , affirmative action , information technology , mysql , operational activities , unix , database administration , email , aws , configuration management , problem management , android , containerization , languages , load balancing , esxi , root cause analysis , switching , jenkins , handover , css , nosql , ug , adobe experience manager , routing , health , php , teams , servlets , c# , application , telecommunications , user administration , petroleum , electronics , shell scripting , python , network administration , cloud computing , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c105…
https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c10574543580b0d5… 1/3
Current Designation: Engineer-Networking
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Kolkata
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Mindtree Limited as Engineer-Networking
Apr 2018 to Till Date
Joined as a Campus Mind in June 2018 in Mindtree Kalinga as part of learning program called Orchid, where I
learned ITIL procedure and had Hands-On professional training on basics of various technologies such as
Networking (Switching and Routing), VPC, Load balancing, Windows Hyper-V, Linux, VM Ware, Azure, AWS,
Python, Sql, MongoDB, Shell Scripting, Linux, etc. Projects worked on during tenure are:
Project: MS VSO ENGINEERING OPS
Client: Microsoft | Jul '18 - Mar '19
? Apr '18 - Present
Mindtree Limited Bengaluru, IN
Mindtree Limited is an Indian multinational information technology and outsourcing company headquartered in Bangalore,
India and New Jersey, USA. It part of the Larsen & Toubro group.
1 Junior Engineer
This was an Azure DevOps Live Site Project, where we monitor and support various services in Azure Devops
24*7.
Initiating a bridge call and engaging the support teams and management at the initial stage.
Driving the bridge call and ensuring the presence of support teams on time to handle the scenario thus
reducing the impact at initial stages.
Taking ownership of all the incidents and making sure the management is notified with proper information.
Following up with the support teams on unresolved Incidents.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shubhankar Thapliyal
Engineer seeking roles in DevOps, Testing, Networking,User Administration,IT Project
Management,Requirement Gathering,Cloud Computing,Configuration
Management,SDLC,Shell Scripting,Azure,Jenkins,Ansible,Python,Docker,AWS
Key Skills: Engineer,Team Lead,Networking,User Administration,It Project Management,Requirement Gathering,Cloud
Computing,Configuration Management,SDLC,Shell
Scripting,Azure,Jenkins,Ansible,Python,Docker,AWS,Devops,Javascript,Django,MongoDB,NoSQL
Summary
Value-driven & result-oriented DevOps Engineer possessing in-depth
knowledge of cloud-based technology for handling continuous configuration
& deployment of infrastructure & services. Proficient in multiple DBMS, OS &
languages to implement DevOps concepts such as containerization, cloud
computing, database administration, load balancing, etc. Adept at liaising
with key stakeholders to automate multiple points of the SDLC. Highly skilled
in coordinating with internal teams to effectively execute projects and
deliver compelling value to clients
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c105…
https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c10574543580b0d5… 2/3
Hands on experience on various Monitoring Tools.
Reduction of incidents using problem management techniques.
Identified and recommended proactive measures to improve client's Existing Infrastructure.
Implemented Problem Management Processes involving complete root-cause analysis. Coordinated and ran
meetings to determine root-cause of issues by analysing incidents and trends
Collaborated with cross functional teams and vendors to create a Quality Root Cause Analysis to minimize
repeat failures.
Monitor whether the incident at any time qualifies/ may qualify as a major incident.
Identify impacted markets / key stakeholders and make sure the communication flow is established and
maintained with them.
Continuously review the business impact and what can be done to minimize it while the incident is being
resolved
Maintaining the shift report for all incidents, and giving effective handover.
Liaise with Major incident managers for efficient incident resolution.
Review ticket updates on a regular basis and escalate as and when required
Project: ASI-CSP-AZURE T&M/ASI DATA BRIDGE T&M/AZURE DATA LAB SUPPORT FMC
Part of team to monitor and support Central Services Platform, platform supporting flow of data to multiple
applications hosted on site core.
Involved in setting up and working on Ops solutions on Azure
Worked on multiple technologies such as MS Sql server, Microsoft Azure and Azure DevOps.
Helped in monitoring the health of the application 24*7.
Identified and recommended proactive measures to improve client's Existing Infrastructure
Currently working on implementing PowerBI based solution for helping in Monitoring Health of Azure Data
Factory Pipelines to easily debug across the platform hosted in Azure.
Currently taking over the responsibilities as a the senior most member of the project for different kind of
operational activities in the team
UG: B.Tech/B.E. (Electronics/Telecommunication) from University of Petroleum & Energy Studies, Dehradun in 2017
PG: M.Tech (Computers) in 0
Other Qualifications/Certifications/Programs:
GSM and Telecommunications
GSM and Communications
Microsoft Certified: Azure Fundamentals
Python For Everybody
Adobe Experience Manager Sites Business Practitioner
Microsoft Certified: Azure Administrator Associate
icrosoft Certified: Azure Security Engineer Associate
Education
IT Skills
Skill Name Version Last Used Experience
MySQL, MS SQL, MongoDB
HTML5, CSS, JavaScript, JSP, Servlets
powerShell Script, Shell Script, Python,
C#, Java, PHP, C, C++
GIT, GITLab
Jenkins, Docker, kubernetes
Chef, Puppet, Ansible, Nagios,
, PowerBI, Azure DevOps
VM Ware ESX/ESXi, Docker
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c105…
https://freesearch.naukri.com/preview/printResume?uname=a5dc73dd8fb1ca1383249250fec85d5e5d0b0f504f1a5c170645175d595d071f415c10574543580b0d5… 3/3
Affirmative Action
Physically Challenged: No
GCP, Adobe
Linux and UNIX, iOS, Android, Solaris,
WINDOWS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 400: Resume 165 with similarity score 0.023800519448589304
Resume Text: MS , B.TECH , BS director , work from home , sap consultant optimization , algorithms , personalized medicine , classification , mar , data analytics , cancer treatment , scratch , linux , public , icc , sql , airbnb , sap , resume , logistic regression , machine learning , donors , completion , assessment , data science , python , case studies , technology , knowledge base , online Assessment
Q1. Why should you be hired for this role?
I have been learning Data Science from past 1 year and have done two self case studies it would be a great opportunity for me to learn and grow
in this field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes Available
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Deenu Khan
Greater Noida
Applied 09 Feb'21
Python Linux Data Analytics
Machine Learning SQL
Bachelor of Technology B.Tech), IT
G. L. Bajaj Institute Of Technology And Management
2014 - 2018
Percentage: 76.39%
Senior Secondary XII, Science
Anshu Public Inter College, Dadri
UTTAR PRADESH board)
Year of completion: 2014
Percentage: 71.20%
Secondary X
Anshu Public Inter College, Dadri
UTTAR PRADESH board)
Year of completion: 2012
Percentage: 80.00%
SAP Consultant
BIRLASOFT, Virtual
Nov 2018 - Present
Machine Learning Enthusiast
Director at Rotract Club of G.L.B.I.T.M
Technical Head of ICC ( Innovative and Creative Cell ) of G.L.B.I.T.M Department)
Machine Learning
Applied Ai Course, Online
Aug 2019 - Present
Python
udemy, Online
Sep 2016 - Nov 2016
Airbnb New Users Booking
Oct 2020 - Jan 2021
https://github.com/deenukhan/airbnb_new_user_bookings_case_study
Description – Its basically the Kaggle Competition, a Multiclass classification problem where we need to predict from 12
countries where a new user will make their booking on Airbnb. I got 87.50 NDCG score as it NDCG was the performance
https://github.com/deenukhan/airbnb_new_user_bookings_case_study
CONTACT Phone: 91 8800128247
Metric.
Personalized Medicine - Redefining Cancer Treatment
Jun 2020 - Oct 2020
https://github.com/deenukhan/Personalized-Medicine-Redefining-Cancer-Treatment
Description – In this Kaggle challenge we need a Machine Learning Solution that would be using this text knowledge base as
a baseline, and automatically classifies genetic variations from 9 given Classes.
Donors Choose Dataset and got 0.69 percent accuracy.
May 2020 - Jun 2020
Applied Different Algorithms on Donors Choose Dataset
Logistic Regression Implementation from Scratch with SGD
Feb 2020 - Feb 2020
Implemented the Logistic Regression Algorithm from Scratch with Stochastic Gradient Optimization Technique
Titanic Predicition
Jan 2017 - Mar 2017
https://github.com/deenukhan/Personalized-Medicine-Redefining-Cancer-Treatment
Rank 401: Resume 1329 with similarity score 0.023769784309804278
Resume Text: B.E , MS , B.TECH cloud architect , data engineer , team leader , data architect , full time , system engineer spring cloud , sap hana , general , jenkins , kubernetes , designation , ug , connect , beam , mar , argo , platforms , affirmative action , oracle , analytics , docker , glue , oauth , hindi , maintenance , yarn , dbt , authorization , english , status , software testing , email , aws , database development , microservices , apache spark , cloud foundry , pipelines , performance tuning , bigtable , software architecture , s3 , stream processing , git , maven , languages , landscape , spring security , hive , cassandra , hbase , distributed applications , python , javascript , engineers , eclipse , cloud computing , technology , data engineering , google cloud , kms , gcs , airflow , cd , gujarati 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165…
https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165647495d5b085… 1/2
Current Designation: Manager, Cloud Architect - Data
Engineering
Current Company: Publicis Sapient
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Publicis Sapient as Manager, Cloud Architect - Data Engineering
Dec 2019 to Till Date
SAP as Team Leader - Data Architect
May 2012 to Dec 2019
TCS as Assistant System Engineer
Mar 2010 to Apr 2012
UG: B.Tech/B.E. (Computers) from West Bengal University of Technology (WBUT) in 2009
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sheel Pancholi
Manager, Cloud Architect-Data Engineering seeking roles in Cloud
Computing,Software Testing,Software Architecture,Performance Tuning,Client
Management,Database Development,Requirement
Gathering,Python,Java,AWS,Docker
Key Skills: Manager, Cloud Architect-Data Engineering,Tech Architect,Cloud Computing,Software Testing,Software
Architecture,Performance Tuning,Client Management,Database Development,Requirement
Gathering,Python,Java,AWS,Docker
Summary
Lead Data Engineer (10.5 yrs) with 4 yrs of relevant experience in leading and designing HA Distributed Applications (Data
landscape comprising of Batch/Stream Processing pipelines following Lambda/Kappa architectures and Microservices),
leveraging Serverless Architectures on AWS and GCP cloud platforms shouldering various roles ranging from Individual
contributor to Architect to Managing team of data engineers.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165…
https://freesearch.naukri.com/preview/printResume?uname=0f3fe303e9a111d3f1947cefe775da63090c5a544c1208420016430e5d0a5518145c165647495d5b085… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
SAP HANA, Oracle, CloudSQL
Google Cloud Spanner
Cassandra/HBase/Google BigTable
S3, GCS
AWS Hive, AWS Glue
GCP Bigquery
Apache Spark, Apache Beam
Kinesis Analytics
AWS KMS/CloudHSM
Site-to-Site VPN
DIRECT CONNECT
DBT
Microservices leveraging Spring Cloud
Spring Security (JWT/OAuth)
Apache Airflow/Cloud Composer
Argo, YARN
Eclipse, Intellij, Git
MAVEN
Jenkins, Spinnaker, Argo CD
DOCKER
Kubernetes
Cloud Foundry
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Gujarati
Rank 402: Resume 143 with similarity score 0.02365807593348675
Resume Text: B.S , MS , BS work from home , full time a2 , css , dance , adobe photoshop , mar , public , player , english , record , airline management , german , resume , java , languages , iis , completion , assessment , it , html Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description , and if you hire me , I promise to deliver quality work throughout the tenure of
the internship . I have good understanding of JAVA , CSS , C and many other computer languages and tools because I had done 3 years course
in CAI ( computer applications ) . I possess excellent communication skills ,I am a team player , and most importantly , I 'm a dedicated worker . All I
want is a chance to prove it to you .
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available full time in jaipur. For 3 months .
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9636189952
Chhavi Bajaj
Jaipur
Applied 30 Jan'21
English Proficiency Spoken) English Proficiency Written) MSOffice
HTML Adobe Photoshop C Programming
Java
Bachelor of Science B.Sc), Dietician
ICG
2018 - 2021
Senior Secondary XII, Science
Vidyasthali Public School
CBSE board)
Year of completion: 2018
Secondary X
Vidyasthali Public School
CBSE board)
Year of completion: 2017
Conducted a team of dance competition and was awarded for the same.
Airline Management Certificate Course
The IIS University, Jaipur
Aug 2018 - May 2019
It was a airline management Certificate course for 1 year where we get to learn about the airline industry.
German Certificate Course
The IIS University, Jaipur
Aug 2018 - Mar 2019
It was a 1 year Certificate course in german Language A1 and A2
I am hardworking , motivated and enthusiastic. A perfect candidate with a good track record in the projects given to me. I
always strive to achieve the highest standard possible, in any task and in any situation.
Rank 403: Resume 473 with similarity score 0.023626453111006487
Resume Text: MS , B.TECH work from home , classifier internships , performance metrics , forest , validation , deep learning , teaching , mar , hindi , english , bootstrap , shipping , sql , serial , application , exploratory data analysis , iit , resume , decision trees , electronics , facebook , writing , intermediate , machine learning , linear models , translation , donors , completion , assessment , events , data science , python , one , forecasting , demos , technology , artificial intelligence , decoding , online Assessment
Q1. Why should you be hired for this role?
I have trained on AI, Python, Machine Learning and Deep Learning . Completed various assignments related to some real time cases. Got the
certificate from one-fourth lab IIT Madras) . Currently working as Intern and completed 3 projects.
- Worked on Serial Number detection from Container
- Worked on Number Plate detection from Vehicle.
- Worked on Sign board translation from English to Hindi.
As I have done these projects independently, I got the confident that I can work on other projects as well. I have the experience in giving demos
to clients.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes, I am available for 3 months, starting immediately, for a work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
SHAIK NAZEEMA
Hyderabad, Khammam
Applied 08 Feb'21
Python Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Electronics and Communication
Bomma Institute of Technology and Science
2011 - 2015
Percentage: 80.00%
Senior Secondary XII
STATE BOARD OF INTERMEDIATE EDUCATION BOARD board
Year of completion: 2011
Percentage: 93.00%
Secondary X
STATE BOARD BOARD BOARD BOARD board
Year of completion: 2009
Percentage: 85.00%
Data Science
Iha Consulting Services, Virtual
Aug 2020 - Present
Currently I am working on below two projects.
1.Identifying the Serial Number of a Shipping Container.
2.Sales Forecasting.
Artificial Intelligence
Applied AI, Online
May 2019 - Present
This course covers machine learning, deep learning, python with hands on practising.
Deep Learning
PadhAI, Online
Feb 2019 - Jun 2020
PadhAI is a nice platform to learn deep learning ,where the faculty of IITM are teaching the concepts for non iit students
Clustering on Graph Dataset
May 2020 - Jun 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7702591604
Implementing TFIDF vectorizer
Apr 2020 - May 2020
Apply Decision Trees on Donors Choose dataset
Apr 2020 - May 2020
Application of Bootstrap samples in Random Forest
Apr 2020 - May 2020
Exploratory Data Analysis on Haberman Dataset
Mar 2020 - Apr 2020
Compute Performance metrics without Sklearn
Mar 2020 - Apr 2020
Behavior of Linear Models
Mar 2020 - Apr 2020
Implement SGD Classifier with Logloss and L2 regularization Using SGD without using sklearn
Feb 2020 - Mar 2020
Apply Naive Bayes on Donors Choose dataset
Jan 2020 - Feb 2020
Working with Callbacks
Jan 2020 - Feb 2020
Facebook Friend Recommendation
Dec 2019 - Jan 2020
Backpropagation and Gradient Checking
Nov 2019 - Dec 2019
Implement RandomSearchCV with k fold cross validation on KNN
Sep 2019 - Sep 2019
Apply GBDT on Donors Choose dataset
Aug 2020 - Present
Transfer Learning
Aug 2020 - Present
Identifying the Serial Number of a Shipping Container from its Image
Aug 2020 - Present
Awards & Achievements:
- College topper in B.Tech Exams I, II, III,IV Years)
- Topper in Intermediate
- Topper in 10th Class
- Participated in NCC in school level and got NCC Certificate.
- Participated in college events “HACK THE TRACK”, “CODING AND DECODING” and won the prizes.
- Participated in Essay Writing competition in school level and got prize.
Rank 404: Resume 862 with similarity score 0.023603349968341222
Resume Text: B.E , MS , B.TECH software engineer , web developer , ui developer , software developer , full time , part time react.js , web development , express.js , core java , general , ascii , binary , css , designation , visual studio , affirmative action , oracle , hindi , sublime text , maintenance , firebase , windows , import , authorization , english , node.js , data security , bootstrap , status , email , project , store , application , wordpress , mongodb , responsive web design , bengali , dna , components , debugging , computer science , languages , sql server , software design , javascript , eclipse , technology , steganography , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d110b11430a590d… 1/2
Current Designation: Software Engineer Trainee
Current Company: Jspiders
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Jspiders as Software Engineer Trainee
Sep 2019 to Till Date
UG: B.Tech/B.E. (Computer Science and Engineering) from Tripura Institute of technology in 2019
Other Qualifications/Certifications/Programs:
core java ,full stack webdevelopment
Core Java, Fullstack web development
Last Active: 4-Feb-21 Last Modified: 3-Feb-21
SHUBHA SANKAR BHAUMIK
Fresher seeking roles in Web Development, MERN stack Development, Full stack
Development,Software Development,Software Design,Requirement
Gathering,Debugging,HTML, CSS, Javascript, React.js, Node.js,
Express.js,MongoDB,Firebase.
Key Skills: fresher web developer,mern stack developer,software developer,software design,requirement
gathering,debugging,html,css,javascript,react.js,node.js,express.js,mongodb,firebase.,Web Development,Web
Designing,Responsive Web Design,UI Developer
Summary
A focused professional offering Knowledge in Web Development, MERN stack Development, Full stack Development,Software
Development,Software Design,Requirement Gathering,Debugging,HTML, CSS, Javascript, React.js, Node.js,
Express.js,MongoDB,Firebase.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=84331c13c1a674e248066ca8e5406d005b0f5d544e1501440418405e5d5c514d1b5d110b11430a590d… 2/2
Nature of Employment: Full Time Duration: Jan 2019 - May 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2018 - May 2019
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Javascript,HTML
SQL
CSS & CSS3,
BootStrap, Wordpress
JavaScript
WINDOWS
Eclipse,Visual Studio, Sublime text
Node.js, Express.js
Express, Expresshandlebars, Mongoose
Firebase, MongoDB, Oracle SQL server
Bootstrap, React UI Components
Eclipse, Visual Studio, Sublime text 3
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
bengali Expert
Projects
Project Title: Data hiding in DNA sequence using DNA based steganography
Client: NA
Project Details: Breaches in Data security is one of the major drawback in the technological world. So in this project we tried
to hide import ant data or messages in the DNA chain sequence after converting the message into ASCII format then into a
given binary number and then into nucleotide format . As only one gram of DNA can store millions of gigabytes and which will
have millions of nucleotide it will be difficult to ex tract the original message for an intruder.
Project Title: Data Hiding Using DNA Steganography
Client: Tripura Institute of Technology
Project Details: Data hiding using DNA Steganography.
Rank 405: Resume 460 with similarity score 0.023593476099337013
Resume Text: B.TECH backend developer api , web development , redux , css , options , connect , amazon s3 , routing , mysql , authentication , basic , apache , spring boot , newton , excel , strap , store , express , application , mongodb , linkedin , dps , survey , poi , github , rest , features , problem solving , computer science , languages , asp.net , basketball , spring security , sass , javascript , client side , elasticsearch , toolkit , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2017 B.Tech (Computer Science) Ansal University (Gurgaon) 1.81/4.0
2012 12th Army School (Gwalior) 68.8%
2010 10th DPS Sushant Lok (Gurgaon) 70.5%
Internship and Certifications
Newton School | Newton School Coding bootcamp
FullStack web development along with Problem solving.
Techinical Stack learned: Node JS, React JS, Express JS, MongoDb, Java, HTML, CSS and Javascript
Participated in various coding contest organized by the platform.
PretPick | Backend Developer (Java)
Created RESTful APIs in Spring Boot to connect and upload files/images to Amazon S3.
Utilized Apache POI library to read Excel files uploaded by user and store its contents to MongoDb.
Came up with the algorithm to resize the uploaded images on the server while maintaining the images aspect ratio and
storing the resized images on Amazon S3 bucket.
Set up the configurations and settings for elasticsearch. Used elasticsearch to index documents and synchronized
elasticsearch with MongoDb using elasticsearchs Java REST Client.
Used Spring Security and implemented an REST API to authenticate and authorize an user using JWT Token based on roles.
Projects
Todo App | Newton School (link)
Todo is a web application, where users can keep track of their tasks.
Features: CRUD, Session and Authentication
Role: Developer | Tech Stack: React, Nodejs, Express, MongoDb.
Survey-app | Newton School (link)
Survey-app is a web application, where users can create or take survey.
Features: Client side routing, different types of surveys, used redux-toolkit.
Role: Developer | Tech Stack: React, Redux, Redux-toolkit, React-strap.
Random Picker | Newton School (link)
Picks a random options from given options. Basic app to get familiar with react concepts and implementation.
Features: add option, remove option, remove all options.
Tech Stack: React, HTML, CSS/SASS.
Skills
Computer languages JavaScript, Java
Software Packages MySQL, MongoDb, React, Express, Node
Additional Courses Taken Data Structure
Co-Curricular Activities
Basketball Team Vice-Captain.
Participated in workshop of ASP.net, Ansal University.
Rohan Sharma LinkedIn: rohan-sharma-22b7551b2
Github: rawn01
August 2020 - January 2021
February 2020 - July 2020
December 2020 - December 2020
December 2020 - January 2021
October 2020 - October 2020
https://www.linkedin.com/in/rohan-sharma-22b7551b2/
https://github.com/rawn01
https://rawn-todo-frontend.herokuapp.com/
https://rawn-survey-app.herokuapp.com/
https://reactjs-random-picker.herokuapp.com/
Rohan Sharma
LinkedIn:
rohan-sharma-22b7551b2
Github:
rawn01
Education
2017
B.Tech (Computer Science)
Ansal University (Gurgaon)
1.81/4.0
2012
12th
Army School (Gwalior)
68.8%
2010
10th
DPS Sushant Lok (Gurgaon)
70.5%
Internship and Certifications
Newton School | Newton School Coding bootcamp
August 2020 -
January
2021
FullStack web development along with Problem solving.Techinical Stack learned: Node JS, React JS, Express JS, MongoDb, Java, HTML, CSS and JavascriptParticipated in various coding contest organized by the platform.
PretPick | Backend Developer (Java)
February 2020 -
July
2020
Created RESTful APIs in Spring Boot to connect and upload files/images to Amazon S3.Utilized Apache POI library to read Excel files uploaded by user and store its contents to MongoDb.Came up with the algorithm to resize the uploaded images on the server while maintaining the images aspect ratio and storing the resized images on Amazon S3 bucket.Set up the configurations and settings for elasticsearch. Used elasticsearch to index documents and synchronized elasticsearch with MongoDb using elasticsearchs Java REST Client.Used Spring Security and implemented an REST API to authenticate and authorize an user using JWT Token based on roles.
Projects
Todo App |
Newton School
(link)
December 2020 -
December
2020
Todo is a web application, where users can keep track of their tasks.Features: CRUD, Session and AuthenticationRole: Developer | Tech Stack: React, Nodejs, Express, MongoDb.
Survey-app |
Newton School
(link)
December 2020 -
January
2021
Survey-app is a web application, where users can create or take survey.Features: Client side routing, different types of surveys, used redux-toolkit.Role: Developer | Tech Stack: React, Redux, Redux-toolkit, React-strap.
Random Picker |
Newton School
(link)
October 2020 -
October
2020
Picks a random options from given options. Basic app to get familiar with react concepts and implementation. Features: add option, remove option, remove all options.Tech Stack: React, HTML, CSS/SASS.
Skills
Computer languages
JavaScript, Java
Software Packages
MySQL, MongoDb, React, Express, Node
Additional Courses Taken
Data Structure
Co-Curricular Activities
Basketball Team Vice-Captain.Participated in workshop of ASP.net, Ansal University.
Rank 406: Resume 746 with similarity score 0.023535426365767113
Resume Text: B.E , MS , B.TECH software engineer , python developer , full time , software developer big data analytics , react.js , computing , interfaces , designation , analyze information , ug , affirmative action , information technology , mysql , hindi , linux , maintenance , mobile media , authorization , advanced , english , status , email , project , store , application , ubuntu , solution architecture , mumbai , angularjs , rdbms , github , electronics , sqlalchemy , text messaging , languages , documentation , sms , python , convenience , jira , history , javascript , crm 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b11495008080218135818…
https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b114950080802181358180019455d5a085… 1/2
Current Designation: Software Developer
Current Company: Screen Magic Mobile Media
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Big Data Analytics]
Verified : Phone Number | Email - id
Screen Magic Mobile Media as Software Developer
Apr 2019 to Till Date
SMS-Magic's business text messaging turns your CRM into a powerful
conversational platform
Achievements/Tasks
Developed and delivered Business hours as a feature in
product to help customers to send messages as per their
convenience.
Integrated Talkdesk CRM to product to increase efficiency in
messaging.
Worked on measure feature converse desk which
contributes in managing messages efficiently.
Modify existing software to correct errors, to adapt it to new
hardware, or to upgrade interfaces and improve
performance.
Analyze information to determine, recommend, and plan
installation of a new system or modification of an existing
system.
Direct software programming and development of
documentation.
Store, retrieve, and manipulate data for analysis of system
capabilities and requirements.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Yash Kolhatkar
Python Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Software
Engineering,Python,MySQL,SQLAlchemy,React,Linux,Git,Jira
Key Skills: Software Development, Application Programming, MySQL, SQLAlchemy, Linux, Jira, Software Development
Life Cycle,Bug Life Cycle,Python,Angularjs,React.Js,Ubuntu Linux,RDBMS,SDLC,Github,GIT
Summary
Experienced Software Engineer with a demonstrated history of working in the information technology
and services industry. Skilled in python, My-SQL, SQL alchemy, Linux, React. Strong engineering
professional with Python Development.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b11495008080218135818…
https://freesearch.naukri.com/preview/printResume?uname=ba1e2fc73af594945df29d1785f1c106515a08564d400f140b114950080802181358180019455d5a085… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from St. Vincent Palloti College of Engineering and Technology in
2018
PG: PG Diploma (Big Data Analytics) from Centre For Development Of Advanced Computing, Innovation Park in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python 2021 1 Year(s) 9 Month(s)
MySQL 2021 1 Year(s) 9 Month(s)
SQLALCHEMY 2021 1 Year(s) 9 Month(s)
REACT 2021 1 Year(s)
Linux 2021 1 Year(s) 9 Month(s)
git, Jira 2021 1 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 407: Resume 1273 with similarity score 0.02353306501564085
Resume Text: B.E , MS , B.TECH , BS full time , network administrator , it manager vmware infrastructure , open source , infrastructure services , team management , designation , office , ug , server management , telecom , mar , affirmative action , service desk management , hindi , maintenance , ltd , service delivery , authorization , english , teams , escalation , status , virtualization , sharepoint online , email , project , logging , aws , problem management , lotus , mumbai , operations , closure , electrical contracting , network administrator , computer science , auditing , framework , languages , it infrastructure , prime , llc , foundation , urdu , itil , data center management , communications , negotiation , javascript , vmware vsphere , cloud computing , technology , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d1…
https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d175747425f080d… 1/3
Current Designation: IT Manager
Current Company: Blue Lotus Communications Pvt. Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Blue Lotus Communications Pvt. Ltd as IT Manager
May 2016 to Till Date
Roles and Responsibility:
1. Manages and maintains Google Cloud, AWS & VMware infrastructure
2. Manages and monitor the IT projects from initial to closure
3. Manages and maintain In-house open source website and domain
4. Manages and provides best-practice IT infrastructure services as per the ITIL framework and as per defined SLA
5. Manages teams to provides onsite and offsite support for IT infrastructure and Network issues
6. Manages teams to provides server, Network, Backup and Desktop management
7. Manages and handles SLA, Escalation, Incident and Problem
8. Manages vendor and purchase as per company negotiation policy
9. Manages Ticket Auditing, Logging and Monitoring
Indo Global Technologies Pvt. Ltd as Consultant
May 2015 to May 2016
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Actively manages and monitor the IT projects from initial to closure
3. Incident, Problem and Escalation management
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ABU SHAHMA ZAFAR
B.Tech./B.E. in computer science with 10+ years of work experience in ITIL, Incident
Management, Problem Management, Service Desk Management, Project
Management, Service Delivery, Virtualization, VMware, Cloud Computing, AWS, GCP,
O365 in IT industry
Key Skills: ITIL, Incident Management, Problem Management, Service Desk Management, Virtualization, VMware, Cloud
Computing, AWS, GCP, Project Management, Delivery Management, Team Management, Data Center Management, IT
Infrastructure Operations,Office 365,VDI
Summary
I am Bachelor of Technology - Computer Science and Engineering with 10+ years of qualitative work experience in Data Centre
Management and Maintenance, Virtualization Management and Maintenance (VMware vSphere), Cloud Computing
Management and Maintenance (AWS & GCP), Project Management, Incident - Problem - Escalation Management, Service
Desk Management, O365 - MS Teams - Online SharePoint Management with stints at Reliance Communication Ltd, Tata
Consultancy Services Ltd, Blue Lotus Communications Pvt Ltd in India and Prime Electrical Contracting Co LLC in Dubai. I have
an exposure towards IT Industry as a Technical Support Executive, Consultant, Network Administrator, and IT Manager.
Currently I am working with Blue Lotus Communications Pvt Ltd, Mumbai as an IT Manager.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d1…
https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d175747425f080d… 2/3
Prime Electrical Contracting Co. LLC as Network Administrator
Sep 2013 to Mar 2015
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Actively manages and monitor the IT projects from initial to closure
3. Incident, Problem and Escalation management
TCS as Consultant
Nov 2012 to Apr 2013
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Incident, Problem and Escalation management
Reliance Communications Ltd as Technical Support Executive
Oct 2009 to Mar 2012
Roles and Responsibility
1. Responsible for smooth working of IT Infrastructure as per ITIL frame work
2. Incident, Problem and Escalation management
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2009
PG: MBA/PGDM (Project Management) from Bharati Vidyapeeth, Pune in 2022
Other Qualifications/Certifications/Programs:
ITIL 4 Foundation
Education
IT Skills
Skill Name Version Last Used Experience
ITIL 2020 9 Year(s) 0 Month(s)
Incident Management 2020 9 Year(s) 0 Month(s)
Problem Management 2020 9 Year(s) 0 Month(s)
VIRTUALIZATION 2020 5 Year(s) 0 Month(s)
VMWare Vsphere 2020 5 Year(s) 0 Month(s)
Cloud Computing 2020 5 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
GCP 2020 5 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 6 Year(s) 0 Month(s)
Delivery Management 2020 6 Year(s) 0 Month(s)
TEAM MANAGEMENT 2020 6 Year(s) 0 Month(s)
service desk management 2020 7 Year(s) 0 Month(s)
Data Centre Management 2020 7 Year(s) 0 Month(s)
O365 2020 2 Year(s) 0 Month(s)
Sharepoint online 2020 2 Year(s) 0 Month(s)
MS Teams 2020 2 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d1…
https://freesearch.naukri.com/preview/printResume?uname=64e7c687a9cabb53537d8a2422b42ebe5e5c0d564c120d19521747580809524c140d175747425f080d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Server management 2020 7 Year(s) 0 Month(s)
Network management 2020 7 Year(s) 0 Month(s)
Desktop Management 2020 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Urdu Proficient
Rank 408: Resume 522 with similarity score 0.023379680087691375
Resume Text: B.E , MS battery charger , team facilitator solar energy , core java , renewable resources , vco , sensitivity , microsoft office , battery charger , oracle , design , circuit , hindi , games , fpga , utilization , windows , test cases , e-mail , english , status , project , max , snapshot , written communication , leadership , road , writing , c++ , dc , cmos , output , languages , quiz , operating systems , internet surfing , birth , suite , drawing , hobbies , availability , renewable energy , teaching PROFESSIONAL SNAPSHOT
Academic Project Executed
BE (PROJECT)
TE SEMINAR
SAYALI PRAFULLA THAKARE
Contact: 9527813886
E-mail: sayaliingale1192@gmail.com
PPrrooaaccttiivvee ddeecciissiioonn mmaakkeerr,, ttaarrggeettiinngg cchhaalllleennggiinngg aassssiiggnnmmeennttss wwiitthh aa wweellll--eessttaabblliisshheedd aanndd gglloobbaallllyy rreeppuutteedd oorrggaanniizzaattiioonn,,
Proficient in grasping new technologies and utilizing them in an effective manner.
Good Communication and inter personal skills combined with willingness to learn.
Project Title Designing A CMOS VCO and Implementing It On FPGA
Environment implementing VCO on an FPGA kit by taking triggering from external source
Design A VCO in MICROWIND 3.1 Software
Team Size 3
Description:
In this project we are implementing VCO on an FPGA kit by taking triggering from external source or from the internal
clock provided by FPGA. Our project is to Design A VCO in MICROWIND 3.1 Software. We reducing the present available IC
design by implementing better logic to reduce the number of gates used in circuit without distributing the linearity and
sensitivity of circuit.
Responsibilities
▪ Involve in requirement analysis, designing of software.
▪ Implementation, writing of test cases.
▪ Project report creation.
Seminar Title Multi-Source Pocket Energy Generator OR Battery Charger Using Renewable Energy Resource
Description:
In this project we construct a portable power source that depends on renewable energies with efficient utilization of
available resources. The MPEG receives energy from renewable resources like wind or solar energy and convert it
into an electrical energy with output 5-volt DC. The IC used in this amplifier circuit is Max 756.The problem of
bulkiness, armature reaction in mini-wind generator and irregular availability of renewable sources are recovered
C R E D E N T I A L S _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Educational:
▪ B.E. E & TC (2016) with 67.80%
▪ H.S.C (2010) with 66.67%
▪ S.S.C (2008) with 77.69 %
Professional:
▪ B.E. (E & TC) from Late G. N. Sapkal College of Engineering, Nashik, Pune University
▪ Diploma in Core Java and Advance Java from ITprenure Data System, Pune
Activity: 2 years of teaching.
mailto:sayaliingale1192@gmail.com
A National Level Technical Poster Presentation-"TECHXELLENCE-12"Nashik.
A National Level Technical Symposium-"TECHNOFEST-2013"Roborace Competition, Nashik.
A National Level Technical Symposium-"TECHNOFEST-2013"Technical Quiz Competition, Nashik.
A National Level Technical Symposium-"TECHNOFEST-2014" Rob race Competition, Nashik
Technical:
Operating Systems: Windows 98/2000/XP/7
Languages: C, C++, Core Java, Advance java, oracle 11g.
Others: Microsoft Office Suite
Personal Skills:
▪ Comprehensive problem-solving abilities.
▪ Excellent verbal and written communication skills.
▪ Ability to deal with people diplomatically.
▪ Leadership Quality.
▪ Willingness to learn team facilitator hard worker.
▪ Flexibility in taking responsibilities.
▪ Optimistic Attitude.
P E R S O N A L M I N U T I A E _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Nationality: Indian
Gender: Female
Date of Birth: 02nd July, 1992
Marital Status: Married
Languages Known: English, Hindi, and Marathi
Hobbies: Drawing, playing games, Internet surfing, Listing Song
Mailing Address: Flat No.K- 904, Green City, Handewadi Road,Pune-411028.
Location Preference: Pune
References: Will be pleased to furnish upon request
(SAYALI PRAFULLA THAKARE)
Rank 409: Resume 711 with similarity score 0.023374360220361514
Resume Text: B.E , MS , B.TECH , BS project manager , scrum master , software development manager , business account manager , software architect , technical lead , software developer , partner , senior software engineer , part time , full time , team lead , product owner resource allocation , training , customer , workshops , linux , data manipulation , test cases , ssl , pop , status , specifications , root , product management , mobile platforms , facebook , technical design , features , work processes , salesforce , development projects , bam , delivery operations , crm , server side , ecommerce , automation , bundling , designation , hindi , webpack , bar , service providers , ltd , provision , english , protection , editing , angularjs , phonegap , architecting , data analysis , estimates , flow , git , cordova , research , documentation , hubspot , completion , data integration , phones , javascript , keystone , client side , knowledge base , html , general , performing , scrum , developers , pages , product support , information technology , mysql , lists , affirmative action , public , maintenance , jquery , escalation , email , google , codeigniter , chrome , microsoft , mobile devices , user stories , android , unit testing , languages , console , management system , family , dashboards , expenses , widgets , online , api , software solutions , css , ug , portals , scratch , ticketing , mcafee , accessories , php , ios , authorization , functional requirements , teams , sharepoint , spring boot , record , mozilla , application , electronics , product design , framework , preparation , replication , e-commerce , row , objective-c , reviews , eloqua , metrics , learning , laravel , marketo 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e410947…
https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e4109470a18455e0e5d5… 1/3
Current Designation: Software Development Manager
Current Company: True Influence
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [IT and Operations]
Verified : Phone Number | Email - id
True Influence as Software Development Manager
Dec 2016 to Till Date
Key Result Areas:
Managing software development projects using software product design/engineering methodologies including:
Developing excellent relationships with key business stakeholders
Gathering functional requirements from stakeholders through interviews, user stories, workshops, prototypes
Developing software solutions by studying information needs, conferring with users, studying systems flow, data usage,
and work processes
Creating and managing estimates, project plan, project schedule, resource allocation and expenses
Working with Business Analysts, Product Management and Software Architect to set the technical roadmap of the product
Holding review meetings to monitor progress of the project as per schedule / budgets, and ensuring timely completion and
delivery of project to the client
Sharing updates to the top management on work in progress, completed & planned, and issues potentially impacting the
on-time completion or quality of work
Providing direction, motivation & training to team for ensuring optimum performance and implementation of performance
management system for all the team members
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Romit Bhandari
Software Development Manager seeking assignment in Software
Development,Software Application Development, Project Management,Requirement
Gathering,Application Design,Java Spring Boot,Angular,Node,PHP
Laravel,JQuery,MySQL,HTML,Elastic Search,GIT
Key Skills: Software Development Manager,Project Manager-IT/Manager,Software Development,Software Application
Development,Project Management,Requirement Gathering,Application Design,Java Spring Boot,Angular,PHP
Laravel,JQuery,MySQL,HTML,Elastic Search,GIT
Summary
Result-oriented professional with nearly 13 years of experience in working as a Software Developer, managing teams and
projects
Contributed in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance of
proposed applications
Developed solutions for given technical specifications; installed application software and deployed customizations and
contributed to code reviews
Excellent track record of designing customized IT products for high profile clients; capability to interface with clients, suggest
viable software solutions and cultivate relations with them
Success in leading end-to-end perfection across Incident, Service, Problem, Escalation & Project Management with excellence
in managing issues that could impact end-to-end delivery operations, performing root-cause analysis for remedying technical
difficulties
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e410947…
https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e4109470a18455e0e5d5… 2/3
Assisting in the incident escalation support to the Technical Support Group for customization problems
Project Executed:
InsightBase Lead Platform
Technologies: Java Sprint-Boot/Maria DB/ClickHouse/Angular 9/Linux
Scope:
Spearheading a team of Developers and QA, as a Software Development Manager and working on the project from
scratch to create backend APIs in Java Spring Boot Platform and API Integration in Angular Platform.
Lead the architecting and designing of Bi-directional data Integration to various third-party platforms like Salesforce,
Hubspot, Eloqua and Marketo
Performing functions as Product Owner and Scrum Master to deliver bi-weekly releases and coordinating with internal
stakeholders & external service providers to validate business interests
Working on Bit-bucket build creation and deployment automation with public /private keys and Angular Webpack bundling
research & analysis
Eukti Learning Solutions, as Team Lead
Feb 2016 to Dec 2016
Project Executed:
MyAfterClass.com portal
Scope:
Managed a team of Developers & QA; accomplished Smart Search through Elastic Search algorithm in the
MyAfterclass.com web portal/App
Worked on various research based tasks like Social Widgets (google/Facebook) sign-up/sign-in/share, GCM notifications
on android, Push notifications on Chrome/Mozilla, SSL implementation and so on
Performed functions on creating Admin. dashboard showing data analysis using charts like bar-charts, line-charts, pie-
charts as a single contributor
Ifocus Systec Pvt. Ltd as Technical Lead.
Oct 2013 to Jan 2016
Project Executed:
MacAfee Family Protection Portal
Scope:
Enhanced features in the parental application of McAfee by the name 'McAfee Family protection' and worked on server
side/back-end; stored the settings/configurations on the server/DB and its interaction with external web-services
Worked on front-end stuff to relate to the Admin. console and its interaction with the server/DB; wrote unit testing code for
overall optimisation and performance of the application
Keystone logic solutions Pvt. Ltd. as Senior Software Engineer
Apr 2011 to Oct 2013
Project Title: Sharepoint App for IOS and Android mobile platforms
Project Role: Design and development of sharepoint app for IOS and android mobile platforms.
Duration: 9 months (Dec' 2012 to Oct' 2013).
Project Description: This project is basically related to replicating Microsoft sharepoint lists on mobile devices with IOS and
android platforms. Functionalities include editing list row entries and adding new rows. Sharepoint web-services were used
to get the list data and meta-data and manipulation of data on the client was done in javascript and html using cordova
(phonegap) framework. Server side data manipulation done in php and on client in html/javascript with use of objective-c
as native language for IOS and Java for android.
Roles & Responsibilities:
Was the sole developer on server side involving sending the data retrieved from web-services to the client.
Was the sole developer on client side involving replication of sharepoint list data/meta data on the device and providing
provision for data edit/add.
Worked on overall optimisation of the code and performance of the app.
Project Title: Sprint (US) - E-Commerce web application for Employees
Project Role: Development/enhancements both on front-end site (for end user) and back-end (for admin).
Duration: 12 months (Apr' 2011 to Apr.'2012).
Project Description: Sprint ecommerce website for employees is one in which sprint employees can make online purchase
of mobile phones with plans/accessories, etc. Along with it, the project also consisted of a sister website where employees'
friends and relatives could place an order. Then, it consisted of the backend site used by the admin to track the orders and
make any configuration settings. Changes were done in a parallel fashion on the three fronts. Worked on all the three
portals.
Roles & Responsibilities:
Was the key developer for many of the tasks/enhancements.
Worked on various major enhancements like introduction of a new opening page on front end where employees select
either they have an existing account or no and tasks like generalization of pop-in coming on various pages according to
the configurations set, etc.
Worked on BAM (Business Account Manager) report dashboards on the admin site.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e410947…
https://freesearch.naukri.com/preview/printResume?uname=7544fe1be37f60f94efa2d86d3dd0b7b5b0b5c52434001130540405d5e0f004e4109470a18455e0e5d5… 3/3
Created and optimised complex db-queries in BAM.
Technical Environment:
Tools: PHP, MySQL, Javascript, Jquery, HTML, CSS.
Tally Solutions Pvt. Ltd. as Software Engineer
Dec 2007 to Apr 2011
Projects Title: Tally CRM
Duration: 3.4 years (Feb' 2010 to Mar'2011).
Project Description: The Tally CRM is a module created to consolidate support ticketing tool with customer lead
management system and other modules of product support system of Tally like Knowledge Base,MIS , Admin ,etc. It is a
new breakthrough in the Tally support system wherein the modules were integrated into a single unit.
Roles & Responsibilities:
Handling Reports Module consisting of more than 15 reports covering different aspects of analysis of Tally /Tally partner's
customer support.
Resolving any issues/fixes in the reports module.
Managing any enhancements in the existing reports.
Distributing metrics on weekly and monthly basis.
Technical Environment:
Languages: PHP, Javascript, JQuery, MySQL, HTML.
UG: B.Tech/B.E. (electronics and communication engineering) from Anna University in 2007
PG: MBA/PGDM (IT and Operations), Part time from Indian Institute of Management (IIM), Kozhikode in 2015
Other Qualifications/Certifications/Programs:
PG Diploma Information Technology
Professional Effectiveness
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
php, Mysql, JavaScript, Jquery 2016 9 Year(s) 0 Month(s)
CodeIgniter, Elastic Search 2016 3 Year(s)
AngularJs 2 2017 2 Year(s) 0 Month(s)
Java-Spring boot 2 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Rank 410: Resume 600 with similarity score 0.02334281713088877
Resume Text: B.TECH , BS work from home , recycler information technology , authentication , cloud , basic , firebase , gateway , retrofit , sql , android studio , project , kotlin , c programming , leadership , messaging , resume , java , completion , assessment , app , mobile , search , database Assessment
Q1. Why should you be hired for this role?
I have gained proficient knowledge in Java, Android, Firebase and C and basic knowledge of Retrofit, SQL and Kotlin. I also have hands-on
experience on working with Android Studio. I have a passion for pushing mobile technologies to the limit and have also gained experience while
working on some minor projects. I apply proven management, leadership and development skills whether it is academic, extra-curricular or
professional projects.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 8384859321
Swarnima Tiwari
Bareilly
Applied 25 Dec'20
Android Kotlin Firebase
C Programming C Programming Java
SQL
Bachelor of Technology B.Tech)
INDIAN INSTITUTE OF INFORMATION TECHNOLOGY UNA
2018 - 2022
CGPA 8.76/10
Senior Secondary XII, Science
CBSE BOARD board
Year of completion: 2017
Percentage: 91.80%
Secondary X
CBSE board
Year of completion: 2015
CGPA 9.40/10
Anti Peculator
Aug 2020 - Aug 2020
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
This project is an attempt to minimise the theft of vehicles which is very much persistent in our country consisting of
Firebase Authentication
Firebase Realtime Database
GeoCoder
Expandable Recycler View(with search view enabled)
App-LGP
Apr 2020 - May 2020
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
The app was a match hosting app build using Android Studio and Firebase. The integrations used in the app are:
Firebase Authentication
Firebase Realtime Database
Firebase Cloud Messaging
Firebase Remote Config
UPI Payment Gateway
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
https://drive.google.com/file/d/1rvkS7w9b0elM7FtyidxtS2S9YFrBcauf/view?usp=sharing
Rank 411: Resume 1190 with similarity score 0.02313878934467615
Resume Text: BSC , BS , B.E , MS , B.TECH director , cloud architect , project manager , chief technical officer , general manager , enterprise architect , devops , cio , it professional , team leader , solution architect , full time , vice president , vp , business analyst , project leader , it consultant credit control , gsm , demand , data warehouse , technology services , wire , instagram , outsourcing , design documents , status , work orders , listen , perl , sap , linkedin , international credit , oracle erp , house management , duo , testing , facebook , components , features , docsis , ec2 , infrastructure , payments , sentiment analysis , soa , sql server , suite , registration , cxo , retail , technical leadership , devops , access , designation , mar , web services , hindi , ltd , json , english , twitter , video , digital tv , provisioning , ownership , live , solution architecture , machine learning , resolve , togaf , sms , vmware , javascript , hadoop , html , feeds , reporting , rollout , oracle rac , general , it leadership , vendors , affirmative action , technical architecture , data analytics , application hosting , maintenance , dynamo , process flow , unix , centos , customer service , email , business analytics , aws , project implementation , product selection , saas , technology solutions , languages , youtube , management system , billing systems , mediation , program management , database , online , payment gateways , cas , migrating , windows server , ug , telecom , developments , azure , authorization , csrs , teams , siebel , map , operations management , broadband , debit cards , enterprise architecture , led , s3 , finance , tableau , elasticity , python , ado.net , gms , communications , microsoft dynamics crm , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 1/4
Current Designation: Vice President Technology
Current Company: Cloudpoint Technologies
Current Location: Noida
Pref. Location: United Kingdom (UK),United States (US),Delhi /
NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cloudpoint Technologies as Vice President Technology
Jun 2017 to Till Date
Responsibilities:
Implementation with AWS and AWS services (including Lambda)
Owning the design technical architecture end to end
Leading multiple Products development on AWS Cloud
Hands-on experience with AWS technologies including EC2, Redshift,EMR,CloudFormation,Opswork, Elastic Beanstalk,
S3, RDS,DynamoDB, VPC design, Dynamo DB, Route53, Cloud Watch, Cloud Trail, IAM and SNS
Owning design and configure highly available infrastructure with on-demand elasticity without manual intervention on AWS
Website/Web application hosting on AWS using AWS RDS, Beanstalk, S3 and Route53 for DNS services
Designed, developed and hosted complete in-house SaaS product comprising of following salient features:
Fully integrated .Net based online SaaS product developed on AWS platform
Unified platform for Facebook, Instagram, Twitter, LinkedIn, YouTube and Email Services
Sentiment Analysis through Machine Learning using Python, Tensorflow and GPU server
Integrated with online billing platform which accepts international currencies and international credit/debit cards
Various user roles, brands can be configured to allow hierarchal control and classified viewership
Posts can be scheduled, paused and resumed to allow users to send the same Posts(including Video, Image or Text)
recurringly
Global time zones are supported
Listen feature is provided to listen competitor feeds
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ranjan Sharma
B.E(Computer Science) from VIT,Vellore with 17 years exp.in IT.Worked with large
conglomerates at senior positions.AWS,GCP,Azure and TOGAF®9 Certified
professional
Key Skills: AWS,GCP,AZURE,BSS,Cio,Chief Technical Officer,Solution Architect,Telecom,Program
Management,Cto,Delivery Management,Devops,Technical Leadership,Cloud Architect,Solution Architecture,VP IT,IT
Director,Enterprise Architect,TOGAF,IT Head
Summary
High Impact IT Professional Proficient in IT Leadership,IT Consultancy, Enterprise Architecture, Solution Architecture, Cloud
Consulting and Implementation, Hands-On Experience in Large Scale Implementations, Program Delivery and Project
Management
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 2/4
MTN as Enterprise Architect/Project Manager
Apr 2016 to Mar 2017
Responsibilities:
Enterprise IT Consultant
Cloud project implementation - Project Manager
Den Networks Ltd., as IT Head / General Manager
Mar 2013 to Apr 2016
Environment: Tableau, Hadoop, R, MS SQL 2008R2, Windows Server 2008, .NET 4.0,WCF, DUO 4.9, Microsoft Dynamics
CRM 2013
Team Size: 10 (internal) & 100+(partner vendor)
Key Result Areas:
Undertook complete ownership for managing Subscriber Management Systems (OSS/BSS) stack for Digital TV and Fixed
Broadband (DOCSIS) business in .NET environment. Enterprise Architecture Program as per TOGAF
Led multiple delivery projects involving New Eco Systems (CRM Systems, Data Analytics, Billing Systems, Provisioning
Systems)
Steered all activities related to Outsourcing, Cloud SaaS Solutions, Product Selection, Vendor Evaluation / Selection,
Contracting, Program Management, IT - Operations and Governance
Highlights:
Hosted SaaS based Microsoft Dynamics CRM - 2013 and Tableau
Conceptualized & formulated new Den IT strategies leading to systems & operations rollout worth USD20 million
Videocon D2H as Head - Business Applications(IT)
Feb 2009 to Feb 2013
It required complete design, configuration, implementation &deployment of various D2H applications including Billing
Sytems,CRM systems etc.
Environment: Data Warehouse, SAP - MM, SD, ASP.NET3.5, ADO.NET, Web Services, Windows Server 2008, VMWare,
Oracle RAC 11g, IBS (Billing System), CARE (CRM), Pisys (CAS), Web Self Care and Voucher Management System
Team Size: 30
Description: It required complete design, configuration, implementation &deployment of various D2H applications.
Key Result Areas:
Interacted with various business owners from Call Centers, Customer Service, Marketing, Sales, Finance & IT at GMs /
CxO level to map upcoming business needs / existing issues into technology solutions. Led Enterprise Architecture
Program as per TOGAF
Designed & mentored roll-out for complete IT systems (Billing Systems, Data Analytics, CRM Systems, Provisioning
Systems, Website(Self Care), SAP - MM &SD) for Videocon D2H
CRM: used at BBCL 7 operations call centers with approx. 900 CSRs log-in on a daily basis to register customers,
prospects, log complaints, service requests &FTRs/N-FTRs
WFM: used by All India Customer Support Team including Agencies, SSDs & DSSDs to receive customer's work orders
for first time installations &field requests
DataWarehouse: In-house Management Information System to provide business critical & easy access reporting database
including live summary of business analytics on-ground
Prepared design documents and mentored developments from various vendors for Web Self Care, Voucher Management
System, Payment Collection System, SMS Functionalities, MIS Reporting Tools and Integration with SAP for Logistics &
Finance
Tech Mahindra Limited as Sr. Business Analyst / Project Manager
Oct 2007 to Feb 2009
Title: FASTtelco (Kuwait)
Environment: ASP.NET3.0, ADO.NET, Web Services, Windows Server 2003, Oracle DB, Oracle BRM 7.3.1,AIA, Siebel
and Oracle ERP
Team Size: 9
Description:
This project required migrating existing BSS stack to Oracle Communications suite.
Key Result Areas:
Organized meetings at client's side with various departments of FASTtelco like IT, Finance and Products Control
(Corporate &Retail)
Developed SOW and FSD based on the requirements captured from client
Led the development of complete Web Self Care Portal using SOA comprising all the functionalities of core application
system were extended and enhanced with additional features such as Customer Registration, ProductRegistration,
VoucherRecharge, Upgrade/ Downgrade &Payment Gateways Integration
Role: Sr. Business Analyst
Title: BATELCO (Bahrain)
Environment: Oracle BRM 7.2, Billing Components and TBMS
Team Size: 3
Description: Consulting assignment to access Batelco's current set-up of 3 different billing systems for their 3 lines of
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 3/4
business Billing component (GSM), TBMS (fixed wire), Oracle BRM (for IP) and advice single solution (OBRM).
Key Result Areas:
Organized meeting with various departments of Batelco like Credit Control &Payments, Product Managers, Account
Managers &Customer Experienced Team; gathered their current issues, challenges, day-to-day operations procedure and
future requirements with IT Teams / Managers
Drafted a final "Consulting Report" report which summarized the current set-up of Batelco (how well BRM was the most
suitable system to resolve current issues and become a single system solution for converged services in future)
Accenture Technology Services as Team Leader
Jun 2007 to Oct 2007
Headed a team of 4 people in terms of understanding architecture, process flow, setting-up of environment for testing
release 'one' for TELSTRA Customer Care and Billing Migration Project
Colt Technology Services as Project Leader
Nov 2005 to May 2007
Development and operations management in Billing and Mediation systems
UG: B.Tech/B.E. (Computers) from Vellore Institute of Technology (VIT) in 2001
Other Qualifications/Certifications/Programs:
Google Cloud Certified - Professional Cloud Architect
TOGAF®9 Certified
AWS Certified Solutions Architect(Professional)
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
C#,ASP.NET, Web Services 10 Year(s) 0 Month(s)
JSON,Python 1 Year(s)
Oracle, MS SQL Server, MS-Access 8 Year(s)
PERL, Java-script, VB-Script, HTML 2 Year(s)
Windows Server, UNIX 10 Year(s)
Linux(Ubuntu,Centos) 10 Year(s)
AWS 2020 4 Year(s) 0 Month(s)
devops 2020 4 Year(s) 0 Month(s)
GCP 2020 1 Year(s) 0 Month(s)
AZURE 2020 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47…
https://freesearch.naukri.com/preview/printResume?uname=71bbfbc29fbc7d28206935ee3e60ce7d5d0b085949130a15064245090e0c521f175a47524040585b09… 4/4
Category: General
Physically Challenged: No
Countries: Dubai
Job Type: Permanent
Employment Status: Full time
Rank 412: Resume 830 with similarity score 0.02313817094020358
Resume Text: M.S , BS , B.E , MS , B.TECH senior software engineer , technical lead , full time , team lead training , apex , ruby , automation studio , team management , css , designation , pages , connect , ug , sqlite , affirmative action , mysql , hindi , cloud , angular , maintenance , basic , ltd , windows , php , authorization , english , status , project , business analysis , application , e commerce , requirements gathering , ubuntu , microsites , c++ , building , computer science , languages , preparation , asp.net , html5 , salesforce , kannada , email marketing , silk , boarding , mobile , python , dashboards , javascript , jquery ui , microsoft sql server , program management , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130…
https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130344175a580a59… 1/2
Current Designation: Technical Lead-IT Applciation
Current Company: SALESFORCE Palanntech
Current Location: Mysoru / Mysore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science And
Engineering]
Verified : Phone Number | Email - id
SALESFORCE Palanntech as Technical Lead-IT Applciation
Jul 2019 to Till Date
Theorem India Pvt Ltd as Technical Lead-IT Applciation
Sep 2015 to Jul 2019
Platform: AMPScript,SSJS,AJAX,Contact Builder,Journey Builder,Audience builder,Cloud Pages,Mobile Connect for
SFMC[Sales Force Marketing Cloud]
Job Responsibilities
SRS Preparation and requirement gathering.
Configuring required DataExtensions, E-Mails, Contents and other activities(Microsites,User-Initiated mails, Triggered E-
Mails, Programs).
Worked on Salesforce Objects using AMPScript that helps in retrieving data from Salesforce Objects in microsites.
Creating Automations under Automation Dashboard with in SFMC tool.
Creating Contact attributes and Journeys using Contact Builder & Journey Builder Dashboards.
Creating Journey Builder in Building Journeys & Automations in Automation Studio.
Creating cloud pages in place of microsites and building application.
Team Management & Training on SFMC tool and for SFMC certifictions.
Client communication & Requirements gathering.
Walkthrough of projects for new Client for making them understand Email Marketing Domain
On boarding New Clients.
Last Active: Oct-Dec 2020 Last Modified: Oct-Dec 2020
Chandra Prasad R
Technical Lead,Seeking assignment in Software Development,Application
Maintenance,Project Management,Program Management,Requirement
Gathering,Business Analysis,Quality Mgmt,C,C++,Java,C#,MVC,HTML5,CSS,Jquery
UI,Angular JS,React JS,Javascript
Key Skills: technical lead,software development,application maintenance,project management,program
management,requirement gathering,c,c++,java,html5,css,jquery ui,angular js,javascript,salesforce,apex,salesforce
marketing cloud
Summary
Result-oriented Professional with over 7 years of experience in Software Development,Application Maintenance,Project
Management,Program Management,Requirement Gathering,Business Analysis,Quality
Mgmt,C,C++,Java,C#,MVC,HTML5,CSS,Jquery UI,Angular JS,React JS,Javascript
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130…
https://freesearch.naukri.com/preview/printResume?uname=adb4cc0e3b67b7b9b461e4c894fabe6d5f0c5f584f115c120119125c0c08591b450f130344175a580a59… 2/2
DCompiler as Senior Software Engineer
May 2012 to Sep 2015
Platform: JEE,Java
Understanding Client Requirement, Designing and developing of the Application.
Selected Accomplishments:
MSR Law Services : www.msrlawbooks.com is a website which provides free ebook on the Indian constitution by the
author M.S.Ramarao.
Inventory Management For Silk Showroom
Numerous Academic Projects(Both In Asp.net and Java)
Vivekananda Shikshna Samsthe School Website(www.vivekanandashikshanasamsthe.com)
E Commerce Website(www.mastbuy.com).
NIIT
Apr 2010 to Apr 2012
Training on C,C++,Java,J2EE,C#,SQL,PHP
UG: B.Tech/B.E. (Computer Science And Engineering) from Visvesvaraya Technological University, Belgaum. in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C,C++, Java,C#,MVC (basic)
Java,Android(basic)
HTML5, CSS, Jquery UI,Angular JS
Javascript, Python,Ruby,Power Shell
Windows XP,07, 08, Ubuntu
Microsoft SQL Server
MySql, SQLite, Mongo DB
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
Rank 413: Resume 1078 with similarity score 0.023113954513355326
Resume Text: B.E , MS , B.TECH , BS cloud architect , software engineer , principal consultant , product development , it professional , development specialist , full time , team lead , senior consultant , service delivery manager , aws solution architect , associate manager sap hana , customer , performing , microsoft azure , designation , workshops , analytical skills , data migration , mar , prince2 , affirmative action , pre-sales , principles , analytics , ltd , authorization , english , itc , team building , status , stakeholder management , agile , email , project , digital transformation , modernization , aws , focus , intellectual capital , solution architecture , mumbai , fit , rdbms , multi-site , engage , rfx , drive , fundamentals , problem solving , languages , sme , research , llc , foundation , itil , techno-commercial , process automation , service delivery management , enablement , adoption , javascript , crm , thought leadership , cloud computing , technology , evolution 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a12…
https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a125640420e5e58… 1/3
Current Designation: SAP S4HANA Solution Architect, AWS
Solution Architect- Principal Consultant
Current Company: PlatinumPMO LLC
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
PlatinumPMO LLC as SAP S4HANA Solution Architect, AWS Solution Architect- Principal Consultant
Aug 2020 to Till Date
SAP S/4HANA Solution Architect, AWS Solution Architect & Thought Leadership
Syntel as Service Delivery Manager, SAP ABAP SME, Solution Architect.Cloud, ITIL & PRINCE2
Certified
Mar 2011 to Aug 2020
Project/Service Management, SAP Data Migration,Cloud & Migration,Agile Development,SAP ABAP SME,SAP Solution
Architect, SAP ECC, SAP HANA, SAP S/4HANA, SoH & SAP R/3,SCRUM, LEAN, Estimation/Costing/Pricing
Accenture Services Pvt. Ltd as Associate Manager
Aug 2008 to Mar 2011
SAP ABAP SME, SAP Data Migration, SAP Solution Architect, Estimation/Costing/Pricing, Project Management
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SOMRAJ ROY
IT professional with 20+ years of experience in software engineering
Key Skills: cloud computing,data migration,sap,presales,sap activate,service delivery manager,Digital
Transformation,Thought Leader,Agile,Cloud,Cloud Architect,Robotic Process Automation,Innovation
Management,AWS,Azure,SAP S/4HANA,Solution Architecture
Summary
* Expertise in consulting & orchestrating multi-site projects that focus on technology, digital transformation & innovation.
* Strong background in design & architecture. Recognized as SAP SME & experienced in working with customers as SME.
* Professional with comprehensive pre-sales experience & RFx response. Understand customer's business & challenges on a
strategic as well as operational level. Research & architect winning techno-commercial solutions achieving client objectives.
* Contribute thought leadership to the development & evolution of SAP methodologies/service offerings & intellectual capital
by performing research in support of complex Digital Transformation initiatives (RPA/analytics).
* Leverage SAP enablement tools for S/4HANA Digital Transformation. Ensure S/4HANA solutions are architected per SAP
Activate guiding principles. Foster Fit-To-Standard workshops, drive standardization & Best Practices Adoption.
* Engage with strategic customers & provide prescriptive guida
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a12…
https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a125640420e5e58… 2/3
EDS as Senior Consultant
Jul 2006 to Aug 2008
Developer & Team Lead
SAP Labs India Pvt Ltd as Development Specialist
May 2004 to Jun 2006
Product development, implementation & roll out
TCS as Software Engineer
Nov 2003 to May 2004
Development, RDBMS
Itc Infotech India as Software Engineer
Jul 2000 to Oct 2003
Development, RDBMS
UG: B.Tech/B.E. (Electrical) from Jadavpur University in 2000
Other Qualifications/Certifications/Programs:
PRINCE2® Practitioner Certificate in Project Management
PRINCE2® Foundation Certificate in Project Management
ITIL- Foundation
Cloud Certified - AZ-900: Microsoft Azure Fundamentals
AWS Certified Solution Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
Digital Transformation 2020 9 Year(s) 0 Month(s)
IT Modernization 2020 18 Year(s) 0
Month(s)
Data Migration 2020 18 Year(s) 0
Month(s)
Analytical Skills 2020 18 Year(s) 0
Month(s)
Stakeholder Management 2020 18 Year(s) 0
Month(s)
Problem solving 2020 8 Year(s) 0 Month(s)
SAP S/4 HANA 2020 7 Year(s) 0 Month(s)
Service Delivery Management 2020 7 Year(s) 0 Month(s)
Team Building 2020 5 Year(s) 0 Month(s)
Cloud Computing AWS/Azure 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a12…
https://freesearch.naukri.com/preview/printResume?uname=7e32f71487f615dde00821dae0503c700b0e5d514d1309155717100e0e58504b400a125640420e5e58… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Rank 414: Resume 345 with similarity score 0.023111389233395615
Resume Text: B.TECH , BS work from home , android developer assessment , lovely , resume , one , android , java , computer science , application , step Assessment
Q1. Why should you be hired for this role?
I HAD 1 YEAR 9 MONTHS EXPERIENCE IN ANDROID APPlLICATION DEVELOPMENT IN VISUSOFT COMPANY AT HYDERABAD, I COMPLETED MY
GRADUATION COMPUTER SCIENCE ENGINEERING B.TECH IN 2018 AT LOVELY PROFESSIONAL UNIVERSITY , I GOT OPPORTUNITY FROM
VISUSOFT COMPANY FOR ANDROID APPLICATION AND I COMPLETED MY UDEMY COURSE OF ANDROID APPLICATION AND JAVA THAT MADE ME
TO BECOME A ANDROID DEVELOPER IN MY LIFE. AND NOW I'M TAKING ONE MORE STEP TOWARDS ABOUT ANDROID APPLICATION IS
INTERNSHIP TO GAIN MORE EXPERIENCE AND WANT TO LEARN NEW THINGS.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
YES I'M AVAILABLE FOR 3 MONTHS, I AM READY TO START IMMEDIATELY FROM WORK FROM HOME DUE TO COVID19.
Resume
EDUCAT ION
JOBS
CONTACT Phone: 91 9041260364
NIKITH KURUVELLA
Khammam
Applied 28 Dec'20
Android Java
B.Tech Hons.), Computer Science & Engineering
Lovely Professional University
2014 - 2018
Android App Development
Visusoft, Virtual
May 2019 - Present
Rank 415: Resume 1117 with similarity score 0.02305787023255364
Resume Text: B.S , MS it analyst , associate , change management , full time , it support engineer , system analyst laptops , call logging , training , general , telugu , virtual machines , performing , access , office , business applications , vendors , mar , affirmative action , hygiene , health , defense , technical architecture , it security , cisco ips , v4 , linux , active directory , vendor management , maintenance , azure , ltd , nokia , ccna , solarwinds , checks , authorization , troubleshooting , english , phishing , enterprise , hindi , status , email , aws , devices , less , towers , operations , change management , csr , softphone , visio , languages , non-it , itil , data science , javascript , network administration , suite , servicenow , network engineering , base , rural development 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b410145…
https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b4101455715125f585f5… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Blue Yonder(JDA) Software Pvt.Ltd, MyTech Global Pvt. Ltd as L2-ServiceDesk Engineer
Dec 2018 to Dec 2020
As an IT Analyst Engineer, providing Seamless support to end users on various
requests/Incidents on a global level. Providing the Support and working on action items on Infra towers. Monitoring the
Network and Server health checks as a day to day activity. Working on Exchange and Active Directory on access level
requests from users. Deploying the Virtual machines based on user requests.(Windows/Linux)
Installation and support on on Business and enterprise applications. Vendor Management and call logging with various
vendors on Hardware replacement at Data
center locations and end user machines.
IT Security Monitoring performing the actions on end user reports(Malware, IPS
Attacks,Phishing emails and attachment defense alerts). Managing the ticket hygiene and ques with a Severity and priority
base.
Primera Medical Technologies as Associate IT Support Engineer
Mar 2017 to Nov 2018
As an Associate IT Support Engineer worked L1 Engineer in Infra support for US. Monitoring the Server and Network
devices health checks. Good understanding on the laptop,desktop and peripheral troubleshooting.
Installing business applications per end user requirement.(3CX-Softphone, MS office
suite,Visio). Vendor management, logging calls with Vendor for hardware replacements for Datacenter
devices, laptops and desktops. Experience in working on the SCCM projects to meet 90% end point compliance.
Managing the Alerts in Solar winds tool for better and quick response. Change Management- Organize the Maintenance
activities held by ISP's providing the work
around option for less business impact during the activities at data centre level. Service Engine tool operations and
working on the Priority incidents within the given SLA's and
Reports. Completed training on CCNA and AWS.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Abhinava Chandu Sharma Annavajjala
L2 - ServiceDesk Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Change
Management,Network Engineering,Servicenow,AWS,Azure
Key Skills: L2 - ServiceDesk Engineer,Software Development,Application Programming,System Analysis,Technical
Architecture,Requirement Gathering,Change Management,Network Engineering,Servicenow,AWS,Azure,NOC
Operations,Monitoring,VPN,Cisco IPS,Data Science,Cisco
Summary
Result-oriented Professional with over 6 years of experience in Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Change Management,Network Engineering,Servicenow,AWS,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b410145…
https://freesearch.naukri.com/preview/printResume?uname=3702b885ef5bd4dd31f189bf943323d30a555f52431309440015410e0c09581b4101455715125f585f5… 2/2
HARD-HUMAN ACTION FOR RURAL DEVELOPMENT as IT Assistance
Apr 2014 to Feb 2017
worked with HARD for providing IT and non-IT support on various CSR Projects. Completed as intern with a Nokia Create
to inspire fellowship
UG: B.Sc (Computers) from Osmania University in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ServiceNow
MCSE
CCNA
SOLARWINDS
AWS
ITIL V4
AZURE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 416: Resume 682 with similarity score 0.023007183028238416
Resume Text: B.E , MS , BS work from home , team member , sql developer api , dart , figma , internships , beginner , cs , adobe , graphing , embedded systems , english , farmers , trivia , sql , project , google , application , aws , c programming , video , introduction to , resume , android , java , machine learning , quiz , completion , assessment , it , organization , technology , learners Assessment
Q1. Why should you be hired for this role?
Sample Android applications
https://github.com/yogeshUkidwe
1 Java(8/10 VideoFile:-BharatiScript(Project) https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
UpToDate(own) :- https://drive.google.com/file/d/1AtOP2Pwhnk2tsJztzxZot8RPbnvpHV-j/view
UpToDate(using wireframe figma for betterUI :- https://drive.google.com/file/d/1ArBVco7bd0eabmjf5MhBc3pb-C4cuxKD/view?usp=sharing
Apk file https://drive.google.com/file/d/1hiF8hUf5aVYSqo3UqqUnDBrKgrQfjyP2/view?usp=sharing
2 Dart(5/10 GreenKart project(Ongoing project(Not for any organization)) :-
https://drive.google.com/file/d/11SvtZYLdQfl85U0Fi8Mz1eg7aSaks410/view?usp=sharing
VideoFiles:- https://drive.google.com/drive/folders/10iqDTDM8OysE0Q2wjapBlzDyJ7094Scm?usp=sharing
English random words project:- https://drive.google.com/file/d/17TpqQivtqq7zeYc2FYn0gILQx__6D9xl/view?usp=sharing
Apk file:- https://drive.google.com/file/d/10M8EJREJ0zCN_EAZNYTP-e5lg3JEy-fi/view?usp=sharing
previous job work as project trainer and intern(SQL developer)zip file :-
https://drive.google.com/file/d/1zde8b7SqkmefgUuNgusRKXaiR8Te9_gw/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Yogesh Ukidwe
Thane, Kalyan
Applied 29 Dec'20
Android C Programming Dart
Embedded Systems Figma Java
SQL Adobe XD
Bachelor of Engineering B.E, IT
Alamuri Ratnamala Institute of Engineering and Technology
2013 - 2017
CGPA 5.75/10
Diploma, IT
SHMIT
2010 - 2013
Percentage: 57.63%
Secondary X
PR Highschool,kalyan
SSC board)
Year of completion: 2010
Percentage: 68.00%
Project Trainer
Phi Education, Thane
Jun 2018 - Apr 2019
working at engineering college as project trainer for 1 year
SQL DEVELOPER
Trivia, Thane
Jan 2016 - Jul 2016
Project trainee and team member
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8097000212
Programming
Phi Education, Thane
Oct 2017 - May 2018
1 Introduction to Programming and Computer Systems using CS
2 Graphing Scientific Calculator
Android Application for Bharati Script
Sep 2020 - Oct 2020
https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
Project about Bharati Script Quiz for beginner learners
Video Link: https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
App link :-https://drive.google.com/file/d/1hiF8hUf5aVYSqo3UqqUnDBrKgrQfjyP2/view?usp=sharing
UpToDate(Not for any organization)
Jun 2020 - Aug 2020
https://drive.google.com/file/d/1NOgVnmzXLH9QH3lj6bPFScc26DPQe79/view?usp=sharing
UpToDate(previous version) :-https://drive.google.com/file/d/1AtOP2Pwhnk2tsJztzxZot8RPbnvpHV-j/view
(using wireframe figma for betterUI and google vision api): https://drive.google.com/file/d/1NOgVnmzXLH9Q
H3lj6bPFScc26DPQe79/view?usp=sharing
android Application Dart)
Nov 2020 - Present
https://drive.google.com/file/d/1DtkP_03hfbcnZm3lR8SNslLIz8514OaC/view?usp=sharing
GreenKart for social cause for healthy food as well as farmers
Golabal certification java n SQL
OCPJP
Getting Started with AWS Machine Learning
https://drive.google.com/file/d/1qoVpLvDP3nszP9kKlbnPewZdiRMsEN2F/view?usp=sharing
https://drive.google.com/file/d/1NOgVnmzXLH9Q-H3lj6bPFScc26DPQe79/view?usp=sharing
https://drive.google.com/file/d/1DtkP_03hfbcnZm3lR8SNslLIz8514OaC/view?usp=sharing
Rank 417: Resume 720 with similarity score 0.022991299205883355
Resume Text: B.E , B.TECH , BS big data engineer , software engineer , vp , full time big data analytics , general , scrum , spark , designation , ug , business applications , mar , affirmative action , hindi , maintenance , ltd , kafka , oozie , authorization , english , status , spring boot , architecture , agile , email , tomcat , aws , microservices , testing , performance tuning , computer science , languages , hive , scala , websphere mq , javascript , technology , software analysis , overseas experience , insurance , hadoop , elasticsearch 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945…
https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945031415585c5d… 1/2
Current Designation: Senior Professional
Current Company: DXC Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
DXC Technology as Senior Professional
Jul 2010 to Till Date
OpenText Technologies India Pvt. Ltd as Software Engineer
Aug 2009 to Jul 2010
Virtusa India Pvt. Ltd as Engineer- Technologies
Mar 2006 to Aug 2009
UG: B.Tech/B.E. (Computer Science and Engineering) from Amravati University in 2002
PG: MBA/PGDM (Marketing) from Pune University in 2005
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Ashish Khandelwal
Lead Big Data Engineer. Experienced in Spark, HIVE, HDFS, KAFKA, Elasticsearch,
Java, J2EE, Spring.
Key Skills: Java, J2Ee,Big Data Analytics,Spark,SCALA,Kafka,Oozie,Elastic Search,Hive,Hadoop
Summary
* 3+ years of experience in Big Data, Spark and Elasticsearch
* 14+ years of experience in software analysis, design, development and implementation of applications using java J2EE,
Spring, Spring Boot
* 5 years of overseas experience at client location Zurich North America, USA
* 10+ years' experience in agile (Scrum) development process
* Experience in Insurance domain
* Expertise in implementing and deploying Microservices architecture applications using spring boot
* Experience in developing Business Applications using Websphere, JBOSS and Tomcat, Websphere MQ, Kafka
* Expertise in all aspects of SDLC - analysis, design, coding, testing, performance tuning, documenting, maintenance
* Hands on AWS
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945…
https://freesearch.naukri.com/preview/printResume?uname=21ee05da4e95568b010721f36cf8a78e0b5808034a120e190340140a0b5b574f150945031415585c5d… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
SPARK 3 Year(s) 0 Month(s)
Kafka 3 Year(s) 0 Month(s)
J2EE 10 Year(s) 0 Month(s)
JAVA 14 Year(s) 0 Month(s)
HIVE 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 418: Resume 1409 with similarity score 0.022945725069668094
Resume Text: MS application support , lead consultant , erp consultant , full time , part time , team lead , application developer , enterprise architect ods , data warehousing , reporting , sap hana , reuse , upgradation , adso , rfp , access , xcelsius , sap project management , designation , aggregates , office , vendors , affirmative action , modeling , oracle , data loading , project plans , sap consulting , technology services , fms , end user training , unix , windows , digital , authorization , english , ms-dos , status , email , web intelligence , application , mm modules , compression , mumbai , transportation , sap bi , indexing , transformations , enterprise architecture , features , cockpit , finance , languages , sql server , sap implementation , extractions , vsts , javascript , calc , crystal reports , dashboards , crm , migration projects , working experience , presentations , agile methodologies 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d5409594816584…
https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d540959481658445519405a5e0f… 1/2
Current Designation: SAP BWoH/B4H/HANA/SAC Senior Lead
Consultant
Current Company: Capgemini Technology Services Limited
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Capgemini Technology Services Limited as SAP BWoH/B4H/HANA/SAC Senior Lead Consultant
Jan 2010 to Till Date
Good understanding of agile methodologies worked closely with Client and different vendors by representing Capgemini in
onshore, Germany.
Worked on RFP's for Upgrade Projects, also worked on Upgrade Project Plans and Resource load Plans.
Created BW/4HANA Migration Estimation tool, which will provide the estimation for B4H Migration Projects.
Extensively worked on BW4HANA Migration.
Extensively worked on BWoH Upgrade
Created SAC Stories for Digital Board Room Presentations
Good knowledge on SAP ECC, SAP BW/BI, FS-RI, and SAP HANA Architectures.
Extensively worked on SAP BW, SAP HANA Modeling and Extraction.
Extensively worked on Calculation Views, Scripted Calc Views.
Worked on Extracting Data to SAP HANA from Oracle DB using SLT.
Working Experience on SAP BW powered by HANA Features such as ADSO, Composite Provider, Open ODS views,
Datasources.
Extensively worked on transportation of SAP HANA objects and roles from development to Quality and then to Production
using CTS+ and Delivery Units.
Exposure on working of BW on HANA transports using HTA integration with ChaRM.
Extensively involved in setting up the procedures for LO-Cockpit, Involved in Maintaining the Extract Structure, Generating
and Activating the Data Source.
Worked on Enhancing the Data Sources and filling the data into the enhanced Fields.
Expertise in filling up and deletion of Setup tables.
Expertise in creating Bex Queries, WAD, RRI, Infosets, Multi-Providers, Infocube, DSOs, InfoPackages, Transformations,
DTPs and WDSOs in BI 7.X and 3X
Expertise in OLTP extractions from SAP ECC for SD, PM, QM and MM modules.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Venu V
Consultant seeking roles in SAP Consulting, SAP Implementation, SAP Upgrade, SAP
Support, SAP Project Management, Enterprise Architecture,Data Warehousing,
Application Support, SAP HANA, SAP ECC, SAP BW, VSTS, SAP BW on HANA,
BW4HANA, SAP BI, SAC
Key Skills: SAP/ERP Consultant,SAP Consulting,SAP Implementation,SAP Upgrade,SAP Support,SAP Project
Management,Enterprise Architecture,Data Warehousing,Application Support,SQL Server,SAP HANA,SAP ECC,SAP
BW,BW4HANA,BWOHANA,SAC,BW on HANA,SAP BI,SAP BW on HANA
Summary
SAP BW/BWoH/B4H/HANA/SAC Consultant with overall 11+ years of experience. Having experience in providing technical
solution, Design, Upgrade, Migration, End to End Implementation, Cutover activities and End user training of reports. Played
roles of BW/BWoH/B4H/HANA/SAC Technical Team Lead and Application Developer with good knowledge of ABAP and SQL.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d5409594816584…
https://freesearch.naukri.com/preview/printResume?uname=12cd402419612a93c9cdc7514b2b3c005f0c01594b1a5c120517495d540959481658445519405a5e0f… 2/2
Exposure in handling performance related issues like Aggregates, Compression, Indexing and Rollup.
Expertise in support, automating data loads using process chains and use of BW Monitor to supervise data loading.
Good Knowledge on Upgradation (from BI 3X to BW 7X also 7.3 to HEC) and Cutover activities.
Developed FMs for the custom functionalities and reuse of code as per the business requirement.
Extensively worked on Crystal Reports based SAP BW Data Sources
Extensively worked on SAP BO Reporting and Analysis Tools like Web Intelligence , Xcelsius Dashboards.
Extensively worked on SAC.
PG: MBA/PGDM (Finance) from Sri Venkateshwara University (SVU), Tirupati in 2005
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SAP ECC, FS-RI, LRCF.
SAP BW 3X, 7.0, 7.3, 7.4(SPS11)
Windows 9X, 2000, XP, UNIX, Ms-DOS
SQL Server 2000, MS Access, HANA
MS Office, Enterprise Architect, VSTS
Languages Known
Language Proficiency Read Write Speak
English
Rank 419: Resume 770 with similarity score 0.022944835549613254
Resume Text: BSC , BS , B.E , MS , B.TECH engineering manager , technical architect , associate , quality assurance , solution architect , engineering director , full time , sql developer , technical lead , vp computing , customer , ease , demand , platforms , seasonal , databases , linux , gateway , player , node.js , ftl , status , mobile technology , integration testing , linkedin , xml , pl/sql , facebook , loan origination , components , technical design , pvcs , line management , clear , spring security , utilities , weblogic , pro*c , h1b , listings , coordinated , suite , crm , performance testing , ecommerce , retail , multilingual , functional specifications , designation , mar , web services , hindi , cloud , silver , ltd , json , collateral management , english , code review , twitter , prepayment , jasmine , xsl , agile , 12c , process orientation , defect tracking , mongodb , solution architecture , angularjs , processing , karma , rest , git , spring data , research , mobile applications , social networks , documentation , ssp , struts , javascript , distributors , business requirements , cd , html , feeds , value-added , optimization , general , pages , affirmative action , oracle , financial institutions , maintenance , unix , jquery , advanced , nexus , email , envisioning , tomcat , aws , project delivery , android , invoicing , product strategy , unit testing , maven , languages , multithreading , llc , hibernate , balance , proof of concept , ajax , online , subscriptions , rendering , api , spring mvc , functionality , mentoring , synopsis , jenkins , credit , css , nosql , soap , analytical skills , toad , telecom , hudson , case , profiles , securitization , scratch , apache , sts , software industry , internet , ios , authorization , enterprise , servlets , productivity , scalability , modernization , electronics , hiring , debugging , multi-currency , framework , e-commerce , software design , eclipse , load , persistence 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 1/4
Current Designation: Engineering Manager
Current Company: Airtel Africa
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advanced Computing]
Verified : Email - id
Airtel Africa as Engineering Manager
Jul 2019 to Till Date
Sapient Consulting Pvt. Ltd as Platform Specialist
Feb 2019 to Jul 2019
Platform Specialist
Moonlighting LLC as Technical Architect -Java/J2EE
Oct 2016 to Jul 2019
Project Synopsis:
Moonlighting creates a virtual marketplace for individuals and small businesses, enabling more effective and efficient
communication between those interested in hiring with those who are interested in being hired. Users can eliminate
anonymity by posting jobs and sharing them within their trusted social networks (Facebook, Twitter, LinkedIn) or with
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rahul Akash Katare
Engineering Director, Seeking Roles in Software Development, Application
Programming, Application Maintenance, Project Management, Requirement Analysis,
Solution Architecture, Java, J2EE,Spring, MongoDB,elastic-search, Angular-JS, AWS
cloud
Key Skills: Technical Architect,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,Java,J2EE,JSP,JavaScript,JQuery,JSON,AJAX,HTML,CSS,Angular-JS,SQL,PL/SQL,GIT,SVN,Maven
Summary
13 years 9 months of experience in the Software Industry, primarily Java and J2ee related technologies.
Have experience in project delivery, worked primarily in the domain of Banking and telecom.
Expertise in application programming, software design and development, enterprise application integration, release
management, process orientation and quality assurance.
Excellent communication and analytical skills with problem-solving capabilities, responsible, creative, fast-learner, and an active
team player.
Extensive experience in developing scalable, reliable and efficient enterprise applications using OOD, Java, Spring, Hibernate,
Struts, Web Services, JDBC, JSP, Servlets, JMS.
Extensively worked on Spring MVC, DI, AOP modules of Spring.
Experience in implementing the persistence layer using, Spring data mongo.
Experience in developing rich internet applications using JSP, JavaScript, JQuery, JSON, AJAX, HTML, CSS, Angular-JS,
Angular -4.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 2/4
friends in their contact book. Through Moonlighting's mobile technology, users can also make more intelligent and better-
informed hiring decisions in real time. Using Moonlighting's proprietary payment platform, users can complete their hiring
transactions right from their mobile device.
The Platform works everywhere in the U.S. and also includes simple productivity tools like free and unlimited invoicing &
proposals, job feeds and alerts, priority listings and notifications, and more. Moonlighting is the perfect place for
freelancers, handyman, seasonal help, web and tech workers, and anything else imaginable. The Moonlighting
marketplace, connects on demand job seekers who are looking to hire or to be hired with ease.
RESPONSIBILITIES
Product Strategy and Roadmap Design, Envisioning, Prioritization, Process Reengineering & Optimization, Business
Architecture and Requirement Discovery
Prepare design documentation for Moonlighting APIs, Web and Mobile application.
Gather business requirement identified during research and conceptualize the idea by doing the proof of concept.
Produce well-organized, optimized and properly documented quality code.
Create backend APIs, build web-pages and native mobile applications IOS with given specification.
Integrate new developed application software components to the existing Moonlighting platform.
Integrate the developed module with the payment gateway to facilitate domestic payment and transactions for
Moonlighting customers.
Improve security and performance of Moonlighting product suite (API/Web/Mobile).
Provide input in debugging existing code and improve current functionality.
Mentoring development team. Organize team work into a process-oriented manner. Remove the technical impediments for
a team.
Solution Environment & Technology: Unix, Java, J2EE, java-script, Spring, Spring Security, Maven, Elastic-Search, Rest
Web-services, Angular JS, Mongo-DB, AWS, Swift-3, Android, Agile work Environment, Api Management, Ethereum
block-chain.
Wipro Technologies as Technical Lead
Apr 2010 to Aug 2016
Project Synopsis: SSP is the enterprise platform for personalized/targeted web facing customer sales or servicing
applications that fully integrates with card back end systems as well as e-commerce platforms. The platform supports the
following capabilities: Online Customization, Balance Transfer, Preferences, Secured Card, Over-limit Opt-In, Direct
Elinking, Online Activation and Operational Monitoring.
RESPONSIBILITIES
Created High Level and Low-Level Technical Design.
Provided quick solution to production issues.
Contributed in Application Programming, Unit Testing, Deployment and Integration Testing.
Defect Tracking, Resolution and Code Review.
Level-3 support for production applications.
Performance testing support and issues resolution.
Migration from clear case, ant to SVN, maven.
WebLogic Portal to spring MVC migration.
CI/CD implementation.
Quick Silver Card Implementation in Online Customization module.
Application modernization from WebLogic portal to Tomcat, spring 4.0, aws cloud migration, AngularJS
Solution Environment & Technology: Unix, Java, J2EE, java-script, JQuery, FTL, Spring, WebLogic Portal-10.3.2,
WebLogic 12C, Tomcat, Oracle 11g, Maven, Hudson/Jenkins, Nexus, Web-services (Soap, Rest), Agile work Environment,
Angular JS, Mongo-DB, Grunt, Gulp, unit testing using Jasmine, Karma,
AWS.
Client- SFR Telecom APR 2010 - APR 2012
Wipro Technologies - Pune India
Role: Technical Lead
Project Synopsis: This is a web application (CRM as well as ecommerce) for Sales and Subscriptions services of France
telecom major SFR. It provides a web platform to SFR distributors in France to maintain & update SFR customer profiles,
sale the telecom products and value-added services to SFR customers. It is three-tier, clustered, high scale and high load
application developed with Struts framework. It integrates multiple systems of SFR through Web services and JMS for
input gathering, processing and rendering processed information.
RESPONSIBILITIES
Coordinated with client for business requirement analysis and educated team members on requirements.
Converted complex business requirements into exhaustive yet simple Functional Specifications.
Created High Level and Low-Level Technical Design for the module.
Provided technical solutions for performance, scalability, and multithreading issues in the application.
Contributed in Application Programming, Unit Testing, Deployment and Integration Testing.
Defect Tracking and Resolution, Code Review.
Created from scratch ADG Admin Module using Struts, Web-Services, Jsp, Java-Script
Solution Environment & Technology: Linux, Java, J2EE, java-script, Jsp, WebLogic 8x, Oracle 9i, SQL developer, Eclipse,
Web-services, Hibernate, MQ, Ajax.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 3/4
Polaris Software Lab Ltd. as Associate Consultant
Feb 2007 to Mar 2010
Product Synopsis: Intellect Lending is a complete solution for automating Loan product programs for Corporate, Retail
banks and other Financial Institutions. The product is inbuilt with ability to structure complex products for corporate
banking, to cater to all popular retail products offerings in the market, to handle high volumes and is multi-currency, multi-
user, multi-branch and multilingual. It is a comprehensive and flexible loan life cycle management solution servicing entire
loan life cycle including loan origination, credit decision making, credit line management and tracking, disbursal,
maintenance, repayment schedule tracking, accounting, prepayment processing, delinquency and receivables tracking,
non accrual and charge - off processing, bad debt recovery, collections and collateral management.
RESPONSIBILITIES
Developed from scratch module Security Maintenance.
Developed and design the utility tool for download the file in xml format from database and same file to upload in
database. (Used XSL oracle utility)
Prepare technical design, and deployment documents.
Client - Tamweel Financial FEB 2007 - SEP 2009
Polaris Software Lab Ltd
Chennai, India
Role: Developer
RESPONSIBILITIES
Developed from scratch module securitization, Partial Prepayment Simulation
Developed from scratch module Customer Level Offset
Customized and developed File Upload and Download Utilities
Prepared technical design, and deployment documents
Migrated the Application (Intellect Lending) from WebLogic 8.1 to 10.x
Customized existing module in Intellect Lending Systems in front-end and back-end
Developed from scratch module Customer Level Offset in Struts Framework
Solution Environment & Technology: Linux, Java, J2EE, Pro*C, java-script, Jsp, Servlet, EJB, Struts MVC, WebLogic 8.1
Oracle 10g, PVCS, TOAD
Current VISA Status- H1B valid till 19 June 2019
UG: B.Tech/B.E. (Electronics/Telecommunication) from National Institute of Technology (NIT), Raipur in 2004
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2007
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 2010 3 Year(s) 11 Month(s)
jsp, javascript
Jquery, Json, Ajax
HTML, CSS, Angular-JS
WebLogic, Tomcat, Web Server
Apache HTTP
SQL, PL/SQL
NoSQL databases Mongo-DB
SOAP and RESTful Web Services
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b18…
https://freesearch.naukri.com/preview/printResume?uname=b4e55e85ba4b88ba8f9f4651ca598b025b5e0b564947011404124451080e074a115b180140405a5a5f5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Micro-services
J-UNIT
GIT, SVN, Clear-case, PVCS
HUDSON, JENKINS
Eclipse, WebLogic workshop, STS
MAVEN
Solidity, Node.js
Redshift
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Rank 420: Resume 338 with similarity score 0.022914169939435524
Resume Text: MS , BS work from home , recruiter , devops api , training , dart , figma , devops , internships , watson , kubernetes , philosophy , linux , public , stocks , firebase , heroku , player , ios , ux design , advanced , node.js , cloud security , recruiter , ecmascript , cloud development , project , express , aws , mongodb , mastery , resume , ibm , android , impress , rest , writing , british , machine learning , kanban , computer science , framework , completion , task management , assessment , python , one , shares , apps , cloud computing , web architecture , online Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship. I possess excellent communication skills, I'm a team player, and most importantly, I'm a dedicated worker. All I want is a chance to prove
it to you. I also posses good working knowledge of Flutter and have worked on many projects. I can also work on API as I have experience in
writing Node.js apps with monogdb server and deployment on all major platform such as AWS, GCD, Heroku
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Available for 3 month, starting immediately
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Moksh Chaudhary
Chandigarh, Zirakpur
Applied 31 Jan'21
Flutter Android Figma
Linux UI & UX Design Machine Learning
Bachelor of Computer Science B.C.S.), Computer Science
Chandigarh University
2018 - 2022
Senior Secondary XII, Science
The British School
CBSE board)
Year of completion: 2018
CGPA 7.00/10
Secondary X
Delhi Public School Chandigarh
CBSE board)
Year of completion: 2016
CGPA 9.40/10
Flutter Development
Padmavati Enterprises, Virtual
Jan 2021 - Present
Design a UI/UX for the App
Build that app in flutter using firebase as backend
Everyday updates to make sure everything is going as planned
Flutter
udemy, Online
May 2020 - Aug 2020
Build beautiful, fast and native-quality apps with Flutter
Become a fully-fledged Flutter developer
Build iOS and Android apps with just one codebase
Build iOS and Android apps using just one programming language Dart)
Build a portfolio of beautiful Flutter apps to impress any recruiter
Understand all the fundamental concepts of Flutter development
Become proficient in one of the fastest growing technologies
Cloud Computing
IBM, Online
Jul 2019 - Jan 2020
This badge earner has proven expertise to build, run, deploy, and develop applications on a cloud development platform,
using IBM Cloud. The badge earner has demonstrated advanced proficiency on topics such as Cloud Computing,
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8146974745
Kubernetes, Cloud Found ry, DevOps, REST Architecture, Watson APIs, Web Architecture, Cloud Security, Node.js, Express
Framework, ECMAScript, and React.
Link: https://www.youracclaim.com/earner/earned/badge/644443b3-d4af-4f7b-92e35b7167fd7599
Machine Learning
Verzeo, Online
Sep 2018 - Nov 2018
Training in machine learning where we were taught about Machine learning and python language and it's impact and also
used machine learning to predict the prices of stocks and shares
Taskr App
Jan 2021 - Jan 2021
https://github.com/mokshchaudhary/taskr
A task management app which focused on "damn simple app" app philosophy.
Technologies used:
Flutter
Dart
Firebase
College App Redesign
Oct 2020 - Dec 2020
https://github.com/Cuims-Redesign
Redesign of college's app to make it faster , lighter and more elegant
Technologies used:
Flutter
Nodejs
RestApi
Heroku
Demo: https://drive.google.com/file/d/1w9jFvRlfq6OtSPLnaZXrEDRp32aqv7_Q/view?usp=sharing
Kanban App
May 2020 - Jul 2020
https://github.com/Team-Cepheus/taskr.io
A kanban app to help people keep track of their project with their team
Used Technologies:
React
Nodejs
MongoDB
Had an app on appstore when I was 16 years old.
IBM Cloud Mastery Badge
https://github.com/mokshchaudhary/taskr
https://github.com/Cuims-Redesign
https://github.com/Team-Cepheus/taskr.io
Rank 421: Resume 1260 with similarity score 0.02286508605769548
Resume Text: B.E , MS , B.TECH , M.TECH it analyst , cfo , member of technical staff , test lead , full time , team lead , team member , principal software engineer cards , snapmirror , training , panic , controllers , nfs , microsoft azure , security , space , notepad++ , platforms , docker , databases , linux , test cases , status , specifications , perl , snapshot , account mapping , industrial research , semantics , samba , smb , xml , zoning , rdbms , writing , features , reliability , django , infrastructure , data center , asp.net , reach , ports , solaris , foundation , oci , timers , workflow , suite , performance testing , file systems , interfaces , designation , regression testing , netmon , protocol , ceridian , web services , flash , hindi , cluster , ltd , english , agile , project , data ontap , groups , ownership , processing , ctl , windows xp , biztalk , reclamation , rest , database design , compliance testing , kanban , traffic generation , pycharm , resource management , code coverage , reporting tool , javascript , technology , ndmp , availability , zombies , disk , ldap , exploratory testing , vm , performance analysis , aggregates , leak testing , vs , affirmative action , mysql , oracle , jdk , mmc , readiness , sql server management studio , maintenance , exadata , database administration , unix , resiliency , iron , payroll services , idm , object oriented design , software testing , email , architecture , aws , max , iscsi , operations , netapp , languages , thin provisioning , urdu , load balancing , raid , replay , scheduling , jira , fas , online , api , cscope , profiles , wireshark , authentication , authorization , c# , scalability , snmp , application , less , test automation , servers , system performance , shell scripting , debugging , auditing , storage , framework , replication , offshore , python , roaming , cloud computing , test execution , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 1/4
Current Designation: Pricipal Member of Technical Staff
Current Company: Oracle
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Oracle as Pricipal Member of Technical Staff
Apr 2015 to Till Date
Product Title : Database
Duration : Aug 2019 - Till date
OS : Linux based Oracle OS, All windows and linux hosts,
Languages : C, Python, MySQL
Role : Principal Member of Technical Staff
Roles and Responsibilities:
Triaging RDBMS and LDAP bugs for test and code fixes.
Monitor oratest runs for C (tsc) files creating, loading and dumping SQL Scripts for pluggable database used in Shared
Exadata Infrastructure.
Resolving ewallet authentication issues.
Check and compare the failures on windows that have passed in Linux.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Safiya Khanam
Pricipal Member of Technical Staff seeking roles in AWS, Azure, Database
Administration,Engineering Services,Web Services,Cloud Computing,Software
Development,Agile Methodology,Object Oriented Design,Database Design,Software
Testing,C,MS SQL Server
Key Skills: Database Administration,Engineering Services,Web Services,Cloud Computing,Software Development,Agile
Methodology,Object Oriented Design,Database Design,Software Testing,Python,Django,AWS,Microsoft Azure,MySQL
Summary
Experience in gathering the requirements & specifications, designing and implementing the product.
REST services, PRISM Interface, Postman, XML and Web Services
OCI concept and data center R1
Domain Knowledge of Terraform and container technology like Docker
Load balancing technologies and Storage Volumes
Domain Knowledge of Identity management solutions like Oracle IDM
Networking Protocols- CIFS/NFS/FC/iSCSI and TCP/IP
Server hardware configuration for OFS - Oracle Flash Storage
Cloud computing patterns
Database administration, working knowledge of databases and SQL
Kanban methodology adopted for OFS (Oracle Flash Storage)
Worked on various Unified Storage Products (FAS series) and Data ONTAP OS for NetApp
Worked on OFS - Oracle Flash Storage - SAN/NAS releases
Fair knowledge of Django Framework, Python and shell scripting.
Testplan writing and Test suite development
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 2/4
System level security and Integrity debugging and testing.
Patch testing : JDK patches updates on 11.2, 12.1, 12.2, 18.3 and 19.3 DBRU_WINDOWS.X64_RELEASE
Python Patch testing 11.2, 12.2, 18.0, 19.0 DBRU_WINDOWS.X64_RELEASE from installing shiphome to Optach and
Datapatch.
Oracle India Pvt. Ltd: # OFS - OCI
Product Title : Oracle Flash Storage- OCI
Duration : April 2015 - Aug 2019
OS : Linux based Oracle OS, Win8/12/16 and Linux 2.6/3.18/4.7
Role : Principal Software Engineer
Roles and Responsibilities:
Frameworks : Django Framework, Pycharm, Rest API Services
TC Automation, execution and monitoring using QC, ARTAS, R2F
Creating Testplan for new and upcoming features using Kanban Agile Methodology.
Ownership of complete NAS area : Designing and monitoring execution by peers
Write TCs for NAS : NLM, SMB and max Filesystems & Limits
Write TCs for SAN for Oracle Cloud Infrastructure data center R1 requirement:
QoS Throttling, ILOM and Service VM using Rest API and PRISM commands.
Working on Terraform and container technology like Docker, Load balancing technologies and Storage Volumes
Test for readiness of tools involved in Functional Test Execution like NLM Locking, SMB locking, Load-Dynamix.
Exploratory testing and Compliance testing with market standards.
IO Tools: IOmeter, Storm, VDbench, IO integrity checking tool, Load-Dynamix, smbtorture, other in house oracle tools.
TC Automation, execution and monitoring using Pycharm, QC, ARTAS, R2F
Training New Joiners with Product information and tools Hands-on.
TestCase execution for SAN features as per Oracle Cloud Requirement.
Test cases to evaluate system performance, scalability, security, and reliability
Defect analysis and tracking - identify, analyze, and document defects via BugDB and Jira
Features worked upon: NAS/SAN Protocols and Performance Analysis
MQFS Filesystem, Clones, Copy and Snapshot
Oplocks, Lease, Durable Handle, Resilient Handle, Authentication, Timers, ACLs, Account Mapping, ADS servers,
Domain Controllers, Trust, Roaming Profiles, ABE/BTC, MTU
NLM and NFS locking, Lock Reclamation and Recovery, ACLs, LDAP & NIS servers
MaxRep - Replication Tool, NDMP : Backup and Restore Tool
Lun mapping, Zoning, QoS Throttling , ILOM
Luns Copy, Luns Clone, Luns Snapshot
SNMP, Thin provisioning
Raid Maintenance Operations - Copyaway, copyback, rebuild, offline/online.
iSCSI and FC ports testing with diff supportable NIC cards
LACP testing.
TCS as IT Analyst
Nov 2009 to Apr 2015
Project title : NetApp CPEQA Core Software.
Duration : Dec 2010 - April 2015
OS : LINUX/SOLARIS, Win XP, Win 7, Win 8
Platform : FAS series
Client : NetApp Inc.
Role : Test Lead
Roles and Responsibilities:
Team Lead for WAFL File systems with a team of 11.
Worked on upcoming releases and patches for Cluster environment with 2 to 4 nodes, transitioning from Cluster to
single mode and vice-versa, Load and traffic generation.
Regression testing on high, medium and low-end platforms, ensuring the fixes have not broken the code.
Stress and Performance testing, checking for the maximum NFS/CIFS traffic, High Data-set and Load generation.
Configuration and setup of Filers for testing functionalities like: snapshots, snapmirror, File Folding,
Mapping CIFS/NFS Clients, Active Directories and LDAP, Durable Handles.
Knowledge of Installation of SAMBA.
Code Coverage and Memory leak testing
Test Automation using NATE / NACL Automation framework
Features worked upon: WAFL/CIFS/NFS
WAFL bufs, buf cache, free cache, external cache, indirect block format.
REP: interaction with RAID on read path, panic avoidance, Availability by Improving Resiliency and Recovery
Avoidance.
SIS-clone, Iron, wreck, wafliron and file system corruption tools
Volume clones, Vol operations like vol move, vol copy
Consistency points, write allocation, vbn frees - zombies, dlog, etc.
SFO, CFO and NVLog replay: WAFL handling of CFO and SFO aggregates takeover, giveback, early takeover, early
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 3/4
giveback.
WAFL local and remote NVRAM support, nvfile support for aggregates, trads, flexible volumes. Metrocluster
interactions during takeover/giveback.
Protocol handlers, lock manager (10-mode), and fio interfaces.
In-core and On-disk Inode semantics
Qtrees and Quota semantics,
Block reallocation
Replication semantics : VSM, QSM, RSM, Consistency Groups
Scanner infrastructure, msg infrastructure, wafl processes
Snapshot semantics : WAFL snap create, delete, autodelete and restore functionalities
Space account, reservation, guarantees, thin provisioning
CIFS locks and handle tools : lockstress.exe, file_test, cifs_test, open32.exe, ntcreate
Stress load tools : hammer, combo1.bat
CIFS Delegations, MMC, Auditing, Homedir, Change notify, Opportunistic locks etc.
Stress load : hammer, sio, filersio
Locking tools: fcntl, locks
TCS: Project # 2:
Project title : Defect Fix Team - Offshore
Platform : Windows XP
Language : ASP.NET, C#, Microsoft SQL Server 2005
Duration : August 2010 to November 2010.
Client : Ceridian UK
Role : Team Member.
Description : Ceridian is a leading provider of Human Resource Management and Payroll Services in the US, UK
and Canada
Roles and Responsibilities:
Providing SQL assistance to the team using SQL Server Management Studio 2008.
Development of a working BizTalk framework for processing payroll. The framework migrate data with minimal manual
intervention.
Providing Ceridian the flexibility in payroll process scheduling and provide enhanced scalability
Reach out to more customers by showcasing the solution to other customers.
TCS: Project# 3:
Project Title : CSIR Infrastructural Portal
Platform : Windows XP
Language : C#, ASP.NET, SQL Server, WCF Architecture for MS .NET 3.5 Framework , Windows Workflow Foundation,
Windows Presentation Foundation,
Duration : November 2009 - August 2010
Client : Council of Scientific and Industrial Research
Role : Team Member.
UG: B.Tech/B.E. (Computers) from Aligarh Muslim University (AMU) in 2009
PG: M.Tech (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Data-ONTAP by NetApp
Oracle OS, Linux/Unix, Solaris
Win 8/12/16/19 and Win10
Python, Unix, Perl
Pycharm, gdb, Cscope, VS Editor
OpenGrok, Notepad++
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d19…
https://freesearch.naukri.com/preview/printResume?uname=5cb2760a5ce3c35ac5ae85dd4d5b02e90b5e585543475b16021012500e0f0548125d190014430a0f58… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
BURT(Bug Reporting Tool), CTL
Oracle's BugDB, Jira
Django Framework, Rest API Services
PRISM, Postman
Test Automation (NACL, NATE, XANT)
.NET 3.5 Framework.
Wireshark, Netmon etc.
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Rank 422: Resume 219 with similarity score 0.02284110265788579
Resume Text: MS , M.Sc , M.S operator , work from home , scrum master , application developer customer , scrum , internships , css , interview , mar , platforms , design , maintenance , ltd , php , shopping , project , store , application , job searching , resume , android , components , hiring , computer science , preparation , shops , assessment , purchasing , management system , javascript , schedules , tax , html , online Assessment
Q1. Why should you be hired for this role?
Completed 6 Month of internship in Android App Development.
Contributed to design and develop application with latest technologies and tools that supports on all android platforms.
Responsible for development of all application components and UI resources.
Communication with client for daily requirement and requests for the application updated and maintenance.
Work on the daily tasks, followed the scrum master for the tasks.
Project:
XSEED Online job searching and hiring portal
Role:
Work as an Jr.Application Developer. Work on daily tasks. Followed the scrum masters for the tasks. Include responsibilities of application design
and development. Communicate with client for daily requirement and requests for the application updates. Work with the team and manage
source code versions using bit bucket.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am looking for work from home internship..
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Harshada Chavan
Kolhapur
Applied 25 Dec'20
Android CSS HTML
Java PHP JavaScript
Master of Science M.Sc), Computer Science
Shivaji Unversity Kolhapur
2018 - 2020
Bachelor of Computer Science B.C.S.), Computer Science
The New College, Kolhapur.
2015 - 2018
Percentage: 86.00%
Application Developer
TCognition Consultancy Pvt Ltd, Kolhapur
Jan 2020 - Jul 2020
Project:
XSEED Online job searching and hiring portal
Role:
Work as an Jr.Application Developer. Followed the scrum masters for the tasks. Communicate with client for daily requirement
and requests for the application updates.
Online Shopee
Oct 2018 - Mar 2019
Online Shopping is a one spot where customer can purchase the goods.Online Shops manager or its operator has to store
some information about parts selling, purchasing, ordering etc.
Incometax Management System
CONTACT Phone: 91 8788463068
Jan 2018 - Apr 2018
. In Tax Information system, a CA registers the client personal details, enters all the details and uploads various documents
that are necessary for preparation oTax Summary and Schedules for an interview after successful submission of
alldocuments.
Rank 423: Resume 665 with similarity score 0.022816621357619984
Resume Text: MS , B.TECH , BS work from home , representative , android developer general , bluetooth low energy , internships , developers , mar , information technology , design , public , firebase , ltd , wrist , retrofit , advanced , project , consultation , kotlin , application , telemedicine , coursera , introduction to , messaging , pal , resume , android , github , electronics , rest , java , connectivity , linkedin learning , reach , google maps api , raspberry pi , completion , assessment , fetch , heat , urban , database , online Assessment
Q1. Why should you be hired for this role?
After applying all the knowledge into a recent project, I experienced how to tackle problems and keep perseverance to reach the goal.I have
done several projects in android in which I have used Retrofit, Firebase, Google Maps API, Kotlin, Java,Material Design, Room Database,MVVM. I
will have good exposure in the industry by this internship. With having a good work ethic and problem-solving attitude, I consider myself to be
the right candidate for this position. I promise to make the best use of the opportunity given to me and deliver the quality work for uplifting the
company's growth.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for three months. I am open to work between Jan to Mid August 2021.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Vishal Pal
Hamirpur
Applied 24 Dec'20
Android Kotlin Firebase
GitHub Java Raspberry Pi
REST API
Bachelor of Technology B.Tech), Electronics and Communication
Indian Institute Of Information Technology Una, Himachal Pradesh
2018 - 2022
CGPA 8.70/10
Senior Secondary XII, Science
Shanti International Academy
CBSE board)
Year of completion: 2017
Percentage: 89.00%
Secondary X
G.C. Public School
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Android Developer Intern
Torit Innovations, Virtual
Jul 2020 - Oct 2020
Worked on a telemedicine based doctor consultation app.
Android Developer Intern
Hfil Technology Pvt. Ltd., Virtual
Apr 2020 - Jul 2020
∙Contributed to the CWatch app designed for connecting with IoT based
wrist band.
∙Implemented Bluetooth connectivity to fetch temperature sensor data
through Bluetooth low energy.
∙Used retrofit to communicate with REST APIs
Class Representative of E.C.E batch 20182022
Kotlin For Java Developers
Coursera, Online
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9521747405
Jun 2020 - Jul 2020
Introduction To Git And Github
Coursera, Online
May 2020 - May 2020
Retrofit With Java
LinkedIn Learning, Online
Mar 2020 - Jun 2020
Advanced Android App Development
Udacity, Online
Feb 2020 - Present
Android Developer NanoDegree
Udacity, Online
Dec 2019 - Feb 2020
iSafe App
Jul 2020 - Aug 2020
https://drive.google.com/file/d/1IcLRe-BuhqRFYtu1pVpbz60aeOZXbAZw/view
∙ Contributed to the app which is designed to alert the user traveling to
an unsafe area.Implemented google maps API to see the unsafe areas in selected routes and show heat maps on unsafe
areas around the current location.
Naukri
Jul 2020 - Jul 2020
https://github.com/pal-vishal/Hack-DCRUST
Bringing employment to those who need it the most.
Covid Cure
Apr 2020 - May 2020
https://drive.google.com/file/d/1UeU2CAfFXF0b1ZgBBO9yrCkNZPE5CT4a/view?usp=sharing
An android app designed for the people of Himachal Pradesh to get real-time updates of Covid19, with messaging and
geofencing feature.
Stack used : Android, Firebase, Google Maps, Retrofit.
Hacktronics App
Jan 2020 - Mar 2020
https://drive.google.com/file/d/1vSGToH1HtGCVpj8tlSWsnYdJjOI0EZuO/view?usp=sharing
Hacktronics is an android application about the upcoming hardware hackathon conducted by Aavesh electronics society of
IIIT Una. The app includes general information about the hackathon, updated schedule of the event.
C Watch
Apr 2020 - Present
https://drive.google.com/file/d/1rJJwCaND0_TFV_-y3vqyTD7-eX95FiG/view?usp=sharing
An android app designed for a smart IoT wrist band.
Stack used: Android, Firebase, Retrofit, Bluetooth Low Energy, Google Maps Api.
Winner of Smart India Hackathon 2020 under problem statement of Ministry of housing and urban affairs.
https://drive.google.com/file/d/1IcLRe-BuhqRFYtu1pVpbz60aeOZXbAZw/view
https://github.com/pal-vishal/Hack-DCRUST-
https://drive.google.com/file/d/1UeU2CAfFXF0b1ZgBBO9yrCkNZPE5CT4a/view?usp=sharing
https://drive.google.com/file/d/1vSGToH1HtGCVpj8tlSWsnYdJjOI0EZuO/view?usp=sharing
https://drive.google.com/file/d/1rJJwCaND0-_TFV_-y3vqyTD7-eX95FiG/view?usp=sharing
Rank 424: Resume 822 with similarity score 0.02274706299421937
Resume Text: B.S , MS , BS senior software engineer , full time , software developer react.js , pair programming , functional specifications , core data , retro , web application development , interfaces , project managers , css , techno-functional , designation , sqlite , soap , mobile application development , requirement specifications , confluence , affirmative action , suggestions , health , mysql , studio , analytics , hindi , beginner , ltd , windows , sts , cocoa touch , json , checks , english , troubleshooting , teams , authorization , bootstrap , enterprise , status , spring boot , agile , email , integration testing , groups , information systems , german , mumbai , xamarin , business operations , xml , closure , architecting , ios development , xcode , rest , swift , mac , c++ , webstorm , debugging , unit testing , computer science , languages , software requirements , business planning , html5 , documentation , pivotal , objective-c , vw , javascript , jira , technology , measures , feeds 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45…
https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45051149095f5c5… 1/3
Current Designation: Senior Software Engineer
Current Company: Volkswagen Group IT Services
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Mumbai
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Volkswagen Group IT Services as Senior Software Engineer
Sep 2015 to Till Date
Coordinating for entire project related activities to be in tune with the core business objectives
* Maintaining coordination between cross-functional/ onsite and offsite teams for ensuring delivery of the project
* Monitoring business requirement gathering, system analysis and finalizing techno-functional specifications
* Subsequently working with and leading other team members in identification and designing of client's solution
* Managing the design, development, testing, troubleshooting and debugging of the software
* Setting-up and maintaining process, documentation and quality standards for all phases of the SDLC
Significant Accomplishments
* Delivered effective innovation for business operations
* Received appreciation for being the trend setter for applications monitoring
* Best product appreciation from VW Group.
* Emerged as the Best Team Achiever for BI Analytics
* Took several measures such as product health checks, Team retro, product retro to ensure that applications are in line
with requirements specified by the clients.
e-Zest Solutions Ltd as Senior Software Engineer
Mar 2014 to Sep 2015
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Laxmikant Wagh
Senior Software Engineer seeking roles in iOS Development,Mobile Application
Development, iOS, Software Development,Project Management,Requirement
Gathering,Agile Methodology,Unit Testing,Objective
C,XCode,MySQL,JSON,Java,React Js
Key Skills: Senior Software Engineer,Mobile Application Development,Software Development,Project
Management,Requirement Gathering,Agile Methodology,Integration Testing,Unit Testing,Objective
C,XCode,MySQL,JSON,C++,React.Js,Swift,IOS,Cocoa Touch
Summary
* Technical expertise with over 9 years in all the phases of Mobile and Web Application Development; experienced in end-to-
end development of mobile/Web application products/projects right from inception, requirement specifications, designing,
implementation, documentation and closure using
* Resourceful in gathering business & software requirements, working with teams, architecting interfaces and taking
development initiatives
* Skilled in application design, development, integration, POC, TechTalks, Pair Programming, Innovations, understanding of
logic & concepts, testing and deployment of complex information systems
* Significant experience in working with customers, project managers and technical teams for executing concurrent projects;
collaborating with the seniors and providing suggestions on technology initiatives
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45…
https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45051149095f5c5… 2/3
Ansh Systems Ltd. as Software Engineer
Jul 2011 to Feb 2014
UG: B.Sc (Computers) from K.K. Wagh College of Computer Science in 2008
PG: MCA (Computers) from D.Y. Patil Institute of MCA in 2011
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Education
IT Skills
Skill Name Version Last Used Experience
iOS Development 12 2018 7 Year(s) 0 Month(s)
Objective-C, C, C++ 2018 7 Year(s)
SQLITE, Core data Latest 2018 7 Year(s)
XCode, Xamarin Studio 8 2018 7 Year(s)
SOAP, REST, JSON, XML Parser Latest 2018 7 Year(s)
Jira (Administrator), Service Now latest 2018 7 Year(s)
SWIFT 4.2 2018 7 Year(s) 0 Month(s)
Windows, Mac
JAVA
React Js,HTML 5,SpringBoot,Bootstrap 0 Year(s) 0 Month(s)
IntelliJ, STS, WebStorm
Crashlytics,App Center
Confluence,Pivotal
SQL , MYSql
Cocoapods
Languages Known
Language Proficiency Read Write Speak
English Proficient
Marathi Expert
Hindi Expert
German Beginner
Projects
Project Title: WLTP
Client: Volkswagen
Skill Used: React.Js,SQL,Java,Spring Boot,Html5, CSS, iOS, Swift
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45…
https://freesearch.naukri.com/preview/printResume?uname=db74532bff742cf019449c3d83425de2090e5c584c420b135713470e585f004e420e45051149095f5c5… 3/3
Nature of Employment: Full Time
Role: Other
Duration: Jun 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Jan 2018 - Dec 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Nov 2016 - Dec 2017
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Web application to prepare configuration for special type vehicle.
Project Title: Voice (Enterprise Application)
Client: Volkswagen Germany Group
Project Details: To help Volkswagen Groups Business users to communicate with different users for same product, categories
and feeds.
Project Title: Postmappe (Enterprise Application)
Client: Volkswagen Germany Group
Project Details: To help the top management during meetings to present and update the confidential information and
documents for appropriate decision making.
Project Title: BI Analytics (Enterprise Application)
Client: Volkswagen UK Group
Project Details: To reduce manual dependencies and effective daily updates for business planning according to BI status
along with analytical information.
Rank 425: Resume 172 with similarity score 0.02256159019521806
Resume Text: MS , B.TECH , BS work from home , classifier api , training , matplotlib , algorithms , forest , classification , deep learning , mar , keras , natural language processing , linear regression , models , project , pandas , introduction to , numpy , resume , decision trees , testing , frame , java , logistic regression , machine learning , running , computer science , opencv , completion , assessment , management system , python , face recognition , form , technology , metrics , database , online Assessment
Q1. Why should you be hired for this role?
I am a hardworking and enthusiastic individual. I am a good in dealing with deadlines and complete the work given to me in the required span of
time. I am currently pursuing Bachelor of Engineering in Computer Science form Delhi Technological University. This make me familiar with all the
latest trends in technology. I have in depth knowledge of Data Structures and Applied Algorithms, Database Management System, Operating
System and Computer Networks. I am well versed with Java and Python and am a Machine Learning and Deep Learning enthusiast. I have done
projects in Natural Language Processing and am familiar with Natural Language ToolKit(NLTK. I have also done projects on Image Classification
using Keras with Tensorflow as backend, Face Recognition projects using OpenCV and trained linear regression and classification models using
Pandas, Numpy, Scikit Learn and MatPlotLib.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months and can start immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
Devashish Attri
Delhi
Applied 07 Feb'21
Python Java Deep Learning
MSExcel Machine Learning OpenCV
Bachelor of Technology B.Tech), Computer science
Delhi Technological University
2017 - 2021
CGPA 7.70/10
Senior Secondary XII, Science
Mount Carmel School
CBSE board)
Year of completion: 2016
Percentage: 91.20%
Secondary X
Mount Carmel School
CBSE board)
Year of completion: 2014
CGPA 10.00/10
Machine Learning
Internshala Trainings, Online
Mar 2020 - Apr 2020
Successfully completed a six weeks online certified training on Machine Learning. The training consisted of Introduction to
Machine Learning, Python for Machine Learning, Machine Learning Life Cycle, Data Exploration and Manipulation, Build Your
Firs t Model, Evaluation Metrics, k-NN, Selecting the Right Model, Linear Regression, Logistic Regression, Decision Trees,
Feature Engineering, Basics of Ensemble Models, Random Forest and Clustering modules. In the final assessment, I scored
83% marks.
Social Distance Detector
Jul 2020 - Aug 2020
https://github.com/dAttri97/Social-Distance-Predictor
A predictor using YoloV3 and OpenCV to classify pedestrians violating the rule of Social Distancing. First all the people in the
frame are located, the Euclidean distance is calculated between these people which is then used to classify the violater.
Image Classifier
Apr 2020 - Apr 2020
https://github.com/dAttri97/Image-Classifier
https://github.com/dAttri97/Social-Distance-Predictor
https://github.com/dAttri97/Image-Classifier
CONTACT Phone: 91 8130120799
A image Classifier which uses the Keras API running on Tensorflow library to classify the given image. This project is using the
CIFAR10 dataset of images containing over 50,000 images for training and 10,000 for testing.
Rank 426: Resume 1034 with similarity score 0.02254347010558289
Resume Text: B.S qa analyst , associate , quality assurance , approver , on site coordinator , full time , testing engineer , functional tester , team member reporting , functionality , manual testing , finish , compatibility testing , filenet , security , designation , functional testing , regression testing , guidewire , mar , sensitivity , ug , affirmative action , gui testing , collaboration , baking , hindi , ltd , mobile testing , test cases , provision , player , alm , risk , checks , troubleshooting , p&c insurance , authorization , english , status , software testing , agile , email , project , integration testing , on site , test scenarios , microsoft excel , soapui , gsp , smoke testing , ibm , query builder , android , writing , retesting , features , servers , accessibility , raven , languages , system testing , documentation , iso , windows , cap , money , jira , javascript , form , web , history , application testing , helix , database , gemini 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a17014…
https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a170145564314585400… 1/3
Current Designation: QA Analyst
Current Company: Vgroup.inc
Current Location: Pune
Pref. Location: Pune,Dubai,United Arab Emirates (UAE)
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Vgroup.inc as QA Analyst
Sep 2020 to Till Date
i am the qa analyst, responsible for testing the application , requirment analysis, bug reporting and retesting, test cases
and test scenario managment and creation.
Capgemini India Pvt Ltd., as Associate Consultant -Software Testing
Mar 2015 to Sep 2020
My Contribution: As a Team Member
Preparing documentation like project scope document, status report, project information document, test plan, test
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Harshwardhan Bharat Shelke
ISTQB Associate Consultant seeking roles in Software Testing,Manual
Testing,Functional Testing,Integration Testing,System Testing,Regression
Testing,Compatibility Testing,GUI Testing,Accessibility Testing,Mobile Testing,JIRA,QC
Key Skills: Associate Consultant,Testing Engineer,Software Testing,Manual Testing,Functional Testing,Integration
Testing,System Testing,Regression Testing,Compatibility Testing,GUI Testing,Accessibility Testing,Mobile
Testing,JIRA,QC
Summary
5+ Years Work experience.
Currently working in AIIG as a functional tester on the Guidewire P&C insurance domain.
Experience
Experience in banking domain
Extensive experience in Functional Testing.
Strong in Test case writing.
Involved in Functionality Testing, GUI Testing, Regression Testing, and Accessibility testing.
Good Hands-on experience in quality assurance.
Good in problem-solving and troubleshooting capabilities.
Effective team player and able to achieve common goals and business objectives.
Worked on Web-based & desktop application testing and Mobile testing.
Work experience in Agile Model.
Able to negotiate and problem solve quickly, accurately, and efficiently
Guidewire (Policy Center) testing
SoapUI knowledge
Experience in Mobile Testing
Experience in ISO 27001:2013 standards and controls. * Have good experience in the design, development, and execution of
scenarios and test cases.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a17014…
https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a170145564314585400… 2/3
execution and bug report.
Worked on SoapUI
Preparing awareness document of application
Analyzing risk and cover the risk in test plan and test cases.
To make the products more reliable, efficient, bug free to provide a Quality Product to end user.
Ensure that given task should finish in given timeframe.
Support and help other team members.
Current Project:
Title: Aiig( American integrity insurance group)
Domain: P&C insurance
Duration: July 2018 - June 2020
Product: Gidewire policy center (Web based application)
Responsibilities:
Requirement gathering.
Documentation.
Testing Guidwire (policy center) web application.
Regression testing, Functional testing (Stage & production environment)
Design the test scenarios, Design test case and execution of test case according to functional specification
Defect management and retesting in ALM helix
Documentation and Setting up of meetings with the Business Analysts and on site coordinator.
Projects done:
Project:
Title: DPP (Data Provision Platform)
Domain: Banking
Duration: January 2018 - June 2018
Product: DPP (Data Provision Platform) tool (Web based application)
Description:
This application is product of Morgan Stanley made by Cap Gemini.
Purpose of this application: Manage access request for database folder/view.
Features:
User can Request for the Database folder by writing query by itself.
Application helps user to form query with multiple option in query builder section.
Application checks the sensitivity of the request and forward to the respective approver.
Application help user to segregate the user access by applying specific user roles.
Responsibilities:
Requirement gathering.
Documentation.
Regression testing, Compatibility testing (Browser based), Functional testing (Stage & production environment)
Design the test scenarios, Design test case and execution of test case according to functional specification
Defect management and retesting.
Documentation and Setting up of meetings with the Business Analysts
Project done
Title: Blue Raven (DDU and Data Cap tool)
Domain: Banking
Duration: October2017 -November2017
Product: DDU and Data Cap tool (Web based application)
Description:
This application is collaboration of DDU (Document Download Utility) developed by HSBC and Data Cap developed by
IBM. DDU help user to download the Document from FileNet Servers and Data Cap help analyst to Identify / verify
/classify the Customer`s document.
Features:
DDU (Document Download Utility)
Download and send the document
DDU tool help user to download the document from the different filenet servers and send that downloaded files/ document
to the inbound folder
Data Cap:
Data cap is application where analyst can Identify / verify /classify the Customer`s document.
Analyst also do the manual check and change the fields if require.
Responsibilities:
Requirement gathering.
Smoke testing, Regression testing, Compatibility testing (Browser based), Functional testing (Stage & production
environment)
Design the test scenarios, Design test case and execution of test case according to functional specification
Defect management and retesting.
Documentation and Setting up of meetings with the Business Analysts and the various stakeholders.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a17014…
https://freesearch.naukri.com/preview/printResume?uname=5175533b479293c0b715d1acdf67e9500c585b044f145b425742150e085c504a170145564314585400… 3/3
Project:
Title: GSP (Global Service Portal)
Domain: Banking
Duration: March2016 -October2017
Product: Global Service Portal (Web based application)
Description:
GSP is secure, password -protected, applications that provides user to interact with banking services.
This application provide user to use baking services like Money transfer, Account summary, transaction history, order the
Passbook and security key ETC.
UG: B.Sc (Computers) from North Maharashtra University (NMU) in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, QC
Windows Based OS, iOS, Android
Microsoft Excel
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 427: Resume 1332 with similarity score 0.02242987119092185
Resume Text: B.E , MS , B.TECH , BS operations professional , full time , devops engineer , change management server monitoring , customer , security , robocopy , docker , linux , gateway , status , alto , features , building , ec2 , prime , virtual environment , cruise lines , switches , ansible , huawei , devops , kubernetes , battery , designation , mar , cloud , cluster , ltd , windows , cruises , software installation , english , project , ibm , change management , itil , process management , vmware , javascript , florida , interconnection , enterprise account management , continuous delivery , rca , general , team management , affirmative action , maintenance , email , health check , aws , operations , github , ucs , languages , console , tags , failover , cisco , drac , management skills , codes , jenkins , cabling , pipelining , ug , telecom , ticketing tools , active directory , permissions , authorization , wintel , application , apac , boq , servers , carnival , framework , storage , python , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e11…
https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e115219425e085b… 1/3
Current Designation: Cloud Devops Engineer
Current Company: Huawei Tech.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Huawei Tech. as Cloud Devops Engineer
Mar 2020 to Till Date
Swaziland project, TSTT (Trinidad and Tobago) and Algeria Orange.
* End to End to delivery for the customer datacenters based on the Huawei cloud infra.
* Handling Multi Tier applications in their Environment, pushing the codes with Jenkins and other tools of DevOps(CI/CD
Pipelining, Ansible, GIT Hub, Docker)
* Delivering project from the staging and development area with planning and implementation.
* Preparing LLD and HLD as per BOQ from customer.
* Track the hardware(Router, switches, servers, Cabling and tags) and once its plugged in by the Local Engineer,
commissioned the hardware.
* Upgrade if needed, or else interconnection, configuration, migration and Cut over with plan as prepared and approved.
Hughes Systique Private LTD. as IT OFFICER FOR CARNIVAL CRUISE LINES
Aug 2017 to Mar 2020
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Deep Kundu
DeVOPS and Cloud Infra Engineer seeking roles in AWS,VPC,loudformation, CI/CD
implementation, VMware and WIndows,Server,Jenkins,GITHUB, Ansible, Docker,
Project Management,Change Management, Python
Key Skills: Cloud Infra Engineer,System Admin,Software Installation,Remote Support,System
Administration,VMware,Python,Devops,Continuous Delivery,Docker,Ansible,AWS
Summary
* More than 4 years of experience in the AWS, Devops(Docker, Ansible, CI/CD kubernetes) and for the Sys admin and
network planning role
* Worked on Concepts and real projects based on VPC, AWS cloud Formation, NAT, Transit Gateway etc.
* More than 6 years of experience in VMWare with strong knowledge in VMware, Active directory and
* ITIL framework along with networking and security.
* Experience in the installation, configuration and remote support of Windows 2008 / 2012 Server.
* Strong experience in ticketing tools and Server monitoring tools.
* Experienced and trained in VMware environment and handle the concept of VM ware applications and Storage, Networking
and patching in Virtual environment.
* Cloud Infra : AWS: In Various Aspects of Compute, Networking and Storage Envirnnoment.
* Strong communication, Interpersonal & Team skills.
* Focused with strong decision making skills.
* Excellent Team Management, Project Management and Enterprise Account Management skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e11…
https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e115219425e085b… 2/3
* Managing the Datacenter and operations of day to day work as IT Officer in Cruise (7 days and 4-5 days cruise from
Port Canaveral (Florida) and Port of Miami to Different destinations across Mexico and Caribbean).
* Working on building infra and planning for the new implementation for EC2, VPCs, NAT, lambda functions and using
triggers for the lambda.
* DevOps(CI/CD Pipelining, Ansible, GIT Hub, Docker)
* Managing and handling Linux OS on AWS infra and creating scripts for creation and stopping the AWS instances on
AWS user profile to meet the requirements as per need.
* Backing up all the environment in AWS backup and provide the transit gateways to different Cruises as per the
requirement.
* Working on building infra and planning for the new implementation for EC2, VPCs, NAT, lambda functions and using
triggers for the lambda.
IBM India Pvt Ltd as Senior Operations Professional , Band
May 2016 to Aug 2017
Working on different aspects of VMware environment - Cluster and its applications.
* Work on tickets created on ticketing tool by ITIL standards and change management, process management and Break
fix management for servers battery, hardware (HDD) etc.
* Work on alerts generated by Monitoring team, server health check-up and maintenance, coordinating with Local
SPOC if of management console (DRAC , ILO , RCA ) do not respond or work during any activity on Physical servers
deployed in different locations of APAC and EMEA.
* Maintained Virtual servers inventory list and changes of it via VCenter and ESX host solving network issues and
Datastore issues and working various features like HA, DRS, VMOTION, FT, FAILOVER POLICIES etc.
* Performed various changes as per ITIL on DHCP, VM, PHYSICAL SERVERS, DATA movement and permissions in
terms of server migrations with the help Tree Size and Robocopy tool and Printers administrators.
* Virtual servers inventory list and changes of it via VCenter and ESX host solving network issues and Datastores
issues and working various features like DRS, VMOTION, FT, FAILOVER POLICIES etc.
UG: B.Tech/B.E. (Computers) from Rajasthan Technical University, Jaipur in 2010
PG: in 0
Other Qualifications/Certifications/Programs:
Python
VCP DCV
Education
IT Skills
Skill Name Version Last Used Experience
ITIL and Wintel / VMware Vspher
6.5
2020 7 Year(s) 3 Month(s)
CI/CD 2020 3 Year(s) 1 Month(s)
service now, Window servers
Kubernetes 1.18.0 2020 1 Year(s) 0 Month(s)
AWS: for EC2, VPC 2020 4 Year(s) 4 Month(s)
AutoScalling, Application LB
CLB, IGW, VPN, AWS
NAT, Python python-
3.6
2020 2 Year(s) 1 Month(s)
DOCKER Docker-
ce
2020 2 Year(s) 7 Month(s)
cisco Prime, ISE, UCS
Huawei cloud, Websence, PALO-ALTO 2020 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e11…
https://freesearch.naukri.com/preview/printResume?uname=717df8a96d1517495cacd285d98aa4815a580f574f400a445143150d5d0e0743400e115219425e085b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
english Expert
Rank 428: Resume 1429 with similarity score 0.022345465783328508
Resume Text: BS change management , full time , orchestrator , software developer laptops , reporting , telugu , front office , designation , deliverables , mar , affirmative action , studio , mysql , hindi , maintenance , ltd , windows , customer requirements , web technologies , authorization , english , status , excel , specifications , vlookup , email , project , c# , application , modular , microsoft , sap gui , google drive , lenovo , change management , languages , framework , business process , sme , documentation , kannada , process automation , it , javascript , organization , technology , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42…
https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42054042505b090… 1/2
Current Designation: RPA Developer
Current Company: Concentrix Services India Private Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Concentrix Services India Private Ltd as RPA Developer
Mar 2019 to Till Date
1. Order Return Lenovo Report - RPA Implementation
Role: RPA Developer Client: Lenovo
The scope of this project is to prepare an automated daily Order Return report for Laptops in the organization, by
aggregating and standardizing data from multiple sources and reporting to the stakeholders.
Responsibilities and key deliverables:
* Worked closely with process SME's to understand the AS-IS processes and analyze the feasibility of automating the
process using RPA tools
* Designed and developed end to end RPA solution for the business process.
* Responsible for end-end process automation using client's in-house Web Portal and SAP GUI
* Responsible for creating a robust and modular exception handling framework for the application
* Responsible for creating a detailed status reporting framework and sending notifications using email automation
* Responsible for complete process documentation including solution design document, development specifications
document, code walkthrough.
Tools: UiPath Studio, UiPath Orchestrator, SAP 730 Operating system: Microsoft Windows
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
MANOJ KV
RPA Developer seeking roles in Software Engineering,Software Development,RPA
Development,Project Management,Change Management,Defect
Management,Requirement Gathering,Web Technologies,Solution Design,Application
Support,MySQL
Key Skills: RPA/Software Developer,UiPath,SAP,VBA,Excel,VLOOKUP,MySQL,SQL,RPA Uipath,Ui Path,ERP,C#
Summary
* Rpa Developer with Concentrix Services India Private Limited (Client: LENOVO)
holding a bachelor's degree in Computer Applications from REVA College Bangalore University.
* Highly motivated professional having 4 years of overall experience and 3 year of IT experience primarily in Robotic Process
Automation.
* RPA Developer with over 3 years of experience in development and support of RPA solutions using UiPath.
* Certified in UiPath and Developed end to end more than 10 projects in UiPath
* Working knowledge of UiPath for developing front office and back office robots.
Seeking a challenging and rewarding career where I can contribute my knowledge and skills for growth and development of the
organization and to be able to implement solutions that meet the customer requirements using my software development skills
and technical expertise. Excellent communication and learning skills, with the ability to develop, maintain and strengthen
relationships across all levels
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42…
https://freesearch.naukri.com/preview/printResume?uname=fddaa0b960a8735cf3af02c739e497a40b085f521b140919514413590c01514a170c42054042505b090… 2/2
Square1 BlickX technologies Pvt Ltd as Consultant (RPA)
Jun 2017 to Feb 2019
2. Pool and Program Report - RPA Implementation
Role: RPA Developer, Client: Lenovo
The scope of this project is to automate process of detailed Sale Reports of Lenovo Laptops in the organization for
different territories, by aggregating and standardizing data from multiple sources and reporting to the stakeholders.
Responsibilities and key deliverables:
* Designed and developed RPA solutions to accelerate Business processes
* Worked closely with process SME's to understand the AS-IS processes and analyze the feasibility of automation the
process using RPA tools
* Responsible for end-end process web automation using Organization internal website And Google Drive
* Responsible for creating a robust and modular exception handling framework for the application
* Responsible for creating a detailed status reporting framework
Tools: UiPath Studio, UiPath Orchestrator, Lenovo Soft Dollar Operating system: Microsoft Windows
Square1 Capita India Pvt Ltd as Executive - Customer Services
May 2016 to Dec 2016
3. Invoice Report - RPA Implementation
Role: RPA Developer, Client: Lenovo
The scope of this project is to prepare an automated daily Invoice generation report for different territory in the
organization, by aggregating and standardizing data from multiple sources and reporting to the stakeholders.
Responsibilities and key deliverables:
* Worked closely with process SME's to understand the AS-IS processes and analyze the feasibility of automating the
process using RPA tools
* Designed and developed end to end RPA solution for the business process.
* Responsible for end-end process automation using client's in-house Web Portal and SAP GUI
* Responsible for creating a robust and modular exception handling framework for the application
* Responsible for creating a detailed status reporting framework and sending notifications using email automation.
* Responsible for complete process documentation including solution design document, development specifications
document, code walkthrough.
Tools: UiPath Studio, UiPath Orchestrator, Lenovo Soft Dollar, SAP 730
UG: BCA (Computers) from REVA INSTITUTE OF TECHNOLOGY AND MANAGEMENT in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Uipath Studio, Sap, Mysql 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 429: Resume 1086 with similarity score 0.022315402994327823
Resume Text: B.S , M.Sc , M.S , BS , MS full time , linux administrator , devops engineer , change management nfs , routine maintenance , telugu , platforms , docker , status , store , https , red hat linux , samba , continuous integration , ingres , squid , components , writing , building , ec2 , infrastructure , organization , file systems , ansible , arts & crafts , devops , access , designation , rhel , hindi , technical requirements , logical volume manager (lvm) , ltd , english , troubleshooting , ftp , groups , change management , c++ , git , puppet , computer science , modems , javascript , technology , rpm , general , performing , affirmative action , oracle , principles , basic , architecture , proxy , email , aws , configuration management , problem management , network security , information systems , connect direct , operations , maven , languages , management system , scheduling , web , folders , database , rendering , software solutions , jenkins , windows server , versioning , case , linux system administration , apache , permissions , authorization , virtual hosting , yum , s3 , servers , storage , ssh , private clouds , python , network administration , administrative , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b11…
https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b115116435b0c5c5… 1/2
Current Designation: AWS DevOps Engineer
Current Company: Creative Tech Mars Software Solutions Pvt.
Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Creative Tech Mars Software Solutions Pvt. Ltd as AWS DevOps Engineer
Jun 2016 to Till Date
Key Result Areas:
Executing the installation & configuration of NFS with Autofs service; installing SQUID PROXY, DHCP server
Configuring and executing web server (APACHE) and Virtual Hosting
Developing and building, deploying, automating and configuring IT solutions using DevOps platform; implementing
reusable components and translating technical requirements
Performing automated deployments through the use of configuration management technology
Managing printers, modems, file systems and security
Creating requirements and procedures for implementing routine maintenance; troubleshooting and resolving the existing
information systems errors
Implementing DHCP, SAMBA & NFS installation and configuring the same on different platforms in heterogeneous
network environment
Installing Oracle on Red Hat Linux
Evaluating existing applications and platforms and providing recommendations for enhancing performance
Defining the roles and groups for users and resources using AWS Identity Access Management (IAM) and managing
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
RAVIKUMAR.N
AWS DevOps Engineer seeking roles in AWS Cloud Solutions Architecture,AWS
Identity,Access Management,Incident Management,Change Management,Problem
Management,Configuration Management,Storage Networking,Continuous
Integration,Troubleshooting.
Key Skills: AWS DevOps Engineer,System Admin,AWS Cloud Solutions Architecture,AWS Identity,Access
Management,Incident Management,Change Management,Problem Management,Configuration Management,Storage
Networking,Continuous Integration,Troubleshooting
Summary
M.Sc. (Computer Science) professional with over 7 years of rich & extensive experience in Cloud Engineering (AWS),
DevOps Engineering and Linux System Administration; technical understanding of Cloud, Systems/ Infrastructure and
Design & Architecture (managing AWS Cloud Infrastructure)
Proficient in maintaining & troubleshooting AWS Cloud resources such as EC2 instances, S3 buckets, Virtual
Private Clouds (VPC), Elastic Load Balancers (ELB), Relational Database Services (RDS), Backups, Route53, CloudWatch
and IAM
Experience in working with configuration management tools like Ansible, Maven and Git
Knowledge of using Routed Protocols: FTP, SFTP, SSH, HTTP, HTTPS and Connect Direct
Administered and implemented CI tools like Jenkins
Experience on deploying Hosted Chef-Server on AWS for managing AWS EC2 instances
Strong understanding of DevOps methods, principles and tools; worked on Jenkins, Docker, Ansible, GIT, Python,
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b11…
https://freesearch.naukri.com/preview/printResume?uname=04c8316f4fccfd55d8e52394d95ad8775d0b0d52481b5b47061541500b5c554f170b115116435b0c5c5… 2/2
network security using Security Groups and IAM
Rendering highly durable and available data by using S3 data store, versioning, life cycle policies and creating AMIs for
mission-critical production servers for backups
Writing shell script to automate task across all servers through Puppet; maintaining Puppet-based configuration
management system
Ramoji Groups (Kalanjali Arts & Crafts) as Linux Administrator
Jul 2013 to Jun 2016
Key Result Areas:
Executed administrative & maintenance support like daily, weekly and monthly backup operations
Installed packages and Ingres using RPM and YUM tools and servers and PCs
Administered accounts for the users and groups, assigned permissions to use SUID, SGID, STICKY BIT and ACLs
Implemented backup of servers and reloaded the servers backup in case of any clash; configured FTP server
Maintained:
Linux quota systems for users and groups
Shared folders for the entire organization
Logical Volume Manager (LVM)
Scheduling jobs using crontabs
UG: B.Sc (Computers) from Osmania University in 2006
PG: MS/M.Sc(Science) (Computers) from Osmania University in 2011
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Linux
RHEL 5.x, 6.x, 7.x, Cent OS
Basic C, C++ & Python
Jenkins, GIT, Docker, Ansible, Maven
WINDOWS SERVER 2008 & 2012
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 430: Resume 869 with similarity score 0.022285461849023205
Resume Text: B.E , MS , B.TECH full stack web developer , software developer , it professional , full time , junior software engineer react.js , css , designation , mar , affirmative action , information technology , hindi , maintenance , ltd , typescript , authorization , english , bootstrap , status , c# , agile , email , application , microservices , technology solutions , debugging , unit testing , computer science , languages , sql server , malayalam , javascript , web , .net framework 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f125…
https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f12571644590b5c5… 1/2
Current Designation: Software Engineer
Current Company: RM Education Solutions India Pvt. Ltd
Current Location: Trivandrum
Pref. Location: Bengaluru / Bangalore,Chennai,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 4 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
RM Education Solutions India Pvt. Ltd as Software Engineer
Sep 2018 to Till Date
Ark Technology Solutions as Junior Software Engineer
Jan 2015 to Mar 2016
UG: B.Tech/B.E. (Computer Science and Engineering) from Mar Baselios College of Engineering and Technology,
Kerala, India Affiliated to University of Kerala in 2014
Other Qualifications/Certifications/Programs:
Graduate Diploma in Information Technology
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Pamela Edison
Software Engineer seeking roles in Software Development,Requirement Gathering,
Production Support,Unit Testing,Coding,Debugging,Application
Maintenance,React.Js,C#.Net,SQL
Server,Bootstrap,CSS,HTML,.Net,C#,LINQ,.NET,Microservices,Agile
Key Skills: Software Engineer,Software Developer,Software Development,Requirement Gathering, Production
Support,Unit Testing,Coding,Debugging,Application Maintenance,React.Js,C#.Net,SQL
Server,Bootstrap,CSS,HTML,.Net,C#,LINQ,.NET,Microservices,Agile
Summary
A self-motivated IT professional with 2.8 years experience and proficiency in C#, SQL Server and React.JS seeks the position
of Full stack Web Developer in a reputed company.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f125…
https://freesearch.naukri.com/preview/printResume?uname=31af9b9a5c7f490473a1e5c405d1a0995a0c0b594f410d425510420d540a004e1a0f12571644590b5c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
React.Js,C#.Net,SQL Server
Bootstrap,CSS,HTML,.Net,C#,LINQ
.net Framework
MicroServices
OOPS
TypeScript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 431: Resume 1003 with similarity score 0.022106189742129363
Resume Text: B.E , MS , B.TECH classifier , software engineer , devops engineer , associate , software developer , cloud engineer , full time , security specialist appdynamics , financial services , private banking , bash , platforms , docker , linux , kpi , digital , status , logging , hadr , store , ec2 , automation , ansible , devops , kubernetes , designation , mar , hindi , english , bmc control-m , cloud security , project , splunk , distributed systems , redis , pipelines , data analysis , puppet , machine learning , javascript , history , technology , reporting , optimization , general , golang , groovy , affirmative action , oracle , mining , collaboration , maintenance , utilization , email , configuration management , aws , operations , github , containerization , premises , languages , jira , ml , search , network architecture , api , vulnerability , jenkins , migrating , ug , scratch , firewall , azure , authorization , google cloud platform , aggregation , application , wealth , shell scripting , storage , tuning , python , cloud computing , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c11…
https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c110717135e0f0c0… 1/3
Current Designation: Senior Cloud Engineer
Current Company: Deloitte
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Deloitte as Senior Cloud Engineer
Oct 2020 to Till Date
Working as a Cloud Security Specialist at Deloitte, emphasising on Threat and Vulnerability modelling, control creation
and implementation. Hands on creation of HADR cloud architecture and endpoint engineering.
HSBC (Hongkong and Shanghai Banking Corporation) as Software Engineer
Aug 2017 to Oct 2020
PROJECT: Digital and Client Reporting - Global Private Banking ROLE: Associate Cloud Engineer
DevOps Optimization and Automation
*Python/Java/Shell scripts to automate numerous manual tasks to enhance and improve CI/CD architecture
*Ability to manage large scale distributed systems, configuration management through Ansible and Puppet
*Implemented RESTful API micro-services through Python implemented Linux installation and tuning through Ansible
*Automated manual tasks using Jenkins Pipelines, Terraform, created KPI using JAVA automation
*Dev application Instance monitoring implemented through AppDynamics and SPLUNK
Collaboration - Wealth and Private Banking Role:DevOps Engineer
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Suryansh Rastogi
(Serving Notice Period)3 years experienced Software Engineer seeking roles in
DevOps, SRE, Cloud Engineer, Python and Golang Developer, AWS, GCP, Azure,
Oracle Cloud, Release Management, Shell Scripting, Machine Learning, Kubernetes,
Docker, Jenkins.
Key Skills: Software Engineer,Cloud Computing,Bash, Ansible, Azure, Terraform, Groovy, Prometheus, AppDynamics,
Puppet, Redis ,Oracle Cloud,Shell Script,KubernetesMachine Learning,AWS,Docker, Python, Java, GCP,Golang,Linux,
Summary
Experienced Cloud[Certified], DevOps and Python/Golang Developer with a demonstrated history of working on CI/CD
Pipeline,Solution Design, Kubernetes, Docker platform.
An Engineering graduate from BITS Pilani with 3 YEARS of experience in Cloud Migration, VPC, Machine Learning and Data
mining though Google Cloud, Jenkins, Big Query, BASH with a passion for Cloud architecture and solution design
Created Python/Java/Shell scripts to automate numerous manual tasks to enhance and improve CI/CD architecture Skilled in
migrating and deploying on-prem Applications to Cloud [GCP] using Velostrata Logging and Monitoring Operations/Services
using AppDynamics, Splunk [Certified] and Stackdriver Expertise in Kubernetes Container Orchestration and Docker
Containerization platforms Expertise in providing On-Prem solutions, leveraging AWS Lambda and Google Cloud Functions
services Possess Experience in Cloud ML, Cloud Vision AI, VPC Architecture [AWS, GCP], Release Management Process.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c11…
https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c110717135e0f0c0… 2/3
Migration of On-Premises Developer Applications to Google Cloud
* Migrated On Prem Developer Applications using Velostrata
* Wrote Python scripts to automatically identify and move storage objects to Nearline/Coldline buckets
* Deployed Kubernetes Clusters and MIG VMs to handle the workload
* Implemented Autoscaling to optimize resource utilization and created VPC
PROJECT: Data Analysis and Reporting - Global Private Banking ROLE: Cloud Engineer
Recognition Store: Developed Cloud-Function based application to purchase items through recognition points
implementing Kubernetes Containers, MIG VMs and Machine Learning
* Used Cloud Vision API as Image classifier and Logo detector and used it to identify products uploaded by User.
* Created APIs from scratch using "Go" Language (Golang) deployed on Kubernetes Clusters
* Created complete Network Architecture using VPCs, Subnets and Firewall Rules
* Automated log Aggregation and Monitoring through Stackdriver and ELK
UG: B.Tech/B.E. (Mechanical) from Birla Institute of Technology and Science (BITS), Pilani in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Associate Cloud Engineer - Google Cloud Platform
Oracle Cloud Certified Associate
Education
IT Skills
Skill Name Version Last Used Experience
Google Cloud Platform
AppDynamics
SPLUNK Stack Driver Velostrata
GITHUB Prometheus Grafana
Elastic Search Ansible Groovy
Redis JIRA Groovy BMC Control-M
Terraform EC2
Kubernetes , Google Cloud
Azure AWS Docker
Python Containerization Jenkins
Prometheus Grafana
Bash shell scripting
Data Structures Chef
Languages Known
Language Proficiency Read Write Speak
English
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c11…
https://freesearch.naukri.com/preview/printResume?uname=31a5ecba8039e6c430ae2dd8f3b3de990e5d0e051e1308150244405f5a5c584b400c110717135e0f0c0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 432: Resume 1467 with similarity score 0.02210140527687704
Resume Text: M.Sc , M.S , B.E , MS , B.TECH scrum master , long term , full time , senior software developer , team lead , business analyst reporting , award , risk analysis , document management , mentoring , web development , api , general , functionality , scrum , healthcare , designation , developers , ug , asp.net mvc , affirmative action , conducting , information technology , hindi , cloud , gap analysis , maintenance , azure , ltd , windows , jquery , english , authorization , functional requirements , business process analysis , status , c# , agile , specifications , email , business analysis , business units , logging , application , live , focus , sprint planning , mumbai , global services , business requirements , microsoft , comm , user stories , electronics , epics , sitecore , languages , documentation , punjabi , octopus , sql server , resharper , management system , ceremonies , end-to-end project management , one , testers , javascript , organization , linq , insurance , it sector , sprints , html 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101…
https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101454750085a554… 1/3
Current Designation: Sitecore Team Lead
Current Company: Datamatics Global Services
Current Location: Mumbai
Pref. Location: Mumbai,Kuwait,United Arab Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Datamatics Global Services as Sitecore Team Lead
Dec 2014 to Till Date
Key Result Areas
Reporting to the Manager and leading a project team of 17 resources (Lead/Developers/Testers), in a long term project for
a healthcare insurance client
Working as Team Lead, Business Analyst & SCRUM Master, to gather business requirement, a week before pre-sprint
planning and conducting the entire Scrum related ceremonies
Further, verified for Definition of Ready for the Product Back-log Items, Write Technical Descriptions, regarding
development to get the Product Back Log done
Mentoring the team and addressing technical queries in order to put the business and the development team, in the same
page
Liaising with the Business Users to understand & analyze the Systems, Process
Business requirement
Documenting the requirements for new Products & translating the same to development for multiple applications
Assessing different systems, conducting gap, feasibility & risk analysis and proposing various approach to enhance
existing systems for the business need
Documenting the Functional Requirements & capturing the same into Product Backlog items & Prepare the Epics
Creating the user stories with impacts & acceptance criteria for these Epics
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Sunil Rana
Immediate Joining , Sitecore professional, Desiring a Sr. Dev or Lead opportunity,
preferably in IT sector, utilizing the rich skills & dynamic experience, earned so far, to
result in Growth for both Organization and Self.
Key Skills: Team Lead,Business Analysis,Sprint Planning,Agile Methodology,Scrum Master,Web Development,Software
Development
Summary
A Team Lead professional with over 8 years of experience in Project Management, Team Lead, Business Analysis and a Scrum
Master
Resourceful in Agile methodology; experienced in mapping business requirements with focus on risk mitigating activities and
implementing the requirements into systems solution by preparing requirement and functional documents
Skilled in coordinating with Business Units, Stakeholders and Technical Leaders to gather and clarify business requirements;
analysed corporate business processes to develop customized solutions
Recognized with Merit Award, that was given to only one recipient, out of 5 nominated recipient out of 500 employees
Proficient in end-to-end project management and ensuring effective management of various resources to meet project
specifications with business process analysis and design and GAP analysis
Coordinating the documentation of business requirements and scoping of requirements across multiple business functional
areas & Application
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101…
https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101454750085a554… 2/3
In Scrum Planning Meeting discussing the scope, user stories, Sprint time bound & also prioritizing & modifying User
stories within the Sprints.
Explaining these user stories to the Sprint development team for development with acceptance criteria.
Logging these User Stories into Microsoft TFS & maintaining the requirement documents; developing Process flowcharts
in Document Management System.
Rolta India Pvt. Ltd as Senior Software Developer
Jan 2014 to Sep 2014
Green Point Global as Software Developer
Aug 2012 to Jan 2014
UG: B.Tech/B.E. (Information Technology) from University of Mumbai in 2009
PG: MS/M.Sc(Science) (Computers) from University of Essex in 2011
Other Qualifications/Certifications/Programs:
Diploma (Electronics & Comm. Engg.)
Education
IT Skills
Skill Name Version Last Used Experience
OOP 2020 5 Year(s) 11 Month(s)
MS SQL Server 2012
WINDOWS
MS.NET
C#, HTML, SQL, T-SQL 2020 3 Year(s) 0 Month(s)
SITECORE 8.2 2020 5 Year(s) 0 Month(s)
ASP.NET, MVC API, C# 5 2020 8 Year(s) 0 Month(s)
APIGEE, Team city, Octopus, JQuery 2020 5 Year(s) 0 Month(s)
WCF, LINQ, Checkmarx, Resharper 2020 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
hindi Proficient
marathi Proficient
Punjabi Proficient
himachali Proficient
Projects
Project Title: Business as Usual
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101…
https://freesearch.naukri.com/preview/printResume?uname=4ef6f1f6b4ffab97cf1de96f2cb4abb80b080e074f420a475111405f590c0542135b1101454750085a554… 3/3
Nature of Employment: Full Time Duration: Dec 2014 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Client: Bupa
Project Details: Sitecore 8.2, ASP.Net MVC, C#, MS SQL Server 2012, AZURE Cloud, Team city, Octopus
A long term project with scope to implement Business as Usual, a stage when the solution has gone live, but changes are
expected to be done in production environment. By using Sitecore Platform, changes could be executed fast, but needed the
input, for a few cases, from the development team. The changes executed were changing logic, the look & feel of a module,
replacement of complete module sometimes, complete change in functionality etc.
Team Lead
? Playing the role of Team Lead, Business Analysis and Scrum Master for this project
? Participating in gathering requirements a week before pre-sprint planning
? Verifying Definition of Ready for the Product Back log Item,
? Creating Technical Description to develop to get the Product Back Log done
? Helping team with their technical queries and have business/team on same page
? Conducting the entire Scrum related Ceremonies.
Rank 433: Resume 1099 with similarity score 0.022072547676835884
Resume Text: B.E , MS , B.TECH , BS scrum master , cto , associate , devops , resource manager , full time , vice president , vp , project leader finalization , telugu , microsoft azure , scanning , docker , beginner , status , stakeholder management , rally , commitments , process design , continuous integration , testing , writing , building , kibana , sql server , negotiation , devops , kubernetes , designation , technical vision , mar , hindi , cluster , english , agile , cloud development , kanban , research , sonarqube , javascript , technology , working experience , continuous delivery , rca , general , scrum , affirmative action , mysql , conflict resolution , maintenance , dynamo , lxc , kafka , alm , advanced , architecture , timelines , email , aws , github , hp , languages , management system , dynamics , jira , web , it infrastructure management , coaching , cloud services , jenkins , migrating , directives , tamil , authorization , risk , teams , enterprise , application , written communication , ci , s3 , storage , mesh , leadership skills , project management skills , python , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e150817…
https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e1508170b131051555a5… 1/3
Current Designation: Vice President-IT
Current Company: WELLS FARGO EGS (India) PRIVATE
LIMITED
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
WELLS FARGO EGS (India) PRIVATE LIMITED as Vice President-IT
Dec 2020 to Till Date
AWS, Microsoft Azure, kubernetes, ci/cd, Github
Optum UHG India as Project Leader
Jun 2013 to Dec 2020
PROJECT #1: Optumid (Identity management system)
Role : Project lead , DEVOPS
Project summary:
Identity management system for providers in USA to login into their applications and manage their profile and self-services
application is using OIDC oauth2.0
Devops Role Summary:
As part Engineering services, we will be providing enterprise DevOps services to Optum product teams, in implementing
end-to-end CI/CD process for that project/release. We also configure and implement multiple tools as part of the DevOps
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kranthikumar.T
Vice President seeking roles in Project Management,IT Infrastructure
Management,Software Development,Application Programming,Client
Management,Requirement Gathering,System Analysis,Technical
Architecture,GIT,Jenkins,DevOps,AWS,Azure
Key Skills: Vice President,Head/VP/GM-Technology/CTO,Project Management,IT Infrastructure Management,Software
Development,Application Programming,Client Management,Requirement Gathering,System Analysis,Technical
Architecture,GIT,Jenkins,DevOps,AWS,Azure
Summary
*14 years of experience in Software Engineering with DevOps and Infrastructure administration and leadership & management
skills to design, develop and deliver high impact applications
* Very good experience in DevOps (CI/CD) process design and implementing using various tools and infrastructure.
* Configuring and maintaining Git repositories
* Expertise in working with Git and Jenkins
* Expertise in working with Code quality using SonarQube
* Expertise in working with source code scanning tools like web inspect and contrast
* Expertise in working with AWS WAF shield
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e150817…
https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e1508170b131051555a5… 2/3
chain and provide complete implementation procedure for that product team.
We will experiment, demonstrate and recommend the right tools to use for different DevOps implementation's based on
the need and type of the product team requirements.
Responsibilities:
* Implement CI Process
o Create and Maintain Git repositories for the new products and releases.
o Configure Jenkins with the Git repositories
* Write Docker files to create Docker Images for the applications.
* Configured kubernetes for container orchestration
* Worked on KAFKA tool to migrate applications from on premise to cloud
* Configured AWS EKS cluster
o Quality Gates Implementation to control build process.
Configured SonarQube
* Expertise in configuring AKS Using Azure cloud
* Expertise in working with AWS cloud formation
* Expertise in working with Azure resource manager
* Expertise in working with storage accounts in Azure using Logic App
* Expertise in AWS Cloud Infrastructure management and configurations of AWS Services VPC, S3, EBS, ROUTE 53,
IAM, RDS EKS Cognito Dynamo DB etc.,
* Expertise in AZURE Cloud Infrastructure management and configurations of AZURE Services Virtual network,
resource group, Virtual machine, App services, AKS etc.,..
* Expertise in migrating on-premise application to AWS cloud
* Expertise in creating migration plan for smooth migration
* Conducted dry runs to configure right infrastructure during migration
* Expertise in recording failures during dry runs and conduct RCA
* Involved in designing and implementing Continuous Integration (CI) and Continuous Delivery (CD) processes for
multiple product teams with minimal manual intervention and zero downtime.
* Expertise in configuring service mesh /ISTIO canary deployments for zero down time
* Expertise in writing Terraform scripts to Automate cloud infrastructure for both AWS & AZURE
* Expertise in setting up monitoring tools GRAFANA, KIALI, KIBANA
* Expertise in Agile methodology (Scrum , KANBAN).
* Experience in working with LXC and LXD containers
* Working experience as SCRUM MASTER
* Strong leadership skills, including coaching, team-building, and conflict resolution.
* Hands-on leadership in areas of technology, research, innovation, product roadmap finalization, engineering, delivery,
testing, deployment, and support.
* Have strong business and technical vision and the ability to communicate this vision to multiple audiences. Sense
evolving business trends and translate them into needs into technology solves.
* Demonstrate Team and Stakeholder management skills towards meeting project timelines and delivery commitments.
* Possess strong commitment to team environment dynamics with the ability to contribute expertise and follow
leadership directives at appropriate times.
Strong leadership skills, including coaching, team-building and conflict resolution.
Advanced project management skills including time and risk management, resource prioritization, and project structuring.
* Strong verbal and written communication skills, including negotiation, presentation, and influence skills.
Experience in setting up the DevOps processes and procedures to rapidly transition new Cloud Services into production
* Build and execute cloud development roadmap and staffing model.
* Lead engineering efforts from rapid prototypes to large-scale applications using variety of languages and
tools/technology stacks.
UG: B.Tech/B.E. (Mechanical) from Jawaharlal Nehru Technological University (JNTU) in 2006
PG: from Jawaharlal Nehru Technological University (JNTU) in 0
Other Qualifications/Certifications/Programs:
PSM1
JAVA 8 Associate certified programer
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e150817…
https://freesearch.naukri.com/preview/printResume?uname=f5a2ba51045fb58de57724d459e2179c58585f514f160f10054445590c09564e1508170b131051555a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS, AZURE, LXC LXD
Jenkins, Git Hub Enterprise
Kubernetes, Docker Swarm,
Rally, Quality Center, JIRA, HP ALM
Agile, waterfall, SQL Server , MYSQL
RALLY 2020 7 Year(s) 1 Month(s)
Python 3.6 2020 1 Year(s) 1 Month(s)
GitHub 2020 6 Year(s) 6 Month(s)
Github Actions 1 2020 1 Year(s) 1 Month(s)
Git probot 2020 1 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Tamil Beginner
Rank 434: Resume 1451 with similarity score 0.021956170547276697
Resume Text: BSC , M.TECH , BS , B.E , MS , B.TECH support engineer , full time , software developer vulnerability , web development , customer , matching , css , validation , designation , developers , ug , office , mar , tamil , affirmative action , interpersonal skills , hindi , addition , flags , dll , adwords , beginner , maintenance , ltd , test cases , english , authorization , status , test environments , ethics , bot , email , project , tracker , direct debit , application , numbers , solution architecture , vbscript , drupal , savings , processing , global services , steps , electronics , online support , testing , user stories , matlab , writing , document creation , closure , seo , building , languages , documentation , software development life cycle (sdlc) , sql server , process automation , instructions , malayalam , python , javascript , form , search , attorneys , capital , html , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 1/4
Current Designation: RPA Developer
Current Company: WNS GLOBAL SERVICES PRIVATE
LIMITED
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
WNS GLOBAL SERVICES PRIVATE LIMITED as RPA Developer
Jun 2019 to Till Date
- 3 Years 6 months of IT experience with 2.2years in RPA(Automation Anywhere 11.3/10.7 from WNS Global Services Pvt
Ltd as an RPA Developer.
-Strong in RPA(Automation Anywhere 11.3/10.7).
-Automation Anywhere Advance and Master Certified RPA Developer.
-Implemented Logic Building in RPA(Automation Anywhere).
-Having a piece of Good knowledge in IQ-bot(Automation Anywhere).
-Having a piece of Good knowledge in RPA(Ui-Path).
-Good understanding of Software Development Life Cycle (SDLC).
-Having a piece of Good knowledge of OOPs Concept and implementation.
-Having a piece of Good knowledge of SQL Server.
-Good work ethics with excellent communication and interpersonal skills.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
RILNA
3 years 6 Months of Experience in Software application development with2.2 years in
RPA(Automation Anywhere). Hands-on experience in Writing/Code in RPA (AA).
Hands-on experience in Writing a Query in SQL Server.
Hands-on experience in Ui-Path.
Key Skills: Robotic Process Automation,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Python,VBScript,DLL,HTML,CSS,JavaScript,UIPath,Automation
anywhere,IQBOT,Metabot
Summary
- 3 Years 6 months of IT experience with 2.2years in RPA(Automation Anywhere 11.3/10.7 from WNS Global Services Pvt Ltd
as an RPA Developer.
-Strong in RPA(Automation Anywhere 11.3/10.7).
-Automation Anywhere Advance and Master Certified RPA Developer.
-Implemented Logic Building in RPA(Automation Anywhere).
-Having a piece of Good knowledge in IQ-bot(Automation Anywhere).
-Having a piece of Good knowledge in Task-Bot (Automation Anywhere).
-Having a piece of Good knowledge in Meta-Bot (Automation Anywhere).
-Having a piece of Good knowledge in RPA(Ui-Path).
-Good understanding of Software Development Life Cycle (SDLC).
-Having a piece of Good knowledge of OOPs Concept and implementation.
-Having a piece of Good knowledge of SQL Server.
-Good work ethics with excellent communication and interpersonal skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 2/4
Morgan McKinley as APPLICATION TEST- RPA Engineer
Jul 2017 to Dec 2017
- 5 months of experience in RPA(Automation Anywhere 10.7/10.3 from Morgan
McKinley as RPA Developer.
-Strong in RPA(Automation Anywhere 10.7/10.3).
-Automation Anywhere Advance and Master Certified RPA Developer.
-Implemented Logic Building in RPA(Automation Anywhere).
-Having a piece of Good knowledge in RPA(Ui-Path).
-Good understanding of Software Development Life Cycle (SDLC).
-Having a piece of Good knowledge of OOPs Concept and implementation.
-Having a piece of Good knowledge of SQL Server.
-Good work ethics with excellent communication and interpersonal skills.
Morgan McKinley as Online Support Engineer
Dec 2015 to Jun 2017
Duties and Key Responsibilities:
Worked on SEO for the company websites.
Perform daily maintenance on main Drupal website.
Working along with web development team on new project and helping in content related work.
Working in broad bean website as per business requirement.
Preparing test case documentation and testing all aspects of the product/system like function/component, system,
performance, regression and service.
Setting up of test environments, designing test plans, developing test cases/scenarios/usage cases, and executing these
cases.
Ensure user stories are written clearly, comply with acceptance criteria as well as have sufficient business values
Test the user stories for accuracy and compliance to ensure undisputed acceptance and validation.
Work with development team to identify and capture test cases, and for gives mandatory information of a defect to
developers in order to fix
Identifying the key areas and preparing solution documents to improve the quality of the application and documentation for
end users.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Anna University in 2012
PG: M.Tech (Electronics/Telecommunication) from Calicut University in 2015
Other Qualifications/Certifications/Programs:
Automation Anywhere Master Certified
UIPATH Architect Certification
Education
IT Skills
Skill Name Version Last Used Experience
Python
VBSCRIPT
Drupal 7, MATLAB
HTML
JavaScript
Python, CSS
µP 8085, µC 8051
Uipath 1 Year(s) 0 Month(s)
Automation Anywhere 2 Year(s) 2 Month(s)
ADWORDS
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 3/4
Nature of Employment: Full Time
Role: Programmer
Duration: Jun 2020 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Nov 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Sep 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 2
MS-OFFICE
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Tamil Proficient
Malayalam Expert
Projects
Project Title: Power Of Attorney
Client: UK banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: To add attorneys for the donor which goes through two applications for the attorney addition along with the
Experian search and then sending necessary letters and adds flags to their account as per the details filled in smart form.
Project Title: Vulnerable Customer
Client: UK Banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: Upon receiving the reqest from customers on vulnerability ,the vulnerable flags are setup on all the savings
and mortgage account numbers of the customer followed by DIP document creation and the storing all the cases processed
on that day to a central tracker
Project Title: Capital Repayment
Client: Uk Banking
Skill Used: Automation Anywher, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: Repaying the amount based on certain criteria
Project Title: Redemption Closure
Client: Uk Banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding.
Project Details: Process does the refund for the customers based on conditions and validation.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c1…
https://freesearch.naukri.com/preview/printResume?uname=6c5d2fdd9348ab8137fa3d30e1bac6940b085a0043460d420745420d5d09554d160c100347490a5e00… 4/4
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Jun 2019 - Aug 2019
Onsite / Offsite: Offsite
Team Size: 2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: AUDDIS
Client: UK Banking
Skill Used: Automation Anywhere, SQL Server
Role Description: Involved in Exception Handling related issues.
Involved in Logical Building.
Involved in Designing.
Involved in Coding..
Project Details: Automated direct debit transfer instructions system which does the processing of customers DD in the client
application. starting with the name matching for the 8digit account number received and finding the corresponding 10digit
account number and the does all the necessary steps for DD validations and the either setsup/Reject/hold the DD
Rank 435: Resume 890 with similarity score 0.021834286321803693
Resume Text: B.E , MS , B.TECH , BS software developer , full time , development analyst , team member , development associate , front end developer cards , computing , customer , telugu , demonstration , angular , test cases , navigation , ux design , resolutions , status , invision , bitbucket , elements , writing , components , life sciences , technical design , work processes , html5 , sass , suite , react.js , graphql , functional specifications , designation , hindi , technical requirements , cloud , english , jasmine , development tools , mongodb , provisioning , drupal , karma , forms , fixing , rest , flow , git , zeplin , computer science , forming , documentation , dashboard , javascript , web development , interview , pages , affirmative action , maintenance , typescript , bootstrap , email , aws , banners , user stories , art , unit testing , languages , level design , search , root cause analysis , ajax , accordion , api , professional publications , software solutions , css , portals , adobe , authorization , internet , maps , sql , application , project estimation , requirements gathering , production implementation , hiring , debugging , framework , preparation , translation , e-commerce 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475…
https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475742495c5f0850… 1/3
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Feb 2018 to Till Date
Growth Path:
Application Development Associate: Feb'18 - Nov'19
Application Development Analyst: Nov'19 - Till Date
Key Result Areas:
Writing Media Queries for managing different resolutions
Working towards writing Unit Test Cases for the developed components using Jest, Jasmine Karma
Transforming UX design into an actual product
Analysing root cause of bugs and fixing bugs raised by QA
Liaising with Business Analysts & Clients for the user stories
Contributing in grooming and estimation of the user stories
Highlights:
Gained exposure on process requirements and provided use cases for business, functional & technical requirements
Understanding of Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
C. AKHIL KUMAR REDDY
Application Development Analyst seeking roles in Web Development, Software
Development,Project Execution,Frontend Development,Root Cause Analysis,UI
Development,Incident Resolution,Requirement Analysis,Unit Testing,Functional
Specifications
Key Skills: Unit Testing,Web Development,UI Development,HTML,Javascript,CSS,Ajax,Software Development,Project
Management,Application Development,Project Execution,Project Estimation,Incident resolution,Root Cause
Analysis,Front End Developer
Summary
B.Tech. (Computer Science and Engineering) professional with an experience of 3+ years
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders, followed
by translation into functional specifications as well as provisioning of suitable solutions
Developed software solutions by analysing information needs, conferring with users, studying systems flow, data usage, and
work processes
Knowledge of domains such as E-commerce, Life Sciences & Blog Portals
Proficient in software development life cycle from requirement analysis to system study, designing, coding, development,
debugging, documentation & implementation
Followed the project life cycle methodology defined under the process framework; ensured that customer deadlines were
met within project budgets
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475…
https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475742495c5f0850… 2/3
of proposed applications
Updated knowledge by studying state-of-the-art development tools, programming techniques, and computing
equipment, participating in educational opportunities, reading professional publications and maintaining personal networks
Liaised with stakeholders during problem diagnoses, requirements gathering, detailed level design, development,
system test and production implementation to ensure that optimal resolutions were achieved
Performed analysis, design, verification, demonstration and maintenance of products in a process-driven, team
environment
Project# 1
Application: IRENE
Position: Team Member
Period: May'18 - Oct'18
Technical Skills: Angular 6, CSS, HTML, TypeScript, REST API
Responsibilities:
Developed a job portal which is specifically designed for hiring people in Life Sciences field
Created schedulers for sending mail with interview schedule
Used AGM Maps for providing navigation service to the candidates, profile page creation and forms for sign-up & login
Project# 2
Application: Life Sciences Cloud
Position: Team Member
Period: Oct'18 - May'19
Technical Skills: Angular 7, TypeScript, Sass, Primeng, Rest API, Canvas.js
Responsibilities:
Created application that has two divisions- one for the Requests Catalog and other for the Search & Filter for
compounds
Developed dashboard using canvas.js and several reusable components such as Accordion, Tables and other Form
Elements
Worked on forming the queries based on the selections made by the User and NavItems Creation and Forms Creations
for the Single Signon
Project# 3
Application: DANTE
Position: Team Member
Period: Jun'19 - Jan'20
Technical Skills: Angular7, Bootstrap, SASS, TypeScript
Responsibilities:
Used Bootstrap for making the website responsive and managed cross browser issues
Managed module called Administrator Starred Students where responsive & reusable tables, forms were developed
Project# 4
Application: VEmpl
Position: Team Member
Period: Mar'18 - Jan'20
Technical Skills: React, React Bootstrap, Drupal for Integration, SASS, JavaScript, GraphQL
Responsibilities:
Developed several Reusable & Responsive components such as Carousel, Banners, Cards and many other
components
Created many components and gave flexibility to the author to form own pages using components that were already
developed
UG: B.Tech/B.E. (Computers) from GPREC in 2017
Education
IT Skills
Skill Name Version Last Used Experience
CSS, SASS
JavaScript, TypeScript
SQL, MongoDb
GIT, AWS, Innersource, BitBucket
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475…
https://freesearch.naukri.com/preview/printResume?uname=0cfd5f5560c4f1397bc2323cabcbd6af590f08564e470f110515405a545c024b465c475742495c5f0850… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Zeplin, Invision, Adobe Suite
Bootstrap, Angular Material, Primeng 0 2 Year(s) 0 Month(s)
React-Bootstrap 2020 2 Year(s) 0 Month(s)
Angular 4.0+ 2020 2 Year(s) 9 Month(s)
React.js 2020 2 Year(s) 4 Month(s)
HTML5 2020 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 436: Resume 885 with similarity score 0.021685500358827655
Resume Text: B.E , MS , B.TECH , BS assistant engineer , senior engineer , full time , team lead , hook up redux , render , health monitoring , performance management , visual studio code , css , fault management , designation , ug , telecom , mar , affirmative action , bash , mysql , web services , hindi , maintenance , ltd , business logic , player , authorization , english , telcom , bootstrap , status , models , email , project , express , application , configuration management , mongodb , devices , npm , mumbai , adherence , bengali , forms , global services , electronics , writing , components , servers , languages , framework , html5 , documentation , toggle , responsive design , javascript , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160…
https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160417155b5f5a52… 1/2
Current Designation: Senior Engineer- IT
Current Company: Vodafone Idea Ltd.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 11 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Vodafone Idea Ltd. as Senior Engineer- IT
Mar 2019 to Till Date
Project #2 Server Health Monitoring
Technology HTML5, CSS3, JavaScript, NPM, React, Redux
Company Vodafone Idea Ltd.
Project Description A website to maintain view and report health status of several Telecom Servers and with limited
remote actions available to end users. Entire system is divided into modules by which we can monitor and maintain the
details. The modules that are involved are Fault Management, Performance Management & Configuration Management.
Responsibilities ? Developing user interface by using the React JS. .
? Writing application level code to interact with APIs, RESTful Web Services
? Creating Custom Reusable React Components Library.
? Creating responsive design for different devices
? Work closely with the Team during implementation to ensure close monitoring and adherence to the design.
? Designed and developed various Web forms using HTML, CSS, Bootstrap and JavaScript, ReactJS
? Created components using ReactJs and also created documentation for components
Ericsson India Global Services Pvt. Ltd as Assistant Engineer
Nov 2016 to Mar 2019
Project #1. Telecom Client : ELEX Portal for Document Library
Technology Bootstrap, CSS, HTML, React
Company Ericsson India Global Services Pvt. Ltd
Project Description Web Library to browse and update Product related documents.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Soham Sengupta
Senior Engineer seeking roles in Software Development,Application
Programming,Application
Development,HTML,Javascript,CSS,MySQL,MongoDB,Java,C,Ant,Web
Services,JavaScript,ReactJS
Key Skills: senior engineer,software development,application programming,application
development,html,javascript,css,mysql,mongodb,java,c,ant,web services,javascript,reactjs,material ui framework
Summary
I have 3+ years of experience in software development.
18 months in Front End technology like ReactJS, Redux, HTML, CSS, JavaScript, Bootstrap, Ant Design.
Very good logical and coding skills.
Experience in making responsive websites.
Result oriented, highly motivated, dedicated and cohesive Team Player with strong analytical and problem-solving skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160…
https://freesearch.naukri.com/preview/printResume?uname=4b8daf02f3fefbf3a4b813c8d035a3cf5a580a5543410a44044041095c5c00431600160417155b5f5a52… 2/2
Responsibilities * Designing UI, Coding for Business Logic.
* Developing single - page applications (SPAs).
* Component for UX-Library consisted of Button, Checkbox, Input, Icons, Toggle Button, Dropdown, Multi-Level
Dropdown and many more.
* Used ReactJs to create views to hook up models to DOM and synchronize data with server.
* Designed simple views for each state in the applications so that React will efficiently update and render just the right
components when the data changes.
UG: B.Tech/B.E. (Electronics/Telecommunication) from MCKV Institute of Engineering, HOWRAH in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, React, Redux, Bootstrap
Ant Design
JavaScript, ReactJs, Redux
Visual Studio Code, Postman
EXPRESS
nodeJS
MongoDB, MySQL, Sybase
Linux6, Solaris11, Windows10
C, Java, Bash Shell
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 437: Resume 1495 with similarity score 0.021665900613250296
Resume Text: B.E , MS , B.TECH , BS technology architect , lead architect , partner , zookeeper , solution architect , full time , principal architect , enterprise architect marathon , training , customer , transformational , ease , classification , platforms , gateway , pattern , status , stakeholder management , digital transformation , application architecture , road , infrastructure , scikit-learn , data science , forecasting , avro , spectrum , engagements , pipeline , distance learning , strategic programs , kubernetes , designation , server management , it strategy , hindi , cluster , architects , english , optimizer , project , mongodb , leadership , solution architecture , ibm , machine learning , flask , settlement , struts , javascript , technology , artificial intelligence , availability , hadoop , eureka , affirmative action , oracle , principles , maintenance , process flow , axis , udf , oozie , email , tomcat , aws , numpy , dropwizard , operations , chassis , nltk , languages , hibernate , sqoop , hive , cassandra , scheduling , dashboards , program management , guides , api , spring batch , blueprint , websphere , ug , analytics , azure , apache , authorization , risk , teams , spring boot , scalability , map , focus , application migrations , electronics , enterprise architecture , framework , time to market , hbase , python , cloud computing , orchestration , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b11581350…
https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b1158135044440a0c5d59… 1/3
Current Designation: Lead Architect
Current Company: Bajaj Finserv Direct Limited.
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Data Science]
Verified : Phone Number | Email - id
Bajaj Finserv Direct Limited. as Lead Architect
Sep 2019 to Till Date
Leading team of architects across multiple LOBs. Defining of Architecture transition plans for moving from current state
(single Partner) to future state (Multiple Partner) including infrastructure model leveraging AWS platform.
Collaborate with Vendor architects on the team where necessary, anticipate potential problems and assess solutions,
impacts and risks across architectural domains and LOBs.
Assist in development of Architecture Roadmap and manage Architecture Runways across LOBs.
Ensure alignment of cross program IT strategy and planning with company's business goals.
Evangelize and explain Architecture principles, benefits and technical solution to business and technical audiences.
Define and decide on tools and processes to improve architectural standards, target state architecture, best practices and
guides that influences architecture decisions across product portfolios and/or across architecture domains with alignment
to the organisation's technology direction.
Xoriant Solutions as Principal Architect
Jun 2018 to Sep 2019
KPMG-Spectrum:
o Delivery of customer Cloud Strategies aligned with customer's business objectives and with a focus on Cloud
Last Active: 7-Feb-21 Last Modified: 1-Feb-21
Prashant Vijay Joshi
Seeking roles in Solution Architecture,Enterprise Architecture,Software
Development,Project Management,Artificial Intelligence,Delivery Management,Digital
Transformation,Stakeholder Management,Risk Management,Machine
Learning,Hibernate,Python,Java,R
Key Skills: Solution Architect,Solution Architecture,Enterprise Architecture,Software Development,Project
Management,Artificial Intelligence,Delivery Management,Digital Transformation,Stakeholder Management,Risk
Management,Machine Learning,Hibernate,Python,Java
Summary
* 5+ years of experience in leading teams through large and complex engagements delivering digital transformational
Strategies focusing on innovation, defining & reviewing Architectures guidelines across multiple domains, architecture patterns.
* 10+ years of experience in providing technology vision and direction towards development of complex and high-volume
scalable systems.
* Provide architecture leadership in execution of strategic programs leveraging consulting and hands-on technology
experience across multiple architectural domains.
* 8+ years of experience in implementing complex, highly scalable applications based on multiple architecture patterns
leveraging multiple architecture pattern including Micro-Service Architecture and Even Driven Architecture across multiple
portfolio/projects and cloud platforms (AWS/Azure)
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b11581350…
https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b1158135044440a0c5d59… 2/3
Application Migrations.
o Work with client's leadership team in reviewing architecture decisions, identify pain areas and provide solution for the
same across the portfolio.
o Prepare and review project plan, resource plan, forecasting, scheduling and tracking.
o Presenting management reports/dashboards to Xoriant Leadership team.
o Work with Xoriant's Leadership team to provide solution and demo for new initiatives and prospects.
o Defining and setting goals for the team members.
o Participated in 3 day 'Program Management' training.
Best Buy as Digital Solution/Technology Architect
Aug 2017 to Nov 2017
Key Projects:
Pricing Engine Framework (Price Optimizer):
Conduct feasibility study to enable business to configure rules for multiple price list and support dynamic pricing.
Work with key stake holders from business, operations in defining busniness objectvies for pricing engine.
Evaluated Sparks and Apache Flink for streaming analytics and data ingress process.
Evaluated Cassandra and Mango DB to find fitment for the proposed architecture.
Define conceptual architecture, estimated cost and road map for implementing the new Architecture.
Wipro Infotech as Digital - Solution/Technology Architect
Sep 2012 to Aug 2017
Key Programs:
New Business Capability:
Define and develop new IT capability which will enable customer's application into BBYD system to provide enhanced
experience to third party customers. Realign Clearing and settlement process flow. Build highly scalable event-based
application architecture with multiple touch points across domains.
Created solution blueprint and framed technology roadmap based on microservice architecture to enable new capability
using Spring Boot, Eureka, Zuul, Hystrix, HATEOS, Swagger, IBM-MQ, ELK
Evaluated Zuul and Apigee for designing API Gateway.
Evaluated Spring Boot and DropWizard for choice of Microservice Chassis.
Scalability, Availability and Stability
Define and design application deployment process, ease of server management and future expansion so as to enable
speed to market innovative applications by reducing deployment cycle from 45 days to 30 days, reduce cost of managing
and maintaining infrastructure by 25%.
Evaluated Kubernetes and Mesos + Marathon for container orchestration.
Move from physical to virtual infrastructure, enhance capacity for SSIS/SSRS.
Alignment from Enterprise teams and key stakeholders on roadmap to migrate from physical to virtual infrastructure
Prepared roadmap and restructure plan for integrating enterprise CI/CD tools in current delivery progress.
Product Induction Process and Auto Classification:
Automate product induction process and reduce time to market new products.
Identify gaps and bottlenecks by analyzing 'As is' process of product induction and propose 'To Be' process.
Define product induction pipeline in Hadoop cluster using Oziee, Spring Batch, Avro, Zookeeper, Pig
Developed POCs for critical flows to establish the concepts of caching and calling UDF in Pig.
Lead the implementation of multiple classification model using scikit-learn, python and flask.
UG: B.Tech/B.E. (Electronics) from Nagpur University in 1999
PG: PG Diploma (Data Science), Correspondence/Distance Learning from Harvard University in 2017
Other Qualifications/Certifications/Programs:
Cloud Computing
Education
IT Skills
Skill Name Version Last Used Experience
Java, R, Python 2017 17 Year(s) 2 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b11581350…
https://freesearch.naukri.com/preview/printResume?uname=cfc2cfadf010f2ff9709620a109f57b75d0c08521f175c430418485d0909594b1158135044440a0c5d59… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Struts, Spring, Hibernate, Jersey 2017 7 Year(s) 3 Month(s)
AXIS 2016 10 Year(s)
Hadoop2.0, Pig, Sqoop 2016 2 Year(s) 3 Month(s)
Oozie, Zookeeper, HBase, Hive, Hadoop 2016 2 Year(s) 3 Month(s)
MQ, JMS, ELK 2017 12 Year(s) 0 Month(s)
Cassandra, MongoDB Oracle 2017 6 Month(s)
JBOSS 5.x, WebSphere, Apache Tomcat, Apache
Web Server
2017 17 Year(s)
Tensor Flow, Scikit, CNN, RNN 2017 2 Year(s) 5 Month(s)
NumPy , Tensor flow, NLTK 2017 2 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 438: Resume 1244 with similarity score 0.021651384749596513
Resume Text: B.E , MS , B.TECH database support , full time , team lead , technical lead , system engineer database systems , devising , patch management , automation , schema , optimization , high availability , general , production systems , powershell , access , microsoft azure , security , designation , developers , 24x7 , data migration , ug , platforms , affirmative action , health , hindi , cloud , databases , refining , maintenance , cluster , ltd , database administration , database servers , authorization , english , troubleshooting , status , corporations , email , aws , query tuning , 2008 r2 , performance tuning , database design , disaster recovery , languages , replication , kannada , server administration , data integrity , scheduling , javascript , engineers , technology , migration projects , international clients , on-call support , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435…
https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435616405b09580… 1/2
Current Designation: Technical Lead
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Mindtree as Technical Lead
Apr 2013 to Till Date
Key Result Areas:
* Working as Technical Lead assisting Team members working on tickets reported by Microsoft Customers.
* Assisting Junior Engineers by helping in solving the tickets related to SQL Server.
* Managing SQL Server Database through multiple product lifecycle environments, from development to mission-critical
production systems
* Installing, maintaining, administering, and tuning MS SQL Server database; completing database back-ups and
maintaining backup procedures
* Configuring:
o Maintaining database servers and processes, including monitoring of system health and performance, to ensure high
levels of performance, availability and security
o Report server and deploying the SSIS packages
* Applying:
o Security patches and hotfixes in the required/all SQL Servers
* Analyzing solve and correct Issues in real time; providing immediate solutions to the problems encountered and
devising long-term remedial solutions to avoid the recurrence of the issue
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
VIKAS M. S.
Technical Lead seeking role in Server Administration,Database Administration,Project
Management,Data Integrity,Database Design,SLA Management,Microsoft Azure,Data
Migration,Disaster Recovery,Performance Tuning,Access Management,SQL
Server,AWS
Key Skills: Technical Lead,Team Lead,Server Administration,Database Administration,Project Management,Data
Integrity,Database Design,SLA Management,Microsoft Azure,Data Migration,Disaster Recovery,Performance
Tuning,Access Management,SQL Server,AWS
Summary
* Technically sophisticated and innovative, Engineering Professional, with over 10 years of diverse experience in entire gamut
of MS SQL Database Administration with exposure to Microsoft Azure and AWS as well
* Supported various versions of Microsoft SQL servers (2008 R2, 2012, 2014, 2016, 2017, 2019) on various platforms (Cloud)
for multiple international clients
* Implemented the existing best practices in database management (platform support, installation, administration, monitoring,
optimization)
* Provided maintenance of databases to include the following: backups, disaster recovery, database support, access
management, patch management; provided on-call support if required
* Expertise in managing HA and DR capabilities in SQL environment, including Always On, Replication and Clustering
technologies
* Participated in various migration projects (cloud migrations); designed and implemented new environments with capacity
planning
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435…
https://freesearch.naukri.com/preview/printResume?uname=4e18aff34e47efd113c1735702a65ea759085d571c415a185740415b5f0e581b400c435616405b09580… 2/2
* Scheduling the required reports based on the business requirement sharing it with upper management
* Refining and automating regular processes, track issues, and document changes
* Maintaining and Troubleshooting database high availability like Always On, Cluster, Replication etc and upkeep
availability of other database systems as required
* Creating:
o Automation scripts to perform repetitive tasks and patching activities to ensure high data integrity using PowerShell
Scripts;
o Maintaining, and rebuilding/reorganizing indexes in SQL Server
* Determining database management needs and recommending system upgrades as necessary; ensuring that
database restored in a timely and efficient manner in the event of system failure
* Assisting the Developers Team with complex query tuning and schema refinement; providing 24x7 support for critical
production systems
Talisma Corporations Pvt. Ltd. as Senior System Engineer
Jun 2008 to Feb 2013
UG: B.Tech/B.E. (Mechanical) from Visveswaraiah Technological University, Karnataka in 1999
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft SQL Server
AWS Cloud Technology
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Kannada
Rank 439: Resume 1173 with similarity score 0.02164402973374555
Resume Text: B.S , MS technician , group leader , senior technical support engineer , part time , senior associate , full time , technical support manager corporate training , business case , customer , it security , service levels , linux , kpi , status , steering , messaging , mumbai , managed servers , features , symantec , decommissioning , it infrastructure , netbackup , utilities , operating systems , organization , engagements , french , encryption , designation , confluence , mar , prototype , hindi , network troubleshooting , cloud , gap analysis , knowledge management , windows , database servers , english , protection , project , consultation , sprint planning , performance tuning , hyper-v , disaster recovery , terminal services , his , daily reports , operational support , tape , vmware , one , javascript , disk , reporting , rca , system recovery , general , affirmative action , technical architecture , uptime , collaboration , basic , advanced , email , business analytics , aws , problem management , german , elicitation , operations , continuous improvement , mac , him , knowledge sharing , languages , sme , raid , vtl , scheduling , engineers , veritas , 10k , ug , telecom , backline , active directory , azure , authorization , risk , teams , enterprise , excel , sql , transition management , adherence , global services , electronics , sindhi , articles , spanish , problem solving , storage , data domain , scrap , backup exec 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b1…
https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b135143130c5d00… 1/3
Current Designation: Lead Manager
Current Company: Sutherland Global Services Private Limited
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Electronics]
Verified : Phone Number | Email - id
Sutherland Global Services Private Limited as Lead Manager
Nov 2020 to Till Date
Support Language teams like French, Spanish and German.
Have a team of 7 techs for French, 5 for German and 5 for Spanish.
Create daily reports for all techs and help get the backlog down for them.
Current backlog is 150 cases , I have got the backlog down from 150 to 125 in Nov.
Provide daily guidance to the technician upon correct track of troubleshooting.
One tech is senior and did behave like one, thus took a decision of giving an ultimatum of 15 days for him to work his way
and later if he could not work on his cases, he listens and looks into guidance provided to him.
Reporting a manager in banglore and update him on daily basis upon the improvement of tech work from all aspects.
Veritas as Senior Technical Support Engineer
Mar 2015 to Dec 2019
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
TRIPTI NIRMAL RAJUSTH
Senior Technical Support Engineer seeking roles in Project Management,IT
Infrastructure,Incident Management,SLA & KPI Management,Business
Analytics,Technical Architecture,technical escalations,IT Security,Client
Engagements,AWS, Azure, OracleAWS
Key Skills: Senior Technical Support Engineer,Technical Support Manager,Project Management,IT Infrastructure,Incident
Management,SLA & KPI Management,Business Analytics,Technical Architecture,technical escalations,IT Security,Client
Engagements,AWS,Azure
Summary
A result-oriented professional with over 11 years of a successful career with diverse roles distinguished by commended
performance
Possess 4 years of experience in NetBackup and gained in-depth knowledge of NetBackup 7.x, 8.xconcepts
Experienced in supporting DNS, DHCP, Security and L2 Network Troubleshooting
Expertise in technical concepts on OS, Database, Basic, concepts of Active Directory, RAID and knowledge on troubleshooting
and inclination towards customer support
Gained the expertise in the stats-of-the-art technologies like cloud Hybrid environment - AWS, Azure, OracleAWS, Data and
Business Analytics
Experience in leading and managing complex IT Infrastructure build-outs, migrations, integration and transition management of
Network and IT Security Services in a geographically diverse global environment
Turned around IT organization for improved effectiveness, using IT as business tool to conceptualize and deliver innovative
solutions; grooming.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b1…
https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b135143130c5d00… 2/3
Key Results Areas
Supported global customers for NetBackup with the help of a team of 15 Engineers
Installed and configured the Master/Media & clients using NetBackup GUI
Configured Volume Pool, Storage Units (Basic Disk, Advanced Disk, VTL), Policies, Tape drives, Media Management and
Media Importing
Recreated problems in-house and provided evidence where bug fix was required; conducted the CPU, Memory, File
System, Performance Tuning
Understood and configured backups on Data domain and SAN client, Clusters
Patched, installed, upgraded, migrated, remotely monitored and managed servers using utilities like Terminal Services
Worked on Inquira Tool while in Symantec & answered the queries upon Community portal in relation to products
Migrated 101 articles from Symantec to Veritas, the articles were a part of Symantec, thus worked with the management
across like Backline and Managers and archived the un-used articles while re-created some in VERITAS
Leading a team of 9 direct reportees (Managers) L2 & L3 Engineers in operational support and managed customer IT
infrastructure for Managed Service Project; resolved technical escalations and rendered support for high severity issue
management for more than 10k customers across the globe
Transitioning for new customers; developing monthly project status reports and managing SLAs and team
performancePlanning, scheduling & coordinating the technical and management aspects of team
Driving teams to ensure uptime of infrastructure within service levels; coordinating with multiple teams to get the issues
resolved within SLA
Preparing RCA after issues resolution and working towards Problem Management in case of recurring and high severity
issues
Troubleshooting issues and steering identification of all enterprise wide high-risk customers; managed capacity and
volumes
Symantec as Technical Support Engineer
Mar 2011 to Oct 2015
Highlights
Extended the technical support to global customers for Symantec System Recovery
Provided the resource consultation to the global clients of Symantec and planned disaster recovery and restored
operations for clients from SSR perspective
Supported for timely backups and restored mail and messaging servers from SSR perspective for database servers like
SQL, VMware and Hyper-V
Performed upgrade and migration for SSR and Backup Exec Tier1
Wirpo Technologies as Senior Associate
Jun 2009 to Feb 2011
Highlights:
Troubleshoot on encryption mechanism and E-Discovery for device decommissioning features for Governance and data
protection
Extended the technical support to various global customers/end-users on various security products on Windows, Mac and
Linux operating system
Ensured the adherence towards quality for the team of MMG for Oct?10 ? Dec?10
Conducted various corporate training of MMG and worked as an SME & group leader
UG: B.Sc (Electronics) from Modern College, Pune, affiliated to Pune University in 2009
Education
IT Skills
Skill Name Version Last Used Experience
VMWARE 5.5 2019 5 Year(s) 0 Month(s)
Linux 7 2019 8 Year(s)
Operating Systems Windows 2020 10 Year(s) 0 Month(s)
Networking 8 Year(s)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b1…
https://freesearch.naukri.com/preview/printResume?uname=c1c6de7ea4160765b961ac16cc5246835c0c095643475b180a10135a580a534d135b135143130c5d00… 3/3
Nature of Employment: Part Time
Role: Other
Duration: Jun 2019 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 15
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Sindhi
Projects
Project Title: Knowledge Management
Client: Veritas
Skill Used: Problem solving
Role Description: KChamp for Knowledge management
Project Details: Undertook ISearch Methodology & handled 9Managers, each manager having
a team of 15.
? Archived 101 articles which where scrap.
? Performed Gap analysis and develop a business case/prototype for solution Conducted brainstorming sessions with
product Managers, and team for requirement elicitation.
?Analyzed Legacy System to identity loopholes to suggest better solutions.
?Used webbased tool-Confluence, for knowledge sharing and work
collaboration for continuous improvement.
? Coordinating with onsite team, technical engineers all across.
? Performed Sprint Planning,prepared excel report upon articles.
? Requirement Planning and Task Estimation for all the Veritas articles and
monitoring to ensure that all requirements are finalized before Sprint.
? Timely follow-up of the implementation process,schedule to refine
requirement.
Rank 440: Resume 39 with similarity score 0.0214842562767384
Resume Text: MS , B.TECH , BS work from home completion , firebase , assessment , store , resume , algorithms , python , javascript , css , application , technology , chat , html , database Assessment
Q1. Why should you be hired for this role?
I have a good experience in reactJS, CSS and HTML. Moreover I have recently created some projects using reactJS, CSS and HTML. Moreover, I
have a great experience of algorithms and data structures.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6377469765
Aditya Mittal
Jaipur
Applied 07 Feb'21
C Programming CSS HTML
JavaScript ReactJS Java
MSExcel Python
Bachelor of Technology B.Tech)
Indian Institute Of Technology Roorkee
2018 - 2022
CGPA 7.53/10
Senior Secondary XII
CBSE board
Year of completion: 2018
Devloped a chat application
Nov 2020 - Dec 2020
https://github.com/AdityaMittal31/chat-application
It is a chat application where people can chat. It is a real time application. And all the messages will store in a firebase
database.
Have done a course on algorithm and data structures.
Have created some app using reactJS, CSS and Javascript
Candidate Master in codeforces.
Codeforces is a site for solving problems based on algorithms and data structures.
https://github.com/AdityaMittal31/chat-application
Rank 441: Resume 701 with similarity score 0.02145365626938021
Resume Text: B.E , MS , B.TECH , BS python developer , quality assurance , student , software developer , full time ecommerce , training , general , algorithms , image processing , access , nosql , designation , ug , b2c , mar , affirmative action , hindi , docker , offers , authentication , maintenance , unix , gateway , creativity , man power , english , authorization , status , postgresql , architecture , customer service , email , project , models , pandas , application , aws , live , consolidation , award winner , celery , prediction , orchids , zoom , edge , matlab , online , git , shell scripting , flow , opencv , django , languages , multithreading , quiz , dashboard , diary , python , javascript , search , web , technology , cart , google cloud , learning , teaching 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a47…
https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a475142480c085b5… 1/3
Current Designation: Python Developer
Current Company: K12 Techno Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Education/Teaching/Training
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
K12 Techno Services as Python Developer
Jul 2019 to Till Date
1) Researching , designing, implementing and managing software programs.
2) Programer the system in a way, so the product be flexible, reliable and easy to use.
3) Developing quality assurance code with reusablility of code.
4) Maintaining and upgrading existing system.
UG: B.Tech/B.E. (Computers) from BMSIT, BANGALORE in 2019
Last Active: 10-Feb-21 Last Modified: 8-Feb-21
Aashish Aacharya
Python Developer Worked with cutting edge technology on various projects with a
work experience of 1.5 year. Award winner k12 coding event from backend team.
Result Oriented performance with skills in python, django, ORM,
Celery,PostgreSQl,git,docker
Key Skills: Python,Django,ORM,Data Structure,Algorithms,SQL,PostgreSQL,NoSQL,AWS,Shell
Scripting,Docker,GIT,Opencv,Celery,Multithreading,Elastic Search
Summary
Result-oriented Professional with 1 years 6 months of experience as Python Development, Award winner performance in k12
coding event, Worked on various project with skill in Python, Django, Data Structure , Algorithms, SQL, PostgreSQL ,AWS cloud
services,Shell Scripting,Docker, git, ORM, OOPs, git, Celery, Elastic Search, Opencv.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
DATA STRUCTURE
ALGORITHMS
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a47…
https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a475142480c085b5… 2/3
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time Duration: Mar 2020 - Jun 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Programmer
Duration: Oct 2019 - Jan 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 20
SQL
PostgreSQL
AWS
GIT 2.17.1 2021 1 Year(s) 6 Month(s)
DJANGO 2.1.4 2021 1 Year(s) 6 Month(s)
DOCKER 19.03.13 2020 0 Year(s) 2 Month(s)
Elastic Search 0 0 Year(s) 0 Month(s)
Python 3.6 2021 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: AlwaysOnLearning (AOL)
Client: B2c Customer Service
Skill Used: Python, Django, Postgresql, SQL, Unix Shell Scripting, Docker
Project Details: AOL is a website which offers live, interactive online sessions for pre-primary and primary students.
1) Created the ecommerce website flow from add to cart to enrollment of course.
2) Integrated the payment gateway (razorpay).
3) Built the student dashboard and profile.
4) Handled the custom migration of users from old website to new website.
Project Title: UnleashEng
Client: B2c Customer Service
Project Details: UnleashEng aims to make English learning an engaging, educative, and enjoyable process. It developed
their skills of imagination, creativity, and self-expression with this platform.
1) Created the Login authentication for the project .
2) Created the architecture models for quiz, question, milestone and baseline test.
Project Title: OES (Online Evaluation System)
Client: Orchids International School
Skill Used: Opencv, MATLAB, Image Processing, Google Cloud vision apis
Project Details: OES is an online Evaluation system which is used to evaluate the student omr sheet online.
1) Worked on Optical character recognition algorithm to find the username and name written on omr sheet.
2) Worked with the opencv for image processing to make the image more smooth for better accuracy of character prediction.
Project Title: LetsEduvate Web Portal
Client: Orchids International School
Skill Used: Python, Django, Sql, Postgresql, Pandas, Multithread Programming
Project Details: LetsEduvate is an online web portal for Schools to revolutionize their
academics, administration experience to be more exciting and easy to
access with the use of technology.
1) Build the Gradebook feature for the report card generation.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a47…
https://freesearch.naukri.com/preview/printResume?uname=b348a1ee1bbc48e1eed6af6e2cb01c21510e0f584b460e44024743095f085542415a475142480c085b5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
2) Build the Online Class feature by integrating the zoom APIs.
3) Written the Script to automate creation of around 200 online classes at a time, It reduced the man power needed by 95%.
4) Build Consolidation Report Feature, Which gives the daily Teacher Report , Circular report , General Diary and Grievance.
Rank 442: Resume 880 with similarity score 0.021450708906192564
Resume Text: B.E , MS , B.TECH , BS application support , scrum master , technical business analyst , technical associate , full time , product owner financial services , customer , security , rims , conducting , web api , issue identification , casualty insurance , outsourcing , energy , status , multinational , brokerage , ux , testing , upstream , asp.net , payments , sql server , geothermal , react.js , low level design , interfaces , access , designation , hindi , loan , gap analysis , windows , english , agile , project , gas , defect tracking , live , mvc , chemicals , research , documentation , one , javascript , digitization , stored procedures , reporting , web development , retro , scrum , affirmative action , collaboration , human capital , maintenance , jquery , cx , fiserv , email , manufacturing , power generation , android , github , epics , languages , oil , oe , hibernate , management system , mobile , jira , sdk , database , online , reinsurance , story writing , case , health , nyse , refining , creativity , ios , risk , authorization , c# , application , interfacing , electronics , debugging , finance , translation , ceremonies , administrative , linq 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120…
https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120411405d59080… 1/3
Current Designation: Product Owner
Current Company: Global logic
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Global logic as Product Owner
Nov 2020 to Till Date
Fiserv as Technical Business Analyst and Scrum Master - IT
Feb 2018 to Nov 2020
Overview of the system
Westpac-Live is an online banking website for one of the largest bank in Australia. This is Web based
application and more for windows, Android, IOS and Tablet.
Role: my roles/responsibilities was as follows
* Product Backlog Creation and prioritization
* user story writing
* Facilitating and leading Requirement gathering and analysis
* Translation business requirement into system for development team
* interfacing with client ,suggesting viable solution and ensuring quality delivery to client
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Nidhi Sehgal
Technical Business Analyst,Product Owner seeking roles in Software
Development,Software Designing,Web Development,Requirement
Gathering,Application Support,Technical
.Support,SDLC,Javascript,ASP.Net,MVC,React.Js
Key Skills: Technical Business Analyst and Scrum Master,Software Development,Software Designing,Web
Development,Requirement Gathering,Application Support,Technical Support,SDLC,Javascript,ASP.Net,MVC,React.Js
Summary
8 years of IT experience as a Technical Business Analyst and developer.
* As a BA have experience in feature, Epic, Product Backlog Creation and prioritization in
collaboration with PO and UI/UX Team.
* Good experience working in Finance,Health and Benefit,Reinsurance ,Insurance domain
(Property/Casualty Insurance) and Banking domain (Payments, International Payments,
Fund Transfer,Home Loan Digitization, and Open Banking,E-Statements).
* Good Experience in Technical and NFR user story writing.
* Good Expertise in Facilitating and leading Requirement gathering, Issue identification, research
and analysis, translating business requirement into system for development team.
* Competent in interfacing with client, suggesting viable solution and ensuring quality delivery to
client.
* Involved in Facilitating sprint ceremonies like Stand-up, Retro, Grooming, Planning, Sprint and
System show case.
* Good Expertise in database, writing Stored Procedures, Functions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120…
https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120411405d59080… 2/3
* Conducting walkthrough with client and development team
* Conduct customer UAT and defect tracking Change requirement management
* Calculating Release Capacity
* Creating detailed report and giving Presentation.
* Preparing necessary Technical Document as SRS (Software Requirement Specification), High
Level/Low Level design Document, Use Cases etc.
* Conducting sprint ceremonies like Stand-up, Retro, Grooming, Planning, Sprint and System show
case.
* GAP Analysis
Aon Hewitt as Technical Business Analyst
Jan 2015 to Jan 2018
Overview of the system
Aon Hewitt (formerly known as Hewitt Associates) is a provider of human capital and management
consulting services headquartered in the United States in Lincolnshire, Illinois. From 500 offices in 120
countries, it provides consulting, outsourcing, and reinsurance brokerage services.
Role: my roles/responsibilities was as follows
* Prepare feature,Epics,Product Backlog in collaboration with PO AND CX user story writing
* Facilitating and leading Requirement gathering and analysis
Translation business requirement into system for development team
* interfacing with client ,suggesting viable solution and ensuring quality delivery to client
* Conducting walkthrough with client and development team
* Conduct customer UAT and defect tracking Change requirement management
* Calculating Release Capacity
* Creating detailed report and giving Presentation.
* Preparing necessary Technical Document as SRS (Software Requirement Specification), High
Level/Low Level design Document, Use Cases etc.
* Conducting sprint ceremonies like Stand-up, Retro, Grooming, Planning, Sprint and System show
case.
* Involved actively in design, development stages of the software development cycle.
* Involved in preparing Designs, writing Code, testing, debugging and documentation.
* Developed procedures/functions in sql.
* Written the reliable, reusable and optimized code for Asp.net.
* Coded, Tested and debugged the programs for my application.
* Creating/Updated the documents related to the releases.
* Used the Agile methodology and coding as per SDK standards
* Worked on all SDLC stages on various CRs and complex Rims Releases.
* Facilitate the team for better creativity and tries to improve the efficiency of the development
team.
* Worked on making application accessible for visually impaired people
Tech Mahindra Limited as Technical Associate
May 2012 to Jan 2015
Technical Associate | May 2012 -Jan2015
Tech Mahindra Limited, noida
Project: Risk and interface management system(RIMS)- Chevron Upstream
Overview of the system:
Chevron Corporation (NYSE: CVX Euronext: CHTEX) is an American multinational energy corporation. Headquartered in
San Ramon, California, and active in more than 180 countries, it is engaged in every aspect of the oil, gas, and
geothermal energy industries, including exploration and production; refining, marketing and transport; chemicals
manufacturing and sales; and power generation. Chevron is one of the world's six "supermajor" oil companies; as of 2013,
it ranked eleventh in the Fortune Global 500 list of the world's largest companies.
The Risk and Interface Management System (RIMS) is an integrated web-accessed database application for recording,
monitoring, and reporting the following:
Project Execution Risks
Technical External and Internal Interfaces
Project OE/HES Recommendations and Action Items
Each of the above modules has a different objective, but all three share many of the same security access and
administrative requirements.
Role: my roles/responsibilities was as follows
Involved actively in design, development stages of the software development cycle.
Involved in preparing Designs, writing Code, testing, debugging and documentation.
Developed procedures/functions in sql.
Written the reliable, reusable and optimized code for Asp.net.
Coded, Tested and debugged the programs for my application.
Creating/Updated the documents related to the releases.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120…
https://freesearch.naukri.com/preview/printResume?uname=50d4c69706b4ca6ccb96fcad61ce649a0b5c0c554d170c115018475b0c58024f420f120411405d59080… 3/3
Used the Agile methodology and coding as per SDK standards
Worked on all SDLC stages on various CRs and complex Rims Releases .
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2011
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ASP.NET, C#, VB, MVP, SQL Server 2008
WCF, oops, JQuery, MVC
JavaScript, Hibernate, LINQ
Knockout Js, Mobile Frameworks
Web api, React JS
GitHub, JIRA
Agile, Waterfall
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 443: Resume 867 with similarity score 0.02144367176288817
Resume Text: B.E , B.TECH , BS software engineer , full time , software developer ecommerce , react.js , socket.io , redux , css , designation , ug , golang , affirmative action , maintenance , typescript , authorization , internet , status , architecture , postgresql , email , project , express , application , mongodb , redis , rest , components , d3.js , features , c++ , git , building , computer science , infrastructure , html5 , es6 , javascript , technology , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140…
https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140b17105a5e095… 1/2
Current Designation: Software Engineer
Current Company: Krazybee (kreditbee.in)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Krazybee (kreditbee.in) as Software Engineer
Sep 2019 to Till Date
Building reusable components using react & redux architecture.
Worked on both app as well as website for kreditbee.in
Worked on Payment methods.
Troopr Inc as Software Engineer
Aug 2018 to Aug 2019
Implemented rest APIs for Troopr's core product using node js
Implemented back end infrastructure.
Wrote script to update the fields in database
Implemented user-facing features using React.js and Redux state
management library.
Building reusable components and front-end libraries for future use.
UG: B.Tech/B.E. (Computer Science and Engineering) from BANGALORE INSTITUTE OF TECHNOLOGY, VTU in 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
ANUP KUMAR GUPTA
Software Engineer seeking assignment in Software Development,Software Application
Development,Project Management,Requirement Gathering,Redux Architecture,React
Architecture,Data Strucure,Git,React js,Redux,Javascript,HTML,CSS,D3.js,Typescript
Key Skills: Software Engineer,Software Developer, Software Development,Software Application Development,Project
Management,Requirement Gathering,Redux Architecture,React Architecture,Data Strucure,Git,React
js,Redux,Javascript,HTML,CSS,D3.js,Typescript
Summary
Over 2 years experience in Software Development,Software Application Development,Project Management,Requirement
Gathering,Redux Architecture,React Architecture,Data Strucure,Git,React js,Redux,Javascript,HTML,CSS,D3.js,Typescript
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140…
https://freesearch.naukri.com/preview/printResume?uname=3dcdf1f053d52a8ca4cb0f88f0117a260c580f5549465c13031748595d0c591f425d140b17105a5e095… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
React js, Redux, JavaScript
HTML5, CSS3, D3.js
Typescript, ES6
Node js, Express, Typescript
socket.io, Golang
Mongodb, Redis, PostgreSQL
C++
Data Strucure, Git,
Rank 444: Resume 52 with similarity score 0.021357890785062835
Resume Text: B.TECH student api , web development , plantation , css , mysql , travel , newton , tac , express , application , mongodb , tic , map , linkedin , github , weather , features , camp , problem solving , multiplayer , holidays , languages , lovely , congress , fetch , javascript , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B.Tech Lovely Professional University, Jalandhar, Punjab 7.99/10.0
2015 12th S.L.S.S Sitamarhi, Bihar 66.0%
2013 10th O.H.S.S Zunheboto, Nagaland 79.0%
Internship and Certifications
Newton School | Newton school coding bootcamp
Full Stack Web Development along with Problem Solving.
Technical Stack learned: NodeJs, ReactJs, ExpressJs, MongoDB, HTML, CSS, Javascript.
Participated in various Coding Contest organized by the platform.
Worked on various projects like Todo-List, Calculator.
Projects
Tic-Tac-Toe | Newton School
Tic-Tac-Toe Game Web App
Features: 3*3 grid multiplayer game.
Role: Developer | Tech Stack: HTML, CSS, Javascript
Weather Journal | Udacity
Frontend Application, Where users can fetch Weather data.
Features: Open-weather-map API is used to display weather data as per user request.
Role: Developer | Tech Stack: HTML, CSS, Javascript
Travel Web App | Udacity
A Travel Planner Web App, Where users can plan their holidays by comparing weather and images of various Cities.
Features: Displays location, image and weather of desired place. | API's used: WeatherBit API, GeoNames API, PixaBay API
Role Developer | Tech Stack: HTML, CSS, Javascript
Skills
Computer languages JavaScript, Java, CSS, HTML
Software Packages Node, React, MySQL, MongoDb, Express
Co-Curricular Activities
Student Coordinator at Indian Science Congress held at LPU.
Organized Tree Plantation Camp in Phagwara.
Akshay kumar Pandey LinkedIn: akshaypandey44
Github: akp44
August 2020 - January 2021
October 2020 - October 2020
April 2020 - April 2020
March 2020 - April 2020
https://www.linkedin.com/in/akshaypandey44/
https://github.com/akp44
Akshay kumar Pandey
LinkedIn:
akshaypandey44
Github:
akp44
Education
2020
B.Tech
Lovely Professional University, Jalandhar, Punjab
7.99/10.0
2015
12th
S.L.S.S Sitamarhi, Bihar
66.0%
2013
10th
O.H.S.S Zunheboto, Nagaland
79.0%
Internship and Certifications
Newton School | Newton school coding bootcamp
August 2020 -
January
2021
Full Stack Web Development along with Problem Solving.Technical Stack learned: NodeJs, ReactJs, ExpressJs, MongoDB, HTML, CSS, Javascript.Participated in various Coding Contest organized by the platform.Worked on various projects like Todo-List, Calculator.
Projects
Tic-Tac-Toe |
Newton School
October 2020 -
October
2020
Tic-Tac-Toe Game Web AppFeatures: 3*3 grid multiplayer game.Role: Developer | Tech Stack: HTML, CSS, Javascript
Weather Journal |
Udacity
April 2020 -
April
2020
Frontend Application, Where users can fetch Weather data.Features: Open-weather-map API is used to display weather data as per user request.Role: Developer | Tech Stack: HTML, CSS, Javascript
Travel Web App |
Udacity
March 2020 -
April
2020
A Travel Planner Web App, Where users can plan their holidays by comparing weather and images of various Cities.Features: Displays location, image and weather of desired place. | API's used: WeatherBit API, GeoNames API, PixaBay API Role Developer | Tech Stack: HTML, CSS, Javascript
Skills
Computer languages
JavaScript, Java, CSS, HTML
Software Packages
Node, React, MySQL, MongoDb, Express
Co-Curricular Activities
Student Coordinator at Indian Science Congress held at LPU.Organized Tree Plantation Camp in Phagwara.
Rank 445: Resume 403 with similarity score 0.02134395949949948
Resume Text: B.TECH , BS software engineer switching , web development , redux , css , command , mysql , public , grocery , player , bootstrap , shipping , newton , tac , project , store , express , mongodb , tic , numpy , pda , github , features , c++ , machine learning , problem solving , opencv , output , languages , e-commerce , python , face recognition , reviews , javascript , technology , cart , artificial intelligence , html , capture Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B.Tech College of Technology and Engineering, Udaipur 5.8/10.0
2016 12th Aditya Birla Public School, Khor 78.4%
2013 10th Aditya Birla Public School, Khor 8.6/10.0
Internship and Certifications
Newton School | Software Engineer
Full Stack Web Development along with Problem Solving
Technical Stack learned: HTML, CSS, javaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB, Redux
Participated in various coding contest organized by the platform
Worked on various projects like Tic-Tac-Toe game, Countdown timer, Card deck game, etc
Projects
Grocery Item | Newton School
E-commerce website
Feature: Display of all item present in store with available quantity along with price, rating and reviews, After choosing any
item user can redirect to cart page which display all item willing to purchase with their quantity and total price, After
conforming their item user will direct to shipping page to mention their address for delivery and redirect to payment portal
to confirm their order
Role: Developer | Tech Stack: React JS, Node JS, Mongodb, Redux
Tic-Tac-Toe Game | Newton School (link)
A Simple Tic-Tac-Toe game
Features: Automatic player switching, shows the winning cell combination
Role: Developer | Tech Stack: HTML, CSS, JavaScript
Attendance Using Face Recognition Monitoring System | Keen Infotech
It's a Artificial Intelligence Project
Feature: numpy command is used to store the data, opencv library is used to capture the face, LCA and PDA algorithm is
used to compare the data and display the output with accuracy 90%
Role : Developer | Tech Stack: Machine Learning
Skills
Computer languages CSS, HTML, JavaScript, Python, Java, C++, C
Software Packages MongoDb, MySQL, Node, React, Bootstrap
Co-Curricular Activities
Volunteered in college fest
Participated in skit competition and won the 1st prize.
Praveen kumar Jat Github: Ravip75
August 2020 - Present
December 2020 - Present
October 2020 - October 2020
July 2019 - August 2019
https://github.com/Ravip75
https://my.newtonschool.co/playground/markup/bngkctlgwx/
Praveen kumar Jat
Github:
Ravip75
Education
2020
B.Tech
College of Technology and Engineering, Udaipur
5.8/10.0
2016
12th
Aditya Birla Public School, Khor
78.4%
2013
10th
Aditya Birla Public School, Khor
8.6/10.0
Internship and Certifications
Newton School | Software Engineer
August 2020 -
Present
Full Stack Web Development along with Problem SolvingTechnical Stack learned: HTML, CSS, javaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB, ReduxParticipated in various coding contest organized by the platformWorked on various projects like Tic-Tac-Toe game, Countdown timer, Card deck game, etc
Projects
Grocery Item |
Newton School
December 2020 -
Present
E-commerce websiteFeature: Display of all item present in store with available quantity along with price, rating and reviews, After choosing any item user can redirect to cart page which display all item willing to purchase with their quantity and total price, After conforming their item user will direct to shipping page to mention their address for delivery and redirect to payment portal to confirm their orderRole: Developer | Tech Stack: React JS, Node JS, Mongodb, Redux
Tic-Tac-Toe Game |
Newton School
(link)
October 2020 -
October
2020
A Simple Tic-Tac-Toe gameFeatures: Automatic player switching, shows the winning cell combinationRole: Developer | Tech Stack: HTML, CSS, JavaScript
Attendance Using Face Recognition Monitoring System |
Keen Infotech
July 2019 -
August
2019
It's a Artificial Intelligence ProjectFeature: numpy command is used to store the data, opencv library is used to capture the face, LCA and PDA algorithm is used to compare the data and display the output with accuracy 90%Role : Developer | Tech Stack: Machine Learning
Skills
Computer languages
CSS, HTML, JavaScript, Python, Java, C++, C
Software Packages
MongoDb, MySQL, Node, React, Bootstrap
Co-Curricular Activities
Volunteered in college festParticipated in skit competition and won the 1st prize.
Rank 446: Resume 280 with similarity score 0.021224714977995343
Resume Text: MS , B.TECH work from home , full time automation , natural language , showcase , internships , connect , basic , firebase , diagnose , consultation , application , video , processing , doctors , xml , resume , java , srm , computer science , android development , assessment , it , python , one , mobile , technology , online Assessment
Q1. Why should you be hired for this role?
I am very passionate about android development, as it is one of the few fields where the code you write is not just executed on a boring black
screen but has an interesting UI to play with. I am a person who searches for fun in what I do, and android development is one of such fields
where I enjoy working. Though I haven't worked anywhere before, I think I am looking forward to an opportunity to strike and show off my best
for the company.
I have worked on an Online Medical Consultation Application which I hope will showcase my skills in android development, here's a demo video
on the app:
https://drive.google.com/file/d/1fDZX3t1CWv8KFH5tMirSW7feIf2fXRzi/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
No, but I can assure my complete full time presence from 29th of December 2020, that is soon after my college Semester examinations are done
with.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
CONTACT Phone: 91 9398400793
Keerthan Raj Mateti
Hyderabad, Chennai
Applied 27 Dec'20
Android Firebase Java
XML
Bachelor of Technology B.Tech), Computer Science
SRM University
2019 - 2023
CGPA 9.75/10
ION Remote Internship On AI Automation On Text Emotion Analysis
Tata Consultancy Services ( TCS ), Virtual
Jun 2020 - Jul 2020
Made an algorithm on Text analysis to detect different emotions in the text data using python through Natural Language
processing
Android Application Development
udemy, Online
Nov 2019 - Present
Its an online life time valid android development course which I follow, on udemy
Medical Consultation Application
Sep 2020 - Nov 2020
Online Mobile Consultation App,to connect patients with the Specialists, in a click.
Online Report generation make it easy for future reference.
Connect with the best in field Doctors.
Diagnose Basic Symptoms.
Connect with nearby Pharmacies.
Rank 447: Resume 1554 with similarity score 0.021145891946383843
Resume Text: MS senior developer , senior software engineer , full time , php programmer , team lead outlook , web development , functional specifications , general , telugu , css , oversight , designation , office , adobe photoshop , affirmative action , mysql , hindi , docker , xampp , maintenance , ltd , php , heroku , jquery , project tracking , risk , english , node.js , teams , authorization , bootstrap , plugin , status , business services , shopify , excel , email , google , matrix , wordpress , application , configuration management , focus , devices , hooks , working with clients , mumbai , html , ux , testing , dreamweaver , database design , technical design , react native , git , building , computer science , customer experience , functional analysis , preparation , localization , research , documentation , microsoft access , languages , functional design , reviews , javascript , management skills , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d4…
https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d440240135d0f0a… 1/3
Current Designation: Senior Software Engineer
Current Company: novostack pvt ltd
Current Location: Bhubaneshwar
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Diploma [Computer science
Engineering]
Verified : Phone Number | Email - id
novostack pvt ltd as Senior Software Engineer
Jan 2021 to Till Date
communicate with client and gather project, coding and building shopify app
Zeengur Technologies Pvt. Ltd. as Senior Developer- Application & Software
Sep 2017 to Jan 2021
A result-oriented professional with nearly 12 years of experience in Application and Software Development
? Gained experience in Bootstrap integration with WordPress theme and Custom WordPress theme with friendly UI, UX
? Piloted the implementation of custom WordPress plugin using hooks & action and core PHP
? Hands-on experience Nodejs, ReactJs, React Native, Docker, Heroku and git
? Experienced in Web/ Application Development Lifecycle right from requirement analysis, documentation (functional
specifications, technical design), coding and testing to maintenance of proposed applications
? Expertise in end-to-end development of applications from requirement analysis to system study, designing, coding,
testing, documentation and implementation
? Expertise in setting out delivery standards for various operational areas, implementing quality systems & procedures to
facilitate a high-quality customer experience, while adhering to the SLAs and business services
? Significant experience of working with clients and technical teams for executing projects with focus on project
coordination, documentation, business reviews and presentation
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SUNIL KUMAR MUTAKA
Senior Developer seeking roles in Web Development, Software Development,
Application Development, Project Management, Performance Monitoring, Risk
Identification, Defect Management, Requirement Gathering, Javascript, CSS, GIT,
Docker, jQuery, PHP.
Key Skills: Senior Developer,Team Lead/Tech Lead,Web Development,Software Development,Application
Development,Project Management,Performance Monitoring,Risk Identification,Defect Management,Requirement
Gathering,Javascript,CSS,GIT,Docker,jQuery,PHP.
Summary
A result-oriented professional with nearly 12 years of experience in Application and Software Development. Gained experience
in Bootstrap integration with WordPress theme and Custom WordPress theme with friendly UI, UX. Piloted the implementation
of custom WordPress plugin using hooks & action and core PHP. Hands-on experience Nodejs, ReactJs, React Native, Docker,
Heroku and git. Experienced in Web/ Application Development Lifecycle right from requirement analysis, documentation
(functional specifications, technical design), coding and testing to maintenance of proposed applications. Expertise in end-to-
end development of applications from requirement analysis to system study, designing, coding, testing, documentation and
implementation. Expertise in setting out delivery standards for various operational areas, implementing quality systems &
procedures to facilitate a high-quality customer experience, while adhering to the SLAs and business services
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d4…
https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d440240135d0f0a… 2/3
? Rich exposure in functional analysis, mapping of requirements to design, database design and preparation of functional
specifications
? Expertise inUX andUI with support for different versions &devices of localization, and multi-theme with dark mode
support
? Worked on Functional & Technical Projects including Application Design, Functional Design, Configuration Management,
Build, Test Strategies & Test Plans, Defect Management, Project Tracking & Oversight
? An effective communicator with excellent relationship management skills with capability to relate to people at any level of
business
and management
Higher Matrix Consultancy Service as Sr. Developer
Jan 2015 to Sep 2017
Computer Research & Application Center as Sr. PHP Programmer
Sep 2010 to Dec 2014
UG: Diploma (Computer science Engineering) from Nelachal Polytechnic in 2008
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE (Word, Excel, Powerpoint)
Microsoft Access, Outlook
Adobe Photoshop
Dreamweaver, xampp
CSS 2020 10 Year(s) 0 Month(s)
Reactjs 2020 2 Year(s) 0 Month(s)
Heroku 2020 1 Year(s) 0 Month(s)
MySQL Database 2017 5 Year(s) 0 Month(s)
Google Script 2018 0 Year(s) 6 Month(s)
Codeingniter 2017 5 Year(s) 0 Month(s)
Node.js 14 2020 3 Year(s) 0 Month(s)
HTML 2020 10 Year(s) 0 Month(s)
WORDPRESS 5 2020 6 Year(s) 0 Month(s)
core php 5 2016 7 Year(s) 0 Month(s)
JavaScript 2019 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Telugu
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d4…
https://freesearch.naukri.com/preview/printResume?uname=1ab04f47200919f02a6685866b4d025e09590a001c4708400519430a5c5d564d450d440240135d0f0a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 448: Resume 1560 with similarity score 0.02113497904122266
Resume Text: B.E , MS , B.TECH profiler , software engineer , full time , software developer winscp , general , ventilators , r19 , healthcare , anesthesia , designation , ug , demand , mar , affirmative action , urgency , hindi , qt creator , linux , profiler , air , maintenance , authorization , advanced , english , ventilation , pattern , status , architecture , email , project , application , respiration , intensive care , interfacing , co2 , probe , qml , components , c++ , intermediate , git , fundamentals , languages , putty , mobile , phones , javascript , widgets , proteus , mimics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a18…
https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a180b47425a0c0d… 1/2
Current Designation: Software Engineer
Current Company: Larsen & Toubro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Larsen & Toubro Limited as Software Engineer
Feb 2018 to Till Date
Having 3 years of experience in Application Development on Linux using QT/QML/C++
UG: B.Tech/B.E. (Computers) from YeshwantRao Chavan College of Engineering, Nagpur in 2017
Other Qualifications/Certifications/Programs:
Qt Quick and QML For Beginners : The Fundamentals
Qt Quick and QML - Intermediate : Interfacing to C++
Qt Quick and QML - Advanced : Interfacing to C++
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
BHUSHAN SURE
Software Engineer seeking roles in QT/QML and C++
Key Skills: QT , Qml, C++, Data Structures, GIT, Javascript
Summary
1) 3 years' of experience in Qt/Quick Development in Medical Domain.
2) Having experience with strong skills in Qt/QML, C++, Widgets development.
3) Having experience in working with Model-View architecture in Qt/QML i.e., ListView, TableView, Repeater, etc.
4) Having experience in making Reusable Components and Custom Widgets in QML.
5) Having experience in working with QML Profiler in QT to analyze performance.
6) Having experience in working with interfacing C++ and QML.
7) Having experience in working with Qt Charts.
8) Quick Learner and having Good Problem-Solving Skills.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a18…
https://freesearch.naukri.com/preview/printResume?uname=3dbcd956e82f42d27dcd9fd07eae220c09555d584a410a470710135b595f504b135a180b47425a0c0d… 2/2
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Mar 2020 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jan 2019 - Feb 2021
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Sep 2018 - Dec 2018
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
QT, QML, C++, C 2021 3 Year(s) 0 Month(s)
Qt Creator, Git, Code Collaborator 2021 3 Year(s) 0 Month(s)
putty, Winscp 2021 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: R19
Client: GE Healthcare
Skill Used: QT, Qml, C++, Data Structures, GIT, Javascript
Role Description: To Develop GUI using QT / QML / C++
Project Details: R19 was a program that was started after the increase in the demand of Ventilators during the Covid
outbreak in the year 2020. The program was to be completed in a short period of time due to high necessity and urgency of
the Ventilators.
Project Title: Proteus
Client: GE Healthcare
Skill Used: QT, Qml, C++, Data Structures, GIT, Javascript
Role Description: To Develop GUI using QT / QML / C++
Project Details: Proteus is a complete Anesthesia and Ventilator system which is for intensive care of Patients. It provides the
patient required ventilation when on Anesthesia. The machine mimics the breathing pattern and also provides the required
volume of air in the lungs. It monitors the patients such as the respiratory rate, the amount of volume of air given to the
patient, the CO2 exhaled by the patient. Through the machine the clinical can also set the volume of air to be provided and
the rate of respiration of the patient, etc.
Project Title: Melody R2
Client: GE Healthcare
Skill Used: QT, Qml, C++, Data Structures, GIT, Javascript
Role Description: To Develop GUI using QT/ QML / C++
Project Details: Melody App is a mobile based app which communicates with an ultrasound probe through Wi-Fi and displays
ultrasound images in mobile phones
Rank 449: Resume 559 with similarity score 0.02110763140489817
Resume Text: MS , B.TECH , BS work from home c programming , completion , training , assessment , creativity , resume , one , python , harmonium , technology , hiring , srm , camp , cops , computer science , mathematics Assessment
Q1. Why should you be hired for this role?
I have always believed that there are two types of work, one which is creatively done and other which is done for the sake of completion of that
work. Working as a Graphic designing intern also has the same two types. Observing creativity around me is something that I always do. Hiring me
would prove helpful for me in bringing out the creative content in me. It will also make both the parties look good.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8849441636
Shweta Rajan
Chennai, Ahmedabad
Applied 26 Jan'21
C Programming MSOffice Mathematics
Python
Bachelor of Technology B.Tech), Computer Science
SRM IST
2019 - 2023
CGPA 9.30/10
National Cadet Cops(NCC
NCC, Ahmedabad
Jun 2014 - Apr 2016
Underwent training for two years and also went for a training camp for 10 days.
Secured a 'A' certificate in the NCCNational Cadet Cops) training
Secured distinction at national level test for playing the harmonium instrument.
Rank 450: Resume 1460 with similarity score 0.021104920541749263
Resume Text: MS project manager , corporate secretary , full time , senior consultant , sales consultant , change agent , business analyst risk assessment , wealth management , designation , ug , mar , tamil , platforms , affirmative action , hindi , gap analysis , maintenance , ltd , policy development , authorization , english , record of success , strategic planning , status , charles river ims , sql , email , project , securities , application , process design , elicitation , ems , bus , data analysis , fixed income , transformation , finance , system testing , order management , languages , process implementation , foundation , investment banking , management system , javascript , derivatives , equities , capital , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d13084…
https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d1308440a40490d5f0c… 1/2
Current Designation: Senior Consultant - Charles River and
RPA Business Analyst
Current Company: Mindtree Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: B.A [Corporate Secretary]
Verified : Phone Number | Email - id
Mindtree Ltd as Senior Consultant - Charles River and RPA Business Analyst
Sep 2017 to Till Date
Synechron Technologies as Charles River SME
Mar 2016 to Feb 2017
Fomra as Sales Consultant
Dec 2013 to Feb 2016
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
NITIN VAID
Senior Consultant - Charles River and RPA Business Analyst seeking roles in Process
Design,Process Implementation,Quality Management System,Gap Analysis,Risk
Assessment,Strategic Planning,Policy Development,System Testing,Data
Analysis,SQL
Key Skills: Senior Consultant - Charles River and RPA Business Analyst,Project Manager,Process Design,Process
Implementation,Quality Management System,Gap Analysis,Risk Assessment,Strategic Planning,Policy
Development,System Testing,Data Analysis,SQL
Summary
Outgoing & process-driven professional, associated with Mindtree Ltd., Bangalore as Senior Consultant - Charles River/ RPA
Business Analyst
Showcased excellence during implementation of 3 modules in Charles River IMS for clients across North America, Europe, and
Asia
Performance-driven Transformation & Change Agent; taking care of requirements elicitation through direct interaction with BUs
& their processes
Track record of success in securities finance & capital market (Equities, Fixed Income, Derivatives and FX products)
Distinguished capabilities in database programming (SQL); possess skills in OMS/EMS, Compliance, Portfolio management and
IBOR solutions
Registered ability in OMS/EMS, Compliance, Wealth Management Platforms, Portfolio Management and PMA
Skills in Charles River Portfolio Management System Order Management System, Compliance, IntelliMatch, MEDM and;
possess knowledge in asset
management and investment banking domain.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d13084…
https://freesearch.naukri.com/preview/printResume?uname=94d388dd0c167a10440a87c879596ac30d5c095542145d100718125d5c09584d1308440a40490d5f0c… 2/2
UG: B.A (Corporate Secretary) from University of Madras, Chennai in 2002
Other Qualifications/Certifications/Programs:
CA Foundation
CFA Level 1
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 451: Resume 1334 with similarity score 0.021032247006190635
Resume Text: B.E , MS , B.TECH crm administrator , cloud architect , associate , devops , zookeeper , full time , team lead , data administrator , aws solution architect resource allocation , award , server monitoring , planning & scheduling , security , vault , platforms , docker , linux , technology services , gateway , flume , synchronization , status , stakeholder management , specifications , application services , application architecture , mumbai , samba , smoke testing , kerberos , apache spark , performance engineering , artifacts , writing , components , ec2 , order management , work processes , infrastructure , payments , foundation , solaris , soa , scala , coordinated , organization , crm , engagements , cxo , shiny , ansible , automation , devops , kubernetes , designation , tsys , hindi , gap analysis , cluster , yarn , architects , windows , operational transformation , english , troubleshooting , project , groups , leadership , solution architecture , process analysis , playbook , pipelines , architecting , volume management , performance tuning , strategy , togaf , javascript , predictive analytics , hadoop , kms , ldap , optimization , general , performing , efs , change requests , developers , groovy , affirmative action , principles , maintenance , dynamo , unix , kafka , ddl , nexus , email , business units , aws , hp , data solutions , design patterns , customer experience , languages , sqoop , hive , load balancing , big data , amazon , ace , assessment , mobile , queues , web , gcs , airflow , technology planning , cloud storage , database , cloud services , csat , api , codes , high availability , jenkins , nosql , ug , developments , authentication , permissions , authorization , self-healing , teams , enterprise , productivity , siebel , lake , ecosystem , map , application servers , records , led , s3 , shell scripting , repository , landscape , it operations management , cloudera , agents , eim , hbase , python , cloud computing , ucm , google cloud , business solution delivery , data administration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 1/4
Current Designation: Lead- IT Operations
Current Company: TSYS Card Tech Services India
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
TSYS Card Tech Services India as Lead- IT Operations
Aug 2017 to Till Date
Key Result Areas:
* Directing technology planning and direction, strategy development, leadership and implementation, business and
operational transformation execution and business solution delivery
* Spearheading the entire operations including delivery excellence, innovation, productivity and process improvement
* Setting out quality standards for various operational areas, ensuring a high-quality customer experience while
adhering to the SLAs and work processes
* Administering array of project operations such as planning & scheduling, resource allocation while providing technical
direction and ensuring compliance with quality standards
* Maintaining optimal relations with internal & external stakeholders to provide support for various IT issues by keeping
a close track on recent developments
* Reviewing all outstanding change requests, analyzing change records for determining any trends along with the
closing of change requests and then producing regular management reports
* Ensuring the required infrastructure is in place for team members including physical, hardware & software
requirements
* Attaining the targets without any escalations or complaints from clients; achieving the higher CSAT (Customer
Satisfaction)
Highlights:
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PUNEET JOSHI
Certified AWS Solution Architect, Lead seeking roles in Cloud Computing, Solution
Architecture, IT Operations Management, Stakeholder Management, Requirement
Analysis, Cost Optimization, Process Improvement, NoSQL, Hive, Jenkins, Docker,
Python.
Key Skills: Lead,Team Lead/Tech Lead,Cloud Computing,Solution Architecture,IT Operations Management,Stakeholder
Management,Requirement Analysis,Cost Optimization,Process
Improvement,NoSQL,Hive,Jenkins,Docker,Python,Linux,Certified AWS Solution Architect.
Summary
Self-driven with a passion for technology; skilled in grasping the big picture and conceptualizing, developing & applying
appropriate, practical technology/mix of technologies that meet business needs while minimizing risks. Insightful knowledge on
process analysis and designing solutions integration, by capitalizing SOA, TOGAF ADM practices, governance, principles and
design patterns. Significant experience in leading cross functional stream and CxO's engagements, drove ARB, ORB's liaising
with business, Enterprise Architects, Platforms & Security experts. Comprehensive experience in technical solution architecting
and conceptualization for enterprise wide IT architecture in alignment with business and existing systems landscape. AWS/GCP
Cloud Architect highly skilled in supervising company's cloud Infra landscape and known for brining value through solutions and
cost optimization & ensuring availability
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 2/4
* Implemented High & Load Balancing of Hive Server 2, multi node Airflow cluster from standalone implementation
* Developed Ansible playbook for performing self-healing of main application services
* Automated the HDFS volume management using Python
Projects Handled
Company: TSYS Card Tech Services India (A Global Payments Company)
Period: Dec'20 - till now
Project: Merchant Data & Analytics
Role:
* DevOps & Cloud OPS lead from Pune; leading a team of 7 people to deliver the DevOps & maintain Cloud operations
(Google Cloud)
* Responsible for maintaining the DevOps infrastructure over the cloud
* Responsible for maintaining the GCP components like Compute Engine, GKE, GCS, BigQuery
* Work as part of a team, to design and develop cloud data solutions
* Writing Docker files to build custom docker image for application
* Writing Ansible playbooks for deployment automation
* Developed Dynamic Jenkins pipelines for automation using Groovy (Ansible) Scripts
* Developed Jenkins Pipeline for automating Docker cluster maintenance tasks
* Installation & Configuration of DevOps Tools like Jenkins, Docker, Ansible, and Kubernetes
* Automation of daily Cloud operation/ Deployments using Python
* Integration of CI/CD pipeline with Hashicorp Vault
Project: Issuing Data Lake
Period: Aug-2017 till Nov 2020
Role:
* Led a team of 14 people to support DevOps, Big Data Administration tasks, responsible for implementation and
ongoing administration of Hadoop infrastructure
* Maintained the DevOps infrastructure over the cloud
* Strong foundation of knowledge around AWS cloud services and the cloud ecosystem
* Manage and support full application stacks from the OS through custom applications using Amazon cloud based
computing environments
* Work as part of a team, to design and develop cloud data solutions
* Work with business units, software developers, security, to design and build applications and services within AWS
* Responsible for architecting Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, AWS
Kinesis, Lambda, Cloud Formation, Elastic Beanstalk, RDS, Dynamo DB, Redshift etc.
* Experienced on Architecting and securing the Infrastructure on AWS using IAM, KMS, API Gateway, Cloud Trail,
Cloud Watch, Security Groups, NACL
* Installation & configuration of Artifact Repository like Nexus
* Installation & Configuration of Multi Node Airflow Cluster
* Responsible for integrating Docker applications with Hashi Corp Vault
* Responsible for maintaining the DevOps infrastructure
* Installation and Configuration of DevOps tools i.e Docker, Ansible, Jenkins, Kubernetes
* Installation and Configuration of Big Data Tools like hive, hive server, spark
Cummins Technology India Limited as DGM
Nov 2015 to Aug 2017
Solution Stack: Hadoop, Flume, Sqoop,R,Shiny,Siebel CRM,SAMBA,YARN,Zookeeper,Kerberos
Operating System: Linux, Windows
Description: Siebel CRM application is the master application used for storing customer information. The application
also have inbuilt order management module which tracks the orders placed by different Customers. 25 nodes Hadoop
Cluster with eco-system components is used to perform storage & analysis of log files. Predictive analytics executed by
using R.
Role:
As Big Data Administrator:
* Installation and configuration of HDFS, Hive, Spark, high availability for HDFS Masters
* Managed the Setting up Kerberos authentication for Hadoop, multiple flume agents
* Removed slave nodes for maintenance work like OS patching, OS upgrades; troubleshot Node's unavailability
* Cluster Monitoring; created user queues for capacity scheduling
* Importing and exporting the data using Sqoop from HDFS to Relational Database; set-up Apache Spark
As Siebel CRM Administrator:
* Managed a team of 6 Siebel Administrators in managing IT Performance Engineering, Software Configuration, and IT
Solution Designing Application Architecture Domain
* Led the integration with other Enterprise Applications
* Reviewed and implemented architectural specifications based on Gap Analysis; coordinated with different cross-
functional and technical teams for managing the Application Architectural activities
* Performing activities involving:
o TOGAF ADM iteration within Application Architecture Domain.
o Stakeholder Management, Requirement Gathering & Analysis for enhancements.
o Resource Capability Assessment
o Conducted performance tuning on Siebel servers, setting up of new custom Siebel components, profile configuration
and so on
o Administered data set-up such as EIM / Web Service / LOV / Data Map / organization and so on
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 3/4
o Performed SRF, repository migration and DDL synchronization between different environments
o Managed installations / un installations Siebel architecture web/Gateway/App server/components and setting-up
Siebel tools for mobile/dedicated client
o Migrated repository &smoke testing, environment tuning also coordinated with multiple team for analyzing and
troubleshooting Siebel server component issues
Highlights:
* Successful upgrade of Siebel CRM from 7.x to 8.x across all locations.
* Successful implementation & integration of HDFS , Haddop ecosystem with Siebel DB.
Colt Technology Services India Pvt Limited as Consultant
May 2012 to Oct 2015
Role:
* Administered a team of 3 members in the administration of Siebel CRM like Siebel architecture, system design &
integration; led the development of different architectural artifacts within application architecture domain
* Managed:
o Migrations of repository from development till production environment
o Configured servers, views and provided system privileges / permissions to users
o Deployment of new releases across different Siebel environments, application patches on Application Servers, and
integration with third party authentication like LDAP
o UCM Data and cross-references with external systems, SDH Tables & Type Codes
o Configured servers, views and provided system privileges / permissions to users
o Monitored servers, install, configure and troubleshoot Siebel UCM
o Code deployment, performance tuning, troubleshooting software issues and integration of modules
Highlights:
* Conferred with ACE award of the Quarter in 2013
* Configured the production system to handle 2700 concurrent users
* Facilitated technical solution to minimize the downtime from 1 hour to 10 minutes
* Led the automation of the component & server monitoring by using shell scripts
UG: B.Tech/B.E. (Chemical) from guru ghasidaas university in 2004
PG: in 0
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect
Docker Certified Associate
Education
IT Skills
Skill Name Version Last Used Experience
MapR-FS, HDFS, Hive, Hbase, Flume
Kafka, Sqoop, Ambari, Cloudera Manager
Kerberos, NoSQL, PIG, Apache Spark
YARN, Scala, Flink, MapR
Docker, Ansible, Jenkins, Kubernetes
Compute Engine, GKE, DevOps
Google Cloud Storage, Data Proc
Cloud SQL, Terraform
R, Python, Shell Scripting
Windows, Linux, Solaris, HP-Unix
Windows 2003 / XP, Server 2003
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190…
https://freesearch.naukri.com/preview/printResume?uname=3b247e27bfdc83dcdfe1c71e0c9270335c0b08024f1b0e425216125a5c0a0348115f190447100c580d0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Siebel CRM, Kerberos, Hadoop
Shiny, Flume, Sqoop, SAMBA
Zookeeper, BigQuery, GCS
IAM, KMS, API Gateway, Cloud Trail
Cloud Watch, EC2, VPC, S3
Glacier, EFS, AWS Kinesis
Elastic Beanstalk, RDS, Dynamo DB
Redshift
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 452: Resume 1272 with similarity score 0.021020536969748368
Resume Text: B.E , MS , B.TECH software engineer , product manager , software developer , full time , installer , associate engineer , data management computing , customer , telugu , project managers , ipc , conducting , linux , beginner , red hat , design documents , status , steering , perl , xml , testing , obc , building , solaris , sql server , suite , process enhancement , device drivers , functional specifications , designation , deliverables , hindi , socket programming , ltd , windows , english , troubleshooting , code review , thomson reuters , agile , data analysis , estimates , c++ , astra , putty , documentation , hf , javascript , dac , business requirements , ldap , winscp , scrum , affirmative action , studio , oracle , system software , maintenance , unix , coding practices , advanced , email , aws , ubuntu , new features , content management , languages , publications , console , management system , level design , jira , web , grading , program management , bpm , data acquisition , software solutions , jenkins , tibco , toad , analytics , azure , authorization , cpp , teams , application , steps , interfacing , debugging , installshield , python , eclipse 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d1…
https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d17551513510c0c… 1/3
Current Designation: Member-Technical Staff
Current Company: TIBCO Software India Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [System Software
Development]
Verified : Phone Number | Email - id
TIBCO Software India Pvt. Ltd. as Member-Technical Staff
Feb 2017 to Till Date
Key Result Areas:
* Participating in the development of 'iProcess' BPM tool new features, investigating customer support problems and
ensuring delivery of releases from minor hot fixes to full feature releases
* Monitoring & analyzing requirements and developing technical designs to implement those requirements
* Building and interacting with QA, Support and Technical Publications teams
* Steering the code review, debugging and troubleshooting the application
* Supporting previous model releases by analyzing and coding fixes for software problems
* Facilitating implementation of the product involving documentation and execution of varying sizes of customizations,
implementation of standard processes and maintenance & up-grading existing product
* Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables
* Interfacing with Product Manager in UK to gather business requirements; conducting system analysis and finalizing
technical / functional specifications & high-level design documents for the project
* Investigating the customer issues, requesting the if any other information required, providing the workarounds if
possible else providing the Hot Fixes.
* Using industrial coding practices to ensure high quality deliverables with minimal defects
* Establishing testing procedures to ensure that application is thoroughly tested across the development phase
Highlights:
* Successfully upgraded the windows version of BPM tool installer from Install Shield 5.5 to 2019
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
MALLESH OLLEM
Member-Technical Staff seeking role in Software Development,Project
Management,Program Management,Coding,Requirement Gathering,Data
Analysis,Software Solutions,Application Development,Visual
Studio,C,C++,Azure,AWS,Jenkins,JIRA
Key Skills: Member-Technical Staff,Software Developer,Software Development,Project Management,Program
Management,Coding,Requirement Gathering,Data Analysis,Software Solutions,Application Development,Visual
Studio,C,C++,Azure,AWS,Jenkins,JIRA,Installshield
Summary
* PGP in System Software Development, a technocrat with over 8 years of experience in Software Development, Programme
& Coding, End-to-end Solutions and Integration and Deployment
* Presently associated with the core development team for developing iProcess BPM product suite at TIBCO
* Executed various projects and worked as part of the core development team for 'TIGRE Server', 'Tigre Client Installer' and
'Attribute Editor Installer' at Thomson Reuters
* Engaged in all the phases of developing 'Data Acquisition Server' at Enersys Astra
* Expertise in Analysis, Design, Coding, Integration and Deployment, 'Scrum and Agile development environment'
* Gained knowledge of Azure Administration and deployed product onto Azure by making changes in product code
* Worked with Data Management (USA) and other team members for development and integration of the projects
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d1…
https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d17551513510c0c… 2/3
* Executed process enhancement to support Azure SQL server and deployed product on Azure VMS
* Simplified administration work by implementing Admin Console Web application
* Received appreciation from customers and support team for analyzing and providing HF before dead line.
* Made changes in application code as required when upgraded 3rd party applications of the iProcess
Clarivate Analytics as Software Engineer
Jun 2014 to Feb 2017
* Analyzing requirements and developing technical designs to implement those requirements.
* Configure repositories in Content Management system
* Generate reports on data ( xml/sgml ) of repositories.
* Working with Project Managers to provide work steps and time estimates.
* To collaborate with different teams in Thomson Reuters and enable Integration.
* Build and deploy of all the projects with Jenkins.
Environment : C/CPP and Data Structures, Shell Script, Perl, Install Shield, Unix and Windows.
Enersys Astra Ltd. as Associate Engineer
Apr 2012 to Apr 2014
Responsibilities
* Mainline responsibility of developing the application of 'Data Acquisition Server'
* Be involved in Application Programming of the Data Acquisition Server project
* To be involved in the Integration Stages of the Data Acquisition Server project
* To collaborate with different teams in Enersys Astra and enable Integration
* Be involved in Build and deploy.
Environment : C and Data Structures, Ubuntu
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU), Hyderabad in 2010
PG: PG Diploma (System Software Development) from Center for Development of Advanced Computing (C-DAC),
Hyderabad in 2012
Education
IT Skills
Skill Name Version Last Used Experience
C++ gcc-3.4.6 2020 8 Year(s) 2 Month(s)
linux system progamming Ubuntu10.4 2020 8 Year(s) 2 Month(s)
LINUX DEVICE DRIVERS Ubuntu10.4 2012 0 Year(s) 6 Month(s)
C, Data Structures, Install Script GCC 2020 8 Year(s) 2 Month(s)
Shell, Perl & Python, Eclipse, Putty 2020 7 Year(s) 7 Month(s)
TFS, LDAP, WinScp, Spyder, Purifyplus 2016 2 Year(s) 6 Month(s)
Jenkins, Install Shield, TOAD, Oracle 2020 5 Year(s) 6 Month(s)
Socket Programming, IPC, MSSQL 2020 8 Year(s) 2 Month(s)
Ubuntu, Red hat 2020 7 Year(s) 7 Month(s)
Unix (Solaris) & Windows 2020 5 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d1…
https://freesearch.naukri.com/preview/printResume?uname=b63f7c7c528d54a1d4d65c33b9edd9390c095b041b115c40001042515e5b5743140d17551513510c0c… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Singapore,United Kingdom,United States
Job Type: Permanent
Employment Status: Full time
English Proficient
Telugu Expert
Hindi Beginner
Rank 453: Resume 1115 with similarity score 0.020975994924978907
Resume Text: B.S , MS , BS beauty advisor , ui developer , member of technical staff , software developer , full time react.js , api , hair care , automation , graphql , general , department stores , customer , jenkins , software solutions , css , summit , cosmetics , designation , ug , ultra , visual studio , account creation , platforms , affirmative action , hindi , scratch , maintenance , smart tv , wire , revenue , key metrics , master data , english , internet , ios , authorization , bootstrap , status , multinational , screens , listen , email , project , prestige , record , application , 4k , hooks , high-end , mumbai , bitbucket , ux , github , android , elements , ipad , components , fragrance , flow , zeplin , resolve , computer science , building , languages , e-commerce , html5 , llc , es6 , management system , javascript , history , web , learning , entertainment 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b460912…
https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b4609120347155e0b5a… 1/3
Current Designation: Member of Technical Staff
Current Company: Mindstix Software Labs
Current Location: Pune
Pref. Location: Pune,Mumbai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mindstix Software Labs as Member of Technical Staff
Oct 2018 to Till Date
Role and Responsibility:
Understands feature and architectural elements of requirement.
Develop new components by closely working with UX team and understanding the transitions that they have envisioned.
Design the HTML screens as per zeplin.
Integrate the HTML code into React components.
Develop the reusable components in react.
Maintain the container and component logic separately.
Integrate the RESTful API/GraphQL API.
Test, Debug, and resolve issue to ensure cross-browser support for the application.
UG: B.Sc (Computers) from Dr BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY in 2014
PG: MCA (Computers) from SAVITRIBAI PHULE PUNE UNIVERSITY in 2016
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SAURABH KODANDE
UI Developer seeking role in front end development. I have been working in React.js,
React Hooks, JavaScript, html, css, scss, bootstrap for around 2 years. Excellent
communication skills both written and verbal.
Key Skills: react.js,react hooks,es6,javascript,html,css,scss,github,bitbucket,git,jenkins,zeplin,Bootstrap,Responsive Web
Design,UI Development,Html5
Summary
A Computer Science Post graduate with strong UI expertise. Have been working with Mindstix since Oct 2018. Involved in
Analysis, Design, Development, Test and Maintenance. Strong experience in building complex HTML and React Components.
Passionate about UI and Front end development. Ability to develop project from scratch. Attended the world's largest React
global summit on Geekle. Love to listen music and watch movies.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b460912…
https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b4609120347155e0b5a… 2/3
Nature of Employment: Full Time
Project Location: Pune
Role: Domain Expert
Duration: Mar 2020 - Oct 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Role: Domain Expert
Duration: Nov 2019 - Apr 2020
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Role: Domain Expert
Duration: Jun 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Role: Domain Expert
Duration: Feb 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 7
IT Skills
Skill Name Version Last Used Experience
HTML, HTML5, Css, scss 2 Year(s) 0 Month(s)
React.js, React Hooks, Javascript, ES6 16.13.1 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Projects
Project Title: Project Infinity
Client: Mindstix Software Labs
Skill Used: React.Js, Javascript, HTML, CSS, Bootstrap, SCSS
Project Details: Project Infinity is an employee management system platform. Where management team can able to track
employee's working on ongoing and number of project that is being handled by employee. They can also add and assign
project resources. They can easily get the billing information about the project that how many resources are on bench and
how many are billable.
Project Title: eDemo Field App
Client: Estee Lauder Companies
Skill Used: React.js, HTML, CSS, SCSS, Bootstrap, Zeplin, GraphQL
Project Details: The Este Lauder Companies Inc. is an American multinational manufacturer and marketer of prestige
skincare, makeup, fragrance and hair care products, based in Midtown Manhattan, New York City. eDemo Field App is used
to maintain record of field executive at multiple door. It is web application for desktop and iPad. Field executive can able to
create demonstrator profile and assigning task through it as well as rehire, terminate, edit and view history. In discrepancy to
demonstrator provide multiple option as accept, reject, modify and view status.
Project Title: Accelerated Customer Automation Tool (ACAT)
Client: Estee Lauder Companies
Skill Used: Visual Studio, React.js, HTML, CSS, SCSS, Bootstrap, Zeplin
Project Details: The Este Lauder Companies Inc. is an American multinational manufacturer and marketer of prestige
skincare, makeup, fragrance and hair care products, based in Midtown Manhattan, New York City. ACAT is a smart solution
designed to manage customer master data account creation and maintenance. The need for this solution arises, as the
current solution is highly manual and inaccurate. Globally it takes approximately 24 days to create new customer and the
average first time right data accuracy is 45%.
Project Title: Clinique
Client: Clinique
Skill Used: Visual Studio, React.js, HTML, CSS, SCSS, Bootstrap, Zeplin
Project Details: Clinique Laboratories, LLC is an American manufacturer of skincare, cosmetics, toiletries and fragrances,
usually sold in high-end department stores. It is a subsidiary of the Este Lauder Companies. Clinique is a learning platform
app where Este Lauder beauty advisor can learn more about the products, earn rewards on the leader board, see the
trending stories take a deep dive into the products and trends by solving quizzes and pass through the learning levels. This
solution is available on all platforms like Web, iOS, Android.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b460912…
https://freesearch.naukri.com/preview/printResume?uname=7a212126ed756c789a64d066ee6470ca0e540e524c100a130016175f5b0e521b4609120347155e0b5a… 3/3
Nature of Employment: Full Time
Role: Domain Expert
Duration: Nov 2018 - Mar 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Innspire
Client: Innspire
Skill Used: Visual Studio, HTML, CSS, SCSS, Bootstrap, Bitbucket
Role Description: Design the UI for smart TV launcher, media streaming support and main settings screen, Understanding
the wire frames, flow and implementing it into actual design. Design UI screen that supports 4K, Ultra HD, Full HD TV.
Project Details: The InnSpire Sales & Entertainment Engine is a true hospitality tool that drives revenue and guest
satisfaction in leading hotels globally. Active on all continents, and with a tremendous growth, InnSpire continues to offer the
most comprehensive hardware and software solutions for hotels that see revenue growth and increased guest satisfaction as
key metrics.
Rank 454: Resume 875 with similarity score 0.02094066559376214
Resume Text: B.E , B.TECH , BS full stack developer , software engineer , full time , software developer ecommerce , react.js , web development , general , designation , ug , affirmative action , technical architecture , data analytics , maintenance , azure , authorization , english , status , email , project , application , product delivery , mumbai , angularjs , mantis , features , languages , task management , python , jira , javascript , entertainment 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e5742140119…
https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e57421401195114175e090b… 1/2
Current Designation: Software Engineer
Current Company: Searce
Current Location: Pune
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Searce as Software Engineer
Jul 2019 to Till Date
Associated with several projects as frontend developer / full stack developer using hands on
technologies like React, Angular and Python.
- Worked in conjunction with high level clients like Tokigames, Azure Entertainment, and
DBCorp during development cycle and product delivery. (I have also briefly described my role
in each of the projects below)
- Continuously integrated development cycle environment and deployment of developed
features. Well versed with task management tools like Mantis and Jira.
- Composed a python script to port Angular JS codebase to Angular as a part of technological
upgrade. This enhanced the speed and accuracy to around 40%.
NYX Wolves as Web Designing / Development
Feb 2018 to Apr 2018
Designed and managed event portfolios.
- Small scale ecommerce websites.
UG: B.Tech/B.E. (Computers) from MIT Academy Of Engineering in 2019
Last Active: 6-Feb-21 Last Modified: 26-Jan-21
Shubham Bombarde
Software Engineer seeking roles in Software Development,Application
Programming,Project Management,System Analysis,Technical
Architecture,Requirement Gathering,Web Development,Data Analytics,Python
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Web Development,Data Analytics,Python
Summary
Result-oriented Professional with over 1 years of experience in Software Development,Application Programming,Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Web Development,Data Analytics,Python
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e5742140119…
https://freesearch.naukri.com/preview/printResume?uname=bbd29256e68a8eb27fc0c30489606aa75e5c0c5818405b455619405c540e57421401195114175e090b… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AngularJs 1 Year(s)
React.js 1 Year(s) 2 Month(s)
Python 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 455: Resume 1456 with similarity score 0.020923671123733577
Resume Text: B.E , MS , B.TECH application support , quality assurance , software developer , full time , change management , part time yield , automation , designation , ug , tamil , affirmative action , health , hindi , dll , medicaid , authorization , english , status , productivity , architecture , models , sql , email , excel , application , agile project management , sap , federal government , processing , electronics , maintenance management , technology solutions , components , mvc , change management , building , finance , languages , mmis , kannada , selenium , python , javascript , expenses , information retrieval , automated processes , insurance , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d15…
https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d155515435b0f0f5… 1/2
Current Designation: RPA Developer
Current Company: Cognizant Technology Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
Cognizant Technology Solutions as RPA Developer
Sep 2016 to Till Date
Trained a team of three to develop and support Automated processes under Agile
- Automated the Approval of Invoices based on client conditions using AA Software.
- Created Macros to support Automated Processes
- Assisted and Guided Clients in building automated projects
- Worked with SAP DLL's and IQ Bots
- Identified opportunities to implement Automation
- Migrated Existing projects from 10.5 version to 11 version
- Developed the RPA Process under Agile Project Management
- Automated the insurance claim submission using the Workfusion Software in Java and Selenium.
- Gathered Requirements in creating the keystroke process document and SDD.
- Created reusable components for the purpose of future automation.
Maintenance Management Information System (MMIS) is a mechanized claims processing and information retrieval
system for Medicaid that's required by the federal government of USA.
- Provided Maintenance for the portal in the front-end using JSP and back-end which uses JAVA.
- Worked in Java MVC architecture
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SHILSHA ADIMAI
RPA Developer seeking roles in RPA Development,Agile Project Management,Change
Management,Incident Management,Requirement Gathering,Quality
Assurance,Application Support,Selenium,Python,Coding,HTML,SQL,SAP,VBA
Key Skills: RPA/Software Developer,RPA Development,Agile Project Management,Change Management,Incident
Management,Requirement Gathering,Quality Assurance,Application
Support,Selenium,Python,Coding,HTML,SQL,SAP,VBA
Summary
Creating efficient operational models that yield a reduction in expenses and man hours while increasing productivity. Certified
Automation Anywhere and Workfusion developer with experience across Industry sectors including Health Care, Insurance and
Finance
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d15…
https://freesearch.naukri.com/preview/printResume?uname=c7dae6b1feb9e3e344228f394184dcad59085b524c410d470417135c5858044e160d155515435b0f0f5… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from University Visveswaraya College of Engineering, Bangalore in
2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
JAVA, SQL, Python, VB SCRIPT
Excel Macros, HTML, Automation
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Kannada
Rank 456: Resume 1229 with similarity score 0.020908477949062754
Resume Text: B.E , MS , B.TECH network specialist , traffic manager , full time switching , general , citrix , designation , developers , scripting , analytical skills , ug , affirmative action , riverbed , srx , hindi , azure , ccna , authorization , english , netscreen , troubleshooting , checkpoint , status , netscaler , network automation , email , sungard , aws , network security , german , missions , mumbai , meraki , stingray , vmware nsx , juniper , infoblox , servers , cisco asa , languages , itil , coordinated , python , routers , javascript , network administration , employee recognition , organization , availability , google cloud , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b130…
https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b13051547505a0a03… 1/2
Current Designation: Network Specialist
Current Company: Sungard Availability Services
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Mumbai
Functional Area: IT Software - Network Administration /
Security
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Sungard Availability Services as Network Specialist
Aug 2012 to Till Date
I am presently designated as Specialist-Network with Sungard Availability Services.
* Served as an active member of Network Automation team; coordinated and worked closely with the Developers for
designing & developing a portal for automating (scripting) simple to moderate Cisco ASA Firewall changes
* Merit of being recognized with 5 A*Stars which is a Sungard AS Employee Recognition Program for job well done, and
going above and beyond during challenging situations
* A keen communicator with excellent interpersonal, problem-solving and analytical skills
UG: B.Tech/B.E. (Computers) from University of Pune, India in 2011
Other Qualifications/Certifications/Programs:
CCNA
ITIL
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SANDEEP CHIMANRAO PATIL
Network Specialist seeking role in Networking,Firewall Configuration,Checkpoint
Firewall,Infoblox DNS,Troubleshooting,Release Management,Network Security,Juniper
Routers,Switching,Python,AWS,Azure,LAN,ITIL
Key Skills: Network Specialist,Network Admin,Networking,Firewall Configuration,Checkpoint Firewall,DNS
Server,Troubleshooting,Release Management,Network Security,Juniper
Routers,Switching,Python,AWS,Azure,LAN,ITIL,Infoblox
Summary
Result-oriented Professional with over 8 years of experience in Networking,Firewall Configuration,Checkpoint Firewall,DNS
Server,Troubleshooting,Release Management,Network Security,Juniper Routers,Switching,Python,AWS,Azure,LAN,ITIL.
Capabilities in working with senior management for integrating human resource functions with overall Business Goals and
Industry Standards and balancing needs of employees & missions of the organization.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b130…
https://freesearch.naukri.com/preview/printResume?uname=a41145670c7f6f1f5bcec4b21ed7f2035d0b0a504c1a5d145643150e0e0f591c1a5b13051547505a0a03… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Cisco, Juniper Routers
Netscreen-OS, Juniper SRX, Checkpoint
Cisco Firepower(NGFW)
VMware NSX Firewalls
F5 LTM, Citrix Netscaler
Riverbed Stingray Traffic Manager
Infoblox tool - Managed DNS servers 0 Year(s) 0 Month(s)
Meraki MR
Cisco Umbrella
AWS, Azure, and Google Cloud
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Marathi
German
Rank 457: Resume 1152 with similarity score 0.020899403730640313
Resume Text: MS assistant manager , devops , release manager , change management , full time , assistant product manager training , retrospectives , customer , telugu , platforms , docker , linux , build automation , status , steering , technical design , kibana , infrastructure , octopus , development projects , negotiation , outages , notification , solution development , sprints , msbuild , ansible , web apps , amazon ec2 , devops , spark , kubernetes , designation , business process integration , hindi , ltd , windows , architects , english , logstash , budgeting , agile , apache http server , mongodb , microservices , leadership , sprint planning , architecting , resource coordination , change management , machine learning , git , computer science , documentation , javascript , technology , migration projects , demos , business continuity , factoring , scrum , scripting , affirmative action , mysql , lists , technical architecture , collaboration , public , maintenance , unix , design principles , email , tomcat , aws , configuration management , ubuntu , operations , global delivery , maven , languages , story , big data , jira , search , streamlining , jenkins , migrating , portals , monitoring progress , azure , authorization , risk , teams , productivity , deliveries , models , application , focus , requirements gathering , led , transformation , repository , preparation , adoption , ceremonies , python , acting , cloud computing , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a0043…
https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a00430a45470c0f010… 1/3
Current Designation: Assistant Product Manager (DevOps)
Current Company: IMImobile Pvt. Ltd.,
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Diploma [Computer Science and
Engineering]
Verified : Phone Number | Email - id
IMImobile Pvt. Ltd., as Assistant Product Manager (DevOps)
Jun 2010 to Till Date
IMImobile Pvt. Ltd., as Assistant Product Manager (DevOps)
Jun 2010 to Jun 2010
Key Result Areas:
Leading cloud based multi technology stacked Machine Learning product from design to deployment and designing
functional & technical architecture, detail documentations & technology recommendations
Spearheading end-to-end technical solution from architecture to deployment including documenting & reviewing team
deliveries to identify performance gaps
Working extensively on:
Jenkins and Octopus for automating end-to-end Build & Release processes
Jenkins for optimizing the system for faster recovery and smooth functioning
Log-monitoring tools Elastic Search, GreyLog, LogStash and Kibana
Amazon EC2 cloud deployments using DevOps tools like Jenkins and Ansible/Docker, Jenkins master-slave for multi-
machine builds
Collaborating multiple technical teams across various technologies such as AWS Cloud Computing, Microservices
Development, Big Data using Redshift and MongoDB, Predictive Models, CI / CD teams using Docker and Kubernetes,
Python, Node JS, Web apps, and Spark
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Karthik Kumar Nandavaram
Assistant Manager seeking roles in Application Deployment,Cloud Infrastructure
Design,DevOps Implementation,Business Process Integration,Agile,Scrum
Methodologies,Python,Java,.Net,AWS,Azure,Terraforms,Ansible,Git,Docker,Jenkins,Ansible,Maven,k8s
Key Skills: Assistant Manager,Release Manager,Application Deployment,Cloud Infrastructure Design,DevOps
Implementation,Business Process Integration,Agile,Scrum
Methodologies,Python,Java,.Net,AWS,Azure,Terraforms,Ansible,Git,Docker,Jenkins,Ansible,Maven
Summary
Result-oriented Professional with extensive experience over 10 years in Service/Product deployment (CI/CD) and architecting
solution on Private, Public Cloud (AWS & Azure)
Led end-to-end execution of high valued IT projects & programs in a Global Delivery Model including planning resources right
from Solution, Architecting, Maintenance, Budgeting and Client Engagement
Excellence in working on end-to-end AWS Cloud tools & services, Git, Docker, Kubernetes, Terraforms, Ansible, Jenkins,
MySQL, MongoDB along with Python Script and Infrastructure Automation
Excels in providing technical design and architectural leadership (Automation) to teams and ensuring that integrations are
performed as per stated architectural and design principles & standards.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a0043…
https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a00430a45470c0f010… 2/3
Acting as the Primary Point of Contact for integrations with various DevOps & Cloud Infra Migration Projects, deploying
projects in AWS & MS-Azure with Windows, Unix & Linux Platforms Operating Technology
Managing cloud infrastructure requirements for deploying products & services in cloud along with change management,
risk management, resource/skills management POC
Delivering large-scale, complex programs with a focus on technology transformation; collaborating with leadership teams
to evaluate technology challenges
Driving cloud adoption plans & application design and cloud management & monitoring; preparing & implementing
roadmap on application development on cloud environment
Formulating reports for various stakeholders, driving difficult negotiations and ensuring that results of negotiation supports
the customer's current & future business needs; assisting PMO in preparation of RFPs / RFQs / RFIs
Analyzing & understanding solution requirements; facilitating solution development projects throughout the solution cycle
from requirements gathering to implementation for business continuity
Managing the development & operations support for change, configuration management, build automation and release
engineering
Directing the technical software release process and ensuring all phases are planned and completed, through
collaboration with technical architects & leads, product owners, infrastructure support, QA, and outside teams
Streamlining release processes/procedures which enhanced planning & minimized outages; resolving build & release
dependencies in collaboration with development teams
Coordinating and managing all activities pertaining to upcoming software releases and stabilizing the production
environment in terms of deployments and configurations
Exhibiting excellence in maintaining the dependencies of Microservices Architecture through deployment of Portals and
APIs
Extensive skills in end-to-end development of software products with Agile Methodology including requirement gathering &
analysis, programming/coding, creation of POC, preparing/review of estimation, impact analysis, re-factoring, deployment,
documentation
Implementing Scrum methodology and coordinating all Scrum Ceremonies including Sprint Planning, Daily Standups,
Sprint retrospectives, Sprint Demos, Story Grooming, and Release Planning
Steering initiatives in Migrating applications from on premise to cloud
Measuring and monitoring progress to ensure releases are delivered on time and within budget, and that they meet or
exceed expectations; administering project allocation, estimation, resource coordination, productivity, performance
evaluation and delivery, as per specified timeframes
Maintaining a release repository, managing key information such as build & release procedures, dependencies, notification
lists and engaging in on-time deployment of the sprints across all the environment
UG: Diploma (Computer Science and Engineering) from State Board of Technical Education & Training, Hyderabad in
2009
Education
IT Skills
Skill Name Version Last Used Experience
Linux (Redhat, Ubuntu
Python, Java
AWS, Azure
Git, Docker, Jenkins, Ansible
Terraforms, Ansible
Maven, MSBuild, Ant
Python, Schell scripting
Power Shell
TCP/IP, UDP, VPC
MySQL, MSSQL
Mongodb
Dynamic DB
Apache HTTP Server
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a0043…
https://freesearch.naukri.com/preview/printResume?uname=1b770b301522fa4a723f604d3cabeee250550b5648150f450218170b0c0b021b1a00430a45470c0f010… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Apache Tomcat server
nodeJS
Tivoli, Jira, Service-Now
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 458: Resume 930 with similarity score 0.02087209858328304
Resume Text: B.E , MS , B.TECH , BS senior software engineer , full time , software developer functionality , reuse , web development , media marketing , interfaces , telugu , optimization techniques , css , designation , portals , affirmative action , mysql , lead development , hindi , maintenance , apache , php , jquery , particular , authorization , json , english , bootstrap , status , social media , architecture , email , project , record , application , angularjs , xml , electronics , testing , components , c++ , seo , languages , principle , kannada , sql server , selenium , iis , python , fetch , scheduling , dashboards , javascript , campaigns , subsidiaries , technology , data processing , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c17…
https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c170415465c5e01… 1/2
Current Designation: Senior Software Engineer -PHP
Current Company: Tekion Corp
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tekion Corp as Senior Software Engineer -PHP
May 2019 to Till Date
Gather Requirements, design and develop various accounting modules as a part of a DMS tool built
for auto motive dealerships and respective subsidiaries based on React js.
Lead development of critical financial tools and their integrations with multiple OEM's in short
time.
Soroco as Senior Software Engineer
Jul 2018 to Mar 2019
Develop robust client-side applications using Angular 6. Some of them include Dashboards and portals
to accept inputs for data processing.
Develop custom proprietary front-end library consisting of UI components which are common across
various projects, to enable further projects to use the library, hence reduce the time of development
and standardizing the code and reducing peer dependency.
Develop UI template library consisting of html components for reuse and quick development.
Develop a library of functions used across projects to reduce effort, reuse the code and thus follow a
standard code principle across multiple projects in the company.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sai Chaitanya Ramineni
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,ReactJS,PHP,AngularJS,Python,JavaScript,HTML,CSS,SQL
Server,MySQL,Mongo DB
Key Skills: ReactJS,PHP,AngularJS,Python,JavaScript,HTML,CSS,SQL Server,MySQL,Mongo DB, Software
Development, Application Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture
Summary
Bachelors from NIT Warangal in ECE and Software Development professional with extensive years of
experience in Web Development including HTML, JavaScript, jQuery, Bootstrap, PHP, Ajax, Angular Js,
Angular 2 and Python Automations etc. Extensive experience in full software development life cycle
process including requirements, design, coding, testing, and maintenance. Proven track record of
designing and implementing flexible solutions that support frequent user interfaces and functionality
changes.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c17…
https://freesearch.naukri.com/preview/printResume?uname=2d644cb807c7852271a61dee173fef285c0909534d460e140b161558555c024f465c170415465c5e01… 2/2
Woovly as Software Engineer
Feb 2017 to Dec 2017
Monitor and develop internal tools, both UI and backend automations using python.
Fetch data from multiple sources structured and unstructured, process the data and make an analysis
out of it.
Being a social networking platform, I used to Manage the Email Campaign and Social Media Marketing
planning and scheduling.
Working on Personalizing the content particular to a user to increase open and click ratio in email
campaigns.
Investigate on SEO optimization techniques.
UG: B.Tech/B.E. (Electronics/Telecommunication) from National Institute of Technology (NIT), Warangal in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
php, Python
JavaScript, C++
HTML (5), CSS
XML, JSON
SQL Server
MySQL, Mongo DB
React JS, Angular 2
Angular Js, Jquery
Bootstrap, Selenium
Apache, IIS
Data Structures, OOPS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 459: Resume 215 with similarity score 0.020863103557940545
Resume Text: B.TECH work from home , full time c programming , completion , assessment , it , resume , one , android , java , technology , computer science , html Assessment
Q1. Why should you be hired for this role?
I am working from more than one year on android, continuously working on android. I love too work on android, but due to lack of guidance it's
not completion of my best.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months and start immediately for a full time work from home internship.
Resume
EDUCAT ION
CONTACT Phone: 91 9839349838
Hargovind
Lucknow, Gurgaon
Applied 24 Dec'20
Android C Programming HTML
Java
Bachelor of Technology B.Tech), Computer science
Sagar Group Of Institutions
2015 - 2019
Percentage: 69.66%
Senior Secondary XII, Science
Sri Sai Inter College
UP BOARD board)
Year of completion: 2015
Percentage: 70.20%
Secondary X
Sarvodaya Inter College
UP BOARD board)
Year of completion: 2013
Percentage: 78.30%
Rank 460: Resume 1162 with similarity score 0.02083028369772657
Resume Text: B.E , MS , B.TECH , BS networker , transition manager , product manager , team leader , computing architect , solution architect , technology consultant , full time , part time , senior consultant , delivery manager , unix system administrator virtual desktop , contractual , award , training , nfs , telugu , security , conducting , zfs , energy , status , firmware , digital transformation , root , horizon , product management , mumbai , continuous integration , zoning , veritas volume manager , gitlab , project work , netbackup , sunos , solaris volume manager , sat , file systems , mission critical , vdi , automation , ansible , retail , infrastructure management , designation , pre-sales , hindi , application virtualization , access gateway , windows , sds , english , groups , sun storage , hyper-v , nutanix , puppet , strategy , itil , data center management , javascript , end to end delivery , technology , disk , citrix xendesktop , bfsi , affirmative action , emc , hub , jumpstart , rbac , maintenance , customer requirements , unix , space management , instrumental , netscaler , customer service , email , aws , service improvement , operations , sun cluster , edge , smf , languages , viz , capitalization , assessment , scheduling , apps , masking , database , hardening , vmware infrastructure , jenkins , workspace , mirroring , telecom , hybrid cloud , analytics , active directory , azure , authorization , teams , models , record , modernization , citrix xenapp , savings , cron , electronics , probe , led , servers , problem solving , offshore , statistics , bamboo , adoption , crisis , network administration , cloud computing , load , package management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c10…
https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c100212470b090c0… 1/3
Current Designation: Cloud and End User Computing Architect
Current Company: Wipro
Current Location: Mumbai
Pref. Location: Hyderabad,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Wipro as Cloud and End User Computing Architect
Feb 2018 to Till Date
* Experience in Design advisory consulting for large user base customers, helping in their digital transformation journey
led by automation and AI services that resulted around $10mn of savings.
* Designing and implementing a Cloud Adoption strategy for large customers.
* Leading a team of consultants with proficient analytical and problem solving skills.
* Providing strategic inputs and IT Roadmap for multiple domains like BFSI, Energy, Retail and Telecom.
* Headed Infrastructure modernization projects covering Data centre transformation and delivered Digital Hub Models
for End user computing Services.
* Designed and implemented Hybrid cloud models in desktop and application virtualization with Industry leading
technologies like Azure WVD, Citrix and VMware.
* Responsible to create cutting-edge technology products in the space of Analytics, AI, Automation, IOT and Digital etc.
* Implemented solutions with multiple vendor products based on customer requirements like Citrix XenDesktop,
XenApp, VMWare Horizon, Nutanix, Netscaler Access Gateway, Hyper-V, SCCM, Active Directory, Systrack, Azure AD,
App layering and Masking
* Excellence in consulting virtualization projects right from Assessment to Design and Implementation to Operations
stage.
* Led multiple Proactive proposals for large customers in End user computing and Digital Workspace.
* Have a good understanding on IAC (Infrastructure as code) tools like Terraform, Cloud Formation, Ansible, chef,
puppet and on CI (continuous integration) tools like Jenkins, Bamboo and Gitlab
Capgemini India Pvt.Ltd as Delivery Manager
Oct 2006 to Jan 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Gangaraju Goutham
Total 15+ years of proven experience as Technology Consultant in both infra and apps,
solution architect, migration strategies and execution to Azure, AWS, Citrix and
VMware, Pre-Sales, Delivery manager, and into Product management.
Key Skills: Cloud and End User Computing Architect,VDI,Cloud Computing,AWS,Azure,Citrix Xenapp,Citrix
Xendesktop,Vmware Infrastructure,Digital Transformation,windows virtual desktop
Summary
* Total 15+ years of proven experience as Technology Consultant in both infra and apps, solution architect, migration
strategies and execution to Azure and AWS, Pre-Sales, Delivery manager, Product manager, Transition manager, Unix Lead,
data center management and system administrator with specialization in end to end delivery of service based on contractual
SLA through ITIL standards.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c10…
https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c100212470b090c0… 2/3
* Employer: Capgemini India Pvt.Ltd (Oct 2006 to till date)
* Client : UK - DCS Multiclient Support
* Senior Consultant ( Role:- Team Leader )
* Handling a team of 8 members in multiclient support system.
* Instrumental in maintaining excellent relationship with the customers and onshore teams though regular updates and
timely support ensuring high SLA & C-SAT Scores
* Adroit in maintaining Knowledge database record update and sharing load of Team Leads & Trainers
* Initiating and implementing customer service improvement plan for respective clients.
* Installation of SUN OS 8/9/10, Creating new partitions, OS hardening, Root mirroring in Vxvm and SDS.
* Creating volumes in VERITAS and SDS, adding new luns to existing Disk group , File system Management ,
Supporting LDOMs , Sun Cluster 3.1 and VCS
* Implicated in creating ZFS file systems, Resource capitalization, Zoning, SMF, zpool administration, setting quota and
reservation on ZFS file systems.
* Providing extensive support for VERITAS netbackup, EMC legato networker.
* IPMP (link based and probe based), Installation of SUN OS through Jumpstart, RBAC, NIS, managing NFS.
Upgrading OBP & ALOM firmware, Patch and package management.
* Caught up in providing support for UK Based Clients for the Infrastructure Management Services following ITSM
standard.
* proficient in support of high and midrange Sun servers viz. M series and T series servers
* Achievements
* Rewarded twice with Project star Award for support excellence.
* Appreciated for successful implementation of ITSM Client at Onshore.
* Recognition for successfully governing project work.
* Successful transition of knowledge transfer for multiple UK based clients to offshore.
Wipro Limited as Unix System Administrator
Dec 2004 to Sep 2006
* Employer: Wipro Limited
* Client: HDFC Bank, Mumbai, India (Mission Critical Customer) June 2005 - September 2006
* System Administrator
* Installation of two node (E2900 & V440) Sun Cluster 3.1 having VERITAS Volume Manager 4.0
* Monitoring of three node Sun Cluster (Sun Fire E20K, 6800 & 2900) having VERITAS Volume Manager 4.0 with
SunOS 5.9, Sybase
* Configuring SAN published Luns in VERITAS Volume Manager, Solaris Volume Manager.
* Monitoring & Collecting statistics of Live Servers
* Mirroring root disk , creating volumes in SVM
* Installation and configuration of Solaris 8 / 9 /10.
* Installation of VERITAS Volume Manager, Creating Disk Groups & Volumes, Mirroring root disk in VERITAS Volume
Manager.
* Sun Cluster 3.1 Installation & Administration.
* DR (Dynamic Reconfiguration) activities in Sun Fire 20K / 6800.
* OS Hardening, Installing Patches & Packages, Configuring NFS, IPMP, Disk Space Management, Maintaining User
Level Security & Creation, Scheduling jobs using Cron.
* Client: - Customs, Mulund
* Dec 2004 - May 2005
* System Administrator
* Configuration and Maintenance of the Imports and Exports Server consisting of 2 SUN E-420R Servers with Solaris
2.6, SUN Storage D-1000 with Sun Cluster 2.2 Setup on behalf of Wipro
* Achievements
* Felicitated for providing technical support during the 26th July crisis for a critical telecom customer.
* Appreciated for conducting Solaris training for HDFC bank employees.
* Honoured with memento for excellent team effort in handling critical issues at HDFC bank.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c10…
https://freesearch.naukri.com/preview/printResume?uname=d80b9efe9f23b0a3927c41a9fa16d70009550a0418410f420b19420a5858541b465c100212470b090c0… 3/3
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
marathi
Telugu
Rank 461: Resume 820 with similarity score 0.02082176450243122
Resume Text: MS senior software engineer , full time , technical lead , team lead react.js , training , dependency injection , asp.net core , designation , ug , visual studio , mar , affirmative action , mysql , cinema , session management , web api , docker , offers , dll , hindi , maintenance , pos , ltd , pdf , jquery , authorization , signal , english , nhibernate , wpf , status , architecture , c# , ajax , email , project , record , application , mongodb , microservices , angularjs , windows xp , microsoft , redis , testing , languages , export , client requirements , sql server , completion , n-tier , javascript , organization , technology , windows 7 , ef , xp professional , html , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d19…
https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d190616415d580a0… 1/2
Current Designation: Tech Lead
Current Company: Taazaa Tech
Current Location: Noida
Pref. Location: Delhi / NCR,Noida,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Taazaa Tech as Tech Lead
Oct 2014 to Till Date
I joined Taazaa Tech as a Senior Software Engineer in Oct 2014. I mostly worked in .net technologies with AngularJS,
Angular and React. I like to implement new ideas as well as new technologies in the project. Whenever a new
technologies or architecture comes into the organization, most of the time I am responsible to create POC or implement
that architecture in the project, later on this architecture implements in all projects accross the organization. I have
promoted to module lead and now working as Technical Lead since last 1 year. I am handling team of more then 15
members in 2 different projects at same time. I have exposure of .net core, web api, react, Angular , Dependency injection,
Identity Server, Signal R etc.
TechLiveAid Solutions as Senior Software Engineer
Apr 2013 to Oct 2014
AzylApps Pvt. Ltd - Techgennie Pvt. Ltd as Software Engineer
Jan 2012 to Mar 2013
Organization
: Azylapps Pvt. Ltd.
Client : CineGrand
Project : Screenplex
Platform : Windows XP Professional, Windows 7
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SHAILENDRA SINGH
Tech Lead seeking roles in Software Engineering,Software Development,Application
Support,Project Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,MongoDB,MySQL,.Net
Core,Microservices,Docker,DI,MSSQL,Angular,React
Key Skills: Tech Lead,Software Engineering,Software Development,Project Management,Defect Management,Quality
Management,Requirement Gathering,Client Servicing,JavaScript,MongoDB,MySQL,.net core,Microservices,Docker,MS
SQL,DI,Angular,React.Js,C#
Summary
Technical Lead with a strong OO design background. Proficient with n-tier application design/Onion architecture with
Nhibernate/EF, Asp.net core, Angular, application design, development and maintenance. Involved in various stages of software
development life cycle, including designing the architecture, coding, testing and implementation. Offers almost 10 years of track
record of demonstrating strong analytical and problem-solving skills, computer proficiency, and ability to follow through with
projects from inception to completion. Having experience in client interaction, client site implementation and training sessions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d19…
https://freesearch.naukri.com/preview/printResume?uname=c546e8e792c725ce145190d0a3fc37bc580c00004c150a16501642090e0f584e110d190616415d580a0… 2/2
Technology : ASP.Net C#, WCF, WPF
Role/ Responsibility : Development
This project is specially Developed as per client requirements to manage Multiplex. This project provides all functionalities
related to Multiplex like as Multi-cinema chain, Movie Session management, Online Ticket Booking and Point of Sale. I
worked on all modules of this project. I have also integrated MSR device in POS (WPF) module of this project and also
worked on Export to PDF using Itextshrap Dll.
UG: BCA (Computers) from DASS College, DehraDun in 2006
PG: MCA (Computers) from I.T.S. Eng. College, Greater Noida in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SQL Server, MongoDB, MySql, Redis
Windows 2003 server,
Windows XP Professional, Windows 7/8/10
HTML, JavaScript, Ajax, Jquery
Microsoft Visual studio
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 462: Resume 1550 with similarity score 0.020769241406611055
Resume Text: M.TECH , BS , B.E , MS , B.TECH technology professional , senior principal , certified scrum master , devops , principal consultant , product development , assistant vice president , solution architect , change management , full time , technical manager training , security , 24x7 , spring , enterprise integration , angular , data collection , operational efficiency , gateway , dth , status , bot , digital transformation , commitments , application architecture , messaging , cold chain , fintech , distributed architecture , mobile platforms , bitbucket , facebook , technical design , reach , supply chain , signs , weblogic , service delivery management , coordinated , suite , magento , retail , commission , technical leadership , devops , software systems , kubernetes , designation , mar , web services , csm , hindi , loan , architects , english , customer data , code review , web applications , calculations , professional development , microservices , solution architecture , processing , redis , rest , change management , react native , acceptance testing , research , documentation , agri , data integration , one , sonarqube , javascript , kyc , wso2 , technology , bfsi , business initiatives , general , scrum , performing , suppliers , vs , affirmative action , oracle , hub , public , utilization , jquery , kafka , regulations , email , manufacturing , shared services , operations , service automation , middleware , unit testing , customer experience , languages , business process , platform development , operational excellence , management system , jira , dashboards , ml , apps , pmp , field service , program management , bpm , api , mentoring , onboarding , integration projects , jenkins , people management , nosql , soap , b2c , fortune 500 , ug , coe , routing , reference architecture , offers , azure , cloud applications , authorization , internet , risk , teams , scalability , record , b2b , agile project management , remodeling , focus , regulatory reporting , project estimation , whatsapp , tool selection , electronics , design thinking , enterprise architecture , problem solving , e-commerce , selenium , bamboo , python , orchestration , metrics , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c12…
https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c120443450d095d… 1/3
Current Designation: Assistant Vice President
Current Company: ValueLabs
Current Location: Gurgaon
Pref. Location: INDIA
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Software Systems]
Verified : Phone Number | Email - id
ValueLabs as Assistant Vice President
Jul 2015 to Till Date
Key Responsibilities
* Solution Architect, Service Delivery Leader for Enterprise Integration Projects Globally and All Cloud App
Development/Digital Projects for MEA and India Geo, Ensure 95% Utilization and Financial Efficiancy of each resource
and project.
* Leading, mentoring, training, and contributing to the professional development of 50+ staff members
* Plan, execute, monitor, control, and close all aspects of the project lifecycle by using one of Scrum Medothology
* Rigorously manage scope through a structured change management process to ensure commitments are achieved
within agreed time, cost, and quality parameters with focus on delivering the business benefits using agile principles/
metrics.
* Create and validate financial forecasts and provide ongoing reconciliation of resources and expenditures.
* Proactively analyze variances against plan to assess trends threatening agreed scope, time, cost, and quality
commitments. Identify signs that a project may be at risk and escalate quickly and appropriately.
Major Accomplishment / Projects
Product Development / Monothlic to Microservices Migration / Cloud Migration ? Fintech Data Collection, Dealer/Partners
Engagement Platform, HCM Platform, Customer Data Hub
* Provided technical leadership to define Architecture,SystemDesign for MultiTenancy, Scalability, Distributed Architecture
* Facilitated Design Thinking workshop with Product Owners, Stakeholders to align with vision for the program.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
VARUN JINDAL
PMP and CSM Certified Senior Technology Professional seeking roles in Agile
Leadership, Technical Program Management, Microservices,Product Development,
Integration / Solution Architecture, Digital transformation
Key Skills: Senior,Program Management,Technical Program Management,Project Management,People
Management,Service Delivery Management,Cloud,Microservices,Integration,Product
Development,Java,PMP,CSM,Solution Architecture,Digital transformation,Data Integration
Summary
? Technology Professional with 18 years of experience in Software Development and 5+ years in Technical Program
Management and Digital transformation/ 12+ years in Solution Architecture
? Currently managing Microservices Architecture Product Development , Cloud / Digital projects at ValueLabs. Few previous
roles are Solution Architect / TM at Oracle Consulting, Middleware CoE member at Wipro, E-commerce Tech Lead at Timex.
? Hands on coding expertise in technologies - Application Development (Cloud Native, Microservices, Spring, Angular, Java
Script frameworks, jQuery, Java/J2EE, REST / SOAP web services, BPM, ELK, Key Clock, Kafka, Redis, React, React Native,
Oracle, Selenium) and Integration (BPEL, SOA Suite, Service Bus, Middleware, iPaaS, Weblogic, Messaging).
? Proven Track Record to deliver large scale projects in E-commerce, Retail/Supply Chain, BFSI, and Manufacturing domain.
? Worked across the globe ? North America, Europe, Middle East, Australia, Southeast Asia, and India
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c12…
https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c120443450d095d… 2/3
* Spearheaded Agile Engineering by working with high-performing cross functional teams throughout the product
development lifecycle to identify tasks or deliverable changes, estimations / technical efforts, define timeframes, Coding /
Unit Testing, acceptance testing, deployment, Support , and offering analytical problem solving.
* Delivered Highly Scalable, and Performant Cloud Native Full Stack Application using Angular, Spring Microservices, Rest
API, Kafka, NoSQL DB, Redis, KeyClock & Mobile App Development using Mobile Platforms like React Native.
* Coordinated DevOps and CI/ CD Implementation process - ELK, BitBucket, SonarQube, Kubernetes, Jenkins, public
clouds.
Business Initiatives / Strategic Projects
* Remodeled Loan KYC Operations using Angular, Spring/Java, Azure Service Apps, Azure SQL DB, Azure OCR / Vision
Cloud.
* Orchestrated multiple Enterprise/ Hybrid Integration Platform implementation using WSo2, MuleSoft, Oracle SOA.
* Achieved Operational Excellence and better Customer Experience by leading Implementation for Mobile Reporting, 3PL
Logistics Integration (EDI), PayLater Affirm Payment Gateway.
* Orchestrated Python/ML-based income calculations implementation and retraining approach.
* B2B / B2C E-commerce Platform and Mobile App Implementation
* Solution Architecture & Implementation of React Native Hybrid Mobile and Magento CE Based Admin Portal, API
Backend
Automation / Digital
* Multiple Successful RPA Implementation for AP / AR Processes using UIPath, Automation Anywhere, and OCR/IQ Bot.
* Lead Delivery for Digital Conversational platform (Chatbot) enabling channels like WhatsApp, Facebook
Oracle India as Senior Principal Consultant
May 2011 to Jul 2015
* Technical Manager and Solution Architect for Implementation of Platform Development, Integration / Service-oriented
Architecture as part of Technical Consulting team by engaging in Project Estimation, System design, Solution Architecture,
Planning & Execution, Documentation across Software Development Lifecycle (SDLC) Phases.
Major Accomplishment / Projects
* Achieved 30% operations cost saving for a US Based Agri Manufacturing by Implementing Document Routing Hub
o Integration / Application Architecture, Business Processes Modelling, Service Oriented Architecture, OCR, Content
Management System, BPM and Orchestration tool Implementation for various documents.
* Engineered a Regulatory Reporting and Data Integration platform for US Financial Insitute.
o Provided technical guidance, and mentorship to Architects, Development Teams to develop solutions.
o Collaborated with 80 + cross-functional team members like Business Analysts, Architects, Project Leads, QA
o Used technologies like SOAP API, Web Applications/JSF, Weblogic Application Server, Python, and Ant for DevOps
* Established Competency - shared services Production Support Team (24x7) for cloud applications.
* Supervised work for Implementation of CI / CD platform for Fortune 500 corporate HR platform using Bamboo, Jira,
Ant, etc for Automated code review, Continous testing across various Environments.
Wipro Technologies as Consultant Enterprise Applications Services
Aug 2004 to May 2011
* Effort Estimation, Technical Specification, Solution Architecture, Technical Design, and Implementation of Middleware.
* Overcoming challenges, resolving project deadlocks using experience-backed sound judgment in Fast-paced
Environment
* A people's leader, who not only motivates but also paves that path for consultants to grow as individuals.
Major Accomplishment / Projects:
* Integration and Application Architecture for a Global Fortune 500 Corporate
o Vision Document, SOA Reference Architecture, R&D, Middleware Tool Comparision and Selection
o Integration Transaction Hub for Integration CoE using Service Oriented Architecture, B2B - EDI, Dashboards, 5x
improvement in onboarding time, 35% increment in Operational Efficiency and reduction is operational risks.
o ERP Extension Application Development for REACH regulations for Suppliers across Europe.
o Product Development using agile engineering for Engineering Entity that offers cold chain monitoring
Research And Development, BPM Tool Selection, Build vs Buy vs Borrow Decision Making.
Business process remodeling, BPM Implementation, Automated Processing & Field Service Automation.
* Orchestrated Enterprise Architecture, Infra Plan, System design, Development Activities for Sales Team Commission
Processing Application for US-based DTH provider enabling better security and quicker processing.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Kurukshetra University in 2002
PG: M.Tech (Software Systems) from Birla Institute of Technology and Science (BITS), Pilani in 2005
Other Qualifications/Certifications/Programs:
PMP
Certified Scrum Master (CSM)
Oracle Service-oriented Architecture Specialist
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c12…
https://freesearch.naukri.com/preview/printResume?uname=81a4593f13f7d149e66a68c76fdb53330c0c0950191158135642455a090b584a125c120443450d095d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Agile Project Management 5 Year(s) 0 Month(s)
AGILE 10 Year(s) 0 Month(s)
JAVA 0 15 Year(s) 0 Month(s)
Spring 0 5 Year(s) 0 Month(s)
MicroServices 0 3 Year(s) 0 Month(s)
People Management 0 12 Year(s) 0 Month(s)
PROGRAM MANAGEMENT 0 5 Year(s) 0 Month(s)
Technical Program Management 0 5 Year(s) 0 Month(s)
PMP 0 12 Year(s) 0 Month(s)
CSM 0 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 463: Resume 829 with similarity score 0.02076257076736409
Resume Text: B.E , B.TECH java developer , full time , software developer react.js , functionality , spring mvc , core java , general , css , check-in , designation , ug , affirmative action , mysql , web services , hindi , maintenance , apache , ltd , test cases , business logic , particular , authorization , english , airlines , pattern , status , spring boot , agile , email , project , record , application , mongodb , microservices , less , deals , xml , passenger , rest , writing , c++ , junit , unit testing , usability , maven , languages , html5 , hibernate , spring security , weblogic , boarding , javascript , eclipse , organization , airports , technology , load , database , eureka 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a18…
https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a180547420a5f0c5… 1/2
Current Designation: Java Developer
Current Company: Mindtree Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
Mindtree Ltd as Java Developer
Jul 2018 to Till Date
Project Description :
The project generally deals with the Departure Control System (DCS) of the airlines as well as airports. Preferred for its
flexible structure and user-friendly interface it is a core system solution of leading airline solution provider company.
Roles & Responsibilities:
* Extensively used MVC frameworks Spring to build presentation layer and DAO to interact with database.
* Developed the application using the Model-View-
Controller (MVC) application design pattern and encapsulated frontend from the underlying business logic, and data
model.
* Developed complex services for the requested functionalities.
* Developed new screen layouts (UI) in the project.
* Developed enhancements for particular airline on request.
* Developed Finding functionality of the application.
* Developed Previous Finding functionality of the application.
* Writing JUnit Test Cases for Unit Testing and TDD approach.
* Followed agile methodology for application development
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Bishwajit Bal
Excellent technical 2 years experienced working with Java, Collections, Spring and
hibernate,Microserivces,Mongodb,React.
Key Skills: Java, spring, Spring Boot, Microservices, Eureka, SQL, React.Js, , MongoDB, MySQL, , Spring Security,
,Collections, java 8, Web Services, Rest, XML, Javascript, Html5, HTML, CSS,C++
Summary
A skilled java developer with 2.0 years of Experience and Passionate in the belief that Software development is essential to the
growth and success of an organization that wishes to scale and achieve higher levels of success. Proven track record in
successful Java Developer. Compassionate and determined to work for the enhance quality of the product being developed so
as to improve the usability of it.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a18…
https://freesearch.naukri.com/preview/printResume?uname=4c0bbe43de081356fd8f6e23441c606a0b540e571b410c140017145b5a0a544d465a180547420a5f0c5… 2/2
UG: B.Tech/B.E. (Computers) from NM Institute of Engineering and Technology in 2018
PG: in 0
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Oct 2018 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, Spring Boot, Spring Mvc 1.8 2020 2 Year(s) 0 Month(s)
Data Structures, MongoDb, HTML, CSS 2020 2 Year(s) 0 Month(s)
Hibernate, Maven, Eclipse, SVN 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odiya Expert
Projects
Project Title: Departure control system
Client: SITA
Skill Used: core java, Collections, spring, Weblogic, Apache, MySQL, JUnit, Maven, SVN,
Role Description: * Extensively used MVC frameworks Spring to build presentation layer and DAO to interact with
database.
* Developed the application using the Model-View-
Controller (MVC) application design pattern and encapsulated frontend from the underlying busine
Project Details: SITA Departure Control Services (DCS) is a fully integrated multi-host system for automated check-
in, boarding and load planning. We are controlling the whole check-in, boarding of a passenger
Rank 464: Resume 1476 with similarity score 0.02073291906818165
Resume Text: MS , BSC , BS software engineer , backend developer , part time , full time , team lead , java developer api , functionality , spring mvc , functional specifications , core java , web apps , financial services , general , algorithms , coding standards , designation , ug , toad , deliverables , affirmative action , hindi , angular , maintenance , apache , test cases , english , authorization , teams , status , spring boot , multinational , proxy , sql , email , business analysis , project , servlets , application , tomcat , microservices , focus , fixing , testing , restful webservices , writing , junit , running , problem solving , languages , hibernate , bamboo , texas , javascript , jira , insurance , distance learning , program management , agile methodologies , subscriptions 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d40…
https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d400314155d5b0c… 1/3
Current Designation: Software Engineer-IT
Current Company: Mphasis
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mphasis as Software Engineer-IT
Nov 2014 to Till Date
1) Project Name: Connext(November 2014 - January 2019): Backend Developer
Connext is about providing microservice application to the client to create business/private subscriptions and agreement.
Client: American International Group (AIG)
American International Group Inc. (AIG) is a world leading insurance and financial corporation with over 3,000 group
companies around the globe.
Responsibilities:
Acquire requirements and analyze its scope and impacts.
Developing RestFul webservices/API using Spring boot.
Writing junit test cases to test webservices/API.
Provide estimate, design and develop the changes and enhancement required.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shashi Shekhar
Software Engineer seeking roles in Software Development,Application Design,IT
Project Management,IT Program Management,Requirement Gathering,Business
Analysis,Data Structures,Springboot,Core Java,JUnit,Angular 8,GIT
Key Skills: Software Engineer,Software Development,Application Design,IT Project Management,IT Program
Management,Requirement Gathering,Business Analysis,Data Structures,Springboot,Core Java,JUnit,Angular 8,GIT
Summary
5 years+ experience in Java/J2EE RestFul microservices development.
1 Year+ experience in FullStack Development using Angular and Spring boot
Development and programming experience as a Java Developer for more than 5 Years and Implementation of Business
Applications using the microservices development.
Development and programming experience as a FullStack Developer for more than an Year and Implementation of Business
Applications using the FullStack Development
Experience of working in Agile methodologies.
Testing code using Junit.
Have interacted with clients directly for getting exact requirements of deliverables.
Good analysis and problem solving skill with attention to details.
Focus on code quality.
knowledge on PCF.
Creation of proxy using APIGEE.
Knowledge on Data Structure and algorithms.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d40…
https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d400314155d5b0c… 2/3
Provide bug fixes and ensure smooth and timely delivery of the project.
Worked on challenging projects which involved creating the restful webservices and integration with new applications
involving lot of co-ordination from different teams.
Construct programs based on Functional specifications, as per AIG coding standards.
Mentored new joiners.
2) Project Name: AST(February 2019- till date): FullStack Developer
ADCA- TT2 is responsible for developing of web application that are accounted for smooth running of web apps used by
client.
Client: Charles Schwab
The Charles Schwab Corporation is an American multinational financial services company founded in San Francisco,
California. Headquartered in Westlake, Texas, Charles Schwab is the 14th largest banking institution in the United States
with over US$3.3 trillion in client assets.
Responsibilities:
Getting the requirements and analyze the requirements from jira
If required, getting in touch with the client and gather the requirement directly and updating jira accordingly.
Writing the code in Java to create a backend service.
Testing backend controller url using postman.
Writing junit test case for the backend service.
Writing code for front end page in Angular which will call the backend service and get the desired result in front end side.
Writing the test case for the Angular component.
Executing sql queries using Toad application, whenever required.
Deploying the code in pcf using Bamboo.
Extracting the logs from pcf whenever there is an issue.
Releasing the functionalities to QA team so that they can test.
Fixing the bug as soon as it is reported and getting in touch with QA team if required.
Providing demo of newly created functionality to the client and getting their final approval.
Mentored new joiners.
UG: BCA (Computers), Correspondence/Distance Learning from Indira Gandhi National Open University (IGNOU) in
2011
PG: MCA (Computers), Part time from Indira Gandhi National Open University (IGNOU) in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, Servlets, JSP.
Spring, hibernate, spring MVC
Apache Tomcat
SQL
PCF.
RESTFUL
Spring Boot.
Angular 8 2021 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d40…
https://freesearch.naukri.com/preview/printResume?uname=9205cc3437bac6f1187353d827127088580858534f410e155544410c0f5d504b410d400314155d5b0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Rank 465: Resume 372 with similarity score 0.020726007878000614
Resume Text: MS , B.TECH , BS work from home mongodb , e-commerce , ecommerce , flowers , completion , assessment , redux , resume , one , algorithms , node.js , css , javascript , web , application , computer science , project , html Assessment
Q1. Why should you be hired for this role?
From the starting to now one thing that i observed in coding or development is that working on projects is the best way to implement my
skills,learn more and having proficiency. So I would like to get my hands again dirty with the project code.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7903657891
PRINCE YADAV
Roorkee, Noida
Applied 07 Feb'21
Node.js CSS Data Structures
Algorithms JavaScript Redux
HTML MongoDB ReactJS
B.Tech Hons.), Computer Science
College Of Engineering Roorkee
2017 - 2021
Percentage: 60.00%
Senior Secondary XII
AWADH BIHARI SINGH COLLEGE LALGANJ
BIHAR SCHOOL EXAMINATION BOARD board)
Year of completion: 2017
Percentage: 68.00%
Secondary X
VIDYA VIKASH HIGH SCHOOL
WEST BENGAL BOARD OF SECONDARY EDUATION board)
Year of completion: 2014
Percentage: 78.00%
THE BLOOMAA
Dec 2020 - Jan 2021
https://thebloomaa.com/
This is a e-commerce web application using MERN stack. I have developed this application for a small startup
I have developed a full stack MERN web app. Which is a ecommerce website. I have developed this website for a small
startup whose services are to deliver flowers for daily use
https://thebloomaa.com/
Rank 466: Resume 963 with similarity score 0.02071076202963534
Resume Text: B.E , MS , B.TECH , BS sap basis , operator , production engineer , quality assurance , product development , graduate engineer , quality control , full time devising , training , mentoring , corrective actions , customer , people management , internal audit , 5s , designation , ug , microsoft office , casting , mar , tamil , affirmative action , conducting , assembly , hindi , production planning , preventive actions , maintenance , ltd , hero , authorization , english , modifications , lean manufacturing , teams , status , productivity , models , email , record , scooters , sap , project implementation , management review , operations , electronics , art , continuous improvement , process engineering , obc , components , kaizen , problem solving , languages , preparation , kannada , completion , motorcycle , morale , javascript , engineers , honda , administrative , measures , management skills , capture 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b0047…
https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b00470a47475b5f0b… 1/3
Current Designation: Production Engineer
Current Company: Badve Engineering Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Production / Maintenance / Quality
Role: Product Development Exec.
Industry: Auto/Auto Ancillary
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Email - id
Badve Engineering Ltd as Production Engineer
Aug 2018 to Till Date
At present, I am working with M/s BADVE ENGINEERING LTD since Aug 2018 as a production Engineer to still now,
BADVE ENGINEERING LTD is a Leader in Manufacturing Mufflers, Frames Body for HONDA MOTORCYCLE AND
SCOOTERS INDIA. BADVE AUTOCOMPS has 20 manufacturing sites (located All Over India).State-of-the-art
manufacturing facility incorporating Lean Manufacturing System resulting in excellent quality levels and delivery
performance to all major OEM?s. CELL INCHARGE in MUFFLER line. Handling 30 welders & 3 engineers in shift,
responsible for production control, taking counter measures for line defects & their implementation. Monitoring process of
continuous improvement (kaizen) in model mix-up for achieving substantial reduction in component defects and assembly
defects, 5s implementation.Maintaining PQCDMS targets on line. Conducting process audits to identify problem areas and
find solutions, taking into account the benefits and costs of any recommendations. Preparation of Standard Inspection
Procedure,Work standard and PPAP documents. Responsible for preparing Weekly Review Meeting, Month of review,
report to Top Management. Implementing the problem solving Techniques through Cause and Effective analysis and
Process improvements. Responsible for corrective actions / preventive actions for customer complaints & test failures &
Monitor effectiveness of corrective actions / preventive actions for customer complaints & test failures Elimination of In-
house Rejections through Process Improvements & Participating the Management review meetings, updating the in house
Quality level. Executing cost saving techniques / measures and modifications to achieve substantial reduction in various
expenditures. Ensuring frequent quality improvements, productivity improvements. Reducing rejections and non-value
added activities and logistics improvement. Demonstrating superior people management skills and facilitating cross-
functional team formation to reduce and solve customer complaints. Actively involved in devising manpower through
breakthrough process improvements, Successfully mentoring and guiding the subordinates regarding the technical &
managerial problems. Conducting operator training for new models and current set-up on regular basis. Create a proactive
performance driven culture that listens, reacts and supports (effective communication, education, listening, and trust) to
capture the hearts and minds of the people. Proactively recognize the teams? accomplishments and improve morale
Ensure completion of administrative responsibilities.
Last Active: 18-Sep-20 Last Modified: 18-Sep-20
SURESH.V
Production Engineer seeking roles in Production Control,Operations
Management,Product Development,Quality Assurance,Process Inspection,Rejection
Analysis,sheet matel Manufacturing, production planning and manpower handling,
Internal Audit.
Key Skills: Rejection Analysis,Internal Audit,Project Management,Production Executive,Production Planning,Production
Engineer,Manpower Handling,Assembly,Line Balancing,Production,Production Management,Production
Engineering,Process Engineering
Summary
Highly motivated professional (B.E- Mechanical engineering) with a demonstrated record of over 6+ year in production and new
project implementation function and implementing highly effective continuous improvement strategies with best-in-class
companies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b0047…
https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b00470a47475b5f0b… 2/3
Munjal Auto Industries as Production Engineer
Mar 2017 to Jul 2018
MUNJAL AUTO INDUSTRIES LTD is a Leader in Manufacturing Mufflers, Frames, Body for HERO MOTORCYCLE AND
SCOOTERS INDIA. MUNJAL AUTOCOMPS has 4 manufacturing sites (located All Over India).State-of-the-art
manufacturing facility incorporating Lean Manufacturing System resulting in excellent quality levels and delivery
performance to all major OEM?s. CELL INCHARGE in MUFFLER line. Handling 50 welders & 2 engineers in shift,
responsible for production control, taking counter measures for line defects & their implementation. Monitoring process of
continuous improvement (kaizen) in model mix-up for achieving substantial reduction in component defects and assembly
defects, 5s implementation.Maintaining PQCDMS targets on line. Conducting process audits to identify problem areas and
find solutions, taking into account the benefits and costs of any recommendations. Preparation of Standard Inspection
Procedure, Work standard and PPAP documents. Responsible for preparing Weekly Review Meeting, Month of review,
report to Top Management. Implementing the problem solving Techniques through Cause and Effective analysis and
Process improvements. Elimination of In-house Rejections through Process Improvements & Participating the
Management review meetings, updating the in house Quality level. Executing cost saving techniques / measures and
modifications to achieve substantial reduction in various expenditures. Ensuring frequent quality improvements,
productivity improvements. Reducing rejections and non-value added activities and logistics improvement. Demonstrating
superior people management skills and facilitating cross-functional team formation to reduce and solve customer
complaints. Actively involved in devising manpower through breakthrough process improvements, Successfully mentoring
and guiding the subordinates regarding the technical & managerial problems. Conducting operator training for new models
and current set-up on regular basis. Create a proactive performance driven culture that listens, reacts and supports
(effective communication, education, listening, and trust) to capture the hearts and minds of the people. Proactively
recognize the teams? accomplishments and improve morale Ensure completion of administrative responsibilities.
Badve Engineering Ltd as Junior Engineer(production)
Feb 2015 to Feb 2017
BADVE ENGINEERING LTD is a Leader in Manufacturing Mufflers,Frames,Body for HONDA MOTORCYCLE AND
SCOOTERS INDIA LTD, BADVE AUTO COMPONENTS has 20 manufacturing sites (located All Over India).State-of-the-
art manufacturing facility incorporating Lean Manufacturing System resulting in excellent quality levels and delivery
performance to all major OEM?s. CELL INCHARGE in MUFFLER line. Handling 20 welders & 2 engineers in shift,
responsible for Quality control, taking counter measures for line defects & their implementation. Monitoring process of
continuous improvement (kaizen) in model mix-up for achieving substantial reduction in component defects and assembly
defects, 5s implementation.Maintaining PQCDMS targets on line. Conducting process audits to identify problem areas and
find solutions, taking into account the benefits and costs of any recommendations. Preparation of Standard Inspection
Procedure,Work standard and PPAP documents. Responsible for preparing Weekly Review Meeting, Month of review,
report to Top Management. Implementing the problem solving Techniques through Cause and Effective analysis and
Process improvements. Responsible for corrective actions / preventive actions for customer complaints & test failures &
Monitor effectiveness of corrective actions / preventive actions for customer complaints & test failures Elimination of In-
house Rejections through Process Improvements & Participating the Management review meetings, updating the in house
Quality level. Executing cost saving techniques / measures and modifications to achieve substantial reduction in various
expenditures. Ensuring frequent quality improvements, productivity improvements. Reducing rejections and non-value
added activities and logistics improvement. Demonstrating superior people management skills and facilitating cross-
functional team formation to reduce and solve customer complaints. Actively involved in devising manpower through
breakthrough process improvements, Successfully mentoring and guiding the subordinates regarding the technical &
managerial problems. Conducting operator training for new models and current set-up on regular basis. Create a proactive
performance driven culture that listens, reacts and supports (effective communication, education, listening, and trust) to
capture the hearts and minds of the people.
C.R.K.INDUSTRIES as Graduate Engineer Trainee
Aug 2013 to Feb 2015
It is manufacturing of casting component and instrument fabrication assembly supplying to "M/S.INTEGRATED
ELECTRONICS LTD", Bangalore..
UG: B.Tech/B.E. (Mechanical) from Sri Padmavati College of Engineering, Kanchipuram in 2013
Education
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b0047…
https://freesearch.naukri.com/preview/printResume?uname=c6488b86dfd28b5e7d9776d77b90df2b5a5c5c584a150c110b10470a545b504c1b00470a47475b5f0b… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: TN Permit Holder
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Office 9 2019 8 Year(s) 5 Month(s)
UniGraphics, NX 7.5, 7,
9
2015 1 Year(s) 5 Month(s)
SAP Basis
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Tamil Proficient
Kannada Proficient
Telegu Proficient
Rank 467: Resume 947 with similarity score 0.0206796053873917
Resume Text: B.E , MS , B.TECH , BS senior engineer , software developer , full time , change management , part time , senior project engineer receivers , api , redux , powershell , css , designation , office , ug , visual studio , scripting languages , affirmative action , information technology , interpersonal skills , hindi , technology services , maintenance , aesthetics , navigation , jquery , authorization , business solution , english , troubleshooting , sharepoint , bootstrap , status , instrumentation , c# , bosch , email , project , matrix , application , mongodb , hooks , bengali , fixing , user stories , closure , mvc , writing , change management , features , running , confirmation , framework , preparation , itil , sql server , state management , web parts , es6 , events , fetch , javascript , workflow , stored procedures , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b12…
https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b1204111559080c… 1/2
Current Designation: Consultant
Current Company: CAPGEMINI Technology Services India
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
CAPGEMINI Technology Services India Limited as Consultant
May 2019 to Till Date
* Developed multiple custom API using Provider Hosted Add-in model in SharePoint 2016, 2019
* Developed Remote Event Receivers to handle events
* Build Spfx web parts using React which consumes the data from the API and displays data to the user
* Improving both performance and aesthetics of UI using Office UI Fabric React framework
* Developed multiple PowerShell script to automate various admin activities
* Troubleshooting and fixing existing bugs in the application
Wipro Technologies as Senior Project Engineer
Feb 2018 to May 2019
* Developed API using .NET MVC model Developed Remote Event Receivers to handle events
* Converted existing inline queries into Stored Procedures for better performance and modularity
* Fixed existing bugs in the application
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Anabil Aich
Consultant seeking roles in Software Engineering,Software Development,Information
Technology,Project Management,Change Management,Quality
Management,Requirement Gathering,Application
Support,JavaScript,Powershell,Bootstrap,MongoDB,jQuery,HTML,ITIL
Key Skills: Consultant,Software Developer,Software Engineering,Software Development,Information Technology,Project
Management,Change Management,Quality Management,Requirement Gathering,Application
Support,JavaScript,Powershell,Bootstrap,MongoDB,jQuery,HTML,ITIL
Summary
* 6 year of Experience in Information Technology
* Good experience in React, React hooks
* Experience in state management technologies like Redux
* Experienced in using CSS frameworks like Bootstrap, Material UI, Fluent UI
* Strong knowledge in creating Spfx web parts, Provider hosted App in SharePoint 2016, 2019
* Experienced in PnP scripting
* Experience scripting languages like C#, PowerShell
* Backend frameworks like .NET(MVC Model)
* Experience in writing DB like MS SQL server, Mongo DB using Mongoose
* Strong Client interaction experience and excellent interpersonal skills
* Received many appreciations from client for quick and excellent support
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b12…
https://freesearch.naukri.com/preview/printResume?uname=a63889ef171dc0a75f829764e8dcb06d5d5801594b475f11501346505500024a450b1204111559080c… 2/2
* Added features to the application based on user stories
* Troubleshooting and fixing bugs raised by the user
Robert Bosch Engineering & Business Solution as Senior Engineer
Apr 2017 to Feb 2018
* Doing necessary preparation activity like generating reports for site which included site information, workflow status,
navigation information etc. in order to migrate
* Writing PowerShell script which would fetch data from preparation reports and create sites
* Monitoring the job progress by running queries in SQL server
* Running incremental jobs during weekends using Content Matrix or ShareGate to update contents to target if any
* Sharing reports to the user and seeking confirmation for closure
UG: B.Tech/B.E. (Instrumentation) from West Bengal University of Technology (WBUT) in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
React, ES6 ,C#, Node
SQL Server 2005/2008, Mongo DB
PowerShell, C#, MS Office
MS Visual Studio 2008/2010,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 468: Resume 789 with similarity score 0.020613027344004126
Resume Text: B.E , MS , B.TECH technology professional , software developer , full time , development analyst , product owner presentations , react.js , api , general , showcase , telugu , css , designation , funding , mobile application development , affirmative action , articulate , shape , principles , hindi , beginner , authorization , english , teams , status , sql , email , project , leadership , product innovation , testing , design thinking , building , languages , android development , kannada , hospitality industry , personalization , javascript , organization , web , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d14…
https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d140b13445e0f0c0… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Aug 2018 to Till Date
The innovation team that I am part of works on exciting and industry-relevant innovation projects. We start with
brainstorming on ideas that individuals (like me) and teams come up with as also those that we co-innovate with clients.
Leveraging design thinking principles, we shape the idea in a manner that would value add and make a difference to
players in the industry. We then come up with technology architectures and decide on technical flows, external API's
required and the most appropriate technologies to be used. This is when I would start developing the front-end and back-
end aspects of the solution. After rigorous development and testing cycles, we would be able to showcase these solutions
to different clients that our organization is engaged with. It is my privilege that several ideas that I came up with were
accepted. I was involved in building the solutions, preparing the pitch, and presenting it to leadership teams of various
clients.
UG: B.Tech/B.E. (Computers) from MSRIT in 2018
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Vikas Bhargava
Technology professional with 2.5 years of experience in innovating and developing
ideas.
Proficient in Andriod, Java, JavaScript, React, HTML, SQL, and CSS
Key Skills: Android, Java, Javascript, HTML, CSS, React.Js, SQL, Web Designing, Mobile Application Development,
Product Innovation,
Summary
I am a technology professional with 2.5 years of experience in innovating and developing ideas. Proficient in Android, React.js,
Java, and javascript. Worked on both front-end and back-end aspects of applications. Am a fast learner who thrives on taking
stretch assignments and delivering to exacting deadlines. Work very well in teams and have a penchant for giving articulate
presentations. Have received recognition for coming up with practical and contextual ideas and taking them to fruition.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d14…
https://freesearch.naukri.com/preview/printResume?uname=2e0fece5b83efcc2703c2c755032168a590e0054181000400a12410d5d5d05191a0d140b13445e0f0c0… 2/2
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Dec 2018 - Apr 2020
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
ANDROID 2021 2 Year(s)
JavaScript 2021 1 Year(s) 5 Month(s)
JAVA 2021 2 Year(s) 5 Month(s)
REACT 2021 0 Year(s) 6 Month(s)
HTML 2021 1 Year(s) 5 Month(s)
CSS 2021 1 Year(s) 5 Month(s)
SQL 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Kannada Expert
Telugu Beginner
Projects
Project Title: Innovation idea -1
Client: Accenture Innovation
Skill Used: Innovation, Android Development, Presentation,
Role Description: Product owner
Ideation, conceptualization, development (Android and Java), and presentation
Project Details: Hyper personalization of food and beverage choices for clients of the hospitality industry.
Significant funding was allocated to create an MVP.
Rank 469: Resume 716 with similarity score 0.020574510480071247
Resume Text: B.E , MS , B.TECH , BS full time , it professional , data management , software developer functionality , web development , core java , general , entity framework , visual studio code , css , credentialing , designation , ug , mar , affirmative action , primus , xunit , hindi , cloud , angular , web api , learning , maintenance , typescript , contractor management , kpi , json , advanced , english , visualization , modifications , authorization , status , photo , ecmascript , software testing , agile , email , project , financials , business intelligence , application , models , aws , filtration , microservices , less , bengali , karma , survey , range , natural language understanding , rest , blockchain , writing , estimates , unit testing , languages , search analytics , dashboard , sql server , mobile , one , javascript , predictive analytics , insurance , elasticsearch , html , french 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b4700…
https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b470011415b0c0102… 1/3
Current Designation: SOFTWARE DEVELOPER
Current Company: Primus Software Corporation
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Primus Software Corporation as SOFTWARE DEVELOPER
Mar 2018 to Till Date
Having more than 2 years of experience in System Design, Developing, testing, implementing and managing software
programs.
* Identifying areas for modification in existing programs and subsequently developing these modifications. Writing and
implementing efficient code.
* Working with IDE's like MS Visual Studio, Visual Studio code and tools like Postman, SQL Server etc.
UG: B.Tech/B.E. (Computers) from Rajasthan Technical University, Jaipur in 2016
Other Qualifications/Certifications/Programs:
Certified in Core Java and Advanced Java
Certified in Social, Mobile, Analytics and Cloud
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Purna Chanda Bera
IT Professional having 2.7 years of experience in Development & Designing using
Agile based approach. Expertise in Frontend and Backend Technologies like Angular
4/6/8,System Design, JavaScript, Elasticsearch, WEB API, Dapper ORM, Entity
Framework.
Key Skills: software developer,data management,client management,javascript,json,Angular 2+,AWS,Elastic
Search,HTML,CSS,Typescript,System Design
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Project
Management,Software Testing,Web Development,Data Management,Client Management,Unit
Testing,Microservices,Javascript,angular 2+.
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b4700…
https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b470011415b0c0102… 2/3
Nature of Employment: Full Time Duration: Sep 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2018 - Apr 2019
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Angular 2+, JavaScript, TypeScript 2020 2 Year(s) 2 Month(s)
ECMAScript, Elasticsearch 7.4 2020 2 Year(s) 3 Month(s)
Blockchain, Micro Services, Rest API 2020 2 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Proficient
Projects
Project Title: Contractor Connection PHASE-2 -CONTRACTOR CENTRAL
Client: Crawford & Company
Project Details: This application is used for contractor management. It is a type of contractor application where user can
create account. This application contains Contractor Profile, Surge Response Survey, Contractor Insurance & Financials,
Credentialing Dashboard, and License Manager. Contractor must upload photo and document in drop zone.
SIGNIFICANT CONTRIBUTIONS:
Designing and implementing Angular for the Client-end. Also doing unit testing in Jasmin and Karma for Angular.
Working on Web API and Dapper ORM also done unit testing with MS Test.
Project Title: PriML -Company Product
Client: Primus Software Corporation
Project Details: PriML is a Company Product which is a Business Intelligence Platform powered by Automated Machine
Learning and Natural Language Understanding. This platform focuses on Search Analytics, Predictive Analytics and Data
Discovery.
The Visualization is created with intuitive search Analytics Engine. The auto ML Engine helps organizations to create
predictive models for all the needs.
SIGNIFICANT CONTRIBUTIONS:
Actively participated in Search Analytics using Elasticsearch feature in AWS to make search functionality to next level.
Used Proximity Search, Fuzziness and Synonym filtration to make search highly relevant the way one gets result.
Work is in progress for some Advance search functionalities like range, Boolean Search and Category Filtration to provide
the best, high quality and cost-efficient service.
Project Title: Contractor Connection PHASE-1 -ERCORE
Client: Crawford & Company
Project Details: This application will be used primarily by Estimate Reviewers to manage Queue Summary and Queue Details
on daily basis. Queue summary displays KPI (Key Performance Index) and charts as per status for the Reviewer /Supervisor
/Manager like Progress Estimates, Completed Estimates, Backlog etc. Bilingual language support English and French.
SIGNIFICANT CONTRIBUTIONS:
Designed and implemented Angular for the Client-end. Also done unit testing for the Angular tasks.
Work done on Web API and Entity Framework also done unit testing with XUnit.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b4700…
https://freesearch.naukri.com/preview/printResume?uname=afbb7ca9fe5e2efac30c3ade2ee0d3ca0e5f0c561e110f470619430d540e021e170b470011415b0c0102… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 470: Resume 958 with similarity score 0.02056786502175571
Resume Text: BSC , BS , B.E , MS , B.TECH full time , software developer version control , customer , angular , beginner , mock , navigation , entrepreneurs , status , store , mumbai , test automation framework , barcode , information science , writing , components , order management , html5 , mixing , sass , es6 , sales direct , workflow , retail , access , designation , data transfer , protocol , user interaction , hindi , cloud , batteries , json , english , troubleshooting , shopping , code review , predictive maintenance , web applications , screens , agile , spa , responsiveness , project , live , cubes , solution architecture , forms , rest , software coding , dashboard , mqtt , web pages , javascript , history , technology , performing , affirmative action , async , user experience , typescript , bootstrap , email , google , new features , microsoft , operations , github , unit testing , traceability , languages , empower , real-time data , responsive design , layout , online , subscriptions , api , functionality , redux , asset tracking , css , validation , directives , frontier markets , tamil , scratch , authorization , map , focus , devices , less , debugging , router , storage , statistics , e-commerce , kannada , events , load , test execution , sockets 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 1/4
Current Designation: Engineer - App Software
Current Company: Sasken Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Sasken Technologies as Engineer - App Software
May 2020 to Till Date
Projects
AUG 2020 - Till Date KENTEST AUTOMATION FRAMEWORK (Test automation framework that provides a
scalable and sustainable automation solution)
KenTest is a test automation framework that provides a scalable and sustainable automation
solution. Includes dashboard screen to display daily test execution graph and statistics and
test script management, test execution mainly focus on user roles on test script and to see
the logs streaming. Includes view option to view detailed logs and report.
Role: Front-End Developer
Responsibilities:
Responsible for design and development of the web pages from mock-ups using HTML,
CSS, Bootstrap, React material, JavaScript and React JS.
Extensive usage of react material UI for layout as well as responsive design.
Worked in using React JS components, Forms, Events, Router.
Wrote external CSS file, which linked to the HTML file to increase the traffic of the web
site.
Used Redux Async actions to make the app fully asynchronous.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
AMITHA R
Frontend developer (Angular and React) - App Software seeking roles in Software
Development,Application Programming,Application
Maintenance,HTML,CSS,SCSS,JavaScript,TypeScript,ES6,Angular
4,5,6,7,8,9,10,JavaScript,React JS
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,HTML,CSS,SCSS,JavaScript,TypeScript,ES6,React JS,Angular
10,Engineer - App Software,Angular 5+
Summary
Experience working in a corporate environment for 3.4 years as a Front-End UI/Web
developer, worked extensively on Angular 5+/Typescript, ReactJS library SPA domains.
Expertise in developing User Interface (UI) Rich Web Applications using HTML5, CSS3, SASS,
JavaScript, TypeScript, Bootstrap(3,4) and Material UI (React and Angular) and Integrating
Restful API's.
Expertise to design and develop an application from scratch.
Experience in using React Redux and NgRx store, Forms with validation, External libraries,
Router, Events, Material UI.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 2/4
Used Axios library to make http requests to external resources
Maintaining an organized workflow using a project management tool GitHub.
Involved in software coding, testing, and debugging for web presentation layer using
HTML and CSS.
DEC 2020 - Till Date Dealer Service Portal (CATERPILLAR PROJECT)
Dealer Services Portal(web application) is a one stop solution for all Customers, Dealers and
CAT admin users(to manage Subscriptions). Dealer Services Portal (DSP) allows users to
work on their assets, to view the history of billing invoices and to manage user access. It has
been improved to provide a seamless experience during device transfers, replacements,
upgrades or downgrades
Role: Front-End Developer
Use skills in debugging to check the code, rewritten and improved the existing code
and enhance the functionality and user experience of web application using LESS and
Angular
Developing new features , rectifying front-end-related issues and mainly performing bug
fixes
Collaborating closely with the team to support projects during all phases of delivery.
Performed unit testing after writing the code.
Used Microsoft Assure to build, deploy and manage applications.
Worked extensively in Agile Development process
Actively involved in providing the technical support of the application by troubleshooting
and resolving the issues .
JUN 2020 -
NOV 2020
Smart Factory
Smart Factory application designed using React with Typescript which is used for End-To-End
solution accelerators for enabling industry 4.0. It gives overview of real time Plant operations,
Predictive Maintenance, Asset Tracking, Machine Status, Quality Monitoring.
Role: Front-End Developer
Responsibilities:
Responsible for design and development of the web pages from mock-ups using HTML,
CSS, Bootstrap, React material, JavaScript and React JS.
Integrated Highchart for graphical representation for data.
Integrated Sankeychart for products traceability
Used React Material UI For responsiveness of the application.
Worked on JSON objects to map properties values on UI
Worked on GIT as a version control.
Integrated Pouch DB for offline storage.
Mobinius Technologies as Front-End Developer
Sep 2017 to Apr 2020
SEP 2019 - APR 2020 FRONTIER MARKETS - SAHELI (E-commerce application to empower women
entrepreneurs in India)
A E-commerce application for Saheli's online shopping for retail sales direct to consumers via
web sites to manage products, customers and complete track of all sold products. Focus
mainly on Inventory management, Order management and Delivery management
Role: Front-End Developer
Responsibilities:
Designed and developed the application using Angular 8 framework from scratch.
Responsible for creating efficient design and developing User Interaction screens using
HTML, CSS, Bootstrap, TypeScript, ES6, Angular material, Angular 8.
Responsible to Style, look and feel of the web page and for responsive design with SASS
that extends CSS with dynamic behaviour such as variable, mixing, operations and
functions.
Experience with creating custom directives, decorators, and services to interface with
restful services.
Performed unit testing after writing the code by using Jest framework.
Involved in code review to make sure the code is in readable format, utilise TypeScript,
use TSLint, RxJS in Angular and Lazy load to modules.
Used Canactivate, Resolver, Canactivatechild, Canload, Candeactivate authguards.
Used Angular Bar code Generator Libraries ngx-barcode.
Worked on GIT as a version control
Used Highchart to create a simple component that fetches data via an API and generates
charts from it.
MAY 2019 - SEP 2019 GREEN CUBES(Getting the live status of IOT devices like batteries or forklifts)
Green cubes is all about getting the live status of IOT devices like batteries or forklifts.
Basically devices will be pushing the data to cloud (Google IOT Core) through MQTT protocol
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 3/4
and those data will be pulled by node. Frontend will be showing the live data continuously
which is implemented by rest Api as well as web sockets
Role: Front-End Developer
Responsibilities:
Designed and developed the application using Angular 7 framework from scratch.
Responsible for creating efficient design and developing User Interaction screens using
HTML, CSS3, Bootstrap, TypeScript, ES6, Angular 7.
Created Typescript reusable components and services to consume REST API's using
Component based architecture provided by Angular based architecture provided by
Angular
Extensive usage of Bootstrap, SASS for layout as well as responsive design
Worked on GIT and source tree as a version control.
Experience with creating custom directives, decorators, and services to interface with
both restful services.
Implemented Angular Router to enable navigation from one view to the next as customer
performs application tasks with lazy loading implemented.
Used the Web Socket protocol enables interaction between a web browser and
facilitating real-time data transfer from and to the server
OCT 2018 -
MAY 2019
CENTRE FOR SIGHT (A Feedback Application for patients and admin panel for Centres)
A generalised feedback web-app for patients and admin panel for tracking of all centres
feedback and to summarise the negative and positive feedback. Displaying the feedback in
admin portal rated by each individual patient from different centres through graphical
representation.
Role: Front-End Developer
Responsibilities:
Designed and developed the application using Angular 6 framework from scratch.
Responsible for design and development of the web pages from mock-ups using HTML,
CSS3, Bootstrap, TypeScript, ES6, Angular 6.
Responsible to Style, look and feel of the web page and for responsive design with SASS
that extends CSS with dynamic behaviour such as variable, mixing, operations and
functions.
Created Typescript reusable components and services to consume REST API's.
Implemented HTTP requests using RxJS Observable library to handle multiple values
over time.
Performed unit testing after writing the code by using Jest Framework.
Implemented Angular Router and used Canactivate, Candeactivate authguards for
securing the routes.
Worked on GIT as a version control.
UG: B.Tech/B.E. (Information Science and Engineering) from Mangalore Institute of technology and Engineering in 2017
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS 3 Year(s) 3 Month(s)
JavaScript, TypeScript 3 Year(s) 2 Month(s)
React js 2 Year(s) 2 Month(s)
BOOTSTRAP 3 Year(s) 2 Month(s)
GIT 3 Year(s) 2 Month(s)
Angular 5,6,8,9,10 3 Year(s) 3 Month(s)
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b12…
https://freesearch.naukri.com/preview/printResume?uname=30c3e73734f1cd3faa7dd9a5592f8b200a5f585442150b445010420a545b584a400b125517170c0b0f0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Tamil Beginner
Kannada Expert
Rank 471: Resume 1235 with similarity score 0.020490856503113036
Resume Text: M.TECH , BS , B.E , MS , B.TECH founder , devops , full time , part time , team lead , computer scientist mentoring , general , devops , virtual machines , kubernetes , css , designation , ug , mar , affirmative action , spring , hindi , cloud , linux , maintenance , azure , ltd , adobe , windows , authorization , ios , english , teams , salt , status , passport , c# , email , application , aws , less , participation , iit , html , electronics , android , performance tuning , government , components , software architecture , languages , framework , punjabi , agents , bikes , pan , financial goals , mobile , money , software design , javascript , expenses , schedules , technology , cd , coaching 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e1…
https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e150417415a0f00… 1/2
Current Designation: Sr Member Technical Staff Devops and
Mobile
Current Company: Yulu Bikes Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Yulu Bikes Pvt Ltd as Sr Member Technical Staff Devops and Mobile
Oct 2019 to Till Date
Developed CI/CD platform for yulu for different environments using jenkin Setup monitoring using cloudwatch and
prometheus. Setup APM using elastic APM Developed and fixed bugs for reactive native app for phonepe switch
integration. Dockerized the backend application and moved to EKS(Amazon Elastic Kubernetes Service) Supervised 5
employees by monitoring activities, coaching and offering hands-on support. Achieved or exceeded financial goals on
regular basis by controlling expenses, optimizing schedules and regulating inventory usage.
Adobe Systems India Pvt. Ltd. as Computer Scientist
Aug 2018 to Sep 2019
Moved SRE task of query service from US to India.Like monitoring and Deployment Created spinnaker instance for
deployment to Kubernetes Tunned Azure Kubernetes Service for use by other teams as adobe was moving from barebone
virtual machines to Kubernetes. Maximized performance by monitoring daily activities and mentoring team of 4 associates.
Ejento as Founder
Mar 2017 to Aug 2018
Developed website and android application for finding relevant agents for government works like pan card ,passport ,visa
etc while reusing documents . Saw a growth of 100 percent on month on month basis and user retention of 90 percent.
Could not scale as I was not able to raise money
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kunal Dhanda
Sr Member Technical Staff Devops and Mobile seeking roles in Software
Development,Application Programming,Software Design,Requirement
Gathering,Software Architecture,System Analysis,Performance Tuning,Data
Management,Azure,Spring,Android,Java,AWS
Key Skills: Sr Member Technical Staff Devops and Mobile,Team Lead/Tech Lead,Software Development,Application
Programming,Software Design,Requirement Gathering,Software Architecture,System Analysis,Performance Tuning,Data
Management,Azure,Spring,Android,Java,AWS
Summary
8 years of experience in software design and development. Extensive participation in defining the architectural processes and
improvement. Currently, involve as an Architect, responsibility involves requirement analysis, estimation, planning, designing
and developing components & framework.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e1…
https://freesearch.naukri.com/preview/printResume?uname=8b4daa7a989514e340e9a7b54cbbd52b0c0b0a5442410d450a1741515d08594e400e150417415a0f00… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Indian Institute of Technology in 2011
PG: M.Tech (Electronics/Telecommunication) from IIT Kharagpur - Kharagpur in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
C,Java,and C#
Servlet,CSS,Javascript, JSP.
HTML
Linux, Windows
Kubernetes
jenkin
SALT
Spring
ANDROID
IOS
Terraform
PROMETHUES
Spinnaker
AWS
Azure Cloud
Languages Known
Language Proficiency Read Write Speak
Punjabi Proficient
Hindi Proficient
English Expert
Rank 472: Resume 607 with similarity score 0.02045980454887939
Resume Text: MS work from home database , computer vision , assessment , app , resume , python , android , sql , working experience , shape Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes ,I am available for 3 months and also I am willing to start this internship as early as possible..
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9307413569
Tabassum Inamdar
Pune, Delhi
Applied 31 Dec'20
Computer Vision Database Management
System DBMS
Python
SQL
Bachelor of Computer Applications BCA, Science
Abeda Inamdar Senior College Pune Maharashtra
2017 - 2020
Android App Development
LAURUS EDUTECH, Pune
Dec 2016 - Feb 2017
Rank 473: Resume 752 with similarity score 0.020439345115476844
Resume Text: B.E , B.TECH scrum master , java developer , full time , software developer award , core java , general , customer , scrum , designation , ug , affirmative action , mysql , hindi , scratch , maintenance , ltd , kafka , authorization , english , rabbitmq , status , architecture , spring boot , agile , email , project , application , ips , microservices , mumbai , features , computer science , languages , hibernate , software design , javascript , organization , working environment , elasticsearch 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11…
https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11551212090c5f5… 1/2
Current Designation: Software Developer
Current Company: Ultria Software Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [computer science
engineering]
Verified : Phone Number | Email - id
Ultria Software Pvt. Ltd as Software Developer
May 2018 to Till Date
In 2 years working at Ultria, I got a chance to work on various R&Ds like Elastic search, RabbitMq, Kafka, etc. Provided
design of multiple features and to full-fledged development of the feature. Also, lead an Implementation team for quick
resolution of customer issues to working on customer's urgent requirements. Currently, working on a new Product from
scratch starting from Service and DB architecture using Microservices architecture.
Won New-Comer of the year Award and Most Dependable Employee of the Year Award in 2 years.
UG: B.Tech/B.E. (computer science engineering) from IPS Academy in 2018
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Pranavkant Trivedi
Software Developer seeking roles in IT Project Management,Software
Development,Software Design,Requirement Gathering,Core
Java,MySQL,Hibernate,Spring boot Elasticsearch,Microservices,RabbitMq
Key Skills: Software Developer,IT Project Management,Software Development,Software Design,Requirement
Gathering,Agile Methodology,Scrum Master,Core Java,MySQL,Hibernate,Spring,Spring
boot,Elasticsearch,Microservices,RabbitMq
Summary
To secure a challenging position in an organization, where my knowledge and experience as Java Developer is shared and
encouraged and to pursue a challenging career which will provide me an excellent working environment & growth.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11…
https://freesearch.naukri.com/preview/printResume?uname=35d98d34e22065973db3f192fec2a8cc5e5d5c57181b08435212135e5f0e524a425c11551212090c5f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
spring boot
Hibernate
MySQL
RabbitMQ
Elasticsearch
MicroServices
JAVA 0 3 Year(s) 0 Month(s)
Spring 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 474: Resume 1364 with similarity score 0.020434723028435114
Resume Text: B.E , MS , B.TECH solutions architect , aws developer , lead developer , associate , software developer , full time , part time , full stack developer spring cloud , api , spring mvc , mockito , designation , ug , confluence , case , affirmative action , oracle , hindi , maintenance , ltd , gateway , digital , authorization , english , apache kafka , status , spring boot , architecture , agile , test environments , email , power generation , project , store , application , aws , ecosystem , msa , integration testing , postgresql , less , cost effective , ci , bitbucket , atlassian , redis , technology solutions , s3 , junit , languages , framework , documentation , big data , code coverage , sms , sql server , bamboo , events , python , one , reviews , javascript , sensors , jira , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 1/2
Current Designation: Cloud Native Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Cloud Native Developer
Jul 2017 to Till Date
January 2018 - February 2019
The Cloud Initiative:
Under this project worked as a developer to migrate Traditional Java Application to Cloud Native Digital Solution for a
major US Power Generation and Delivery Client. Gained immense technical and domain knowledge while working with
different stakeholders.
Highlights:
Leveraged Server less Architecture to develop Event Based and Cost effective Digital Solution.
Heavily used AWS Lambda Functions to process Events.
Reduced Infra cost for client by ~80% as compared to old Application.
Stakeholders were notified in real time via Email/ SMS in case of Event Failures.
jUnit / Mockito test creation to achieve Code Coverage.
March 2019 - February 2020
IoT Integration:
Under this project worked as a lead developer to create a custom Digital Framework for Integrating IoT ecosystem to
existing Big Data Pipeline for a major US Power Generation and Delivery Client.
Developed a Highly Configurable System to process Time Stream Data generated by IoT sensors.
Used Apache Kafka as Event Stream Platform.
Developed Spring Boot Application to Consume Time Stream Data from Kafka and persist processed data to AWS
Redshift which was used as a Data Ware House.
Used AWS S3 to store and archive huge Time Stream Data Sets.
Performed Code reviews, worked closely with other team members to check code quality and standards.
March 2020 - Current
Destructing Monolith:
Under this project worked as a Developer and Architect to transform a Legacy Monolith Application and develop a new
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ruchir Agrawal
Full Stack Developer, 2x AWS Certified seeking roles in Full Stack
Development,Software Engineering,Software Development,Spring Boot,Microservice
Based Architecture, Cloud Native Solutions, Serverless Architectures,Java,AWS
Key Skills: Full Stack/Software Developer,React,Serverless Architectures, Lambda,Software Engineering,Software
Development,AWS Certified,Agile Methodology,Spring Boot,Microservice,Python,Java 8
Summary
Working as 2x Certified AWS Developer from past 3 years to Design and Implement Digital Solutions and Experiences.
Rich experience in creating Digital Solutions which includes MSA & Cloud Native Architecture.
Equally comfortable in designing and development of Digital Solutions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 2/2
Cloud Native Digital Application for one of the very important division of a major US Power and Delivery Client.
Independently designed and developed the Services following Micro Service Architecture (MSA) for breaking up the
legacy application.
Used Redis as the cache provider.
Implemented CI/CD for deploying Services to QA and Test Environments using BitBucket and Atlassian Bamboo.
Prepared documentation for design, unit and integration testing.
Used AWS API Gateway as the entry point for accessing the Micro services under new architecture.
Reviewed Pull Requests and design time to time.
UG: B.Tech/B.E. (Computers) from Lakshmibai Narain College of Technology, Bhopal in 2017
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java 8, Spring MVC, Spring Boot,
Spring Cloud, Oracle, PostgreSQL,
SQL Server,JIRA, BitBucket, Confluence
Kafka 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 475: Resume 697 with similarity score 0.02042439659114611
Resume Text: M.TECH , BS , B.E , MS , B.TECH software engineer , technology lead , full time , team lead , network controller core java , customer , glusterfs , fault tolerance , demand , bash , java swing , quagga , spring , docker , linux , data collection , tcpdump , ssl , status , cable , white box , infosys , openflow , components , features , interconnects , kibana , data center , fcaps , pie , cms , protocol development , routers , production deployment , pipeline , switches , tftp , ansible , encryption , open source , designation , plugins , hindi , cloud , nms , protocol design , cluster , service providers , english , troubleshooting , project , groups , beds , rest , git , computer science , chart , documentation , computer engineering , javascript , technology , neutron , ldap , diameter , command , golang , scripting , affirmative action , mysql , test scripts , gerrit , maintenance , kafka , email , configuration management , ubuntu , metal , unit testing , premises , languages , hibernate , traffic shaping , malayalam , jira , engineers , search , web , agile methodologies , functionality , onboarding , high availability , tunneling , jenkins , leaf , soap , routing , wireshark , authorization , openstack , teams , spine , virtualization , snmp , application , simplification , test automation , operators , user requirements , gtp , framework , storage , agents , python , eclipse , telemetry , load , metrics , persistence 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 1/5
Current Designation: Technology Lead -IT
Current Company: Infosys Limited
Current Location: Trivandrum
Pref. Location: Hyderabad,Bengaluru / Bangalore,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
Infosys Limited as Technology Lead -IT
Aug 2015 to Till Date
Project : HFC Common Collection Framework ,NMS Simplification
Team Size : 5
Project Overview
A Simplified Common Collection frame work cloud native solution in HFC network which collects metrics and discover
topology details from HFC network( CMTS/CM/Channels/Service Groups) using standard SNMP/TFTP protocols. Provide
the PNM metrics to CableLabs PMA application for profile calculation. TMFAPI for inventory management.
Use cases:
1. HFC topology discovery(On-demand/scheduled discovery)
2. Channel Capacity calculation
3. Micro service Management
4. PNM data collection
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Jobin Joseph
Technology Lead seeking roles in Application Development,Application
Maintenance,Project Management,Requirement
Analysis,ONOS,Kubetnetese,Docker,OpenVSwitch,Core Java,Ansible,Python,Spring
Hibernate,GoLang,C,GIT,SVN,REST,Swagger API,Elastic Search
Key Skills: Technology Lead,Team Lead,Application Development,Application Maintenance,Project
Management,Requirement Analysis,ONOS,Kubetnetese,Docker,OpenVSwitch,Core Java,Ansible,Python,Spring
Hibernate,GoLang,C,GIT,SVN,REST,Swagger API,Elastic Search
Summary
9 years of experience in IT industry, currently working as Technology Lead in Infosys.
Strong experience in Networking Protocols, Virtualization, SDN/NFV and Container Networking.
Strong Experience in ONOS, Kubetnetese, Docker, OpenVSwitch, ofsoftswitch13, Mininet, Trellis , SONA and OpenStack
neutron.
Strong Experience in protocol development like VRRP, Diameter, OpenFlow, GTP and VxLAN.
Good exposure in QoS, Trellis, TCP/IP, BGP, MPLS, VPN.
Good experience in Core Java, Ansible and HelmChart.
Familiar with Python and spring hibernate, GoLang and C.
Open Source contribution in ONF.
Experience in HFC Network Collection Framework and CableLabs PMA.
Experience on GIT, SVN, REST, Swagger API doc.
Familiar with Prometheus, influxdDB, FluentD, elastic search, Grafana, Kibana.
Experienced in agile methodologies and JIRA tools.
Goods capability in managing teams and multiple tracks.
Strong analytical, problem troubleshooting/solving skills, self-starter.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 2/5
5. Cable Labs PMA integration
Responsibilities
Requirement analysis.
Design and development, documentation.
Sprint delivery, demo.
Technologies:
Tools: IntelliJ, tcpdump, Simplesoft.
OS: Ubuntu 18.04
Languages: Python, JAVA
Platform: Kubetnetese
Configuration Management - GIT
Project : SDN Network Controller and Management Solution
Team Size : 8
Project Overview
Integrated solutions of network control and FCAPS functionalities. This helps service providers and network operators to
adopt the easy transition to SDN world. FCAPS functionalities are integrated with ONOS SDN controller and virtualization
platform (K8s and OpenStack).
Responsibilities
Requirement analysis.
Design and development, documentation.
Mentor team, Sprint delivery.
Technologies:
Tools: IntelliJ, tcpdump, Simplesoft.
OS: Ubuntu 18.04
Languages: Python, JAVA
Platform: Kubetnetese
Configuration Management - GIT
Project : ONOS Trellis application development
Team Size : 7
Project Overview
ONOS solution programs data center Leaf-Spine fabric interconnects Kubetnetese cluster nodes which manages
containerized VNF and telemetry agents. Bug fix in various features like dhcprelay, In-house ONOS app development for
production deployment use cases. Open Source contribution towards ONOS gerrit.
Responsibilities
Requirement analysis.
Design and development, documentation.
Unit testing.
Technologies:
Tools: IntelliJ, tcpdump.
OS: Ubuntu 18.04
Languages: JAVA
Configuration Management - GIT
Project : SDN ONF Trellis deployment automation in Kubetnetese platform.
Team Size : 7
Project Overview
Deployment automation of SDN controlled datacenter fabric topology with white box switches. Containerized ONOS
cluster over Kubetnetese platform, this solution provides high availability for ONOS, configuration persistence of
configuration and control plane parameters. Involved various monitoring functionalities for switches and fabric using
ONOS REST API, Redfish API. Uses SR for enabling the fabric and routing are using Quagga and FPM application.
Deployment automation of SDN components and metrics agents using Ansible. ACL using OpenFlow pipeline and ONOS
REST API.
Responsibilities
Requirement analysis,
Design and development, documentation.
Guide and Mentor team.
Technologies:
OS: Ubuntu 16.04,ONL
Languages: Ansible, Python, Bash scripting.
Configuration Management - GIT
Project : Kubetnetese virtualization platform Deployment Automation
Team Size : 8
Project Overview
Bare metal Kubetnetese virtualization platform runs virtualized cable modem Termination System and metrics/monitoring
applications. Integration with monitoring agents like Prometheus exporter and Kafka. Integration of plugins like SRIOV,
persistent storage using Glusterfs and Heketi. Upgrade of Platform components. Deployment of the Kubetnetese and
platform components using Ansible, high availability and fault tolerance, SSL encryption within the cluster.
Responsibilities
Requirement analysis,
Design and development, Mentor team, documentation.
Unit testing.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 3/5
Technologies:
OS: Ubuntu 16.04 server
Languages: Ansible, bash scripting, Python
Configuration Management - GIT
Project : VNF Onboarding using OpenStack
PoC
Team Size : 2
Project Overview
This PoC involves adding the following features to OpenStack.
ThinkPalm Technologies as Software Engineer
Dec 2011 to Aug 2015
Client : R&D Project
Project : VxLAN tunneling with OpenFlow SDN
Developer
Team Size : 2
Project Overview
OpenFlow protocol is the one technique to implement SDN(Software Defined Networking) .Customized ofsoftwitch13
OpenFlow agent provided by Ericson Lab.
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of OpenFlow 1.3
OpenFlow 1.3 Controller and its application like Routing and switch Development.
Added VXLAN tunneling support to OpenFlow Implementation.
Documentation.
Technologies:
Environment OS: Linux
Languages: C and JAVA
Configuration Management - SVN
Project : ACME QoS Traffic shaping
PoC
Team Size : 4
Project Overview
QOS traffic shaping CPE device which runs TR-69 Protocol. ACS server to configure and monitor traffic shaping and QoS
of CPE device remotely. Software solution includes a Configuration Management Server that provides a facility for user to
specify various QoS, Traffic Shaping configurations through web interface and client module responsible for responding to
configuration requests issued by CMS. The CMS server can connect to multiple CPEs and the monitoring of CPE traffic
and helps users to users to know the traffic details of its entity in graphical way(Line chart, pie chart) .The objective of this
phase is to enhance the existing solution to address the functionality of traffic shaping either at hardware or at software
level.
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of Application.
Documentation.
Technologies:
Environment OS: Linux
Languages: JSF , MySQL
Configuration Management - SVN
Project : REST API Test Automation
Project Overview
A Web based application hosted in cloud, which has the functionalities of Network deice monitoring, configuration, traffics
happing. Services exposing REST API to use by third party application
Responsibilities
Create up Test Plan
Functional test and Load test using SOAP Pro
Automation of test suits using java soap UI library.
Client Demo
Technologies:
SOAP UI,
SOAP UI Pro
Client : R&D Project
Project : Script Automizer(Desktop based Application)
Team Size : 4
Project Overview
To provide Desktop based Automated concurrent test script execution environment for protocol test beds and its report
generation and comparison.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 4/5
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of Appplication.
Documentation.
Technologies:
Environment OS: Linux
Languages: JAVA Swing , My SQL
Configuration Management - SVN
Project : Script Automizer(Web based Application)
Team Size : 4
Project Overview
To provide Web based Automated concurrent test script execution environment for protocol test beds and its report
generation and comparison. Also With Facility to run test scripts in virtual tested. Also LDAP,SVN,Jenkins Integration.
Responsibilities
Preparing the user requirements.
Setting up development environment
Design and Implementation of Application.
Documentation.
Deploy in customer premises.
Technologies:
Environment OS: Linux
Languages: JAVA Hibernate , MySQL
Configuration Management - SVN
Client : R&D Project
Project : Virtual Router Redundancy Protocol
Team Size : 3
Project Overview
The scope of the project was to implement virtual router redundancy protocol which is an election protocol that
dynamically assigns responsibility for a virtual router to one of the VRRP routers on a LAN
Responsibilities
Requirement analysis, protocol design (RFC 3768)
Design and development of VRRP protocol on RFC 3768
Development of standard Command line interface
Unit level testing for both modules and application.
Technologies:
Tools: Eclipse, Wireshark.
OS: Ubuntu 12.04
Languages: C
Configuration Management - SVN
Client : R&D Project
Project : Diameter Protocol(Node-Server)
Project Overview
UG: B.Tech/B.E. (Computer Science and Engineering) from Institution of Engineers india, kolkata in 2008
PG: M.Tech (Computer Science) from National Institute of Technology (NIT), Rourkela in 2011
Other Qualifications/Certifications/Programs:
Diploma in Computer Engineering
Education
IT Skills
Skill Name Version Last Used Experience
Kubetnetese
DOCKER
openvswitch
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c42…
https://freesearch.naukri.com/preview/printResume?uname=f3f6c918975740aeb645cebdb09a2d3d0a0f5c5518120c47524741585e0a034e460c420542470a55010… 5/5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mininet, Trellis
SONA and OpenStack neutron
VRRP, Diameter, OpenFlow
QoS, Trellis
TCP/IP, BGP, MPLS, VPN
Core Java, Ansible
HelmChart
Python
Spring Hibernate
GoLang and C
GIT, SVN, REST
Swagger API
elastic search, Grafana, Kibana
Prometheus, influxdDB, FluentD
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 476: Resume 842 with similarity score 0.02042401297240741
Resume Text: B.E , MS , B.TECH solutions architect , aws developer , lead developer , associate , software developer , full time , part time , full stack developer spring cloud , api , spring mvc , mockito , designation , ug , confluence , case , affirmative action , oracle , hindi , maintenance , ltd , gateway , digital , authorization , english , apache kafka , status , spring boot , architecture , agile , test environments , email , power generation , project , store , application , aws , ecosystem , msa , integration testing , postgresql , less , cost effective , ci , bitbucket , atlassian , redis , technology solutions , s3 , junit , languages , framework , documentation , big data , code coverage , sms , sql server , bamboo , events , python , one , reviews , javascript , sensors , jira , pipeline , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 1/2
Current Designation: Cloud Native Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Cloud Native Developer
Jul 2017 to Till Date
January 2018 - February 2019
The Cloud Initiative:
Under this project worked as a developer to migrate Traditional Java Application to Cloud Native Digital Solution for a
major US Power Generation and Delivery Client. Gained immense technical and domain knowledge while working with
different stakeholders.
Highlights:
Leveraged Server less Architecture to develop Event Based and Cost effective Digital Solution.
Heavily used AWS Lambda Functions to process Events.
Reduced Infra cost for client by ~80% as compared to old Application.
Stakeholders were notified in real time via Email/ SMS in case of Event Failures.
jUnit / Mockito test creation to achieve Code Coverage.
March 2019 - February 2020
IoT Integration:
Under this project worked as a lead developer to create a custom Digital Framework for Integrating IoT ecosystem to
existing Big Data Pipeline for a major US Power Generation and Delivery Client.
Developed a Highly Configurable System to process Time Stream Data generated by IoT sensors.
Used Apache Kafka as Event Stream Platform.
Developed Spring Boot Application to Consume Time Stream Data from Kafka and persist processed data to AWS
Redshift which was used as a Data Ware House.
Used AWS S3 to store and archive huge Time Stream Data Sets.
Performed Code reviews, worked closely with other team members to check code quality and standards.
March 2020 - Current
Destructing Monolith:
Under this project worked as a Developer and Architect to transform a Legacy Monolith Application and develop a new
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Ruchir Agrawal
Full Stack Developer, 2x AWS Certified seeking roles in Full Stack
Development,Software Engineering,Software Development,Spring Boot,Microservice
Based Architecture, Cloud Native Solutions, Serverless Architectures,Java,AWS
Key Skills: Full Stack/Software Developer,React,Serverless Architectures, Lambda,Software Engineering,Software
Development,AWS Certified,Agile Methodology,Spring Boot,Microservice,Python,Java 8
Summary
Working as 2x Certified AWS Developer from past 3 years to Design and Implement Digital Solutions and Experiences.
Rich experience in creating Digital Solutions which includes MSA & Cloud Native Architecture.
Equally comfortable in designing and development of Digital Solutions.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a43…
https://freesearch.naukri.com/preview/printResume?uname=f96cf79d5d8c162a7fd440319fe137c50b5e0a561e475c160b4415090b58544c400a4357454551540a5… 2/2
Cloud Native Digital Application for one of the very important division of a major US Power and Delivery Client.
Independently designed and developed the Services following Micro Service Architecture (MSA) for breaking up the
legacy application.
Used Redis as the cache provider.
Implemented CI/CD for deploying Services to QA and Test Environments using BitBucket and Atlassian Bamboo.
Prepared documentation for design, unit and integration testing.
Used AWS API Gateway as the entry point for accessing the Micro services under new architecture.
Reviewed Pull Requests and design time to time.
UG: B.Tech/B.E. (Computers) from Lakshmibai Narain College of Technology, Bhopal in 2017
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
AWS Certified Developer Associate Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java 8, Spring MVC, Spring Boot,
Spring Cloud, Oracle, PostgreSQL,
SQL Server,JIRA, BitBucket, Confluence
Kafka 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 477: Resume 292 with similarity score 0.020327331197992696
Resume Text: MS , B.TECH , BS work from home , classifier braille , contests , classification , deep learning , das , platforms , information technology , apt , interpersonal skills , blind , keras , speech , natural language processing , basic , english , gan , mascot , project , fit , computer vision , gap , resume , machine learning , opencv , django , translation , flask , completion , assessment , data science , python , face recognition Assessment
Q1. Why should you be hired for this role?
I believe that my education, work experience, and career interest aligns well with the requirements for the position of Deep Learning based
internship. During my tenure at College, I developed an innate passion for Data Science and Machine Learning and had sought out multiple
opportunities to learn and grow amidst the same.
Also, I have experience in the field of Deep learning with various types of neural network architectures like ANN, CNN and RNN and i have
worked on various Deep Learning based projects like Braille Image to Speech translation, Face Recognition, Words Recognition From images
using OCR, Image to Image translation using GAN.
Furthermore, I had participated in many Hackathons and contests organised by different platforms.
I am confident that my interpersonal skills along with my interest and experience, I would fit apt for this internship
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months for work from internship
Resume
EDUCAT ION
PROJECTS
Kshitiz Sharma
Delhi, Ajmer
Applied 08 Feb'21
Computer Vision Natural Language Processing
NLP
Python
C Programming Data Science Data Structures
Deep Learning Machine Learning Django
Flask OpenCV
B.Tech Hons.), Information Technology
Dr. Akhilesh Das Gupta Institute Of Technology And Management
2018 - 2022
CGPA 7.80/10
Senior Secondary XII, Science
Meera Sr Sec School
RBSE board)
Year of completion: 2017
Percentage: 81.65%
Secondary X
Mascot The School
RBSE board)
Year of completion: 2015
Percentage: 77.41%
Braille_image_To_sppechBraille_Image_To_Speech
Oct 2020 - Nov 2020
https://github.com/kshitizs11/Braille_Image_To_Sppech_Transformation
in this project we create a braille image to english speech translator using python .This project will help Normal people to
understnad braille language in a much better way and this can reduce the language gap between blind people and normal
people
Fake News Classification using LSTM
Oct 2020 - Oct 2020
https://github.com/kshitizs11/Fake-News-Prediction-
It Helps you Classify the fake and real news By Using LSTM Networks
https://github.com/kshitizs11/Braille_Image_To_Sppech_Transformation
https://github.com/kshitizs11/Fake-News-Prediction-
CONTACT Phone: 91 7014258314
Image-To-Text-Convertor-Using-Ocr
Aug 2020 - Aug 2020
https://github.com/kshitizs11/Image-To-Text-Convertor-Using-Ocr-
It Helps to Convert Images in which certain text is written to Original text Using OCROptical character recognition) .We just
need to feed text based image to the model and it will convert it to text.
GAN Image To Image Translation
Aug 2020 - Aug 2020
https://github.com/kshitizs11/GANGenerative-adversarial-network-
GAN is the model which are used for generating new images from similar type of images these are very benficial in Deep
Learning Projects. In this project i have created an GAN model using some cartoon images data.
Image Captioning using Deep Learning CNN and LSTM in Keras
Jul 2020 - Jul 2020
https://github.com/kshitizs11/Image_Captioning
Automatically generating this textual description from an artificial system is the task of image captioning.
Face Recognition
Jun 2020 - Jun 2020
https://github.com/kshitizs11/Face_Recognition
Through this project, a very basic form of face recognition has been implemented using the Haar Cascades Classifier,
openCV & KNN Algorithm. The face is the most crucial entity for human identity. It is the feature that best distinguishes a
person.
https://github.com/kshitizs11/Image-To-Text-Convertor-Using-Ocr-
https://github.com/kshitizs11/GAN-Generative-adversarial-network-
https://github.com/kshitizs11/Image_Captioning
https://github.com/kshitizs11/Face_Recognition
Rank 478: Resume 675 with similarity score 0.020293729560797055
Resume Text: MS , B.TECH , M.S , BS work from home , android developer , project leader , recycler srp , api , dart , training , unity 3d , internships , mar , lambda expressions , mysql , oracle , user experience , databases , blind , public , firebase , bar , navigation , json , ux design , teams , c# , architecture , project , grasp , google , kotlin , application , store , groups , whatsapp , xml , resume , android , github , rest , java , components , internet of things , debugging , unity 2d , computer science , arduino , chart , foundation , completion , parsing , assessment , python , expenses , search , web , apps , technology , cyber , online Assessment
Q1. Why should you be hired for this role?
I am hardworking and can complete my work before of within given time. I have a great grasp over android components and tools. I have
successfully created many fully functioning android apps using kotlin/java. Only one of them is on playstore yet, one more is going to be
launched soon.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I'm available for 3 months starting immediately
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
Yashas Majmudar
Ahmedabad
Applied 01 Jan'21
Kotlin Android C Programming
Dart Firebase Java
MySQL Objective C Python
REST API XML Arduino
C# Flutter GitHub
Internet of Things IoT JSON UI & UX Design
Bachelor of Technology B.Tech), Computer Science Engineering
Indus University
2019 - 2023
CGPA 10.00/10
Senior Secondary XII, Science
Delhi Public School Bopal
CBSE board)
Year of completion: 2019
CGPA 8.64/10
Secondary X
DELHI PUBLIC SCHOOL
CBSE board)
Year of completion: 2017
CGPA 8.60/10
Android Developer
99yellow, Virtual
Jul 2020 - Dec 2020
Integration with firebase(firestore and realtime database)
Implemented complicated UI designs to enhabce user experience
Implemented MVVM architecture of code
Android Developer
Shree Mahesh Heritage, Virtual
Jun 2020 - Jul 2020
Developing a browser application.
Daily tasks include debugging the code, creating code for required activities
Project Leader in National Leve EHackathon, leaded a team of 5 other members and secured 1st position among 100 teams
Project Leader in Gujcost Robofest 2.0 leading team of 4 people
Project leader in SSIP Project 2018 Gujarat, leading team of 3 people and secured 3rd position in all over Gujarat
TRAININGS
PROJECTS
Flutter Development
udemy, Online
Nov 2020 - Present
Cross platforming using flutter and dart
Unity Development
udemy, Online
Sep 2020 - Present
Unity 2D
Unity 3D
C# Development
Android App Development
Internshala Trainings, Online
May 2020 - May 2020
Successfully completed a six weeks online certified training on Android App Development. In the final assessment i scored
86% and in the final project i scored 90%
SQL
Oracle, Online
Mar 2020 - Aug 2020
Python
udemy, Online
Mar 2020 - Jun 2020
52.5 hours of python programming consisting of everything. The basics, web scrapping, databases, automated scripts,
lambda expressions.
Easy Whatsapp
Jan 2021 - Jan 2021
https://github.com/yashas-hm/Easy-Whatsapp
Simple app to enter number and redirect to whatsapp directly without saving the number
Personal Expenses
Dec 2020 - Jan 2021
https://github.com/yashas-hm/Personel-Expenses
A new Flutter project. Stores your weekly expenses and shows a bar chart with percentage of expense in a week
GitHub User Search App
Jul 2020 - Jul 2020
https://github.com/yashas-hm/GitUserSearchApp
Github Rest Api v3 is used
tap on the user profile to go to their github page
Tools and dependencies used:
Recycler View(Pagination)
REST API(github)
Glide(photo to display using url)
Volley(for get or post requests)
SRP Browser
Jun 2020 - Jun 2020
https://play.google.com/store/apps/details?id=com.sharmaumang001.srpbrowser
Web browser application developed for shree mahesh foundation
Foodie Food ordering app
May 2020 - May 2020
https://drive.google.com/file/d/19VXG61ng2r8UHKIm_fBEFzP0z5euOHO/view?usp=drivesdk
Food ordering app
Shows the working of
Recycler views
Navigation views
Google material design components
Json data retrival and parsing
Temporary Contacts App
Jul 2020 - Present
https://github.com/yashas-hm/Easy-Whatsapp
https://github.com/yashas-hm/Personel-Expenses
https://github.com/yashas-hm/GitUserSearchApp
https://play.google.com/store/apps/details?id=com.sharmaumang001.srpbrowser
https://drive.google.com/file/d/19VXG61ng2r8UHKIm_fB-EFzP0z5euOHO/view?usp=drivesdk
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9873706616
A contact to store contacts temporarily based on time input by the user.
Stores all contacts on firebase.
Can make groups for contacts.
Can schedule n store reminders .
All the data synced to firebase for enhancing user experience.
Secured 3rd zonal rank and 52nd rank internationally in cyber olympiad
Secured 1st rank in science fest for makeing an IoT smartglass among 200 participants
Secured 2nd rank in blind coding competition among 100 participants
Rank 479: Resume 1133 with similarity score 0.020292158355135505
Resume Text: B.E , MS , B.TECH , M.TECH technical account manager , devops , cloud engineer , full time , technical lead training , customer , microsoft azure , security , deep learning , nlp , conducting , docker , linux , tcpdump , c-level , status , components , ec2 , it infrastructure , solaris , establishing relationships , data science , workflow , organization , amazon web services , ansible , infrastructure management , devops , kubernetes , designation , mar , hindi , cluster , ping , ltd , english , troubleshooting , project , microservices , processing , ibm , machine learning , resolve , strategy , completion , vmware , javascript , technology , reporting , performing , affirmative action , mysql , readiness , maintenance , unix , cni , escalation , architecture , email , aws , operations , github , global delivery , premises , languages , sme , load balancing , engineers , beta , database , jenkins , migrating , adjustments , ug , iperf , authorization , teams , application , focus , internet services , electronics , ecs , s3 , shell scripting , storage , nginx , framework , cosmos , python , reviews , cloud computing , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c17…
https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c175618135b085b… 1/3
Current Designation: Support Escalation Engineer- Kubernetes
Current Company: Microsoft Corporation
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Singapore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Data Science and
Engineering]
Verified : Phone Number | Email - id
Microsoft Corporation as Support Escalation Engineer- Kubernetes
Oct 2019 to Till Date
Role:
Managing the implementation of Azure Platform support capabilities
Working with the Engineering Group and Azure Supportability PMs to implement asks
Leading local deployments in Kubernetes, creating local cluster & deploying application containers
Identifying technology, processing readiness needs; working with Training PMs & Technical Leads
Addressing customer issues to specific Azure Services or Azure Platform and conducting in-depth diagnostics on Azure
platform and services
Implementing Azure Platform support capabilities, collaborating with the Engineering Group and Azure Supportability PMs
Confirming technology and/or process readiness needs and establishing relationships with technology-specific support
teams for customer incident resolution
Achieving the CPE team goals, time to resolve or escalate; meeting and exceeding a response time like competitors
Updating technical skills through completion of ongoing readiness and Platform training
Contributing to the creation of future Microsoft support capabilities for Kubernetes in Microsoft Azure
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rahul Chaubey
Kubernetes, Docker, Cloud Computing, AWS, Azure Certified, CI/CD, Git, MySQL,
Python, Database, Networking, Linux, Machine Learning, NLP, Deep Learning, IT
Infrastructure Management, Cloud Architecture/Design, DevOps, Global Delivery
Management
Key Skills: AWS,Azure,Docker,Kubernetes,Jenkins,Git,MySQL,Python,Machine Learning,Linux,NLP,Deep
Learning,Devops,Networking,Nginx,Load Balancing,Microservices,Storage,Unix Shell Scripting,Solaris
Summary
Experience in implementing best practices for scalable IT infrastructure, architecture, solution designing and migrating large-
scale applications to AWS along with driving the cloud first strategy with C-level executives
Experience in end-to-end AWS cloud infrastructure design, deployment, management and administration, performing systems
design, feasibility and cost studies and recommending cost-effective cloud solutions
Acknowledged as DevOps Technical Lead for implementing CI/CD governance and operationalizing a DevOps discipline within
the organization; gained rich experience in CI/CD, Ansible, CloudFormation, Elastic Beanstalk, Azure DevOps, Kubernetes &
Docker. Hands on familiarity with CloudFormation and Terraform
Understanding of container specific networking such as CNI. Familiarity with networking troubleshooting (ping, tracert,
tracemon, tcpdump, iperf) Understanding of load balancing and familiarity with relevant components such NGINX, Application
Gateways
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c17…
https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c175618135b085b… 2/3
Determining & analysing technical support scenarios, supportability asks, support workflow adjustments for Azure
Previews (the equivalent of Beta in on-Premises)
Amazon Internet Services Pvt. Ltd., as Technical Account Manager
Jan 2016 to Oct 2019
Growth Path:
Technical Account Manager Jan'18- Oct'19
Cloud Support Team Lead- Deployment Jun'17- Jan'18
AWS Cloud Engineer Jan'16- Jan'18
As Technical Account Manager - Amazon Web Services
Ensured designs were right and implemented best practices with focus on cost-effective, reliable, and scalable
architecture
Technical Point of Contact for customers, helped them to plan, debug & monitor ongoing business-critical applications
Developed well-architected framework to build secure, high-performing, resilient, and efficient infrastructure for
applications
Migrated large-scale applications to AWS (EC2, VPC, RDS, ELB, IAM, Cloud Formation, S3, SNS, SES & Security)
Supported the organisation by helping them in understanding the business and technical aspects of Cloud Computing
Infrastructure Event Management: Lead a highly focused engagement to provide architectural and operational guidance,
as well as real-time support for planned event using a prescriptive, phased approach
Performed consultative review of customer's cloud strategy and recommendations to help optimize operations on AWS
and by-request event reporting to make informed operational decisions
Attended monthly & quarterly business reviews with customers to share financial trends, resource usage report & analysis
As AWS Cloud Engineer & Cloud Support Team Lead- Deployment
Managing team of 30+ engineers, setting up KPIs for teams and managers while leading, grooming, and training teams
towards growth and success
Migrated large-scale applications to AWS (EC2, VPC, RDS, ELB, IAM, Cloud Formation, S3, SNS, SES & Security)
Provides direct and responsive support for urgent analytic needs
Collaborates with others on the project to brainstorm about the best way to tackle a complex technological infrastructure,
security, or development problem
Identify performance bottlenecks and optimize the application performance using solutions like CloudFormation, EKS,
ECS, Elastic BeanStalk
Automate deployments (CI&CD) and other repetitive tasks using Shell/Python scripts or tools like Code-deploy, Jenkins
etc and implement auto-scaling and automated backups
IBM India as SME UNIX
Aug 2012 to Jan 2016
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2005
PG: M.Tech (Data Science and Engineering) from Birla Institute of Technology and Science (BITS), Pilani in 2022
Education
IT Skills
Skill Name Version Last Used Experience
SQL Database
Cosmos DB
DynamoDB, ElastiCache
AZURE
AZURE
VMWARE
Docker & Kubernetes
Jenkins, GIT
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c17…
https://freesearch.naukri.com/preview/printResume?uname=164b467bc4c482b116553ff9c27271070c555f5019165d195612170b0f08074c410c175618135b085b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
GitHub
Python
MySQL
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 480: Resume 1022 with similarity score 0.020287321006629257
Resume Text: MS associate , credit analyst , financial management , full time , risk analyst , financial analyst credit risk , general , filenet , designation , ug , microsoft office , vendors , underwriting , loans , affirmative action , hindi , cash flow , information management , cs , authorization , english , credit analysis , liquidity , status , budgeting , excel , email , financials , powerpoint , business expansion , operations , financial reporting , analysis reports , on the job training , finance , languages , word , balance , javascript , workflow , history , tax , insurance , commerce , financial analysis 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f105812…
https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f1058120515105c0e0c5… 1/2
Current Designation: Credit Analyst (Commercial Lending)
Current Company: Genpact
Current Location: Gurgaon
Pref. Location: Hyderabad,Gurgaon,Noida
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Financial Analyst
Industry: Accounting/Finance
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Genpact as Credit Analyst (Commercial Lending)
Dec 2018 to Till Date
Responsibilities:
Working closely with underwriting team to ensure timely delivery of
monthly, quarterly and yearly financial analysis reports for decision
making process.
Financial spreading which includes the Income Statement, Balance
Sheet and Cash Flow Statement to generate the MRA (Moody's
Analysis Report). Currently working on tool FIS Optimist for
spreading.
Working on Interim review which included Ratio Analysis, Liquidity
Ratio, Profitability ratio and performance trigger analysis and risk
rating Justification.
Working on different software and tools, and making updates for the
financials and credit review for the Vendors and Dealers to provide
Mortgage loans for their business expansion and payment of debts.
Upload and verify various documents including financials, insurance,
sub-ordination agreements, other loan agreements, etc.
Mentored and provided on the job training to the new joiners and
equipped them with the process knowledge. .
Reporting Tools:
Moody's Risk Analyst, AIMS(Accounting information Management
System), Filenet, Workflow Spreading tool, Sales force, FIS
Optimist
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SHIVANSH GUPTA
Credit Analyst seeking roles in Accounting Operations,Financial Accounting,Financial
Management,Financial Analysis,Financial Reporting,Credit Analysis,Risk
AnalysisCredit Risk,Ratio Analysis,Budgeting,Taxation,Underwriting,Mortgage
Underwriting
Key Skills: Credit Analyst,Financial Analyst,Account Management,Financial Accounting,Financial Management,Financial
Analysis,Financial Reporting,Credit Analysis,Risk AnalysisCredit Risk,Ratio Analysis,Budgeting,Mortgage
Underwriter,Underwriting
Summary
Experienced Associate with a demonstrated history of working in the Finance and Service Industry. Skilled in Credit Risk and
Financial Analysis.
Strong professional with a Master of Business Administration (MBA) focused
in Finance
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f105812…
https://freesearch.naukri.com/preview/printResume?uname=0985256add5ac4c86886d7875f016f965e0f5d544f1100420714460a585d551f1058120515105c0e0c5… 2/2
UG: B.Com (Commerce) from MJP ROHILKHAND UNIVERSITY in 2016
PG: MBA/PGDM (Finance) from GLA UNIVERSITY in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Office
Word, Excel & PowerPoint
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 481: Resume 279 with similarity score 0.02028516400781977
Resume Text: MS , B.TECH , BS work from home , student scheme , training , circuits , foundations , finish , cricket , algorithms , microsoft azure , sqlite , office , space , design , principles , gnu octave , scratch , secondary education , dynamic programming , sorting , creativity , digital , supply , control engineering , classical , regulations , virtual teams , project , application , coursera , viewpoint , creative writing , forms , resume , matlab , java , mental health , fundamentals , arduino , quiz , event photography , completion , national service , events , smartphones , formulation , python , breakdown , mobile , teaming , campus , technology , google cloud , health assessment , database , online Assessment
Q1. Why should you be hired for this role?
Throughout my undergraduate study, I have been passionate about applying my theoretical knowledge for practical purposes, while being
innovative. I have even taken up projects aiming for real world applications and learnt as many skills as required to finish them, sometimes from
scratch. While I explored challenging projects, I was able to maintain a decent academic performance throughout. I even learnt few subjects in
greater depths through NPTEL and Coursera. I directed some of my time to social work at my college's National Service Scheme NSS unit.
Despite being an undergraduate student of Electrical Engineering study, I have practiced enough programming skills through projects and online
courses. I hope to be able to handle IT or software development tasks wherever needed, according to the project goals. I look forward to
contributing to an environment that allows room for creativity and growth, amongst people of diverse backgrounds and skill sets.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months starting from February 8,2021.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Kazi Masudur Rahaman
Kolkata
Applied 30 Jan'21
Flutter Algorithms Microsoft Azure
Python SQL SQLite
Analog And Digital Circuits Arduino C Programming
C Programming Creative Writing GNU Octave
Java MATLAB
Bachelor of Technology B.Tech), Electrical Engineering
Heritage Institute of Technology
2017 - 2021
CGPA 9.01/10
Senior Secondary XII, Science
SAIFEE GOLDEN JUBILEE SCHOOL
INDIAN SCHOOL CERTIFICATE EXAMINATION board)
Year of completion: 2017
CGPA 9.40/10
Secondary X
SAIFEE GOLDEN JUBILEE SCHOOL
INDIAN CERTIFICATE OF SECONDARY EDUCATION board)
Year of completion: 2015
CGPA 9.58/10
I have been in-charge of old age home based activities and currently
handle event photography under NSSHITK. I have also volunteered
for social work activities and for events during different festive
occasions,within and outside college campus.
Top performer Programming with Python Training)
Verified and added by Internshala Trainings
Control Engineering Course
Swayam Central NPTEL, Online
Jun 2020 - Jul 2020
This course introduced the fundamentals of modelling and control
of linear time invariant systems; primarily from the classical
viewpoint of Laplace transforms and a brief emphasis on the state
space formulation as well.
PROJECTS
&midd ot; Scored 86% in national-level assessments involving all course
applicants.
Crash Course On Python
Google, Coursera, Online
May 2020 - May 2020
This course was designed to teach the foundations in order to write simple programs in Python using the most common
structures.
Programming With Python
Internshala Trainings, Online
Apr 2020 - May 2020
· A six weeks online certified training on Programming with Python.
· Basics of Programming in Python, Principles of Object-oriented
Programming OOP, connecting to SQLite Database, developing a
GUI with PyQt5 and app lication of Python in Various Disciplines
modules, were covered.
· Scored 95% in the final assessment.
Summer Training For Electrical Engineering
Indian Railways TRD, Howrah
Jun 2019 - Jun 2019
· Vocational training at Overhead Equipment OHE and Power
Supply Installation PSI departments of Indian Railways
· Familiarization with engineering concepts behind power
distribution to railway networks and mainten ance and breakdown
management procedures and regulations
· Handling office forms and registers were also part of the training.
Programming, Data Structures And Algorithms Using Python
Swayam Central NPTEL, Online
Jan 2019 - Mar 2019
· The course covered data structures and algorithm using Python,
including searching and sorting algorithms, dynamic programming
and backtracking, as well as topics such as exception handling and
using files.
· S cored 68% in national-level examination involving all course
applicants.
Digital Circuits
Swayam Central NPTEL, Online
Jul 2018 - Oct 2018
· The course covered all the fundamental concepts in digital design.
· Scored 60% in national-level examination involving all course
applicants.
Contact tracing and health assessment Mobile Application
Jul 2020 - Aug 2020
https://github.com/kamsur/app0
Developed a Flutter based mobile application system for contact tracing (even without having BLE enabled smartphones)
and making physical and mental health assessments.Technologies used: Microsoft Azure, Google Cloud Firestore,
BLE,Flutter, SQLite.
Fantasy Cricket Game
Apr 2020 - Present
https://github.com/kamsur/Python_Internshala
Developed a Python application with PyQt5-based GUI. A fantasy cricket game where users can create virtual teams from a
given set of players using limited number of points. Each team created can then be made to compete with other teams.
Quadcopter radio control using mobile application
Mar 2020 - Present
https://drive.google.com/file/d/1fcwbsvJG332IzQtxf8FiihCPDEy4WWK/view?usp=drivesdk
Ideated an Arduino based setup that allows radio control of quadcopter using a mobile application instead of a separate
expensive radio controller. The project was completed after teaming up with a friend acquainted with Java application
development.
https://github.com/kamsur/app0
https://github.com/kamsur/Python_Internshala
https://drive.google.com/file/d/1fcwbsvJG3x32IzQtxf8FiihCPDEy4WWK/view?usp=drivesdk
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9674112114
Secured second rank in city level essay writing competition organized by Iran Society in 2015
Quiz enthusiast, especially BizTech quizzes.
Eager participant of Technology innovation competitions
Rank 482: Resume 1250 with similarity score 0.020230720349096853
Resume Text: B.S , MS , BSC , BS compliance manager , senior developer , project lead , senior specialist , counsel , delivery lead , devops , full time , business objects , full stack developer window , connect , angular , docker , web api , pattern , status , store , bridge , accounts payable , bitbucket , writing , components , ec2 , nunit , octopus , sql server , asp.net core mvc , cost management , routers , workflow , automapper , outlook , zoology , turn , devops , kubernetes , access , designation , protocol , hindi , cloud , ltd , json , english , code review , calculations , external agencies , agile , finance domain , microservices , credentials , processing , subscribe , forms , redis , fixing , architecting , git , rabbit , strategy , openid , ssp , transmissions , javascript , crystal reports , technology , insurance , kms , reporting , dependency injection , sqlite , vendors , affirmative action , mysql , xunit , maintenance , basic , typescript , master data , advanced , architecture , email , business rules , aws , project delivery , microsoft , languages , export , management system , environmental services , compliance management , database , ajax , yield , functionality , mentoring , jenkins , validation , ug , routing , adapter , step , azure , nav , permissions , import , law firms , authorization , software industry , internet , teams , c# , seeding , application , test driven development , datasets , ecs , s3 , repository , framework , autofac , moq , silverlight , refactoring 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 1/4
Current Designation: Project Delivery Lead -Dot Net
Current Company: Mphasis Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Dubai,United Kingdom
(UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Mphasis Limited as Project Delivery Lead -Dot Net
Oct 2014 to Till Date
Project Title: Identity Service
Client: SSP Insurance, UK
Responsibility: Requirement analysis, Code Development, Writing Unit Tests, Code Review and Mentoring
Software/Database/Services: Asp.Net core Identity, C# 7, MySQL, Asp.Net Core 2.2, Angular 7, Rxjs,
EntityFrameworkCore, Sqlite, Git, Azure DevOps, Docker,Postman and Swagger, xUnit
External Library: Identity Server 4, Shouldly, Moq
Development Methodology: Agile
Team Size: 9
Description: The Identity service secures microservices with OAuth2 and OpenID Connect protocol. The Identity Service
supports
Authorization flow, Client Credential flow, Password flow, Implicit flow and Refresh Token flow.
There are some API's exposed to allow management of user's accounts, passwords, email addresses and client
applications along with the setting up roles and permissions
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Deepak Reja
Project Delivery Lead seeking roles in Software Architecting,Development,Application
Programming,Application Maintenance,Requirement Analysis,with skill sets ASP.Net
Core,Angular,AWS SQL Server,Web API, Microservices,Redis,Rabbit MQ, Kubernetes
Key Skills: ASP.Net Core,Angular,AWS SQL Server,Web API, Microservices,Redis,Rabbit MQ, Kubernetes
Summary
MCA with 13+ years of experience in Software industry.
Full Stack Developer
Experience in working with small and big development teams and discharging a wide array of responsibilities including client
communication, design, test driven development, code refactoring and code review.
Strong knowledge of C# 7, .Net Core 2.2, ASP.Net Core MVC, ASP.Net core Web API,
Experience in Test-Driven Development.
Experience in Angular 4 onwards, Rxjs library and TypeScript
Strong hold on Design pattern like Decorator, Strategy, CQRS, Builder Pattern, Repository, Adapter, Composite, Façade,
Abstract Factory, State, Chain of Responsibility pattern and Null Object Pattern.
Experience in cloud technology. Consumed AWS Lambda, Lambda API, AWS SQS, AWS S3, AWS SNS, AWS Event Bridge,
AWS Step Function, AWS KMS Service, AWS Param Store, AWS Secret Manager, AWS EC2 instance.
Strong knowledge in Finance domain.
Experience in Microservices development.
Experience in Code Refactoring
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 2/4
Project Title: Platform Microservices and Admin Portal
Client: SSP Insurance, UK
Responsibility:Requirement analysis, Code Development, Writing Unit Tests, Code Review and Mentoring
Software/Database/Services:Angular 7 C# 7, MySQL, Asp.Net Core 2.2, EntityFrameworkCore, Sqlite, Git, Azure DevOps,
Docker, AWS S3, AWS Lambda, AWS Step Function, AWS KMS Service, AWS SNS, AWS Parameter Store AWS ECS
Containers, Rxjs, xUnit
TypeScript, Postman and Swagger.
External Library: MediatR, Fluent Validation, Automapper, Shoudly, Moq, Polly
Development Methodology: Agile
Team Size: 9
Description:
Export/Import framework & Export/Import API: -
The purpose of Export/import framework is to facilitate export/import data from one environment (Dev) to another
environment (QA). The main components of this framework are AWS Step Function, AWS Lambda, Export/Import APIs,
AWS S3 bucket and AWS SNS.
To Export the data, client(Admin Portal) provides the seeding data and invokes AWS Step function via restful API, and
Step Function in turn invokes AWS Lambda thereafter Lambda invokes all the configured export APIs and accumulate the
JSON data in memory and write the data to text file, eventually the text file gets stored in AWS S3 bucket.
To Import the data, client provides the seeding data and invokes AWS Step function via restful API, and Step Function in
turn invokes AWS Lambda thereafter Lambda reads the export file and invokes Configured import API?s and post the
data.
Credential-Store Service: -
The purpose of Credential-Store microservice is to store Credentials (secret information) in Credentials Store (database)
and retrieve it from Credentials-Store. The Credential store service consumes AWS KMS service to encrypt and decrypt
the credentials data.
Master Data service-:
The Master Data service is the single central location of tenant information and tenant specific configuration data. This
includes basic details of a tenant, who they are, and what product(s) they have purchased and the optional services they
subscribe to. It also holds tenant specific configuration data where this differs from the baseline configuration.
Project Title: Report API Wiring and Microservice
Client: Sterling Talent Solutions, USA
Responsibility: Mentoring, Requirement analysis, Code Development including database coding and Code Review
Software/Database/Services: C# 7, SQL Server, Asp.Net Core 2.2, AWS Lambda API, AWS SQS Queue, AWS
DynamoDB, Autofac Dependency Injection, Postman, Bitbucket, Jenkins, Octopus and Docker
Development Methodology: Agile
Team Size: 7
Description: The report API wiring is accomplished by four routers (window services). The first router i.e. Data Event
Router monitors DataEvent table. As soon as any new order gets placed by using Monolithic application (web Application),
the new event get populated into DataEvent table. The Event Router reads new event from dataevent table and pushes it
to AWS SQS Queue. The second Router reads the data event payload from SQS Queue and populate into
ReportAPIBatch Table.
AXA Technology Shared Service as Senior Specialist
Feb 2010 to Oct 2014
Project Title: GTDF SRS
Client: Alliance Bernstein, USA
Responsibility: Code Development including database coding, bug fixing and Peer review
Software/Database/Services: C# 6.0, SQL Server and WCF
Development Methodology: Waterfall
Team Size: 7
Description
Description: A legacy application 'Guaranteed Target Date Funds (GTDF)' built in Win-forms responsible for monitoring
various incoming and outgoing transmissions, generating reports, generating trades according to the received
transmissions and finally generating a reconciliation report for the users to verify the accuracy of various calculations with
the data received from external agencies.
The main objective of the project was to add capability to the existing application to handle a new class of products
'Secured Retirement Strategies (SRS)'. This involved introducing some new entities in the application and modifying
existing class relationships to yield existing functionality for the new class of products. It also involved creating new
transmissions for the insurers and other parties involved in the processing of the new product.
We also ported the reports implemented in the legacy application (implemented as Crystal reports) to a SQL Server
Reporting Services framework (SSRS) as part of a long-term initiative to migrate the Win-forms application into a
Silverlight application.
Project Title: Unitization
Client: Alliance Bernstein, USA
Responsibility: Code Development including database coding, bug fixing and Peer review
Software/Database/Services: Silverlight, C# 6.0, SQL Server and WCF
Development Methodology: Waterfall
Team Size: 8
Description
Description: A Silverlight 3 Rich Internet Application and server-side batch jobs to calculate NAVs for various financial
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 3/4
products offered by Alliance Bernstein USA on a daily basis.
Parts of calculations were earlier outsourced, and this increased cost incurred on the products. With the new application,
all calculations required to calculate NAV of the products are brought in-house and considerably reduce operating costs. A
legacy application earlier managed part of the NAV calculations and relied on external agencies to provide data required.
The application has been built with a 3-tier architecture, the front end being on a Silverlight application, enabled by a WCF
service which hides the business layer and manages communication between the RIA and business layer with the help of
lightweight DTOs. The database is maintained in SQL Server 2005 Server and is abstracted by a data layer using strongly
typed datasets to generate business objects
SGT India Pvt. Ltd as Senior Developer
Oct 2007 to Feb 2010
Project Title: Compliance Calendar Application
Client: Clean Harbors Environmental Services, Inc, North America.
Responsibility: Code Development including database coding and bug fixing
Software/Database/Services: C#, ASP.Net, SQL Server, Exchange Web Service, Window Service, Outlook forms, VB
Script, Java script
Development Methodology: Waterfall
Team Size: 4
Description
Description: Clean Harbor Compliance Calendar solution is built on Microsoft® .NET. This application is a task
management and tracking system. The application will allow CH compliance central group to create a task and assign to
the respective compliance manager who will finally accomplish the task, updates the progress, and report the status back
to compliance management application.
The task created by the central group will appear in the compliance manager's Outlook personal calendar. The managers
will then report/update the status back by using their same Outlook email client.
Project Title: AIMS
Client: Datacert Inc., USA
Responsibility: Code Development including database coding and bug fixing.
Software/Database/Services: C#, ASP.Net, SQL Server, WCF, Ajax, Java script
Development Methodology: Waterfall
Team Size: 4
Description
Description: Advanced Invoice Management System (AIMS) is Datacert's web-based application that facilitates the
approval and payment of electronic invoices between law firms and vendors and corporate legal departments. Its primary
purpose is to help managers take control of their corporate legal spend. Using AIMS, legal invoices are validated against
corporate outside counsel guidelines, routed, adjusted and approved, then posted to a matter management and/or
accounts payable system.
An AIMS simplifies the approval and payment of electronic invoices and allows corporate legal departments to take control
of outside legal costs in advance of payment. Its automated invoice routing and review process can be tailored to meet a
corporation's specific workflow and business rules. AIMS also integrate with existing systems and provide secure access
to invoice details, workflow status, cost management reports and matter information.
UG: B.Sc (Zoology) from Chhatrapati Shahu Ji Maharaj University (CSJMU) in 1999
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2006
Education
IT Skills
Skill Name Version Last Used Experience
C# 7 2020 11 Year(s)
.Net Core,Asp.Net core 2.2 2020 3 Year(s)
Angular, Rxjs 7 2019 3 Year(s)
.NET 4.5.2 2020 8 Year(s)
AWS 2020 3 Year(s)
XUnit, NUnit 2020 5 Year(s)
EntityFrameworkCore, Sqlite, Git 2020 3 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45…
https://freesearch.naukri.com/preview/printResume?uname=a5cf5bcb9da43e468ebb873c486e1173095a0f5448155c430043135e5c5d0549135b45011949095f5f0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SQL Server 2012 2019 7 Year(s)
MySQL 2020 2 Year(s)
Azure DevOps 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 483: Resume 1492 with similarity score 0.02015002666392548
Resume Text: B.S , M.Sc , M.S , BS , MS platform architect , director , project lead , service manager , software architect , solution architect , enterprise solutions architect , full time , enterprise architect , program manager zachman , wholesale , customer , telugu , network intelligence , bmc remedy , ease , security , rfi , platforms , it service management , docker , linux , beginner , sgsn , product engineering , new relic , design documents , status , specifications , digital transformation , xml , elements , components , features , upstream , building , ec2 , infrastructure , data center , topaz , hp service manager , weblogic , service assurance , cdrs , software defined networking , pipeline , mission critical , agility , vss , automation , retail , turn , interfaces , access , fault management , designation , hindi , cloud , nokia , service catalog , ltd , architects , english , ptt , etsi , microservices , provisioning , leadership , solution architecture , splunk , eforms , windows xp , fortinet , architecting , rest , introscope , service design , machine learning , strategy , togaf , putty , dashboard , itil , vmware , javascript , insurance , transmit , network engineering , managed services , api platform , rca , brocade , fusion , amdocs , e2e , affirmative action , information technology , oracle , collaboration , hp service center , enrichment , maintenance , kodak , unix , service delivery , escalation , strategic vision , vlan , timelines , email , tomcat , aws , problem management , shaping , project implementation , star , operations , edge , juniper , third party vendors , simulations , netcool , languages , ae , sme , cassandra , cisco , product evaluations , dynamics , mediation , root cause analysis , servicenow , performance management , rfp , websphere , soap , network performance , sonus , ecr , toad , snow , reference architecture , analytics , ticketing , revenue , azure , authorization , openstack , teams , approvals , productivity , excel , models , modernization , application , volte , devices , telecommunications , less , global services , enterprise architecture , alcatel , british , event driven , s3 , framework , preparation , landscape , offshore , certification testing , cosmos , archimate , iis , ssh , uml , events , kannada , cvs , pgw , roaming , schedules , manageability , sgw , telegence , modelling tools , metrics , playout 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 1/4
Current Designation: Software Architect -IT
Current Company: Cygnus Professional
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Telecom Software
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [INFORMATION
TECHNOLOGY]
Verified : Phone Number | Email - id
Cygnus Professional as Software Architect -IT
Jan 2019 to Till Date
Cygnus Professional Inc. (Feb ?20 ? August ?20) Client: iheartMedia
iHeartMedia is an America?s #1 Audio Company reaching 9 out of 10 Americans Every Month with its Media services,
such as, Radio, Digital, Social, Podcasts, Influencers, Data and national and international muscial Events.
As a Enterprise & Digital Sol Architect
Competitive Evaluation of Enterprise Architecture Technology tools to Integrate with a rich landscape of external tools to
unify teams with productivity gains
Modernization of legacy application portfolio with Microservice cross platform API landscape, digital analytics and
dashboard capabilities.
Easy Integration of business and technical teams using ArdoQ Portfolio Managmeent.
Evaluate ease of use, implementation, customization, flexibility, extensibility and configurability of Enterprise Architect
tools (Archimate, ArdoQ) to meet iHeartMedia digital tranformation Framework.
Accessible using the Enterprise Architect thick client software.
Join Microservice enterprise forums and adapt and apply the best practices for organizational midernization.
Last Active: 10-Feb-21 Last Modified: 8-Feb-21
Satyanarayana Komaravolu
ITIL Solution Architect seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Oracle,DB2,Maria
DB,Cassandra,Weblogic,Websphere,IIS,Tomcat,JBoss,VSS,CVS
Key Skills: Solution Architect / Enterprise Architect,Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Oracle,Maria
DB,Cassandra,Weblogic,Websphere,Tomcat,JBoss
Summary
17+ years of experience in Service strategy, system/ service design, operations and continuous improvements with ServiceNow,
BMC Remedy and HP Service Center E-Bonding Solutions using SOAP, REST APIs.
Expertise in Service Management tools, OSS, BSS, product evaluations, RFI/RFP analysis, and participate and demonstrate
POCs.
MicroService API landscape for enterprise manageability, Performance, usablity cross platforms.
Enterprise Tools experience using LeanIX, ArdoQ and ServiceNow.
Solution environments include SDN (Versa, Viptela SD-WAN)/ NFV, Openstack, AWS cloud infratrucutre.
Practitioner of Opengroup TOGAF, ZACHMAN frameworks and EA tools Archimate, ArdoQ, Snow, Sparx EA tools.
Architecture solutions include Event Driven, Pipeline, Microservice based.
Process expert in creation and implementation, multi domain & insurance, Telecom OSS and BSS systems.
Expertise in Business, Functional, Non functional and quality requirements & design.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 2/4
Edge Playout
Edge playout is a digital transformation initiative to migrate from hardware defined to software defined landscape for
modernization and centralized administration (AWS Cloud).
Design and develop the architecture and design framework approach to implement in a phase manner.
Providing specifications for Edge devices, Local and Cloud caching framework.
Proposing docker observability framework using New Relic integrating with AWS Cloud solution.
Tools: ServiceNow, ArdoQ, AWS, Azure, Visio, Swagger UI, PostMan UI, SOAP, REST, Dockers, K8s, ECR, EKS,
ArchiMate.
Cygnus Professional Inc. (Jan 2019 ? Jan 2020)
Client: Comcast
Comcast Business SD-WAN, a virtual network feature of the Comcast Business ActiveCore platform that provides visibility
and control of your network performance. It securely distributes network traffic across your locations and data center sites
to prepare you for an application-centric world. ActiveCore Software Defined Networking (SDN) is changing the way
networks are built and redefining how services are delivered. It is allowing businesses to access network intelligence and
helps accelerate network agility to help better manage growing workloads.
As a Digital platform Architect
Collaborate with ActiveCore Matrixed platform architects on shaping the SDWAN strategy to align IT systems (OSS) and
the business vision to meet the forecasted implementation.
SD WAN Lab provisioning, Test and Turn up of Versa SD-WAN service in customer lab environments
Review of Fault, performance and security Analytics alarm specifications of Versa SDWAN alartms and Fortinet security
specifications through Anlayzer.
Work with Network Engineering, Product Engineering of all Comcast Business products concepts, process and
procedures to service design and implementation.
Handle escalation of SD-WAN product implementation related issues to meet the timelines.
Data model preparation and alignment based on ETSI IFA 011, 013 specification and ETSI SOL API specifications.
Performance, Fault management integration, including SOAP and REST with ServiceNow Ticketing strategy.
Create and develop an enterprise framework card using Zachman and TOGAF framework with Architecture components
using modelling tools.
Co-ordinate with business & N/W teams to integrate Self Serve portal to SD-WAN Versa director (VD) via OSS and single
sign on solutions.
Partiticpation in Cisco Viptela SD WAN Strategy collaboration discussions and POC simulations.
Identify the business needs and provide architecture selection, benefits and path forward amongst Event Driven, Pipeline,
API Driven, Microservice based architectures.
Develop UML and Entity network models for overall strategic vision and reference architecture.
Design and develop an API based framework for integration of existing systems and digital migration from current SOAP
to REST based API platform.
Cygnus Professional as Enterprise solutions architect
Jan 2019 to Jan 2019
enterprise solutions architect for Cloud, OSS BSS SDN Telecom AWS sd-wan
Tech Mahindra Ltd as Project/ Program manager/ Solution Architect
Sep 2005 to Jan 2019
Client: AT&T
ECOMP is a VNF automation platform for the network cloud. Its an infrastructure delivery platform to provide automation
of many service delivery, service assurance, performance management, fault management and SDN tasks. ECOMP
scope of work is highly categorized into application, control and infrastructure layers having Northbound REST APIs and
southbound API's.
As a Solution Designer/ Program Manager
Single Point of Contact (SPOC) for SDN project implementation and Openstack Cloud Integration issues.
Successful Migration of current unix environment to Linux (U2L) and ensuring the environment is successfully receiving
the CDRs from network elements (Nokia, Alcatel & lucent, Kodak), process and transmit to upstream Billing, roaming,
analytics interfaces.
Cloud solutioning in AWS, Openstack, SDN, NFV, ONAP technology environments.
Setup monitoring strategy and execution for ECOMP J2EE mission critical application using in-House and Splunk, CA
introscope, Topaz and Netcool tools.
Design and develop enterprise dashboard development for metrics and measurement of Virtual machine statuses of
Critical resources (Dockers, microservices, VMs).
Collaboration with network vendors (Brocade, Juniper, Ericson).
Build & deploy the IST, Test, performance, Production and DR environments for multiple SDN applications.
Review and re-test use cases prepared by third party vendors and get them reviewed by Amdocs & AT&T.
Daily Hand off discussions with offshore teams for day to day issues, risks, tasks completed, pending, show stoppers,
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 3/4
upcoming schedules and preparation
Operational issue handling related to solution design documents and co-ordinate for end to end outage and incident
management, providing the root cause analysis (RCA) and supplying it to leadership and management.
Tools and Monitoring solution strategy Splunk, Introscope, Topaz, Dyson API and ELK tools.
Outage managent, methods of procedures of critical issues impacting revenue, business, operational service impact and
volumetrics.
Provide inputs ITSM solutions using Remedy, HP, ServiceNow based solutions and sign off proposals.
Approvals of timesheet/ Billing & Leave & other service desk requests
Trouble shooting the issues between upstream interfaces and downstream billing & roaming, Analytics components.
Building the non production and production environments for IST, E2E, Performance, Production & DR staging
environments and deliver them for certification testing.
Explore and update vendor specifications of supporting LTE, VoLTE using network elements SGSN, GGSN, SGW, PGW.
Trouble shooting the issues related to input collectors, summarization and enrichment process jobs.
Collaboration with disparate network elements and other IT systems include Nokia, Ericsson, Lucent UMTS, Sonus,
Kodiak PTT & upstream interfaces like ICore, Amdocs Enabler, PMOSS, Telegence
As an SME of Fusion works Mediation, provide the required inputs for architectural changes.
Responsible for managing capacity issues to ensure the required infrastructure resources available to satisfy the business
needs.
Tools: Windows XP, UNIX, Open stack, Versa SD-WAN, TOAD 9.5, Oracle 10G Weblogic server, SSH, putty, XML, Excel
2003, AWS, Azure, GCP.
Client: British Telecom
Projects: BT Retail, BT wholesale, BT Global Services.
As a solution designer/ Project Lead
Understanding the current architecture dynamics
To develop the service catalog in order to request BT managed services [*Voice| Data| Mobility| Security [VLAN], RAS etc]
and upgrade it for BT services.
Identify and rationalize the region specific eforms to global eforms and point to BT globally managed queue.
Improve the eforms GUI features as per BT Global Services scope.
Coordinating with BT/ PG operations and managing the Incident and problem management requests received in HP
Service manager 7.0
Managing the day to day end user issues related issues to order BT services.
Tata Consultancy Services as Analyst
Nov 2004 to Sep 2005
UG: B.Sc (Computers) from Osmania University in 2000
PG: MS/M.Sc(Science) (INFORMATION TECHNOLOGY) from Sikkim Manipal University (SMU) in 2003
Other Qualifications/Certifications/Programs:
PG Diploma in Information Technology
PG Diploma in Telecommunications
Executive Strategy Management
ITIL® Expert/ Master Certificate in IT Service Management
AWS Business Professional
AWS Cloud Practioner Essentials - Architecting
AWS Machine Learning
Education
IT Skills
Skill Name Version Last Used Experience
Cold fusion 4.x, Openstack
AWS, VmWare, VeloCloud, Versa
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019…
https://freesearch.naukri.com/preview/printResume?uname=59b66bc64a12a8f7a4a10fd0267743d3580c08534d4600130642125e5f0f031b110019504413095c5b… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
EC2, S3, Lamda, Fargate
CloudFront, Elastic Cache, VPC
AD, AKS, Cosmos DB, Mongo DB
CE, AE, K8s, DNS, VPC, CLB
Oracle 8, DB2, Maria DB, Cassandra
Weblogic, Websphere, IIS, Tomcat, JBoss
VSS, CVS, Star team, GIT
Remedy, HP Service Manager
OVSD, ServiceNow 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
marathi Beginner
Rank 484: Resume 925 with similarity score 0.020114556872029638
Resume Text: B.E , MS , B.TECH application support , business technology analyst , javascript developer , business development , quality assurance , software developer , full time , full stack developer react.js , api , v8 , general , telugu , designation , vs , affirmative action , async , mysql , authentication , hindi , oauth , maintenance , authorization , english , node.js , status , email , project , business analysis , business analytics , application , aws , mongodb , angularjs , towers , microsoft , electronics , rest , middleware , business planning , languages , it , javascript , business technology , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a410043…
https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a4100430a42145d5e5c… 1/2
Current Designation: Business Technology Analyst
Current Company: Deloitte Towers
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Deloitte Towers as Business Technology Analyst
Jan 2017 to Till Date
Client: HPE
* Currently working as a NodeJS developer for HPE.
* It involves creating RESTful API's for third party systems where we are the middleware.
* Implemented various new techniques like file streaming and OAuth 2.0
* Technical Environment: NodeJS v8
Client: Tyson Foods
* Worked as a full stack developer in creating 2 out of 4 applications end to end using
NodeJS, ReactJS and AWS. Created a RESTful API using NodeJS following the AWS
serverless approach.
* The Rest calls were implemented using async/await, the latest introduction in Node v8.
Used ReactJS for implementing the front end and authentication using SSO where users
will be extracted from Microsoft AD and will be authenticated at the backend to verify
the token.
* Used MySQL as the Database.
* Technical Environment: NodeJS v8, ReactJS v16, MySQL, VS Code
UG: B.Tech/B.E. (Electronics/Telecommunication) from Jawaharlal Nehru Technological University in 2016
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
KRISHNA PRAMOD ARADHI
Consultant seeking roles in IT Project Management,Business Analysis,Business
Analytics,Business Development,Quality Assurance,Business Planning,Application
Support,MongoDB,Angularjs,React.Js,Node.Js
Key Skills: IT Project Management,Business Analysis,Business Analytics,Business Development,Quality
Assurance,Business Planning,Application Support,MongoDB,Angularjs,React.Js,Node.Js,Consultant
Summary
Completed my graduation from Jawaharlal Nehru Technological University.
Trained on JavaScript from NIIT Hyderabad.
Current Tenure: 3.9 years.
Working as a full stack JavaScript developer on technologies like ReactJS and NodeJS.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a410043…
https://freesearch.naukri.com/preview/printResume?uname=448d2e30fa10677da0dac2fa360771f30e5b5b56191258170b40410d5b5b004a4100430a42145d5e5c… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Expressjs
Mongodb
Nodejs v8, Reactjs
MySQL, VS Code
Angular
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 485: Resume 699 with similarity score 0.020067916241167463
Resume Text: B.E , MS , B.TECH backend developer , pick up , full time , software developer socket.io , react.js , express.js , payment gateways , designation , ug , turbo c , vault , vs , affirmative action , health , analytics , docker , hindi , maintenance , pick , kafka , ios , authorization , english , node.js , rabbitmq , status , android studio , email , project , sql , application , aws , mongodb , solution architecture , internationalization , redis , github , computer science , languages , dashboard , one , javascript , eclipse , technology , elasticsearch , amazon web services , frame 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130…
https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130716125d5b0f5… 1/2
Current Designation: NodeJS Developer
Current Company: Appinventiv Technology
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Appinventiv Technology as NodeJS Developer
Jan 2019 to Till Date
Till now I have worked on the following project.
1. HEALTH GROUP
Technology Description : Socket.io , redis , rabbitMq ,mongodb ,
Docker , AWS sqs ,AWS cognito service , vidyo.io library
frame work : hapi.js
2. AGENT VAULT
Technology Description : Socket.io , redis ,mongodb , OCR (optical character recognition)
Docker , social login
frame work : express.js
3. TAXI APPLICATION .
Technology Description : Socket.io , redis ,mongodb , internationalization
frame work : hapi.js
4. Paradise biryani App.
One of the leading Backend developer of Paradise Biryani App for iOS and Android
- Provided daily analytics on the dashboard of the admin.
- Provided order dashboard for the restaurant with active orders.
- For optimized search of the items, implemented Elastic search .
- Integration of payment gateways( RAZORPAY ) in the app.
- Integration of inbuilt order pick up market leaders like Grab, Dunzo and Shadowfax
- Managed overall project as far as technical aspects are concerned,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
JITESH KUMAR JHA
NodeJS Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Node.js,React.js,Data
Structure,ElasticSearch,MongoDB,SQL,Postgress,RabbitMQ,Github
Key Skills: NodeJS Developer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Node.js,React.js,Data
Structure,ElasticSearch,MongoDB,SQL,Postgress,RabbitMQ,Github
Summary
Result-oriented Professional with 2 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Node.js,React.js,Data
Structure,ElasticSearch,MongoDB,SQL,Postgress,RabbitMQ,Github.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130…
https://freesearch.naukri.com/preview/printResume?uname=f0cbc01ca2a3b795f0b34e03e5333c50585b0b07421b5f185513460c0c0c024c460f130716125d5b0f5… 2/2
Technical Description : Koa.js, Mongodb, redis, rabbitMq, ElasticSearch.
, Grab, dunzo,shadowfax, socket.io
5. UCHAT APPLICATION
Technology Description : Socket.io , redis , rabbitMq , mongodb , sequalized ,
Postgress , ElasticSearch
frame work : express.js and hapi.js
UG: B.Tech/B.E. (Computer Science and Engineering) from krishna engineering college, ghaziabad in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Node.js
React.js
DATA STRUCTURE
Kafka
Elasticsearch
Mongodb
Sql, postgress
Radis, RabbitMQ
Vs editor, Eclipse
Intellij IDE, Android Studio
Turbo C
GitHub
AMAZON Web Services
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 486: Resume 1508 with similarity score 0.02003949818726686
Resume Text: MS project lead , full time , senior software developer , team lead , senior analyst api , spring mvc , general , algorithms , windows 2000 , soap , designation , ug , ibm db2 , affirmative action , jdk , oracle , mysql , hindi , derby , linux , maintenance , ltd , sts , authorization , english , executor , status , spring boot , postgresql , agile , email , project , application , aws , bengali , range , testing , rest , drools , features , design patterns , exceptions , mariadb , framework , languages , multithreading , hibernate , spring security , software development life cycle (sdlc) , sql server , cassandra , informatics , javascript , eclipse , web , technology , google cloud , html , eureka 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a19…
https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a195512490e5c0a5… 1/2
Current Designation: Application Development Senior Analyst
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Canada,Singapore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Application Development Senior Analyst
Oct 2019 to Till Date
Accenture Solutions Private Limited as Application Development Senior Analyst
Oct 2019 to Oct 2019
US Technology International Pvt. Ltd. as Senior Software Developer
Aug 2018 to Oct 2019
National Informatics Centre (NIC)
Sep 2013 to Jul 2018
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
SUDIPTA KOLEY
Application Development Senior Analyst seeking role in Software Development Life
Cycle,Requirement Gathering,System Design,Implementation,Agile,Waterfall,Data
Structures Algorithm,Spring Boot,Java,J2Ee,Hibernate,Micro Services,Web Service..
Key Skills: Application Development Senior Analyst,Project Lead,Software Development Life Cycle,Requirement
Gathering,System Design,Agile Methodology,Waterfall,Data Structures Algorithm,Spring
Boot,Microservice,Java,J2Ee,Hibernate,Web Service,Spring
Summary
7.6 Years of IT industry experience encompassing a wide range of skill set,roles and industry verticals.
Extensive hands on experience in Software Development Life Cycle (SDLC) phases like Requirement gathering, System
Design, Development, Testing, Implementation, Maintenance.
Experience in Waterfall and Agile Methodology.
Strong Knowledge and experience in Design Patterns, Data Structure and Algorithms.
Experience in implementing OOP concepts, Collections, Concurrent Collection, Multithreading,
Executor Framework and Exceptions Handling, Lambda Expression and Stream API.
Experience & Knowledge on Java -JDK 1.7, JDK-1.8, JDK 1.9, 1.10 & 1.11 features.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a19…
https://freesearch.naukri.com/preview/printResume?uname=b9f9632b0f2f0d552ebfc53f4478ac295d5c0d0318450915551146500b0d5519120a195512490e5c0a5… 2/2
UG: BCA (Computers) from Vivekananda Mahavidyalaya, Haripal, Hooghly under The University of Burdwan in 2009
PG: MCA (Computers) from DSMS Business School, Durgapur under West Bengal University of Technology in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, SQL
Servlet ,JSP, EJB
Hibernate
Spring core, spring MVC
Spring Aop, Spring Rest, Spring Security
Spring Boot, Spring
AWS, Google Cloud
Netflix Eureka
SOAP Web Service, RESTful Web Service
DROOLS
HTML, JavaScript
IBM DB2, PostgreSQL , Oracle, Derby
MySQL, SQL Server, Cassandra
Aurora, MariaDB
Windows 2000/XP/7/8/10/12, Linux
STS, Eclipse , IBMVisual
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 487: Resume 644 with similarity score 0.020026222783945787
Resume Text: MS work from home , full time training , core java , cooperation , mar , linux , secondary education , basic , sql , c programming , resume , machine learning , sentiment analysis , completion , assessment , it , python , app , technology , html , online Assessment
Q1. Why should you be hired for this role?
I strongly believe it is more like a mutual benefit and cooperation accord between me and the organisation where in. I gain the knowledge and
the company gains the reputation with time along with increase in revenue.I am passionate,self learner .
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes i am available for 3 months ,starting immediately,for a full time work from home internship.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Varsha Thakur
Sagar
Applied 08 Feb'21
Python Linux MSExcel
MSPowerPoint SQL C Programming
Data Structures HTML Java
MSWord
Master of Computer Applications MCA, MCA
National Institute Of Technology Kurukshatra
2018 - 2021
CGPA 8.32/10
Bachelor of Computer Applications BCA, BCA
Dr. Hari Singh Gour Central University
2011 - 2014
CGPA 6.63/9
Senior Secondary XII, Science
Govt. Excellence School Sagar Mp
MADHYA PRADESH BOARD SECONDARY EDUCATION board)
Year of completion: 2011
Percentage: 69.90%
Secondary X
GOVT. Excellence School Sagar Madhya Pradesh
MADHYA PRADESH BOARD board)
Year of completion: 2009
Percentage: 78.30%
Core Java
Internshala Trainings, Online
Mar 2020 - May 2020
Successfully completed a six weeks online certified training on Core Java. The training consisted of Getting Started with
Java, Leveraging Basic Concepts, Object Oriented Programming and Java App Development modules. In the final
assessment, I scored 75% marks.
current state of hinglish text using sentiment analysis
Aug 2019 - Present
Certificate IN Data structure in C from great learning
python for machine learning from great learning
SQL from Hackerrank
CONTACT Phone: 91 9685191505
SQL SOLOLEARN
Rank 488: Resume 1331 with similarity score 0.019924003266696445
Resume Text: B.S , MS , M.Sc , M.S associate , devops , senior software engineer , full time , team lead , system analyst resource allocation , demand , vault , docker , organizational effectiveness , design documents , status , bitbucket , cloud foundry , query builder , gitlab , components , project work , work processes , functional specifications , devops , kubernetes , designation , peak , confluence , deliverables , foundation certified , hindi , technical requirements , ltd , english , leadership , occupancy , flow , resolve , recruiting , research , itil , javascript , technology , genesis , general , development programs , affirmative action , oracle , maintenance , typescript , activemq , timelines , nexus , email , aws , prediction , github , maven , languages , revisions , level design , scheduling , jira , icinga , sonar , vsphere , program management , mentoring , software solutions , jenkins , ug , defining requirements , interpersonal skills , parking lots , apache , authorization , teams , milestones , modular , application , focus , npm , transformation , storage , technical documentation , python , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a155811…
https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a1558110240475d550f… 1/3
Current Designation: Senior Software Engineer
Current Company: Siemens Technology and Services Pvt. Ltd.
Current Location: Pune
Pref. Location: Canada,Germany,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Siemens Technology and Services Pvt. Ltd. as Senior Software Engineer
Jun 2018 to Till Date
Role:
Collaborating with cross-functional teams in global locations to build software architectures that resolve complex
business problems
Working with senior management and executive staff to develop cohesive plans for the development of innovative
software application
Analysing and meeting project requirements and developing software to meet those functional needs
Reviewing technical feasibility and work with team to develop timelines for project development
Managing project development budget, resource allocation and scheduling; maintaining reusable code for modular
software and other components
Recruiting and mentoring software development team members; leading, planning and executing project work plans,
making on-going revisions to meet changing needs
Highlights:
Designed a module and implemented the same; managed a team and dealt with perfect client interaction for
organizational effectiveness
Delivered large-scale, complex application development programs with a focus on technology transformation;
collaborated with leadership teams to evaluate technology challenges
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Pratibha Patil
Senior Software Engineer seeking role in Software Development,Application
Development,Program Management,Project Management,Technical
Documentation,Requirement Gathering,IT
Roadmap,Devops,AWS,Github,JIRA,Maven,Jenkins,Python
Key Skills: Senior Software Engineer,Team Lead/Tech Lead,Software Development,Application Development,Program
Management,Project Management,Technical Documentation,Requirement Gathering,IT
Roadmap,Devops,AWS,Github,JIRA,Maven,Jenkins,Python
Summary
AWS Certified Developer - Associate professional with over 08 years of experience in Software Development, Project
Management, Requirement Gathering & Analysis and so on
Emerged as organizational contributor in design, development of CI/ CD roadmap and implementing into the Legacy Projects
Recognized for submitting the patent (self-share 17%) on a scalable, on-demand, efficient and cached storage-based
occupancy prediction system for vehicle parking lots
Executed knowledge transition for outsourced application migration into project in Germany
Rich knowledge in Software Development Life Cycle Methodologies; excellent communication and interpersonal skills,
capable of resolving multiple complex issues and motivating staff to achieve peak performance
Merit of defining, leading and developing the Project IT roadmaps to highlight key milestones while creating deliverables and
defining requirements, scope, duration and cost of projects
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a155811…
https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a1558110240475d550f… 2/3
Prepared software solutions by studying information needs, conferring with users, studying systems flow, data usage,
and work processes; understood process requirements & providing use cases for functional & technical requirements
Interacted with users for requirement gathering, prepared functional specifications & low-level design documents
Conducted research for assignable and chronic causes through latest analysis techniques for eliminating wastages
while enhancing software/ application efficiency
Atos as DevOps Lead
Aug 2012 to May 2018
Growth Path:
System Analyst
DevOps Lead
AWS Certified Developer - Associate
ITIL Foundation Certified
Diploma in Java from Seed Infotech Ltd.
Oracle Certified Professional, Java SE 6 Programmer
UG: B.Sc (Computers) from K.T.H.M. College, Pune University in 2009
PG: MS/M.Sc(Science) (Computers) from Dr. D.Y.Patil College, Pune University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
AWS, vSphere, Private Cloud
Grafana & Prometheus, Icinga
Cloud Foundry
BOSH
Docker-Compose, Kubernetes
Nexus, Gitlab, Docker Hub
Helm (For Kubernetes Applications)
ELK
Concourse, Jenkins, Gitlab
Maven, npm
GitHub, BitBucket, GitLab
AWS RDS Postgres,Sonar
Apache ActiveMQ (Openwire), Mosquitto
Shield, Vault, Genesis, Terraform
JIRA, Gitlab
Confluence, Gitlab Wiki
Python
Shell, Typescript and Knex Query Builder
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a155811…
https://freesearch.naukri.com/preview/printResume?uname=b44b35725ae267385645d70ef81d6bbe0c580f004d130d16021941505c5f024a1558110240475d550f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
English
Marathi
Rank 489: Resume 1186 with similarity score 0.01989071448097792
Resume Text: B.S , MS , BS database support , system administrator , associate , operations manager , data engineer , full time , project leader , team lead , team member , service delivery manager , aws solution architect , client partner operational due diligence , itil process , microsoft azure , rfi , career counseling , relational databases , status , sap , red hat linux , plus , workstation , components , it service delivery , remote desktop , sql server , service delivery management , automation , windows 2000 , designation , mar , hindi , ltd , database servers , english , it infrastructure operations , project , financials , mongodb , provisioning , bpo , windows xp , ops , architecting , dbs , intermediate , cloud computing iaas , javascript , adx , technology , data centers , business meetings , managed services , vm , optimization , general , health monitoring , vendors , affirmative action , mysql , mining , data analytics , glue , public , atlas , maintenance , database administration , security compliance , paas , postgresql , proxy , customer service , email , aws , bengali , continuous improvement , hp , languages , athena , sme , balance , virus , expenses , ml , it governance , dns server , people management , rfp , industrialization , ug , authorization , internet , teams , productivity , application , dps , personal development , broadband , client delivery , running , finance , offshore , storage , landscape , replication , it operations management , csi , tuning , attrition , administrative , backup and recovery , nlb 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 1/4
Current Designation: Service Delivery Manager
Current Company: Accenture Services Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Service Delivery Leader
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Service Delivery Manager
Aug 2006 to Till Date
Professional Summery , Responsibility: ---
Working as a Cloud Service Delivery Manager & Database Operations Manager on Accenture Cloud Factory, Bangalore
from Aug 2018 to till date.
Cloud Service Delivery Manager with 14 plus years of experience on core IT Infrastructure Operations and Delivery
experience on AWS, GCP and Azure Clouds and traditional Data Centers as well.
* Having 14+ years of experience to provide SME support in relational databases, Azure , AWS , GCP cloud databases,
IaaS , PaaS DB landscape and in the area of DB automation.
* Having exposure to Project Management, People Management, Service Introduction & Transition.
* Certified Azure Data Engineer and AWS Solution Architect Associate.
* Having experience on Client facing role and co-ordination with Onsite team, Offshore team & Vendors to provide best
client delivery and satisfaction.
* Certified ITIL Intermediate with experience on IT governance and security compliance, also having knowledge in IT
Infrastructure audit.
* Experienced in DBaaS solution architecting for client requirement & DB component industrialization.
* Executed multiple cloud cost optimization projects like Resizing of VMs , AWS RDS DBs based on usage, Integration
of Datadog , SignalFx , monitoring tool with IaaS & PaaS component, implementing automation in DB backup and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
soumit chanda
Cloud Service Delivery Manager with 14 plus years of experience on core IT
Infrastructure Operations and Delivery experience on AWS, GCP and Azure Clouds
and traditional Data Centers as well. Experience in IaaS , PaaS cloud landscape.
Key Skills: Service Delivery Management,IT Operations Management,Project Management,Transition
Management,Delivery Excellence,PAAS,Iaas,Azure SQL,AWS RDS,GCP Cloud SQL,Database Administration,MS
SQL,Data Analytics,Cloud Computing
Summary
Working as a Cloud Service Delivery Manager & Database Operations Manager on Accenture Cloud Factory, Bangalore from
Aug 2018 to till date.
* Cloud Service Delivery Manager with 14 plus years of experience on core IT Infrastructure Operations and Delivery
experience on AWS, GCP and Azure Clouds and traditional Data Centers as well.
* Having 14+ years of experience to provide SME support in relational databases, Azure / AWS / GCP cloud databases, IaaS
/ PaaS DB landscape and in the area of DB automation.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 2/4
retention of database and VM level data through Azure automation scripts for hot tier and cold tier of storage , leverage
Azure automation for DB maintenance.
* Leading technical teams for Infra projects delivery and Infra level automations in public clouds.
* Having exposure on RFI,RFP, Operational Due diligence, Oral with Client.
* Providing support to IT service delivery for public and hybrid clouds for all types of workloads like compute, storage,
networking, and database workload for SAP & Non-SAP environment.
* Managing project financials along with chargeability and cost to serve on quarterly basis.
* Having provisioning and support experience in various Azure PaaS components like AzureSQL, DataLake,
DataFactory, Databricks, CosmosDB, PostgreSQL, MySQL, PowerBI, Perview, Synapse, ADX, Analysis, HDInsight.
* Having provisioning and support experience in AWS RDS, Redshift, DynamoDB, Glue, Athena, EMR, MongoDB Atlas
etc.
* Having experience L2 , L3 support in Database Servers (Ms Sql Server 2008 R2/2012/2014/2017).
People Management and Development: ---
* Created technology backups and helped team members to work independently on different technical areas. Also,
educated team members in handling important business meetings and improved their confidence and communication
skills.
* Provided career counseling and facilitated personal development.
* Encouraging team members for various cloud certifications.
* Conducted weekly, monthly team meetings and followed up on the upcoming projects/tasks.
* Ensured to upgrade peer's technical skill levels through cross KT and nominated team members for appropriate
trainings.
* Motivated team members to innovate and automate business processes with continuous improvement plans.
* Educated team members on ITIL process and ensured to practice in day to day operations as per business
agreement.
* Effectively managed team member's time and productivity.
* Ensuring team members work-life-balance.
* Attrition management
Operations Management: ---
* Lead the IT Infrastructure managed services for "Cloud Ops Team" having 50 plus team members and provided end to
end support on administration, operations, maintenance and monitoring activities on various technologies under Azure,
AWS public cloud landscape.
* Effectively communicated with clients and client partner teams about specific administration and operations issues as
and when required.
* Monitors team spending in accordance with team budget. Ensures all team members are familiar with team budget
and approves expenses as appropriate. Follows spending guidelines , manage the overall program .
DPS Megacity as System Administrator
Jun 2006 to Jul 2006
Administrating and maintaining LANs, consists of 300 workstation (Windows XP). and 4 servers.
One DBMS Server running Ms SQL Server on Windows 2003 Server.
One HP (ML150) Server running as a Red hat Linux 9 Server.
One HP (ML 350) Server running as a DNS server.
One Proxy Server (Proxy Plus) is running for another place INTERNET connection.
Administrative Backup, Anti virus handling, Remote Desktop monitoring.
Configuring LAN to provide Internet Service through SIFY Broadband.
UG: B.Sc (Science) from Calcutta University in 1999
PG: MBA/PGDM (Marketing) from West Bengal University of Technology (WBUT) in 2018
Other Qualifications/Certifications/Programs:
Higher Diploma in software Application
ITIL Intermediate ST , SO , CSI
Azure DP 200
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 3/4
Nature of Employment: Full Time Duration: Jan 2015 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Kolkata
Role: Project Leader
Duration: Nov 2011 - Till Date
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Bangalore
Role: Module Leader
Duration: Aug 2006 - Nov 2011
Onsite / Offsite: Offsite
Team Size: 30
Skill Name Version Last Used Experience
SQL Server 2012 2020 8 Year(s) 0 Month(s)
ITIL V3 2020 14 Year(s) 6 Month(s)
Service Transition 2020 7 Year(s) 0 Month(s)
Database Solutioning 2020 5 Year(s) 0 Month(s)
Cloud Computing IaaS and PaaS 2020 6 Year(s) 0 Month(s)
Service Introduction 2020 3 Year(s) 0 Month(s)
GCP 2020 3 Year(s) 0 Month(s)
AWS 2020 4 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 5 Year(s) 0 Month(s)
People Management 2020 10 Year(s) 0 Month(s)
Operations Management 2020 15 Year(s) 0 Month(s)
SERVICE DELIVERY 2020 10 Year(s) 0 Month(s)
Microsoft Azure 2020 5 Year(s) 0 Month(s)
MS SQL SERVER 2016 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Bengali Expert
Hindi Proficient
Projects
Project Title: Cloud Factory Bangalore
Client: Cloud Source
Project Details: Cloud Service Delivery Manager with 14 plus years of experience on core IT Infrastructure Operations and
Delivery experience on AWS, GCP and Azure Clouds and traditional Data Centers as well.
Having 14+ years of experience to provide SME support in relational databases, Azure / AWS / GCP cloud databases,
IaaS / PaaS DB landscape and in the area of DB automation.
Having exposure to Project Management, People Management, Service Introduction & Transition.
Having provisioning and support experience in various Azure PaaS components like AzureSQL, DataLake, DataFactory,
Databricks, CosmosDB, PostgreSQL, MySQL, PowerBI, Perview, Synapse, ADX, Analysis, HDInsight.
Having provisioning and support experience in AWS RDS, Redshift, DynamoDB, Glue, Athena, EMR, MongoDB Atlas etc.
Having experience L2 / L3 support in Database Servers (Ms Sql Server 2008 R2/2012/2014/2017).
Project Title: Operational DBA Lead - Database Support
Client: EMEA based mining client
Skill Used: Clustering MirroringDatabase PatchingPerf Tuning
Role Description: Working as a Operational Team Lead .
Project Details: It is a mining company and we are providing Ms SQL Database end to end support for them from Offshore.
Project Title: Operational Team Lead - DBA Support
Client: UK Based Banking Client
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b42…
https://freesearch.naukri.com/preview/printResume?uname=7f85fc3286cf096ac87009804c589ab05b590c52431400175610435a5a0d0043465b420b40145c580d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Replication
Deployment.
Clustering
NLB
Backup and Recovery
Script Execution
Server Health Monitoring
Migration
Role Description: Team Lead - Production Server - Windows 2000 amd 2003 .
DBA Admin -SQL Server 7 /2000/ 2005
Project Details: UK Based finance / banking domain.
Rank 490: Resume 1002 with similarity score 0.019870334612602056
Resume Text: B.E , MS , B.TECH , BS application developer , full time , support engineer , software developer automation , award , outlook , computing , internal audit , css , access , designation , sqlite , scripting , ug , fieldglass , case , taleo , oracle , mysql , hindi , icims , cloud , offers , affirmative action , maintenance , pick , information analysis , ios , advanced , checks , english , teams , approvals , web applications , enterprise , status , authorization , email , project , application services , devices , sap , solution architecture , testing , android , rest , compensation , writing , c++ , react native , computer science , auditing , framework , languages , html5 , electron , mapi , selenium , python , one , javascript , jira , apps , technology , proof 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b1…
https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b18501317580c09… 1/3
Current Designation: Application Developer and Support
Engineer
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Accenture as Application Developer and Support Engineer
Jan 2021 to Till Date
Conduent (Oct 2018-Dec 2020)
OCT 2018- TILL DATE: APP dev And Support Engineer, Conduent, Bangalore
Worked on developing Web applications for internal Conduent projects.
Developed scripts in python to automate adding I9 verifiers on Equifax website.
Developed Internal Application using python , Javascript, Html Css using Electron Framework for Internal Auditing.
Projects At Conduent
Equifax Automation: The projects Requires a lot of manual entries into the System for the Recruitment Software Oracle
Taleo,This was Automated by creating Bots to handle the Data entry with complete checks in place to avoid any errors.
The project was Completed within 4 weeks with successful testing and was deployed within two months in the job.
Technology Used: Python, Selenium Libraries, eel Framework, SQLite.
Approvals App Integration: This was a POC on Integrating Approvals from Our internal Apps that are ICIMS, Oracle HCM
CLOUD, Taleo, SAP Fieldglass into One APP .A successful Poc was delivered by me and my team which combined all the
Approvals routed to the Managers in a single place where they can be Accessed and Managers can Respond by
Accepting , Rejecting Requests adding comments , Approve Inventory, Offers , Absences .The App was delivered in A
cross Platform Framework React Native which Helped in getting both Ios and Android devices to be tested against the
App .The App Hits the Available Rest Api's for Approvals and Renders them in a single page Application. The Poc was
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Shani Agnihotri
Application Developer and Support Engineer seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Python,React
Native,Java,C++,MySQL,Mongo DB,JavaScript
Key Skills: Application Developer and Support Engineer,Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,React
Native,Java,C++,MySQL,Mongo DB,JavaScript
Summary
2.1 years of IT Experience.
Experience in Python ,Scripting ,React Native ,Java ,C++,JavaScript.
Completed CDAC Certification from CDAC acts Bangalore
An excellent communicator with keen analytical ability and information analysis skills proven ability to interact effectively with
technical as well as non-technical teams.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b1…
https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b18501317580c09… 2/3
delivered over the period of 6 Months.
Several scripts in Python to Handle Production Integrations within very small amount of time and got On spot award for the
same.
Delivered a successful POC on Conduent Approvals App in order to Manage absences and Compensation modules using
React native Application.
Technology Used: React Native, JavaScript, Backend (Python), Rest Api.
ICIMS INTEGRATION : Our Recruitment Process Made a shift from Taleo to ICIMS ,so the New Integration Which is still in
Progress in Phases , I am responsible for writing scripts for The Termination that occur at different Applications like Oracle
HCM Cloud, AIM , SIP and these are Synchronised with ICIMS in order to keep the System Audit Compliant. Various
Scripts are in Place to Check daily Process and Bugs, In case there are Problems in the Workflows the Scripts pick them
up And Alert the Jira Automatically and these are Picked up and resolved by the Admins, which created a Proactive
Behaviour to handle Problems and get them Resolved.
Technology Used: Python, SQLite.
Internal Audit Process Setup For Enterprise Application Services : A new Process was Setup to handle the Internal
Auditing on the Roles of the Employees Where these Roles were Being Audited twice within a Quarter , These were setup
to Insure that No Terminated , or Unauthorised Employee had access to Internal Applications at Conduent before the
Audits Kick off . This was a excruciating Process that Requires the Proof's and Access Verification every Quarter. I was
part of the Team to develop the Automated mails to Manager's with the Reports Access Level and get it confirmed. There
were two parts Sending Mails and then Reading the response from Outlook. I created the Scripts to Automate the file
creation for all the Managers and Mailing Them, Then Collecting Their Response Automatically every Evening, and send
this Report to the Audit Team. This was Completed and was put in Production within 2 months.
Technology Used: Python, eel Framework, Outlook MapI.
UG: B.Tech/B.E. (Computer Science and Engineering) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal
in 2017
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Python
React Native
JAVA
C++
MySQL, Mongo DB
Oracle HCM Cloud
C, C++
JavaScript
HTML5, CSS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b1…
https://freesearch.naukri.com/preview/printResume?uname=2249454bc6d54d6cadabfe26c986082709090a071c175c470317435e095c0749175b18501317580c09… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 491: Resume 1113 with similarity score 0.019816553463742538
Resume Text: M.TECH , BS , B.E , MS , B.TECH senior project manager , certified scrum master , agile project manager , product development , full time , engineering project manager , business analyst , marine surveyor contractual , naval architecture , user acceptance testing , training , assemblies , business case , rup , telugu , microsoft azure , demonstration , ram , beginner , digital , customer satisfaction , status , shipping , stakeholder management , rally , service quality , infosys , sap , iit , artifacts , components , technical design , reliability , delivery of projects , kibana , supply chain , cms , workflow , timing , elasticsearch , tanks , sprints , brd , infrastructure management , functional specifications , commercial buildings , designation , confluence , deliverables , mar , structural , hindi , cloud , cluster , ltd , windows , architects , english , gas , groups , numbers , sprint planning , steel , ems , construction , six sigma , submittals , kanban , initiation , resolve , dc , documentation , concrete , task management , word , javascript , committees , motors , technology , business requirements , hadoop , product lifecycle management , high level architecture , reporting , general , scrum , pages , affirmative action , principles , technical direction , readiness , xp , maintenance , resiliency , snowflake , escalation , software testing , email , manufacturing , cad , aws , checkout , survey , user stories , epics , design patterns , languages , business process , sme , oil , cisco , management system , jira , engineers , layout , velocity , agile methodologies , rendering , blueprint , mentoring , jenkins , migrating , industrialization , tamil , oracle database , permissions , authorization , risk , teams , go , plugin , milestones , approvals , deliveries , excel , tracker , application , agile project management , focus , less , wealth , wood , conducting meetings , engage , s3 , storage , seismic retrofit , process operations , preparation , kannada , data retention , tableau , ceremonies , end-to-end project management , acting , masonry , metrics , presentations , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 1/4
Current Designation: Senior Project Manager
Current Company: Infosys Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [OCEAN ENGINEERING AND
NAVAL ARCHITECTURE]
Verified : Phone Number | Email - id
Infosys Technologies as Senior Project Manager
Feb 2017 to Till Date
Growth Path/ Deputations
Feb'17 to Jun'17: Infosys Ltd., Bentonville, AR, USA as Project Manager
Jun'17 to Dec'17: Infosys Ltd., Irvine, CA, USA as Agile Project Manager
Jan'18 to Sep'18: Infosys Ltd., Irvine, CA as Agile PM/BSA (Digital Assisted Authoring & AEM DAM)
Oct'18 to Apr'19: Infosys Ltd., CA as Agile Project Manager
Since May'19: Infosys Ltd., CA, USA as Agile Project Manager
Key Result Areas:
* Facilitating discussions to elicit and understand business needs, requirements & priorities; driving prioritization and
end-to-end project management with stakeholders & providing insights for design & business process
* Spearheading resource planning, SOW, technical direction, effort estimation, tracking, risk management & monitoring
projects within the time and cost parameters; ensuring the quality & timeliness of the deliverables
* Conducting meetings with Development, QA & Support teams to ensure complete understanding of requirements,
building innovative products, solutions for business based on requirements and generating new ideas & prototypes
* Facilitating Scrum ceremonies (Sprint Planning, Daily Stand Up, Backlog refinement, Sprint Review/Demo,
Retrospective meeting); enabling the team to identify & achieve the sprint goal
* Working with the team to ensure Product Backlog is refined for at least two sprints ahead for effective planning of
work; maintaining and tracking sprint backlogs in tools
* Rendering post-implementation, application maintenance and enhancement support to the client with regard to the
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
BALAJI DASAPPAJI GOVINDARAJU
Project Manager seeking roles in Project Management in CMS, AWS/ MS Azure Cloud
Infrastructure Management, AEM-EMS, Agile PM, SAFe Agilist, Requirement
Gathering, Process Improvement, Agile Methodology, Stakeholder Management,
Scrum Master, TA
Key Skills: requirement gathering,process improvement,agile methodology,stakeholder management,scrum master,Test
case Evaluation, TDD,AWS Cloud,Microsoft Azure,Cloud Manager,Cloud Migration,SDLC,Software Testing Life Cycle
Summary
* Certified Scrum Master, offering 15 years of experience in directing implementation & delivery of projects/programs using
Agile methodology, Lean, Kanban, RUP, Waterfall, and Six Sigma methodologies with on shore/off shore teams with focus on
achieving top-line & bottom-line results
* Currently associated with Infosys Ltd., CA, USA as Agile Project Manager; working on a projects titled AWS Cloud
Migration, Snowflake & Elastic Search Implementation for Cisco Ltd., CA, USA
* Proven Expertise in software principles, design patterns and all phases of SDLC encompassing requirement analysis,
coding, change requirements, technical design, implementation, deployment & production support
* Wealth of Expertise in working on JIRA, Rally, Jenkins, Git, and Kibana Plugin
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 2/4
product / software application
* Maintaining healthy business relations with clients and ensuring high customer satisfaction metrics by achieving
delivery & service quality norms
* Managing multi-location teams including Solution Design, Testing, Integration and User Acceptance Testing along with
Service Introduction readiness to LIVE
* Ensuring & managing deliveries of the project using Agile Methodologies, right from initiation until go-live
* Acting as an escalation gate; following customer-centric approach to address or resolve the customer
issues/escalations, which resulted in achieving the customer satisfaction and repetitive business across accounts multiple
times
* Capturing As-Is, To-Be process, preparing functional specifications, business blueprint document, analysing the gaps
and preparing functional & technical designs
* Monitoring project progress and outstanding issues; ensuring quality & timeliness of the deliverables; reporting the
project's progress and escalated issues
* Mentoring & training teams on Agile/Scrum to ensure efficiency in process operations; motivating high performance
amongst the Team by operating and introducing appraisals schemes, promotion committees and annual rewards &
recognition
Tesla Motors as Manager Testing (Contractual)
Jun 2016 to Dec 2016
Develop and maintain an interactive product development timeline that shows the details of the development and overlaps
supplier and company milestones
Develop and maintain a progress tracker that details and accounts for the variety of development tasks needed during a
product lifecycle
Supplier task management: document project tasks, workflow, priorities, and timing of each
Team task management: document project tasks, workflow, priorities and timing of each
Work with multiple cross functional teams on the development of multiple products, including: Reliability, Supply Chain,
Quality, Industrialization, Manufacturing and other engineering teams
Maintain our Product Lifecycle Management system with the latest part numbers, BOM, assemblies, CAD, drawings, and
specifications
Meet with fellow Project Management team members to address Program concerns, keeping the team up to date on
issues.
Zenith Engineers Inc as Business Analyst/Project Manager
Feb 2016 to May 2016
Duties/Responsibilities
Lead a team of structural engineers in designing various buildings that include: concrete/steel commercial buildings, wood
residential buildings, and seismic retrofit design of existing structures.
Prepare structural drawings and details, addressing RFIs and review submittals during construction.
Design buildings, tanks, and other non-building for concrete, masonry, steel and wood.
Prepare concept sketches, layout sketches, and validating using RAM/SAP 2000.
Larsen & Toubro Limited as Project Manager Oil and Gas Naval Architecture Group
Apr 2010 to Jan 2016
* Implemented the project using Agile Scrum methodology and analyzed the detailed business case to understand the
client's needs.
* Interviewed business users in detail and recorded the functional, business-specific requirements and converted them into
user stories.
* Supported/trained and educated all Product Owners, especially with respect to grooming and maintaining the product
backlog
* Maintained project backlog in JIRA.
* Developed and presented scrum reports and artifacts to include; Velocity Charts, Burn-down Charts, and Demonstration
presentations.
* Translated the requirements into specifications and maintained the backlog of epics, user stories, and sprints in JIRA.
* Authored template pages using dynamic components and replicated them onto multiple publish server instances.
* Performed various admin-related tasks like creating users, groups, and assigned them permissions and privileges.
* Performed UAT and post-production checkout on behalf of the business user.
NAPA LTD as Engineering Project Manager - SME (Software Module Testing)
Nov 2008 to Mar 2010
* Worked as a domain expert for the development team
* Engage the Client to gather requirements and ensure alignment with development teams.
* Functional domain specification preparation, Business Requirement Documentation.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 3/4
* Analyzing business requirements and suggesting solutions if they are not up to the mark.
* Good experience in Stakeholder management.
Indian Register of Shipping as Marine Surveyor
Sep 2003 to Oct 2008
* Ship plan approvals
* Ship survey planning and execution
UG: B.Tech/B.E. (Mechanical) from Visvesvaraya Technological University, Belgaum in 2003
PG: M.Tech (OCEAN ENGINEERING AND NAVAL ARCHITECTURE) from Indian Institute of Technology (IIT), Kharagpur.
Sponsored by India Register of Shipping (IRClass.org) in 2006
Other Qualifications/Certifications/Programs:
SAFe Agilist
Certified Scrum Master
Nature of Employment: Full Time
Project Location: San Jose
Role: Other
Duration: Feb 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 21
Education
IT Skills
Skill Name Version Last Used Experience
MS Windows NT/2000/XP/Vista/7/10 Latest 14 Year(s) 6 Month(s)
MS PowerPoint, Project, Word, Excel, Latest 12 Year(s)
JIRA, Confluence, Tableau Latest 4 Year(s) 2 Month(s)
Jenkins, GIT Latest 1 Year(s) 4 Month(s)
AWS migration / MS Azure Tranformation Latest 2 Year(s) 0 Month(s)
AEM Project AEM
6.3
2019 2 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Expert
Tamil Beginner
Telugu Beginner
Projects
Project Title: Sr. Project Manager
Client: Cisco Systems
Skill Used: CLoud AWS, Azure (Beginner), Agile Project Management, Snowflake (Beginner)
Role Description: Sr. Project Manager
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115…
https://freesearch.naukri.com/preview/printResume?uname=0707250dca0bae3b9fd51118cff6376d515508541e455f145042415b0958021e400f115742420c0b0f5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Infosys Ltd., Client: CISCO Ltd, CA, USA.
Agile Project Manager
(Data Retention; Snowflake Migration; Migration to Elastic and AWS Cloud New Platform Project)
Responsibilities:
Working on multiple Projects which involves 10+ years data retention along with migrating the data from Hadoop to
Snowflake, the oracle database is moved to elastic for near real time data experience, also the attachment storage system
~900 TB moved from oracle data to AWS S3. Altogether we have team members spread in multiple countries, up to 36
persons.
Worked closely with architects on the solutioning for the preparation of BRD, high level Architecture and FSD documents
Planning of Multi-DC span Elasticsearch Cluster Resiliency Solution, coordinating with ES, Business and our team
Involved actively in downstream coordination for Snowflake migration, Elastic migration
Completely
Have knowledge on Jenkins and Git tools. Used Kibana plugin as part of the project to visualiz
Rank 492: Resume 551 with similarity score 0.01979779325536942
Resume Text: B.TECH , BS work from home , information management specialist , full time , development intern computer technology , general , internships , css , forest , deep learning , mar , nlp , information technology , mysql , games , data collection , maintenance , information management , heroku , english , twitter , status , architecture , android studio , project , application , c programming , mumbai , prediction , decision trees , paper , resume , latex , fonts , articles , data analysis , writing , java , machine learning , building , chat , django , languages , research , sentiment analysis , notes , completion , assessment , h1b , probability , management system , data science , python , mobile , crisis , coaching , web framework , shares , apps , cloud computing , fares , html , online Assessment
Q1. Why should you be hired for this role?
Having worked with a prof. at NIT Rourkela and communicated a research paper at an international conference. It gave me the necessary
knowledge and relevant industry experience in the field of deep learning specifically NLP and data science. I also learned about data analysis
from my 2 end to end projects about flight fare prediction using random forest regressor Link to the application:
https://predictflightfare.herokuapp.com/), H1B visa prediction using Decision Trees Link to the application:
http://h1bprediction.pythonanywhere.com/h1b_app/). Recently I have undertaken a project for the final year which is "Twitter tweets
summarization during crisis" using NLP which is the field I have been currently working on. Having an inquisitive mind is what brought me till here.
Please find the attached link to my CV. https://drive.google.com/file/d/1EFDxIOJppmQmiR27SUmAqTGgzPN7M1JH/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, full time, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
Shreyas Agrawal
Pune, Mumbai
Applied 07 Feb'21
Python C Programming CSS
HTML Django
Bachelor of Technology B.Tech), Information Technology
Pune Institute of Computer Technology, Pune
2018 - 2022
CGPA 8.86/10
Senior Secondary XII, Science
NAVARACHANA VIDYANI VIDHYALAYA
GUJARAT SECONDARY AND HIGHER SECONDARY BOARD BOARD board)
Year of completion: 2018
Percentage: 72.00%
Secondary X
FIITJEE World School
TELANGANA STATE BOARD board)
Year of completion: 2016
CGPA 9.80/10
SUMMER INTERN
National Institute of Technology Rourkela, Virtual
Mar 2020 - Jun 2020
Developed and tested a new state of the art machine learning model for sentiment analysis
Communicated a conference paper describing model's architecture
Mobile App Development Intern
Mash Games Co., Virtual
Aug 2019 - Oct 2019
Built the main administrator backend applicationand assisted in building the user side application
Provided maintenance and development of bug fixes
Data And Information Management Specialist Intern.
Booster's Edutech Private Limited, Virtual
Oct 2018 - Dec 2018
I work as a part of an online IITJEE coaching website development, where I use LaTeX to convert hand written notes
containing mathematical equations to professional readable text.
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9354282556
I'm a part of pictorial group of our college, where we write on general/specific topic. Our articles get published in PICT
magazine, which is a private magazine of our college.
So I currently stand as junior editor in the group.
Flight fare prediction system
Dec 2020 - Jan 2021
https://predictflightfare.herokuapp.com/
A full end to end application to predict flight fares during the whole year. Random forest regressor is used to predict the
flight fares. Django is used as a web framework and heroku is used to deploy the application.
H1B visa predictor
Sep 2020 - Nov 2020
http://h1bprediction.pythonanywhere.com/h1b_app/
A full end to end application for MySQL based embassy management system to predict the probability of H1B visa approval.
Visa status is predicted using decision tree, django is used as a web framework and deployed on pythonanywhere.
Chabbie
Jul 2019 - Aug 2019
An AI based system that you could chat with and also order food.
Traffic Penalty
Mar 2019 - May 2019
A cloud computing based traffic violators data collection and management android app.
Fontist
Dec 2018 - Jan 2019
An app designed to beautifully customize plain text into attractive fonts.
I've got a good hand on English writing. I can describe things and write in a way which are interesting to read. I love
interacting, hence that's how I come to know, what people like, what kind of writing would work.
I've got pretty good knowledge about html and css where I've designed my school's website for the relative information and
wrote about my school. I am perfectly familiar with Java and LaTeX (the language which is a main part of my current
internship)
I love developing android apps. I've been working on android studio for months now, and hence I've got a pretty good
knowledge about it. I've developed android apps such as:
calculator
messenger
font app, that changes and shares text in desired font
Html, C programming and Java are the languages that I know and which I'm comfortable working with
https://predictflightfare.herokuapp.com/
http://h1bprediction.pythonanywhere.com/h1b_app/
Rank 493: Resume 550 with similarity score 0.019797470832117425
Resume Text: B.TECH , BS work from home , information management specialist , full time , development intern computer technology , general , internships , css , forest , deep learning , mar , nlp , information technology , mysql , games , data collection , maintenance , information management , heroku , english , twitter , status , architecture , android studio , project , application , c programming , mumbai , prediction , decision trees , paper , resume , latex , fonts , articles , data analysis , writing , java , machine learning , building , chat , django , languages , research , sentiment analysis , notes , completion , assessment , h1b , probability , management system , data science , python , mobile , crisis , coaching , web framework , shares , apps , cloud computing , fares , html , online Assessment
Q1. Why should you be hired for this role?
Having worked with a prof. at NIT Rourkela and communicated a research paper at an international conference. It gave me the necessary
knowledge and relevant industry experience in the field of deep learning specifically NLP and data science. I also learned about data analysis
from my 2 end to end projects about flight fare prediction using random forest regressor Link to the application:
https://predictflightfare.herokuapp.com/), H1B visa prediction using Decision Trees Link to the application:
http://h1bprediction.pythonanywhere.com/h1b_app/). Recently I have undertaken a project for the final year which is "Twitter tweets
summarization during crisis" using NLP which is the field I have been currently working on. Having an inquisitive mind is what brought me till here.
Please find the attached link to my CV. https://drive.google.com/file/d/1EFDxIOJppmQmiR27SUmAqTGgzPN7M1JH/view?usp=sharing
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for 3 months, full time, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
Shreyas Agrawal
Pune, Mumbai
Applied 08 Feb'21
Python C Programming CSS
HTML Django
Bachelor of Technology B.Tech), Information Technology
Pune Institute of Computer Technology, Pune
2018 - 2022
CGPA 8.86/10
Senior Secondary XII, Science
NAVARACHANA VIDYANI VIDHYALAYA
GUJARAT SECONDARY AND HIGHER SECONDARY BOARD BOARD board)
Year of completion: 2018
Percentage: 72.00%
Secondary X
FIITJEE World School
TELANGANA STATE BOARD board)
Year of completion: 2016
CGPA 9.80/10
SUMMER INTERN
National Institute of Technology Rourkela, Virtual
Mar 2020 - Jun 2020
Developed and tested a new state of the art machine learning model for sentiment analysis
Communicated a conference paper describing model's architecture
Mobile App Development Intern
Mash Games Co., Virtual
Aug 2019 - Oct 2019
Built the main administrator backend applicationand assisted in building the user side application
Provided maintenance and development of bug fixes
Data And Information Management Specialist Intern.
Booster's Edutech Private Limited, Virtual
Oct 2018 - Dec 2018
I work as a part of an online IITJEE coaching website development, where I use LaTeX to convert hand written notes
containing mathematical equations to professional readable text.
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9354282556
I'm a part of pictorial group of our college, where we write on general/specific topic. Our articles get published in PICT
magazine, which is a private magazine of our college.
So I currently stand as junior editor in the group.
Flight fare prediction system
Dec 2020 - Jan 2021
https://predictflightfare.herokuapp.com/
A full end to end application to predict flight fares during the whole year. Random forest regressor is used to predict the
flight fares. Django is used as a web framework and heroku is used to deploy the application.
H1B visa predictor
Sep 2020 - Nov 2020
http://h1bprediction.pythonanywhere.com/h1b_app/
A full end to end application for MySQL based embassy management system to predict the probability of H1B visa approval.
Visa status is predicted using decision tree, django is used as a web framework and deployed on pythonanywhere.
Chabbie
Jul 2019 - Aug 2019
An AI based system that you could chat with and also order food.
Traffic Penalty
Mar 2019 - May 2019
A cloud computing based traffic violators data collection and management android app.
Fontist
Dec 2018 - Jan 2019
An app designed to beautifully customize plain text into attractive fonts.
I've got a good hand on English writing. I can describe things and write in a way which are interesting to read. I love
interacting, hence that's how I come to know, what people like, what kind of writing would work.
I've got pretty good knowledge about html and css where I've designed my school's website for the relative information and
wrote about my school. I am perfectly familiar with Java and LaTeX (the language which is a main part of my current
internship)
I love developing android apps. I've been working on android studio for months now, and hence I've got a pretty good
knowledge about it. I've developed android apps such as:
calculator
messenger
font app, that changes and shares text in desired font
Html, C programming and Java are the languages that I know and which I'm comfortable working with
https://predictflightfare.herokuapp.com/
http://h1bprediction.pythonanywhere.com/h1b_app/
Rank 494: Resume 578 with similarity score 0.01975451608048065
Resume Text: B.E , MS , BSC , BS work from home , classifier , python developer , autocad mathworks , training , reinforcement , robotics , ribs , watson , filters , classification , deep learning , string , pes , machine translation , learning techniques , linux , beginner , navigation , node.js , passport , webcam , computer vision , characters , equation , testing , road , logistic regression , uav , features , fundamentals , building , opencv , django , clear , principle , data science , object detection , workflow , case studies , streams , foundations , internships , access , mar , keras , cars , project , autocad , video , live , encoding , laser cutting , range , ibm , ros , tutorials , matlab , tornado , computational analysis , machine learning , arduino , flask , word , kyc , one , javascript , campus , artificial intelligence , vectors , html , reynolds , optimization , web development , sign language , performing , healthcare , design , cessna , natural language processing , basic , activations , workbench , architecture , toolbox , coursera , aws , apollo , max , ubuntu , nmt , surface , languages , output , raspberry pi , assessment , sensors , slam , plot , database , online , api , solidworks , segmentation , gps , wind tunnel , lidar , speech recognition , labels , models , stereo , webrtc , c programming , focus , mono , map , interfacing , resume , paper , datasets , neural networks , airplane , jazz , nginx , tuning , python , face recognition , aerodynamics , load , ansys Assessment
Q1. Why should you be hired for this role?
Process-oriented Engineer aspiring to be a Roboticist, having strong focus on Artificial Intelligence, Deep Learning, Computer Vision, Robotics.
I am looking for a challenging platform to leverage my skills and achieve what feels impossible through determination and consistency
Have done an Internship on Deep Learning:
KYC by video:
1. Face recognition :
(a)Implemented FaceNet paper: Built a Siamese neural network with Keras Openface weights, with triplet loss function this network outputs a 128
bit dimensional encoded vector different for each image with it`s distinct features
(b): Built a Real-time face recognition system with Linux,OpenCV and then fed the cropped images to my neural network which converts the
image into 128 bit vector, If euclidean distance of live user is within range of any pre-stored vectors, It outputs the user found name tag on face
of live user
2. Speech recognition :
(a)Trained a Bi-directional Recurrent Neural Network on CommonVoice1 and CommonVoice2 datasets containing around 100 hours long corpus
(b)Built a Real-time speech to text Inference system with Deepspeech with live microphone input to the trained ASR model and the accuracy was
above 80% on testing set
3. Build API
(a) FR Built a API to host FR and SR models for end-user (remote) who can access with Webpage Camera and Microphone):
Web Frameworks: Tornado,aiohttp,flask.WebRTC Languages: Python,JavaScript,HTML OS&Libraries:
Ubuntu,Tensorflow,Keras,OpenCV,webscockets,Deepspeech
Have completed Deep Learning Specialisation from deeplearning.ai 5 Courses): Learnt Foundations of Deep Learning, built Convolutional neural
networks, RNN`s, LSTM, Adam, Dropout, Batchnorm, Xavier/He intialization and also learnt to lead successful Machine Learning projects
Worked on case studies in Healthcare, Autonomous Driving, Sign language reading, music generation and natural language processing
Built a deep learning project on Sequence Models for Machine Translation NVIDIA Deep learning Institute)
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 3 months starting immediately for a full-time work from home internship
Resume
EDUCAT ION
INTERNSHIPS
Sujay Gouda
Bangalore, Dharwad
Applied 09 Feb'21
Computer Vision Natural Language Processing
NLP
Python
ANSYS AutoCAD C Programming
C Programming Deep Learning Django
Flask HTML Linux
MATLAB Machine Learning Neural Networks
Nginx OpenCV Raspberry Pi
Robotics SolidWorks Arduino
JavaScript Node.js
Bachelor of Engineering B.E, Engineering
PES UNIVERSITY ELECTRONIC CITY CAMPUS
2015 - 2019
CGPA 7.08/10
Deep Learning Intern
Lambda Vision, Virtual
Sep 2020 - Jan 2021
TRAININGS
Have done KYC by Video,Face Recognition:Used OpenCV &Trained a Siamese
Neural Network with Triplet loss function.Have trained a Bi-directional
RNNDeepspeech) on diff datasets for speech recognition, Built an API for
Interfacing with WebRTC server
Computer Vision & Deep Learning Intern
Apsys Solutions, Virtual
Aug 2020 - Sep 2020
Built a Neural Network to recognize face of the employees in Company and let them in with passport size photographs of
the employee,Implemented FaceNet,DeepNet,built Siamese network,trained image data & built live face recognition using
webcam,OpenCV
Deep Learning Specialisation 5 Courses)
Coursera | Deeplearning.ai, Online
Jun 2020 - Aug 2020
Learnt Foundations of Deep Learning, built Convolutional neural networks, RNN`s, LSTM, Adam, Dropout, Batchnorm,
Xavier/He intialization and also learnt to lead successful Machine Learning projects
Courses in Specialisation:
1. Neural Ne tworks and Deep Learning
2. Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
3. Structuring Machine Learning Projects
4. Convolutional Neural Networks
5. Seqiuence Models
Worked on case studies in Healthcare, Autonomous Driving, Sign language reading, music generation and natural language
processing
Built a deep learning project on Sequence Models for Machine Translation NVIDIA Deep learning Institute)
Computer Vision With OpenCV And IBM Watson
IBM, Online
Jun 2020 - Aug 2020
Machine Learning By Stanford University
Coursera, Online
Jun 2020 - Present
Artificial Intelligence For Robotics
Udacity, Online
Jun 2020 - Jul 2020
Complete Tensorflow 2 And Keras Deep Learning Bootcamp
udemy, Online
Jun 2020 - Jul 2020
Fundamentals Of Self Driving Car: Featuring Apollo
Udacity, Online
Jun 2020 - Jun 2020
Deep Learning-Onramp
MathWorks, Online
Apr 2020 - Apr 2020
Learnt deep learning techniques in MATLAB for image recognition.
Topics covered : using pretrained networks, managing collections of data, and performing transfer learning.
Machine Learning-Onramp
MathWorks, Online
Apr 2020 - Apr 2020
Machine Learning tutorial that introduced to practical machine learning methods for classification problems using hands-on
exercises with automated assessments and feedback.
Topics covered : Overview of machine learning and the classification workflow, importing and preprocessing data,
engineering features, and building classification models.
Matlab-OnRamp
MathWorks, Online
Apr 2020 - Apr 2020
Learnt the basics of MATLAB with this interactive tutorial that includes videos, hands-on exercises, and projects with
automated assessments and feedback.
PROJECTS
Topics covered include: MATLAB commands.
C Programming - From Beginner To Beyond
udemy, Online
Feb 2020 - Apr 2020
Learnt C Variables, Constants, Arrays, Vectors, Characters, String, Functions, OOP, I/O and streams.
Complete Python Developer In 2020
udemy, Online
Feb 2020 - Mar 2020
Python 3 Fundamentals + Object oriented programming + Web development + Machine learning & Data Science models + 12
Real-world projects.
Self-learnt ROS File-system Level + Computation Graph Level)
Wiki.ros.org, Online
Dec 2019 - Jan 2020
Learnt & practiced Core ROS tutorials Beginner+Intermediate) from wiki.ros.org
Automated attendance registeration system using face recognition
Sep 2020 - Sep 2020
https://drive.google.com/file/d/1tSKKGx0WttPRFkWuCWsr05mq9qo9VxbT/view?usp=sharing
Implementation of FaceNet, DeepNet, One shot learning Siamese Network).
Recognises faces of authorised persons if present in the database using a single passport size photograph and marks the
time of entry in database for attendance
Trigger Word Detection for speech recognition using Sequence model
Aug 2020 - Aug 2020
Involved Creating a speech dataset, Visualising frequencies with spectogram, training on datasets, model used a 1d
convolutional layer, GRU and dense layers, model was 94% accurate on Test dataset
Emojifier using an LSTM in Keras
Aug 2020 - Aug 2020
Used EMOJISET dataset, model had a embedding layer and training was done with Keras using mini-batches, further fed into
LSTM Network, accuracy of the model was 84% on test dataset
Neural Machine Translation with Attention model Sequence-to-Sequence)
Jul 2020 - Jul 2020
Built a NMT model to translate human readable dates into machine readable dates, model contained two LSTM`s for pre and
post attention, Training data with model, plot the activations, Visualizing attention weight outputs.
Jazz Improvization with LSTM
Jul 2020 - Jul 2020
Applied an LSTM to Music generation, trained on a corpus of Jazz music which learns the patterns of Jazz soloist, RNN
generates a sequence of values which is further out streamed as music
Face Recognition using Inception network / GoogLeNet implementation
Jun 2020 - Jun 2020
Used FaceNet Architecture which is combination of siamese network at the end of inception network, Used one-shot-
learning algorithm, Used triplet loss function to get good encoding for the images, Uses web cam for live face recognition
Art generation with Neural Style Transfer
Jun 2020 - Jun 2020
Used a VGG19 Network trained on ImageNet Database, Compute content and style cost using Tensorflow, Extract style
weights and optimize total cost, finally output the generated image
Traffic Sign Classifier with Keras
Jun 2020 - Jun 2020
Used Keras Sequential API to build TrafficSignNet, trained TrafficSignNet CNN on GTSRB dataset and obtained 95%
accuracy, Built python script to load new images as input for classification GTSRB dataset
AWS Deep Racer
May 2020 - May 2020
Learn and Implement different techniques of reinforcement and deep learning to train a 1/18th scaled fully autonomous car
and test it virtually in preferred race track
Logistic Regression Cat classifier with a deep neural network
May 2020 - May 2020
https://drive.google.com/file/d/1tSKKGx0WttPRFkWuCWsr05mq9qo9VxbT/view?usp=sharing
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8553822146
Define the model structure, Initialized the models parameters, Calculate current loss,Calculate current gradient,Optimize the
loss, Compute & update the cost & its gradient, test accuracy was 70%, predicted the labels for a given set of examples.
Autonomous driving - Car detection with YOLOv3
May 2020 - May 2020
Used YOLOv3 algorithm, Non Max Suppression to provide bounding boxes on cars in an Image, used pre-trained model
parameters, Convert output of the model to usable bounding box tensors, Run the graph on original Image
Road Lanes detection using OpenCV
May 2020 - May 2020
Detect lanes in an image, Using Python and OpenCV which processes the image , apply histogram filters, and finally perform
hough transform to have clear lane projections on real image, and can also be used to detect lanes in a video too.
Simulation of a self-driving car with sensors in ROS Gazebo
Feb 2020 - Mar 2020
SImulated self-driving car in Gazebo with sensors Velodyne LIDAR,Laser scanner,Mono,Stereo camera,GPS,IMU,Ultrasonic)
pkg(catvehicle, obstaclestopper, sicktoolbox, hector SLAM recorded map data for future implementation of autonomous
navigation.
Object detection using OpenCV in ROS
Feb 2020 - Feb 2020
Detection of an object using webcam and find_object_2d package in ROS
Simulation of Quadrotor UAV Navigation Outdoor and Indoor with SLAM and 2D Object Detection
Jan 2020 - Feb 2020
Teleoperating hector_quadrotor with ROS packages hector_slam hector_localisation, hector_mapping to save the map with
SLAM data in geotiff
Simulation of Autonomous navigation of Turtlebot in ROS Gazebo+Rviz
Jan 2020 - Feb 2020
Autonomous navigation in a known map with Turtlebot with packages turtlebot_navigaton, which localizes using Laser, Depth
sensors and provide a 2D goal for which turtlebot plans for a route towards the goal while avoiding obstacles
CFD ANALYSIS
Aug 2018 - Jun 2019
"COMPUTATIONAL ANALYSIS OF A MORPHING AIRPLANE WING FOR BETTER AERODYNAMICS AT DIFFERENT FLIGHT
REGIMES"
SImulation tool - ANSYS WorkBench
Principle - Reynolds averaged navier stokes equation
Fabrication of Cessna 172R Wing NACA 2412 aerofoil) for wind tunnel test
Dec 2018 - May 2019
Selection of NACA 2412 aerofoil and Design for span of wing using Reynolds number
Selection of material for spar, ribs & surface of the wing
Fabrication of ribs by laser cutting
Design & Fabrication of a portable hydraulic press for multi-purpose applications
Jul 2015 - Jul 2016
ROSMATLAB Interface
Mar 2020 - Present
To simulate Basic ROS functions in MATLAB, Design and Test ADAS toolbox of MATLAB for autonomous driving systems
Secured 2nd place in AGASTYA National level Science project making competition 2016
Face Recognition Project URL - https://drive.google.com/file/d/1tSKKGx0WttPRFkWuCWsr05mq9qo9VxbT/view?
usp=sharing
OpenCV Coin detection and Segmentation project URL -
https://drive.google.com/file/d/12QXYo6lMyZXe2S4bk8vUozV5rVOottHO/view?usp=sharing
Rank 495: Resume 1352 with similarity score 0.019720345342948038
Resume Text: BSC , BS , B.E , MS , B.TECH application support , technical architect , senior manager , senior software engineer , solution architect , software design engineer , vp , system engineer , cto , operator , feed handler , application architect , change management , ceo , business objects , full time , team lead , technical lead , project leader , on call , coldfusion core java , security , mybatis , platforms , addition , docker , technology services , service operation , design documents , status , specifications , application architecture , mumbai , pl/sql , testing , gitlab , glassfish , features , building , infrastructure , data center , payments , prime , weblogic , development projects , cms , rss , suite , crm , registration , publishing , frame , mobility , vss , low level design , access , designation , eps , mar , web services , hindi , nms , loan , ltd , data modeling , english , screens , agile , video , microservices , leadership , ownership , solution architecture , gap , processing , asset management , ibm , fixing , pipelines , mvc , change management , resolve , d2c , research , legal requirements , sms , struts , computer engineering , sonarqube , javascript , money , history , distributors , insurance , cash , ldap , working experience , logics , esb , html , general , message queue , developers , pages , affirmative action , information technology , oracle , mysql , maintenance , before & after , pick , business logic , jquery , questionnaires , apache kafka , sv , postgresql , email , jpa , tomcat , business rules , aws , storefront , digital production , multimedia , android , high level design , junit , premises , languages , maven , tags , reason , hibernate , client requirements , phase i , management system , mobile , jira , customer service representatives , inventory system , management skills , beta , ajax , database , caf , intranet , coldfusion , api , migrating , jenkins , credit , css , websphere , ug , b2c , portals , case , ivr , revenue , particular , ios , authorization , tone , teams , enterprise , servlets , spring boot , jax-ws , kenan , siebel , record , written communication , default , devices , operators , netbeans , transformation , preparation , merchandising , cvs , software design , pocket pc , eclipse , cloud computing , graphics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 1/6
Current Designation: Technical Architect - Cloud & Microservice
Current Company: Coforge Limited (Erstwhile NIIT
Technologies)
Current Location: Delhi
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in West India
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Advance Computing]
Verified : Phone Number | Email - id
Coforge Limited (Erstwhile NIIT Technologies) as Technical Architect - Cloud & Microservice
Jun 2019 to Till Date
# Designed the application architecture, deployment architecture for the application to operate in data center for the multi-
tenant system.
# Developed backend micro services in java spring boot to support mobile app and web app. Developed CI/CD pipeline
for microservices.
# Helped transition the project to cloud in AWS.
# Played key role in migrating the on-premises project to AWS Faregate and other AWS services.
# Setup AWS Infrastructure using Terraform.
# Migrated Jenkins pipelines to Gitlab for each of the micro services.
Shotformats Digital Production Pvt. Ltd., as Head Mobility Engineering
May 2016 to May 2019
Description: Presently, I am handling and managing a team of 5 developers including trainees. The best and challenging
part
of my current role is to look after various verticals like, MOBILITY (VAS), D2C, Mobile Insurance, RnDs and many more.
Used different AWS technologies with Microservices to improve overall performance of project with lesser cost.
Responsibilities:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rahul Miglani
Technical Architect seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Solution
Architecture,Requirement Analysis,Cloud Computing,Spring
Boot,Hibernate,Jenkins,Eclipse,JIRA,Java,AWS
Key Skills: Technical Architect,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Solution Architecture,Requirement Analysis,Cloud Computing,Client Servicing,Spring
Boot,Hibernate,Jenkins,Eclipse,JIRA,Java,AWS
Summary
? 15 years and 4 months of experience with strong process, project management, and people-management skills. Fully
hands-on while in high-level leadership roles, providing architecture, data modeling, software engineering, and hands-on
development.
? Excellent working experience in Cloud computing and multitenant application architect and design.
? Good oral and written communication skills, an entrepreneurial spirit and a strong desire to learn and create innovative new
products.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 2/6
? Migrate the Wap portals project from Monolithic architecture to Microservice architecture.
? Design and develop AdNet Tool that is used to keep track of number of subscription and churn on daily based.
? Design and develop SMS Contest Platform that is used to play contest in Tata.
? Worked on Call-back module and fixed revenue gap issue occurs in different operators, Also implemented Grace
for all the operators.
? New project Scope and Feasibility defining.
? Interaction with Operators for solving issues which occur.
? Driving and Building up team.
? Regular Monitoring and assigning work to team members.
? Working along with CTO and CEO on upcoming Research and Development projects on both National and
International Projects.
? Development and Architecture of Mobile Insurance project.
? Working with Sales and Marketing members to resolve queries and providing solution to get best outcome from
product on both national and international operators.
? Monetizing maximum from traffic and handling unnecessary traffic.
Mobility National Operator Includes: Airtel, Aircel, Idea, Vodafone, BSNL, TATA, Uninor
International Operators Include: Tpay(Kuwait), SimDigital(Indonesia), Juno-Tele(Lanka, UK, India), RGK
(Rusia), Intarget (South Africa), Tpay (Egypt), SLA Mobile, SV Mobi(Thailand), MacroKiosk(Thailand),
Mondia(South Africa, Guinee, Madagascar, Botswana)
Mobility Products: Tinytv, SuperMobels,PlayGirls, Photostories, Talkies, Movie Talkies, Game On, News & More
Insurance Products: Mobile Insurance
Working Standards: AGILE Methodology
Few Recent Achievements:
a) MIS and establishing process on track again
b) CMS reformation
c) Integration of various ad-networks and implementing various Post back URLs for them
d) Real time Revenue Monitoring System.
e) Appreciation on successful solutioning RnD projects of Vodafone, Telenor, Reliance, Aircel
Real Networks Pvt. Ltd., as Senior Manager - Software Engineering
Jan 2012 to May 2016
# Working as a Technical Lead.
# Work on System Requirement Specification, Low Level Design & High Level Design documents.
# Code Development/ Unit testing/ Bug fixing in various interface channels as CCC, BULK, MIS, MIS Batch.
# Coding Business objects and controller classes using our own RSS API, which is the core part of our RBT product.
# Done Changes in RSS API business logic and created new methods as per storefront requirement.
# Deploy RSS API on Glassfish application server.
# To formulate the plans, business rules and logic of the application.
# Development of the front-end using JSP, Servlets, Spring 3.1, Mybatis with the help of JSTL and Custom Tags.
# Analysis of client requirements, preparation of software specifications, and design of user interface.
# Configuration and Administration of Tomcat 6.x and deploying the applications.
IBM as Senior System Engineer
Jul 2010 to Jan 2012
* Work on System Requirement Specification, Low Level Design & High Level Design documents.
* Handled teams sitting at multiple locations.
* Interact with other teams for integration of Web services.
* Work on business logic & presentation part of this project.
* Helped junior resources in their work.
Wipro Technologies as Senior Software Engineer
Jul 2008 to Jul 2010
* Work on System Requirement Specification, Low Level Design & High Level Design documents.
* Involved in client meetings.
* Fixed bugs.
* Helped other team members in their work.
* Work on performance issue which we face before & after delivering the project in to the production.
Oakton Global Technology Services Centre as Software Engineer
Jan 2007 to Jul 2008
* Work on business logic & presentation part of documents & reports modules.
* Write test case using Junit.
* Fixed bugs.
Catalytic Software as Software Design Engineer
Oct 2005 to Dec 2006
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 3/6
* Test Component.
* Bug fixing for Beta and Feed Handler component.
* Work on Enhancement part of it.
UG: B.Tech/B.E. (Information Technology) from Maharishi Dayanand University (MDU), Rohtak in 2004
PG: PG Diploma (Advance Computing) from CDAC, Hyderabad in 2005
Other Qualifications/Certifications/Programs:
Diploma (Computer Engineering)
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 2020 15 Year(s) 5 Month(s)
Hibernate 3.0 2020 8 Year(s) 0 Month(s)
CORE JAVA 1.8 2020 15 Year(s) 5 Month(s)
JavaScript 2013 7 Year(s) 9 Month(s)
EJB 3.0 2016 4 Year(s) 4 Month(s)
Spring 3.0 2018 8 Year(s)
Struts 1.2 2012 3 Year(s) 0 Month(s)
JSF 2.1 2018 5 Year(s)
AWS 2020 3 Year(s) 0 Month(s)
spring boot 2020 3 Year(s) 0 Month(s)
WEB SERVICES
JPA, JMS, Apache Kafka 2 Year(s) 0 Month(s)
SonarQube, JIRA 1 Year(s) 0 Month(s)
Docker, Jenkin, GIT CI/CD 2020 3 Year(s) 0 Month(s)
EditPlus 2, Eclipse
MyEclipes 5.1, NetBeans
Oracle 9i -8i, MySQL 2016 7 Year(s) 0 Month(s)
HTML, JDBC
Weblogic 10.3, Websphere
Tomcat 7, Jboss 3.0.4
CVS, VSS, SVN, GIT
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 4/6
Nature of Employment: Full Time
Project Location: Greater Noida
Role: Solution Architect
Duration: Jun 2019 - Oct 2020
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Mumbai
Role: Project Leader
Duration: May 2016 - Till Date
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Gurgaon, India
Role: Project Leader
Duration: Jan 2012 - May 2016
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Apr 2009 - Jul 2010
Onsite / Offsite: Offsite
Team Size: 6
Projects
Project Title: Instant Feedback
Client: Haufe Group
Skill Used: Java Spring Boot, AWS, Terraform, PostgreSQL, GitLab, GitLab CI/CD
Project Details: A Feedback application to promote open-feedback culture amongst organizations. The app is available on
both the platforms Android and iOS. The app used Flutter for the front-end and Java microservices deployed on AWS cloud
as backend.
Project Title: Multiple Wap Portals and Vodafone Device Security Solution
Client: IDEA, Aircel, Airtel, Reliance, Uninor, Vodafone, Tata
Skill Used: JAVA 1.6, JavaScript, CSS, HTML,Ajax, Jquery, Spring 3.1, JSF 2.1, SQL, PL/SQL, Apache Tomcat web server,
MySQl, Eclipse IDE, Maven (4.0) build tool.
Project Details: Presently, I am handling and managing a team of more than 10 developers including trainees. The best and
challenging part of my current role is to look after various verticals like, MOBILITY, VAS, D2C, Mobile Insurance, RnDs and
many more.
1. Re-Architecture of current CMS module of VAS and Mobility Vertical.
2. Logics to build on modules to attract customers and giving them flawless products.
3. New project Scope and Feasibility defining.
4. Interaction with Operators for solving issues which occur.
5. Driving and Building up team.
6. Regular Monitoring and assigning work to team members.
7. Working along with CTO, VP and CEO on upcoming Research and Development projects on both National and
International Projects.
8. Development and Architecture of Mobile Insurance project.
9. Working with Sales and Marketing members to resolve queries and providing solution to get best outcome from product on
both national and international operators.
10. Integration of Ad-networks.
Project Title: AIRCEL & IDEA RBT (Ring Back Tone)
Client: IDEA & AIRCEL
Skill Used: JAVA 1.6, JSP, Servlets, JavaScript, CSS, HTML,Ajax, Jquery, JAX-WS Web Services, Spring 3.1, SQL, PL/SQL,
Mybatis 3.0.6, EJB 3.0, JXLS 1.0, Apache Tomcat web server, Glassfish 2.1.1, Oracle 10g Database, Eclipse Indigo as java
IDE, Maven (4.0) build tool.
Role Description: * Working as a Team Lead.
* Work on System Requirement Specification, Low Level Design & High Level Design documents.
* Code Development/ Unit testing/ Bug fixing in various interface channels as CCC, BULK, MIS, MIS Batch.
Project Details: RBT 3.5 Service Platform is the integrated system that provides mobile multimedia content service
management functionalities and supports Ringback Tones (RBT), Video Ringback Tones (Video RBT), Ring Tones (RT),
Video Ring Tones (Video RT) and Graphics for either a single operator or multiple operators.
In addition, the Service Platform provides service operation environments for subscribers, the mobile operator and
RealNetworks. Subscribers can set their desired features via various storefronts such as WEB, WAP, SMS, Star2Copy, OBD,
IBD, CCC, IVR, USSD, MIS etc. which can be designed and developed according to the operators requirements. The Service
Platform controls and manages content ingestion, content distribution, content merchandising, as well as content publishing
to the RBT storefronts.
Project Title: Enterprise Payment System
Client: Aircel
Skill Used: WebLogic 10.3, Eclipes, JSF 1.2, Hibernate 3.0, JMS, Ejb 3.0, WebServices
Role Description: • Work on Subscriber payment , Caf Payment & Admin screens (i.e Credit Card Type, Mutilated Cheque
Reason, Billing Ad Circles, Payment Headers, Receipt Reasons, Banks, Payment Deletion Reason, Terms & Conditions and
EPS Roles & responsiblities to
Project Details: Enterprise The EPS (Enterprise Payment System) application is part of the transformation initiative to have
an integrated Enterprise payment system for recording payments made by customer at all Aircel walk in channels. This
system will be available at all the touch points where a customer can make payments through cash, cheque, DD, credit card,
Debit Card and can receive a receipt of the payment made. The payment system will be integrated with the Aircel Kenan
billing system and Siebel CRM using ESB.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 5/6
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Jan 2009 - Apr 2009
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Sep 2008 - Till Date
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jun 2007 - Aug 2007
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2007 - Apr 2007
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Oct 2006 - Nov 2006
Onsite / Offsite: Offsite
Team Size: 6
Project Title: Number Management System
Client: Aircel
Skill Used: WebLogic 10, Eclipes, JSF 1.2 with Facelet,Hibernate 3.0, Ejb 3.0, WebServices
Role Description: • Work on business logic & presentation part of all the modules (i.e. Search, transfer, reserve & update
Inventory) in this project.
• Fixed bugs.
Project Details: The NMS (Number Management System) is the part of the transformation initiative taken to have a web
interface on the Kenan Inventory System.
This application is to be used by dealers, distributors and customer service representatives to search reserve, transfer and
update inventory. The NMS system will be integrated with the Aircel Kenan Inventory System using ESB.
Project Title: CDR Report
Client: Aircel
Skill Used: 1. JSF 1.2 with Facelet2. Hibernate3. EJb 3.0
Role Description: • Worked on presentation part of this module.
• Fixed bugs.
Project Details: The CDR Report application is Intranet Based Web Application. A URL will be provided to the users to
access the application.
The goal of this solution is to provide Call details as per legal requirements for police verification purpose for a particular
Mobile / IMEI number for the new circles being launched by Aircel in Phase I i.e. Delhi, UP (E), UP (W), Andhra Pradesh,
Karnataka, Mumbai and Kerala.
Project Title: Showroom
Client: GE Money
Skill Used: Java|X|J2ee (Struts)|X|JSP|X|Java Script
Role Description: · Worked on Presentation layer of modules Form - Manage Form, Manage Version, Manage Application
Page, Manage Questions & Files.
· Understanding the Project and its business logic.
Project Details: Project Showroom is a loan processing application suite. Questionnaires can be made using the showroom
product, which will collect all the loan processing information from the customers. The application has pre qualifiers pages,
short and long application forms which help in the loan-processing phase. It is developed to provide a product suitable for the
direct, centralised B2C channel, targeted at prime customers. It is a reconfigurable application in which business can add
new products as required without IT intervention.
Administration Portal lets the business administrators add new products. The new products are totally configurable and
manageable through the administration site.
Configurability is provided so that client can create new products independently.
Project Title: Asset Managment
Client: GE Money
Skill Used: Java|X|J2ee (Struts)|X|JSP|X|Java Script|X|Hibernate|X|JSF
Role Description: 1. Worked on Employee Details, Asset Detail & Change Data modules.
2.Involved in development and coding of front-end using HTML, JSP
3. Developed business Logic using JSF.
4.Wrote business logic (DAO using Hibernate).
5.Fixed bugs.
Project Details: The Asset Management is a web-based application used for managing information about assets.
All IT hardware assets should be correctly related to their corresponding cost centre.
A specific employee belongs in a cost centre and an asset (e.g. Desktop PC) may be assigned to an employee).
All changes to ownership, or use of an IT hardware asset should be fully traceable
Each time an asset is updated, for example assigned to a new employee, a read only record needs to be stored in the
change history table along with the current application users SSO
Project Title: Text to screen moderator
Client: MTV
Skill Used: Java|X|Hibernate
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e1900…
https://freesearch.naukri.com/preview/printResume?uname=a3bb468f89e6af822ff15e604aae8a810c0f5f05421a0e450712450c5e0d5242400e190044400b080102… 6/6
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Apr 2006 - Aug 2006
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2006 - Mar 2006
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Oct 2005 - Dec 2005
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Role Description: * Wrote business logic (DAO using Hibernate) for all the modules.
* Set logger properties in DAO.
* Schedule a stored procedure to run periodically
Project Details: The Text to screen Moderation system is an application enterprise solution, which will enable MTVN to semi
automate the moderation of the messages sent to the channels. A Message is being sent from cell phone to a TV channel.
As soon as message arrives in the message queue bus, the message filter engine will pick the message and scan the
message for any blacklisted words.
The moderator is authenticated and authorized using LDAP. The moderator will have access to the queue names for which
he / she is authorized to view. The incoming messages are shown to the moderator. The message retrieved from the server
to be displayed on the moderation tool is locked and associated with the user currently
Project Title: Notifiation Engin
Client: Compubahn
Skill Used: Java|X|J2ee (Struts)|X|JSP|X|Java Script|X|XML
Role Description: 1. Worked on Manage Alert, Mange Profile & Connected users module.
2. Understanding the Project and its business logic.
3. Involved in development and coding of front-end using HTML, JSP.
Project Details: This Compubahn Project is a Web based Tool used by mobile company for sending alerts to pocket PC. Alert
can of different kinds like: Mail & Messages. Its a conversion project. The existing architecture is in J2EE & we convert it in
MVC.
Project Title: System Managment Interface
Client: Invertix
Role Description: 1. Testing Component.
2. Bug fixing for Beta and Feed Handler component.
3. Worked on Enhancement part of it.
Project Details: The System Management Interface (SMI) is a web-based tool that allows administrators to manage the
mNET system through such functions as controlling user and administrator accounts, modifying default settings, maintaining
SIGs, etc.
The purpose of this project is to convert the existing SMI Coldfusion application to a Java\JSP application using Struts Frame
work and Tomcat is used as a Web Server
Project Title: Device Registration
Client: Invertix
Role Description: 1. Understanding the Project and its business logic.
2.Developed business Logic using struts.
3. Worked on Enhancement part of it.
Project Details: The Device Registration is a web-based tool that allows users to register their devices like email, mobiles,
pagers etc and also send the test messages to those devices.
The purpose of this project is to convert the existing device registration application to a Java\JSP application using Struts
Frame work.
Rank 496: Resume 1401 with similarity score 0.019700257008565362
Resume Text: B.E , B.TECH , BS analyst programmer , full time , software developer oats , redux , general , telugu , entity framework , css , designation , microsoft office , visual studio , validity , user defined functions , affirmative action , web api , tokens , maintenance , ltd , windows , web technologies , jquery , json , english , authorization , pattern , wpf , web applications , status , c# , metadata , embedded , email , project , record , electronics , rest , blockchain , mvc , synergies , middleware , online , building , languages , dtc , asp.net , export , mvs , sovereign , ado.net , javascript , .net framework , linq , technology , microsoft sql server , stored procedures , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e1006…
https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e100643450b0c0c07… 1/3
Current Designation: Analyst Programmer
Current Company: Web Synergies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Web Synergies as Analyst Programmer
Jul 2018 to Till Date
PROJECT PROFILE
Project #1
Project Name : OATS Email Addon.
Company : Web Synergies India Pvt. Ltd.
Client : Halia Labs.
Environment : Visual Studio 2015.
Technologies : MVC, C# .Net, SQL Server 2014, Web API.
Web Technologies : HTML, CSS, JQuery, AJAX .
Team Size : 4
Project Description:
Added new Extended Properties for OATS
Extended Mail View
Authenticating the Logins Based on the tokens provided by rest API
Showing details of email attachment from metadata as Embedded Data.
Verification Record
Shows validity of the Attachment as status message "Valid" or "Not Registered" depending on the response from
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
SARIPIRALLA JAYAPRAKASH REDDY
Analyst Programmer seeking roles in Software Development,React Js,Redux, C#.net
,ASP.net MVS,Sql Server,Javascript, Visual Studio,HTML,CSS,JQuery,AJAX,
Key Skills: HTML,CSS,JQuery,AJAX,Javascript,JSON,React.Js,.NET Framework,C#,ASP.Net MVC,Middleware,SQL
Server,LINQ
Summary
Having 2+ year of experience in Microsoft Technologies.
Having 1+ year of experience in React JS framework.
Having experience in developing web applications using Microsoft .Net technologies.
Having knowledge of building web-based applications on Microsoft .NET framework 4.0 using C#, ADO.NET, AJAX, React
JS, JavaScript, JQuery, HTML technologies.
Extensive knowledge in developing Web Applications using MVC pattern and windows applications.
Extensive knowledge in using T-SQL for developing Stored Procedures, User Defined Functions,and Joins.
Good Communication and Interpersonal skills.Quick learner and commitment to perform quality work .
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e1006…
https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e100643450b0c0c07… 2/3
server.
Data Export
Insert/Export button to export the data as CSV .
Registering the Email as DTC.
Project #2(Internal)
Project Name : Web Synergies Online Exam Portal
Company : Web Synergies India Pvt. Ltd.
Environment : Visual Studio 2015.
Technologies : MVC, C# .Net, SQL Server 2014
Web Technologies : HTML, CSS, JQuery, AJAX .
Team Size : 4
Project Description:
Admin can create questions and add them to the exam. We can choose between multiple choice questions or True/False
questions. The students are provided with a link to the online exam, they can login and can take the exam.
Project #3
Project Name : EMtrust Desktop Utility
Company : Web Synergies India Pvt. Ltd.
Client : Halialabs.
Environment : Visual Studio 2017.
Technologies : WPF, C# .Net.
Team Size : 4
Project Description:
EMtrust is Decentralized ID tech which ensures Self Sovereign Identity for those who cares about privacy
Emtrust Desktop Utility is a software where customers can register any files into blockchain server, everyone can verify file
and transfer files between two customers.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Srinivasa Ramanujan Institute of Technology in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Visual Studio 2015.
Microsoft SQL Server 2014
C#.Net, SQL, T-SQL, React JS
HTML, CSS, JavaScript, jquery, AJAX
LINQ, Entity framework, ADO.NET
MVC
WINDOWS
Microsoft Office 2007/2010/2013
Languages Known
Language Proficiency Read Write Speak
English
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e1006…
https://freesearch.naukri.com/preview/printResume?uname=24a7654f9128b8f3446f7ddc56b83fcf0b5b0f531f4109165116480b0f5a551f450e100643450b0c0c07… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 497: Resume 844 with similarity score 0.01965403583058382
Resume Text: B.E , B.TECH associate , technical delivery manager , senior software engineer , full time , junior software engineer , full stack developer csat , graphql , redux , mockito , customer , jenkins , kubernetes , designation , ug , mar , affirmative action , information technology , addition , diving , docker , cloud , ionic , webpack , dfa , maintenance , revenue , typescript , apache , beginner , vanilla , advanced , authorization , english , hindi , enterprise , jasmine , status , spring boot , deliveries , vue.js , email , project , express , fedex , application , google , record , mongodb , leadership , airline , microservices , focus , solution architecture , angularjs , vast , karma , splunk , german , aviation , design patterns , junit , shell scripting , computer science , languages , maven , spanish , evernote , hibernate , electron , python , coding experience , javascript , pds , adx , french 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f40…
https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f405744155e5f095… 1/3
Current Designation: Associate Technical Delivery Manager
Current Company: Accolite Software
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Accolite Software as Associate Technical Delivery Manager
May 2015 to Till Date
Full Stack Developer
Client: Evernote, Chile
(March 2020 - Present)
* Contributing to develop future versions of Evernote app.
* Working to update the existing architecture.
* Involved in regular bug fixes and release management.
* This role helped me learn - "Efficient software development for a billion users".
Associate Technical Delivery Manager
Client: FedEx Express (Cargo Airline)
(Sep 2018 - Mar 2020)
* Helped BU achieving revenue targets to 190% for FY2018-2019.
* Employee of the year 2018. Ensured timely deliveries.
* Grew from a 2 member team to a 120+ member BU.
* This role helped me learn - "Leadership, customer success, efficient team work".
Senior Software Engineer
Client: FedEx Express (Cargo Airline)
(May 2015 - Aug 2018)
* Designed, developed and deployed over 17 enterprise products in 4 years for FedEx aviation unit.
* Achieved 120% annual performance for FY 2017-2018.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Aaditya Sharma
[ES6/7, Java 11, React, Angular, Springboot, Microservices, Serverless Architecture,
Design Patterns] - A fullstack tech-lead with 7 years of coding experience with Java,
JavaScript. Open for tech-lead / architect roles.
Key Skills: Tech Architect, FullStack, Project Management, Requirement Analysis, Solution Architecture, Advanced Java,
Microservices, Spring Boot, Hibernate, Docker, Kubernetes, ES6/7, JavaScript, ReactJS, Redux, NodeJS, Serverless
Architecture, Design Patterns
Summary
A "JavaScript + Java" ninja! -- 7 years of extensive hands on experience of designing, developing and deploying web
applications. -- Vanilla JS, ES6/7, ReactJS, Angular, Node -- Advanced Java, Design Patterns, Data Structures -- Major
experience is in monolithic app development, now moving towards cloud and serverless architecture. An efficient team-lead and
an individual contributor with a good focus on soft and hard skills.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f40…
https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f405744155e5f095… 2/3
* This role helped me learn - "Development for Enterprises; Computer languages are more beautiful an human languages;
talking to computers is more beautiful than talking to humans, ironically."
HCL Technologies as Senior Executive AdOps (PDS Analyst)
Jun 2014 to May 2015
* In addition to diving-deep into Google's vast array of advertisement products (DFP, DFA, AdX), learnt how to keep the
customers happy, always.
* Consistently maintained the highest CSAT Record.
* This role helped me learn - "The impact and importance of words, for business."
Experia Media as Junior Software Engineer
Dec 2013 to Jun 2014
* Started with a 2 member team, and helped it grew to an efficient 30 members team in just 5 months.
* As a team, we delivered 7 large scale projects.
* This role helped me learn - "People matter, challenges to run & grow a small scale business.
UG: B.Tech/B.E. (Computer Science and Engineering) from The LNM Institute of Information Technology in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Javascript, ReactJS
REdux, Typescript
AngularJs
NodeJS, GraphQL
GatsbyJS, Gulp
Jasmine, Karma, Webpack
Spring
JAVA
spring boot
Hibernate
Docker, Kubernetes
Shell Scripting, Serverless
Maven, Jenkins, CICD
Junit, Mockito, Splunk
ReactNative, D3js, Vue.js
Mongodb
Python, R, Electron
Ionic, Apache Thrift
Languages Known
Language Proficiency Read Write Speak
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f40…
https://freesearch.naukri.com/preview/printResume?uname=8fa6d6d395aec066ea86a9842e7263165e5b5c024a120115031314090800021c1b5f405744155e5f095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Hindi Expert
French Beginner
German Beginner
Spanish Beginner
Rank 498: Resume 1130 with similarity score 0.019595698926247646
Resume Text: M.Sc , M.S , BS , B.E , MS , B.TECH system administrator , associate , traffic manager , devops , cloud administrator , cloud engineer , cloud software engineer , full time , sql developer , test engineer , part time , balancer , technical support engineer maintainability , version control , log management , telugu , security , microsoft azure , formal methods , connect , vault , docker , databases , software integration , beginner , design documents , status , specifications , multi-factor authentication , snapshot , cenelec , transportation , rdbms , testing , features , reliability , ec2 , infrastructure , sql server , server administration , notification , pipeline , italian , ansible , web apps , devops , powershell , kubernetes , designation , hindi , ltd , windows , test specification , cli , english , troubleshooting , modifications , protection , project , groups , provisioning , peering , hyper-v , software architecture , disaster recovery , batch files , test strategy , vmware , javascript , tax , technology , disk , business requirements , data centers , business continuity , reporting , continuous delivery , general , options , scripting , visual studio , data migration , affirmative action , rbac , public , dynamo , utilization , checks , advanced , iaas , continuity management , email , aws , operations , patrol , premises , languages , export , microsoft exchange , amazon , failover , dashboards , engineers , manuals , folders , high availability , nosql , validation , hybrid cloud , step , routing , analytics , firewall , access control , permissions , import , authorization , panda , test environments , embedded , two-factor authentication , azure active directory , focus , cost effective , electronics , servers , s3 , storage , technical documentation , network administration , load , test execution , software verification , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a14…
https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a140312440e0f5c5… 1/3
Current Designation: Technical Support Engineer (Intelligent
Disaster Recovery & Business Continuity Management)
Current Company: Perpetuuiti Technosoft Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Bhubaneshwar
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Telecommunication
Engineering]
Verified : Phone Number | Email - id
Perpetuuiti Technosoft Services as Technical Support Engineer (Intelligent Disaster Recovery &
Business Continuity Management)
Sep 2020 to Till Date
Working for Disaster Recovery both On-Premises and Cloud by using Continuity Patrol.
Infolog Solutions Pvt. Ltd. as System Administrator (Cloud Infra)
Feb 2020 to Jul 2020
1. Install, configure, administrate, manage, and support Azure compute instances, Azure Monitoring, Azure Storage,
Storage Explorer, Azure Key Vaults, Snapshot, V Net, V Net Peering, Azure Firewall, Route Tables, Load Balancers,
Traffic Manager, Web Apps, Azure Kubernetes.
2. Involved in Version Control, Build & Release Management and Deployments of the Solutions to the Dev, Staging &
Production Environments using Azure DevOps process (CI/CD) and toolsets of Visual Studio, Docker
Containers, AKS (Azure Kubernetes Service), App Service.
3. Configure VM Scale Set for identical VM and applications as per the business requirements for dev/test environments.
4. Utilize and apply Role Base Access Control (RBAC) IAM for resources.
5. Worked on Azure VMs include creating virtual machine instance, create snapshot of the instance, create disk volume,
add/delete disk volume from existing system, re-size VMs, re-size disk volume, create NSG, manage virtual system
network.
6. Build & manage log management using Azure Log analytics and Create alerts, dashboards, and monitoring for Azure
Last Active: 9-Feb-21 Last Modified: 5-Feb-21
Rajendra Panda
Cloud Engineer seeking roles in ,Cloud Administrator,Cloud Support Engineer, Azure &
AWS IAAS,AWS & Azure Admin,Database Migration,Cloud Infrastructure,Cloud
Operations,Cloud Migration, Backup & Restore,Disaster Recovery & Business
Continuity Plan.
Key Skills: azure,aws,firewall, vms,auto scaling,kubernetes,containers,vpn,cloud migration,security,
networking,iam,storage, server administration,sql,azure active directory,cli,disaster recovery,backup &
restore,monitoring,Powershell,Database Migration
Summary
I am Microsoft Certified: Azure Administrator Associate (AZ-104) and Master's (M.S) in
Telecommunication Engineering from University of Bologna, Italy with
Overall 2.5 years Work Experience in
AWS, Azure Cloud Engineer & SQL
Development.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a14…
https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a140312440e0f5c5… 2/3
Services.
7. Established the site-to- site VPN connection between Data Center and Azure.
8. Installation and configuration of server roles like Active directory, on windows 2016 Data center.
9. Configure security in Azure AD using privilege access management, Identity protection, Multi-factor authentication
(MFA) for two-factor authentication.
10. Configure Azure Active Directory and set registered custom domains to sync with on-premises environment Using
AD connect to create hybrid cloud infrastructure.
11. Planning and design complex architecture design and document for Data center migration from Physical Server,
Hyper-V, and VMware to Azure using Azure site recovery.
12. Responsible to work on Azure backup server to backup azure virtual machine, restore Azure VMs, restore file and
folders and Disaster Recovery into the Azure cloud using recovery vault.
13. Migration of on-premises data SQL Server to Azure SQL Server by using Azure Data Migration Assistant.
14. Implemented and managed Azure SQL Databases - create and configured the SQL Databases and restoring the
database.
15. Focus on Windows Servers, Azure Active Directory, Microsoft Exchange/O365, VMWare System, Hyper- V, Storage &
Backup solution.
PQE Group as Cloud Software Engineer
May 2018 to May 2019
1. Actively manage, improve, and monitor cloud infrastructure on AWS Services like EC2, S3, EBS snapshots and RDS,
including backups, patches, and scaling.
2. Experience in AWS platform and its features including IAM, EC2, EBS, VPC, IGW, RDS, AWS Workspaces, AWS
Organizations, Cloud Watch, Cloud Trail, Cloud Formation, Autoscaling, Cloud Front, S3, and Route53.
3. Configured AWS Multi Factor Authentication in IAM to implement 2 step authentication of user's access using
Microsoft Authenticator and AWS Virtual MFA.
4. Amazon IAM service enabled to grant permissions and resources to users. managed roles and permissions of users
with the help of AWS IAM.
5. Configuring and managing AWS Simple Notification Service (SNS) and Simple Queue Service (SQS).
6. Troubleshooting AWS EC2 instances for Status check through System Status checks and Instance Status checks
alerts and rectifying if necessary.
7. Established the site-to- site VPN connection between Data Center and AWS.
8. Created load balancers (ELB) and used Route53 with failover and latency options for high availability and fault
tolerance.
9. Initiating alarms in CloudWatch service for monitoring the server's performance, CPU Utilization, disk usage, Amazon
RDS DB services and EBS volumes to take recommended actions for better performance.
10. Worked on Multiple AWS instances, set the security groups, Elastic Load Balancer and AMIs, Auto scaling to design
cost effective, fault tolerant and highly available systems.
11. Designing and configuring secure Virtual Private Cloud (VPC) through private and public networks in AWS by
creating various subnets, Elastic IP's, routing table, Network ACL, NAT gateways, VPC Peering.
12. Programming scripting - PowerShell, CLI.
13. Migrated data from Data centers and on-premises to Cloud using AWS Import/Export Snowball service.
14. Used Ansible Playbooks to setup Continuous Delivery Pipeline. Deployed micro services, including provisioning
AWS environments using Ansible Playbooks.
15. Installation, Configuration and Management of RDBMS and NoSQL tools such as Mongo DB, Amazon Dynamo DB,
Amazon Document DB.
16. Worked on AWS VMs include creating virtual machine instance, create image of the system, create snapshot of the
instance, create disk volume, add/delete disk volume from existing system, re-size VMs, re-size disk volume, create
security group, manage virtual system network.
Gleo Technology Pvt. Ltd., as SQL Developer
Aug 2014 to Aug 2015
1. The job role is SQL developer providing raw data for analysis purposes to the sales and marketing team of the
company.
2. Responsible for designing advanced SQL queries, procedure, cursor, triggers, batch files.
3. PL-SQL (Triggers & Procedures) is written for updating the data into the database to update the reporting purpose
tables.
4. Updating prices, tax structure into the database on request for the sales operation team.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Institution of Electronics and Telecommunication
Engineers,New delhi in 2014
PG: MS/M.Sc(Science) (Telecommunication Engineering) from University of Bologna in 2018
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a14…
https://freesearch.naukri.com/preview/printResume?uname=d3dc96bd30919db04edce5e93cdc3eb35a5f09034b4008100147445b0b0f504e160a140312440e0f5c5… 3/3
Other Qualifications/Certifications/Programs:
Microsoft Certified: Azure Administrator Associate (AZ-104)
Nature of Employment: Full Time
Project Location: Bologna
Role: Test Engineer
Duration: Dec 2017 - May 2018
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India,Germany,Netherlands
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 1 Year(s) 5 Month(s)
AWS 2020 1 Year(s) 5 Month(s)
Networking 2020 1 Year(s) 5 Month(s)
CLOUD MIGRATION 2020 1 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
Italian Beginner
Oriya Proficient
Projects
Project Title: Software Integration Test for Railway Control Systems
Client: Alstom Transportation
Skill Used: RTRT ADA
Project Details: 1. Validation of technical documentation (Requirements specification, Software Architecture and Detail
Design documents, Safety Concepts, Technical safety Reports, Test specifications and Reports, User manuals).
2. Evaluation of Reliability, Availability, Maintainability and Safety of real-time embedded computer systems by means of
formal methods and simulation-based techniques
3. Software Verification, Validation and Testing of a software product for onboard rail.
4. Analysis and execution of system tests.
5. Checking compliance with the relevant standards. (CENELEC EN:50128-2011)
6. Test strategy and plan definition, write or review test specification, lead test execution, review and approve test reports.
7. To formalize anomalies if any, to organize review to analyze anomalies and to request modifications if required.
8. To carry out regression tests after anomalies correction.
9. Test Integration Performed in RTRT.
Rank 499: Resume 1281 with similarity score 0.019587517425990898
Resume Text: B.E , MS , B.TECH , BS software engineer , solutions architect , associate , partner , technical project manager , solution architect , full time , project leader , devops consultant , team member , solutions developer core java , showcase , algorithms , use case , space , spring , docker , angular , linux , status , perl , grasp , infosys , integration testing , continuous integration , system architecture , xml , bitbucket , chrysler , build tools , mailers , loan origination , writing , connectivity , online payment , technical discussions , weblogic , sales strategy , system administration , daily copy , workflow , organization , artifactory , pipeline , ansible , retail , devops , maturity assessments , interfaces , kubernetes , user friendly , designation , confluence , xslt , hindi , cloud , ltd , knowledge management , english , jasmine , agile , ftp , scenario , karma , deals , ibm , construction , rest , research , resource management , custom reports , reporting tool , settlement , struts , javascript , technology , availability , client side , disk , stored procedures , powermock , continuous delivery , general , team management , project teams , affirmative action , oracle , lists , center of excellence , utilization , customer requirements , unix , implementation experience , timelines , email , manufacturing , aws , j2ee web services , github , junit , design patterns , middleware , maven , languages , business process , draft , hibernate , proof of concept , scheduling , jira , dashboards , sonar , database , ajax , functionality , api , mentoring , onboarding , contests , mockito , jenkins , sams , soap , ug , ecr , telecom , coe , azure , import , authorization , internet , enterprise , servlets , sql , application , focus , npm , records , cron , interfacing , cucumber , design thinking , ecs , transformation , repository , framework , e-commerce , merchandising , bamboo , time to market , sphere , python , housing finance , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 1/5
Current Designation: Devops Consultant
Current Company: Infosys Technologies Ltd
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Technologies Ltd as Devops Consultant
Mar 2010 to Till Date
DevOps Center of Excellence (CoE) account involves latest research and development in DevOps world. This team
creates sample use cases, pocs and point of views with latest technologies and tools and share with all the accounts/
horizontals across the organizations.
Any account across the organization who needs implementation of such use case in their Client environment, this team
will loan the resources (as DevOps Consultants) from short to medium period to complete the implementation at the client
side.
We are continuously monitoring and sensing forthcoming changes (technical as well as process related) and act on it
before it comes to the market.
Team also showcase the new use cases and point of view to entire organization by means of regular mailers, contests,
hackathons and many more. As a senior COE member I am responsible for implementing Continuous Integration and
Continuous delivery in various projects, provide tools and best practice recommendations and assisting team onboard to
the CICD solutions.
Additionally, day to day activities involved Team management, Knowledge management, Trainings and Onboarding new
members within COE.
Responsibilities:
ï?· Resource Management
ï?· Customer Management
ï?· New Use Case creation: Based on latest technology tools and trends we have
solution for every scenario in the labs.
ï?· CICD implementation: Implement CICD solutions in projects using various
DevOps supporting toolsets like Jenkins, GoCD, Travis, Maven, Sonar, Junit,
Grunt, Karma, Jasmine, Docker, Kubernetes, Open Shift, Ansible, Chef etc.
Last Active: 3-Feb-21 Last Modified: 31-Jan-21
Tanaji V Chavan
AWS certified Solution Architect with hands on with enterprise DevOps, Terraform,
Python
Key Skills: Python,Terraform,Terragrunt,Serverless,DevSecOps,Devops,Continuous
Delivery,Github,AWS,Docker,JIRA,Jenkins,Bamboo,Appscan,enterprise devops
Summary
With 15 years of total IT experience and AWS Certified Solutions Architect Associate I am looking for some challenging
opportunity to showcase the strength and potential developed across all these years. I have total of 4 yrs in DevOps
implementation experience along with AWS, Expertise in Enterprise DevOps Jenkins, CICD, Terraform, Terragrunt, python and
most AWS services with serverless. Currently also working on Enterprise Github Migration from Bitbucket. Experienced in
DevSecOps implementation with IBM Appscan.Worked in USA for 3.5 years as onsite coordinator.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 2/5
ï?· Maturity assessments: Help project teams identify gaps in their CICD
implementation, and recommend appropriate tooling and practices.
ï?· CICD showcasing: Evangelize importance of Continuous Integration and
continuous delivery through working Proof of Concept solutions.
ï?· Client solution discussions: Conduct technical discussions with stakeholders for
CICD implementation. Assist project teams in their CICD integration issues, recommending tools etc.
Tata Technologies Ltd as Solutions Developer
Feb 2008 to Feb 2010
Project
DaVincy QWP
Client
Chrysler USA
Duration:
10 months(March09-
Feb10)
Roles played:
Developer
Technology:
*JAVA,SERVLET,EJB2.0,JS
P,XSL,XML,JAVA SCRIPT,
AJAX,WAS 5.0/6.0,DB2 8.1
Solutions Developer Tata Technologies Ltd.
DaVincy QWP is a server based, multi user web application for the analysis of data
related vehicle claims. It is built using J2EE technology. The service is accessible
via a standard web browser (IE5.0 and above). The application is a reporting tool to
analyze claims generated after a vehicle is sold to the customer. The analysis is
further used to improve upon the quality of the product.
The administration mainly involves, monitoring the daily import jobs which import
the vehicle & claims data from FTP server to database server then processes it and
sends it to the appropriate tables. Administration also involves disk space
monitoring, job monitoring etc.
Responsibilities:
System administration, Web Sphere administration, disk space and job
monitoring. The administration mainly involves monitoring Production server's
status.
Interacting with the Customer to understand the business process and workflows.
To grasp process concepts, convert into process algorithms.
Design and construction.
Writing Shell Scripts in Linux environment.
Writing a cron job using shell scripts, this daily copy the files from FTP server to
database server.
Patni Computer Systems Ltd as Software Engineer
Nov 2005 to Feb 2008
Project:
POSM: Point Of Sale
Material
Client:
Proctor & Gamble
Duration:
12 months (Jan07-
Jan08)
Roles played:
Developer
Technology:
*Java, Jsp, Struts,
Oracle 9i
Software Engineer Patni Computer Systems Ltd.
The POSM on-line (POSM) is an application to manage Point-of-sale material used
by P & G to support their sales strategy and to promote sales. Merchandising
products are an important part of modern retail point of sale display, to inspire
customers to shop your products. The POSM displays must be modern, innovative,
user friendly and interesting. The availability of Point of Sale material at the right
time, the right place, with the right customer focus plays an important part in
attracting the client, and improving actual sales. There is a sizable cost involved in
designing, manufacturing and distributing the point of sale material. It is P & G's
focus to improve utilization, and also to reduce cost wherever possible
Responsibilities:
Responsible for understanding the system architecture.
Responsible for Implementation of the presentation UI using new Display Tag
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 3/5
Library.
Writing Stored procedures in Oracle.
Responsible for Implementation of DAO and Factory Design Patterns.
Implemented Type 4 database connectivity in existing system and Implemented
External system interfacing functionality.
Project
DFS: Dealer Finance
System
Client
Electrolux USA
Duration:
5 months(March06-
Dec07)
Roles played:
Developer
Technology:
* Web sphere v5.0,
J2EE,EJB,SMTP,Web
Services, XML, DB2
Software Engineer Patni Computer Systems Ltd.
DFS is a central system, which holds the entire data & business process related to the
Electrolux business. It interfaces with 20 external entities, which include the Create
Online payment lists For the Dealers. It covers the following business areas -
Acquisition, Issuing & Fulfillment, Servicing, Settlement & Reconciliation, and
Reporting of the dealer records.
Responsibilities:
As a Team member responsible for understanding customer requirements.
Developing new web services for application.
Create, validate, and clearly document the end-to-end business.
Responsible for providing new business solutions for existing system.
Project: SAMS:
Client :
Electrolux USA
Duration:
3 months (Nov05 -
Feb06)
Roles played:
Team Member
Technology:
* Servlets, Jsp XML,
SQL
Software Engineer Patni Computer Systems Ltd.
SAMS applications deals with the managing the control over Dealer claims on
Electrolux products. Each user has given a separate user code and feed the data
across each of their location and then uploads to a central repository. A good
reporting API is provided in this application which helps to decision making of the
core business
Responsibilities:
Analyze, design, develop and maintain end to end Business workflow.
Development for customer requested enhancements.
Unit, functional and integration testing of application.
Create a draft copy of web portal and perform demo
UG: B.Tech/B.E. (Computers) from Dr BAM University Department of Management Science, Aurangabad in 2004
Other Qualifications/Certifications/Programs:
Internal certification For J2EE web services
Infosys Certified DevOps professional
Internal Certification on Design Thinking
Infosys Certified AWS Cloud Practitioner
Infosys Certified DevOps Professional - Expert
AWS certified Solutions Architect Associate
AWS Certified Cloud Practitioner
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 4/5
Nature of Employment: Full Time
Role: Solution Architect
Duration: Dec 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time Duration: Jun 2019 - Aug 2019
Onsite / Offsite: Onsite
Team Size: 30
IT Skills
Skill Name Version Last Used Experience
JAVA
SERVLETS
JSP , Struts
Ajax, EJB, DB2
Oracle, Web services
JAVA SCRIPT
Core Java, unix, Spring, and Hibernate.
XML, XSLT, Perl
Swing,Oracle
WAS 5.0/6.0,DB2 8.1
EJB2.0
TCC Framework
STRUTS 1.2
ORACLE 9I
Mockito/Powermock 2017 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Proficient
Projects
Project Title: Toyota Devops Platform
Client: Toyota
Skill Used: AWS,Github,Bitbucket,CICD using Jenkins, shared library, Terraform, Terragrunt, Github workflows, Lambda
Functions Serverless, Docker.
Project Details: DevOps Platform is unique enterprise devops architecture for CICD and all the devops processes for all
applications in org. Around 150 applications migrated to platform with seamless integration and workflows. It caters for almost
all known technologies like java dot net python go etc. With wide variety of build tools like maven npm go pip setuptools and
devops tools like sonar jenkins artifactory xray. Everything deployed to AWS using major aws services including S3,ALB,
serverless, Lambda functions, ECS,ECR,. Infra as code using terraform and terragrunt is the critical factor in the
implementation.
Project Title: DevOps Implementation
Client: GIC Housing Finance Ltd.
Skill Used: Azure DevOps, CI-CD
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f1751…
https://freesearch.naukri.com/preview/printResume?uname=2230ffaeac24d7c8a3bc50e25adfcd6e0a5f5c0049105d115247425d0b5f551c420f175111155f0c0f544… 5/5
Nature of Employment: Full Time
Project Location: Pune
Role: Project Leader
Duration: Jun 2018 - Mar 2019
Onsite / Offsite: Offsite
Team Size: 18
Nature of Employment: Full Time
Project Location: Pune
Role: Sr. Project Leader
Duration: Mar 2017 - Sep 2017
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Project Details: Reputed customer from housing finance industry recently started with a transformation initiative for their
business. A new application was developed with new strategies. The Loan origination system was developed with spring
micro-services and angular frontend.
This development was carried out considering DevOps from the beginning. Everything was on cloud. This project
demonstrated appropriate uses if Agile and DevOps with tools like JIRA, Confluence and Azure as cloud partner. Improved
client satisfaction and the faster time to market achieved through early involvement of DevOps implementation.
Responsibilities:
As a devops consultant, the design of CI-CD architecture
JIRA-Confluence administration, custom reports/dashboards
Creation of Jenkins Pipeline for springboot/angular
Setup Azure Repo- Branching Policy
Installation and integration of the CI Tools
Gating criteria definition and educating dev team.
Release pipeline till UAT and automated integration/performance t
Project Title: DevOps COE
Client: Internal
Skill Used: DevOps, CI-CD, Docker, Kubernetes
Role Description: Technical Project Manager
Project Details: DevOps Center of Excellence (CoE) account involves latest research and development in DevOps world.
This team creates sample use cases, pocs and point of views with latest technologies and tools and share with all the
accounts/ horizontals across the organizations.
Any account across the organization who needs implementation of such use case in their Client environment, this team will
loan the resources (as DevOps Consultants) from short to medium period to complete the implementation at the client side.
We are continuously monitoring and sensing forthcoming changes (technical as well as process related) and act on it before
it comes to the market.
Team also showcase the new use cases and point of view to entire organization by means of regular mailers, contests,
hackathons and many more.
Project Title: Virginmedia Middleware developement
Client: VirginMedia UK
Skill Used: Java, Rest-Soap webservices, Junits,EJB, Mockito, Cucumber, JIRA, Bamboo, Maven, SVN, Weblogic Ora11
Role Description: * Own the Responsibility of the overall project/track delivery.
* Working as a lead of a team comprising of 12 people.
* Routine tasks involved task scheduling, service/defect allocation and mentoring for the team along with self assigned
task.
Project Details: This Project involved the development of web services for major telecom domain client across UK. A 40
member team engaged in different project tracks to develop and deploy the services as per the requirements from the
solution designers. All of the services are consumed and very critical for customer business and its ed users.
With the strict timelines main challenge for this project is to get the development and deployment completed within estimated
timeframe with best quality.
Rank 500: Resume 100 with similarity score 0.019572724979176347
Resume Text: MS , BS profiler , senior developer , lead consultant , software engineer , cognos , associate , systems engineer , management consulting , application developer , java developer , .net developer filing , award , training , computing , apparel , testing tools , private equity , connect , asp.net mvc , functional testing , restructuring , bloomberg , platforms , databases , castle windsor , data collection , nmock , gradle , vsto , airlines , japanese , multinational , infosys , invision , product management , jprobe , doctors , mumbai , pl/sql , facebook , management consulting , writing , watir , components , features , building , infrastructure , nunit , supply chain , sql server , cognos , weblogic , technical analysis , shares , engagements , streams , server side , outlook , automation , retail , multilingual , footwear , open source , user friendly , pattern matching , loans , apache camel , web services , general insurance , trading , fitness , profiler , natural gas , grads , ltd , windows , service providers , electronic products , nhibernate , visual basic , web applications , agile , project , tridion , mongodb , processing , angularjs , microsoft word , programming languages , sbt , biztalk , diamond grading , data analysis , six sigma , c++ , git , winforms , visuals , research , sms , his , phones , struts , javascript , couchdb , technology , rolling , client side , positioning , measures , html , reporting , scrum , currency exchange , microsoft office , developers , golang , visual studio , vendors , design , principles , data analytics , public , xp , maintenance , questionnaires , xml schema , architecture , claims management , tomcat , aws , sports , android , junit , content management , xstream , maven , decision support , freemarker , nant , teradata , rhino , investment banking , management system , global management , financial data , foreign currency , equities , coaching , food engineering , online , document management , spring mvc , alfresco , mentoring , mockito , credit , css , omnigraffle , sahi , soap , websphere , portals , telecom , rake , case , oracle database , scratch , social impact , medical equipment , visualization , ios , risk , teams , maps , spring boot , productivity , scalability , c# , devices , professional liability , sony , mondrian , drools , consumer lending , led , rate management , british , servers , hospitals , finance , offshore , framework , moq , iis , tableau , olap , resharper , python , jsunit , ado.net , refactoring , cmm , intellij idea Microsoft Word - Ashish_Kumar_Feb_2018.docx
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute
ASHISH KUMAR
Application Developer
Ashish serves ThoughtWorks as a Lead Consultant in the role of Application
Developer with over 18 four years of experience in the creation of large-scale
distributed object applications and the integration of disparate systems. He has
worked with companies across different domains with delivery and/or coaching
responsibilities. He has worked on different tech stacks ranging from C#/. NET,
python, Java, Scala, Golang with multiple successful software delivers.
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 2
ThoughtWorks Experience
ThoughtWorks University (Jul 2018 – Feb 2019)
Ashish worked as a trainer ThoughtWorks' training program for newly hired graduates,
ThoughtWorks University, working in a diverse team to develop a web-shop application in Java,
Spring and HTML/CSS.
Apart from coaching/mentoring the grads, Ashish helped with managing the AWS infrastructure
used in ThoughtWorks University.
Client: A large consultancy firm (Dec 2016 – Apr 2018)
Ashish joined as the Tech Lead of a team that took over a Data analysis and visualization solution
from a different team in ThoughtWorks. After successful migration, he also led the effort to
improve performance and productivity, along with reducing operational cost on AWS. Tools and
technology used were Golang, AWS, React, Tableau (as the visualization tool) and Java, along with
testing tools like Gatling and Gauge.
Client: Credit card and Consumer Lending Firm (Sep 2014 – Dec 2016)
Ashish was assigned as a Tech Lead on multiple teams over this period and worked closely with
the client to primarily build an event sourced banking platform that allowed them to manage
multiple products and future lines of business on a single highly horizontally scalable system.
Ashishs work with this firm was focused on OO development using XP principles and Test Driven
Development (TDD).
Ashish worked on a number of engagements where he was responsible to evangelise XP
practices.
Tools and Technologies used: Java, Spring Boot, Active MQ, React among others
Client: Sony (Mar 2013 – Sep 2014)
Sony Corporation is a Japanese multinational conglomerate corporation headquartered in Tokyo.
The company is one of the leading manufacturers of electronic products for the consumer and
professional markets. Sony tasked ThoughtWorks with creating a global website with a consistent
brand, while maintaining localized support products, pricing, and visuals.
As a Tech Lead on one of the streams of the project, Ashish was involved in discussions and
ideating of the architecture, and leading the stream to build a re-usable and decoupled multi-tier
system.
Tools and technologies: Scala, AWS, Apache Camel
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 3
Client: US Based Airlines (Jan 2013 – Mar 2013)
Ashish joined as a senior member of an offshore team in India to work on building a cross
platform solution (across iOS, Android, Windows, and Web) for a US based airlines, which went
on to win awards for innovation.
Client: US based Eye Care Insurance Provider (Jul 2012 – Oct 2012)
This project involved developing international portal for a leading US based eyecare insurance
provider. As part of this project the team developed multilingual commercial web portal for
doctors, hospitals and insurance customers across Canada, UK and Australia to use it for claim
filing, processing and provider search. The team used technologies like Play, SBT, Scala and
AngularJS framework. Other technologies involved were Java, JUnit, mockito, JBehave, chef on
Windows environment.
Client: DataWinners (Apr 2012 – Jun 2012)
Ashish joined the team as a Tech Lead on a project which involved creating an online hosted
service for NGOs to be able to meet their data collection and analysis needs. He had been
extensively involved in development of smart phone application. This was an open source work
being done under the Social Impact Program of ThoughtWorks. The platform supports registering
entities, defining questionnaires and collecting data for them via multiple channels like SMS, Web
and Smart Phones and visualizations like maps and charts.
Client: Diamond Grading Company, London (Mar 2011 – Apr 2012)
Ashish worked as a Senior Developer on a system to manage the Diamond grading and inscription
process. As part of this, the team also worked on enabling the company to add new brands using
the existing process.
This was a WinForms based project that involved a lot of hardware integration for various
Diamond analysis devices. The tech stack for this project was .Net based using: NUnit, Moq,
NHibernate, Castle Windsor DI, White.
Client: U.S. Based Consulting firm (Aug 2010 – Dec 2010)
Mr. Kumar joined as a senior member of an offshore team in India to work on a public website
application for a large consulting firm in the US. The team consisted of a high proportion of people
new to the project and the ThoughtWorks way of working. Mr. Kumar role was primarily to lend
stability when most of the original team was rolling off. The project involved enhancing a public
website with Tridion being used for Content Management, and ASP.Net MVC for presentation of
the content. Other tools and technologies used in the project were .Net 3.5, C#, Facebook
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 4
Connect, NUnit, Rhino Mock, JavaScript, JSUnit, CSS, Castle, WCF, Cruise, SQL Server 2005, SVN
and Git.
Client: U.S. Based Retail company (Mar 2010 – July 2010)
This project involved working with wide variety of technologies using the Java platform like JBoss, Struts,
Hibernate, and Spring etc. Significant work was also done in managing the Content Management System
(Alfresco) which was used for Web Content Management and involved writing XML Schema and web scripts
using the FreeMarker template engine.
Mr. Kumars responsibilities involved making enhancements to existing features and development of new
features. He was required to interact and collaborate with developers and analysts in the US and India (as
this was a distributed agile team). Releases were made every alternate week.
One of the recent requirement involved building a platform to deliver regional/localized content for
various regions within the U.S. (up to the granularity of Zip Code but configurable at City, State and DMA
levels). The Drools Rule Engine was used to perform pattern matching and selection of appropriate
content.
Client: A leading independent retailer of train tickets online (Dec 2008 – Aug 2009,
Oct 2009 – Mar 2010)
The project was about building a system to sell train tickets on multiple portals, via multiple delivery
channels, and supporting multiple payment methods. Mr. Kumar worked on multiple sub-projects with this
client. The kind of work ranged from restructuring the code base and build files to allow multiple teams to
work together on the same code base, development of web-services, and UI development, as well as
technical analysis. Tools and technologies used included .Net 2.0/3.5, C#, WCF, Castle, BizTalk, NUnit, Rhino
Mock, JavaScript, CSS, Git and Cruise, SQL Server 2005, Oracle 10g.
Client: A global management consulting firm (Aug 2009 – Oct 2009)
The project was aimed at upgrading an existing application to plan a roadmap for a project, and assess its
feasibility, from .Net 1.1 to .Net 3.5. Tools and technologies used were .Net 3.5, C#, SQL Server 2005 and
NUnit.
Client: A leading Asian Equities Broking, Private Equity and Investment Banking
group (Jan 2008 – Nov 2008)
The aim of the project was to develop a custom application to generate and publish research reports from
scratch using financial data from different data vendors, like Bloomberg, or by re-using content from
previously produced reports. This required using a Content Management System, like Alfresco, in this case,
and integrating with MS Word using VSTO technology to produce and categorize reports for easy retrieval
later. The application used REST-based communication between client and server. Mr. Kumar was on this
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 5
project as a tech lead, developer and was involved in analysis, technical decisions and development on
both server side and client side application. Tools and technologies used included .Net 2.0, C#, Alfresco,
VSTO, Java, JavaScript, Nant, and Rhino Mock, Mockito.
Client: Leading Total Broker Solutions Provider in UK for General Insurance Market
(November 2007 – Till now)
Mr. Kumar was on this project during a performance and scalability improvement release as a .Net
developer. He was involved in getting the application ready to work in a clustered environment, and also
finding and removing memory bottlenecks. The application had integration with Outlook and Word. Tools
and technologies used included .Net 2.0, C#, Web Services, NHibernate, XStream.Net, Nant, RhinoMock,
SQL Server 2005, DotTrace profiler, MemProfiler, Redemption.
Client: Leading Decision Support Solutions Provider
(January 2007 – October 2007)
This project was about developing a Decision Support System using OLAP engine (Mondrian) with support
for customized measures and comparison against standard US Benchmarks. The new application is
supposed to replace a legacy system written in VB, and provide additional features. Tools and technologies
used included JAVA/J2EE, Cognos 8, Mondrian, XStream, JUnit, JMock, SAHI (automation and testing tool for
web applications), SQL Server 2005, Oracle, Teradata.
Client: One of the largest natural gas transporter in North America (July 2006 –
December 2006)
Mr. Kumar was on this project in Canada as a .Net developer to build an intuitive, user friendly web-based
system to handle increasing business and improve the efficiency for daily and month end processing for
billing and regulatory purposes. Tools and technologies used included .Net 2.0, C#, SQL Server 2005, SQL
Server Reporting Services, WATIR.
Client: One of the largest foreign currency exchange solution providers in North
America (December 2005 – July 2006)
Mr. Kumar was on this project as a .Net developer and mentor to enable the client team in the use of Agile
best practices to improve the work environment and team productivity. He worked on an award winning
application of increasing complexity, enriching features to strengthen the strategic positioning of the client
in the market place.
Client: Leader in Equipment Financing (Leasing/Loan) software and service
solutions (February 2005 – July 2005)
On this project, Mr. Kumar worked as a JAVA developer on the latest release of the application. The project
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 6
involved a 3 tier Swing based java application for leasing/loaning equipment. The technical basis of the
system included Java, JDBC, XML, EJB, JUnit, Weblogic, Oracle and SQL Server database.
Client: One of the leading service providers for Medical Professional Liability
Insurance including Claims Management, Product Management and Risk
Management (May 2004 – December 2004)
Mr. Kumar worked on this project as a .NET developer from early stages of the project. There were multiple
releases of the project, which involved completely replacing the existing claims management system. He
was involved in the initial setup of the NFit functional testing framework for the application. The releases,
that Mr. Kumar helped to develop, included Rating, Rate Management and Document Management. These
releases delivered the rating engine for the insurance provider, and enabled the client to manage their
legal documents.
The project was built on the .NET platform with C# as the programming language. It also involved working
with COM wrappers in .NET for Microsoft Office components for integration with the new system.
Other Experience
Associate Systems Engineer, Tata Consultancy Services; Mumbai, India (July 2003-
April 2004)
As the Offshore Module Lead, Mr. Kumar worked on a project to develop major enhancements in the
features and performance of an existing application. The project involved a Swing based java application
for selling maintenance services to the existing customers of a medical equipment supplier. Technologies
used were Java, JDBC, XML, Java, and Oracle database. Mr. Kumars work with this company was focused on
OO Development, Refactoring and Six Sigma initiatives to improve the performance of the system.
Software Engineer, Infosys Technologies Limited; Bangalore, India (August 2000-
May 2002)
Mr. Kumar worked as a developer on various projects in different domains and platforms using OO, Java
and Microsoft technologies. His work included a project to create a 3-tier web application for trading
company shares in the internal market of the client, with provisions to manage loans for the purpose. On
another project, he helped to develop an inventory and supply chain management application for a large
sports, fitness, footwear, apparel, and sports equipment designers.
Developer, Mahindra British Telecom Limited; Pune, India (July 1999- July 2000)
Mr. Kumar worked as a member of the development team to design and develop a web-application used
to demonstrate various telecom products. The application was also used to collect sales data and generate
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 7
reports for analysis. The technologies used were VB, ASP, COM, ADO, JavaScript on IIS and using Oracle as
database.
Skills
Programming Languages: Java, Scala, .NET, C#, Golang, Python, Visual Basic, XML, PL/SQL, C++
.NET Specific Competencies: ADO.NET, ASP.NET 1.1/2.0, ASP.Net MVC, .NET Web Services, .NET
Remoting, WCF, Windsor Castle
Java Specific Competencies: Java 8, Swing, JDBC, JSP, Spring MVC etc
Distributed Computing: REST, SOAP, WSDL, Active MQ, ProtoBuf
Databases: MS SQL Server, Oracle, DB2, Postgres, MongoDB, CouchDb
Tools:
o Testing: NUnit, JUnit, NFit, Fit, JProbe, NMock, JMock, WATIR, Mockito, RhinoMock etc.
o Build: NAnt, Ant, Maven, Gradle, Rake, Make
o IDE: Visual Studio with Resharper, IntelliJ IDEA
o ORM: Hibernate, NHibernate
o Design: Draw.io, OmniGraffle, Invision
Reporting: SQL Server 2005 Reporting Services
Servers: IIS, WebSphere, WebLogic, Tomcat
Domains: Finance, Leasing, Insurance, Supply Chain, Retail, Data Analytics
Methodologies: Agile, XP, Scrum, CMM, Six Sigma
Education
Bachelor of Technology (Agricultural & Food Engineering) (1995-1999), Indian Institute of
Technology, Kharagpur
Rank 501: Resume 1105 with similarity score 0.019572607967315064
Resume Text: B.E , MS , B.TECH , BS application support , devops engineer , system administrator , associate , management engineer , quality assurance , networking specialist , configuration manager , solution architect , linux administrator , full time , change management , team lead , devops consultant , data management , balancer version control , nfs , x-ray , project managers , microsoft azure , guidewire , vault , pvc , bash , platforms , scanning , docker , voice portal , gradle , beginner , merging , build automation , gateway , digital , httpd , ksh , status , re-engineering , juniors , application architecture , vmware view , local area network (lan) , red hat linux , continuous integration , samba , bitbucket , security analysis , nagios , components , epic , fedora , connectivity , ec2 , infrastructure , solaris , restoration , converter , server administration , weblogic , wide area network (wan) , system administration , organization , suite , artifactory , performance technology , pipeline , sprints , amazon web services , tftp , application configuration , vmware esx , ansible , encryption , upgradation , devops , open source , kubernetes , rcs , designation , confluence , mar , amazon s3 , rhel , application packaging , plugins , rpo , cluster , ltd , linux server , json , english , troubleshooting , cars , stash , groups , leadership , dpm , processing , splunk , range , data analysis , change management , flow , puppet , computer science , strategy , rto , yaml , documentation , dashboard , naming conventions , iptables , sonarqube , sendmail , javascript , requirements management , baselines , kms , standby , disk , insurance , data services , environment management , rpm , optimization , subversion , general , performing , team management , efs , project teams , options , developers , groovy , affirmative action , mysql , technical architecture , debian , rbac , public , maintenance , utilization , customer requirements , unix , centos , iaas , email , tomcat , rsync , configuration management , aws , system development , ubuntu , saas , github , technology solutions , knowledge sharing , design patterns , containerization , unit testing , pod , maven , premises , languages , story , tcl , decision support , client requirements , load balancing , console , cisco , jira , vsphere , management skills , database , functionality , job scheduling , vulnerability , dns server , onboarding , high availability , switching , operating models , jenkins , windows server , openshift , tamil , qualys , hybrid cloud , routing , interpersonal skills , ivr , apache , php , authorization , openstack , automation tools , enterprise , record , snmp , yum , cost effective , telecommunications , cron , ecs , servers , drive , shell scripting , repository , storage , nginx , kannada , selenium , texas , adoption , python , backup solutions , schedules , cloud computing , telemetry , metrics , cd , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 1/5
Current Designation: DevOps Lead
Current Company: Hexaware Technologies
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Hexaware Technologies as DevOps Lead
Jan 2019 to Till Date
- Design & Implement the Shared library with SPEC file approach across the TFS organization level.
- Created the application images and push into artifactory repository.
- Design & Implement the jenkisn master and dynamic worker node with K8 deployment
- Design & Implement the SonarQube as a POD on Dev, Stage & Production
- Design & implement the RBAC management of Jenkins & Sonar production
- Jenkems pipeline integrated with Genrocket, ReadyAPI, Selenium and Grafana
- Used Terraform to deploy the infrastructure code to different environments.
- Created and scheduled the kubernetes objects ?POD, DEPLOYMENT, SECRECTS, PV, PVC, CONFIGMAP.
- Created the kubernetes user creation objects and assigned the roles. Construct the Kubernetes controller objects for
high availability. Worked on configuration Management tool -ANSIBLE. Used AWS infrastructure in DevOps automates
process.
- Develop and manage consistent and coherent DevOps processes, practices to support software development, testing,
builds and deployment. Familiar with build automation tools Maven and Gradle.
- Should have directly worked on creating enterprise level operating models, architecture options
- Drive DevOps adoption by recommending and implementing tool sets and best practices for automation, configuration
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
THIRISANGU VEERASAMY
DevOps Lead seeking roles in Software Engineering,Cloud Computing,Data
Analysis,Continuous Integration,Process Re-Engineering,Quality Assurance,System
Analysis,Technical Architecture,Requirement
Gathering,Jenkins,Azure,Docker,AWS,Linux,GIT.
Key Skills: DevOps Lead,Team Lead/Tech Lead,Software Engineering,Cloud Computing,Data Analysis,Continuous
Integration,Process Re-Engineering,Quality Assurance,System Analysis,Technical Architecture,Requirement
Gathering,Jenkins,Azure,Docker,AWS,Linux,GIT
Summary
More than 10+ years of extensive experience in software engineering & Cloud technologies
Proven experience in Cloud computing, Data Analysis, Continuous Integration, Continuous deployment & Automation
Consistent track record of delivering cost effective, high performance technology solutions
Possess proficiency in Cloud, Open Source, frameworks, design patterns and concepts
Experienced in decision support system of analytical processing applications, process re-engineering, object oriented and
client-server applications
DevOps Consultant with implementation, design, architecture, and team management skills for, across a wide range of
technologies and domains.
Have hands on experience in IaaS, SaaS, Storage, Computing, Networking, Identity, Security and containerization
technologies
Ability to work closely with teams, to ensure high quality and timely delivery of assigned projects.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 2/5
and release management (XL Release & Kubernetes)
- Responsible for ensuring configuration of monitoring for all devops metrics (adaption & CI) to push the metrics in to
Grafana dashboard. Understanding customer requirements and convert them into sate of the art solution.
- For Every sprint roadmap, epic, story, Feature, Impediment, Bug will give Weightage, acceptance criteria, description to
story. After this process will assign story to my team which is around 15 members includes offshore/ and onshore.
- Will have daily stand up with team to discuss on the huddles faced on that day or to remove blockers as well will have
war room call if required.
- Planning for demo ton all stockholder, including the business, infosec and product owners to share the value add for the
current sprints and showcasing the plan for up-coming sprints.
- Client- oriented with strong leadership and team- management coupled with management experience & exceptionally
well interpersonal skills
Verizon Data Services India Pvt Ltd. as Seniors DevOps Engineer
Aug 2017 to Jan 2019
Responsibilities:
Design EC2 instance architecture to meet high availability application architecture and security parameters.
Automated application packaging and deployments though Jenkins Pipeline with Ansible.
Worked on Application Integration and Production & Non-Production AWS environments.
Troubleshooted Continuous integration and automated deployment and management using Jenkins, Ansible, Docker,
or comparable tools.
Managing Application Logs and Database backup in S3 bucket, for archive moving to Amazon Glazier with vault lock
enabled.
DR strategy - Implementation of Pilot light and warm standby DR method based on given RTO and RPO.
Support on customer billing and cost optimization reports.
Designing AWS Architecture for different layers (app/web/db) based on client requirements.
CI/CD - Integrated GitHub with AWS CodeDeploy for the continuous deployment of application into multiple EC2
instance which includes Auto Scaling.
Enabling Encryption on various AWS services by using AWS KMS service and other third-party tools.
Migration of Application and RDS Database from On-premise to AWS Cloud Infrastructure.
Establishing hybrid cloud environment between on-premises and AWS Cloud Infrastructure.
Implementing and controlling the flow of data in the AWS Cloud Infrastructure.
Troubleshooting the issues and providing the permanent solution to the customer.
Aricent Technologies as Configuration Manager/Networking Specialist
Dec 2012 to Aug 2017
Provided CM and Build support for more than 3 different projects, built and deployed to the production and lower
environment.
Defined and Implemented CM and Release Management Processes, Policies and Procedures. Coordinate/assist
developers with establishing and applying appropriate branching, labeling/naming conventions using GIT source control.
Experience working with AWS Cloud computing and launching Instances and automation of administration roles.
Acquired comprehensive requirements from Project Managers, Team Leads pertaining to the servers to be migrated.
Expert in Upgrades, installs, configuration and administration security and monitoring tools on Linux & VMWare.
Installed patches and packages installation on Linux/Unix Environment.
Implement, maintain and support reliable, timely and reproducible builds for project teams.
Maintained build related scripts developed in ANT, Python and shell. Modified build configuration files including Ant's
build.xml.
Created and wrote shell scripts (ksh, Bash), YAML & Python for setting up baselines, branching,
merging, and automation processes across the environments using SCM tools like GIT, Subversion (SVN), Stash and TFS
on Linux and VMWare platforms.
Updating YUM Repository and Red hat Package Manager (RPM)
Performing software installations using yum and RPM. Setting up cron schedules for backups and monitoring processes.
Monitored Linux server for CPU Utilization, Memory Utilization, and disk Utilization for performance monitoring.
Administration of RHEL 5/6/7 which includes installation, configuration, testing on both physical and VMware machines.
Own full lifecycle of build system - from analysis, development, implementation and support of builds, unit testing and
deployments.
CTS-Through Acropetal Technologies as System Administrator
Jan 2012 to Dec 2012
Responsibilities:
Administrating and troubleshooting SVN and Git repository.
Administrating Linux (Cent OS, Ubuntu, Debian, Fedora, Redhat) and Solaris 9,10.
Upgrading CentOS new patch through script to all client machines using yum server.
File system Administration, setting up Disk Quota, configuring backup solutions on Linux.
Configuring and Maintained LVM, logrotate,
Perform all duties related to Linux systems administration DHCP, DNS. NFS, SAMBA, backup & recovery, Auto-
mounting, Printer configuration
MySQL installation, configuration, Mysql DB creation, table's creation, DB backup and restore.
Install, configuration and administration security and monitoring tools on Linux & VMWare.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 3/5
Aditya Birla Minacs IT Service- Through RCS Technologies as Linux Administrator
Jul 2010 to Jan 2012
* Installing and administrating Linux(Ubuntu, Fedora, Redhat).
* Installation of Windows XP/2003/2008/7
* Configuring and maintaining Linux servers(DNS, DHCP and TFTP).
* User, group management and administration.
* Using rsync take the code backp from client server.
* Run the cron job for various task and Configured SAMBA, NFS on Linux systems.
* Configured VNC, YUM repo server on Linux.
* Monitoring Hardware and Software functionality of Linux Server to ensure their connectivity and availability.
UG: B.Tech/B.E. (Computer Science) from Anna University in 2010
Other Qualifications/Certifications/Programs:
Red Hat Certified Specialist in Ansible Automation
AWS Certified SysOps Administrator - Associat
AWS Solutions-Architect-Associate Certified Engineer
Nature of Employment: Full Time
Project Location: Texas, USA
Duration: Nov 2019 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services latest 2020 5 Year(s) 0 Month(s)
Shell Script latest 2020 5 Year(s) 0 Month(s)
Jenkins latest 2020 6 Year(s) 0 Month(s)
Ansible latest 2020 4 Year(s) 0 Month(s)
GIT latest 2020 7 Year(s) 0 Month(s)
DOCKER latest 2020 5 Year(s) 5 Month(s)
JSON latest 2020 4 Year(s) 5 Month(s)
Openshift 2019 2 Year(s) 0 Month(s)
Microsoft Azure 2020 1 Year(s) 0 Month(s)
devops latest 2020 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Tamil Proficient
Kannada Beginner
Projects
Project Title: DevOps automation
Client: toyota financial service-US
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 4/5
Role: Solution Architect Team Size: 14
Nature of Employment: Full Time
Project Location: tokyo, Japan
Role: Module Leader
Duration: Nov 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Project Location: US
Role: Other
Duration: Aug 2017 - Nov 2020
Onsite / Offsite: Offsite
Team Size: 13
Skill Used: AWS, Microsoft Azure, Groovy, JSON, Ansible, Jenkins, Sonar, Qualys, grafana, elk, veracode, X-Ray, artifactory
Role Description: Capabilities
- Requirements Management & Delivery
- Source Code Management / Artifact Management
- Application Package Build & Deployment
- Security Scanning & Code Quality Analysis
- Integrated Testing
- Environment Delivery
- Release Deployment
Project Details: The TFS is the end-to-end delivery pipeline for TFS Digital Factories. The DAL focuses on enabling Factories
to build software the way we build cars, with high quality and consistent outcomes. and do the serf service onboarding
application team in to devops capabilities.
Capabilities
- Requirements Management & Delivery
- Source Code Management / Artifact Management
- Application Package Build & Deployment
- Security Scanning & Code Quality Analysis
- Integrated Testing (Unit, Functional,Performance)
- Environment Delivery
- Release Deployment
- self-service onboarding
Capabilities:
Jenkins on EKS with Dynamic worker node
Jenkins upgradation through customized Jenkins Master Image
Worked node upgradation through customized worker node image
Persistent volume to save plugins and configuration
SonarQube as pod
Centrify vault integration with worker nodes.
Veracode and Qualys as SaaS
Jira, Github, Artifactory migration onprem to AWS
Telemetry enabled for Adaption & CI metrics
Project Title: Guidewire policy center
Client: AXA JAPAN
Skill Used: AWS, Openshift, Devops, Microsoft Azure, docker, Ansible, Sonar, git, maven
Role Description: Handling 5 members team with complete deliverable
Project Details: - Creation of Redhat Openshift Cluster Environment like PROD ,Development, Sandbox with required
application configuration management to run Insurance suite products
- Written Multiple YAML Configuration files to implement different projects in openshift RHEL private container platform
- Design , implement and maintain container based monitoring tools sets like Prometheus, collectord, Sysdig, grafana and
Splunk
- Creation of Ansible modules to implement public cloud and openshift automated deployment
- Application integration, Devops CI/CD , Security analysis for Cloud deployments are part of job duties
- Created different public/private cloud use cases , POCs , documentation, version control, Centralized data management,
mentor Juniors and knowledge sharing
- Analysis of application integrity using Newrelic to identify anomalies , vulnerability release patch and maintain quality of
application and its associated infrastructure components
Project Title: Versizon-Voice portal application.
Client: Verizon
Skill Used: AWS(CloudFormation, EC2, S3, Glacier, EFS, VPC, ELB, ECS, RDS, SNS & SQS ), Jenkins, Ansible, JIRA,
BitBucket, Confluence & Artifactory Docker, Kubernetes, Git, Maven, Shell scripting, JSON, YML Datadog, Newrelic, Nagios
& ELK Apache HTTPD, Nginx, Tomcat & Weblogic Red Hat Linux, Windows Server 2003 & 2008 Linux Infra, Load Balancing
& Networking
Role Description: Application support, Application
AWS migration, System Development, driving DevOps
Automation with Blue-Green deployment till Prod environment
Technically sound with AWS Services, DevOps tools & Docker
Jenkins CI/CD ? automation
Continuous monitor
Project Details: 15 members team and working with rotational sift.
12 application taking care end to end support.
All 12 applications are migrated in to AWS non-prod enviroinment
ew Chatbot application migrated in to AWS with IVR process.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d585642100042…
https://freesearch.naukri.com/preview/printResume?uname=66cac9512b7f77ee069cb670f24140bf595e5f571c420942071315585d5856421000420143400d5f5b5… 5/5
Nature of Employment: Full Time
Project Location: Chennai
Role: Network/System Administrator
Duration: Feb 2015 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore/Chennai
Role: Network/System Administrator
Duration: Dec 2012 - Jul 2015
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Japan
Job Type: Permanent
Employment Status: Full time
Many internal tools are using for production environment management.
All AWS migration and deployment process are added in to Jenkins Pipeline jobs.
Ansible playbooks written for complete automation with change management process with code deployment in production
environment.
Production code deployment done with pipeline and test environment created with Dokcer.
Dokcer POC done on couple of the application.
Project Title: AT&T residential gateway
Client: AT&T
Skill Used: EC2-Instance EBS Volume, Amazon S3 and Glacier Security Groups, IAM Roles, Account and Policies
SNAPSHOTs creation and restoration Elastic Load Balancer AWS Cloud Watch Route53 and VPC Elastic IP Puppet and
Ansible NFS, FTP, DHCP, DNS, SAMBA, Mail, Git repo, mysql and Apache configuration File system management Package
and Patch Administration Job Scheduling Bash and Python, JSON, Vsphere, Vmware View 5/6.0 Vmware ESX 5.1 and 6.0
Virtual center server 6.0 Vmware converter enterprise
Role Description: Worked as a configuration management engineer. taken care customer AWS cloud, Jenkins, Ansible,
Nagios, VmWare, Git, Maven, Docker, Shell, JSON, Pyton and Code build end to end until customer delivery.
Server administration like Linux and Vmware .
Project Details: In telecommunications networking, a residential gateway allows the connection of a local area network (LAN)
to a wide area network (WAN). The WAN can be a larger computer network (such as a municipal WAN that provides
connectivity to the residences within the municipality), The RG like home security product.
Project Title: CPT and Striker
Client: CISCO
Skill Used: Linux Administration, Unix, Shell Scripting, TCL scripting, openstack, MySQL, PHP, SNMP, TFTP, DNS Server,
DHCP Server, Samba Server, Apache Server, IPTABLES, Sendmail, Yum, RPM, VNC, console managment.
Role Description: Linux(FTP,TFTP, DHCP, DNS, SAMBA, Mail, Git repo, mysql and Apache)
Vmware(ESX 6.x, Vspire, Vcenter, Vmotion, HA, DRS and DPM)
Networking(install/configure CTP-50, CTP-200, CPT-600, ME3600, ME3400, ASR9k) L2 Switching and Routing
Project Details: Development and testing centre for CISCO CPT, ME3600, ME3400, ASR9000v, ASR903, ASR902, 7600 and
7900
Rank 502: Resume 70 with similarity score 0.01950322333478946
Resume Text: MS , B.TECH work from home media marketing , css , adobe photoshop , cse , ux design , bootstrap , social media , c programming , adobe illustrator , resume , java , computer science , assessment , app , it , one , python , ion , technology , html Assessment
Q1. Why should you be hired for this role?
Hello, I'm Nikhitha. Currently, I'm pursuing my final year in CSE with a specialization in CyberSecurity. I've also worked as a Peer Mentor for
CyberSecurity for one year in my college. KLUniversity) I've good knowledge of app development Android). I don't have practical
achievements, but I really want to practically explore and experience my potential by delivering the best services to the company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, Ill be available for 3 months, If it is starting right now. For full-time work from the home internship. It's okay as of now.
Resume
EDUCAT ION
CONTACT Phone: 91 6303127429
Ankem Nikhitha
Vijayawada, Bangalore
Applied 31 Dec'20
MSOffice Adobe Illustrator Adobe Photoshop
Bootstrap C Programming CSS
HTML Java Social Media Marketing
UI & UX Design Python
Bachelor of Technology B.Tech), Computer Science & Engineering
KLUniversity
2017 - 2021
CGPA 8.32/10
Rank 503: Resume 719 with similarity score 0.019451916493387175
Resume Text: MSC , BS , B.E , MS , B.TECH company secretary , product development , it professional , full time , senior software developer , team lead , application developer , lead software engineer , project leader training , core java , algorithms , docker , databases , status , application architecture , mumbai , testing , hydrogen , fdt , kibana , procurement , tiff , sql server , organization , crm , continuum , elasticsearch , functional specifications , access , designation , data transfer , tbs , trading , hindi , cloud , cluster , english , troubleshooting , customer data , project , ftp , cable management , tiles , mongodb , microservices , provisioning , solution architecture , angularjs , architecting , rest , c++ , branding , research , tissue , struts , one , javascript , hadoop , pyramid , html , gujarati , feeds , scrum , affirmative action , information technology , mysql , oracle , osgi , maintenance , jquery , advanced , opengl , email , aws , multimedia , cuda , zoom , medical imaging , saas , business acumen , junit , languages , output , websockets , image analysis , hibernate , decision support , toxicology , management system , scheduling , financial data , online , api , spring mvc , software solutions , jenkins , image processing , validation , fiber optic cable , fast data , apache , autosys , sourcing , authorization , teams , servlets , marking , airline , less , servers , client delivery , debugging , running , finance , framework , translation , software development life cycle (sdlc) , python , communications , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 1/4
Current Designation: Lead Analyst - Java-J2EE-Python
Current Company: BA Continuum India
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
BA Continuum India as Lead Analyst - Java-J2EE-Python
Dec 2019 to Till Date
Working Banking finance product as an individual contributor on Java and Python
Responsible for the whole life cycle of the task - from requirement analysis to deployments, updating the books, notifying
the stakeholders etc
JP Morgan as Application Developer
Sep 2018 to Dec 2019
Working Banking finance product
Responsible for the end to end life cycle of the task from requirement gathering to development and
testing.
Aditya Imaging Information Technologies as Tech Lead
Oct 2016 to Sep 2018
Working on medical imaging projects as Tech Lead
Managing the cloud infra and architecting the cloud solutions
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bharat M. Patel
IT PROFESSIONAL WITH 11.6 Year EXPERIENCE
Seeking a challenging and rewarding opportunity with an organization of repute that
recognizes my true potential and effectively utilizes/ nurtures my excellent analytical
and technical skills.
Key Skills: Project Management,Solution Architecture,AWS,J2SE,J2EE,Python,Struts,Web
Services,Spring,Hibernate,Hadoop,PLSQL,MongoDB,MySQL,Jenkins,Docker,Elastic Search,JUnit,Oracle Cloud,Java
Cloud Service
Summary
Offering over 11.4 years of experience in all the phases of Software Development Life Cycle (SDLC) entailing requirement
analysis, design, development, implementation, delivery and troubleshooting
Experience including analysis, design, coding and implementation of large-scale custom-built object-oriented applications;
skilled in debugging, troubleshoot several field issues & post analysed issues
Possess powerful blend of technology vision and business acumen results in consistent development of powerful business
strategies supported by cost-effective, high-performance banking products/solutions
Excellence in gathering and understanding requirements of clients & other multiple stakeholders, followed by translation into
functional specifications as well as provisioning of suitable software solutions.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 2/4
Zycus Infotech as Lead Software Engineer
Dec 2013 to Oct 2016
Working on procurement product development.
Leading two teams. ETL team and Development team.
InteractCRM Solutions as Senior Software Developer
Jun 2010 to Dec 2013
Working on CRM products SMSConnect, CallbackConnect
Working on modules of ThinConnect Multimedia project
INDBAZAAR.COM as Software Developer
Aug 2009 to May 2010
Worked at Tata Communications (Client)
Worked on Fiber Optic Cable Management systems like IMEWE, SEMEWE4, SEACOM
UG: B.Tech/B.E. (Information Technology) from Shantilal Shah Engineering college, Gujarat in 2007
Other Qualifications/Certifications/Programs:
OCJP 6
OCJP 8
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Dec 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 2020 11 Year(s) 4 Month(s)
AWS 2018 2 Year(s) 0 Month(s)
Oracle 2020 4 Year(s) 0 Month(s)
SQL Server 2017 3 Year(s) 0 Month(s)
Elastic Search 2018 1 Year(s) 0 Month(s)
Python 3.7 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Gujarati Expert
Projects
Project Title: ELT - Post Trade Feeds
Client: BA Continuum India
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 3/4
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Sep 2018 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Sep 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Feb 2017 - Oct 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Oct 2016 - May 2017
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Mumbai
Role: Module Leader
Duration: Jan 2016 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 4
Skill Used: JAVA 8, Python, REST, Sandra, Autosys, Microservices, Oracle
Role Description: Working as an individual contributor
Designing, Coding, Testing
Project Details: Equity Linked Trading (ELT) Post Trade Feeds comprises various
applications (OCEND, RAMTradeLoader, Hydrogen etc...) which in a nutshell are responsible for the
processes after the trade is booked, updating the regulators, updating the books, notifying the stakeholders
etc.
Project Title: MorFin Pre-trade
Client: JPMorgan & Chase
Skill Used: JAVA 8, .Net, REST, Hibernate, Autosys, Microservices, Elastic Search, Oracle
Role Description: Working as an individual contributor
Designing, Coding, Testing
Project Details: JAVA 8, .Net, REST, Hibernate, Autosys, Microservices, Elastic Search,
Oracle
Project Title: Image Marking Tool
Client: Sun Pharma Advanced Research
Skill Used: JAVA, OSGi, SWT, OpenGL
Role Description: Designing and developing the architecture of the application as well as testing and deployment
Project Details: Image Marking Tool is used to generate the training dataset for the image
processing algorithms. A pathologist can mark 1-2 regions of a cell or tissue and annotate them and run the
algorithm of IMT and the tool itself will generate the entire dataset which can be used to train the AI model.
Generating a dataset for preclinical toxicology is one of the biggest challenges in the medical domain and
this tool is trying to reduce the effort of pathologies. Universal Viewer 4x capabilities have been extended to
create this tool.
Project Title: iADSS (Image Analysis and Decision Support System) & WSIMS (Whole Slide Image Management System)
Client: Sun Pharma Advanced Research
Skill Used: AWS, JAVA, Spring, Hibernate, REST, Apache Karaf, MySQL, ElasticSearch- Kibana, AngularJS, WebSockets,
CUDA, Company Secretary,
Role Description: Designing and developing the architecture of the application as well as testing and deployment.
Project Details: WSIMS is a UI for managing a chemical compound study on various
species and the iADSS is a set of APIs and services created to support the WSIMS. iADSS also runs image
processing algorithms to find out any abnormalities present in any given tissue. For better performance of
the image processing algorithms, we are running them on GPU using CUDA and C++.
Project Title: Universal Viewer 4x
Client: Sun Pharma Advanced Research
Skill Used: JAVA, OSGi Framework, SWT, OpenGL
Role Description: Designing and developing the architecture of the application as well as testing and deployment.
Project Details: Universal Viewer 4x was designed to support all the pre-toxicology slide
image file formats. However currently supporting SCN, SVC, TIF, TIFF and NDPI file types. Typically one
slide image size is around 2-3 GB in size once it is scanned. So there is no image viewer available in market
which can support all the formats of such huge size. Universal Viewer 4x can open files of any size. It
creates pyramid structure of the image tiles and runs its own custom algorithm to display the images upto
160x zoom. App URL : https://play.google.com/store/apps/details?id=com.adityaimagin.wsims
Project Title: AutoE2E
Client: Zycus Infotech
Skill Used: JAVA, JSP Servlets
Role Description: Created high level project plan and resource scheduling
Development of some of the modules of AutoE2E
Gave support during the final UAT and final implementation/Go-live
Project Details: As Zycus is in the procurement domain, we get customers financial data for
processing. First the data is extracted from customers source systems, later Transformed into Zycuss own
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14…
https://freesearch.naukri.com/preview/printResume?uname=c4c419bd46fc1664e84d2d45fa460eed0c5809594a175c455611465108585142175f14501340510b08… 4/4
Nature of Employment: Full Time
Project Location: Mumbai
Role: Project Leader
Duration: Jun 2014 - Nov 2015
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Mumbai
Role: Module Leader
Duration: Mar 2014 - Jun 2014
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Mumbai
Role: Sr. Project Leader
Duration: Feb 2014 - Oct 2015
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
format and then loaded into databases for the client to get reports. This process is called ETL. Many of the
tasks in this process were manual. AutoE2E generates the End-to-End process of the whole ETL lifecycle
and it has made the complete process touch less. Customer data refresh cycle which was 10days earlier,
now after this tool the same takes 2-3 days per customer
Project Title: FVM
Client: Zycus Infotech
Skill Used: JAVA, ElasticSearch, Kibana, HTML, JQuery
Role Description: As a team lead, designed the application architecture and project plan
Designed the core API of the validation module
Gave support during the final UAT and final implementation/Go-live
Project Details: File Validation Module (FVM) is a SaaS service for Zycus customers where
customers can validate their financial data and if any discrepancies are found, customers get the dump of
the errors in the data which they can download or can access on configured FTP locations. This tool has
helped Zycus reduce the TAT of refresh cycles.
Project Title: FDT (Fast Data Transfer)
Client: Zycus Infotech
Skill Used: JAVA, JSP/Servlets, SQL Server, JQuery
Role Description: As a team lead designed the application architecture and created the project plan.
Also developed the core engine of the application.
Project Details: FDT was proposed to solve the problem of replicating the client database
of MSSQL on all the production environments. The whole customer data is extracted, transformed and
loaded into a database in India and as a final output the database is moved to the US servers for production
use. Replicating TBs of data with 100% accuracy was a challenge and moving huge files had created
unnecessary delays in client delivery. FDT is an advanced file replicating engine in the database cluster
where the huge files are divided into smaller chunks and transferred via multiple lines via multiple routes
and the chunks are replicated over the servers and merged to create the source file at the destination
location.
Project Title: ZSN (Zycus Supplier Network)
Client: Zycus Infotech
Skill Used: JAVA, Spring MVC, Hibernate, SQL Server 2008
Role Description: Responsible for creating project plan, resource scheduling, architecture design
Responsible for the daily scrum and sprint release management
Responsible for getting the requirements from the client, discuss the feasibility about the same, seek
s
Project Details: ZSN provides one single platform for all the Zycus customers for sourcing their
own customers. The need for ZSN arose when Emirates Airline, a customer of Zycus, demanded their
branding for the sourcing production iSource. As Zycus products are SaaS-based, a new product ZSN was
created to provide customer-specific branding where customers can create the branding of the product
online and the same will be live with no downtime across the Zycus products
Rank 504: Resume 1193 with similarity score 0.019391958216278173
Resume Text: B.E , MS , B.TECH , BS technical architect , senior advisor , full time , balancer group accounts , encryption , general , powershell , efs , security , designation , data synchronization , ug , user management , mar , data migration , affirmative action , lists , sharepoint administration , site layout , hindi , maintenance , permissions , authorization , office 365 , english , ssl , commissioning , status , sharepoint online , email , azure active directory , groups , application , aws , configuration management , provisioning , mumbai , onedrive for business , microsoft , business requirements , ops , electronics , servers , s3 , ec2 , languages , infrastructure , putty , load balancing , family , javascript , disk , data governance , amazon web services , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e15001…
https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e1500135140410b0f0a… 1/2
Current Designation: Senior Advisor
Current Company: Concentrix Technologies - Microsoft
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electronics and
Telecommunication]
Verified : Phone Number | Email - id
Concentrix Technologies - Microsoft as Senior Advisor
Mar 2019 to Till Date
Ops Team: Senior Advisor
Build and configure servers on Amazon Web Services (EC2, EFS, ELB, SSL, Security Groups and IAM).
Create and Manage AMIs, Snapshots, Volumes and upgrade/downgrade resources on AWS (CPU, Memory, EBS).
Build and configure VPC, Subnets, Route tables, security groups; establish connection between different AZ.
Add, modify & delete user accounts, group accounts and service accounts across the region. (User management)
Integrated EC2, load balancer, Auto-scaling and EFS solutions by AWS in such a manner that every scaled up
Instance is auto mounted on the EFS and all the SSL encryption is handled by load balancer.
Worked on SharePoint online environment.
Worked on OneDrive for business site and OneDrive for business sync client for data synchronization.
Built up different data governance policies at tenant level and site level.
Data migration with SharePoint online Migration tool and migration issue like throttling.
Vodafone India Ventures Limited as Specialist
Oct 2016 to Mar 2019
Vodafone India Services Private Limited. (October 2016 - April 2018)
Vodafone India Ventures Limited (May 2018 -March 2019)
Provisioning and managing infrastructure requirements using different cloud services (AWS).
Setup and manage different types of resources like EC2 instance, VPC, S3, EFS, Security groups.
Configure Load balancer, auto-scaling rules and defining back up and retention policies for the instances.
Defining family size and hard disk size for EC2 based on the requirements.
Configure and setup SharePoint online environment as per the business requirements.
Prepare and maintain SharePoint sites, libraries, lists and workflows set ups.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
NIDHI YOGESH CHAVAN
Specialist seeking roles in Sharepoint Administration, Configuration Management,
Installation, Commissioning, Data Migration, Sharepoint Development, Business
Requirement, Load Balancing,Powershell, Putty, Azure Active Directory, AWS
Key Skills: Technical Architect, Sharepoint Administration, Installation, Data Migration, Business Requirement, Load
Balancing, Powershell, Active Directory, AWS,sharepoint online,Office 365
Summary
A competent professional with an experience of 4.1 years in Sharepoint Administration, Configuration Management, Installation,
Commissioning, Data Migration, Sharepoint Development, Business Requirement, Load Balancing, Powershell, Putty, Active
Directory, AWS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e15001…
https://freesearch.naukri.com/preview/printResume?uname=d4a5f770233204c92753f1b135e33327505b5d044d475d440a17495b0c01591e1500135140410b0f0a… 2/2
Manages the site layout structure and content.
Formulated and maintained SharePoint permissions and sites.
Configure Office 365 data governance Policies, assigning user license and monitoring tenant usage limit.
User management across the environment using Microsoft AD and IAM.
UG: B.Tech/B.E. (Electronics and Telecommunication) from Pune University in 2016
Other Qualifications/Certifications/Programs:
Diploma, Electronics & Telecommunication
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services
Sharepoint online
Office 365
SharePoint online designer 2013
POWERSHELL
AWS-IAM 2020 4 Year(s) 0 Month(s)
MIGRATION 2020 4 Year(s) 0 Month(s)
Azure AD 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 505: Resume 541 with similarity score 0.01934303180312289
Resume Text: MS , B.TECH work from home , full time english , bot , c programming , skm , linkedin , xml , resume , aiml , java , computer science , chat , completion , assessment , lovely , it , python , technology , cloud computing , google cloud , online Assessment
Q1. Why should you be hired for this role?
My skills match with the profile for this job and as I am very dedicated and punctual to my work. If you hire me I'll give my 100% to your company
and complete the given task within the time limit. Your company will be a great platform for gaining more experience and learn from the best.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for full time work till 20th of January after that I'll be available after 5 pm everyday.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9304168851
Shivam Mishra
Hyderabad
Applied 27 Dec'20
C Programming Java Python
XML
Bachelor of Technology B.Tech), Computer Science
Lovely Professional University
2020 - 2024
Senior Secondary XII, Science
ST. Mary's Centenary Junior College
TSBIE board)
Year of completion: 2020
Percentage: 78.20%
Secondary X
Andhra Association English School
ICSE board)
Year of completion: 2018
Percentage: 80.60%
30 Days Of Google Cloud
Google, Online
Sep 2020 - Nov 2020
It was an event to teach us more about cloud computing.
SKM Chat Bot
Dec 2020 - Dec 2020
https://github.com/mshivam019/SKMChat-Bot
It is an AIML Chat Bot based on ALICE AI by Dr. Richard S Wallace.
Link to my LinkedIn profile
https://www.linkedin.com/in/shivam-mishra-019
https://github.com/mshivam019/SKM-Chat-Bot
Rank 506: Resume 775 with similarity score 0.019335240841791838
Resume Text: B.E , B.TECH software developer , back end developer , part time , full time , java developer spring mvc , spring batch , telugu , security , designation , developers , mar , tamil , affirmative action , mysql , web services , interpersonal skills , hindi , technical direction , beginner , maintenance , ltd , authorization , english , status , spring boot , timelines , postgresql , email , project , jpa , application , microservices , problem solving , languages , hibernate , dashboard , completion , spring framework , javascript , search , organization , learning , decision-making 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b5418170945…
https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b54181709450244100c5b58… 1/2
Current Designation: Java Developer
Current Company: Blue Yonder
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Blue Yonder as Java Developer
Mar 2020 to Till Date
Project #1 (Inventory DashBoard):
Title : Inventory DashBoard
Organization : Yantriks India/ Blue Yonder
Duration : 7 months
Role : Back End Developer.
Team size : 3
Contribution:
Provided technical direction, mentored and assisted the developers in the completion of the project. Taken responsibility
for the delivery of tasks within the stipulated timelines.
Novatium Solutions Pvt. Ltd as Java Developer
May 2017 to Dec 2019
Project #2 (EDUGRID):
Title : EduGrid
Organization : Novatium Solutions Pvt Ltd
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
PRADEEP ETE
Java Developer seeking roles in Software Engineering,Software Development,Project
Management,Application Development,Spring Boot,Spring
MVC,Hibernate,MySQL,JPA,MicroServices
Key Skills: Spring Boot,Spring MVC,Hibernate,MySQL,JPA,Java,Microservices,Elastic Search,Spring Batch,Spring
Security
Summary
Around three and half years of experience in complete software development life cycle
Expertise in JAVA, RESTful Web Services, Spring Framework, Spring Boot and MVC
Extensively worked on developing and implementing software applications with multiple technologies and seamlessly managing
workload to meet the deadline
Excellent Interpersonal skills, outstanding problem solving and decision-making skills
Quick learner able to adapt to new technologies with a minimal learning curve.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b5418170945…
https://freesearch.naukri.com/preview/printResume?uname=7c652000585fb46492050afc6ee227960b5a0f501b155b115743140a0e5b54181709450244100c5b58… 2/2
Duration : 15 months
Role : Back End Developer.
Team size : 3
Contribution:
Provided technical direction, mentored and assisted the developers in the completion of the project. Taken responsibility
for the delivery of tasks within the stipulated timelines.
Project #3 (MCaaS):
Title : MCaaS
Organization : Novatium Solutions Pvt Ltd
Duration : 15 months
Role : Back End Developer.
Team size : 3
Contribution:
Provided technical direction, mentored and assisted the developers in the completion of the project. Taken responsibility
for the delivery of tasks within the stipulated timelines.
UG: B.Tech/B.E. (Computers) from JNTU College of Engineering, in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Spring, Hibernate, Restful Web Services
Spring Boot, Java, JPA
MYSQL, POSTGRESQL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Expert
Tamil Beginner
Rank 507: Resume 180 with similarity score 0.019324201051832936
Resume Text: B.S , MS , B.TECH , BS director , work from home , sales officer , android developer , partner , student , freelance photographer , campus ambassador api , dart , web development , frontier , tabla , blogging , internships , css , photoshop lightroom , adobe photoshop , mobile application development , cse , gym , mysql , video editing , data analytics , databases , fitness , public , maintenance , firebase , instagram , retrofit , english , graphic design , troubleshooting , c# , android studio , google , grasp , store , kotlin , modular , wordpress , mongodb , c programming , creative writing , tracker , itext , notifier , xml , microsoft , resume , github , testing , film , features , machine learning , fundamentals , computer science , vtc , preparation , html5 , cc , android development , android support , notes , photography , completion , assessment , android sdk , cast , parking , python , qr code , javascript , scrap , search , campus , apps , technology , artificial intelligence , history , digital marketing , online Assessment
Q1. Why should you be hired for this role?
I am a CSE graduate from the batch of 2020. I have a strong grasp of programming with C, Python, Java, Javascript and R.
I have good knowledge of Android and Android SDK and have developed applications on Android studio with modular and robust code using
Java/Kotlin and XML, with the implementation of material design on all. I now work with Flutter with Dart to make cross-platform applications.
I have worked with tools like Firebase, iText, Picasso, Agora, etc. I have developed android applications, most of which are listed on my Github. I
have experience with RESTful API's, networking with retrofit, Rxjava etc. I have contributed to the full Mobile Application Development lifecycle
from proper analysis, planning, requirement gathering, development, testing, troubleshooting, deployment, launching on Google play store and
maintenance. I have worked with databases like mongodb, firebase (firestore and realtime db) and mysql
I can create good projects and give my full dedication to this internship. I am a quick learner and I can grasp new responsibilities and new things
very quickly.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months starting immediately.
Resume
EDUCAT ION
JOBS
Dikamjit Borah
Guwahati
Applied 29 Dec'20
Android Kotlin Adobe Photoshop
Adobe Photoshop Lightroom
CC
Blogging C Programming
CSS Creative Writing English Proficiency Written)
HTML Java JavaScript
MSOffice MSWord Photography
Python Video Making WordPress
C Programming Data Analytics Database Management
System DBMS
Digital Marketing English Proficiency Spoken) GitHub
Video Editing Machine Learning R Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Royal School Of Engineering And Technology, Royal Global University
2016 - 2020
CGPA 7.39/10
Senior Secondary XII, Science
Shrimanta Shankar Academy, Dispur
CBSE board)
Year of completion: 2015
Percentage: 85.60%
Secondary X
Maria's Public School
CBSE board)
Year of completion: 2013
CGPA 9.80/10
Android Developer
Digicenter Assam, Guwahati
Jan 2021 - Present
INTERNSHIPS
TRAININGS
Android Support
Nullclass, Virtual
Jul 2020 - Oct 2020
Android App Development
Vision Magitech, Virtual
Apr 2020 - Dec 2020
Developed a variety of apps
Web Development
Bakers Mart, Guwahati
Dec 2018 - Apr 2019
Graphic Design
Bakers Mart, Guwahati
Jul 2018 - Mar 2019
Photography
Bidang MMA And Fitness Gym, Guwahati
Jul 2018 - Nov 2018
Android App Development
Hans Matrimony, Virtual
Jul 2020 - Aug 2020
Implemented integral features
Machine Learning
webtek labs, Guwahati
Jul 2019 - Jul 2019
Web Development
APDCL , Guwahati
Jul 2018 - Present
Android App Development
North East Frontier Railway, Guwahati
Jul 2018 - Aug 2018
Campus Ambassador
Internshala, Virtual
Sep 2017 - Mar 2018
Internshala Student Partner 8.0
Sales And Marketing
Laugh Out Loud Ventures, Virtual
Aug 2017 - Oct 2017
Marketing and Sales Officer
Data Structures
NPTEL, Online
Feb 2020 - Apr 2020
Machine Learning With Python
webtek labs, Guwahati
Jul 2019 - Jul 2019
Machine Learning
NPTEL, Online
Feb 2019 - Present
Artificial Intelligence
MyCaptain, Online
Feb 2019 - Present
Film Making
MyCaptain, Online
PROJECTS
ADDIT IONAL
DETAILS
Jan 2019 - Feb 2019
HTML5 & CSS3 Fundamentals Development For Absolute Beginners
Microsoft Virtual Academy, Online
Jul 2016 - Aug 2016
Android Development For Beginners
Udacity, Online
Jun 2016 - Jul 2016
Internship Preparation Workshop
Internshala VTC, Online
May 2016 - May 2016
C# Fundamentals For Absolute Beginners
Microsoft Virtual Academy, Online
Feb 2016 - Jul 2016
Costtler
Nov 2020 - Dec 2020
https://play.google.com/store/apps/details?id=com.hobarb.costtler
An easy to use and intuitive daily expense tracker
GiitJobs
Oct 2020 - Nov 2020
https://play.google.com/store/apps/details?id=com.dikamjitborah.hobarb.gijobs
Search and apply for developer jobs around the world
ThoughtBook
Jul 2020 - Sep 2020
https://play.google.com/store/apps/details?id=com.hobarb.fictional_spoon
Share doodles and notes with other users
Khetihaar(Farmee)
Apr 2020 - May 2020
https://drive.google.com/file/d/1Cv0PLYYZy5ilOE2QTE2WyIM0YtCliUM/view?usp=sharing
Farmer's query solving portal
FIlmFiller
Mar 2020 - Apr 2020
https://github.com/hunkyxstudman/FilmFiller
Scrap details of your favorite movie like director, cast, etc and store them to a CSV
InstaComm
Mar 2020 - Apr 2020
https://github.com/hunkyxstudman/InstaComm
A python application to find un-followers, and un-likers of your Instagram profile
Supreme QR Scanner
Mar 2019 - May 2019
https://play.google.com/store/apps/details?id=com.hobarb.supremeqrscanner
View what a QR code contains, and save it to history
Parking Fee Calculator
Jul 2018 - Sep 2018
https://github.com/hunkyxstudman/ParkingFeesCalculator2.0
A utility android application to reduce complications in parking
Covid-19 Notifier
Apr 2020 - Present
https://github.com/hunkyxstudman/COVIDNotifier
Get the latest news and kill count for COVID19 from trusted sources and Dr. Himanta Biswa Sarma's tweets regarding the
same
Visharad Part 1 in Tabla
https://play.google.com/store/apps/details?id=com.hobarb.costtler
https://play.google.com/store/apps/details?id=com.dikamjitborah.hobarb.gijobs
https://play.google.com/store/apps/details?id=com.hobarb.fictional_spoon
https://drive.google.com/file/d/1Cv0PLYYZy5ilOE2QTE2WyIM-0YtCliUM/view?usp=sharing
https://github.com/hunkyxstudman/FilmFiller
https://github.com/hunkyxstudman/InstaComm
https://play.google.com/store/apps/details?id=com.hobarb.supremeqrscanner
https://github.com/hunkyxstudman/ParkingFeesCalculator2.0
https://github.com/hunkyxstudman/COVID-Notifier
CONTACT Phone: 91 7002936200
Freelance photographer and video-maker
Rank 508: Resume 828 with similarity score 0.01929991875912919
Resume Text: MS , M.Sc , M.S , BS full time , web developer , front end developer , software developer react.js , api , web development , interfaces , css , designation , ug , orca , affirmative action , studio , mysql , databases , ionic , maintenance , ltd , php , jquery , authorization , visual basic , bootstrap , status , specifications , email , project , grasp , application , mongodb , angularjs , xml , rest , writing , c++ , git , research , sass , leadership skills , python , software design , javascript , layout , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f180…
https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f18021843590e0d0… 1/2
Current Designation: Front End Developer
Current Company: SalesTrendz Corporation
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computer
Applications]
Verified : Email - id
SalesTrendz Corporation as Front End Developer
Jun 2019 to Till Date
Designing and developing user interfaces using AngularJS best
practices.
Integrate data from various back-end services and databases
using RESTful API.
Gather and refine specifications and requirements based on
technical needs.
Orca Studio Pvt. Ltd. as Web Developer (Intern)
Nov 2018 to May 2019
Writing well designed, testable, efficient code by using best
software development practices.
Creating website layout/user interfaces by using HTML,PHP,
CSS,BootStrap,JavaScript, JQuery and different API's.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Rohan Talpade
Front End Developer seeking assignment in Software Development,Software
Application Development,Project Management,Requirement Gathering,Software
Design,Web Development,JavaScript,Angular 4,React
JS,PHP,HTML,XML,CSS,C,C++,Java,Python,MySQL,MongoDB
Key Skills: Front End Developer,Softwar Developer,Software Development,Software Application Development,Project
Management,Requirement Gathering,Software Design,Web
Development,JavaScript,PHP,HTML,XML,REST,Python,MySQL,MongoDB, Angularjs, React.Js, RES
Summary
A postgraduate with a good grasp of various computer technologies.A quick and eager learner with effective communication and
leadership skills.
Seeking challenging work experience in the field of Development and other related technologies.
Other Skills:Software Development,Software Application Development,Project Management,Requirement Gathering,Software
Design,Web Development,JavaScript,PHP,HTML,XML,CSS,C,C++,Java,Python,MySQL,MongoDB,Visual Basic
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f180…
https://freesearch.naukri.com/preview/printResume?uname=684c99ce5ed7fa3935f8c9e5d535d7f70e5c0c03421a0c440540480c590f564b145f18021843590e0d0… 2/2
UG: BCA (Computers) from MITSOM College, Pune (University of Pune) in 2017
PG: MS/M.Sc(Science) (Computer Applications) from Symbiosis Institute of Computer Studies & Research in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C,C++, Java, Python
JavaScript , PHP, HTML ,XML ,CSS,SASS 1 Year(s) 1 Month(s)
SVC tool such as GIT
Angular 2/3/4,React Js,Ionic 1 Year(s) 1 Month(s)
MYSQL,mongodb
Rank 509: Resume 866 with similarity score 0.019266903198017188
Resume Text: B.E , B.TECH , M.TECH software engineer , full stack web developer , information security , java software developer , full time , part time , sql developer react.js , api , spring mvc , quartz , web application development , general , jenkins , css , access , designation , ug , e2e , visual studio , connect , affirmative action , oracle , web services , mysql , hindi , maintenance , apache , information security , ltd , unix , english , authorization , bootstrap , enterprise , status , servlets , postgresql , log4j , 12c , email , project , tomcat , jpa , store , aws , soapui , xml , rest , git , unit testing , computer science , languages , framework , putty , maven , weblogic , dashboards , javascript , eclipse , sonar , technology , persistence , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f10…
https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f100615465a0e0e5… 1/3
Current Designation: Software Engineer I
Current Company: Beckman Coulter India Pvt Ltd.,
Current Location: Bengaluru / Bangalore
Pref. Location: Ahmedabad,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computer Science and
Information Security]
Verified : Phone Number | Email - id
Beckman Coulter India Pvt Ltd., as Software Engineer I
Jul 2017 to Till Date
Responsibilities :
Involved in Development of Consoles/Dashboards for Medical Instruments which provides
the Information about the current status and details of the Instrument.
Used the following Languages or Tools to build the portal application - Java, Spring MVC,
JDBC, J2EE, JS.
React.js, Oracle's Web logic Portal Framework, Java servlets, JSP, JPF,
Oracle 12C DB, Log4J, HTML, CSS, Bootstrap.
Jenkins to manage the build and deployment, PuTTY to access the server (Unix) for
managing the server and logs of application, J-Units for development driven testing,
Apache's Tomcat server for deploying application.
UG: B.Tech/B.E. (Computer Science) from BIRLA INSTITUTE OF TECHNOLOGY in 2014
PG: M.Tech (Computer Science and Information Security) from Manipal Institute of Technology, Manipal in 2017
Last Active: 12-Nov-20 Last Modified: 14-Oct-20
VISHWAS BHARDWAJ
Software Engineer I (Full Stack Web Developer), Seeking Roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement
Analysis,Java8,J2EE,C,SQL,HTML,CSS,JS,React.js,WSDL,XML,SOAPUI,Spring
MVC,Hibernet
Key Skills: Software Engineer I (Java Application Developer),Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Java,J2EE,C,SQL,HTML,CSS,JS,React.js,WSDL,XML,SOAPUI,Spring MVC,Hibernet
Summary
Java Software Developer with 2.7 Years of Experience in Java Web Application Development and UI Development. Capable of
working on E2E web application development. Skilled in developing client side(front end - React JS , HTML, JS) functionalities,
server
side(back end - J2EE) functionalities and REST based Web services using Frameworks such as Spring MVC, JPF.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f10…
https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f100615465a0e0e5… 2/3
Nature of Employment: Full Time
Project Location: Bangaluru
Role: Programmer
Duration: Dec 2016 - Till Date
Onsite / Offsite: Onsite
Team Size: 25
Nature of Employment: Part Time
Project Location: Bangaluru
Role: Programmer
Duration: Jun 2016 - Nov 2016
Onsite / Offsite: Onsite
Team Size: 2
IT Skills
Skill Name Version Last Used Experience
JAVA, J2EE 8 2019 3 Year(s)
SPRING MVC 4 2018 3 Year(s)
JPA 2017 1 Year(s)
Apache Quartz 2017 1 Year(s)
React.js 16.4.0 2019 1 Year(s) 0 Month(s)
JavaScript 2019 1 Year(s) 0 Month(s)
C, SQL, HTML, CSS
WSDL, XML, SOAPUI
Spring MVC, Oracle Weblogic Portal
JPA, Hibernet
Eclipse visual studio
Putty, SQL Developer, Jenkins
Maven, Ant, Sonar, AWS, TFS
Oracle 11g & 12c, PostgreSQL, MySQL 3 Year(s) 0 Month(s)
TFS, GIT
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: Creating Enterprise application to store data
Client: Beckman Coulter
Skill Used: Spring Mvc, J2Ee,J2se ,Maven, React.Js
Role Description: Creating web application ,Unit Testing of Code
Project Details: Web based dashBoard is created for Instruments Beckman Instruments.Used Technologies such as Java,
Spring MVC JDBC,Maven .
Project Title: Creating a web application for apache quartz
Client: Beckman Coulter
Skill Used: Apache Quartz, JPA, Java, JSP Servlets, Maven,
Role Description: My job is create the application coding part was done by me.
Project Details: Certain tasks have to be Triggered at specific point of time apache quartz is used for that . We have created a
web application for that. Used JPA (Java Persistence API ) to connect to database.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f10…
https://freesearch.naukri.com/preview/printResume?uname=b974e55e3b42780652dab394e6f147fc0b5a0c511b1b01100313465f09000449450f100615465a0e0e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 510: Resume 99 with similarity score 0.01921757060116029
Resume Text: B.E , MS , BS cloud architect , lead consultant , certified scrum master , traffic manager , devops , data engineer , zookeeper , solution architect , application developer computing , multi-tenant , security , microsoft azure , platforms , angular , web api , docker , databases , gateway , rabbitmq , printing , messaging , atlassian , building , ec2 , html5 , scala , workflow , abstracts , notification , pipeline , server side , devops , powershell , kubernetes , general electric , protocol , akka , speech , cluster , ltd , wpf , agile , groups , mongodb , microservices , microsoft word , programming languages , range , redis , architecting , rest , java , disaster recovery , machine learning , git , mqtt , boarding , extreme programming , amqp , client side , data engineering , working experience , scrum , healthcare , message queue , distributed caching , information technology , design , hub , advanced , instrumental , apache kafka , architecture , google , manufacturing , aws , oracle coherence , bus , internet of things , eai , big data , cassandra , jira , cloud services , high availability , css , nosql , b2c , analytics , authentication , cleansing , authorization , teams , enterprise , c# , models , application , lake , devices , stream processing , transformation , storage , framework , coverity , cosmos , bamboo , hbase , python , orchestration Microsoft Word - Ashish_Bhalgat_TW_Profile_Jan_2021.doc
www.thoughtworks.com
Ashish Bhalgat
Lead Consultant – Application Developer
Ashish is working in ‘ThoughtWorks Technologies India as Lead Consultant. He has around 14+ years of IT
experience in development of scalable distributed cloud native applications. He has extensive experience in
building IoT (Internet of Things) platform and Industrial IoT application. He is Microsoft certified Azure Solution
Architect, Azure Data Engineer and Azure Security Expert. He has been working on Azure cloud for last 7 years
and with AWS for a year. More than 7 years of experience with agile development and practicing XP extensively.
Ashish has also practiced and developed expertise in building Data Engineering pipeline. Has extensive
experience as technical lead/ Architect in executing projects in domains such as Industrial, Healthcare, Printing,
IoT.
Work Experience:
Nov 2020 - Till Date: ThoughtWorks Technologies India Pvt. Ltd., Pune, India.
April 2012 - Nov 2020: Eaton India Innovation Center Pune, India.
Jan 2011 - March 2012: General Electric Healthcare, Bangalore, India.
August 2006 - Dec 2000: Hewlett-Packard Imaging and Printing R&D Division, Bangalore India.
Education & Professional Certification
B.E. in Information Technology, COEP Pune University, 2006.
Gained Microsoft Azure Security Technologies certification (AZ- 500).
Gained Microsoft Azure Data Engineer certification (DP- 200 & 201).
Gained Microsoft Azure Solution Architect certification (AZ- 303 & AZ 304).
Certified Scrum Master from Scrum Alliance.
Prior Experience
Software Cloud Architect (30-member team): IoT Platform
Company: Eaton Corporation.
(Jan 2013 – Nov 2020
Ashish worked at Eaton and for over 8 years and played instrumental role in developing and architecting Internet
of Things (IoT) platform. The IoT platforms was use by other Eaton engineering teams to accelerate their product
development efforts and reduce the cost to build IoT solution to market. The platform abstracts away the
complex and provides common cloud services to Eaton products. Ashish played a key role in the design and
development of many aspects of this platform, providing technologically advanced yet highly pragmatic
recommendations and guidance.
Architected, Designed and Implemented the high data volume, scalable, distributed, multi-tenant and
high availability The IoT Platform for All Eaton Devices
Passionate about Agile Scrum, Extreme Programming and successfully lead the distributed scrum
team and delivery of the platform with 20+ people (Devs, SRE, DevOps, Test) across the globe.
Hands-on experience in developing IoT Platform using Azure IoT Hub, Azure Function, Azure Event
Hub, Azure Service Fabric, Azure Stream Analytics, Azure Kubernetes Service, Azure Active
Directory, Azure DevOps, Azure Event Grid (Pub/Sub), Azure Notification Hub, Azure Service Bus,
Azure Blob Storage, Azure WAF.
www.thoughtworks.com
2
Design and Development of Restful API based Microservices architecture with Domain Driven
Design (DDD) using Azure Service Fabric, Azure App Gateway, Azure API Management, Azure
Function (Serverless), Azure Container Registry, Docker and Azure Kubernetes Services.
Extensive experience in Azure Data Engineering tool chain Azure Data Lake, Azure Data factory
and Azure Databricks cluster for Data cleansing, transformation and creating ‘Big Data data pipeline.
Working experience on building and deploying Machine learning models using Azure Machine
learning service, Automated ML, Azure notebooks, Azure Cognitive services – Vision, Speech, LUIS,
Chatbots, Text analysis.
Extensive experience on DevOps and MLOps with Atlassian tool chain Jira, Bit Bucket, Bamboo and
Azure DevOps.
Working knowledge on AWS EC2, AWS ELB, Security groups, VPC, subnets, DynamoDB.
Architect, Design and Development of IoT Entitlement system (Authentication and Authorization).
Design User On-boarding, Single Sign-On, MFA workflow, OAuth2 using Microsoft Azure Active
Directory B2C.
Utilize a broad range of open-source technologies,
Server side –
C# .Net, Java, Python, Scala, Akka, Node JS, Restful Services, Web API, Zookeeper, SQL
Server, Serverless, Message Queue.
Client side –
WPF, HTML5, CSS, Java script, Angular, React JS.
Experience working on IoT communication protocol such as MQTT, AMQP/WebSocket.
Practiced and Extensively worked on with NoSQL distributed data stores such as Mongo DB, Apache
Cassandra, Azure Cosmos DB, Time-series datastore Apache HBase, Azure Blob storage.
Hands-On Experience in designing and developing IoT device data Stream processing engine using
Reactive Stream framework.
Extensive experience in Enterprise Application Integration (EAI) technologies and message bus –
RabbitMQ (AMQP series), Azure Service bus, Apache Kafka, Apache Thrift, Google Protocol buffer.
Skills
Programming Languages: C#, JAVA, Scala, Python
No SQL Database: Mongo DB, HBase, Azure Cosmos DB, Cassandra.
Distributed Caching: Redis, Oracle Coherence.
Messaging: Rabbit MQ, Azure Service Bus, Azure Event Grid.
Event Streaming: Apache Kafka, Azure Event Hub.
Serverless Computing: Azure Function, AWS Lambda.
Container Orchestration: Azure Service Fabric, Azure Kubernetes Service, Azure Container
Instances.
Distributed Computing: REST, Microservices, Akka, Reactive Programming.
Data Engineering Tools: Azure Data Factory, Azure Data Bricks, Azure Data Lake Gen 2, Azure
Storage.
High Availability and Disaster Recovery: Azure Traffic Manager, Azure Front Door, Azure Backup
Databases: MongoDB, Postgres, Oracle, DB2, MSSQL Server
www.thoughtworks.com
3
DevOps: Atlassian tool chain (Bamboo, JIRA), Terraform, PowerShell, Git, Coverity, Feature Toggles.
Domains: Internet of Things, Industrial, Manufacturing, Healthcare.
Methodologies: Agile – XP & Scrum.
Rank 511: Resume 1313 with similarity score 0.019194123570759062
Resume Text: B.E , MS , B.TECH , BS sql dba , sql database administrator , on call , full time , service provider , sql server dba , aws solution architect , database architect training , blocking , upgradation , high availability , vldb , general , mirroring , designation , reference data , ug , mar , affirmative action , technical architecture , hindi , maintenance , cluster , database administration , windows , authorization , english , relational databases , panda , troubleshooting , satellite , status , scalability , email , project , application , aws , groups , consolidation , electronics , 2008 r2 , performance tuning , servers , disaster recovery , capacity planning , resolve , building , running , languages , replication , amazon , restoration , broadcast , system administration , javascript , staffing services , schedules , cloud computing , technology , business requirements , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 1/4
Current Designation: SQL Server Database Administrator
Current Company: Path Infotech
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Delhi
Functional Area: IT Software - DBA / Datawarehousing
Role: DBA
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Path Infotech as SQL Server Database Administrator
May 2020 to Till Date
Working as a MS SQL server DBA and AWS cloud DBA in Path Infotech.
Maintaining 300+ Production, UAT and Development Servers, databases size including 18TB VLDB.
Involved in the application build ability meetings and Understanding the business requirements Building PROD, UAT and
Development servers accordingly.
Installation and decommission of SQL server (2005, 2008, 2008R2, 2012, 2014 & 2016).
Maintain the job Schedules, Backup and Restoration of Databases.
Perform the service pack up-gradation on the SQL servers (2008 R2, 2012 & 2014) and also perform Migration of
databases between the servers.
Configure and maintain the high availability of database using Cluster, Mirroring and AlwaysOn.
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
SOUMYA KANTA PANDA
Consultant DBA-L2 Resource seeking roles in Microsoft SQL Server DBA,Cloud
Computing,AWS DBA, Database Administration, Database Configuration
Management, Database Capacity Planning,Technical Architecture
Key Skills: Consultant DBA-L2 Resource,DBA,Cloud Computing,Database Administration,Technical Architecture,SQL
Server,AWS,MS SQL Server,SQL Server Dba,SQL Database Administrator,AWS Cloud DBA,Amazon Ec2,Database
Migration,Clustering,Database Mirroring,AlwaysOn
Summary
Technocrat with nearly 4 years of experience in Microsft SQL Server Database
Administration with 2 years of exposure in AWS Cloud DBA; managing large-scale
databases in production support environment by providing scalability, high
availability, migration and consolidation expertise
Proven expertise in controlling migrations of databases, database changes,
reference data changes through the development life cycle along with
troubleshooting, installation, maintenance, upgradation, performance tuning and
system administration
Experice in AWS Database migration service (DMS), geographical data replication
(region and multi availability zones), CloudWatch performance monitoring,
system tuning and disaster recovery
Experience in supporting & maintaining database server with Windows and cloud
environments with understanding of relational databases.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 2/4
Have good exposure in database corruption issues and the best possible way to retrieve the maximum data.
Involve in creating Logins. Schedule alerts and Jobs using SQL server agent.
Resolve blocking and locking related issues.
Granting / revoking various authorizations to different Users/Groups.
Working on various performance issues in my current environment.
Monitoring the growth of the databases to ensure the smooth running of daily activities.
Provide 24/7 on call support to databases on weekly rotation.
HCL Technologies as Analyst-L1 Resource
Mar 2017 to Apr 2020
Worked as a MS SQL server DBA and AWS cloud DBA in HCL Technologies.
Maintaining 750+ Production, UAT and Development Servers, databases size including 3TB VLDB.
Involved in the application build ability meetings and Understanding the business requirements Building PROD, UAT and
Development servers accordingly.
Installation and decommission of SQL server (2005, 2008, 2008R2, 2012, 2014 & 2016).
Maintain the job Schedules, Backup and Restoration of Databases.
Perform the service pack up-gradation on the SQL servers (2008 R2, 2012 & 2014) and also perform Migration of
databases between the servers.
Configure and maintain the high availability of database using Cluster, Mirroring and AlwaysOn.
Have good exposure in database corruption issues and the best possible way to retrieve the maximum data.
Involve in creating Logins. Schedule alerts and Jobs using SQL server agent.
Resolve blocking and locking related issues.
Granting / revoking various authorizations to different Users/Groups.
Working on various performance issues in my current environment.
Monitoring the growth of the databases to ensure the smooth running of daily activities. And Prepare Capacity planning
and RU- Data report on monthly basis.
Provide 24/7 on call support to databases on weekly rotation.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2016
PG: NA (na) in 0
Other Qualifications/Certifications/Programs:
Administering Microsoft SQL Server 2012/14 Databases- 462
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL SERVER 2016 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2014 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2012 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2008R2 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2008 2020 3 Year(s) 10 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 3/4
Nature of Employment: Full Time
Project Location: Noida
Role: Database Architect/DBA
Duration: May 2020 - Jan 2021
Onsite / Offsite: Offsite
Team Size: 11
Nature of Employment: Full Time
Project Location: Noida
Role: Database Architect/DBA
Duration: Apr 2019 - May 2020
Onsite / Offsite: Offsite
Team Size: 7
Nature of Employment: Full Time
Project Location: Chennai
Role: Database Architect/DBA
Duration: Mar 2017 - Feb 2020
Onsite / Offsite: Offsite
Team Size: 9
Nature of Employment: Full Time
Project Location: Manesar, Haryana
Role: Database Architect/DBA
Duration: Sep 2016 - Mar 2017
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Work Authorization
US Work Status: Need H1 Visa
MS SQL SERVER 2005 2020 3 Year(s) 10 Month(s)
MS SQL SERVER 2017 2020 3 Year(s) 10 Month(s)
AWS Solution Architect 2020 2 Year(s)
AWS RDS 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Odia Expert
Hindi Expert
Projects
Project Title: Path Infotech - Client Project
Client: DISH TV
Skill Used: Microsoft SQL Server, AWS cloud DBA
Role Description: I am a Microsoft SQL Server DBA. I am working in rotational shift because we are supporting 24*7 to client.
I am flexible enough to any shift.
Project Details: Dish TV is an Indian direct broadcast satellite service provider in India.
Project Title: HCL Client Project
Client: Sasol
Skill Used: Microsoft SQL Server, AWS cloud DBA
Role Description: I am a Microsoft SQL Server DBA. I am working in rotational shift because we are supporting 24*7 to client.
I am flexible enough to any shift.
Project Details: I have been working in Sasol . This is South Africa & North America based project. We are in IT support
team. We are supporting 24*7.
I am working as a SQL DBA in Database team.
Project Title: HCL Client Project
Client: Shire
Skill Used: Microsoft SQL Server
Role Description: I am a Microsoft SQL Server DBA. I am working in rotational shift because we are supporting 24*7 to client.
I am flexible enough to any shift.
Project Details: I have been working in Shire Pharmaceutical Inc. . This is UK and US based project. We are in IT support
team. We are supporting 24*7.
I am working as a SQL DBA in Database team.
Project Title: HCL Training And Staffing Services
Client: HCL Technologies
Project Details: I have undergone a training of Microsoft SQL Server in HCL Technologies.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b45…
https://freesearch.naukri.com/preview/printResume?uname=abcc55bd2f400bcbb36fe5b2cb0cc8080c585d52484058475710135e5c0b054c110b455619140b5a58… 4/4
Physically Challenged: No Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 512: Resume 621 with similarity score 0.019176761169231282
Resume Text: B.TECH , BS work from home , seo intern , android developer , service provider , learning developer dart , training , optimization , internships , deep learning , developers , pages , nlp , children , design , firebase , ltd , english , architecture , screens , customer service , models , project , grasp , matrix , kotlin , mask , store , mongodb , introduction to , xml , resume , features , machine learning , debugging , computer science , opencv , seo , connectivity , android development , flask , completion , assessment , styling , python , one , javascript , search , organization , apps , database , online Assessment
Q1. Why should you be hired for this role?
I had been working on Android Development for 5 months and had built many projects in the Core development field such as the Food ordering
app and I am still learning newer methods and new formats for system design. In my last internship, I had worked with MongoDB as well. I am a
quick learner and I am good at problem-solving skills which enables me to grasp new ideas and build the architecture for new apps easily. I had
worked with both Kotlin and Java and I am still learning flutter and Dart to enable me to build cross-platform apps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am free for the entire period of internship.
Resume
EDUCAT ION
INTERNSHIPS
Ujjwal Nahar
Jabalpur
Applied 25 Dec'20
Android Kotlin Deep Learning
JavaScript OpenCV Python
Dart English Proficiency Written) Flask
Flutter Machine Learning XML
B.Tech Hons.), Computer Science
Jabalpur Engineering College Jabalpur
2018 - 2022
CGPA 8.42/10
Senior Secondary XII, Science
Noble Children Academy,jabalpur
MP BOARD board)
Year of completion: 2018
CGPA 8.90/10
Secondary X
Ryan Interantional School,jabalpur
CBSE board)
Year of completion: 2016
CGPA 10.00/10
Android Developer
BinaryDots Pvt. Ltd., Pune, Virtual
Nov 2020 - Present
I am an android developer in my organization and My tasks included adding new facilities and features in the pre-existing
app and debugging the code already present in the app and improving the design of already working screens and adding
new ones.
Machine Learning Developer
Chattel Technologies, Virtual
May 2020 - Present
I had worked as a Machine learning and Deep learning developer. I had completed some projects with Chattel Technologies
including Face mask Detection(with Indian customisations), Commercial service provider chatbot and many more.
Search Engine Optimization SEO
Keywordsfly, Delhi, Virtual
Apr 2020 - Jun 2020
I was working as an SEO intern in this firm for last one month. I learnt to how to optimize the content to get a higher rank on
Search engine and write efficient content fulfilling the client's need and using least number of words.
TRAININGS
PROJECTS
CONTACT Phone: 91 8109270119
Android App Development
Internshala Trainings, Online
Sep 2020 - Oct 2020
Successfully completed an eight weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules. In the
final assessment, I scored 78% marks.
Core Python
Matrix Technologies, Indore
May 2019 - Jun 2019
I learned Python as my summer training. In this course, for 45 days we were given training 6 days a week and 3 hours daily.
My training had given me an upper hand over other developers as Python is becoming very popular in recent times.
Avengers App
Sep 2020 - Sep 2020
https://github.com/ujjwalnahar/AvengersApp.git
This is an app I used to learn how to design good looking Android Ui pages and make them attractive using different styling
features of Android
Customer Service Chatbot
Jul 2020 - Aug 2020
https://github.com/ujjwalnahar/Chatbot_Hala.git
I Have built this chatbot as a part of my previous internship. This is a chatbot based on NLP and LSTM models and could
make good responses considering the small intent database provided to it.
Face mask Detection
May 2020 - Jun 2020
https://github.com/ujjwalnahar/Face_mask_detection.git
For my last Internship, I developed a Face mask detection using VGG16 CNN model and OpenCV features such as data
augmentation to recognize the mask on a face and tell if someone is wearing a mask or Indian alternatives like Dupatta or
Facecloth.
Foodkart
Sep 2020 - Present
https://github.com/ujjwalnahar/FoodKart.git
It is a food ordering app such as Zomato and It has all the layouts, Design features and connectivity to enable someone to
order food. I had used firebase as the database for this app to store the data.
https://github.com/ujjwalnahar/AvengersApp.git
https://github.com/ujjwalnahar/Chatbot_Hala.git
https://github.com/ujjwalnahar/Face_mask_detection.git
https://github.com/ujjwalnahar/FoodKart.git
Rank 513: Resume 610 with similarity score 0.01914296386447262
Resume Text: B. TECH team member functionality , web development , exhibition , critical thinking , css , gps , to-do , wifi , player , e-mail , bootstrap , newton , tac , boot camp , transmission , express , project , mongodb , model design , github , art , government , features , problem solving , soft skills , languages , arduino , app , javascript , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B. Tech Government College of Engineering, Amravati 6.55/10.0
2015 12th Bhartiya Mahavidyalaya, Amravati 78.92%
2013 10th J. C. Highschool , Karanja Lad , Washim 92.91%
Internship and Certifications
Newton School | Newton School Coding Boot Camp (Internship)
Full Stack Web Development along with Problem Solving.
Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB.
Participated in various coding contest organized by platform.
Worked on various projects like Tic-Tac-Toe , To-Do App, Nested Dropdown Menu etc.
Projects
To-Do List App | Newton School
A simple To-Do List App.
Features: Appropriate use of CSS, add, edit, save and delete functionality
Role: Developer | Tech Stack: Html, CSS, React JS, Node JS, Express JS, MongoDB
Tic Tac Toe Game | Newton School
A Simple Tic Tac Toe game.
Features: 3 by 3 grid game board, automatic player switch, simple UI.
Role: Developer | Tech Stack: Html, CSS, JavaScript
Stop-Watch | Newton School
A simple Stop-Watch Timer App.
Features: Time in hours, minute, seconds format, start, stop, pause buttons, reset time on double click on stop button.
Role: Developer | Tech Stack: HTML, CSS, JavaScript
Over-Head Transmission Line Fault Detection using IoT | GCOEA
Model design using Arduino , WiFi and GPS Module that can detect over-head power line faults and sends E-mail to the user.
RESULT : Successfully completed project Weeks ahead of schedule under budget.
Skills
Computer languages CSS, HTML, Java, JavaScript
Software Packages MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken Data Structure
Soft Skills Critical Thinking
Co-Curricular Activities
Core team member of club named Art Club for 3 years in college which create variety of arts and host exhibition paintings
and art works once a year (managing and organizing experience).
Tanmay Rathod Github: tanmay3mystic
August 2020 - Present
November 2020 - December 2020
October 2020 - November 2020
October 2020 - November 2020
December 2019 - March 2020
https://github.com/tanmay3mystic
Tanmay Rathod
Github:
tanmay3mystic
Education
2020
B. Tech
Government College of Engineering, Amravati
6.55/10.0
2015
12th
Bhartiya Mahavidyalaya, Amravati
78.92%
2013
10th
J. C. Highschool , Karanja Lad , Washim
92.91%
Internship and Certifications
Newton School | Newton School Coding Boot Camp (Internship)
August 2020 -
Present
Full Stack Web Development along with Problem Solving.Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React JS, Express JS, MongoDB.Participated in various coding contest organized by platform.Worked on various projects like Tic-Tac-Toe , To-Do App, Nested Dropdown Menu etc.
Projects
To-Do List App |
Newton School
November 2020 -
December
2020
A simple To-Do List App.Features: Appropriate use of CSS, add, edit, save and delete functionality Role: Developer | Tech Stack: Html, CSS, React JS, Node JS, Express JS, MongoDB
Tic Tac Toe Game |
Newton School
October 2020 -
November
2020
A Simple Tic Tac Toe game.Features: 3 by 3 grid game board, automatic player switch, simple UI.Role: Developer | Tech Stack: Html, CSS, JavaScript
Stop-Watch |
Newton School
October 2020 -
November
2020
A simple Stop-Watch Timer App.Features: Time in hours, minute, seconds format, start, stop, pause buttons, reset time on double click on stop button.Role: Developer | Tech Stack: HTML, CSS, JavaScript
Over-Head Transmission Line Fault Detection using IoT |
GCOEA
December 2019 -
March
2020
Model design using Arduino , WiFi and GPS Module that can detect over-head power line faults and sends E-mail to the user.RESULT : Successfully completed project Weeks ahead of schedule under budget.
Skills
Computer languages
CSS, HTML, Java, JavaScript
Software Packages
MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken
Data Structure
Soft Skills
Critical Thinking
Co-Curricular Activities
Core team member of club named Art Club for 3 years in college which create variety of arts and host exhibition paintings and art works once a year (managing and organizing experience).
Rank 514: Resume 1411 with similarity score 0.019086014134600607
Resume Text: B.E , MS , B.TECH product specialist , technical lead , technology consultant , full time , solution manager , program manager sap hana , process mining , dollar universe , healthcare , sap project management , designation , options , ug , affirmative action , sap consulting , studio , defense , oracle , hindi , sap fiori , azure , ltd , gateway , import , visualization , advanced , english , authorization , satellite , status , slr , bosch , 12c , email , sap netweaver , inmarsat , hpsm , aerospace , lake , purchase orders , requisitions , purchase contracts , gsi , processing , qlik sense , transportation , sap bi , german , operations , electronics , boomi , solman , qas , british , languages , export , landscape , chemicals , replication , agents , kannada , sap applications , grc , weblogic , system setup , sap implementation , dashboards , workflow , javascript , technology , dell , load , customer relationship management (crm) , occ , industrial applications 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d14…
https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d140444445d5558… 1/3
Current Designation: Technical Delivery Expert -SAP HANA
Current Company: Alstom Transportation
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Alstom Transportation as Technical Delivery Expert -SAP HANA
Aug 2016 to Till Date
Core projects handled:
SAP HANA:
SAP HANA 2.0 SPS4 Rev 40 upgrade to implement SAP HANA NSE for Data tiering on HANA data lake systems.
DIB (Dell Boomi) to HANA Datalake integration for the SAP BI project.
SAP BW4/HANA starter addon installation for the conversion of the object to BW/4HANA.
Strong condensing of archived DTP-logs on BW-HANA.
SAP-BW 7.5 HANA 2.0 migration on Azure.
SAP HANA Data lake setup, DU (Delivery Unit) import/export in Hana Studio, Setting up technical users with object &
package privileges.
SAP SOLMAN:
Focused Build/Focused insight installation & configuration with ST-OST200 SP03 for Tactical, OCC, Operations & SLR
Dashboards on solman 7.2 (end to end)
Technical upgrade from SAP Solman 7.1 to Solman 7.2 upgrade.
CHARM 7.2 workflow implementation on ERP, BW, GRC & FIORI.
Integration of SAP-Solman System with Qliksense in CHARM visualization for the Alstom governance model.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Nutan Murthy
Technical Delivery Expert seeking roles in SAP Implementation,SAP Upgrade,SAP
Support,SAP Consulting,SAP Project Management,SAP NetWeaver,SAP HANA,SAP
Fiori,SAP GRC,SAP SLT,SAP Solution Manager,SAP BW, SAP S/4 HANA, Dollar
Universe, Qlik sense & HPSM
Key Skills: Technical Delivery Expert,Program Manager,SAP Implementation,SAP Upgrade,SAP Support,SAP
Consulting,SAP Project Management,SAP NetWeaver,SAP HANA,SAP Fiori,SAP GRC,SAP SLT,SAP Solution
Manager,SAP BW,SAP BO, SAP S/4 HANA, Qlik Sense & Dollar Universe
Summary
17 years of experience in various IT-domains & portfolios which includes 15 years of SAP NetWeaver as Core competence.
Worked as Product specialist, IT developer, Customer Relationship Management (CRM) Consultant, WebLogic Consultant &
SAP Technology consultant.
At Alstom Transport, Implemented GSI (Global Single Instance) landscape, ERP6.0 system which are interfaced with legacy
applications, multiple non-sap applications & Engineering solutions at Paris, France.
At Robert-Bosch, played a vital role as SAP NetWeaver Technology consultant in the British Satellite telecommunication-
INMARSAT project at Stuttgart, Germany.
Implemented ERP6.0 on HANA DB system for HICAL Technologies Pvt Ltd, which provide Advanced Integration and Integrated
Engineering Services for Aerospace, Defense & Specialty Industrial Applications. At Hewlett Packard, worked on the
prestigious clients like Procter & Gamble (P&G), Sara lee Food Services, Smith & Nephew Healthcare, Syngenta Chemicals,
DPSG in the SAP.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d14…
https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d140444445d5558… 2/3
Oracle upgrade from 12c to 19c (DEV & PROD).
SAP GRC:
SAP GRC component upgrade from 10.0 to 12.0 with upgrade of SAP NW 7.50 to SP16 followed by NW 7.52 SP05 &
SAP GRC AC 12.0 SP05.
Oracle upgrade from 12c to 19c (DEV, QAS, PROD)
SAP SLT:
SAP SLT system setup, ECC Table load & replication in Dev, Quality and Prod systems.
Integration of SLT to Datalake & with CELONIS (process mining solution).
Oracle upgrade from 12c to 19c.
SAP FIORI:
SAP FIORI Gateway component installation (Fiori front end server) on NW7.5 for MM buyer options to Track purchase
order, approve purchase orders, approve requisitions, approve purchase contracts.
Setting up SAP Backbone communication, Installation & setting up SAP Diagnostic agents for managed system
configuration & EWA configuration.
ROBERT-BOSCH as Technical Lead
Jun 2015 to Apr 2016
Clients:
INMARSAT (British Satellite telecommunication)
HICAL
Global Autotech & HPMC- Himachal Pradesh Horticultural Produce Marketing and Processing Corporation Ltd
CI- Emergency Transport Management- (Inhouse)
HEWLETT- PACKARD as Individual Contributor
Jun 2013 to May 2015
Dedicated client:
PROCTER & GAMBLE (P&G)
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visveswaraiah Technological University (VTU) in 2003
Education
IT Skills
Skill Name Version Last Used Experience
SAP NETWEAVER
SAP HANA
SAP SLT
SAP BW
SAP Solution Manager
SAP Fiori
SAP BO
Oracle
QlikSense
Languages Known
Language Proficiency Read Write Speak
English
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d14…
https://freesearch.naukri.com/preview/printResume?uname=32009e8ba7f6055e08e130cf20d5eb260c0e5b5319165c185717435c5a09501b120d140444445d5558… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Marathi
Kannada
German
Rank 515: Resume 433 with similarity score 0.019077161236394025
Resume Text: MS , B.TECH , BS full stack developer , academic associate big data analytics , influencer , socket.io , graphql , robot , open source , visualisation , classification , sen , mar , coe , mysql , emc , ltd , node.js , teams , graphs , bootstrap , architecture , ajax , grievances , google , express , matrix , project , video , mongodb , npm , mumbai , adt , iit , art , rest , snapchat , mvc , c++ , features , react native , git , machine learning , django , framework , html5 , e-commerce , flask , redesigning , data science , python , one , javascript , search , soe , notification , technology , dell , online RAMCHANDRA SUTHAR
MIT Art, Design and Technology University
[ ramsuthar305@gmail.com Ó 7058664653 ½ Pune, India 7 r_ramsuthar � ramsutha305 ¯ ramsuthar305
EDUCATION
B.Tech. (IT) - 8.17 CGPA
MIT ADT University *
� June 2017 - Present
Higher Secondary - 72.77%
Sardar Dastur Hormazdiar Jr. College
� 2017
Secondary - 87.48%
Anjali School
� 2015
TECHNICAL SKILLS
Proficient: Python Javascript NodejsHTML5 CSS3 React Native mongoDbFlask Express
Familiar: MySQL C++ Git FlutterDeeplearning DJango
ACHIEVEMENTS
2020 | Winner outoff 350+ teams in HAB59 a
National Level Online hackathon by MIT ADT
University, Pune.
2019 | Finalist in Smart India Hackathon
under complicated category.
2019 | 1st runner up in HaXplore a National
Level onsite hackathon by IIT (BHU, Varanasi).
2019 | 2nd runner up in KJSCE Hack a
National Level onsite hackathon by KJ
Somaiya COE, Mumbai.
2019 | 2nd runner up in Mini Hackthon a
National Level onsite hackathon by AISSMS
COE, Pune.
MANAGEMENT
2020 | Lead organising team of Technical talk
by Gaurav Sen on competitive programming
and coding interviews.
2020 | Organizer Humanoid Walking Robot
Workshop cum Competition in association
with Cognizance IIT Roorkee.
2019 | Lead organising team of Codebreak 1.0
a National level hackathon hosted at MIT SOE
Pune with more than 600 participants.
CERTIFICATION
EMC Academic Associate, Data Science and
Big Data Analytics, DELL EMC.
Explore Machine Learning, Google ML Ex-
plore.
EXPERIENCE
Codebuckets Solutions
Trainee Developer
� August 2020 - Present ½ Kochi, India
Back-end Developer - Developed Brand grouping, group
notifications, bulk influencer upload and agency association
features forMadInfluence.com , on Node.js and GraphQL for
querying data.
Full-stack developer - Designed and developed the complete
architecture for Florence India counselling portal.
Developed real time text and video chat portal for client and
counsellor, with time token limitations, rating & feedback system
and notification system using socket.io.
Implemented back-end in MVC (Model View Controller
architecture) using Node.js and mongoDb and HTML5, Bootstrap,
and JavaScript in the front-end.
Nibodh Educare Pvt Ltd
Full stack developer
� Jan 2020 – Mar 2020 ½ Mumbai, India
Designed architecture for School admin panel and School search
portal for Nibodh Educare. Built school comparison feature, with
dynamic matrix of comparison for different facilities, Boards, lo-
cality etc.
Full-stack developer - Developed above feature using Flask,
mongoDb and REST framework for back-end and HTML5,
Bootstrap, and JavaScript in front-end.
Exympower Innovation Pvt Ltd
Front-end developer
� Feb 2019 – Mar 2019 ½ Pune, India
Front-end developer - Built front-end of an e-commerce website
for Exympower Innovation Pvt Ltd using HTML,
Bootstrap, and JavaScript redesigning colorlib template.
PROJECTS
India-location-details | Open source contributor
Built an open-source NPM package to get details about Indian
locations based on pincode, state name, location or city name
using JavaScript
Built with Kunj Shah for one of our project.
Swachh - AI enabled citizen grievance monitoring and
response system | Social cause project
Built citizen grievance system using React Native, Flask,
mongoDb, Fastai, HTML, Bootstrap and Javascript.
Swachh provides platform for citizen to report grievances in a
single click same as uploading a Snap on Snapchat.
Used Fastai for grievance image classification, built data
visualisation using Google graphs and AJAX.
https://twitter.com/R_ramsuthar
https://github.com/ramsuthar305
https://www.linkedin.com/in/ramsuthar305/
https://www.madinfluence.com/
https://www.npmjs.com/package/india-location-details
https://www.linkedin.com/in/kunjshah45/
https://ramsuthar305.github.io/Swachh/
https://ramsuthar305.github.io/Swachh/
Rank 516: Resume 1553 with similarity score 0.018992610622834392
Resume Text: B.E , B.TECH junior software engineer , content writer , full time , software developer magento , core java , designation , affirmative action , mysql , plugins , hindi , maintenance , authorization , english , bootstrap , status , email , project , wordpress , application , less , solution architecture , articles , writing , computer science , writer , languages , html5 , malayalam , javascript , proof 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10…
https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10051612585e01… 1/2
Current Designation: Technical Content Writer
Current Company: Mozilor Technologies
Current Location: Kollam
Pref. Location: Kerala - Other
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Mozilor Technologies as Technical Content Writer
Jan 2021 to Till Date
Developing Contents for plugins, articles, proof reading
Suffix E Solutions as Junior Software Engineer
Oct 2019 to Jan 2021
UG: B.Tech/B.E. (Computer Science and Engineering) from APJ Abdul kalam kerala technological university in 2019
Last Active: 10-Feb-21 Last Modified: 1-Feb-21
VINEETHA
Technical Content Writer seeking roles in Project Management,Requirement
Analysis,Solution Architecture,HTML5,CSS3,Bootstrap,MySQL, Wordpress,Core Java,
content writing
Key Skills: Junior Software Engineer,Software Developer,Application Programming,Project Management,Requirement
Analysis,Front end developing,HTML5,CSS3,Bootstrap,MySQL
Summary
Result-oriented Professional with 1 year of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,HTML5,CSS3,Bootstrap,MySQL,JavaScript,Wordpress, Java
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10…
https://freesearch.naukri.com/preview/printResume?uname=a6867cfd19be05bb4fb85302ad400b445d555b001c150116511148595a0d514d450f10051612585e01… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Wordpress, Magento
HTML5, CSS3
BOOTSTRAP
MySQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 517: Resume 1019 with similarity score 0.018988102890851784
Resume Text: B.E , MS , B.TECH project engineer , full time , software developer rendering , functionality , multilingual , redux , computing , software solutions , designation , ug , affirmative action , data loading , mysql , oracle , hindi , memorization , webpack , maintenance , kafka , authorization , advanced , english , bootstrap , status , spring boot , email , project , application , mongodb , microservices , solution architecture , redis , flow , content management , localization , languages , statistics , dashboard , javascript , props , elasticsearch , server side 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a084…
https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a08455044400b0e5… 1/2
Current Designation: Project Engineer -Full Stack Developer
Current Company: CDAC
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Highest Degree: PG Diploma [Advance Computing]
Verified : Phone Number | Email - id
CDAC as Project Engineer -Full Stack Developer
Sep 2018 to Till Date
Achievements/Tasks
Customized VMS Web based Application for sharing short videos.
Developed Media-management and Rating-management Micro
Service.
Customized a localization JAVA Script library for better performance.
Implemented server side rendering in React with multilingual
functionality.
Project Engineer
CDAC Hyderabad
09/2019 - Present
Achievements/Tasks
Developed Content Management Micro Service with Redis Cache.
Implemented multilingual feature in front end as well as back end
with Component wise language data loading and cache mechanism.
Implemented Kafka producer and consumer for generating portal
statistics.
Worked on React App performance optimisation like: Analysing and
stopping component Re-render, Managing props and state,
Memorization, Using Reselect in Redux.
Developed and managing Admin dashboard of Vikaspedia and NMPB
Helpline project.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Shubham Chandrakar
Project Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React
JS,Redux,Thunk,JAVAScript,Webpack,Bootstrap,JAVA,Spring Boot,MongoDB,MySQL
Key Skills: React JS,Redux,Thunk,JAVAScript,Webpack,Bootstrap,JAVA,Spring Boot,MongoDB,MySQL,Microservices
Summary
Having experience of 2+ years developing software solutions by studying information needs, reviewing systems flow, data
usage and
Web APIs. Proficient in grasping new technical concepts quickly and utilising them in a productive manner
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a084…
https://freesearch.naukri.com/preview/printResume?uname=344888b373d08b3a71d763d2708bc2780b0b5b051c120a19514042505f5807491a08455044400b0e5… 2/2
UG: B.Tech/B.E. (Computers) from govt. engineering college in 2017
PG: PG Diploma (Advance Computing) from Centre for Development of Advanced Computing (CDAC) in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React js
Redux
JAVA SCRIPT
Webpack, Bootstrap
JAVA
spring boot
Mongodb
Redis, Mysql
Oracle DB, ElasticSearch
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 518: Resume 1142 with similarity score 0.018985131190437928
Resume Text: MS system administrator , traffic manager , desktop support engineer , devops , solution architect , full time , system engineer , balancer hypervisor , citrix , bmc remedy , microsoft azure , platforms , ram , conducting , docker , linux , red hat , zendesk , energy , ms-dos , status , steering , https , snapshot , mumbai , sql azure , microsoft project , fedora , connectivity , visio , microsoft power bi , retail , devops , kubernetes , designation , mar , rhel , hindi , cluster , ltd , windows , project tracking , english , troubleshooting , hyper - v , cloud security , visual basic , groups , solution architecture , ibm , c++ , resource management , documentation , isolation , data center management , completion , vmware , one , javascript , engineering process , html , box , general , healthcare , classic , affirmative action , oracle , trend micro , public , utilization , customer requirements , centos , suse , iaas , paas , email , manufacturing , wordpress , aws , network security , ubuntu , operations , saas , languages , oil , amazon , trizetto , scheduling , it infrastructure management , base , cloud storage , plot , cloud services , rendering , patch management , functionality , api , jenkins , migrating , css , ug , telecom , qualys , hybrid cloud , authentication , ticketing , authorization , google cloud platform , enterprise , virtualization , azure active directory , petroleum , apac , electronics , product design , servers , continuous build , web application firewall , merchandising , radius , reviews , network administration , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 1/4
Current Designation: Sr Tech Lead - Cloud
Current Company: Birlasoft
Current Location: Pune
Pref. Location: Hyderabad,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Diploma
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Birlasoft as Sr Tech Lead - Cloud
May 2017 to Till Date
Key Result Areas:
Tracking the customer requirements, proposing solution approach for implementation of additional Azure IAAS modules.
Working on implementation of Kubernetes cluster and managing issue of Kubernetes Cluster
Managing Azure Resource Management Templates, Virtual Machine Management (Windows & Linux - Ubuntu, Red Hat
Linux, CentOS)
Setting up Virtual Machine Backup policy; tracking all Azure VM Health like CPU, RAM, Storage & Network Utilization
Monitoring azure app health, creating additional storage as per requirements, developing clustering as required;
developing virtual private network and setting the rules for the same
Working on enhancement of security of Azure Network by using various network security groups, pairing & isolation as per
the requirements
Site VPN for Multiple locations, point to site with Radius authentication & certificate base authentication; developing load
balancer, web application firewall monitoring Developing traffic manager as per the needs & conducting deep analysis of
security & adding web application firewall
Creating the Active directory in Azure & connecting to on premise; managing & implementing azure active directory,
multifactor authentication and support on AD-Sync
Managing the migration of data on cloud storage with help of the storage explorer & blob storage; assisting the SQL team
to get connect with blob storage for SQL backup
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Hemant Gaikwad
Solution Architecture targeting assignments in Cloud Architecture, Infrastructure
Management, Terraform, Kubernetes, Cloud Security, Network Operations, Docker,
Network Utilization, Project Management, IaaS, PaaS, SaaS, VMWare, AWS, DevOps
Key Skills: Tech Architect,Cloud Architecture,IT Infrastructure Management,Network Operations,IaaS,PaaS,SaaS,Hyper-
V,VMWare,Citrix,AWS,DevOps,Trend Micro,Terraform ,Kubernetes ,Cloud Security,Docker,Azure,Jenkins
Summary
Enterprising Merchandising professional with experience in Infrastructure, IT & Cloud Consultancy
Sound exposure of Public cloud services - IaaS, PaaS & SaaS on Azure, GCP - Google Cloud Platform & AWS with hybrid
cloud
Knowledge of Enterprise Infrastructure - Data Center Management with Rack Servers and Bled Servers including
management and consultant, documentation of Hypervisor including Microsoft Hyper - V, VMWare, Citrix & Oracle Virtual Box
Excellent working knowledge over Sever management with client O.S. as like - Windows Servers 2K3, 2K8, 2K8 R2, 2K12,
2K12 R2, 2K16 & Linux - RHEL, Ubuntu, CentOS & SUSE
Skills in cloud architecture encompassing implementation of secure cloud-based solutions, provided technical solutions and
managed AWS Cloud IaaS Security Architecture
Rendered consulting to migrate the On-Premise Application into Cloud using various platforms
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 2/4
Ensuring the VM creation from snapshot, migrating storage from one VM to other
Providing resolution related to storage
Parallel working on third party tools for successfully monitoring to Azure; scheduling
window updates and patch management
Conducting auto scaling of VM as per the project requirements; drafting reports &
preparing documents on the same
Reviewing & managing Amazon AWS Instances & IAM Creation
Defining product roadmap, product design, putting pragmatic engineering process like
test infrastructure, continuous build integration, burn down charts for project tracking
Identifying appropriate use of AWS architectural best practices; leading the development
of architecture to implement Process to across the projects
Organizing review meetings to monitor progress of the project as per schedule/ budgets,
and ensuring timely completion and delivery of project to the client; rendering production
support for applications
Directing management and monitoring project progress as per scheduled deadlines for
various tasks; steering efforts to ensure timely execution within the stipulated parameters
Determining gaps in existing process & implementing new processes; participating in
design reviews & extending support in the allocation of functionality to specific system.
Major Clients:
Azure - Invacare Corp - Healthcare Industries - USA [Oct 19 - Current]
Azure - IKO Industries - Roofing industry - Canada, NZ, APAC & Japan. [Aug19 - Current]
GCP - IOCL - Indian Petroleum company - [Nov 18 - Oct 19]
GCP - Vodafone India - Telecom Sector - [Jan 19 - Oct 19]
Azure - Metropolis Healthcare- Leading Healthcare Ind. - India. [May 18 - Nov 20]
AWS - Castrol India Ltd -Lubricant manufacturing company - India. [June17- Jan'20]
And many others.
Trizetto - A Cognizant Company as Senior System Administrator
Mar 2016 to Apr 2017
Highlight:
Implementation of bit locker, rewarded as the best performance
Working on Virtualization, Windows & Networking
Persistent System Ltd as System Engineer
Apr 2014 to Feb 2016
Highlight:
Working on Azure Classic portal and their issue.
Working on AWS with basic task of VM creation, checking security
groups and troubleshooting.
compGURU computer Institute as System Administrator
Jun 2011 to Jan 2014
Working as system admin
Ventury India Pvt. Ltd. as Technical Support Executive
Oct 2009 to Mar 2011
Working As Tech Support
Angel Broking as IT Executive
Oct 2008 to Sep 2009
Desktop Support Engineer
UG: Diploma (Electronics/Telecommunication) from Mumbai University in 2008
Other Qualifications/Certifications/Programs:
IBM Cloud Essentials
Qualys - Vulnerbility Managment
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 3/4
Azure
Oracle
Nature of Employment: Full Time
Role: Other
Duration: Nov 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Oct 2019 - Till Date
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure ARM &
Cls
2020 6 Year(s) 6 Month(s)
IaaS, SaaS & PaaS
HTML, CSS, Wordpress
C, C++, VB and Java
Microsoft Project, Microsoft Visio
Microsoft Power BI
VMware, Hyper -V, Citrix
Oracle Virtual Box & Hybrid Hypervisor
BMC Remedy, Zendesk Ticketing
MANAGE ENGINE SERVICE DESK
Win - 2K3, 2K8, 2K8 R2, 2K12, 2K12 R2
Client 7,8.1,10 & Linux - RHEL
Ubuntu, Fedora, CentOS
VISUAL BASIC 6.0, Java
introduction of C & C++
MS-DOS, WINDOWS 9X/ XP/ 2000/ 2003
GCP Latest 2020 3 Year(s) 6 Month(s)
AWS Latest 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Expert
Projects
Project Title: DevOps Lead
Client: Bestseller Retail India Pvt. Ltd.
Skill Used: Kubernetes, K8s, Devops, Docker, Microsoft Azure, Azure, AKS
Project Details: Implementation of management K8s - Kubernets operation.
Project Title: Cloud Architecture
Client: Invacare
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a43…
https://freesearch.naukri.com/preview/printResume?uname=51a4c4515ba530721dd2d2a4b8ff9a535008585343155a140244470e0f0a554a470a430018140d0c0b… 4/4
Team Size: 5
Nature of Employment: Full Time
Project Location: Pune
Role: Solution Architect
Duration: Apr 2018 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time Duration: Sep 2017 - May 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Pune
Role: Solution Architect
Duration: Apr 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: Enterprising Merchandising professional with experience in Infrastructure, IT & Cloud Consultancy
Sound exposure of Public cloud services - IaaS, PaaS & SaaS on Azure, GCP - Google Cloud Platform & AWS with
hybrid cloud
Knowledge of Enterprise Infrastructure - Data Centre Management with Rack Servers and Bled Servers including
management and consultant, documentation of Hypervisor including Microsoft Hyper V, VMWare, Citrix & Oracle Virtual Box
Excellent working knowledge over Sever management with client O.S. as like - Windows Servers 2K3, 2K8, 2K8 R2,
2K12, 2K12 R2, 2K16 & Linux RHEL, Ubuntu, CentOS & SUSE
Skills in cloud architecture encompassing implementation of secure cloud-based solutions, provided technical solutions
and managed AWS Cloud IaaS Security Architecture
Rendered consulting to migrate the On-Premise Application into Cloud using various platforms
Project Title: Cloud Architecture - Azure
Client: Suzlon Energy
Skill Used: Azure, Microsoft, Microsoft Azure, SQL Azure
Role Description: Azure Architecture
Project Details: Three layer real time data process and api integration
Project Title: Cloud Architecture - GCP
Client: Indian Oil
Project Details: Designing of network and implementation architecture plot
Implemented security with using tag and security parameters
Creating VMs
gathering all requirement from client
Adding GCP services as per requirement
Creation of Ubuntu VMs and work on connectivity issues.
Take systems update one Instance to another Instance
Creating generating reports.
Development of GCP Environment as per the client requirement
Creating variable sets of VM.
Configuring Knowledge module.
Creation of HTTP - HTTPS / TCP Load balancer and troubleshooting.
Storage account troubleshooting.
Project Title: Cloud Architecture & Design
Client: Metropolis Healthcare
Role Description: cloud architecture | Design | Implementation | Teach - Team Support
Project Details: Cloud Design & Architecture | Migration | Implementation
Rank 519: Resume 1005 with similarity score 0.018941626220425934
Resume Text: B.E , MS , B.TECH associate , sql developer , full time , software developer winscp , api , spring mvc , functionality , core java , actimize , financial services , customer , jenkins , controllers , man , css , visual studio code , telugu , soap , designation , pages , business applications , affirmative action , loans , mysql , hindi , maintenance , service layer , ltd , jquery , sts , authorization , english , pattern , ais , screening , plugin , ftl , status , spring boot , email , project , tomcat , solution architecture , deals , testing , ecs , writing , components , junit , git , react native , computer science , maven , repository , preparation , enterprise business , languages , utilities , redesigning , rcm , money , spring framework , javascript , web , suite , cdd , technology , kt , citizenship , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e45…
https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e450319135f5f0c5… 1/2
Current Designation: Associate Consultant -Core Java
Current Company: Capgemini India Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Capgemini India Pvt. Ltd. as Associate Consultant -Core Java
May 2017 to Till Date
Project Title: Discover Personal Loans
Customer: Discover Financial Services.
Overview: This project deals with the acquisition of customers with a fixed repayment schedule and equated monthly
installments.
Environment: Java 1.7, Spring MVC, JSP, Java Script, jQuery, Maven, Tomcat 6,Spring Boot.
Utilities: STS, Maven, PCF, ECS Bucket, Jenkins, Soap UI, WinSCP, Post man, Service Now.
Roles & Responsibilities: Developed the Web Application implementing the spring framework for Model-View-Controller
(MVC) pattern to make it extensible and flexible.
Involved in coding from end to end like Controllers, Service layer, DAO layer and Jsp's.
Involved in Build preparation and release management in all the environments.
Involved in spring to PCF migration of the application.
Involved in writing JUNIT for the entire application.
Taken KT sessions for new teammates to explain the Application and new technologies.
Project Title: Payment Redesign
Customer: Discover Financial Services.
Overview: This project deals with the redesigning of the personal loan payment application from FTL's to react.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sandhya Ratakonda
OCA Associate Consultant seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Core Java,HTML,CSS,Spring
Boot,C,SQL,React,Jenkins,Visual Studio Code,Soap UI
Key Skills: Associate Consultant,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Core Java,HTML,CSS,Spring
Boot,C,SQL,React,Jenkins,Visual Studio Code,Soap UI
Summary
3 years and 7 months of experience in object-oriented analysis, development, testing, and integration of scalable, multi-tier
distributed enterprise business applications on JAVA platform.
Strong knowledge in working with MVC architecture using Spring Framework.
Hands on experience in Core Java, spring, Spring Boot, react.
Hands on experience on tools like Spring Tool Suite, Jenkins, Service Now, Soap UI, SQL Developer, GIT Repository, ECS
Bucket, Visual Studio Code.
Working with Capgemini India Pvt Ltd since May 2017 to till date with designation as Associate Consultant.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e45…
https://freesearch.naukri.com/preview/printResume?uname=1786c26ef6e673ca355345bcb0f5bfa50b550e571b410f150212415c5c08524d140e450319135f5f0c5… 2/2
Environment: React Native, Node JS 10
Utilities: Visual Studio Code, Post man, Service Now.
Roles & Responsibilities: Developed serval components for the payment pages like modals, alerts, etc.
Have developed several API's for the consumption of payment pages.
Have also done integration for most of the component using axios.
Involved in writing JUNIT for several components.
Taken KT sessions for new teammates to explain the Application and new technologies.
Project Title: Anti-Money-Laundering
Customer: Development Bank Of Singapore.
Overview: This project aims at Anti-Money-Laundering using solutions like CDD, WLF and SAM.
Environment: Actimize (AIS and RCM), Spring MVC, Spring, MySQL Database.
Roles & Responsibilities: Developed a plugin in RCM
Added new functionality in Name Screening. Screening based on Gender, Nationality and Citizenship for certain countries.
(India, Indonesia, Singapore, China, Taiwan).
Took part in Client Demo's
Done production releases for the developed functionality (SIT to UAT to Production).
UG: B.Tech/B.E. (Computer Science and Engineering) from PVP Siddhartha institute of Technology, Vijayawada in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
spring boot
REACT
Jenkins
Service now
Soap UI
SQL DEVELOPER
Git repository
ECS Bucket
Visual Studio Code
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 520: Resume 856 with similarity score 0.01884638390383666
Resume Text: B.E , B.TECH full time , programmer analyst , ui developer , software developer api , css , designation , ug , affirmative action , hindi , maintenance , ltd , test cases , cocoa touch , authorization , english , status , email , project , solution architecture , fixing , elements , xcode , technology solutions , swift , unit testing , computer science , languages , html5 , mobile applications , punjabi , coordinated , javascript 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c43…
https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c430a16455e5f5c5… 1/2
Current Designation: UI Developer
Current Company: eMudhra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
eMudhra as UI Developer
Aug 2019 to Till Date
Achievements/Tasks
Responsible for Development of different mobile applications and interacting with management.
Delivered their own customised material design UI for improved performance.
Handled all the visual elements which user see and interact with in an application using SWIFT.
Cognizant Technology Solutions India Ltd as Programmer Analyst Trainee
Sep 2018 to Jul 2019
Achievements/Tasks
Worked as a front-end developer and co-ordinated with team to gather requirements from the client.
Involved in Development of Singe Page Application which consumed Restful Api using React js.
Designed test cases for unit testing and coordinated with team in bug-fixing.
UG: B.Tech/B.E. (Computer Science and Engineering) from Punjab Technical University (PTU) in 2018
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Mehak Goyal
UI Developer seeking roles in Software Development,UI Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,React JS,JavaScript,Swift,HTML,CSS,Cocoa
Touch,Swift,XCode
Key Skills: UI Developer,Software Developer,Software Development,UI Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution Architecture,React
JS,JavaScript,Swift,HTML,CSS,Cocoa Touch,Swift,XCode
Summary
Result-oriented Professional with 2 years of experience in Software Development,UI Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution Architecture,React
JS,JavaScript,Swift,HTML,CSS,Cocoa Touch,Swift,XCode.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c43…
https://freesearch.naukri.com/preview/printResume?uname=176b3c813b7598d7456c22b5e663eada0c0f5a501c105f130444460b580d594f460c430a16455e5f5c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
React js
JavaScript
SWIFT
HTML5 2019 0 Year(s) 9 Month(s)
css3 2019 0 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 521: Resume 1559 with similarity score 0.018835594611186585
Resume Text: B.S , MS application support , full time , security supervisor magento , tally erp , security , ug , office , affirmative action , oracle , cash handling , hindi , ltd , php , english , authorization , shipping , status , excel , software testing , email , project , wordpress , application , less , mumbai , languages , database , it recruitment , javascript , network administration , web , gujarati 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819…
https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819561346090f0f5… 1/2
Current Location: Ahmedabad
Pref. Location: Mumbai,Ahmedabad
Functional Area: Guards / Security Services
Role: Security Supervisor
Industry: Shipping/Marine
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
UG: B.Sc (Computers) from Ganpat University, Ahmedabad in 2020
PG: in 0
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
CHAITANYA RAWAL
Fresher seeking roles in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical
Support,Network Administration,Incident Management,tally erp9
Key Skills: Fresher,Requirement Gathering,Software Testing,Application Support,Technical Support,Tally ERP,Excel,MS
Office,Cash Handling,Cashier Activities,Project Management,Production,Power Point Presentation,IT Recruitment
Summary
Result-oriented Professional with knowledge in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical Support,Network Administration,Incident
Management.
Education
IT Skills
Skill Name Version Last Used Experience
MS WORD
MAGENTO
Oracle
WORDPRESS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
GUJARATI
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819…
https://freesearch.naukri.com/preview/printResume?uname=d7925fd8a59140c946f4010f1b00854f5b0c58054d135a4352421758595d5548125819561346090f0f5… 2/2
Nature of Employment: Full Time Duration: Jan 2020 - Jun 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: ATTENDANCE MANAGMENT SYSTEM
Client: WAY TO WEB PVT LTD
Project Details: I HAVE MADE A PROJECT NAMED ATTENDANCE MANAGMENT SYSTEM USING DATABASE AND
PHP
I HAVE WORKED ON WORDPRESS PLATFORM
Rank 522: Resume 1505 with similarity score 0.01881692725930159
Resume Text: B.E , MS , B.TECH partner , team leader , api developer , full time , senior consultant , product owner , business analyst , functional consultant flow diagrams , workshops , conducting , campaign management , test cases , airlines , bookings , status , stakeholder management , specifications , cspo , store , digital transformation , product management , features , upstream , order management , discount , forecasting , engagements , capture , designation , confluence , mar , cloud , knowledge management , english , troubleshooting , handbooks , agile , project , leadership , pegasus , windows xp , dispatching , data analysis , kanban , documentation , test strategy , javascript , trello , harvest , business requirements , reporting , requirements analysis , affirmative action , user experience , maintenance , process flow , email , business rules , aws , home networking , operations , self service , user stories , epics , hp , technology solutions , unit testing , traceability , systems analysis , languages , business process , sme , story , management system , mobile , jira , web , pmp , online , ibm rational , api , activity diagrams , blueprint , onboarding , soap , customer contact , b2c , coe , use case diagrams , comparative analysis , clearquest , revenue , authorization , teams , record , business analysis , application , requirements gathering , telecommunications , walkthroughs , electronics , mingle , finance , offshore , landscape , agents , proposal management , metrics 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d1…
https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d13051215585c5… 1/3
Current Designation: Senior Consultant -IT
Current Company: Cognizant Technology Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Guwahati
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Cognizant Technology Solutions as Senior Consultant -IT
Nov 2012 to Till Date
Job Description and Responsibility for few of the assignments:
1 Project Name: Wickes Application Development Customer Name: Wickes
Purpose: Agile development project to manage, Store Inventory Replenishment and Forecasting processes, Online &
Store Order Management, Warehouse Picking and Dispatching, Promotion and discount management system
Responsibilities-Offshore Business Analyst
Capture Roadmap, EPICs, product backlog and User Stories
Perform Impact Analysis on upstream and down systems in the IT landscape
Stakeholder management to ensure requirements are captured, communicated to Business, Technical and Operations
team
Capture AS-IS Process , TO-BE business process flow of the applications and the connected systems with the system
landscape
Define capabilities, integration requirements and process flows for Order Management migration to Wickes owned AWS
environment
2 Project Name: API Developer Portal Customer Name: Delta Airlines Inc.
Purpose: Agile development project to build a unified API developer portal with self-service capabilities for API
Management
Responsibilities-Product Owner and Engagement Lead
Capture the customer current pain points of the existing developer portal present in multiple environments include Cloud
and On Premise
Put forward developer portal related best practices/features via a comparative analysis. Capture business capabilities
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
MARIAM SHIREEN
CSPO, PMP Senior Consultant seeking roles in IT Project Management,Product
Management,Business Consulting,Business Analysis,Stakeholder Management,Digital
Transformation,Requirements Analysis,Agile,Confluence,JIRA,HP QC,SOAP
UI,Postman,Trello
Key Skills: Senior Consultant,Business Analyst,IT Project Management,Product Management,Business
Consulting,Business Analysis,Stakeholder Management,Digital Transformation,Requirements
Analysis,Agile,Confluence,JIRA,HP QC,SOAP UI,Postman,Trello,Requisite Pro,
Summary
15 years overall IT industry experience out of which 14 years have been in product management, business analyst, IT
consulting and advisory roles.
Proven expertise in executing leadership responsibilities in multi-vendor, multiplatform, digital transformation, client-facing
engagements. Rich client facing experience, in delivering assignments in the UAE, UK and USA markets in strategy and domain
consulting, requirement management and proposal management. Proven record of accomplishment specializing in requirement
management, client management, product management, consulting and project management.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d1…
https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d13051215585c5… 2/3
Define EPICs and user stories related to each capability and prioritize based on portfolio business goals and feedback
Stakeholder management to ensure content managements requirements, communicate to user experience and AEM
design team
Involved in customer onboarding and API management and defining engagement processes in various Delta API CoE
Engagements
3 Project Name: Plan4Disruption BA.com Change Booking Customer Name: IAG
Purpose: Digital Transformation to enhance customer self-service during Airline Disruptions via multi customer touchpoints
like mobile, web, contact center
Responsibilities-Onsite Domain and Functional Consultant
Detail out the AS IS and TO BE disruptions servicing processes in BA.com
Define capabilities to handle involuntary bookings in the new responsive change booking flow
Impact analysis of re-accommodation tools managed by revenue management on BA.com
Analyze and prioritize the reasons for involuntary change failures based on various metrics
Stakeholder management to ensure correct requirements documentation, communicate to user experience and technical
team
4 Project Name: Pegasus, On Business and Loyalty Enhancements Customer Name: IAG
Purpose: Iimprove loyalty management capabilities for BA Customer Contact Centre Agents
Responsibilities-Onsite Business Analyst
Work with contact centre stakeholders to gather inputs and capture the future business capabilities
Responsible for coordinating ,providing high level effort , impact estimation from channel teams to program managers
Create user stories related to each capability and prioritization of work based on portfolio business goals and feedback
Create Test strategy 5 Project Name: B2C Group Loyalty Platform (GLP) Customer Name: IAG
Purpose: Define and implement a Single IAG group B2C loyalty management platform(Comarch CLM Platform)
Responsibilities- Onsite Domain and Functional Consultant
Responsible for conducting SME workshops to determine detailed loyalty specifications of AS-IS and TO-BE states
Stakeholder management to ensure individual operating company requirements are correctly documented and
communicated to the loyalty platform providers
Define the BA specific requirements for GLP, AS-IS and TO-BE IAG Loyalty Processes and campaign management
Processes
Define BA impacted systems analysis. Responsible for coordinating, providing high level effort due to impact on various
systems 6 Project Name: Guest Facing-Self Service Customer Name: Etihad Airways
Purpose.
Mindtree as Business Analyst
Jun 2006 to Nov 2012
Job Description and Responsibility:
Facilitating requirements gathering workshop, brainstorming sessions and interviews with stakeholders
Requirement Gathering, Requirements Analysis, Data Analysis, Requirements Prioritization, Requirement Detailing,
Scope Definition and Requirement Traceability
Creation of As Is documents, Business Requirements Document, Functional Specification Document, Non-functional and
Functional Overview Documents, Use cases, User Stories, Use case diagrams, Activity diagrams, Process flow diagrams,
Story Boards, Business Vision document, Business Rules document and Application Maintenance Handbooks
Walkthroughs and sign-offs of requirements package
Reviewing Design Document, Prototypes, Test strategy, Test plans and Test cases ensuring requirements are met
Review of development and unit testing estimation, estimate and analyze requirements during change request
Liaise with Senior Management, Clients, Technical Team and Onsite Team
Knowledge Management, Knowledge transfer to Design, Development and QA team
Creation of Partner Implementation Manual, Standard Operating Procedures, Post-Harvest Reports, RFPs -RFIs response
Coordinate with cross functional teams to develop collaterals and provide appropriate solution in Response to RFPs
Convergys India Services Pvt Limited as Technical Support Officer
Mar 2003 to Mar 2004
Job Description and Responsibility:
Installation and troubleshooting of LAN and home networking systems
Installation and troubleshooting of software and hardware drivers compatible with windows OS, windows XP, ME, 98, 98se
Reporting Level: Team Leader
UG: B.Tech/B.E. (Electronics and Telecommunications) from Assam Engineering College, Guwahati in 2002
PG: MBA/PGDM (Finance) from Icfai Business School, Bangalore in 2006
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d1…
https://freesearch.naukri.com/preview/printResume?uname=463950d05069641030dd1421bf3ddb7b5e0b0b5819450945071613585409514c475d13051215585c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JIRA 7 Year(s)
Blueprint, Mingle 4 Year(s)
Waterfall, Agile, Kanban 14 Year(s)
SOAP UI, Postman, Confluence 6 Year(s)
Windows OS, Windows XP, ME, 98, 98se
HP QUALITY CENTRE
IBM Rational ClearQuest
SOAP UI, Postman, Trello
Requisite Pro, Rational Rose
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 523: Resume 1543 with similarity score 0.018745356434172453
Resume Text: M.Sc , M.S , B.E , MS , B.TECH project manager , cyber security , technical architect , erp consultant , senior manager , zookeeper , business partner , it manager , full time , informatica , service delivery manager , project leader spring cloud , sap fico , connect , angular , docker , linux , wire , status , rally , perl , bitbucket , components , microsoft dynamics ax , asp.net , solaris , dynamics crm , spring framework , hybris , pdi , vss , magento , retail , pentaho , sap project management , designation , confluence , mar , deliverables , sap consulting , pre-sales , web services , windows , json , english , client presentation , rest , computer science , rabbit , pycharm , ooad , struts , javascript , technology , working experience , cyber security , reporting , general , accurev , visual studio , affirmative action , oracle , mysql , security engineering , unix , service delivery , kafka , t2 , architecture , timelines , email , work effectively , aws , operations , github , subject matter experts , mac , design patterns , languages , hibernate , sap implementation , business transformation , jira , database , sap hana , api , soap , ug , tibco , apache , php , sts , authorization , sharepoint , spring boot , deliveries , lenovo , s3 , t1 , pivotal , python , etl , lotus notes 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a50431701125…
https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a504317011256401751550d5… 1/3
Current Designation: Technical Architect
Current Company: Lenovo India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Delhi / NCR,Bengaluru / Bangalore,Singapore
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [Cyber Security
Engineering]
Verified : Phone Number | Email - id
Lenovo India Private Limited as Technical Architect
Dec 2019 to Till Date
Business Transformation IT Partner
Accenture Technologies as Senior Manager Pre-Sales
Jan 2018 to Dec 2019
Kreek.com as Hybris IT Manager
Aug 2014 to Jan 2018
UG: B.Tech/B.E. (Computer Science and Technology) from Visveswaraiah Technological University (VTU) in 2006
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Jayesh Jaiswal
Technology Service Delivery Manager seeking roles in SAP Implementation,SAP
Upgrade,SAP Consulting,SAP Project Management,Warehouse
Management,Database Migration,Pre-Sales,SAP Hana,SAP MM,SAP FICO,SAP
SD,SAP CS,SAP Hybris,Microsoft Dynamic CRM
Key Skills: BTIT Senior Business Partner,ERP Consultant,SAP Implementation,SAP Upgrade,SAP Support,SAP
Consulting,SAP Project Management,Warehouse Management,Database Migration,Pre-Sales,SAP Hana,SAP MM,SAP
FICO,SAP SD,SAP CS,SAP Hybris,Microsoft Dynamic CRM
Summary
7 years of onsite working experience in Europe (Ireland), UAE(Dubai) & Singapore.
I have total 14 yrs. of IT experience work effectively with SAP Hana, SAP 6.0 MM, FICO, S & D, CS, Hybris. Worked with
Microsoft D365 CRM, Sales Force, Magento. Worked as Project Manager, Scope of Development, Support, Service Delivery,
Analysis, Implementation & Onsite Client Presentation & POC Demo.
Experience in SAP to SAP Hana Migration, Sales Force to D365 CRM migration and F & O implementations, Lotus Notes to
O365 migration. WQM, Service now set up. Working extensive on SAP S & D, MM, FICO & Warehouse management.
Implemented EDI projects to set up T1 and T2 directly connect with Lenovo.
Build the complete architecture of OMO India project, did complete study of India retail business and understood OMO solution
working in China.
Work Experience
Education
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a50431701125…
https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a504317011256401751550d5… 2/3
PG: MS/M.Sc(Science) (Cyber Security Engineering) from waterford institute of technology in 2016
Nature of Employment: Full Time Duration: Sep 2012 - Aug 2015
IT Skills
Skill Name Version Last Used Experience
Web Services (SOAP, WSDL, REST API)
STRUTS, Spring framework
Spring Boot, Spring Cloud
Netflix OSS components
Pivotal Cloud Fundry
AWS, Rabbit MQ, Kafka
Zookeeper, Swagger
JSON, Git hub, Rally
Angular JS and Hibernate
Oracle, DB2, OOAD
Design Patterns, My SQL, No SQL
Pentaho PDI, Informatica
Proprietary in-house ETL
Apache Nifi
Tibco, SOA, OFM
Linux, Windows & Mac OSx, Unix, Solaris
Python, Shell, Perl
STS, PyCharm
Microsoft Visual Studio 2005/08, VSS
True change, Surround SCM, Accurev
Clarify, JIRA
MPP, Sharepoint, GitHub
BitBucket. Confluence
AWS, cloud formation
DOCKER
Cognito, Scaling, S3, SQS , Minio
Languages Known
Language Proficiency Read Write Speak
English Expert
Projects
Project Title: PM
Client: CorfuIT.com
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a50431701125…
https://freesearch.naukri.com/preview/printResume?uname=bc4355c0fe467be6fff49f6aa0dc3ab7505c0a571b4501450642465c5d0a504317011256401751550d5… 3/3
Project Location: Noida
Role: Sr. Project Leader
Onsite / Offsite: Offsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Asp.net, Php, MySQL, Microsoft Dynamics AX, Dynamics CRM,
Role Description: My role as a PM is
From requirement gathering to formation of team for execution of projects
Making wire frames and doing analysis for execution of process.
Project Manage Microsoft Dynamics for operations, upgrade and the implementation of pr
Project Details: My role as a PM is
From requirement gathering to formation of team for execution of projects
Making wire frames and doing analysis for execution of process.
Project Manage Microsoft Dynamics for operations, upgrade and the implementation of process for USA based clients.
Oversee the project timelines, budgets, deliverables, and internal/external project resources
Guide team members from concept to implementation and upgrade phases, own and manage both projects risks and
issues
Work closely with project team members, subject matter experts, business counterparts, and management to ensure
timely status reporting and issue resolution
Reporting to share holders of projects in USA and managing team members in India making sure deliveries are on time
and smooth.
Align requirements and tasks on Jira and make them in order as per the plan of launch and client deliverables.
Prioritize tasks, execute the deliverables in timely manner and held presentation and webinar for clie
Rank 524: Resume 994 with similarity score 0.01872631370554313
Resume Text: M.Sc , M.S , B.E , MS , B.TECH application support , software engineer , management trainee , devops , software developer , full time gfs , training , testing tools , conducting , scanning , core banking , test cases , digital , status , specifications , chat , project work , octopus , data science , french , automation , outlook , spring integration , devops , interfaces , designation , hindi , english , screens , swap , live , mongodb , angularjs , rest , c++ , machine learning , documentation , sonarqube , javascript , technology , external clients , sales & distribution , performing , fusion , affirmative action , mysql , data analytics , real estate , maintenance , dynamo , prevention , email , google , aws , prediction , credit cards , junit , customer experience , languages , software requirements , text analytics , apps , international exposure , database , online , api , jenkins , migrating , revenue , authorization , rtc , plugin , models , application , less , adherence , electronics , servers , framework , preparation , python , reviews , cloud computing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f4…
https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f420213105d080b… 1/3
Current Designation: Software Engineer -Full Stack Developer
Current Company: HSBC
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
HSBC as Software Engineer -Full Stack Developer
Aug 2016 to Till Date
Growth Path:
Aug'16-Apr'17 Apr'17-Present
Management Trainee (Software Engineer) Software Engineer
Key Result Areas:
Analysing user needs and software requirements to determine feasibility of design within time and cost constraints
Managing Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical
design), coding and testing (preparation of test cases along with implementation) to maintenance of proposed applications
Consulting with customers about software system design and maintenance
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
VIJIT MISHRA
Software Engineer seeking roles in Software Development,Application
Support,Application Maintenance,Requirement Gathering,Cloud Computing,Defect
Prevention,Bug Prevention,Machine Learning,Project
Execution,JavaScript,Python,C++,R,Angular JS,MySQL
Key Skills: Software Engineer,Software Deveoper,Software Development,Application Support,Application
Maintenance,Requirement Gathering,Cloud Computing,Defect Prevention,Bug Prevention,Machine Learning,Project
Execution,JavaScript,Python,Angular JS,MySQL
Summary
A result-oriented professional with nearly 4 years of experience in Software
Design & Development using AngularJS, ReactJs, Spring Integration,
REST, NodeJs, Jenkins, Git, Junit, Sonar, Checkmarx
Experienced in end-to-end development of software products from
requirement analysis to system study, designing, coding, testing, de-bugging,
documentation, implementation and maintenance
Gained international exposure in the markets of Hong Kong, UK, Taiwan,
Malaysia and US; delivered end to end products, each driving a revenue of
over 1 million
Proficient in providing effective resolution to customer queries;
improving relationships with the customer by anticipating customer future
requirements, thereby ensuring a positive customer experience
Participated in design reviews, Application Program Interfaces (API)
development and documentation
Proven capabilities in automating manual renewal of certificates on
servers across all GB/GFs using MERN Stack in SELFIE project
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f4…
https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f420213105d080b… 2/3
Ensuring adherence to quality norms throughout the implementation process
Identifying, analysing defects, questionable functions, errors, and inconsistencies in software program functions, outputs,
online
screens and content
Following the project lifecycle methodology defined under the process framework; ensuring that customer deadlines are
met within
project budgets
Developing functionalities on cards feature pack such as credit limit adjustment, swap limit, request reset pin & more using
Angular 1.5
& Spring
Communicating with internal/external clients to determine specific requirements and expectations
Performing POCs on text analytics, text summarization, text prediction using models such as TFIDF, Word2Vec & so on
Conducting system study and coordinating with team members for product documentation, system design & integration,
coding and
application maintenance
Interacting with team members to ensure smooth progress of project work
Highlights:
Worked on POC named Octopus for Hong Kong Team -this involved the automation of issuing AAVS cards (issued by
HSBC as the
reserve bank of Hong Kong)
Created end-to-end projects using Angular 1.5 & Spring for credit cards (currently live in Malaysia, Hong Kong and
Taiwan)
Spearheaded migration of scanning from app scan to Checkmarx & brought the tool live into HSBC tool kit
Acknowledged as DevOps Champion of the team; utilized Sonarqube & Checkmarx for code quality testing; aided team in
migrating to
these tools
Developed auto-reply email system & integrated it with the Outlook plugin; performed in conjunction with machine learning
model;
analyzed 100K emails in French & used this as the backbone model for prediction
Built a server less chat app using AWS lambda, dynamo DB along with secure login using AWS Cognito
As Management Trainee (Software Engineer)
Attended training on Cloud Computing, Data Analytics & Machine Learning
Operated on tools like Jenkins, RTC, GIT for the Sales & Distribution Team
Worked in the core banking team & operated on testing tools like LISA, TOSCA
Developed hybrid apps for higher management on Angular 4 as part of the Digital Team (these apps were deployed on
AWS, using
Springboot & MongoDB as the database)
Projects Handled:
Data Science Projects: Email Spam Detection, Donation Targeting, Human Resources Retention, Real Estate Price
Prediction (Bengaluru)
Machine Learning Projects: Worked on Expense Form Automation (auto-fill the bill with optical character recognition as
against manually
filling the form) of fusion system using Google Vision
UG: B.Tech/B.E. (Electronics/Telecommunication) from Netaji Subhas Institute of Technology (NSIT) in 2016
PG: MS/M.Sc(Science) (Computers) from Liverpool John Moores University in 2021
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, Python, C++, R
Angular JS, React JS, Node JS
AWS, PCF
Sonar, IQScan, Checkmarx
GIT, MYSQL
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f4…
https://freesearch.naukri.com/preview/printResume?uname=4f75305558448bdacb9308c3f7cb1881505d58024b160b19504449505d5a5919145f420213105d080b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Postman, Jenkins
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 525: Resume 1523 with similarity score 0.01868789385362777
Resume Text: MS , M.S , BS director , vp , full time , quality assurance training , sem , it operations , linux , site planning , e-mail , status , sap , programmers , researching new technologies , os x , writing , chat , data center , ministries , sql server , google analytics , cms , organization , crm , ecommerce , magento , multilingual , open source , designation , deliverables , flash , cloud , ltd , flex , english , project , drupal , phonegap , mac os , c++ , b1 , astrology , mobile applications , documentation , javascript , technology , html , web development , optimization , general , classic , blogs , adobe photoshop , affirmative action , mysql , oracle , technical architecture , uptime , maintenance , unix , draw , jquery , advanced , social media , joomla , android studio , email , wordpress , webmaster tools , adsense , aws , multimedia , mx , microsoft , seo , languages , corel , layout , css , tamil , health , apache , azure , remote locations , php , authorization , internet , plugin , erp implementations , business analysis , servers , statistics , impression , iis , 3d studio max , python , 3d graphics 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43…
https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43554313515f5d5… 1/3
Current Designation: Director and CTO
Current Company: Shaun Info media opc pvt ltd
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Dubai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Shaun Info media opc pvt ltd as Director and CTO
May 2018 to Till Date
Key Deliverables:
Developed a multilingual Astrology application in Python, PHP
Developed Thumb impression reading, comparison and analysis application in C
Setup Data Center with 24/7 uptime severs
Created numerous web sites and mobile applications
True Friend Management Support Service Pvt Ltd. as Head - IT, Social Media and Software
Development
Feb 2017 to Apr 2018
Key Deliverables:
Managing the Entire Jesus Calls Ministries IT Operations, Software Development, CRM and Social Media
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AROKIA PACKIA NATHAN L
Director and CTO seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Project Management,Web Development,Business Analysis,SAP,Android
Studio
Key Skills: Director and CTO,Head/VP/GM-Technology/CTO,Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical Architecture,Project
Management,Web Development,Business Analysis,SAP,Android Studio
Summary
A dynamic professional with nearly 20 years of rich experience in Software Development, Web Development, Mobile App
Development, ERP Implementations, SEO/SEM, Business Analysis and Project Management
Proficiency in client communication through day to day call, chat & e-mail (US and European Clients).
Adept in end-to-end development of software applications from requirement analysis to system study, designing, developing,
documentation and implementation.
Skilled in GUI design, Site planning and Architecture.
In-depth knowledge of open source technologies.
Pro in word press, drupal, magento kind of open source CMS Theme and Plugin Development
Hands on experience in Microsoft Technologies.
Rich experience in SEO and Web and Speed optimization.
Pro in Webmaster tools, Google Analytics, AdSense, Ad words, Blogs and Search engine marketing.
Business Analysis done for 60+ Projects.
Developed 20+ mobile applications
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43…
https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43554313515f5d5… 2/3
Managing the In House Servers, AWS Cloud Servers, Azure Servers
Managing the 200+ remote locations IT needs
Updating the old software and websites into new technology
Last 2 years, revamped / created the following websites and applications
o https://prayertoweronline.org/
o http://karunya.edu/
o http://truefriendmatrimony.com/
o http://truefriendtours.com/
o http://truefriendshoppe.com/
o http://pos.truefriendshoppe.com/
o http://leprosyhealth.org/
o http://jesuscallsradio.com/
o In House CRM Enhancement
o Matrimony Android App
o JC Radio App
Ethix Health Care as CTO
Jul 2016 to Jan 2017
Key Deliverables:
Managing day-to-day activities, analyzing statistics and reading and writing reports
Interacting with managers of different areas of the organization, presenting findings to stakeholders and higher
management as well as training and supervising new employees and tracking and measuring staff performance.
Planning and controlling change.
Managing quality assurance programmers.
Researching new technologies and alternative methods of efficiency.
Setting and reviewing budgets and managing cost.
Overseeing inventory, distribution of goods and facility layout.
Upgrading the software, CRM, Websites
UG: B.B.A/ B.M.S (Management) from Madras University in 1999
PG: MBA/PGDM (Project Management) from Alagappa University in 2011
Other Qualifications/Certifications/Programs:
Diploma in 2D, 3D Graphics and Multimedia
Advanced Diploma in Software Engineering
Education
IT Skills
Skill Name Version Last Used Experience
PHP, MySQL, Maganto, Wordpress
Drupal, Joomla, HTML 5, JQuery
CSS, Phonegap, UNIX / Linux
Apache Web Server,Mac OS-classic & OS X
ASP, JSP, ORACLE, SQL Server
IIS, Adobe Photoshop, Corel Draw
Illustrator, Flash Mx & Action Script
Flex, 3D studio Max, C, C++
SAP B1, Python
Languages Known
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43…
https://freesearch.naukri.com/preview/printResume?uname=9f21b849900d2f6164970f8ef6c312805d5909044e1658440719480c5c0c584a135f43554313515f5d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Tamil
Rank 526: Resume 1464 with similarity score 0.01868028594585136
Resume Text: B.E , MS , B.TECH , M.TECH senior developer , technical analyst , associate , devops , authorizer , team lead , technical specialist , aws solution architect automation , api , general , devops , telugu , nosql , designation , asp.net mvc , affirmative action , technical architecture , analytics , powerapps , cloud , hindi , maintenance , azure , ltd , dynamo , jquery , visualization , authorization , english , web applications , status , c# , email , project , aws , xamarin , ci , forms , microsoft , .net core , pipelines , hp , technology solutions , languages , infrastructure , statistics , mobile applications , selenium , javascript , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b11…
https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b115112490c5a5b5… 1/2
Current Designation: Technical Specialist-IT
Current Company: HP
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
HP as Technical Specialist-IT
Sep 2016 to Till Date
* Designed and Developed AWS API Management Tool using Blazor, AWSSDK and AWS Services
like DynamoDB, Lambda Authorizer, Cloudwatch Metric APIs & Insights for analytics.
* Designed and Developed Web Applications using .NetCore, Asp.Net MVC, C#, JavaScript & jQuery
* Developed RESTful APIs using .Net Core, C#
* APIGEE API Management - Development of proxies
* Developed
* Developed "PartsHub", a cross platform mobile application using Xamarin Forms
* Developed Mobile application using Microsoft PowerApps and Microsoft Flows
* Worked on Web application automation using Selenium, C# and configured CI/CD pipelines using
Azure DevOps. Deployed Selenium Grid in AKS
* Designed and developed "OneIT" web application using Blazor, .Net Core and ELK stack. "OneIT"
application shows the visualization of various applications' infrastructure and performance
statistics.
Tata Consultancy Services (TCS) as Assistant Consultant
Jan 2010 to Aug 2016
Aditi Technologies as Senior Developer
Sep 2007 to Jan 2010
Cognizant Technology Solutions India Ltd as Technical Analyst
Oct 2005 to Sep 2007
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Srikanth Kusumba
Over 13 years of professional experience in Software Development involving Design,
Development, Integration of Web and Mobile applications, APIs, and cloud-based
solutions
Key Skills: NoSQL,Dynamo Db,Blazor,APIGEE,.Net,C#,AWS,Xamarin
Summary
A competent professional with over 15 years of experience in IT Project Management,Requirement Gathering,Application
Development,Application Design,Technical Architecture,NoSQL,Dynamo Db,Blazor,APIGEE
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b11…
https://freesearch.naukri.com/preview/printResume?uname=ead4aa6efa62bca18a94531d22f5745a09550d03481158420a17155b5e58574c405b115112490c5a5b5… 2/2
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2003
PG: M.Tech (Computers) from University of Hyderabad, Hyderabad in 2005
Other Qualifications/Certifications/Programs:
AWS Solution Architect Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Education
IT Skills
Skill Name Version Last Used Experience
AWSSDK & NoSQL
.Net Core, C#
Blazor,
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 527: Resume 936 with similarity score 0.01867664268557195
Resume Text: B.E , MS , B.TECH , BS locator , software engineer , devops , security analyst , full time , senior software developer , full stack developer award , training , algorithms , databases , docker , linux , perspectives , angular , digital , status , security protocols , rabbitmq , kotlin , doctors , bitbucket , testing , components , chat , html5 , spring framework , lego , pipeline , file systems , server side , react.js , devops , kubernetes , designation , web services , hindi , cloud , firebase , windows , json , english , data security , project , stripe , video , microservices , mongodb , redis , fixing , rest , database design , c++ , webstorm , sockets , pycharm , javascript , technology , client side , developer tools , web development , iframes , general , neo4j , developers , scripting , e2e , pay , affirmative action , samsung , mysql , technical architecture , maintenance , sorting , terminal , kafka , email , aws , spring data jpa , operations , design patterns , languages , hibernate , cassandra , mobile , jira , search , apps , online , functionality , api , vulnerability , jenkins , css , ug , authorization , enterprise , spring boot , productivity , aggregation , vue.js , webrtc , application , devices , less , records , ci , e-commerce , singleton , python , pagination , load , intellij idea , cd , reverse proxy 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815…
https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815074540505958… 1/3
Current Designation: Software Engineer
Current Company: HCL Avitas
Current Location: Noida
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HCL Avitas as Software Engineer
Apr 2020 to Till Date
Designed and developed SSO and Admin Panel end to end using React and Spring-Boot. Connector Layer for HL7
inbound/outbound server.
Developed Container interface for the micro-fronted apps to interact with each other using ReactJs and Iframes.
Data Security for microservices using Asymmetric Signature with JWT token in Spring Boot.
Designed and Developed CD/CI pipeline using Bitbucket and AWS codedeploy for different projects.
Implemented an auto-scaling system on Kubernetes nodes for the project.
Developed Connector Layer for inbound and outbound traffic with HL7 server.
Designed and Developed keep-alive for User Productivity Aggregation using SpringBoot, Redis and ReactJs Client.
Peer to Peer Video Consult for Doctors using WebRTC and ReactJs.
Techbliss Digital as Senior Software Developer
Sep 2019 to Apr 2020
Designed and developed LEGO GRID web-app using Vuejs, Vuex and Nuxt.js for Samsung.
Spot Performer Award from Infinity Labs.
* Built Developer tools client side Sorting and Filtering for 1 Millions records that could take a maximum memory of
300MB in the Browser with IE 11 support with lazy load, full load and pagination support
* Used Vue scoped slot pattern to abstract the functionality to the higher components and write more maintainable and
readable code for future.
* Fixed Spring-Boot Backend API's For Samsung Lego.
* Used NodeJs , SocketIO and Webterm to create a web based terminal with reverse proxy for Infinity Labs SDWAN
Last Active: 2-Feb-21 Last Modified: 1-Feb-21
Shailab Singh
Senior Software Developer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture, Devops, Requirement
Gathering,Client Management,Web Development,Java,Python,C++,C,JIRA,Jenkins,
Kubernetes, Bitbucket
Key Skills: Senior Software Developer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Web
Development,Java,Python,C++,C,JIRA,Jenkins
Summary
Full-Stack Developer with 4 years of combined IT functional experience and having good experience in Spring-boot, Vue.js ,
Deveops, and profound Knowledge of Algorithms and Data Structures. Currently seeking job opportunities to utilize my skills
and abilities in a sector that offer professional growth as well as opportunities to learn and develop new perspectives
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815…
https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815074540505958… 2/3
devices.
* Conducted Developers' training for VueJs and Spring Boot
Project Striker as Full Stack Developer
Oct 2018 to Sep 2019
Designed and developed efficient and maintainable software according to the business objectives.
* Designed and developed effective web-app using peer to peer technologies in Vue.js, developed online coding
compiler using spring and Shell-scripting Linux, developed centralized web-socket chat server using MongoDB, payment
system using Stripe and Razor Pay.
* Integrated app-based solutions with databases, file systems, and cloud-based systems.
* Implemented stateless security protocols using JWT, Push Notifications using Firebase, elastic search as a 'Search
Engine', Hybrid caching on redis database etc.
* Using Neo4j Graph Database Design for online Professional Networking platform, CI/CD using Bitbucket, Docker and
Jenkins on AWS and GCP.
* Spring Aspect oriented programming for Notifications
* Managing a team of 4 developers with operations, priorities, and development goals
* Used Rest Controller in spring framework to create RESTful Web services and JSON objects for communication.
* Developed server side application to interact with database using Spring Boot and Hibernate.
* Applied Design patterns Singleton, Builder, Factory, Service locator etc.
* Developed POJOs for Data Model and made individual HBM records to delineate Java Objects with Relational
database table
Duckart as Software Engineer
Aug 2017 to Sep 2018
Created reusable, testable, and efficient Java code using best programming structures, flowcharts and algorithms as well
as assisted in designing and implementing spring modules to load data from various sources such as MySQL, Cassandra.
Developed and Created RESTful API's using Kotlin and Java for an e-commerce-based enterprise, developed a mobile
web client to consume the API using Angular.js react.js HTML5/Materialize CSS
Wrote many unit tests, e2e tests, API tests in Spring Boot.
Added server push notifications using Web-sockets protocol
Involved in fixing code vulnerability issues, Involved in testing, bug fixing of the system and deployment as well as User
Production support for the product.
Provide Maintenance and Enhancements activities for the product.
Developed APOC queries with spring data jpa for neo4j to create, retrieve and update data
UG: B.Tech/B.E. (Computers) from Amity School Engineering & technology in 2017
Other Qualifications/Certifications/Programs:
Lucideus Certified Security Analyst
Education
IT Skills
Skill Name Version Last Used Experience
Java, JavaScript, Python, C, C++
Vue.Js, Angular, React, Spring-boot
Kafka, Rabbitmq
MySQL, Neo4j, Elastic search, MongoDB
Docker, Jenkins, Jira
AWS, GCP
WINDOWS, LINUX
Intellij Idea, WebStorm, PyCharm
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815…
https://freesearch.naukri.com/preview/printResume?uname=15db9e2a2265c2d86bfec0ae628c2f885c585c541e4558120014445d5b5a074b475815074540505958… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
hindi Proficient
english Proficient
Rank 528: Resume 238 with similarity score 0.018651758680937987
Resume Text: B.TECH work from home , data management api , training , internships , cloud , beginner , firebase , retrofit , pattern , google , kotlin , live , messaging , xml , resume , tutorials , rest , java , components , debugging , unit testing , computer science , youtube , android development , completion , assessment , app , acting , organization , technology , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get interviewed at such a renowned company.
Your organization will surely prove to be an excellent platform for me to establish my skills and knowledge in the corporate world.
I have done an Internship at NbliK Network of Knowledge.
I want to learn new techniques regarding Android Development and I'm sure you'll give me an opportunity to learn
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 Months of work from Home Internship starting Immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Himanshu Gaur
Pratapgarh
Applied 25 Dec'20
Android Kotlin Firebase
Firebase Cloud Messaging Java XML
REST API
B.Tech Hons.), Computer Science & Engineering
National Institute Of Technology Sikkim
2018 - 2022
CGPA 7.40/10
Senior Secondary XII, Science
St Anthony's Inter College
UP BOARD board)
Year of completion: 2016
Percentage: 85.00%
Secondary X
St Anthony's Inter College
UP BOARD board)
Year of completion: 2014
Percentage: 80.00%
Android App Development
Nblik, Virtual
Nov 2020 - Dec 2020
1. Unit testing and UI testing.
2. Test-Driven Development
2. REST API calls.
4. Kotlin coroutines.
5. Jetpacks Component.
6. Firebase
7. Follow Google Recommended Architectural pattern MVVM
8. Data Management within the device using Room.
I am acting as a Volunteer of JAVA and Android App Development in DEVCans ( Development and Coding at NIT SIKKIM ).
Android App Development Bootcamp
Udemy Training, Online
Dec 2019 - Dec 2019
1. Test-Driven Development.
2. Google Recommended Architectural pattern for Android ( MVVM )
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8400067799
3. REST API calls
4. Debugging
5. Firebase
6. Kotlin Coroutines
7. Android Jetpacks Components
News And Live Score
Aug 2020 - Sep 2020
https://play.google.com/store/apps/details?id=gaur.himanshu.androidjetpackspractise
1. REST API calls
2. Retrofit 2
3. Data Management with Room
4. MVVM Architectural pattern
5. Kotlin Coroutines
Beginner in Flutter
Run a YouTube channel for Android App Development tutorials
https://play.google.com/store/apps/details?id=gaur.himanshu.androidjetpackspractise
Rank 529: Resume 793 with similarity score 0.018631508203132967
Resume Text: B.S , MS , BS project manager , junior analyst , information security , cyber defense analyst , full time , cyber security analyst , research analyst , senior security analyst , service desk manager customer , telugu , cisco ips , databases , symantec endpoint protection , log analysis , status , indicators , incident response , hunting , mumbai , kibana , threat intelligence , infrastructure , symantec antivirus , open source , designation , hindi , cloud , ltd , information security , windows , english , signal , project , tactics , splunk , processing , fine tuning , ibm , closure , intrusion detection , incident investigation , research , documentation , javascript , cyber security , reporting , performing , affirmative action , bulletins , maintenance , imperva , advanced , escalation , business services , proxy , email , health check , aws , ad-hoc , siem , ids , languages , context , publications , dashboards , enterprise security , jira , root cause analysis , proof , risk assessment , cyber defense , qradar , portals , case , ticketing , authorization , teams , phishing , matrix , devices , remediation , servers , kannada , security operations center , network administration , firewalls 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d1…
https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d185147410b5d09… 1/3
Current Designation: Cyber Security Analyst
Current Company: Microland Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Security
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Microland Pvt Ltd as Cyber Security Analyst
Jan 2019 to Till Date
Client Name: Diageo Business Services.
Real time log monitoring in the Security Operations Center from different devices
received from the client and segregating and correlating the logs of that devices.
Conduct advanced incident hunt operations using known adversary tactics, techniques
and procedures as well as indicators of attack to detect adversaries.
Investigation of Phishing incidents which includes finding out any associated traces of
malicious activity in company environment.
Experienced in creation of use cases, finetuning rules, Report, Dashboard, Trends.
Coordinating with Project manager and Respective teams for incident resolution.
Tickets handling and Root Cause Analysis of security incidents. And Closely work with
Junior Security Analysts regarding incidents. Maintenance of Closure part of incidents
(Operational Works).
Co-ordinating with ELK engineering team for integrating Log source with ELK.
Creating an incident ticket, Analyzing, Managing and tracking security incidents to
Last Active: 26-Nov-20 Last Modified: 26-Nov-20
Ajay Kumar S
Cyber Defense Analyst seeking roles in Project Management,Information
Security,Cyber Security,Phishing Detection,Firewall,Proxy,Service Desk
Management,Incident Management,SLA Management,Root Cause Analysis,Risk
Assessment,Qradar,Splunk,SIEM,SOC
Key Skills: cyber defense analyst,system security,information security,cyber security,phishing
detection,firewall,proxy,incident management,root cause analysis,qradar,splunk,siem,soc,threat hunting,log
analysis,dashboards,Incident Investigation,Antivirus
Summary
Having an Experience of 4 years in Information Security.
Experience in Monitoring of IBM Qradar,Splunk,Kibana SIEM Tools.
Experience in Monitoring of Zscaler proxy, CISCO IPS, Symantec Antivirus,Monitoring Check Point firewall alerts.Rules creation
and fine tuning
Experience in monitoring Imperva,ThreatX and Signal Sciences WAF.
Involved in AWS cloud based projects i.e. Websites hosted in AWS.(CDN,ALB,WAF,Cloudwatch,S3,AWS shield).
Good knowledge in processing phishing mails using Proofpoint.
Experience in Threat hunting and IOC processing(ThreatStream-Anomaly).
Experience in Service Now, CA service desk manager Ticketing Tools.network security,Cyber Security,ELK Stack,Threat
Intelligence,Incident Response,Phishing Detection,Threat Research Analyst,Threat hunting,SOC,SIEM,Log Analysis,SoC
Operations,Intrusion Detection,
Information Security,Enterprise Security,ELK, Kibana, Elastic Search.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d1…
https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d185147410b5d09… 2/3
closure by coordinating with different teams.
Reviewing and Analyzing different security advisories to provide recommendation for
latest emerging threat in context of the Client infrastructure.
Performing daily review of cyber threat warnings, bulletins, alerts, and incident
reporting documentation and databases produced by Governments, Threat Intelligence
Communities such as FS-ISAC, US- CERT, Threat Information Portals. Such as Recorded
Future, and a variety of open source publications and formats.
Creating Daily, Monthly, Weekly reports and Ad-hoc reports.
Hornbill Softech as Senior Security Analyst
Oct 2014 to May 2018
SIEM consultant for log & event analysis, incident investigation, reporting, remediation
& also develop new rules, policies for incident detection
Experience in Network traffic and log analysis, identifying and classifying attempted
compromises to client networks through suspect traffic using SIEM tools,
monitoring Symantec Endpoint Protection management.
Real time log monitoring in the Security Operations Centre (SOC) from different devices
such as Firewalls, IDS, IPS and Windows Servers received from the client and segregating
and correlating the logs of that devices
Real time Log monitoring, Incident Management and Reporting.
Responding customer for ad-hoc request for risk assessment for software or
applications.
Maintaining the escalation matrix.
Finetuning the rules to reduce the false positives.
Working closely with junior analyst and guiding them in case of any queries.
Skilled in identification of emerging security threats, intrusion investigations.
Excellent handling skills and closure of security incident tickets within the SLA.
Daily Health check-up for SIEM and other Devices.
UG: B.Sc (Computers) from Bangalore University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Symantec Antivirus
Zscalar proxy, Cisco IPS 0 Year(s) 0 Month(s)
Service NOW, JIRA
Proof Point 2019 1 Year(s) 0 Month(s)
QRadar 7.2.8 2018 3 Year(s) 0 Month(s)
Crowd strike 2019 1 Year(s) 0 Month(s)
Elastic Search 7.4 2019 1 Year(s) 0 Month(s)
SPLUNK 7.1 2018 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d1…
https://freesearch.naukri.com/preview/printResume?uname=1694719665e6b477af2dc9c8e16e399b580b58071e135a145747490e0e01051e460d185147410b5d09… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 530: Resume 1314 with similarity score 0.018601239926156563
Resume Text: B.E , MS , B.TECH , BS senior engineer , release manager , cloud engineer , full time , informatica , senior devops engineer training , microsoft azure , template creation , bash , spring , docker , linux , player , node.js , status , continuous integration , nagios , writing , components , features , multiple sites , building , ec2 , infrastructure , performance testing , automation , devops , kubernetes , cadence , mar , hindi , english , cloud security , project , groups , microservices , solution architecture , redis , pipelines , rest , disaster recovery , git , prototyping , word , vsts , javascript , load testing , campus , technology , slack , general , performing , skin , lms , affirmative action , mysql , design , maintenance , utilization , iaas , postgresql , email , aws , configuration management , fortune 100 , premises , languages , hibernate , big data , learning management , ssl certificates , management system , jira , sonar , base , api , jenkins , migrating , windows server , b2c , file sharing , analytical skills , jmeter , lamp , ticketing , apache , php , authorization , go , excel , b2b , application , lake , ci , cron , transformations , servers , s3 , debugging , shell scripting , merge , framework , python , campaigns , etl , cd , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 1/4
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Stratbeans Consulting as Senior Devops Engineer
Dec 2019 to Jun 2020
About Project:
A LAMP (Linux, Apache, MySQL, PHP) based LMS (Learning Management System) sites hosted on AWS, with a daily
heavy user load of approximately 50,000 users
My Responsibilities
My work included installing and configuring monitoring tools like Nagios, Datadog, Custom Shell scripts for error display in
Slack Team Channels.
Writing Custom Alerts, monitoring billing, user load etc to optimize the user load along with infrastructure cost.
Writing Custom Scripts for RDS vertical autoscaling using Terraform, based on CPU utilization or time based.
Performing Load testing using apache ab testing and JMeter, to optimize for user load.
Installing SSL certificates, updating system, configuring SES Domains etc. One-man Army.
Pocks on Custom Docker Images Terraform autoscaling stacks, AWS WAR Certifications. etc.
Technical Stack:
AWS (Ec2, RDS, SES), Shell Scripting, Alerts via (Nagios/Data Dog/ Slack), Jenkins, Terraform, JMeter, Sonar
Brillio Technologies as Senior AWS Engineer
May 2019 to Sep 2019
About Project:
BMS uses many AWS components to facilitate their R&D in developing their products. Any new AWS service comes into
play,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Baibhav Vishal
Senior Devops Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,Project Management,Solution
Architecture,AWS,Linux,Docker,NodeJS,Microservices,Kubernetes
Key Skills: Senior Devops Engineer,Release Manager,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,Project Management,Solution
Architecture,AWS,Linux,Docker,NodeJS,Microservices,Kubernetes
Summary
Cloud Engineer seeking roles in DevOps, Infra Automation, AWS, Linux, Docker, NodeJS, Kubernetes, Azure, Cloud Security,
Software Development, Project Management, Solution Architecture.
Excellent hands on AWS, Linux, Docker, NodeJS, Microservices, CI/CD, DevOps, Serverless.
Working knowledge on Azure, Python, Kubernetes, Jenkins, Terraform, Sonar etc.
Each project got recognized by managers, and colleagues in terms of official monetary awards.
Excellent Analytical skills. Quick learner, team player, and a straight shooter.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 2/4
they are interested in it.
My Responsibilities
My work included installing log monitoring tools through Cloud Formation on different Windows Server versions.
Converting Linux shell scripts (Bash) to NodeJS scripts, for OS agnostic reasons.
Learning Python to perform CR on existing Lambda Code Base.
Extending Infra Automation to Beanstalk, Auto Scaling Groups for cost purposes.
Technical Stack:
AWS (Lambda, Cloud Formation, CloudWatch), NodeJS, Python, Shell Scripting
Mindtree as Senior Engineer
Feb 2016 to Dec 2018
About Project:
P&G wanted to move its on-premises and cloud servers to one account under Azure. More than 2000 B2C sites was
migrated,
along with many B2B servers.
My Responsibilities
My work was limited to B2C sites dockerization (legacy sites based in PHP and Java). A factory model was introduced by
me
so, Docker base image could be reused for various sites.
Along with this, various POCs was also done by me on Azure File Share, Azure Kubernetes etc.
Websites which required file sharing were moved to IaaS by me, for the meanwhile until Kubernetes got approved by
InfoSec
Team.
Building Azure DevOps Pipeline, with Separation of Concerns' approach.
Worked on various add-on features required for multiple sites like Mail (SMTP), Cron (Using both Docker file and kind:
Cronjob)
Technical Stack:
Azure (WebApp, File share, Blob, AKS), Shell Scripting, Docker, Azure DevOps for CI/CD, Kubernetes, Apache, SMTP
etc.
UG: B.Tech/B.E. (Computers) from Manipal Institute of Technology, MANIPAL UNIVERSITY in 2015
Education
IT Skills
Skill Name Version Last Used Experience
AZURE 2018 0 Year(s) 6 Month(s)
MS Excel , MS Word, MS PowerPoint 2019 3 Year(s) 0 Month(s)
JAVA 2016 6 Month(s)
REST APIs 2018 1 Year(s) 6 Month(s)
DOCKER 2019 2 Year(s) 0 Month(s)
Node.js 2019 1 Year(s) 8 Month(s)
AWS 4 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 3/4
Nature of Employment: Full Time Duration: Dec 2019 - Jun 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: May 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Role: Domain Expert
Duration: Oct 2018 - Dec 2018
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Feb 2018 - Oct 2018
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Jul 2017 - Mar 2018
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Domain Expert
Duration: Feb 2017 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 9
Projects
Project Title: LMS Infra Admin
Client: Stratbeans Consulting
Project Details: Updating Software Patches, establishing monitoring systems like Nagios, Datadog. Updating SSL Cert,
integrating Slack, Jira, Error Alarms, Auto Git Merge, writing Dockerfiles, custom shell script solution etc.
Project Title: Infrastructure Automation
Client: bristol myers squibb
Project Details: Worked on various Automation pieces for Infra maintenance, including automating log monitoring, conversion
of scripts, generating usage reports, etc.
Project Title: Template Creation
Client: Cannot Disclose
Skill Used: Docker, VSTS, Microsoft Azure
Project Details: A fortune 100 company is creating a TEMPLATE for campaigns based on microservice architecture.
Campaigns are basically consumer studies for a new product, change in market condition etc. So any new campaign coming
in will just use the template, tweak some components, and will be launched in production.
My work includes here implementing Devops pipeline, Azure Infra, Ssl enabling, Dockerization, AKS etc.
Project Title: Azure Migration
Client: Procter & Gamble
Skill Used: Microsoft Azure, Docker, VSTS
Role Description: Containerizing through Docker and implementing CI/CD pipelines through VSTS.
Project Details: P&G on-premise servers needed to be migrated to Azure. Several B2C and B2B sites were migrated.
My work was dockerizing PHP Linux applications using a factory model based approach and creating CI/CD pipelines for the
same on Azure WebApp. Also, implemented working solution of small peices like SMTP, Cron inside Docker etc
Project Title: Serverless Recommendation Engine TLE
Client: Olay
Skill Used: AWS, Node.Js, Postgresql, Docker
Role Description: Owning every piece of Infrastructure, URL creations, redirections etc. Deployment of applications in
optimized and in version controlled way including PM2, Docker etc.
Developing code in NodeJs, to implement Microservices.
Project Details: Image rekognition and questionnaire based website recommends some cosmetic products for your skin.
Here my work included, duplicating a Production Infra Setup for Prototyping and further enhancement(Route 53, CloudFront,
S3, API g/w, Lambda, EC2, Redis, RDS). Then started developing modules in Backend on NodeJs, for prototyping and
Production purposes, performance testing using Jmeter. Deployment was done using Docker and Serverless Framework.
Project Title: Big Data Lake
Client: Hertz
Skill Used: AWS
Project Details: Cloud Native solutions was used to setup ETL transformations on Redshift, with the help of EMR, and S3.
Informatica is used to further analyze the ETLed data.
Worked on automation of Infrastructure deployment through CloudFormation and Data Pipeline
Project Title: AWS Migration
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4…
https://freesearch.naukri.com/preview/printResume?uname=03207099fd2471a21247ca923e315926500c00551c470f15044548090b5d5842135b4755454958555… 4/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Sep 2016 - Jan 2017
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Bhubaneshwar
Role: Programmer
Duration: Mar 2016 - Apr 2016
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Client: Cadence Design Systems
Skill Used: AWS, Java
Project Details: First Official Project and lots of Leraning: Java, PHP based application migrated from On-Premise to AWS.
Here I worked on migrating Java Application, writing Bash Scripts for automating Disaster Recovery Policies, debugging
issues related to WAF, CDN, DB etc.
Project Title: Outgoing Pass (Java)
Client: Mind Tree
Role Description: Gathered requirements, developed modules on Java, started picking up deployment skills from here.
Project Details: An Internal Project, based on the needs of training Campus. Students staying in campus were supposed to
get an approval on a ticketing based system, to go outside te training campus.
Existing system worked but had certain flaws, so we gathered requirements, built a new system around those requirements.
Development was done in Java, J2EE, Hibernate and Spring.
Rank 531: Resume 1234 with similarity score 0.018576343497227744
Resume Text: B.E , MS , B.TECH , M.TECH application support , azure developer , software engineer , technical architect , agile scrum master , product manager , associate , technical lead , relationship manager , full time , team lead , product owner , aws solution architect box , api , risk assessment , mentoring , streamlining , infopath , general , customer , telugu , scrum , performing , powershell , change requests , designation , microsoft office , business applications , analytical skills , mar , affirmative action , tortoise svn , nintex , hindi , maintenance , azure , ltd , windows sharepoint services , jquery , digital , authorization , advanced , english , bootstrap , design principles , status , paas , c# , agile , sharepoint online , email , project , sql , store , metadata , aws , provisioning , consolidation , test driven development , operations , range , sharepoint server , xml , electronics , elements , rest , technology solutions , writing , features , debugging , unit testing , building , functional programming , fundamentals , languages , docave , documentation , html5 , oil , sharepoint designer , javascript , apps , distributors 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400…
https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400512125c0c5c05… 1/3
Current Designation: Technical Lead
Current Company: Accenture Solutions Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Solutions Pvt. Ltd. as Technical Lead
Nov 2013 to Till Date
Interacting with product owner, product manager to clearly understand the requirements
Streamlining of the project process & consolidation and creation of architecture.Impact assessments for change requests.
Implement architectural designs while building solid relationships with stakeholders at all levels
Mentoring Team in developing best practices, design principles and advanced technologies
Worked on various roles and tasks that range from Technical Architect, Technical Lead,Migration Lead, Developer, Scrum
Master, Service Relationship manager
Performing POC using SPFx,Azure PaaS services, Power Automate/Power Apps
Performed migrations from SharePoint 2010/SharePoint 2013 to Box/SharePoint Online
Have experience in using Metalogix, DocAve, Tzunami migration tools
Cognizant Technology Solutions as Associate
Jun 2011 to Nov 2013
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VAMSI CHARAN.S
Technical Lead seeking roles in Project Operations,SharePoint Application
Development,SharePoint Application Maintenance/Migration,SharePoint Application
Support,SPFx, Power Automate, Azure PaaS development, Agile Scrum Master, AWS
Solution Architect
Key Skills: SharePoint Technical Lead,Team Lead,Project Operations,Application Development,Application
Maintenance,Application Support,Azure PaaS Development,Client Management,SPFx,Power Automate,Power
Apps,REST API,Agile Scrum Master,AWS Solution Architect
Summary
A dynamic professional with 12 years 10 Months of experience in Project Operations and Software Development.
Presently associated with Accenture Solutions Pvt. Ltd., as Technical Lead.
Adept in end-to-end development of various applications from system study, designing, coding, unit testing, debugging,
documentation and implementation.
Possess excellent interpersonal, communication and analytical skills with demonstrated abilities in customer relationship
management.
Extensive experience in all phases of software product/project development like system analysis, design, development, testing
and deployment of business applications using technologies/Frameworks/Services like SharePoint, SPFx,Power
Automate/Apps, Azure PaaS, REST API
Azure developer Associate with extensive knowledge on Azure PaaS services
Experience in writing Reactive and Functional Programming
Worked extensively in Test Driven Development, Reactive and Functional Programming using Agile Methodology
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400…
https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400512125c0c5c05… 2/3
Nous Info Systems as Software Engineer
Apr 2010 to Apr 2011
Keane INDIA Pvt. Ltd as Software Engineer
Jan 2008 to Apr 2010
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sree Vidyanikenthan Engineering College in 2005
PG: M.Tech (Electronics/Telecommunication) from RV College Of Engineering (RVCE) in 2007
Other Qualifications/Certifications/Programs:
AWS Solution Architect Associate
Azure Developer Associate
Azure Fundamentals certification
Developing Microsoft SharePoint Server 2013 Core Solutions
SharePoint 2010 Application Development
Microsoft Windows SharePoint Services 3.0 Application Development
Education
IT Skills
Skill Name Version Last Used Experience
JSOM
REST API
CSOM
PNP Powershell
C#, Sql
HTML5, CSS3
JavaScript
JQUERY
BOOTSTRAP
XML
MICROSOFT OFFICE INFOPATH
SHAREPOINT DESIGNER
GIT
Tortoise SVN
TFS
SPFx
Azure PaaS
Nintex Workflows
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400…
https://freesearch.naukri.com/preview/printResume?uname=ea4002e5f4fba9f0ed7f05f610bc423d50095f0342425a475142415a080f024e105c400512125c0c5c05… 3/3
Nature of Employment: Full Time Duration: Dec 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Oct 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Mar 2019 - Sep 2019
Onsite / Offsite: Offsite
Team Size: 8
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Telugu Expert
Projects
Project Title: SharePoint Migration and SharePoint Online Application creation
Client: Vistra Corp.
Skill Used: SharePoint 2010/2013 and SharePoint Online,SharePoint 2010/2013 and SharePoint Online
Role Description: o Prepared the Scope and proposal documents
o Analyzing the capacity and customizations available in the site
o Created custom tool for collecting migration feedback for 3500 sites
Project Details: Build new applications over SharePoint Online. Support SharePoint Applications on SharePoint Online, 2013
and 2010. Migrate the SharePoint applications to Box and SharePoint Online from SharePoint 2010 and 2013
Project Title: SharePoint site Provisioning
Client: Abu Dhabi National Oil Corporation
Skill Used: SharePoint 2010/2013 and SharePoint Online,PnP PowerShell, Power Automate, Azure Functions, DocAve
Role Description: o Prepare scripts through which all the below elements of SharePoint can be created automatically with
script execution using the configuration mentioned in configuration file for all the sites mentioned
i. Term Store
ii. Site Collections
Project Details: Create POC for site provisioning, which provides automated way of creating sites and its features, metadata,
term store
Project Title: Build Compliance Risk Assessment tool, Management Committee WF
Client: Astellas Pharma.
Skill Used: SharePoint 2010/2013 and SharePoint Online,PnP PowerShell, Power Automate, Azure Functions, Nintex
Workflows, Bootstrap,JQuery, JSOM, REST API
Role Description: Fulfil the need of Corporate Compliance for performing an annual risk assessment of distributors with easy
to use and simple User Interface.
Build a centralized digital tool that leverages SharePoint to manage and track the Management Committee (MC)
Project Details: Fulfil the need of Corporate Compliance for performing an annual risk assessment of distributors with easy to
use and simple User Interface.
Build a centralized digital tool that leverages SharePoint to manage and track the Management Committee (MC) topic
requests and relevant documents across multiple stakeholders
Rank 532: Resume 315 with similarity score 0.01856239469205818
Resume Text: B.E , BS team leader , work from home web development , internships , computer networking , security , office , information technology , php , editing , project , wordpress , resume , java , government , computer science , arduino , raspberry pi , completion , assessment , sensors , remote access , html Assessment
Q1. Why should you be hired for this role?
I have previously worked for Q Conneqt where I used to handle their website through Wordpress.
Actually I am much of interested in web development related work.
So this profile suits me.
Thank you.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available to join immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Manoj Pawar
Pune, Karad
Applied 07 Feb'21
Raspberry Pi Arduino C Programming
Computer Networking HTML Java
PHP
Bachelor of Engineering B.E, Information Technology
SKNSITS Lonavala
2018 - 2022
CGPA 6.00/10
Diploma, Computer Science
Government College Of Engineering, Karad
2016 - 2019
Percentage: 64.63%
Senior Secondary XII, Science
DT Patil Junior College
PUNE board)
Year of completion: 2016
Percentage: 48.46%
Secondary X
St Xavier's High School
MUMBAI board)
Year of completion: 2014
Percentage: 78.60%
Techical Support Executive
Q ConneQt, Pune
Dec 2018 - Aug 2019
Handling Techinal Issues through remote access.
Web Development
Excelnath.com, Virtual
Dec 2017 - May 2019
Editing website, modification of website , designing and upload data on website
Team leader for Binge Campaign Project in 2019 for Pune Office.
AI Security System
Feb 2017 - Apr 2017
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8108302198
It was security system which was using Sensors to detect an intruder at the place the system installed by capturing the
movement and temperature of human body.
Our project team was qualified for National Project Competition arranged on National Level.
Rank 533: Resume 688 with similarity score 0.01854152790581075
Resume Text: B.E , MS , BS nan training , serialization , core java , collage , galaxy , string , classification , keywords , oracle , mysql , interpersonal skills , hindi , spiral , creativity , english , synchronization , ddl , status , email , project , time management , credentials , mumbai , microsoft word , programming languages , resume , rdbms , datasets , morphology , c++ , features , framework , multithreading , birth , computer engineering , organization , web , technology , hobbies , html , database , network architecture Microsoft Word - Dineshcvcgpa
RESUME
Mr. Dinesh Ravi Inamdar
B.E. – (Computer Engineering)
Contact No. : 9764778604,9370718003
Email: inamdardinesh29@gmail.com
CARRIER OBJECTIVE
I intent to be a part of an organization where i can constantly learn and develop my technical skill and
management skill and make best use of it for the growth of the organization .I look forward establishing myself
by adapting new technologies as well.
ACADEMIC CREDENTIALS
Qualification School/College Board/University Year of
passing
SGPA/Per
B.E
SKN Sinhgad Institute of
Technology & Science,
Lonavala
SPPU,Pune
2018-19
6.60
Diploma
SHRI Shivaji Collage
Polytenic Institude,
Parbhani
MSBTE,Mumbai
2013-16
66.44
SSC
Bal Vidya Mandir,
Parbhani
AURANGABAD
BOARD
2012-13
64.60
Programming Languages Known
C,C++
Java
Web (HTML)
Database (MYSQL, Oracle)
TECHNICAL SUMMARY
CORE java:-
Good in a java programming in Editplus and Eclips.
Strong in classes and objects.
Very strong knowledge on OOPS concepts like Method overloading and Method
overriding.
Very good knowledge on constructors and method.
Good Knowledge about control statement.
Good understanding of abstract class,interface and package.
Knowledge about the Collection Framework .
Good knowledge of Java Multithreading, Synchronization, DaemonThread.
Good knowledge on String class, StringBuffer and StringBuilder.
Very good Knowledge of Exception Handling using try ,catch,finally block
And throw and throws Keywords.
Knowledge about Serialization and Deserialization.
SQL:-
Good understanding of RDBMS concepts.
Exposure to constraints(PK,FK,NOTNULL,UNQ,CHECK)
Knowledge of DDL, DML, DTL
Good knowledge of Sql sub-queries and join operation.
PERSONAL TRAINING:-
Undergone Core java, SQL, HTML , Development Training in Jspider institute in pune.
Projects
Project Title : Deep Convolutional Neural Network Based On Galaxies Classification.
Software Used : Metlab.
Duration : 1 year
Details : In this Project, The neural network architecture for galaxy is classification
Presented.
The galaxy can be classified based on its features into a main three categories
“ Elliptical, Spiral and Irregular”.
This projects is an new approach for an automatic of galaxy morphology from
Datasets Based on the image-retrieval approach.
INTERPERSONAL SKILLS
Time Management
Problem Solving
Creativity
Decision Making
PERSONAL DETAILS
Name : Mr.Dinesh Ravi Inamdar
Permanent Address : RamKrushna nagar,Parbhani
PIN-431401.
Date Of Birth : 7
th May 1997
Languages Known : English, Hindi and Marathi
Marital Status : Single
Nationality : Indian
Hobbies : Reading Books and Listing songs.
DECLARATION
This to certify that all the information provided here is correct to the best of my knowledge and
belief and I promise to abide by all the norms laid by your esteemed organization.
DATE- Your Sincersly,
PLACE-Pune Dinesh Ravi Inamdar
Rank 534: Resume 1163 with similarity score 0.018540064407151936
Resume Text: B.E , MS , B.TECH , M.TECH application support , engineering manager , owner , devops , cycle manager , director of technology , product development , solution architect , ceo , change management , investor , full time , principal architect , vp mentoring , solution building , general , valuation , devops , customer , performing , performance testing , security , designation , product specialists , developers , apartments , mar , ug , affirmative action , cloud , scratch , maintenance , revenue , azure , product engineering , start-ups , architects , english , authorization , teams , go , status , corporations , software testing , agile , email , project , sql , home automation , application , aws , water , live , leadership , ownership , solution architecture , test automation , iit , saas , pipelines , components , change management , c++ , led , flow , transformation , strategy , hiring , running , upstream , languages , data science , technology management , scales , javascript , engineers , ml , demos , rolling , data engineering , technology architecture , metrics , cd , hardening 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a0815…
https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a08150044415d5f0d… 1/3
Current Designation: Director of Technology and Product
Development
Current Company: EDEN Careers
Current Location: Noida
Pref. Location: Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [not specified]
Verified : Phone Number | Email - id
EDEN Careers as Director of Technology and Product Development
Jun 2020 to Till Date
Highlights - EDEN Careers is a brand of London HQ MNC, Global University Systems (GUS). EDEN was launched in
January 2020 for building an Edu-Tech platform. I head the global technology and product development @ EDEN. I report
into the EDEN CEO and the EDEN Board Key Achievements
1. Developed the detailed budget and got a sign-off from the Board, against an allocation of GBP 1.2M for the first MVP
GA release in mid-2021
2. Got initial sigh-off from the Board on the Technology Roadmap for the rolling releases for the MVP
3. On boarded team for action starting Aug; the first cross functional engineering and product development team
4. Developed the Cloud Technology Solution Architecture in AWS for all platform components
5. Developed the Strategy and Technical Specification (What and How) for doing Data Engineering and ML
99roomz.com as VP and Head of Software Engineering
Feb 2018 to Jun 2020
Highlights - Built all things technology and product from the scratch. Leadership Software Product Engineering role. Full
owner (CTO role) of revenue generating SaaS product. Cloud only Technology and Developer Stack. DevOps, Metrics and
Test Automation guided development, GA Releases and SaaS Ops. AWS was our cloud platform Key Achievements
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SAKET SRIVASTAVA
Seeking roles in Software Engineering,Product Development,Solution
Architecture,Technology Management,Project Management,Release
Management,Change Management,Software Testing,Application Support,Data
Science,Azure,Agile,Java,Azure,AWS,SQL,C,C++
Key Skills: Head/VP/GM-Technology(IT)/CTO,Software Engineering,Product Development,Solution
Architecture,Technology Management,Project Management,Release Management,Change Management,Software
Testing,Application Support,Data Science,Azure,Agile,Java,Azure,AWS,C
Summary
Strategic Software Engineering Life Cycle Manager with 24 years of extensive experience in Product Ideation to Hardening,
Technology Architecture, Design & Low-level logic solutions building, Product Development, Release Management for global
corporations and start-ups
Performing various roles such as CTO, Technology Head, Engineering Manager, Cloud Solution Architect, Product Head,
Individual Contributor during my professional tenure
Built many times from the ground-up and at different scales, the Organizational Technology Competency for doing Cloud Native
Software Engineering (New from scratch and Legacy Transformation). I have managed full ownership product portfolios
generating annual USD 20M revenues
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a0815…
https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a08150044415d5f0d… 2/3
1. Headed Product Engineering & Development. Took up the Principal Architect onus for all the product components
(compute and data science) under the 99roomz umbrella
2. Led from the front - product specialists, technical architects, developers, DevOps, test automation, security,
performance testing, SaaS Ops & APM, technical customer support
3. High value customer management, investor demos and delivering product pitches
4. Owned the technical roadmap of the product for full alignment with the business vision to acquire customers and
revenue flow
5. Did the cloud native technology solution architecture in AWS. It was routine to deep dive into design specification, low-
level logic, and do solution building sessions
6. Mentored talented engineers to adopt the best practices of cloud product architecture, design, and development, and for
being innovative, independent, and be the future leaders
7. Ran a team of engineers across business, development, and other technology cross-functions
8. Achieved the first GA Product Release within 8 months from start in Feb-2018
9. Within one year from the first GA release, the product acquired +70k customers with +10k paying customers
10. 99roomz signed a definitive agreement in Feb-2020 to get acquired for a valuation of 3-5M USD; exact disclosures can
be made on a need basis
Neotech Systems as VP - Product Engineering
Aug 2016 to Jan 2018
Highlights - Cloud Solution Architecture (AWS IoT Platform) for Neotech IoT Products, Engineering Head Accountabilities,
Hiring, Running, Managing, Mentoring Development Teams (75 people), Implemented Automated Agile SDLC for
Upstream Code Quality, Test Automation, DevOps and Product GA releases, Managed $2M P&L, Technical Demos to
Tech Mahindra/ Havells of our IoT Products for creating new business pipelines.
? Released Neotech HomeSmart - cloud based Home Automation System for IREO; 1000+ systems deployed in Skyon
Apartments, IREO City, Sector-58, Gurgaon
? Released Neotech AquaSmart - cloud based water pumping IoT automation product in Delhi-NCR market
hCentive Inc as Global Director - Software
Mar 2015 to Aug 2016
Highlights - Global Owner for 3 hCentive Cloud SaaS products generating USD 20M revenue. Product Development, Agile
Transformation, DevOps, Test Automation (Functional, Performance & Security) and GA releases, Re-architected,
developed and released legacy software products to cloud native and built DevOps and Metrics practice for quantifying
software status and quality confidence before Go-Live. Managed 150 people cross- functional engineering teams, and
USD 20M product engineering budget at hCentive Inc.
UG: B.Tech/B.E. (not specified) from Indian Institute of Technology (IIT), Roorkee in 1993
PG: M.Tech (not specified) from Indian Institute of Technology (IIT), Roorkee in 1996
Education
IT Skills
Skill Name Version Last Used Experience
AWS,Azure, 2020 8 Year(s) 0 Month(s)
Java,DevOps 2020 10 Year(s) 0 Month(s)
Cloud SaaS Ops 2020 6 Year(s) 0 Month(s)
CI/CD 2020 15 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a0815…
https://freesearch.naukri.com/preview/printResume?uname=b0bd20f63b5c310dc44c682578b159f55c0901044c1009450b43465c0e5c004d1a08150044415d5f0d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 535: Resume 834 with similarity score 0.01849600798083306
Resume Text: B.E , MS , B.TECH project manager , senior developer , devops , software developer , senior software engineer , full time , team lead , technical lead , project leader schema , algorithms , microsoft azure , asp.net mvc , conducting , web api , beginner , test cases , status , integration testing , pl/sql , barcode , components , technical design , sql server , organization , change control , low level design , functional specifications , devops , designation , deliverables , mar , contingency planning , english , troubleshooting , agile , project , tech-savvy , sprint planning , system requirements , closure , initiation , git , documentation , dashboard , ooad , triage , sonarqube , javascript , stored procedures , reporting , optimization , general , entity framework , scrum , technology platforms , user defined functions , affirmative action , oracle , technical architecture , maintenance , process flow , typescript , instrumentation , object oriented design , email , health check , design patterns , high level design , unit testing , languages , scheduling , apps , codes , mentoring , asp.net core , ug , tamil , authorization , risk , enterprise , c# , application , database development , windows services , problem solving , preparation , kannada , adoption , ceremonies , ado.net , .net framework , linq , load , metrics , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091…
https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091151431358590b… 1/3
Current Designation: Senior Software Engineer
Current Company: Allegion India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Coimbatore,Madurai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
Allegion India Private Limited as Senior Software Engineer
Aug 2019 to Till Date
Key Result Areas:
Participating in the SDLC right from requirement analysis, documentation (functional specifications, technical design),
backend coding & testing (preparation of test cases along with implementation) to DNS & release and maintenance of
proposed applications
Organizing Scrum ceremonies (Daily Scrum, Sprint Planning, Bug Triage, Sprint Review, Sprint Retrospective, Backlog
Refinement) and Agile adoption retrospective for organization
Conducting system study and coordinating with API team members for Design and Application Maintenance
Managing projects from the stage of initiation till monitoring & control and closure including planning, estimation &
scheduling; updating information to all stakeholders, integrating change control, controlling base lines, planning risk
responses and contingency planning
Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables; preparing
monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as extending post-
implementation support to team members by identifying defects, inconsistencies & errors
Evaluating new technology platforms and components; planning, designing, coding, analyzing and conducting test
systems for applications; developing and executing unit/ basic/ functional test cases & framework
Developing applications for time-sensitive projects while considering business and system requirements
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MAHENDRAN M
Software Developer with 10+ years of Experience in .Net in Software Development,
Technical Architecture, Project Management, Design Patterns, Agile Methodology with
Latest Tech Stack includes C#.Net, Asp.Net Core, Micro Services, Microsoft Azure,
SQL
Key Skills: .Net, C#, OOAD, OOPS, ASP.Net MVC, C#.Net, SQL Server, Entity Framework, ASP.Net Core, Microsoft
Azure, LINQ, React, Type Script, Oracle PL/SQL, Windows Application, Windows Services, Agile Methodology, Azure
DevOps, CI CD, Micro Services, SonarQube
Summary
IT Tech-savvy professional offering 10+ years of experience in Project Execution, Designing & Development (Enterprise web
application) using ASP.NET MVC, ASP.NET Core, WebApi, Microsoft Azure, Swagger & Function Apps
Expertise in Programming in .NET Framework, C#, ASP.Net MVC, Entity Framework, Micro Services, Data structures,
Algorithms, Problem Solving, Object Oriented Design & Concepts, High Level Design (HLD), Low Level Design (LLD), Time
Complexity and Memory Optimization
Hands-on experience in Database Development including Schema Design, T-SQL Queries, Stored Procedures, Triggers and
User Defined Functions Creation for MS SQL Server and Azure DevOps for Auto-Deployment (CI/CD)
Experience in conducting Software Development Lifecycle (SDLC) right from requirement analysis, documentation
(functional specifications, technical design), coding and testing (preparation of test cases along with implementation) to
maintenance of proposed applications
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091…
https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091151431358590b… 2/3
Maintaining project, drafts, files, codes & scripts in an organized manner that allows other team members to make
edits/suggestions/ changes
Inncrewin Technologies as Technical Lead
Feb 2019 to Jul 2019
Involved in end to end development and product improvements, created process flow for complete Load ,
Unit and Integration testing.
Mentored Team members and other stake holder on new tools and technologies used in the product.
Epsilon as Senior Developer
Oct 2016 to Feb 2019
Designing, Coding and Unit Testing.
Integration of work and co-ordination with other team members.
Owning Release Activities
Reporting to Project Leader and Project Manager.
Interacting with the users in case of technical problems and mentoring the business users.
Troubleshooting problems and quick fix to issues related to application provided by clients.
Infinite Computer Solutions as Senior Software Engineer
Jun 2016 to Oct 2016
Designing, Coding and Unit Testing.
Integration of work and co-ordination with other team members.
Reporting to Project Manager.
OnePoint Global as Senior Software Engineer
Sep 2014 to Jun 2016
Designing, Coding and Unit Testing.
Integration of work and co-ordination with other team members.
Reporting to Project Manager.
Aditya Barcode Technologies as Software Engineer
Dec 2010 to Sep 2014
UG: B.Tech/B.E. (Instrumentation) from Sri RamaKrishna Engineering College in 2008
Education
IT Skills
Skill Name Version Last Used Experience
.NET
C#
OOAD
OOPS
ASP.Net MVC
ASP.NET Core
Web API
Microsoft Azure
WINDOWS APPLICATION
Windows SERVICES
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091…
https://freesearch.naukri.com/preview/printResume?uname=a54559b6c20dd02a00d29f084d263b520d5a0c541f120b40571810595d0e024a13091151431358590b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
ADO.NET
MICRO SERVICES
Entity Framework
LINQ
Design Patterns
Swagger
REACT
TypeScript
MS SQL SERVER
Oracle PL/SQL
Azure DevOps
GIT
TFS
SVN
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Kannada Beginner
Rank 536: Resume 939 with similarity score 0.018427941956429893
Resume Text: B.E , MS , B.TECH software engineer , software developer , part time , full time , team lead api , spring mvc , core java , customer , css , designation , ug , tamil , affirmative action , technical architecture , collaboration , gradle , maintenance , apache , ltd , kafka , jquery , hr management , authorization , ios , web applications , japanese , status , spring boot , sql , email , project , tomcat , aws , less , html , xml , electronics , business english , git , im , maven , languages , spring security , cassandra , software design , javascript , engineers , eclipse , paypal 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b445…
https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b44524749595b015… 1/2
Current Designation: Software Engineer
Current Company: ALTIMETRIK INDIA PVT . LTD
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [electronics and
communication engineering]
Verified : Phone Number | Email - id
ALTIMETRIK INDIA PVT . LTD as Software Engineer
Jul 2019 to Till Date
Im working for paypal in a project called BNPL( buy now pay later). i have developed multiple API's and delivered in time.
we used to analyze the given requirement and create the possible solution with high efficiency.we have successfully
delivered our product in three countries like FR, UK and US.
IVTL INFOVIEW TCHNOLOGIES PVT. LTD as Software Developer
Sep 2016 to Jul 2019
Developed ERP softwares for HR management in collaboration with Japanese engineers from WORKS APPLICATION
CO., LTD using the technologies like React, Spring Boot, AWS, Kafka etc., Successfully delivered the softwares on time
with 0 bugs and good customer feedback
UG: B.Tech/B.E. (electronics and communication engineering) from Anna University in 2016
Other Qualifications/Certifications/Programs:
BUSINESS ENGLISH CERTIFICATION VANTAGE (BEC)
Last Active: 31-Jan-21 Last Modified: 27-Jan-21
Nixon Grafil W
Software Engineer seeking roles in Software Development,IT Project
Management,Requirement Gathering,Software Design,Technical Architecture,Data
Structures,Cassandra,JQuery,Spring Mvc,SQL
Server,HTML,Javascript,Java,SpringBoot
Key Skills: Software Engineer,Team Lead,Software Development,IT Project Management,Requirement
Gathering,Software Design,Technical Architecture,Data Structures,Cassandra,JQuery,Spring Mvc,SQL
Server,HTML,Javascript, Core Java, Spring Boot, AWS,
Summary
A successful software engineer having 4 years of experience with
excellent technical knowledge in the field of software development and
Web applications
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b445…
https://freesearch.naukri.com/preview/printResume?uname=c2cacde38cc4aaa08aec15d72ff80dfa0c5a0b581e160912501210090b5a544c175b44524749595b015… 2/2
PROGRAMMING IN JAVA
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Java 8, HTML 5, CSS, LESS, XML
Java Script, JQuery, React-js, REST- API
Maven, GIT, Gradle, IOS ,
eclipse,apache tomcat
Spring Boot, Spring MVC, Spring Security 2020 4 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
tamil
Rank 537: Resume 492 with similarity score 0.018406512531853866
Resume Text: B.TECH work from home sign language , pay , scanning , nepali , secondary education , tac , project , application , tic , computer vision , resume , android , eggs , machine learning , job satisfaction , computer science , opencv , building , completion , assessment , it , python , mobile , tkinter , ml , web , tax , artificial intelligence , technology Assessment
Q1. Why should you be hired for this role?
Job satisfaction comes from the role or work which we are passionate about and really enjoy doing it. Since this internship demands someone
who has a good understanding of how machine learning works and how to use it, I think I am a person qualified for this role. AI/ML has fascinated
me because it has practical application in our dat-to-day life. That's why most of the projects that I have done till now are related to artificial
intelligence be it license plate recognition, handwritten digit recognition, and many more. On top of that, I am doing my final year project
"Dynamic Nepali Sign Language Recognition System" on artificial intelligence.
Hence even though I don't have much corporate experience, I assure you that my passion and interest in machine learning and artificial
intelligence will help me do my best and work to my full potential so that can contribute to your company as much as possible.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for the mentioned time period.
Resume
EDUCAT ION
PROJECTS
Sailesh Rana
Nepalgunj, Greater Noida
Applied 07 Feb'21
Python Android Computer Vision
Machine Learning OpenCV
Bachelor of Technology B.Tech), Computer science
Sharda University
2017 - 2021
CGPA 9.40/10
Senior Secondary XII, Science
St. Xavier's College
HIGHER SECONDARY EDUCATION board)
Year of completion: 2016
Percentage: 82.00%
Secondary X
Angels School
NATIONAL EXAMINATION board)
Year of completion: 2014
Percentage: 85.00%
Automatic Toll Tax Collection System
Nov 2020 - Dec 2020
https://github.com/Sailesh01/Automatic-Toll-Tax-Collection-System
It is an electronic toll tax collection system helps to pay the toll tax automatically with the help of a web based front end. In
the back end, I have used python to detect and recognize the number plate of the vehicle passing through the toll plaza.
Egg Catcher
Jul 2020 - Jul 2020
https://github.com/Sailesh01/Egg-catcher-game
It is simple game built using python's tkinter library where there is a basket at the bottom and eggs are falling from the top.
The goal is to collect as many eggs as possible to score high in given 3 lives.
AI based Tic-Tac-Toe Game GUI
Jun 2020 - Jun 2020
https://github.com/Sailesh01/AI-based-tic-tac-toe-with-GUI
It is a tic tac toe game where we can play with an AI who makes sure that we wont win against it. To make the game more fun
and interactive, I have developed a GUI for it using Tkinter library.
Automate
https://github.com/Sailesh01/Automatic-Toll-Tax-Collection-System
https://github.com/Sailesh01/Egg-catcher-game
https://github.com/Sailesh01/AI-based-tic-tac-toe-with-GUI
CONTACT Phone: 91 8377016685
Aug 2019 - Nov 2019
https://github.com/Sailesh01/OmniAuto
Automate is an android application android application that is used to schedule the smart phone settings so that it can be
automatically changed.
Time complexity calculator
Jan 2019 - Apr 2019
https://github.com/Sailesh01/T ime-Complexity-Calculator-using-OCR
It is an android application that is uses to calculate time complexity of any program by scanning its recurrence relation using
mobile camera.
Dynamic Nepali Sign Language Recognition
May 2020 - Present
This is my final year project where I, with my other team members, am building a software to detect and recognize Nepali
Sign Language dynamically using CNNLSTM hybrid model.
https://github.com/Sailesh01/OmniAuto
https://github.com/Sailesh01/Time-Complexity-Calculator-using-OCR
Rank 538: Resume 1537 with similarity score 0.018375930151062616
Resume Text: B.E , MS , B.TECH software engineer , associate , senior business analyst , full time , sql developer , senior consultant decks , security , status , crps , shipping , store , brds , infosys , cancellations , mumbai , testing , components , order management , payments , supply chain , foundation , soa , organization , crm , magento , fmcg , designation , process consulting , mar , hindi , ltd , quotations , english , project , deals , forms , ops , documentation , oracle retail , probability , customer engagement , struts , javascript , demos , business impact analysis , insurance , orpos , web development , general , bugzilla , change requests , affirmative action , order routing , basic , timelines , omni , email , sim , business rules , internationalization , microsoft , invoicing , languages , business process , reason , failover , management system , sit , jira , online , patch management , functionality , codes , release notes , credit , rico , toad , telecom , legacy systems , sourcing , authorization , teams , milestones , sql , application , devices , electronics , transformations , debugging , returns , eclipse , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c410117…
https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c4101175711415e5a0c… 1/3
Current Designation: Senior Business Analyst -Oracle ERP
Current Company: Skillnet Solutions
Current Location: Mumbai
Pref. Location: Mumbai
Functional Area: IT Software - ERP / CRM
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Skillnet Solutions as Senior Business Analyst -Oracle ERP
Jan 2014 to Till Date
* Working on Oracle Micros XStore, XCenter/XAdmin, ORCE and OROB
* Worked on POS, BO, CO of Oracle Store Solutions
* Handling CRPs/BIAs - understanding the client business, business processes, creating CRP decks, environment set
ups, Demos, CRP logs and identifying Gaps, solution consulting, suggesting workarounds, suggesting best practices
* Business Process Consulting, Requirement-to-Functionality Mapping, Solution Designing, creating BRDs and FRDs -
detailing the requirements, assumptions, business rules, configurations, customizations, use cases and business process
flows
* Solutioning with presentations, demos, and documentation
* Discovery sessions with business to understand the client's business objectives and system/application needs
* Configurations for In-Store Processes, Taxes, Discounts, Tenders, Reason Codes, Security Privileges and Roles,
Configurations for Tlog (POSLogs), Forms and Receipts
* Consulting experience for Inbound (Items, Taxes, Deals, Organization and Merchandize Hierarchies) and Outbound
(Transaction Logs) data components of the retail systems
* Experience in Invoicing and Fiscalisation, Quotations, Utility Payments, Insurance modules (custom modules)
* Omni Channel Order solutions with RMS, Oracle SOA, Magento, OROB and Xstore/XCenter with order creation,
sourcing, fulfillments, rejections, cancellations and returns.
* Experience in Order Broker for Foundation Data/Set Ups, Products, Product Locations, Systems, Order Routing
Configurations, Zone Fulfillments, Proximity and Location Probability, Standard and Weighted Brokering and End to End
order journeys using various OROB requests.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SAURABH SUDHAKAR PANT
Senior Business Analyst seeking senior consultant or management roles in Oracle
Retail,Xstore,Oracle Retail Customer Engagement,Oracle Retail Order Broker,Retail
Consulting,Store Solutions,POS,Oracle Xstore implementation, Payment Integration
Key Skills: Oracle Retail,Xstore,Oracle Retail Customer Engagement,Oracle Retail Order Broker,Retail Consulting,Store
Solutions,Oracle POS,Oracle Xstore Implementations,Xstore-RMS Integration,Payment Integrations, Project Management
Summary
10 years of strong Experience across IT services in delivery
Expertise in Retail Solutions - with experience in diverse systems - like Point of Sales (ORPOS/XStore, XCenter), Store
Inventory Management (ORSIM), Order Broker (OROB), and Customer Management (ORCE)
Core competencies in CRPs/BIAs, Transformations (from Legacy systems), Version Upgrades, Omni Channel Integrations,
Bank and Non-Bank Payment Integrations, Wallet Payments, Internationalization, Change Requests Management, System
Integrations, UAT Support, Pilots, Roll-outs and Production Support
Worked across multiple geographies and businesses
Industry Centric (Retail) Solution Consulting for as-is and to-be processes, business impact analysis, system integrations, data
flows, regulatory compliances and business audits
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c410117…
https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c4101175711415e5a0c… 2/3
* Credit Card Integration/ Payment Integration, Integration for Authorizable Tenders - with online, offline, void, post void
and failover scenarios, and SAF process etc.
* Build and Patch management, Data Purging Configurations, Fair Level of Debugging for basic level of production and
UAT support, Release Notes, Installation Support and Production Support
* Responding to RFPs, creating resource plans, timelines
* Recent exposure to Creating and updating Project plan, weekly status reports, milestones sign offs, tracking project
progress with respect to environments, development, devices, Dev Ops (deployments), requirement tracking, interface
testing, SIT management
o For a leading retailer for Athlete Apparels
* Internationalized XStore for their Singapore, Malaysia, Germany, Honk Kong, Puerto Rico, Japan, France,
Switzerland, Taiwan, China, South Korea, Australia and New Zealand stores.
* Supported Production Issues for United States and Canada.
o For a largest Hardware Retailer in South America/Nicaragua,
* Implementation project for XStore, XCenter, ORCE, RMS, ORSIM v16
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Xstore integration with ORSIM, ORCE, RMS
* Designed, Documented and Supported Quotations, Orders, Credit Management and Invoicing Solutions
o For a big Stationary and General Retailer in Mexico,
* Implementation project for XStore, XCenter, ORCE v17
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Designed Invoicing, Payment Integrations, Conditional Tendering and Receipts
* Closely involved in
o For a largest Pharmacy Chain in Bolivia
* Implementation project for XStore, XCenter, ORCE v18
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Solutions for Complex Product Searches, Invoicing, Insurance, Credit Management System Integrations
o For a Mid-size Fashion Retailer in Chile
* Implementation project for XStore, XCenter, OROB v18 and RMS (v16)
* Transformation from their Legacy systems to Oracle Retail Suit of Applications
* Solutions for Shipping, Wallet Payment, Credit/Debit Integration, Xstore-RMS Inventory module integration, Invoicing
Integration, Stock Count Integration
Infosys Technologies Ltd as Associate Consultant
Jul 2011 to Jan 2014
Responsibilities:
As a part of process & domain consulting, was involved in enabling platform for Multichannel retail journeys for one of the
largest global telecom players
Worked on - Oracle POS, SIM, CO and BO
Peripheral exposure to Oracle Retail Merchandizing Solution
Design and Consulting Support for:
Order management for Payment Only, Pre-Back Order, Payment + Fulfillment, Collection Only in POS
Inventory management with rule-based reservation and un-reservation through multi-channels
Client Relationship Management Support: tracking status and highlighting issues and underlined risks to onsite client
engagement teams
Manage the change request for post SOW customizations and configurations
Atos Origin India Pvt Ltd as Software Engineer
Sep 2007 to Aug 2008
Responsibilities:
Handled web-development requests for a global FMCG client - P&G
Involved in Development, Testing and Deployment of Java, J2EE and Struts based web development requests
Liasing with multiple teams to support end to end project execution.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mumbai University in 2007
PG: MBA/PGDM (Marketing) from Mumbai University in 2011
Other Qualifications/Certifications/Programs:
Basic Supply Chain Module and Master Planning of Resources
Education
IT Skills
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c410117…
https://freesearch.naukri.com/preview/printResume?uname=76197958c848d85324fda8bfd5bc1ce5500e00511c470c12061417095b58594c4101175711415e5a0c… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HPQC, JIRA
BUGZILLA
TOAD
Eclipse
SQL DEVELOPER
Microsoft SQL
Oracle SQL
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 539: Resume 1340 with similarity score 0.01837410858056134
Resume Text: B.E , MS , B.TECH it infrastructure manager , system administrator , full time , part time , system engineer , aws solution architect solar , controllers , customer , security , conducting , databases , linux , antivirus , pop , resolutions , progression , status , re-engineering , business strategy , nagios , it service delivery , building , procurement , service delivery management , technical services , switches , ecommerce , infrastructure services , access , designation , mar , rhel , hindi , ltd , architects , english , it infrastructure operations , solution architecture , splunk , windows xp , disaster recovery , capacity planning , git , computer science , resource management , itil , javascript , wireless , business continuity , optimization , project teams , vendors , affirmative action , information technology , vendor management , maintenance , unix , raman , office 365 , escalation , strategic planning , business process analysis , paas , email , prevention , aws , print , ubuntu , continuous improvement , edge , languages , amazon , level design , jira , icinga , dynamics , pmp , it infrastructure management , management skills , mentoring , people management , ug , business applications , firewall , revenue , azure , cost control , authorization , internet , enterprise , licensing , record , devices , requirements gathering , cost effective , production implementation , servers , process operations , it operations management , data retention , formulation , cloud computing , backup and recovery , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c40…
https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c405210135f090a0… 1/3
Current Designation: Manager Technical Services
Current Company: Amazon India
Current Location: Noida
Pref. Location: Noida,Greater Noida
Functional Area: IT Software - Client Server
Role: IT/Networking-Mgr
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Amazon India as Manager Technical Services
Jun 2017 to Till Date
Key Result Areas:
* Playing a vital role in managing IT infrastructure of North India (FC) and leading and strategic planning for system
upgrades
* Representing as an escalation point for any IT issues for over more than 100 sites
* Contributing towards the development of IT departmental strategies to align with the overall business strategy as well
as corporate strategy
* Handling professional project teams to deliver multiple IT based projects on schedule.
* Resource Management & People Management skills with proven experience.
* Experience in setting up & managing Server, Networks & Service Desk process based administration for 99.9% up
time.
* Spearheading overall operations for executing IT projects involving scoping & initiating the same within cost & time
parameters.
* Handling functions related to delivery management for technical deliverable of concurrent projects.
* Developing, implementing and maintaining:
o Hardware & software standards for network, servers, databases, wireless technology, file & print services
o Data retention standards
o Overall backup and recovery strategy (Disaster Recovery & Business Continuity)
o Processes and procedures for effective delivery of services and compliance with regulatory guidance
Last Active: 23-Nov-20 Last Modified: 23-Nov-20
ARUN YADAV
AWS Solution Architect IT infrastructure Management IT Operations Management
Project Management People Management SLA Management Solution Architecture IT
Procurement Solution Architecture Network Operation
Key Skills: cloud computing,it operations,aws,it service delivery management,it infrastructure,pmp,it solution
architects,itil,aws solution architect,paas,azure,it infrastructure operations,it infrastructure services
Summary
*Distinguished proficiency in business process analysis into IT processes & design, process re-engineering, process
optimization, cost control & revenue maximization from technical solutions using cutting-edge technologies
*Extensive experience in mapping client's requirements, designing customized solutions; strong customer-centric approach &
motivated to deliver quality results
*Proficient in liaising with vendors during the course of problem diagnoses, requirements gathering, detailed level design,
development, system test and production implementation to ensure that optimal resolutions were achieved
*An impeccable record of building high-performance teams, implementing continuous improvement programs and partnering
with multiple global stakeholders; set-up and rolled-out successful quality management in service environment, overachieved
expectations and exceeded all set goals by enduring.
*Expertise in planning & building IT Infrastructure at the enterprise scale.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c40…
https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c405210135f090a0… 2/3
o Best-practice standards as well as departmental policies and procedures
* Determining, recommending and implementing hardware and software upgrades for business applications, server
hardware, network equipment, desktop, laptop
* Focusing on continuous improvement and cost effective solutions
* Leading, mentoring & monitoring the performance of team members to ensure efficiency in process operations
* Developing competency among the team members; managing appraisal process across the levels, conducting
interviews to recruit the right talent and resources and developing employee competency
Xebia IT Architects India Pvt. Ltd as IT Infrastructure Manager
Mar 2012 to Feb 2017
Key Result Areas:
* Authorized for all IT Operation across country
* Represented as an escalation point for any IT issues for internal and external client
* Handling professional project teams to deliver multiple IT based projects on schedule
* Resource Management & People Management skills with proven experience
* Experience in setting up & managing Server, Networks & Service Desk process based administration for 99.9% up
time
* Spearheading overall operations for executing IT projects involving scoping & initiating the same within cost & time
parameters
* Handling functions related to delivery management for technical deliverable of concurrent projects
* Vendor Management, Procurement, Third Party contract formulation, Capacity Planning, Resource Planning and
Implementing IT policies
* Managed and maintained:
o L3 Networks, Security, DR
o Domain Controllers, Configuration, Maintenance including Antivirus user and server licensing along with a team of 8
Administrators
o File Server maintenance and Monitoring
o Firewall protocols as per internal and external Stakeholder needs
o Switches Including several L1, L2 and L3 switches
o Supervised and Designed WI-FI Devices control, data limitation and WI-FI security threat prevention
o VPN access and restriction management
o Data backup solution over cloud based servers such as Azure and AWS
o Linux/Windows development in house and cloud based Servers
* Successfully administered a team of 8 IT Admin staff and provided IT support to 1500Internal Employees, 23
External/Client site based Employees
Progression Infonet Pvt. Ltd as Asst. Manager/Lead
Mar 2011 to Feb 2012
Growth Path/Deputation:
Mar' 11- Aug'11: Sr. System Engineer (Client: Roamware India Pvt. Ltd.)
Aug 11- Feb 12: Asst. Manager/Lead (Client: Hughes Systique)
White Page India as Senior System Administrator
Aug 2009 to Feb 2011
UG: B.Tech/B.E. (Computer Science) from Maharishi Dayanand University (MDU), Rohtak in 2008
PG: MBA/PGDM (Information Technology) from Sir CV Raman Post-Graduate Education Institution Amravati in 2013
Other Qualifications/Certifications/Programs:
Aws Solution Architect
Education
IT Skills
Skill Name Version Last Used Experience
LINUX (RHEL 5, 6), UNIX, Ubuntu
Windows XP, Windows 07/08
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c40…
https://freesearch.naukri.com/preview/printResume?uname=4cf07c9fae84a95691157473957128ed51080b5619450d405217475c0e5a054e1b5c405210135f090a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
TCP/IP, OSI
GIT, SVN, CI/ CD
JIRA
SMTP, POP, and Office 365
Sales Force
Splunk, Keynotes, Appsmon
Nagios, Icinga, Solar Wind, App Dynamics
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 540: Resume 1058 with similarity score 0.018373524192945447
Resume Text: B.S , MS project manager , project lead , devops , quality assurance , data management , it professional , senior software engineer , team lead , program manager , technical manager microsoft azure , office , sizing , customer satisfaction , status , digital transformation , re-engineering , multiple projects simultaneously , payroll , pl/sql , ux , writing , building , chat , infrastructure , salesforce , procurement , workflow , organization , automation , devops , access , designation , hindi , cloud , service catalog , ltd , architects , english , productivity improvement , directors , financials , live , provisioning , peer reviews , architecting , aix administration , c++ , punjabi , oracle applications , one , test data , javascript , cost reduction , technology , managed services , r3 , optimization , matching , team management , developers , data migration , affirmative action , project plans , maintenance , adabas , escalation , timelines , email , manufacturing , aws , singl.eview , unit testing , languages , business process , assessment , engineers , apps , wireline , program management , sap hana , workspace , ug , client visits , case , revenue , teams , siebel , record , telecommunications , new opportunities , mainframe , transformations , led , drive , running , offshore , landscape , purchasing , enablement , sales process , profit margins 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145…
https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145615135f0c0c55… 1/3
Current Designation: Program Manager / AWS Technical
Manager
Current Company: Brillio Technologies Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chandigarh
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Brillio Technologies Pvt. Ltd as Program Manager / AWS Technical Manager
Apr 2017 to Till Date
Established managed services program, procedures and
processes for large scale SAP landscape migrated to Microsoft
Azure Cloud platform for a UK based client, responsibility
included setting up the right team for migration, migrate all the
SAP systems to SAP HANA, providing support for cloud and SAP
areas.
* Currently working as AWS program / technical manager for US
Based Pharmaceutical for Service catalog based solutions,
DevOps process standardization, automation, enablement,
Governance and Cost Optimization.
* Manage delivery for multiple projects simultaneously using best
industry practices as per SLAs agreed with the client.
* Supervising a large team of highly skilled individuals including
technical leads, architects, Engineers, UI/UX Developers, and
QA. Grown the scope and team by 100% in 2 years.
* Running strategic program for implementing automated,
disposable, one-click AWS account provisioning with built in
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rajan Vashisht
Program Manager seeking roles in Technical IT Program/Project Management,
Process Re-Engineering, Data Migration, Application Design, Technical Solutioning,
Digital Transformation, System Integration, AWS,
Key Skills: Technical IT Program/Project Management, Process Re-Engineering, Data Migration, Application Design,
Technical Solutioning, Digital Transformation, System Integration, Quality Assurance, Team Management, AWS,AWS
Infrastructure,Devops
Summary
An accomplished IT Professional with more than two decades of rich and
diverse experience in managing end to end technology, solutioning, delivery
and customers across the globe.
A Tech savvy lead, aligns & stitches Technology and Strategies with business to
help organization achieve their goals within cost, time, and quality parameters.
Excellent success record in program management, technical project
Management, Digital Transformation, Business Process Re- engineering, People
Management, Skill development.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145…
https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145615135f0c0c55… 2/3
governance model
* Achieved saving of 1M by running strategic program for cost
optimization to reduce the AWS resources cost by implementing
guard rails, governance rules and efficient sizing and usage.
* Successfully lead another strategic program to automate end to
end workspace provisioning as service catalog product.
Presented Solution and the Portal to AWS and other various
customers as part of the sales process.
* Managing the financials and Revenue Targets for Account.
Achieved cost reduction and higher profit margins.
* Assist and review project plans and manage projects through
the different phases of Software Development Life Cycle.
* Weekly sync up with client stakeholders for updates and Monthly
business review with Directors level stakeholders.
* Responsible for providing feedback to the teams.
* Driving application SME knowledge building initiatives.
* Participate in various organization level initiatives, client visits to
represent for customer solutions.
* Participate in recruitment drives at organization level.
Accenture Services Pvt. Ltd as Project Manager
Nov 2004 to Jan 2017
Joined as senior software engineer.
* Performed various roles including, developer, Module lead,
Team Lead, project lead.
* Managed multiyear strategic program from offshore to
transform legacy stack to Service cloud platform (Salesforce)
Functionalities covering Service request life cycle, case
management, escalation management, Intelligent Matching,
Swarming, Live Chat.
* Managed QA services for 100+ applications for wireline stream
of application stack for one of the major Canadian
Telecommunications clients.
* Improvement initiatives with productivity targets along with
leading test data management services across various
application stacks and teams.
* Delivered multiple parallel releases, both major and minor, using
standard methodologies to manage resources, timelines, and
changes.
* Great working relationships with team across levels, onshore
stakeholders, and client.
* Tracked financials, reducing non-payroll costs.
* Supervised 70+ technical leads, architects, developers, and
testing professionals.
* Ensured overall success of each release from initial assessment
and design through implementation, testing, support, and
customer satisfaction.
* Assisted, reviewed project plans and managed projects through
the different phases of Development Life Cycle.
* Facilitated application SME knowledge building initiatives and
driving productivity improvement and Automation initiatives.
* Have led new opportunities for solution architecting and
supporting request for proposals.
* Have contributed at organizational level creating data
migration assets for Siebel.
* Have contributed to recruitment drive, client visits for new
opportunities.
Birlasoft Ltd as Senior Software Engineer
Jan 2003 to Nov 2004
Provided development services for large data migration
program from mainframe to Oracle and self- service
procurement implementation in Oracle Applications.
* Performed development activities for data transformations, data
validations, data conciliations, including writing reconciliations
reports.
* Provided development services for implementing self-service
procurement through iProcurement which includes requirements
gathering, development, Peer reviews, unit testing and
implementation support.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145…
https://freesearch.naukri.com/preview/printResume?uname=3b7b353fb15fbcf98483cff361e81e0d0b5f0c02194208470414150e5c5d564a1b0c145615135f0c0c55… 3/3
UG: B.Sc (Maths) from Punjab university, Chandigarh in 1994
PG: MCA (Computers) from Punjabi University, Patiala in 1998
Other Qualifications/Certifications/Programs:
AIX administration certification course
SAP R3 introduction
Oracle Apps 11i (Purchasing, Inventory, Manufacturing, Workflow)
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Microsoft Azure, Salesforce
MS-Office, MS-Project, MS Visio
Oracle 11g, Adabas D, MS-Access
Natural 5, VB 6, C/C++, Singl.eView,
PL/SQL
Oracle Apps 11i (PO, INV), SAP
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Punjabi Proficient
Rank 541: Resume 849 with similarity score 0.01836681067706249
Resume Text: B.E , MS , B.TECH cleaner , software engineer , devops , software developer , full time , full stack developer , front end developer react.js , api , schema , redux , express.js , customer , migrating , devops , visual studio code , css , designation , pages , deep learning , conventions , nlp , affirmative action , hindi , maintenance , basic , ltd , authorization , english , node.js , teams , status , bot , agile , email , record , store , application , aws , mongodb , microservices , hooks , less , mumbai , computer vision , webex , rest , writing , components , mvc , debugging , git , building , router , unit testing , machine learning , languages , data science , form , javascript , notification , technology , working experience , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43…
https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43551543500b58… 1/2
Current Designation: Software Engineer II -Full Stack
Developer
Current Company: Software AG
Current Location: Mumbai
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [not specified]
Verified : Phone Number | Email - id
Software AG as Software Engineer II -Full Stack Developer
Feb 2019 to Till Date
Trigger/Action UI (It allow user to integrate our software with 3rd party API like Jira?s API):
Automated form building process such that all types of form can be built based on schema provided by server.
Integrated Internal UI library to keep UI of all Software AG applications similar.
Notification Site UI (It allows Webex Team?s users to set up notifications for changes in 3rd party applications):
Worked closely with UX team to develop Notifications Site pages using React.js, Redux.js.
Avoided Regression by writing quality code, following best conventions and communicating with team members.
Reduced initial loading time by implementing code-splitting.
Created different routes using React-router.
Used React Hooks / Redux Hooks, normalized Redux Store to make code cleaner and readable.
Bot Server (It is backend which connects Webex Teams API?s and our software):
Wrote APIs required for integrating our software with Webex Teams API?s.
Wrote script to migrating bot server data from old application to new application.
Softlink Global Pvt. Ltd. as Front End Developer
Dec 2017 to Jan 2019
Shipment UI (It allows agent to create shipment, that is, record of goods which agent receive from customer):
Used Redux.js, Redux-Saga, presentational and container components to build bug free, readable code.
Used Debugging tools like React Developer tool, Redux Developer tool.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Kiran Prakash Patil
Full Stack Developer with 3+ year of experience, seeking roles in React.js and
Node.js.
Key Skills: JavaScript,React.js,Redux.js,Node.js,Express.js,Visual Studio Code,MongoDB,AWS,GIT,Rest,Agile
Development,Microservices,CSS,HTML,React.Js,Architect,Node.Js,API,MVC,Unit Testing
Summary
3+ year of working experience as Full Stack Developer (React.js + Node.js).
Excellent development skills using React.js, Redux.js, JavaScript.
Strong knowledge in Node.js, MongoDB, Express.js, HTML, CSS.
Basic knowledge of DevOps (AWS), and Data Science (Deep Learning, Machine Learning, Computer Vision, NLP).
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43…
https://freesearch.naukri.com/preview/printResume?uname=0eb26e6ec166c4237908e73340a2681f5c0b015549420b130114400c59080548405f43551543500b58… 2/2
UG: B.Tech/B.E. (not specified) from Maharashtra Institute Of Technology, Pune in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript 2021 3 Year(s) 2 Month(s)
Redux.js 2021 3 Year(s) 2 Month(s)
Node.js 2021 2 Year(s) 0 Month(s)
Express.js 2021 2 Year(s) 0 Month(s)
Visual Studio Code 2021 3 Year(s) 2 Month(s)
Mongodb 2021 2 Year(s) 0 Month(s)
AWS 2021 0 Year(s) 6 Month(s)
GIT 2021 3 Year(s) 2 Month(s)
React.js 2021 3 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 542: Resume 855 with similarity score 0.01833083475000631
Resume Text: B.E , MS , B.TECH , BS angular developer , javascript developer , senior engineer , full time , team lead , team member react.js , functionality , jenkins , visual studio code , css , firefox , designation , pages , ug , prototype , affirmative action , hindi , angular , maintenance , quote , axis , authorization , json , english , node.js , sharepoint , status , architecture , rally , email , project , express , safari , application , video , leadership , chrome , multimedia , gold , testing , edge , articles , git , accessibility , computer science , languages , framework , clear , html5 , documentation , mobile , one , javascript , history , search , technology , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c40…
https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c400715475f5900… 1/3
Current Designation: Senior Engineer -Software Development
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Mindtree as Senior Engineer -Software Development
Jun 2018 to Till Date
Project-5
TITLE : About Client Rebrand
CLIENT : Confidential
DURATION : Sept 2020 to Present
TEAM SIZE : 5
ROLE : React Developer
TECHNOLOGIES : React, JavaScript, SCSS, MS-Fluent UI, HTML
FRAMEWORK : MS-SharePoint
DESCRIPTION:
As the project names says it a website for about our client. We have developed 12 pages as per Client requirement. We
have pages such as company history, leadership page etc.
Client have shared UI prototype and we have created pages accordingly. We have added accessibility feature and make it
responsible for mobile, tablet and for desktop view (from 100% to 150% resolution). we also added cross browser support
such as for IE-11, edge, safari, chrome and Firefox.
RESPONSIBILITIES:
Created the header and footer extension for all the pages.
Created a custom carousel as demanded by client on top of React Slick carousel and added accessibility for it.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Ayush Jain
Senior Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,React.Js,JavaScript,SPFx,Node,CSS,HTML5,Angular,Git,Rally,Jenkins,Visual
Studio Code
Key Skills: Senior Engineer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,React.Js,JavaScript,SPFx,Node,CSS,HTML5,Angular,Git,Rally,Jenkins,Visual Studio Code
Summary
I am full stack JavaScript developer having 2.6+ years of experience. I am enthusiast learner.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c40…
https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c400715475f5900… 2/3
I have investigated and found that OOTB webpart are not align with our custom webpart for 100% resolution and for 150%
resolution, so I have implemented a fix for that.
There was issue pointed in UAT testing is that images resolution is not preserved with responsive, so I have provided a fix
for this.
I have verified my peers code along with my lead.
Created various other webparts like which are fully customizable via property pane or from SPFx list
Project-4
TITLE : News Center
CLIENT : Confidential
DURATION : May 2020 to Sept 2020
TEAM SIZE : 6
ROLE : React Developer
TECHNOLOGIES : React, JavaScript, SCSS, MS-Fluent UI
FRAMEWORK : MS-SharePoint
DESCRIPTION:
In News Center, we are displaying News we have 5 main section which contains news summary these sections are global
new, trending news, news series, other news and last is multimedia which contains news video.
In this section pages we are displaying news article images with heading on click this will take you article pages where
user can read the article and comments his view on those articles.
Main benefit of using SPFx is that website content is dynamic website admin can add new content/ new news article
dynamically that is without any code change.
RESPONSIBILITIES:
Supported project in PGLS phase added accessibility for whole project along with one other team member as accessibility
feature is asked in PGLS phase.
Created a news carousel and Video news element on home page.
Implemented filter news functionality.
Created banner component for news article page.
Take care of responsive ness by adding mixin for different screen size.
Project-3
TITLE : GOLD (GCAD Online documentation)
CLIENT : Confidential
DURATION : Jan 2020 to May 2020
TEAM SIZE : 3
ROLE : React Developer
TECHNOLOGIES : React, JavaScript, SCSS, MS-Fluent UI, HTML
FRAMEWORK : MS SharePoint Framework
DESCRIPTION:
This was a policy documentation project for Client where admin can add a new policy, modify an existing policy delete and
old policy. Deleted policy will be reflected in archived folder and non-admin user can search various company policy. It was
and all browser responsive application.
RESPONSIBILITIES:
Provided Add and Edit functionality for any policy.
Developed various policy?s view pages.
Integrated a third-party quill editor named react quill editor and customized it according to project need
Attend various client calls in order to get clear understanding of client requirement
Added client data in MS-list so that data policy can be fetched and thus can be populated in UI.
Project-2
TITLE : Client Quote generator rebuilt
CLIENT : Confidential
DURATION : Aug 2019 to Sept 2019
TEAM SIZE : 5
ROLE : Angular Developer
TECHNOLOGIES : Angular 6, Angular.Js, Node, SCSS, Axis UI, HTM
DESCRIPTION:
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c40…
https://freesearch.naukri.com/preview/printResume?uname=597d4324081f323b57a1b24ff6e218cb5e080d5042140b170519150c090b581b425c400715475f5900… 3/3
UG: B.Tech/B.E. (Computer Science) from G L Bajaj Institute of Technology & Management, Greater Noida in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React.js
JavaScript
SPFx
CSS, HTML5
Angular, Git
Rally, Jenkins
Visual Studio Code
Mongoose, Express
JSON-server
Node.js
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 543: Resume 61 with similarity score 0.01828123005990281
Resume Text: B.TECH , BS work from home , full time public , natural language processing , completion , assessment , turn , showcase , resume , python , neural networks , weather , deep learning , technology , pressure , machine learning , computer science , application , coursera Assessment
Q1. Why should you be hired for this role?
I have recently completed my specialization course in deep learning so i have learnt a lot of things but the practical application of my knowledge
will help me know how much have I actually learned. Joining your firm will gauge where I stand. I can showcase my talent and prove my skills here,
while in turn, I can learn how this industry function in and out. That is why you may hire me for this internship.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available full time for a work from home internship.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8528680885
Anamika Gupta
Mahoba, Guna
Applied 09 Feb'21
Python Natural Language Processing
NLP
Deep Learning
Machine Learning Neural Networks
Bachelor of Technology B.Tech), Computer Science
jaypee university of engineering and technology
2018 - 2022
CGPA 8.90/10
Senior Secondary XII, Science
Gyansthali Public School
CBSE board)
Year of completion: 2017
Percentage: 70.00%
Secondary X
Gyansthali Public School
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Weather forecast using LSTM
Sep 2020 - Dec 2020
Weather forecast predicts daily temperature and pressure. We have created this model by using LSTM(long short term
memory).
Neural style transfer
Feb 2021 - Present
Done specialization course Deeplearning.AI by Andrew ng from coursera
Rank 544: Resume 387 with similarity score 0.01826864185360187
Resume Text: MS , BS senior developer , lead developer , principal consultant filing , core java , atmosphere , dollar universe , data mining , docker , linux , gateway , node.js , sap , messaging , xml , rdbms , nagios , glassfish , kibana , html5 , solaris , object oriented perl , weblogic , workflow , pipeline , rhel , opennms , cloud , json , project , mongodb , provisioning , redis , rest , mvc , git , rabbit , cc , one , javascript , tax , technology , pgsql , hadoop , general , performance analysis , async , mysql , oracle , design , clas , gemfire , cgi , maintenance , unix , customer requirements , jquery , iaas , bootstrap , postgresql , email , tomcat , codeigniter , aws , new features , control panel , junit , business process , client requirements , cisco , monit , mobile , search , apps , ajax , api , vxworks , jenkins , windows server , nosql , vip , lamp , scratch , firewall , apache , autosys , php , internet , modular , engine performance , cab , clearcase , alcatel , servers , schemas , nginx , cvs , python , reviews , eclipse , load , metrics , learning , cd Prabir Senapati_LAMP_Developer
PRABIR SENAPATI
Phone 7406445444
PROFILE SUMMARY:
Proficient in design, coding, deploy and support of applica5ons across pla6orms.
An atmosphere of learning, cra;smanship, and enthusiasm for technology in general is paramount.
Seeking a challenging so;ware engineering role wherein I can passionately contribute towards development of solu5ons
implemented through a mixture of engineering methods and processes.
WORK EXPERIENCE
. Working as a Sr. Tech Lead in Fynamics at present.
Worked as Sr. Developer in Kuhipaat from June 2019 to Jan 2020.
Worked as a Principal Consultant in Oracle from August 2018 to May 2019.
Worked as a Lead Developer in Capgemini from February 2017 to August 2018.
Worked as a Sr. Tech Lead in Sunview from April 2016 to December 2016.
Worked as a Tech Lead in Yahoo from June 2010 to March 2016.
Worked as a Sr. SoYware Engineer in Wipro from May 2005 to May 2010.
Worked as a Sr. SoYware Engineer in TalenZca from Jan 2005 to May 2010.
Worked as a Sr SoYware Engineer in Cybage from May 2004 to Jan 2005.
Worked as a SoYware Engineer in OSSI from April 2003 to May 2004.
Worked as a SoYware Engineer in Compsol from April 2002 to March 2003.
TECHNICAL SKILLS
Programming Language: PHP, Perl, Unix library & scrip5ng, Python
OperaZng System: RHEL, Solaris, VxWorks, OSX
RDBMS & NoSQL: MYSQL, Oracle, PGSQL, Redis, MongoDb
ApplicaZon Server: Apache, Tomcat, Weblogic, Glassfish, Nginx
Web Technology: HTML5, CSS3, XML, JSON, Bootstrap, JQuery, Ajax, JavaScript, Node.js
Tool & Methodology: Codeigniter, OOD/P, MVC, Clearcase, Git, Jenkins, Nagios, Kibana, Monit, Postman, Autosys,
MQ, Docker
Pla_orm: Oracle Cloud, Large Scale Produc5on, Web/Internet
Other Language: Swi;, C
PROJECT EXPERIENCE
Project 1:
OrganizaZon: Fynamics
Role: Senior Tech Lead
DuraZon: 2020 - Present
ResponsibiliZes:
Contribu5ng as a lead developer of a product startup team involved in developing a)B2B Tax filing web app/API b) Accounts-
Receivable (AR) management web app. Understand the AR workflow from document specifica5ons and Designed UI flows,
DB schemas, OO Class modules, REST API, Create New Applica5on Features, leverage use of third part email messaging
systems. Implement modular, scalable, async and func5onal code throughout the development. Implement REST API, DB
Migra5on and GIT workflows.
Technologies: PHP, Codeigniter, Linux, MySql, JQuery, Ajax, HTML5, Bootstrap, Javascript, Apache, Git, Sendinblue, Sendgrid.
Project 2:
OrganizaZon: Kuhipaat
Role: Senior Developer
DuraZon: 2019 - 2020
ResponsibiliZes:
Freelanced the project & farther joined as a lead developer of a product startup team involved in developing a a)Payment
Gateway web applica5on Payment Point. Implemented new features of modules such as Engine, Loyalty, Partners, Auth and
Alert. Designed the MySQL table schemas for new features. Design and implemented the app specific end user support and
5cke5ng system from scratch. Ground up with best prac5ces and git local server.
Technologies: PHP, Codeigniter, Linux, MySql, JQuery, Ajax, HTML5, Bootstrap, Javascript, Node.js, Apache, Git, Rabbit MQ.
Project 3:
OrganizaZon: Oracle
Role: Principal Consultant
DuraZon: August 2018 to May 2019
ResponsibiliZes:
Contribute as a SRE Developer in Con5nuous Opera5on via tooling & apps development leveraging large scale and error free
resolu5ons.
Implement various automa5on of development and opera5onal work flows in cloud IaaS area.
Technologies: PHP, Python, Perl, Linux, HTML5, Rabbit MQ, Oracle Cloud, Javascript, Apache, Git, Kibana, Shell Scrip5ng.
Project 4:
OrganizaZon: Capgemini
Role: Lead
DuraZon: February 2017 to August 2018
ResponsibiliZes:
Lead a team involved in LAMP applica5ons design, Build and Integra5on.
CAB reviews and maintenance of various in-house and vendor applica5ons for an Automobile client.
Automa5on of manual deployments. Eg.“Calcul”, hours long deploy reduced to 5 minutes.
Technologies: PHP, Codeigniter, Perl, Linux, Mysql, Oracle, MSSQL, Javascript, HTML5, Dollar Universe, Shell Scrip5ng, Apache,
Git, SAP, Windows Server.
Project 5:
OrganizaZon: Sunview Consultants
Role: Sr. Tech Lead
DuraZon: April 2016 to December 2016
ResponsibiliZes:
Contributed in developing OO Perl and PHP/MySQL module to migrate and adapt a Data mining and management
applica5on to new Cloud environment for an ENU domain client, Shell.
Technologies: PHP, Perl, Linux, Mysql, HTML, Codeigniter, Javascript, Git, AWS.
Project 6:
OrganizaZon: YAHOO
Role: Tech Lead
DuraZon: June 2010 to March 2016
ResponsibiliZes:
Tech Lead handling Produc5on engineering Videosearch.
Implemented a mobile app for no5fying and acknowledging alerts.
Developed an install automa5on tool presented at Techpulse conference, in Sunnyvale.
Developed a Cli VIP viewer Hack. Tooling for FE error frequency distribu5on, FE metrics and Bing deal billing sta5s5cs, search
engine performance analysis. Developed tools monitoring and resilient backend pipeline CDSDB. Supported the CI/CD
Jenkins migra5on.
Technologies: Perl, PHP, Codeigniter, Python, MySql, Apache, Linux, HTML, Javascript, JQuery, Bootstrap, Load Balancers, Shell
Scrip5ng, Jenkins, MQ, SVN, Git, Nagios, Hadoop, iOS.
Project 7:
OrganizaZon: WIPRO
Role: Sr. So;ware Engineer
DuraZon: May 2005 to May 2010
ResponsibiliZes:
Worked with various clients on development & maintenance projects across many business domains.
So;ware Stability Report app with TiVo, Radio Frequency and Network Data provisioning app with Alcatel-Lucent, CLAS
applica5on with UBS Bank and CC Tools with Cisco.
Technologies: Perl, PHP, MySql, Apache, Codeigniter, Ajax, Javascript, HTML, Linux, Abini5o, Shell Scrip5ng, Oracle, PGSQL,
Solaris, Windows, Server, Clearcase, SVN.
Project 8:
OrganizaZon: Talen5ca
Role: Sr. So;ware Engineer
DuraZon: Jan 2005 to May 2005
ResponsibiliZes:
Developed tests cases in Core Java using Eclipse on Linux for Gemfire Cache from client Gemstone.
Technologies: Core Java, Linux, Mysql, Gemfire Cache, JUnit Tes5ng, CVS.
Project 9:
OrganizaZon: CYBAGE
Role: Sr. So;ware Engineer
DuraZon: May 2004 to January 2005
ResponsibiliZes:
Wrimen web hos5ng business process automa5on APIs and modules in Object oriented Perl.
Developed the control panel so;ware for customer use in PHP/ mySQL.
Gathering client requirements.
Involved in mySQL query op5misa5on of the applica5on.
Reverse engineered exis5ng Perl object modules and captured it in MSVisio leveraging further development.
Technologies: Perl, PHP, Linux, Apache, MySql, HTML, Javascript, Ajax, Shell Scrip5ng,MS Visio, SVN.
Project 10:
OrganizaZon: OSSI
Role: So;ware Engineer
DuraZon: April 2003 to May 2004
ResponsibiliZes:
Upgrading a set of device driver APIs from a lower version to the required one and wrote a CLI in C language for the Sonet
VTXP device using those APIs.
Wrimen test programs in C and Perl to test those APIs.
Implemented openNMS for a NMS so;ware and wrimen an IPTable based firewall management web-UI in CGI-Perl for the
NMS.
Technologies: C, VxWorks, Perl, PHP, Linux, CGI, Shell Scrip5ng, SVN.
Project 11:
OrganizaZon: COMPSOL
Role: So;ware Engineer
DuraZon: April 2002 to March 2003
ResponsibiliZes:
Gathering local customer requirements, designing LLD/HLD, and developing web-UI and CLI server applica5ons.
Developed web-UI in CGI-Perl and PHP for remote administra5on and monitoring of customised RHL servers.
Wrimen product configura5on and installa5on scripts in C and shell scripts.
Technologies: C, PHP, Linux, Apache, Shell Scrip5ng, HTML, Javascript, MySQL, PostgreSQL.
ACADEMIA
BE Electrical from REC/NIT in 2000, CDAC BIT 2001.
PROFILE SUMMARY:
WORK EXPERIENCE
TECHNICAL SKILLS
PROJECT EXPERIENCE
ACADEMIA
Rank 545: Resume 937 with similarity score 0.018211150723890596
Resume Text: B.E , MS , B.TECH full stack developer , full time , software developer portal development , react.js , general , css , microsoft azure , ease , designation , ug , affirmative action , technical architecture , hindi , databases , maintenance , player , authorization , english , node.js , status , sql , email , application , range , testing , languages , html5 , operating systems , utilities , kannada , javascript , data centers 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13…
https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13521944090e0b… 1/2
Current Designation: Full Stack Developer
Current Company: Mindtree Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree Limited as Full Stack Developer
Dec 2016 to Till Date
Responsible for Design, Develop and Maintain
applications developed on Azure Fabric Service.
Portal Development using React and Markup
Language and other UI Tools for internal use of
engineer to track and update daily tasks.
Responsible for Design, Develop internal
Applications for Monitoring and Integrating various
stages of BVT Testing.
Application Development for newer versions of
Operating Systems using various internal testing
tools.
Releasing Base OS for Azure Clusters.
Responsible for complete buildout, configuration,
testing and maintenance of the Microsoft Azure
Clusters from around 100 data centers.
Reviewed code, debugged problems and
corrected issues.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Shravan Mulge
Full Stack Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Client Management,HTML,CSS,JavaScript,SQL,Azure
Key Skills: Full Stack Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,Client Management,System Analysis,Technical Architecture,Client
Management,HTML,CSS,JavaScript,SQL,Azure
Summary
Well-qualified Full Stack Developer familiar with a wide range of
programming utilities and languages. Knowledgeable of backend and
frontend development requirements. Able to handle any part of the
process with ease. Collaborative team player with excellent technical
abilities offering 4 years of related experience.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13…
https://freesearch.naukri.com/preview/printResume?uname=64b3985ecbee8ad34326687d7ae24dc35e0f5a044d1458450416145f0e5a5849420e13521944090e0b… 2/2
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, JavaScript
React.js
Node.js
Microsoft Azure
SQL Databases
Languages Known
Language Proficiency Read Write Speak
English Expert
Kannada Expert
Hindi Proficient
Rank 546: Resume 879 with similarity score 0.01820758149429298
Resume Text: B.E , MS , B.TECH software engineer , full time , software developer react.js , spring mvc , express.js , core java , redux , general , algorithms , validation , ug , event handling , analytical skills , affirmative action , mysql , hindi , webpack , maintenance , apache , web technologies , authorization , english , node.js , status , servlets , spring boot , email , tomcat , flux , application , mongodb , less , xml , c++ , react native , maven , languages , hibernate , platform development , spring framework , javascript , eclipse , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a17…
https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a170244125f55000… 1/2
Current Location: Delhi
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [ECE]
Verified : Phone Number | Email - id
AON Hewitt as Software Engineer
Jan 2014 to Sep 2014
Key Result Areas:
Gained broad and extensive knowledge of the software development
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SANKALP SHARMA
Software Engineer seeking role in Software Development,Object Oriented
Programming,Application Programming,Gui Development,,Apache
Tomcat,Eclipse,Core Java, JDBC, multi-threading,
Servlets,JSP,C++,MySQL,DBMS,HTML,Spring,Hibernate,
react.js,
Key Skills: Software Engineer,Software Developer,Software Development,Object Oriented Programming,Eclipse,Core
Java,JDBC,Servlets,JSP,C++,MySQL,DBMS,Data
Structures,Spring,Hibernate,HTML,Javascript,express.js,MongoDB,Node.Js,React.js
Summary
Qualified B.Tech. (ECE) professional from I.T.S Engineering College, UPTU
Offering 9 months of experience as a Software Engineer with AON
Hewitt, Sector-127, Noida
Possess in-depth knowledge of core java and software such as Eclipse,
Maven,Spring Boot ,Apache Tomcat & MySQL DBMS.
Hands on exposure in Exception, File & Event Handling
Expertise at implementing database creations and maintenance.
Gained knowledge,efficient in Web technologies such as Servlets & JSP, Java Bean,
JDBC & MySQL, Spring MVC(web), Spring and Hibernate Frameworks.
Efficient in JavaScript - event handling , email validation and form validation,
with react.js , node.js , express.js , mongodb , flux , redux , webpack.
Efficient in data structures and algorithms.
Efficient in react native - cross platform development ,
An effective communicator with strong analytical skills to relate to people at
any level of business and management.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a17…
https://freesearch.naukri.com/preview/printResume?uname=0df9b5599e697f86d7f58212974d74bd5c5f5d55431a0a160a44175b5c0d001c150a170244125f55000… 2/2
process and its technologies
Executed database creation and maintenance
Analyzed and interpreted experience in developing webpages by using
HTML, XML and related languages
UG: B.Tech/B.E. (ECE) from I.T.S Engineering College, Knowledge Park III, Greater Noida ,UPTU Board. in 2014
Other Qualifications/Certifications/Programs:
Professional Java
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JDBC 0 Year(s) 0 Month(s)
Eclipse, Apache Tomcat
MySQL DBMS
C++, Java & Core Java
HTML & XML
SPRING FRAMEWORK
Servlets and JSP
SPRING MVC
Data Structures
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Rank 547: Resume 1087 with similarity score 0.01817198690584872
Resume Text: B.E , MS , B.TECH cloud architect , senior project manager , project lead , certified scrum master , senior manager , partner , product development , technology consultant , change management , full time , sql developer , agile coach , software test engineer , program manager financial services , data warehouse , coordinators , kpi , status , business travel , mumbai , pl/sql , writing , pmi , contact management , cost management , organization , south asia , vetting , business opportunities , designation , mar , deliverables , csm , hindi , ltd , chemical engineering , salesforce.com , english , web applications , management professional , agile , development tools , leadership , change management , expediting , documentation , punjabi , boarding , javascript , technology , waterfall project management , business requirements , customer relationship management (crm) , stored procedures , finances , reporting , policy compliance , scrum , performing , bespoke , product support , affirmative action , oracle , principles , project plans , maintenance , architecture , software testing , customer service , email , business rules , aws , attribution , subject matter experts , customer experience , languages , jira , pmp , product offerings , program management , database , online , api , rfp , toad , lead management , cloud applications , authorization , client/server , business value , teams , b2b , modernization , less , test automation , interfacing , debugging , framework , software development life cycle (sdlc) , acp , schedules , cloud computing , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180…
https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180b1312585d085… 1/3
Current Designation: Senior Project Manager - Scrum Master,
Program Manager, AWS Cloud Computing
Current Company: Available for joining is less than 30 days
Current Location: Gurgaon
Pref. Location: Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Available for joining is less than 30 days as Senior Project Manager - Scrum Master, Program
Manager, AWS Cloud Computing
Feb 2020 to Till Date
** Worked extensively in the information AWS architecture of cloud applications in aligning them to the organization
process and principles that ensures that integrated data delivers business value and aligns business priorities and
technology.
* Provided project & program management over large scale, top priority and complex technology initiatives.
* Achieved seamless cloud migrations and integrations that were transparent to client customers, accomplished highly
scalable and available applications.
OYO India & South Asia Corporate HQ as Project Manager -CRM Cloud Implementation
Mar 2019 to Dec 2019
* Project lead to implement industry leading cloud based CRM (Salesforce) for OYO's corporate Sales team based in
India and South Asia.
* Created business requirements documents including scope of work (SOW), request for proposal (RFP), vendor vetting
profile, and service level agreement (SLA) processes for a full life-cycle, database modernization upgrade to a proprietary
Customer Relationship Management (CRM) system.
* The solution framework was developed and deployed as managed package (App exchange product) in multiple
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Anantvir Singh PMP ACP CSM
Seasoned Project Management Professional, PMP, PMI-ACP, Scrum Master, Agile
Coach & AWS solutions cloud architect with 12 years' experience in project
management, leading teams and expediting solutions to a global & diverse client base.
Key Skills: project manager-it/software,pmp,scrum master,project management,jira,leadership,agile certified practitioner
,agile coach,product development,Business Consulting,Program Management,Cloud Computing,AWS,AWS Solutions
Architect,cloud m,Senior Level
Summary
* Seasoned Certified Project Management Professional (PMP-PMI), PMI Agile Certified Practitioner, Certified Scrum Master
with 11+ years' experience in project management and customer service, leading teams and expediting solutions to a global &
diverse client base.
* Excellent communicator; leverage technology, business and financial acumen to communicate effectively with client
executives and their respective teams.
* Expert in agile and waterfall project management methodologies. Known for ability to produce high-quality deliverables that
meet or exceed timeline and budgetary targets.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180…
https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180b1312585d085… 2/3
concurrent phases by adopting Salesforce.com CRM capabilities and hybrid agile accelerators for project execution.
* Implemented account management, contact management, opportunity, forecast management and CRM solutions for
OYO's B2B corporate channel.
* Project lead for API integration with Global TMC's and implementation of Travel and Expense platform with Travel
Technology partners.
* Performing all internal corporate leadership tasks such as tasking team, reporting status, managing team schedules,
monitoring project finances, interfacing with the executive customer team.
Flight Centre Travel Group India as Senior Project Manager - Scrum Master
Jun 2015 to Feb 2019
* Lead functional and technical aspects of Salesforce.com implementations and integrations with other internal and
external systems, and business processes.
* Enabled FCTG sales team to move away from manual lead management and reporting to an automated model based
on intelligent business rules and easily report on lead conversion rates and marketing attribution and ROI
* Delivered solutions-based strategies by leading a team of subject matter experts and planned efforts in knowledge
arears such as: Project Management, On-Boarding, Change Management, and Cost Management.
* Policy Compliance & Reporting: Providing key stakeholders in all markets with relevant reporting material (spend &
behavior), improvement on existing reporting and closely monitor KPI's set & follow-up.
Thomas Cook India Limited as Senior Manager - Special Projects
Aug 2011 to Jun 2015
* Managed the delivery of Thomas cook's business travel self-booking tool implementations at a local and regional level
* Produced and apply robust project plans to promote a positive customer experience
* Deployment of project management methodology in planning, executing, controlling and closing projects
* Developing relationship of trust with customer, internal stakeholders and GBTs travel partner network to form a strong
project resource network.
* Planned and managed bespoke project plan for each assigned market/client
* Lead and manage assigned implementation coordinators, providing guidance and advice on the management of
projects
* Developed relationship with 60+ existing customers to maximize business opportunities by recommending Thomas
Cooks online booking platform and land product offerings.
Accenture Services Pvt. Ltd. as Technology Consultant
Jun 2007 to Jun 2009
Software Test Engineer with experience in Software Testing, IT support, Test automation development and testing ETL,BI
Reports Data warehouse, Client/Server and web applications.
Experience in writing complex SQL, Oracle PL/SQL queries including calling stored procedures by passing parameters,
functions using SQL Developer and Toad as development tools.
Experienced in dealing with clients to gather requirements, understanding the Business requirements, product
demonstrations and providing product support.
Experience in full Software Development Life Cycle (SDLC) (designing, debugging, testing, documentation, maintenance
and enhancement).
UG: B.Tech/B.E. (Chemical Engineering) from Maharshi Dayanand University, Murthal in 2007
PG: MBA/PGDM (Finance) from Welingkar Institute of Management, Mumbai in 2011
Other Qualifications/Certifications/Programs:
PMP - Project Management Professional
Certified Scrum Master (CSM)
Education
IT Skills
Skill Name Version Last Used Experience
PMP 6 Year(s) 0 Month(s)
CSM Scrum Master 0 5 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180…
https://freesearch.naukri.com/preview/printResume?uname=f78a8a0faa6e3486196c21061f85fb525a5d5f054f165a110114155e540e5849110d180b1312585d085… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
PMI ACP 0 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Punjabi
Rank 548: Resume 1394 with similarity score 0.01815956984634559
Resume Text: M.S , BS , B.E , MS , B.TECH associate , full time , salesforce developer , software developer api , migrating , cable modems , access , security , designation , pages , wizard , data migration , ug , profiles , affirmative action , lightning , hindi , technical requirements , data manipulation , maintenance , custom objects , permissions , business logic , soql , salesforce.com , import , authorization , english , product quality , status , email , project , apex data loader , record , application , less , xml , broadband , electronics , components , c++ , validation rules , languages , industrial experience , custom reports , visualforce , phones , lighting , javascript , workflow , dashboards , tabs , crm , organization , business requirements , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d100919…
https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d1009190a1246595c08… 1/3
Current Designation: Salesforce Developer
Current Company: Qualcomm
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [C.S.E.]
Verified : Phone Number | Email - id
Qualcomm as Salesforce Developer
Nov 2018 to Till Date
Client: Talent Rover
Duration: Nov'18 to date
Role: Salesforce Developer
Environment: Salesforce.com, Apex, Visualforce, Triggers, Data Loader
Project Description: Talent Rover is a product based company. It's a Sales & requirement product in
AppExchange. My responsibility includes the various enhancements in the product along with design & solution for
new clients. Maintaining product quality, configuration & customizing the product as per the client requirement.
Key Result Areas:
Created Apex classes & Apex triggers based on business requirements
Contributed in implementation of Build to the new UI using customization VF page, Lightning Component &
Java Script
Executed detailed analysis of Business & Technical requirements and designed the solution by customizing
various standard objects of Salesforce.com (SFDC) and stylizing other platform-based technologies like Visual
Force, Force.com API
Designed & deployed custom objects validation rules, page layouts, custom tabs, components, Visual force
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Kalpana K Pallewad
Salesforce Developer seeking roles in Salesforce Development and administration
Key Skills: Apex,Visualforce,Triggers,SFDC,Force.com,Data Loader,Sales Force
Development,Customization,Workflow,Salesforce.com,Lighting
Summary
An achievement-driven professional offering 3.4 years of qualitative industrial experience
Robust hands-on experience in Lightning Component, Webservices & VizualForce Pages, Capable in setup,
customize & Deploy to salesforce.com and execute customizations using Apex, VizualForce, Custom Reports
salesforce.com
Designing & developing Apex Classes & Lightning components, to implement custom business logic for
various functionalities
Good knowledge in Salesforce Lightning configuration & customization to have better look and feel of the
Salesforce application
Design & develop Apex Classes & Lightning Components, to implement custom business logic for various
functionalities
Extensive experience using salesforce.com by creating roles, profiles, email services, page layouts, workflow
alerts, actions & approval Workflow
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d100919…
https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d1009190a1246595c08… 2/3
pages to suit the needs of the application
Used SOQL for data manipulation needs of the application using platform-based objects
Developed multiple record types based on the category of clients
Used data loader to make the bulk upload of client data
Persistent Systems as Salesforce Developer
Apr 2018 to Oct 2018
Client: Motorola Solutions Inc.
Duration: Six Months
Role: Salesforce Associate Developer & Admin
Environment: Salesforce.com, Apex, Visualforce, Data Loader
Project Description: Electronics Communication Major "Motorola" is a leading designer & manufacturer of
Cellphones & cordless phones, two-way radios, pagers, cable modems, broadband setup boxes. The Project was
based on migrating all the data from one instance to another instance. The goal of migration was to analyze and
access the level of effort required to migrate users and data into a salesforce.com platform.
Key Result Areas:
Developed Apex triggers, classes, Visual Force pages
Imported accounts and contacts through import Wizard
Created & Customized the Dashboards & Reports with Salesforce CRM
Formed workflows & approval processes and developed validation rules
Performed data migration into salesforce application using Apex data loader through CSV files.
Worked in querying salesforce tables utilizing SOQL & SQSL queries using Force.com Explorer
Performed detailed analysis of Business & Technical requirements and designed the solution by custom various
standard objects of dalesforce.com (SFDC)
Applied security & sharing rules at object, field & record level for different users at different levels of the
organization, also created various profiles and configured the permissions based on the hierarchy
UG: B.Tech/B.E. (C.S.E.) from M.S. Bidve Engineering College in 2010
Other Qualifications/Certifications/Programs:
C, C++ Certificate Course
Salesforce Administration
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Education
IT Skills
Skill Name Version Last Used Experience
HTML, XML
SalesForce CRM, Apex, VisualForce
Apex, Triggers, Batch/Schedule Reports
WORKFLOWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d100919…
https://freesearch.naukri.com/preview/printResume?uname=dde7adc836a516d800cda349b35e9b0e5f0b0a0243460e43574245595d5f554d1009190a1246595c08… 3/3
Employment Status: Full time
Rank 549: Resume 574 with similarity score 0.018099643220990322
Resume Text: BTECH , B.TECH work from home guides , web development , internships , css , sketch , ug , scanners , bar , particular , player , speech recognition , android studio , project , application , c programming , crt , resume , paper , computer science , mp3 , youtube , shops , completion , word , assessment , python , javascript , search , technology , availability , learning , qr , html , database Assessment
Q1. Why should you be hired for this role?
I usually take responsibilities in team. I complete work a day before the deadline and I am very particular about it. I love learning new
technologies and utilize to the full part of it. I would definitely work hard and complete my assignment on time and explore my knowledge with it. I
already developed an app using Android Studio as part of my group project.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available 6 hrs a day. Currently I am pursuing 41.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7095888528
Srivyshnavi Koduri
Hyderabad, Sircilla
Applied 24 Dec'20
Android Python C Programming
C Programming CSS HTML
Java JavaScript
Bachelor of Technology B.Tech), Computer Science & Engineering
Sreenidhi Institute Of Science & Technology
2017 - 2021
CGPA 8.60/10
Senior Secondary XII, Science
BIE TELANGANA board
Year of completion: 2017
Percentage: 98.00%
Secondary X
SSC board
Year of completion: 2015
Percentage: 95.00%
Web Development
TRIANT SOLUTIONS Using Word Press), Hyderabad
May 2019 - Jun 2019
BTech Guider a web application which guides to choose their college for UG. It contains information about colleges, fee
structure and cutoff rank.
Make My Doctor Appointment
May 2020 - Aug 2020
It is a web application which uses java as backend and HTML,CSS for frontend. It is used to book an appointment with a
particular doctor and know their availability (working hours).
Gadget Information Provider
Aug 2018 - Dec 2018
It is an Android App developed in Android Studio using database regarding gadgets and their availability in particular shops.
I secured top rank in my college CRT exam.
Hackerrank Certifications.
Paper Publication on Search Engine.
Python Projects: Hangman, MP3 Player, Speech Recognition, Image Viewer, QR and Bar code Scanners, Image to Sketch ,
Youtube Downloader.
Rank 550: Resume 1081 with similarity score 0.018046518063364013
Resume Text: MS , BS associate , long term , solution architect , full time , team lead , enterprise architect migrating , open source , access , efs , security , designation , ug , telecom , affirmative action , foundation certified , interventions , new concepts , maintenance , dynamo , ltd , windows , ccna , centos , risk , internet , english , teams , maps , enterprise , approvals , status , authorization , email , project , cisco certified , aws , configuration management , video , application architecture , ownership , mumbai , operations , road , elements , data analysis , estimates , s3 , alcatel , juniper , strategy , ec2 , offshore , preparation , languages , documentation , dashboard , itil , system administration , javascript , routers , cloud computing , technology , distance learning , data processing , ethernet , database , finance and accounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b45…
https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b450013410b0c00… 1/3
Current Designation: Solution Architect - AWS & Traditional
Build
Current Company: Capgemini India Pvt Ltd.,
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Highest Degree: Post Graduate Program [Telecom
Management]
Verified : Phone Number | Email - id
Capgemini India Pvt Ltd., as Solution Architect - AWS & Traditional Build
May 2011 to Till Date
Designing projects to provide High Available, Cost efficient, Faulttolerance
and Scaleable Systems to the customers in AWS.
Worked on AWS IAM, EC2, EBS, ELB, RDS, VPC, S3, EFS & Cloud
Formation.
Good knowledge of Scalr, an open source Cloud Management
Platform.
Exceptional ability to quickly master new concepts and technologies.
Involved in doing multiple POCs in AWS Services.
Providing cost estimates.
Ownership of end-to-end technical and application architecture for
allocated projects, identifying and engaging all technical component
teams that need to contribute.
Developing elements of the technical strategy, road-maps that align
to Client approved Purpose, Values, Risk Appetite and Policies and
are consistent with standards.
Ensuring project designs are compliant to architectures standards &
security policies.
Presenting project designs to the appropriate Design Authority for
approvals.
Maintain effective relationships and deal openly with all key
stakeholders, taking into account the needs of all stakeholders and
influence decisions which, in the long term, are positive for
customers and clients, shareholders.
Last Active: 27-Jan-21 Last Modified: 27-Jan-21
NINAD DILIP LAUD
CCNA Solution Architect -AWS & Traditional Build seeking roles in AWS
Administration,Application Architecture,Data Analysis,Cloud Computing,System
Administration,Configuration Management,Solution Designing,Technical
Support,EC2,IAM,Service-Now,Dynamo
Key Skills: Solution Architect /Enterprise Architect-AWS & Traditional Build,AWS Administration,Application
Architecture,Data Analysis,Cloud Computing,System Administration,Configuration Management,Solution
Designing,Technical Support,EC2,IAM,Service-Now,Dynamo
Summary
Result-oriented Professional with 8 years of experience in AWS Administration,Application Architecture,Data Analysis,Cloud
Computing,AWS Security,Configuration Management,Solution Designing,EC2,IAM,Service-Now
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b45…
https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b450013410b0c00… 2/3
Network Operations - Team Lead
Leading team of 15 resources. Single POC for Client
Migrating of client from ATM to Ethernet technology (Worked on
Cisco and Alcatel-Lucent routers).
Configuration of NAT, VPRN, Access-List and implementing Static
routes.
Creating documentation of Process.
Preparation of Daily, Weekly and Monthly status report
PRODCON TECH SERVICES PVT. LTD as Assistant Network Operations
Aug 2010 to Apr 2011
Treating Data Queries and Data Interventions.
Data analysis and gathering of data from client's database.
Offshore Back-end Support for Client's Customers
Analysis and audit of client's report on weekly basis for quality
purpose.
OFFSHORE DATA PROCESSING PVT LTD as Video Analyst
Nov 2009 to Apr 2010
Analysis of Video Footage for creating reports.
Generating timely reports for analysis.
Creating MIS/ Dashboard reports and presenting them on a daily,
weekly & Monthly basis.
Implementing and analysing data to create daily, weekly, monthly,
and quarterly reports.
UG: B.Com (Finance and Accounting) from Mumbai University in 2008
PG: Post Graduate Program (Telecom Management) from Welingkar Education School - Distance Learning in 2013
Other Qualifications/Certifications/Programs:
AWS CERTIFIED SOLUTION ARCHITECT
JUNIPER NETWORKS CERTIFIED INTERNET ASSOCIATE
CISCO CERTIFIED NETWORKING ASSOCIATE
ITIL FOUNDATION CERTIFIED
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Technologies: EC2, S3, VPC & IAM
OS: Windows, CentOS
DB: Dynamo & RDS
Service-Now
Languages Known
Language Proficiency Read Write Speak
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b45…
https://freesearch.naukri.com/preview/printResume?uname=c11984e16362013430bcbfa01b2fb7dd5b0f0d034a470b45504515515e5b5918420b450013410b0c00… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 551: Resume 1291 with similarity score 0.018028792768881367
Resume Text: B.E , MS , B.TECH , BS solutions architect , cloud consultant , solution architect , cloud engineer , full time , enterprise architect , balancer reporting , automation , high availability , telugu , migrating , computer networking , designation , data warehouse , scripting , tamil , affirmative action , hindi , linux , active directory , public , maintenance , azure , unix , utilization , authorization , english , teams , enterprise , web applications , status , cloud security , virtualization , architecture , email , project , groups , aws , network security , less , operations , electronics , architecting , servers , s3 , capacity planning , disaster recovery , running , ec2 , storage , srm , data center , languages , proof of concept , python , javascript , headend , network administration , cloud computing , load , kms , capital , amazon web services , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15…
https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15521710585b01… 1/2
Current Designation: Cloud Consultant
Current Company: Self Practice
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Self Practice as Cloud Consultant
Jun 2020 to Till Date
Designing and implementing solutions for IoT, off-site high availability backups,
cloud data storage etc.
Planing and migrating workloads to cloud - AWS, Azure, GCP
Designing and creating virtual data center on cloud - AWS, Azure, GCP
Cyient as Cloud Engineer
Aug 2018 to May 2020
Worked on planning, designing and deploying Software Defined WAN on three branches as a part of
the Proof of concept project.
Build servers using AWS, importing volumes, launching EC2, RDS, creatingSecurity groups, autoscaling,
load balancers (ELBs) in the defined virtual private connection.
Experience in maintenance and configuration of user accounts for Dev, QA and Production servers
and created roles for EC2, RDS, S3, Cloud Watch, EBS resources to communicate with each other
using IAM.
Experience on Active Directory, DNS, DHCP
Build and configure a virtual data center in the Amazon Web Services Cloud to support Enterprise
Data Warehouse hosting including Virtual
Private Cloud (VPC), Public and Privates Subnets, Security Groups, Route Tables, Elastic Load
Balancer.
Designed AWS Cloud Formation templates to create multi region Web applications and
databases.*Perform capacity planning and reporting to ensure efficient use of storage.
Extensive knowledge of UNIX, Virtualizations, AWS Cloud and Storage & Backup.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Hari Prakash J
Cloud Engineer seeking roles in Cloud Computing, Computer Networking, Linux
Administration, Disaster Recovery, Serverless Application Development, Cloud
Security, Virtualization, ,AWS architecture and operations, Python scripting and
automation.
Key Skills: Cloud Engineer,Network Security,Cloud Computing,Computer Networking,Linux Administration,Serverless
Application Development,Cloud Security,Virtualization,AWS,Python
Summary
Working as an CLOUD ENGINEER, with 3 Years of strong hands on experience in
cloud architecture, deployment and operations, python scrpting/automation, cloud security with AWS, Azure and GCP and Linux
administration .
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15…
https://freesearch.naukri.com/preview/printResume?uname=c72781fd3329ab685f25dd131a0c07190b5c5f0518120d150314170e090b004f130c15521710585b01… 2/2
Extensive knowledge deploying and configuring, migrating and updating in Cloud
Closely monitor server storage performance and utilization, identify problems and recommend /
implement solutions.
Supported the deployment of the SDN controller with my expertise in
Architecting and running environments on AWS, which included
configuring headend servers, load balancers
Played an active role in pushing for a move to SD-WAN across the BU
and using cloud services like AWS to reduce operating and capital
expenditure.
Managing private and public keys using KMS and cloudHSM
Design, build, manage and support for Cloud environments - AWS.
Designed multi-region, disaster recovery and cost-effective solution using various services of AWS
and also provided a combination of In-house Infra and AWS Cloud
Hands-on experience for migrating workloads to AWS
Setup and Manage AWS Security Policies
Knowledge on AWS migration tools
Sound knowledge of Linux.
Create regular reports for Management requirements.
Coordination with Server managers and applications teams.
UG: B.Tech/B.E. (Electronics/Telecommunication) from SRM university (SRMU) in 2017
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect
AWS Certified Sysops Admin
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python 3.9 2020 3 Year(s) 0 Month(s)
AWS 2021 2 Year(s) 6 Month(s)
Cloud Security 2021 3 Year(s) 0 Month(s)
AZURE 2021 1 Year(s) 0 Month(s)
GCP 2021 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Tamil
Rank 552: Resume 367 with similarity score 0.01798852865317695
Resume Text: BS web developer , junior software engineer api , version control , core java , css , expense management , mysql , user interaction , web services , php , jquery , e-mail , json , project , linkedin , testing , led , git , resolve , computer science , finance , applied sciences , research , javascript , expenses , tax , technology , html , laravel , ajax Nithya.M.N
Phone: (+91) 8310439488
E-mail: nithyanarayan.15@gmail.com
Linkedin: http://www.linkedin.com/in/nithya-narayan-938a81a4
Summary
Creative web developer dedicated to developing and optimizing interactive, user-friendly,
and feature-rich websites with 1.6 years of experience.
Experience
Junior Software Engineer at ResolveBiz Services, 6/2019 - 07/2020
Integrate code changes, test code changes, and document code changes.
Wrote, modified and debugged software for clients.
Developed code to complete assigned project by deadline.
Developed HTML, CSS, JavaScript for user interaction.
Responsible for third party-library integration.
Creating Restful API and testing the API
Web Developer Intern at Coorgle Web Services, 3/2019 - 6/2019
Education
Master Of Technology– Computer Science And Networking November 2017
VTU University, Karnataka.
Bachelor Of Engineering - Computer Science And Engineering June 2014
M. S. Ramaiah University of Applied Sciences, Karnataka
Technical Skills
- Programming Technologies: SQL, MySql, Core Java, Laravel, PHP
- Programming Technologies, front end: JavaScript, HTML/CSS,JQuery,JSON,Ajax
- Version Control: Git
Projects
Resolve my Expenses -(https://www.resolveindia.com/resolvex/)
Smart Expense management app for a smarter world. I led the effort to build a feature
that allows users to easily keep track of business expenses. My responsibilities included
the initial research, planning and managing the project, designing the feature.
Resolve my Tax-(https://resolvemytax.in/)
A smart App that optimizes your taxes. New Tax Regime or Old Tax Regime Financial
Year 2020-21.The Finance Budget 2020 has given all taxpayers an option of choosing.
https://www.resolveindia.com/resolvex/
https://resolvemytax.in/
Rank 553: Resume 957 with similarity score 0.01798361222062097
Resume Text: B.S , MS , M.TECH ui developer , devops , backend developer , senior software engineer , full time , team lead , front end developer , balancer , technical support engineer award , devops , performing , scrum , css , videography , security , asp.net web api , designation , enterprise wide solutions , requirement specifications , deliverables , asp.net mvc , affirmative action , mysql , web services , hindi , angular , maintenance , jquery , english , authorization , troubleshooting , design documents , status , c# , agile , models , email , project , code generation , aws , application architecture , information systems , process analysis , system requirements , operations , architecting , led , mass communication , flow , debugging , unit testing , computer science , feasibility studies , system testing , software requirements , languages , html5 , documentation , completion , reviews , javascript , qr code , jira , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c18…
https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c180118135e555d… 1/3
Current Designation: Senior Software Engineer -Full Stack
Development
Current Company: Wipro
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
Wipro as Senior Software Engineer -Full Stack Development
Feb 2016 to Till Date
Key Result Areas:
Analyzing and mapping user needs and software requirements to determine feasibility of design and evaluate scope of
project to provide best solutions
Participating in the team's Agile Software Development Process; developing unit tests and functional/ integration tests as
well as supporting production deployments of developed solutions; coordinating in smooth implementation of the project
Preparing high level and detail design documents according to the system requirement specifications
Designing, developing, testing, troubleshooting and debugging the applications; providing post-implementation, application
maintenance and enhancement support to the client with regards to the product / software application
Participating in the software development and mapping system requirements to obtain a thorough understanding of
business needs in order to deliver accurate solutions
Developing high quality applications in accordance with established company standards & development guidelines
Performing code reviews, unit testing, and system testing as needed; debugging, testing and deploying the software
Reviewing and analyzing the effectiveness and efficiency of existing systems and developing strategies for improving or
further leveraging these systems
Providing updates to the Senior Management on work in progress, completed & planned, and issues potentially impacting
the on-time completion or quality of work
Communicating with internal clients to determine specific requirements and expectations; managing client expectations as
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Aditi Gupta
Senior Software Engineer seeking roles in Full Stack Development,Product
Architecture,Project Execution,Defect Management,Delivery
Management,Agile,Scrum,Waterfall,HTML5,CSS,Angular JS,React JS,Node
JS,Mongo DB,Asp.Net Web API,AWS Web Services,MySQL
Key Skills: Senior Software Engineer,Tech Lead,Full Stack Development,Product Architecture,Project Execution,Defect
Management,Delivery Management,Agile,Scrum,Waterfall,HTML5,CSS,Angular JS,React JS,Node JS,Mongo
DB,Asp.Net Web API,AWS Web Services,MySQL
Summary
A technocrat with nearly 5 years of rich experience in managing project/product related operations, managed planning,
feasibility studies and configuration for products and services using diverse technologies, tools and frameworks
Insightful knowledge of process analysis & designing with comprehensive experience in technical solution architecting (using
Agile/Scrum models) for enterprise wide solutions with alignment of business & information systems
Expertise in managing overall software development lifecycle involving requirement analysis, system study, designing,
architecture, testing, programming, coding, de-bugging, defect management & documentation
Merit of being recognised with Round of Applause [Extraordinary Commitment] twice, Several Excellence Contribution Award
and Several Winner Circles for achieving key deliverables
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c18…
https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c180118135e555d… 2/3
an indicator of quality
KEY PROJECTS
Client: Sigma (Wipro Internal Project)
Period: Jan'20 till date
Role: MEAN/MERN Developer
Working as MEAN/MERN stack developer
Creating different applications based on client requirement in a very short span of time
Gathering requirement from client & developing applications like manager tool, effort monitor and leave balancer
Client: MyTime (Wipro Internal Account)
Period: Sep'17 to Dec'19
Role: Front End Developer
Operated as UI Developer and React Developer for 1 complete application and later managed other applications build on
different technologies like Jquery, Angular 2
Worked as Front End Lead, transformed complete application using Angular 6; responsible for every front end related
issue; worked with Server Team for configuration of server and security team for Application Architecture
Independently took up the challenging tasks like QR code generation and UI design changes
Interfaced with backend resource for code changes and to understand requirements on different scenarios
Led the documentation of entire flow to present to business
Trained teammates on behavioural skills and organized several team activities
Client: Charles Schwab, Bangalore
Period: Feb'16 to Jun'17
Role: Backend Developer + Technical Support Engineer
Worked as Support + Developer in Client project (Charles Schwab) in two separate project handled by same manager
Attained appreciations for business related interaction with client
Bagged Charles Rookie Techie Award.
Developed Restful Web API using MS SQL and Asp.net; performed UI changes using HTML5 and CSS
Supported DevOps tools like Jira, Vera Code
UG: B.Sc (Mass Communication and Videography Hons) from Aligarh Muslim University (AMU) in 2015
PG: M.Tech (Computer Science) from Birla Institute of Technology and Science (BITS), Pilani in 2019
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS
Angular JS, React JS
Node JS, Mongo DB
ASP.NET Web API
AWS Web Services
C#, ASP.NET MVC
MySQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c18…
https://freesearch.naukri.com/preview/printResume?uname=b9072083daea6cd1d06986d35d000f670e540e571f415d155214470a0f585448130c180118135e555d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 554: Resume 1274 with similarity score 0.017925005802506038
Resume Text: B.S , MS project lead , certified scrum master , associate , business development , product development , team leader , full time , product owner training , corrective actions , general , people management , scrum , jenkins , validation , network performance , designation , ug , versioning , telecom , affirmative action , conducting , mysql , ram , data analytics , csm , spring , wireshark , refining , hindi , maintenance , ltd , vim , json , authorization , telcom , lal , teams , english , status , timelines , agile , nexus , email , project , virtualization , application , ecosystem , aws , solution architecture , mumbai , adherence , 3g , bengali , xml , valgrind , testing , github , continuous improvement , product design , data analysis , epic , features , c++ , capacity planning , maven , yaml , languages , translation , story , ceremonies , breakdown , python , jira , javascript , eclipse , end to end delivery , technology , cloud computing , pmp , root cause analysis , measures , coaching 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a4…
https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a440a15485a580d… 1/2
Current Designation: Scrum Master - Analyst
Current Company: Ericsson
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Ericsson as Scrum Master - Analyst
May 2016 to Till Date
* Currently working as Scrum Master/Analyst in Ericsson, Gurgaon, aiming at infusing agile methodology in the
ecosystem. Responsible for Business Development tasks, translation of business objectives into analytic approaches,
product Design and Development, Client engagement, People Management for Network Data Analytics. CSM certified
Scrum Master, as cleared on 20 Jan 2019.
Ericsson as Scrum Master -Java
May 2016 to May 2016
Responsible for maintaining sprint progress via JIRA, agile ceremonies and identifying gaps in the process
Regular monitoring of sprint progress and highlighting risks to stakeholders.
Responsible for requirement gathering from Product Owner, refining the requirements, and grooming cross functional
teams, negotiating timelines and scope of work to be delivered, sprint and team capacity planning and feasibility study for
development and testing.
EPIC breakdown, user story defining and knowledge transfer, estimations and task allocation along with development
teams.
Working in nexus with cross functional teams on product development and end to end validation of developed features
and delivery.
Conducting agile ceremonies and catalyzing work progress whenever impediments arise.
Coaching development teams on Agile practices, ensuring adherence of practices,
Team SPOC towards I&V for training other teams on product and testing.
Identifying gaps in process and proposing corrective actions on ways of working to support Continuous Improvement of
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Arpita Chakraborty
Scrum Master seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,REACT,Python,C,C++,YAML,XML,JSON,Java
Spring,SQL,MySQL,Eclipse IDE,Maven,JIRA
Key Skills: Scrum Master,Project Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Java,REACT,Python,C,C++,YAML,XML,JSON,Java
Spring,SQL,MySQL,Eclipse IDE,Maven,JIRA
Summary
CSM certified Scrum Master with 10 years of experience in telecom domain and multisite projects on 3G, 4G,5G technology,
cloud computing, virtualization and network data analysis.
Completed Certification course from Simplilearn for PMP
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a4…
https://freesearch.naukri.com/preview/printResume?uname=6e85d0e0338094320853d26da7a30290505a585019150e475645475f0b5b594f135a440a15485a580d… 2/2
product.
Involved in end to end delivery of product and taking measures for quality adherence
Training on various tools and processes to development and testing teams.
Analysis of reports for network performance (SKPIs) and root cause analysis of performance degradation
Proposals to enhance performance, versioning, and code management by use of tools like Jenkins, bit bucket, GitHub etc.
Aricent Technologies & Holdings Ltd. as Team Leader
Jan 2010 to May 2016
UG: B.Sc (General) from Atma Ram Sanatan Dharma college,Delhi in 2006
PG: MCA (Computers) from Lal Bahadur Shstri Institute of Management in 2009
Other Qualifications/Certifications/Programs:
Certified Scrum Master
PMP Training
AWS Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, React
Python
C, C++,
YAML, XML, TOSCA,
SQL, MYSQL
JSON, Java Spring
Wireshark, VIM Editor
gdb, valgrind
Eclipse IDE
svn, jenkins
GitHub, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 555: Resume 900 with similarity score 0.017917512855425713
Resume Text: B.E , MS , B.TECH it analyst , software developer , full time , java programmer , full stack developer maintainability , react.js , risk assessment , spring mvc , finalization , web development , functionality , core java , general , credit , security , designation , affirmative action , mysql , user interaction , oracle , hindi , maintenance , process optimization , ltd , macro , authorization , english , project planning , team building , visual basic , business process analysis , status , spring boot , excel , scalability , specifications , email , application , aws , microservices , bengali , global services , electronics , components , alcatel , reliability , debugging , spring data , languages , payments , hibernate , database , completion , process automation , cisco , struts , software design , javascript , technology , insurance , network engineering , html , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550…
https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550184909555d07… 1/2
Current Designation: IT Analyst
Current Company: Tata Consultancy Services Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as IT Analyst
May 2017 to Till Date
Developed multiple applications for JP Morgan Chase and MetLife using technologies such as Spring Boot, Spring MVC,
Struts 1.1, Core Java, React.js, AWS, JSP and MS-SQL.
Enhanced FX Payments Manager module, Global Insurance Sales Platform and Credit Life Admin System.
Designed solutions conforming to architectural requirements such as scalability, maintainability, reliability, usability and
security; fixed defects as the code was promoted to higher environments.
Managed client/user interaction for requirement gathering, risk assessment, finalization of technical specifications and
discussed for effort/cost/time estimation.
Delivered accurate estimated development times; developed new functionalities, both back-end and front-end.
HCL Technologies as Tech Lead
Nov 2016 to May 2017
Played a major role in Cisco Network Engineering talent acquisition and was a part of Cisco resource pool for
enhancement of skills.
Participated in recruitment drives.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Biswajit Pandey
Java and Full Stack Developer seeking roles in Software Development, Coding,
Debugging, Solution Optimization, Project Execution, Project Planning,Team Building,
Requirement Gathering and Software Design
Key Skills: Software Developer,Core Java,J2EE, React.js,Full Stack Development,Coding,Debugging,Solution
Optimization,Project Execution,Project Planning,Team Building,Requirement Gathering,Software Design
Summary
An enthusiastic professional with nearly 9 years of rich and extensive experience in Software Application Development (Core
Java and Full Stack)
Provided insightful knowledge of business process analysis (As-Is, To-Be) and design; managed application based process re-
engineering as well as process customization, process optimization and provided technical solutions from stability prospective
Expertise & hands on experience in Core Java, Web development-J2EE, Spring Boot, Spring MVC, Spring Data, Microservices,
React.js, HTML, JavaScript, Database (Oracle SQL and MySQL) and JMS.
Completed certification in Oracle Certified Java Programmer (OCPJP Java SE 6).
Identified, conceptualized and documented appropriate technical solution approaches for various business scenarios and
challenges.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550…
https://freesearch.naukri.com/preview/printResume?uname=f2e32ca057a3567ef84fa1f5f86011d3505d01591f405f440017415f5a0e5318150d4550184909555d07… 2/2
Ericsson India Global Services Pvt. Ltd. as Engineer
Dec 2011 to Nov 2016
Designed and built multiple applications using Core Java, Struts 1.1 and VBA (Macro for excel).
Assisted updates to the management on work in progress, work completed, work planned, and issues that potentially
impacted the on time completion or quality of work.
Developed new applications, components & added functionality to existing systems.
Created Market Orders for Alcatel-Lucent along with network capacity analysis for Sprint, US.
Visual Basic Automation for process automation and reducing manual effort.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dream Institute of Technology, West Bengal University of
Technology in 2011
Other Qualifications/Certifications/Programs:
Oracle Certified Java Programmer (OCPJP Java SE 6)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 2020 5 Year(s) 0 Month(s)
MySQL 2020 3 Year(s) 0 Month(s)
Spring 5 2020 5 Year(s) 0 Month(s)
Hibernate 4 2019 2 Year(s) 0 Month(s)
CORE JAVA 1.8 2020 8 Year(s) 0 Month(s)
React.js 15 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 556: Resume 1296 with similarity score 0.01779065450292922
Resume Text: B.E , B.TECH software engineer , devops , full time , software developer team spirit , streamlining , redux , core java , devops , jenkins , healthcare , designation , affirmative action , plugins , hindi , docker , maintenance , player , authorization , english , code review , web applications , status , bot , email , ci , fixing , github , electronics , features , languages , resolving issues , cerner , dashboard , kannada , javascript , organization , technology , pipeline , toolkit , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d150210440a580c… 1/2
Current Designation: Software Engineer
Current Company: Cerner Healthcare Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: Bachelors of Engineering [electronic
and communication]
Verified : Phone Number | Email - id
Cerner Healthcare Solutions as Software Engineer
Dec 2018 to Till Date
· Working as Software Engineer in Cerner Healthcare Solution, Bangalore from December 2018.
· Exposure in creating dashboard using Terra Toolkit to view Git status.
· Exposure in design and development of web application using NodeJS.
· Exposure in creating CI/CD pipeline and creating the Docker Image based on the requirement.
· Possess effective communication and strong interpersonal skill.
· Increased the stability of the application by 90% by fixing defects and enhancing performance.
· Supportive and enthusiastic team player dedicated to streamlining processes and efficiently
resolving issues.
· Responsible to design and develop Plugins to support the existing application with lot more features.
· Responsible for designing the GitHub bot to automate the code review and check code quality.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dr Ambedkar Institute of technology, Bangalore in 2017
PG: Bachelors of Engineering (electronic and communication) in 0
Last Active: 6-Feb-21 Last Modified: 2-Feb-21
Shubham V
Software Engineer with 2+ years of experience in designing and developing web
applications. Strong understanding of JavaScript, React, Redux, Git, Docker, Jenkins,
Java and NodeJS
Key Skills: JavaScript, React, Redux, Git, Docker, Jenkins,NodeJS, creating CI/CD pipeline, Core Java, webdriverIO
Summary
Software Engineer with 2 years of experience in designing and developing web applications. Strong understanding of JavaScript
and Devops.
To seek an opportunity for professional growth & to build a career with committed & dedicated people who will help to explore
myself truly contributing quality, ideas & to work for an organization where team spirit & personnel skills are recognized &
rewarded.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d1…
https://freesearch.naukri.com/preview/printResume?uname=a733c068a356254b0dd45b4f353409cc09585c071810094456174559580e031c1b5d150210440a580c… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JavaScript
Reactjs
Redux
GIT
DOCKER
Jenkins
CI/CD
JAVA
webdriverio
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Konkani
Rank 557: Resume 1223 with similarity score 0.017769094341416863
Resume Text: B.E , MS , B.TECH , BS sap basis , senior product manager , solution architect , technology consultant , change management , full time , digital product manager , product owner , business analyst business case , security , microsoft azure , space , use case , platforms , airlines , status , eco , product management , oracle policy automation , salesforce , gtm , digital channels , organization , crm , airports , retail , access , designation , sap products , transportation management , agile , mobile apps , microservices , solution architecture , asset management , ibm , value creation , data analysis , change management , strategy , his , enterprise data , one , javascript , technology , master plan , optimization , general , affirmative action , data analytics , maintenance , travel , fleet management , iaas , paas , email , manufacturing , aws , image capture , runway , customer experience , assessment , dashboards , web , commerce , it infrastructure management , blueprint , civil aviation , ug , portals , investment , offers , revenue , analytical models , authorization , modernization , application , focus , global services , electronics , government , led , drive , transformation , energy management , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e13081…
https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e1308130545140e5500… 1/2
Current Designation: Digital Product Manager
Current Company: Accenture Industry X
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Other Management]
Verified : Phone Number | Email - id
Accenture Industry X as Digital Product Manager
Nov 2018 to Till Date
Digital and Innovation at Large Indian Airport
* Ran the "Client-Accenture" Innovation lab - Digital and Innovation Strategy, ideation sessions,
vendor/ start-up evaluation, idea incubation/ pilots, value creation, change management and GTM
* Developed Airport enterprise blueprint, Digital master plan and Digital organization structure
to support the transformation
* Designed and delivered Omnichannel Airport Digital market place ( Website, Mobile & Commerce)
for 33M airport passengers and defined 5 year platform strategy and roadmap with focus on enhanced
customer experience and non aero revenue
* Designed Enterprise Data Analytics Strategy, roadmap with integration of 30+ data sources, 200+
Reports & 15+ Analytical models
* Designed Connected Asset (IOT) management Architecture, Business case and successfully
delivered 1st pilot on Smart Energy management
* Cloud Strategy and Cost optimization : AS-IS application assessment of apps with focus on Cloud
cost optimization, Governance, Security and Application modernization journey
* Successfully delivered Fleet management solution (Mobile,Web & Analytics dashboards) for
monitoring the moving assets across landside and airside of the Airport
* Successfuly delivered AI based runway inspection POC using Image capture controller and
Analytics
Last Active: 3-Feb-21 Last Modified: 2-Feb-21
SUNIL KUMAR BARRE
Digital Product Manager seeking roles in Product Management,IT Infrastructure
Management,Agile Methodology,Cloud Computing,Data Analysis,Product
Management,Asset Management,Solution Architecture,Client
Management,Azure,AWS
Key Skills: Digital Product Manager,Product Manager,Product Management,IT Infrastructure Management,Agile
Methodology,Cloud Computing,Data Analysis,Product Management,Asset Management,Solution Architecture,Client
Management,Azure,AWS
Summary
Sunil is a Digital product manager with 8+ years of experience in Digital and technology space. He has
led the design and development of multiple products/platforms across digital channels including
portals,mobile apps,Intelligent dashboards following the agile methodology.
His industry specialization includes Travel, Retail, Hospitality, Airlines, Airport and Government
Prior to joining Accenture, Sunil was Associated with Unisys and IBM Global services India. He has a
Bachelors degree in Electronics Engineering from Andhra University(2010) and a Post Graduate
Diploma in Management (PGDM) from IIM Kozhikode(2014)
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e13081…
https://freesearch.naukri.com/preview/printResume?uname=1893bfcdded701a6122dd35896c2a2220d5501544d160b445517455f0b58521e1308130545140e5500… 2/2
Unisys as Senior Product Manager
Apr 2014 to Nov 2018
Product Manager for Airsewa : Worked with AAI and Ministry of Civil aviation India to lead the
execution of One Airport App for 84 Airports that facilitate Grievance management and Interactive
Chatbot for Airport information
* Product owner for Unisys AirCore Timeline: Use case definition, Design of microservices
architecture, Integrations with travel eco system partners that enable airline to offer personalized
offers, Loyalty solution & AI based chatbot on Microsoft Azure stack
* Product Manager for Breeze2Work™ : Secured corporate investment of $250K and built and rolled
out Unisys Transportation Management System(TMS) to 3K users
* Business Analyst : Delivered Philly 311 app, a cloud based CRM solution (Salesforce) that expand
15 lakh citizens access to Philadelphia City services
* Solution Architect: Designed and developed Education resourcing portal for Ministry of
Education,New Zealand (built on Oracle policy automation and Azure PaaS)
* Led the Microsoft Cloud Alliances for Unisys India to drive Azure consumption and joint solution
development
IBM as Technology Consultant
Aug 2010 to Jul 2012
Worked as SAP Basis & Netweaver consultant for Manufacturing client in canada
* Responsible for technical implementation, upgrades, and ongoing support of SAP products and
processes to enhance the value to the customers
UG: B.Tech/B.E. (Electronics/Telecommunication) from Andhra University in 2010
PG: MBA/PGDM (Other Management) from Indian Institute of Management (IIM), Kozhikode in 2014
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Azure, AWS IaaS and PaaS
Rank 558: Resume 1036 with similarity score 0.017760075274936855
Resume Text: B.E , MS , B.TECH , BS scrum master , technical architect , project lead , pick up , technical analyst , senior developer , application architect , devops , product development , senior software engineer , full time , senior software developer , team lead , financial analyst , associate manager , development lead training , apache cxf , core java , customer , dlc , telugu , office , user management , spring , core banking , player , status , cxml , r12 , grasp , integration testing , infosys , application architecture , components , building , html5 , procurement , sql server , weblogic , integration architecture , fetch , crm , mission critical , automation , performance appraisal , devops , coding standards , access , filenet , designation , mar , web services , hindi , ltd , architects , english , code review , web applications , agile , 12c , processing , bank statements , mvc , project control , struts , sonarqube , javascript , technology , client side , hadoop , stored procedures , ibatis , reporting , general , scrum , cmmi , dax , fusion , vendors , affirmative action , oracle , technical architecture , vendor management , maintenance , pick , jquery , design principles , tac , email , prevention , configuration management , vast , high level design , unit testing , output , languages , ul , hibernate , hive , management system , engineers , database , online , mockito , jenkins , websphere , soap , revenue , information management , authorization , risk , go , amc , productivity , focus , telecommunications , requirements gathering , savings , r11 , cucumber , problem solving , framework , technical documentation , kannada , selenium , hbase , reviews , cloud computing , lotus notes , cd 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 1/5
Current Designation: Associate Manager - IT
Current Company: Accenture Solutions Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt. Ltd. as Associate Manager - IT
Jul 2015 to Till Date
Project 1 : Core Renewal Product - Banking services
Company : Accenture Solutions Pvt. Ltd.
Client : Evry India Pvt Ltd
Core Renewal is a Core banking product developed using Java technology stack. The core banking solution will be used
by multiple banks for providing their core banking services to their clients. This product is built using the latest Java
technical stack following the best design principles and development methodologies.
Responsibility:
- Working as Technical Architect being part of a group of architects contributing to the product development.
- Analysis of the new requirements, create design, involve in architecture level design changes.
- Responsible for developing a new feature adhering to coding standards
- Work on architecture tasks like technical debts, involved in code reviews, working on POCs to contribute on technical
up gradation.
- Working as part of scrum team following the Agile methodology for development activities.
Technologies : Java 8, TAC JFR framework, Apache cxf, Hibernate Duration : Feb 2019 - Till Date
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
LAVANYA CHETAN
Associate Manager seeking roles in Software Development,Project
Management,Configuration Management,Defect Management,Technical
Architecture,Requirement Gathering,Agile Methodology,Cloud Computing,Client
Management,Selenium,Jenkins,Core Java,SQL
Key Skills: Associate Manager,Project Lead,Software Development,Project Management,Configuration
Management,Defect Management,Technical Architecture,Requirement Gathering,Agile Methodology,Cloud
Computing,Client Management,Selenium,Jenkins,Core Java,SQL
Summary
* 15+ years of total experience in the IT industry with focus on Java/J2EE Technologies
* Worked extensively on - Core Java (Java 8), J2EE, Java script, PL\SQL, JQuery, JSONS, Struts and Springs-MVC
framework, JAX WS, JAX RS, AOP, Hibernate.
* Currently working as Associate Manager at Accenture Solutions Pvt. Ltd.
* Proficiency in developing and maintaining web based, database driven applications.
* Experience with WebSphere, Weblogic 12c and backend Oracle, SQL database accessing using JDBC.
* Extensive hands-on experience on CMMI project processes (Configuration Management and Defect Prevention) for both
development and maintenance projects.
* Result oriented team player with strong analytical and problem solving skills.
* Ability to grasp new technologies and software.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 2/5
Oracle db, Cucumber framework, Hibernate, Jenkins for CI/CD
Role : Technical Architect
Project 2 : OrderTrack/Device Life Cycle(DLC)
Company : Accenture Solutions Pvt. Ltd.
Client : AT&T Telecommunications
OrderTrack and DLC are the 2 mission critical web applications which is used by the client to track the customer orders
and to maintain the life cycle of a device. These applications have multiple modules in it and also has RestFul and SOAP
based webservices which are consumed by the downstream applications.
Responsibility:
- Analysis of the new requirements, create design, code changes, Unit Testing.
- The new changes could be enhancement to the existing feature in web applications or development of new web
services to be consumed by downstream applications.
- Currently working as an individual contributor.
Technologies : Java, JDBC, J2EE, Struts, Ibatis, Hibernate Duration : Jun 2017 - Jan 2019
Oracle db, Jenkins, JAX RS, JAX WS,
Role : Application Architect
Project 3: Revenue Assurance Tool for Telecom Client.
Company : Accenture Solutions Pvt. Ltd.
Client : AT&T Telecommunications
This tool was built in-house by Accenture team to replace an existing product from the market which would identify
Revenue Leakages in the Telecom sector. This tool was built using JAVA Technologies which would integrate with
HADOOP database. This product was 5 times faster than an existing and stable product in the market and was
implemented by the client across various business entities over a period of 12 months. Today all the Key Risk Areas of
revenue leakages are identified and built on this tool.
Responsibility:
Development lead for building the User Management and reporting modules.
Involved in DevOPS (CI/CD) implementation to improve productivity by 10% using tools and frameworks like JUnits,
Jenkins, Selenium, Sonarqube etc.
Lead the Automation initiatives for my project and implemented 5 automation ideas in production leading to 30% effort
savings.
Played the Role of SCRUM Master for various Agile projects and have implemented 6 projects across 40 iteration
cycles.
Technologies : Java, Spring-MVC, JQuery, Duration : Aug 2015 - Jun2017
HTML5, HDFS (Hadoop, HIVE, HBASE, PHOENIX), Mockito
Role : Development Lead and Scrum Master
Altisource Business solutions Ltd as Senior Software Engineer
Aug 2013 to Jul 2015
Project 4 : Reconciliation Automation
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
Reconciliation is a back end process which will automate the manual reconciliation process done by the Financial Analyst.
Ocwen services around 1800 banks, every day reconciliation is done for the amount credited in these bank accounts
manually The back end java automation process will pick up the input files like bank statements and bank summary files
performs the manual logic and generates the output report in required format.
The entire automation is completed in half an hour, this helps the financial analyst to save lot of time around 4- 5 hours
which was spent on manual work.
I was responsible for:
Requirement Gathering.
Creating the integration architecture to integrate with different systems to fetch the required data.
Creating the application architecture to implement the business reconciliation logic to fetch the equired data from
database.
Detailed design on integration components.
Code review and integration testing
Technologies : Java, SQL server 2008 Duration : Aug 2014 - Jul 2015
Role : Senior Software developer
Project 5 : TDS Mailer
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
TDS Mailer is a web based application which is used to send the TDS certificates to all the vendors of Altisource/Ocwen.
The user can upload the xls file which has the details of hundreds of vendors and trigger an email to all the vendor in one
go. A report can also be generated from the UI with the status of the emails sent.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 3/5
I was responsible for:
- Requirement Gathering.
- Create detailed design
- Designing the UI
- Coding, Code review and testing
Technologies : Java, JDBC, J2EE, Struts framework, SQL server 2008 Duration : June 2014 - July 2014
Role : Senior Software developer
Project 6: eCatalog
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
eCatalog is a procurement system used by the vendor management team to place an order with the vendor
'Office Depot' for the office supplies. The entry point to the eCatalog system is from DAX EP page. The Java component
developed will act as the interface between the DAX EP page and the external vendor site 'Office Depot'. The java
component receives the xml files from DAX and converts it to cxml file and sends it to the vendor site. After the order has
been placed in the vendor site the cxml which has order details is converted back to xml format and passed to DAX for
further processing.
I was responsible for:
- Requirement Gathering.
- Finding the approach to integrate the DAX EP with the vendor site.
- Create detailed Design document.
- Coding, Code review and integration testing.
Technologies : Java, SQL server 2008 Duration : March 2014 - May 2014
Role : Senior Software developer
Project 7 : FileNet Utility
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
FileNet Utility is an UI interface for the user to track the backend files which were processed by the back end job . The
processing of files mainly failed due to improper format, incomplete/wrong file name. The users can upload the file with
correct format and name and had option to retry the processing of that file and track the status if was a success or a
failure.
I was responsible for:
- Requirement Gathering.
- Designing the UI
- Create detailed Design document.
- Code review and testing.
Technologies : Java, JDBC, J2EE, Struts framework, SQL server 2008 Duration : Jan 2014 - Feb 2014
Role : Senior Software developer
Project 8 : Performance Appraisal system (PAS)
Company : Altisource Business solutions Ltd
Client : Altisource/Ocwen
Infosys Technologies Ltd as Technical Analyst
May 2005 to Jun 2013
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
The current Oracle R11 is being upgraded to Oracle R12, hence all the UL applications to be remediated to new Oracle
R12. Exposing/Creating SOA web services from new Oracle R12 database with same functionalities and signature as
current Stored Procedures to fetch the data from the CRM database. Modify the existing code of the application to call the
Service Oriented Architecture (SOA) web services.
I was responsible for:
Analyzing the impact of the changes in the existing applications.
Finding the solution approach for the applications which are developed in different technologies.
Training the new team members on existing applications and their functionalities.
Creating the Detailed design document.
Code review and integration testing.
Technologies : Java, oracle portal Duration : June 2012 - June 2013
Role : Team lead
Project 10 : MyHome
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
MyHome @UL is UL's Customer Facing Portal, which provides UL customers with access to a variety of online
functionalities and services, which UL provides. This application is one of the critical application which has more than 1
lakh users using this application. This application is developed using oracle portal. This being a very vast application, new
technology and lack of technical documentation the major challenge was to build a QA environment for the client which is
the replica of production environment.
I was responsible for:
QA build of this application.
Technical documentation of the entire application.
Production support.
Technologies : Oracle Portal
Role : Team lead Duration: Nov 2011 - May 2012
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 4/5
Project 11 : Lab Information Management System (LIMS)
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
It is a web application for tracking the samples which are tested by the UL. It is the application used by all the UL
engineers in all the testing labs around the world, since this application had performance issues due to the poor design
and poor quality of code, the entire application had to be redesigned and developed. After the successful deployment, i
was involved in production support as well.
i was responsible for:
Requirements Gathering
Redesign and development
Code Review
Minor enhancements
Involved in Impact Analysis
Unit testing
Production support
Technologies : Java, JDBC, J2EE, JSF Framework, JavaScript (client side).
Role : Analyst Duration: June 2010 - Dec 2011
Project 12 : Mark Integrity Program
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
Mark Integrity program is a web application used by UL to monitor their customers who approach the UL for their mark. To
make sure that the customers are Conforming to the safety standards defined by the UL. It is integrated with 4 other
applications which are developed in a totally different technologies like Lotus Notes, Cold fusion.
I was responsible for
Requirement Analysis and understand the UL Business and also the business criticality of the project.
Involved in High Level design and Detailed Design using Struts Framework.
Preparing Unit Test Plans and Integration test plans.
Involved in configurations and development set up.
Coding and unit testing.
Integration testing and UAT support.
Production support and Maintenance.
Technologies : Java, JDBC, J2EE, Struts Framework, JavaScript (client side).
Role : Senior Developer Duration: Mar 2009 - May 2010
Project 13 : Project Control Systems (PCS)
Company : Infosys Technologies Ltd
Client : Underwriter Laboratories (UL)
It is a web application used by the users to enter the test details of the samples tested by UL. It was developed and
maintained by us
I was responsible for :
Requirement Analysis
Involved in Impact Analysis
Preparing Unit Test Plans and Integration test plans.
Code Review
UG: B.Tech/B.E. (Computers) from AMC College Of Engineering, Bangalore (VTU) University in 2004
Education
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Telugu
Projects
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813…
https://freesearch.naukri.com/preview/printResume?uname=ad1a67bb1d2855fd507c4f149f1d10885d555f0449160c420318450c0c0e56481b0813514443505509… 5/5
Nature of Employment: Full Time Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2017 - Jan 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2015 - Jun 2017
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Core Renewal Product - Banking services
Client: Evry India Pvt Ltd
Project Details: Core Renewal is a Core banking product developed using Java technology stack. The core banking solution
will be used by multiple banks for providing their core banking services to their clients. This product is built using the latest
Java technical stack following the best design principles and development methodologies.
Project Title: OrderTrack/Device Life Cycle(DLC)
Client: AT&T Telecommunications
Project Details: OrderTrack and DLC are the 2 mission critical web applications which is used by the client to track the
customer orders and to maintain the life cycle of a device. These applications have multiple modules in it and also has
RestFul and SOAP based webservices which are consumed by the downstream applications.
Project Title: Revenue Assurance Tool for Telecom Client
Client: AT&T Telecommunications
Project Details: This tool was built in-house by Accenture team to replace an existing product from the market which would
identify Revenue Leakages in the Telecom sector. This tool was built using JAVA Technologies which would integrate with
HADOOP database. This product was 5 times faster than an existing and stable product in the market and was implemented
by the client across various business entities over a period of 12 months. Today all the Key Risk Areas of revenue leakages
are identified and built on this tool.
Rank 559: Resume 1093 with similarity score 0.017740987018123513
Resume Text: B.S , MS project lead , it analyst , associate , service engineer , devops , senior software engineer , test lead , full time , team lead , team member , technical lead training , controllers , customer , defect logging , addition , angular , docker , test cases , digital , airlines , node.js , status , rabbitmq , specifications , plus , xml , preventive maintenance , artifacts , components , upstream , infrastructure , weblogic , bonus , workflow , appliances , notification , remote access , react.js , ansible , automation , devops , pentaho , generators , designation , confluence , deliverables , xslt , web services , bpmn , cloud , ltd , netezza , english , code review , agile , project , on site , solution architecture , splunk , fixing , construction , rest , nielsen , computer science , documentation , diary , test data , javascript , couchdb , technology , motors , business requirements , hadoop , application lifecycle management , feeds , reporting , bugzilla , couchbase , options , group travel , affirmative action , mysql , oracle , unix , business logic , email , jpa , activiti , business rules , manufacturing , retail domain , aws , operations , github , internet of things , junit , unit testing , maven , languages , decision support , hibernate , jira , engineers , root cause analysis , storage management , api , redux , mockito , jenkins , openshift , tamil , testng , health , revenue , apache , authorization , spring boot , modernization , devices , user administration , walkthroughs , repository , framework , offshore , nginx , preparation , mobile web , selenium , cvs , reviews 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 1/4
Current Designation: Senior Software Engineer -Java
Current Company: Inter Globe Technology Ltd.,
Current Location: Dubai
Pref. Location: Germany,Singapore,United Arab Emirates
(UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Email - id
Inter Globe Technology Ltd., as Senior Software Engineer -Java
Apr 2018 to Till Date
Title Enterprice Rebooking
Period Jan 2020 - Till Date
Client Name Emirates Airlines
Role Senior Software Engineer
Domain Airlines
Responsibilities Developer
Project Location Dubai
Software Methodology Agile
Project The Mobile Web rebooking will scoped for PNRs which have been previously rebooked via Re-Accommodation
Manager, with all associated information transferred to new rebooking. No pending manual intervention.
.
Carried out the following activities:
Developing new Micro services using spring boot using Reactive Programming.
Developing business components and responsive UI using React and Redux.
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Sathiya Balakrishnan
ACDA Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,Spring Boot,Angular JS,React,Redux,Node
Js,JSP,Rest,JPA,Junit
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Java,Spring Boot,Angular
JS,React,Redux,Node Js,JSP,Rest,JPA,Junit
Summary
Over 8.5 years of professional experience in development, maintenance and support of Java Web Application and Data
warehouse.
Associated with Inter Globe Technology Ltd since April 29 2018 to till date (1.5 years) as Senior Software Engineer with Airlines
domain- Emirates Airlines.
Associated with HCL Technology Ltd since July 2016 to May 2018 (1.3 years) as Java Technical Lead with Manufacture and
Health Care domain.
Associated with Tata Consultancy services from Oct 2011 to July 2016(4.9 years) as IT Analyst with Retail domain.
Hands on experience in application development using Java 8, Reactive Programming, Spring Boot, Node.Js , React.Js, Redux,
Angular, AWS, CouchDB, MySql, Netezza, Oracle, Junit, Mockito, Jest, and DevOps ( GITHub, Jenkins, Ansible, Docker,
Openshift, Splunk ).
Hands on experience in Web Services Development using Micro service architecture.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 2/4
Manual Code review and preparing artifacts.
Execution of test cases using Mockito and Jest for services and defect logging and tracking.
Analyzing and Evaluating Business Requirements.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (8), Reactive Programming, React Js, Redux, Mockito, Spring Boot (2), Rest Web Services,
Hibernate, Couch base, Open shift, Splunk
Jun 2019 - Dec 2019 Inter Globe Technology Ltd
Title Skywards Plus (Mobile Web Team)
Period June 2019 - Dec 2019
Client Name Emirates Airlines
Role Senior Software Engineer
Domain Airlines
Responsibilities Developer
Project Location Dubai
Software Methodology Agile
Project Skywards have introduced a new program for Emirates Mobile Web to incentivise the Skywards customer by
allowing them to get additional benefits in addition to their current tier benefits such as Discounted Upgrade,
Complementary Upgrade, and Bonus Miles etc.
Carried out the following activities:
Integrate the Skyward plus business logic in the existing workflow.
Working with Rest API, Angular 1 and 2 UI Changes
Manual Code review and preparing artifacts.
Execution of test cases using JMockit for services and defect logging and tracking.
Analyzing and Evaluating Business Requirements.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (7), JMockit, Spring, Rest Web Services, Angular 1 and 2, Jenkins. JBoss, WebLogic
Apr 2018 - May 2019 Inter Globe Technology Ltd
Title Group Booking Engine (GBE)
Period April 2018 - May 2019
Client Name Emirates Airlines
Role Senior Software Engineer
Domain Airlines
Responsibilities Developer
Project Location Dubai
Software Methodology Agile
Project Bulk Approval processor (BAP), facilitates Group desk team of Revenue department at HQ to manage the
Group Travel requests from EK stations and agencies. It provides workflow to evaluate and approve the group requests by
providing necessary decision support information such as Flight options, Inventory, booking status, Fare details, etc.
helping the Group desk controllers' process with reduced turnaround time. BAP also has Auto Pilot (AP) function wherein
the group request are auto-approved based on defined business rules, thus further reducing manual effort.
Carried out the following activities:
Developed Micro services using spring boot.
Migrate the business logic which is written in PLSQL to Java and create the Rest API.
Manual Code review and preparing artifacts.
Execution of test cases using Mockito for services and defect logging and tracking.
Created tool to migrate bulk data from oracle to couchbase.
Analyzing and Evaluating Business Requirements.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (8), Mockito, Spring Boot (2), Reactive Programming, Rest Web Services, Hibernate, Couch
base, Open shift, Splunk
HCL Technology Ltd as Technical Lead
Jul 2016 to Apr 2018
Title ORMCO Digital Platform
Period Jan 2017- Till Date
Client Name ORMCO, USA
Role Technical Lead
Domain Health Care
Responsibilities Leading team
Project Location Chennai, Tamil Nadu, India
Software Methodology Agile
Project Implementation of ORMCO digital project which is Web based application based on HCL PAS Platform.
Develop new platform to take care of the Order to delivery of the appliances and will manage the process and data for
Insignia treatment option.
Carried out the following activities:
Developed Micro services using internal framework (PAS).
Developed business components and responsive UI.
Manual Code review and preparing artifacts.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 3/4
Execution of test cases and defect logging and tracking.
Analyzing and Evaluating Business Requirements.
Effort estimation for new initiatives.
Creating design and technical documents.
Onsite-Offshore coordination and status reporting.
Execution of test cases and defect logging and tracking.
Technologies Utilized Java (7), Spring Boot (1.2.6), JSP, Angular JS 1 & 2, Rest Web Services, JPA (used
Specifications), Hibernate, Spring Boot Security(Oauth2), Nginx, AWS, RabbitMQ, Activiti BPMN, Pentaho Reporting
Designer(PRD), MySQL, TestNg, Maven, Jenkins, Selenium, SVN.
July 2016 - Dec 2016 HCL Technology Ltd
Title ABB RAISE
Period July 2016- Dec 2016
Client Name ABB Limited
Role Technical Lead
Domain Manufacturing (IOT)
Responsibilities Defect Fixing and Test Lead
Project Location Chennai, Tamil Nadu, India
Software Methodology Agile
Project Remote Access Infrastructure for Service Environments (RAISE) platform is an Internet of Things (IoT) solution.
The main purpose of RAISE is to collect data from different types of machines including motors, generators, drivers, etc.
and do the preventive maintenance/analysis to prevent the occurrence of faults. The data will be collected on site by the
help of sensor's and connector and collected data will be sent to cloud through secured channel. Service Engineers can
do device management, report management, storage management, user administration, notification management and etc.
These operations are very helpful for the service engineer point of view to manage the collection of devices. Service
engineer also have the option to set warning level to get notified via email.
Carried out the following activities:
Defect Fixing and constructing Unit Test case for APIs.
Involved in defect fixing and reporting on time.
Lead the test team for Automation by using Selenium framework.
Technologies Utilized Java (6), MySQL, Junit, Struts1.2, JSP, Hibernate, Maven, Jenkins, CVS, Selenium.
Tata Consultancy Services as IT Analyst
Feb 2012 to Jun 2016
Title Ingestion - Code Reader
Period February 2012- June 2016
Client Name A C Nielsen (Oldsmar, FL, USA)
Role IT Analyst
Domain Retail
Responsibilities Requirement Analysis, Coding Development, Internal Testing, Defect Fixing, Documentation and
Status Reporting.
Project Location Chennai, Tamil Nadu, India
Software Methodology Waterfall
Achievements Ingestion Code Reader Production rolled out and it is replacement of 30 years' legacy system (Diary data
collection).
Project Ingestion application was introduced as part of the Media 3.0 modernization program. The primary objective of
this application is to host all the upstream system Media feeds, act as repository or staging, validate the data format and
cleanse it before it is being used by the other downstream systems.
Carried out the following activities:
Analysing the requirements.
Interaction with clients and coordinating between onsite and offshore team
Preparing the Unit test plan.
Construction and unit testing.
Review of team member coding and test results.
Involved in preparation of test data based on Functional Specification.
Involved in analysing the Functional Specification and preparing Test cases.
Been responsible for the overall quality and timeliness of the deliverables.
Involved in capturing the business requirements.
Report progress to On-site Project Lead and TCS management.
Co-ordinated with onsite team to understand the requirement and prepare SDP, HLD, LLD, UTC, UTR, IQA, EQA etc.
Involved in AO review as well as IQA process.
Involved in defect fixing and reporting on time.
Involved in Root cause Analysis of the defects in QC..
Perform Enhancements as per the client's requests.
Extensive knowledge in Application Lifecycle Management 11.0.
Attended Reviews, Walkthroughs, and Daily Status calls with Clients and send Weekly status report.
Technologies Utilized Java (6, later migrated to Java 7), Netezza, Oracle, Shell Script, Hadoop (Impala, HDFS), Junit,
Struts1.2, JSP, ANT, Jenkins, CVS, JSwing , Spring and Hibernate, XML, XSLT, XSL.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d4…
https://freesearch.naukri.com/preview/printResume?uname=98a61581e568d7d3342821c42fa20a950d0e5b0518465b405513480e58085742120d440010120d580… 4/4
UG: B.Sc (Computer Science) from Madras University in 2008
PG: MCA (Computers) from Anna University in 2011
Other Qualifications/Certifications/Programs:
AWS Certified Developer Associate
Agile fundamental training
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Spring Boot, Angular JS 2
React, Redux, Node Js
JSP, Rest, JPA
Junit, TestNG, Mockito, Selenium
AWS
Jboss, Nginx, Apache
Oracle, Netezza, MySQL, Couchbase
Hadoop (HDFS), Impala
Unix Shell Scripts
Pentaho (PRD)
JSWING
Ant, Maven
CVS, SVN, Git
Jira, Confluence
BUGZILLA
Jenkins, Docker
Ansible, Openshift, Splunk
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 560: Resume 389 with similarity score 0.017706115216579922
Resume Text: nan project lead , associate , product owner , senior software developer , team lead , application developer , technical lead computing , ruby on rails , retrospectives , scrum , confluence , visual studio , managing large scale projects , mysql , spring , rspec , databases , conflict resolution , phpstorm , ltd , vim , graphs , excel , postgresql , application , mongodb , sprint planning , her , microsoft word , deals , programming languages , query builder , rest , features , git , resolve , computer science , collaboration tools , assessment , python , javascript , engineers , jira , intellij idea , buildings , html , ajax PR
!
!
Prajakta Rajapure
Application Developer
Prajakta is working with ‘ThoughtWorks Technologies India as Application Developer. She has 4
years of IT experience in managing large scale projects with her previous organisation using Ruby on
Rails and PHP. She also has some knowledge of React Js.
Work Experience:
October 2018 - Till Date: ThoughtWorks Technologies India Pvt. Ltd., Pune, India.
Associate Technical Lead, June 2018 to October 2018: Webonise Lab, Pune, India.
Senior Software Developer, December 2015 to June 2018: Webonise Lab, Pune, India.
Software Developer, December 2014 to November 2015: Webonise Lab, Pune, India.
Trainee, June 2014 to December 2014: Webonise Lab, Pune, India.
Prior Experience
Team Lead, Sr. Developer (6 member team)
Client: Nadine International, Inc.
Employer: Webonise Lab, Pune
(December 2016 - October 2018)
It is an assessment system for Nadine engineers, for assessing buildings based on their current
condition. The system deals with generating reports based on the data inserted by engineers and
providing cost and condition of buildings. The system provides facility to generate high-level excel
and Microsoft word report features as cross-referencing, bookmarks and editable graphs. The system
provides Nadine engineers to use custom query builder to get any desired information from
application by generating queries.
Prajakta practiced following responsibility as Project Lead along with development:
Estimate Product Backlog and Sprint Planning, communicate/announce Sprint plan
Daily Scrum Meetings, manage/track Spring backlog, track Spring/team burn down, decision
making with product owner, conflict resolution, resolve/escalate impediments if any
Plan for Sprint Demo, Sprint retrospectives, present learnings and best practices.
Skills
Programming Languages: Ruby, PHP, JavaScript, HTML/Ajax. Some Java and Python
Ruby Specific Competencies: Ruby on rails
Distributed Computing: REST
Databases: MySQL, PostgreSQL, some MongoDB
Tools: IntelliJ IDEA, Vim, Sublime, Visual Studio, PhpStorm, Git, RSpec
www.thoughtworks.com
!
!
!
Collaboration Tools: Jira, Confluence
Education
Bachelor of Engineering, Computer Science, Modern College of Engineering, Pune,
India.
! 2
www.thoughtworks.com
!
Rank 561: Resume 530 with similarity score 0.017703378047970987
Resume Text: BS nan box , switching , web development , css , protocol , socket programming , flex , creativity , player , bootstrap , bookings , color , newton , tac , boot camp , express , project , transmission , tic , linkedin , github , features , c++ , problem solving , soft skills , chat , languages , basketball , notes , imdb , app , one , javascript , climate change , load , html , online Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 B-Tech(CSE) University of Engineering and Management, Kolkata 8.2/10.0
2016 12th Kendriya Vidyalaya Fort William, Kolkata 82.4%
2014 10th Jogamaya Memorial Institute, West Bengal 87.0%
Internship and Certifications
Newton School | Newton School Coding Boot Camp | Intern
Full Stack Web Development along with Problem Solving.
Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React, Express, Mongo DB.
Participated in various coding contest organized by the platform.
Worked on various projects like Tic-Tac-Toe game, IMDB App, CV using CSS Flex Box, Notes App, Blog App.
Currently working on creating an online website for restaurants which supports online food ordering, table bookings using
MERN.
Projects
Tic Tac Toe using React | Newton School
A simple Tic-Tac-Toe game
Features: Automatic player switching, color coding to show the winning combinations.
Role: Developer | Tech Stack: HTML, CSS, Javascript, React.
Human Verification | Newton School
This project is for human Verification. Six images are used out of which one image will repeat and asked to select the same
images.
Features: On every load the position of images will be changed and the repeating image will change too.
Role: Developer | Tech Stack: Html, CSS, JavaScript.
TCP based chat server | Self
Made a chat server working on Transmission Control Protocol .
TCP based connection between client and server to chat. The data transferred remains intact and arrives in the same order
in which it was sent.
Implemented using Socket programming in C
Skills
Computer languages JavaScript, CSS, HTML, Java, C++
Software Packages React, Bootstrap
Soft Skills Creativity
Co-Curricular Activities
Basketball U19 regional Vice Captain.
Involvement in Green Revolution Global Program : An initiative by International center for culture & education to Educate,
Inspire & Act against Climate Change.
Shashank Shukla LinkedIn: shashank-shukla-9aa03118b
Github: shahsank
August 2020 - Present
October 2020 - Present
September 2020 - September 2020
October 2019 - October 2019
https://www.linkedin.com/in/shashank-shukla-9aa03118b/
https://github.com/shahsank
Shashank Shukla
LinkedIn:
shashank-shukla-9aa03118b
Github:
shahsank
Education
2020
B-Tech(CSE)
University of Engineering and Management, Kolkata
8.2/10.0
2016
12th
Kendriya Vidyalaya Fort William, Kolkata
82.4%
2014
10th
Jogamaya Memorial Institute, West Bengal
87.0%
Internship and Certifications
Newton School | Newton School Coding Boot Camp | Intern
August 2020 -
Present
Full Stack Web Development along with Problem Solving.Technical Stack learned: HTML, CSS, JavaScript, Bootstrap, Node JS, React, Express, Mongo DB.Participated in various coding contest organized by the platform.Worked on various projects like Tic-Tac-Toe game, IMDB App, CV using CSS Flex Box, Notes App, Blog App.Currently working on creating an online website for restaurants which supports online food ordering, table bookings using MERN.
Projects
Tic Tac Toe using React |
Newton School
October 2020 -
Present
A simple Tic-Tac-Toe gameFeatures: Automatic player switching, color coding to show the winning combinations.Role: Developer | Tech Stack: HTML, CSS, Javascript, React.
Human Verification |
Newton School
September 2020 -
September
2020
This project is for human Verification. Six images are used out of which one image will repeat and asked to select the same images.Features: On every load the position of images will be changed and the repeating image will change too.Role: Developer | Tech Stack: Html, CSS, JavaScript.
TCP based chat server |
Self
October 2019 -
October
2019
Made a chat server working on Transmission Control Protocol .TCP based connection between client and server to chat. The data transferred remains intact and arrives in the same order in which it was sent.Implemented using Socket programming in C
Skills
Computer languages
JavaScript, CSS, HTML, Java, C++
Software Packages
React, Bootstrap
Soft Skills
Creativity
Co-Curricular Activities
Basketball U19 regional Vice Captain.Involvement in Green Revolution Global Program : An initiative by International center for culture & education to Educate, Inspire & Act against Climate Change.
Rank 562: Resume 1501 with similarity score 0.017695208031966964
Resume Text: B.E , MS , B.TECH project manager , senior developer , team member , certified scrum master , dialer , financial management , change management , full time , delivery manager , client liaison , program manager , project leader data warehousing , training , quartz , customer , office , platforms , conducting , project planning , cpg , status , stakeholder management , bridge , recorder , next gen , xml , client liaison , call routing , decommissioning , coordinated , forecasting , suite , thought leadership , contract management , task assignment , corrective actions , interfaces , critical thinking , designation , mar , csm , hindi , cloud , issue management , ltd , english , code review , management professional , budgeting , agile , screens , fixing , change management , capacity planning , strategy , resource management , completion , javascript , qtp , technology , quality processes , bfsi , html , reporting , optimization , scrum , interview , pay , affirmative action , project plans , data analytics , conflict resolution , membership , maintenance , escalation , security compliance , architecture , email , project delivery , credit bureau , android , invoicing , continuous improvement , icm , languages , balance , lotus domino , mobile , web , pmp , coaching , online , odc , streamlining , ruby , health , developments , revenue , ios , risk , authorization , teams , application , less , new opportunities , test automation , mainframe , electronics , led , problem solving , framework , kannada , offshore operations , python , reviews , schedules , metrics collection , lotus notes 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a47…
https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a470743465c5a01… 1/3
Current Designation: Consultant
Current Company: Tata Consultancy Services (TCS)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as Consultant
Dec 2002 to Till Date
Tata Consultancy Services Ltd. as Delivery Manager
Dec 2002 to Oct 2020
Project Planning and Delivery
Strategy & Thought Leadership
Stakeholder Management
Contract Management
Financial Management
Risk/Issue Management & Conflict resolution
Problem Solving/Critical Thinking
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Arun Ramu
PMP, CSM Delivery Manager seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Stakeholder
Management,Requirement Analysis,Solution
Architecture,Java,JSP,QTP,Ruby,JavaScript,VB Script,Phyton
Key Skills: Delivery Manager,Program Manager,Software Development,Application Programming,Application
Maintenance,Project Management,Stakeholder Management,Requirement Analysis,Solution
Architecture,Java,JSP,QTP,Ruby,JavaScript,VB Script,Phyton
Summary
Senior project management professional with 20 years of experience,
serving end customer spread across India, USA, UK, and APAC.
Managed medium, and large size customers in the BFSI, CPG and
Health Care domains. Worked as Delivery Manager, responsible for
Project Delivery, Stakeholder Management, Strategic & Thought
Leadership and Project Financial Management. Forge strong, lasting
relationships, serving as a bridge from the C-Suite level down to enduser
level. Practitioner of Waterfall methodology and SCRUM (AGILE)
framework
Led, managed and delivered projects through teams that have
worked on various platforms including Mainframe, Mobile (Android &
iOS), Data Warehousing, Lotus Domino, Online/Web (Java, JSP),
Contact Centre (VXML, Call Routing, Call Recording and Dialer),
Cloud and Test Automation (QTP, Ruby)
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a47…
https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a470743465c5a01… 2/3
Resource Planning & Management
Continuous Improvement & Training/Coaching
Tata Consultancy Services Ltd as Delivery Manager -IT
Dec 2002 to Oct 2020
Project Huntington National Bank, USA
Period Nov' 11 - Current
Position Program Manager
Work location Tata Consultancy Services Ltd., Bangalore
Responsibilities:
Single-handedly managing project planning and task assignment
Accountable for forecasting and revenue tracking as well as entire gamut of PMO activities inclusive of budgeting,
invoicing and governance
Carrying out the analysis of new opportunities and proposal submission; ascertaining metrics collection and Analysis and
streamlining corrective actions against concern areas
Recognising staffing and training requirements
Administering the technology release implementations and creating project plans in coordination with customer and
development team, support group, product, and operations
Liaising with HR team for staffing and training requirements
Spearheading the implementation of quality processes across team and ensuring risk, issue and change management
Tracking and mitigating risks, issue escalation to clients where necessary
Highlights:
Essayed a stellar role in the:
Set-up of offshore operations
Successful completion of external ODC audit for security compliance
Set-up of team of 50 members with revenue of $2MM
Project: AMEX Global Voice System
Period: Mar'06-Oct'11
Position: Project Manager
Work Location: Tata Consultancy Services Ltd., India and USA
Responsibilities:
Handled project planning and task assignment
Monitored assigned tasks against planned efforts, schedules and status reporting
Established the processes for quality, change and issue management
Prepared project budgeting, run rate analysis, forecasting and capacity planning
Involved in tracking and mitigating risks, issue escalation to clients where necessary
Responsible for interview and hire of new recruits for the projects
Metrics collection and analysis
Planning corrective actions against concern areas
Managed the defined processes, knowledge and configuration
Coordinated meetings between clients & offshore development team to provide status updates and other developments
Highlights:
Successfully integrated credit Bureau for European region
Efficiently commissioned dedicated link between AMEX and Credit Bureau
Holds the credit of implementing Next Generation Voice Response System for ANZ region
Significantly contributed in the implementation of:
Projects related to commissioning of new TFNs, configuration/routing to new skills using ICM, configuration of off-office
hours calls to overseas location
New call routing requirements for business
Projects related to call routing Optimization
Projects related to NICE Call Recorder
Carried out the commissioning/decommissioning of VDNs
Spearheaded the migration of Balance, Membership Rewards, Pay By VR, Merchants Application to Next Gen VR
Project: Lotus Notes Technology Competency Centre, Ameriprise, US
Period: Mar'06-Jun'06
Position: Project Leader
Work Location: Tata Consultancy Services Ltd., India
Responsibilities:
Shouldered the responsibility of handling:
Project planning and management
Request tracking
Resource management
Status updates with client and senior management
Client liaison
Identification of new opportunities and proposal submission
Project: Payment Switch Barclays Bank, South Africa
Period: Sep'05-Feb'06
Position: Team Member
Work Location: Tata Consultancy Services Ltd., India
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a47…
https://freesearch.naukri.com/preview/printResume?uname=934b57149f44aeddd0f64f3177a321240c09585119410a42574747595408044d100a470743465c5a01… 3/3
Responsibilities:
Designed web interface based on the 'Quartz' Screens
Responsible for developing, coding, code review and issue fixing of UI
Developed common interfaces, classes required for the JSP's
Responsible for conducting code reviews
Project: Development of Notes based and web based applications for Prudential Plc, UK.
Period: Feb'05-Aug'05
Position: Project Leader / Analyst / Team Member
Responsibilities:
Handled communication with the client for requirement collection
Involved in analysis & design of the projects
Satyam Computer Services Ltd as Senior Developer
Aug 2000 to Dec 2002
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sagar college of Engineering in 1999
Other Qualifications/Certifications/Programs:
Project Management Professional (PMP)
Certified Scrum Master (CSM)
Data Analytics
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Lotus Notes
MS-OFFICE
Lotus Script, Java
JSP, HTML, Javascript and XML 4 Year(s) 0 Month(s)
Python 0 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 563: Resume 821 with similarity score 0.017655855811209275
Resume Text: B.E , B.TECH web developer , associate , software developer , full time , professional engineer css , kubernetes , designation , ug , affirmative action , mysql , cloud , maintenance , authorization , bootstrap , status , architecture , email , project , application , aws , git , computer science , javascript , technology , amazon web services , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125…
https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125216405e55085… 1/2
Current Designation: Associate Software Professional Engineer
(React js developer)
Current Company: DXC Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 1 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
DXC Technology as Associate Software Professional Engineer (React js developer)
Jun 2020 to Till Date
QA Programmer as Web Developer
Jan 2020 to Jun 2020
UG: B.Tech/B.E. (Computer Science and Engineering) from SWAMI VIVEKANANDA INSTITUTE OF TECHNOLOGY,
HYDERABAD in 2020
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Kalakonda Saicharan
Associate Software Professional Engineer seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JAVA,AWS,HTML,CSS,Bootstrap,JavaScript,REACT Js,MySQL,Git
Key Skills: Associate Software Professional Engineer,Software Developer,Software Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,AWS,HTML,CSS,Bootstrap,JavaScript,REACT Js,MySQL,Git
Summary
Result-oriented Professional with over 1 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,AWS,HTML,CSS,Bootstrap,JavaScript,REACT Js,MySQL,Git.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125…
https://freesearch.naukri.com/preview/printResume?uname=9f64f9aafd2a056cf340395377a323cd5a5f005043155c120113125b080c0543410d125216405e55085… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JAVA
AMAZON Web Services
HTML, CSS
BOOTSTRAP
JavaScript
React js
MySQL
GIT
Cloud Watch
Kubernetes
Rank 564: Resume 1351 with similarity score 0.017647832801352292
Resume Text: MS , BS inspector , cloud architect , cyber security , technology professional , information security architect , balancer , devops , infrastructure architect , account manager , change management , full time , senior consultant , aws solution architect , aws architect , it consultant customer , docker , loss prevention , status , sap , plus , checklists , symantec , data center , negotiation , vulnerability management , vss , devops , designation , pre-sales , hindi , information security , english , cloud security , budgeting , project , leadership , solution architecture , gap , change management , flow , capacity planning , strategy , professional services , cirrus , itil , process automation , vmware , javascript , cyber security , proposition , general , performing , data migration , vendors , affirmative action , information technology , nt backup , rbac , public , utilization , service delivery , iaas , file servers , strategic planning , paas , email , fiserv , aws , siem , operations , saas , art , windows nt , norway , premises , languages , microsoft exchange , load balancing , esxi , commerce , it infrastructure management , high availability , migrating , credit , ug , telecom , qualys , hybrid cloud , firewall , mcafee , azure , authorization , risk , virtualization , scalability , record , matrix , application , remediation , led , s3 , framework , storage , tripwire , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c13…
https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c1304424258585d… 1/3
Current Designation: Senior Cloud Architect
Current Company: TietoEVRY
Current Location: Pune
Pref. Location: United Kingdom (UK),Pune,Norway
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
TietoEVRY as Senior Cloud Architect
Jan 2020 to Till Date
Key Result Areas:
? Directing entire gamut of Solution Architect & Consultant activities inclusive of establishing new processes &
checklists for preforming data migration of the solutions on AWS and Azure Cloud using Terraform Tool
? Coordinating and collaborating with the Account Manager and Customers for:
o Developing & articulating value proposition for customer opportunities on AWS Cloud
o Mapping the requirements to translate them into Full stack AWS solution
? Establishing and executing strategy and solutions on AWS cloud in coordination with the Client Stakeholders
(Business, IT and Application)
? Suggesting appropriate technology-based solutions for enhancing functional efficiency and achieving business
excellence
? Spearheading Pre-sales activities inclusive of responding to RFPs, creating POCs on Azure & AWS Cloud as per the
client's requirement; leading the planning & implementation of SAP on Azure / AWS PoC's for Customers using Terraform
? Performing the necessary leadership, analysis, design tasks related to development of an solution architecture;
assessing and migrating large scale customer on premises infrastructures using Azure Migrate, Cloudamize & other 3rd
Party Tools
? Managing the implementation of network and infrastructure-related projects entailing:
o Premises servers & applications migration to Azure and AWS cloud using Azure migrate, ASR and Cloudamize tools
o Public (Azure & AWS) cloud including cloud security using CloudFlare (CASB), IAM, GuardDuty, Inspector including
GDPR, HIPPA
? Entrusting with responsibilities of extending support towards managing state of art data centre with multiple
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
Vjendra Khole
Multi Cloud Architect / IT Head / Manager / Infrastructure Architect / Senior Consultant
Key Skills: Multi Cloud Architect, Infrastructure Architect, Management, Cloud Migration, Cloud Security, Cyber Security,
Networking, ITSM, Azure, AWS, IaaS, PAAS, SAAS,Devops,CI-CD
Summary
Technology professional with extensive experience of nearly 16 years plus in Information Technology Service Delivery (ITSM),
Service Management, IT Infrastructure Management, Installation and Configuration of IT Networks. Expertise in working on
Cloud Technologies including AWS, MS Azure, Cloud Security and others; technical expertise in VPC, S3, ELB, IAM, Auto
Scaling, RDS, SAML-SSO, IaaS, PaaS & SaaS, Azure-AD, RBAC, Networking, Firewall, Hybrid Cloud, High Availability and DR.
Experience in executing data center projects in analyzing & migrating, providing cloud solutions, solution identifications &
hosting solutions ensuring smooth vendors coordination & interactions, adhering to various vendor, commercial & services level
agreements including designing architecture, deployment & migration.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c13…
https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c1304424258585d… 2/3
technologies
? Showcasing skills in delivering end-to-end data centre service solutions to the customers; integrating data loss
prevention and vulnerability management tools (McAfee & Symantec, Tripwire & Qualys) into SIEM
? Working on ITIL framework which includes incident management, change management, capacity planning, service
improvement plans, procedures, compliance & implementing industry best practices
? Contributing to the strategic planning, budgeting, development, implementation, and enforcement of IT operational
procedures, policies, and standards associated with cybersecurity, system capacity planning, backup strategy, system
utilization; leading various datacenter technologies including servers, networking, storage, security, firewall, directory
services, HA, DR, load balancing, monitoring, scalability and performance
? Comprehensive understanding of professional services, technical delivery of large-scale cloud and infrastructure
projects across matrix environments, complex migration problems to address data centre technology (cloud, virtualization,
storage, compute, backup, network, security and applications). Led the creation and deployment of cloud-based systems
that were scalable, secure and aligned with company-wide business and IT objectives. Acted as a Solutions Expert with
skills in supervising variety of activities such as designing solutions as per client needs, providing pre-sales support,
migrating application to cloud, DevOps, ensuring on time delivery, implementing process automation & engineering and so
on.
? Solutions driver who bridges the gap between business and technology with expertise in managing complex programs
and multiple concurrent projects with specialization. Rich expertise in working on SaaS and IaaS Cloud Platform, Cloud
Security entailing IAM, Congnito, Docker, Micro services on AWS Cloud; proficiency in C2C - Azure to AWS cloud
migration using Cloud Endure and Infrastructure designing & Implementation on AWS Cloud. Possess excellent
interpersonal, analytical and negotiation skills with proven track record of utilizing process-oriented approach towards the
accomplishment of cost, profit, service and organizational goals.
Cirrus Labs as AWS Architect
Jan 2019 to Aug 2019
Key Result Areas:
Directing entire gamut of Solution Architect & Consultant activities inclusive of establishing new processes & checklists for
preforming data migration of the solutions on AWS and Azure Cloud using Terraform Tool
Coordinating and collaborating with the Account Manager and Customers for:
Developing & articulating value proposition for customer opportunities on AWS Cloud
Mapping the requirements to translate them into Full stack AWS solution
Establishing and executing strategy and solutions on AWS cloud in coordination with the Client Stakeholders (Business, IT
and Application)
Suggesting appropriate technology-based solutions for enhancing functional efficiency and achieving business excellence
Spearheading Pre-sales activities inclusive of responding to RFPs, creating POCs on Azure & AWS Cloud as per the
clients requirement; leading the planning & implementation of SAP on Azure / AWS PoC's for Customers using Terraform
Performing the necessary leadership, analysis, design tasks related to development of an solution architecture; assessing
and migrating large scale customer on premises infrastructures using Azure Migrate, Cloudamize & other 3rd Party Tools
Managing the implementation of network and infrastructure-related projects entailing:
Premises servers & applications migration to Azure and AWS cloud using Azure migrate, ASR and Cloudamize tools
Public (Azure & AWS) cloud including cloud security using CloudFlare (CASB), IAM, GuardDuty, Inspector including
GDPR, HIPPA
Entrusting with responsibilities of extending support towards managing state of art data centre with multiple technologies
Showcasing skills in delivering end-to-end data centre service solutions to the customers; integrating data loss prevention
and vulnerability management tools (McAfee & Symantec, Tripwire & Qualys) into SIEM
Working on ITIL framework which includes incident management, change management, capacity planning, service
improvement plans, procedures, compliance & implementing industry best practices
Contributing to the strategic planning, budgeting, development, implementation, and enforcement of IT operational
procedures, policies, and standards associated with cybersecurity, system capacity planning, backup strategy, system
utilization; leading various datacenter technologies including servers, networking, storage, security, firewall, directory
services, HA, DR, load balancing, monitoring, scalability and performance
Fiserv India as System Engineering
Nov 2016 to Jan 2019
Key Result Areas:
Spearheaded the Network Firewall rules; gained knowledge on F5 load balancer and defined the Application flow to
communicate on Networking Infrastructures
Imparted assistance towards Network Operations with developing secure system baseline Configurations; managed
Security Vulnerabilities and Compliance project
Extended support to the Information Security Architect in design and management of a secure network infrastructures
Led the development and execution of corrective action plans and remediation plans when issues are identified in order to
mitigate the risk of exploitation
UG: B.Com (Commerce) from Madhya Pradesh Bhoj University in 2006
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c13…
https://freesearch.naukri.com/preview/printResume?uname=b7ae92473a29a036a35d1406e6e56b4c595c0f574c1201190013450b095a544e1b0c1304424258585d… 3/3
Other Qualifications/Certifications/Programs:
AWS Solution Architect
Nature of Employment: Full Time
Project Location: Pune
Role: Other
Duration: Apr 2014 - Dec 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
VSS, Windows NT Backup
VMware Esxi
DNS /DHCP/ IIS/ File Servers
Microsoft Exchange
ms azure
VPC, S3, ELB, IAM
Auto Scaling, RDS
SAML-SSO, IaaS, PaaS & SaaS
Azure-AD, RBAC
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: Security Vulnerabilities Poject
Client: Credit Suisse
Role Description: Senior IT Consultant
Project Details: Security Vulnerabilities remediation using Tripwire 3rd party tool
Rank 565: Resume 1077 with similarity score 0.01762787989965167
Resume Text: BSC , BS , B.E , MS , B.TECH application support , solutions architect , operator , devops , software developer , cloud engineer , full time , associate software engineer training , customer , security , conducting , linux , test cases , status , shipping , root , vbscript , testing , fast food , features , clear , infrastructure , supply chain , operating systems , client accounts , workflow , nissan , automation , devops , powershell , stabilization , access , designation , scripting languages , hindi , investigation , json , english , troubleshooting , wpf , project , video , provisioning , solution architecture , scenario , c++ , git , research , javascript , general , developers , affirmative action , cooking , test scripts , maintenance , utilization , alm , instrumentation , email , aws , configuration management , tracking systems , hp , technology solutions , block diagrams , management system , patch management , jenkins , ug , authorization , excel , c# , virtualization , embedded , application , yum , cold storage , electronics , materials , ecs , s3 , servers , parsing , python , cloud computing , orchestration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b185…
https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b18514248590e0c5… 1/3
Current Designation: AWS Cloud Engineer
Current Company: DXC Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
DXC Technology as AWS Cloud Engineer
Jul 2019 to Till Date
Manage different client accounts from different geographical areas.
Handle escalations and performs thorough troubleshooting/investigation and applies immediate fix for incident/issue
resolution. Working knowledge on S3, IAM, ECS using Fargate, CloudWatch, Lambda.
Working knowledge on all AWS compute services.
Deployment activities using Cloudformation.
Developing infrastructure automation using scripting languages like Python/Powershell to improve the client model.
Mentor non-senior techs for best practices and provided comprehensive SOPs for different issues and scenarios.
Working knowledge on Devops tools like Jenkins.
COGNIZANT TECHNOLOGY SOLUTIONS as Associate Software Engineer
May 2014 to Jul 2019
Associated with the conceptualization and formalization of solution approach for an integrated delivery platform keeping in
mind the various technical and non- functional aspects like security, performance and error recovery scenario.
Responsible for End-to-End Implementation which includes setting up servers, DB configuration and creating workflow as
per design. Conducting a post implementation review with project owners and clients to take the implementation to the
sign off.
Conducting training session for the end user/project team to enable them.
Supporting post implementation queries Identified and tracked defects with HP ALM and supported developers in
resolving problems by completing additional tests.
Debugged code and located root causes of problems by reviewing configuration files and logs.
Created accurate and efficient test scripts using VBScript to manage automated testing of certain products and features
Last Active: 2-Feb-21 Last Modified: 28-Jan-21
SANJANA SARANGI
Engineer seeking roles in Software Engineering,Solution Architecture,Incident
Management,Patch Management,Configuration Management,Defect
Management,Requirement Gathering,Application Support,Cloud
Computing,Troubleshooting,Python,Linux,AWS,C++
Key Skills: AWS Cloud Engineer,Software Developer,Software Engineering,Solution Architecture,Incident
Management,Patch Management,Configuration Management,Defect Management,Requirement Gathering,Application
Support,Cloud Computing,Troubleshooting,Python,Linux,
Summary
Enthusiastic AWS Cloud Engineer eager to contribute to team success through hard work, attention to detail and excellent
organizational skills. Clear understanding of AWS Infrastructure and development and training in Devops. Motivated to learn,
grow and excel in Cloud.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b185…
https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b18514248590e0c5… 2/3
Created TUI for RF module using NCurses.
Code development and json parsing using C++. Enhanced and reconstructed computer systems resulting in 99%
increased efficiency for business end-users.
Authored code fixes and enhancements for inclusion in future code releases and patches.
Created the UI of the application using WPF
Actively involved in the code development using C#
Maintained existing applications and designed and delivered new applications.
Created block diagrams and logic flowcharts to plan coding projects.
UG: B.Tech/B.E. (electronics and instrumentation) from Institute of technical education and research in 2013
PG: in 0
Other Qualifications/Certifications/Programs:
AWS Solutions Architect Associate
Nature of Employment: Full Time Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Linux 2 Year(s) 0 Month(s)
Operating Systems &Excel
Cloud Computing 2013 4 Year(s) 0 Month(s)
VIRTUALIZATION
AWS 0 2 Year(s) 0 Month(s)
devops 0 0 Year(s) 6 Month(s)
GIT 0 0 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Odia Expert
Projects
Project Title: AWS Cloud- Multiple Customer accounts
Client: Nissan
Project Details: - Working on AWS infrastructure for the client.
- Maintainence and provisioning of services
- Deployments using Cloudformation
- Access management using IAM
- Storage using S3, RDS
- Implementation and orchestration using ECS-Fargate
- Working with Devops tools
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b185…
https://freesearch.naukri.com/preview/printResume?uname=15cd96ae1d1a243aad30f425286290c60b0f0e571e135f420044405c5a0f564e405b18514248590e0c5… 3/3
Nature of Employment: Full Time Duration: Oct 2016 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2015 - Sep 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2014 - Nov 2014
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: iTDP(Intelligent Test Delivery Platform)
Client: COGNIZANT TECHNOLOGY SOLUTIONS
Project Details: This project has multiple customer implementations going on and each instance has to
be validated in a consistent manner. iTDP was identified for implementation in this
project to standardize on the delivery approach. Automation test cases created by the
team would be used by iTDP to trigger unattended execution runs on a regular basis.
Any failure would be highlighted on the next working day and will help early code
stabilization.
Project Title: E-WMS (Warehouse Management System)
Client: COGNIZANT TECHNOLOGY SOLUTIONS
Project Details: e-WMS is a J2EE application developed for United States Cold Storage, USA. Its a key part of the
supply chain and primarily aims to control the movement and storage of materials within a warehouse and process
the associated transactions, including shipping, receiving, put away and picking. The systems also direct and
optimize stock put away based on real-time information about the status of bin utilization. E-WMS monitors the
progress of products through the warehouse. It involves the physical warehouse infrastructure, tracking systems,
and communication between product stations.
Project Title: Yum!
Client: COGNIZANT TECHNOLOGY SOLUTIONS
Project Details: Yum! is an operator of fast food restaurants which also includes KFC for which they needed a tablet
application. Through that application we needed to choose between different food items which will help in cooking
of the food items in real time and also should provide with a video embedded demonstrating the process along with
a timer.
Rank 566: Resume 805 with similarity score 0.017622909673610042
Resume Text: B.E , MS , B.TECH , BS project lead , senior software engineer , full time , team lead , systems engineer react.js , general , credit , jenkins , healthcare , css , microsoft azure , testcomplete , designation , ug , visual studio , mar , affirmative action , flash , tortoise svn , web api , scratch , technology services , databases , hindi , maintenance , pos , customer requirements , windows , jquery , fxcop , business logic , english , authorization , node.js , code review , wpf , status , paas , architecture , c# , bosch , email , project , specifications , application , mongodb , angularjs , star , new account opening , bengali , redis , .net core , testing , electronics , stored procedures , d3.js , sql azure , flow , design patterns , winforms , storage , cerner , asp.net , research , html5 , languages , cosmos , sql server , uml , money , web pages , javascript , franchise , apps , telemetry , etl , customer interaction 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 1/4
Current Designation: Software Engineer
Current Company: Microsoft Corporation
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Bengaluru /
Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Microsoft Corporation as Software Engineer
Oct 2018 to Till Date
Responsibilities:
9 years of experience in software development using Microsoft Technologies like C#, Angular6, React, .NET Core, Web
API, SQL Server, Azure data FactoryV2
Working with Azure Fuzzy Search & Azure Cognitive service.
Implementing Telemetry to proactively monitor the application failure points for each feature.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Soumava Barman
10 years of experience in software development using Microsoft Technologies like C#,
Angular6, React, .NET Core, Web API, SQL Server, Azure data FactoryV2
Working with Azure Fuzzy Search & Azure Cognitive service.
Key Skills: c#,sql server,redis,loopback api,css,microsoft azure,sql azure,etl,azure ml studio,.net core 2.2,Azure Fuzzy
Search,Angular6,NodeJS,D3.Js,React.Js,Node.Js,Cosmos,MongoDB,Javascript,API
Summary
10 years of experience in software development using Microsoft Technologies like C#, Angular6, React, .NET Core, Web API,
SQL Server, Azure data FactoryV2
Working with Azure Fuzzy Search & Azure Cognitive service.
Implementing Telemetry to proactively monitor the application failure points for each feature.
Creating Accessible UI using React
Involved in peer to peer code review, provide feedback and develop team knowledge
Excellent knowledge of Microsoft Azure. Azure PaaS offerings. Function Apps, App Service, Azure Search,
Cognitive Services, Cosmos DB, Azure SQL, Azure storage (Blob, Queue, Table, File Share), API Management, Traffic
manager, Azure Front Door.
Expertise in website development using Angular JS, Angular 4 and Angular 6, React, JavaScript, jQuery, HTML5, CSS.
Manage the software development cycle, including research, architecture, development, testing, release, upgrades.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 2/4
Creating Accessible UI using React
Involved in peer to peer code review, provide feedback and develop team knowledge
Excellent knowledge of Microsoft Azure. Azure PaaS offerings. Function Apps, App Service, Azure Search,
Cognitive Services, Cosmos DB, Azure SQL, Azure storage (Blob, Queue, Table, File Share), API Management, Traffic
manager, Azure Front Door.
Expertise in website development using Angular JS, Angular 4 and Angular 6, React, JavaScript, jQuery, HTML5, CSS.
Manage the software development cycle, including research, architecture, development, testing, release, upgrades.
Cerner Healthcare Solutions as Senior Software Engineer
Jul 2017 to Oct 2018
Development and maintanance of windows application for hospital labs.
Robert Bosch as Senior Software Engineer
Feb 2016 to Jul 2017
Development of Windows based applications FODP2
Short Description :
It is a windows based application which is used by End of Line station to check, verify and service of a vehicle and track all
details of the company vehicles.
We gather customer requirements, and develop according to that and flash our code into their test hardware, after
success signoff of their testing we flash our code to their production hardware
Role: Development , Designing,Customer Interaction
Client : Ford
Tools : Microsoft Visual Studio 2010 and Visual Studio 2012 and SQL Server 2008 , SVN , Venus
Technology : C#, WPF
Team Size : 14
Responsibilities :
Involved with client meeting in gathering the requirements, design the UML using star uml, verified by client. Develop
class diagram and activity diagram. Involved in development.
L&T Technology Services as Senior Software Engineer
Jul 2014 to Feb 2016
Development of a web application Named LnTVendingSystem
Short Description :
It is a windows based application which is beneficial for Utility to collect money and track details for all the consumer who
opt for smart prepaid electric meter. Admin also can track builder/franchise. POS can generate credit token for consumer
and they will be able to recharge his electric meter by his own.
Role: Development from scratch
Client : L&T
Tools : Microsoft Visual Studio 2010 and SQL Server 2008 , SVN , FxCop , Jenkins , TestComplete
Technology :C# , Winforms , sql server
Team Size : 6
Responsibilities : working as a team lead
Involved with client meeting in gathering the requirements, design the UML using star uml, verified by client. Develop
class diagram and activity diagram. Involved in development fully, alone developed 80% of this application with Three tier
architecture. Trained my two junior team members technically and integrate their module with project. Successful delivery
of phase1 in 2 month. Designed RDLC for reports
TATA Consultancy Services as Systems Engineer
Mar 2011 to Jan 2014
Designing and Development of TMK application using Win Forms and C#
Short Description :
It is a windows application to serve customers for their requirements like request for new credit card, Debit card etc.
Role: Development and Maintenance.
Client : Bank of America
Tools : Microsoft Visual Studio 2005 and SQL Server
Technology :, Win Form , Sql Server2000
Team Size : 7
Responsibilities :
Worked as designer and programmer and analyzed user specifications for workability.
Designed with Win Forms.
Coded Business logic in C#.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 3/4
Designed databases and wrote Queries, Stored Procedures in SQL 2005.
Development of WBAR application using C#/ASP.NET
Short Description :
It is a web application for customers for new account opening purpose.
Role : Development
Client : Bank of America
Tools : Microsoft Visual Studio 2005 and SQL Server
Technology : ASP.NET 3.5 , SQL Server 2005
Language : C#
Team Size : 7
Responsibilities :
Worked as programmer to understand the business flow.
worked in critical enhancements
Designed Web pages with ASP.NET.
Coded Business logic in C#.
UG: B.Tech/B.E. (Electronics/Telecommunication) from West Bengal University of Technology (WBUT) in 2009
PG: in 0
Other Qualifications/Certifications/Programs:
Certified ScrumMaster(CSM)
Education
IT Skills
Skill Name Version Last Used Experience
React.js 2020 1 Year(s) 3 Month(s)
C# 4.0 2017 6 Year(s) 0 Month(s)
WPF 4.0 2017 3 Year(s) 2 Month(s)
Redis cache 2019 0 Year(s) 6 Month(s)
.Net Core 2020 1 Year(s) 6 Month(s)
WINFORMS 2018 6 Year(s) 0 Month(s)
Loopback API 2019 0 Year(s) 6 Month(s)
Design Patterns 2018 3 Year(s)
AngularJs 2020 0 Year(s) 8 Month(s)
SSAS 2017 2019 0 Year(s) 8 Month(s)
Tortoise SVN 2018
SQL Server 2017 2019 4 Year(s)
Azure Data Factory v2 2019 0 Year(s) 8 Month(s)
Azure ML Studio 2019 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Bengali Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c1…
https://freesearch.naukri.com/preview/printResume?uname=befd2397a05d70b34c975a741072895850590e5048400f140b421050540b5648150c150410475b5d0e… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Hindi Proficient
Rank 567: Resume 1321 with similarity score 0.017595890698068647
Resume Text: B.E , MS , B.TECH , BS application developer , senior software engineer , devops engineer , full time version control , security , docker , linux , gateway , energy , status , bug tracking , awk , continuous integration , xml , artifacts , nagios , writing , components , obc , building , network monitoring tools , infrastructure , amazon web services , automation , ansible , amazon ec2 , devops , kubernetes , access , designation , pattern matching , amazon s3 , hindi , cloud , cluster , json , english , troubleshooting , web applications , gas , groups , provisioning , playbook , pipelines , yaml , chart , code coverage , sonarqube , amazon ebs , javascript , grep , technology , sed , continuous delivery , optimization , command , groovy , affirmative action , samsung , data analytics , amazon vpc , freestyle , public , maintenance , unix , nexus , architecture , email , tomcat , business intelligence , aws , configuration management , ubuntu , ad-hoc , web servers , amazon rds , github , maven , languages , oil , jira , search , api , codes , high availability , jenkins , health , routing , ami , apache , authorization , internet , enterprise , record , ci , electronics , shell scripting , storage , repository management , python , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c095518110040…
https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c0955181100400316135d5d00… 1/3
Current Designation: Cloud DevOps Engineer
Current Company: GE
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: Oil and Gas/Power/Infrastructure/Energy
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
GE as Cloud DevOps Engineer
Sep 2019 to Till Date
Experience working with Data Analytics & Business Intelligence team.
Working with Sisense tool in Dev, Sandbox, Staging and Production environments which is hosted in AWS.
Working with Kubernetes clusters and maintaining it in AWS EKS and in BareMetal.
Experience of creating clusters using eksctl tool in AWS EKS.
Having experience on writing manifest files for different resources in Kubernetes.
Using Helm chart to deploy our Sisense package to Kubernetes cluster.
Having experience on working with Terraform to provision various resources in AWS.
Writing Python API scripts for automation of Sisense environments.
Samsung R&D Institute India as Senior Software Engineer
Jan 2018 to Sep 2019
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Deepak Kumar Sahu
DevOps Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,AWS,Jira,Ant,Maven,Git,Jenkins,Ansible,Spinnaker,Docker,Kubernetes,Python,Shell
Scripting,Nagios
Key Skills: Software Configuration Management,Build Management,Release Management,Continuous
Integration,Application Deployment,AWS,Jira,Ant,Maven,Jenkins,Ansible,Spinnaker,Docker,Shell
Scripting,Nagios,GIT,Terraform,Python,Kubernetes,Sonarqube,Nexus
Summary
Having nearly 5 years of work experience in Amazon Web Services and DevOps tools.
Building Cloud architecture for scalable solutions - Good experience in AWS and building highly available solutions in cloud.
Knowledgeable in EC2, EBS, ELB, Autoscaling, S3, VPC, RDS, IAM, Route53.
Continuous Delivery - Experience working in continuous delivery model, which includes tools like Git, Jira, Ant, Maven, Jenkins,
Ansible, Spinnaker, Docker and Kubernetes.
Version Control System and Source Code Management - Git and Github.
Continuous Integration - Building Jenkins Pipeline using Maven and Ant build tool.
Configuration management - Good experience in writing Ansible playbooks.
Scripting - Using Shell scripting or Python Scripting to automate manual work.
Monitoring Tool - Configuring Nagios server and checking the health status of services and servers.
Multi Cloud Deployment Tool - Building deployment pipelines using Spinnaker.
Container and Orchestration - Using Docker and Kubernetes clusters.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c095518110040…
https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c0955181100400316135d5d00… 2/3
Experience working in Continuous Integration and Continues Delivery model, which includes tools like Jira, Git, Maven,
Jenkins, Ansible, Spinnaker and Docker.
Experience in using GIT for Version Control.
Creating freestyle projects and pipelines in Jenkins to build and deploy web applications to different environment like Dev,
QA, Staging and Prod.
Writing Jenkinsfile for CI/CD Pipeline.
Managing Jenkins Users and Security. Having knowledge on Jenkins Operation Centre with High Availability and Jenkins
Master-Slave architecture.
Having exposure to tools like Jira for Task/Bug Tracking, SonarQube for Static Code Analysis, Nexus for Artifacts
Repository Management and JaCoCo for Code Coverage.
Writing Maven script according to the requirement and integrating with Jenkins for continuous integration process.
Understanding of java, xml, groovy, json and yaml codes.
Having experience of executing Ansible Ad-Hoc commands and playbooks against multiple nodes.
Experience in using Docker Container in test environment.
Experience in writing Dockerfile to build Docker Container.
Have experience on tomcat application server.
Having experience on Linux Administration and writing shell scripts.
Experience of AWS services like EC2, S3, ELB, Autoscaling, Route53, RDS, IAM, VPC.
Working in IAM user, group, roles and polices also creating S3 bucket policies with JSON script.
Creating different record sets for hosted zones in Route53.
Administering & setting up VPCs specific to environment and its components
e. IGW, Subnets, NAT Gateway, VGW, Route Tables, Security Groups, NACL.
Have written Python scripts for Cost Optimization in our AWS environment.
Hewlett Packard Enterprise as AWS DevOps Engineer
Jan 2016 to Jan 2018
Experience in environment set-up in AWS.
Using different types of AWS AMI, mostly Ubuntu.
Experience working in continues delivery model, which includes tools like Git, Ant, Jenkins and Ansible.
Using Git for source code management.
Creating freestyle jobs and pipelines in Jenkins to deploy web applications to the tomcat container.
Writing ANT script according to the requirement.
Provisioning servers and installing required software in multiple EC2 hosts with Ansible playbook.
Having experience in remote deployment using Ansible.
Experience in Linux/Unix installation, configuration, troubleshooting Redhat, Ubuntu.
Knowledge in network monitoring tools like Top, PS.
Implementing monitoring for Linux machines with the help of Nagios.
Hands on experience Disabling and Enabling the Services.
Experience in patching and package installation in ubuntu.
Usage of pattern matching and search command grep, sed and awk.
Hands-on experience on web servers like Tomcat and Apache etc.
Hands-on experience on python boto3 module to manipulate AWS services.
Experience on handling traffic on the cloud.
Experience in AWS EC2 instances. Launching of multiple EC2 instances, also stopping, starting and terminating the
instances on scheduled basis.
Having knowledge of AWS storage, Networking and Identity and Access management.
Managing of S3 life cycle with IA-S3 and Glacier.
Administering & setting up Security groups & VPCs specific to environment.
Setting up VPC and its components: Internet Gateway, Network ACL, Security Group, Subnet and Route Table.
Managing private and public subnet in AWS as per the request.
Configured NAT Gateway in AWS.
Setting different types of routing policies in Route53
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2015
Other Qualifications/Certifications/Programs:
AWS Certified SysOps Administrator
Certified Kubernetes Application Developer
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c095518110040…
https://freesearch.naukri.com/preview/printResume?uname=094def7a8b775eb8ab8db02e89e75990510e5d001c455d185011445e5c0955181100400316135d5d00… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
AWS 2019 4 Year(s) 0 Month(s)
Amazon EC2 2019 4 Year(s) 0 Month(s)
AMAZON S3 2019 4 Year(s) 0 Month(s)
Amazon RDS 2019 4 Year(s) 0 Month(s)
ANT 2019 4 Year(s) 0 Month(s)
Amazon VPC 2019 4 Year(s) 0 Month(s)
IAM 2019 4 Year(s) 0 Month(s)
Route53 2019 4 Year(s) 0 Month(s)
Amazon Glacier 2019 4 Year(s) 0 Month(s)
NAGIOS 2019 4 Year(s) 0 Month(s)
Python 2019 4 Year(s) 0 Month(s)
Ansible 2019 4 Year(s) 0 Month(s)
Jenkins 2019 4 Year(s) 0 Month(s)
GIT 2019 4 Year(s) 0 Month(s)
Amazon ELB 2017 4 Year(s) 0 Month(s)
Amazon EBS 2019 4 Year(s) 0 Month(s)
DOCKER 2019 4 Year(s) 0 Month(s)
Unix/Linux 2019 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Oriya Expert
Rank 568: Resume 1459 with similarity score 0.017594353112707337
Resume Text: B.E , MS , B.TECH devops , technology analyst , full time , software developer distributed teams , web development , web apps , general , dependency injection , devops , entity framework , visual studio code , css , asp.net web api , designation , asp.net mvc , use case , tamil , affirmative action , web services , technical architecture , maintenance , azure , ltd , augmented reality , business logic , jquery , authorization , english , web applications , bootstrap , status , c# , agile , licensing , email , water , infosys , modular , angularjs , .net core , biztalk , github , drools , gitlab , technical design , design patterns , accessibility , repository , languages , html5 , pwa , sql server , sonarqube , web pages , javascript , microsoft dynamics crm , technology , .net framework , registration , proof , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d415819…
https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d4158195019410b080d… 1/2
Current Designation: TECHNOLOGY ANALYST
Current Company: INFOSYS Limited
Current Location: Trichy
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
INFOSYS Limited as TECHNOLOGY ANALYST
Oct 2013 to Till Date
Responsibilities:
* Analysis of Use cases/Gaps and created technical design from the requirement.
* Implement complex business logic in .Net applications using C#.
* Created ASP .Net MVC Web applications using .Net Framework and .Net Core.
* Interfaced .Net applications with external systems such as Drools Rules Engine, BizTalk & Microsoft Dynamics CRM.
* Integrated various tools and frameworks into the .Net Solution like SonarLint, AngularJS, Bootstrap.
* Developed responsive and intuitive Web pages using ASP.Net Razor, HTML5, CSS, JavaScript & AngularJS, and
Bootstrap.
* Created RESTful Web Services that expose business layer services to the Web Applications.
* Created solutions that implement a modular architecture and achieve loose coupling by leveraging Design patterns
such as Dependency Injection, Repository & CQRS pattern.
* Created reusable SQL Server Database Scripts that can be consumed by the Data layer classes of .Net applications.
* Implemented WCAG Accessibility standards in Web applications.
* Created Proof of Concepts in the Driver Licensing and Vehicle Registration Domain using Augmented Reality and
PWA.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SRIRAM PALANIVEL PRAGASAVEL
Technology Analyst seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Agile Methodology,Web Development,ASP.Net,Azure,Visual
Studio,GIT,HTML,CSS,SQL
Key Skills: Technology Analyst,Software Developer,Software Development,Application Programming,Requirement
Gathering,Client Management,System Analysis,Technical Architecture,Agile Methodology,Web
Development,ASP.Net,Azure,Visual Studio,GIT,HTML,CSS,SQL
Summary
* Working as a Full Stack.Net Developer at Infosys Ltd. for the past 7 years.
* Extensive experience on working in C#, ASP .Net Core MVC, ASP .Net MVC & WebAPI, HTML5, JavaScript, jQuery,
AngularJS, CSS, Bootstrap, and SQL Server in both Agile and Water Fall model projects.
* Created Proof of Concepts in and Augmented Reality, Progressive Web Apps & Use case in ML.Net.
* Proficient communication skills and ability to co-ordinate and work in geographically distributed teams.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d415819…
https://freesearch.naukri.com/preview/printResume?uname=3902a680cd615ee941c9657dc0529f4d5c5b5b054d410f470411100c090f504d4158195019410b080d… 2/2
UG: B.Tech/B.E. (Computers) from Saranathan College of Engineering, Tiruchirapalli in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C#, VB
ASP.net MVC, Asp.net Web API
ASP .NET Core
ASP.Net Razor, HTML5, CSS
BOOTSTRAP
JavaScript, JQuery, Angularjs
Progressive Web Apps
MS SQL Server, ADO .Net
Indexed DB, Entity framework
Azure DevOps
Visual Studio, SSMS, Visual Studio Code
Git, GitHub, GitLab, TFS, Azure DevOps
Drools, SonarQube/SonarLint, BizTalk
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 569: Resume 1453 with similarity score 0.01758264541351584
Resume Text: B.E , MS , B.TECH , M.TECH locator , senior specialist , associate , tax analyst , software developer , automation developer , change management , full time , part time , business systems analyst automation , manual testing , telugu , matching , incorporation , sikuli , fusion , citrix , designation , income tax , affirmative action , health , web services , hindi , business systems , readiness , terminal , digital , authorization , english , client/server , autoit , thomson reuters , status , excel , software testing , bot , email , project , application , windows 10 , chrome , less , state tax , steps , xml , emulator , bridging , change management , flow , visio , chat , languages , business process , selenium , javascript , p2p , windows 7 , insurance 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f15…
https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f150718430e5b0c0… 1/3
Current Designation: RPA Developer
Current Company: JP Morgan Chase
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
JP Morgan Chase as RPA Developer
May 2020 to Till Date
* Project 1: GoSmart Automation Tool
Role: Automation Developer
Tools & Technologies: Selenium & Sikuli Using Java.
Description: Based on the business requirement automated the business manual steps to complete efile of an individual or
an organisation for multiple state tax jurisdictions, also enhancing the tax locator's information from prior Tax year to
current tax year, where the automatic information of taxpayer flows for the readiness of the current tax year efile on web
application.
Project 2: BOHR
Role: Automation Developer
Tools & Technologies: Selenium & Sikuli Using Java.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
VIMESH R R
RPA Developer seeking roles in RPA Development,Design Development,Software
Testing,Manual Testing,Automation Testing,Project Management,Change
Management,Requirement Gathering,Solution Design,Technical Support,Process
Automation,Selenium,Java
Key Skills: RPA/Software Developer,RPA Development,Design Development,Software Testing,Manual Testing,Automation
Testing,Project Management,Change Management,Requirement Gathering,Solution Design,Technical Support,Process
Automation,Selenium,Java
Summary
Having over all 8.3 years of experience in IT industry.
Current 3 years of experience in RPA Development, 3.3 years of Software Manual & Automation Testing Experience for Tax &
Accounting Product & 2 years of experience as Tax Analyst.
Hands on Experience and End to end RPA life cycle development using Automation Anywhere & Work Fusion.
Having Knowledge on recent Automation Anywhere A2019 Web based digital workforce platform.
Having Good Knowledge on Tax & Accounting Domain for entities like 1040(Individual Income Tax), 1065(Partnership Tax) &
1120(S corp & C corp Tax)
Experienced in Bot development for complex business process for Client/Server, Web-based & Citrix.
Involved in preparing SDD(Solution Design Document) based on PDD
Expert in preparing DFD(Detailed Flow Diagram) for process understanding using MS Visio
Expert in deploying bot from Dev, UAT to Production Environment on business approval.
Hands on experience on automation using chrome browser in Automation Anywhere
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f15…
https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f150718430e5b0c0… 2/3
Description: Bot port platform, the combination of Chat bot & web application integration based on the user request from
the chat bot triggers the automation requests of an employee to complete certain task for the employee.
HCL Technologies as Senior Specialist
Oct 2017 to Apr 2020
* Project 3: Tax efile Bridging
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 10.0.3, MS Excel, pdfs, Windows 7.
* Project 4: Web services Incorporation
Role: RPA Developer
Tools & Technologies: WorkFusion 8.4.4, XML, XSD, Windows 7.
Thomson Reuters as Associate Business Systems Analyst
Jul 2014 to Oct 2017
Client/ Industry: Walgreens - Pharma Health Care
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 11.3, XML, Windows 10.
* Project 6: Payables Matching Invoices Extensible Receivable Reports (P2P)
Client/ Industry: Walgreens - Pharma Health Care
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 11.3, Terminal Emulator (ADR 7), Windows 10.
* Project 7: Third party coverage of Insurance (HAR)
Client/ Industry: Walgreens - Pharma Health Care
Role: RPA Developer
Tools & Technologies: Automation Anywhere Client 11.3, Terminal Emulator (ADR 7), Windows 10
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2010
PG: M.Tech (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2014
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
Selenium, Java, Service Now
Autoit, Sikuli
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f15…
https://freesearch.naukri.com/preview/printResume?uname=e0baaeda4641020481f012e4471bc9e65f5b0e57181509420b19405c0e0e5419110f150718430e5b0c0… 3/3
Physically Challenged: No Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 570: Resume 1324 with similarity score 0.017534891170799025
Resume Text: B.E , MS , B.TECH , BS design engineer , agile scrum master , software designer , software intern , devops , technical support analyst , summer internship , software developer , staff engineer , senior software engineer , full time , associate software engineer asp.net mvc , wcf services , tortoise svn , docker , web api , gateway , node.js , status , rabbitmq , shipping , firmware , re-engineering , testing , gitlab , writing , building , html5 , octopus , sql server , device drivers , react.js , devops , designation , mar , amazon s3 , ltd , windows , json , signal , english , wpf , protocol analysis , agile , cloud development , project , mongodb , microservices , angularjs , synthesis , forms , redis , dashboard , visual workplace , javascript , pivot tables , technology , stored procedures , web development , general , scrum , data validation , e2e , scripting , visual studio , affirmative action , principles , collaboration , maintenance , dynamo , jquery , kafka , email , aws , zoom , github , languages , jira , database , jenkins , css , ug , telecom , telerik , azure , authorization , conditional formatting , c# , excel , application , increase productivity , british , facilitation , cosmos , bamboo , communications , silverlight , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 1/3
Current Designation: Design Engineer
Current Company: British Telecom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
British Telecom as Design Engineer
Feb 2020 to Till Date
* Agile Scrum Master - Facilitation | Enforce Scrum Principles | E2E Delivery | Requirement Engineering
* Cloud Development - AWS | Route 53 | S3 | Dynamo | CloudFront | RDS
* Microservices Development - Docker | API Registry | API Gateway | AWS Cognito | Dynamo | Mongo Db | Redis Cache
* Web Development - ReactJs 16.9 | Angular 9+ | HTML5 | JavaScript | CSS
* DevOps - ThoughtWorks GO | Jenkins | Bamboo | Git | GitLab | TravisCl | Octopus
PRYSM Displays India Pvt Ltd as Senior Staff Engineer
Aug 2015 to Mar 2019
Technology
Microservices with Azure Service Fabric
Azure Cosmos Db
C#.Net, Signal-R, NodeJS
Angular, JavaScript, jQuery
HTML 5
ASP.NET- MVC 5.0
Web API 2.0(REST/JSON)
SAML
Project : Synthesis is a highly intuitive and easy-to-use collaboration system, Synthesis delivers a seamless collaboration
experience that helps organizations drive active engagement,
streamline communications, increase productivity and make decisions that matter. It's as
easy to use as a tablet-pinch, zoom, swipe and move content, and add sources and files
Last Active: 28-Dec-20 Last Modified: 28-Dec-20
YUVRAJ SENGAR
Software Engineer - AWS | Microservices | NodeJs | Angular, React | C# | ASP.NET |
MongoDb, SQL | Redis, Kafka | CI, CD
Key Skills: c#,asp.net mvc,sql server,mongodb,aws,aws-
cwi,microservices,Node.Js,Angularjs,React.Js,Redis,Rabbitmq,Html5,Javascript,CSS
Summary
9 Years of Experience as a Full-Stack Software Designer, Developer, Analyst & Engineer.
Skilled in Micro-services & Web Development and integration with AWS Cloud.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 2/3
with a simple tap. PRYSM Visual Workplace puts powerful collaboration capabilities at your
fingertips.
SysCloud as Senior Software Engineer
Apr 2015 to Aug 2015
* Web Development: ASP.NET Web Forms and WCF Services | Building a Dashboard for the company Website.
* Database: SQL, Enhancing Performance of Stored Procedures. | Porting Data to Amazon S3
L&T as Senior Software Engineer
Jun 2011 to Mar 2015
As a Senior Software Engineer
Firmware Development: Device Communiction, Device Drivers Implementation
Web Development: ASP.NET MVC and WCF Services
Windows Devlopment: WPF, MVVM, SilverLight & Telerik Tools
As a Software Engineer
Firmware Development: Device Communication, Device Drivers Analysis and Implementation, Device communication
protocols Re-engineering
As a Associate Software Engineer
Device Testing, Device Protocol Analysis, Scripting in Pegscript
MOL Logistics as Software Intern
Jun 2010 to Aug 2010
A 45 days On-the-Job Summer Internship Program - worked on the development of Internal Web site used for uploading,
storing & fetching documents for shipping consignments.
* Used HTML and JavaScript to build the "upload documents" module.
* Used CSS to beautify the Site Master Page
Concentrix Daksh India Services as Technical Support Analyst
Jun 2009 to Aug 2009
* Excel
** Create Pivot Tables
** Conditional Formatting
** Writing Excel Macros
** Data Validation
* Present Data with observations to Manager to Aid the Refund Process
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 2019 2020 6 Year(s) 0 Month(s)
VISUAL STUDIO 2019 2020 8 Year(s) 0 Month(s)
GitHub 2020 5 Year(s) 0 Month(s)
Tortoise SVN 2019 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full time
English Expert
Rank 571: Resume 1544 with similarity score 0.017534282494910985
Resume Text: MS , BSC , BS business analyst , full time , pick up , product manager office , platforms , shopping cart , pdp , wire , navigation , ux design , status , digital transformation , store , product management , e commerce , mumbai , testing , ada compliance , visio , gtm , google analytics , workflow , crm , engagements , customer retention , ecommerce , retail , global experience , frd , designation , confluence , international business , mar , hindi , ltd , english , agile , atg , javascript , technology , availability , customer base , optimization , product requirements , options , affirmative action , oracle , collaboration , basic , pick , metallurgy , omni , email , business rules , checkout , user stories , epics , product strategy , customer experience , seo , languages , product leadership , business process , balsamiq , concept to launch , mobile , jira , search , online , stakeholder engagement , api , customer loyalty , b2c , ug , requirement specifications , customer acquisition , health , magnitude , revenue , authorization , internet , functional requirements , b2b , business analysis , requirements gathering , led , product launch , differentiation , framework , e-commerce , road maps , app , reviews 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f4500…
https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f450019495d5c0b56… 1/2
Current Designation: Manager Product
Current Company: Adapty Solutions Pvt. Ltd
Current Location: Pune
Pref. Location: Mumbai,Pune,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [International Business]
Verified : Phone Number | Email - id
Adapty Solutions Pvt. Ltd as Manager Product
Jun 2017 to Till Date
Product Manager (Pune, India)
* Collaborated with client Product Leadership Team to define omni-channel product roadmaps & customer experience
strategy
* Conceptualized complex product requirements, defined product roadmap & backlog, carved out and prioritized epics/
actionable user stories for new product launch - Personalized Pill packs (website, mobile app) based on user's health and
lifestyle evaluation.
* Strategized with marketing & CRM team to identify current gaps & customer Loyalty opportunity, collaborated with
business, UX design, cross-functional, engineering team to manage concept to launch of New Loyalty Program.
* Conceptualized and executed single profile view by enabling store customers digitally -success rate of 28%
* Ideated, prioritized business requests and launched online/digital customer acquisition initiatives, resulting in
campaign driven successful sign ups and improved customer base
* Steered efforts in leading a team of 4 Business Analyst and establishing BA capability
Business Analyst (Pune, India)
* Independently carved out epics, feature stories and acceptance criteria on multiple website improvement areas such
as cart & checkout enhancements, redesign (add to cart experience, top navigation, PDP), promotions, search, rating &
reviews, legal initiatives, product restrictions, Employee discounts, Custom product title
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MINAL PURANKAR
An engineer & MBA, enthusiastic, attention to detail, thoughtful and result-oriented
professional, around 16 years of experience in Business Analysis & Product
Management, targeting assignments in Product Management
Key Skills: Agile Product Management, e-Commerce (B2C) & Retail, Digital Transformation, Requirements Gathering &
Analysis, New Product Launch, Stakeholder Engagement,Product Roadmaps & Prioritization, Product Strategy &
Planning,User Stories,Use Cases,FRD
Summary
* 16 years of rich and extensive global experience (USA, Hong Kong, UK) in Business Analysis and Product Management
* Expert in Stakeholder engagement and cross functional team collaboration to deliver digital, omni-channel products and
experience using agile software development framework in Retail & e-Commerce
* Skilled in strategy (revenue growth, differentiation, customer retention & engagement), planning (product road maps, GTM,
MVP design), execution (backlog, user stories, pilot launch, Iterations) and post-release success measurement and optimization
* Managed and owned multiple projects (including small & large magnitude) within strict time schedule in various phases of
ideation, execution, or delivery
* Hands-on experience and basic understanding in SEO Optimization, Google Analytics Tracking, ADA Compliance, A/B
Testing, API Integration, Commerce Platforms: Oracle (ATG, Endeca),Magento
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f4500…
https://freesearch.naukri.com/preview/printResume?uname=609b8e85a20ff6fc38f3f904061c26ea590b0b034e1658120b45145d0f0c594f135f450019495d5c0b56… 2/2
* Represented voice of engineering team and resolved day to day product queries by closely working with client Product
Manager, & Ux team
* Refined and maintained product backlog
The Vitamin Shoppe as Sr. E commerce Business Analyst
Feb 2015 to Mar 2017
As a lead BA, designed epics & user stories, detailed out acceptance criteria and served as subject matter expert
Defined complex stories & business rules for introducing multiple delivery options (Ship to Home, Pick up in Store, Auto
Delivery) on Product Details Page resulting in enhanced customer experience & add to cart
Drove Auto Delivery Subscription Program and created end-to-end business & functional requirement specification
deck including business process workflow, wire-frames & third party API Integration
Led BA activities for first launch of Buy Online & Pick up in Store Program involving Online Store Selection, Store
Inventory Availability, Shopping Cart and Checkout Experience, Payment Methods - 10% orders booked with first launch
Desato Asia as Business Analyst - E-commerce
Apr 2009 to Dec 2014
Gathered business/ functional requirements, delivered quality Business Requirement Specification / Functional
Requirement Specifications for 7+ Retail clients ( key engagements including lanecrawford.com, burpee.com, cell
signal.com, jbl.com) to launch initial ecommerce website, enhancement projects including B2B and B2C domains using
Oracle ecommerce platform
UG: Bachelor (Metallurgy Engineering) from NATIONAL INSTITUTE OF TECHNOLOGY, Jaipur in 2000
PG: MBA/PGDM (International Business) from Symbiosis Institute of International Business in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Confluence, MS-Visio
MS-Office, Balsamiq
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 572: Resume 1434 with similarity score 0.017526085873778567
Resume Text: B.E , B.TECH , BS full time , front end developer , software developer job scheduling , redux , hapi , css , product requirements , designation , affirmative action , 6d , mysql , health , hindi , webpack , maintenance , linux server , test cases , web technologies , kafka , payer , jquery , authorization , english , bootstrap , status , ecmascript , snmp , email , project , express , application , mongodb , devices , chrome , npm , solution architecture , user requirements , plus , saas , rest , components , git , unit testing , computer science , debugging , languages , rpc , html5 , site development , real-time data , sass , row , javascript , form , eclipse , technology , tr-069 , hsp , working experience 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4…
https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4455454350080a… 1/2
Current Designation: Front End Developer
Current Company: 6D Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
6D Technologies as Front End Developer
May 2020 to Till Date
A Remote service Platform which will provideservices to many protocols like SNMP,OMADM,Tr-069 protocols and help to
manage devices
remotely through RPC.
Technology used
:-
Reactjs,Redux,Javascript,EcmaScript,HTML5/CSS
(SAAS,LESS),Semantic-UI,Nodejs(Express,Hapi js),Rest-Services,Web-socket,Kafka,MongoDb,Mysql,GIT,Web-
pack Dev-server,Babel,Linux Deployment
ROLES AND RESPONSIBLITY :
Involved in understanding Product requirements,designing and developing the UI as well as the Back-end.
Member of the team as domain expert. Created RESTAPI for Job Scheduling task as well as implementedSockets with
RPC (Remote procedure Calls).
wrote React Code to create Reusable Components.
Implemented many complex functionalities withKafka,Web-Socket with Real-Time Data from differentApplications.
Doing Unit Testing to reduce the Bugs occurrences.
Handling and co-ordinating with the BUG FIX Team.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
AVINASH KUMAR
Front End Developer seeking roles in Software Development,Application
Programming,Project
Management,ReactJs,Redux,HTML5,CSS,JavaScript,Bootstrap,Node Js,REST
API,Git,MongoDB,MySQL,
MERN STACK developer,Full Stack Deceloper
Key Skills: Front End Developer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,React
Js,Redux,HTML5,CSS,JavaScript,Bootstrap,Node Js,REST API,Git,MongoDB,MySQL
Summary
Working Experience of 2.6 years in the latest web Technologies like Javascript,React js ,Redux
,HTML,CSS,SASS,SemanticUI,NodeJS,Express js,REST-API,Debugging,
Chrome Dev Tool,GIT and tools likeNPM,Webpack,Kafka,Babel and willing tolearn New Technologies as well as explore.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4…
https://freesearch.naukri.com/preview/printResume?uname=258827b54bada7366b301b58b071a0e15e090e0748170c150518145f5c0a551c170e4455454350080a… 2/2
Infinite Computer Solutions as Front End Developer
Sep 2018 to Apr 2020
Health Solution Plus (HSP) is an application thatprovides integrated financial, operational, andconstituent channel Payer
platform. It is based onold Legacy System. This project was undertaken tomodernize the existing application into a new
webbased application.
Technology used:-
Reactjs,Redux,Javascript,HTML/CSS,Jquery,Nodejs,Rest-Services
ROLES AND RESPONSIBLITY :
Involved in understanding user requirements,designing and developing the UI Form as per theRequirements.
Member of the team as domain expert.
Involved in client interaction on regular basis tounderstand the business of the client.
wrote unit test cases using Enzyme library.
wrote React Code to create Components as wellworked actively with Bug Fixes.
Implemented many complex functionalities ofapplication like Reusable Components.
Coordination with on-site development team,andTesting to analyze and set the requirements.
Got Performer of the Month Two-time in a row.
UG: B.Tech/B.E. (Computer Science and Engineering) from Gandhi Institue for Technological and Advancement
(Gita),Bhubaneswar in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Redux
HTML5, CSS
JavaScript
Bootstrap, EcmaScript
Node Js, REST - API
Websocket, Kafka, Linux Server
GIT
Mongodb
Eclipse, NPM, Webpack
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 573: Resume 1392 with similarity score 0.017522735530565006
Resume Text: B.E , MS , B.TECH , BS project manager , salesforce developer , software developer , orchestrator , salesforce administrator , full time , sql developer , team lead sosl , award , training , general , telugu , data validation , designation , affirmative action , aura , lightning , hindi , ltd , custom objects , player , salesforce.com , soql , authorization , customer data , english , formulas , status , variety of audiences , siebel , sql , email , project , record , application , cron , ibm , data systems , components , validation rules , languages , business process , foundation , operational support , it , javascript , workflow , tabs , crm , technology , administrative , apex 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190…
https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190145415d5a005… 1/3
Current Designation: SalesForce Admin/Developer
Current Company: IBM India Pvt. Limited
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
IBM India Pvt. Limited as SalesForce Admin/Developer
Jun 2020 to Till Date
Achievements/Tasks
Develop, maintain, create, and improve validation rules, custom workflows, Apex customizations, custom objects, fields,
and formulas
Customizing the applications on Sales force platform and Force.com.
Hands on experience on developing Triggers, Apex Classes Hands on experience in lightning Aura Components Workflow
and Approval processes, Sharing Rules.
Worked on the designing of custom objects, custom fields, role based page layouts, custom Tabs and various other
components as per the client and application requirements.
Tech Mahindra as SFDC Junior Developer
Apr 2018 to Jun 2020
Achievements/Tasks
Working with management and end-users to create and manage workflow rules, data validation, processes and flows
Work with management, create and manage complex workflow rules, data validation, and triggers
Create and manage custom objects, fields, formulas, validation rules, custom workflow, and approval processes
Work Closely with Team Lead or Project Manager to develop solution in accordance to the system design
SIEBEL CRM ADMIN/SQL DEVELOPER
Tech Mahindra Pvt Ltd
04/2018 - 01/2019,
Achievements/Tasks
Monitor and maintain the Development, Test, Training and Production environments.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sri Rama Chandra Raju Buddharaju
SalesForce Admin/Developer seeking roles in Salesforce Development,Salesforce
Administration,Requirement Gathering,Project
Management,Salesforce.com,SFDC,Salesforce CRM,Triggers,Data
Loader,Force.com,Workflow,Apex,SQL,JAVA,JavaScript
Key Skills: SalesForce Admin/Developer,Software Developer,Salesforce Development,Salesforce
Administration,Requirement Gathering,Project Management,Salesforce.com,SFDC,Salesforce CRM,Triggers,Data
Loader,Force.com,Workflow,Apex,SQL,JAVA,JavaScript
Summary
Highly seasoned and certified Salesforce Developer having around 3 years of experience with a strong record of client
satisfaction. Adept at explaining highly complex data systems to a wide variety of audiences. Proven multitasker, independent
worker, and team player.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190…
https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190145415d5a005… 2/3
Support for Siebel Configuration, Development, and Implementation of applications solutions.
Perform a day-to-day operational support functions within
SKILLS
SalesForce Admin SFDC Development,SOQL,SOSL FORCE.COM APEX
SQL JAVA
Java Script
EDUCATION
Bachelors of Technology (05/2013 - 04/2017) Mechanical Engineering
ACHIEVEMENTS/CERTIFICATIONS
Employee of the Quarter Q2 (07/2020 - 09/2020)
Employee of the quarter award for handling most number of production issues
BRAVO Award (05/2019 - Present)
Awarded with Bravo for automating the business process and Admin tasks using UI Path
SALESFORCE CERTIFIED ADMIN (01/2021 - Present)
salesforcre certified Adminstrator
SALESFORCE CERTIFIED PLATFORM DEVELOPER
(01/2021 - Present)
UI Path Foundation training Certi?cation (11/2019 - Present)
UI path Orchestrator certi?cation (11/2019 - Present)
LANGUAGES
Siebel including client, server, User creations, checking logs, Actuate, and administrative duties such as server and
application administration
Involved in developing he scripts using SQL to extract the customer data and to schedule the CRON jobs
UG: B.Tech/B.E. (Mechanical) from GMR Institute of Technology, Srikakulam in 2017
Other Qualifications/Certifications/Programs:
UI Path Foundation Training Certification
UI path Orchestrator Certification
Salesforce Administrator
salesforce certified platform developer
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE CRM 2 Year(s) 1 Month(s)
SALESFORCE.COM 2 Year(s) 0 Month(s)
SalesForce Admin 2 Year(s) 1 Month(s)
Salesforce developer
SFDC 2 Year(s) 1 Month(s)
APEX
SQL
JAVA
JavaScript
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190…
https://freesearch.naukri.com/preview/printResume?uname=9ddef1c62a4f04c1a756d127fd80b1a351550e531f155d455245455b595f514e130f190145415d5a005… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 574: Resume 840 with similarity score 0.01752008634507421
Resume Text: B.E , MS , B.TECH , BS design engineer , agile scrum master , software designer , software intern , devops , technical support analyst , summer internship , software developer , staff engineer , senior software engineer , full time , associate software engineer asp.net mvc , wcf services , tortoise svn , docker , web api , gateway , node.js , status , rabbitmq , shipping , firmware , re-engineering , testing , gitlab , writing , building , html5 , octopus , sql server , device drivers , react.js , devops , designation , mar , amazon s3 , ltd , windows , json , signal , english , wpf , protocol analysis , agile , cloud development , project , mongodb , microservices , angularjs , synthesis , forms , redis , dashboard , visual workplace , javascript , pivot tables , technology , stored procedures , web development , general , scrum , data validation , e2e , scripting , visual studio , affirmative action , principles , collaboration , maintenance , dynamo , jquery , kafka , email , aws , zoom , github , languages , jira , database , jenkins , css , ug , telecom , telerik , azure , authorization , conditional formatting , c# , excel , application , increase productivity , british , facilitation , cosmos , bamboo , communications , silverlight , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 1/3
Current Designation: Design Engineer
Current Company: British Telecom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
British Telecom as Design Engineer
Feb 2020 to Till Date
* Agile Scrum Master - Facilitation | Enforce Scrum Principles | E2E Delivery | Requirement Engineering
* Cloud Development - AWS | Route 53 | S3 | Dynamo | CloudFront | RDS
* Microservices Development - Docker | API Registry | API Gateway | AWS Cognito | Dynamo | Mongo Db | Redis Cache
* Web Development - ReactJs 16.9 | Angular 9+ | HTML5 | JavaScript | CSS
* DevOps - ThoughtWorks GO | Jenkins | Bamboo | Git | GitLab | TravisCl | Octopus
PRYSM Displays India Pvt Ltd as Senior Staff Engineer
Aug 2015 to Mar 2019
Technology
Microservices with Azure Service Fabric
Azure Cosmos Db
C#.Net, Signal-R, NodeJS
Angular, JavaScript, jQuery
HTML 5
ASP.NET- MVC 5.0
Web API 2.0(REST/JSON)
SAML
Project : Synthesis is a highly intuitive and easy-to-use collaboration system, Synthesis delivers a seamless collaboration
experience that helps organizations drive active engagement,
streamline communications, increase productivity and make decisions that matter. It's as
easy to use as a tablet-pinch, zoom, swipe and move content, and add sources and files
Last Active: 28-Dec-20 Last Modified: 28-Dec-20
YUVRAJ SENGAR
Software Engineer - AWS | Microservices | NodeJs | Angular, React | C# | ASP.NET |
MongoDb, SQL | Redis, Kafka | CI, CD
Key Skills: c#,asp.net mvc,sql server,mongodb,aws,aws-
cwi,microservices,Node.Js,Angularjs,React.Js,Redis,Rabbitmq,Html5,Javascript,CSS
Summary
9 Years of Experience as a Full-Stack Software Designer, Developer, Analyst & Engineer.
Skilled in Micro-services & Web Development and integration with AWS Cloud.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 2/3
with a simple tap. PRYSM Visual Workplace puts powerful collaboration capabilities at your
fingertips.
SysCloud as Senior Software Engineer
Apr 2015 to Aug 2015
* Web Development: ASP.NET Web Forms and WCF Services | Building a Dashboard for the company Website.
* Database: SQL, Enhancing Performance of Stored Procedures. | Porting Data to Amazon S3
L&T as Senior Software Engineer
Jun 2011 to Mar 2015
As a Senior Software Engineer
Firmware Development: Device Communiction, Device Drivers Implementation
Web Development: ASP.NET MVC and WCF Services
Windows Devlopment: WPF, MVVM, SilverLight & Telerik Tools
As a Software Engineer
Firmware Development: Device Communication, Device Drivers Analysis and Implementation, Device communication
protocols Re-engineering
As a Associate Software Engineer
Device Testing, Device Protocol Analysis, Scripting in Pegscript
MOL Logistics as Software Intern
Jun 2010 to Aug 2010
A 45 days On-the-Job Summer Internship Program - worked on the development of Internal Web site used for uploading,
storing & fetching documents for shipping consignments.
* Used HTML and JavaScript to build the "upload documents" module.
* Used CSS to beautify the Site Master Page
Concentrix Daksh India Services as Technical Support Analyst
Jun 2009 to Aug 2009
* Excel
** Create Pivot Tables
** Conditional Formatting
** Writing Excel Macros
** Data Validation
* Present Data with observations to Manager to Aid the Refund Process
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 2019 2020 6 Year(s) 0 Month(s)
VISUAL STUDIO 2019 2020 8 Year(s) 0 Month(s)
GitHub 2020 5 Year(s) 0 Month(s)
Tortoise SVN 2019 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916…
https://freesearch.naukri.com/preview/printResume?uname=1ba0d5991991b29ff94303f9e5db4eb95f5f0e504a160d435112425d0e5c5448420916004017090b0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full time
English Expert
Rank 575: Resume 166 with similarity score 0.017457878458030252
Resume Text: MS software engineer , lead developer , owner , mobile application developer , software developer , software development engineer , full time , full stack developer reporting , api , version control , tm1 , casino management , valuation , customer , open source , nosql , forest , ease , casting , compass , platforms , suggestions , analytics , scratch , oracle financials , firebase , ltd , php , retrofit , e-mail , ios , troubleshooting , accounting system , node.js , linear regression , ratings , architecture , models , project , kotlin , application , video , mongodb , linkedin , test driven development , scenario , programming languages , bitbucket , prediction , new features , github , android , testing , java , mvc , components , design patterns , machine learning , content management , computer science , academic background , framework , connectivity , stat , research , llc , maven , management system , mobile , python , reviews , google chromecast , ml , apps , technology , google cloud , travel agency , pipeline , financial data , amazon web services , database , feeds Deep Pandya
E-Mail: deeppandya91@gmail.com
LinkedIn: https://www.linkedin.com/in/deeppandya
Github: https://github.com/deeppandya
Mobile: +1 (514) 608-9007
202-71 Talara drive,
North york ON M2K1A3
SUMMARY & OBJECTIVES
Expert Software Engineer, focused and detail-oriented. Remarkable troubleshooting
expertise and ability for developing creative answers for strange and troublesome issues.
Looking for a full time position to pursue my professional experience.
ACADEMIC BACKGROUND
Master of Computer Science, 2014 – 2015
Concordia University, Montreal QC.
Bachelor of Computer Science, 2008 – 2012
Gujarat Technological University, India.
TECHNICAL SKILLS
Programming Languages : Java,
Python,Kotlin.
Android Design Patterns : MVC, MVP,
MVVM, Android architecture components,
Test driven development and many more.
Version Control : Github, Bitbucket
Open source libraries : Retrofit, Glide,
Picasso, Dagger2 and many more.
Cloud platforms : Google firebase,
amazon web services, Google cloud
platform.
Crash reporting tools : Firebase crash
analytics, Fabric, etc.
EXPERIENCE
Traderev (January 2017 - Present)
[Software development Engineer | Research & Development]
Autovision machine learning pipeline (Current project)
Responsibilities:
Set up the full machine learning pipeline for incremental way to create new models
from new images.
Work with amazon sagemaker to create new models.
Create a performance pipeline to test the new models with testing dataset.
Convert protobuf models to coreml model for ios application and tflite model for
android application.
Work on autonomous way to create new models.
Autovision android library
Responsibilities:
Created an android library with MobilenetV2 machine learning model.
Created a machine learning pipeline with blur detection, image augmentation, car
presence and view recognizer phase with 9 classes.
Worked on best frame selection algorithm with compass data from device.
mailto:deeppandya91@gmail.com
https://www.linkedin.com/in/deeppandya
https://github.com/deeppandya
Vehicle valuation service:
Responsibilities:
Worked on price prediction model to predict vehicle price.
Applied different machine learning algorithm like Linear regression, logistic
regression, Random forest, etc. to get different ML models for different types of
vehicle.
Playster (May 2017 - December 2017)
[Senior Android application developer]
Playster app
Responsibilities:
Rewrote the main modules like media players and search from scratch.
Applied MVVM with android architecture component by creating standard
framework for the application.
Updated the code base with Kotlin.
Mindgeek (Liquidum apps) (February 2016- May 2017)
[Senior Android application developer]
Hexlock (more than 2M downloads)
https://play.google.com/store/apps/details?id=com.liquidum.hexlock&hl=en
Responsibilities:
Working as a lead developer to Code new features, fix bugs, debug and test
upcoming releases of flagship product.
Maintain a 98% crash-free sessions average for 500 thousands to 1 Million daily
active users.
Downloader & private browser (more than 50M downloads)
https://play.google.com/store/apps/details?id=com.app.downloadmanager&hl=en
Responsibilities:
Rewrote the whole app from scratch.
Integrated firebase features and added new features like casting of media files,video
feeds,etc.
Maintain a 99% crash-free sessions average for 2 to 5 Million daily active users.
CastBox (more than 600 Thousands downloads)
https://play.google.com/store/apps/details?id=com.liquidum.castbox&hl=en
Responsibilities:
Rewrote the whole application according to new Google Chromecast API.
Integrated firebase features and analytics.
Maintain a 99% crash-free sessions average for 70 Thousands daily active users.
Magnatech Ltd. (December 2014-March 2016)
[Mobile Application Developer]
Projects: 2BeSafe (For an Individual traveler)
SafeToGo (For a customer of the travel agency)
Responsibilities:
Worked as a sole developer and created the mobile application from scratch.
Connectivity with the PHP functions and web service calls to work with data in real
time.
https://play.google.com/store/apps/details?id=com.liquidum.hexlock&hl=en
https://play.google.com/store/apps/details?id=com.app.downloadmanager&hl=en
https://play.google.com/store/apps/details?id=com.liquidum.castbox&hl=en
Energie-Stat Inc. (May 2014-December 2014)
[Full Stack Developer]
Project: gTrend (Cross platform web Application)
Responsibilities:
Creation of web service Calls.
Database creation and management.
Creation of user interactive portal for the industrial analytic tool to work with real
time data from the industrial equipment and generate reports and real time
equations according to the data.
Radiqal LLC (October 2012-November 2013) [Software Developer]
Project: Casino management and accounting system
Responsibilities:
Developed and supported flagship casino management application for facilitating the
collection and reporting of Casino financial data for leading Cruise Liner Corporation
working with Oracle Financials, TM1 and SLOTMASTER III.
L&T Knowledge City (May 2011-May 2012) [Trainee Software Engineer]
Project: Content Management System For Employees
Personal Projects :
Cloud based Food delivery tracking system
Current Scenario: Telephonic communication between restaurant owner, delivery
company and delivery drivers
Goal: To ease the communication between these three components via mobile app
and real-time tracing of delivery drivers
Technology: Front-end: Mobile Application(Android)
Back-end: Cloud server (digitalocean), REST APIs, Node.js
Database: MongoDB (NoSQL)
WhereBy - Restaurant suggestion application
Current Scenario: user can look for the restaurant based on reviews and ratings
provided by past visitors of the place.
Goal: To provide machine learning approach to give suggestions of the restaurant
based on users preferences and visited places.
Technology: Front-end: Mobile Application(Android)
Back-end: Cloud server (digitalocean), REST APIs, java maven
Database: MongoDB (NoSQL)
Rank 576: Resume 1275 with similarity score 0.017365528906886463
Resume Text: B.E , MS , B.TECH senior project manager , technology lead , quality assurance , full time , delivery consultant , regional project manager efficiency management , customer , telugu , workshops , strategic thinking , status , stakeholder management , hosting services , infosys , sap , enterprise storage , testing , pmi , managed hosting , vmware esx , automation , designation , mar , deliverables , csm , hindi , cloud , gap analysis , flex , english , enterprise services , agile , budgeting , leadership , processing , astro , kanban , platespin , javascript , technology , measures , data centers , deviations , reporting , continuous delivery , brocade , consensus building , affirmative action , oracle , project plans , maintenance , strategic planning , normalization , architecture , email , aws , user stories , epics , languages , cisco , cost efficiency , scheduling , jira , pmp , streamlining , ms project , storage solutions , health , azure , key metrics , authorization , risk , record of success , go , teams , milestones , application , enterpriseone , adherence , apac , led , servers , drive , transformation , problem solving , acp , road maps , breakdown , communications , schedules 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c17…
https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c175642465c5801… 1/3
Current Designation: Regional Project Manager -IT
Current Company: T-SYSTEMS INTERNATIONAL
Current Location: Cyberjaya
Pref. Location: Bengaluru / Bangalore,Canada,Malaysia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Email - id
T-SYSTEMS INTERNATIONAL as Regional Project Manager -IT
Feb 2013 to Till Date
Regional Project Manager Jun 2016 onwards
Project Manager Mar 2014 - Jun 2016
Manager - Migration Services Feb 2013 - Feb 2014
Key Accomplishments:
Consistent Project Result delivery of above 28% financial margin in all project budgets.
Delivered cost saving of 11% through strategic planning and execution and leveraging of resources.
Cloud Migrations - ASTRO Program - Executed 2.5 Million Euro worth migrations of locally hosted applications & servers
to managed multi-cloud enterprise services for 16 countries in APAC. Incorporated factory model to bring in cost efficiency
& effective delivery - Agile approach.
ERP Hosting - JDE EnterpriseOne 9.2 - Executed 1.8 Million Euro worth project to deliver managed hosting services of
Enterprise Oracle 19c, Win2016 upgrades, DR Setup to deploy centralized JDE ERP Systems for 12 countries comprising
90+ servers & 900 over users.
SAP on Azure - Delivered 1.1 Million Euro worth project for Regional SAP Transformation of 90 SAP SIDs and involving
50 Non-SAP servers from 12 landscapes.
Data Center Enterprise Storage Solution Migrations - Zero error migrations of over 3 PB of storage solutions for complex
SAP & Non-SAP landscapes from Global Data Centers of Europe, Americas & APAC.
Organizational Efficiency - Cost saving of 51 FTEs through automation and streamlining of operational deliverables and
KPIs using lean strategies and skill transformation.
Accountabilities & Deliverables:
Successfully implemented the various project phases, including planning, build, UAT/testing, Go-Live deployment, and
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
NARASIMHA REDDY SATHI
PMP, PMI-ACP, CSM Regional Project Manager seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,Agile,Waterfall,JIRA,EPM,ProjectNOW,MS Azure,AWS,Vmware ESX
Key Skills: Regional Project Manager-IT/Software Development,Application Programming,Application
Maintenance,Project Management,Stakeholder Management,Requirement Analysis,Solution
Architecture,Agile,Waterfall,JIRA,EPM,ProjectNOW,MS Azure,AWS,Vmware ESX
Summary
An exemplary and accomplished Senior Project Manager with 15 years of experience and expertise in multiple Project
Management methodologies (Agile & Waterfall) offering a proven record of success in leading and managing diverse technology
projects worth multi-million dollars. Adept at consensus building, strategic thinking, problem solving and negotiating, delivery
excellence, lean and efficiency management.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c17…
https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c175642465c5801… 2/3
normalization.
Managed the entire gamut of project efforts on all phases of project scheduling, budgeting & cost controls, resource
requirement plans, quality assurance and delivery excellence.
Led teams across broad technical, financial and business disciplines. Focused teams on business objectives and tracked
progress to ensure project milestones were completed on time, on budget and with the desired results.
Interacted with key stakeholders to determine requirements, negotiate and manage scope & control cost.
Worked with all stakeholders and senior leadership to rapidly develop multi-prong implementation project plans.
Implemented agile governance for immediate decision making, to manage cost efficiencies, to control scope, and to drive
continuous delivery.
Developed Epics, User Stories, Product backlogs, Sprint backlogs & initiated projects by engaging customer and gathering
requirements through workshops & demo sessions.
Defined processes and tools best suited to each project. Moved between agile and waterfall approaches depending on
project specifics and client goals, creating detailed project road maps, plans, schedules and work breakdown structures.
Built consensus between delivery and business partners, actively managed dependencies and integration between
functional teams, other projects and programs.
Conducted a current state vs. target state gap analysis for the project.
Investigated and identified key regulatory, operational, and processing gaps and applied required measures.
Ensured adherence to product processes, quality standards, and deliverables
Identified & mitigated project risks and impediments by collaborating & building positive relationships.
Managed project financial health, scope deviations & risk levels for projects in APAC region.
Established strategies to maintain effective communications with all key stakeholders.
Provided program and account managers, customers with regular project reporting of key metrics on deliverables and
KPIs.
Hewlett-Packard GlobalSoft as ITO SVC Delivery Consultant III
Jun 2011 to Jan 2013
Infosys Limited as Technology Lead
Aug 2010 to Jun 2011
UG: B.Tech/B.E. (Mechanical) from National Institute of Technology (NIT), Durgapur in 2003
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, EPM
ProjectNOW
MS Project
Kanban, SAFe, FLEX, DAD
Brocade, Cisco
Win 2016/ 2012/ 2008
VMWare ESX 5.5
Platespin, Azure ASR, Vmware
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c17…
https://freesearch.naukri.com/preview/printResume?uname=1366cb18f8ee4d848bf31f479dc796e7095a5d051e145a115012100a55005618145c175642465c5801… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 577: Resume 903 with similarity score 0.017364210175259912
Resume Text: B.E , MS , B.TECH application support , associate engineer , full time , software developer automation , react.js , redux , telugu , algorithms , scrum , css , designation , asp.net mvc , affirmative action , hindi , scratch , web api , maintenance , php , jquery , json , authorization , english , status , c# , agile , email , project , ftp , application , mongodb , xml , testing , android , rest , writing , debugging , computer science , languages , sql server , state management , selenium , ado.net , reviews , dashboards , javascript , technology , linq , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b45001…
https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b4500100013155a5d0f… 1/2
Current Designation: Associate Engineer - Technology
Current Company: VIRTUSA TECHNOLOGIES
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
VIRTUSA TECHNOLOGIES as Associate Engineer - Technology
Sep 2018 to Till Date
Designed & Developed production level Dashboard Application in React JS from scratch.
Worked on Redux, React-redux frameworks, for optimizing state management.
Built WEB API for serving the React JS Application.
Worked on Enhancements and Defect Fixes in Application using ASP.NET, MVC.
Developed Reports Application by using ASP.NET and SQL SERVER
Worked with SQL SERVER writing Procedures, Queries and views for API's / Reports
Worked writing Unit Tests, Integration Tests in c#, and ReactJS.
Developed Automation Tests for Dashboards Application using Selenium, c#.
Performed Peer's Code Reviews and code deployment.
Participated in scrum calls and meetings with clients.
UG: B.Tech/B.E. (Computer Science) from MAHARISHI MARKANDESHWAR UNIVERSITY in 2018
PG: in 0
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VINEETH KASULA
Associate Engineer-Technology seeking roles in Software Development,Software
Design,Requirement Gathering,Application Development,Application
Support,Automation Testing,Debugging,c#, React.Js,ASP.Net,
REST, WEB API, MVC, SQL, DataStructure, Algorithm
Key Skills: c#, ASP.Net, SQL Server, LINQ, React.Js, Javascript, jQuery, Ajax, JSON, Rest, WEB API, ASP.Net MVC,
Data Structures, Algorithms, OOPS,API,ADO.Net,Agile,Solid,Redux
Summary
A focused professional offering 2.5 years of experience in IT Project Management,Software Development,Software
Design,Requirement Gathering,Application Development,Application Support,Automation
Testing,Debugging,React.Js,ASP.Net,Selenium,MongoDB
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b45001…
https://freesearch.naukri.com/preview/printResume?uname=e92a0b5019613c48852cd449710841075c590855184100160442135f5b0e001b4500100013155a5d0f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, PHP, JS, FTP
Java, Android, SQLLite, XML
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 578: Resume 1010 with similarity score 0.01734140509710897
Resume Text: B.E , MS , B.TECH technical architect , application architect , solution architect , full time , case manager filing , customer , rims , docker , beginner , independence , status , re-engineering , xml , product r&d , spring security , coordinated , filezilla , workflow , suite , organization , enterprise content management , datacap , turn , records management , filenet , designation , hindi , english , editing , project , microservices , processing , forms , ibm , rest , research , documentation , his , javascript , jprofiler , anthill , eureka , reporting , general , performing , change requests , developers , visual studio , affirmative action , oracle , public , maintenance , architecture , metadata , email , case management , aws , system development , operations , junit , languages , console , urdu , management system , web , database , online , document management , api , onboarding , migrating , jenkins , nosql , ug , toad , coe , authentication , access control , autosys , authorization , google cloud platform , spring boot , application , fiddler , soapui , steps , spanish , storage , eclipse 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e450843…
https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e4508435115475d0c0f5… 1/3
Current Designation: Technical Architect -IT
Current Company: HCL Technologies
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HCL Technologies as Technical Architect -IT
Jun 2007 to Till Date
Deutsche Bank Project:
1. Talent Onboarding (TOB)
TOB:TOB aims the rapid and seamless onboarding of the tenants for DB
An IBM Case Manager application which runs tasks/workflows to onboard tenants after the onboarding request gets
through the various approval steps in the application
Roles and responsibilities:
Involved in the developing and configuring the FileNet Solution.
Involved in the importing/exporting/deploying FileNet Solution
Involved in the development of customer change requests.
2. Datacap implementation
The client wants to automate his document ingestion process where the documents :
Should be automatically picked up and scanned
The metadata information should be automatically extracted through the IBM Datacap product an posted in the database
for RPA to further process it
Roles and responsibilities:
Involved in designing the architecture of the solution
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Syed Amir Azam Naqvi
Technical Architect seeking roles in Solution architect,Application architect, Research
and development, Application Programming,Application Maintenance,Project
Management, mainly in the enterprise content management and Google Cloud
Platform
Key Skills: IBM ECM product suite( FileNet 5.x, Case Manager, Content Navigator, Datacap and BAW) , Google Cloud
Platform (storage and app engine), Java/J2EE, NodeJS/ReactJS, springboot microservices, Docker and Container,
SQL/NoSQL database
Summary
Overall 13 years of experience among which strong 8 years of experience in Enterprise Content Management Technologies like
IBM FileNet product suite.
Holistic knowledge and experience on content management processing systems. Exceptional background in ECM product R&D,
process re-engineering, and system development. Exceptional experience in consultancy services, analysis, design, build and
configuration and has coordinated with stakeholders, business analysts, and developers to deliver the high-quality products.
Possess excellent communication, analytical thinking, multi-tasking, problem-solving and documentation skill.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e450843…
https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e4508435115475d0c0f5… 2/3
Involved in developing and implementing the approached for various brokers
Involved deployment activities
2. Cloud based ECM DMS implementation
Objective : Implementing an ECM Document Management Solution leveraging the GCP functionalities
Rationale : Independence of any specific DMS product, in-turn providing more scope for maintenance and customization
Implementation overview: Develop a custom DMS using the below mentioned technologies (POC is done) :
1. ReactJS (front end)
2. NodeJS (back end)
3. GCP authentication and bucket operations (to manage the content and its metadata)
A holistic GCP based DMS solution to cater to the ever increasing and secure demands of the client across multiple
domains.
The access to the system is managed by the google authentication and authorization mechanism, providing it an overall
security across all the layers.
The front-end leverages the rich user interface capabilities as provided by ReactJS.
REST Api based wrappers written in NodeJS are employed to communicate to the GCP buckets and perform DMS
operations like object creation/editing/deletion, metadata creation/editing/deletion, controlling access control list over the
objects, performing the search operations. Future capabilities will include the reporting, records and workflow
management
Roles and responsibilities:
Involved in designing the architecture of the solution
Involved in developing and implementing backend services and front end
Involved in deployment activities of the solution to the GCP Application Engine
HCL ECM COE Extensive experience on Case Management involving creation, deployment and customization of the
IBM case management solutions.
Part of the core ECM COE team involved in the RnD, design and development of the IBM ECM Products and Java/J2EE
application stack.
Worked on the ECM domain specific RFPs like for PUB, UOB Singapore.
Re-wrote IBM records management system (RIMS) based on microservice architecture.
Extensive experience in implementing micro service based architecture using Netflix OSS with Spring Boot-based services
.
Experience in deployment of services to AWS in Docker containers.
Migrating existing application into micro services architecture using Rest APIs, spring boot, spring security, Netflix Eureka
and config server.
Organization Name:: State of Connecticut- US Project: E-Filing
E-Filing: E-Filing system aims at introducing an online Filing system utilizing IBM Forms and IBM Case Manager
technologies.
A single Web-based system with IBM case manager implementation will cover all core business processes / functionalities
for the key stakeholders of all departments of DEEP. The customers of DEEP will able to perform electronic submission
and tracking of all filings made as part of public application hearing process.
The system aims to serve the two types of users:
DEEP Customers: The System will allow to customer to registered as users, submit documents, track the progress of
cases and search for information online.
UG: B.Tech/B.E. (Computers) from A Reputed Institute in 2007
Education
IT Skills
Skill Name Version Last Used Experience
Eclipse IDE, Visual Studio 2021
STS, TOAD, Eclipse IDE 2018
SVN, JUnit, Anthill Pro 2018
Google Cloud Platform 2017
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e450843…
https://freesearch.naukri.com/preview/printResume?uname=82cedccaa99d9364d8fff22892e82607515909034d175c170318445a0e09524e4508435115475d0c0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
UDeploy, JProfiler, Jenkins 2021
IBM Datacap 2021
SOAPUI, Autosys, Fiddler 2017
FileZilla, SQL Management Console 2017
Docker, Container 2020
IBM Case Manager 2021
JAVA CORE, J2EE 2020
MicroServices 2020
JavaScript, JSF, XML 2020
Nodejs, Reactjs 2021
Oracle, MS SQL, No SQL 2021
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Urdu Proficient
Spanish Beginner
Rank 579: Resume 882 with similarity score 0.01733859708736844
Resume Text: B.S , MS , M.TECH partner , validation engineer , senior software engineer , quality control , full time , testing engineer , transaction processor , test analyst partner management , automation , react.js , manual testing , reporting , optimization , redux , performing , css , intel , validation , designation , regression testing , functional testing , usability testing , test planning , platforms , affirmative action , software testing life cycle (stlc) , oracle , principles , hindi , white box testing , linux , maintenance , ltd , windows , test cases , player , authorization , english , teams , design documents , status , productivity , ubuntu server , excel , agile , email , siebel , responsiveness , project , defect tracking , black box testing , bug tracking , integration testing , devices , test scenarios , selenium webdriver , steps , smoke testing , github , google chrome , writing , components , debugging , shell scripting , repository , framework , preparation , order management , chipset , languages , word , javascript , jira , feature testing , remote administration , crm , technology , sql , chrome os , performance testing , sanity testing , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120…
https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120612480e555d5… 1/3
Current Designation: Senior Software Engineer
Current Company: Wipro Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Wipro Technologies as Senior Software Engineer
Nov 2015 to Till Date
Duration September 2018 ? Present
Client Intel Technology India Pvt. Ltd., Bangalore
Technical Environment Linux ,Shell-script, Autotest-framework, Selenium,Javascript,Java basics,React JS,Mongo DB
Description Intel provides its chipset to google chrome OS team for their devices. Our Team handles the Power and
Performance Optimization which helps google deliver its products with power optimality and better performance. Intel
Provides platforms such as GeminiLake, KabyLake etc., on which google build their OS and deploy to market.
Roles &
Responsibilities ? Started off as a Validation Engineer later moved my skills to automation and debugging role
? Automated some manual KPIs which are used for testing performance
? And power in various chrome devices, as a result saved a lot of human efforts.
? Used Google Chromium Repository for Various debugging tasks such
? Handling various other roles in team which improves efficiency and productivity.
? Team player with logical reasoning expertise.
? Did Power and performance validation testing.
? Did Repo setup in Ubuntu server.
? Worked on UXM testing.
? Did Automation for report creation using VBA excel and word.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Suryasnata Nayak
Technical Test Analyst seeking roles in Software Testing,Automation Testing,Manual
Testing,Regression Testing,Defect Tracking,Quality Control,Requirement
Gathering,Selenium,Agile,Waterfall,Jira,Git,SVN,HTML,CSS, JavaScript,reactjs
Key Skills: Technical Test Analyst,Testing Engineer,Software Testing,Automation Testing,Manual Testing,Regression
Testing,Defect Tracking,Quality Control,Requirement
Gathering,Selenium,Agile,Waterfall,Jira,Git,SVN,HTML,CSS,React.Js,Javascript,redux
Summary
4.2 years of proficient experience in Software Testing which includes Shell Scripting, Selenium, Siebel, React&Redux.
* Good knowledge on different domains such as Banking, Automobiles, IT Hardware domain using Waterfall and Agile
methodologies.
* Hands on experience in developing Automation Framework like Autotest used for automating UI applications and
responsiveness of UI.
* Extensive experience in Validation testing, Feature Testing, Performance Testing, Power testing, Manual testing and
Automation testing.
* Proficient in using tools like JIRA, GIT, SVN.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120…
https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120612480e555d5… 2/3
? Automated the test cases using selenium.
Duration February 2017 ? September 2018
Client Wipro Technologies Ltd., Chennai
Technical Environment Siebel
Tools/Technologies Windows OS, Linux
Description "As a developer, you are responsible for development, support, maintenance and implementation of small to
medium components of a project module. You should be able to work on problems of limited scope, through usage of
standard software development concepts and principles. You should have good knowledge of programming language(s),
and associated tools"
Roles &
Responsibilities ? Involved in all phases of Software Testing Life Cycle (STLC) like Testing methodology, Test Planning,
designing and executing the test cases, along with Testing Techniques and Defect tracking process.
? Expertise in Siebel CRM Testing Specializing in Black Box Testing.
? Having good exposure of testing the Web Based/GUI applications & Oracle Siebel applications.
? Extensive experience in Functional Testing includes Regression, Integration, Sanity testing, UAT and Usability Testing
and End to End testing.
? Ability to understand complex programming tasks and design documents, Test Case Preparation, Execution and Test
report generation.
? Having good experience in defect tracking system to analyzing defects and reporting defects
? Understanding end to end structure for Partner Management and Order management.
? Preparing Test Conditions from HLD and writing the test steps.
? Involved in Smoke testing, Sanity Testing on Every Drop.
? Performing Functional Testing and Regression Testing.
? Bug Tracking and Bug Reporting using Quality Center.
? Worked closely with development team to track the defects.
? Preparation of Test Scenarios, Test Cases and Executing the Test Cases.
? Performing Functional Testing, Regression Testing, Integration Testing.
? Involved in scrums meetings internally and with client teams as per Agile process.
Duration January 2016 - February 2017
Client Wipro Technologies Ltd., Bangalore
Technical Environment Siebel,Selenium,Javascript Basics,Java Basics,HTML,CSS
Tools/Technologies Windows OS, Linux, Siebel,
Description "As a developer, you are responsible for development, support, maintenance and implementation of small to
medium components of a project module. You should be able to work on problems of limited scope, through usage of
standard software development concepts and principles. You should have good knowledge of programming language(s),
and associated tools"
Roles &
Responsibilities 1. Siebel Remote Administration :
Monitoring Transaction Processor, Transaction Merger and Transaction RouterRunning DB Extracts for
UG: B.Sc (Computers) from Utkal University in 2015
PG: M.Tech (Computers) from Vellore Institute of Technology (VIT) in 2020
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Ubuntu , JIRA
Agile, Waterfall , GitHub
SQL, Mongo DB , Oracle
Selenium WebDriver 3.3 2020 4 Year(s) 0 Month(s)
React.js 0 0 Year(s) 0 Month(s)
SELENIUM IDE 0 0 Year(s) 0 Month(s)
WHITE BOX TESTING 0 0 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120…
https://freesearch.naukri.com/preview/printResume?uname=cad231f7c09a0077ea711a21f44fa0930c5a08034a120f1657124109080c04194101120612480e555d5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
BLACK BOX TESTING 0 0 Year(s) 0 Month(s)
HTML 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Oriya Proficient
Rank 580: Resume 1349 with similarity score 0.01726871397249447
Resume Text: B.S , M.Sc , M.S , BS , MS network engineer , project planner , assistant manager , it infrastructure manager , associate , team leader , solution architect , cloud administrator , full time , deputy manager , it consultant training , sus , virtual machines , e-learning , it security , microsoft applications , whatsup , ccna , antivirus , ssl , status , nagios , squid , procurement , operating systems , sql server , negotiation , filezilla , leased lines , software compliance , upgradation , encryption , designation , v3 foundation , mar , iso 27001 , cloud , preventive actions , ltd , service providers , english , supply , ftp , management review , fund services , dc , red hat enterprise linux , computer science , vmware server , documentation , itil , javascript , mail server , cacti , ccnp , knowledge base , outsourcing management , general , performing , project teams , vendors , affirmative action , information technology , kaseya , vendor management , maintenance , video conferencing , basic , centos , office 365 , security compliance , email , cisco certified , securities , aws , project delivery , network security , ubuntu , juniper , knowledge sharing , openfire , data center operations , premises , eigrp , languages , cisco routers , learning management , management system , jira , web , it infrastructure management , proof , infrastructure solutions , intranet , patch management , switching , vulnerability , windows server , ug , tamil , routing , ticketing , access control , mcafee , authorization , internet , amc , virtualization , gold , servers , finance , iis , sophos , network administration , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 1/4
Current Designation: IT Infrastructure Manager
Current Company: NewAge Software & Solutions
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Chennai
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
NewAge Software & Solutions as IT Infrastructure Manager
Nov 2019 to Till Date
? Responsible for on premise and AWS cloud infrastructure
? Managing Production Environment in AWS cloud
? Monitoring AWS resources and billing
? Managing Security and billing of O365 / M365
? Monitoring operations as per SLA mentioned in the ISMS policy
? Monitoring data backups & restorations to ensure that they are completed on regular basis.
? Patch management & review
? Reviewing asset inventory, Software Compliance, Hardware AMC
? Maintaining security compliance with ISO 27001 standards
? Responsible for IT vendor, contract and outsourcing management
? Responsible for procurement, installation and life-cycle maintenance of IT hardware and software
? Reviewing incidents and the corrective and preventive actions
? Responsible for Systems Audits & DR drill
? Reviewing Vulnerability and Penetration Test and implement controls to mitigate vulnerabilities.
? Ensuring proper Access Control is maintained
? Maintaining documentation related to Data Center and updating of Network diagram, various versions of software
? Managing deployment details including Operating Systems hardware wise
? Performing appropriate duties associated with project-based activities
SYSVEDA Information Technology as Manager - IT Infrastructure
Apr 2018 to Nov 2019
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
R.SELVAKUMAR
ITIL V3, CCNP, MCP, AWS cloud, Manager - IT Infrastructure seeking roles in Network
Operations,IT Infrastructure, Data Center Operations, Incident ,SLA ,Patch Backup,
LAN, WAN, VPN, routing, VMware, Sophos, Fortigate, ISMS, O365, Vendor
management,
Key Skills: IT/ Networking Manager,Network Operations,IT Infrastructure Management,Data Center Operations,SLA
Management,Patch Management,LAN,WAN,VPN,VMware,ITIL V3,MCP,AWS,Office 365,Firewall,ISMS,Endpoint
Security,IT Security,Bcp,DR,JIRA,CCNA,Vendor Management
Summary
A focused professional offering 17 + years of experience in Network Operations,IT Infrastructure Management,Data Center
Operations,Incident Management,SLA Management,Patch Management,LAN,WAN,VPN,routing,VMware,ITIL V3,CCNP,MCP.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 2/4
Company Description
Sysveda Information Technology providing IT solutions & software services, it has global presence and onshore consulting
at Tokyo, Japan along with subsidiary offices in USA and UK. Department:
IT-Infrastructure Team Size:
7 Role
Deputy Manager Period
Apr -2018 to till date
Responsibilities
Design & Implement IT infrastructure solutions both On Premise and in Cloud
Provide technical solutions and project delivery for Data center Migration and Cloud
Run Proof of Concepts (POC) and solution overview in AWS Cloud with documentation
Providing AWS Training and knowledge sharing to the require project teams
I have been working as an IT consultant for client
Handle project proposals which includes providing responses from infra POC, creating statements of work, support level
agreements
Coordination with vendors/service providers in seeking technical and commercial proposals, negotiation of costs, pre/post
purchase relationship management
Monitor operations as per SLA mentioned in the ISMS policy
Monitor data backups & restorations to ensure that they are completed on regular basis.
Review asset inventory, Software Compliance, Hardware AMC
Maintain security compliance with ISO 27001 standards
Review corrective and preventive actions for incidents
Review Vulnerability and Penetration Test and implement controls to mitigate vulnerabilities.
Ensure proper Access Control is maintained
Maintain documentation related to Data Center and update Network diagram
Manage deployment details including Operating Systems hardware wise
Sundaram BNP Paribas Fund Services Ltd as Assistant Manager - IT Infrastructure
Oct 2015 to Apr 2018
Company Description
Sundaram BNP Paribas Fund Services Ltd is a joint venture between Sundaram Finance Limited and BNP Paribas
Securities Services. Department:
IT-Infrastructure Team Size:
50+ Role
Assistant Manager Period
Oct-2015 to Apr-2018
Responsibilities
Monitored IMS (Infrastructure Management Services) operations as per SLA
Monitored data backups to ensure that they are completed on regular basis.
Patch management review
Reviewed asset inventory, Software Compliance, Hardware AMC
Maintained security compliance with ISO 27001 standards
Responsible for IT vendor, contract and outsourcing management
Responsible for procurement, installation and life-cycle maintenance of IT hardware and software
Reviewed incidents and the corrective and preventive actions
Assisted in Systems Audits
Reviewed Vulnerability and Penetration Test and implemented controls to mitigate vulnerabilities.
Ensured proper Access Control is maintained
Maintained documentation related to Data Center and updating of Network diagram, various versions of software
Managed deployment details including Operating Systems hardware wise
Assisted in DR drill
Ensure Support Services India Ltd as Assistant Manager - IT Infrastructure
Jan 2009 to Oct 2015
Company Description Ensure Support Services India Ltd., (Group of Redington India Ltd.,) is in the business of supply
chain management (end-to-end). Department IT-Infrastructure Team Size 5 Role Assistant Manager Period Apr-2014 to
Oct - 2015 Team Leader Period Apr-2013 to Mar-2014 Network Engineer Period Jan-2009 to Mar-2013
Responsibilities
Maintained the Head Office Datacenter, Branches leased lines, MPLS & IT infra.
Installed and support LANs, WANs, network segments, Internet, and intranet systems.
Maintained integrity of the network, server deployment, and security.
Managed Fortigate300C (H.O), Juniper-SSG550 (H.O), Juniper-SSG20 (B.O) Firewalls and applied security policies.
Managed Fortigate-50B UTM boxes in 10 small branches connected with Site-to-Site VPN.
Managed Head Office and all Branch Office's Cisco routers.
Managed Netcore Mail Server and ECM Mail security solution.
Managed McAfee ePolicy Orchestrator4.0 antivirus solution and Kaseya servers.
Maintained the Virtual Machines in ESX-VMWare server.
Configured & Monitored Squid Poxy (CentOS), VPN Server (CentOS).
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 3/4
Configured & Monitored Web Server, SQL server (Windows2008) & Filezilla FTP Server.
Configured & Monitored Cacti Network monitoring system and Whatsup Gold.
Managed ISPs, AMC Vendor and renewing S/W & H/W License for stated needs.
Documented Calls and incidents as per the ISO standard.
Major Projects : Role: Planning, Execution & Implementation Team Size: 5
Shifted & Upgradation of HO-Datacenter to new premises. Planned and executed lead for shifting the HO-Datacenter
equipment and all branches' Point-to-point, MPLS & Internet leased line links. Also upgraded the Datacenter with fully
automated system and redundant power.
Network Monitoring System (CACTI / Nagios) - Planning, Configuration and implementation
Mail Server - Planning and execution lead for Mail Server & Mail Security Server mplementation with SSL certificate and
encryption for 1000 + users.
Windows to Ubuntu migration - Migrated all the required Microsoft applications to Ubuntu-10.4 linux environment.
Shifting of Call center Datacenter & Network - Project Planner and execution lead for shifting.
Instant Messenger Server - Implementation of Intra Office Communicator (OpenFire).
Ticketing System - Implementation of web based Ticketing System (OsTicketing).
Knowledge base - Implementation of Intranet site by the name of TechBook .
Internal Web based E-Learning Management System - Planning & configuration
Web based Video Conferencing System - Planning & configuration
UG: B.Sc (Computer Science) from Bharathidasan University, Thiruchirapalli in 2003
PG: MS/M.Sc(Science) (Computers) in 0
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect - Associate
AWS Cloud Administrator
Red Hat Enterprise Linux 7 Administration
VMware - Datacenter Virtualization
ITIL V3 Foundation
CCNP (Switching, Routing & T-shooting)
MCP (Managing & Maintaining a Microsoft Windows Server2003 Environment)
CCNA (Cisco Certified Network -Associate)
Networking With Cisco Routers
Basic Network Security (Workshop)
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER
Windows -7, 8 & 10
DC, DNS, DHCP, IIS, WINS, SUS services
RIP, IGRP, EIGRP, OSPF
LAN/ WAN
AWS Cloud Solution Architect 2019 3 Year(s) 0 Month(s)
Firewall
ISMS
Linux
Office 365 0 2 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b4…
https://freesearch.naukri.com/preview/printResume?uname=792394d70be9e3014b81318f603841ea5b0b5a024e120c165147475b0e585343405b440a12410c0e0c… 4/4
Nature of Employment: Full Time Duration: May 2013 - Jul 2013
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2012 - Mar 2012
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
tamil Expert
Projects
Project Title: Data center Shifting
Client: Ensure Support Services
Project Details: Shifting & Upgradation of HO-Datacenter to new premises. Planning and execution lead for shifting the
HO-Datacenter equipment and all branches Point-to-point, MPLS & Internet leased line links. Also upgraded the Datacenter
with fully automated system and redundant power
Project Title: Implementation of Network Monitoring System
Client: Ensure Support Services
Project Details: Network Monitoring System (CACTI / Nagios) - Planning, Configuration and implementation
Rank 581: Resume 799 with similarity score 0.017242115629231114
Resume Text: B.E , MS , B.TECH , BS engineering manager , software engineer , project lead , partner , full time api , functionality , continuous process , general , customer , jenkins , interview , user friendly , ice hockey , designation , ug , tamil , affirmative action , oracle , vista , mysql , tortoise svn , fitness , hindi , data collection , teamcity , windows , jquery , player , authorization , risk , logstash , node.js , teams , english , enterprise , wellness , status , baseball , deliveries , stakeholder management , agile , email , project , productivity , aws , microservices , sports , xml , bitbucket , paper , user stories , github , epics , mac , led , engineering design , online , unit testing , kibana , languages , asp.net , nunit , basketball , golf , amazon , sql server , soccer , kannada , management system , python , dashboards , engineers , search , javascript , jira , cloud computing , velocity , football , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581…
https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581903111409580… 1/3
Current Designation: Engineering Manager
Current Company: StatsPerform
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Engineering Design / R&D
Role: Tech. Lead/Project Lead
Industry: Wellness / Fitness / Sports / Beauty
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
StatsPerform as Engineering Manager
Feb 2007 to Till Date
Accomplishments:
Design and built monitoring and alerting dashboards for XML deliveries, API Heath and real time log
monitoring using ELK (Elastic Search, Logstash & Kibana) stack.
Reengineered Enterprise system to MACE (Microservices Asynchronous Cloud native driven) to move
data to a cloud-based environment and deliver to clients using serverless microservices.
Built a single source of software for Soccer Data collection using AWS services to transform and deliver
real time data to Clients.
Designed, developed and currently supporting data collection software packages for all sports (Soccer,
Baseball, Basketball, Football, Ice Hockey, Golf etc.)
Providing Core Engineering 24/7 support with a team of 7 Engineers on all support incidents.
Implemented best practices, mentored and improved the process that led to the expansion of 30
people and still growing.
Key Player in ensuring customer success through interaction with stakeholders in making decision on
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
S. SHIRLEY RANJINI
Engineering Manager seeking roles in Project Management,Delivery
Management,Requirement Analysis,Cloud Computing,Stakeholder Management,Risk
Management,Agile Methodology,ASP.Net,WCF,NUnit,C#,SQL
Server,Ajax,TDD,JQuery,Javascript, React, Node js, AWS
Key Skills: Engineering Manager,Head-Production,Project Management,Delivery Management,Requirement
Analysis,Cloud Computing,Stakeholder Management,Risk Management,Agile Methodology,Product
Engineering,ASP.Net,WCF,NUnit,C#,SQL Server,Ajax,TDD,JQuery,Javascript
Summary
Good in technical skills and having Hands-on experience.
* Managing the design, development, integration, testing and implementation of products using
scaled Agile methodology.
* Making sound decisions about how to achieve set targets.
* Partner with the product and engineering lead(s) to ensure the teams roadmap and backlog
priorities are maintained to enable a smooth agile development process and minimize blockers.
* Pro-actively planning for the technical demands of any projects.
* Monitor the team's development velocity and facilitate the resolution of risks and blockers
* Collaborate with product manager(s), product owners, customer success and engineering teams
to ensure epics and user stories are clearly defined and properly phased to facilitate timely
delivery of functionality.
* Innovation, continuous process improvements and improved communication at all and across
levels.
* Ensuring that robust procedures are in place.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581…
https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581903111409580… 2/3
enhancements and delivery meeting SLA's.
Constantly travelling to Chicago (Headquarters) for Program increment planning, Knowledge transition
and key design meetings.
Presented a paper on customers centric Evidence Based Management system at portfolio level (VISTA
BPSS submit 2019').
META-i Technologies as Software Engineer
Nov 2005 to Jan 2007
Accomplishments:
Design and built a software that brings in the flexibility to pre-interview assessments through online.
Noticed that an internal software tool used by the business for Engineering entrance admissions could
be enhanced to improve the quality/effectiveness/productivity of the users. Enhanced the tool made
it user friendly to automate the reports and users were quite happy.
UG: B.Tech/B.E. (Computers) from Bharathidasan University, Trichy in 2003
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Amazon AWS
ASP.Net, C#(windows)
XML, OOPS, Python
WEBSERVICES
Node.Js, React
JQUERY
AJAX, JAVASCRIPT
SQL Server 2017, Oracle 11G, MySQL
Jenkins, Teamcity
JIRA, Bitbucket
Github, Tortoise SVN
Windows, Mac
Unit Testing, NUNIT
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi
Kannada
tamil Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581…
https://freesearch.naukri.com/preview/printResume?uname=2b7707214bca897a61da399e03203b3d5d0b5c54421b08470112125b090d031e41581903111409580… 3/3
Physically Challenged: No Employment Status: Full time
Rank 582: Resume 1500 with similarity score 0.01723735375229222
Resume Text: B.E , MS , B.TECH software engineer , project lead , full time api , web development , functional specifications , general , ruby on rails , designation , ug , scripting , jmeter , web projects , affirmative action , mysql , rspec , hindi , scratch , maintenance , jquery , heroku , authorization , internet , english , code review , ppc , status , postgresql , software testing , agile , email , application , database development , mongodb , bitbucket , fixing , writing , machine learning , git , building , computer science , framework , languages , e-commerce , client requirements , management system , hbase , mobile , reviews , javascript , jira , hadoop , performance testing , html , ajax 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e450…
https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e45071448515c010… 1/2
Current Designation: Module Lead- Ruby On Rails
Current Company: Persistent Systems Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Persistent Systems Limited as Module Lead- Ruby On Rails
Jun 2015 to Till Date
Growth Path:
June 2016 to till date Module Lead: Ruby On Rails
June 2015 to March 2016 Sr. Software Engineer(Experience with Machine Learning)
Understanding and analysis of Requirements and development of project.
Performance testing.
Fixing test failures.
Development and bug-fixing on project test mate(ruby on rails).
Building Caffe & Theano for Gpu enabled machines.
Installing dependencies to build on power machines.
Development and bug-fixing on project testmate(ruby on rails).
Mobiloitte Technologies as Sr. Software Engineer(Experience with Ruby on Rails)
Oct 2013 to Jun 2015
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
AMITA CHAND
Module Lead seeking roles in Web Development, Project Management, Application
Development, Software Testing, Code Review, Requirement Analysis, Database
Development, Machine Learning, Javascript, jQuery, Ajax, HTML, MySQL, Postgresql,
MongoDB, Hadoop
Key Skills: Module Lead, Project Lead, Web Development, Project Management, Application Development, Software
Testing, Code Review, Requirement Analysis, Database Development, Machine Learning, Javascript, jQuery, Ajax, HTML,
MySQL, Postgresql, MongoDB, Hadoop
Summary
Experience in developing web projects building RESTFUL API's for mobile aplications using scripting language Ruby and Rails
as framework.
Strong abilities in Software Development including analysis of Client requirements.
Understanding the project reqirement, analysis, database designing & development.
Expertise in Migration, Maintenance and Development of project.
Involved in analyzing the functional specifications, coding, Testing, Reviews, adhering to the Quality management system
guidelines.
Worked on Agile methodology.
Porting Packages for power platform(ppc64le) machine is my secondary skill.
Worked in porting Machine Learning Package like Caffe & Theano and with Hadoop Packages like Tez,Squoop, Hbase etc.
Writing build script testing & fixing test failures specific to ppc machine.Reporting failures to JIRA
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e450…
https://freesearch.naukri.com/preview/printResume?uname=b8388aa8f828ab44628fda2cbec91ea7585f5f531e415f440640105b5a0e0318110e45071448515c010… 2/2
Understanding and analysis of Requirements and development of project from scratch.
Developer end testing.
Weekly status update to the client.
Maintenance and bug-fixing.
RailsFactory (Sedin Technologies) as Module Lead/Sr. Software Engineer
Jun 2012 to Aug 2013
Writing Rspec testcases.
Fixing test failures.
Performance testing using JMeter.
UG: B.Tech/B.E. (Computer Science) from The Reputed Institute in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
GIT
Heroku
JIRA
Bitbucket
JavaScript, JQuery
Ajax, HTML, MySQL, Postgres
Mongodb
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 583: Resume 609 with similarity score 0.017053199123729747
Resume Text: MS , B.TECH , BS work from home , svp box , algorithms , internships , css , deep learning , mysql , motion , cctv , ltd , cedar , particular , project , coursera , c programming , map , resume , machine learning , computer science , completion , assessment , gifts , python , javascript , technology , html Assessment
Q1. Why should you be hired for this role?
Deep Learning is an area that has always fascinated me. I have done various courses on Coursera and realized that to make a machine
autonomous deep learning plays a major role. I believe that this internship will give me exposure to learn and apply knowledge in a real-time
environment. Looking forward to being a part of this internship
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I can start working for the full-time internship Immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 7995437983
Tanamai Reddy
Hyderabad, Bangalore
Applied 08 Feb'21
Python C Programming MySQL
CSS HTML Java
JavaScript Machine Learning
Bachelor of Technology B.Tech), Computer Science
GITAM School Of Technology
2016 - 2020
CGPA 7.64/10
Senior Secondary XII, Science
Kendriya Vidyalaya Svp Npa
CBSE board)
Year of completion: 2015
Percentage: 70.00%
Secondary X
Kendriya Vidyalaya Svp Npa
CBSE board)
Year of completion: 2013
CGPA 7.80/10
Machine Learning
Cedar IT Pvt Ltd, Hyderabad
May 2019 - Jun 2019
Worked on a Machine Learning project which was titled as Gift Box Distribution. We had to predict the number of customers
that would recieve gifts based on the purchases made. Built a model using various technologies and algorithms of ML
Congestion and Unusual activity detection using Oscillation in Motion Trajectories
Dec 2019 - Apr 2020
An AI based project, where we take cctv footages as input and divide them into frames, using the oscillations in motion we
detect congestion and develop oscillation map, by spatially and temporally exploiting the map we detect unusual activity.
Drug analysis and suggestion
Aug 2019 - Oct 2019
Using Machine Learning, and various algorithms a user is suggested a medicinal drug for the particular disease
Rank 584: Resume 167 with similarity score 0.01704583586602253
Resume Text: MS , B.TECH , BS work from home , campus ambassador , representative collage , algorithms , internships , css , deep learning , public , hero , jquery , english , tac , sql , project , c programming , tic , star , iit , resume , electronics , machine learning , completion , assessment , python , one , javascript , campus , technology , html , database , online Assessment
Q1. Why should you be hired for this role?
I am always curious about the Machine Learning and Deep Learning Algorithms and how it works. I wanted to elevate my skills and knowledge
about this field.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for the next 3 month from 2 Feb to 2 May.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Deepak Kumar
Ghazipur
Applied 08 Feb'21
Python Algorithms Data Structures
C Programming CSS Database Management
System DBMS
HTML JavaScript Machine Learning
SQL
B.Tech Hons.), Electronics and Communication
National Institute Of Technology Meghalaya
2018 - 2022
CGPA 8.54/10
Senior Secondary XII, Science
Raj English School ,Paharia, Varanasi,Uttar Pradesh
CBSE board)
Year of completion: 2017
Percentage: 84.40%
Secondary X
Central Public School,Zamania Kasba ,Ghazipur,Uttarpradesh
CBSE board)
Year of completion: 2015
CGPA 10.00/10
Campus Ambassador
IIT BHUVARANASI, Varanasi
Oct 2019 - Present
Promoting the event in the collage.
Member of Goal Against T ime in Cognitia 2019 A Technical Event Of NIT Meghalaya)
Class Representative for 5 Years in Class 6,7,8,9,10.
Complete Python Bootcamp : Go From Zero To Hero In Python 3
udemy, Online
Aug 2019 - Dec 2019
Completed one of best course on Udemy and solved hundreads of exercise and two project in Python 3.
Personal Portfolio Website
Dec 2020 - Present
https://deepakkumar6.github.io/myportfolio
Created a Personal Portfolio Website to apply the skills of HTML , CSS, JavaScript , jQuery etc.
https://deepakkumar6.github.io/myportfolio
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7985814430
Tic Tac Toe Game
May 2019 - Present
https://github.com/deepakkumar6/Games/tree/main/T icTacToe
Developed T ic Tac Toe Game using Python.
Apply interactive module of python in creating this game.
Ranked 71 among 2000 in CodeChef Dementia 2020 CodeChef
Ranked 111 among 5800 in October Lunchtime 2020 Division 2. CodeChef
4 Star Coder at Codechef With HIghest Rating of 1852.
Solved over 800 Problems on Leetcode, 500 Problems on GeeksForGeeks, 190 Problems on Codeforces and 500
Problems on other websites.
https://github.com/deepakkumar6/Games/tree/main/TicTacToe
Rank 585: Resume 1074 with similarity score 0.01699500852589896
Resume Text: B.E , MS , B.TECH team member , database administrator , full time winscp , reporting , computing , amazon ec2 , customer , project rollouts , telugu , oracle enterprise linux , access , change requests , security , designation , toad , tamil , profiles , platforms , information technology , affirmative action , uptime , ticketing , cloud , databases , hindi , maintenance , ltd , windows , database administration , unix , english , online backup , project planning , cost savings , troubleshooting , commissioning , authorization , status , swat , email , tracker , application , aws , service improvement , groups , fact , ops , testing , s3 , servers , building , languages , putty , it infrastructure , sql*plus , spaces , kannada , coordinated , system administration , javascript , outages , organization , process monitoring , disk , metrics , firewalls , zebra 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d19…
https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d190618490e5908… 1/3
Current Designation: AWS Operational Admin- Production
Support / AWS Administrator
Current Company: Tata consultancy services ltd
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Tata consultancy services ltd as AWS Operational Admin- Production Support / AWS Administrator
Oct 2017 to Till Date
Coordinating the smooth delivery & transition on daily basis and engaging business users for issue analysis, permanent
fixes and key performance improvements with respect to delivery uptime
Coordinate SWAT calls on major production outages and provide updates to all stakeholders
Enhanced client specific metrics and reporting through proper standard
Contributed several process improvements and suggested a value adds to the business and cost savings to the customer
Involved in project planning and efficient commissioning of operational change requests
Operating System: Oracle enterprise Linux, Windows 7/8
Tools: TOAD, SQL*Plus, Putty,WinSCP,RDS
Implemented best practices to stabilize and achieve the client target SLA's.
Maintenance of Client's Compliance and Appreciation for all associates. Report generation of call status, ticketing details
etc.
Tracker on daily call status report. Providing Service Improvement plan to ensure it benefits the organization and the team
Creating, managing and analyzing performance data and other information
Ensuring that capacity and capability are continually planned.
Achieving targets in a dynamic and complex business environment. Usage of objective and fact based judgment
Perform testing and report results accordingly
Possess good analytical and rapport building communication skills with the Clients and within an Organization
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Srinivasan
Seeking roles in IT Infrastructure Support,Database Administration,AWS, Cloud
analyst, Aws Ops,Project Management Management,Delivery Management,Space
Management,Access Management,Service Improvement,Technical Support,Client
Servicing,Troubleshooting
Key Skills: System Admin,IT Infrastructure Support,Database Administration,System Administration,Technical
Support,aws,S3,Cloud Computing,DNS,Amazon Ec2
Summary
Having total 3+ years of Experience in IT industry as AWS Operational Admin, Database administrator and Application System
Administrator
Experience in EC2, ELB, VPC, S3, CloudFront, IAM, RDS, Route 53, CloudWatch, SNS
Capability to select the appropriate services based on compute, data, or security requirements
Knowledge to deploy, manage, and operate scalable, highly available, and fault- tolerant systems
Experience in maintenance and performance of Amazon EC2 instances.
Knowledge in Configuring Security group for EC2 Window and Linux instances
Experience in Implementing Security groups for Inbound/Outbound access
Creating S3 buckets and also managing policies for S3 buckets.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d19…
https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d190618490e5908… 2/3
Worked as a team member at Motorola on specific tools like Putty, RDS with the team of 10 Member.
Responsibilities:
* Experience in EC2, ELB, VPC, S3, CloudFront, IAM, RDS, Route 53, CloudWatch, SNS
* Knowledge of networking concepts (e.g., DNS, TCP/IP, and firewalls)
* Capability to select the appropriate services based on compute, data, or security requirements
* Experience in maintenance and performance of Amazon EC2 instances
* Creating S3 buckets and also managing policies for S3 buckets.
* Experience in managing and maintaining IAM Policies for organizations in AWS to define groups, create users, assign
roles and define rules for role based access to AWS resources
* Create snapshots and amazon machine images(AMI) of the instances for backup and creating clone instances
* Create and maintain user's account, profiles, security,right disk space and process monitoring
* Provide Technical support by troubleshooting day-to-day issues with various servers on different Platforms.
Logista Italia
Worked as a team member at Logista Italia on specific tools like, Toad, Putty, SQL*Plus with the team of 7 member.
Responsibilities:
* Installation of oracle 11g and creating databases on UNIX/Linux Environments
* Monitoring the Table spaces and adding/resizing database files
* Monitoring the growth of table spaces
* Check Alert log for errors and take necessary actions to rectify them
* Managing Redo log files in archive log mode for online backup
* Maintenance of Database and Listener
* Creating Users and granting Roles & Privileges and quota as per the requirement
Zebra Project
Worked as a team member at Zebra on specific tools like, Toad, Putty, SQL*Plus, Winscp with the team of 8 member.
Responsibilities:
* Resolved critical performance issue for Concurrent requests
* Coordinated all the project rollouts
* Worked on the responsibilities creation as per requirements
* Worked on Function and menu creations
* Fixed all user issues
* Setting up profiles at all levels
* Handled all the user creations
* Handled assigning roles and responsibilities to users
* Worked on automating the manual processes
* Consistently interacted with client and team in resolving the queries.
* Tracker on daily call status report. Providing Service Improvement plan to ensure it benefits the organization and the
team
* Implemented best practices to stabilize and achieve the client target SLA's.
UG: B.Tech/B.E. (Information Technology) from Vel-Tech Multi-tech Eng. College in 2016
Education
IT Skills
Skill Name Version Last Used Experience
WinSCP, Putty, UNIX
Toad, SQL*PLUS
Linux, Windows 7/8
AWS 2021 3 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d19…
https://freesearch.naukri.com/preview/printResume?uname=cc5f1b05cedf843da0536774024a143e5e095c054b130f17051912090b0a0519100d190618490e5908… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Kannada
Tamil
Rank 586: Resume 89 with similarity score 0.016992922618294597
Resume Text: MS back end developer , application developer , management consulting retail , pair programming , ruby on rails , scrum , golang , mysql , databases , sublime text , ltd , energy , enterprise , agile , application , kotlin , programming languages , testing , management consulting , features , junit , computer science , export , optimization algorithms , client requirements , scala , javascript , price optimization , technology , data engineering © 2014 ThoughtWorks, Ltd. Confidential – do not distribute
ARSHI SALIM
Application Developer
Arshi serves ThoughtWorks as an Application Developer with 2.8+ years of experience in
the creation and delivery of enterprise application. She is heavily involved in the agile,
pair programming and TDD development practices. She is also skilled in requirements
gathering, analysis, solutioning and delivery of the client requirements. She is currently
working on Scala, Play, Golang, for back end development. GCP for data engineering and
React JS for front end development.
2
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 2
ThoughtWorks Experience
Enhancing monthly energy tracking platform for an American management consulting Firm
Arshi was assigned as an Application developer for the period of 1 year 24 days and worked closely with the client to
enhance their platform. This platform was used for monthly energy tracking for factories and providing levers to improve
efficiency of tools used in factories by minimizing energy consumption.
Despite being new member in the team, she worked independently on the feature development as the team size was very
small (3) where pair programming was not possible.
She closely worked with the client to understand feature requirements, analyze and solutionize them as there were no
Business Analysts in the team.
Price Optimization Application for Europe based Retail Chain
Arshi worked as an Application developer for 1 year 2 months on a complex problem statement of creating different price
optimization algorithms for different types of products. The application contains user journey of recommending new
prices using complex algorithms, review and export of these prices to shelf.
She mostly worked as back end developer to create rule-based pricing algorithm. She owned key features in the
application dealing with integration with clients core systems. She was also involved in analysis and delivery of many
features in the application.
Skills
Programming Languages: Java, Ruby, Scala, Golang, Kotlin, JavaScript (React)
Frameworks: Play, Ruby on rails
Testing Frameworks: JUnit, scalatest
Databases: Postgres, MySQL
Tools: IntelliJ, Sublime Text
Domains: retail
Methodologies: Agile, Scrum, XP
3
© 2014 ThoughtWorks, Ltd. Confidential – do not distribute 3
Education
Bachelor of Technology in Computer Science and Engineering from Netaji Subhash Engineering College
Kolkata
Arshi Salim
ThoughtWorks Experience
Enhancing monthly energy tracking platform for an American management consulting Firm
Price Optimization Application for Europe based Retail Chain
Skills
Education
Rank 587: Resume 695 with similarity score 0.016987977630825588
Resume Text: BSC , BS , B.E , MS , B.TECH director , project manager , project lead , supervisor , full time , vp core java , urchin , strengthening , 24x7 , campaign management , docker , linux , gradle , e-mail , customer satisfaction , spots , node.js , status , stakeholder management , service quality , cmip , xml , pl/sql , testing , ehcache , information sharing , features , html5 , spring security , acd , weblogic , development projects , spring framework , digital channels , customer retention , mitigation , operation optimization , service availability , react.js , vaadin , access , designation , tmn , cloud , cypress , windows , json , english , referrals , data security , jasmine , data aggregation , findbugs , monetization , groups , mongodb , consolidation , angularjs , checkstyle , focussed , karma , redis , closure , rest , branding , lucene , documentation , protractor , sms , affiliate , javascript , ldap , value-added , express.js , general , performing , healthcare , team management , web analytics , affirmative action , oracle , mysql , user experience , technical direction , maintenance , unix , jquery , bootstrap , jasper reports , escalation , business services , architecture , timelines , customer events , email , jpa , tomcat , websphere , dynatrace , aws , system development , mobile marketing , netapp , technology solutions , junit , twilio , customer experience , maven , languages , context , hibernate , hive , cisco , telematics , life insurance , jira , search , database , online , ajax , influencer , mentoring , onboarding , mockito , customer loyalty , jenkins , css , workspace , network performance , soap , fortune 500 , project performance , jmx , telecom , customer acquisition , jmeter , adobe experience manager , routing , vip , ms project , jtapi , ivr , customer value proposition , revenue , apache , lifetime value , characterization , visualization , centralization , teams , maps , team building , authorization , telephony , spring boot , log4j , solr , application , digital strategy , electronics , risk monitoring , engage , loadrunner , voice services , campaigns , roaming , digital marketing , metrics 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 1/4
Current Designation: Director
Current Company: HiveMaven
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Post Graduate Diploma [Telecom
Management - Specialization in Systems]
Verified : Phone Number | Email - id
HiveMaven as Director
Jun 2019 to Till Date
Hive Maven is a social networking website where users generate and give access to unlimited information on
various topics and industry verticals and information sharing is promoted through maven and monetization
programs. Mavens share information on topics specific to their knowledge area or expertise and are rated
based on the knowledge area, level of information shared, level of engagement and customer traffic generated.
The website promotes focussed groups, social networking groups and maven groups which can be used for
revenue generation by branding, affiliate marketing, business promotions, marketing campaigns, influencer
marketing etc and user monetization
Role: Director
Skills: Angular,Node.js, Express.js, ,HTML5, CSS, Mongo DB, JSON, Jasmine, Karma, Protractor, Bootstrap,
Docker, Redis, Jenkins, Elastic Search, AWS EC2,AWS Lambda, AWS VPC, AWS EBS,AWS Cloud Formation,
AWS IAM,
Role Description:
? Responsible for planning, estimation, architecture, and end-end delivery of the solution
? Provide strategic guidance and direction to development team.
? Subject matter expert to provide mentoring and technical direction to development team.
? Identify market gaps, requirements or issues and increase user experience for the product.
? Ensure team implements techniques, user experience and best practices with required documentation
? Hire a high performing team and engage teams to provide the required solution.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
AMAR KAIPA
Director with a strong experience of executing application and system development
projects for fortune 500
clients across telecom, healthcare, banking.19 years of experience in design,
development and testing with 9 years in project management
Key Skills: Core Java, J2Ee, Angularjs, Node.Js, React.Js,Express.js, Bootstrap, Spring Framework, Hibernate, Oracle
Database, MongoDB,Postgres, Docker, Jenkins,Lucene,Solr,Elastic Search
Summary
Director with a strong experience of executing application and system development projects for fortune 500 clients across USA,
UK, and Europe. Development experience of systems, applications, and products to provide solutions across verticals like
telecom, healthcare, banking, and life insurance. Recognised by organisations for strong project management experience of
executing and delivering complex projects as per timelines, budget, and quality. 19 years of strong experience in design,
development and testing with 10 years of project management experience of managing projects through effective
communication and stakeholder management
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 2/4
Cognizant Technology Solutions
Jan 2013 to Jun 2019
Project # 1: Prudential, USA
Project Description:
Prudential application consolidates the direct and indirect sales channels through digital strategy. The sales channels
consolidation helped to increase customer value proposition, customer acquisition, customer retention and net revenue
and thereby increasing the sales and profitability of life insurance packages and policies
Role: Project Manager
Skills: Node.js, Express.js, Angular, HTML5, CSS, REST Webservices, Mongo DB, Jasper reports, JSON, Jasmine,
Karma, Protractor, Jenkins, Bootstrap, Vaadin, Docker, XML, EHCache, JMeter
360-degree customer view by integrating with direct and indirect sales channels for unified view of customer
Usage base insurance analysis using Telematics, Data aggregation of Policy aggregators and Routing analysis for risk
management and call centre operation optimization through Call centre integration
Customer events, triggering events and Urchin Tracking module (UTM) to analyse customer preferences, website
customer events and marketing campaigns leading to policy sales respectively
Role Description:
Deriving the Project Plan and schedule of the project to deliver the project within the given timelines
Responsible for managing the cost of the project and deliver the project within the defined budget
Stakeholder management and risk management for communicating weekly status and resolving risks and issues
respectively for the project.
Team Management for mentoring and assessing team members and appraisal of the resources on project performance
Project #2: Barclays Bank, USA Project Description:
The application enabled the growth and sales of portfolio management services unit through digital strategy. It helped in
customer acquisition and customer asset maximisation and there by leading to higher customer lifetime value and net
revenue of Barclays
Role: Project Manager
Skills: React.js, Node.js, HTML5, CSS, REST Webservices, Mongo DB, Jasper reports, Elastic search, EHCache JSON,
Jest, Enzyme, Cypress, Jenkins, Bootstrap, Vaadin, Docker, XML, JMeter, Twilio
Digital marketing analysis including E-mail marketing and Mobile marketing (SMS integration), Customer online journey
maps to analyse digital onboarding customer experience, Interactive online assistant for risk monitoring of customer
portfolio
Responsive website to enhance digital experience and Web analytics for Visitor characterisation, Content characterization
and E-marketing to track customer behaviour and customer closure events
Role Description:
Deriving the Project Plan and schedule of the project to deliver the project within the given timelines
Define, monitor, and improve critical to success metrics for the success of the project
Escalation management and risk management to identify, assess, track and mitigate issues and risks
Interact with Business and Project Stakeholders to define and deliver complex features and ensure consistent and
transparent status updates to all stakeholders
Project # 3: NetApp, USA Project Description:
The application helped Net App increase the customer experience across multi-channel support, providing the customer a
consistent experience while buying their product and solutions. The application helped NetApp use multi-channel support
to customers in reducing time-to-resolution, increasing customer satisfaction and strengthening customer loyalty.
Role: Project Manager
Skills: React.js, Node.js, HTML5, CSS, REST Webservices, Mongo DB, Jasper reports, JSON, Jest, Enzyme, Cypress,
Jenkins, Bootstrap, Vaadin, Docker, XML, JMeter, REDIS Cache, Elastic Search, Adobe Experience Manager
Funnel visualization used analyse website goal and Multi-channel funnels (MCF) to report the analysis of source, referrals,
and landing page to conversion user information, durations, destinations and downloads
Ericsson Global Business Services
Jan 2012 to Dec 2012
Project # 1: Etisalat , Dubai
Project Description:
Etisalat's service monitoring system allows for proactive response, data security and data gathering and the overall good
health of a telecom services and while monitoring does not fix problems, it does lead to more stable and reliable telecom
network to help provide customers with good service quality
Role: Project Manager
Skills: Java, CORBA , RMI , HTML , XML , JSON , JMX , Object Request Broker (ORB) , DOM 4j , EJB , CMIP , Dynamic
TMN , SNMP4J , Java Mail , JDBC , SQL , LDAP , JMS
24x7 real time service monitoring and VIP monitoring to track the services of important customers for compliance issues
Data and voice services quality monitoring and Roaming service management to track network performance and quality of
service provided to roaming customers and subscribers
Service degraded customer spots data to identify location to improve service availability
Role Description:
Project team building, staffing and recruitment to onboard resources and recruit team members
Risk management for the management for the project to track risks and issues and derive mitigation plans for the project
Accenture
May 2010 to Dec 2011
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 3/4
1. Project Description: Contact Centre Solutions, CISCO, USA
Accenture and Cisco strategic alliance focused on CISCO enabled solution for implementing value-added services to end
users. The strategic long-term partnership provides end-end and packaged offerings to telecom customers by developing
Java based version of Agent desktop
Designation: Project Lead
Skills: Java , Java CTI Client interface libraries, XML ,Java Telephony Application Programming Interface (JTAPI) , RMI ,
JMS , CORBA , SOAP , HTML , SQL
Solution provides self-service interactive voice response (IVR) and multi-channel automated call distribution (ACD),
combined with built-in Context Service for simplified customer journey and outbound campaign management.
Contact centre agent and supervisor desktop API for customization and centralization of a single workspace application
Engage with customers on a variety of channels from a single intuitive contact centre agent desktop that includes inbound
voice, outbound voice, outbound IVR, and digital channels.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Madras University, Sri Venkateshwara College of Engineering in
1998
PG: Post Graduate Diploma (Telecom Management - Specialization in Systems) from Symbiosis Institute of Telecom
Management in 2000
Education
IT Skills
Skill Name Version Last Used Experience
Angular, Node.js, Express , React.js
Core Java, J2EE, Spring, Hibernate
REST, SOAP, JSP
JSON, AJAX, JavaScript, PL/SQL
XML, AJAX, HTML5, JQuery
Java Mail , JTA , JPA , JAXB
CORBA , RMI , JMX , EJB ,DOM
SAX, DOM, Log4j , Apache OpenNLP
Elastics Search, Redis Search, EH Cache
Solr Search, Lucene Search,Elastic Searc
Spring Framework , Hibernate
Linux, Unix, Windows
Tomcat, Weblogic, WebSphere
Oracle 9i, Oracle 11g, Postgres
MySQL, Geolite2, MongoDB,Oracle,Postgres
Rational Requisite Pro, Jira, MS Project
Junit, Mockito, DynaTrace
JMeter, Loadrunner, SOAP UI
Docker, Jenkins, Maven, Gradle
Jest, Enzyme, Cypress
Docker, Jenkins, Maven, Gradle
Spring Boot , Spring Security
Spring Framework , Hibernate
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b13…
https://freesearch.naukri.com/preview/printResume?uname=e6b3f4865446929404605457cd59c6925c5e0f544f170945021348515d5f5619140b135612405b090d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Checkstyle, Findbugs
ANT, Jasmine, KARMA, Protractor
Adobe Experience Manager, Vaadin
Twilio, Telesign SMS, OpenEMM
AWS IoT SiteWise
JTAPI,SWT,Coding Accuracy Support system
JSP
EJB, JDBC, JMS, JNDI
Remedy
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 588: Resume 582 with similarity score 0.01696901184145041
Resume Text: BS business development , software engineer , devops mobility , box , onboarding , redux , devops , customer , v1 , entrepreneurship , suggestions , mysql , hindi , maintenance , swimming , english , status , small business development , project , store , application , map , less , livestock , gaming , testing , components , features , languages , nginx , research , sass , money , javascript , organization , volleyball , technology , html , tennis , online Sumit Solanki
Software Engineer
To work in a growing company where, I can contribute my services to meet the objective of the organization with hard work, skills and
knowledge and to achieve the personal goal along with organizations goals.
sumitsolanki30@gmail.com 8440069166 linkedin.com/in/sumittsolanki
WORK EXPERIENCE
01/2019 – Present
Sofware Engineer
Sixwallz Inc
Pune
Sixwallz Inc is a US-based startup who build product to help relocating
people to the US and provide services to HR mobility
Optimize and made website fully responsive
Developed a fully functional feature “Onboarding”
Designed and developed feature “Neighborhood-v2”
Help in designing and developing features like - -> Places
suggestions to relocate nearby (Neighborhood-v1 [card
view] ), Favorites
Components build -> Popover on the map, Places search box,
Slider, Dropdown
Develop script for data testing with different provider
Worked with DevOps team to setup nginx server
PERSONAL PROJECTS
PetsHub.
It is a dynamic website where the shopkeeper can upload pets
Details and also maintain livestock. And customer can also watch
status of order.
Online Book Store.
It is a ASP .NET based project .in which students can buy a second
hand books from poratl in less amount of money
EDUCATION
2019
Master of Computer Application
NBN Sinhagad School of Computer Studies
Ambegaon Bk, Pune, 411046
75%
2013
Bachelor of Computer Applications
Lachoo Memorial College of Science &
Technology Jodhpur. (Autonomous)
69.54%
SKILLS
React Redux Javascript HTML/SASS MySql
CERTIFICATES
Participated in Sinhgad Karandak 'Techtonic' and got
1st prize in Logica Event.
C language
Participated in treasure Hunt in the event Jigyasa and
got 1st prize in the year 2017.
Treasure Hunt
NATIONAL INSTITUTE FOR ENTREPRENEURSHIP AND
SMALL BUSINESS DEVELOPMENT (2014)
Certified in PC Maintenance
LANGUAGES
English
Limited Working Proficiency
Hindi
Full Professional Proficiency
INTERESTS
Research Swimming Volleyball PC Gaming
Tennis
Achievements/Tasks
mailto:sumitsolanki30@gmail.com
https://www.linkedin.com/in/sumittsolanki
Rank 589: Resume 1502 with similarity score 0.016952960809078634
Resume Text: B.E , MS , B.TECH , BS engineering manager , director of engineering , software architect , devops , orchestrator , full time , part time , senior consultant , enterprise architect , aws solution architect marathon , training , icp , security , nlp , platforms , docker , sdks , gateway , zeromq , pattern , new relic , status , rabbitmq , express , application architecture , continuous integration , cloud foundry , blockchain , writing , features , building , kibana , infrastructure , data center , emerging technologies , crm , artifactory , emotional intelligence , elasticsearch , react.js , ansible , automation , socket.io , graphql , devops , kubernetes , access , designation , hindi , cluster , ltd , english , logstash , project , mongodb , microservices , solution architecture , angularjs , redis , architecting , rest , data analysis , swift , software architecture , flow , machine learning , capacity planning , professional services , vmware , one , javascript , artificial intelligence , technology , hadoop , reporting , rollout , continuous delivery , mean stack , monitoring services , affirmative action , test scripts , chinese , glue , atlas , maintenance , advanced , paas , dynatrace , email , google , aws , engineering management , saas , containerization , languages , console , big data , amazon , hive , android sdk , mobile , esxi , ecma , network architecture , api , high availability , migrating , jenkins , ug , ecr , signaling protocols , authentication , analytics , active directory , azure , permissions , php , authorization , teams , enterprise , jade , virtualization , ios sdk , models , siebel , webrtc , devices , gaming , ecs , s3 , servers , running , framework , nginx , sdk development , python , orchestration , load , browsers , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 1/3
Current Designation: Solution Architect & Engineering manager
Current Company: New Future Holdings
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
New Future Holdings as Solution Architect & Engineering manager
Jun 2020 to Till Date
Handling on AWS and Google Application and Infrastructure architecture. Working on services supporting
the China region.
1. Migrating Temasys API Services in Kubernetes:
I worked on hardcore kubernetes in this project. The following is a summary of the work done in
this role.
a. Created network architecture for the project and deployed the resources in AWS as per
the network diagram
b. Worked with Security teams to integrate complete AWS access and IAM roles and
permissions
c. Worked with Lambda, SNS Notifications, NAT Gateway, VPC, Redshift, S3
d. Worked with Container Orchestration platforms - Kubernetes and ECS
e. Worked on the migration of K8S clusters from On-Prem to AWS
f. Worked on stabilizing the cluster performance in different environments
g. Worked on the auto deployment of the cluster changes from one environment to
another
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AVINASH KUMAR DUBEY
Solution Architect seeking roles as Solution Architect,Software Architect,Engineering
Manager, certified GCP Architect Professional, certifies AWS Solution Architect
Professional, Microservices, MEAN Stack, MongoDB, Python, Java, Kubernetes,
CI/CD
Key Skills: Solution Architecture, Software Architecture, Engineering Management, Private Cloud, Cloud Foundry, Mean
Stack, React.Js, Python, kubernetes, Microservices, Docker, Ansible, Elastic Search, Machine Learning
Summary
Software Technologist, 12+ years of experience in leading, designing, architecting
solution for Enterprises. Broad experience on delivering the projects based on
Frontend, Backend, integration to Saas/CRM systems, DevOps, PaaS as well as
proven proficiency in emerging technologies IOT, AI, Machine Learning, Hybrid, cloud,
Bigdata.
Self-driven and highly motivated AWS certified solution Architect professional with 12+ years of
experience in the DevOps, Infrastructure as a Code (IasC), Platform as a Service (PaaS), SaaS,
Virtualization, Containerization and Continuous Integration & Continuous Delivery (CICD).
Possess vision & passion in iABCD advanced technology (IoT, Artificial Intelligence & Chatbot,
Blockchain, Cloud, Big Data). Machine learning, Chatbot, NLP, Tensor Flow, Yolo v3, etc
Developed, implemented web-based software applications in various industry domains such as
logistics, automation or intelligent building applications etc.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 2/3
h. Worked on helm charts, resource sets, kube DNS etc
i. Worked on Terraform and Ansible to setup infrastructure
2. Dockerize Temasys MCU services and ECS deployment
a. Dockerized Temasys MCU services
b. Set up various ECS clusters (primary, secondary and Fargate)
c. Set up scaling down and service port discovery
d. Ensured High availability of services
e. Worked on Terraform and Ansible to setup infrastructure
3. Setting up Infrastructure and devops process of chinese gaming company (Temasys Client):
a. Worked as a Solution Architect for this project. Created Multi cloud architecture for high
availability, which serves 100s of millions of requests per day. Managed 100s of servers.
b. Set up data center in Taiwan
c. Worked with various CDN services like toffs and ali cloud to choose good CDN service for
china.
d. Set up 3 ICP server in china, lease line from hongkong etc.
e. Created Lambda load test scripts to load tests around the world.
f. Set up EKS, GKE and GKE-OnPrem infrastructure using terraform to ensure high availability of
services.
g. Set up CI/CD process with Circleci, AWS ECR, AWS commit.
h. Set up environment for RDS, MongoDB Atlas, SQS, SNS, AmazonMQ, Elastics Cache and ELK
Stack
i. Worked on Terraform and Ansible to setup infrastructure.
j. Worked on various monitoring services like cloud watch, Pagerduty, New Relic, dynatrace etc.
k. Helped team to implement saga pattern and other microservices best practices.
l. Worked on GraphQL, Websocket, pusher, etc.
Temasys Pte Ltd as Director of Engineering - Infrastructure & Professional Services
Apr 2017 to Jun 2020
Worked on following projects in Temasys:
Project 1 : Backend API Server
Technologies : NodeJs, PHP, Express, Redis, MongoDB, Amazon ECS, SQS, Amazon ELB, MicroService
Architecture, Nginx
Role : Architecting, designing and writing code, making it scalable up to multi million requests per day.
This server is used for authentication and providing REST API request and response. There are many
monitoring services running to make sure the server is up and running 24/7.
Project 2: Signaling server
Technologies: NodeJs, Redis, RabbitMQ (Amazon MQ), Socket.io, MicroService Architecture, Nginx
Description: Custom Signaling server which communicates with MCU and peer to peer, written in
nodeJS, supports multiple peers for daily calls. Communicates with S3 and Elasticsearch.
Project 3: Data Analysis server
Technologies: Elasticsearch, S3, Amazon Kinesis, NodeJS, Kibana, LogStash, Hadoop, Hive, Impala,
(Amazon Glue), d3 JS
Description: Created the architecture for the data analysis server, compatible for analysing terabytes of
data. It takes data from millions of devices, processes and shows consolidated real time analytics
with various data points and keeps processed legacy data so customers can get past reports on
request.
Project 4: Frontend SDKs
Technologies: JS (ECMA 6), ReactJS, WebRTC
Description: Lead, designed and wrote Frontend SDK and demo application code which are compatible
with all browsers and follow Signaling protocols to communicate to WebRTC.
Project 5: Emotional Intelligence Engine
Technologies: Python, Tensorflow, CNN, Machine learning
Description: Tensorflow based Machine learning engine which extracts emotions from client calls (call
center) and based on that creates a feedback report of the call.
Project 6: Mobile SDKs
Technologies: Android SDK and IOS SDK
Description: Lead Mobile SDK development for Android in Java and IOS SDK on SWIFT language which
are using Signaling protocols to communicate to WebRTC.
Equinix (vai APAR Technologies) as Senior Consultant
Apr 2016 to Apr 2017
Worked on following projects in Equinix:
Project 1: Chatbot Evaluation and IT pilot rollout .
Environment: NodeJs, MongoDB, Machine Learning, Tensor flow, API.AI, micorost LUIS, Dialogue flow
Description:
- Evaluated the chatbot platforms and rolled out chatbot on LUIS and Google dialogue flow
platform.
- Deployed the people finder, IBX finder, KB framework.
- with artificial intelligence capability which took data from various api sources, trained model, and
gave responses based upon intents of user queries.
Role : Application Architecture design, selecting data sources, training models, setting up intents, etc,
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 3/3
managing the Google Dialogflow admin console.
Project 2 : RAMP IBX Ops App deployment on the Azure
Environment: NodeJs, Express, Redis, MongoDB, Angular JS, Docker, Mesos, Marathon, HAPROXY,
Orchestrator, Ansible, Azure, AngularJS, Siebel APi integration.
Description :
- Deployed the Microservice architecture on the Azure PAAS with integration to On premise
systems.
- Build the Microservice integration to Siebel Activity API
- Managed the Azure Admin portal for VMs and capacity planning
- Build the Usage report on the RAMP platform.
Project 2: Node Js framework development on RAMP Platform.
Environment: NodeJs, Angular JS, Jade, Redis, ZeroMq (PubSub), MongoDB
Description :
- Responsible for upgrading the various features on the RAMP admin console UI
- Build the Usage report on the RAMP platform.
- Build the common API ( Favorite, App upgrade , App crash reporting API)
- Provided the ongoing support for Mobile Backend Platform.
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2008
Other Qualifications/Certifications/Programs:
Kubernetes workshop
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, Artifactory, Python,
Ansible, Chef, Puppe, RabbitMQ,
VMWare ESXi, SVN, Active Directory, DNS,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 590: Resume 726 with similarity score 0.01694173864048925
Resume Text: B.E , MS , B.TECH , BS engineering manager , director of engineering , software architect , devops , orchestrator , full time , part time , senior consultant , enterprise architect , aws solution architect marathon , training , icp , security , nlp , platforms , docker , sdks , gateway , zeromq , pattern , new relic , status , rabbitmq , express , application architecture , continuous integration , cloud foundry , blockchain , writing , features , building , kibana , infrastructure , data center , emerging technologies , crm , artifactory , emotional intelligence , elasticsearch , react.js , ansible , automation , socket.io , graphql , devops , kubernetes , access , designation , hindi , cluster , ltd , english , logstash , project , mongodb , microservices , solution architecture , angularjs , redis , architecting , rest , data analysis , swift , software architecture , flow , machine learning , capacity planning , professional services , vmware , one , javascript , artificial intelligence , technology , hadoop , reporting , rollout , continuous delivery , mean stack , monitoring services , affirmative action , test scripts , chinese , glue , atlas , maintenance , advanced , paas , dynatrace , email , google , aws , engineering management , saas , containerization , languages , console , big data , amazon , hive , android sdk , mobile , esxi , ecma , network architecture , api , high availability , migrating , jenkins , ug , ecr , signaling protocols , authentication , analytics , active directory , azure , permissions , php , authorization , teams , enterprise , jade , virtualization , ios sdk , models , siebel , webrtc , devices , gaming , ecs , s3 , servers , running , framework , nginx , sdk development , python , orchestration , load , browsers , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 1/3
Current Designation: Solution Architect & Engineering manager
Current Company: New Future Holdings
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
New Future Holdings as Solution Architect & Engineering manager
Jun 2020 to Till Date
Handling on AWS and Google Application and Infrastructure architecture. Working on services supporting
the China region.
1. Migrating Temasys API Services in Kubernetes:
I worked on hardcore kubernetes in this project. The following is a summary of the work done in
this role.
a. Created network architecture for the project and deployed the resources in AWS as per
the network diagram
b. Worked with Security teams to integrate complete AWS access and IAM roles and
permissions
c. Worked with Lambda, SNS Notifications, NAT Gateway, VPC, Redshift, S3
d. Worked with Container Orchestration platforms - Kubernetes and ECS
e. Worked on the migration of K8S clusters from On-Prem to AWS
f. Worked on stabilizing the cluster performance in different environments
g. Worked on the auto deployment of the cluster changes from one environment to
another
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AVINASH KUMAR DUBEY
Solution Architect seeking roles as Solution Architect,Software Architect,Engineering
Manager, certified GCP Architect Professional, certifies AWS Solution Architect
Professional, Microservices, MEAN Stack, MongoDB, Python, Java, Kubernetes,
CI/CD
Key Skills: Solution Architecture, Software Architecture, Engineering Management, Private Cloud, Cloud Foundry, Mean
Stack, React.Js, Python, kubernetes, Microservices, Docker, Ansible, Elastic Search, Machine Learning
Summary
Software Technologist, 12+ years of experience in leading, designing, architecting
solution for Enterprises. Broad experience on delivering the projects based on
Frontend, Backend, integration to Saas/CRM systems, DevOps, PaaS as well as
proven proficiency in emerging technologies IOT, AI, Machine Learning, Hybrid, cloud,
Bigdata.
Self-driven and highly motivated AWS certified solution Architect professional with 12+ years of
experience in the DevOps, Infrastructure as a Code (IasC), Platform as a Service (PaaS), SaaS,
Virtualization, Containerization and Continuous Integration & Continuous Delivery (CICD).
Possess vision & passion in iABCD advanced technology (IoT, Artificial Intelligence & Chatbot,
Blockchain, Cloud, Big Data). Machine learning, Chatbot, NLP, Tensor Flow, Yolo v3, etc
Developed, implemented web-based software applications in various industry domains such as
logistics, automation or intelligent building applications etc.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 2/3
h. Worked on helm charts, resource sets, kube DNS etc
i. Worked on Terraform and Ansible to setup infrastructure
2. Dockerize Temasys MCU services and ECS deployment
a. Dockerized Temasys MCU services
b. Set up various ECS clusters (primary, secondary and Fargate)
c. Set up scaling down and service port discovery
d. Ensured High availability of services
e. Worked on Terraform and Ansible to setup infrastructure
3. Setting up Infrastructure and devops process of chinese gaming company (Temasys Client):
a. Worked as a Solution Architect for this project. Created Multi cloud architecture for high
availability, which serves 100s of millions of requests per day. Managed 100s of servers.
b. Set up data center in Taiwan
c. Worked with various CDN services like toffs and ali cloud to choose good CDN service for
china.
d. Set up 3 ICP server in china, lease line from hongkong etc.
e. Created Lambda load test scripts to load tests around the world.
f. Set up EKS, GKE and GKE-OnPrem infrastructure using terraform to ensure high availability of
services.
g. Set up CI/CD process with Circleci, AWS ECR, AWS commit.
h. Set up environment for RDS, MongoDB Atlas, SQS, SNS, AmazonMQ, Elastics Cache and ELK
Stack
i. Worked on Terraform and Ansible to setup infrastructure.
j. Worked on various monitoring services like cloud watch, Pagerduty, New Relic, dynatrace etc.
k. Helped team to implement saga pattern and other microservices best practices.
l. Worked on GraphQL, Websocket, pusher, etc.
Temasys Pte Ltd as Director of Engineering - Infrastructure & Professional Services
Apr 2017 to Jun 2020
Worked on following projects in Temasys:
Project 1 : Backend API Server
Technologies : NodeJs, PHP, Express, Redis, MongoDB, Amazon ECS, SQS, Amazon ELB, MicroService
Architecture, Nginx
Role : Architecting, designing and writing code, making it scalable up to multi million requests per day.
This server is used for authentication and providing REST API request and response. There are many
monitoring services running to make sure the server is up and running 24/7.
Project 2: Signaling server
Technologies: NodeJs, Redis, RabbitMQ (Amazon MQ), Socket.io, MicroService Architecture, Nginx
Description: Custom Signaling server which communicates with MCU and peer to peer, written in
nodeJS, supports multiple peers for daily calls. Communicates with S3 and Elasticsearch.
Project 3: Data Analysis server
Technologies: Elasticsearch, S3, Amazon Kinesis, NodeJS, Kibana, LogStash, Hadoop, Hive, Impala,
(Amazon Glue), d3 JS
Description: Created the architecture for the data analysis server, compatible for analysing terabytes of
data. It takes data from millions of devices, processes and shows consolidated real time analytics
with various data points and keeps processed legacy data so customers can get past reports on
request.
Project 4: Frontend SDKs
Technologies: JS (ECMA 6), ReactJS, WebRTC
Description: Lead, designed and wrote Frontend SDK and demo application code which are compatible
with all browsers and follow Signaling protocols to communicate to WebRTC.
Project 5: Emotional Intelligence Engine
Technologies: Python, Tensorflow, CNN, Machine learning
Description: Tensorflow based Machine learning engine which extracts emotions from client calls (call
center) and based on that creates a feedback report of the call.
Project 6: Mobile SDKs
Technologies: Android SDK and IOS SDK
Description: Lead Mobile SDK development for Android in Java and IOS SDK on SWIFT language which
are using Signaling protocols to communicate to WebRTC.
Equinix (vai APAR Technologies) as Senior Consultant
Apr 2016 to Apr 2017
Worked on following projects in Equinix:
Project 1: Chatbot Evaluation and IT pilot rollout .
Environment: NodeJs, MongoDB, Machine Learning, Tensor flow, API.AI, micorost LUIS, Dialogue flow
Description:
- Evaluated the chatbot platforms and rolled out chatbot on LUIS and Google dialogue flow
platform.
- Deployed the people finder, IBX finder, KB framework.
- with artificial intelligence capability which took data from various api sources, trained model, and
gave responses based upon intents of user queries.
Role : Application Architecture design, selecting data sources, training models, setting up intents, etc,
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a47…
https://freesearch.naukri.com/preview/printResume?uname=9f6d4f992a4f5e66d210434f6b7e7c515a55585543145f430147485c095b534b425a470015150c0f005… 3/3
managing the Google Dialogflow admin console.
Project 2 : RAMP IBX Ops App deployment on the Azure
Environment: NodeJs, Express, Redis, MongoDB, Angular JS, Docker, Mesos, Marathon, HAPROXY,
Orchestrator, Ansible, Azure, AngularJS, Siebel APi integration.
Description :
- Deployed the Microservice architecture on the Azure PAAS with integration to On premise
systems.
- Build the Microservice integration to Siebel Activity API
- Managed the Azure Admin portal for VMs and capacity planning
- Build the Usage report on the RAMP platform.
Project 2: Node Js framework development on RAMP Platform.
Environment: NodeJs, Angular JS, Jade, Redis, ZeroMq (PubSub), MongoDB
Description :
- Responsible for upgrading the various features on the RAMP admin console UI
- Build the Usage report on the RAMP platform.
- Build the common API ( Favorite, App upgrade , App crash reporting API)
- Provided the ongoing support for Mobile Backend Platform.
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2008
Other Qualifications/Certifications/Programs:
Kubernetes workshop
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, Artifactory, Python,
Ansible, Chef, Puppe, RabbitMQ,
VMWare ESXi, SVN, Active Directory, DNS,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 591: Resume 1430 with similarity score 0.01685248309674658
Resume Text: B.E , MS , B.TECH , BS orchestrator , automation developer , software developer , full time , senior analyst , production support analyst upgradation , self learning , general , window , customer , performing , robot , bmc remedy , columns , dfd , soap , designation , use case , xslt , affirmative action , it operations , hindi , linux , maintenance , unix , alm , json , english , authorization , troubleshooting , teams , code review , automation tools , design documents , process definition , status , excel , agile , approvals , email , google , c# , sql , application , project , problem management , server configuration , ownership , xml , fine tuning , fixing , testing , surveillance , atrium orchestrator , rest , compensation , framing , technical design , servers , running , debugging , building , output , languages , sme , screen scraping , itil , process automation , selenium , sit , javascript , workflow , acting , queues , orchestration , servicenow , xpath 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170…
https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170b10435a5e0f51… 1/3
Current Designation: RPA (UI Path Developer)
Current Company: Horizontal Integration
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [ENTC]
Verified : Phone Number | Email - id
Horizontal Integration as RPA (UI Path Developer)
Jun 2020 to Till Date
* Worked with SME's to create PDD (Process Definition Document) and developed separate SDD (Solution Design
Documents).
* Implemented End to End Robotic Process Automation (RPA) using UiPath.
* Used Screen Scraping, Data Scrapping method to extract text from running window application by appropriate output
methods such as native, Full text and OCR.
* Used Excel automation for repetitive Excel data entry, appending and for comparing columns.
* Used UiPath Orchestrator for deployment, monitoring and management of UiPath Robot automation activity.
* Participated with test teams during the Product test and UAT phases to fix assigned bugs.
* Involved in code review and fine tuning the code for performance related issues.
* Working closing with different teams in making changes in developed processes as per the technical design document
(TDD) to meet the defined requirements.
* Have been Learning about chatbots and did creation of couple of chatbots using UiPath and Google Diagram Flow as
a part of Self Learning.
Cognizant as Automation Developer
Jul 2016 to Jun 2020
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Chittaranjan Patra
Systems Integration Senior Analyst seeking roles in ITPA & RPA Automation
Development,Server Configuration,Release Deployment,Production Support,Bug
Fixing,IT operations,UiPath,XML, Xpath, XSLT,BMC Atrium Orchestrator, UiPath
Orchestrator
Key Skills: RPA Automation Development,UI Path,Bmc Remedy,BMC Atrium Orchestrator,Server Configuration,UI Path
Orchestrator,ITIL,Production
Support,Debugging,XML,XPath,Automation,Monitoring,Troubleshooting,Orchestration,Software Development,Process
Automation
Summary
Automation Development & Production Support with 4 years of experience in IT Process Automation, Robotic Process
Automation (RPA) & UNIX Possess an integrated skill set in diverse functional areas ? Automation Development (RPA & IT
Process Automation), Server Configuration, Release Deployment and Monitoring. Gained extensive technical exposure while
working on diverse projects using different skill sets. Developed and Supported Automation Projects as well as worked in
Production Support Role. Responsible for Development of Automation Workflows on Agile Development Methodology.
Developed Automation Workflows based on Feasibility of Automation Tools for Use case Scenarios. Responsible for Tasks
related to Server Upgradation and Patching under the supervision of L2 and L3 from onsite.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170…
https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170b10435a5e0f51… 2/3
Cognizant (Client Merck), Automation Developer Dec'18-June'20 ---------------------------------------------------------------------------
----------------------------------------------------------- Key Result Areas(BMC Atrium Orchestrator - IT Process Automation): Hands
On experience with BMC Atrium Orchestrator tool (ITPA) for developing Automation workflows. End to end coordination
with various teams in framing and developing the workflows for the existing manual IT operations, Debugging and
deploying them in production. Using Various Webservices (REST & SOAP) to generate Request and Response in
JSON/XML from external Applications. Technical review and performing Dry Run before client and various other
stakeholders. Working on framing the Release Document and Change list of the automated workflow designed for various
ongoing operations. Testing the Workflows in Non-Pilot Environment using ALM VEERA Tool. --------------------------------------
-------------------------------------------------------------------------------------------------- Key Result Areas(UiPath - RPA): Worked with
SME's to create PDD (Process Definition Document) and developed separate SDD (Solution Design Documents).
Implemented End to End Robotic Process Automation (RPA) using UiPath. Used Screen Scraping, Data Scrapping
method to extract text from running window application by appropriate output methods such as native, Full text and OCR.
Used Excel automation for repetitive Excel data entry, appending and for comparing columns. Used UiPath Orchestrator
for deployment, monitoring and management of UiPath Robot automation activity. Participated with test teams during the
Product test and UAT phases to fix assigned bugs. Involved in code review and fine tuning the code for performance
related issues. Working closing with different teams in making changes in developed processes as per the technical
design document (TDD) to meet the defined requirements. ------------------------------------------------------------------------------------
---------------------------------------------------- Cognizant (CBOI), Production Support Analyst Sept'16 -Nov'18 Covering the L 1.5
level task involving Minor Patching Activities and Release Deployment on servers. Server Configuration task under the
surveillance of L2 and L3 team members. Monitoring the status of the Servers and acting according as per the status
Preparing the Change Request and responsible for taking all the approvals from Technical Heads and Business Heads.
Taking Ownership of the Disruption if any and recording it in Problem ticket as a part of Problem Management.
UG: B.Tech/B.E. (ENTC) from Dr.BAMU University, Aurangabad in 2015
Other Qualifications/Certifications/Programs:
Certified Advance RPA Developer(UIPath)
Education
IT Skills
Skill Name Version Last Used Experience
BMC Atrium 8.0 2020 2 Year(s) 0 Month(s)
ORCHESTRATOR
Uipath 2019.5.0 2020 2 Year(s) 0 Month(s)
Basics of c#
XML, XPAth, Xslt
UNIX & LINUX (RHCSA)
SQL
BMC Remedy
ServiceNow
ALM VEERA/SELENIUM
Services(AWS)/GCP
Languages Known
Language Proficiency Read Write Speak
english
hindi
oriya
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170…
https://freesearch.naukri.com/preview/printResume?uname=47bd7ff9a0d5eaa62dc2dcd30924f43d5b0b0f571c1608440242485d5e5c554f1a0b170b10435a5e0f51… 3/3
Nature of Employment: Full Time Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2018 - Jun 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2016 - Oct 2018
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Automation solution
Client: UTS
Project Details: We were the core Automation team responsible for the IT Process Automation of the Horizontal Integration
using BMC ATRIUM ORCHESTRATOR.
TASKS:
1. Gathering Requirements related to use case from Stake holders
2. Building DFD for the automation use case.
3. Developing Automation Workflow based on requirement.
4. Testing the workflow in SIT environment.
5. Deploying workflow in Production.
6. Monitoring the compensation received for workflows and fixing the bugs.
Project Title: Merck
Client: Merck
Project Details: Key Result Areas(BMC Atrium Orchestrator - IT Process Automation and UIPATH):
Hands On experience with BMC Atrium Orchestrator tool (ITPA) and UiPath(Robotics Process Automation) for developing
Automation workflows.
End to end coordination with various teams in framing and developing the workflows for the existing manual IT operations,
Debugging and deploying them in production.
Using Various Webservices (REST & SOAP) to generate Request and Response in JSON/XML from external Applications.
Technical review and performing Dry Run before client and various other stakeholders.
Working on framing the Release Document and Change list of the automated workflow designed for various ongoing
operations.
Testing the Workflows in Non-Pilot Environment using ALM VEERA Tool.
UIPath Orchestrator used for managing the processes, bots,jobs and queues.
creation of SDD after carefully examining the TDD from customer.
involved in code review for the code created against the RPA not built.
Project Title: CBOI
Client: CBOI
Project Details: Production Support Analyst Feb'16 -May'17 Covering the L 1.5 level task involving Minor Patching Activities
and Release Deployment on servers. Server Configuration task under the surveillance of L2 and L3 team members.
Monitoring the status of the Servers and acting according to as per the status Preparing the Change Request and
responsible for taking all the approvals from Technical Heads and Business Heads. Taking Ownership of the Disruption if any
and recording it in the Problem ticket as a part of Problem Management.
Rank 592: Resume 1276 with similarity score 0.016840438306198868
Resume Text: B.S , MS , BS software engineer , senior specialist , access manager , devops , software developer , full time , team lead , full stack developer ecommerce , automation , api , ansible , smarty , core java , cricket , subversion , devops , jenkins , telugu , access , css , kubernetes , soap , designation , blogs , tamil , affirmative action , information technology , oracle , mysql , hindi , docker , linux , maintenance , azure , ltd , apache , php , jquery , english , json , authorization , teams , creloaded , status , spring boot , postgresql , email , project , jpa , cobra , application , aws , thin , oscommerce , tomcat , solution architecture , processing , ci , xml , pl/sql , pipelines , rest , media planning , flow , git , building , languages , maven , nginx , kannada , iis , his , python , mobile , one , javascript , web , cloud computing , cmms , jscript , cd , html , ajax 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847…
https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847521513590f5d… 1/3
Current Designation: Senior Specialist -Core Java
Current Company: Societe Generale
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Email - id
Societe Generale as Senior Specialist -Core Java
May 2014 to Till Date
Project Stock, Server Reference, Access manager
Description The application supports mass deployment of other application.
Skills Java, Spring Boot, postgresql.
Role Create and maintain fully automated CI/CD pipelines for code deployment, for mass deployment of applications on
over 500 locations, being run in 3 regions.
Project Cobra
Description Building, optimizing and Enhancing the API needed by other teams. Currently implementing Devops for
CI/CD.
Skills Spring Boot, Micro services, Oracle, JPA
Role My role here has been working simultaneously as a DevOps guy, understanding the flow the program and
reducing the time taken to delivery, removing the bottle necks of the application while moving to production.
Project Suptools
Description This application is used to check every day and monthly user's activities and checklist.
Skills Oracle, JSP, Java
Project Eztrack
Description This application is used to evaluate the after-failure evaluation and tracking the causes of failure if
applications.
Skills Java, Spring, PostgreSQL.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Pravin Kumar Pathak
Senior Specialist seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Core Java,PHP,Python,Devops, Cloud
AWS,Git,PostgreSQL,MySQL.
Key Skills: Senior Specialist,Tech Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Java,PHP,Python,Jenkins, Cloud Computing, AWS, Azure,
Devops, Automation,Docker
Summary
I have over 11 years of experience as a full stack developer. I have good understanding of software development life cycle,
automating, CI/CD, and DevOps processes and part several automation process.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847…
https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847521513590f5d… 2/3
Greynium Information Technologies Pvt. Ltd., as Sr. Software Developer
Dec 2010 to May 2014
Responsibility: Handling sharedots, rlinks, cricket, education, blogs, polls and several other websites.
Project Rlinks
Description Interesting project to auto change the words with certain links, in any websites HTML page.
Skills Php, Mysql, Jquery, nginx server.
Project mykhel
Description The task is to handle cricket in different languages like English, Hindi, Tamil, Telugu and Kannada and on
the mobile/web. My job entitles all the technical aspect of the cricket. Getting information in the form of json, XML and
Mysql data, reading and displaying in respective languages.
Skills Php, Mysql, Mssql, Linux, HTML, XML, jquery, json, smarty
Web site www.thatscricket.com (Web + mobile version - 6 languages)
Other Projects: share dots, goodreturns.in, recharge.oneindia.in, Polls, Thin marker, Blogs & other
Visis Software as Software Engineer
May 2008 to Jul 2009
Project Ggituning, Catalog305
Description Ecommerce based websites.
Skills Creloaded, oscommerce.
Project Edumerit, Mokshaspl
Role Developer
Description Project on education and media
Skills Java, Mysql, Jscript, CSS
Web Site http://edumerit.com/ (multiple languages)
Project Origins CMMS (ERP)
Role Developer, Designer
Description Centralize Management & Monitoring System is an application which is used for Advertisement and
Monitoring. This client has many branches so, he wanted to make a centralize system through which They can manage
their whole business through one interface. The admin can view all the processing
Happening from his login section, and other users based on their login can handle their task Assigned by the admin or the
super admin. Basically it is ERP that include modules like:
1. Client Servicing Department 2. Media Planning
3. Design 4. Production 5. Operation
6. Commercial 7. Account 8. Administrator
Skills Java, MYSQL, HTML, JAVASCRIPT, Ajax
Role Lead position to developing all the requirement including all the modules and working with my team to give the
best result.
UG: B.Sc (information technology) from MARWARI COLLEGE in 2005
PG: MCA (Computers) from Birla Institute of Technology (BIT), Ranchi in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Ansible
CORE JAVA
php, Python
JavaScript, JQuery
spring boot
Git, Subversion
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847…
https://freesearch.naukri.com/preview/printResume?uname=90196c0a25e1eae0abba5966b41b47410b585f581f465c100543455e0e0b024a150847521513590f5d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
PostgreSQL, MySQL
Oracle, PL/SQL, MS SQL
MAVEN
Tomcat, Apache, IIS
Git, SVN
REST & SOAP
Kubernetes
Dockers, Aws, Azure, ELK
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 593: Resume 458 with similarity score 0.016840330246248692
Resume Text: MS , B.TECH work from home , beta tester , student coursera , database , beta , sports , assessment , bioinformatics , resume , python , internships , data analytics , biotechnology , ngs , deep learning , data analysis , sql , machine learning , gene expression Assessment
Q1. Why should you be hired for this role?
I am a undergraduate student at department of biotechnology, National institute of technology Raipur.And I am a regular competitor on Kaggle
competitions.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for immediate for work for home.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9340914073
Riyaj Muhammad
Bangalore, Pune
Applied 08 Feb'21
Python Bioinformatics Data Analytics
Database Management
System DBMS
Deep Learning Machine Learning
SQL
Bachelor of Technology B.Tech), Biotechnology Engineering
National Institute Of Technology Raipur
2017 - 2021
CGPA 7.10/10
NGS Data Analysis
National Center For Microbial Resource, Pune
May 2019 - Jul 2019
NGS data analysis on the basis of similarly in the genomic sequence.
Vocational Trainee
aiims raipur, Raipur
Dec 2018 - Jan 2019
1 Captain of NIT Raipur at All India InterNIT powersport competition 2019 at MNIT jaipur.
2 Coordinator at sports committee of NIT Raipur SHAURYA.
3 Management committee of hostel H NIT Raipur.
University of Liverpool Kaggle competition
May 2020 - Jul 2020
Kaggle competition to predict the number of open channel in the cell at a given time.160th rank.
Identification of microbial phyla by microscopic images.
Jun 2019 - Jun 2019
Melanoma identification
Aug 2020 - Present
identification of the melanoma cells with the help of images.
Mechanism of drugs
Sep 2020 - Present
The competition is held on Kaggle to develop a algorithm to define the mechanism of drug on the basis of gene expression
and cell mortality.
Kaggle Expert tier
Beta tester at Coursera
Rank 594: Resume 1330 with similarity score 0.016825497806512567
Resume Text: B.E , MS , B.TECH , BS modeler , assistant project manager , avp , it professional , senior software engineer , full time , team lead , senior consultant , technical lead , project leader customer , algorithms , office , interoperability , databases , project planning , status , printing , bridge , redmine , xml , artifacts , global logistics , ec2 , asp.net , organization , suite , 4gl , com+ , open source , business opportunities , designation , pii , web services , leaks , hindi , project cost , windows , ltd , json , english , agile , leadership , processing , e-governance , elections , rest , wse , mvc , service design , c++ , prototyping , initiation , kiosk , documentation , word , boarding , javascript , digitization , reporting , general , scrum , healthcare , team management , developers , visual studio , affirmative action , mysql , oracle , technical architecture , maintenance , workbench , email , aws , project delivery , gls , architecture development , languages , software requirements , quality reviews , seating , level design , jira , program management , scheme , check-in , soap , ug , scratch , pos , dbt , php , authorization , custom software , internet , teams , c# , models , excel , application , datasets , aviation , government , led , framework , data access , cloud computing , metrics , microsoft sql server 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c5919450014…
https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c59194500145745440c5d5b… 1/3
Current Designation: Senior Consultant - Program
Management
Current Company: National Institute for Smart Government
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
National Institute for Smart Government as Senior Consultant - Program Management
May 2016 to Feb 2021
Provided an open source solution to enable web
based-reporting for 75 DBT Schemes via State DBT
Portal (managed a team of 5 developers)
* Built ReST APIs (JSON, SOAP) to enable transferring of
scheme data from State DBT Portal to National Portal
* Contributed to the success of client's organization in
moving from on-premise Data Centre to Cloud by
providing key inputs in setting up of EC2 instances,
RDS, ALBs, SGs, SES and migrated 20+ application to
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Bankimchandra Maisnam
Senior Consultant-Program Management seeking roles in Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Client
Management,Cloud Computing,Project Planning,SQL Server,AWS,C#,C++,Web
Services, APIs, ReST
Key Skills: Program Management,Project Manager,Project Management,System Analysis,Technical
Architecture,Requirement Gathering,Client Management,Cloud Computing,Project Planning,C#,SQL Server,AWS,C++,
Web Services, APIs, ReST
Summary
E-Governance IT professional currently working as Senior Consultant -
Program Management
* 13+ Years of experience in the field of IT with hands on in design,
development, coding, management and documentation of web
and windows based systems.
* Project experience with Agile-Scrum, Prototyping and Waterfall
models in keys projects for clients such as GSK,Unisys and Govt.
sector
* Hands on experience with Cloud technologies (AWS)
* Hands on experience with drafting RFPs/DPRs
* Adept in cost estimation, effort estimation, requirement gathering,
Project planning, Project Management, Team Management, Quality
reviews
* Goal driven professional, well-versed in project management
methodologies with experience in leading cross- functional teams
and providing the necessary leadership to motivate the team
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c5919450014…
https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c59194500145745440c5d5b… 2/3
AWS Cloud environment
* Managing the digitization of schemes for 15
Departments by providing a cost-effective, easy to
implement solution
* Contributed to the successful implementation of e-Office project by on-boarding clients to the platform
and performed follows-ups assessing quantity and
quality of services
* Successfully performed as State IT Nodal office for
Elections 2019 and 2020
* Prepared necessary Project artifacts such a Project
Initiation Document, Project Plan, SLAs,
Weekly/Monthly metrics report
National Institute for Smart Government as Senior Consultant - Program Management
May 2016 to Till Date
* Currently employed as Senior Consultant - Programme Management - NISG, driving e-Governance projects.
* Adept in Cost estimation, Effort estimation, Requirement gathering, Project Planning, Project Management, Team
Management, Quality reviews.
* Performed as Nodal Officer for IT in the General Elections to Lok Sabha, 2019 and Bye-Elections, 2020.
* Managing DBT and Cloud portfolio
* Managed the migration of on-premise Data Centre to Cloud environment and successfully migrated 20+ application to
AWS Cloud.
* Project delivery through Agile, Prototyping and Waterfall methodologies.
* Project technologies: C#, PHP, MySQL, RedMine, JIRA, Excel, Word
Wipro Limited as Project Leader
May 2014 to Nov 2015
Assigned to a healthcare client to discover new
business opportunities Delivered custom software for
a Health Care client which enabled them to
effectively manage their PII and sPII data using C#,
Oracle DB with MVC architecture
* Built core-libraries and ReST APIs to bridge gaps
between 2 databases which held sPII and PII
information for the client
* Prepared High Level and Low Level documents for
customer's requirements and successfully
implemented
* Build a team of 5 members from scratch and
provided an effective solution to bridge gaps
between 2 huge datasets involving PII and sPII data.
* Customer facing engagement, led daily calls with
client's and engaged with users for requirement
gathering, reviews, UAT
* Provided Project Cost estimation analysis
* Delivered projects through Agile methodology
NTT Data Pvt Ltd as Assistant Project Manager
Dec 2006 to May 2014
AVP Airport Solutions
* Role : Technical Lead/Team Lead
* AviaPartner provided airport solutions consisting of
Departure Control Systems, Web-Check In module,
Internet Check-In module and Kiosk Check-In
modules
* Delivered Home bag-tag printing solution (first of its
kind) for a client in the aviation domain utilizing AWS (EC2,RDS, ALB, SG) and ReST (C#, JSON, XML).
* Extensive experience with Departure Control System,
Web-Check In System, Kiosk Check-In System,
Seating algorithms.
* Prepared and implemented High Level and Low
level design based off the requirements gathered for
3 projects.
* Managed a 5 member cross functional to deliver
custom software requirements for clients.
* Prepared weekly, monthly and quarterly reports and
interacted with clients on a weekly basis.
* Agile-Scrum methodology used for project delivery
Agile Business Suite
* Role: Senior Software Engineer
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c5919450014…
https://freesearch.naukri.com/preview/printResume?uname=5e99421cd0cda0a3935bb4d7a9fef73759545d03181609115519445b0e5c59194500145745440c5d5b… 3/3
* Agile Business Suite is a 4GL, based on model driven
architecture development platform that comes with
a platform independent modeler (PIM - System
Modeler) as a Visual Studio Integration Package and
business domain specific language (LDL+)
* Performed performance activities for Runtime(CLR
Module). Ensuring optimal runtime performance
looking into issues like optimizing COM+ application
(object) pooling, data access mechanism,
Interoperability, eliminating Memory leaks, .Net
Native generation in C# and C++
* Agile-Scrum framework used for project delivery
GLS-SDW
* Role: Software Engineer
* Global Logistics System and Service Design
Workbench is a suite of applications built to track
logistics of vendor supplies, warehousing needs and
inventory management
* Developed web,window based applications along
with web-services in C#, ASP.NET, MS SQL Server,
WSE 3.0 (SOAP)
* Created back-end batch jobs in shell-scripts for
processing of POs
* Provided L3 Production Support
* Waterfall and Prototyping models used for project
delivery
* Performed as On-site co-ordinator for 18 months in MI,USA
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2006
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#
Microsoft SQL Server
PROJECT PLANNING
AWS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 595: Resume 1055 with similarity score 0.016821130993501295
Resume Text: B.S , MS , BS project manager , design engineer , security consultant , system administrator , principal engineer , devops , full time , part time award , business case , nfs , telugu , project managers , microsoft azure , security , ease , linux , postfix , gateway , project planning , moodle , ssl , status , perl , continuous integration , artifacts , nagios , weather , network services , components , squid , ec2 , data center , ports , cms , system administration , technical services , automation , devops , performance metrics , open source , access , designation , hindi , application infrastructure , cluster , architects , windows , json , project leadership , workstations , troubleshooting , english , boot , thin , drupal , forms , volume management , hyper-v , git , documentation , viability , iptables , javascript , disk management , ldap , subversion , monitoring services , options , developers , lms , vendors , affirmative action , information technology , mysql , maintenance , unix , centos , dmz , iaas , satellite , architecture , proxy , email , tomcat , configuration management , aws , management software , learning management systems , middleware , languages , quiz , pxe , amazon , web , database , online , high availability , bandwidth , jenkins , tamil , hudson , lamp , scratch , firewall , apache , php , authorization , google cloud platform , teams , enterprise , test environments , models , default , ci , electronics , servers , s3 , debugging , lighttpd , storage , replication , it operations management , kannada , iis , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d4…
https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d475644170a5909… 1/3
Current Designation: Principal Engineer Multi Cloud DevOps
Automation AWS , GCP and Azure
Current Company: UNext Learning
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
UNext Learning as Principal Engineer Multi Cloud DevOps Automation AWS , GCP and Azure
Jan 2021 to Till Date
Seeking Roles in the MultiCloud DevOps ( Infrastracture/Networking/Security/Storage/Database/Compute) Automation -
AWS | Google Cloud Platform | Microsoft Azure.
Manipal Global Education Services as Principal Engineer
Dec 2009 to Jan 2021
Key Result Areas
* Collaborating with Enterprise Architects, Project Managers, Vendors, Developers and Deployment Managers to define
& implement a Software Configuration Management solution for a new Bank
* Engaged in installing, configuring and maintaining continuous integration, automation and configuration management
tools
* Implementing and developing solutions enabling Development & Operations Teams to build, deploy, monitor and test
applications & environments
* Creating cloud solutions to specific client needs and extending viability various solutions in terms of cost, benefits and
ease of use; helping customers on cloud decisions by sharing various options and business impact
* Designing roadmap for migration, redesign, delivery of Software Applications to cloud, deciding technical approaches,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SREENIVASA REDDY D
Seeking roles in MultiCloud DevOps(
Infrastracture/Networking/Security/Compute/Storage ) Automation - AWS, Google
Cloud Platform and Microsoft Azure
Key Skills: Engineer,Project Manager-IT/Software,IT Operations Management,Release Management,Configuration
Management,Project Management,Requirement Gathering,Linux Administration,Active
Directory,Debugging,Networking,Devops,Jenkins,Hyper-V,MySQL,Unix,JSON,AWS
Summary
* AWS Certified Professional , Google Cloud Platform and Azure with 17+ years of experience in creating Cloud platform and
Terraform architecture documents detailing client's vision on AWS infrastructure and platform services support for overall IaaS
architecture; providing Cloud solutions with complete security & compliance controls, including data sovereignty, day-to-day
administration and governance.
* Excellent across AWS, Google Cloud Platform and MicroSoft Azure Multi Cloud and Infrastructure components (server,
storage, network and data) to deliver end-to-end Cloud architectures & designs.
* Multi Cloud Compute, Storage, Security,database and networking (AWS / GCP / Azure)
* Strong knowledge of best practices and IT operations deploying highly available, scalable, and secure components
encompassing experience in UNIX/Linux Admin., AWS Cloud Automation, Terraform and Middleware/Application Server
* Experienced maintaining patch levels of software installations across multiple sy
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d4…
https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d475644170a5909… 2/3
formulating system designs, recommending and leading implementation of architectures that satisfy the requirements
* Leading the development and configuration management of architecture views and models that describe the system
using standard techniques and tools and supporting the specification of documentation, model standard forms & tools
* Managing and supporting CI/CD and source control systems as needed to build and manage virtual services and their
deployments; facilitating applications and resources from data center to cloud environments
* Developing build scripts and tools for builds using most appropriate languages and technologies such as shell and
Perl
* Integrating automated builds and creating artifacts into test environments, unit test harnesses& code analysis tools
* Monitoring installation of Tomcat, Apache, PHP, PHP-FPM and MySQL
* Designing & creating a resilient SCM Infrastructure from scratch - Subversion & Hudson integrated with Active
Directory/LDAP, orchestrating SCCM and Satellite deployments and host builds to serve every part of the Project
Major Projects
Project: EduNxt - on - premise Data Centre Deployment one of Indian National Bank
* Set-up Application Infrastructure Component Centos Linux, Apache Web front end servers, PHP-FPM and MySQL
Replication for high availability
* Used Percona open source tools for setting-up MySQL Replication online; ensured Linux Logical Volume
Management for resizing file system and adding external disks through F-disk management software
Project: EduNxt - VPC Virtual Private Cloud Deployment
Summary: Edunxt is Trade Mark, award winning and unique LMS, CMS and Evaluation Product extensively used by
the all its entities of Manipal Global. Generated current business case demands there is a challenge to auto scale up/
scale down on premise deployments.
* Consistently met its demands team and designed high availability, scalable, fault tolerant, Cloud governance &
compliance infrastructure deployment on Amazon Virtual Private Cloud
* Supervised migration of application infrastructure & its data from on premise Centos Linux, MySQL, PHP, Percona,
lighttpd, NFS, and Drupal and Apache onto AWS Cloud Components Centos EC2, RDS, EBS, ELB, S3, IAM, CW, AS and
CDN
* Strong technical background in networking, operating system, system administration and performance monitoring
* 50% of time will be addressing planned maintenance activities and providing support to operations and service
delivery teams
* Implementing and developing solutions enabling Development & Operations Teams to build, deploy, monitor and test
applications & environments
* Will work on lifecycle of plan, build and operate
* Provides technical services in support of project leadership and technical solutions for clients
* Provides guidance and troubleshooting for complex technical issues
* Track application performance metrics and report out to management
* Provide application administration support for Control-M's production cluster, QA, Dev., and DR environments
* Coordinate and provide significant input to project planning and application design
Randstad, as Sr. Executive -LMS Administrator
Jun 2008 to Jul 2009
Major Projects
Project: EduNxt - On - premise Data Centre Deployment
* Engaged in setting-up Application Infrastructure Components Centos Linux, Apache Web front end servers, MySQL
Replication for high availability
* Used Percona open source tools for setting up MySQL Replication online
* Facilitated Linux Logical Volume Management for resizing file system and added external disks through F-disk
management software
Project: TeL - Learning Management Administrator
* Deployed:
o Moodle application infrastructure learning management services on in-house data centre
o Application stack on Windows, PHP, Apache and MySQL
* Developed courses, course instance, question bank creation, quiz creation and assigned roles based on access & site
operations
Indian Institute of Information Technology & Management as Design Engineer
May 2005 to Jun 2008
Key Result Areas
* IT Services and Learning Consulting: Established Learning Management Services at Nagaland University
* Network, Operating System Security Consultant for Trivandrum City Police Portal: Established Weather Data Servers
for Kerala State Planning Board
* Mail Services (Postfix): Installation and management in open source mail services
* Linux Network Services:
o Configured squid as a proxy & caching server
o Configured iptables NAT to protect the LAN
o Restricted the users to access the unspecified ports outside as per the policy
o Secured and monitored default gateway/firewall/DMZ/proxy
o Bandwidth measurement by each individual private IP
* Monitoring Services (Nagios, MRTG):
o Installed & configured Nagios for monitoring the servers
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d4…
https://freesearch.naukri.com/preview/printResume?uname=c234a73053224144af036380438d5026095f5b5449150a180117140b545d041e465d475644170a5909… 3/3
o LAMP installation with SSL support
o Used to automate the tasks for system administrator
o Sent an automated mail to the administrators to notify the status of the servers
* Learning Management System (LMS): Configuration of Learning Management Systems (MOODLE) and streaming
services
* Linux Diskless Thin clients:
o Configured the cost-effective solution with Linux diskless thin client workstations
o Configured with NFS, Auto Mounts, DHCP and PXE/Ether Boot
UG: B.Sc (Electronics) from Nagarjuna University in 1998
PG: MCA (Computers) from Bharathidasan University in 2001
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
MySQL, RDS, Percona, Aurora
Subversion, Git, Jenkins
Apache, Tomcat, lighttpd & MS IIS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Tamil
Rank 596: Resume 962 with similarity score 0.016815810895120874
Resume Text: B.E , MS , B.TECH , BS project manager , ux designer , full time , web ui developer functionality , version control , redux , core java , computing , financial services , general , css , designation , adobe photoshop , developers , firebug , affirmative action , suggestions , user experience , hindi , maintenance , ltd , php , jquery , authorization , english , bootstrap , status , pressure , timelines , record , project , application , work effectively , devices , chrome , mockups , angularjs , global services , new features , microsoft , testing , mailers , mvc , market analysis , git , resolve , baker hill , debugging , framework , languages , agile environment , html5 , salesforce , e-commerce , statistics , email marketing , responsive design , mobile , reviews , javascript , web , apps , global solutions , crm , developer tools , organization , layout , brand strategy 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e4…
https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e47061210595d5… 1/3
Current Designation: UI UX Designer
Current Company: SD Global Services
Current Location: Delhi
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [computing]
Verified : Phone Number | Email - id
SD Global Services as UI UX Designer
Feb 2017 to Till Date
Baker Hill Solutions Pvt Ltd. as UI Developer
Jan 2017 to Feb 2017
Integrated responsive UI design into Angular framework for web and mobile using HTML5, CSS3, Angular 2/5/6/9, JQuery
and JavaScript
Collaborated with the team on implementing new features and UX in an agile environment.
Developed working prototypes from UI designs for cross-platform devices.
Identify ways to improve design and development.
? Build custom JavaScript MVC apps using React, Angular or similar framework.
Manage task effectively and prioritize accordingly.
Work effectively within collaborative team to identify and resolve issues.
Participates in design reviews and provide input to design recommendations.
Made heavy use of Chrome Developer Tools Firebug to ensure front-end code and assets were optimized and high-
quality
Hic Global Solutions as UI Developer
Sep 2015 to Jan 2017
Working on Salesforce CRM, My work is mainly correcting the UI's build within the CRM.
Handling email marketing and also client interaction. Here I am also active as a STACK
OVERFLOW Member giving solutions for all the raised queries from all global users. My other
role is to develop creative concepts and designs for websites & mailers, integrating layouts to
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Vinay Kumar
UI Developer seeking roles in UI Development,UI design ,Web
designing,JavaScript,JQuery,Adobe Photoshop,Illustrator,AngularJS/ReactJS
,CSS3,Service Delivery
Key Skills: UI Developer,Project Manager-IT/Software,UI Development,UI design ,Web
designing,JavaScript,JQuery,Adobe Photoshop,Illustrator,AngularJS/ReactJS ,CSS3,Service Delivery
Summary
Seeking a Web UI Developer position in a stable company where I can use my skills to benefit the company. Fully trained and
experienced Web UI Developer with a strong record of corporate client satisfaction. Highly proficient at all aspects of web
commerce. Excellent ability to adjust work pace to meet evolving client needs
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e4…
https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e47061210595d5… 2/3
HTML for statistics responsive systems, brand development, website traffic growth & website
UI. Create and maintain the brand strategy for the organization and for clients. Supervise and
inspire the creative team.
Developed graphic images and effects to achieve design goals
Worked directly with the client to establish project scope, interaction guidelines, and
project timelines
Provided competitive market analysis on the e-commerce site and proposed suggestions
to the design and available functionality
Performed routine updates, upgrades and overall maintenance of the website
Algoworks Technologies Pvt Ltd as UI Developer
Feb 2014 to Sep 2015
My responsibility is to develop creative concepts and designs for websites & mailers, integrating
layouts to HTML for statistics responsive systems, brand development, website traffic growth &
website UI. Create and maintain the brand strategy for the organization and for clients. Supervise
and inspire the creative team. Work with the designers and developers to complete the project
from concepts to the product. working Close to PHP team and sales and marketing team.
Integrated responsive UI designs into PHP framework for web and mobile using HTML5, CSS3 and jQuery / JavaScript
Worked with the management team to find and produce creative solutions for new
marketing
Developed wireframes and mockups using for application storyboards and development
Implemented new website design layout for conversion of existing static websites to
responsive
Maintained frontend and backend maintenance of websites
Styled content and website layout for the user experience using CSS3 and HTML5
Performed multiple assignments under pressure and consistently met deadlines given
UG: B.Tech/B.E. (computing) from Apiit,panipat in 2011
Other Qualifications/Certifications/Programs:
Web designing
Core Java
C language
Microsoft 70-480 Programming in HTML5 with JavaScript & CSS3
Education
IT Skills
Skill Name Version Last Used Experience
REACT, Redux, Angular 2/5/8
JQUERY
Adobe Photoshop
ILLUSTRATOR
Version Control/GIt
Browser Developer Tools
HTML, CSS, JAVASCRIPT
BOOTSTRAP 3/4
Responsive Design
Testing and debugging
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e4…
https://freesearch.naukri.com/preview/printResume?uname=3da8bcb4143d29b6ab164e03bbb97e2e50090850431508125047470d0b0e524e140e47061210595d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
english
hindi
Bhojpuri
Rank 597: Resume 1337 with similarity score 0.01681166364431193
Resume Text: B.E , MS , B.TECH scrum master , configurator , partner , full time , atlassian administrator , part time training , customer , production systems , telugu , filters , user management , conducting , linux , beginner , timesheet , line of business , ssl , design documents , status , mumbai , continuous integration , bitbucket , atlassian , obc , building , spaces , immigration , utilities , sql server , system administration , workflow , outages , suite , notification , crm , amazon web services , mobility , upgradation , sourcetree , designation , confluence , hindi , configurator , ltd , windows , english , telcom , troubleshooting , modifications , cloud security , screens , agile , project , financials , groups , deals , performance tuning , acceptance testing , documentation , itil , one , javascript , technology , insurance , measures , ldap , business continuity , content delivery , reporting , bugzilla , scrum , performing , options , command , pages , vendors , affirmative action , oracle , mysql , add-ons , maintenance , process flow , solarwinds , advanced , mobile banking , enquiries , architecture , toolbox , email , tempo , tomcat , aws , github , high level design , languages , business process , management system , jira , dashboards , search , grading , database , pre-production , functionality , api , jenkins , css , validation , analytical skills , snow , health , apache , permissions , authorization , risk , teams , approvals , extensions , sasi , application , telecommunications , requirements gathering , electronics , government , led , servers , shell scripting , storage , time tracking , nginx , kannada , bamboo , purchasing , enablement , reviews 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 1/4
Current Designation: Jira Atlassian Engineer
Current Company: Ericsson India Global Pvt ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Ericsson India Global Pvt ltd as Jira Atlassian Engineer
Aug 2015 to Till Date
Growth Path:
Aug?15 to Sep?20 Atlassian Administrator
Since Mar?20 Atlassian Engineer
Key Result Areas:
Managing & implementing Workflows, Screens, Custom Variables, Post functions in Workflows; developing customized
workflow for transaction parallel approval; developing application by customizing fields, permission and workflow
Managing Issue types for JIRA Projects
Creating team specific agile process flow in JIRA to move tasks from one activity to another
Installing and configuring continuous Integration servers
Administering GIT repositories and support Bit Bucket and GIT users
Resolving tickets based on SLA (Service Level Agreement)
Integrating Tempo Time Tracking Tools in JIRA
Assisting Scrum master across the company to customize JIRA for their requirements
Configuring email notifications on status change as well as automatic issue creating through mail, customize status &
so on
system administration, configuration and customization of Atlassian tools
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Teja S
AWS,Atlassian Engineer seeking roles in Atlassian Administration,Project
Management,JIRA Administration,Confluence Management,Upgradation
Management,Migration Administration,Installation,Configuration,Linux,SQL
Server,Apache,Oracle,Tomcat,GIT
Key Skills: AWS,Atlassian Engineer,System Admin,Project Management,Confluence Management,Upgradation
Management,Migration Administration,Installation,Configuration,Linux,SQL Server,Apache,Oracle,Tomcat,GIT,Confluence
Summary
Completed major projects such as Mobile Banking Core App, World Class Talent and Risk Management.
Implemented SSL/SSO for Atlassian products
Supported JIRA and Confluence administration, including creation and management of custom, complex projects, workflow,
security schemes, custom fields, dashboards and reports configurations
Led minor and major JIRA/Confluence upgrades (including communications), schedule and coordinate maintenance, and
lead performance tuning/scaling in conjunction with our JIRA hosting partner
Good command in Compute, Database. Storage, Networking & Content Delivery, Customer Enablement.
Resolved issues as they arise with JIRA Projects and Confluence in coordination with JIRA hosting partner team
Worked on JIRA, Confluence, Bitbucket, Bamboo, GIT, Jenkins and so on
A keen communicator with honed interpersonal, problem-solving and analytical skills
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 2/4
Leading, planning, and managing documentation projects for product releases
Developing high level Design documents and participating in design reviews
Providing training to development teams on how to track, plan and analyze using JIRA
Coordinating and tracking all projects for seamless releases using Project Management System JIRA, Source Code
Management System SVN
Installing and up-grading from lower version to newer version in Windows and Linux Environments
Interacting with existing vendors for support and troubleshooting, working with JIRA instance hosting providers on
necessary upgrades and communications with others on planned outages
Performing requirements gathering, business process workflow, and process improvement for JIRA/Confluence
workflow and processes in place, identifying where functionality can/cannot meet user requests
Building, releasing and configuring management of production systems
Executing system troubleshooting and problem-solving across platform and application domains
Ensuring critical system security through the use of best in class cloud security solutions
Significant Achievement:
Upgraded JIRA from 7.13.0 to 7.13.8 v, Confluence 6.6.14 to 6.13.8v, Bitbucket 6.3.0 to 6.7.2, Bamboo 6.9.2 to 6.10.3v
in AWS DataCenter & Servers.
Developed the advanced workflow using validation, condition, post function and triggers
Migrated the JIRA, Confluence, DB from Windows to Linux environment
Created:
o customized dashboards for teams
o JIRA Projects based on user request
o new JIRA users and JIRA groups
Provided local and global permission in JIRA and Confluence
Recovered JIRA from CyberAttack(WatchBog)
Built structured queries using the JIRA Query Language (JQL) to search for issues
Validated best business practices & rules to implement with the new model along with appropriate user approvals &
sign-off
Built templates and dashboards for customized views of the data specific to each group and line of business
Worked in 24/7 shift to provide the coverage
Installed and tested various plug-in?s / add-on?s
Conducted pre-production Acceptance Testing to help assure the quality of our products / services
Evaluated new technology options and vendor products
Suggested architecture improvements, recommended process improvements
Decommissioned Crowd and configured Atlassian applications with LDAP.
UG: B.Tech/B.E. (Electrical) from Sasi institute of science and technology in 2014
Other Qualifications/Certifications/Programs:
B.Tech. (Electrical and Electronics)
Education
IT Skills
Skill Name Version Last Used Experience
C Program, Shell scripting and CSS
WINDOWS
JIRA Service desk, Jira Core
JIRA Agile,SNOW Confluence
bamboo, Git
SVN, MYSQL, ITIL
SQL Server
Oracle 10g/11g, SolarWinds
GIT, GITHUB and Sourcetree
Tomcat 8.5, Apache, Nginx
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 3/4
Nature of Employment: Full Time Duration: Jan 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2017 - Jan 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2015 - Jul 2017
Onsite / Offsite: Offsite
AMAZON Web Services
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Kannada Beginner
HINDI Proficient
Projects
Project Title: Antel Uruguay
Client: Antel Uruguay
Role Description: Antel Uruguay in Telecom Billing Team, National Administration of Telecommunication Project is Uruguay's
government-owned telecommunications company, founded in 1974.
Project Details: Created:
o JIRA Projects as per the requirement and maintain existing projects
o New groups and users in user management
o Script for auto Multi Subtasks
o New Permission Schemes
o Workflows with using Post functions, Conditions and Validations
o Custom dashboards, advance filters and formula-based fields
o Assignee options for group of people
o Required fields to selected people and teams
o Specific projects in JIRA (complex workflow, issue types schemes, field configuration schemes, permission schemes,
screen schemes)
o New Notification schemes
o JQL filters and shared with teams and used them on gadgets
o Custom Fields in JIRA
o Spaces in Confluence
o Single sign-on in JIRA, Confluence, Bitbucket & Bamboo.
Migrated:
o JIRA instance from cloud to Server
o Projects from one instance to another using Project Configurator plug-in
Worked on:
o Add-ons such as Workflow toolbox, JIRA Suite Utilities, Script runner, JIRA Misc. Workflow extensions and CRM Add-on
Project Title: World Class Talent
Client: Deloitte
Role Description: World Class Talent is a system project deals with Employee Management Immigration and Mobility of
Employee. When a mobility request is submitted, GM&I team verifies specific criteria.
Project Details: Installed:
o JIRA in LINUX environment
o Required API and verifying the modules are working fine
Created:
o New JIRA projects
o New users and groups in JIRA
o Custom workflow and adding post functions when required
Managed issue type screens; configured Issue Types for JIRA Projects; troubleshot JIRA user Issues; resolved them
based on SLA; imported issues from other environments such as from CSV files & Bugzilla to JIRA Projects
Re-indexed the JIRA instance when required
Responded to incoming requests & enquiries for new tools and workflow procedures
Provided technical assistance for work administration for users, related modifications and Archival
Project Title: Risk Management
Client: Synchrony Financials
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c4…
https://freesearch.naukri.com/preview/printResume?uname=cf0c68d83469bee59e304c6769144fb15b095a5142150d125143145154000218155c470113135e5a0c… 4/4
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Role Description: Creating business continuity plans to limit risks. Implementing health and safety measures, and purchasing
insurance. Conducting policy and compliance audits, which will include liaising with internal and external
auditors.
Project Details: Created:
o New JIRA Projects
o New users and groups in JIRA
o Custom workflow
Managed Issue type screens; managed JIRA- Issue Types with specified custom fields
Provided permissions to the users for Confluence Wiki Pages and based on the request
Tracked timesheet TEMPO for each issue for reporting
Resolved tickets based on SLA (Service Level Agreement)
Maintained backup in DEV environment
Prepared projects, dashboards, reports and questions for all JIRA related services
Rank 598: Resume 1108 with similarity score 0.01676808326438844
Resume Text: B.S , BSC , BS , MS , PhD project manager , infrastructure engineer , devops , it professional , team leader , solution architect , test engineer , full time , qa engineer , senior analyst programmer , senior consultant , team member , enterprise architect , balancer business case , customer , virtual machines , multipathing , elastic load balancing , docker , databases , windows administration , gateway , log analysis , work allocation , status , incident response , mumbai , system architecture , plus , zoning , testing , building , netbackup , coordinated , system administration , routers , workflow , remote administration , thought leadership , engagements , solution development , switches , amazon web services , brd , automation , corrective actions , devops , access , infrastructure services , designation , prototype , mar , hindi , linux server , architects , commvault , cli , english , troubleshooting , virtual networks , agile , project , groups , architecting , hyper-v , npiv , disaster recovery , dc , computer science , yaml , research , vmware , amazon ebs , javascript , security operations , technology , availability , motors , insurance , digital services , rpm , general , bugzilla , scrum , bau , performing , developers , scripting , hands-on technical , affirmative action , amazon vpc , collaboration , uptime , public , maintenance , solarwinds , office 365 , metadata , email , blackberry enterprise server , aws , configuration management , print , suitability , network security , cisco ucs , github , languages , wsus , esxi , testers , root cause analysis , masking , it infrastructure management , codes , windows server , routing , analytics , active directory , firewall , azure , permissions , authorization , internet , teams , wintel , sql , falconstor , yum , remediation , led , s3 , servers , framework , storage , landscape , ssh , tuning , adoption , network administration , schedules , cloud computing , administrative , package management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 1/4
Current Designation: Solution Architect
Current Company: Wipro technologies
Current Location: Pune
Pref. Location: Mumbai,Navi Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [IT AND MARKETING]
Verified : Phone Number | Email - id
Wipro technologies as Solution Architect
May 2018 to Till Date
1. Analyzing the technology environment
2. Analyzing enterprise specifics
3. Drafting the different documents like Requirement gathering document , BRD , Purposal , SDP , config workbook ,
Runbook and working along with the PM.Taking updates from the execution team members and giving the update of the
project , on service now for the management to review.
4. Setting the collaboration framework
5. Creating a solution prototype
6. Participating in technology selection
7. Controlling solution development
8. Supporting project management
9. Also involved in working with Devops engineering team in drafting the cloud custodian codes (yaml ) to ensure that
the AWS environment is compliant . Familiar with agile , scrum methodology.
10. So far worked on nearly 7 projects supporting as Solution Architect involving the different technologies like Docker,
Windows , Linux , AWS, DNS migration , Commvault migration from Backup Assist , WSUS, SCCM , Network security,
Active Directory , Storage. Also , work along with the BAU operations team in resolving the issues which require more time
to research for the resolution.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Sonali Kumar
MCP,Solution Architect seeking roles in IT Infrastructure Management,Technical
Support,Network Operations,AWS Architecture,Wintel Administration,Cloud
Computing,System Administration,Configuration Management,Azure,VMware
ESXi,Hyper-V,Github,Docker
Key Skills: Solution Architect,Enterprise Architect,IT Infrastructure Management,Technical Support,Network
Operations,AWS Architecture,Wintel Administration,Cloud Computing,System Administration,Configuration
Management,Azure,VMware ESXi,Hyper-V,Github,Docker
Summary
* Senior IT Professional, offering over 16 years of experience in IT Infrastructure Management, Vmware Virtual Infrastructure
Maintenance & Upgrade, System Patching & Audits, Azure & AWS Infrastructure Administration, Security Operations,
Automations, Migration, Researching & Deploying Cloud Solutions while Drafting Technical Documents & Best Architectural
Practices for Building System on AWS.
* Currently associated with Wipro as Solution Architect ; managing the entire functions of AWS (Amazon Web Services)
cloud, windows server 2012 architecting available, scalable and fault tolerant architectural solutions for clients including project
management, end-to-end engagements, consulting and implementing security solutions for AWS cloud platform.
* Capable of managing system architecture design and development, system integration & development, AWS Infrastructure,
services & daily operation tasks management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 2/4
Systems Plus as Senior Consultant-IT Infrastructure Support
Apr 2014 to Aug 2017
Part of two projects: Sirius Computer Solutions and CEC
Performed monitoring and tuning of systems to achieve optimum performance levels
Participated in security operations including incident response, log analysis, and remediation
Provided root cause analysis for service impacting incident with all possible corrective actions for improvement
Maintained and established automations via scripting by working along with the developers and engineering team
Designed, implemented and maintained solutions for an IT infrastructure & L1/L2
Organized team meeting, participated in and conducted key client meetings
Assisted the Team Leader in managing resources to meet daily delivery schedules
Monitored & troubleshot Windows/VMware/Azure/AWS issues
Contributed as an additional role to include & support escalations and project management
Provided input to engineering team, architects at CEC
Drafted technical documents as per the requirement of the client and best architectural practices for building system on
AWS
As AWS Admin
Performed S3 bucket, uploaded, made public, renamed and deleted objects in the bucket
Launched Windows/Linux instances
Led launch of spot instances, access metadata
Created:
Amazon EBS volume and showed that it remains after the instance is terminated
A billing alert
Subnets in the VPC, created route table, internet gateway for the VPC
A custom Amazon VPC
An Elastic Load Balancing Load Balancer
Amazon cloudwatch metric
A launch configuration and Auto scaling group
IAM group, user, created and used an IAM role
Monitor amazon EBS using amazon cloudwatch
A subscription to your topic, publish to a topic
Route 53 hosted zone
Connected custom amazon VPC to the internet and established routing
Installed and configured AWS CLI on Linux
Used the Elastic IP Address
As Linux Admin:
Installed, configured, managed and maintained Linux systems
Performed remote administration of Linux server using SSH
Ensured package management using RPM $YUM
Managed Linux users and Groups
Controlled access to files with Linux file system permissions
Monitored and managed Linux processes
As Azure Admin:
Set up Virtual networks for creation of virtual machines
Configured:
Site to site VPN for communication of multiple VNets
The appropriate VMs, storage and network in Azure to support the customer workloads moving to Azure
Windows and non-windows (Linux) workloads in Azure
An image of a Virtual Machine for future needs
Availability sets for redundancy
Created:
Standard and premium storage accounts as per requirement
Backup Vaults for backing up data on Cloud
Backup Plans for backing up entire Virtual Machines on Cloud
Azure SQL Databases and granted access to the Users
As Windows and VMware:
Virtualized Windows Server 2012, managed DHCP $DNS, file and print services
Configured Files and Storage Services, implemented Disaster Recovery
Performed tasks such as supporting and troubleshooting on Windows Server 2012 issues
Highlights:
Ensured 100% uptime of highly available and scalable IT infrastructure
Scheduled and executed the backup jobs for IT infrastructure services
Contributed to the creation of standard procedures that better streamlined the IT team's workflow
Key role in architecting and developing AWS cloud based analytics solutions
Assessed clients workloads and technology landscape for Cloud suitability
developed business case and Cloud adoption roadmap
Focused on close interaction and building relationships with all levels of prospective client staff, including management,
business or functional groups, technical teams, content teams, and IT groups
Applied hands-on technical acumen and thought leadership to covering Cloud technologies, including system architecture,
networking, infrastructure, security, migration, administration, and automation, DevOps and software development, system
integration, and digital services with comprehension of the underlying protocols and standards used in the operation of
those technologies.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 3/4
Calsoft as Principal QA Engineer
Feb 2013 to Apr 2014
* Worked for two clients - Falconstor (driver to work on Cloud Computing) and PHD virtual
* Detected bugs & classified them based on severity, priority in Bugzilla
* Performed testing for Falconstor; got an opportunity to learn SAN concepts (Zoning, Multipathing, NPIV, Masking)
* Led the team of two testers and managed their work allocation and monitored their work progress
* Assisted the local IT Team with their Windows/ Linux issues
Mphasis as Lead Infrastructure Engineer
Mar 2011 to Dec 2012
* Worked and coordinated for client - GM Motors, Bimbo Bakeries
* Drafted Exchange 2003/Exchange 2010 documents and got the documents reviewed with the members of the
change, security $ Operations team
* Assisted the Project Manager in drafting BRD, SRS documents & on-client calls to provide technical input
* Worked collaboratively with the GM Motors Operations Team at the time of severity 1 issues
* Assisted the client Bimbo Bakeries in designing and setting up their VMware environment (Installed Vcenter, OS
Virtual Machines, DC, Configured Exchange 2010; worked with different teams - AD, Storage, Networking)
UG: B.Sc (Computer Science) from Bharati Vidyapeeth, Pune in 2001
PG: MBA/PGDM (IT AND MARKETING) from Balaji Institute of Modern Management, Pune in 2003
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
VMware ESXI, Hyper-V
WINDOWS SERVER, linux
CISCO UCS
NetBackup, BackupExec, Falconstor
NAT, Load Balancers
routers, switches, firewall
SOLARWINDS
Exchange 2010, Office 365
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Expert
Projects
Project Title: Senior Systems Engineeer
Client: Danaher
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e12…
https://freesearch.naukri.com/preview/printResume?uname=babbae05d648b1008d193a7f3d0ae82e5b0e5b544d1209140a1046585b0c544e420e1250124858095b… 4/4
Nature of Employment: Full Time
Project Location: Pune
Role: Test Engineer
Duration: Dec 2009 - Nov 2010
Onsite / Offsite: Offsite
Team Size: 8
Nature of Employment:
Project Location: Pune
Role: Programmer
Duration: Dec 2009 - Nov 2010
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jun 2009 - Dec 2009
Onsite / Offsite: Onsite
Nature of Employment:
Role: Programmer
Duration: Jun 2009 - Dec 2009
Onsite / Offsite: Offsite
Team Size: 20
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Singapore
Job Type: Permanent
Employment Status: Full time
Skill Used: Active Directory and exchange 2003, Blackberry Enterprise Server,
Role Description: Team Member
Project Details: -Performing Administrative tasks on Exchange 2003 servers
Project Title: Senior Systems Engineeer
Client: Danaher
Skill Used: Active Directory and exchange 2003
Role Description: Team Member
Project Details: -Performing Administrative tasks on Exchange 2003 servers
Project Title: Senior Analyst Programmer
Client: All state insurance
Skill Used: Active directory and Exchange 2003
Project Details: -Involved in the windows administration of the all state servers
-Building servers and performing administrative tasks on active directory and exchange 2003
Project Title: Senior Analyst Programmer
Client: All state insurance
Skill Used: Active directory and Exchange 2003
Project Details: -Involved in the windows administration of the all state servers
-Building servers and performing administrative tasks on active directory and exchange 2003
Rank 599: Resume 455 with similarity score 0.016722785375230437
Resume Text: MS , BS work from home completion , assessment , unix , python , resume , algorithms , das , machine learning , shell scripting , project , coursera , online Assessment
Q1. Why should you be hired for this role?
I can do the work and deliver exceptional results.I possess a combination of skills and experience that make you stand out.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , i am available for 3 months of internship , starting immediately , but i can do a work from home and i also need a few time break whenever
my semesters exam will be announced .
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7651817455
Ritik Srivastava
Varanasi, Lucknow
Applied 26 Jan'21
Machine Learning Python Shell Scripting
Master of Computer Applications MCA
KIET Group Of Institutions
2020 - 2022
Bachelor of Computer Applications BCA
Babu Banarasi Das University
2017 - 2020
Senior Secondary XII, Science
Little Flower House
CBSE board)
Year of completion: 2017
Secondary X
Dalimss
CBSE board)
Year of completion: 2015
Working on unix from last 2 years so i am comfortable with shell scripts and its commands .
I am doing python from last 3 years and i am available to take any kind of assignment .
Machine Learning
Coursera, Online
Jun 2019 - Aug 2019
I am put on the work of learning of machine learning algorithms ,analyzing the data ,putting files data on the test field and
train field criteria .
Fake News Predictor
Jan 2020 - May 2020
I worked on python and machine learning algorithm for the development of my fake news predictor project .
I Ritik srivastava completed my BCA from Babu banarsi das University , Lucknow and my home town is Varanasi , currently i am
doing my MCA from KIET Group of Institutions , Ghaziabad .
Rank 600: Resume 1385 with similarity score 0.01671951328658537
Resume Text: B.E , MS , B.TECH , BS devops engineer , associate , software developer , full time , senior consultant , system engineer amazon web services (aws) , ansible , amazon ec2 , rca , devops , jenkins , scrum , subversion , kubernetes , general , security , designation , ug , amazon s3 , affirmative action , routing , bash , hindi , docker , scratch , linux , public , cloud , ami , ltd , windows , merging , build automation , authorization , english , pipe , teams , automation tools , status , email , project , tomcat , infosys , groups , application , yum , problem management , sap , missions , continuous integration , ci , operations , bitbucket , electronics , github , version control tools , coping , strategy , chat , maven , infrastructure , languages , dashboard , python , jira , javascript , network administration , organization , artifactory , root cause analysis , technology , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b140…
https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b14004417580e080… 1/3
Current Designation: Associate senior Consultant
Current Company: Infosys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Infosys as Associate senior Consultant
Feb 2020 to Till Date
4 years of Professional Experience as a DevOps and aws engineer Currently working with Infosys as a associate senior
consultant
TATA Consultancy services ltd. as System Engineer
Feb 2016 to Feb 2020
Project 1:
Project Title : EDEN Inifineon
Role : Devops engineer
Period : April-2018 to till date
Platform : UNIX- Linux, Windows Systems
Team Size : 17
* Branching, Tagging, Release Activities on Version Control Tools: SVN, GitHub.
* Working on Jenkins various issues like incident and service requests.
* Creating new project setups for bitbucket, Jenkins.
* Experience in CI/CD with methodologies using Jenkins.
* Creating Containers using Docker.
* Amazon Web Services (AWS) and with the configuration of various Amazon products
* (Amazon EC2, Amazon IAM, Amazon AMI, Amazon S3 , ELB ,Auto Scaling).
* Extensive experience with configuration tools. To create, change, and improve infrastructure as code - Terraform.
* Deployment and operations of containers using Docker / Kubernetes
* Creating Dashboard and alarm for cloudwatch out of various metrics .
* Build AWS VPC, Private and Public Subnets using Terraform.
Last Active: 11-Nov-20 Last Modified: 12-Aug-20
Pramoda Gouda
Dedicated opensource professional seeking a Devops engineer role. Practical
experience with Jenkins,CI-CD pipe line ,Docker,Python,AWS, kubernetes , git, linux,
terraform ,ansible .
Key Skills: Devops,Jenkins,Docker,Python,AWS,Jewellery,kubernetes,Ansible,git,artifactory
Summary
A strategic professional with Nearly 4 years of experience.Gained in ,Devops,Service Request Management,System
Administration,Problem Management,Root Cause Analysis,Jenkins,Docker,Python,JIRA,Scrum,AWS,EBS.
Capabilities in working with senior management for integrating human resource functions with overall Business Goals and
Industry Standards and balancing needs of employees & missions of the organization.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b140…
https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b14004417580e080… 2/3
* Setting up Routing table and Security Groups.
* Sending notifications via SNS .
* Attaching Volumes and Backing up by taking snapshots
* Creating AMIs, Coping to other regions
* Setting up Auto Scaling.
* Use of S3, and Glaciers for backups and storing data .
* Installing and Managing Packages in Linux Machine using YUM .
* Incident and Service request management.
* Providing RCA -root cause analysis to client for technical issues.
Project 2:
Project Title : MCD
Client : SAP
Period : Sep 2016 - March 2018
Platform : UNIX-, Windows Systems
Team Size : 12
* Handling support interactions on phone/email/chat with Onsite person
* Responsible for tracking day to day issues and works with cross-functional teams to proactively address application
issues, resolution of escalated incidents.
* Created best practices for branching & Merging Strategy to maintain the source code in the
* GIT version Control Systems.
* Implementation/setup continuous project build and deployment delivery process using
* Subversion, Git, Jenkins, Tomcat .
* Configuring new jobs in Jenkins as per the requirement from dev team .
* Automated build & deployment and CI process for many projects from scratch. Wrote build
* Configuration of Build Automation tools and Continuous Integration concepts by using tools like Maven.
UG: B.Tech/B.E. (Electrical and Electronics) from National Institute of Science and Technology in 2015
Affirmative Action
Category: General
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Linux(centos)
EC2,IAM,S3,VPC,Route 53,EBS
Terraform
Cloud Watch
DOCKER
Python ,Bash
SCRUM
JIRA,remedy
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Odia
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b140…
https://freesearch.naukri.com/preview/printResume?uname=3967da9eca4fc0fe6b228bbe3cf7818a585b5d561c165f470a151558555c5249175b14004417580e080… 3/3
Physically Challenged: No Employment Status: Full time
Rank 601: Resume 1301 with similarity score 0.016628930083971767
Resume Text: B.E , MS , B.TECH , BS devops engineer , cloud engineer , change management , full time , site reliability engineer , technical support engineer continuous process , version control , skype , security , microsoft azure , elastic load balancing , platforms , from conception to completion , docker , linux , status , store , snapshot , continuous integration , workstation , building , sql server , connections , cms , notification , publishing , outlook , ansible , amazon ec2 , devops , infrastructure services , kubernetes , designation , application discovery , reliability engineering , hindi , ltd , windows , database servers , english , troubleshooting , productivity improvement , groups , asset management , ibm , change management , git , server migration , strategy , computer science , one , javascript , technology , availability , content delivery , database tools , affirmative action , studio , dynamo , unix , queuing , workbench , office 365 , iaas , paas , architecture , email , tomcat , wordpress , aws , information systems , operations , saas , unified messaging , containerization , content management , maven , languages , microsoft exchange , cortex , urdu , management system , web , interconnect , jenkins , ug , hybrid cloud , scratch , apache , systems management , authorization , risk , teams , virtualization , scalability , record , ips , user requirements , ecs , led , s3 , shell scripting , repository , nginx , kannada , network administration , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d59585748150042…
https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d595857481500420b1815095a0e5… 1/3
Current Designation: Site Reliability Engineer
Current Company: Science Logic
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mangalore,Mysore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Science Logic as Site Reliability Engineer
Feb 2021 to Till Date
Rapyder Cloud Solutions as Senior Cloud Engineer
Oct 2019 to Jun 2020
An achievement-oriented professional with 5.6 years of experience with track record of analyzing information system
needs, evaluating end-user requirements, custom designing solutions & troubleshooting for complex information systems
management
Rapyder Cloud Solutions as Senior Cloud Engineer
Oct 2019 to Jun 2020
Key Result Areas: please confirm below points
Established and executed strategy & solutions on AWS cloud in coordination with the Client Stakeholders (Business, IT
and Application)
Suggested appropriate technology-based solutions for enhancing functional efficiency and achieving business excellence
Worked on database servers for the migration activities and migrated the servers from one region to another region
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mohammed Ismail
Senior Cloud Engineer seeking assignment in Site Reliability Engineering,Cloud
Technology,DevOps Engineering,Technical Support,Network Operations,Linux
Administration,Incident Management,Disaster
Recovery,AWS,IAAS,PAAS,SAAS,Jenkins,Maven,SQS
Key Skills: Senior Cloud Engineer,Technical Support Engineer,Site Reliability Engineering,Cloud Technology,DevOps
Engineering,Technical Support,Network Operations,Linux Administration,Incident Management,Disaster
Recovery,AWS,IAAS,PAAS,SAAS,Jenkins,Maven,SQS
Summary
An achievement-oriented professional with 5.6 years of experience with track record of analyzing information system needs,
evaluating end-user requirements, custom designing solutions & troubleshooting for complex information systems management
Previouslyassociated with Rapyder Cloud Solutions as Senior Cloud Engineer
Broad-based expertise in working on AWS, Cloud Formation, Migration, EKS, ECS, Code Deploy, Code Commit, Code
Application, Cloud Endure (Migration & DR), Media Elementals (Media Live, Media Package, Transcribe), Cloudzatic, Spot
Instance (spotinst), Dynamo DB, and AWS Workspaces
Strategy Architect: Managed Amazon EC2 from conception to completion & operation
Successfully architected cloud implementation of WordPress Content Management System (CMS) for authoring and web
publishing with a continuous deployment hybrid cloud implementation to a global content delivery networks
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d59585748150042…
https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d595857481500420b1815095a0e5… 2/3
Facilitated end-to-end delivery of the projects, met internal and external objectives:
Estimation, risk, scope, time, resource, quality and change management
Value-adds, continuous process and productivity improvement
Worked on Cloud Virtual Network, Cloud Load Balancing, Cloud CDN, Cloud Interconnect, Cloud DNS, Network Service
Tiers across multiple availability zones & regions
Migrated VMs using various AWS Native Tools such as AWS Application Discovery Service, AWS Server Migration
Service and AWS Cloudendure.
Monitored & alerted to code changes in production; rendered assistance in building tools from scratch to help with
weaknesses in software delivery or incident management
Deployed:
Various Database tools using Workbench and Studio management
Applications in AWS using Elastic Beanstalk
Worked on:
Bundle Instances - EBS & Instance store based, Snapshot of EBS
EC2, Auto Scaling, EBS, S3, ELB, RDS, Cloud Front, Cloud Watch, Dynamo DB, Cosmo DB, blob and other AWS
Services
Designed & developed Cloud Computing solutions on the AWS platforms
Led AWS monitoring, queuing & notification and managed architecture design with scalability and performance
Implemented AWS Infrastructure services (IAAS) like EC2, VPC, ELB, EBS, S3, SES, RDS, and Cloud Front
Planned & led the set-up of new server (EC2) instances/services in AWS, configured security groups, and set-up Elastic
IPs
Migrated VMs from other cloud platforms like Microsoft Azure, GCP and linode while working on migration tools like Cloud
Endure DR
Managed hosted zone and domain naming service using Route53.
Liaised with teams and rendered assistance in issues pertaining to Office 365, Microsoft Exchange, Outlook, Skype, Net
Meeting, Unified Messaging, IBM Connections, etc.
Mayadata Inc. as DevOps Engineer
Nov 2018 to Sep 2019
Environment: GCP, Nginx, Docker, Kubernets, Jenkins, Travis, Weave Scope, EFK, Grafana, OpenEBS, MayaOnline,
Cortex
Highlights:
Developed & managed the code using the Version control systems like Git
Worked on:
Continuous Integration tools like Jenkins and pulled the code from Git repository
Monitoring tools like Grafana
Containerization and Virtualization in Docker and Kubernetes
Implemented:
Ansible (Workstation / Server / Nodes)
Software Delivery and Asset Management
Ensured the configuration consistency across all the nodes of Real Application Clustering Environment
Liaised with Engineering and managed/developed a highly scalable and reliable cloud infrastructure
Orious System Pvt. Ltd as Cloud Engineer
Dec 2014 to Nov 2018
Environment: AWS EC2, S3, RDS, Route53, EBS, VPC, Tomcat Apache, Cloud Front, GIT, Docker, Linux
UG: B.Tech/B.E. (Computer Science) from Visveswaraiah Technological University (VTU) in 2013
Other Qualifications/Certifications/Programs:
AWS Sysops Certification
Education
IT Skills
Skill Name Version Last Used Experience
Kubernetes
UNIX, Linux, Windows
GIT & Chef
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d59585748150042…
https://freesearch.naukri.com/preview/printResume?uname=28f9a3bcfa8628e6e83888bac3a4b00e5f5a01531c465a190017450d595857481500420b1815095a0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
? Amazon EC2, S3, Simple DB, RDS
Elastic Load Balancing, SQS
IaaS, PaaS and SaaS
Security Groups, Route 53, VPC
Elasti Cache, Elastic Beanstalk
RDS, Dynamo DB, Redshift
Cloud Formation
MS SQL server &My SQL
Jenkins/Maven
Shell Scripting
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Kannada
Rank 602: Resume 1342 with similarity score 0.016561761375340083
Resume Text: B.E , MS , B.TECH application support , project manager , principal engineer , associate principal , software developer , correspondent , solution architect , change management , senior associate , team lead , full time , part time , enterprise architect core java , security , databases , linux , ssl , design documents , status , integration testing , factset , components , system testing , workflow , streams , sprints , automation , low level design , endur , binary , designation , mar , traders , cloud , hindi , eod , ltd , english , code review , finance domain , ftp , microservices , processing , solution architecture , angularjs , deals , rest , change management , git , strategy , javascript , form , end to end delivery , html , optimization , developers , groovy , vendors , affirmative action , oracle , data analytics , technical architecture , maintenance , unix , pick , jquery , grails , email , aws , project delivery , technology solutions , design patterns , unit testing , maven , languages , multithreading , wolf , hibernate , search , valuation , jenkins , ug , investment , authorization , risk , enterprise , spring boot , application , requirements gathering , steps , repository , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a15…
https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a155213445e09080… 1/3
Current Designation: Associate Principal Engineer
Current Company: Nagarro
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro as Associate Principal Engineer
Dec 2020 to Till Date
Sapient Corporation as Senior Associate
Apr 2011 to Dec 2020
Sr. Developer- Java/ Team Lead] - Single Security Analytics
Client: Wellington
The analytics calculation service is designed to calculate the standard set of analytics for a given instrument. Instruments
are classified in batches based on different vendors to pick curves and generate analytics which are consumed by other
applications.
This project consists of mainly two components, dispatcher and worker. Dispatcher is responsible for creating the requests
and submitting them on AWS SQS. Workers on AWS grid is responsible for processing the requests from SQS and
pushing the response to response queue. These calculators are configured to run in both batch mode and real time
Roles/Responsibilities -
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Naveen Chandola
Senior Associate seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Delivery
Management,Quality Management,Requirement Gathering,JavaScript,Core
Java,Spring Boot,JQuery,HTML,Unix,AWS
Key Skills: Project Manager-Software Engineering,Software Development,Delivery Management,Requirement
Gathering,JavaScript,Core Java,Spring Boot,Unix,AWS,Solution Architecture,Enterprise Architect,Solution
Design,Technical Architecture,Microservices,Rest
Summary
* 14 Years of experience in Design, Development, Enhancement, Maintenance & Support of various Java/J2EE applications
in all phases of SDLC.
* Excellent experience in Core Java, Spring, Spring Boot, REST, AWS.
* Well versed in designing presentation layer components using HTML, JavaScript, JQuery, Reactjs and Angular.
* Good experience in UNIX, Linux commands.
* Excellent experience in Design Patterns implementations.
* Experience in Requirement Gathering, Analysis, System Design, Project Delivery, Quality Management etc.
* Experience in team handling, client interaction and expectation management. Comfortable in managing sprints, estimation
and solution designing.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a15…
https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a155213445e09080… 2/3
* Enhance application to generate analytics for different scenarios.
* Designed and developed T0 application for real time analytics generation which uses various AWS components like
Kinesis data streams, SQS.
* Designed and developed Regression Automation tool. This tool is used to automate the regression environment setup
process and enable parallel execution of all regression batches.
* Resolved batch SLA issues by changing the deployment strategy.
* Deploy application in AWS cloud.
* Supervised team of 5 developers.
Skills/Domain- Finance Domain, Java, multithreading, AWS, SpringBoot, REST, GIT, Maven, Reactjs, Jenkins.
Sr. Developer- Java/ Track Lead] - ESG
Client: RWE
WOLF application is used for EOD valuation of a desk. It takes deals from endur system and curves from smart and use it
to calculate and display PnLs. Curves are defined in terms of eod, historical, final loaders in curve magic application and
stored in database as a binary. Curve magic application also provides a way to create, edit, delete curve and loader.
Roles/Responsibilities -
* SSL and waffle security implementations.
* Deploy application in cloud environment.
* Develop support applications to help traders.
* Performed Unit Testing and provided support in integration testing.
Skills/Domain- Java, Multithreading, Spring Boot, REST, Angular Js, GIT, maven
Sr. Developer- Java/ Track Lead] - ESG
Client: Wellington
ESG describes how Environmental, Social and Governance factors into the investment process and is considered a form
of risk management. ESG application streamlines the process of maintaining and providing ESG scores to wellington
users and enhancing the workflow of ESG team to minimize manual steps. ESG application provides UI with search,
create and edit functionalities. It also exposes esg rating to different systems like ILP, Factset through rest controller. It
also provides mechanism to load bulk shadow rating data from ftp location to the wmc databases
Roles/Responsibilities -
* Worked as the Sr. Developer- java
* Team leading for project accomplishment and end to end delivery.
* Development, effort estimation and Low Level Design documents creation.
* Participated in peer code review.
Skills/Domain- Java, J2ee, Spring, Hibernate, REST, angularjs, Oracle.
Cognizant Technology Solutions as Associate
Jun 2010 to Mar 2011
* [Track Lead/Team Lead] - BrokerMaster
Client: Wellington
Broker Master Application provides a central repository that consolidates and maintains a consistent view of commonly
used broker data, broker relationships and also a breadth of services provided by brokers. It helps end user to create the
broker, manage approved broker, create the broker network and create the commitment, correspondent for that broker.
Roles/Responsibilities -
* Requirements gathering, analysis and design creation for application enhancements
* Development effort estimation and Low Level Design documents creation.
* Development, Code review and code optimization
* Performed Unit, Integration and System testing of module.
Skills/Domain- Java, Extjs, Groovy, grails
Ness Technologies Pvt. Ltd as Software Developer
Nov 2009 to Jun 2010
* [Sr. Developer- Java/ Track Lead] - ESG
Client: Wellington
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a15…
https://freesearch.naukri.com/preview/printResume?uname=4fc625bb1f9409c91dfb351c7a5a7134510f5c574d145a135510490c5808584d420a155213445e09080… 3/3
ESG describes how Environmental, Social and Governance factors into the investment process and is considered a form
of risk management. ESG application streamlines the process of maintaining and providing ESG scores to wellington
users and enhancing the workflow of ESG team to minimize manual steps. ESG application provides UI with search,
create and edit functionalities. It also exposes esg rating to different systems like ILP, Factset through rest controller. It
also provides mechanism to load bulk shadow rating data from ftp location to the wmc databases
Roles/Responsibilities -
* Worked as the Sr. Developer- java
* Team leading for project accomplishment and end to end delivery.
* Development, effort estimation and Low Level Design documents creation.
* Participated in peer code review.
Skills/Domain- Java, J2ee, Spring, Hibernate, REST, angularjs, Oracle.
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2005
Other Qualifications/Certifications/Programs:
Solution Architect-Associate
SCJP
SCWCD
AWS certified data analytics speciality
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, spring, spring Boot, Rest
HTML, JavaScript, JQuery, AWS
Angular, ReactJs, UNIX, Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 603: Resume 1140 with similarity score 0.016428683452515316
Resume Text: MS , BS technical architect , collector , devops , full time , technology specialist , application developer , technical specialist , technical lead portal development , training , computing , microsoft azure , security , interoperability , conducting , docker , web api , angular , mirth , application development foundation , fitbit , custom integration , progression , status , specifications , r4 , components , features , fundamentals , connectivity , building , ec2 , sql server , xss , workflow , organization , microsoft certified technology , automation , devops , interfaces , spark , designation , patient portal , mar , csm , cloud , ltd , knowledge management , english , troubleshooting , wpf , web applications , agile , project , telemedicine , mongodb , live , processing , redis , fixing , pipelines , mvc , d3.js , c++ , kanban , git , cerner , acr , code coverage , completion , data integration , sonarqube , appcelerator , javascript , history , stored procedures , erx , reporting , vm , titanium , general , entity framework , performing , healthcare , scrum , affirmative action , mysql , maintenance , business logic , jquery , bootstrap , hospital information systems , architecture , metadata , email , aws , large enterprise , immunization , xcode , unit testing , languages , nuget , demographics , interactive web , management system , mobile , scheduling , jira , apps , database , teaching , codes , mentoring , streamlining , credit , php , ios , authorization , c# , record , matrix , webrtc , windows services , steps , .net core , salary , radiology , debugging code , s3 , problem solving , cosmos , idp , selenium , ceremonies , .net framework , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 1/4
Current Designation: Technical Achitect
Current Company: Perficient India Pvt. Ltd.
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.A [Arts&Humanities]
Verified : Phone Number | Email - id
Perficient India Pvt. Ltd. as Technical Achitect
Aug 2019 to Till Date
Technology stack:
VM?s, Multi Stage CI/CD pipelines, FunctionApps, KeyVaults, RDS, APIM, ApplicationInsights, App Services,
AzDO, Redis Cache, ServiceBus, Azure Container Registeries (ACR), Docker Images
Responsibilities:
? Leading 3 member team for developing the large scale enterprise healthcare application.
? Establishing connectivity between Dignityhealth and Cerner using FHIR (R4, DSTU) patient resources for
SSO feature.
? Analysing deep Application Insights in Azure related to identify performance matrix.
? Following all SAFe agile process and later Kanban process model to accomplish user story completion till
?definition of done?.
? Developing new API endpoints and implementing the required business logic.
? Developing interactive material design-based Angular UIs for viewing and performing actions with user
records.Implementing SSO features with the organization website and third party interactions to increase user
satisfaction.
? Debugging and bugs fix on existing codes which involves looking app services, app-insights, blobs, cosmos
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Rakesh Rai
Technical Architect seeking roles in Software Development,Cloud
Computing,Application Programming,Data Integration,Requirement Gathering,Solution
Architecture,System Analysis,Docker,Azure,
AWS,JQuery,MongoDB,MySQL,PHP,Objective C
Key Skills: AWS, Microsoft Azure, CI/CD, RDS, Redis Cache, Azure Dev Ops, Angular, C#, Core 3.1,MS SQL, Mongo DB,
Okta Idp, SAML metadata exchange, JWT, FunctionApps, KeyVaults, RDS, APIM, ApplicationInsights, App Services
Summary
Experience in developing and building large enterprise scale Healthcare applications and Data integrations.
Able to handle and enhance cloud software environment setup like AWS and Azure.
Specialized over a decade in designing architecture and handling of integration/ interoperability type applications, EHR's,
laboratory integrations, Pharmacy connectivity and developing components of Hospital information systems.
Proficiency in standards and protocols of interoperability in the areas of HIE, EHR/EMR like IHE, HL7 2.x, C-CDA, ITI, Sure-
script, Care-Quality Integration, Meaningful Use stages, FHIR (R4, DSTU), Immunization Registry.
Experienced in designing and developing application with on-premise setup and cloud setup like Azure/AWS
Expertise with multiple integration engines for Data Integration work like Mirth Connect, Iguana and Custom Integration tool.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 2/4
database, function apps, key vaults, service bus, and SQL database.
? Developing and testing CI/CD pipelines in Azure DevOps.
? Creating, modifying, and working with resources in the Azure portal using ARM templates.
? Creating, modifying, and updating commonly required codes as node modules and .Net projects as NuGet
packages for multiple web API and angular application interactions.
? Upgrading Net Framework based APIs to 3.x Net Core platform.
? Modifying and working with Service bus topics and functions for implementing the business requirement.
? Creating APIMs for API.
? Fixing security vulnerabilities related to front end systems. Example ? XSS attack.
? Increasing the code coverage of the APIs by creating unit tests for the existing codes.
? Creating selenium based automation scripts in C# for validating the developed changes.
? Fixing code complexity and code smells reported by SonarQube.
? Fixing the obsolete libraries reported in the white source report.
ADP India Pvt. Ltd. as Lead Application Developer
Apr 2019 to Aug 2019
Technology stack:
AWS EC2, .Net Core, Web-API, Windows Services, Angular 6, SQL Server
Responsibilities:
* Analyzing the reports components and developing them in employee self-service portal.
* Using D3.js charts for plotting reports like Salary credit, Deductions and other components.
* Leading 5 member team for understanding the salary processing code for India and Singapore region.
* Following all Scrum ceremonies to accomplish user story completion till "definition of done".
* Developed interactive web applications using ASP .Net, MVC, and Entity Framework.
* Developed WPF, ASP. Net and bootstrap based web applications for UI development.
* Created and worked with tables, functions, indexes, stored procedures for retrieving, and updating data in
the database.
* Worked in the Kanban approach model
* Worked in developing applications using .Net Framework and Net core.
* Experienced in deploying applications in AWS.
* Experienced in debugging the code and fix the issues.
* Deployed SQL scripts for Dacpac projects.
CES IT Pvt. Ltd as Technical Lead
Sep 2018 to Mar 2019
Technology stack:
AWS EC2, .Net Core, Web-API, MongoDB, Angular 6, RDS, FHIR (R4) - Spark
Responsibilities:
* Developed web-based application with Fitbit integration using angular 6 and Fitbit API.
* Care-Quality integration with ITI 55, 38 and 39 messages using Mirth engine.
* Telemedicine application developed using Angular 6 and WebRTC.
CitiusTech as Technical Specialist
Aug 2017 to Sep 2018
* Worked on customized JIRA tool using JIRA API to record story and sub-task for project management.
* Implemented Clinical Interfaces like Laboratory, Radiology & Clinical Document and Implemented Collector Interfaces
like Patient Demographics and Patient Claims and Quality Measure and Clinical Document Architecture on different
athenahealth client server.
* Scheduling Design Call with Client and Vendor to understand EMR workflow and which interface is require
streamlining the work process.
* Conducting Kick of call with client and vendor to discuss the scope of project, gather interface related documents like
connectivity worksheet, compendium, and Health Level 7 specifications documents, define the project timeline.
* Identify and implement different stages like Build, Unit Testing, End User Testing and Go-live of project in client Test
and Production environment.
* Conducts Scrum & Standing call with internal team with know the project status and steps to overcome roadblocks.
* Conducting training for new hire and creating Knowledge Management documents for clinical and collector projects.
NextServices as Module Lead
Jul 2009 to Aug 2017
* Surescript (eRx network) connectivity
* PQRS reporting.
* Lab (Quest and Tricore) connectivity using HL7 v2.x standards.
* Developed component of EHR like SOAP/ Operative note, Vital, Allergies, Patient Past History, Complaints, Billing and
other modules.
* Patient Portal development.
* HL7 v2.x connectivity with billing management system (AdvancedMD).
* Analyzing and debugging code.
* Maintaining the high stability of all AWS instances.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 3/4
* Mentoring team members in the development and technical progression.
* Troubleshooting and problem solving.
* iOS mobile EHR version developer in native (Obj-C) xCode code.
NIIT LTD as Faculty
Jun 2007 to Jul 2009
* Certified faculty for GNIIT course till term 2 program.
* Taken classes for Dotnet 2.0 and C++ languages in NIIT.
* While teaching students learned Dotnet 2.0 and achieved Microsoft certification.
UG: B.A (Arts&Humanities) from mahatma gandhi kashi vidyapith in 2022
Other Qualifications/Certifications/Programs:
Microsoft Certified Technology Specialist: .Net Framework 2.0
Microsoft .Net Framework - Application Development Foundation
Certified ScrumMaster (CSM) Scrum Alliance
Azure 900 - Azure fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
VM, Multi Stage CI/CD pipelines
FunctionApps, KeyVaults
RDS, APIM, ApplicationInsights
App Services, AzDO, Redis Cache
ServiceBus, Arm-template
Docker, Azure Container Registeries
EC2, CloudFormation, S3 bucket
SNS, Lambda, Multi stage CI/CD pipelines
RDS, LoadBalancer
GIT, Azure Repo, Azure Dev Ops
Azure Pipeline, Azure Board
Azure Tests
C#, Core 3.1, WebAPI
WEBSERVICES
Windows Services, WCF, MVC
MS SQL, Mongo DB
Okta Idp, SAML metadata exchange
JWT
PHP
Objective C (iOS), Appcelerator Titanium
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d44…
https://freesearch.naukri.com/preview/printResume?uname=d9bfceafa75c1ff45c738384b4168a3a58580e5549130042501615580b5a004b425d440340440b585b0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 604: Resume 923 with similarity score 0.016408462225073323
Resume Text: B.E , MS , B.TECH , BS product architect , senior software engineer , full time , team lead , full stack developer react.js , web development , vt , collage , general , project managers , css , television , designation , vue , affirmative action , hindi , angular , cloud , maintenance , php , web technologies , authorization , english , teams , status , specifications , email , boot , defect tracking , live , product analysis , audition , ems , sony , testing , github , database design , debugging , idol , computer science , functional analysis , preparation , languages , mobile applications , documentation , kannada , front-end development , management system , python , javascript , html , laravel 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c14…
https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c140443435a0e08… 1/2
Current Designation: Senior Software Engineer- Software
Development
Current Company: Sourcebilts Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Sourcebilts Technologies as Senior Software Engineer- Software Development
Nov 2019 to Till Date
Growth Path:
Nov'19-May'20 Full Stack Developer
Since Jun'20 Senior Software Engineer
Key Result Areas:
Administering complex bugs on project like EMS Admin Portal for client of Sony Television by utilizing Vue, JS and
front-end PHP as Back-end skills
Functioning towards auto-boot system in house project call Bots AI which requires A game skills on React.JS
Highlights:
Successfully completed the task like KBC ( Kaun Banega Crorepati) Audition system and combined in live Sony Liv
App for the clients (Angular as Front End)
Effectively accomplished the task for Indian Idol Audition system and incorporated in live Sony Liv App for the clients
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
PARTHA PREETHAM KRISHNA ML
Senior Software Engineer seeking roles in Application Design, Software Development,
Application Development, Web Development, Requirement Analysis, IT Project
Management, Client Engagement, Defect Tracking, Debugging, HTML, CSS, PHP,
Javascript,Nuxt
Key Skills: Senior Software Engineer,Team Lead/Tech Lead,Application Design,Software Development,Application
Development,Web Development,Requirement Analysis,IT Project Management,Client Engagement,Defect
Tracking,Debugging,HTML,CSS,PHP,Javascript,Python.
Summary
Qualified BE (Computer Science) professional offering over 04 years of rich and extensive experience in Mobile and Website
Application Development. Successfully delivered EMS Admin Portal and KBC Audition System for client of Sony Television.
Competent in functional analysis, mapping of requirements to design, database design and preparation of functional
specifications. Proven capabilities in working with customers, project managers and technical teams for securing & executing
concurrent projects. Exposure of software development life cycle right from requirement analysis to system study, designing,
coding, testing, de-bugging, documentation and implementation. Extensive knowledge in Angular Frameworks, expertise in
front-end development using Vue, Angular, React, JavaScript, Python, PHP, CSS, HTML, Github, Bitbuket. Experience in front-
end development of mobile applications from requirement analysis to system study, designing, coding, documentation and
implementation
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c14…
https://freesearch.naukri.com/preview/printResume?uname=570c013dc5c8226b7e84225f6f569cb851595f581b140e12001445515c010719425c140443435a0e08… 2/2
Time Tree Technologies as Product Architect
Aug 2016 to Nov 2019
Key Result Areas:
Functioned towards product analysis, understood requirements and business specifications
Working towards coding and build an efficient billing management system as well as solved complex problems via
latest in Cloud, Mobile, and Web Technologies
UG: B.Tech/B.E. (Computers) from Jawaharlal Neharu National Collage Of Engineering, VT University in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, Javascript, PHP, Python
Vue, Angular, React
Laravel, Codeignitor, Node
Github, Bitbuket
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 605: Resume 1356 with similarity score 0.016406602258662036
Resume Text: B.E , MS , B.TECH , BS software engineer intern , software developer , full time , part time , change management api , training , algorithms , designation , affirmative action , suggestions , async , mysql , hindi , linux , maintenance , pick , test cases , authorization , english , status , timelines , postgresql , email , project , boot camp , consideration , application , aws , numbers , android , writing , change management , wbs , git , debugging , languages , django , documentation , python , javascript , technology , learning , teaching 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c4…
https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c430043465a5c0f… 1/2
Current Designation: Software Engineer II
Current Company: HashedIn Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HashedIn Technologies as Software Engineer II
Jul 2020 to Till Date
- Saved 100's of dollars per month by suggesting and implementing
background/async tasks using AWS lambda instead of a separate
worker environment.
- Implemented Audit Logs single-handedly for the complete backend
which helped the client manage their staff activities.
- Successfully helped in getting a new subproject under City Rewards
by making WBS of the project single-handedly, as well as convincing
the client of our tech capabilities.
HashedIn Technologies as Software Engineer I
Jul 2019 to Jul 2020
- Improved API performance for the majority of APIs by learning DRF
queries in-depth, implementing them, and teaching the same to my
teammates too.
- Reviewed the complete backend application to figure out pain
points and gave suggestions/approaches, quite a few of which were
implemented too which improved the performance even further.
- Implemented 10's of APIs to match the aggressive release timelines
given by the client while keeping quality in consideration by writing
integration test cases and swagger documentation.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Avaneesh Pratap Singh
Software Engineer seeking roles in Software Engineering,Software
Development,Project Management,Change Management,Quality
Management,Requirement Gathering,Application Development,Data
Structures,Algorithms,Python,Django,MySQL,AWS,Git
Key Skills: Software Engineer/Developer,Software Engineering,Software Development,Project Management,Change
Management,Quality Management,Requirement Gathering,Application Development,Data
Structures,Algorithms,Python,Django,MySQL,AWS,Git,SQL
Summary
Software Engineer II with close to 2 years of experience. Involved in tasks ranging from planning (requirement
gathering, estimating etc) to development and deployment of the same. Extensively worked with Python-Django
apart from a few others too. Looking for opportunities to further enhance my knowledge depth and breadth.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c4…
https://freesearch.naukri.com/preview/printResume?uname=ad597a49b583d4016019c0355e20c6f60c5401564c1709115616425d5e01044b455c430043465a5c0f… 2/2
HashedIn Technologies as Software Engineer Intern
Feb 2019 to Jul 2019
- Cleared the 2 months of rigorous boot camp training (HU).
- Appreciated for the thorough debugging skills by the client, post-
training, which helped them remove corrupted data causing
problems to the management team.
- Quick learning of new technology helped the team in a successful
POC for an Android App combining with 2 different machine
learning algorithms to specifically pick numbers from the license
plate.
UG: B.Tech/B.E. (Computers) from School of Engineering and Technology, Jain University in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Python 2021 2 Year(s) 0 Month(s)
DJANGO 2021 2 Year(s) 0 Month(s)
Data Structures 2021 2 Year(s) 0 Month(s)
ALGORITHMS 2021 2 Year(s) 0 Month(s)
GIT 2021 2 Year(s) 0 Month(s)
Linux 2021 2 Year(s) 0 Month(s)
AWS 2021 1 Year(s) 6 Month(s)
PostgreSQL 2021 0 Year(s) 2 Month(s)
MySQL 2019 0 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 606: Resume 359 with similarity score 0.01634692758759388
Resume Text: B.E , MS work from home , student ecommerce , laptops , guides , agriculture , collage , relay , mar , mysql , blind , jquery , shopping , bootstrap , record , project , water , application , wordpress , c programming , xml , range , resume , android , government , irrigation , computer science , raspberry pi , assessment , family , mobile , python , javascript , eclipse , object detection , technology , humidity , html , database Assessment
Q1. Why should you be hired for this role?
I Have Develop Flutter Base Chatting Application Which I am Currently Working on it
https://github.com/nikunjramani/letschat
I have develop 6 Project
1.Lapshop - Android ECommerce Shopping App
2.Smart Farming - it is iot project which used for Monitoring Farming Activities like Irrigation,Temperature,humidity and controling water motor
through Mobile App
3.Attendance System - it is python and android base project for taking student attendance through student face recolonization and show
student attendance,report,marks etc through android app
4.Woman Safety - For safety For woman And send Alert to police and family member when it required
5.Vision System - it is iot project which help blibd people to walk in street
6.Hissab - For maintaining record
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes i am available for 3 month and ready to start immediately
Resume
EDUCAT ION
PROJECTS
Nikunj Ramani
Ahmedabad, Bangalore
Applied 25 Dec'20
Android C Programming C Programming
HTML Java JavaScript
MySQL Python Raspberry Pi
SQL WordPress Bootstrap
Data Structures Eclipse IDE Flutter
XML jQuery
Bachelor of Engineering B.E, Computer Science
Silveroak University
2018 - 2021
CGPA 8.42/10
Diploma, Computer Science & Engineering
Government Polytechnic College
2015 - 2018
CGPA 8.55/10
Smart Farming
Sep 2019 - Oct 2019
Smart Farming is Iot Project used to control in agriculture activity like irrigations and monitioring farm farmer cant start or stop
irrigation from app and also monitor farm temrature,humidity,waterlevel
Attendance System
Mar 2019 - May 2019
attendance system take attendance from student faces.system match student faces to database faces if student available in
class attendance are record else recorded android app available which show student attendance internal marks important
notice
Lapshop
Jan 2018 - Mar 2018
Lapshop is android base ecommerce application which used to sell laptop and its accessaries using lapshop app client can
find best laptops he want to buy.
Vision Sytem
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7624069124
Jan 2020 - Present
Vision System guides blind people through voiceassistant that fetchdata from camera and performs background process for
object detection
It calculates the distance of specific thing within its range by calculating the difference between two objects
3rd Rank In Gujarat Hackathon 2018
1st Rank In Collage PBL Competition in SilverOak College Of
Engineering And Technology
2nd Rank In VisvaHackathon In Vishwakarma Government
Engineering College
1st Rank In Relay Coding in Government Engineering Collage
Of Gandhinagar
Rank 607: Resume 366 with similarity score 0.016337434147469927
Resume Text: B.E , MS , BS work from home smart cities , core java , plantation , css , summit , connect , mysql , ieee , basic , firebase , resume , android , computer science , quiz , completion , photography , assessment , traffic management , one , campus , apps , schedules , html , database , online Assessment
Q1. Why should you be hired for this role?
I have developed two apps on android using Java and in one app the database is made using firebase, also in this internship I will get to learn
more about android. I believe that this experience, coupled with my personable attitude and hard work ethic, is why I am a great candidate for
the job.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for full-time work from home internship.
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7974951315
Nitesh Dewangan
Bhilai, Bilaspur
Applied 06 Jan'21
Android Java MSPowerPoint
MSWord Photography CSS
HTML MySQL
Bachelor of Engineering B.E, Computer Science & Engineering
Shri Shankracharya Technical Campus
2016 - 2020
Senior Secondary XII, Science
Saraswati Shishu Mandir
CGBSE board)
Year of completion: 2016
Percentage: 78.80%
Secondary X
Saraswati Shishu Mandir
CGBSE board)
Year of completion: 2014
Percentage: 85.80%
Core Java
Internshala Trainings, Online
Jun 2019 - Jul 2019
learned about various concept of java
Time Table app
May 2020 - May 2020
This is a basic app which keep track of schedules of college lectures and syllabus as well as details of faculties.
Garbage reward app
Mar 2020 - Apr 2020
Connect 4 game using java
Jun 2019 - Jul 2019
-worked with ZIDD group for cleanliness, tree plantation & saving, traffic management etc.
- Delegate in NATIONAL SUMMIT ON SMART SOLUTION TO SMART CITIES organised by IEEE
- runner-up in DISTRICT LEVEL SCIENCE QUIZ COMPETETION
Rank 608: Resume 1514 with similarity score 0.016331417364745398
Resume Text: MS , M.Sc , M.S application support , certified scrum master , operations manager , owner , technical project manager , change management , full time , service delivery manager server monitoring , customer , security , literacy , it service management , kpi , outsourcing , digital , glass , status , steering , smoke testing , building , delivery of projects , payments , service delivery management , organization , streams , corrective actions , designation , hindi , english , contractual agreements , agile , ops , closure , accountability , change management , disaster recovery , resolve , itil , dashboard , service improvement plans , javascript , load testing , end to end delivery , managed services , general , scrum , team management , affirmative action , information technology , urgency , maintenance , escalation , email , manufacturing , aws , technology solutions , languages , malayalam , sit , mobile , testers , web , apps , root cause analysis , commerce , it infrastructure management , database , mentoring , people management , ug , exist , revenue , legacy systems , authorization , teams , application , business expansion , less , operations management , electronics , project risk , government , servers , framework , offshore , statistics , ceramics , cloud computing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195…
https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195118450d55580… 1/3
Current Designation: Project Manager
Current Company: UST Global
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
UST Global as Project Manager
Nov 2019 to Nov 2020
project manager with scrum master
UST Global as Technical Project Manager
Dec 2018 to Jun 2020
Responsibilities:
* Managing a team of 15 members that comprises of IMS (Infrastructure Management Services), AMS (Applications
Management Services), DBA (Database Administrators), and Testers.
* Followed SCRUM framework.
* Migration of 136 applications to newly built GE1 SIT environment in Modern Datacenter (MDC).
* Procuring of 305 servers (application & DB) using VRA tool with Blueprints.
* Completed required DB setup for all procured MDC DB servers.
* Installing the required software and setting up of applications in GE1 environment by referencing to GE1 legacy
* Smoke testing on the applications once building of the apps are completed in newly built GE1 env.
* Performed end to end testing on the identified application streams.
* Performed load testing on the selected application streams.
* Updated the newly provisioned MDC servers in EView tool.
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Rajmohan Janardhanan Nair
Technical Project Manager seeking roles in Project Management, Service Delivery
Management, IT Infrastructure Management, SCRUM master, Cloud computing -
AWS, ITIL, Server Monitoring,itil
Key Skills: AWS,Technical Project Manager,Project Manager,Project Management,Service Delivery Management,ITIL, IT
Infrastructure Management,SCRUM master,Operations manager,Server Monitoring,AWS cloud computing,Agile
Methodology,Delivery Management
Summary
Over 17 years IT experience spanning across, Project Management, IT Ops and Service Delivery. Work with internal teams to
create the migration process of legacy systems to the AWS cloud.Strong experience in cloud-based delivery.
Good overall knowledge on cloud native and third party cloud related security solutions
A dynamic professional with over 17+ years of experience in Project Management/ Delivery/ Operations. Presently working with
UST Global Proficient in managing end to end delivery of projects. Have gained comprehensive experience in steering teams
towards achieving targets & business expansion in different verticals thereby enhancing the sales/revenue statistics. Excellent
people management, mentoring skills with the ability to train and motivate cross cultural teams in optimizing their performance.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195…
https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195118450d55580… 2/3
UST Global as Project Manager
Nov 2018 to Till Date
Technical Project Manager / Certified Scrum Master / Service Delivery Manager
I-exist Technology Solutions as Project Manager
Nov 2016 to Nov 2018
Worked as Project Manager to implement Digivaarta web/mobile application for MeitY Delhi (Ministry of Electronics and
Information Technology, Government of India) to assist them to promote financial and digital payments literacy using an
innovative mobile based interactive communication tool called Digivaarta.
Responsibilities
* Implementation of Digivaarta web/mobile application on AWS Cloud.
* Understanding of end to end project requirement to enable effective Planning, Organizing, Leading, Controlling.
* Define project/ product scope
* Develop project schedule by defining the activities, sequence the activities, estimate the duration of activities and
maintain the schedule.
* Used Project Libre tool for Project plan i.e. developing a schedule, assigning resources to tasks, tracking progress,
and analyzing workloads
* Analyzing and managing project risk
* Working with Meity & NIC team to resolve impediments
* Working with NIC IT team for infra requirements and releases from AWS cloud
* Six-member Team management
* Provide application support post implementation.
Wipro Technologies as Service Delivery Manager
May 2011 to Dec 2014
Responsibilities
Worked as a Service Deliver Manager who managed 25+ on/offshore resources providing services to US based glass and
ceramics manufacturing firm as a part of Managed Services Outsourcing in the area of ITSM (i.e. Server Monitoring,
Network Monitoring and Service Desk).
* Holds the accountability across all aspects of the service delivery organization
* IT Service Management (ITSM) based on ITIL best practices
* Building and maintaining customer relationships
* Ensuring that quality services are delivered regarding to the agreed SLA
* Holds first level business owner and responsible for all contractual agreements with the customer.
* Ensure that account has proper governance, processes in place
* Manage critical customer interactions, Conference Calls, Bridges, ensure escalation are triggered on time and to the
appropriate persons
* Providing detailed reports as per an agreed schedule (or on request), including management and account
performance reports i.e. SLA dashboard report, KPI report
* Present Service Improvement Plans quarterly to the customer and provide the progress report monthly
* Ensure 100% compliance to defined Operations Management support Process especially Root Cause Analysis,
Proactive communication with customer, Closure of any open-ended issues Identify Defect Areas and proactively carry out
corrective actions
* Update all the quality documents and lesson learned documents
* Resolve issues/concerns/conflicts in the teams
* Project change management
* Single point of contact for the customer for any escalations
* Mitigating and solving escalations with urgency and determination
* Successfully driven the disaster recovery activity for the account that failed twice in previous attempts.
UG: B.Com (Commerce) from Kerala University in 1997
PG: MS/M.Sc(Science) (Computers) from Karnataka University in 2005
Education
IT Skills
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195…
https://freesearch.naukri.com/preview/printResume?uname=058ff210c6296d825a99f443924f6c9e5c5f5b02491b58175219440e090e551b1b5a195118450d55580… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Scrum Master 2 Year(s)
AWS 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 609: Resume 474 with similarity score 0.016330143523959773
Resume Text: MS , BSC , BS work from home , representative , student dart , core java , mets , css , accident , sqlite , cloud , firebase , project , mumbai , xml , resume , android , spice , computer science , flask , sms , assessment , events , app , python , ion , technology , html Assessment
Q1. Why should you be hired for this role?
I possess all the skills required for this internship. I am sure the project will be developed by the time being in a team in this internship and under
some guidance. Being a good learner, I can learn something new related to my project. As a student, I try to learn and also have an interest in the
latest technology. Therefore I am confident that I can do this work if given a chance.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9833226603
SHRADDHA
Mumbai
Applied 01 Jan'21
Android CSS HTML
XML Cloud Firestore Dart
Firebase Flutter Java
Python SQLite
Master of Computer Applications MCA, Computer Science
Mumbai University
2018 - 2021
Class Representative for SyBSc, Fymca.
SPICE Representative for Symca.
Cultural Representative for TyBSc
To Do app
Dec 2020 - Dec 2020
Simple to do app with firebase as backend and java with android as frontend.
Python: Fake news detection
Oct 2020 - Nov 2020
It is developed in python with flask and datasets.User can paste a new and it will predict whether its a trustful or fake news.
Android:Vehicle accident emergency
Oct 2020 - Nov 2020
It is developed in android with java and sqlite. When user mets with accident sms will be sent to their emergency contacts
with accident's current location and nearby hospital & police station.
Android:TO Do Reminder app
Oct 2020 - Nov 2020
To Do reminder app which will remind you for all type of events if a user has set a reminder for it.
Core java: restaurant bill generator
Nov 2018 - Nov 2018
User can order by selecting in the menu, according to the order price & gst final amount is generated and presented in
printable format.
Secured 2nd rank in TYBSC.
Secured 2nd rank in FYMCA
Rank 610: Resume 1546 with similarity score 0.016302852730327836
Resume Text: MS , M.Sc , M.S , BS devops , full time , partner , system administrator office , 2016 r2 , vista , docker , linux , web hosting , ccna , digital , symantec endpoint protection , status , piwik , wireless security , teamviewer , nagios , connectivity , chat , restoration , system administration , media solutions , spectrum , switches , wireless access , outlook , magento , devops , business opportunities , kubernetes , windows 2000 , designation , opennms , hindi , ltd , software installation , workstations , english , troubleshooting , project , domain hosting , ftp , groups , drupal , word , lower costs , data recovery , javascript , mail server , usb , general , mcafee antivirus , developers , vendors , affirmative action , mysql , system software , uptime , nt backup , trend micro , xp , zabbix , vlan , email , aws , network security , ubuntu , mx , operations , management software , control panel , technology solutions , languages , 2012 r2 , wsus , scheduling , sap business one , opencart , it infrastructure management , database , jenkins , ug , lamp , offers , active directory , firewall , azure , php , authorization , internet , excel , records , ci , cron , servers , router , replication , e-commerce , iis , network administration , cd , entertainment , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 1/3
Current Designation: Lead Administrator
Current Company: Techcurl Media solutions Pvt. Ltd
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: Media/Dotcom/Entertainment
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [IT]
Verified : Phone Number | Email - id
Techcurl Media solutions Pvt. Ltd as Lead Administrator
Sep 2012 to Till Date
* Managing Azure, AWS and GCloud, Good hands on DevOps. Automated CI/CD through Jenkins. Worked and
installed Docker and Kubernetes in Windows as well as linux environment.
* Successfully Migrated the Domain hosting based on PHP from Linux system to Window Server 2012.
* Moved workgroup systems to domain window 2012 R2 server and implemented group policies for desktop, windows
update, usb and cdrom restriction, printer etc.
* Hands free on managing Control Panel of Hostgator to create different domains, subdomains, email, mysql database,
user creation, managing dns records, host records, mx records, cname records etc. Installed and managed zpanel control
panel on remote Linux (Ubuntu12.10) dedicated server.
* Managing Remote dedicated window 2016 R2 server for web hosting configured on IIS with php with database MS Sql
2016 and mysql.
* In Linux (Ubuntu 12.10-19.10)
* Configured open VPN Server, installed web hosting server based on LAMP and configured many e-commerce
software such as magento, opencart, drupal. Also configured many networking tools such as opennms, zabbix, nagios and
piwik for monitoring all the websites hosted.Configured local mail and chat server. Created scripts for backups and for
scheduling cron to maintain automated jobs for downloading and uploading the files on remote server.
* Managing Linode and Digital Ocean Hosted (Ubuntu 18.04) web server
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Puspesh Kumar Singh
CCNA,MCP Certified,Lead Administrator seeking assignment in Networking
Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure
Management,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Key Skills: Lead Administrator,System Admin,Networking Engineering,Technical Support,System Administration,Data
Centre Operations,Project Management,Desktop Operations,IT Infrastructure Management,Data
recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Summary
Over 15 years experience in Networking Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure Management,Data recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 2/3
Tecnova India Pvt. Ltd,Visnova Solutions Pvt. Ltd as Sr. System Administrator
Aug 2005 to Sep 2012
Visnova Solutions provides integrated, tailor-made consulting services that are designed to respond to diverse needs of
foreign companies looking at India for business opportunities ,also offers a broad spectrum of technology solutions to
simplify processes, lower costs and increase efficiency through a hybrid onsite and provides the India advantage by
undertaking responsibilities of their customers' business processes.Visnova Solutions can be your strategic KPO partner,
and can take care of your "back-room" systems and processes .
Responsibilities:
* Managed hardware and software integrations, Windows 2000 and Windows 2003 server installation.
* Installing, Implementing, Trouble shooting & Supporting Windows 2000/XP/2003/vista/win7 and Upgrade Service
packs
* Implementation and administration of DNS and DHCP
* Active Directory users and groups management
* Troubleshooting Active Directory replication problems
* Ensuring the periodic updating of Virus definition files from McAfee Antivirus server to all the workstations.
* Symantec endpoint protection 11 and Trend Micro Anti Virus Software Installation and Upgrades for Corporate
Desktops
* Monitor/Troubleshoot Remote Desktops using Teamviewer and VNC remote support software
* Create Users / Disable Users in Exchange Mail Server 2000 and Client configuration
* Symantec ghost optimized imaging provides significantly faster creation restoration of image System Software using
Symantec Ghost utility software
* Excellent in MS Word, Excel, PowerPoint, Access, Outlook.
* Install complex software and hardware.
* Managing Wan Link's for internet and VPN connectivity to the end users using Hardware Firewall.
* Implemented WSUS server for automated windows updates.
* Implemented network inventory management software for management.
* Maintain SQL 2000, 2005,2008. 2012, 2016 and 2019 servers for database connectivity.
* Providing assistance on .Net 2007 and .Net 2019 to software developers on troubleshooting OS related or error
related issues.
* Maintaining Network and Windows 2003,2008 R2, 2012 R2, 2016 R2 and 2019 Servers.
* Implementing VLAN's and hardware firewall for data and network security.
* Maintain Inventory and 99.99% uptime for users.
* Managing Trend Micro antivirus and spy ware security solution, preventing network threats.
* Maintaining 2000, XP, window 7 , 8.1 and 10 workstations and solving user's complex issues whether related to
Operating system, Software and Hardware.
* Data backup and restoration using NT Backup and third party software 'BackupAssist'.
* Providing wireless access to users, implementing and maintaining wireless security using WAP.
* Data recovery , Window s based recovery solution
* Coordinate with vendors for infrastructure management.
* Managing user email using Linux Email Server.
* Implementing and managing FTP and Web server.
* Installing SAP Business One Server and client for Functional and Software developers on workstations.
* Managing Third Party based Call center solution for KPO.
* Managing IT team and coordinating day to day activities.
UG: B.A (English) from Allahabad University in 1995
PG: MS/M.Sc(Science) (IT) from Mahatma Gandhi University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
SQL 2000, 2005,2008. 2012, 2016
Net 2007 and .Net 2019
Windows 2003,2008 R2, 2012 R2
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 3/3
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Jul 2006 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Network Setup
Client: Visnova
Role Description: Installation and Configuration of Router firewall, switches and connecting them in different VLAN.
Project Details: Setup of Networking in new office site.
Rank 611: Resume 542 with similarity score 0.016301639957094036
Resume Text: MS work from home react.js , api , express.js , figma , internships , visual studio code , mysql , firebase , pdf , json , dialogues , node.js , astute , resolutions , bootstrap , application , kotlin , video , live , c programming , npm , mongodb , fit , resume , android , running , machine learning , shell scripting , opencv , computer science , assessment , gif , mobile , javascript , form , search , web Assessment
Q1. Why should you be hired for this role?
As i want to explore the Android App Development and touch the every aspect of this field to make a good future in Android App Development. I
am very passionate and always give my full potential to complete my task, since i fulfill most of the skills and qualifications listed in the job
description, it will be good fit for me. I promise to deliver quality work throughout the tenure of the internship. PAST EXPERIENCE : 1 INTERNSHIP
4th May 2020 - 24 July 2020 ASTUTE RESOLUTIONS Developed Android Application using Java & Firebase, JNICMake) and OpenCV to Detect
Face in Video/Image using Machine Learning Face Modal 2 LIVE APP TV Dialogues : Android App. App was running with a backend server which
was providing respective JSON's for the dialogues data. Removed backend dependency and hard coded the json data in the app itself. Link :
https://play.google.com/store/apps/details?id=com.doxtech.tvdialogues 3 PDF VIEWER : Android App to download pdf file form nodejs server
then open it on android. Backend : Express.js Frontend : Android Java Link : https://github.com/shivenderkumar/PdfViewer 4 Search-Giphy-
React : Web App to search gif from 'Giphy' Api using React.js , VSC, npm. https://github.com/shivenderkumar/Search-Giphy-React
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i'm available.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Shivender Kumar
Delhi
Applied 29 Dec'20
Android Kotlin Java
C Programming Data Structures Figma
Firebase JSON JavaScript
MySQL Express.js MongoDB
Node.js ReactJS Shell Scripting
Master of Computer Applications MCA, Computer Science
Bvicam
2018 - 2021
Percentage: 77.00%
Bachelor of Computer Applications BCA
JIMS Rohini
2014 - 2017
Percentage: 60.10%
Mobile App Development
Astute Resolutions, Virtual
May 2020 - Jul 2020
Android Application Development
NIIT, Delhi
May 2019 - Jul 2019
PDF Viewer Android
Apr 2020 - May 2020
https://github.com/shivenderkumar/PdfViewer
PDF Viewer Android App for getting list of files on server and then showing them in the android app.
Backend: Express js
FrontEnd: Android Java
TV Dialogues Android App
Apr 2019 - Aug 2019
https://play.google.com/store/apps/details?id=com.doxtech.tvdialogues
https://github.com/shivenderkumar/PdfViewer
https://play.google.com/store/apps/details?id=com.doxtech.tvdialogues
CONTACT Phone: 91 9711879426
Maintained a live Android App. App was running with a backend server which was providing respective JSON's for the
dialogues data. Removed backend dependency and hard coded the json data in the app itself.
Search-Giphy-React
Aug 2020 - Present
https://github.com/shivenderkumar/Search-Giphy-React
Web App to search gif from 'Giphy' Api using React.js, JSX, Bootstrap, Visual Studio Code, npm.
https://github.com/shivenderkumar/Search-Giphy-React
Rank 612: Resume 1343 with similarity score 0.016297846698929634
Resume Text: MS , M.Sc , M.S , BS devops , full time , partner , system administrator office , 2016 r2 , vista , docker , linux , web hosting , ccna , digital , symantec endpoint protection , status , piwik , wireless security , teamviewer , nagios , connectivity , chat , restoration , system administration , media solutions , spectrum , switches , wireless access , outlook , magento , devops , business opportunities , kubernetes , windows 2000 , designation , opennms , hindi , ltd , software installation , workstations , english , troubleshooting , project , domain hosting , ftp , groups , drupal , word , lower costs , data recovery , javascript , mail server , usb , general , mcafee antivirus , developers , vendors , affirmative action , mysql , system software , uptime , nt backup , trend micro , xp , zabbix , vlan , email , aws , network security , ubuntu , mx , operations , management software , control panel , technology solutions , languages , 2012 r2 , wsus , scheduling , sap business one , opencart , it infrastructure management , database , jenkins , ug , lamp , offers , active directory , firewall , azure , php , authorization , internet , excel , records , ci , cron , servers , router , replication , e-commerce , iis , network administration , cd , entertainment , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 1/3
Current Designation: Lead Administrator
Current Company: Techcurl Media solutions Pvt. Ltd
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: Media/Dotcom/Entertainment
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [IT]
Verified : Phone Number | Email - id
Techcurl Media solutions Pvt. Ltd as Lead Administrator
Sep 2012 to Till Date
* Managing Azure, AWS and GCloud, Good hands on DevOps. Automated CI/CD through Jenkins. Worked and
installed Docker and Kubernetes in Windows as well as linux environment.
* Successfully Migrated the Domain hosting based on PHP from Linux system to Window Server 2012.
* Moved workgroup systems to domain window 2012 R2 server and implemented group policies for desktop, windows
update, usb and cdrom restriction, printer etc.
* Hands free on managing Control Panel of Hostgator to create different domains, subdomains, email, mysql database,
user creation, managing dns records, host records, mx records, cname records etc. Installed and managed zpanel control
panel on remote Linux (Ubuntu12.10) dedicated server.
* Managing Remote dedicated window 2016 R2 server for web hosting configured on IIS with php with database MS Sql
2016 and mysql.
* In Linux (Ubuntu 12.10-19.10)
* Configured open VPN Server, installed web hosting server based on LAMP and configured many e-commerce
software such as magento, opencart, drupal. Also configured many networking tools such as opennms, zabbix, nagios and
piwik for monitoring all the websites hosted.Configured local mail and chat server. Created scripts for backups and for
scheduling cron to maintain automated jobs for downloading and uploading the files on remote server.
* Managing Linode and Digital Ocean Hosted (Ubuntu 18.04) web server
Last Active: 26-Jan-21 Last Modified: 26-Jan-21
Puspesh Kumar Singh
CCNA,MCP Certified,Lead Administrator seeking assignment in Networking
Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure
Management,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Key Skills: Lead Administrator,System Admin,Networking Engineering,Technical Support,System Administration,Data
Centre Operations,Project Management,Desktop Operations,IT Infrastructure Management,Data
recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Summary
Over 15 years experience in Networking Engineering,Technical Support,System Administration,Data Centre Operations,Project
Management,Desktop Operations,IT Infrastructure Management,Data recovery,Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 2/3
Tecnova India Pvt. Ltd,Visnova Solutions Pvt. Ltd as Sr. System Administrator
Aug 2005 to Sep 2012
Visnova Solutions provides integrated, tailor-made consulting services that are designed to respond to diverse needs of
foreign companies looking at India for business opportunities ,also offers a broad spectrum of technology solutions to
simplify processes, lower costs and increase efficiency through a hybrid onsite and provides the India advantage by
undertaking responsibilities of their customers' business processes.Visnova Solutions can be your strategic KPO partner,
and can take care of your "back-room" systems and processes .
Responsibilities:
* Managed hardware and software integrations, Windows 2000 and Windows 2003 server installation.
* Installing, Implementing, Trouble shooting & Supporting Windows 2000/XP/2003/vista/win7 and Upgrade Service
packs
* Implementation and administration of DNS and DHCP
* Active Directory users and groups management
* Troubleshooting Active Directory replication problems
* Ensuring the periodic updating of Virus definition files from McAfee Antivirus server to all the workstations.
* Symantec endpoint protection 11 and Trend Micro Anti Virus Software Installation and Upgrades for Corporate
Desktops
* Monitor/Troubleshoot Remote Desktops using Teamviewer and VNC remote support software
* Create Users / Disable Users in Exchange Mail Server 2000 and Client configuration
* Symantec ghost optimized imaging provides significantly faster creation restoration of image System Software using
Symantec Ghost utility software
* Excellent in MS Word, Excel, PowerPoint, Access, Outlook.
* Install complex software and hardware.
* Managing Wan Link's for internet and VPN connectivity to the end users using Hardware Firewall.
* Implemented WSUS server for automated windows updates.
* Implemented network inventory management software for management.
* Maintain SQL 2000, 2005,2008. 2012, 2016 and 2019 servers for database connectivity.
* Providing assistance on .Net 2007 and .Net 2019 to software developers on troubleshooting OS related or error
related issues.
* Maintaining Network and Windows 2003,2008 R2, 2012 R2, 2016 R2 and 2019 Servers.
* Implementing VLAN's and hardware firewall for data and network security.
* Maintain Inventory and 99.99% uptime for users.
* Managing Trend Micro antivirus and spy ware security solution, preventing network threats.
* Maintaining 2000, XP, window 7 , 8.1 and 10 workstations and solving user's complex issues whether related to
Operating system, Software and Hardware.
* Data backup and restoration using NT Backup and third party software 'BackupAssist'.
* Providing wireless access to users, implementing and maintaining wireless security using WAP.
* Data recovery , Window s based recovery solution
* Coordinate with vendors for infrastructure management.
* Managing user email using Linux Email Server.
* Implementing and managing FTP and Web server.
* Installing SAP Business One Server and client for Functional and Software developers on workstations.
* Managing Third Party based Call center solution for KPO.
* Managing IT team and coordinating day to day activities.
UG: B.A (English) from Allahabad University in 1995
PG: MS/M.Sc(Science) (IT) from Mahatma Gandhi University in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Azure,AWS,GCloud,mysql,VPN,VLAN,FTP
SQL 2000, 2005,2008. 2012, 2016
Net 2007 and .Net 2019
Windows 2003,2008 R2, 2012 R2
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a16…
https://freesearch.naukri.com/preview/printResume?uname=43c91b3132e284d1307a4ac72d9cc0900b0e0e044e110018014741500f585719175a160743460a5901… 3/3
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Jul 2006 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Network Setup
Client: Visnova
Role Description: Installation and Configuration of Router firewall, switches and connecting them in different VLAN.
Project Details: Setup of Networking in new office site.
Rank 613: Resume 1178 with similarity score 0.01628850145545334
Resume Text: B.E , MS , B.TECH project manager , software engineer , it infrastructure manager , associate , devops , it manager , full time , service delivery manager general , financial services , devops , security , monitoring services , designation , ug , mar , affirmative action , hindi , center of excellence , maintenance , azure , unix , build automation , service delivery , systems management , test cases , windows , zabbix , project planning , logstash , teams , english , enterprise , strategic planning , status , authorization , budgeting , proxy , email , perl , configuration management , aws , map , leadership , provisioning , test scenarios , fiddler , investments , application performance management , splunk , operations , performance engineering , road , hiring , c++ , disaster recovery , capacity planning , shell scripting , computer science , kibana , languages , it infrastructure , command center , data center , python , javascript , technical services , search , technology , cloud computing , test execution , performance testing , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b44…
https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b440a4241590b5f… 1/3
Current Designation: Manager - Technology Leader - IT
Infrastructure Engineering and Operations
Current Company: Franklin Templeton Investments
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Franklin Templeton Investments as Manager - Technology Leader - IT Infrastructure Engineering and
Operations
Nov 2019 to Till Date
Current Role - Head of Enterprise Tools team with Automation, Monitoring and Capacity Planning teams. The teams are
Infrastructure Engineering, Administration and Operations teams under Operational Cloud Services. These teams provide
enterprise level services to all application teams under Franklin Templeton Technology.
Successfully Managing IT Infrastructure Automation, Enterprise Monitoring and Application Performance Management
(APM), Configuration Management, Server Provisioning, Patching, Build Management, Technology and Tools Engineering,
Administration, Integration and Capacity Planning. Providing Strategic Planning and technology road map, tools POC &
POV for successful roll out of various services.
Management Roles and Responsibilities ? Project Planning & Budgeting, Employee Performance Review, Vendor
relationship and Management, Software Licenses and Maintenance renewal, Resource planning and hiring etc
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ASHISH KUMAR
Leadership role, IT Manager, IT Infrastructure Manager,Service Delivery Manager,Data
Center and Application Automation,Cloud Computing,Engineering and
Operations,Command Center, DevOps,Azure,AWS, Disaster Recovery, Enterprise
Monitoring & Automation
Key Skills: Project Manager,Cloud Computing,DevOps,Azure,AWS,Engineering and operations,Performance
Engineering,IT Infrastructure Manager,Service Delivery,Command Center,Data Center Automation,Enterprise
Monitoring,Leadership Role,It Leader
Summary
? 13.6 Years? experience in IT Infrastructure Engineering and Operations, Service Delivery and extensive Leadership
experience. Experience in managing multiple projects from different areas ? Datacenter Operations and server
provisioning/compute services, Infrastructure and Application Automation, and Security, Application and OS Patching,
Enterprise Monitoring, Technology Command Center Operations, Cloud Migration/Operational Cloud Services (Azure and
AWS), DevOps, Development, Performance Engineering, Testing and Capacity Planning
? Have experience of managing different infrastructure and DevOps projects and larger teams
Enterprise Monitoring Services and Operations
Technology Command Center Operations
IT Infrastructure, Server and application Automation - Server Provisioning, Build automation, and Patch compliance and
Management (OS, Security and application)
Performance Engineering and Center of Excellence
Enterprise Disaster Recovery
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b44…
https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b440a4241590b5f… 2/3
Optum - A UnitedHealthGroup Company as Associate Systems Management Manager
Jun 2009 to Nov 2019
Job Title - Associate Systems Management Manager
Designation - Lead - Systems Management
Previous Role - Leading IT Infrastructure Service Delivery teams. Have successfully set up and managed various IT
Infrastructure and Operations teams like Enterprise Monitoring, Technology Command Center and Operations, Disaster
Recovery teams. Managed large team of 25-30 team members from various technical services / applications.
Management Roles and Responsibilities - Project Planning & Budgeting, Employee Performance Review, Vendor
relationship and Management, Software Licenses and Maintenance renewal, Resource planning and hiring etc
Birlasoft Limited as Software Engineer
Jul 2007 to Jun 2009
* Worked in Birlasoft Limited as Software Engineer.
Previous roles was mainly working on Testing projects end to end like working on test scenarios, test cases, test execution
and performance testing of the applications and post deployment support
UG: B.Tech/B.E. (Computer Science and Engineering) from National Institute of Science and Technology, berhampur in
2007
Other Qualifications/Certifications/Programs:
Splunk
Nature of Employment: Full Time Duration: Jun 2009 - Sep 2018
Education
IT Skills
Skill Name Version Last Used Experience
- C, C++, java, Perl, Python
shell scripting, javascript, Unix
WINDOWS
ZIRA, Service Now
Fiddler, HTTP Watch, Charles proxy
ZABBIX
Elastic Search, Logstash and Kibana 2018 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Projects
Project Title: Enterprise Monitoring Operations
Client: Inhouse
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b44…
https://freesearch.naukri.com/preview/printResume?uname=a1166390a50f3d3519f3b2edbd9300af09585d0743145c13511840585d0b584a115b440a4241590b5f… 3/3
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Managing Monitoring Operations for all 3000+ Critical and Major applications of UnitedHealth Group.
Rank 614: Resume 1288 with similarity score 0.016256386923968493
Resume Text: M.Sc , M.S , B.E , MS , B.TECH it support engineer , full time veritas , veeam , computing , general , telugu , customer , internships , computer networking , css , microsoft office , server management , confluence , pay , affirmative action , mysql , technical architecture , hindi , cloud , data network , maintenance , ltd , gateway , authorization , office 365 , diagnose , instrumental , teams , english , escalation , status , productivity , email , project , application , aws , processing , range , electronics , matlab , ecs , s3 , servers , c++ , resolve , recruiting , ec2 , storage , replication , languages , research , routers , javascript , backup exec , suite , technology , administrative , switches , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430…
https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430b12495059010… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 1 Month(s)
Highest Degree: MS/M.Sc(Science) [computer
networking]
Verified : Phone Number | Email - id
Amidata Ltd as AWS / Support Engineer
Oct 2018 to Oct 2020
AWS trainee, Hands-on experience with EC2, ECS, ELB, S3, VPC, IAM, SQS, RDS, Lambda,
cloud watch, storage Gateway, cloud formation, Elastic Beanstalk and Autoscaling.
Proven success diagnosing and resolving software issues, In-depth knowledge of patching and
upgrading office applications to maximize productivity.
Great knowledge and experience in Recruiting employees for internships, processing pay role.
Well-versed in Veeam Backup and replication, Microsoft office 365, Veritas Backup Exec,
Administrative support role.
Research, diagnose, troubleshoot, and identify appropriate solutions to resolve system issues,
Adhere to standard procedures for proper escalation of unresolved issues to the appropriate
internal teams.
Installing software and application to user standards, managing and maintaining the servers, pc's,
routers, and switches.
Instrumental in managing daily technical support activities on desktop support, data network and
server management.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Chaitanya Bharathi Institute of Technology, Hyderabad in 2016
PG: MS/M.Sc(Science) (computer networking) from Charles Sturt University in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
P. Charan Teja Reddy
Experienced AWS/IT Support Engineer seeking roles as Software Development,
Application Programming,Project Management,System Analysis,Technical
Architecture,Requirement Gathering,Cloud
Computing,HTML,CSS,MySQL,Java,C,C++
Key Skills: AWS, Support Engineer,Tech Support Engineer,Software Development,Application Programming,Project
Management,System Analysis,Technical Architecture,Requirement Gathering,Cloud
Computing,HTML,CSS,MySQL,Java,C,C++,Veritas Backup,Customer Support
Summary
Dedicated and innovative individual with strong educational background, Internships and
Recruitment Experience with compact 2 years* of AWS, IT support experience to contribute to
long-range operational objectives.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430…
https://freesearch.naukri.com/preview/printResume?uname=3b518dba5a8fabd4c14f030aa0eaaeba585b0d074e125b430a17470c5f0f0343165a430b12495059010… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Veeam Backup
Veritas backup Exec
MATLAB, M365
AWS Platform
Confluence, MYSQL
MS Office Suite
C, C++, Java, HTML,css
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
Rank 615: Resume 1153 with similarity score 0.01624109201839007
Resume Text: B.E , MS , B.TECH , BS cyber security , support engineer , owner , devops , business development , full time , team lead , program manager cyber security , managed services , operational requirements , automation , requirements analysis , production facilities , general , devops , project managers , windows server , microsoft azure , industrialization , designation , options , 24x7 , ug , mar , bs25999 , platforms , affirmative action , hybrid cloud , it security , hindi , linux , ltd , cloud applications , service delivery , authorization , risk , english , iaas , teams , cloud security , status , paas , stakeholder management , models , email , aws , bridge , solution architecture , continuous integration , deals , saas , testing , architecting , network infrastructure , continuous improvement , non-functional requirements , servers , technical design , running , features , drive , differentiation , storage , languages , it infrastructure , itil , kannada , vmware , managed security services , acp , adoption , communications , javascript , measures , security operations , network administration , organization , production deployment , technology , cloud computing , data centers , capital 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b44…
https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b445012490e5f5c5… 1/2
Current Designation: Manager (Services Delivery for Security
Services and Cloud Operations)
Current Company: Accenture Solutions Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Accenture Solutions Pvt. Ltd. as Manager (Services Delivery for Security Services and Cloud
Operations)
Mar 2007 to Till Date
Contributing to the development of new service offerings for Accenture's Managed Security Services division
Establishing security-as-a-service solutions in the areas of Cyber Security Operations and Cloud Security
Enabling cost-effective delivery options, with a combination of capacity services, managed services and solution
factories
Identifying ACP process gaps and consult with ACP management regarding operational requirements
Maintaining all cloud systems including the front-end platforms, servers, storage, and management networks
Regularly evaluating cloud applications, hardware, and software
Working closely with IT security to monitor the company's cloud privacy
Responding to technical issues in a professional and timely manner
Offering guidance in infrastructure movement techniques including bulk application transfers into the cloud
Identifying the top cloud architecture solutions to successfully meet the strategic needs of the company
Architecting, designing, and implementing next generation of cloud-based applications running which are dynamically
scalable, fault tolerant, secure, and reliable
Assessing, estimating, and supporting opportunities or business development in the clients
Enabling cloud adoption by the clients from traditional platforms to cloud ready architectures
Defining scope, requirements analysis, functional and technical design, application build, product configuration, unit
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
GURUPRASAD
Manager seeking role in Cloud Security Services Delivery, Cloud Operations , Solution
Architecture,Project Management,Stakeholder Management,Service Delivery,Microsoft
Azure, AWS ,Cyber Security
Key Skills: Program Manager,Solution Architecture,Project Management,Stakeholder Management,Service
Delivery,Microsoft Azure,Cyber Security,Cloud Security,AWS
Summary
* A competent professional offering an experience of over 18 years in Cloud Operations and Security Operations
* Establishing successful client centric delivery mindset and optimize delivery through industrialization initiatives, Innovation,
Automation and Business Outcomes
* Expert knowledge of AWS and Azure platform features and capabilities
* Drive growth and delivery differentiation driven by new Security Delivery Capabilities
* Managing deals of multi millions of Infrastructure Hybrid Cloud/IT Services for 100+ clients across the globe. Has good
knowledge and understanding on IAAS, PAAS, SAAS cloud models.
* Excellent aptitude of supporting the advancement of DevOps, specifically continuous integration & delivery, working with
different teams to establish & maintain tools
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b44…
https://freesearch.naukri.com/preview/printResume?uname=52e1591da08735f00e09b906fd2a48cc590c0f024d465a135111135c0c0c571b155b445012490e5f5c5… 2/2
testing, and production deployment
Ensuring delivered solutions meet/ perform to technical and functional/ non-functional requirements
Driving force for enhancements of IT services, processes and organization effectiveness: Applied deep insight and best
ITIL practices from different industries
Netkode Solutions as Team Lead
Aug 2006 to Feb 2007
Key Result Areas:
Managed Operational team of L1 & L2 resources for deploying, maintaining and administering MS Windows Server
technology and Linux infrastructure for the production facilities comprising 3000+ servers of varied technologies spanned
across multiple data centers supporting many end users
Optimized the available resources to provide round the clock 24x7 technical support to client's IT Infrastructure
including Servers, Network Infrastructure and Data Communications
Identified and implemented continuous improvement plans for services in each location managed and contribute to
knowledge capital, new services and consulting
Adhered to all the applicable processes (ISO-20000, ISO-27001, BS25999, SAS-70 and so on)
Superintended the delivery Risk Register, ensuring appropriate owner, senior approval & review of 'accepted' risk
Acted as a bridge between project managers, Clients & -Shore team by putting the appropriate service-oriented
frameworks, processes, and measures in place
Delivered consensus solution for improving the quality of service & support provided to the projects/ deals based on the
identified process gaps, deficiencies in methodology of service delivery and so on
OSS Technologies as Windows/VMware support Engineer
Jun 2002 to Aug 2006
UG: B.Tech/B.E. (Electrical) from NMAM iNSTITUTE OF TECHNOLOGY, MANGALORE in 2001
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ITIL V3
Microsoft Azure
Cloud Security 0 3 Year(s) 0 Month(s)
SERVICE DELIVERY 0 8 Year(s) 0 Month(s)
Cloud Computing 0 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Kannada
Rank 616: Resume 1421 with similarity score 0.016237536092528808
Resume Text: B.E , MS , B.TECH , BS sap basis administrator , full time , business objects , sap basis consultant , solution manager sap hana , vm , database tools , performance analysis , general , production systems , security , 24x7 , designation , sles , database monitoring , data migration , saint , sap products , space , ug , studio , oracle , affirmative action , hindi , databases , add-ons , linux , maintenance , utilization , ltd , database administration , basic , windows , disk , authorization , english , troubleshooting , status , kernel , optimizer , email , sap netweaver , os migration , application , mumbai , ep , writing , sap crm , cockpit , servers , srm , computer science , languages , landscape , agents , solaris , basis administration , connections , sap implementation , management system , system administration , javascript , test data , scheduling , grc , backup and recovery , hp-ux 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c120947…
https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c1209475510105c0e0d… 1/3
Current Designation: Senior SAP Basis Consultant
Current Company: Mphasis Limited
Current Location: Pune
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Mphasis Limited as Senior SAP Basis Consultant
Apr 2017 to Till Date
Upgrade Activities:
? Upgrade of BI portal landscape to NW 7.5 from NW 7.3
? Upgrade of EP landscape to NW 7.5 from NW 7.3
? Upgrade GRC ABAP from version GRC 10 to 10,1 including and upgrade of NetWeaver from 7.02 to 7.50
? Upgrade of ECC landscape from ERP 6.0 EHP6 to EHP7
Installations/ Migrations
? OS migration of ECC system landscape from HP-UX to SLES 11.
? Migration of Multiple SAP systems on Oracle DB from VM to physical servers.
? System copy of MDG system based on S4HANA from development to Sandbox.
? Installation of 6 system landscape of S4HANA 1809 and Portal NW 7.5.
? Installation SAP ASSURANCE AND COMPLIANCE 3 systems Landscape
based on ABAP FND on HANA
SAP HANA Administration
? SAP HANA Database installation and administration.
? Starting and Stopping of HANA Systems.
? Maintaining and Apply the SAP HANA License.
? Monitoring the SAP HANA Performance
? Creating database users and Assign the roles in HANA studio.
? Knowledge in using various HANA database tools like HANA studio, HANA Cockpit, HDMLCM.
? Backup/Recovery and security of HANA.
? HANA DB troubleshooting and performance analysis.
? Provided 24X7 supports to the users and made sure the environment is Highly Available.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SAURABH THORAT
Senior SAP Basis Administrator having 7.2 Years of expertise in Implementation,
OS/DB Migration , Upgrade and Support projects. Having excellent troubleshooting
skills. Well verse in HANA, S4HANA, ORACLE, SAP ECC,
CRM,APO,BW,MDG,SRM,SCM modules
Key Skills: Database Administration,Sap Hana,SAP CRM,SAP ABAP,SAP Basis Administration,NetWeaver,SAP
Upgrade,SAP BASIS CONSULTANT,System Administration,Implementation,SAP Basis,Hana,Oracle,System Copy,SAP
Support,SAP Implementation,Transport Management System
Summary
7.2 Years of experience in SAP NetWeaver Administrator with expertise in Installation, Migrations and Upgrade.
Worked on various Business Suit Applications like BW, ECC, SCM, SRM and Portal.
Worked on Installation, Upgrades, Support of Oracle and HANA databases.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c120947…
https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c1209475510105c0e0d… 2/3
Kansai Nerolac Ltd as SAP Basis Consultant
Dec 2013 to Apr 2017
* SAP HANA Monitoring using SAP HANA STUDIO.
* SAP HANA homogenous system copy.
* Application of license using HANA studio.
* Performed Oracle bundle patch upgrade on entire landscape.
* Installed SAP Products like ECC, CRM and APO.
* Refresh of quality data and created new sandbox system from production using Test Data Migration server (TDMS).
* Monitoring of ABAP and Java system using Solution manager.
* Installation and configuration of SMD agents.
* Creation of Trusted connections between two ABAP systems.
* Performed System copy for ABAP and JAVA stack systems.
* Performed Support Pack update using SUM tool.
* Performed JVM upgrade using SUM tool.
* Applied ABAP support packs using SPAM and installed/upgraded add-ons using SAINT.
* Thoroughly analyzed EWR reports and carried out the specified recommendation
* Configured several Managed Systems in Solution Manager.
* Carrying out daily activities like short dumps, database monitoring, system process checking, backups, system logs,
background jobs, spool, transports etc.
* Implemented SAP note assistant SNOTE.
* Applied patches, upgrading kernel for SAP systems.
* Performed database backup and recovery.
* Troubleshoot the backup problems by investigating the cause like due to media failure or due to system failure or due
to some other reasons.
* Printer setup and troubleshooting issues related to printer problems.
* Responsible for oracle table space administration, checking for space problems in the table space and adding data file
to table space.
* Setup, manage and troubleshoot RFC connections
* Job management: Creating, Scheduling background jobs and resolving any terminated jobs by analyzing job logs /
developer traces
* Monitoring CPU utilization, file system, disk space.
* Analyzed system logs, ABAP dump, Table lock, and Update errors.
* Performed all activities related to SAP service market place including opening remote connections, raising OSS,
applying for licenses for expired or new systems, getting SCCR keys, downloading required files, etc.
* Download of SP patches or Upgrade files using Maintenance Optimizer.
* Involved in basic administration and analysis of SAP Business Objects (BO). Carried out transports (Promotion
Management) in BO.
* Writing of basic shell scripts in Linux for deletion of old files and scheduling the job in crontab.
* Excellent knowledge of troubleshooting startup problems in Java and ABAP systems by analyzing work directory logs.
* Configuration of HANA backup on file system for all production systems.
UG: B.Tech/B.E. (Computer Science) from FR.CRCE BANDRA,MUMBAI UNIVERSITY in 2013
Education
IT Skills
Skill Name Version Last Used Experience
SAP
ECC, BW, CRM, SRM, SCM,ACS 7 Year(s) 0 Month(s)
Oracle 7 Year(s) 0 Month(s)
AIX, HP-UX, Solaris, Windows 5 Year(s) 0 Month(s)
Linux 7 Year(s)
SAP Basis 7 Year(s) 1 Month(s)
SAP UPGRADE 6 Year(s) 3 Month(s)
SAP HANA 7 Year(s) 1 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c120947…
https://freesearch.naukri.com/preview/printResume?uname=f76ba9d33355a87b8792b60e2a6c34ce09590e571f400a19504747515f01534c1209475510105c0e0d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Expert
Rank 617: Resume 557 with similarity score 0.016202765448539463
Resume Text: B.TECH , BS work from home , student api , version control , internships , css , sqlite , linux , firebase , ltd , pdf , android studio , google , project , c programming , fit , resume , features , git , computer science , donors , completion , assessment , medicine , app , python , javascript , technology , learning , bmi , html , database Assessment
Q1. Why should you be hired for this role?
I believe that I am a right fit for this internship, since I have all the skills that is required for the internship. I have internship experience in
NetProphet Cyberworks Pvt. Ltd. I have experience in Google vision API, Google Firebase, Firestore, Git, SQLite database, Third party libraries
and Version Control. I had participated in many Hackathons. I have created 2 major projects and several mini projects individually. I did Android
Developer Nanodegree program from Udacity and bootcamps from Udemy. I am the head of the android club in my university. I am very
passionate about learning new technology regularly. Looking forward to work with your esteemed organisation.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Shubham Khatri
Kanpur, Greater Noida
Applied 27 Dec'20
Android Java C Programming
C Programming CSS Firebase
HTML Linux Python
JavaScript
Bachelor of Technology B.Tech), Computer science
Galgotias University
2017 - 2021
CGPA 8.30/10
Senior Secondary XII, Science
The Chintels School
ICSE board)
Year of completion: 2017
Percentage: 86.00%
Secondary X
The Chintels School
ICSE board)
Year of completion: 2015
Percentage: 89.00%
Java Team
NetProphets Cyberworks Pvt. Ltd., Noida
Feb 2020 - Feb 2020
Pikachu-a heath app
Jul 2020 - Aug 2020
https://portfolio-web-484.web.app/pages/appComponent-p.html
An Optical character recognition scans reports and documents convert
them to machine recognizable text format to saves them as PDF format.
It has features like Nearby Blood donors, Medicine Reminder and
BMI Calculator.
"Google Vision API" used.
College Reruiter
Jun 2020 - Jul 2020
https://portfolio-web-484.web.app/pages/appComponent-cr.html
This project is basically a recruitment app for Indian colleges.
Today in Indian colleges every student faces issues regarding
https://portfolio-web-484.web.app/pages/appComponent-p.html
https://portfolio-web-484.web.app/pages/appComponent-cr.html
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8299305579
placement and awareness of the companies coming for
recruitment.
I used Android Studio and Firebase database.
Portfolio link:- https://portfolio-web-484.web.app/index.html
Resume link:- https://drive.google.com/file/d/1WTNc579sQcfAq5i7hoThpTnHQuP5mLBS/view?usp=sharing
Rank 618: Resume 1350 with similarity score 0.01616797534470789
Resume Text: MS , BS solutions architect , associate , partner , cloud engineer , full time , balancer server monitoring , tunnels , ram , linux , change process , gateway , digital , ms-dos , status , network integration , logging , store , https , snapshot , ec2 , connections , fetch , eip , organization , amazon web services , kubernetes , mar , hindi , ping , database servers , english , troubleshooting , calculations , editing , groups , peering , virtual private network (vpn) , windows xp , documentation , vmware , javascript , connectors , data transport , html , optimization , general , data migration , affirmative action , information technology , mysql , basic , unix , checks , iaas , paas , email , aws , configuration management , ubuntu , operations , saas , premises , languages , resolving issues , client requirements , vsphere , servicenow , cloud storage , security management , interconnect , blueprint , windows server , mirroring , ug , flags , ticketing , active directory , firewall , access control , ami , permissions , authorization , internet , google cloud platform , embedded , security implementation , less , records , datasets , s3 , replication , statistics , scp , eclipse , network administration , cloud computing , load , metrics , backup and recovery , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455…
https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455047435055005… 1/3
Current Location: Noida
Pref. Location: Jaipur,Chandigarh,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Bachelor Of Applied Science
[Information Technology]
Verified : Phone Number | Email - id
Xavient Digital - Powered by TELUS International as Cloud Engineer - AWS
Mar 2020 to Jun 2020
Responsibilities:
* I was in the migration team and doing migration from cloud to cloud or from on premises to AWS environment using
CloudEndure.
* Recorded client requirements before migration and converted them to AWS. Connected to client's Active directory to
AWS using AD Connector.
* Created AWS SSO and connected it to on-premise Active Directory using AD connector. Also used AWS Directory
services.
* Created AWS Organizations, SCP policies, Tagging policies.
* Migrated their linux and Windows server from on-premises using Cloud Endure.
* In Cloud Endure I created Projects, replication servers, Blueprint and launched those servers in AWS.
* Used Cloudwatch to monitor resources.
* Used Traffic mirroring.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Adhiraj Pradhan
Cloud Engineer,AWS seeking roles in Cloud Computing,Security
Management,Configuration Management,Requirement Analysis,Network
Integration,Service Management,Server Monitoring,Data Migration,Change
Management,Active Directory,Linux,Servicenow,MySQL
Key Skills: Cloud Engineer,AWS,System Admin,Cloud Computing,Security Management,Configuration
Management,Requirement Analysis,Network Integration,Service Management,Server Monitoring,Data Migration,Change
Management,Active Directory,Linux,Servicenow,MySQL
Summary
Environment setup in AWS including VPC, Security Groups, Subnets, VPC Peering.
On-premises migrations to AWS using Cloud Endure
Used AWS Traffic Mirroring Service
Installed and used AWS Single Sign On Service (SSO)
Created AWS Organization's SCPs and Tagging Policies
Created Replication Servers, Blueprint and migration related activities using Cloud Endure
Worked with AWS Database Migration Service (DMS)
Worked with setting up AWS Organization
Created AD Connectors and connected AWS SSO with on-premise Active Directory (AD)
Worked with AWS CLI
Connected on-premise Active Directory to AWS using SAML in IAM
Configuring EBS\Ephemeral volume, configuring S3 bucket storage
Configuring ELB to route data traffic over the Internet.
Mounting & unmount volumes to proper instances.
Taking AMI of instances as part of weekly/ monthly audits.
MFA configurations for AWS users.
Creating and updating IAM policies as per requirement.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455…
https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455047435055005… 2/3
* Used the Traffic Mirroring metrics in Cloudwatch.
* Also used AWS DMS to migrated Database Servers.
* Created VPC Peering for vpc to vpc communication.
* Other AWS services like EC2, VPC, RDS, load balancer, Autoscaling , Route 53 etc. were also used.
MediaAgility as Cloud Engineer (GCP, AWS)
Dec 2018 to May 2019
MediaAgility is an elite partner of Google with branches in Newyork, Singapore , India and many other countries.
MediaAgility provides support to Google clients based in India and internationally. At MediaAgility I was at the position of
Cloud Engineer dealing with day to day support operations. My main work included providing Google cloud platform (GCP)
support (troubleshooting) to clients using Google's GCP.
Responsibilities:
* Freshdesk :Solving cloud issues using ticketing tool : freshdesk
* Billing : Generating and creating monthly billing for clients
* Cost Calculations/comparisons : Providing cost calculations/comparisons between different cloud providers like AWS,
GCP using cost calculators for each
* Troubleshooting GCP related issues like RAM and Vcpu increase of VMs
* Creating Load Balancer (HTTP/HTTPS) with AutoScaling for clients, resolving issues related to them
* Creating VPC and subnets for GCP clients and launching their resources within the subnets
* STACKDRIVER : Enable Logging on Stackdriver, Enable Stackdriver monitoring
* Cost Optimization : Providing Cost Optimization of GCP clients for their resources
* Cloud SQL : Creating new Cloud SQL instances and troubleshoot issues related to prebuilt Cloud SQL instances like
memory and size increase, setting up flags, regular checks of cpu and memory statistics , Abort connection errors etc
* Virtual Private Network (VPN) : Creating VPN connections between AWS and GCP environments, creating VPN Tunnels
* Firewall Rules : Creating and editing Firewall Rules in GCP
* Cloud Functions : Created cloud function to disable billing if an alert is triggered
* Cloud Interconnect (AWS : Directconnect) : Created a cloud interconnect between a GCP client and Megaport
* Cloud Storage : Creating and working with Cloud Storage (AWS : S3)
* BigQuery (AWS:Redshift) : Creating new Datasets, and implementing Bigquery to fetch data from these datasets
* Cloud Pub/Sub : Creating new Pub Sub topics
* Worked with GCP Kubernetes Engine
E Technologies as AWS Administrator
Jun 2016 to Dec 2018
Responsibilities:
* VPC - Creating Instances in VPC, Assigning subnets and Elastic IPs to get network, Creating Nat Gateways
*using Elastic IP. Creating Internet Gateway, Route Tables for subnets.
*Launching NAT instance within VPC to provide internet to database/secure instances Security implementation through
Network Access Control List and Security Group
* Configured Security group for EC2 Window and Linux instances
*Experience with monitoring tools such as Cloud Watch Build and release EC2 instances, Developing and Production
Environment
* Setup and attached EBS volumes to EC2 instances.
* Setup and configured EIP to EC2 instances.
* Setup and managed security groups, VPC specific to environment.
* Setup and managed backup and recovery using snapshot.
* Managing cost on S3 buckets by using Standard, S3 infrequent Access and reduced redundancy storage.
* Implementing lifecycle management send data to Glacier
* Working on migration the daunting realities of data transport apply to most projects.
* Security implementation through Network Access Control List and Security Groups
* Creating an S3 bucket and S3 lifecycle policies. Give access for required user.
* Creating IAM users and roles, restrict access for required services.
* Creating new ELB with ping port, ping path and security group.
* Creating RDS instances and accessing them.
* Created AMI images of critical ec2 instances as backup * S3 working with S3 to Create the buckets to store objects
* Changing permissions on buckets/objects.
*Build and release EC2 instances, Developing and Production environment.
* Setup and attached EBS volumes to EC2 instances.
* Setup and configured EIP to EC2 instances.
* Setup and managed security groups, VPC specific to environment.
* Setup and managed backup and recovery using snapshot.
*Created AMI images of critical ec2 instances as backup using AWS CLI.
* Adding Hosted Zones and resource records in AWS Route 53.
* Basic knowledge on Active Directory and adding the servers into
* Development of incident/Service/Change process documentation & reports
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455…
https://freesearch.naukri.com/preview/printResume?uname=a6a5dafee126ebeefd1da4f7311de0035d0b5f511e475c420419475d585c58431358455047435055005… 3/3
UG: Bachelor Of Applied Science (Information Technology) from RMIT University in 2004
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
GCP Associate Cloud Engineer Certification
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Australia
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++,asm,Amazon Web Services
Eclipse,Embedded system
MS-DOS, Linux-ubuntu, Windows XP, 7
Open stack, VMware (Vsphere and Vcentre)
SAAS, PAAS, IAAS model
Linux (ubuntu), Unix , SQL, HTML
AWS 0 2 Year(s) 0 Month(s)
GCP 0 0 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 619: Resume 1336 with similarity score 0.016124038058614742
Resume Text: B.E , MS , B.TECH , M.TECH associate , automation test engineer , senior test engineer , full time , technical specialist , lead engineer marathon , virtualbox , automation , continuous delivery , robot framework , general , jenkins , kubernetes , performance testing , designation , functional testing , regression testing , ug , telecom , case , affirmative action , collaboration , scratch , docker , cypress , api testing , linux , test estimation , azure , cloud , windows , ldap , authorization , english , teams , hindi , status , software testing , email , perl , integration testing , aws , cq , selenium webdriver , continuous integration , cucumber , electronics , rest , git , machine learning , computer science , visio , system testing , infrastructure , dc , voip , languages , mqtt , silk , vmware , python , mobile , javascript , jira , wireless , technology , vagrant , pop3 , application testing , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45…
https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45014515505c58… 1/2
Current Designation: Associate Technical Specialist-QA
Current Company: Barco Electronics Systems
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - QA & Testing
Role: QA/QC Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Computer Science]
Verified : Phone Number | Email - id
Barco Electronics Systems as Associate Technical Specialist-QA
Dec 2015 to Till Date
Expert Automation Test Engineer.
Handling a team.
Developed testing infrastructure of many projects of different domains from scratch.
Test estimation and planning
Expertise: Python, Java, Pytest, Robot Framework, Jenkins, CI/CD, Docker, Selenium, Hybrid Frameworks
GlobalLogic, Noida as Senior Test Engineer -Quality
Feb 2015 to Dec 2015
- Developed/Enhanced existing automation framework
- Developed autoamtion test case
- Expertise in python automation and Selenium UI testing
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Vaibhav Kumar
Associate Technical Specialist seeking roles in Software Testing,Automation
Testing,Functional Testing,Integration Testing,System Testing,Regression
Testing,Selenium,Python,Java,JavaScript,Cypress,Perl,REST
API,Jenkins,Cucumber,Docker,AWS,Azure,K8S
Key Skills: QA/QC Manager,Software Testing,Automation Testing,Functional Testing,Integration Testing,System
Testing,Regression Testing,Selenium Webdriver,Python,Java,JavaScript,Cypress,Perl,REST API,Silk
Test,Jenkins,Cucumber,Docker,Linux,AWS,Azure,kubernetes
Summary
Over 9.10 years of experience in Automation Testing in windows and linux Platform
Currently holding Schengen Visa
Expertise area are Selenium (Webdriver), Python, Java, Perl, REST API, Cypress, Borland Silk Test 13.5, SeeTest, SIP, AWS,
Azure, Kubernetes, CI/CD and Linux.
Well versed in creating frameworks for different testing projects
Well acquainted with Cucumber, version controls GIT and continuous Integration and continuous delivery (CI/CD) tool using
Jenkins.
Well versed with docker, helped the teams to decrease their dependency on physical machines & VMs to run automation
Expert on API Testing through PyTest ,JAVA, Robot Framework
Extensive Experience on cloud based collaboration environment
Hands on Experience on machine learning with MQTT
Experienced in setting up complex test environment for application testing with VMWare, MS Exchange, SMTP/POP3 and
LDAP
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45…
https://freesearch.naukri.com/preview/printResume?uname=5c46bdcba71aed572b370dc2e2bb1cf25c5b00561e145a130145170d0e09021c415f45014515505c58… 2/2
HCL Technologies as Lead Engineer
Mar 2011 to Feb 2015
- Developed multiple framework of telecom domain from scratch.
- Developed multiple POC for mobile automation
- Developed/Enhanced existing automation framework
- Performance testing using SIPp
UG: B.Tech/B.E. (Electronics/Telecommunication) from Maharishi Dayanand University (MDU), Rohtak in 2010
PG: M.Tech (Computer Science) from Amity University in 2015
Other Qualifications/Certifications/Programs:
PG. Diploma, Wireless Technology
RHCE
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Belgium,France,Germany
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Selenium (WebDriver)
REST API
JAVA, PYTHON
GIT, MS Visio, MS Exchange
SIPp, PyTest, Cucumber
Jenkins, Docker, Vagrant
VIRTUALBOX, VMWARE
cq, JIRA
Perl, shell
AWS, Azure
Docker, Marathon (DC/OS), Mesos
VoIP, SIP
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 620: Resume 747 with similarity score 0.015994437611794258
Resume Text: B.E , B.TECH , BS project manager , software engineer , javascript developer , full time , junior software developer functional specifications , core java , general , e-learning , css , designation , neo4j , ug , affirmative action , mysql , mrm , technical architecture , hindi , technical requirements , perspectives , maintenance , ltd , php , jquery , test cases , json , english , authorization , node.js , modern architecture , design documents , status , email , project , codeigniter , application , aws , mongodb , webkit , enterprise marketing , mumbai , angularjs , gantt , testing , phonegap , ipad , s3 , technical design , webstorm , computer science , parenting , ec2 , preparation , publications , chart , sas , documentation , resource management , languages , level design , javascript , eclipse , p2p , organization , search , pgsql , windows 7 , html , database , ajax 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d14…
https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d140347145d590f… 1/3
Current Designation: Javascript Developer
Current Company: Brainbees Solutions
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Brainbees Solutions as Javascript Developer
Mar 2015 to Till Date
Aptara New Media Pvt. Ltd. as Jr. Software Developer
Jun 2014 to Mar 2015
Project Domain : e-Learning
Project Name : Halliburton
Role : Software Developer
Organization : APTARA New Media
Duration : Jul'14-Mar'15
Technologies : Javascript, JSON, Node-Webkit & jQuery
Tools : Eclipse
O/S : Windows 7 / IPAD
Description : This project is mainly a window and ipad application for window it's an exe (Node-Webkit)
& for IPA (Phonegap & Javascript)
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Prateek Sarve
Javascript Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Project
Management,JavaScript,HTML,CSS,AWS,MySQL,JQUERY
Key Skills: Javascript Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Project Management,JavaScript,HTML,CSS,AWS,MySQL,JQUERY
Summary
* Currently leading a team for firstcry parenting module and P2P delivery system. Understood process requirements and
provided use cases for business, functional & technical requirements
* Successfully designed & developed Architect with JavaScript
* Interacted with users for requirement gathering; prepared functional specifications and low-level design documents
* Gained in-depth knowledge of php and JavaScript Technologies such as AngularJS, Angular2, Node.js and database
technologies such as MySQL & pgSQL; worked with Elastic Search, S3 and SQS
* Contributed in daily defect meetings with the Project Manager and Development Team; identified gaps and suggested
relevant solutions
* Participated in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance of
proposed applications
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d14…
https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d140347145d590f… 2/3
ContentServ IT Services Pvt. Ltd. as Software Engineer
Mar 2013 to Jun 2014
Project Domain : Enterprise Marketing Management
Project Name : Publication Manager (PUB 2.0)
Role : Junior Software Developer
Organization : ContentServ
Duration : Mar'13-Jun'14
Technologies : Javascript, JSON & AJAX
Database : MongoDB & Neo4j
Tools : WebStorm & Eclipse
O/S : Windows 7
Description : This product idea is to create a Publication Manager system wherein a user can create and manage
the different types of Publication and it can be viewed in different perspectives by slice and dice of the
data. We needed a modern architecture which would be very loosely coupled in order to plug- and-play different
technologies with minimal configuration and the product should be a SAS candidate.
Project Domain : Enterprise Marketing Management
Project Name : Marketing Resource Management (MRM)
Role : Junior Software Developer
Organization : ContentServ
Duration : Aug'13-Jun'14
Technologies : Javascript, JSON, Java, JSP & Servlet
Database : MongoDB & Neo4j
Tools : WebStorm & Eclipse
O/S : Windows 7
Description : This product idea is to manage all the created publications in Pub2.0. User can see a Gantt Chart
and from wherein he/she can manage all the dimensions that are created in Pub2.0 and we have a
coverflow for all the publications from which user gets redirected to the clicked publication in the
Pub2.0.
UG: B.Tech/B.E. (Computer Science) from Swami Ramanand Teerth Marathawada University (SRTMU) in 2010
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, Object Oriented JavaScript
JQUERY, AJAX, JSON & Core Java
PHP, NODEJS, NODE-WEBKIT, AngularJS
CodeIgniter, Angular2, JSP, Servelet
AWS elastic ,AWS-ec2, AWS-rds
AWS-s3, AWS-sqs service
HTML 4/5, JavaScript, CSS 2/3 & JSON
MySQL & PostgresSQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d14…
https://freesearch.naukri.com/preview/printResume?uname=a53dd31f39db9e24ea15ffc0117786b20e09015019150815051543505b01041e155d140347145d590f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 621: Resume 270 with similarity score 0.015984605285237617
Resume Text: B.E , MS , BS work from home , software engineer , autocad libreoffice , telugu , algorithms , internships , computer networking , physics , tamil , chemistry , hindi , fruit , linux , secondary education , basic , english , labview , ni multisim , autocad , coursera , c programming , verilog , resume , github , latex , electronics , matlab , engage , biology , internet of things , java , kannada , completion , assessment , python , technology , 360 , mathematics , online Assessment
Q1. Why should you be hired for this role?
I have been placed in redBus for the role Software Engineer. I'll be joining after my B.E graduation. Currently, I'm pursuing my 8th semester. T ill
then, I would like to engage myself in an Internship which would help me in improving my technical stuff and contributing my knowledge into
practice.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I'm available for this Internship role and I hope there will be a certification awarded from your side.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Kandibedala Abhishek Kumar
Mysuru, Bellary
Applied 09 Feb'21
Python Biology Chemistry
English Proficiency Spoken) English Proficiency Written) Hindi Proficiency Spoken)
Hindi Proficiency Written) Kannada Proficiency
Spoken)
Kannada Proficiency
Written)
MSExcel MSOffice MSPowerPoint
MSWord Mathematics Telugu Proficiency Spoken)
Telugu Proficiency Written) Algorithms C Programming
C Programming Computer Networks Data Structures
LabVIEW Linux MATLAB
NI Multisim Physics Verilog
AutoCAD GitHub Internet of Things IoT
Java LaTeX LibreOffice
Tamil Proficiency Spoken)
Bachelor of Engineering B.E, Electronics and Communication
Sri Jayachamarajendra College of Engineering Mysore
2017 - 2021
CGPA 8.44/10
Senior Secondary XII, Science
SRI CHAITANYA PU COLLEGE, BELLARY
KARNATAKA board)
Year of completion: 2017
Percentage: 94.00%
Secondary X
Sri Chaitanya Techno School, Anantapur
BOARD OF SECONDARY EDUCATION, ANDHRA PRADESH board)
Year of completion: 2015
CGPA 9.80/10
Software Engineer
redBus, Bangalore
Dec 2020 - Present
Basic Tele-Communication Technology
BSNL RTTC, Mysuru
Jul 2019 - Aug 2019
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9182665375
Volunteer at ROBOTICS_12 IEEE - SJCE Mysuru.
Bits And Bytes Of Computer Networking
Coursera, Online
Aug 2020 - Oct 2020
Python
udemy, Online
Jan 2020 - Jan 2021
Fruit Recognition
Jan 2020 - Jul 2020
Using Fruits 360 dataset and CNN, the model is
developed to recognize 120 types of fruits and their various classes also.
Garbage level indicator
Aug 2019 - Dec 2019
This system notifies when the dustbin is full by sending a message
to the selected contacts Corresponding Apartment members and Municipality).
KCET 2017 - Secured a rank of 3393
EAMCET 2017 - Secured a rank of 8654
Rank 622: Resume 1293 with similarity score 0.015975475265095698
Resume Text: B.E , MS , B.TECH system engineer , scrum master , devops engineer , senior manager , principal engineer , management engineer , solution architect , full time , enterprise architect release engineering , security , vault , bash , docker , linux , build automation , digital , player , customer satisfaction , status , service quality , perl , commitments , system architecture , iit , xml , testing , nagios , ingres , symantec , it infrastructure , solaris , coordinated , system administration , outages , elasticsearch , ansible , devops , powershell , kubernetes , designation , peak , confluence , mar , hindi , cloud , ltd , windows , english , json , project , groups , pipelines , architecting , closure , resource coordination , c++ , initiation , intermediate , computer science , yaml , vmware , javascript , technology , availability , altiris , general , scrum , scripting , groovy , affirmative action , mysql , oracle , uptime , maintenance , dynamo , unix , compilers , zabbix , email , configuration management , aws , bengali , operations , saas , perforce , maven , languages , sme , console , nant , jira , engineers , root cause analysis , servicenow , agile methodologies , jenkins , openshift , ug , windchill , authorization , internet , compilation , teams , go , enterprise , productivity , deliveries , embedded , c# , application , database development , cadds5 , e-commerce , python , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e1…
https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e140119420b595… 1/3
Current Designation: Senior Manager DevOps
Current Company: Mavenir Systems Pvt Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 28 Year(s) 0 Month(s)
Highest Degree:
Verified : Phone Number | Email - id
Mavenir Systems Pvt Ltd as Senior Manager DevOps
Nov 2020 to Till Date
Managing Bangalore DevOps operation
CA Technologies India Pvt. Ltd. as R&D Engineer Software 4
Oct 2006 to Jun 2020
Growth Path:
Manager, Software Configuration Management
Sep'08- Principal Configuration Management Engineer
Nov'19- R&D Engineer Software 4
Key Result Areas:
Architected, maintained, and streamlined automated build and release pipeline from code compilation, automated testing,
to deploying releases to multiple environments
Established & executed Continuous Integrations, Delivery and Devops practices
Supervised the development & operations support for change, configuration management, build automation and release
engineering
Streamlined release processes & procedures which enhanced planning and minimized outages
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ankan Saha
R&D Engineer seeking roles in IT Infrastructure, Build and Release Engineering, AWS
Operation, DevOps Operation - On-premise and Cloud,Software Configuration
Management
Key Skills: IT Infrastructure,System Administration,Build and Release
Engineering,Devops,AWS,VMWare,Python,Docker,Ansible,Kubernetes,JIRA,GIT, Linux Administration
Summary
DevOps Engineer with nearly 3 decades of experience in architecting and managing the Build and Release infrastructure, Tools
Development, and CI/CD pipelines through automation using DevOps Tools in both Cloud and on-premise environment for
software MNCs for their production environments. Strong leader & team player; excellent motivational skills to sustain forward
growth momentum while motivating peak individual performance from team members; exposure in coordinating with
engineering teams. Strong technical background in designing & implementing solutions with AWS, VMWare/VCenter. Strong
automated build platform experience /integration using DevOps architecture. Rich experience in DevOps involving design,
architecture, and implementation of next generation system architecture & automation solutions; SME in DevOps best practices
with Jenkinns, Terraform, Auto Scaling Groups, and Configuration Management, Infrastructure Automation, and Enterprise
Security
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e1…
https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e140119420b595… 2/3
Measured and monitored progress to ensure releases are delivered on time and within budget
Administered project allocation, estimation, resource coordination, productivity, performance evaluation and delivery, as
per
specified timeframes & avoid any delays
Interacted with Development Group for defect closure & root cause analysis of defects and pursuing the same for timely
closure
Maintained healthy business relations with clients and ensuring high customer satisfaction metrics by achieving delivery &
service quality norms
Ensured & managed deliveries of the project using Agile methodologies, right from initiation until go-live
Hired, interviewed, mentored & trained teams to maximize the levels of productivity, minimizing schedule variations and
defect rejection ratio
Highlights:
? Provided the administration and user support for AWS IAM and other services for 6 different AWS accounts across
multiple geographical sites using Terraform, AWS CLIs and AWS console
? Assisted with the DevOps Operations support for different Symantec SaaS products in AWS based on Jira and
ServiceNow
Tickets using different technologies like Docker, OpenShift, Kubernetes, Ansible, and others
? Monitored the DevOps pipeline and creation/maintenance of customized AMIs using the Jenkins pipeline and AWS
APIs;
maintained high uptime and availability of customized AMIs for Engineering teams
? Worked as Scrum Master for DevOps Operation Team for 4 years for a team of 4 Engineers consistently met targeted
velocities and project commitments
? Collaborated with Multisite team of 4 Engineers to improve on the existing DevOps pipeline on a mix of Windows and
Linux
VMs using Jenkins thereby reducing automation-related build errors to nil and hence ensuring stability in the pipeline
? Drove the release process for Altiris ITMS and was part of multiple major product releases and intermediate product
updates,
both English and Localized versions
? Coordinated with Engineering Teams to establish and define repeatable, structured processes and procedures for
creating and managing stable application environments
? Successfully drove automation for the DevOps Environment and ensured that end-users were able to trigger builds from
Jenkins effortlessly at any time
? Administered work related to driving product release, Hotfix releases from time to time while coordinating with multisite
DevOps Team; ensured timely release for the products for both English and Localized versions, on pre-announced release
dates
PTC Software India Pvt. Ltd. as Principal Engineer
Sep 1996 to Sep 2006
Highlights:
? Ported applications on new C/C++ compilers on Sun and Windows primarily which helped the Engineering team to have
a big
advantage on new compilers which were to be part of new product releases (1+ year)
? Automation for Build Engineering involving Multiplatform UNIX - Solaris, HPUX, AIX, Linux, Digital (5 years) for products
like
CADDS5, Optegra, Pro/Engineer, Windchill suites and help teams to run smooth integration/build effort
BHEL as System Engineer
Aug 1992 to Sep 1996
Highlights:
? Unix System Administration and automation on DRS series machines which were SVR4 based and were part of the
plant
automation system
? Ingres Database Administration(SQL) for plant/factory automation support; Ingres Database development using
Embedded
SQL/C for plant automation
UG: B.Tech/B.E. (Computer Science and Engineering) from Indian Institute of Technology (IIT), Kanpur in 1992
PG: in 0
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e1…
https://freesearch.naukri.com/preview/printResume?uname=eb61656cd85d816b863be72d02c664db095f09074c4658170418170b5d0d0042170e140119420b595… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Python, Perl, Java, Groovy
JavaScript, C#, C++, C
GIT, Perforce, Jenkins
Windows, Linux, Solaris, AIX, HPUX
MS Build, Nant, Ant, Maven
Terraform, YAML, XML, JSON
Bash Scripting, Powershell Scripting
Ansible, Docker, Kubernetes
AWS, VMWare, Nagios, Zabbix
AWS CloudWatch, Prometheus
Elasticsearch (ELK Stack), Grafana
AWS CloudTrail, MySQL, Oracle
AWS Dynamo DB, AWS RDS
Hashicorp Vault
Jira, Confluence, ServiceNow
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 623: Resume 1042 with similarity score 0.015951333253395216
Resume Text: B.S , MS , BS project manager , software consultant , external auditor , project lead , certified scrum master , change manager , partner , application lead , assistant vice president , data modeler , solution architect , senior software engineer , change management , full time award , training , sql injection , microsoft azure , leadership development , platforms , change process , operational efficiency , project planning , status , stakeholder management , digital transformation , customer communication , printing , mumbai , recon , hummingbird , xml , ux , testing , rebranding , fundamentals , building , connectivity , fast track , asp.net , emerging technologies , docave , salesforce , sql server , fetch , cms , organization , crm , streams , amazon web services , publishing , automation , retail , commission , stabilization , access , generating revenue , filenet , designation , mar , deliverables , ccm , modeling , pre-sales , csm , hindi , cloud , ltd , architects , json , english , erwin , management professional , irda , budgeting , agile , life science , consultation , microservices , health insurance , solution architecture , processing , reddot , iso 9000 , ibm , architecting , rest , change management , database design , disaster recovery , six sigma , c++ , strategy , iterative , fleet , javascript , business continuity , html , optimization , scrum , physics , developers , affirmative action , information technology , oracle , technical architecture , uptime , team leadership , maintenance , utilization , distribution management , strategic vision , computation , timelines , email , star , operations , saas , continuous improvement , technology solutions , customer experience , seo , languages , management system , mobile , personalization , scheduling , testers , dashboards , search , pmp , it governance , program management , online , infrastructure solutions , intranet , bcs , integration projects , migrating , css , soap , ug , portals , authorization , teams , enterprise , productivity , deliveries , modernization , application , less , remediation , global services , transformations , engage , team coordination , it development , led , system performance , genealogy , framework , adoption , python , sharepoint designer , cmm 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 1/4
Current Designation: Assistant Vice President IT
Current Company: ManipalCigna Health Insurance Company
Current Location: Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Executive-Post Graduate Program
[Business Management]
Verified : Phone Number | Email - id
ManipalCigna Health Insurance Company as Assistant Vice President IT
Sep 2015 to Till Date
Manipal Cigna Health Insurance Company Ltd. as Solution Architect / Project Lead-IT
Sep 2015 to Jun 2020
Growth Path/ Assignments Handled: Solution Architect / Project Lead Jan'2019-Jun'2020
Collaborating with IT Development Teams to improve the architecture; supervising and guiding development teams
Integration with Implementation Partners and Business Owners and handhold them throughout the project phase, plan
ramp-up and ramp-down of the team, hand-hold team throughout the requirement and design phase, hand-hold users
during UAT and engage with Business and end-users to ensure proper Adoption and Training for the new solution or
technology to be implemented is completed as part of the project
Articulating technical opportunities, constraints, recommendations, and action items to internal audiences
Ensuring continuous improvement in enterprise/ business platforms by staying updated with trends & technologies
Application Lead / Solution Architect Jan'2017-Jun'2020
Led the Application- vertical (supporting the Group Operations & Business) comprising of the Policy Admin system,
Distribution Management System for Channel and Sales hierarchy management and Incentive computation.
Responsible for Partner Integration APIs/ Webservices, Online Portal for Group Partners, and Distributor Partners.
Drove enterprise-wide disaster recovery and continuity plan for LOB applications
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RESHMA SHETTY
CSM,PMP,Solution Architect seeking assignments in Software
Development,Application Programming,Program Management,Solution
Architecture,Digital Transformation,Cloud Management,Stakeholder
Management,Microsoft Azure,C,SQL Server,Azure,ASP,JSON,XML,VB
Key Skills: Solution Architect,Project Lead,Software Development,Application Programming,Program
Management,Solution Architecture,Digital Transformation,Cloud Management,Stakeholder Management,Microsoft
Azure,C,SQL Server,Azure,ASP,JSON,XML,VB,CSM,PMP
Summary
Consistent, ethical, reliable, strategic, and performance-driven professional with 15 years of diversified experience in Program
Management, Delivery, Technical Architecture, People Leadership, and Customer Relationship Management.
Experience in planning and executing parallel deliveries on multiple domains like Insurance, Life Science, Genealogy, and
multiple platforms including Policy Admin Systems and ECM technologies using single and hybrid execution methodologies.
Proven capabilities in engaging with clients & top management for evolving strategic vision, driving change, building roadmap,
infusing new ideas, implementing emerging technologies, and taking enterprise system performance & productivity to the next
level.
Recognized for setting up effective Change Process, IT Governance & Business Continuity strategies and driving Digital
Transformations and Integration projects for improving Operational Efficiency, Customer Experience.
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 2/4
Managed vulnerabilities remediation in consultation with Infosec and Application Team
Worked closely with the infra team in implementing and migrating applications on Cloud (MS Azure) Change Manager /
Solution Architect Sep'2015-Dec'2016
Set-up the IT Project & Change Management and testing strategy with a robust governance framework and processes for
start-up operations
Led Development of in-house applications for managing vendor's productivity and releases. Projects Handled:
Digital Transformation
Reward Management System (Web and mobile App) for the calculation of Customer's Healthy Reward Points and its
integration with Policy Admin System and CRM application
Distribution Management: Sales Hierarchy Setup & Commission Processing
Organization-wide Implementation of Rebranding due to the Change in JV across all standalone and integrated
applications, communication templates, and Dispatch & Printing platform
Enterprise Customer Communication Management to ensure a centralized platform for Customer communication. The
solution also takes care of template standardization, development, and print-ready outputs for printing and dispatch
purposes
Led the entire transformation journey for integration layer, data layer, and front-end layer; developing a multi-year
technology vision and roadmap for the journey
Managed end-to-end project planning and execution ensuring on-time delivery of the process
Conceptualized microservices architecture to enhance overall service response time
Evaluation of digital market technology choices for the applications portfolio Highlights:
Ensured 99% uptime of business-critical applications and compliance to the agreed SLA for defects and incidents.
Introduced "Short-term Fix" and "Fast Track Ticket Resolution" resulted in a 30% reduction in service ticket count and
improved operational efficiency by 40%
Recognized as Top Performer and high contributor for 5 consecutive years
Bagged Star Award for project execution in May 2019 and May 2020, respectively, and Excellence Award in 2019 for
successfully implementing Rebranding project
Recognized and awarded the Rising STAR Award in 2017 for managing and delivering automation which improved
operational efficiency by 20%
Cognizant Technology Solutions as SharePoint Project Manager
Jun 2014 to Sep 2015
Growth Path/ Assignments Handled: SharePoint Project Manager Jun'2014-Sep'2015
Directed the entire project activities entailing planning, budgeting, scheduling, and tracking as well as facilitating cross-
functional team coordination & leadership across all phases of development; managed presales activities for SharePoint
implementation
Projects Handled: AbbVie Inc, USA Jun'2015-Sep'2015
Portals Modernization from SharePoint 2010 to SharePoint 2013
Managed end-to-end delivery of 7 applications within the project scope
Acknowledged for Delivering the project with zero percent defect leakage and within the committed timelines World Vision,
USA Mar'2015-May'2015
Migration from SharePoint 2010 to SharePoint 2013 using DocAve Migration Tool
Was involved in the UAT phase and was successful in bringing down the defects count and complete the UAT by working
closely with the client and the development & testing team Novartis, Basel, Switzerland Aug'2014-Feb'2015
Successfully planned and executed end-to-end design and development of Portal in O365 Highlights:
Managed successful and parallel implementation of SharePoint solution for reputed Life science clients based out of US
and Switzerland SharePoint 2010, SharePoint 2013, and O365
SharePoint solution included DMS, Portals, Collaborative sites, SEO, User Personalization, Responsive UI were delivered
in parallel streams
Led Team of 15-20 skilled resources including architects, developers, UX, HTML & VD designers, and testers working in
distributed environments spread across the globe
Datamatics Global Services Limited as SharePoint Lead
Apr 2007 to Jun 2014
Growth Path/ Assignments Handled: SharePoint Lead May'2012-Jun'2014
Involved in Pre-sales activity on SharePoint. Led SharePoint implementation in 2010, 2013, and O365. Projects Handled:
Bupa, UK: Led the upgrade and re-design of the Intranet Portal from SharePoint 2010 Standard to Enterprise. The project
followed an Agile Methodology
ARI Fleet, US: Led the development of portal which had integrated reports and dashboard. These dashboards fetch
business-critical data from various data sources (like Native SharePoint, SQL DB, Oracle DB, SalesForce) using different
APIs, BCS connectivity, or web services. Also, workflows were created using SharePoint Designer as per the requirement
Project Lead / Senior Software Consultant Apr'2007-Apr'2012 Projects Handled: Qatar Financial Centre Regulatory
Authority (QFCRA), Qatar
Managed end-to-end project execution and delivery within cost, acceptable quality, and schedule.
Worked on Database design and modeling. Developed Recon Utility during the project which was offered as a SAAS to
the client postproduction, hence generating revenue for the company apart from regular support model. Bharti AXA Life
Insurance, India
Successfully led the project - Integrated Grievance Management System (IGMS) - integration of Insurer Grievance System
with that of IRDA for real-time integration for compliant status New England Historic Genealogical Society (NEHGS), USA
As a Senior Software Engineer and project lead, was responsible for client communication, providing a solution, code &
delivery review & planning, participate in the quality audit, publishing the periodic project progress and budget report
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 3/4
(PSR) planned v/s utilization.
Worked on the upgrade of CMS, stabilization of the application, and code optimization Highlights:
Recognized for successfully representing projects in External Audits like CMM-i Audit and ISO 9000-2001. Received
Positive Noteworthy Comments by an external auditor for efficient project management and automation resulting in
operational efficiency.
Implemented Secure Code Practices to prevent applications from CSS and SQL injection attacks
Received Rewards for Implementing 5 Quick Hit - Six Sigma projects for Process Improvement and Cost-saving initiatives
Initiated and successfully managed the development activities from Tier-III city (Nashik Development Center) hence saving
around 30 % of development cost
Bagged Spot Award' Aug 2008 (for stabilizing the system and for quick TAT, defect-free deliverables, and innovative
solution which has won several accolades from the customer)
Bagged 'Excellence Award' during Datamatics Annual Award (for outstanding performance in 2008-2009 and for securing
more business from the customer with high-value delivery)
Awarded with "TEAM LEADERSHIP AWARD" in 2011 by Client - BHARTI-AXA
Completed 6 years of 'Long Service Award in Datamatics' in 2013
Letter of Appreciation - Feb 2010, Letter of Appreciation - July 2011, Letter of Appreciation - May 2013 (for consistent
performance, meticulous planning, and disciplined execution.)
Nominated for Leadership Workshop and PMP Training (by the Senior Management team)
UG: B.Sc (Physics) from University of Mumbai in 2004
PG: Executive-Post Graduate Program (Business Management) from SIES College of Management Studies, Navi
Mumbai in 2013
Other Qualifications/Certifications/Programs:
GNIIT - Diploma in Information Technology
AZ-900 Microsoft Certified Azure Fundamentals
Microsoft Azure 20535: Architecting Microsoft Azure Solutions
Microsoft Azure 20533: Implementing Microsoft Azure Infrastructure Solutions
Women Leadership Executive Global Program
Project Management Professional
Certified Scrum Master
Leadership Development Workshop
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure, Amazon Web Services
C, C++, ASP, VB, ASP.NET 4.0, XML
JSON, JavaScript, Python
SQL Server 8.0/ 2000/ 2005/ 2008/2012/16
MS Access, ERWIN Data Modeler
CCM (NewGen OMS), iBPS, Omnidocs
IBM FileNet, MS SharePoint 2010, 2013
HummingBird Search Server 5.4
Opentext RedDot CMS 6/7.1
LizardTech Image Server, Group PAS
Retail PAS
REST, SOAP, WSDL
Agile, Iterative
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c1…
https://freesearch.naukri.com/preview/printResume?uname=c17d256fa3e5e27556366143a336607a585d5a51434509160044415b5909574c1b0c18024210095d0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Waterfall Methodologies
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Tulu
Rank 624: Resume 1327 with similarity score 0.01595045321339745
Resume Text: B.S , M.Sc , M.S , BS , MS solutions architect , associate , devops , sales representatives , cio , it professional , full time , team lead , technical lead , aws solution architect award , telugu , office , elastic load balancing , docker , status , store , infosys , testing , spin , gitlab , features , ec2 , clear , asp.net , sql server , door to door , negotiation , management style , automation , devops , access , kubernetes , designation , confluence , windows , english , video , angularjs , kanban , one , javascript , wireless , migration projects , html , lec , continuous delivery , general , affirmative action , maintenance , dynamo , bootstrap , postgresql , architecture , email , aws , configuration management , languages , small business , mobile , jira , engineers , customer service representatives , web , database , functionality , jenkins , css , ms project , visit , tamil , profiles , fios , case , health , cmis , revenue , authorization , internet , teams , enterprise , c# , application , led , servers , s3 , agents , pivotal , communications , cloud computing , .net framework , it sector , administrative , cmm 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145…
https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145518480b5f0b59… 1/3
Current Designation: Technical Lead- IT Software
Current Company: Infosys
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Infosys as Technical Lead- IT Software
Jan 2019 to Till Date
Projects Undertaken
Title: Universal Profile Manager
Environment: AWS, .Net Framework.5, ASP.Net and SQL Server 2012 and PostgreSQ Database
Description: Universal Profile Manager handles the profile of users who need access to around 13 applications in call-
centers managed by Verizon USA.
Highlights:
Led successful migration from:
o On-premise servers to AWS cloud environment
o SQL Server 2008 to SQL server 2012 and SQL server 2012 to PostgreSQL
Pivotal role in deployment and release management for the cloud environment
Displayed usefulness in minimizing the number of servers from 16 to 4
Significantly saved revenue through automation of server execution time in AWS cloud only during office hours
Recipient of awards for rigorous planning, execution and collaborating release cycles and deployment in association
with key stakeholders
Title: CoFEE Anywhere
Client: Verizon Communications, US
Duration: 2017-2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
HARI KRISHNA PRASAD
Certified AWS Solution Architect,Technical Lead seeking roles in Cloud Computing,
Software Configuration Management, Application Design,Application Deployment,
Client Engagement,Requirement Analysis, Release Management, .NET Technologies
and Devops
Key Skills: Technical Lead seeking roles in Cloud Computing, Software Configuration Management,Application
Deployment, Release Management, .NET Technologies and Devops,AWS,Devops,Continuous
Integration,Docker,Continuous Delivery,GIT Lab
Summary
AWS Certified Solution Architect and an enterprising IT professional with over 13 years of rich and extensive experience across
IT sector. Insightful exposure on the entire lifecycle of AWS migration projects including design, deployment, and migration of
enterprise applications and DB Servers from On-premise to AWS Cloud environment. Team-based management style:
successfully managed a dedicated team consisting of Build-Release/DevOps Engineers. Resourceful in working with the cross-
functional teams to deliver scalable automation solutions to enable rapid development, configuration management of the source
code to support test, deployment and production sustaining activities. Keen analyst with excellence in gathering and
understanding requirements of multiple stakeholders, clients, architecture team, as well as development & testing teams for
administering the entire release management process
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145…
https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145518480b5f0b59… 2/3
Environment : ASP.NET 1.1, (.ASPX), C#, HTML, CSS, JavaScript, WCF 3.0
Description: This project is an ordering application used by Customer Service Representatives for taking up Voice,
Internet, TV, Wireless orders and doing changes to existing customer profiles. This was a development project done in
.NET Framework 4.0 which contained enhancements on top of the migration from windows application to a web platform.
This was done to reduce Installation Cost and Average Handling Time (AHT) for the Customer Sales representatives and
to increase the number of orders that can be taken in a day. Before this web migration the reps had to visit multiple
applications during the course of the order negotiation. But after this migration reps are able to place the order seamlessly
in one single platform.
Verizon Data Service India as Technical Lead
Sep 2007 to Dec 2018
Projects Undertaken
Title: Door to Door Admin Tool
Environment: AWS, .Net Framework.5, ASP.Net and SQL Server 2012 and PostgreSQL Data base
Description: OPTIX DSS is an application used by Verizon sales agents for door-to-door service. Door-to-Door Admin Tool
will provide the administrative functionality for this application for both Business and Consumer Agents.
Highlights:
Successfully migrated:
o On-premise servers to AWS cloud environment
o SQL Server 2008 to SQL Server 2012 and later SQL Server 2012 to PostgreSQL
Steered efforts towards deployment and release management for the cloud environment
Title: OPTIX
Environment: AWS, EC2, EBS, ELB, LAMBDA, AngularJS 1.X (UI), Bootstrap, WebAPI 2.0 (Service, similar to WCF),
Micro Service, SQL Server 2012
Description: OPTIX is a Micro Service based centralized ordering application where Verizon's Customer Service
Representative can place a new install order or change /move / migrate / disconnect existing customers' orders for LEC
Voice / FiOS Voice / FiOS Data / FiOS Video for Consumer and Small Business Customers. Rep Guidance, One Page
Ordering, Mobile Coach are the key features of this project that won the CIO 100 Award.
Highlights:
Led the migration from:
o On-premise servers to Cloud environment
o Migrated SQL Server 2008 to SQL server 2012 and then SQL server 2012 to PostgreSQL
Managed:
o Cloud environment user EC2, CMM and DevOps tools
o Spin up EC2 instances using Jenkins jobs
Active involvement in all the phases of the project from requirement gathering, design, development, client interaction &
production management
Successfully executed the kit build in multiple environments such as DEV, SIT and UAT
UG: B.Sc (Computers) from Sri Venkateshwara University, Tirupathi in 1997
PG: MS/M.Sc(Science) (Computers) from nagarjuna university, guntur in 2001
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Education
IT Skills
Skill Name Version Last Used Experience
EC2, Auto Scaling, Lambda, S3
Elastic Load Balancing
CDN (Cloud-Front), Trusted Advisor
Elastic Block Store (EBS)
Glacier, Relational Database (RDS)
No SQL (Dynamo-DB)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145…
https://freesearch.naukri.com/preview/printResume?uname=ec846e0c6f80037d6f13505101ba912f5f0e0f551f4758400012435b0f5b5019125f145518480b5f0b59… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Virtual Private Cloud (VPC)
Route 53 (DNS), Cloud Watch, Cloud Trail
IAM (Identity & Access Management)
AWS SQS (Simple Queue Service)
Cloud Health, Datadog
Dockers, Kubernetes
PostgreSQL, SQL Server 2012
SQL Server 2008 , VersionOne
Confluence, JIRA, KANBAN
CMIS, MS Project
ASP.NET, C#.NET, VB.NET, .NET
Git, Gitlab ,Clear Case
Source Off-site, EC2
DevOps, EBS, ELB
.ASPX, AngularJS 1.X (UI), Bootstrap
C#, HTML, CSS, JavaScript, WCF 3.0
WebAPI 2.0, Micro Service
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 625: Resume 1259 with similarity score 0.015935098798036295
Resume Text: MS , BS system administrator , quality assurance , cloud administrator , change management , it administrator , full time , windows server administrator , part time server monitoring , computing , customer , production systems , virtual machines , telugu , citrix , microsoft azure , elastic load balancing , vista , databases , beginner , windows administration , status , workstation , squid , symantec , connectivity , ec2 , data center , it infrastructure , sql server , server administration , shares , routers , switches , amazon web services , outlook express , access , windows 2000 , designation , mar , print servers , hindi , network troubleshooting , cloud , network devices , ltd , software installation , english , data security , agile , project , ftp , groups , consultation , dhs , windows xp , performance tuning , hyper-v , change management , resolve , b1 , vmware server , javascript , mail server , wireless , ldra , iso standards , affirmative action , information technology , mysql , public , maintenance , utilization , arranging , office 365 , file servers , automotive , proxy , email , aws , configuration management , network security , workplace , hana , amazon rds , microsoft outlook , premises , languages , raid , canoe , sap business one , intranet , system monitoring , high availability , windows server , network performance , portals , telecom , health , active directory , firewall , mcafee , authorization , internet , sharepoint , go , application servers , led , s3 , storage , iis , sphere , administrative , qac 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f425…
https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f42571514595a585… 1/3
Current Designation: IT Administrator
Current Company: Yazaki India Technical Center
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: Auto/Auto Ancillary
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Yazaki India Technical Center as IT Administrator
Apr 2018 to Till Date
Roles and Responsibilities Maintain ITC Local Data center and EPBX server
Monitoring Servers, firewall, Routers Switches, and Serves Application
Install, support and project management applications, Install and Troubleshooting Automotive
Applications like, Canoe, EA, Integrity client, QAC, LDRA, EA Servers, and Update Tolls serves
Licenses, Create ISMS Police's (ISO Standards), Creating Wireless Presenting, arranging VC
meetings, troubleshooting VC
Design, Plan and Migrate deployments of customer on-premises data center/applications to
Microsoft Azure
Supporting LANs, WANs, Internet and intranet systems at workplace and ensuring their
efficiency
Installing and configuring software, tools, hardware and networks
Ensuring security and efficiency of IT infrastructure
Involved with planning, designing, and transforming environments from on-premises to cloudbased
Work as Cloud Administrator on Microsoft Azure, involved in configuring virtual machines,
storage accounts, resource groups
Creating AWS computing instance Services like EC2 and Amazon Elastic Load Balancing, VPC,
Sub net creation, S3,RDS,IAM
Creating and managing AWS Storage service S3
Developed and implemented software release management strategies for various
applications as per agile process
Experience of database technology such SQL, MySQL including databases
Expertise in Creating Amazon RDS and Handle software installation, backups, and patches as
well as routine administrative tasks
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
MALLE.VENKATAPRASAD
Windows Server Administration, Microsoft Azure, Amazon Web Services, My SQL,
Office 365 Administration, DHCP Server, DNS, IIS Server Monitoring and Managing
client's cloud and Active Directory, Change Management, Load Balancing, High
availability
Key Skills: Windows Administration,Configuration Management,Active Directory,Installation,Troubleshooting,DHS,Office
365,Vmware Administrator,Microsoft Azure,AWS,Windows Server Administrator,MS SQL Server,High Availability,Load
Balancing
Summary
It infra Administrator with 7-year background in Information Technology. The progressive experience marked by continuous
contributions above and beyond requirements. Career achievements in large-scale software deployments, network buildouts,
and data security, Aws, Azure, Windows serves administration, SQL server maintenance, and Highavalbulitey,
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f425…
https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f42571514595a585… 2/3
Quickly arrange repair for hardware in occasion of hardware failure
Update system as soon as new version of OS and application software comes out
Create and Implementing policies for uses and computer system network
Password and identity management
Monitor servers and update to HQ team Servers and network health status
Maintain IT Asset inventory list
Creating ISMS, IT Polices (ISO standards) Audit IT polices Randomly
Coordinating US and Europe IT team to resolve VPN tunnel and Integrity, automotive tools,
server's and application access Issues
Maintain 0ffce365 administration, create user and access license
Create SharePoint site and proved access to respective users and monitoring site and office
365
Installing McAfee server application and coordinating McAfee team
Installing SVN server and provide source code access for users and maintain regular backup
process
Install SQL servers and taking backup and restore backup, on developer prairie basis
Hosting sites and portals like, Go Daddy and cloud fare
Troubleshoot VMware, Windows Server, Active Directory, and physical infrastructure issues that
may occur
Implemented, developed and tested installation and update of file servers, print servers and
application servers in all departments
Monitored networks and network devices to resolve technical problems quickly
Diagnosed and executed resolution for all network and server issues
Led server infrastructure development, quality assurance, staging and production systems
Designed and evaluated WAN and LAN connectivity technologies
Performed network security design and integration duties
Resolved issues and escalated problems with knowledgeable support and quality service
Clockwork Business Solutions Pvt Ltd as IT Administrator
Jan 2016 to Mar 2018
Roles and Responsibilities Install, support and project management
Clients and users
Install, configure, and troubleshoot the SAP Business One Servers, and Client, (HANA and SQL)
and windows server domain
Consistently provide remote support and manage numerous technical queries for client needs
and try to resolve on time within SLA breached
Resolved customer concerns in a positive and helpful manner
Managing windows server infrastructure with AWS, Azure, Physical & Virtual, environment
Responsible for maintaining Citrix Servers, VMware server and V-Sphere client
SAP B1 SERVER (SQL and HAAN)
Backing up and recovering the Windows Servers, SVN and Active Directory and other data
Daily Basis backup JOB, Creating FTP Servers and Maintain the Office 365 in Azure Portal
Supporting Windows 2003 & 2008 2012 .2016 in Heterogeneous network environment
Configuring, Troubleshooting and Managing DNS, DHCP
Hyper -V Firewall
Setting up Group policies on OU's, Users Accounts, groups, and print shares
Implemented Security policies
Performed daily backup/recovery, system monitoring, performance tuning and
network/systems
Provided end-user consultation and network troubleshooting
Dealing with access problems, diagnosing and troubleshooting all incidents related to Citrix &
VM Ware issues
Sujana Groups as System Administrator
Nov 2013 to Dec 2015
Roles and Responsibilities Maintain the More than 700 users
50 Servers, Implement Software Raid (Raid 0, 1&5), Responsible for managing all System
administration activities for Windows XP PRO, VISTA, Win 7 Win 8, and Windows Server
2000/2003/2008,) under Domain & Workstation environment
Configured and Maintain the Symantec AV (Corporate Edition) Server and DNS Cashing Sever
on windows 2000 & 2003 Server
Install, Configure and troubleshoot Squid Proxy, Info VPN, File & Print Server
Implement Web Server (for Block, allow and set permission for specific Website link, public mail
client, messengers, unauthorized website etc.) Install and Configure of Microsoft Outlook
2003/2007 and Outlook Express as a client and MS Exchange 2003 as Mail Server
Led server infrastructure development, quality assurance, staging and production systems
Implemented, developed and tested installation and update of file servers, print servers and
application servers in all departments
Implemented corrective plans of action for network performance issues including availability,
utilization, and latency
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f425…
https://freesearch.naukri.com/preview/printResume?uname=32c894fd941ab2ade7f67932280c78cc5e5f09524a1b5a400b47460e540002191a5f42571514595a585… 3/3
UG: BCA (Computers) from Kakatiya University - Warangal, in 2012
Other Qualifications/Certifications/Programs:
server 2012 70-412
azure disign and implementation 70-473
Nature of Employment: Full Time Duration: Dec 2020 - Jan 2021
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure, windows server, Hyper-V,
SQL Server, LAN, VPN, RDP, TCP
MS office, Active Directory
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Telugu Expert
Projects
Project Title: Data Center Migration
Client: Yazaki India Technical Center
Project Details: data center migration and communicatin with central data center , isp Network eastblish and communicatin to
hq data center, planing the infrastructure realted like gm servers
Rank 626: Resume 907 with similarity score 0.01593486828844304
Resume Text: B.E , MS , B.TECH , BS software consultant , software engineer , project lead , dock supervisor , analyst programmer , student , part time , full time , team lead , product owner , java developer oc4j , angular , gateway , node.js , status , stakeholder management , adobe illustrator , clover , artifacts , sass , weblogic , freelancer , functional specifications , interfaces , designation , mar , hindi , loan , webpack , investigation , json , english , screens , project , fedex , live , leadership , microservices , provisioning , processing , fixing , pipelines , rest , mvc , git , im , code coverage , struts , one , scales , javascript , express.js , general , bau , developers , affirmative action , information technology , oracle , async , maintenance , axis , typescript , pools , strategic planning , email , aws , mobile devices , freight , junit , unit testing , output , languages , ssl certificates , jira , queues , root cause analysis , api , functionality , redux , mockito , people management , css , websphere , soap , case , scratch , authorization , teams , spring boot , jax-ws , log4j , sql , application , indesign , led , servers , debugging , replication , translation , shutdown , sockets 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 1/4
Current Designation: Software Engineer- Application
Development
Current Company: Atos
Current Location: Glasgow
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,United Arab
Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Email - id
Atos as Software Engineer- Application Development
Mar 2016 to Till Date
Atos Syntel as Software Engineer- Application Development
Mar 2016 to Mar 2016
Projects Managed
Period: Jun'19 to till date
Project ID- 98730
Project Title- Users IM
Client- Student Loan Company
Team Size- 10
Designation- Project Lead
Role- Project Lead
Technologies /Skills Used- Spring Boot, React, Redux, JMS, Oracle, AWS Amplify.
Responsibilities:
Ensuring effective creation of:
o New POC's using React, Redux and Spring boot; getting feedback from clients and make agreement on one
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
NITEESH BHARGAVA
Software Engineer seeking roles in Software Development Life Cycle, Application
Development, Strategic Planning, Client Management, IT Project Management, Unit
Testing, Stakeholder Management, Requirement Analysis, Javascript, JSON, JIRA,
Oracle.
Key Skills: Software Engineer,Team Lead/Tech Lead,Software Development Life Cycle,Application Development,Strategic
Planning,Client Management,IT Project Management,Unit Testing,Stakeholder Management,Requirement
Analysis,Javascript,JSON,JIRA,Oracle,CSS.
Summary
Performance-driven professional with over 8 years (entailing nearly 2 years as a freelancer) of rich & extensive, national &
international experience in Applications Development & Management, Client Engagement and People Management. Led
productive cross-functional teams using interactive and motivational leadership that spurs people to willingly give excellent
results. Excels in JAVA, Spring, Microservices, SQL, React JS and JavaScript. Hands-on experience in initial set-up of new Git-
lab project artifacts including Java and UI projects, code and deployment pipelines for various environments, code coverage
tools. Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders (at
strategic and tactical levels), followed by translation into functional specifications as well as provisioning of suitable solutions. A
strategist with recognized proficiency in spearheading business to accomplish corporate plans and goals successfully
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 2/4
approach
o Data-sources, JMS queues, SSL certificates and Interfaces for other connecting systems on App and DB servers
o Screen mockup's and getting them approved from Product owner
Analyzing the requirement and risks while preparing project estimations
Monitoring initial setup of new Git-lab project artifacts including Java and UI projects, code and deployment pipelines
for various environments, code coverage tools
Integrating AWS Amplify API with Spring Boot to create and update user and user pools in AWS Cognito
Developing:
o Necessary Rest API's using Spring Boot and Oracle
o Screens using CSS, React, Redux, Integrate with API using Axios and Spring
Facilitating unit testing and deployment on test servers, fixing of bugs raised
Preparing deployments and release activities
Period: May'18 to May'19
Project ID- 98730
Project Title- Part time
Client- Student Loan Company
Team Size- 5
Designation- Java Developer
Role- Java Dev.
Technologies /Skills Used- JSF, Spring, JMS, Oracle.
Responsibilities:
Engaged in understanding of new policy requirements, analysis of changes required in the current system, discuss
changes with other developers in the team
Created:
o Change documents with AS-IS and TO-BE processes
o Necessary form-data validators to validate and report the input data errors before any processing starts b/w different
Sub-Systems
Checked the other impacted systems if any, send required code and functionality change documents for their
understanding and collect their feedback if any
Made the necessary Rule engine and UI changes, test various scenarios for students of different locations and income
scales
Period: Dec'17 To Jun'18
Project ID- 98730
Project Title- LAP BAU
Client- Student Loan Company
Team Size- 8
Designation- Software Engineer
Role- Software Engineer
Technologies /Skills Used- Tapastrey, JMS, OC4J, PLSQL, Struts. Spring, JDBC.
Responsibilities:
Facilitated weekly meeting with front line support to prioritize the defects based on team capacity
Monitored initial analysis of defects, replication of issue from scratch
Engaged in root cause analysis and debugging including investigation of skipped scenarios in the code and Junits
Instituted root cause fix of issue either by code change or by data fix. Creating of new Junit tests for avoiding similar
problems in the future
Period: Jan'17 to Nov'17
Project ID- 98503
Project Title- Freight Micro-services
Client- FedEx Freight
Team Size- 4
Designation- Software Engineer
Role- Software Engineer
Technologies /Skills Used- Spring Boot, React, SASS, Angular, JMS, WebLogic, PLSQL.
Responsibilities:
Engaged in creating:
o New POC's using Spring Boot 2, React and Angular
o Mobile first webpages for new hand-handled and mobile devices using React SASS and Webpack
Managed setup of new JMS channels for receiving real time messages from Server to client using Web-sockets
Contributed towards setting up end-to-end process for live updates and make sure to handle faults properly so that
messages are not lost in case of device shutdown
Period: Mar'16 to Dec'16
Project ID- 98503
Project Title- Dock Supervisor
Client- FedEx Freight
Team Size- 4
Designation- Software Engineer
Role- Software Engineer
Technologies /Skills Used- JSF, ICE-faces, JMS, Weblogic, PLSQL.
Responsibilities:
Worked on analyzing new enhancements to be made, check requirements and get it signed off from Business users
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 3/4
Divided the enhancement into individual stories and decide output for each
Made the necessary code changes and update the Junits accordingly
Clover Infotech. as Software Consultant
Jan 2015 to Feb 2016
eCentric as Analyst Programmer
May 2014 to Dec 2014
UG: B.Tech/B.E. (Information Technology) from LNCT (main) Bhopal, RGTU University in 2012
Education
IT Skills
Skill Name Version Last Used Experience
Java, Spring, Microservices
SQL, React JS
JavaScript
J2EE, Axios, Redux
Boot-2(Rest, MVC)
JDBC, AWS Cognito, API Gateway
JMS, Node.js, Express.js
Struts 1, 2
JSF, ICE-faces, JMS, JAX-WS
Axis, JSTL, JAXB, Logback-slf4, log4j
Mockito, Junit, JSON
AWS Lambda, WebLogic, WebSphere
OC4J, JBoss, AWS API Gateway
Postman, SOAP-UI, IntelliJ
Mongo-DB, Oracle PL-SQL, DB2
async-await, TypeScript, Angular
Mixins, SASS, CSS
Adobe Illustrator, Adobe XD
Adobe InDesign, JIRA
JMS, Spring Boot, Oracle, AWS Amplify
Tapastrey, PLSQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160…
https://freesearch.naukri.com/preview/printResume?uname=fbb5abaa58e2efe1dafc5fd994f92bd358085b504d4258150147400d5f0c504a170d160245430a0b0b5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 627: Resume 1103 with similarity score 0.015924292575528933
Resume Text: MS watchguard , devops , financial management , solution architect , linux architect , full time , unix architect , enterprise architect watchguard , finish , customer , security audits , it operations , it security , service levels , perspectives , beginner , clamav , headcount , rackspace , status , sungard , bridge , ossec , building , operating systems , sql server , dr solutions , forecasting , suite , organization , ansible , devops , mar , rhel , hindi , flex , windows , english , it infrastructure operations , budgeting , project , sonicwall , mongodb , business operations , recovery plans , fortinet , architecting , puppet , resolve , red hat enterprise linux , strategy , white papers , workforce management , itil , vmware , data recovery , javascript , availability , dutch , data centers , capital , hp-ux , hp data protector , rca , general , insync , performing , team management , pages , affirmative action , maas , p2 , vendor management , unix , service delivery , iaas , business process design , architecture , postgresql , timelines , email , tomcat , aws , network security , ubuntu , bind , it compliance , saas , data center operations , premises , languages , strategic design , ibm tivoli , amazon , snort , engineers , vsphere , commerce , webmin , cloud services , streamlining , ug , telecom , scratch , revenue , azure , visualization , authorization , teams , approvals , two-factor authentication , application , focus , less , led , hiring , servers , shell scripting , python , technology management , cloud computing , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b47…
https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b470747140e5b5f5… 1/3
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Germany
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Toll Group(Tolls Technology Centre) as Deployment Leader - IT
May 2019 to May 2020
Expertise in planning, executing and spearheading IT Infrastructure & supporting projects; proficient in developing and
streamlining systems with capability to enhance infrastructure operational effectiveness.
Budget & Technical Resource Planning for the program and for projects within.
Recognized for managing Linux & UNIX tower across company at global level; planning, designing, managing and
implementing, the DR solutions, Operations & migration activities
Designed & optimized technical portfolios to increase revenue by 18% in just a year.
Subject matter expertise in performing in-house security audits, maintaining the level of security and tracking it
Firsthand experience of defining new Architecture & implementing Cloud migrations into VPC within AWS, Azure,
Rackspace & Google Cloud (GCP).
Sungard Availability Services as Linux UNIX Architect
Oct 2016 to May 2019
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
HRISHEEKESH DATYE
ITIL, Enterprise Architect seeking roles in Networking,Tech Support,Techno
Management,Data Center Operations,It Compliance,IT Operations,Technical
Architecture,Network Security,Backup & Recovery,IT Security,IT
Infrastructure,Azure,Linux, AWS, Cloud.
Key Skills: networking,technical support,incident management,data center operations,it compliance,it operations,backup &
recovery,it security,it infrastructure,azure,linux,aws,enterprise architect,cloud computing,program
management,tech,Technology Management
Summary
Proficient in delivering consistent results in architecting & delivering an improved on-premises as well as Cloud IT infrastructure
that
provides superior performance for a new & legacy applications suite as well as suitable for MaaS/PaaS/ IaaS & SaaS based
applications &
DevOps or SRE functions.
Firsthand experience of defining new Architecture & implementing Cloud migrations into VPC within AWS, Azure, Rackspace &
Google Cloud (GCP)
Expertise in planning, executing and spearheading IT Infrastructure & supporting projects; proficient in developing and
streamlining systems with capability to enhance infrastructure operational effectiveness
Recognized for managing Linux & UNIX tower across company at global level; planning, designing, managing, and
implementing, the DR solutions, Operations & migration activities
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b47…
https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b470747140e5b5f5… 2/3
Administering the activities related to forecasting IT infrastructure requirements, workforce management, capacity &
financial management, vendor management and strategy planning
Recommending and upgrading IT infrastructure requirements for ensuring acceptable levels of security, disaster
management and data recovery plans
Monitoring projects from conceptualization and visualization to technology mapping and final execution of projects
Driving business operations to outperform annual objectives; functioning as key driver for business process design and
solution identification
Delivering IT solutions based on ITIL best practices that focus on the people, process, technology & information
perspectives of providing integrated organization wide business solutions within the IT infrastructure
Liaising & coordinating with various departments and partners engaged in the delivery of service to improve
performance and resolve service downtime and network problems
Ensuring application & compliance with company�¢jQuery1110026202952750538_1583044519591s policies in
administration of IT infrastructure/facilities
Introducing new projects for infrastructure improvements for UNIX and Linux technologies
Directing the following activities:
o Reviewing & approving the white papers & wiki pages
o Improving RTOs on existing DR recovery solutions
o Ensuring the RCA is provided to clients for P1 & P2 incidences
Highlights:
Improved IT operational service levels in less than a year, achieved operational service efficiency with 21% reduced
headcount during the same period
Spearheaded planning & budgeting of IT Infrastructure Operations, control of operational and capital costs, technology
implementation, transition and service delivery which resulted into effective service delivery & customer delight.
Front-led a team of 42 engineers for the execution of Data Center Migrations, ISO27001,HIPPA & PCI-DSS Projects for
customers across US, UK & Canada
Established complete new Data Centers starting from scratch for 06 clients within 120 to 600 days, which also included
selecting the right property to building a full flex DC.
Hewlett-Packard as Linux Architect
Jul 2015 to Sep 2016
Highlights:
Resolved the escalated issues through bridge calls and provided action plans for L1, L2 & L3 teams
Designed Linux solutions in coordination with client & other teams within HPE
Conducted TAB meetings with clients and provided approvals for Linux tower for major changes
Installed, configured & troubleshot ClamAV, SNMPv2, SNMPv3, NTP, DHCP, DNS, OSSEC, Snort, rsyslog, Apache2,
Tomcat, Password Policies & Audit Policies and so on
Introduced two-factor authentication for Linux infrastructure in Dutch Bank & Logistic clients like XPO, Conway
infrastructure
UG: B.Com (Commerce) from Shivaji University, Maharasthra in 2005
PG: in 0
Other Qualifications/Certifications/Programs:
Diploma in Computer Networks
RHCE
ITIL
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL Server,Windows 2017 5 Year(s) 0 Month(s)
Service Fabric,PostgreSQL, Mongo DB 2017 9 Year(s) 0 Month(s)
MongoDB, Amazon Cloud Services 2016 5 Year(s)
Bind DNS Service, DHCP, Usermin 2020 10 Year(s) 0
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b47…
https://freesearch.naukri.com/preview/printResume?uname=a4ce8e1485773265988e90488b3a1c0a510c5d564f420e44511949505a0f0518455b470747140e5b5f5… 3/3
Nature of Employment: Full Time
Project Location: Pune
Role: Solution Architect
Duration: Aug 2019 - May 2020
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time Duration: Jun 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2015 - Jan 2016
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Australia
Job Type: Permanent
Employment Status: Full time
Month(s)
Webmin, Cloudmin, Virtual Switch 2020 10 Year(s) 0
Month(s)
Red Hat Enterprise Linux, Ubuntu 2020 15 Year(s) 0
Month(s)
WatchGuard, SonicWall, Fortinet 2017 5 Year(s) 0 Month(s)
IBM Tivoli, HP Data Protector 2016 2020 5 Year(s) 0 Month(s)
windows client operating systems 2020 15 Year(s) 0
Month(s)
VMware, Vsphere 2020 10 Year(s) 0
Month(s)
Ansible, Puppet, Python ,Shell Scripting
Net backup, Dhruva InSync
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Marathi Expert
Projects
Project Title: AWS & O365 Deployments
Client: Toll Group
Skill Used: Linux, AWS, Azure, Cloud Computing, Management, Project Management, Application Design, Technical
Support, Team Management, Hiring
Project Details: About to finish this as all remaining migrations are getting completed by the end of March 2020.
Migrated over 3247 Servers in total from AIX/HP-UX/Windows to RHEL on AWS cloud
Project Title: O365 Deployment
Client: Toll Group
Project Details: Strategic Design and implementation.
Project Title: PCI - DSS Planning, Deployment & Centification
Client: Freshdesk
Project Details: Completed project within the timelines and completed Certification audit with great results.
Rank 628: Resume 587 with similarity score 0.01592253974127679
Resume Text: MS , BS cyber security , work from home , part time , android developer cyber security , customer , internships , css , sqlite , das , scripting , mysql , authentication , firebase , ltd , php , nimble , bootstrap , android studio , project , application , resume , waste management , java , computer science , i m , completion , assessment , management system , mobile , python , cms , tkinter , web , notification , technology , html , database , server side Assessment
Q1. Why should you be hired for this role?
I m looking for more exposure on Mobile App development .This internship will help me to learn more about app development with different
technologies and real time use cases.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I m available for 3 months ,starting immediately , for a part time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Suparna Das
Delhi
Applied 30 Dec'20
Android Java PHP
Master of Computer Applications MCA, Computer science
Sikkim Manipal Institute Of Technology
2016 - 2019
CGPA 9.30/10
Bachelor of Computer Applications BCA, Computer Science
Third Eye College
2012 - 2015
CGPA 7.40/10
Diploma, HARDWARE AND NETWORKING
Jetking Guwahati
2014 - 2015
CGPA 8.90/10
Senior Secondary XII, Science
JNV Rangia
CBSE board)
Year of completion: 2010
CGPA 8.00/10
Secondary X
JNV Rangia
CBSE board)
Year of completion: 2008
CGPA 6.50/10
Android App Development
Daalchini Technologies Pvt Ltd, Delhi
Aug 2019 - Present
Work as an Android Developer.
Android App Developer
Snippt Media Pvt Ltd, Chennai
Dec 2018 - Jun 2019
Python
cetpa, Noida
Jun 2018 - Jul 2018
Core PHP
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8638276011
cetpa, Noida
Jun 2018 - Jul 2018
Android Application Development
Netspeq Solution, Majitar
May 2017 - Jun 2017
Nimble phase 2 with Carpooling system
Dec 2018 - Jun 2019
https://play.google.com/store/apps/details?id=com.application.nimble&hl=en_IN
Nimble is an android app which basically calculates driver's driving skill and provide a score based on the score user will got
reward .In the Phase 2 carpooling system is implemented to share a ride and user will get extra reward.
Swachh android App
Aug 2018 - Dec 2018
https://drive.google.com/drive/folders/1F-cRE6ZeRRvboKwRyDKKcjr7XmK_zZ
I am creating an Android application based on the concept of Waste management System. I am using PHP as server side
scripting , MYSQL as Database,Firebase for providing Authentication as well as notification and Android studio.
Customer management system, small Text editor
Jun 2018 - Jul 2018
I have created a small CMS using Python and Tkinter as front end and MYSQL as backend. Text editor is created using core
python and Tkinter.
News feed Web application
Jun 2018 - Jul 2018
News feed website is a system which is designed to feed news of different category.I have used Bootstrap ,HTML,CSS ,PHP
as front end and MYsql as Backend
Recipe Android Application
May 2017 - Jun 2017
I have developed a small mobile based application where I have used Android studio and SQlite database.
Zonal Winner at SMIT sikkim for Braintech Network &amp; Cyber Security Championship 2017
Secured 2nd rank in Android Application Development in Annual Technical festival of 2018
Secured Best Project in Tech ShowDown in the year 2018
https://play.google.com/store/apps/details?id=com.application.nimble&hl=en_IN
https://drive.google.com/drive/folders/1F-cRE6ZeRRvboKwRyDKKcjr7--XmK_zZ
Rank 629: Resume 1197 with similarity score 0.01591273316125295
Resume Text: B.E , MS , B.TECH , BS product development , full time , channel partners , senior analyst , program manager decks , themes , training , renewals , retrospectives , customer , telugu , project managers , transformational , connect , workshops , platforms , rfi , wire , navigation , status , analyst briefings , digital transformation , product management , testing , business strategy , gtm , demand generation , heat , digital channels , server side , designation , mar , hindi , baselining , knowledge management , english , sprint planning , gap , deals , range , flow , prototyping , overcome obstacles , javascript , positioning , technology , html , quantification , general , partnerships , scrum , pages , vs , affirmative action , project plans , launches , readiness , maintenance , iaas , paas , timelines , email , aws , fit , saas , epics , economics , channel partners , languages , assessment , geography , collateral , online , rfp , css , product introduction , reference architecture , azure , sales enablement , visualization , risk , authorization , client/server , teams , maps , sharepoint , servlets , application , ecosystem , introduction to , framing , drive , framework , preparation , landscape , analyst relations , web parts , adoption , campaigns , reviews , google cloud , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818…
https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818031140505908… 1/2
Current Designation: Consultant - Strategy M&A
Current Company: WIPRO
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Other
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
WIPRO as Consultant - Strategy M&A
Jun 2016 to Till Date
Digital Product Management
Baselining Industry reference architecture, prepare Business Capability Heat maps, Value chain maps to identify gaps in
portfolio and enable build of new products (acquire, invest, organically develop or partner with startup IP)
Develop business plans with accurate information on market size, opportunities, competition landscape, geography spread
for NPI New Product Introduction
Responsible for 2 product launches (New Product Introduction) in AR/VR and digital twin technologies
Prepare project plans, modules; identify roles, track activities, timelines, workflows to overcome obstacles
Create product roadmap to deliver a successful product. Build EPICS, user-stories, tasks, define personas, facilitate rapid
prototyping, wire framing, and review stories against acceptance criteria and provide platform for testing
Enable adoption of scrum framework - sprint planning, backlog grooming, sprint reviews and retrospectives
Drive adoption of Wipro IPs and ventures in large transformation deals
Product SPOC to sales, presales, product development teams for digital transformation product stack
Manage the Knowledge management portal with marketing collateral (POVs) and refresh it periodically
Ensure optimal product portfolio fit (Introduction to retirement) by monitoring market potential, customer requirement,
competitor development
Cloud Enablement
Program Manager for Cloud Enablement of Wipro Products - Assess Cloud architecture and readiness for Wipro
platforms, products, cloud migration plan, target state visualization, as-is vs to-be strategy
Responsible for GTM strategy with hyper scalers, integration strategy, preparation of decks, benefit quantification of cloud
IPs
Responsible for positioning IPs in large transformational deals, renewals
Build business plans for platform/product migration to Cloud (make Re-host/Re-platform/Re-factor/Re-architect decisions)
Identify and connect with Analyst community covering themes for the corresponding product to understand current
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SOWMYA RAJAVOLU
Cloud Practitioner | AWS | Cloud deployment SaaS PaaS IaaS | Architecture
Assessment | Product Management | Digital Transformation | Presales & Solutions |
Sales Enablement | Channels, Alliances, Startup Ecosystem & Partnerships
Key Skills: digital transformation,product management,cloud enablement,presales solution,product portfolio,strategic
planning,marketing,business strategy,aws,azure,gcp,cloud,sales enablement,gtm,saas,paas,Iaas
Summary
* Wipro's Young Leader -2016"
* 6+ years of total experience in Product Management, Cloud, Strategy, Partnerships, Consulting and Software Development
* Expert in identifying business gap areas and leveraging startup relationships, channel partnerships and alliances
* Experience in Demand Generation campaigns, analyst relations
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818…
https://freesearch.naukri.com/preview/printResume?uname=f45bb431552dd29432f7604f581fa5ba0a5b01054b4700450143125c080e5842125818031140505908… 2/2
standing, competition landscape and evangelize Wipro product portfolio. Drive Analyst briefings, inquiries, feedback calls,
publish POV
Presales & Solutioning
Coordinate customer visits including initial client communication, on-site presentations, RFI response, multi-day client
workshops, RFP submission
Work collaboratively with channel partners to drive non-linear revenues
WELLS FARGO as Senior Analyst
Jul 2012 to Jul 2014
Create and launch Digital Channels Group (DCG) Risk engagement process, a consolidated online method for Product
Managers and Project Managers to request risk support resources for DCG and design Risk Impact Profile. Mapped
processes to holistically examine business flow and identify improvement opportunities
Delivered 10+ training sessions to onsite users imparting knowledge of best practices for protecting data and minimizing
errors
Processed 50+ support requests for technical assistance on wide range of issues related to customized master pages,
web parts, CSS styles, implementing client/server side architecture, customized navigation
UG: B.Tech/B.E. (Computers) from Chaitanya Bharathi Institute of Technology in 2012
PG: MBA/PGDM (Marketing) from Ta Pai Management Institute (TAPMI) in 2016
Other Qualifications/Certifications/Programs:
Cloud Engineering with Google Cloud
AWS Cloud Practitioner Essentials
AWS Cloud Economics
AWS Business Professional
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, servlets, JSP, J2ee
.NET, SharePoint, HTML, Java Script, CSS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
TELUGU
Rank 630: Resume 1381 with similarity score 0.015909455317731275
Resume Text: B.E , MS , B.TECH software engineer , devops engineer , associate , software developer , cloud engineer , full time , java programmer automation , infrastructure management , general , devops , jenkins , kubernetes , designation , ug , amazon s3 , affirmative action , oracle , amazon vpc , spring , cloud , docker , technology services , angular , hindi , maintenance , authorization , farmers , english , vending , status , email , project , application , aws , github , computer science , ec2 , languages , python , javascript , organization , insurance , pipeline , learning , base 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d17…
https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d175112420c5e5d… 1/2
Current Designation: Cloud DevOps Engineer
Current Company: Capgemini Technology Services India
Limited
Current Location: Pune
Pref. Location: Pune,Gurgaon,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Cloud DevOps Engineer
Jun 2018 to Till Date
Role: Cloud Engineer
Employer: Capgemini Technology Services India Limited
Date: 06/2019 - Present, Pune, India
Project: ME Bank Landing Zone Setup
Achievements/Tasks:
- Created an AWS Organization and multiple accounts within it, bootstrapped and baselined them through terraform.
- Created design of Account Vending Machine.
-Deployed Account Vending Machine through Terraform.
- Worked on VPC Networking Configuration.
Role: Cloud Engineer
Employer: Capgemini Technology Services India Limited
Date: 06/2018 - 05/2019, Pune, India
Project: Farmers Insurance Cloud Migration
Achievements/Tasks:
- Created Infrastructure on AWS through Terraform.
- Maintained backend in S3 for storing state files and lock using DynamoDB. GitHub as VCS for Dev, UAT and Prod env.
- Created Automated pipeline for deploying infrastructure and application using Jenkins Pipeline.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ritvik Jain
Cloud Engineer seeking roles in IT Project Management, Requirement Gathering,
Solution Designing, Cloud Infrastructure Management, software Development, AWS,
Amazon VPC, Terraform, Docker, Jenkins, Python, Angular 6, Java,AWS
DevOps,Amazon S3,Spring.
Key Skills: Cloud Engineer,Software Developer,IT Project Management,Requirement Gathering,Solution Designing,Cloud
Infrastructure Management,software Development,AWS,Amazon VPC,Terraform,Docker,Jenkins,Python,Angular
6,Java,AWS DevOps,Amazon S3,Spring
Summary
A software engineer with a quick learning skill
and an enthusiastic Cloud and DevOps engineer
with primary skill base in Cloud Infrastructure
Management and Automation. I seek competitive
and challenging opportunities for self development
as well as for organizational goals
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d17…
https://freesearch.naukri.com/preview/printResume?uname=c8b0c75457db6dd8ace6d6d4ec5cee2e590909074f145c170316430e580e574b1b0d175112420c5e5d… 2/2
UG: B.Tech/B.E. (Computer Science and Engineering) from Swami Keshwanand Institute of Technology in 2018
Other Qualifications/Certifications/Programs:
AWS Certified Developer Associate
Oracle Certified Associate Java Programmer
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Amazon VPC, Amazon S3, AWS IAM, AWS EC2 2020 3 Year(s) 0 Month(s)
Kubernetes 2020 0 Year(s) 6 Month(s)
JAVA 1.8 2020 1 Year(s) 0 Month(s)
Spring 2020 1 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
AMAZON S3 2020 3 Year(s) 0 Month(s)
DOCKER 2020 2 Year(s) 0 Month(s)
Terraform 2020 2 Year(s) 7 Month(s)
Python 2020 2 Year(s) 4 Month(s)
Jenkins 2020 2 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 631: Resume 1379 with similarity score 0.015816095095321545
Resume Text: B.E , MS , B.TECH , BS part time , java developer , full time , software developer financial services , telugu , cmc , angular , databases , hero , status , hql , commercial banking , pwa , sql server , connections , venture capital , react.js , blocking , web apps , designation , service layer , english , web applications , editing , agile , project , microservices , asset management , range , rest , canvas , one , web pages , javascript , insurance , factoring , html , online services , javase , e2e , pay , affirmative action , oracle , mysql , technical architecture , maintenance , internet banking , jquery , business logic , strap , email , github , technology solutions , maven , languages , hibernate , investment banking , planners , mobile , search , cart , buildings , roadshows , ajax , spring mvc , validation , tamil , offers , accessories , authorization , teams , servlets , spring boot , extensions , log4j , devices , user requirements , offshore banking , hire purchase , software design , learning , persistence , trustee 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165…
https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165714170b5d085… 1/3
Current Designation: java developer-IT
Current Company: Incedo Technology Solutions limited
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Incedo Technology Solutions limited as java developer-IT
Jan 2020 to Till Date
Project Title iEN -E2E Migration (CAT-E2E Migration)
Client Verizon
Environment Spring Boot, Rest API, Micro services, React js, Angular 7
Duration Nov 2020 -Present
Team Size 8
Project Description:
Provides the ability for Local Transport Planning/Engineering to Review VZB TCOMS Devices to be Decommissioned and
Create NFID's and CCR's based on VZB TCOMS ZF NAR Device Data
The VZB TCOMS Review Totals Screen will allow the Planner to see total counts of devices ready for "Engineer Review"
in each Building. They can select Planners Name and/or Sales City and/or TCOMS Building ID and the search will return
the totals for the buildings within that grouping. The count value will be by building and each count value will be a link that
opens the Engineer Review Screen and shows the list of devices requiring editing. The planner will use this screen to see
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
LOKESH DHARALA
java developer seeking roles in IT Project Management,Requirement
Gathering,Technical Architecture,Software Development,Software
Design,Java,J2Ee,JDBC,Servlets,Spring,Hibernate,JSP,Microservices,Spring
Boot,jQuery,React js, Angular 7
Key Skills: java developer,IT Project Management,Requirement Gathering,Technical Architecture,Software
Development,Software Design,Java,J2Ee,JDBC,Servlets,Spring,Hibernate,JSP,Microservices,Spring
Boot,jQuery,React.Js,JQuery,Javascript
Summary
Having around 5.5 Years of experience in Java Developer with exposure to Performance of Web Applications.
Expertise in working with Spring - IOC, MVC, ORM, TRANSACTIONS.
Having good knowledge to implement Micro Services and Spring Boot.
Hands on experience in application development using Hibernate and Spring frameworks.
Expertise in using JDBC and Hibernate concepts for Database interactions in persistence layers.
Experience using Hibernate query language (HQL).
Hands on experience in JQuery, Java Script ,Ajax, Angular7, React js.
Worked on databases like Oracle & MYSQL.
Experience in Agile and Scrums methodologies.
Certified by Agile SAFe 5 Practitioner.
Excellent Communication and Organizational skills with Interest to learn new technologies.
Having excellent analytical, communication and monitoring skills.
Easy learning and flexible to work of different kinds of API's and technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165…
https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165714170b5d085… 2/3
what TCOMS Building requires an "Engineering Review" and new Decom CCR's created.
Responsibilities:
Involved in Client interaction on regular basis to understand the Business of the Client.
Implemented Business logic based on the requirements and implementation of user requirements in
E2E Migration.
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Spring JDBC
Involved in front development using React js , Canvas
Project #1:
Project Title CAR-Roadshow
Client Verizon
Environment Spring Boot, Rest API, Micro services, React js, Angular 7
Duration Jan2020 -Nov2020
Team Size 8
Project Description:
Roadshows are visits to the field engineering teams to better understand users' pain points in working with CoFEE and
various extensions of it (i.e. connections to other Native systems). The discussions with IT partners while the Engineering
teams demo and show us what problems are blocking their ability to do their job successfully. Items identified at
Roadshows are split up to be addressed by different teams. Our CIAT team will deliver on the Goals stated below.
Responsibilities:
Involved in Client interaction on regular basis to understand the Business of the Client.
Implemented Business logic based on the requirements and implementation of user requirements in
CoFEE.
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Spring JDBC
Involved in front development using React js , Canvas
STG infotech India Private Limited as Java Developer
Sep 2019 to Dec 2019
Project Title Hero-eCatalog
Client Hero
Environment Spring Boot, Rest API, Angular7, SQL server
Duration Sep 2019 -Dec2019
Team Size 3
Project Description:
HMCL eCatalog is progressive web application. Progressive Web App (PWA) is a term used to denote a new software
development methodology. Unlike traditional applications, progressive web apps are a hybrid of regular web pages (or
websites) and a mobile application.
User can buy hero genuine parts like kits, tools, publication and accessories. In this application we added new enhanced
functionalities like cart feature.
Responsibilities:
Involved in Client interaction on regular basis to understand the Business of the Client.
Implemented Business logic based on the requirements and implementation of user requirements in
Hero eCatalog Application.
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Hibernate
Involved in front development using Angular7
Marlabs India Private Limited as Java Developer
Feb 2018 to May 2019
Project Title May Bank
malaysia Maybank ,Malaysia
Environment Spring Boot, Rest API, Angular6, Hibernate, Oracle
Duration
Dec2018 -May 2019
Team Size 15
Project Description:
May bank is a complete one-stop financial portal, offering online services such as banking, insurance and stock broking.
Customers can pay bills and The May bank Group offers a comprehensive range of products and services that includes
commercial banking, investment banking, Islamic banking, offshore banking, leasing and hire purchase, insurance,
factoring, trustee services, asset management, stock broking, nominee services, venture capital and Internet banking. May
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165…
https://freesearch.naukri.com/preview/printResume?uname=183b96a5c20f2ebeded94451491ffbd15e5c5c004c1b09455612450a0e0f004f465d165714170b5d085… 3/3
bank's mission is to humanize financial services across Asia, by providing access to financial services to the people at fair
terms and pricing, and to be always at the heart of the community
Responsibilities:
Analyzing the functional specification of the Business.
Involved in Backend validations in entire Project.
Involved in front end validation using angular 7
Used spring boot Rest API in service layer
Implemented Dao's and their implementations With Hibernate
UG: B.Tech/B.E. (Computers) from Anna University in 2012
Other Qualifications/Certifications/Programs:
CMC Java Certification
Agile SAFe5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java,Oracle10g,REST
JavaSE, JavaEE
HTML, Servlets, JSP, Boot Strap
Hibernate, Spring, Spring MVC,
spring boot
MySql5, SQLServer
Log4j, Maven, SVN, GitHub, Git Lab
JavaScript, JQuery, Angular 7, React js
Languages Known
Language Proficiency Read Write Speak
English
tamil
Telugu
Rank 632: Resume 1013 with similarity score 0.01580452470996804
Resume Text: B.E , MS , B.TECH management trainee , long term , team leader , full time , business objects automation , training , audit reports , general , telugu , access , user friendly , ease , filenet , designation , team management , affirmative action , conducting , hindi , gap analysis , kpi , service delivery , authorization , advanced , english , mobius , ftl , status , productivity , excel , customer service , email , service quality , bpo , less , mumbai , operations management , electronics , languages , quality reviews , research , story , adb , javascript , new hires 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815…
https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815564047510f5c5… 1/2
Current Designation: Management Trainee
Current Company: GENPACT India Private Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Mumbai,Pune,Hyderabad
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Team Leader -(NonTechnical)
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: None [None]
Verified : Phone Number | Email - id
Genpact as Management Trainee
Aug 2014 to Dec 2020
Recently got promoted and continuing in the same team by supervising the work of 6 FTE's and working towards the
development of the process.
Increasing the productivity, gap analysis ? Introducing new methods to improve and ease the user interface. Improving the
pre-designed ADB and Training 2 PA?s to achieve the role of FTL
Supervisory Activities (Team Lead)
Handling 5 important SLA?s (KPI)
? KPI 101- Improving the Recovery rate
? KPI 32,38,64,66- Meeting the agreed target on the basis of User?s performance
Generating RU(Revenue Units) report on the basis of the Inventory received
Allocating and organizing the Inventory
Tools Proficiency: Advanced Excel & MS Access
Analyst (Quality & Research)
Conducted Quality reviews for 30% of the user production, thereby helping to decrease the errors
Manual research on the basis of the deductions found through the business objects, adjusted $1M(approx) in every 2
months
Automation (with MS Access)
Supporting the ADB team in designing user friendly interface
Designed more than 50 queries in the ADB
Processed 5K+ of audit reports, analyzing the errors marked in the audit
Trained and Ramped 4 new hires to full efficiency on tools, applications & processes in 6 months
Tools Proficiency: Excel, MS Access, Ecopy, Filenet & Mobius
Genpact as Team Leader
Aug 2014 to Dec 2020
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
RAJESHWAR RAO
Team Leader seeking roles in Operations Management,Team Management,Process
Improvement,audit reports,Service Delivery,SLA Management,Service Quality,Gap
Analysis,Ecopy, Filenet,Mobius
Key Skills: Management Trainee,Team Leader,Operations Management,Team Management,Process Improvement,audit
reports,Service Delivery,SLA Management,Service Quality,Gap Analysis,Ecopy, Filenet,Mobius
Summary
As a growth focused Team Leader, I build/train processes that deliver long term value.
Influence, empathy, story-telling, managing multiple projects- they all come naturally to me.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815…
https://freesearch.naukri.com/preview/printResume?uname=194fe1708dec6d2f0f426cbe9e754d8c0d0b0c031e115d450519105c0e5c0349100815564047510f5c5… 2/2
Looking over the receivables and verifying if they were applied correctly or not and conducting audit accross
GENPACT India Private Limited as Team Leader Operations
Aug 2014 to Dec 2020
Leading a team of 15, looking and getting the SLA and KPI right on time
GENPACT India Private Limited as Management Trainee
Aug 2014 to Till Date
UG: B.Tech/B.E. (Electronics/Telecommunication) from JNTU College of Engineering, Kakinada in 2014
PG: None (None) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Excel, MS Access, Ecopy
Filenet & Mobius
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
telugu Expert
Rank 633: Resume 1473 with similarity score 0.015789530040059525
Resume Text: B.E , MS , B.TECH , BS software engineer , software developer , backend developer , full time , service provider , senior project engineer , java developer java web services , core java , string , platforms , docker , file handling , formulas , status , kotlin , https , xml , writing , components , payments , procurement , foundation , suite , notification , publishing , automation , robot framework , drilling , windows 2000 , financial transactions , designation , smartphone , json , english , budgeting , project , microservices , ownership , processing , mac os , rest , git , process management , javascript , history , wireless , technology , cash , stored procedures , html , reporting , options , lambda expressions , affirmative action , mysql , jdk , oracle , collaboration , real estate , maintenance , terminal , cx , architecture , customer service , email , jpa , tomcat , aws , new features , process efficiency , fund accounting , customer experience , unit testing , maven , languages , hibernate , big data , mobile , originating , database , online , functionality , spring mvc , garbage collection , enterprise resource planning (erp) , ug , telecom , analytics , apache , sts , authorization , cpp , spring boot , aggregation , application , system deployment , mainframe , government , repository , data access , bamboo , eclipse , load , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b4…
https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b475245100c5c0b… 1/3
Current Designation: Senior Project Engineer
Current Company: Wipro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Wipro Limited as Senior Project Engineer
Oct 2018 to Till Date
Project 1:
Title : MyTelstra
Role : Developer
Team Size : 12
Environment : Kotlin,SpringBoot,RestfulWebServices,Microservices,Json,Apigee,Bamboo,Mac OS.
Tools : Intellij.
Description:
With MyTelstra(mobile app) we can check our monthly bill, our data consumption and deposit bill right within the
application. we can also use the app for Prepaid recharges and Post-paid recharges. We can also view our transaction
history for online recharge and bill payments
Roles & Responsibilities:
Build new Api(Prepaid Recharge and Legacy Billing) & made code changes.
Fix Bug& Creating CI , CD automation using Bamboo
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
CHARCHIT MOHANTY
Senior Project Engineer seeking roles in Software Engineering,Software
Development,Application Development,Project Management,Change
Management,Defect Management,Requirement Gathering,Core Java,Spring
Boot,Hibernate,Eclipse,MySQL,Docker,HTML,XML,AWS
Key Skills: Core Java,Spring Boot,Hibernate,Eclipse,Docker,HTML,XML,AWS,Web Services,Rest,Spring,Java,Spring
Framework,J2Ee,Java Web Services,Robot Framework
Summary
5.5 years of experience in Java Technologies.
Backend developer with Devops(CI/CD) knowledge.
Worked on JDK 1.8 with hands on experience and knowledge on new features like Lambda expressions and concurrency
enhancements.
Responsible for the designing, coding and developed the application in J2EE using MVC architecture.
Well versed in Core Java Concepts like JVM Architecture, Collection Frame work, Multi-Threading, String, Exception handling
and File handling.
Extensive Object Oriented Development OOP/OOD experience.
Hands on experience in working with multi-threaded programs, Concurrency, synchronized, Lock Concepts, volatile. Exception
Handling, File handling, IO, Garbage Collection.
To work in challenging and creative environment with dedicated people in order to explore myself, to become a competent
professional & realize my potential and dedicate my endeavour totally for betterment of the firm & society
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b4…
https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b475245100c5c0b… 2/3
Project 2:
Title : mPOS(Mobile point of sale)
Role : Developer
Team Size : 10
Environment : Spring Boot, RESTful Web services, Micro services, JSON.
Tools : STS, GIT, Swagger.
Database : MySQL
Client : NEC mPOS(JAPAN)
Description:
An mPOS (mobile point-of-sale) is a Smartphone, tablet or dedicated wireless
Device that performs the functions of a cash register or electronic point-of-sale terminal (POS terminal) wirelessly.
mPOS implementations enable service and sales organizations to conduct financial transactions in a more versatile
manner without having to be tethered to a single location.
This improves the customer experience (CX) by speeding up service and wait times and offering multiple payment options.
It also frees up valuable real estate that would otherwise be dedicated to a countertop POS.
Roles & Responsibilities:
We are used HIBERNATE ORM framework.
Developed DAO and BO implementation classes using JPA repository and JPA specification.
Worked on middle layer part of the project.
Handling the maintenance of the project.
Tech Mahindra as Software Engineer
Feb 2014 to Dec 2017
Project 3:
CPP(Content Production Platform):Sep 2016 - Dec 2017.
CPP system is a load process management tool that acts as a common interface for the processing and monitoring of
loads originating from multiple publishing systems and bound for multiple Load Platforms such as Legacy Mainframe.
Allows a small number of Load Managers to direct the loading of large amounts of data from multiple publishing systems
to multiple load platforms. Provides a common look and feel across multiple load platforms.
Provides features to automate routine functions and can manage dependencies between loads to different collections and
different platforms. It accepts requests from Users through a web-based GUI, or directly from automated systems.
CPP provides process notification to content owners, originating systems and other applications when pertinent content is
loaded.
Contribution:
* Involved in getting requirements from requirement analyst.
* Actively participated in developing standalone services for cpp application.
* Developed application logic using Servlet technology.
* Responsible for writing Data Access Object's (DAO) using JDBC.
* Implemented Spring MVC framework which includes writing Controller classes for handling requests, processing form
submissions.
* Responsible for builds and deployment of application using Maven tool and Tomcat server.
* Involved in end to end unit testing.
Environment: JAVA, Oracle, Servlet, JDBC, Spring, Hibernate, Eclipse, Core Java
Project 4:
Ericsson SOC(Service Operation center): July 2015 - Aug 2016.
SOC is a web application product developed by Ericsson and used by multi Telecom service provider across many
countries including India. It helps Telecom Network Engineer/ Network Analytics to monitor the network closely and
effectively by calculating SKPI(Service Key Performance Indicator) and RKPI (Resource Key Performance Indicator)
formulas, troubleshoot for any network issue by drilling down from Network level to the IMSI level for the find the solution,
improve the network by providing quality network telecom components. We have implemented big data technologies to do
co relation and aggregation huge amount of data.
Team Size: 15
Contribution:
* Involved in getting requirements from requirement analyst.
* Actively participated in development web services for SOC application.
* Involved in writing stored procedures on Oracle.
* Involved in end to end web services testing.
Environment : JAVA, Oracle, Servlet, JDBC, Spring, Hibernate, Eclipse, Core Java
Project 5:
Advantage ERP Role: Java Developer Feb 2014 - June 2015
Advantage is a Web-based solution that manages your financial, procurement, human
Resources, budgeting, and reporting needs. Our enterprise resource planning (ERP) suite for
state and local governments, Advantage was designed and built from the ground up to
exclusively support the business of government.
Advantage employs a pervasive government fund accounting model as its foundation-using
open Web technology standards to simplify system deployment and enable collaboration with
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b4…
https://freesearch.naukri.com/preview/printResume?uname=496cca168384a98d59e7e19e9d8beae90d0e00051c1a0b150312400b58585618140b475245100c5c0b… 3/3
external systems. This flexible design leaves you with greater process efficiency, integrated
Functionality, lower cost of ownership, and improved customer service and decision making.
Using data provided by its users, Advantage maintains a database from which various detail
and summary level reports can be produced.
UG: B.Tech/B.E. (Computers) from Orissa Engineering College (B.P.U.T) in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, Kotlin, HTML, XML, MySQL
Apache Tomcat, Oracle, Eclipse
HTTP, HTTPS, TCP/IP, Hibernate
Windows 2000/XP/7/10, Spring Boot
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 634: Resume 245 with similarity score 0.01576055444007624
Resume Text: MS , MSC , BS digital marketing intern , seo intern , partner , student sales funnels , digital illustration , blogging , media marketing , algorithms , infographics , microsoft office , sem , analytical skills , blogs , platforms , canva , mailchimp , ltd , new trends , editing , project , teamwork , coursera , viral marketing , print , whatsapp , mumbai , mobile marketing , grammar , design thinking , data analysis , landing pages , seo , fundamentals , building , foundation , copywriting , hubspot , email marketing , social media optimization (smo) , lead generation , google analytics , campus , digital marketing , learning , content marketing , marketing automation , online DIPAK CHHOTU JADHAV
dipakjadhav689@gmail.com | Nashik | Mob: 8010792556 Whatsapp: 8806405388
OBJECTIVE
A highly motivated engineer with excellent communication, project management, ability to work in tight
deadlines and analytical skills. Having skilled in SEO, SMM, SMO, Blogging, Content Writing & Lead
Generation looking for opportunities in Digital Marketing Domain
SKILLS
Teamwork Project Management Microsoft Office Data Analysis
Design Thinking Writing/Editing Mobile Marketing Copywriting
Communication SEO/SEM Content Marketing Advertising
Flexibility SMM Tech Savvy Viral Marketing
ACHIEVEMENTS
1)Run Successfully Digidhan Campaign & Social Media Roar Campaign for 8 Months for Nasscom
Foundation as a Digital volunteer
2)Play a Role of Campus Ambassador(CA) at PECFEST 2018 for Punjab Engineering College for (2
Months)
3)Secured 3rd Rank in online GRAMMAR GURU contest by Learning Pundits
4)Worked for Internshala Pvt Ltd as a Internshala Student Partner (ISP12) for 2 months
WORK EXPERIENCE
XLSpace | Magnify Your Lifestyle, Mumbai July 2018-Sept
2018
Work Profile: Digital Marketing Intern
1)Work on On Page & Off Page SEO
2)Utilising Social Media Optimization (SMO) company social platforms
3)Use Google Analytics & Google Webmaster Tool to measure website traffic performance & produce
monthly reports
4)Work on improving brand presence as per new trends and algorithms.
Trippin Traveller Pvt Ltd, Bangalore Nov 2018-Dec
2018
Work Profile: SEO Intern
1)Work on On & Off Page Optimization for entire website
3)Generate Traffic & Performance Reports using Google Analytics.
4)Work on creating infographics using CANVA
5)Generate sales funnels and landing pages for maximising conversions.
6)Work on creating email marketing automation using MailChimp
Internshala Pvt Ltd, Gurgaon Dec 2018-Feb
2019
Work Profile: Internshala Student Partner (ISP) 12
1)Promote Internshala Products & Services in colleges and institutions as well as on social media.
2)Inform candidates new skill based trainings via Internshala Trainings
3)Making digital illustration & infographics to promote in colleges or organizations
Keyline Print Pvt Ltd(Printonlinestore) Aug 2020-Nov
2020
Work Profile: Digital Marketing Intern
1)Work on On Page & Off Page SEO
2)Utilising Social Media Optimization (SMO) company social platforms
3)Use Google Analytics to measure website traffic performance & produce monthly reports
4)Work on lead generation through social media with super targeted content
5)Work on Content Optimization for Website Blogs
EDUCATION
1)Digital Marketing Basics Digital Deepak
2018
2)Online Marketing Fundamentals Google(India) 2018
3)Search Engine Optimization Emarketing Institute 2018
4)Web Analytics Future Learn 2018
5)Bachelor of Mechanical Engineering 67% Pune University 2016
6)MSCIT 72% Mumbai Board 2009
PROFICIENT IN
1)On Page & Off Page SEO
2)Micro Niche Blogging
3)Social Media Optimization (SMO)
4)Social Media Marketing (SMM)
5)Sales Funnel Generation
6)Landing Page Building
7)Email Marketing
8)Graphic Design CANVA
AREA OF INTEREST
1)Search Engine Optimization(SEO)
2)Social Media Marketing(SMM)
3)Content Writing
4)Digital Marketing
5)Email Marketing
EXTRA CURRICULAR
1)Watched How It's Made show on Discovery Science Channel in free time
2)Learn new skills on HUBSPOT, UDEMY & COURSERA in various fields
Rank 635: Resume 153 with similarity score 0.015713720404748863
Resume Text: B.E , MS , BS work from home credit , image processing , cosmetics , deep learning , acoustics , nlp , health , learning techniques , natural language processing , donations , approvals , energy , supply , sql , project , tempo , resume , github , electronics , government , components , financial news , features , machine learning , sentiment analysis , completion , assessment , scikit-learn , python , campus Assessment
Q1. Why should you be hired for this role?
I'm very much passionate about this opportunity and look for this kind of role. I had hands on some of the machine learning projects uploaded on
GitHub and I want to build my career in the Machine Learning domain.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yeah, I'm available for 3 months and can start immediately.
Resume
EDUCAT ION
PROJECTS
DAYANAND SHAH
Daman, Ahmedabad
Applied 08 Feb'21
Python Natural Language Processing
NLP
MSExcel
Image Processing Machine Learning Deep Learning
SQL
Bachelor of Engineering B.E, Electronics and Communication
Government Engineering College, Godhra
2016 - 2020
CGPA 7.75/10
Senior Secondary XII, Science
IOLF,daman
GSEB board)
Year of completion: 2016
CGPA 6.60/10
Secondary X
CGPS, DAMAN
CBSE board)
Year of completion: 2014
CGPA 7.00/10
Extract Stock Sentiment from News Headlines
Oct 2020 - Oct 2020
I generate investing insight by applying sentiment analysis on financial news headlines from Finviz. Using this NLP technique,
you will understand the emotion behind the headlines and predict whether the market feels good or bad about a stock.
Comparing Cosmetics by Ingredients
Oct 2020 - Oct 2020
In this project, I had created a content-based recommendation system where the 'content' will be the chemical components
of cosmetics then visualize ingredient similarity using a machine learning method called t-SNE.
ASL Recognition with Deep Learning
Sep 2020 - Sep 2020
In this project, I trained a convolutional neural network to classify images of ASL letters. After loading, examining, and
preprocessing the data, I trained the network and tested its performance.
Give Life Predict Blood Donations
Sep 2020 - Sep 2020
Ensuring that there's enough blood in supply whenever needed is a serious challenge for health professionals. We want to
predict whether or not a donor will give blood the next time the vehicle comes to campus.
Predicting Credit Card Approvals
Sep 2020 - Sep 2020
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9662331637
Automating the power of machine learning and pretty much every commercial bank does so nowadays. In this project, you
will build an automatic credit card approval predictor using machine learning techniques, just like the real banks do.
Classify Song Genres from Audio Data
Aug 2020 - Aug 2020
Categorizing music to allow for personalized recommendations. I used the scikit-learn package to predict whether you can
correctly classify a song's genre based on features such as danceability, energy, acoustics, tempo, etc.
https://www.linkedin.com/in/dayanandshah
Rank 636: Resume 965 with similarity score 0.01568023490539955
Resume Text: MS , BS software engineer , ui developer , senior front end developer , software developer , full time , full stack developer , data management contractual , training , controllers , visual studio code , mybatis , talent pool , interventions , docker , beginner , status , dls , turnover , bitbucket , testing , ipad , writing , components , gitlab , building , html5 , sass , sql server , es6 , organization , usability , react.js , relevance , access , designation , mar , web services , hindi , tablets , ltd , json , english , agile , project , mongodb , microservices , asset management , angularjs , value creation , rest , mvc , inheritance , zeplin , terminal services , web pages , javascript , insurance , measures , annotation , reporting , web development , general , vue , affirmative action , mysql , oracle , user experience , real estate , public , cpm , maintenance , travel , jquery , bootstrap , electronic data interchange (edi) , architecture , android studio , email , google , tomcat , shared services , economic growth , github , junit , languages , export , business process , urdu , hibernate , nextgen , metrics , jira , sdk , mmi , ajax , online , rendering , api , redux , iata , jenkins , css , nosql , b2c , kenexa , health , azure , apache , adobe , import , authorization , teams , spring boot , application , tortoise , llp , devices , airline , content providers , hiring , debugging , nginx , pivotal , events , eclipse , ucm , holiday packages , iphone , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 1/4
Current Designation: Consultant - Senior Front End Developer
Current Company: Deloitte Shared Services India LLP
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United States (US),Qatar
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 11 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Deloitte Shared Services India LLP as Consultant - Senior Front End Developer
Sep 2018 to Till Date
Senior Frontend developer with 5+ years of experience in consulting and project
development and support.
React.js, Redux, JavaScript, JQuery, Html5, Bootstrap 4, CSS3, Vue JS, Angular JS, Java 8, J2EE, Spring Boot,
Hibernate, Restful API Web Services, SQL, MySQL, SQL Server.
IDE and other tools: Visual Studio Code, Eclipse, IntelliJ Idea, Android Studio, GIT, SVN
Tortoise, GitHub Desktop, Grunt, Gulp, Zeplin Adobe XD, Flutter SDK.
NIIT Technologies as Software Engineer
Apr 2018 to Aug 2018
Working in Agile Development Life Cycle Environment. Creating IATA standard Electronic Data Interchange (EDI)
messages in Text & JSON formats. Writing parser for incoming Import and builder for outbound Export messages as
REST API response. Created major use cases DLS, FWB, UWS, NTM, CPM, UCM etc. services & components using
AngularJS and integrating with HTML5 webpages. Creating controllers, services using Spring Boot and exposing Rest
microservices. Mapping Object(s) Inheritance, Association and Collection using MyBatis with SqlServer Queries.
Deploying to Azure UAT using Jenkins by different stages after JUnit & Swagger Testing.
VIRTUSA TECHNOLOGIES as Software Engineer
Feb 2015 to Apr 2018
Worked around for 3+ years within 3 projects OnlyMyHealth (10 Months), TSI / Yatra (18 months) and in Kenexa
CareerTracker (10 Months) where I worked as Full Stack developer role from front end to back end each levels.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
MOHAMMAD ARIF MUSTAFA
Consultant seeking role as Frontend UI Developer in Web development, Application
Programming & Maintenance, Project Management, Requirement Analysis, React.js,
Redux, VueJS, HTML5, CSS3, Sass, JavaScript, ES6, Bootstrap.
Key Skills: Consultant,Tech Lead,Application Programming,Application Maintenance,Project Management,Requirement
Analysis,Hibernate,HTML5,CSS3,JavaScript,ReactJS,VueJS,Redux,WCAG,HTML Semantic,MySQL,NoSQL,SASS,UI
Development,JQuery,Ajax,HTML,UI,CSS
Summary
Senior Frontend UI Developer with 5+ years of experience in consulting and project development and support.
Core competencies includes client service, conceptual thinking, persuasive communication and handling complex rollouts in
Agile development methodologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 2/4
UG: BCA (Computers) from Makhanlal Chaturvedi Rashtriya Patrakarita Vishwavidyalaya, Bhopal in 2011
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2016
Other Qualifications/Certifications/Programs:
Advance Diploma in Computer Programming & System Management
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 20
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, Sass, Sematic Element, WCAG 0 Year(s) 0 Month(s)
JavaScript ES6, ES7 & ES8
ReactJs, VueJS, Redux 0 Year(s) 0 Month(s)
AngularJS, jQuery
Bootstrap 4, JSON
Java 8 J2EE, Spring Boot
Microservices, Hibernate, MyBatis
Oracle 11g, MySQL 5.7
SQL SERVER 2017
NoSQL MongoDB
JBoss, Apache Tomcat, NGINX, Docker
TortoiseSVN, GitHub
Gitlab, Bitbucket
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Urdu Beginner
Projects
Project Title: SARB Revamp
Client: South Africa Reserve Bank
Skill Used: ReactJS, Redux, HTML5, JSX, Sass, Bootstrap 4, JavaScript, Axios
Role Description: To modernize the SARB website by enhancing the usability of the SARB website, make the content more
accessible and present a great user experience to all stakeholders.
Set up project structure using in ReactJS environment.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 3/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Sep 2018 - Apr 2020
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Contractual
Project Location: Bangalore
Role: Programmer
Duration: Apr 2018 - Aug 2018
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Contractual
Project Location: Bangalore
Role: Programmer
Duration: Jul 2017 - Apr 2018
Onsite / Offsite: Offsite
Team Size: 13
Nature of Employment: Contractual
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2016 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Contractual
Project Location: Hyderabad
Role: Programmer
Duration: Mar 2015 - Dec 2015
Onsite / Offsite: Offsite
Team Size: 13
Project Details: The South African reserve Bank is the central bank of the Republic of
South Africa. The primary purpose of the Bank is to achieve and maintain price stability in the interest of balanced and
sustainable economic growth in South Africa. Together with other institutions, it also plays a pivotal role in ensuring financial
stability. The scope of this project is to modernise the SARB website by enhancing the usability of the SARB website, make
the content more accessible and present a great user experience to all stakeholders and capacitate the SARB to be self-
sufficient through knowledge transfer & training interventions, and the
establishment of the AEM Centre of Excellence. Web: https://www.resbank.co.za/
Project Title: Dubai Properties Assets Management
Client: Dubai Holdings, Dubai
Skill Used: ReactJS, HTML5, Bootstrap 4, Redux, JavaScript, Sass, Axios
Role Description: Developing responsive web pages using React Bootstrap & core Bootstrap 4 which can render through
different web breakpoints and devices like PC, Laptop, Tablets and Mobiles, also tested on physical devices like Google
Pixel, iPad Pro & iPhone X
Project Details: Asset Management is the residential asset management company of Dubai
Holding.
It is focused on long-term value creation through development, acquisition, and management of a diverse portfolio of
residential real estate assets for rent.
This web portal which is based on B2C modal, where customers can raise any kind of requests related to their society or flat.
They can know about upcoming events etc.
Project Title: NewGen Cosys
Client: SATS Ltd., Singapore
Skill Used: HTML5, AngularJS, J2SE 8, Spring Boot, MyBatis, Sql Server
Role Description: Creating IATA standard Electronic Data Interchange (EDI) messages in Text & JSON formats.
Created major use cases DLS, FWB, UWS, NTM, CPM, UCM etc. services & components using AngularJS and integrating
with HTML5 webpages.
Project Details: Singapore Airport Terminal Services (SATS) is a renowned Cargo ground
handling agent. NIIT Technologies Ltd. was building NextGen IT product to support the ground handlers in completing their
day-to-day tasks from Shipment Booking from import to exporting Shipment to concerned Airline agent each operation.
Project Title: Kenexa CareerTracker
Client: Kenexa Solutions
Skill Used: HTML5, VueJS, J2SE 8, Spring Boot, Hibernate, MySQL
Role Description: Developing Webpages, writing controller & services for front end webpages.
In Reports created Cross Tab Query selection type view and reporting.
Working on Application Spring Object dependencies, dispatched requests controller and rendering views.
Project Details: KCT (Kenexa CareerTracker) provides you with a single solution that results
in maximizing employee performance, decreased external hiring costs, an overall reduction in turnover, and a better
understanding of your current talent pool. KCT allows the organization to aggregate various measures of an individual's
performance and facilitate workforce alignment with critical business metrics with business unit goals and roll up to
organizational objectives.
Project Title: TSI / YATRA
Client: TSI Travel International
Skill Used: HTML5, AngularJS, J2SE 8, Spring Boot, Hibernate, Oracle 11g
Role Description: Worked on implementing new model requirements and thereafter DAO enhancements.
Worked on entities mapping and used data annotation along with resolving the assigned Jira issues and JUnit testing.
Project Details: Website developed for TSI Travel International. The site can be viewed at
www.tsi.travel. This project is for online booking of flight, hotels, Insurance and holiday packages. This project is a 3-tier
clientserver architecture application in which the UI (presentation), functional business process, data management and data
access objects are developed and maintained as independent modules.
Project Title: OnlyMyHealth
Client: Jagran Media Group
Skill Used: Java, Spring-MVC, Servlet, Hibernate, JSON, Tomcat, MySQL 5.7
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c4…
https://freesearch.naukri.com/preview/printResume?uname=7dcde8429c41b5b82686b179ebde750b5e5f0a571c175d165045410c0b0e521b415c47501648095801… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Role Description: Worked on implementation of new DAO requirements and thereafter enhancements. Worked on entities
mapping results and have used data annotation. Created Query for Join result along with debugging the minor classes and
issues.
Project Details: Onlymyhealth.com is a product of MMI Online Ltd which is a strategic online
division from the house of Jagran Prakashan, India's Leading Media conglomerate. Onlymyhealth.com has created a website
that introduces the world of health and lifestyle information supported by reliable content providers and timely relevance.
While maintaining high credibility and in-depth information, their teams strives hard to ensure public overall well-being.
Rank 637: Resume 1114 with similarity score 0.01566246504038543
Resume Text: B.E , MS , B.TECH , BS project manager , access manager , technical consultant , devops , product development , interior designer , full time , practice manager concept development , lean operations , financial services , regulatory requirements , platforms , addition , docker , linux , product concept , product engineering , status , store , digital transformation , product management , characters , components , building , it infrastructure , density , sql server , forecasting , engagements , hybris , enterprise content management , agility , ecommerce , automation , infrastructure management , retail , magento , devops , access , filenet , upf , hindi , english , customer data , agile , project , on-board diagnostics , live , microservices , leadership , consolidation , video , solution architecture , drupal , architecting , javascript , benchmarking , technology adoption , franchise , wireless , availability , value-added , general , healthcare , data migration , vendors , affirmative action , design , principles , chinese , maintenance , affinity , iaas , business services , paas , email , business units , manufacturing , aws , service improvement , bluetooth , fortune 100 , saas , edge , product strategy , customer experience , medical devices , languages , assessment , telematics , mobile , ml , isam , program management , online , software lifecycle , ug , telecom , analytics , azure , adobe , authorization , openstack , scalability , modernization , application , focus , remediation , participation , electronics , alcatel , drive , framework , kannada , purchasing , jbpm , communications , enablement , cloud computing , orchestration , google cloud , nextgen , liferay 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4…
https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4407114309595a… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
Brillio as Practice Leader
Feb 2020 to Feb 2020
Blending Design and Engineering to create digital products for customers in key business units - Telecom, Financial
Services, Healthcare and Retail and help in orchestration of various capabilities into meaningful outcomes. Helping in
Product Strategy, Design, Product Development, Agile and DevOps transformation, Cloud migration and Technology
modernization.
o Integration Platform - For US based global biopharmaceutical company designed and developed an integration layer
in AWS VPC to facilitate inbound and outbound integrations with vendor hosted inventory and ordering application in
cloud. Helped to align product management processes across R&D sites and make up-to-date purchasing decisions
o Platform transformation - Transform business critical common services backend components to true microservices
based architecture for scalability and agility for AWS cloud-based OSS and BSS of a prominent Communication Services
Provider. Adopted domain driven common services and cloud native principles to achieve next generation architecture
Wipro Technologies as Delivery Head
Oct 2007 to Jan 2020
Technical delivery and solutions leadership at Wipro Digital in providing customized cloud-based digital transformation
solutions through integrated innovative solutions. Leveraging industry and domain knowledge provided tailored cutting-
edge cloud solutions to solve challenging business problems for key global customers in Healthcare, Banking and
Financial Services, Retail, Communications and Manufacturing business units
Of the multiple cloud-based engagements delivered end to end, calling key opportunities across various business units
o Remote Service Platform - IoT based solution to support sustainable operation of current instruments for European
medical devices vendor. Helped to reduce cost to service complying to regulatory requirements through an efficient remote
services cloud-based architecture based on Azure
o Enhancing Merchandizing Experience - Enhance franchise merchandizing experience by driving more sales through
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Dayanand Nanjappa
Practice Leader seeking role in Digital Transformation,Cloud Computing,Application
Development,Program Management,Solution Architecture,Infrastructure
Management,Product Engineering,System Integration,Devops,Azure,AWS,Docker,MS
SQL Server
Key Skills: Practice Leader,Practice Head/Practice Manager,Digital Transformation,Cloud Computing,Application
Development,Program Management,Solution Architecture,Infrastructure Management,Product Engineering,System
Integration,Devops,Azure,AWS,Docker,MS SQL
Summary
IT leader with more than two decades of experience driving high impact transformation initiatives on global scale & building
next-gen digital solutions across industries for Fortune 100 companies across geographies. Handled diverse roles of P & L
Management, Digital Transformation, Product Management, Emerging Technology Adoption, Solution - Ideation, Architecture
and Design ,Cloud Computing,Application Development,Program Management,Solution Architecture,Infrastructure
Management,Product Engineering,System Integration,Devops,Azure,AWS,Docker,MS SQL.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4…
https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4407114309595a… 2/3
its Stores, Online and Offline. Using Google Cloud based architecture, used character affinity approach to understand
popularity of characters and impact on sales. Analysed purchase patterns and relationships between categories/sub-
categories. Helped to enhance forecasting accuracy and benchmarking
o NextGen native telematics - Created a futuristic customer experience leveraging a mobile app that allows customers
to see live information about their vehicle through On-Board Diagnostics (OBD). Connects with the American aftermarket
retail and service chain offerings to provide enhanced value-added services based on AWS
o App modernization and migration - For UK based bank which had its platforms to store and process the customer data
on obsolete/legacy technology with technical debt, strategized an Application modernization framework. With R-Lane
remediation strategy for cloud migration moved the identified 150+ heterogenous application to AWS, data migration and
support Datacentre consolidation. Supported the bank to be fully compliant with complex and fast changing regulation,
optimize IT infrastructure cost and ensure availability and scalability of applications
Digital Stack Solutions - Delivered for Portal (Liferay), Marketing (Adobe), Ecommerce (Hybris, Magento), BPM (jBPM,
Pega), Enterprise Content Management (OpenText, FileNet, Drupal), Cloud native enablement (Linux, OpenStack, PCF)
Application Maintenance Services and Application Development - Experience in solution architecting from multi-year
large sized deal proposal and associated transformation leveraging internal framework, tools, and offerings to drive focus
on automation, continuous service improvement and lean operations
In addition, helped customers in market assessment and product concept development, re-architecture, value
engineering, FDA remediation, feature enhancement - wireless enablement
Mindtree as Interior Designer Project Manager
Mar 2004 to Sep 2007
EtherMind Bluetooth Software Program: As Technical consultant provided technical support for complete software lifecycle
support for each of the OEM vendors, participation in standardization activities - UPF & BQB Qualification and support to
preferred OEM - RFMD (Qualcomm).
Planned and successfully obtained Bluetooth compliance certification for Mindtree Bluetooth software v1.2
Alcatel Lucent 7302 Intelligent Services Access Manager: As onsite coordinator provided technical support to Release
3.1 to 3.4 for ISAM 7302 - high density IP access node offering multiservice support (Network management, data, voice,
video and business services).
UG: B.Tech/B.E. (Electronics Communication) from Bapuji Institute of Engineering and Technology, Davanagere in 1992
PG: MBA/PGDM (Systems) from T A Pai Management Institute in 2009
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Computing
Azure,AWS,Docker,MS SQL
devops
Postgres, Mongo
AI, ML, Analytics
IaaS, PaaS, SaaS
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Kannada
Chinese
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4…
https://freesearch.naukri.com/preview/printResume?uname=b22eb2f50bad128891494cd07bcce1405b550d564d460e10024244585d000449160f4407114309595a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 638: Resume 708 with similarity score 0.01564563799777926
Resume Text: BSC , BS , B.E , MS , B.TECH application support , project lead , evaluator , devops , technical associate , full time , technical lead , balancer core java , telugu , pots , vault , platforms , docker , linux , fluke , status , perl , mumbai , continuous integration , pl/sql , kibana , solaris , pro*c , weblogic , dds , suite , csr , pipeline , ansible , automation , decisioning , ascii , devops , interfaces , kubernetes , designation , mar , web services , hindi , cloud , english , logstash , web applications , supply , project , c++ , git , resolve , computer science , struts , one , javascript , wireless , html , hp-ux , vm , continuous delivery , affirmative action , information technology , oracle , cgi , maintenance , unix , service delivery , cisa , checks , email , tomcat , business rules , recoveries , operations , customer experience , maven , languages , jira , search , wireline , bts , database , jenkins , migrating , telecom , health , revenue , azure , apache , authorization , maps , servlets , british , shell scripting , storage , charging , python , load , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c43…
https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c435612125c590d… 1/3
Current Designation: Senior Technical Lead - Production
Support
Current Company: Convergys- NetCracker
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science and
Information Technology]
Verified : Phone Number | Email - id
Convergys- NetCracker as Senior Technical Lead - Production Support
May 2007 to Till Date
-> 14+ years of IT experience in development, production support and implementation of application software using
Java, C, Pro*c, shell programming, Perl, Python and Oracle technologies.
-> Expertise in CI/CD using Jenkins, Git/SVN, Maven, Docker, Kubernetes, Software Manager(similar to Ansible), JIRA
and Perl
-> Expertise in migrating web applications from on premise to cloud platforms Azure using core Networking and compute
services like Virtual Network, VM scalesets, Load balancer, Storage, Disks, Key Vault, Image Creation and more.
-> Expertise in handling L2 and L3 Application Support, Production Support, Maintenance and deployment activities,
day to day operations.
-> Expertise in Automations like Automating Build and Deployment process, Batch process automations, Automating
application health checks, Reports generation etc. reducing manual efforts.
-> Good Exposure to cloud environment(AZURE).
-> Good Exposure in supporting applications deployed in Kubernetes. Having Good understanding of Deployment,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
GOUDAMPALLY RAMA KRISHNA
Senior Technical Lead - Production Support/Devops seeking roles in
Devops,Production Support and Cloud Platforms like Azure.
Skill sets: Jenkins pipeline, GIT, Maven, Linux shell scripting, Perl, Python, Java, ELK
Stack, Azure, Terraform & Kubernetes
Key Skills: Senior Technical Lead - Production Support,Application Support,Core Java,Struts,C,Shell
Scripting,JDBC,Servlets,Jenkins,GIT,Maven,Perl,Python,Continuous Integration,Continuous Delivery,Build
Automation,kubernetes,Docker,Elastic Search,Kibana,Logstash
Summary
-> 14+ years of IT experience in development, production support and implementation of application software using Java, C,
Pro*c, shell programming, Perl, Python and Oracle technologies.
-> Expertise in CI/CD using Jenkins, Git/SVN, Maven, Docker, Kubernetes, Software Manager(similar to Ansible), JIRA and Perl
-> Expertise in migrating web applications from on premise to cloud platforms Azure using core Networking and compute
services like Virtual Network, VM scalesets, Load balancer, Storage, Disks, Key Vault, Image Creation and more.
-> Expertise in handling L2 and L3 Application Support, Production Support, Maintenance and deployment activities, day to day
operations.
-> Expertise in Automations like Automating Build and Deployment process, Batch process automations, Automating application
health checks, Reports generation etc. reducing manual efforts.
-> Good Exposure to cloud environment(AZURE).
-> Good Exposure in supporting applications deployed in Kubernetes.
->ELK setup
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c43…
https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c435612125c590d… 2/3
Services, Config Maps, Pods, Replica sets and Persistent Volumes
-> Expertise in Elastic search, Logstash and Kibana setup.
Tech Mahindra as Technical Associate
May 2005 to May 2007
UG: B.Tech/B.E. (Computer Science and Information Technology) from Jawaharlal Nehru Technological University
(JNTU) in 2004
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Aug 2014 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Unix, Linux, Solaris, AZURE
Terraform, Docker and Kubernetes
Core Java, Struts, C, Pro*C
Shell Scripting, Perl Scripting, Python
HTML, JavaScript, JSP
PL/SQL
Tomcat 7.0, WebLogic, Jboss
JDBC, SERVLETS
Maven, Jenkins
SVN, GIT,JENKINS,MAVEN,JIRA,PERL,PYTHON 2020 6 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Projects
Project Title: Marketing Rules Engine
Client: AT&T - USA
Skill Used: Linux S/w: DDS, JAVA, Perl and Shell scripting DB: Oracle Other: Jboss, Weblogic
Project Details: AT&T is one of the largest Telecom network providers with over 150 million subscriber base, providing both
Wireless and
Wireline Telephone services. AT&T has choosen Netcracker Dynamic Decisioning Solution (DDS) product has their Rules
engine. To provide a
common platform for all of its Customer care services, Netcracker provided a suite of applications called MRE (Marketing
Rules Engine). MRE
suite consists of around 20 projects. These projects provided customized web services using DDS (Rules Engine). Dynamic
Decisioning Solution
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c43…
https://freesearch.naukri.com/preview/printResume?uname=9dc9df47cea67284b7a1c7eebbce29ae5d0c580443135c17064245515b5c571c175c435612125c590d… 3/3
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Feb 2013 - Jul 2014
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Mumbai
Duration: May 2005 - May 2007
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
helps to improve the customer experience consistently and cost-effectively across any and all channels, including in-person
service delivery.
Project Title: Trouble Evaluator
Client: Cincinnati Bell Telephone - USA
Skill Used: UNIX S/w: CGI-Perl and Shell scripting DB: Oracle Other: Apache
Project Details: Trouble Evaluator is a Cincinnati Bell Telephone Repair System Application used by Call center
Representatives to create, update
and cancel POTS (Plain Old Telephone Service) tickets. Trouble Evaluator automatically accesses legacy system data,
automatically analyzes the
data and automatically makes decisions based on proven business rules which help the CSR to resolve most of the troubles
when the customer is
on phone. Trouble Evaluator interfaces with Fluke networks QVF (Query, Verify and Fix) module to queries to switch, verifies
the switch results
with billing and fix feature (activation/deactivation) related troubles, which will dramatically reduce feature handle times and
also eliminates the
need of specialized trained personnel to deal with complex feature. Trouble Evaluator insures better data, better dispatches
and eliminates
unnecessary dispatches thus helps in recovering revenue.
Project Title: Charging Information Supply and Audit (CISA)
Client: British Telecomm, UK
Skill Used: HP-UX O/s: UNIX S/w: PL/SQL, C, C++, and Pro*C.
Project Details: It supplies charging and pricing information from sensitive National Charging Database (NCDB) to more than
40 interfaces in various
formats like CSV, BIN, and ASCII and so on
It verifies and audits the correctness of the pricing information supplied by NCDB to Service Domain Processor (SDP BTs
Real-Time
Pricing Engine) by using its own pricing engine
It does recoveries for over-charged customers on request
Rank 639: Resume 743 with similarity score 0.015644218792217238
Resume Text: BSC , BS , B.E , MS , B.TECH software specialist , plant breeder , technical architect , full time core java , blogging , classification , bloomberg , machine translation , cqc , angular , docker , linux , japanese , status , arabic , wipo , store , xml , gitlab , components , features , reliability , docave , weblogic , cms , organization , publishing , french , multilingual , commission , access , designation , trading , flash , hindi , knowledge management , ltd , windows , english , russian , xsl , project , ftp , terminology , processing , ibm , research , lucene , eclipse rcp , javascript , problem analysis , specs , technology , department of health , html , aggregates , pages , affirmative action , oracle , mysql , jdk , chinese , maintenance , jquery , advanced , email , jpa , tomcat , aws , responsive web design , german , mobile devices , content management , languages , maven , publications , empower , hibernate , korean , management system , rights , akamai , equities , zk , database , ajax , online , electronic distribution , mechanisms , subscriptions , functionality , intranet , render , jenkins , css , websphere , analytics , apache , legacy systems , permissions , authorization , internet , sharepoint , servlets , application , cost effective , requirements gathering , plants , intellectual property , spanish , framework , events , python , ucm , portuguese 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f13…
https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f130515105c5b0e0… 1/3
Current Designation: Technical Architect -Core Java/J2EE
Current Company: Sopra Steria
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Biomedical]
Verified : Phone Number | Email - id
Sopra Steria as Technical Architect -Core Java/J2EE
Sep 2006 to Till Date
Project Name: UPOV PlutoDB March 2020 - till Date
UPOV: Pluto DB required an interface to collect and process Plant Breeder's data and store it in the UPOV database for
publishing and searching .The project is designed to empower each breeder to process the plant rights faster and grow
profitable and sustainable varieties of Plants
Key features
Understanding every constraint and problems faced by users. Use of highly efficient, available, scalable and cost effective
systems.
AWS, Java, Elastic Search, Serverless Framework, Easy deployment with Scripts, Open AM , OIDC, Angular 8
* Accept and upload of different user formats of data
* All Countries can upload content at the same time.
* Automatic processing, No manual intervention.
* Application is interactive and gives fast solutions to UPOV and users
* Customizable services and functions
* Fast search with added features
Project Name: UPOV-PRISMA November 2019 - February 2020
UPOV Prisma an online service for PVP application for collection of data from the patent applications.
Key features
It required the UI to be reformed and integrated to a JAVA UI framework called ZK framework. Various integrations of
pages and their functionality integrations were required. In involved Java, ZK framework, HTML CSS and java script.
Project Name: WIPO May 2015 - March 2019
WIPO stands for World Intellectual Property Organization multilingual terminology portal gives access to scientific and
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Ravi Mudgil
Technical Architect seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Core Java,J2EE,HTML 5,CSS
3,JavaScript,jQuery,Oracle,MySQL,DynamoDB,AJAX,XML,XSL,Akamai,Hibernate
Key Skills: Technical Architect,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Core Java,J2EE,HTML 5,CSS
3,JavaScript,jQuery,Oracle,MySQL,DynamoDB,AJAX,XML,XSL,Akamai,Hibernate,Eclipse RCP
Summary
Result-oriented Professional with 17 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Core Java,J2EE,HTML 5,CSS
3,JavaScript,jQuery,Oracle,MySQL,DynamoDB,AJAX,XML,XSL,Akamai,Hibernate.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f13…
https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f130515105c5b0e0… 2/3
technical terms derived from patent documents. It helps promote accurate and consistent use of terms across different
languages, and makes it easier to search and share scientific and technical knowledge.
Key features
Developed by WIPO language experts and terminologists.
It's based on the Apache Search engine, Lucene which does the search on the patents and wrapped by Angular 4, HTML
5 and CSS 3 , JavaScript and jQuery with Java, JSF, JPA, DAO technology stack to render the UI to the users.
It uses 10 languages for translation - Arabic, Chinese, English, French, German, Japanese, Korean, Portuguese, Russian
and Spanish.
All the content has been validated and given a term reliability score.
If there is no equivalent in the target language in the database, WIPO's machine translation engine may offer a translation
proposal.
Integrated with PATENTSCOPE so one can search the entire PATENTSCOPE corpus for terms and their equivalents in
other languages.
Responsibility:
Develop, test and enhance the existing website. Worked on the UI components for enhancement of the features based on
HTML/CSS and JavaScript/jQuery . Worked on integration of the new database for indexes enabling the search on a new
term set.
Worked on the implementation of Responsive Web Design project to enable the website to be viewed on Mobile Devices.
Worked on reforming the UI from JSF to Angular 4.
Project Name: Knowledge Management June 2013 - April 2015
The Knowledge Management program is one point access to all employees for all categories of organization data in
various geographies (India/UK, France and Germany). The main objective of these data migrations was to decommission
old repositories in various geographical locations and unifying and consolidating on SP. A Community SharePoint site
including blogging, discussions, events and a document library.
Responsibility:
My responsibility as Migration Consultant was to migrate data from legacy systems to Sharepoint using DocAve tool.
Created an interface using Eclipse RCP tool for the data to be displayed for the users.
Project Name: The CLUB October 2007 - April 2012
The Club, project involves the content management website for the leading and most used websites in UK. The
Department of Health (www.dh.gov.uk) and Direct Gov (www.direct.gov.uk) are its primary members. CQC (Care Quality
Commission) has recently joined the clientele. The contents, reports documents etc. are uploaded by the govt.
HCL Technologies Ltd as Software Specialist
Nov 2003 to Sep 2006
Project Summary
GM.db.com is a content Management System providing platform to manage Research, Sales and Trading publications.
EDS (Electronic Distribution System) manages the research distribution published by analyst whereas through CMS
(Client Management System) permissions of web sites and research distributions are controlled. The contents can be
uploaded using different mechanisms like upload applet, Flash Upload, email, ftp upload etc. Publications are distributed
to different systems like Web, Email, Bloomberg, DBChat, Multex etc.
The Global Markets website aggregates product-related content (research, trade ideas, market commentary, Equities, rate
information), quantitative tools and links to trading capability in one place for easy sales and client access.GM.db.com is a
global system with a Centralized content management database and distribution system for all Global Market products.
Includes advanced data upload and download.
Clients can be individually granted permissions to access specific sections or pages. Consequently, content, tools and
analytics that are for internal use only
Archive and Search Functionality: A search engine permits users to search by keyword, analyst, geographic location,
currencies, industry classification, product type and content type across an archive database.
On-line Subscription Management: An on-line subscription management system permits clients to manage their research
subscriptions in an intuitive manner.
Internet site: https://gm-secure.db.com/ Intranet site : https://gm.db.com/
Development Platform : J2EE Platform (Servlets, JSP, XML) JDK 1.4
Application Server : Apache, Tomcat, Weblogic, JBoss 4.
Database : Oracle 9i.
User Interface : HTML/ CSS/ JSP
Role/Contribution : 1.Interaction with the client for requirements gathering.
2. Problem Analysis and Design.
3. Freezing the specs and development till integration.
UG: B.Tech/B.E. (Biomedical) from BMS College Of Engineering, Bangalore in 2002
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f13…
https://freesearch.naukri.com/preview/printResume?uname=c8dcfac1414bc33c9361608b43cc89bf0c550903484258470544145d555a534e415f130515105c5b0e0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CORE JAVA, J2EE
HTML 5, CSS 3
JavaScript, JQuery
Linux, Windows
Oracle, MySQL, DynamoDB
AJAX, XML, XSL, Akamai
Apache Lucene, Oracle UCM
Hibernate, Eclipse RCP, Elastic Stack
JBoss, IBM Websphere
Apache, Wildfly
Elastic search engine
AWS, Serverless
Python, Java
Angular
Jenkins Maven
GitLab, SAM/CF, Docker
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 640: Resume 1489 with similarity score 0.015631659991376324
Resume Text: B.E , MS , B.TECH cyber security , entry level , devops , software developer , full time cyber security , essential training , general , livewire , devops , performing , ug , tamil , affirmative action , data analytics , authorization , english , status , object oriented design , sql , email , project , aws , electronics , internet of things , c++ , languages , it operations management , kannada , service delivery management , javascript , cloud computing , programming foundations , learning , security management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d47…
https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d470140120e5408… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Software Developer
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visvesvaraya Technological University, Belgaum in 2019
Other Qualifications/Certifications/Programs:
Programming Foundations : Object Oriented Design
Learning Data Analytics
Java 11 + Essential Training
SQL Essential Training
Cloud Computing - Core concepts
c++
C
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AJAY KUMAR D
Seeking entry level assignments in Telecommunication Engineering,Technical
Support,Network Operations,IT Operations Management,Project Management,Data
Centre Operations,Service Delivery Management,Cyber Security
Management,DevOps,AWS
Key Skills: Fresher,Telecommunication Engineering,Technical Support,Network Operations,IT Operations
Management,Project Management,Data Centre Operations,Service Delivery Management,Cyber Security
Management,Cloud Computing,DevOps,AWS
Summary
Experience in Telecommunication Engineering,Technical Support,Network Operations,IT Operations Management,Project
Management,Data Centre Operations,Service Delivery Management,Cyber Security Management,Cloud
Computing,DevOps,AWS
Education
IT Skills
Skill Name Version Last Used Experience
DevOps,AWS
C++
Cloud Computing
SQL
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d47…
https://freesearch.naukri.com/preview/printResume?uname=fa10c3d9a93c798ed6c0b031257c406c0b5e585043175c195543105a0c01551c450d470140120e5408… 2/2
Nature of Employment: Full Time Duration: Jul 2018 - Aug 2018
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Tamil Proficient
kannada Proficient
Projects
Project Title: Internet Of Things
Client: Livewire
Project Details: Performing projects like bomb detector , message alerts based on IOT.
Rank 641: Resume 1347 with similarity score 0.015618992960749268
Resume Text: B.E , MS , B.TECH , BS director of engineering , devops , product development , change management , full time , lead technical architect , associate director , vp , director engineering corporate actions , transformation programs , risk compliance , training , mentoring , general , customer , devops , strengthening , performing , rfp , jenkins , websphere , large scale transformation , designation , regulatory compliance , technical vision , e2e , deliverables , affirmative action , conducting , oracle , sizing , technical architecture , project plans , cloud , scratch , docker , maintenance , unix , ltd , authorization , english , project planning , teams , business value , throughput , status , postgresql , agile , email , tomcat , aws , product management , microservices , application architecture , splunk , distributed systems , rdbms , architecting , business strategy , ecs , gitlab , hiring , change management , drive , technical design , prototyping , building , career development , kanban , infrastructure , languages , documentation , redesigning , his , weblogic , bamboo , data science , integration architecture , spring framework , javascript , professional network , technology , elasticsearch , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f130116…
https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f1301160a40125d095f5… 1/2
Current Designation: Director Engineering / Head of
Architecture
Current Company: IHS Markit
Current Location: Gurgaon
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IHS Markit as Director Engineering / Head of Architecture
Jul 2018 to Till Date
Key Result Areas:
Directing large scale transformation programs, architecting platform and redesigning regulatory compliance products
Redesigned Regulatory & Risk Compliance and KY3P technical architecture, generating more than 70M$ of revenues
Spearheading a team of around 30 people including DevOps/ Architects/ Delivery/ Data Science teams for product
development and migration to cloud native, Postgres
Organizing system infrastructure documentation and operating procedures, strengthening controls and enhancing
overall performance; developing technical solutions to diverse operational problems
Delivering projects, application architecture, business strategy planning & implementation, transforming application
portfolios and enhancing business value
Setting the technical vision for successful delivery of the program
Building teams from scratch like taking interviews, managing entire hiring process and evaluating teams' performance
Administering software development process from requirement gathering until final delivery of the product
Planning project activities including scoping, estimation, tracking, change management, delivery management and post
implementation support; implementing project plans within pre-set budgets and deadlines
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
HEMANT GUPTA
Director Engineering, Head of Architecture seeking roles in Software
Development,Application Programming,System Analysis,Technical
Architecture,Product Management,Agile Methodology,Release
Management,Oracle,AWS,Java,Unix
Key Skills: Director Engineering,Head of Architecture,Head/VP/GM-Technology/CTO,Software Development,Application
Programming,System Analysis,Technical Architecture,Product Management,Agile Methodology,Release
Management,Oracle,AWS,Java,Unix
Summary
Director of Engineering offering over 15 years of strong experience in delivering technological excellence and envisaging new
architecture to cater to growing business needs, while guiding the team to implement the new architectural framework.
Technically hands-on and drive all aspects of product development - lead and validated architecture design, guided
engineering managers and tech leads and took bottom line responsibility for program managing platform delivery
Experienced Lead Technical Architect with experience in Pre and Post Trade; insightful understanding of Development and
Quality Planning and Training in Technical Design
Keen insights on distributed systems; hands-on experience in Java, J2EE, AWS, Oracle, Postgres, Spring framework,
Microservices architecture
Mentored team by providing career development goals and supporting company growth by building and maintaining a strong
professional network as well as contributing to the recruitment of new employees
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f130116…
https://freesearch.naukri.com/preview/printResume?uname=faa63c867d585bcc152d95642397e25b0e5f0b584c1700455617410c595b591f1301160a40125d095f5… 2/2
Effectuating project planning & estimation; managing the deliverables
Addressing stakeholder concerns, technology selection, technical risk mitigation by conducting feasibility
study/prototyping and integration architecture
Highlights:
Recruited and trained IT team members
Managed implementation of new technological improvements resulting in increased efficiency
Managed team of 30+ personnel and utilized Agile/ SCRUM/ Lean/ Kanban methodology
Markit India Software India Pvt Ltd as Technical Architect (Associate Director)
Jul 2015 to Jun 2018
Key Result Areas:
Rearchitected applications to make cloud native; worked on many AWS and cloud native technologies
Migrated applications from Oracle to PostgreSQL; Monolith to Microservices migration
Delivered multiple products for corporate actions; achieved 100M transactions e2e throughput for corporate actions
Mentoring architecture team; defined technical roadmap
Information Mosaic (An HIS Markit Entity) as Technical Architect
Dec 2009 to Jul 2015
Key Result Areas:
Worked as Individual Contributor in a Technical Architect role; wrote highly scalable application architecture
Rewrote whole architecture for products - IMActions, IMSecurities, IMBridge & IMConnecting
Administered customer end deployment, H/W sizing, delivering high performing application
Steered Client RFP, Sales, various phases of BPMs
UG: B.Tech/B.E. (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2005
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, AWS, Tomcat
Jboss, WebLogic, WebSphere, UNIX systems
JMS, Elasticsearch, RDBMS
Docker, AWS ECS
Fargate, CloudFormation, AWS Aurora
DevOps tools like Bamboo, Jenkins
Gitlab,SPLUNK, DataDog, Grafana
TELEGRAPH
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 642: Resume 1194 with similarity score 0.015617140559498345
Resume Text: B.S , MS , BS software engineer , devops engineer , cloud operations engineer , part time , full time financial services , customer , fault tolerance , partition , ram , docker , linux , status , continuous integration , artifacts , nagios , xfs , ec2 , building , infrastructure , medical history , pipeline , server side , ansible , automation , devops , open source , kubernetes , designation , hindi , network design , cluster , software installation , english , troubleshooting , cloud security , project , groups , microservices , solution architecture , dsl , puppet , putty , sonarqube , javascript , technology , client side , insurance , disk , continuous delivery , scripting , groovy , affirmative action , mysql , maintenance , basic , kafka , dynatrace , email , aws , operations , github , coupons , maven , languages , amazon , jira , commerce , servicenow , cloud services , patch management , jenkins , ug , health , routing , authentication , ticketing , offers , firewall , ami , authorization , yum , npm , user administration , servers , s3 , problem solving , storage , agents , python , network administration , cloud computing , load , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c18…
https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c185715175f0f0e5… 1/3
Current Designation: Cloud Operations Engineer
Current Company: Searce Cosourcing Services
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Searce Cosourcing Services as Cloud Operations Engineer
Nov 2019 to Till Date
Installing cloud monitoring agent on GCP.
Installing cloud watch monitoring agents on EC2 instances.
Monitoring and managing the customers infra on AWS cloud and GCP.
Creating metrics and alarms using Cloud watch.
Creating metrics and alarm policies on GCP for existing and new clients.
Working on OS patch management to apply operating system patches.
Configure monitoring on site24*7 monitoring tool for clients.
Knowledge of site 24*7 monitoring and freshdesk ticketing tool.
Create availability/ maintenance reports for clients.
Supporting production, Staging and development environment 24/7 across all regions.
Zensar Technologies as Software Engineer
Aug 2018 to Nov 2019
Project: Discovery Insurance (South Africa)
Domain: Insurance and Financial services
Discovery Limited engages in long and short-term insurance and employee benefits through its various
brands. Client is a well known insurance provider in South Africa. Users complete their health related
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ajay Jalindar Dendge
Engineer seeking roles in Cloud Operations, DevOps Engineer, Cloud Computing, IT
Infrastructure Support, User Administration, Solution Architecture, Ansible,
Kubernetes, Jenkins, Docker, AWS, Git, Prometheus, Grafana, Maven, Linux, Basic
GCP.
Key Skills: Cloud Operations, DevOps Engineer, Cloud Computing, User Administration, Solution Architecture, Software
Installation, Ansible, Kubernetes, Jenkins, Docker, AWS, Git, Prometheus, Grafana, Maven, Terraform, Linux,GCP,Shell
Scripting,Puppet
Summary
Having more than 2 years of IT experience, Currently working with Searce Inc as Cloud Operations Engineer.
Knowledge and experience in infrastructure, cloud computing and CI/CD pipeline. Hands-on experience in different technologies
and platform like AWS, Linux, Docker, Kubernetes, GIT, GITHUB, Prometheus, Jenkins, Nagios, Terraform, Puppet, Ansible,
Docker Swarm,
Podman, Maven, Mysql, Putty, Dynatrace, ServiceNow, Kafka, GCP, Python, Jira, Site24*7, Freshdesk .
Good understanding of Technical trends, architectures, self-learner and motivated to stay on top of the latest technology, new
software?s and products.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c18…
https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c185715175f0f0e5… 2/3
activities and get rewards by achieving a specific point's level. The user can use different functionalities to
provide their medical history. Based on the threshold reached, users achieve points like meal coupons,
offers like benefits.
? Monitoring and manage the overall health of live customer environments
i.e. servers, networks, services and DynaTrace monitoring tool.
User and group administration: adding a new user account, modifying/deleting user account.
Password aging policies, locking and unlocking user accounts.
LVM (Logical Volume Manager): extend the size of LVM, reduce the size of LVM.
File System Management: managing partition, making File System, format the file system.
Using ext3, ext4 and xfs, mount new file system, unmounting file System.
Software Installation Methods: Yum (Server Side Configuration), Yum (Client Side
Configuration),RPM(RedHat Package Manager).
Troubleshooting in production environment, creating fault tolerance environment in AWS cloud
platform.
Create User/groups and integrate Cloud services with Existing Identity Services.
Cloud Security - AWS Security Group setup and configuration, Multi factor authentication.
Creating snapshots and Amazon Machine Images (AMI) of the instances for backup and creating
lone instances.
Creating S3 buckets and managing policies for S3 buckets and Utilized S3 bucket for backup on
AWS.
? Modify the resources of instances like CPU, RAM or Disk as per user requirement.
? Configured EC2, S3 storage, Elastic Load Balancers, EBS, Auto Scaling, Route 53, SSM, SNS,
CloudTrail.
Create the Subnets inside Cloud Network as per Network Design, Maintain the Security group/List,
Firewall rules of the subnets, and maintain the routing tables.
Created metrics and alarms using Cloudwatch for monitoring customer infrastructure.
Setup monitoring for customers using Prometheus and Grafana.
Responsible for Docker container creation and management, Dockerfile management. deployment of
micro services to containers
Responsible for deploying microservices to Kubernetes cluster without Zero downtime.
Working on container management tool Kubernetes.
? Jenkins as a primary tool for implementing the continuous integration and continuous delivery of their
code releases.
? Have created Ansible playbooks for the Deployment and Infrastructure automation
Integrated Maven with Jenkins for Continuous Integration process
Implemented CI/CD pipeline using AWS, Jenkins and open source tools.
Created Jenkinsfile for automated continuous integration and deployment.
Extensive experience using MAVEN as a Build Tool for the building of deployable artifacts from
source code to write Pom.xml and Build.xml respectively.
Good analytical, problem solving, communication skills and can work either independently with little
or no supervision or as a member of a team
? Supporting production, Staging and development environment 24/7 across all region
UG: B.Sc (Computers) from Indira College of Commerce and Science, Pune University in 2017
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Linux, Docker, Kubernetes, GIT
GITHUB, Prometheus, Maven, Sonarqube,
Jenkins, Nagios, Terraform, Putty,
Puppet, Ansible, Docker Swarm
NPM, GCP, Python, JIRA,
Shell Script, Groovy DSL
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c18…
https://freesearch.naukri.com/preview/printResume?uname=f9ea1a2c22ed8c29bc576c463227d24f5d0b5a574c1a58110512145b0b08554b1b5c185715175f0f0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 643: Resume 1335 with similarity score 0.015599904648652014
Resume Text: B.E , MS , B.TECH , BS system administrator , orchestrator , cloud engineer , vmware administrator , full time , team lead , senior analyst , aws solution architect telugu , skype , citrix , office , platforms , docker , linux , antivirus , status , stakeholder management , eco , horizon , workstation , safeguard , components , building , connectivity , ec2 , kibana , operating systems , organization , security controls , vdi , ansible , encryption , functional specifications , kubernetes , access , designation , hindi , technical requirements , cli , english , troubleshooting , project , groups , provisioning , pipelines , flow , kanban , strategy , itil , vmware , javascript , xen , lync , general , performing , scrum , affirmative action , public , managing global operations , customer service , email , google , aws , zoom , microsoft outlook , art , languages , console , password management , dashboards , windows 7 , it infrastructure management , database , cloud services , onboarding , high availability , group policy , step , active directory , ami , permissions , authorization , internet , teams , techno , application , wealth , apac , electronics , led , servers , s3 , exceptions , python , network administration , cloud computing , private networks 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c55010348420147…
https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c550103484201470716440c590d… 1/3
Current Designation: Cloud Engineer
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,United Arab Emirates (UAE),United
States (US)
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [electronics and
communication engineering]
Verified : Phone Number | Email - id
Deloitte as Cloud Engineer
Dec 2015 to Till Date
Growth Path:
2015 as Analyst
2018 as Sr. Analyst
Key Result Areas:
Designing, planning and managing cloud platform throughout the solution portfolio lifecycle: from new product definition
or enhancements to existing products
Leading end-to-end strategy and operational product roadmap for one or more complex products or a product portfolio
Observing, evolving CICD pipelines; supporting & building out infrastructure and services currently operating on AWS,
GCP, other providers
Assisting in building multi-cloud capable, state-of-the-art products by building highly resilient cloud eco-systems
capable of high availability & scale
Maintaining applications that use Docker containers, Kubernetes as an orchestrator, or as full VMs with base images
Creating IAM Role, Users, Custom Policies for all Deloitte member firms globally
Resolving security exceptions like making EBS, RDS snapshots public, sharing AMI between accounts, IAM role
exceptions, SQS queue encryption, Security Groups allowing inbound traffic over the internet, customer Master Key
rotation
Rebuilding and modifying AWS Workspaces; monitoring and resolving GuardDuty and Prisma Alerts
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Anirudh Jagannadh
Certified AWS Solution Architect, ITIL V3, Senior Analyst seeking roles in , Cloud
Computing, IT Infrastructure, IT Project Management, Stakeholder Management,
Resource Planning, ITIL, Python, Multicloud
Key Skills: Senior Analyst,Team Lead/Tech Lead,Cloud Computing,IT Infrastructure,IT Project Management,Stakeholder
Management,Resource Planning,ITIL,Ansible,Linux,Python,Certified AWS Solution Architect,Certified ITIL V3.
Summary
A dedicated, technocrat with nearly 8 years of experience in IT Infrastructure Management, Cloud Project Management, Service
Delivery and managing global operations for AWS and GCP. Currently associated with Deloitte as Senior Analyst-Cloud
Engineer and managing Cloud Services - Operations. Expertise in assessing and mapping technical requirements and
translating these requirements into techno functional specifications. Wealth of expertise in IT Technical Troubleshooting ||
Operations ||Deploying Security Controls || Safeguard Information Assets. Successfully created Deloitte Connected VPCs for
EMA, APA, and APAC regions; contributed as a part of the Global Innovation Challenge and drove initialization &
implementation of scalable Chatbot solution using GCP Dialog flow Service at nearly ZERO cost to the organization. In-depth
knowledge of Google Kubernetes Engine; trained a team of 14 on the basics of Kubernetes with GCP
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c55010348420147…
https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c550103484201470716440c590d… 2/3
Creating Service Accounts, Keys leveraging best practices and custom roles for cross-project access
Onboarding clients to cloud platforms' provisioning access to resources with best practices and setting up organization
connected virtual private networks for cloud servers
Resolving exception for security guardrails; creating and monitoring dashboards and alert services
Utilizing AWS Workspaces and VDI solutions as desktop-as-a-solution
Working on Active Directory related activity including password management, workstation access, access
management, distribution list and group policy implementation
Delivering world-class customer service to business users using remote platforms such as RDP, Skype, teams, zoom
and Go to Assist
Installing & configuring firm-standard images while performing OS oriented troubleshooting like Registry fixes, Profile
fixes, VPN connectivity and OS rebuild
24.7ai as System Administrator / Windows & VMWare Administrator
Dec 2014 to Dec 2015
Highlights:
Troubleshot L1&L2 support for Citrix Xen app applications in client application; resolved incident tickets as per the SLA
Resolved issues with client application virtual machine workstation VM horizon client & Remote support using Lync
Managed user accounts by giving share and security level permissions
Monitored whether all components are available for successful communication; analyzed timely for any repairs or
replacements
Observed database of server and created new user accounts
Configured & troubleshot Microsoft outlook accounts
Led installation of operating systems in Windows 7 & software like Antivirus, MS Office, and so on
Maintained & troubleshot network printers issues
UG: B.Tech/B.E. (electronics and communication engineering) from VITAM College of Engineering, Visakhapatnam, AP
in 2010
Other Qualifications/Certifications/Programs:
AWS- Solution Architect Certified
Education
IT Skills
Skill Name Version Last Used Experience
IAM, S3, RDS, EC2, VPC, AWS
Cloudwatch, Step functions, GuardDuty
Workspaces, ELB
IAM, Service Accounts, Compute Engine
Google Kubernetes Engine
VPC 0 Year(s) 0 Month(s)
Horizon Administrator Console
VROPs custom dashboards, Alerts
Heatmaps, AWS CLI, gcloud
SAFe practices, Scrum, Kanban Board
Service Now, Ansible, Kibana, VSCode
Postman, Terraform( basics)
Python, Linux, Windows, ITIL
Citrix Xen App
WINDOWS 7
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c55010348420147…
https://freesearch.naukri.com/preview/printResume?uname=7b9a2894bb8178b0df6d2ec5e44fe57c0e5d0a0342455c160445455c550103484201470716440c590d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
MICROSOFT OUTLOOK
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Odia
Rank 644: Resume 1485 with similarity score 0.015527382462400735
Resume Text: B.S , MS , BSC , BS technical lead , full time , team lead spring cloud , award , core java , customer , telugu , functional testing , conducting , angular , linux , test cases , digital , approval process , status , payroll , rdbms , mantis , writing , components , spaces , spring security , expressions , designation , mar , structural , web services , gap analysis , ltd , windows , programming concepts , json , english , troubleshooting , code review , screens , agile , defect tracking , microservices , e-governance , fixing , rest , code coverage , sms , struts , javascript , business requirements , bfsi , capital , general , scrum , healthcare , performing , affirmative action , information technology , oracle , mysql , maintenance , jquery , business logic , email , tomcat , business rules , project delivery , information systems , spring data jpa , star , operations , federal reserve , junit , writer , maven , languages , hibernate , system integration testing , content management systems , scheduling , jira , sonar , database , online , allocations , spring mvc , spring batch , jenkins , credit , g2 , websphere , soap , openshift , tibco , tamil , systems management , sts , authorization , risk , teams , servlets , spring boot , application , government , led , ccar , framework , eclipse , administrative 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 1/4
Current Designation: Specialist
Current Company: L&T Infotech
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
L&T Infotech as Specialist
Jan 2018 to Till Date
Role:
? Managing end-to-end implementation of software with coding, testing, implementation and support of applications
? Interacting with users for requirement gathering, analysis and scoping
? Undertaking structural designing & coding of the solution for the project
? Writing scripts for optimizing test cases and calculation of the code coverage
? Identifying, analyzing defects & inconsistency in software program functions, outputs, online screens & content related to
the project
? Extending post go-live and application maintenance support to the user department
? Ensuring project delivery on time & within budget through effective planning, scheduling, execution and monitoring
Accenture as Team lead
Apr 2015 to Jan 2018
Interlace India Pvt. Ltd. as Technical Lead
Oct 2010 to Apr 2015
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Srinivasa Rao D
Specialist seeking roles in Application Development, Software Development Life Cycle,
Gap Analysis, Requirement Analysis, System Integration Testing, Defect Tracking, Bug
Life Cycle, Microservices, Coding, J2EE, Spring Boot, Java, JSP, JUnit
Key Skills: Specialist, Team Lead/Tech Lead, Application Development, Software Development Life Cycle, Gap Analysis,
Requirement Analysis, System Integration Testing, Defect Tracking, Bug Life Cycle, Microservices, Coding, J2Ee, Spring
Boot, Java, JSP, JUnit
Summary
Offering 8+ years of rich & extensive experience in JAVA and J2EE technologies and related concepts Servlets, JSP, Struts,
Hibernate and Spring; gained working exposure in Spring Boot and Microservices with strong understanding on Object Oriented
Programming Concepts
Recognized with Star of the Month Award in 2016 for Application Design & Delivery with Accenture
Domain expertise include E-governance, Healthcare and BFSI
Followed the project life cycle methodology defined under the process framework; ensured that customer deadlines were met
within project budgets
Thorough understanding of the Software Development Lifecycle with proficiency in mapping business requirements, application
design, development, integration, testing and troubleshooting for Information Systems Management
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 2/4
UG: B.Sc (Maths) from Osmania University, Hyderabad in 2006
PG: MCA (Computers) from Anna University, Chennai in 2009
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA
Spring (MVC, IOC)
spring boot, microservices
Servlets, JSP, jquery
JSON, JPA, Angular, Hibernate
Web Services (REST), Junit
Oracle 10g, DB2, MySQL
JBOSS 7, Websphere 8.0, Tomcat
Waterfall, Agile-SCRUM
Eclipse, STS, SVN, GIT, JIRA
Jenkins, Openshift, Maven
WINDOWS, LINUX
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Tamil
Projects
Project Title: Facility Management
Client: Citi Bank
Skill Used: Java / Database: ORACLE / ORM: Spring Data JPA/Hibernate / Framework: Spring, Sprint Boot, Spring Cloud,
Microservices, Angular / Tools: Eclipse, Git, Maven, Jenkins and openshift
Role Description: Role:
Performing & implementing microservices; supervising team members
Coding restful endpoints; developing UI screens using Angular
Conducting code review for junior members
Project Details: Facility and allocation processor which allows user maintenance and approval of facility information. Once
approved this information is sent downstream subscribers. It includes details of the various credit facilities extended to
customers. When first approving credit facilities an initial approval is required, this establishes facilities for a relationship and
allows the Risk and Relationship teams to manage the credit approval process for the coming year. Facilities are approved
taking into account the risk appetite for an obligor/relationship- allocations are used to manage the allocation of credit
throughout the year without requiring a full review of the credit facilities.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 3/4
Nature of Employment: Full Time Duration: Feb 2018 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2016 - Dec 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2015 - Mar 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2013 - Apr 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2012 - Mar 2013
Onsite / Offsite: Offsite
Project Title: CCAR14A
Client: Citi Bank
Skill Used: Java / Database: ORACLE / ORM: Hibernate / Framework: Spring, Sprint Batch, Spring Jdbc, EXtjs, Tibco / Tools:
Eclipse, Git
Role Description: Role:
Created spring batch configuration
Led coding of reader, processor, writer and listeners for batch job as well as coded Spring EL Expressions
Developed unit test cases for the business logic using JUnit
Project Details: The Comprehensive Capital Analysis and Review (CCAR) is an annual exercise by the Federal Reserve to
ensure that institutions have well-defined and forward-looking capital planning processes that account for their unique risks
and sufficient capital to continue operations through times of economic and financial stress.
Project Title: Provider Portal Spaces
Client: HCSC
Skill Used: Java, JSON / Database: ORACLE / ORM: Hibernate / Framework: Spring, Restful and Angular / Tools: Eclipse,
APIGEE, GIT and Maven
Role Description: Role:
Completed coding of restful service endpoints; consumed SOAP based services
Performed:
SAML Integration
SONAR Integration
Code Review
Unit test cases using Junit
Project Details: Provider Portal Spaces is a web-based application for serving healthcare provider data and various reports
by accessing different in-house content management systems which exposed their services as SOAP web services.
Project Title: Premier Provider Web
Client: HCSC (Health Care Service Corporation)
Skill Used: Java, spring, JPA/Hibernate, Spring Batch / Database: DB2 / Tools: Eclipse, Ant
Role Description: Role:
Led batch process for populating data from stage tables to main tables
Conducted:
SONAR Integration, unit test cases using Junit and developed UI screens using JSP
Bug fixing
Project Details: HCSC is one of the top health care providers (Blue Cross and Blue Shield) in America. Premier Provider Web
is a web-based application for adding healthcare providers and validating the existing providers. This application maintains
business rules for validating purpose. Application used by different set of user roles with various kind of user operations.
Project Title: e-District State Roll out
Client: Mizoram Government
Skill Used: Core JAVA, JSP, Servlet / App Server: JBOSS / Database: MySQL / ORM: JPA/Hibernate / Framework: Spring /
Tools: Eclipse, SVN and Maven
Role Description: Role:
Developed presentation layer and business layer components
Performed:
SSDG and E-wallet integration
Push and pull SMS Integration; implemented server-side validations
Led Digital Signature Integration using e-token
Project Details: E-District' project is a State Mission Mode Project (MMP) funded under National e-Governance Plan (NeGP),
initiated by Department of Information Technology (DIT), Government of India. Government of Mizoram envisages e-District
as a model district in the State in which majority of the G2C and G2G services are delivered by the district administration
leveraging Information, Communication and Technology. The Project is developed for 'MeGS', to automate the Overall district
administration process. The scope of the project is creating a system to fulfil the citizen needs of the district.
Project Title: TNEB payroll
Client: TNEB
Skill Used: Core JAVA, JSP, Servlet / Database: ORACLE / ORM: Hibernate / Framework: Spring MVC, Spring core, Spring
AOP / Tools: Eclipse, SVN and Maven
Role Description: Role:
Completed the configuration of spring security and spring related configurations
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f12…
https://freesearch.naukri.com/preview/printResume?uname=8266bddc2b94be9835850432f305fb7e0c5c0b564a405b185117400a0f5d564c1b5f120116485d0c0c0… 4/4
Nature of Employment: Full Time Duration: Dec 2010 - Mar 2012
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Performed development of presentation layer and business layer components
Evaluated issues / requirements and provided the fixes
Project Details: M/s TANGEDCO has an aim of efficient management of their administrative tasks and hence opted for a
centralized Payroll System to maintain the pay particulars of the employees in a centralized system and to process payroll for
employee, a software using web-based technology is proposed. To have centralized payroll software integrated with
Personnel Information System (PIS), the software has to be moved to a RDBMS with web based front end. The proposed
system shall be able to calculate the pay particulars of an employee Pay bills and Supplementary bills and stores the data in
the Centralized server. The data shall be maintained separately for TANGEDCO and TRANTRANSCO.
Project Title: e-District Pilot
Client: Mizoram Government
Skill Used: Core JAVA, JSP, Servlet / App Server: JBOSS / Database: Mysql / ORM: Hibernate / Framework: Struts2 / Tools:
Eclipse, SVN, Maven and Mantis
Role Description: Role:
Conducted functional testing for Certificates Module
Assessed issues /requirements and provided the fixes
Managed build and unit test of the project modules
Executed server-side validations using struts 2 validator method
Project Details: E-District' project is a State Mission Mode Project (MMP) funded under National e-Governance Plan (NeGP),
initiated by Department of Information Technology (DIT), Government of India. Government of Mizoram envisages e-District
as a model district in the State in which majority of the G2C and G2G services are delivered by the district administration
leveraging Information, Communication and Technology. The Project is developed for 'MeGS', to automate the Overall district
administration process. The scope of the project is creating a system to fulfil the citizen needs of the district.
Rank 645: Resume 919 with similarity score 0.01549191057123305
Resume Text: B.E , MS , B.TECH , BS web developer , technology analyst , software developer , full time , system engineer web development , redux , express.js , general , visual studio code , css , designation , ug , tamil , affirmative action , hindi , beginner , maintenance , authorization , english , node.js , enterprise , status , agile , email , project , infosys , application , angularjs , bitbucket , github , building , finance , languages , html5 , sass , malayalam , javascript , jira , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d18…
https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d180540440a0858… 1/2
Current Designation: Technology Analyst
Current Company: Infosys
Current Location: Mysoru / Mysore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
ABN AMRO as Developer
Aug 2018 to Oct 2018
Infosys as Technology Analyst
May 2016 to Till Date
I have done my bachelors in Mechanical Engineering. Later I realized my
interest in programming. I started my career as a system engineer trainee in
Infosys. Right now I have more than 4.6 years of experience in software
industry and I specialize on building front end applications. I have work experience across domains like Enterprise Content
Management, Finance and
Open Banking. My key programming skills include JavaScript, React, Redux, Node.js, Express.js, HTML5 and CSS3. I
have also worked in Amsterdam on
contract with ABN AMRO
UG: B.Tech/B.E. (Mechanical) from St Joseph's College of Engineering, Chennai in 2016
Other Qualifications/Certifications/Programs:
Agile Methodology certification
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sarath S M
Technology Analyst seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Project Management,Web
Development,Client Management,Agile Methodology,JIRA,Java,HTML,CSS,GIT
Key Skills: Technology Analyst,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Project Management,Web Development,Client Management,Agile
Methodology,JIRA,Java,HTML,CSS,GIT
Summary
Meticulous web developer with over 4 years of front end experience and passion for responsive website design
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d18…
https://freesearch.naukri.com/preview/printResume?uname=f04decdb41012138d26af43a7c19bd810c545c57484101450011445e5508551c415d180540440a0858… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
REACT
JavaScript
Node.js
Express.js
Redux
AngularJs
HTML5
css3
GIT
GitHub
Bitbucket
JIRA
Visual Studio Code
Jest
SASS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Malayalam Proficient
Tamil Proficient
Rank 646: Resume 1217 with similarity score 0.015471535576840525
Resume Text: B.E , MS , B.TECH scientist , information security , quality control , configuration manager , change management , full time , senior network engineer award , telugu , filters , tunnels , office , space , cam , conducting , data collection , unifi , customer satisfaction , wlan , status , firmware , network infrastructure , nagios , squid , components , accessibility , connectivity , delivery of projects , syslog , analyzer , connections , coordinated , outages , organization , switches , ipv4 , capture , upgradation , amazon ec2 , wired , designation , mar , hindi , cloud , nms , cctv , network devices , ltd , provision , information security , english , cyberoam , troubleshooting , throughput , anti-spam , vtp , sonicwall , groups , kiwi , prtg , performance tuning , change management , disaster recovery , strategy , documentation , process management , data center management , isolation , operational support , javascript , wireless , availability , disk , business continuity , pyramid , network configuration , reporting , vm , general , options , affirmative action , stress testing , maintenance , utilization , solarwinds , advanced , vlan , proxy , email , aws , network security , siem , chassis , juniper , junos , data center operations , premises , eigrp , languages , resolving issues , cisco routers , context , client requirements , load balancing , failover , virus , engineers , sensors , web , layout , it infrastructure management , continuous monitoring , database , network architecture , intranet , recovery strategies , laptops , bandwidth , dlp , tamil , profiles , health , circuit , wireshark , authentication , firewall , azure , remote locations , vendor coordination , authorization , risk , internet , ipsec , teams , approvals , record , snmp , 4k , application , matrix , lr , electronics , led , s3 , storage , events , sophos , network administration , access points , netflow , metrics 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 1/4
Current Designation: Senior Network Engineer
Current Company: Mouritech Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Visakhapatnam
Functional Area: IT Software - Network Administration /
Security
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electronics and
communication]
Verified : Phone Number | Email - id
Mouritech Pvt. Ltd as Senior Network Engineer
Jun 2018 to Till Date
Role:
* Conducting periodic monitoring the network which includes LAN, WLAN, MPLS & WAN
* Planning and designing Network Architecture for MouriTech Branches
* Implemented the Network with the Sophos XG 210 Firewall, Cisco SG (300 and 350) Series L2 and L3 (3850)
Switches, DHCP Server on the Cisco L3 Switch
* Working with customers and resolving issues for customer satisfaction
* Maintaining the Network Devices Firmware with up to date and preparing of the PCI-DSS, ISMS, SOC and HIPPA
* Deploying Network Security Firewall's (Fortigate, Paloalto, Sophos) VM's on the Cloud Infrastructure on AWS, Azure
and GCP environment to make cloud network infrastructure with more security
* Creating the On-Prem to Cloud (Hybrid connectivity) with the site-to-site tunnels
* Integrated Amazon Cloud Watch with Amazon EC2 instances for monitoring the log files and track metrics
* Created AWS S3 buckets, performed folder management in each bucket, managed cloud trail logs, and objects within
each bucket
* Configured AWS Identity Access Management (IAM) Group and Users for improved login authentication
* Setting up the Connectivity between the On-Premises to Cloud Environment
* Maintaining VPC environment & designed an effective backup strategy depending upon client requirements
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
KALEPALLI VENKATA RAVITEJA
Senior Network Engineer seeking roles in IT Networking,Security Network
Architecture,Disaster Recovery,Network Security ,IT Infrastructure
Management,Change Management ,Data Center Management,SIEM,AWS, Azure and
GCP,Firewall,Cisco Routers,NGFW
Key Skills: Senior Network Engineer,Network Admin,IT Networking,Security Network Architecture,Disaster
Recovery,Network Security ,IT Infrastructure Management,Change Management ,Data Center Management,quality
control ,AWS, Azure and GCP,Firewall,Cisco Routers
Summary
* Versatile Professional offering nearly 5 years of rich experience in Network Administration, Security, Infrastructure
Management & Process Management
* Front-led large team to guide the successful delivery of projects through the provision of strategic & operational support,
including operational reporting, risk and issue tracking, quality control & post project benefits tracking and reporting
* A principal executive 'point of contact' for the Continuous Monitoring / Data Center Operations, engaged in ensuring
excellent information security, business continuity and disaster recovery strategies
* Experience in taking regular backup of server / database information & planning efficient storage, monitoring and using
network management tools, server tools & advanced troubleshooting skills in OS related issues
* Established the network infrastructure on the cloud platform using Firewall deployment
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 2/4
* Worked closely with cross-functional teams (Engineering, Field, Support, Business) and collaborated on optimal
solutions for current and future projects
* Supported, maintained, and enhanced database management systems; installed vendor and other support software
* Maintained network & systems by managing product and capability roadmaps; established maintenance procedures,
and worked with
systems administrators and engineers to perform regular network maintenance
* Troubleshot user circuit outages including the data collection for problem isolation and verified end-to-end system
health after extended outages
* Managed the design, installation, upgradation, maintenance, and troubleshooting of multiple Cisco ASAs and multiple
Demilitarized Zones (DMZs) per context in a highly available/redundant configuration
* Administered firewall performance tuning, installation & configuration multiple Demilitarized Zones (DMZs); configured,
troubleshot wired and wireless network problems and checked firewall logs & activity
* Conducted performance and stress testing of the network and security components to ensure effective information
systems security
Highlights:
* Undertook Sophos Access Points AP-55, AP-100 and integrated to the Sophos firewall
* Received the Going Extra Mile Award (GEM) for the work performance
* Was amongst top 10 and got nominated for Employee of the Year 2020 in Mouritech Organisation
* Configured:
o Elastic Load Balancers with EC2 Auto Scaling groups
o S3 to host Static Web content
o Aruba IAP-515 along with the Physical controller Aruba 7010
o Backup ISP if the Primary ISP goes down
o IPSEC VPN if the MPLS goes down so we can Enable the IP-SEC VPN and establish the Branch to Branch
communication
* Implemented Aruba Controller 7010
Da 4K Technologies Pvt. Ltd as Network Engineer
Jun 2016 to Jun 2018
* Performed periodic monitoring the network which includes LAN, WLAN, MPLS & WAN
* Established VPN Tunnels from head office to remote locations
* Configured:
Load balancing and failover of ISP connections to facilitate the network with zero downtime
DLP sensors to monitor all the Email traffic in the organization & Anti-Virus & Anti-Spam filters to secure the Web &
email traffic
IPS profiles with filters to block the sessions basing upon the risk levels and threat score
proxy options to block the file & emails as per size restrictions
Forti-Analyzer to capture all the traffic logs from the firewall
Squid Proxy Server for CIAG Internet
Ex-3300 as the L3 Device for to Route the Traffic
VLAN's on the L3 Device to separate the Users Traffic according the Bays wise
Two Virtual Chassis of 8 Juniper Ex-2200 Switches of VC1 and VC2
* Carried out Firmware upgradations of networking devices to safe guard the devices from security threats & bug fixes
as per OEM recommendations
* Restricted the web & application level access for the users as per management approvals
* Assigned administrators to access the Firewall with privileges as per customer's approvals
* Enabled and configuring QoS over internet traffic to optimize the bandwidth; monitored Bandwidth of CIAG Internet
* Allocated disk space in the Analyzer to accommodate all the firewall logs and archive the logs whenever it reaches the
quota limit
* Developed templates to analyse and report the bandwidth utilization, application usage, security threats, admin &
system events
* Automated all the templates to generate and send out the reports to administrator for a time span of 1 month
* Upgraded the firmware of the Analyzer to meet the Firewall appliance as per compatibility matrix
* Documented & implemented the CR with managerial approvals to fine tune the network resources
* Led documentation of ISP details, Intranet IP details, network diagram, Datacentre layout, MPLS network details,
Local POC for vendor coordination
* Followed up with ISP and MPLS providers for link outages and throughput issues
* Coordinated with Local site administrators from MPLS locations for any application accessibility & internet issues
* Providing access for restricted web and applications to users as per new request process
* Generated & shared daily health report regarding the status & utilization of network devices
* Managed Firmware upgradations of networking devices to safe guard the devices from security threats & bug fixes as
per OEM recommendations
* Creating User Id's and Passwords at Proxy Server for Scientist's
* Attending Internet Complaint Calls from Users and resolving the Issues
* Collected Logs from the Solar winds and Monitoring the Device Failure
* Implementation of the Cyberoam 300iNG Firewall and Juniper Ex-3300 and Ex-2200 Switches
Pyramid IT Solutions Pvt. Ltd as Network Engineer
Mar 2016 to May 2016
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 3/4
Role:
* Monitored the Network Availability by using the Nagios Monitoring Tool
* Upgraded the Latest Firmware of the Junos IOS on Ex-2200 Switches
* Replaced the Junos IOS with Backup Image at the failure of the Primary image
* Added the Virtual hosts of the CCTV cam to access these on any whereon the internet
* Monitored Bandwidth Usage and shared Monthly Reports
* Users are getting the internet from the Multiple ISP's for the by Load Balancing
* Addressed ISP fails & changed the Loud Balancing to the individual of the Primary and Backups of the ISP's
* Maintained the Track Record of the ISP's if anything goes down escalating to the Complaints to the ISP Providers
UG: B.Tech/B.E. (Electronics and communication) from Jawaharlal Nehru Technological University (JNTU) in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Cisco 3650,3850 (Stacking),9300 and 9200
AWS, Azure and GCP
Cisco 2960, SG (300,350)
Juniper (EX-2200, 3300)
Cyberoam CR-500ING
CR-100ING,CR-35ING, Sophos XG330, XG230
XG210,XG135,XG 105,Fortigate 90D, 200D
Forti analyzer
Sonic Wall Firewall
Sonic wall Analyzer
Sophos Central
Aruba IAP (205,215,315,515)
Unifi (Ubiquiti AC LR)
Unifi Virtual Controller
Aruba Virtual Controller
Aruba 7010 Controller
OSPF, EIGRP, RIP, BGP, VTP, STP/RSTP
VLAN, Private VLAN, HSRP, VRRP, NAT
Ether-Channel, ACL, IPv4, SNMP
Firewall, Cisco Routers
Aruba & Sophos AP, L2 and L3 Switches
SonicWALL Firewall, Fortigate
Firewall, Cyberoam Firewall
Sophos Firewall
Cisco Switch 2960, 3850, 300 Series
350 Series, Desktops and Laptops
SNIPE-IT
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e45…
https://freesearch.naukri.com/preview/printResume?uname=42c98d17521da75ff31b6eecfa93d8330c080e5549110b180542125c5c015119410e450040465f5d0a0… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Nagios,PRTG Network Monitoring Tool
KIWI syslog Server, Librenms NMS
Solarwinds, ManageEngine Ops Manager
Netflow Analyzer
Network Configuration Manager
ISMS, PCI-DSS
SOC, HIPPA Standards
Aruba Central
WIRESHARK
Aruba ClearPass
Languages Known
Language Proficiency Read Write Speak
english
telugu
hindi
tamil
Rank 647: Resume 915 with similarity score 0.01546853996737654
Resume Text: B.E , MS , B.TECH , BS software engineer , ui developer , software developer , full time , full stack developer react.js , functionality , dart , core java , gamification , customer , algorithms , segmentation , computer networking , css , access , designation , affirmative action , general insurance , hindi , offers , analytics , sdks , public , maintenance , ltd , english , authorization , referrals , donations , wallets , status , screens , sql , email , project , store , application , aws , cryptocurrency , fiat , health insurance , survey , saas , n/a , rest , obc , s3 , debugging , languages , electricity , html5 , operating systems , es6 , python , mobile , money , javascript , mantra , notification , technology , bill payment , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400…
https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400417400a5f005… 1/3
Current Designation: Software Engineer
Current Company: Mantra Labs Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: NA [other]
Verified : Phone Number | Email - id
Mantra Labs Pvt Ltd as Software Engineer
Feb 2020 to Till Date
Working as a Flutter Developer.
HummingWave Technologies Pvt. Ltd. as Full Stack Developer
Jun 2019 to Feb 2020
Woking in Smartkarrot project as a full stack developer , Smartkarrot is a platform which is used for customer
engagement. This platform has many services like Notification, Segmentation, Referral, Survey etc.
UG: B.Tech/B.E. (Computers) from INSTITUTE OF ENGINEERING AND TECHNOLOGY, LUCKNOW in 2019
PG: NA (other) in 0
Last Active: 31-Jan-21 Last Modified: 31-Jan-21
ANIL KUMAR SAHU
Full Stack Developer seeking roles in Software Development, Application
Development, Database Management.
Key Skills: Core Java,Java 8,J2Ee,C,Data Structures,Algorithms,OOPS,Operating
Systems,Html5,CSS,Javascript,React.Js,SQL,DBMS,Computer Networking,AWS,C++,Flutter,Dart
Summary
A competent professional with nearly 1.5 years of experience in Software Development, Application Development, Database
Management, Data Structures, Computer Networking, UI Development, Javascript, DynamoDB, HTML, CSS, ReactJS, SQL.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400…
https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400417400a5f005… 2/3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Feb 2020 - Sep 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Feb 2020 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Jun 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 10
Skill Name Version Last Used Experience
JAVA 8 2020 0 Year(s) 7 Month(s)
C N/A 2019 0 Year(s) 6 Month(s)
HTML 5 2020 0 Year(s) 7 Month(s)
CSS 4 2020 0 Year(s) 7 Month(s)
JavaScript ES6 2019 0 Year(s) 6 Month(s)
React.js 16.11 2019 0 Year(s) 6 Month(s)
AWS N/A 2020 0 Year(s) 7 Month(s)
Data Structures N/A 2020 0 Year(s) 7 Month(s)
ALGORITHMS N/A 2020 0 Year(s) 7 Month(s)
Computer Networks N/A 2020 0 Year(s) 7 Month(s)
Operating Systems N/A 2019 0 Year(s) 5 Month(s)
SQL N/A 2020 0 Year(s) 7 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: Vuka
Client: Vuka
Skill Used: Flutter, Dart, Python etc.
Project Details: Vuka application basically includes Mobile Recharge, Electricity bill payment, DSTV bill payment, Add money,
Send money etc.
Project Title: SBI General Insurance
Client: SBI General Insurance
Skill Used: Flutter, Dart, Python etc.
Project Details: SBI General Insurance application includes all types of insurance services like Home Insurance, Motor
Insurance, Health Insurance etc.
Project Title: Smartkarrot
Client: Smartkarrot
Skill Used: Java 8 , Html5, CSS , Javascript, React.Js, AWS
Role Description: Full Stack Developer
Project Details: Website Link: https://www.smartkarrot.com
Description: SmartKarrot offers SDKs and private REST APIs for all its SaaS services. Our SDKs and
APIs make it easy to quickly configure and integrate otherwise complex functionalities like referrals,
user segmentation, geofencing, actions like rich push, gamification, surveys and feedback, analytics,
donations, a full-fledged journey designer, wallets for cryptocurrency and fiat currency, and smart
contracts on public and permissioned blockchains .
Key Responsibilities : worked as an UI Developer and created many screens using HTML, CSS, JavaScript,
React.js .
Used AWS SDK to integrate the backend to frontend for Website.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400…
https://freesearch.naukri.com/preview/printResume?uname=078755232b3cbc8ffe755ce26d28179f0c0e5d0543165c405213430b5f5f004d1008400417400a5f005… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Used AWS Lambda for various Functionality.
Used AWS DynamoDB to store the data .
Used AWS S3 Bucket to store and access file needed for User.
Used AWS Cloudwatch for debugging .
Rank 648: Resume 943 with similarity score 0.015467864516944822
Resume Text: B.E , MS , B.TECH , BS ui developer , associate , product development , software developer , senior software engineer , full time react.js , api , redux , scrum , visual studio code , change requests , designation , pages , ug , notepad++ , mar , deliverables , affirmative action , mysql , hindi , maintenance , tablets , ltd , windows , english , authorization , teams , web applications , bootstrap , status , agile , email , project , database development , npm , solution architecture , github , cloud foundry , rest , version control tools , c++ , languages , story , research , html5 , punjabi , responsive design , pivotal , es6 , mobile , metrics , reviews , jira , javascript , eclipse , organization , expenses , technology , ldap 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165…
https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165612410a0e005… 1/3
Current Designation: Front-End Developer
Current Company: Capgemini India Pvt. Ltd.
Current Location: Pune
Pref. Location: Delhi / NCR,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Capgemini India Pvt. Ltd. as Front-End Developer
Jul 2018 to Till Date
KEY PROJECTS
1. Project & Client : Linkd/Month-end , Discover Bank
Organization : Capgemini
Duration : Oct 2018 - Jan 2020
Technologies : ReactJS,mySQL Github, Jira, LDAP, NPM
Team Size : 8
Role : Senior Software Engineer
Description:
Developed Quantitative Performance Calculation and Performance monitoring tool .
Linkd manage their agent's data to generate relevant reports and rating based on performance.
Developed performance rating tool which serve as monthly performance review with calculation of
various metrics.
Month-end tool tracks performance, generates reviews and change requests for reviews .It serves as Performance
evaluation portal within various heirarchy,
Responsibilities:
Worked as UI Developer for creating HTML.
Worked on Reactjs,mySQL, npm setups to develop and run over applications.
Responsible for Handling Responsive Design issue for mobile and tablets.
Used Rest API for integrating pages using React.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bharat Bhatia
Front-End Developer seeking roles in Software Development,UI
Development,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,ES6,React
JS,Redux,Bootstrap,MySQL,Visual Studio Code,Eclipse,Notepad++
Key Skills: Front-End Developer,Software Developer,Software Development,UI Development,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,ES6,React
JS,Redux,Bootstrap,MySQL,Visual Studio Code,Eclipse,Notepad++
Summary
Overall 2.5 years of front-end and database development experience of web applications in REACT and mySQL with
deployment on Pivotal Cloud Foundry.
Experience of product development using Agile methodology
Experience in using Version Control tools (Github)
Good problem-solving skills and ability to adapt to new technologies in least time
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165…
https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165612410a0e005… 2/3
Working on research and development requests from the clients as per requirement.
User story points estimation for the modules.
Conducted Knowledge transfer sessions for the new team members and made them familiar with the application.
Responsible for managing frontend/database deliverables for each module.
Directly involved in solving incidents tickets and assigning tickets.
Provided level 2 support.
Communicate and collaborate with business teams and third party.
Communication with client and coordination with onsite co-ordinator
2. Project & Client : BATCAVE , Discover Bank
Organization : Capgemini
Duration : Jan2020 -Present
Technologies : ReactJS,mySQL Github, Jira, LDAP, NPM
Team Size : 4
Role : Associate Consultant
Description:
Developed Budget Awareness Application with Controllable and Variable Expense.
BATCAVE tracks expenses , generates and monitors requests and provide relevant reports for tracking.
Responsibilities:
Implemented Application with React.js and Redux
Requirement Analysis, Coding, providing estimation/time taken for deliverables.
helping our team mates in understanding the projects and train them to work on technologies used in our projects
Providing production support and monitor batches and daily jobs in production environment.
Worked as UI Developer for creating HTML.
Used Rest API for integrating pages using React.
Maintaining Daily status report and sharing with Scrum masters and multiple teams.
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Kurukshetra in 2018
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, ES6
React JS, Redux
BOOTSTRAP
MySQL
Visual Studio Code
Eclipse, Notepad++
WINDOWS
HTML5, CSS3
GIT
C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165…
https://freesearch.naukri.com/preview/printResume?uname=40b159eec351dfcd5b5e1f5964f0a371585b585443400f100615460c5e09514f1501165612410a0e005… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 649: Resume 979 with similarity score 0.015467765357340646
Resume Text: B.E , MS , B.TECH senior java developer , solution architect , full time , installer , enterprise architect , data management wamp , react.js , automation , api , eventum , general , jenkins , css , validation , jmeter , affirmative action , testng , mysql , design , technical architecture , oracle , hindi , maintenance , mock , ltd , apache , jquery , authorization , english , troubleshooting , teams , enterprise , status , spring boot , email , project , tomcat , bulk sms , application , ecosystem , angularjs , continuous integration , bitbucket , electronics , testing , continuous improvement , rest , components , third party vendors , debugging , git , maven , identifying issues , framework , languages , research , vapt , kannada , sql server , selenium , visualvm , cvs , jira , javascript , burp suite , form , eclipse , technology , pipeline , html , contingency , mitigation 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f18…
https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f180315135a0800… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tejosma Technologies Pvt Ltd. as Solution Architect
Nov 2013 to Dec 2020
Tejosma Technologies Pvt Ltd. as Solution Architect
Nov 2013 to Nov 2013
Jaamoon Blink: Blink is a research analysis platform for the broking firms to effectively publish, track, and communicate
their research ideas to the end clients.
Roles and Responsibilities:
* Designing and implementation of client CR modules.
* Design and Implementation of adapters to communicate with external third party vendors (Netcore, Pepipost, Mytoday
Bulk SMS etc.)
* Reviewing source code and ensuring the client requirement is met.
* Project management using Jira.
* Upgrading technology stack (MySQL, Java, Maven, Wildfly, Tomcat)
* Creating the releases through Jenkins
* Finding out performance bottleneck areas and resolving them.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SAROJ SHANBHAG
Senior Java Developer seeking roles in Software Development,System
Analysis,Technical Architecture,Project Management,Continuous Integration,Release
Management,Client Management,Data Management,Requirement
Gathering,Java,SQL,Spring Boot,Maven,JIRA
Key Skills: Software Development,Project Management,Continuous Integration,Release Management,Client
Management,Data Management,Requirement Gathering,Java,SQL,Spring Boot,Maven,JIRA,Angularjs,React.Js
Summary
Nearly 7 years of experience in IT industry with strong experience in application development using back end and front end
technologies.
* Handling java development including design and troubleshooting applications.
* Continuous improvement by investigating alternatives technologies and creating POC's.
* Skilled in identifying issues and risks in a timely manner developed/ implemented appropriate mitigation and contingency
plans.
* Creating the releases of the software components.
* Designed Selenium hybrid framework and data oriented automation tests.
* Debugging environment related issues and providing alternate solutions.
* Designing and implementing REST API.
* Ability to adapt and work on newer technologies in a quick session.
* Understanding Client requirement and provide the solution to integrate the CR into the existing product.
* Guiding the l1 and l2 teams in debugging issues.
* Upgrading the technology stack of the product to latest version.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f18…
https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f180315135a0800… 2/3
* VAPT analysis using burp suite and designing a form validation library.
JInstaller: It is a java based installer to deploy different modules Blink ecosystem.
Roles and Responsibilities:
* Designing and implementation.
* Reviewing source code.
* Project management using Jira.
JSeHy Framework: Selenium hybrid (keyword, data driven) Framework used for testing all the modules in the Blink
ecosystem.
Roles and Responsibilities:
* Designing and implementation.
* Reviewing source code.
* Project management using Jira.
* Generation of mock data.
Jaamoon Inbound/Outbound API: Rest API's for the Blink ecosystem.
Roles and Responsibilities:
* Designing and implementation.
* Rest API's using springboot.
* Reviewing source code.
* Project management using Jira.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Anjuman Institute of Technology and Management (AITM), in
2011
Education
IT Skills
Skill Name Version Last Used Experience
Java, SQL
springboot
MYSQL, Oracle, SQL server
JDBC, Speedment, Apache Cayenne
Javascript , HTML, CSS, jQuery
Wildfly, Tomcat, Wamp Server
Selenium Hybrid framework
TestNG, JMeter,
Burp Suite Community Edition
MAVEN
CVS, GIT
Jenkins, BitBucket Pipeline
Eventum, Jira
Eclipse
VisualVM
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f18…
https://freesearch.naukri.com/preview/printResume?uname=21c795bbd21b8749f8a15897f95d56850d095c041c475a43074047515958034f175f180315135a0800… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Kannada
Konkani
Rank 650: Resume 1219 with similarity score 0.015460020076048414
Resume Text: B.E , B.TECH solution architect , software developer , full time , it analyst automation , api , migrating , designation , ug , affirmative action , information technology , hindi , nintex , maintenance , dynamo , ltd , gateway , azure , english , authorization , sharepoint , status , cloud development , email , record , project , sql , aws , system development , application architecture , ci , microsoft , servers , ec2 , yaml , languages , python , javascript , cloud computing , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d45…
https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d450715400b0b585… 1/2
Current Designation: IT Analyst
Current Company: Tata Consultancy Services Ltd.
Current Location: Pune
Pref. Location: Delhi / NCR,Noida,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 11 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as IT Analyst
Jan 2015 to Till Date
Working as a Solution Architect for various Client.
Involved in Migrating Applications onto AWS Environment.
Automated Resource Creation in AWS using Cloud Formation.
Managing and implementing CI/CD pipeline.
Managing and implementing Serverless architecture using Lambda, API Gateway,
Dynamo DB, CloudFront etc.
Involved in Application architecture designing and creation like created
Lambda functions, EC2 Servers, RDS etc.
Worked in AWS Operation support. Managed the team and provided automation
for various services using CloudFormation.
Worked on Microsoft SharePoint and Nintex technology.
Worked closely with customers and other stakeholders to determine planning,
implementation and integration of AWS.
Participated in all phases of system development life cycle, from requirements
analysis through system implementation.
Proven track record in delivering high quality solutions using industry standards
and best practices.
Good Experience in Migration of SharePoint sites.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Yajush Garg
Solution Architect seeking roles in Cloud Development, Application Programming,
Application Maintenance, Project Management, Requirement Analysis.
AWS,CloudFormation,Lambda,YAML,Azure,SharePoint,Python,JavaScript
Key Skills: AWS,Lambda,Cloud Computing,Python,SQL
Summary
Result-oriented Professional with 6 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,AWS,CloudFormation,Lambda,YAML,Azure,SharePoint,Python,JavaScript.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d45…
https://freesearch.naukri.com/preview/printResume?uname=efdf3c6946cda57d2ccd28307b7ebbb90d5d09554b100f110013455f5b5d024f120d450715400b0b585… 2/2
UG: B.Tech/B.E. (Information Technology) from gl bajaj institute of technology and management in 2012
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS
Cloudformation
LAMBDA
YAML
AZURE
SHAREPOINT
Python
JavaScript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 651: Resume 1225 with similarity score 0.015417392184972829
Resume Text: B.E , MS , B.TECH director , network consultant , associate , senior engineer , resource manager , it network administrator , full time , it consultant training , technical operations , telugu , multi-tenant , microsoft azure , office , rfi , it operations , linux , ccna , energy , status , specifications , technical presentations , sap , business process improvement , opportunity assessment , network infrastructure , cisco asa , building , connectivity , visio , data center , procurement , routers , pipeline , switches , devising , designation , mar , protocol , hindi , cloud , ltd , architects , flex , english , troubleshooting , layer 3 , vtp , solution architecture , microsoft word , deals , site operations , architecting , hyper-v , network administrator , dc , strategy , tier 2 , security policy , documentation , mop , isolation , value propositions , it transformation , javascript , positioning , managed services , vblock , general , project teams , vendors , affirmative action , emc , maintenance , customer requirements , travel , dmz , racks , email , health check , cisco certified , aws , cisco ucs , network security , fit , mac , juniper , eigrp , customer experience , pod , languages , business transactions , raid , layer 2 , load balancing , symantec backup , esxi , vsphere , dell , security management , functionality , rfp , windows server , circuit , bids , firewall , equipment installation , national accounts , authorization , ipsec , deal closure , cisco nexus , virtualization , deliveries , excel , snmp , application , focus , telecommunications , mds , electronics , led , servers , vmware certified professional , adobe professional , auditing , storage , enablement , sales process , orchestration , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 1/4
Current Designation: Senior Engineer
Current Company: GBM Engineering Services
Current Location: Dubai
Pref. Location: Singapore,United Arab Emirates (UAE),United
Kingdom (UK)
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electronics and
communication]
Verified : Phone Number | Email - id
GBM Engineering Services as Senior Engineer
Mar 2020 to Till Date
Key Result Areas:
Managing end-to-end responsibility for overall solution Cisco HCI and ACI planning, designing, executing and
ensuring the timely deliverable on all aspects
Designing strategic IT transformation plans and implementing a target operating model that can leverage new
business enablement, reduce costs and streamline operations to ensure competitiveness
delivering and presenting technical presentations to the customers and responding to the Customer RFP's and
creates BOM on multiple vendor products for cost-effectiveness
Preparing technical (HLD, LLD, MOP's) & non-technical collaterals; assisting the operation team in organizing the
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SRINIVAS GAVARA
Senior Engineer seeking a role in IT Operations, Business Process Improvement,
Customer Experience, Client Relationship, Solution Architecture, Cloud Migration
transformation, Technical Support Troubleshooting, Data Center,Microsoft
Azure,AWS,VMware.
Key Skills: Senior Engineer,System Admin,IT Operations,Business Process Improvement,Customer Experience,Client
Relationship,Solution Architecture,Cloud Migration,It Transformation,Technical Support,Troubleshooting,Data
Center,Microsoft Azure,AWS,VMware,CCNA
Summary
Enterprising professional with over 10 years of experience in IT -
Data Center, Application, Servers, Virtualization, SDN and PreSales Support/ Solution (including customer facing for 8 years) in
Banking, Energy Companies and Telecommunications Industry
Expertise in Cisco DC Architecture, Solution and Services
Worked closely with Global Project Teams including IT architects,
Operational Architects to ensure the solution is compatible and a long
term fit for the company
Skilled in providing a high level of proactive and reactive
services by building relationships with the customer to best
serve their needs
Working knowledge of Linux/MAC configuration, administration
and technical support; knowledge of RAID and storage concepts
Expertise in Software defined Network and Storage
Technologies
In depth knowledge of Virtualization hypervisors
troubleshooting (VMware, Hyper-V, and so on)
Official travel to US, UAE, Singapore on various client assignments
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 2/4
POC and its execution
Enhancing profitability through building new relationships with multi-national accounts by supporting
customers with technical assistance, resulting in additional business transactions
Working closely with support functions (such as IT / Quality / marketing) to create a compelling solution
/commercial proposal
Defining and implementing a structured way of managing opportunities involving client meeting / solution
pitch / Request for Proposal (RFP) response / Request for Information (RFI) response / presentation
Working with sales team to identify pipeline and plan activities on a weekly basis; part of the deal team for
opportunity assessment, qualification, development of response strategy, proposal development, review and
feedback process, competitive positioning, pricing / commercial decisions and so on
Architecting technical solutions required to focus on customer requirements, assessing customers' needs and
recommended solutions that optimized value for both the customer and the firm
Monitoring customer support for technical solutions proposed throughout the sales process, and alerting the
sales and account teams to potential risks of deal closure
Assisting sales division to help define opportunities and closed large opportunities with the right solutions,
mapping key value propositions to customer's business
Designing software solution proposals that involved gathering plans / proposals from multiple departments
Leading presales in winning e-bids for SBU, participated in end-to-end bid management of medium/ large
deals
Cisco India Pvt. Ltd. as Senior Customer Experience
Jan 2016 to Mar 2020
Key Result Areas:
Managing end-to-end responsibility for overall solution Cisco HCI and ACI planning, designing, executing and
ensuring the timely deliverable on all aspects
Designing strategic IT transformation plans and implementing a target operating model that can leverage new
business enablement, reduce costs and streamline operations to ensure competitiveness
delivering and presenting technical presentations to the customers and responding to the Customer RFP's and
creates BOM on multiple vendor products for cost-effectiveness
Preparing technical (HLD, LLD, MOP's) & non-technical collaterals; assisting the operation team in organizing the
POC and its execution
Enhancing profitability through building new relationships with multi-national accounts by supporting
customers with technical assistance, resulting in additional business transactions
Working closely with support functions (such as IT / Quality / marketing) to create a compelling solution
/commercial proposal
Defining and implementing a structured way of managing opportunities involving client meeting / solution
pitch / Request for Proposal (RFP) response / Request for Information (RFI) response / presentation
Working with sales team to identify pipeline and plan activities on a weekly basis; part of the deal team for
opportunity assessment, qualification, development of response strategy, proposal development, review and
feedback process, competitive positioning, pricing / commercial decisions and so on
Architecting technical solutions required to focus on customer requirements, assessing customers' needs and
recommended solutions that optimized value for both the customer and the firm
Monitoring customer support for technical solutions proposed throughout the sales process, and alerting the
sales and account teams to potential risks of deal closure
Assisting sales division to help define opportunities and closed large opportunities with the right solutions,
mapping key value propositions to customer's business
Designing software solution proposals that involved gathering plans / proposals from multiple departments
Leading presales in winning e-bids for SBU, participated in end-to-end bid management of medium/ large
deals
TATA Consultancy Services as IT Consultant
Dec 2015 to Jan 2016
Highlights:
Developed IT system specifications after evaluating customer's nature of work and business volume
Created the design and deployed the specify circuit mapping and equipment installation based on capacity
delivery plans; prepared plan and deploy Procedures as per Cisco systems standards and documentation
Designed and implemented Cisco UCS Director orchestration for varied infrastructure POD such as (Flex pod,
VSPEX, VBLOCK); ACI Fabric for large scale multi-tenant solution leveraging UCS Director
Performed infrastructure migration for Esxi/Hyper-V for varied workloads; executed UCS and MDS Upgrades and
System Health Check analysis
Adecco Consultancy Services as System/Network Consultant
Aug 2012 to Dec 2015
Highlights:
Participated in installation, repair, and preventative maintenance of computer systems, software, and related
equipment supporting daily technical operations involving network infrastructure connectivity and computer
systems hardware and software
Performed installation and configuration of Windows products like Hyper-V 2012 and VMware software products
like VMware 5.5, vSphere implementation and VCentre configuration
Worked on quarterly budgets and relationship management with vendors to ensure optimum procurement costs
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 3/4
and timely deliveries; deployed system level training to support site operations and specialized usage
Implemented and configured rack and blade server hardware of Cisco UCS Products ( Racks and Blade Servers);
designed Flex Pod and VBlock Architecture designs with EMC (VNX series ) & Net App, Dell JBOD, Cisco (Cisco
Unified Blade and Rack server) and VMware
Railtel Corporation of India Ltd, Company, Hyderabad as IT Network Administrator
Jul 2010 to Jul 2012
Highlights
Deftly led configuration and troubleshooting of layer 2 technologies like VLANs, VTP and STP
on switches
Efficiently analysed corporate LAN & WAN to determine what were the major problems and
improvements needed to be made to the network infrastructure and network security using
Protocol Analyzers, Security Auditing Software Packages from Network Associates
Successfully implemented:
o HSRP on the Cisco 2948G Layer 3 Switches
o EIGRP, OSPF on the 2 Cisco 7200 Routers
o 2 Cisco 2610 Routers
o Layer 3 Switch
o 3 Cisco 3508XL Switches
o 2 Cisco 3524XL Switches for load balancing and fail over
o Network security policy for users on the LAN/WAN network and VPN using Cisco Secure, Network Associates
Security Management Interface
Developed a network SNMP solution and recommended the software like Tivoli, Cisco Works 2000, Cisco View, Cisco
Resource Manager Essentials
Managed IPsec VPN Experience (Cisco Router/Firewall and Juniper) and Cisco GRE Tunnel
Extensively worked on:
o Firewall Implementations (Layering, DMZ, SNAT/DNAT)
o Cisco ACL's, Cisco ASA, Juniper (SSG, MAG)
Namtheun2 Power Company, Laos (International) as IT Consultant
Jun 2010 to Jun 2012
Highlights:
Monitored & supported the successful operations of Namtheun2 network (Domestic/International office)
Collaborated & cooperated with Engineering/ Production Operations Teams, 100+ Users and 15 Vendors for ongoing
projects and technical initiatives; understood client needs, requirements & expectations and devising
solutions accordingly
Ensured that the managed services functionality meets and exceeds customer expectations on network SLA's
Performed network trouble isolation and resolution as needed; provided Tier 2 and Tire 3 support
Managed day-to-day application administration & maintenance of Symantec Backup and Datacenter Operations
UG: B.Tech/B.E. (Electronics and communication) from Jawaharlal Nehru Technological university Andhra Pradesh in
2007
Other Qualifications/Certifications/Programs:
Cisco Certified Networking Associate (CCNA)
VMware Certified Professional (VCP 5.0)
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER 2020 11 Year(s) 0 Month(s)
vSphere 2020 11 Year(s) 0 Month(s)
WAN
hyperflex 2020 3 Year(s) 0 Month(s)
Cisco SAP S4HANA Scale UP
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120…
https://freesearch.naukri.com/preview/printResume?uname=d71ebacad99e7cdf83ffcdeb3990131c5f0c5a514f100d190712175a0908051e460f120543445b0b0f51… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Cisco UCSD, CWOM, Cisco Cloud Center 2020 8 Year(s) 0 Month(s)
AWS 2020 1 Year(s) 0 Month(s)
Cisco Azure Stack Architect
Microsoft Word, Powerpoint, Excel, Visio
Adobe professional
Cisco Nexus, VPC, HSRP 2020 4 Year(s) 0 Month(s)
VXLAN, OSPF, BGP 2020 2 Year(s) 0 Month(s)
Cisco Tetration 2020 1 Year(s) 0 Month(s)
Cisco Azure Stack Architect 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 652: Resume 1159 with similarity score 0.015410864741052894
Resume Text: B.E , B.TECH devops , software developer , backend developer , full time , change management , part time , associate software engineer devops , designation , ug , affirmative action , analytics , docker , hindi , maintenance , authorization , english , status , sql , email , project , pandas , application , aws , video , mongodb , numpy , mumbai , computer vision , system architecture , saas , change management , servers , c++ , languages , nginx , flask , python , kyc , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420…
https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420a10135c5d0d5… 1/2
Current Designation: Associate Software Engineer
Current Company: Think Analytics India Pvt.Ltd
Current Location: Mumbai
Pref. Location: Delhi / NCR,Gurgaon,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
Think Analytics India Pvt.Ltd as Associate Software Engineer
Aug 2018 to Till Date
Python Backend Developer,Computer Vision,
AWS ,Docker,Client handling.
Kwikid
Developed the system architecture and
backend algorithm for a Video KYC solution.
Successfully deployed scalable,secure SAAS
solution on major banking client's servers.
Third Eye
Deve loped the algorithm for Neural Network
based NoBall detection SAAS.
FaceAI
Developed the algorithm for gesture based
liveness detection using computer vision
UG: B.Tech/B.E. (Computers) from Jaypee University of Engineering & Technology, in 2017
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Lalit Gupta
Associate Software Engineer seeking roles in Software Engineering,Software
Development,Project Management,Change Management,Defect Management,Quality
Management,Requirement Gathering,Application
Support,MongoDB,Docker,Pandas,Python,HTML,AWS,SQL,C++
Key Skills: Associate Software Engineer/Developer,Software Engineering,Software Development,Project
Management,Change Management,Defect Management,Quality Management,Requirement Gathering,Application
Support,MongoDB,Docker,Pandas,Python,HTML,AWS,SQL,C++
Summary
Result oriented professional with experience in Software Engineering,Software Development,Project Management,Change
Management,Defect Management,Quality Management,Requirement Gathering,Application
Support,MongoDB,Docker,Pandas,Python,HTML,AWS,SQL,C++
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420…
https://freesearch.naukri.com/preview/printResume?uname=716c4dbb17fc30edb185f711f75a6ddd5a5e5d591f475b135113125e0f015719150a420a10135c5d0d5… 2/2
PG: PG Diploma (Computers) from CDAC, Pune in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Python, Nginx, AWS, Devops
Flask/Django/ Numpy/Pandas
SQL/MongoDB/ C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 653: Resume 1176 with similarity score 0.015401898529434088
Resume Text: M.TECH , BS , B.E , MS , B.TECH software engineer , full time , software developer functionality , api , express.js , jenkins , performing , visual studio code , designation , ug , vs , affirmative action , mysql , hindi , angular , docker , fms , maintenance , azure , ltd , typescript , sublime text , jquery , fleet management , visualization , sts , authorization , node.js , english , energy , status , pressure , architecture , agile , spring boot , email , project , jpa , google , application , tomcat , models , mongodb , bengali , rest , mvc , components , government , git , computer science , building , languages , chart , html5 , documentation , hibernate , sql server , es6 , management system , javascript , eclipse , web , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c160911…
https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c1609110744455a5b5c… 1/3
Current Designation: Software Engineer -IT
Current Company: Tata Consultancy Services Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: More than 3 Months
Highest Degree: M.Tech [Computer Science and
Engineering]
Verified : Email - id
Tata Consultancy Services Ltd. as Software Engineer -IT
Sep 2016 to Till Date
Project 1: Real Time Release GEEL? July 2020? Till date.
Role: Developer
Responsibilities:
Developed required functionality through Visual Studio Code in Angular 8,
HTML5, Bootstrap4, SCSS.
Developed REST API Service using NodeJS and ExpressJS.
Tested functionality by hosting solution in Azure App Service.
Ensured proper documentation of activities for subsequent review by the
quality group.
Project 2: Multi Variant Analysis Jan 2020 - June 2020
Role: Developer
Responsibilities: ? Developed required functionality through Visual Studio Code
in Angular 8, HTML5, Bootstrap4, SCSS.
Developed REST API Service using NodeJS and ExpressJS.
Tested functionality by hosting solution in Azure App Service.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
KARTIK MISHRA
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Angular,TypeScript,JavaScript,ES6,JQuery,HTML5,CSS3,Bootstrap,React
JS,Node.js.
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Angular,TypeScript,JavaScript,ES6,JQuery,HTML5,CSS3,Bootstrap,React JS,Node.js
Summary
4 years of IT and hands on experience in Application Development for TATA Consultancy
Services. Skilled in building web application using Node.js, MongoDB, Angular 8, JavaScript,
TypeScript, JQuery, HTML5, CSS3. Proficient in using Model View Controller (MVC) Architecture in
many frameworks, able to quickly learn and master new technologies, knowledgeable about the
Software Development Lifecycle and Agile methods, high energy and confident professional with
passion for technologies, flexible and capable for balancing of multiple projects at a time in a
fast-paced environment, good in managing time and organize tasks, ability to comprehend ideas
and integrate them into desired results, able to work smoothly even under pressure..
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c160911…
https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c1609110744455a5b5c… 2/3
Ensured proper documentation of activities for subsequent review by the
quality group.
Project 3: Real Time Release? Aug-2019 ? Jan 2020.
Role: Developer
Responsibilities:
Developed required functionality through Visual Studio Code in Angular 8,
HTML5, Bootstrap4, SCSS.
Developed REST API Service using NodeJS and ExpressJS.
Tested functionality by hosting solution in Azure App Service.
Ensured proper documentation of activities for subsequent review by the
quality group.
Project 4: Fleet Management System (FMS) Visualization ? Oct-2018 ? Jul-2019.
Role: Developer
Responsibilities:
Developed required functionality through Visual Studio Code in Angular 6,
HTML5, Bootstrap4, SCSS.
Developed REST API Service using Spring Boot, Hibernate, JPA.
Used Google column and Scatter chart to depict data accurately.
Tested functionality by hosting solution in Tomcat server.
Ensured proper documentation of activities for subsequent review by the
quality group
Project 5: Digiwheels ? Jan-2017 - Oct-2018.
Role: Developer
Responsibilities:
Understanding the requirements.
Developing front end code using JQuery, HTML5, Bootstrap4, CSS3 through
Sublime Text Editor.
Consuming the web service.
Tested functionality by hosting solution in Web Server.
Ensure to provide solutions that are scalable, repeatable, efficient and
effective.
Performing functional and technical designs, models, components, code,
unit tests, and documentation
UG: B.Tech/B.E. (Computer Science) from West Bengal University of Technology (WBUT) in 2013
PG: M.Tech (Computer Science and Engineering) from Kalyani Government Engineering College, Nadia in 2016
Education
IT Skills
Skill Name Version Last Used Experience
Angular 8, Angular Material
TypeScript, JavaScript, ES6
JQuery, Bootstrap4
HTML5, CSS3, SCSS
React js
MongoDB , MySQL, SQL Server
Node.js , Express.js
Jenkins, Docker
GIT
Eclipse, STS
AZURE
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c160911…
https://freesearch.naukri.com/preview/printResume?uname=2409217dea07028c896c1c3c97eaee7f5b5d0c5649415b42001842595e09564c1609110744455a5b5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
VS Code, Sublime Text
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 654: Resume 1030 with similarity score 0.015394300950290488
Resume Text: B.E , MS , B.TECH web developer , flow manager , api developer , senior software engineer , change management , senior software developer , full time , front end developer functionality , invoice processing , suppliers , validation , designation , ug , affirmative action , scanning , web api , databases , hindi , maintenance , ltd , windows , import , authorization , english , pattern , teams , status , c# , email , project , store , application , forms , operations , ctc , mvc , query writing , features , flow , change management , building , repository , storage , languages , fax , kannada , sql server , ptp , virus , web pages , javascript , software analysis , technology , servicenow 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150…
https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150743125e5d0b0… 1/3
Current Designation: Senior Software Engineer -Dot Net
Current Company: Accenture Services Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: None [None]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Senior Software Engineer -Dot Net
Dec 2013 to Till Date
PROJECTS UNDERTAKEN
Projects I have been part of:
Project 1: Document Storage Application:
Role: .NET WEB API Developer
Description:
Document Storage Application acts as a storage application for any application especially Servicenow Application that
doesnot have any other database mechanism to store.
The communication to and from the applications to document storage happens by API calls.
Responsibilities:
Web API created and used to call ServiceNow application and store documents to our Database.
Implemented Repository Pattern.
Created WebAPI?s to consume the data, also API?s to send the data to Service Now application.
Project 2: Document Flow Manager Application:
Role : C# WEB Developer
Description:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Sindhu H P
Senior Software DEVELOPER- 7 years experience- .Net, C#, Web API, WCF, .NET
CORE API, React JS,SQL Server,Query Writing
Key Skills: Senior Software Developer,Net,C#,Web API,React JS,SQL Server,Software Analysis
Summary
A competent professional with over 7 years of experience
Accenture Services Pvt. Ltd., Bangalore as Senior Software Developer
In-depth knowledge of software technologies such as React JS,.Net Core API, .Net, C#, Web API,WCF, SQL Server 2008 &
Query Writing.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150…
https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150743125e5d0b0… 2/3
Application which we built to handle the invoice processing flow for PTP and CTC teams, having more than 50 clients.
Responsibilities:
Build web pages .
Handle changes according to client requirement.
WebForms application to handle both images and data side by side and provide ERP like feel to compare and approve
data.
Constant upgrading of solution to handle new .NET features.
Project 3: Document Integrator:
Role: .NET Windows Forms Developer
Description:
Windows Forms Application used to ingest invoices from different multiple locations, multiple client. Handling conversion
and Validation of Password Protected file, Virus check etc and then import these documents to respective application
databases.
Responsibilites:
Build new WindowsForms pages according to requirement.
Implement new and updated features to consume the files sent via mail, fax, printer , scanning solutions and store it in DB.
Change management according to client requirement.
DWP deployment:
Handling deployment of the code, handle SQL server operations including creation of required procedures, views,
functions and SSIS reports.
Project 4: PO MAPPING:
Role: React Front End developer
Description:
A document comparing tool, built to compare the same document from different ERP systems.
Responsibilites:
React JS was used to build the front end for this application.
API created to send data to DB.
API to consume and send the data from applications and database.
TECH UPGRADE:
ROLE: REACT front end developer
Description:
An easy portal for suppliers to take action on their company invoice.
Responsibilities:
Involved in upgrading of .NET application to React.
Building new modules to accommodate existing functionality.
UG: B.Tech/B.E. (Computers) from Dr Ambedkar Institute of technology, Bangalore in 2013
PG: None (None) in 0
Education
IT Skills
Skill Name Version Last Used Experience
.Net, C#, MVC, Web Service 4 2018 5 Year(s) 0 Month(s)
Web API 5 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150…
https://freesearch.naukri.com/preview/printResume?uname=12e02dbee7589fe8f8bf590147f085cf59540d054f465a110016485e5409514b1709150743125e5d0b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
React js 2019 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
Rank 655: Resume 470 with similarity score 0.015380924252018886
Resume Text: MS , B.TECH work from home , full time , machine learning intern encryption , algorithms , internships , uber , healthcare , security , deep learning , ola , project , application , her , passenger , resume , android , datasets , machine learning , computer science , finance , completion , assessment , technology Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship. All I want is a chance to prove it to you. I had done project in android that is carpooling application which dose not requires any
physical offices like ola and uber .i have done internship in machine learning in Brain O Vision, hyderabad. and now as a last year project working
on security and privacy preserving in deep learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for 6 months but i have exams from 17feb to 25feb so after exams that is from 25feb onwards i am full time available.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 9284677627
Rutuja Patil
Vita, Sangli
Applied 08 Feb'21
Bachelor of Technology B.Tech), Computer Science & Engineering
Annasaheb Dange College Of Engineering And Technology Ashta
2017 - 2021
CGPA 7.00/7
Senior Secondary XII, Science
Krp College Islampur
MAHARASHTRA BOARD board)
Year of completion: 2017
Percentage: 78.00%
Secondary X
Vita Highschool Vita
MAHARASHTRA board)
Year of completion: 2015
Percentage: 80.00%
Machine Learning Intern
Brain O Vision, Virtual
Aug 2020 - Sep 2020
learn different machine learning algorithms and worked on that through different datasets such as which algorithm gives
more efficiency that is accuracy for respective dataset.
security and privacy preserving using deep learning
Jul 2020 - Feb 2021
To study and analysis of different SMPC algorithms with hommomorphic encryption to achieve more security and preserve
the privacy in DL Applications of deep learning such as healthcare, finance have some problems regarding security concern.
Carpooling Application
Dec 2019 - Jan 2020
The carpooling application is intended to people travelling. The application will
allow the user to select his/ her role i . e. driver or passenger .
Rank 656: Resume 1185 with similarity score 0.01534971132127216
Resume Text: MS , M.Sc , M.S director , technical consultant , partner , cio , product development , solution architect , technology consultant , full time , country manager , enterprise cloud architect , vp contractual , general , performance management , customer , migrating , citrix , ease , designation , ug , vendors , mid-market , affirmative action , pre-sales , oracle , shape , hybrid cloud , hindi , revenue , azure , ltd , architects , product engineering , authorization , internet , english , iaas , c-level , teams , go , status , directors , paas , eld , email , aws , solution architecture , operations , microsoft , business strategy , subject matter experts , technology solutions , enterprise architecture , led , drive , dc , building , alliance formation , languages , context , it infrastructure , sme , e-commerce , oci , pivotal , vmware , leadership skills , adoption , practice development , javascript , engineers , acting , organization , sales process , cloud computing , engagements , public sector , migration projects , management skills 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d45…
https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d455644460e550f… 1/3
Current Designation: Director -Cloud Engineering
Current Company: Oracle India Pvt Ltd
Current Location: Delhi
Pref. Location: Delhi / NCR,Australia,Singapore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [Telecommunication
Technology]
Verified : Phone Number | Email - id
Oracle India Pvt Ltd as Director -Cloud Engineering
Jun 2017 to Till Date
Growth Path:
June 2020 - Present Director -Cloud Engineering
June 2017 - June 2020 Enterprise Cloud Architect
Key Responsibilities
Engage with technology decision makers (CIO, CTO, Solution Architects, VPs and Directors of IT) within key accounts;
building relationships, evangelizing Oracle Cloud solutions, and providing domain expertise to assist in closing business
As part of Cloud Pursuit team, working closely with OCI India Datacenter engineering team, Product Engineering team,
Top 30 OCI consumer customers, Pre-Sales/Sales team to improve on current OCI services and new innovative solutions
for customers.
Driving Oracle Cloud business with enterprise and public-sector customers; helping to shape and deliver on a strategy to
build broad use of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings.
Developing customer's Cloud Computing architecture vision, future state architectures, and implementable architecture
roadmaps in the context of the public, private, and hybrid cloud computing solutions Oracle can offer
Providing leadership and expertise in the development of new services / customizing existing services with OCI India DC
team and Product engineering team
Key Responsibilities
Leading a team of Cloud Solution Architects, Subject Matter Experts and Cloud Engineers to drive OCI Consumption, new
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Nitin Kaushik
Director seeking roles in Solution Architecture, Enterprise Architecture, Business
Management, Subject Matter Expertise, Cloud Computing, Network Operations,
Business Strategy, Performance Management, AWS, OCI, GCP, Azure and VMware
Key Skills: Director, Head/VP/GM, Solution Architecture, Enterprise Architecture, Business Management, Subject Matter
Expertise, Cloud Computing, Network Operations, Business Strategy, Performance Management AWS, OCI, GCP, Azure
and VMware
Summary
With overall 2 decades of experience in the Industry I represent the flock of next generation leadership in IT industry. Beyond
people and business management I am a Solution Architect, Technical Consultant and Technology evangelist with diverse
exposure and multiple skill sets in IT infrastructure domain.
Driving Oracle IaaS/PaaS Cloud business in North India region. Leading a team of 14+ technical resources including Cloud
Architects, Cloud Specialists (SMEs) and Cloud engineers. Helping Oracle's Enterprise and Public Sector customers shape and
deliver on a strategy to build broad use of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings
Effective communicator with strong functional & leadership skills, smooth relationship management skills and deep analytical &
problem-solving skills. At ease interacting with people across hierarchical levels in an organization for ensuring efficient task
execution.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d45…
https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d455644460e550f… 2/3
customer adds through adoption of Cloud Architecture and Technology Solutions on Oracle cloud and competitive win
back in breadth and depth accounts.
Responsible for all Oracle focused Solution Areas and building blocks
Led Practice development Unit, a cloud focused business unit with a charter to build new cloud and data practices with
Partners.
Experience in establishing hi-performance culture built on strategic customer and partner engagements through innovative
solutions across industry segments in Enterprise, mid-market and public sector spanning across multiple geographies in
India.
Have held important relations with various C-Level Executives & Leaders in the industry, on behalf of the organization and
been pivotal in influencing various decisions in favor of the organization.
Key Responsibilities
Engage with technology decision makers (CIO, CTO, Solution Architects, VPs and Directors of IT) within key accounts;
building relationships, evangelizing Oracle Cloud solutions, and providing domain expertise to assist in closing business
As part of Cloud Pursuit team, working closely with OCI India Datacenter engineering team, Product Engineering team,
Top 30 OCI consumer customers, Pre-Sales/Sales team to improve on current OCI services and new innovative solutions
for customers.
Driving Oracle Cloud business with enterprise and public-sector customers; helping to shape and deliver on a strategy to
build broad use of Oracle's Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) offerings.
Developing customer's Cloud Computing architecture vision, future state architectures, and implementable architecture
roadmaps in the context of the public, private, and hybrid cloud computing solutions Oracle can offer
Providing leadership and expertise in the development of new services / customizing existing services with OCI India DC
team and Product engineering team
VMware Software India Pvt Ltd as Senior Account Technology Consultant
May 2014 to May 2017
Key Responsibilities
Working directly with Customers to Plan, Design and Implement Enterprise Cloud Solutions.
Working with Product Development and Sales & Delivery organizations to incubate and help bring to market the next
generation of VMware certified technical architectures, solutions and services.
Acting as the knowledge matter expert to deliver technical assistance for ?eld and partner engagements in managing or
consulting.
Provided end to end technical support on migrating Microsoft workloads to VMware platform for various VMware customer
in the country. Supported the PSO team in some of the large and complex migration projects on Microsoft Technologies.
Conducted and delivered trainings for country presales audience on VMware and Microsoft Technologies.
Developing and maintaining technical and business expertise of cloud industry directions and trends
Hewlett-Packard India Sales Pvt Ltd as Country Manager -Microsoft Consulting
Sep 2008 to May 2014
Key Responsibilities
Shaped the expert team on Microsoft technologies for both Presales and Delivery
Lead the team of 12 resources including Architects, SME, Presales, Delivery and Project Management
Developed and lead Services & Solutions business strategy Nationally to deliver agreed revenue targets.
Started the Microsoft consulting practice in year 2009 and grew it from 0 to 40 crores in 5 years.
Build new solutions portfolio in Cloud (Azure, O365, Citrix, VMware etc.)
Alliance formation and contractual agreement with partner, vendors and OEM
Providing winning solutions as part of the pre-sales process including responding to formal or informal Requests for
Proposals (RFPs) and Requests for Information (RFIs) from existing and prospective clients
Working closely with sales leadership teams and other practices to build the go to market solutions.
Tracking the market and competition and coming out with innovative ideas to be most relevant in the market place.
UG: B.Com (Commerce) from Delhi University in 2003
PG: MS/M.Sc(Science) (Telecommunication Technology) from Sikkim Manipal University (SMU) in 2012
Other Qualifications/Certifications/Programs:
B.COM (P)
G.Tech
Education
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d45…
https://freesearch.naukri.com/preview/printResume?uname=9689a58261be0034e3718e851cd79e1a5d595c544a410f40024546095e0a044f470d455644460e550f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 657: Resume 259 with similarity score 0.01533864229296847
Resume Text: BS work from home training , web development , figma , internships , css , php , jquery , ux design , visual basic , bootstrap , wordpress , aws , resume , computer science , amazon , assessment , javascript , ion , digital marketing , learning , html , online Assessment
Q1. Why should you be hired for this role?
I am passionate to learn new technologies , and give my best in all fields. Web development is my passion and this is my dream job.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9770856800
Jhalak Sharma
Gwalior, Delhi
Applied 07 Feb'21
CSS Figma HTML
JavaScript PHP UI & UX Design
Bootstrap Visual Basic VB WordPress
Master of Computer Applications MCA, Computer Science
MIT 's University
2019 - 2021
Bachelor of Computer Applications BCA
Vips
2017 - 2019
Percentage: 60.00%
Digital Marketing
IgmGuru, Virtual
Jan 2021 - Present
Website designing
Digital Marketing
IgmGuru, Online
Jan 2021 - Present
Certificate Of Aws Training
Amazon, Online
Aug 2020 - Nov 2020
Website for food ordering
Jul 2020 - Aug 2020
Railway reservation
Oct 2019 - Nov 2019
https://www.dropbox.com/sh/4sei3cg8xkmhtos/AADsynAKQozDlf0nbssJgzcGa?dl=0
It is all about reservation enquiry of tickets and train details etc I used CSS JavaScript jQuery etc in this
Hello I love web development & also learning new things please give me a chance this is my dream job ,I do everything to
make it right
https://www.dropbox.com/sh/4sei3cg8xkmhtos/AADsynAKQozDlf0nbssJgzcGa?dl=0
Rank 658: Resume 1289 with similarity score 0.015253956369195097
Resume Text: MS , M.Sc , M.S , BS cloud architect , solutions architect , associate , full time , systems manager , system analyst amazon ec2 , general , software systems , assistants , microsoft azure , designation , server management , ug , affirmative action , information technology , technical architecture , hindi , docker , linux , firewall , maintenance , cctv , windows , investigation , software installation , authorization , office 365 , internet , ios , english , status , sql , email , sonicwall , application , aws , devices , sap , mumbai , android , mac os , ecs , s3 , c++ , connectivity , router , storage , languages , iis , completion , peripherals , software troubleshooting , python , javascript , web , network administration , cloud computing , availability 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d42…
https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d420747140d0b0d… 1/2
Current Designation: Assistant Systems Manager
Current Company: Reliable Software Systems
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MS/M.Sc(Science) [INFORMATION
TECHNOLOGY]
Verified : Email - id
Reliable Software Systems as Assistant Systems Manager
Oct 2015 to Till Date
* Managing Windows server(Active Directory,Group Object Policy, IIS,DNS,File server,.
* EC2
* Amazon Web Service
* Managing Office 365
* Troubleshooting and investigation for critical problems during hardware and software installation, Networking (LAN & Wi-
Fi) and Firewall and application server related issues.
* Managing firewall(Dell Sonicwall).
*Inventory of IT peripherals and maintaining fixed stock register.
* Perform daily monitoring of internet connectivity, application server, LAN/Wi-Fi devices, verifying the integrity of integrity
and availability of all Hardware, server resources, system and key processes and verifying the completion of scheduled
jobs.
* Getting work done from IT Assistants and third party vendor.
Dona Sylvia Beach Resort as EDP Associate
May 2014 to Sep 2015
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
DALAN FERNANDES
AWS Certified Cloud Architect Looking for a role in Cloud Computing with 6 years of
total IT experience and 3 years in Cloud computing(AWS :- EC2,RDS ,S3, VPC, ELB,
Auto Scaling, CloudFront, CloudFormation, IAM, Storage Services, Docker, EKS, ECS
).
Key Skills: Amazon Web Service(AWS) AWS Cloud Architect,Microsoft Azure,System Analyst,System Analysis,Cloud
Computing,Technical Architecture,Network Administration,Server Management,Software Troubleshooting,Requirement
Gathering,Python,Java,C,C++,Javascrip
Summary
Result-oriented Professional with over 6 years of experience in System Analysis,Cloud Computing,Technical
Architecture,Network Administration,Server Management,Software Installation,Software Troubleshooting,Requirement
Gathering,Python,Java,C,C++,Javascript
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d42…
https://freesearch.naukri.com/preview/printResume?uname=5dd0dc80570957c251ad56f3c1418a1c5e59080719175c400119495e0c5f0018465d420747140d0b0d… 2/2
UG: BCA (Computers) from Goa University in 2014
PG: MS/M.Sc(Science) (INFORMATION TECHNOLOGY) from Singhania University in 2019
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Amazon web services(AWS)
Microsoft Azure, Office 365
Router, switch,Firewall,Wi-Fi,CCTV
Linux,Microsoft Windows
SQL and No SQL
Microsoft Windows, Linux
Mac OS,Android,iOS
Python, C, C++, Java,SAP (ABAP)
JavaScript
Amazon EC2 2020 2 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Konkani
Rank 659: Resume 1446 with similarity score 0.015237538818019742
Resume Text: B.E , MS , B.TECH , BS broadcast engineer , orchestrator , software developer , senior software engineer , full time , autocad invoice processing , customer , skype , linux , pdf , test cases , status , arabic , cable , video servers , green belt , logging , process design , testing , dtmf , connectivity , visio , octopus , connections , broadcast , coordinated , organization , crm , mos , robot , black and white , designation , hindi , ltd , windows , json , english , troubleshooting , commissioning , autocad , on site , six sigma , flow , jpeg , screen scraping , process automation , test data , javascript , technology , html , reporting , instruction , microsoft office , adobe photoshop , affirmative action , studio , maintenance , advanced , checks , email , transmission , project delivery , output , languages , web , base , ug , health , taxonomy , authorization , excel , c# , sql , application , devices , less , electronics , running , framework , graphics , workplace transformation , plots 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c17…
https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c175145415a5b5a… 1/3
Current Designation: Senior Software Engineer - RPA
Current Company: Snak India
Current Location: Noida
Pref. Location: Pune,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Snak India as Senior Software Engineer - RPA
Aug 2019 to Till Date
PROJECTS:
Invoice processing using UiPath AI module
Duration- December 2019
1. Designed and developed Robot that can extract data from invoices in PDF, JPEG or PNG format.
2. Used Taxonomy manager in order to configure Invoice inputs and outputs.
3. The output result can be obtained in the form of JSON, text, CSV or excel.
4. UiPath AI model and Microsoft OCR is used in the solution.
5. Prepared process design document for the process.
Feedback Call to Customers using DTMF Technology
Duration- November 2019
6. Designed robot that calls customers to ask for product/service feedback.
7. Call status and customer's feedback is recorded in excel sheet.
8. Call report is sent to concerned department in email.
9. Integrated DTMF decoder and call center software to make calls to customers.
10. Prepared process design document for the process.
Feedback Call to Customers using Skype
Duration- October 2019
1. Designed robot that calls customers to ask for product/service feedback.
2. Call status and customer's feedback is recorded in excel sheet.
3. Call report is sent to concerned department in email.
4. Integrated skype and call center software to make calls to customers.
5. Prepared process design document for the process.
Image Plot in Photoshop
Duration- September 2019
Last Active: 15-Jul-20 Last Modified: 4-Jun-20
ANAMIKA
UiPath Advance Level and Six sigma green belt certified RPA Developer with overall
05+ years of IT experience and 1.5+ years of experience in RPA. Proficient in all
phases of SDLC such as Analysis, Design, Development, Implementation and
Maintenance
Key Skills: senior software engineer-rpa,project management,robotic process automation,commissioning,uat
testing,sdlc,sql,c#,uipath,ui path,orchestrator,web based automation,RE Framework
Summary
UiPath Advanced Level and Six sigma green belt certified Robotic Process Automation (RPA) Developer with overall 05+ years
of IT experience and 1.5+ years of experience in RPA. Proficient in all phases of SDLC such as Analysis, Design, Development,
Integration, Implementation and Maintenance.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c17…
https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c175145415a5b5a… 2/3
1. Analyzed the feasibility of requested process suitable for automation.
2. Designed robot that plots given image in Adobe Photoshop.
3. Used Data Table to read the coordinates and colour information and plotted black and white image of same.
4. Prepared process design document for the process.
Trigger Robot using customized API Call
Duration- August 2019- September 2019
1. Designed a bot that converts HTML file to PDF format.
2. Bot takes HTML file path from user via API Call and Performs the HTML to PDF conversion and then gives the PDF file
location via API output argument.
3. Prepared process design document for the process.
Updating Candidates information in HRMS
Duration- August 2019
1. Analyzed the feasibility of existing process suitable for automation.
2. Prepared a bot that takes candidate information from an Excel sheet and updates the candidate's profile as per the
instruction given in the sheet.
3. Bot is designed to update status (Success or Fail) in same excel sheet.
4. Deployed the bot in orchestrator and scheduled the robot to run every 24 hours.
5. Prepared process design document for the process.
Benchmark Broadcast System Pvt Ltd as Broadcast Engineer
Jul 2014 to Jul 2019
Organization : Benchmark Broadcast System Pvt Ltd, Noida
Duration : July 2014 - July 2019
Designation : Senior Broadcast EngineerPrepare Bill of Material (Noida, India)
Duration- September 2018- July 2019
1. Analyzed the feasibility of existing process suitable for automation.
2. Used Data scraping module in order to collect data from different sites and compare price of the products.
3. Provided POC for UiPath Orchestrator for deployment, monitoring and management of UiPath Robot automation
activity.
4. Prepared process design document for the process.
Jazeera Workplace Transformation (Doha, Qatar)
Duration- February 2016- August 2018 (Onsite)
? Project Delivery and Reporting: December 2017- August 2018
1. Prepared and quality checked list of installed hardware and software for Studios, Central transmission and Program
Rooms.
2. Prepared supporting documents for substantiation process.
? Project Management Office: March 2017- November 2017
1. Worked on Action log and Document Tracking log.
2. Coordinated between Engineering team and PMO team to close the Action Points.
3. Analyzed the risks and prepared reports.
? Testing and commissioning: February 2016- February 2017
1. Prepared UAT scripts and test cases for broadcast and network equipment (for both system & operational tests) related
to News Studio.
2. Worked on the UiPath version 2016.2
3. Used UiPath in order to upload test data on customer's CRM and to collect test results in order to prepare reports.
4. Used Anchor base and excel modules in order to upload and collect information from the CRM.
5. Used Screen Scraping method to extract text from running window application by appropriate output methods such as
native, Full text and OCR.
6. Analyzed the issues reported by customer and prepared reports.
Octopus NRCS Support
Duration- August 2015- January 2016
1. Installed Octopus in both Windows as well as Linux systems.
2. Replicated main and backup servers.
3. Connectivity of Octopus with other devices like video servers, prompters and graphics through MOS.
4. Health-checks and report generation.
5. On site and off site support and troubleshooting.
GIL Hits (Noida, India):
Duration- April 2015- July 2015
1. Analyzed the design requirements for monitoring & logging solution of 320 Channels.
2. Prepared High-Level Visio Schematics and other supporting documents.
Qvest (Cologne, Germany)
Duration- January 2015- March 2015
1. Prepared Low-Level AutoCAD drawings for Al Jazeera Arabic channel.
2. The design included flow of the network and control signals from various broadcast equipment along with their
connections and cable types.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2014
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c17…
https://freesearch.naukri.com/preview/printResume?uname=89705f59491a9f3047e866d3392743be09080f5642145b455118485f5a5a584b1b5c175145415a5b5a… 3/3
Other Qualifications/Certifications/Programs:
Uipath Advanced RPA Developer
Six Sigma Green Belt
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Uipath 2020 2 Year(s) 0 Month(s)
SQL
Microsoft Office
C# .Net 2020 0 Year(s) 6 Month(s)
MS Visio 0 5 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 660: Resume 1399 with similarity score 0.01518275859903232
Resume Text: B.E , MS , B.TECH full time , sales force administrator , salesforce developer , data management automation , customer , designation , ug , data migration , affirmative action , hindi , soql , authorization , workbench , english , process validation , status , excel , email , project , application , less , operations , electronics , obc , information sharing , validation rules , languages , salesforce , visualforce , word , dashboards , workflow , javascript , forecasting , crm , apex , security management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 1/2
Current Designation: Salesforce Developer
Current Company: CODLEO
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - ERP / CRM
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
CODLEO as Salesforce Developer
Dec 2020 to Till Date
I am working as a salesforce developer having knowledge of apex class, trigger, visualforce, soql and related topics of
development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Punjab Technical University (PTU) in 2017
Other Qualifications/Certifications/Programs:
Salesforce Certified Administrator
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SUNIL KUMAR
I am working as a Salesforce Admin And Developer.Expert in admin like Automation
tools,Security Management,Reports And Dashboards,Data Migration also handles
Apex Class,Triggers ,Visualforce,Soql and DML Operations.
Key Skills: sales force administrator,data management,process validation,security management,application
development,process approval,workflow rules,validation rules,salesforce certified administrator,Salesforce
Developer,SFDC,Apex,Triggers,Visualforce
Summary
I am working as a salesforce developer having knowledge of admin and development. like apex, trigger visualforce, soql and
sfdc.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Ms Word AND MS excel 0 0 Year(s) 0 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 2/2
Nature of Employment: Full Time Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: United Kingdom,United States,Australia
Job Type: Permanent
Employment Status: Full time
SalesForce Admin 50.0 2020 1 Year(s) 6 Month(s)
WORKBENCH 50.0 2020 1 Year(s) 6 Month(s)
Data Loader 50.0 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
Hindi Expert
Maithli Expert
Projects
Project Title: Arrow SI
Client: JCI California
Project Details: Description:-
Arrow SI provides the information about Client Forecast price. Analyze the monthly product sales and Update all the
customer price on opportunity. It shows all information about customers on Vf Page. This application contains Forecasting
Information Sharing, Customers and Dealer modules.
Rank 661: Resume 1400 with similarity score 0.01518275859903232
Resume Text: B.E , MS , B.TECH full time , sales force administrator , salesforce developer , data management automation , customer , designation , ug , data migration , affirmative action , hindi , soql , authorization , workbench , english , process validation , status , excel , email , project , application , less , operations , electronics , obc , information sharing , validation rules , languages , salesforce , visualforce , word , dashboards , workflow , javascript , forecasting , crm , apex , security management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 1/2
Current Designation: Salesforce Developer
Current Company: CODLEO
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - ERP / CRM
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
CODLEO as Salesforce Developer
Dec 2020 to Till Date
I am working as a salesforce developer having knowledge of apex class, trigger, visualforce, soql and related topics of
development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Punjab Technical University (PTU) in 2017
Other Qualifications/Certifications/Programs:
Salesforce Certified Administrator
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SUNIL KUMAR
I am working as a Salesforce Admin And Developer.Expert in admin like Automation
tools,Security Management,Reports And Dashboards,Data Migration also handles
Apex Class,Triggers ,Visualforce,Soql and DML Operations.
Key Skills: sales force administrator,data management,process validation,security management,application
development,process approval,workflow rules,validation rules,salesforce certified administrator,Salesforce
Developer,SFDC,Apex,Triggers,Visualforce
Summary
I am working as a salesforce developer having knowledge of admin and development. like apex, trigger visualforce, soql and
sfdc.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Ms Word AND MS excel 0 0 Year(s) 0 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f19…
https://freesearch.naukri.com/preview/printResume?uname=a891fcc9dd9436cb555679c155ab765c090c0a5918165b450b17445c59580418155f1955441258580c… 2/2
Nature of Employment: Full Time Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: United Kingdom,United States,Australia
Job Type: Permanent
Employment Status: Full time
SalesForce Admin 50.0 2020 1 Year(s) 6 Month(s)
WORKBENCH 50.0 2020 1 Year(s) 6 Month(s)
Data Loader 50.0 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
Hindi Expert
Maithli Expert
Projects
Project Title: Arrow SI
Client: JCI California
Project Details: Description:-
Arrow SI provides the information about Client Forecast price. Analyze the monthly product sales and Update all the
customer price on opportunity. It shows all information about customers on Vf Page. This application contains Forecasting
Information Sharing, Customers and Dealer modules.
Rank 662: Resume 972 with similarity score 0.015171005322047635
Resume Text: MS , BS full time , software engineer , it manager automation , react.js , redux , core java , general , financial services , jenkins , algorithms , los angeles , soap , designation , ug , confluence , groovy , mar , affirmative action , mysql , hindi , hub , beginner , maintenance , ltd , jquery , authorization , json , english , code review , status , architecture , c# , stakeholder management , email , project , agile , flux , aws , server technologies , angularjs , xml , microsoft , mds , .net core , xcode , rest , s3 , design patterns , git , data masking , solid principles , finance , languages , asp.net , single page applications , documentation , dashboard , sql server , investment banking , iis , es6 , singleton , python , ado.net , mobile , javascript , jira , search , web , crm , process enhancement , factoring , html , performance reviews 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 1/2
Current Designation: Tech Architect- IT Software
Current Company: William O'Neil India Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.C.A. Honors [Computers]
Verified : Phone Number | Email - id
William O'Neil India Pvt. Ltd. as Tech Architect- IT Software
Apr 2015 to Till Date
Project #1 (Current): Exchange Data | Technologies: C#, .Net core, SQL Server, AWS S3
Project #2(Current): Data masking Tool | Technologies: Python, React, Redux, Saga, SQL, PostgresSQL
Project #3 (Current): HUB (CRM System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, WCF, Angular
JS, Elastic Search, AWS S3
Project #4: Panaray Web/Mobile | Technologies: ReactJS, Underscore JS, ES6, Flux, Redux, Saga, Elastic Search, Java,
WCF, Objective C
Project #5: Massmailer (Mailer System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, AWS (SES,
SQS, SNS, S3)
MCube Investment Software Pvt. Ltd. as Software Engineer
May 2014 to Mar 2015
Project: Dynamic Dashboard | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, XCode IDE,
Objective C
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SAURABH KASAT
Tech Architect seeking roles in Application Development, IT Project Management,
Stakeholder Management, Application Design, Requirement Gathering, Process
Enhancement, IT Delivery Management, C#, ASP.Net, MySQL, ReactJs, Jenkins,
JIRA, HTML.
Key Skills: Tech Architect,IT Manager,Application Development,IT Project Management, Application Design,Issue
Resolution,Requirement Gathering,Process Enhancement,IT Delivery Management,C#, ASP.Net, MySQL, ReactJs,
Jenkins, JIRA, HTML,Python,Elastic Search
Summary
Achievement-driven professional with experience in design, architecture, and implementation of next-generation system
architecture & automation solutions for Web Based, CRM, Finance, Investment Banking & share market-based applications.
Comprehensive knowledge of:
React JS, C# .NET, SQL Server Technologies based Projects
Single page applications using Angular JS & React JS
Technical designing of the system along with performance reviews
Algorithms and Data Structures
Impressive success in facilitating day-to-day interactions with clients and enabling task prioritization; gained insightful exposure
of working at onsite in Los Angeles in 2016. Extensive skills in end-to-end development of software products (Web/Mobile
Integration) with Agile Methodology including requirement gathering & analysis, programming/coding, creation of POC,
preparing/review of estimation, code review, impact analysis, re-factoring, deployment, documentation
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 2/2
Indus Valley Partners Pvt. Ltd. as Software Engineer
Jan 2013 to Apr 2014
Project: Polaris (Data Ware House) | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, JQuery
UG: BCA (Computers) from MDS University, Ajmer, Bhilwara, Rajasthan in 2007
PG: M.C.A. Honors (Computers) from UCCS & IT, University of Rajasthan, Jaipur, Rajasthan in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Graph APIs 0 Year(s) 0 Month(s)
JQuery, JavaScript, Groovy, JSON, XML
HTML, ASP.NET, C#, Core Java
Core Python, WCF, SOAP, REST
SQL Server, My SQL, Elastic Search
IIS, Node Server (Beginner)
JIRA, TFS, GIT, Confluence, Jenkins
Singleton, Factory, Abstract factory
Design Patterns, SOLID Principles 10 Year(s) 0 Month(s)
AWS (SES, SNS, SQS, S3)
React.Js, AngularJS, UnderscoreJS 4 Year(s) 0 Month(s)
ASP.NET, ADO.NET, C# 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 663: Resume 420 with similarity score 0.015153606998298414
Resume Text: B.S , MS nan ion , english , resume , assessment Assessment
Q1. Why should you be hired for this role?
As I have the professional academic Knowledge in the given area,which will helpful for the given role.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes ! I am available for 6 months, starting immediately, for this internship.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8840761255
Ragini Mishra
Pune
Applied 29 Jan'21
MSExcel MSOffice English Proficiency Spoken)
English Proficiency Written) Recruitment
MBA, Human Resource
IILM Business School Lucknow
2008 - 2010
Percentage: 77.00%
Bachelor of Science B.Sc), Science
CSJM University Kanpur University)
2006 - 2008
Percentage: 61.00%
qualified UGC NET)in Human resource Its an all india level exam. completed certifications in HR from Alison ,GE forge.
Rank 664: Resume 1440 with similarity score 0.015149608766948356
Resume Text: MS , BS implementation manager , associate , orchestrator , software developer , change management , full time , automation engineer , business analyst outlook , change control , reporting , training , award , onboarding , robot framework , robotics , drive change , general , bmc remedy , css , designation , data extraction , ug , microsoft office , deliverables , affirmative action , principles , ticketing , maintenance , utilization , basic , php , work allocation , advanced , authorization , english , design documents , process definition , status , timelines , agile , sql , email , excel , powerpoint , ui automation , leadership , pcl , less , mumbai , process analysis , star , operations , testing , robot programming , change management , hiring , carnival , languages , business process , mobile applications , client requirements , development centers , foundation , process automation , selenium , assessment , word , project documentation , middle management , off-shore teams , web pages , javascript , workflow , organization , suite , technology , pop3 , html , database , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130…
https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130b164559540b5… 1/3
Current Designation: Associate Consultant -Automation
Current Company: Capgemini
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Navi Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Capgemini as Associate Consultant -Automation
May 2019 to Till Date
Environment: Robotics Process Automation- UiPath
Projects:
1) BMC Remedy Ticketing Tool - Ticket Monitoring/Updating
2) Control-M Application Alerts Monitoring
3) Service Now - Ticket Monitoring / Updating, Report Generation
4) RSA Portal Onboarding/Offboarding
5) Carnival PCL Onboarding
Roles and Responsibilities
Worked as SME to do the extensive feasibility study of a process using UiPath solution and finalize the scope for
development.
Create PDD (Process Definition Document) and developed separate SDD (Solution
Design Documents)
Develop configurable Agile UiPath BOTs using RE Framework.
Participated with test teams during the Product test and UAT phases to fix assigned bugs.
Configured the Bots and deploying processes and also scheduled the jobs in UiPath Orchestrator.
Configuring new processes and activities using core workflow principles that are efficient, well-structured and manageable.
Scheduled UiPath Bots using Task Scheduler.
Handling of Image based, and Text automation in Virtual Environments, for interacting with the application.
Interacted with different mail services such as POP3, OUTLOOK and IMAP to get the mail
Lead the Teams Both On-shore and Off-shore Teams to ensure the deliverables are smoothly achieved on
time.
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Mamta Pandey
RPA Developer with 4 years experience seeking roles in UiPath Automation
(Immediate Joinee). Major skills involve doing feasibility study, creating design
documents, developing automation flows, testing and deployment of bots using
advanced UiPath.
Key Skills: Project Documentation,Data Extraction,Process Analysis,HTML,CSS,PHP,Java,SQL Database,Web
Technologies,Solution Design,RPA,Automation Engineer,Build
Automation,Selenium,Javascript,uipath,Automation,Robotics,Robot Programming,Robot Framework
Summary
Total 4 years of IT experience with 3.5 years of experience in Robotics Process Automation (RPA) tool UiPath. Being a UiPath
Advanced Certified RPA Developer, I have worked on multiple automations to increase the efficiency and accuracy level using
UiPath for automating business process workflows. Major skills involve doing feasibility study, creating design documents,
developing, UAT testing and deployment of RPA (Robotics Process Automation) solutions using UiPath to meet both internal
and external requirements.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130…
https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130b164559540b5… 2/3
Maintaining several RPA bots as batch processes on daily basis and ensure quality and high performance to the internal
and vendor applications of the organization.
Responsible for project documentation to ensure quality and consistency.
Provide Upskilling Sessions for new joinees.
Aon Hewitt as Analyst-Operations
Jun 2017 to Apr 2019
Environment: Robotics Process Automation- UiPath
Projects:
1) Automatic Report Generation
2) Automatic Letter Creation Post Data Extraction from Multiple Webpages
Roles and Responsibilities
Automate processes using RPA technology (UiPath) and working closely with process experts test and implement in-
scope processes.
Conduct UAT testing & drive end-to-end implementation.
Able to support and drive change management of existing processes (UiPath) as per new requirements using a structured
change control process.
Responsible for designing and setting up assessments for employee selection, employee development, pre-hiring, post
hiring based on client requirements.
Responsible for managing and reporting of High Potentials Identification & Development, Leadership
Assessment and Assessment for Selection.
Responsible for managing the Online and Virtual Development Centers being conducted for middle management for our
clients.
Handled various high complexity projects across their entire life cycles. Main responsibilities include planning deliverables
and timelines, maintaining effective communication with all stakeholders, managing work allocation to resources to ensure
both timeliness and quality, and tracking and reporting team utilization
Responsible for documentation of best practices to ensure quality and consistency, and organizing training
sessions for Trainees and Junior Analysts
Handled various high complexity projects across their entire life cycles.
Work closely with management to prioritize business & information needs.
Achievements
Received AON Plaudit (Monthly) Award twice for efficient Client Deliverables in CrunchTimelines.
Received AON Rising Star Award for High Performance in first 3 months.
Awarded the "Delivering Distinctive Client Value - August'18" achievement in Aon
DiGiSPICE as Trainee
Jul 2016 to Jan 2017
Designing an interactive User Interface using HTML, PHP, Javascript for Web Pages. Creating and maintain efficient and
normalized SQL Database. Develop basic Java API?s for Mobile Applications.
UG: BCA (Computers) from HNB Garhwal University, Srinagar in 2011
PG: MCA (Computers) from graphic era hill university, dehradun in 2016
Other Qualifications/Certifications/Programs:
RPA Developer Advanced
Blue Prism Foundation
UiPath Orchestrator Training
RPA Business Analyst Foundation
RPA Implementation Manager Foundation
RPA Developer Foundation
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, JAVASCRIPT
Basic java, SQL
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130…
https://freesearch.naukri.com/preview/printResume?uname=2a41293e25d3b45c0911ef5efae1fa8f0a590a591e130f150343425b550951431608130b164559540b5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
MICROSOFT OFFICE SUITE
Word, Excel, PowerPoint, Outlook
UiPath (Advanced)
UI AUTOMATION
Blueprism (Foundation)
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 665: Resume 742 with similarity score 0.015141853634515806
Resume Text: MS , BS full time , software engineer , it manager automation , react.js , redux , core java , general , financial services , jenkins , algorithms , los angeles , soap , designation , ug , confluence , groovy , mar , affirmative action , mysql , hindi , hub , beginner , maintenance , ltd , jquery , authorization , json , english , code review , status , architecture , c# , stakeholder management , email , project , agile , flux , aws , server technologies , angularjs , xml , microsoft , mds , .net core , xcode , rest , s3 , design patterns , git , data masking , solid principles , finance , languages , asp.net , single page applications , documentation , dashboard , sql server , investment banking , iis , es6 , singleton , python , ado.net , mobile , javascript , jira , search , web , crm , process enhancement , factoring , html , performance reviews 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 1/2
Current Designation: Tech Architect- IT Software
Current Company: William O'Neil India Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.C.A. Honors [Computers]
Verified : Phone Number | Email - id
William O'Neil India Pvt. Ltd. as Tech Architect- IT Software
Apr 2015 to Till Date
Project #1 (Current): Exchange Data | Technologies: C#, .Net core, SQL Server, AWS S3
Project #2(Current): Data masking Tool | Technologies: Python, React, Redux, Saga, SQL, PostgresSQL
Project #3 (Current): HUB (CRM System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, WCF, Angular
JS, Elastic Search, AWS S3
Project #4: Panaray Web/Mobile | Technologies: ReactJS, Underscore JS, ES6, Flux, Redux, Saga, Elastic Search, Java,
WCF, Objective C
Project #5: Massmailer (Mailer System) | Technologies: C#, ASP.NET, SQL Server, JavaScript, ADO.NET, AWS (SES,
SQS, SNS, S3)
MCube Investment Software Pvt. Ltd. as Software Engineer
May 2014 to Mar 2015
Project: Dynamic Dashboard | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, XCode IDE,
Objective C
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
SAURABH KASAT
Tech Architect seeking roles in Application Development, IT Project Management,
Stakeholder Management, Application Design, Requirement Gathering, Process
Enhancement, IT Delivery Management, C#, ASP.Net, MySQL, ReactJs, Jenkins,
JIRA, HTML.
Key Skills: Tech Architect,IT Manager,Application Development,IT Project Management, Application Design,Issue
Resolution,Requirement Gathering,Process Enhancement,IT Delivery Management,C#, ASP.Net, MySQL, ReactJs,
Jenkins, JIRA, HTML,Python,Elastic Search
Summary
Achievement-driven professional with experience in design, architecture, and implementation of next-generation system
architecture & automation solutions for Web Based, CRM, Finance, Investment Banking & share market-based applications.
Comprehensive knowledge of:
React JS, C# .NET, SQL Server Technologies based Projects
Single page applications using Angular JS & React JS
Technical designing of the system along with performance reviews
Algorithms and Data Structures
Impressive success in facilitating day-to-day interactions with clients and enabling task prioritization; gained insightful exposure
of working at onsite in Los Angeles in 2016. Extensive skills in end-to-end development of software products (Web/Mobile
Integration) with Agile Methodology including requirement gathering & analysis, programming/coding, creation of POC,
preparing/review of estimation, code review, impact analysis, re-factoring, deployment, documentation
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d16…
https://freesearch.naukri.com/preview/printResume?uname=d2b8e22d17fce795d0c0873f62bdee240c5b080243405f190510420d0c5c561f175d160414140a580e0… 2/2
Indus Valley Partners Pvt. Ltd. as Software Engineer
Jan 2013 to Apr 2014
Project: Polaris (Data Ware House) | Technologies: C#, ASP.NET, SQL Server 2005, JavaScript, ADO.NET, JQuery
UG: BCA (Computers) from MDS University, Ajmer, Bhilwara, Rajasthan in 2007
PG: M.C.A. Honors (Computers) from UCCS & IT, University of Rajasthan, Jaipur, Rajasthan in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Graph APIs 0 Year(s) 0 Month(s)
JQuery, JavaScript, Groovy, JSON, XML
HTML, ASP.NET, C#, Core Java
Core Python, WCF, SOAP, REST
SQL Server, My SQL, Elastic Search
IIS, Node Server (Beginner)
JIRA, TFS, GIT, Confluence, Jenkins
Singleton, Factory, Abstract factory
Design Patterns, SOLID Principles 10 Year(s) 0 Month(s)
AWS (SES, SNS, SQS, S3)
React.Js, AngularJS, UnderscoreJS 4 Year(s) 0 Month(s)
ASP.NET, ADO.NET, C# 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 666: Resume 1545 with similarity score 0.01508130955102321
Resume Text: B.S , MS sales engineer , project lead , system administrator , full time , it administrator filing , apple software , virtual machines , 7 qc tools , testlink , linux , status , green belt , testing , reliability , it infrastructure , procurement , operating systems , sql server , minitab , system administration , organization , comptia , mitigation , magento , helping clients , designation , server management , v3 foundation , mar , trading , pre-sales , cloud , macro , english , process control , purchase orders , project , network systems , hyper-v , six sigma , strategy , itil , peripherals , boarding , javascript , vmware vsphere , server support , technology , general , affirmative action , maintenance , unix , service delivery , escalation , nexus , email , network security , operations , 2008 r2 , languages , resolving issues , llc , esxi , web , laptops , high availability , people management , jenkins , windows server , network performance , ug , tamil , developments , firewall , sourcing , authorization , risk , team building , teams , virtualization , excel , application , dmaic , materials , servers , kaizen , running , router , e-commerce , leadership skills , evo , network administration 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e46001…
https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e4600170312455b0b0… 1/3
Current Designation: IT Administrator
Current Company: Green Apple Software Trading LLC
Current Location: Dubai, UAE
Pref. Location: United Arab Emirates (UAE),United Kingdom
(UK),United States (US)
Functional Area: IT Software - Network Administration /
Security
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Green Apple Software Trading LLC as IT Administrator
Mar 2018 to Till Date
Key Result Areas:
Reviewing and making recommendations on System Administration practice and ensuring stable operations,
availability, reliability and service capability
Supervising hardware and software throughout the organization including servers, employee desktops/ laptops,
network/ voice infrastructure, internal networks, peripherals
Displaying leadership skills in distributed team building, strong technical skills, people management and timely delivery
of projects and guiding all technical teams as SPOC & escalation point
Implementing new VMs application and its integrations like Testlink, Jenkins and Nexus servers for the new on-
boarding customers
Working with VMware tech support for issues related to VMware
Monitoring network performance including maintenance, upgrades, and backup/ recovery responsibilities including
software (operating systems, applications, and data) and hardware (process control domain equipment and network
equipment (e.g. switch, router, and firewall)
Spearheading procurement process requests for materials and supplies in the SQL Server, managing inventory,
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
ROJA RAMANAN VILVAPATHY
IT Administrator seeking roles in IT Networking,Systems Administration,Server
Support,Network Security,Firewall Administration,Risk Mitigation,Backup
Planning,Service Delivery,Linux, UNIX ,VMware VSphere, XenServer6.2 Hyper-V ,MS
SQL Server,Minitab
Key Skills: IT Administrator,Project Lead, IT Networking,Systems Administration,Server Support,Network Security,Firewall
Administration,Risk Mitigation,Backup Planning,Service Delivery,Linux, UNIX ,VMware VSphere, XenServer6.2 Hyper-V
,MS SQL Server,Minitab
Summary
Accomplished IT Administrator with over 12 years of experience
Recognised for helping clients in evangelizing best practices and process improvement initiatives through instituting IT
Quality/ Infrastructure strategy to effectively manage security threats
Recognised for suggesting appropriate business as well as technology-based solutions and swiftly ramping up infrastructure,
data centres, network systems and server programs
Worked extensively as System Administrator in VMware ESXi, Windows Server, EVO Email Server running on Windows
server; expertise in maintaining Windows Server 2008 R2 environment
Resourceful in managing virtualization Environment using VMware ESXi 5.5, vCenter, vSphere client; successfully installed
& troubleshot ESXi 5.5, vCenter, vSphere client
Created Virtual Machines, Templates, Clusters for High Availability (HA) and Distributed Resource Scheduler; migrated
Virtual Machines using VMotion
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e46001…
https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e4600170312455b0b0… 2/3
creating & filing purchase orders, track shipments, find discrepancies and resolving issues with orders
Developing project management plan with stakeholders by estimating schedule, cost and listing of required systems for
IT infrastructure
Establishing healthy relations with internal & external stakeholders to provide support for various issues; managing a
close track of developments in the field of IT applications and updating top management about the same
Project Undertaken:
Project: Magento e-commerce project
Highlight:
Managed end-to-end project life cycle including sourcing of Development unit, setting up of Development & Testing
Team, transition & migration and cloud server management
Anam Tech as Pre-Sales Engineer
Jun 2017 to Feb 2018
The Thought Factory as IT Co-ordinator
Jan 2013 to May 2017
UG: B.Sc (Computers) from Sri Venkateshwara University (SVU), Tirupati in 2005
PG: MCA (Computers) from Anna University in 2008
Other Qualifications/Certifications/Programs:
VMware VCP6 - DCV
VMware VCP5 - DCV
CompTIA Security
ITIL-V3 Foundation Certificate
MCSE- Server Infrastructure
Six Sigma Green Belt
Web Component Developer
.Net Programming
Education
IT Skills
Skill Name Version Last Used Experience
Windows Server, Linux, UNIX
VMware VSphere, XenServer6.2 Hyper-V
MS SQL SERVER
7 QC Tools, DMAIC, Kaizen
5-S, Five-Why, 7Wastes
MINITAB
Excel with Analysis
Macro development using VBA
Languages Known
Language Proficiency Read Write Speak
english
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e46001…
https://freesearch.naukri.com/preview/printResume?uname=586691f1068d9502e2211a00e39745e25e550d04481b5b125143405c5400561e4600170312455b0b0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
tamil
Rank 667: Resume 382 with similarity score 0.01504497623040747
Resume Text: B.TECH , BS work from home dart , css , cse , cloud , firebase , ux design , welfare , bootstrap , sql , kotlin , c programming , ibm , resume , zeplin , android development , completion , assessment , app , google analytics , python , data science , javascript , technology , fraud detection , html Assessment
Q1. Why should you be hired for this role?
I believe that my experience with technology, specifically in Android app development, Java, Kotlin, SQL, UI & UX Design, Firebase, C
Programming, Zeplin, Google Analytics, CSS, Flutter, make me the best match for this job. I have done the following projects in these skills:-
1. Android Development
Apr 2020 - Apr 2020
https://github.com/Payalkumari25/BookApp.git
2. Firebase
Sep 2020 - Sep 2020
https://github.com/Payalkumari25/food-hub.git
3. Medical Fraud Detection
Oct 2020 - Nov 2020
https://github.com/Payalkumari25/Medical-Fraud-Detection.git
4. IBM Cloud Website Deployment
Apr 2020 - Jun 2020
https://github.com/Payalkumari25/Mini-Project.git
Lastly, I would like to add that even though I am a fresher, I assure you that I will give my best and work to my full potential so that I can contribute
as much as I can towards the growth and welfare of this great brand.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months, for a full-time work from home internship.
Resume
EDUCAT ION
PROJECTS
Payal Kumari
Dehradun, Dhanbad
Applied 29 Dec'20
Android Kotlin Bootstrap
C Programming C Programming CSS
HTML Java JavaScript
Python SQL Dart
Data Science Flutter Google Analytics
B.Tech Hons.), Cse With Specialization In Data Science
Graphic Era Deemed To Be University)
2018 - 2022
CGPA 8.80/10
Senior Secondary XII, Science
RKSVM Dhanbad,Jharkhand
CBSE board)
Year of completion: 2017
Percentage: 78.00%
Secondary X
ISL Dhanbad , Jharkhand
CBSE board)
Year of completion: 2015
CGPA 8.20/10
Movie Recommendation System
Nov 2020 - Dec 2020
https://github.com/Payalkumari25/Movie-Recommendation-System.git
https://github.com/Payalkumari25/Movie-Recommendation-System.git
CONTACT Phone: 91 7903682384
Medical Fraud Detection
Oct 2020 - Nov 2020
https://github.com/Payalkumari25/Medical-Fraud-Detection.git
Html,CSS,JS
Jun 2020 - Sep 2020
https://github.com/Payalkumari25/Mini-Project.git
Firebase
Sep 2020 - Sep 2020
https://github.com/Payalkumari25/food-hub.git
IBM Cloud Website Deployment
Apr 2020 - Jun 2020
https://github.com/Payalkumari25/Mini-Project.git
Android Development
Apr 2020 - Apr 2020
https://github.com/Payalkumari25/BookApp.git
Flutter
Sep 2020 - Present
https://github.com/Payalkumari25/Flutter.git
https://github.com/Payalkumari25/Medical-Fraud-Detection.git
https://github.com/Payalkumari25/Mini-Project.git
https://github.com/Payalkumari25/food-hub.git
https://github.com/Payalkumari25/Mini-Project.git
https://github.com/Payalkumari25/BookApp.git
https://github.com/Payalkumari25/Flutter.git
Rank 668: Resume 1469 with similarity score 0.015044296989042864
Resume Text: B.S , MS product manager , owner , senior software engineer , full time , team lead , technical lead root cause , security , core banking , docker , gateway , project planning , design documents , status , digital transformation , messaging , equation , flawless execution , plus , xml , road , solaris , sql server , contract management , low level design , interfaces , kubernetes , designation , mar , xslt , rhel , hindi , cloud , json , english , troubleshooting , agile , microservices , computer science , putty , vmware , javascript , technology , migration projects , gujarati , rca , team management , change requests , vendors , affirmative action , oracle , vendor management , iaas , architecture , timelines , postgresql , email , problem management , finacle , credit cards , github , middleware , high level design , languages , eai , program management , api , integration projects , soap , openshift , tibco ems , authorization , teams , incident reporting , enterprise , plugin , application , map , interfacing , engage , servers , ssh , pivotal , tibco rendezvous , cvs 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14…
https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14561942590e5a… 1/3
Current Designation: Senior Platform Owner - Banking
Services
Current Company: EMIRATES NBD GROUP
Current Location: Dubai
Pref. Location: Bengaluru / Bangalore,Pune,Dubai
Functional Area: IT Software - Middleware
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Sc [Computer Science]
Verified : Phone Number | Email - id
EMIRATES NBD GROUP as Senior Platform Owner - Banking Services
Mar 2018 to Till Date
* Managed, developed, implemented and successfully delivered around 35+ integration projects by leading 4 teams.
* Project BAWABA: Built 450+ APIs which are highly autoscalable, externally accessible and reusable microservice
architecture for banking services. Played pivotal role in moving project from waterfall to agile methodology without
impacting timelines and cost.
* TIBCO Tech stake upgrade: Played key role as an architect and successful delivered TIBCO servers and application
version upgrade from physical VMware Solaris servers to cloud compute IAAS RHEL servers with minimum downtime for
350+ instance across all the 7 entities of the bank.
* Managing APIGEE migration project from legacy APIGEE API gateway to new 3scale API gateway.
* Key stake holder for all interface related to Finacle Core implementation in ENBD Group
* Making sure that based on transformation and regulatory Road Map of key business & IT stakeholder, aligned and
delivered integration services.
* Incident and Problem Management: Perform incident reporting and engage stakeholders to conclude Root Cause
analysis (RCA), including recommendations and plan for agreed action.
* Quality, Security & INA: Timely delivery of the projects with high quality as per best practices. Security and INA audit
points are closed within agreed time.
* Develop timeline commitment in response to Change requests (CR's). Provide knowledge, technical guidance and
support to team for troubleshooting and resolving system/interface problems.
* Co-ordination with internal resources and third parties/vendors for the flawless execution of projects. Ensure that all
projects are delivered on-time, within scope and within budget.
GAVS TECHNOLGIES as Senior Team Lead
Sep 2004 to Mar 2018
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SEAMON THAKKAR
Platform Owner seeking roles in IT Project Management,Program
Management,Delivery Management,Digital Transformation,Vendor Management,Agile
Methodology,TIBCO Designer,TIBCO Business Works,TIBCO Rendezvous,TIBCO
EMS,TIBCO Administrator,CVS,SVN,TFS
Key Skills: Platform Owner,Product Manager,IT Project Management,Program Management,Delivery Management,Digital
Transformation,Vendor Management,Agile Methodology,TIBCO,Project Planning,Team Management,Team Leading,Client
Relationship Management,Integration,API
Summary
Technology Executive with 15+ years of IT experience in delivering highly complex, large scale and strategic technology
programs across Financial and Banking domain under Integration platform
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14…
https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14561942590e5a… 2/3
Senior Team Lead:- Dec 2016 to Mar 2018
* APIGEE API Gateway Project: Key contributor in implementing region's first API Digit Platform.
* Lead TIBCO Upgrade project to migrate bank's 300+ interfaces from BW 5.9 to 5.13.
* Core Banking Migration: Migration of legacy core banking AS400 EQUATION to FINACLE and key stakeholder to
integrate migrated services with all the consuming applications.
* Vision Plus to Way4 Migration projects: Active participate from migration of credit cards interface without impacting
consumers.
* Participated in initial project study, finalizing requirements, cost estimation, vendor/resource selection, and delivery
timeline agreement.
* Analyses of Business Requirement documents or Functional Specification document and creation/update of Interfacing
Architecture documents/High Level Design Document/Low level design documents/Technical Specification documents.
* Vendor Management - facilitate & maintain vendor relationships and contract management. Analyze best solutions in
close collaborations with the technical team.
* Architecture & Design of EAI based projects with strong understanding of Enterprise Application Integration Concepts
and Messaging.
* Technical lead of TIBCO & Open API from Jun 2013 to Dec 2016
* Senior Software Engineer from Jan 2009 to Jun 2013
* Software Engineer from Feb 2007 to Jan 2009
* Software Engineer from Sep 2004 to Feb 2007
UG: B.Sc (Computer Science) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 2004
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices
Tibco Business Works
TIBCO EMS
Tibco RendezVous
TIBCO ADMINISTRATOR
MQ & JSON Plugin
XML, XSD, XSL, XSLT, JSON
TIBCO DESIGNER
CVS, SVN, TFS, GitHub
OpenShift, Kubernetes, Docker
Putty, SSH Tecta
FTS, SFTP, Remedy, SOAP UI
Oracle, SQL server
PostgreSQL, Mongo DB
Languages Known
Language Proficiency Read Write Speak
English
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14…
https://freesearch.naukri.com/preview/printResume?uname=6adb82b1239eee635c99437d6f138e1d50080d534d165c145010155c5c5f5318460e14561942590e5a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Gujarati
Rank 669: Resume 101 with similarity score 0.014982381371527444
Resume Text: B.TECH , BS work from home , full stack software developer internships , angular , public , smart working , kotlin , c programming , wallpaper , resume , android , java , computer science , chat , django , e-commerce , foundation , completion , assessment , app , technology Assessment
Q1. Why should you be hired for this role?
Because i am both a hardworking and smart working candidate who learns fast and have skills in this domain.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 7982057176
Ashish Sagar
Ghaziabad
Applied 26 Dec'20
Android Kotlin Angular 7.0
C Programming Django Flutter
Java
Bachelor of Technology B.Tech), Computer Science
R.D.ENGINEERING COLLEGE
2016 - 2020
CGPA 7.50/10
Senior Secondary XII, Science
Ghaziabad Public School
CBSE BOARD board)
Year of completion: 2016
CGPA 6.40/10
Secondary X
Ghaziabad Public School
CBSE BOARD BOARD board)
Year of completion: 2014
CGPA 7.60/10
Java Full Stack Software Developer
Centum Foundation, Ghaziabad
Jul 2019 - Mar 2020
Chat app
May 2020 - May 2020
https://github.com/ashish9718/ChatApp
Wallpaper app
Apr 2020 - Apr 2020
https://github.com/ashish9718/wallpaper-app
My Mall
Jan 2020 - Mar 2020
https://github.com/ashish9718/My-Mall
E-commerce app
Food Court
Sep 2019 - Oct 2019
Food ordering system in java jsp servlet
https://github.com/ashish9718/ChatApp
https://github.com/ashish9718/wallpaper-app
https://github.com/ashish9718/My-Mall
Rank 670: Resume 1326 with similarity score 0.014980407356897341
Resume Text: B.E , MS , B.TECH , BS devops , zookeeper , linux administrator , full time , linux system administrator customer , nfs , security , connect , bash , it operations , docker , postfix , ccna , zendesk , status , samba , writing , components , squid , ec2 , copying , ansible , magento , automation , blocking , devops , archives , designation , hindi , application virtualization , cluster , ltd , cli , english , troubleshooting , linux kernel , project , ftp , git , resolve , vmware , iptables , javascript , mail server , technology , jboss eap , hadoop , ldap , gujarati , general , efs , scripting , internet access , affirmative action , mysql , debian , zabbix , kafka , centos , activemq , postgresql , proxy , email , tomcat , aws , configuration management , server configuration , ubuntu , mint , containerization , languages , console , amazon , cassandra , malayalam , jira , web , servicenow , database , hardening , dns server , switching , migrating , jenkins , windows server , file sharing , ug , routing , authentication , ticketing tools , firewall , permissions , authorization , teams , embedded , solr , request tracker , less , saltstack , cron , electronics , servers , s3 , events , python , e-commerce development , network administration , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155…
https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155745450b5b0a0… 1/3
Current Designation: Linux System Administrator
Current Company: InfoDesk India Pvt Ltd Vadodara
Current Location: Vadodara / Baroda
Pref. Location: Anywhere in South India,Anywhere in West
India,Vadodara
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: PG Diploma [Advertising Marketing
Events]
Verified : Phone Number | Email - id
InfoDesk India Pvt Ltd Vadodara as Linux System Administrator
Aug 2018 to Till Date
The company's main business is to provide smarter data globally through its products, by integrating, normalising and
semantically enriching large volumes of data in real-time from internal and external sources.
Working on company product hosted on AWS cloud with Linux instances.
Work on critical production issues consisting of JBOSS/Wildfly and Tomcat environments.
Doing regular deployments of war files, applying database patches (Postgresql, MySQl, RDS), and troubleshooting Stage,
Dev and QA issues.
Solving tickets raised in JIRA and also helping support team in solving customer queries.
Automating regular tasks using bash scripts and monitor the environment using Zabbix, script alerts or AWS Cloudwatch.
Setting-up/migrating different parts of environment and do releases in Production and also document certain tasks or
issues.
Major tools/technologies used - Wildfly/Jboss EAP, ActiveMQ Artemis, Solr, Zookeeper and LDAP.
Embitel Technologies Pvt. Ltd. as System Administrator
Jul 2017 to Aug 2018
Client Project : Arago GmbH, as Consultant (AI Expert - Support)
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AKHIL RAJAN
Linux System Administrator, with 4.5 years of relevant experience, primarily working on
AWS Cloud and seeking challenging career in the field of Linux, Cloud and DevOps.
Key Skills: Linux System Administrator,System Admin,Linux Administration,Application Virtualization,Software
Installation,Configuration Management,Cloud Computing,VMware,Python,Linux,AWS,JIRA,Jenkins
Summary
Overall 4.5 years of experience in handling Linux servers, in production environments.
Experience of handling servers in AWS Cloud and used various services of AWS.
Knowledge of handling clustered JBOSS/Wildfly and Tomcat environments and experience of Virtualization/Containerization,
AI and DevOps tools.
Language/Scripting: Bash script and Python basics.
DNS Server, Web Server and Mail Server Configuration.
Proxy Server and File Server (Installation and Configuration) in Linux.
CCNA Routing and Switching Certified.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155…
https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155745450b5b0a0… 2/3
Working for Arago, and providing support, for their product Arago HIRO.
HIRO manages and automates every process within a company - from IT operations to business processes and
transactions using it's knowledge pool and standardized set up.
Work involves coordinating with customer's AI team to deeply understand their business or technical needs and design AI
solutions and writing KIs.
Working with Amazon Web Service console to help reproduce and resolve customer queries, and support AWS Core
services such as EC2, EBS, EFS, S3, ELB, VPC, and RDS etc.
Troubleshooting issues with hosted sites or network and monitor the same using Zabbix monitoring tool and provide
support through Zendesk ticketing and JIRA tracking system.
Maintaining assets and user authorizations, managing and setting up Git/SVN project and also using Docker containers
and configuration management tools like Chef/Ansible at some stages.
Installing general softwares for Embedded, E-commerce and IOT teams and resolving dependencies for the same. And
OS installation, configuration and hardening.
Projects Undertaken at the Company :
Configured the 3+1 Node / Cluster deployment of the nodes IAM, Graph, DB, Engine and Connect including major
components of WSO2-IS, Zookeeper, Cassandra, Hadoop/NFS (Blobstore), Kafka and ServiceNow.
Merged AWS CLI with HIRO tool while automating various tasks.
Setting E-commerce development with Magento 2.0 and created custom bash scripts to automate certain tasks.
Yukthi Systems Pvt. Ltd. (TotalOffice) as Linux Administrator
Apr 2016 to Jun 2017
Work involved complete support for the company product TotalOffice, comprising modules of Email, Firewall, File Server,
VPN, automation etc. and associated modules based on Linux.
Worked on ticketing tools like RT (Request Tracker) and had handled major tickets independently.
Used LDAP authentication for managing user accounts and automated certain tasks using Bash scripts.
Configured Docker container for simple modules in Linux and worked on Saltstack.
Work also involved configuration of company modules, restoring, copying and compressing data and mail-archives,
blocking/allowing sites, giving file permissions and setting up cron jobs for data backups.
Projects Undertaken at the Company :
Configured Mail Server using Postfix and Roundcube/SOGo for client at various stages.
Fetched mails from other mail servers, and also enabled Offline IMAP.
Set up Firewall (Squid, IPtables) and File sharing (FTP, Samba) for client.
Implemented Dynamic DNS in Linux.
Assisted in setting up Internet Access Module, for providing proxy service through DNS.
Upgraded Linux kernel and operating system at various stages.
Prepared init scripts to run certain services as daemon in Linux.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Modi Institute Of Technology, Kota in 2013
PG: PG Diploma (Advertising Marketing Events) from NIELIT Calicut in 2016
Other Qualifications/Certifications/Programs:
CCNA Routing and Switching
Education
IT Skills
Skill Name Version Last Used Experience
Linux: Debian, Ubuntu, Mint, CentOS 2020 4 Year(s) 5 Month(s)
AWS 2020 3 Year(s) 5 Month(s)
WINDOWS SERVER 2017 0 Year(s) 5 Month(s)
devops 2020 0 Year(s) 8 Month(s)
VIRTUALIZATION 2018 2 Year(s)
Squid and IPtables 2017 2 Year(s)
DOCKER 2019 1 Year(s) 6 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155…
https://freesearch.naukri.com/preview/printResume?uname=4fcce22b7a2d5b9104e5a33a306fd4f85a0f5b57491709190412425a0f5c531c410c155745450b5b0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Arago HIRO
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Gujarati Proficient
Malayalam Proficient
Rank 671: Resume 1564 with similarity score 0.01497724823650106
Resume Text: B.E , MS , B.TECH , BS devops engineer , full time , development analyst , software developer ansible , automation , release notes , general , devops , jenkins , telugu , kubernetes , security , designation , scripting , mar , bash , affirmative action , plugins , rhel , technical architecture , hindi , docker , scratch , maintenance , merging , authorization , centos , english , teams , status , bug tracking , email , application , groups , aws , peering , ci , bitbucket , amazon rds , electronics , artifacts , pipelines , build tools , github , writing , debugging , maven , ec2 , languages , ports , sonarqube , javascript , notification , cloud computing , artifactory , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f18…
https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f180317155f5a585… 1/2
Current Designation: Application Development Analyst
Current Company: Accenture
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture as Application Development Analyst
Mar 2016 to Till Date
Writing scripts for build, deployment, maintenance and related tasks using Jenkins, Docker, Maven and Bash. Daily
activities includes creating builds for multiple projects, deploying artifacts to multiple QA/DEV environments and debugging
issues. Written Ansible playbooks and Create roles as part of CI/CD Pipeline. Create/Manage VPC, Subnets, Route
Tables. Disabling ports via Security groups/NACLs. Enabling VPC Peering between Test, QA VPCs. Support the
engineering teams regarding CI/Build Tools, Environments and Automation.
Involved in Branching, Tagging and merging of Code at required releases. Maintaining Jenkins/Plugins. Build/Deploy
Pipeline Setup and End-End Job Setup of all the projects. Experience in bug tracking and analyzing test results and
prepared Release Notes. Utilized Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS DB
Services, EBS volumes; to set alarm for Notification or Automated actions, and to monitor logs for better understanding
and operation of the system. Setup and maintain server-monitoring using Cloud Watch. Setup Cloud Watch Alarms, Auto
Scaling Integration.
UG: B.Tech/B.E. (Electronics/Telecommunication) from MVGR College of Engineering, Vizianagaram in 2015
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Chakradhar Inumala
Application Development Analyst seeking roles in Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical
Architecture,Cloud Computing,Jenkins,GIT,AWS,DevOps,Ansible
Key Skills: Application Development Analyst,Software Developer,Software Development,Application
Programming,Requirement Gathering,Client Management,System Analysis,Technical Architecture,Cloud
Computing,Jenkins,GIT,AWS,DevOps,Ansible
Summary
5 years of experience as a DevOps engineer/Consultant. Hands-on exposure to AWS cloud and also multiple DevOps tools.
Hands-on implementing
CI/CD pipelines from scratch using Jenkins. Ability to automate the day to day activities using Bash scripting. Looking for
prospective AWS/DevOps engineer roles.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f18…
https://freesearch.naukri.com/preview/printResume?uname=434365c6e98ed6dd3b2aafd9e7a750830b0f5a054a460b120645140a5a5d574f460f180317155f5a585… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
RHEL/CentOS
Terraform
AWS
devops
GIT
GitHub,Bitbucket
Jenkins
DOCKER
Ansible
Kubernetes
Artifactory
SonarQube
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 672: Resume 429 with similarity score 0.014974766248495846
Resume Text: MS part time , full time completion , basketball , assessment , resume , english , handball , polish , volleyball , commerce , output , hindi Assessment
Q1. Why should you be hired for this role?
As a fresher, I don't have any experience, even though I have the ability to learn new things and techniques. By the way, I am a good learner and
easy grasping power are my strength. As all of us know that ability is nothing without any opportunity. If you give an opportunity to polish my skills
in a practical way, definitely I will give my 100 per cent best output. Thank you.
Q2. Are you available for 3 months, starting immediately, for this internship at Pune? If not, what is the time period you are available for and
the earliest date you can start this internship on? Please also mention if you are available full time or part time. If part time, specify the
number of hours you can spend on this internship every day.
I am available for 3 months in Pune..I can start as early as possible..I am available for full time...
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7498857818
Rajkunwar Jadhavrao
Pune
Applied 26 Jan'21
English Proficiency Spoken) English Proficiency Written) Hindi Proficiency Spoken)
Hindi Proficiency Written) MSExcel MSPowerPoint
MSWord Marathi Proficiency(Spoken) Marathi Proficiency(Written)
Bachelor of Business Administration B.B.A.), Marketing
Vishwakarma College Of Arts Commerce And Science
2018 - 2021
Percentage: 77.50%
Senior Secondary XII, Science
Dhanukar English Medium
STATE board)
Year of completion: 2018
Percentage: 66.77%
Secondary X
St.Xaviers English Medium School
STATE board)
Year of completion: 2016
Percentage: 88.20%
District level handball, basketball
Played at district level handball,basketball, volleyball, badbinton matches..
Rank 673: Resume 31 with similarity score 0.014941754951236877
Resume Text: B.E , MS , M.S , BS work from home web development , customer , algorithms , credit , watson , css , telecom , mysql , hindi , cloud , linux , firebase , bootstrap , project , grasp , google , c programming , whatsapp , prediction , resume , ibm , features , machine learning , computer science , django , framework , assessment , management system , python , javascript , technology , graphics , html , database , online Assessment
Q1. Why should you be hired for this role?
I have worked on multiple projects involving MERN stack.
I have a decent grasp on Data Structures and Algorithms and I am ranked 135 on CodeChef(a competitive coding platform).
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for WFH internship for next 6 months.
Resume
EDUCAT ION
JOBS
TRAININGS
PROJECTS
Abhishek Tripathi
Bangalore
Applied 07 Feb'21
C Programming C Programming HTML
Hindi Proficiency Written) MSWord Algorithms
Bootstrap CSS Data Structures
Database Management
System DBMS
Java Linux
MSExcel MSOffice
Bachelor of Engineering B.E, Computer Science
M.S. Ramaiah Institute Of Technology , Bangalore
2018 - 2022
Managed Network Expert
Chegg.inc, Virtual
Feb 2021 - Present
Working as a TSA, solving problems posted by the students.
Python
udemy, Online
Dec 2019 - Feb 2020
Web Development
udemy, Online
Nov 2019 - Apr 2020
Java
udemy, Online
Aug 2019 - Sep 2019
Completed Java Programming course from Udemy.
C Programming
udemy, Online
Sep 2018 - Oct 2018
Completed my C programming course from Udemy.
C
udemy, Online
Aug 2018 - Sep 2018
Finished my C programming course from Udemy
College-ERP
Sep 2020 - Dec 2020
https://github.com/tripathi-abhishek/College-ERP
https://github.com/tripathi-abhishek/College-ERP
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9588094526
A FULL STACK project built using 'Django framework' and 'MySQL'. It is a "college management system" designed for
interactions between students and teachers. Features include attendance, marks, and time table.
Telecom Customer Churn Prediction using Watson Auto AI
Sep 2020 - Dec 2020
https://github.com/tripathi-abhishek/SPS7809Telecom-Customer-Churn-Prediction-using-Watson-Auto-AI
Telecom Customer Churn Prediction using Watson Auto AI, a machine learning project powered by IBM Cloud & SmartInternz
made during IBMBuild-a-Thon.
Whatsapp Clone
Aug 2020 - Nov 2020
https://github.com/tripathi-abhishek/whatsapp-clone-2
A WhatsApp clone made with React and deployed with firebase using "google auth".
Hopper Game
May 2019 - Sep 2019
Worked on a web-based game named Hopper.
Basically it was based on JavaScript and the motivation came from the popular Mario Game. I was assigned to do the
animation and graphics
It was credit based project demanded by my college in the 2nd Semester.
Successfully completed HacktoberFest
Ranked 135 on CodeChef 1784
https://github.com/tripathi-abhishek/SPS-7809-Telecom-Customer-Churn-Prediction-using-Watson-Auto-AI
https://github.com/tripathi-abhishek/whatsapp-clone-2
Rank 674: Resume 1265 with similarity score 0.014926098409372868
Resume Text: B.E , MS , B.TECH , BS technical analyst , networker , solutions architect , system administrator , associate , telecom engineer , cloud engineer , change management , full time customer , security , elastic load balancing , space , partition , conducting , httpd , status , firmware , logging , red hat linux , nagios , utilities , restoration , server administration , system administration , upgradation , amazon ec2 , infrastructure services , summit , designation , amazon s3 , rhel , hindi , powerpath , cluster , ltd , linux server , tar , english , troubleshooting , project , os migration , boot , ownership , policy management , change management , resolve , computer science , itil , javascript , server support , technology , disk , rpm , general , performing , command , symphony , affirmative action , mysql , amazon vpc , collaboration , uptime , public , maintenance , utilization , unix , isd , centos , suse , iaas , email , aws , problem management , ubuntu , web servers , operations , ilo , hp , middleware , languages , raid , family , scheduling , hardening , sap hana , vulnerability , high availability , ug , telecom , snow , routing , mcafee , apache , azure , authorization , teams , enterprise , kernel , productivity , yum , user administration , cron , application migrations , running , storage , agents , ssh , teaming , network administration , cloud computing , package management , firewalls , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a11…
https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a110617100a590e0… 1/3
Current Designation: Cloud Engineer
Current Company: Progressive Infotech
Current Location: Noida
Pref. Location: Delhi / NCR,Delhi,Noida
Functional Area: IT Software - Network Administration /
Security
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Progressive Infotech as Cloud Engineer
May 2019 to Till Date
Operations and Support:
Installation and upgradation of OS, Kernel and additional Packages using RPM and YUM.
Proficient with HANA cluster administration with ASCS-ERS setup.
User administration, Group Management, and password policy management, RAID Configuration & ACL.
LVM Implementation for dynamically extending and reducing partition sizes as and when the needed.
Web and applications hosting with Apache and httpd
Monitoring server performance and application process.
Good knowledge of File System management and ACL and Backup Tools
Analyzing and Rectifying Login and Booting Issues.
Configuring crontab and scheduling the jobs.
Installing, Configuring and Management of Linux Server.
Knowledge on Command Line utilities, ACL, Cron Job, Firewalls, Boot Process and Troubleshooting.
Good understanding of error logging subsystem & Good troubleshooting and analytic skills.
Taking Cloud Backups for clients, restoration activities, apply retention policies on AWS Cloud Backup.
Proficient-level knowledge of Amazon EC2, Amazon S3, Amazon VPC, Amazon Elastic Load Balancing, Amazon
SNS, IAM roles and other services of the AWS family.
Worked on Amazon Elastic Beanstalk with deploying Middleware Application.
Configured SSM for IAM users to take control of the servers when required.
Configure RAID0 and RAID1 on Client production machines on Azure Linux machines.
PROJECTS COMPLETED
Completed Infrastructure Upgrade for SAP SUSE SYSTEMS in collaboration with SAP support Consultants.
Completed Server Hardening for Linux Servers for multiple customers with a small Infra to large Infra.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Vaibhav Gupta
Working as a Sysops Engineer certified with Redhat and AWS, seeking roles in AWS
and Linux Server Administration, System Administration, User Administration, Server
Support, Technical Troubleshooting, EC2, VPC, IAM, S3, RDS, IAAS.
Key Skills: Cloud Engineer,Linux Server Administration,System Administration,User Administration,Server Support,RAID
Configuration,Technical Troubleshooting,Nagios,Service Now,Migration,cloudendure,Disk
Management,Yum,LVM,AWS,Iaas,Cloud Computing,Cloud
Summary
Offering over 7 years of total experience and over 5 years of relevant experience, seeking a challenging and
rewarding opportunity in the field of Linux/Unix Server Support and Administration with AWS which effectively
utilizes my analytical and technical skills.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a11…
https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a110617100a590e0… 2/3
Completed Ubuntu Upgrade Project for 3 Customers with medium sized infra.
Migration of Web servers from old running Amazon Linux OS to new Ubuntu OS.
Completed Project of upgrading the End Of Life Linux OS to Latest Updated Servers including Application migrations.
(Redhat, Ubuntu, SUSE, CentOS, Amazon linux)
HCL Comnet ISD (Infrastructure Services Division) as Technical Analyst
Apr 2014 to Sep 2017
Operations
and Support:
Take ownership of Linux/Unix based issues and resolve the issues within the defined SLA.
Preparing production reports and comprehensive user documents and reports daily and routing it to clients and teams.
Perform standard changes as per the decided MTW and latent changes as approved by the customer.
Perform Problem management for the recurring issues for any server to achieve a standardized uptime/per-formance.
Troubleshooting issues in a Red Hat Linux Enterprise 6,7 environment that affected the customer's deadlines and
productivity.
Worked with Backup team to install and configure networker client on the Linux servers.
Worked on HP-UNIX production Servers which are on cluster level and maintain high availability of data to clients.
Maintained 99.99% uptime by conducting server maintenance, updates, and patches.
Managing and Troubleshooting Linux Servers, SSH, Networking, User and Group Management, Package Management.
Resolve all the vulnerability issues as received from Redhat Inc.
Average knowledge of ITIL including Incident Management, Change management. Monitoring Disk space, CPU, Network
utilization using system.
Performing Firmware upgrade/update on various Linux servers.
Performing Firmware upgrade/update on HP ILO.
Perform Backup activities every month for UNIX and Linux servers using tar function.
Performing User ID creation, modification, deletion and maintain server security.
HCL Technologies Ltd as Telecom Engineer/Provisioner
Jul 2011 to Sep 2013
UG: B.Tech/B.E. (Computer Science) from Graphic Era Institute of Technology, Dehradun in 2011
Other Qualifications/Certifications/Programs:
RHCSA
AWS Associate Solutions Architect
Education
IT Skills
Skill Name Version Last Used Experience
Service Now (SNOW) ITSM Tool 2017 4 Year(s) 0 Month(s)
HP ILO 4 2017 4 Year(s) 0 Month(s)
HPE ServiceGuard 11.18 2017 4 Year(s) 0 Month(s)
AWS-CWI 2018 2 Year(s) 0 Month(s)
AWS EC2 2018 2 Year(s) 0 Month(s)
RHEL6.x 6.0 2017 3 Year(s)
RHEL7.x 7.2 2017 1 Year(s)
Symphony Summit 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a11…
https://freesearch.naukri.com/preview/printResume?uname=7beae01ae9ad073df1b1e05478ac1b3f0b0c0c504f1409400545135e540d5642400a110617100a590e0… 3/3
Nature of Employment: Full Time Duration: Jan 2021 - Jan 2021
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2020 - Oct 2020
Onsite / Offsite: Offsite
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Aug 2020 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment:
Project Location: Noida
Role: Network/System Administrator
Duration: Aug 2020 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Global
Role: Network/System Administrator
Duration: Feb 2017 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Projects
Project Title: VPC Migration from Public to Private
Client: NA
Project Details: Migrated the SAP HANA Infra from Public Subnet to Private subnet and perform the entire server level
changes on SUSE 12
Project Title: Infrastructure Migration On-premise to Cloud
Client: NA
Project Details: Migration of the entire customer infrastructure from on premise to AWS using CloudEndure.
Project Title: DB migration from on premise to AWS RDS
Client: Client
Role Description: DB Migration
Project Details: Mysql DB migration from on or ec2 instance to RDS and back forth.
Project Title: Redhat 6 migration to RHEL 7
Client: Client
Role Description: OS migration
Project Details: Rhel migration from 6 to 7 with all the application ls, raid and lvm.
Project Title: RHEL upgrade from 5.11 to 7.2
Client: Bekaert Services
Skill Used: Fresh server built from rhel5.11 to 7.2 including all LVM partitioning, DNS entries, host entries, NIC teaming,
firewall rules, mounting and unmounting backup and storage mount points, installation of application packages, installation of
McAfee agents, powerpath installation, LUN mapping/unmapping.
Role Description: Fresh server built from rhel5.11 to 7.2 including all LVM partitioning, DNS entries, host entries, NIC
teaming, firewall rules, mounting and unmounting backup and storage mount points, installation of application packages,
McAfee agents,etc.
Project Details: Upgradation of RHEL servers for APAC, Americas, EMEA from RHEL5.11 to RHEL 7.2.
Rank 675: Resume 878 with similarity score 0.014916205317614815
Resume Text: BS software engineer , full time , junior software developer react.js , automation , functionality , api , bcs , redux , contests , deposits , customer , css , designation , command , demand , ug , affirmative action , loans , flexbox , technical requirements , core banking , neft , hindi , maintenance , ltd , jquery , particular , json , authorization , english , modifications , bootstrap , design documents , status , social media , email , project , business analysis , cash , application , rtgs , vast , devices , solution architecture , mumbai , new features , components , react native , accessibility , machine learning , languages , framework , finance , draft , html5 , ontology , his , es6 , balance , mobile , python , javascript , web , organization , technology , business requirements , browsers , registration 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d17…
https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d170515475f0c5b… 1/3
Current Designation: Software Engineer -ReactJS
Current Company: NeoSoft Technologies
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NeoSoft Technologies as Software Engineer -ReactJS
Feb 2019 to Till Date
Design, develop UI by using React.JS, HTML5, CSS3, Bootstrap,
JavaScript, jQuery, Bootstrap, FlexBox, Media queries, JS(ES6),
Axios, JSON that meets accessibility and web browser standards
for website.
* Design and develop static and reusable components in
React,React Native
* Develop components for maximum performance across a vast
array of web-capable devices and browsers.
* Understand business requirements and translate them into
technical requirements.
* Developed and deployed new features in existing web
applications to facilitate related procedures and tools when
necessary.
Project Details
Project #1
Project Name - Picstagraph
Project Type - Web and mobile
Framework/Technology - ReactJS, React Native
Project Category - Social
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Ketan kulkarni
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Gathering,Business Analysis,Solution Architecture,JavaScript,React,Redux,React
Native,HTML,CSS,Bootstrap
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Gathering,Business Analysis,Solution
Architecture,JavaScript,React,Redux,React Native,HTML,CSS,Bootstrap
Summary
Detail-oriented and organised 'ReactJS Developer with 4 years of experience in designing and
developing dynamic web application/software. Knowledgeable of all the development cycle
stages and have a good command of coding languages. Capable of understanding client
requirement and translating into code to add new features or modifications for existing
software. Ability to work with the team, and have excellent problem-solving and interpersonal
skills.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d17…
https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d170515475f0c5b… 2/3
Duration - 12 months
Team Size - 3
Project Description -
Picstagraph is a social media platform targeting an audience for
sharing photographic assignments. Users can create his own
contests and other users can participate in the same. Users can
simply upload stories, media posts as well. We allow users to create
advertisements so they can promote their products.
Project #2
Project Name - Loomi Ontology
Project Type - Web
Framework/Technology - ReactJS
Project Category - Automation
Duration - 3 months
Team Size - 3
Project Description -
Loomi Ontology is the automation of gathering the Data of particular
entities or creating new entities based on the Daily news headlines.
To achieve this it uses a powerful AI and Machine learning is used
built-in Python. This data is available to a registered organization
only where the number of times the APIs and which APIs or Entities
are used mostly by that organization tracked and monitored. The
web application is built in ReactJS.
Decision Machines Pvt. Ltd as Junior Software Developer
Sep 2016 to Feb 2019
Migration of legacy desktop banking application to web
application using React js, Redux, ES6, smart-admin theme
* Understand the functionality of legacy app and communicate
with client for inputs.
* As per design document(wireframes) creating reusable ,flexible
small components using react js, bootstrap css.
* Integratiion of API in components.
* Create functionality as per design documents.
* Understand new inputs from Client and Implement the same with
existing code.
* Responsible for technical issues and solve the critical issues
through programming.
Project Details
Project #1
Project Name - Pushkar CBS
Project Type - Web
Framework/Technology - ReactJS
Project Category - Banking / Finance
Duration - 7 months
Team Size - 5
Project Description -
Pushkar CBS is web-based core banking solution. This System used
for routine banking activities. New customer registration, new
account opening (deposit, loan etc.) and daily banking transaction
like cash receipt, cash withdrawal, cheque clearing, RTGS, NEFT,
Demand Draft etc. Outstanding reports of all types of accounts like
deposits and loans including interest and overdue region and
branch wise
Project #2
Project Name - SDCC wallet
Project Type - Mobile
Framework/Technology - React Native
Project Category - Banking / Finance
Duration - 12 months
Team Size - 3
Project Description -
This application helps bank customer to do transaction 24*7. This
application allow customer to trasnfer funds,cheque balance and
other transactions.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d17…
https://freesearch.naukri.com/preview/printResume?uname=19327ee05077379b593eb1c5688827bc585a58514c1a5c450311120c0f0e561b455d170515475f0c5b… 3/3
UG: BCS (Computers) from Shivaji University, Maharasthra in 2013
PG: MCA (Computers) from Pune University in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
REACT
Redux
React Native
HTML
CSS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 676: Resume 827 with similarity score 0.01490924455281424
Resume Text: B.E , MS , B.TECH , BS software engineer , founder , partner , software developer , full time , part time react.js , functionality , api , core java , customer , algorithms , css , fusion , websphere , soap , designation , meridian , ug , affirmative action , spring , hindi , scratch , beginner , maintenance , pos , test cases , json , authorization , english , status , screens , email , project , application , bengali , xml , fintech , banking software , rest , writing , order processing , content management , localization , languages , resolving issues , payments , hibernate , sql server , python , jira , digital channels , eclipse , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f160915…
https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f1609150718130d0f00… 1/2
Current Designation: Software Engineer
Current Company: Finastra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Finastra as Software Engineer
Sep 2018 to Till Date
? Responsible for Development, Enhancement and Implementation of various Fintech Product and Technology
Development as a Part of Integration and Interface team.
? Implemented REST APIs for ATM/POS Transactions from scratch deployed in various environments.
? Implemented localization for various screens.
? Handling Customer Issues and Interacting with Customers.
? Test application end to end environment to check the proper functionality of the application.
? Responsible for writing unit test cases for assigned use cases.
Products: Bank Fusion Meridian (Integration Module for Switch and ATM), ATM/POS, Fusion Banking Essence (Core
Banking Software), Digital Channels, Corporate Channels, LoanIQ (Lending Product)
KARTILO as Founder
Dec 2016 to May 2018
* Interacting with customers for finding leads for generating sales.
* Managing resources and ensuring customers satisfaction with end to end channels.
* Direction interaction with payments and logistic partner.
* Web Content Management and Order Processing - Managed Company's Admin panel and ensured uploading and
management of products to end user delivery by Logistic Partner.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
MANISH KUMAR
Software Engineer seeking roles in Software Engineering,Software Development,Http,
MicroService,Data
Structures,Algorithms,Hibernate,Python,Eclipse,JIRA,Java,SQL,XML,Git,SOAP,J2EE,Spring,
Springboot
Rest API,HTML,CSS,JavaScript,React,API Integration.
Key Skills: Software Engineer,Software Developer,Software Engineering,Software Development,Quality
Management,Data Structures,Algorithms,Hibernate,Python,HTML,JIRA,Java,SQL,XML,React.Js,Javascript,Project
Management,CSS,JSON,Rest,SOAP
Summary
Software Engineer having 2+ year of experience in requirement driven nature and focused on working as a part of a team. Good
communicator with ability to meet deadlines and resolving issues
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f160915…
https://freesearch.naukri.com/preview/printResume?uname=38456cdcaf81b5c8e4f483949325109a5b0b005919405b170645140b5f0b591f1609150718130d0f00… 2/2
UG: B.Tech/B.E. (Computers) from Birsa Institute of Technology (BIT) Sindri, Jharkhand in 2018
PG: in 0
Other Qualifications/Certifications/Programs:
Core Java and J2EE
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jboss Server, WebSphere Server 8.0 2020 2 Year(s) 2 Month(s)
JIRA, GIT, Eclipse, IntelliJ 1.0 2020 2 Year(s) 2 Month(s)
SQL Server, Data Structures, Algorithms 1.0 2020 2 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Beginner
Rank 677: Resume 1292 with similarity score 0.014888798672846319
Resume Text: B.E , B.TECH , BS oracle dba , production support engineer , full time , sql developer , balancer outlook , spring mvc , version control , telugu , jenkins , visual studio code , root cause , websphere , designation , notepad++ , vendors , affirmative action , oracle , hindi , cloud , linux , maintenance , apache , ltd , autosys , unix , azure , authorization , english , status , excel , sql , email , tomcat , application , aws , angularjs , ci , rest , s3 , git , upstream , ec2 , repository , putty , maven , languages , html5 , cd , word , javascript , eclipse , filezilla , apps , load , amazon web services , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12…
https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12071347500808… 1/2
Current Designation: Consultant
Current Company: Capgemini India Pvt Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Capgemini India Pvt Limited as Consultant
Nov 2015 to Till Date
I am working as Consultant at Capgemini India Pvt Ltd. My Skills are JAVA, AWS, ANGULAR, LINUX, GIT, JENKINS.
Daily I work on production issues based on priority and I also involved in minor enhancements where we fix bugs in the
application.
UG: B.Tech/B.E. (Computers) from JNTU College of Engineering, Hyderabad in 2014
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Rakesh Akula
Actively looking for job with skills JAVA, AWS, ANGULAR, LINUX, GIT, SPRING,
RESTFUL and HTML 5
Key Skills: JAVA, AWS, Spring Mvc, Html5, Angularjs, GIT, Linux, Apache Tomcat, Eclipse IDE, Oracle DBA, Rest,
Summary
Having 5 years of experience in IT industry, currently working as Java Production Support Engineer.
Analyze production issues to determine root cause and provides fix recommendations.
Experience in Amazon Web Services [Cloud Platform]
Experience in AWS services like IAM, EC2, S3, Load Balancer, VPC and RDS.
Experience on Jenkins and CI/CD process.
Hands on Experience on tools like Eclipse, Putty, Autosys, FileZilla, SQL Developer, Notepad++, Agent Ransack.
Good knowledge on OOPS concepts.
Knowledge on Angular.
Knowledge on UI Path RPA.
Experience on UNIX/LINUX Environments.
Good knowledge on database ORACLE.
Experience in using SVN and GIT for code repository and as version control mechanism.
Good experience in handling application with multiple vendors belongs to different organizations [DB Server or any
upstream/downstream apps]
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12…
https://freesearch.naukri.com/preview/printResume?uname=211c2c4d4a1a4c0d9c2fb0dbe3087c885f0c0d584942001951124251590a051b160b12071347500808… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java 1.7 & 1.8 2021 4 Year(s) 5 Month(s)
HTML & Angular 2021 2 Year(s) 3 Month(s)
Oracle 2021 2 Year(s) 0 Month(s)
WebSphere & Tomcat 2021 3 Year(s) 0 Month(s)
Amazon Web Services, Azure 2021 3 Year(s) 0 Month(s)
Eclipse & Visual Studio Code 4 Year(s) 6 Month(s)
Word, Excel, Outlook & Power point 2021 5 Year(s) 0 Month(s)
Putty, Autosys, FileZilla 2021 4 Year(s) 0 Month(s)
GIT, SVN, Jenkins, Postman 2021 4 Year(s) 0 Month(s)
Maven, Notepad++ 2021 5 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 678: Resume 845 with similarity score 0.014797302643123482
Resume Text: B.E , MS , B.TECH , BS technical analyst , sql developer , technology lead , technology analyst , sr. consultant , business development , senior software engineer , full time , team lead , system analyst spring cloud , schema , java web services , core java , accelerator , conducting , docker , linux , gradle , gateway , test cases , project planning , pattern , design documents , status , steering , specifications , xml , testing , scope management , building , order management , spring security , solaris , sql server , coordinated , sprints , mks , upgradation , technical leadership , designation , confluence , deliverables , mar , xslt , apache camel , hindi , gap analysis , issue management , service layer , ltd , project cost , json , english , troubleshooting , agile , microservices , solution architecture , angularjs , windows xp , rest , git , resolve , kanban , feasibility studies , spring data , jibx , documentation , dashboard , completion , struts , hubs , javascript , technology , insurance , business requirements , customer relationship management (crm) , ibatis , reporting , risk analysis , general , scrum , performing , project teams , change requests , developers , affirmative action , oracle , mysql , emc , castor , maintenance , customer requirements , unix , kafka , coding practices , advanced , activemq , timelines , email , jpa , health check , tomcat , aws , problem management , information systems , operations , sequencing , high level design , junit , maven , languages , story , hibernate , management system , sit , jira , search , grading , database , overhaul , codes , spring mvc , api , jenkins , handover , validation , front office , ug , toad , mercator , authorization , storage systems , spring boot , modernization , application , squirrel , airline , mdb , user requirements , interfacing , led , edifact , reviews , eddy current , metrics , presentations 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 1/4
Current Designation: Senior System Analyst
Current Company: IVY Comptech
Current Location: Bhubaneshwar
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IVY Comptech as Senior System Analyst
Sep 2020 to Till Date
NIIT Technology as Technical Analyst
Jul 2019 to Jun 2020
Leading software development activities including design, development & troubleshooting of applications; conducting
gap analysis including validation of needs in conjunction with onsite & offsite teams
Steering the successful roll-out of projects involving defining scope, setting timelines, analyzing requirements, prioritizing
tasks, identifying dependencies and evaluating risks & issues as per budgets
Facilitating implementation of the product involving documentation and execution of varying sizes of customizations,
implementation of standard processes and maintenance & up-grading existing product
Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables; preparing
monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as extending
postimplementation support to team members by identifying defects, inconsistencies & errors
Undertaking development & testing, defect & issue management for software applications; conducting reviews of codes &
test cases and analyzing change requests / enhancements
Analyzing user requirements to identify trends and resolve performance issues; preparing proposals, delivering business
presentations to clients and controlling resource planning, effort estimation & risk management
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SURYA MOHANTY
Technology Analyst seeking role in Tech Lead, SolutionArchitecture, Application
Design and Development, FullStack Development, Requirement Gathering,
ProcessImprovement,Java, Spring, Spring Boot,
Microservice,Angular,React,Mongo,Docker,Aws,Git,Kafka
Key Skills: team lead/tech lead,application design,solution architecture,requirement gathering,process
improvement,java,micro services,rest,java web services,spring mvc,spring security
Summary
Offering chronicled success of nearly 10.6
years in Software Development and Project Management across Banking &
Insurance domain.
Skilled in overall software development lifecycle involving requirement analysis, system study, designing, architecture,
testing, programming, coding, de-bugging, defect management, status reporting & documentation
Expert in implementing Project Methodologies like Agile / Scrum, Kanban Methodology; possess broad technical
knowledge of application design, architecture and application integrations
Expertise in concepts of end-to-end project planning and implementation from scope management, to activity
sequencing, effort & cost estimation, risk analysis to quality management in line with international guidelines and norms;
skills in working with technologies such as Java J2EE technologies
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 2/4
Interfacing with clients to gather business requirements; conducting system analysis and finalizing technical / functional
specifications & high level design documents for the project
Using industrial coding practices to ensure high quality deliverables with minimal defects
Establishing testing procedures to ensure that application is thoroughly tested across the development phase
DXC India Pvt. Ltd. as Senior Technology Analyst (IT-Application)
Sep 2013 to May 2018
Key Result Areas:
Providing technical leadership to a team of developers focused on Java and ensuring timely delivery of solutions
Managing the application design & implementation operations and steering efforts towards application
modernization
Coordinated with managers to define sprints and executed them
Delegating the scope of the project and creating a problem management system for the project
Significant Accomplishments:
Steered the implementation of Micro Services resulting in increasing overall efficiency of the system
Project: FAP Redesign
Period: Since AugâjQuery111002710744723032641_153720571353417
Description: In this project, an application was created for users to search for the most suitable dental plans.
It entails Advanced Search Function and Quick Search Function that enables users to search for
dental providers.
Environment: Java8, Spring Boot, Spring cloud, Rest, Angular, JPA, Mongo DB, Maven, Jenkins, Git, Agile
Role: Technology Lead
Conducting analysis and managing the designing & development of software applications; developing &
implementing service layer using Api gateway pattern
Steering the upgradation of application to new technology stack using angular, spring-boot & rest
Working towards resolution of technical issues & bottlenecks during the development of application
Project: Eddy Current
Period: JanâjQuery11100400434847661574_153841436307317-
JulâjQuery1110004799253857592234_154539635521917
Description: This project was aimed at designing a system to identify any metallurgical defects and
implement remedial actions taken to ensure the continued safety and capability of the railway.
Environment: Java8, Maven3, JSF, Spring, Hibernate, ActiveMQ, GIT, Jenkin, JIRA, Confluence, Agile
Role: Technology Lead
Supervised the development of Test-Certificate Module; led the set-up of project base by integrating various
technologies and managed the handover to Development Team
Monitored off-shore team and collaborated with other project teams for any clarifications on customer requirements
& resolution of issues
Devised release strategies & tracked project schedule to ensure timely completion of the projects
Controlled risks by performing POC & technical feasibility studies; organized scrum meetings and contributed in
story grooming, iteration planning, story implementation and tracking using Jira too
Project: Product Accelerator
Period: AugâjQuery111001542602162738489_158199337792516-
DecâjQuery1110047482212747571495_158207881283716
Description: This project entails two configurations-Browser Based Business Rule Configuration and Browser
Based Rate Configuration
Environment: Java 8, Spring Boot, JPA, Rest, Apache Shiro, AngularJS, JSON, Mongo DB, Jenkin, Git
Role: Technology Lead
Identified solutions and validated the same
Developed:
o User interface for definition of insurance product rate using AngularJS
o Database for house insurance product rates using mongo DB
o REST-based services for query and updated insurance product rates using Jax-Rs
Project: Mercator (Emirates Airline)
Period: Aprâ??16-Julâ??16
Description: This project was aimed at integrating existing database for providing extensive search
capabilities to existing application.
Environment: Spring Boot, spring (MVC, Rest, Security), Elastic search, JSON, JPA, Postman Rest Client,
Angular Js
Role: Technology Lead
Created restful web services using spring MVC, integrated elastic search and used Spring Data Elastic search API to
query DB
Steered the implementation of JSON Schema Validation
Managed the building, deployment & release management to promote the code to higher environment SIT, UAT &
PROD
Project: Link-Up MKS (Market Order Management System) - Societe Generale
Period: Julâ14-Mayâ??16
Description: In this project, a comprehensive global solution for the 4 domains i.e. Portfolio Management
System, Customer Relationship Management, E-Banking and Market Order Management System
was developed.
EMC Data Storage systems India Private Limited as Senior Software Engineer
Aug 2012 to Apr 2013
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 3/4
Capgemini as Sr. Consultant
Feb 2011 to Jul 2012
UG: B.Tech/B.E. (Computers) from Biju Patnaik University of Technology (BPUT) in 2003
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices 2020 3 Year(s) 0 Month(s)
Spring boot,Spring Cloud 2020 3 Year(s) 0 Month(s)
core java,j2EE 8 2020 10 Year(s) 0 Month(s)
spring (Core, MVC, security, Data, Boot) 5 2020 7 Year(s) 0 Month(s)
Struts, JSF 1.2 2011
RATIONAL ROSE, RAD
Oracle 9i, MySQL, SQL Server
Mongo Db 2016
Hibernate, IBATIS 2016
EDIFACT
STS-4.6,Intelij Idea 2020 10 Year(s) 0 Month(s)
JAXB, JIBX, CASTOR 2015
JMS, MDB, Active MQ, Apache Camel 2015
Web logic, JBOSS, Apache Tomcat
JUNIT
GIT, SVN, Telelogic Synergy 6.5
Jenkins 2016
Ant, Maven, Gradle 2016
XML, XSLT
SQL Developer, Toad, Squirrel
Windows XP, UNIX (sun Solaris), Linux
Languages Known
Language Proficiency Read Write Speak
Oriya Expert
Hindi Proficient
English Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 4/4
Nature of Employment: Full Time Duration: Nov 2016 - Apr 2017
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time Duration: Mar 2016 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jul 2014 - May 2016
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Eddy Current
Client: Network-Rail UK
Role Description: Performed analysis and led the designing & development of Test-Certificate Module
Steered the timely, defect-free deliverables within the estimated project cost
Project Details: Network Rails Rail Defect Management is the process by which rail is regularly inspected to identify
any metallurgical defects (or flaws) present, and appropriate remedial actions taken to ensure the continued safety and
capability of the railway. There are a variety of different information systems currently used by Network Rail in support of the
defect management process, including the Rail Defect Management System (RDMS).
Project Title: Mercator
Client: Emirates Airline
Project Details: Objective of the POC is to Integrate Elastic Search with existing data base for providing extensive
search capabilities to existing application.
Project Title: Link-Up MKS (Market Order Management System)
Client: Societe Generale
Project Details: To support its business development and expansion of commercial activities, Societe Generale Private
Banking (SG PRIV) has initiated a program to overhaul its front office information systems.
Called "Link-Up", this program aims to design, develop and implement a comprehensive global solution for the following 4
domains:
Portfolio Management System (PMS)
Customer Relationship Management (CRM)
E-Banking
Market Order Management System (MKS)
The scope of the MKS project is the update of a centralized platform for the management of financial market transactions
through two operational hubs (Luxemburg and Singapore) that will serve the individual SG PRIV entities.
Rank 679: Resume 766 with similarity score 0.01479085793862134
Resume Text: B.E , MS , B.TECH , BS technical analyst , sql developer , technology lead , technology analyst , sr. consultant , business development , senior software engineer , full time , team lead , system analyst spring cloud , schema , java web services , core java , accelerator , conducting , docker , linux , gradle , gateway , test cases , project planning , pattern , design documents , status , steering , specifications , xml , testing , scope management , building , order management , spring security , solaris , sql server , coordinated , sprints , mks , upgradation , technical leadership , designation , confluence , deliverables , mar , xslt , apache camel , hindi , gap analysis , issue management , service layer , ltd , project cost , json , english , troubleshooting , agile , microservices , solution architecture , angularjs , windows xp , rest , git , resolve , kanban , feasibility studies , spring data , jibx , documentation , dashboard , completion , struts , hubs , javascript , technology , insurance , business requirements , customer relationship management (crm) , ibatis , reporting , risk analysis , general , scrum , performing , project teams , change requests , developers , affirmative action , oracle , mysql , emc , castor , maintenance , customer requirements , unix , kafka , coding practices , advanced , activemq , timelines , email , jpa , health check , tomcat , aws , problem management , information systems , operations , sequencing , high level design , junit , maven , languages , story , hibernate , management system , sit , jira , search , grading , database , overhaul , codes , spring mvc , api , jenkins , handover , validation , front office , ug , toad , mercator , authorization , storage systems , spring boot , modernization , application , squirrel , airline , mdb , user requirements , interfacing , led , edifact , reviews , eddy current , metrics , presentations 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 1/4
Current Designation: Senior System Analyst
Current Company: IVY Comptech
Current Location: Bhubaneshwar
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IVY Comptech as Senior System Analyst
Sep 2020 to Till Date
NIIT Technology as Technical Analyst
Jul 2019 to Jun 2020
Leading software development activities including design, development & troubleshooting of applications; conducting
gap analysis including validation of needs in conjunction with onsite & offsite teams
Steering the successful roll-out of projects involving defining scope, setting timelines, analyzing requirements, prioritizing
tasks, identifying dependencies and evaluating risks & issues as per budgets
Facilitating implementation of the product involving documentation and execution of varying sizes of customizations,
implementation of standard processes and maintenance & up-grading existing product
Monitoring project progress & outstanding issues and ensuring the quality & timeliness of the deliverables; preparing
monthly dashboard, project health check metrics and weekly & fortnightly status reports as well as extending
postimplementation support to team members by identifying defects, inconsistencies & errors
Undertaking development & testing, defect & issue management for software applications; conducting reviews of codes &
test cases and analyzing change requests / enhancements
Analyzing user requirements to identify trends and resolve performance issues; preparing proposals, delivering business
presentations to clients and controlling resource planning, effort estimation & risk management
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SURYA MOHANTY
Technology Analyst seeking role in Tech Lead, SolutionArchitecture, Application
Design and Development, FullStack Development, Requirement Gathering,
ProcessImprovement,Java, Spring, Spring Boot,
Microservice,Angular,React,Mongo,Docker,Aws,Git,Kafka
Key Skills: team lead/tech lead,application design,solution architecture,requirement gathering,process
improvement,java,micro services,rest,java web services,spring mvc,spring security
Summary
Offering chronicled success of nearly 10.6
years in Software Development and Project Management across Banking &
Insurance domain.
Skilled in overall software development lifecycle involving requirement analysis, system study, designing, architecture,
testing, programming, coding, de-bugging, defect management, status reporting & documentation
Expert in implementing Project Methodologies like Agile / Scrum, Kanban Methodology; possess broad technical
knowledge of application design, architecture and application integrations
Expertise in concepts of end-to-end project planning and implementation from scope management, to activity
sequencing, effort & cost estimation, risk analysis to quality management in line with international guidelines and norms;
skills in working with technologies such as Java J2EE technologies
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 2/4
Interfacing with clients to gather business requirements; conducting system analysis and finalizing technical / functional
specifications & high level design documents for the project
Using industrial coding practices to ensure high quality deliverables with minimal defects
Establishing testing procedures to ensure that application is thoroughly tested across the development phase
DXC India Pvt. Ltd. as Senior Technology Analyst (IT-Application)
Sep 2013 to May 2018
Key Result Areas:
Providing technical leadership to a team of developers focused on Java and ensuring timely delivery of solutions
Managing the application design & implementation operations and steering efforts towards application
modernization
Coordinated with managers to define sprints and executed them
Delegating the scope of the project and creating a problem management system for the project
Significant Accomplishments:
Steered the implementation of Micro Services resulting in increasing overall efficiency of the system
Project: FAP Redesign
Period: Since AugâjQuery111002710744723032641_153720571353417
Description: In this project, an application was created for users to search for the most suitable dental plans.
It entails Advanced Search Function and Quick Search Function that enables users to search for
dental providers.
Environment: Java8, Spring Boot, Spring cloud, Rest, Angular, JPA, Mongo DB, Maven, Jenkins, Git, Agile
Role: Technology Lead
Conducting analysis and managing the designing & development of software applications; developing &
implementing service layer using Api gateway pattern
Steering the upgradation of application to new technology stack using angular, spring-boot & rest
Working towards resolution of technical issues & bottlenecks during the development of application
Project: Eddy Current
Period: JanâjQuery11100400434847661574_153841436307317-
JulâjQuery1110004799253857592234_154539635521917
Description: This project was aimed at designing a system to identify any metallurgical defects and
implement remedial actions taken to ensure the continued safety and capability of the railway.
Environment: Java8, Maven3, JSF, Spring, Hibernate, ActiveMQ, GIT, Jenkin, JIRA, Confluence, Agile
Role: Technology Lead
Supervised the development of Test-Certificate Module; led the set-up of project base by integrating various
technologies and managed the handover to Development Team
Monitored off-shore team and collaborated with other project teams for any clarifications on customer requirements
& resolution of issues
Devised release strategies & tracked project schedule to ensure timely completion of the projects
Controlled risks by performing POC & technical feasibility studies; organized scrum meetings and contributed in
story grooming, iteration planning, story implementation and tracking using Jira too
Project: Product Accelerator
Period: AugâjQuery111001542602162738489_158199337792516-
DecâjQuery1110047482212747571495_158207881283716
Description: This project entails two configurations-Browser Based Business Rule Configuration and Browser
Based Rate Configuration
Environment: Java 8, Spring Boot, JPA, Rest, Apache Shiro, AngularJS, JSON, Mongo DB, Jenkin, Git
Role: Technology Lead
Identified solutions and validated the same
Developed:
o User interface for definition of insurance product rate using AngularJS
o Database for house insurance product rates using mongo DB
o REST-based services for query and updated insurance product rates using Jax-Rs
Project: Mercator (Emirates Airline)
Period: Aprâ??16-Julâ??16
Description: This project was aimed at integrating existing database for providing extensive search
capabilities to existing application.
Environment: Spring Boot, spring (MVC, Rest, Security), Elastic search, JSON, JPA, Postman Rest Client,
Angular Js
Role: Technology Lead
Created restful web services using spring MVC, integrated elastic search and used Spring Data Elastic search API to
query DB
Steered the implementation of JSON Schema Validation
Managed the building, deployment & release management to promote the code to higher environment SIT, UAT &
PROD
Project: Link-Up MKS (Market Order Management System) - Societe Generale
Period: Julâ14-Mayâ??16
Description: In this project, a comprehensive global solution for the 4 domains i.e. Portfolio Management
System, Customer Relationship Management, E-Banking and Market Order Management System
was developed.
EMC Data Storage systems India Private Limited as Senior Software Engineer
Aug 2012 to Apr 2013
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 3/4
Capgemini as Sr. Consultant
Feb 2011 to Jul 2012
UG: B.Tech/B.E. (Computers) from Biju Patnaik University of Technology (BPUT) in 2003
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices 2020 3 Year(s) 0 Month(s)
Spring boot,Spring Cloud 2020 3 Year(s) 0 Month(s)
core java,j2EE 8 2020 10 Year(s) 0 Month(s)
spring (Core, MVC, security, Data, Boot) 5 2020 7 Year(s) 0 Month(s)
Struts, JSF 1.2 2011
RATIONAL ROSE, RAD
Oracle 9i, MySQL, SQL Server
Mongo Db 2016
Hibernate, IBATIS 2016
EDIFACT
STS-4.6,Intelij Idea 2020 10 Year(s) 0 Month(s)
JAXB, JIBX, CASTOR 2015
JMS, MDB, Active MQ, Apache Camel 2015
Web logic, JBOSS, Apache Tomcat
JUNIT
GIT, SVN, Telelogic Synergy 6.5
Jenkins 2016
Ant, Maven, Gradle 2016
XML, XSLT
SQL Developer, Toad, Squirrel
Windows XP, UNIX (sun Solaris), Linux
Languages Known
Language Proficiency Read Write Speak
Oriya Expert
Hindi Proficient
English Proficient
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a16…
https://freesearch.naukri.com/preview/printResume?uname=c206bbe013020b7db633f87b09ef59ef595e0e5143160c475610485a580d5848425a160b13450a0f5c5… 4/4
Nature of Employment: Full Time Duration: Nov 2016 - Apr 2017
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time Duration: Mar 2016 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time Duration: Jul 2014 - May 2016
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Eddy Current
Client: Network-Rail UK
Role Description: Performed analysis and led the designing & development of Test-Certificate Module
Steered the timely, defect-free deliverables within the estimated project cost
Project Details: Network Rails Rail Defect Management is the process by which rail is regularly inspected to identify
any metallurgical defects (or flaws) present, and appropriate remedial actions taken to ensure the continued safety and
capability of the railway. There are a variety of different information systems currently used by Network Rail in support of the
defect management process, including the Rail Defect Management System (RDMS).
Project Title: Mercator
Client: Emirates Airline
Project Details: Objective of the POC is to Integrate Elastic Search with existing data base for providing extensive
search capabilities to existing application.
Project Title: Link-Up MKS (Market Order Management System)
Client: Societe Generale
Project Details: To support its business development and expansion of commercial activities, Societe Generale Private
Banking (SG PRIV) has initiated a program to overhaul its front office information systems.
Called "Link-Up", this program aims to design, develop and implement a comprehensive global solution for the following 4
domains:
Portfolio Management System (PMS)
Customer Relationship Management (CRM)
E-Banking
Market Order Management System (MKS)
The scope of the MKS project is the update of a centralized platform for the management of financial market transactions
through two operational hubs (Luxemburg and Singapore) that will serve the individual SG PRIV entities.
Rank 680: Resume 1488 with similarity score 0.014790481586456048
Resume Text: B.E , MS , B.TECH configurator , cto , associate , cio , data modeler , solution architect , change management , full time , team lead , technical specialist , vp , chief architect global view , continuous process , cots , computing , customer , window , root cause , workshops , reduced costs , rfi , conducting , platforms , enterprise integration , docker , linux , gradle , project planning , energy , status , multinational , digital transformation , enterprise systems , technical presentations , msa , process design , transportation , ehcache , scope management , writing , components , building , visio , order management , odm , agility , automation , devising , retail , kubernetes , designation , ibm db2 , pre-sales , hindi , cloud , configurator , ltd , architects , english , productivity improvement , erwin , open source integration , technology evaluation , microservices , consolidation , solution architecture , redis , architecting , change management , estimates , spring data , feasibility studies , struts , sonarqube , javascript , business initiatives , risk analysis , rollout , partnerships , slf4j , mid-market , affirmative action , information technology , oracle , mysql , principles , hub , maintenance , service delivery , apache kafka , ibm bpm , activemq , postgresql , email , business units , aws , high-end , ee , operations , sequencing , middleware , junit , achieve global , containerization , maven , perforce , languages , hibernate , management system , doms , business transformation , jira , search , web , api , spring mvc , mockito , technology consulting , onboarding , jenkins , rfp , choreography , ug , toad , coe , defense , comparative analysis , authorization , teams , business value , spring boot , models , log4j , record , modernization , application , modular , cost effective , transformations , drools , enterprise architecture , clearcase , ecs , uml , cvs , jbpm , reviews , eclipse , orchestration , service standards , harmonization 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10…
https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10051815595e01… 1/3
Current Designation: Associate Distinguished Engineer
Current Company: Nagarro Software Pvt. Ltd
Current Location: Gurgaon
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd as Associate Distinguished Engineer
Jun 2013 to Till Date
Leading Enterprise Architecture Practice to define technology strategic roadmap & producing best-in-class solutions that
meets business objectives
Aligning information technology with business objectives and deriving opportunities for transformation, legacy
modernization, harmonization & rationalization of assets and business processes
Providing High-end consulting in customer's digital transformation initiatives
Heading Centre of Excellence (CoE) for Enterprise Transformations to build competency, govern applications, enforcing
best practices, build & promote reusable components and so on
Spearheading the overall business transformation effort and process design with the project stakeholders covering the full
Software Development Lifecycle (SDLC)
Conducting process reviews, automation feasibility studies in order to provide customized solution as per client's
requirements
Designing and architecting large scale enterprise systems handling huge volume of transactions by setting up future ready
foundational architectural principles and enabling quality driven high- performance web-scale models
Collaborating with the development teams to conduct the technical roadmap of the capabilities within the domain
Devising plans, roadmaps & strategies; transforming clients' data into tangible business value by analyzing information
and communicating outcomes
Establishing roadmap for enhancing operations to achieve global service standards; implementing cost effective
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Piyush Aggarwal
Enterprise Solution Architect seeking assignments in Enterprise Architecture
Consulting,Software Engineering,Enterprise Applications Solutions,Digital Roadmap
Planning,Solution Architecture,Presales, Digital Transformation, Middleware
technologies.
Key Skills: Enterprise Architecture Consulting, Enterprise Applications Solutions, Digital Roadmap Planning, Solution
Architecture, Digital Transformation, Java, Microservices, AWS, API Management, Mulesoft, Docker, Kubernetes, Cloud
Computing,
Summary
Offering nearly 18 years of experience in managing end-to-end implementation, project planning from scope management, to
activity sequencing, effort estimation, risk analysis to quality management in line with guidelines and norms
Expert in designing, building, and implementing Enterprise solutions for mid-market and enterprise companies nationwide using
modern technologies/concepts such as microservices, cloud-native, cloud etc.
Collaborated with CIO, CTO or Chief Architects and established partnerships with Business and IT to provide inputs towards
strategies, roadmaps and IT plans; Track record of directing business initiatives while participating in planning, root cause
analysis and implementation of solutions
Delivered highly skilled technical presentations to customer prospects and provided technical support in writing proposals to the
team in responding to RFI/RFP/RFQs
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10…
https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10051815595e01… 2/3
processes to ensure effectiveness resulting in reduced costs and improved service delivery
Facilitating end-to-end delivery of the project, by defining standards guidelines & meeting internal and external objectives:
Estimation, risk, scope, time, resource, quality and change management
Value-adds, continuous process and productivity improvement
Expectation management of team
NIIT Technologies as Technical Specialist
Apr 2013 to May 2013
Steria India Limited (Formerly Xansa) as Technical Team Lead
Apr 2005 to Apr 2013
UG: B.Tech/B.E. (Computers) from Kurukshetra University in 2001
Education
IT Skills
Skill Name Version Last Used Experience
MQSeries, ActiveMQ, Apache Kafka, Apigee
IBM BPM, jBPM, Camunda, Apache Drools
IBM ODM
Java, Java EE, JSP, Servlet
Spring, Spring MVC, Spring Boot
Spring Data, Hibernate, Struts
Log4J, Logback, SLF4J, Ehcache
Redis, Elastic Search, EJB, Ant, Maven
Gradle, Jenkins, SonarQube, JUnit
Mockito, GIT, Rational Clearcase
Perforce, SVN, CVS, ERwin data modeler
TOAD, Eclipse, Rational Rose, UML
MS Visio, Jira
Window, Linux
Oracle, MySQL,IBM DB2, PostgreSQL, Mongo
Mulesoft Anypoint Platform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10…
https://freesearch.naukri.com/preview/printResume?uname=c8628e87fcc3e8d70bad1acd6cb9be795e5d0c0748400e100214145d5c0b581c105d10051815595e01… 3/3
Nature of Employment: Full Time
Role: Solution Architect
Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Role: Solution Architect
Duration: Apr 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Solution Architect
Duration: Jan 2020 - Mar 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Distributed Order Management System (n-DOMS)
Client: US Based Multi-brand Retailer in fashion domain
Project Details: The solution involves orchestration of sales orders between multiple retail stores and distribution centers;
provides global view of inventory
Leading the discovery workshops, technology evaluation, design and architecture and development of the solution
Leading the pre-sales task in preparing solution (comparison of COTS and tailor made solution) and doing bid-defense for
the solution
Laying down core extensible and modular architecture using Microservices with service choreography, containerization and
cloud deployment
Technology: Java 8, Spring Boot, Hibernate, Apache Kafka, AWS RDS for MySQL, Docker, AWS SES, AWS ECS, and so on
Project Title: Technology consulting for application rationalization and modernization
Client: A European multinational company providing digital energy solutions
Project Details: Participating in virtual workshops for understanding various existing quotation applications across different
business units and departments
Providing proposed solution and roadmap for application portfolio rationalization and consolidation through global
configurator builder platform providing agility to the business and IT to rollout new configurators quickly, improving user
experience and easing application maintenance and so on
Laying down core extensible and modular architecture leveraging DDD, MSA and Containerization
Providing commercial offer including solution, estimates and cost for development and presenting the same to the customer
Technology: Java 8, Spring Boot, Hibernate, Apache Kafka, MySQL, Docker/Kubernetes, AWS
Project Title: Technology consulting for onboarding enterprise integration platform
Client: A US based customer in Transportation and Logistics domain
Project Details: Consulted the CTO and chief architect on building strategic roadmap for their Enterprise Application
Integration platform initiative
Conducted three weeks workshop at Customer location to discover various application integration needs in their enterprise
Performed comparative analysis of various COTS and open source integration platforms; recommendation for integration
platform
Provided high level solution and roadmap for implementing integration services
Ensured setting up best practices, standards and processes for Enterprise Application Integration
Technology: Mulesoft Anypoint Platform, Cloud Hub
Rank 681: Resume 1521 with similarity score 0.01478518008453405
Resume Text: B.E , MS , B.TECH , BS director , senior developer , solutions architect , project lead , long term , devops , application architect , ceo , senior systems analyst , full time , practice lead , engineering leader computing , platforms , mcs , product engineering , headcount , status , gds , digital transformation , spotify , product delivery , ux , oagis , features , large deals , building , payments , cdm , procurement , supply chain , platform architecture , sql server , sap adapter , organization , security controls , emv , automation , retail , devops , interfaces , access , designation , it strategy , go-to-market strategy , hindi , operational systems , bapi , architects , english , cloud security , agile , project , groups , microservices , leadership , solution architecture , processing , biztalk , nist , one , javascript , canonical , general , consumer products , cobit , affirmative action , shape , collaboration , advanced , instrumental , capital markets , business services , postgresql , automotive , nexus , email , netsuite , manufacturing , aws , key management , shaping , microsoft , global delivery , business acumen , languages , malayalam , life insurance , engineers , dell , online , intranet , risk assessment , technology consulting , onboarding , sales growth , ug , coe , interpersonal skills , revenue , azure , financial systems , particular , authorization , internet , enterprise , models , application , modular , wealth , less , participation , mainframe , apac , drive , framework , e-commerce , pan 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f43…
https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f430b17135b585b… 1/3
Current Designation: Digital & Engineering Leader
Current Company: EY GDS Consulting
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Corporate Planning / Consulting
Role: CEO/MD/Director
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Civil]
Verified : Phone Number | Email - id
EY GDS Consulting as Digital & Engineering Leader
Jan 2013 to Till Date
Responsibilities:
Drive Digital Transformation, Cloud & DevSecOps and Product Engineering discussions at all
levels of client's organization.
Develop Go-To-Market strategy and drive sales growth for EMEIA, Americas and APAC
regions. Lead large pursuits, participate in client orals and shape large deals through
innovative pricing, global delivery models and sector solutions/assets/accelerators.
Manage key strategic accounts and ensure growth YoY.
Design & sell innovative sector solutions and assets in the regions.
Lead architecture design & delivery of EY's key digital platforms in the Financial sector.
Practice lead for Cloud & Advanced Engineering (120+ Cloud Microservices & Data
engineers) and Technology & Solution Architecture (40+ Cloud & DevOps Architects)
practices. Drive practice growth in terms of new wins, headcount growth, new capabilities
and delivery excellence.
Key Achievements:
Instrumental in shaping and securing a 'one of a kind' multi-year and multi-million dollar deal for
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sujith Vijayan
Digital & Engineering Leader seeking leadership roles in Technology Consulting,
Product Engineering, Cloud and Digital Transformation
Key Skills: Digital & Engineering Leader, CEO/MD/Director, Digital Transformation, Solution Architecture, Continuous
Integration, Application Development, Go-to-market Strategy, IT Strategy, Technology Consulting, MS SQL Server, Cloud
Computing, Postgresql
Summary
Sujith has 18 years of experience in Technology Consulting, Platform & Solution Architecture, Digital
Product Engineering and scaling technology practices and businesses.
Sujith has shaped and delivered a number of marquee multi-million-dollar ($50+ mil) digital
transformation deals across sectors - Banking & Capital Markets, Insurance, Wealth & Asset
Management, Consumer Products & Retail and Advanced Manufacturing & Automotive.
He has proven experience in account management and has scaled technology businesses
successfully in regions where growth has been traditionally low.
Sujith is an effective communicator at all levels with client & colleagues, alike, and thrives on
complex, fast pace and challenging environments. He efficiently combines interpersonal skills, deep
technology skills and business acumen in building long term relationship with stakeholders, both
internal and external. He is passionate about technology and helping organizations realize their
strategic priorities.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f43…
https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f430b17135b585b… 2/3
one of the largest and oldest banks in APAC to deliver a Digital Insights Platform to provide a digital
experience that is personalized, at the right time, in the right channel and demonstrates that the
bank understands them & their situation. This will power EY's digital solution for the Banking sector
named Nexus for Banking; a cloud-native platform based on reactive architecture that is modular,
intelligent and custom built for sustainable solutions. Set up an engineering team comprising of 61
engineers spanning Platform Squads & Chapters from the ground up, active participation in
architecture design of the platform, defining a global delivery model based on Scaled Agile
models such as Spotify & Nexus for integrated product delivery and implementing an end to end
DevSecOps framework to automate CI, CD and security policies.
Delivered the EY Nexus Insurance platform leading an engineering team of 20+ for a large Auto
Insurance company in the US that enables its millennial/Gen-Z customers purchase an auto
insurance policy in less than 60 seconds. A cloud native platform offering access to the most
advanced technologies (integration with insuretechs such as Socotra, Sureify and enterprise
adapters) in Insurance. This platform lets insurers launch new products, new business models and
even entirely new brands in 6-12 months.
Set up of a Cloud Architecture & Governance CoE for a large pan Asian Life insurance group to
help them move their application workloads to the cloud by 2022 and ensure that all its BU's are
utilising cloud in a standardised and coherent way. Also defined and implemented a robust
DevSecOps framework, automation (IaC, policy as a code) and a multi-cloud platform strategy
spanning Azure, GCP & AWS cloud.
Enabled the new EMV Secure Remote Commerce (SRC Specification 1.0) for a large payments
processing company in Americas; a secure and resilient cloud native platform based on
microservices architecture enabling SRC core services, onboarding services for SRC participants
and implementation of security patterns (API security, secrets management, key management)
and cloud security controls to address COBIT, NIST, ITL & PCI.
Deliver a financial systems transformation program for one of the largest, most innovative and
diversified companies in the automotive industry that will simplify and standardize the
organizations ability to integrate existing operational and cloud based financial systems (NetSuite
ERP). This includes 32 operational systems (Mainframe, 3rd party systems etc.), 30 business services,
70 interfaces and leverages a Canonical data model (CDM) based on OAGIS (Open Applications
Groups Integration Specification). Includes overall delivery management leading a 40-member
team spanning 3 years.
Dell International Services India Limited as Platform & Solutions Architect
Jul 2009 to Jan 2013
Responsibilities:
Hire top notch product engineers and lead a platform services team.
Work with the Core Platform Architecture team in developing the platform architecture for
the Enterprise Settings service.
Achievements:
Deliver architecture, design and end to end implementation of core platform services thar lets the
business configure online stores in real time for one of the largest e-commerce websites in the
world (www.dell.com) with a revenue channel of $16 billion. This service (response time of 10ms @
7000-10000 TPS) is consumed by all UX applications and provides a centralized view of all the
critical features of the website and the ability to control these features as per the geographical
hierarchy.
Architecture & design of core platform services that lets the business target a particular audience
to display personalized content, pricing etc. for one of the largest e-commerce websites in the
world (www.dell.com).
Mahindra Satyam ( now Tech Mahindra) as Senior Systems Analyst
Jan 2003 to Jun 2009
Responsibilities:
Senior Developer, Project Lead, Application Architect
Achievements:
Architecture design and development of various internet and intranet facing business critical
applications spanning Corporate Procurement, Supply Chain, SAP Security & Risk Assessment
functions. Technology consulting in collaboration with Microsoft Consulting Services (MCS)
addressing key technology issues for their marquee clients.
Development of BizTalk SAP Adapter (part of the Microsoft Product team in Redmond that
integrates SAP data (BAPI, RFC & IDocs) seamlessly from SAP R/3 4.X
UG: B.Tech/B.E. (Civil) from UNIVERSITY OF NORTH MAHARASHTRA in 2000
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f43…
https://freesearch.naukri.com/preview/printResume?uname=74832802a66707dfcecba49c5d256ba8510b01534f410e4500404109585c0348150f430b17135b585b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Malayalam
Rank 682: Resume 1180 with similarity score 0.014782330465126354
Resume Text: B.E , MS , B.TECH director , sr. manager , enterprise architect , partner , vp , support specialist , network associate , full time , service provider , solution manager , technical advisor automation , retail , agriculture , optimization , general , rfp , infrastructure services , designation , ug , space , telecom , rfi , affirmative action , hybrid cloud , collaboration , hindi , bids , new business opportunities , public , azure , revenue , beginner , remote infrastructure management , ccna , customer satisfaction , english , authorization , teams , due diligence , status , virtualization , email , project , application , aws , map , solution architecture , ena , operations , ops , apac , elements , hyper-v , enterprise architecture , large deals , dc , strategy , transformation , languages , story , data center , client requirements , assessment , vmware , cisco , boarding , computer engineering , javascript , engineers , organization , technology , distance learning , network engineering , cxo , gujarati , french 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a5243135817…
https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a52431358170140430c0900… 1/3
Current Designation: Multi Solutioning Consultant
Current Company: DXC Technology India Private Limited
Current Location: Delhi
Pref. Location: Chandigarh,Delhi / NCR,Gurgaon
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: CTO/Head/VP-Technology (Telecom/ISP)
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Operations]
Verified : Phone Number | Email - id
DXC Technology India Private Limited as Multi Solutioning Consultant
Nov 2018 to Till Date
* Leading DXC large deals for Global pursuits.
* Solutioning & wining deals after engaging with customer, OEM partner and owning the Client/Customer, OEM
Relationship
* Builds strong professional relationships with key IT and business executives globally
* Understands and addresses CxO issues in relevant business terms
* Is perceived as a trusted technical advisor by the customer
* Manages problem resolution and customer satisfaction issues through strong partnering capabilities
* Participates in client negotiations, influences strategies and leads technical contract elements
Account Team Collaboration
* Actively participates with the account team in account and opportunity planning
* Understands the roles and effectively directs other teams and resources within DXC and partners
* Shapes, interprets and helps define client requirements to ensure it addresses business goals
* Redefines services, service level agreement and other requirements based on client objectives.
* Review and provide input to financial assumptions, commercial T&Cs and contract definitions
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Sachin Sharma
Multi Solutioning Consultant seeking roles in Remote Infrastructure
Management,Service Management,Network Engineering,Account
Management,Strategy Development,Server Virtualization,Solution Design,Solution
Architecture,VMWare,Hyper-V,AWS,Azure
Key Skills: Multi Solutioning Consultant,CTO/Head/VP-Technology,Remote Infrastructure Management,Service
Management,Network Engineering,Account Management,Strategy Development,Server Virtualization,Solution
Design,Solution Architecture,VMWare,Hyper-V,AWS,Azure
Summary
* 20+ years of experience in various roles for large IT Services providers, Planning, Designing, Implementation, Operations &
Optimization (Bids & Tenders, RFI/RFPs, complex DC, Cloud migrations) and working with OEM partners for joint solution and
new business opportunities
* Experience of working through the complete life cycle (Service creation, Sales, Presales, T&T, Operations) across diverse
organizations CSC, Capgemini, HCL
* Intense experience of working on large value bids (10-150 Million USD) as Solution Manager/Integrator/Architect.
* Lead large deals end to end from qualification to contract negotiations including solution strategy, solution story boarding,
costing, pricing, Orals, Due Diligence, BAFO.
* Design private and hybrid cloud solution for enterprise client
* Public cloud (AWS, Azure)
* Private cloud architecture (VMWare, Hyper-V)
* Leading cloud Transformation & migrations
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a5243135817…
https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a52431358170140430c0900… 2/3
EVRY as Head/Director Infra & Supporting Services
Nov 2016 to Nov 2018
* Lead EVRY India Infra & Ops portfolio including Architecture and project management teams and OEM partnership
* Delivery responsibility for all I&O projects in Europe & NA with regular client governance.
* Review and provide approval for solutions
* Review and approve RFQ/RFP responses, evaluate the submission for solution compliance, ROI, EBITA
* Inject next generation technology and solution in to EVRY India - SDN, SDDC, Hybrid Cloud, and Automation.
* Develop strategic partnership for EVRY India infrastructure practice.
* Coordination with the Exec. Management for preparing procedures, policies and controls to assist in the achievement
of acceptable profit situations throughout the organization. Monitor revenue and expenditure in the operating divisions to
ensure attainment of profit objectives.
* Work closely with sales teams to define business solutions to customers across US, Europe, APAC geographies in
Infrastructure services space and take offerings to these markets. Identify, design, develop and implement market-driven
strategies and map them with organization's objectives to achieve revenue goals and the company's mission.
Capgemini India as Enterprise Architect/ Sr. Manager
Nov 2012 to Nov 2016
* Define strategy and solution for client to migrate from legacy data center to NGDC (next generation data center)
including Application migration in scope.
* Lead the data center assessment work for Hongkong based largest Telecom service provider - Provide the strategy,
recommendation and roadmap for next generation IT for Telecom service provider.
* Lead assessment for Australian Bank & European Retail chain & proposed future state with transition & transformation
approach.
* Lead complex DC migrations for French agriculture company
* Lead account / enterprise architect for large retail/banking customers.
UG: B.Tech/B.E. (Computers) from Institution of engineers in 2002
PG: MBA/PGDM (Operations) from Symbiosis Centre for Distance Learning (SCDL) in 2009
Other Qualifications/Certifications/Programs:
Diploma in Computer Engineering
CCNA (2.0), Brain Bench Certified Cisco Support Specialist
MCSE & MCP + I, ENA & ENS (Extreme Network Associate & Specialist)
Education
IT Skills
Skill Name Version Last Used Experience
ENTERPRISE ARCHITECTURE 2016 15 Year(s)
Solution Management 2016 15 Year(s)
PRESALES 2016 15 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Gujarati Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a5243135817…
https://freesearch.naukri.com/preview/printResume?uname=10de12f26cf15f296c5fe0a96d3930440c5c08514245091503444859540a52431358170140430c0900… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 683: Resume 1297 with similarity score 0.0147688735698226
Resume Text: B.S , M.TECH , BS , B.E , MS , B.TECH project manager , solutions architect , senior manager , associate , system administrator , solution architect , senior engineering manager , system engineer , cloud architect , devops architect , devops engineer , part time , vice president , full time , team lead , enterprise architect , business analyst , aws architect , infrastructure architect , implementation engineer computing , financial services , customer , technical solution design , docker , hitachi data systems certified professional , build automation , ssl , status , digital transformation , continuous integration , fintech , bitbucket , it service delivery , building , ec2 , it infrastructure , foundation , solaris , sql server , service delivery management , coordinated , workflow , architectural design , mathematics , vmware esx , ansible , retail , devops , open source , kubernetes , designation , mar , rhel , hindi , cloud , ltd , english , 12c , project , provisioning , consolidation , solution architecture , splunk , range , architecting , estimates , capacity planning , dc , red hat enterprise linux , sonarqube , javascript , technology , hp-ux , reporting , general , physics , data migration , affirmative action , mysql , oracle , emc , uptime , application hosting , public , xp , maintenance , unix , email , tomcat , aws , configuration management , fit , hds , maven , languages , draft , assessment , search , jenkins , ug , telecom , chemistry , authorization , teams , less , ecs , s3 , vmware certified professional , finance , storage , landscape , it operations management , python , ucm , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 1/3
Current Designation: Senior Engineering Manager
Current Company: WEINVEST
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
WEINVEST as Senior Engineering Manager
Mar 2020 to Till Date
WEINVEST (Fintech) as Sr. Engineering Manager - Cloud Architect,DevOps Architect, SRE practice.
Mar 2020 to Oct 2020
As a AWS Architect and DevOps Manager I am responsible for building reliable, secure AWS solutions architecture,
design and deployment of micro service based applications, advising and implementing AWS best practices, Implementing
DevOps practices such as build automation, infrastructure as code, continuous integration and deployment, service
automation using various open source tools in AWS Public Cloud. My responsibility includes building roadmap for products
/ solutions and to maintain uptime of the applications, reduce delivery time by leveraging automation.
JP Morgan & Chase Co. (GTI) as Vice President - Software Defined Compute (Cloud & IT
Infrastructure)
May 2018 to Dec 2019
As a DevOps / IT Infrastructure Lead of GTI's Infrastructure Hosting Service Project my responsibility was to manage
UCM, reduce build time by leveraging automation in build workflow for AWS infrastructure using terraform, ansible, docker
containers deployment using CI/CD tools. Successfully implemented DevOps best practises which resulted build time
reduction by 30% than previous years. I collaborated with different Application Development Team for solution design
using ECS, EKS for deployment of micro service based solutions using AWS best practises.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Anirban Biswas
Senior Manager seeking roles in Solution Architecture,Technical
Architecture,Architectural Design,IT Infrastructure Support,Project
Management,Configuration Management,Digital Transformation,Cloud
Computing,Networking,Jenkins,Ansible,MySQL,Maven,AWS
Key Skills: AWS, Solution Architecture, Infrastructure Architect, Docker, Jenkins, Continuous Integration, Continuous
Delivery, Microservice, Kubernetes, IT Service Delivery Management, IT Operations Management, Devops, Ansible,
Python, Terraform,Elastic Search
Summary
AWS Cloud Solution, IT Infrastructure Solution Architect and DevOps Manager with more than 18 years of technical capacity
and more than 5 years of managerial experience having proficiency in design and deployment of Cloud Solutions, Complex IT
Infrastructure Solution and DevOps. Experienced in delivering wide range of services including Build and release, Provisioning,
Capacity planning, Reporting, Configuration Management, Consulting, Architecting, Design of Public Cloud solution and digital
transformation, Data Centre Consolidation, DC Migration, application deployment for global clients for clients in Banking &
Finance, Telecom, and Retail.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 2/3
Hewlett Packard Enterprise as Cloud Solution Architect, Technical Consulting
Apr 2008 to Jul 2017
* As trusted advisor create and maintain effective customer relationships with IT heads and IT teams.
* Provided strategic guidance to clients with regard to latest technology, IT infrastructures, application hosting on Public
/ Private Cloud.
* Assessed market technology choices to determine the fit, including software, hardware, cloud solutions, etc.
* Developed transition and transformation plans for customer IT application and data migration.
* Propose and execute consulting assessment to determine customers' existing IT landscape including inventory of
customer existing environment (application, infrastructure, usage and performance).
* Coordinated between the business and IT stakeholders to develop a solution architecture and collaborated with
engineering to finalize technical solution design.
* Coordinated with Delivery Project Manager and Business Analyst to draft project scope and compile delivery
estimates.
Wipro Infotech Ltd. as Sr. Engineer - Team Lead
Apr 2004 to Mar 2008
I have played various roles in Wipro InfoTech that includes Technical Support Team Lead for Citi Bank Data Centre. As
Team Lead role in CITI Bank, I was responsible for day to day operations. As Sr. System Engineer for Service Delivery
Team and implementation Engineer for Sun, HP, EMC and Hitachi Enterprise products.
UG: B.Tech/B.E. (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2011
PG: M.Tech (Computers), Part time from Birla Institute of Technology and Science (BITS), Pilani in 2020
Other Qualifications/Certifications/Programs:
B.Sc (Physics, Chemistry, Mathematics)
AWS Certified Solutions Architect - Associate
AWS Certified Solutions Architect - Professional
AWS Certified DevOps Engineer
VMware Certified Professional (VCP-DCV) on ESX 6.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
Red Hat Certified System Administrator on Red Hat Enterprise Linux 7
EMC Certified Storage Foundation
Hitachi Data Systems Certified Professional
Education
IT Skills
Skill Name Version Last Used Experience
EC2, RDS, EBS, S3, VPC, SQS, ECS
Unix / Linux
RHEL, Solaris, HP-UX
VMware ESX, Red Hat KVM
TCP/IP, DNS, DHCP, HTTP
Datadog, Splunk
TCP/IP, DNS, DHCP, HTTP
SSL/TLS, BGP, SMTP
Tomcat
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Bitbucket, Jenkins / Jules,SonarQube,
Oracle 11g / 12C, MS SQL Server, MySQL
HDS VSP, HPE XP, EMC VMAX
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 684: Resume 1530 with similarity score 0.014761835202000397
Resume Text: B.E , MS , B.TECH software engineer , cognos , framework developer , business development , salesforce developer , member of technical staff , software developer , devops , full time , sql developer core java , office , platforms , linux , instagram , test cases , payer , energy , status , xml , rdbms , testing , writing , features , salesforce , cognos , fetch , filezilla , workflow , organization , crm , italian , homepage , magento , candy , functional specifications , enterprise design patterns , devops , designation , mar , aura , web services , ltd , windows , english , troubleshooting , ui automation , responsiveness , agile , project , provisioning , how-to , angularjs , range , ibm , rest , mvc , git , research , documentation , one , javascript , technology , html , management development , winscp , reporting , general , data validation , scripting , visual studio , affirmative action , mysql , oracle , maintenance , jquery , business logic , test procedures , email , google , water , aws , android , hp , languages , hibernate , amazon , jira , apex , cloud services , codes , jenkins , api development , css , soap , ug , toad , lightning , in-depth analysis , ios , authorization , teams , productivity , spring boot , record , tracker , application , devices , user requirements , led , framework , translation , selenium , python , eclipse , intellij idea , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f14…
https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f1403101051580f… 1/3
Current Designation: Salesforce Software Developer
Current Company: PwC (Price water House Coopers S.p.A)
Current Location: milan
Pref. Location: Hyderabad,Dubai,Germany
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 1 Month(s)
Highest Degree: PG Diploma [Business Administration]
Verified : Phone Number | Email - id
PwC (Price water House Coopers S.p.A) as Salesforce Software Developer
Jun 2019 to Till Date
Working with the team namely 'Tech Extended'; hands-on experience in CRM Technologies including Salesforce Platform
Developer, Apex, LWC, Aura, Java, JavaScript, HTML, CSS, JQuery, Git, Jenkins, IntelliJ, Visual Studio and AngularJS
Worked on shell project; performed configuration of salesforce
Understanding the functional workflows and explaining it to the team; developing the business logic and ensuring proper
implementation of the same
Domain knowledge on Enterprise Design Pattern; adhering to the standard of code patterns for writing the code
Worked on the 'Shell Energy Project'; utilized marketing cloud tool 'Evergage' that altered the UI of web page used for
marketing and tracking the customers as well as conducted an in-depth analysis of page traffic flow and different types of
users from different platforms such as FB, Google, Instagram
Successfully configured UI for diverse customers from multiple sources
Gained rich knowledge on various methods of programming as per the project requirements
Utilizing SFDC to improve processes and productivity, and making recommendations to support an organization scaling at
a rapid pace
Ensuring the best possible performance, quality, and responsiveness of applications
Analyzing and assisting in defining specifications and user requirements
Developing, maintaining, and executing test procedures for applications & system
Utilizing latest tools and keeping up to date with technology changes
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
SUDHIR KUMAR THANNA
Salesforce Software Developer seeking roles Salesforce Design,Salesforce
Development,Requirement Gathering,Software Development,Requirement
Analysis,Testing,Application Design,Core Java, Angular Js,
Python,JIRA,SpringBoot,Jenkins,Toad,Aura Lightnin
Key Skills: Salesforce Software Developer,Salesforce Design,Salesforce Development,Requirement Gathering,Software
Development,Requirement Analysis,Testing,Application Design,Core Java,Angular Js,
Python,JIRA,SpringBoot,Jenkins,Toad,Aura Lightning
Summary
A technocrat and Certified 5x Salesforce Developer offering, over 5 years of National & International experience in Salesforce,
Core Java, JavaScript, HTML, CSS, jQuery, Angular JS, UI Automation, Testing, Spring Boot, J2EE and Rest Web Services
Skilled in overall salesforce development life-cycle involving requirement analysis, system study, designing, testing,
programming, coding, de-bugging, defect management, status reporting & documentation
Excellent track record of designing customized application for a wide range of clients
Keen analyst with excellence in gathering and understanding requirements of clients & other multiple stakeholders, followed by
translation into functional specifications as well as provisioning of customized software solution
Worked within a focused agile team to develop applications and platform features
Skills in programming with APEX, Triggers, JavaScript, HTML, XML, and related technologies
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f14…
https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f1403101051580f… 2/3
Providing technical assistance and end user troubleshooting for bug fixes, enhancements, and "how-to" assistance
Working with management, creating and managing complex workflow rules, data validation, and triggers
Gained experience in Web Service Callouts like Rest and SOAP API development, AWS, Yandex, Magento, Salesforce
Web service callouts for integrations and deployments from other third party cloud services to fetch , analyze data and
create objects using these web services
Developing the Zelig HomePage using the LwC in Candy Project
MiMoto Milan as Software Engineer
Mar 2019 to Jun 2019
Engaged in design & development of test cases
Conducted an in-depth testing of the Admin Page, Android Application as well as features of iOS Application
Performed integration on IoT Devices as well as configuration on Amazon AWS
Model N Software India Pvt. Ltd. as member of Technical Staff
Jun 2015 to Sep 2018
Gained extensive exposure in working on various technologies such as Java, JavaScript, Automation, HTML, CSS,
Performance Measure, SQL, Linux, Jenkins, Configurations, Framework Developer and IBM Cognos
Active involvement in numerous projects and enhancements, Bug Fixes; worked on Framework Development in the Core
Business Development Team of Model N
Dealt with various clients including Merck, Novartis, J&J and BMS
Successfully led integration of two different enterprise standard codes for producing a single one using a new framework
development following spring boot framework and development of internal SQIN (Software Quality Initiative) Framework
for testing and UI Automation; worked on Jenkins and BATAM Reporting
Gained experience in Jenkins , Deployment and Integration, and also UI Automation Development, Scripting of the UI
Automation Scripts Proven excellence in dealing with Spring Boot, EJB, Hibernate, Selenium, UI Automation Framework
as well as MVC Framework Development Working on different teams and a continuous learning and Integration
(UBC/Payer Team, SQIN/Automation Team, Devops/BRE Team)
UG: B.Tech/B.E. (Computers) from Gayatri Vidya Parishad college of Engineering in 2015
PG: PG Diploma (Business Administration) from Welingkar Institute of Management Development & Research in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, Salesforce, J2EE, JavaScript
Apex, LWC, Aura Lightning
Spring Boot, Angular Js, Python
SpringBoot, Spring, REST
SOAP Web Services
Enterprise Design Patterns
HTML, CSS
SQL, Oracle, Maria DB
RDBMS, Toad for MySQL
IntelliJ IDEA, SQL Developer
Eclipse, Visual Studio, GIT
MS Office, FileZilla, WinSCP
JIRA, SD Tracker
Jenkins
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f14…
https://freesearch.naukri.com/preview/printResume?uname=5461eb6891a659349477b7b6be220cca0b550c51484008165018445d5f0f054b420f1403101051580f… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Linux and Windows
HP UFT, Test Complete, Katalon
Languages Known
Language Proficiency Read Write Speak
English
Italian
Rank 685: Resume 419 with similarity score 0.014760786899098205
Resume Text: B.S , MS nan team spirit , version control , mean stack , visual studio code , analytical skills , cse , snooker , trading , collaboration , fitness , angular , public , basic , firebase , ltd , travel , outbound training , node.js , wellness , listen , tracker , project , application , mongodb , ict , leadership , github , crypto , camp , intermediate , soft skills , languages , x , theatre , web , technology , hobbies , life skills , database RAGHAV JAIN
F-40 Omaxe Royal Residency, Ludhiana, Punjab
+91-9815379696
raghavjain130998@gmail.com
https://github.com/raghav1398
https://www.linkedin.com/in/raghav-jain-aa863017b/
EDUCATION:
Qualification/
Degree
School/College University/Board
CGPA/
Percentage
Year
B. E. (CSE) Chitkara School of Engg. &
Tech., Punjab
Chitkara
University
8.05 2016-2020
Class XII DAV Public School, Ludhiana C.B.S.E 85% 2015-2016
Class X DAV Public School, Ludhiana C.B.S.E 9.4 2013-2014
PROJECTS & TRAININGS:
6 MONTHS INTERNSHIP AT T-SYSTEMS ICT INDIA PVT LTD, PUNE, MAHARASHTRA
(30-12-2019 TO 30-06-2020)
The internship was designed to provide basic orientation on SDLC combined with technology
orientation on Application Development. The program also covered soft skills training, life skills
and outbound training to develop team spirit and collaboration
PROJECT: -
FITNESS TRACKER( https://exercises-43629.firebaseapp.com )
Built a responsive web app using Angular that helps users to train different exercises and track their
fitness
RECIPE BOOK( https://ng-course-recipe-book-f41ad.firebaseapp.com/ )
Built a responsive web app which allow users to create and post different recipes
TECH STACK- Angular (RxJS, NgRX), Angular Material, Firebase
3 WEEK TRAINING IN FULL STACK DEVELOPMENT FROM UDEMY
The training involved intermediate level of MEAN stack development to build and deploy interactive
applications and services
PROFESSIONAL SKILLS:
LANGUAGES: Angular, Angular Material, Node.JS
DATABASE: MongoDB
SOFTWARE AND TOOLS: Visual Studio Code
VERSION CONTROL SYSTEMS: GitHub.
GOOD LEADERSHIP AND ACADEMIC SKILLS
GOOD MANAGERIAL AND ANALYTICAL SKILLS
CO-CURRICULAR ACTIVITIES:
mailto:raghavjain130998@gmail.com
https://github.com/raghav1398
https://www.linkedin.com/in/raghav-jain-aa863017b/
https://exercises-43629.firebaseapp.com/
https://ng-course-recipe-book-f41ad.firebaseapp.com/
Worked as Promotion executive at Rangrezz National Theatre Fest, October 2018
Worked as Logistics executive at Explore, March 2018
Was event head of ‘pool tournament at Explore,2019
Volunteered in Blood Donation Camp held in Chitkara University on 16 Feb 2018.
Participated in intra pool/snooker tournament held at Chitkara university.
INTERESTS AND HOBBIES:
Fitness and Wellness
Love to listen songs
Love to travel
Crypto-trading
Playing Pool/Snooker
(Raghav Jain)
Rank 686: Resume 677 with similarity score 0.014744277883508504
Resume Text: B.TECH , BS work from home , full time pay , design , photos , assessment , it , resume , english , media marketing , go , technology , social media , android studio , computer science , application Assessment
Q1. Why should you be hired for this role?
I am already an app developer. I did an application in android studio. I am very much interested in app development . I want to go into more depth
in application development. If I have been hired into this I will definitely pay attention towards it and I can learn more.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am always available for full time work and I can start immediately as well. But I have half day college on Thursday , Friday and Saturday.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8309328761
Yaswanth Ravula
Chirala
Applied 28 Dec'20
English Proficiency Spoken) English Proficiency Written) Social Media Marketing
Bachelor of Technology B.Tech), Computer Science & Engineering
ST ANNS COLLEGE
2018 - 2022
Did an Android Application
Oct 2020 - Oct 2020
https://play.google.com/store/apps/details?id=com.bloodshare.bloodshareprakasam
I alone did an android application regarding blood donation and to get instant blood donor. Most of the users appreciated
the UI design of that application.
I Can Also edit Photos Professionally So That It is Usefull To Add In Website
https://play.google.com/store/apps/details?id=com.bloodshare.bloodshareprakasam
Rank 687: Resume 773 with similarity score 0.014719980572641282
Resume Text: B.S , M.TECH , BS , B.E , MS , B.TECH project manager , solutions architect , senior manager , associate , system administrator , solution architect , senior engineering manager , system engineer , cloud architect , devops architect , devops engineer , part time , vice president , full time , team lead , enterprise architect , business analyst , aws architect , infrastructure architect , implementation engineer computing , financial services , customer , technical solution design , docker , hitachi data systems certified professional , build automation , ssl , status , digital transformation , continuous integration , fintech , bitbucket , it service delivery , building , ec2 , it infrastructure , foundation , solaris , sql server , service delivery management , coordinated , workflow , architectural design , mathematics , vmware esx , ansible , retail , devops , open source , kubernetes , designation , mar , rhel , hindi , cloud , ltd , english , 12c , project , provisioning , consolidation , solution architecture , splunk , range , architecting , estimates , capacity planning , dc , red hat enterprise linux , sonarqube , javascript , technology , hp-ux , reporting , general , physics , data migration , affirmative action , mysql , oracle , emc , uptime , application hosting , public , xp , maintenance , unix , email , tomcat , aws , configuration management , fit , hds , maven , languages , draft , assessment , search , jenkins , ug , telecom , chemistry , authorization , teams , less , ecs , s3 , vmware certified professional , finance , storage , landscape , it operations management , python , ucm , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 1/3
Current Designation: Senior Engineering Manager
Current Company: WEINVEST
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
WEINVEST as Senior Engineering Manager
Mar 2020 to Till Date
WEINVEST (Fintech) as Sr. Engineering Manager - Cloud Architect,DevOps Architect, SRE practice.
Mar 2020 to Oct 2020
As a AWS Architect and DevOps Manager I am responsible for building reliable, secure AWS solutions architecture,
design and deployment of micro service based applications, advising and implementing AWS best practices, Implementing
DevOps practices such as build automation, infrastructure as code, continuous integration and deployment, service
automation using various open source tools in AWS Public Cloud. My responsibility includes building roadmap for products
/ solutions and to maintain uptime of the applications, reduce delivery time by leveraging automation.
JP Morgan & Chase Co. (GTI) as Vice President - Software Defined Compute (Cloud & IT
Infrastructure)
May 2018 to Dec 2019
As a DevOps / IT Infrastructure Lead of GTI's Infrastructure Hosting Service Project my responsibility was to manage
UCM, reduce build time by leveraging automation in build workflow for AWS infrastructure using terraform, ansible, docker
containers deployment using CI/CD tools. Successfully implemented DevOps best practises which resulted build time
reduction by 30% than previous years. I collaborated with different Application Development Team for solution design
using ECS, EKS for deployment of micro service based solutions using AWS best practises.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Anirban Biswas
Senior Manager seeking roles in Solution Architecture,Technical
Architecture,Architectural Design,IT Infrastructure Support,Project
Management,Configuration Management,Digital Transformation,Cloud
Computing,Networking,Jenkins,Ansible,MySQL,Maven,AWS
Key Skills: AWS, Solution Architecture, Infrastructure Architect, Docker, Jenkins, Continuous Integration, Continuous
Delivery, Microservice, Kubernetes, IT Service Delivery Management, IT Operations Management, Devops, Ansible,
Python, Terraform,Elastic Search
Summary
AWS Cloud Solution, IT Infrastructure Solution Architect and DevOps Manager with more than 18 years of technical capacity
and more than 5 years of managerial experience having proficiency in design and deployment of Cloud Solutions, Complex IT
Infrastructure Solution and DevOps. Experienced in delivering wide range of services including Build and release, Provisioning,
Capacity planning, Reporting, Configuration Management, Consulting, Architecting, Design of Public Cloud solution and digital
transformation, Data Centre Consolidation, DC Migration, application deployment for global clients for clients in Banking &
Finance, Telecom, and Retail.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 2/3
Hewlett Packard Enterprise as Cloud Solution Architect, Technical Consulting
Apr 2008 to Jul 2017
* As trusted advisor create and maintain effective customer relationships with IT heads and IT teams.
* Provided strategic guidance to clients with regard to latest technology, IT infrastructures, application hosting on Public
/ Private Cloud.
* Assessed market technology choices to determine the fit, including software, hardware, cloud solutions, etc.
* Developed transition and transformation plans for customer IT application and data migration.
* Propose and execute consulting assessment to determine customers' existing IT landscape including inventory of
customer existing environment (application, infrastructure, usage and performance).
* Coordinated between the business and IT stakeholders to develop a solution architecture and collaborated with
engineering to finalize technical solution design.
* Coordinated with Delivery Project Manager and Business Analyst to draft project scope and compile delivery
estimates.
Wipro Infotech Ltd. as Sr. Engineer - Team Lead
Apr 2004 to Mar 2008
I have played various roles in Wipro InfoTech that includes Technical Support Team Lead for Citi Bank Data Centre. As
Team Lead role in CITI Bank, I was responsible for day to day operations. As Sr. System Engineer for Service Delivery
Team and implementation Engineer for Sun, HP, EMC and Hitachi Enterprise products.
UG: B.Tech/B.E. (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2011
PG: M.Tech (Computers), Part time from Birla Institute of Technology and Science (BITS), Pilani in 2020
Other Qualifications/Certifications/Programs:
B.Sc (Physics, Chemistry, Mathematics)
AWS Certified Solutions Architect - Associate
AWS Certified Solutions Architect - Professional
AWS Certified DevOps Engineer
VMware Certified Professional (VCP-DCV) on ESX 6.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
VMware Certified Professional (VCP-DCV) on ESX 5.5
Red Hat Certified System Administrator on Red Hat Enterprise Linux 7
EMC Certified Storage Foundation
Hitachi Data Systems Certified Professional
Education
IT Skills
Skill Name Version Last Used Experience
EC2, RDS, EBS, S3, VPC, SQS, ECS
Unix / Linux
RHEL, Solaris, HP-UX
VMware ESX, Red Hat KVM
TCP/IP, DNS, DHCP, HTTP
Datadog, Splunk
TCP/IP, DNS, DHCP, HTTP
SSL/TLS, BGP, SMTP
Tomcat
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1…
https://freesearch.naukri.com/preview/printResume?uname=ef44450657d135c34a7daba7b56722fd58595850491309105218130b0e0c54491b5a1407401450090a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Bitbucket, Jenkins / Jules,SonarQube,
Oracle 11g / 12C, MS SQL Server, MySQL
HDS VSP, HPE XP, EMC VMAX
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 688: Resume 1164 with similarity score 0.01470364319780753
Resume Text: MS , BS cyber security , information security , system administrator , devops , network administrator , ceo , it manager , full time , networking engineer training , controllers , telugu , space , conducting , it operations , hygiene , addition , it security , scanning , databases , email solutions , beginner , gateway , ccna , e-mail , project planning , antivirus , ssl , plesk , status , cisco switches , audit management , bridge , messaging , testing , network infrastructure , squid , reliability , symantec , clear , remote desktop , procurement , iso , restoration , redesigning , forecasting , suite , organization , distance learning , sprints , wireless access , devops , open source , forest , designation , hindi , cloud , network devices , ltd , information security , macro , investigation , windows , workstations , cyberoam , cluster , gigabit ethernet , data security , commissioning , english , protection , budgeting , spam filtering , solution architecture , technology trends , network administrator , dc , voip , security policy , documentation , itil , sms , tape , javascript , security operations , availability , ccnp , data centers , business continuity , cyber security , reporting , lync , general , performing , cmmi , project teams , vs , affirmative action , information technology , collaboration , opex , maintenance , office 365 , instrumental , bandwidth management , proxy , business units , tomcat , aws , linksys , microsoft , system center products , exchange server , 2008 r2 , ids , edge , boundaries , languages , mirc , assessment , wsus , url filtering , mobile , engineers , web , apps , policies & procedures , dell , vulnerability , streamlining , migrating , credit , dlp , tamil , isa , active directory , apache , azure , authorization , risk , sharepoint , enterprise , virtualization , sql , ips , steps , global services , electronics , executive leadership , servers , router , storage , repository , gear , kannada , linux firewalls , pivotal , communications , reviews , network administration , access points , backup exec , qmail 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 1/5
Current Designation: Manager - IT, DevOps & Cloud, Security
Current Company: Eliptico IT Solutions Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Eliptico IT Solutions Pvt. Ltd. as Manager - IT, DevOps & Cloud, Security
Feb 2016 to Till Date
Role
* Leading & Managing a 5-member Team with various technology skills.
* Designing, Planning, and commissioning of Servers, Storage, Software, Cloud infrastructure as per the Project and
company needs.
* Vendor, Procurement and Audit Management, Budget Planning and Forecasting.
* Guidance to Management on new Initiatives and Security practices.
* Providing both deep and wide expertise in the Cyber Security Space, define policies, Implement and Track them.
* Responsible for performing all functions required to support day-to-day data security operations, supporting, and
maintaining a broad suite of information security infrastructure, accountable for security and networking infrastructure
component availability and integrity, monitoring compliance with IT security policy, and coordinating investigation and
reporting of security incidents.
* Participate in the planning, design, installation, and maintenance of security systems in support of security policies.
* Work with Information Technology staff and business units to assess risk and address security issues.
* Supporting Dev, QA, R&D, Support function needs.
* Design, Configure, Implement, Secure workloads on Azure, AWS.
* Design, Configure, Implement, Secure Workloads on O365.
Last Active: 7-Feb-21 Last Modified: 7-Feb-21
Kishore Chakka
IT Manager seeking roles in IT Operations,Solution Architecture,Cyber Security,Data
Centre Migration,Business Continuity
planning,Installation,Configuration,O365,AWS,Azure,VoIP,Firewalls,Linux,L3,VMware,CCNA,CCNP,Symantec
Backup,DevOps,Cloud
Key Skills: IT /Networking Manager,IT Operations,Solution Architecture,Cyber Security,Data Centre Migration,Business
Continuity planning,Installation,Configuration,O365,AWS,Azure,VoIP,Firewalls,Linux,L3,VMware,CCNA,CCNP,Symantec
Backup,DevOps,Cloud
Summary
* Highly accomplished and decisive senior executive with 19.5 years of significant experience in driving overall IT Operations
(in sync with the macro-organizational plan); inclusive of defining management consultancy, roadmaps, budgeting, Tech
evaluation, Security and execution of multi-million dollar & multi-location projects.
* Currently associated with Eliptico IT Solutions PVT LTD, Hyderabad as Manager - IT, DevOps & Cloud, Security.
* A keen implementer with demonstrated abilities in execution of numerous IT solutions for streamlining business processes
for International & Domestic clients.
* Acquires a clear understanding of the IT industry, technology trends with the distinction of instituting new practices to
achieve business excellence at the lowest overall cost.
* Collaborates with Executive Leadership to develop and meet company goals while supplying expertise and guidance on
Operations, Projects, Systems and Security.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 2/5
* Managing Various Collaborations tools
* Conducting Daily & Weekly meetings, Sprints to understand the Goals, Company initiatives, concerns and discuss on
steps to be taken to mitigate them.
* Weekly Training and Brain storming sessions by every individual in the team on new Technologies or ongoing issues.
Highlights:
* Reporting to CEO and strategizing IT Process and Procedures
* Making things more secure by protecting system boundaries, keeping computer systems and network devices
hardened against attacks and securing highly sensitive data.
* Providing support to various Verticals like Windows/Linux/Mac, Storage, Cloud, Firewalls, Security, Networks, VoIP,
Email, Web / Spam Filtering, Web / Server Hosting, Virtualization, etc.
* Configure, Implement, Manage and Maintain DLP, IPS/IDS Systems, Security Scanning Tools, Vulnerability
Assessment, Azure & AWS Security.
* Defining security requirements and reviews systems to determine if they have been designed to comply with
established security standards. Develop new standards, as necessary.
* Managing and leading team members; allocating resources among team members and guiding team members during
the project, till final Delivery
* Strategizing, planning, coordinating, implementing in complete revamp of Network and Security Infrastructure which
includes Cisco, L3 Switches and Router in HA and Cyberoam Firewalls across 3 locations in India
* Management & Hosting of webservers which include Windows & Apache & Tomcat Servers
* Organizing weekly trainings to improve knowledge on upcoming technologies
* Successfully supported:
o MGMT initiative on Bigdata projects by providing required In-house and Cloud based infrastructure for the
development activities
o MGMT initiative on DevOps by augmenting required resources, Infrastructure to support Clients & Customers to
automate their Products and Infrastructure.
Innominds Software Pvt. Ltd. as Manager - IT, DevOps & Cloud
Jun 2013 to Jan 2016
Team Sie: 5
Role
Managing a 7 member Team with various technology skills
Conducting Daily & Weekly meetings, Sprints to understand the Goals, Company initiatives, concerns and discuss on
steps to be taken to mitigate them
Weekly Training and Brain storming sessions by every individual in the team on new Technologies or ongoing issues
Highlights:
Reporting to CEO and strategizing IT Process and Procedures
Leading a team of 7 talented engineers in Hyderabad and Bengaluru
Providing support to various Verticals like Windows/Linux/Mac, Storage, Cloud, Firewalls, Security, Networks, VoIP, Email,
Web / Spam Filtering, Web / Server Hosting, Virtualization, etc.
Managing and leading team members; allocating resources among team members and guiding team members during the
project, till final Delivery
Strategizing, planning, coordinating, implementing in complete revamp of Network and Security Infrastructure which
includes Cisco, L3 Switches and Router in HA and Cyberoam Firewalls across 3 locations in India
Management & Hosting of webservers which include Windows & Apache & Tomcat Servers
Organizing weekly trainings to improve knowledge on upcoming technologies
Successfully supported:
MGMT initiative on Bigdata projects by providing required In-house and Cloud based infrastructure for the development
activities
MGMT initiative on DevOps by augmenting required resources, Infrastructure to support Client's to automate their
Products and Infrastructure
Key Projects Handled
Network Hygiene & Implementation of Switches & Firewall & Wireless
Successfully migrated to a:
Sophisticated L3 Network infrastructure by introducing Cisco Switches in LB & HA.
Cyberoam Firewalls at all locations from Linux based firewall.
Pivotal in replacing Linux firewalls with Cyberoam firewall at all locations on a weekend
Played a key role in the migration to Appliance based Cyberoam UTM firewall to achieve, firewalling, Web & Spam
Filtering
Implemented
HA implemented between ISPs by configuring required policies.
Global Antivirus policies to restrict malware and virus.
S2S VPN and SSL VPNs.
Web-filtering by not compromising on security and always satisfying the end user needs.
Bandwidth management using QOS policies on Firewall.
Remote VPNs using multiple policies adhering to security and best practices.
Design, Implement, Strategize the Wireless need adhering to the Company Policies.
Procured, Installed, configured and Managing 15 Wireless Access points and couple Wireless Controllers across locations
in India thus supporting the wireless needs for Mobile Projects Development and Testing.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 3/5
IPPBx Solution
Involved in project planning on migrating from free open source based IPPBX solution to commercial product
Successfully migrated to Commercial IPPBx solution with zero downtime for Local and International calling
Configured Internal bridges for all project teams enabling them to have bridge calls with all clients across globe
Introduced new solutions to cut down the cost on calling by sharing the usage between Hosted vs Cloud solutions
Integrating all offices globally, thus achieving Intercom and Conf Bridges facility.
Integrating with 3rd party conference solutions to achieve Dial-Out & Dial-In conf facility.
Office 365 Solution
Project planning on migrating from In-House hybrid email solutions (Consists of Exchange 2010 and Plesk Qmail) to Office
365 cloud.
Coordinating with Microsoft team on Identifying the Company needs, required Plans & licenses etc.
Cut-over Migration is performed for all 700+ Emp over the weekend.
Configuring SharePoint sites for the Project and BU Team with required access for Document sharing, etc.
Configuring Lync for Internal and External customers for easy collaboration and thus reducing the cost involved on
Domestic & International calls.
iSpace Global Services India Pvt. Ltd., as Asst. Manager - IT Operations
Dec 2009 to Jun 2013
Growth Path:
Dec'09 - 04'11: Sr. System Administrator - Windows / E-mail / Storage / Backup / Security
04'11 - 04'12: Sr. Network Administrator - LAN, Firewall & Security; Documentation Control - Policies & Procedures
04'12 - 06'13: Asst. Manager - IT Operations
Team Size: 30+
Highlights:
Holds the credit of achieving 0% downtime of resources in US and India Data Centers through implementation of steps
aimed at minimizing data loss and for 100% compliance to SLA and procedures
Recognized for implementing organization-wide Remote Desktop Services for India and US users enabling them to work
from any part of the world
Instrumental in transition & migration of Active Directory and Exchange to newer versions with 0% data loss in addition to
redesigning & configuration of storage for optimum usage
Successfully restored exchange during server crash with 0% data loss
Acknowledged for:
Consolidating infrastructure gear and moving them to new DC to reduce OPex cost.
Migrating servers and product apps, between Data Centers with 0% Downtime and loss of data.
Consolidating servers, storage and workstations by implementing virtualization
Implementing Antivirus & Antispam Security at Gateway and LAN level in addition to design, installation & configuration of
SMS and SCCM enterprise wide in 15 locations across the world
Instrumental in transitioning active directory from Windows 2003 forest to Windows 2008 R2 forest in India & US; migrated
Backup Exec 12.d to Backup Exec 2010 and implemented remote desktop services for remote users
Successfully configured DFS services for the entire organization as centralized repository
Efficiently maintained Data Centers in India and US consisting of Servers and Network equipment owned by iSpace and
managed Helpdesk, Windows and E-Mail & Network administration tasks
Holds the credit of providing remote support for regional offices on requirements and supporting development teams
through management of production & staging servers
Recognized for designing, developing & implementing:
Systems based on latest technologies, management of SharePoint servers, SQL Databases, Backups etc as well as
documentation control and management.
Processes and procedures based on ISMS and ITIL
Four Soft Ltd., as Sr. System Administrator
Aug 2008 to Nov 2009
Highlights:
Received appreciation for successful restoration of Exchange 2003 Cluster node from crash due to Virus and Hardware
issue with zero downtime
Efficiently installed Symantec E-mail security for Exchange 2003 on Exchange Cluster node to prevent from SPAM and
unwanted Attachments
Successfully handled day to day Helpdesk calls/ requests, etc. in compliance to SLA parameters apart from providing
remote support to regional offices based on requirements.
Played a pivotal role in designing all ISO and CMMi Level 3 audits in addition to management of organization wide
hardware and software inventory
Hold the credit of:
Managing Web sense Enterprise 6.3 as URL Filtering, installation, implementation & management of Symantec Endpoint
Protection Antivirus Software across the organization.
Installing & managing Symantec Mail Security for Exchange 2003 to filter SPAM & unwanted attachments as well as
Exchange 2003 SP2 on a 2 node cluster, maintenance of security, reliability and regular updates.
implementing Open Source Instant Messaging (Open Fire) solution leading to significant reduction in communication costs
across the organization
Recorded vulnerability rate of less than 5% over 1+ year through design & implementation of patching infrastructure using
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 4/5
Microsoft WSUS
Involved in monitoring & evaluation of in-place server systems, NAS devices & applications, making repairs, updates,
patches, backup & restores and other changes.
Techmahindra LTD as Tim Engineer
Apr 2006 to Aug 2008
Sr. System Administrator
Brigade Corporation as Technical Support Executive
Jul 2004 to Dec 2005
Technical Support Executive
Ramla Software as System Administrator
Oct 2002 to Jul 2004
Windows System Administrator
Onida Mirc Electronics as Hardware & Networking Engineer
Jun 2001 to Sep 2002
Hardware and Networking Engineer
UG: BMS (Corporate IT Management) from ISBM in 2011
PG: MBA/PGDM (Project Management), Correspondence/Distance Learning from ISBM in 2013
Other Qualifications/Certifications/Programs:
Diploma in Electronics & Communications from Andhra University in 2001
Microsoft Technologies - MCSE 2003
Cisco - CCNA
Education
IT Skills
Skill Name Version Last Used Experience
Cisco 4506, 6500, Linksys Switches
MS Exchange Server 2003/2007/2010
Ethernet & Gigabit Ethernet switched net
Dell Power Edge 1850, 2950, R710
Microsoft Proxy / ISA Server, Squid,
SMS 2003/2007, System Center Products
Windows 2000/2003/2008 servers
Dell ML 6000 / TL 4000 Tape Library
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d4…
https://freesearch.naukri.com/preview/printResume?uname=49c4205966a085d0051d62c2678d8eaa5009095218150d1001164450590a0242475d445247400b0c0… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Telugu Proficient
Tamil Beginner
Kannada Beginner
Rank 689: Resume 941 with similarity score 0.014703140476389539
Resume Text: B.E , MS , B.TECH , BS application support , partner , software developer , backend developer , full time ecommerce , react.js , codes , api , socket.io , mean stack , jenkins , access , css , designation , developers , analytical skills , ug , profiles , affirmative action , mysql , samsung , authentication , docker , hindi , linux , maintenance , ltd , windows , internet security , ios , particular , english , node.js , shopping , authorization , status , rabbitmq , postgresql , solr , email , project , express , application , aws , mongodb , llp , angularjs , new features , electronics , android , elements , rest , writing , mac , git , ec2 , kibana , languages , client requirements , amazon , data flow , higher education , mobile , radius , javascript , workflow , jira , eclipse , sockets , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a4…
https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a445214440a5d0a… 1/3
Current Designation: Software Developer
Current Company: Mobile Programming LLP - Samsung
Electronics
Current Location: Chandigarh
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mobile Programming LLP - Samsung Electronics as Software Developer
Nov 2019 to Oct 2020
Mobile Programming LLP - Samsung Electronics as Software Developer
Nov 2019 to Till Date
Description:
? Backend development and maintenance for Samsung ecommerce website
Roles & Responsibilities:
? Working on different country-based features and releases, and writing tenant specific codes in Node, Express Js.
? Working on critical bugs that may cause business loss.
? Build reusable code and libraries for future use
? Using Git as a distributed version-control system for tracking changes in source code during software development.
Fortmesa (www.fortmesa.com) Backend Developer Technologies: Node.js, Loopback, MySQL
Description:
? It is a platform for users? companies to check security rating as per CIS Centre for Internet security standards
Roles & Responsibilities:
? Multiple database integration in order to maintain data effectively
? Implemented Rabbit MQ server for improving performance
? Deploying of application on AWS EC2 server
? Taking requirements from client, development of workflow
Perfectice.me (www.myperfectice.com) Backend Developer Technologies: Node.js, Express, MongoDB
Description:
? It?s a platform for teachers to publish their tests for competitive exams in India & US
Roles & Responsibilities:
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
DEEPAK KUMAR
Software Developer seeking roles in Software Engineering,Software
Development,Application Support,JavaScript,Jenkins,MySQL,Docker,JIRA
Key Skills: software developer, software engineering, software development, javascript, eclipse, mongodb, jenkins, mysql,
docker, jira, Node.Js, Angularjs, React.Js, Mean Stack, Mern stack, AWS, Rabbitmq, Sockets
Summary
Passionate developer with 3.8 years of experience looking for a challenging career in terms of technical and analytical skills,
helps me in broadening and enhancing my current skill and knowledge
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a4…
https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a445214440a5d0a… 2/3
? Creating an API endpoint as per data visibility for users
? Used grid views to retrieve & manipulate data using Rest API
? Implementing software development lifecycle policies and procedures
? Functional changes as per client requirements
Timeinator Backend Developer
Technologies: Node Js, Express, MongoDB Description:
? It is an android app to calculate and generate report for chefs in restaurant
Roles & Responsibilities:
? Write clean code to develop APIs for android and iOS application
? Implementing real time data flow using Socket.io
? Restricting users to login within a particular radius for security purpose
? Implementing Oath 2.0 authentication to restrict unauthorized access
Geek Informatic & Technologies Pvt. Ltd as Software Developer
Feb 2017 to Nov 2019
Epardesh (www.epardesh.com) Backend Developer Technologies: Node Js, Express, MySQL
Description:
* It is a platform where user can post their ads and check ads posted by other users and can contact them. It's another
module is if matrimony, where user can post their profiles and can find their perfect match based on their partner
preferences
Roles & Responsibilities:
* Collaborate with UI developers to integrate UI elements with server-side logic
* Liaise with developers, designers and client to identify new features
* Troubleshoot and debug application
* version-control using Git
goGabbar (A cashback website) Backend Developer Technologies: Node.js, Express, MySQL, Solr
Description:
* The main intent of the project is to give user extra cashback if user go from this website to another merchant's website
like Amazon, Flipkart, Paytm, Snapdeal etc. and do shopping from there
Roles & Responsibilities:
* Integration of UI elements developed by front-end developers with server-side logic
* Using Git as a distributed VCS to track changes in source code during development
* Implemented SOLR for fast searching
UG: B.Tech/B.E. (Computers) from Sri Sidhatrtha Academy of Higher Education in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Node Js, Express, Loopback
Javascript, MySQL, MongoDB,
PostgreSQL, Docker, Jenkins,
HTML, Css, Angular, React js
Kibana, RabbitMQ, AWS
Windows, Linux, Mac
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a4…
https://freesearch.naukri.com/preview/printResume?uname=de105281a1b104b8079869ce51eb53525b0e0e071c470e140613155e5d09041e140a445214440a5d0a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 690: Resume 637 with similarity score 0.014698443151035153
Resume Text: B.TECH , M.TECH work from home , classifier scheme , classification , deep learning , sql , google , project , prediction , resume , electronics , intermediate , machine learning , framework , cryptography , sentiment analysis , research , completion , assessment , it , python , reviews , technology , insurance Assessment
Q1. Why should you be hired for this role?
I am good at MACHINE LEARNING, looking for an opportunity to prove myself. I am very fast learner and will keep on trying till the task given to me
is completed. If i am stuck i will research around it try to find a solution.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes i am available for 3 months starting immediately
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9493409377
V SRIKANTH
Hyderabad
Applied 09 Feb'21
Python Machine Learning Deep Learning
R Programming SQL
Master of Technology M.Tech), Cnis
Sreenidhi Institute Of Science & Technology
2018 - 2020
Bachelor of Technology B.Tech), Electronics and Communication
Nagole Institute Of Technology & Science
2011 - 2015
Percentage: 77.00%
Senior Secondary XII, Science
BOARD OF INTERMEDIATE board
Year of completion: 2011
Percentage: 85.80%
Secondary X
SSC board
Year of completion: 2009
Percentage: 86.60%
GOOGLE STOCK PRICE PREDICTION
Jan 2021 - Jan 2021
Prediction of Google stock price using LSTM framework
MOVIE REVIEWS SENTIMENT ANALYSIS
Jan 2021 - Jan 2021
Sentimental Analysis on movie reviews is done to check whether the review is positive or negative using classification
ALL STATE INSURANCE PREDICTION
Dec 2020 - Dec 2020
In this project insurance conversion is predicted using xgboost classifier
Distributive Techniques In MANETs using Secret Sharing Scheme and Elliptic Curve Cryptography
Aug 2019 - Nov 2020
Qualified in GATE2018 and GATE2020
Rank 691: Resume 817 with similarity score 0.014579714250493776
Resume Text: B.E , MS , B.TECH , BS application support , software engineer , senior engineer , software developer , programmer analyst , change management , senior ui developer , full time , senior project engineer rendering , react.js , spring mvc , web development , core java , financial services , customer , css , summit , validation , change requests , designation , ug , affirmative action , loans , trading , maintenance , typescript , gateway , ltd , component development , jquery , ios , english , authorization , go , bootstrap , vending , status , email , project , application , ecma , less , angularjs , bengali , framework design , interfacing , ux , android , engage , loan origination , feeds , change management , dis , running , unit testing , upstream , languages , offshore , industrial experience , html5 , statistics , hibernate , dashboard , front-end development , events , mobile , javascript , history , organization , positioning , technology , client side , derivatives , agile methodologies , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 1/4
Current Designation: Senior Project Engineer
Current Company: Wipro
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Wipro as Senior Project Engineer
Oct 2017 to Till Date
Title GSK NEWS And Service gateway
Client GSK
Role UI Developer
Period 1stjune 2018 to till now.
Location Bangalore offshore.
Project Description
GSK laucnch their news channel and also rebranded their Service gateway using leatest technology angular 4 and
angular 8.
Responsibility
* Developing the web page as per lay out given by UX team using methodology.
* Developing responsive webpage for different devise.
* Woking as a component development and integrating with main application
Technologies Used
* HTML5
* CSS3
Last Active: 2-Feb-21 Last Modified: 1-Feb-21
Debasmita Chinya
Senior Engineer seeking roles in Front End Development,Web Development,Software
Development,Project Management,Angular development,React Development
Key Skills: Senior Project Engineer,Software Developer,Front End Development,Web Development,Software
Development,Project Management,Change Management,Defect Management,Quality Management,Requirement
Gathering,Application Support,JavaScript,Bootstrap,HTML,CSS
Summary
Software Engineer has 6 years of industrial experience in UI technologies being associated with Wipro, HCL Technologies and
Cognizant. Hands on Experience in web development and front-end development. Gathered a substantiate exposure in
development using Agile methodologies and waterfall model. Successfully managed complex projects with global
implementation, and rapidly evolving requirements.
To engage myself in a constant process of self-development by acquiring skills sets, both technical and personal, and thereby
maximize the benefits for my organization.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 2/4
* JavaScript
* Ecma 2018
* Bootstrap
* Angular 4
* Angular 8
Client Pepsico
Role UI Developer
Period 31st Oct 2017 to till now.
Location Bangalore offshore.
Project Description
Pepsico will launch their mobile application for android and ios environment to generate pass code and use this passcode
from vending machine to get product.
Pepsico also has a dashboard with graph representation of customer statistics.
Responsibility
* Developing the web page as per lay out given by UX team using methodology.
* Developing responsive webpage for different devise.
* Woking as a senior Ui developer and guiding junior developer.
Technologies Used
* HTML5
* CSS3
* Java Script
* Jquery
* Bootstrap
* Ajax
HCL Technologies as Software Engineer
May 2016 to Nov 2016
Title Central Positioning Engine
Client Deutcsche Bank
Role Developer
Period 31st May 2016 to 18th Nov,2016.
Location Bangalore offshore.
Project Description
Central Positioning Engine is an application which maintains positions in various stages of Trading Life Cycle. It tracks
various trade events and maintains history for various position categories based on BOOK DATE and TRADE DATE.
Responsibility
* Involved in development activities as a UI Developer.
* Client side validation, implementation of view/controller as per given logic, model creation and mapping to business
logic.
* Implementation of differebt types of graph using CSS stylesheet..
* Integration and Unit Testing.
* Requirement to feature mapping.
Technologies Used
* HTML5
* CSS3
* Java Script
* Angular JS
* Bootstrap
Cognizant Technologies Solutions as Programmer Analyst / Developer
Feb 2014 to May 2016
Project 1
Title Discover Personal Loans
Client Discover
Role Developer
Period Joined on 1st Aug 2015 to 19th MAY,2016.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 3/4
Location Chennai Offshore
Project Description
Discover Loan Origination System is a web application which is used by Discover Bank to apply for a personal loan. This
system will take all the Customer details and based upon the provided data bank will decide whether the Customer is
eligible to get the loans or not.
Bank will also calculate the interest rate. If customer would agree with the APR rate the bank will disburse the amount to
customer with a welcome kit.
Responsibility
* Successfully completed change requests (providing less APR based upon customer details) as a developer.
* Worked on requirement analysis and impact of enhancement of existing project .
* Involved in web page development - HTML rendering as per given design, implementing client side validation .
* Worked in coordination with Onsite Counterpart.
Technology Used
* Core java
* HTML5
* Java Script
* Angular JS
Recognition
Applause awarded for before time delivery with no UAT defects.
UG: B.Tech/B.E. (Computers) from West Bengal University of Technology (WBUT) in 2012
Other Qualifications/Certifications/Programs:
Banking & Financial Services Level - Certification
Education
IT Skills
Skill Name Version Last Used Experience
HTML5 5 Year(s) 0 Month(s)
ecma 2016 2 Year(s)
Angular 6 2 Year(s)
css3 4 Year(s)
BOOTSTRAP 4 Year(s)
JavaScript 5 Year(s) 6 Month(s)
JQUERY 3 Year(s)
Angular8 8 2021 2 Year(s)
React.js 2021 3 Year(s)
TypeScript
Languages Known
Language Proficiency Read Write Speak
English
Bengali
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b100147…
https://freesearch.naukri.com/preview/printResume?uname=f95c2a17a306de975d0fd7aea8d050c75d5b0b044a1708445047130a580e581b1001470717140a0b0a… 4/4
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Oct 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: May 2016 - Nov 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2015 - May 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2014 - Jul 2015
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: pesico mobile app
Client: pepsico onbehalf of wipro Ltd.
Skill Used: Html5, css3, jQuery, Bootstrap, Angularjs, Javascript, JSP, Hibernate, Spring Mvc
Role Description: ui developer,use to take care of all webpages of desktop as well as for mobile and consuming webservice
and maintained all framework Design
Project Details: it is a mobile application which pepsico will launch from android and ios platform.it will help customer to get
passcode and using this passcode they can take products from vending machine.
Project Title: Central Positioning Engine
Client: Deutcsche Bank
Skill Used: Core Java, jdbc, Collections, JSP, JSF, Spring, angular js
Role Description: worked as a ui developer
Project Details: Central Positioning Engine is an application which maintains positions in various stages of Trading Life Cycle.
It tracks various trade events and maintains history for various position categories based on BOOK DATE and TRADE DATE.
Project Title: Discover Personal Loans
Client: Discover
Project Details: Discover Loan Origination System is a web application which is used by Discover Bank to apply for a
personal loan. This system will take all the Customer details and based upon the provided data bank will decide whether the
Customer is eligible to get the loans or not. Bank will also calculate the interest rate. If customer would agree with the APR
rate the bank will disburse the amount to customer with a welcome kit.
Project Title: Derivatives Technology
Client: Northurn Trust Bank
Project Details: DIS (Derivative Interfacing System) is an interfacing system between DB and the clients. All northern trust
custody trades go via DIS to summit and generate downstream input feeds to downstream systems, and also generate the
reports for the clients to reconcile their trade positions.
A new interface COMET has been developed to migrate all the batch processes running in the DIS to real time process.
COMET also provides the facility to on-board new clients and products within very short time. Comet also provides the facility
to view the history of trade which includes all upstream and downstream data movement.
Rank 692: Resume 567 with similarity score 0.014576853176379325
Resume Text: MS , B.TECH , MSC , BS work from home , pick up , team member , android developer , associate software engineer ecommerce , receivers , api , training , software solutions , internships , performing , security , sqlite , connect , mar , mysql , web services , design , authentication , cloud , ionic , public , firebase , ltd , pick , php , retrofit , json , fixtures , project , store , kotlin , application , c programming , messaging , resume , github , rest , java , components , computer science , storage , business knowledge , completion , assessment , android sdk , broadcast , eclipse , campus , apps , technology , notification , paypal , database Assessment
Q1. Why should you be hired for this role?
Honestly, I possess all the skills that you're looking for. I'm pretty confident that I am the best candidate for this job role. It's not just my
background in the past projects, but also my people skills, which will be applicable in this position. On the other hand, I am a self-motivated
person and I try to exceed my superior's expectations with high-quality work. Being a fast learner, I quickly pick up business knowledge related
to my project. Lastly, I would like to add that I work well both as an individual contributor and also as a team member. Collectively, all these skills
put together makes me a complete package for this role.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months.
Apps on Play Store :
https://play.google.com/store/apps/developer?id=Sonu+Finds
Github Profile Link :
https://github.com/sonu0011
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Sonu Kumar
Ludhiana
Applied 04 Jan'21
Android Kotlin C Programming
Firebase Firebase Cloud Messaging GitHub
Ionic JSON Java
MySQL PHP REST API
SQL
Bachelor of Technology B.Tech), Computer Science & Engineering
I.K Gujral Punjab Technical University Jalandhar
2016 - 2020
Percentage: 78.85%
Senior Secondary XII, Science
DELHI PUBLIC SCHOOL
CBSE board)
Year of completion: 2016
Percentage: 81.20%
Secondary X
Dasmesh Model Senior Secondary School Doraha
PSEB board)
Year of completion: 2014
Percentage: 85.08%
Associate Software Engineer
Edios Software Solutions Pvt. Ltd. Mohali, Mohali, Mohali
Nov 2020 - Present
Software Engineer Trainee
Edios Software Solutions Pvt. Ltd. Mohali, Mohali
May 2020 - Nov 2020
Android Developer
Omninos Solutions, Mohali, Mohali
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8283941295
Jan 2020 - May 2020
Industrial Training On Android App Development
WeaveBytes Infotech Pvt Ltd. Kharar, Punjab Chandigarh), Kharar
Jun 2018 - Aug 2018
High Security Alert
Jun 2018 - Aug 2018
https://github.com/sonu0011/secureYoursELF
High-Security Alert is an android application that works with a smartwatch.
It delivers an alert message along with the current location to
emergency contacts on performing some action from the watch.
IPL 2019
Mar 2018 - Apr 2018
https://github.com/sonu0011/ipl2019App
IPL 2019 provides Fixtures, results, Score Card and all the necessary team details.
PTU MAIN CAMPUS QUESTION PAPERS
Jan 2018 - Feb 2018
https://github.com/sonu0011/ExamscorerApp
This App Contain all the previous year PTU Question Papers for B.Tech
Students. It has got Downloads Over 500 with an average rating of 4.78.
Ecommerce Site
Aug 2017 - Sep 2017
https://github.com/sonu0011/shoppingCart
It has all the functionalities like of that eCommerce sites. For Example payment , add to card and more. It also has Paypal
integration.
Qualififed GATE 2020
Experience in common 3rd party libraries and Push Notification
Experience working with remote data via RESTful APIs, JSON and
to connect Android applications to back-end services
Good Knowledge of Firebase Database And Authentication
Firebase Push Notification
Sound knowledge of Android SDK, Web Services, JSON, Eclipse
IDE, SQLite database, Activities, Services, Broadcast Receivers, UI
design
Android Libraries: Glide, Volly, Picasso, Retrofit
Android Architectural Components MVVM, DataBinding, Push Notification, RxJava, Retrofit using PHP and MySQL, Firebase
Database
Room Database for offline storage
https://github.com/sonu0011/secureYoursELF
https://github.com/sonu0011/ipl2019App
https://github.com/sonu0011/ExamscorerApp
https://github.com/sonu0011/shoppingCart
Rank 693: Resume 1566 with similarity score 0.014568925003873757
Resume Text: B.E , B.TECH , BS software engineer , long term , full time , software developer core java , computing , angular , linux , merging , test cases , node.js , status , mocha , firmware , bridge , writing , components , utilities , es6 , automation , designation , confluence , hindi , silver , windows , english , agile , project , microservices , provisioning , critical infrastructure , fixing , kanban , git , computer science , code coverage , collaboration tools , sonarqube , javascript , business requirements , html , general , scrum , affirmative action , mysql , web collaboration , maintenance , business logic , centos , advanced , email , tomcat , aws , long term care insurance , unit testing , maven , languages , console , hibernate , life insurance , jira , crestron , database , functionality , spring mvc , mockito , jenkins , api development , soap , testng , apache , ami , mercury , authorization , application , devices , adherence , electronics , materials , debugging , merge , framework , tabletop , eclipse , smart grid , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b1…
https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b130619480d0808… 1/3
Current Designation: Software Engineer-IT
Current Company: Accenture
Current Location: Delhi
Pref. Location: Gurgaon,Delhi,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Accenture as Software Engineer-IT
Oct 2019 to Till Date
Client : Mass Mutual Life Insurance.
Environment & Tools : Node.js, Regex, Angular, Mocha, Chai, AWS (Serverless, lambda), Postman.
Role : Software Engineer
Duration : October 2019 - January 2021
Description: The Massachusetts Mutual Life Insurance Company, also known as MassMutual, is An Springfield,
Massachusetts-based life insurance Company. MassMutual provides financial products such as life insurance, disability
income insurance, long term care insurance, retirement/401(k) plan services, and annuities.
Roles & Responsibilities:
Worked on creating a micro service based on Serverless framework using for Node.js, application that communicated with
MySQL aurora database to retrieve data.
Worked on creating APIs that consumes the Microservices to return data based on the requirement.
I have followed Agile Scrum Method / Kanban Method together in the project with daily scrum calls using JIRA Board.
Worked on writing Unit test using mocha and chai.
I have also worked on TDD using mocha and chai and BDD testing using cucumberJS.
Fixing the issues that came at time of execution and acceptance.
I have helped in automating and reducing the efforts to create the code base and have also contributed to simplify and
optimize the code to better understand and reduce the time for execution.
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Archana Dwivedi
Software Engineer seeking roles in Full Stack Development,Requirement
Gathering,Production Support,Unit
Testing,Debugging,Java,Node.js,Javascript,HTML,Mocha,Chai,Jira,Confluence,Git,SVN,React,Angular
Key Skills: Software Engineer,Software Developer,Full Stack Development,Requirement Gathering,Production
Support,Unit Testing,Debugging,Java,Node.js,Javascript,HTML,Mocha,Chai,Jira,Confluence,Git,SVN,React,Angular
Summary
Having 3 years of experience in Full Stack Development with Angular and Node.js.
Experience in Microservices development with Serverless and ExpressJS Framework.
Experience in API development with Serverless Framework.
Experience in development UI with Angular and Angular materials.
Experience in Unit testing Using Mocha and Chai.
Proficient in Object Oriented Programming, Collection and Exception Handling.
Good knowledge in core JAVA, Java Script and ES6.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b1…
https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b130619480d0808… 2/3
Altran (Formerly Aricent) as Software Engineer
Nov 2017 to Aug 2019
PROJECT NAME : Crestron Devices Automation.
Client : Crestron
Environment & Tools : Java, Regex, Node.js, React, Angular.
Role : Software Engineer
Duration : September 2018 to July 2019
Description: The goal of the project is to automate functional test cases written for Crestron devices like Mercury,
AM300, AM200, etc. Crestron Mercury is the only UC and AV all-in-one table top solution that supports any web
collaboration application. By combining all the must-have conferencing and collaboration tools in one easy-to-use console,
Mercury enables people to work together regardless of location or conferencing application.
Roles & Responsibilities:
Worked in developing Web UI of the Device with React.
Worked on writing Unit test using mocha and chai.
Written Automation Test Script in Node.js
Merge the reviewed code on SVN.
Written code to get value from tools with the help of Regex in Java.
Check the Samurai build after the code merging.
Fixing the issues that came at time of execution and acceptance.
Project: #3
PROJECT NAME : Silver Spring Networks-QA
Client : INSI - Smart Grid
Environment & Tools : Java, Maven, Git, Jenkins, TestNG, Mocha, Chai, Node.js.
Role : Software Engineer (QA)
Duration : November 2017 to July 2018.
Description: Silver Spring Networks, a subsidiary of Itron, is a provider of Smart grid products. Understand the SSN Smart
Grid modules mainly: Advance Metering Management (AMM), Trap Message Bus (TMB), Firmware Upgrade (FWU)
.Implement the business logic for Trap message Bus and Firmware Upgrade.
Roles & Responsibilities:
Written Functional Test Cases for AMM module.
Written API Test Cases for AMM module.
Understanding the Trap Management Bridge module thoroughly with creation and execution of test cases to verify
software functionality and adherence to business requirements.
Implement Business Logic for the Device Provisioning of the module AMM.
Write Unit test cases & Execute test cases using the tools like (Mockito , Power Mockito, Mocha, Chai) wherever
necessary to maintain the quality of product & verify any bug present in the application.
Implement Business Logic For Image Upgrade of FWU.
Communicate with the Client & update them status.
Merge the reviewed code on Git. Raise the review request for committed code.
Increase the code coverage of the modules up to 80% from the initial coverage which ranges between 0%- 20%.
Check the Jenkins build after the code merging & if the build on the Jenkins appeared to be green then verify increase in
the code coverage on the sonar.
Executing the Test Cases & Test suit and Debugging failed test cases.
Generating System Test reports and Bug raising and verifying with Jira Tool
UG: B.Tech/B.E. (Computer Science and Engineering) from I.E.T Dr. Ram Manohar Lohiya Avadh University Faizabad in
2016
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2017
Education
IT Skills
Skill Name Version Last Used Experience
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b1…
https://freesearch.naukri.com/preview/printResume?uname=796f7a80025919d3239d3a46288702865e5501551f130f190613455d590a531b160b130619480d0808… 3/3
Nature of Employment: Full Time
Role: Programmer
Duration: Mar 2019 - Till Date
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Project Location: Gurugram
Role: Programmer
Duration: Mar 2018 - Mar 2019
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Java, Spring, Hibernate, java script
HTML5,Selenium, Apache-Tomcat
Apache Maven, Linux, CentOS, Windows
JDBC, Jenkins, TestNG, JIRA
Eclipse, MySQL, Mockito
SonarQube, Confluence, Git, Svn
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Crestron Mercury Automation And Development
Client: Crestron Electronics
Project Details: Crestron Mercury is the only UC and AV all-in-one tabletop solution that supports any web collaboration
application. By combining all the must-have conferencing and collaboration tools in one easy-to-use console, Mercury
enables people to work together regardless of location or conferencing application.
Project Title: Smart Meter Grid
Client: INSI
Skill Used: Java,Spring,Hibernate,Spring Mvc, IntelliJ Idea, Eclipse
Role Description: Code Enhancement, Unit Testing, soap request generation
Project Details: AMM/AMI is a collection of various components used to configure and monitor devices connected
to Silver Spring Networks platform for the utilities critical infrastructure.
Rank 694: Resume 1017 with similarity score 0.014540117697922053
Resume Text: B.E , MS , B.TECH , BS certified scrum master , it analyst , associate , quality analyst , quality assurance , full time , test director , qa engineer , software test engineer user acceptance testing , core java , testing tools , data warehouse , functional testing , office , test cases , design documents , status , integration testing , writing , components , restoration , sprints , automation , project coordination , filenet , mar , csm , hindi , ltd , english , visual basic , agile , smoke , groups , sprint planning , winrunner , processing , javascript , qtp , technology , insurance , etl testing , reporting , general , performing , scrum , healthcare , test planning , affirmative action , oracle , test scripts , glue , customer requirements , alm , software testing , email , information systems , operations , user stories , languages , maven , story , business process , jira , test management , apps , application testing , functionality , manual testing , liabilities , foundation level , ug , medical equipment , mercury , authorization , enterprise , siebel , models , b2b , sql , hp quality center , selenium webdriver , participation , interfacing , cucumber , mainframe , servers , framework , preparation , kannada , folio , lotus notes 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 1/4
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - QA & Testing
Role: QA/QC Mgr
Industry: IT-Software/Software Services
Marital Status: Divorced
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
JP Morgan Chase as Associate-Software Testing
Jun 2016 to Oct 2020
Reviewing the test cases and approving the same, performing automated tests in the environment for testing the
application
with different environments as per customer needs
Managing the development and execution of automated test scripts and procedures; maintaining a high degree of
functional
expertise on target systems
Communicating test progress, test results, and other relevant information to project stakeholders and management;
supporting and identifying continuous improvements within testing processes
Gathering and analyzing data in support of business cases, writing test plans and scripts for tracking defects and fixes
using
software application development, information systems, and operations systems
Defining the scope of testing and producing/managing test planning documents for all releases; estimating effort for each
release and procuring the number of resources required
Collaborating with software/systems personnel for testing applications using the System, Unit, Functional, Integration,
Regression, and Acceptance Testing methods
Collaborating with software/systems personnel for testing applications using the Smoke, Functional, System Integration,
Regression, and User Acceptance Testing methods
Communicating test progress, test results, and other relevant information to project stakeholders and management;
supporting and identifying continuous improvements within testing processes
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AVINASH PAVALKODY
Qa lead with 14 years of experience seeking roles in Software Testing,Functional
Testing,Automation Testing,ETL Testing,Siebel Testing,Web Application
Testing,Technology Enhancement,Project Coordination,Test Management ,Selenium
Webdriver,Cucumber
Key Skills: Associate,QA/QC Manager,Software Testing,Manual Testing,Automation Testing,ETL Testing,Siebel
Testing,Web Application Testing,Technology Enhancement,Project Coordination,Defect Reporting,Data Warehouse
Testing,Selenium Webdriver,Cucumber,Core Java
Summary
ISTQB and CSM Certified Testing Professional, offering chronicled success of 14 years in Software Testing, Quality Assurance,
SDLC and Project Management with proficiency in technical disciplines & quality strategies to successfully integrate
business needs & technology
Expertise in both manual & automated testing (functional) of software applications, products and components; exposure
in Siebel Testing, B2B Testing, File-Net Application Testing, Java Web Application Testing and ETL Data Warehouse
Testing
Gained proficiency in testing tools like (HP ALM, Selenium/Web drivers), automation frameworks and automation
activities like Creating Scripts, Function Libraries, on SDLC models
Experienced in Agile Methodology, JIRA Tool Usage, Scrum Meetings, Scrum of Scrum calls, Sprint Reports, User Story
Life Cycle
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 2/4
Mapping customer requirements, interfacing with clients, identifying gaps, finding solutions & ensuring the preparation of
solution design document
Allegis Services India Ltd as Tech Lead
Nov 2014 to Jun 2016
Tata Consultancy Services Ltd as IT Analyst
Mar 2012 to Feb 2014
Invenger Technologies as Lead Analyst
Mar 2006 to Feb 2012
UG: B.Tech/B.E. (Mechanical) from NATIONAL INSTITUTE OF ENGINEERING, MYSORE in 2005
PG: in 0
Other Qualifications/Certifications/Programs:
Certified Tester Foundation Level International Software Testing Qualification Board
Certified Scrum Master
Education
IT Skills
Skill Name Version Last Used Experience
CERTIFY 6.3 2006 2 Year(s) 0 Month(s)
QTP 9.2 2007 1 Year(s) 0 Month(s)
Lotus Notes 2011 2 Year(s) 0 Month(s)
Oracle SQL 11 2009 9 Year(s) 0 Month(s)
QUALITY CENTER 9.0,10.0 2014 8 Year(s) 0 Month(s)
Siebel 6.0 2011 6 Year(s) 0 Month(s)
HP QUALITY Center 10.0 2012 1 Year(s) 4 Month(s)
SELENIUM 2.53 2014 5 Year(s)
CORE JAVA 2014 5 Year(s) 0 Month(s)
cucumber 2014 5 Year(s)
Visual Basic 6.0, C, and SQL
Mercury Quality Center 9.0
HP Quality Center 10.0
Winrunner and Certify 6.3
Siebel Servers, File-Net Servers
Languages Known
Language Proficiency Read Write Speak
Kannada Expert
English Proficient
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 3/4
Nature of Employment: Full Time
Project Location: Bangalore
Role: Quality Analyst
Duration: Nov 2014 - Oct 2020
Onsite / Offsite: Onsite
Team Size: 9
Nature of Employment: Full Time Duration: Nov 2014 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Test Engineer
Duration: Mar 2012 - Aug 2014
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Mangalore
Role: Quality Analyst
Duration: Mar 2006 - Feb 2012
Onsite / Offsite: Offsite
Team Size: 6
Konkani Proficient
Hindi Proficient
Tulu
Projects
Project Title: Port Folio Management Module for TPS
Client: JP Morgan Chase Co
Skill Used: Functional Testing,SQL, Selenium Webdriver,
Role Description: 1.Individual Contributor
Project Details: 1.Agile Testing for Portfolio Participation Module for Trade Processing Application.
Project Title: Trade Processing System (Participations)
Client: JP Morgan Chase
Skill Used: Selenium WebDriver (2.53.1), Core Java, Cucumber,Oracle JDBC, and Maven
Role Description: Spearheading the POM Framework to automate the Portfolio Management module to set up
participant and program portfolio
in Trade Processing System
Writing BDD scenarios and integration with Glue code and Runner files
Project Details: The project aims to develop a reusable automation framework to automate the process of the
Portfolio
Management module for Enterprise Release Testing.
Project Title: Siebel Americas Testing
Client: Leading US Based HealthCare Company
Skill Used: HP Quality Center 10.0, Siebel 8.0, MS Office. Oracle Apps,SQL
Role Description: - Managing a team of 3 members.
- Reviewing user stories and analyzing High Design documents to develop test scripts
- Participation in Sprint planning call to determine requirement for subsequent sprints
Project Details: Objective
- To implement a Business Process by developing call center functionality for creation of Medical Assets and handle
the service request associated with the installed medical equipment in Siebel 8.0
Project Title: Claims Customer Restoration Network
Client: Leading US Based Insurance Company
Skill Used: Siebel 6.0 and Siebel 8.0,Mercury Quality Center 9.0,Mercury Test Director, Winrunner 8.0, Certify 6.3,
Quick Test Professional 9.2,HP Quality Center 10.0
Role Description: Software QA Engineer
Project Details: Projects handled:
Project CRN(Customer Restoration Network) Commercial Integration(Release 6.2)
Role Software Test Engineer
Testing Tool Manual Testing, Test Director(8.0)
Duration 4 months
Summary:
The CRN - Restoration Network - application is mainly for Auto & Homeowner policies. Under this release the CRN
was integrated with Commercial liabilities like, Commercial Non-auto & Commercial property. CRN is closely related
to a wide variety of third party softwares like Filenet, Mainframe, CTI (Computer Telephonic Integration), etc.
Currently almost 18000 employees are using the CRN application.
Responsibilities:
Reviewing Business and Technical Requirement Documents.
Identifying all possible (including positive and negative scenarios) Integration Test Cases and posting it in Test
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c130119…
https://freesearch.naukri.com/preview/printResume?uname=c1dcd866f6f2baa2b2415bd378d8906e590f5a02494101165047150c090c521c1301190243120c085d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Director.
Performed Integration Testing for different modules in the application.
Coordinating with different groups for defect analysis to enable the execut
Rank 695: Resume 432 with similarity score 0.014510185415506817
Resume Text: B.E , MS , BS work from home matplotlib , fuel , credit , classification , ram , loans , design , statistical modeling , aircraft , natural language processing , drag , airlines , ratings , models , sql , groups , sampling , prediction , resume , time series analysis , flow , machine learning , sentiment analysis , tableau , completion , assessment , scikit-learn , imdb , python , nose , reviews , heat , radius , catia , ansys Assessment
Q1. Why should you be hired for this role?
I am looking forward to work for an Organisation where i could utilise my skill set and get exposure to solving real world problems.
My expertise reside in the following domains:
1 Regression
2 Classification
3 Recommendation System
4T ime Series Analysis
5Natural Language Processing Sentiment Analysis)
6 My SQL4
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. I an available to start immediately
Resume
EDUCAT ION
PROJECTS
Ram Prakash Ganesan
Noida, Delhi
Applied 07 Feb'21
Python ANSYS C Programming
Catia MSExcel MSOffice
MSPowerPoint Machine Learning R Programming
SQL Statistical Modeling Tableau
Bachelor of Engineering B.E, Aeronautical Engineering
Jeppiaar Engineering College
2016 - 2020
CGPA 8.35/10
Senior Secondary XII, Science
Somerville School Greater Noida
CBSE board)
Year of completion: 2016
Percentage: 89.00%
Secondary X
Somerville School Greater Noida
CBSE board)
Year of completion: 2014
CGPA 9.40/10
MOVIE RECOMMENDATION SYSTEM USING IMDB DATASET
Dec 2020 - Jan 2021
https://github.com/RamPrakash-98/Movie-Recommendation-System-IMDBDataset
Plotted Demographical data about Data using Matplotlib, Plotly and Seaborn
Developed a Recommendation system using the user ratings of different age
groups
SENTIMENT ANALYSIS OF AIRLINE REVIEW TWEETS USING NATURAL LANGUAGE PROCESSING
Nov 2020 - Dec 2020
https://github.com/RamPrakash-98/Sentiment-Analysis-NLPPython
Assessed the reviews of different airlines and their primary cause of negative sentiments
Predicted the sentiment of tweets using classification and text feature analysis
TIME SERIES ANALYSIS OF SPENDING FORECAST USING VAR MODEL
Dec 2020 - Dec 2020
https://github.com/RamPrakash-98/Movie-Recommendation-System-IMDB-Dataset
https://github.com/RamPrakash-98/Sentiment-Analysis-NLP-Python
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8076795955
https://github.com/RamPrakash-98/T ime-Series-Analysis
Visualised the monthly spending and expenditure
Predicted the future expenditure based on spending using VAR Model
CLASSIFICATION OF CREDIT CARD LOANS AS FRAUDULENT OR NONFRAUDULENT
Nov 2020 - Nov 2020
https://github.com/RamPrakash-98/Credit-Card-Loan-Classification
Created a model for classifying credit card loans using under sampling Technique
Developed different models to obtain the best possible accuracy of 97%
HOUSE PRICE PREDICTION USING REGRESSION METHODS
Oct 2020 - Oct 2020
https://github.com/RamPrakash-98/USAHouse-Price-Prediction-Linear-Regression
Developed a Linear Model for Predicting the House Price using Scikit-learn Library
Compared the different models to obtain the closest predicted Price
CFD ANALYSIS AND FLOW SIMULATION OVER REENTRY VEHICLES IN DIFFERENT PLANETS
Sep 2019 - Sep 2020
https://drive.google.com/drive/u/0/folders/1m9AT-eh2PPV2WIdrKc_p8tnhENJ8wv
Designed heat shields of different Dimensions to study the effect of nose
radius on the aerodynamic properties
Modelled the simulation environment and analysed the flow properties in
different atmospheric conditions
DESIGN MODIFICATION OF BOENG 787 DREAMLINER
Dec 2018 - Aug 2019
https://drive.google.com/drive/u/0/folders/1WUVcJM-kXkmMpfhhDmKoFgqjZm43WfuB
Reduced the weight of the aircraft by 45% to achieve higher fuel efficiency for
long flight paths
Modified the airfoil design to allow higher lift to drag ratio and achieve a higher
Mach No.
Secured 8th Rank among 500 students in Anna University Exams
https://github.com/RamPrakash-98/Time-Series-Analysis
https://github.com/RamPrakash-98/Credit-Card-Loan-Classification
https://github.com/RamPrakash-98/USA-House-Price-Prediction-Linear-Regression
https://drive.google.com/drive/u/0/folders/1m9-AT-eh2PPV2W-IdrKc_p8tnhENJ8wv
https://drive.google.com/drive/u/0/folders/1WUVcJM-kXkmMpfhhDmKoFgqjZm43WfuB
Rank 696: Resume 271 with similarity score 0.014508146196977031
Resume Text: MS , BS team leader , committee member , facilitator , student software systems , interview , credit , css , blogs , connect , workshops , mysql , plugins , hindi , firebase , ltd , adobe , php , jquery , heroku , bar , english , bacnet , team building , enterprise , bootstrap , poverty , architecture , android studio , licensing , tracker , store , groups , kotlin , wordpress , juniors , map , high-end , mumbai , savings , xml , range , gaming , fonts , writing , dsc , machine learning , git , meetup , repository , jam , storage , prime , research , html5 , django , framework , sentiment analysis , languages , ace , es6 , events , idol , app , fetch , computer engineering , javascript , form , campus , layout , cloud computing , profit margins , google cloud , web , registration , sockets , database , ajax WORK EXPERIENCE
Google Lead
Developer Students Club
09/2020 - present Pune
Developer Student Club Leads are passionate leaders at
their university who are dedicated to helping their peers
learn and connect. Google collaborates with. DSC Leads
once a year who are pursuing an undergraduate degree
and support them as they start and grow their on-campus
community. DSC Leads are also the point of contact
between the Google and Local Community.
Achievements/Tasks
Acted as a prime official channel of communication for
Google and students, went through various interview
and test
300+ registration for Google GCP, 400+ active member
of the club, 600+ registration for Android Study Jam
Growth and contact with global speakers.
Google Cloud Facilitator
Developer Students Club
09/2020 - present Pune
Developer Student Clubs are university based community
groups for students interested in Google developer
technologies.
Achievements/Tasks
Acted as a prime official channel of communication for
Google and students, for all monitoring in the field of
Cloud Computing and explore more
Hosted Event and Mentored Juniors for starting in the
field of Cloud Computing
Program Volunteer
Google Developer Group
01/2019 - present Pune
A GDG meetup event includes talks on a wide range of
technical topics where you can learn new skills through
hands-on workshops powered by Google
Achievements/Tasks
Organized DevFest 2019 in Pune | Footfall of 1500+
Designed, developed and implemented large scale
enterprise level software systems.
Volunteer at events like Kotlin Everywhere |ML Study
Jam | Flutter Interact Party partnered by Google
Oversaw team building and designing the architecture
for solutions.
SKILLS
HTML5/CSS3/Bootstrap
JQuery/JavaScript
Java/JAX-RS
Firebase/Firestore
MERN Stack
Machine Learning
Kotlin/Android Studio
Repository (GIT)
1
PROJECTS
Android Recipe Search App Using Node JS backend
(12/2020 - 12/2020)
Worked with XML for presentation of layouts, including
colors, layout, and fonts
Worked with Adobe XD to setup page structure
Worked with Androidx for creating fast and dynamic
layouts
Worked with JAVASCRIPT ES6 for writing the logic
Worked with Heroku to deploy the server
BACnet Configuration Tool - Softdel Systems Pvt.
Ltd. (09/2019 - 12/2019)
Implemented a Licensing Mechanism in the BACnet
Configuration tool.
Used technologies like PHP, JavaScript, AJAX, PHP
Sockets and JQuery.
World Poverty Calculator(04/2020 -05/2020)
Worked with APIs to fetch data of trend active poverty
map
Worked with Torchvision to get package of the data
Used TQDM to get progress bar
Used ipykernel to make it interactive
Worked with Google-Cloud-Storage to store data
Delivery Management Solution – ForceClose
Technologies (07/2019 - 12/2019)
Worked with DJANGO to develop the backend
framework
Worked with CSS to style the appearance of
website
Worked with JAVASCRIPT ES6 to add movement
and interactivity to the website
Worked with MySQL to form the database
Worked with PHP as a side language to store the
data
WORK EXPERIENCE
Front-end Developer Intern
ForceClose Technologies
01/2019-06/2019 Nashik
ForceClose Technologies was launched with the vision to
provide high-end strategic solutions to small as well as large
companies
Achievements/Tasks
Drove operational improvements which resulted in
savings and improved profit margins.
Helped in creation of static websites in REACT
Worked on creating blogs in Wordpress and using
different plugins on WordPress.
EDUCATION
BE - Computer Engineering
Modern Education Societys College of
Engineering
06/2018- present Pune
HSC - Science
Matoshri Junior College, Nashik
04/2017-04/2018 Nashik
ICSE
Ryan International School, Nashik
04/2014-04/2015 Nashik
PROJECTS
Sentiment Analysis of Code-Mixed Languages
(04/2020 - Present)
Designed, Developed Web App using DJANGO
Used NLG convert the Code-Mixed Token into English
ACHIEVEMENTS
Selected for Smart India Hackathon 2020 Finals
playing a role as a Team Leader
Google DSC Lead
Titled as IT Idol of Nashik District (2017)
Collaborated with team of 6 in the development
of COVID TRACKER
Global Rank 427 in Credit Suisse Global Coding
Challenge
Core Committee Member in ACE, MESCOE
1st prize in HacknTrip, DBIT, Mumbai (2019)
Marketing and Coding Head at Robocon Club
LANGUAGES
English - Professional Working Proficiency
Hindi - Professional Working Proficiency
Marathi - Native
INTERESTS
2
Reading Research Thinking Gaming
Rank 697: Resume 210 with similarity score 0.014497928461870629
Resume Text: MS , B.TECH , BS work from home , part time functionality , manual testing , customer , web services , public , ltd , shopping , go , project , waiting , application , xml , resume , android , electronics , java , creative skills , notes , completion , assessment , mobile , technology , html Assessment
Q1. Why should you be hired for this role?
I have good creative skills which you need in your company. ...
I am a responsible person and complete my work confidently-. ...
I have the experience of working in the same domain for which you are looking for-.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes available
Immediately joining for part time
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
HARITHA BHIMIREDDY
Hyderabad, Vijayawada
Applied 29 Dec'20
Android Manual Testing HTML
XML
Bachelor of Technology B.Tech), Electronics and Communication
Vikas College
2012 - 2016
Percentage: 72.00%
Senior Secondary XII, Science
DKNP Jr College
ANDREA PRADESH SECONDARY BOARD OF EDUCATION board)
Year of completion: 2012
CGPA 9.20/10
Secondary X
Sri Siddhartha Public School
SECONDARY BOARD OF EDUCATION board)
Year of completion: 2010
CGPA 8.20/10
Android App Development
Dhanush Infotech Pvt Ltd, Hyderabad
Oct 2019 - Jul 2020
Developing different native applications with restful web services and experience on testing on web and mobile
applications.
Haritha
Fiuh It Solutions Pvt.ltd, Hyderabad
Jan 2018 - Sep 2019
In this application,To reduce the manual work of students,proofesspors.Student can view all details in college like Syllabus
,lecture notes ,attendence , results ,exams and Professor can easily update syllabus,lecture notes,and post attendence
detail
project member in academic project to maintain all functionality participiate & maintain the team as confidential.
Android,corejava
Sathya Technologies, Hyderabad
Jun 2017 - Feb 2018
PROJECTS
CONTACT Phone: 91 7382179157
Strong knowledge on C ,java,
Web services html,js
Shop&amp; Go
Jan 2019 - May 2019
https://play.google.com/store/apps/details?id=com.app.shopandgo
In this application,Save the Customer waiting time in shopping malls ,when user loginto application it scans and display the
products in malls and secure payment to their purchases by using a simple billing system
Smart schoos admin
Jun 2018 - Present
In this application,To reduce the manual work of students,proofesspors.Student can view all details in college like Syllabus
,lecture notes ,attendence , results ,exams and Professor can easily update syllabus,lecture notes,and post attendence
detail
https://play.google.com/store/apps/details?id=com.app.shopandgo
Rank 698: Resume 1062 with similarity score 0.014495066911866507
Resume Text: M.TECH , BS , B.E , MS , B.TECH balancer , associate , network developer , solution architect , linux administrator , full time , linux system administrator , enterprise architect , aws architect , technical support engineer themes , nfs , virtual machines , security , demand , connect , docker , ccna , status , enterprise systems , snapshot , samba , testing , ec2 , data center , sql server , server administration , system administration , remote administration , organization , file systems , ansible , infrastructure management , automation , outlook , upgradation , kubernetes , access , designation , peak , plugins , hindi , cloud , logical volume manager (lvm) , linux server , software installation , english , troubleshooting , pressure , editing , project , ftp , groups , boot , live , provisioning , putty , documentation , money , javascript , command prompt , vmware vsphere , technology , availability , disk , rpm , general , performing , pages , affirmative action , membership , maintenance , i3 , centos , office 365 , architecture , email , wordpress , aws , windows 10 , microsoft , control panel , languages , console , amazon , scheduling , engineers , virtual memory , database , laptops , switching , network performance , routing , lamp , active directory , apache , .com , permissions , authorization , internet , go , virtualization , excel , application , yum , devices , llp , less , user administration , salary , maritime , s3 , servers , running , shell scripting , framework , statistics , ssh , tuning , shutdown , load , mounting , laravel 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147…
https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147061147585a09… 1/3
Current Designation: AWS system administrator
Current Company: Aricon Software LLP
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Aricon Software LLP as AWS system administrator
Mar 2020 to Till Date
* Working on AWS Cloud, creation of VPC, NAT Gateways and launching instances as per requirement.
* Managing Security Groups for the instances.
* Using services such as Snapshot creation, volumes, backup and restore in EC2.
* Also familiar with services like RDS and S3.
* Experience in various Amazon services (EC2, RDS, S3, VPC, Cloud formation)
* Managing the user accounts and groups like creating, modifying and deleting accounts and groups.
* Disk configuration, maintenance and configuring new devices.
* Performance monitoring and tuning of file systems.
* File system Management and administration.
* Performed disk administration using LVM.
* Installation, Configuration, administration and Troubleshooting Systems monitoring and administration of Servers for
day-to-day problems, patches, user administration, monitoring log files, testing backup, configuration changes and
documentation skills.
Onel consultancy (Australia) as Technical Support Engineer
Jan 2020 to May 2020
Responsibility: Vacation Engineering employee in System Engineering Group helping in the Development and
maintenance of the company's engineering standards and Providing
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Megha Kaushik
AWS architect, experienced Linux administrator, shell scripting, enthusiastic,
passionate, ansible, kubernetes, docker, infrastructure management, server
management and administration
Key Skills: aws,linux administration,shell scripting,docker,ansible,sql server
Summary
Result-oriented Professional with nearly 2 year experience in server administration, project management, linux server
management, AWS architecture handling, troubleshooting the architecture , monitoring and working with statistics.
I am looking for a career in which i can thrive more and more in linux server administration and aws architecturing. I would like
to work more on virtualization and automation technology,
I am open to any kind of opportunities irrespective of salary expectation as i am looking to learn and grow rather than just to
grab money. I am a person with positive approach and always has positive attitude with respect to any kind of work i take and
work on.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147…
https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147061147585a09… 2/3
technical support to senior engineers in following areas
- HPE Aruba - Deployed Aruba Network Solution as per design
- Enterprise systems - Microsoft Active Directory and Server Administration
- AWS - systems Support
PROJECTS UNDERTAKEN
1. Creating a highly available and redundant WordPress website for PO Maritime Organization
Undertook a project of developing Highly redundant WordPress Website of PO Maritime Organization over the AWS
infrastructure. The company wanted to have a cost-effective solution for a website which is highly available and is able to
resist any kind of failure and also able to satisfy peak traffic without any much pressure over cost and maintenance. Hence
our company make use of AWS infrastructure to satisfy their need. We make use of the Various EC2 instances, S3,
CloudFront, autoscaling group technology, Elastic load balancer, relational database engine to make a highly available,
cost-effective, redundant, value satisfying WordPress Website.
We created a demo model in which we converted one EC2 instance as a Webserver consisting of WordPress
application. We stored all the media files, plugins, themes and other website related information to the S3 for the purpose
of backup of data. In order to fulfill the condition of highly availability and redundancy we make use of the Autoscaling
group to create 4 or 5 EC2 instances which can increase or decrease on the basis of demand and need of peak hour. We
make use of Relational database engine to create a database of WordPress application so that both the application as
well as its database are cost-effective and redundant.
2. Troubleshooting and administering client's server and network:
I was responsible for administering client's network and infrastructure. I was majorly responsible for working with HI
pages company. I used to handle all level 1 and level 2 queries like configuring user accounts, group membership and
group policies in various department using Windows 2016 server. I have also worked with my seniors for mass
deployment of various software's in different department's system with the help of group policies. I have also worked with
the system administrator to deal with the set up of DNS and DHCP services in employee's laptops and desktops.
I have handled the tickets related to software installation, internet not working, printer not working, hardware or
software problems, tickets related to outlook, excel issues. Complete administration of office 365 services.
I was also responsible for mass deployment of operating system using Window deployment services. Mass deployment
and upgradation of operating system using SCCM software. Responsible for migration of windows 10.
Using VMware vSphere for provisioning and deprovisioning of virtual machines in a virtually centralized data center
Group policies applied are moderating access to control Panel, control access to command prompt, disable forced
system restart, Disallow Removable Media Drives, DVDs, CDs, and Floppy Drives, Restrict software installation, disable
guest accounts, set minimum password limit to 15 or more and maximum age to 30 days and more for security of user's
accounts, printer management, performing software installation using GPO.
I3 INFOSOFT private limited as Linux System Administrator
Aug 2016 to Dec 2017
* Creating volumes and managing file system using Logical Volume Manager (LVM).
* Install, update and upgrade the packages using with rpm, yum.
* Monitoring the Servers performance using with performance monitoring tools like top, CPU, Virtual memory, Disk,
Network Performance.
* Performing Remote administration using putty, ssh, and ftp.
* Perform System Boot and Shutdown Procedures Knowledge Installing and Configuring APACHE & SAMBA Server.
* Partitioning the Linux disk.
* User and Group Administration (creating/editing User Accounts and Groups).
* File system Administration.
* File Permissions like, SetUID, SetGID and Sticky Bit.
* Mounting file system and Administration.
* Processes administration and management like monitoring, start/stop/kill various processes/sub process.
* Scheduling jobs using CRONTAB.
* Network File System (NFS) Administration.
* Perform System Backups and Restores.
* Checking status of the Linux servers from console
UG: B.Tech/B.E. (Computers) from JB Institute Of Technology, Dehradun in 2015
PG: M.Tech (Computers) from Swinburne University of Technology in 2020
Other Qualifications/Certifications/Programs:
AWS architect solution associate
CCNA (routing and switching )
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147…
https://freesearch.naukri.com/preview/printResume?uname=068d90b2ebb35bdc0cf2062e357543a15b5c0e561f1a0b420b12465d5c0d024b130147061147585a09… 3/3
Nature of Employment: Full Time
Project Location: India
Role: Network/System Administrator
Duration: Aug 2020 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Australia
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Linux,Kubernetes, Ansible, Scriptng 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Larawell website
Client: Uk marketplace
Skill Used: AWS, Linux, Centos, LAMP, Laravel
Role Description: Working as a network developer in the company to manage AWS servers and connect websites with
database along with complete maintenance of data bases
Project Details: 1. Created a Linux server on AWS platform to set up the platform of Laravel Framework
? Undertook a project of creating, managing and maintaining Linux server on AWS environment with Laravel framework
? Install LAMP framework along with Laravel framework to manage clients website running on Laravel framework and
connected the website with the database.
? Take backups and Snapshots
? Handle troubleshooting part of managing and maintaining server
? Transferred clients domain from go daddy .com and switch it to route 53 service in AWS
? Get the website live on the same domain.
Rank 699: Resume 362 with similarity score 0.014489587146177374
Resume Text: BS work from home angular , c programming , mongodb , completion , firebase , assessment , resume , english , ux design , node.js , css , javascript , bootstrap , python , writing , building , mysql , html Assessment
Q1. Why should you be hired for this role?
I am actively looking for internship in mean/mern stack development.
I am working in angular and mysql since last 6 months. I am willing to work in required stack. I will give my best and learn accordingly if required.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 6 months starting 14th feb.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9456025110
Nirali Gandhi
Ahmedabad
Applied 07 Feb'21
Node.js Bootstrap C Programming
CSS English Proficiency Spoken) English Proficiency Written)
HTML UI & UX Design User Interface UI
Development
Angular 7.0 C Programming Data Structures
Java JavaScript MySQL
MongoDB Python
Senior Secondary XII, Science
Sacred Heart Convent Higher Secondary School
ISC board)
Year of completion: 2017
Percentage: 68.00%
Secondary X
ST. FRANCIS HIGHER SECONDARY SCHOOL
ICSE board)
Year of completion: 2015
Percentage: 80.00%
Women In Engineering full stack website
Aug 2019 - Present
Building the website in angular 8, with backend of nodejs and mysql. The website will be deployed on firebase.
Excellent at Writing and Communication.
Have my own blog myilluminato.blogspot.in
Rank 700: Resume 964 with similarity score 0.014474355621932031
Resume Text: B.E , MS , B.TECH engineering manager , scrum master , software development engineer , senior software engineer , full time resource allocation , automation , amazon web services (aws) , risk analysis , functionality , appdynamics , a/b testing , general , customer loyalty , migrating , scrum , jenkins , web analytics , ease , testing tools , designation , ug , czech , conducting , trading , pes , affirmative action , hindi , docker , webpack , maintenance , jquery , authorization , english , project planning , teams , enterprise , status , stakeholder management , agile , scalability , email , mocha , product management , focus , application architecture , less , angularjs , engineering management , business requirements , ux , github , lighthouse , scope management , sequencing , components , hiring , omniture , design patterns , flow , languages , ceremonies , google analytics , reviews , forecasting , javascript , specs , engineers , apps , technology , jira , refactoring , cash , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b0810…
https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b08105044485f0f5a0… 1/3
Current Designation: Engineering Manager
Current Company: Tesco HSC
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
Tesco HSC as Engineering Manager
Jul 2019 to Till Date
Responsible for migration of customer loyalty program from .NET to React application for CEC (Poland, Czech, Slovakia,
Hungary) countries.
Design, Contribute and Architect Automation practices (CI/CD) and Testing.
Proactively implemented the best practice from the current technological trends such as micro frontend architecture to
enable the team to choose and upgrade their stack without the need to coordinate with multiple teams.
Improve UI with micro-interactions which provides instant and relevant feedback about a completed action that enlightens
user about what is happening thus helps users accomplish their goal i.e., innovative way to help users create strong
password.
Conducting Agile ceremonies and act as scrum master.
Regular Code and PR reviews to maintain quality standards.
Working closely with different stakeholders of the projects to ensure successful implementation.
Yodlee Infotech as Member Technical Staff
Jun 2017 to Jul 2019
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SUHAS M SHETTY
Full Stack Engineering seeking roles in Engineering Management,Application
Programming,Agile Methodology,Business Requirement Analysis,Product
Management,Resource Allocation,Stakeholder Management,Agile,Web
Technologies,Web Analytics,Design Patterns
Key Skills: project management,application programming,full stack engineering,agile methodology,business requirement
analysis,product management,resource allocation,stakeholder management,Engineering Management,Agile,AWS,Team
Management
Summary
Currently associated with Tesco Bengaluru as Software Development Engineer; directing & managing the migration of Customer
Loyalty Program from .NET to React application for CEC (Poland, Czech, Slovakia, Hungary) Countries along with a team of 10
members.
Forward-focused Professional with strong skills in managing project planning & implementation from scope management to
activity sequencing, effort & cost estimation, risk analysis to quality management
Actively contributed in various phases of SDLC right from requirement gathering & analysis, resource forecasting, estimation,
production support, coding & testing
Acquired rich technical and architectural skills, thereby solving problems related to scalability and performance with relative
ease
Drove the implementation of best practices such as Micro Front-end Architecture to enable the team to choose & upgrade
their stack without coordinating with multiple teams at Tesco
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b0810…
https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b08105044485f0f5a0… 2/3
Design and architect next generation of hybrid personal financial apps such as Expense & Income Analysis, Budget, Cash
Flow, Transaction.
Responsible for requirement gathering and technical feasibility analysis of UX and function requirement along with
Application architecture designing, developing and customizing reusable components and integrating components in the
application, developing functionality as per the business requirements. Further resolving technical issues, coordination
with UX team and analyzing the feasibility of the UI specs. Helped in hiring full stack engineers for different teams.
Sapient Global Markets as Senior Software Engineer
Feb 2016 to Jun 2017
Worked on the Trading Application Entitlement Tool of Morgan Stanley with focus on refactoring and migrating old
monolithic projects to a new technology stack.
Contributed to performance configuration and testing by proactively engaging in initiatives for improving Engineering
excellences.
Implemented A/B testing tools to experiment where two (or more) variants of a webpage are shown to users at random
and is used as a means of determining which variant leads to a better performance.
UG: B.Tech/B.E. (Computers) from PES institute of technology, Bangalore in 2009
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AngularJS, ReactJS, BackboneJS
ExtJS, Jenkins, Docker
Amazon Web Services (AWS)
Node, Less, Nightwatch, Jest 0 Year(s) 0 Month(s)
Mocha, Sinon, Chai, Babel
Webpack, jQuery, Lodash
Backstopjs
Git, Jira, Jenkins
Github Enterprise, Lighthouse
React A/B test tools, analytics tools
appDynamics, Google analytics
OMNITURE
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b0810…
https://freesearch.naukri.com/preview/printResume?uname=2a794cd44e8124dc2967fae2d5ecebc25a580a5743105b450511150b5f0b02191b08105044485f0f5a0… 3/3
Rank 701: Resume 1345 with similarity score 0.014426601888843921
Resume Text: B.E , MS , B.TECH project manager , project lead , principal consultant , azure architect , resource manager , full time , senior associate , practice manager , service delivery manager , aws architect constructive feedback , circuits , retrospectives , office , restructuring , operational efficiency , status , stakeholder management , digital transformation , infosys , sungard , vmware view , document creation , it service delivery , microsoft project , building , reach , sql server , service delivery management , project reviews , organization , timing , kt , contingency , vdi , retail , access , designation , deliverables , mar , cross-team collaboration , hindi , cloud , windows , english , sop development , data center consolidation , directors , leadership , estimates , capacity planning , server migration , strategy , security policy , javascript , technology , farms , managed services , reporting , general , command , affirmative action , oracle , emc , email , aws , project delivery , workplace , web servers , operations , hp , premises , languages , cisco , ssl certificates , resource optimization , jira , engineers , esxi , it infrastructure management , program management , storage management , database , return on investment , racking , ug , qualys , case , ticketing , mcafee , azure , authorization , teams , record , citrix xenapp , leading meetings , led , offshore , sas , iis , breakdown , schedules 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a0844…
https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a08440519495d5d58… 1/3
Current Designation: Principal Consultant
Current Company: Infosys Technologies
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Client Server
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Technologies as Principal Consultant
Aug 2012 to Till Date
Project Title : Macdonald's Managed Services, Pune Period: Since Feb'20 till date
Role: Account Operations Lead
Key Achievements:
Successfully led, drove and completed the Co-hosted Data Center Consolidation, Optimization & Clean-up project and
saved 1 Million USD per annum in record 3 months' period
Developed and implemented new cloud based operating model comprising of Architect & Engineering (L4/L3), cloud
operation (L2) and cloud command centre (L1) with optimized onsite-offshore resourcing
Monitored and guided end-to-end On premise Server migration to Azure cloud; completed 100+ Servers in last 6
months and targeting to migrate remaining all 400+ by Dec-20
Successfully led multiple billable projects from Cloud, On-premise and Network areas as part of SRE initiatives
(Automated Qualys deployment, Swiss Restaurant migration, McAfee agent installation)
Executed 20% resource optimization by redefining & restructuring of each level of operation & delivery work, Cross
Skilling, SOP development and enhancing the resources skill by certifications on Azure
Achieved 90% deliverables from offshore by KT of redundant work and reporting from onsite
Roles & Responsibilities:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nishakar Mishra
Principal Consultant seeking Leadership role in Service Delivery Management, Cloud
and Digital Transformation, IT Infrastructure Management , Account Operations
Management, Cloud Management (AWS, Azure), Data Center, VMware, SQL Server,
Citrix
Key Skills: principal consultant,digital transformation,stakeholder management,azure cloud, aws cloud,it
operations,network management,storage management,data center,vmware,project lead,service delivery management,IT
Infrastructure Management,IT Service Delivery
Summary
Achievement-driven professional with over 19 years of rich, national/ international and cross-functional experience across
Designed and delivered solutions that remedy core business issues and position the organization to reach the next level of
profitability through technology introduction
Cross-Geographical experience: North America (more than 6 years), Europe for (1+plus year) and India (10+ years)
Large-Scale Project Manager: Successfully led & managed large scale infra projects including Operations & Delivery for
Network, Compute, Storage, both on premises & cloud
Infra Service Delivery Manager: 6+ years of experience in end-to-end program management of large scale multimillion (50+
million) Infrastructure operations, architect & delivery projects with high quality of deliverables
Certified AWS and Azure Architect: Azure cloud migration from On-premise to Azure cloud for 500+ Servers and operation
management of 800+ AWS hosted servers
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a0844…
https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a08440519495d5d58… 2/3
Assisting in the scoping of project delivery timing, tasks and resources for the company's SOWs and RFPs
Ensuring the optimum mix of cost, schedule, performance, and system supportability throughout the program life cycle
and presenting a case for the recommended solutions with a detailed analysis of risks and return on investment
Organizing resources while creating estimates for the project, work breakdown structure, project contingency plan &
schedules and identifying risks within defined scope, quality, time & cost constraints
Developing and sustaining long-term relationships with key stakeholders to ensure operational efficiency
Recommending process improvements; handling capacity planning and cross-team collaboration
Leading meetings and setting expectations for program teams and facilitating project reviews and retrospectives to
provide constructive feedback to stakeholders
Leading whole offshore team of 100+ resources to deliver on-time with quality and manage the expectations of these
Architect, Consultants and engineers as a resource manager
Currently managing large scale multi-million project of a retail client including Infrastructure, Workplace, Service Desk
and Cross functional tower; managing all the deliverables from Compute, Storage, Backup, Network, Security, workplace
and SMO office
Presenting monthly service review report to client directors and other reports to stakeholders
Overviewing architectural work, participating in client technology strategy & roadmap building, new platform & tool
evaluation and collaborate with Client engineering team to finalize
SunGard Global Technologies as SunGard Global Technologies
Apr 2011 to Aug 2012
Role and Responsibilities:
Designed and implemented the Hosting Solution Projects for different clients worldwide for SunGard Financial Products
on SunGard Cloud using Citrix, VMware, SQL, Windows AD, VPN, SSL Certificates and Other tools
Monitored the installation and configuration of Citrix FARMs, XenApp Servers, Web Servers, License server. Deploy
policies, publish applications and set client's security policy
Worked with SAS Network team and clients network team to implement the VPN for the Clients
Rendered direct L4 support to clients during the implementation phase for Citrix XenApp, Citrix web Server, IIS, SQL
Database and other user access related issues and problems, using JIRA ticketing system; designed and implemented
DR plan for the clients
Performed Final Transaction Plan document creation, Meeting with PM and transition of the LIVE Client to the
operation
Synechron Technologies as Senior Associate Systems
Apr 2010 to Mar 2011
UG: B.Tech/B.E. (Computers) from National Institute of Technology (REC), Jaipur in 2001
Other Qualifications/Certifications/Programs:
Azure Architect Technologies
AWS Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
Azure and AWS cloud, Azure migration
SDWAN, AT&T MPLS Circuits, Cisco
VMware ESXi, VMware view VDI
Citrix XenApp5/6/6.5
Racking, stacking, UPS, Power, AC
Windows 2k, 2003, 2008, 2012
SCCM2007/12, Exchange 2010
EMC VNX, EMC XIO, HP
Microsoft Project 2010
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a0844…
https://freesearch.naukri.com/preview/printResume?uname=7a31da055cb5f49495be9404e13c06805a5b5c0719110f125644170e0c5c53421a08440519495d5d58… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Sql Server 2005, 2008, ORACLE
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 702: Resume 831 with similarity score 0.014425334370215755
Resume Text: B.E , MS , B.TECH development engineer , software developer , full time , team lead , field application engineer , application developer servo , api , training , redux , general , showcase , phpmyadmin , research development , designation , sqlite , mar , affirmative action , property tax , gmail , authentication , hindi , schematic , basic , firebase , ltd , service delivery , navigation , embedded systems , player , atmel , cli , english , ios , maps , authorization , internet , status , indicators , screens , android studio , email , project , water , time management , application , embedded c , operations , vector , electronics , testing , facebook , fonts , gallery , keil , lcd , debugging , react native , digital innovation , building , languages , output , android development , styling , voltage , management system , mobile , javascript , technology , excess , microcontrollers , learning , microchip , altium 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f120…
https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f12031847500f5d51… 1/3
Current Designation: Android Trainee
Current Company: Freelance Consultants
Current Location: Bahadurgarh
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Embedded /EDA /VLSI /ASIC
/Chip Des.
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
wizlite innovation centre as Software Developer
Jan 2021 to Jan 2021
here I am working on the applications of react native and debugging on that app and upgrading too. here I am making an
app of property Tax
Ramakrishna Electrocomponents Pvt ltd as Field Application Engineer
Nov 2019 to Nov 2020
I was working on the technical support for different microcontrollers ie nuvoton and ST microcontroller all over india
Freelance Consultants as Android Trainee
Mar 2019 to Till Date
I have integrated different things on android application development ie Firebase, SQL using PHP, location, and the basic
things.
I have taken a training of 3 months in android development with java language.
I have made a simple app and helps in consulting by programming different portions in android app.
tiyatech solutions pvt Ltd as Research Development Engineer
Sep 2017 to Nov 2019
here i am an embedded trainee and I have worked on atmel microcontroller in which I have made two projects
in first project, I have made a servo voltage stabilizer for single and 3 phase in which we used to display voltage, current,
Last Active: 4-Feb-21 Last Modified: 28-Jan-21
Prasoon Gupta
Field Application Engineer seeking roles in Project Management ,Embedded
Development,Embedded Programming,Embedded Systems,Electronics
Engineering,requirement gathering,release management,service delivery,JAVA,Keil u
vision, Atmel Studio,Altium
Key Skills: JAVA,Android Application Development,react native,Android Software Developer,Android,Android
Developer,Android Application Developer,Android Studio
Summary
3 Year of experience in Embedded industry on Atmel and Nuvoton Microcontrollers.Have directly worked with clients/end-users
for requirement gathering,showcase,testing and release activities.Proficient in learning new technologies,building relationships
and understanding the business objectives of a project along with the expectations from technology.Prasoon is a proven team
player with strong interpersonal, Analytical & Problem-solving skills. Worked as a FAE with RK ElectroComponents Pvt Ltd.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f120…
https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f12031847500f5d51… 2/3
and temperature and settings through keypad.
in second project, I have made a digital ro meter in which I used to display the TDs ie impurity level of water and cartridge
level of a cartridge. in this, we used to indicate that when flush, pump or water overflow indicators will glow.
UG: B.Tech/B.E. (Electronics/Telecommunication) from GLOBAL INSTITUTE OF TECHNOLOGY AND MANGEMENT in
2017
Nature of Employment: Full Time
Project Location: Orissa
Role: Programmer
Duration: Jan 2021 - Feb 2021
Onsite / Offsite: Offsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
Keil u vision, Atmel Studio
Embedded C, JAVA & Android (Basic)
Altium (Schematic)
Firebase, Gmail, FaceBook Integration
PHPMYADMIN
Styling, Debugging, Fonts, Navigation
Screens,HeaderButton,Redux,Vector icons
Firebase & Authentication, SQLite
Camera, FileSystem, Maps API, Expo,CLI
apk generation for debug and reléase
Vehicle, Sandzone, Property Tax
Languages Known
Language Proficiency Read Write Speak
english
hindi
Projects
Project Title: Project Management System
Client: Wizlite Innovation Centre
Skill Used: debugging, working on 3rd party API, offline mode, SQL, Firebase, Navigation, Image Picker, Gallery maker,
Carousel, and basic things too
Role Description: programming on different mobile application using react native
Project Details: in this project, I have debug this project, and had accessed through react native.
I have integrated different 3rd party API for several operation.
I have worked on offline state on SQL.
I have worked on Android and IOS
in this project, I have to save the project out of 4-5k projects for offline mode and do operations on that.
Project Title: Digital RO Meter
Client: Digital Innovation
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f120…
https://freesearch.naukri.com/preview/printResume?uname=4cbfe2aeae36179f9f64361f45f87c020b5d08021f4709125014170a090a541e475f12031847500f5d51… 3/3
Nature of Employment: Full Time
Project Location: Delhi
Role: Programmer
Duration: Aug 2018 - Sep 2019
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Delhi
Role: Programmer
Duration: Sep 2017 - Jul 2018
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: time management, searching on internet for small issues.
Role Description: working on microcontrollers
Project Details: in this project, I used to display impurity level of water by an instrument and gives the TDS level of that water.
I worked on cartridge level as per time and day as per the real time
I used to worked on flush, pump, excess water, no water condition.
I used to implement on hardware too.
Project Title: Servo Voltage Stabilizer
Client: Tiyatech Solutions Pvt Ltd
Skill Used: worked on software, debugging and programming on controllers, and loading of data on chip
Role Description: I worked on the programming of a microcontroller
Project Details: in this project, I have worked on microchip microcontroller in which I used to display input voltage, output
voltage, current and temperature on 7 segment for single phase.
for 3 phase, I have displayed same things on graphical LCD.
Rank 703: Resume 1155 with similarity score 0.014421766486769114
Resume Text: B.E , MS , B.TECH project manager , cyber security , delivery lead , senior network administrator , long term , devops , solution architect , full time , senior network engineer , service delivery manager , lead engineer telugu , skype , prince2 , rfi , technology services , status , service quality , digital transformation , mumbai , it infrastructure , service delivery management , organization , engagements , application delivery controllers , automation , devops , infrastructure services , dimension , designation , mar , hindi , ltd , english , cloud security , agile , project , network administrator , strategy , professional services , itil , collaboration tools , data center management , enterprise data , javascript , it transformation , business requirements , ccnp , cyber security , rollout , affirmative action , proxy , email , aws , network security , operations , global delivery , dna , customer experience , languages , cisco , network connectivity , pmp , program management , network architecture , cloud services , mentoring , rfp , v4 , tamil , ddi , interpersonal skills , azure , authorization , teams , changing environments , team building , telephony , virtualization , modernization , focus , telecommunications , electronics , pharmaceuticals , led , drive , storage , web application firewall , it service , road maps , network administration , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a13…
https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a135540485f5e0c5… 1/3
Current Designation: Senior Delivery Manager - Cloud &
Infrastructure Services
Current Company: Mylan Pharmaceuticals Ltd (a Pfizer
Company)
Current Location: Bengaluru / Bangalore
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Mylan Pharmaceuticals Ltd (a Pfizer Company) as Senior Delivery Manager - Cloud & Infrastructure
Services
Sep 2019 to Till Date
A highly accomplished service delivery manager with global delivery experience in planning and executing, medium to
large size IT Infra projects and initiatives that support broader short-long term strategy
Over all 18+ years of professional experience
16+ Years of IT Program, Global Delivery Mgmt experience
Technical delivery in Network and Security Infrastructure, SDWAN, SDAccess, DDI Services, Web Application Firewall,
Cloud Services and Enterprise Data Center Management
Targeted to deliver robust customer response services and projects within deadline and process driven environments
Developed effective client relationship, which led to high client satisfaction scores
Ability to facilitate and mentor team members in a fast-paced changing environments with a focus on service quality,
achieving on-time delivery leads to enhanced customer experience
I enjoy being part of a team defining the opportunity and planning the efforts that drive the strategy and course of action be
that operational initiatives or new service propositions
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Balaganapathy Somu
Networking and Security Professional,PMP,AWS and Azure Solution Architect, CCNP,
ITIL V4, Delivery Lead seeking roles in Cloud and IT Infra Services Mgmt, Program
Mgmt, Agile Project Mgmt, Operations,Cyber Security ,SDN,SDWAN,WAF,Load
Balancers
Key Skills: service delivery manager,it/networking-manager,it infra management,network security,network
engineering,program management,project management,cloud computing,cloud security,aws,azure,cisco
dnac,sdwan,lan,wan,devops,firewall,vpn,Cyber Security,Proxy
Summary
Networking and Security Professional, PMP certified, AWS and Azure Solution Architect certified, CCNP, ITIL V4, Prince2
Practitioner 17 years' experience in IT Infra Project and Service Delivery Management
Service Delivery Manager IT Infra - Capgemini Technologies Services India Ltd
Working closely and partnering with engagements on understanding long term strategic needs, delivering IT service and
supporting their digital transformation road maps for various modernization initiatives. Responsible for managing end to end
service delivery and projects initiatives. Led various continuous service improvements to reduce cost and improve efficiency on
engagements while guiding them through execution, steady-state and transformation.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a13…
https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a135540485f5e0c5… 2/3
Capgemini Technology Services Limited as Service Delivery Manager - Cloud Infrastructure Services
Mar 2012 to Sep 2019
Growth Path:
July' 17 - Sep'19 Service Delivery Manager - Bangalore
Feb'14 - June'18 Program/Project Manager - Bangalore
Mar'12 - Jan'14 Project Manager - Mumbai
Key IT-Infrastructure Professional Services Handing Summary:
Service Delivery: Experienced in managing cross functional teams and drive Infrastructure across geographies. Building
team and develop technical capabilities, mentoring programs to support smooth delivery. Seasoned delivery team building
capabilities, develop team interpersonal skills and well demonstrated problem-solving capabilities. Good understanding of
enterprises IT systems and proficient knowledge with network, VPN/Firewall, network security, datacentres, cloud and
virtualization
IT Transformation & Automation Projects involve changes to network architecture, security architecture, business
application rollout and application delivery controllers. The goal of IT transformation is to change IT organization from
being a more pro-active, flexible part of the business that can respond quickly to changing business requirements.
New Client Engagements: Working closely on new client engagements responding to RFP/RFI and solution proposal for
IT infrastructure includes network connectivity, network security, telephony integration, collaboration tools like Skype. This
involves computing and storage infrastructure for hosting client setup in cloud environment and Capgemini data centre.
CRISIL (Standard & Poors) Ltd., as Manager Technology
May 2006 to Feb 2012
Growth Path:
Apr'10 - Feb'12 Manager - Technology
Apr'08 - Mar'10 Lead Engineer - Technology
May'06 - Mar'08 Senior Network Administrator
Fourth Dimension Technologies Limited as Senior Network Engineer
Nov 2004 to Apr 2006
Tamil Nadu Telecommunications Ltd. (Collaboration with Fujikura Japan) as Engineer
May 2001 to Feb 2003
UG: B.Tech/B.E. (Electrical and Electronics) from Jerusalem College of Engineering, Chennai in 2000
Education
IT Skills
Skill Name Version Last Used Experience
WAN
Cisco DNA
Languages Known
Language Proficiency Read Write Speak
Tamil
English
Telugu
Hindi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a13…
https://freesearch.naukri.com/preview/printResume?uname=8dfdc9a0495f37c5a4ccf63318c788a50d5b0a05424601420a19445c585d574a165a135540485f5e0c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 704: Resume 1373 with similarity score 0.014420945861755028
Resume Text: B.E , MS , B.TECH software engineer , devops engineer , solutions architect , associate , cloud infrastructure architect , software developer , cloud administrator , full time , informatica data warehousing , ansible , computing , devops , jenkins , powershell , kubernetes , designation , ug , affirmative action , oracle , hindi , cloud , docker , linux , maintenance , application infrastructure , ltd , unix , authorization , english , status , agile , email , project , aws , solution architecture , bengali , electronics , obiee , informatica administration , premises , shell scripting , languages , coordinated , python , system administration , javascript 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a45…
https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a4555194558595b… 1/2
Current Designation: Software Engineer
Current Company: Tech Mahindra Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: None [None]
Verified : Phone Number | Email - id
Tech Mahindra Ltd as Software Engineer
Apr 2018 to Till Date
Currently working in a cloud migration project which is
designing and leading the migration process of an
application from on-premises to AWS cloud.
Worked in Infrastructure Production Support Team wherein
evaluated interface between hardware and application
Advised customers regarding maintenance of software
system, coordinated OS Patching and worked on several
production outage situations.
UG: B.Tech/B.E. (Electronics/Telecommunication) from UNIVERSITY OF ENGINEERING AND MANAGEMENT, JAIPUR in
2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
AYAN DEB
AWS Devops Engineer seeking roles in Agile Software Engineering,Linux
Administration,Cloud Administration,Solution Architecture, DevOps, Cloud
Computing,Unix Shell Scripting, Python, PowerShell Scripting, Terrafom
Key Skills: Linux Administration,System Administration,Data Warehousing,Solution Architecture,Production Support,Cloud
Computing,Unix Shell Scripting,Oracle,Python,AWS,Cloud Administrator,Cloud
Architect,Devops,Terrafom,Jenkins,Docker,Ansible,Kubernetes
Summary
Software engineer with
hands-on experience in
Unix/Linux System
Administration, DevOps, Terraform, Data
Warehouse Administration, Informatica Administration, Cloud Application Infrastructure Administration and Certified AWS
Solutions Architect - Associate
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a45…
https://freesearch.naukri.com/preview/printResume?uname=0faedd1327678f1244df6640a8a6f639510b5d034c140d17551948515b0c534d475a4555194558595b… 2/2
PG: None (None) in 0
Other Qualifications/Certifications/Programs:
AWS Solutions Architect - Associate
Oracle Cloud Infrastructure Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Unix/Linux and Python Scripting 2 Year(s) 5 Month(s)
Terrafom, Cloud Formation
AWS, Informatica, OBIEE
DevOps, Kubernetes, Ansible, Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 705: Resume 266 with similarity score 0.014371544844222098
Resume Text: MS , B.TECH , BS work from home , mechanical engineer , autocad exhibition , robotics , taekwondo , css , adobe photoshop , php , player , english , labview , teams , aerospace , autocad , fit , science fiction , resume , vector , finance , completion , assessment , imo , coaching , javascript , dynamics , technology , mathematics , html , teaching Assessment
Q1. Why should you be hired for this role?
I would be a good fit in your company because I am a mechanical engineer .And no doubt from the day I have stepped in coaching for jee- mains
its my daily routine to work on problems finding out the solutions in minimal time. I like to work in teams and work cordially and communicate
effectively , and I like reading books about finance and technology, sometimes science fiction too. so I can contribute really something good to
your company and a bit disciplined . I am very excited about this internship because this is the time I would really get a chance to apply
practically what I gained theoretically &make a good outcome of my studies.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7440750626
Kajal Mangal
Morena
Applied 26 Jan'21
Adobe Photoshop English Proficiency Spoken) MSPowerPoint
MSWord Mathematics AutoCAD
C Programming CSS HTML
JavaScript LabVIEW MSExcel
Vector Dynamics PHP Robotics
Teaching
Bachelor of Technology B.Tech), Mechanical Engineering
Madhav Institute Of Technology And Science, Gwalior, Madhya Pradesh
2019 - 2023
CGPA 8.00/10
Senior Secondary XII, Science
Kiddy's Corner Higher Secondary School , Gwalior
CBSE board)
Year of completion: 2019
CGPA 7.80/10
Secondary X
Neiil World School ,Morena M.P
CBSE board)
Year of completion: 2017
CGPA 9.80/10
I volunteered Vikram Sarabhai Space Exhibition in my college that was an initiative of ISRO to spread the knowledge and
awareness about space and new technologies built in order to know about space ,sponsored by aerospace club of my
college.
I am blue belt and state level player of TAEKWONDO .I have attended TEDx which was conducted in my college officially. I
have participated in IMUN, NTSE, AITSE,KVPY,IMO. I am an active member of ISTE Indian society of technical education
Rank 706: Resume 696 with similarity score 0.01436779433437867
Resume Text: B.S , MS senior java developer , full time , development analyst , software developer ecommerce , disney , functionality , api , spring mvc , version control , serialization , core java , clinical research , customer , jenkins , algorithms , nosql , physics , string , designation , b2c , toad , lambda expressions , affirmative action , oracle , web services , tortoise svn , hindi , linux , maintenance , basic , unix , apache , test cases , windows , json , advanced , centos , english , authorization , status , full text search , bug tracking , models , email , project , b2b , tomcat , application , continuous integration , bitbucket , rdbms , github , rest , order processing , writing , obc , junit , exceptions , maven , framework , system testing , putty , e-commerce , modeling languages , documentation , hibernate , cassandra , jira , javascript , eclipse , organization , working experience , brd , database , annotation 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a0042…
https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a00425512450a5c5f0… 1/3
Current Designation: Senior Java Developer
Current Company: Merck
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Pharma/Biotech/Clinical Research
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Merck as Senior Java Developer
Aug 2018 to Till Date
This project is aimed to develop e-commerce platform which is distributed and scalable that allows
the end users to view/search/order products from this application. It has ability to handle B2C and
B2B business models, its customizable as per organization requirements, Includes user
management, and customer support, order processing etc.
Created new Rest web service resources and modified the existing web services to support the
front-end and back-end functionality.
Created and executed JUnit test cases for Restful API of application.
Created web services for full text search platform using NoSQL Elastic search engine, allowing
for much faster, more scalable and more intuitive user searches for our database of spas
worldwide.
Used maven as build management tool.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Kriti Km
Experienced working with Core Java, Collections & Design Patterns|Proficient in
technologies such as Rest web services, elastic search, Cassandra, maven, GIT and
Communication Skills.
Key Skills: Web Services, Elastic Search, Cassandra, Core Java, Advanced Java, rest api, Collection Framework, Data
Structures, OOP,SQL,Github,Jenkins
Summary
Experience in developing Restful APIs using JAX-RS and JSON.
Design, develop and maintain eCommerce sites for various locales
Experience in writing JUnit Test cases for Restful API of application to test and
and debug the application.
Experience in Elastic Search.
Experience in working in Java 8 Lambda Expressions, Stream API etc.
Knowledgeable in API modeling languages and annotation (Swagger Documentation),
and Lombok Framework.
Extensive Object-Oriented Development OOP experience.
Experience in Core java, Collection framework.
Experience in Exceptions Handling, String Handling, Wrapper classes and serialization.
Experience in writing Basic SQL queries using RDBMS.
Experience in Hibernate, Spring MVC.
Strong working Experience in using source code/version control system Git BitBucket.
Having good familiarity in using JIRA tool for bug tracking, issue tracking, and project management and also Jenkins tools for
continuous integration.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a0042…
https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a00425512450a5c5f0… 2/3
Developed lookup tables and views to speed up queries.
Efficiently handled periodic exporting of data into Elastic search.
To Fixed the Issues reported by System Testing Team and UAT Team.
Involved in analysis and design phases of Software Development Life Cycle.
Environment: Linux, Java1.8, Cassandra, eclipse, F5, Postman, Jenkins, wild fly, Bit bucket,
JIRA.
Technologies: Rest API using JAX-RS, Java 1.8, Cassandra, Elastic Search
Accenture as Application Development Analyst
Nov 2014 to Aug 2018
Java Developer
UG: B.Sc (maths and physics) from BRD College Duddhi in 2010
PG: MCA (Computers) from IET-Lucknow in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Eclipse IDE 2020 4 Year(s) 0 Month(s)
TOAD 2018 2 Year(s) 0 Month(s)
Unix/Linux Centos 2020 4 Year(s) 0 Month(s)
Basic SQL
RDBMS
CORE JAVA
ALGORITHMS
postman 2020 3 Year(s) 0 Month(s)
Hibernate, Spring MVC 2017 0 Year(s) 0 Month(s)
Rest API, JSON
Hibernate
Elastic Search 2020 0 Year(s) 0 Month(s)
Maven, putty
Toad For Oracle, DataStax
Bit Bucket, Tortoise SVN 2020 3 Year(s) 0 Month(s)
Apache Tomcat & Wildfly 2020 3 Year(s) 0 Month(s)
JIRA 2020 3 Year(s) 0 Month(s)
WINDOWS, LINUX centos 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a0042…
https://freesearch.naukri.com/preview/printResume?uname=8743d5adccdc85219a6bbb262a3cfec3595a0c51181b5d17061417500f0a554f1a00425512450a5c5f0… 3/3
Nature of Employment: Full Time Duration: Oct 2016 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Aug 2016
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full time
Projects
Project Title: AT & T:- YTR
Client: AT&T
Project Details: Working as a java developer.
Project Title: Disney
Client: Walt Disney World
Project Details: Worked as a java developer and a wiremock developer.
Rank 707: Resume 1026 with similarity score 0.014351575974031541
Resume Text: B.E , MS , B.TECH , BS scrum master , it analyst , associate , sql developer , quality assurance , senior software engineer , full time , team lead , build manager winscp , spring mvc , mockito , core java , general , jenkins , scrum , websphere application server , security , designation , ug , affirmative action , oracle , hindi , angular , perspectives , maintenance , ltd , ear , rational team concert , authorization , advanced , json , openstack , english , status , spring boot , software testing , sql , email , fiddler , spring data jpa , operations , xml , ibm , servers , junit , git , languages , putty , completion , jira , javascript , streams , working experience , html , database 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f42…
https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f420213155c5d08… 1/2
Current Designation: Senior Software Engineer
Current Company: John Deere India Pvt Ltd.,
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
John Deere India Pvt Ltd., as Senior Software Engineer
Sep 2018 to Till Date
Dealing with software development and completion from all perspectives. Leading a team giving technical solutions to a
problems
HSBC Software Development Ltd., as Senior Software Engineer
Aug 2015 to Jul 2018
Last Active: 25-Dec-20 Last Modified: 25-Dec-20
MANAS KAGDE
IT Analyst seeking roles in Full Stack Development,Software Engineering,Software
Development,Web Server Creation,Application Development,Software
Designing,Quality Assurance,Global Banking, Leading Financial Domain, Captives
working experience
Key Skills: IT Analyst,Team Lead/Tech Lead,Full Stack Development,Software Engineering,Software Development,Web
Server Creation,Application Development,Software Designing,Quality Assurance,Software Testing,GIT, Jenkins, JIRA,
RAD, WinScp, Putty,Fiddler,Openstack
Summary
5 years of experience in Full Stack Development.
Scrum Master and PO certified from Scrum Inc.(JDTCI)
Oracle Certified Java Associate (OCAJP 8) on 7th January 2018.
Promoted to Senior Software Engineer on 1st March 2018. (HSBC)
Awarded with runners?s up position in GBM Hackathon Event on 28th June 2018.
Associated with HSBC Software Development, Pune as Senior Software Engineer
Knowledge of testing frameworks JUnit, Mockito, BDDMockito.
Knowledge of Web Server Creation as well as applying security on the webserver level.(JDTCI)
Knowledge of critical database operations using Oracle and IBM Filenet(Content Platform Tool). Knowledge of Content Platform
Engine and its clusters.(HSBC)
Knowledge of various clusters, servers and the overall ear deployment process using IBM Websphere Application Server, config
deployment process using Putty and WinScp. G3 Deployment in UAT and various Build Manager Roles like creation of Streams.
(HSBC)
Work Experience
Education
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f42…
https://freesearch.naukri.com/preview/printResume?uname=a35e6f2aeeda9726acd742585c672a225c595d514d1609190b15495c080a024d400f420213155c5d08… 2/2
UG: B.Tech/B.E. (Computers) from RGPV University, Indore in 2015
Other Qualifications/Certifications/Programs:
OCAJP 8
Scrum Master and PO certification
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C, Core Java, Advanced Java, HTML
XML, Angular JS, JSON, Spring Injection
Spring MVC, Spring Boot ,Spring Data JPA
Java 8, Angular JS 4(Basics)
JavaScript, Node JS
SQL, ORACLE
Openstack, deployit, Intellij
SQL Developer, RAD
WinScp, Putty, Fiddler, Task Server
GIT, Jenkins, JIRA,Rational Team Concert
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Rank 708: Resume 1261 with similarity score 0.014328189337675835
Resume Text: B.E , MS , B.TECH support engineer , oracle dba , associate , database architect , technical solutions consultant , solution consultant , full time , oracle database administrator , system engineer , aws solution architect , enterprise manager schema , customer , itil process , 24x7 , space , addition , databases , linux , status , clusterware , oracle installation , writing , building , infrastructure , decommissioning , solaris , operating systems , restoration , organization , oracle enterprise manager , amazon web services , amazon ec2 , binary , tns , designation , mar , rhel , hindi , cloud , windows , software installation , english , troubleshooting , 12c , project , following up , fixing , performance tuning , disaster recovery , computer science , cerner , javascript , availability , disk , hp-ux , oracle rac , log shipping , healthcare , 11gr2 , affirmative action , maintenance , basic , unix , postgresql , email , google , aws , data pump , operations , metal , languages , export , online , migrating , ug , sql tuning , import , authorization , salt , techno , application , lake , oracle database administration , servers , running , shell scripting , storage , data guard , backup and recovery , helix 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 1/4
Current Designation: Technical Solutions Consultant - Oracle
Current Company: Google India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - DBA / Datawarehousing
Role: DBA
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 10 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [computer science
engineering]
Verified : Phone Number | Email - id
Google India Private Limited as Technical Solutions Consultant - Oracle
Jun 2020 to Till Date
As a Cloud solution consultant out primary responsibilities include Troubleshooting Customer's Oracle database issues
running on Bare Metal servers in GCP. We also work with customer on Oracle installation, Performance troubleshooting
issues. Other than Oracle i also work on Cloud native database technologies (Cloud sql, Postgres, Database migration
Service, Spanner, Cloud networking).
Amazon Web Services as Cloud support engineer - 1 database
Apr 2019 to May 2020
Working as a cloud database administrator in amazon Web services troubleshooting client database issues hosted in aws
rds. Provide DBA support to oracle databases and postgresql database including performance monitoring, solving
infrastructure level issues, performance bottlenecks. Install oracle and postgresql databases in amazon ec2 instances and
building rds instances for customer use. Work on aws cloud, building and monitoring disaster recovery solutions and high
availability solutions in aws. Provide route cause analysis to customer issues.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ARKAPRAVO BANERJEE
B.Tech Graduate in Computer Science, working in Google with 5.6 years of experience
in Oracle Database Administration (RMAN backup recovery, Dataguard, RAC, ASM,
performance tuning) and OCA 12c certified, AWS, RDS, postgres DBA, aws and gcp
certified
Key Skills: oracle database administration,database migration,database cloning,datapump,oracle,linux,redhat linux,sql
tuning,real application cluster,Oracle Enterprise Manager,Oracle DBA,DBA,RAC,RMAN,Dataguard,Performance
Tuning,Patching,AWS,Postgresql,Postgres
Summary
Currently working in Amazon Web Services as Cloud database administrator.
OCA and AWS solution architect certified
Experience in working in ITIL process environment
Total 4.8 years of experience as Oracle Database Administrator Experience in administering and managing Oracle 9i and
Oracle 10g and 11g and 12c on Windows, Linux, Solaris and Unix Platform.
Software Installation, Migration, Cloning, Dataguard, RAC, Performance tuning and maintenance of database on Oracle
versions 9i, 10g , 11g ,12c on Linux/windows operating systems.
Hands on experience in basic Linux administration on production environments and experience in shell scripting.
Experience in postgresql database administration with aws knowledge including rds administration, VPC, ec2 issues and
troubleshooting client issues and provide a seemless experience to the clients.
Exhibits a high degree of professionalism and trust, and takes pride in promoting an organization's reputation and building
relationships.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 2/4
Cerner Corporation as Operations database administrator
Aug 2018 to Apr 2019
We provide support and perform all the required implementations to the oracle databases for the healthcare clients who
are using Cerner provided solutions. I look after the Europe and the ASIA Pacific clients. Our daily activities include
monitoring backups, troubleshooting issues, RAC/ASM troubleshooting, Dataguard configuration and Log shipping
monitoring. We also perform scheduled changes which includes fixing vulnerabilities, SQL tuning and solving database
performance issues. I also write shell scripts to automated daily activities and we also perform basic linux administration
activities (adding storage to Server, Creating ASM diskgroups.
Tata Consultancy Services as System Engineer-Database Administration
Jul 2015 to Aug 2018
Tata Consultancy Services
Since July 2015, Assistant System Engineer
Role : Oracle Database Administration
Database Versions : Oracle 9i,10g,11g, 12c
Operating System : Solaris, RHEL, HP-UX, AIX,Windows
Client :- Telia Company AB
Function :
Migrating Oracle Database from 9i,10g,11g to 11g/12c.
Taking full Database, Schema level, Table level logical backups using Oracle Data Pump (Import & Export) for migrating
database
Migration of databases using transportable tablespaces.
Table space administration, Data file addition, rename, delete
TNS entry for new database after migration in tnsnames.ora file and TNS remove.
RMAN full/incremental Backup and full/partial restoration using RMAN, Offline cloning.
Cloning Database manually using Online Hot Backup/RMAN
User id creation, creating necessary roles and granting necessary privileges.
Recompiling invalid objects after database migration.
Dataguard Configuration, Log shipping, Active Dataguard and experience in switchover
Oracle 11g, 12c standalone database installation and RAC database installation.
Following up and troubleshooting with Oracle via metalink Support.
SPOC for decommissioning of oracle databases.
Client :- Qantas Airways
Function :-
Providing 24X7 support to the Oracle Databases (10g, 11g, 12c) hosted on AIX, RHEL, HP-UX, Windows.
Table level/Schema level data refresh from Test/Preprod to production using Export/Import.
Tablespace management, Datafile addition/deletion/resize.
RMAN backup and restoration/recovery.
Creating and managing RMAN catalog databases.
Managing users , roles, privileges and profile management.
Installation of Oracle 11gR2 Grid software and installation and configuration of Oracle 11gR2 RAC.
Managing Oracle 11gR2, 12c RAC databases, Clusterware Management.
ASM administration, Disk group management, Oracle 11g, 12c database patching.
Dataguard set up/configuration, Managing log shipping, Switchover activities.
Monitoring and working on Oracle Enterprise Manager Cloud Conrol 12c.
Writing Shell scripts to automate daily activities.
Oracle Database decommissioning,
UG: B.Tech/B.E. (computer science engineering) from Techno India, Salt Lake, Kolkata, West Bengal in 2015
Other Qualifications/Certifications/Programs:
Oracle database 12c administrator Certified Associate
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 3/4
Nature of Employment: Full Time Duration: Aug 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Database Architect/DBA
Duration: Aug 2016 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Project Location: Kolkata
Role: Database Architect/DBA
Duration: Jul 2015 - Jul 2016
Onsite / Offsite: Offsite
Team Size: 10
IT Skills
Skill Name Version Last Used Experience
Oracle 9i and Oracle 10g and 11g and 12c
Windows, Linux, Solaris ,Unix Platform
Dataguard, RAC,Linux/windows
HP-UX, AIX,Shell Scripting ,RMAN
Oracle Data Pump (Import & Export)
Sql TUNING 2018 3 Year(s) 2 Month(s)
performance tuning 2018 2 Year(s) 2 Month(s)
AWS 2019 1 Year(s) 0 Month(s)
Amazon EC2 2019 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Projects
Project Title: Cerner Corporation (Oracle Database Administration)
Client: Healthcare Clients
Project Details: We provide support and perform the required implementation to the Oracle databases for the Healthcare
clients all around the globe. Our daily activities include Monitoring backups, Oracle DB administration, RAC/ASM
administration, Dataguard configuration and troubleshooting, SQL tuning, Database performance tuning, Shell scripting and
all basic linux administration activities.
Project Title: Helix Support
Client: Qantas Airways
Skill Used: Oracle DBA, Database Administration, RMAN, Expdp, Impdp, Dataguard, Oracle RAC
Role Description: Oracle Database Administration, RMAN backup and recovery, Database creation and decommissioning,
Dataguard set up and administration, Switchover activities, RAC administration, ASM administration, Unix, Shell scritpting,
User and Profile management.
Project Details: The project primarily focused on providing 24X7 support to the Client's application. We the Oracle DBA team
were solely responsible for the smooth operations of the oracle Databases.
Project Title: Daisy Migration
Client: TeliaCompany
Skill Used: Impdp, Expdp, RMAN, Dataguard, Oracle DBA, Database Migration,
Role Description: Database Software installation and database creation, Database migration using impdp/expdp,
transporatable tablespaces, RMAN backup/recovery management, Data guard set up and administration
Project Details: The project was focused on migration of Oracle Databases to 11g/12c hosted on Client's private cloud. The
activities of our team included Oracle Binary installation and database creation in the new infrastructure,database migration
(using impdp/expdp), transportable tablespaces. After successful migration we also provided hyper care support to the
databases till 3 months.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f40084…
https://freesearch.naukri.com/preview/printResume?uname=734177ca8c9ad40b2069516b8b8e9d91580e5b544b14581902451751090f591f4008420213120b5b5f… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 709: Resume 384 with similarity score 0.014306683122404332
Resume Text: B.TECH , BS work from home deep learning , mar , mysql , real estate , natural language processing , models , exploratory data analysis , prediction , resume , quora , edge , machine learning , completion , assessment , it , python , ml , organization , technology , online Assessment
Q1. Why should you be hired for this role?
A serious candidate to foray into the IT industry and work on cutting-edge technologies, preferably AI, Machine Learning, and Deep Learning. I
would like to join an esteemed organization, start with the basics and scale up with speed to next level by working dedicatedly on tasks or
projects assigned.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I'm available to work for next 3 months.
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 7599485547
Piyush Chaudhary
Greater Noida
Applied 08 Feb'21
Natural Language Processing
NLP
Python Deep Learning
MySQL
Bachelor of Technology B.Tech), Mechanical Engineering
GLBITM
2015 - 2019
Senior Secondary XII, Science
JP INTERNATIONAL SCHOOL
CBSE board)
Year of completion: 2014
Applied AI Course
Applied Ai Course, Online
Mar 2020 - Dec 2020
Exploratory Data Analysis on Haberman's Survival data set
Nov 2020 - Nov 2020
https://github.com/SSpiyush
Quora Question Pair Similarity Problem
Oct 2020 - Oct 2020
https://github.com/SSpiyush
Car Brand Prediction using Deep Learning Keras)
Sep 2020 - Sep 2020
https://github.com/SSpiyush
Real Estate Price Prediction using various ML Models
Aug 2020 - Aug 2020
https://github.com/SSpiyush
https://github.com/SSpiyush
https://github.com/SSpiyush
https://github.com/SSpiyush
https://github.com/SSpiyush
Rank 710: Resume 1107 with similarity score 0.014192695630449767
Resume Text: MS , BS it infrastructure manager , system administrator , change management , part time , network support , windows server administrator , full time solar , training , citrix , security , microsoft azure , platforms , linux , capex , status , vmware view , mumbai , testing , fundamentals , ec2 , monitoring performance , operating systems , service delivery management , system administration , forecasting , routers , switches , it audit , infrastructure services , designation , mar , iso 27001 , hindi , cluster , ltd , english , contractual agreements , troubleshooting , budgeting , groups , on site , range , ibm , closure , hyper-v , change management , disaster recovery , capacity planning , dc , documentation , itil , capacity management , javascript , technology , migration projects , keystone , business requirements , reporting , r3 , optimization , general , vendors , affirmative action , lists , opex , uptime , vendor management , maintenance , utilization , unix , resiliency , office 365 , regulations , email , nessus , aws , problem management , information systems , ubuntu , daily operations , data center operations , languages , raid , symantec backup , wsus , life insurance , esxi , engineers , commerce , rbi , it infrastructure management , mac os x , performance reviews , hardening , patch management , codes , high availability , windows server , ug , telecom , qualys , hardware installation , active directory , firewall , information management , authorization , teams , approvals , enterprise , application , xenapp , servers , running , storage , pan , purchasing , backup exec , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f470147…
https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f4701475517170c0e5a0… 1/3
Current Designation: IT Infrastructure Manager
Current Company: BhartiAXA Life Insurance
Current Location: Mumbai
Pref. Location: Mumbai,Mumbai Suburbs,Navi Mumbai
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: Insurance
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Master [Information Management]
Verified : Phone Number | Email - id
BhartiAXA Life Insurance as IT Infrastructure Manager
Sep 2020 to Till Date
Reporting to : Senior IT Infrastructure manager
The major responsibilities include:
Managing Cloud Infra on AWS
Monitoring daily operations, including server hardware, software, and operating systems.
Coordinating technology installations, upgrades, and maintenance.
Selecting and purchasing new and replacement of hardware and software, when necessary.
Testing, troubleshooting, and modifying information systems so that they operate effectively.
Monitoring performance reports for servers / operating systems.
Assuring all IT activities are performed within the parameters of applicable laws, codes, and regulations.
Evaluating technology risks in order to develop a network disaster recovery plan and backup procedures.
Remaining up to date with advances in technology and industry best practices.
Follow - up with Vendor / User directly for all the open points
Review with all Major Vendors on Monthly and Fortnightly as agreed.
Coordination with Business , Application and IBM IMC team for project open points closure
Track and monitor the Infra and Projects open points till closure with IT application team
Coordinate with Infosec team for application related security approvals
Review the Daily Call (Incident & SR) reports and take appropriate action to close loop the pending tickets.
Last Active: 4-Feb-21 Last Modified: 28-Jan-21
Vikas Pawar
IT Infrastructure Manager seeking roles in IT Infrastructure Management,System
Administration,Service Delivery Management,Data Center
Operations,Troubleshooting,Solution Design,Disaster Recovery,Technical
Support,Active Directory,AWS,Azure,Vmware
Key Skills: IT Infrastructure Manager,System Administration,Data Center Operations,Troubleshooting,Solution
Design,Disaster Recovery,Technical Support,Active Directory,AWS,Azure,Vmware,Vendor Management,Cloud Computing
Summary
Multi-certified (AWS, Citrix, Microsoft) with 15 years rich experience in managing server infrastructures and data-center
operations across Windows, Unix, Linux, and Mac OS X platforms.
Deriving business requirements & objectives into IT solution deliverable.
IT Infrastructure project and operational management, covering APAC countries, from solution designing, project deployment
and operational transition. Close engagement with and between local country and global IT team, ensuring strong alignment in
IT Infrastructure aspect.
Effectively plan, install, configure and optimize IT infrastructures to achieve high availability and performance.
Skilled problem identifier and troubleshooter comfortable managing systems, projects and teams in a range of IT environments.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f470147…
https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f4701475517170c0e5a0… 2/3
Coordinate DR / BCP drills with application team and help in getting the sanity check with the help of Vendors
Perform capacity planning activity at regular intervals basis utilization reports and new requirements.
Sodexo SVC India Private Ltd (Benefits Rewards Services)-Sodexo On Site Services (OSS) as
Infrastructure Sr. System Administrator
Jun 2018 to May 2020
Reporting to : IT Infrastructure manager
The major responsibilities include:
Management and administration of Microsoft Azure, AWS, VMware & Hyper-V environment.
Azure /AWS migration projects - planning, documentation, deployment and support.
Azure /AWS cost monitoring and optimization, review of MS Azure contractual agreements.
Creating and updating of technical documentations, SOP's, IS&T policies
VMware Infra support - Administration of 5 ESXi hosts (50+ VM's) in cluster.
Storage -NetApp and QNAP storage maintenance & backup jobs monitoring.
Providing IT Infrastructure services to 400+ employees PAN India
Local Datacenter Support - Maintenance of in-house DC, UPS.
IT Infrastructure project and operational management, covering APAC countries, from solution designing, project
deployment and operational transition
Management of Disaster Recovery solution provided by IBM Resiliency services.
Determined and maintained service level agreements for Sodexo SVC India Pvt Ltd and SLA/performance reviews.
Maintaining the infrastructure & security as per IT Audit requirements
Manage and provide guidance, training to team of 12 IT engineers
Patch management for servers, storage, AWS EC2/RDS instances.
Solar winds monitor tool - configuration, alerts configuration and reporting.
GPO management, server hardening.
Vulnerabilities control and fix - scan tools Qualys Guard & Nessus & apply fixes
Running annual VA/PT by 3rd party security vendor
IT procurements and Vendor Management.
Service Management including incidents management, change management and problem management.
Weekly reporting of infrastructure issues and action plan
Support in budgeting / forecasting for CAPEX / OPEX
Key Achievements:
Administration and active monitoring of 100 + servers
Migration of critical app servers to Microsoft Azure and AWS
Participated in ISO 27001 audit, RBI audit, PWC audits.
Shifting of data center from in-house to CtrlS tier 4 datacenter.
Sodexo OSS (Wipro Infotech-IT Source Technologies Ltd) as Sr. Server Administrator
Jun 2015 to Jun 2018
Reporting to : IT Infrastructure head
Mange and Support MS Azure cloud, Azure migration projects.
Providing IT Infrastructure services to 40,000+ employees PAN India.
Manage and support team of 8 IT engineers
Design & Manage In-house servers, storage to achieve high performance & uptime.
Management and optimization of Citrix, VMware platform
Working and troubleshooting of Active Directory / GPO, DNS, DHCP, WSUS,
Vendor Management for Server / Application.
Preparing and maintaining Change Management, Server Uptime, Capacity Management, Incident Management
documents.
New server hardware installation, RAID creation, OS installation, configuration and patching, backup management
Maintaining and managing user ACL, Distributions Lists and Security Groups.
Rustomjee (Keystone Realtors Pvt. Ltd.) as Citrix and Windows Server Administrator
Sep 2014 to Mar 2015
Reporting to : IT Head
The major responsibilities include:
Managing Data Center hardware (IBM Blades, IBM Storewiz 7000)
Administration of Windows, Citrix XenServer & XenApp Servers, Mailstore Servers
MPLS network support: Network monitoring and Escalations
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f470147…
https://freesearch.naukri.com/preview/printResume?uname=e4ee69612cccb9b868cf4b0f4ed40cd2515c0d5019115d1707454158080a504f4701475517170c0e5a0… 3/3
UG: B.Com (Commerce) from Mumbai University in 2004
PG: Master (Information Management), Part time from IES MCRC in 2015
Other Qualifications/Certifications/Programs:
MCITP Enterprise
AWS Certificated Cloud Practitioner
Microsoft Azure Fundamentals
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2020 2020 4 Year(s)
Microsoft Azure 2020 2020 5 Year(s)
VMware ESXi 4/5/5.1/5.5 5.5 2018 10 Year(s) 10
Month(s)
Citrix Xen Server 5.6/6.2 6.2 2018 10 Year(s) 0 Month(s)
VMware View 5/6 6 2018 5 Year(s) 0 Month(s)
Symantec Backup Exec 2012/2010 R3 2013 2018 9 Year(s) 0 Month(s)
Fortigate Firewall 2020 13 Year(s) 0 Month(s)
WINDOWS SERVER 2019 2020 13 Year(s)
SAN /NAS STORAGE 2020 13 Year(s) 0 Month(s)
SWITCHES AND ROUTERS 2018 10 Year(s)
ubuntu/linux 16 2020 7 Year(s)
ITIL V3 2018 10 Year(s) 0 Month(s)
WINDOWS SERVER 2020 2020 15 Year(s)
Office 365 2020 2020 10 Year(s)
MICROSOFT NAVISION 2020 7 Year(s)
Citrix Xen App 6.5/7.5/7.6 2020 10 Year(s)
Citrix Xen Desktop 5/7.6 2020 10 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 711: Resume 734 with similarity score 0.014105933967116055
Resume Text: B.E , MS , B.TECH application support , web developer , software developer , backend developer , full time api , web development , core java , zope , algorithms , visual studio code , css , access , soap , designation , vue , mar , affirmative action , mysql , hindi , angular , maintenance , azure , test cases , authorization , english , status , postgresql , ecmascript , email , project , application , mongodb , dojo , new features , xml , redis , rest , servers , s3 , debugging , design patterns , languages , storage , django , algorithm development , dropbox , python , javascript , eclipse , drm , ldap , elasticsearch , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170…
https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170216105b080d0… 1/2
Current Designation: Software Developer
Current Company: Interra Systems
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Interra Systems as Software Developer
Jul 2016 to Till Date
Worked as a web developer in product Baton which is a file based quality check tool. Experience with large-scale, cross-
browser applications Added support of Dropbox location in Baton Solely handled various modules in the project.
Implemented a number of end to end new features in the product Solved complicated bugs with strong debugging skills
Demonstrated ability to troubleshoot UI/CSS and javascript issues Added support of REST APIs for various modules
Worked on Xmlrpc and SOAP APIs Knowledge of DRM Servers: Widevine, PlayReady Implemented role based user
access in the project Implemented permission management of resources for users Used APIs of a number of storage
providers like S3, Azure, Dropbox, etc. Wrote unit test cases for all the new features. Familiar with LDAP server
Software Trainee July, 2016 - August, 2016 Looked into detail technical knowledge and various projects at Interra
Systems.
UG: B.Tech/B.E. (Computers) from UTTAR PRADESH TECHNICAL UNIVERSITY in 2016
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RICHA WADHWA
Software Developer seeking roles in Software Development,Application development,
Web development, Fullstack development, backend development
Key Skills: Javascript,Python,C,Core Java,MySQL,Django,Zope,MongoDB,CSS,Data Structures,Elastic
Search,Redis,Postgresql,System Design,Backend Developer,Web Developer,Algorithms,Algorithm Development,Software
Engineering
Summary
Skilled professional with 5 years of experience in Software Development,Application Programming,Coding,Web Development,
Application Support,HTML,Javascript,Python,C,Core Java,MySQL,Django,Zope,MongoDB,CSS,Data Structures
Work Experience
Education
IT Skills
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170…
https://freesearch.naukri.com/preview/printResume?uname=449d8f61bf941ff88a89a814e57cc9fb505b5d041e425d180144125e0c0c5448460e170216105b080d0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
EcmaScript, Angular, Vue
Django, Zope, Dojo, HTML
XML, CSS
Elasticsearch, ZODB, MySQL
POSTGRES
CSS3, MongoDB, Redis
REST, XMLRPC, SOAPRPC, API
TCP/IP, HTTP, OOPS, Design Patterns
Eclipse, Visual Studio Code
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 712: Resume 899 with similarity score 0.014101638462606148
Resume Text: B.E , MS , B.TECH , BS training executive , enterprise application developer , devops , software developer , full time finalization , software integration , mock , test cases , macos , enterprise software , node.js , technical training , status , bug tracking , specifications , test systems , express , doctors , testing , technical design , features , fundamentals , html5 , sass , coordinated , react.js , gamification , devops , hindi , windows , json , english , code review , web applications , project , live , system requirements , mvc , c++ , git , soft skills , documentation , javascript , artificial intelligence , general , healthcare , team management , lms , affirmative action , mysql , maintenance , customer requirements , bootstrap , architecture , email , aws , responsive web design , ubuntu , spice , edge , camp , languages , quiz , learning management , management system , apps , ajax , codes , payment gateways , software solutions , authorization , internet , excel , requirements gathering , alchemy , led , debugging , framework , preparation , e-commerce , events , communications , community groups 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a43…
https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a435712130d5d0f5… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
9thblock as Front-end Developer
Feb 2020 to Apr 2020
Key Result Areas:
Planned, designed, coded, analyzed, and conducted test systems for applications; developed and executing unit/ basic/
functional test cases & framework
Mapped requirements and provided customized software solutions involving finalization of product specifications and
selection of appropriate techniques; conducted system study and coordinated with team members for System Design &
Integration, Application Maintenance and so on
Developed web applications for while considering business and system requirements
Performed requirements gathering, analysis development and testing
Maintained project, drafts, files, codes and scripts in an organized manner that allows other team members to make
edits/suggestions/ changes
Participated in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
of proposed applications
Interacted with the clients for updating them about the status of project
Provided technical support in the design and development of enterprise software applications; assisted in the
development of new systems or enhancement of existing systems based on customer requirements
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PARTH KHER
Front-end Developer seeking roles in Software Development Life Cycle,Full Stack
Development,Software Development,Full Stack Development,Application
Development,Coding,Code Review,Bug
Tracking,Debugging,Design,Architecture,Team Management
Key Skills: front-end developer,software developer,software development,full stack development,application
development,code review,bug tracking,debugging,design,architecture,team
management,react.js,javascript,node.js,bootstrap,responsive web design,html5
Summary
A result-oriented professional; offering over 3 years of experience in design,
development, solution providing, problem resolution of applications
Previously associated with 9thblock, Bengaluru as Frontend Developer;
successfully developed fully functional responsive prototypes basis business
requirements using HTML5, CSS3, JavaScript, and React
Exposure of developing website mock-ups for clients and ensuring quality
control before project development phase
Worked on several projects gathering experience across Flight Booking
Services, Social Networking Platform, Learning Management System, and
Healthcare Platform
Worked with Express MVC framework for NodeJS and created routes required
for delivering data to the frontend
Experienced in managing the complete Software Development Lifecycle
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a43…
https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a435712130d5d0f5… 2/3
Alchemy Info-Tech as Enterprise Application Developer
Dec 2018 to Dec 2019
Spice Jet's Flight Booking Services
Successfully developed a responsive web app for Spice Jet's domestic flight
booking services with payment gateways
Scheduled functionalities as well as supervised software integration and
technical training on client's end
Edge Verve Social Networking
Platform
Established and sustained sound relationships with Edge Verve and actively
led the team towards development, and timely project execution
Rendered technical training for a social networking platform with features
like bulk upload of members by admin, community groups, events & so on
Learning Management System (LMS)
Built LMS for open markets/ corporate use with features like upload of
courses via excel, live classrooms, quiz system, gamification, practice labs,
and in-build code editor
Healthcare Platform
Coached & mentored a 6-intern team to build a healthcare platform for
effective and quick communications between Doctors and Patients
NIIT as Software Training Executive
Jun 2017 to May 2018
Highlights:
Successfully spent over 100 hours in providing Artificial Intelligence training to BCA final year students
Trained & mentored second year B.Voc. students (40+) on Fundamentals of C++ Programming
Planned & organized Soft Skills Training Camp which was attended by over 300 students within 9 days
UG: B.Tech/B.E. (Computers) from Maharishi Markendeshwar Engineering College, Ambala,Mullana in 2016
Other Qualifications/Certifications/Programs:
ertification for Java Enterprise Apps with DevOps
Education
IT Skills
Skill Name Version Last Used Experience
windows and macos
HTML5, CSS3, JavaScript, JSX, SASS,
AJAX, JSON, and Axios
: GIT, VSCode, MySQL
React.js 0 2 Year(s) 0 Month(s)
Node.js 0 2 Year(s) 0 Month(s)
BOOTSTRAP 0 3 Year(s) 0 Month(s)
AWS 0 2 Year(s) 0 Month(s)
UBUNTU 0 2 Year(s) 0 Month(s)
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a43…
https://freesearch.naukri.com/preview/printResume?uname=cbcd0c513cde3e8ca9098283acd2f5e3515b0f56424558455647100a59005919450a435712130d5d0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
kashmiri
Rank 713: Resume 692 with similarity score 0.014095642711366393
Resume Text: B.E , MS , B.TECH , BS certified scrum master , associate , pmp certified project manager , senior software engineer , solution architect , full time , team lead , technical lead api , magento , slack , general , retrospectives , scrum , ms project , ug , developers , affirmative action , design , csm , collaboration , angular , cloud , hindi , maintenance , authorization , risk , office 365 , english , teams , status , management professional , timelines , stakeholder management , email , tracker , business analysis , application , project governance , aws , agile project management , less , bitbucket , saas , webex , computer science , delivery of projects , languages , vapt , e-commerce , cisco , development projects , end-to-end project management , python , reviews , javascript , jira , end to end delivery , pmp , metrics , program management , conflict management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b43…
https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b435617420d555f5… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Trivandrum,Kochi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Edkal Technologies Pvt Limited (www.edkal.com) as Technical Lead
Dec 2018 to Jul 2020
o Responsible for end-to-end Project Management , Create Project Plan, Setup and Manage a team of 14 UI developers,
Project Governance.
o Responsible for Delivery of Angular material design & API integration with Micro Services and callout the dependencies
o Conduct daily stand-ups, Sprint reviews & Sprint retrospectives.
o Monitor Risks, Issues, Changes, Timelines, Quality Management, VAPT fixes.
o Prepared Operational Process Tracker, Operation Process Metrics, Daily / Weekly Status report and shared with senior
managers.
Idea Bean Software Pvt Limited as Project Manager
Jul 2016 to Nov 2018
Edkal Technologies Pvt Limited as Project Manager
Nov 2005 to Jun 2015
Sami Labs as Senior Software Engineer
Apr 2005 to Oct 2005
Software Fusions Limited as Programmer
May 2001 to Apr 2003
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
AFSAL
PMP Certified Project Manager, Certified Scrum Master with 16 Years in IT Industry
out of which 11 Years in managing end to end delivery of projects within allocated
schedule & budget.
Key Skills: IT Project Management,Delivery Management,PMP,Scrum Master,AWS,CSM,ERP,PMO,Project
Management,Business Analysis,SDLC,Cloud,Risk Management,Agile,Conflict Management,MS Office,SAAS,Project
Planning,E-commerce,Python,Program Management
Summary
PMP Certified Project Manager with overall 16 Years of experience in IT industry out of which 11 Years in Project Management
role. I did my B.Tech in Computer Science and Engineering from University of Calicut, Kerala. Certified Scrum Master (CSM)
from Scrum Alliance.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b43…
https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b435617420d555f5… 2/3
Responsible for programming the business requirement tasks given by the team lead, custom ERP development projects
UG: B.Tech/B.E. (Computers) from University of Calicut, Kozhikode in 2000
Other Qualifications/Certifications/Programs:
Project Management Professional
Certified Scrum Master
AWS Certified Solution Architect Associate
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 3 Year(s)
Office 365 2021 10 Year(s) 0 Month(s)
MS Project 2019 5 Year(s)
JIRA 2021 4 Year(s) 0 Month(s)
Click up 2021 3 Year(s) 0 Month(s)
Bitbucket 2021 2 Year(s) 0 Month(s)
MAGENTO 1.9.1.1 2018 2 Year(s) 6 Month(s)
Delivery Management 2020 8 Year(s)
PROJECT MANAGEMENT 2021 11 Year(s) 0 Month(s)
Agile Project Management 2020 6 Year(s)
WATERFALL 2017 12 Year(s)
Develop and Track Budget 2020 9 Year(s)
PROCESS IMPROVEMENT 2020 11 Year(s)
SLACK 2021 2 Year(s) 0 Month(s)
MS Teams 2021 3 Year(s) 0 Month(s)
Cisco webex 2021 2 Year(s) 0 Month(s)
Cross Functional Collaboration 2020 11 Year(s)
RISK MANAGEMENT 2020 11 Year(s)
Stakeholder Management 2020 11 Year(s)
BUSINESS ANALYSIS 2020 16 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b43…
https://freesearch.naukri.com/preview/printResume?uname=2e260057ca61bbf8f94a72860ed08dc70b0e5f534a400e100310470b545d531c455b435617420d555f5… 3/3
Category: General
Physically Challenged: No
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 714: Resume 1427 with similarity score 0.014074101788484679
Resume Text: M.TECH , BS , B.E , MS , B.TECH application support , full time , software developer midstream , onboarding , core java , robotics , interview , joining formalities , citrix , designation , use case , affirmative action , hindi , maintenance , windows , english , meters , authorization , status , resumes , excel , agile , sql , email , project , meter reading , gas , application , dcp , linkedin , less , mumbai , steps , fixing , testing , latex , matlab , obc , debugging , languages , clear , process automation , oxygen , 365 , javascript , workflow , web 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c43…
https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c430a18410d5b0d… 1/3
Current Designation: RPA Developer
Current Company: Predikly Technologies
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Predikly Technologies as RPA Developer
May 2019 to Till Date
RPA Developer(Automation Anywhere).
UG: B.Tech/B.E. (Computers) from Amrutvahini Sheti and Shikshan Vikas Sanstha's Amrutvahini College of
Engineering in 2016
PG: M.Tech (Computers) from Walchand College Of Engineering in 2018
Other Qualifications/Certifications/Programs:
Automation Anywhere Certified Master RPA Professional - Version 11
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mrunal Gondhali
RPA Developer(Automation Anywhere) seeking roles in Application
Development,Application Maintenance,Application Support,Requirement
Gathering,Requirement Analysis,Debugging,Bug Fixing,Coding,Testing,Client
Management,Core Java,Dot.net
Key Skills: software developer,application support,requirement gathering,debugging,bug fixing,testing,client
management,automation anywhere,process automation,agile,automation,robotics,bot,rpa developer,.net,sql,excel,ui
path,aa certified,metabots,A 2019 ,Java
Summary
Having 2+ years of IT experience with various technologies like Java, SQL, and Automation Anywhere.
Automated several complex business processes to minimize human intervention and provide more accuracy and added
more value to the business.
Worked with windows, web application automation. End to end process automation using Automation Anywhere
Worked with Metabots in Automation Anywhere bots.
Good understanding of the Software Development Life Cycle.
Flexible and versatile to adapt to any new environment and work on any project.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c43…
https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c430a18410d5b0d… 2/3
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: May 2020 - Aug 2020
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Aug 2019 - Dec 2019
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: May 2019 - Aug 2019
Onsite / Offsite: Offsite
Team Size: 5
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere 11.X 2020 2 Year(s) 1 Month(s)
Automation Anywhere A2019 2020 1 Year(s) 0 Month(s)
dot.net 2015 2019 0 Year(s) 3 Month(s)
CORE JAVA Oxygen IDE 2019 0 Year(s) 3 Month(s)
LATEX ShareLaTex 2018 3 Year(s) 3 Month(s)
MATLAB a2015 2018 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
hindi Proficient
Marathi Expert
Projects
Project Title: HR Recruitment & Onboarding Process
Client: Predikly's Internal Project
Skill Used: Automation Anywhere.
Role Description: 1. RPA Developer, analyzing the requirement and developing accordingly.
2. Discovering different workflow to efficiently gather data.
3. Creating architectural structure for data and workflow efficiency.
Project Details: This bot included HR Recruitment Process which is divided into 4 steps
o Process 1 Download candidates resumes as per JD (from Naukri and Linkedin).
o Process 2 Schedule Interview.
o Process 3 Request Documents
o Process 4 Joining formalities
Project Title: Third Party Volume
Client: DCP Midstream
Skill Used: Automation Anywhere
Role Description: Gathering Requirements, having daily stand up meetings for clear understanding of the requirement of the
use case.
RPA Developer, analysing the requirement and developing accordingly.
Discovering different workflow to efficiently gather data.
Project Details: This bot included 50+ pdfs in different Formats from which the gas flow meter reading and different
parameters associated to gas were to be extracted for multiple meters and submitted to the system named Flowcal.
Project Title: EBB Gas Flow Measurement Process
Client: DCP Midstream
Skill Used: Automation Anywhere.
Role Description: 1.Gathering Requirements, having daily stand up meetings for clear understanding of the requirement of
the use case.
2.RPA Developer, analysing the requirement and developing accordingly.
3.Discovering different workflow to efficiently gather data.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c43…
https://freesearch.naukri.com/preview/printResume?uname=4261e5ba3bc97599482e106e375f79b95f540e034f1a0a185116145b5d5b5443120c430a18410d5b0d… 3/3
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: 1. This bot included in total of 130 portal from which the gas flow meter reading and different parameters
associated to gas were to be extracted and submitted to the system named Flowcal.
2. The recursion period of this process is 3 times per day and for 365 days.
3. Portal included variety of client website, Citrix application and client desktop application.
Rank 715: Resume 1251 with similarity score 0.014030180441296912
Resume Text: B.E , MS , B.TECH scrum master , technical architect , field agent , solutions architect , sr. manager , cto , associate , devops , product development , head of product , ceo , full time , investor , assistant general manager , vp , balancer training , business case , microsoft azure , workshops , digital , entrepreneurs , status , product management , mumbai , business strategy , features , fundamentals , building , reach , gtm , graph theory , byod , google analytics , cms , writers , ecommerce , automation , technical leadership , devops , open source , designation , confluence , mar , iso 27001 , hitrust , hindi , ltd , english , agile , project , mobile apps , telemedicine , mongodb , microservices , business operations , bigtable , job satisfaction , geocoding , social networks , one , javascript , campus , demos , artificial intelligence , bfsi , dynamic routing , reporting , web development , optimization , general , scrum , developers , affirmative action , camps , collaboration , maintenance , architecture , email , business units , aws , android , languages , platform development , google api , dashboards , engineers , jira , online , overhaul , happiness , mothers , jenkins , asset tracking , b2c , adapter , chemistry , scratch , remote locations , visualization , internet , ios , authorization , screening , windows ce , models , transparency , application , map , walkthroughs , government , hiring , framework , mobile web , technology management , cloud computing , load , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d185…
https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d18514017585b5d5… 1/3
Current Designation: Head - API, Platform Development
Current Company: CloudCover Consultancy Pvt. Ltd
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Systems]
Verified : Phone Number | Email - id
CloudCover Consultancy Pvt. Ltd as Head - API, Platform Development
Feb 2019 to Till Date
Responsibilities
Part of the Leadership team at CloudCover (STTelemedia funded startup; HQ: Singapore)
Responsible for Engineering efforts of API and Platform development across all the Business
Units of CloudCover: Consulting Services, Solutions & Products
Reporting to CEO & CTO
Managing the P&L, and adhering to the budget [USD 1.5 million] for these Business Units
Design various processes to attract and retain talent
Leading a diverse engineering team of Developers, DevOps Engineers, QA Engineers,
Technical Content Writers [Current team size: 13; will reach 20 by Dec 2020]
Ensuring excellence in execution, quality of delivery, speed and accuracy of engineering
Product Management of CloudCover Media Solution on AWS [Currently in GTM stage]
Provide development & technical leadership for Business Operations (BizOps) product
Work closely with other engineering team in building a DevSecOps platform for BFSI domain
Actively providing support towards ISO 27001, HiTrust certification for CloudCover
Key Initiatives & Achievements
Hiring the right talent: identifying key roles, designed a feedback driven hiring process
Learning & Development: set up workshops, hackathons and tech talks to upskill team
Numerous initiatives and process improvements to streamline working, changing the
mindset of team to be more organized, increase employee happiness and job satisfaction
Defined & built Business Dashboards for CXOs to provide visibility and bring transparency;
got appreciation from CEO for the resulting product
Achieved consistent >90% rating from my team as manager feedback
Our team delivered, production grade, Telemedicine product from scratch, in under 4 weeks,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Rahul Yashawant Doiphode
Head-API, Platform Development seeking roles in Technology Management,Cloud
Computing,Requirement Gathering,Application Programming,System Analysis,Project
Management,Client Management,Web Development,Agile Methodology,AWS
Key Skills: Head-API, Platform Development,Head/VP/GM-Technology/CTO,Technology Management,Cloud
Computing,Requirement Gathering,Application Programming,System Analysis,Project Management,Client
Management,Web Development,Agile Methodology,AWS
Summary
Result-oriented Professional with over 10 years of experience in Technology Management,Cloud Computing,Requirement
Gathering,Application Programming,System Analysis,Project Management,Client Management,Web Development,Agile
Methodology,AWS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d185…
https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d18514017585b5d5… 2/3
which was used for screening COVID patients in camps for Singapore government
Our team is building an open source adapter in collaboration with Google to help anyone
migrate from AWS DynamoDB to GCP Spanner/BigTable; this is result of success in one of our
key projects with one of the largest vernacular social networks in India
Our team has collaborated to create various playbooks: Development Best Practices; Secure
Coding Guidelines, API Automation framework (QA)
XpressBees Logistics as Head of Product Management / Assistant General Manager - Product
Apr 2016 to Jul 2018
Responsibilities
Part of Senior Management team, heading Product Management department
Lead a 10-member Product team of Product Managers, Assistant Product Managers,
Business Analysts
Reporting to CEO (till April 2017), then into VP - Technology (May 2017 onwards)
Part of team responsible for Investor relations, providing Product & Technology demos &
walkthroughs, SPOC for strategic clients (SnapDeal, ShopClues, Bajaj FinServe)
Responsible for defining the product roadmap across entire logistics platform (11 Products)
Leading Product on entire Logistics Platform re-architecture project (ScaleX)
Key Initiatives
ScaleX project: complete overhaul of the XpressBees logistics platform from scratch, keeping
scale in mind, with new, optimized product flows on the Preact-NodeJS-MongoDB stack and
with microservices architecture
Working closely with a Technical Architect for complete CI/CD work-flows (TDD,
Git-Codereview, Jenkins, Dockers)
Key projects: Address Geocoding, Real-time map-based field agent and asset tracking, Automated routing in first & last
mile, Dynamic Routing & Cost optimization engine to
optimize middle mile, Network Planning & Visualization using Graph theory, Dynamic volume
allocation/load balancer engines for allocating volumes
Product and technical implementation of the Remote Service Centre model - promoting
entrepreneurs, enabling a single person to do the complete logistics operations even in
remote locations via BYOD android mobile app
Setup frameworks for requirement evaluation, as business case, this helped to create
business level prioritization
Conducted product development in both SCRUM (agile) & waterfall models
Spearheaded the strategy and execution of Mobile apps portfolio (Android, Windows CE)
Unified app (Field Agent) - a BYOD android app to cater to all types of services for first & last
mile operations
Improved product processes to streamline requirement gathering, solutioning and execution
Regularly visited key clients along with BD team to provide tech & product solutions for
client's pain points
FirstCry.com as Head of Product - WorldOfMoms.com Business Unit / Sr. Manager - Product
Oct 2015 to Mar 2016
Responsibilities
Head of Product Management for WorldOfMoms, Reporting to VP - Product, FirstCry.com
WorldOfMoms.com is a B2C community and content rich platform centred around mothers
Lead a 4-member product team (1 PM, 3 APMs) along with 2 Product Interns
Responsible for defining digital strategies, features & product roadmap for entire platform
across front end desktop web, mobile web, Android, iOS app as well as backend CMS
UG: B.Tech/B.E. (Bio-Chemistry/Bio-Technology) from University Of Pune, Pune in 0
PG: MBA/PGDM (Systems) from Indian Institute of Management (IIM), Ahmedabad in 2014
Other Qualifications/Certifications/Programs:
MS MIA (Exchange Semester 3 months full time on-campus)
AWS Certified Solutions Architect-Associate
AWS Certified Cloud Practitioner
Scrum Master +Agile Scrum Training
Harvard Business School Online
Artificial Intelligence: Implications for Business Strategy
Digital Product Management: Modern Fundamentals
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d185…
https://freesearch.naukri.com/preview/printResume?uname=a79f057d3ac9cf79b4e359e34a39eeae580f0f594b160b1906184358585f571f160d18514017585b5d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
GCP 2020 2 Year(s) 0 Month(s)
Microsoft Azure 2020 1 Year(s)
JIRA 2020 5 Year(s)
CONFLUENCE 2020 5 Year(s)
Google Analytics 2018 4 Year(s)
GOOGLE API 2020 6 Year(s)
Languages Known
Language Proficiency Read Write Speak
Marathi Proficient
Hindi Proficient
English Expert
Rank 716: Resume 1413 with similarity score 0.014017939977814104
Resume Text: B.E , MS , B.TECH , BS security consultant , delivery lead , it professional , change management , full time , team lead , sap basis consultant , solution manager sus , core java , security , partition , platforms , linux , project planning , ssl , status , specifications , ccms , ibm aix , testing , components , solaris , restoration , crm , engagements , access , sap project management , designation , deliverables , hindi , windows , english , 12c , os migration , performance tuning , change management , srm , c++ , computer science , notes , process management , maxdb , javascript , business requirements , disk , release strategy , database tools , general , performing , team management , affirmative action , information technology , project plans , add-ons , service delivery , sap projects , strategic planning , email , business units , data pump , project delivery , hp , languages , instructions , balance , sap implementation , management system , sap hana , system monitoring , ug , oracle database , azure , authorization , go , kernel , application , requirements gathering , sap bi , sony , electronics , solman , system performance , pcm , offshore , replication , landscape , rebuilds , it operations management , schedules , load , data guard 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e10…
https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e100442485d0e5a… 1/3
Current Designation: SAP Certified BASIS & HANA Consultant
(Serving Notice Period)
Current Company: Accenture
Current Location: Faridabad
Pref. Location: Delhi / NCR
Functional Area: IT Software - ERP / CRM
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Accenture as SAP Certified BASIS & HANA Consultant (Serving Notice Period)
Nov 2014 to Till Date
Key Result Areas:
Leading a team of 15 person and working as an Offshore Basis Delivery Lead
Participating in the project planning and delivery, production support, monitoring, SAP Software upgrades, support
packs and performance tuning of SAP Environments, ensuring the efficient and secure operation of the SAP systems
Planning and implementation of Oracle 12c upgrade strategy throughout the landscape with multiple systems
Maintaining the database healthy and secure by applying the regular security and performance interim patches
Monitoring SAP HANA systems, overall system status and resource usage, status and resource usage of system
components, system performance, disk and memory usage
Performing:
SAP HANA system refresh (Multi node to single node and Single node to Single node)
HANA System replication setup to the DR environment
HANA table reorganization, partition of huge tables and distributed across nodes to balance the load on all the nodes
Regular basis standard tables housekeeping and tablespace administration, table & tablespace reorganization and
index rebuilds on regular basis to improve the performance
Managing SAP HANA users their authorizations and access, Hana Backups and restoration
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
GAURAV MANGLA
SAP HANA Basis Team/Offshore Lead seeking roles in SAP Project
Management,Requirement Gathering,Strategic Planning,IT Operations
Management,Technical Support ,SAP Implementation,Service Delivery,SAP
methodologies,Team Management,SAP Release Strategy
Key Skills: SAP HANA Basis Team/Offshore Lead, SAP Project Management,Requirement Gathering,Strategic
Planning,IT Operations Management,Technical Support ,SAP Implementation,Service Delivery,SAP methodologies,Team
Management,SAP Release Strategy
Summary
Rising Technology Executive, offering nearly 14 years of experience in directing large engagements with notable success in
leading design, development & delivery of complex project across domains
Expertise in SAP implementation including requirements gathering, planning and scoping, application design, configuration,
testing, deployment, and post go-live support
Impactful IT Professional with enriched knowledge of managing project management activities, project planning, design,
scope definition, estimation, resource administration, process management and compliance with quality standards; ensuring
project delivery within time, cost and quality specifications
Skilled in planning and executing the development of SAP HANA S/4 and as a part of evaluation of platforms to implement SAP
across all business units
Managed SAP HANA users their authorizations and access; executed regular system refresh activities of both ECC and BW
systems
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e10…
https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e100442485d0e5a… 2/3
Executing regular system refresh activities of both ECC and BW systems using standard database tools
Spearheading projects from planning to execution; implementing the project plans within preset budgets & deadlines
Developing management plans of projects with regard to work and resources needed; maintaining a detailed plan for
showing resource needs, budget, time schedules and deliverables
Leading & managing SAP projects including project life cycle and providing support on technical and project related
issues
Supporting technical implementation of SAP Systems entailing mapping of business requirements (As-Is & To-Be
Analysis), & contributing towards change management
Deploying correction instructions as per SAP for fix reported bugs; approving & downloading suitable SAP support
packages; deploying SAP support packages as a process of SAP Release Strategy
Computer Science Corporation as SAP Senior Basis Consultant
Sep 2012 to Nov 2014
Key Result Areas:
Performed
OS Migration from Solaris to Linux using data pump
Content Server Installation
ECC, SRM, CRM & Solman Upgrade
o SAP BO 4.0 Installation in Linux
Kernel upgrade and ABAP / Java SPS Update using SPAM/JSPM/SUM
System monitoring - SAP Workload, update fail, locks entries, system Log, ABAP Dumps, background jobs monitoring,
spool monitoring, parameter tuning
Oracle database Reorganization using BRTOOLS
Hardware & datacenter Migration of SAP Systems
Managed System Refresh of ECC, BI, SRM, SUS, SCM, LC, BPC & Content server
Transport Management System, Operation Modes
Applied Support Packs & Add-ons, Applying SAP Notes
Monitored PI & EP system
Configured:
SAP Printers & Unispool
Oracle DR using Data Guard
SSL in PI System
Executed:
EWA and CCMS Configuration on Solution Manager
SSO setup between ABAP & Java
Oracle Upgrade from 10g to 11g, 9i to 11g
ECC EHP7 Update
Oracle Version update & patching via Mopatch utility
Sony India Private Limited as SAP Basis Consultant
May 2011 to Sep 2012
SAP Basis & Security Consultant
Tata Consultancy Services (TCS) as SAP Basis Consultant
May 2007 to Apr 2011
Working as SAP Basis Consultant, Perform System copy, system refresh, client copy and other basis related activities.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Maharishi Dayanand University (MDU), Rohtak in 2006
PG: MBA/PGDM (Information Technology) from Amity University in 2018
Other Qualifications/Certifications/Programs:
HANA 2.0 SPS04 Certified
SAP OS/DB Migration Certified
Azure Fundamental AZ-900 Certified
Education
IT Skills
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e10…
https://freesearch.naukri.com/preview/printResume?uname=347e8ee1d008627873c2ba386f9526825d5f0d504f4058140213425a5b0f051b460e100442485d0e5a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
JSPM, Configtool, VA
Quicksizer, SUM
SAP Net weaver 04
SAP Net weaver 7.0, R/3 4.7
SAP ECC 5.0, ECC 6.0, SAP BI 7.0
Solution Manager 7.0, EHP1
SAP BO PCM 3.5
C,C++, core java
IBM AIX 5.2, 5.3, 6.1
HP UX 11.11, 11.23
Windows 2003, 2007
Oracle 9i, 10g, 11g, MaxDB 7.0
Languages Known
Language Proficiency Read Write Speak
english
hindi
Rank 717: Resume 904 with similarity score 0.01392446232865184
Resume Text: B.E , MS , B.TECH , BS application support , python developer , applications developer , web designer , software developer , full time , development associate javascript frameworks , api , react.js , award , web development , redux , functionality , computing , general , migrating , client-focused , visual studio code , css , access , designation , developers , affirmative action , health , web services , hindi , angular , white box testing , maintenance , typescript , sorting , test cases , business logic , alm , english , advanced , diagnose , authorization , bootstrap , welfare , status , enterprise , test environments , customer service , email , sql , integration testing , store , application , project , rally , mongodb , next gen , bitbucket , rest , writing , estimates , servers , git , resolve , debugging , languages , django , system testing , agile environment , putty , html5 , flask , state management , triage , cap , task management , python , cms , form , jira , eclipse , search , layout , technology , client side 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185…
https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185644420c5c5b05… 1/3
Current Designation: Applications Developer
Current Company: Telus International (Xavient)
Current Location: Noida
Pref. Location: INDIA
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Telus International (Xavient) as Applications Developer
Jul 2019 to Till Date
Tool provides in monitoring number of incidents, releases, deployments in the form of tickets. By help of this tool we can
track the full detail of it and can edit it.
Technologies I am using Python, Django, React JS, MongoDB, Redux
Ensuring excellent customer service through the application of customer support skills, business, and technical knowledge
to triage, diagnose, troubleshoot, and escalate or resolve customer application issue
Gathering requirements from the client, preparing estimates & requirement specification, and developing technical
specification documents along with team members
Closely working with developers to highlight the issues related to the tool and following-up until the resolution
Managing and deploying the Code on all Test Environments according to quarterly releases and ensuring the correct code
has gone into the Environments
Conduent (erstwhile Xerox) as Software Development Associate
Oct 2017 to Jul 2019
Last Active: 5-Feb-21 Last Modified: 28-Jan-21
Arpit Goel
Python Developer having overall 4 years of experience with a wide variety of Projects
and worked with technologies like Python, Django, ReactJS, Redux, MongoDB, SQL,
Angular 6, Git, Rest API, Web Services, JavaScript with Agile environment.
Key Skills: Python, Django, React.Js, redux, Rest API, MongoDB, SQL, Angular 6, Javascript, Html5, Software
Development, Web Development, Requirement Gathering, Agile, CSS, Bootstrap, Debugging, Application Programming
Summary
Client-focused professional, with overall 4 years of experience in web development; notable success in design, development &
deployment of complex projects & innovative solutions
Extensive experience in Python, Django, ReactJS, Redux, Rest API, MongoDB, Angular 6, Ngrx, HTML5, CSS3, Web Services,
and JavaScript
Proficient in Writing Test Cases for - Functional & Integration Testing and Python code White box testing & Wrote Python Scripts
Hands-on in web-based development experience with various JavaScript Frameworks
Proven Professional Skills: Honored by Feather in the Cap Award from Conduent
Managed technical inquiries, proactively managing all development as well as application support issues, and maintaining the
stability of Compliance's Software Products
Knowledge of End-To-End Development of Software Products from requirement analysis to designing, coding, testing,
debugging, implementation & maintenance
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185…
https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185644420c5c5b05… 2/3
Savanna is a CMS and internal tool of Conduent, used to store files on servers. It is currently working for Health & Welfare
project
Performed development in Python, Django, ReactJS, Redux, MongoDB, and verification of business logic
Responsible for development and verification of business logic and system testing
Utilized Jira and ALM HPQC for task management
Webspread Technologies as Web Designer
Jul 2016 to Feb 2017
Designed website layout with Angular 6, Ngrx, Bootstrap, CSS3 & JavaScript
Developed and maintained the front end functionality of websites and wrote cross-browser compliant HTML5, CSS3 &
JavaScript
UG: B.Tech/B.E. (Computers) from Invertis Institute of Engineering Technology, Bareilly in 2016
PG: PG Diploma (Advanced Computing) from Centre for Development of Advanced Computing (CDAC) in 2017
Nature of Employment: Full Time
Project Location: Noida
Role: Sr. Programmer
Duration: Nov 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
Django, ReactJS, Redux, Rest API
Flask, Angular 6
Ngrx, HTML5
Visual studio code, GIT
RALLY
Jira, HPQC, Bitbucket
Eclipse, Putty
Python, Typescript
JavaScript
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Charter- Enterprise Web Services Tool
Client: Charter Global
Skill Used: Python, Django, ReactJS, Redux, MongoDB
Role Description: Responsible for development in Python, Django, ReactJS, Redux, MongoDB by state management and
verification of business logic.
Involved in making impact analysis for any changes or new implementation.
For task management we use Agile Rally.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185…
https://freesearch.naukri.com/preview/printResume?uname=d6a04b28f41e4df21ba455eba8ff0098095a5f544e175b1355421251590c534f130f185644420c5c5b05… 3/3
Nature of Employment: Full Time
Project Location: Noida
Role: Programmer
Duration: Jul 2019 - Nov 2019
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Noida
Role: Programmer
Duration: Oct 2017 - Jul 2019
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Noida
Role: Programmer
Duration: Jul 2016 - Feb 2017
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Tool provides in monitoring number of incidents, releases, deployments in the form of tickets. By help of this
tool we can track the full detail of it and can edit it. We implemented search by text, search by date period and sorting of
tickets for easiness to track the status of tickets.
Project Title: Einstein Next Gen Angular Migration
Client: Comcast
Skill Used: Python, Django, MongoDB, React.Js, redux
Role Description: Responsible for development/verification of business logic and system testing.
Unit test cases and Involved in making impact analysis for any changes or new implementation.
Project Details: The Project is migrating the existing comcast application into Python and ReactJS for state management on
client side. The Purpose of migrating this to new technology to make project more maintainable and fast access
Project Title: Savanna
Client: Verizon
Skill Used: React.Js, redux, Python, Django
Role Description: Responsible for development and verification of business logic and system testing.
Involved in making impact analysis for any changes or new implementation.
For task management we use Jira and ALM HPQC.
Project Details: Savanna is a CMS and internal tool of Conduent. Used to store files on servers and from there directly call
from portal. It is currently working for Health & Welfare project of various clients like Verizon, Boeing, Energizer, etc.
Project Title: Freelance
Client: others
Skill Used: Angular 6, Ngrx, Bootstrap, HTML5, CSS3 & Javascript
Role Description: Responsibilities included designing website layout using Bootstrap, CSS3 & Javascript.
Developing and maintaining the front end functionality of websites.
Writing cross-browser compliant HTML5, CSS3 & JavaScript.
Project Details: Responsibilities included designing website layout using Angular 6, Ngrx, Bootstrap, CSS3 & Javascript.
Developing and maintaining the front end functionality of websites.
Writing cross-browser compliant HTML5, CSS3 & JavaScript.
Rank 718: Resume 1256 with similarity score 0.013922346912648383
Resume Text: M.TECH , BS , B.E , MS , B.TECH build engineer , system analyst , full time , software developer automation , web development , general , jenkins , kubernetes , designation , ug , confluence , pages , affirmative action , technical architecture , hindi , cloud , docker , linux , mcafee , maintenance , ltd , vim , authorization , english , penetration testing , status , email , project , application , aws , gcov , ecs , s3 , c++ , git , shell scripting , ec2 , framework , athena , visio , coverity , pycharm , languages , code coverage , word , python , javascript , technology , load , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 1/2
Current Designation: SDET
Current Company: McAfee Software Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
McAfee Software Pvt. Ltd. as SDET
Dec 2018 to Till Date
Projects Brief
1. Worked on a project to integrate McAfee services in Cloud (AWS)
environment.
2. Design and development of automated Performance and Soak Job
using Python and Jenkins as Front-end interface.
3. Automation to integrate and get code coverage using Bullseye.
4. Client tool development to test server with malicious request as the part
of penetration testing.
5. Automate multiple manual Jobs in Physical and AWS environment
6. Involved in patching the CVEs in Linux machines
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2015
PG: M.Tech (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
DEEPAK KUMAR
(Serving Notice period 22/02) System Tools and Build Engineer,SDET seeking roles in
Software Development,Application Programming,Web Development,Project
Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP, Docker, Kubernetes,
GIT, Automation.
Key Skills: System Tools and Build Engineer,SDET,System Analyst,System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C,
AWS, GCP, Docker, Kubernetes, Automation
Summary
Result-oriented Professional with over 2 years of experience in System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP,
Docker, Kubernetes, GIT and Automation Framework
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
EC2, ECS, S3, EBS
DynamoDB, RDS, CloudFormation
IAM, Athena,VPC, subnets, Load Balancers
GCP Cloud
DOCKER
Jenkins automation
Bullseye, GCOV, LCOV
COVERITY
Git, SVN
C/C++, python, shell scripting
MS Word, MS PowerPoint
MS Visio, Confluence Pages
Pycharm, vim/vi
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 719: Resume 1257 with similarity score 0.013922346912648383
Resume Text: M.TECH , BS , B.E , MS , B.TECH build engineer , system analyst , full time , software developer automation , web development , general , jenkins , kubernetes , designation , ug , confluence , pages , affirmative action , technical architecture , hindi , cloud , docker , linux , mcafee , maintenance , ltd , vim , authorization , english , penetration testing , status , email , project , application , aws , gcov , ecs , s3 , c++ , git , shell scripting , ec2 , framework , athena , visio , coverity , pycharm , languages , code coverage , word , python , javascript , technology , load , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 1/2
Current Designation: SDET
Current Company: McAfee Software Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
McAfee Software Pvt. Ltd. as SDET
Dec 2018 to Till Date
Projects Brief
1. Worked on a project to integrate McAfee services in Cloud (AWS)
environment.
2. Design and development of automated Performance and Soak Job
using Python and Jenkins as Front-end interface.
3. Automation to integrate and get code coverage using Bullseye.
4. Client tool development to test server with malicious request as the part
of penetration testing.
5. Automate multiple manual Jobs in Physical and AWS environment
6. Involved in patching the CVEs in Linux machines
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2015
PG: M.Tech (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
DEEPAK KUMAR
(Serving Notice period 22/02) System Tools and Build Engineer,SDET seeking roles in
Software Development,Application Programming,Web Development,Project
Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP, Docker, Kubernetes,
GIT, Automation.
Key Skills: System Tools and Build Engineer,SDET,System Analyst,System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C,
AWS, GCP, Docker, Kubernetes, Automation
Summary
Result-oriented Professional with over 2 years of experience in System Analysis,Software Development,Application
Programming,Technical Architecture,Web Development,Project Management,Python,Jenkins,Shell Scripting,C++,C, AWS, GCP,
Docker, Kubernetes, GIT and Automation Framework
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c43…
https://freesearch.naukri.com/preview/printResume?uname=0592af38b7b1c00b851fb631e86f41845e580f524e420e18501415580b01021f135c435147455c090f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
EC2, ECS, S3, EBS
DynamoDB, RDS, CloudFormation
IAM, Athena,VPC, subnets, Load Balancers
GCP Cloud
DOCKER
Jenkins automation
Bullseye, GCOV, LCOV
COVERITY
Git, SVN
C/C++, python, shell scripting
MS Word, MS PowerPoint
MS Visio, Confluence Pages
Pycharm, vim/vi
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 720: Resume 1503 with similarity score 0.01384423745844211
Resume Text: B.E , MS , B.TECH , BS devops , staff engineer , senior software engineer , full time , team lead finalization , training , core java , end to end solutions , customer , visual studio code , security , fault tolerance , angular , docker , linux , quote , status , lloyds , messaging , xml , bitbucket , nuance , business strategy , elements , writing , components , gitlab , features , glassfish , ec2 , netbeans ide , solaris , weblogic , routers , workflow , suite , crm , capture , performance appraisal , technical leadership , devops , kubernetes , access , designation , apache camel , web services , hindi , technical requirements , cloud , nokia , ltd , ping , windows , english , agile , project , performance enhancement , tech-savvy , microservices , provisioning , mongodb , forms , performance tuning , rest , branding , rabbit , yaml , research , completion , struts , javascript , jprofiler , wireless , artificial intelligence , business requirements , hadoop , html , eureka , ireport , general , options , developers , scripting , command , hands-on technical , affirmative action , mysql , p&l analysis , technical architecture , oracle , team leadership , maintenance , unix , jquery , business logic , activemq , jasper reports , postgresql , email , jpa , tomcat , aws , vast , pgadmin , github , mac , middleware , maven , languages , hibernate , big data , functional design , family , coaching , database , ajax , functionality , spring mvc , mentoring , jenkins , css , websphere , soap , pipelining , ug , toad , telecom , jmeter , surveying , oauth , sts , authorization , teams , enterprise , spring boot , application , devices , steps , circuit breakers , docs , transformations , s3 , framework , selenium , shutdown , cvs , software design , python , sales process , eclipse , cd 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 1/4
Current Designation: Tech Lead/ Staff Engineer- Software
Development
Current Company: Nagarro Software Pvt. Ltd.
Current Location: Gurgaon
Pref. Location: Chandigarh,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Nagarro Software Pvt. Ltd. as Tech Lead/ Staff Engineer- Software Development
May 2018 to Till Date
Key Result Areas:
* Developing technical architectural frameworks for company systems and architectural solutions based on business
requirements
* Mapping client's requirements and providing them best solutions involving evaluation of options, definition of scope of
project, and finalization of project requirements
* Working with various levels of management and users to help define information strategy and ensure its consistency
with overall business strategy
* Implementing process to capture functional design and assisting business team to take educated decisions by
explaining technical features
* Developing architecture and technical work plan to ensure successful development & implementation of applications
* Interacting with senior business and IT client contacts to provide team leadership and hands-on technical & functional
expertise
* Monitoring project progress as per scheduled deadlines for various tasks and taking necessary steps to ensure
completion within time, cost and effort parameters
* Managing day-to-day activities of the development team(s) including performance appraisal, coaching, mentoring and
cross training; providing technical guidance and leadership to fellow team members in area of expertise
* Managing various technical aspects like software design, coding of modules, monitoring critical paths & taking
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
MILAN GAUR
Tech Lead/ Staff Engineer seeking roles in Software Development, Application
Development, Technical Architecture, Project Management, IT Delivery Management,
Agile Methodology, Requirement Analysis, Core Java, XML, Linux, MySQL, Jenkins,
Hibernate.
Key Skills: Tech Lead/ Staff Engineer,Team Lead/Tech Lead,Software Development,Application Development,Technical
Architecture,Project Management,IT Delivery Management,Agile Methodology,Requirement Analysis,Core
Java,XML,Linux,MySQL,Jenkins,Hibernate,jQuery.
Summary
Tech-savvy professional with 9 years expertise in Technical strategy planning, project management, software development and
web designing using Java and J2EE. Leveraged skills in working on Core Java, Servlet, JSP, Struts 1.2 and 1.3, Spring core,
Spring MVC, Spring boot, Hibernate, EJB 2.0, EJB 3, JPA 2.0, JavaScript, SmartGwt, Ajax, Web Services-SOAP and REST,
apache Camel, Active MQ, Rabbit MQ, Ephesoft OCR, UNIX, Shell and Python scripting. Distinguished capabilities of leading
initiatives to define, design and implement DevOps end to end solutions and transformations covering CI, CD for integrated
lifecycle management. Technical leadership roles to step into complex client situations, collaborating at C- level to assess and
achieve strategic / tactical business requirements. Understanding the technical requirements of enterprise customers and work
closely with the internal development teams to guide the direction of our solution for our enterprise customer eco-system
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 2/4
appropriate actions
Project Details
Title: QDO- Sales offering(Quote generation with CPQ)
Technologies: Spring Boot, Hibernate, REST, Maven, YAML, YML, angular, html, css, PostGresQL, AWS- EC2, S3,
ElastiSearch, Microservices, Docker, Jenkins, Aquasec, Kubernetes with Rancher full governance, Hystrix, Eureka, Spring
Cloud
Config, Ping and OAuth services, Camunda workflow engine, ActiveMQ
Application Server: Tomcat
Database Server: Postgresql with PgAdmin server
IDE's: STS (Spring Tool Suite), IntelliJ, Visual Studio Code
Description: It consisted very distributed and effective sales process for an electric world class giant. It managed the sales
CRM front of all the existing and potential customers backed up with a solid quote generation and potential sales
identification functionality for business. It also offered IOT device services for existing and new installations
Responsibilities:
* Created micro service components for the module assigned and business logic for the service modules in spring java
* Implemented:
o Fault tolerance and resilience with circuit breakers and Hysterix
o CI/CD pipelining for different staging deployment
o User authorization using ping token and oauth
Title: Ephesoft OCR (Optical Character Reading)
Technologies: Spring, Hibernate, Nuance, Maven multi module, Hystrix, YAML, YML, html, css, javascript, MySql,
Mulesoft, Ephesoft
OCR, Micro services, Docker, AWS
Application Server: Jboss 6.4, tomcat
Database Server: MySQL, Postgresql
Description: This was general OCR developed by and with Ephesoft. The OCR developed and staged for a medical giant
of US with multiple clients like BMS (Bristol Myers Squibb), Lloyds and others to extract and generate the medical report
data of individual and bulk population used for surveying and research purpose. Bulk forms/reports were uploaded in IVP
platform owned by IQVIA group where these docs are OCRed to extract the data and transformed to feed to external
systems used by clients of IQVIA
Title: Order Writing Application
Technologies: Spring, Hibernate, SmartGwt (MVP), Maven multi module, YAML, YML, HTML, CSS, javascript, MySql,
Jasper reports
(IReport framework), ActiveMQ
Application Server: Websphere 9.0.9
Database Server: MySql
IDE's: STS (Spring Tool Suite)
Description: The main aim of project was to provide an optimum and common platform for receiving, creating and
maintaining all orders for all its customers. The application was common integration point branded for each customer to
provide a management tool for managing huge order flows and helped in automating the entire process of end-to-end
delivery
Espire Infolabs Pvt. Ltd. as Module Leader
Nov 2017 to May 2018
Project
Title: Artificial Intelligence for P&L Analysis
Technologies: Spring (MVC to Boot conversion), Swagger UI for rest end-points, Boot actuator, Maven multi module,
YAML, YML,
HTML, CSS, javascript
Application Server: Jboss 8.10 and 10.x
Database Server: Oracle, Hadoop (Big Data)
Description: The development of the multi module project assigned individually to all developers. The product was AI for
P&L. The product was deployed on the AWS with all the modules individually deployed. The work was to update and
develop the project code according to the customer's compliance standards and then develop more features over that.
Aricent Technologies as Senior Software Engineer
May 2015 to Jul 2017
Project
Title: Performance Tuning and Optimization- Ericsson -
Technologies: Jprofiler, Jmeter, Jstat, JMC, Apache Active MQ, Messaging server
Application Server: Jboss 6.2 and 6.4
Database Server: Postgres, Pgadmin 3 and 4
IDE's: Different versions of Eclipse
Description: For Ericsson client MTN based out of Cameroon, there was dire need of performance enhancement and
tuning on the client server as the frequent server shutdown had been experienced due to high memory usage, thereby
MTN had to sustain a great amount of loss in terms of business and reputation since the product was delivered just a few
months before
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 3/4
Title: KDDI and Sprint CLI- NOKIA
Technologies: jsp, servlet, Spring core and MVC, EJB 3.0 and EJB 3.1, Webservices, Javascript, Ajax, Shell/python
scripting, apache Camel, Active MQ, Rabbit MQ, UNIX, HTML, CSS, javascript
Application Server: Weblogic, Websphere
Database Server: Oracle
Description: For KDDI and Sprint CLI clients, the system required vast and robust architecture with extensibility for future
implementations in handling their wireless command modules that were used to run manually in a sequential way, thereby
exhausting the client's resources in man-labours, timely and financial terms
Title: Feature Delivery Platform (FDP)
Description: The telecom domain system use to provide services to different clients. Different Services that Ericson offered
to its several clients were clubbed into one complete product named as FDP. The product provided branding and individual
feature delivery to each customer.
Title: Verizon Network Management (VNM)
Technologies: jsp, servlet, Struts 1.2 and 1.3, EJB, Webservices, Javascript, Ajax, html, css, javascript, Service Bus
Architecture
Description: It provided services like activation of routers, set-top boxes and all kinds of network related devices. VNM was
a middleware system based service bus architecture which acted as provisioning system for all the clients requiring
access and activation of network elements/devices.
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, MVP
Core Java, Servlet, JSP, Spring - Core
MVC, Boot, Security, AOP, CSS
Struts (1.2 , 1.3 and 2.0)
EJB (2.0, 3.0, 3.1), ActiveMQ, AWS
JavaScript, XML, YML, YAML, AJAX
SOAP, Rest, Jenkins, Docker
Shell Script, Python scripting
apache Camel, Active MQ, Rabbit MQ
Linux, Unix, Spring, Hibernate
SmartGwt, Ephesoft OCR
Mulesoft platform, Micro services
EC2, Kubernetes, Aquasec
Windows Family, MAC, Solaris
JSP, HTML, JSF, Angular, Angular JS
CVS, SVN, GIT, Bitbucket
Docker hub, Gitlab, github
Java beans, Swagger, Hystrix
MS Access, Oracle 11g, DB2, SQL
Jquery, Expect Script
Spring Boot, Boot Actuator
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e5442165811…
https://freesearch.naukri.com/preview/printResume?uname=639b0fd5f6094b2f85b43c3ea1060538585d5857491101470216435c5c0e54421658110643450b5a5f… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JBoss, Weblogic, Jakarta-Tomcat
Websphere, Glassfish, MongoDB
Eclipse Indigo, My Eclipse 5.0, Eclipse
Eclipse Ganymede, Eclipse JUNO
Netbeans IDE, IntelliJ
Spring Tool Suite, Visula Studio Code
Jasper reports, DOCXJ, LogZ server
Selenium, TOAD, Jprofiler, JMC, Jstat
MySQL, Pgadmin (3, 4)
PostgreSQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 721: Resume 1516 with similarity score 0.013841193131429582
Resume Text: B.E , MS , B.TECH , BS executive vp , cto , principal engineer , lead architect , solution architect , full time , senior consultant , enterprise architect , chief architect finalization , award , customer , office , platforms , conducting , sizing , docker , technology services , linux , status , integration testing , digital transformation , xml , pl/sql , components , life sciences , functional analysis , technology research , spaces , supply chain , solaris , spring framework , retail , technical leadership , designation , deliverables , mar , pre-sales , hindi , ltd , windows , english , web applications , microservices , ownership , solution architecture , processing , architecting , rest , c++ , strategy , documentation , completion , his , computer engineering , javascript , availability , business requirements , html , performing , healthcare , affirmative action , oracle , mysql , technical architecture , technical proficiency , email , manufacturing , tomcat , project delivery , mobile devices , android , general technology , norway , unit testing , languages , hibernate , reflection , base , api , portlets , websphere , soap , ug , telecom , apache , azure , jhipster , internet , auctions , authorization , enterprise , deliveries , scalability , record , focus , led , finance , cryptography , e-commerce , events , adoption , reviews , acting , eclipse , cloud computing , cd , liferay 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b1…
https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b125716405e0f0b… 1/3
Current Designation: Chief Architect
Current Company: Persistent Systems
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 25 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Engineering]
Verified : Phone Number | Email - id
Persistent Systems as Chief Architect
Oct 2015 to Till Date
Key Result Areas:
Strategizing. architecting, designing & developing Enterprise solutions while maintaining scalability, performance,
availability & quality of all platforms; developing architectures & designs for new solutions around existing & new problem
spaces; acting as Lead Architect taking solution ownership & stimulating design to completion
Implementing best practices to help team around coding, design, quality & performance; directing development
activities along with team members; creating modules & systems to be treated as a working reflection of best practices
Functioning on new & relevant technologies & tools; driving adoption of the same; scoping technical solutions to meet
immediate needs; meeting technical expectations of deliverables are met
Working as technical expert in pre-sales qualification events (Solution, Estimation, Sizing) & various technology
initiatives from CTO office
Leading assurance activities of project quality; conducting technical QA reviews on components; performing QA
reviews of code documentation
Significant Achievements:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
NIKHIL M. BAPAT
Chief Architect seeking roles in Solution Architecture,Requirement Gathering,Defect
Management,Unit Testing,Integration Testing,Cloud Computing,Process
Improvement,Java,Tomcat,Apache,JBoss
Key Skills: enterprise architect,solution architect,solution architecture,requirement gathering,defect management,unit
testing,integration testing,process improvement,java,microservices,docker,spring framework,hibernate,api,jhipster
,Azure,GCP
Summary
Currently working with Persistent Systems Ltd., Pune as Enterprise Architect
Exhibited credibility in project delivery across diverse domains such as Healthcare & Life Sciences, Digital Transformation &
Cloud Solutions, E-commerce, Retail, IPR, Auctions (Vehicles), General Technology Services, Telecom, Finance, Supply Chain
& Manufacturing
Successfully worked onsite for 7 years in USA and 2.5 years in Norway
Technical proficiency in end-to-end design & architecture of software applications in Java, Oracle and other multiple
platforms & technologies
Track record in end-to-end solution architecture, involving client interaction, functional analysis of business requirements,
development of solution strategy, technology research & evaluation, finalization & review of design & development method,
review, integration & testing of solution
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b1…
https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b125716405e0f0b… 2/3
Received:
o 'You Made a Difference Award' from Executive VP for Hackensack Project
o Appreciation from management for solving secure communication issue during Hackensack UMC
Developed architect function to ensure focus on on-going activities & quality improvements on architectural level in
existing code base
Spearheaded consistent, high quality deliveries resulting in high client satisfaction & strong customer relations
Discovered & mitigated risks associated with the technical architecture, implementation & deployment
Testimonial:
"Nilesh's Feedback: Nikhil stepped into the project mid-way into the execution. Though initially unfamiliar with the stack
used at Hackensack, Nikhil not only came up to speed very quickly, but provided technical leadership to the team and
guided them through a potentially tricky development cycle. Nikhil has earned the respect of his team also established
good rapport with the client and is slated to play a key role in the much larger Phase 2 part of the project over 2016
Tata Consultancy Services Ltd as Senior Consultant / Enterprise Architect
Jan 2015 to Oct 2015
Key Result Areas:
Spearheaded end-to-end development of various applications based on WebSphere, JEE, EJB 2.1, Spring,
REST/SOAP services
Led pre-sales activities (including solution, estimation & sizing)
Significant Achievements:
Assessed & improved performance of web applications & middle layer (processing system / jobs)
Replaced Ant builds with CI/CD that reduced build time by 80%
Giesecke & Devrient as Principal Engineer / Enterprise Architect
Jul 2013 to Jan 2015
Reported to: Head of Department (HOD)
Key Result Areas:
Developed portlets for Liferay Portal Server (6.x) successfully; led & mentored a large team
Facilitated supported in R&D initiatives on Web Applications, Cryptography & Mobile Devices (Android)
Significant Achievement:
Assessed & improved performance of CSOLP portlets & middle layer (processing system / jobs)
UG: B.Tech/B.E. (Computer Engineering) from Walchand Institute of Technology, Solapur, Shivaji University in 1995
Education
IT Skills
Skill Name Version Last Used Experience
Eclipse 2013 11 Year(s) 0 Month(s)
JEE 2020 19 Year(s) 0 Month(s)
Oracle 2020 20 Year(s) 0 Month(s)
AZURE 2017 6 Month(s)
SQL, PL/SQL, C, C++, XML, HTML
DOCKER 2019 3 Year(s) 0 Month(s)
MS Azure, GCP, Docker
Java, NodeJS, SQL, PL/SQL
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b1…
https://freesearch.naukri.com/preview/printResume?uname=99f7c84d16733d271e0a0dc08df3e5915d5858074d17081201474550540b5019165b125716405e0f0b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: United States
Job Type: Permanent
Employment Status: Full time
C, C++, XML, HTML
Oracle, MySQL, DB2, HSQL
JBoss, Tomcat, Websphere
Windows, Linux, Solaris, Android
Languages Known
Language Proficiency Read Write Speak
English Expert
Marathi Expert
Hindi Expert
Rank 722: Resume 741 with similarity score 0.013826910932328428
Resume Text: B.E , MS , B.TECH , BS associate , technology lead , technology analyst , software developer , senior software engineer , full time , system architect , team lead , project leader multi-tenant , security , asp.net mvc , organizational capabilities , platforms , web api , software projects , gateway , status , mumbai , transportation , payroll , testing , online payment , sql server , designation , software deployment , mar , web services , hindi , cloud , english , screens , microservices , numbers , asset management , angularjs , large scale systems , architecting , estimates , flow , devexpress controls , documentation , resource management , phones , javascript , history , windows communication foundation (wcf) , technology , business requirements , ef , html , entity framework , consensus building , oversight , developers , visual studio , affirmative action , public , maintenance , jquery , architecture , general ledger , email , sales order , project delivery , star , microsoft , saas , freight , global delivery , design patterns , languages , small business , management system , mobile , dashboards , search , ajax , css , trial balance , ug , investment , analytics , authentication , azure , import , authorization , risk , teams , enterprise , automation tools , dotnetnuke , productivity , c# , excel , bulk sms , application , remediation , .net core , csla , drive , offshore , ado.net , international environment , linq 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 1/4
Current Designation: Technology Lead
Current Company: GEP Worldwide
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Courier/Transportation/Freight
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
GEP Worldwide as Technology Lead
May 2019 to Till Date
Leading a Team of 14 developers and QA. Architecting applications for .net core, Azure, angular and Analytics using
Elastic search
Larsen & Toubro Infotech as Project Leader
Sep 2018 to May 2019
Involved in developing cloud-based applications with standalone Micro-services architecture using C#, .net core 2.0,
Angular JS 4, MSSSQL server for a multi-tenant enterprise product.
Actively involved in implementing business requirements using object-oriented design and development strategies.
Support and serve as a Technical expert for enterprise applications in all stages of development.
Working with the product team to define and create documentation needed to support the newly developed product.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ROHIT RAO
MCP, Team Lead,Seeking roles in IT Project Management,Software
Development,Requirement Gathering,Application Development.
Asp.Net, Asp.Net MVC, .Net Core 2.0, WCF, Web API, C#,, Azure, AngularJS 4,
Elastic Search, TFS, Design Patterns
Key Skills: Asp.Net,Asp.Net MVC,WCF,Web API,C#,ADO.Net,EF,Linq,JQuery,AngularJS,Elastic Search .Net,TFS,Design
Patterns,Associate Team Lead,Team Lead/Tech Lead,Software Development,Requirement Gathering,Application
Development,Client Communication,
Summary
A process oriented tech professional with proven ability to drive software projects through any development obstacles
demonstrated over last nine years of work experience.
Skilled at leading large scale systems and software deployment projects for client companies with full oversight for design,
development, deployment to production.
Extensive qualifications in all aspects of software and project life cycle development with hands on project leading experience
combined with highly effective communication and consensus building skills.
Forward thinking, system architect with an ability to deploy technology initiatives and applications that support business
systems. Strengthens organizational capabilities and enhances productivity.
Skilled at working on Global Delivery Model (Onsite - offshore project delivery) and executing projects as per the client
requirement
Hands on experience in managing big teams in an international environment, both on-shore and off-shore
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 2/4
Understand the functional flow and existing product architecture and contribute in developing new modules.
Lead a team to implement Authentication, Authorization, Security in Angular applications & Microservices for Visa
Application Centers. Involved in developing complex reports and Real-time dashboards.
Metacube Software Limited as Associate Team Lead - Application Programming
Aug 2010 to Mar 2018
The Growth Path:
Associate Team Lead Since Sep 16
Technology Analyst Sep 14-Aug 16
Senior Software Engineer Sep 12-Aug ?14
Software Engineer Sep 10-Aug 12
Key Deliverable's :
Managing a development team of 17 people and have successfully released 200 modules & patches in 2016.
Led and mentored the team in reviewing the request & estimations, risk Identification & remediation which helped
developing a rapport with client, tracked project progress for which received client and management recognition.
Administering end-to-end development of software products from requirement analysis to system study, designing, coding
testing, de- bugging, documentation and implementation.
Handling critical software application development and deployment with IT and end user organization across countries.
Identifying and analyzing defects, questionable functions, errors, and inconsistencies in software program functions,
outputs, online screens, and content.
Documenting, tracking & communicating test plans, test results, analysis, and problems using automation tools.
Providing scope, resource and time estimates for projects presented to QA for testing and analysis.
Star Technologies as Software Developer
Dec 2008 to Aug 2010
3. Red Chilly (A Bulk SMS Tool)
Client: Star Technologies Duration: Dec'08-May'09 Team Size: 2
Overview: It's was a desktop application to send bulk SMS to mobile phones. Is had feature to import the contacts from
excel file and send SMS to those mobile numbers. It had some salient feature like SMS template, SMS history report, etc.
Rajcomp as Software Developer
Jul 2008 to Nov 2008
4. Jaipur Police Website
Client: Jaipur Police Duration: Jul'08-Nov'08 Team Size: 2
Platforms: C#, SQL Server 2005
Overview: It was a dynamic website of Jaipur police. The website contained information regarding Jaipur police
employees. It was also useful to give the information to the public about the crime and also contained information
regarding the missing people.
UG: B.Tech/B.E. (Computers) from Rajasthan University in 2008
PG: in 0
Other Qualifications/Certifications/Programs:
Microsoft Certified Professional - Asp.Net MVC 70-486
Microsoft Technology Associate
Education
IT Skills
Skill Name Version Last Used Experience
C# 2017 8 Year(s) 5 Month(s)
ASP.NET 2017 8 Year(s) 5 Month(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 3/4
Nature of Employment: Full Time
Project Location: United States
Role: Other
Duration: Aug 2010 - Till Date
Onsite / Offsite: Onsite
Team Size: 17
Nature of Employment: Full Time
Project Location: India
Role: Programmer
Duration: Sep 2009 - Aug 2010
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: India
Role: Programmer
Duration: Jun 2009 - Aug 2009
Onsite / Offsite: Onsite
Team Size: 2
ASP.Net MVC 2017 6 Year(s) 5 Month(s)
SQL SERVER 2008 / 2014 2017 8 Year(s) 5 Month(s)
Visual Studio 2008 / 2010 / 2015 2017 8 Year(s) 5 Month(s)
Team foundation server(TFS) 2017 6 Year(s) 5 Month(s)
Windows Communication Foundation (WCF) 2017 4 Year(s) 0 Month(s)
Javascript & JQuery 2017 6 Year(s) 5 Month(s)
CSLA.Net 2.0, CSLA.Net 3.8 2017 6 Year(s) 5 Month(s)
DevExpress Asp.Net & Asp.Net MVC control 2017 6 Year(s) 0 Month(s)
Elastic Search .Net 2017 1 Year(s) 0 Month(s)
HTML / CSS 2017 8 Year(s) 5 Month(s)
Design Patterns 2017 5 Year(s) 0 Month(s)
Microsoft ADO.net Entity Framework
CSLA.Net 2.0, CSLA.Net 3.8
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: 1. Test Resource Management Solution (SAAS)
Client: The Sente Group
Skill Used: ASP.Net, Asp.net MVC, C#, WCF, Web API, MS SQL Server 2014, LINQ, JQuery, Angular JS, Windows
Mobile CF 3.5, TFS, DotNetNuke, Elastic Search, DevExpress Controls, CSLA
Role Description: My responsibilities include Requirement Analysis, Architecture & Design, Development &
Implementation.
Working with other Team members in planning, prioritizing and executing assigned tasks within deadline
Project Details: The said project was a product proposed for the management of test resources allocated across
location/departments. Sente is an Asset Management Product company. They provide processes, software tools,
knowledge content & expertise to help companies with large investment in Testing Equipments. The product is used
by many high tech industries.
Project Title: 1. Dealership Management System (For Bulk SMS)
Client: Star Technologies
Skill Used: ASP.Net, C#., JavaScript, Ajax, Web Services, SQL Server 2005
Project Details: The sub-domain was designed for creating dealers, sub-dealers & end-users for a Bulk SMS sending
tool, which was a desktop application designed in C.Net. For this domain a dealer or sub-dealer could create or edit
end-users & sub-dealers account, recharged end-users & sub-dealers account, could create or add more SMS.
Server accounts maintained logs of SMS, usage details of end-user. Formulated reports for transactions, recharge
details, balance details, usage details etc. End-user could also recharge their account through online payment
system using payment gateway).
Project Title: Star Accounts - An Accounting Application
Client: Star Technologies
Skill Used: ASP.Net, C#, JavaScript, Ajax, Web Services, SQL Server 2005
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b19…
https://freesearch.naukri.com/preview/printResume?uname=15b984832a98f3d63f7e78332d54f52a5f545c594e1600470644155b5a00004a125b190a17445d5958… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: It was an accounting package of small business. It recorded and processed accounting transactions
within functional modules such as account payable, account receivable, payroll & trial balance. It had some core
modules as Account Receivables & Payables, General Ledger, Billing, Purchase Order, Sales Order, etc
Rank 723: Resume 771 with similarity score 0.013790811993331022
Resume Text: MS , BS member service representative , associate , software developer , full time , java developer customer , security , cag , linux , status , doctors , xml , pl/sql , axis2 , web-based solutions , spring framework , workflow , crm , access , designation , web services , hindi , ltd , windows , json , english , agile , project , groups , rest , version one , notes , struts , javascript , history , stax , technology , html , splash pages , call management , affirmative action , async , oracle , mysql , membership , maintenance , jax-rpc , terminal , workbench , architecture , email , fiserv , tomcat , operations , wellview , junit , content management , design patterns , maven , languages , multithreading , reason , console , hibernate , rx , management system , mobile , jira , search , layout , database , codes , spring mvc , api , soap , ug , active directory , pos , apache , eligibility , sts , authorization , jax-ws , spring boot , log4j , altova , application , steps , exceptions , auditing , statistics , eclipse , load 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 1/4
Current Designation: Associate Level 2-Technology.
Current Company: Avizva Solutions
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Avizva Solutions as Associate Level 2-Technology.
Sep 2020 to Till Date
WellServ is a platform to support WellDyne Member Service Representatives and also administration of WellView Portal
Assets (like content etc.) and for operations team to service WellView Members.
WellServ platform will offer the following capabilities:
1- Security
a. Accessing the WellServ through WellDyne Active Directory
b. A fine-grained Authorization Model for both Functions and Data across Administration and Operations team
2- Member Management
a. Searching a member by Name, Member ID, Phone, Rx Number, Order Number, Claim Number, MFI or Email. This will
return all Membership (including members not yet migrated to WellView)
b. Viewing Member's eligibility history
c. Access to key Member Data: Claims, Prescriptions and Orders
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Rahul Gupta
Software Development Engineering-Professional seeking roles in Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Agile,Java,HTML,XML,JavaScript,JSP,JDBC,Spring,Hibernate,Web
Services,Restful
Key Skills: Software Development Engineering- Professional,Software Developer,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Agile,C,Java,HTML,XML,JSP,JavaScript,JDBC,Spring,Hibernate, JAX-WS
Summary
Having hands on Experience on OOP's, Collections, Multithreading & Exceptions Handling.
Have good knowledge of JEE application model to develop web-based solutions using Struts, Spring, Hibernate, Servlet, JSP,
JDBC, Oracle (SQL), Tools and IDE.
Hands on Experience in Spring Framework (Spring Core, Spring JDBC, Spring ORM, Spring AOP, Spring Transaction, Spring
Security and Spring MVC).
Have good knowledge of Spring Boot.
Experienced in using ORM technologies like Hibernate.
Working Knowledge of Cache (First Level Cache And Second Level Cache) in Hibernate.
Knowledge of Database Tool like mysql (workbench) And Sql-developer.
Having good experience on Web Services, and Restful services.
Good at Xml Technology, XSD, JAX-P, JAX-B,JAX-RPC, Stax, APACHE AXIS2.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 2/4
d. Provide key actions for Members.
e. Send custom notifications to Members
3- Impersonate a Member (as read only)
4- Call Management
a. Workflow to manage Inbound and Outbound call from Call Start through End
b. Verify/Authenticate Members, Pharmacies, Doctors, Third Parties and Clients
c. HIPPA Authorization
d. Auto Tracking/Auditing of calls as Member Service Representative looks up information on the system
e. Call End Workflow for taking Call Reason Codes, Notes and assignment of tasks through Service Now to other
WellDyne Groups as well as capturing mood and resolution status for caller
5- Call Management will cover the following flows: Member, Pharmacy, Client, Third Parties, Doctors and Others Calls.
The sequence of steps, Pane Layout, and Data Authorization Steps will be different for the caller types. For Member and
Pharmacy, Functions covered are covered in Member Management Section above.
6- Integration of following functions with existing systems
a. WellConnect Eligibility Determination and Enrollment
b. Display PA authorization status for Member
c. Search and Open tickets for Member on Service Now
7- Content Management
a. Manage WellView Alerts and Splash Pages by CAG
b. Manage CAG Contact information
c. CAG logo management for White Labeled Clients
8- Reports
a. View Statistics and Trends on various parameters such as Category and Reasons, Mood etc.
Fiserv India Pvt. Ltd as Software Development Engineering- Professional (Java)
Feb 2019 to Sep 2020
Lince Soft Solutions Pvt. Ltd. as Java Developer
Jul 2016 to Feb 2019
UG: BCA (Computers) from Chhatrapati Shahu Ji Maharaj University (CSJMU) in 2013
PG: MCA (Computers) from Banaras Hindu University (BHU), Varanasi in 2016
Education
IT Skills
Skill Name Version Last Used Experience
HTML,XML
JSON
JavaScript
JAX-RPC (SI), JAX-WS
JAX-RS
JAX-B, JAX-P
Servlet 2.5, JSP 2.0
WINDOWS, LINUX
C, JAVA
JDBC, JNDI
spring boot
Oracle10g, SQL, PL/SQL, MySQL
Tomcat, JBoss And Wildfly
SVN
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 3/4
Nature of Employment: Full Time Duration: Sep 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time Duration: Nov 2017 - Feb 2019
Onsite / Offsite: Offsite
Team Size: 5
LOG4J
MAVEN
Eclipse, STS, Altova xmlspy
Version One, Red mine , JIRA
JUNIT
Oracle Sql-developer
SOAP-UI
TANDEM
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Welldyne-Wellserv-CRM
Client: WellDyneRx, U.S
Project Details: WellServ is a platform to support WellDyne Member Service Representatives and also administration of
WellView Portal Assets (like content etc.) and for operations team to service WellView Members.
WellServ platform will offer the following capabilities:
1- Security
a. Accessing the WellServ through WellDyne Active Directory
b. A fine-grained Authorization Model for both Functions and Data across Administration and Operations team
2- Member Management
a. Searching a member by Name, Member ID, Phone, Rx Number, Order Number, Claim Number, MFI or Email. This will
return all Membership (including members not yet migrated to WellView)
b. Viewing Members eligibility history
c. Access to key Member Data: Claims, Prescriptions and Orders
d. Provide key actions for Members.
e. Send custom notifications to Members
3- Impersonate a Member (as read only)
4- Call Management
a. Workflow to manage Inbound and Outbound call from Call Start through End
b. Verify/Authenticate Members, Pharmacies,
Project Title: IC (Implementation Console)
Client: Fiserv
Skill Used: Java 7, 8, Struts, Spring 4.0, Hibernate 4.3.0, Design Patterns, JAX-RS, JSP 2.0, SVN, Eclipse, And JOBSS
AS7, EAP, Tandem, Async api, Java Script, Oracle DB
Project Details: Implementation Console is a feature provided to manage the card, ATM and POS machine Automatically.
This service is very high volume service, For every Fiserv Client (like Bank for all countries) login application will manage tha
card details and his networks(Visa, Master, Mestro etc..) also same for Terminal Machine(ATM) and POS Machine . This
service will be given in two formats in Web services and other in Rest Services.
For desktop login api will try get the complete client details through web services and rest services both. Api is intelligent
enough to identify the client and provide the customer details.
Project Title: LRMS (Loyalty Rewards Management System)
Client: Carter Bank & Trust, US
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143…
https://freesearch.naukri.com/preview/printResume?uname=21db5dcd6e6888dd35edc0f3cf6dc2180a5c0c004e450a14501144510e0b5049450143041248585c0e… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: JAX-WS, JAX-RS, Spring 4.0, Hibernate 4.3.0, Oracle10g, Design Patterns, Java1.7,JSP 2.0, SVN, Maven,
Eclipse, and Tomcat Server
Project Details: LRMS is a feature provided to customer to check the reward points earned by the card holder by login into
the net banking. This service is very high volume service, For every user login application will load the Customer reward point
details to the user. This service will be given in two formats in Web services and other in Rest Services.
For desktop login api will try get the complete customer details through web services, if the customer login through the mobile
the service will get the details using rest services. Api is intelligent enough to identify the client and provide the customer
details.
Rank 724: Resume 1461 with similarity score 0.013788691391492842
Resume Text: BSC , BS , B.E , MS , B.TECH apigee developer , devops , software developer , project engineer , senior software engineer , full time , team lead mechanisms , reporting , etl tools , general , devops , telugu , scrum , api development , access , validation , soap , designation , security , affirmative action , web services , hindi , oauth , maintenance , azure , ltd , dynamo , sts , english , authorization , project planning , status , spring boot , specifications , proxy , email , cable , customer service , infosys , application , aws , purchase orders , microservices , splunk , operations , subscribe , redis , github , testing , cloud foundry , rest , paper , direct client interaction , mac , software architecture , middleware , servers , resolve , computer science , upstream , offshore , pivotal tracker , languages , amazon , dashboard , bamboo , events , javascript , specs , outages , testers , apps , technology , avc , database 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195…
https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195219420a095a5… 1/3
Current Designation: Senior Software Engineer
Current Company: Value Labs Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Value Labs Solutions as Senior Software Engineer
Dec 2019 to Till Date
Experienced APIGEE developer along with knowledge of Devops tools
Wipro as Project Engineer
Jun 2019 to Nov 2019
Worked as APIGEE developer
Infosys Pvt Ltd as APIGEE developer
Aug 2016 to Jun 2019
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
TEJASWI REDDY
Senior Software Engineer seeking roles in APIGEE API management, Software
Development,Software Architecture,IT Project Management,Software
Design,Requirement Gathering,Bamboo,Splunk,GitHub, Azure Devops
Key Skills: APIGEE,API,Senior Software Engineer,REST API,AZURE Devops,Splunk,Github,postman,CICD
Summary
4 years of overall experience as Software Engineer.
3.8 years of relevant experience on API development and management.
Worked on creating Apigee Proxies, developer apps, products and KVM operations.
Worked on creating Swagger specs that specify open API specifications.
Worked on API monitoring tool Splunk to check logs of Apigee proxies.
Worked on Azure DevOps to achieve CICD approach to deploy proxies between
environments
Implemented Oauth mechanism (Apigee Proxy) to give access token to third party
application to login to the application.
Worked on Spring Boot Micro services and Restful based web services to interact with
different application.
Worked on Dynamo DB and Redis Amazon Webservices
Implemented Bamboo scripts for Applications
Worked on ETL tools like Snaplogic & MFT
A direct Client Interaction for several meetings such as fortnight application status
meeting and as PVT support for upstream/downstream applications.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195…
https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195219420a095a5… 2/3
Job Profile: Worked as a Software Engineer and supported for Apigee Aka API developmentProject 1: SVC Selfcare
Outages Type: Web Based Application Client: Telstra Duration: 10 Months
Description: This project aims to build a middleware system which retrieves the outage details from both Telstra & NBN Co
backend services and provide to end consumer systems based on NBN AVC Id, ADSL FNN, Bigpond Email and Cable
MAC address.
Responsibilities/Achievements:
Participating project planning sessions with business analysts and team Primary offshore Apigee developer for the
application. Performed several deployments on Non-Production and Production servers. Used JavaScript for validation.
Created Web Services using Java and JavaScript Developed queries to Extract data from database Responsible for Unit
Testing Policies Using postman Creation/Modification of code as per new stories in the scrum.
Environment: Java, JavaScript, STS, SOAP UI, REST, GIT, Apigee
Role: Software Engineer
Project 2: 4GFW Type: Web Based Application Client: Telstra Duration: 9 Months
Description: 4GFW project aims is to keep customers informed about the outage events affecting their service. End users /
systems can subscribe for the outages and outage API / Customer Service Impact API will update the users about the
status changes, instead of consumer systems need to poll for outages and identify changes made in outage events.
Responsibilities/Achievements:
Developed Proxies, Products and Developer Apps. Interacted with team lead and Testers to resolve the bugs. Reporting
daily work status to management. Handled large number of application related dockets. Also worked on several Problem
dockets (PBI). Implemented Bamboo Deployment Tool for deploying Micro services into PCF (Pivotal Cloud Foundry).
Storing the Downstream data into AWS Dynamo DB and Redis Services
UG: B.Tech/B.E. (Computer Science) from KSR Institute of Technology and Sciences, affiliated by JNTUK in 2016
Education
IT Skills
Skill Name Version Last Used Experience
API Production 2020 3 Year(s) 7 Month(s)
Apigee 2020 3 Year(s) 7 Month(s)
Apigee API management 2020 3 Year(s) 7 Month(s)
Dynamo DB, Redis Cache 2018 2 Year(s) 0 Month(s)
Bamboo, Pivotal CLoud Foundry 2019 2 Year(s) 0 Month(s)
Bambi Splunk, Pivotal Tracker, 2019 2 Year(s) 10 Month(s)
POSTMAN REST Client 2020 3 Year(s) 6 Month(s)
GitHub 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195…
https://freesearch.naukri.com/preview/printResume?uname=bbfc20412fe62e5842bdc5fe2f531e7f51090c041b135b400a18145f090d074e160b195219420a095a5… 3/3
Nature of Employment: Full Time
Role: Programmer
Duration: Jun 2020 - Sep 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jan 2020 - May 2020
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time
Role: Programmer
Duration: Jul 2019 - Oct 2019
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Jun 2018 - Feb 2019
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Sep 2017 - May 2018
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Nov 2016 - Aug 2017
Onsite / Offsite: Offsite
Team Size: 12
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Projects
Project Title: SAPB1 To offer Integrations
Client: IKEA
Skill Used: APIGEE, splunk, GitHub, Azure Devops
Role Description: APIGEE developer
Project Details: This project aims in handling requests from SAPB1 to Offer management
Project Title: Offer To SAPB1 Integrations
Client: IKEA
Skill Used: APIGEE, Snaplogic, GitHub, Azure Devops, Splunk
Role Description: APIGEE developer and Snaplogic integrator
Project Details: This project involves in handling the requests coming from a System called Onsweb/ Offer management
which posts transaction data like goods issue, goods receipt, sales delivery, purchase orders,paper stock, etc to the system
SAPB1. APIGEE acts as trigger which will receive data from offer and post it to SAPB1 by following security mechanisms.
Project Title: Y-receipts
Client: KAO
Skill Used: APIGEE, GitHub
Role Description: APIGEE DEVELOPER
Project Details: Integration between OVC backend and yreceipts
Project Title: Autonomous CT Dashboard
Client: Telstra
Skill Used: Spring Boot, Microservices, GIT, Bamboo, PCF
Role Description: Programmer
Project Details: This project aims to provide solutions to the technicians in the delay of issue
Project Title: 4GFW
Client: Telstra
Skill Used: APIGEE, BAMBOO,GIT,PCF
Role Description: APIGEE DEVELOPER
Project Details: 4GFW project aims is to keep customers informed about the outage events
Project Title: Selfcare Outages
Client: Telstra
Skill Used: APIGEE , GIT, BAMBOO, PCF
Role Description: APIGEE DEVELOPER
Project Details: This project aims to retrieve outage information from backend services and forward to the customers with
desired changes.
Rank 725: Resume 1482 with similarity score 0.013747726162761265
Resume Text: B.E , MS , B.TECH functional tester , quality assurance , senior software engineer , test lead , full time , test engineer , team lead , systems engineer , test manager manual testing , general , customer , scrum , compatibility testing , designation , developers , regression testing , functional testing , demonstration , ug , affirmative action , hindi , api testing , beginner , test cases , english , authorization , diagnose , teams , go , status , models , embedded , software testing , project , email , agile , integration testing , siebel , teleservices , live , devices , german , smoke testing , business continuity , features , servers , running , strategy , computer science , system testing , preparation , process operations , needs analysis , product testing , client requirements , languages , reporting tool , testers , jira , javascript , technology , root cause analysis , load , test execution , performance testing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400…
https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400215150e090c0… 1/3
Current Designation: Senior Software Engineer -Software
Testing
Current Company: Accenture Services Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Accenture Services Private Limited as Senior Software Engineer -Software Testing
Apr 2015 to Till Date
Roles & Responsibilities:
*Test lead in Switzerland (Planning and Strategy in client location for 24 months)
Project : Swisscom
Project Duration : April 2018 - April 2020
End to End Testing Role in Quality Assurance team in Switzerland Liebefeld (Client Location)
A team was formed to do the shift left testing from older models to current market needs
1. Handling features on a monthly basis .
2. Test case preparation and execution on a regular basis till the monthly code is live.
3. Daily bug reporting and handling along with the embedded testers, developers , agile teams and Management .
4. Review meetings with Solution Designers and Product Owners for better understanding of the changes made every
month .
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Rohit Ray
Senior Software Engineer seeking roles in Software Testing,Manual Testing,Functional
Testing,Integration Testing,System Testing,Regression Testing,Compatibility
Testing,Performance Testing,Smoke Testing,Bug Reporting,UAT Testing,Siebel,Open
UI,Jira
Key Skills: Senior Software Engineer,Tech Lead,Software Testing,Manual Testing,Functional Testing,Integration
Testing,System Testing,Regression Testing,Compatibility Testing,Performance Testing,Smoke Testing,Bug Reporting,UAT
Testing,Siebel,Open UI,Jira
Summary
62 months of testing experience strategy and planning.
Test execution and management of test cases on a regular basis.
Worked as Team Lead in client location (Switzerland) for 24 months.
Proficient in Agile and waterfall methodology.
Proficient in UAT , Regression and Product testing.
Proficient at managing & leading team for running successful process operations.
Has excellent analytical, interpersonal and communication skills.
Proven ability to translate business needs into technology requirements that support the company's business objectives and to
successfully manage all phases of I.T Projects from needs analysis and requirements definition to vendor selection,
implementation.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400…
https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400215150e090c0… 2/3
5. UAT testing along with Business Users .
6. Defect status call at the end of the release with Accenture management .
7. Production support on roll out night and also on Hotfix nights .
8. Functional performance testing on Pre Production .
9 . Product testing with different devices along with Crowd testers from a third party .
10. Daily reporting to client on test progress and defect status .
11. Joining PI Planning and Scrum of Scrum meetings to understand the future scope .
12 . Joining system demo to get an idea of the percentage of changes and amount of testing load per release.
13. Reporting tool used is Jira and hands on experience with Siebel testing and Swagger API testing .
* Test Manager
Role & Responsibility: End to End Testing
1.Continuous Testing Strategy/Concept.
2.System Integration Test Concept with demonstration .
3.Risk Based Testing method with demonstration .
4.Test manager for work packages for monthly release .
5.Test cases and scenarios execution in every release along with team.
6.Hands on experience in Sibel , Open UI Swagger Tool , Jira , Apigee for backend process .
* Sr. Systems Engineer:
Role & Responsibility: Supported an account, working in Siebel and Jira
1.This role primarily demands daily tests and bug reporting along with Uat meeting with business users.
2.Good understanding of Siebel and Open UI.
3.To ensure business continuity in event of disaster situations.
4.Work in coordination with the Developers and Performance team to diagnose the cause and assist in resolving the
issue.
5.Resolving identifiable and reproducible software product problems.
6.Helps the customers by accessing their servers remotely from India, to identify problems that are difficult to reproduce.
7.Assisting customers in trouble-shooting problems and setting configuration.
8.Project Go Live and Testing as per client requirements, Hot Fixes Up-to date & Critical updates for high severity bugs .
9.Performing Root Cause Analysis to the customer for the High Severity incidents.
UG: B.Tech/B.E. (Computer Science) from Biju Patnaik University of Technology (BPUT) in 2014
Education
IT Skills
Skill Name Version Last Used Experience
SIBEL
Open UI Swagger
JIRA
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Oriya Proficient
German Beginner
Projects
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400…
https://freesearch.naukri.com/preview/printResume?uname=f2eb7fee8b969f9155f3a9d8687d04740e5400501b425a140a40175f5808561f475d400215150e090c0… 3/3
Nature of Employment: Full Time
Project Location: Banglore
Role: Domain Expert
Duration: Jan 2017 - Apr 2018
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: Banglore
Role: Test Engineer
Duration: May 2016 - Dec 2016
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Role: Test Engineer
Duration: Apr 2015 - May 2015
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Testing Poc
Client: Swisscom
Skill Used: Siebel End to End
Role Description: Test Engineer also Test Manager , Siebel testing , Bug reporting , Regression testing
Project Details: Test manager and test engineer for siebel and regression testing
Project Title: Hansenet
Client: Telefonica
Skill Used: siebel tester
Role Description: Test engineer
Project Details: Tedt engineer for siebel testing
Project Title: Bell canada
Client: Bell Teleservices
Skill Used: Siebel testing
Role Description: Functional tester for applet testing and siebel testing
Project Details: Test engineer for applet and open ui siebel testing .
Rank 726: Resume 1046 with similarity score 0.013743172283041453
Resume Text: B.S web developer , full time , software developer javascript frameworks , version control , scrum , visual studio code , designation , confluence , mar , affirmative action , mysql , oracle , facebook api , angular , linux , photoshop , maintenance , ltd , typescript , php , windows , json , authorization , english , troubleshooting , maps , web applications , bootstrap , status , postgresql , email , project , express , google , mongodb , chrome , ubuntu , solution architecture , global services , xml , pl/sql , intellij idea , github , mac os , mvc , components , design patterns , debugging , computer science , building , languages , agile environment , html5 , pwa , sql server , completion , lovely , jira , eclipse , developer tools , jquery ui , 360 , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c13004…
https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c1300455644480c5900… 1/2
Current Designation: Web Developer
Current Company: Reward 360 Global Services Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Reward 360 Global Services Pvt Ltd as Web Developer
Mar 2019 to Till Date
Esolz Technologies Pvt Ltd as Web Developer
Mar 2015 to Jan 2017
UG: B.Sc (Computer Science Honors) from Midnapore College, Midnapore in 2011
PG: MCA (Computers) from Lovely Professional University (LPU) in 2014
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Anjana Maiti
Web Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Angular,Node js,Express,React
js,Typescript,JavaScript,jQuery UI,Ajax,PHP MVC,XML,JSON
Key Skills: Web Developer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Angular,Node js,Express,React
js,Typescript,JavaScript,jQuery UI,Ajax,PHP MVC,XML,JSON
Summary
4 years of Experience in developing Web Applications using Angular 7/8, Node JS, React JS, Javascript frameworks, jQuery,
PHP MVC frameworks.
Integrated Google (Graph API, places API, maps API, Recaptcha API), Facebook API
Extensively used Git as version control to safely and quickly develop applications.
Experience in using Chrome Developer Tools for debugging and troubleshooting the code.
Cooperating with the back-end developer in the process of building the RESTful API.
Worked in Agile environment where I was a part of a SCRUM team delivering stories to completion. JIRA was used as a
Software Development tool where stories and product/scrum backlogs are tracked.
Experience in Progressive Web Application (PWA) development.
Developed technical documentations to define the system components, development environment, implementation
planning/strategies and release plans.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c13004…
https://freesearch.naukri.com/preview/printResume?uname=69b8feaec3924510b368e1b348f8b5a75d5d5b561e1501400043150d5958581c1300455644480c5900… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Angular 7/8
Node JS, React JS
JavaScript
jQuery, PHP MVC
RESTful API
GitHub
Confluence, Jira
Design Patterns
Visual Studio Code
IntelliJ IDEA, Eclipse
Windows, MAC OS, Linux Ubuntu
SQL server, MySql
PL/SQL, PostgreSQL
MongoDB, Oracle
HTML5, CSS3, SCSS
Bootstrap 3&4, Photoshop
XML, JSON
Languages Known
Language Proficiency Read Write Speak
English
Rank 727: Resume 780 with similarity score 0.013743107810880605
Resume Text: B.E , MS , B.TECH , BS sr. manager , senior manager , associate , devops , release engineer , automation engineer , solution architect , full time , informatica , installer , vp version control , corporate training , core java , visual studio code , release engineering , product certification , security , classification , platforms , traceability matrix , enterprise integration , docker , gradle , wire , test cases , technical training , status , bot , ip technologies , perl , integration testing , juniors , bridge , continuous integration , xml , kerberos , writing , glassfish , features , kibana , principle , infrastructure , cdh , sql server , burp suite , notification , artifactory , freelancer , devops , spark , kubernetes , designation , confluence , deliverables , mar , sap products , plugins , web services , hindi , cloud , ltd , windows , english , visual c++ , logstash , autoit , management professional , ui automation , agile , mongodb , microservices , consolidation , gap , business operations , pipelines , architecting , rest , strategy , vmware , data integration , sonarqube , project migration , javascript , qtp , technology , availability , hadoop , ldap , html , general , scrum , groovy , affirmative action , oracle , maintenance , unix , jquery , iaas , architecture , nexus , proxy , email , aws , saas , github , 2008 r2 , junit , silktest , perforce , maven , languages , operational excellence , java awt , reflection , jira , search , pmp , ajax , cygwin , api , mentoring , jenkins , harness , jmeter , testng , adapter , authentication , azure , authorization , business solution , teams , models , application , ecosystem , modular , shark , cucumber , s3 , shell scripting , framework , selenium , ssh , mesh , python , helix 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 1/4
Current Designation: Senior Manager- Build and Release
Engineering (IT Software)
Current Company: Informatica Business Solution Pvt. Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Germany,United Kingdom (UK),Bengaluru /
Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Informatica Business Solution Pvt. Ltd. as Senior Manager- Build and Release Engineering (IT
Software)
Jul 2010 to Till Date
Project 1: Managing Build and Release Engineering, Bengaluru (Cloud & OnPrem Release)
Role: Sr. Manager Build and Release Engineering
Tools/Technology Used: Blackduck Hub ,Veracode, Jenkins, Istio, Docker, Kubernetes, Jira and its plugins, ELK, GitHub,
AWS, Java, Python, Grafana
Period: Since Jan18
Key Result Areas:
Supervising escalations and deliverables on various build and release engineering projects at cloud/on-prem and
administrator the activities like build availability with high quality, endgame process, flight plan and BOM updates
Coordinating with PMO on revisiting SDLC guidelines for cloud release and DevOps role as well as operating TPL's,
static scans and automation around it and its consolidation across all products and ecosystem (Cloud, on prem)
Leading a project with mix of engineering teams to migrate version control system from perforce to GitHub as well as
contributing to various cloud projects and assisting them to enhance operations efficiency and manage the cost.
Managing EBF Framework, SLA and quality before delivery; gathering and validating requirement provided for new
projects from PM's and allocating the required resources and plan for technical training if require.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
VINAY KUMAR MISHRA
AWS, Project Management Certified Professional,Senior Manager seeking roles in
DevOps, CloudOps, IT Project Management Agile Methodology,Quality and SLA
Management, Operational Excellence using technology like Jenkins, Docker,
JIRA,Java, Kubernetes
Key Skills: Cloud architecting,IT Project Management,Agile Methodology,Quality and SLA Management,OnPrem Cloud
Migration,kubernetes,Jenkins,Docker,JIRA,Python,Java,Ajax,Certified PMP, CI CD, SAAS, Terraform, Cloud
Formation,ARM,Selenium, Perl, Burp,Selenium,ELK
Summary
AWS and Project Management Certified Professional, offering over 15 years of software engineering career. Technocrat with
specialization in end-to-end Cloud, Security and Infrastructure Consulting, Management, Enterprise Integration Strategy and
Architecture in multiple domains; directed the business operations through executive level planning and analyzed build delivery
issues in a timely fashion in SAAS and on prem environments. Skilled in developing and maintaining tools, solutions and
microservices associated with deployment while ensuring compliance with standards. Hands-on experience in mentoring in
support of driving modern engineering practices including CI (Continuous Integration), CD (Continuous Deployment) via
services mesh, service discovery technologies and shift left principle. Experience in working end to end, in project migration
from On-prem to Cloud (AWS\AZURE) marketplaces using Rehosting and Replatforming migration paths.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 2/4
Project 2: Managing Build and Release Engineering, Bengaluru (Cloud & OnPrem Release)
Role: Manager Build and Release Engineer
Tools/Technology Used: Jenkins, AWS, Azure, ELK, AJAX, Java, Python
Period: Jan'16-Jan'18
Key Result Areas:
Developed framework to enable various automation to be a part of current CI/CD pipeline; integrated Blackduck Hub
/Veracode (policy and sandbox models) and many other gates to augment current CI/CD pipelines
Designed the framework and participated in development of solution via Elastic Search/Kibana/Logstash (ELK Stack)
to monitor error classification and notification in build system
Project 3: Managing Automation Engineering for PAM and Installer Team (Cloud & OnPrem Release)
Role: Manager, QC/ Automation Engineering
Tools/Technology Used: AWS, Azure, GCP, ELK, Hadoop, JAVA, Jenkins, Python
Period: Jan'15-Jan'16
Key Result Areas:
Designed and developed a solution to auto analyze failures of test cases via ELK Framework and JAVA.
Managed PAM Team (15+members) for product certification on various Hadoop distributions like EMR, CDH.
Project 4: Principal Automation Engineering in PAM and Installer Team (Cloud & OnPrem Release)
Role: Principal QC / Automation Engineer.
Tools/Technology Used: Jenkins, Java, SilkTest, Selenium, AWS, AZURE, Hadoop
Period: Mar'13-Jan'15
Key Result Areas:
Developed and mentored automation frameworks developed in BDD, keyword driven for UI/REST application via
Cucumber/Selenium for various product team; mentored and assisted Juniors on developed Automation Framework,
practices to follow while writing the test cases
Industrialized MTD (Modular Test case driven Automation) automation framework to bridge a gap between Functional
/Automation team to bring a traceability from requirements to automated test cases
Project 5: Informatica Installer Automation and BAT (Build acceptance Test) Development
Role: Lead QC/Automation Engineer
Tools/Technology Used: Java, SilkTest, Selenium, perl, AppScan, Maven, ANT
Period: Mar'12-Mar'13
Key Result Areas:
Wrote GUI Automation frameworks in data driven way with TestNG factories,listeners, Java reflection and Selenium;
created test and automation plan, traceability matrix, QA strategies for installer and AC product for multiple features like
Kerberos, LDAP Authentication
Project 6: Integration Testing, Automation Development and Informatica Installer
Role: Senior QC /Automation Engineer
Tools/Technology Used: Java, SilkTest, Selenium, Perl, Burp, AppScan
Period: Jul'10-Mar'12
Key Result Areas:
Developed a harness in Java AWT to initiate and managed automation; automated 3000+ test cases via factory model
and team and team size of 3 in 6 months
Stag Software Pvt. Ltd. as Lead Automation Engineer
Mar 2006 to Jul 2010
Projects : Automation Solution to Various Client
Role: Automation Engineer
Tools/Technology Used: Jenkins, Java, SilkTest, Selenium, Perl. QTP, Ant, Junit
Period: Mar'06-Jul'10
Key Result Areas:
Developed an automation framework to automate and integrate SAP products with 10 languages and 4 different
platforms; automated 4000+ test cases for Informatica web client via Selenium as a tool
Integrated automation frameworks for BO as a primary build promotion criterion with their DevOps process
Migrated 5000+ test cases from Visual C++ automation code to Selenium with 90% accuracy; developed framework to
automate adapter/backend level test cases via Java and Junit framework
Collaborated with client for their automation requirement, created proposals, performed POC and cost estimations;
partaken in corporate training on Selenium and QTP for CTS corporation
Identified ROI in any automation with the team and built new processes like Time-Line Estimation; partaken in QA
process in writing QA strategies, test cases and automated them for various client tools
Freelance Consultants as Freelancer
Dec 2003 to Apr 2005
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 3/4
UG: B.Tech/B.E. (Computers) from RGPV University, Bhopal in 2003
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Professional
AWS Certified Solution Architect Associate
PMP (project Management Professional)
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure, Sumologic, Terraform
python 3.x, Grafana
CDH(Admin),HDP(Admin),EMR, Spark
Windows (all major versions)
UNIX (Aix7.1, Solaris11, RHEL6-7x)
cloud IaaS service, ESX
VMware Technologies
Core Java, Silk4j, AWT, AJAX
Jquery, Java script, REST API
Groovy, Hybrid Frameworks
Selenium, QTP, Silktest, Gauge
Taiko UI automation, Hadoop
Elastic Search, Kibana, Logstash
RestAPI automation, Gradle
Postman, RestAssured
Silk Test 2008 R2 sp2, Maven
QTP 10.0, SWT bot, Spinnaker
Cucumber, AutoIT, Jenkins
Ant, AWS CI\CD, Veracode
Istio, Consul, HAProxy, Chef
Helix Perforce, Swarm, GitHub
Nexus, JFrog artifactory, S3
Blackduck (code center), Hub
LSPS , Jmeter, custom tools, SilkPerform
Appscan, Wire shark, Custom Framework
Burp Suite, StackRox, MongoDB, Cassendra
SQL Server , Oracle, DB2
4Test, VB-Scripting, Shell Scripting
Java Script, perl
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915…
https://freesearch.naukri.com/preview/printResume?uname=4741fa642594249d35401ca26d90a78c5f5f0d02491a5b450b19425b080b524f150915034742510c0c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JACOCO, Cobertura, Java Stubs
drivers, SonarQube
CI\CD pipeline
Data Integration (Informatica)
BI Tools (SAP, BO)
Foreign Exchange(Integral), CRM(Atlas)
Swarm, Perforce(p4v), Git
Agile methodology, Docker, Scrum
Confluence, Jira, Kubernetes
Microservice Architecture
XML, web services, Cygwin, LSPS, HTML
X-path. Glassfish
Glassfish, OSI \TCP IP technologies
Thycotic secret server, Consul
HA Proxy, Cygwin, SSH, Jsch
Visual Studio Code
Kerberos Authentication
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 728: Resume 887 with similarity score 0.013720066755161549
Resume Text: B.E , MS , B.TECH , BS full stack developer , senior software engineer , full time , software developer react.js , functionality , web development , express.js , redux , graphql , css , soap , designation , asp.net mvc , platforms , affirmative action , web services , hindi , databases , web api , scratch , maintenance , authorization , node.js , status , extensions , sql , email , store , modular , application , aws , mongodb , devices , redis , electronics , rest , components , business english , git , debugging , landing pages , b1 , django , tia , languages , html5 , sass , python , javascript , jira , dashboards , apps , technology , browsers , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f1450…
https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f145043405a095a05… 1/2
Current Designation: Senior Software Engineer
Current Company: Happiest Minds Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Happiest Minds Technologies as Senior Software Engineer
Oct 2020 to Till Date
Software Engineer seeking roles Full Stack Developer with experience in technologies:
JavaScript,AWS,Node.js,Python,JIRA,Express,MongoDB,SQL,Git
Cognizant as Senior Software Engineer
Dec 2016 to Sep 2020
Built, tested, and deployed scalable, highly available, and modular RESTful Services using Node and Express.
Worked on Databases like Mongo and Redis to store data for each service.
Expanded development efforts to include related platforms and protocols such as SOAP, REST API.
Developed SPAs with Reusable components using React, Express, and Node.
Collaborated with in-house web designers to create sleek and innovative UI design using React, Redux, ReactHooks.
Tested site compatibility across multiple browsers and devices, uncovering and debugging issues, and addressing
inconsistencies.
Developed landing pages, dashboards, and online website using React.js, Asp.NET MVC, Web API.
Drafted clean HTML and CSS code, integrating design, extensions, and third-party apps according to web development
plans.
Created RESTful web-services for effective communication across two applications.
Oversaw major new enhancements to existing software which significantly improved overall functionality and performance.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Akash Pradhan
Full Stack Developer with experience
in technologies: JavaScript,AWS,Node.js,Python,JIRA,Express,MongoDB,SQL,Git
Key Skills: AWS,Node.Js,React.Js,Javascript,MongoDB,Python,Django,Express.js,GIT,System Design,Design
Patterns,TDD
Summary
I am a MERN stack developer with a proven knack in designing and developing efficient, high-performance, user-friendly web
applications, and RESTful APIs. I have designed, developed, and supported applications from scratch to production mode.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f1450…
https://freesearch.naukri.com/preview/printResume?uname=7f9ece7295abb7cf5dc72a2f79f12f655d0c09044b110c12571949500f0f5643160f145043405a095a05… 2/2
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Biju Patnaik University of Technology, Odisha in 2016
Other Qualifications/Certifications/Programs:
Business English Certificate (B1)
TIA & HMI
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Node.js * React.js * JavaScript 3 Year(s)
Web Services, REST API, GraphQL
HTML5, CSS, SASS
AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 729: Resume 1445 with similarity score 0.013678332004590066
Resume Text: B.E , MS , B.TECH , BS full time , change management , project leader , software developer winscp , award , robotics , general , bau , wired , designation , office , developers , ug , telecom , webadi , affirmative action , information technology , mysql , hindi , maintenance , unix , player , english , cor , advanced , authorization , energy , status , supply , email , project , application , wrt , oracle erp , steps , towers , operations , rdbms , technology solutions , change management , exceptions , finance , languages , process automation , pan , it , python , service improvement plans , javascript , client side , automated processes , business requirements , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f11…
https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f110316130e5d5f0… 1/3
Current Designation: RPA Developer
Current Company: Tata Consultancy Services
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Pune,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Tata Consultancy Services as RPA Developer
Aug 2019 to Till Date
1.Working out of Client Side - (Indus Towers - Cor porate Office) Industry - Telecom
2.Role:
Implemented 7 Bots covering below business area impacting both Top line and bottom line apart from increased
compliance
o Finance -Account Payable & Business team
o Supply change management
o Energy Controller Department
o Deployment team o Planning team
3.Map AS-IS process flows while capturing all critical process steps/parameters along with portable exceptions and its
handling.
4.Design optimized TO-BE processes basis Automation tool capabilities and in line with business requirements.
5.Managing the day-to-day operations for Automation Anywhere tool wrt Ticket analysis, SLA performance, Change
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
VIBHOR SAXENA
Goal-Oriented Professional targeting assignments in Robotics Process Automation
(RPA) development field
Key Skills: RPA Developer,Software Developer,Process Automation,Client Handling,Project Management,Requirement
Gathering,MySQL,Python,C,Oracle ERP,Innovative,Team Player,Analytical,Coordinator,Database Handling,Problem
Solving
Summary
1.Currently working as RPA Developer with Tata Consultancy Services.
2.Sound understanding of business and technology needs.
3.Skilled in investigating, analyzing, and setting up automated processes to maximize efficiency for a business model with the
help of RPA technologies and tools.
4.Hold knowledge of designing, analyzing and implementing efficient IT systems.
5.Bagged Quarter of the Year Award and Best Employee of the Month by TCS.
6.Familiar with gathering feedback from end users to continue improving system and coordinating with developers to build and
implement technology solutions.
7.Played a vital role in migration from Automation Anywhere version 10 to 11 without disruption to BAU.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f11…
https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f110316130e5d5f0… 2/3
Management and Service Improvement Plans.
UG: B.Tech/B.E. (Information Technology) from ABES ENGINEERING COLLEGE, GHAZIABAD in 2019
Other Qualifications/Certifications/Programs:
Automation Anywhere Master Certification version 11
Automation Anywhere Advanced Certification Version 11
UiPath Master Certification
Nature of Employment: Full Time
Project Location: Delhi Connaught place & Gujarat- Vadodara
Role: Project Leader
Duration: Aug 2020 - Sep 2020
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: PAN India
Role: Project Leader
Duration: May 2020 - Jul 2020
Onsite / Offsite: Onsite
Team Size: 2
Education
IT Skills
Skill Name Version Last Used Experience
C
MySQL
MS OFFICE 2013
RDBMS
Automation Anywhere 11.3.3.1 2020 1 Year(s)
Python
Uipath
Oracle ERP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: NDMC Wi-Fi for Smart City
Client: Indus Towers
Skill Used: RPA- Automation Anywhere
Role Description: Developer
Project Details: Download file from Airtel website in every 15 minutes and share it to Unix environment with the help of
Winscp.
Duration:24*7
Project Title: Automation of PR Process
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f11…
https://freesearch.naukri.com/preview/printResume?uname=7ee908b76028408b8ae1303798025ff15b5d0b51191558115212140a5a0d534a175f110316130e5d5f0… 3/3
Nature of Employment: Full Time
Project Location: PAN India
Role: Project Leader
Duration: Apr 2020 - May 2020
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: PAN India
Role: Programmer
Duration: Feb 2020 - Apr 2020
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: PAN India
Role: Project Leader
Duration: Jan 2020 - Feb 2020
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Corporate Office
Role: Sr. Project Leader
Duration: Nov 2019 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: Rajasthan/Sikkim
Role: Programmer
Duration: Sep 2019 - Oct 2019
Onsite / Offsite: Onsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: On daily basis SR's are received for which PR are created on WEBADI after mapping it with Template sheet
for their respective item code.Once PR generated is processed on oracle ERP and shared with circle team.This bot works on
three machines as it have been made for 26 circles.
Duration:24*7
Project Title: Automation of SLA Reports
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: Bot download Incident, Problem and Change Management Reports from Wired tool for given start & end date
and share it to share point with pre-defined tab & sheet name
Project Title: Automation for Tower Upgrade/Sharing SR's
Client: Indus Towers
Skill Used: RPA - Automation Anywhere
Role Description: Developer
Project Details: On daily basis we receive SR's in fixed template for upgrade & sharing through mail and we need to process
that data on ISQ website.
Duration:15-18hr / day
Project Title: Automation of Clearance & Planning SR's
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: On daily basis we receive SR's in fixed template for upgrade & sharing through mail and we need to process
that data on ISQ website.
Project Title: Finance- Business Forecast
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: Bot works once in a month to find out Actual and forecast values for the various circles across PAN India
Project Title: BPCL Billing Automation
Client: Indus Towers
Skill Used: RPA-Automation Anywhere
Role Description: Developer
Project Details: On Daily basis we receive TR amount from seven Parent I'd and we do the summation for the amount and
generate invoice no. Invoice no.is process on Oracle ERP
Rank 730: Resume 1268 with similarity score 0.013663083862336705
Resume Text: B.E , MS , B.TECH , BS solutions architect , support analyst , associate , cloud engineer , full time , senior consultant mechanisms , vcenter server , jenkins , performing , virtual machines , windows server , access , security , microsoft azure , designation , ntfs , ug , vendors , affirmative action , ram , hindi , cloud , linux , active directory , cluster , ltd , permissions , ccna , authorization , english , troubleshooting , pools , status , virtualization , email , groups , aws , application , snapshot , peering , ops , information science , s3 , servers , git , fundamentals , ec2 , storage , languages , load balancing , amazon , vmware , python , one , esxi , javascript , network administration , vsphere , proactive monitoring , ldap , folders 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b1…
https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b150515490e5b0… 1/3
Current Designation: Senior Consultant-Cloud Ops
Current Company: Ciber
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Ciber as Senior Consultant-Cloud Ops
Nov 2020 to Till Date
cloud engineer
Accenture Services Pvt Ltd as Cloud Support Analyst
May 2013 to Oct 2020
Roles and Responsibilities:
1) Accenture Services PVT ltd
Designation-Cloud support Analyst
Aws Skills:EC2, VPC, IAM, S3, CLOUD FRONT, CLOUD WATCH, GLACIER, RDS, ROUTE 53, SNS,SQS.
Roles & Responsibilities:
Launching Windows and Linux EC2 and applications on EC2
Worked exclusively on making applications more scalable and highly available system in AWS (load balancing) with auto-
scaling.
Worked on Linux and Windows based EC2 instances throughout their life cycle, from launching till termination.
Created S3 buckets for different storage purposes, managed their access logs and provide report to the management on
regular basis.
Managing S3 life cycle policies to move the files into lower class of storage to save storage cost.
Provide access to the users on production environment using Boston/Jump instances.
Responsible in creation of EC2 instances in respective regions and VPC subnets depending on the criticality of the
instances.
Managing Security Groups of RDS instances to allow newly build servers to access them.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ranjit Kumar
Cloud Support Analyst seeking roles cloud suport, Troubleshooting,Cloud Watch,Cloud
Front,Jenkins,GIT,AWS,,DHCP,DNS,VMware Esxi,Windows Server,VSphere
Key Skills: Cloud Support Analyst,System Admin,Cloud Watch,Cloud Front,Jenkins,GIT,AWS,DHCP,DNS,VMware
Esxi,Windows Server,VSphere,VMware,Amazon Ec2,Linux Administration
Summary
Result-oriented Professional with over 7 years of experience in cloud support,Cloud Watch,Cloud Front,Jenkins,GIT,AWS,Active
Directory,DHCP,DNS,VMware Esxi,Windows Server,VSphere.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b1…
https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b150515490e5b0… 2/3
Experienced in creating multiple VPC subnets, VPC peering and managing the ACLs.
Knowledge in creating and managing Auto-scaling groups and load balancers for critical application.
AWS User and Roles management and ensuring the users are allowed only the permitted access.
Performing proactive monitoring, alarm generation and troubleshooting of the issues related to EC2 services.
Taking regular backup of EBS volumes using snapshot mechanisms.
Installing, configuring and Administering Microsoft Windows 2003, 2008, 2012 Server.
Installing, configuring & managing AD/DHCP/DHCP services.
Upgraded all windows 2012 to 2016 servers, installing compliance tools remotely such as SCCM,SEP and adding relevant
groups to admin to the newly built servers.
Remediating security vulnerabilities on servers.
Monitoring compliance of Servers and troubshooting Issues remotely of cloud Servers.
Implementing, configuring & Administering Active Directory 2003, 2008 & 2012.
Installing and Configuring Windows Server Virtualization Environment.
Installing and configuring ESXi, Vcenter server, VSphere client.
ESXI host cluster configuration, templates, and snapshot.
EXsi host patching and vcsa upgrade.
LDAP migration of vcenter.
Resolving Daily Incident tickets related to server access to the users, server performance, HDD size, CPU, RAM up-
gradation on virtual machine.
2) Company Name: Accenture [Through Source One Management Franchisee]
From May 2013 to April 2015
Key responsibilities:
Installation and configuration of windows server.
Administering, Creating & maintaining user accounts in Active Directory.
Managing DHCP Scope and troubleshooting.
Assigning permission for files and folders using share level and NTFS file permissions.
Creating and Managing Virtual Machines.
Diagnosing and Troubleshooting Hardware and Software Problems.
Co- ordination with IT vendors for resolution of IT problems.
Creating and managing resource pools and adding the VM?s.
Managing and maintaining compliance for the server.
Installing VMware Tools for Virtual machine.
UG: B.Tech/B.E. (Information Science and Engineering) from Visveswaraiah Technological University (VTU) in 2012
Other Qualifications/Certifications/Programs:
aws solutions architect associate
Microsoft azure fundamentals-az900
CCNA
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Windows 2003, 2008, 2012 Serve
DNS, DHCP
ESXi, Vcenter server, VSphere 2020 3 Year(s)
VMWARE
Active Directory
Python
AWS 2020 2 Year(s)
GIT
Jenkins
Linux Administration 2020 1 Year(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b1…
https://freesearch.naukri.com/preview/printResume?uname=bae5d288d8c6011002db5e38209bd7465b5d0b5143100d430518400c0f5a521b110b150515490e5b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 731: Resume 946 with similarity score 0.013653946703840568
Resume Text: B.E , MS , B.TECH , BS software engineer , software developer , part time , full time , reporting manager reporting , express.js , redux , customer , telugu , visitor management , css , designation , case , affirmative action , mysql , health , hindi , maintenance , apache , revenue , jquery , workbench , authorization , english , node.js , bootstrap , status , spring boot , postgresql , email , project , closures , tomcat , mask , application , mongodb , devices , less , spring data jpa , html , deals , pgadmin , redis , estimates , features , finance , languages , dashboard , kannada , biometrics , his , parking , management system , demand generation , mobile , access control management , campaigns , form , eclipse , javascript , web , crm , organization , growth oriented , scheduling , technology , learning , ethernet , prospect 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470…
https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470342480a540a0… 1/2
Current Designation: Software Engineer
Current Company: ZKTECO BIOMETRICS INDIA PRIVATE
LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
ZKTECO BIOMETRICS INDIA PRIVATE LIMITED as Software Engineer
Dec 2019 to Till Date
ZkBiosecurity is a powerfull web based software that provides a stable connection to ZkTeco standalone push
communication devices with Ethernet/Wifi/3G and provides various features for Access control management, Time and
Attendance, Elevator Control system, visitor management, Parking Management System, Mask and temperature
detection.
EDS TECHNOLOGIES PRIVATE LIMITED as Software Engineer
Jul 2017 to Dec 2019
PROJECTS:
1. Local Conveyance (Web Application)
* Technologies: Spring Boot, Spring JPA, React JS
* Tools: Eclipse IDE
Description: This project is basically for employees filling the conveyance form at the end every cycle or month to claim
their bills paid during onsite official work. So the form submitted will be visible to the manager who has the permission to
approve/reject the form and once his/her form is approved by the reporting manager which then form gets visible to the
finance team for approval/rejection and once the final approval is done by the finance team, payment will be settled .
2. Customer Relationship Management (Web Application)
* Technologies: Java, JSP, Servlet, MySQL, HTML, CSS, Javascript, JQuery.
* Tools: Eclipse IDE, MySQL workbench, ANT build
Description: CRM is designed to help our sales team achieve better results with less effort. It helps our sales people to
rapidly push for closures by providing data-driven insights to help them identify and work on best can do opportunities.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
VIJAYA NARASIMHA
Software Engineer seeking roles in Software Engineering,Software Development,Web
Application Development,Project Management,Quality Management,Requirement
Gathering,Apache Tomcat,Spring
Boot,Node.Js,JavaScript,Bootstrap,jQuery,Eclipse,MySQL,HTML,CSS
Key Skills: Software Engineer/Developer,Software Engineering,Software Development,Web Application
Development,Project Management,Quality Management,Requirement Gathering,Apache Tomcat,Spring
Boot,Node.Js,JavaScript,Bootstrap,jQuery,Eclipse,MySQL,HTML,CSS
Summary
Looking forward to work in a challenging and growth oriented environment with scope for learning, innovation and career
development. Looking for a prospect where I can make substantial contribution to the growth of the organization.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470…
https://freesearch.naukri.com/preview/printResume?uname=8f2c265f3297a9f4ae54ec8a092178e75f085c594a1609405643100c5a0107424109470342480a540a0… 2/2
The CRM dashboard view allows Sales, technical and marketing team to plan relevant and timely activity for deals which
they are handling. It also serves as a strategic tool which helps in evaluating the overall health of the process. For instance
it helps in estimating sales revenue for the current month or quarter, So Marketing team can plan a demand generation
campaigns in case the estimates are falling below the target.
3. Visitor Management (Mobile Application-Backend)
* Technologies: Node JS, Express.js, mongodb, JWT.
* Tools: Eclipse IDE
* Description: An application aims at scheduling appointments for the visitors. It is a complete solution that helps to
manage and keep track of all the appointments within the organization.
UG: B.Tech/B.E. (Computers) from Ballari Institute Of Technology and Management in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Java, React JS, Redux, JavaScript
jQuery, HTML, CSS, Bootstrap
Spring boot, spring data JPA
NodeJS, Express.JS, Apache Tomcat
MySQL, PostgreSQL, MongoDB, Redis
Eclipse IDE, workbench, pgadmin
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
Rank 732: Resume 1182 with similarity score 0.013604792937565221
Resume Text: MS solutions architect , information security , system administrator , long term , service engineer , devops , on call , project engineer , full time , team lead , system engineer ansible , continuous delivery , business case , production systems , devops , performing , telugu , infrastructure services , scrum , jenkins , kubernetes , designation , platforms , affirmative action , mysql , service desk management , hindi , docker , linux , readiness , public , information security , build automation , service delivery , windows , english , authorization , troubleshooting , teams , ssl , business process analysis , alternative solutions , status , modifications , architecture , scalability , agile , email , project , itil certified , application , configuration management , aws , amazon web services , continuous integration , user requirements , operations management , github , pipelines , s3 , disaster recovery , system performance , reliability , building , ec2 , framework , maven , it infrastructure , languages , load balancing , kannada , completion , assessment , python , javascript , jira , network administration , cloud computing , availability , commerce , technology , root cause analysis , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a0943…
https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a09430213410b585d… 1/3
Current Designation: Team Lead - AWS cloud
Current Company: LTI
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
LTI as Team Lead - AWS cloud
Jan 2014 to Till Date
Growth Path:
Sep'16-Present Team Lead
Jan'14-Sep'16 Senior System Engineer
Key Result Areas:
Spearheading a team of 5 members and deploying AWS cloud based production system to ensure the availability,
performance, scalability and security of productions systems
Designing and developing automation to support continuous delivery and continuous integration processes
Implementing the build, release and configuration management of production systems; resolving the build issues with
appropriate teams
Liaising with the client to assess the requirement based in the business process analysis (As-Is, To-Be) & providing the
optimum automation solutions
Performing system troubleshooting and problem-solving across platform and application domains; suggesting architecture
improvements, recommending process improvements
Providing status updates to stakeholders and resolving escalating issues when necessary
Monitoring daily system performance & usage; verifying the integrity & availability of all hardware and server resources,
systems & key processes
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
Shiv Prasad
Cloud readiness Maturity assessment, Migration planning and business case
development, AWS Cloud Infra, Information Security, Disaster recovery, Incident
Management, Service Desk delivery & Operations
Key Skills: AWS, Cloud Computing, Information Security, ITIL Certified, IT Infrastructure Services, Service Delivery, IT
Operations Management, SLA Management, Service Desk Management,
Summary
AWS Certified Solutions Architect with 12+ years' experience in information security and 3.5 years in managing cloud based
technology & effectively managing configuration & deployment of infrastructure & services
Working knowledge of build automation and CI/CD pipelines; skilled in DNS, Load Balancing, SSL, TCP/IP, Networking and
Security
Developed automation framework for public cloud infrastructure deployments
Quickly troubleshot and resolved network, hardware, software and performance issues, including rotating on call emergency
response. Proficient in AWS DevOps, Docker, Open Sources, IOT, Python, RPA, GitHub. Experience with application / data
migration to AWS
Engaged in implementing, deployment and supporting Cloud-based Infrastructure and its solutions
Showcased advance AWS expertise through skills in design and deployment of effective solutions on Amazon Web Services
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a0943…
https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a09430213410b585d… 2/3
Developing and building, deploying, automating and configuring IT solutions using DevOps platform
Building automated deployments through the use of configuration management technology; deploying new modules and
upgrades and completing fixes within the production environment
Evaluating existing applications and platforms and providing recommendations for enhancing performance through
analysis, identifying the most practical alternative solutions and assisting with modifications
Following-up with technical team till the outage is resolved, Preparing Outage reports & Understanding the root cause of
the outage, Guiding Teams in the completion of Root Cause Analysis report
Analyzing and fully understand user requirements and current procedures in order to improve system capabilities and
automate process workflows; facilitating discussions with higher management to ground level Team
Monitoring the progress long term reliability of the system and keeping all stakeholders updated on the progress, issues
and challenges
Assisting teams in improving resilience and automating operations
Working with teams to adopt operational best practices and security standards
Wipro Technologies, as System Administrator
Feb 2008 to Jan 2014
Growth Path:
Jan'11-Jan'14 System Administrator
Feb'08-Jan'11 Project Engineer
Cache Technologies, as Service Engineer
Apr 2006 to Feb 2008
UG: B.Com (Commerce) from BES College of Education, Bangalore in 2006
Other Qualifications/Certifications/Programs:
B.Com
Diploma in Computer Application
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum, Waterfall
EC2, Route53, VPC, S3, ELB, ASG,
Elastic Bean stalk, & CLoud Formation,
MySQL
python (learning)
CI/CD Jenkins, Maven, Docker,
Kubernetes, Ansible, Terraform
WINDOWS, LINUX
JIRA, GIT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a0943…
https://freesearch.naukri.com/preview/printResume?uname=ff1e7885a783e9809b5c8e1e7c6499400d5d5d581e120a125214450e550e524b1a09430213410b585d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Rank 733: Resume 978 with similarity score 0.013561252654140345
Resume Text: B.E , B.TECH front end engineer , software engineer , cro , software developer , backend developer , full time , team lead , full stack developer microsoft azure , sem , connect , bash , docker , mock , status , quick grasping , printing , mumbai , blockchain , gitlab , components , building , ec2 , payments , html5 , sass , soa , corda , pipeline , challenging environment , ix , ansible , automation , graphql , kubernetes , confluence , mar , web services , hindi , cloud , webpack , windows , english , jasmine , agile , project , live , microservices , sprint planning , angularjs , programming languages , ops , rest , react native , puppet , computer science , strategy , yaml , chemicals , dashboard , his , javascript , insurance , dutch , backbase , web development , retro , entity framework , scrum , healthcare , developers , scripting , affirmative action , oracle , mysql , maintenance , typescript , postgresql , architecture , email , aws , junit , unit testing , seo , maven , hibernate , cassandra , mobile , jira , sonar , coaching , online , api , spring mvc , redux , a/b testing , jenkins , migrating , css , nosql , ug , scratch , particular , authorization , go , spring boot , application , test driven development , less , cucumber , framing , s3 , hospitals , e-commerce , state management , selenium , fortify , eclipse , learning , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c1…
https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c13034415585c0c… 1/3
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
Brenntag Group as Full Stack Developer
Mar 2019 to Apr 2020
Environment
React, React Native, RN libraries, Typescript, Redux, Saga, html5, css3, web components, jest, SASS, LESS, Nodejs, IX
environment, Mongo dB, Rest API, Git, Java 8, Spring, Maven, Jenkin, Piccard, Cassandra, SEO, SEM, CRO, Optimizing
Content, Corda, DLT, PostgreSQL, Ansible, Sonar, Fortify, power shell, Agile, Scrum, Jira, Confluence
Activities
Working as front-end developer Lead role and dev-ops engineer, Architecture Designing, Architecture Presentation with
POCs, Architecture Strategy, Tech-stacks selection, development CICD pipeline, the product from scratch to production
within one year at E-commerce scaleup company for the project Brenntag connect E-commerce and Brenntag Source
App, from this product customers can place orders of various chemicals products online with payments and download their
orders, edit it and make the change with Brenntag Source. From the E-commerce App, customers can place online orders
for chemicals in blockchain using Corda. Worked with the international's colleagues in Scrum model with agile way of
working, daily stand-up, sprint planning, retro.
Capgemini as Software Developer
Oct 2016 to Mar 2019
Environment
React, Polymerjs, Typescript, LIT HTML, Lit element, OO JS, Web Components, redux, saga, state management, CSS3,
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Izharuddin Khan
Full Stack Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Java,Maven,Spring
Boot,Hibernate,Jenkins,Junit,Cassandra,Oracle,MySQL,Rest
API,Angularjs,HTML,CSS
Key Skills: Full Stack Developer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Java,Maven,Spring
Boot,Hibernate,Jenkins,Junit,Cassandra,Oracle,MySQL,Rest API,Angularjs,HTML,CSS
Summary
I have over 7+ years of experience in IT as a Front-End Engineer Role. Clients where I have developed the product from scratch
to live which is used by the millions of customers was Brenntag, ING Bank, ABN AMRO, Bank of Ireland, Allstate Insurance,
Deutsche Telekom. I started as a software engineer and has developed into a full stack developer more on the front end in a
short time with his quick grasping and learning ability, not only in new technologies programming languages. I work as a front-
end developer to help the other developer and has mostly focused on developing, building, automation testing, CICD phases,
coaching team members for the shipment of the product successfully to the production environment and taking care after the
production. Working in a challenging environment and has build, deployed and maintain infra of custom UI frameworks, Custom
Web Components similar to AngularJS which have been utilized by the module team.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c1…
https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c13034415585c0c… 2/3
SASS, LESS, jest, Gitlab with Kubernetes, Gitlab with docker, CI/CD third party, bash script, Cassandra, Node JS, Java 8,
Spring MVC, REST API, GIT, SVN, Jenkin, Piccard, Ansible, Sonar, Fortify, power shell, bash scripting,
Activities
Working for Assisted channels for the LISA, RINGO and Kijklas project. Developing, building and deploying frontend
application using polymerjs, lit html using various web components from the ING marketplace and pushing our own
custom reusable web components for the internal employer of ING to serve the ING customers better. Project is basically
migrating from Angular to Polymer.Also played a role of guiding front end developers to make them use of polymerjs after
Angular and lit html so that backend developer also put hands on frontend side.
October 2017 - October 2018 (Netherlands) Client ABN AMRO Bank via Capgemini Role Front End Engineer Environment
React, OO JS, functional, React Native, typescript, Web Components, BackBase, HTML5, CSS3, redux, saga, SASS,
LESS, JASMINE, AWS, Node js, Java 8, Spring MVC, REST API, Jenkins, AWS, S3 Bucket, EC2, Graphql query, REST
API, CI/CD, Redux, saga, Selenium Activities I was working for Tikkie app development as Front-end developer using
technologies React framework, React Native for mobile development, Java, Spring MVC, Hibernate, AWS, CICD,
Webpack, babel, typescript, javascript, html5, css3. I am responsible for developing Dashboard of Tikkie app, module and
designing the webpages & custom web. The project was migrating from Angular to react framework, in the sprint I worked
almost both the framework. React Native was the dominant development side.
October 2016 - October 2017 (India) Client Bank of Ireland via Capgemini Role Full stack developer Environment React,
React Native, HTML5, CSS3, SASS, LESS, JavaScript, typescript, Polyfills, Web Components, OOJS, git, Java 8, Oracle
server 2008,REST API, MVVM, entity framework, jasmine unit test, Junit, SOA based architecture, Temenos
Edgeconnect, T24 Web services, Jenkins, Ansible, WebDriverIO, Fortify, Microsoft Azure, Building cloud environment on
Azure using Terraform, Packer, Puppet, Setup automated monitoring environment,YAML config, Cassandra, NoSQL,
CI/CD Activities Requirement gathering and solution framing, estimations. Designing and developing particular web page
reference to wireframe. Developing Custom components and putting it in BOI marketplace and making it available for
other developers for reusability. Fast moving Agile development of Responsive web development for all breakpoints.
Implement best programming practices in software engineering. Integration with web services and micro services.
Consuming Rest API after testing with mock-data for API. Unit testing of Angular Development.
Deutsche Telekom Healthcare Solutions as Software Developer
Mar 2016 to Oct 2016
Environment Angular2+ , NgRx, RxJs, A/B testing, HTML5, CSS3, Typescript, Javascript Activities To meet the product
development deadline in every sprint. Test driven development including REST API as well as UI. To give demo of my
assigned stories after sprint. To coordinate and help new developer.The application is used by 2000 hospitals of Germany
from patient level to administration level of hospitals. Migrating windows applications into the web application after
developing Custom Angular Framework. This application is developed to managed documents, patient, patients' cases,
printing x-rays report, generating report at different editor level on the go.
UG: B.Tech/B.E. (Computer Science and Engineering) from Punjab Technical University (PTU) in 2013
Education
IT Skills
Skill Name Version Last Used Experience
Angularjs, Angular 2+,
JavaScript, TypeScript
RxJs, NgRx, Jasmine
HTML/CSS, Nodejs
Jest, Junit
Confluence, IntelliJ,
WebDriverIO, Eclipse
Java 8, Maven
Spring Boot, Hibernate
Jenkins, Junit, Sonar
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c1…
https://freesearch.naukri.com/preview/printResume?uname=867db368f1191097ec4fa49098bd931e5d080d511b1558160b18490e58580248100c13034415585c0c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
TFS, Cassandra, Oracle
MySQL, Rest API
Oracle, Postgres, NoSQL
MicroServices
Gitlab, docker, Kubernetes
Ansible, puppet, GIT version
Cucumber, Fortify
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Dutch
Rank 734: Resume 1348 with similarity score 0.013492061716872178
Resume Text: MS , BS project lead , solutions architect , principal engineer , associate principal , software manager , devops , quality assurance , full time , automation engineer , balancer data warehousing , core java , computing , trails , security , functional testing , tortoise svn , angular , docker , teamcity , merging , test cases , pattern , status , red hat linux , continuous integration , build tools , artifacts , nagios , writing , ec2 , sql server , organization , performance testing , ansible , devops , interfaces , designation , mar , rhel , hindi , cloud , api testing , windows , english , agile , project , groups , red hat enterprise linux , one , sonarqube , javascript , working experience , amazon web services (aws) , reporting , exploratory testing , rpm , subversion , general , developers , scripting , affirmative action , maintenance , dynamo , mobile testing , unix , centos , database testing , email , ubuntu , web servers , github , maven , languages , jira , jenkins , appium , jmeter , software industry , authorization , teams , plugin , modernization , application , yum , less , test automation , cucumber , matrices , conducting meetings , ecs , s3 , debugging , repository , framework , selenium , python , load , test execution , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a0243420910…
https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a02434209100619120b5b0f5… 1/3
Current Designation: Associate Principal Engineer
Current Company: Nagarro Software Pvt.Ltd
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Chandigarh,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Nagarro Software Pvt.Ltd as Associate Principal Engineer
Nov 2006 to Nov 2006
PROJECT DETAILS
PROJECT #7 Accentra
Client: World leader in Security Solution
Duration From Mar 15, till date
Environment Java, Postgres/Mongo, Angular JS
On-site Experience 3 months - Stockholm, Sweden
Roles & Responsibilities:
Developed and implemented Software Release Management strategies for various applications according to the agile
process.
Integrated build Process through Jenkins to various SCM tools like GitHub, Tortoise SVN.
Developed build and deployment scripts using MAVEN as build tool and automated the build and deploy processes
using Jenkins to move from one environment to other environments.
Development, Quality Assurance and Management teams to ensure cross communication and confirmed approval of
all production changes
Managing the whole CI/CD process using Jenkins.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Amit Shahran
Associate Principal Engineer seeking roles in Project Management,Cloud
Computing,Requirement Gathering,Agile Methodology,Configuration
Management,Release
Management,Jenkins,AWS,Docker,Ansible,Linux,JIRA,Python,JMeter
Key Skills: Devops,Aws,Python Language,Mobile Testing,Testing,Jfrog Api Testing,Ecs,Svn Cloud,Maven,Lecture
Management,Subversion,Ms - Sql Server,Restful Api Testing,Database Testing,Amazon Aws,Postman,Release
Management,Docker,Scm,Dns,Reporting And Analysis
Summary
OBJECTIVE To build career in software industry with a sense of responsibility and dedication in organization conductive
learning, enhancing, consolidating my technical skills for the benefit of the organization. SUMMARY OF EXPERIENCE 7+ years
of experience in DevOps. 7 years of experience in the QA profile. Good experience in CI/CD using Jenkins and TeamCity.
Experience with build tools ANT and MAVEN for writing build.xml and pom.xml respectively. Ability in deployment, build scripts
and automated solutions using Python. Good knowledge of Docker and AWS. Good experience in Ansible. Working experience
in terraform (IAAC). Experience on LINUX platform and knowledge of Linux commands. Installed and configured the RPM
packages using the YUM Software manager. Installed and Deployed Red Hat Enterprise Linux, CentOS and installation of
packages and patches for Red Hat Linux Servers. Experience on Amazon WEB Services (EC2, ELB, VPC, S3, Cloud Front,
IAM, RDS, Route 53, Cloud Watch, SNS, VPN,
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a0243420910…
https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a02434209100619120b5b0f5… 2/3
Good experience in ansible.
Worked on terraform as an IAAC.
Installed and configured Jenkins for continuous integration and performed continuous deployments.
Automation Engineer for Developing Build and deploy tool like Jenkins.
Worked on AWS security CIS benchmark.
Responsible for Release management activities, handling releases, close coordination in test execution, Defect
management and control.
Resolving merging issues during build and release by conducting meetings with developers and managers.
Rebuilding and modernization of high load classified advert platform on Amazon Web Services (AWS).
Worked on Amazon AWS tools, such as Lambda, S3, SNS/SQS, and their python interfaces.
Architected the AWS pre-prod environment, which includes setting up the VPC, Subnets, S3, EC2, AWS ECS,
Redshift, dynamo Db, Document DB, Batch job, Web Servers, IAM, Security Groups, Load Balancer & Lambda to support
data warehousing solutions.
Build server deployment on an Amazon Cloud (EC2) servers with the help of DevOps tool like Jenkins.
Maintain and monitor all system frameworks and provide after call support to all systems and maintain optimal Linux
knowledge.
Created Containers in Docker.
Built and Deployed Java/J2EE to a WEB application server in an Agile continuous integration environment and automated
the whole process.
Using Jenkins AWS Code Deploy plugin to deploy to AWS.
Used ANT and MAVEN as build tools on Java projects for the development of build artifacts on the source code.
Automated Weekly releases with ANT/Maven scripting for Compiling Java Code, Debugging and Placing Builds into
Maven Repository.
Involved in deploying the content cloud platform on Amazon AWS using EC2, S3, and EBS.
Worked on serverless service on Aws with best security practice.
Worked on production user-based Sites.
CloudWatch is using for monitoring the whole application.
Requirement Understanding, Performed system, integration, regression and exploratory testing.
Functional testing using Selenium web driver with python language.
Created framework using page object pattern.
Design and update the automation test cases using python scripts.
Restful API testing using selenium and Postman.
Database testing using Postgres and Mongo.
Review the MR for test automation code and give comments if any.
Log & Track software defects in our bug-tracking database.
Reporting and analysis of defect related matrices. Discuss with Client if there is any issue related to issue reported, or
any queries on requirement or execution.
Performance testing experience using JMETER.
Nagarro Software Pvt.Ltd as Associate Principal Engineer
Nov 2006 to Till Date
UG: BCA (Computers) from Kurukshetra University in 2003
PG: MCA (Computers) from Kurukshetra University in 2006
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Education
IT Skills
Skill Name Version Last Used Experience
JIRA
Selenium Web driver using python
Appium for mobile app
POC on Cucumber
Python and basics of core Java
ANT, Maven, TeamCity
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a0243420910…
https://freesearch.naukri.com/preview/printResume?uname=a689909e9c65357b78e899679ff2a32f58090f044d4608455118125b5c5a02434209100619120b5b0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SonarQube, JFrog
Automation using python language
postman
Hybrid framework using POM
MS-SQL Server, Postgres
Mongo Db
Jmeter 3.3.1
Git, SVN
AWS (EC2, ELB, S3)
Windows, UNIX, LINUX (RHEL)
RedHat, Ubuntu
Agile, Nagios, CloudWatch, Cloud trails
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 735: Resume 1090 with similarity score 0.013409861236105993
Resume Text: B.E , MS , B.TECH , BS scrum master , technical architect , devops engineer , product development , full time , devops consultant , technical lead , project leader version control , appdynamics , core java , telugu , platforms , docker , linux , gradle , digital , status , specifications , product management , mumbai , bitbucket , sql azure , building , infrastructure , mobile payments , sql server , suite , mission critical , api manufacturing , ansible , automation , react.js , essential training , devops , kubernetes , designation , confluence , mar , games , hindi , new business opportunities , cluster , ltd , service providers , bar , sports leagues , english , troubleshooting , agile , trivia , project , technological solutions , leadership , provisioning , integrated product development , redis , pipelines , react native , strategy , computer engineering , strategic initiatives , javascript , vsts , technology , availability , application monitoring , business requirements , subversion , general , interviewing , scrum , sqlite , mobile application development , groovy , affirmative action , mysql , principles , user experience , maintenance , ratings , email , business analytics , tomcat , aws , configuration management , print , engineering management , operations , new features , saas , microsoft , android , user stories , containerization , customer experience , languages , google api , jira , dashboards , engineers , scopes , database , online , cloud services , jenkins , offers , authorization , functional requirements , teams , milestones , productivity , deliveries , models , interfacing , hiring , drive , shell scripting , nginx , silos , python , cloud computing , orchestration , cd , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 1/4
Current Designation: Technical Architect
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
Deloitte as Technical Architect
Dec 2020 to Till Date
Unify Technologies as Devops Consultant
May 2020 to Nov 2020
Working closely with the engineering team to deploy and maintain the infrastructure.
Automate and streamline our operations and processes for scale.
Building CI/CD Pipeline Using Jenkins
Source code Management systems and branching strategies
Containerisation technologies (Jenkins, Docker, Kubernetes, Istio)
Infrastructure provisioning (Ansible & Terraform)
Application monitoring (ELK/EFK, Grafana, Prometheus)
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ANIL KUMAR SARIPIRALLA
Cloud DevOps Engineer seeking roles in Cloud DevOps Engineer, Technical Lead,
SRE, AWS, Jenkins, Kubernetes, Docker, Terraform, Ansible, Azure, GCP,
Prometheus, Grafana, ELK, AppDynamics, Linux shell scripting, Java, Android,
Python, JIRA, Git ...
Key Skills: Cloud Computing,Jenkins,Docker,DevOps,Scrum,Agile,SQL,JIRA,AWS,Shell
Scripting,kubernetes,Terraform,Linux,ELK,Prometheus,Grafana,Ansible,SRE,observability,resilience,Performance,Scaling,GCP
Master,Product Management,Python,Java
Summary
A budding professional offering over 7+ year of experience of end-to-end product development; was 1st employee of the
company and helped the Operational Start-up of the company
After hiring the dedicated team for Development and Operations shifted to the Cloud & DevOps to Scale and Streamline the
Products.
Skilled Cloud DevOps Engineer with hands-on experience supporting, automating, and optimizing mission critical deployments
in AWS, leveraging configuration management, CI/CD, and DevOps processes.
Have multi Cloud Knowledge like AWS, Azure, GCP
Managing, Monitoring & Troubleshooting the Cloud & Database Server 24/7 to minimise downtime and maximise high
availability.
I started my journey with Development then moved to the Cloud DevOps Engineer and then shifted to the role of Product
Manager Accidentally, combining both Agile & DevOps can lead to take more rational decision making & Improving the
company Culture also increases the efficiency of production software.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 2/4
Appdest Technologies as Technical Leader
Jul 2019 to Apr 2020
? Gathering Requirements from Client by interviewing and observing them Validating them
? Converting those business requirements into User Stories and tasks in Jira
? Good hands-on knowledge of Source Code Management (Version Control System) tools like Git
? Proficient in developing Continuous Integration/ Delivery pipelines
? Experience with automation/ integration tools like Jenkins, Ansible, Terraform, Docker. Kubernetes
? Knowledge of major cloud service providers, like AWS, Azure etc
? Successfully Delivered multiple Milestones to the Client
Banyan (Accpre Software Technologies Pvt. Ltd.) as Cloud & DevOps Engineer
Sep 2013 to Jun 2019
By using both Agile & DevOps methodologies shown results in rational decision making & Improving the company Culture
also increases the efficiency of production software.
Translating customer's functional requirements into the technological solutions in regards with the Live Sales Dashboards,
Inventory Management, Table Reservation System, Menu Management, Reports & Analytics, Mobile Wallet Integration,
Offers & Promotions, Cloud Print, Online Ordering and so on
Solid understanding of software development life cycle models as well as expert knowledge of Agile, traditional project
management principles & DevOps Processes
Directing a team of Engineers for development of new features in the product
Collaborating with Senior Leadership Team to define product scope and schedule
Interfacing with Product and Engineering Management to plan the product roadmap and strategy
Recommending and implementing process improvements to increase the efficiency and impact of the Engineering Team
Administering project scopes and objectives, involving relevant stakeholders and ensuring technical feasibility; ensuring
that all projects are delivered on-time, within scope and within the budget
Working on a detailed project plan to track progress, managing changes in project scope, schedule and costs
Coordinating with cross-functional teams for Integrated Product Development; providing consultancy throughout the
process
Implementing new technologies & undertaking automation initiatives for optimizing cost & resources, enhancing
productivity, & generating new business opportunities
Developing an alignment between business / technology plans & strategic initiatives at the top level
Implemented the both Fail-fast Agile and well-planned DevOps to drive innovation and transformed from silos to Culture
shifts.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2013
Other Qualifications/Certifications/Programs:
Diploma in Computer Engineering
Azure Administration Essential Training
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 7 Year(s) 0 Month(s)
MySQL SQL Sqlite Scripting Redis Python 0 Year(s) 0 Month(s)
Script, React Native 0 Year(s) 0 Month(s)
Linux, Git, Jira, Bitbucket, Confluence 0 Year(s) 0 Month(s)
ELK, Nginx, tomcat, W|X|LAMP, Gradle, 0 Year(s) 0 Month(s)
DevOps, Azure, GCP, Azure DevOps 0 0 Year(s) 0 Month(s)
Java, Python, Android, JavaScript 0 0 Year(s) 0 Month(s)
CI CD, ELK, Gradle, VSTS 0 0 Year(s) 0 Month(s)
Confluence, Jira, Bitbucket, UI/UX 0 0 Year(s) 0 Month(s)
kubernetes, Jenkins, Docker, Istio 2020 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 3/4
Nature of Employment: Full Time Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Project Leader
Duration: Aug 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2017 - Nov 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2013 - Jun 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2013 - Jan 2015
Onsite / Offsite: Offsite
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Projects
Project Title: Roche
Client: Roche Holding AG
Project Details: Working closely with the engineering team to deploy and maintain the infrastructure.
Automate and streamline our operations and processes for scale.
Achievements:
Implemented the Bitbucket integration for Jenkins Pipeline, also HPA for EKS cluster
Configured the EFK for Application Monitoring, Grafana Prometheus for K8S cluster Monitoring
Skills:
Jenkins, Docker, Kubernetes, Terraform, AWS, Istio, EFK, Grafana, Prometheus, Python, Groovy, Shell script, Postgres,
Appdynamics
Project Title: JIMS
Client: Lakshmi Jewellers Mumbai
Skill Used: Azure, SQL Azure, Agile, Scrum, Devops, Android, SAAS, .Net, User Experience, User Interface Designing
Project Details: ? Gathering Requirements from Client by interviewing and observing them Validating them
? Converting those business requirements into technical specifications
? Good hands-on knowledge of Source Code Management (Version Control System) tools like Git and Subversion
? Proficient in developing Continuous Integration/ Delivery pipelines
? Experience with automation/ integration tools like Jenkins, Ansible, Docker. Kubernetes
? Knowledge of major cloud service providers, like AWS, Azure etc.
? Hands-on knowledge of software containerization platforms like Docker and container orchestration tools like Kubernetes
and Docker Swarm
Project Title: Spinov
Client: Accpre Entertainment Pvt Ltd
Project Details: Spinov mobile app enables bar goers play live predictions games against live sports leagues, trivia questions,
theme quizzes, live ratings etc and win discounts.
Project Title: Banyan
Client: Accpre Software Technologies Pvt Ltd
Skill Used: AWS, Android, Mobile Application Development, Python, React.Js, Core Java, Devops, Javascript, Microsoft
Azure, MySQL, Google Api, API Manufacturing, SQL Server, GCP, UI Development, User Experience, Business Analytics,
Project Management, Product Management, Agile Methodology, Scrum Master, JIRA
Project Details: Banyan is a cloud-based, multi-channel platform designed for restaurant businesses. Banyan offers a suite of
cloud-based applications that help restaurants deliver a superior customer experience by optimizing both front and back
house operations. Banyan also acts as an open platform to integrate a suite of cloud services with restaurants like online
orders, Inventory Analytics, mobile payments, table reservations, cross-platform promotions, hyper-local deliveries, etc
Project Title: DigiDine
Client: Accpre Software Technologies Pvt Ltd
Project Details: Digital Menu Application for Hospitality
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c12…
https://freesearch.naukri.com/preview/printResume?uname=ef8a369cfd9bd8010b8506718e806a4b50090b581c470f105042430b5e5b581c420c125110140d5a5c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 736: Resume 1146 with similarity score 0.01340829223712891
Resume Text: MS , BS solutions architect , associate , technical service engineer , windows administrator , on call , change management , full time , team member , product owner , balancer customer , virtual machines , project managers , citrix , microsoft azure , conducting , quote , windows administration , status , stakeholder management , logging , fundamentals , connectivity , order management , ec2 , procurement , restoration , coordinated , mailboxes , remote access , on-call support , eas , outlook , upgradation , encryption , infrastructure services , designation , fault tolerant systems , mar , hindi , ltd , blackberry , cli , english , troubleshooting , supply , directors , agile , boot , groups , provisioning , ownership , solution architecture , windows xp , aduc , change management , kanban , resolve , professional services , itil , triage , vmware , javascript , technology , disk , landesk , gujarati , rollout , lync , rca , general , performing , skype for business , options , data migration , vendors , affirmative action , maintenance , basic , service delivery , office 365 , escalation , email , aws , windows 10 , ad-hoc , operations , premises , languages , microsoft exchange , pxe , windows 8.1 , amazon , 2012 r2 , engineers , windows 7 , security tools , mechanisms , people management , windows server , ug , case , active directory , pos , permissions , cost control , authorization , teams , enterprise , application , interfacing , electronics , s3 , servers , storage , technical documentation , network administration , schedules , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c140912…
https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c1409120740435a550d5… 1/3
Current Designation: Technical Service Engineer Expert
Current Company: Fujitsu Global
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Diploma [Electronics]
Verified : Phone Number | Email - id
Fujitsu Global as Technical Service Engineer Expert
Jun 2020 to Till Date
Key Result Areas:
Serving as a team member in supporting and operating key aspects of infrastructure services
Monitoring and escalating issues cloud vendor
Troubleshooting issues to resolving problems and on call for 2nd or 3rd shifts
Providing status updates to Operations Product Owner and stakeholders
Providing issue review and triage problems for new service/support requests
Contributing to Agile/Kanban workflows and team process work
Fulfilling any ad-hoc data or report request queries from different functional groups
Providing quote for technical solutions both for workloads on Azure and AWS
Formulating SOPs, technical documentation for workload implementation
Coordinating with the multiple departments to ensure that correct trainings are assigned to associates and tracked the
progress.
Participating in bidding for providing technical inputs
Getronics India Pvt. Ltd. as Sr. Windows Administrator
Mar 2017 to Jun 2020
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Mustafa F. Fani
ITIL V3 Technical Service Engineer Expert seeking roles in AWS Cloud
Administration,Windows Administration,Cloud Computing,MS,Project
Management,Change Management,Quality Management,DNS,DHCP,Active Directory,
MSAzure
Key Skills: Technical Service Engineer Expert,IT/Networking-Manager,AWS Cloud Administration,Windows
Administration,Cloud Computing,Solution Architecture,Project Management,Change Management,Quality
Management,DNS,DHCP,Active Directory,Azure
Summary
Offering over 9 years of experience Order Management, Stakeholder Management and People Management
Possess knowledge of multiple services in AWS (IAM, EC2, Load Balancer) and Azure (IAM, Virtual Machines)
Understanding of deployment, management & operations of scalable, highly available & fault tolerant systems on AWS
Interfacing with customers at different stages of the problem including understanding customer issues, communicating action
plans for resolution, and conveying resolution
Managed the installation, upgradation, administration, maintenance, and troubleshooting of Windows 10 & Windows 7
Working closely with Application Technical Teams to ensure successful rollout of the solution to the cloud
Automating infrastructure provisioning using "Infrastructure as Code" approach using Azure ARM templates and AWS Cloud
Formation
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c140912…
https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c1409120740435a550d5… 2/3
Key Result Areas:
Knowledge of:
AWS Services (VPC, EC2, IAM, S3, and EBS)
Amazon Glacier for archiving data; monitoring resources, such as Amazon DB Services, CPU Memory & EBS Volumes
AWS Security Tools & Services including AWS Security Model, IAM (Identity Access Management), Security Groups,
Network ACLs, Encryption, and MFA
Aware of AWS technologies and appropriate AWS operational best practices implementation
Managing remote login to Virtual Machines to troubleshoot, monitor and deploy applications
Working on StorSimple (MS Azure Technology), performing LUN provisioning & expansion, troubleshooting various issues
related to storage & connectivity, cloning disk for data restoration, preparing backup schedules and monitoring
environment
Coordinating with multiple vendor team to ensure the delivery of services on time
Troubleshooting issues related to OS Level & Applications and SCCM Client on Windows OS
Installing Windows 10 via PXE Boot and troubleshooting issues
Conducting the application installation manually and SCCM client
Working on Exchange (Office 365)
Highlights:
Supported the data migration of existing on-premises server to and virtual servers in Azure
Acquired understanding of:
AWS service selection based on compute, data and security requirements
Estimation of AWS usage costs and identification of operational cost control mechanisms
Gained knowledge of deployment of Cloud Infrastructure using Cloud Formation Templates and AWS GUI or CLI
Capita IT Services as Sr. Analyst -Second Line Support
Jul 2012 to Mar 2017
Key Result Areas:
Addressed customer queries through calls/e-mails; delivered on-call support to Engineers on handheld units to resolve
issues
Deployed software with the help of LANDesk Remote Access Tool on end-user computers on VPN and Office Network
Troubleshot VPN related issues, Outlook Client (2003/2007/2010/2013) issues related to PST, rules, profile & mailbox, and
Citrix Profile related issues by logging on to Citrix Servers
Prepared new process documents for the team and provided new updates related to process
Conducted & provided RCA to Managers regarding case escalation and co-coordinated with Service Delivery Managers &
different Resolving Teams for getting end-user issues resolved
Worked on:
End-user Windows OS such as Windows XP, Windows 7, and Windows 8.1
Microsoft Exchange (2003/2013); engaged in provisioning of mailboxes, user mailbox access and general support
ADUC Tools
Microsoft Lync (Skype for Business); engaged in provisioning of user accounts, general support/client-side troubleshooting
Managed the creation/alteration/migration of AD objects, user accounts, security groups and policies
Provided support of Capita Blackberry Enterprise Servers; conducted basic handset troubleshooting
Monitored Enterprise Archiving Solution (EAS), general support, and access permissions support
Sourced complex hardware / software and professional services; created quotes / POs for orders placed by customers
Maintained Cost Model Tool, updated hardware pricing, and liaised with vendors & procurement team to keep model
updated
Took complete ownership of requests right from ordering hardware till time of delivery and ensured the delivery of
requirements on time; interacted with Service Delivery Managers/Directors for any clarifications
Identified project requirements, liaised with Project Managers for fulfilment of project orders, prepared process documents
and educated team members about any changes in the process
Communicated with customers via conference calls to rectify process gaps and address their concerns on time
Delivered value added services like obtaining best prices, delivering excellent supply services, provide best options and
advising for the requirement
UG: Diploma (Electronics) from Dr. Panjabrao Deshmukh Polytechnic in 2000
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
AZ-104 - Microsoft Azure Administrator Associate
AZ-900-Microsoft certified Azure Fundamentals
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c140912…
https://freesearch.naukri.com/preview/printResume?uname=cd3405b39627fb17cf6105aec40fb9cb09580c561f10081406454751090f571c1409120740435a550d5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
VMWARE
AWS Associate 2019
WINDOWS SERVER 2012 R2 2017
WINDOWS 10 10 2017 3 Year(s)
AZURE
DNS, DHCP
Active Directory
MS OFFICE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Gujarati
Rank 737: Resume 995 with similarity score 0.01340232708871186
Resume Text: B.E , MS , B.TECH , M.TECH teaching assistant , senior software engineer , full time , software developer ecommerce , web development , core java , general , algorithms , jenkins , visual studio code , designation , ug , mar , affirmative action , information technology , mysql , hindi , maintenance , ltd , windows , vim , authorization , internet , english , node.js , status , opengl , email , express , pandas , application , mongodb , introduction to , numpy , ubuntu , bitbucket , redis , github , mac os , c++ , kibana , languages , scikit-learn , python , javascript , jira , database , teaching 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f425…
https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f42571517515d0e59… 1/2
Current Designation: Senior Software Engineer
Current Company: MakeMyTrip (India) Pvt Ltd
Current Location: Ghaziabad
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
MakeMyTrip (India) Pvt Ltd as Senior Software Engineer
Jan 2021 to Till Date
Java backend role
PayTM as Software Engineer
Jul 2019 to Dec 2020
Node.js backend role
IIIT Allahabad as Teaching Assistant
Jul 2018 to May 2019
I was a teaching assistant in my final year at College.
Courses: Introduction to Programming, Data Structures and Algorithms.
UG: B.Tech/B.E. (Information Technology) from indian institute of information technology in 2019
PG: M.Tech (Information Technology) from Indian Institute of Information Technology in 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shubham Vashishtha
Software Engineer seeking roles in Backend, Fullstack. 1.5 years Node.js experience
@ Paytm
IIITA 2019 passout. Tech Skills: C++, Javascript, Java, MySQL, MongoDB
Key Skills: Backend,Software Development,Web Development,Javascript,Core Java,C++,MySQL Database
Administration,MongoDB,Python
Summary
Software Engineer seeking roles in Backend, Fullstack. 1.5 years Node.js experience @ Paytm IIITA 2019 passout. Tech Skills:
C++, Javascript, Java, MySQL, MongoDB
Work Experience
Education
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f425…
https://freesearch.naukri.com/preview/printResume?uname=c7fefdb91c7f837bedce21412c5b4bc45f5b0058194108100313425e0f5f074b455f42571517515d0e59… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C , C++ , Javascript (Node), Core Java
Python
scikit-learn, numpy
pandas, express, react
MySQL, Postgres, MongoDB, Redis
Jenkins, Kibana, JIRA
Sublime , Visual Studio Code, Vim
Git, GitHub, BitBucket
Windows , Ubuntu, Mac OS
OpenGL with C++
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 738: Resume 1298 with similarity score 0.013331150518197213
Resume Text: B.E , MS , B.TECH devops engineer , linux administrator , cloud engineer , full time , senior associate ansible , automation , version control , managed services , rpm , slack , general , devops , jenkins , kubernetes , security , designation , space , mar , affirmative action , ram , firewalls , rhel , hindi , docker , linux , maintenance , apache , virtualisation , ltd , windows , ear , tar , unix , authorization , english , iaas , teams , plugin , status , nexus , flavors , email , project , tomcat , groups , aws , configuration management , ips , yum , application servers , provisioning , continuous integration , user administration , github , artifacts , nagios , components , s3 , middleware , running , computer science , languages , voip , infrastructure , storage , ec2 , building , load balancing , operating systems , amazon , sonarqube , technology management , javascript , data recovery , disk management , cloud computing , package management , backup and recovery , cd , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f43…
https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f430014455c5d5c5… 1/3
Current Designation: Senior Associate - IT Ops
Current Company: Coforge Limited (Formerly NIIT
Techonologies)
Current Location: Ghaziabad
Pref. Location: Pune,Bengaluru / Bangalore,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Coforge Limited (Formerly NIIT Techonologies) as Senior Associate - IT Ops
Sep 2019 to Till Date
Devops Engineer experienced in CI/CD ,Git , Jenkins, Docker , Ansible , Kubernetes.
using Cloud Platform( AWS ) for IAAS , well versed with Linux environment
Coforge Limited (Formerly NIIT Techonologies) as Senior Associate - IT Ops
Sep 2019 to Sep 2019
Environment: Docker, GIT, Nagios, Linux, Apache, load balancing, AWS, Ansible, Java
Managing 50+ Linux servers & component provisioning & handling configuration &
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Gaurav Giri
Devops Engineer with 6+ years of experience in IT operations.Well versed with cloud
technologies like AWS, DevOps , GIT, GITHUB, Jenkins , Nexus , Sonarqube, Slack,
Docker , Ansible , Kubernetes,
Key Skills: cloud computing,Server Maintenance,Devops,Continuous
Integration,GIT,Github,Jenkins,AWS,Linux,Docker,Ansible,NAGIOS,Apache Tomcat,Container,Kubernetes ,
Summary
6+ years experienced & result
oriented DevOps Engineer possessing
in-depth experience of managing
cloud based technology & effectively
handling configuration & deployment
of infrastructure & services. Gained
hands on experience in implementing
core DevOps concepts such as
containerisation, virtualisation,
version control, cloud computing,
database management &
administration, load balancing, etc. by
using a wide variety of technologies
while working with multiple DBMS,
Operating Systems & programming
languages. Drives excellence in every
project to deliver outstanding results.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f43…
https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f430014455c5d5c5… 2/3
deployment of infrastructure & services
Cloud technology management
Virtualisation & Load Balancing
Server Maintenance & Infrastructure Monitoring
Managed the infrastructure, avoided single point of failure, monitored RAM CPU
space
Created server & components by application of Virtualisation Concept using Docker
Played key role in establishing the entire cloud based distributed computing
infrastructure for the VoIP application
Employed complex concepts & technologies including git, Docker, apache, nodes,
networking, etc.
Setup Nagios server & installed Nagios Plugin on each running host machine as a
client
Constantly monitored the up-time of the infrastructure using status of all
components sent by the Nagios client .
Creating of Environment, and users in Ansible Server.
Developing playbooks to pull the Ansible server.
Automate deployments through the use of configuration management.
Working with Git and Jenkins CI/CD Continuous Integration of Server-Installation,
Configuration and Design.
Worked on Jenkins by installing, configuring and maintaining for the purpose of
continuous integration (CI) and for End to End automation for all build and
deployments.
Involved in deploying artifacts like JAR, WAR, and EAR into application servers Apache
Tomcat.
Configuring pre and post build actions in Jenkins as per project requirements.
Experience working on several Docker components like Docker Engine, Hub, Machine,
creating Docker images, Compose, Docker Registry and handling multiple images
primarily for middleware installations and domain configurations.
Worked on Docker container snapshots, attaching to a running container, removing
images, managing Directory structures and managing containers.
Creating servers, AMIs, storage blocks in S3 Bucket, taking snapshots, VPCs, subnets,
load balancing and auto-scaling in AWS.
Manage and configure AWS services as per the business needs (ELB, EC2, IAM, and
VPC).
NEC Technologies India Pvt. Ltd. as Executive - Managed Services
Mar 2018 to Sep 2019
Environment: Docker, GIT, Nagios, Linux, Apache, load balancing, AWS, Ansible, Java
Roles & responsibilities: AWS Cloud Engineer/Linux Administrator.
Worked closely with EC2 infrastructure teams to troubleshoot complex issues.
Building customized Amazon Machine Images.
Created detailed AWS Security groups which behaved as virtual firewalls that
controlled the traffic allowed reaching one or more AWS EC2 instances.
Setup and launch Amazon Linux and RHEL and windows ec2 instances,
network interface with Elastic IPs.
Yum configuration in server & package installation through YUM .
Installing applications on Linux flavors.
Responsible for Day to Day Backup and Recovery using tar. Updated backup
scripts on different environments.
RPM and YUM package management, installing, upgrading and removing.
Performed operating system installation and configuration.
User administration, creating, modifying and deletion. Resetting UNIX account
password.
implemented changes, upgrades, security procedures and policies to the
Linux.
Managed the user account, data recovery, etc.Responsible for providing
support and assistance in initial installation of the system, setup and
maintenance of Disk Management, partitioning tools like f disk etc. file system.
Configured Volume groups, Logical volume and extended logical groups.
UG: B.Tech/B.E. (Computer Science) from Uttar Pradesh Technical University (UPTU) in 2013
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f43…
https://freesearch.naukri.com/preview/printResume?uname=6a528547346a9917f43f70677bc1f2d50b5a5f591c470e19031217090e5d051b115f430014455c5d5c5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Jenkins 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 739: Resume 1112 with similarity score 0.013329835663118099
Resume Text: MS oracle dba , associate , oracle developer , full time , senior database administrator , practice manager , team manager project support , general , software solutions , couchbase , access , validation , internal compliance , designation , ug , case , conducting , oracle , affirmative action , project plans , hindi , linux , azure , unix , database administration , service delivery , sourcing , database servers , authorization , project planning , airlines , english , rackspace , technical training , status , protection , stakeholder management , japanese , sql , email , aws , service improvement , mongodb , problem management , processing , testing , hiring , disaster recovery , capacity planning , dc , strategy , building , languages , preparation , documentation , iso , itil , big data , viability , solaris , cassandra , oci , coordinated , energetic leader , javascript , schedules , technology , pmp , insurance , hadoop , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440…
https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440143415a5d090… 1/3
Current Designation: Senior Database Administrator
Current Company: Rackspace,TriCore Solutions
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Project Management]
Verified : Phone Number | Email - id
Rackspace,TriCore Solutions as Senior Database Administrator
Apr 2005 to Till Date
Growth Path
2005 - 2007: Oracle DBA - L3
2007 - 2013: Lead DBA
2013 - 2016: Associate Practice Manager
2016 - 2019: Team Manager
Since 2019: Database Administrator
Role:
Ensuring smooth service delivery, quality of service, transition of new
clients, followed by post-transition tasks such as DBA team access to
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Satyakam Mishra
Database Administrator seeking role in Database Administration,Requirement
Gathering,Project Management,Service Delivery,Capacity Planning,Stakeholder
Management,MongoDB,Cassandra,AWS,Azure,SQL Database
Key Skills: Database Administrator,System Admin,Database Administration,Requirement Gathering,Project
Management,Service Delivery,Capacity Planning,Stakeholder Management,MongoDB,Cassandra,AWS,Azure,SQL
Database
Summary
Exposure in managing client of Hospitality, Insurance, Airlines &
Pharma domain
Gained hands-on experience on different cloud technologies (AWS,
Azure, Oracle)
Designed & implemented policies for disaster recovery and data
archiving to ensure effective protection and integrity of data assets
Collaborated with end-users & department managers for capacity
planning & development of long-term strategic goals for production
database
Studied and coordinated client's needs / enhancements,
customization of software accordingly and extended consultancy as a
part of technical team to provide solutions as per the delivery schedules
Undertook strategy planning and implementation which had an
impact on technology direction for the division and business segment;
managed workload and multiple priorities in a fast-paced environment
Energetic leader known for skills to envision & create successful
outcomes in a complex environment
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440…
https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440143415a5d090… 2/3
servers, database servers inventory & version validation, inventory
updates in PMP tool, VPN tunnel testing, and so onLeading L4 DBA-team of 10 members
Engaged in SOW preparation, project planning including financial
viability & Technical feasibility of projects including preparation of
technical task-plans for special Projects, e.g. cross database migration,
upgrade of ODA server & complete setup of new DC of No. SQL Database
Reviewing and working on service improvement plan, like reduction of
alerts using OS scripts and problem management process
Preparing SOW (Statement of Work) & working on technical task plans
for big database projects
Collaborating with Internal Compliance team during ISO-20000:2011
Audit and ISO 27001:2013
Conducting Case / System / Process Study for project planning, scoping,
estimation, tracking
Implementing project plans within pre-set budgets and deadlines
Defining best practices for project support and documentation as per
guidelines
Mapping client's requirement and providing them best IT solutions
involving evaluation and definition of scope of project and finalisation
of project requirements
Strategizing, planning, creating & building of servers on Cloud Services
(AWS, Azure)
Sourcing, hiring and providing technical training & counselling to
Processing Associates/Team-mates
Samaritan Software Solutions as Oracle Developer/DBA
Jan 2002 to Jun 2004
UG: B.Com (Honours) from Delhi University in 2012
PG: MBA/PGDM (Project Management) from Sikkim manipal university in 2012
Other Qualifications/Certifications/Programs:
MCA
Education
IT Skills
Skill Name Version Last Used Experience
Oracle ocp
ITIL V3
big data hadoop
Linux/Unix / Sun Solaris
Cassandra
Couchbase
Mongodb
Oracle 8i Database & 6i
AWS
PMP
Oracle Cloud Infra (OCI)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440…
https://freesearch.naukri.com/preview/printResume?uname=7279b3a2ff9c4e8366890ef95ca8d032595b0e5442460943524748595f5d544f410e440143415a5d090… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
Hindi
English
Japanese
Rank 740: Resume 1018 with similarity score 0.013314634568077972
Resume Text: MS risk analyst , full time , quality assurance return on investment , reporting , risk analysis , financial services , filenet , designation , ug , microsoft office , vendors , regulatory requirements , underwriting , loans , affirmative action , hindi , cash flow , balance sheet , cs , information management , authorization , english , credit analysis , liquidity , financial planning , status , budgeting , excel , email , financials , powerpoint , business expansion , bpo , mumbai , operations , on the job training , finance , languages , financial statement analysis , salesforce , word , management system , javascript , workflow , organization , tax , insurance , commerce , base , financial analysis 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160…
https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160712465e0b580… 1/2
Current Designation: Credit Analyst(Commercial Lending)
Current Company: Genpact
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Credit/Control Mgr
Industry: BPO/ITES
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Genpact as Credit Analyst(Commercial Lending)
Jan 2019 to Till Date
Responsibilities:
* Working closely with underwriting team to ensure timely delivery of monthly, quarterly and yearly financial analysis
reports for decision making process.
* Financial spreading which includes the Income Statement, Balance Sheet and Cash Flow Statement to generate the
MRA (Moody's Analysis Report). Currently working on tool FIS Optimist for spreading.
* Working on Interim review which included Ratio Analysis, Liquidity Ratio, Profitability ratio and performance trigger
analysis and risk rating Justification.
* Working on different software and tools, and making updates for the financials and credit review for the Vendors and
Dealers to provide Mortgage loans for their business expansion and payment of debts.
* Upload and verify various documents including financials, insurance, sub-ordination agreements, other loan agreements,
etc. Mentored and provided on the job training to the new joiners and equipped them with the process knowledge.
Reporting Tools:
* Moody's Risk Analyst, AIMS(Accounting information Management System), Filenet, Workflow Spreading tool,
Salesforce, FIS Optimist.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SWATI SINGH
Credit Analyst(Commercial Lending) seeking roles in Credit Operations,Credit
Analysis,Process Improvement,Risk Management,Commercial Operations,Quality
Assurance,Financial Analysis,Financial Planning,Financial Services.
Key Skills: Credit Analyst(Commercial Lending),Financial Analysis,Financial Planning,Budgeting,Financial
Reporting,Accounting,Finance,Credit Analysis,Risk Analysis,Credit Underwriting,Mba,Financial Statement Analysis,Credit
Risk Analysis,Ratio Analysis
Summary
A result-oriented professional with an experience of 2 years in managing overall accounting operations and audit for the
organization. A proactive leader and planner, skilled in Credit Operations,Credit Analysis,Process Improvement,Risk
Management,Commercial Operations,Quality Assurance,Financial Analysis,Financial Planning,Vendor Development,Financial
Services also in expanding client base for enlarging turnovers and achieving desired targets / goals. Proficient in adhering to
accounting controls by following policies and procedures in compliance with legal and regulatory requirements also manage
funds to maximize return on investment while minimizing risk.
Work Experience
Education
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160…
https://freesearch.naukri.com/preview/printResume?uname=37e91ff008f027a87a14e8e2f2960cee0b5c5f534b1000450247405d0b0d0242410f160712465e0b580… 2/2
UG: B.Com (Commerce) from Patna Womens College, Patna in 2015
PG: MBA/PGDM (Marketing) from AKTU UNIVERSITY in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Office
Word, Excel,Powerpoint
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 741: Resume 1558 with similarity score 0.013295626472870891
Resume Text: MS warehouse manager , assistant manager , material controller , business development , sales manager , partner , full time , team member training , construction equipment , classification , connect , space , promotional , conducting , refunds , sales & marketing , excise , stock management , customer satisfaction , status , packing , store , requisitions , product management , sap , oracle erp , disposal , stock control , damage , order management , payments , google analytics , coordinated , stocking , cms , sellers , organization , notification , organic growth , unloading , frame , magento , retail , designation , hindi , supply chain operations , ltd , english , cost savings , transportation management , industrial safety , strategic alliances , inventory control , fedex , leadership , processing , deals , business operations , closure , dispatching , abc analysis , recruiting , dashboard , daily reports , javascript , availability , presenting proposals , measures , capital , customer base , value-added , general , performing , suppliers , healthcare , calendars , transporters , e2e , vendors , affirmative action , user experience , principles , hub , cataloging , vendor management , grocery , utilization , checks , social media , email , sports , online business , rubber , freight , continuous process improvement , traceability , languages , export , client requirements , amazon , management system , lead generation , product lines , vendor negotiation , prospect , csat , mentoring , streamlining , people management , manual handling , ug , fifo , relationship building , logistics management , stocks , revenue , authorization , teams , warranty , approvals , deliveries , focus , cash management , llp , records , materials , government , led , fleet operations , kaizen , storage , e-commerce , returns , platinum , campaigns , scrap , digital marketing , strategic business , metrics , officers 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 1/4
Current Designation: Sales Manager
Current Company: VLogis (A division of VTrans India Ltd)
Current Location: Pune
Pref. Location: Pune,United Arab Emirates (UAE),United
Kingdom (UK)
Functional Area: Purchase / Logistics / Supply Chain
Role: Warehouse Mgr
Industry: Auto/Auto Ancillary
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
VLogis (A division of VTrans India Ltd) as Sales Manager
May 2019 to Till Date
* Spearheading complete sales & business development functions including generating 3PL lead, relationship building,
closing RFQ, planning, digital marketing & problem-solving while effectively negotiating with clients prices/quotes for
successful closure of the business deals; ensured achievement overall revenue objectives with excellent lead conversion
ratio
* Mapping client requirements & providing best warehousing & supply chain solutions as per the key buying metrics
* Using digital platform/social media networks to connect with clients and convert prospect leads into business
* Developing & presenting proposals as per the requirements to win business
* Identifying process gaps and recommending corrective action plans & improvement measures to improve the same
* Ensuring achievement of defined revenue & volume targets; developing strategic business plans to improve
profitability
* Improving global customer base with focus on enhancing revenue generation for the organization
* Gathering & analyzing market trends & key quantitative metrics for better understanding of business
* Coordinating with cross-functional teams such as Marketing & Promotions to improve brand position & acquire new
business
* Assisting in recruiting new talents, mentoring team members and providing training as and when required
* Exhibiting leadership in motivating team members to perform well in the organization
* Managing the complete accounts/portfolio of the converted leads with focus on improving customer satisfaction level
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Abhijeet Nalage
Sales Manager seeking roles in Sales,Warehouse Management,Supply Chain
Operations,Inventory Management,Business Development,Vendor
Management,Logistics Management,Transportation Management,Continuous Process
Improvement,Vendor Negotiation,ERP,SAP..
Key Skills: Sales Manager,Warehouse Manager,Sales,Warehouse Management,Supply Chain Operations,Inventory
Management,Business Development,Vendor Management,Logistics Management,Transportation
Management,Continuous Process Improvement,Vendor Negotiation,ERP,SAP
Summary
* A result-driven professional offering over 18 years of experience in spearheading supply chain functions entailing
Warehouse Management, Inventory Management, Business Development, Sales & Marketing and People Management
* Extensive experience in Sales & Marketing, Business Development in multi-cultural & cross-functional environment;
successfully acquired 4 new clients and developed business for 30,000 Sq. Ft. Warehouse Space with monthly billing of INR 5-6
Lacs
* Fostered lasting relationships and promoted organic growth with clients/sellers through value-added strategic analyses and
execution of consultative solutions; guided them in achieving positive results using value-based selling
* Proven success in managing Inventory/Material and Fleet Operations; spearheading supply chain planning to enhance
business operations; exhibit leadership in inspection/checks, training and manual handling of inventory
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 2/4
STARKENN SPORTS PVT. LTD. as SR. Executive E-commerce operation
Oct 2016 to Aug 2018
* Administered e2e e-Commerce Operations including dashboard operations (Magento), vendor management, people
management, delivery management, back-end support, client relationship management, online marketing such as email
notification, google analytics and lead generation
* Developed & implemented strategies to streamline complete online/e-commerce business & channels for India
* Directed accurate packing & dispatch of orders, shipment, monitoring dispatched orders, stock management, gross-
margin report creation and business development & marketing; administered operations for sales through
bumsonthesaddle.com & Amazon
* Coordinated with key business leaders & stakeholders and 3rd Party Agencies to improve online business
performance
* Managed & controlled pricing & promotional programs; evaluated & improved selling processes; prepared planning
calendars for each seasons as well as promotional & mailer campaigns
* Liaised with courier companies such as FedEx for streamlined supply chain & dispatch of orders
* Resolved customer queries through email & telephone with focus on improving overall customer satisfaction;
managed all returns, replacements, refunds and lost-in-transit orders; updated records & shared the same with higher
management
* Ensured proper stocking of products; identified new product lines, monitored listing & took action on under-performing
SKUs
* Unpacked, checked & uploaded new stock on Electronic Stock Control Systems
* Interacted with suppliers for warranty claims, missing/damaged items and returns
GETIT GROCERY PVT. LTD. as Assistant Manager-Operations
Sep 2015 to Jul 2016
* Managed complete hub operations, cash management, vendor management, people management, delivery
management, back-end support and customer relationship management; developed & shared daily reports to higher
management
* Administered operations related to Inbound & Outbound Hub as per the organizational guidelines
* Evaluated vendors/sellers and acquired them as per the SLAs to develop the business
* Spearheaded order management functions including processing & delivery of the order within TAT
* Recruited, led & mentored team members as per the staffing requirements of the organization; managed a team of 10
members
* Improved CSAT by resolving customer queries within defined time-frame
* Enhanced sales through a digital platform with a focus on improving user experience and streamlining online
transaction systems
WELLFORTE RETAIL SERVICES LLP as MANAGER - PURCHASE & LOGISTICS
Jun 2012 to Aug 2014
* Managed e-commerce, vendor development, people management & delivery management activities; liaised with
government authorities for getting approvals & licenses such as Food & Drug License, Shop Act and so on for online store
* Administered & controlled stock/inventory and ensured timely availability of the same
* Coordinated with Digital Marketing Team for campaigns, product promotions and cataloging of new products
* Acquired new vendors/sellers to list their products on the e-commerce portal
* Supported CMS Team for achieving proper product content from vendor; worked closely with Technical Team for
products offered
* Used Warehouse Management System (WMS) to streamline supply chain operations
* Trained staff on warehouse procedures, product management, loading/unloading and packing
* Generated the invoice with packing slip and distribute the products for deliveries
* Formed strategic alliances with external logistic partner like domestic courier & cargo services for distribution
Schrader Duncan Limited as inventory and Logistic Executive
Jun 2009 to May 2012
* Worked on ERP Packages/Oracle for inventory control, material receipt, storing
line feeding, logistics, warehousing, dispatching, excise, and export dispatch
across Rubber Store, Chemical Store & Consumer store
* Issued materials as per authorized material requisitions; monitored & audited
stocks and checked statements before distribution
* Coordinated with QA Department for receipt, checking & clarification of all orders
* Ensured accurate Inventory Management while maintaining minimum &
the maximum stock level of raw & finished materials
* Managed transportation and controlled incoming & outgoing vehicles in
coordination with suppliers/customers/transporters
* Negotiated price/cost and administered bills & payments in coordination with
Accounts Department; managed octroi activities such as entry pass & octroi
payment
* Created KPIs reports, monthly/weekly/daily reports and monthly meeting
statements for Internal & Excise Department
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 3/4
* Supervised complete operations of the warehouse including manpower
utilization; initiated and executed programs to track receiving, warehousing and
distribution operations as per organizational policies; followed FIFO Systems for
supply chain
* Mentored staff members to control breakage; ensured special cargo
management functions while assuring proper inventory control and optimal
utilization of resources
* Liaised with cross-functional teams to streamline warehouse operations;
maintained optimum inventory level while ensuring maximum cost savings with
a minimum holding of stocks
* Devised plans for regular checks & audits to ensure safe and accurate custody of
inventory; ensuring excellent SHES practices for safe & secure work environment
* Implemented various improvement methodologies to streamline operations;
monitored and managed damaged & near damaged products, wrong deliveries,
non-deliveries, returns and service level fines
* Evaluated & implemented multi-model transportation solutions for ensuring
timely delivery following transit norms
* Interfaced with transporters for conducting negotiations and finalizing freight
rates so as to optimize transportation costs and ensure minimum damage
during transit
Hyundai Construction Equipment India Pvt. Ltd as Material Controller Executive
Jun 2008 to Jun 2009
* Worked on SAP MM Module; applied JIT & ABC Analysis to manage inventory
without excessive blockage of capital
* Monitored & managed all A&B Class CKD part in the store
* Supervised container unloading on related dock & material checking as per
packing list; arranged material in FIFO System
* Prepared GRN Issuance for material receipt using SAP
* Generated Inventory MIS Reports as well as Inventory Reconciliation Reports
(System against Actual)
* Managed scrap disposal activity and maintained excellent housekeeping at
scrap yard
* Played a key role to establish warehouse responsibilities related to stores at the
time of plant on a Greenfield Level
* Worked as a team member for selecting store location, traceability, an
arrangement of space for storage, material movement, material identifications,
ABC classification and managing equipment
* Led 30 Contract Workers with 3 Officers for material movement
Esquire Healthcare Pvt. Ltd as Store Executive
Feb 2001 to Jun 2008
* Managed dispatches to the tune of 98% as per market
* Led a team of 80 Contract Workers for packing & dispatches per shift
* Got trained in 'Principles & Tools of Kaizen and Industrial Safety & Health for
Workers' organized by NRIA
UG: B.Com (Commerce) from Pune University in 2000
Education
IT Skills
Skill Name Version Last Used Experience
SAP MM 6.0 2009 1 Year(s)
MS OFFICE 2010 2018 15 Year(s)
Oracle ERP 2012 3 Year(s)
MAGENTO 1.9.3.1 2018 1 Year(s) 6 Month(s)
Kartrocket Platinum 2018 8 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f45…
https://freesearch.naukri.com/preview/printResume?uname=b52e94924103955cac48aa0b6fadefe6515c0d044a4700450212445c5b01584e410f450a174751580e5… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Shiprocket
ERP Package, SAP
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 742: Resume 1072 with similarity score 0.013291775999833277
Resume Text: B.E , MS , B.TECH devops engineer , system administrator , associate , full time , system engineer , business analyst ansible , human error , general , devops , jenkins , telugu , security , designation , scripting , mar , tamil , bash , affirmative action , hindi , cloud , beginner , maintenance , apache , ltd , linux server , windows , authorization , english , troubleshooting , cisco meraki , status , program management , email , tomcat , application , aws , server configuration , splunk , workstation , electronics , pipelines , s3 , building , ec2 , languages , kannada , production processes , python , system administration , javascript , servicenow , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400…
https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400a45460e5c585… 1/2
Current Designation: AWS DevOps engineer
Current Company: Deloitte Consulting India Private Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Business Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Deloitte Consulting India Private Limited as AWS DevOps engineer
Dec 2020 to Till Date
Handel AWS DevOps related assignments and help building clients requirements.
Tata Consultancy Services Ltd. as DevOps Engineer (System Engineer)
Mar 2018 to Dec 2020
1) Worked as a DevOps Engineer under Cloud Migration Domain.
2) Delivered new Pipelines as per the requirements using CI/CD methodology.
3) Installed, maintained and upgraded Linux server hardware and software according to security standards and best
practices from the company.
4) Automated build and deployment using Jenkins to reduce human error and speed up production processes
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visveswaraiah Technological University (VTU) in 2017
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Bhuvanteja
AWS,DevOps Engineer seeking assignments in DevOps Engineering,System
Engineering,Cloud Migration,Server Configuration,System Administration,Program
Management,Software Engineering,Apache Tomcat,Bash,Linux
Server,Python,Java,ServiceNow,Jenkins,Ansible
Key Skills: DevOps Engineer,System Administrator,DevOps Engineering,System Engineering,Cloud Migration,Server
Configuration,System Administration,Program Management,Software Engineering,Apache Tomcat,Bash,Linux
Server,Python,Java,ServiceNow,Jenkins,Ansible,AWS
Summary
3 years of experience in DevOps Engineer under Cloud Migration Domain, Worked on Integration, implementation, and problem
resolution support for the Linux workstation environment.
Establishes, communicates, and maintains standards related to the environment required to meet client and company needs.
Involved in Development of multiple pipelines based on client's requirements and have troubleshooting experience including
Server Configuration, Monitoring, and Scripting.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400…
https://freesearch.naukri.com/preview/printResume?uname=d70ceefe5985d9f100f83d127df553a0515f005348170b150a1141090e005349130f400a45460e5c585… 2/2
Other Qualifications/Certifications/Programs:
AWS Certified Developer - Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
python, bash
EC2, IAM, Codecommit, Cloud9, S3
DynamoDB, AWS Lambda
Linux, Windows
Splunk, Trendmicro, Cisco Meraki
ServiceNow
Jenkins(Cloudbees), Ansible
GitLab(Version control system)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Proficient
Telugu Proficient
Tamil Beginner
Rank 743: Resume 892 with similarity score 0.013281238803936661
Resume Text: B.E , MS , B.TECH , BS technical account manager , application engineer , solutions architect , software developer , software development engineer , full time , support associate ecommerce , api , spring mvc , redux , core java , trails , css , ease , designation , pages , command , visit , mar , office , case , async , amazon s3 , pantry , affirmative action , analytics , cloud , maintenance , customer requirements , particular , authorization , internet , english , pattern , status , postgresql , specifications , program management , email , project , logging , application , modular , aws , agile methodologies , ownership , mumbai , system architecture , electronics , ug , engage , features , junit , react native , customer experience , servers , maven , languages , mobile , one , python , javascript , technology , elasticsearch , amazon web services , html , customer base 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b16…
https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b160614430d5f5d… 1/3
Current Designation: Software Development Engineer II
Current Company: Directi Zeta
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Internet/Ecommerce
Total Experience: 2 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Email - id
Directi Zeta as Software Development Engineer II
Dec 2020 to Till Date
Amazon Dev Center as Software Development Engineer
Aug 2018 to Dec 2020
Maintenance of the Various Subsystems used by Amazon IN Pantry.
Design and implementation Ownership of Features that appear on Amazon Pantry App and have direct interaction with a
huge customer base.
Feature enhancement for faster and extensible execution (with multi-threading) of subsystems that helped to reduce the
latency on the Amazon Pantry Application by a significant amount.
Conducted Code-Review for peers and delivered the Technical Specifications for the project
Communicated effectively while interacting with the clients and other stakeholders
Provided extended support for Deployments / Support / Critical Tickets
Projects:
Owned end-to-end ownership of designing a feature to be integrated in the Amazon Pantry Pages for ease of selecting the
variants (in size) of a particular product.
Made the design modular and extensible to any Amazon Pantry Pages. Implemented Command Design Pattern along with
Factory, Builder so that the feature is smoothly extensible for future enhancement.
Used Multi-threading in Java to implement an async background task that will execute the required logic encapsulated and
extensibly written using Builder and Factory Patterns.
Used React Native to add on to an existing subsystem and enhance the customer experience by understanding the
underlying System Architecture which was implemented in React Native.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nishant Himatsinghani
Software Development Engineer seeking assignments in Software
Development,Application Programming,Program Management,Project
Management,Requirement Gathering,Core Java,J2EE,Spring MVC,Maven,Agile
Methodology,HTML,Java Script,JSP.Python,PostgreSQL
Key Skills: Software Development Engineer,Software Developer,Software Development,Application
Programming,Program Management,Project Management,Requirement Gathering,Core Java,J2EE,Spring
MVC,Maven,Agile Methodology,HTML,Java Script,JSP.Python,PostgreSQL
Summary
Software Development Engineer with 2+ years of work exposure in Software Development,Application Programming,Program
Management,Project Management,Requirement Gathering,Core Java,J2EE,Spring MVC,Maven,Agile Methodology,HTML,Java
Script,JSP.Python,PostgreSQL.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b16…
https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b160614430d5f5d… 2/3
Technology Stack:
Core Java, Junit, Spring MVC, Spring AOP, Spring, ReactJs, React Native, JavaScript, CSS, JSP.
Accomplishments:
Launched a Feature on Amazon Pantry Mobile Application owning its end-to-end implementation and design.
Worked and explored newer technologies in a quick span of time.
Cloud Application Engineer, Amazon Web Services Aug 2018 - Nov 2019
Role:
To engage with the TAM(Technical Account Manager) and get the customer requirement.
Build the architecture from the customer requirement for the parts that involved the use of Analysis of Data Using
appropriate analytical AWS Service.
Build a functioning model of the customer requirements and presenting it to the customer.
To visit the customer's office directly and addressing their AWS related technical issues in a meeting that involves their
Solutions Architect, Technical Account Manager, AWS Business Head.
To maintain various subsystems used internally to ensure proper functioning and fix bugs.
Projects:
Used the Analytical Services to deliver a logging system end-to-end where the data from servers is fetched from the
customer servers and sent to AWS Kinesis in real time where it is process in AWS Lambda and appropriately send to
AWS Redshift/AWS Elasticsearch as per the customer use-case
Worked with one of the important customers of AWS to formulate an optimized realtime solution for their IOT project using
AWS Kinesis Analytics which involved Stream SQL and Flink.
Developed a AWS ElasticSearch Advisor tool(which is currently being used for trails by our top customers using AWS
ElasticSearch) in Python during my tenure as a Cloud Support Associate at AWS
Technology Stack:
Core Java, Spring, AWS API, Javascript, Python, PostgreSQL, AWS Kinesis, Amazon S3, AWS Redshift, AWS
Elasticsearch, AWS Cloudsearch, AWS Quicksight, AWS Lambda, Stream SQL, Flink
Accomplishments:
Employee of the Quarter for 2 times in 2019.
Appreciated for being a good mentor for team members.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Veermata Jijabai Technological Institute in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, j2ee, spring, spring mvc
Maven, Agile Methodologies
HTML, Java Script, JSP Python PostgreSQL
React Native, Redux
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b16…
https://freesearch.naukri.com/preview/printResume?uname=bab87835ff9948bc38a25c2520f40b82580c08024b415d1057444458085c5618475b160614430d5f5d… 3/3
Employment Status: Full time
Rank 744: Resume 666 with similarity score 0.013233763846943573
Resume Text: MS , B.TECH , BS work from home , president calculus , algorithms , internships , freelancing , spark , security , deep learning , adobe photoshop , 3d , mar , lamp , scratch , fusion 360 , pattern recognition , cura , linear algebra , classical , models , bot , google , project , text classification , coursera , c programming , juniors , plus , resume , datasets , estimates , flow , machine learning , foundation , flask , autodesk 360 , assessment , data science , python , one , fetch , javascript , ml , technology , registration , mathematics , online Assessment
Q1. Why should you be hired for this role?
I'll be a perfect candidate for this internship because:
1. I've been in this field for like 2.5 years now.
2. I've worked on one of most difficult datasets of text classification and extraction i.e. devnagri handwritten text classification.
3. I'm deligent plus I've a good understanding of mathematics behind the algorithms.
4. I've learnt and applied all the classical machine learning algo's and almost all deep learning algo's.
5. I also work as a freelance developer so I've a good understanding of how to work in a team
6. And I started that freelancing alone and now have a team of 5 so I also am a good leader.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes ,I will be available for 3 months starting immediately,for work from home internship.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Vishwas Devnani
Jaipur, Jodhpur
Applied 08 Feb'21
Python Machine Learning C Programming
JavaScript Adobe Photoshop Autodesk Fusion 360
Bachelor of Technology B.Tech), Cs
JECRC University
2018 - 2022
CGPA 8.30/10
Data Science
Spark Foundation, Virtual
Dec 2020 - Jan 2021
I worked here and solved some problems using Machine Learning for pattern recognition etc.
Scholarship
Mte, Jaipur
Oct 2020 - Nov 2020
I was given full scholarship on all courses on Coursera and completed about 10 courses in a month.
Machine Learning
AIMLRL, Jaipur
May 2019 - Jan 2020
I learnt stats, linear algebra, calculus, and learnt and coded most of the machine learning algorithms from scratch.
Worked on deep learning projects using tensor flow and pytorch. I also learnt to deploy models using flask and streamlit.
I was President at JU Makerspace, the first and only Makerspace in rajasthan.
I've taught a lot of juniors about ML.
Rasa bot
Nov 2020 - Nov 2020
This bot was developed using rasa python and was used to fetch time for different timezones.
Dialogflow bot
Jan 2020 - Jan 2020
Made a Google bot using dialogflow that could tell you the recipes of some dishes.
Lithophane
Apr 2019 - Apr 2019
it is a 3d printed lamp that I made for my best friend using Autodesk 360 and cura 360.
Security system
CONTACT Phone: 91 8169439278
Mar 2019 - Apr 2019
it's a security password protected lock system that I'm making for Makerspace
Working on estimation of rainfall in jaipur using machine learning
Apr 2019 - Present
I'm working on a project that estimates the rainfall pattern of Jaipur using machine learning.
Website for registration of complaints by hostellers
Mar 2019 - Present
it's basically a website where students of Jecrc University who are living in hostels would be able to register complains online
Rank 745: Resume 969 with similarity score 0.013195090838882066
Resume Text: B.E , MS , B.TECH , BS project lead , senior software engineer , full time , change management , team lead , part time telugu , public transport , user management , promotional , data sharing , angular , linux , status , store , sap , transportation , system architecture , components , ec2 , infrastructure , html5 , workflow , organization , notification , architectural design , qlikview , retail , designation , cloud , eod , tablets , ltd , web technologies , english , directors , agile , project , data tracking , drupal , scenario , range , jquery mobile , snap , mvc , database design , change management , git , canvas , dashboard , javascript , form , technology , entity framework , affirmative action , mysql , maintenance , bootstrap , email , aws , system development , investments , operations , microsoft , oledb , survey , android , invoicing , edge , architecture development , languages , export , amazon , responsive design , jira , search , apps , online , confidentiality , functionality , redux , css , account creation , authentication , ticketing , php , import , ios , authorization , approvals , c# , b2b , application , default , npm , records , .net core , auditing , e-commerce , mobile web , kannada , state management , tableau , kendo ui , tuxedo , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 1/4
Current Designation: Project Lead
Current Company: JP Morgan Chase & Co
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Operations]
Verified : Phone Number | Email - id
JP Morgan Chase & Co as Project Lead
Jan 2018 to Till Date
Project Details:
Project 12:
Title CDMP Billing and CDMP non-billing
Role Project Lead (Individual Contributor)
Environment .NET MVC, KENDO UI, BOOTSTRAP, SQL, Entity Framework, C#, CI/CD, GAIA cloud
Description:
CDMP billing facilitates a dashboard application with data import in millions and more, integrated with SSIS packages and
procedures to perform critical operations, data tracking, archiving and export. The approval flow facilitates different roles
approval or rejection or undo of the performed action handling million records at a time. Extraction of million records within
10 seconds without breaking the SLA was bit of a challenge with provided hardware and application facilitated all req at
EOD.
Project 11:
Title PPG Editor
Role Project Lead (Individual Contributor)
Environment .NET MVC, REACT JS, REDUX, TUXEDO, SQL, Entity Framework, C#, AWS EC2 cloud LINUX
Description:
Product & Price Guide (PPG) application facilitates planning and forecast of the cost related to infrastructure investments
and existing products in and out of JPMC. Usage of .net with react and ag-grid has been illustrated extensively with
overriding of default export of large records and reusable components creation using react with integration of REDUX
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Harshavardhana T S
Project Lead seeking roles in Software Engineering,Software Development,System
Development,System Architecture,Architectural Design,Project Management,Change
Management,Database Design,Application
Support,Bootstrap,Angular,jQuery,SVN,TFS,AWS,PHP,Git
Key Skills: Project Lead,Software Engineering,Software Development,System Development,System
Architecture,Architectural Design,Project Management,Change Management,Database Design,Application
Support,Bootstrap,Angular,jQuery,SVN,TFS,AWS,PHP,Git
Summary
* Over 7.5 years of experience facilitating cutting-edge engineering solutions in Microsoft technologies with a wide range of
Transportation, banking, E-Commerce application and technology skills.
* Proven ability to leverage full-stack knowledge, experience to build interactive and user-centered website designs both in
individual and team contributions with agile to scale applications with CI/CD integration.
* Extensive expertise in large system architecture development, environment migration, administration and configuration.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 2/4
state management with a single store creation.
Project 10:
Title EMR
Role Project Lead
Environment .NET MVC, ANGULAR 4.x, AG-GRID, BOOTSTRAP, SQL, Entity Framework, C#, CI/CD, GAIA cloud
Description:
EMR application facilitates the usage of multi-level approvals with different roles created for each and every qlikview
screen and data sharing from qlikview screen to .net application created and vice versa. The usage of AG-GRID has been
used extensively with angular 4.x.
Project 9:
Title ICFO
Role Project Lead
Environment .NET MVC, ANGULAR JS, BOOTSTRAP, SQL, Entity Framework, C#, CI/CD, GAIA cloud
Description:
ICFO application facilitates the dashboard for multiple cross tech applications like tableau, qlikview, qliksense applications
along with .net tech stack applications. Usage of canvas screen designs for cross tech application depictions apart from
.net with integration of site minder for SSO authentication. Angular JS used as UI with reusable custom components,
bootstrap for responsive design
Project 8:
Title EFIMA
Role Team Lead
Environment .NET CORE MVC, Microsoft account & AX account authentication, Angular JS, GIT, GULP, NPM,
Bootstrap, SQL(local DB).
Description:
EFIMA is an invoicing product which has been widely used in the European countries with respect to banking sector and
having dynamic number of approvers and reviewers. Due to confidentiality of the project I can't provide more information.
Project 7:
Title ERBIA -Bank Auditing System
Role Team Lead
Environment .NET MVC, BOOTSTRAP, JQuery, SQL, KENDO UI, Entity Framework, C#
Description:
A product for auditing system under the banking sector which includes auditing of the accounts from different branches.
Different levels of workflows involved for each working scenario. Due to confidentiality of the project I can't provide more
information.
Project 6:
Title Puma B2B
Role Senior Software Engineer
Environment .NET MVC, BOOTSTRAP, JQuery, SQL, KENDO UI, OLEDB
Description:
PUMA intends to provide the orders which are made through retail, online customers like Flipkart, Amazon, Snap deal etc.
and distribution via web application to be tracked in an MVC application in order to be verified by the Puma
representatives like zonal managers, directors etc. Crores of amount of orders need to be tracked and the same has to be
verified.
EVRY Pvt Ltd as Senior Software Engineer
Aug 2012 to Jan 2018
Project 5:
Title Puma E-Claims
Role Senior Software Engineer
Environment .NET MVC, BOOTSTRAP, JQuery, SQL, KENDO UI
Description:
PUMA intends to keep track of the funds based on the location and franchisees. The SAP application has been currently
used by the PUMA and if there is any offline entries to be made as there is no network coverage in the remote areas, we
developed and application in order to keep track of the funds. Highly usage of the kendo controls in the project has been
displayed.
Project 4:
Title PUMA DMS and PUMA SSO
Role Senior Software Engineer
Environment ASP .NET, MVC, BOOTSTRAP, JQuery, SQL, KENDO UI
Description:
PUMA DMS:
This is asp .net application for the documents based on the different roles. The workflow includes around 12 roles and
each role can perform their own functionality. Created using asp .net, jQuery, SQL. SMTP email notifications has been
used in order to send the notification emails for the respective users.
PUMA SSO:
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 3/4
This is a MVC application which includes the ticketing system, corporate communication, User management. Created
using MVC span framework along with the usage of bootstrap, jQuery and SQL.
Project 3:
Title Survey Application mobile web app
Role Software Engineer
Environment HTML 5, JQuery Mobile
Description:
This is the survey client application, accessed through tablets where the contents are pulled from the Promotional website.
The survey questions configured in the promotional website appears to the surveyor as per the configuration. Created
hybrid app for android and iOS. Hybrid apps, like native apps, run on the device, and are written with web technologies
(HTML5, CSS and JavaScript).
Project 3:
Title Survey Application
Role Software Engineer
Environment Drupal 7.x, MySQL
Description:
This is the web application through which the managed content is available to various role based users. This can facilitate
Fee Payment, Account Creation, Survey form creation etc. Various survey questions in a survey form are also configured
for the appearance to the surveyors.
Project 2:
Title Integrated Website for Public Transport mobile web app
Role Software Engineer
Environment HTML 5, JQuery Mobile
Description:
Integrated Website for Public Transport mobile web app contains the minified version of the desktop version. It's going to
provide the details of every route and details which are expected from the public side and brief information on the BMTC
organization.
Project 1:
Title Integrated Website for Public Transport (BMTC)
Role Software Engineer
Environment Drupal 6.x, Drupal 7.x, MySQL
Description:
The main objective of the portal is to help commuters for searching routes and its schedule. Apart from the route and
schedule search, client had huge content that needs to be updated onto the portal and manage the site on their own. The
public portal is bilingual which support English and Kannada. In order to support route and schedule search feature on
public portal, we had to write more of custom modules
UG: B.Tech/B.E. (Computers) from Channabasaveshwara institute of technology in 2012
PG: MBA/PGDM (Operations) from Shri Bhagawan Mahaveer Jain College, Bangalore in 2018
Education
IT Skills
Skill Name Version Last Used Experience
React JS + REDUX, KENDO UI,
BOOTSTRAP, MySQL, GIT, SVN, TFS
GAIA, AWS, JQUERY, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Telugu
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c47091…
https://freesearch.naukri.com/preview/printResume?uname=675451680ed9076eb6699d89706fd4815a5a5c52481b0b165216425e0b0d071c4709160211105d0c0f… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Kannada
Rank 746: Resume 727 with similarity score 0.013189295678816668
Resume Text: MS , BS associate vice president , senior vice president , certified scrum master , product development , assistant vice president , quality control , book publisher , senior software engineer , change management , full time , vp , project leader resource allocation , customer , security , nlp , docker , web api , status , stakeholder management , specifications , product management , opportunity assessment , mumbai , testing , building , asp.net , soa , pipeline , technical standards , publishing , rust , spark , designation , mar , deliverables , pre-sales , csm , hindi , realization , gap analysis , contingency planning , ltd , windows , tvos , english , budgeting , agile , media entertainment , video , microservices , ownership , closure , change management , wbs , research , mobile applications , dashboard , javascript , technology , hadoop , html , digital services , digital education , reporting , general , scrum , sqlite , developers , mobile application development , pay , affirmative action , mysql , mining , maintenance , natural language processing , service delivery , digital media , transcoding , architecture , email , sim , aws , system development , project delivery , investments , multimedia , operations , android , invoicing , economics , languages , big data , amazon , management system , testers , akamai , functionality , streamlining , performance management , rfp , system architects , nosql , ug , portals , developments , analytics , authentication , revenue , particular , ios , risk , authorization , teams , go , nearshore , c# , scalability , solr , record , ecosystem , savings , fostering , led , optimising , offshore , nginx , storage , framework , objective-c , python , reviews , acting , cloud computing , learning , microsoft sql server , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 1/4
Current Designation: Senior Vice President -Technology
Current Company: Hungama Digital Media Entertainment Pvt,
Ltd.
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Hungama Digital Media Entertainment Pvt, Ltd. as Senior Vice President -Technology
Apr 2018 to Till Date
Managing the development of product, technologies and applications
Directly & indirectly monitoring a team of 78 Product, Project, Technical & QA professionals including System
Architects, Module Leads, Developers and Testers
Behavioural analytics , for recommendations, search and troubleshoot any recurrent issues
Work with different partners like AWS, GCP, Akamai, Cloudflare on different aspect of Infra.
Balancing between business and technical development
Review and execute Marketing plan for app related KPIs.
Reviewing all the architecture designed by Architects before development
Ensuring quality control by establishing technical standards which have to be adhered to
Advising top management about timely investments in appropriate new technology
Internally, explaining the outcomes of implementing new technology to the board, & employees
Work with customers to understand what improvements they require in the product or service
Fostering an efficient research and development team
Keeping abreast of and anticipating developments in the relevant technological field
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Pushan Puri
CSM Senior Vice President -Technology & Product seeking roles in Application
Development,Product Development,Stakeholder Management,Delivery
Management,Release Management,Change
Management,Java,JavaScript,C++,GoLang,Rust,NodeJS,Scala,Hadoop,Spark
Key Skills: Head/VP/GM-Technology(IT)/CTO,Product Development,Java,NodeJS,Scala,Hadoop,Machine
Learning,NoSQL,Python,Nginx,Elastic Search,Solr,Natural Language Processing,Search Engine,Android,IOS,Big Data
Analytics,Project Management,Docker,Microservices
Summary
Forward-focused professional with over 20 years of experience in leading delivery of digital technology products,
projects including applications, websites, web portals, Big Data Pipeline and mobile solutions
Proven success in independently taking end-to-end ownership of all technical aspects of application development
lifecycle; achieved on-time & quality delivery of multiple product releases for high-profile clients
Impressive track record in project / program delivery, maintaining highest standards of quality & customer
satisfaction
Recognized for taking innovation & process improvement initiatives to ensure alignment of technology roadmap
with business strategies
Experience in setting up and leading nearshore, offshore development teams
Expertise in Stakeholder Management, Account Mining, Budgeting, Resource Allocation and Pre-sales coupled with
proficiency in Delivery, Release and Change Management
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 2/4
Highlights:
Reduced the development lifecycle 40% by streamlining processes
Reduced the new product feature go to market from 3-month timeline 4 weeks
Introduced Agile methodology of software system development
Implemented CI-CD Pipeline
Set-up Audio & Video transcoding pipeline
Reduced overall Infra cost by 40% by
Optimising web API performance
Renegotiating and bringing in new partners for CDN & Storage (Highest savings)
Micro-services based Docker implementation for better Infra usage
Implemented
Recommendation engine
Personalised search with NLP
Analytics pipeline
Label pay-outs
Analytics dashboard
ML for infra monitoring
Reliance Jio Digital Services Pvt. Ltd. as Assistant Vice President
Nov 2014 to Apr 2018
Managing the development of technologies and applications
Monitoring a team of 58 technical professionals including System Architects, Module Leads, Developers and Testers
Working on the analytics based on user behaviour, problems faced for Jio Media to design recommendations and
troubleshoot any recurrent issues
Reviewing all the architecture designed by Architects before they are launched and development progresses
Ensuring scalability of operations and managing 9 Billion to 11 Billion user-count on any particular day
Working with the Product Management Team for designing and implementing the product roadmap, application
development and launch
Engaged in working with the Tech Council and identifying and resolving any/all technical challenges faced by the
Development and Deployment teams; establishing Agile processes and automated testing as well as build release
processes
Acting as a member of Technical Council, Product Council as well as Recruitment Council
Establishing and implementing architectural framework; ensuring that best practices for coding, architecture &
security are employed
Ensuring all solutions are scalable, extensible & available from architecture stand point; ensuring technical integrity
of project deliverables
Creating detailed technical specifications, developing application, participating in code reviews & module testing as
needed
Providing post-implementation, application maintenance and enhancement support to the client with regard to the
software application
Managing Project Delivery Life Cycle, using Agile/Scrum methodologies, including estimation, requirement
gathering, gap analysis, creation of WBS, testing, go-live assistance, planning risk responses & contingency planning
Developing processes to improve project efficiency; reducing the turnaround time and overall Total Cost of
Ownership through process improvements
Building a technically strong & highly motivated workforce; administering recruitment & performance management
systems; building career roadmap
Highlights:
Designed and implemented application framework, service-oriented architecture and analytics system for Jio Media
Applications
Designed and developed top- trending applications:
JioTV: 100+ million installs with 10 Million daily active users
JioCinema: 47+ million installs with 2.1 million daily active users
JioMusic: 50+ million installs with 3.2 million daily active users
JioMags, JioXpressnews, JioNews
Designed and implemented "Big Data" pipeline and analytics platform
Designed Single Sign-ON login functionality including SIM based authentication for mobile applications
Implemented
Realtime recommendation engine
Predictive Search with NLP
Analytics pipeline for reporting, and monitoring app related KPIs.
Hurix Systems Pvt. Ltd. as Associate Vice President -Technology
Oct 2008 to Nov 2014
Led a team of 35+ resources including Developers, & Testers for development, deployment and support of software
product "Kitaboo" an e-book publishing software
Growing business footprint by contributing to RFP, pre-sales & proposal development stages; providing support to
the Sales Team during opportunity assessment and proposal phases of the service delivery process
Managed design, development and customization of Kitaboo Software for 12+ global customers from US, Europe and
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 3/4
UK regions
Streamlined the processes and aligned the product development and customized teams to ensure timely and
accurate delivery to clients
Engaged in managing end-to-end product lifecycle from development, testing, delivery, customization and
deployment
Engaged in pre-sales, project scoping, invoicing and revenue realization, project closure and renewal activities
Highlights:
Recognised for establishing the Mobile Application Development Ecosystem; designed the Dictera Content Creation
and Management System
Designed and developed Kitaboo E-Book Publisher System, Kitaboo Ebook Readers for Android, iOS & Windows and
optimised it for deployment on Amazon Cloud
Engaged in designing and developing the ecosystem for http://www.attano.com (India's first digital education
marketplace); developed AttanoEBooK and AttanoVBooK Reader
NIIT LTD as Project Leader
Apr 2007 to Oct 2008
Magic Software Pvt. Ltd. as Technical Leader
Aug 2005 to Apr 2007
Senior Software Engineer as Rainbow Computers
Jan 2000 to Aug 2005
UG: B.A (Economics) from Kanpur University in 2000
PG: in 0
Other Qualifications/Certifications/Programs:
Certified Scrum Master
Certificate in Cloud Computing
Diploma in Multimedia
Education
IT Skills
Skill Name Version Last Used Experience
Android, Android TV, iOS, TvOS 2017 8 Year(s) 0 Month(s)
J2EE 1.6, Java 2015 6 Year(s) 0 Month(s)
MySQL, SQLite 2017 8 Year(s) 0 Month(s)
OBJECTIVE-C 2017 8 Year(s) 0 Month(s)
SOA, Cloud Computing 2017 8 Year(s) 0 Month(s)
HTML 5, JavaScript, 2017 4 Year(s) 0 Month(s)
ASP.NET 2008 6 Year(s) 0 Month(s)
Microsoft SQL Server 2009 4 Year(s) 0 Month(s)
C# 2012 4 Year(s) 0 Month(s)
Python 2017 2 Year(s) 0 Month(s)
nodeJS 2017 5 Year(s) 0 Month(s)
Languages Known
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a17…
https://freesearch.naukri.com/preview/printResume?uname=761093e41c179d42fca7c48f709b001459080b594e1a5b110715405a5d0c584c145a170515475e585a… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 747: Resume 1057 with similarity score 0.01318406717451593
Resume Text: MS application support , solutions architect , delivery lead , associate , program lead , full time , delivery manager , solution manager , program manager telugu , project managers , transformational , 24x7 , space , conducting , it operations , health sciences , linux , project planning , cumulus , status , steering , closures , components , infrastructure , netbackup , solaris , service delivery management , delivery operations , french , ansible , service lines , designation , v3 foundation , mar , rhel , hindi , cloud , architects , english , troubleshooting , range , ibm , ops , resource coordination , accountability , disaster recovery , dc , itil , process automation , completion , vmware , lean management , javascript , technology , disk , business requirements , bfsi , reporting , optimization , general , strategic leadership , healthcare , data migration , vendors , affirmative action , oracle , project plans , emc , readiness , vendor management , apl , customer requirements , unix , onsite-offshore delivery model , strategic planning , timelines , email , aws , problem management , project delivery , towers , 2008 r2 , continuous improvement , netapp , subject matter experts , hp , middleware , languages , ae , publications , llc , revisions , management system , pmp , program management , veritas , reuse , delphi , mentoring , jenkins , people management , windows server , case , active directory , air , azure , authorization , teams , wintel , sql , application , transition management , led , servers , drive , running , framework , storage , python , service standards , metrics , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450…
https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450218150e550f0… 1/3
Current Designation: Manager Service Delivery (Automation
Capability, Cloud (AWS, AZURE) & Infrastructure)- IT
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Client Server
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: Diploma [Computers]
Verified : Phone Number | Email - id
DXC Technology as Manager Service Delivery (Automation Capability, Cloud (AWS, AZURE) &
Infrastructure)- IT
Nov 2016 to Till Date
(Clients Handled: APTIV & Delphi Technology, Bristol-Myers SQUIBB (BMS), Automation Capability)
Key Result Areas:
? Functioned as a Program Lead for Change Stream Automation Globally heading 379 accounts and front-led the
Deploy Automation for Accounts with no Solution; reduced the Recurring Incidents with Problem Management
? Providing strategic leadership in project delivery across wide range of products/solutions with a team of 46 FTE;
defining service standards and guidelines, governance structure, best practices that worked as benchmark for excellent
service delivery globally for all verticals with end-to-end P&L accountability
? Steering the Automation Process across the service lines /capability / Sub-capability and identifying the Automation
Reuse opportunities across their capability vertical
? Imparting assistance to the team members to develop automated solutions; developing Automation Solutions for the
respective capabilities / sub-capabilities and leading the deployment of existing solutions within the Sub-capabilities
? Steering the Project Services & Operations and working as a SPOC for AE, ADE, APL; cross-functionally coordinating
& imparting assistance to the team for the ongoing Projects and regular monitoring standup calls with project managers,
and migration activities
? Following project lifecycle methodology defined under the process framework and representing the status on Builds,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PRADEEP DAMOJI PURAPU
Certified ITIL V3, PMP®, AWS Certified Solutions Architect, Manager Service Delivery
seeking roles in Cloud Migration, Cloud OPS, Planning and Execution Program/Project
Management, Infrastructure & Automation,Strategic Planning, Deal Solution, DC OPS
Key Skills: Manager Service Deliver,Program Manager,IT Operations,IT Project Management, ,Strategic
Planning,Requirement Gathering,Vendor Management, AWS Certified Solutions Architect, ITIL V3 Foundation,Certified
PMP®. DC Migrations, Cloud OPS, Automation, RPA
Summary
PMP®, ITIL, AWS Certified Solutions Architect, offering chronicled success of nearly 13 years in delivering Infrastructure
Operation & Project Management, Service Delivery Management, Transformation & Transition Management and Team
Management across BFSI, Publications, Entertainment, Health Sciences & Healthcare Sector. Driving multiple automation
channels namely Robotic Process Automation (RPA), Task Automation, RUN Book Automation (RBA), Event Automation,
Patching Automation and Reporting Automation; proficiency in Automation capability encompassing WinAutomation, Ansible,
Python, Blue Prism and Jenkins. Successfully enhanced the Saturation from 45% to 60% for Auto Resolution; efficiently seized
the closures of 492 FTE Opportunity; excellence in Hyper care Support, Running Table-top Exercises and achieving customer
delight. Expertise in working on Onsite-Offshore Delivery Model and Lean Management; managed various delivery operations
model onsite-offshore in datacenter operations
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450…
https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450218150e550f0… 2/3
Migrations, DB builds and other major activities in Projects Status Review meetings
? Delivering extended BMS AWS migration support and front-leading the BMS physical servers' migrations to LVL
(Windows, Unix, DB)
? Engaged in DC Readiness Team to identify and confirm schedule, migration methods and requirements for physical
hardware and / or application components on existing shared physical hardware
? Working as an integral part in designing solution and managing implementation for 1000 servers from DC (Aptiv) to
DC (DT) (Windows & Linux, DB)
? Supervising the continual improvement for VMware & Storage Capacity Optimization Program; setting up WAR rooms
for project open issues, and ensuring project completion on time
? Leading, mentoring & monitoring the performance of team members to ensure efficiency in process; developing
competency among the team members; conducting interviews to recruit the right talent in niche transformational space
? Establishing the delivery framework & metrics for different types of projects being delivered; accomplishing scope,
timelines, cost, quality & SLAs consistently & sustaining the same through continuous improvement
? Administering program/project planning, effort, design, scope, estimation, resource coordination, sign-offs and
delivery, as per specified timeframes; implementing project plans within preset budgets and deadlines
? Collaborating with:
o External vendors & client subject matter experts to ensure compliance to quality norms
o Onshore/ offshore IT delivery, support and vendor teams to deliver portfolio of work
Projects Undertaken
Title: Drive Day 2
Client: Delphi
Scope: Build 1000 Servers (Windows, Linux). Application, DB, Infrastructure
Team Size: 30
Role: Delivery Manager
Objectives: The objective of the project involves server clones, data migration, custom builds, RPA, troubleshooting
on post builds, running war rooms 24x7, application support
Title: Cumulus
Client: Bristol-Myers SQUIBB (BMS)
Scope: Approximately 3000 server's migration (Servers. Application, DB, Infrastructure)
Team Size: 15
Role: Delivery Manager
Environment: Program Management, Project Management, PMO, Migrations, 24x7 RUN Operations, Vendor
Management, AZURE, Wintel, UNIX, VMware, Disaster Recovery Exercise, Backups (VERITAS NetBackup 7.7.3, HP
Data Protector, EMC Data Domains,), NetApp.
Responsibilities:
? Working as the Delivery Manager and aligning resources including PM's (5) for Migrations
IBM India as Solution Manager
May 2011 to Nov 2016
(Client Handled: Air Canada (Montreal, Quebec, Canada), OnePath, John Deere, Health Net)
Key Result Areas:
? Led a team of 35 FTE (Onshore and Offshore) including IT Specialists, Technical Solutions Architects, Platform
Specialists, and SMEs from various Towers Windows, VMware, Backup, Middleware, SQL, and Oracle
? Mapped customer requirements for the detailed system design encompassing identification of all pertinent client
system data such as hardware platform(s), operating system(s) with revisions, disk storage usage and capacity, network
connection and production hours
? Provided recommendations to the IT professionals (Project Managers, and IT Specialists) on tools, technology, and
methodology related to the development and implementation of IT solutions; executed system architectural and technical
direction to the Delivery Team
? Collaborated with users to document business requirements and provided technical documents such as TSD
(Technical Solution Document), RSD (Refresh Solution Document) and Minor Enhancement Solution Document
? Followed and perceived the ITIL Service Management concepts/ processes and implemented new solutions into the
management system of the account
Project Undertaken
Title: Upgrade windows 2003 to windows 2008 r2
Client: Air Canada
Scope: Windows upgrade both commercial and federal Infrastructure
Team Size: 25
Role: Solution Manager
Environment: Project Services, Program Management, Infrastructure Solution Design & Implementation, MS
Windows, VMware, Team Solution Design, Minor enhancement, Tech refresh (Windows Server 2003, 2008,2012 and
2016), VMware v 5.5, 6,, Refresh Solution Design, Cost Case, IBM Soft Layer, HP XP5 & 6 Storage, Datacenter
Operations & People Management.
Northbound LLC as Delivery Lead (Wintel, VMware)
Mar 2007 to Mar 2011
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450…
https://freesearch.naukri.com/preview/printResume?uname=4a25d29ccafe2ff1f39c00ba83e8b36b5b09095043155c120147460c5b0d584d120a450218150e550f0… 3/3
UG: Diploma (Computers) from Andhra University in 1997
Other Qualifications/Certifications/Programs:
AWS Certified Cloud Practitioner
AWS Certified Solutions Architect Associate
PMP
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows (2000, 2003, 2008, 2012, 2016)
AWS, Azure
EMC VMAX, VNX, NetApp
Data Protector, NetBackup
Linux RHEL, Solaris
MS SQL, MY SQL, Progress DB
DB2, Oracle, Wintel, UNIX
Active Directory, ITIL, VMware
Win Automation, Ansible, Python
Blue Prism, Jenkins
Languages Known
Language Proficiency Read Write Speak
English
French
Hindi
Telugu
Rank 748: Resume 1119 with similarity score 0.013162663081164426
Resume Text: B.E , B.TECH , BS application support , full time , software developer web development , telugu , powershell , efs , security , designation , affirmative action , hindi , azure , windows , authorization , english , status , instrumentation , excel , software testing , email , project , application , groups , aws , microsoft , saas , srm , debugging , premises , shell scripting , ec2 , languages , boarding , javascript , servicenow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c19…
https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c195616100a0e5c5… 1/2
Current Designation: Software Developer
Current Company: Cognizant
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
Cognizant as Software Developer
Oct 2019 to Till Date
Project #1:
Client: Orkla
Tools: Windows AD, Azure AD
Description: To create the security groups, on boarding the users, Assigning the license, Changing the attributes of the
user, adding the groups to the user and creating the OU in AD.
Role & Responsibilities:
* Creating the security groups In the Azure AD and assigning to the users
* On boarding the users and assign the license in bulk using the power shell.
* Validating the users Attributes and path.
* Adding the on-premises AD to Azure AD and adding the applications in to azure as SAAS
* Adding the applications in to azure as SAAS
UG: B.Tech/B.E. (Instrumentation) from SRM university (SRMU) in 2018
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Sundeep Jamili
Software Developer seeking roles in Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software
Testing,Application Support,Shell Scripting,Debugging,Microsoft
Azure,Servicenow,SAAS,AWS,Powershell
Key Skills: Software Developer,Software Development,Application Programming,Coding,Web Development,Requirement
Gathering,Software Testing,Application Support,Shell Scripting,Debugging,Microsoft
Azure,Servicenow,SAAS,AWS,Powershell
Summary
Skilled professional with 1 year of experience in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,Shell Scripting,Debugging,Microsoft
Azure,Servicenow,SAAS,AWS,Powershell
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c19…
https://freesearch.naukri.com/preview/printResume?uname=344814a835a20c72c7e1df0fd25d37a35154095042110b44571741505c5f511c155c195616100a0e5c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
* Windows AD
* Azure AD
Service now
AWS (IAM, EC2, EBS, EFS, ELB, ASG)
* Power shell Scripting
* Excel VBA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 749: Resume 1568 with similarity score 0.013142161882790857
Resume Text: B.E , MS , B.TECH , BS associate , solution architect , full time , seo specialist amazon web services (aws) , css , security , ug , promotional , tamil , affirmative action , design , user experience , gap analysis , ltd , navigation , authorization , english , status , social media , excel , b2b , solution architecture , seo , languages , it infrastructure , email marketing , word , javascript , search , network administration , organization , cloud computing , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d42…
https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d420143170e5a5f0… 1/2
Current Location: Chennai
Pref. Location: Chennai,Coimbatore,Trichy
Functional Area: IT Software - Network Administration /
Security
Role: Trainee
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Email - id
Tefugen Technologies Pvt Ltd as Executive-AWS Cloud
May 2017 to Apr 2019
Also as a SEO specialist, created and managed email marketing
Researched in AWS cloud platform (SES) for sending marketing and promotional emails to customers since server
problem was bottleneck in sending emails.
Engaged and worked closely with our customers to solve their queries and problems
Managed the social media of the organization for better sales
Worked with banner design for the B2B website using HTML and CSS
Address the issues in the websites and made changes in website aligning to user experience
Worked with the team to improve the user experience of the site such as website navigation & search filter
Worked in Product & Content upload in the site to ensure that all content integrates with current SEO practice
UG: B.Tech/B.E. (Computers) from SARANATHAN COLLEGE OF ENGINEERING, TRICHY in 2016
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Associate
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
JANE SHERIN B
AWS,Executive seeking assignments in Cloud Computing,Software Engineering,IT
Networking,Network Administration,IT Infrastructure,Requirement Gathering,System
Analysis,Gap Analysis,Solution Architecture,TCP,IP,Networking
Planning,HTTP,DNS,HTML,CSS
Key Skills: Executive,Trainee,Cloud Computing,Software Engineering,IT Networking,Network Administration,IT
Infrastructure,Requirement Gathering,System Analysis,Gap Analysis,Solution Architecture,TCP,IP,Networking
Planning,HTTP,DNS,HTML,CSS,AWS
Summary
AWS,Executive with 2 years of work exposure in Cloud Computing,Software Engineering,IT Networking,Network
Administration,IT Infrastructure,Requirement Gathering,System Analysis,Gap Analysis,Solution Architecture,TCP,IP,Networking
Planning,HTTP,DNS,HTML,CSS.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d42…
https://freesearch.naukri.com/preview/printResume?uname=85b250f410f025731dfb7b8575a8f4580a555a574b135c195245105d585a044f115d420143170e5a5f0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Amazon Web Services (AWS)
HTML, CSS
Excel, word, power point
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 750: Resume 1239 with similarity score 0.013086730241711074
Resume Text: MS product manager , system administrator , associate , devops , quality assurance , solution architect , change management , full time , technical manager automation , change control , computing , general , devops , jenkins , microsoft azure , security , designation , options , ug , platforms , conducting , developments , organizational structure , principles , hindi , cloud , affirmative action , maintenance , windows , authorization , english , teams , status , virtualization , email , project , application , clarizen , aws , devices , provisioning , cisco ucs , leadership , solution architecture , mumbai , global services , operations , business requirements , business strategy , enterprise architecture , change management , servers , running , shell scripting , building , boundaries , framework , languages , it infrastructure , iso , itil , viz , vmware , reviews , javascript , technology , availability , engagements , information solutions , it governance , coaching , gujarati , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c18…
https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c180415140a09000… 1/2
Current Designation: Technical Manager-Automation Solution
Architect
Current Company: IPSOFT Global Services
Current Location: Bengaluru / Bangalore
Pref. Location: Anywhere in North India,Anywhere in South
India,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Product Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.A [Hindi]
Verified : Phone Number | Email - id
IPSOFT Global Services as Technical Manager-Automation Solution Architect
Apr 2009 to Till Date
Working with business and technology teams to implement business processes, assess automation feasibility, prepare
business cases, develop solutions, and monitor the roll out of these solutions
Conducting architecture assessments and defining solutions for moderately complex problems
Driving the strategic and tactical roll-out of RPA change management projects of existing processes as per new
requirements
using a structured change control process
Designing, building, delivering and running the engagement's, platform's and/or product's required architecture (such as
development, operations, execution, data, application); understanding strategic direction set by senior management and
implementing methods and procedures set by management
Understanding on:
o DevOps code deployment tool: Jenkins, MS Library for SCVMM: VM Convertor, Automated code push: Project
Planning Tool: Clarizen
Last Active: 8-Feb-21 Last Modified: 3-Feb-21
BHAVESH RAMESH MAKWANA
Technical Manager seeking role in IT Governance,IT Roadmap,Project
Management,Cloud Design,Solution Architecture,IT Infrastructure,Shell
Scripting,Change Management,ITIL Framework,Incident Management,Service
Management,Microsoft Azure,AWS,VMware
Key Skills: Technical Manager,Product Manager,IT Governance,IT Roadmap,Project Management,Cloud Design,Solution
Architecture,IT Infrastructure,Shell Scripting,Change Management,ITIL Framework,Incident Management,Service
Management,Microsoft Azure,AWS,VMware
Summary
Technical expertise in leading efforts to architect, design, develop, and implement
technology-enabled business and technical information solutions encompassing
multiple specializations, platforms, and technologies
Steered efforts in aligning architecture to business strategy in order to deliver
structured, efficient, sustainable and adaptable IT solutions in line with the
business need
Experience in IT Infrastructure device provisioning and knowledge of
Virtualization platforms viz Microsoft Hypervisors and VMware Servers &
Enterprise Applications
Proven experience in Infrastructure Enterprise Architecture strategy definition,
defining architecture principles and architectures in realizing organization
business drivers and goals strategies
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c18…
https://freesearch.naukri.com/preview/printResume?uname=69f02b2c399de993f01f6ec892c23e790b0e0d51191b5815524415585a09071f165c180415140a09000… 2/2
o UCS Blade servers. Managed UCS servers via Cisco UCS Manager. Applied Policy for VM provisioning
Designed Automated process for Infra monitoring and Level 1,2 Infra and End user computing requirements to achieve
FTE
goal
Delivering robust automation on Infra devices deployment process to ensure smooth and reliable operation for fulfilling
business objectives and processes; monitoring Virtualized or cloud infrastructure performance and providing with scalable
options with in problem areas as needed
Defining and designing core ISO compliance strategy making sure all security parameters gets in precise place
Security design for enterprise infrastructure for aligning scan engines in place
Developed organizational structure on enterprise level to provide smooth federations across multiple platform or
companies
Designing and deploying DR sites on business crucial applications.
Owning KEDB and providing future goal path , requirements , solution design changes in infrastructure to reduce Major
Incidents and uplifting availability of Infra services
Designing & deploying versatile Mitigation plan in terms of People, Process ,Technology and Business requirements
Designing and ensuring that technology standards are followed and evolve over time
Providing architecture Quality Assurance reviews for proposals and ongoing engagements
Supporting the technology solutioning and estimating in proposals, planning and pricing
Providing guidance, leadership and coaching towards effective planning and communication of business objectives to
employees, ensuring staff understands the current environment and its boundaries as well as facilitating future changes
Establishing healthy relations with internal & external stakeholders to provide support for various issues; keeping a close
track of developments in the field of IT applications and updating top management about the same
Netenrich Technologies as Associate Windows Lead
Apr 2008 to Apr 2009
Katalyst as System Administrator
Jun 2007 to Feb 2008
UG: B.A (Hindi) from Mumbai University in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ITIL V3
AWS
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Marathi
Gujarati
Rank 751: Resume 523 with similarity score 0.013077717815995706
Resume Text: B.TECH , BS team leader , work from home , web developer dart , internships , developers , mar , angular , scratch , speech , firebase , node.js , app store , project , mongodb , live , fit , resume , rest , computer science , django , completion , assessment , python , mobile , web , technology , online Assessment
Q1. Why should you be hired for this role?
I am the perfect fit for this job because I already have a lot of past experience in working with Flutter and backend like NodeJS so my previous
work experience will help a lot in this internship. As I was the main developer for my App Dev Team in my previous internship so I know all the
things from development to deployment.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Are you available for 3 months, starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
Seemant Sinha
Nagpur, Majitar
Applied 30 Jan'21
Flutter Angular 7.0 Firebase
MongoDB Node.js Python
Bachelor of Technology B.Tech), Computer Science
Sikkim Manipal Institute Of Technology
2018 - 2022
CGPA 9.07/10
Secondary X
School Of Scholars
CBSE board)
Year of completion: 2016
CGPA 9.60/10
Mobile App Development
Seat Eats, Virtual
Aug 2020 - Present
I mainly worked on app and web developer here , I maintained and updated the flutter app. and I also worked on Websites
which were made using Angular and NodeJS as a backend.
Mobile App Development
Language Nectar, Rangpo
Feb 2020 - Jan 2021
I worked as an App Developer here, and mainly built an app from scratch to production. It is live on Play store and App Store
named "Subhashit".
and I made it using Flutter. I was sole developer for this project.
Team Leader:
I was team leader for the group of junior developers for Organisation that I interned in
Node.js
udemy, Online
Jan 2020 - Oct 2020
Here I learnt about NodeJs and how to maintain and develop backend and REST APIs
Flutter Mobile App Development
udemy, Online
Aug 2019 - Jan 2020
I Mainly learnt about Flutter and dart
Parts of speech tagging
Feb 2019 - Mar 2019
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9665778928
We used python django to make a website that tells us about parts of speech
Won First Rank In College fest for best app.
Rank 752: Resume 374 with similarity score 0.013050224249407705
Resume Text: B.E , MS , BS work from home , machine learning intern pcb design , training , internships , performing , relay , v1 , deep learning , machine translation , stocks , natural language processing , azure , eda , visualization , transformer , satellite , project , home automation , coursera , nano , mumbai , computer vision , leap , bluetooth , microsoft , resume , prediction , electronics , astronomy , internet of things , data analysis , machine learning , arduino , preparation , heart disease , foundation , assessment , data science , python , ml , organization , technology , database , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get Experience. Your organization will surely prove to be an excellent platform for me to establish my
skills and knowledge in the corporate world. Getting ML Experience with real-life problems is the best way to learn.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available to work from home for 3 months. I would like to start immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
PRITAM JATHAR
Mumbai, Ratnagiri
Applied 07 Feb'21
Python Arduino Deep Learning
Machine Learning Natural Language Processing
NLP
Computer Vision
Internet of Things IoT PCB Design
Bachelor of Engineering B.E, Electronics and Telecommunication Engineering ETE
Kj Somaiya Institute Of Engineering And Technology
2019 - 2022
CGPA 7.71/10
Data Science
The Sparks Foundation, Virtual
Nov 2020 - Present
Machine Learning Intern
Pianalytix, Virtual
Nov 2020 - Present
Member of Vyom Astronomy Club.
Ground Station Member of New Leap Initiative Club currently working of nano satellite at KJSIEIT
Azure AI Training
Microsoft, Online
Oct 2020 - Present
The Azure AI Training is held by our college for Azure AI Certification preparation.
Tensorflow Specialization
Coursera, Online
Aug 2020 - Sep 2020
Deeplearning Specialization
Coursera, Online
Jul 2020 - Aug 2020
Completed a Deep learning Specialization Course under Andrew N g Through Coursera.
Machine Learning
Coursera, Online
Jul 2020 - Present
Yolo v1
Jan 2021 - Jan 2021
https://github.com/pritam1322/Yolo-v1
https://github.com/pritam1322/Yolo-v1
CONTACT Phone: 91 7020921132
Machine Translation with Transformer
Jan 2021 - Jan 2021
https://github.com/pritam1322/Machine-Translation-with-Transformer
NER for ICDAR 2019 test dataset
Dec 2020 - Jan 2021
https://github.com/pritam1322/NERFor-Invoices-
Seq2seq with Attention Model
Dec 2020 - Dec 2020
https://github.com/pritam1322/Seq2seq-with-attention
Kaggle/ Heart Disease UCL Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/heart-disease-using-ml
This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. The EDA was done
and the data was trained using different methods like LogisticRegression, KNN, XGBClassifier, and decision tree.
Kaggle / Diamond Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
It's a great dataset for beginners learning to work with data analysis and visualization. The task was completed by
performing EDA and different types of regression(lasso and ridge).
Arduino home automation
Oct 2019 - Present
Mini project of Arduino based home automation using hc-05 Bluetooth module and relay board 5V
Stocks Prediction Using Sentimental Analysis
Nov 2020 - Present
https://github.com/pritam1322/Machine-Translation-with-Transformer
https://github.com/pritam1322/NER-For-Invoices-
https://github.com/pritam1322/Seq2seq-with-attention
https://www.kaggle.com/pritam7777/heart-disease-using-ml
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
Rank 753: Resume 373 with similarity score 0.01303824895517933
Resume Text: B.E , MS , BS work from home , machine learning intern pcb design , training , internships , performing , relay , v1 , deep learning , machine translation , stocks , natural language processing , azure , eda , visualization , transformer , satellite , project , home automation , coursera , nano , mumbai , computer vision , leap , bluetooth , microsoft , resume , prediction , electronics , astronomy , internet of things , data analysis , machine learning , arduino , preparation , heart disease , foundation , assessment , data science , python , ml , organization , technology , database , online Assessment
Q1. Why should you be hired for this role?
This is a wonderful opportunity for me to get Experience. Your organization will surely prove to be an excellent platform for me to establish my
skills and knowledge in the corporate world. Getting ML/DL Experience with real-life problems is the best way to learn.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available to work from home for 3 months. I would like to start immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
PRITAM JATHAR
Mumbai, Ratnagiri
Applied 09 Feb'21
Natural Language Processing
NLP
Python Computer Vision
Arduino Deep Learning Machine Learning
Internet of Things IoT PCB Design
Bachelor of Engineering B.E, Electronics and Telecommunication Engineering ETE
Kj Somaiya Institute Of Engineering And Technology
2019 - 2022
CGPA 7.71/10
Data Science
The Sparks Foundation, Virtual
Nov 2020 - Present
Machine Learning Intern
Pianalytix, Virtual
Nov 2020 - Present
Member of Vyom Astronomy Club.
Ground Station Member of New Leap Initiative Club currently working of nano satellite at KJSIEIT
Azure AI Training
Microsoft, Online
Oct 2020 - Present
The Azure AI Training is held by our college for Azure AI Certification preparation.
Tensorflow Specialization
Coursera, Online
Aug 2020 - Sep 2020
Deeplearning Specialization
Coursera, Online
Jul 2020 - Aug 2020
Completed a Deep learning Specialization Course under Andrew N g Through Coursera.
Machine Learning
Coursera, Online
Jul 2020 - Present
Yolo v1
Jan 2021 - Jan 2021
https://github.com/pritam1322/Yolo-v1
https://github.com/pritam1322/Yolo-v1
CONTACT Phone: 91 7020921132
Machine Translation with Transformer
Jan 2021 - Jan 2021
https://github.com/pritam1322/Machine-Translation-with-Transformer
NER for ICDAR 2019 test dataset
Dec 2020 - Jan 2021
https://github.com/pritam1322/NERFor-Invoices-
Seq2seq with Attention Model
Dec 2020 - Dec 2020
https://github.com/pritam1322/Seq2seq-with-attention
Kaggle/ Heart Disease UCL Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/heart-disease-using-ml
This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. The EDA was done
and the data was trained using different methods like LogisticRegression, KNN, XGBClassifier, and decision tree.
Kaggle / Diamond Dataset
Sep 2020 - Sep 2020
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
It's a great dataset for beginners learning to work with data analysis and visualization. The task was completed by
performing EDA and different types of regression(lasso and ridge).
Arduino home automation
Oct 2019 - Present
Mini project of Arduino based home automation using hc-05 Bluetooth module and relay board 5V
Stocks Prediction Using Sentimental Analysis
Nov 2020 - Present
https://github.com/pritam1322/Machine-Translation-with-Transformer
https://github.com/pritam1322/NER-For-Invoices-
https://github.com/pritam1322/Seq2seq-with-attention
https://www.kaggle.com/pritam7777/heart-disease-using-ml
https://www.kaggle.com/pritam7777/diamond-eda-and-regression
Rank 754: Resume 1556 with similarity score 0.01302827047999167
Resume Text: MS , BS cognos , category manager , long term , business development , merchandiser , product development , part time , full time disney , finalization , transformational , sem , space , promotional , modern trade , seasonal , channel strategy , sportswear , commercials , status , budgeting& forecasting , horeca , sap , product reviews , mumbai , turnover , linen , testing , private brands , clear , project work , email marketing , cognos , discount , google analytics , organization , jda , furniture , emerging markets , ecommerce , mos , magento , retail , footwear , merchandise , designation , jewelry , hindi , ltd , english , external agencies , strategic alliances , leadership , range , technology trends , home products , textiles , javascript , cost reduction , handbags , positioning , cash , general , suppliers , vendors , affirmative action , customer requirements , distribution management , strategic planning , mastering , customer service , private label , p&l management , survey , visual merchandising , business acumen , store opening , seo , languages , mystery shopping , trend analysis , toys , beta , online , functionality , segmentation , ug , analytical skills , relationship building , developments , demographic profiling , institutional sales , sustainable business , accessories , authorization , teams , participation , engage , led , omniture , drive , e-commerce , sas , schedules , metrics 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b5243120047…
https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b52431200470512135b5f01… 1/3
Current Designation: Category Head (General Merchandise)-
Cash N Carry Format
Current Company: Reliance Retail Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Retail
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Reliance Retail Ltd as Category Head (General Merchandise)- Cash N Carry Format
Jul 2015 to Till Date
Growth Path:
July 2015 to Feb 2017 Category Head (Home & Kitchen) - Jiomall
Mar 2017 till date Category Head (General Merchandise)- Cash N Carry Format
Responsibilities:
Manage P&L for the Category, Increase product assortment, Innovate and increase sales across all sub categories
(Furnishing, Furniture, Décor, Toys, Sports)
Launch of Private Label and explore internal and external opportunities to increase PL share.
Ensure delivery schedules and terms and conditions are strictly adhering by suppliers
Identify, Setting up / New Launch Emerging Markets for General Merchandise categories.
Developing exclusive range of merchandise for Horeca, Bulk & Kirana Formats.
Achievements:
Launched exclusive line of merchandise in Home Textiles, to meet HORECA client's requirement
Successfully lead GST implementation project for Non Food Category.
Launch of RIL Private Brands in Distribution Channel & Teleshopping / Ecommerce Channel.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Samir Bhatt
Category Head seeking roles in Customer Service, Category Management, Retail
Management, Channel Management, Merchandising, Business Development,
Business Management, Strategic Alliances, Budgeting, Distribution Management,
Brand Management
Key Skills: Category Head, Merchandiser, Customer Service, Category Management, Retail Management, Channel
Management, Merchandising, Business Development, Business Management, Strategic Alliances, Budgeting, Distribution
Management, Brand Management
Summary
Over 17 Years in Customer Service, Category Management and Retail Management (Offline & Online). Recognized as a
strategic, innovative and transformational leader that delivers results. An accomplished merchant with strong business acumen
and unique blend of highly developed merchandising skills, strategic planning, analytical skills and strong leadership. Possess a
clear understanding of the industry, technology trends, ensuring the achievement of product excellence at the lowest overall
cost.
Core Competencies:
Omni-Channel Merchandising& Marketing
Business Development &Management
Financial Budgeting& Forecasting
Category Management
Strategic Alliances
P&L Management
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b5243120047…
https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b52431200470512135b5f01… 2/3
Lead the Category team for Business development & Project management
Designing Process for a sustainable Business Model to achieve long term objective
Talent Acquisition from various industry, including cross functions.
Setting up processes and evaluating long term partners / vendors
Actively participation in Beta testing, UAT, Dry Run Process.
Shoppers Stop Ltd as Sr Manager (Omni Channel Category - Home &Non Apparels)
Mar 2011 to Jul 2015
Responsibilities:
Category Management for Footwear, Handbags, Sportswear, Beauty / Fragrances, Jewelry, Personal Accessories and
Home. Additional responsibility of Strategic Accounts (Market Place)
Responsible for P/L and Business growth by offering strong product/ price proposition/ merchandise mix and meet annual
targets.
Drive rapid business development and strategic alliances with partners.
Monitor Process from Vendor to the end consumer & analyze customer feedback product reviews.
Monitor and analyze Traffic, Conversion, market trends, and customer requirements.
Evaluate Sites Design, Functionality & Navigations in co-ordination with QA and technical teams.
Actively Participating in Reviews of SEM, SEO & Email Marketing.
Actively Involved in Organization's Long term Project to drive Omni-Channel Strategy
Led the development of strategic alliances, maximizing competitive positioning and designing processes with a long term
prospects.
Achievement
Partnered with key suppliers and internal stakeholders, which resulted consistently increase in share of E-Commerce
channel to company's turnover.
Led Merchandising team, during website platform migration phase (from Novator to Magento)& successfully launch our
website in new platform
Renegotiated Commercials and Terms of Trade with the External Agencies, which resulted in cost reduction by 40%.
Introduced new line of Seasonal Merchandise &Promotional Range.
Successfully managed Email Marketing for 6 months& resulted in Open Rate Growth by 40% by utilizing segmentation
tool, which also resulted in better conversion & reduced Cost
Welspun Retail Ltd as Category Manager (Home Linen - Bed & Bath Category)
Dec 2009 to Feb 2011
Responsibilities:
Strategic & Merchandising responsibility based on forecasting &category profitability; by ensuring MOS targets are met for
all the channels.
P/L responsibility leading to 28% contribution of the Annual Business Plan.
Drive the implementation of the category, merchandise and assortment plans for achieving targeted category sales goals
and other metrics.
Engage in long-term project work, product development, vendor relationship building that maximizes business results and
enables the category to move forward.
Space Allocation & fixture planning & Visual Merchandising for new store & planning of product & promotional calendar,
quarterly.
Responsible for the development of Buyer and Merchandiser & monitoring their developments.
Achievements
Introduced new range of Innovative & Concept Selling Products, which contributed 7% of the overall turnover
&successfully launched Licensee Brands : Disney & Cartoon Network.
Wadhawan Retail Pvt. Ltd. as Sr Buyer - Home & Non Apparels
Aug 2008 to May 2009
Vendor identification & selection & negotiating terms of trade.
Strategizing pre-store opening activities like space allocation, fixture planning, catchments study, mystery shopping,
demographic profiling, planning for promotional calendar & Item mastering.
Piramyd Retail Ltd. as Buyer - Home & GM Pvt Label
Dec 2006 to Jul 2008
Responsible for buying of Home products like Bed, Bath, Kitchen, Living & Dining Categories
Vendor Development and negotiating terms of trade
Interpreted, analyzed and responded to all reports, including OTB, sales reports and seasonal plans.
Forecasting and monitoring budgets & inventory management.
Welspun Retail Ltd. as Senior Executive - Merchandising
Nov 2003 to Dec 2016
Market Survey & Trend Analysis, Samplings & New Range Developments.
Responsible for Category Planning for Distribution, Modern Trade & Institutional Sales.
Costing (including MRP finalization, Discount structures & other promotional schemes
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b5243120047…
https://freesearch.naukri.com/preview/printResume?uname=ea5a174b903be9a991e9b7e14cdc6db4090f58564c425b115617145a0f0b52431200470512135b5f01… 3/3
UG: B.Com (Commerce) from Mumbai University in 2002
PG: MBA/PGDM (Marketing), Part time from Mumbai University in 2009
Other Qualifications/Certifications/Programs:
EPM Marketing & HRM
Diploma in Textile Management & Marketing) from SASMIRA
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP Release R/3 (MM / S&D )
JDA, RXL , Busy 3.6, COGNOS, SAS
Magento / Novator
DREAMMAIL
Omniture / Google Analytics
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Proficient
Gujrathi Proficient
Rank 755: Resume 1066 with similarity score 0.013001422606661952
Resume Text: B.E , MS , B.TECH , BS application support , quality assurance , software developer , it professional , cloud engineer , full time firefox , security , demand , space , partition , it operations , linux , mock , httpd , status , logging , test systems , product management , mumbai , atlassian , testing , features , building , ec2 , kibana , infrastructure , operating systems , automation , access , designation , confluence , cloud , windows , english , troubleshooting , project , smoke , groups , leadership , itil , web pages , javascript , technology , disk , html , reporting , web development , developers , affirmative action , user experience , uptime , principles , collaboration , public , maintenance , zabbix , architecture , dynatrace , email , tomcat , aws , ad-hoc , github , sitescope , hp , languages , load balancing , apps , proof , database , css , ug , web design , scratch , apache , authorization , teams , productivity , application , less , cost effective , requirements gathering , s3 , shell scripting , nginx , metrics 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42…
https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42001548505458… 1/2
Current Designation: AWS cloud Engineer
Current Company: HalSys IT Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HalSys IT Solutions as AWS cloud Engineer
Feb 2018 to Till Date
* Hosting and managing 3 tier architecture Application with load balancing, monitoring, and logging features
* Host website on Nginx / httpd / apache2/ tomcat.
* Provide support around Identity and Access management lifecycles across AWS accounts
* Managing disk space like extending partition.
* Setting up cronjob
* Enforcing existing process guidelines
* Built VPCs from scratch, creating private and public subnets, creating security groups
* Proactively monitor resources and application using AWS cloud watch.
* Excellent working knowledge of Windows or Linux operating systems - experience of supporting and troubleshooting
issues and performance
* Strong knowledge of billing and tagging
* Responsible for design, development, and implementation of Cloud solutions
* Deploying systems in AWS environments
* Worked on Route53 and CloudFront for UI based application.
* Using S3 glacier for data archiving and long-term backup.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
NIKESH REDDY
ITIL,AWS Cloud Engineer seeking roles in Software
Development,Automation,Application Programming,Web Development,Requirement
Gathering,Application Support,HTML,CSS,Javascript,User Experience,Apache
Tomcat,Web Designing,Service Desk,Github,AWS
Key Skills: ITIL,AWS Cloud Engineer,Software Developer,Software Development,Automation,Application
Programming,Web Development,Requirement Gathering,Application Support,HTML,CSS,Javascript,User
Experience,Apache Tomcat,Web Designing,Service Desk,Github,AWS
Summary
* IT professional with over 2.7+ year's hands on experience in AWS Cloud environment, front end developing and testing.
* Architected and Implementing cost effective solutions on AWS infrastructure using on demand instance
* Experience in working on AWS and its services like AWS IAM, VPC, EC2, EBS, RDS, S3, Lambda, ELB, Auto Scaling,
Route 53, Cloud Front, Cloud Watch, Cloud Trail, SQS, SNS.
* Experience in Application support hosted on Linux Operating system.
* Playing a significant role in establishing operational processes.
* Collaborated with product management to design, build and test systems.
* Collaborated with other developers to identify and alleviate the number of bugs in the software.
* Identified and suggested new technologies and tools for enhancing product value and increasing team productivity.
* Manage weekly and monthly Incident and Problem review meetings and provide data metrics to Leadership
* To plan and design the structure and design of web pages.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42…
https://freesearch.naukri.com/preview/printResume?uname=91ac29d2c664e701e8570a0d0fc9823b510f5c594a4008475245135c58090548470e42001548505458… 2/2
2. Front End Development (from Aug 2018 to June 2019)
* Implementing web design and development principles to build stable software.
* Bringing mock-ups to life using HTML, CSS, JavaScript.
* Collaborating closely with the team to support projects during all phases of delivery.
* Building websites and apps that are responsive and usable.
* Monitoring website performance and rectifying front-end-related issues.
* Communicating technical issues in an understandable manner to the team and clients.
* Identifying innovative ideas and proof of concepts according to project requirements.
* Providing guidance and troubleshooting support to clients.
* Testing to identify bugs and technical issues before and after deploying.
* Documenting bug reports, tickets, and any code changes.
3. Testing (from feb 2018 to Aug 2018)
* Strong collaboration skills allow me to work with teams made up of software developers, quality assurance specialists,
and IT operations professionals.
* Collaborated on all stages of the systems development lifecycle, from requirements gathering to production releases.
* Tested Applications compatibility on different browser versions (IE, Firefox).
* Actively participated in smoke, functional and ad-hoc testing during SIT phase.
* Met with manager on a weekly basis to provide a detailed project report and milestone updates.
* Developed code fixes and enhancements for inclusion in future code releases and patches
* Monitoring and reporting on system and database backups to ensure they appropriately configured, implemented, and
verified to enable recovery from failure
UG: B.Tech/B.E. (Computers) from Ballari Institute of technology and Management, bellary, Karnataka in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Shell Scripting
Apache, Tomcat, NGINX
Linux, Windows
Kibana
Git Hub
Dynatrace, HP SiteScope
Zabbix, uptime
Atlassian, Service Desk
Atlassian Confluence
Languages Known
Language Proficiency Read Write Speak
English
Rank 756: Resume 1512 with similarity score 0.013000737282451701
Resume Text: B.E , MS , B.TECH assistant manager , senior manager , business development , full time , program director , team member , functional consultant transformation programs , general , rfp , team management , ms project , fortune 500 , confluence , it strategy , mar , prince2 , affirmative action , architecture governance , production planning , hindi , process excellence , maintenance , authorization , english , it sales , status , stakeholder management , email , record , digital transformation , business analysis , application , sap , less , igrafx , award winner , iit , operations management , interfacing , practice management , drive , finance , visio , languages , itil , technical analysis , onsite-offshore model , scheduling , it transformation , javascript , jira , thought leadership , technology , program management 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18…
https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18511941090e5a… 1/3
Current Location: Mohali
Pref. Location: Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [IT and Finance]
Verified : Phone Number | Email - id
Cognizant as Senior Manager
Oct 2012 to Mar 2020
Digital Transformation Project Execution,
Business and Technical Analysis, Planning, Scheduling, Scoping, Effort Estimation,
Onsite and Offshore Model,
Drive Implementation,
Practice Management & Development Support,
Thought Leadership,
IT Sales
PwC as Assistant Manager
May 2008 to Aug 2012
IT Transformation Project Execution (SAP & BI), Functional Consultant, Project Management, Practice Management,
Business Development
Wapeka UK as Program Director - Technology
Mar 2008 to May 2008
* New Firm Setup Support
* New Program Setup for a Client - Application Development & Support
* Architecture Governance
* Client Management
* Stakeholder Management
* Program Management
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Manish Nehra
Immediate Joiner. An Engineer from REC Jaipur, Full-Time MBA (IIT KGP), Prince2
Certified, "Execution Excellence Award Winner at Cognizant", ~17 Years at Cognizant,
PwC (UK, India), HCL, Wapeka UK . Expert in Digital Transformation Management
Key Skills: Project Management,Process Excellence,IT Strategy,Program Management,Digital Transformation,IT Sales,IT
Strategy Planning
Summary
An engineer from REC Jaipur and MBA from IIT Kharagpur, Prince2 Certified Professional and "Execution Excellence Award
Winner at Cognizant" with a meritorious track record, having 17 years of professional experience with reputed organizations like
Cognizant, PwC, HCL, Wapeka UK, and Hindalco. Have worked on many large and complex projects with fortune 500 clients in
the onsite-offshore model. Core areas of expertise are Digital Transformation Programs, IT Strategy, Business Analysis,
Technical Analysis, Project Management, Team Management, Stakeholder Management, RFP Support. Immediately available
to join.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18…
https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18511941090e5a… 2/3
PwC as Assistant Manager
May 2005 to Feb 2008
IT Transformation Project Execution (SAP & BI), Functional Consultant, Project Management, Practice Management,
Business Development
HCL Technologies as BCT
May 2004 to Nov 2004
SAP Project Execution, PMO Support
Hindalco Industries Limited as Engineer - Operations Management
Jul 2001 to Jul 2003
Production Planning (Legacy ERP System)
Core Team Member (New ERP System Implementation)
Production Supervision & Management
Higher Management Interfacing
UG: B.Tech/B.E. (Mechanical) from Malviya National Institute of Technology (NIT) in 2001
PG: MBA/PGDM (IT and Finance) from Indian Institute of Technology (IIT), Kharagpur in 2005
Other Qualifications/Certifications/Programs:
Prince 2
ITIL
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA 0 0 Year(s) 0 Month(s)
CONFLUENCE 0 0 Year(s) 0 Month(s)
MS Project 0 0 Year(s) 0 Month(s)
MS Visio 0 0 Year(s) 0 Month(s)
TEAM 0 0 Year(s) 0 Month(s)
Alfabet Planning IT 0 0 Year(s) 0 Month(s)
iGrafx Flowcharter 0 0 Year(s) 0 Month(s)
EXCEL 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18…
https://freesearch.naukri.com/preview/printResume?uname=826737c2cbfd4dbbcb80635ac4b380060b580c00431458165214150c5f5a534f420b18511941090e5a… 3/3
Rank 757: Resume 1157 with similarity score 0.01299873276850225
Resume Text: B.E , MS , B.TECH , BS associate , technical consultant , senior consultant , product development , software developer , senior software engineer , full time , application developer core java , controllers , customer , telugu , security , connect , databases , gateway , status , integration testing , continuous integration , xml , pl/sql , business strategy , writing , components , foundation , sql server , spring framework , automated processes , streams , pipeline , registration , coding standards , designation , mar , web services , hindi , cloud , ltd , english , agile , project , mongodb , live , processing , angularjs , following up , forms , performance tuning , computer science , liquibase , itil , struts , web pages , javascript , jprofiler , couchdb , availability , html , performance analysis , general , product requirements , developers , lambda expressions , affirmative action , information technology , oracle , mysql , test scripts , maintenance , kafka , jquery , checks , architecture , email , jpa , google , aws , operations , art , continuous improvement , junit , design patterns , unit testing , maven , languages , multithreading , hibernate , api , spring mvc , sap hana , spring batch , mockito , software solutions , jenkins , css , soap , jmeter , testng , health , azure , authorization , servlets , spring boot , application , restful webservices , product design , led , servers , reviews 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450…
https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450311415b0e0b0… 1/3
Current Designation: Senior Application Developer
Current Company: Mashreq Bank (Optimum Info Sytems)
Current Location: Dubai
Pref. Location: Dubai,United Arab Emirates (UAE),United
Kingdom (UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science and
Information Technology]
Verified : Phone Number | Email - id
Mashreq Bank (Optimum Info Sytems) as Senior Application Developer
May 2020 to Till Date
working as Senior application developer and involved the design and development of new user interface components and
back-end processing capabilities for an exciting system enhancement.
Participated in complete software development lifecycle, including performance, design, development, and testing.
Responsible for API Connect and validations of gateway endpoints
Worked on Azure cloud and responsible for complete pipeline lifecycle.
Performed fully automated unit testing using Junit
Worked on rest, soap API's and worked with micro services architecture.
Used JVM, java8, Spring Boot, Junit, Mockito and CICD architecture.
Wipro as Associate Consultant
Feb 2020 to May 2020
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Suresh Pasupuleti
Senior Consultant seeking roles in Application Development, Client Servicing,
Continuous Integration, Product Design and Development, Integration Testing, Agile,
Core Java, Micro Services, Spring, Hibernate, Maven, Azure, AWS, Angular Js,
Javascript
Key Skills: Senior Consultant, Software Developer, Application Development, Client Servicing, Continuous Integration,
Design Development, Product Development, Requirement Analysis, Integration Testing, Agile, Core Java, JSP Servlets,
Maven, Spring, AWS, Azure
Summary
10+ years of IT experience in Development and Client Server application using Java, J2EE Technologies.
Solid Experience in Objected oriented development, Design patterns and multithreading.
Hands on experience in developing web Application using state of art technologies like Core Java, Servlets, JSP, Struts (1.2 &
2), Hibernate, Liquibase, Spring (Core, MVC, Batch, JDBC, Restful, Security, JPA & Spring Boot), Kafka, JMS, Dockers, SOAP,
Rest web services and Swagger UI.
Experience in SAP HANA, mongoDB, CouchDB, SQL Server, Oracle 10g /11g RAC, MySQL and PL/SQL.
Experience in the client-side technologies using JavaScript, AngularJS, Angular 6, NodeJS, ReactJS and jQuery.
Hands on experience in designing web pages (HTML and CSS).
Experience in Java 8 Concepts like Lambda Expressions, Streams API and Collection API.
Performance Tuning (JMeter & JProfiler tools)
Experience in Health Checks and Integration Tests.
Experience in cloud servers like aws, azure and google
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450…
https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450311415b0e0b0… 2/3
Led a team in the design and development of new user interface components and back-end processing capabilities for an
exciting system enhancement.
Participated in complete software development lifecycle, including performance, design,
development, and testing.
Responsible for API Connect and validations of gateway endpoints
Worked on Azure cloud and responsible for complete pipeline lifecycle.
Capgemini as Senior Consultant
Jul 2018 to Feb 2020
Led a team in the design and development of new user interface components and back-end processing capabilities for an
exciting system enhancement.
Participated in complete software development lifecycle, including performance, design, development, and testing.
Performed Health checks and Integration tests using rest-based architecture (Rest-assured and Arquillian).
Developed fully automated processes using Jenkins and test scripts (Junit, Mockito and Integration Tests).
Developed RESTful webservices and implemented Liquibase extension for SAP HANA.
Engaged with system engineering team to define functional capabilities based on new requirements.
Mentored junior developers in usage of design patterns, best practices, program coding standards and procedures.
Participated in the development of business strategy (using Spring Boot, Spring-security, JPA and Spring MVC).
Performed o-auth authorization and implemented used based services for authentications.
Syniverse Technologies India Pvt ltd as Senior Software Engineer
Mar 2016 to Jul 2018
Implemented new features(block/unblock) using Spring boot and Rest webservices.
Participated actively in the complete software development lifecycle, including performance analysis, design,
development, and testing
Performed fully automated unit testing using Junit, Mockito and TestNG
Created Angular Controllers with rest API calls and Spring MVC controllers.
Involved in developing browser compatibility using React Js, angular JS and Angular4.
Engaged with system engineering team to define functional capabilities based on new requirements.
Implemented Micro Services architecture with Spring Boot and created multilayered environment
Implemented distributed service layers for different DB (mongo DB, Couch DB and Oracle) calls.
Collabera Technologies as Software Engineer
Jul 2014 to Feb 2016
Collaborated with team to understanding new requirements and enhancements.
Participated in the complete software development lifecycle, including design, development, and testing
Performed fully automated unit testing using Junit.
Consumed SOAP Webservices and generated client code using axix2 to trigger the notifications using Spring Batch.
Involved in developing role-based security for the application using spring-security.
Engaged with architectural team to define functional capabilities based on new requirements.
Automated table loads by allowing authorized users to update tables through web application.
Created web-enabled solutions for consumers that monitor critical changes (CRUD operations).
Worked on L2 support in Application Maintenance phase.
Supported for UAT and Sandbox testing.
Alt Wing Technologies as Software Engineer
Jan 2012 to Jul 2014
Analyzing client's requirements and Involved in developing the coding and designing.
Responsible for following up the client with queries while analyzing the requirements.
Involved in developing the code for action classes and action forms using struts/spring framework.
Facilitate to Update all the fields and products, price details in the admin view
Design and development of applications using Java, J2EE, Springs, Struts2, Hibernate & XML.
Involved in Customer Registration, Preparing Invoice modules
Handle total login validations and generated login authentications at every view of the project.
Automates table loads by allowing authorized users to update tables through web application.
Ability for users to update Test databases live.
The Placard Software Solutions as Technical Consultant
Jun 2010 to Jan 2012
Designed and developed high-volume, low-latency applications and delivering high-availability and performance
Contributing in all phases of the development lifecycle
Writing well designed, testable, efficient code.
Prepared and produced releases of software components
Supported continuous improvement by investigating alternatives and technologies and presenting these for architectural
review.
Involved peer code reviews to understand/follow the coding standards.
Responsible to follow up the client tickets/queries for the product requirements/enhancements.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450…
https://freesearch.naukri.com/preview/printResume?uname=2cce4e613e60a14b817ceab38b5df0ef0b5458054f410e155713145b0f0c554f1458450311415b0e0b0… 3/3
UG: B.Tech/B.E. (Computer Science and Information Technology) from jawaharlal nehru technology university in 2010
Other Qualifications/Certifications/Programs:
ITIL 4 foundation
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Dubai
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 2021 6 Year(s) 0 Month(s)
spring boot 2.0 2021 6 Year(s) 0 Month(s)
MySQL 6.0 2019 5 Year(s) 0 Month(s)
Angular js 1.X 2018 3 Year(s) 0 Month(s)
SQL Server 18.5 2021 5 Year(s) 0 Month(s)
SPRING MVC 4.X 2021 8 Year(s) 0 Month(s)
CORE JAVA 6.0 2021 10 Year(s) 0 Month(s)
Struts 2.X 2018 5 Year(s) 0 Month(s)
MAVEN 4 2021 5 Year(s) 0 Month(s)
Hibernate 5 2018 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Rank 758: Resume 1407 with similarity score 0.01299457121022461
Resume Text: B.E , MS , B.TECH project manager , lead consultant , technical architect , project lead , full time , business objects , technical lead , service delivery manager sap hana , telugu , designation , tamil , sap products , affirmative action , analytics , technology services , real estate , ltd , authorization , english , teams , intelligence , status , architecture , specifications , email , project , application , less , sap bi , components , drive , finance , languages , exposure to sap , service delivery management , sap implementation , javascript , crm , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e16…
https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e160743155e0958… 1/2
Current Designation: SAP BW4 HANA TECHNICAL
ARCHITECT,PROJECT LEAD/Service delivery manager
Current Company: Cognizant Technology Services
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Services as SAP BW4 HANA TECHNICAL ARCHITECT,PROJECT
LEAD/Service delivery manager
Feb 2015 to Till Date
HCL Technologies Pvt. Ltd as SAP BW- Lead Consultant
Jun 2013 to Feb 2015
Wipro Technologies Pvt. Ltd as SAP BW- Technical Lead
Feb 2012 to Jun 2013
UG: B.Tech/B.E. (Computers) from madras university, chennai in 2003
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
ARUNPRATHAB MURUGANANTHAM
Project Manager/ SDM- SAP BW4HANA seeking roles in Project Management,SAP
HANA,Service Delivery Management,Application Development,Incident
Management,Database Migration,Solution Identification,Process
Improvement,Technical Support,SAP ABAP,SAP BO
Key Skills: Project Manager/ SDM- SAP HANA,Project Manager,Project Management,SAP HANA,Service Delivery
Management,Application Development,Incident Management,Database Migration,Solution Identification,Process
Improvement,Technical Support,SAP ABAP,SAP BO
Summary
A result-oriented with over 15.5 years of qualitative experience in the areas of SAP HANA &SAP BW HANA Architecture and
Project Management covering diversified domains. Presently associated with Cognizant Technology Services as Project
Manager/ SDM- SAP HANA; actively involved in SAP Implementation and SAP OS/DB Migration work with exposure to SAP
HANA, SAP ABAP, SD, MM, HR CRM Real Estate and Finance. Demonstrated excellence in handling Projects, Roll Outs,
Archiving and Support Projects i.e. delivering projects to build SAP BI, BO and BW on HANA solutions to drive business
intelligence & analytics. Distinction of coordinating with teams to deliver projects to clients within specified timeframe as per
specifications. Skillfully worked on sustained build & support in a variety of environments entailing the latest SAP BW system &
Components - SAP Business Objects, SAP Products -Content Server.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e16…
https://freesearch.naukri.com/preview/printResume?uname=06fd536b0b0ce376c0fc96d8f3009b7d0a58085642410c420a4443580958521f450e160743155e0958… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
- SAP HANA
SAP BW HANA
SAP OS/DB
SAP ABAP, SD, MM
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 759: Resume 881 with similarity score 0.012979108024163131
Resume Text: B.E , MS , B.TECH , BS software engineer , member of technical staff , quality assurance , software developer , java developer react.js , core java , performance analysis , telugu , algorithms , project managers , soap , designation , affirmative action , oracle , web services , user experience , mysql , sql tuning , maintenance , json , english , status , object oriented design , email , testing , rest , software architecture , design patterns , resolve , languages , multithreading , python , software design , spring framework , javascript , technology , application security , performance improvement 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c44…
https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c4404474809090f5… 1/2
Current Designation: Software Engineer II
Current Company: HighRadius Corporation, Hyderabad,
Telangana
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HighRadius Corporation, Hyderabad, Telangana as Software Engineer II
Sep 2019 to Till Date
Worked on SOAP and REST webservices integration
Worked on application performance improvement
Worked on various new enhancements and bug fixes
Worked with project managers, quality assurance and
customers to resolve technical issues.
Triniti Corporation, Hyderabad, Telangana as Member of Technical Staff
Aug 2016 to Sep 2019
Participated in complete software development
lifecycle, including performance analysis, design,
development and testing.
Worked multiple products and suggested various
enhancements that improves user experience and
application security
Worked on challenging tasks and delivered with
efficiency
Worked on multiple technologies like Java, Javascript,
React, Python etc
Last Active: 5-Feb-21 Last Modified: 1-Feb-21
Mahipal Vadde
Java Developer with 4+ years of experience. Involved in end to end development in
multiple projects. Looking for new challenges.
Key Skills: Java, Java 8, Javascript, Oracle SQL, SQL Tuning, Web Services, SOAP, Rest, JSON, Spring, Data
Structures, Algorithms, Object Oriented Design, Design Patterns, Multithreading,
Summary
A growth-oriented professional with an experience of 4 years as Software Development,Software Design,IT Project
Management,Requirement Gathering,Software Architecture,Core Java,Javascript,MySQL,React.Js,JSON
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c44…
https://freesearch.naukri.com/preview/printResume?uname=530c65bdbec5c620323609a4447741db505a5c541e100f440245130a0e5f004f420c4404474809090f5… 2/2
UG: B.Tech/B.E. (Computers) from Vivekananda Institute of Technology, Karimnagar in 2015
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
Java,Web Services,Python,Javascript ,SQL
REACT
MySQL
JAVA
SPRING FRAMEWORK
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Proficient
Rank 760: Resume 543 with similarity score 0.012961223180406134
Resume Text: B.TECH work from home c programming , completion , assessment , global engineering , html , resume , github , electronics , java , technology , workshops , c++ , learning , preparation Assessment
Q1. Why should you be hired for this role?
As I am A Tech learning Enthusiast and I have a positive attitude to grow my skills and experience By Learning New things and To Upgrade Myself
to Daily Changes On The Industry.
I am Familiar with Programming with c/c++ and Java language and I can use the Git and Can manage Data on Github I can able to Communicate to
others effectively I've participated on hackathons workshops to Learn how to Work with a Team to grow My Coorporate abilities.
So,Because of My above mentioned skills and abilities, experience encourages me to work with your Brand.
Thank You.
Shobhit Soni
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am Available for 3 months and I can start my immediately and I can learn and devote myself for your brand At time between 10 A.M to 5 P.M to
learn new things.
Note:- please Provide me 15 days of leave to fir my Exam preparation.
Resume
EDUCAT ION
CONTACT Phone: 91 7974780608
Shobhit Soni
Jabalpur
Applied 29 Jan'21
C Programming C Programming GitHub
HTML Java
Bachelor of Technology B.Tech), Electronics and Communication
Global Engineering College, Jabalpur
2019 - 2023
CGPA 8.00/8
Senior Secondary XII, Science
Model High School
M.P BOARD board)
Year of completion: 2019
Percentage: 76.20%
Secondary X
Maharashtra Higher Secondary School, Jabalpur
M.P BOARD board)
Year of completion: 2017
Percentage: 85.40%
Rank 761: Resume 888 with similarity score 0.012929823184417872
Resume Text: B.E , B.TECH software developer , senior software engineer , part time , full time , application developer react.js , core java , designation , ug , sqlite , vs , affirmative action , oracle , spring , hindi , ionic , maintenance , authorization , advanced , english , node.js , status , instrumentation , servlets , agile , email , jpa , project , apache cordova , application , ee , bengali , fixing , gitlab , react native , maven , framework , languages , hibernate , jira , eclipse , javascript , organization , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001…
https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001901404959580e… 1/2
Current Designation: Senior Software Engineer/Analyst
Current Company: Capgemini
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
Capgemini as Senior Software Engineer/Analyst
Dec 2018 to Till Date
Working as a Sr Software Developer. As part
of the project, working closely with clients for day to day
requirement analysis, development and bug fixing of the same.
UG: B.Tech/B.E. (Instrumentation) from West Bengal University of Technology (WBUT) in 2017
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SUCHISMITA DHAR
Senior Software Engineer of 2yrs experience seeking roles as a Java Full Stack
Developer
Key Skills: Core Java,Advanced Java,JSP Servlets,JDBC,Hibernate,Spring,Maven,JPA,React.Js,Node.Js,Ionic
Framework,Oracle SQL,PLSQL,Apache Cordova,GIT,Agile Methodology,JIRA
Summary
A Resourceful Application Developer with outstanding knowledge of Advanced Java and React Native. Looking to bring further
success to my organization by leveraging strong skill set and proactive demeanor
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
VS Code, Eclipse, Core Java, JIRA
Java EE, React Native, Cordova, SQL,
Hibernate, Spring, SQLite, JPA
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001…
https://freesearch.naukri.com/preview/printResume?uname=63ac79b6c75e52b84a72a20a5c6d7d4c0b5a0b5848135d47071414580e09531c46001901404959580e… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
GitLab, TortoiseGit, Agile, SVN.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 762: Resume 1097 with similarity score 0.012901546184825707
Resume Text: BSC , BS , B.E , MS , B.TECH senior engineer , solution architect , disaster recovery manager , change management , full time , part time , senior consultant reporting , automation , blocking , web apps , rca , customer , migrating , performing , bau , itil process , telugu , microsoft azure , security , designation , business applications , data migration , telecom , vendors , platforms , affirmative action , hindi , databases , linux , logical volume manager (lvm) , maintenance , ami , unix , authorization , english , iaas , ssl , go , business continuity planning , modifications , status , paas , virtualization , architecture , sql , email , store , health check , groups , aws , quota management , sungard , records , amazon rds , change management , servers , s3 , data center operations , transformation , premises , ec2 , storage , disaster recovery , it infrastructure , offshore , building , troubleshooting , languages , oci , vmware , strategic initiatives , javascript , system administration , project migration , cloud computing , technology , availability , data centers , file systems 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b0448410945…
https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b04484109455119100b0b00… 1/3
Current Designation: Senior Consultant
Current Company: HITACHI VANATARA
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HITACHI VANATARA as Senior Consultant
Jan 2016 to Jan 2016
Leading the Linux/Cloud Team by managing virtualization platforms likes Cloud (AZURE, AWS & OCI), VMware, and
OVM. Also maintaining customer hosted servers in Hitachi-owned DCs. Manage servers via Incident, Problem, and
Change management. We also maintain server's backup via verities netback up technology.
Worked with Hybrid environment of Data Center Operations, Cloud and virtualization-based technologies of Amazon Web
Services (AWS), VMWare, Azure, etc
Part of Technology transformation for IT Infrastructure - Compute, Storage, and leading strategic initiatives - IaaS (Infra as
a Service), Platform as a Service (PaaS).
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS, and IAM).
Setup/Managing VPC, Subnets; make the connection between different zones; blocking suspicious IP/subnet via ACL.
Setup/Managing CDN on Amazon Cloud Front ( Origin Path: Server / S3) to improve the site.
Deployed the AWS services using Cloud Formation.
Setup VPN/site-to-site connection.
Create/Managing buckets on S3/blobs and store DB and logs backup, upload images for CDN serve.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53 and go-daddy panel.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Migrate the existing on-premises Infra to Azure Cloud platforms.
Cloud Scaling, from an IT resource perspective to handle increased or decreased usage demands.
Manage the IT budget, regularly reporting budget execution status versus plan.
Backup, Site Recovery, and DR setup strategies by coordinating with the Disaster Recovery Manager to implement the
exact set of policies and procedures for Business Continuity Planning (BCP) and DR.
Delivered the Integration Solutions built on top of Microsoft Technologies Azure (IaaS, PaaS, Hybrid).
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
MADHUSUDHAN AMBATI
Senior Consultant seeking roles in System Administration,Linux Administration,IT
Infrastructure Support,Incident ,Problem ,Change Management,Data Center
Operations,Requirement Gathering,Cloud Computing,Client Servicing,Cloud
Architect,AWS and Azure..
Key Skills: Senior Consultant,System Administration,Linux Administration,IT Infrastructure Support,Data Center
Operations,Requirement Gathering,Cloud Computing,AWS,Microsoft Azure,Data Migration,Solution
Architecture,Azure,Project Migration,solution architect
Summary
Working as a Senior Consultant in an Offshore Tech Lead position in Hitachi Vantara with 10+ of experience include managing
customer Infrastructure Activities, Managing Backups, Implementations across various technologies (Linux/Unix, Virtualization,
AWS, AZURE, OCI, and Storage) through ITIL process-based automation tool (Incident Management, Problem and Change
Management).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b0448410945…
https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b04484109455119100b0b00… 2/3
Created and Manages:
Azure Web apps and deploying the Azure Web sites
Custom OS images and implanting in Azure Portal
Azure VM on Azure portal and managing the Azure subscription
Azure Web sites, Services, SQL databases, and so on
Azure Site Recovery and Azure Backup plan per user request
Supported customers in analyzing the azure billing and Azure resources quota management in azure.
Enabling the Azure subscription monitoring through Azure Operation Manager.
Created and Configured Azure subscription/Site to site recovery /Storage Accounts etc. in Azure portal.
Deploying & configuring Azure site to site recovery for DR and Azure back-up in ON -Premises/Azure Environment.
Developing Azure VPN as per the user request and configuring RDS Server on Azure.
Actively involved in a program geared towards migrating existing mission and business applications into a cloud-based
environment. Activities required to re-host an application into the cloud may include architecture modifications, database
and/or application server re-hosting, and potentially recoding of existing capabilities to take advantage of cloud platform
services.
Worked on Tier 1, Tier2 and Tier 3 support for all UNIX/Linux, VMware, and OVM
Creating and Managing File Systems, and Building & Maintaining Storage Volumes using Logical Volume Manager (LVM).
Patching the Linux Servers every quarter.
Troubleshooting the server booting issues by going through Maintenance Mode.
Performing the health check of the Servers every quarter and suggesting the appropriate changes.
Working on VMware and OVM related issues.
Dealing with the Vendors for any Hardware or Software issues.
HITACHI VANATARA as Senior Consultant
Jan 2016 to Till Date
Leading the Linux/Cloud Team by managing virtualization platforms likes Cloud (AZURE, AWS & OCI), VMware, and
OVM. Also maintaining customer hosted servers in Hitachi-owned DCs. Manage servers via Incident, Problem, and
Change management. We also maintain server's backup via verities netback up technology.
Worked with Hybrid environment of Data Center Operations, Cloud and virtualization-based technologies of Amazon Web
Services (AWS), VMWare, Azure, etc
Part of Technology transformation for IT Infrastructure - Compute, Storage, and leading strategic initiatives - IaaS (Infra as
a Service), Platform as a Service (PaaS).
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS, and IAM).
Setup/Managing VPC, Subnets; make the connection between different zones; blocking suspicious IP/subnet via ACL.
Setup/Managing CDN on Amazon Cloud Front ( Origin Path: Server / S3) to improve the site.
Deployed the AWS services using Cloud Formation.
Setup VPN/site-to-site connection.
Create/Managing buckets on S3/blobs and store DB and logs backup, upload images for CDN serve.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53 and go-daddy panel.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Migrate the existing on-premises Infra to Azure Cloud platforms.
Cloud Scaling, from an IT resource perspective to handle increased or decreased usage demands.
Manage the IT budget, regularly reporting budget execution status versus plan.
Backup, Site Recovery, and DR setup strategies by coordinating with the Disaster Recovery Manager to implement the
exact set of policies and procedures for Business Continuity Planning (BCP) and DR.
Delivered the Integration Solutions built on top of Microsoft Technologies Azure (IaaS, PaaS, Hybrid).
Created and Manages:
Azure Web apps and deploying the Azure Web sites
Custom OS images and implanting in Azure Portal
Azure VM on Azure portal and managing the Azure subscription
Azure Web sites, Services, SQL databases, and so on
Azure Site Recovery and Azure Backup plan per user request
Supported customers in analyzing the azure billing and Azure resources quota management in azure.
Enabling the Azure subscription monitoring through Azure Operation Manager.
Created and Configured Azure subscription/Site to site recovery /Storage Accounts etc. in Azure portal.
Deploying & configuring Azure site to site recovery for DR and Azure back-up in ON -Premises/Azure Environment.
Developing Azure VPN as per the user request and configuring RDS Server on Azure.
Actively involved in a program geared towards migrating existing mission and business applications into a cloud-based
environment. Activities required to re-host an application into the cloud may include architecture modifications, database
and/or application server re-hosting, and potentially recoding of existing capabilities to take advantage of cloud platform
services.
Worked on Tier 1, Tier2 and Tier 3 support for all UNIX/Linux, VMware, and OVM
Creating and Managing File Systems, and Building & Maintaining Storage Volumes using Logical Volume Manager (LVM).
Patching the Linux Servers every quarter.
Troubleshooting the server booting issues by going through Maintenance Mode.
Performing the health check of the Servers every quarter and suggesting the appropriate changes.
Working on VMware and OVM related issues.
Dealing with the Vendors for any Hardware or Software issues.
Sungard Availability Services as Senior Engineer
Feb 2014 to Jan 2016
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b0448410945…
https://freesearch.naukri.com/preview/printResume?uname=42224fcb191aabfe73b67aa9905e6bf50c5b08074d120119501317595c5b04484109455119100b0b00… 3/3
Providing the infrastructure support for the clients across the world hosted their Infra footprint in SunGard-owned data
centers Across the US. Manage Linux, Unix, and Virtualization (VMware & OVM) environment by following the ITIL
process while performing BAU activities, upgrades, RCA, and Project-related activities.
SecurView Systems as UNIX&STORAGE ENGINEER
Aug 2010 to Feb 2014
Remote support for Logicalis in UNIX/Linux and Storage infrastructure comprising of 500+ servers located in data centers
from the US. Responsibility includes Monitoring the Server inconsistency through Monitoring Tool (Nimsoft) and
implementation administration of Linux & Storage.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
VMware, Linux, Unix, AWS, SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Telugu
Rank 763: Resume 786 with similarity score 0.012851695883877192
Resume Text: B.E , MS , B.TECH , BS project manager , agile scrum master , principal engineer , collector , product development manager , full time financial services , customer , platforms , angular , docker , abstraction , money market , status , steering , stakeholder management , testing , components , building , kibana , weblogic , organization , ansible , kubernetes , designation , hindi , cloud , json , english , logstash , agile , project , mongodb , provisioning , fixing , rest , flow , vmware , javascript , html , scrum , golang , groovy , affirmative action , oracle , emc , maintenance , centos , capital markets , email , manufacturing , sez , securities , operations , junit , maven , languages , hibernate , cassandra , management system , jira , engineers , search , vsphere , dell , functionality , jenkins , css , tamil , authorization , risk , teams , spring boot , virtualization , log4j , sql , matrix , application , government , data center infrastructure , debugging , framework , storage , offshore , kannada , events , python 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d0019170116…
https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d00191701165213420b5801… 1/3
Current Designation: Software Principal Engineer
Current Company: Dell EMC
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Dell EMC as Software Principal Engineer
May 2017 to Till Date
Technologies: GoLang, Pytorch, Spring Boot, Java, MongoDB, Cassandra, Elastic Search, Python
Key Result Areas:
* Managing the design & development to build customer focused large-scale software components; supervising a team
of 11 engineers within & cross-functional teams and improving existing software as well as building new ones for
government and private client focused functions
* Creating VSAN- vSphere Collector for Converged Infrastructure Systems
* Contributing in:
o Designing, implementing Event Management system for capturing events from sources of component, process and
sharing them to the ESRS channel of the organization
o Designing VxBC on cloud solution involving major functionalities of discovery, monitoring, orchestrating, provisioning
of resources
o Designing common software hardware abstraction layer across all the hardware platforms involving common
hardware components
* Fixing multiple customer critical issues, applying patents for recent software development components for Dell and
leading development of Release Content Matrix for compliance regulatory for VxBC systems & keep-alive framework
* Steering the development of inventory services in current VxBC system, end-to-end event management system for
VxBlock1000
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sivasankari Shanmugham
Software Principal Engineer seeking roles in Software Development,Product
Development,Project Management,Process Improvement,Requirement Gathering,Risk
Management,Talent Acquisition,Coding & Development,Debugging,Stakeholder
Management,Java,Python
Key Skills: Software Principal Engineer,Project Manager,Software Development,Product Development,Project
Management,Process Improvement,Requirement Gathering,Risk Management,Talent Acquisition,Coding &
Development,Debugging,Stakeholder Management,Java,Python
Summary
* Enterprising professional with nearly 15 years of experience
* Agile Scrum Master Certified Professional with domain expertise in Data Center Infrastructure, VMware Virtualization,
Storage Products, Software Development, Banking, HR, Geo Info Systems, Corporate Taxes, Capital Market, Money Market,
Logistics and Manufacturing industries
* Extensive experience in GoLang/ Python/ PyTorch/ SpringBoot/ Java/ J2EE/ Struts/ Hibernate and Oracle platforms
* Hands-on experience in analysis of user requirement and product development leveraging diversified tech stack experience
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d0019170116…
https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d00191701165213420b5801… 2/3
Oracle Financial Services as Product Development Manager
Aug 2015 to Jan 2017
Tools: JDK1.8, JSP, SQL, log4j, JUNIT, HTML 5, Angular JS, REST API, WebLogic MQ
Key Result Areas:
* Functioned in Infra Module under Oracle FLEXCUBE UBS; liable for managing interactions between end-user &
business functionality logic of modules belonging to product, module controls, end-to-end flow of entire application
operations and binded various modules to form complete stack
* Supervised client facing discussions about functional deployment and on-time delivery to customer and steered
coding/ testing and post-delivery support for all new releases
GE Genpact Capital Markets as Offshore Development Manager
Aug 2013 to Aug 2015
Client: Wells Fargo Securities and SEZ
Tools: Groovy, Spoc, JSON, Mongo DB, Jenkins, Java (8 months)
UG: B.Tech/B.E. (Computers) from Anna University in 2003
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
NodeJS , React , Angular ,HTML , CSS
OPEN API,Java ,GoLang, Python
J2EE, CentOS, Shell Script
MongoDB, Oracle, Cassandra
Spring, Hibernate, Spring Boot
Elastic Search, Logstash,Kibana
Docker, Kubernetes, Ansible
Maven, Jenkins , JIRA
vRO, vROPS
JIRA 7.0 2020 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Kannada
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d0019170116…
https://freesearch.naukri.com/preview/printResume?uname=9de723329463bca204c82a6f18ac078d0c5d5f0542405d47554314500f5d00191701165213420b5801… 3/3
Employment Status: Full time
Rank 764: Resume 1111 with similarity score 0.012833611541326811
Resume Text: B.E , MS , B.TECH , BS solutions architect , commissioning engineer , operator , associate , security engineer , cloud engineer , change management , full time , team lead , balancer databases , linux , kpi , player , energy , intelligence , status , sentinel , ibms , store , mumbai , testing , fundamentals , connectivity , ec2 , infrastructure , urban , architectural design , security controls , mobility , automation , smart cities , blocking , access , designation , protocol , hindi , ltd , windows , cli , english , data security , commissioning , cloud security , protection , groups , distributed systems , change management , documentation , javascript , application security , kms , vm , general , vendors , affirmative action , iaas , design principles , paas , architecture , email , aws , network security , microsoft , amazon rds , saas , premises , languages , management system , sensors , amazon cloudfront , cloud services , ug , hybrid cloud , m2m , ami , azure , authorization , enterprise , records , operations management , electronics , servers , s3 , storage , tridium , framework , building management , network administration , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b1701470…
https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b17014703441359085b5… 1/3
Current Designation: IOT Operations Engineer- Network &
Security
Current Company: Etisalat
Current Location: abu dhabi
Pref. Location: Mumbai
Functional Area: IT Software - Network Administration /
Security
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electronics Engineering]
Verified : Phone Number | Email - id
Etisalat as IOT Operations Engineer- Network & Security
Apr 2017 to Till Date
? Etisalat provides IoT solutions to clients across the UAE, GCC and worldwide. It's the region's biggest IoT player, in
terms of volume and innovation.
? Operations and Monitoring of infrastructure and network to support various IoT verticals.
? Design and develop architecture design, high-level and low-level, for various verticals ? Incident process handling,
Remedy ITSM & meeting SLA & KPI to avoid process breach as per incident severity, problem & change management,
operations documentation, team trainings & improvements
? Delivering solutions across verticals including Safe City IoT, Urban Intelligence, Smart Cities, M2M connectivity, IoT
Mobility
? Setup/Managing Windows and Linux Servers on Amazon (EC2, EBS, ELB, Auto Scaling, Security Groups and IAM).
? Setup/Managing Amazon CloudFront (Origin Path: Server / S3) to improve site performance.
? Create/Managing buckets on S3 (CLI) and store DB and logs backup, upload images.
? Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon CloudWatch, SNS.
? Creating/Managing DNS records on Amazon Route 53.
? Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
? Setup/Managing VPC, Subnets; make connection between different zones; blocking suspicious ip/subnet via ACL.
? Implement IaaS, PaaS and SaaS solution (Azure & AWS) - onPrem, Cloud & Hybrid architectures
? Configure security controls and threat protection, manage identity and access, and protect data, applications, and
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
IRFAN FARAS
Design, Build, Migrate, Optimize and Secure AWS & Azure Cloud Infrastructure |
Cloud Administration & Operations | Cloud Engineer
Key Skills: cloud architecture,cloud infrastructure,database,cloud certification,cloud services,cloud security,cloud
migration,cloud operations,storage,network security,application security,data protection,Cloud
Administration,AWS,Azure,Iaas
Summary
-An Enthusiast & high energy driven professional targeting enterprise level assignment in AWS & Azure Cloud Administration
and Architecture, developing & managing virtual environments, network security, and cloud-based development -Design well-
architected distributed systems in AWS & Azure Cloud that are scalable, highly available, resilient, efficient, and fault-tolerant -
Proficient in AWS services like VPC,EC2, AMIs, S3, ELB, Autoscaling Groups (ASG), EBS, RDS, DynamoDB, IAM, Route 53,
CloudWatch, CloudFront, CloudTrail, SQS, SNS, AWS KMS -Design, configure and manage infrastructure environments in
Azure - VM, Network, IAM, Resource groups, Azure Advance Threat Protection , Azure Sentinel, Recovery Services
vaults(Backup), Load Balancer -Migrate on-premises workloads to AWS & Azure and monitor and secure systems on the
platform -Application Security, Cloud Based Data Protection, Data Security, Network Security
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b1701470…
https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b17014703441359085b5… 2/3
networks in cloud and hybrid environments as part of end-to-end infrastructure
? Implementing best practices for cloud operations
? Ability to build secure and robust solutions using architectural design principles based on client requirement
Secutech Automation India Pvt Ltd as Service/Commissioning Engineer
Mar 2015 to Feb 2017
IBMS Platform System integration, Commissioning & Testing of IBMS: Tridium Niagara N4 & Niagara AX
Designing and Developing Solution for Building Management System.
Integrating sub-systems from various vendors with heterogeneous communicating protocol to a single IP backbone using
Niagara framework.
Strong knowledge of BMS architecture with different types of Operator interface, Supervisory Networks, DDC networks,
sensors etc.
UG: B.Tech/B.E. (Electronics Engineering) from KITs College of Engineering in 2014
Other Qualifications/Certifications/Programs:
AWS Solutions Architect - Associate
AWS Certified SysOps Administrator - Associate
Microsoft Certified: Azure Fundamentals
AWS Certified Cloud Practitioner
Microsoft Certified: Azure Administrator Associate
Microsoft Certified: Azure Security Engineer Associate
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: United Arab Emirates
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Computing 2020 3 Year(s) 0 Month(s)
Hybrid cloud configuration 2020 3 Year(s) 0 Month(s)
Cloud security and monitoring 2020 3 Year(s) 0 Month(s)
Cloud Operations Management 2020 3 Year(s) 0 Month(s)
Cloud infrastructure deployment 2020 3 Year(s) 0 Month(s)
Cloud administration 2020 3 Year(s) 0 Month(s)
AZURE 2020 3 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b1701470…
https://freesearch.naukri.com/preview/printResume?uname=5a938690e1157fc7ecfc771732c2eb9e595f5c0419415c110411425d5f0a041b17014703441359085b5… 3/3
Employment Status: Full time
Rank 765: Resume 1080 with similarity score 0.012828525990937027
Resume Text: B.S , MS , BS support engineer , linux system engineer , linux server engineer , full time , senior devops engineer , aws architect appdynamics , nfs , citrix , system maintenance , it security , docker , postfix , web hosting , player , ssl , rackspace , status , zimbra , samba , nagios , gitlab , syslog , building , ec2 , server administration , whmcs , cms , pipeline , file systems , ansible , automation , magento , exim , devops , proxmox , kubernetes , designation , server management , amazon s3 , cloud , kayako , cpanel , ltd , linux server , tar , software installation , english , troubleshooting , ftp , quota management , mongodb , drupal , ibm , prtg , disaster recovery , intermediate , vmware , iptables , sendmail , javascript , cd , xen , efs , hardware engineering , affirmative action , mysql , uptime , debian , basic , opsview , unix , zabbix , proxy , joomla , email , google , tomcat , rsync , wordpress , aws , network security , netapp , containerization , middleware , one-on-one , maven , resolving issues , languages , high traffic , jira , webmin , security management , hardening , high availability , jenkins , mirroring , ug , analytical skills , tamil , interpersonal skills , lamp , ticketing tools , apache , open source software , php , authorization , kernel , application , yum , user requirements , servers , system performance , shell scripting , nginx , ssh , tuning , hyperic , csf , network administration , load , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 1/3
Current Designation: Senior DevOps Engineer & AWS Architect
Current Company: NITYO INFOTECH
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Chennai,Coimbatore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NITYO INFOTECH as Senior DevOps Engineer & AWS Architect
Nov 2016 to Till Date
Responsibilities
Configuring and Troubleshooting linux servers, services, applications, micro services.
Good knowledge in CI/CD pipeline using tools such as Jenkins and GIT
Development and production automate containerization using Docker, Kubernetes, Ansible, Rancher
Maintaining SecDevOps tools as WAZUH (HIDS), AppSpider.
Configuring and Hardening docker containers, kube clusters, linux servers, Apache, MySQL, PHP, Tomcat, nginx, Jboss
Managing network security using firewalls: IPtables, CSF.
Building and configuring micro services using docker file.
AWS: EC2, EBS, EFS, S3, Cloudwatch, RDS, IAM, VPC, SES. Route 53.
Administrating own products of Gitlab.
Maintaining regular Backup & Restore using Amazon S3, Netapp, tar and Rsync tools.
Worked on Postgres MySQL MongoDB basic maintaines issues like dumping and restoring.
Identify process gaps and recommend on best practices based on industry standards.
Always improve the system performance, stability to provide 100% availability.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Y. HESLEY STALIN
Sr DevOps Engineer,AWS Architect seeking assignment in Networking
Engineering,Linux Server Administration,Security Administration,IT Security
Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Key Skills: Sr DevOps Engineer,AWS Architect,Tech Support Engineer,Networking Engineering,Linux Server
Administration,Security Administration,IT Security Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Summary
10 + Years of hands on experience in Linux Server/Security Administration / AWS / DevOps
Currently working with NITYO INFOTECH, as a Senior DevOps Engineer. Client EQUINIX.
Ability to handling high traffic production system independently, troubleshooting (middleware, infra etc), automation, regular
operation etc. Hands on with the large and scalable system
Ability to work in a fast paced, demanding environment, able to work independently, one-on-one, in a team setting and in a
virtual team environment.
Team player with good management, analytical, communication and interpersonal skills.
Experience in analyzing information system needs and evaluating end-user requirements.
Involving in whole process of Development, Production System Operation including system maintenance, monitoring,
automation, backend operation, ensuring high availability, regular application release, troubleshooting, middleware performance
tuning and collaborate with functional
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 2/3
Monitoring tools: Appdynamics, Nagios, Zabbix, Hyperic
TECHNICAL SUMMARY
LINUX & DEVOPS
Basic & intermediate Shell Scripting.
Knowledge in UNIX process managements.
Installing, maintaining and troubleshooting DevOps tools like Kubernetes, Gitlab, Jenkins, Rundeck etc.
Configuring and Troubleshooting Server Services: Maven, Node, SpringBoot, FTP, DNS, SSH, SAMBA, APACHE,
MySQL, PHP, Nginx, Jboss, Tomcat, Apache proxy pass, Mod_jk, NFS,
Managing network security using firewalls: IPtables, CSF.
LAMP setup CI/CD Pipeline, Docker and Kube environment configuration and administration
Configuring and managing mail servers: SENDMAIL, POSTFIX, EXIM, Zimbra.
Kernel Tuning with Sysctl.
Implementing File Systems, Quota management, Users and group management.
Having ideas on Disaster Recovery, Server Hardening and Uptime management.
Managing Syslog and Yum, debian configuration.
WHM & Cpanel, Webmin & Virtualmin web hosting and troubleshooting.
Monitoring tool Hyperic, Appdynamics, PRTG, Nagios, Zabbix, OPSView, Nodeping, Pingdom.
Server & site Migrations, SSL Certificate installation.
Third party open source software installation and maintenances.
Open Source CMS: Wordpress, Joomla, Magento, Drupal installation & troubleshooting.
Ticketing tools: JIRA, Service-now, Kayako, WHMCS, OsTicket.
Virtualizations: SolusVM, Proxmox, Citrix Xen Server, VMware installation and Basic maintenances.
Cloud: Amazon, Google, IBM, Rackspace.
Strong analytical skills and troubleshooting expertise and resolving issues in the Linux servers.
Knowledge and experience in remote server management.
Knowledge and experience in load balancers, server mirroring and firewall management.
Bworks Tech Labs as Linux Server Engineer & AWS Architect
Feb 2015 to Nov 2016
Velan Info Services India Pvt Ltd as Linux System Engineer
Aug 2013 to Jan 2015
UG: B.Sc (Computers) from Dr.NGP arts & science college, coimbatore in 2006
PG: MCA (Computers) from Bishop Appasamy College of Arts & Science, Coimbatore in 2009
Other Qualifications/Certifications/Programs:
RHCE -Red Hat Certified Engineer EL-7
.
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Service-now, Kayako
WHMCS, OsTicket.
SolusVM, Proxmox, Citrix Xen Server
VMWARE
Amazon, Google, IBM, Rackspace
Maven, Node, SpringBoot, FTP, DNS
SSH, SAMBA, APACHE, MySQL, PHP
Nginx, Jboss, Tomcat, Apache proxy pass
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mod_jk, NF
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 766: Resume 1541 with similarity score 0.012819581512756565
Resume Text: B.S , MS , BS support engineer , linux system engineer , linux server engineer , full time , senior devops engineer , aws architect appdynamics , nfs , citrix , system maintenance , it security , docker , postfix , web hosting , player , ssl , rackspace , status , zimbra , samba , nagios , gitlab , syslog , building , ec2 , server administration , whmcs , cms , pipeline , file systems , ansible , automation , magento , exim , devops , proxmox , kubernetes , designation , server management , amazon s3 , cloud , kayako , cpanel , ltd , linux server , tar , software installation , english , troubleshooting , ftp , quota management , mongodb , drupal , ibm , prtg , disaster recovery , intermediate , vmware , iptables , sendmail , javascript , cd , xen , efs , hardware engineering , affirmative action , mysql , uptime , debian , basic , opsview , unix , zabbix , proxy , joomla , email , google , tomcat , rsync , wordpress , aws , network security , netapp , containerization , middleware , one-on-one , maven , resolving issues , languages , high traffic , jira , webmin , security management , hardening , high availability , jenkins , mirroring , ug , analytical skills , tamil , interpersonal skills , lamp , ticketing tools , apache , open source software , php , authorization , kernel , application , yum , user requirements , servers , system performance , shell scripting , nginx , ssh , tuning , hyperic , csf , network administration , load , firewalls 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 1/3
Current Designation: Senior DevOps Engineer & AWS Architect
Current Company: NITYO INFOTECH
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Chennai,Coimbatore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NITYO INFOTECH as Senior DevOps Engineer & AWS Architect
Nov 2016 to Till Date
Responsibilities
Configuring and Troubleshooting linux servers, services, applications, micro services.
Good knowledge in CI/CD pipeline using tools such as Jenkins and GIT
Development and production automate containerization using Docker, Kubernetes, Ansible, Rancher
Maintaining SecDevOps tools as WAZUH (HIDS), AppSpider.
Configuring and Hardening docker containers, kube clusters, linux servers, Apache, MySQL, PHP, Tomcat, nginx, Jboss
Managing network security using firewalls: IPtables, CSF.
Building and configuring micro services using docker file.
AWS: EC2, EBS, EFS, S3, Cloudwatch, RDS, IAM, VPC, SES. Route 53.
Administrating own products of Gitlab.
Maintaining regular Backup & Restore using Amazon S3, Netapp, tar and Rsync tools.
Worked on Postgres MySQL MongoDB basic maintaines issues like dumping and restoring.
Identify process gaps and recommend on best practices based on industry standards.
Always improve the system performance, stability to provide 100% availability.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Y. HESLEY STALIN
Sr DevOps Engineer,AWS Architect seeking assignment in Networking
Engineering,Linux Server Administration,Security Administration,IT Security
Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Key Skills: Sr DevOps Engineer,AWS Architect,Tech Support Engineer,Networking Engineering,Linux Server
Administration,Security Administration,IT Security Management,Hardware Engineering,Maven,Node,SpringBoot,FTP,
DNS,SSH,SAMBA,APACHE,MySQL,PHP,Nginx,Jboss,Tomcat
Summary
10 + Years of hands on experience in Linux Server/Security Administration / AWS / DevOps
Currently working with NITYO INFOTECH, as a Senior DevOps Engineer. Client EQUINIX.
Ability to handling high traffic production system independently, troubleshooting (middleware, infra etc), automation, regular
operation etc. Hands on with the large and scalable system
Ability to work in a fast paced, demanding environment, able to work independently, one-on-one, in a team setting and in a
virtual team environment.
Team player with good management, analytical, communication and interpersonal skills.
Experience in analyzing information system needs and evaluating end-user requirements.
Involving in whole process of Development, Production System Operation including system maintenance, monitoring,
automation, backend operation, ensuring high availability, regular application release, troubleshooting, middleware performance
tuning and collaborate with functional
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 2/3
Monitoring tools: Appdynamics, Nagios, Zabbix, Hyperic
TECHNICAL SUMMARY
LINUX & DEVOPS
Basic & intermediate Shell Scripting.
Knowledge in UNIX process managements.
Installing, maintaining and troubleshooting DevOps tools like Kubernetes, Gitlab, Jenkins, Rundeck etc.
Configuring and Troubleshooting Server Services: Maven, Node, SpringBoot, FTP, DNS, SSH, SAMBA, APACHE,
MySQL, PHP, Nginx, Jboss, Tomcat, Apache proxy pass, Mod_jk, NFS,
Managing network security using firewalls: IPtables, CSF.
LAMP setup CI/CD Pipeline, Docker and Kube environment configuration and administration
Configuring and managing mail servers: SENDMAIL, POSTFIX, EXIM, Zimbra.
Kernel Tuning with Sysctl.
Implementing File Systems, Quota management, Users and group management.
Having ideas on Disaster Recovery, Server Hardening and Uptime management.
Managing Syslog and Yum, debian configuration.
WHM & Cpanel, Webmin & Virtualmin web hosting and troubleshooting.
Monitoring tool Hyperic, Appdynamics, PRTG, Nagios, Zabbix, OPSView, Nodeping, Pingdom.
Server & site Migrations, SSL Certificate installation.
Third party open source software installation and maintenances.
Open Source CMS: Wordpress, Joomla, Magento, Drupal installation & troubleshooting.
Ticketing tools: JIRA, Service-now, Kayako, WHMCS, OsTicket.
Virtualizations: SolusVM, Proxmox, Citrix Xen Server, VMware installation and Basic maintenances.
Cloud: Amazon, Google, IBM, Rackspace.
Strong analytical skills and troubleshooting expertise and resolving issues in the Linux servers.
Knowledge and experience in remote server management.
Knowledge and experience in load balancers, server mirroring and firewall management.
Bworks Tech Labs as Linux Server Engineer & AWS Architect
Feb 2015 to Nov 2016
Velan Info Services India Pvt Ltd as Linux System Engineer
Aug 2013 to Jan 2015
UG: B.Sc (Computers) from Dr.NGP arts & science college, coimbatore in 2006
PG: MCA (Computers) from Bishop Appasamy College of Arts & Science, Coimbatore in 2009
Other Qualifications/Certifications/Programs:
RHCE -Red Hat Certified Engineer EL-7
.
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Service-now, Kayako
WHMCS, OsTicket.
SolusVM, Proxmox, Citrix Xen Server
VMWARE
Amazon, Google, IBM, Rackspace
Maven, Node, SpringBoot, FTP, DNS
SSH, SAMBA, APACHE, MySQL, PHP
Nginx, Jboss, Tomcat, Apache proxy pass
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1…
https://freesearch.naukri.com/preview/printResume?uname=e35ee3658d84322697198c7440ad7ecb0e5c5a041e1158445517460b585b5119410d1503101459585c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mod_jk, NF
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 767: Resume 922 with similarity score 0.012768976720193559
Resume Text: B.E , MS , B.TECH , BS full time , senior engineer , software developer intranet , infopath , powershell , css , designation , office , pages , ug , visual studio , affirmative action , mysql , oracle , technical architecture , spring , engineering support , angular , hindi , maintenance , basic , ltd , product engineering , windows , jquery , digital , web technologies , authorization , english , status , c# , sharepoint online , email , project , power flow , less , sharepoint server , microsoft , fixing , writing , mvc , content management , languages , storage , infrastructure , iterative , app , ado.net , cms , sharepoint designer , javascript , organization , technology , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c420816…
https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c42081605454759090b… 1/2
Current Designation: Senior Engineer - Sharepoint
development
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Mindtree Limited as Senior Engineer - Sharepoint development
Oct 2015 to Till Date
Name Of the Organization Designation Start Date End Date
Mindtree Ltd, Bengaluru Senior Engineer 1st October 2017 Till Date
Mindtree Ltd, Bengaluru Engineer 1st January 2016 1st October2017
Mindtree Ltd, Bengaluru Trainee Engineer 11th October 2015 1st January 2016
Company: Mindtree Limited
Project: Action Aid Intranet Maintenance
Intranet Portal is used for Sharing Documents across the organization also it is used for Content Management Content
management is a process in which digital content (and its structure/configuration) is created, edited, stored, and published
by multiple actors until it retrieved from the storage and rendered for the user. CMS platform enables content changes
highly-iterative and managed by content owners without requiring product engineering support while making content
management and it's supporting infrastructure consistent, so content can be leveraged as a strategic asset.
Roles & Responsibilities:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
AZAD ANSARI
Senior Engineer seeking assignment in Sharepoint Development,Software
Development,Intranet Maintenance,Content Management,SharePoint
Management,Project Management,Technical Architecture,SharePoint
Server,C#,ADO.Net,JQuery,HTML,CSS,MySQL,Oracle
Key Skills: Sharepoint Development,SharePoint Management,SharePoint Server,C#,ADO.Net,JQuery,HTML,CSS,Power
Automate ,PowerApp,SPFX,Migration ,Office 365,Migration,InfoPath,Powershell,sharepoint 2013,sharepoint
2010,React.Js,Fluent UI
Summary
Professional Experience of 5+ years of Sharepoint development, currently working as "Senior Engineer" at Mindtree Limited,
Bangalore. I am looking for a career that is both challenging and reward.
* High-level proficiency in SharePoint2010 and SharePoint2013
* Edureka Certified Microsoft SharePoint 2013 Professional
* Spring People Certification in Javascript
* Spring People Certification in Powershell
* Strong Experience in SharePoint Designer Workflows
* Strong Experience in Timer Jobs
* Good knowledge of MySQL queries
* Basic knowledge of Web Technologies like React Js and Angular Js
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c420816…
https://freesearch.naukri.com/preview/printResume?uname=460a5150a26ba6e677f8409195acee865c085d5219170e40004048585e5c074c42081605454759090b… 2/2
Creating Custom Web part
Creating Timer Jobs
Creating Event Receiver
Doing Migration Using Share Gate and Metalogix
Bug Fixing
Team Size: 2
Technologies Used: SharePoint 2013, SharePoint Designer, SharePoint Management Shell, InfoPath, JavaScript, HTML,
CSS.
Company: Mindtree Ltd.
Client: NA
Project: Ticket Tracking System Developed a web app to maintain logs of ticket raised by employee using three layered
architecture. The app allows an employee can see the status of ticket whether the ticket has been closed or not
Roles & Responsibilities:
Designing Pages
Creating Database
Writing Controller for Project
Team Size: 4
Skills Used: C#, MVC, ADO.Net, MySQL
UG: B.Tech/B.E. (Electrical) from Biju Patnaik University of Technology (BPUT) in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SharePoint Server, SharePoint 2010
SharePoint2013
C#, ADO.Net,, JQuery, HTML5&CSS
SharePoint Designer, PowerShell
VISUAL STUDIO
Sharepoint online 3 Year(s) 0 Month(s)
Windows, Windows Server2008R2,
windows server2012R2
Power App 0 1 Year(s) 6 Month(s)
Power FLOW 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 768: Resume 1068 with similarity score 0.012726634655660546
Resume Text: B.E , MS , B.TECH , BS system administrator , associate , solution architect , cloud administrator , full time , enterprise architect customer , skype , itil process , security , docker , linux , log analysis , status , snapshot , continuous integration , reliability , building , ec2 , system testing , infrastructure , utilities , vagrant , automation , outlook , functional specifications , interfaces , access , designation , rhel , plugins , hindi , cloud , ltd , windows , english , troubleshooting , project , groups , architecting , git , aml , dashboard , javascript , disk management , lync , performing , command , affirmative action , data analytics , maintenance , basic , email , fiserv , tomcat , aws , web servers , webex , unit testing , maven , languages , client requirements , amazon , 2012 r2 , scheduling , queues , root cause analysis , servicenow , codes , jenkins , oracle database , apache , ami , autosys , authorization , teams , go , enterprise , database development , less , records , remediation , mainframe , s3 , reviews , etl 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d47…
https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d475014400e5a0c0… 1/2
Current Designation: AWS cloud Administrator
Current Company: Fiserv India Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 1 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [cs]
Verified : Phone Number | Email - id
Fiserv India Pvt. Ltd. as AWS cloud Administrator
Aug 2016 to Till Date
Growth Path:
Aug'16 to Jun'18 System Administrator
Since Jul'18 AWS Cloud Administrator
Key Result Areas:
Developing automation and deployment utilities
Selecting the appropriate AWS service based on data, compute, database, or security requirements
Using programming knowledge to write codes for server-less applications
Automating different parts of the development process
Analyzing data needs and designing database structures
Developing high quality user-friendly applications and interfaces in accordance with the company standards and
development guidelines
Performing code reviews, unit testing, and system testing as needed
Communicating with seniors to determine specific requirements and expectations
Managing Linux Servers on Amazon (EC2, EBS, ELB, Security Groups, RDS and IAM), VPC and Subnets and the
source code control system like GIT
Creating buckets on S3 and storing DB and logs backup, uploading images
Monitoring servers through Amazon CloudWatch, SNS and installing Web Servers (Apache and Tomcat)
Developing DNS records on Amazon Route 53 and go-daddy panel; creating AMI/ Snapshots/ Volumes, upgrade/
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
PRADIP BHAGAT
AWS cloud Administrator seeking roles in Design & Development,System
Administration,Identity Access Management,Disk Management,Continuous
Integration,Software Development Life Cycle,Functional Specifications,Unit
Testing,Release Management
Key Skills: AWS cloud Administrator,Solution Architect/Enterprise Architect,Design & Development,System
Administration,Identity Access Management,Disk Management,Continuous Integration,Software Development Life
Cycle,Functional Specifications,Release Management
Summary
AWS Certified professional with over 4 years of experience in Production & Operation environment of Linux and Windows and
AWS in Banking domain
Experience in building & defining effective business solutions (cloud) as per the customer needs, with an aim to improve
customer contentment and consequently increase customer reliability and generate referral business
Gained exposure in architecting, implementing and supporting cloud based infrastructure and its solutions
Holds knowledge of Docker, Vagrant, Maven, Networking (CCNA),Windows (2012 R2), Linux (RHEL 7), Jenkins Plugins,
Jenkins Installation, Configuration and Administration
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d47…
https://freesearch.naukri.com/preview/printResume?uname=deb1eb4c5a626a9abc0e6a8cf7936b5b5e0b5c534e135f405742405b590a55431a5d475014400e5a0c0… 2/2
downgrade AWS resources (CPU, Memory, EBS)
Making backup snapshot of AMI of EC2 instances and troubleshooting and resolving S3, EC2, and CDN related issues
Forming AWS Instances and Resources Bills, EC2 instances, S3 bucket and applying policies using terraform
Projects Executed:
Project Title: IVue troubleshooting & Monitoring, AML Autosys
Tools: Mainframe Unisys
Highlights:
Managed oracle database development and provided the solution to client queries with proper root cause analysis
Gained knowledge of ETL and AML job monitoring, scheduling, Development and maintenance
Identified troubleshooting methods needed for quick remediation by analyzing Event/jobs in bank institutions and data
quality
Identified areas of weakness through Data Analytics, Log analysis and Dashboard design and recommended or
implemented process improvements
Processed huge volume of data on daily basis and gained experience in Linux command
Used ServiceNow to performed incident, changes, service requests and task queues to ensure SLAs are being met
and implementation of request is done as per client requirements
Wrote scripts to automate tasks and monitoring Cleartouch, premier files at administrator level
Performed changes using ITIL process
Worked on capacity upgrades and disk management
UG: B.Tech/B.E. (cs) from Sant Gadge Baba Amravati University in 2015
Other Qualifications/Certifications/Programs:
AWS Solution Architect- Associate
ITIL
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Basic Shell Script
Quality Center, WebEx,Outlook
Skype, Teams, Lync
Communicator, ServiceNow
Languages Known
Language Proficiency Read Write Speak
English
Marathi
Hindi
Rank 769: Resume 951 with similarity score 0.012711529199424686
Resume Text: B.S , MS , BS owner , senior software engineer , full time , senior software developer , team member filing , training , financial services , body image , telugu , security , status , integration testing , pl/sql , sql server , weblogic , technical analysis , workflow , technical services , organization , crm , jreport , react.js , windows 2000 , designation , ltd , json , english , xsl , project , ownership , windows xp , fixing , metrics reporting , completion , his , struts , one , javascript , technology , rolling , business requirements , html , ibatis , web development , actimize , general , change requests , affirmative action , oracle , ccf , maintenance , unix , jquery , ais , email , tomcat , unit testing , maven , languages , hibernate , rcm , base , functionality , manual testing , jenkins , pension , css , apache , authorization , functional requirements , maps , spring boot , application , less , dojo , servers , running , gwt , sphere , scp , tapestry , eclipse 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a1…
https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a100413425d590… 1/3
Current Designation: Senior Software Developer
Current Company: Vitech Systems Asia
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Vitech Systems Asia as Senior Software Developer
Jun 2016 to Till Date
Vitech Systems Asia as Senior Software Engineer
May 2016 to Jun 2016
Project Name : V3 Product.
Duration : May 2016 to Till Date
Technologies : Spring (Restful web services),Sprring Boot,React JS, Maven, GWT, Tapesry, PL/SQL,
SVN, Post gress, JQuery and Tomcat.
Desccription:
The entire V3 product is broadly divided into various business modules based on the services they
offer and based on the activities performed on each Module, which are listed as followed:
World,Contributions,SCP,Pension,Workflow,CRM,Disbursements,Claims,Documents and Batches.
Each of the above module interact with one another to fulfill user's request.V3 also comprises of
various low level technical services (or modules) which are commonly used by all the modules
above when needed and are listed as follows:
a) Security b) Imports & Exports c) Reports d) Documents e) Batches
Role and responsibilities:
* Development of feature enhancement.
* Taking training sessions on world Related module.
* Analysis of Client Problems, Implementation and fixing bugs.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
D. Sunil kumar
Senior Software Engineer seeking roles in Software Development,Application
Programming,Project Management,Web Development,System Analysis,Requirement
Gathering,Technical Analysis,HTML,Javascript,Java,Eclipse,SQL Server,JQuery
Key Skills: Senior Software Engineer,Application Programming,Project Management,Web Development,System
Analysis,Requirement Gathering,Technical Analysis,HTML,Javascript,Java,Eclipse,SQL Server,JQuery,Spring
Boot,React.Js,senior s,GWT,Tapestry,PLSQL,Jenkins
Summary
10+ years of experience in IT industry in application software programming using Java / J2EE technologies. To achieve a
challenging position in software organization where my analytical and application skills can be explored for successful
completion of project and as well as for growth of the organization.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a1…
https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a100413425d590… 2/3
Oracle financial services Pvt. Ltd as Senior Software Engineer
Jan 2012 to Dec 2015
Project Name : Actimize - GIDB.
Duration : Jan 2012 to Dec 2015
Technology : java, JSP, springs, Hibernate, WebServise, JQuery, Web Spear,Oracle,Java script,CSS,HTML
Role : Developer.
Client : CITI.
Domain : Banking.
Description :
Global Investigations Data base with Interactive User Interface. The primary purpose of this proposed system is to
facilitate global investigations of questionable activity through consistent collection and treatment of needed data, metrics
reporting, with the overall goal of meeting Citi's regulatory filing obligations for the countries identified for phase 1
(Appendix 10.1) implementation.
This functional requirements document is based on Business Requirements specified and elaborates details on the
functionality. The proposed solution will be accessible to users within the Citi internal network through the Citi standard IE
web browser.
Responsibilities:
As a team member, was responsible for
Create cases using AIS.
Implement mail component with xsl attachment for report time line module.
Implement JReports using RCM designer.
Releasing SN requests.
Prepare CCF document and Release note using QCExplorer.
Involved in Change Requests
Analysis of Change Requests, involved in coding and Implementation of the Change Requests etc.
Involved in manual testing, Unit Testing and Integration Testing.
Involved in coding.
Analysis of Client Problems, Implementation and fixing of the bugs.
Involved in Production Support.
Polaris Software Lab Limited
Oct 2009 to May 2010
Project Name : ITCOSTMANAGEMENT
Duration : Oct 2009 to May 2010
Technology : java, JSP, Struts1.x, Dojo, IBaits, JSon, PL/Sql, Java script,CSS,HTML
Role : Development.
Description :
Provide information about Servers and Applications related to a cost center. An Owner who maps the Server with this
Application. We will roll up through cost centers of validate to find the owner. If while rolling up, we found a cost center
which is already associated with this Server, we will attach this application to this Server through that owner. Percentage of
Ownership - Since the validate of the Server
Application association is not giving any information about the cost center directly. How should percentage be allocated Do
we need to design uniform distribution for this as well
Application Percentage - User can allocate percentage to his newly associated application. If the percentage of already
associated applications adds up to 100, user can be asked to reduce the percentage of others so as to accommodate the
percentage of his newly associated application. User shall be prompted for uniform distribution of the applications
attached.
Responsibilities:
As a team member, was responsible for
Developed scripts for continuously running Tomcat and Apache servers using
VB script and bat file and schedule tasks.
Developed code for sending mail including body image.
Learn dojo, Ibatis, Cahche, and JSon quickly and implement in the application.
Implement URL's for The Application using Tomcat server files and virtual host.
Performed manual testing.
Involved in Unit Testing and Integration Testing.
Involved in coding.
Analysis of Client Problems, Implementation and fixing of the bugs.
Involved in Production Support.
UG: B.Sc (Computers) from Nagarjuna University in 2001
PG: MCA (Computers) from Madras University in 2004
Education
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a1…
https://freesearch.naukri.com/preview/printResume?uname=8ea9369645abc3978fc309491cacd695095d5b0018450b455744130d5558504b470a100413425d590… 3/3
Nature of Employment: Full Time Duration: Jan 2012 - Dec 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JSP, Web Servises, Struts, Spring
Hibernate, iBatis, JQuery,Ant
Spring Boot, React Js
Windows XP, Windows 2000, Unix
Java, HTML, Java Script
Eclipse, IS, RCM Designer, JReport
Tomcat, Web Sphere, WebLogic
Oracle, MS SQL Server
spring boot 2.1.2 2020 2 Year(s)
React.js 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Projects
Project Title: Actimize - GIDB.
Client: CITI
Project Details: Global Investigations Data base with Interactive User Interface. The primary purpose of this proposed system
is to facilitate global investigations of questionable activity through consistent collection and treatment of needed data,
metrics reporting, with the overall goal of meeting Citi's regulatory filing obligations for the countries identified for phase 1
(Appendix 10.1) implementation.
This functional requirements document is based on Business Requirements specified and elaborates details on the
functionality. The proposed solution will be accessible to users within the Citi internal network through the Citi standard IE
web browser.
Rank 770: Resume 700 with similarity score 0.012696850273992017
Resume Text: M.Sc , M.S , B.E , MS , B.TECH principal engineer , technology lead , principal consultant , data management , advisory software engineer , full time , team lead , technical lead , senior advisory resource allocation , core java , algorithms , security , string , conducting , docker , angular , linux , node.js , status , product management , framework design , writing , components , system testing , plan review , ecommerce , master data management , retail , designation , prototype , mar , web services , hindi , ltd , windows , english , troubleshooting , project , microservices , solution architecture , processing , construction , rest , git , lucene , documentation , javascript , connectors , general , matching , performing , change requests , neo4j , affirmative action , technical architecture , collaboration , maintenance , typescript , kafka , email , jpa , nand , data quality , maven , languages , hibernate , algorithm development , jira , search , dell , database , api , software solutions , nosql , ug , scratch , authorization , internet , milestones , spring boot , application , finance , offshore , technology management , reviews , eclipse 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b44…
https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b440547450c555b… 1/3
Current Designation: Principal Engineer
Current Company: Shop101
Current Location: Noida
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Shop101 as Principal Engineer
Oct 2020 to Till Date
Tecnical Leader
Pitney Bowes Software India as Senior Advisory Software Engineer (Sr. Technical Lead)
Jan 2016 to Oct 2020
Growth Path:
Jan' 16 -Apr'17: Advisory Software Engineer
May'17 -Present: Senior Advisory Software Engineer
Key Result Areas: Senior Advisory Software Engineer
Developing the solution from total scratch, completing initial high-level designs and implementing details in collaboration
with the Product Team
Estimating the key project milestones and manage resource allocation
Performing the code reviews and test plan review to ensure quality delivery of my team members
Ensuring that best practices for coding, architecture, and security are employed, and maintaining responsibility for the
quality development of all applications
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
SHIVA NAND SINGH
Seeking roles in Software Development,Application Programming,Technology
Management,Product Management,Java, Technical Architecture, Engineering
Management, Microservices
Key Skills: Software Development,Technology Management,Product Management,Java,Elastic
Search,Microservices,Application Programming,Solution Architecture,Spring Boot,Spring,Solution
Design,NoSQL,Neo4J,Algorithm Development,Docker
Summary
An Achievement-Driven Java Expert offering 10.5 years of experience in developing, leading and delivering end-to-end
solutions across various domains such as Data Quality, Master Data Management, Finance & Retail
Excellence in developing software solutions such as Microservices architecture-based applications, core java concurrent API
based solutions, developing algorithms, defining end-to-end application solution on J2EE architecture
Highly skilled in leading all technical aspects of application development lifecycle (including inception, elaboration, construction
& transition)
Currently associated with a product-based company Pitney Bowes India as Senior Technology lead with team size of 15 people
Proficient in operating NoSQL technologies such as Elastic Search, Neo4J Graph Database, LUCENE technologies as well as
possess extensive experience in operating Angular framework.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b44…
https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b440547450c555b… 2/3
Participating in coding during development phase as well as conducting regular calls with client and other key
stakeholders for sharing the progress and product discussions
Genpact India Pvt. Ltd as Principal Consultant
Jan 2014 to Jan 2016
Coordinating with Citi Bank, USA with change requests and UAT issues.
? Offshore development that includes Prototype development, documentation, coding, Unit and System testing.
? Technical lead of team of 10 people.
? Created high level core processing server-side framework design.
? Coded service side REST based web services.
Pitney Bowes Software India as Software Engineer
Mar 2012 to Jan 2014
? Designing and coding index based (LUCENE, Elastic Search) solutions.
? Designing and coding UI components in Angular JS and typescript.
? Troubleshooting GC pauses and memory crunch issues.
? Writing String Matching Algorithms, which includes Phonetic Algorithms, Distance Algorithms and various others.
GlobalLogic as Software Engineer
Feb 2010 to Mar 2012
? Handling new modules, change requests of clients Citi Bank and Dell.
? Offshore development that includes Prototype development, documentation, coding, Unit and System testing.
? Created high level core processing server-side framework design.
UG: B.Tech/B.E. (Computers) from Institue of Engineering and Technology , Lucknow in 2009
PG: MS/M.Sc(Science) (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2014
Other Qualifications/Certifications/Programs:
Microservices
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE, spring, JPA, Spring Boot 2020 10 Year(s) 0 Month(s)
Elastic Search, Lucene, Neo4J 2020 5 Year(s) 0 Month(s)
Kafka, SQL, Docker 2020 2 Year(s) 0 Month(s)
Windows and Linux 2020 0 Year(s) 0 Month(s)
Eclipse, IntelliJ, Maven, GIT & JIRA 2020 10 Year(s) 0 Month(s)
Node.js, Angular 8, Angular JS 2020 4 Year(s) 0 Month(s)
Typescript & JavaScript 2020 3 Year(s) 0 Month(s)
MicroServices 2.2 2020 4 Year(s) 0 Month(s)
Hibernate 2020 10 Year(s) 0 Month(s)
confluent connectors 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b44…
https://freesearch.naukri.com/preview/printResume?uname=3c1894b852dcb5905394bf100f0e37205a080a041c400b140342420e5c0a5442460b440547450c555b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 771: Resume 1470 with similarity score 0.012661208578582678
Resume Text: B.E , MS , B.TECH associate , lead consultant , full time vss , api , general , telugu , jenkins , designation , visual studio , tamil , affirmative action , technical architecture , hindi , maintenance , revenue , cost control , authorization , english , status , c# , email , project , re-engineering , application architecture , solution architecture , microsoft , biztalk , github , edge , led , c++ , languages , asp.net , business process , sql server , javascript , cloud computing , .net framework , program management , process optimization , agility 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170…
https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170110485b54085… 1/2
Current Designation: Associate Architect
Current Company: Agility E Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Agility E Services as Associate Architect
Jan 2017 to Till Date
HCL Technologies as Lead Consultant
Feb 2015 to Dec 2016
CSC as Application Delivery
Jun 2010 to Jan 2015
UG: B.Tech/B.E. (Electrical) from Anna University in 2006
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
REDDYGARI VAMSHEDHAR REDDY
Associate Architect seeking roles in Software Development,Application
Programming,Cloud Computing,Project Management,Program Management,Solution
Architecture,System Analysis,Technical Architecture,Requirement Gathering,Visual
Studio,SQL Server
Key Skills: Associate Architect,Tech Architect,Software Development,Application Programming,Cloud Computing,Project
Management,Program Management,Solution Architecture,System Analysis,Technical Architecture,Requirement
Gathering,Visual Studio,C,C++,SQL Server
Summary
* Integration Solution Expert with experience of nearly 12 years in providing insightful knowledge of business process
analysis (As-Is, To-Be) and design, managing application-based process re-engineering, process optimization, cost control &
revenue maximization from technical solutions using cutting-edge technologies & tools like Microsoft BizTalk Server, Mule Soft ,
DellBoomi &Apigee
* Currently associated with Agility E Services as Associate Architect
* Led large-scale business application architecture and design efforts; established application architectures for various
business functional areas; resolved integration and interface issues between various applications or systems
* Designed systems using most trending micro services-based API led approach and managing API's through API
Management Portal
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170…
https://freesearch.naukri.com/preview/printResume?uname=990a038dc92aef782a29e40dcf5de6af0a095f531c450010054248580f0c5518455a170110485b54085… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Mule4, BizTalk,DellBoomi,Apigee 0 Year(s) 0 Month(s)
.NET Framework, ASP.NET
VISUAL STUDIO
C#, VB.NET, C, C++
SQL Server
TFS, ONEITVSO, VSS, GitHub
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Tamil
Rank 772: Resume 1540 with similarity score 0.012649455098652914
Resume Text: MS , BS project manager , project lead , principal consultant , cio , solution architect , application developer , delivery manager , vp , practice lead , software development engineer , part time , software engineer , lead consultant , full time , oracle database administrator , business analyst , functional consultant , oracle dba , cognos , general manager resource allocation , finalization , invoice processing , core java , business case , customer , it portfolio , security audits , microsoft azure , apparel , sem , office , workshops , use case , rfi , it operations , it security , wifi , hero , airlines , cpg , status , digital transformation , t&m , product management , mumbai , redmine , payroll , xml , zoning , plus , writing , building , asp.net , payments , it infrastructure , supply chain , iso , cognos , gtm , dynamics crm , organization , registration , brd , ecommerce , outlook , magento , retail , automation , fmcg , frd , microsoft dynamics nav , designation , it strategy , pre-sales , gap analysis , ltd , web technologies , json , english , shopping , agile , product vision , sabre , disaster recovery , iterative , property management , infrastructure planning , qr code , javascript , predictive analytics , demos , insurance , business requirements , digitization , reporting , managed services , requirements analysis , web development , general , suppliers , product requirements , affirmative action , information technology , technical architecture , maintenance , travel , automotive , email , manufacturing , aws , it management , practice management , user stories , seo , languages , sme , story , oil , platform development , mobile , jira , search , honda , allocations , intranet , api , amadeus , payment gateways , rfp , ms project , b2c , soap , ug , telecom , oracle database , hybrid cloud , health , scratch , ttl , access control , authorization , internet , product optimization , risk , functional requirements , business solution , due diligence , embedded , licensing , b2b , sql , business analysis , application , proposal preparation , digital strategy , servers , drive , engagement management , finance , e-commerce , tableau , uml , revenue cycle , digital marketing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 1/4
Current Designation: General Manager IT - Head Digital
Products, Ecommerce, Delivery Head
Current Company: EROS Group, Dubai
Current Location: Mumbai
Pref. Location: Mumbai,INDIA,Delhi / NCR
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
EROS Group, Dubai as General Manager IT - Head Digital Products, Ecommerce, Delivery Head
Jan 2020 to Till Date
Achievements: Enhancing Retail Website, Optimizing Search, Performance, SEO, Update Website Backend Processes,.
- Taken New Initiative RPA, AI/ML, Proximity and IoT based Implementation and Enhancement.
- Digital Transformation, Manage efficient technical, functional, project team, lead from the front.
- AWS, Magento based eCommerce Website, Mobile Development, Optimizing existing Website.
- Help in increasing website footfall based on SEO recommendations, Digital Marketing and SEM.
- Product optimization, ranking, adding Payment Gateways to the existing eCommerce website.
- Managing P&L, Budget/portfolio $ 30mn - $11mn software licenses, $14mn software services.
- Enhancing technology i.e. Smart, X-roads, Cognos BI, Tableau, Analytics, SEO, SEM and MS-CRM.
- New Initiative - IoT, Proximity reader, QR Code based smooth logistics, warehouse operations.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sukesh Nigam
Delivery Management, eCommerce platform development from scratch, Web Product
Designing, Drive Digital Growth, Practice Management, PreSales, Client Engagement,
IT Management, Experienced Technology View, Implementation of MSD-NAV, D-365,
MS-CRM.
Key Skills: Digital Transformation,Delivery Management,Business Analyst,Retail,Pre-sales,RPA,Product
Management,CIO,Product Portfolio,Web Technologies,IT Strategy,VP IT,GM IT,RFP,Practice Management,Solution
Design,Ecommerce Development,Dynamics CRM,ERP Navision
Summary
Owned $25mn IT Portfolio, P&L with Fixed and T&M resources, Waterfall, Agile, Iterative methodology. Delivered Ecommerce
Platform, Mobile, and Cross-Functional ERP, CRM Implementation across the globe. Delivered highly integrated (150+
suppliers) B2C, B2B, eCommerce platform for supply chain fulfilment. Drive Digital Growth, Digital Strategy & Roadmap, Digital
Transformation. Pre-Sales to large accounts, Proposals Writing, BID, RFP, RFI and GTM. Agile Product Management-
Requirement Gathering, User Stories, Use Cases, Business Case. Creates Functional Block Diagram, Works in Azure, AWS,
On-pram, Hybrid cloud Environment. Understanding of Technical Architecture, Reading of API, JSON, XML files and exposure
with Soap UI.Sound understanding with Supplier Integrations, RPA invoice processing, AI/ML-based predictive analytics for
trends. IoT and Proximity reader based smooth logistics operations. Worked with Retail, Travel, Hospitality, Airlines, Logistics,
Insurance, Automotive and FMCG.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 2/4
- RPA based invoice processing, AI/ML-based predictive analytics for new retail products trends.
- Identifying gaps in existing applications, Automate and Modernize legacy application used in Service Management,
Finance, Billing, Mobile, Retail POS, Payments, Warehouse, Logistics Area.
- Managing IT Infrastructure, Servers, IT Asset, Backups, Disaster Recovery, IT Audits, IT Risk
- Managing IT Security, IT Operations, ISO Audits, VPAT Security Audits, Upgrades and Planning.
Cox and Kings limited, Mumbai as General Manager IT - Ecommerce Product Management, Delivery
Management, ERP, CRM
Nov 2017 to Dec 2019
Achievements: Ecommerce Platform and Mobile app. coupled with MSD-365 business Central & CRM
* Key Role in providing POV, Product Vision, Roadmap, Customer Journey & Competitor Insight.
* Designed and Test of MDM, IBE, Mid-Office, OMS, BRMS, DTMS, Payment Gateways, Inventory,
* Managing Delivery - Highly integrated Ecommerce Project-based Digital, Mobile, RPA and CRM
* The building of Travel, Hospitality, Retail based Product for eCommerce Platform from scratch
* Finalization of Business/Product Requirements, Stakeholder Meetings for Ecommerce Portal.
Baker Tilly Infotech, Dubai as Practice Head & Delivery Head (Digital Product Management & CRM)
Jun 2017 to Oct 2017
Achievements: Digitization at Abu Dhabi Airport, Travel & Hospitality Solution & CRM Implementation
* Helping in designing a web-based product using Amadeus, Sabre and GIATA Hotel integrations.
* MS Dynamics MS-CRM 2016 Service Module at Abu Dhabi Airport: Implemented for Airport Lost & Found, WIFI
Registration, GCAS, Duty-Free shopping and Field Services for Mobile VAN.
* Dubai Free Zone -Employment VISA, Lands & Property management, Zoning & GIS integration.
NIIT Technologies Ltd. as Practice Lead - Ecommerce Product Management, Delivery Management,
Pre-sales
May 2013 to Feb 2017
Achievements: Developed IBE, Ecommerce, Travel, Hospitality Product for Ticket & Voucher Booking.
* Key Role in building TTL & Hospitality based products, Providing Domain Strength in Project.
* Manage Delivery of Greenfield Travel & Hospitality project from a scratch with team 150 plus.
* Planning, Estimation, Resource allocations, Monitoring, Status reporting, Manage scope creep.
* Expert Consulting completed the requirements analysis phase as a Travel SME in the accounts.
* Involved early stage in Pre-Sales for RFP & RFI Response, Enabling Sales in Existing accounts.
All-e Technologies, Delhi - India as BU & Delivery Head (Web Product Management, Microsoft
Dynamics - ERP, CRM)
Nov 2006 to May 2013
Achievements: Successfully Developed web-based Travel Solution and Implemented (40+) ERP & CRM
* Overall Delivery Unit Management, Manage Revenue Cycle, P&L, Execution of Critical Projects.
* Client Engagement, Key Account Management, Effort Estimation, Resource Planning & Loading.
* Requirement Analysis & preparation of functional requirements document (FRD), User Stories.
* Implementation, Planning of Microsoft Dynamics NAV - Travel, Finance, Manufacturing Clients
* Designing of Web Application from scratch, Enhanced ERP Capabilities minimize licensing cost.
* Product Demos, Due Diligence workshops, Proposal Preparation and Negotiations with Clients.
Anglia Business Solutions Ltd, Cambridge, UK as Functional Lead Consultant (Microsoft Dynamics -
ERP)
Jun 2006 to Nov 2006
* Implementation of Microsoft Dynamics NAV - CPG, Manufacturing & Financial Clients.
* Project Management, Resource allocation, Presales, Buss. Consulting and Client Management
* Requirement Analysis & preparation of functional requirements document (FRD) & UML
Hero Corporate Services Ltd, New Delhi-India as Project Manager & Functional Consultant (Microsoft
Dynamics - ERP & CRM)
Oct 2004 to Jun 2006
* Implementation of Microsoft Dynamics NAV - Automobile, Manufacturing & Financial Clients.
* Project Management, Resource allocation, Presales, Buss. Consulting and Client Management
* Requirement Analysis & preparation of functional requirements document (FRD)& UML
ILFS Technology (Formally known as ITTIL), New Delhi-India as Project Lead - Functional Consultant
(Microsoft Dynamics - ERP)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 3/4
Feb 2004 to Oct 2004
* Implementation of Microsoft Dynamics NAV - SCM, Manufacturing & Financial Clients.
* Project Management, Resource allocation, Presales, Buss. Consulting and Client Management
* Requirement Analysis & preparation of functional requirements document (FRD)
Access Computech Pvt Ltd, Baroda-India as Software Development Engineer (Web Development)
Jan 2001 to Dec 2003
Major Implementation was: Reliance Telecom, Indian Petro Chemical, Hero Honda, Indian Oil Corporation, ABB, Defence
& BHEL.
* Writing a Code and Implementing web-based Applications at various places.
* Software development - Involved in coding on PL-SQL, Java, ASP, JSP. VB and Oracle.
* Reading Proximity and Face Scanner based high-security readers and providing web outlook.
* Build Web Based Attendance, Access Control, HRMS, Payroll system, roll it out at various places.
* Understand business requirements and functional needs.
* Website, Portal (Internet & Intranet) development & maintenance
* Participated in Infrastructure planning to meet delivery requirements.
* Direct Interaction with clients, other departments and management.
* WEB based Application Developer - Using ASP.Net, JavaScript, VB Script, Core &
Adv JAVA.
* Webpage control to Micro Controller as Robotic Automation, Embedded Technology.
* Oracle Database Administrator as Oracle DBA
UG: Diploma (Mechanical) from Board of technical education UP in 1995
PG: MBA/PGDM (Information Technology), Part time from Sikkim Manipal University of Health Medical and
Technological Sciences, Gangtok in 2006
Other Qualifications/Certifications/Programs:
Advance Diploma in E-Commerce
Post Graduate Diploma in Computer Application
Programming in core Java
Certificate & Advance Diploma in E-Commerce
PG Diploma in Computer Applications
Digital Marketing (SEO, SEM)
Education
IT Skills
Skill Name Version Last Used Experience
BUSINESS ANALYSIS 2020 18 Year(s)
IT MANAGEMENT 2020 5 Year(s)
Digital Strategy 2020 10 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 18 Year(s)
Jira, MS Project, RedMine 2020 15 Year(s)
Delivery Management 2020 15 Year(s)
Ecommerce Development 2020 14 Year(s) 0 Month(s)
UML, VISIO, Use Case, User Story, FRD 2019 15 Year(s)
PRODUCT MANAGEMENT 2020 14 Year(s)
Practice Management 2020 5 Year(s) 0 Month(s)
MS Dynamics CRM 2020 10 Year(s) 0 Month(s)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47…
https://freesearch.naukri.com/preview/printResume?uname=c726795925016a49f025682d012ec297590e5f591e415f140712105b580e0043115f47524412515d09… 4/4
Nature of Employment: Full Time
Project Location: India, USA, UK, UAE, Malaysia, etc.
Role: Domain Expert
Duration: Jan 2001 - Till Date
Onsite / Offsite: Onsite
Team Size: 30
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Dubai,United Arab Emirates
Job Type: Permanent
Employment Status: Full time
PRE SALES 2017 10 Year(s)
Managed Services 2020 5 Year(s) 0 Month(s)
Product Demos 2020 14 Year(s)
Microsoft Dynamics NAV 2020 15 Year(s) 0 Month(s)
Microsoft Azure 2020 10 Year(s) 0 Month(s)
Digital Marketing 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Projects
Project Title: IT Projects
Client: Client with various (Ecommerce & SCM) Organization
Skill Used: ecommerce, Mobile App, MSD-365, MS Dynamics CRM, Business Analysis, , UML, , Use Cases, FRD, Brd,
Requirement Gathering, Gap Analysis, Project Management, Delivery Management, Engagement Management, IT Program
Management, Software Engineering, ERP, MS CRM
Role Description: Project Head, IT Head, Delivery Head, Principal Consultant, Business Solution Architect, Delivery Manager,
Project Manager, Business Analyst and Software Engineer.
Project Details: Ecommerce Projects: Erosdigitalhome.ae, Makemytrip.com, Coxandkings.com, Hawaiianarilines.com, DHL
Ecommerce (USA), Yatra.com, Cleartrip.com, Bookit.nl, Superbreak (UK), Omeir travel, Abu Dhabi Airport, etc.
ERP, Inventory & CRM Projects: Intech Hotel, Indian Embassy, Sansetsu (UK), Assurant Insurance (USA), Hero Honda
Group, Sadolin Paints, Goldee Masala, Dellorto, Pearson, Monet Ispat, Addi Apparel, ABB, BHEL, IPCL, IOC, etc.
Rank 773: Resume 678 with similarity score 0.012637156979367223
Resume Text: B.E , BS work from home api , spring mvc , training , internships , css , mobile application development , campus placement , studio , angular , loan , firebase , ltd , ux design , project , c programming , mumbai , resume , android , computer science , assessment , management system , javascript , learning , html Assessment
Q1. Why should you be hired for this role?
Good knowledge and experience in mobile application development with java,api ai and firebase knowledge.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes,I am available and can start now immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
CONTACT Phone: 91 7977054022
Yateen Chiplunkar
Mumbai
Applied 25 Dec'20
Android C Programming HTML
J2EE Java UI & UX Design
Angular 7.0 CSS JavaScript
Spring MVC
Bachelor of Engineering B.E, Computer Science & Engineering
Lokmanya T ilak College of Engineering
2015 - 2019
CGPA 7.85/10
Trainee
Hexaware Technologies Ltd., Chennai
Sep 2019 - Dec 2019
Training on Software Development
Java Development
Pankaj Sir Academy, Mumbai
Jan 2020 - Jul 2020
Junior Mobile App Developer
Maxgen Technologies Limited, Vashi Navi Mumbai
Jun 2018 - Jun 2019
mobile app development learning hands on training and project
Bank loan app
Sep 2020 - Oct 2020
Campus placement management system
Jun 2018 - Apr 2019
Our app was designed for college tpo to help students keep updated on upcoming companies.I t was designed on android
studio
Rank 774: Resume 1065 with similarity score 0.01261136082313775
Resume Text: MS senior project manager , engagement manager , devops , account manager , change management , full time , part time , technical manager , delivery manager , program manager , project leader training , customer , addition , angular , airlines , node.js , status , testing , scope management , compensation , visio , salesforce , soa , spring framework , forecasting , organization , react.js , retail , corrective actions , devops , access , techno-functional , designation , mar , hindi , cloud , english , appraising , budgeting , agile , project , leadership , change management , recruiting , jrun , identifying trends , ooad , iterative , struts , demand planning , javascript , artificial intelligence , html , big data analytics , reporting , risk analysis , general , demandware , scrum , vendors , affirmative action , information technology , oracle , maintenance , arranging , advanced , product quality , email , tomcat , aws , bengali , android , design patterns , junit , maven , languages , hibernate , financial goals , mobile , scheduling , expenses , web , policies & procedures , pmp , commerce , program management , coaching , database , mentoring , budget constraints , professional publications , jasper , ug , toad , jmeter , apache , cost control , ios , authorization , record of success , productivity , progress tracking , models , business analysis , application , tortoise , uml , functional management , reviews , eclipse , service standards 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 1/4
Current Designation: IMMEDIATE JOINER -Salesforce, AWS,
AEM, Big Data,AI J2EE,React,Node JS Technical Engagement
Manager
Current Company: GSPANN Technologies
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Hyderabad,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
GSPANN Technologies as IMMEDIATE JOINER -Salesforce, AWS, AEM, Big Data,AI J2EE,React,Node
JS Technical Engagement Manager
Jan 2019 to Till Date
· An accomplished, results-oriented and having core competencies in leadership, communication, scheduling, budgeting,
cost control, risk management, scope management, analytical thinking and decision making.
· Demonstrated expertise in determining project objectives, organizing and arranging resources and ensuring smooth pace
and on-time delivery of assigned projects.
· Recognized for ability to identify, design and deploy innovative technologies that result in improved systems, increased
production and decreased expenses.
· Exemplary track record of success in the recruitment and mentoring of team members that consistently produce and high
stress environments.
· Adept in the management of $150+ million projects that come in within tight deadlines and budget constraints.
· Strong understanding of database technologies, software development, web-based application design, object-oriented
programming and advanced mobile development.
· Designed and deployed new policies and processed that improved efficiency while reducing volume of mistakes.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rajat Chakraborty
Salesforce, AWS, AEM, Big Data, J2EE/Java, React/Angular JS Technical Manager |
Program Manager | Account Manager |Practice Head
Targeting Techno-functional Management Assignments In Agile, Iterative, and hybrid
project execution models.
Key Skills: Delivery Manager,Software Development,Application Maintenance,Program Management,Requirement
Analysis,Java, JAVA/J2EE & EJB Design Patterns, SOA, Oracle URM, WCM, CC &B, SFCC,Salesforce,Big
Data,AWS,Artificial Intelligence,Aem,Agile,Node.Js,React.Js
Summary
MCA, Agile & Scrum Certified offering 13+ years of rich experience
? Excels in end-to-end Project/ Program Management from scoping, effort & cost estimation, demand planning, risk analysis,
progress tracking, status reporting to stakeholder /vendor management and ensuring delivery within time, quality & cost
parameters
? Expertise in managing complete Software Development Lifecycle (SDLC) entailing Requirement/ Business Analysis,
Design, Development, Testing, Defect & Change Management, Implementation, Post-Implementation & Maintenance Support to
End-User Trainings
? Strong knowledge of applying Agile (Scrum), Deployment & Testing, Xtreme Programming (XP), Waterfall, JUnit, Ant,
Maven, JMeter Development Methodologies & DevOps for greater value-addition, better product quality & increased
productivity.Application Programming,Java,J2ee,SFCC,AEM,Demand Ware,AWS,Mongo DB,Requirement Analysis
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 2/4
Oxigen as Delivery Manager
Mar 2018 to Nov 2018
Responsibilities:
* Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job
expectations
o Monitoring, appraising, and reviewing job contributions; planning compensation and enforcing policies & procedures
* Achieving operational objectives by contributing information & recommendations to strategic plans and reviews
* Preparing & completing action plans; implementing production, productivity, quality, and customer-service standards
* Resolving problems, completing audits, identifying trends, determining system improvements and implementing
changes
* Meeting financial goals by forecasting requirements, preparing annual budget, scheduling expenditures, analyzing
variances and initiating corrective actions.
* Updating job knowledge by participating in educational opportunities, reading professional publications, maintaining
personal networks as well as by participating in professional organizations
* Enhancing organization reputation by managing different requests; exploring opportunities to add value to job
accomplishments
* Liaising with Business Leaders, Business IT, vendors and other stakeholders for smooth & timely project execution
* Working on different areas of Project Management like requirement analysis, design & estimations
Various Companies in Delhi -NCR as Senior Project Manager
Nov 2016 to Feb 2018
Responsibilities:
* Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job
expectations
o Monitoring, appraising, and reviewing job contributions; planning compensation and enforcing policies & procedures
* Achieving operational objectives by contributing information & recommendations to strategic plans and reviews
* Preparing & completing action plans; implementing production, productivity, quality, and customer-service standards
* Resolving problems, completing audits, identifying trends, determining system improvements and implementing
changes
* Meeting financial goals by forecasting requirements, preparing annual budget, scheduling expenditures, analyzing
variances and initiating corrective actions.
* Updating job knowledge by participating in educational opportunities, reading professional publications, maintaining
personal networks as well as by participating in professional organizations
* Enhancing organization reputation by managing different requests; exploring opportunities to add value to job
accomplishments
* Liaising with Business Leaders, Business IT, vendors and other stakeholders for smooth & timely project execution
* Working on different areas of Project Management like requirement analysis, design & estimations
UG: B.Com (Commerce) from Calcutta University in 2001
PG: MCA (Computers) from Tapaswini Institute of Information Technology, BPUT in 2005
Other Qualifications/Certifications/Programs:
PMP
Airlines
Agile
Education
IT Skills
Skill Name Version Last Used Experience
Salesforce Commerce Cloud 2020 12 Year(s) 0 Month(s)
Demandware 2020 12 Year(s) 0 Month(s)
HTML, JavaScript. 2020 12 Year(s) 0 Month(s)
JBOSS 4.0, JRun. 2020 12 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 3/4
Nature of Employment: Full Time
Project Location: USA
Role: Sr. Project Leader
Duration: Aug 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 30
Eclipse, DAY CQ5.4, SVN Tortoise 2020 12 Year(s) 0 Month(s)
AEM 2020 12 Year(s) 0 Month(s)
Oracle URM, 2020 12 Year(s) 0 Month(s)
WCM, CC &B 2020 12 Year(s) 0 Month(s)
SALESFORCE 2020 13 Year(s) 0 Month(s)
Oracle URM, WCM, CC 2020 12 Year(s) 0 Month(s)
AS 400, TOAD, MS Access 2020 12 Year(s) 0 Month(s)
UML (Visio), Object Oriented Analysis 2020 12 Year(s) 0 Month(s)
Design (OOAD), J2EE & EJB Design Pattern 2020 12 Year(s) 0 Month(s)
SOA 2020 12 Year(s) 0 Month(s)
Apache Tomcat 5.0 2020 12 Year(s) 0 Month(s)
Spring Framework & Struts Framework 2020 13 Year(s) 0 Month(s)
Big Data Analytics, AI 2020 0 Year(s) 0 Month(s)
Struts, Spring, Hibernate, Jasper Report 2020 0 Year(s) 0 Month(s)
AWS, Java Web Service 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Oriya Expert
Projects
Project Title: Retail Based Mobile Application & Internal Software Development
Client: WALMART
Skill Used: Java, IOS, Android
Role Description: Responsibilities:
* Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job expectations
o Monitoring, appraising, and reviewing job contribution
Project Details: Title: Walmart, US
Client: Walmart, USA
Technology: Java, IOS, Android
Role: Program Manager
Description: Developing Retail Based Mobile Application & Internal Software Development for different stores of Walmart
across USA.
Responsibilities:
Accomplishing human resource objectives by:
o Recruiting, selecting, orienting, training, coaching, counseling, disciplining employees & communicating job expectations
o Monitoring, appraising, and reviewing job contributions; planning compensation and enforcing policies & procedures
Achieving operational objectives by contributing information & recommendations to strategic plans and reviews
Preparing & completing action plans; implementing production, productivity, quality, and customer-service standards
Resolving problems, completing audits, identifying trends, determining system improvements and implementing changes
Meeting financial goals by forecasting requirements, preparing annual budget, scheduling expenditures, analyzing
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a0049110115…
https://freesearch.naukri.com/preview/printResume?uname=116e41d04d34ce99afbb0e180e0f62150e0c5c591e455c145219455a595a00491101150540155b0e080… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 775: Resume 1040 with similarity score 0.012610356355122804
Resume Text: B.S , MS , BS procurement coordinator , payment specialist , vice president , full time , senior associate , team lead , vp , senior financial analyst training , invoice processing , root cause , flow diagrams , idoc , office , production planning , beginner , kpi , status , r12 , sap , accruals , accounts payable , building , order management , clear , payments , supply chain , procurement , ariba , coordinated , p2p , workflow , forecasting , notification , kt , order tracking , contract management , hindi , ltd , supplier management , english , purchase orders , project , bpo , swift , latin , javascript , tax , freight payment , reporting , general , team management , transporters , vendors , affirmative action , oracle , test scripts , vendor management , pinnacle , process flow , email , sales order , operations , webex , unit testing , languages , smf , system integration testing , assessment , malayalam , manuals , base , financial analysis , ug , tamil , analytics , cost control , sourcing , authorization , sql , less , led , auditing , placing orders , fax , kannada , purchasing , acting , scrap , metrics , presentations 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e19…
https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e1905124751590e… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Dubai
Functional Area: Purchase / Logistics / Supply Chain
Role: Purchase/Vendor Development Mgr
Industry: BPO/ITES
Marital Status: Single/unmarried
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
DIAGEO Service Limited as Freight Payment Specialist
Aug 2019 to Feb 2020
Worked on project led under VP to clear older freight invoices (Pre Pinnacle and Post Pinnacle)
Collated data from HO, DBSI and GR IR team to work and provide the best resolution and get 85 % of invoices clear for
payment.
Maintained Quality check to avoid duplicate of payment. Prepared check list and informed changes to be made in interface
tools
Contacted SPOC , BU leads , RFH , transporters to work closely and clear the older invoices and work on current invoices
which
are in query.
Allocated the invoices to team and provided daily, weekly report to Senior Managers and Vice president of Supply team .
Cargill Business Pvt. Ltd as Senior Financial Analyst & Acting Team Lead
Feb 2015 to Nov 2018
Role:
* Led transition of Invoice Processing team from U.S (Fargo team)
* Generated reports such as FPMR , GR IR reconciliation, POT analysis, KPI metrics, Reports in SAP, bi-weekly and
monthly metrics and managed conducted every two weeks with Business Heads
* Directed SAP & JDE invoice processing, managed SAP Remedy (Accounts Payable) and coordinated with Business
leads to invoices payments and resolving discrepancies
* Worked in Remedy Process Team raising tickets to expedite invoices payments and travelled to US for remedy ticket
transition
* Identified pricing discrepancies on invoices and notified vendors of denial or short payment
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
SHEEJA MARY P
Freight Payment Specialist seeking roles in Procurement Operations,Financial
Analysis,Invoice Processing,Contract Management,Requirement Gathering,Process
Mapping,Supply Chain Management,Vendor Development,Cost Control,Purchase
Operations
Key Skills: Freight Payment Specialist,Purchase Manager,Procurement Operations,Financial Analysis,Invoice
Processing,Contract Management,Requirement Gathering,Process Mapping,Supply Chain Management,Vendor
Development,Cost Control,Purchase Operations
Summary
* Achievement-oriented professional with nearly 12 years of experience in Procurement, Financial/Business/Reporting
Analysis, P2P functions, Supply Chain Management Stakeholder & Team Management
* Excellence in developing global & local procurement/sourcing strategies encompassing vendor identification and
development & analytical assessment to strengthen the supply chain effectiveness
* Expertise in developing Strategic Supply Chain and Procurement solutions that contributed to top-line & bottom-line
objectives and led to huge improvement in overall business results
* Adroit in Invoice Auditing and Analysis, Order Tracking, Supplier Management, Resolving discrepancies
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e19…
https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e1905124751590e… 2/3
* Supported in implementing a new process which increased communication with vendors resulting in reduced late fees
and smoother payment processing
* Directed a team of 9 people responsible for processing 200 to 300 invoices weekly in SAP and JDE
* Developed & streamlines existing procedures
* Obtained W9's and ensured accurate vendor set-up and assisted vendor management team with accurate details
* Provided solutions to Invoice Processing Team for invoices which were on hold
I Gate Solutions Limited as Senior Associate
Nov 2012 to Nov 2014
Role:
* Worked on:
o Vendor master setup in Aravo (Oracle) and supplier master file data base
o Over all team metrics based on the aging of the workflow in the basket
* Managed activities such as TAT report, SMF data package (daily & weekly) and team metrics
* Administered IDOC failures leading to be payments failure, identified root cause for payment rejection & delay of
payment
* Updated:
o Supplier bank details in Oracle R12 with the help of TGBR, IBAN decoder & swift link
o Updated supplier's phone, fax, & VAT ID understanding tax rules of different countries
* Conducted in unit testing, system integration testing and prepared test scripts and end user manuals
* Attended KT sessions to update knowledge on new issues
* Strengthened relationship with internal & external stake holders and met expectations of client SLA
* Acted as backup of the Senior Team Lead and managed calls, team meetings and presentations
Hewlett Packard Limited as Buyer
Nov 2006 to Nov 2012
Growth Path:
Nov'06-Nov'07 Process Associate
Nov'08-Jun'09 Sr. Procurement Coordinator
Jun'09-Nov'12 Buyer- U.S.A Procurement Team
Role as Sr. Procurement Coordinator and Buyer:
* Worked as a part of Procurement Team including creation of purchase orders, modified and cancelled orders
* Expedited sales orders and simultaneously cross-checked with warehouse to receive the goods at the earliest
* Placed and removed blocks in the product line items, pulled out the open sales order report and confirmed the
unconfirmed orders
* Managed DIMMS (Memory kits) and PL 30 engines and handled long-term Purchasing, Forecasting and Logistics
* Imparted training to new joiners, prepared process documents such as SOP & process flow diagrams and worked on
reports in SAP, extracted on a monthly & daily basis
* Facilitated transactions for indirect procurement of the clients, assisted in production planning, placing orders as per
the forecast,
* Collaborated with supplier and depots for shipment details, building accruals as the product goes obsolete, scrap
management, order management and invoice clearance, knowledge on bill of material, processing of BOM and advance
shipment notification creation for the Latin American orders
* Worked as the Buyer for relocalization process EMEA and in AMS Non Analytics Procurement Team forecasts and
place order with the Supplier Coordinator
* Created & tracked PO for on time goods receipts and developed & processed Bill of Material
* Generated sales orders generation and supervised invoices receipts and managed advance shipment notification
creation for the Latin American orders
UG: B.Sc (Computers) from Mount Carmel College, Bengaluru in 2006
Education
IT Skills
Skill Name Version Last Used Experience
SAP, Oracle, JDE & SQL
Visual Basics, WebEx, Aravo
File Net and MS Office
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e19…
https://freesearch.naukri.com/preview/printResume?uname=3cbc737a6fee16e0cad294167149e6b65c5400504c1609110418490b555b044d120e1905124751590e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Job Type: Permanent
Employment Status: Full time
SAP, Oracle, JDE , Basics Ariba, Mortgag 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
kannada Proficient
malayalam Proficient
tamil Beginner
Rank 776: Resume 704 with similarity score 0.01260952460063052
Resume Text: B.E , MS , B.TECH associate , product development , software developer , senior software engineer , full time , full stack developer spring mvc , web development , core java , general , designation , ug , telecom , tamil , affirmative action , mysql , oracle , angular , maintenance , player , authorization , english , status , spring boot , email , application , xml , performance tuning , technology solutions , git , languages , html5 , cassandra , technology management , javascript , search , working experience , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b4…
https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b47021043585e0a… 1/2
Current Designation: Senior Software Engineer
Current Company: Incedo Technology Solutions Limited
Current Location: Trichy
Pref. Location: Bengaluru / Bangalore,Chennai,Coimbatore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Highest Degree:
Verified : Email - id
Incedo Technology Solutions Limited as Senior Software Engineer
Oct 2020 to Till Date
Working as a Senior Software Engineer in Telecom department
IVTL Infoview Technologies as Full Stack Developer
Jun 2018 to Jul 2020
Worked as a full stack developer. Solid working experience in ERP product development and have skillset in Core Java,
J2EE, JavaScript, HTML, XML, MySQL, Elastic Search, Cassandra database, Spring, Spring Boot, Spring MVC, Angular,
Data Structures and DBMS. Good team player and have strong interpersonal and communication skills.
UG: B.Tech/B.E. (Computers) from PSG college of technology, Coimbatore in 2018
PG: in 0
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Vethanayagi Sadanandam
FullStack Developer seeking roles in Software and Web Development,Application
Programming,
Requirement Gathering,Performance Tuning,Defect and Technology
Management,Javascript,HTML,XML,MySQL,Java,Spring,Spring Boot,Spring
MVC,Angular
Key Skills: Application Programming,Web
Development,Javascript,HTML,MySQL,Java,Cassandra,XML,angular,J2Ee,Elastic Search,Spring,Spring Boot,Spring
Mvc,Software Development,GIT,Data Structures
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Performance Tuning,Defect Management,Technology Management,Javascript,HTML,
XML, MySQL,Java, Elastic Search, Spring, Spring Boot, Spring MVC, Angular.
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b4…
https://freesearch.naukri.com/preview/printResume?uname=c21e2b347a1bc619569e8688d3d35a2c505c0e5842160b140a13415c540d5849100b47021043585e0a… 2/2
Other Qualifications/Certifications/Programs:
Oracle Certified Associate as Java SE7 Programmer
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Elastic Search
Data Structures
Cassandra
XML
HTML5
Angular
MySQL
CORE JAVA
SPRING MVC
spring boot
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 777: Resume 758 with similarity score 0.012599354741414335
Resume Text: B.E , MS , B.TECH software engineer , full time , team lead confidentiality , appdynamics , general , retrospectives , kubernetes , designation , office , mar , tamil , affirmative action , oracle , web services , technical architecture , scanning , collaboration , docker , gradle , operational efficiency , maintenance , azure , beginner , service delivery , kafka , digital , software industry , risk , english , troubleshooting , code review , authorization , consignment , status , shipping , design documents , agile , spring boot , email , jpa , fedex , postgresql , application , project , activiti , requirements gathering , deals , operations , rest , technical design , flow , debugging , junit , middleware , maven , languages , events , python , javascript , eclipse , search , cloud computing , technology , load , business requirements , capture 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c15…
https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c150343145e580d… 1/3
Current Designation: Delivery Module Lead
Current Company: Mphasis
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mphasis as Delivery Module Lead
Jun 2020 to Till Date
Modernizing the fedex application into micro service architecture for booking , shipping, tracking the consignment.
Responsibilities:
* Requirements Gathering.
* Designing and developing an application flow.
* Exposing a RESTful Service.
* Producing Technical Design documents based on business requirements.
* Code review for standards and correctness.
* Mentor and provide guidance to team.
* Overseeing business projects through the entire development lifecycle: Requirements, Design, Build, Test,
Deployment.
* Product troubleshooting and debugging.
* Agile development with regular stand-ups and demo/retrospectives at end of sprint.
Technologies:
Java 1.8, Spring Boot, Micro Services, JPA, PostgreSQL, Gradle, JUnit 5, REST Web Services, Azure, Kubernetes, kafka,
spring-cloud-stream, spring-cloud-config
BNY Mellon Technology as Tech Lead
Dec 2015 to May 2020
Digital document custody is fully focused on service delivery and technology driven solution by using new emerging
technology to provide operational efficiency while addressing the risk associated with operations and confidentiality of
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kumar A S
Delivery Module Lead seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Client
Management,Requirement Gathering,Cloud Computing,Spring Boot,Java,Azure
Key Skills: Delivery Module Lead,Team Lead/Tech Lead,Software Development,Application Programming,System
Analysis,Technical Architecture,Client Management,Requirement Gathering,Cloud Computing,Spring Boot,Java,Azure
Summary
Result oriented professional with around 9.2 Years of experience in Software Industry.
Proficient in grasping new technologies and utilizing them in an effective manner.
Good Communication and Inter personal skills combined with willingness to learn.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c15…
https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c150343145e580d… 2/3
information.
Involved in development of Middleware RESTful service, such as,
Inbound:
* Scanning document and OCR process to capture data from document
* Load and search document details.
* Events handling of document.
Outbound:
* Listening emailbox to take request of document release.
* Events handling of request
Responsibilities:
* Requirements Gathering.
* Designing and developing an application flow.
* Exposing a RESTful Service
* Code review for standards and correctness.
* Mentor and provide guidance to team.
* Overseeing business projects through the entire development lifecycle: Requirements, Design, Build, Test,
Deployment.
* Communicating with business team and operation.
* Resolving production issues inclusive application and infra.
* Collaboration with team who provides service for our application.
* Lead the project.
XM Software Solution as Software Engineer
Jan 2014 to Dec 2015
XM Software provides financial service.
* Involved in maintaining the details of all the transactions happening in all product in Back Office and also it deals with
HRMS.
UG: B.Tech/B.E. (Computers) from Anna University in 2010
Education
IT Skills
Skill Name Version Last Used Experience
Java 1.8, Python (Beginner)
RESTful, Spring boot, Elastic search
BPMN(Alfresco activiti)
spring-cloud-stream,spring-cloud-config
JUNIT
Oracle, MS-SQL,sybase, JPA and
Docker, Kubernetes and Azure
Maven, Git, IntelliJ, Eclipse
Appdynamics and gradle
Languages Known
Language Proficiency Read Write Speak
English
Tamil
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c15…
https://freesearch.naukri.com/preview/printResume?uname=e4cdf62b04a8f7ba8894269b20cbac1850085b03431a0c1050444409545b581e140c150343145e580d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 778: Resume 584 with similarity score 0.012577674374162486
Resume Text: MS , BSC , BS work from home , full time , student css , mysql , lal , bootstrap , project , application , mobile apps , c programming , records , resume , java , django , e-commerce , completion , assessment , management system , it , python , tkinter , html , database Assessment
Q1. Why should you be hired for this role?
I want to know more about mobile apps for this little information about all mobile apps.
I love making Mobile App.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available full time but I'll leave when I have exams.
Resume
EDUCAT ION
PROJECTS
CONTACT Phone: 91 9672345838
Sunil Jangir
Pune
Applied 30 Jan'21
CSS Django HTML
MySQL Python C Programming
Java
Master of Computer Applications MCA
University Of Kota
2018 - 2021
Percentage: 70.00%
Bachelor of Computer Applications BCA
Maharshi Dayanand Saraswati University
2015 - 2018
Percentage: 70.00%
Senior Secondary XII, Science
Lal Bahadur Shastri Kuchaman
RBSC board)
Year of completion: 2015
Percentage: 67.00%
Student management system
Feb 2020 - May 2020
This projects is a simple GUI project made with Tkinter and Mysql for
student database management system. In this you can add studend
details and show individual records associating a roll no.
Used technologies: Python, MySQL
Food billing system
Apr 2020 - Present
Food Billing System project is written in Python. The project file contains a
python script (foodbilling.py). This is a simple GUI based application which
is very easy to understand and use. It uses Tkinter module for the GU
E-commerce website
Jan 2020 - Present
Used technologies: Python, django, html, css,sqllite,bootstrap
Rank 779: Resume 1396 with similarity score 0.012576489060421307
Resume Text: B.E , MS , B.TECH , M.S full time , salesforce developer , software developer project design , microsoft azure , designation , developers , ug , profiles , affirmative action , lightning , hindi , lead management , maintenance , ltd , salesforce.com , authorization , english , status , email , application , electronics , resolve , languages , data import/export , project architecture , dashboards , javascript , technology , folders , apex , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 1/2
Current Designation: Salesforce Developer
Current Company: Nanostuffs Technology Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Nanostuffs Technology Pvt. Ltd. as Salesforce Developer
May 2018 to Till Date
Responsibilities :
- Requirement Gathering
- Project design (Project Architecture)
- Development and Configuration
- Assign some tasks to Jr. Developers
- Give update to Client frequently in the meeting
- Deliver completed tasks
- Gather feedback from client and issues if any
- Resolve issues
Configuration ? workflows, process builder, reports and dashboards, salesforce lightning,
lead management, opportunity management, data import/export.
- Wrote triggers, test class for triggers.
- Profiles creation.
- Data loading- import and export using Data loader and work bench.
- Creating custom report types, reports & dashboard folders, reports and dashboards.
- Triggers, helper class for triggers,batch Classes and test classes.
- Implemented Single sign on with Microsoft Azure AD .
Wab IT Solutions Pvt. Ltd as Salesforce Developer
May 2017 to May 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Akshay Phatak
Salesforce Developer seeking roles in Salesforce Development,Application
Programming,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data
Loader,Azure
Key Skills: Salesforce Developer,Software Developer,Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Summary
Skilled professional with 3.6 years of experience in Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Savitribai Phule Pune University, A.I.S.S.M.S. College Of
Engineering in 2016
Other Qualifications/Certifications/Programs:
Platform Developer 1
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE.COM, Force.com
Apex, html, javascript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 780: Resume 1561 with similarity score 0.012576489060421307
Resume Text: B.E , MS , B.TECH , M.S full time , salesforce developer , software developer project design , microsoft azure , designation , developers , ug , profiles , affirmative action , lightning , hindi , lead management , maintenance , ltd , salesforce.com , authorization , english , status , email , application , electronics , resolve , languages , data import/export , project architecture , dashboards , javascript , technology , folders , apex , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 1/2
Current Designation: Salesforce Developer
Current Company: Nanostuffs Technology Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Nanostuffs Technology Pvt. Ltd. as Salesforce Developer
May 2018 to Till Date
Responsibilities :
- Requirement Gathering
- Project design (Project Architecture)
- Development and Configuration
- Assign some tasks to Jr. Developers
- Give update to Client frequently in the meeting
- Deliver completed tasks
- Gather feedback from client and issues if any
- Resolve issues
Configuration ? workflows, process builder, reports and dashboards, salesforce lightning,
lead management, opportunity management, data import/export.
- Wrote triggers, test class for triggers.
- Profiles creation.
- Data loading- import and export using Data loader and work bench.
- Creating custom report types, reports & dashboard folders, reports and dashboards.
- Triggers, helper class for triggers,batch Classes and test classes.
- Implemented Single sign on with Microsoft Azure AD .
Wab IT Solutions Pvt. Ltd as Salesforce Developer
May 2017 to May 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Akshay Phatak
Salesforce Developer seeking roles in Salesforce Development,Application
Programming,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data
Loader,Azure
Key Skills: Salesforce Developer,Software Developer,Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Summary
Skilled professional with 3.6 years of experience in Salesforce Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Software
Development,Apex,Force.com,Salesforce,SFDC,Javascript,HTML,Triggers,Data Loader,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450…
https://freesearch.naukri.com/preview/printResume?uname=8f558bdee2804f3fac0456ffbf2a81490d590b074c1a5d10561712510808554a4500450a42425c0e080… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Savitribai Phule Pune University, A.I.S.S.M.S. College Of
Engineering in 2016
Other Qualifications/Certifications/Programs:
Platform Developer 1
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE.COM, Force.com
Apex, html, javascript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 781: Resume 1124 with similarity score 0.012569509247599598
Resume Text: B.E , MS , B.TECH , BS information security , linux server engineer , change management , full time , technical specialist , balancer nfs , virtual machines , citrix , bash , databases , docker , postfix , gateway , resolutions , status , mumbai , samba , ec2 , system administration , vagrant , switches , automation , ansible , outlook , veeam , designation , mar , hindi , cpanel , information security , linux server , english , troubleshooting , ftp , webdav , change management , server migration , computer science , research , javascript , mail server , migration projects , availability , disk , ldap , logics , xen , performing , scripting , affirmative action , mysql , uptime , debian , public , maintenance , zabbix , centos , architecture , email , aws , thunderbird , data center operations , premises , languages , raid , amazon , family , management system , dovecot , it infrastructure management , webmin , hardening , cloud services , infiniti , api , windows server , ug , telecom , openvas , lamp , azure , apache , authorization , tracker , records , saltstack , s3 , servers , running , nginx , technical documentation , web application firewall , tuning , cloud computing , load 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e15…
https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e155110145a090c0… 1/3
Current Designation: Cloud Server Architect
Current Company: Infiniti Research
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: KPO / Research /Analytics
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 11 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [INFORMATION
SECURITY AND CLOUD COMPUTING]
Verified : Phone Number | Email - id
Infiniti Research as Cloud Server Architect
Jun 2019 to Till Date
? Worked on the AWS migration project to services like EC2, VPC, S3, EBS, Cloud Front, API Gateway from the on-
premises server, and other public cloud providers.
? Provide resolutions to issues by performing system tuning and troubleshooting operation related tickets raised by
Developer
? Experience in Designing, and Administration of Cloud Solutions. Working on AWS and Azure cloud services like EC2,
S3, RDS, Route53, Web Application Firewall, Elastic Load Balancer, Azure Functions, and VPC
? Deploying, planning, monitoring, and maintenance of Amazon AWS services (EC2, Route53, S3, RDS, VPC,
Cloudwatch) and virtual machines including Azure.
? Technical documentation related to issues resolution and architecture, checking logs, and audio files. System
efficiency and performance monitoring using Zabbix and third-party software
Cubic Logics India Private Limited as Technical Specialist
Apr 2017 to Jun 2019
* Installing and configuring Apache, Nginx, Automation servers, MySQL databases depending upon the project
requirement and hosting provider including Azure and AWS infrastructure.
* Server Hardening and Patching for better performance and security using OpenVAS
* Maintaining backup using the Veeam Backup tool and validating the daily backups on a daily bases.
* Managing different kinds of servers on a daily basis (WebDAV, FTP, SFTP, Samba, Webmin, Mail Server, Apache).
* Worked on LAMP servers, cPanel their setup, and migration from Hostinger to Azure.
Last Active: 7-Feb-21 Last Modified: 4-Feb-21
Runjeet Prasad
Seeking roles in Cloud Operations,AWS,Azure,Linux,IT Infrastructure
Management,Data Center Operations,System Administration,Incident
Management,Change Management,Docker,zabbix,Firewall,Apache,Ansible
Key Skills: Sr.Operation Engineer IT,System Admin,IT Infrastructure Management,Technical Support,Network
Operations,Data Center Operations,System Administration,Incident Management,Change Management,DNS,File
Server,Docker,zabbix,Firewall,Apache,Ansible,AWS,Azure
Summary
4.11 years of experience in deploying and configuring Linux based servers including CentOS and Debian family both in the
cloud (AWS, Azure) and physical infrastructure, involved in cloud migration projects from on-premises to AWS and Azure along
with good cloud experience in designing highly available and fault-tolerant cloud solutions, responsible for managing business
production server running with maximum uptime
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e15…
https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e155110145a090c0… 2/3
Yukthi Systems Private Limited as Linux Server Engineer
Feb 2016 to Apr 2017
* Deploying, configuring, and supporting of various servers and their troubleshooting like FTP, firewall, Mail Server, File
Server, backup, and Mail archiving.
* Monitoring and troubleshooting the issues reported by customers through a request tracking system.
* I also worked on LAN, switches, IP configuration, VPN, email client configuration (MS Outlook, Thunderbird).
* Completed migration project from windows server to Linux server running with Bug Tracker. LAMP and Document
Management System.
UG: B.Tech/B.E. (Computer Science and Engineering) from Uttar Pradesh Technical University (UPTU) in 2013
PG: PG Diploma (INFORMATION SECURITY AND CLOUD COMPUTING) from NIELIT, New Delhi in 2016
Nature of Employment: Full Time Duration: Mar 2018 - Jun 2019
Education
IT Skills
Skill Name Version Last Used Experience
Redhat 7, CentOS 6.7, 7 , Debian 8, 7, 6 2020 4 Year(s) 10 Month(s)
FTP, SAMBA, NFS 2020 2 Year(s)
Apache configuration and monitoring 2020 2 Year(s)
Postfix, Dovecot with roundcube, SOGO 2019 2 Year(s)
MySQL 8.0 2020 1 Year(s)
KVM, Citrix Xen, Docker 2017 1 Year(s)
ownCloud, seafile, Vagrant 2016 1 Year(s)
Saltstack 2017 1 Year(s)
LDAP 2017 1 Year(s)
LVM, RAID, fdisk, parted 2017 1 Year(s)
zabbix, top, iftop, vmstat 2020 2 Year(s)
darkstat, bandwidthd 2017 2 Year(s)
Bash Scripting 2020 2 Year(s)
AWS 2020 4 Year(s) 10 Month(s)
AZURE 2020 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Mail Server Migration
Client: Cubic Logics
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e15…
https://freesearch.naukri.com/preview/printResume?uname=6124faec4125d7318ebacb6c87567d055b5f08504b410a12511417505401501f1a0e155110145a090c0… 3/3
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Migration of CentOS based mail server to Azure cloud solution for better availability.
Convertin the OS disk to Azure Image
Creating Azure infrastructure with the same network and nsg, and attaching data disk to it
Syncing the mailbox in real-time
Coordinating with azure-support to open 25 outbound port
Changing the DNS records to a new address
Enabling mail archive system for incoming and outgoing mails
Rank 782: Resume 1008 with similarity score 0.012541054520735628
Resume Text: B.E , MS , B.TECH , BS associate , software developer , full time , part time , java web application developer , delivery manager , system engineer spring cloud , financial services , customer , algorithms , postpaid , end-to-end testing , angular , linux , gateway , test cases , digital , vanilla , relational databases , node.js , web products , pattern , status , express , kotlin , messaging , xml , bitbucket , components , building , html5 , spring security , es6 , interfaces , designation , web services , hindi , windows , heroku , json , english , web applications , project , mongodb , ibm , dbs , rest , sonarqube , web pages , javascript , h2 , affirmative action , information technology , mysql , maintenance , business logic , jquery , apache kafka , architecture , email , jpa , aws , 3g , operations , mac , content management , languages , sca , amazon , search , ajax , functionality , api , mockito , css , soap , ug , telecom , authentication , oauth , authorization , spring boot , security testing , 2g , npm , framework , pan , fortify , node package manager , middle office 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 1/3
Current Designation: Application Developer Specialist
Current Company: DBS Bank
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
DBS Bank as Application Developer Specialist
Jun 2020 to Till Date
Responsible for developing and optimizing the digital web products used in the Middle Office.
Develop and optimize the digital web products used in the Middle Office.
Responsible for designing the component-based web products.
Create web components using VanillaJS and Lit-HTML as a framework.
Develop Rest APIs and other backend services using Java and Kotlin as a Spring Boot application
deployed in microservice-based architecture.
Responsible for interacting with relational Databases.
Responsible for implementing the security aspect using Spring Security along with OAuth.
Mockito and JasmineJs are used as the testing framework to create test cases for functionality testing
and end-to-end testing.
Code quality is maintained with the help of Sonarqube and security testing by using Fortify SCA.
Atos Syntel as Associate Consultant
Oct 2018 to May 2020
Responsible for development and enhancement of a web application.
Responsible for implementing the business logic using Spring 5, Spring Boot, Spring Cloud and Mirco
Services.
Responsible for implementing the authentication and authorization using OAuth 2.0, Spring Security and
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Sourav Snigdha Mansingh
Developer seeking roles in Software Engineering,Software Development,Full Stack
Development using Java 8, Kotlin & Javascript ES6.Data Structures,Algorithms,Spring
Boot,JavaScript,MongoDB,Node.Js,MySQL,HTML,CSS,Git
Key Skills: Application/Software Developer,Software Engineering,Software Development,Full Stack Development, Java 8,
Kotlin,Data Structures,Algorithms,Spring Boot,JavaScript,MongoDB,Node.Js,MySQL,GIT
Summary
A Full-Stack Developer capable of developing component-based web applications using JavaScript, Java, and Kotlin.
Carry nearly 7 years of experience in building multi-page and single-page applications.
Proficient in building web components using Vanilla JS and Angular.
Proficient in building the Rest APIs using Java and Kotlin.
Skilled in solving problems by using Data Structure and Algorithm, and designing the application structure with appropriate
Design
Pattern available.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 2/3
JWT.
Implemented the asynchronous messaging queue using Apache Kafka and using Elastic Search for
filtering data from real time data.
Responsible for deploying the application on AWS Elastic Beanstalk.
Creation of web service components of Restful Web services to interact with UI Interfaces using REST
API with Node-JS, Express-JS.
Experience in implementing Mongo DB CRUD (Create Read Update Delete) operations by using
Mongoose library in Node- JS, including Angular.
Used Node Package Manager (NPM) to manage or install the Node-JS module like Express-JS,
Mongoose, Bcrypt.js .
Have handled authentication by using JSON Web Token (JWT) and BcryptJS .
Have knowledge of REST API endpoint creation and usage of POSTMAN; along with SendGrid for
triggering emails.
Atos as System Engineer
May 2017 to Aug 2018
Client: Major Indian telecom company
Responsible for developing web applications using Java/J2EE and Content Management Tool.
Worked with client and delivery manager for understanding the requirement and meeting the targets and
their expectations on
time.
The application was based on a three-tier architecture, where I was responsible for handling and
implementing the front-end and business layer.
Responsible for implementing the business layer using Java/J2EE.
Responsible for integrating the front end with the business layer using Javascript and handles the
request/response communication using ajax.
Responsible for consuming Flipkart and Amazon API services.
Experienced in reading the request header files for authenticating postpaid/prepaid user's using their
data signals.
IBM as Java Web Application Developer
Jul 2014 to May 2017
Client: Major Indian telecom company
Project 1: Enhancement of Get a new prepaid connection.
Intergrated web pages in WCM and implemented the new changes made for new 2G and 3G prepaid
connection.
Using jQuery, request were sent to the controller implemented using J2EE and new communication id
were created for new connection and stored in the table present in mySQL DB.
Project 2: Creation of pan India plans details application.
Consumed SOAP web service for fetching the plan details in the form of XML.
Processed the xml response and forwarded the response in the form of JSON for showcasing the details
to the customer.
Project 3: Integration of Paytm and mobikwik wallet.
Implemented the Paytm and mobiwik wallet in the payment gateway. Handling the security concern using
J2EE sessions and token.
UG: B.Tech/B.E. (Computers) from International Institute of Information Technology (IIIT), Bhubaneswar in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Java, JavaScript ES6, Kotlin, Mockito,
Spring Boot, JPA,H2, NodeJS, ExpressJS
HTML5, CSS3, Angular, Heroku, AWS
MySql, MongoDB, Git, BitBucket
Mac, Linux, Windows
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 783: Resume 1116 with similarity score 0.012530202372429225
Resume Text: B.E , MS , B.TECH , BS associate , team member , full time , system administrator vulnerability , rpm , rca , performing , bmc remedy , security , microsoft azure , designation , office , scripting , user management , mar , telecom , bash , case , affirmative action , hindi , debian , maintenance , linux server , customer satisfaction , centos , english , troubleshooting , french , authorization , plugin , status , kt , customer service , email , project , ftp , groups , aws , yum , ubuntu , mumbai , foundation certificate in it service management , user administration , cron , nagios , alcatel , servers , fundamentals , im , red hat enterprise linux , languages , data center , sar , monitoring performance , telnet , itil , solaris , server administration , dc power , scp , scheduling , javascript , vmware vsphere , organization , servicenow , on-call support , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047…
https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047514444095b01… 1/3
Current Designation: Associate Consultant- Linux admin
Current Company: Capgemini
Current Location: Mumbai
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Capgemini as Associate Consultant- Linux admin
Mar 2018 to Till Date
Total 3 years experienced with a strong knowledge of Linux server administration. Provide technical
support for France Clients. More than 400+ servers hosted in remote data center. Focused on delivering
superior customer service to ensure customer satisfaction. Major roles involved in providing solutions,
planning, installation, configuration, and troubleshooting.
Role and Responsibility:
Managing physical and virtual servers remotely.
Creation of new VM, install and configure operating system as well as decommissioned of VM.
Creating & managing File system and mount points.
Creating & Managing users and groups / rename / delete users.
Solving password/logins related problems of the users.
Monthly security patching of server.
Resolving vulnerability of server.
Updating redhat OS version for Linux servers.
Installing and updating rpm as per client request.
Diagnosing and monitoring performance issues using ps, top, sar, vmstat & iostat.
Installed and Setup Nagios Server, Plugin and NRPE tools.
Scheduling jobs using crontab
Resolving incidents & performing changes as per agreed SLA.
Providing RCA and customer management.
Provide 24/7 on-call support for out of office hours for P1 incident and all weekend activities like
production server patching, DC power maintenance activities, DC movement activity and other
changes which are scheduled on weekend.
Coordinate with team member for specific group activity on server.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHUBHAM BAJIRAO SHIROLE
Associate Consultant seeking roles in Linux & cloud Administration,
Installation,Configuration,OS Technical Support,Troubleshooting,Incidents and
Changes,OS Patching,VMware Vsphere,ServiceNow,BMC Remedy,ITIL
Certified,Azure Fundamental Certified,AWS.
Key Skills: System Admin,Linux Server Administration,User Administration,Technical
Support,Installation,Troubleshooting,VMware Vsphere,ServiceNow,BMC Remedy,ITIL,AWS,Azure,RCA,File
System,Patching,Configuration,Cron,NAGIOS,Yum,Vulnerability,Bash Scripting
Summary
To be in position of responsibility as an efficient element of a progressive Organization to implement best of my knowledge to
the best of my abilities.
Working as Linux and AWS admin and providing L3 support for French client.Mabaging 400+ linux machines.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047…
https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047514444095b01… 2/3
Creating small scripts for day to day tasks.
Raising case with Hardware and OS vendor for assistance.
Creating process documents & providing KT to the new recruits in the project.
UG: B.Tech/B.E. (Computers) from Shivaji University, Kolhapur in 2017
Other Qualifications/Certifications/Programs:
ITIL® Foundation Certificate in IT Service Management
Microsoft Certified: Azure Fundamentals
AWS Fundamentals
Nature of Employment: Full Time
Project Location: Mumbai
Role: Network/System Administrator
Duration: Mar 2018 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Linux, FTP, TELNET, SCP, DNS
Networking, AWS, Azure cloud services
ITIL, UBUNTU, CENTOS
Servicenow, BMC remedy
Red Hat Enterprise Linux 0 0 Year(s) 0 Month(s)
AWS 0 0 Year(s) 0 Month(s)
Microsoft Azure 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Projects
Project Title: IM FRANCE
Client: Alcatel-Lucent
Skill Used: Linux Administration, Centos, Debian, installation, Configuration, Patching, crontab, NAGIOS, Yum, File System,
User Management
Role Description: Managing physical and VM remotely.
Install and configure OS.
File system & mount points.
users and groups
security patching & Resolving vulnerability
Updating OS
rpm & yum
monitoring perform, crontab
RCA & customer management
24/7 on-call support
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047…
https://freesearch.naukri.com/preview/printResume?uname=5ca4ac76bf214ec0824c574c761c19065f550d5943450e425643120a0f5d5418120047514444095b01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: I am Working as L3 Support as an Linux System admin. We are managing 400+ Linux Physical servers and
VMs (Redhat, CentOS, Debian, Solaris).
Working as 24/7 Oncall support for critical issues and weekend activities.
Rank 784: Resume 1526 with similarity score 0.012513216907003475
Resume Text: B.S , MS , BS founder , content writer , checker , business development , team leader , head of digital , full time , web master , vp training , schema , computing , blogging , customer , end to end solutions , digital marketing , content strategy , ontologies , suggestions , platforms , linux , web hosting , kpi , hero , fixation , project planning , growth hacking , intelligence , status , renovation , google trends , digital transformation , store , https , contextual advertising , programmers , mumbai , nopcommerce , facebook , elements , rdfa , shops , iso , coordinated , google analytics , crm , spectrum , ecommerce , presentations , magento , sis , traction , designation , paid search campaigns , hindi , cloud , fitness , miva , ltd , macro , english , ppc , tactics , consultation , groups , monetization , target audience , godaddy , catalyst , branding , research , documentation , social bookmarking , social marketing , affiliate , javascript , technology , builders , capital , html , ibp , proposition , smartdraw , optimization , general , partnerships , performing , healthcare , web analytics , pages , pay , keywords , affirmative action , lists , oracle , link exchange , large volume , vendor management , maintenance , community development , anatomy , advanced , stumbleupon , google adsense , email , netsuite , prevention , url rewriting , wordpress , aws , kra , digg , semrush , operations , microsoft , dietary supplements , content management , seo , writer , languages , resolving issues , tags , viz , lead generation , dashboards , base , type 2 diabetes , online , intranet , digital agency , people management , jenkins , pregnancy , b2c , social media outreach , zoho , bids , revenue , php , investors , internet , authorization , inbound marketing , teams , web 2.0 , sql , b2b , ecosystem , agile project management , semantic search , google adwords , articles , led , drive , framework , information flow , e-commerce , impression , tableau , administrative , performance reporting , metrics , backlinks 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 1/5
Current Designation: Head Digital Marketing
Current Company: Mitchell Fair and White Pvt Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Nasik,Pune
Functional Area: Marketing / Advertising / MR / PR
Role: Head/VP/GM/ Mgr-Online/Digital Marketing
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
Mitchell Fair and White Pvt Ltd as Head Digital Marketing
Apr 2019 to Till Date
Challenges:
Mitchell USA's biggest challenge was an improvement of Branding & online sales,
Territorial Sales Improvements across all SIS (Shop in Shops) & online stores
Creation of Strong presence across Marketplaces
Improvement in Qualitative metrics and overall new user base across India
Making changes in the existing online ecosystem
Digital Transformation which includes the following challengesDigital Transformation which
includes following challenges
A. Migration of Web Hosting from Godaddy to AWS
B. Accounting Systems from Talley to ZOHO CRM
C. Migration from NopCommerce to Netsuite or Magento
D. Customer Care: Traditional Outbound calling to Inbound Chatbots
E. Omnichannel integration ? Seamless integration and information flow across vendor
Management, SCM, Accounting, Web Store, and Customer Care
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sameer Pawar
Head Digital Marketing seeking roles in Online Marketing,Digital Marketing,Inbound
Marketing,Content Management,Competition Analysis,Growth Marketing,Lead
Generation,Content Strategy,Semantic Search,SEO,Web Analytics,R Analytics,Google
Adwords,SQL
Key Skills: Head Digital Marketing,Online Marketing,Digital Marketing,Inbound Marketing,Content
Management,Competition Analysis,Growth Marketing,Lead Generation,Content Strategy,Semantic Search,SEO,Web
Analytics,R Analytics,Google Adwords,SQL,Project Management
Summary
Total 1channel 17+ years of Experience. A curious explorer of the intriguing world of Marketing, Analytics, People, Sales,
Technology, Processes, Possibilities, Organizations, Everything.
Successfully implemented and promoted Netsuite e-commerce functional implementation and digital ecommerce strategies
execution for 3 years.
4 years of experience as Head of Digital Agency. Handled activities from Business Development to performance reporting and
client retention.
Project Planning & Management - Proven ability to plan, organize & lead technical projects/teams in both small groups &
corporate areas.
Curious and explorer about Marketing. Analytics. People. Sales. Technology. Processes. Possibilities. Organizations.
Everything.
Agile Project Management - Aware about agile project management methodologies.
Growth Hacking - Implemented data driven growth hacks and traction channels
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 2/5
Implementation/Plan of Action:
Proposed & hired e-commerce team of 10 individuals
Implemented following action items so far
Defined the overall project in 3 timeline buckets. 30 Days, 90 Days and nine months
Created an Acceptable SEO Website including all SEO compliances within nine months
Implemented Google Tag Management with customized Digital mental marketing Model
Strategic tie-up with other brands for bringing traffic. (Seniority, FirstCry, Lybrate)
Outcome
At the end of 3rd quarter 2018, Overall 400% improvement in Year over Year sales on website
* Sales of Marketplace, Business Partnerships, and affiliate sales not considered above.
Solved ?A? & ?C? action items from the challenges list
KRA
Primarily Solving For Traction across all possible touch
points
Content Strategy & Development: Branding,
Outreaching, and Monetization
Strategic Development - With People, Technology and
Growth Opportunities
End to End Online Marketing Strategies & Execution
Vendor Management for Website Development, UI/UX,
Social Media, Growth Marketing
People Management - Developed the high performing
team of 10 Individuals
Measuring Impact of Online on Non-Line Marketing and
vice versa
Customer Care Channels - Chatbot & Telephonic Support
Business & Community Development
Over 400% Revenue Growth YoY observed on website
Omved Therapies Pvt Ltd as Head - Ecommerce
Sep 2017 to Mar 2019
Challanges:
OMVED Therapies biggest challenge was improvement of Brand Renovation, Branding &
Territorial Sales Improvements across all SIS (Shop in Shops) & online stores
Creation of Strong presence across Marketplaces
Improvement in Qualitative metrics and overall new user base across India
Making changes in existing online ecosystem
Digital Transformation which includes following challenges
A. Migration of Web Hosting from Godaddy to AWS
B. Accounting Systems from Talley to ZOHO CRM
C. Migration from NopCommerce to Netsuite or Magento
D. Customer Care: Traditional Outbound calling to Inbound Chatbots
E. Omnichannel integration - Seamless integration and information flow across vendor
Management, SCM, Accounting, Web Store, and Customer Care
Presently How I am solving This
Proposed & hired e-commerce team of 10 individuals
Implemented following action items so far
Defined overall project in 3 timeline buckets. 30 Days, 90 Days and 9 months
* Created Acceptable SEO Website including all SEO compliances within 9 months
* Migrated website from NopCommerce 3.0 to 4.0 with much better UX
* Implemented Google Tag Management with customized Digital mental marketing Model
Strategic tie-up with other brands for bringing traffic. (Seniority, FirstCry, Lybrate)
Moonjur Healthcare Pvt Ltd as Head Digital Marketing
Apr 2015 to Aug 2017
About Sepalika- Sepalika is Mumbai-based health content platform which has raised $750,000 in its seed round led by
Accel Partners. The platform, which supports those looking to reverse chronic health conditions through guidance on
lifestyle, dietary supplements, and exercise aims to use the fresh capital infused to further build on its research-based
content and strengthen its core proposition in the USA, a key market.
Challenges:
Drive SEO strategy for Type 2 Diabetes category as a POC for investors.
To Bring Per Month 1,00,00 Unique Visitors for Type 2 Diabetes categry from USA
Implementation/Plan of Action
Semantic Search - Ontologies, RDFa's and URLs. Working around existing content repositories.
Pushed SEE, Think, Do, Care framework for an end to end online marketing channels.
Measured appropriate KPI's metrics for both Macro and Micro goals.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 3/5
Devised and implemented strategies for perfect On Page SEO practices which includes
Detailed pages level anatomy analysis for top competitors
Based on analysis kind of content elements that can be addressed. i.e. variety of HTML
tags, Schema entities (RDFA), interlinking, external linking, Skyscraper articles or hero
articles.
YMYL compliance
Outcome
Improved per day organic traffic from 50 to 1000 within 90 days
Eleventh Direction as Founder
Jul 2011 to Mar 2015
Performed following activities for clients
SEM
â?¢ Daily account management and of pay per click accounts on Google AdWords for a variety of clients.
â?¢ Assisted in the maintenance and monitoring of keyword bids, account daily and monthly budget caps, impression
share, quality score and other important account metrics.
â?¢ Managed and maintained updates for large keyword lists.
â?¢ Creative copy suggestions and graphical ad templates.
â?¢ Assisted in the management of Display network placement lists on AdWords and through other contextual advertising
platforms.
â?¢ Provided recommendations and execute strategies for keyword opportunities, campaign structuring, targeting, display
network, and other facets of paid search in accordance with client goals.
â?¢ Supported the generation new paid search campaigns, ad groups, and accounts and aid in the creation of new paid
search marketing initiatives.
â?¢ Generated weekly and monthly client reporting for all major metrics, goals tracking, revenue tracking, and other paid
search initiatives.
â?¢ Monitored and administered web analytics dashboards, reports and key reporting tools, and point out key areas of
importance in accordance client goals.
Clients:
â?¢ Kilam Inc - www.eastessence.com Fremont, CA, USA based firm. No 1 brand in Islamic Clothing
Previous employer. Delivering complete consultation for SEO, SEM And SMO. Recommended and coordinated between
vendor and key stake holders for Ecommerce modules with NetsuiteâjQuery111001598987234399718_1547108150237s
Java based Suitescript and oracle
Target Audience: US, UK, Canada, Europe, Australia, Newzeland
Nature of Website: Ecommerce. Implemented in Netsuite. Migrated from Linux based PHP 5.0
â?¢ Aashna Cloud Tech Pvt ltd: Pune based IT firm. Consulting Aashna for complete End to End Solutions. No 1 brand in
India for Cloud based CRM, ERP and Ecommerce Implementation.
www.aashnacloudtech.com SEO, Social Media outreach and Engagement
Target Audience: Middle East, USA East Coast, Canada â?? Only Ontario and India
Nature of Website: Lead Generation. Implemented in Wordpress. Php 5.0
â?¢ Swiftpages: www.Act.com Denver, USA.
Implemented Google Analytics Custom Dashboards in Netsuite platform to measure KPI which can help Top and Middle
management to take appropriate decisions. Mainly measurement of affiliate, paid and social marketing performances by
3rd party agencies.
Target Audience: US, UK, Canada, Europe, Australia, Newzeland
Nature of Website: Ecommerce. Implemented in Netsuite. Migrated from .Net framworks
Everyday Health (I) Pvt Ltd as SEO Team Leader
Jan 2008 to Jun 2011
* Everyday Health is a leading provider of online consumer health solutions. We provide our consumers, advertisers and
partners with content and advertising-based services across a broad portfolio of over 25 websites that span the health
spectrum-from lifestyle offerings in pregnancy, diet and fitness to in-depth medical content for condition prevention and
management.
* Maintaining worlds No.1 Health web properties for Waterfront Media.
* Hands on experience on competition analysis, Smart Backlinks Strategies, Article Promotions.
* Responsible for per month average 200 pages optimization & promotion per site.
* Maintaining & measuring Daily, Weekly, Monthly Reports.
* Resolving issues like URL rewriting, duplicate Meta title, Meta descriptions and duplicate Content issues.
* Bringing additional 30% pure organic traffic every month
* Handling team of 4 people including Jr. SEO's, Link builders , and Social bookmarking, article management team
* Implementing Smartest Way to build internal links and URL writing
* Hands on Experience on large volume websites (11000+ pages, per site)
* Adapted most effective way for blogging as a major source for organic traffic
* Fixation of Google Webmaster Central Issues
* Total different approach for competition intelligence
SMO And ORM:
* Facebook widget optimization
* Smart Twittering
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 4/5
* Stumbleupon
* Digg
Tools:
* Keyword Analysis: SEO Elite, Google Adwords Keyword Suggestion Tool, Webposition , Inspyder Rank Checker
* Competition Analysis: SEMRush, In-house Tools
* Analytics: Google Analytics, Site Catalyst
Websites:
Optimizing following Owned Properties
* www.home-remedies-for-you.com
* www.yogawiz.com
Jaincotech Pvt Limited as Web Master
Jul 2002 to Dec 2007
* Developed & maintained Web site & Portal for JaincoTech.
* Have experience for Google Adwords PPC campaign, Yahoo Market, and Microsoft Adcenter. Including MSN forecast
and Funnel, Google Trends, MIVA and other advertiser's competition analysis
* Handling B2B Lead Generation Site http://www.jaincotech.com and Intranet B2C portal Zimago for target market UK,
Australia, Japan, Canada and US
* Using Tool Web Position Pro 4.0, SEO Elite v4.0, Keyword Elite v1.3 for On Page as well Of Page optimization
* Managed project budget and contained costs. For Key Insight Analysis using affordable segment by selecting third party
for conduction of Surveys viz iPerception.com, Constant-contact.com
* Member of Andy Jenkins's Stompernet Web 2.0 Training Program.
* Handling Team of 7 members which contains Web designers, content writer, programmers and Managing Media Experts
for SMO purpose.
* Well Versed with Organic, White/Black/Grey Hat Optimization, Tactics for better PR, Link Exchange Program (Link-
Metro.com), ON-PAGE (Tools : WebPosition 4.0 PRO, SEO ELITE) and OFF PAGE optimizations (Tools: SEO ELITE for
Article Submissions, Link Sleuth for Broken Link Checking and Google Webmaster Central for Http and Https errors
checking, Brixgen's Article Submitter and for Back-linking process using Internet business promoter (IBP 8.1 Business
version)
* Expertise in Google Adwords, Google Adsense, Yahoo PPC, Google
Analytics and Google Webmaster Central
* Implementing Web 2.0 Standards, Social Bookmarking, Article Submissions,
* Permanent Linking, Trackback articles using Comment Kahuna 2.0 Tool and above all making changes as per Analytics
insights.
* Responsible for all administrative operations as webmaster.
* Troubleshooted Runtime, environmental errors of Portal.
* Used Tools Smartdraw 7.0 for preparing documentation and necessary presentations and customize reporting.
* Having Experience in Vendor Management for Portal.
* Well versed with e-commerce, Content writing, Targeting Traffic, email promotions.
* Well aware about Legacy, terms & Conditions Write ups, ISO Documentations.
* In depth knowledge of Webanalytics & metrics.
* Responsible for Tracking Keywords, Page Critic, and submissions of contents periodically.
UG: B.Sc (Computers) from Babasaheb Ambedkar Marathwada University (BAMU), Aurangabad in 1999
PG: PG Diploma (Computers) from Centre for Development of Advanced Computing (CDAC) in 2001
Education
IT Skills
Skill Name Version Last Used Experience
WORDPRESS 2015 7 Year(s) 0 Month(s)
NetSuite OneWorld 2014 2 Year(s) 2 Month(s)
MAGENTO 2013 3 Year(s) 0 Month(s)
R
TABLEAU
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100…
https://freesearch.naukri.com/preview/printResume?uname=3dd55aaf6f8a07f731a379380bfe0fea5c085b5342415f180613430e0c01541b165c100611410d5b090… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Australia,Canada,China
Job Type: Permanent
Employment Status: Full time
SQL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 785: Resume 992 with similarity score 0.01249774694917209
Resume Text: B.E , MS , B.TECH java developer , full time , software developer api , core java , microsoft azure , designation , command , amdocs , ug , affirmative action , mysql , hindi , linux , maintenance , authorization , english , executor , web applications , status , spring boot , email , project , llp , solution architecture , rest , c++ , servers , shell scripting , maven , languages , output , hibernate , python , javascript , technology , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584…
https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584701454558595a… 1/2
Current Designation: Java Developer
Current Company: Amdocs Development Centre India LLP
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Amdocs Development Centre India LLP as Java Developer
Aug 2019 to Till Date
Developed web applications with Java spring boot that are Learning scheduler and Dynamic Command Executor
UG: B.Tech/B.E. (Computers) from Sinhgad college of Engineering, Pune in 2019
PG: NA (na) in 0
Other Qualifications/Certifications/Programs:
Core Java
Microsoft Azure(AZ-900)
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Aditya Ajay Dudhal
Software Developer seeking roles in Software Development,Application
Programming,Java Development ,Requirement Analysis,Solution Architecture,Data
Structure,Rest API,MySQL,Spring Boot,Hibernate,Maven,React JS, Microsoft Azure
(AZ-900) Certified
Key Skills: Software Developer,Software Development,Application Programming,Data Structure,Rest API,MySQL,Spring
Boot,Hibernate,Maven,React JS,java developer,Project Management,Python,Java,C,Software
Engineering,Linux,Microsoft Azure
Summary
Result-oriented Professional with over 1 year 5 months of experience in Software Development,Application Programming,Java
Development ,Project Management,Python,Solution Architecture,Data Structure,Rest API,MySQL,Spring
Boot,Hibernate,Maven,React JS.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584…
https://freesearch.naukri.com/preview/printResume?uname=c2f2b2f7e704d889d003d269cc67d299090b0c544e155b435715420b5d0a581916584701454558595a… 2/2
Nature of Employment: Full Time
Project Location: Pune
Role: Other
Duration: Dec 2019 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
DATA STRUCTURE
REST API
Microsoft Azure
Linux
MySQL
spring boot
Hibernate
MAVEN
React js
JAVA
C, C++
Python
HTML, JavaScript
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Projects
Project Title: Linux Command Executer Through Java
Client: Amdocs
Skill Used: 1. Java
2. Spring Boot
3. React JS
4. Linux
5. Shell Scripting
Role Description: Java Developer
Project Details: My application can execute any Linux command on multiple linux servers within seconds. Shows output in
table format on browser.
Below technology stack is used
1.JAVA
2.SPRING BOOT
3.REACT JS
4.LINUX.
Rank 786: Resume 159 with similarity score 0.012473216545823689
Resume Text: B.E , MS work from home , full time , android developer functionality , internships , css , user friendly , bet , mar , information technology , trading , data analytics , addition , scratch , basic , firebase , gateway , embedded systems , english , json , player , teams , bootstrap , status , sql , application , live , c programming , fact , whatsapp , mumbai , wallpaper , passenger , resume , gaming , android , github , electronics , features , machine learning , fundamentals , django , e-commerce , blackjack , completion , assessment , python , one , javascript , organization , apps , insurance , html , online Assessment
Q1. Why should you be hired for this role?
Honestly, joining this esteemed organization will help me learn a lot. I would love to seek the guidance of experienced and learned teams that
are already onboard. That way, I can become a better professional in the future. In return, I can assure you utmost dedication from my side and
all that I can do at my level for the betterment of this organization. I am a coding enthusiast, i have done an online android course and am fluent
with the fundamentals. Since I am a fresher, I am still learning. But I can vouch for the fact that I am a fast learner, and am eager to learn new skills
if required. I have made several projects to get in depth knowledge, which are available on my github and on my resume. I have even interned
recently for the same role in an organization named Professional Cipher, and have developed two applications both of which are live on
playstore, the details of both are available on my resume.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for full time work from home job/internship staring immediately. am also available for 3 months and even longer if required.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Darshan Padia
Mumbai
Applied 25 Dec'20
Android HTML CSS
English Proficiency Written) Firebase GitHub
Java Python Bootstrap
C Programming Data Analytics Django
Embedded Systems JSON JavaScript
MSExcel MSOffice Machine Learning
SQL
Bachelor of Engineering B.E, Electronics Engineering
K.J.SOMAIYA COLLEGE OF ENGINEERING AND INFORMATION TECHNOLOGY
2013 - 2020
CGPA 5.00/10
Senior Secondary XII, Science
T.P.Bhatia College Of Science
MAHARASHTRA STATE board)
Year of completion: 2013
Percentage: 56.83%
Secondary X
S.V.P.V.V(kandivali)
MUMBAI DIVISIONAL board)
Year of completion: 2011
Percentage: 71.45%
Android App Development
Professional Cipher, Virtual
Sep 2020 - Oct 2020
It was a one month internship, where I have worked as an Android developer and have developed two application named
WhatsApp Status Downloader and PubG Wallpaper from scratch which are available on my resume. Both the apps are live on
PlayStore.
Python Programming
udemy, Online
Aug 2019 - Sep 2019
PubG Wallpaper - Gaming Wallpaper for FREE
CONTACT Phone: 91 9930204124
Oct 2020 - Oct 2020
https://play.google.com/store/apps/details?id=com.pubgwallpapers
App that lets you change wallpaper at one tap. User Friendly responsive UI with latest HQ PubG images and well tested
features with simple and efficient functionality.
WhatsApp Status Downloader
Sep 2020 - Sep 2020
https://play.google.com/store/apps/details?id=com.whatsappstatusdownloaderlite
An app to downlaod your friends whatsapp satus. With addition features like share, manage stored files. User friendly
responsive UI and well tested features.
Canteen-Management-WebApp
Feb 2020 - Apr 2020
https://github.com/darshanpadia/canteen-management-webapp
WebApp to manage canteen orders with full fledged features, admin panel and payment gateway using Django
framework(Python Based).
Bearing World
Jan 2020 - Mar 2020
https://github.com/darshanpadia/BearingWorldBeta
An E-commerce android application for bearing trading with a single seller(come admin) and multiple users with firebase
integration.
Titanic: Machine Learning from Disaster
Oct 2019 - Nov 2019
https://github.com/darshanpadia/T itanic
A model that will predict if the passenger would survive T itanic disaster on the basis of available data of individual
passenger. It would consider factors like age group, gender, passenger class etc)
BlackJack game simulator
Oct 2019 - Oct 2019
https://github.com/darshanpadia/BlackJack/blob/master/blackjack3.py
Its a well implemented, well tested, basic single player BlackJack game simulator with the Bet,Double and insurance
functionalities.
https://play.google.com/store/apps/details?id=com.pubgwallpapers
https://play.google.com/store/apps/details?id=com.whatsappstatusdownloaderlite
https://github.com/darshanpadia/canteen-management-webapp
https://github.com/darshanpadia/BearingWorldBeta
https://github.com/darshanpadia/Titanic
https://github.com/darshanpadia/BlackJack/blob/master/blackjack3.py
Rank 787: Resume 760 with similarity score 0.012446529678546387
Resume Text: B.E , MS , B.TECH , BS associate , java web application developer , software developer , full time , part time , full stack developer , delivery manager , system engineer spring cloud , financial services , customer , algorithms , postpaid , end-to-end testing , angular , linux , gateway , test cases , digital , vanilla , relational databases , node.js , web products , pattern , status , express , kotlin , messaging , xml , bitbucket , components , building , html5 , spring security , es6 , interfaces , designation , web services , hindi , windows , heroku , json , english , web applications , project , mongodb , ibm , dbs , rest , sonarqube , web pages , javascript , h2 , affirmative action , information technology , mysql , maintenance , business logic , jquery , apache kafka , architecture , email , jpa , aws , 3g , operations , mac , content management , languages , sca , amazon , search , ajax , functionality , api , mockito , css , soap , ug , telecom , authentication , oauth , authorization , spring boot , security testing , 2g , npm , framework , pan , fortify , node package manager , middle office 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 1/3
Current Designation: Senior Java Full Stack Developer
Current Company: DBS Bank
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
DBS Bank as Senior Java Full Stack Developer
Jun 2020 to Till Date
Responsible for developing and optimizing the digital web products used in the Middle Office.
Develop and optimize the digital web products used in the Middle Office.
Responsible for designing the component-based web products.
Create web components using VanillaJS and Lit-HTML as a framework.
Develop Rest APIs and other backend services using Java and Kotlin as a Spring Boot application
deployed in microservice-based architecture.
Responsible for interacting with relational Databases.
Responsible for implementing the security aspect using Spring Security along with OAuth.
Mockito and JasmineJs are used as the testing framework to create test cases for functionality testing
and end-to-end testing.
Code quality is maintained with the help of Sonarqube and security testing by using Fortify SCA.
Atos Syntel as Associate Consultant
Oct 2018 to May 2020
Responsible for development and enhancement of a web application.
Responsible for implementing the business logic using Spring 5, Spring Boot, Spring Cloud and Mirco
Services.
Responsible for implementing the authentication and authorization using OAuth 2.0, Spring Security and
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Sourav Snigdha Mansingh
Developer seeking roles in Software Engineering,Software Development,Full Stack
Development using Java 8, Kotlin & Javascript ES6.Data Structures,Algorithms,Spring
Boot,JavaScript,MongoDB,Node.Js,MySQL,HTML,CSS,Git
Key Skills: Application/Software Developer,Software Engineering,Software Development,Full Stack Development, Java 8,
Kotlin,Data Structures,Algorithms,Spring Boot,JavaScript,MongoDB,Node.Js,MySQL,GIT
Summary
A Full-Stack Developer capable of developing component-based web applications using JavaScript, Java, and Kotlin.
Carry nearly 7 years of experience in building multi-page and single-page applications.
Proficient in building web components using Vanilla JS and Angular.
Proficient in building the Rest APIs using Java and Kotlin.
Skilled in solving problems by using Data Structure and Algorithm, and designing the application structure with appropriate
Design
Pattern available.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 2/3
JWT.
Implemented the asynchronous messaging queue using Apache Kafka and using Elastic Search for
filtering data from real time data.
Responsible for deploying the application on AWS Elastic Beanstalk.
Creation of web service components of Restful Web services to interact with UI Interfaces using REST
API with Node-JS, Express-JS.
Experience in implementing Mongo DB CRUD (Create Read Update Delete) operations by using
Mongoose library in Node- JS, including Angular.
Used Node Package Manager (NPM) to manage or install the Node-JS module like Express-JS,
Mongoose, Bcrypt.js .
Have handled authentication by using JSON Web Token (JWT) and BcryptJS .
Have knowledge of REST API endpoint creation and usage of POSTMAN; along with SendGrid for
triggering emails.
Atos as System Engineer
May 2017 to Aug 2018
Client: Major Indian telecom company
Responsible for developing web applications using Java/J2EE and Content Management Tool.
Worked with client and delivery manager for understanding the requirement and meeting the targets and
their expectations on
time.
The application was based on a three-tier architecture, where I was responsible for handling and
implementing the front-end and business layer.
Responsible for implementing the business layer using Java/J2EE.
Responsible for integrating the front end with the business layer using Javascript and handles the
request/response communication using ajax.
Responsible for consuming Flipkart and Amazon API services.
Experienced in reading the request header files for authenticating postpaid/prepaid user's using their
data signals.
IBM as Java Web Application Developer
Jul 2014 to May 2017
Client: Major Indian telecom company
Project 1: Enhancement of Get a new prepaid connection.
Intergrated web pages in WCM and implemented the new changes made for new 2G and 3G prepaid
connection.
Using jQuery, request were sent to the controller implemented using J2EE and new communication id
were created for new connection and stored in the table present in mySQL DB.
Project 2: Creation of pan India plans details application.
Consumed SOAP web service for fetching the plan details in the form of XML.
Processed the xml response and forwarded the response in the form of JSON for showcasing the details
to the customer.
Project 3: Integration of Paytm and mobikwik wallet.
Implemented the Paytm and mobiwik wallet in the payment gateway. Handling the security concern using
J2EE sessions and token.
UG: B.Tech/B.E. (Computers) from International Institute of Information Technology (IIIT), Bhubaneswar in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Java, JavaScript ES6, Kotlin, Mockito,
Spring Boot, JPA,H2, NodeJS, ExpressJS
HTML5, CSS3, Angular, Heroku, AWS
MySql, MongoDB, Git, BitBucket
Mac, Linux, Windows
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c17…
https://freesearch.naukri.com/preview/printResume?uname=eb8440b80dbf81f20a3a39d104bb3fac51085c524815094757434451590d5219410c175243485f0e01… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 788: Resume 991 with similarity score 0.012420973567381359
Resume Text: B.S , MS , M.Sc , M.S full time , software developer general , css , ug , sqlite , affirmative action , mysql , technical architecture , hindi , cloud , maintenance , php , jquery , english , authorization , bootstrap , status , social media , c# , email , project , hosting services , application , windows 10 , less , online news , android , mac os , c++ , languages , utilities , kannada , sql server , javascript , html , laravel , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125…
https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125118135d545f5… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 7 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Spearhead Media Pvt.Ltd as Software Developer
Jun 2019 to Jan 2020
Developed and Maintained a media portal providing online News and
Advertisements separated in English and Kannada languages. Managed Cloud
Hosting Services and associated modules including posting to Social Media
networks through tools and utilities
UG: B.Sc (Computers) from Mangalore University in 2014
PG: MS/M.Sc(Science) (Computers) from Mangalore University in 2016
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Lavanya
Software Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,Project Management,System
Analysis,Requirement Gathering,Technical Architecture,HTML,CSS,jQuery,C++
Key Skills: Software Development,Application Programming,Project
Management,HTML,CSS,jQuery,C++,MySQL,Javascript,PHP,Ajax,SQL Server
Summary
Result-oriented Professional with 7 months of experience in Software Development,Application Programming,Requirement
Gathering,Project Management,System Analysis,Requirement Gathering,Technical Architecture,HTML,CSS,jQuery,C++
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Laravel, PHP ,CSS, HTML
JavaScript , Bootstrap
JQuery,React
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125…
https://freesearch.naukri.com/preview/printResume?uname=02de9c30fb16e12adfcb8b6b7f3464d65c5d5b524f105a165543405a5f5a551b425d125118135d545f5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C++, Java, C#, VB.NET
Windows 10, MAC OS
ANDROID
SQL, MYSQL, SQLite
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Tulu
Rank 789: Resume 1238 with similarity score 0.012418287662011137
Resume Text: B.E , MS , B.TECH project manager , project planner , associate , security analyst , full time , quality assurance lead , aws architect contractual , security , use case , platforms , kpi , test cases , capex , federation , status , perl , r12 , product management , xml , building , visio , infrastructure , suite , csr , automation , designation , mar , children , hindi , cloud , ltd , english , telcom , agile , smoke , rest , c++ , openid , test strategy , word , javascript , cost reduction , non-functional testing , availability , html , vendors , affirmative action , information technology , oracle , mysql , principles , opex , vendor management , maintenance , email , tomcat , aws , service improvement , project delivery , insourcing , operations , microsoft , languages , mobile , web , api , mentoring , ug , telecom , tamil , wireshark , authentication , oauth , active directory , access control , azure , legacy systems , siteminder , authorization , risk , teams , go , green initiatives , servlets , deliveries , excel , application , focus , adherence , savings , british , servers , transformation , gender equality , network administration , powerpoint 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a14…
https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a140518440c0e0d… 1/3
Current Designation: Authentication Services Manager -IT
Current Company: British Telecom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
British Telecom as Authentication Services Manager -IT
Apr 2014 to Till Date
Lead team of 45 members team with responsibility to deliver Access Control for Web and Mobile Resources across 5
verticals in BT.
Work closely with delivery units on Design, Implementation and Support for authentication services platform.
Taking care of OPEX/CAPEX budget to manage cost of project. Achieved efficiency goals on cost reduction.
Ensuring adherence to security policies, audit standards during all phase project delivery -
Design/Develop/Implement/Support.
Built smart monitoring & risk alerting systems for efficient operations & Infra management, which consists 1000+ servers
with half a dozen security products.
Key focus on automation, simplified process, quality and timely deliveries.
Lead the team from front in CSR activities. Part of programs promoting Gender Equality, Programs to mentor/help
underprivileged children, go-green initiatives.
CA Technologies as Quality Assurance Lead
Oct 2009 to Feb 2014
Security Portfolio Lead for Quality Assurance programs.
Responsible for designing Test Strategy, preparing Test Plan, managing resources to execute quality lifecycle for major
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Krishna Kumar Rajendran
Authentication Platform Manager seeking roles in Project Mgmt, Delivery Mgmt,
Security Platform Mgmt with Skills in SiteMinder, Federation, Azure AD, AWS Cognito,
REST API, OAuth, OpenID, Budget Mgmt, Work with CTIO/MD. Project mgmt with
Agile FM.
Key Skills: Authentication Services Manager,Project Manager-IT/Software Development,Application Maintenance,Project
Management,Requirement Analysis,Solution Design,Quality Assurance,Oracle DB,MySQL,MS SQL,AD,Azure AD,AWS
Cognito,AWS Architect Associate Certified
Summary
Expertise in Security domain with specialty in Identity and Access Management. Worked in transformation from legacy systems
to cloud platforms.
Experience in project management and program delivery. Vendor management and Contractual teams.
In last decade built 3 teams from handful of members to a 30+ size. Managed programs for software delivery with 50+ members
in DEV and QA. More than a million dollar savings as part of insourcing projects.
Always keen to simplify, automate and focus on resources efficiency.
I believe people are amazing. With right attitude and support we can bring the best out of them. This have helped me in last
decade building great self-motivated teams. Developed individuals from under performers to SMEs.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a14…
https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a140518440c0e0d… 2/3
product releases.
Handled complex programs involving co-ordination between Development, Product Management & Sustenance Teams.
Mentoring teams on QA Principles, process and use case designing.
Being part of compliance and audit to secure PCI-DSS standards.
Managed 40+ member teams involving Vendors, In-house and onshore resources to manage QA life cycle, Defect life
cycle, Sanity/Regression/Smoke/functional and non-functional testing.
Automating test cases post each release to enrich the automated regression suite.
Extensive experience in Data Tier, Application Tier & Web Tier on various combinations of platform (on-prem as well as
Cloud) and software versions.
Tech Mahindra Ltd as Security Analyst
Feb 2006 to Sep 2009
Part of security access control implementation using CA SiteMinder product.
Requirement Gathering, solution designing, implementing and supporting in live platform.
Part of 24/7 operations team to support issues on authentication platform.
KPI - service improvement, platform availability, security patching.
Lead on platform upgrade of SiteMinder infrastructure.
UG: B.Tech/B.E. (Information Technology) from Anna University in 2005
Other Qualifications/Certifications/Programs:
CEH
AWS Architect Associate
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
MS SQL Server2k5/8/12
Oracle 10g/11g, DB2 9.x, MySQL5.1
Servlets, JSP, XML
Tomcat 6.x/7.0, Jboss 5.x, Oracle WebLog
C, C++, Java, HTML, Perl
Microsoft - Word, Excel (macros),
PowerPoint, Visio, Project Planner
Wireshark, Cookie Editor
MS Active Directory 2k3/8,
Server R12 SP12, RedHat DS 9
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Tamil Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a14…
https://freesearch.naukri.com/preview/printResume?uname=5b02351be1be9a634e0e7b4f8d88110b09555c054e125c100217100b5d01544a1a5a140518440c0e0d… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 790: Resume 1211 with similarity score 0.012408837667087093
Resume Text: B.E , MS , B.TECH system administrator , full time , network associate , windows server administrator , server engineer mcsa , financial services , windows server , access , designation , ug , telecom , tamil , affirmative action , cloud , active directory , azure , ltd , ccna , authorization , red hat , english , subnetting , status , email , cisco switches , project , aws , ubuntu , operations , microsoft , electronics , servers , languages , data center , ip addressing , amazon , money , javascript , routers , organization , web , stock exchange 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a4…
https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a435012150a540a… 1/2
Current Designation: Windows Server Administrator
Current Company: LifeCell International
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
LifeCell International as Windows Server Administrator
Apr 2019 to Till Date
Lifecell International Pvt Ltd as Server Engineer -windows, ubuntu
Apr 2019 to Apr 2019
Successfully graduated in BE- Electronics & communication-2017.
Successfully Graduated at Sri Krishna Engineering College, panapakkam, Chennai 601301.
An accomplished, Skilled Engineer & System Administrator in Microsoft, Cisco domains.
Skilled in managing Networks, IT Hardware, Servers & Desktops.
Experience in Server engineer from NATIONAL STOCK EXCHANGE (DATA CENTER) and Lifecell International Pvt Ltd.
A responsible person, who understands value of Time & Money and willing to put extra efforts towards success of the
organization.
National Stock Exchange of India Ltd
Jan 2018 to Apr 2019
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
ELAVARASAN R
CCNA,RHCE,MCSA,RHCSA,AWS Certified,Server Engineer seeking assignments in
Telecommunication Engineering,Technical Support,Network Operations,Project
Management,Data Centre Operations,Desktops Operations,Active
directory,DHCP,AWS,NAS,Azure Cloud
Key Skills: Server Engineer,System Admin,Telecommunication Engineering,Technical Support,Network Operations,Project
Management,Data Centre Operations,Desktops Operations,Active directory,DHCP,AWS,NAS,Azure
Cloud,DMS,RIP,EIRGP,OSPF,BGP,IP Addressing
Summary
Successfully graduated in BE- Electronics & communication-2017.
Successfully Graduated at Sri Krishna Engineering College, panapakkam, Chennai 601301.
An accomplished, Skilled Engineer & System Administrator in Microsoft, Cisco domains.
Skilled in managing Networks, IT Hardware, Servers & Desktops.
Experience in Server engineer from NATIONAL STOCK EXCHANGE (DATA CENTER) and Lifecell International Pvt Ltd.
A responsible person, who understands value of Time & Money and willing to put extra efforts towards success of the
organization.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a4…
https://freesearch.naukri.com/preview/printResume?uname=7d913709ee6223dfe050967c27b87163580f5c544b1a0d430340130b5b0b564a410a435012150a540a… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sri Krishna Engineering College, panapakkam, Chennai in 2017
Other Qualifications/Certifications/Programs:
Red hat Certified System Administrator (RHCSA),Cisco Certified Network Associate (CCNA)
Certified in Amazon web service's (AWS), Microsoft Certified Solutions Associate (MCSA)
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Cisco Switches and Routers.
RIP, EIRGP, OSPF, BGP.
IP Addressing,Access list and Subnetting
DNS and DHCP.
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 791: Resume 1132 with similarity score 0.012374673309686647
Resume Text: B.E , MS , B.TECH , BS devops , full time , senior architect , team member , balancer hap , informix , nfs , security , fault tolerance , conducting , docker , linux , gateway , status , project governance , continuous integration , bitbucket , nagios , gitlab , mariadb , kibana , infrastructure , organization , pipeline , contingency , automation , ansible , devops , kubernetes , designation , hindi , cloud , cluster , ltd , english , logstash , leadership , redis , architecting , computer science , documentation , diagrams , javascript , technology , availability , jboss eap , hadoop , reporting , affirmative action , mysql , maintenance , paas , architecture , email , tomcat , configuration management , aws , operations , saas , languages , jira , web , database , mechanisms , api , jenkins , 10k , ug , evaluations , azure , apache , php , authorization , client/server , teams , application , s3 , drive , nginx , continuous build , iis , adoption , eclipse , load , learning , nlb 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140…
https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140715495f545a57… 1/2
Current Designation: Senior Architect DevOps
Current Company: PeopleStrong HR Technology Pvt Ltd
Current Location: Delhi
Pref. Location: Other International Location,United States
(US),Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computer Science and
Engineering]
Verified : Phone Number | Email - id
PeopleStrong HR Technology Pvt Ltd as Senior Architect DevOps
Nov 2014 to Till Date
Key Result Areas:
Design, implement, and maintain continuous build and deployment delivery mechanisms, leveraging innovative
programmatic solutions and automation
Drive DevOps adoption by recommending and implementing tool sets and best practices for automation, configuration and
release management
Actively participate in team activities such as suggesting architecture improvements, recommending process
improvements and conducting tool evaluations
Worked on to setup for the various Jenkins CICD pipeline configurations for all the micro services.
Aggressively become a critical member by quickly learning current workflows, build technologies, automation, and
challenges
Collaborate with development team to define architecture, optimize performance, and right-size environments
Proactively identify and drive automation of tasks associated with end-to-end delivery
Function as an active team member supporting the organization by driving the end-to-end SaaS & PaaS offering with
auto-scaling, stable and fault tourent system
Develop and maintain documentation and diagrams outlining automated solutions and environmental architecture
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Anupam Narayan
Senior Architect DevOps seeking roles in Configuration Management,Build
Management,Release Management,Continuous Integration,Production
Support,Project Management,AWS,Azure,Kubernetes,Docker,Swarm,Jboss-
EAP,MySQL,MariaDB,Redis
Key Skills: Senior Architect DevOps,Tech Architect,Configuration Management,Build Management,Release
Management,Continuous Integration,Production Support,Project
Management,AWS,Azure,Kubernetes,Docker,Swarm,Jboss-EAP,MySQL,MariaDB,Redis
Summary
14+ years of achievement-oriented professional in IT industry; skilled in architecting, designing, implementing and supporting
Cloud based infrastructure and scaling solutions.
Capable of successfully leading all projects through aggressive project governance processes; developing relationships with
business stakeholders and leadership teams; presenting changes, issues, risks and contingency plans
Continuous Integration, Continuous Deployment, Automated Release with Jenkins Git, bitbucket, Fault tolerance Database
cluster, Load balancer, WAF, API Gateway & security. Cloud Implementations analysis, design and maintenance of client/server
and web & application server as the primary tasks.
Expertise in Linux, Kubernetes (Kops/GKE/EKS/AKS), Docker, Swarm, Jboss-EAP, Tomcat, Database (Informix, MySQL,
MariaDB, Redis, EMR-Hadoop)
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140…
https://freesearch.naukri.com/preview/printResume?uname=841a44445452f1b7eaf0cfbe0d4fdce00e5a005719465b175518135b080f581e110c140715495f545a57… 2/2
Reporting KPIs to measure platform performance, capacity, availability, and so on; contributing in the recruitment &
retention of Cloud Operations team members
Highlights:
Implemented SaaS /PaaS Auto scaling Architect
Barrakuda WAF/Kubernetes/CICD/L.B/Database cluster were new initiative help organization a lot.
A unique initiative taken to improve the Wheebox Exam system to handle 10K TPS without any major code level change.
Awards highest performance Band achieved in company (D4 Blue)
Environment: AWS, Azure, Devops, Java, MariaDB Galara, Kong Api Gateway, HAP Roxy , Jboss EAP, Tomcat, Jenkins,
Ansible, Kibana, Logstash, Nagios, Linux, GitLab, Jira, Eclipse, bitbucket, svn, php, apache, nginx , Redis, IIS, GLB, ALB,
NLB, S3, NFS,EBS, IAM, Cloud watch with EC2Autoscaling
UG: B.Tech/B.E. (Computer Science and Engineering) from Uttar Pradesh Technical University (UPTU) in 2005
Other Qualifications/Certifications/Programs:
RHCE
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
WAF
Linux, Kubernetes
Docker, swarm
jboss-eap
Tomcat
MySQL, mariadb
Redis, kong,haproxy,loablalancers
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 792: Resume 976 with similarity score 0.01236770857743353
Resume Text: B.E , B.TECH senior software engineer , full time , senior software developer retail , graphql , redux , core java , jenkins , visual studio code , css , check-in , designation , ug , affirmative action , mysql , oracle , hindi , cloud , offers , linux , webpack , maintenance , typescript , ltd , windows , authorization , json , english , financial planning , web applications , bootstrap , status , multinational , swedish , architecture , email , project , business rules , mongodb , airline , angularjs , karma , xml , github , gitlab , components , process planning , react native , unit testing , computer science , languages , supply chain , html5 , mobile , javascript , jira , technology , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f0548420047…
https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f05484200475740400c580b0… 1/3
Current Designation: Senior Software Developer - ReactJS
AngularJS NodeJS
Current Company: Accenture
Current Location: Gurgaon
Pref. Location: Gurgaon,Noida,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Accenture as Senior Software Developer - ReactJS AngularJS NodeJS
Jun 2018 to Till Date
Client: Accor Hotels, Paris, France (June 2019 - Present)
Technologies: ReactJS, GraphQL, Typescript, Styled Component, NodeJS, Oracle
Hotel application where hotel staff and employees can create and edit there profile, hotels, next assign work on
the basis of their roles
Development of high level UI components and unit testing of the application.
Integration of business rules and services in the financial planning application.
Client: H&M, Stockholm, Sweden (June 2018 - June 2019)
Technologies: React Js, Angular1.x / 2, NodeJS, MySQL
Leveraging Aptos ONE Platform (Point of Sale) to provide robust, flexible, scalable, modern, cloud-native
solutions for Swedish multinational clothing-retail client.
Developing React JS based Web applications, React Native based mobile native application.
Developing Node JS Services for integrating database to front end.
Development of high level UI components and unit testing of the application.
NIIT Technology as Senior Software Engineer
Jul 2017 to Jun 2018
Client: SCI (January 2018 - June 2018)
Technologies: Angular2/4, ReactJS, Redux, Angular-Material, Bootstrap4, NodeJS, MySQL
FPP (Financial Process Planning) is a program to help uses create their profile for future financial planning and
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
ANUSHRI AGARWAL
Senior Software Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,JavaScript,Typescript,ReactJs,GraphQL,NodeJS,AngularJS,Core
Java,HTML5,CSS3,html.css
Key Skills: Senior Software Developer,Software Development,Application
Programming,JavaScript,Typescript,ReactJs,GraphQL,NodeJS,AngularJS,Core
Java,HTML5,CSS3,HTML,Angular,CSS,UI Development,Visual Studio,GIT,Github,Jest,Karma
Summary
Result-oriented Professional with over 6 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JavaScript,Typescript,ReactJs,GraphQL,NodeJS,AngularJS,Core Java,HTML5,CSS3.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f0548420047…
https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f05484200475740400c580b0… 2/3
bank helps them for the best offers.
Development of high level UI components and unit testing of the application.
Integration of business rules and services in the financial planning application.
Client: SITA, London, UK (June 2017 - Jan 2018)
Technologies: Angular1.x / 2, Angular-Material, Bootstrap, NodeJS, MySQL
Airline application where we can book, manage and check-in the flights
Development of high level UI components and unit testing of the application. ·
Integration of business rules and services in the application.
ACS Group as Software Engineer
Feb 2016 to Jun 2017
Technologies: AngularJS, NodeJS, MySQL
Development of high level UI components and unit testing of the application.
Integration of services in the application.
Integration of business rules in the application.
Sigma supply chain pvt ltd as Software Engineer
May 2014 to Dec 2014
UG: B.Tech/B.E. (Computer Science) from Rajasthan Technical University, Jaipur in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript, TypeScript
ReactJs, GraphQL
NodeJS, AngularJS
Angular 2/4, Core Java
HTML5, CSS3, Bootstrap 2/4
WINDOWS, LINUX
MYSQL, mongodb, Oracle
JSON, XML, SVN
Git, Gitlab, Jenkins
Jira, Babel, Webpack
Visual Studio Code
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f0548420047…
https://freesearch.naukri.com/preview/printResume?uname=dc39f52f0ab12c34476d16299c8f9e295c585c5549170a185744440d0e0f05484200475740400c580b0… 3/3
Employment Status: Full time
Rank 793: Resume 989 with similarity score 0.012364684511711545
Resume Text: MS full time , assistant buyer , merchandiser retail , general , apparel , designation , ug , stock replenishment , affirmative action , hindi , seasonal , solution-oriented , authorization , english , teams , status , email , fashion design , mumbai , range , data analysis , languages , merchandise planning , merchandising , one , analytical capability , javascript , technology , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c150113…
https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c1501130411440b590a… 1/2
Current Designation: ASSISTANT BUYER
Current Company: PUMA
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Retail
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Highest Degree: Masters in Fashion MAnagement
[Fashion Design and Management]
Verified : Phone Number | Email - id
PUMA as ASSISTANT BUYER
Jan 2020 to Till Date
Planning seasonal assortment from the global range which is relevant for the Indian market
Lead the development of National Regional Product to fulfill the gaps in the global product
line
Worked on the development of product line exclusive to the online channel
Collaborated with the marketing team to provide product information and direction for the
activation of key launch stories
Worked with internal and external teams to identify the growth opportunities and maximize
the business
Curated the merchandise kit for Bangalore FC & Mumbai City FC
Analyzing sales on a regular basis to ensure optimal seasonal assortment and identify/react
to in-season opportunities and misses
UG: B.A (Fashion Management) from FASHION DESIGN & TECHNOLOGY in 2017
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
RITIKA JAISWAL
Masters of Fashion Management graduate from NIFT, New Delhi with more than one
and half years of experience in Retail Merchandising and Apparel Buying
Key Skills: Assistant Buyer,Merchandiser,Buying,Merchandising,Category Management,Retail Merchandising,Retail
Planning,Fashion Designing,Merchandise Planning,Apparel Merchandising,Range Planning,Stock Replenishment,Product
Pricing,Data Analysis
Summary
A professional with strong analytical capability, having
experience of more than 1½ years in Buying and
Merchandising. Implemented effective merchandising
strategies in a fast-paced environment. Successfully
held multiple roles with a solution-oriented approach,
working both independently and as a part of a team.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c150113…
https://freesearch.naukri.com/preview/printResume?uname=918fd90842e8329ed98147359e38eade5f5b0a5948125b1203171259550d524c1501130411440b590a… 2/2
PG: Masters in Fashion MAnagement (Fashion Design and Management) from National Institute of Fashion Technology
(NIFT), Delhi in 2019
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 794: Resume 753 with similarity score 0.012335514555941831
Resume Text: MS , BSC , BS sql developer , resource manager , support specialist , full time , team lead , database administrator , balancer log management , financial services , retrospectives , bmc remedy , security , storage migrations , space , suggestions , databases , linux , abstraction , pdf , status , shipping , mysql cluster , logging , store , idle , features , building , kibana , sql server , technical services , crm , automation , upgradation , amazon ec2 , binary , wired , access , kubernetes , designation , confluence , amazon s3 , windows , database servers , cli , json , project , stash , groups , mongodb , sprint planning , redis , capacity planning , git , strategy , one , capacity management , javascript , disk , reporting , general , performing , scrum , affirmative action , oracle , uptime , dynamo , maintenance , service delivery , checks , i2s , ddl , postgresql , tomcat , aws , ubuntu , operations , pgadmin , premises , maven , export , failover , cassandra , scheduling , jira , icinga , search , web , root cause analysis , hardening , cloud services , high availability , migrating , jenkins , openshift , health , ttl , azure , apache , ami , permissions , import , authorization , scalability , application , compression , system deployment , shell scripting , replication , tuning , ceremonies , manageability , load , google cloud 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581…
https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581455444758540b… 1/3
Current Designation: Senior Infra Support Specialist
Current Company: Emirates NBD
Current Location: Dubai
Pref. Location: United Arab Emirates (UAE),United Kingdom
(UK),United States (US)
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Highest Degree: Not Pursuing Graduation [Not Pursuing
Graduation]
Emirates NBD as Senior Infra Support Specialist
Dec 2018 to Till Date
Responsibilities:
Installing MySQL, MongoDB, PostgreSQL, SQL Server, Redis on Linux, Windows, AWS, AZURE.
Creating instances MySQL, MSSQL, MongoDB, PostgreSQL, Redshift, DynamoDB, Tomcat,
Apache, WAS on AWS & Azure Plotforms
Performing Azure & AWS activities - Build Servers, Backup, Migrations, Patching, Security,
Monitoring, DR Setup.
Building and Installing servers through Azure Resource Manager Templates or Azure portal.
Migrating an On-premises virtual machine to Azure Resource Manager Subscription with
Azure Site Recovery.
Working in Amazon Cloud Services and its features (AWS EC2, VPC, EBS, AMI, snapshots,
Autoscaling, Cloud Formation, Lambda, SES, SQS, SNS, RDS, ELB, EBS, CloudWatch, S3.
Cloud automation using AWS Cloud Formation templates.
Working on AWS CLI Auto Scaling and Cloud Watch Monitoring creation and update.
Allotted permissions, policies and roles to users and groups using AWS Identity and Access
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
KUNA REDDY
Senior Infra Support Specialist seeking roles in Database Operations,Database
Servers,database designing ,Database Upgradations,Databases services ,Service
Delivery,AWS, Azure,MySQL, Postgres, Mongodb,SQL & Shell Scripting,BMC
Remedy, JIRA
Key Skills: Senior Infra Support Specialist,Team Lead/Tech Lead, Database Operations,Database Servers,database
designing ,Database Upgradations,Databases services ,Service Delivery,AWS, Azure,MySQL, Postgres, Mongodb,SQL &
Shell Scripting,BMC Remedy
Summary
11 years of experience in MySQL, MongoDB, PostgreSQL, DB2, Oracle, SQL Server as a DBA on
Linux, Windows, AWS, Azure environment.
Performing Azure & AWS activities - Build Servers, Backup, Migrations, Patching, Security,
Monitoring, DR Setup
Manage day-to-day database operations for production and projects. This includes database
designing and implementation, administration, capacity planning, systems performance, uptime
management, design, build/delivery, deployment, monitoring, standards, compliance.
Providing guidance in technical meetings, define standards. Defining and driving strategy for
database availability, scalability, manageability.
Installing Database Servers and Creating Databases, Tablespaces, Adding Data files.
Creating Users and providing database access to users.
Scheduling Backup, Export, Optimize, Analyze jobs.
Restoring databases, Monitoring and Tuning databases.
Performing Database Upgradations, Storage Migrations, File System Upgradations.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581…
https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581455444758540b… 2/3
Management (IAM).
Managed hardware, software, and networking for a large scale cluster on Amazon EC2.
Storage on AWS EBS, S3 and Glacier and automate sync data to Glacier. Databases services on
AWS like RDS, Dynamo DB and Aurora. Elastic Transcoder, Cloud front, Elastic Beanstalk.
Migration of 2 instances from one region to another. Configuration of site- to- site VPN and
open VPN using Linux EC2 instance.
Installed, configured and managed the ELK (Elastic Search, Log Facilitated Scrum ceremonies like
Sprint planning, retrospectives, Daily stand-ups, etc Stash and Kibana) for Log management
within EC2/ Elastic Load balancer (ELB) for Elastic search.
End to End solution for hosting the web application on AWS cloud with integration to S3.
Integration of web portal and users associated with S3 bucket.
Used Amazon S3 to backup database instances periodically to save snapshots of data.
Automated system deployment, monitoring, alarming, and scaling in the Cloud.
Involving in database designing and implementation.
Configuring Instances, Creating Databases, Tables and Indexes and Creating User and Providing
Read-only and Read-Write access. Enabling binary logging.
Creating tablespaces, adding datafiles, extending tablespaces.
Creating roles, users and Providing Read-only and Read-Write access to users.
Changing database from noarchive log to archive logging and vice versa.
Scheduling backup jobs, maintenance jobs, disk space alerts, replication alerts.
Configured Master - Slave, Master - Master, Circular Replication, MySQL Cluster in MySQL.
Configured WAL Shipping, Streaming Replication in Postgre SQL
Configured Replica Set, Shareded Cluster in MongoDB
Performing Database Hardening & Health checks. Capacity Management and purging old data
from databases. Performing the maintenance activities.
Performing Backup and Restore, PITR, Export, Import data and generating reports
Scheduling jobs for Backup, slow queries, replication status, replication lag, disk space alerts
Experience in Root cause analysis for business impacting issues
Performing Scheduled changes - DDL, DML Changes.
Implemented Mongo DB new storage engine Wired Tiger for document level Concurrency and
Compression features.
Created Capped Collections and implemented TTL collections in mongodb
Performing Database Hardening after mongodb installation & Database Health checks
Experience High Availability - Configured 3 node and 5 node Replica Sets & Sharding
Experience in mongodb database Upgradation from old version to mongodb 3.4
Heavily used Mongo DB Grid FS (file system abstraction layer) to store large data sets such as
Images, Text files and PDF files.
Renaming, rebuilding collections, removing old collections, repairing database to claim space.
Performing the maintenance activities - logrotation.
Performing Scheduled changes - DML, importing JSON files.
Monitoring MongoDB services, databases and Solving performance issues and providing
suggestions to application team.
Failover and Failback the databases from Primary to Secondry.
First Advantage as Database Administrator
Jul 2012 to Nov 2018
Responsibilities:
Installing MySQL, MongoDB, PostgreSQL, SQL Server, Oracle, DB2, Redis on Linux, Windows, AWS, Azure.
Building and Installing servers through Azure Resource Manager Templates or Azure portal.
Performing Azure & AWS activities - Build Servers, Backup, Migrations, Patching, Security, Monitoring, DR Setup.
Creating instances MySQL, MSSQL, MongoDB, PostgreSQL, Redshift, DynamoDB, Tomcat, Apache, WAS on AWS &
Azure Plotforms.
Migrating an On-premises virtual machine to Azure Resource Manager Subscription with Azure Site Recovery.
Involved in database designing and implementation for development/test/prod environments.
Configuring instances, creating databases, database objects - tables and indexes, procedures
Creating tablespaces, adding datafiles, extending tablespaces.
Creating users and Providing Read-only and Read-Write access to users.
I2S Business Solutions as Technical Services Specialist
Feb 2012 to Jun 2012
Project : Hukoomi, QNEDS
Environment : Db2
Responsibilities:
Installing DB2, MySQL on Windows, Linux servers.
Creating Instances, Databases, Tables, and Indexes.
Maintaining Dev, Stage and Production servers.
Refreshing Dev, Test databases. Generating the transaction reports weekly wise
Migrating database from AIX to windows for reporting.
Application issues solved by coordinating with application team.
Worked on CRM tickets related to create new databases, database access, refresh db, export dump, import dump, sql
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581…
https://freesearch.naukri.com/preview/printResume?uname=52249571deacb232f0972d3125665edb095c0d5442475c155545455f5408554e1b581455444758540b… 3/3
script executions, and client installations.
Managing the load on the system at the time of business hours. Reducing load by finding idle sessions and forcing idle
sessions.
Monitoring CPU, Memory and Disk space, BP Hit Ratio
Solving the backup errors, database errors, locking errors, storage errors
UG: Not Pursuing Graduation (Not Pursuing Graduation)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Linux, AIX, Ubuntu
MySQL, Postgres, MongoDB
SQL Server, DB2, Oracle, Redis
Cassandra
SQL & Shell Scripting, Batch Jobs
SSMS, SQL Developer
SQLYog, pgAdmin, Mongocompass
AppManager, Icinga, Grafana
BMC Remedy, JIRA & Confluence
SCM, GIT, Maven, Jenkins
Dockers, Kubernetes
AWS, Azure, Google Cloud
RedHat Openshift
Rank 795: Resume 1151 with similarity score 0.012322228808255845
Resume Text: B.E , MS , B.TECH , BS emergency physician , devops , full time ansible , automation , subversion , general , devops , telugu , jenkins , sign language , accident , classification , scripting , mar , bash , affirmative action , docker , cloud , linux , public , maintenance , azure , apache , windows , english , authorization , status , email , project , tomcat , application , aws , written communication , less , github , pipelines , writing , s3 , servers , puppet , ec2 , languages , infrastructure , operating systems , signs , sphere , javascript , web , sonar , technology , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125…
https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125743140d0b5a0… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
UG: B.Tech/B.E. (Computers) from St.Ann's college of engineering and technology, chirala in 2019
Last Active: 6-Feb-21 Last Modified: 29-Jan-21
VANAMA LAKSHMI SOWJANYA
Fresher seeking roles in Jenkins, Azure, Java, DevOps, GIT, Linux, AWS, Docker
Key Skills: Jenkins,Azure,Java,DevOps,GIT,Linux,AWS,Docker,Ansible,Puppet
Summary
Good Experience in handling infrastructure automation using Terraform on cloud AWS.
Defined CI and CD process setup using Jenkins.
Hands on experience in using AWS Services VPC, EC2, S3, EBS, RDS, IAM, Route 53, SNS,
ELB, Auto scaling.
Worked on Terraform for Infrastructure as a code automation on Public cloud AWS.
Extensive knowledge on Defining the Azure DevOps service to create the CI/CD pipelines.
Environment setup for Java applications on windows and Linux servers by using web sphere,
Tomcat and Apache.
Installed and Configured Static Code analysis using sonar. Configured the Quality Gates in Sonar
and integrated with Jenkins.
Experience on Linux servers and scripting automation using bash.
Hands Experience Installation and Configuration of Centralized and Distributed VCS systems
Subversion (SVN) and GIT (GITHUB and Bit Bucket).
Experience in windows and linux operating systems.
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125…
https://freesearch.naukri.com/preview/printResume?uname=3abfaa6d22e6a6fd8ffe464135b81ba40d0b0959194258100b1044505d5d591f165a125743140d0b5a0… 2/2
Nature of Employment: Full Time Duration: Nov 2018 - Mar 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu Proficient
Projects
Project Title: Automatic Sign Language
Client: TRY LOGIC Soft Solutions
Project Details: Very few people understand sign language. More- over, contrary to popular belief, it is not an international
language .Obviously, this further complicates communication between the deaf community and the hearing majority.This
project focuses on the recognition of hand gestures of Automatic Sign language which are trained with the data set. This
system trains CNNs for the classification of 26 alphabets. Each alphabet consists of maximum of 350 and minimum of 250
signs to recognize the gesture. The alternative of written communication is cumbersome, because the deaf community is
generally less skilled in writing a spoken language. For example, when an accident occurs, it is often necessary to
communicate quickly with the emergency physician where written communication is not always possible. The purpose of this
work is to contribute recognizing American sign languages to the field of automatic sign language recognition with maximum
efficiency.
Rank 796: Resume 718 with similarity score 0.012303707122655107
Resume Text: B.E , MS , B.TECH , BS staff software engineer , zookeeper , product development , senior software engineer , full time , team lead spring cloud , end to end solutions , ease , digital marketing , promotional , platforms , docker , seasonal , jgroups , status , rabbitmq , store , wal-mart , audi , ehcache , writing , features , building , kia , streams , pipeline , data processing , nissan , retail , spark , designation , trading , web services , json , english , catering , redis , architecting , mac os , rest , flow , struts , javascript , hadoop , mobility management , rollout , general , mobile security , options , mobile device management , affirmative action , oracle , technical architecture , maintenance , kafka , postgresql , automotive , email , tomcat , aws , enterprise mobility , mobile devices , android , junit , languages , real-time data , cassandra , search , apps , third party applications , laptops , spring mvc , jenkins , migrating , ug , fortune 500 , testng , circuit , analytics , offers , ios , authorization , servlets , spring boot , excel , mobileiron , framework , nginx , easymock , e-commerce , events , software design , vw , cloud computing , pagination , lexus , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c15…
https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c150b1148580e0a0… 1/3
Current Designation: Staff Software Engineer
Current Company: MobileIron
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Kingdom
(UK),United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
MobileIron as Staff Software Engineer
Feb 2016 to Till Date
Designation: Staff Software Engineer
Product : MI Cloud & Analytics
MI Cloud allows Enterprises to manage all mobile devices (Android, Ios),
laptops/PCs(Windows,Mac OS) of their employees remotely. Specializing in solutions for
Mobile device management (MDM) and Enterprise mobility management. Some of the main
features include pushing OS updates, policy configurations, and pushing apps, and taking
actions against devices with policy/Security violations and also providing Analytics/Insights
into device, apps usage etc.
Roles / Responsibilities:
Design and implement Zero downtime/Blue Green deployment capability to
cloud deployment platforms.
Design and implement Tenant suppression tool to ease the data-center
migration to AWS.
Design and implement Android Enterprise capabilities to remotely manage
Android/IOT devices.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
DHARSHAN SASTRY B.N.
Staff Software Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement
Gathering,Software Design,Product Development,Cloud Computing,Jenkins,Spring
Boot,Oracle,AWS,Docker
Key Skills: Staff Software Engineer,Team Lead/Tech Lead,Software Development,Application Programming,Technical
Architecture,Requirement Gathering,Software Design,Product Development,Cloud Computing,AWS,Docker,Core
Java,Spring,Cassandra,Kafka,Elastic Search,Redis
Summary
9+ years of experience in Software Design and Back-End Development (JAVA/J2EE)
Currently working in MobileIron R&D as Staff Software Engineer
Experience in end-to-end R&D / Product development life cycle.
Experience in building high performance websites catering to millions of daily
traffic.
Good Knowledge in Retail, Automotive Digital Marketing /Advertising,
E-commerce and Mobile Security/MDM/IOT domain.
Experience in architecting & building Real-time Data Platform, platform for
large-scale E-commerce/Website hosting applications and Service Oriented
Architecture /Microservices.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c15…
https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c150b1148580e0a0… 2/3
Soft Rollout of OS updates to millions of devices.
Building a centralized Kafka data pipeline to consume all types of logs from all
products of MobileIron.
Ness Technologies as Senior Software Engineer
Oct 2013 to Feb 2016
Designation: Senior Software Engineer
Client: ADP (Automatic Data Processing) dealer Services /CDK Global
Product: WebSite Hosting Solution
WSM is a website hosting solution for dealer advertising for automotive ADP Dealer
Services.By providing end to end solutions like websites, marketing, and generating the leads.
Websites provide Compelling site designs with hundreds of different options to match your
unique brand by Select a website design to create a unique look-and-feel for a dealer website
site. Currently, we host 20,000 dealer websites of various fortune 500 OEM brands such
as GM, VW, BMW, Audi, Lexus, Kia, Nissan etc.
Roles / Responsibilities:
Building and maintaining the Platform on which different products run.
Migrating platform from Web logic container to Tomcat container.
POC and integration of Spring cloud and Hystrix Circuit Breaker.
Developed canary deployment framework to soft rollout features.
Developed Partial JSON response framework to reduce payload in REST APIs.
Capturing leads and submitting them to third party applications via RabbitMQ
Tieto Every as Software Engineer
Aug 2011 to Sep 2013
Designation: Software Engineer
Client: Wal-Mart
Product: Active Trading
Active Trading is a Web based application which is used in multiple countries to send price
changes to stores. The purpose is to build promotional and seasonal events by tying items and
store distributions together. The events are created using Offers and Promotions (OAP) flow
in Active Trading application.
Roles / Responsibilities:
Writing Excel sheet processing in Java Multi-Threaded Environment.
Exposing new REST APIs
Writing Shell Scripts to call web services / java Backend jobs.
Developed pagination framework.
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JAVA/J2EE
Elastic Search, Cassandra
RedisDB,RabbitMQ
Kafka, Kafka Streams, AWS
PostgresQL, Oracle DB, Docker
Kubernetes/ EKS, JSP/Servlets
Struts 2, Spring,Spring MVC
Spring JDBC, Spring Cloud
Spring Boot, Jenkins CI/CD pipeline
Hadoop, Spark, Jgroups, Ehcache, Jersey
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c15…
https://freesearch.naukri.com/preview/printResume?uname=5c50b5525c93a4e9aa4b4d8dc270bafd095e08074b425d18051544505d0f594f125c150b1148580e0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Kafka Debezium, ZooKeeper, Nginx
JUnit, EasyMock, TestNG
Languages Known
Language Proficiency Read Write Speak
English
Rank 797: Resume 1520 with similarity score 0.012303373861187608
Resume Text: B.E , MS , B.TECH , BS scrum master , devops , resource manager , azure architect , integration architect , technical project manager , solution architect , full time , software engineering manager , enterprise cloud architect , health care analyst , enterprise architect , project leader assemblies , virtual machines , microsoft azure , hipaa , security , asp.net mvc , spring , enterprise integration , mirth , timesheet , mock , gateway , payer , 837p , prognosis , status , specifications , listen , rally , itil certified , institutional , sap , plus , xml , testing , artifacts , sql azure , correlation , building , connectivity , data center , data transformation , ports , salesforce , soa , sql server , dynamics crm , filezilla , workflow , bam , production deployment , hybris , distance learning , sprints , ecommerce , multilingual , devops , interfaces , relay , designation , confluence , mar , xslt , prototype , hindi , cloud , gap analysis , petrochemical , ltd , bar , windows , json , english , troubleshooting , erwin , management professional , agile , clearing houses , microservices , adt , biztalk , pipelines , boomi , rest , prototyping , togaf , computer science , javascript , connectors , technology , availability , business requirements , business continuity , toolkit , stored procedures , managed services , vm , debuggers , general , scrum , healthcare , developers , pages , affirmative action , studio , mule esb , oracle , 837i , enrichment , maintenance , queuing , resiliency , kafka , iaas , nexus , postgresql , email , customer applications , business units , aws , github , hp , sequencing , middleware , norway , premises , maven , languages , console , business process , llc , hibernate , scheduling , jira , engineers , web , apps , pmp , dell , database , api , functionality , oil & gas , integration projects , jenkins , asp.net core , ms project , customer acquisition , adapter , revenue , gof patterns , systems management , eligibility , authorization , maps , c# , sharepoint online , b2b , dynamics 365 , requirements gathering , less , mds , enterprise architecture , led , schemas , exceptions , storage , framework , preparation , cosmos , dft , ansi x12 , python , eclipse , orchestration , enterprise library , cd , microsoft products 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 1/5
Current Designation: Enterprise Solution Architect, Software
Engineering Manager
Current Company: DXC Technology India Private Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Pune,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [SYSTEMS
MANAGEMENT]
Verified : Phone Number | Email - id
DXC Technology India Private Limited as Enterprise Solution Architect, Software Engineering Manager
Nov 2012 to Till Date
Responsibility:
As an Engineering Manager/Enterprise Architect taking care of DXC/HP customer applications with the revenue of 175
billion dollar by leading twenty five application developers.
Involved in Analysis, Design and Development of Boomi/Mule integration with SAP, API and CRM.
As a Technical project manager taking care of end to end projects start with presales and solution.
Involved in Analysis, Design and Development of Mule ESB services using Sprint Methodology.
Responsible for building Interfaces using Dell Boomi as per the business requirements.
Business requirements gathering and analysis by interacting with the customers.
Innovate thinking and coming up with new strategies for creating applications as independent to other systems which
gives an option of removing unnecessary systems easily in future.
Responsible for requirement gathering, analysis, Process Development, testing, and implement EDI Business mapping &
proper deployment of the interfaces on Cloud according to specification.
Developed Mule flows using various connectors like Database, SAP, and Web service consumer, VM, Http Request,
SharePoint, CRM and JMS.
Worked on various Mule connectors / adapters, developing API, API management and developing services on Cloud Hub
Used DevOps and Confluence during the life cycle development of the project, also to keep track of the active sprints.
Troubleshooting Mule ESB, including working with debuggers, flow analyzers, Message Sequencing, Correlation, and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Raghuraj Singh
TOGAF, PMP® Certified Enterprise Solution Architect/Engineering Manager seeking
role in Application Development,Api Management, Presales, Integration Architect-
Mulesoft, Boomi, BizTalk, Logic app, cloud architect-Azure, AWS Serverless,
Dynamics 365
Key Skills: cloud architect,aws,mulesoft,dell boomi,integration architect,togaf,technical project manager,enterprise
architect,Enterprise Cloud Architect,Azure Architect,API Gateway,ITIL Certified,API
Management,Devops,Microservices,Engineering Manage,Python
Summary
14.5+ Years of experience as a Technical Project Manager/Enterprise Solution Architect/ Consultant/Developer with experience
in (Mulesoft, Dell Boomi, Azure/Aws/DevOps cloud and Dynamics 365):
7+ Years of experience as a Technical project manager taking care of Banking, Healthcare and Oil & Gas domain customer with
the revenue of 175 billion dollar by leading fifty plus application developer?s team.
8+ Years of hand-on experience as an Enterprise Integration Architect/ Lead/Consultant/ admin/individual contributor of Mule
Soft, DELL Boomi, Azure/Aws server less, BizTalk, iPAAS and API-led connectivity.
Working in integration projects from past 10 Years in various integration technologies like Mule Soft, DELL Boomi, BizTalk,
Microservices, Azure/Aws server less, and API-led connectivity, microsoft 365 certified.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 2/5
Queuing. Applied Integration patterns as per SOA architecture.
Integrating with the existing systems to newly developing systems and third party systems.
Used Mule ESB in designing the application as a middleware between the third party system and the customer side
system.
Integrated different enterprise applications based on the designed architecture.
Design and develop Mule flows to create various interfaces between multiple systems that are part of the ecommerce
solution.
Develop interfaces to accept requests from SAP Hybris in JSON format and invoke stored procedures to update tables in
SQL Server database.
Develop JSON schemas and RAML and creating mock service to test them.
Transform data using Data Weave.
Publish exceptions to Any point MQ hosted on the Cloud hub. Developed a flow to listen to the queue and send email
notifications.
Hands-on experience with production deployment and postproduction support
Led migration of Virtual Machines to Azure/AWS Virtual Machines for multiple global business units.
Performed client acceptance and prototyping using Azure Compute and SQL Azure instances.
Worked on Data Factory Editor, to create linked services, tables, data sets, and pipelines by specifying JSON definitions
for these artifacts.
Built a solution using Azure managed services STORSIMPLE and Blob storage to archive on-premises data to cloud.
Configured VMs in availability sets using Azure portal to provide resiliency for IaaS based solution and scale sets using
Azure Resource Manager to manage network traffic
Develop hundreds of BizTalk objects - Extensive, hands on experience developing all BizTalk solution objects such as
BizTalk orchestrations, maps, schemas, ports, custom pipelines, and all types of receive locations. Designed and
developed hundreds of external objects invoked from Microsoft BizTalk Server such as .NET assemblies, .NET Web
services, SQL Server stored procedures, SSIS, SQL Server 2008/2012, SQL Server Data Transformation Services
packages, non-BizTalk specific XSD schemas, non-BizTalk specific XSL schemas, BizTalk ESB Toolkit.
Hybrid Integration through logic apps, service bus queue for connecting on premise BizTalk server.
Environment: Azure, Any point Studio, Mule Server 4.0, Mule Management Console, RAML, Any point MQ, Apache-
Maven 3.3.9, Nexus, FileZilla 3.14.1, Salesforce, SAP, GIT, Oracle, JMS, Eclipse, DEV OPS, Jenkins, EMMA, Spring
framework - DI, AOP, MVC, Hibernate 3.5, Ant, SQL Server 2016, Oracle, Rally, JIRA.
MD Synergy Solutions LLC as Solution Architect and Health Care Analyst
Mar 2007 to Nov 2012
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
5010 Migration for All PMS Practices. HealthCare Apr, 2011 Feb, 2012 This project is a migration project
from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions. The maps developed in 4010 are
migrated to 5010, as a part of this preparation of gap analysis documents, bringing up changes in specifications and
mapping them to standards are taken up.
Claim & Era(X12-837i-835) HealthCare Jun,2008 Dec,2008 Integration Architect MD Synergy (MDS) claims
(837i) consist of a process that sends medical claims electronically each night to the clearing houses Medavant, Officially,
and Physician Associates.
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 3/5
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
IBilt Technologies Ltd as Software Engineer
Feb 2006 to Mar 2007
TITLE: PROJECT MANAGEMENT TOOL
Duration: February, 2006 to March, 2007
Role: Software Engineer.
Technology: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design Pattern)
Third Party Tool: XtraGrid2005, XtraNavBar2005, Group Bar.
Client Name: BitTalk (Norway)
Database: SqlServer2005
Team size: 10
UG: B.Tech/B.E. (Computer Science) from Indian Institution of Engineers in 2006
PG: MBA/PGDM (SYSTEMS MANAGEMENT), Correspondence/Distance Learning from University of Madras in 2016
Other Qualifications/Certifications/Programs:
Project management professional Certified
Togaf 9.2 Enterprise architect certified
Cloud architect certified
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum Master, MS Project
DEVOPS, Azure repost, GitHub
Jenkins, CI/CD ,KAFKA
BizTalk Server 2002/2006R2/2010/2013
Cloud Logic Apps, Mirth Connect
MULESOFT 4, MULEESB, MULE Exchange
Microsoft Azure
Dynamics CRM (365, CRM 2016, 2013)
SharePoint (Online, 2013)
Asp.net MVC, Asp.net core 2.0
Azure API Management 2020 5 Year(s)
SOA, Micro service, WCF, Web service
Rest API,Erwin
c#.Net, SQL, XML, Azure Fabric
Python, Java Basics,.Net core 2.0
SQL Server (2000, 2005 and 2008, 2012)
Azure Cosmos DB,PostgreSQL
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 4/5
Nature of Employment: Full Time Duration: Jan 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Apr 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 18
Nature of Employment: Full Time
Project Location: In-House
Role: Project Leader
Duration: Jul 2012 - Nov 2012
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: In-House
Role: Programmer
Duration: Feb 2006 - Mar 2007
Onsite / Offsite: Offsite
Team Size: 10
ENTERPRISE ARCHITECTURE 9.2 2020 8 Year(s)
GOF Patterns, Enterprise Library 5.1
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Projects
Project Title: Application/DataCenter Migration to Cloud
Client: Internal client
Project Details: Application,data center migration to cloud.
Project Title: CARE1 (Petrochemical and Logistics) Application migration/Upgrade on new hardware
Client: India Oil Corporation (IOCL) Global
Skill Used: Mule Soft 3,BizTalk server 2009 standard, BizTalk server 2016 Enterprise ESB, Logic Apps,C#.Net
Role Description: * Architecture design, planning of SharePoint, Dynamics CRM application migration which is following :
* SharePoint2007-2010-Cloud SharePoint online.
* CRM 4.0 -CRM 2011 -Dynamics 365 CRM online.
* SQL 2008r2 to SQL 2016 migration
Project Details: Considering the Growing needs of the IOCL Petrochemical Business, the CARE Applications (part of
Customer Acquisition, Retention and Enrichment program) must undergo Transition and Transformation at both the Platform
level and at the Applications level, to ensure Business Continuity and Flexibility for the upcoming requirements.
CARE1 Upgrade fulfils the above need by means of Transitioning, Development and Implementation of CARE1 Applications
on the latest versions of the Microsoft Products.
Project Title: PMS/EMR/EHR Integration with Relay Health Clearing House
Client: MDSynergy Clients
Skill Used: C#,BizTalk server2010, BizTalk Custom adapter using C#, WCF-Custom LOB Adapter, Xslt,Custom Receive
Pipeline, EDI Sent Pipeline, Orchestration, Rule Engine, Deployment,ANSI X12 EDI (837I, 837P,
270,271,835),SqlServer2008
Role Description: An analysis of the Claim Remedi Payers list vs. the Relay Health Payer list,Perform an analysis of all areas
in the MDS Web application where payerID is used.
Project Details: Its a B2B solution which required MDsynergy product integration with Relay Health Clearinghouse. In this
solution Payer mapping is required, X12 claims transactions need to be integrate,276-277 claim status transaction need to
implement , ACM client module need to be develop,ERA-835 need to be implement, eligibility need to integrate with Relay
Health also.
Project Title: PROJECT MANAGEMENT TOOL
Client: BitTalk (Norway)
Skill Used: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design
Pattern),XtraGrid2005, XtraNavBar2005, Group Bar,SqlServer2005
Role Description: Design the Database, Prototype, SDD Document and Windows Based (Client, Timesheet Module) & Web
Based (Security, Timesheet Module, and Multilingual) Coding
Project Details: BitTalk is a software development and consulting Company. BitTalk excels in information work area, software
development. IBilt Technologies are creating an application for BitTalk. This Application is about to track the project; client
and consultants .The tool will consist of a base product and plug in products. And the application should be multilingual
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 798: Resume 694 with similarity score 0.012270245585980598
Resume Text: B.E , MS , B.TECH , MSC application support , project manager , product support engineer , senior technical support engineer , full time , team lead , team member training , customer , skype , focal point , platforms , vista , gateway , test cases , zendesk , resolutions , status , perl , pl/sql , information science , nagios , features , building , connectivity , kibana , social advertising , designation , confluence , mar , protocol , hindi , cloud , raci , ltd , linux server , database servers , english , troubleshooting , throughput , project , live , windows xp , rest , c++ , resolve , putty , itil , sms , one , javascript , pgsql , technology , html , reporting , slack , options , product support , affirmative action , mysql , oracle , curl , maintenance , checks , social media , architecture , email , bengali , languages , resolving issues , sme , jira , new hires , search , windows 7 , application testing , api , credit , css , das , wireshark , group dynamics , creativity , authorization , risk , teams , mobile messaging , enterprise , crt , materials 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445…
https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445716105c5c0a03… 1/3
Current Designation: Team Lead- Product Support
Current Company: Sprinklr Solutions Pvt. Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Sprinklr Solutions Pvt. Ltd as Team Lead- Product Support
Jan 2016 to Till Date
ROLES AND RESPONSIBILITIES
Create an environment oriented to trust, open communication, creative thinking, and cohesive team effort.
Provide the team with a vision of the project objectives.
Primary point of contact for Social advertising troubleshooting issues and escalations.
Coach and help develop team members; help resolve dysfunctional behaviour.
Implementation and maintaining consistency for RACI model within the team.
Primary point of contact for Critical Incident Management from the Support team
Weekly connects with the project management and Development teams to analyse and review for the business the
previous week and plan for the business going ahead.
Maintain healthy group dynamics.
Intervene when necessary to aid the group in resolving issues.
Escalate issues based on SLA to the development team which cannot be resolved by the team.
Troubleshoot customer issues via API, UI, Mongo, MYSQL, ES etc
Assure that the team members have the necessary education and training to effectively participate on the team.
Encourage creativity, risk-taking, and constant improvement.
Presenting Weekly and monthly analysis on performance and quality checks to make sure everything is focused and in
alignment with the OKR.
Recognize and celebrate team and team member accomplishments and exceptional performance
Develop knowledge bases and FAQs for product support activities.
Document support activities, customer issues and resolutions for reference purposes.
Develop training materials and conduct trainings for new hires.
Provide status reporting of team activities against the program plan or schedule.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Subhajit Das
ITIL V3 Team Lead seeking roles in Software Development,Product
Support,Application Support,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,C,C++,PL/SQL,SQL,MySQL,Oracle,Mongo DB,Elastic Search,HTML,CSS
Key Skills: Team Lead,Tech Lead,Software Development,Product Support,Application Support,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,C,C++,PL/SQL,SQL,MySQL,Oracle,Mongo DB,Elastic Search,HTML,CSS
Summary
Result-oriented Professional with 8 years of experience in Software Development,Product Support,Application
Support,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,C,C++,PL/SQL,SQL,MySQL,Oracle,Mongo DB,Elastic Search,HTML,CSS.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445…
https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445716105c5c0a03… 2/3
Keep the project manager and product committee informed of task accomplishment, issues and status.
Serve as a focal point to communicate and resolve interface and integration issues with other teams.
Sprinklr Solutions Pvt. Ltd as Senior Product Support Engineer
Dec 2014 to Jan 2016
ROLES AND RESPONSIBILITIES
Supporting one of the most complete and one of the largest social media platforms.
SME to the Ads media services.
Building cases from client emails and work to pin point on the issue.
Analyse issues from customers by querying mongo db, elastic search, mysql.
Perform UI troubleshooting with developer's tool.
Coordinate with development and QA teams to work on resolution to case.
Work with ITOPS team on server issues to get restarts done and run necessary curl commands to get certain issues fixed.
Manage a complete team, with weekly and monthly analysis on performance and quality checks.
Training new joiners and existing members within the team to bring up the quality and knowledge level.
Unicel Technologies Pvt. Ltd as Senior Technical Support Engineer
Jun 2012 to Dec 2014
ROLES AND RESPONSIBILITIES
Responsible for third-level support for all server related issues.
Troubleshooting, testing and maintenance of GlobalOne, an enterprise mobile messaging solution that connects
organizations with its workforce or customers at any time, any place which comprises of features like Group messaging,
Multi-lingual SMS, Customization of messaging fields, Interim reports & delivery report of message status.
Troubleshooting, testing and maintenance ConnectOne, an on-premise messaging solution based on the Short Message
Peer to Peer (SMPP) protocol that provides most of UNICEL cloud based SMS applications in a packaged form that can
be deployed in a windows environment which comprises of key features such as Bulk messaging and group messaging
options, Compatibility with multiple database servers, Supports high messaging throughput, Real-time delivery reporting
and performance monitoring.
Troubleshooting, testing and maintenance of NotifyOne, a two-way group messaging solution that allows a user to
instantly trigger a group message over SMS, Voice, or Email through an SMS sent on a Virtual Number.
Application maintenance and testing the same on live servers staged for SMPP and HTTP.
Monitoring and maintenance of SMSC and testing various SMS test cases.
Maintenance of Perl Scripts, for the testing purpose and to generate automated reports.
Fetching, inserting, updating data from server using MySQL, pgsql and Linux Server.
Application testing and support for JAVA applications that will support the technology called Email2SMS (SMTP to SMS).
Customer account credit, service and permission management.
Troubleshooting and testing various SMPP and HTTP application and connectivity issues.
Providing support, troubleshooting and testing the Emobile gateway and SMPP Applications.
Link maintenance through SS7 link layer protocol.
UG: B.Tech/B.E. (Information Science and Engineering) from Visveswaraiah Technological University (VTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Windows XP/VISTA, Windows 7
Inspect Element
CSS, Html
REST Client API
Putty, CRT, Nagios
Wireshark, Sumo, Kibana
Talisma, Zendesk
SQL 2005, MySQL
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445…
https://freesearch.naukri.com/preview/printResume?uname=e2b88db2cff3c1d93a9aaf04ae430c985c5f0c031c140c11011412585a08034f4000445716105c5c0a03… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Oracle 11g, Mongo DB
Elastic Search
Slack, Jira, Confluence, Skype
C, C++, PL/SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Assamese
Rank 799: Resume 1208 with similarity score 0.01226582248675959
Resume Text: B.E , MS , B.TECH application support , software developer , software development engineer , full time , part time , full stack developer schema , express.js , repos , telugu , performing , hapi , scrum , css , designation , connect , affirmative action , routing , hindi , angular , air , maintenance , azure , ltd , gateway , organizational effectiveness , authorization , english , web applications , status , c# , agile , architecture , email , logging , project , manufacturing , aws , microservices , devices , operations , saas , writing , technology solutions , fundamentals , building , languages , storage , sql server , management system , javascript , mashups , stored procedures , html , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c15…
https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c155142170c59580… 1/2
Current Designation: Full Stack Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Full Stack Developer
Dec 2018 to Till Date
Currently working in design and development of nodejs
microservices, vuejs and database schema changes.
Building Nodejs Microservices using express.js ,joi/hapi , winston
for logging, azure blob and keyvault, sequelize to connect to sql
server to perform CRUD operations. Deploy nodejs service as an
azure app service and expose the api's via API Gateway.
Coding for frontend in vuejs. Component interaction, states,
Routing and data consumption via axios and deploying the same
as azure app service.
Involved in development activities like resolving bugs/issues and
performing minor code changes for seamless working of the web
application.
Effectively communicate with team members and management,
including technical risks, design approaches, questions about
requirements. Participate in day to day agile scrum stand up.
Gained Experience on Various Azure Services like Azure App
service, Azure Storage, Azure API management, Azure Repos,
Azure Keyvault, Azure Logic App. Worked on Thingworx
designing mashups and writing backend logic in Javascript.
Worked on C#, .Net, HTML, CSS, Javascript, SQL Server .
Developed a project on Air ticket management system using the
above tech stack.
Proficient in using .net 3 tier architecture and developing web
applications using C#, Stored Procedures, SQL Server.
Worked on Thingworx , Saas product for developing IoT based
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Dheeraj Kumar Bondugula
Developer seeking roles in Software Engineering,Software Development,Full Stack
Development,Project Management,Quality Management,Requirement
Gathering,Application Support,JavaScript,Nodejs,Azure,Vuejs,SQL
Server,HTML,CSS,AWS,C#
Key Skills: Full Stack/Software Developer,Software Engineering,Software Development,Full Stack Development,Project
Management,,Application Support,JavaScript,Nodejs,Azure,Vuejs,SQL Server,HTML,CSS,AWS,C#
Summary
Software Development Engineer having 2 years of experience in developing industrial IoT based web
applications and contribute to the organizational effectiveness.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c15…
https://freesearch.naukri.com/preview/printResume?uname=59c3dcfaeb839c5e71a96687907aee520c090f5749410c195615415a0c0d521e1a0c155142170c59580… 2/2
web applications. Worked in developing UI and fetching
continuous data from IoT devices in thingworx for manufacturing
applications.
Qualified in all the Dovetail exams conducted internally in the
organization.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2018
Other Qualifications/Certifications/Programs:
PTC Thingworx fundamentals
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Nodejs, vuejs, Azure, Javascript, C# 2 Year(s)
AWS, Angular, HTML, CSS 1 Year(s)
SQL Server, Kepserver, VSCode 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 800: Resume 1450 with similarity score 0.012245635917484668
Resume Text: B.E , MS , B.TECH sql dba , full time , partner , software developer automation , general , change requests , designation , ug , income tax , mar , affirmative action , oracle database , fdd , hindi , maintenance , macro , test cases , authorization , advanced , english , code review , status , siebel , life science , email , project , sql , bot , application , sap , testing , electronics , writing , c++ , languages , preparation , python , javascript , customer relationship management (crm) , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12…
https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12061142515f0e… 1/2
Current Designation: RPA Developer
Current Company: TCS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 11 Month(s)
Notice Period: 1 Month
Highest Degree: NA [na]
Verified : Phone Number | Email - id
TCS as RPA Developer
Mar 2016 to Till Date
PROJECT NAME RPA Factory (For Client GlaxoSmithKline (GSK)) (Life Science Domain) PERIOD June 2017 ? Present
ROLE RPA Developer
RESPONSIBILITY
Preparation Of Solution Design Document
Development of Bots using Automation Anywhere tool
Writing VB Scripts and VBA Macro
Test cases preparation
UAT testing
TDD preparation
VDD/FDD preparation
Supporting Bots in assisted mode
Code Review PROJECT NAME Siebel L2 (For Client TATA SKY) (Entertainment and Media Domain) PERIOD June 2016
? May 2017 ROLE Production Support Executive
RESPONSIBILITY
Performed the Change requests and daily activity for Customer Relationship Management (CRM) and Partner
Relationship Management (PRM) in production by using the SIEBEL and SAP tool. PROJECT NAME TAX CALCULATOR
(As TCS Trainee) PERIOD March 2016 ? May 2016 ROLE Developer (Trainee) RESPONSIBILITY
Development of the Income Tax calculator for Indian tax system using C++ and Oracle Database
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Tarun Ranjan
I.T. Analyst with 4 years 11 months of Experience in IT Industry. Working as Senior
RPA Developer (Automation Anywhere) and have more than 3 years of experience into
RPA Development.
Key Skills: rpa,automation anywhere,vb script,vba macro,SAP,SQL DBA,Python,Siebel
Summary
Overall around 4 years 11 months of IT experience and 3 years 2 months of experience into RPA development using
Automation Anywhere tool, have deployed 13 Bots into production and working on 14th Bot. Have good knowledge of Task Bots
and Meta Bots.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12…
https://freesearch.naukri.com/preview/printResume?uname=0347d4c5f075a56b59fa879824e0cada09550d551b17091001191359545b0043175a12061142515f0e… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in
2015
PG: NA (na) from na in 2015
Other Qualifications/Certifications/Programs:
AUTOMATION ANYWHERE CERTIFIED MASTER RPA PROFESSIONAL
AUTOMATION ANYWHERE CERTIFIED ADVANCED RPA PROFESSIONAL
ADVANCED AUTOMATION ANYWHERE CERTIFIED RPA PROFESSIONAL
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Automation Anywhere 11.3.2 3 Year(s) 2 Month(s)
VB Scripts 1 Year(s) 5 Month(s)
VBA MACRO 1 Year(s) 0 Month(s)
Python 0 Year(s) 2 Month(s)
SAP 7.5 2 Year(s) 0 Month(s)
SQL 1 Year(s) 0 Month(s)
Siebel 7.8 1 Year(s) 0 Month(s)
C/C++ 0 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 801: Resume 1398 with similarity score 0.012243757527351429
Resume Text: B.E , MS , B.TECH , BS devops , salesforce developer , software developer , change management , full time , part time sosl , api , optimization , core java , robotics , controllers , customer , algorithms , scrum , software solutions , css , classic , devops , jenkins , designation , ug , data migration , vs , profiles , app builder , aura , routing , affirmative action , emc , collaboration , cloud , lightning , model development , hindi , maintenance , ltd , architects , chemical engineering , soql , salesforce.com , authorization , english , status , corporations , agile , sql , email , extensions , record , application , case management , user groups , business process automation , mumbai , business requirements , microsoft , fixing , rest , change management , flow , git , unit testing , validation rules , languages , story , agents , fresco , development projects , one , javascript , tabs , crm , technology , dell , coverages , builders , web , apex , html , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405…
https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405543140b08580… 1/3
Current Designation: Salesforce Developer
Current Company: Accenture Solutions Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Salesforce Developer
Jan 2019 to Till Date
Project Name : EMC- Service Cloud
Client : Dell
Project Description: Dell is a one of the largest Technological corporations that manufactures, sells, repairs, and supports
computers and related products and services. Case Management module takes care of Internal and external collaboration
of cases in which multiple agents can work to efficiently solve the Customer Case. Case and Asset sync is done between
multiple system to keep these data updated across the system.
RESPONSIBILITIES:
* Requirement Analysis. Creating POC for feasible solution.
* Creating a Routing Technique to Route the Cases to the Qualified Agent.
* Established the connection within different system owned by DELL and EMC
* Updating TFS (Agile Tool) for Estimation, User Story status update, task creation etc.
* Developing requirement using Salesforce configuration and customization technique in Salesforce Lightning. Worked
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SHIVANK
Salesforce Developer seeking roles in Salesforce Development,Application
Development,Project Management,Change Management,Requirement
Gathering,Technical Support,Data Structures,Data
Loader,Algorithms,JavaScript,Triggers,Java,Apex,HTML,CSS,SQL, LWC
Key Skills: LWC,Salesforce/Software Developer,Salesforce Development,Application Development,Project
Management,Change Management,Requirement Gathering,Technical Support,Data Structures,Data
Loader,Algorithms,JavaScript,Triggers,Java,Apex,HTML,CSS,SQL,SFDC
Summary
* Having around of 3.8 years of overall IT experience as well in Salesforce CRM as an Administrator /Developer.
* Good knowledge of CRM Business Process. Worked on Salesforce Application Development using Configuration and
Customization.
* Experience in Salesforce Customization like creating Apex Classes, Triggers, Objects, External Objects, Aura Component,
Standard Controllers, Custom Controllers and Controller Extensions.
* Extensive experience of using declarative feature like Validation Rules, Process Builders, Workflows, Visual Workflows,
Email Alerts, Custom Formula Fields, Profiles, Permission Sets and Sharing Rules, Flow(Before Save Flow) for satisfying
complex business process automation.
* Expertise in analyzing business requirements and gathering information required for implementation of the business
requirement.
* Have good working knowledge in querying salesforce.com database using SOQL & SOSL queries and Governor Limits.
* Experience in Salesforce Lightning.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405…
https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405543140b08580… 2/3
on REST API Integration
* Unit Testing requirement in Developer Org. Creating/Optimizing Test Classes for Apex code.
* Pushing component to upper environment through Git.
* Fixing bug/defect raised in User Story. Code optimization, code/peer review.
* Attending Daily Scrum meeting, story grooming sessions and working/discussion sessions with leads and architects.
Fresco Software Solutions Private Ltd as Salesforce Developer
May 2017 to Dec 2018
Client : Incyte
Technologies : SFDC, Force.com, Service Cloud (Salesforce Classic)
Tenure : May 2017 - Dec 2018
Role : Salesforce Developer
* Working as Salesforce Developer
* Having regular interactions with the BAs to understand requirements and have discussions related to requirements
* Created visual workflows that insert Case record based on outbound call response criteria.
* Created Process Builder to retrigger call based on outbound call response criteria.
* Worked on Apex class .
* Worked on post and pre migration deployment
* Modified Apex triggers to implement the required enhancements.
* Worked on Test Coverages for Apex classes.
* Customized different page layouts and assigned them to different profile users.
* Customized tabs among different business user groups.
* Modified Apex class and Apex triggers to implement the required enhancements.
* Maintained source code using Microsoft TFS tool.
* Involved in Unit testing and Test Coverages for Apex classes.
* Created documentations for the developed enhancements.
* Worked on both Waterfall model and Agile model development projects
UG: B.Tech/B.E. (Computers) from AMBEDKAR INSTITUTE OF TECHNOLOGY FOR HANDICAPPED, KANPUR in 2017
Other Qualifications/Certifications/Programs:
Diploma in Chemical Engineering
Salesforce Administration
Salesforce Platform App Builder
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE 2020 3 Year(s) 7 Month(s)
Salesforce Lightning 2020 2 Year(s) 6 Month(s)
APEX 2020 2 Year(s) 6 Month(s)
TRIGGERS 2020 2 Year(s) 6 Month(s)
Salesforce Integration 2020 1 Year(s) 0 Month(s)
LWC 2020 0 Year(s) 6 Month(s)
Lightning Web Component 2020 0 Year(s) 6 Month(s)
Lightning Aura Compenent 2020 0 Year(s) 6 Month(s)
devops 2020 1 Year(s) 0 Month(s)
Jenkins 2020 1 Year(s) 0 Month(s)
SFDX 2020 2 Year(s) 0 Month(s)
SALESFORCE Classic 2020 3 Year(s) 7 Month(s)
JavaScript 2020 1 Year(s) 1 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405…
https://freesearch.naukri.com/preview/printResume?uname=19d0fadd211aa0ff3fa9098840335712515558001c1a08435712150a5f015543415f405543140b08580… 3/3
Nature of Employment: Full Time
Role: Programmer
Duration: Jan 2019 - Oct 2020
Onsite / Offsite: Onsite
Team Size: 12
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
CORE JAVA 2020 1 Year(s) 3 Month(s)
Data Structures 2020 1 Year(s) 0 Month(s)
SOQL 2020 2 Year(s) 2 Month(s)
SOSL 2020 2 Year(s) 3 Month(s)
Salesforce developer 2020 3 Year(s) 7 Month(s)
SalesForce Admin 2020 3 Year(s) 6 Month(s)
GIT 2020 2 Year(s) 8 Month(s)
Accenture Robotics Plateform 2020 1 Year(s) 0 Month(s)
Microsoft TFS 2020 2 Year(s) 0 Month(s)
Vs code 2020 2 Year(s) 0 Month(s)
Data Migration 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: EMC Service Cloud
Client: Dell
Skill Used: Apex, Triggers, SFDC, Salesforce, Java
Project Details: Worked on Service Cloud
Rank 802: Resume 1254 with similarity score 0.012200418815627062
Resume Text: B.E , MS , B.TECH , BS cyber security , assistant manager , manager information , senior manager , information security , devops , financial management , full time , vp , project leader mcx , training , computing , financial services , customer , ipa , 24x7 , office , restructuring , promotional , platforms , bloomberg , it operations , budget management , it security , development management , linux , maintenance agreements , outsourcing , capex , antivirus , ssl , intelligence , status , stakeholder management , digital transformation , institutional , sap , mumbai , desktop imaging , it procurement , slicing , network infrastructure , mailers , it service delivery , building , connectivity , service delivery management , system administration , p2p , organization , crm , escalations management , edr , mission critical , contingency , it audit , vdi , devising , wealth management , retail , algo , devops , access , designation , regulatory compliance , mar , protocol , trading , hindi , information security , ltd , windows , english , contractual obligations , protection , budgeting , strategic alliances , project , atp , video , leadership , ownership , business process automation , recovery plans , ibm , architecting , it asset management , currency , disaster recovery , nutanix , system operations , service level management , research , security policy , resource management , documentation , completion , vmware , tape , enterprise data , capacity management , it transformation , javascript , mail server , stock exchange , availability , business continuity , bfsi , capital , rack , product lifecycle management , cyber security , reporting , rollout , general , sor , vendors , affirmative action , information technology , opex , uptime , readiness , vendor management , utilization , hexagon , advanced , odin , strategic planning , vlan , email , manufacturing , aws , problem management , microsoft , it compliance , zoom , product strategy , data center operations , content management , languages , it automation , apps , plm , it infrastructure management , it governance , mac os x , network architecture , security management , patch management , vulnerability , mentoring , casper , cios , b2c , directives , ug , nse , telecom , oracle database , authentication , active directory , azure , authorization , risk , internet , google cloud platform , teams , storage systems , telephony , virtualization , sql , b2b , record , licensing , multiples , application , ips , operations management , data center infrastructure , commodity , servers , drive , running , quality improvement , framework , offshore , pan , campaigns , crisis , network administration , graphics , systems design , software distribution , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 1/7
Current Designation: Chief Information Technology (Division of
IT Automation)
Current Company: Angel Broking Limited
Current Location: Mumbai
Pref. Location: Delhi / NCR,Mumbai,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Head/VP/GM-Tech. Support
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Other [Other]
Verified : Phone Number | Email - id
Angel Broking Limited as Chief Information Technology (Division of IT Automation)
Dec 2020 to Till Date
Profile Summary:
* Strategic Planning Roadmap & Leadership
* IT Infrastructure Management
* IT Operations & Governance
* Data Center Operations Management
* Servers, Storage Systems & Networking
* Network & Security Management
* Change, Problem & Incident Management
* Business-critical applications (ERP, CRM, Trading) & Asset Management
* Cloud & Virtualization Management (B2C & B2B Technologies)
* Application & Database Management
* Network/system Administration
* Patch & Antivirus Management
* IT Audit/ Risk Management
* People & Resource Management
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
RAJESH KUMAR VERMA
Chief Information Technology seeking roles in IT Infrastructure & Operation
Management,Data Center Operations,Networking,Security Management,IT
Asset/Project Management,IT Audit,Cloud,AWS,Azure,IT
Budget,Virtualization,VPN,CRM,ERP,SAP,Trading App
Key Skills: Head Information Technology,Head/VP/GM,Technical Support,IT Infrastructure & Operation Management,Data
Center Operations,Networking,Security Management,Asset & Project Management,IT Audit,IT
Budget,Cloud,AWS,Azure,Virtualization,CRM,ERP,SAP,VLAN,EDR
Summary
IT leader with over 20 years of experience in IT Infrastructure, IT Asset/Project Management, Service Delivery, Datacenter,
Servers, Storage Systems and Networking Administration, IT Audit/Budget, Cloud Readiness & Strategic Alliances Worked
across industries: Stock Broking & Financial (BFSI), Commodity & Currency, Stock Exchange, Manufacturing & IT service
Providers Skills in interacting with CXOs/CTOs/CIOs on regular basis for understanding requirements, business process
restructuring, implementation of business solutions , presenting IT transformation offerings and assisting on selection of right
platforms, tools and transformation approach Enterprising Leader: with a track record of formulating & implementing DR/BCP
policies, developing network infrastructure; enhancing systems / procedures in IT system operations & Application (
SAP/CRM/ERP/Trading ) Managed of CAPEX/OPEX budgets in line with business financial directives and making sure the
overall P&L being managed effectively
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 2/7
* Financial Management (Planning and IT Budgeting)
* Business Process Automation Delivery/Release Management
* Project /Product Management
* Process Enhancements
* Recruitment & Training
* Capex/Opex Management
* Procurement/Vendor Management
* Transformation and Migrations
* Customer / Stakeholder Management
* Escalations Management
* SLA & Documentation
Core Responsibilities:
* Developed In-house Trading/NBHC/CRM/SAP/ERP/MutualFund Applications
* Digital Transformation
* Architecting and deploying business-aligned automation solutions
* Software Development
* Directing operations for complex and advanced Information Technology environment
* Building and running large IT departments and teams
* Building and managing enterprise Data Centre's Including Planning and management for all business-critical
technology processes and functions, including systems design, software development, enterprise & network architecture,
implementations & installations of hardware, software, security, disaster recovery, etc.
* Building, Designing & Implementation Business Continuity & Disaster Recovery plans and procedures
* Influencing C-Suites on IT decisions
* Vendor Management and Outsourcing
* Network, cyber, Information Security Strategy planning, defining Information Security framework, Security Policy
planning
* IT Process Automation (IPA) - B2C & B2B Technologies
* Hyper Converged Infrastructure (Nutanix/VMWare) - VDI
* Cloud Infrastructure - Telephony/Zero Trust/Zscaler Technologies
* IT Security and Cyber Security - EDR/ATP
* Transformation of Data Center & Network
* System Audit & IT Governance
* Managed Service Delivery & Service Management
* Asset Life Cycle on Hardware and Software
* Managed Service Delivery & Service Management
* Remote IT Operations center setup / offshore service delivery center setup
* Cost/Budget Management and Control
* Change and Release Management
* Building, Designing & Implementation and managing the End User Computing
environment with SCCM product
Trust Capital Services India Pvt Ltd as Head Information Technology-Senior Manager Information
Technology
Feb 2015 to Nov 2020
Heading Data Center Operations, DevOps, IT Operations Cloud and virtualization based technologies of Nutanix,
VMWare,
Azure, & so on; enabling IT Infrastructure as fully automated, software defined Data Center and offering as a Platform for
Enterprise-wide Consumption
Handling projects on Virtualization, Automation, Cloud, AWS, Azure
Managing Virtualization/Hypervisors environments (VmWare, Microsoft virtual platforms), Storage (IBM),
Network/Firewalls/IPS (Fortigate), DB (Oracle,SQL) with Monitoring tool (Asset Explore)
Leading change/incident/ problem management; managing 24x7 support team & lead SMEs of Infrastructure teams to
consistently meet and exceed SLAs and mentoring teams to deliver world-class performance
Evolving strategies & execution roadmaps (for purchases, strict budget controls, IT infrastructure, security, crisis / disaster
& business continuity plans, asset management)
Producing capacity plan that documents current utilization & forecast requirements for IT resourcing, staffing
Managing all aspects of IT Administration including Hardware (Server & Network) Management, Software Versions /
Patches
Management, Service Level Management, Compliance (Systems Operations), Back-up Management & Contingency
Planning,
IT Asset Management and IT Infrastructure Support
Devising & implementing IT strategies and business plans in line with the company's business plans; creating and
implementing policies and procedures for all IT platforms
Planning & building IT Infrastructure at the enterprise scale involving selection of appropriate technology and products,
negotiated with vendors, finalized Service Level Agreements, outsourced tasks and ensuring timely completion of projects
Spearheading management of servers and storage systems in the datacenters across the geographical regions; planning
and
designing new datacenter installations and expanding existing infrastructure
Prioritizing projects / initiatives based on business impact and resource availability
Driving Product Lifecycle Management including product strategy & vision, roadmaps, PLM tollgates ownership,
requirements prioritization, release content management, trade-off decisions and development life cycle, release criteria
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 3/7
Managing Overall infrastructure for a complex organization and network, including VLAN setup for regulatory requirement,
managing data protection, etc.
Building and delivering large applications on the cloud architecture, AWS and Google Cloud Platform
Managing implementations of cloud architecture i.e., can re-design, develop, migrate, and manage robust, secure,
scalable,
dynamic solutions to drive business objectives with disruptions.
Developing methods and procedures for the deployment of PC and Mac OS X machines in a corporate environment
Design
and create reports within Management systems (SCCM and Casper) for strategic decision making (Licensing,
Patch/Vulnerability, Asset Intelligence etc); ensuring that software distribution, patch management and upgrades
Managing Centralized IT Helpdesk Management PAN India & BCP (Business Continuity Process) Management - Ensure
95%
SLA for Service Delivery; effectively manage SOW & SLA signed with vendor.
Managing Network Management PAN India - Ensure 95% Uptime of Links
Managing Audit & Compliance Governance -Process / Quality Improvement - Streamline internal process for smooth and
reliable reporting of parameters pertaining to governance reporting
Designing, implementing and managing the End User Computing environment
Managing Windows Desktop Imaging and Application Packages with Microsoft SCCM
Leading Graphics design, managing EDMs (electronic data mailers) and marketing promotional campaigns
Maintaining inventory of all hardware products and software licenses, review and renewal of maintenance agreements;
ensuring services obtained according to contractual obligations with vendors
National Spot Exchange Ltd as Senior Manager Information Technology
Nov 2008 to Jan 2015
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management,
Communication Management, Incident Management, Change & Release Management, Asset Management, SLA &
Documentation, System Audit, IT Budgeting & MIS reports etc.
(Implemented Exchange Setup (DC+DR), Exchange Application Rollout, UAT Test Environment, Branches Setup, Training
program
on Client Site, Conducted Exchanges System Audit, Managed Trading Environment for Exchange, IT infrastructure
designed and Implemented IT policy, Defined IT Process Development and implementation, Managed IT Infrastructure
and Operations Management, Implemented mission Critical Financial Solutions, Implemented Vendor Management &
Regulatory
Compliance, Implemented IT Procurement management, Managed Member's LL/VSATs Connectivity provided by
Exchange )
Anand Rathi Group Of Companies as Assistant Manager Information Technology
May 2007 to Nov 2008
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management,
Communication Management, Incident Management, Change & Release Management, Asset Management, SLA &
Documentation, System Audit, IT Budgeting & MIS reports etc.
Centrum Direct Ltd as Senior Executive Information Technology
May 2004 to Apr 2007
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management, Communication Management, Incident Management, Change & Release Management, Asset
Management, SLA & Documentation, System Audit, IT Budgeting & MIS reports etc.
Provogue India Ltd as Senior Executive Information Technology
Jun 2002 to Apr 2004
Responsibilities: IT Infrastructure and Operations Management, Projects and Development Management, Procurement
and Vendor Management, Servers & Datacenter Management, Network & Security Management, Application & Database
Management, Network Administration Management, System Administration Management, Patch & Antivirus Management,
Capacity Management, Communication Management, Incident Management, Change & Release Management, Asset
Management, SLA & Documentation, System Audit, IT Budgeting & MIS reports etc.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 4/7
UG: B.Tech/B.E. (Computers) from Dnyaneshwar Vidyapeeth University, Pune in 2002
PG: Other (Other) from Other in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS,Azure,VLAN,Active Directory 2020 2020 15 Year(s) 6 Month(s)
MS Exchange,LAN,WAN,Firewalls 2020 2020 15 Year(s) 6 Month(s)
Linux, win2003/8/12/16/19 OS 2019 2020 15 Year(s) 6 Month(s)
AIX V5.3 2020 2020 10 Year(s) 6 Month(s)
Strategic Planning Roadmap & Leadership 2020 2020 15 Year(s) 6 Month(s)
IT Infrastructure/DataCenter Management 2020 2020 18 Year(s) 6 Month(s)
Application and Database Management 2020 2020 18 Year(s) 6 Month(s)
IT Audit/ Risk/Asset/Patch Management 2020 2020 15 Year(s) 6 Month(s)
Virtualization & Cloud management 2020 2020 15 Year(s) 6 Month(s)
Vendor and Capex/Opex Management 2020 2020 15 Year(s) 6 Month(s)
System, Network & Security Management 2020 2020 18 Year(s) 6 Month(s)
Change, Problem & Incident Management 2020 2020 18 Year(s) 6 Month(s)
IT Project & Automation Management 2020 2020 15 Year(s) 6 Month(s)
System & Network Administration 2020 2020 18 Year(s) 6 Month(s)
Exchange Trading Platform - ODIN/Omnesys 2020 2020 15 Year(s) 6 Month(s)
Process/Access/DR Operation Management 2020 2020 15 Year(s) 6 Month(s)
IT Budget 2020 2020 15 Year(s) 6 Month(s)
Business Critical Apps SAP,CRM,ERP 2020 2020 15 Year(s) 6 Month(s)
Service Delivery Management 2020 2020 15 Year(s) 6 Month(s)
Delivery/Release Management 2020 2020 15 Year(s) 6 Month(s)
Business Process Automation 2020 2020 15 Year(s) 6 Month(s)
IT compliance & Governance 2020 2020 15 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Projects
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 5/7
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2020 - Apr 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2020 - Apr 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Mar 2020 - Mar 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Delhi and Bangalore
Role: Sr. Project Leader
Duration: May 2019 - May 2019
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Mar 2019 - Apr 2019
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Jan 2019 - Feb 2019
Onsite / Offsite: Onsite
Team Size: 4
Project Title: Centralized VPN Connectivity - Array Network
Client: Trust Capital Services India Pvt Ltd
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Designed and Implemented VPN facilities ON Array Network with 300 Concurrent Users Connection with Two
Factors of Authentication integrated with AD Server during LOCKDOWN to access Office Infra including centralized
applications and applied Cyber Security rules and guidelines as suggested by Regulatory and Exchanges on Nutanix Hyper
Converged Virtualization Infrastructure & IT Automation Process managed centrally.
Project Title: Centralized Audio and Video Conferencing(VC) on Cloud - ZOOM
Client: Trust Capital Services India Pvt Ltd
Skill Used: Strategic Planning Roadmap & Leadership, IT Automation Process, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management
Role Description: Lead Project
Project Details: Designed and Implemented Audio and Video Conferencing(VC) facilities ON ZOOM Network with 500
Concurrent Users Connection with Two Factors of Authentication during LOCKDOWN managed centrally and applied Cyber
Security rules and guidelines.
Project Title: Centralized Mailing Solutions and Systems on Cloud - Microsoft O365
Client: Trust Capital Services India Pvt Ltd
Skill Used: Strategic Planning Roadmap & Leadership, IT Automation Process, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management
Role Description: Lead Project
Project Details: Designed, Implemented & Migrated Mailing System from Rediff.com to Microsoft O365 module with ATP
(Advanced Threat Protection) with 500 Concurrent licenses and managed centrally on Entire TRUST GROUP Domains.
Project Title: Datacenter - Mutual Fund & Broking Setup (DR Site) - Delhi & Netmagic Bangalore
Client: Trust Capital Services India Pvt Ltd
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Datacenter N+1 redundancy with Precision ACs, Nutanix Hyper Converged Infrastructure, Firewalls, ILL,
UPS, NW Rack, Storage and other necessary equipments which required for Mutual Fund & Broking Data Center
Project Title: ERP (Hexagon SIP Module) - Mutual Fund Setup on Primary Site + DR Site
Client: Trust Capital Services India Pvt Ltd
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process with Oracle Database, Strategic
Planning Roadmap & Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer
/ Stakeholder Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service
Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented ERP Hexagon SIP Module with 250+ concurrent users
Project Title: Datacenter - Mutual Fund & Broking Setup (Primary Site)
Client: Trust Capital Services India Pvt Ltd
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 6/7
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2016 - Jun 2016
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2015 - Jul 2015
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Apr 2015 - Jul 2015
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Bandra BKC, Mumbai
Role: Sr. Project Leader
Duration: Feb 2015 - Apr 2015
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time Duration: Nov 2008 - Dec 2008
Skill Used: Nutanix Hyper Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Datacenter N+1 redundancy with Precision ACs, Nutanix Hyper Converged Infrastructure,
Firewalls, ILL, UPS, NW Rack, Storage and other necessary equipments which required for Mutual Fund & Broking Data
Center and executed System Audit & got Mutual Fund license for LIVE
Project Title: Centralized In-house Applications - SAP/CRM/Asset/PMS Wealth/NSDL/CDSL/HRMS etc.
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented and Rollout multiples Applications (SAP/CRM/Exchange Trading Platform/HRMS/Back
Office/Research/Depository/IT Asset/PRI & Hotline Recording System/PMS Wealth Management/Antivirus & Patch
Management/AD & File Server etc.) on VMware Converged Virtualization Infrastructure & IT Automation Process managed
centrally.
Project Title: Retail and Institutional Broking Setup / IOB on ODIN (NSE & BSE)- CTCL, IBT & STWT
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Infrastructure & Virtualization Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented and Roll out Retail and Institutional Broking Setup (ODIN Application Platform) with Exchanges
NSE & BSE along with 450+ users connection across PAN INDIA through SSL VPN connectivity with secure security
integrated with Bloomberg FIX Protocol for Algo/SOR/DMA/Auto Slicing Trading on VMware Converged Virtualization
Infrastructure & IT Automation Process managed centrally.
Project Title: Commodity & Currency Broking Setup on ODIN Platform (NSE, NCDEX, MCX & MCX-SX)- CTCL & IBT
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Infrastructure & Virtualization Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented the Commodity & Currency Broking Setup on ODIN Application Platform with NSE, NCDEX,
MCX & MCX-SX along with 150+ users connection across PAN INDIA through SSL VPN connectivity with secure security on
VMware Converged Virtualization Infrastructure & IT Automation Process managed centrally.
Project Title: IT revamp | IT Infrastructure
Client: Trust Capital Services India Pvt Ltd
Skill Used: VMware Converged Virtualization Infrastructure & IT Automation Process, Strategic Planning Roadmap &
Leadership, IT & Data Center Infrastructure Management, Network & Security Management, Customer / Stakeholder
Management, System Audit, IT Budget and Costing Management, IT Asset & Project Management, IT Service Delivery
Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Revamped the IT Infrastructure from old technologies to new technologies. Implemented Centralized AD
server, File server, Mail server, Antivirus server, Application & DB Server in HO and all branches are connecting above
servers through VPN and P2P line. Done Backup solution on TAPE Library. Executed Auto failure Internet ILL, Firewall,
Servers. Virtualization setup (VMWare), System Audit & IT Policies on VMware Converged Virtualization Infrastructure & IT
Automation Process managed centrally.
Project Title: Datacenter - Spot Commodity Stock Exchange
Client: National Spot Exchange India Ltd
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135…
https://freesearch.naukri.com/preview/printResume?uname=021d3b6bdecaafaf673ebbe3e5419908590e0b50181a0f400744410d0b5d071f150f135116470b0b0b5… 7/7
Project Location: Andheri, Mumbai
Role: Sr. Project Leader
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Lower Parel, Mumbai
Role: Project Leader
Duration: Jun 2007 - Jul 2007
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment: Full Time
Project Location: Mumbai
Role: Project Leader
Duration: Aug 2004 - Aug 2005
Onsite / Offsite: Onsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: IT Automation Process, Strategic Planning Roadmap & Leadership, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management, IT Service Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Datacenter along with all necessary IT Infrastructure requirements (Server, UPS, Redundant
AC, NW Rack, Storage, ILL, Firewall etc.) and also (Implemented Exchange Setup (DC+DR), Exchange Application Rollout,
UAT Test Environment, Branches Setup, Training program on Client Site, Conducted Exchanges System Audit, Managed
Trading Environment for Exchange, IT infrastructure designed and implementation, Implementation IT policy, Defined IT
Process Development and implementation, Managed IT Infrastructure and Operations Management, Implemented mission
Critical Financial Solutions, Implemented Vendor Management & Regulatory Compliance, Implemented IT Procurement
management, Managed Members LL/VSATs Connectivity provided by Exchange
Project Title: Retail and Institutional Broking Setup on Omnesys Platform (NSE & BSE)- CTCL & IBT
Client: Anand Rathi Group Of Companies
Skill Used: Automation Process,Strategic Planning Roadmap & Leadership, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management, IT Service Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Retail and Institutional Broking Setup on Omnesys Application Platform with NSE & BSE along
with 300+ users connection across PAN INDIA through SSL VPN connectivity with secure security integrated with Bloomberg
FIX Protocol for Algo/SOR/DMA/Auto Slicing Trading.
Project Title: Prop Broking Setup on Omnesys (NSE & BSE)- CTCL & IBT
Client: Centrum Direct Ltd
Skill Used: Automation Process,Strategic Planning Roadmap & Leadership, IT & Data Center Infrastructure Management,
Network & Security Management, Customer / Stakeholder Management, System Audit, IT Budget and Costing Management,
IT Asset & Project Management, IT Service Delivery Management, IT Security Management, Vendor Management
Role Description: Lead Project
Project Details: Implemented Prop Trading Broking Setup (Omnesys Application) with NSE & BSE along with 150+ users
connection across PAN INDIA through SSL VPN connectivity with secure security.
Rank 803: Resume 1205 with similarity score 0.012190774008122674
Resume Text: B.E , B.TECH senior software engineer , supervisor , full time , software developer automation , version control , onboarding , customer , jenkins , check-in , filters , designation , ug , affirmative action , information technology , mysql , web services , hindi , offers , docker , linux , maintenance , heroku , json , authorization , english , status , postgresql , email , project , business rules , application , aws , mongodb , solution architecture , ci , celery , redis , github , twilio , shell scripting , ec2 , django , languages , business process , sentiment analysis , brd , flask , task management , management system , python , javascript , xml schema design , business requirements , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10…
https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10511815090801… 1/2
Current Designation: Senior Software Engineer
Current Company: Capgemini
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Capgemini as Senior Software Engineer
Aug 2017 to Till Date
Project: Onboarding Portal
Created Customer Onboarding Portal using Django
Used RPA to develop Customer Onboarding Automation
Twilio (calling and receiving user input)
Chatbot implementation to interact with users
Sentiment analysis using chatbot data
Created a model for suggesting better offers
Project: Task Management System
Developed a microservice to manage Rule-Based Task System
Dynamic form generation based on user inputs
Ability to save filters
User-specific custom settings using JSON
Setup a CI/CD Pipeline with Jenkins and AWS
Project: Banking
Understanding the Business Process involved in different modules
Analyzed the Business Requirements (BRD) documents.
Responsible for implementing rules-based applications and deployment in the Production and
Development environment.
Configured and maintained Web Services and XML schema design using company business rules.
Responsible for critical code check-in and version control using TortoiseSVN
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Shekhar Singh Choudhary
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Python,Java,Shell
Scripting,Django,Flask,J2EE,JS,Git,Github,AWS,GCP,MongoDB
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Java,Shell
Scripting,Django,Flask,J2EE,JS,Git,Github,AWS,GCP,MongoDB
Summary
Result-oriented Professional with 4 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Python,Java,Shell
Scripting,Django,Flask,JS,Git,Github,AWS,GCP,MongoDB.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10…
https://freesearch.naukri.com/preview/printResume?uname=0d84dd40b18b5dd8ee2f8a524dceb4b30e5d5f054a1b08445019425a0e00021f130d10511815090801… 2/2
UG: B.Tech/B.E. (Information Technology) from Dr. B. C. Roy Engineering College, Durgapur in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python, Java, Shell scripting
Django, Flask, J2EE, JS
Git, Github, AWS, GCP
MongoDB, MySQL, PostgreSQL
Docker, Jenkins
Linux, Celery, Redis, Supervisor
EC2, Heroku, Lambda, Lightsail
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 804: Resume 1555 with similarity score 0.012163701558226948
Resume Text: MS , BS ux designer , lead designer , senior web designer , ui developer , art director , product development , full time , part time , visual designer ecommerce , visual design , magento , turn , general , interfaces , css , validation , designation , ug , office , affirmative action , games , user experience , flash , angular , hindi , photoshop , perspectives , wire , draw , jquery , english , ux design , graphic design , internet , teams , robust design , bootstrap , authorization , status , agile , email , business intelligence , techno , product management , mockups , less , multimedia , saas , mobile devices , dreamweaver , art , xhtml , product design , estimates , features , drive , framing , interaction design , framework , software engineers , languages , html5 , documentation , cc , iterative , corel , web pages , reviews , javascript , cs6 , theming , eclipse , experience design , visual identity 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420…
https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420b4515500b0a0… 1/3
Current Designation: UI UX Designer
Current Company: Tripatinfoways.com
Current Location: Ludhiana
Pref. Location: Bengaluru / Bangalore,Gurgaon,Chandigarh
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Com [Commerce]
Verified : Phone Number | Email - id
Tripatinfoways.com as UI UX Designer
May 2016 to Till Date
UI/UX Leads work with the Lead Designer, Art Director, and the Product Managers to design and implement UI features
that drive the visual identity of our games
At least 7 years as a key, hands-on interaction / visual designer of a UI UX team through the product development cycle of
successfully launched web, mobile, and/or software applications
Provide reviews and improve guidelines on projects over time, before and after their launch
Develop detailed product design documentation that effectively communicates interaction and design ideas to
development team
Provide design development effort estimates
You may also work with business intelligence and marketing teams to create UI tests to support and refine our games
Work as part of the product management team and interact with software engineers
Angular and React Js Small Task Work
Fullestop as Senior Web Designer
Feb 2010 to May 2016
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Chandra Prakash
UX Designer seeking roles in Web Designing,User Interface Designing,Visual
Design,Interaction Design,User Experience
Design,HTML,CSS,Javascript,Dreamweaver,Photoshop,Corel Draw,jQuery
Key Skills: UX Designer,Web Designer,Web Designing,User Interface Designing,Visual Design,Interaction Design,User
Experience Design,HTML,CSS,Javascript,Dreamweaver,Photoshop,Corel Draw,jQuery
Summary
A techno-savvy/ Commercial professional with 8 years of experience in Graphic Designing,
I had started working from Fullestop.com, Jaipur as UI/UX Designer & UI Developer.
I have worked on detailed projects mentioned in my CV below.
I also possess over 8+ years of experience in:
I am proficient in UI /UX Designing & Wire framing Creative's using Photoshop.
Collaborate on wireframes and design drafts and turn these into well-implemented, functional user interfaces using Photoshop.
Produce mockups and designs in Photoshop
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420…
https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420b4515500b0a0… 2/3
to improve quality of work and individual competencies
Work closely with product management in UX ideation and innovation
Develop and iterate on robust design processes, and management of projects across team members local and abroad
Develop dynamic interfaces that work across multiple browser types and also play nicely with mobile devices
Responsibilities include leading a top tier design team, develop strong interfaces and provide professional insights for
design and business perspectives
Leads by example. Creates inspiring design work and maintains a positive role in our company culture
Obsessed with the relentless pursuit of UX perfection working inside an iterative and agile development environment
Creating Templates in Photoshop CC Working with Bootstrap, Bootstrap 4.01, HTML5, XHTML & Validation & CSS Based
Web Pages
Magento & other open-source theming
UG: B.Com (Commerce) from Rajasthan University in 2005
PG: M.Com (Commerce) from University of Rajasthan, Jaipur in 2007
Other Qualifications/Certifications/Programs:
Multimedia Designing
Education
IT Skills
Skill Name Version Last Used Experience
Photoshop cc, cs6 Cs6 2020 8 Year(s) 1 Month(s)
Dream weaver cc, cs6 Cs6 2020 8 Year(s) 4 Month(s)
CSS CSS3 2020 9 Year(s) 0 Month(s)
XHTML, HTML HTML5 2020 6 Year(s) 2 Month(s)
Flash
MAGENTO 2017
MS OFFICE
Materialized Framework 2020 2 Year(s) 1 Month(s)
Saas, less 2019 2 Year(s) 0 Month(s)
UI Design 2020 8 Year(s) 5 Month(s)
UX Design 2020 2 Year(s) 1 Month(s)
Angular js
Eclipse 2017
BOOTSTRAP 4 2020 8 Year(s) 1 Month(s)
JavaScript, Jquery, Dreamweaver
ILLUSTRATOR
MS OFFICE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420…
https://freesearch.naukri.com/preview/printResume?uname=08cfbc2c86386a386769bafa6b761a340c0c0e0743170e430119480c0e095549460f420b4515500b0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full Time, Part Time
Rank 805: Resume 369 with similarity score 0.012132299974705786
Resume Text: B.TECH work from home , full time flask , dart , firebase , assessment , completion , html , mobile , resume , python , css , java , technology , tamil , learning , clear , application , quiz , online Assessment
Q1. Why should you be hired for this role?
I have a huge amount of passion for Mobile App Development and because of that, I want to keep on learning new techniques. I have the hunger
to learn and improve my skills and I believe that your company is the perfect platform for that. Apart from these skills, I also have a good
understanding of Flutter,Dart,Firebase .These skills will definitely be a game-changer for developing great products for your company and this is
why I should be hired for the role
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm ready for a full time internship for 3 months starting immediately.
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 8610819690
Nivethitha Tsk
Chennai
Applied 30 Jan'21
Flutter CSS HTML
Java Python Flask
Bachelor of Technology B.Tech)
Sri Ramachandra Engineering & Technology
2019 - 2023
Senior Secondary XII, Science
TAMIL NADU STATE BOARD board
Year of completion: 2019
Flutter
udemy, Online
Jul 2020 - Sep 2020
Quiz Application Flutter)
Jun 2020 - Jul 2020
A quiz application for NEET PG exam which is completely focused on for the students who dont have a clear insight about
the exam.
Rank 806: Resume 1507 with similarity score 0.012125218077371542
Resume Text: B.E , M.E , MS , B.TECH software engineer , api developer , full time , software developer general , api development , designation , ug , tamil , affirmative action , unix , embedded systems , authorization , english , status , email , project , electronics , shell scripting , languages , kannada , it , javascript 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116…
https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116561417595b0b… 1/2
Current Designation: Software Engineer
Current Company: Torry Harris Business Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: United States (US),Bengaluru /
Bangalore,Canada
Functional Area: IT Software - Embedded /EDA /VLSI /ASIC
/Chip Des.
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: M.E [VLSI Design]
Verified : Phone Number | Email - id
Torry Harris Business Solutions as Software Engineer
Oct 2016 to Till Date
I am working as API Developer currently and also I have hands on experience in ELK STACK
UG: B.Tech/B.E. (Electronics/Telecommunication) from Anna University in 2010
PG: M.E (VLSI Design) from Anna University in 2012
Other Qualifications/Certifications/Programs:
Embedded System course in CDAC Institution
I have completed Embedded systems in CDAC
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Iswarya M
Nearly 4 years of Project Management experience includes responsibilities such as
API Development, ELK Stack Developer
Key Skills: C,Data Structures,Java,shell scripting,Java script,Unix
Summary
Nearly 4 years of Project Management experience includes responsibilities such as API Development, ELK Stack
Developer.Strong Hands on experience in ELK Stack and API Development
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116…
https://freesearch.naukri.com/preview/printResume?uname=f3f81700b4a4fc46ad3cc1ba96281b1b5e5f5b534d1600440242430b090d004e410116561417595b0b… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
C,Java,Javascript, 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Tamil
English
kannada Proficient
Rank 807: Resume 1170 with similarity score 0.012120814704952725
Resume Text: B.E , MS , B.TECH , BS scrum master , devops , resource manager , azure architect , integration architect , technical project manager , solution architect , full time , software engineering manager , enterprise cloud architect , health care analyst , enterprise architect , project leader assemblies , virtual machines , microsoft azure , hipaa , security , asp.net mvc , spring , enterprise integration , mirth , timesheet , mock , gateway , payer , 837p , prognosis , status , specifications , listen , rally , itil certified , institutional , sap , plus , xml , testing , artifacts , sql azure , correlation , building , connectivity , data center , data transformation , ports , salesforce , soa , sql server , dynamics crm , filezilla , workflow , bam , production deployment , hybris , distance learning , sprints , ecommerce , multilingual , devops , interfaces , relay , designation , confluence , mar , xslt , prototype , hindi , cloud , gap analysis , petrochemical , ltd , bar , windows , json , english , troubleshooting , erwin , management professional , agile , clearing houses , microservices , adt , biztalk , pipelines , boomi , rest , prototyping , togaf , computer science , javascript , connectors , technology , availability , business requirements , business continuity , toolkit , stored procedures , managed services , vm , debuggers , general , scrum , healthcare , developers , pages , affirmative action , studio , mule esb , oracle , 837i , enrichment , maintenance , queuing , resiliency , kafka , iaas , nexus , postgresql , email , customer applications , business units , aws , github , hp , sequencing , middleware , norway , premises , maven , languages , console , business process , llc , hibernate , scheduling , jira , engineers , web , apps , pmp , dell , servicenow , database , api , functionality , oil & gas , integration projects , jenkins , asp.net core , ms project , customer acquisition , adapter , revenue , gof patterns , systems management , eligibility , authorization , maps , c# , sharepoint online , b2b , dynamics 365 , requirements gathering , less , mds , enterprise architecture , led , schemas , exceptions , storage , framework , preparation , cosmos , dft , ansi x12 , python , eclipse , orchestration , enterprise library , cd , microsoft products 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 1/5
Current Designation: Enterprise Solution Architect, Software
Engineering Manager
Current Company: DXC Technology India Private Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Pune,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [SYSTEMS
MANAGEMENT]
Verified : Phone Number | Email - id
DXC Technology India Private Limited as Enterprise Solution Architect, Software Engineering Manager
Nov 2012 to Till Date
Responsibility:
As an Engineering Manager/Enterprise Architect taking care of DXC/HP customer applications with the revenue of 175
billion dollar by leading twenty five application developers.
Involved in Analysis, Design and Development of Boomi/Mule integration with SAP, API and CRM.
As a Technical project manager taking care of end to end projects start with presales and solution.
Involved in Analysis, Design and Development of Mule ESB services using Sprint Methodology.
Responsible for building Interfaces using Dell Boomi as per the business requirements.
Business requirements gathering and analysis by interacting with the customers.
Innovate thinking and coming up with new strategies for creating applications as independent to other systems which
gives an option of removing unnecessary systems easily in future.
Responsible for requirement gathering, analysis, Process Development, testing, and implement EDI Business mapping &
proper deployment of the interfaces on Cloud according to specification.
Developed Mule flows using various connectors like Database, SAP, and Web service consumer, VM, Http Request,
SharePoint, CRM and JMS.
Worked on various Mule connectors / adapters, developing API, API management and developing services on Cloud Hub
Used DevOps and Confluence during the life cycle development of the project, also to keep track of the active sprints.
Troubleshooting Mule ESB, including working with debuggers, flow analyzers, Message Sequencing, Correlation, and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Raghuraj Singh
TOGAF, PMP® Certified Enterprise Solution Architect/Engineering Manager seeking
role in Application Development,Api Management, Presales, Integration Architect-
Mulesoft, Boomi, BizTalk, Logic app, cloud architect-Azure, AWS Serverless,
Dynamics 365
Key Skills: cloud architect,aws,mulesoft,dell boomi,integration architect,togaf,technical project manager,enterprise
architect,Enterprise Cloud Architect,Azure Architect,Servicenow,API Gateway,ITIL Certified,API
Management,Devops,Microservices,Engineering Manage
Summary
14.5+ Years of experience as a Technical Project Manager/Enterprise Solution Architect/ Consultant/Developer with experience
in (Mulesoft, Dell Boomi, Azure/Aws/DevOps cloud and Dynamics 365):
7+ Years of experience as a Technical project manager taking care of Banking, Healthcare and Oil & Gas domain customer with
the revenue of 175 billion dollar by leading fifty plus application developer?s team.
8+ Years of hand-on experience as an Enterprise Integration Architect/ Lead/Consultant/ admin/individual contributor of Mule
Soft, DELL Boomi, Azure/Aws server less, BizTalk, iPAAS and API-led connectivity.
Working in integration projects from past 10 Years in various integration technologies like Mule Soft, DELL Boomi, BizTalk,
Microservices, Azure/Aws server less, and API-led connectivity, microsoft 365 certified.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 2/5
Queuing. Applied Integration patterns as per SOA architecture.
Integrating with the existing systems to newly developing systems and third party systems.
Used Mule ESB in designing the application as a middleware between the third party system and the customer side
system.
Integrated different enterprise applications based on the designed architecture.
Design and develop Mule flows to create various interfaces between multiple systems that are part of the ecommerce
solution.
Develop interfaces to accept requests from SAP Hybris in JSON format and invoke stored procedures to update tables in
SQL Server database.
Develop JSON schemas and RAML and creating mock service to test them.
Transform data using Data Weave.
Publish exceptions to Any point MQ hosted on the Cloud hub. Developed a flow to listen to the queue and send email
notifications.
Hands-on experience with production deployment and postproduction support
Led migration of Virtual Machines to Azure/AWS Virtual Machines for multiple global business units.
Performed client acceptance and prototyping using Azure Compute and SQL Azure instances.
Worked on Data Factory Editor, to create linked services, tables, data sets, and pipelines by specifying JSON definitions
for these artifacts.
Built a solution using Azure managed services STORSIMPLE and Blob storage to archive on-premises data to cloud.
Configured VMs in availability sets using Azure portal to provide resiliency for IaaS based solution and scale sets using
Azure Resource Manager to manage network traffic
Develop hundreds of BizTalk objects - Extensive, hands on experience developing all BizTalk solution objects such as
BizTalk orchestrations, maps, schemas, ports, custom pipelines, and all types of receive locations. Designed and
developed hundreds of external objects invoked from Microsoft BizTalk Server such as .NET assemblies, .NET Web
services, SQL Server stored procedures, SSIS, SQL Server 2008/2012, SQL Server Data Transformation Services
packages, non-BizTalk specific XSD schemas, non-BizTalk specific XSL schemas, BizTalk ESB Toolkit.
Hybrid Integration through logic apps, service bus queue for connecting on premise BizTalk server.
Environment: Azure, Any point Studio, Mule Server 4.0, Mule Management Console, RAML, Any point MQ, Apache-
Maven 3.3.9, Nexus, FileZilla 3.14.1, Salesforce, SAP, GIT, Oracle, JMS, Eclipse, DEV OPS, Jenkins, EMMA, Spring
framework - DI, AOP, MVC, Hibernate 3.5, Ant, SQL Server 2016, Oracle, Rally, JIRA.
MD Synergy Solutions LLC as Solution Architect and Health Care Analyst
Mar 2007 to Nov 2012
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
5010 Migration for All PMS Practices. HealthCare Apr, 2011 Feb, 2012 This project is a migration project
from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions. The maps developed in 4010 are
migrated to 5010, as a part of this preparation of gap analysis documents, bringing up changes in specifications and
mapping them to standards are taken up.
Claim & Era(X12-837i-835) HealthCare Jun,2008 Dec,2008 Integration Architect MD Synergy (MDS) claims
(837i) consist of a process that sends medical claims electronically each night to the clearing houses Medavant, Officially,
and Physician Associates.
Responsibility:
The project is a migration project from HIPAA 4010 to 5010 version for all practices dealing with Health care transactions.
The maps developed in 4010 are migrated to 5010, as a part of this preparation of gap analysis documents, bringing up
changes in specifications and mapping them to standards are taken up. The EDI 4010 maps, Custom Pipeline,
orchestration workflow for all PMS customers are developed using BizTalk 2006R2 software. As part of this 5010 migration
project, all the 5010 BizTalk artifacts are developed using BizTalk 2010 with new functionality like agreements software.
BizTalk 2010 is used as to scheduling and, monitoring of jobs and to design customer specific business process. Migration
of maps for transactions 837 professional, 837 Institutional, 835 Payment/remittance advice, 270/271 for eligibility request
and response, 834 for enrollment, 278 for referral certification and authorization 276/277 for Claim status enquiry, and 820
for premium payment. Both inbound and outbound transactions were taken up for migration.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 3/5
Projects details which I have completed end to end:
Project Description Domain Start Date End Date Role Technology/Interface used
Prognosis EHR, EMR Integration with MDsynergy PM
HealthCare Feb, 2012 July, 2012 Solation Architect BizTalk server2010, BizTalk Custom adapter using C#,
Xslt,WCF-Custom LOB Adapter, Custom Receive Pipeline, EDI Sent Pipeline, Orchestration, BRE, BAM.
Types of interfaces Involved: (ADT, SIU, DFT, ORU, ORM, FT1 messages types)
IBilt Technologies Ltd as Software Engineer
Feb 2006 to Mar 2007
TITLE: PROJECT MANAGEMENT TOOL
Duration: February, 2006 to March, 2007
Role: Software Engineer.
Technology: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design Pattern)
Third Party Tool: XtraGrid2005, XtraNavBar2005, Group Bar.
Client Name: BitTalk (Norway)
Database: SqlServer2005
Team size: 10
UG: B.Tech/B.E. (Computer Science) from Indian Institution of Engineers in 2006
PG: MBA/PGDM (SYSTEMS MANAGEMENT), Correspondence/Distance Learning from University of Madras in 2016
Other Qualifications/Certifications/Programs:
Project management professional Certified
Togaf 9.2 Enterprise architect certified
Cloud architect certified
Education
IT Skills
Skill Name Version Last Used Experience
Agile, Scrum Master, MS Project
DEVOPS, Azure repost, GitHub
Jenkins, CI/CD ,KAFKA
BizTalk Server 2002/2006R2/2010/2013
Cloud Logic Apps, Mirth Connect
MULESOFT 4, MULEESB, MULE Exchange
Microsoft Azure
Dynamics CRM (365, CRM 2016, 2013)
SharePoint (Online, 2013)
Asp.net MVC, Asp.net core 2.0
Azure API Management 2020 5 Year(s)
SOA, Micro service, WCF, Web service
Rest API,Erwin
c#.Net, SQL, XML, Azure Fabric
Python, Java Basics,.Net core 2.0
SQL Server (2000, 2005 and 2008, 2012)
Azure Cosmos DB,PostgreSQL
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 4/5
Nature of Employment: Full Time Duration: Jan 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Other
Duration: Apr 2017 - Dec 2017
Onsite / Offsite: Offsite
Team Size: 18
Nature of Employment: Full Time
Project Location: In-House
Role: Project Leader
Duration: Jul 2012 - Nov 2012
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: In-House
Role: Programmer
Duration: Feb 2006 - Mar 2007
Onsite / Offsite: Offsite
Team Size: 10
ENTERPRISE ARCHITECTURE 9.2 2020 8 Year(s)
GOF Patterns, Enterprise Library 5.1
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Projects
Project Title: Application/DataCenter Migration to Cloud
Client: Internal client
Project Details: Application,data center migration to cloud.
Project Title: CARE1 (Petrochemical and Logistics) Application migration/Upgrade on new hardware
Client: India Oil Corporation (IOCL) Global
Skill Used: Mule Soft 3,BizTalk server 2009 standard, BizTalk server 2016 Enterprise ESB, Logic Apps,C#.Net
Role Description: * Architecture design, planning of SharePoint, Dynamics CRM application migration which is following :
* SharePoint2007-2010-Cloud SharePoint online.
* CRM 4.0 -CRM 2011 -Dynamics 365 CRM online.
* SQL 2008r2 to SQL 2016 migration
Project Details: Considering the Growing needs of the IOCL Petrochemical Business, the CARE Applications (part of
Customer Acquisition, Retention and Enrichment program) must undergo Transition and Transformation at both the Platform
level and at the Applications level, to ensure Business Continuity and Flexibility for the upcoming requirements.
CARE1 Upgrade fulfils the above need by means of Transitioning, Development and Implementation of CARE1 Applications
on the latest versions of the Microsoft Products.
Project Title: PMS/EMR/EHR Integration with Relay Health Clearing House
Client: MDSynergy Clients
Skill Used: C#,BizTalk server2010, BizTalk Custom adapter using C#, WCF-Custom LOB Adapter, Xslt,Custom Receive
Pipeline, EDI Sent Pipeline, Orchestration, Rule Engine, Deployment,ANSI X12 EDI (837I, 837P,
270,271,835),SqlServer2008
Role Description: An analysis of the Claim Remedi Payers list vs. the Relay Health Payer list,Perform an analysis of all areas
in the MDS Web application where payerID is used.
Project Details: Its a B2B solution which required MDsynergy product integration with Relay Health Clearinghouse. In this
solution Payer mapping is required, X12 claims transactions need to be integrate,276-277 claim status transaction need to
implement , ACM client module need to be develop,ERA-835 need to be implement, eligibility need to integrate with Relay
Health also.
Project Title: PROJECT MANAGEMENT TOOL
Client: BitTalk (Norway)
Skill Used: NetFramework2.0, C#. Net2005, ASP.NET2005, Master Pages, Dal (Abstract Factory & Design
Pattern),XtraGrid2005, XtraNavBar2005, Group Bar,SqlServer2005
Role Description: Design the Database, Prototype, SDD Document and Windows Based (Client, Timesheet Module) & Web
Based (Security, Timesheet Module, and Multilingual) Coding
Project Details: BitTalk is a software development and consulting Company. BitTalk excels in information work area, software
development. IBilt Technologies are creating an application for BitTalk. This Application is about to track the project; client
and consultants .The tool will consist of a base product and plug in products. And the application should be multilingual
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f14…
https://freesearch.naukri.com/preview/printResume?uname=5423f47b5c17dd3bb005d445ab1d45ae090b5f0243465c195642430c0e5b044a1a5f145217440b5500… 5/5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 808: Resume 1067 with similarity score 0.012098332544828831
Resume Text: MS , BSC , BS devops engineer , software developer , it engineer , full time , balancer amazon web services (aws) , ansible , general , devops , jenkins , kubernetes , designation , ug , affirmative action , bash , mysql , hindi , databases , docker , linux , maintenance , ami , apache , windows , cli , authorization , centos , english , status , nexus , email , tomcat , application , configuration management , continuous integration , web servers , amazon rds , github , nagios , features , s3 , shell scripting , computer science , maven , ec2 , nginx , languages , sms , magma , vmware , cms , javascript , jira , notification , cloud computing , load , vagrant 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16…
https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16554417505f010… 1/2
Current Designation: AWS& DevOps Engineer
Current Company: Pi DATACENTERS
Current Location: Vijayawada
Pref. Location: Vijayawada,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Pi DATACENTERS as AWS& DevOps Engineer
Jul 2015 to Till Date
Magma Fin Corp Limited as IT Engineer CMS IT SERVICES
Jul 2014 to May 2015
UG: Bsc Computer science (computer sceince) from Nagarjuna University in 2010
PG: MCA (Computers) from Sri Krishnadevaraya University (SKU) in 2013
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Suresh Babu
AWS& DevOps Engineer seeking roles in Software Development,Application
Programming,Database Migration,Continuous Integration,Configuration
Management,Cloud Computing,Linux,Ansible,GIT,Maven,Jenkins,Docker
Key Skills: AWS& DevOps Engineer,Software Developer,Software Development,Application Programming,Database
Migration,Continuous Integration,Configuration Management,Cloud Computing,Linux,Ansible,GIT,Maven,Jenkins,Docker
Summary
Good Experience in Amazon Web Services (AWS).
Experienced with AWS Cloud platform and its features, which includes EC2, S3, Route 53 VPC, EBS, AMI, SNS, RDS, and
Cloud Watch.
Setup/Managing VPC, Subnets make connection between different zones.
Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon Cloud Watch, SNS.
Creating and Managing AMIs/Snapshots and Volumes upgrade/Downgrade AWS Resources CPU, Memory, EBS.
Server's, Domain's and Database's migration on Amazon Web Services.
Configuring topics for email and SMS in AWS simple notification services.
Excelled on creating AMI (AWS Machine Images) that utilizes ELB (Elastic Load Balancer) and Auto Scaling.
Installed and Setup Web Servers ( Apache and Tomcat ), DB Server ( MySQL)
Used the AWS-CLI to suspend an AWS Lambda function. Used AWS CLI to automate backups of ephemeral data-stores to
S3 buckets, EBS.
Created alarms in Cloud watch service for monitoring the server performance.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16…
https://freesearch.naukri.com/preview/printResume?uname=127150b7d7b1b29b7a5a3736afb547b00c545b004a470f425615480e5f0c554b150f16554417505f010… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Linux(Red hat& Centos), Windows
Apache Tomcat
Apache Web server , Nginx
Git, GitHub, Gutbucket
MAVEN
Jenkins
NEXUS
AWS-IAM, EC2, VPC, S3, RDS, EBS, ELB
BASH Shell
Ansible,Chef
Docker(Docker compose ,Docker Swarm)
Kubernetes
VMware, Vagrant
JIRA, Service Now
Nagios, Cloudwatch
Shell Scripting
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 809: Resume 98 with similarity score 0.012071284010705438
Resume Text: BS work from home , full time air , manual testing , firebase , assessment , fire safety , training , completion , secondary education , resume , safety engineering , android , aviation , mobile , web applications , software testing , computer science , health Assessment
Q1. Why should you be hired for this role?
I am good at Developing Android application where I am good in integrating with backend and also firebase
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
i am available for full time
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
CONTACT Phone: 91 9160319012
Ashish Dattu Yelisetty
Hyderabad
Applied 03 Jan'21
Android Manual Testing Software Testing
B.Com. Professional, Computer Science
ACHARYA NAGARJUNA UNIVERSITY CENTRE FOR DISTANCE EDUCATION
2017 - 2020
Diploma, Fire Safety Engineering
National Academy Of Fire And Safety Engineering
2016 - 2017
Diploma, Pilot And Airhostess Training
Fly Air Aviation Academy Hyderabad
2015 - 2016
Senior Secondary XII
Little Flower Junior College
TELANGANA STATE BOARD OF EXAMINATION board)
Year of completion: 2015
Secondary X
SRI CHAITANYA JUNIOR COLLEGE
SCHOOL OF SECONDARY EDUCATION IN TELANGANA board)
Year of completion: 2013
Android App Development
Incrivelsoft Private Limited, Hyderabad
Jan 2020 - Present
I have Worked as a Android App Developer and developed an Smart Health App and also i worked as a tester for Mobile
applications and web applications
I am Working as a Android app Developer and also interaction with European client
Rank 810: Resume 1278 with similarity score 0.012036111897414154
Resume Text: BSC , BS , B.E , MS , B.TECH cloud architect , associate , cloud infrastructure architect , business development , orchestrator , migration specialist , solution architect , full time , enterprise architect computing , telugu , virtual machines , conducting , sgsn , ccna , capex , project planning , pop , status , ofc , special events , mumbai , continuous integration , slicing , project initiation , mops , scope management , features , building , it infrastructure , routers , organization , mobility , upgradation , access , designation , mw , ltd , architects , low latency , english , telcom , modifications , commissioning , cloud security , monetization , provisioning , consolidation , solution architecture , grx , ems , architecting , data analysis , capacity planning , epc , isolation , javascript , business requirements , network configuration , risk analysis , rollout , general , optimization techniques , developers , affirmative action , technical architecture , opex , core network , public , maintenance , utilization , service delivery , vlan , 4g , email , customer applications , transmission , service planning , aws , 3g , survey , inventory planning , edge , sequencing , media planning , languages , product testing , malayalam , mobile , engineers , catalogue , api , blueprint , high availability , bandwidth , telecom , tamil , analytics , azure , tdm , authorization , teams , enterprise , virtualization , models , deliveries , 2g , ecosystem , pid , less , cost effective , requirements gathering , adherence , storage , offshore , preparation , network administration , festivals , orchestration , load , dimensioning , volte , microwave 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d42…
https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d420115415f0c000… 1/3
Current Designation: Cloud Architect - AGM
Current Company: Vodafone Idea Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Mumbai,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Vodafone Idea Ltd. as Cloud Architect - AGM
Aug 2017 to Till Date
Key Result Areas:
Managing Telco Edge cloud deployment activities and supervising all new product testing and verification happens in Lab
Checking infrastructure deployment as part of Vodafone Idea Public cloud deployment
Designing and building cloud service models for different POC?s; architecting and designing next generation Edge
computing platform and ecosystem that is secure and reliable
Developing cloud architecture and control techniques for ensuring low latency, high availability network slicing & other
quality of service characteristics and Edge cloud security and resource isolation
Deploying and managing virtualized resources at scale, including virtual machines, containers and server less systems
Defining compute, virtualization storage and data analysis technologies to be deployed at the Edge and dependencies
of mobile/multi access computing (MEC), with 5G and Cloud networking (RAN, CRAN)
? Describing Facilitating Edge cloud planning and migration initiatives involving mapping of business requirements and
in-depth evaluation of customer feedback to execute modifications in the solution
Mapping clients? requirements, attending / conducting business user meetings, driving solution & technical architecture
Architecting and developing customer applications to be cloud optimized; working as infrastructure and application
migration specialist
Conducting system design , feasibility and cost studies and recommended cost effective cloud solutions
Achievements:
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
ARUN. C
Cloud Architect seeking role in IT Planning,Solution Architecture,Project
Management,Requirement Gathering,Continuous Integration,Network Configuration,IT
Infrastructure,Service Delivery,Transmission Planning,Networking,OPEX
Analysis,Capex,AWS
Key Skills: Cloud Architect,Solution Architect/Enterprise Architect,IT Planning,Solution Architecture,Project
Management,Requirement Gathering,Continuous Integration,Network Configuration,IT Infrastructure,Service
Delivery,Transmission Planning,Networking,AWS
Summary
Cloud Architect Associate and achievement driven professional with over 13 years of rich IT- Telecom experience
Forward-focused Cloud Infrastructure Architect with expertise in concepts of end-to-end project planning &
implementation from scope management, to activity sequencing, effort & cost estimation, risk analysis to quality
management in coordination with the business & stakeholders
Excellence in managing teams of Architects & Developers right from requirements gathering till design, implementation
& deployment for large scale projects of Networking, IT Infrastructure and Cloud
Managed & ensured project deliveries in a timely manner involving seamless onsite/ offshore coordination and
transparent communication with all stakeholders at all phases
Extensive cloud platform experience in AWS and Azure Clouds; expanded the organization's effort in the field
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d42…
https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d420115415f0c000… 2/3
Delivered major solutions to customers timely using cost / budget optimization techniques
Reduced infrastructure cost by 20% by doing effective capex planning and proper HW selection
IDEA Cellular Ltd. as Cloud Architect - PS/CS Core Planning
Aug 2015 to Aug 2017
Key Result Areas:
Planned Cloud & Data Core Network for Mobility (2G/3G & 4G) / Enterprises and providing customized business solutions
Interacted with team members to ensure smooth progress of defined solution; ensured adherence to quality norms
throughout the implementation process
Provided post-implementation, maintenance and enhancement support to the client with regards to the solution
Designed and built efficient General purpose distributed Cloud as service (CaaS) and extended Captive IT workloads &
Enterprise customers for hosting Network, VAS, OSS, BSS & Enterprises applications
Deployed service Orchestration Platform for Catalogue based provisioning, Automated migration of workloads (VOLTE &
EPC) across sites
Established cost optimization, monetization of the network Data initiates for Business Development
Managing Data Core Network:
o Capacity and architecture planning - covering Mobility, IoT & Enterprise
o Integration design and Configuration MOPs for consolidation activities
o Expansion design in line with annual operating plans & traffic projections from business
o Service Planning and MOP preparation for new services/features and consolidation
Prepared HLD, LLD, UAT and blueprint of design, New Service, Product & feature design, MOP, testing and deployment
and
Project Initiation Document (PID) for commissioning & integration purposes
Spearheaded Capacity planning of Data core nodes: SGSN-MME, GGSN/SPGW, PCRF, CGNAT, Gi/Gn DNS,
Optimization,
GRX/Gp, IOT, ePDG, API GW, Analytics, CGF, NAT LOG, AAA, EMS, Gn/Gi routers Cloud and Orchestrator as per
requirement
Created network arrangements/ changes for special events, festivals & load sensitive events and natural disasters
IDEA Cellular Ltd. as Transmission Planning ( IP-OFC-MW)
Dec 2008 to Aug 2015
Spearheaded transmission media planning and implementation of LTE, 3G and 2G network for IDEA Kerala Circle
Provided all kind of transmission inputs and implemented them to meet the rollout targets including existing NW
upgradation and new rollout TXN clearance for new survey location, Site re-location, Sharing proposal to meet
Executed 2G/3G/4G MW Topology planning and bandwidth dimensioning (IP, TDM) for each site Allotted and tracked
VLAN & IP pool to different stake holders (Wi-Fi ,Leased line, 3G, 2G, 4G, BSC, RNC, SynC and so on
Managed Fiber POP Requirement Planning, Dependency Reduction of the Microwave & Fiber Network
Confirmed IuPs, GboIP, IuCs and IP Clock & other core BW availability based on Network utilization
Performed traffic migrations like RNC Migration & BSC Migration; managed inventory planning to meet the rollout target
including Vendor Selection, Third Party Management and PO Management
UG: B.Tech/B.E. (Computers) from Institution of Engineers India in 2007
Education
IT Skills
Skill Name Version Last Used Experience
CCNA
AWS
CAPEX/ OPEX
AZURE
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d42…
https://freesearch.naukri.com/preview/printResume?uname=80c10bec612705ab5f7fae49cc6d465458545c541e420c44501943515e0b074b420d420115415f0c000… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Tamil
Telugu
Malayalam
Rank 811: Resume 779 with similarity score 0.012025479051426273
Resume Text: B.E , MS , B.TECH technical analyst , devops , partner , full time , investor , team lead risk assessment , infrastructure management , training , project support , appdynamics , functional specifications , liquidation , functionality , financial services , devops , general , bau , kubernetes , generators , front office , designation , functional testing , openshift , harness , affirmative action , conducting , loans , core banking , monitoring progress , docker , credit rating , hindi , teamcity , pdf , money market , linux server , json , authorization , logstash , troubleshooting , teams , english , web scraping , status , ratings , servlets , email , default , application architecture , deals , interfacing , bitbucket , operations , writing , swift , debugging , shell scripting , server migration , yaml , kibana , connectivity , payments , framework , languages , cyberark , kannada , completion , probability , python , diagrams , javascript , web pages , search , kendo ui , artifactory , cd , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b5719120110…
https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b57191201100142455b580e… 1/3
Current Designation: Team Lead-IT
Current Company: LTI (Rebranded from L&T Infotech)
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Team Lead/Tech Lead
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
LTI (Rebranded from L&T Infotech) as Team Lead-IT
Mar 2012 to Till Date
Client: CITI Bank (Currently working with) and Fitch Rating
Key Result Areas:
Working on DevOps CI/CD Integration of the application and coordinating with client to determine the specific
requirements and expectation while also executing the planning of the release, testing and PROD Cutover as per
requirement priority.
Providing SME assistance and ensuring implementation of changes without any issues and successful BAU continues for
Banking application- Flexcube. (FXMM Module) for CITI Bank.
Gathering resources and developing support to applications like Fitch GWS- ResiInvestor Application, LTI-FSTI Unitrax
Application and also ensuring project process/good practices are followed/incorporated to ensure quality compliance.
Coordinating with multiple Vendor/Business users for testing and implementation.
Interfacing with Business Managers/Clients for gathering business needs, conducting system analysis and finalizing
technical / functional specifications.
Contributing to the development of strategic plan and business plan of Core Banking and related application architecture
diagrams including testing, troubleshooting and debugging.
Monitoring progress of the project as per schedule / budgets and ensuring timely completion & delivery to the client.
Holding review meetings and coordinating with other team members for defining best practices for project support.
Handling and training the team for Devops CI-CD implementation using tools/technologies like Bitbucket, Teamcity,
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Mekhala Hulsoor
Team Lead seeking assignments in DevOps Integration Management,Banking
Application Management,Product Implementation,Python and Shell scripting,
Docker/Kubernetes, Openshift, ELK, AppDynamics,Udeploy,Teamcity, Harness,
Cyberark Implementation.
Key Skills: Team Lead seeking assignments in DevOps Integration Management,Banking Application
Management,Product Implementation,Python and Shell scripting, Docker/Kubernetes, Openshift, ELK,
AppDynamics,Udeploy,Teamcity, Harness, Cyberark Implementation
Summary
* An achievement-oriented professional offering 8 years' experience in Banking and Financial Services/Applications Support.
* Extensive experience in Product Implementation/Management, Application management/infrastructure management,
implementing CI-CD model on the application using Devops tools, server migration in Banking Domain(Foreign Exchange and
Money Markets) including products like Flexcube for CITI Bank Client.
* Technical Analyst with skills in DevOps: Docker, Kubernetes, Teamcity, Udeploy, AppDynamics, JFROG Artifactory,
Openshift (JSON, YAML, Properties files), ELK Stack(Elastic Search, LogStash, Kibana), Bitbucket.
* Experienced in Python scripting, creating notebooks using Jupyter.
* Efficiently handled Flexcube Implementations as a SME for major implementations like Brexit, SWIFT changes, CI-CD
implementation for the application.
Experience in co ordinating testing on FX/MM Payment/Liquidation modules along with Operations team.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b5719120110…
https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b57191201100142455b580e… 2/3
Udeploy, Docker, Jfrog, Openshift, Appdynamics, ELK Stack.
Experience in writing Python scripts and ipynb using Jupyter. (Create functions and methods, packages, Decorators,
Generators, Collections, Web Scraping, Image/PDF/Emails functionality usage, GUI interaction and Widget usage using
Jupyter).
PROJECT: FXOPS REL SUPPORT ? CITI BANK
Description: FlexMLV, a Product Processor is customized version of Flexcube which can handle Foreign Exchange and
Money Market Settlements & Payments. The Deals are received from Front Office like Edealer and Intellect. Client has
rolled out the product across 50 countries.
QFXLM is a CITI rolled out application which can handle Foreign Exchange Settlements and Payments. Client has rolled
out the product across 5 countries and planning on multiple more rollouts.
Scope:
Performed functions as a Team Lead/SME for Flexcube Application Implementation which include partner
connectivity/testing, Operations/Functional testing support, Infra management support, implementation support.
Experienced in CI/CD Implementation of application using Stash, Teamcity, Udeploy.
Experienced in Openshift Clustering using Stash, Teamcity, Docker, JSON, Udeploy, AppDynamics, JFrog, Openshift, ELK
Integration.
Managed Linux Server Migrations for Flexcube Application as a lead with multiple teams ? Infrastructure Setup including
partner testing, Operations/Functional Testing support, PROD Cutover.
Experienced in Cyberark implementation for the applications.
Experience in writing Python scripts and ipynb using Jupyter
PROJECT: RESIINVESTOR APPLICATION - FITCH RATING
Description:
Fitch Rating is one of the ?Big Three Credit Rating Agencies? (Standard & Poor?s, Moody?s Investor Service and Fitch
Ratings).
ResiInvestor is an analytical model that helps with Risk Assessment of Residential Mortgage loans in accordance with
Fitch Ratings criteria. Client use the model as first stage in the quantitative analysis and determine the expected default
probability, loss severity and recovery ratio.
Scope:
Contributed as the part of Development Team and designed Web pages using HTML and Kendo UI Framework.
Conceptualized and developed functionalities using JavaScript and Servlets while also integrating the standalone
ResiInvestor application with the existing Fitch Page.
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Openshift 3.11 2020 2 Year(s) 0 Month(s)
Bitbucket 5.11.3 2020 2 Year(s) 0 Month(s)
DOCKER 1.31.1 2020 2 Year(s) 0 Month(s)
Udeploy 7.0.3.2 2020 3 Year(s) 0 Month(s)
TEAMCITY 2018.2.3 2020 3 Year(s) 0 Month(s)
Python 3 2020 1 Year(s) 0 Month(s)
AppDynamics 4.5/4.4 2020 1 Year(s) 0 Month(s)
CyberArk 10.10.1 2020 1 Year(s) 0 Month(s)
ELK Stack 7.2.0 2020 1 Year(s) 0 Month(s)
Jfrog Artifactory 6.19.1 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b5719120110…
https://freesearch.naukri.com/preview/printResume?uname=3204be235aa6b8ad2e62c368e60cad6e0a0c0f534e130c165619405b0e5b57191201100142455b580e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Kannada Proficient
Rank 812: Resume 725 with similarity score 0.012024622466196145
Resume Text: B.S , MS senior devops engineer , full time , quality assurance , software developer training , customer , virtual machines , security , asp.net mvc , docker , linux , status , mumbai , redmine , continuous integration , testing , building , kibana , it infrastructure , switches , freelancer , elasticsearch , automation , ansible , functional specifications , devops , kubernetes , access , designation , web services , hindi , cloud , technical requirements , sociology , ltd , windows , english , logstash , project , c++ , git , puppet , voip , vmware , javascript , continuous delivery , groovy , affirmative action , information technology , mysql , oracle , nexus , email , aws , technology solutions , languages , mobile , esxi , vsphere , root cause analysis , rendering , api , ruby on rails , jenkins , ug , firewall , azure , authorization , enterprise , c# , scalability , application , llp , s3 , servers , finance , it service , python , network administration , .net framework , learning , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a43…
https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a435640400c090c… 1/2
Current Designation: Senior Devops Engineer
Current Company: Cogitate Technology Solutions (India) Pvt.
Ltd
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Sc [information technology]
Verified : Phone Number | Email - id
Cogitate Technology Solutions (India) Pvt. Ltd as Senior Devops Engineer
Dec 2018 to Till Date
Key Result Areas:
Developing .Net framework based application based on data from Redmine
Administering and rendering support for tools based on DevOps best practices for source code version control(Git Lab),
Automation (Jenkins -Continuous Integration, Continuous Delivery, Continuous Deployment)
Applications Logs and monitoring ELK Stack
Executing security & infrastructure solution in Azure Cloud & AWS Cloud
Executing scalability, deployment solutions using Dockers & Kubernetes
SK Products LLP as I.T. Officer
May 2018 to Dec 2018
Key Result Areas:
Administered the implementation training and development of the sales force automation software
Supervised and executed deployment of cloud-based services (AWS), email, virtual machines and Mobile application
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Sandeep Singh Matharu
Software Developer seeking roles in DevOps, Automation, Application
Development,Software Development,Technical Support,Project Management,IT
Infrastructure,Root Cause Analysis,Quality Assurance,Process
Improvement,Functional Specifications
Key Skills: Jenkins,GIT,Docker,Kubernetes,Ansible,Kibana,Logstash,terraform,ELK stack,VSphere,CI/CD,Automation
Testing,Elastic Search,MySQL,MS SQL,ASP.Net MVC,Python,Devops,Continuous
Delivery,Puppet,AWS,Linux,Continuous Integration,AZURE
Summary
Enterprising professional with nearly 18 years of experience: 2 years in DevOps Engineer, 7 years in Applications Development
& Deployment, 9 years in IT Service & Infrastructure Development and Administration
Gained exposure on process requirements and provided use cases for business, functional & technical requirements
Excellence in mapping requirements, designing customized solutions; strong customer centric approach & motivated to
deliver quality results
Expertise in planning & building IT Infrastructure at the enterprise scale involving selection of appropriate technology (On
Premise {VMware} and Cloud)
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a43…
https://freesearch.naukri.com/preview/printResume?uname=4b4cb92b00c82ca1543b191ca8f4dd915b5c08524a1a0e190a44440a5808534a105a435640400c090c… 2/2
Freelancer as Software Development (Mumbai & Delhi)
Nov 2016 to May 2018
Key Result Areas:
Created software for non-banking finance company
Successfully used AWS services such as RDS, S3 Bucket, and VM for deploying application API and web services
UG: B.Sc (information technology) from University of Sikkim, Eastern Institute of Integrated Learning in Management in
2010
Other Qualifications/Certifications/Programs:
BA (Business Communication, Sociology, English)
EXIN DevOps MASTER
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, GIT, Redmine, Sonatype Nexus
Kibana, Logstash, Elasticsearch
Docker, Kubernetes, Ansible, Teraform
AWS, AZURE,on-premise migration to cloud
MSSQL, MySQL, MS Access, Oracle
C#, C, C++, VB, Java
Python, Groovy, Ruby on rails
Windows/Linux Servers, VM-ware Esxi
Firewall, VoIP, switches
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 813: Resume 1048 with similarity score 0.011977760563639292
Resume Text: BTECH , MS , BS ui developer , senior ux designer , web designer , user experience designer , full time , flash developer , team lead brochures , milk , healthcare , user friendly , css , designation , sqlite , ug , affirmative action , samsung , flash , user experience , hindi , photoshop , maintenance , ltd , draw , jquery , php , ios , advanced , authorization , english , bootstrap , status , email , project , application , doctors , angularjs , adobe illustrator , ux , android , accessibility , hospitals , pet care , languages , html5 , consultations , flyers , crystal , mobile , convenience , corel , python , search , web , suite , javascript , commerce , clinics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b1…
https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b175511420d0e5f… 1/2
Current Designation: Lead User Experience Designer
Current Company: Crystal BI Technologies Pvt. Ltd.,
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Other Management]
Verified : Phone Number | Email - id
Crystal BI Technologies Pvt. Ltd., as Lead User Experience Designer
Jul 2015 to Till Date
I was the Lead UX Designer in Crystal BI Technologies Pvt. Ltd. I was assigned two products (Web and Mobile UI).
1. " Positra" is a healthcare platform based in India through which users can search, book and get the necessary
information's regarding doctors, clinics, hospitals and pharmacies and make appointments and purchase medicines.
2. Pet24Care is another ongoing product to which I am currently dedicating my time. It is a Seattle, USA based project.
The product is to facilitate users with all kinds of facilities concerning pet care like Veterinarians, Walkers, Groomers,
Sitters etc. Users can also book their appointments accordingly.
In both the products special emphasis is given mostly on appointment convenience, pill and event reminder including
facilities regarding to different Time Zones.
SmarTek Consultation Pvt. Ltd., as Web Designer
Jul 2014 to Jul 2015
I am trained in designing. After joining SmarTek Consultations Pvt. Ltd., I was initially assigned the job of designing various
types of event flyers and brochures. Later on, I was assigned to look into the UI bugs and certain other specific areas
concerning the Samsung Milk product.
Arminious Software Pvt. Ltd. as Flash Developer
Jan 2013 to Apr 2013
I was solely responsible for Handling Flash Project and SQLite. It was a model for pharmacy to add inventories and
generate bills of purchase.
Last Active: 23-Dec-20 Last Modified: 23-Dec-20
SADHANA GOGOI
Lead User Experience Designer, WebTechnologies, HTML5, CSS3, Adobe CC, jQuery,
Corel Draw, Bootstrap, React UI, AngularJs UI, Python UI
Key Skills: lead user experience designer,team lead/tech lead,html5,css3,jquery,corel draw,bootstrap,adobe creative
suite,Senior ux designer ,UI Development
Summary
Advanced designer and UI developer with 8 years of experience in developing interactive websites. The sole motto of my
designing is easy accessibility. I believe in time bound programme by making sure to complete the projects accordingly. Putting
full efficiency to satisfy concerned authority and it's users by focusing on simple user interface (user friendly website, iOS UI,
and Android UI).
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b1…
https://freesearch.naukri.com/preview/printResume?uname=627af3688b90383a3d36a4100d7062240c555c0718120a1507154050550a541b420b175511420d0e5f… 2/2
UG: B.Com (Commerce) from IGNOU in 2011
PG: MBA/PGDM (Other Management) from National Institute of Business Management (NIBM) in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Bootstrap, CSS, HTML
jQuery, Corel Draw, PHP
React, Adobe Illustrator
Adode Photoshop CC
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Assamese Proficient
Rank 814: Resume 1302 with similarity score 0.011904150761069321
Resume Text: MS , BS service delivery consultant , infrastructure engineer , configuration manager , full time , change management , project leader continuous process , training , optimization , mentoring , general , telugu , people management , suppliers , microsoft azure , ms project , v3 foundation , vendors , platforms , prince2 , it operations , affirmative action , collaboration , hindi , technical direction , techno-commercial operations , linux , maintenance , beginner , network devices , windows , english , risk , authorization , productivity improvement , strategic vision , status , budgeting , scalability , email , powerpoint , configuration management , aws , network security , application architecture , less , microfocus , investments , business operations , fostering , probe , led , change management , wbs , servers , fundamentals , languages , preparation , process operations , itil , kannada , data flow , cloud services , service delivery management , formulation , process simplification , operational excellence , javascript , measures , technology , policies & procedures , google cloud , service standards , availability , it infrastructure management , pmp , program management , agility 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842…
https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842011414585c5f… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Micro Focus as ITO Service Delivery Consultant-IV
Oct 2014 to Dec 2020
Devised strategic technology roadmap initiatives, providing strategic vision and ensured that the company's IT
infrastructure provides a high degree of security
Created and implemented policies & procedures for all IT platforms
Directed a complete portfolio of projects including budgeting, planning, vendor selection and execution
Contributed in overall process simplification, fostering collaboration and improving agility of service delivery
Managed IT Projects; ITSM tools support including defining and designing processes for IT
Ensured that hardware/ software/ solution meets baseline compliance and implementation standards; operated and
managed IT Operations, Network Security and Cloud Operations
Administered the planning, selection & purchase of IT stuff; ensured all investments are compatible with the strategic
technology plan
Mentored & monitored the performance of team members to ensure efficiency in process operations
Directed various techno-commercial operations such as Budget & Annual Operating Plans (AOP) Preparation, SLAs
Management, Long-term Plan Formulation, Cost Optimization and Service Delivery Management
Headed global team of 15 members and defined service standards & guidelines, governance structure, best practices
that serve as benchmark for excellent service delivery; mentored performance of team members to ensure efficiency in
process operations
Developed competency among the team members and organized training sessions; managed appraisal process
across levels
Managed resource planning, technical direction, effort estimation, tracking, risk management and mentoring
Drove end-to-end delivery of the program, meeting internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
NAGA SRINIVASA RAO MIRIYALA
MCA with 14 years of IT experience. Seeking roles in Project Management ,IT
Infrastructure Management,Incident Management,Change Management,SLA
management, Configuration Management,Service Delivery,Prince2,ITIL,AWS, Azure,
Google cloud services
Key Skills: IT Infrastructure Management,Incident Management,Change Management,Configuration Management,Service
Delivery,Prince2,ITIL,AWS,Software Configuration Management,Microsoft Azure,Cloud,Project Management,IT
Infrastructure
Summary
An Innovative Technocrat offering nearly 14 years of rich experience in IT Infra Management, Service Delivery involving
Program & Project Management, Technical Excellence and People Management using MS Project, SOW, WBS, Test Plan
Directed business operations by formulating IT strategies and deploying, automating, managing & maintaining Next-gen IT
System and monitoring applications to ensure availability, performance, scalability and security.
Good hands on experience in handling SLAs
Proven success in setting up multiple off-shore organizations and implementing operational excellence measures through
global training processes, creating organizational IT strategies and defining & maintaining various KPIs
Technocrat with experience in implementing configuration management and change management policies.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842…
https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842011414585c5f… 2/3
o Value-adds, continuous process and productivity improvement
o Expectation management of team
Built & maintained relationship with vendors/suppliers and stakeholders; identified disputes as per defined time
Tech Mahindra as System Lead
Apr 2014 to Oct 2014
UCMDB Lead
Mphasis as Principal Infrastructure Engineer
Aug 2013 to Apr 2014
UCMDB Lead
UG: BCA (Computers) from KBN College (Affiliated to Nagarjuna University) in 2001
PG: MCA (Computers) from S.D. College of IT, Tanuku (Affiliated to Andhra University) in 2004
Other Qualifications/Certifications/Programs:
AWS
IT Infrastructure Library (ITIL) V3 Foundation
PMP
PRINCE2 foundation certification
Microsoft azure fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS, LINUX
AWS, Google Cloud 2020 3 Year(s) 0 Month(s)
PROJECT MANAGEMENT 2020 6 Year(s) 0 Month(s)
PROGRAM MANAGEMENT 2020 6 Year(s) 3 Month(s)
People Management
Microfocus uCMDB 2020.08 2020 11 Year(s) 0 Month(s)
Microsoft Azure 2020 3 Year(s) 0 Month(s)
AWS 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Kannada Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842…
https://freesearch.naukri.com/preview/printResume?uname=795f5fc07d0b4b6276fd69a9c879977d0d5b5b574d410845501214585e5a514c455842011414585c5f… 3/3
Nature of Employment: Full Time
Role: Project Leader
Duration: Oct 2014 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: Apr 2014 - Oct 2014
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Sep 2012 - Aug 2013
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Role: Other
Duration: May 2012 - Sep 2012
Onsite / Offsite: Offsite
Team Size: 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: Confidential
Client: Micro Focus
Skill Used: Ms project,Ms visio, excel, PowerPoint, Microfocus tools
Role Description: Handling multiple implementation and support projects.
Project Details: End to end implementations and supporting the Products 24*7.
Project Title: uCMDB Implementation
Client: Tech Mahindra-Internal
Skill Used: Microfocus UCMDB 10/UCMDB Browser 2.05
Role Description: Installed and upgraded UCMDB Browser
Examined appropriate discovery methodology and protocols
Performed view mapping as per Application Architecture
Led configuration of uCMDB Browser and als
Project Details: Recommended solution for the UCMDB Implementation
Installed and upgraded UCMDB Browser
Examined appropriate discovery methodology and protocols
Performed view mapping as per Application Architecture
Led configuration of uCMDB Browser and also Configuration Manager
Conducted in-depth Impact Analysis
Project Title: uCMDB Implementation
Client: Emdeon
Skill Used: MICROFOCUS UCMDB 10/9.*/CM/UCMDB Browser 2.05
Project Details: Delivered solution for the UCMDB Implementation
Created implementation plan of MICROFOCUS UCMDB.
Worked on the Multi-tenancy Environment
Led installation of uCMDB server, DataFlow Probe Servers
Successfully upgraded the versions and applied patches
Steered efforts for installation and upgrade of UCMDB Browser
Managed configuration of uCMDB Browser and also Configuration Manager
Worked on discovery of network devices
Project Title: UCMDB Implementation
Client: Comcast
Skill Used: MICROFOCUS UCMDB 9.05
Project Details: Delivered valuable solution for the UCMDB Implementation
Designed strong Implementation Plan of MICROFOCUS UCMDB
Engaged in client discussions and gatherd requirements for Infrastructure Discovery and Mapping
Led installation of uCMDB server, Data Flow Probe Server
Examined appropriate discovery methodology and protocols
Conducted view mapping as per Application Architecture
Showcased skills in reports generation
Rank 815: Resume 1000 with similarity score 0.011902132321014194
Resume Text: B.E , MS , B.TECH cyber security , automation engineer , full time , software developer cyber security , automation , functionality , web development , fuel , core java , redux , general , visual studio code , dimension , css , research development , designation , ug , scripting , affirmative action , assembly , games , mysql , oracle , angular , hindi , maintenance , php , sts , authorization , english , sharepoint , graphs , onedrive , bootstrap , status , servlets , excel , spring boot , 12c , cad , email , project , postgresql , application , mongodb , leadership , microsoft , features , c++ , languages , pycharm , gear , html5 , dashboard , security awareness , java api , jira , engineers , eclipse , drawing , javascript , efficacy , creo 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f40…
https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f400610485f095f5… 1/2
Current Designation: Design Automation Engineer
Current Company: EIIC
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Electricals / Switchgears
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
EIIC as Design Automation Engineer
Aug 2019 to Till Date
Designed and developed Dimension review application for Creo drawings. It
helps in extracting drawing parameters into standard DSFR excel template.
Developed using Smart Assembly Scripting language on top of Java API. It
has potential saving of ~935 design hours in a year.
Developed Java application for standard parameter drawing checking for
Fuel Emission team. Java application is designed with the help of JLink
API(Java API) and integrated with Creo(3D CAD Design Software).
Worked on "VAEfficacy Project" which allows Managers and Senior Engineers
to update project phase data and R2G plans for efficacy tracking.
VAEfficacy developed using VBA with customized SharePoint features. Also
it is integrated with PowerBI dashboard to help leadership team to review
using graphs.
Presented BOK for log migration to OneDrive using Microsoft Graph API.
Working on MASTA automation to integrate "Gear Design" software
functionality into MASTA.
Tata Research Development & Design Center as Project Intern
Jan 2019 to Jun 2019
Worked in Cyber security department - developing cyber security awareness game & a web portal to plug 4 different
games.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Shubham Madankar
Design Automation Engineer seeking roles in Java application,Web Development,Data
Structure,MySQL, HTML5, CSS, JS, Bootstrap, PHP, ReactJS, Angular 6, Core Java,
Servlets, Spring Boot, Spring Secuirty, JWT, JIRA, Eclipse, Intellij, VSCode
Key Skills: Design Automation Engineer,Software Developer,Java application,Web Development,Data
Structure,MySQL,HTML5, CSS, JS, Bootstrap, PHP, ReactJS, Angular 6, Core Java, Servlets, Spring Boot, Spring
Security,JWT,JIRA,Eclipse,Intellij,PyCharm,VSCode
Summary
The Result oriented professional of having 2 years of experience in Java application,Web Development,Data Structure,MySQL,
MongoDB, Oracle 12c,HTML5, CSS, JS, Bootstrap, PHP, Angular 6, Core Java, Servlets, Spring Boot,JIRA,Eclipse, PyCharm,
Visual Studio Code
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f40…
https://freesearch.naukri.com/preview/printResume?uname=1510504e4e576e1d1b35245554bfc1ba090e0e594a1658425617430e595c544e1b0f400610485f095f5… 2/2
UG: B.Tech/B.E. (Computers) from Walchand College Of engineering, Sangli in 2019
Other Qualifications/Certifications/Programs:
Full Stack Project: Spring Boot 2.0, ReactJS, Redux
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++
MySQL, MongoDB, Oracle 12c
PostgreSQL
HTML5, CSS, JS, Bootstrap
PHP, Angular 6
React JS.·
Core Java, Servlets, Spring Boot
VBA, SmartAssembly6.0
PyCharm, Visual Studio Code, STS
Docker(Basic), System Design(Basic),JIRA
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Rank 816: Resume 931 with similarity score 0.011897722069853364
Resume Text: B.E , MS , B.TECH software engineer , ui developer , full time , team lead , technical lead redux , general , figma , css , designation , ug , mar , tamil , affirmative action , mysql , oracle , analytics , angular , hindi , photoshop , maintenance , apache , ltd , jquery , authorization , english , status , stakeholder management , rally , email , invision , application , aws , gimp , pl/sql , electronics , languages , html5 , iis , axure , it , mobile , javascript , jira , web 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f004914081…
https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f00491408170745140a5d0f… 1/2
Current Designation: Technical Lead
Current Company: MSys Tech India Pvt. Ltd
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
MSys Tech India Pvt. Ltd as Technical Lead
Sep 2018 to Till Date
Frontend Developer With experience in React (3+ Years), Angular (3+ Years), Javascript (6+ Years), HTML (6+ Years),
CSS (6+ Years)
Cybage as Software Engineer
Sep 2017 to Sep 2018
Sri Granth Software Pvt. Ltd as UI Developer
Nov 2016 to Sep 2017
Axlerate India Private Limited as UI Developer
Feb 2014 to Nov 2016
Javascript, HTML, CSS
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Gokul krishnamurthy
Technical Lead seeking roles in ReactJS, Angular, JavaScript, HTML, CSS
Key Skills: Technical Lead,Team Lead,Software Development,Application Programming,System Programming,Quality
Standards,Requirement Analysis,Delivery Management,Stakeholder Management,Data
Analytics,ReactJS,Angular,JIRA,Rally,MySQL,JavaScript,HTML,CSS
Summary
Front-end Developer with over 6+ years of experience in creating a responsive and mobile-first web application. Familiar in
working with front-end frameworks like Angular, React and integrating it with the various back-end environments like Node JS,
.Net, RoR, JSP.
Work Experience
Education
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f004914081…
https://freesearch.naukri.com/preview/printResume?uname=0dde1bd71dd4c4e7295754f32c3770995d5f5b031b455815024212095d5f00491408170745140a5d0f… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Sri Ramanujar Engineering College - Anna University in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
React JS, Angular 2/4/6/8, JavaScript
Redux, jQuery, HTML5, CSS3.
Figma, Axure, Invision
GIMP, Photoshop, Illustrator
Rally, Jira, Clubhouse
MYSQL, ORACLE
AWS, IIS, Apache
SQL Certified Expert, PL/SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 817: Resume 350 with similarity score 0.011878389186262505
Resume Text: B.TECH , BS work from home dart , training , nosql , sqlite , entertainment , firebase , google , grasp , application , resume , testing , java , building , computer science , android development , punjabi , iso , notes , completion , assessment , technology , disclosure , cloud storage , database Assessment
Q1. Why should you be hired for this role?
I am a perfect candidate for this internship as i am already working with Android and Flutter, and Google firebase NoSql, SQLite, for database,
also I am a quick learner with ability to grasp new responsibilities which makes me more productive and innovative in my work.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 month, starting immediately, for a full-time work from home internship.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9877433418
Neeleshwar Kumar
Patiala, Mohali
Applied 26 Dec'20
Android C Programming Java
Dart Flutter
Bachelor of Technology B.Tech), Computer Science & Engineering
Punjabi University Patiala
2017 - 2021
Senior Secondary XII, Science
Kendriya Vidyalaya No.2 DMW Patiala
CBSE board)
Year of completion: 2017
Percentage: 70.00%
A forward thinking developer having experience in building,integrating,testing in Android applications development.
Android Development
Excellence Technology, Mohali
Jun 2019 - Jul 2019
ISO certificate training course in Android.
Entertainment purpose application.
Dec 2020 - Present
https://play.google.com/store/apps/details?id=com.clickpts.clickpts
Entertainment purpose application,cannot mention details because of Non Disclosure Agreement NDA with
client.Application uses NoSql database for cloud storage and also local SQL database ,developed in Android(Java)
Notes taking application
Dec 2020 - Present
https://play.google.com/store/apps/details?id=com.notespackage.notes
An Notes taking application using local SQFLITE database developed in Flutter(dart).
Ensure applications are integrated with Android APIs.
Developed android applications using SQL database structure and NoSql database with Google Firebase(Cloud Firestore).
Experience in Flutter development.
https://play.google.com/store/apps/details?id=com.clickpts.clickpts
https://play.google.com/store/apps/details?id=com.notespackage.notes
Rank 818: Resume 1284 with similarity score 0.011844688307348666
Resume Text: B.S , MS project manager , customer engineer , transition manager , operations manager , devops , orchestrator , full time , team lead , field support engineer , aws architect customer , bmc remedy , security , it service management , docker , hp operations manager , outsourcing , nsn , status , messaging , continuous integration , atrium orchestrator , it service delivery , hp9000 , netops , visio , infrastructure , production assurance , data center , iso , system administration , forecasting , outages , delivery operations , service assurance , sat , vmware esx , contract management , ecommerce , devops , kubernetes , designation , deliverables , rhel , tape libraries , sharepoint administration , hindi , nokia , rpo , cluster , ltd , windows , architects , supplier management , english , productivity improvement , budgeting , agile , microservices , queue management , six sigma , estimates , red hat enterprise linux , rto , scom , process automation , employee engagement , one , sendmail , javascript , technology , business continuity , value-added , general , field support , change requests , microsoft office , developers , affirmative action , unix , architecture , email , sim , aws , service improvement , problem management , information systems , netapp , languages , assessment , dashboards , pmp , business service management , database , hardening , patch management , vulnerability , dc operations , credit , ms project , ug , tamil , snow , azure , authorization , internet , risk , self-healing , teams , wintel , cmmi level 5 , less , adherence , savings , gold , led , drive , storage , framework , command center , cloud computing , metrics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110…
https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110b43400a080851… 1/3
Current Designation: BDL Technology
Current Company: FIS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Top Management
Role: Service Delivery Leader
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
FIS as BDL Technology
Jul 2015 to Till Date
Fidelity National Information Services as BUSINESS DELIVERY LEADER
Jul 2015 to Sep 2020
Key responsibilities:
Service Delivery of Remote Infrastructure Support for Wintel, Unix and Patching technologies for 4 Hosted Clients, with an
overall team size of 50
Migrated 3200 client VMs to FIS DCs successfully without any Business impact
Achieved Green performance of SLAs/OLAs for consistently 3 years
Zero Client Escalations
100% adherence to Incident, Change and Problem Management metrics by configuring Live Dashboards on SNOW
E-Sat surveys are above industry benchmark at 89% consistently y-o-y
Design and implement Production Assurance Best Practices to all other teams and represent the BU for External Audits
such as ISO27K, ISO900 etc.
Developed and Institutionalized processes like Top-Talker Analysis, Risk Management, Queue Management, Ticket audit,
Tech-Buddy Program - resulted in great Employee Engagement
Developed different types of Metrics and reported them to gain Global visibility of the BU Operations - Resulted in
Improved performance
Represented the BU for CMMI Level 5 External assessment with KPMG and got Certified for 'Service Management' and
'Service Desk' domains
Drive Continual Service Improvement initiative across teams resulting in $ savings from Effort reduction / Automation /
Monitoring refinements and Alert Reduction / Process Improvements
Attend Strategic discussions and contribute to resource Forecasting and Budgeting
Passionate about Technology, I've gained skills on Cloud Computing on AWS and Azure. Special interests on Infra-as-a-
code solutions using native Cloud solutions, Serverless architectures, DevOps, CI/CD, APIs and Micro-services.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
JAYAKUMAR RAMASAMY
Business Delivery Leader seeking roles in Project Management, IT Service
Management, Cloud Computing, Service Improvement, CMMI, Agile, DevOps, AWS,
Azure, CI/CD, Docker, Kubernetes, Microservices and Server-less Architecture
Key Skills: cloud computing, service improvement, devops, aws, azure,docker,it service delivery,it program
management,pmp,cmmi,iso 27001,itil,vmware esx,red hat enterprise linux,ci
Summary
A competent professional with an experience of 21 years in Project Management, IT Service Management, Cloud Computing,
Service Improvement, CMMI, Agile, DevOps, AWS, Azure, CI/CD, Docker, Chef, Kubernetes, Microservices and Server-less
Architecture
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110…
https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110b43400a080851… 2/3
WIPRO as CLUSTER LEAD
Dec 2003 to Jun 2015
Growth Path:
JAN 2014 - JUN 2015 CLUSTER LEAD, WIPRO (FOR PITNEY BOWES INC.)
JUL 2012 - DEC 2013 DATACENTER OPERATIONS MANAGER, WIPRO (FOR AKZONOBEL SOURCING BV.)
JUN 2011 - JUN 2012 PROJECT MANAGER, WIPRO (FOR GLOBAL COMMAND CENTER)
FEB 2008 - MAY 2011 OPERATIONS MANAGER, WIPRO (FOR NOKIA SIEMENS NETWORKS)
DEC 2003 - JAN 2008 TEAM LEAD, WIPRO (NOKIA NETWORKS GMBH.)
Led a team of 95 people, I was responsible for Delivery of services from Data Center Technologies for the multi-million
outsourcing deal. Technologies included are Wintel, Unix, NetOps, Tools, Database, Networking, Messaging and Storage.
Delivered CSIs in the Service Delivery Operations using LEAN, Six Sigma projects delivering tangible financial and
Operational benefits to Wipro and Customer.
Productivity improvement initiative by Alert Automation improved productivity from 1.5 to 5.
Implemented 'Service Assurance' where customer was benefited with on Hardening, Patch Management and Vulnerability
Management processes
Delivered a Process Automation project using BMC Atrium Orchestrator and implemented Self-healing automation use
cases on Windows, UNIX and DB. This helped prevent Outages by 50%.
Responsible for DC Operations of 3 leased Datacenters in Netherlands including Hardware Inventory Management,
Supplier Management, HW Life cycle and, Technical Governance of the DC based projects, Security and Audit compliant
initiatives.
Led a team of 15 people
Value-added deliverables:
"Implement SCOM Monitoring and integrated with BMC Remedy". Benefits: Reduced unforeseen Outages by 90%, Saved
2 Person Month efforts year-on-year.
"Patch Compliance enhancement" by implementing new Process and Tooling. Benefits: Overall patch compliance
improved from 46% to 99.98%,
"Implement 10Gig network" Project. Benefits: Segregated the Backup traffic and reduced traffic on Production network
improved Production performance, reduced backup by 50%.
Developed Business Continuity Process. Timely BCP-DR tests conducted and reported. External (E&Y) Audits cleared
successfully with a credit as Notable Performance. Real-time DR scenarios recovered within agreed RPO and RTO. All
these positive feedbacks resulted Wipro winning a $ 120K worth Remote Backup Project
Deployment of Infrastructure monitoring tools and integrating them under Business Service Management framework using
PMP methodology for Wipro Clients "Neiman Marcus Group" and "Hanesbrands Inc." successfully within 60% of allocated
budget (USD 320K) and on-time was Well recognized.
Key Project Management activities performed
Define Project scope, Developed PM Plan, Project Plan and Estimates
Requirement Gathering, develop specification documents, HLD and LLD along with Architects
Track and report RAG status on Project progress along with Risks and Challenges
Monitoring tools handled:
Big Brother, What's Up Gold 1.15, HP SIM 3.2 and HP Operations Manager for Windows 8.16
As Transition Manager, migrated the NSN R&D Lab from Helsinki to Wipro Hyderabad within schedule and budget.
Contributed and Achieved Project C-SAT 7 out of 7 successively 3 times.
Planned and executed Data center movement from ITPL Bangalore to Electronic City Bangalore
Lead the team to support one of the Development Agile projects successfully
Responsible for Support Deliverables for 2 Major Linux and HPUX based support with 10 members support team.
System Administration Skills on HP Unix 10.x, 11.x, Red Hat Enterprise Linux version 3, 4 and 5
Providing Technical Consultancy to Developers and Architects on HP Unix and RHEL
DevOps environment for Continuous Integration requirement has been built and supported as per requirement
Configuration and Administration of NetAPP (NAS), HP DataProtector 4.x & Tape Libraries HP MSL 5000 and Unix-
Sendmail, automated all the Build integrations and day-to-day tasks using Unix Shell scripts
HCL INFOSYSTEMS LTD. as SENIOR CUSTOMER ENGINEER
May 1999 to Dec 2003
Primary responsibilities as Field Support Engineer are to handle Customer Support requirements on Hardware incidents,
Deployments, Operating System support and Change Requests/Contract Management
UG: B.Sc (Information Systems) from BITS PILANI in 2011
PG: in 0
Other Qualifications/Certifications/Programs:
DIPLOMA IN EEE
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110…
https://freesearch.naukri.com/preview/printResume?uname=19e73c43ffa9b01495ccca7ce9890cac5e0e000042115f400516135f55080543140f110b43400a080851… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HP UNIX, HP9000
MS Project, MS Visio
Microsoft Office
Shell Script
AWS Architect
Sharepoint administration
Languages Known
Language Proficiency Read Write Speak
English Proficient
Tamil Expert
Hindi Proficient
Rank 819: Resume 858 with similarity score 0.011808854360741973
Resume Text: B.E , MS , B.TECH software engineer , full time , software developer react.js , functionality , web development , core java , algorithms , css , designation , ug , affirmative action , hindi , angular , maintenance , authorization , english , bootstrap , status , email , application , continuous improvement , srm , git , languages , web pages , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130…
https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130110465a5e0850… 1/2
Current Designation: Software Engineer
Current Company: Extramarks Education India Private Limited
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Extramarks Education India Private Limited as Software Engineer
Jan 2020 to Till Date
1. Experience in Front End technologies such as Angular 8, React, HTML, and CSS for designing and developing web
applications.
2. Designed, implemented, and monitored web pages, and functionality for continuous improvement.
Extramarks Education India Private Limited as Software Engineer
Jan 2020 to Jan 2020
Experience in Front End technologies such as Angular 8,
React, HTML, and CSS for designing and developing web
applications.
Designed, implemented, and monitored web pages, and
functionality for continuous improvement.
UG: B.Tech/B.E. (Computers) from SRM Institute of Science & Technology, Chennai in 2020
Last Active: 30-Jan-21 Last Modified: 29-Jan-21
Rajat Rastogi
Software Engineer seeking roles in Software Engineering, Software Development,
Web Development, Application Development, Javascript Development
Key Skills: React.Js, Angular, Javascript, HTML, CSS, Bootstrap, GIT, Core Java, Algorithms, Data Structures,
Summary
Enthusiastic, motivated software Engineer who likes to take new challenges
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130…
https://freesearch.naukri.com/preview/printResume?uname=efeee5fe75e4b547867cfa2e445196cf590809574d4109110613495b5a5a551f125f130110465a5e0850… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Angular 1 Year(s) 1 Month(s)
Data Structure & Algorithms 2 Year(s) 0 Month(s)
JAVA 0 Year(s) 6 Month(s)
React.js 0 0 Year(s) 6 Month(s)
GIT 0 1 Year(s) 0 Month(s)
HTML&CSS 0 1 Year(s) 6 Month(s)
JavaScript 0 1 Year(s) 0 Month(s)
BOOTSTRAP 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 820: Resume 1571 with similarity score 0.011807711964028036
Resume Text: B.S , M.Sc , M.S , BS , MS devops engineer , traffic manager , release manager , colorist , linux administrator , full time , linux system administrator , balancer version control , renewals , nfs , telugu , virtual machines , microsoft azure , connect , user management , platforms , bash , docker , motion , gateway , player , film editing , status , express , mumbai , continuous integration , samba , nagios , components , features , network interface cards , infrastructure , autodesk , broadcast , workflow , distance learning , freelancer , ansible , quotas , devops , powershell , kubernetes , designation , hindi , digital intermediate , windows , cli , english , post-sales , virtual networks , smoke , boot , ftp , swap , video , peering , playbook , pipelines , volume management , puppet , javascript , disk management , demos , user training , vm , rpm , optimization , affirmative action , public , maintenance , service delivery , digital media , architecture , email , flame , configuration management , aws , network security , chrome , high-end , github , containerization , maven , languages , tags , entertainment industry , scheduling , web , dns server , jenkins , people management , file sharing , tamil , routing , linux system administration , workstation pro , apache , permissions , php , authorization , virtualization , azure active directory , application , yum , ips , visual communication , less , ci , cron , servers , storage , kannada , ssh , compositing , cloud computing , orchestration , load , graphics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 1/3
Current Designation: DevOps Engineer, Azure, AWS, Linux
Administrator
Current Company: Freelancer
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 1 Year(s) 1 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [visual
communication]
Verified : Phone Number | Email - id
Freelancer as DevOps Engineer, Azure, AWS, Linux Administrator
Dec 2019 to Till Date
DevOps: Source code management with Git, Build with Maven, CI / CD pipeline with Jenkins, Configuration management
using Ansible and Puppet, Containerization using Docker and managing containerized workloads and services using
Kubernetes and Monitoring using Nagios.
Good hands-on knowledge of Source Code Management (Version Control System) tools like Git and GitHub
Proficient in developing Continuous Integration/ Delivery pipelines using Jenkins
Experience in automation/ integration tools like Jenkins on AWS and Azure Cloud Platform.
Deployed code to dev/stage/prod etc., just on one click of button through Jenkins
Experience in Installing Git, Java, Jenkins, Ansible, Chrome driver, Chromium browser and Git, Java, and Docker on Slave
machine (Test-server) for the PHP application deployment as a docker image.
Used Ansible playbook to install dependencies on the slave machine.
Dockerised the PHP application to copy the PHP content to a docker image.
Good understanding of Infrastructure as Code (Programmable Infrastructure), and how you can achieve that by using
tools like Puppet, Ansible etc.
Hands-on knowledge of software containerization platforms like Docker and container orchestration tools like Kubernetes
and Docker Swarm
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Rajasekhar Burujupati
DevOps Engineer seeking roles in Software Configuration Management, Build
Management,Release Management, Continuous Integration, Application Deployment,
MS Azure, Git, Jenkins, AWS, Ansible, Puppet, Nagios, Docker, GitHub, Kubernetes,
PowerShell,Bash
Key Skills: DevOps Engineer,Release Manager,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,MS
Azure,Git,Jenkins,AWS,Ansible,Puppet,Nagios,Docker,GitHub,Kubernetes,PowerShell
Summary
4 years of experience as a LInux System Administrator and 1 year exposure to DevOps methodology and Microsoft Azure cloud
environment. Technical savvy in Git, Jenkins, Azure, AWS, DevOps, Linux.
10 years of experience in media and entertainment industry with various multi-skills in high-end software's.
Managed and delivered services as a System Administrator, Sr. Smoke Artist, Flame Artist, Colorist in various branches of
entertainment industry like Digital intermediate (DI), Film editing, Compositing, Motion Graphics and Broadcast with outstanding
performance. Am an excellent team player and has great flair with people management. Has good communication skills and can
work well with subordinates as well as seniors.
15 years of total experience in Consulting and Service Delivery in media industry that include media domain, media IT, media
Infrastructure and support functions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 2/3
Azure Work Summary
Microsoft Azure : Cloud computing, Microsoft Azure Account, Azure Portal, Azure CLI, Azure PowerShell, Azure Resource
Manager, Microsoft Azure Architecture, Azure Virtual Networks, Azure Vnet Components : IP Addresses - Public & Private
IPs, Azure Vnet Subnets, Azure Network Interface Cards (NIC), Network Security Group (NSG), NSG Rules, Service
Tags, DNS, Load Balancer, Traffic manager, Azure Express Route, Virtual Machines and Scale sets, ARM Templates,
Storage (Blob, File, Queue, and Table) - Hot and Cold Tiers, LRS, ZRS, GRS, RA-GRS, Azure App Services, Azure Active
Directory, Azure Policies, Alerts and Monitoring.
Deploying a website using Microsoft Azure using Traffic manager, Application gateway, Virtual Machines. Blob storage,
Virtual Network Peering
Deploying the website servers in two different regions by controlling, managing and monitoring the traffic geographically.
Connect the two servers using VNet to Vnet Peering to be able to communicate with each other.
Enabling Path based Routing for the website, enabling communication between the servers and Storing data on the cloud
Sun TV Network as System Administrator, Sr. Smoke Artist
Apr 2010 to Jun 2020
Responsibilities:
Disk management, User management, install packages and update to its stable version without losing any data. Updates
and upgrades of both the O.S. as well as the application. Manage file system permissions for users, File sharing for
Windows and Linux (samba, NFS)
Linux System Administration which includes OS installation, Virtualization with VM Ware workstation pro, Disk
management, Boot process and Run levels, Group and User management, User Quotas, Swap management, Process
management, RPM and YUM package managers, Logical Volume management, Backup and restore, Scheduling jobs
using at jobs and Cron jobs. Configuration of SSH server, FTP server, NFS server, Samba server, DNS server, Apache
web server and DHCP server.
Digital Media Work Summary
Sun TV Network Limited: Apr 2010 - Aug 2016: Sr. Smoke Artist
Responsibilities:
As a Sr. Smoke Artist my responsibilities include managing my team of Junior artistes, Planning and scheduling of the
day-to-day work. One of the major tasks is to check out for the quality of the programs whether they are in the right format
for telecast, like checking the video levels, audio levels, colour balancing, colour correction etc.
Aditya Infotech as Application Artist
Apr 2008 to Apr 2010
Responsibilities:
As an Application Artist my responsibilities include both pre sales and post sales. I accompany the sales team and explain
the features and technical queries and discuss workflows with the clients. My role also includes giving demos to clients. In
post-sales I would provide the users of the application the required User training and workflow optimization. Set up the
demo systems for the shows conducted by Autodesk. Also provided Technical support if there is any downtime of the
application and provide the updates and license renewals
UG: B.Sc (Visual communication), Correspondence/Distance Learning from Bharathiar University, Coimbatore in 2017
PG: MS/M.Sc(Science) (visual communication), Correspondence/Distance Learning from Bharathiar University,
Coimbatore in 2019
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure
git, jenkins
AWS
Linux, RPA
PUPPET
Ansible
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
DOCKER
Kubernetes
GitHub
POWERSHELL
Azure Active Directory
SSH server, FTP server
NFS SERVER, SAMBA SERVER
DNS server, Apache web server
DHCP server
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Tamil Expert
Kannada Expert
Rank 821: Resume 1052 with similarity score 0.011807711964028036
Resume Text: B.S , M.Sc , M.S , BS , MS devops engineer , traffic manager , release manager , colorist , linux administrator , full time , linux system administrator , balancer version control , renewals , nfs , telugu , virtual machines , microsoft azure , connect , user management , platforms , bash , docker , motion , gateway , player , film editing , status , express , mumbai , continuous integration , samba , nagios , components , features , network interface cards , infrastructure , autodesk , broadcast , workflow , distance learning , freelancer , ansible , quotas , devops , powershell , kubernetes , designation , hindi , digital intermediate , windows , cli , english , post-sales , virtual networks , smoke , boot , ftp , swap , video , peering , playbook , pipelines , volume management , puppet , javascript , disk management , demos , user training , vm , rpm , optimization , affirmative action , public , maintenance , service delivery , digital media , architecture , email , flame , configuration management , aws , network security , chrome , high-end , github , containerization , maven , languages , tags , entertainment industry , scheduling , web , dns server , jenkins , people management , file sharing , tamil , routing , linux system administration , workstation pro , apache , permissions , php , authorization , virtualization , azure active directory , application , yum , ips , visual communication , less , ci , cron , servers , storage , kannada , ssh , compositing , cloud computing , orchestration , load , graphics , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 1/3
Current Designation: DevOps Engineer, Azure, AWS, Linux
Administrator
Current Company: Freelancer
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 1 Year(s) 1 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [visual
communication]
Verified : Phone Number | Email - id
Freelancer as DevOps Engineer, Azure, AWS, Linux Administrator
Dec 2019 to Till Date
DevOps: Source code management with Git, Build with Maven, CI / CD pipeline with Jenkins, Configuration management
using Ansible and Puppet, Containerization using Docker and managing containerized workloads and services using
Kubernetes and Monitoring using Nagios.
Good hands-on knowledge of Source Code Management (Version Control System) tools like Git and GitHub
Proficient in developing Continuous Integration/ Delivery pipelines using Jenkins
Experience in automation/ integration tools like Jenkins on AWS and Azure Cloud Platform.
Deployed code to dev/stage/prod etc., just on one click of button through Jenkins
Experience in Installing Git, Java, Jenkins, Ansible, Chrome driver, Chromium browser and Git, Java, and Docker on Slave
machine (Test-server) for the PHP application deployment as a docker image.
Used Ansible playbook to install dependencies on the slave machine.
Dockerised the PHP application to copy the PHP content to a docker image.
Good understanding of Infrastructure as Code (Programmable Infrastructure), and how you can achieve that by using
tools like Puppet, Ansible etc.
Hands-on knowledge of software containerization platforms like Docker and container orchestration tools like Kubernetes
and Docker Swarm
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Rajasekhar Burujupati
DevOps Engineer seeking roles in Software Configuration Management, Build
Management,Release Management, Continuous Integration, Application Deployment,
MS Azure, Git, Jenkins, AWS, Ansible, Puppet, Nagios, Docker, GitHub, Kubernetes,
PowerShell,Bash
Key Skills: DevOps Engineer,Release Manager,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,MS
Azure,Git,Jenkins,AWS,Ansible,Puppet,Nagios,Docker,GitHub,Kubernetes,PowerShell
Summary
4 years of experience as a LInux System Administrator and 1 year exposure to DevOps methodology and Microsoft Azure cloud
environment. Technical savvy in Git, Jenkins, Azure, AWS, DevOps, Linux.
10 years of experience in media and entertainment industry with various multi-skills in high-end software's.
Managed and delivered services as a System Administrator, Sr. Smoke Artist, Flame Artist, Colorist in various branches of
entertainment industry like Digital intermediate (DI), Film editing, Compositing, Motion Graphics and Broadcast with outstanding
performance. Am an excellent team player and has great flair with people management. Has good communication skills and can
work well with subordinates as well as seniors.
15 years of total experience in Consulting and Service Delivery in media industry that include media domain, media IT, media
Infrastructure and support functions.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 2/3
Azure Work Summary
Microsoft Azure : Cloud computing, Microsoft Azure Account, Azure Portal, Azure CLI, Azure PowerShell, Azure Resource
Manager, Microsoft Azure Architecture, Azure Virtual Networks, Azure Vnet Components : IP Addresses - Public & Private
IPs, Azure Vnet Subnets, Azure Network Interface Cards (NIC), Network Security Group (NSG), NSG Rules, Service
Tags, DNS, Load Balancer, Traffic manager, Azure Express Route, Virtual Machines and Scale sets, ARM Templates,
Storage (Blob, File, Queue, and Table) - Hot and Cold Tiers, LRS, ZRS, GRS, RA-GRS, Azure App Services, Azure Active
Directory, Azure Policies, Alerts and Monitoring.
Deploying a website using Microsoft Azure using Traffic manager, Application gateway, Virtual Machines. Blob storage,
Virtual Network Peering
Deploying the website servers in two different regions by controlling, managing and monitoring the traffic geographically.
Connect the two servers using VNet to Vnet Peering to be able to communicate with each other.
Enabling Path based Routing for the website, enabling communication between the servers and Storing data on the cloud
Sun TV Network as System Administrator, Sr. Smoke Artist
Apr 2010 to Jun 2020
Responsibilities:
Disk management, User management, install packages and update to its stable version without losing any data. Updates
and upgrades of both the O.S. as well as the application. Manage file system permissions for users, File sharing for
Windows and Linux (samba, NFS)
Linux System Administration which includes OS installation, Virtualization with VM Ware workstation pro, Disk
management, Boot process and Run levels, Group and User management, User Quotas, Swap management, Process
management, RPM and YUM package managers, Logical Volume management, Backup and restore, Scheduling jobs
using at jobs and Cron jobs. Configuration of SSH server, FTP server, NFS server, Samba server, DNS server, Apache
web server and DHCP server.
Digital Media Work Summary
Sun TV Network Limited: Apr 2010 - Aug 2016: Sr. Smoke Artist
Responsibilities:
As a Sr. Smoke Artist my responsibilities include managing my team of Junior artistes, Planning and scheduling of the
day-to-day work. One of the major tasks is to check out for the quality of the programs whether they are in the right format
for telecast, like checking the video levels, audio levels, colour balancing, colour correction etc.
Aditya Infotech as Application Artist
Apr 2008 to Apr 2010
Responsibilities:
As an Application Artist my responsibilities include both pre sales and post sales. I accompany the sales team and explain
the features and technical queries and discuss workflows with the clients. My role also includes giving demos to clients. In
post-sales I would provide the users of the application the required User training and workflow optimization. Set up the
demo systems for the shows conducted by Autodesk. Also provided Technical support if there is any downtime of the
application and provide the updates and license renewals
UG: B.Sc (Visual communication), Correspondence/Distance Learning from Bharathiar University, Coimbatore in 2017
PG: MS/M.Sc(Science) (visual communication), Correspondence/Distance Learning from Bharathiar University,
Coimbatore in 2019
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure
git, jenkins
AWS
Linux, RPA
PUPPET
Ansible
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b18…
https://freesearch.naukri.com/preview/printResume?uname=ce571f3cbc2a1258ed083ae94a64a6260c590d034d170b17051313590f58004c415b185219105a0e0a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
DOCKER
Kubernetes
GitHub
POWERSHELL
Azure Active Directory
SSH server, FTP server
NFS SERVER, SAMBA SERVER
DNS server, Apache web server
DHCP server
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Tamil Expert
Kannada Expert
Rank 822: Resume 358 with similarity score 0.011765752752225953
Resume Text: B.TECH , BS work from home api , training , boost , core java , internships , solar pv , sqlite , mar , public , firebase , retrofit , kotlin , application , video , star , xml , pwm , resume , electronics , gallery , rest , i m , electricity , android development , converter , completion , assessment , android sdk , one , technology , database , online Assessment
Q1. Why should you be hired for this role?
I am passionate to work in the Android development, i am very good knowledge in core java and kotlin,XML,Firebase ,rest api ,sqlite,retrofit,
rxjava and Android sdk basics and made some very good Android projects. I'm very fast learner,one who gets flexible work ability and genuinely
want to work company in this internship and I believe I will be able to contribute to your team and improve my skills in the process.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i m available for this time period
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
PROJECTS
Nikunj Sharma
Faridabad, Delhi
Applied 25 Dec'20
Android C Programming Firebase
Java XML
Bachelor of Technology B.Tech), Electrical and Electronics Engineering
Guru Gobind Singh Indraprastha University
2016 - 2020
Senior Secondary XII, Science
D.A.V PUBLIC SCHOOL
CBSE board)
Year of completion: 2016
Android App Development
GoGaga, Virtual
May 2020 - Jul 2020
Android Application Development
Undemy, Online
Aug 2019 - Sep 2019
SUMMER TRAINING
NTPC faridabad, Faridabad
Mar 2019 - Jun 2019
This training is all about the whole working of power plant and the distribution of the electricity.
Java
Alison, Online
Nov 2018 - Feb 2019
Images to firebase
Dec 2020 - Dec 2020
https://github.com/nikunjsharma1/images-to-firebase
In this app the images are captured by the camera and the images are stored to firebase database and then all the retrieve
to app in recyclerview
News app
Aug 2020 - Aug 2020
In the app I have use retrofit , rxjava
Videotrim
Aug 2020 - Aug 2020
This app can take video and can trim the video also it take video from gallery and trim is
https://github.com/nikunjsharma1/images-to-firebase
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7982488080
Calculator
Jul 2020 - Jul 2020
https://github.com/nikunjsharma1/Mycalculator
Simple calculator
Solar PV System with MPPT Using Boost Converter
May 2020 - May 2020
PV solar with MPPT system and boost converter
# MPPT system is the maximum power point tracking, it take out the maximum power from the pv system
# The efficiency of PWM is just 70% and the mppt system is about 98% by changing the duty cycle in the
3 star coder in Codechef and secured 162 in the global in Long challenge contest
https://github.com/nikunjsharma1/Mycalculator
Rank 823: Resume 1283 with similarity score 0.01176459763745936
Resume Text: B.S , MS long term , product development , solution architect , it director , change management , senior architect , team lead , full time , delivery manager , enterprise architect workshops , connect , platforms , web api , customer satisfaction , rackspace , status , multinational , stakeholder management , digital transformation , fintech , performance engineering , bitbucket , testing , artifacts , blockchain , rfid , reliability , technical design , salesforce , soa , sql server , amalgamation , workflow , pulse , thought leadership , automation , agriculture , designation , architects , english , agile , life science , project , telemedicine , solution architecture , asset management , angularjs , business operations , change management , togaf , strategy , documentation , bitcoin , data integration , one , diagrams , javascript , general , healthcare , team management , options , mobile application development , visual studio , affirmative action , oracle , principles , trace , technical direction , center of excellence , membership , maintenance , fxcop , email , manufacturing , aws , enterprise mobility , microsoft , saas , mobile devices , github , continuous improvement , middleware , medical devices , languages , proof of concept , expenses , program management , database , online , cloud services , transformation programs , tamil , architecture governance , chimera , authorization , risk , teams , sharepoint , productivity , c# , models , product design , enterprise architecture , framework , landscape , kannada , pivotal , reviews , technology architecture , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f400…
https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f40011541505c005… 1/3
Current Designation: Senior Architect
Current Company: Cognizant
Current Location: Coimbatore
Pref. Location: Coimbatore,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant as Senior Architect
Apr 2018 to Till Date
Working in close coordination with the stakeholders for establishing an architecture framework that aligns strategy,
processes, and IT assets with the business objectives
Pivotal role in extending support for setting up the entire Enterprise Architecture Division along with successful
execution of TOGAF frameworks for a BPaaShealthcare enterprise
Working as a Solution Architect for giant legacy to modernize the transformation and App rationalization programs
Gained insightful exposure in AWS services and skills for setting up right services to the right requirements for the
customers for the ones who wants to migrate their applications from on-premise to Cloud
Facilitated highly available, highly secured and cost-efficient cloud based solutions to customers as per their
requirements
Establish technical direction and design for product development from the engineering perspective and providing
support and recommendations to management team to enhance product development and ensure best practice is
adopted within the team
Playing a key role in recognizing the industry best practices/solutions and pursue continuous improvement
opportunities in SDLC processes and practices along with standardization, automation and self-services
Participating in key Enterprise Architecture Governance forums and Cloud Center of Excellence
Managing cross-functional teams to architect, design and deploy cloud services and application architectures
Identifies existing and potential issues and design matters in the overall system and solution architecture; implements
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
THIYAGARAJAN RAJAPPAN
Senior Architect seeking role in Enterprise Architecture,Digital Transformation,IT
Roadmap,Enterprise Mobility,Performance Engineering,Stakeholder
Management,Product Development,Delivery Management,Data Integration,MS SQL
Server,AWS,Agile
Key Skills: Senior Architect,Team Lead/Tech Lead,Enterprise Architecture,Digital Transformation,IT Roadmap,Enterprise
Mobility,Performance Engineering,Stakeholder Management,Product Development,Delivery Management,Data
Integration,MS SQL Server,AWS,Agile
Summary
Strategic IT Leader with over 15+ years of rich and extensive experience spanning across Small, Mid-size and Large-size firms
Currently working as an Enterprise Architect for the 5M Membership BPaaS model Healthcare Account
Domain exposure entails Healthcare & Life Science sector
Technocrat with specialization in end-to-end Cloud, Digital & Enterprise Architecture; directed the business operations
through executive level planning and analyzed delivery issues in a timely fashion
Subject Matter Expert for driving technology discussions and analyzing the existing architecture for gaps in addressing
business needs
Delivered thought leadership in challenging the status quo to enhance the current services and technologies
AWS Certified Solution Architect: drove digital transformation programs along with creating POC?s
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f400…
https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f40011541505c005… 2/3
solutions to ensure that best practices and processes are followed and enhanced
Conduct impact analysis across technology architecture domains for all initiatives where Technology EA is involved
Lead the design of complex projects in coordination with other domains architects and Enterprise architects
Finalize and Sign-off the conceptual, logical, and physical architectures, system documents, testing analyses, test
plans, and risk assessments to ensure sound architecture to meet client needs
Responsible to come up with EA (Enterprise Architecture) artifacts are principles, technology reference models,
guidelines, business capability models, roadmaps, landscape diagrams, solution overviews and solution designs
Lead proof of concept workshops for potential customers
Managing all aspect of the project development applying Agile methodology e.g., risk management, status report; daily
stand-up meetings, change management; worked through gated process, millstones / panel reviews
Analyze new and existing architectures, researches solutions specifies long term direction and ensures engineering
platforms meet reliability expectations to enhance customer satisfaction
Chimera Technologies Private Limited as Delivery Manager
Dec 2017 to Apr 2018
Worked across numerous Outsourced Product Development
Extensive experience in working on TeleMedicine product (SaaS based product) that enables to trace health conditions
of people on a daily basis through amalgamation of medical devices (Weighing Scale, BP and Pulse devices, Gluco
meter) with their mobile devices
Successfully acquired BlockChain and BitCoin projects in Fintech domain
Implemented a workflow based tracking system on SharePoint site for the Sales people to track their expenses online
for one of the multinational manufacturing companies
RFID4U as Senior Architect and Delivery Head
Nov 2015 to Aug 2017
Gained experience in RFID technology, and comprehended that there was a huge requirement of RFID middleware
system for numerous enterprise applications
Pivotal role in developing an effective design for this system and ensured that the system was flexible concerning
integration and scalable from all the aspects
Established the entire Technical Design and documentation for the RFID middleware system; designed the same in
such a way to integrate with other systems with numerous endpoint options (Direct database connection, Web API, Flat
File generation, Salesforce Cloud connect)
SaaS Based Product Design: Managed Tagmatiks Products including RFID technology based products such as Field
Set medical devices tracking, Asset Management Tool & Agriculture field workers productivity tracking tool; executed the
same on Rackspace and AWS services
Gained extensive exposure in configurations of Networking and Firewalls
Skybridge Infotech as IT Director
May 2015 to Nov 2015
Taking care of all technical initiatives and delivery to the customers. Product development.
Cognizant as Architect
Apr 2005 to Apr 2015
Programming in Microsoft Technologies, Customer facing, Team management, SOA Architecture, Solution Architecture,
Mobile application development, Program Management.
UG: B.Sc (Computers) from Bharathiar University in 1998
PG: MCA (Computers) from Bharathidasan University in 2001
Education
IT Skills
Skill Name Version Last Used Experience
AWS Cloud
SAFe 4 Agilist
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f400…
https://freesearch.naukri.com/preview/printResume?uname=838dc65038a69526549cc61ef46738fe0c0f58584c1b5c125618485d590a591f130f40011541505c005… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
C#
Web Application
AGILE
JavaScript - AngularJS, NodeJS
SHAREPOINT
RFID Technology
Oracle 11g, MS SQL Server, Sybase
Visual Studio 2017, TFS, FxCop
Github, Bitbucket
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Kannada
Rank 824: Resume 1484 with similarity score 0.011755548247983751
Resume Text: BSC , BS , B.E , MS , B.TECH application support , devops , software developer , orchestrator , senior software engineer , full time , team lead , application developer , technical lead api , rca , general , devops , jenkins , performing , visual studio code , css , kubernetes , powershell , designation , developers , ug , affirmative action , adobe experience manager , oracle , it service management , docker , maintenance , azure , authorization , line of business , teams , sharepoint , web applications , enterprise , status , foglight , c# , dynatrace , email , workload automation , leadership , fiddler , soapui , solution architecture , vbscript , html , operations , ibm , pl/sql , electronics , continuous improvement , edge , rest , gitlab , led , reliability , disaster recovery , strategy , continuous process improvement , offshore , asp.net , documentation , coordinated , python , fortify , javascript , crystal reports , end to end delivery , organization , production deployment , root cause analysis , insurance , artifactory , metrics , microsoft sql server , coaching 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a455816…
https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a45581651441009095d… 1/2
Current Designation: Senior Software Engineer
Current Company: Manulife
Current Location: Kitchener
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Insurance
Marital Status: Single/unmarried
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Medical Electronics]
Verified : Email - id
Manulife as Senior Software Engineer
Jan 2017 to Till Date
Responsible for leading Site Reliability and IT Service Management Operations for Individual
Insurance line of business.
Automated all high-volume mundane processes saving 3000 hours per year.
Led the very Successful COVID-19 response effort for Individual Insurance operations.
Implemented successful Disaster Recovery Strategy for Individual Insurance Applications.
Collaborated with various engineering teams on continuous improvement of development
processes.
Built robust monitoring system and metrics into applications before production deployment.
Mentored team through coaching, providing performance feedback, providing effective
performance assessments and establishing performance and development plans.
IBM as Onshore Team Lead & .NET Application Developer
Apr 2010 to Jan 2017
As the Onshore Technical Lead, coordinated with Onshore Client Analysts and Offshore
Developers.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
VENKATRAMAN BHAT
Senior Software Engineer seeking roles in Leadership,Software
Development,Application Programming,Requirement Gathering,Client
Management,Continuous Improvement,DevOps,Azure,Site Reliability,Enterprise
Architecture,Solution Architecture
Key Skills: Senior Software Engineer,Team Lead/Tech Lead,Software Development,Application
Programming,Requirement Gathering,Client Management,Continuous Improvement,Docker,SQL Server,GitLab,Visual
Studio,Python,VBScript
Summary
A passionate, results-oriented and resourceful Engineering Professional with 15+ Years of IT
experience in Software Engineering End to End Delivery, Site Reliability, Solution Architecture
and Design of various software applications.
Extensive experience in continuous improvement of performance and reliability requirements for
IT Products and Operations.
Built a solid reputation as a hands-on leader with continuous process improvement mindset.
Strong collaborative leader adept in performing as a team, partnering with peers across the
organization.
5+ years of experience in leading application support teams.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a455816…
https://freesearch.naukri.com/preview/printResume?uname=b7dd91df68a2efc5b0b4c10740bd4bf40a5b580748470b10571615585d0c514a45581651441009095d… 2/2
Maintained up-to-date documentation on deployments, processes, and standard operating
procedures. Prepared RCA (Root Cause Analysis) for SEV Incidents.
Exilant Technologies as Software Developer
Feb 2006 to Apr 2010
Analysis, Design and Development of the various modules of .NET web-based ERP products.
Involved in Design and Development of a .NET based tool to create web applications.
Trained teams for using the .NET based tool to create web applications.
UG: B.Tech/B.E. (Medical Electronics) from Visveswaraiah Technological University (VTU) in 2005
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, NODEJS
ReactJS, Apigee Edge
ASP.NET, HTML, CSS
Rest API, SharePoint
Adobe Experience Manager
PCF, Jenkins, Concourse
GitLab, Snyk, Black Duck
ELK, Fortify, Artifactory, Docker
Kubernetes
Microsoft SQL Server, Oracle PL/SQL
CA Workload Automation
Orchestrator Runbook Designer
Visual Studio, visual studio code
NewRelic, Dynatrace
MoogSoft, CA APM
Foglight, xMatters
Postman, SoapUI, Fiddler
IE Developer Tool, Log Parser
JavaScript, Powershell
Python
VBScript.
Microsoft SSRS, Crystal Reports
Rank 825: Resume 365 with similarity score 0.011696448964011112
Resume Text: MS , BS part time , business development , full time ecommerce , completion , optimization , assessment , adobe illustrator , resume , english , internships , search , digital marketing , entrepreneurship , online , cisco networking , working experience , google , shape , hindi Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities and potential. Although I have accumulated a strong foundational knowledge in
this domain, I think the best way to move forward would be to get practical working experience in an established platform, that is your company. I
wish to learn, upskill, and acquire skills that can shape me as a valued professional in this field.
Q2. Are you available for 3 months, starting immediately, for this internship at Pune? If not, what is the time period you are available for and
the earliest date you can start this internship on? Please also mention if you are available full time or part time. If part time, specify the
number of hours you can spend on this internship every day.
I'm available in Pune for next 3 months but between that period I'll be having my semester exam.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7024497883
Nishant Panch
Pune, Bilaspur
Applied 02 Feb'21
English Proficiency Spoken) Adobe Illustrator English Proficiency Written)
Hindi Proficiency Spoken) MSWord Marathi Proficiency(Spoken)
Search Engine Optimization
SEO
MSExcel
Bachelor of Business Administration B.B.A.)
Nivrutti Babaji Navale College Of Commerce
2019 - 2022
Senior Secondary XII, Science
St. Xavier's High School
CBSE board)
Year of completion: 2019
Percentage: 59.90%
Secondary X
St. Xavier's High School
CBS3 board)
Year of completion: 2016
CGPA 9.40/10
Marketing
Internshala Trainings, Virtual
May 2020 - Jun 2020
Business Development Sales)
Internshala Trainings, Virtual
Jan 2020 - Feb 2020
ECommerce Marketing
udemy, Online
Nov 2020 - Nov 2020
Digital Marketing
Google Garage, Online
Apr 2020 - Jun 2020
I have successfully completed Digital Marketing course from Google Garage Powered by Google and Entrepreneurship
course from Cisco Networking Academy.
Rank 826: Resume 1243 with similarity score 0.011694443080538406
Resume Text: B.S , MS , BS cloud architect , cto , devops , it professional , solution architect , full time , senior architect , delivery manager , enterprise architect , technical manager , cso training , business case , showcase , customer , security , transformational , architectural patterns , core banking , databases , kpi , status , lloyds , logging , digital transformation , infosys , messaging , mumbai , plus , bitbucket , blockchain , writing , technical design , delivery of projects , payments , sql server , corda , organization , optimization strategies , devops , interfaces , access , designation , temenos t24 , service catalog , architects , english , troubleshooting , calculations , groups , microservices , provisioning , ownership , programming languages , technology trends , architecting , rest , swift , c++ , fedwire , machine learning , strategy , research , javascript , banking solutions , kms , derivatives , connectivity solutions , environment management , r3 , performing , physics , data migration , affirmative action , oracle , principles , readiness , maintenance , capital markets , timelines , email , aws , finacle , microsoft , credit cards , edge , economics , sme , draft , amazon , investment banking , personalization , google tensorflow , apps , cloud services , mentoring , streamlining , migrating , jenkins , ug , harness , new concepts , azure , authorization , teams , approvals , spring boot , deliveries , application , psi , enterprise architecture , drive , finance , bamboo , adoption , python , cloud computing , google cloud , data classification , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917…
https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917014341595c0d0… 1/3
Current Designation: Lead Cloud Architect
Current Company: Accenture
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture as Lead Cloud Architect
Apr 2019 to Till Date
Cloud Economics, draft business case for cloud Migrations, TCO Calculations, optimization strategies
Review applications target architectures, migration roadmap for AWS Cloud Migrations
Provide solutions for automating the infra and app deployments on AWS
Develop tactical/strategic solutions to remediate the blockers in Cloud adoption
Provide solution for data migration from on-prem to Cloud (Oracle, SQL server database at on prem)
Troubleshooting and resolution of issues in migration and Cloud hosting
Review code, provide guidance to the organization and Bank?s team for cloud solutions
Experience integrating applications with AWS services for hybrid deployments
Interact with Amazon Cloud architects globally to define solutions for Banks
Performed Design Authority member role for Tier1 Bank for AWS Cloud readiness
Architectural patterns for Cloud adoption, eg. Networking, Logging/Monitoring, Migrations
Define the governance model and principles for Cloud migration
Define the organization strategic tools and methodologies for AWS Cloud
Present tactical/strategic solution and obtain approvals from key stakeholders in Bank
Experience working with CTO/CSO?s of Banks for organization Cloud architecture
Expertise in TCO calculations, applying levers for cost optimizations
Cloud economics, draft business case for Cloud migrations, optimization strategies
Cloud Migrations & Automations:
Hands on experience in IAC tools AWS CloudFormation, Terraform, AWS Landing Zone, Service Catalog etc.
Troubleshooting and resolution of issues in migration and Cloud hosting
Experience migrating Investment Banking applications (60+ Applications and databases) to cloud for Tier1 UK Bank
Expertise in automating the infra and application deployment solutions on AWS
Provide SME inputs into weekly/daily to working groups responsible for architecting
Design solutions to meet Bank?s regulatory and compliance requirements eg. PSI DSS
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashok Kumar
Lead AWS Cloud Architect with 25+ Cloud Certifications seeking roles in Cloud
Enterprise Architecture, Cloud Migrations, Microservices, Cloud Native development
and DevOps with Automations, Digital Transformation.
Key Skills: Solution/Enterprise Architect,Enterprise Architecture,Cloud Computing,Spring
Boot,Python,Java,Devops,Microservices,AWS
Summary
IT Professional with 19+ years of experience spanning across enterprise architecting and Cloud Architect working with global
Banks to modernize the IT eco-systems. Experience working with CTO/CSO's of Banks for organization Cloud architecture,
Microservices and DevOps automations.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917…
https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917014341595c0d0… 2/3
Ensure solutions meets organization security requirements with CSO agreement
Design solution with security best practices meeting Data Classification, Anonymization requirements using AWS native
services: Secrets Manager, KMS, etc.
Review code, provide guidance to the organization and Bank?s team for Cloud solutions
Performed central Design Authority member for Tier1 Bank for organization AWS Cloud architectures
Define the organization strategic tools and methodologies for cloud
Define the Governance model and architecture principles for services on Cloud
Design the application connectivity solutions and principles on cloud
Design the strategy for the infra-provisioning and environment management of 2000+ applications for the Bank
Design the on-prem to Cloud and Cloud-Cloud inter account data migration strategy
Access the AWS cloud services with the security requirements for the Bank
Ensure solutions meets organization security requirements and obtain CSO approval
Present strategic solution and obtain approvals from key stakeholders in Bank
Experience working with CTO/CSO?s of Banks for organization cloud architecture,
Cloud Economics, draft business case for Cloud Migrations, optimization strategies
Cognizant as Senior Architect Microservices and Cloud
Sep 2012 to Apr 2019
Leading the Cloud SMEs for UK clients and projects to drive various organization initiatives
Training and mentoring of 6000+ associates in organization to for Cloud certifications
Microservices, API and DevOps tools experience
Experience in design and development of microservices and Cloud native applications using Java spring boot, spring
cloud and various microservices frameworks
Experience writing python scripts for automations
Experience in designing API based communication solutions for the Banks using REST API's, Swagger, RAML, Mulesoft
etc.
Experience designing and automating cloud native applications with DevOps tool chain: Git, Bitbucket, Jenkins, Bamboo,
CloudFormation, Chef, Harness and Containers
Banking and Finance Experience
years of experience with Banks as Enterprise Architect, Delivery Manager and Functional SME.
Experience in solutioning/developing and integrating Core Banking and Cards solutions on AWS for major European Bank
Experience performing functional SME role in following areas: Cards & ATM, Payments, Capital Markets, Equity and
Derivatives, Investment Banking and Core Banking
Transformational Technologies in Banking (Cognizant BFS Digital Labs experience)
Blockchain Technologies: Developing Banking solutions using Ethereum and R3 Corda
AI/ML: Designing AI/ML solutions for Banking use cases
The Banking projects involves end to end digital transformation of IT applications of global Banks. API based integrations
for Banking customers on Core Banking solutions like Temenos T24, Cards Management solutions like First Data Vision
Plus.
RESPONSIBILITIES:
End to end solutioning with Bank for AWS Cloud greenfield hosting of Cards and Core Banking application
Create solutioning with AWS Cloud services, microservices frameworks and cloud native apps
Evaluate and recommended the best technical solution to develop solutions with AWS Cloud, DevOps tools with CI/CD
automations, Messaging Systems, Databases
Establish multiple continuous deployment processes and advise on the best practices
Mentoring and training the teams working on AWS Cloud, Microservices to build capabilities within organization
Cognizant BFS Digital Labs does cutting edge research and incubates new concepts through applied R&D projects that
have a significant near-term impact on client's businesses.
Identify key technology trends related to Blockchain, design and develop solutions using blockchain frameworks Ethereum
and R3 Corda
Identify use cases for Banking Personalization and apply AI and ML methodologies to develop the solutions using
Machine Learning libraries in Python and Google TensorFlow
Evaluated various proposals & recommended the best technical solutions to develop the applications on AWS & Azure
Designed the architecture and Provided complete solution to Clients on AWS
Solution designs, consulting on Microservices application using Cloud Native Technologies
Showcase Cognizant capabilities to customers in Blockchain Technologies Ethereum and R3 Corda.
Ownership of the customer portfolio for Portfolio/Delivery Management for the Credit Cards and ATM and Payments
portfolio of Lloyds Banking Group.
Ensuring delivery of projects on agreed timelines and quality. 24*7 support of more than 30+ applications serving Cards
and ATM business of Bank.
Interacting and managing multiple customers and stakeholders expectation
Streamlining the deliveries and managing SLA/KPI's
Infosys as Technical Manager
Sep 2010 to Sep 2012
Employer
Infosys
Duration
2 Years (September-2010 till September-2012)
Programming Languages
Java J2EE, C++
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917…
https://freesearch.naukri.com/preview/printResume?uname=6279f0c692cbccf404dcfa210a0e47325e5d0a5319135b105545125c090e0519460917014341595c0d0… 3/3
Functional Area
Payments System: SWIFT, SEPA, FEDWIRE Messaging
RESPONSIBILITIES:
Responsible for end to end technical design and delivery for the payment interfaces in Finacle Core Banking product.
UG: B.Sc (Physics) from Delhi University in 1998
PG: MCA (Computers) from delhi university in 2001
Other Qualifications/Certifications/Programs:
All 13 AWS, 9 Microsoft, Azure and 3 Google Cloud GCP Certifications
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
devops 2021 0 Year(s) 0 Month(s)
AWS 2021 0 Year(s) 0 Month(s)
Cloud Computing 2021 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 827: Resume 841 with similarity score 0.011674002449488368
Resume Text: B.S , MS senior programmer , software developer , senior php developer , full time , php programmer , full stack developer web development , css , designation , ug , apartments , mar , tamil , affirmative action , mysql , prestashop , step , lamp , maintenance , ltd , php , jquery , authorization , farmers , json , english , bootstrap , status , excel , email , project , express , application , mongodb , leadership , angularjs , languages , framework , google maps api , sql server , management system , it , mobile , cms , one , javascript , technology , laravel , html , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b15…
https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b150512495b5a5b… 1/2
Current Designation: Full Stack Developer
Current Company: Al Foah Company
Current Location: abu dhabi
Pref. Location: Bengaluru / Bangalore,Malaysia,Singapore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Email - id
Al Foah Company as Full Stack Developer
Feb 2019 to Jan 2020
Projects worked
* Dates Management System
Framework / CMS: PHP, Laravel 5.8, ReactJs, NodeJs
Database: MS SQL Server
Other Tech's: BootStrap, JavaScript, jQuery, REST API's
Description:
The aim of this project is to develop an ERP application to manage the cycle of receiving dates from farmers,
analyse & categorize the dates according to the standards in system, palletize and ship dates from one warehouse to
another warehouse.
In this project we have developed various REST API's using Laravel which provided to mobile application to do
functions in backend like Palletization, Shipment and so on.
Al Foah Company as Full Stack Developer
Feb 2019 to Till Date
Al Muheet Al Aam Technology as Senior PHP Developer
Sep 2018 to Feb 2019
Framework / CMS: Laravel 5.4, Bootstrap
Database: MySQL
Last Active: 31-Aug-20 Last Modified: 31-Aug-20
KIRUBAKARAN RAJAMANI
PHP | Laravel | React | Angular | Node | Express | MySQL | MongoDb
Key Skills: Software Developer,Software Development,Application Designing,Project Management,Change
Management,Defect Management,Requirement Gathering,Process Improvement,Web
Services,Angularjs,Javascript,jQuery,Bootstrap,Ajax,PHP,MySQL,HTML,CSS,Client Servicing
Summary
A challenging position to grow in leadership and knowledge, excel in innovation and dedicate my skills with a thriving and
dynamic firm
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b15…
https://freesearch.naukri.com/preview/printResume?uname=f7aad149aa3ebd7094e4e269be6157f7505909584e4501170b4410090f080049160b150512495b5a5b… 2/2
Other Tech's: JavaScript, jQuery, Google Maps
Description:
The aim of this project is to display properties like Apartments, Hotels for rental / sale, available by location.
Also, we use Google Maps API to highlight available properties by location in the map, give ability to user to select
and go for next step.
Buddies Technologies Pvt. Ltd. as Senior Programmer
Mar 2017 to May 2018
Eventurers Solutions Private Limited as PHP Programmer
Sep 2013 to May 2018
- Web development using PHP, Zend2, Symfony2, Prestashop 1.5/1.6
UG: B.Sc (Computers) from St josephs college of Arts and Science in 2010
PG: MCA (Computers) from Rajiv Gandhi college of Engineering and Technology in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
PHP, LARAVEL, MYSQL 5 Year(s) 0 Month(s)
SQL Server Database, LAMP
JSON, AJAX, Bootstrap 3 Year(s) 0 Month(s)
HTML/CSS , ReactJS, JavaScript 2020 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 828: Resume 825 with similarity score 0.011663769917389542
Resume Text: M.TECH , BS , B.E , MS , B.TECH front end engineer , analysis engineer , software developer , full time , product owner version control , controllers , pipes , comsec , flexbox , navigation , digital , node.js , status , bug tracking , invision , mumbai , continuous integration , writing , components , height , html5 , sass , gtm , es6 , mobility , designation , prototype , hindi , photoshop , sublime text , flow charts , json , english , web applications , calculations , ecmascript , project , angularjs , rest , d3.js , prototyping , single page applications , dashboard , web pages , javascript , technology , logics , gujarati , web development , scrum , visual studio , affirmative action , mysql , maintenance , typescript , business logic , advanced , bootstrap , architecture , email , hooks , elicitation , user stories , languages , context , console , malayalam , jira , layout , agile methodologies , ajax , accordion , api , redux , jenkins , css , sketch , validation , directives , authorization , teams , matrix , npm , less , electronics , product design , router , axure , software design , eclipse 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f5248410818…
https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f52484108180643410c0b5c5… 1/3
Current Designation: Front End Engineer -Software
Development
Current Company: Singtel (Datasparks)
Current Location: thushara joseph
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Software Engineering]
Verified : Email - id
Singtel (Datasparks) as Front End Engineer -Software Development
Dec 2019 to Till Date
Project1: Mobility Dashboard in React
Developed the Front-End and User Interface applications using Javascript, Typescript, React
Developed Single Page Applications (SPAs) using React-Router and to enable navigation from one view to the next as
clients performs application tasks.
Involved writing modules using React as a view engine to build component-based application.
Created reusable React components and managed application state with React Hooks and Context
SSR, prefetching achieved using Next.js.
Worked in Agile Methodologies for incremental development to deliver better application.
Used Material Design to theme the app.
Used SWR to handle refreshing of data from API for GET calls.
Creating Custom Hooks to handle common logics like api handling, auto height and with calculations, array manipulations
etc.
Project2: Management Console application in Angular
Moved existing AngularJS controllers and services to Angular 8 components for more responsive and less dependency.
Refactored the client-side validation to decouple the UI and business logic, reduced dependency and event listeners.
Implemented HTTP requests using RxJS Observable library to handle multiple values over time.
Experience in working with the advanced JavaScript such as ECMAScript 6 (ES6).
Used NPM to manage application dependency
ES6 and follow JSHint standard for high code quality.
Applied Semantic UI to design user interface such as Accordion, Tab and Modal.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Thushara Joseph
Front End Engineer | React | Angular.
Looking for opportunities in Bangalore, Pune , Hyderabad, Mumbai
Key Skills: Front End Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Angular2,HTML5,CSS3,Bootstrap,JavaScript AJAX,JSON,Bootstrap,Node.js,REST API,Git
Summary
Eextensive experience in development of web applications with Front - End technologies using both Angular and React Stack.
Strong web development skills with HTML/HTML5, CSS/CSS3, Less/Sass, Bootstrap, JavaScript (ES5/ES6), React, Redux,
React Hooks, React context, Angular and JSON.
Experience in responsive web pages design with Media Queries, CSS Grid Layout, Flexbox and Bootstrap.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f5248410818…
https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f52484108180643410c0b5c5… 2/3
Dentsu Aegis Network as Front End Engineer
Jun 2018 to Dec 2019
Designed the digital prototype for the product during the product design phase.
Hands on Experience on Angular 8 technology for one complete project in rebasing the UI of the application using the
techniques in Angular 8.
Worked Extensively with Angular CLI for creating components, Services, pipes, Directives.
Used various Angular 2 custom directives and developed reusable components and templates that can be re-used at
various places in the application.
Implemented HTTP requests using RxJS Observable library to handle multiple values over time.
Used charts frameworks like D3.js and Highcharts.js for developing and customizing multiple chart types.
Implemented GTM and GA for the application.
Involved in agile software methodologies using TEST DRIVEN DEVELOPMENT(TDD).
Used JIRA for bug tracking. Git is used as a version control tool and Jenkins is used for continuous integration of builds.
Matrix ComSec as Software Design and Analysis Engineer
Jun 2015 to Nov 2016
Requirement elicitation from global clients and converting them into user stories and flow charts.
product designing and prototyping for multiple projects.
Product owner for a scrum team.
Presented prototypes and concept designs using tools like Illustrator, Photoshop & Sketch
Developed website redesign and improved conversions by 300%, using Javascript and HTML5
Collaborated effectively with the marketing and dev teams to achieve quarterly KPIs
UG: B.Tech/B.E. (Electronics/Telecommunication) from Institute for Technology and Management (ITM) in 2015
PG: M.Tech (Software Engineering) from National University of Singapore (NUS), Singapore in 2018
Education
IT Skills
Skill Name Version Last Used Experience
Angular2
HTML, CSS
BOOTSTRAP, JavaScript
AJAX AND JSON
Node.js and REST APIs
D3.js, Highcharts.js, Mapbox.js
Git, SVN
Mysql, Mogo DB
JIRA
Eclipse IDE, IntelliJ
Visual Studio, Sublime Text
Axure, InVision, sketch
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f5248410818…
https://freesearch.naukri.com/preview/printResume?uname=9b21b6e727e1411fbf0169655809b57c5a0f0a5919165c190217435e585f52484108180643410c0b5c5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi
Malayalam
Gujarati
Rank 829: Resume 1333 with similarity score 0.011644284228178673
Resume Text: B.E , MS , B.TECH , BS application support , inspector , technical associate , partner , full time , balancer security , linux , gateway , status , logging , store , mumbai , payroll , components , ec2 , kibana , data center , ports , operating systems , soa , connections , system administration , pipeline , registration , automation , server management , trading , web services , hindi , windows , cli , english , logstash , troubleshooting , it infrastructure operations , protection , boot , groups , consolidation , solution architecture , gap , range , ibm , flow , javascript , technology , availability , kms , esb , hp-ux , general , efs , affirmative action , mws , update manager , public , maintenance , unix , dmz , ddos , metadata , webmethods , email , aws , configuration management , bus , premises , languages , amazon , failover , sag , ssl certificates , dashboards , database , cloud services , ug , gps , ami , sts , authorization , teams , enterprise , sql , application , less , ci , s3 , servers , transformation , storage , replication , acceleration , cloud computing , load , private networks , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15…
https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15031114095c5b5… 1/3
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Sears Holdings as Sr Technical Associate AWS-Webmethods
Aug 2016 to Aug 2020
Role:
AWS
Migrated data from on premises application web-methods Integration server Environment to AWS cloud
Planned & created a lift & shift process model, EC2 Linux/Amazon linux AMI to host the application & Security groups
Designed EBS and EFS volumes; created AMI using sanpshots of the EBS volumes & Instance stores
Mapped users/groups roles to appropriate AWS service; prepared, modified & maintained policies and tagged users/
groups to appropriate policies; configured AWS CLI with AWS EC2 machine
Worked on Simple Storage Service, created S3 buckets, designed S3 Lifecycle Policies as per the need of the
architecture; monitored & worked on S3 Performance ,Transfer Acceleration ,Cross region Replication
Used boot script for automation in EC2 instances by gathering Userdata and Metadata of EC2 instances & developed
database instance from manual and automated backup snapshots; created PITR database from Automated Snapshots
Set- up the RDS instances in PRD ENV; configured RDS with VPC Creation for public and private networks; configured
Read replicas and Multi-AZ nodes for RDS database
Created, configured VPC with Route tables, Subnets & developed private subnets for DB servers
Developed:
o NAT instances and NAT gateways to allow more security and smooth flow of traffic
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PARTH MAGU
Sr Technical Associate AWS seeking roles in IT Infrastructure Operations,Solution
Architecture,Cloud Computing,Webmethods,Application Support,System
Administration,Server Management,Configuration Management,Technical
Support,SQL,AWS,CI/CD
Key Skills: solution architecture,application support,system administration,configuration
management,sql,aws,webmethods,mws,integration server,broker,cloudformation,ci/cd, aws codedelpoy ,cloud migration,
vpc,Centrasite,Kibana,Trading Networks,Adapters
Summary
Offering nearly 9 years of experience in Webmethods-AWS Solution Architecture, AWS components & APIs Operating Systems
(Windows and Linux)
Comprehensive exposure to Web Services, Restful Services, SOA Architecture; experienced on AWS Codedelpoy, AWS
Code Build, AWS Code Commit, AWS Code Pipeline
Strong technical background in designing & implementing Cloud solutions with AWS Virtual Private Cloud (VPC), Elastic
Compute Cloud (EC2), Elastic Load Balancer (ELB), S3, Auto Scaling, RDS, Cloud Watch & AWS Services
Developed solutions to optimize, enhance, manage the clients' business in the best possible way with end-to-end execution
of the solution identification
Exhibited excellence in Cloud Migration, Consolidation & Transformation Projects, Cloud Services, Solutions, Consultancy &
Deployment and Data Center Transformation Services
Assisted customers in creating Virtual Private Cloud, Public, Private subnets as per requirement into various availability
zones
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15…
https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15031114095c5b5… 2/3
o NACLS and configured with appropriate subnets to allow smooth and secure flow of traffic; configured port in NACL's
& VPC flow logs to track IP adresses
Configured DNS service with AWS to route traffic; used policies to divert traafic using SImple, Weighted,Failover,
Gelocation
Webmethods
Maintained DEV,QA, PRD ESB (Enterprise Service Bus) servers which host 300 + services (backbone of SHC
infrastructure) to communicate between applications via Webmethods/ESB
Deployed packages from DEV to QA and from QA to PRD post approval, Whitelist IP's on IS ,DMZ's and Mediator
server
Created native service in Business UI (Centrasite), Virtualize Native service, deployed Virtual service in Mediators,
updated the Endpoints in Centrasite and deploy it in Mediators
Developed & configured DMZ ports namely Gateway External and Gateway Registration to communicate with external
clients; configured SSL certificates on DMZ servers to provide more security
Requested CACERTS from ICA, created key aliases to Keystore, created jks keystore using keytool, imported
CACERTS, installed client certificate in Trustore
Enabled and disabled ports,adapters MQ Listeners and MQ Connections; increased the logging level on IS servers
Worked on SSL handshake issues on service and server; analysed wrapper logs ,updated system & services with PCI
data to be TLS1.2 Complaint as it includes financial information
Liaised with SAG & other application teams in troubleshooting & Correction of Error(COE) during P-1; captured
diagnostic logs using diagnostic utility; installed SAG Fixes using update manager; opened INC to SAG to further
investigate issue
Configured Crontab which includes Schedule Server restart, Purging of the logs , gatering monitoring data for further
use
Experienced in Kibana Tool Used to monitor ESB transactions and troubleshot issue during the functioning of tool;
designed dashboards using Kibana Tools to monitor traffic effectively
HCL Technology as AWS Associate
Apr 2013 to Aug 2016
Client: Johnson & Johnson
Technology: AWS ,IAM ,No SQL Database, Simple Storage Service, EC2, EBS, EFS, Buckets, RDS, Amazon 53 Route,
Read Replicas, Multi AZ failover. VPC, AMI, Logstash, Kibana, SQL, DynamoDB, Backup & Recovery, WebMethods IS82,
IS97 Platform, Broker, Trading Partner, MWS, HP-UX, LINUX Operatiing System.
Environment : Web-Methods Integration server 8.x ,Trading Network 8.x, Web-Methods developer 8.x, Web-methods 9.x
,Unix
Highlights:
Devised & implemented strategies to build mindshare and broad use of AWS within a wide range of customers and
partners
Possess knowledge on STS, Hypervisors ,Parameter Store, AWS Config,Guard duty
Provided protection against DDOS attack using AWS WAF and AWS shield; managed KMS keys within services
through AWS (AWS Inspector and Trusted Advisor) for security and compliance
IBM GPS as Web-Methods Administrator
Jan 2012 to Apr 2013
Worked on IBM payroll with GAP INC & contributed as Webmethods Administrator/PRD Support in IBM GPS for GAP
Technology: WebMethods IS82, IS97 Platform,Broker,Trading Partner,MWS, HP-UX, LINUX Operatiing System
Environment: Web-Methods Integration server 8.x ,Trading Network 8.x, Web-Methods developer 8.x, Web-methods
9.x ,Uni
UG: B.Tech/B.E. (Computers) from Maharishi Dayanand University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
AWS, IAM, No SQL Database
Simple Storage Service, EC2, EBS, EFS
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15…
https://freesearch.naukri.com/preview/printResume?uname=59171cc7e13caf9ead5767b731b0030c5f0b0a534c4701110113125a5a5d004d170f15031114095c5b5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Buckets, RDS, Amazon 53 Route
Read Replicas, Multi AZ failover
VPC, AMI, Logstash, Kibana
SQL, DynamoDB, Backup & Recovery
Auto Scalling Groups, Rouyte S3
KMS, ALB, Trusted Advisor
Aws Inspector, WebMethods IS82, IS97
LINUX Operatiing System
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 830: Resume 1384 with similarity score 0.011633110017716096
Resume Text: MS , BS devops engineer , solutions architect , associate , unix administrator , senior software engineer , full time , team lead , network support version control , suggestions , docker , databases , red hat , status , commitments , continuous integration , build tools , testing , nagios , network infrastructure , components , restoration , server administration , workflow , organization , distance learning , ansible , automation , devops , infrastructure services , designation , mar , deliverables , hindi , cluster , linux server , english , troubleshooting , project , steel , processing , git , dc , itil , javascript , jboss eap , hp-ux , gujarati , reporting , subversion , performing , developers , affirmative action , mysql , uptime , hub , operational activities , maintenance , basic , unix , database administration , bangla , escalation , email , customer applications , tomcat , aws , configuration management , circulation , operations , middleware , containerization , maven , languages , ssl certificates , multipath , patch management , jenkins , rfp , windows server , versioning , oracle database , impact assessment , authorization , compilation , enterprise , due diligence , wintel , participation , user administration , conducting meetings , servers , shell scripting , storage , eclipse , orchestration , administrative , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d14…
https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d140319405c0e0d5… 1/3
Current Designation: Senior Software Engineer ( Serving
Notice Period )
Current Company: 3i Infotech
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
3i Infotech as Senior Software Engineer ( Serving Notice Period )
Jun 2017 to Till Date
Provide Server Administration Support on QA, Dev and PROD environments.
Responsible to create and manage AWS Infrastructure with required Tools and services .
Long experience on Linux Administration and Shell Scripting.
Working on CI/CD lifecycle of Plan, Build and Operate Application and Infrastructure.
Experienced in using Docker components like Docker Engine, Hub, Swarm, Docker Registry, handling Docker images
primarily for middleware installations and domain configurations. Experience with a version control system (GIT preferred)
preferred Technical and Professional expertise.
Hands-on knowledge of Source Code Management (Version Control System) tools like Git with current project and
Subversion (SVN) with previous projects.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Manish Kumar
I am MCA with 8+ years exp. and Certified in hpux , redhat and AWS ,seeking roles as
DevOps Engineer with AWS . Primary Skill - Linux with AWS setup and manage with
git , Jenkins , Docker , Ansible. Secondary Skill - Jboss , mysql ,Network.
Key Skills: Linux Administration, AWS, Devops, Ansible, Docker, GIT, Audit Compliance, JBoss, MySQL Database
Administration, Network Support, Jenkins,
Summary
* Over 8+ years of experience in Linux and Server Infrastructure.
* Good Hands on experience on CI/CD DevOps Lifecycle with AWS Infrastructure -
- AWS ( Infrastructure Services )
- Versioning Tools - SVN and GIT
- Configuration Management - Ansible
- Containerization Tool - Docker
- Container Orchestration - Docker Swarm
- Continuous Integration - Jenkins
- Build Tools - Eclipse / Maven
- Database - MySQL (SQL)
- Monitoring Tools - Nagios
- Scripting Language - Shell Scripting
- Middleware - Jboss EAP 7 , Tomcat
* Good experience on Windows Server and Networking. Well Aware with Server Hardware, Storage.
To be a part of a world class company that provides challenging opportunities to enhance my knowledge and contribute
positively to the growth of the organization and self
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d14…
https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d140319405c0e0d5… 2/3
Responsible to perform administrative task related to all Linux Server i.e. Installation, system updates, patches, version
upgrades, shell scripts etc.
Maintaining maximum uptime and maximum performance capacity for Enterprise Production, QA and UAT/staging using
AWS Auto Scaling / Docker Swarm as required.
Good Ability to understand Database (MySQL and Oracle) and write basic SQL queries for reporting, impact assessment
and Incident troubleshooting.
Good experience in automation with Ansible/Shell Script to provide easy and fast configuration Management for All
Linux/Wintel servers.
Good Experience with monitoring tools such as Nagios.
Demonstrates a strong ability to deliver on project commitments (RFP).
Experience in working with ITIL based delivery model.
Responsible for integration with other IT tools, AUDIT Closer and to manage licenses and SSL Certificates.
Work with software developers to seamlessly movement of applications from development to QA and production.
Secondary Responsibilities: JBoss administration, MySQL Database Administration, Windows Servers Administration,
Network Issue. This role is responsible for performing a wide variety of technical and management operations in AWS
Server and Network Infrastructure.
3i Infotech as Unix Administrator
Mar 2013 to Jun 2013
User Administration & Management in hp-ux / Linux.
Creating & Managing File System.
LVM Configuration and maintenance.
Patch management.
Performing Cluster (HA) Administration & Management.
Assigning LUN, Multipath and provide all the servers related requirement when needed.
Performing Cold Backup & Restoration.
IGNITE Backup when requested by users (Clients).
? Data Protector Management (Backup) and maintenance.
Inspection and resolution of escalated issues by DCO Team.
Overall responsibility of Brain DC related to UNIX / Linux Servers.
Conducting Meetings with higher authorities including BIHAR Govt. as well as
3i InfoTech (About Data Centres Issues and workflow).
Creating and delivering SOW and SOP sessions for down the line employee.
Talbros Infotech as Team Lead
Feb 2012 to Mar 2013
Jobs and Responsibilities:
Compilation and testing of applications on three phase's workflow (Test/UAT/PROD) system.
All SMG activities that are falling in normal and critical categories are closed well within the SLA during the tenure. No
deviation / escalation on CMR/DCR processing.
Turmoil reporting, contributed valued views and suggestions to ITS Development team (TISCO) for getting quality Turmoil.
Raised ACM issues in AST forum and for its effective addressing.
Reviewed and validated new SOW, SOPs of ACM with present deliverables.
Active participation in handling internal and external audits.
L1 Database activity as required by application team.
Performed DBA operational activities for customer applications.
Performance monitoring report circulation of UNIX system to customers
Performed Oracle database due diligence for compiling DCRs of databases scattered across Tata Steel HP
managed systems.
Tools Used:
EPM for CMR Workflow.
UG: BCA (Computers), Correspondence/Distance Learning from IGNOU in 2010
PG: MCA (Computers), Correspondence/Distance Learning from Jaipur National University, Jaipur in 2019
Other Qualifications/Certifications/Programs:
Solutions Architect-Associate
Red hat Certification, RHCSA
CSA-HP-UX11i v3
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d14…
https://freesearch.naukri.com/preview/printResume?uname=7442c15805676c5e9f1cc3b62ccf87f95e0b0c594e1708400611140c0958574e470d140319405c0e0d5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Ansible, Maven,MySQL,SVN, GIT
Shell Scripting,Docker,Eclipse,
Jboss EAP 7 , Tomcat , AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bangla
Gujarati
Rank 831: Resume 1175 with similarity score 0.011618314299423385
Resume Text: B.E , MS , B.TECH , BS system administrator , dialer , cloud engineer , part time , full time reporting , dns server , training , vm , general , windows server , windows 2000 , microsoft azure , security , designation , ug , mar , telecom , advent , affirmative action , mysql , routing , vista , hindi , hub , lead management , active directory , firewall , maintenance , windows administration , ltd , permissions , linux server , software projects , digital , apache , cyberoam , basic , ssl , troubleshooting , red hat , authorization , english , status , email , tomcat , ftp , matrix , aws , configuration management , juniors , photoshop , lpr , less , annual reports , operations , exchange server , mac os , writing , corporate websites , servers , srm , fedora , router , storage , forwarding , languages , documentation , iis , cms , system administration , javascript , xp , history , crm , google cloud , it infrastructure management , file systems , microsoft sql server , database , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d47…
https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d470316105a540d… 1/3
Current Designation: Senior System Administrator
Current Company: Bravura Digital Pvt Ltd
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
BRAVVURA DIGITAL as Senior System Administrator
Sep 2020 to Jan 2021
Bravura Digital Pvt Ltd as Senior System Administrator
Mar 2017 to Till Date
Work Description:
Handling IT Infra and CRM Dialer: - Gurgaon and New York (USA) location.
Deployment & Domain SSL certificate installation
Maintain inventory and asset configuration documentation
Hands on with Domain Active directory , iis , dhcp,dns
Managed Git Hub repositories and permissions, including branching and tagging and deployment on servers via
connecting GIT repositories with servers.
Managing AWS could infrastructure server Creating VMs, monitoring manage port manage storage. Nic Cloud, Microsofr
Azure,Google cloud
Manage switch router and Cyberoam firewall
AD Domain Migration from 2003 till Windows Server 2008.
Fix time wise occurring issue with Windows Servers and Clients as well.
Implementing, managing and troubleshooting Local and Secondly Level DNS Server.
Analytically Good Approach in solving software and Hardware issues.
Managing online Exchange office365 with Managing Exchange roles, Managing Mailbox, mail Tracking, Backup of
mailbox.
Install and Troubleshoot Linux Server Operating system
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Ajit Singh
Senior System Administrator seeking roles in System Administration, Linux
Administration,Configuration Management,IT Infrastructure Management,Desktop
Support,Technical,AWS,Google and
NIC,Support,Installation,Troubleshooting,Linux,MySQL,SVN,Git Hub
Key Skills: Senior System Administrator,System Administration,Windows Administration,Configuration Management,IT
Infrastructure Management,Desktop Support,Technical Support,Installation,Active
Directory,Troubleshooting,Linux,MySQL,SVN,Git,AWS,Microsoft Azure
Summary
Over almost 8 years? experience in IT Infrastructure and Dialer support maintenance, website development including
Deployment and installation of ssl certificate on server, Managing basics of AWS services,Google Cloud and NIC cloud
services..
Experience in tracking, day-to-day tasks monitoring and reporting.
Types of software projects handled ? Git Hub,CMS, CRM, Bitrix tool applications, Annual reports, Corporate Websites.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d47…
https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d470316105a540d… 2/3
Managing apache , tomcat and iis server
Manage and deploy ftp on linux and windows server.
Support and maintenance of LAN. Troubleshooting of day to day
Hardware and network problem. Responsible for 200 machines.
Maintain/oversee daily/Weekly Backup/archiving and restore/retrieval operations, ensuring all required file systems and
system data are successfully backed up as required
Creation, modification General Security Plans and Service Security Plans
Routing Assess.
Give basic training to juniors about all processes
Upkeep, and installation and repair of software client?s side.
1-Installation of Windows 2000, 2003, XP, Linux Red Hat -4
Munch Ado Pvt.Ltd as System Administrator
Apr 2015 to Feb 2017
? Handling IT Infra and CRM Dialer: - Gurgaon and New York (USA) location.
? Deployment & Domain SSL certificate installation
? Maintain inventory and asset configuration documentation
? Hands on with Domain Active directory , iis , dhcp,dns
? Managed Git Hub repositories and permissions, including branching and tagging and deployment on servers via
connecting GIT repositories with servers.
? Managing AWS could infrastructure server Creating VM's, monitoring manage port manage storage.
? Manage switch router and Cyberoam firewall
? AD Domain Migration from 2003 till Windows Server 2008.
? Fix time wise occurring issue with Windows Servers and Clients as well.
? Implementing, managing and troubleshooting Local and Secondly Level DNS Server.
? Analytically Good Approach in solving software and Hardware issues.
? Managing online Exchange office365 with Managing Exchange roles, Managing Mailbox, mail Tracking, Backup of
mailbox.
? Install and Troubleshoot Linux Server Operating system
? Managing apache , tomcat and iis server
? Manage and deploy ftp on linux and windows server.
? Support and maintenance of LAN. Troubleshooting of day to day
? Hardware and network problem. Responsible for 200 machines.
? Maintain/oversee daily/Weekly Backup/archiving and restore/retrieval operations, ensuring all required file systems
and system data are successfully backed up as required
? Creation, modification General Security Plans and Service Security Plans
? Routing Assess.
? Give basic training to juniors about all processes
? Upkeep, and installation and repair of software client's side.
? 1-Installation of Windows 2000, 2003, XP, Linux Red Hat -4
Advent Matrix as System Administrator
Jan 2014 to Mar 2015
ATS Services as Dialer Executive
Nov 2012 to Jan 2014
Handling IT Infra support and maintenance of Dialer Ensemble Pro 5.2 and Aspect
Dialer 6.5, 6.5.1 and 6.6 Unified IP System troubleshooting of day to day.
Dialer & Windows Server Problem.
Regular Updating of Servers Applications
Database - Microsoft SQL Server 2000
? Database and Lead management.
? Writing SQL Queries to generate reports.
? LPR Report update
? SQL Server Backup.
? Call Forwarding Report.
? Call History Report.
? Trouble shooting database problems.
? Managing the Sybase Database.
? The backup data.
? Creation of the reports
SRM Estates Pvt. Ltd as Senior IT Executive
Dec 2011 to Sep 2012
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d47…
https://freesearch.naukri.com/preview/printResume?uname=4032f7114ea30b1ce3795f9a66781784515b5f564e46014750401350090b5248125d470316105a540d… 3/3
UG: B.Tech/B.E. (Computers) from IITTCE College PTU University Jalandhar in 2011
PG: in 0
Nature of Employment: Full Time Duration: Nov 2020 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Window (XP, Vista, 7, 8, 10),
Fedora 12, 13, Linux, Mac Os
Windows Server 2000, 2003, 2008
Exchange server 2003, Photoshop
MS Office- 2003, 2007, 10, 13
SVN, Git, IIS, Apache, MySQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Cloud Engineer
Client: Ministry of AYUSH
Project Details: Working for ministry of Ayush as a cloud engineer
Rank 832: Resume 722 with similarity score 0.011600426238114171
Resume Text: B.S , MS , BS solutions architect , devops , product development , solution architect , it manager , full time , product owner , vp award , business case , financial services , telugu , project managers , microsoft azure , demand , vault , linux , digital , status , bridge , programmers , testing , scope management , features , kibana , infrastructure , html5 , restoration , weblogic , spring framework , organization , suite , pipeline , elasticsearch , devops , kubernetes , designation , it strategy , mar , xslt , hindi , ltd , architects , english , json , logstash , cost savings , ownership , angularjs , togaf , yaml , resource management , process management , javascript , rolling , data centers , capital , data services , technology enhancements , risk analysis , web development , general , echo , affirmative action , collaboration , maintenance , utilization , kafka , jquery , technology leadership , email , tomcat , aws , project implementation , oracle coherence , operations , github , technology solutions , sequencing , languages , friction , manuals , pmp , program management , cyber , coaching , agile methodologies , functionality , beats , mentoring , investment , magnitude , apache , authorization , simplifying the complex , teams , team building , models , licensing , record , application , focus , less , electronics , enterprise architecture , led , running , transformation , preparation , software engineers , adoption , formulation , sponsorship , python , cloud computing , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 1/4
Current Designation: IT Manager
Current Company: Franklin Templeton International Services
Current Location: Greater Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: PGDCL [Cyber Laws]
Verified : Phone Number | Email - id
Franklin Templeton International Services as IT Manager
Aug 2005 to Till Date
Leadership: Formulation of innovative digital strategies and associated governance models, as well as leading the teams
accountable for implementing them. Multi-million-dollar P & L and Project Portfolio accountabilities and business case
preparation to secure capital investment of a similar magnitude.
Process Management: Consistently focused on instilling a highly effective product development roadmap and optimally
managing the project pipeline. This includes ensuring the right organization structures are composed and are engaged to
make and support operational decisions. Orchestrates outputs, which brings positive change through effective
governance.
Resource Management: Owns the responsibility of strategic resource utilization (portfolio strategy, consumer trends),
which drives focus, resource alignment, and technology enhancements. Simplifying the complex structures to gain
alignment and sponsorship from C-Suite stakeholders. Innovative with external partners to improve service and delivery
capabilities. A passionate coach and mentor committed to helping people unleash their true potential and grow their
careers.
Project Management: Forward-focused Leader with proficiency in concepts of end-to-end planning and implementation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Praveen B S
Global Technology leader seeking Senior leadership role in the field of Application
Software/Web Development and Server Infrastructure Support
Key Skills: kafka, kubernetes, elastic search, cloud computing, spring framework, devops, ci/cd, agile methodologies,
program management, project management, enterprise architecture,togaf,technology leadership,it strategy,elk
stack,java,aws
Summary
Accomplished Technology leader with a proven track record of driving strategy and technology transformation initiatives that
deliver measurable results for business partners.
Currently leading a global team of managers, project managers, architects, senior software engineers delivering mission-critical
capabilities and innovative/award-winning technology solutions. With ownership over our global digital properties
I have deep expertise with cross-functional, multi-department collaboration, in the pursuit of solving real business problems and
reducing friction with our customers, in order to grow the business and improve the bottom line.
Extensive background in transforming legacy applications to modern cloud computing frameworks through the adoption of
DevOps, CI/CD, and Agile methodologies while improving quality and ensuring faster time-to-market delivery.
Passionate about team building, coaching, mentoring, and skills development.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 2/4
from scope management to activity sequencing, effort, and cost estimation and risk analysis, proven skills in giving
direction to the business, improving operations, maximizing profits, and driving cost reductions.
OSI Technologies Pvt. Ltd. as Module Lead
Jan 2003 to Aug 2005
Significant Accomplishments:
Led team of over 4 for project implementation of "eBizMailer 3.6" and developed, implemented, maintained, and managed
reports
module of application
Wrote customized user manuals for specific system configurations and designed technical upgrade paths, incorporated
requested
functionality and performance enhancements
Tracked email campaign results and provided reports to marketing departments to bring forward all qualified leads and
added value
to efforts of sales departments
Bridge Software Technologies as Sr. Programmer
Jun 2000 to Dec 2002
Significant Accomplishments:
Authored code fixes and enhancements for inclusion in future code releases and patches
Implemented and tested the website; supported and trained programmers on same
UG: B.Sc (Electronics) from Pragathi Maha Vidyalaya, Hyderabad, affiliated to Osmania University in 1997
PG: MCA (Computer and Information Sciences) from O.U.P.G. College, Hyderabad, Telengana in 2000
Post PG: PGDCL (Cyber Laws) from Hyderabad University in 2004
Other Qualifications/Certifications/Programs:
PGDCL: Cyber Laws
PMP
AWS Certified Solutions Architect ? Professional
TOGAF - 9
Certified Disciplined Agilist DAD
Education
IT Skills
Skill Name Version Last Used Experience
Java, 6,7,8 2020 15 Year(s) 0 Month(s)
Oracle Coherence 12.1.3 2020 8 Year(s) 6 Month(s)
AngularJs 2020 3 Year(s) 0 Month(s)
ELK Stack 2020 5 Year(s) 0 Month(s)
Kubernetes 2020 4 Year(s) 0 Month(s)
ENTERPRISE ARCHITECTURE 2020 10 Year(s) 0 Month(s)
devops 2020 10 Year(s) 0 Month(s)
Python 2020 2 Year(s) 0 Month(s)
GitHub 2020 3 Year(s) 0 Month(s)
Kafka 2020 3 Year(s) 0 Month(s)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 3/4
Nature of Employment: Full Time
Role: Other
Duration: Mar 2019 - Jul 2020
Onsite / Offsite: Offsite
Team Size: 20
Nature of Employment: Full Time
Role: Other
Duration: Mar 2019 - Jun 2020
Onsite / Offsite: Offsite
Team Size: 30
Nature of Employment: Full Time
Role: Other
Duration: Mar 2018 - Jul 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Role: Solution Architect
Duration: Sep 2017 - Jun 2019
Onsite / Offsite: Offsite
Team Size: 25
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Telugu
Projects
Project Title: Digital Infrastructure Data services Migration
Client: Franklin Templeton International Services
Skill Used: Apache Ignite, Kubernetes, YAML, Key vault, Microsoft Azure
Role Description: Application owner
Project Details: Coherence Services(Product Data) migrated to Apache Ignite on the Azure cloud infrastructure, reduction of
server costs; operation and maintenance costs, Improved flexibility to support project needs; ability to create environments
quickly, reduction of production impacts; built-in resilience, Ability to auto-scale in production based on demand/traffic
Reduction of project impacts related to testing environment downtime for patches and refreshes.
Improved cache restoration, with the help of rolling release updates
Project Title: Infrastructure WebLogic to Tomcat Migration on Cloud
Client: Franklin Templeton International Services
Skill Used: Weblogic Server, Apache Tomcat, Microsoft Azure, Kubernetes, Kafka
Role Description: Application Owner, Solution Architect, Product Owner
Project Details: Applications and services running on WebLogic migrated to Tomcat on Azure Cloud approx. 50 +
international websites migrated, the migration is lift and shift of applications, Significant cost savings for the organization;
reduction of licensing and operational costs
Project Title: ELK Monitoring
Client: Franklin Templeton International Services
Skill Used: Elasticsearch, Logstash, Kibana and Beats, Kafka and Linux
Role Description: Application Owner,
Project Details: Designed and implemented an internal Elasticsearch based log monitoring solution for analyzing logs from
different application and webs tiers across 2 data centers.
Project Title: US Digital Echo
Client: Franklin Templeton International Services
Skill Used: Java, XSLT, JSON, JQuery, Oracle Coherence12.1.3, HTML5, CSS3, AngularJS, WebLogic 12.1.3
Role Description: Architect, Product Owner
Project Details: Franklin Templeton's US website's Accounts redesigned to use responsive architecture and to design
construct that is intuitive, welcoming, and simple for advisors to use, embodying Franklin Templeton's core values and brand
standards. To develop a website that is easily integrated with other sales, marketing, and enterprise applications and
provides greater flexibility to implement innovative features aimed at meeting business
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b15581…
https://freesearch.naukri.com/preview/printResume?uname=367def0a760578d1c847027e271738055c5e08521c425b170540480e0b08021b1558100044460d5b0… 4/4
Employment Status: Full time
Rank 833: Resume 1032 with similarity score 0.011597326125278836
Resume Text: B.E , MS , B.TECH project manager , delivery lead , product development , development manager , change management , full time resource allocation , award , retrospectives , itil process , complex systems , wcf services , prince2 , conducting , spring , energy , status , stakeholder management , specifications , project governance , application architecture , transportation , pl/sql , writing , components , asp.net , data center , foundation , utilities , organization , enterprise content management , sprints , contingency , mitigation , filenet , designation , deliverables , web services , hindi , operational systems , english , agile , gas , leadership , solution architecture , stage-gate , ibm , change management , estimates , git , javascript , technology , stored procedures , team management , dos , mobile application development , affirmative action , project plans , maintenance , customer requirements , unix , cni , adodb , email , languages , product lines , expenses , aircraft leasing , pmp , database , web application development , ms project , ug , authorization , models , transition management , cmmi level 5 , operations management , interfacing , ios development , led , shell scripting , finance , offshore , data access , kannada , python , ado.net 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d16…
https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d165019475b5a5f0… 1/3
Current Designation: Development Manager
Current Company: Capita Software India
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Bengaluru / Bangalore,United Kingdom
(UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Capita Software India as Development Manager
Jul 2018 to Till Date
Currently managing delivery of multiple projects over 3 product lines across different domains such as Utilities,
Transportation and Aircraft Leasing. The projects, all executed using Agile, includes core product development and
customisation to suit customer needs
Creating a team in offshore and ensuring successful transition of delivery roles from UK to offshore
Managing Delivery of customer requirements through season plans and sprints
Managing Project Risks, Issues and Changes
Team Management
Stakeholder Management
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PAVAN T RAMARAO
Manager seeking roles in Software Engineering,Application Development,Project
Management,Change Management,Delivery Management,Incident
Management,Transition Management,Solution Architecture,Agile
Methodology,JavaScript,Unix Shell Scripting,Python
Key Skills: Project Manager-IT/Software Engineering,Application Development,Project Management,Change
Management,Delivery Management,Incident Management,Transition Management,Solution Architecture,Agile
Methodology,JavaScript,Unix Shell Scripting,Python,SVN,Git
Summary
A PMP certified PM and PRINCE2 Practitioner with nearly 14 years of
experience in Project Management, Operations Management, ITIL Process
Management, SLA & Transition Management
Excellence in leading all projects through aggressive project governance
processes; developing relationships with business stakeholders; executed
delivered complex multi-million projects (including CNI) in major Energy
& Utilities company in UK
Hands on experiences in PRINCE2, Agile, Lean, Waterfall and V Process
models, MS Project Plan
Hands on experience in Web Application development using ASP.NET
Working knowledge of Web and Mobile Application Architecture
Expertise in client interaction, requirement gathering & analysis, project
planning, preparing budgets and documenting functional and technical
specifications
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d16…
https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d165019475b5a5f0… 2/3
AON Special Services Private Limited, as Delivery Lead
Oct 2016 to Jun 2018
Working closely with the clients to understand the programme requirements
Managing Programme finance, prepare project plans, resource plans track all deliverables, stage-gate assessments and
reports
for senior stakeholders.
Managing Project Risks, Issues and Changes
Significant Accomplishments:
Managed the implementation of Enterprise Content Management (ECM) (Aon product developed on IBM FileNet P8)
platform
various Lines of Businesses in Aon across multiple geographies
Provided overall leadership to the entire project team including managing deliverables of other functional team leaders
Managed large and complex projects or multiple components of a large project involving more than one company's
product
Conducting spring planning meetings, sprint review and retrospectives; help prepare product backlog and prioritizing
requirements
Created and managed the estimates, project plan, project schedule, resource allocation and expenses to ensure that
targets
were reached
Identified issues and risks in a timely manner; developed/implemented appropriate mitigation and contingency plans
WIPRO TECHNOLOGIES as Project Manager
Jul 2006 to Oct 2016
Conducting spring planning meetings, sprint review and retrospectives; help prepare product backlog and prioritizing
requirements
Producing architecture application with multiple layer including Business Layer, Database Layer and Front-End layer for
multiple database
Creating and implementing the data access using ADODB, Web Services, WCF Services
Writing complex stored procedures, functions and triggers
Highlights:
Managed delivery of four projects (two in PRINCE 2 methodology and two in Agile methodology) as part of various
programs
such as Gas Distribution Real time Mobile Application Development, Primavera for a major utilities company and Well
Reservoir
Facility management for a major energy company
Responsible for leading the development and implementation of a major interface to the data center migration Programme
and
Industry Interfacing Programme that involved integration of multiple complex systems.
Responsible for solution design and providing functional consultancy for a major project run to replace one of the key
operational systems
Led a few of the projects to achieve CMMI Level 5 certification and one of our projects won the organization level award
for the
Best Lean Implementation
UG: B.Tech/B.E. (Computers) from National Institute of Technology (NIT), Warangal in 2006
PG: in 0
Other Qualifications/Certifications/Programs:
PRINCE2 Practitioner
PRINCE2 Foundation
PMP
Education
IT Skills
Skill Name Version Last Used Experience
ASP.NET 4.0 2015 6 Year(s) 6 Month(s)
PLSQL 11g 2015 7 Year(s)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d16…
https://freesearch.naukri.com/preview/printResume?uname=cc6a63c9590fc55307df7a9282755600510e0b594c110f160642490a5c09001b160d165019475b5a5f0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: United Kingdom
Job Type: Permanent
Employment Status: Full time
Unix shell scripting AIX 6 2014 5 Year(s)
iOS Development 8 2015 2 Year(s)
Python 3.4 2018 2 Year(s)
MS DOS, Win 9x, 2000, XP, Win7
Win8,IOS,Unix (AIX), PL/SQL, VB Script
C#.NET, VB.NET & ADO.NET, Python
Languages Known
Language Proficiency Read Write Speak
English Proficient
Kannada Proficient
Hindi Proficient
Rank 834: Resume 1317 with similarity score 0.011592668494058544
Resume Text: B.E , MS , B.TECH application support , associate , software developer , full time , system engineer web development , redux , css , designation , ug , cse , affirmative action , oracle , hindi , linux , maintenance , windows , authorization , english , bootstrap , status , software testing , email , application , languages , framework , reach , django , electron , cisco , user interface design , it , python , javascript , organization , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b410917…
https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b4109170442475a595a… 1/2
Current Designation: Assistant System Engineer
Current Company: Tata Consultancy Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 3 Month(s)
Notice Period: 3 Months
Highest Degree: BTEC [Cse]
Verified : Phone Number | Email - id
Tata Consultancy Services as Assistant System Engineer
Jul 2019 to Till Date
I have been associated with Cisco for the past year. I developed a web application using ReactJS framework in my
organization (Cisco) which helped the client to view changes even when their tools were down.
Ported it as a windows desktop application using ElectronJS for better use and reach.
UG: B.Tech/B.E. (Computers) from Sapthagiri College of Engineering, Bangalore in 2019
PG: BTEC (Cse) in 0
Other Qualifications/Certifications/Programs:
Oracle Certified Associate, Java SE 8 Programmer
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Harsh Raj
Assistant System Engineer seeking roles in Software Development,Application
Programming,Coding,Web Development,React JS,Redux,Electron JS, Requirement
Gathering,Software Testing, Material UI, Bootstrap,HTML,Javascript,CSS,Django,User
Interface Design
Key Skills: Software Development,Application Programming,Coding,Web Development,React JS,Redux,Electron JS,
Requirement Gathering,Software Testing, Material UI, Bootstrap,HTML,Javascript,CSS,Django,User Interface Design
Summary
Skilled professional with 1 year of experience in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application Support,HTML,Javascript,CSS,Python,Django,User
Interface Designing,Java SE,Linux
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b410917…
https://freesearch.naukri.com/preview/printResume?uname=3a53817152bc754efa972ad99b7a3c8d0e5e58541f420c1457144650555d504b4109170442475a595a… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Java, JavaScript, Python
ReactJs, ElectronJS
HTML, CSS
Bootstrap, Material UI Design
WINDOWS, LINUX
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 835: Resume 848 with similarity score 0.011494648046251294
Resume Text: MS , M.TECH project manager , ui developer , quality assurance , senior software engineer , full time , senior software developer presentations , react.js , training , web development , general , financial services , scrum , css , designation , ug , affirmative action , information technology , project plans , technical architecture , collaboration , hindi , maintenance , customer requirements , player , english , authorization , teams , bootstrap , status , agile , responsiveness , email , specifications , application , leadership , angularjs , user requirements , mobile platforms , unit testing , languages , clear , styling , sonarqube , javascript , acting , presidency , html , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b140143…
https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b1401430a13440e0b58… 1/3
Current Designation: Senior Software Engineer
Current Company: Wipro Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
Wipro Limited as Senior Software Engineer
Sep 2015 to Till Date
working as UI frontend developer in Angular8 and React js. Have knowledge in JavaScript, Bootstrap, HTML5,CSS.
Wipro Limited as Senior Software Developer
Sep 2015 to Sep 2015
Discussed project progress with customers, collected feedback on
different stages and directly addressed concerns.
?
Monitored ongoing operation of assigned programs and responded
to problems by diagnosing and correcting logic and coding errors.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SHALINI PRAKASH
Senior Software Developer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Web
Development,Agile Methodology,Angularjs,HTML,CSS, Bootstrap, React.Js
Key Skills: Senior Software Developer,Software Developer,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Web Development,Agile
Methodology,HTML,CSS,React.Js,Bootstrap,Javascript
Summary
Accomplished Senior Software Developer with 5 years 4 months'
experience leading projects by acting as UI developer and
programmer. Proficient in supporting project deliverable and
maintaining releases. Strong member in guiding support teams and
solving complex issues. Steadfast in planning and implementing
effective development strategies based on industry best practices.
Skilled in directing development with creative and performanceoriented approach. Well-organized and customer-focused with
proven skills in project management and team collaboration.
Optimized structures and processes to accomplish customer targets
and promote company loyalty. Expert in diverse programming
languages, including angular JS, Angular 7 or 8, HTML designing,
CSS and SCSS styling. Organized and systematic team player with
development experience in Agile development environments and
Scrum methodology. Software Developer skilled at technical
leadership, communication and presentations.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b140143…
https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b1401430a13440e0b58… 2/3
?
Directed remote teams in Bangalore dedicated to application
design and quality assurance testing.
?
Modernized modules to improve performance, responsiveness and
usability on desktop and mobile platforms.
?
Gathered and defined customer requirements to develop clear
specifications for creating well-organized project plans.
?
? Guided 15 to 20 member support team in solving complex issues.
Created and implemented development strategies for impactful
projects.
?
Consulted with engineering team members to determine system
loads and develop improvement plans.
?
Met with project manager and team members to provide detailed
project reports and milestone updates.
?
Reviewed user requirements, analyzed, designed, implemented,
installed and delivered training for new applications.
?
? Designed and documented systems based on results of analysis.
? 6 months Experience in React JS.
Worked closely with other team members to identify and remove
software bugs.
UG: BCA (Computers) from PRESIDENCY COLLEGE, BANGALORE in 2015
PG: M.Tech (Information Technology) from Vellore Institute of Technology (VIT) in 2019
Education
IT Skills
Skill Name Version Last Used Experience
Angular6, 7 or 8
Angular js
React js
Sonarqube Report
UNIT TESTING
Bootstrap 3
CSS
AGILE
HTML
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b140143…
https://freesearch.naukri.com/preview/printResume?uname=78d2767bf59e6eb304113fb490a1700a0b540b02491b0e185645435a5c0f551b1401430a13440e0b58… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 836: Resume 693 with similarity score 0.011484966738533694
Resume Text: B.E , MS , B.TECH product development , software developer , senior software engineer , full time , sales operations , full stack developer automation , functionality , core java , jenkins , algorithms , kubernetes , css , designation , developers , mar , object-oriented programming , affirmative action , tamil , web services , docker , loan , web api , maintenance , ltd , kafka , jquery , erp modules , risk , authorization , customer data , english , maps , bootstrap , status , xsl , postgresql , email , application , aws , focus , project estimation , apache fop , less , microservices , angularjs , plus , apache spark , redis , writing , components , obc , git , debugging , building , maven , languages , cortex , html5 , hibernate , hive , charging , spring security , cassandra , es6 , google closure , spring framework , javascript , liaison , search , organization , scheduling , technology , sales operations , database 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b11…
https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b115544175b0c095… 1/3
Current Designation: Senior Software Engineer
Current Company: Wissen Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Other]
Verified : Phone Number | Email - id
Wissen Technology as Senior Software Engineer
Oct 2020 to Till Date
Working in Wissen as full stack developer in stress squad team,which has primary focus on evaluating the risk involved in
lending loan in different scenarios
Altimetrik as Senior Software Engineer
Aug 2019 to Oct 2020
Developing an web application for interacting with electric vehicle charging remotely
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Balaji Srinivasan
Engineer, Seeking Roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Data Structure,Core Java,J2EE,RESTful Services ,Spring Framework,Elastic
Search,Hibernate,Maven,Git,XSL,JavaScript
Key Skills: Data Structure,Core Java,RESTful Services,Spring Framework,Elastic
Search,Hibernate,Maven,Git,XSL,JavaScript,AWS,Redis,Cassandra,SQL,Apache
hive,Kafka,Spark,kubernetes,Docker,Jenkins,Apache druid,Angularjs,JQuery,Bootstrap,Html5
Summary
A competent professional with 5+ years of experience in Highly Scalable
Software Applications ,Web Services and ERP Product Development
Comprehensive knowledge of using technologies such as J2EE, RESTful services ,
Spring Framework, Elastic Search, Hibernate, Maven,Core Java, Git,XSL,Apache Spark,Apache hive,Kafka,AWS,
JavaScript, Data Structure and Algorithms
Experienced in RESTful services for implementation of life cycles of ERP modules
for multiple locations in co-ordination with development team and end users;
skilled in writing code with object-oriented programming
Capabilities in project estimation, evaluation, liaison with client & project team
and life cycle implementation of various ERP?s
Skilled in code reviewing, code debugging, base table accessing and
minimizing the defects from the projects
Gained exposure by contributing work in Design and Development of various
projects such as Supplier Chain Management, Tool Development &Internal
Framework components
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b11…
https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b115544175b0c095… 2/3
IVTL Infoview Technologies Pvt. Ltd., as Software Engineer
Jun 2015 to Aug 2019
Projects Undertake:
Cortex plus framework
01/2018 - Present
Technologies: Spring, Postgress Sql, Redis, Apache fop, JavaScript Es6,
Google Closure, HTML 5,Angular
Role: Developer- Designing & developing Modules
Description: Working on building framework components
.Authentication and authorization using spring security with Postgress
database. Used maven as main build tool .Cortex plus framework helps
developers to create web page quickly where components with more CSS
and functionality are done in framework level.
SCM (Supplier chain Management)
06/2015 - 01/2018
Technologies: Java 8, spring, Cassandra, Elastic Search ,Kafka ,Redis
,Google closure,Angularjs
Role: Developer- Designing & developing Modules
Description: Working on an internal tool named SCM ; targeting on the
automation of overall sales operations of the organization . The project
is based on storing all the customer data, contract details, creating
maps, organization structure, maintaining process flows, scheduling
meetings & resource planning & allocation.
UG: B.Tech/B.E. (Other) from Anna University in 2015
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA, J2EE 9 3 Year(s) 6 Month(s)
PostgreSQL 10.6 2018 3 Year(s) 6 Month(s)
RESTful Services
AngularJs
CSS AND LESS
MicroServices
JavaScript, HTML
SQL
Hibernate
Web API
Structures and Algorithms
Elastic Search
apache cassandra
Redis and Kafka
MAVEN
Languages Known
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b11…
https://freesearch.naukri.com/preview/printResume?uname=9499d24bae59ee06962c47575f1e52da0b5e09554e400c405244420d5f0f074a425b115544175b0c095… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Proficient
tamil Proficient
Rank 837: Resume 1047 with similarity score 0.011384313665516342
Resume Text: B.E , MS , B.TECH full stack developer , software engineer , full time , software developer redux , software solutions , workflow management , css , designation , ug , mar , telecom , affirmative action , children , information technology , mysql , user experience , hindi , maintenance , jquery , authorization , english , status , postgresql , b2b , email , project , application , ubuntu , business software , management software , github , rest , software architecture , features , languages , django , e-commerce , python , javascript , suite , administrative , shelter , business requirements , html , mena 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014…
https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014051543500908… 1/3
Current Designation: Software Engineer
Current Company: Openhouse
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Openhouse as Software Engineer
Sep 2020 to Till Date
Developing RESTful APIs with Django for revolutionary product
in the education sector.
Designing and ideating products to redefine educational
engagement for school children.
Soft Corner as Full Stack Developer
Mar 2020 to Sep 2020
Developing workflow management software for organizations
that help MSMEs take off and expand their business.
Expanding purview of the administrative software with
ReactJS and Django.
Western International Group as Full Stack Developer
Nov 2019 to Jan 2020
Developed a suite of products for B2B e-commerce
requirements using Django, jQuery and React.
Incorporated dynamic business requirements of sale and
purchase of goods in the products targeted for the MENA
region.
Last Active: 5-Feb-21 Last Modified: 2-Feb-21
Abhijit Sureshrao Ghate
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution
Architecture,Python,JavaScript,Django,REST,jQuery,React,Redux,Thunk,PostgreSQL,MySQL,HTML,CSS
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Python,JavaScript,Django,REST,jQuery,React,Redux,Thunk,PostgreSQL,MySQL,HTML,CSS
Summary
Result-oriented Professional with 3 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Python,JavaScript,Django,REST,jQuery,React,Redux,Thunk,PostgreSQL,MySQL,HTML,CSS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014…
https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014051543500908… 2/3
Melvault Software Solutions as Software Engineer
Jun 2019 to Oct 2019
Built business software solutions for telecom enterprises in 3 different countries. Created, customised and integrated
features in accordance with business requirements.
Shelter Associates as Software Developer
Sep 2017 to May 2019
Designed the software architecture of the company's core project, Shelter App, pertaining to meet the dynamic
requirements of Indian Development Sector work.
Principal development of three core modules using Django, Python, HTML and JavaScript technology stack.
Monitored the quality of the software based on user experience.
Trained and mentored trained junior colleagues.
UG: B.Tech/B.E. (Information Technology) from Savitribai Phule Pune University, Pune in 2015
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
Python 2.7 -
3.9
2021 3 Year(s) 4 Month(s)
DJANGO 2021 3 Year(s) 4 Month(s)
JQUERY 2020 3 Year(s)
Redux 2020 2 Year(s)
PostgreSQL 2021 3 Year(s) 4 Month(s)
HTML 2020 3 Year(s)
GitHub 2021 3 Year(s) 4 Month(s)
UBUNTU 2021 3 Year(s) 4 Month(s)
JavaScript 2020 2 Year(s)
REST 2021 3 Year(s)
REACT 2020 2 Year(s)
Thunk 2020 2 Year(s)
MySQL 2020 3 Year(s)
CSS 2020 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014…
https://freesearch.naukri.com/preview/printResume?uname=9d2278bcce4254b00ec1846fba2dff00515d0b524b120a440718400d5e0a591b450014051543500908… 3/3
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 838: Resume 897 with similarity score 0.011354724614884536
Resume Text: B.E , MS , B.TECH , BS full time , software engineer , applications developer , software developer version control , connect , office , bash , spring , linux , project planning , status , software engineering practices , https , continuous integration , xml , gitlab , sql server , packaging , weblogic , development projects , suite , react.js , automation , designation , web services , hindi , ltd , windows , json , english , visual basic , agile , ftp , on site , microservices , system requirements , rest , software architecture , c++ , word , struts , javascript , working experience , html , reporting , risk analysis , general , scrum , developers , affirmative action , oracle , maintenance , unix , software testing , acess , email , configuration management , ubuntu , multi-platform , operations , github , unit testing , maven , languages , jenkins , css , websphere , soap , ug , authorization , team building , enterprise , servlets , c# , excel , application , map , ci , electronics , user documentation , schemas , framework , ssh , python , eclipse , cd 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160…
https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160a17465f08010… 1/2
Current Designation: Software Engineer
Current Company: Tech Mahindra
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tech Mahindra as Software Engineer
Dec 2018 to Till Date
1) Be involved in the complete software development life-cycle, including working with the production operations team to
prepare and execute releases.
2) Applications developer working in a scrum of developers responsible for specific applications.
3) Deep knowledge of software engineering practices: unit testing, configuration management, and release management.
4) Experience with JavaScript development, include using React Js.
5) Design and developed APIs.
6) Produced and review enterprise-level system design documentation, including XML schemas, WSDLs, Use Cases,
Software Architecture Documentation, Service Mapping (i.e., map service schema to backend source systems), Consumer
Guide (i.e., end-user documentation), and transition documentation to support the team.
7) Ensuring that technical software development process is followed on the project, familiar with industry best practices for
agile software development.
8) Develop, Maintain, and support Continuous Integration framework based on Jenkins.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
ARJUN SINGH BAIS
Software Engineer seeking roles in Software Development,Application
Programming,Project Management,Risk Analysis,Software Testing,Requirement
Gathering,Continuous Integration,Java,Ubuntu,HTML,JavaScript,CSS,XML,Visual
Basic,Jenkins
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Software
Testing,Continuous Integration,Java,Ubuntu,HTML,JavaScript,XML,Visual Basic,Jenkins,Java J2Ee
Developer,JBoss,React.Js,Spring,Agile,Rest,CSS
Summary
Almost three years of experience in complete software development life cycle
Expertise in JAVA, J2EE, REST, Web Services, SQL, HTML, CSS, JavaScript
Overall responsibility for the day-to-day operations of the project, Reporting Periodically to all
the stakeholders, Project Planning and Tracking, Risk analysis, Counter action and Team building
and on site deployment.
Coding, Compiling, Unit testing, integration, packaging and deployment of developed software
Experienced in Gitlab CI and Jenkins for CI and for End-to-End automation for all build and CD.
Experienced in working with version control systems like GIT and used Source code
management client tools like GitBash, GitHub, Git Lab.
Knowledge of using Routed Protocols: FTP, SFTP, SSH, HTTP, HTTPS and Connect directly.
Developed microservices and Web Services (incl. REST/SOAP/WSDL/XML/SOA).
Having work experience in support of multi-platform like UNIX, Linux, Ubuntu.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160…
https://freesearch.naukri.com/preview/printResume?uname=a7f94d5f98b9c426b5707e56ef3c1a0c505e015548145a175513175c5a0c594e130f160a17465f08010… 2/2
Conitor Software Pvt Ltd as Software Engineer
Nov 2017 to Oct 2018
1) Created a whole JAVA application based on Streaming and Recording.
2) Working experience in building application development using JAVA/J2EE and C#.
3) Good experience in GUI (graphical user interface) programming with Swing.
4) Designed, developed, coded, tested, and debugged system requirements for the purpose of conversions and
development projects.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in
2017
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java/J2EE, C++, React Js, Python
Struts
Linux, Ubuntu, UNIX
Windows XP/2003/2008/10
Servlets, JSP, JDBC, HTML
Java Script, XML, JSON
Ant, Maven
Oracle, SQL server
HTML, CSS and Java Script
Bash, Shell
Eclipse, MS Office Suite
Visual basic,Excel,Acess, Word
Weblogic ,WebSphere and Jboss
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 839: Resume 871 with similarity score 0.011278935899408989
Resume Text: B.E , MS , B.TECH , BS application support , software engineer , assistant manager , cto , software developer , team leader , change management , full time , part time , installer react.js , rollout , render , web application development , ruby on rails , credit , designation , ug , affirmative action , mysql , oracle , analytics , offers , hub , maintenance , apache , jquery , approval process , risk , english , google cloud platform , authorization , bootstrap , status , amc , servlets , nasdaq , email , project , application servers , web servers , gold , pl/sql , optima , change management , data quality , features , juice , customer experience , building , egain , chat , framework , languages , consultations , hibernate , installshield , iis , weblogic , mobile , communications , javascript , suite , installanywhere , technology , customer interaction , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f115640145c0e5c… 1/3
Current Designation: Team Leader
Current Company: Behealthe Technologies
Current Location: Changnacherry
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Behealthe Technologies as Team Leader
May 2015 to Till Date
behealthE is aimed at providing realtime queue status
to patients for their OP consultations.
Was responsible for designing and implementing the
web and mobile application.
Worked on technologies like ruby on rails, react,
react-native,bootstrap and mysql
Worked on google cloud platform
Citi Corp as Assistant Manager
Dec 2013 to May 2015
RDM is developed as a part of new
platform/application knows as CitiRisk Commercial. This
is the unified platform used by Citi Commercial Bank
business and risk to implement the common lending
process across all commercial bank countries. This
powerful application is used to reduce operational
costs, improve data quality, and render a quick
turnaround time for customers. It integrates over 19
modules to support business/sales, risk and operation
related functions. CitiRisk Commercial leverages all Citi
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
JOSE CHANDY
Seeking roles in Software Engineering,Software Development,Web Application
Development,Application Support,Project Management,Change Management,Quality
Management,Requirement Gathering,Ruby
Rails,JavaScript,Bootstrap,React.Js,jQuery,Oracle,MySQL
Key Skills: CTO,Software Developer,Software Engineering,Software Development,Web Application
Development,Application Support,Project Management,Change Management,Quality Management,Requirement
Gathering,Ruby Rails,JavaScript,Bootstrap,React.Js,jQuery,Oracle,SQL
Summary
10 years of experience in web application development. 5+ years of
working as the CTO of a startup,responsible for designing,building
and supporting the application . Hands on experience on both server
side and front end technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f115640145c0e5c… 2/3
gold data sources, including AMC, DSMT, and Optima,
thus enabling a more effective and efficient system for
Citi clients worldwide.
This industry-leading consolidated system enables the
commercial bank to digitally manage the end-to-end
credit approval process across business and risk, thus
offering the benefits of efficiency and process
standardization across all global rollout countries..
Worked on technologies like j2ee,juice and
hibernate.
Egain Communications as Software Engineer 2
Aug 2011 to Dec 2013
eGain (NASDAQ: EGAN) is the leading provider of
cloud and on-site customer interaction hub software.
For over a decade, eGain solutions have helped
improve customer experience, optimize service process
and grow sales-across the web, social, and phone
channels. Every year they release a product with more
features and enhancement as eGainxx.eGain11 consist
Mail, Chat, Click2Call, CallTrack, Offers, Social ,
Cobrowse, Self-service, Analytics ext as different
channels to interact with customers.
Working in the development of the eGain suite
which is a software used by companies for
interactions with their customers
I work on features and bugs presented to me in the
application which is a J2EE application include front
end JSPs and Servlets classes to communicate with
the backend DBs(Oracle and MSSQL).
Has hands on experience on HTML and Javascript
Good exposure on upgrade-installer and installer
frameworks of our application
Worked on installer framework softwares
(InstallAnywhere/InstallShield)
Has hands on experience in analyzing Thread dumps
and Heap dumps
Has exposure to JMS
Has hands on experience of TSQL and PL/SQL
Worked on application servers like Jboss and
Weblogic
Worked on web servers like Apache and IIS
UG: B.Tech/B.E. (Computers) from National Institute of Technology (NIT), Calicut in 2010
Education
IT Skills
Skill Name Version Last Used Experience
J2ee, Ruby, Bootstrap, Jquery
Javascript, React.js, Mysql
Oracle, MSSQL, Java
Languages Known
Language Proficiency Read Write Speak
English
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=255ec22e3d76d2d5703ba177c815de125c590e504b1408420219445a5901041f1b0f115640145c0e5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 840: Resume 526 with similarity score 0.011276207644140276
Resume Text: B.S , BSC , BS work from home , graduate student focus , android studio , neo , raspberry pi , mumbai , assessment , project , it , resume , one , organization , campus , technology , technical training , gps , soft skills , learning Assessment
Q1. Why should you be hired for this role?
I am BSc IT graduate Student. I am fresher. Looking for a great opportunity with a mid-large size firm where I can contribute towards upcoming
technology innovations and manage key projects that impact the organization as well as broaden my scope of learning from the organizations
team members. My main focus is on my career and personal growth so that I can make sure that I can be a valuable asset to company.
I am part of TECHNOSERVE program which based on Campus to Technical Careers Program in this program learn about Soft Skills and Technical
Training on Data Sciences. in my last year of graduation I did project on employee tracking system in both way hardware and software. Hardware
I used NEO 6M GPS module with Raspberry Pi. And in software I used android studio. in this project we can track employee location while he
transfer confidential document one branch to another, and higher authority like HR can assign work to employee and employee can give the
feedback on it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Immediately
Resume
EDUCAT ION
TRAININGS
PROJECTS
CONTACT Phone: 91 9769613438
Shailesh Wagh
Mumbai
Applied 08 Feb'21
Bachelor of Science B.Sc), IT
Mumbai University MU
2017 - 2020
C2TC
Technoserve, Mumbai
Jan 2020 - Jan 2021
Soft Skills and Technical Training on Data Sciences
employee tracking system
Sep 2019 - Sep 2020
employee tracking system
Rank 841: Resume 744 with similarity score 0.01121897573294643
Resume Text: BTECH , BS , B.E , MS , B.TECH associate , devops , full time , software developer platforms , conducting , docker , linux , gateway , status , digital transformation , xml , bitbucket , pl/sql , apache spark , glassfish , building , kibana , visio , infrastructure , html5 , spring security , iso , weblogic , urban , ecommerce , javascript frameworks , retail , web apps , amazon ec2 , spring integration , devops , interfaces , sourcetree , designation , confluence , mar , web services , hindi , ltd , windows , json , english , logstash , agile , 12c , project , osb , mongodb , microservices , web service development , angularjs , rest , bridging , resolve , computer science , private sector , documentation , h2 , wso2 , software analysis , public sector , technology , esb , logics , customer portal , eureka , transaction management , web development , general , scrum , developers , ppp , pages , affirmative action , mysql , principles , maintenance , jquery , business logic , apache kafka , bootstrap , architecture , android studio , email , aws , network programming , spring data jpa , bengali , microsoft , dreamweaver , github , unit testing , maven , languages , tags , hibernate , android sdk , life insurance , jira , search , oracle fusion middleware , database , ajax , api , spring mvc , spring batch , mockito , digital divide , soap , b2c , ug , das , ecr , adobe , authorization , enterprise , servlets , spring boot , b2b , application , llp , dojo , ecs , government , s3 , finance , oracle service bus , bangladesh , software development life cycle (sdlc) , communications , informatics , eclipse , load , learning , liferay 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 1/6
Current Designation: Associate - Software Development
Current Company: PricewaterhouseCoopers Services LLP
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Kolkata,United States
(US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Accounting/Finance
Marital Status: Married
Total Experience: 5 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: BTECH [Computer Since Engineering]
Verified : Phone Number | Email - id
PricewaterhouseCoopers Services LLP as Associate - Software Development
Jul 2019 to Till Date
Project: BRAC Bank ESB Implementation
Client: BRAC Bank Limited
Assignments:
1. Middleware Development:
Role: Developer
Responsibilities: Development, Client Communications.
Framework and Technologies: Oracle Fusion Middle ware 12c, Oracle Service Bus (OSB), Service Oriented Architecture
(SOA), SOAP/XML, REST/JSON, ISO 8583.
Project: Kotak Life Customer Portal Implementation and PHF Portal Implementation
Client: Kotak Mahindra Life Insurance Company Limited
Assignments:
2. Micro service Development:
Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Subhadeep Das
Software Developer seeking roles in Software Development,Application
Programming,Project Management,Requirement Analysis,Design
Patterns,Agile,Scrum,Java,J2EE,Servlets,JSP,JPA,JDBC,Oracle,SQL,PL/SQL,MySQL,MongoDB,Hibernate,Spring
Framework
Key Skills: Software Developer,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Design
Patterns,Agile,Scrum,Java,J2EE,Servlets,JSP,JPA,JDBC,Oracle,SQL,PL/SQL,MySQL,MongoDB,Hibernate,Spring
Framework
Summary
Over 5 years of strong IT experience in Software Analysis, Design, Development, Implementation Testing, Issue Tracking and
Project Management (using Jira & confluence,) of Object Oriented Applications and Web based Enterprise Applications using
Java/J2EE and Spring, on Windows and Linux platforms.
Expertise in designing and developing web-based enterprise applications using Java 6,7,8 and J2EE technologies like Servlets,
JSP, Spring, JDBC, Hibernate, JPA, JNDI, Java, Web services, XML.
Expertise in DevOps, Agile and Scrum Methodologies.
Expertise in AWS services such as EC2, S3, RDS, ECS, ECR etc.
Expertise in Docker and Dockerized deployment in AWS environment ECR and ECS.
Expertise in Software Development Life Cycle (SDLC) phases including Analysis, Design, Implementation, Testing and
Maintenance.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 2/6
use cases and business logics.
Framework and Technologies: Spring boot, Spring Data JPA, Spring batch, Netflix Eureka Server, Zuul, Ribbon,
Feignclient, Hystrix, Docker, Oracle DB, WSO2
Project: Sahaj Portal Revamp
Client: SREI E VILLAGE KENDRA LIMITED
Assignments:
1. Micro service Development:
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise
Deployment in AWS.
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, AWS EC2, ECS, ECR, S3, RDS, Elastic Search, Logstash, Kibana, MySQL.
Sysedge Micro Informatics as Software Developer
Aug 2018 to Jul 2019
Deployed in: Pricewaterhouse Coopers Pvt. Ltd (Pwc)
Project: Srei Sahaj
Description: Sahaj E-village is works on PPP (Private Sector Public Sector PertnerShip). It's a venture initiative of SREI
Infrastructure Finance Limited (SIFL). Sahaj has delved into bridging the digital divide between Urban and Rural India
under the flagship of NeGP of Government of India.
Assignments:
1. Micro service Development:
Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise
Deployment in AWS.
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, AWS EC2, ECS, ECR, S3, RDS, Elastic Search, Logstash, Kibana, MySQL.
2. POC on Distributed Transaction Management:
Objective: Micro service architecture doesn't support ACID Transactions over distributed Database, hence the objective
was to achieve the consistency to derive an approach to resolve the same.
Framework and Technologies: Eventuate Framework, Spring Boot, Apache Kafka, Mongo dB, MysqlDB.
3. Kotak Life Insurance Demo:
Objective: Demonstrating advantages of Micro service and Liferay 7.1 DXP.
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services.
Framework and Technologies: Spring boot, JPA, Hibernate, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, MySQL.
Sapient Razorfish as Junior Associate
Mar 2018 to Jul 2018
Project: Sapestore
Project Summary:
Description: Ecommerce platform for B2B and B2C retail-based business.
Framework and Technologies:
Front End: HTMML5, CSS3, Bootstrap, JS, AJAX, jquery, JSP, Angular Js.
Middle Layer: JEE, Java8, Spring Boot, Spring MVC, RESTfull Webservice, Hibernate, JPA, Spring Microservices, Eureka
Server, Netflix zuul gateway and Ribbon (as load balancers).
Database Used: MSSQL DB.
Software Tools and IDE Used: Eclipse, Android Studio, Adobe-Dreamweaver, MS-Visio.
Testing: Junit5 Mockito, Postman.
Build Tool: Maven
Project Management: Jira and confluence, Dojo.
Role:
Issue tracking and project management in JIRA. Conducting Low Level Planning Meetings.
End to end development of the Account and Transaction Module. Which includes;
Microservice development to create RESTfull APIs with Entities, JPA, DAO Layer, Business Logic Interfaces.
Developing front end according to the given wireframes in JSP.
Developing Complete Spring MVC.
Integrating Spring MVC modules and Microservices by consuming the REST API.
Developing Angular application to support SPA.
Triggering Jenkin Builds.
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 3/6
UG: B.Tech/B.E. (Computer Science and Engineering) from Haldia Institute of Technology, Haldia, West Bengal
University of Technology in 2015
PG: BTECH (Computer Since Engineering) in 0
Other Qualifications/Certifications/Programs:
Professional Diploma in Digital Transformation Program - Java Enterprise Apps
IT Skills
Skill Name Version Last Used Experience
JAVA 8 2018 2 Year(s)
JEE 2018 2 Year(s)
JSP
Spring 4 2 Year(s)
Spring Security 2 Year(s)
SPRING MVC 2 Year(s)
Spring Integration 2 Year(s)
spring boot 2 Year(s)
MicroServices 2 Year(s)
JIRA 2 Year(s)
SERVLETS
JDBC
Tomcat8.0, WebLogic
Tomcat8.0, WebLogic
GLASSFISH
Oracle 10g,11g
SQL, PL/SQL
MySql, H2, MongoDB
Hibernate
Apache Spark, AngularJS
RestFull WebService
Maven 3
DOCKER
DOJO, Confluence
Rational Rose, Microsoft Visio
Git, Bitbucket, SourceTree
HTML5, CSS3, Bootstrap
Javascript, Ajax, JQuery, JSON
Languages Known
Language Proficiency Read Write Speak
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 4/6
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2019 - Nov 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Module Leader
Duration: Aug 2018 - Jul 2019
Onsite / Offsite: Offsite
Team Size: 30
English Expert
Hindi Expert
Bengali Expert
Projects
Project Title: BRAC Bank ESB Implementation
Client: BRAC Bank Limited
Project Details: Role: Developer
Responsibilities: Development, Client Communications.
Framework and Technologies: Oracle Fusion Middleware 12c, Oracle Service Bus (OSB), Service Oriented Architecture
(SOA), SOAP/XML, REST/JSON, ISO 8583.
Project Title: Kotak Life Customer Portal Implementation
Client: Kotak Mahindra Life Insurance
Project Details: Micro service Development:
Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics.
Framework and Technologies: Spring boot, Spring Data JPA, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, Oracle DB, WSO2
Project Title: PHF Portal Implementation
Client: Kotak Mahindra Life Insurance
Project Details: Role: Track Lead Micro Service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics.
Framework and Technologies: Spring boot, Spring Data JPA, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, Oracle DB, WSO2
Project Title: Sahaj Portal Revamp
Client: Sahaj e-Village Ltd.
Project Details: Assignments:
1. Micro service Development:
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise Deployment in
AWS.
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix, Docker, AWS EC2, ECS, ECR, S3, RDS, Elastic Search, Logstash, Kibana, MySQL.
Project Title: Sahaj Portal Revamp
Client: Sahaj e-Village Ltd.
Skill Used: Microservices, Eureka, Spring Boot, Docker, AWS, Amazon Ec2, ECS, RDS, AWS APIGATEWAY, AWS-
LAMBDA, MySQL Db, JIRA, Github, ECR, ALB
Role Description: Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client
coordination for Modified use cases and business logics, Docker management, Unit testing verification for other developers,
Sprint wise Deployment in AW
Project Details: Assignments:
1. Micro service Development:
Role: Track Lead Micro service Development
Responsibilities: Developing Micro services, monitoring the work of the microservice team, Client coordination for Modified
use cases and business logics, Docker management, Unit testing verification for other developers, Sprint wise Deployment in
AWS.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 5/6
Nature of Employment: Full Time Duration: Mar 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2017 - Jan 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2017 - Oct 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2015 - Aug 2016
Onsite / Offsite: Offsite
Framework and Technologies: Spring boot, Jdbc template, Spring batch, Netflix Eureka Server, Zuul, Ribbon, Feignclient,
Hystrix,
Project Title: SapeStore
Client: Not Disclosed
Project Details: Project: Sapestore
Project Summary:
Description: Ecommerce platform for B2B and B2C retail-based business.
Framework and Technologies:
Front End: HTMML5, CSS3, Bootstrap, JS, AJAX, jquery, JSP, Angular Js.
Middle Layer: JEE, Java8, Spring Boot, Spring MVC, RESTfull Webservice, Hibernate, JPA, Spring Microservices, Eureka
Server, Netflix zuul gateway and Ribbon (as load balancers).
Database Used: MSSQL DB.
Software Tools and IDE Used: Eclipse, Android Studio, Adobe-Dreamweaver, MS-Visio.
Testing: Junit5 Mockito, Postman.
Build Tool: Maven
Project Management: Jira and confluence, Dojo.
Role:
Issue tracking and project management in JIRA. Conducing Low Level Planning Meetings.
End to end development of the Account and Transaction Module. Which includes;
o Microservice development to create RESTfull APIs with Entities, JPA, DAO Layer, Business Logic Interfaces.
o Developing front end according to the given wireframes in JSP.
o Developing Complete Spring MVC.
o Integrating
Project Title: Colab
Client: Not Disclosed
Project Details: Bootstrap &Angular JS for Front-End
Spring, J2EE framework & Hibernate for Middleware
H2/ Oracle as back end
Understand DevOps principles and use Maven scripts for building applications
Code management using GitHub
Objectives
Understand and implement object-oriented concepts using Java technology programs
Write SQL queries to retrieve, manage, and manipulate data
Design responsive Web/enterprise apps using HTML5, CSS3, and various JavaScript frameworks such as Bootstrap &
AngularJS
Build persistent and loosely coupled Web apps using Hibernate and Spring technologies
Build REST Full Web Services
Build high quality Web/enterprise apps by using DevOps platform
Project Title: NiitECom
Client: Not Disclosed
Project Details: Description
Bootstrap &Angular JS for Front-End
Spring, J2EE framework & Hibernate for Middleware
H2/ Oracle as back end
Understand DevOps principles and use Maven scripts for building applications
Code management using GitHub
Objectives
Understand and implement object-oriented concepts using Java technology programs
Write SQL queries to retrieve, manage, and manipulate data
Design responsive Web/enterprise apps using HTML5, CSS3, and various JavaScript frameworks such as Bootstrap &
AngularJS
Build persistent and loosely coupled Web apps using Hibernate and Spring technologies
Build REST Full Web Services
Build high quality Web/enterprise apps by using DevOps platform
Project Title: Tickdecor
Client: Assetmitra E Solutions Pvt Ltd
Project Details: Project Summary:
Description: Android application, Web development, REST Web service development for B2B and B2C based business
platform.
Languages: HTML5, CSS3, Bootstrap, Java8, XML, SQL, JS, .
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f1…
https://freesearch.naukri.com/preview/printResume?uname=32282da5bb2974bace0682538bef54265b0901571913581100181409550b0348425f120a42135d5b01… 6/6
Nature of Employment: Full Time Duration: Aug 2014 - Jan 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: Bangladesh
Job Type: Permanent
Employment Status: Full time
Framework and SDK Used:, Android SDK, JEE, Spring, RESTful service, Spring MVC, Spring, Hibernate.
Database Used: MSSQL DB.
Software Tools and IDE Used: Eclipse, Android Studio, Adobe-Dreamweaver, MS-Visio.
Testing: Junit5 Mockito, Postman.
Build Tool: Maven
Role: Android-Application-Development, Documentation and Planning, Web-Service Development
Project Title: Citezen Card System
Client: Not Disclosed
Project Details: Project:
Citizen Card System
Description
JSP and Servlet using EJB framework.
Oracle as Backend.
Objectives
Understand J2EE Intro, Architecture
Learning Network Programming using java.net
Learning JDBC using type 4 driver
Servlet Programming-Life Cycle, Generating Dynamic Pages, Tracking Sessions
Servlet Programming JDBC from Servlets
JSP Execution Architecture, JSP Tags-Directive, Declarative, Scriplet & Exception
JDBC from JSP
Types of EJB
Stateless & Stateful Session Bean-Life Cycle.
Rank 842: Resume 1338 with similarity score 0.011207834442719077
Resume Text: MS , BS sales lead , key person , devops , vp , solution architect , full time , senior architect , enterprise architect , program manager , associate manager water quality , core java , workshops , docker , technology services , web hosting , status , digital transformation , mumbai , xml , building , foundation , kt , pipeline , security controls , automation , ansible , retail , cloud consulting , devops , kubernetes , designation , resource mobilization , pre-sales , hindi , flex , ltd , english , project leadership , perimeter security , data security , cloud security , agile , smoke , groups , microservices , provisioning , philips , architecting , c++ , disaster recovery , togaf , strategy , b1 , itil , ibm certified , vmware , one , javascript , data centers , derivatives , bfsi , capital , big data analytics , managed services , reporting , scrum , developers , data migration , affirmative action , information technology , opex , hub , public , maintenance , dynamo , axis , unix , iaas , technology leadership , paas , email , aws , microsoft , hp , containerization , pod , languages , context , crop , oil , amazon , failover , assessment , mobile , scheduling , sensors , search , apps , pmp , customer presentations , high availability , software solutions , rfp , connected devices , nse , coe , hybrid cloud , azure , authorization , openstack , due diligence , application , ci , apac , transformations , enterprise architecture , servers , air quality , framework , offshore , market development , ncfm , uml , mesh , communications , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d1…
https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d170118455f085c… 1/3
Current Designation: VP - Enterprise Architect - Cloud
Transformation , DevOps & Cloud CoE Lead
Current Company: Axis Bank Limited
Current Location: Mumbai
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Axis Bank Limited as VP - Enterprise Architect - Cloud Transformation , DevOps & Cloud CoE Lead
Feb 2020 to Till Date
* Lead cloud transformation projects across business groups including assessments /advisory / CICD/DevOps.
? Driven and designed the Kubernetes based Cloud native deployment solutions for micro services with leveraging -
* Dockerization (Containers) with Kubernetes on Azure Platform(AKS) , AWS EKS , IBM Containers integrations etc.
* Istio , Calico based policy enforcement and service mesh - inter-pod communication , service discovery , secure API
communications.
* Managing SI partners like AWS , Azure , Workapps ,FreeCharge for design , implementation and support.
* Key role in architecting and designing the landing zone for cloud migrations/hosting -
o Hub and Spoke model enforcing perimeter security.
o Containerization as Service with Kubernetes containers leveraging AWS EKS .
o Secure by design leveraging Infosec security controls w.r.t. banking domain.
o Big data analytics over ADF (Azure Data Factory) via self hosted Integration Runtime.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Sandeep A. Patil
MCA with 20+ years of exp in Technology leadership - Cloud strategies ,
Consulting/Pre-sales/Delivery ,
Digital Transformation , Cloud Migrations , Cloud Natives(PaaS/Kubernetes) , DevOps
, Automation , Cloud Security , AI, Cognitive , Appl Dev, IoT
Key Skills: cloud transformation,enterprise architecture,project management,cloud migrations,cloud native paas,devops
solutions,azure,cloud security,cloud assessment,aws,togaf,microsoft
azure,container,docker,automation,bfsi,presales,rfp,data security,Java
Summary
Delivery & Market Development (Cloud Transformation Lead / Enterprise Architect - Practice , Delivery) : Architecture stream
? Lead cloud transformation program across business groups in BFSI focusing digital banking , CaaS (Container as Service) ,
cloud native services.
? Cloud Transformation Lead (consulting , pre-sales , migrations , delivery , automations , DevSecOps) over 4 years serving
customers across USA / EU / APAC / in BFSI , Pharma and Mfg.
? Digital Banking - As a platform lead , owned and drived the transformation of retail banking wallet app to Azure leveraging
Kubernetes and PaaS services over 2 years.
? Key role in defining the Cloud Migration Factory model (IaaS/PaaS) and Managed Services Flex mode.
? Lead the automation drives -
* End to end service request fulfilment under the umbrella of HP OO(Operations Orchestration)
* Cloud based automations - provisioning , configs , monitoring/alerts & house keeping activities.
? Key role in defining DevOps solution fram
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d1…
https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d170118455f085c… 2/3
Capgemini Technology Services Ltd as Program Manager - Enterprise Architect (Cloud Transformation
Lead)
Feb 2017 to Feb 2020
* Architecting & designing the migration of mobile app to Azure IaaS/PaaS leveraging Kubernetes Container based
microservices , DevOps CI/CD & agile SCRUM methodology. Lead the team of developers at onsite and setup a support
model.
* DevOps / agile scrum for end to end development
* Leveraged Spinnaker to deploy the container images to kubernetes orchestration layer in blue-green mode and
through CD pipeline.
* Driven Digital farming- SCOUT program for the crop sciences -.
o Connected devices/censors related to crops farming through AWS IoT platform and continuous reporting / analytics
on the state of the crop to regulate the actions. The services leveraged - Elastic search , Dynamo DB , Lambda and
devices like Raspberri Pi and sensors like temperature , water quality , air quality , smoke etc.
* DrivenDC Transformation for one of client's subsidiary holding 100+ apps and 500+ servers.
o Migration of workloads to Capgemini Data centers across regions (USA/Germany/Singapore) with hybrid cloud way
including private cloud on VMware and AWS public cloud.
* Lead Automation drives -
o End to end service request fulfilment under the umbrella of HP OO(Operations Orchestration) including Cloud Service
Automation (CSA) and Service Now
o Runbook automation (Ansible , Cheff etc)
IBM India Pvt Ltd as Cloud Solution Architect
Jan 2016 to Feb 2017
* Designed and deployed the solutions associated with dockerization (containerization) of the batch applications on
Bluemix Containers.
* Architecting and designing migrations/transformation/hosting solutions with hybrid cloud that includes Softlayer hosted
solutions , AWS Public cloud.
* Assessment of workloads for migrations/transformations to hybrid/public cloud. (IaaS/PaaS).
* Driven the due diligence for the consulting and migrations phases of the cloud and digital transformation roadmap.
* Designed and driven the DevOps release management framework for IaaS and PaaS(Cloud foundry) leveraging:
UrbanCode Deploy(UCD)/
Wipro Technology Services as Senior Architect
Apr 2012 to Jan 2016
* Define migration strategy for the workload migration with respect to Hybrid cloud(AWS / Azure / Openstack /
VmWare).
* Define the strategy for assessment and advisory services for cloud fitments.
* Design the architecture, high availability , Disaster Recovery approach.
* RFP response & support on the hybrid cloud IaaS ( AWS/Azure/Openstack) hosting , Migration , Transformation.
* Manage the delivery of the infra deployment , application/data migration on cloud.
* Driven automation (runbook , service management , IT Ops) for the customers in Opex model etc.
* Pre-Sales Lead - Public Cloud Solutions
o RFP responses for the public cloud transformation/migration.
o Due Diligence , customer presentations.
Key customers worked with - Shell Oil , McGraw hill, Philips , Campbell Soup , Transfield . The geos covers - USA , EU
and Australia.
Business trips :
USA on B1 , France - Paris , Germany-Munich , UK (London) , Amsterdam
For - Due diligence , workshops , consulting and presentations.
ACCENTURE SOFTWARE SOLUTIONS as Associate Manager Technology Cloud Java
Oct 2006 to Apr 2012
As a Cloud Tech Lead-
* Solution support on the hybrid cloud IaaS where AWS and private cloud joint solution proposed.
* Provided the solution on 3-tier web hosting , Batch processes , Data centric apps.
* Provide best possible alternative for Disaster recovery , failover solution in the context.
* The project has been outsourced from JPMC-UK in the form of model - 10% onsite and 90% offshore.
* Worked as a Lead at offshore, Involved in scheduling, planning activities.
* The technology primarily used is C++, UNIX (Sun-Solaris),coreJava , Sybase, UML etc.
* Responsible as the key person in the project start up - building the team , onshore KT ,resource mobilization and then
ongoing project leadership and management activities.
* Handled the client communication.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d1…
https://freesearch.naukri.com/preview/printResume?uname=27ae88d573a82c89131826f197555998580c0a5019415a150044440a0e5a5248150d170118455f085c… 3/3
PG: MCA (Computers) from National Institute of Electronic and Information Technology (NIELIT) in 1998
Other Qualifications/Certifications/Programs:
Togaf 9 Certified (Part 1 and Part 2)
Amazon Web Services(AWS) Certified Solution Architect - Professional Level
Microsoft Certified Azure Solution Architect
IBM certified Softlayer Solution Architect
IBM certified Bluemix PaaS cloud Solution Architect (PaaS)
PMP
ITIL R V3 Certified (Foundation)
Rational Unified Process(RUP)
NCFM (NSE's Certification in Financial Market ) Capital Market Derivatives module
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java , JDBC , DAO , XML , XSLs
AWS - IaaS and PaaS 2020 9 Year(s) 0 Month(s)
Azure - IaaS and PaaS 2020 7 Year(s) 0 Month(s)
Cloud Migrations 2019 6 Year(s) 0 Month(s)
Cloud Digital Transformation 2020 5 Year(s) 0 Month(s)
devops 2020 6 Year(s) 0 Month(s)
Kubernetes 2020 5 Year(s) 0 Month(s)
Container - Dockers 2020 5 Year(s) 0 Month(s)
Cloud Security 2020 4 Year(s) 0 Month(s)
Cloud Consulting 2019 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 843: Resume 1031 with similarity score 0.011198902089609275
Resume Text: MS business process lead , associate , customer service officer , operations officer , full time , team lead , part time , cso corporate actions , financial services , security , bookings , status , brokerage , bloomberg terminal , institutional , accruals , commercial banking , testing , order management , prime , ipb , organization , liability , bonds , outlook , wealth management , retail , filenet , designation , loans , trading , diversification , neft , eod , ltd , english , processing , forms , training programs , swift , notes , settlement , kyc , javascript , insurance , cash , clearstream , instruction , bau , fraud prevention , options , affirmative action , branch banking , checks , escalation , customer service , email , securities , rtgs , investments , operations , credit cards , crest , languages , dtc , business process , investment banking , viz , distribution network , equities , online , ug , tamil , stocks , nav , eligibility , authorization , excel , application , mutual funds , adherence , savings , baskets , global custody , fixed income , offshore , events , euroclear 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d120140…
https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d1201405711150a5d5a… 1/3
Current Designation: Business Team Lead-Banking Operations
Current Company: Tata Consultancy Services Ltd.
Current Location: Chennai
Pref. Location: Chennai,Bengaluru / Bangalore,Hyderabad
Functional Area: Banking / Insurance
Role: Operations Mgr
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as Business Team Lead-Banking Operations
Feb 2014 to Till Date
Corporate and Institutional Banking:
Organization : Tata Consultancy Services, Chennai.
Over View:
Client : CITI Bank UK business.
Designation : Business Process Lead.
Total Experience : 6 and 7 Months(Feb 2014 to till date)
Professional Experience:
Handle Brokerage and Investment operations for Citi International Personal Bank (IPB & UK CONSUMER), offshore
wealth management arm Investment of Citibank.
The clientele has the exclusive option of trading in Equities, Fixed Income baskets, Exchange traded funds and notes,
Mutual Funds and other structure products.
This privilege can be availed in global markets viz., from Australia to US, thus offering the client global portfolio
diversification opportunities.
Responsibilities:
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
BALAJI. P
Business Team Lead seeking roles in Banking Operations,Customer Service,Branch
Banking,Commercial Banking,Mutual Funds,Trade Settlements,Investment
Banking,Wealth Management,Portfolio Management,KYC
Key Skills: Business Team Lead,Operations Officer,Operations,Customer Service,Branch Banking,Mutual Funds,Trade
Settlements,Investment Banking,Wealth Management,Portfolio Management,KYC,Reconciliation,NAV,Loan
Operations,custody operations
Summary
Banking professional with an experience of 8 years in all aspects of retail banking including Integrated Online solutions for
Savings Banks, Credit Cards, Loans, NRI Business, Acquisition Engines for Asset/Liability Products, Customer Service,
Investments banking Operations and Fraud Prevention while working across multiple roles in driving business by managing
Product, platform & distribution network.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d120140…
https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d1201405711150a5d5a… 2/3
Order Management process
Settlement and Fail Trade Management
Corporate Actions
Securities Transfers
Cash and Positions reconciliations
Security, rates and Account Maintenances
Trade Settlement
Placing settlement instruction with custodian for settlement.
For all the executed equities and bonds settlement instruction will be placed in custodian system based on the place of
execution like DTC, CREST, Paris, Frankfurt, CEDEL, EUROCLEAR, DRS and DWAC etc.
Direct Deal with DTC, EUROCLEAR, CLEARSTREAM and Euro next markets.
Responsible to liaise with external counterparty on daily BAU.
Trade monitoring during corporate action periods.
Updating daily failed trades from various depositories.
Custody Operation:
Daily Cash and Position Reconciliation between fund and Broker.
Responsible for all UAT testing of securities related systems and swift messages with clients and other banks
Reconciliation of Eligible holdings for all CA events between depository and custody levels.
Reconciliation of Cash and Securities transactions related to Credit operations.
Effective and timely responding of Client/Spoke queries related to credit operations and transfers.
Hands on experience in using Bloomberg Terminal for searching information on Corporate Actions, verifying coupon
accruals for bonds and Price for securities.
Bookings of Equities, Futures, Options, Fixed-Income and settling the same in its due settlement into the accounting
system as per broker
Generating daily/ weekly MIS and Monthly Management Report.
Handled Training programs on Global Custody process.
Timely review of procedures & SOP and also serve as prime point of contact for escalation & new projects.
Adhering to EOD Checklist to ensure key deadlines are monitored.
Conversion of securities from ADR, GDR to common ISIN.
ICICI Bank Ltd as Customer service Officer
Jan 2013 to Nov 2013
* Consumer Banking:
* Bank : ICICI Bank
* Over View:
* Designation : Customer service officer. (CSO)
* Total Experience : 11 months (Jan 2013 to Nov 2013)
* Responsibilities:
* Managing Opening and closing of Savings and Current A/c' s and entering forms for saving a/c and current a/c in the
system
* Processing of Fund transfer requests, RTGS, NEFT, CBDT etc.
* Make entries of transfer cheques.
* Manage all clearing activities of branch.
* Responsible for tallying stocks like Cheque book, ATM cards, etc.,
* Responsible for all cash transactions happening at branch
* Ensure compliance with Banking rules, Regulations- & Procedures and Adherence to KYC guidelines.
Scope International Ltd as Process Associate
Jun 2012 to Nov 2012
Perform KYC checks in credit card application forms.
Verification of documents provided by the customer for the credit cards.
Entering of customer details in Filenet system for the credit card process
Perform systematic checks to ensure the eligibility for the quantum of amount seeked by the customer.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d120140…
https://freesearch.naukri.com/preview/printResume?uname=5220d83a397b007732a70aac2bf30a480d5e5d5418410f110b1817590f0c074d1201405711150a5d5a… 3/3
UG: BCA (Computers) from Ramakrishna Mission Vivekananda College, Chennai in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
MS Excel, Outlook, & System
Languages Known
Language Proficiency Read Write Speak
English
tamil
Rank 844: Resume 702 with similarity score 0.011187170449803267
Resume Text: B.E , MS , B.TECH , BS software engineer , full time , software developer react.js , spring mvc , web development , core java , general , telugu , css , notepad++ , mar , visual studio , affirmative action , tamil , web services , hindi , beginner , sublime text , maintenance , adobe , authorization , english , status , spring boot , sql , email , project , application , less , forms , github , swift , flow , languages , html5 , spring framework , javascript , eclipse , technology , inkscape 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a5816…
https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a58160a44445b085b… 1/2
Current Location: Kadapa/Cuddapah
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Newgen Software Technologies as Software Engineer
Aug 2019 to Aug 2020
Designed forms for banking , Validating forms , and webservices.
Newgen Software Technologies as Trainee Engineer
Jan 2019 to Jul 2019
UG: B.Tech/B.E. (Computers) from hindustan institute of technology and science in 2019
Last Active: 29-Jan-21 Last Modified: 26-Jan-21
Bhargava Raju Veligandla
Software Engineer seeking roles in Software Development, Application Programming,
Coding, Web Development, With Skill set in React JS ,Core Java, Spring, JavaScript,
Web Services, MS SQL, Eclipse IDE, Inkscape
Key Skills: React.Js, Core Java, Spring, Javascript, Html5, CSS, Spring, Spring Mvc,Spring Framework
Summary
Skilled professional with 1 year 7 months of experience in Software Development, Application Programming, Coding, Web
Development, With skill set in React JS, Core Java, Spring, Eclipse IDE, Web Services, Javascript, MS SQL
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, spring boot
React JS, HTML5
JavaScript
MS SQL
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a5816…
https://freesearch.naukri.com/preview/printResume?uname=4d2b5fdb3b71a5961004513e7c64faeb510c00501c120c43571949515e5d55491a58160a44445b085b… 2/2
Nature of Employment: Full Time Duration: Mar 2019 - Aug 2020
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Sublime text, Notepad++
Eclipse IDE, Visual Studio
SVN, GitHub
Inkscape, Adobe XD
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Tamil Beginner
telugu Expert
Projects
Project Title: KIB
Client: Kuwait international bank
Project Details: KIB project is all about to automate the flow of account opening (direct and normal), fund transfers (internal
and Swift) using NG Forms and IForms and Ibps
Rank 845: Resume 1377 with similarity score 0.011180865686424828
Resume Text: M.TECH , BS cloud engineer , devops engineer , full time , software developer general , devops , jenkins , windows server , efs , security , designation , ug , affirmative action , rhel , hindi , application hosting , maintenance , unix , gateway , authorization , json , english , iaas , troubleshooting , status , paas , stakeholder management , email , groups , aws , configuration management , peering , continuous integration , bitbucket , s3 , git , puppet , ec2 , storage , languages , sql server , javascript , cost reduction , cloud computing , technology , availability , it infrastructure management , working experience , mission critical , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110…
https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110a13430a0b0d57… 1/2
Current Designation: CLOUD DEVOPS ENGINEER
Current Company: Wipro
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Wipro as CLOUD DEVOPS ENGINEER
Sep 2015 to Till Date
UG: BCA (Computers) from Chaudhary CHaran Singh University, Meerut in 2015
PG: M.Tech (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2019
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SAKSHI TYAGI
Cloud Devops Engineer seeking roles in Software Engineering,Cloud
Computing,Continuous Integration,Configuration Management,IT Infrastructure
Management,Stakeholder Management,AWS,Jenkins,SQL Server,GIT
Key Skills: Cloud Devops Engineer,Software Developer,Software Engineering,Cloud Computing,Continuous
Integration,Configuration Management,IT Infrastructure Management,Stakeholder Management,AWS,Jenkins,SQL
Server,GIT
Summary
Overall 5+ tears of experience in IT and as Cloud Engineer with 3+ years of expertise in continuousIntegration and Deployment
implementing strategies within AWS platform, an extensive skill in areas of DevOps,
Managing and involving in server infrastructures, administration of mission critical, high
availability environments and Build/Release management.
Experienced in long-term tacticsin cost reduction for application hosting/maintenance in
AWS (PaaS & IaaS cloud computing service).
Strong understanding and hands on experience in deploying, troubleshooting issues with
Compute (EC2 instances, Lambda, EMR), Networking (VPC, Subnet, VPN, VPC Peering,
Network ACL, Security Groups, Route Table, NAT Gateway, NAT Instance, Bastion Host,
Route53), Storage (EBS, S3, EFS, Glacier), Database services on AWS (RDS, Elasticache,
DynamoDB).
Working experience of AWS Monitoring + Management (Cloudwatch,CloudTrail)
Strong experience in designing & implementing security in AWS with IAM andKM
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110…
https://freesearch.naukri.com/preview/printResume?uname=6af1c692fe4feebc8b6c8a79591fe46f5c5d0c534e160d130745450e550a521e1b08110a13430a0b0d57… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS
Unix Shell, JSON
RHEL 7/8, Windows Server 2016
Jenkins, Terraform, Packer, Puppet
S3, Git, BitBucket
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 846: Resume 982 with similarity score 0.011146061615815193
Resume Text: B.E , MS , B.TECH , BS owner , software developer , team leader , full time , systems engineer api , web development , web apps , general , blogging , telugu , image processing , css , microsoft azure , security , designation , deep learning , blogs , architectural patterns , data transfer , nlp , sqlite , affirmative action , mysql , hindi , docker , keras , maintenance , pos , instagram , php , jquery , digital , english , mobile phone , artificial neural networks , json , speech recognition , authorization , web applications , enterprise , status , bootstrap , c# , agile , spring boot , email , project , store , google , aws , tesseract , live , photos , xamarin , computer vision , forms , prediction , paper , surveillance , rest , led , c++ , nltk , machine learning , opencv , django , languages , framework , heart disease , html5 , mobile applications , flask , urdu , pil , python , javascript , technology , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 1/4
Current Designation: Systems Engineer
Current Company: Tata Consultancy Services (TCS)
Current Location: Kurnool
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kurnool
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as Systems Engineer
May 2019 to Till Date
Worked as a professional in developing cross platform mobile application using xamarin forms ,high end web apps using
django,
developed innovative machine learning solutions using Keras, REST API's using flask , Blogging site using DJANGO
UG: B.Tech/B.E. (Computers) from G Pulla Reddy Engineering College, Kurnool in 2019
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Hameed Kunkanoor
Working as a professional in developing cross platform mobile applications using
Xamarin forms , Django based web applications in AWS, developed innovative
machine learning solutions using Keras,NLP,OpenCV REST API's using flask ,
Key Skills: Xamarin, Django ,AWS, Flask, Web Development, MYSQL ,Machine Learning, REST API, NLP, Deep
Learning, Python, c#,OpenCV, .Net, Html5, CSS, Javascript,Java, c, c++, Anaconda, Software Development, Application
Programming,Docker
Summary
Eagerly looking for a job in Tech company. I being a tech geek with proven expertise in Mobile app development, Machine
learning, Deep learning and a little NLP. and developing enterprise web apps using django , html,css,js.I am currently working in
TCS as systems engineer at 7LPA only guy from my college to get selected for TCS Digital, Secured 92 percentile in CAT 2019.
I worked as a team leader in our company and also developed innovative solutions to many enterprise problems and always led
my team to success in tuf times, there were times where I worked more than 18 hours a day and contributed innumerable
weekends for my team's success.I have also actively interacted and worked closely with clients in Agile manner and never led
anyone's expectation down . Got many appreciations and hurdles but always tried to get success and acheived it.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 2/4
Nature of Employment: Full Time
Project Location: Kurnool
Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 1
Skill Name Version Last Used Experience
GIT
AWS
Microsoft Azure
Xamarin forms
.NET
REST API
OPENCV
Deep learning
MACHINE LEARNING
TensorFlow
NLP
FLASK
C#
Python
NLTK
JAVA
React native(a little)
Keras
html, css, javascript, php,MYSQL
DJANGO
C, C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Urdu
Projects
Project Title: Find_It_Buddy
Client: Made for me
Skill Used: Django,HTML, MySQL Db, CSS, Javascript, JQuery, Bootstrap, AWS, Python,
Role Description: This site is developed entirely by me with the latest tech stack and using Enterpris architectural patterns
Project Details: Source url : https://github.com/Hameedkunkanoor/Finditt it is a private project
Find It Buddy is a Django based web application in an attempt to find answers related to technology and science through
blogs, forums and question and answers . This project is made using django framework with MYSQL database with AWS to
store images and other files and API's and ajax to handle data transfer between front end and backend. Frontend is made
using HTML,CSS,Javascript, Jquery, Ajax for API calls, Bootstrap,
Project Title: Handwritten_Text_recognizer_using_tesseract
Client: For me
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 3/4
Nature of Employment: Full Time
Role: Programmer
Duration: Jan 2020 - May 2020
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time Duration: Dec 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2019 - May 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Nov 2019 - Jan 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Sep 2019 - Mar 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Bangalore
Duration: May 2019 - Feb 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: May 2019 - Feb 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Sep 2019
Onsite / Offsite: Offsite
Skill Used: Opencv, pytesseract, PIL, Python
Project Details: project source : https://github.com/Hameedkunkanoor/Handwritten_Text_recognizer_using_tesseract
Basically this is a Tesseract based handwritten text recognizer which recognizes the text shown to it similar to google OCR
Project Title: Recommendor system
Client: Self
Project Details: project source : https://github.com/Hameedkunkanoor/Recommendor-system
A python based recommendation engine
Project Title: SaveInsta App using Xamarin forms
Client: For me
Skill Used: Xamarin forms,MVVM cross, c#, SQLite, ADMob
Project Details: source : https://github.com/Hameedkunkanoor/SaveInstaProfilePicture
This is a xamarin forms based cross platform application made for saving the instagram photos,vidoes to the mobile phone
Project Title: Rock Paper Scissors using Computer vision
Client: Rock Paper Scissors using Computer vision
Skill Used: Convolutional neural networks, Python, Deep Learning, Computer Vision,
Project Details: project link : https://github.com/Hameedkunkanoor/RockPaperScissorsUsing-ComputerVision
THis project is just for a little playtime where we can show gestures to play rock paper scissors with the computer
Project Title: Live Home Surveillance
Client: For me
Skill Used: Flask, Opencv, Image Processing, Neural Networks, Html5, css,
Project Details: LHS project is aimed at providing security surveillance through the security camera .the camera feed is being
monitered by python based application which predicts any unusual activity in the house and reports it to the owner through
EMail.
Live home surveillance is a Deep learning based OpenCV project where I used backgrounbd substraction to find difference
between frames and if I found any difference the application takes the snaps and sends them through Email
Project Title: Confidential
Client: Landmark group
Skill Used: Xamarin Forms, Spring Boot, Rest API, MYSQL database, Microsoft Azure, MVVM cross,
Project Details: We made a project using xamarin forms to replace the POS for billing with Mobile application made with
xamarin forms
Project Title: Heart disease prediction API using Flask
Client: for mer
Skill Used: Flask, Rest API, Python, Artificial Neural Networks,
Project Details: Project source : https://github.com/Hameedkunkanoor/HeartDiseasePredictionAPIUsingFlask
This is a rest api developed in python flask framework where we have a model trained using heart disease dataset and I
have saved the model and used it for predictions in my project which will return the json response of the predicted heart
disease
Project Title: Desktop Assistant
Client: For me
Skill Used: Python,Gtts,Speech recognition, SMTP,
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b10…
https://freesearch.naukri.com/preview/printResume?uname=b4a57f936687f78b9238e460b8c9c8f75f585f004e4009100a4214510e580248125b105018405d5e0d5… 4/4
Nature of Employment: Full Time Duration: Jan 2019 - Aug 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: Project Link : https://github.com/Hameedkunkanoor/DesktopAssistant
A python based Desktop assistant with speech recognition , voice based recognition system ,googletext to speech
Project Title: Digits Recognizer
Client: For me
Skill Used: Python, Deep Learning, Opencv,
Project Details: Project is present at : https://github.com/Hameedkunkanoor/digitsrecognizer
This project is aimed at recognizing the digits through our gestures made with any object , developed using Convolutional
neural networks with MNIST dataset
Rank 847: Resume 1549 with similarity score 0.011123250728580928
Resume Text: B.E , MS , B.TECH , BS software engineer , certified scrum master , devops , product development , full time , systems manager , program manager , practice manager , project leader websphere portal , listserv , telugu , itil process , security , workshops , space , articulate , service levels , customer satisfaction , status , stakeholder management , xml , life sciences , building , cms , engagements , distance learning , ecommerce , automation , devising , magento , devops , workflow management , designation , mar , xslt , web services , csm , hindi , ltd , english , digital asset management , leadership , drupal , mvc , lower costs , data integration , one , javascript , object pascal , team spirit , managed services , general , scrum , pages , vendors , affirmative action , oracle , collaboration , service delivery , travel , customer service , email , manufacturing , aws , towers , global delivery , technology solutions , languages , program management , bpm , coe , analytics , information management , php , authorization , teams , enterprise , application , agile project management , mainframe , electronics , transformations , credit unions , servers , drive , framework , csi , asean , key performance indicators 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e400116…
https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e4001165512450b5c0e0… 1/3
Current Designation: Tower Lead for Managed Services
Engagement
Current Company: Cognizant Technology Solutions Pvt. Ltd.
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Systems / EDP / MIS
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Senior Management Program [General
Management]
Verified : Phone Number | Email - id
Cognizant Technology Solutions Pvt. Ltd. as Tower Lead for Managed Services Engagement
Jun 2006 to Till Date
As Tower Lead for a large Life Sciences Customers (Jan 2017 until Current)
* Responsible for the global delivery of an Enterprise Information Management / Digital Asset Management towers
spread across Analytics / BI / BPM space
* Delivered multiple data integration engagements in Mulesoft.
* Work with global account leadership for improved customer satisfaction and drive the transformations to deliver better
at lower costs
* Ensuring all the SLA Critical Service Levels & Key Performance Indicators exceeds the agreed threshold limits for the
Business
* Conduct the workshops to identify the debt and help articulate plans for debt reduction through various levers
* Work with the COE to identify the RPA and ITPA use cases for tool based automation and work with customer to
implement the same as one of the levers.
* Worked with Delivery Excellence team to come up with the 30-60-90 plan implementation for critical projects service
transitioning into managed services
* Devising a mechanism to controlling the backlog of tickets/service requests across all domains
* Imbibe high motivational spirit within the team to exceed performance expectations
* Cross skilling across teams to garner knowledge backup and sufficient coverage to support the Business
* Conduct team-building activities on the floor to enhance team spirit and collaboration
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RAMESH BIJJIGUM
Service Delivery, Data Integration, Mulesoft., AWS, Dev OPS, Software Development,
Project Management, Agile Development, Program Management, Product
Development, Production Support, Customer Service, Workflow Management,
Stakeholder Management, CMS
Key Skills: SDM,Program Manager,IT Delivery Management,Application Programming,Software Development,Project
Management,Agile Methodology,Program Management,Product Development,Production Support,Customer
Service,Workflow Management,Stakeholder Management
Summary
Ramesh has around 22 years of delivering Application Development & Managed Services engagements. He is CPISI and CSM
certified. He managed Magento eCommerce on AWS. Also delivered data integrations in Mulesoft. Worked on delivering data
asset management engagements in OTMM, ADAM. Delivered CMS engagements in Drupal/PHP. Delivered the HMI product
with DevOps toolset using CSI constructs. Exposed to multi cultural environment across geographies. In the role of an Account
manager managed the P&L for ASEAN region accounts for Manufacturing Logistics, Travel and Hospitality and Consumer
Goods accounts based in Singapore, Malaysia, Thailand. Exposed to working in multi vendor environment and transitioning the
applications between vendors and service transitioning the application in managed services model. Ramesh strength is, an ever
willing attitude to venture into new frontiers and befriend ambiguity rather than be stagnant in the comfort zone
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e400116…
https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e4001165512450b5c0e0… 2/3
KPIT Cummins Ltd. as Systems Manager
Oct 2002 to May 2006
Develop the applications in Java using MVC framework. Managed applications developed in oracle/websphere portal.
Managed multi vendor environment for customer with sox compliant applications. Driven the customer initiative of
preferred environment working with corporate BU to ensure all other BU's are compliant with the corporate defined set of
toolset
Rapidigm Inc. as Software Engineer
Nov 1999 to Apr 2002
Work on application development and enhancement in Java. Work on building interface for ListServ email servers used.
Developed web services using Java/XML following IFXforum standards to be consumed by mainframe systems
specifically for credit unions
Ahuja Technologies Inc. as Consultant
Mar 1999 to Oct 1999
Develop applications in Java, MVC framework. Also used XML and XSLT for dynamic pages.
Octon India Pvt Ltd. as Project Leader
Mar 1997 to Dec 1998
Develop and test the applications on Java and ASP.
Coordinate with customer for requirements and ensure successfully delivery
Drive the team and guide the team around tight corners to enable the group delivery successfully
Fourfront Information Technologies Pvt Ltd. as Software Engineer
Aug 1995 to Feb 1997
Develop the test the inventory application in Object Pascal.
Come up to speed on Java and conduct internal sessions
UG: B.Tech/B.E. (Electronics/Telecommunication) from Shivaji University, Maharasthra in 1995
PG: Senior Management Program (General Management), Correspondence/Distance Learning from Indian Institute of
Management (IIM), Kolkatta in 2013
Other Qualifications/Certifications/Programs:
Certified Payment Card Industry Security Implementer (CPISI)
Certified Scrum Master
Education
IT Skills
Skill Name Version Last Used Experience
ITIL Process 2020 4 Year(s) 0 Month(s)
Agile Project Management 2019 8 Year(s) 0 Month(s)
Delivery Management 2020 14 Year(s) 0 Month(s)
PROGRAM MANAGEMENT 2020 14 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e400116…
https://freesearch.naukri.com/preview/printResume?uname=5f0e0fc6b1877ebc35ae28bc81f7532d0b5858574e170b405617495d0c5b551e4001165512450b5c0e0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Proficient
Hindi Proficient
Marathi Proficient
Telugu Proficient
Rank 848: Resume 914 with similarity score 0.011116764648723982
Resume Text: MS , M.Sc , M.S software engineer , technology lead , full time , technology specialist , team lead , team member resource allocation , reporting , general , migrating , css , designation , affirmative action , mysql , hindi , angular , technology services , linux , ltd , windows , php , jquery , authorization , english , teams , code review , web applications , business process analysis , status , bootstrap , stakeholder management , agile , specifications , email , closures , focus , project delivery , leadership , less , requirements gathering , operations management , testing , maintenance management , team coordination , technology solutions , life sciences , resolve , building , languages , offshore , html5 , resource management , front-end development , assessment , it , high traffic , coordinated , javascript , root cause analysis , capture 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c1…
https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c115644420c5d5d… 1/2
Current Designation: Technology Specialist
Current Company: Cognizant
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mangalore,Mysore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MS/M.Sc(Science) [Maths]
Verified : Phone Number | Email - id
Cognizant as Technology Specialist
Dec 2013 to Till Date
Cognizant Technology Solutions as Technology Specialist
Dec 2013 to Jun 2020
Growth Path: Dec'13- Aug'18 as Technology Lead
Oct'2018-Dec'13 as Technology Specialist
Key Result Areas:
Leading the analysis of existing systems and migrating them to a new platform by identifying the
technical approach
Managing a team of 6-7 members; monitoring resource allocation as well as project delivery while
providing post-implementation & maintenance support to Client and Technical Support Team
Analyzing emergency changes impacting production incidents; coordinating with various teams to
resolve issues through root cause analysis and implementing customized solutions
Extending support in executing projects and facilitating transition from testing to production
implementation
Coordinating with the appropriate Process Owners; facilitating incident, problem, change, IT
operations management and applications management throughout the service lifecycle
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Suma Parakala
Result-oriented Technology lead with a focus on delivering high-quality code and
products in high traffic environment. Proven leadership ability in developing web
applicatins, capable of keeping team focused on tasks,
Key Skills: Technology Specialist,Team Lead/Tech Lead,Software Development,Application Development,Change
Management,Release Management,Stakeholder Management,Maintenance Management,Resource Management,Team
Building
Summary
A Technocrat professional with over 10 years of rich experience in designing, developing and implementing complex
web applications with over 3 years in Front-end Development and 7 years in Full Stack Development
Currently associated with Cognizant Technology Services as Technology Specialist and managing various projects such
as BFS and Life Sciences
Strong technical experience in implementing applications in Agile and SDLC Methodologies
Skills in using various technologies such as React, Angular, JavaScript, JQUERY, HTML, CSS, PHP and MySQL
Proficient in cross-functional team coordination with skills in managing key project life-cycle including requirement
analysis, assessment/design, testing, business process analysis & design
Successfully managed various teams with focus on onsite-offshore team interactions for requirements gathering and
analysis, code development and deployment, work delivery monitoring, technical assistance, peer code review, defect
tracking & closures
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c1…
https://freesearch.naukri.com/preview/printResume?uname=4dbb861fb89ba121b385979b3cb0e86c5b590d594d150f43071948095d5a07481b5c115644420c5d5d… 2/2
Spearheading all the activities included in all SDLC phases like requirements capture/analysis,
design, development, test & support
Formulating & implementing plans for managing project scope, schedule, resource, quality and risks
Tracking process improvement progress and reporting on growth of teams
Inetframe Solutions Pvt. Ltd as Sr. Software Engineer
Dec 2007 to Jul 2010
Highlights:
Acted as Team Lead and managed requirements gathering from client; analyzed, designed,
developed and deployed application
Coordinated with team members to assign work, integrate and deploy the application
TutorVista Global Pvt. Ltd as Sr. Software Engineer
Feb 2007 to Jul 2007
Highlights:
Developed the application as per the specifications given by team lead as a Team Member
PG: MS/M.Sc(Science) (Maths) from Osmania University, Hyderabad in 1990
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS, LINUX
React JS, JavaScript, jQuery, AngularPHP 0 Year(s) 0 Month(s)
HTML5, CSS3, Bootstrap
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telegu
Rank 849: Resume 1499 with similarity score 0.011099927177603372
Resume Text: B.E , MS , B.TECH software developer , senior software engineer , full time , sql developer , middleware developer codes , retail , award , encryption , core java , general , performing , soap , designation , ug , affirmative action , oracle database , web services , mule esb , tortoise svn , hindi , maintenance , ltd , bar , unix , english , authorization , troubleshooting , teams , status , aggregation , 12c , email , project , sql , application , https , default , mumbai , operations , ibm , electronics , supermarkets , transformations , bus , servers , middleware , flow , shell scripting , connectivity , languages , documentation , ports , javascript , franchise , technology , orchestration , customer relationship management (crm) , message broker 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d47…
https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d470b10145c0c5f… 1/3
Current Designation: Senior Software Engineer
Current Company: Accenture Solutions Pvt Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Senior Software Engineer
Mar 2019 to Till Date
Currently working as middleware developer in Accenture and the project under which I am working is LOBLAW which is
Canada's Largest Retail Company.
Tech Mahindra as Software Engineer -IT
Aug 2016 to Mar 2019
Technical Environment: IBM Integration BUS.
Duration: Aug 2016 - Till date.
Project Description
Implementation of Customer Relationship Management (CRM) solution at SBI. IBM Integration Bus was used to integrate
CRM with other core systems of the bank. IIB was used for transformation of data, orchestrations of services available
from other bank systems.
Roles and Responsibilities:
Interacted with the client and the front-end team for understanding the requirements.
Designed and developed message flows.
Wrote ESQL codes for performing transformations and orchestrations and aggregation of web services and database
operations.
Wrote java codes to standardize the various encryption methodologies used by different systems of the bank to provide a
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Akshatha Shetty
IBM Integration bus and IBM mq developer.
Key Skills: Ibm Integration Bus, ESQL, Message Broker, MQ,Mule Esb,Java
Summary
A Software Professional with more than 4.5 years of development expertise in IBM Integration Bus, IBM MQ, Oracle database
and Java.
Experience in designing & developing message flows using different nodes.
Strong programming knowledge of ESQL and Java.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d47…
https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d470b10145c0c5f… 2/3
single banking standard encryption for the CRM
Deployed BAR files in all environments (Non-Prod and Prod).
Documentation of services built.
Configured integration node and integration server to change the default ports, connect to database by creating new data
source, established HTTPS connectivity by setting up the keystore.
Interacted with the network team regarding traffic flow to IIB servers.
Rectified bugs by proper troubleshooting.
Achievements:
Awarded with 'Pat on Back' and 'spot' award for excellent individual performance.
Team was awarded with 'Best Team Award' for best overall performance amongst all other teams in the entire project.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Mangalore Institute of Technology & Engineering, Karnataka in
2016
Nature of Employment: Full Time
Project Location: Navi Mumbai
Role: Programmer
Duration: Apr 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 8
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 7 2018 4 Year(s) 4 Month(s)
Oracle 12c 2018 4 Year(s) 4 Month(s)
SQL 12 2018 4 Year(s) 4 Month(s)
IBM MQ 9 2018 4 Year(s) 4 Month(s)
IIB 10, MQ 9 10 2018 4 Year(s) 5 Month(s)
Unix shell scripting
Tortoise SVN
Soap UI, PostMan
RFHUtil, SQL Developer
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: LOBLAW Companies Ltd
Client: Loblaw
Skill Used: Ibm Integration Bus, ESQL, WMB, Unix Shell Scripting, Core Java
Role Description: Designed and developed message flows to transform the data and orchestration of services available in
Loblaw system
Project Details: Loblaw Companies Limited is the largest Canadian food retailer, encompassing corporate and franchise
supermarkets.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d47…
https://freesearch.naukri.com/preview/printResume?uname=7c687b7897379a9725b10cda130004ce500c5a0242455c100b42155e5f09554c1a5d470b10145c0c5f… 3/3
Nature of Employment: Full Time
Project Location: Mumbai
Role: Programmer
Duration: Feb 2017 - Mar 2019
Onsite / Offsite: Onsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: SBI CRM Impact
Client: State Bank of India
Skill Used: Ibm Integration Bus, ESQL, WMB, Message Broker, MQ
Role Description: Result oriented and Software professional with 2 years of experience in IBM Integration Bus, IBM MQ,
Oracle Database and JAVA in Banking and Financial domain.
Project Details: Implementation of Customer Relationship Management (CRM) solution at SBI.
Rank 850: Resume 1361 with similarity score 0.011081548929227778
Resume Text: B.E , MS , B.TECH devops engineer , cloud engineer , full time , team lead , system engineer ansible , appdynamics , general , devops , jenkins , ielts , designation , ug , tamil , affirmative action , technical architecture , cloud , docker , linux , beginner , maintenance , windows , authorization , english , salt , status , email , project , infosys , application , aws , ubuntu , splunk , testing , electronics , git , languages , infrastructure , foundation , malayalam , software design , python , sonarqube , javascript , jira , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190…
https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190145140b08090… 1/2
Current Designation: Devops Engineer
Current Company: Infosys
Current Location: Colachel,chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Trivandrum
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.E [ECE]
Verified : Phone Number | Email - id
Infosys as Devops Engineer
May 2019 to Till Date
Responsible for the design, development, testing, and deployment of products in AWS environment
UG: B.Tech/B.E. (Electronics/Telecommunication) from Velammal Engineering College in 2019
PG: B.E (ECE) from Velammal Engineering College, Chennai in 2019
Other Qualifications/Certifications/Programs:
IELTS
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Roshan D H
ISTQB,System Engineer seeking roles in IT Project Management,Requirement
Gathering,Technical Architecture,Software Design,Software Development, AWS and
DevOps
Key Skills: System Engineer,AWS and DevOps,AWS,Devops Engineer,GIT,Python,Linux,Jenkins,Devops,Software
Development,C#,Docker,Ansible,Salt,C,C++,Data Structures,HTML,Appdynamics,Splunk
Summary
1.6 years of experience as a DevOps and cloud Engineer Supporting Infrastructure (AWS, Linux, Windows), DevOps (Continues
integration and contentious delivery), and having a solid foundation on 20+ services in AWS and 10 tools in DevOps. Having
Knowledge on configuring and maintaining both 3-Tier and 2 -Tier Architecture using AWS services
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190…
https://freesearch.naukri.com/preview/printResume?uname=2b66a80dd3bf29f6033662593fff80ae50555b501f1408420a1046585801591e1608190145140b08090… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Python(OOP and DS) 2020 1 Year(s) 6 Month(s)
AWS 2020 1 Year(s) 6 Month(s)
Jenkins 2020 1 Year(s) 6 Month(s)
Terraform 2020 1 Year(s) 6 Month(s)
GIT 2020 1 Year(s) 6 Month(s)
SonarQube 2019 0 Year(s) 4 Month(s)
Linux, Ubuntu and Windows 2020 1 Year(s) 6 Month(s)
AppDynamics & Prometheus 2019 3 Month(s)
DOCKER 2020 1 Year(s) 6 Month(s)
SPLUNK 2019 4 Month(s)
JIRA 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
Tamil Expert
English Proficient
Malayalam Beginner
Deutch Beginner
Rank 851: Resume 41 with similarity score 0.011054204745356469
Resume Text: BS software engineer , software developer cards , credit , css , managing accounts , mysql , angular , php , jquery , web applications , bootstrap , c# , express , mongodb , introduction to , xml , design patterns , languages , export , mobile , life insurance , javascript , html , laravel Software Engineer
Web-Developer
Summary
Maadi, Cairo
+201098771120
ahmed.moustafa9663@gmail.com
I'm a Software Engineer with hands on experience using modern JavaScript ,React js, Node Js,Express, Mongo
DB, and ,languages to build mobile and web applications.
Work experience
Software Engineer 2018-08 - Present
eBSEG
Software Developer eBSEG I am a part of a team working on Cross-platform Banking applications for Egyptian
Clients helping them manage their accounts, cards and do transactions making their life easier. Role: integrate with
backend services and APIs to get needed data then work on Front-end. Tech. used:JavaScript, jQuer Skills Java
Script ,C#, SQL, XML,
Projects
EBE Export Development Bank Of Egypt - eBSEG
banki (Credit Agricole) - eBSEG :-
banki is a cross-platfrom banking application, managing accounts & cards users can login to their accounts and
cards from anywhere around the world and do transactions.
MLI -eBSEG ( Masr Life insurance).
MEAN Auth Application -Self Study(NodeJS-MongoDB-Angular Js.).
Skills
Java Script
React JS
Node JS
Mongo DB
oop
Data Structure
Design patterns
jquery
HTML/CSS
Bootstrap
TFS
Courses
MERN Stack {Node JS –Express- Mongo DB - React Js}
Full Stack {{HTML/CSS/JS/JQUERY/BOOTSRAP/PHP/MYSQL/LARAVEL}
Fundamental Diploma {OOP,DATA STRACTURE, C# ,Introduction to Web}
Created with
mailto:ahmed.moustafa9663@gmail.com
mailto:ahmed.moustafa9663@gmail.com
Rank 852: Resume 103 with similarity score 0.01104739459010956
Resume Text: B.E , MS , BS work from home , machine learning engineer , public relations , secretary matplotlib , robotics , general , algorithms , internships , deep learning , nlp , hindi , silver , natural language processing , english , teams , postgresql , project , tesseract , c programming , video , mumbai , computer vision , prediction , resume , machine learning , im , output , opencv , flask , completion , assessment , python , apple , expressions , public relations , technology Assessment
Q1. Why should you be hired for this role?
I think I should be hired for this internship because I'm competent enough and I am a self driven learner who will ensure the best efforts put into
the task given. I've the necessary knowledge in various Machine Learning, Deep Learning, Computer Vision and NLP related algorithms and if I
lack any, I'll learn it and provide you with the best of output.
I've previously worked as a Machine Learning Engineer inter in a start-up and hence, have an idea about working in a team and providing the
required result.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, Im available. .
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
Ashita Shetty
Mumbai
Applied 07 Feb'21
Python English Proficiency Spoken) English Proficiency Written)
MSPowerPoint MSWord C Programming
C Programming Computer Vision Deep Learning
Flask Hindi Proficiency Spoken) MSExcel
MSOffice Machine Learning Natural Language Processing
NLP
PostgreSQL
Bachelor of Engineering B.E, Mechanical Engineering
Rajiv Gandhi Institute of Technology
2018 - 2022
CGPA 7.75/10
Senior Secondary XII, Science
Mithibai College, Vile Parle, Mumbai
HSC board)
Year of completion: 2018
Percentage: 86.70%
Secondary X
Divine Child High School, Andheri, Mumbai
SSC board)
Year of completion: 2016
Percentage: 94.80%
Machine Learning
Snapinsight, Mumbai
Jul 2020 - Dec 2020
1. Worked on the deployment of Recommendation systems in the company's new app product.
2. Worked on various other projects :
EmotionAI
Optical Character Recognition
* Description of both the projects are mentioned in the projects section *
Robotics
Roborise Technologies, Mumbai
Dec 2019 - Dec 2019
Made an autonomous quadruped walking robot that could sense obstacles and change its path accordingly
USG Public Relations in RGIT MUN
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9769064613
Jt. General Secretary of RGIT s MESA
Emotion AI
Nov 2020 - Nov 2020
This project pertains to the prediction of expressions in an image or video.
It first detects the facial key points of a persons face and then makes predictions of the expressions.
This is to be deployed into the companys upcoming product.
Apple Stock Predictions
Jul 2020 - Jul 2020
The project predicts and shows statistical information on the ups and downs in the stock rates of Apple.
The predictions is based on by using LSTM and various visualisations are made using Matplotlib
Optical Character Recognition
Nov 2020 - Present
Tesseract and OpenCv is used for text detection and text recognition.
Deep Learning model is used for Hand written text recognition.
This project is to be deployed in the companys upcoming project.
Secured 1st rank in my school in boards ( 94.80% )
Silver Medalist in my batch in the 15th National Science Olympiad
Participated in Delhi Hacks Hackathon and my team made it to the top 10 among 100 teams.
Rank 853: Resume 1050 with similarity score 0.010997920481838279
Resume Text: B.E , MS , B.TECH , BS senior developer , sql developer , mobility developer , full time , senior ui developer , team lead mobility , oas , react.js , api , redux , core java , web application development , general , customer , mobile security , css , visual studio code , designation , ug , mobile application development , telecom , affirmative action , oracle , hindi , angular , post production , maintenance , end user training , jquery , ios , authorization , english , bootstrap , status , architecture , models , email , project , apache cordova , mongodb , steel , web & mobile , fixing , android , phonegap , rest , xcode , unit testing , computer science , languages , framework , finance , html5 , documentation , management system , diagrams , javascript , eclipse , suite , technology , client side , online assessment , learners , capture , microsoft sql server , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b4…
https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b455045435f0f5b… 1/3
Current Designation: Senior UI Developer
Current Company: TCS
Current Location: Kolkata
Pref. Location: Bengaluru / Bangalore,Chennai,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TCS as Senior UI Developer
Dec 2010 to Till Date
Project: Banking Portal and Application
Customer: Banking Customer: in Thailand
Period: August 2020 to till now
Description: Working on developing a web portal using React JS
Technology: React JS
Role: Senior Developer
Project: Logistics System
Period: February 2020 to July 2020
Description: 1) Created Web application using React JS
2) Created Backend API using Node js with Database as Mongodb
Technology: React JS, Node JS, Mongodb
Role: Senior Developer
Project: Portfolio Management System
Customer: Steel Industry in India
Period: 20th December 2018 - January 2020
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Spandan Chakraborty
Senior UI Developer seeking roles in Frontend Development,Mobile Application
Development,Web Application Development,Requirement analysis,Unit
Testing,Coding,Database Management,React Js,Node
Js,JavaScript,JQuery,PhoneGap,Html,CSS,Eclipse IDE
Key Skills: Senior UI Developer,Team Lead/Tech Lead,Frontend Development,Mobile Application Development,Web
Application Development,Requirement analysis,Unit Testing,Coding,Database Management,React Js,Node
Js,JavaScript,JQuery,PhoneGap,Html,CSS,Eclipse IDE
Summary
* 9.5 years of work experience Including 7.5 Years of Experience in Developing & Designing Web & Mobile Application
* Successfully performed requirement capture, designing & developing solution for various customers.
* Expertise in Front End technologies like React Js, Redux, , Html5,Css , bootstrap, jQuery.
* Experience in creating Restful API using NodeJS.
* Experience in working with Mongo dB using mongoose.
* Experience in creating hybrid mobile application using Apache Cordova framework
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b4…
https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b455045435f0f5b… 2/3
Description: 1) Created Web application using React JS and Angular.
2) Created Webservices using Node & Feather JS.
Technology: React JS, Node Js, Microsoft SQL server
Role: Senior developer
Project: Network Inventory Management
Customer: Telecom Provider in Canada
Period: March 2016 to Nov 2018
Description: 1) Created Mobility Solution using Cordova framework which is integrated with Oracle EBS Suite through
Java based Rest Services.
2) Prepared class models, diagrams, component models.
3) Involved in Design & documentation for the end to end architecture.
4) Implemented Mobile Security with Site Minder Agent.
5) Implemented the Solution across Canada Successfully.
6) Successfully Organised End-to-End User Training.
Languages/Tools Core Java, Oracle Mobile Application Framework, JavaScript
Solution Environment iOS & Android
Role: Onshore Coordinator & Frontend developer.
Work Location Canada
Project: PCERPMobility
Customer: Captial & Finance management Company in USA
Period: May 2015 - Jan 2016
Description: 1) Successfully Implemented ERP Mobility Solution for the First ever Oracle MAF (Mobile Application
Framework, Oracle) Project:. Design & developed the client side of the Project: including Front end development.
2) Provided support involved in testing phase.
Solution Environment iOS
Languages/Tools Core Java, Oracle Mobile Application Framework, JavaScript
Role: Frontend Developer
Project: ERPMobility
Customer: Internal
Period: Jan 2015 to March 2015
Description: 1) Created mobility Solution (mobile Application) using html5, bootstrap, JavaScript & JQuery framework,
& with the help of Cordova framework exposed it as a mobile solution for both iOS & Android Platform
Solution Environment iOS & Android
Languages/Tools JavaScript, jQuery,html5,bootstrap,cordova Framework,
Role: Frontend Developer
Project: Multiple POC
Customer: Internal
Period: June 2014 - Dec 2014
Description: 1) Created mobility Solution (mobile Application) using Oracle MAF (Mobile Application Framework) &
with the help of MAF framework exposed it as a mobile solution for both iOS & Android
2) Involved in Testing phase & defect fixing.
Solution Environment iOS & Android
Languages/Tools Core Java, Oracle Mobile Application Framework, JavaScript
Role: Frontend Developer
Project: Online Assessment System
Customer: Publishers in USA
Period: May 2013 - May 2014
Description: 1) Worked in OAS iOS Application. Created The Application using Cordova framework & Objective C.
OAS is an application for the online delivery of summative assessment content to K-12 learners.
2) Involved in development, testing & post production support phase.
3) Successfully submitted the Application in AppStore.
4) Worked in TDC online Assessment Application build in JavaScript, jQuery.
Solution Environment iOS & web application.
Languages/Tools Objective C, Cordova Framework, JavaScript, jQuery, XCode IDE
Role: Mobility Developer
UG: B.Tech/B.E. (Computer Science and Engineering) from West Bengal University of Technology (WBUT) in 2010
Education
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b4…
https://freesearch.naukri.com/preview/printResume?uname=3b234c4b617496738455a586ced257c0580e5d5342400e110340460d09010418165b455045435f0f5b… 3/3
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 1 Year(s)
JQuery, 2 Year(s)
HTML5 1 Year(s)
SQL 1 Year(s)
Node JS 12.18.0 2020 1 Year(s) 6 Month(s)
React.js 16.13.0 2020 2 Year(s)
JavaScript
PhoneGap, Html5, CSS
Visual Studio Code, Eclipse IDE
SQL DEVELOPER
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 854: Resume 1129 with similarity score 0.010985202171305697
Resume Text: B.E , MS , B.TECH software engineer , staff engineer , full time , team lead , technical lead hypervisor , vm , general , jenkins , powershell , kubernetes , microsoft azure , designation , ug , data migration , mar , affirmative action , maintenance , ltd , authorization , office 365 , english , sharepoint , status , email , project , application , aws , less , solution architecture , mumbai , icm , languages , storage , infrastructure , server administration , javascript , engineers , cloud computing , google cloud , microsoft server platforms 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b084…
https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b08400745430a0f5a… 1/2
Current Designation: Staff Engineer - IT
Current Company: Apttus
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Apttus as Staff Engineer - IT
Mar 2018 to Till Date
Worked on Microsoft Azure to support the application developed by Apttus Designed and implemented different solutions
to maintain, manage and run the application effeciently and cost effectively Developed few Powershell scripts to help in
the repetative daily tasks as well as periodic maintenance tasks
Icertis Pvt. Ltd as Sr. Software Engineer
Feb 2016 to Mar 2018
Worked on Microsoft Azure and Google Cloud to support the ICM application developed by Icertis Migrated the company
resources when the company split-up. Local infra, office 365 and Azure resouces were migrated to respecive tenants
Designed and implemented infrastructure changes to optimise the cost and increase effecieny
Convergys India Services Pvt. Ltd as Technical Lead
Dec 2010 to Feb 2016
Started as a Level 1 engineer for Microsoft Server platforms and went on to be promoted as Trainer, Technical Lead and
Tier 3 Worked on Microsoft Exhange, Sharepoint, AD, Azure backup. Hypervisor and Office 365 Trained lfirst batch of evel
1 engineers, Team leads at BellSystems 24, Inc., in Japan for Office 365 Setup the initial team
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
GANGADHAR TANIKONDA
Staff Engineer seeking roles in Cloud Computing,System Analysis,Data
Migration,Resource Planning,Project Management,Client Management,Server
Administration,Solution Architecture,Azure,AWS,Powershell,Jenkins,Kubernetes
Key Skills: Staff Engineer,Team Lead/Tech Lead,Cloud Computing,System Analysis,Data Migration,Resource
Planning,Project Management,Client Management,Server Administration,Solution
Architecture,Azure,AWS,Powershell,Jenkins,Kubernetes
Summary
Result-oriented Professional with over 10 years of experience in Cloud Computing,System Analysis,Data Migration,Resource
Planning,Project Management,Client Management,Server Administration,Solution
Architecture,Azure,AWS,Powershell,Jenkins,Kubernetes
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b084…
https://freesearch.naukri.com/preview/printResume?uname=7a16b08e4a13695472a783d6e2826cd30c5a0f501b4600130117155e5d01524d1b08400745430a0f5a… 2/2
UG: B.Tech/B.E. (Electrical) from Nagarjuna University in 2009
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AZURE
Google Cloud
AWS
SHAREPOINT
exchange
NETWORKS
POWERSHELL
Jenkins
HA/DR Designing
Azure Service Fabric
STORAGE
VM Scale sets
Kubernetes
Cross cloud Migration
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 855: Resume 306 with similarity score 0.0109816703810884
Resume Text: MS , B.TECH , BS work from home , design supervisor , android developer , ui designer internships , scratch , basic , firebase , instagram , retrofit , json , graphic design , social media , screens , android studio , sql , project , application , coursera , live , c programming , operations , google maps , ux , github , testing , resume , electronics , java , writing , articles , instructions , completion , email marketing , assessment , python , one , coordinated , mobile , web , apps , technology , libgdx , online Assessment
Q1. Why should you be hired for this role?
I have been working as an Android Developer at applex.in, a start-up in Kolkata. I am quite familiar as well as efficient in working on Android
studio. I have been rigorously working on it for the past one year. I have, along with my team, have successfully developed and designed apps
according to clients requirements. I have mainly worked with Google Firebase, GitHub and APIs. Besides, I have worked with basics of libGDX,
Google Maps, Material designs, Retrofit, Volley, web APIs, json files, animations and so on. I am also currently working on a project named Atheta
that is live on Google Play Store(still in a testing phase). I have done courses to know the details of development in Android Studio as well as UI
UX designing. I think my experience will definitely add value to this internship as well. I will definitely try my best to meet the requirements of this
internship.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months, however during my exams, I will be off for a few days.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Madhurima Mukherjee
Kolkata
Applied 27 Dec'20
C Programming C Programming Java
Music Python
Bachelor of Technology B.Tech), Electronics and Communication
IEM Kolkata
2018 - 2022
Senior Secondary XII, Science
Hem Sheela Model School
CBSE board)
Year of completion: 2018
Android App Development
Applex.in, Kolkata
Jun 2020 - Present
I am an Android Developer at applex.in, a startup in Kolkata. We, as a team, are currently working on different projects in the
field of Android App Development.
Android App Development
Yaarme, Virtual
Sep 2020 - Nov 2020
Content Writing
Career Guide, Virtual
Sep 2019 - Nov 2019
I have written educational articles mainly for students about different types of online courses available.
I have also designed app screens as a UI designer and have done courses to learn about UI UX designing.
I am graphic Design Supervisor at applex.in. I basically communicate instructions to the interns, convey ti them their
responsibilities and decide posters for social media handles.
I have been an Android Developer in a startup called applex.in. I have coordinated with the members of the team.
UI UX Deisgn
Coursera, Online
Aug 2020 - Present
The course teaches about the pathway to create appropriate UI design for any mobile app from scratch.
CONTACT Phone: 91 6296199503
Marketing
udemy, Online
Jan 2020 - Present
I have learnt a lot of skills like email marketing, FB marketing, instagram and so on with details of each type.
Python
Internshala, Online
Jun 2019 - Jul 2019
It is a course about programming in python. It is a basic course and introduces us to the language,sql operations and gui
interface
Python
NPTEL, Online
Jan 2019 - Apr 2019
Android Application Development
Internshala, Online
Dec 2018 - Jan 2019
Rank 856: Resume 927 with similarity score 0.010937541032075228
Resume Text: B.E , MS , B.TECH application support , senior developer , quality assurance , full time , application developer , technical support manager training , general , financial services , atmosphere , designation , developers , telecom , platforms , suggestions , affirmative action , user experience , hindi , basic , ltd , digital , ios , software industry , authorization , english , teams , milestones , enterprise , status , software product management , postgresql , software testing , specifications , email , project , teamwork , agile , introduction to , angularjs , operations management , google maps , facebook , continuous improvement , information science , development work , ipad , led , components , running , fundamentals , building , languages , mobile applications , kannada , communications , javascript , technology , iphone , learning 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f1009435…
https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f10094351474559580e5… 1/3
Current Designation: Apprentice Leader
Current Company: Mu Sigma Business Solutions Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Science and
Engineering]
Verified : Phone Number | Email - id
Mu Sigma Business Solutions Ltd as Apprentice Leader
Dec 2016 to Till Date
Multi-tasked to keep all assigned projects running
effectively and efficiently and managed more
than 15 direct reportees at any time
Developed and implemented performance
improvement strategies and plans to promote
continuous improvement.
Created plans and communicated deadlines to
ensure projects were completed on time.
Prepared a variety of different written
communications, reports and documents to
ensure smooth operations.
Participated in continuous improvement by
generating suggestions, engaging in problemsolving
activities to support teamwork.
Proved successful working within tight deadlines
and fast-paced atmosphere.
Led projects and analyzed data to identify
opportunities for improvement.
Mu Sigma Business Solutions Ltd as Senior Developer
Aug 2014 to Dec 2016
Last Active: 2-Feb-21 Last Modified: 1-Feb-21
Siddesh GB
Apprentice Leader seeking roles in Project Management,Operations
Management,Technical Support,Application Support,Software
Development,Application Development,Client Servicing,Software Testing,Software
Quality Assurance,Javascript,Angularjs
Key Skills: Apprentice Leader,Technical Support Manager,Project Management,Operations Management,Technical
Support,Application Support,Software Development,Application Development,Client Servicing,Software Testing,Software
Quality Assurance,Javascript,Angularjs
Summary
A keen learning technical professional with 10 years of experience in project management,client servicing
and with software development skills. Organized, methodical and skilled at overseeing daily milestones
across high-performance teams. Well-versed in building enterprise applications for both desktops and
mobiles using Java, Angular, React JS, Node JS and iOS technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f1009435…
https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f10094351474559580e5… 2/3
Collaborated in team environment to produce
high-quality programs and applications for
software industry.
Evaluated and improved development work ofother developers on team, working to provide
training, constructive criticism and knowledge
transfer.
Reviewed and incorporated latest technology
innovations and development strategies to
improve build speed, quality and end-user
experience.
Evaluated project requirements and
specifications and developed software
applications to meet client expectations.
Optimized the APIs resulting in 60% better
performance
Tata Consultancy Services as IOS Application Developer
Nov 2010 to Jul 2014
Applied Agile software development
methodology to elevate final products and
streamline development efforts.
Maintained existing mobile applications by
designing patches to be applied via iOS
automatic updates.
Worked with quality assurance team to confirm
app compatibility with analogous solutions on
other platforms.
Translated basic design plans into full iOS app
frameworks, delegating project components to
appropriate team members.
Integrated existing third-party APIs to shorten
development times and add interactivity with
Facebook, Google Maps.
Designed user experience frameworks applicable
to multiple screen sizes, including both iPad and
iPhone.
UG: B.Tech/B.E. (Information Science and Engineering) from Malnad College of Engineering, Hassan in 2010
Other Qualifications/Certifications/Programs:
Digital Product Management: Modern Fundamentals
Introduction to Software Product Management
The Complete Product Management Course
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
JavaScript
PostgreSQL
Angular js
Node JS
React js
C
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f1009435…
https://freesearch.naukri.com/preview/printResume?uname=185e5f2f5d0fbc91014e090df8f115930b580852191b5c1804161451550a551f10094351474559580e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
Kannada Expert
English Proficient
Hindi Proficient
Rank 857: Resume 664 with similarity score 0.010911185626010594
Resume Text: MS , B.TECH work from home , android developer api , internships , mar , design , retrofit , english , media player , project , google , store , kotlin , application , live , c programming , mumbai , xml , resume , github , latex , electronics , android development , notes , assessment , one , search , technology Assessment
Q1. Why should you be hired for this role?
I'm quite dedicated and hard working and I'm looking for more opportunities in the android development field. I've created a live Android App
which is available on Google Play Store and I wish to future enhance my skills through internships.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes. I'm available for 3 months. Starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
Vinita Mevada
Mumbai
Applied 27 Dec'20
Android Kotlin C Programming
English Proficiency Spoken) English Proficiency Written) MSPowerPoint
MSWord XML C Programming
GitHub LaTeX
Bachelor of Technology B.Tech), Electronics Engineering
Usha Mittal Institute Of Technology
2015 - 2018
Diploma, Electronics and Telecommunication Engineering ETE
Thakur Polytechnic
2013 - 2015
Android App Development
Internshala At ZSTS, Virtual
Jan 2021 - Jan 2021
Android Developer
TRYCATCH GROUP, Mumbai
Dec 2018 - Mar 2019
Android Developer. Worked on a live project which included design and development side.
My Notes App ( Kotlin )
Jan 2021 - Jan 2021
https://drive.google.com/file/d/1ir5tnXIlHgVTWoT0y_WWgco_ku040K_6/view?usp=drivesdk
- This App helps to Add Notes. One can add title to notes and also additional description. Notes once added can be saved,
edited and also deleted.
An additional feature the app provides is a search function to search for saved notes.
Bhagavad Gita As It Is
Dec 2018 - Mar 2019
https://play.google.com/store/apps/details?id=com.trycatch.BhagavadGita
This app has the following technical usages : Retrofit, Api calls, RecyclerView,
TabLayout, View Pager, Fragments. )
The app is live on Google Play Store, link is provided. 1K Installs)
Naamkaran App
Dec 2018 - Mar 2019
This Application provides baby names of various religions.
This app has the following technical usages : Retrofit, Api calls, Fragments,
TabLayout, RecyclerView.
https://drive.google.com/file/d/1ir5tnXIlHgVTWoT0y_WWgco_ku040K_6/view?usp=drivesdk
https://play.google.com/store/apps/details?id=com.trycatch.BhagavadGita
CONTACT Phone: 91 9820058859
Animal Sounds App for kids Static)
Dec 2018 - Jan 2019
https://github.com/vinita2609/AnimalSoundsApp
This Application provides different animal sounds suitable for kids.
This app has the following technical usages : Media Player, ScrollView,
LinearLayout, RelativeLayout.
https://github.com/vinita2609/AnimalSoundsApp
Rank 858: Resume 921 with similarity score 0.010868973020178781
Resume Text: B.S , MS , BS software engineer , full time , software developer version control , web development , optimization , css , designation , ug , affirmative action , maintenance , authorization , english , enterprise , status , screens , software testing , sql , email , project , application , selenium webdriver , mumbai , bitbucket , github , react native , languages , framework , soa , mobile , struts , javascript , refactoring , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d1…
https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d170747400e0e0f… 1/2
Current Designation: Software Engineer
Current Company: IBS Software
Current Location: Trivandrum
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Computers]
Verified : Email - id
IBS Software as Software Engineer
Jun 2018 to Till Date
Project 1: iCargo:
Developed mobile screens with React-native, JavaScript, CSS and HTML.
Developed web and enterprise applications using Java/J2EE, Struts and Framework.
Developing the requirement from frontend to backend according to the business scenarios
Involved in the activity of complete refactoring of the existing code which included reducing complexity and increasing
optimization.
Worked with version control systems like GIT and used source code management client tools like Bitbucket.
Written SQL Queries according to the business scenarios
UG: B.Sc (Computers) from ITER, SOA University - Bhubaneswar in 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Shreya Mehta
Software Engineer seeking roles in Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software
Testing,Database Management,Application
Support,HTML,Java,Javascript,CSS,Struts,J2Ee,GitHub,React,SQL,Selenium
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Database Management,Application
Support,HTML,Java,Javascript,CSS,Struts,J2Ee,GitHub,React,SQL,Selenium
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
React Native
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d1…
https://freesearch.naukri.com/preview/printResume?uname=46440bb43d83b9bd40ac7e1826c362180e5a0d541c170a145717150c585d5348400d170747400e0e0f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
JavaScript
HTML,CSS
SQL
GitHub/ BigBucket
Selenium WebDriver
Languages Known
Language Proficiency Read Write Speak
English
Rank 859: Resume 253 with similarity score 0.010829779631723997
Resume Text: B.E , B.TECH , BS work from home , information security information gathering , reporting , training , web development , credit , computer networking , css , validation , sem , sqlite , mks , principles , authentication , silver , photoshop , firebase , information security , php , import , graphic design , gujarati , bootstrap , surf , directors , project , store , google , application , kotlin , c programming , introduction to , pyqt , resume , android , owasp , fundamentals , chat , storage , vapt , completion , assessment , family , python , one , computer engineering , javascript , workflow , writers , rss , technology , ethical hacking , plot , html , database , online Assessment
Q1. Why should you be hired for this role?
With my knowledge in Android Developing, I want to create many useful applications and I will take ahead the company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months, starting immediately. But I don't know about my last sem University exam if they didn't declare the date for same. I
need 1520 days' leave for it.
Resume
EDUCAT ION
TRAININGS
Jay Parmar
Ahmedabad, Botad
Applied 26 Dec'20
Android C Programming HTML
Java JavaScript Python
PHP
Bachelor of Engineering B.E, COMPUTER
Silver Oak College Of Engineering And Technology
2018 - 2022
Senior Secondary XII, Science
Diwan Ballubhai Madhyamik Shala
GSEB board)
Year of completion: 2018
Percentage: 60.00%
Web Development
Internshala Trainings, Online
Dec 2020 - Dec 2020
Successfully completed a six weeks online certified training on Web Development. The training consisted of HTML & CSS,
Bootstrap, SQL and PHP modules. In the final assessment, I scored 76% marks.
Graphic Design
Internshala Trainings, Online
Jun 2020 - Aug 2020
Successfully completed a six weeks online certified training on Graphic Design. The training consisted of Fundamentals of
Graphic Design, Photoshop- Interface and Tools, Workflow and Photo Correction in Photoshop, Effects and Techniques in
Photoshop and Beauty Techniques in Photoshop modules. In the final assessment, I scored 78% marks.
Android App Development
Internshala Trainings, Online
May 2020 - May 2020
Successfully completed a six weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules. In the
final as sessment, I scored 75% marks.
Programming With Python
Internshala Trainings, Online
May 2019 - Jun 2019
I have successfully undergone six weeks
online summer training on Programming with Python. The training program consisted of Introduction to
Python, Using Variables in Python, Basics of Programming in Python, Principles of Object-oriented
Programming OOP, Connecting to SQLite Database, Developing a GUI with PyQT and Application of Python
in Various Disciplines modules. I scored 45% marks.
Ethical Hacking
Internshala Trainings, Online
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9173855922
May 2019 - Jun 2019
I have successfully undergone six weeks
of online summer training on Ethical Hacking. In the training, Jay learned the Basics of Information Security,
Computer Networking and Web Development, Information Gathering, and VAPT of some import ant
vulnerabilities in the OWASP top 10 Automating VAPT, and Documenting and Reporting Vulnerabilities.
Credit Card Input Excersise
Dec 2020 - Dec 2020
https://github.com/DeveloperJayu/Credit_Card_Input_Exercise
This app I created as my assignment on one company's internship application. I am using the LUHN algorithm, month
validation, CVV validation, and Name validation through which we can check the Credit Card data entered is correct or not.
Movie Zone - Movie Details Finder
Aug 2020 - Aug 2020
https://play.google.com/store/apps/details?id=com.jayu.moviezone
This app basically provides details about Movie or Series like Release Date, Writers, Directors, Actors, Plot, etc. This app is
also available on the play store.
MKS
Jul 2020 - Jul 2020
I Created this app for our family. In this app, I have used Firebase Authentication, Firebase Realtime Database, Chat app with
help of Firebase Realtime Database and Firebase Storage, etc.
All In One News App Gujarati
Dec 2020 - Present
https://play.google.com/store/apps/details?id=com.jayu.allinonenewsapplication
This is a news app. In this app, users can read news from many news providers in a single app. They don't have to surf many
websites to read the news. This app is working on RSS Feed provided by the News Providers. The same is under Google
review.
I'm Jay Parmar and I'm currently studying in B.Tech. In the Field of Computer Engineering at Silver Oak College Of Engineering
and Technology, Ahmedabad.
https://github.com/DeveloperJayu/Credit_Card_Input_Exercise
https://play.google.com/store/apps/details?id=com.jayu.moviezone
https://play.google.com/store/apps/details?id=com.jayu.allinonenewsapplication
Rank 860: Resume 625 with similarity score 0.010780137513120614
Resume Text: B.TECH , BS senior software developer ecommerce , api , graphql , synopsis , visual studio code , pay , angular , secondary education , firebase , ltd , gateway , google , apollo , microsoft word , github , mvc , languages , project work , e-commerce , html5 , es6 , mobile , javascript , history , web Microsoft Word - UshaWadhwani_v2.1.docx
CURRICULUM VITAE
Usha Wadhwani
EXPERIENCE SUMMARY AND CAREER OBJECTIVE:
About 6+ years of development experience which includes as about 3 years in React js
(current), 2 years in Angular along with 2 year in MVC dotnet.
Comfortable in integrating with backend services, WebServices, RestAPI and graphql.
Worked on Visual Studio with github.
LANGUAGES:
Web platform React Js, Angular Js, Angular2/4, JavaScript (ES5 and ES6)
WORK HISTORY:
Company Techitree Solutions
Duration Nov 2018 to Currently working
Position
Software developer - React
Company Rao Infotech
Duration April 2018 to October 2018
Position
Software developer - React
Company TLC Engine
Duration May 2017 to Sept 2017
Position
Software developer - React
Company Gateway Technolabs Pvt. Ltd
Duration Jan 2013 to Nov 2016
Position
Senior Software developer – Angular and .Net
PROJECT WORK DESCRIPTION:
Project NamkeenBites.com
Duration 7 months
Project Synopsis A complete ecommerce solution
My position React Developer
Responsibilities Software development and client communication.
Tools and Technologies React js, Git, Firebase, Razor Pay, FB and Google Authentications
Platform Web Platform
Project Blog management
Duration 7 months
Project Synopsis A complete solution to share knowledge, write blog, manage blog and
profile
My position React Developer
Responsibilities Software development and client communication.
Tools and Technologies React js, Graph QL, GIT
Project Ecommerce – LuxyList
Duration 9 months and currently under QA
Project Synopsis e-commerce project using reaction commerce
My position React Developer
Responsibilities Software development and client communication.
Tools and Technologies React js, Graph QL Javascript, HTML5, CSS3, Visual studio code, git
hub , apollo client
Project Career Chips (https://www.careerchips.com/)
Duration 8 months
Project Synopsis Job portal
My position React Developer
Responsibilities Software development and client communication
Dealing with team.
Tools and Technologies React js, API Integration, Javascript, HTML5, CSS3, Visual studio code ,
git hub
Project Food delivery management
Duration 3 months
Project Synopsis It was more like swiggy but in opposite way, we used to manage location
of user and user was about to take away the food
My position S/W Developer
Responsibilities Software development, assigning the tasks to team
and client communication
Tools and Technologies Ionic3, Javascript, HTML5, CSS3, Visual studio code, git hub
Platform Web Platform for admin and mobile or end users
Project Products management
Duration 4 months
Project Synopsis It was more like linked in for different dealers of products
My position S/W Developer
Responsibilities Software development, assigning the tasks to team
and client communication
Tools and Technologies React, Javascript, HTML5, CSS3, Visual studio code, git hub
ACADEMICS:
Examination Passing year Board/University Performance
(%)
B.Tech(EC) May- June
2013
Ganpat University 67
HSC March 2009 Gujarat Secondary & Higher
Secondary Education Board
79.40
SSC March 2007 Gujarat Secondary & Higher
Secondary Education Board
82.92
Rank 861: Resume 819 with similarity score 0.010776012835358548
Resume Text: B.E , B.TECH , BS full time , qa engineer , software developer ecommerce , api , spring mvc , award , functional specifications , general , customer , people management , css , product training , designation , ug , deliverables , mar , affirmative action , conducting , mysql , silver , scratch , high performer , instagram , test cases , authorization , english , executor , status , spring boot , postgresql , ethics , software testing , email , project , smoke , record , defect tracking , application , print , provisioning , mumbai , photos , squish , technology trends , fixing , quora , features , building , languages , django , clear , translation , framework , html5 , hibernate , flask , kannada , preflight , it , python , one , javascript , root cause analysis , intellij idea , paypal 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091…
https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091600434859555b… 1/2
Current Designation: QA Engineer
Current Company: Esko
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Mumbai
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Esko as QA Engineer
Mar 2018 to Till Date
Growth Path: Joined as QA Engineer Trainee and rose to the position QA Engineer (Grade 1)
Role:
Developing & executing software testing activities, and overcoming complex challenges using experience-backed
judgment, strong work ethics and irreproachable integrity
Understanding the requirement, creating the test plan and developing features
Managing the software development functions involving requirement gathering, development of functional
specifications, design & development and co-ordination with customer
Executing projects with respect to cost, resource deployment, time overruns and quality compliance to ensure
satisfactory execution
Collaborating with clients & stakeholders while keeping them informed of progress and issues in order to manage
expectations on all requirements and deliverables
Participating in review meetings with the team to discuss about the progress of projects as well as for identifying gaps
and suggesting effective solutions for the same
Creating & sustaining a dynamic environment that fosters the development opportunities and motivates the high
performance amongst the team members and peers
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
CHETHAN B M
Pursuing PG Diploma specializing in Full Stack Development from IIITB Bengaluru.
With 2.9 years of experience in Software development, Software testing, Requirement
gathering, Project management, Product Training, leading the team.
Key Skills: Project Management,Software Development,Data Structure ,Requirement Gathering ,Software Testing ,Root
Cause Analysis ,Product Training ,Spring Boot,JavaScript, HTML5, CSS, React,C, Java, Python, Django, MySQL,
Hibernate, Spring Mvc, IntelliJ Idea,
Summary
Performance-driven professional with nearly 3 years of experience in Software Testing & Development, Project Execution and
People Management
Immense success in being awarded as the High Performer Achiever of the Year and has been added to the High Performer
Silver Club in Esko
Forward-focused Project Executor with exposure in swiftly completing projects with competent cross-functional skills and
ensuring on-time deliverables within pre-set cost parameters
Rich exposure in defect tracking and resolution processes so that a consistent, documented process is used and followed
Keen analyst with excellence in gathering and understanding requirements of clients & other stakeholders (at strategic and
tactical levels), followed by translation into functional specifications as well as provisioning of suitable solutions
Acquires a clear understanding of the technology trends with the expertise in instituting new practices to achieve business
excellence at the lowest overall cost
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091…
https://freesearch.naukri.com/preview/printResume?uname=cb4c4891b710ea28329da7c84e19b74f5e5b00571e4100430b17440c595b564b1b091600434859555b… 2/2
Working on a plan to reduce the number of bugs to the other products and fixing them in the next release
Developing and maintaining smoke, performance, functional, and regression tests to ensure code is functioning as
designed
Contributing towards developing features and fixing the issues reported from internal and external customers
Conducting root cause analysis of identified defects and resolving them
Key Projects Managed:
Developed the API for the projects which is same as Quora and created the framework while leading and guiding the
team to complete the project
Played a key role in building:
Discussion forum using Java where multiple users can post the questions and reply them instantly and upvote the
questions
Ecommerce project which is hosted on netlify built using React. where Paypal is used as one of the payment method
Pivotally automated test cases for the desktop application using python which validates the user input and notifies
preflight errors ahead
Development, deploy and bug fixing for client server application which regulates the admin to approve or reject
incoming jobs
Tested the application which creates custom applications and print drivers where the user control the settings
Worked on the ImageHoster from the scratch where multiple user can upload the photos and do some similar task like
Instagram
Highlights:
Bagged Spot Award
Track record of being nominated for the "Rookie of the Year
UG: B.Tech/B.E. (Computers) from Bahubali College of Engineering, Shravanabelagola, Visvesvaraya Technological
University, Belgaum in 2017
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, JAVA, Python
JavaScript, HTML5, CSS, React
MYSQL, POSTGRESQL
Spring, Spring Boot
Hibernate, Squish, Flask
Languages Known
Language Proficiency Read Write Speak
english
Kannada
Rank 862: Resume 1075 with similarity score 0.010735822843586814
Resume Text: B.E , MS , B.TECH , BS full time , windows vmware administrator , system analyst , change management patch management , blocking , upgradation , vcenter server , general , migrating , virtual machines , windows server , security , designation , ug , qualys , affirmative action , hindi , databases , technology services , active directory , ami , ltd , flex , cli , authorization , english , ssl , bpa , go , graphs , status , virtualization , firmware , email , store , groups , aws , snapshot , cisco ucs , remediation , records , amazon rds , ibm , electronics , edge , hyper-v , components , change management , servers , s3 , data center operations , ec2 , storage , languages , iis , events , system administration , esxi , javascript , amazon cloudfront , vmware vsphere , dell , it infrastructure management , vmware esx , hardening 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b110…
https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b1107454358090b5… 1/3
Current Designation: VMware AWS Administrator
Current Company: Stratogent Technology Services
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Client Server
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Stratogent Technology Services as VMware AWS Administrator
Oct 2019 to Till Date
Installing and configuring and administering Win2k8 and Win2k12
Active Directory users & group management
Windows patch management.
Hands on experience in Vmware vSphere 6.7
Installation of ESXI os in Dell Power edge servers.
Firmware upgradation in IDRAC Server.
Qualys Remediation
ESXi Patching
BPA scan remediation.
Setup/Managing Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
Setup/Managing VPC, Subnets; make the connection between different zones; Blocking suspicious ip/subnet via ACL.
Setup/Managing CDN on Amazon CloudFront ( Origin Path: Server / S3) to improve site
Create/Managing buckets on S3 (CLI) and store db and logs backup, upload images for CDN server.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
Creating/Managing DNS records on Amazon Route 53 and go-daddy panel.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Creating AWS Instances and Resources Bills.
Nelito Systems PVT. LTD. as Windows Vmware Administrator
Jun 2016 to Oct 2019
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Harihar Padhy
VMware & AWS Administrator
seeking roles in IT Infrastructure Management,Data Center Operations,Technical
Support,System Administration,Incident Management,Change
Management,DNS,DHCP,IIS,Hyper-V,Active Directory,Vmware
vSphere,AWS,CloudWatch.
Key Skills: VMware & AWS Administrator,System Admin,IT Infrastructure Management,Data Center Operations,Incident
Management,Change Management,DNS,DHCP,IIS,Hyper-V,Active Directory,Vmware vSphere,AWS,CloudWatch,Vmware
Administrator,VMware Esx,Virtualization
Summary
Result-oriented Professional with 4.6 years of experience in IT Infrastructure Management,Data Center Operations,Technical
Support,System Administration,Incident Management,Change Management,DNS,DHCP,IIS,Hyper-V,Active Directory,Vmware
vSphere,AWS,CloudWatch.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b110…
https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b1107454358090b5… 2/3
Job Profile :-
Installing and configuring and administering Win2k8 and Win2k12.
Windows server hardening.
Windows server Backup & Recovery.
Active Directory users & group management.
Windows patch management.
Hands on experience in Vmware vSphere 6.0
Installation of ESXI os in Ibm X240 Flex nodes and Cisco UCS Blades.
UCS Blade server installation.
Firmware upgradation in Ibm X240 Flex machines.
Replacing faulty hard disks in Ibm 8700 storage.
Knowledge in Change request management.
Creating and managing virtual machines.
Identify virtual machine components.
Create a virtual machine.
Install a guest operating system and VMware Tools
Clone a virtual machine.
Creating an OVF template
Customize a virtual machine
Register and unregister a virtual machine in vCenter Server
Perform snapshot operations
Using of cold migration to migrate a virtual machine
Verify host and virtual machine requirements for vSphere vMotion
Migrating a virtual machine with vSphere vMotion
Migrating virtual machine storage with vSphere Storage vMotion
Using of vCenter Server performance graphs and alarms to monitor virtual machine resource usage
monitoring, and manage events
monitor, manage, and acknowledge alarms
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2015
Other Qualifications/Certifications/Programs:
Polytechnic
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
DNS, DHCP, IIS
HYPER-V
Active Directory
VMWARE
AWS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odia Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b110…
https://freesearch.naukri.com/preview/printResume?uname=ff07c5bdf5c5792b58ab68cfb1dac35d0c5e0e5749455c135218155b0c0b5419110b1107454358090b5… 3/3
Category: General
Physically Challenged: No
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 863: Resume 443 with similarity score 0.010708977075364723
Resume Text: B.S , M.Sc , M.S work from home android development , database , api , sports , firebase , assessment , player , resume , retrofit , gallery , rest , kotlin , java , technology , chat , storage , application , entertainment Assessment
Q1. Why should you be hired for this role?
I know data structures and Android development very well. I am reliable. And I know how to do things.
I am very curious for this internship. I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver
quality work throughout the internship. I'm a team player, and most importantly, I'm a dedicated worker. All I want is a chance to prove it to you.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 3 months.
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9306878190
Ravi Dalal
Rohtak
Applied 26 Dec'20
Android Kotlin Data Structures
Java REST API
Master of Science M.Sc)
Jat College Rohtak
2020 - 2022
Bachelor of Science B.Sc)
Jat College Rohtak
2016 - 2019
News Application
Nov 2020 - Nov 2020
https://github.com/Ravi-Dalal-eng/Daily-News
In this app, We can see latest news.
We can see news about technology, sports, science ,entertainment etc.
I made this app by using rest api of News API .
APIs are called via Retrofit.
Chat App
Dec 2020 - Present
https://github.com/Ravi-Dalal-eng/Chat-App
In this app we can chat with our friends privately and post our picture with some caption. I made this app by using Firebase
Realtime Database and Firebase Storage.
We can like and comment to other posts also. Use gallery to share images.
I am very enthusiast about Android App Development.
https://github.com/Ravi-Dalal-eng/Daily-News
https://github.com/Ravi-Dalal-eng/Chat-App
Rank 864: Resume 115 with similarity score 0.010656890266343132
Resume Text: B.TECH , BS work from home , cyber security , recycler cyber security , api , manual testing , training , internships , sqlite , pages , retrofit , go , maps , coders , c programming , splunk , xml , resume , android , electronics , elements , industrial experience , selenium , assessment , python , javascript , ion , apps , technology , widgets , html Assessment
Q1. Why should you be hired for this role?
I am highly motivated for this role also have an industrial experience of 1.5 year in Accenture in different domain.After that I have also done
internship in Android and job also(4 months).I wanted to change my domain and go for development as I have interest in coding.
I like coding and designing.
I also have completed Udemy course of android where I have developed many apps on my own including API Integration.
I have completed an internship.
I am dedicated towards work. I would be great to work here if I get this opportunity.
Thanks
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes, immediately available
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
Ayushi Jain
Gurgaon, Pune
Applied 25 Dec'20
Android C Programming C Programming
HTML SQL Java
JavaScript Manual Testing Python
XML
B.Tech Hons.), Electronics and Communication
Raj Kumar Goel Institue Of Technology And Management
2013 - 2017
Percentage: 76.10%
Cyber Security
Accenture, Gurgaon
Jun 2018 - Jan 2020
Worked on Splunk . Now want to change my domain and enhance my skills towards my interest
Android App Development
Kartik Solutions, Virtual
Jul 2020 - Aug 2020
Developed some Apps
Android Course To Develop 21 Different Apps
udemy, Pune
Jul 2020 - Aug 2020
Java, Manual Testing And Selenium
Qspiders, Noida
Sep 2017 - Dec 2017
Demo App
Jun 2020 - Jun 2020
It includes all widgets and UI elements and Login pages ,API Integration, recycler view, media ,Retrofit,maps,SQLite etc
Brain Teaser app
May 2020 - May 2020
Participated in many Hackathons organised by Techgig and Hackerrank . and was able to pass it within 100 coders
CONTACT Phone: 91 8130819054
Completed udemy training in android
Rank 865: Resume 1189 with similarity score 0.010626156450367295
Resume Text: BSC , BS , B.E , MS , B.TECH cloud architect , senior specialist , product architect , associate , product development , automation architect , team leader , solution architect , cloud engineer , full time , senior software developer , technical specialist , aws architect ansible , automation , dc operations , continuous delivery , general , microsoft azure , security , designation , devexpress , ug , software deployment , bigfix , affirmative action , oracle , hindi , docker , cmp , public , client-centric , maintenance , ltd , windows , commvault , authorization , english , openstack , iaas , status , c# , email , project , application , configuration management , aws , provisioning , solution architecture , vbscript , ibm , puppet , languages , asp.net , infrastructure , client requirements , amazon , sql server , multi-functional , vmware , leadership skills , service delivery management , rostering , javascript , dynamics , ml , web , crystal reports , technology , cloud computing , google cloud , vsphere , ajax 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f1200100…
https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f120010074215595b0d0… 1/3
Current Designation: Consultant
Current Company: HCL Technologies Ltd
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Gurgaon,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
HCL Technologies Ltd as Consultant
Oct 2011 to Till Date
Growth Path:
Oct?11-Oct?12 Senior Specialist
Oct?12- Jun?15 Technical Specialist
Jul?15- Jun?18 Associate Consultant
Jul?18 till now Consultant
Projects:
Company: HCL Technologies Ltd. ? IOMC
Project Name: ?My Cloud?
Platform: Windows 2012 Server, Windows 2016 Server
Technology: ASP.NET with C# 3.5,Web Service, WCF, MS SQL Server 2016, JavaScript, WCF, Web service AJAX,
SCVMM 2012 R2,2016, VMware 4.1,5.0,5,5,6,6.5, Amazon Provisioning Environment, Azure, Oracle Cloud, OpenStack
Configuration Management Tool : Puppet, Chef & Ansible
Team: 35 members; Period: Since Oct?11
Company: HCL Technologies Ltd - IOMC
Project Name: iAutomate
Platform: Windows 2012 Server, Windows 2016 Server
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
LOKESH GUPTA
Cloud & DC Operations Automation Architect, AWS Architect, Azure , Google Cloud,
IaaS , IT Infra Automation, Product Architect
Key Skills: cloud computing,solution architecture,AWS,Microsoft Azure,GCP,Iaas,Public Cloud,Private Cloud,VMware
Vsphere
Summary
* Currently associated with HCL Technologies Ltd.-IOMC, Noida as Consultant
* Client-centric, multi-functional expert: Monitoring a Team of Cloud Platform-involving Cloud Management Product
Development, analysing CMP Tools and Implementation of Product, Architect & Design Solution based on Existing IT
Infrastructure
* Skilled at managing various business dynamics of a Consulting Business & Cross-cultural Relationships
* Successfully worked for clients in North America, Europe, Middle East & Asia Specific
* Having strong experience in Puppet, CHEF for Software Deployment, Docker for Containers & continuous delivery also
integrating with monitoring tool (CA Nimsoft), Backup (Commvault), Patching (IBM BigFix) & others
* Unique blend of leadership skills wherein leading end-to-end service delivery management and ensuring effective
management of various resources to client requirements; capabilities in optimizing / process performance and efficiencies
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f1200100…
https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f120010074215595b0d0… 2/3
Technology: ASP.Net, MS SQL Server 2016, WCF, Web Service, ML, RBA
Team: 15 members; Period: Jan?18 to Jul?18
G4S IT Services India Pvt. Ltd as Team Leader IT
Jan 2007 to Oct 2011
Growth Path:
Jan'07- Apr'08 Software Developer
May'08- Apr'09 Senior Software Developer
May'09- Oct'11 Team Leader
Projects:
Company: G4S IT Services India Pvt. Ltd.
Project Name: "CIT"
Platform: Windows 2003 Server
Technology: ASP.NET with C# 3.5, MS SQL Server 2005, JavaScript, AJAX, Crystal Reports
Team: 10 members; Period: Since Aug'10
Company: G4S IT Services India Pvt. Ltd.
Project Name: G4S Saturn-Web Based ERP Solution for Group Security Company
Platform: Windows 2003 Server
Technology: C# with ASP.NET 3.5, AJAX, JavaScript, MS SQL Server 2005, Crystal Reports 10, DevExpress
Team: 15 members; Period: Jul'08 to Jul'10
Company: G4S IT Services India Pvt. Ltd.
Project Name: Rostering Kenya
Platform: Windows 2003 Server
Technology: ASP.NET with C# 2.0, AJAX, VB. Net, MS SQL Server 2005, JavaScript, VBScript, Crystal Reports
Team: 3 members; Period: Aug'07 to Jun'08
Company: G4S IT Services India Pvt. Ltd.
Project Name: Securicor Courier Kenya Limited
Technology used: ASP.NET with C# 2.0, MS SQL Server 2005, JavaScript, AJAX.NET, Crystal Reports
Role: Architecture Design & Technical Support
Team size: 8 members; Period: Feb'07 to Mar'07
InfoConn Systems India (P) Ltd as Software Developer-Product Development
Aug 2006 to Jan 2007
Company: Infoconn Systems (India) Pvt. Ltd.
Project Name: InfoCon EDI System
Platform: Windows 2003 Server
Technology: ASP, MS SQL Server 2000, JavaScript, AJAX, Crystal Reports, EDI DevTools
Team: 15 members; Period: Aug'06 to Jan'07
UG: B.Tech/B.E. (Computers) from Rajasthan University in 2004
Other Qualifications/Certifications/Programs:
Associate Solution Architect
Associate Cloud Engineer
Professional Cloud Architect
Microsoft Azure Administrtaor
Education
IT Skills
Skill Name Version Last Used Experience
Windows 2012 Server, Windows 2016 Server
WCF, Web service AJAX, SCVMM
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f1200100…
https://freesearch.naukri.com/preview/printResume?uname=b753fcc4aca2661c54eb6f11e59f4e96095c0a044e150d47574740580c0d044f120010074215595b0d0… 3/3
Nature of Employment: Full Time Duration: Oct 2011 - Oct 2020
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
AWS 2020 7 Year(s) 5 Month(s)
Microsoft Azure 2020 6 Year(s) 3 Month(s)
MS SQL Server 2005, JavaScript, VBScript
GCP 2020 3 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Cloud Management Platform
Client: Multiple
Project Details: CMP,AWS,AZURE,GCP,ANSIBLE,TERRAFORM
Rank 866: Resume 1279 with similarity score 0.010614158342056756
Resume Text: BSC , BS , B.E , MS , B.TECH technical architect , senior engineer , salesforce developer , full time , team lead controllers , wizard , notepad++ , angular , docker , databases , beginner , authorize.net , quote , gateway , custom objects , status , logging , store , xml , scalable web applications , testing , course management , weather , components , building , order management , summary reports , uniforms , pie , cms , workflow , sellers , organization , crm , artifactory , notification , registration , paypal , french , ecommerce , commission , infrastructure services , kubernetes , sales performance , access , designation , intuit , hindi , cloud , fitness , salesforce.com , english , project , live , microservices , processing , drupal , architecting , mvc , custom reports , javascript , ajax toolkit , technology , insurance , web services api , ldap , logics , cd , html , general , drush , suppliers , developers , golang , lms , affirmative action , mysql , lists , community pharmacy , maintenance , dynamo , terminal , jquery , quickbooks , navicat , architecture , joomla , email , zend , codeigniter , wordpress , aws , multimedia , web servers , operations , github , android , dreamweaver , runway , content management , customer experience , languages , malayalam , management system , mobile , travel planning , dashboards , testers , search , apps , folders , omega , online , intranet , oncology , jenkins , css , nosql , soap , ug , tamil , profiles , health , step , authentication , scratch , visualforce pages , neurology , stocks , apache , php , import , authorization , record , matrix , ci , netbeans , s3 , validation rules , artwork , tabs , .net framework , apex programming , laravel 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 1/4
Current Designation: Tech Lead
Current Company: Impelsys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [IT]
Verified : Phone Number | Email - id
Impelsys as Tech Lead
Oct 2019 to Till Date
Key project details
1) Wolters Kluwer Health:
Microservice based LMS application developed in PHP, angular and Golang.
Used all aws tools like AWS WAF, Dynamo, SQS, S3 and all other infrastructure services.
CI/CD through Jenkins using github, docker and kubernetes
Packages are managed using composer and jfrog artifactory .
Frameworks used are symfony(symfony) and GIN (golang) for building microservices
Edkal Business Solutions as Technical Architect, Team Lead
Nov 2016 to Oct 2019
Client: Artwork Network, USA, July 2017 - Sep 2018
Role: Salesforce Developer
This project was to develop an ecommerce front end site using visualforce pages (Customer Community License) and, to
sync the data of box.com into Salesforce. The ecommerce website has Artists who can create their account and upload
their Artwork on the site. They would need to purchase a subscription package. User can also Register/login and purchase
the Artwork uploaded by different Artists. It also has integration with ?Quickbooks Intuit? payment gateway.
Responsibilities:
Developed sales apps on Salesforce.com platform using CRM Process.
Involved in Salesforce.com Application Setup activities and customized the apps to match the functional needs of the
organization.
Interacted with various business team members to gather the requirements and documented the requirements.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VIJAY NAIR
Team Lead, Technical Architect seeking roles in
Golang,Kubernetes,Docker,MySQL,PHP,jfrog,jenkins,AWS
Key Skills: Team Lead,Application Development,Project Management,Technical
Architecture,Jenkins,Docker,MySQL,PHP,golang,kubernetes,jfrog,AWS,NoSQL
Summary
Having overall 13+ years of total work experience in architecting and developing scalable web applications
Hands-on experience in technologies like GoLang ,Salesforce, PHP and frameworks like Drupal and Laravel
Designed and build microservices based cloud native applications using Docker, Kubernetes, Istio, Jenkins
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 2/4
Used SalesForce.com Ajax Toolkit to make asynchronous calls to the SFDC data store for optimizing data retrieval
speeds.
Created an interactive UI to improve customer experience
Created various reports (summary reports, matrix reports, pie charts, dashboards) and setup
Designed and developed SFA based Application on Force.com Platform in Salesforce.com environment
with Apex programming language at backend and Visual-Force pages as user interface.
Worked with various salesforce.com objects like Accounts, Contacts, Leads, Opportunity, Reports and Dashboards.
Developed various Custom Objects, Tabs, Entity-Relationship data model, validation rules on the objects and tabs,
Components and Visual Force Pages.
Created page layouts, search layouts to organize fields, custom links, related lists, and other components on a record
detail and edit pages.
Created workflow rules and defined related tasks, time triggered tasks, email alerts, filed updates to implement business
logic.
Designed, developed and deployed Apex Classes, Controller Classes and Apex Triggers for various functional needs in
the application.
Developed and configured various Reports and Report Folders for different user profiles based on the need in the
organization.
Developed Custom Objects, Custom Reports to dump the data on regular basis for the sales performance.
Used the sandbox for testing and migrated the code to the deployment instance after testing.
Environment: Salesforce.com, Force.com Sandbox, Import Wizard, Apex, JavaScript, Controllers, Visual Force Pages,
Workflows, Email Updates, Web Services API.
Client: Mission Ad Group, USA, Dec 2016 ? Jun 2017
Role: Salesforce Developer
The scope of this project was to send automatic notification/reminders in Salesforce for each step of advertising process.
The system mainly work around to the Advertisers and Publishers, where advertisers can share their Ad requirements with
the admin (Salesforce System) and admin will take this request further to the Publisher. It also has a number of Reports
based on different criteria.
Responsibilities:
Developed sales apps on Salesforce.com platform using CRM Process.
Involved in Salesforce.com Application Setup activities and customized the apps to match the functional needs of the
organization.
Created various reports (summary reports, matrix reports, pie charts, dashboards) and setup
Worked with various salesforce.com objects like Accounts, Contacts, Leads, Opportunity, Reports and Dashboards.
Developed various Custom Objects, Tabs, Entity-Relationship data model, validation rules on the objects and tabs,
Components and Visual Force Pages.
Created page layouts, search layouts to organize fields, custom links, related lists, and other components on a record
detail and edit pages.
Created workflow rules and defined related tasks, time triggered tasks, email alerts, filed updates to implement business
logic.
Designed, developed and deployed Apex Classes, Controller Classes and Apex Triggers for various functional needs in
the application.
Developed Custom Objects, Custom Reports to dump the data on regular basis for the sales perfor
Dotsquares Technologies as TEAM LEAD
Jul 2010 to Nov 2016
a) Chemist and druggist http://www.chemistanddruggist.co.uk/
C+D is a multimedia publisher championing community pharmacy since 1859 and have recently migrated their online
news and course management web application to Drupal 7. We used migration modules to migrate data, omega theme to
manage the contexts and drush make file to build the site again and again from scratch in order to get the latest data from
live before going live with drupal site and putting the older site down.
b) Touch medical media
This is a content management web app with 4 sites getting managed through same modules files but different databases.
As all the websites are displaying content in same theme (neurology,optho, endo and oncology), the client want to manage
all website with same file so that any changes done will automatically reflect all of them and therefore this is configured in
Drupal as this is best CMS available around
c) Insurance document system
This is a Drupal based intranet system for a UK based insurance company for managing their documents and notice
boards for all their departments at 1 place so that their staff can login and get everything they need in their account and
communicate easily with all of them.
The major part of the system was integration of their internal LDAP based authentication with the CMS and allows access
to different sections accordingly.
d) Your School Uniform http://yourschooluniform.com
This is a Laravel MVC based web application mainly developed to manage the backend work of an organization with a
frontend to facilitate the buyers like normal parents or school to order uniforms.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 3/4
This application manages orders given by schools by processing them through different stages like managing plain items ,
converting them to profile item, sending the packages to 3rd party decorators, receiving & logging them , invoices, delivery
etc.
Synced with salesforce to manage suppliers, orders, inventories and the back end operations workflow with Apex and
Visualforce.
e) Shirtworks http://www.shirtworks.co.uk
Shirtworks is one of the longest established t-shirt printers in the UK. We developed online portal to help them establishing
their presence online and helping their customers and online users to order/quote from the website.
This is developed in joomla 3 framework and have all the logics inbuilt in it to keep the users orders online and get the
quote easily rather than visiting shop. It have complete order management system inbuilt in backend from quote to order
delivery and checking for raw material from other 3rd party on the fly and managing stocks for plain items to finished
items.
We have synced it with salesforce with Apex and visualforce for orders, quotes, contacts and have developed custom
objects with workflows to manage the complete back end operations for the company.
f) Moscow
This is a Laravel 4 based online HR tool for managing the health statuses for the employees and assigning them to OHP's
and OHA's in regular intervals. This is big application with a central system and sub systems with the clients.
The central system has all the clients' information's and OHA's/OHP's are all assigned from the central system. The client
system has all their managers and employees with full referral management/fitness certificate logics.
g) Runway Republic - http://linuxdemo.projectstatus.in/runwayrepublic
This is a marketplace application developed in Drupal. This application allows sellers to sell their products and display
their profile as a brand to the users.
On sales, the amount will be directly paid to the sellers and commission gets deducted from sellers paypal account after 1
month of order automatically.
h) Bookit.com
This project is holiday travel planning website with api's for booking flights and hotel rooms.
The team size was of 14 with 10 developers in Miami and 4 here in India.
6 testers were also involved with proper staging of work through svn.
Octal Info Solution Private Limited as Senior Engineer
May 2009 to Jun 2010
Responsibilities
Communicating with the clients.
Follow the SRS and meeting the deadlines.
Project Executed
1.) Terminal Leave
This is a site developed in .NET framework on which there is unified registration and login/logout link to a drupal based
networking site.
Client required having Orkut like networking site with soap based interlinking between php and .NET framework. This was
a application developed for retired army persons to get in touch with each other.
2.) MM Chula -http://mmchula.acc.chula.ac.th/
This is a university site which is developed in drupal framework as per requirements of the client for a university in
Bangkok.
3.) Ski group
This is French based tourist information site again developed in drupal where the necessary data regarding the weather
information is read from an xml file linked to other site.
This site also have soap based unified registration systems where the clients of the main site when get registered in main
site then automatically will become the member of this site.
UG: B.Tech/B.E. (IT) from Swami Keshwanand Institute of Technology, Rajasthan University in 2005
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f12…
https://freesearch.naukri.com/preview/printResume?uname=c5ee582093a934d3f89561c1b3ac38e709555d504e425d430319155d5d08594e105f120a47455b585f… 4/4
Other Qualifications/Certifications/Programs:
aws
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP5 based CMS like Drupal and Wordpress
drupal, Zend, Codeigniter, Laravel
Mobile framework like Android
Apache and MySQL web servers
Databases
HTML, JavaScript, JQuery, AJAX and CSS
SALESFORCE 2 Year(s)
Notepad++, Dreamweaver , Netbeans
Mysqlfront Navicat
Barclay Epdq,Sagepay,Authorize.net
AWS
DOCKER
Kubernetes
Golang 2 Year(s) 0 Month(s)
Laravel 2016 5 Year(s)
SALESFORCE 2016 1 Year(s)
DRUPAL 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Tamil Beginner
Malayalam Beginner
Rank 867: Resume 814 with similarity score 0.010609600484668814
Resume Text: B.E , MS , B.TECH , BS full time , software engineer , full stack engineer , software developer react.js , core java , general , mean stack , css , designation , ug , tsp , qualys , affirmative action , mysql , web services , spring , tortoise svn , hindi , maintenance , basic , instagram , authorization , english , status , agile , email , project , application , microservices , angularjs , computational complexity , android , approximation algorithms , features , languages , es6 , javascript , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c13…
https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c130045145d58095… 1/2
Current Designation: Full Stack Engineer
Current Company: Qualys
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Qualys as Full Stack Engineer
Dec 2020 to Till Date
Full stack development using ReactJS, Java and Spring
Reflexis Systems as Software Engineer
Jul 2017 to Dec 2020
Created, designed and maintained multiple projects using Agile methodology, hands on experience in Java, Spring,
Javascript, AngularJS, Webservices, RESTful APIs, Microservices, SQL, HTML, CSS
UG: B.Tech/B.E. (Computers) from NIIT Univeristy, Neemrana in 2017
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Shishir Rao
Full Stack Engineer.
Java, Spring, Javascript, React, AngularJS, HTML, CSS, MySQL, DB2
Key Skills: javascript,angularjs, spring,data structures,core java,java,application programming,web
technologies,sql,mysql,web services,microservices,tortoise svn,oop,Algorithms
Summary
Result-oriented Professional with 3 years of experience in Product Based environment in Application Programming, Web
services, Full stack development in tech-stack of Java, Javascript, React, AngularJS, Spring, SQL, HTML, CSS, D3
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c13…
https://freesearch.naukri.com/preview/printResume?uname=4f6a2e8cf6bbcddb2d94145e2800bb70595f58041b1709105043450b0f0f534a100c130045145d58095… 2/2
Nature of Employment: Full Time Duration: Jan 2017 - Feb 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2016 - Dec 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Jul 2015
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
CORE JAVA 8 2020 3 Year(s) 3 Month(s)
AngularJs 1.5 2020 3 Year(s) 3 Month(s)
Spring 4 2020 3 Year(s) 3 Month(s)
JavaScript ES6 2020 3 Year(s) 3 Month(s)
MySQL 0 3 Year(s) 3 Month(s)
React.js 2020 0 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: MeanInsta
Client: Self Practice
Project Details: Developed a website that clones Instagram for some basic features like creating profile, uploading images,
adding likes and comments, using MEAN stack
Project Title: Incident Reporter
Client: SELF WORK
Project Details: Developed a website for our android application InciRep. The application reported accidents or incidents to
concerned authorities. MySQL, HTML and CSS
Project Title: Approximation algorithms for Travelling salesman problem
Client: SELF EDUCATION
Project Details: Created two algorithms to improve the computational complexity of 1.5 Christofides and optimality of
Bottleneck TSP
Rank 868: Resume 236 with similarity score 0.010602075543671943
Resume Text: B.E work from home dart , training , deep learning , nlp , information technology , data analytics , natural language processing , architecture , middle school , project , coursera , computer vision , pyqt , resume , gaming , java , machine learning , opencv , completion , assessment , python , hobbies , football , online Assessment
Q1. Why should you be hired for this role?
I wish to pursue this internship to evaluate my inherent abilities of Machine learning, Deep Learning, Computer Vision, NLP and Sequence Model
Domain. Although I have accumulated a strong foundational knowledge in these domains, I think the best way to move forward would be to get
practical knowledge in an established platform. I am ready to adapt to changing technology and keep my learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full-time internship from the end of February
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Himanshu Rajput
Dahod, Ahmedabad
Applied 08 Feb'21
Python Data Analytics Deep Learning
Flutter Java Machine Learning
OpenCV
Bachelor of Engineering B.E, Information Technology
G.H. Patel College Of Engineering And Technology
2017 - 2021
CGPA 8.84/10
Senior Secondary XII, Science
Little Flower Middle School Dahod)
GUJARAT board)
Year of completion: 2017
Percentage: 73.33%
Secondary X
Shashidhan Day School
GUJARAT board)
Year of completion: 2015
Percentage: 76.33%
Co-Ordinator of a Inter-College Technical fest with 180250 participants.
Tensorflow Developer Professional Certificate
Coursera, Online
Nov 2020 - Present
Natural Language Processing Specialization
Coursera, Online
Jul 2020 - Present
Deep Learning Specialization
Coursera, Online
May 2020 - Jan 2021
Deep Learning, Improving Neural Network Hyperparameter, Structuring Machine Learning Project, Convolution Neural
Network and Sequence Model.
Flutter & Dart - The Complete Guide 2020 Edition]
udemy, Online
Jan 2020 - Jul 2020
- A 41 hour course offered by Academind by Maximilian Schwarzmiller on Udemy.
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9624971989
Python
Internshala Trainings, Online
Dec 2019 - Feb 2020
The training program consisted of Developing a GUI with PyQT and Python concept which lasted for six weeks.
Machine Learning
Coursera, Online
Nov 2019 - Sep 2020
Machine Learning by Stanford University is an 11 week online course
Neural Style Transfer
Jul 2020 - Jan 2021
https://github.com/print-himanshu/Neural_Style_transfer
Character Level Language Model
Jul 2020 - Jan 2021
https://github.com/print-himanshu/Language-Modeling-and-RNN
Virtual Makeup
Jul 2020 - Nov 2020
https://github.com/print-himanshu/Virtual-Makeup
Hair Detection, UNet architecture and Figaro Dataset
Lip Detection, Facial Landmark ( 64 landmarks)
https://www.linkedin.com/feed/update/urn:li:activity:6763867104816037888/
Hobbies: Badmintion, Football and PC gaming
Interest: Technology Geek, Music and Travelling
https://github.com/print-himanshu/Neural_Style_transfer
https://github.com/print-himanshu/Language-Modeling-and-RNN
https://github.com/print-himanshu/Virtual-Makeup
Rank 869: Resume 949 with similarity score 0.01056012158084689
Resume Text: B.E , B.TECH , BS full time , senior ui ux designer , user experience designer functionality , genesis , web development , general , figma , css , sketch , designation , mobile design , adobe photoshop , ug , affirmative action , wireframing , studio , user experience , collaboration , angular , hindi , ltd , authorization , english , graphic design , status , email , invision , wordpress , mobile apps , mockups , mumbai , newsletters , user requirements , ux , design research , features , react native , git , computer science , logo design , strategic design , press releases , ionic framework , languages , html5 , mobile applications , management system , javascript , engineers , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100…
https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100515445a09095… 1/2
Current Designation: Senior Ui Ux Designer
Current Company: Durapid Technologies Private Limited
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: Web / Graphic Design / Visualiser
Role: User Experience Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computer Science]
Verified : Phone Number | Email - id
Durapid Technologies Private Limited as Senior Ui Ux Designer
Oct 2020 to Till Date
- Gathering and evaluating user requirements, in collaboration with product managers and engineers.
- Communicating with clients to understand their business goals and objectives.
- Research and design the management system and mobile applications.
- Planning, implementing and optimizing new and existing user interface designs and Collaborating with the development
team.
Konstant Infosolutions Pvt Ltd as Senior UI UX Designer
Nov 2016 to Oct 2020
Gathering and evaluating user requirements, in collaboration
with product managers and engineers.
Communicating with clients to understand their business
goals and objectives.
Planning, implementing, and optimizing new and existing
user interface designs.
Developing UI mockups and prototypes to clearly illustrate
the functionality and look and feel of both Mobile Apps and
Websites.
Designing the Mobile Apps using Ionic 3,4 and React Native
Framework. Also managed the frontend development of
website using HTML5, CSS3, JS and Angular Framework.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Akash Jain
Senior UI/UX Designer seeking assignment in Graphic Designing,Web Designing,Web
Development, Wireframing, User Interface Designing,Logo Design,Design
Research,Mobile Design,Adobe Photoshop, Adobe XD, Sketch, Figma, Invision
Studio,HTML,CSS
Key Skills: Senior UI/UX Designer,User Experience Designer,Graphic Designing,Web Designing,Web
Development,Wireframing,User Interface Designing,Logo Design,Design Research,Mobile Design,Adobe
Photoshop,Adobe XD,Sketch,Figma,Invision Studio,JustinMind,HTML,CSS
Summary
Over 5 years experience in Graphic Designing,Web Designing,Web Development,Wireframing,User Interface Designing,Logo
Design,Design Research,Mobile Design,Adobe Photoshop,Adobe XD,Sketch,Figma,Invision Studio,JustinMind,HTML,CSS
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100…
https://freesearch.naukri.com/preview/printResume?uname=6fa17981a4e3d893feed08e871f1aa455d5e0157191a5f130b12475c0e5b591e100e100515445a09095… 2/2
Samachar Jagat as UI UX Designer
Aug 2016 to Nov 2016
Gathering and evaluating user requirements, in collaboration
with product managers and engineers.
Communicating with clients to understand their business
goals and objectives.
Making strategic design and user-experience decisions
related to core, and new functions and features.
NZ Technologies Pvt Ltd as UI UX Designer
Aug 2015 to Jul 2016
Posted onsite at Genesis BCW, Gurugram
( https://bcw-global.com/genesisbcw )
Designed Press releases, newsletters and their internal
websites using WordPress
UG: B.Tech/B.E. (Computer Science) from vivekananda institute of technology, jaipur in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Adobe Photoshop,Adobe XD,Sketch,
Figma,Invision Studio,JustinMind,HTML5
css3
JavaScript
ionic framework
Angular Framework
React Native Framework
GIT
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 870: Resume 1506 with similarity score 0.010547067300010935
Resume Text: B.E , MS , B.TECH scrum master , it analyst , application development team lead , senior systems engineer , change management , full time , tibco developer continuous process , retail , optimization , functional specifications , production schedules , people management , scrum , sourcetree , scope planning , team management , soap , designation , ug , telecom , mar , affirmative action , conducting , tamil , project plans , docker , maintenance , tibco ems , authorization , risk , english , productivity improvement , teams , enterprise , status , architecture , budgeting , agile , email , modernization , infosys , application , map , focus , leadership , re-engineering , steps , xml , bitbucket , electronics , testing , closure , change management , customer experience , transformation , languages , resolving issues , kannada , jira , javascript , organization , business requirements , international exposure , program management , adb adapter 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b150910…
https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b1509105218145c0e0b… 1/2
Current Designation: Application Development Team Lead
Current Company: Accenture
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Other International
Location
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Accenture as Application Development Team Lead
Sep 2019 to Till Date
Key Result Areas:
Managing activities related to requirement analysis, design, architecture, implementation and testing of the application
Leading various concurrent projects with maximum resources of 11+ team members; spearheading complete functions
of projects from scope planning, resource planning, budgeting, cost estimation and people management
Facilitating end-to-end delivery of the project, meeting internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
o Value-adds, continuous process and productivity improvement; expectation management of team
Creating architectural flows to realize business requirements; managing Software Development Lifecycle with focus on
detailed designing, development and architecture
Mapping requirements & providing best solutions for customization, modernization and optimization of applications;
providing specifications for defining & delivering solutions following Agile-based Scrum and Lean methodologies
Coordinating with clients to map & analyze the requirements and perform cost & efforts estimation for assigned
projects; planning production schedules for the steps in the development process
Working closely with key stakeholders to ensure proper alignment and communication of an operating model,
organization, business processes and priorities; leading project closure meetings and addressing all the important issues
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Uday. R
Scrum Master(CSM) with over 09 years of experience in Project/ Program
Management, Software Development, Enterprise Application Integration, Delivery
Management and Team Management & Leadership across Banking, Retail and
Telecom domains
Key Skills: Scrum Master(CSM),Application Development Team Lead,Tech Lead,Software Development,Application
Programming,Project Management,Requirement Analysis,Waterfall,Scrum,SAFe,TIBCO BW,PEGA,SOAP
UI,JIRA,Bitbucket,XML,TIBCO Developer,TIBCO EMS,Adb Adapter
Summary
Scrum Master with over 09 years of experience in Project/ Program Management, Software Development, Delivery
Management and Team Management & Leadership across Banking, Retail and Telecom domains
Skilled in mapping client's business requirements and translating these requirements into functional specifications, services,
and custom solutions to develop software/ application
Exhibited leadership across business functions with expertise in driving improvement methodologies, developing methods &
upgrading processes to improve overall productivity, efficiency, quality & customer experience
Hands-on experience in consulting practice with capabilities in capturing As-Is process, process re-engineering,
transformation, system integration, gaps analysis, and solutions implementation
Gained national and international exposure of working in Mysore, Hyderabad, Mangalore, Bengaluru, Herzogenaurach
Germany, Brussels Belgium, Dusseldorf Germany
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b150910…
https://freesearch.naukri.com/preview/printResume?uname=3d449781cec52ad51a6c42f55391b74a500f005543150a420314465d5f0b534b1509105218145c0e0b… 2/2
Spearheading the activities related to the implementation phase by formulating project plans, planning resources and
resolving issues arising due to scope creep or other technical matters
Providing/ conducting sessions on Scrum Agile methodology for 5 teams and spearheaded PI planning sessions for
team
Tata Consultancy Service as Assistant Consultant
Mar 2017 to Aug 2019
Growth Path:
Mar'17- Aug'18 as IT Analyst
Sep'18- Aug'19 as Assistant Consultant
Infosys Limited as Senior Systems Engineer
Sep 2011 to Feb 2017
Growth Path:
Sep'11- Mar'12 as Systems Engineer Trainee
Apr'12 - May'14 as Systems Engineer
Jun'14- Feb'17 as Senior Systems Engineer
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visveswaraiah Technological University (VTU) in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Tibco-Business Works 2020 7 Year(s) 6 Month(s)
SCRUM 2020 6 Year(s) 7 Month(s)
Soap UI 2020 5 Year(s) 0 Month(s)
JIRA 2020 6 Year(s) 7 Month(s)
XML 2020 8 Year(s) 5 Month(s)
SourceTree 2020 3 Year(s) 8 Month(s)
Bitbucket 2020 4 Year(s) 5 Month(s)
DOCKER 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Kannada
Rank 871: Resume 835 with similarity score 0.010535624338131521
Resume Text: B.E , MS , B.TECH , BS project lead , devops , senior java developer , full time , team lead , technical lead spring mvc , optimization , web development , general , customer , jenkins , devops , carriers , kubernetes , websphere , css , designation , ug , mar , affirmative action , hindi , angular , cloud , docker , gradle , linux , maintenance , apache , windows , jquery , authorization , english , status , spring boot , paas , software testing , email , project , tomcat , application , aws , microservices , leadership , gap , html , facebook , edge , mac , bridging , junit , git , maven , languages , spring security , hibernate , discount , python , google api , cms , javascript , eclipse , sonar , liferay 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a0018…
https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a00180115400c585f0… 1/2
Current Designation: Technical Lead
Current Company: ATCS
Current Location: Jaipur
Pref. Location: Delhi / NCR,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
ATCS as Technical Lead
Jan 2017 to Till Date
OTR is platform where customer can easily book the picp and drop the service for
their vehicle and also portal manage the discount for them.
Responsibilities:.
Involved in requirement gathering and designed the work around for the same.
Leading the complete project from end to end.
Handling client issues and data porting.
Doing Code optimization as required.
Knowarth as Java/Liferay Developer
Mar 2016 to Dec 2016
BridgeVoice is developing platform for bridging the gap between network carriers.
Where the carrier come, keeping their plan with other carrier and maintaining their
role.
Responsibilities:.
Involved in requirement gathering and designed the work around for the same.
Handling roles and permission using Liferay.
Handling client issues and data porting.
A3Logics
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
PAWAN KUMAR
Senior Java Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Software Testing,Application
Support,Technical Support,Spring Boot, Apache Tomcat,Jboss,WebSphere,Caas,
Paas,React,Angular,Cloud
Key Skills: Team Lead/Tech Lead,Web Development,Technical Support,Apache Tomcat,WebSphere,
Paas,Microservices,Spring Boot,Spring,Jenkins,Docker,Java,J2Ee,AWS,Devops,Continuous
Integration,Sonar,Gradle,Liferay,Portal,Spring Security,JUnit
Summary
Successful Project Lead offering 7.9 years of experience in demanding environments focused on producing
cutting-edge systems for IT. Skilled in directing development with creative and performance-oriented
approach. Well-organized and customer-focused with proven skills in project management and team
leadership.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a0018…
https://freesearch.naukri.com/preview/printResume?uname=baff5cec8d7e27edd742978921380c7f5c0c5c071b410c18571146095e0d05491a00180115400c585f0… 2/2
UG: B.Tech/B.E. (Computers) from rajasthan technical university in 2012
PG: in 0
Other Qualifications/Certifications/Programs:
Liferay
OCJP
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Apache Tomcat, JBoss, WebSphere
Liferay 6.1/6.2 CE
Angular 8, React, Jquery
Spring Boot/Spring MVC
Eclipse, Intelij
SVN, GIT
Maven, Gradle, Ant
Docker, Kubernetes
Caas, Paas
Facebook and Google API
Windows,Linux and Mac
Hibernate
Contentful CMS
Python
HTML,CSS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARWARI
Rank 872: Resume 750 with similarity score 0.01052392849320721
Resume Text: B.E , MS , B.TECH , BS application support , software engineer , full time , change management , senior software developer , part time api , designation , ug , affirmative action , mysql , hindi , maintenance , player , authorization , english , status , spring boot , email , project , tomcat , application , aws , mumbai , rest , writing , change management , features , maven , languages , adoption , one , javascript , search , etl 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a44…
https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a440240455f590c5… 1/2
Current Designation: Senior Software Developer
Current Company: Synergy Tech Services
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Synergy Tech Services as Senior Software Developer
Jun 2015 to Till Date
Worked on Forums where faculties and students can interact with each other.
Developed Gradebook Features to calculate grades for students based on different
criterias.
REST API features so that client can create bulk data using these API's. Integrated
Swagger.
Content Propagation from one instance to another.
Provided full Support to Client.
Developed Book Adoption feature for courses/sections by faculties.
Worked on Sparks ETL for reading catalog data and writing to elastic search.
Worked on Elastic Search Queries.
Created AWS lambdas and Batch Jobs.
UG: B.Tech/B.E. (Computers) from Shri Shankracharya Engineering College Bhilai Chhattisgarh in 2015
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Vanshika Agrawal
Senior Software Developer seeking roles in Software Engineering,Software
Development,Application Support,Project Management,Change Management,Defect
Management,Quality Management,Requirement Gathering,Spring
Boot,Sparks,Maven,MySQL,AWS
Key Skills: Senior Software Developer,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Defect Management,Quality Management,Requirement Gathering,Spring
Boot,Sparks,Maven,MySQL,AWS
Summary
Software Engineer with 5+ years of experience in developing and supporting the projects.Team player with a will-do
attitude and eager to take up new tasks.
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a44…
https://freesearch.naukri.com/preview/printResume?uname=2e35cad269c23f4cc60a52c3a02a874b500e5b511c115f420012410a59095542410a440240455f590c5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Java, Sparks, Spring Boot
Elastic Seach, MySql, AWS, Maven
Tomcat Server, Micro Services,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 873: Resume 401 with similarity score 0.010467913150934123
Resume Text: MS work from home css , adobe photoshop , information technology , mysql , flash , php , english , wordpress , c programming , mumbai , fit , resume , java , government , languages , completion , assessment , web , mathematics , html , database Assessment
Q1. Why should you be hired for this role?
I have all the skills and qualifications listed in the job description, and if you hire me, I promise to deliver quality work throughout the tenure of the
internship and deliver exceptional results , I feel as an intern I will fit in beautifully and the experience of skills I have makes me stand out.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I can start it immediately and i am also available for the next 3 months.
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7977854781
Pratham Gawli
Mumbai
Applied 27 Dec'20
C Programming English Proficiency Spoken) English Proficiency Written)
Mathematics Adobe Flash Adobe Photoshop
C Programming CSS Database Management
System DBMS
HTML Java MSOffice
MySQL PHP WordPress
Data Structures
Diploma, Information Technology
Government Polytechnic Mumbai
2019 - 2021
CGPA 8.90/10
Secondary X
Holy Cross High School
S.S.C. board)
Year of completion: 2017
CGPA 9.70/10
I have excellent knowledge in the field of information technology and many other subjects including animation, web
development, coding languages. I secured 92% in my 10th grade and I've won many certificates in various inter school
competition.
Rank 874: Resume 1515 with similarity score 0.010464615618564847
Resume Text: B.E , MS , B.TECH , BS project manager , certified scrum master , quality assurance , full time , associate manager , program manager , project leader user acceptance testing , mfs , gateway , p&c insurance , status , product management , ccs , components , system testing , asp.net , payments , sql server , retail , client side scripting , designation , underwriting , hindi , english , web applications , ftp , angularjs , mas500 , estimates , flow , kanban , employee engagement , javascript , technology , coverages , user training , html , scrum , performing , e2e , affirmative action , oracle , project plans , maintenance , alm , architecture , timelines , general ledger , email , business rules , print , hp , customer experience , languages , business process , nextgen , business transformation , scheduling , financial data , 360 , base , dictionaries , program management , intranet , credit , css , validation , ug , investment , toad , adobe , authorization , functional requirements , teams , maps , enterprise , productivity , models , agile project management , squirrel , mockups , electronics , clearcase , drive , offshore , adoption , ado.net , schedules , .net framework , google cloud , digital marketing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 1/4
Current Designation: Program Manager
Current Company: Sapient Inc.
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Other
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Sapient Inc. as Program Manager
May 2018 to Till Date
I am working as a Program Manager currently managing a team of 25+ both at onshore/offshore. My work includes
working closely with the client to collect functional requirements, make/propose changes to the system, handle critical
production issues and deliver the enhancements into production without any defects on timely basis.
Client/Company
MFS Investment Services
Project
Digital Content - Adobe EM Intranet Site
Project Duration
May 2018 To Jan 2020
Project & Role Description:
I worked as a Project Manager Scrum Master responsible for handling a Team of 15+ members. We created Client's
intranet website.
Responsibilities:
* Ensure that all projects are delivered on-time, within scope and within budget
* Assist in the definition of project scope and objectives, involving all relevant stakeholders and ensuring technical
feasibility
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Shashank Agrawal
Manager seeking roles in Program Management,Project Management,IT Product
Management,Software Development,Application Development,Requirement
Gathering,System Design,Digital Marketing,Scrum Master,JavaScript,ASP.Net,SQL
Server,Oracle,HTML,CSS,DB2
Key Skills: Program Manager,Program Management,Project Management,IT Product Management,Software
Development,Application Development,Requirement Gathering,System Design,Digital Marketing,Scrum
Master,JavaScript,ASP.Net,SQL Server,Oracle,HTML,CSS,DB2
Summary
Overall 13.5+ years (6+ years onshore) of IT services and consulting experience across USA, UK & India delivering innovative
services in Digital Marketing, Web Applications and Insurance domains providing e2e Customer experience.
Working as a Manager, Program Management in Publicis Sapient on Digital Marketing & Content. Leading a team of 20+ people
across multiple geographies performing Digital Business Transformation for a top UK Bank by implementing Google Cloud
Platform in Digital Banking Product.
I am a SAFe certified Scrum Master having experience in AGILE development model using Scrum or Kanban methodology. My
job is to guide the adoption, success, and ongoing improvement of Lean-Agile culture in the Enterprise and lead projects to
sustain and drive faster time-to-market, systematically increase in productivity and quality of the product, and continuous
improvement in employee engagement.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 2/4
* Develop comprehensive project plans to be shared with clients as well as other staff members
* Delegate project tasks based on junior staff members' individual strengths, skill sets and experience levels
Technology:
Angular, Adobe EM 6.3, HTML, CSS, Javascript
Accenture as Associate Manager
May 2007 to May 2018
I worked as Business Analyst/ Project Manager for P&C Insurance clients using Claims Components Solution (CCS)
created on top of .Net Framework for its Claims solution, which was customized as per client's requirements.
Client/Company
ALLIANZ - FFIC
Project
Claims & Underwriting
Project Duration
Feb 2013 - Apr 2018
Project & Role Description (Claims & Underwriting):
I worked as Business Analyst/ Project Manager from Feb 2013 to Apr 2018 in Allianz - FFIC Project. It uses Claims
Components Solution (CCS) created on top of .Net 3.0 Framework for its Claims solution, which was customized as per
client's requirements.
I was also looking after Custom Underwriting application. Underwriting application is one of the base applications that help
in obtaining Pricing for an account based on the Risks and coverages of that account.
Responsibilities as a Project Manager:
* Provide support and guidance to consultants on technical, delivery and operational issues.
* Review and approve project proposals (scope, level of effort estimates and schedules)
* Define system's architecture and help the team in creating solutions and then deploying it to the Production Environment.
* Creating the Project timelines and planning individual tasks as per the timelines. Analyzed and documented business
requirements through Business Domain Models, Business Process Maps, Use Cases, Mockups, Prototypes, and Data
Dictionaries.
* Conducted system testing, quality assurance testing, user acceptance testing, and user training sessions, as needed to
support functional and maintenance releases.
* Communicating directly with the business and integration teams.
* Creating and Reviewing Design/Functional requirements and test case documents.
* Collaborated with Client and Other vendor teams to analyze the flow and created mock ups to present to business, and
consolidated the scope documents to include the business rules, pain points for proper tracking of the work in progress.
* Managing deployment scheduling and release management.
* Actively participating in releases and deploying the code to Production environment. Creating and presenting
weekly/monthly status reports for the business team.
Technology:
C#.NET, ASP.NET, SQL Server 2005, HTML 5, CSS, JavaScript, DB2, Clearcase, Squirrel, Toad, HP ALM.
Client/Company
Affirmative Insurance Holdings
Project
Claims Insurance & Common Services
Project Duration
Feb 2010 - Feb 2013
Project & Role Description
I have worked in Affirmative Insurance Project from Feb 2010 to Feb 2013, which uses Claims Components Solution
(CCS) created on top of .Net 2.0 Framework for its Claims solution. It was customized as per client's requirements.
Apart from Claims solution, I have also lead Common Services team, which includes multiple common systems used by
various client products as a single pass through to the external downstream systems. The following systems are part of
Common Services:
1) Print and Mail: It is a common platform used by various systems to send documents to the external SourceHOV system
in order to send physical Mails and also to generate letters and Policy documents.
2) Payments Gateway: This main purpose of this system is to post credit card transactions to Chase Orbital gateway in
order to receive payments. It is used by different systems like Billing Decisions to collect policy premiums and other
payments.
3) Address Broker & Validation: This system is used by various systems like Proclaim, Policy Decisions, Retail applications
to verify U.S. Postal address. It uses Pitney Bowes Address Broker software to validate addresses.
4) General Ledger: It is used by applications like Retail, AMS 360 to send financial data to downstream system MAS500 in
order to generate financial reports.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Uttar Pradesh Technical University (UPTU) in 2006
Other Qualifications/Certifications/Programs:
AINS21
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 3/4
Nature of Employment: Full Time
Project Location: San Francisco, US
Role: Project Leader
Duration: Feb 2013 - Till Date
Onsite / Offsite: Onsite
Team Size: 25
Nature of Employment: Full Time Duration: Feb 2010 - Feb 2013
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: May 2007 - Feb 2010
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
KANBAN
SCRUM
Agile Project Management
PROJECT MANAGEMENT
SQL SERVER, DB2 & Oracle
HTML, CSS, JAVASCRIPT
ASP.NET, C#.NET, AngularJS
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Claims & Underwriting (Selectica)
Client: ALLIANZ - FFIC
Skill Used: C#.NET, ASP.NET, SQL Server 2005, HTML 5, CSS, JavaScript, DB2, Clearcase, Squirrel, Toad, HP ALM,
Quality Center, Absolute FTP.
Role Description: Project Manager
Project Details: I am working as a Project Manager since Feb 2013 in Allianz - FFIC Project. It uses Claims Components
Solution (CCS) created on top of .Net 3.0 Framework for its Claims solution. It has been customized as per clients
requirements.
I have also been involved with the Custom Underwriting application. Underwriting application is one of the base applications
that help in obtaining Pricing for an account based on the Risks and coverages of that account.
Project Title: Claims Insurance & Common Services
Client: Affirmative Insurance Holdings
Project Details: I have worked in Affirmative Insurance Project from Feb 2010 to Feb 2013 which uses Claims Components
Solution (CCS) created on top of .Net 2.0 Framework for its Claims solution. It has been customized as per clients
requirements.
Apart from Claims solution, I have also lead Common Services team, which includes multiple common systems used by
various client products as a single pass through to the external downstream systems. The following systems are part of
Common Services:
Print and Mail: It is a common platform used by various systems to send documents to the external SourceHOV system in
order to send physical Mails and also to generate letters and Policy documents.
Payments Gateway: This main purpose of this system is to post credit card transactions to Chase Orbital gateway in order to
receive payments. It is used by different systems like Billing Decisions to collect policy premiums and other payments.
Project Title: Allstate - Aurora NextGen Claims
Client: Allstate Insurance
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b44…
https://freesearch.naukri.com/preview/printResume?uname=919993f088f5c18c1659c62eacab3ace0d0e5a5848165b1456131759595b074d120b4403454609080e… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: I have worked in Allstate Aurora NextGen Claims Project from May 2007 to Feb 2010 which uses Claims
Components Solution (CCS) created on top of .Net 2.0 framework. In this project we have customized CCS as per clients
requirements.
In the Aurora NextGen Claims engagement, front-end is created using.Net framework 3.0, ASP.Net, VB.Net, C#.Net,
ADO.Net and Client side scripting related technologies.
Rank 875: Resume 1039 with similarity score 0.010447541946216827
Resume Text: MS project manager , scrum master , recruitment manager , full time , business systems analyst , vp financial services , technology services , energy , status , hunting , mumbai , accounts payable , elements , building , utilities , pipeline , retail , filenet , designation , mar , hindi , business systems , ltd , hr management , cost per hire , english , referrals , resumes , project , leadership , ownership , bpo , processing , closure , recruiting , completion , employee engagement , monster , it recruitment , javascript , campus , sfi , client side , insurance , reporting , eagle pace , interviewing , scrum , healthcare , vendors , affirmative action , payroll management , human capital , vendor management , job fairs , arranging , instrumental , strategic planning , idm , email , salary negotiations , business units , candidate selection , personnel management , languages , collateral , search , commerce , quick turnaround , codes , validation , ug , investment , portals , developments , offers , sourcing , authorization , approvals , screening , transparency , participation , mainframe , led , hiring , subcontracting , preparation , events , silverlight , large volume , metrics 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143…
https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143501644505c5b… 1/3
Current Designation: Manager- Recruitment
Current Company: Investment Bank
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Dubai
Functional Area: HR / Administration / IR
Role: Head/VP/GM-Recruitment
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Personnel Management]
Verified : Phone Number | Email - id
Investment Bank as Manager- Recruitment
Aug 2018 to Till Date
Managing IT recruitment of 5 major business lines on high volume & niche skills.
Proactive and consistent engagement with clients. Data transparency by having regular review meetings supported by
metrics.
Ensuring proper source mix by reducing vendor dependency and improving direct sourcing methods, employee referrals.
Managing elements of Turnaround time, candidate experience, hire quality, cost and compliance.
Identifying critical positions and completing proactive internal mapping and a select pipeline for ensuring business
continuity.
Cost Analysis, payroll inputs, Contract to hire report, candidate data updates on internal system on a regular monthly
basis.
As an individual contributor involved in end to end recruitment on few requirements as part of Senior leadership hiring.
Instrumental in driving the employee referral schemes.
Directly involved in HR interviews, Salary negotiations, initiating offer approvals, coordination for background check
completion.
Capgemini Technology Services India Ltd. (erstwhile iGATE, Patni) as Recruitment Manager
May 2005 to Jul 2018
Designation : Manager- Recruitment
Duration : Oct. 2013 - July 2018
Roles & Responsibilities:
As Recruitment Lead responsible for hiring for multiple Accounts & Practices - hiring for high volume & niche skills.
Involved in Planning, organizing and participating in weekday/weekend drives.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Deepak Singh
Recruitment Manager seeking assignments in Recruitment & Selection,Head
Hunting,Staff Management,IT Recruitment,Talent Acquisition,Manpower
Planning,Candidate Selection.
Key Skills: Recruitment Manager,Recruitment & Selection,HR Management,Head Hunting,Staff Management,IT
Recruitment,Employee Engagement,Talent Acquisition,Manpower Planning,Performance
Management,Interviewing,Payroll Management,Candidate Selection
Summary
Recruitment Lead with 15+ years of experience in full life-cycle recruiting focused on hiring various technical, management and
leadership talents globally. Well versed in the strategic planning and execution of recruiting efforts. Collaborates well with
Delivery Managers of multiple business lines at all levels.
Work Experience
javascript:void(0)
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143…
https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143501644505c5b… 2/3
Increasing the % coverage of offers (Primary & Backup) against open requirements.
Improving source mix by increasing joiners through job portals, employee referrals thus reducing vendor dependency.
Improving turnaround time, offer to join ratio and controlling the cost per hire.
Participated in campus events as HR Anchor at various colleges (Mumbai, Dehradun, Chandigarh and Kolkata) across
geographies
Participation in off campus events organized at Mumbai.
Quick turnaround time in making the requirements covered with offers.
Understanding the current and future requirements in close coordination with the Sr. Managers / Delivery managers of
various business units / clients.
Strategizing and designing recruitment activity (weekday / Weekend Drives) along with Delivery managers for any existing
/ new project requirements.
Ownership of the entire recruitment lifecycle from planning & execution of Recruitment strategies to engaging potential
hires.
Company Name : IGATE Technologies Inc. (erstwhile Patni Americas Inc.) Boston, MA
Designation : Deputy Manager- Recruitment
Duration : August 2008 - Oct. 2013
Roles & Responsibilities:
Responsible for initially screening and profiling qualified software professionals, then design profile matches enabled by
data collected during telephone and personal interviews, ensuring compliance of legalities involved in the service
agreements. Extensive processing of large volume of incoming and outgoing calls to all candidates.
Coordination with delivery and sales team in fulfilling open requirements of various business units like, BFS (Banking &
Financial Services), IHC (Insurance & Healthcare Domain), CEU (Communication, Energy, Utilities), MRDL (Mfg., Retail,
distribution, Leisure), BPO domain.
Sourcing the resumes through job portals, Interview coordination, salary negotiations, releasing offer letters, responsibility
of generating Employee codes, HR handshake etc. Servicing requirements from various clients in financial domain like;
SFI, Metlife, Gilead Sciences, J&J, Fidelity, TIAA CREF, Prudential etc. Posted positions through approved recruitment
channels.
End to end recruitment on various technologies like, Validation consultants, J2EE, .Net, Eagle PACE, Collateral mgmt,
Scrum Master, Business Systems analyst, Mainframe, Tele sales, Filenet, MS Silverlight, SUN IDM, Project Manager, etc.
Led the creation of recruiting plans for all open positions. Understanding the current and future requirements in close
coordination with the Sr. Managers / Delivery managers of various business units / clients. Strategizing and designing
recruitment activity along with Delivery managers for any new project requirements.
Initiate background check & Drug test of candidates (subcontractors & full time hires) and take it to closure as per specific
client requirement.
Reporting WMDVBE spend on monthly basis in coordination with AP (Accounts payable) team indicating amount spent on
Women, minority certified vendors through existing subcontractors. This is a requirement from client side as they have
committed certain percentage to be shown as WMDVBE spend.
Involved in vendor management by coordinating with existing vendor partners for fulfilling the subcontracting and full time
requirements, identifying, empanelling new vendors as per current open requirements.
Developed and facilitated job recruitment fairs. Organized and participated in various career and diversity job fairs
organized by Dice, Monster, and Boston Herald for local hiring and brand building locally.
Capricorn Human Capital Pvt. Ltd as Recruitment Executive
Nov 2004 to May 2005
Preliminary Screening & Short listing of resumes, interviewing candidates (telephonic)
Headhunting from different organizations, in search of good and promising candidates.
Co-ordination between the client and the candidate, arranging interview sessions with the client, taking feedbacks,
Building a rapport with the candidates.
Active Listening to the candidates' views and aspirations.
Maintaining relations with key candidates and ensure their developments are constantly tracked.
Invoice preparation, payment follow-up with client, etc.
UG: B.Com (Commerce) from H.R.College, affiliated to University of Mumbai in 2000
PG: MBA/PGDM (Personnel Management) from SIOM (Sinhgad Institute of Mgmt), affiliated to University of Pune in
2004
Education
Languages Known
Language Proficiency Read Write Speak
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143…
https://freesearch.naukri.com/preview/printResume?uname=689c7f7722ea0354944bf2e160ba13320e5b5f554c4008150315450d585c5142170143501644505c5b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Rank 876: Resume 1179 with similarity score 0.010415110034345027
Resume Text: MS associate , traffic manager , operations manager , vmware consultant , change management , technology specialist , team lead , full time , team member , administration specialist , technical support manager schema , controllers , customer , security , space , linux , gateway , federation , synchronization , certificate authority , status , snapshot , messaging , components , symantec , building , it infrastructure , restoration , converter , connections , system administration , mailboxes , registration , outlook , automation , blocking , upgradation , commission , forest , designation , hindi , cloud , ltd , english , troubleshooting , virtual networks , project , groups , consolidation , sips , deals , ibm , ops , performance tuning , hyper-v , change management , itil , scom , isolation , process management , boarding , capacity management , javascript , vmware vsphere , technology , virtual directory , availability , business requirements , reporting , optimization , vds , rca , performing , affirmative action , unix , office 365 , iaas , escalation , metadata , architecture , email , aws , service improvement , problem management , bengali , operations , microsoft , exchange server , hp , languages , load balancing , adfs , wsus , esxi , scopes , search , web , dell , commerce , directory services , compliance management , database , patch management , scsi , vcenter server , vmware infrastructure , windows server , ug , telecom , group policy , health , interpersonal skills , permissions , authorization , adcs , teams , enterprise , wintel , record , azure active directory , application , default , remediation , trusts , major incident management , engage , servers , domain controller , forwarding , replication , wrap , storage , delegation , iis , enablement , lotus notes 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 1/4
Current Designation: Team Lead (Cloud OPS Administration
Specialist)
Current Company: Accenture Solutions pvt ltd
Current Location: Kolkata
Pref. Location: Kolkata,Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
Accenture Solutions pvt ltd as Team Lead (Cloud OPS Administration Specialist)
Feb 2017 to Till Date
Role and Responsibility: Team Lead of Team where we providing technical support of Active Directory, Wintel , VMware ,
AWS , Hyper-v, Azure
Project: AD , VMware Vsphere, Windows & AWS Support - Administration of Active Directory ,VMware Wintel
,Hyper-V ,Azure and AWS environment with 742 Domain controllers and 36 Forests
Client: Sanofi
Description: This project involved Active Directory L3 Support with Compliance Management of AD Infrastructure.
Contribution:
Active Directory -
* Administration of Microsoft ESAE and Red Forest environment.
* Strong knowledge of Active Directory administration L3 tasks such as installing, configuring, domain controllers,
Replication and Group policy.
* Good knowledge in ADDS, ADCS, ADLDS, ADFS and ADRMS.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Prosenjit Ghosh
Team Lead seeking roles in Technical Support,System Administration,IT Infrastructure
Management,troubleshooting,Configuration,Patch Management,Performance
Tuning,Installation,Active Directory,Azure,VMware
Vsphere,Windows,AWS,ITIL,Wintel,DHCP,DNS,L3
Key Skills: Team Lead,Technical Support Manager,System Administration,IT Infrastructure
Management,troubleshooting,Configuration,Patch Management,Performance Tuning,Installation,Active
Directory,Azure,VMware Vsphere,Windows,AWS,ITIL,Wintel,DHCP,DNS,L3
Summary
* A dynamic professional with 14 years of rich experience in System Administration and Technical Support of core Active
Directory, MS Exchange , MS office 365 , windows on VMware Vsphere , Azure and AWS environments.
* Presently working with Accenture solutions pvt ltd , Kolkata as a Team lead of technical support team where we provide
level l3 support on core active directory in large complex hybrid Microsoft ESAE and RED forest environment. .
* Implementation and support of Active Directory, Wintel, VMware, Azure, AWS in larger environment with 742 domain
controllers and 36 forests
* Working on major incident, problem and change management
* Capacity management and provide improvement plan to customer with VMware VROPs tool.
* Prepare Problem ticket and RCA for critical issue.
* Handle technical and process escalation and managing a Team with 9 resources.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 2/4
* Strong Knowledge on AD Schema Update and AD Forest recovery.
* Good knowledge on Certificate generation and auto enrolment with CS web authority end to end using IIS service.
* Authoritative restore and Non-authoritative restore.
* Transfer and Size of FSMO roles
* Metadata clean-up.
* Working on Active Directory escalations and troubleshooting
* Working on GPO settings and troubleshooting based upon the Business requirements
* Troubleshooting on Time Synchronization.
* Working SYSVOL Replication issues and troubleshooting for Journal Wrap issue.
* Day to Day Monitoring and Heath Check-up for Domain controllers and others key infrastructure servers (Like; VDS,
ADFS, SCOM, WSUS and standalone DNS servers).
* AD remediation activity.
* Group Policy remediation activity.
* Developed organizational units in Active Directory (AD) and managed user security with group policies.
* Configuration of AD integrated DNS zones, Conditional Forwarding, and troubleshooting for DNS issues.
* Commission and Decommission of Domain Controller.
* Strong Knowledge on Azure AD Connect and synchronization issues.
* Creation/modification and troubleshooting on complex hybrid ADFS environment.
* Strong Knowledge on SSO enablement for O365 application and AWS applications on Azure AD.
* Strong Knowledge on 3rd party ADLDS service like "Virtual Directory Services".
* Managing VDS certificate (Like; Renewal and revocation) and application integration with VDS on Hybrid environment.
* Working on Active Directory Recovery Execution Service.
* Taking care critical activities (Like; KRBTGT reset, DSRM password reset, remediation on delegation model (ACL),
Configuring Active Directory application for DNS, DNS zone creation (Like; Forward, Reverse, Delegated and Stub), DNS
zone transfer, DNS record creation and remediation), Managing DNS primary suffix and DNS suffix search list via GPO,
* Taking care of user migration for Intra forest and Inter forest.
* KEYTAB file creation for UNIX/LINUX box.
* SPN registration, Deletion and SPN related issues (Duplicate SPNs) for multiple application as per requirement.
Azure -
* Deploy a new VM.
* Good experience in creation and management of Azure IAAS services
* Extensive knowledge in Azure VMs management.
* Good understanding of Azure virtual networks, Subnets and CIDR consolidation.
* Good understanding of Azure of availability set.
* Know about Azure Active Directory.
* Troubleshoot Azure related issue and engage internal teams and vendor for issue resolution.
* Monitor the Applications through Azure
* Know about Azure load balancing.
* Know about Azure traffic manager.
* VM profile upgradation.
* Block IP on NSG level in Azure.
* Performance check for VMs on Azure portal.
Wintel , VMware vSphere , AWS-
* Implementation and upgrade of Vcenter , VCenter Appliance , ESXi Hosts
* Configure and support of VMware VSphere components like Vcenter , VCenter Appliance , ESXi Hosts. Update
Manager
* Configure, troubleshooting Critical VMware issues.
* Prepare RCA for major incident management.
* Preparing SOP for Critical VMware activity.
* Handling and Managing 20 Team member of support and implementation Team.
* Preparing Problem Ticket and RCA for Critical issue.
Cognizant Technology Solution India Pvt Ltd. as Associate Operations Manager
Apr 2016 to Feb 2017
Role and Responsibility: Messaging & VMware Vsphere Technology Specialist
Project: VMware Vsphere, Windows & Messaging Collaborations Support - Administration of VMware and Wintel
and Exchange environment for More than 2600 CI/Servers
Client: Change Health Care
Description: This project involved VMware VSphere, Wintel and Messaging Support of 20 Forest.
Contribution:
VMware vSphere -
* Implementation and support of VMware
* Configure, troubleshooting Critical VMware issues.
* Prepare RCA for major incident management.
* Preparing SOP for Critical VMware activity.
* Handling and Managing 20 Team member of support and implementation Team.
* Preparing Problem Ticket and RCA for Critical issue.
* Handle Technical and Process Escalation.
* Design, Build and Implementation of VMware and Wintel servers
* Building ESX Server in Blades (HP, IBM, DELL).
* Configure, troubleshooting ESX servers (5.0,5.1,5.5)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 3/4
* Snapshot management.
* SCSI Reservation Lock issues.
* Patching of ESX Servers.
* Capacity Management.
* Performance Tuning ESX.
Messaging -
* Deployment Configuration and troubleshoot of MS Exchange Server 2003, 2010,O365
* O365 Migration and Support on Hybrid Infrastructure.
* Mailbox administration -Creation / Deletion / movement, Migration of mailboxes
* Mailbox /PF/ DL permission issues and requests for complex scenarios
* Meeting request ,free busy and conference room issues
* Lost emails issues & restoration request
* Outlook disconnection issues
* Mail blocking issues , mail delay, message rejection and NDR issues,
* Adding domains in black-list /white-list on in Symantec Anti Spam filter/ Gateway server
* Deals with White space in database & Message Tracking log file size
* Mailbox size / PF Database size and quota, Handling Quota request above Default
* Planning of proper distribution of Mailboxes amongst Servers
* Automation/Reporting
* Compatibility and limitation issues in Hybrid Exchange cloud environment
* Assist local support team with Mailbox on-boarding and off-boarding issues
* Exchange server performance and analyse event logs.
* High PP/NPP issues.
Active Directory and Wintel Support -
* Provide L2 and L3 support on AD and Wintel.
* Managing Active Directory (AD) objects and user permissions.
* Creation organizational units in Active Directory (AD) and managed user security with group policies.
* Managed Group Policy Objects (GPOs) throughout the Active Directory (AD) enterprise.
* Administered DNS, DHCP.
* Configured Group Policy Objects to create a secure Windows Infrastructure.
* Creation user ID's and groups OU's etc.
* Configure Site & Services.
* Provides windows server systems architecture, administration, installation, optimization, problem isolation and
resolution
* Identifying and resolving AD replications issues while dealing with one or more Domains controllers.
* Managing FSMO roles.
* Knowledge about Active directory federation services (ADFS) and Directory Synchronization.
* Configuring IP exclusions
* Upgrading the DHCP server to the newer version
* Performing DHCP Clean up
* Analyze Scopes without leases for a period
* Creating DHCP Scopes
* Changing the Option values
* Activating and deactivating Scopes in DHCP
* Modifying lease duration for scopes in DHCP
* Creating IP reservations for clients in DHCP
* Generating a report of all the scopes with leases for DHCP clean up activity for a period
* Managing Certificate Authority
* Creating and Managing Certificates using the Certificate Authority
* Managing Domains ad Trusts
* Establishing Trusts between Domains and Forests
* Performing metadata clean-up
* Managing Sites and Services
* Managing the sites and site-links
* Creating connections to the sites to make sure replication is occurring properly
* Managing Active Directory Objects
* Creating, deleting and modifying User Accounts, Contacts, Groups and OUs
Hewlett-Packard GlobalSoft Private Limited as VMware Consultant
Jun 2015 to Apr 2016
Project: VMware and Wintel Support - Administration of VMware and Wintel environment for More than 3100 CI/Servers
Client: India Brazil Delivery
Description: This project involved Shared delivery of 19 Clients for VMware and Wintel L2 Support.
Contribution:
VMware vSphere -
* Configure, troubleshooting ESX servers (5.0,5.1,5.5)
* Worked on PSOD
* Snapshot issue/Snapshot management
* SCSI Reservation Lock issues
* Configure vCenter Server and VM Converter
* Physical to Virtual and Virtual to Physical Conversion
* Patching of ESX Servers
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d16…
https://freesearch.naukri.com/preview/printResume?uname=ca3a7b67c9ec7d636102d8c2ae716d4a5f580a034a1a0e190516490d580c0048450d160440495c585f0… 4/4
* Deploy VM with template, Clone, New OS Installation
* Storage Disconnection issue
* Configure DRS and HA
* Performance Tuning of Virtualized environment (ESX and VM)
* Optimization of existing VMware Infrastructure environment
* Capacity Management.
* Commission and Decommission of servers
* Deployment of new ESXi hosts
Wintel Support -
* Provide L2 Wintel support on Change Management
* Responsible for Change management, Problem management & Vendor co-ordination.
* Playing Problem Lead role for 16 Customers .
* Participating on Service Improvement Programs (SIPs).
Process Management and Interpersonal skills -
* Preparing Incident Report and RCA for Critical issue
* Working on Escalated incident & Handle Technical and Process Escalation
* Other Major incident management
* Preparing Problem Ticket and RCA for Critical issue
* Follow Incident, Change and Problem management process
Environment: Physical and Virtual Environment-
UG: B.Com (Commerce) from Burdwan University in 2001
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows Server 2003, 2008, 2012, 2016
Active Directory
Outlook 2007, 2010, Lotus Notes 7, 8.5
VMware Wintel ,Hyper-V ,Azure
Unix/Linux
DNS, DHCP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 877: Resume 749 with similarity score 0.010400110362960995
Resume Text: B.E , MS , B.TECH systems engineer , full time , software developer react.js , functionality , api , core java , general , css , designation , ug , affirmative action , oracle , spring , databases , maintenance , authorization , english , node.js , teams , status , bot , email , infosys , application , mumbai , angularjs , ci , operations , github , rest , chat , django , framework , languages , hibernate , python , javascript , search , web , apps , technology , pipeline , cd , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e12…
https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e120547155b5f01… 1/2
Current Designation: Systems Engineer
Current Company: Infosys Limited
Current Location: Pune
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Chemical]
Verified : Phone Number | Email - id
Infosys Limited as Systems Engineer
Jul 2018 to Till Date
Developed reusable Full Stack modules using Javascript which is used
by all teams in unit.
? Connected chat-bot with databases for various CRUD operations.
Created API end point to be integrated with front end using Django
Rest framework.
? Deployed CI/CD pipeline using Travis CI.
? Implemented Elastic Search for effective searching functionality.
? Worked as Apps DBA for cloning, patching of Oracle Databases.
UG: B.Tech/B.E. (Chemical) from Haldia Institute of Technology (HIT) in 2018
Last Active: 11-Feb-21 Last Modified: 9-Feb-21
Sagar Dutta
Systems Engineer seeking roles in Software Development,Full Stack
Development,Javascript,Python,HTML,CSS,GitHub,Java
Key Skills: Systems Engineer,Software Developer,Software Development,Application Programming,Web
Development,Javascript,Python,HTML,CSS,GitHub,Core Java,Node.Js,Angularjs,Hibernate,React.Js
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Web
Development,Javascript,Python,HTML,CSS,GitHub,Java.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e12…
https://freesearch.naukri.com/preview/printResume?uname=059fb246248ef66f8c257855ab70e3360c550052481209440a121051550c5049460e120547155b5f01… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Javascript, Python, Node.js
Java, HTML, CSS
Django, Angular
SPRING, HIBERNATE
GitHub
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 878: Resume 146 with similarity score 0.010363556032930783
Resume Text: MS , B.TECH , BS work from home , student calender , customer , credit , internships , uber , studio , attendance management , public , graphs , ola , project , application , c programming , resume , android , crypto , universities , cab , java , computer science , shops , completion , pan , assessment , cap , management system , money , technology , proof , online Assessment
Q1. Why should you be hired for this role?
I have 1 year of experience in android app development but i want to learn more to improve my skills due to this i want to be a part of this
internship. I can give you the best result.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
Chirag Gulati
Yamuna Nagar
Applied 03 Jan'21
Android Java C Programming
C Programming
Bachelor of Technology B.Tech), Computer Science & Engineering
Haryana Engineering College
2015 - 2019
Percentage: 70.00%
Senior Secondary XII, Science
Swami Vivekanand Public School, Yamunanagar
CBSE board)
Year of completion: 2015
Percentage: 75.80%
Secondary X
Swami Vivekanand Public School, Yamunanagar
CBSE board)
Year of completion: 2013
CGPA 7.60/10
Android App Development
XKode Studio, Panchkula
Sep 2020 - Present
Android App Development
Weblingos Technology, Panchkula
Aug 2019 - Present
Android app development
Android App Development
Weblingos Technologies, Panchkula
Aug 2019 - Present
Android App Development
Digibuffer, Virtual
Dec 2018 - Feb 2019
work on app given by the organisation. App is like ola uber
Android Application Development
Goral Technology, Yamuna Nagar
Jun 2018 - Jul 2018
I had made app which show details of all crypto currencies including their change in graph it also show news and icos about
all cryptocurrencies
PROJECTS
CONTACT Phone: 91 9729752496
Java
WEBCOM TECHNOLOGIES, Yamuna Nagar
Jun 2017 - Jul 2017
I had made project of GST Billing System which give bill to the customer including gst on items which they buy. This concept
is new at that time so i start working on it.
Car Booking App
Jan 2019 - May 2019
This is an android app in which we book cab similar like ola uber
Attendance Management System
Sep 2018 - Sep 2018
This is android app which is useful for universities or school to take attendence online with this app for every lecture this is
online app so that student can also check their attendence regularly by login with their own id and password.
Crypto Calender
Jul 2018 - Aug 2018
This is android application which show the detail list of all crypto currencies like their price, market cap, volume, change in 1h,
graphs according to 1 day, 1 week etc thei news and details of various ICOs
Banking System
Jun 2018 - Jun 2018
I had made banking system project which is for employee and manager who are working in bank they can open customer
bank account, debit or credit money on behalf of customer, attach id proof to customer account like pan card or adhaar
card.
GST Billing System
Jul 2017 - Aug 2017
I had made project of GST Billing System which is basically for shops or mall in which they can give bills to customer including
gst when they buy anything from shop or mall
Rank 879: Resume 905 with similarity score 0.010327453439776518
Resume Text: B.E , MS , B.TECH ui developer , software developer , senior software engineer , full time , business analyst react.js , general , customer , interfaces , access , workflow management , css , summit , designation , background checks , identities , affirmative action , technical architecture , user experience , scratch , maintenance , mock , jquery , authorization , advanced , node.js , troubleshooting , bootstrap , status , resumes , specifications , email , project , record , modular , application , continuous integration , dmx , blockchain , components , led , debugging , languages , infrastructure , html5 , dfx , management system , coordinated , software design , javascript , history , web , organization , technology , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d1…
https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d100047175e5b01… 1/2
Current Designation: Senior Software Engineer
Current Company: NIIT Technologies
Current Location: Noida
Pref. Location: Noida,Greater Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
NIIT Technologies as Senior Software Engineer
Sep 2019 to Till Date
** IMMEDIATELY AVAILABLE TO JOIN **
APPII
Project Description : APPII is the world's first Blockchain career verification
platform. APPII verifies identities, background checks (e.g. criminal record
history) and career history (resumes) for job seekers providing organizations
quick access to this pre-verified information.
Built, tested and deployed scalable, highly available and modular software
products.
Coordinated with BAto evaluate and improve software interfaces.
Worked closely with clients to establish specifications and system designs.
Reviewed and tested customer-facing prototypes before deployment, applying best
practice diagnostic techniques to verify usability.
Technology Stack :React, JSX, OOJS, Bootstrap, HTML5, CSS3, Node.js
SDG Corporation as Software Engineer
Jul 2018 to Sep 2019
WMS - Dubai Customs
Project Description : The workflow management system (WMS)
Last Active: 31-Jan-21 Last Modified: 31-Jan-21
SHUBHANGI SINGH
Senior Software Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Client
Management,Continuous Integration,HTML,CSS,Javascript,Jquery
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Continuous
Integration,HTML,CSS,Javascript,Jquery
Summary
** IMMEDIATELY AVAILABLE TO JOIN **
Highly skilled software development professional bringing more than 5 years
in software design, development and integration. Offering advanced
knowledge of various technologies like React, Node, Javascript, Jquery,
HTML5, CSS3.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d1…
https://freesearch.naukri.com/preview/printResume?uname=b7463a110f019e7227a02a01670814690c540805181508195747100e5c0a5849455d100047175e5b01… 2/2
provides an infrastructure for the setting-up and monitoring various
workflows for day-to-day tasks
Created the UI mock-ups after getting requirements from the client and business analyst using JavaScript, jQuery, HTML5,
CSS3, Bootstrap and Data Tables
Responsible for design, development, modification, debugging and maintenance of the product UI.
Ecode Networks as UI Developer
Jun 2015 to Jun 2018
Project Description : I have been working with Ecode Networks as Core Web
Developer. Being the core member of the organization, developed its 2 core products
(DFX and DMX) from scratch.
Responsibilities :
Developed entire application components as well as individual applications, working on the entire process of web
development,
including planning, designing/developing,troubleshooting,
debugging and implementing software code for web application
components.
Involved in the development of the product from scratch; also did multiple POCs for the company.
Boosted user engagement and user experience that led to a rise in sales by 20-30% over company-wide for each quarter.
The Product
was also showcased in Open Networking Summit (ONS) in California
in 2015.
UG: B.Tech/B.E. (Computers) from vishveshwarya institute of engineering &technology in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React.js 2021 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Engilish Expert
Rank 880: Resume 11 with similarity score 0.01031203100078194
Resume Text: B.TECH work from home api , css , design , firebase , android studio , project , wordpress , resume , electronics , internet of things , machine learning , completion , assessment , it , python , javascript , apps , technology , beast , html Assessment
Q1. Why should you be hired for this role?
I have been working with Android Studio for past 3 years now. I have received trainings in Android app development from Cetpa company in
Noida, where we worked both with Firebase and also developed our own applications. I have built a lot of Android applications and have also
gotten an opportunity for internship at Golcha Mines for internship in Android. I would like to apply for this and increase my skills.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available from
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 8171637443
AYUSH VATSAL
Noida, Jaipur
Applied 26 Dec'20
Android CSS HTML
Internet of Things IoT Java JavaScript
Machine Learning Python WordPress
Bachelor of Technology B.Tech), Electronics and Communication
NATIONAL INSTITUTE OF TECHNOLOGY UTTARAKAND
2017 - 2021
CGPA 8.14/10
Senior Secondary XII, Science
Maria School Jaspur
ISC board)
Year of completion: 2016
Percentage: 92.20%
Secondary X
Maria School Jaspur
ICSE board)
Year of completion: 2014
Percentage: 92.20%
Project initiator,manager and implementor of project 'THE BEAST ' ,an ML based startup project
Android App Development
cetpa, Noida
Jun 2019 - Jul 2019
In this we learnt how to make professional apps and we had worked on different kind of app development both front end
and back end. We also learnt to design API for use in our app as well as use existing APIs .
Overall , it was great help for m y Android app development skills
Rank 881: Resume 1487 with similarity score 0.010294967974806227
Resume Text: B.S , MS , BS partner , senior software engineer , full time , change management , team lead resource allocation , finalization , training , traceability matrix , it operations , java swing , test cases , status , specifications , product management , bitbucket , cloud foundry , visio , sql server , weblogic , service delivery management , coordinated , solution development , automation , project support , designation , regression testing , test metrics , mar , hindi , ltd , english , agile , groups , asset management , gap , ibm , change management , estimates , git , documentation , itil , completion , struts , test data , javascript , technology , availability , html , reporting , general , couchbase , developers , affirmative action , mysql , test scripts , project plans , oracle , team leadership , maintenance , software testing , email , prevention , tomcat , configuration management , problem management , test scenarios , microsoft , languages , hibernate , operational excellence , expenses , database , risk assessment , manual testing , spring mvc , jenkins , websphere , tamil , apache , authorization , team building , test environments , application , less , multi-site , clearcase , debugging , bamboo , pivotal , cvs , reviews , metrics collection 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100…
https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100547120c090b0… 1/3
Current Designation: NA
Current Company: NA
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NA as NA
Jan 2021 to Till Date
Accenture Pvt. Ltd as Team Lead - IT
Dec 2009 to Aug 2020
Key Result Areas:
Implemented project plans within deadlines and defined best practices for project support & documentation
Coordinated with developers, discussed technical problems, reported bugs and supported in rectifying issues
Conducted product functional reviews as per test specifications and prepared requirement traceability matrix, test data
& test completion report
Planned & coordinated in the availability of the QA test environments and ensured their compatibility of the same
Ensured the team focuses on Automation on manual efforts for ticket resolution and repeated task
Managed the software quality process involving review of product functions, test specifications & documentation, defect
prevention, metrics collection, team leadership & analysis, debugging & resolution of issues
Spearheaded client/ user/ partner interaction for requirement gathering, risk assessment, finalization of technical
specifications and discussions for effort/ cost/ time estimation and client coordination and reporting
Performed Functional, Integration, System Integration & Regression Testing; verified database and preparing bug
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Srivatsan Narasimhan
Team Lead seeking roles in Software Development,Application Development,Incident
Management,Software Testing,Service Delivery Management,Agile
Methodology,Manual Testing,Product Management,HTML,Java,MySQL,Jenkins,GIT
Key Skills: Team Lead,Tech Lead,Software Development,Application Development,Incident Management,Software
Testing,Service Delivery Management,Agile Methodology,Manual Testing,Product
Management,HTML,Java,MySQL,Jenkins,GIT
Summary
A competent professional with nearly 17 years of rich and extensive experience in contributing to the business and technology
vision and direction by influencing strategies and monitoring execution of major technology initiatives
Extensive experience in ITIL processes including Incident Management, Problem Management, Change Management,
Configuration Management and Asset Management
Expertise in managing IT Operations that include Project Management, Product Management, Multi-Site Program
Management, Delivery and SLA management and Best Practices Implementation
Interfaced with top management and identified business needs; bridged the gap between functional groups and technology
to foster targeted and innovative solution development
Created & managed the estimates, project plan, project schedule, resource allocation and expenses to ensure that targets
were reached
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100…
https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100547120c090b0… 2/3
reports
Organized training sessions on latest technologies and initiated team building activities for operational excellence
Prepared & updated test documentation such as test scenarios, test cases, test scripts, test metrics & test project
status reports
Tech Mahindra Pvt. Ltd as Senior Software Engineer
Mar 2009 to Dec 2009
Senior Software Engineer
Wipro Technologies as Software Engineer
Jun 2006 to Feb 2009
Senior Software Engineer
Vogue Software Services as Software Engineer
Oct 2003 to May 2006
Software Engineer
UG: B.Sc (Maths) from Madras University in 2000
PG: MCA (Computers) from Madras University in 2003
Education
IT Skills
Skill Name Version Last Used Experience
IBM-DB2/400
ORACLE, MS-Sql Server, CouchBase
Hibernate
Java Swing
HTML, JSP, Java Servlet
Microsoft Visio
CVS, IBM-Rational-ClearCase, GIT
Bitbucket
Jboss Rules, Spring MVC, Struts, Nodejs
WebSphere, WebLogic and Apache Tomcat
Apigee (OKAPI2)
Bamboo, Jenkins
Pivotal Cloud Foundry
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100…
https://freesearch.naukri.com/preview/printResume?uname=874a38af7689c3d9d36f856350c81f405c5b00544f115d470a15170a540a521c175c100547120c090b0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 882: Resume 730 with similarity score 0.010281744234329452
Resume Text: B.E , MS , B.TECH project manager , certified scrum master , delivery lead , senior manager , product development , change management , full time , associate director , delivery manager , product owner , vp , program manager spring batch , general , telugu , jenkins , scrum , designation , mar , tamil , affirmative action , oracle , csm , analytics , cloud , angular , collaboration , hindi , maintenance , ltd , authorization , risk , english , status , agile , email , project , digital transformation , application , microservices , less , ibm , ops , electronics , pl/sql , technology solutions , reverse engineering , change management , omniture , maven , offshore , languages , supply chain , hibernate , spring framework , javascript , akamai , search , distance learning , metrics , message broker 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d18…
https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d1857144150085a… 1/2
Current Designation: Senior Manager
Current Company: ADP
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Post Graduate Certificate Program
[Management]
Verified : Phone Number | Email - id
ADP as Senior Manager
Dec 2020 to Till Date
Sr Manager in Analytics
Cognizant Technology Solutions India Ltd as Associate Director Delivery Lead
Apr 2017 to Dec 2020
Dun & Bradstreet Technologies as Sr. Project Manager
Feb 2015 to Mar 2017
Spectraforce Technologies India Pvt Ltd as Delivery Manager
Dec 2011 to Jan 2015
Responsibilities - Scrum Master, Offshore Delivery Manager, Involved in all stages of execution of project from proposal,
Planning, Reverse Engineering to development
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Praveen Kumar Kommineni
CSM Associate Director/ Delivery Lead seeking roles in Digital
Transformation,Proposals Management,Change Management,Metrics Management,
Agile Transformation, Application reengineering, Micro Services,Cloud
Migration,Java,Angular,Spring Framework
Key Skills: Associate Director/ Delivery Lead,Head/VP/GM-Technology(IT)/CTO,Digital Transformation,Proposals
Management,Change Management,Metrics Management,Micro Services,Cloud Migration,Java,Angular,Spring
Framework,IBM Message Broker,MQ,Oracle,Elastic Search
Summary
A hands-on Delivery leader with 20+ years of experience in delivering exceptional results through a passion for learning,
collaboration, strategic emphasis and execution excellence
A solid development background through strong technical, consulting and client-based acumen
During this journey at various stages, by wearing hat of a Architect, Product Owner, Analyst, Program manager, QA and
Development leader have gained rich experience in product development
Excellent hands on technical skills in execution of Java, J2EE products across Logistics, Banking, Financial and Information
Media domains.
Deep experience in Risk Management, Supply Chain Management, Compliance domains
Effective in Digital Transformation of projects - Cloud Native, RPA, Micro front-end, micro services, Dev-ops with agile
methodologies.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d18…
https://freesearch.naukri.com/preview/printResume?uname=bfb502a6a104e5fdd376196696a57d6551090d581f1058175510455f090b5119420d1857144150085a… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Madras University in 2000
PG: Post Graduate Certificate Program (Management), Correspondence/Distance Learning from Indian Institute of
Management (IIM), Kozhikode in 2003
Other Qualifications/Certifications/Programs:
Certified Scrum Master (CSM)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Java, J2EE ,Seam, JSF, Spring Batch
Hibernate, IBM Message Broker, MQ
Oracle, PL/SQL
Jenkins, Maven, GIT, SVN, ANT.
Akamai, Omniture
Micro front ends 2020 1 Year(s)
MicroServices 2020 4 Year(s)
Digital Transformation 4 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
Tamil Proficient
Rank 883: Resume 1245 with similarity score 0.01021547455226236
Resume Text: MS , M.S lead infrastructure architect , associate director , full time , lead architect rfs , architectural design , award , general , business case , performing , infrastructure services , security , designation , office , media & entertainment , it strategy , data migration , use case , ug , rhel , pre-sales , tamil , technical architecture , emc , docker , affirmative action , p2v , azure , windows , authorization , pattern , troubleshooting , energy , design documents , status , virtualization , email , project , modernization , application , groups , aws , map , leadership , solution architecture , business requirements , ibm , dmx , road , dc , transformation , building , traceability , storage , principle , languages , operating systems , viability , assessment , vmware , server consolidation , unity , one , v2v , p2p , javascript , network administration , cloud computing , software defined networking , it infrastructure management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c4…
https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c450711470c595b… 1/3
Current Designation: Lead Infrastructure Architect, Associate
Director
Current Company: Cognizant (CTS)
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 23 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [general]
Verified : Phone Number | Email - id
Cognizant (CTS) as Lead Infrastructure Architect, Associate Director
Jun 2018 to Till Date
Roles & Responsibilities:
I was assigned to one of the Global Banking Back office transformation project as a Global migration architect. I was
responsible for developing the migration strategy, principle, standards. Develop the Migration approach for Docker
Container on physical, P2V, V2V, and P2P. Then develop the Migration run books, identify the appropriate scripts
language, scripts for the migration/transformation. Then work with Application team for identifying, performing the
application assessment, migration wave plan and move groups. Review the Landing zone environment; develop the
solutions, which is required for migration. Then lead the migration
As a Lead Architect, I was responsible for supporting pre-sales team to review provide the consultant service in terms
of assessing the requirement, provide the solution proposal and review the solution proposal
Provide guidance to the team members on the projects specific issues
Key Accomplishments:
Received the above & beyond award for delivering transformation design, operational guide, & Traditional to SDN
migration
Received recognition from client for flawless migration of cat 1 application from traditional to Private Cloud
IBM India as Lead - Global RFS Architect, Sr. Infrastructure Architect
Aug 2011 to Jun 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Parthasarathy Sivaraman
Lead Infrastructure Architect, Associate Director seeking roles in IT Infrastructure
Management,Cloud Computing,System Analysis,Technical Architecture,Requirement
Gathering,Data Migration,Solution Architecture,Client Management,AWS,Azure
Key Skills: Lead Infrastructure Architect,IT/Networking Manager,IT Infrastructure Management,Cloud Computing,System
Analysis,Technical Architecture,Requirement Gathering,Data Migration,Solution Architecture,Client
Management,AWS,Azure
Summary
Aspiring Lead Architect Looking for a position that requires solving business problems in an IT discipline by working effectively
and efficiently in developing IT strategy, Architectural design, building IT infrastructure / architecture. Possessing 23+ year's
relevant experience in design/deployment of infrastructure services to meet the business requirement by adopting the industry
best practice and leveraging the required technologies (such as Cloud computing, Virtualizations, Software defined Storage,
Software defined Networking, Operating systems) with the simplified deployment approach.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c4…
https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c450711470c595b… 2/3
Roles & Responsibilities:
I was assigned to one of the Global Media & Entertainment Sector Company for leading the RFS Projects in the area of
Datacentre Consolidation and modernization of Infrastructure. I was managing the RFS requirements and developing the
solution design documents to meet the requirements for each group companies.
Develop the Statement of Requirements for the business requirements received from various Operating Group,
understand Business case, develop the Use case accordingly, and present it to the stakeholders for approval.
Develop the Solution design document (HLD), prepare the operational model for the architecture, perform viability
assessment and complete the requirement traceability verification.
Develop the Storage Road Map plan along with the implementation timeline.
Ensure Delivery team adhere to the approved architectural design pattern and provide necessary support to Delivery
team.
Provide support to the RFS team for solution design.
Key Accomplishments:
Developed the migration strategy, approach for DC workloads (~650) target to the Private, Hybrid & Rebuild. Then
provided the cut-over plan for different operating group companies
Developed the Backup & Archival solution leveraging the dedicated backup target as primary target and object storage
from AWS / Azure as secondary target for long-term retention
Developed the iSeries migration approach for specific operating group company
Developed File/Share services for ROBO sites utilizing the ctera / storesimple as a local cache device and object
storage as a long-term archival location
CSC, India as Migration Engineer, Lead - System Consultant
Nov 2010 to Aug 2011
Roles & Responsibilities:
I was assigned to one of the UK Energy distribution company to lead the workload migration from Traditional DC to the
VCE environment (~2000)
Key Accomplishments:
Demonstrated strong leadership on leading the Server consolidation and Virtualization Project (P2V migration).
Provided end-to-end design and migration strategy for server consolidation project and performed P2V migration on
VCE environment.
Provided support to the application team for resolving the post migration issues.
UG: B.B.A/ B.M.S (Management) from Madras University in 2000
PG: MBA/PGDM (general) from University of Phoenix in 2009
Other Qualifications/Certifications/Programs:
DEEE
Education
IT Skills
Skill Name Version Last Used Experience
Windows / RHEL OS
Deployment/Troubleshooting
VMware, VCF, VRA, VROP
IBM SVC, DS series, V7000series
EMC Unity, VNX, DMX, Isilon
Languages Known
Language Proficiency Read Write Speak
Tamil Proficient
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c4…
https://freesearch.naukri.com/preview/printResume?uname=d72a70c890b1bc9b04a71279b88841d2590b0d5243415d160545450d0f58044f105c450711470c595b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 884: Resume 1433 with similarity score 0.010206978680103989
Resume Text: B.E , MS , B.TECH technical consultant , full time , software developer dm , automation , css , citrix , designation , ug , mar , affirmative action , oracle , hindi , maintenance , ltd , authorization , english , status , c# , sql , email , project , application , sap , solution architecture , bengali , languages , cardiology , javascript , technology , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d43…
https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d430b43495f555f0… 1/2
Current Designation: RPA Consultant
Current Company: CBRE
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Chandigarh,Mohali
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: DM [Cardiology]
Verified : Phone Number | Email - id
CBRE as RPA Consultant
Mar 2019 to Till Date
GRID INFOCOM PVT LTD as Junior Technical Consultant
Mar 2017 to Feb 2019
UG: B.Tech/B.E. (Computers) from BENGAL INSTITUTE OF TECHNOLOGY in 2016
PG: DM (Cardiology) in 0
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SNEHA KUMARI
UIpath (RPA) Certified Developer RPA Consultant seeking roles in Software
Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,Automation
Anywhere,Uipath,Dot.Net,C#,HTML,MS SQL.
Key Skills: RPA Consultant,Software Developer,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Automation
Anywhere,Uipath,Dot.Net,C#,HTML,MS SQL,Oracle,CSS,JavaScript
Summary
Uipath and Automation Anywhere certified RPA Consultant having 3.7years of experience. In this span of 3.7years, I have been
a part of various RPA projects.
Currently serving notice period and available for immediate joining.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d43…
https://freesearch.naukri.com/preview/printResume?uname=e0c1b6e91e5287d9ce5ef9785fda7e70585b0f0548110c475019475c0e0c0748175d430b43495f555f0… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
dot.net
C#
HTML
MS SQL
css, javascript
citrix, sap
Automation Anywhere
Uipath 2020 3 Year(s) 7 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 885: Resume 784 with similarity score 0.010192846452050219
Resume Text: B.E , MS , B.TECH associate , customer support engineer , full time , senior network engineer , network support , aws solution architect , lead engineer , facilitator syndicate , customer , accelerator , pes , core banking , linux , scpc , wire , gateway , ccna , status , cisco switches , store , remote sensing , rdbms , mantis , network infrastructure , nagios , alto , fundamentals , cisco asa , prime , remote desktop , p2p , remote administration , csr , ruckus , relevance , access , designation , mar , foundation certified , hindi , cloud , network troubleshooting , nms , network devices , ltd , windows , english , commissioning , vtp , project , live , provisioning , architecting , putty , itil , one , javascript , proactive monitoring , network engineering , html , general , brocade , scripting , affirmative action , information technology , mysql , satellite modems , zabbix , axis , solarwinds , vlan , email , aws , network security , bengali , edge , languages , cisco routers , synology , management system , jira , search , dell , database , panorama , switching , jenkins , image processing , ug , defense , health , firewalls , php , authorization , ipsec , telephony , mobileiron , shark , microsoft planner , meraki , servers , storage , communications , network administration , data dissemination 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a11…
https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a110619125a5f58… 1/3
Current Designation: Senior Network Engineer
Current Company: Mobileiron India Softwares Pvt. Ltd.,
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Mobileiron India Softwares Pvt. Ltd., as Senior Network Engineer
Jul 2019 to Till Date
Highlights:
? As an active member of a Global team of 25 people involved in:
o Providing support to the complete Network infrastructure across 12 Countries.
o Monitoring and Managing of IPsec, P2P, ILL, VPN, Intra Network Infrastructure.
o Maintaining, designing AWS Cloud infrastructure.
o Configuration of firewall, routers and switches whenever necessary.
? Successfully managed:
? Palo Alto 5500, 3060, 3220, 850, 220, CISCO ASA 5585, FortiGate 500D.
? Deployment and Provisioning of Panorama for Remote Administration of Palo Alto Firewalls.
? CISCO-ASR-1k, CISCO CSR Cloud Routers and Brocade (Ruckus) Switch.
? Meraki Cloud Managed Wi-Fi and Switching Solutions, CISCO Infrastructure Wi-Fi solutions.
? AWS Production Network, Transit VPC, Migration to Transit Gateway.
? Monitoring Tools: Grafana, Zabbix, Cisco Prime, Pingdom and SolarWinds
? Scripting: Shell, PHP, Java Scripting.
? Database: MySQL, Elastic Search.
Borqs Softwares Solution Pvt. Ltd. as Lead Engineer -IT
Jul 2013 to Jul 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Soumyadeep Lahiri
CCNA, ITIL V3 Senior Network Engineer seeking roles in Network
Administration,Network Engineering,Network Support,Network Security,Network
Troubleshooting,Palo Alto,Cisco Routers,Cisco Switches,Cisco Asa
Firewall,FortiGate,STP,VLAN,VTP,Service Now
Key Skills: Senior Network Engineer,IT/Networking-Manager,Network Administration,Network Engineering,Network
Support,Network Security,Network Troubleshooting,Palo Alto,Cisco Routers,Cisco Switches,Cisco Asa
Firewall,FortiGate,STP,VLAN,VTP,Service Now
Summary
* Experience in architecting solutions and leading projects to meet organizational need and budget.
* CCNA and ITIL Foundation certified with 12 years of experience in Networking Domain.
* Preparing for AWS Solution Architect Associate certifiacation.
* Currently working as Senior Network Engineer at Mobileiron India Softwares Pvt Ltd.
* Specialized Professional skill set of - Palo Alto, Cisco, Brocade, FortiGate, F5, AWS, Linux.
* Proficiency in scripting.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a11…
https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a110619125a5f58… 2/3
Highlights:
? As an active member of a team of 15 people involved in:
o Providing support to the complete network infrastructure.
o Monitoring and Managing of P2P, ILL Link, VPN and Intra Network Infrastructure.
o Configuration of routers, switches and firewalls whenever necessary.
o Installation, Configuration and Administration of live servers.
? Successfully managed:
? Routers CISCO-ASR-1001/7200/2800/1800, CISCO Switches-2960/3960/SG300 And Wifis.
? Firewall: Fortigate310B,80C,50D, CISCO ASA 5585.
? Servers Dell Power Edge - R820, 810,610, T610 etc.
? Storage NAS - American Megatron, Synology.
? Monitoring Tools: Nagios.
? Scripting: Shell, PHP, Java Scripting.
? Database: MySQL, Elastic Search.
? Bagged appreciation for successfully constructing a production network over EOGRE for Reliance JIO.
? Successfully Design, build and implement several in house tools and made life easier. Tools including a complete
Inventory Management System, Gate pass Management System, Conference room Booking management, Guest Access
Facilitator are some of them. All of them were built using HTML, JS, PHP and MySQL and Elastic Search.
Mahdi Bagh Computers Pvt. Ltd. as Network Engineer
Dec 2010 to Jul 2013
Highlights:
? Project: 'Data Dissemination System Project' which is one of the biggest remote sensing data networks of ISRO
designed for Indian Defense, comprises of a High BW Satellite-Based link and Redundant VPNs to support secure data
communication among all dedicated defence agencies all over India and abroad.
? As an active member of a team of 25 people involved in:
? Providing 24 X 7 support to the live network.
? Proactive Monitoring and Managing of Satellite Link, VPN and Intra Network Infrastructure.
? Identifying and Troubleshooting problems in client network with monitoring tools.
? Configuration of routers, switches and firewalls whenever necessary.
? Operating, Installation and configuration of Linux/ Windows 2003/2008 servers.
? Successfully managed:
? Routers CISCO-7200/2800/1800, CISCO Switches-2960 & Sky-X Network Accelerator.
? CISCO ASA 5520, 5510 series Firewalls.
? Monitoring Tools: INMACS, HP-OV, solar wind, wire shark, ethereal.
? Designing shell scripts to facilitate monitoring of different nodes as well as other requirements regarding data storing
and retrieval.
? Bagged appreciation from Defense Satellite Control Facility (DSCC) for successfully identifying and troubleshooting
problem in CISCO 7200 Router and restoring critical network within minimum downtime.
? Successfully made and implemented shell script to monitor the health of all the network devices of all nodes under the
project and generate day - to - day report.
HUGHES COMMUNICATIONS INDIA LIMITED as Customer Support Engineer
Aug 2008 to Dec 2010
Highlights:
? Functioned as a Support Engineer & successfully executed the following projects:
? Installation & commissioning of Core Banking Projects of SBI, UBI, BOD, UCO Bank, ICICI, AXIS, SYNDICATE Bank,
Canara Bank with over five hundred sites.
? Defence Projects with POLNET (Police Network), IMMOLS with TDMA or SCPC or Hybrid Network.
? Gained expertise in:
? Configuring and troubleshooting CISCO-1800, CISCO-2800 series routers
? Configuring CISCO-2960 switches.
? Configuring Hughes Satellite Modems DW series (DW4020, DW6000, DW7000, DW7700), HN series (HN7000,
HN7700), PES (Personal Earth Station) as TDMA Technology Modems and TES (Telephony Earth Station), TRES as
MCPC/ SCPC Modems.
UG: B.Tech/B.E. (Information Technology) from Kalyani Govt. Engineering College, WBUT in 2008
Education
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a11…
https://freesearch.naukri.com/preview/printResume?uname=8492b7faec2d45c158ac5b63bbbe67660b095d5518415c130a4012090c0e5348100a110619125a5f58… 3/3
Nature of Employment:
Project Location: Kalyani,Kolkata
Role: Programmer
Duration: Sep 2007 - Jun 2008
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Palo Alto
Cisco Routers
Cisco Switches
Cisco ASA
FORTIGATE
TCP/IP
SolarWinds, Zabbix, NMS
Jenkins
Service Now, Mantis
JIRA, Microsoft Planner
Putty, Remote Desktop, VNC
AnyDesk, Team Viewer e
HTML, PHP, JavaScript
MySQL, Elastic Search
Languages Known
Language Proficiency Read Write Speak
Bengali Expert
English Expert
Hindi Expert
Projects
Project Title: IMAGE PROCESSING
Client: Bidhan Chandra Krishi Vidyalaya
Skill Used: JAVA, Image Processing Fundamentals
Role Description: I served as the role of deveoper to develop the core image processing part of the project.
Project Details: - This was an Image Processing Project. The goal was to build a tool to estimate the area of any
Regular/Irregular shaped object.
- Though the project is relevant in Bio-Scientific field, it has so important relevance in Satellite Based Imagery and Remote
Sensing Technology.
- Technical Specification: - The tool was built on java applet and back end was connected with Access RDBMS to store
relevant information about the image.
Rank 886: Resume 1518 with similarity score 0.01018311791763512
Resume Text: MS sales lead , vp,sales , owner , business development , partner , presales consultant , solution architect ecommerce , presentations , transformation programs , return on investment , api , training , mentoring , rfp , healthcare , designation , connect , workshops , ug , telecom , coe , design assurance , conducting , pre-sales , affirmative action , hindi , revenue , evaluations , macro , distribution management , customer satisfaction , commercials , business integration , cost savings , teams , go , english , status , technology leadership , architecture , email , modernization , digital transformation , hunting , application , microservices , product selection , incubation , ux , closure , architecting , transformations , led , large deals , branding , strategy , lead qualification , languages , enterprise business , market penetration , print media , soa , gtm , enablement , development projects , demand planning , javascript , engagements , oracle fusion middleware , solution development , bpm 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a18…
https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a180116430e5e0e… 1/2
Current Designation: SALES & SOLUTIONS HEAD
Current Company: MINDTREE
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: Sales / BD
Role: Head/VP/GM/National Mgr -Sales
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
MINDTREE as SALES & SOLUTIONS HEAD
Feb 2016 to Till Date
SALES & SOLUTIONS HEAD, DIGITAL PRACTICE, MINDTREE Blore FEB 2016 TO PRESENT
* Responsible for consulting-led sales leading consulting engagements for Digital Transformation programs like API
Strategy & Consulting, Middleware Modernization, Monolith to Microservices transformations programs
* Maintain overall client relationship, identify account penetration & cross-sell opportunities, steer technology leads &
business consulting teams to provide solutions with appropriate MVPs, and engage leadership team for wins.
* Manage proactive and reactive proposals including solution management, commercials, defence, contract
management, and day-zero experience
* Prepare short term and long-term business plans and Go-To Market Strategies
* Attend to account management plans, customer satisfaction surveys, service level agreements, annual and multi-year
business plans
* Develop and deliver technology leadership and practice enhancement - training plan, demand planning, technology
roadmap, incubation of technologies & employee development
* Identify market potential and align service offerings in accordance
* Alliance management & partner-led go-to market for taking product specific solutions to the market
* Accountable for generating business along with the sales team, ensuring profitability and Operating Margin
* Connect with executive sponsors to assess return on investment and with the architecture board for product selection
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
POORNIMA PRASAD
HEAD seeking roles in Sales Planning,Marketing,Business
Development,Presales,Market Penetration,Market Expansion,Distribution
Management,Revenue Generation,Key Account Management,Channel Sales
Key Skills: Head,VP,Sales Planning,Marketing,Business Development,Presales,Market Penetration,Market
Expansion,Distribution Management,Revenue Generation,Key Account Management,Channel Sales
Summary
A strong visionary professional with verifiable year-on-year success in driving overall Business
Technology initiatives (in sync with the macro organizational strategies); defining IT roadmap, budgets
& technology up-gradation, while ensuring ROIs/ cost savings
* Directed business in new growth areas by Pre-sales Support, RFPs/RFQs Responses, Contract
Management and successful closure of large deals; proactively worked on RFP's as a Delivery
SPOC and won major deals worth $25 Million and above
* Proficiency in leading & mentoring large teams (approx. 200 team members) with practice size of
1000 covering revenue of approx. $80 Million per year. Currently managing 180 members API &
Microservices practice
* Technocrat with specialization in end-to-end application management; conceptualized and
implemented an innovative technology strategy supporting business development needs and market
growth at global level
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a18…
https://freesearch.naukri.com/preview/printResume?uname=6de45889dee5478e6a8546b319680c490a0c00594c130d130140175f5d5f0742105a180116430e5e0e… 2/2
and implementation approach
* Responsible for annual revenue of 50Mn
WIPRO TECHNOLOGIES as CES HEALTHCARE LEAD
Jan 2009 to Jan 2016
Manage order booking for HLS accounts across CES (includes middleware, portal, UX, Ecommerce)
annually of 50 Mn
* Responsible for pro-active pitch with account teams and field force and responding to pro-active and reactive
(RFP) solutions to customers
* Responsible for Day 1 experience in terms to getting the team ready to start projects in time with right
resources
* Responsible for growth in MHA accounts for HLS - OB, revenue, hunting
* Identify and build solutions on CES technologies for largest HLS accounts for CES
ORACLE FWM PRACTICE PRESALES LEAD, WIPRO TECHNOLOGIES, Blore JAN 2009 TO DEC 2012
In the Oracle and BPM & SOA GTM role, responsibilities include:
* Handle the Media & Telecom business globally for the Enterprise Business Integration (EBI) practice with a
target of 25 Mn.
* Responsible for Oracle CoE GTM for EBI for EMEA.
* Consulting in key Telecom and Media accounts for O2C, T2R, O2A processes.
* Worked on solutioning for Publication, STB, and Print media customers for IoT and Field Force enablement
solutions in Europe and US markets.
* Solution development on Oracle Fusion Middleware for MNP, Telecom Packs and Editorial systems.
* New Geo development
* EBI specific branding by submitting whitepapers in analyst forums
As a Pre-Sales Lead, responsible for handling the Telecom, Media & Technology vertical accounts and
India and Middle East market
* Management of Geo, Account, and vertical specific GTMs
* Managing a team to handle solution design and proposals
* Owner of the BPM & SOA business plan for the respective accounts
* Delivery responsibility of some marquee accounts
WIPRO INFOTECH as PRESALES CONSULTANT
Nov 2005 to Dec 2008
As a Solution Architect managing Pre-sales and Design Assurance for all Integration, Portal, and Application
Development projects in the Gulf.
* Lead qualification and account penetration strategy for e-Enabling in the Gulf region
* Uphold the technical side of the sales cycle by:
* Conducting meetings/ workshops with prospects to understand their business needs.
* Creating presentations and papers for customer's specific requirements
* Consulting, scoping, and solution architecting
* Providing technology evaluations services
* Providing estimations, resource loading, and technical proposals
* Interacting with back-end practice and vertical teams
UG: B.Com (Commerce) from Osmania University in 1997
PG: PG Diploma (Computers) from NIIT in 1998
Affirmative Action
Physically Challenged: No
Education
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Expert
Rank 887: Resume 1462 with similarity score 0.010170369887617202
Resume Text: B.E , MS , B.TECH , BS devops , product development , it professional , programmer analyst , full time , junior software engineer , application manager , system engineer customer , root cause , security , seeburger , project planning , energy , progression , status , steering , design specifications , messaging , xml , scope management , development work , features , utilities , urban , automation , project support , encryption , functional specifications , devops , interfaces , designation , mar , itcam , hindi , json , english , agile , health insurance , deals , fixing , architecting , rest , software architecture , computer science , documentation , enrollments , completion , datapower , javascript , file transfer , business requirements , risk analysis , general , performing , healthcare , developers , affirmative action , mysql , test scripts , project plans , maintenance , service delivery , email , configuration management , operations , user stories , ids , sequencing , middleware , unit testing , languages , ibm tivoli , websphere message broker , queues , mentoring , jenkins , soap , authentication , authorization , teams , enterprise , application , focus , user requirements , non-functional requirements , led , debugging , events , software design , eclipse 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d43…
https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d435044490a5b0e… 1/3
Current Designation: Senior System Engineer
Current Company: IBM India Pvt. Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 9 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
IBM India Pvt. Limited as Senior System Engineer
Aug 2018 to Till Date
Project: Energy and Utilities
Developed interfaces using IBM Integration Bus 10.0.0.12, WebSphere Message Broker 8.0.0.6, SOAP/REST
webservices for enacting various business processes in Energy and Utilities Department including meter deployment,
meter exchange, meter operations, customer billing and meter events
Steered deployment of applications in hierarchical environments (DEV, QA, UAT) using Jenkins, IBM Urban Code
Deploy Tool
Undertook Unit Testing of applications using RFHUTIL Tool, SOAP UI Tool.
Project: Banking - Collaborated with Wells Fargo vendor, FuelCard, MasterCard and VisaCard, to develop secured file
transfer paths with encryption, authentication and security features using Seeburger File Transfer (Germany) Tool.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Stuti Sharma
Senior System Engineer seeking roles in Software Development,System
Integration,Product Development,Software Design ,Requirement
Gathering,Configuration Management,Unit Testing ,APIGEE development,service
delivery, Project Management, Incident Manage
Key Skills: Senior System Engineer,System Admin, Project Management.,Software Development,System
Integration,Product Development,Software Design ,Requirement Gathering,Configuration Management,Unit Testing
,APIGEE development,service delivery
Summary
A goal-oriented professional with nearly 6 years of experience in Software Development, Software Architecture and Project
Management
Rich experience in managing complete SDLC including development, enhancements, customization, requirement analysis,
design, coding, UAT, testing and deployment; expertise in development using APIGEE, IIB.
Forward-focused IT professional with skills in end-to-end project planning and implementation from scope management,
activity sequencing, effort & cost estimation, risk analysis to quality management in line with IT practices
Skilled in mapping clients? business requirements and translating these requirements into functional specifications, services,
implementations and custom application solutions; experience in working on various domains including Health Insurance,
Energy & Utilities, Banking and Healthcare
Technical expertise entails IBM Integration Bus 10.0.0.12, WebSphere Message Broker 8.0.0.6, IBM DataPower, Jenkins,
DevOps , APIGEE.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d43…
https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d435044490a5b0e… 2/3
Project: Hospital Care - Developed secured file transfer pathways for transfer of files related to Covid patient check kits
using Seeburger File Transfer Tool.
Key Result Areas:
Working as part of the Technical Team on Applications? Development using IBM Integration Bus 10.0.0.12, WebSphere
Message Broker 8.0.0.6, IBM Datapower, Enterprise Service Bus, SeeBurger, DevOps, Agile, Jenkins, Service Oriented
Architecture, SeeBurger Adapters with Rules & Splitter, Seeburger Message Tracking and Monitoring, SOAP/REST
webservices using XML, JSON and Waterfall Model
Steering deployment of applications using Jenkins and Urban Code Deploy Tool
Performing Unit Testing of the deployed applications using MQ Explorer, RFHUTIL Tool & SOAP UI Tool
Monitoring messaging queues using IBM Tivoli Composite Application Manager (ITCAM) Tool
Managing various technical aspects like coding modules using the given design specifications, debugging & fixing
defects and analysing the root cause
Analysing information system needs, evaluating end-user requirements and designing custom solutions
Gathering & analysing functional/non-functional requirements, mapping solutions based on the requirements
Collaborating with Business Managers and Technical Teams for executing concurrent projects
Adopting best practices for project support and documentation as set by the peers
Developing periodic goals, setting priorities, supporting project activities, and ensuring timely and accurate completion
of work
Managing the implementation phase by formulated project plans, planned resources and resolved issues arising due to
scope creep or other technical matters, architecting new projects, mentoring and monitoring Junior Developers
Working with multiple product teams in support of ongoing technical development activities
Executing complete Development Lifecycle with focus on Impact Analysis, Coding, Detailed Design and Development;
ensuring timely completion and delivery of project to the client; extending production support for applications
Liaising with different teams to develop release calendar and timeline, release tracking and required documents;
spearheading timely project release to live environment
Cognizant Technologies Solutions as Programmer Analyst
Apr 2016 to Aug 2018
Project: Health Insurance - Led development of Health Insurance Applications using IBM Integration Bus, WebSphere
Message Broker, SOAP/REST webservices
Key Result Areas:
Managed end-to-end development of Health Insurance Exchange using IBM Integration Bus 10.0.0.12 and WebSphere
Message Broker 8.0.0.6 (Insurance Application)
Steered application deployment, unit testing using MQ Explorer, SOAP UI Tool, RFHUTIL Tool and monitoring using
ITCAM Tool
Guided team of interns and delegated specific independent modules
Laitkor Infosolutions as Junior Software Engineer
Jun 2015 to Mar 2016
As a junior software engineer, I worked on small projects and enhancements, development work for requirements
UG: B.Tech/B.E. (Computer Science) from Dr. Abdul Kalam Technical University, Lucknow in 2015
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
Service Oriented Architecture IIB V10
SOAP/REST
WEBSERVICES
MySQL
Eclipse
Jenkins, Urban Code deploy
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d43…
https://freesearch.naukri.com/preview/printResume?uname=fff1adb6490e769870cbad81a5205ab95b5b0d5919465a440618430c5d0d0749135d435044490a5b0e… 3/3
Nature of Employment: Full Time
Project Location: United States Of America
Role: Sr. Programmer
Duration: Sep 2018 - Jan 2021
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment: Full Time
Project Location: United States
Role: Programmer
Duration: Apr 2016 - Apr 2018
Onsite / Offsite: Onsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
RFHUtil, SOAP UI
IBM Tivoli Composite application
Manager (ITCAM) Tool
XML, JSON
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Energy and utilities
Client: Energy
Skill Used: IIB, SEEBURGER, APIGEE, SOA, MIDDLEWARE Datapower, Websphere message broker
Role Description: Senior System Engineer
Project Details: Development of interfaces using IBM Integration Bus, Websphere Message Broker, SOAP/REST
webservices for enacting various business processes in energy and utilities department including meter
deployment, meter exchange, meter operations, customer billing and meter events.
Deployment of applications in hierarchical environments (DEV, QA, UAT) using Jenkins, IBM Urban Code Deploy
Tool.
Unit Testing of applications using RFHUTIL Tool, SOAP UI Tool.
Project Title: HEALTH INSURANCE Project
Client: Deals with enrollments for health insurance plans
Skill Used: Development, production support, testing, requirement gathering, requirement analysis deployment,
debugging,defect fixes
Role Description: Development of new applications pertaining to health insurance plans and production support of
the existing applications, along with debugging, triaging and incident management.
Project Details: Project/client name -EMBLEM HEALTH (New Jersey) APR 2016 PRESENT (COGNIZANT)
PROGRAMMER ANALYST
TOOLS AND UTILITIES: Enterprise Service Bus, SOAP UI Tool, DataPower XB62, IBM MQ-Attach Tool, ITCAM Tool,
IBM Websphere Message Broker, RFHUTIL Tool, SCCD Tool, TFVC, Eclipse.
TEAM SIZE: 4
Developed and released SOAP Web Service using IIB V10 for reprocessing of failed messages within systems to
minimize manual intervention and minimum business impact.
Developed and released REST based service using IIB V10 for fetching corresponding unique IDs from Data-
Warehouse for business needs.
Responsible for Creating Weekly Status Reports to the top management comprising of accomplishments, planned
activities and risks involved within team progression.
Resolving and fixing the issues in applications.
Involved in the analysis of test scripts and user stories which are suitable candidates for automation.
Actively participating in all daily meeting with Team members to keep track of defects and provi
Rank 888: Resume 1307 with similarity score 0.010168281417006682
Resume Text: B.E , MS , B.TECH scrum master , mobile application developer , android developer , senior software engineer , ux consultant , change management , full time , team lead , part time , product owner mobile architecture , core java , jenkins , scrum , compatibility testing , open source , designation , ug , affirmative action , developments , hindi , solver , apache , json , authorization , english , teams , status , agile , email , project , application , kotlin , live , devices , mumbai , ci , google maps , ux , elements , rest , ios development , mvc , swift , change management , knowledge sharing , junit , react native , cordova , git , languages , forming , espresso , android development , platform development , android sdk , python , google api , javascript , ml , kt , cd , contingency 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d14…
https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d140716475d5d0f… 1/2
Current Designation: Lead
Current Company: TCS
Current Location: Mumbai
Pref. Location: Pune,Indore,Hyderabad
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
TCS as Lead
Nov 2016 to Till Date
As Scrum Master ensuring a good relationship between teams ,
product owner and outside team.
Identifying risks and forming contingency plans as soon as
possible.
Cost, Compatibility and Feasibility Analysis of Open Source
Library, Paid Library, Google API Services.
Code Analysis to make sure code is written as per development
guide line.
As Mobile Ninja helping other teams in the solutioning part.
Being transparent with the team about challenges, failures, and
successes.
Keep KT Session within the team for Knowledge sharing.
Keeping up-to-date with industry trends and developments.
Reliance Tech Services as Mobile Application Developer
Nov 2014 to Oct 2016
Clarifying what actions intended to perform within the
development cycle.
UI component compatibility testing for all the available android
devices.
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Rakesh Rajput
Android, Jetpack, coroutines, dagger, React Native,Swift,Crossplatform,Mobile
Application Developer, Mobile Solution Architictect, Mobile Lead, Android SDK,
Jetpack, Live Data, Room DB, Google Maps, REST API call, ML,RxJava,Kotlin, Room
Key Skills: Android Development,IOS Development,Core Java,Python,Swift,JSON,SVN,MVC,mvvm android,react
native,swift,Android Developer,Android,Mobile Architecture,Ux Consultant,mobile crossplatform development,Apache
Cordova,jetpack,Google Maps,Agile Methodology
Summary
Continuous learner, Highly motivated, self learner and problem-solver professional with experience in Mobile Application
Development,Android Development,Android architecture component, kotlin development, courotines, dagger, hilt, IOS
Development,Project Management,Cross Platform Development , Change Management,Defect Management,Quality
Management,Requirement Gathering,CoreJava,SDK,Python,Jenkins,Swift,JSON,SVN,MVC,Git
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d14…
https://freesearch.naukri.com/preview/printResume?uname=2bd24ecfeb373d30895fa32175d36a7f0b0b09501b120019564346590c0e051b475d140716475d5d0f… 2/2
Breaking down program specification into its simplest elements
and translating this logic into a programming language.
Evershine Group as Senior Software Engineer
Jun 2014 to Oct 2014
Brainvire Infotech as Senior Software Engineer
Feb 2013 to Dec 2013
Manacle Technologies as Software Engineer
Jul 2011 to Jan 2013
UG: B.Tech/B.E. (Computers) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, Kotlin, Swift, Python
MVVM, MVP, MVC, MVC, Android
Postman, JUnit, Espresso
SVN, GIT, CI/CD, Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 889: Resume 1011 with similarity score 0.010160396653563337
Resume Text: B.E , MS , B.TECH , BS cognos , product development , it project manager , senior software engineer , change management , project coordinator , full time , part time continuous process , training , customer , articulate , quote , project planning , c-level , status , steering , stakeholder management , datastage , scope management , features , building , cognos , coordinated , delivery operations , devising , functional specifications , technical leadership , filenet , designation , mar , deliverables , hindi , english , productivity improvement , budgeting , financials , sprint planning , deals , ibm , closure , bridging , change management , flow , capacity planning , strategy , completion , javascript , business requirements , measures , finances , proposition , performance analysis , general , observation , affirmative action , project plans , launches , maintenance , agile & waterfall methodologies , service delivery , advanced , instrumentation , email , sequencing , languages , story , scheduling , web , root cause analysis , program management , mentoring , onboarding , ms project , ug , tamil , analytics , z/os , authorization , risk , teams , application , focus , adherence , savings , led , identifying issues , offshore , reviews , metrics , presentations 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18…
https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18051112095f0f5… 1/3
Current Designation: Project Coordinator
Current Company: TakeHelp Life Counseling Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
TakeHelp Life Counseling Solutions as Project Coordinator
Jul 2018 to Till Date
Spear-headed Project Management activities including defining scope, bridging Business Requirements and Tech
Feasibiity, and project flow & management. Coordinated the building of dynamic web-portal www.takehelp.in from concept
stage to launch.They are now embarking upon building a native application and have future ideas to build AI features with
gamificaton into the App.
IBM India Pvt. Limited as IT Project Manager
Mar 2003 to Jun 2018
?Directed Project Management activities including mapping requirements & providing best solutions involving developing
budget, defining scope, quote integration, scheduling and managed resources of projects; led projects from inception to
implementation following Agile-based & Waterfall Methodologies
? Managed complete finances of projects including budgeting, expense monitoring, financial control and cost-savings
? Liaisioned with C-Level Executives & Stakeholders by organizing & leading Steering Committee Meetings and sharing
metrics reports to PMO & Quality Teams; devising cost-saving solutions for ensuring positive profitability and devising right
business strategies to streamline customer onboarding experience
? Spearheaded complete delivery management functions including planning, designing/developing solutions, managing
projects, coordinating with clients and providing technical leadership for new projects
? Supervised solution designs and documenting functional specifications and technical solutions
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Jayalakshmi Ramamurthy
Creative and results-driven leader, with 20 years of diversified experience in the areas
of Project/Program Management, Delivery Operations, Software Development using
mainframes, Java, BI/Analytics - Datastage, Cognos, MDM, FileNet ,ECM.
Key Skills: Project Management, Project Manager
Summary
Creative and results-driven leader, with nearly 20 years of diversified experience in the areas ofProject/Program Management,
Delivery Operations, Software Development/ Product Development & Engineering/ Solution Architecturewith key focus on
building & implementingtechnology-based IT culturewithin the organizationusing Mainframes, Java, BI/Analytics ? Datastage,
Cognos, MDM,Filenet,ECM
Tactful & articulate in driving project/delivery visionand championing advanced process initiatives; with professional excellence
in heading project lifecycle management functions based on Onshore/Offshore model, including project planning & execution,
scheduling, stakeholder management, scope management to activity sequencing, cost estimation, risk management till delivery
as per the quality and time norms following Agile & Waterfall Methodologies
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18…
https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18051112095f0f5… 2/3
? Led & mentored cross-functional teams, developed competency, provided training, administered performance
appraisals, and resolved conflicts; overcomed complex business challenges and took high-stakes decisions
? Steered diverse responsibilities including strategy planning & execution, devising & implementing project plans,
governing metrics and delivery strategies by adopting ?Customer-first? approach
? Initiated and deployed action plans, process improvement measures and best practices entailing Service Delivery
Management using latest trends, tools and practices; analysed current development processes and identifying & executing
areas of improvement
? Streamlined operations with focus on Root Cause Analysis & Solution Mapping; ensuring timely completion and delivery
of project with focus on timely closure of deals by facilitating solutions, pricing, roll-out & financials for various projects
? Facilitated end-to-end delivery of the program, meeting internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
o Value-adds, continuous process and productivity improvement
o Expectation management of team
? Planned & organized meetings, facilitated sprint planning & review meetings, sprint retrospective meetings, sprint
backlog, story estimation, daily stand-ups, iteration & release planning and reviews
? Analyzed current agile processes, identifying areas of improvement and executing improvements in coordination with
stakeholders; provided training to the team on the agile process
? Drove kick-off meetings and closure presentations involving the stakeholders for evaluating project progress and
providing technical inputs; ensued adherence to Agile Process during project execution, identifying issues and resolving
the same
? Gathered & understood customer & market requirements (existing & future), market trends and key drivers of the
products in coordination with Teams
? Maintained product roadmap, introducing value proposition and customizing products as per market needs & competitor
products
? Performed Feasibility Study of all new product proposals for capacity planning & successful launches
? Conducted Performance Analysis of the products; tracked success of the products as per defined criteria & Usage
Observation Trends and shared the same to stakeholders & higher management
Covansys as Senior Software Engineer
Oct 2000 to Mar 2003
(1)Responsible for leading, guiding, mentoring and providing the necessary leadership support to the team.
(2)Effort Estimation of individual deliverables. Identify project risks and issues and flag it to the project manager.
(3) Assist project manager in planning and allocating people with appropriate skills to the project.
(4)Analyze, design, code, test and implement enhancements to the applications.
(5)Perform technical and process reviews for the team and other projects within the business unit.
(6)Organizing necessary education & training to resources including technical as well as methods, processes and
procedures.
UG: B.Tech/B.E. (Instrumentation) from Kuvempu University, Karnataka in 2000
Education
IT Skills
Skill Name Version Last Used Experience
MS Project 2013 2015 8 Year(s)
Mainframes Z/OS 2006 8 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kanada Proficient
tamil Proficient
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18…
https://freesearch.naukri.com/preview/printResume?uname=95f559c7d66f02392f70a302c0c43b235a550b054c175c425645120958000249140a18051112095f0f5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Rank 890: Resume 1049 with similarity score 0.010144427748484522
Resume Text: B.E , MS , B.TECH application support , software engineer , associate , software developer , change management , full time finish , core java , telugu , jenkins , performing , designation , telecom , affirmative action , conducting , oracle , collaboration , offers , hindi , maintenance , authorization , english , status , productivity , spring boot , sql , email , project , record , application , se , multi-disciplinary teams , electronics , testing , change management , features , maven , languages , hibernate , technical analysis , mobile , software design , sonarqube , jira , javascript , technology , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400…
https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400417440b0b010… 1/2
Current Designation: Software Engineer
Current Company: Tata consultancy Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Tata consultancy Services as Software Engineer
Jul 2018 to Till Date
* Worked on the multiple software products simultaneously and participated in the whole software development life
cycle from design to implementation and delivery.
* Strong experience on technologies like, Java, spring, hibernate, SQL and object oriented programming.
* As a member of the team, for telecom solution product, created market critical features into the product includes
Billing, collaboration with multi-disciplinary teams, mobile porting features and Implementing automated testing platform.
* Responsible to address production issue and conducting technical analysis to arrive at solutions.
* Awarded best Employee of the month twice for performing great work.
UG: B.Tech/B.E. (Electronics/Telecommunication) from B V Raju Institute of Technology in 2018
Other Qualifications/Certifications/Programs:
oracle certified associate java se 8 programmer
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
GUTTULA VENKATA KRISHNA
Software Developer seeking roles in Software Engineering,Software
Development,Software Design,Project Management,Change Management,Defect
Management,Application Support,Requirement Analysis,Programming,Spring
Boot,Core Java,Hibernate,Jenkins,Maven.
Key Skills: Core Java,Spring,Hibernate,SQL,OOPS,Software Development,Soft,J2Ee,Software Design,Software
Support,Application Programming,Jenkins,Sonar,JIRA,Maven,IntelliJ Idea,Defect Management,Productivity
Enhancement,Spring Boot
Summary
Results-driven and motivated Software Engineer with demonstrated experience in developing new software
functionalities, design, validating and resolving bugs. Offers proven track record of extraordinary achievements, and ability to
finish projects on schedule and within budget.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400…
https://freesearch.naukri.com/preview/printResume?uname=fbefaf7b6625a02cedd15934eb83ea3b510f0c00424558425614175d0f0c051c1a58400417440b0b010… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Hibernate , Spring boot , Spring
SQL, Java, OOPS, Jenkins
Maven, JIRA, SonarQube
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Rank 891: Resume 1478 with similarity score 0.010132202873969416
Resume Text: B.E , MS , B.TECH software engineer , technical architect , lead developer , delivery lead , it analyst , full time , technical developer , part time , technical lead disney , telugu , wcf services , web api , technology services , application development foundation , digital , status , xamarin , xml , components , maximo , asp.net , sql server , engagements , gic , contingency , mitigation , low level design , abbyy , designation , regression testing , deliverables , hindi , learning , ltd , windows , json , english , wpf , agile , project , solution architecture , processing , sharepoint server , fixing , architecting , rest , performance tuning , dispatching , resolve , winforms , datapower , javascript , load testing , reporting , captiva , scrum , microsoft office , technology platforms , affirmative action , studio , hub , maintenance , kofax , jquery , email , custom web parts , third party vendors , unit testing , languages , task force , xaml , mobile , functionality , mentoring , css , telecom , interpersonal skills , software industry , risk , authorization , teams , enterprise , c# , mad , tracker , devices , fiddler , requirements gathering , drive , offshore , parks , ado.net , sharepoint designer , .net framework , linq , lotus notes , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b5812…
https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b58120740475a0b0b… 1/3
Current Designation: Architect and Tech Lead Developer
Current Company: Cognizant Technology Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Services as Architect and Tech Lead Developer
Sep 2010 to Till Date
Designed and Developed common framework for processing different of text based index files.
Provided solution for Centralized configuration for BULK solution
Designed Captiva Process development along with its customizations using .NET.
Designed.NET components for enhancements of current process.
Setting up and supporting the environments (Dev, UAT, Production)
Client Management & Solution Presentations.
Migration of Captiva processes from 6.5 to 7.7 Version
Created different new processes on Captiva and GIC
Project - Maximo Automated Dispatching
Client Walt Disney Parks and Resorts
Technical Architect
Responsibility
an Architect, I was responsible for
Designing of MAD Integration with China Telecom.
Developed UDP Server & Client modules with Fire & Forget and Handshaking concepts.
Leading the team and primary point of contact for all the deliverables.
Involved in requirements gathering and high and low level design discussions.
Implemented Dispatch service, which sends the notifications to devices/labors via SMTP and UDP.
Responsible for complete Maximo Automated Dispatching application.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Siva Kumar Nalam
Tech Architect,Solution Architecture,Software Tech Architecture,Architectural
Design,Project Management,Tech Lead,Full Stack Development,Application
Development,Agile Methodology,Individual contributor,.Net,SQL,OCR,C#,Web API
Key Skills: .Net,SQL Server,OCR,C#,Web API,UI Path, Windows Application, Winforms, ASP.Net, C#.Net, WPF, MVVM,
XAML,RPA,Abbyy Flexicapture,Sharepoint,Sharepoint Designer,WCF Services,ASP.Net,Windows
Services,JSON,JQuery,Rest,Javascript,Html5,UI Development,CSS
Summary
15+ years (USA-2-Years) of professional experience in planning, managing, architecting, and developing applications in various
technology platforms.
Extensive experience in developing enterprise level applications using Microsoft Technologies, .NET, SQL, SharePoint, Xamarin
and Captiva.
Demonstrated talent in various client-facing roles in software industry such as Architect, Technical Lead, Delivery Lead, Full-
Stack Developer, etc. for the client engagements in USA and Offshore.
Have exceptional learning and Interpersonal Skills...
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b5812…
https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b58120740475a0b0b… 2/3
Meeting with different third party vendors to resolve issues with IVS TEAM, China telecom.
Drive the project to meet the client expectation and on time deliverables.
Raising risk in time and provided mitigation & contingency plans.
Status Reporting to onsite on a timely basis and ensure successful execution of project.
Received client appreciation on deliverables and for support provided.
Review all the client deliverables.
Project - Digital Hub myHumana
Client Humana
Role Lead Technical Developer
Responsibility
As a Technical Lead Developer, I was responsible for
Provided estimations and solution based on Xamarin Mobile development tool
Analyzing Web API Services and providing support to Datapower team & Apigee team.
Documented 8 services and 40 service calls external methods.
Traced service calls using fiddler tool.
Status Reporting to onsite on a timely basis and ensure successful execution of project.
Project - InXS
Client Amex
Role Tech Lead
Responsibility
As a Technical lead developer, I was responsible for
Lead the Reporting module team.
Developed 40 + SSRS reports.
Mentoring junior resources in project.
Bug Fixing.
Taking sessions & providing technical guidance to team for giving better understanding of the code to new joiners.
Status Reporting to onsite on a timely basis and ensure successful execution of project.
Project - Metlife Global Communication Platform
Client MetLife
Role Tech Lead
Responsibility
As a Key Technical member, was responsible for
Involved in Deep dive analysis of lotus notes applications and provided solutions in .net and
SharePoint.
As part of "Task force" team analyzed 351 US domestic lotus notes applications and 63 international lotus notes
applications and provided the solution using .Net & SharePoint.
Lead the Analysis tower & UAT international applications teams.
Developed Risk Tracker application in asp.net & customized using Jquery.
Developed custom Web Parts.
Created different content types for required functionality.
Mentoring junior resources in project.
Taking sessions & providing technical guidance to team for giving better understanding of the code to new joiners.
Status Reporting to client on a timely basis and ensure successful execution of project.
Developed and deployed the custom web parts.
Updated existing code with high standards and reusability.
Involved in performance tuning.
Involved in Unit Testing/Regression Testing.
Involved in page load testing with Fiddler tools and used sprite Images.
Increased performance of existing application up to 80 - 90 % after my enhancements.
Tata Consultancy Services (TCS) as IT Analyst
May 2007 to Sep 2010
Metis Infosol Pvt Ltd as Software Engineer
Jun 2005 to May 2007
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2005
Other Qualifications/Certifications/Programs:
ABBYY FlexiCapture & ABBYY FlexiLayout Studio Certified Specialist
5-8220-166 - Captiva 16.6 Administrator Certification
Kofax - Certification on Kofax TotalAgility 7.5 Essentials
70-526 - Microsoft .NET Framework 2.0 - Windows Based Client Development
Exam:70-536 - Microsoft .NET Framework-Application Development Foundation
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b5812…
https://freesearch.naukri.com/preview/printResume?uname=203cfcc338c651f8ca7e0221d70d40f40d590a074d475d450744405e080c03491b58120740475a0b0b… 3/3
70-576-MCTS - Designing and Developing Microsoft Office SharePoint Server 2010 Applications
70-573- MCTS - Microsoft SharePoint 2010, Application Development
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
C#, SQL Server, ADO.NET, LINQ, 2020
JQuery, COM, XML, SharePoint, 2020
Window Service, SSRS Reports 2020
Agile Scrum Methodology 2020
ABBYY 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Telugu Expert
Rank 892: Resume 1300 with similarity score 0.010103920883680924
Resume Text: B.E , B.TECH software engineer , full time , software developer computing , general , visual studio code , css , affirmative action , mysql , hindi , maintenance , basic , ltd , authorization , advanced , english , bootstrap , status , spring boot , c# , email , application , aws , microservices , mumbai , fixing , testing , writing , c++ , debugging , languages , pycharm , python , javascript , eclipse , technology , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e0318470918…
https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e03184709185644410b5409… 1/2
Current Location: Navi Mumbai
Pref. Location: Mumbai,Navi Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Highest Degree: PG Diploma [Advanced Computing]
Verified : Phone Number | Email - id
Arrk Solutions Pvt. Ltd as Software Engineer
Jan 2019 to Sep 2020
Experience in developing application using Java, Python, MySQL, Spring Boot, Microservices,
Serverless and AWS. Also gained useful exposure to Javascript during this period.
UG: B.Tech/B.E. (Computers) from Ramrao Adik Institute of Technology Navi Mumbai in 2017
PG: PG Diploma (Advanced Computing) from CDAC in 2018
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Harsh S. Thakur
Software Engineer seeking roles in Software Development,Application
Programming,Java,Python,Spring Boot,AWS,MySQL,Serverless
Key Skills: Software Engineer,Software Development,Application Programming,Java,Python,AWS,Spring
Boot,MySQL,Eclipse, IntelliJ,
Summary
1 year and 9 months of work experience in developing application using Java, Python,
MySQL, Spring Boot, Microservices, Serverless and AWS.
Software Engineer well-versed in writing code and unit tests, testing the new feature after
coding, deployment, debugging and fixing day to day issues.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Java, Python, Spring Boot
Microservices, Serverless, AWS
Java, Python, C, C++, basic C#
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e0318470918…
https://freesearch.naukri.com/preview/printResume?uname=43bfda3ebee371c66564f4d6c8829c8a5b0c000519160011511141515d0e03184709185644410b5409… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IntelliJ, PyCharm, Visual Studio Code
Eclipse
MySQL
HTML, CSS, Bootstrap, Javascript,Nuxt.js
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
MARATHI
Rank 893: Resume 961 with similarity score 0.010082976019499168
Resume Text: B.S software consultant , account representative , java consultant , software developer , freight manager , full time ecommerce , spring batch , transaction management , functional specifications , core java , redux , spring integration , jenkins , designation , office , reference data , space , investment , mar , vendors , ug , oracle , web services , affirmative action , tortoise svn , hindi , linux , maintenance , windows , sts , json , english , authorization , energy , web applications , bootstrap , status , jasmine , rapid response , stakeholder management , sql , email , project , architecture , spring boot , servlets , npm , mumbai , angularjs , karma , range , fixing , github , testing , rest , freight , junit , merge , maven , output , languages , multithreading , documentation , dashboard , spring framework , javascript , h2 , eclipse , nds , technology , business requirements , crucible , sockets , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b19…
https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b1900191458080b… 1/3
Current Designation: Senior Software Consultant
Current Company: SS&C
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,United Arab
Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
SS&C as Senior Software Consultant
May 2019 to Till Date
Project: AIBPO & Altserv
Client: In House Product
Description: In this project, developed interface for an advisor to place an order in Alternate Investment space. The
advisors
created the order in Altserv and once approved by back office the order flows through AIBPO where back-office can track
the
order lifecycle.
Technologies Used:
API used in Middle-tie : Spring-Boot, Maven, Git, Junit, KONG Api, REST Api, Swagger Open Api
API used in Front-end : Angular 8, Angular-Material, RxJS, Karma-Jasmine
API used in Back-end : SQl (db2)
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
AFROOZ SHAIKH
Senior Software Consultant seeking roles in Software Development,Project
Execution,Requirement Gathering,Coding & Testing,Functional Specifications,Defect
Management,Relationship Management,Bug Fixing,Stakeholder
Management,Maven,REST
Key Skills: Senior Software Consultant,Software Developer,Software Development,Project Execution,Requirement
Gathering,Coding & Testing,Functional Specifications,Defect Management,Relationship Management,Bug
Fixing,Stakeholder Management,Maven,REST
Summary
A high-energy technocrat with nearly 6 years of experience in IT Project
Execution, Software Development & Enhancement
Exposure in various domains such as Alternate Investment, Reference Data
Management, Logistics and Ecommerce services
Expertise in managing overall software development lifecycle involving
requirement analysis, system study, designing, architecture, testing,
programming, coding, de-bugging, defect management & documentation
Skilled in mapping clients' business requirements and translating these
requirements into functional specifications, services, implementations and custom
designing solutions in coordination with stakeholders
Extensive Experience in operating with Core Java, Spring Framework, SpringBoot Framework, ReactJS, AngularJS, Oracle, h2
database
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b19…
https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b1900191458080b… 2/3
Capgemini as Consultant
Feb 2018 to May 2019
Project Title: Multiplexor
Client: In House Product
Description: The project aimed at developing match & merge mechanism for Reference Data from different vendors and
displayed the resulting output to Operation in UI.
Technologies Used:
API used in Middle-tier : Spring-boot, In-house Integration Framework based on Spring Integration, Caching
Mechanism, Spring Transaction Management, REST Service, JSON, Maven, Jenkins
API used in Front-end: React 16, Redux, Axios , Bootstrap
API used in Back-end : SQl (Oracle)
NDS Global as Java Consultant
Jul 2016 to Jan 2018
Project Title: Transport Management System- Rapid Response
Client: JBHUNT Transport Services
Description: The project intended to develop new functionalities for existing applications of the Transport Management
System. The range of applications involved were Web Applications, Web Services, Listeners and Spring Batch
Applications.
The challenging part of the project is working with new technology with every release cycle.
Applications and Technologies Used:
Account Representative Dashboard: Spring boot, ExtJS, DB2, and SQL
Freight Manager Application: Spring, JSF, JSP, DB2 and SQL
Asset Maintenance: Spring boot, AngularJS and SQL
Unilever Batch Process: Core Java
Development : Core Java, Spring, Servlets, Spring-Boot, ExtJS, AngularJs 4
Tools: Tortoise SVN, STS, Eclipse, IntelliJ, Crucible, Jenkins, TFS
UG: B.Sc (Computers) from S.I.E.S affiliated to Mumbai University in 2013
PG: MCA (Computers) from S.I.E.S, Mumbai University in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Spring Boot, Spring, REST
Java 1.8,Web Sockets, MultiThreading
Angular 8, React 16
GITHub, Jenkins
Maven, npm
Oracle, H2
WINDOWS, LINUX
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b19…
https://freesearch.naukri.com/preview/printResume?uname=ac2f5d03008f45b5877bd7a44a796c7d5b5d08501c1a0a175015480d0e0f004b160b1900191458080b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 894: Resume 193 with similarity score 0.010055678217834657
Resume Text: MS , B.TECH , BS web developer , software engineer , development associate award , version control , spring , docker , vanilla , node.js , specifications , express , components , features , accessibility , connectivity , ec2 , html5 , pwa , sass , es6 , going the extra mile , front-end engineering , p2p , react.js , parcel , open source , traction , confluence , validity , webpack , flex , heroku , web applications , supply , screens , agile , gearing , project , poi , rest , c++ , srm , rentals , dashboard , javascript , drawing , toolkit , im a , matching , vue , merlin , information technology , design , principles , jquery , bootstrap , google , aws , hooks , web performance , github , knowledge sharing , seo , unit testing , languages , front-end development , jira , search , online , rendering , redux , onboarding , tamil , scratch , apache , teams , webrtc , modular , map , focus , npm , fps , e-commerce , metrics , learning , sockets , independent contributor Im a Front-End developer with a passion for crafting clean and performant web applications; Looking
forward to a company with exciting new challenges ahead and interesting products to build.
Lynk Website (link) - Built a fully responsive and
SEO optimized website. Achieved performance
through React with Prerendering.
PROJECTS
Offline Trips (link) - Built a feature that enabled
Lynks drivers to select trips of their choice. Used
React and Sockets for realtime trip display.
// Work
// Side
Navigo (link) - Built a PWA in React that assists in
searching for places by drawing on the map. It
can make finding rentals in an area or searching
for matching restaurants super easy.
Edufluence (link) - Built a learning platform that
aims to connect students and experts enabling
knowledge sharing. Made using Node.js, WS,
and WebRTC for rich connectivity.
SmartReads (link) - Built an online bookshelf
using React that allows you to search and group
books into individual shelves for easy tracking
and sharing when needed.
Memrise (link) - Flex your brain muscles with this
match up game written in Vanilla JS. Score the
most points by beating it in the least moves.
..
More on GitHub
+919789839421
linkedin.com/in/fatehak
github.com/FatehAK
fa7ehak@gmail.com
Fateh Ali Khan
EDUCATION
Chennai, Tamil Nadu
B.Tech - Information Technology April 2018
SRM Valliammai Engineering College
Accenture August 2018 - March 2019
Application Development Associate Chennai
Stack: Java, Swing GUI, Spring, Apache POI
Wrote clean and modular code as part of a redesign with
respect to client specifications.
Developed an internal toolkit for report generation using
Swing GUI and Apache POI libraries.
Resolved issues, ensured data validity, unit tested code and
upheld quality metrics across all stages of development.
Freelance March 2019 - August 2019
Front-End Developer Chennai
Stack: React.js, Redux, Node.js, Express, REST APIs
Built several projects from scratch and learnt exciting new
front-end technologies in the process.
Worked on learning things from the ground-up with the
goal of honing my skills as a front-end developer.
Contributed to the open source community on GitHub.
EXPERIENCE
Lynk Logistics August 2019 - Present
Software Engineer Chennai
Stack: React.js, Redux, SASS, REST APIs
Started as an independent contributor and lead the
front-end development efforts from the ground-up.
Overhauled the entire tech stack by introducing modern
frameworks, tooling and streamlined best practices across
front-end engineering.
Built SPAs with React and Redux with the latest hooks based
approach and architected 50+ reusable components which
are in active use across projects.
Strong knack for optimizing front-end performance to avoid
costly rerenders and gearing for high FPS.
Experimented with and iterated on several architectures and
libraries which lead to a scalable front-end.
Assessed the feasibility of UI/UX designs and translated
them into pixel-perfect implementations with responsive
principles in mind.
Driver Onboarding (link) - Built a portal in React
for Lynks Supply team to verify documents and
approve/reject drivers. This increased teams
efficiency leading to faster onboards.
Lynk Mart (link) - Built an MVP e-commerce site
in React/Redux that enabled Lynk to sell goods
to customers/retailers. This helped Lynk achieve
market traction during the lockdown.
Merlin (link) - Built a dashboard for Lynk users to
perform DaaS (Distribution-as-a-Service) activities. Made
10+ screens in React/Redux with features such
as viewing bills, order/stock tracking, etc.
https://www.linkedin.com/in/fatehak/
https://github.com/FatehAK
https://home.lynk.co.in/
https://www.behance.net/gallery/103777273/Offline-Trips
https://www.behance.net/gallery/103774567/Driver-Onboarding
https://www.behance.net/gallery/103773831/Lynk-Mart
https://www.behance.net/gallery/103777151/Merlin
https://navigo.netlify.com/
https://edufluence.herokuapp.com/
https://smartreads.netlify.com/
https://memrise.netlify.com/
https://github.com/FatehAK?tab=repositories
Version Control
SKILLS
FOCUS AREAS
Languages JavaScript (ES6+), HTML5/CSS3, SASS
Frameworks React, Redux, Vue, Next.js, Bootstrap, Node.js, Express, jQuery
Testing Jest, Enzyme, react-testing-library
Deployment Netlify, Heroku, AWS EC2
Tooling Gulp, Parcel, Docker, Webpack, Babel.js, Git, NPM, VSCode
Accessibility OOPS Browser CompatibilityResponsive Design
CERTIFICATIONS
Front-End Web Developer Nanodegree Modern Application Development
Udacity (Google Scholarship) August 2018 NPTEL Online Certification Elite Rank
Programming in C++
NPTEL Online Certification Elite Rank
JIRA Agile PWA Confluence
SEO
Unit Testing
Server Rendering
Dev Tools CI/CDBuild Tools Web Performance
ACHIEVEMENTS
Won 4x Lynk Stars Awards under the category ‘Going the extra mile for consistently delivering quality
software within tight deadlines.
Secured a scholarship from Google under Udacitys Nanodegree Program among 10K+ applicants.
Won the Udacity Project Challenge as part of the Nanodegree Program for developing the most
interactive and functional web applications.
Won the Academic Project award for my project ‘WebRTC P2P Learning in college.
</>
https://confirm.udacity.com/GTYAZFNR
https://nptel.ac.in/noc/E_Certificate/linkedin/noc17-cs06/NPTEL17CS0626240553FN.jpg
https://nptel.ac.in/noc/E_Certificate/linkedin/noc17-cs01/NPTEL17CS01S1471049.jpg
Fateh_Resume_Page_1
Fateh_Resume_Page_2
Rank 895: Resume 579 with similarity score 0.01005283041827028
Resume Text: BS work from home web development , css , deep learning , design , public , jquery , live , resume , arduino , django , website building , completion , assessment , events , app , python , javascript , html , online Assessment
Q1. Why should you be hired for this role?
I am very dedicated and passionate towards programming and web development. I know working for you will enhance my skills and help me in
exploring more.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for next three months from now.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9810499498
Sukrit Goyal
Delhi
Applied 07 Feb'21
CSS HTML JavaScript
Python jQuery
Senior Secondary XII, Science
Sachdeva Public School
CBSE BOARD board)
Year of completion: 2022
I try be a part of various activities and events conducted in my school. Thanks to my abilities I have received certificates.
Django
Pierian Data Inc., Online
Aug 2020 - Present
This course taught me a lot about website building, ideas for design, logic building
till date and I am still pursuing and exploring new things.
Online Web Polling App
Dec 2020 - Jan 2021
https://webware30.pythonanywhere.com/
The motive to develop this site was to communicate between a website and a desktop app. I successfully created a
desktop app that shows live number of polls received by the site. This may not be my best as I can do much better if I get a
chance!
In 9th standard, I learned Arduino along with C/C basics and created many cool projects like a robotic car which can be
controlled from anywhere through Wi-Fi. I had finished learning full stack web development and about to start deep learning.
https://webware30.pythonanywhere.com/
Rank 896: Resume 920 with similarity score 0.010026589726817362
Resume Text: B.E , MS , B.TECH , BS full stack developer , software engineer , full time , software developer react.js , web development , redux , jenkins , algorithms , css , designation , ug , vs , affirmative action , oracle , hindi , docker , cloud , authorization , english , bootstrap , status , spring boot , architecture , agile , sql , email , jpa , application , aws , hooks , new opportunities , continuous integration , cron , testing , rest , estimates , junit , design patterns , git , maven , languages , hibernate , pwa , es6 , management system , javascript , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a14…
https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a140113490a5d0f5… 1/2
Current Designation: Software Engineer
Current Company: Optum
Current Location: Gurgaon
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - System Programming
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Optum as Software Engineer
Jul 2019 to Till Date
Title: Payment Statement Application / Period: Since Jan'20
Technology Used: Spring Boot, Java, JavaScript, React JS, React-Redux, Oracle, Jenkins
Highlights:
Preparing a Single Page Application using Micro Service Architecture involving Agile methodology
Developing Scalable Backend Services following Design Patterns & Front End using ReactJS
Using Jenkins and Docker for Continuous Integration and Deployment
Creating unit tests using JUNIT and JEST
Altering the end product as PWA (Progressive Web App) and deployed it on Open Shift Cloud Platform
Developing & maintaining complete web portal & providing technical support to the team members
Participating in the design and coding of Software Applications
Providing scope, resource and time estimates for projects & also presenting it for testing and analysis
Team: Overpayment Recovery Management System (Jul'19-Dec'19)
Role:
Prepare cron jobs to Automate Daily Manual Tasks & Deployed all these cron Jobs on AWS cloud platform
Its saves around 90 hours per month manual effort
UG: B.Tech/B.E. (Computers) from Ajay Kumar Garg Engineering College in 2019
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
ARCHIT AGRAWAL
A enthusiastic software Engineer who is looking to new opportunities in the field of
Software Development , Backend Development , Web Development , Agile
methodologies and all .
Key Skills: software development, backend development, agile methodology, java, javascript, data structures, algorithms,
oop, design patterns, software engineering, sql, oracle, react.js, Spring
Summary
working as a software developer in Agile manner .Work as FULL Stack developer . Write REST services in Spring boot and
handle these services on UI by using REACT JS .
Backend - Spring boot , Java , JPA , hibernate
frontend- React, React Hooks , JavaScript , bootstrap , HTMl , CSS
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a14…
https://freesearch.naukri.com/preview/printResume?uname=fd7433c5db093337ad43cc7a550a4fcf5c55000248460e440447440e5400591f165a140113490a5d0f5… 2/2
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, Spring Boot, Hibernate 2 Year(s)
JavaScript ES6, ReactJS 1 Year(s)
Redux, Jenkins, Docker 1 Year(s)
SQL Oracle, Junit 2 Year(s)
Jest, Enzyme 2 Year(s)
Git, Maven, VS Code 2 Year(s)
Data Structures 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Proficient
Rank 897: Resume 1397 with similarity score 0.010019239605507348
Resume Text: BS project lead , salesforce developer , it professional , full time , team lead maintainability , reporting , functionality , spring mvc , api , optimization , spm , customer , access , classic , ease , designation , demand , scripting , ug , pay , profiles , x11 , aura , prototype , affirmative action , lightning , collaboration , linux , total cost of ownership , unix , custom objects , permissions , test cases , salesforce.com , authorization , cost savings , enterprise , status , licensing , email , project , perl , application , snapshot , market data , focus , provisioning , sap is , sprint planning , pl/sql , clearcase , components , c++ , middleware , building , pubs , framework , connectivity , business process , visualforce , product lines , rights , javascript , history , jira , organization , crm , tabs , business requirements , apex 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d10…
https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d105544450e555c… 1/3
Current Designation: Salesforce Developer
Current Company: TCS Consultant
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - ERP / CRM
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
TCS Consultant as Salesforce Developer
Feb 2014 to Till Date
TCS Consultant as Salesforce Developer
Jul 2007 to Feb 2014
Refinitiv Access is a new commercial framework in response to the increased customer demand for content and
liberalized usage rights as well as the need to reduce total cost of ownership across the customer's enterprise. ?This
model will suit larger customers that see value in having a more strategic relationship with Refinitiv, to work in close
collaboration to both drives down the cost of ownership for their whole market data operation as well as provide future
proofing for innovation and growth.
Refinitiv Access provides core content and capabilities across the organization at a single price.
PUBS (Pricing and Usage Billing System)
Integration for Refinitiv Access includes Billing and Provisioning. Billing integration for CPQ Orders with SAP is completed
as a part of R1. As part of R2, provisioning integration is targeted with AAA, PUBS and SPM via RASI as Middleware.
Orders would be of two types: Commercial Order (CPQ Order) and Provisioning Order.
PUBS(Pricing and Usage Billing System) is a licensing and permissioning system used primarily for permissioning of
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Sandeep Sapre
Salesforce Certified Salesforce Developer seeking roles in Salesforce
Development,Salesforce Implementation,Salesforce Administration,Salesforce
Configuration,Project Management,Salesforce CRM,APEX,Visualforce,Aura
Component,PL/SQL,Perl Scripting
Key Skills: Salesforce Developer,Project Lead,Salesforce Development,Salesforce Implementation,Salesforce
Administration,Salesforce Configuration,Project Management,Salesforce CRM,APEX,Visualforce,Aura
Component,PL/SQL,Perl Scripting,Spring MVC,SFDC
Summary
IT Professional with over 14 years of experience in IT Industry including 3 years of experience in Salesforce.com CRM platform.
Experience in Development, Administration, Configuration, Implementation and Support of Salesforce CRM based on Apex
language and leveraging Force.com Platform.
Proficient Knowledge in Salesforce Lightning UI, Lightning programming, Aura framework programming.
Worked extensively on Lightning component building, worked on many components to convert existing classic programming
work like Visualforce into Lightning components.
Proficient knowledge of Governor limits. Experience in optimization of existing code in accordance to the governor limits.
Experience in understanding business requirement to design the required entities like custom objects, creating the relationships
and junction objects.
Developed Apex classes using other platform-based technologies like Visualforce, Force.com IDE.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d10…
https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d105544450e555c… 2/3
DSS,DSS+ and Tick History products.
BMC: Benchmark Calculator is used to setup PUBS permissioning for BMC Quotes for Datascope Select. It replaced the
need for Sales Specialists to use PUBS directly in most cases.
On receiving request from BMC via PUBS Connect API, a document is created containing the user permissions for the
respective products for the set of users sent across.
Document: A document is a collection of set permissions which are given to users based on the product lines. For every
new install a new document gets created. Any amendment results in the creation of a child document with a look up to the
previous document as a parent in a hierarchical manner.
Company ID: A unique ID which a client can have based on a brand new contract created and are used to monitor the
usage of a client.
ONDEMAND SNAPSHOT BILLING
On-Demand is a chargeable capability that minimizes fee-liable data costs based on actual need rather than perceived
usage. This capability allows an administrator on the platform to identify a series of exchanges that will automatically be
entitled to a designated user upon their initial request for that content during a defined reporting cycle.
Each time a new cycle begins, all identified exchanges are cleared from the user's profile. If the user then accesses the
content again, the entitlement is then automatically re-enabled and billed for the next billing cycle.
The key to the cost savings realized by using On-Demand is based on how this information is reported to the exchanges.
Without On-Demand, an administrator must purchase a license to exchange in advance, and pays for that license whether
it is used or not.
With On-Demand, exchange fees are calculated by taking a snapshot billing of the client's active permissions on a specific
date within the reporting period. If a user's permissions are active on the snapshot date, then the client pays for that user.
By not turning on permissions until a user actually requests the data, On-Demand assures that unused permissions are
not enabled on the snapshot date thus reducing the number of users for which they have to pay.
ROLES AND RESPONSIBILITIES
Involved in gathering and analysis of business requirements and then effectively took
part in sprint planning to achieve the requirement.
Analysed the business process of client and then involved in creating the application
and data model required for the requirement.
Created custom application using Batch Apex, objects, tabs, fields with the custom functionality to
efficiently meet the business requirement.
Defined lookup and master-detail relationships on the objects and created junction objects to establish connectivity among
objects.
Customized page layouts for Opportunity, Contacts, and Accounts depending upon
user profiles and created permission sets where necessary.
Patni Consultant as Developer
Aug 2005 to Jun 2007
Bacchus X11 Implementation
SJM had developed an application for programming the pacemaker Device 1C and plans to renovate Device 1C
application with a modified user interface. As a part of this project, we analysed its design, developed new prototype and
implemented the software on the new device programmer. The main focus of this project was on maintainability and
extensibility of the developed application, which would facilitate ease of enhancements in the future.
ROLES AND RESPONSIBILITIES
Developing code in C++ as per the user case.
Developing unit test cases to test the functionality.
Providing timely updates to team lead for all the assigned activities.
UG: BCA (Computers) from Dr. Harisingh Gour University (HGU), Sagar in 2001
PG: MCA (Computers) from Dr. Harisingh Gour University (HGU), Sagar in 2004
Education
IT Skills
Skill Name Version Last Used Experience
SALESFORCE CRM
SALESFORCE.COM
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d10…
https://freesearch.naukri.com/preview/printResume?uname=e8be9dedda46f7a142a9b203605ba0a30c5e5f53424058405243140b5b08031e1a0d105544450e555c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Apex, Visualforce
JAVA
C++, C++ 11
PL/ SQL
PERL Scripting
JIRA
clearcase, svn
SPRING MVC
Unix / Linux
Rank 898: Resume 1136 with similarity score 0.009944667494540167
Resume Text: B.S , MS , BSC , BS system administrator , cisco certified network associate , cloud administrator , full time , network support , deputy manager , aws solution architect , balancer retail , general , migrating , virtual machines , computer networking , data center virtualization , people management , security , microsoft azure , designation , windows server , ug , vendors , mar , affirmative action , analytics , ticketing , uptime , hub , active directory , hindi , maintenance , ltd , gateway , ccna , authorization , english , iaas , teams , troubleshooting , formulas , status , email , record , project , cisco certified , groups , aws , application , amazon web services , solution architecture , mumbai , bengali , servers , kiosk , premises , resolve , connectivity , storage , router , languages , outlook express , vmware , wsus , system setup , copying , peripherals , one , cost management , system administration , javascript , network administration , cloud computing , root cause analysis , availability , load , food processing , it infrastructure management , backup and recovery , technology , firewalls , rice , entertainment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e14…
https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e145113135b0f0e5… 1/3
Current Designation: Deputy Manager, IT
Current Company: RICE Pvt. Ltd
Current Location: Kolkata
Pref. Location: Kolkata,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: Food Processing
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
RICE Pvt. Ltd as Deputy Manager, IT
Apr 2012 to Till Date
o Cloud operation engineer for implementation of azure infrastructure solution.
o Deploying and Managing Azure IAAS resources
o Working as Cloud Administrator on Microsoft Azure, involved in configuring virtual machines, storage accounts,
resource groups.
o Preparing template and automated Jobs as per client requirement through Azure power shell
o Providing and Configuring Backup and recovery solution for Cloud hosted VMs
o Migrating On premises Servers to Cloud
o Managing Azure AD
o Configuring Azure Network solutions.
o Providing end to end support (Infra) to all Cloud hosted Servers.
o Working as Cloud Administrator on Microsoft Azure, involved in configuring virtual machines, storage accounts,
resource groups.
o Remote login to Virtual Machines to troubleshoot, monitor and deploy applications.
o Using Power shell to write, debug scripts to automate the processes and do migration of VM, involving copying and
creating of VHDS.
o Migrate the virtual machines from one subscription to another subscription.
o Managing day to day activity of the cloud environment, supporting development teams with their requirements.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Dibyendu Paul
Deputy Manager, IT seeking roles in IT Infrastructure Management,Technical
Support,Computer Networking,System Analysis,Cloud Computing,Root Cause
Analysis,Firewall Management,Solution Architecture,Active Directory,Azure,AWS
Key Skills: Deputy Manager, IT,IT/Networking Manager,IT Infrastructure Management,Technical Support,Computer
Networking,System Analysis,Cloud Computing,Root Cause Analysis,Firewall Management,Solution Architecture,Active
Directory,Azure,AWS
Summary
Azure IAAS, Virtual Machine, Storage Account, Azure Site Recovery, Azure Backup and Restore, Availability Set / Zone, Azure
Active Directory, WSUS, OMS (Log Analytics), VNET & NSGs, Load Balancer, Application Gateway, S2S, P2S, ASR, Backup &
Restore, Onprem to Azure Migration, Cost management.
AWS Solution Architect Associates, VMWare Cloud Virtualization, MCP, CCNA Certified Professional with expertise in
Infrastructure Management, System Administration & People Management; gained experience by managing infrastructure
involving Virtualization, Servers, Network & Firewalls by deploying & troubleshooting systems & networks A technocrat with
exposure in managing projects on migration, maintenance, infrastructure development & technical support Track record of
directing corporate IT initiatives while participating in root cause analysis and implementation of infra solutions
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e14…
https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e145113135b0f0e5… 2/3
o Configuring OMS (Log Analytics).
o Creating Labs, Virtual Machines along with setting up policies and using Formulas and Custom Images to deploy the
network.
o Managing the ticketing system to resolve issues on the cloud environment with the cloud management third party
team.
Reliance Entertainment, BIGFlix Pvt, Ltd as System Administrator, Technology
Apr 2008 to Nov 2011
Directly responsible of any IT related issues in Kolkata city and also has to look other cities (Delhi and Chandigarh)
Maintain 100% uptime of LAN,WAN and Voice Connectivity for Regional HO and retail stores & Business Application
Planning & designing branch network and system setup with switch/hub, router.
Giving support of hardware/software level with minimal downtime without affective in business.
Project implementing and maintaining for existing and coming up branches in north-east region.
Providing Network Support & Security with Configuring Windows 2003 Server including DNS and Desktop.
Configuring Email Client.
Co-ordination with various IT vendors for uptime of IT equipment.
Installation & configure the KIOSK systems and application.
Home Solutions Retail (I), Ltd. (Future Group) as Executive, IT
Jan 2007 to Mar 2008
Extended solutions for Network, Hardware, Software and OS related issues.
Managed installations & Troubleshooting of PCs, Printers, and Peripherals.
Remotely controlled, managed & monitored clients.
Efficiently handled escalations as well as every sort of User Desktop and Software related problems.
Overtook configurations of mailing clients (Outlook Express, MS Outlook).
Successfully co-ordinated with the vendors to ensure timely maintenance support.
RCL Cements Ltd as Junior System Executive
Apr 2005 to Jan 2007
Extended solutions for Network, Hardware, Software and OS related issues.
Managed installations & Troubleshooting of PCs, Printers, and Peripherals
UG: B.Sc (Honors) from Calcutta University in 2002
PG: PG Diploma (Computers) from DOEACC SOCIETY, DELHI in 2008
Other Qualifications/Certifications/Programs:
DOEACC A Level
AWS Solution Architect Associate
VMware Certified Associate Cloud & VMware Certified Associate Data Center Virtualization
Cisco Certified Network Associate
Microsoft Certified Professional
Education
IT Skills
Skill Name Version Last Used Experience
AMAZON Web Services 2019 1 Year(s) 7 Month(s)
WINDOWS SERVER 2016 2020 2 Year(s) 0 Month(s)
Microsoft Azure 2020 2 Year(s) 3 Month(s)
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e14…
https://freesearch.naukri.com/preview/printResume?uname=bc7b2f64a96368e5871f4cbdc15a8ede5b580f074d165b100b10420a5b5d044e110e145113135b0f0e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 899: Resume 739 with similarity score 0.009905142491735018
Resume Text: B.E , MS , B.TECH , M.TECH technology manager , technical architect , senior principal , principal engineer , devops , product development , full time , part time , vp training , quartz , customer , security , angular , docker , design documents , status , product management , product delivery , continuous integration , xml , apache spark , components , features , infrastructure , hazelcast , sql server , suite , pipeline , ansible , upgradation , turn , devops , interfaces , kubernetes , designation , mar , deliverables , hindi , cloud , api testing , json , english , troubleshooting , microservices , intellectual capital , architecting , performance tuning , rest , strategy , sonarqube , javascript , hadoop , ldap , html , scrum , team management , fusion , product requirements , affirmative action , oracle , project plans , collaboration , maintenance , kafka , technology leadership , architecture , software testing , timelines , email , jpa , aws , project delivery , operations , github , junit , maven , languages , hibernate , big data , hive , cisco , zephyr , cassandra , management system , jira , engineers , search , test coverage , contractors , apps , database , agile methodologies , ajax , jenkins , css , nosql , toplink , authentication , revenue , authorization , teams , enterprise , spring boot , scalability , application , less , savings , led , debugging , kannada , selenium , bamboo , hbase , refactoring , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b14…
https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b145011150b5d09… 1/3
Current Designation: Senior Technology Manager
Current Company: SmartBear
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
SmartBear as Senior Technology Manager
May 2018 to Till Date
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Dinesh BT
** Immediate Joinee **
Currently Seeking Suitable Senior Technology Leadership role in Software
Development/Management, Architecting and design that will effectively utilize acquired
technical skills and abilities in leading projects.
Key Skills: Leadership & Team Management, Architecture, Design, Development, Java, J2EE, Spring, Spring boot,
Hibernate, Restful Services, Microservices, Elastic Search, NoSQL, AWS, Big Data, Agile Methodology, Project Delivery,
Performance Tuning, SQL Database
Summary
18+ years of experience in Software
Development /Management,
System Analysis & Design, System
Architecting, System Integration of
Java & J2EE based applications.
Leading cross-functional teams to
effectively manage multi-million
dollar portfolios & successfully
execute multiple projects.
Hands on Design, Development,
Debugging , Monitoring,
Troubleshooting and Performance
Tuning. Proficient in providing
direction, leadership & motivation
to ensure that teams perform to the
best of their abilities & deliver
Driven CI/CD, DevOps and Agile
Process methodologies.
Currently Seeking Suitable Senior
Technology Leadership role in
Software Development/
Management, Architecting and
design that will effectively utilize
acquired technical skills and abilities
in leading projects.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b14…
https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b145011150b5d09… 2/3
SmartBear is a US based software company that delivers tools for application performance
monitoring, software development, software testing, API Testing and API Management.
Product Delivery
Consistently Delivered Highly scalable and performance based architectural
solutions for the product.
Driven the project deliverables with Definition of Done (DOD) resulting in 1 P1
defects in sprint agile development.
Delivered product features on time due to Continuous Integration (CI) and
Continuous deployment (CD) in place with 90% Unit Test coverage and 85%
Integration test suite coverage.
Demonstrated the system Design, Architecture & components, Non-functional
requirements to the potential prospects in turn resulted in winning multiple
customers for the product.
Designed and delivered Zephyr Enterprise the next generation test
management system product.
Designed multi-tier architecture involving external systems integration of
CROWD, LDAP,SSO for Authentication, JIRA Server, Jenkins, Bamboo, Selenium,
Junit, REST Services & Webhooks etc.,
Defined & Designed the product migration and upgradation strategy.
Implementation of Enterprise product using Angular 7, NodeJS, Spring & Spring
boot, Elasticsearch(ELK), Quartz, Hazelcast, REST.
Worked and Trained on customer environment application Performance
tunings by analyzing heap dump, thread dump and jfr. Integration of Datadog
software tool for performance monitoring.
Spearheaded Initiatives around Agile process, CI/CD pipeline using Jenkins,
Bamboo and SonarQube Integration.
Designed, Developed and driven multiple Spring boot based Microservices and
deployed them to AWS Cloud infrastructure using terraform.
Own the end-to-end responsibility for delivering the product and services to the
Customer.
Development of project plans and execute against them in a Scrum
environment
Executed the Agile Methodology for the development and responsible for
driving the same.
Cross collaboration with Product Management, Support Engineering and Sales
Team.
Led a team of 30 + engineers consisting of Development, Contractors and QA.
Product revenue increase by 150% as the product features released on time with
quality by adapting CI/CD process.
Addressed Customer production environment performance issues which
resulted in renewing the contract of 5M in annual revenue.
Ensured no leakages of security issues and 0 P1 defects with automated
processes.
Achieved high rate of performance and quality in the product with page
performance SLAs
Oracle as Senior Principal Engineer
Sep 2013 to Feb 2018
Achievements
Responsible for Design, Architecture, Development & performance tuning of
fusion apps application modules.
Led a team of 10+ engineers to execute application design, development,
release management, performance tuning& operations strategy.
Executed Agile methodologies and processes to support the development and
training with cross-functional teams.
Lead various initiatives such as developing components, templates, workflows
and integration with various external systems.
Interfaced with senior leadership to define product requirements, develop and
implement project plans, and manage project timelines.
Involved in analyzing production performance, scalability issues and cost
savings.
Contributed in the deployment architecture refactoring effort.
Cisco Systems as Technical Architect
Dec 2007 to Aug 2013
Responsible for Architecting, Designing and Development of smart services
products.
Implemented Cisco Smart Services products which are software-enabled
services that deliver automated, actionable network insights. Intelligent
monitoring and collection, captures information at the device, network,
operation, and application levels; that data is correlated and analyzed against
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b14…
https://freesearch.naukri.com/preview/printResume?uname=1b3716539c7ebb0f7d5f240d6808cecb595a0b5049470c130247480d0b5f564f145b145011150b5d09… 3/3
Cisco intellectual capital.
Cross team collaboration for integrating smart services products where in
each team needs to expose service interfaces.
Monitored end-to-end lifecycle of multitenant projects, from conceptualization
to implementation & successful delivery.
Provided technical support on customer issues, improvements on
performance improvements.
Led a technical team of 8 Engineers for product development and execution.
Interfaced with senior leadership to define product requirements, Infrastructure
requirements.
Created Architectural and Design Documents for smart services products.
UG: B.Tech/B.E. (Mechanical) from Kalpataru Institute of Technology, BANGALORE University in 1999
PG: M.Tech (Computers) from Birla Institute of Technology and Science (BITS), Pilani in 2006
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, Scala, HTML/CSS, Jboss
Servlet, JSP, AJAX, Angular2, NodeJS
Hibernate, Toplink, JPA, SQL Server
Apache Spark, Cassandra, Ant, Maven
Kubernetes, Hadoop, HBase, Pig, Hive
Ansible, XML, XSD, XML/JSON
CI/CD, Jenkins, Bamboo, Kafka,
Docker, JIRA, GitHub, Sonarqube
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 900: Resume 519 with similarity score 0.009898195920482012
Resume Text: B.TECH , BS work from home , machine learning intern web development , segmentation , internships , deep learning , mar , public , heroku , progression , pandas , coursera , c programming , vast , computer vision , characters , range , resume , paper , github , electronics , android , java , internet of things , machine learning , opencv , framework , flask , completion , word , assessment , app , python , object detection , lung , technology , working experience , online Assessment
Q1. Why should you be hired for this role?
I had a vast experience in the deep learning especially in the computer vision. I done lot's of projects in computer vision using framework like
TensorFlow, PyTorch, OpenCV and had a working experience in Java , Python and Flask. My projects range from object detection to attention
model and cover almost all advance field of computer vision. Along with this I had an ample amount of theoretical knowledge of deep learning.I
also deployed the Deep Learning model on public server using Heroku. With all the practical and theoretical knowledge I also have deep learning
specialization certification which makes me the perfect candidate for this profile.
GitHub profile- https://github.com/sauravakolia
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for 3 months duration.
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
Saurav Akolia
Delhi
Applied 08 Feb'21
Computer Vision Python Deep Learning
C Programming Data Structures Flask
Java Machine Learning OpenCV
Heroku
Bachelor of Technology B.Tech), Electronics and Communication
Bharti Vidyapeeth College Of Engineering
2016 - 2020
CGPA 7.30/10
Senior Secondary XII, Science
Kendriya Vidyalaya Shalimar Bagh
CBSE board)
Year of completion: 2015
Percentage: 80.00%
Secondary X
Kendriya Vidyalaya Shalimar Bagh
CBSE board)
Year of completion: 2013
CGPA 9.40/10
Machine Learning Intern
Grroom, Virtual
Jan 2021 - Feb 2021
Worked as a machine learning intern. Developed object detection model.
Web Development
FICCI, Delhi
Jun 2019 - Jul 2019
Worked on backend using falsk
Deep Learning Specialization
Coursera, Online
Jan 2020 - May 2020
Internet Of Things
Kitsnspare, Delhi
Dec 2018 - Jan 2019
PROJECTS
CONTACT Phone: 91 8826034167
Machine Learning
Eckovation, Delhi
Jun 2018 - Jul 2018
Data Structures
coding blocks, Delhi
Dec 2017 - Apr 2018
Data Structure and Algorithm In Java
Virtual Makeup
Feb 2021 - Feb 2021
https://github.com/sauravakolia/VirtualMakeup
Apply makeup such as Hair colors and Lipsticks using facial Segmentation.
License plate reader
Dec 2020 - Dec 2020
https://github.com/sauravakolia/License_Plate_Reader
Detect and read the license plate of vehicle using object detection and OCR.
Pulmonary Fibrosis Progression
Aug 2020 - Oct 2020
https://github.com/sauravakolia/OSICPulmonary-
Predicts a patients severity of decline in lung function based on a CT scan of their lungs.
Word Formatter
Aug 2020 - Aug 2020
https://github.com/sauravakolia/WordFormatter
Uses Attention Model for changing the date format to machine readable format YYYYMMDD.
Object Detection App
Jul 2020 - Jul 2020
https://github.com/sauravakolia/ObjectDetectionAndroidApp
Android app for detecting the object.
Object Detection app
Jun 2020 - Jun 2020
https://github.com/sauravakolia/ObjectDetectionAndroidApp
Object Detection android detection
Emotion Detection Of Cartoon Characters
Apr 2020 - May 2020
https://github.com/sauravakolia/Emotion-Detection-Of-Cartoons
Detect the emotions of Tom and Jerry cartoon characters.
Object Detection Of Tom And Jerry
Apr 2020 - Apr 2020
https://github.com/sauravakolia/Object-Detection-Of-Cartoons-Character
Detect the Tom and Jerry faces using yolov3
Rock Paper Scissor Game
Apr 2020 - Apr 2020
https://github.com/sauravakolia/RockPaperScissor
Computer play the Rock paper and scissors game using opencv
Flappy Bird Game
Mar 2020 - Mar 2020
https://github.com/sauravakolia/FlappyBird
Flappy Bird play the game itself using NEAT algorithm.
Pandas and Kolas Detector
Feb 2019 - Feb 2019
https://github.com/sauravakolia/pandas_kolas_detector
Detect pandas and kolas based upon the input image
https://github.com/sauravakolia/VirtualMakeup
https://github.com/sauravakolia/License_Plate_Reader
https://github.com/sauravakolia/OSIC-Pulmonary-
https://github.com/sauravakolia/WordFormatter
https://github.com/sauravakolia/ObjectDetectionAndroidApp
https://github.com/sauravakolia/ObjectDetectionAndroidApp
https://github.com/sauravakolia/Emotion-Detection-Of-Cartoons
https://github.com/sauravakolia/Object-Detection-Of-Cartoons-Character
https://github.com/sauravakolia/RockPaperScissor
https://github.com/sauravakolia/FlappyBird
https://github.com/sauravakolia/pandas_kolas_detector
Rank 901: Resume 1531 with similarity score 0.009888426784510337
Resume Text: B.S , MS , BS full time ecommerce , magento , designation , ug , office , affirmative action , assembly , logistics management , hindi , ltd , product categories , internet , authorization , english , modifications , status , excel , email , packing , store , mumbai , operations , purchase management , team coordination , order processing , languages , supply chain , e-commerce , procurement , amazon , client requirements , word , it , javascript , ebay , html , powerpoint 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842…
https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842551144090b5c… 1/2
Current Designation: Senior Operation Executive
Current Company: Namdeo Umaji Agritech (I) Pvt. Ltd.
(UGAOO.COM)
Current Location: Pune
Pref. Location: Aurangabad,Mumbai,Pune
Functional Area: Purchase / Logistics / Supply Chain
Role: Logistics Exec.
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 9 Month(s)
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Namdeo Umaji Agritech (I) Pvt. Ltd.(UGAOO.COM) as Senior Operation Executive
Apr 2017 to Till Date
Location : Pune
EXPERIENCE IN E-COMMERCE :
Management of Inventory, Warehouse Stock, Logistics, Purchase.
Uploading product on Magento, Flipkart, Amazon, Pepperfry, Snapdeal, Shopclues and Ebay.
Modifications in product categories according to customers point of view.
ERP integration like as Unicommerce, Vinculum
PAMAC FINSERVE PVT LTD as Operation Executive
Sep 2015 to Oct 2016
Location : Aurangabad
RESPONSIBILITIES:
Managing Order Processing and Order Packing.
Product Uploading on Website and Channels.
Creating Purchase Order and follow up.
Deciding product pricing on website.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Sharad S. Pawar
Senior Operation Executive seeking assignment in Supply Chain
Management,Procurement Management,Vendor Development,Material
Management,Logistics Management,Purchase Management,Warehouse
Operations,Store Management,Inventory Management,Purchase Order
Key Skills: Senior Operation Executive,Logistics Executive,Supply Chain Management,Procurement Management,Vendor
Development,Material Management,Logistics Management,Purchase Management,Warehouse Operations,Store
Management,Inventory Management,Purchase Order
Summary
Around 2 years and 5 months in Operation Management, Product Update, Inventory Management, Purchase, working on ERP.
Hands on experience in Software like Magento, Amazon Seller Panel, Flipkart Seller Panel.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842…
https://freesearch.naukri.com/preview/printResume?uname=b14ed4be561339d1ecf184da73287e19505b0955181258170712465e5c01524f105842551144090b5c… 2/2
Resolving customers' problems like product assembly and their use.
Managing Inventory on different channels.
Implementing new processes of order processing and packing techniques.
Checking logistics bills.
Client Communication and Meetings with them.
Understanding Client requirements and implement it.
Team Coordination.
UG: B.Sc (Computers) from Vivekanand College, Aurangabad. in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ERP Uniware, Venuculam
HTML JAVA
MS office (word, excel,powerpoint)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 902: Resume 453 with similarity score 0.009841827085830876
Resume Text: MS , BS nan completion , word , assessment , import , resume , internships , dreamweaver , lal , web , adobe photoshop , excel , commerce , mar , export , teaching Assessment
Q1. Why should you be hired for this role?
I am having 1 year experience in MS Excel and MS Word
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, i am available for next 3 months...
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
CONTACT Phone: 91 8839796615
Rishita Jain
Bhopal
Applied 28 Jan'21
Adobe Dreamweaver Adobe Photoshop
MBA, Commerce
Barkatullah University
2019 - 2021
Bachelor of Business Administration B.B.A.), Commerce
Jawahar Lal Nehru P.G. College
2016 - 2019
Senior Secondary XII, Commerce
Bhopal Girl's School
CBSE board)
Year of completion: 2016
Secondary X
Bhopal Girl's School
CBSE board)
Year of completion: 2014
Teaching
Pretty Petals School, Bhopal
Jun 2016 - Jan 2017
Export Import
JEE BEE IMPEX, Morbi
Mar 2019 - Mar 2019
Web Designing
IANT, Bhopal
Aug 2018 - Aug 2019
Rank 903: Resume 1073 with similarity score 0.0098370265727247
Resume Text: B.E , MS , B.TECH , BS solutions architect , associate , project engineer , change management , full time , senior analyst automation , blocking , on-call support , computing , access , kubernetes , security , designation , connect , versioning , user management , ug , affirmative action , information technology , hindi , databases , docker , scratch , linux system administration , hub , ami , cluster , gateway , windows , apache , cli , internet , english , troubleshooting , authorization , status , email , project , store , groups , aws , swap , servicenow , yum , problem management , application , peering , amazon rds , ecs , change management , s3 , servers , git , pod , ec2 , storage , replication , languages , itil , ssh , assessment , python , javascript , jira , amazon cloudfront , network administration , orchestration , disk , folders 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f12…
https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f120b1143500f5f5… 1/3
Current Designation: AWS Administrator
Current Company: HCL Technologies
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Gurgaon,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
HCL Technologies as AWS Administrator
Oct 2015 to Till Date
Experience in respect to AWS
Experience in working on AWS and its services like AWS IAM, VPC, EC2, ECS, EBS, RDS, S3, Lambda, ELB, Auto
Scaling, Route 53, Cloud Front, Cloud Watch, Cloud Trail, SQS, and SNS.
Working on Linux System Admin.
Experienced in Cloud automation using AWS Cloud Formation templates to create custom sized VPC, subnets, NAT, EC2
instances, ELB and Security groups
Experienced in creating complex IAM policies, Roles and user management for delegated access within AWS
Understanding of EC2 storage and S3 storage, EC2 networking and deploying an EC2 linux instance.
Adding an Elastic IP to Linux instance, Allowing Network Access, connecting to Linux instance using ssh
adding a new disk, adding a swap and moving file to EC2 instance.
Created folders in buckets and adding objects to buckets and folders and adding permission to S3 storage.
Configured an S3 bucket for hosting website, versioning control etc.
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, Security Groups, RDS and IAM).
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Setup/Managing VPC, Subnets; make the connection between different zones; Blocking suspicious ip/subnet via ACL.
Setup/Managing CDN on Amazon CloudFront ( Origin Path: Server / S3) to improve site
Create/Managing buckets on S3 (CLI) and store db and logs backup, upload images for CDN serve.
Setup/Managing Databases on Amazon RDS. Monitoring servers through Amazon CloudWatch, SNS.
-Worked on VPC, Subnets,,NAT gateway ,Internet Gateway Blocking suspicious ip /subnet via NACL.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Santosh Kumar Singh
AWS and Linux Administration with 3 year of experience and total experience 4.6 in IT
I am on notice period
Key Skills: Linux System Administration,Incident Management,Change Management,Jira,ServiceNow,Cloud
Watch,CloudTrail,SNS,SQS,AWS EC2,Cloud Computing,Yum,DNS,DHCP,Python,Docker,Kubernetes,AWS Cloud
watch,AWS Cloud formation,Senior Analyst AWS Administrator
Summary
Having 4.6 Years of work experience as AWS Admin(IAAS) and Linux System Administration overall experience related to IT
4.6
Analytical, Monitoring, Troubleshooting and Organizational Skills
Assessment Planning and Implementation Abilities
Capable of working under pressures and achieving deadlines
ITIL knowledge (incident, change and problem management ) and tools (Service Now).
Provide On-Call Support in heterogeneous environment
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f12…
https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f120b1143500f5f5… 2/3
VPC peering, Direct connect, Lambda Function and many more.
Configured a CloudWatch logs and Alarms.
Working on ECS and EKS Cluster.
Working on Beanstalk to deploying the application.
Installation and setting up Kubernetes cluster on AWS manually from scratch
Installation Docker
Hands-on knowledge Docker and Kubernetes
Hands-on knowledge of creating docker image and uploading in tot the docker hub.
Good hands on knowledge on Kubernetes for the orchestration of the container.
Hands-on knowledge of Kubernetes managing and creating pod, Replication control, replica set deployment, Services etc.
UG: B.Tech/B.E. (Information Technology) from Uttar Pradesh Technical University (UPTU) in 2013
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect - Associate
Education
IT Skills
Skill Name Version Last Used Experience
EC2, ELB, VPC, S3
Cloud Front, IAM, RDS
CLOUDWATCH
CloudTrail , SNS, SQS
Lambda, Beanstalk
Linux 6/7, Windows 2012, 2016
GIT
APACHE
AWS RDS
Jira, ServiceNow
DOCKER
Kubernetes
Python
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Project Engineer
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f12…
https://freesearch.naukri.com/preview/printResume?uname=72a344b929c523275bcc838dc75a68125d5f5b50484500160515155a585f544c130f120b1143500f5f5… 3/3
Nature of Employment: Full Time Duration: Oct 2015 - Oct 2020
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Client: Johnson & Johnson
Project Details:
Experience in working on AWS and its services like AWS IAM, VPC, EC2, ECS, EBS, RDS, S3, Lambda, ELB, Auto Scaling,
Route 53, Cloud Front, Cloud Watch, Cloud Trail, SQS, and SNS.
Experienced in Cloud automation using AWS Cloud Formation templates to create custom sized VPC, subnets, NAT, EC2
instances, ELB and Security groups
Experienced in creating complex IAM policies, Roles and user management for delegated access within AWS
Understanding of EC2 storage and S3 storage, EC2 networking and deploying an EC2 linux instance.
Adding an Elastic IP to Linux instance, Allowing Network Access, connecting to Linux instance using ssh
adding a new disk, adding a swap and moving file to EC2 instance.
Created folders in buckets and adding objects to buckets and folders and adding permission to S3 storage.
Configured an S3 bucket for hosting website, versioning control etc.
Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, Security Groups, RDS
Rank 904: Resume 8 with similarity score 0.009836648363925908
Resume Text: BTECH , B.TECH work from home , partner sunrise , api , authentication , secondary education , firebase , player , retrofit , pattern , google , kotlin , working from home , iit , resume , android , github , java , youtube , completion , assessment , app , history , search , web , technology , civil engineering , persistence Assessment
Q1. Why should you be hired for this role?
Hello Sir/Madam
I am Ankit from IIT Roorkee BTech 4th year. I am highly interested in android and working in a startup.
I am a fast and dedicated learner. Just need a chance.
My resume: https://bit.ly/2MiKO2K
Thank You
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months and start immediately, working from home. I want to work flexible hours.
Resume
EDUCAT ION
PROJECTS
ANKIT KUMAR RACHHOYA
Roorkee
Applied 02 Jan'21
Android Kotlin Firebase
GitHub Java
Bachelor of Technology B.Tech), Civil Engineering
Indian Institute Of Technology Roorkee
2017 - 2021
Senior Secondary XII, Science
Sunrise Acdemy
RAJASTHAN BOARD OF SECONDARY EDUCATION board)
Year of completion: 2016
Percentage: 86.00%
Secondary X
SUNRISE ACADEMY
RAJASTHAN BOARD OF SECONDARY EDUCATION board)
Year of completion: 2014
Percentage: 83.00%
SpoTube/ a youtube audio player
Nov 2020 - Dec 2020
https://github.com/kumarankitiitr/SpoTube/tree/master
Search result using youtube data API
Extract audio URL using youtube-dl
Play sound using exoplayer
Offline download using simpleCache
Room persistence library, dagger-hilt, and MVVM Pattern
News App / news app taking data from news api
Oct 2020 - Oct 2020
https://github.com/kumarankitiitr/NewsApp/tree/master
Fetching data from news API using retrofit
Each news shows in a web-view
Offline saving using the Room persistence library
MVVM pattern
NoQ Partner / admin app for NoQ
Apr 2020 - Jun 2020
https://github.com/kumarankitiitr/NoQPartner
https://github.com/kumarankitiitr/SpoTube/tree/master
https://github.com/kumarankitiitr/NewsApp/tree/master
https://github.com/kumarankitiitr/NoQ-Partner
CONTACT Phone: 91 7302202034
admin app for NoQ (for the canteens or restaurants)
Connected to NoQ using firebase firestore.
Google sign in using firebase authentication
NoQ/ food ordering app
Feb 2020 - May 2020
https://play.google.com/store/apps/details?id=in.programy.noq
An app for restaurants
Order from the menu of the list of restaurants
payment using UPI
Track orders in InQ and History section
firebase firestore, google sign in using firebase authentication
https://play.google.com/store/apps/details?id=in.programy.noq
Rank 905: Resume 737 with similarity score 0.009835362056662165
Resume Text: B.E , MS , B.TECH , BS software engineer developer , project lead , software developer , product development , senior software engineer , full time , java developer award , core java , cricket , algorithms , conducting , addition , linux , status , specifications , aperture , bitbucket , writing , components , project work , hazelcast , broadcast , spring framework , elasticsearch , digital video , interfaces , designation , data transfer , mar , deliverables , web services , hindi , ltd , windows , avs , json , english , protection , screens , agile , mongodb , provisioning , processing , encoding , fixing , rest , documentation , javascript , technology , hadoop , reporting , general , healthcare , project teams , developers , e2e , affirmative action , oracle , mysql , maintenance , jquery , email , jpa , tomcat , aws , software business , sports , star , bengali , new features , junit , unit testing , maven , software requirements , languages , multithreading , console , hibernate , amazon , jira , testers , sonar , sdk , cloud services , online , ajax , api , jenkins , ug , toad , compass , authorization , business value , video services , spring boot , jax-ws , application , modular , devices , soapui , adherence , broadband , electronics , gaming , drools , led , s3 , storage , preparation , agents , hbase , software design , reviews , eclipse , database queries 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 1/4
Current Designation: Senior Software Engineer Developer
Current Company: Aperture Health
Current Location: Hyderabad / Secunderabad
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in West India
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Aperture Health as Senior Software Engineer Developer
Sep 2018 to Till Date
Deputation: Optum Sep 18 to Jul 19, Aperture Jul 19 to Till Date
Clients: Internal Downstream Clients
Technologies & Tools: Java/J2ee, Spring, REST Services, Junit, Tomcat, Hadoop HBase, Elasticsearch, Jenkins, Git,
Amazon AWS
Key Result Areas:
? Analyzing the user needs and software requirements for determining feasibility of design within time and cost
constraints; consulting with customers/clients about software system design and maintenance
? Conducting system study and coordinating with team members for product documentation, system design & integration,
coding, application maintenance
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
JAGANNATH BURMAN
A goal-oriented professional, offering 8.7 years of experience in Software
Development. Proven competencies at all phases of SDLC, which includes
Requirement, Design, Analysis, Coding,Testing,Code Reviews, Implementation and
end-to-end.
Key Skills: Java,J2ee,Core Java,Spring,Data Structures,Algorithms,Web Services,Design
Patterns,AWS,MongoDB,Oracle,Hibernate,Agile,ExtJS,Java Developer,Spring Boot,full stack,Hadoop,Multithreading,Big
Data,Elastic Search,HBase
Summary
A goal-oriented professional, offering 8.7 years of experience in Software Development
Extensive project management & governance experience, proficient in grasping the big picture, conceptualizing, developing,
implementing solutions, partnering closely with business leaders & stakeholders to achieve higher levels of efficiency and
effectiveness.
Participated in various phases of SDLC right from requirement analysis, effort estimation, coding & testing (preparation of test
cases along with implementation) for maintaining the quality of proposed applications
Proficient in directing project teams and maintaining high-quality deliverables within time and budgetary parameters
Experienced in contributing actively throughout the development phase by tracking technical issues and solving problems
especially for the issues spanning across multiple programs
Delivering the project as per scheduled deadlines and extending assistance in post-implementation and maintenance
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 2/4
-->Identifying defects, questionable functions, errors, and inconsistencies in software program functions, outputs, online
screens, and content for the betterment of the development process
-->Interacting with team members for ensuring smooth progress of project work; ensuring adherence to quality norms
throughout the implementation process
-->Recognizing documents related to components and maintaining detailed study of the same as per the product changes,
by getting in touch with the product developers
-->Providing post-implementation, application maintenance and enhancement support to the client with regards to the
product / software application
Highlights:
-->Participated in product migration in AWS
-->Completed POC in AWS S3 data transfer using AWS java SDK
-->Updated various webservices so that it will work in new AWS environment
-->Participated and led the team in Hackathon 2020 and won the Award for Best Business Value
J P Morgan Chase & Co as Senior Software Engineer
Nov 2016 to Sep 2018
Project Description:
SmartProxy is a strategic platform to reduce vendor(Bloomberg) data costs and allocate costs based on usage.
Clients: Internal downstream clients
Technologies: Core Java, Spring-Boot, MongoDB, Java MongoClient Api, Oracle, AmazonS3 Storage Services,
GAIA/Neptune(Cloud Services), JDBC, Hazelcast, Qpid queue
Tools: JIRA, Control-m, Junit, Git, BitBucket, Mongodb compass
Responsibilities:
As a Software Engineer, I am responsible for designing, documentation, development, testing, deploying components
- POC for ESMA services and GAIA/NEPTUNE jpmc internal cloud services
- Responsible for fixing all the bugs found during testing phase, analyse the issues created after testing and ensure
smooth implementation of the project. Follow up till error is solved in addition to writing database queries.
- Understand the existing code, documentation of technical specifications and coding and testing of new requirements. Co-
ordinate with module lead/project lead/onsite team for clarifications and documentation support.
- Participated in reviews of the code developed by the other team members.
Accenture Services Pvt Ltd. as Java Developer
Jul 2014 to Nov 2016
Project Description:
Accenture Video Solution (AVS) is a product developed by the Accenture Software business unit. AVS is based on
standard interfaces and selected best-in-class technologies, with the purpose of delivering broadband and broadcast video
services to consumers anytime, anywhere and in a seamless manner on any IP-enabled device. AVS is a Pre-integrated
solution that supports multiple devices (e.g. STB, PC, Tablet, gaming console, TV). Thanks to standard and open
interfaces, it is possible to easily implement new features and integrate AVS with other devices and existing external
systems. AVS enables E2E delivery of video services including content lifecycle (ingestion, protection, encoding and
streaming) and user lifecycle (provisioning, billing, and monitoring and reporting). AVS is a modular product composed of
applications/plug-ins that works on top of backend core modules. AVS provides a digital video E2E solution for start-up
initiatives and, due to its modularity, can also be easily integrated with existing backend capabilities or devices.
Clients : Star Sports, Cricket Australia, MediaSet, HotStar
Technologies : Java, Web-services (SOAP, REST), JPA, JSF, MySql, JBoss, Tomcat 7
Responsibilities:
As a Software Engineer, I was responsible for designing, documentation and development of newer components,
enhancements in SDP and PORTAL-BE modules using Hibernate, Web Services (REST and SOAP), JSF, POC of
technologies.
Designed and developed web-service modules using REST (JAX-RS) and SOAP (JAX-WS)
POC for modules in SDP and VCC
Responsible for fixing all the bugs reported by the testers, analyze the issues created after testing and ensure smooth
implementation of the project. Follow up till error is solved in addition to writing database queries.
Understand the existing code, documentation of technical specifications and coding and testing of new requirements. Co-
ordinate with module lead/project lead/onsite team for clarifications and documentation support.
Participated in reviews of the code developed by the other team members.
Highradius Technologies Pvt Ltd. as Java Developer
May 2012 to Jul 2014
Project Description:
HighRadius Deductions Cloud enables a proactive deduction management operation. The solution streamlines
processing, shortens resolution cycle time, reduces processing costs, and increases recovery rates on invalid deductions.
A cloud-based solution available as Software-as-a-Service, Deductions Cloud is easy and cost-effective to deploy and
maintain.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 3/4
Clients : Hormel Foods, AEP Industries, Navarre Corporation, BrightStar
Technologies : JDK1.7, Struts2.0, Spring3.0, Hibernate3.3, ExtJs3.4, MySql, Tomcat 7, Drools
Responsibilities:
As a Software Engineer I was Responsible for software design, development, enhancements, component integration and
maintenance.
Done various enhancements and new features to the application
Have done various performance enhancements to project
Developed various scheduled agents and rule components using Drools.
Developed DAOs interfaces for hibernate to interact with the database
Performed Unit testing for the modules
Investigate, locate and fixed coding defects in Production environment
Have taken session for Good Programming Practice
Have taken sessions on different modules of Spring Framework for trainees
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2008
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA, J2EE 2020 8 Year(s)
Hibernate, Spring, Spring Boot
Restful (JAX-RS), SOAP (JAX-WS), JSON
Data Structures
ALGORITHMS
MongoDB, Oracle, MYSQL, Hadoop
Drools, AWS
JIRA, Git, BitBucket, SVN,Maven, Eclipse
Jenkins, sonar, control-m, SoapUI, MAT
Toad, Hazelcast, Qpid queue
WINDOWS, LINUX
ExtJs, JSF, Java Script, Ajax, JQuery
Tomcat, Jboss, JUNIT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Oriya
Projects
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b11…
https://freesearch.naukri.com/preview/printResume?uname=bb2d81642b46530aee417906bf6b4fda5d080f544d420a420b1441515b0b594b160b110747150e0800… 4/4
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Sep 2018 - Till Date
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: hyderabad
Role: Sr. Programmer
Duration: Nov 2016 - Sep 2018
Onsite / Offsite: Offsite
Team Size: 10
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Programmer
Duration: Jul 2014 - Nov 2016
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Hyderbad
Role: Programmer
Duration: May 2012 - Jul 2014
Onsite / Offsite: Offsite
Team Size: 15
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Intelligent Directory
Client: Internal clients
Skill Used: Java, J2ee, Spring, REST Services, Junit, Tomcat, HBase, Elasticsearch, Jenkins, Git, Amazon AWS
Role Description: As a Software Engineer, facilitated designing, documentation, development, testing, deploying components
.Responsible for fixing all the bugs found during testing phase, analyze the issues created after testing and ensure smooth
implementation.
Project Details: Design and development of software features for a cloud software product providing high quality healthcare
provider data.
Joined in the product development team in Optum, later in July 2019 product got transitioned to Aperture CVO.
Project Title: SmartProxy
Client: JPMC Internal clients
Skill Used: Core Java, Spring-Boot, MongoDB, Java MongoClient Api, Oracle, AmazonS3 Storage Services,
GAIA/Neptune(Cloud Services), JDBC, Hazelcast, Qpid queue
Role Description: As a Software Engineer, responsible for designing, documentation, development, testing, deploying
components. Responsible for fixing all the bugs found during testing phase, analyse the issues created after testing and
ensure smooth implementation
Project Details: SmartProxy is a strategic platform to reduce vendor(Bloomberg) data costs and allocate costs based on
usage.
Project Title: AVS
Client: Star Sports, Cricket Australia, MediaSet, HotStar
Skill Used: Java, J2ee, Hibernate, JSF, Web Services, JPA,
Role Description: As a Software Engineer, facilitated designing, documentation and development of newer components,
enhancements in SDP and PORTAL-BE modules using Java, Hibernate, Web Services, JSF, JPA. Designed and developed
web-service modules using REST (JAX-RS)
Project Details: AVS enables E2E delivery of video services including content lifecycle (ingestion, protection, encoding and
streaming) and user lifecycle (provisioning, billing, and monitoring and reporting). AVS is a modular product composed of
applications/plug-ins that works on top of backend core modules.
Project Title: HighRadius Deductions
Client: Hormel Foods, AEP Industries, Navarre Corporation, BrightStar
Skill Used: JDK1.7, Struts2.0, Spring3.0, Hibernate3.3, ExtJs3.4, MySql, Tomcat 7, Drools
Role Description: As a Software Engineer I was Responsible for software design, development, enhancements, component
integration and maintenance.
Done various enhancements and new features to the application
Have done various performance enhancements to project
Project Details: HighRadius Deductions Cloud enables a proactive deduction management operation. The solution
streamlines processing, shortens resolution cycle time, reduces processing costs, and increases recovery rates on invalid
deductions. A cloud-based solution available as Software-as-a-Service, Deductions Cloud is easy and cost-effective to
deploy and maintain.
Rank 906: Resume 717 with similarity score 0.00979725116400732
Resume Text: MS technical architect , senior programmer , software architect , devops , full time , enterprise architect , lead engineer devising , automation , retail , api , devops , interviewing , algorithms , customer , kubernetes , multi-tenant , validation , telugu , designation , nosql , case , platforms , polyglot , affirmative action , principles , hindi , scratch , cloud , maintenance , .com , ltd , bar , digital , english , authorization , apache kafka , teams , self-healing , enterprise , status , spring boot , email , project , jpa , application , product management , microservices , focus , ownership , operations , performance engineering , redis , pipelines , architecting , writing , led , hiring , software architecture , design patterns , event driven , fundamentals , building , engineering design , languages , buy-in , hive , iterative , cassandra , tuning , ace , adoption , python , reviews , javascript , engineers , search , measures , technology , commerce , hadoop , metrics , agile methodologies 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d185…
https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d1852124659090f58… 1/3
Current Designation: Lead Engineer -Software Development
Current Company: Target Corporation India Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Target Corporation India Pvt Ltd as Lead Engineer -Software Development
Sep 2014 to Till Date
Hands-on - Architecture & Designing solution, Coding, Code Reviews, Test Case reviews, tech metrics that might impact
business and operations, Solution Validation, Deployment and Fine-tuning (performance), and an end to end ownership.
Working with fellow lead engineers, product management, and other stakeholders to define the technical roadmap for the
product.
Understands how to lead multi-team initiatives including devising overall architecture, contrasting competing solutions,
obtaining buy-in from the stakeholders
Prove the ideas by building MVP or POC. Built the products from scratch.
Actively involved with the Hiring/Interviewing process, Resource Planning, and grooming of young engineers.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Murali Krishna Chevuri
Lead Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Data Structure,Algorithms,Design Patterns,Apache Kafka,Java,Spring
Boot,JPA,ELK Stack,Git,Kubernetes,Hadoop
Key Skills: Lead Engineer,Software Development,Requirement Analysis,Data Structure,Algorithms,Design
Patterns,Apache Kafka,Java,Spring Boot,Git,Kubernetes,Hadoop,Python,Software Architecture,Elastic
Search,Redis,Hive,Cassandra,Microservices,Monitoring,Agile
Summary
Seasoned technology leader and enterprise architect with 16 years of experience in building large scale, multi-tenant, high
performant & resilient platforms including 6 years of experience in retail & digital commerce ecosystems.
Expertise in Event Driven Architecture & building Scalable, Distributed, Resilient Systems
Extensive experience in distributed commerce architectures using best of breed technologies with a conscious bias towards
open-source
Invested the past 5 years in performance engineering and re-architecting enterprise pricing for a large US based retailer's .com
platform
Agile & DevOps practitioner - led multiple teams through successful adoption of agile methodologies, full-stack automation &
cloud engineering
Microservices adopter with experience in cloud-native API platforms that are event driven & self-healing and built on reactive,
polyglot, and shared nothing principles
Strong fundamentals in Data Structure and Algorithms, Design Patterns & OOPS
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d185…
https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d1852124659090f58… 2/3
OnMobile Global as Technical Architect
Dec 2004 to Aug 2014
As a software architect, design, document, deliver the most elegant, practical solutions to challenging engineering
problems
As an experienced engineer, identify and help prioritize the most critical technical debt alongside solutions and iterative
plans to chip away at the debt
As a senior programmer, establish a high bar for writing maintainable software through your own coding efforts, code
reviews, and code sanity standards integrated into the CI pipelines.
As a mentor, provide timely assistance and guidance to our inspired, young engineers as they attempt to crack a variety of
engineering problems.
As a collaborator, work with cross-functional teams of your own and across teams and products for critical projects
As an ace troubleshooter, take on the most critical and challenging problems occurring in production and help analyze and
solve them while identifying preventive measures
As a customer champion, internalize the customer's expectations and bring a customer focus to all engineering design and
implementation you own
UG: BCA (Computers) from Nagarjuna University in 2001
PG: MCA (Computers) from Nagarjuna University in 2004
Education
IT Skills
Skill Name Version Last Used Experience
MicroServices
RESTful systems
devops
NoSQL
Apache Kafka
Java, Spring
spring boot
Kubernetes 4 Year(s) 0 Month(s)
JPA, ELK Stack
GIT, KUBERNETES
Open Stack, Hadoop
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d185…
https://freesearch.naukri.com/preview/printResume?uname=59f767a7f5ae94ff2bba9f514997db1f0c090c5248130e11551140585f0a544d1b5d1852124659090f58… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 907: Resume 1168 with similarity score 0.009778377870921593
Resume Text: B.E , MS , B.TECH network consultant , cyber security , solutions architect , information security , field engineer , associate , resident engineer , cio , location manager , it engineer , regional manager , technology specialist , full time award , customer , security audits , microsoft azure , cmc , platforms , conducting , virtualisation , line of business , antivirus , energy , checkpoint , status , steering , cumulus , infosys , mumbai , security metrics , software as a service (saas) , it service delivery , delivery operations , organization , suite , software defined networking , mission critical , vmware esx , security controls , infrastructure management , encryption , access , designation , pii , mar , hindi , network devices , ltd , information security , english , solution architecture , ibm , closure , architecting , disaster recovery , initiation , documentation , isolation , nips , one , javascript , campus , technology , availability , business continuity , cyber security , amazon web services (aws) , rca , general , performing , vendors , affirmative action , security engineering , trend micro , public , maintenance , iaas , paas , email , problem management , network security , siem , languages , assessment , cisco , network connectivity , scheduling , engineers , root cause analysis , it governance , program management , cloud services , quick turnaround , vulnerability , dlp , ug , hybrid cloud , authorization , virtualization , pki , apac , vmware nsx , engage , government , led , framework , private clouds , events , network administration , cloud computing , load , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440…
https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440142150c540e5… 1/3
Current Designation: Regional Manager - IT Services
Current Company: Infosys Ltd.,
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Infosys Ltd., as Regional Manager - IT Services
Feb 2008 to Till Date
Growth Path:
Feb'08-Sep'13 Senior Technology Specialist (Network)
Since Oct'13 Location Manager, IT Services
Key Result Areas: As Regional Manager, IT Services
Engage with various stakeholders for architecting secure solutions for completely managed SaaS offerings for customers
on public or private clouds.
Scheduling architectural meetings to review different environments within the organization along with implementing
corrective action plans
Transforming the IT Service delivery operations for quick Turnaround Times (TAT) by creating Job Aid documentation for
service engineers and system administrators
Implementing Problem Management initiatives for a valid and improved Root Cause Analysis (RCA) review
Sub-categorising the cause of the issue under various heads, namely Software, Infrastructure and Hardware
Categorising the Root Cause Analysis (RCA) findings with the fix type, such as Improving Infrastructure, Software
Patch/Version, Hardware Requirement, and so on
Steering delivery of secure IaaS services for mission critical applications on a private cloud to Line of Business in Europe
and APAC regions
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ABHIJIT PATIL
Regional Manager seeking roles in Network Security,Cyber Security,Cloud
Architecture,Solution Architecture,Infrastructure Management,Disaster
Recovery,Program Management,Datacentre Virtualization,Stakeholder
Management,AWS,Azure,VMware,LAN,WAN
Key Skills: Regional Manager,IT/Networking-Manager,Network Security,Cyber Security,Cloud Architecture,Solution
Architecture,Infrastructure Management,Disaster Recovery,Program Management,Datacentre Virtualization,Stakeholder
Management,AWS,Azure,VMware,LAN,WAN
Summary
Insightful Program Management & Service Delivery professional offering over 18 years of experience majorly in solutioning
Infrastructure/Platform services, Network and Security engineering and operations, Technical support, Datacentre Installation, &
Maintenance and IT Support with rich exposure to Datacentre Virtualisation, Azure and AWS cloud services etc.
Proven expertise in private and hybrid cloud architectures and Software Defined Networking
Ensured excellent operations for high technical complexity involving fairly new platforms & multiple vendor products; led
architecture requirements assessment, software and hardware upgrade with exposure to Virtualization, Clustering and Cloud
Computing
Possess the understanding of cloud computing technologies like Amazon Web Services (AWS) that provides a mix of
infrastructure as a service (IaaS), platform as a service (PaaS) and packaged software as a service (SaaS) offerings
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440…
https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440142150c540e5… 2/3
Coordinating with business and customers to align architecture design as per required availability and performance needs
in compliance to organization's security framework.
Managing security Infrastructure - SIEM (RSA SA), Trend Micro Deep Security, IBM NIPS, Checkpoint Firewalls, F5 Load
balancers, PKI.
Analysing security metrics - Physical and Logical access, Patch coverage, Antivirus signature compliance, NIPS and HIPS
events, SIEM reports, compliance to secure configuration guidelines
Performing initiation and closure of periodic vulnerability assessments and penetration tests
Conducting internal and external Information Security Audits - ISO27000, SOC2
Evaluating PII data discovery and DLP tools for GDPR compliance and implementing Forcepoint DLP suite
Ensuring effectiveness of disaster recovery plan by conducting periodic DR drills
Administering overall IT governance like availability, capacity, security and business continuity
Directing L3 team of 12 members spread across EU and India
As Senior Technology Specialist (Network)
Administered campus LAN, WAN and Network security.
Designed architecture for network connectivity, encryption for data in transit, logical isolation for customer connectivity
requirements
Attended customer/third party Information security audits and demonstrate compliance for network security controls.
Directed L2 team of 15 people and ensure compliance to defined SLA and OLA for network and security track.
Highlights:
Received CIO award for design and implementation of Disaster Recovery solution for a Pharma customer in 2015
Achieved CIO award for implementing technical controls to comply with GDPR
AtoS as Network Consultant
Mar 2006 to Jan 2008
Key Result Areas:
Acted as SME for network and security functions
Designed and implemented LAN and WAN and datacenter network for a new facility with a capacity of 3000 users
Established S2S VPNs with customers for secure access to their environments
Worked on Patch network devices, firewalls as per advisories issued by vendors.
CMC Ltd. as IT Engineer
Jun 2002 to Mar 2006
Key Result Areas:
Played a key role as a Field Engineer for providing network and hardware support to customers
Acted as Resident Engineer for 1 year at one of the customers in energy sector for supporting network operations
UG: B.Tech/B.E. (Electrical) from Government College of Engineering, Amravati in 2002
PG: NA (na) from na in 0
Other Qualifications/Certifications/Programs:
AWS certified solutions architect associate
Education
IT Skills
Skill Name Version Last Used Experience
VMWARE and AWS
Cisco, Cumulus
VMWARE ESX
SDN (VMWARE NSX)
Checkpoint firewalls, IBM NIPS
IaaS,PaaS,SaaS
AWS 0 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440…
https://freesearch.naukri.com/preview/printResume?uname=1d6fbbc55003a92c3e3297bfab3cf1b05a090f044c1a5d125743455f0f01054d1308440142150c540e5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Microsoft Azure 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Marathi
Rank 908: Resume 1527 with similarity score 0.00977066077680878
Resume Text: B.E , MS , B.TECH quality control , full time , senior test engineer , change management , part time , team lead e2 , functional testing , office , gateway , test cases , digital , report preparation , status , express , microsites , framework design , mantis , writing , building , sql server , organization , occ , paypal , contingency , mitigation , automation , magento , designation , regression testing , acunetix , hindi , cloud , api testing , ltd , english , photo , project , defect tracking , rest , change management , javascript , technology , html , reporting , scrum , options , pages , security appliances , test planning , affirmative action , oracle , test scripts , mysql , navigators , bangla , software testing , email , checkout , coupons , maven , languages , mobile , jira , application testing , online , manual testing , credit , jenkins , css , journals , b2c , ug , testng , php , software industry , risk , authorization , b2b , security testing , less , selenium webdriver , participation , cucumber , electronics , e-commerce , events , eclipse 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d15…
https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d155517155e580b… 1/3
Current Designation: Senior QC Lead
Current Company: Echidna Software
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Delhi / NCR
Functional Area: IT Software - QA & Testing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Echidna Software as Senior QC Lead
Feb 2016 to Till Date
1. Project Title: C-Sgroup (B2B & B2C)
URL: https://store.c-sgroup.com/
Technology: Java, Oracle Cloud Commerce (e-commerce)
Organization: Echidna
Tools: Selenium, TestNG, Cucumber, Java, Eclipse, Jira
Purpose: C-Sgroup application is built up using HTML 3, CSS 5, Java Script and OCC e-commerce platform. C-S group is
a leader in Architectural Building Products in USA.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Kumar Sandip Suman
QC Lead seeking roles in Software Testing,Automation Testing,Manual
Testing,Regression Testing,Functional Testing,API Testing,Project
Management,Change Management,Defect Tracking,Quality Control,Requirement
Gathering,Cucumber,Selenium,TestNG,Eclipse
Key Skills: QC Lead,Team Lead/Tech Lead,Software Testing,Automation Testing,Manual Testing,Regression
Testing,Functional Testing,API Testing,Project Management,Change Management,Defect Tracking,Quality
Control,Requirement Gathering,Cucumber,Selenium,TestNG,Java
Summary
Software Testing Professional having more than12 years of experience in Software industry with sound knowledge in Web and
Mobile Application Testing (Manual & Automation) along with Automation testing using Selenium Web Driver and Java.
Currently working as Senior QC Lead in Echidna Software Pvt. Ltd. Bangalore.
Experience in Writing Automation scripts and execution using Selenium WebDriver, TestNG and Java, Test planning, Test case
design, Test case execution, Test Report Preparation, Defect tracking, Bug reporting, UAT Co-ordination, and Client
Interactions, Participation in Eleboration
Automation Framework Design
Page Object Model
Data Driven
Cucumber BDD
Serenity BDD
API Automation- Rest Assured
Participates in Risk, Mitigation and contingency plan
Knowledge on SQL queries.
To work in globally competitive environments on challenging assignments, where I could learn and successfully deliver solutions
to demanding problems.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d15…
https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d155517155e580b… 2/3
communication, Status Report, Co-ordination, Scrum Meeting, Client Demo
2. Project Title: FrontPoint Security
URLhttps://www.frontpointsecurity.com/
Technology: PHP, Magento (e-commerce)
Organization: Echidna
Tools: Selenium, Cucumber, Java, Eclipse, Jira, TM4J
Purpose: FrontPoint Security is built up using HTML 3, CSS 5, Java Script and Magento e-commerce platform. FrontPoint
Security is dealing with various kind of Home and Office Security appliances. PayPal Express & Authorize .Net (Credit
card Payment) is integrated as payment gateway. Guest and Registered users are allowed to purchase the product based
on their needs. This application also provides various kind of discounts and coupons option during checkout process.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
communication, Status Report, Co-ordination
3. Project Title: Wolters Kluwer
URL: https://shop.lww.com/
Technology: Java, Mozu (e-commerce)
Organization: Echidna
Tools: Selenium, TestNG, Java, Eclipse, Acunetix (Security testing tool), Jira
Purpose: Wolters Kluwer is built up using HTML 3, CSS 5, Java Script and Mozu e-commerce platform. Wolters Kluwer
provides the options to purchase various kinds of Books, Journals, Online Software and Digital books for USA based
students. Authorize .Net (Credit card Payment) is integrated as payment gateway. Guest and Registered users are
allowed to purchase the product based on their needs. This application also provides various kind of discounts and
coupons option during checkout process.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
communication, Status Report, Co-ordination
4. Project Title: Wolters Kluwer Microsites
URL: https://lippincottdirect.lww.com/
Technology: Java, Mozu (e-commerce)
Organization: Echidna
Tools: Selenium, TestNG, Java, Eclipse, Acunetix (Security testing tool), Jira
Purpose: Wolters Kluwer Microsites is built up using HTML 3, CSS 5, Java Script and Mozu e-commerce platform. Wolters
Kluwer Microsites provides the options to purchase various kinds of Books , Journals, Online Software and Digital books
for USA based university students. Each and Every university is having independent microsite. On selection of university,
users land on the respective university pages and can purchase the respective products. Authorize .Net (Credit card
Payment) is integrated as payment gateway. University Registered users are allowed to purchase the product based on
their needs. This application also provides various kind of discounts and coupons option during checkout process.
Roles & Responsibilities:
Team Lead, Preparation of Test Plan, Review of test cases, Preparation and execution of automation test scripts, Client
communication, Status Report, Co-ordination
5. Project Title: e2m
URL: NA
Technology: .Net
Organization: Web Spiders
Tools: Selenium, TestNG, Java, Eclipse, Acunetix (Security testing tool), Jira
Purpose: This is a product of Web Spiders. It allows creating multiple events and their corresponding data such as
Speakers, Sessions, Sponsors, Assets, Photo wall, and Social Wall.
Roles & Responsibilities:
Web Spiders India Private Limited as QA Lead
May 2010 to Jan 2016
Navigators Software Private Limited as Senior Test Engineer
Jun 2008 to May 2010
UG: B.Tech/B.E. (Electronics/Telecommunication) from JRN Rajsthan vidyapeeth in 2007
Education
IT Skills
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d15…
https://freesearch.naukri.com/preview/printResume?uname=e90352a7f35364b93768a1c4f97de67b5e0c5a591c425d185644450a0e5a024e400d155517155e580b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Skill Name Version Last Used Experience
JAVA, Selenium, Webdriver 3 Year(s) 0 Month(s)
MySQL, SQL Server, Mantis, Jira,
TestNG, Eclipse, Maven, Jenkins 3 Year(s) 0 Month(s)
API testing 3 Year(s) 0 Month(s)
JIRA, TM4J 0 10 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bangla Proficient
Rank 909: Resume 1479 with similarity score 0.009749619326818363
Resume Text: MS , BS technical lead , full time , quality assurance , team lead telugu , jenkins , security , websphere , designation , portals , mar , affirmative action , hindi , cloud , new concepts , beginner , maintenance , azure , solver , windows , jquery , player , authorization , english , ms-dos , status , spring boot , servlets , object oriented design , pressure , email , project , tomcat , infosys , application , mongodb , splunk , angularjs , html , xml , dojo , unit testing , languages , hibernate , cosmos , software design , one , struts , javascript , spring framework , server support , working experience , liferay 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817…
https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817014417515b08… 1/2
Current Designation: Technical Lead-IT Software
Current Company: Nisum Consulting
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Nisum Consulting as Technical Lead-IT Software
Feb 2018 to Till Date
Working as TechnicalLead for one of the RetailDomain project along with individual contributor to the project.
CallHealth as Technical Lead
Jan 2017 to Feb 2018
Infosys as Technical Lead
Mar 2012 to Jan 2017
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Kishan Godishala
Technical Lead seeking roles in IT Project Management,Software
Development,Software Design,Requirement Gathering,Server Support,Application
Development,Client Servicing,Technical Support,IT Quality Assurance,Server
Security,Angularjs,Spring Boot,PCF
Key Skills: Technical Lead,Tech Lead,IT Project Management,Software Development,Software Design,Requirement
Gathering,Application Development,Client Servicing,Technical Support,Server Security,Angularjs,spring
boot,Java,J2Ee,Hibernate,JSF,Cloud,PCF,Spring,Splunk
Summary
Having 14+ Years of experience in the development of full life cycle client server applications using Java/J2EE technologies.
Well versed with Object Oriented design and programming.
Working Experience in Java/J2EE, Spring, Spring Boot, Jenkins, PCF, Azure, Servlets, JSP,JSF, AngularJS,MongoDB,
Hibernate, Liferay portals and Struts FrameWork, APIGEE, Swagger, Azure Cosmos DB
Having good working knowledge in Spring Framework.
Willingness to learn new concepts and acceptance of challenges.
Self-motivated with good interpersonal & communication skills.
Played an active role in design, development and maintenance of projects.
Played an active role in Unit Testing.
Quick learner and excellent team player, ability to meet tight deadlines and work under pressure and creative problem solver.
SCJP 1.5 certified programmer.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817…
https://freesearch.naukri.com/preview/printResume?uname=319c916958b4145b6c81c08136bceb025c545f581b165d420018100e5d5f524a450817014417515b08… 2/2
UG: BCA (Computers) from Kakatiya University in 2003
PG: MCA (Computers) from Osmania University in 2006
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA
Servlets,JSP,JSTL,HTML,Xml 0 Year(s) 0 Month(s)
jQuery, Dojo, AngularJS, FOP, React
Tomcat, Liferay,WebSphere
Spring,Spring Boot
Spring,Spring Boot
Ms-dos
WINDOWS
AZURE 0 1 Year(s) 0 Month(s)
PCF Cloud 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Hindi Beginner
Rank 910: Resume 1294 with similarity score 0.00974369421038685
Resume Text: B.S , MS devops developer , devops engineer , full time , team lead general , devops , jenkins , kubernetes , designation , ug , affirmative action , hindi , docker , authorization , english , itc , status , specifications , email , aws , github , maven , clear , languages , documentation , diagrams , javascript 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e14084…
https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e1408455247145c5a0e… 1/2
Current Designation: Senior DevOps Developer
Current Company: Itc Infotech India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - DBA / Datawarehousing
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Itc Infotech India as Senior DevOps Developer
Nov 2018 to Till Date
Investigates problem areas. Follows the software development lifecycle. Documents and demonstrates solutions by
developing documentation, flowcharts, layouts, diagrams, charts, code comments and clear code. Prepares and installs
solutions by determining and designing system specifications, standards, and programming.
NSE.IT as Devops Engineer
Jun 2017 to Nov 2018
UG: B.Sc (Computers) from Sri krishnadevaraya University in 2012
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Venkatesh B
Having 4.5 Yeas of experience into Devops tools Docker, Kubernetes AWS Jenkins
Git maven
Key Skills: Docker,Kubernetes,AWS,Terraform,Jenkins,GIT
Summary
Having 4.5 years of exp into Devops tools like Docker, kubernetes, AWS, jenkins ,Git maveen and Terraform
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Github, jenkins, docker, kubernetes, 0 4 Year(s) 5 Month(s)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e14084…
https://freesearch.naukri.com/preview/printResume?uname=8318605475b6eeb75d5bf19dea0679135a5d0c54421a09100743105c0b00524e1408455247145c5a0e… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Rank 911: Resume 1474 with similarity score 0.009709287153909852
Resume Text: B.E , MS , B.TECH , BS project manager , locator , scrum master , product development , software developer , advisory software engineer , full time , software development manager , principal software engineer award , core java , general , retrospectives , customer , people management , scrum , open source , summit , websphere , web mapping , designation , developers , kronos , stratus , mar , 3d , ug , conducting , affirmative action , adapter , technical architecture , analytics , angular , dsm , maintenance , apache , bing maps , gateway , resiliency , service development , authorization , status , rabbitmq , agile , dynatrace , email , project , business analysis , tomcat , application , microservices , continuous integration , microsoft , saas , redis , google maps , ibm , architecting , rest , blockchain , location intelligence , estimates , features , solution implementation , nginx , sme , ultimate , gears , ceremonies , javascript , jira , search , suite , sterling integrator , technology , on location , google cloud , cloud computing , pmp 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f13…
https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f130743465b5b085… 1/2
Current Designation: Software Development Manager
Current Company: Ultimate Kronos Group
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Ultimate Kronos Group as Software Development Manager
Jan 2016 to Till Date
I started my journey as a principal software engineer here and have grown to Manager Development. My current roles and
responsibilities include but are not limited to -
? Design and architecture with Team for features in cloud product
? Dev estimates and delivery Plan
? Service development ,quality and resiliency
? Service upgrades with minimum downtime
? People Management
Technology/Experience-
? Managing engineering team of senior developers
? Hands on Experience in NGINX , Google Apigee Gateway , Google Cloud ,Rabbit MQ ,Redis
? Design and architecting solutions for existing Cloud product
? Service application code and technology upgrades in cloud
? Managing stability team for customer reported issues.
Pitney Bowes Software as Advisory Software Engineer
May 2011 to Dec 2015
In Pitney Bowes, due to project requirement, my role has been a 30 % Scrum master and 70% IC role. I was part of
stratus product which was based on location Intelligence Domain
With customers all across the world. Stratus was built on angular UI with backend in Java and consuming Restful
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ARPIT SHARMA
Software Development Manager seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Cloud
Computing,Agile Methodology,Continuous Integration,Business Analysis,Nginx
Key Skills: Software Development Manager,Project Manager,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Cloud Computing,Agile Methodology,Continuous
Integration,Business Analysis,Nginx
Summary
14 years of experience into various aspects of software product development with more than 7 years of experience in SAAS
Business Model.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f13…
https://freesearch.naukri.com/preview/printResume?uname=4e714c312fa73128240022d620d676695d5e085849405a100116405f5f0e054f145f130743465b5b085… 2/2
webservices.
My roles and responsibilities include but are not limited to -
* Conducting scrum ceremonies like planning, DSM, retrospectives and actively taking part in grooming.
* Shifting gears from Waterfall model to agile. Develop and try out new processes that suite team. For example
introduction of mid sprint demo process
* Organizing sessions within scrum team to develop a cross functional team.
* Development of analytics modules like Query, FindMyNearest, Locator Search
* Experience with Google Maps, Bing maps REST APIs
* Develop POC for 3D maps using open source technologies like open layers.
*
Achievements:
* 2015 Global winner of Pitney Bowes Brand Statement Competition Won $400.
* 2014 Ace Award for leading Web Mapping Solution implementation and client interaction
IBM Indian Software Labs (ISL) as Staff Software Developer
Oct 2008 to Apr 2011
I worked on Sterling Integrator Product, which is primarily used as an integration suite .My roles and responsibilities -
* SME for IBM WebSphere adapter and services
* SME for Microsoft MSMQ
* Code Quality
UG: B.Tech/B.E. (Mechanical) from National Institute of Technology (NIT), Hamirpur in 2006
Other Qualifications/Certifications/Programs:
IBM Blockchain Essentials
NASSCOM developers Summit - Microservices
PMP
ACE award in Pitney Bowes Business Insight
SCJP 1.5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
RabbitMQ 3.8.3 2020 1 Year(s)
GCP 2020 2 Year(s)
JIRA 2020 5 Year(s)
CORE JAVA 1.7 2020 7 Year(s)
NGINX 1.8.0 2020 2 Year(s)
Apache Tomcat 8.0 2020 5 Year(s)
DYNATRACE 1.7 2020 1 Year(s)
Rank 912: Resume 35 with similarity score 0.00970808013569215
Resume Text: MS work from home training , showcase , command , english , project , kotlin , c programming , introduction to , resume , android , java , building , preparation , completion , assessment , gears , app , commerce , database , online Assessment
Q1. Why should you be hired for this role?
I should be hired because the zeal in me to grow and learn new skills is higher than many people. If you hire me I'll get a platform to showcase
and upgrade my skills and work in the favour of the organisation
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available
Resume
EDUCAT ION
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 6388005343
Adhya Kapoor
Kanpur Dehat
Applied 25 Dec'20
Kotlin English Proficiency Spoken) English Proficiency Written)
C Programming MSExcel MSWord
Database Management
System DBMS
Java
Bachelor of Computer Applications BCA
Banasthali Vidyapith
2018 - 2021
CGPA 7.33/10
Senior Secondary XII, Commerce
St. Mary's Convent High School
ISC board)
Year of completion: 2018
Percentage: 65.00%
Secondary X
St. Mary's Convent High School
ICSE board)
Year of completion: 2016
Percentage: 78.00%
Top performer Internship & Job Preparation Training)
Verified and added by Internshala Trainings
Internship & Job Preparation
Internshala Trainings, Online
Nov 2020 - Dec 2020
Successfully completed a four weeks online certified training on Internship & Job Preparation. The training consisted of
Getting Started with the Job Hunt, Building up your Gears and Going at the Front modules. I scored 100% in the final
assessme nt and was a top performer in the training.
Android App Development
Internshala Trainings, Online
Sep 2020 - Nov 2020
Successfully completed an eight weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules.
I have a good command over English Language both spoken and written. I have good communication skills.
I have completed a training program of App development provided by internshala.
Rank 913: Resume 935 with similarity score 0.00968560669483443
Resume Text: B.E , MS , B.TECH , BS technology professional , senior web developer , software developer , programmer analyst , full time , application developer api , web development , general , css , ug , emc2 , mar , affirmative action , information technology , mysql , silhouette , design , hindi , technical requirements , databases , angular , maintenance , php , jquery , authorization , english , web applications , status , software testing , email , b2b , codeigniter , llp , system requirements , mvc , react native , building , languages , query optimization , completion , javascript , search , network administration , commerce , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d400147…
https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d40014757104709080e5… 1/2
Current Location: Chandigarh
Pref. Location: Noida,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tutoreye Inc as Sr. Software Developer
Oct 2020 to Jan 2021
Fix bugs in the existing system and optimize queries and ensure a better user
experience by making enhancements in existing product.
Netision Technology LLP as Software Developer
Apr 2019 to Sep 2020
Communicate with staff or clients to understand specific system requirements.
Responsible for completing tasks assigned like Query Optimization, Building
APIs, integrating back-end and front-end, interacting with client and ensuring
that the deadlines were met
Knometrix Technologies as Sr. Web Developer
Dec 2018 to Apr 2019
Responsible for developing the back-end and integrating it with end user's
portal.
Analyse user needs to determine technical requirements.
Develop databases that support web applications and web sites.
Innovate Search as Programmer Analyst
May 2018 to Dec 2018
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SHRIDHAR MANI TRIPATHI
Sr. Software Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Software Testing,Application
Support,Technical Support,Network Administration,Incident
Management,CSS,PHP,jQuery,ReactJS,MVC
Key Skills: Sr. Software Developer,Software Development,Application Programming,Web
Development,CSS,PHP,jQuery,ReactJS,MVC
Summary
Information technology professional skilled in PHP, CodeIgniter, Yii2, API
development, MySQL and React Native. With four years of hands-on
experience in efficiently coding websites in domains of B2B and E
commerce, Back-end development and web-based applications using
modern HTML, CSS, PHP and JavaScript with a mix of high-level
technology direction and technical expertise. I actively seek to learn new
technologies and stay up to date.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d400147…
https://freesearch.naukri.com/preview/printResume?uname=9bcdc6d155831fdcea9a9d5bed09eb2a5b0f010019130f430217135b0f5a544d40014757104709080e5… 2/2
Write, analyze review and optimize code for faster data retrieval and responsible for implementing caching.
Silhouette Ventures as Senior Web Developer
Dec 2017 to Mar 2018
Develop & design database and create wireframes and see through their completion
Apnipocket as Application Developer
Oct 2016 to Dec 2017
Responsible for creation of APIs and backend development
UG: B.Tech/B.E. (Computers) from Visvesvaraya Technological University (VTU), Bengaluru, Karnataka in 2016
Other Qualifications/Certifications/Programs:
EMC2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, PHP
JavaScript, JQuery
MVC, Yii2, React Native,
ReactJS, Angular Js, Slim3
MySQL (DB)
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 914: Resume 971 with similarity score 0.009656395194776466
Resume Text: B.E , MS , B.TECH , M.TECH web developer , quality assurance , senior software engineer , full time , team lead react.js , software quality assurance , web application development , general , entity framework , scrum , css , designation , ug , asp.net mvc , enterprise wide solutions , visual studio , affirmative action , hindi , web api , angular , maintenance , ltd , jquery , asp.net ajax , authorization , english , troubleshooting , status , c# , agile , models , email , record , information systems , solution architecture , process analysis , operations , xml , rest , feasibility studies , languages , punjabi , software development life cycle (sdlc) , sql server , development projects , ado.net , user-centered design , javascript , crystal reports , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a0817…
https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a08175510105a0b085… 1/2
Current Designation: Senior Software Engineer
Current Company: Accenture
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon,Chandigarh
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Accenture as Senior Software Engineer
Jul 2016 to Till Date
Web Developer with 8 years of experience in ASP.NET, MVC, Sql Server, Jquery, Web API. My main interests are object-
oriented and user-centered design.
Krishna Innovative Software Pvt. Ltd. as Senior Software Engineer
May 2013 to Jul 2016
ThinkNEXT Technologies Pvt. Ltd. as Software Engineer
Oct 2011 to Apr 2013
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Arvind Kumar
Senior Software Engineer seeking role in Web Application Development,Project
Management,Software Development Life Cycle,Delivery Management,Requirement
Gathering,Software Quality Assurance,Agile
Methodology,Scrum,C#,VB.NET,Javascript,jQuery
Key Skills: team lead/tech lead,project management,delivery management,requirement gathering,agile
methodology,c#,vb.net,javascript,jquery,html,asp.net mvc,sql server,dot net core,entity framework,asp.net ajax
Summary
A technocrat with 8 years of experience in managing project/ product
related operations, Web Application Development Projects
Expertise in all the phases of Software Development Life Cycle (SDLC)
entailing requirement analysis, design, development, implementation,
delivery and troubleshooting
Track record of successfully managing planning, feasibility studies and
configuration for products and services using diverse technologies, tools
and frameworks such as ASP. Net, C#. Net, VB. Net, Dot Net Core,
Crystal Reports, MS SQL Server, jQuery, Ajax, Web Service, MVC,
Angular JS, React JS, Web API/Rest API and so on
Insightful knowledge of process analysis (As-Is, To-Be) & designing
with comprehensive experience in technical solution architecture
(using Agile/ Scrum models) for enterprise wide solutions with
alignment of business & information systems
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a0817…
https://freesearch.naukri.com/preview/printResume?uname=1157e217c8691f17f7b4470e386f86e80c58580019165b450a42445c5b0b571f1a08175510105a0b085… 2/2
UG: B.Tech/B.E. (Computers) from GTB Khalsa Institute of Engineering & Technology, Malout in 2011
PG: M.Tech (Computers) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, Vb.NET, ADO.NET 2020 7 Year(s) 0 Month(s)
HTML, JavaScript, CSS, AJAX, XML 2020 3 Year(s) 0 Month(s)
Angular Js, SSRS 2018 1 Year(s) 0 Month(s)
JQUERY 2020 2 Year(s) 0 Month(s)
SQL Server 2019/2016/2012/2008 2019,
2014
2020 6 Year(s) 0 Month(s)
MS Visual Studio 2015,2013,2012,2010 2019,
2017
2020 6 Year(s) 0 Month(s)
Agile Methodology 0 Year(s) 6 Month(s)
React.js 2020 0 Year(s) 6 Month(s)
dot net core 3.1,2.2 2020 1 Year(s) 0 Month(s)
ASP.NET MVC, Web API 5,6 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi
English
Punjabi
Rank 915: Resume 1201 with similarity score 0.009642773983292672
Resume Text: B.E , MS , B.TECH , BS director , business development , product development , development specialist , full time , lead engineer , practice manager , practice lead , development lead training , liquidation , customer , platforms , angular , node.js , status , digital transformation , components , whole foods , building , django , engagements , organic growth , mobility , global experience , designation , device development , windows , nfc , english , alexa , agile , life science , unit operations , project , leadership , drupal , web & mobile , swift , c++ , juice , strategy , mobile applications , phones , strategic initiatives , javascript , public sector , team development , bfsi , digital services , web development , general , semiconductor , scrum , affirmative action , samsung , vendor management , maintenance , utilization , security compliance , email , google , activiti , aws , vast , multimedia , mobile devices , android , learning and development , languages , sme , toys , technology planning , bpm , cios , validation , ug , telecom , logistics management , ionic , azure , authorization , teams , spring boot , deliveries , symbian , sql , modernization , seeding , apac , gaming , hiring , framework , selenium , python , value chain management , cloud computing , attrition , graphics , liferay 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 1/3
Current Designation: Director of Technoloy - Products &
Platforms Division - Cloud Practices
Current Company: UST Global
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [operation and logistics
management and marketing Management]
Verified : Phone Number | Email - id
UST Global as Director of Technoloy - Products & Platforms Division - Cloud Practices
Jan 2021 to Till Date
Blazeclan Technologies as Practice Head
Jun 2018 to Jun 2018
Enabler of 5X organic growth in 2 years. This demonstrates proven
leadership and governance style that brings high growth and high
employee satisfaction through engagement yet keeping operating
cost lower. Experience in building project, program and service
management and technology practices from group up.
* Spearheading global deliveries, products, practices in software
development and maintenance engagements, modernization
programs, multiple varied size accounts.
* Heading global digital services business with 160+ FTEs. People
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vishal Vasava
Practice Head seeking roles in Software Development,Application
Programming,Project Management,System Analysis,Web Development,Cloud
Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Key Skills: Practice Head,Practice Manager,Software Development,Application Programming,Project
Management,System Analysis,Web Development,Cloud Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Summary
16+ years of truly global experience in IT with renowned and unique organizations including enterprises, services and product
companies, consulting firms
and startups and have performed various of leadership & management and technology roles.
* Rich experience of business development and 50+ customer engagements across the globe including ANZ, APAC, EU , NA
regions with various customers in
industry verticals like BFSI, Communication, media, high tech (digital payment, gaming, mobile devices & semiconductor),
education & life science and
public sector. Vast experience in developing and integrating Operating System components to Web & mobile Applications, their
maintenance, system
integration and modernization of their outdated systems, value chain management, program/project, project management,
service management and digital
transformation engagements.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 2/3
management, learning and development and hiring strategy
* Solved unique challenges of growing account of this size by adding
100 people in a year with zero bench policy and high billing &
utilization, GM, attrition KPIs.
* Responsible for business unit operations including finances(P&L),
presales, hiring & training, people engagement and management,
presales, vendor management, strategy, sales support, PMO and
security compliance
* culture, innovation & excellence activities
* I also engaged in all aspects of business growth including strategic
planning, leading and driving organizational changes, overall
management and execution of strategic initiatives.
* Go To Market strategies, differentiators, accelerators, offerings
* Learning and development plan
* Engineering Excellence Program Engineering culture and Project
management methodology excellence program to improve the value
chain
* EHG - H2(Education) Consulting phase of the program and kick start
and stabilize program & governance for this education domain digital
transformation program including NPV presentation to CIOs for
Australian the largest Education systems provider.
Practices and Competencies
* Cloud Practices - AWS, Azure, Mobility, Alexa/Google home, IoT
* Cloud native application Development, App modernization & Digital
Transformation
* Telecom, Media & BFSI Practices
* Technology Planning, Innovation projects, Competencies in Media
with AWS
BlazeClan Technologies as Practice Head
Jun 2018 to Jan 2021
Accenture Solutions as Practice lead
Feb 2010 to Jun 2018
Consultant at Softcard (Acquired by Google), Accenture
* Managing NFC Payment Product Development teams for iOS, Android and
Windows platform & leading validation and verification team together. I have
worked with SI product of telcos, payment networks, merchants, banks. This
was one of the largest system integration project between AT&T, TMobile,
Verizon, Amex, Chase, Bank of America, Wells Fargo, VISA, Mastercard and
Merchants like Macy's, Jamba Juice, Toys R Us, Whole Foods & more
merchants.
* As a part of various assignments at Softcard and through my 3 years of
engagement, I have worked with Sr. Executives as a seeding member of the team
that grew exponentially. I have seen all phases of startup at Softcard till
liquidation while working at Softcard which eventually got acquired by Google.
* I also managed verification and validation team within product development unit.
TI Symbian Sunset Program, Accenture
* TI Zoom3 & Fujitsu Phone development, GFX and Multimedia subsystem SME
* TI Sunset and product collaborations as Symbian 3 acquired by Accenture
LATIS Billing Product Team Development SME, CenturyLink
* Billing and Taxing product development SME and development specialist for
Accenture scrum teams.
* Scaled Agile product development methodologies
Samsung India Software Operations as Development lead
Aug 2007 to Feb 2010
Development Experience with Samsung device development for commercial phone projects with Symbian, Samsung
Handset Platform & Android OS
customization.
* Lead engineer at Samsung with specialty in graphics framework, camera, application framework, multimedia, windowing
system and 2D/3D graphics OS
modules and frameworks for mobile phones.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 3/3
UG: B.Tech/B.E. (Computers) from Sardar Patel University (SPU) in 2004
PG: MBA/PGDM (operation and logistics management and marketing Management) from Massachusetts Institute of
Technology (MIT), United States in 2021
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
Java/J2EE, selenium
python, C++, C, Objective C
SQL, Ionic, Swift, Spring boot
Angular, React, Node.js
Python - Django, Activiti BPM
Camunda, Spring Boot
liferay, drupal
.NET and many other technologies
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 916: Resume 1202 with similarity score 0.009642773983292672
Resume Text: B.E , MS , B.TECH , BS director , business development , product development , development specialist , full time , lead engineer , practice manager , practice lead , development lead training , liquidation , customer , platforms , angular , node.js , status , digital transformation , components , whole foods , building , django , engagements , organic growth , mobility , global experience , designation , device development , windows , nfc , english , alexa , agile , life science , unit operations , project , leadership , drupal , web & mobile , swift , c++ , juice , strategy , mobile applications , phones , strategic initiatives , javascript , public sector , team development , bfsi , digital services , web development , general , semiconductor , scrum , affirmative action , samsung , vendor management , maintenance , utilization , security compliance , email , google , activiti , aws , vast , multimedia , mobile devices , android , learning and development , languages , sme , toys , technology planning , bpm , cios , validation , ug , telecom , logistics management , ionic , azure , authorization , teams , spring boot , deliveries , symbian , sql , modernization , seeding , apac , gaming , hiring , framework , selenium , python , value chain management , cloud computing , attrition , graphics , liferay 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 1/3
Current Designation: Director of Technoloy - Products &
Platforms Division - Cloud Practices
Current Company: UST Global
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Practice Head / Practice Manager
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [operation and logistics
management and marketing Management]
Verified : Phone Number | Email - id
UST Global as Director of Technoloy - Products & Platforms Division - Cloud Practices
Jan 2021 to Till Date
Blazeclan Technologies as Practice Head
Jun 2018 to Jun 2018
Enabler of 5X organic growth in 2 years. This demonstrates proven
leadership and governance style that brings high growth and high
employee satisfaction through engagement yet keeping operating
cost lower. Experience in building project, program and service
management and technology practices from group up.
* Spearheading global deliveries, products, practices in software
development and maintenance engagements, modernization
programs, multiple varied size accounts.
* Heading global digital services business with 160+ FTEs. People
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vishal Vasava
Practice Head seeking roles in Software Development,Application
Programming,Project Management,System Analysis,Web Development,Cloud
Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Key Skills: Practice Head,Practice Manager,Software Development,Application Programming,Project
Management,System Analysis,Web Development,Cloud Computing,Requirement Gathering,Digital Transformation,Client
Management,AWS,Azure
Summary
16+ years of truly global experience in IT with renowned and unique organizations including enterprises, services and product
companies, consulting firms
and startups and have performed various of leadership & management and technology roles.
* Rich experience of business development and 50+ customer engagements across the globe including ANZ, APAC, EU , NA
regions with various customers in
industry verticals like BFSI, Communication, media, high tech (digital payment, gaming, mobile devices & semiconductor),
education & life science and
public sector. Vast experience in developing and integrating Operating System components to Web & mobile Applications, their
maintenance, system
integration and modernization of their outdated systems, value chain management, program/project, project management,
service management and digital
transformation engagements.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 2/3
management, learning and development and hiring strategy
* Solved unique challenges of growing account of this size by adding
100 people in a year with zero bench policy and high billing &
utilization, GM, attrition KPIs.
* Responsible for business unit operations including finances(P&L),
presales, hiring & training, people engagement and management,
presales, vendor management, strategy, sales support, PMO and
security compliance
* culture, innovation & excellence activities
* I also engaged in all aspects of business growth including strategic
planning, leading and driving organizational changes, overall
management and execution of strategic initiatives.
* Go To Market strategies, differentiators, accelerators, offerings
* Learning and development plan
* Engineering Excellence Program Engineering culture and Project
management methodology excellence program to improve the value
chain
* EHG - H2(Education) Consulting phase of the program and kick start
and stabilize program & governance for this education domain digital
transformation program including NPV presentation to CIOs for
Australian the largest Education systems provider.
Practices and Competencies
* Cloud Practices - AWS, Azure, Mobility, Alexa/Google home, IoT
* Cloud native application Development, App modernization & Digital
Transformation
* Telecom, Media & BFSI Practices
* Technology Planning, Innovation projects, Competencies in Media
with AWS
BlazeClan Technologies as Practice Head
Jun 2018 to Jan 2021
Accenture Solutions as Practice lead
Feb 2010 to Jun 2018
Consultant at Softcard (Acquired by Google), Accenture
* Managing NFC Payment Product Development teams for iOS, Android and
Windows platform & leading validation and verification team together. I have
worked with SI product of telcos, payment networks, merchants, banks. This
was one of the largest system integration project between AT&T, TMobile,
Verizon, Amex, Chase, Bank of America, Wells Fargo, VISA, Mastercard and
Merchants like Macy's, Jamba Juice, Toys R Us, Whole Foods & more
merchants.
* As a part of various assignments at Softcard and through my 3 years of
engagement, I have worked with Sr. Executives as a seeding member of the team
that grew exponentially. I have seen all phases of startup at Softcard till
liquidation while working at Softcard which eventually got acquired by Google.
* I also managed verification and validation team within product development unit.
TI Symbian Sunset Program, Accenture
* TI Zoom3 & Fujitsu Phone development, GFX and Multimedia subsystem SME
* TI Sunset and product collaborations as Symbian 3 acquired by Accenture
LATIS Billing Product Team Development SME, CenturyLink
* Billing and Taxing product development SME and development specialist for
Accenture scrum teams.
* Scaled Agile product development methodologies
Samsung India Software Operations as Development lead
Aug 2007 to Feb 2010
Development Experience with Samsung device development for commercial phone projects with Symbian, Samsung
Handset Platform & Android OS
customization.
* Lead engineer at Samsung with specialty in graphics framework, camera, application framework, multimedia, windowing
system and 2D/3D graphics OS
modules and frameworks for mobile phones.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f40…
https://freesearch.naukri.com/preview/printResume?uname=561e5a191244ca1ba94520b4d7b40f115d595d52181b5b130016120c5d0f5319115f400012130d5400… 3/3
UG: B.Tech/B.E. (Computers) from Sardar Patel University (SPU) in 2004
PG: MBA/PGDM (operation and logistics management and marketing Management) from Massachusetts Institute of
Technology (MIT), United States in 2021
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Azure
Java/J2EE, selenium
python, C++, C, Objective C
SQL, Ionic, Swift, Spring boot
Angular, React, Node.js
Python - Django, Activiti BPM
Camunda, Spring Boot
liferay, drupal
.NET and many other technologies
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 917: Resume 371 with similarity score 0.009617247681619225
Resume Text: MS , B.TECH , BS work from home css , information technology , hub , basic , grocery , firebase , instagram , project based , application , kotlin , c programming , resume , android , java , intermediate , git , completion , assessment , html Assessment
Q1. Why should you be hired for this role?
I have a basic knowledge about the Android, Kotlin and i have developed a small app on the basis of the grocery like big basket using the
firebase and i am very pretty excited to learn more about the android app development...
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for more than 3 months and i have exams in the month of feb and march for 20days
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9121090620
PRANEETH REDDYELUGOTI
Hyderabad
Applied 30 Dec'20
Android Kotlin CSS
HTML C Programming C Programming
MSExcel Java MSOffice
B.Tech Hons.), Information Technology
Mahatma Gandhi Institute of Technology
2018 - 2022
CGPA 7.00/10
Senior Secondary XII, Science
Narayana Junior College
TELANGANA BOARD OF INTERMEDIATE board)
Year of completion: 2018
Percentage: 97.00%
Secondary X
JAWAHAR NAVODAYA VIDYALAYA,KHAMMAM
CBSE board)
Year of completion: 2016
CGPA 9.20/10
The above git hub link is the link for my first android project based on the Instagram and I have used Kotlin language to
develop the application
Rank 918: Resume 1154 with similarity score 0.00960716423257483
Resume Text: B.E , MS , B.TECH , BS software engineer , solutions architect , project lead , design architect , software developer , backend developer , full time , technical developer , team lead , it consultant it operations , idms , linux , aircraft , player , status , batch processing , specifications , testing , blockchain , checklists , cobol , procurement , serena , mitigation , automation , designation , general electric , mar , assembly , hindi , cloud , provision , pattern recognition , english , sumif , cars , project , groups , solution architecture , ops , rest , flow , git , machine learning , flask , propulsion , one , javascript , logics , boost , suppliers , change requests , scripting , vendors , technical competence , affirmative action , mysql , maintenance , basic , pascal , email , aws , ubuntu , perforce , languages , client requirements , adb , malayalam , life insurance , virtualbox , api , codes , software solutions , adso , jenkins , ug , tibco , offers , azure , legacy systems , authorization , corporations , application , devices , less , plants , mainframe , electronics , aviation , servers , offshore , python , schedules , load , large volume , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 1/4
Current Designation: Senior Backend Developer -Blockchan
Developer
Current Company: 21North Europ Assistance
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Australia,Malaysia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
21North Europ Assistance as Senior Backend Developer -Blockchan Developer
Jan 2020 to Till Date
Solutions architect for the backend dev team
Worked wi th latest cloud technologies to provide
sustainable, scalable solutions to some of the core
business concepts.
Executed payout processing with cross platform
payment vendors, seamlessly(API driven).
Designed mitigation plan & rollback routes with
minimal business impact(multi server auto scale
groups) and boosted the post deployment healthchecks(
causing an overall efficiency increase of
about 50%)
Designed and implemented systematic backup
schedules for all the major functionalities and data.
Design Practices Followed: Server-less
architecture (AWS), Python
integrations&migrations from legacy systems,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bibin Shajan
Senior Backend Developer seeking roles in Software Development,Blockchain
Development,Application Programming,Project Management,Requirement
Analysis,Solution Architecture,Python,AWS,REST
API,Flask,OOP,GIT,AZURE,CI/CD,Linux,MySQL,Cobol
Key Skills: Senior Backend Developer,Tech Lead,Software Development,Blockchain Development,Application
Programming,Project Management,Requirement Analysis,Solution Architecture,Python,AWS,REST
API,Flask,OOP,GIT,AZURE,CI/CD,Linux,MySQL,Cobol
Summary
Industrious Software Developer commended
for contributing to innovative, groundbreaking
software solutions to meet business demands
and needs.
Design Architect, Coder, Library Developer.
Passionate about delivering high quality design
driven solutions on cloud and on-premise
technologies to large volume businesses.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 2/4
Wipro Technologies as Project Lead
Sep 2019 to Jan 2020
Project Lead for offshore development/testing
squads.
Technical Developer for TiVo Device appl icat ions
Set Top-boxes and related Streaming devices).
Technical Competence: Python, RESTful /
MINDAPIs, Automation Scripting, ADB devices,
LINUX/UBUNTU, Jenkins/Perforce
Capgemini as IT Consultant
Jun 2016 to Sep 2019
Was responsible for handl ing IT operat ions(Development /
Test ing/Suppor t ) of mul t iple volvocars assembly plants
(Sweden, Belgium, China)
Implemented PACED flow in assembly area, to help
business understand key areas of improvement within
assembly line, thereby boosting overall factory efficiency
by 25%
Instigated one Pilot Blockchain provision for procurement
and ordering services in volvocars.
Established pattern recognition architecture for Vision
stations in factory floor.
Introduced Batch jobs in production servers, saving
14%of work load for IT-Team.
Implemented Machine Learning algorithm (Regression)
on the propulsion planning system.
Technical Competence: Python/C/PASCAL,RESTful
APIs/FLASK, DB2/Oracle11G, GIT/AzureDev Ops/SVN
UG: B.Tech/B.E. (Electronics/Telecommunication) from College of Engineering, Kidangoor in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Cobol VSII
COBOL
2014 2 Year(s) 2 Month(s)
JCL 2014 2 Year(s) 2 Month(s)
DB2 2014 1 Year(s)
IDMS 2014 1 Year(s) 2 Month(s)
ADSO 2014 1 Year(s)
AS 400 SMART400 2015 1 Year(s)
Tibco 2015 0 Year(s) 6 Month(s)
Linux, VirtualBox, OpenVMS 2 Year(s)
SUMIF 2 Year(s)
Python Gd 2018 0 Year(s) 6 Month(s)
MAINFRAME, POSTMAN, ANACONDA
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 3/4
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2016 - Till Date
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Mar 2015 - Till Date
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Nov 2013 - Till Date
Onsite / Offsite: Offsite
Team Size: 15
Nature of Employment: Full Time Duration: Nov 2012 - Aug 2013
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Malayalam Proficient
Projects
Project Title: Backend Development
Client: 21North|Europ Assistance
Project Details: * Core Tech lead for developing backend architecture
Developed, unit tested and deployed core
fundamental logics in Python with a server less
design philosophy(efficiency boost by 75%).
Key player in cross platform integrations
Implemented scalable solutions to a few of the
burning issues in production(round time was reduced
by 200%).
Maintained highest quality of sustainable code
repositories and helped in the creation of
deployment/review checklists.
Design Practices : Server-less design pattern
(AWS), Python integrations/migrations from
legacy systems, Scalable solutions,
Configuration driven source codes
Project Title: Software Engineer - Volvocar
Client: Volvo
Skill Used: Python, C, Pascal
Project Details: Was responsible for handling basic IT operations in the Volvo cars production plants in Skovde and Ghent,
Sweden
Involved in development/support/testing various IT applications, in the production plant.
Project Title: Life Asia - Development(SMART400)
Client: Exile Life Insurance
Skill Used: AS 400(SMART 400), COBOL, DB2
Role Description: Involved in the Analysis of Major functionalities of the Life Insurance Sector in India.
Involved in development and testing of the Life Asia Applications for the Life Insurance Domain.
Was part of Launching New Life Insurance Products in India
Project Details: Exide Life Insurance Company Limited (formerly ING Vysya Life Insurance Company Limited) commenced
operations in 2001-02 and is head quartered in Bengaluru. The company is profitable and serves over 10 lakh customers
across India and manages over INR 88 Billion in assets. The company is 100% owned by Exide Industries Limited and is
proud to be part of a 100 year old brand heritage in India.
Project Title: ISSES
Client: GE Aviation
Skill Used: COBOL, ADSO, IDMS
Role Description: Involved in the Analysis of Major Programs and functionalities for the cross platform migration of the
project.
Effectively collaborates and communicates with the stakeholders and ensuring satisfaction as per client standards
Project Details: GE Aviation, a subsidiary of General Electric, is headquartered in Evendale, Ohio, outside Cincinnati. GE
Aviation is among the top aircraft engine suppliers, and offers engines for the majority of commercial aircraft. GE Aviation is
part of the General Electric conglomerate, which is one of the world's largest corporations.
Project Title: Manulife Japan
Client: Manulife Japan
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135…
https://freesearch.naukri.com/preview/printResume?uname=aa487fed7d76f664776853ddcdc3c5fd5a5c5b0349175a140012400c5f0e02491101135140175d5f0f55… 4/4
Project Location: Bangalore
Role: Programmer
Onsite / Offsite: Offsite
Team Size: 6
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: COBOL, Shell Scripts (Korn), DB2, Serena File-manager
Role Description: Involved in development and testing of enhancements and change requests for the enhancement.
Converted Client requirements and HLD into Unit Test Plans(UTPs)
Designing program specifications, Unit test plans according to the Technical specifications.
Project Details: Manulife Japan is an insurance firm having its roots in Canada. It is one of the leading insurance firms in
Japan. I was involved in the batch processing and maintenance for the functionalities of the company.
Rank 919: Resume 1525 with similarity score 0.009577167243191222
Resume Text: MS , BS web developer , flash designer , web designer , full time , digital marketing analyst , project leader ecommerce , presentations , magento , agriculture , optimization , web development , general , media marketing , telugu , opencart , css , designation , sem , adobe photoshop , pages , scripting languages , affirmative action , plugins , web design , flash , hindi , promotional design , adwords , beginner , maintenance , ltd , php , jquery , english , digital media , graphic design , authorization , shopping , ppc , bootstrap , twitter , status , social media , anti-aging products , b2b , project , store , google , linkedin , multimedia , dreamweaver , facebook , life sciences , psd to wordpress , online , seo , e-commerce , hubspot , email marketing , cms , javascript , search , bing ads , technology , dell , digital marketing , html , ppv 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f41584755…
https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f4158475515130d0f0d57… 1/3
Current Designation: Web Developer & Digital Marketing
analyst
Current Company: BioGenex Life Sciences
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: Agriculture/Dairy
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
BioGenex Life Sciences as Web Developer
Aug 2017 to Aug 2017
Working As Web Developer & Digital marketing analyst, taking care Magento, WordPress based website and Digital
marketing activities like SEO, Email marketing, Paid advertisements
BioGenex Life Sciences as Web Developer & Digital Marketing analyst
Aug 2017 to Till Date
Website Maintenance (Magento store, hubspot CMS ), SEO, SEM,SMO
HD info Hyderabad as Web Developer, Digital marketing
Mar 2017 to Aug 2017
WEB DEVELOPER, DIGITAL Marketing,SEO,SEM,SMO
Dell International Services India Pvt Ltd as Web developer, Digital marketing
Nov 2015 to Mar 2017
Design, build, or maintain web site, using authoring or scripting languages, content creation tools, management tools, and
digital media
HD Info as Web Developer / Digital Marketing Analyst
Sep 2013 to Nov 2015
Last Active: 22-Jan-21 Last Modified: 26-Nov-20
kurumurthy
Web Developer & Digital Marketing analyst
Key Skills: Digital Marketing,Social Media Marketing,Search Engine Marketing,Social Media
Optimization,SEM,SMO,SEO,Search Engine Optimization,Web
Development,HTML,CSS,Wordpress,Opencart,Photoshop,Bootstrap,UI Development,Javascript,JQuery.
Summary
Web Developer and Digital Marketing Analyst with 7 years of relevant experience my key skills - WordPress, Opencart, html,
css, Jquery, Photoshop, Dreamweaver, ad words, bing ads, Facebook ads, ppv ads
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f41584755…
https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f4158475515130d0f0d57… 2/3
Designing, Developing Ecommerce based websites - Digital Marketing
Vsplash techlabs private limited as Wordpress Integrator
Aug 2012 to Jan 2013
PSD to wordpress conversions, Plugins Development, Ecommerce Based websites
Sortins Technologies as Web Developer / SEO, SMO
Feb 2010 to Aug 2012
Website Development wordpress, opencart & php based websites - Digital marketing, SEO, SEM
Medzi Technologies as Web Designer / Flash Designer
Jan 2009 to Feb 2010
Design, build, and maintain web sites, Flash Presentations, Promotional Design
UG: B.A (Maths) from shobhit university in 2014
PG: from Shobhit institute of engineering and technology, Meerut in 0
Other Qualifications/Certifications/Programs:
Arena multimedia
Adwords certified professional
Nature of Employment: Full Time Duration: Jul 2017 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
WEB DESIGN 0 Month(s)
Adobe Photoshop 9 0 Month(s)
SEO 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Hindi Beginner
Projects
Project Title: BioGenex
Client: BioGenex Life Sciences
Project Details: Web Development- Magento, WordPress, Hubspot
Digital Marketing - SEO, Email marketing, PPC, LinkedIn,
Project Title: SWISSCELL.CO.UK - Web Development - Digital Marketing
Client: Swisscell UK LTD
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f41584755…
https://freesearch.naukri.com/preview/printResume?uname=43a7cf31ce00a85e082fa3cee4b3dbe95e5f0a041f1608140047400d5e5f524f4158475515130d0f0d57… 3/3
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Project Leader
Duration: Jan 2014 - Aug 2015
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Skill Used: Wordpress CMS, PHP, HTML, CSS, Facebook, Twitter, Google, AdWords, SEM, SMO, SEO, SEO Analyst,
Role Description: WordPress Based E-commerce Website Development , Regular maintenance - Improving website
SEO organic results, Social Media promotion thought Facebook, Twitter, Paid Marketing Facebook PPC, adwords
Project Details: SWISSCELL.CO.UK - Wordpress Based E-commerce website with B2B and Online Shopping Portal -
Internal information pages - blog etc..
SWISSCELL UK LTD is Distribution company for anti-aging products
Rank 920: Resume 1344 with similarity score 0.009552253982672872
Resume Text: MS , BS associate , customer support engineer , linux administrator , full time , linux system administrator , system engineer , aws solution architect , unix system administrator award , training , nfs , customer , 24x7 , space , status , grasp , application services , red hat linux , samba , payroll , nagios , gitlab , components , building , ec2 , operating systems , server administration , system administration , organization , file systems , vmware esx , ansible , designation , mar , rhel , hindi , cloud , freebsd , ltd , windows , english , troubleshooting , ftp , groups , swap , credentials , splunk , playbook , range , ibm , closure , volume management , dc , puppet , resolve , documentation , itil , javascript , disk management , technology , business continuity , knowledge base , reporting , performance analysis , rca , general , change requests , vendors , affirmative action , oracle , p2 , maintenance , basic , unix , centos , email , rsync , aws , configuration management , ubuntu , operations , ilo , hp , juniper , languages , raid , resource optimization , scheduling , esxi , galaxy , ug , authentication , authorization , openstack , teams , enterprise , automation tools , kernel , virtualization , devices , cron , electronics , articles , servers , s3 , running , merge , system performance , framework , cvs , sphere , zenoss 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125…
https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125219175b5f0a0… 1/3
Current Designation: Linux System Administrator
Current Company: DXC Technology ( Payroll Genex Corporate
Services Pvt. Ltd.)
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Secunderabad
Functional Area: IT Software - Client Server
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: Diploma [Industrial Electronics]
Verified : Phone Number | Email - id
DXC Technology ( Payroll Genex Corporate Services Pvt. Ltd.) as Linux System Administrator
Jun 2020 to Till Date
Tech Mahindra ltd. as L2 Linux System Administrator
May 2016 to Jun 2020
Organization :- Tech Mahindra ltd.
Role :- L2 Linux System Administrator
Location :- Pune
Duration :- October 2017 to Till date .
Organization :- Tech Mahindra ltd. (Payroll : Team Ware Solution)
Role :- L2 Linux system Administrator
Location :- Pune
Duration :- May 2016 to October 2017 .
Role:
On role of Unix System Administrator (L2 support) in 24x7 environment, for Juniper Networks client.
Pat on Back awarded for being reliable in management of CM Maintenance Activity.
Managing incidents, service requests and change requests as per ITIL guidelines using Service-Now tool.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SAMBANDH SURYAWANSHI
L2 Linux system Administrator seeking roles in System Administration,Linux
Administration,Server Operations,Hardware Support,Technical Support,Disk
Management,Troubleshooting,Performance Monitoring,Incident
Management,Unix,DNS,VMware,AWS,Ansible
Key Skills: l2 linux system administrator,system administration,linux administration,server operations,hardware
support,technical support,disk management,troubleshooting,performance monitoring,incident
management,unix,vmware,aws,ansible,git,itil
Summary
Linux Certified System Engineer with a strong 9+ years IT background based on in-depth training and ongoing in computer
technology. Currently working as Linux System Administrator in 24x7 environments for client Juniper Networks in their
enterprise wide AWS and Contrail cloud, VMWare, and server operations.
Worked on various physical and virtual servers under DC and cloud environment with RHEL and CentOS v5.x/6.x, Ubuntu
12.04/14.04, FreeBSD 7.1/9.1, VMware ESX 4.x/5.0 and ESXi 5.1/6.5 Oss.
Proficient in ITIL based framework for troubleshooting of client issues and maintenance of Unix servers including incident
troubleshooting, performance monitoring, resource optimization, configuration changes and reporting.
Quickly grasp any new technologies and concepts introduced by client and demonstrate the same to colleagues.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125…
https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125219175b5f0a0… 2/3
Build and deploy of UNIX/Linux based OS, their kernel and packages. Troubleshooting of NFS, NIS, SAMBA, FTP .
OS Performance analysis, optimization, troubleshooting of user issues and server administration.
Problem tickets management, working on RCA and closure as per ITIL guidelines.
Managing configuration files via automation tools such as Git, CVS Puppet and Ansible on large range of servers.
User account and authentication management locally as well as through NIS. Managing local authentication files via
automation tools such as Puppet and Ansible on large range of servers.
Basic knowledge of Ansible to run playbook from AWX ansible tower and trouble shoot to failed jobs,
Working with gitlab to push, pull, merge request to manage configuration management files.
Change creation, scheduling, implementation and handling maintenance activities as per ITIL standards.
Documentation of related troubleshooting process. Building and maintaining knowledge base (KB) articles.
Troubleshooting Server hardware issues using iLO/IMM/DSview consoles, in coordination with hardware support vendors
(HP, IBM, Groupware, iXsystems, Oracle, Zensar) whenever necessary.
Creating, managing and troubleshooting RAID arrays, LVMs, NFS and SAN shared volumes. Volume backup and sync
with rsync.
Virtualization: hands on to VMware v-Sphere client / v-center from v4.x to 6.5.
Working on cloud platform like ( AWS, OpenStack Contrail ) hosted production servers.
Knowledge AWS Ec2, EBS, S3, Cloud watch etc,
Hands-on monitoring using Zenoss for physical as well as virtual hosts and SPLUNK for contrail cloud platform VMs.
Working on Monitoring tool generated P3 escalated/P2/P1 tickets.
Accept calls from Service Desk and resolve the problems related to Infra,
Update Service Desk with call resolution details,
Assign tasks and review the L1 tickets.
Galaxy Soft Sol Inc. as Linux Administrator
Jan 2014 to Jun 2015
Role:
Monitoring alerts on tools (Nagios).
Responded to Page alerts and resolved the issues in a Timely Manner
Immediate attention for Host down alerts and engaging appropriate teams for resolution and escalating wherever required
making sure the Application services are up and running for Business continuity.
Monitored system performance.
Handling and providing support for critical tickets for production servers within the given SLA.
Performance Analysis of resources like CPU, Memory, Disk and Swap.
Responsible for day-to-day System Administration for Red Hat Linux .
Responsible for NFS Management - Take care of user accounts/groups, setting up of NFS environment. Solving the
problems.
Troubleshot NFS Related issues and Work with appropriate teams for Resolution
Reviewed system log files for errors. Setting up CRON jobs.
Expertise in Creating new file systems, managing and checking data Consistency of file systems Administration
Installation, configuration and upgrade of Linux Operating System
Expertise in using Logical Volume management (LVM) for disk management and allocation of space to physical volumes,
Creating Logical volumes and clearing the unused devices.
HCL Info systems Ltd. as Customer support Engineer
Mar 2010 to Jan 2014
Credentials of receiving "BEST PERFORMANCE CE AWARD" for JAS '2013'
Spearheading efforts across Planning, coordination and implementation
Involved in Installation and configuration of Servers, Clients and networking components
Provided Systems Administration support for Linux & Windows Operating Systems
Maintenance and troubleshooting operating system problems for the installed systems
UG: Diploma (Industrial Electronics) from Chandrapur polytechnic Chandrapur in 2008
Other Qualifications/Certifications/Programs:
Redhat system engineer 5
AWS solution Architect Associate
Education
IT Skills
Skill Name Version Last Used Experience
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125…
https://freesearch.naukri.com/preview/printResume?uname=e00bfb9cbd1aebf7fa46ca87659960be5e5e58054e1501125542400b0908594f140c125219175b5f0a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS , Contrail cloud, VMWare
Languages Known
Language Proficiency Read Write Speak
ENGLISH
Hindi
Marathi
Rank 921: Resume 1210 with similarity score 0.009548863283597175
Resume Text: B.E , MS , B.TECH , BS system analyst , full time , balancer general , migrating , efs , ug , affirmative action , mysql , design , technical architecture , databases , linux , maintenance , azure , ltd , authorization , ssl , web applications , status , email , groups , aws , cost effective , cron , electronics , s3 , servers , branding , server migration , ec2 , reach , amazon , vmware , one , system administration , diagrams , javascript , crm , cloud computing , vsphere , technology , load , folders , firewalls , security management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13…
https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13501115580c0b5… 1/2
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 1 Year(s) 9 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
9Logic Technologies Pvt Ltd as AWS Engineer
Apr 2019 to Nov 2020
9Logic Technologies Pvt Ltd, headquartered in Redmond, WA - USA, is a global IT
consulting and solutions provider with expertise in cloud computing, ERP and CRM
applications.
Responsibilities:
Hosted a web application in the AWS EC2 instance and connected MySQL
database to it using AWS Database service(RDS): SQLyog.
Mounted an EFS file onto the EC2 instance and ran the script for taking backup
of few folders according to the clients requirement.
Using VMware, launched a new virtual machine and installed OwnCloud
application.
Maintained FileCloud application in AWS for one of the clients by managing
users, extending the license and its branding.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
AMITHA LAKSHMI KOLLAPUDI
AWS Engineer seeking roles in Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Cloud
Computing,Security Management,AWS,VSphere,VMware,MySQL,Linux
Key Skills: AWS Engineer,System Analyst,Software Development,Application Programming,Requirement
Gathering,System Analysis,Technical Architecture,Cloud Computing,Security
Management,AWS,VSphere,VMware,MySQL,Linux
Summary
I am a self starter and highly motivated AWS Engineer with about 2 years of
experience in system administration. A strong performance background in a wide variety
of professional system support and AWS Services.
An experienced Cloud Computing Engineer with hands-on and managerial skills
in Cloud Technology mainly using AWS with expertise in AWS Design,
Implementation, and Migration.
Proficient in AWS services EC2, IAM, S3, CloudWatch, Migration services,
SNS, ELB, RDS, Aurora, EBS, Route 53, Auto Scaling and AWS Certificate
Manager.
Experience in planning, designing, Implementation in areas of AWS Cloud.
Designed Architectural Diagrams for different applications before migrating
into Amazon cloud for flexible, cost- effective, reliable, scalable,
high-performance and secured.
Have worked on designing highly available, cost effective and fault tolerant
systems using multiple EC2 Instances, Auto Scaling, Elastic Load Balancer
and AMIs.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13…
https://freesearch.naukri.com/preview/printResume?uname=2a69fc6ba2f27daa003a11518f948c1a0c085a544e105b130417455d5c095848455d13501115580c0b5… 2/2
Worked on AWS Transfer for SFTP and managed sharing of files between the
users.
Made a website secured using AWS Certificate Manager for creating SSL
certificates.
Hosted a static website using AWS CloudFront, S3 and Route53.
Involved in cost comparison of instances in AWS and Azure Cloud technologies
to estimate the billing of projects.
Taken regular Snapshots for EBS volumes using Cron commands for one of the
clients.
Migrated several databases from Azure Cloud to AWS Cloud using different
migration methods.
Deployed Web Applications using AWS Elastic BeanStalk.
Worked with AWS Server Migration Service(SMS). Migrated the VMware
vSphere Servers to AWS Cloud and created the instances using those
Images(AMI's).
Defined AWS Security Groups which acted as virtual firewalls that controlled
the traffic allowed to reach one or more AWS EC2 instances and deployed EC2
instances, ELBs by using Cloud Formation in AWS.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Bapatla womens Engineering College in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
EC2, IAM, S3, SNS, SES, ELB
RDS, DMS,Security Groups
Route 53, AutoScaling, Elastic File Syst
Server Migration, AWS Certificate
AWS Backup
Cloud Formation
aws, linux
VMWARE
MySql, Aurora and DB2.
Rank 922: Resume 1378 with similarity score 0.009547276332599056
Resume Text: B.E , B. TECH , MS , B.TECH technician , associate , customer support engineer , full time , customer service agent , enterprise architect , aws solution architect retail , amazon ec2 , telugu , designation , scripting , affirmative action , amazon s3 , amazon vpc , ltd , sds , authorization , english , enterprise , abuse prevention , status , customer service , email , amazon sqs , aws , solution architecture , electronics , obc , languages , python , javascript , amazon cloudfront , metrics , kodi 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195…
https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195012465c0e0f0… 1/2
Current Designation: Associate in SDS Concession Abuse
Prevention
Current Company: Amazon Development Centre India Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Chennai,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Amazon Development Centre India Pvt. Ltd as Associate in SDS Concession Abuse Prevention
Jun 2017 to Till Date
Exemplary work as retail customer service agent; met and surpassed goals with metrics on my customer service contacts;
work to surpass expectations in an ongoing capacity.
Trained for specialty and work in Concession Abuse Prevention Department; striving to rehabilitate customers with a trend
of concession abuse.
Worked for Abuse prevention team to analyse and control the frauds happening post-delivery of the products.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Aditya Engineering College, Surampalem in 2017
Other Qualifications/Certifications/Programs:
AWS Solution Architect by Edureka
Last Active: 25-Nov-20 Last Modified: 25-Nov-20
PRITHVI RAJ KODI
B. tech with 2.5+ years of experience in Customer service. Skilled in AWS cloud
solution architecture and Python.
Key Skills: Customer Support Engineer/Technician,Technical Support,Solutions Architecture,SNS,Python
Scripting,AWS,Customer Support
Summary
Having in-depth knowledge of AWS Solution Architecture and AWS services. Also skilled in Python.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195…
https://freesearch.naukri.com/preview/printResume?uname=b8dbad5c9de3483a4a97fe367faec08d5f540e024d130d450b47485b5d01514f115c195012465c0e0f0… 2/2
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Amazon Ec2, Amazon S3
SNS
Amazon Route 53, Amazon Cloudwatch
Amazon VPC, Amazon SQS,Amazon Cloudfront
Python Scripting
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Rank 923: Resume 1033 with similarity score 0.009506749575394885
Resume Text: MS , BS verifier , full time , finance professional training , robotics , internal audit , filenet , designation , ug , office , vendors , international business , affirmative action , oracle , scanning , hindi , vendor management , ltd , travel , digital , authorization , english , status , productivity , budgeting , email , tracker , project , shared services , sap , processing , records , accounts payable , bengali , spss , prowess , forex , query resolution , srm , exceptions , finance , offshore , languages , payments , internal customers , dashboard , pan , process automation , javascript , expenses , tax , brewery 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a19…
https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a195044155c5f015… 1/2
Current Designation: Shared Services Finance
Current Company: Pernod Ricard
Current Location: Delhi
Pref. Location: Jaipur,Delhi / NCR
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Finance/Budgeting Mgr
Industry: Brewery / Distillery
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Finance and Marketing]
Verified : Phone Number | Email - id
Pernod Ricard as Shared Services Finance
Jan 2019 to Till Date
Leading Digital/RPA project Pan India
Accounting responsibility well versed on reconciliation/provisions and entire month end activities
Day to day tracking of productivity and SLA?s
Leading digital project to onboard vendors, where Invoices are scanned by vendors.
Providing Training/Working and coordination with stakeholders and internal customers on Vendor Portal
Taking queries and resolving them over email and calls.
Timely submission of dashboard.
Ensuring compliance of TDS and GST while Invoice posting
Payment of Bills as per agreed calendar
Foreign payments for vendors
Prepare and Review of Invoice tracker
Provide support during Audits
Provide direction and manage team members
Bechtel India Pvt Ltd as BBS (Accounts Payable and INR)
Nov 2014 to Jan 2019
Working on GST and TDS for INR vendors.
Month End Activities (Closing Activities and Reconciliation)
Working on Accrual Data and pre-payments.
Query Resolution with local vendors.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
George Stephen Massey
Shared Services,Finance seeking roles in Accounting, Digital Projects, RPA,
Automation, Vendor Management Digital,
Key Skills: Shared Services,Finance,Accounting,Budgeting,Financial Accounting,Internal Audit,Robotics,Invoice
Verification,Vendor Master,Accounts Payable,Vendor Payments,Vendor Reconciliation,Factory Automation
Summary
Finance professional with an experience of 7 years in Accounting,Finance,Internal Audit expertise in maintaining company
registers and records of the company.
Working on vendor digitalization and Robotics Process Automation.
Handling PAN india team and vendors.
Monthly Closing,
Prepares special adhoc reports by collecting, analyzing, and summarizing account information and trends.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a19…
https://freesearch.naukri.com/preview/printResume?uname=906a850909560cec84374f2bb96853555f0f0c571f425811501414515e09511e410a195044155c5f015… 2/2
Query Resolution over calls and Email with offshore Team.
Forex, Travel and Expenses Reimbursements
Processing Invoices (Oracle)
Releasing Holds from Invoices in Oracle (OCR)
Handling/Processing Email Invoices (Mailbox)
Handling Different types of Exceptions
Vendor Setup
Maintaining FileNet Data
Working with Scanning/E-Connector and Compliance Team
Genpact as Accounts Payable
Apr 2013 to Oct 2014
OCR:
* Processing of OCR Batches through Verifier
* Vendor setup
* Processing of 550 batches
Manual:
* Processing of SRM (Non-PO) invoices (SAP).
* Processing of PO based invoices (SAP).
* Invoice Resolution, solving customer queries (mail)
* Handling Generic mailbox solely for solving customer queries.
* Processing SES (service entry sheet)
* Payment Proposal
* Processing of Utility Invoices.
UG: B.Com (Hons) from Osmania University, Hyderabad in 2011
PG: MBA/PGDM (Finance and Marketing) from Fortune Institute of International Business, New Delhi in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS Office, Prowess, SPSS
SAP, ORACLE
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Rank 924: Resume 1563 with similarity score 0.009501485322543276
Resume Text: MS , BS solutions architect , system administrator , associate , devops , quality assurance , full time , team lead security , fault tolerance , conducting , it service management , docker , linux , fms , build automation , red hat , status , continuous integration , testing , network services , ec2 , infrastructure , foundation , operating systems , server administration , symantec antivirus , data integrity , cms , artifactory , mission critical , ansible , devops , access , designation , print servers , cloud , ltd , windows , json , workstations , english , troubleshooting , agile , project , groups , provisioning , playbook , git , yaml , documentation , itil , peripherals , javascript , availability , ldap , general , scrum , affirmative action , information technology , maintenance , service delivery , email , aws , configuration management , it management , software audits , languages , maven , console , network connectivity , scheduling , web , software solutions , jenkins , handover , ug , tamil , group policy , active directory , authorization , teams , application , ci , ecs , s3 , system performance , repository , schedules , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c1…
https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c185247430c5f0e… 1/3
Current Designation: Technical Team Lead
Current Company: Vishwak Solutions Private Limited
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: Bachelors [COMPUTER
APPLICATIONS]
Verified : Phone Number | Email - id
Vishwak Solutions Private Limited as Technical Team Lead
Jan 2019 to Till Date
Setup and built AWS infrastructure using various resources, VPC, ECS, EC2, S3, IAM, EBS, Security Group, Auto
Scaling, RDS in Cloud Formation JSON templates.
Migrate, develop or modernize applications on AWS.
Used Maven to build rpms from source code checked out from Git repository, with Jenkins being the Continuous
Integration Server and Artifactory as repository manager.
Attended every day scrum/agile meetings and weekly sprint meetings to evaluate completed work and to handover new
tasks.
Working with Development, QA and project management teams to set release schedules and environments in a
dynamic fast-paced environment.
Define best practices for source control, build automation, continuous integration, automated testing, deployment, and
release management.
Expertise in Ansible Playbook, YAML for Maintaining Roles, Inventory Files and Groups Variables and Extensively
worked on Jenkins.
Anjana Software Solutions Private Limited as System Administrator
Feb 2014 to Dec 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
B KATHIRVELAN
Technical Team Lead seeking roles in Project Management,AWS
administration,application management,Web Server Administration,Configuration
Management,Quality Assurance,software audits,release management,automation
testing,Service Delivery
Key Skills: Technical Team Lead ,Project Management,AWS administration,application management,Web Server
Administration,Configuration Management,Quality Assurance,software audits,release management,automation
testing,Service Delivery
Summary
A Technical Team Lead with 9 years of experience, including 3+ years in AWS administration and Automation. Skilled at
supporting, automating, and optimizing mission critical deployments in AWS, leveraging configuration management, CI/CD, and
DevOps processes.
Currently employed with Vishwak Solutions Pvt. Ltd.
Certified with AWS Solutions Architect - Associate, Red Hat Certified System Administrator and ITIL.
Significant experience of working for large and consistently developing organizations and strongly capable of deploying IT
infrastructure from the very basis to complete functional environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c1…
https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c185247430c5f0e… 2/3
Project: Vishwak Solutions Pvt. Ltd
Monitoring availability and performance and ensure level of fault tolerance based on business needs.
Optimizing the environment to ensure maximum performance.
Identify potential issues on a given application deployment.
Provisioning cloud resources and manage implementation automation.
Creating backups for different services. Implementing and managing security policies.
Ensuring data integrity and access controls when using the AWS platform.
Project: Anjana Software Solutions
Managing Active Directory, LDAP, DNS, WINS and DHCP Services.
Installing and configuring File and Print Servers.
Setting User & Group Management using Group Policy Objects.
Scheduling weekly backup of data & system state backup of critical servers using windows native backup.
Deploying Symantec antivirus client to the Desktops from the SAV console. Setting daily update of virus definition on all
desktops.
Troubleshooting of OS, network and application related problems.
Documentation of internal procedures and assisting IT management to prepare documents for Audit.
CMS Infosystems Private Limited as Sr. FMS Engineer
Apr 2011 to Jan 2014
Responsibilities
To provide overall support and maintenance of operating systems and network connectivity for all Windows and Linux
systems.
Installing the Windows, Linux Servers and configuring in TCP/IP domain environment.
Installing workstations, server administration, network services and peripherals.
Monitoring system performance on a daily basis to ensure adequate response time for production applications.
Establishing and setting document procedures to ensure data integrity including system fail-over and backup/recovery.
Providing reliable backup services.
Conducting routine hardware and software audits of servers for compliance with established standards, policies,
configuration guidelines, and procedures.
UG: Bachelors (COMPUTER APPLICATIONS) from Madurai Kamaraj University, Chennai in 2013
Other Qualifications/Certifications/Programs:
Diploma in Information Technology
Red Hat Certified System Administrator
AWS Certified Solutions Architect - Associate
ITIL® Foundation Certification - IT Service Management
Honors Diploma in Computer Hardware and Networking
AWS Certified Solutions Architect - Professional
Education
IT Skills
Skill Name Version Last Used Experience
AWS 0 0 Year(s) 0 Month(s)
DOCKER 0 0 Year(s) 0 Month(s)
Jenkins 0 0 Year(s) 0 Month(s)
Linux 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c1…
https://freesearch.naukri.com/preview/printResume?uname=0d470c49d80edd4d8e78e134f77db426595c5d004c115b140345105d090d584c415c185247430c5f0e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
tamil
Rank 925: Resume 698 with similarity score 0.009482036942155332
Resume Text: B.S , BS senior project engineer , application developer , project lead , full time vss , api , jenkins , fisheye , physics , designation , ug , scripting , confluence , affirmative action , oracle , mysql , web services , hindi , docker , bpmn , maintenance , apache , authorization , english , web applications , status , spring boot , architecture , email , project , stash , tomcat , mongodb , microservices , git , mariadb , maven , languages , pycharm , hibernate , flask , play framework , sql server , cassandra , struts , python , spring framework , javascript , eclipse , technology , elasticsearch , html 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435…
https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435715400e5b015… 1/2
Current Designation: Senior Project Engineer -Java
Current Company: Wipro Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Wipro Limited as Senior Project Engineer -Java
Apr 2019 to Till Date
Over 7 Years of experience as an application developer and has extensive experience in designing large scale application
in IT industry. Proficient in Web based technologies such as Servlet, JSP, Struts, Spring, Spring Boot, microservices,
Hibernate, Restful Web Service, Cassandra, Elastic Search, Apache Active MQ, mongoDB, Python Web Application,
Python Scripting, Flask API, Jenkins, Docker Exposure in developing Web Applications using J2SE, J2EE, HTML, Proven
ability as a quick learner of new skills and technologies.
UG: B.Sc (Physics) from A Reputed Institute in 2009
PG: MCA (Computers) from Biju Patnaik University of Technology (BPUT) in 2012
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashutosh Rout
Senior Project Engineer having 7 years of Exp. in Java/Spring/Hibernet/RestFull Web
Services/Cassandra/ElasticSearch/Spring Boot/MicroServices/Python/Camunda
BPMN/Play Framework
Key Skills: Software Development,Application Programming,Application Maintenance,Solution
Architecture,Java,Python,Oracle,MySQL,J2Ee,Spring Boot,Microservices,Bpmn,Elastic Search,Cassandra,Web
Services,Spring Framework,Hibernate,Mariadb,Jenkins,Docker
Summary
Over 7 Years of experience as an application developer and has extensive experience in designing large scale application in IT
industry. Proficient in Web based technologies such as Servlet, JSP, Struts, Spring, Spring Boot, microservices, Hibernate,
Restful Web Service, Cassandra, Elastic Search, Apache Active MQ, mongoDB, Python Web Application, Python Scripting,
Flask API, Jenkins, Docker Exposure in developing Web Applications using J2SE, J2EE, HTML, Proven ability as a quick
learner of new skills and technologies.
Work Experience
Education
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435…
https://freesearch.naukri.com/preview/printResume?uname=84d02844f80ef1b379f4fb7d5d8094640a5f00044f410a100712450a5e5f031f1b09435715400e5b015… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA 1.8 2018 5 Year(s) 0 Month(s)
BPMN 2 Year(s) 5 Month(s)
spring boot 3 Year(s)
Jenkins, Docker 2 Year(s)
MicroServices 4 Year(s)
Play Framework 2 Year(s) 5 Month(s)
Cassandra 3 Year(s)
Elastic Search 3 Year(s)
MySQL 3 Year(s)
camunda 2 Year(s)
Apache Active MQ
MAVEN
VSS, SVN, Git
Stash, FishEye, Confluence
Struts, Hibernate
Spring, RESTful Web Services
spring boot, microservices
Tomcat, Jboss
Eclipse, MyEcclipse
Webstrom, PyCharm
Oracle 10g, MySQL
SQL Server, Mariadb
JAVA, PYTHON
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 926: Resume 1076 with similarity score 0.009477923701782185
Resume Text: B.E , MS , B.TECH , BS support engineer , devops engineer , full time amazon web services (aws) , ansible , project support , continuous delivery , encryption , devops , software systems , jenkins , kubernetes , security , designation , ug , tamil , affirmative action , mysql , oracle , docker , linux , maintenance , apache , build automation , php , windows , centos , authorization , english , status , email , tomcat , application , configuration management , ubuntu , continuous integration , pl/sql , s3 , git , puppet , maven , ec2 , nginx , infrastructure , languages , resource management , operating systems , javascript , cloud computing , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18…
https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18571817505f5a… 1/2
Current Designation: aws cloud support engineer
Current Company: TCS
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Civil]
Verified : Phone Number | Email - id
Tata Consultancy Services as AWS Cloud Migration Support
May 2019 to Nov 2019
TCS as aws cloud support engineer
May 2019 to Till Date
AWATA Software Systems as DevOps Engineer
May 2016 to May 2019
Growth Path
Trainee Engineer
Production Support
DevOps Engineer
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
JAYA KUMAR S
AWS Cloud Migration Support seeking roles in Cloud Computing,Project
Execution,Java,
Project Support,Continuous Integration,Configuration Management,Production
Support,Resource Management,Design & Development,Jenkins,Ansible,Docker,
Key Skills: Continuous Integration,Jenkins,Docker,GIT,Apache Tomcat,AWS Cloud Migration Support,Configuration
Management,Continuous Delivery,Build Automation,Maven,Java
build,Ansible,Nginx,AWS,MySQL,Apache,Linux,PHP,HTML,java
Summary
* A qualified Engineering Professional offering nearly 4 years of experience in DevOps, Cloud Computing and Infrastructure
Automation
* Showcased advance AWS expertise through skills in design and deployment of effective solutions on the Amazon Web
Services
* Extensive knowledge of network concepts, knowledge of AWS services e.g. EC2, S3 Security & Encryption, VPC, IAM Role
SQL Knowledge
* Efficient in managing Amazon Web Services (AWS) infrastructure with automation & configuration tools such as Ansible
* Gained the experience of working in Centos, Ubuntu, and RedHat Operating Systems
* Functional expertise in various software/applications like Jenkins, Docker, Ansible, Puppet, Kubernetes, Centos, Ubuntu
and RedHat Operating Systems and so on; configured Jenkins for build and deploy using maven build
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18…
https://freesearch.naukri.com/preview/printResume?uname=1ea6981bc84ff96708296b9282adf9d351580c024b460b4202164809540a5948150a18571817505f5a… 2/2
UG: B.Tech/B.E. (Civil) from Sathyabama University in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SQL, PL/SQL
Oracle 10g/11g
Git, Jenkins, Ansible, Docker
WINDOWS, LINUX
EC2, Elastic BeanStalk
EBS, VPC, RDS, S3, Glacier
IAM, Cloud Front, Cloud, Watch
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 927: Resume 918 with similarity score 0.009461862688493979
Resume Text: B.E , MS , B.TECH application support , lead developer , associate , full time , team lead , team member react.js , aql , web development , telugu , css , designation , use case , affirmative action , hindi , maintenance , apache , kpi , azure , jquery , digital , authorization , english , teams , energy , calculations , status , spring boot , postgresql , extensions , solution delivery , email , project , manufacturing , store , defect tracking , application , tomcat , microservices , introduction to , operations , catalyst , technology solutions , internet of things , database design , fundamentals , connectivity , languages , sme , sql server , javascript , network administration , apps , screens , availability , suite , mashups , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470…
https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470710125a59095… 1/3
Current Designation: Associate Developer
Current Company: Cognizant Technology Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Secunderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Highest Degree: Integrated PG [Software Engineering]
Verified : Phone Number | Email - id
Cognizant Technology Solutions as Associate Developer
Dec 2017 to Till Date
Project : Pfizer Digital Transformation- Solution Delivery
Client : Pfizer
Pfizer Digital Team develops use case in ThingWorx, and Java based applications which provides real-time visibility into
various operations such as Energy Consumption, tracking defects, Monitoring the life cycle of a product and many more to
identify ways to improve Operating Efficiency by a reduction of availability losses.
Project Profile
Project 5: Defect Tracking Tool
Responsibility : Develop Application using ThingWorx, Creating Microservices,
Technology : SQL Server, IOT (ThingWorx), PostgreSQL, JavaScript, CSS, Spring Boot,
SSRS, Report Builder, SSDT
Team Size : 8
Duration : May 2019 - Till date
Role : Lead Developer
The solution provides the ability to digitize and automate various inspection process such as Automatic inspection, Semi-
Automatic inspection, Manual Inspection and AQL Inspection which are processed on a batch in a manufacturing plant.
Batch Details from external database is moved into SQL Server and the inspection is processed on those batches. Batch
Results are verified by QA to proceed the batch to further stages. Developed ThingWorx Mashups/Services,
Microservices, designed database structure, written queries/Store Procedure's with database connectivity that could
replace the spreadsheet adopted by Defect Tracking team.
As a Team member was responsible for
* Worked as SME and lead for Defect Tracking project.
* Requirement Analysis & Design.
* Connecting with multiple teams on finalizing the requirements.
Last Active: 5-Feb-21 Last Modified: 4-Feb-21
Sai Krishna Pola
Associate Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Application
Support,Technical Support,Incident Management,Java,Spring
Boot,Thingworx,Sql,Java Script,SSRS,Apache Tomcat,JQuery
Key Skills: Team Lead/Tech Lead,Software Development,Application Programming,Web Development,Requirement
Gathering,Application Support,Technical Support,Incident Management,Java,Spring Boot,Java Script,Apache
Tomcat,thingworx,SSRS,SQL,React.Js,Microservices
Summary
Result-oriented Professional with over 3.1 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Application Support,Technical Support,Network Administration,Incident
Management,Java,Spring Boot,Java Script,Apache Tomcat.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470…
https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470710125a59095… 2/3
* Creating Micro Services that communicates with UI
* Working on database design.
* Developed Custom Extensions.
* Development of Queries/ Store Procedure's
* Development of individual modules for application using ThingWorx.
* Responsible for Application Deployment and Run phase.
Project 4: TIR TOR
Responsibility : Develop Application using ThingWorx
Technology : SQL Server, IOT (ThingWorx), PostgreSQL, JavaScript, CSS,
SSRS, Report Builder, SSDT
Team Size : 3
Duration : May 2020 - Till date
Role : Developer
The Solution provides real-time visibility into various operations/process the batch goes through, to identify ways to
improve Operating Efficiency by configuring various process parameters and managing alerts. Developed ThingWorx
screens/Mashups with database connectivity that could replace the spreadsheet adopted by the Fluconazole Team to
monitor critical process parameters. Data from external Catalyst database is moved to SQL. Performs KPI Calculations
using the Data extracted in SQL Database.
As a Team member was responsible for
* Requirement Analysis & Design.
* Connecting with multiple teams on Finalizing the requirements.
* Working on database design.
* Development of application using ThingWorx.
* Responsible for Application Deployment and Run phase.
UG: B.Tech/B.E. (Computers) from Vellore Institute of Technology (VIT) in 2017
PG: Integrated PG (Software Engineering) from Vellore Institute of Technology (VIT) in 2017
Other Qualifications/Certifications/Programs:
Introduction to Internet of Things
ThingWorx Fundamentals Certification
Azure Fundamentals
ThingWorx Professional Curriculum for Developer
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Spring Boot -Micro services
Java Script, React Basics
MS SQL Server, Postgres
HTML, CSS, JQUERY
ThingWorx, Manufacture Apps
Spring tool Suite
Apache Tomcat
TEAM FORGE
SSRS, Report Builder, SSDT
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470…
https://freesearch.naukri.com/preview/printResume?uname=4b1f99636cd78d3e62ffef752c1140fe0b550a0542100f165710470a5a0058431b0a470710125a59095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
ENGLISH
HINDI
TELUGU
Rank 928: Resume 277 with similarity score 0.009436455103416005
Resume Text: M.Sc , M.S , BS work from home , android developer map , api , assessment , gateway , it , resume , android , javascript , rest , application Assessment
Q1. Why should you be hired for this role?
I have 5 years experience in native Android Application development. I have worked in skills like REST APIs integration,Payment gateway and
Map APIs.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 3 months and also i can start work immediately.
Resume
EDUCAT ION
JOBS
CONTACT Phone: 91 9566130477
Kavitha Raghunath
Coimbatore, Pollachi
Applied 24 Dec'20
Android REST API JavaScript
Master of Science M.Sc), IT
Dr.G.R.Damodaran College Of Science
2008 - 2010
Android Developer
NCTU, Coimbatore
Sep 2015 - Present
Rank 929: Resume 1172 with similarity score 0.009422027692828109
Resume Text: B.E , MS , B.TECH full time , software developer agriculture , web development , security , designation , ug , mar , osiris , affirmative action , user experience , hindi , linux , maintenance , azure , authorization , english , status , productivity , architecture , email , home automation , water , application , aws , database development , system development , less , mumbai , ifttt , deals , operations , technology solutions , internet of things , database design , customer experience , languages , software engineers , big data , raspberry pi , python , javascript , product life cycle 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b11…
https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b115115440d5d0b… 1/2
Current Designation: SDE-II
Current Company: Cloudesign Technology Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: PG Diploma [Computers]
Verified : Phone Number | Email - id
Cloudesign Technology Solutions as SDE-II
Sep 2019 to Till Date
This company deals in Automation, AI, IOT, Web development user
experience to enhance productivity and customer experience
To be a part of the development of complete IOT with
Web development based Product life cycle and
understand the complexities involved in making an MVP
(minimum viable product) to a productionable product.
Driving team of 5 software engineers to meet an
Software level Architecture for the Internet of Things
Application for Monitoring.
Database designing, Development and Operations.
Osiris Systems as Software Developer
Mar 2018 to Aug 2019
This company is a vanguard of technology solutions, specializing in
Product & System Engineering, IoT, Big Data, Security, and
Application Development
Camera system development and designing for smart
agriculture.
Development of voice Skills for Balboa Water Group.
IFTTT based Home Automation using Raspberry PI.
Development of IOT based Water filter.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
ASHISH BHARADWAJ
SDE-II seeking roles in Software Development,User Experience,Application
Development,Database Design,Technology Solutions,Customer Experience,Database
Development,System Engineering,Product Life
Cycle,C,Linux,NodeJS,Python,AWS,Azure
Key Skills: SDE-II,Software Developer,Software Development,User Experience,Application Development,Database
Design,Technology Solutions,Customer Experience,Database Development,System Engineering,Product Life
Cycle,C,Linux,NodeJS,Python,AWS,Azure
Summary
Result-oriented Professional with over 2 years of experience in Software Development,User Experience,Application
Development,Database Design,Technology Solutions,Customer Experience,Database Development,System
Engineering,Product Life Cycle,C,Linux,NodeJS,Python,AWS,Azure
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b11…
https://freesearch.naukri.com/preview/printResume?uname=b2d2cb3ab99dbcc1ce3b85d8bf103b5150550f524e455d135519130b090b594a135b115115440d5d0b… 2/2
UG: B.Tech/B.E. (Electrical) from LNCT INDORE in 2016
PG: PG Diploma (Computers) from cdac acts in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 930: Resume 754 with similarity score 0.009421943439267772
Resume Text: B.E , B.TECH director , product development , full time , delivery manager , program manager automation , retail , vm , customer , scrum , soap , designation , deep learning , ug , mar , jmeter , affirmative action , pre-sales , health , hindi , maintenance , ltd , product engineering , authorization , english , product quality , status , agile , email , project , application , defect tracking , product management , microservices , less , gap , payroll , cucumber , electronics , neural networks , rest , building , kibana , framework , languages , sme , e-commerce , code coverage , selenium , python , onsite-offshore model , reviews , javascript , ml , search , technology , program management 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b001…
https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b00160047470a5e08… 1/2
Current Designation: Director of Customer Success
Current Company: Neurocrafts Pvt. Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru /
Bangalore,Hyderabad,Visakhapatnam
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Neurocrafts Pvt. Ltd as Director of Customer Success
Sep 2020 to Till Date
Key Skills Product Development (AI, ML, Deep learning and Neural networks) Customer Success Marketing Pre-Sales
and Sales
Nisum Technologies PVT LTD, as Sr. Delivery Manager
Nov 2017 to Aug 2020
Key Skills End-End Delivery Framework Development Product Development Code Coverage Project Management
Building the Practices Agile - BDD Selenium Cucumber Kibana Elastic Search
ADP PVT LTD, as Manager
Feb 2008 to Oct 2017
Key Skills QE Automation Framework Development Product Development Code Coverage Complete QE Activities Gap
Analysis Product Quality & Delivery VM Management Code Reviews Defect Tracking Production Support Product SME
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nagarjuna Reddy. T
Director of Customer Success seeking roles in IT Project Management ,Program
Management, Delivery Management, Product Engineering , Quality Engineering
,Agile,Scrum,Microservices,Java,Selenium,Cucumber,Soap,Rest Assure,Elastic
Search, Jmeter,Python
Key Skills: Director of Customer Success,Program Manager,IT Project Management,Program Management,Delivery
Management,Product Management,Quality Management,Agile,Scrum,Microservices,Java,Selenium,Cucumber,Soap,Rest
Assure,Kibana,Elastic Search,Jmeter,Python
Summary
Trusted and proven technology leader with 16+ years of rich experience in IT with proven capabilities in Delivery Management,
Product Management, Project Management, Quality Management and Agile Implementation. Expertise in E-commerce, Retail,
Health care and Payroll domains and worked onsite-offshore model with various BU's across different countries USA, UK, and
Australia.
Work Experience
Education
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b001…
https://freesearch.naukri.com/preview/printResume?uname=5dabc1e9a97a46d014251a81badd8e155b5c5c044b425b420140485a5a0851431b00160047470a5e08… 2/2
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from NBKR Institute of Science and Technology, Vidyanagar in
1999
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JAVA
SELENIUM
cucumber
SOAP
Rest Assure
Kibana
Elastic Search
JMETER
Python
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 931: Resume 1417 with similarity score 0.009417500525661043
Resume Text: B.E , MS , B.TECH , BS team member , fashion designer , partner , technical project manager , technical program manager , full time , business objects , delivery manager training , conducting , is-retail , sales & marketing , sap fiori , digital , customer satisfaction , project planning , status , specifications , mumbai , safeguarding , testing , scope management , project work , sybase iq , sales tax , afs , technical services , crm , jda , solution development , hybris , merchandise , techno-functional , designation , hindi , cloud , technical requirements , gap analysis , ltd , english , troubleshooting , visual basic , sap netweaver , business process mapping , live , functional consulting , solution architecture , ile , software architecture , word , one , javascript , crystal reports , enterprise support , technology , business requirements , risk analysis , affirmative action , user experience , maintenance , utilization , checks , email , max , sap is , fit , operations , microsoft , sequencing , mac , languages , rpg , sap implementation , management system , dashboards , commerce , program management , sap hana , functionality , validation , ug , c-level contacts , tax credits , lumira , mms , webi , visualization , authorization , teams , go , sql , business analysis , application , devices , adherence , user requirements , electronics , led , sap warehouse management , transformation , finance , repository , pcm , career development , returns , merchandising , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d0243400915…
https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d02434009150218485b5f5a… 1/3
Current Designation: Technical Program Manager / Project
Manager -SAP HANA
Current Company: SAP Labs India Pvt. Ltd.
Current Location: Mumbai
Pref. Location: Mumbai,Pune,Raipur
Functional Area: IT Software - ERP / CRM
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 20 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Finance]
Verified : Email - id
SAP Labs India Pvt. Ltd. as Technical Program Manager / Project Manager -SAP HANA
Jun 2007 to Till Date
Growth Path:
Since Apr'13: Technical Program Manager / Project Manager
Apr'12 - Mar'13: Support Delivery Manager - India
Apr'11 - Mar'12: Enterprise Support Advisor - West - Top Accounts
Jun'07 - Mar'11: Consultant - SAP IS Retail, SAP MAP, Logistics - SAP WM
Key Result Areas:
Providing strategic direction and vision for the team and leading them in the right direction to work smarter and more
efficient
Facilitating development initiatives involving mapping of business requirements; delivering periodic services like one
time / technical services based on the business requirements
Supervising smooth implementation and testing of the application and extending post go-live & application
maintenance support to the client
Mapping Business Requirements "As Is" and "To Be" Study; customizing settings to maintain the enterprise structure
and other relevant customization needed in enterprise structure level
Configuring SAP HANA related settings including cross module integration and documenting user requirements and
developing specifications for customization
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Salil Kumar Nayak
Technical Program Manager /Project Manager seeking roles in SAP
Implementation,SAP S/4HANA Support, Project Management,Delivery
Management,Program Management,Business Analysis,Functional Consulting,SAP IS-
Retail,BW, SAP WM, SAP Fiori
Key Skills: Technical Program Manager /Project Manager,SAP Implementation,SAP HANA Support,Project
Management,Delivery Management,Program Management,Business Analysis,SAP Warehouse Management,Functional
Consulting,SAP IS-Retail,SAP WM,SAP MAP, SAP Netweaver,
Summary
Result-oriented, SAP HANA certified, Techno-functional Professional with nearly 20 years of cross-cultural experience in
Program/Project Management, Delivery Management, SAP HANA Support & Implementation, and Business Analysis
Focused-forward Technical Project Manager with expertise in managing end-to-end delivery/ program/ project planning &
implementation from scope management, to activity sequencing, effort & cost estimation, risk analysis to quality management in
line with the guidelines & norms
Strategist & implementer with expertise in leading SOH migration, S4HANA Implementation and safeguarding of S4HANA
projects on premise & on Enterprise Cloud
Outstandingly skillful in managing C-level contacts, maintaining customer satisfaction and de-escalated support related
escalations
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d0243400915…
https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d02434009150218485b5f5a… 2/3
Presenting & pitching solutions to the client, responding to RFPs, delivering presentations basis the scope of the work
Managing software architecture activities for business process mapping of the client and identifying appropriate
development methodology
Leading the implementation and support of SAP HANA solutions for customers based across different geographies
Managing the entire project operations with a view to achieve business objectives and ensure optimum utilization of
available resources, which include both end-to-end implementation and production support
Interacting with team members to ensure smooth progress of project work; ensuring adherence to quality norms
throughout the implementation process
Working closely with customers on the technical requirements to provide solutions; identifying requirements including
details required for service definition using technology solution document
Clients:
Shoppers Stop: Managing & ensuring S4HANA 18/09, BW/4HANA, Customer Activity Repository 4.0 (CARAB)
implementation including solution architecture review, fit-gap analysis, technical feasibility and integration checks, going-
live support.
Sun Pharma: Managing & ensuring S4HANA 16/10 implementation including design, development & troubleshooting of
applications; conducting gap analysis including validation of needs in conjunction with onsite & offsite teams comprising of
SAP & partner resources
AND Ltd. Delivered safeguarding services to support end-to-end implementation of IS-Retail HANA with add-on SAP
Simple Finance 1503, integrated with SAP AFS for the midsize Fashion Designer, Manufacturer and Retailer.
Tata CLiQ: Led the delivery of SAP premium engagement services to ensure successful implementation of Hybris e-
commerce, PCM and OMS, SAP ECC FICO, CRM, PI.
Maharashtra Sales Tax Dept.: Driven the Max attention engagement the project lifecycle implementation of SAP TRM
and custom solution for taxation processes. Led the innovative solution development on SAP IQ for tax filings and
computations of tax credits in Sybase IQ. The form-based processes are implemented end-to-end to facilitate volume of
about 1 million returns per month
State Bank of India: Led a large digital user experience transformation project for the largest bank in India to
personalize and simplify the user experience across all lines of tasks and devices for SAP HRMS system
Career Development System: SAP IQ and SAP Business Objects functionality used to create a common repository for
information from which Business Objects extract's information for visualization & interactive reporting/ Dashboards
Essar Group
Sep 2006 to May 2007
Highlights:
Pivotally implemented JDA -MMS (Merchandise Management System) and WINDSS (Point of Sale solution) for the
retail business initiative of the ESSAR Group.
Ensured cross-functional & cross-program solution integration & end-to-end design
Assisted team in understanding the Business process from the various business functions - Distribution & Logistics,
Sales & Marketing, Merchandising and the Finance team.
Conducted training sessions for users including management team and merchandisers during implementation
Shoppers Stop Limited as Team Analyst
May 2004 to Sep 2006
Highlights:
Directed implementation of JDA-MMS for Shoppers Stop group companies - MAC & HyperCITY
Headed implementation of JDA ASR E3 Inventory Management Solution for HyperCITY
Attained certification in ASR E3 Inventory Management Solution from E3 Corporation
Restructured the Auto-Replenishment system for Shoppers' Stop
Worked as a core team member, provided support & solutions for the entire Group - Shoppers Stop Limited/ Hyper
City/ New Business Initiative/ Cross word / Mother Care for JDA-MMS ERP
UG: B.Tech/B.E. (Electronics/Telecommunication) from RGIT, MUMBAI in 2000
PG: MBA/PGDM (Finance) from Narsee Monjee Institute Of Management Studies (NMIMS) in 2015
Education
IT Skills
Skill Name Version Last Used Experience
S4HANA, SAP Activate
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d0243400915…
https://freesearch.naukri.com/preview/printResume?uname=aed1bd90d8b141f9b0ec853387653293585f5f56481b00155015430e0e5d02434009150218485b5f5a… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
SAP IS-Retail, SAP WM
SAP MAP, SAP IS-AFS
SAP HANA, SAP NetWeaver
SAP IQ, SAP Fiori
SAP BW, Lumira, BO WebI Reports
Crystal REPORTS
JDA-MMS ERP, BPCS ERP
Microsoft Visual Basic 6.0
RPG/CL, ILE, SQL, AS/400
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 932: Resume 981 with similarity score 0.009416338442990092
Resume Text: MS full stack developer , software engineer , full time , software developer api , express.js , redux , css , product requirements , designation , ug , affirmative action , authentication , databases , hindi , maintenance , yarn , authorization , english , node.js , bootstrap , jasmine , status , postgresql , specifications , agile , email , project , mocha , application , mongodb , numbers , vast , hooks , npm , mumbai , github , components , features , c++ , languages , fork , html5 , dashboard , sass , python , form , javascript , jira , web , technology , cash , program management 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a11…
https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a110419425f0e005… 1/2
Current Designation: Software Engineer
Current Company: Synergenie Solutions
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Total Experience: 0 Year(s) 11 Month(s)
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
Synergenie Solutions as Software Engineer
Jan 2020 to Till Date
Working as a Full Stack developer. Handled multiple projects such as Feedback web app, FasTag web
app, FastTag Backend. Involved deeply into spec analysis, design, development & deployment, etc.
Project Title: Feedback System (Web Application)
Description: Feedback System is a web application in which the user can add, customize, create their specific product
review(feedback). Users will be able to view the total numbers of the feedback given by the Product Reviewers in a
simple but intuitive UI Dashboard.
Tech Stack:
* Backend - Used Serverless System FaunaDB to communicate with api and database.
* Frontend - Developed using ReactJS, react Hooks, nextJS, Tailwind CSS.
Responsibilities:
* Designing and development of Reusable React Components.
* Development & Maintainance of the FaunaDB Database.
* Understand product requirements as per specifications.
* Enhanced existing features in an application using an agile.
Project Title: FASTag Application Web app
Description: FASTag is a simple to use, reloadable tag which enables automatic deduction of toll charges and lets you
pass through the toll plaza without stopping for the cash transaction.
Tech Stack:
* Backend - Developed-on top of Node.js, Express.js & PostgreSQL.
* Frontend - Developed using ReactJS, React-Admin, react-Hooks-Form, Tailwind CSS.
Responsibilities:
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Bhavesh Varu
Software Engineer seeking assignments in Software Development,Application
Programming,Full Stack Development,Program Management,Project
Management,C,Java,C++,Python,Javascript,MongoDB,Postgresql,ReactJs,React
hooks,HTML,CSS,Tailwind,Sass,Bootstrap
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Full Stack
Development,Program Management,Project
Management,C,Java,C++,Python,Javascript,MongoDB,Postgresql,ReactJs,React
hooks,HTML,CSS,Tailwind,Sass,Bootstrap
Summary
Certified Full Stack Developer(MERN) with a vast array knowledge in front-end and back-end languages, responsive
frameworks,
databases and best code practices. My objective is simply to be the best developer, that I can be and to contribute to the
technology in the industry all that I know and can do.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a11…
https://freesearch.naukri.com/preview/printResume?uname=d72206b80bf117916c8c4a39ac49e20a580b0c534b4008185711100e5f080718150a110419425f0e005… 2/2
* Managing PostgreSQL & storing required data.
* Developing APIs using ExpressJs.
* Implemented token-based authentication for users to sign in/ sign out of the app.
* Working on backend built on top of NodeJS and ExpressJs.
UG: BCA (Computers) from Amravati University, India in 2019
Other Qualifications/Certifications/Programs:
Modern React & Redux
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ReactJs, React hooks, HTML5, CSS3
Tailwind, Sass, Bootstrap, Material-UI
Node.js, Express.js mongoDB, PostgreSQL
Github, GitKraken, Fork yarn, npm
JavaScript, Java, Python, C++, C
Jira Jasmine, Mocha
VSCode, Sublime
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 933: Resume 706 with similarity score 0.009408927216378512
Resume Text: B.E , MS , B.TECH information security , associate , devops , full time , team lead , technical lead , lead engineer schema , core java , window , aes , gateway , status , sap , framework design , bitbucket , mantis , ec2 , cms , workflow , notification , hybris , pipeline , elasticsearch , encryption , devops , designation , mar , web services , cloud , information security , english , project , mongodb , microservices , angularjs , fixing , rest , database design , git , dashboard , javascript , trello , business requirements , ldap , optimization , general , healthcare , affirmative action , mysql , maintenance , service integration , service development , architecture , email , jpa , aws , key management , ubuntu , middleware , unit testing , languages , hibernate , xmpp , cassandra , sit , jira , commerce , cyber , api , spring mvc , spring batch , jenkins , ug , tamil , oracle database , azure , authorization , teams , executor , spring boot , tracker , application , ci , product design , order processing , s3 , storage , technical documentation , bamboo , hbase , cd , medicare 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11…
https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11051012510b0d… 1/3
Current Designation: Lead Engineer
Current Company: Born Commerce
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Medical/Healthcare/Hospital
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [IT]
Verified : Phone Number | Email - id
Born Commerce as Lead Engineer
Aug 2018 to Till Date
Project Details
Project Name Fluent Commerce (OMS)
Duration Aug 2020 - Till Now
Skills Used Spring Boot, Spring Batch, AWS API Gateway, AWS Lambda
Function, Mongodb, Mystique Framework, Graph QL, Azure devops
pipeline, Jenkins
Roles & Responsibilities Involved in client discovery and product design & architecture, lead team
and design the base workflow for order processing and fulfillment logic.
Added spring boot code logic to built custom rules to identify the
proximate location based on delivery address state. Implemented
cybersource gateway for payment integration and help the team to build
the graph QL query as per business requirement. Demonstrated test
executor to validate and unit test the custom rules.
Project Name Delta Faucet
Duration Aug 2018 - July 2020
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Veeramanikandan Murugesan
Lead Engineer having experience in Java, Spring Boot, Microservice, AWS and CI/CD.
Key Skills: Core Java, J2Ee, Spring, Hibernate, Spring Mvc, Spring Boot, Microservices, AWS, MongoDB, Elastic Search,
Summary
Technical Lead having 9 years 7 months of IT experience with all the stages of SDLC including designing, developing and
testing in the fields of Software Development.
Result oriented, self-driven, highly motivated, smart and hungry to learn new technologies, methodologies, strategies and
processes.
Completed Oracle Certified Associate, AWS Certified Developer Associate and AWS Certified Cloud Practitioner.
Hands on Experience in AWS concepts such as Cloud Formation, EC2, VPC, API Gateway, Lambda Function, S3, Route 53
and Elastic Search Service.
Experience in CI/CD pipeline tools such as Jenkins and Azure devops pipeline.
Experience in Fluent Commerce (OMS) platform and Jahia CMS and bit hands on experience in SAP Hybris and Node JS.
In-depth knowledge of REST Services, Microservices, Spring MVC, Spring Boot.
Experience in Graph QL Query and schema.
Extensive experience with Payment Gateway Interface such as Cybersource Integration.
Experienced in the Hibernate framework
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11…
https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11051012510b0d… 2/3
Skills Used Spring Boot, Node JS Middleware, Microservice, Spring Batch,
Spring MVC, Hibernate, AWS API Gateway, AWS Lambda
Function, Mongodb, MySql, Elasticsearch, Jenkins
Roles & Responsibilities Involved in product framework design & architecture, lead team and
involved in micro service development for users and products. Created
mapping templates for elastic search and implemented bulk requests from
elastic search clients. Coordinate with onshore business teams to gather
requirements and create design for the same. Created a jira ticket for
business requirements and assigned the tickets to team members.
SmartSource Softwares Private Limited as Technical Lead
Jun 2011 to Aug 2018
Project Name GHX - Test Framework
Duration Apr 2018 - Aug 2018
Skills Used Spring Boot, Microservice, Spring Batch, Spring MVC, Hibernate,
Angularjs, AWS Service integration, Mongodb, MySql, Elasticsearch
Roles & Responsibilities Involved in product framework design & architecture, lead team and
involved in Start up EC2 instance from java using AWS service via cloud
formation, involved in database design and CURD operation
implementation for Mongodb using morphia and hibernate JPA.
Project Name Payment Gateway Interface
Duration Dec 2017 - March 2018
Skills Used Spring Boot, Hibernate, Cyber Source & Oman Net Payment
Gateway Integration, Oracle Database
Roles & Responsibilities Involved requirement gathering from client and prepared technical
documents. Lead team and involved in development of Cybersource
Integration and Admin Dashboard module. Design and development
of Restful Web Services. Involved in application deployment with
WAS.
Project Name SmartTrack
Duration June 2017 - Dec 2017
Skills Used Java, Spring MVC, MYSQL, ERPNext, AWS, Cassandra, CyberSource
Roles & Responsibilities Requirement gathering from client and prepared technical
documents. Lead team and involved in development of web application
using Spring MVC framework. Involved in ERP development.
Design and development of Restful web services, Integrated
MYSQL and XMPP Server.
Project Name Data Bank
Duration January 2016 - May 2017
Skills Used Java, Spring MVC, MYSQL, ERPNext, LDAP, HBase, AWS, Cassandra
Roles & Responsibilities Design and development Restful Web services, integrating
Cassandra with Spring Restful web services, integrating File storage api,
Information encryption. Developed a Restful service to provide all the
CRUD capabilities. Created information security for users by providing
AES & RSA combined encryption and key management. Work with
customers to ensure the project meets business needs, Documentation
analysis of current and future processes/systems. Participating in client
calls and involved in the requirement gathering from the clients.
Project Name Medicare Enhancements
Duration September 2014 - December 2015
Skills Used Java, Spring MVC, MYSQL
Roles & Responsibilities Medicare Enhancement is Maintenance and Enhancement project
for Medisys application which involves production monitoring
activities, database analysis and optimization, coding, unit testing,
SIT support and bug fixing and post implementation support for
various development MVC framework and Integrated MYSQL
database with web application. Involved in project technical
documentation.
Project Name Legacy Health Analysis Application
Duration November 2013 - September 2014
Skills Used Java, Hibernate, SQL Database
Roles & Responsibilities Design and development of Restful web services, Integrated MYSQL
database with web application using Hibernate framework. Involved
in database design and restful web service creation and unit testing.
Project Name World Vision - CommSpeak Dev
Duration June 2011 - November 2013
Skills Used Java, Hibernate, SQL Database
Roles & Responsibilities Design and development of Restful web services, Integrated MYSQL
database with web application using Hibernate framework. Involved
in database design and restful web service creation and unit testing.
Involved in project technical documentation.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11…
https://freesearch.naukri.com/preview/printResume?uname=721413638f1904b528ec983451dbe947515a5f514a470916041640510b0f594b125a11051012510b0d… 3/3
UG: B.Tech/B.E. (IT) from Bannari Amman Institute in 2011
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Ubuntu 16.04/Window 10/AIX
Spring Boot, Microservice, Spring MVC
Hibernate
Java, Node JS
MongoDB, MySQL, Oracle
GIT, Bitbucket , AWS Code Commit
JIRA, Trello, Mantis Bug Tracker
Jenkin, Azure and Bamboo
LDAP, Push Notification, AWS, ES, XMPP
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 934: Resume 908 with similarity score 0.00936562476251486
Resume Text: B.E , MS , B.TECH software engineer , part time , full time , software developer intern react.js , api , algorithms , security , ease , designation , ug , tamil , affirmative action , zoho , hindi , maintenance , firebase , authorization , english , sharepoint , status , productivity , c# , email , project , debate , application , aws , product management , ownership , less , fixing , design thinking , c++ , languages , asp.net , android development , task force , sql server , unity , crisis , javascript , technology , refactoring , french 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c11…
https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c110610435c5c0e0… 1/2
Current Designation: Member Technical Staff - Software
Engineer
Current Company: Zoho
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 10 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Zoho as Member Technical Staff - Software Engineer
May 2019 to Till Date
Responsible for the end-to-end life cycle of feature
development: Competitor Analysis, API Designing and
Development. Also an expert in ages-old code refactoring.
Development and Ownership of vital modules and APIs.
As a part of a new Task force Club, SDLC Productivity
Enhancement of the product is taken care of.
Zoho Technologies as Project Trainee
Jan 2019 to Apr 2019
This period included DB Designs, RESTful APIs, and finding
Security issues and fixing them.
Tactopus as Software Developer Intern
Jun 2018 to Aug 2018
Responsibilities included Design Thinking, Developing AR
Algorithms using Unity, Developing an Android App using
React, AWS, FireBase and managing APIs and dependencies.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SANTHOSH KRISHNA S
A Futurist, Pantomath and a Design Thinker. Can arrive with the most optimal solution
at a crisis with ease. Inquisitive by nature. Can bring a team together to their fullest
potential.
Key Skills: Software Development,Product Management,Project Management,Defect Management,Product
Design,System Design,Data Structures,Java,C,C++,HTML,DBMS,React.Js,Javascript,Android Development,AWS,Design
Patterns,Sharepoint,ASP.Net,SQL Server,C#
Summary
A Futurist, Pantomath and a Design Thinker. Can arrive with the most optimal solution at a crisis with ease. Inquisitive by
nature. Mastered the fine-lines between Discussion, Oration, and Debate. Can bring a team together to their fullest potential. On
top of all, a Musician.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c11…
https://freesearch.naukri.com/preview/printResume?uname=3e9f85f70dc45e57bb5c3ccb645132ac0a5b5c074b100d1357454658580c594d470c110610435c5c0e0… 2/2
UG: B.Tech/B.E. (Computers) from psna college of engineering and technology in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, C, C++
Programming, coding
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
French
Rank 935: Resume 906 with similarity score 0.009291374634597654
Resume Text: B.E , B.TECH , BS owner , software developer , api developer , senior software engineer , full time , development analyst ecommerce , react.js , amadeus , automation , api , web development , web apps , css , microsoft azure , designation , mar , deliverables , affirmative action , information technology , hindi , cloud , maintenance , basic , typescript , travel , authorization , english , functional requirements , node.js , web applications , bootstrap , status , design documents , timelines , specifications , agile , email , project , express , socket io , mobile apps , airline , angularjs , internet of things , components , flow , debugging , unit testing , building , cordova , languages , html5 , punjabi , pwa , real-time data , javascript , sensors , suite , organization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475…
https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475244135f5f5d51… 1/2
Current Designation: Senior Software Engineer
Current Company: Amadeus Software Labs
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Kingdom
(UK),United States (US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 7 Month(s)
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Amadeus Software Labs as Senior Software Engineer
Sep 2019 to Till Date
Key Responsibilities
Ramping up myself in the travel domain.
Worked on Production Cut-over of leading Airline to Amadeus Suite.
Worked directly with client to establish project scope, interaction guidelines, and project timelines.
Provided effective and functional web designs to client that met their specific business/personal needs
Projects:
Ecommerce website for leading Airline (Sep '19 - Present) - Official airline website for managing booking, rebooking and
ticket cancellation flow.
Technology used: Angular 7, JavaScript, Bootstrap 4, HTML5, CSS3.
Deloitte USI as Consultant
Aug 2017 to Aug 2019
Key Responsibilities:
Translated designs to front-end code, estimated time and determined developer requirements and specifications.
Built responsive web Applications Using Angular, HTML5, CSS and Bootstrap.
Stabilized Real-time application based on React JS and Node JS.
Organized and instructed hands on session on Progressive Web Applications (PWA) and front-end basics.
Projects: EA Playtest Mate (Jul 18 - Aug 19) - Stabilized and enhanced Playtest Mate which is a platform for testing latest
game builds and provide feedback. Technology used: ReactJS, Material UI, NodeJS, Socket IO Project Responsibilities:
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rachit Handa
Senior Software Engineer seeking roles in Software Development,Requirement
Gathering, Production Support,Unit Testing,Coding,Debugging,Application
Maintenance,HTML,CSS,JavaScript,Angular,AngularJS,Bootstrap,SCSS,Agile,Node.Js,React.Js,Express
Key Skills: Senior Software Engineer,Software Developer,Software Development,Requirement Gathering, Production
Support,Unit Testing,Coding,Debugging,Application
Maintenance,HTML,CSS,JavaScript,Angular,AngularJS,Bootstrap,SCSS,Agile,Node.Js, React.Js,
Summary
Proficient Front-End Developer with 6 years of experience in building responsive web applications.Highly motivated professional
with the ability to deliver innovative solutions.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475…
https://freesearch.naukri.com/preview/printResume?uname=4780edb4d8da006cf4a68effa58788b5095e0d554f455c110a1343505c0b041c1a09475244135f5f5d51… 2/2
Updating the existing libraries of ReactJS and Material UI, used Socket IO module of NodeJS for portal to client tool
connection.
Automation Market Place (Sep '17 - Jun '18): AMP is one stop shop for details on all components developed within client
organization providing details like contributors, owners and catalog. A user can rate and review the components to
enhance the information on the portal
Technology Used: Angular 5, HTML5, CSS3, SCSS, Typescript, Bootstrap.
Project Responsibilities: Module owner of major workflows of the application and responsible for managing deliverables in
absence of Front-End lead
Accenture as Application Development Analyst
Nov 2014 to Aug 2017
Key Responsibilities:
Build web apps and hybrid mobile apps for Accenture Clients as well as Accenture internal Clients.
Interacted with client regarding design documents and functional requirements of the app.
Leveraged Internet of Things (IoT) and created smart solution using cloud platform such as Microsoft Azure.
Worked on AGILE Methodology for Project execution.
Projects:
Smart IOT Solution (October 2016 - Jan 2017) - Smart IOT Solution using real time data from sensors, storing it in cloud
and perform computations and analysis. The end-user gets an app to see the real-time data and warnings or alerts related
to sensors. Technology Used: Azure, AngularJS 1, Cordova and basic web development technologies.
Project Responsibilities: Cloud Solution developer, API developer
UG: B.Tech/B.E. (Information Technology) from Punjab Technical University (PTU), Amritsar College of Engineering in
2014
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, JavaScript, Angular
AngularJS, Bootstrap, SCSS, Agile
ReactJS, NodeJS, Express
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 936: Resume 876 with similarity score 0.009284084980442123
Resume Text: B.E , MS , B.TECH , BS project manager , web developer , research engineer , web designer , software developer , full time , full stack developer , project leader react.js , award , api , encryption , web development , general , algorithms , open source , css , cafeteria , designation , developers , ug , mar , platforms , structural , affirmative action , it security , hindi , maintenance , json , advanced , telcom , ipsec , node.js , english , web applications , bootstrap , status , business process analysis , project based , architecture , specifications , email , express , etsi , on site , mongodb , cryptocurrency , authorization , construction , testing , team coordination , blockchain , engineering design , c++ , languages , resolving issues , framework , research , html5 , amazon , assessment , pivotal , telematics , reviews , javascript , workflow , crisis , organization , sdk , technology , baselines , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c43…
https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c430140435d0b0b… 1/3
Current Designation: Research Engineer
Current Company: Center For Development Of Telematics
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Kolkata,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Center For Development Of Telematics as Research Engineer
Aug 2016 to Till Date
Key Result Areas:
Designing and developing full-stack applications across multiple platforms using modern industry-adopted languages and
frameworks for with Indian Army Customers
Working on site-to-site encryption project based on IPsec Application
Managed IP Encryptor Solutions for the company
Taking direction from a principal project manager who manages project details
Actively generates process improvements and champions workflow enhancements
Supporting third-party developers through articipating in all phases of SDK construction process from concept to end
delivery
Developing front-end architecture and back-end website applications; project baselines, monitoring & controlling projects
with respect to development, resource deployment, time overruns and quality compliance to ensure satisfactory execution
of projects
Facilitating requirement scoping, evaluating design/alternatives, resolving issues and improving process/performance
Collaborating with a cross-functional team, executing engineering design activities and delivering value engineered
services on schedule and at a predicted cost
Formulating solutions for given technical specifications; installing application software and deploying customizations;
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ashutosh Kumar Tekriwal
Research Engineer seeking roles in Full Stack Developer, Web Developer,Project
Management,Software Development,Application Programming,Release
Management,Requirement Analysis,Resource
Planning,MongoDB,Javascript,HTML,CSS,Bootstrap,Node.Js,C,C++
Key Skills: Web Developer,Web Designer,Research Engineer,React.Js,Software Developer,Node.Js,Full Stack
Developer,C,C++,Javascript,MongoDB,Requirement Analysis,Release Management,Application Programming,Software
Development,Project Management,CSS,HTML,Bootstrap
Summary
An achievement-oriented professional offering nearly 4 years of experience in Full stack Development and IT Security
Proficient in cross-functional team coordination with skills in managing key Software development life cycle including
requirement analysis, assessment/design, testing, business process analysis & design
Excellence of MERN stack; combination MongoDB, Express JS, React JS and Node JS technologies, all based on JavaScript,
used to build advanced web applications. It is an open source full stack development framework which provide entire front-end
to back-end development
Played a pivotal role in the development of cafeteria webpage for safe online ordering during Covid19 in 2020
Received Best Employee Award in 2019 for demonstrating outstanding performance
Technical expertise in structural designing & coding of solution for developing the new applications
Developed C-DOT Web Page for our organization
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c43…
https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c430140435d0b0b… 2/3
contributing to code reviews
Highlights:
Played pivotal role in the development of cafeteria webpage for safe online ordering during Covid19 in 2020
Sucessfully developed front-end of webpage for temperature monitoring of C-DOT Organization
Presentation on Low Cost Migration to Quantum Networks at Amazon Seattle during ETSI/IQC Quantam-Safe Workshop
2019
UG: B.Tech/B.E. (Computers) from Malviya National Institute of Technology (NIT), Jaipur in 2016
PG: CS (CS) in 0
Nature of Employment: Full Time
Role: Project Leader
Duration: Feb 2020 - Jun 2020
Onsite / Offsite: Onsite
Nature of Employment: Full Time
Role: Project Leader
Duration: Sep 2019 - Feb 2020
Onsite / Offsite: Onsite
Education
IT Skills
Skill Name Version Last Used Experience
WEB DEVELOPMENT
MERN STACK
html5, css, bootstrap
DATA STRUCTURE
Restful API/JSON
blockchain 2020 1 Year(s)
JavaScript
Node.js
Mongodb
React.js
C AND C++
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Cafeteria Site
Client: C DOT Employee
Skill Used: MERN stack
Project Details: A website to order food for on desk delivery in this covid crisis.
Project Title: Cryptocurrency
Client: C DOT
Project Details: Cryptocurrency based on blockchain using MERN stack
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c43…
https://freesearch.naukri.com/preview/printResume?uname=bc410da0b8da2e19cf4a32bb5db4937b580f5d521b1201165213135e5f0d051b450c430140435d0b0b… 3/3
Nature of Employment: Full Time
Project Location: Delhi
Role: Module Leader
Duration: Sep 2017 - Sep 2019
Onsite / Offsite: Onsite
Team Size: 7
Nature of Employment: Full Time
Role: Module Leader
Duration: Aug 2016 - Dec 2018
Onsite / Offsite: Onsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Title: C-DOT Website
Client: C DOT
Skill Used: MERN stack
Project Details: Maintaining organization website which is based on MERN stack.
Project Title: Ip Encryptor
Client: Indian Army
Project Details: A encryptor for implementing IPSec, MACSec, TLS for user data encryption, using Post Quantum Algorithms
Rank 937: Resume 250 with similarity score 0.009261918701142567
Resume Text: B.TECH work from home , android developer assessment , app , resume , android , ion , java , technology Assessment
Q1. Why should you be hired for this role?
Honestly, I possess all the skills that you're looking for.
I'm an Android developer who has just graduated having 6 months of
experience and overall 1 year experience in Android.
I'm an native Android App developer who is also learning(Flutter).
I also have really good communication skills and that will also add up
to the value that i provide to the company
Regards
Jainendra Singh Chauhan
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , I'm available for 3 months , for a full-time internship work from home. i can start from 10 february.
Resume
EDUCAT ION
CONTACT Phone: 91 9996651595
Jainendra Singh
Delhi, Rajsamand
Applied 30 Jan'21
Android Java
Bachelor of Technology B.Tech)
Somany Institute Of Technology & Managemant
2016 - 2020
Rank 938: Resume 993 with similarity score 0.009248956778920956
Resume Text: B.E , B.TECH project lead , full time general , ug , mar , affirmative action , design , technical architecture , collaboration , maintenance , firebase , ltd , authorization , node.js , status , grails , postgresql , email , project , gitlab , react native , building , mobile applications , javascript , web 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100…
https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100210475808015… 1/2
Current Location: Gannavaram
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mu Sigma Business Solutions Pvt. Ltd as Apprentice Leader
Mar 2014 to Nov 2020
UG: B.Tech/B.E. (Computers) from KIIT University, Bhubaneshwar in 2013
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Swet Sampad Sahu
A working professional with 6+ years of experience in project management, tech lead,
system design, client interaction & development. Inquisitive, striving to learn new
approaches and techniques, pro collaboration & love playing the devil's advocate
Key Skills: Project Lead,Project Management,Technical Architecture,Client Management,System
Design,PostgreSQL,SQL,Javascript,Web Application,Mobile Applications
Summary
A working professional having 6+ years of experience in project management and
development-keen on building scalable, flexible and robust solutions. Inquisitive, always
striving to learn new approaches and techniques, always pro collaboration and love playing
the devil's advocate. I believe that there's still a lot to learn and add to my experience.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
GitLab, Grails, Node
React Native, Firebase, SQL
JavaScript 0 0 Year(s) 0 Month(s)
Node.js 0 0 Year(s) 0 Month(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100…
https://freesearch.naukri.com/preview/printResume?uname=eca8c21d8c8a3ffcadf5530a9b24d611515a0c58181b00145514450a5f08584e115c100210475808015… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 939: Resume 1438 with similarity score 0.009246626274151425
Resume Text: B.E , B.TECH senior software engineer , devops , full time , software developer react.js , system monitoring , spring mvc , optimization , core java , general , devops , jenkins , nosql , designation , mar , retail financing , affirmative action , mysql , docker , maintenance , authorization , english , node.js , status , spring boot , spa , email , project , application , aws , mongodb , microservices , solution architecture , queue management , testing , rest , features , debugging , strategy , kibana , framework , languages , python , integration architecture , javascript , technology , cloud computing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a5518420910…
https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a551842091051124650555c… 1/2
Current Designation: Senior Software Engineer -Java
Current Company: John Deere Financial
Current Location: Pune
Pref. Location: Hyderabad,Pune,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
John Deere Financial as Senior Software Engineer -Java
Jul 2018 to Till Date
European Region Retail Financing Application
Wrote Business Application for Retail Financing in UK,Germany,Spain.
Introduced Debugging framework to replace Fail Queue Management for Business using Kibana.
Setup Branching strategy with Jenkins to support multi country deployment.
Developed multiple Spring Boot Applications and AWS Lambdas in the integration architecture.
Handled DevOps.
Created procedures for System Monitoring, Recovery, Backup and Optimization
Orchestrated efficient large-scale software deployments, including testing features and correcting code
Wrote SPA using React and Node for the application status.
UG: B.Tech/B.E. (Computers) from Army Institute of Technology, Pune in 2018
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
DIWAKAR SHUKLA
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,Spring
MVC,MySQL,Python,React,REST,Kibana,Jenkins & Docker
Key Skills: Core Java, Spring Boot, Python, React.Js, MySQL, NoSQL, MongoDB, Spring Mvc, Jenkins, Docker,
Microservices, Cloud Computing,
Summary
Result-oriented Professional with over 2.5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Java,Spring
MVC,MySQL,Python,JavaScript,React,REST,Kibana,Jenkins,Docker.
Work Experience
Education
IT Skills
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a5518420910…
https://freesearch.naukri.com/preview/printResume?uname=64170d1aeb73e5a1961bfbf6291f8987590c5b5849110e160216445a590a551842091051124650555c… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
JAVA 8 2020 1 Year(s) 6 Month(s)
SPRING MVC
MySQL
Python 3 2020 2 Year(s) 1 Month(s)
JavaScript
REACT
REST
Kibana 5.6 2020 2 Year(s) 6 Month(s)
Jenkins 2.2 2020 2 Year(s) 6 Month(s)
DOCKER
Node.js
Languages Known
Language Proficiency Read Write Speak
English Proficient
Rank 940: Resume 703 with similarity score 0.009207011570251956
Resume Text: MS , B.TECH , M.TECH software developer , student , senior software engineer , full time , team lead , relationship manager socket.io , express.js , lumen , microsoft azure , designation , b2c , developers , lms , ug , affirmative action , information technology , mysql , spf , health , collaboration , angular , web services , linux , hindi , maintenance , ltd , php , jquery , digital , english , authorization , online marketplace , node.js , phishing , status , vue.js , email , project , application , aws , ips , solution architecture , mvt , mvc , abv , chat , languages , dashboard , vehicle tracking , python , campaigns , javascript , mail server , search , organization , learning , cyber , coaching , laravel 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a1…
https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a110a114958550… 1/3
Current Designation: Senior Software Engineer
Current Company: JLloyds Ventures
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
JLloyds Ventures as Senior Software Engineer
Mar 2018 to Till Date
Products:
Humanfirewall:
90% of cyber attacks start with phishing so it is a great initiative to teach to all employees of
organizations by gamified learning approach.It helps organization defend against malicious phishing
attacks by unethical hackers.
Here we can run mail campaigns to organization's employees. So we track all actions taken by
employees on that mail of campaign. We keep all data of tracking and try to learn the all employees of
the organization about phishing attacks.
Technology used- Node.js, Express.js, Lumen, MySql, JavaScript, Vue.js,AWS, Linux, Git.
Emailauth :
This is a perfect implementation of benefits of SPF, DMARC and DKIM into a panel.These helps to keep
track of every mail that is sent from your domain.Configure your mail domains from dashboard to
authenticate your mail server for incoming and outgoing mails.
It contains reports day by day, by IPs and by domain etc.
It contains black list IPs,domains,blocked email etc.
You can check your domain SPF and DMARC
Technology used- Node.js, MySQL, JavaScript, Vue.js, AWS, Linux, Git.
Dmarcit :
This is a complete implementation of Emailauth in B2C version. Its 100% can be used without any
relationship manager. Here consumer register and start using it in a very friendly manner.
Technology used- Node.js, Python, MySQL, JavaScript ,Vue.js, Linux, Git.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Shailesh Kumar
Senior Software Engineer seeking roles in Software Development,Application
Programming.
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Solution Architecture,Node.js,PHP,Python,JavaScript,MySQL,Laravel,Lumen,Elastic Search,Express
Summary
Result-oriented Professional with over 5 years of experience in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,Node.js,PHP,Python,JavaScript,MySQL,Laravel,Lumen,Sails.js,Elastic Search.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a1…
https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a110a114958550… 2/3
Edusocial Digital Solutions Pvt. Ltd. as Software Developer
Jun 2016 to Feb 2018
Scholarspace :
ERP, LMS and collaboration system for schools, coaching and colleges. It contains three types of panel
parent, teacher and student panel. Where ERP content admission management, various types of
reports, attendance tracking, faculty/staff management, lesson plan management, Vehicle Tracking, and
many more. It contents student historical data to maintain the student progress report.
Technology used- Node.js, MySQL, Elastic Search, JavaScript, Angular, Socket.io, AWS, Linux, Git.
Pixefly Technology as Software Developer
Sep 2015 to May 2016
DrSafehands:
Online Consultant for intimate health problems and their appropriate solutions. It includes complete
doctor panel and important parts for the user including thread based chat, health tips etc.
Technology used- Node.js, Express.js, Mongo, JavaScript, JQuey.
skillinfinity:
Online marketplace for find and hire top freelancers, web developers, designers etc inexpensively.
Technology used- Node.js, Express.js, Mongo, JavaScript, JQuey.
UG: Integrated B.Tech and M.Tech (Information Technology) from Indian Institute of Information Technology and
Management Gwalior in 2014
PG: M.Tech (Information Technology) from Indian Institute of Information Technology and Management (ABV-IIITM),
Gwalior in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Node.js, PHP, Python
JavaScript, Mysql
Laravel, Lumen, Sails.js
Elastic Search, Angular
Vue.js, jQuery
RESTful Web Services
AWS, Linux, Git
Microsoft Azure
Microsoft Apis
JavaScript
MVC, MVT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a1…
https://freesearch.naukri.com/preview/printResume?uname=a864079668e0c702a456a03959091b61585b0d514d455c455617495c090d5543165a110a114958550… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 941: Resume 801 with similarity score 0.009187756677819507
Resume Text: B.E , B.TECH senior engineer , software developer , full time , part time , full stack developer react.js , css , designation , ug , vue , affirmative action , mysql , hindi , maintenance , typescript , authorization , english , node.js , status , email , express , application , mongodb , angularjs , languages , es6 , it , javascript , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165…
https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165010130c5b010… 1/2
Current Designation: Senior Engineer
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Mindtree as Senior Engineer
Feb 2018 to Till Date
2 years 9 months of experience as full stack developer. Frontend skills are angular, react js, javascript, HTML, CSS.
Backend skills are node js, express js and java. Database used are mongodb and mysql.
UG: B.Tech/B.E. (Computers) from B.I.T. Sindri , Dhanbad in 2017
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
PIYUSH NANDAN
2 years 9 months of experience as full stack developer. Frontend skills are angular,
react js, javascript, HTML, CSS. Backend skills are node js, express js and java.
Database used are mongodb and mysql.
Key Skills: JavaScript,Typescript,MongoDB,MySQL,HTML,CSS,Angularjs,React.Js,Node.Js,Java
Summary
2 years 9 months of experience as full stack developer. Frontend skills are angular, react js, javascript, HTML, CSS. Backend
skills are node js, express js and java. Database used are mongodb and mysql.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Angular, React js, Vue js, CSS 3 Year(s) 0 Month(s)
Javascript, Typescript, ES6, HTML 3 Year(s) 0 Month(s)
Node js, Express js, Java 3 Year(s) 0 Month(s)
Mongo DB, MySql 3 Year(s) 0 Month(s)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165…
https://freesearch.naukri.com/preview/printResume?uname=daabacc00076b2260f5da3606f7e8c3f590e0c5348150f120143490d5d5b044f145a165010130c5b010… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 942: Resume 1227 with similarity score 0.009186171520301259
Resume Text: BS , B.E , MS , B.TECH , Ph.D director , project manager , network engineer , information security , system administrator , devops , infrastructure manager , full time , vice president , vp , project leader intellectual , transformational leadership , security audits , office , it operations , it security , beginner , outsourcing , energy , status , steering , shoring , mumbai , components , behavior change , procurement , non-it , soa , virtual environment , organization , crm , mitigation , mobility , agility , automation , retail , devops , joint ventures , designation , international business , hindi , information security , ltd , english , gas , groups , bpo , asset management , ibm , dc , stimulation , chemicals , mobile operators , javascript , wireless , technology , business process management , availability , insurance , measures , managed services , mes , general , lms , affirmative action , service delivery , manufacturing engineering , paas , customer service , email , business units , consideration , aws , shared services , greenfield projects , towers , it management , saas , quarterly reviews , hp , languages , bs7799 , oil , learning management , cisco , management system , rights , ml , it governance , it infrastructure management , buildings , program management , bpm , cross-training , acquisitions , intranet , risk assessment , operating models , ug , telecom , coe , tamil , analytics , ivr , evaluations , azure , information management , authorization , internet , teams , enterprise , due diligence , wintel , virtualization , adherence , operations management , hydrocarbon , digital strategy , electronics , government , led , it development , servers , drive , hospitals , finance , storage , auditing , e-commerce , events , network administration , cloud computing , digital marketing , cmm , rack , microsoft products , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 1/5
Current Designation: Vice President & Head- Enterprise
Infrastructure, Operations, Projects & Security
Current Company: Reliance Industries Ltd.
Current Designation: Vice President & Head- Enterprise
Infrastructure, Operations, Projects & Security
Current Company: Reliance Industries Ltd.
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE),INDIA
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Oil and Gas/Power/Infrastructure/Energy
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: Ph.D/Doctorate [Digital Marketing]
Verified : Phone Number | Email - id
Reliance Industries Ltd. as Vice President & Head- Enterprise Infrastructure, Operations, Projects &
Security
Aug 2018 to Till Date
Key Result Areas:
Steering enterprise infrastructure for Reliance groups including hydrocarbon, petchem, Jio, retail, e-commerce, life
science, Petro retail, schools, hospitals, hotels, media, conventional buildings, brands, acquisitions
Spearheading large infrastructure operations team for Datacenters, network, end user computing, automation teams
Leading large project team for Greenfield projects, acquisition, and events
Ensuring compliance adherence and security across the globe; managing multiple datacentres, cloud, stack across the
globe
Managing 10000+ Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS, Tools, Security,
Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
GOPI THANGAVEL
Vice President & Head seeking role in Infrastructure Management,Software
Development,Project Management,Program Management,Risk Management,Process
Optimization,IT Planning,Service Delivery,Networking,SDLC,Devops,Azure,AWS
Key Skills: Vice President & Head,GM-Technology(IT)/CTO,Infrastructure Management,Software Development,Project
Management,Program Management,Risk Management,Process Optimization,IT Planning,Service
Delivery,Networking,SDLC,Devops,Azure,AWS,Digital Strategy,Cloud
Summary
Currently working with Reliance Industries Ltd., Mumbai as Vice President & Head- Enterprise Infrastructure, Operations,
Projects & Security
Credibility in Business Process Management & SOA; Shared Services; Cloud Computing (PaaS/SaaS); Outsourcing/off-
shoring programs; Operations Management; M&A Due Diligence; Budget Planning; IT Management; Service Delivery; Architect
& Project Management in Remote Management, Logistics, ITeS/BPO, ISP, Banking & Finance & Development sectors; Product
Delivery & Procurement
Proven success in IT Infrastructure Management (Datacentre, server, wintel, storages, ECM, DMS, cloud, IVR, ERP,
virtualization & network), IT governance & security, IT Operations, solution providing, Architect, designing, managing,
consulting, managed services & software development across Kuwait, India & across globe
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 2/5
Directing largest procurement for projects, operations, security, Joint ventures, acquisitions, & multi complex business
across globe
Planning budget & managing the group IT infrastructure & platform
Leading organization design & alignment efforts including designing operating models, organization structures, and
defining roles and responsibilities and decision rights
Creating transformational change strategies, practical approaches, activities, and measures to drive and sustain
behavior change and work closely with senior level sponsors and stakeholders
Predicting future trends/ patterns and creating innovative strategies; translating strategies into actionable plans and
led/managed multiple projects at a time; identifying needed change; articulated an attractive & challenging vision of future
Leveraging expertise in four main components of Transformational Leadership: Individualized Consideration,
Intellectual Stimulation, Inspirational Motivation & Idealized Influence
Responsible for new rollouts, architect & design, implementation, Ex: JioMeet, MS365 hybrid, many more
Responsible for new product/services evaluations.
Reliance Industries Ltd. as Vice President & Head- Enterprise Infrastructure, Operations, Projects &
Security
Aug 2018 to Till Date
Key Result Areas:
Steering enterprise infrastructure for Reliance groups including hydrocarbon, petchem, Jio, retail, e-commerce, life
science, Petro retail, schools, hospitals, hotels, media, conventional buildings, brands, acquisitions
Spearheading large infrastructure operations team for Datacenters, network, end user computing, automation teams
Leading large project team for Greenfield projects, acquisition, and events
Ensuring compliance adherence and security across the globe; managing multiple datacentres, cloud, stack across the
globe
Managing 10000+ Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS, Tools, Security,
Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Directing largest procurement for projects, operations, security, Joint ventures, acquisitions, & multi complex business
across globe
Planning budget & managing the group IT infrastructure & platform
Leading organization design & alignment efforts including designing operating models, organization structures, and
defining roles and responsibilities and decision rights
Creating transformational change strategies, practical approaches, activities, and measures to drive and sustain
behavior change and work closely with senior level sponsors and stakeholders
Predicting future trends/ patterns and creating innovative strategies; translating strategies into actionable plans and
led/managed multiple projects at a time; identifying needed change; articulated an attractive & challenging vision of future
Leveraging expertise in four main components of Transformational Leadership: Individualized Consideration,
Intellectual Stimulation, Inspirational Motivation & Idealized Influence
Responsible for new rollouts, architect & design, implementation, Ex: JioMeet, MS365 hybrid, many more
Responsible for new product/services evaluations
Dr. Reddy's as Global Director & Head- Infrastructure & Security Wipro Ltd.
Dec 2015 to Aug 2018
Key Result Areas:
Spearheaded 37 Countries & 252 Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS,
Tools, Security, Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Supervised MES (Manufacturing Engineering Systems) & DCS (Distributed Control System) along LIMS (Laboratories
Information Management Systems), ELN (Electronic Lab Notebook), LMS (Learning Management System) & iOT
Administered Global WAN / LAN & 20+ datacentres across globe
Executed & managed Global Voice, including walky talky integration; managed asset management life cycle for global
Managed BPM & other critical DMS applications; designed, implemented & managed in-house & hosted data centres
Supervised capacity, availability & event; optimized cost; managed virtual environment
Functioned with business units to develop information security requirements into new systems & upgrades to existing
systems
Steered & managed IT for regulatory body such as FDA, Australia & Canadian Drugs inspection
Led security incidents & compliance escalations; worked with KPMG, PWC, Delloite & E&Y for security audits & risk
mitigation
Facilitated cross-training & conducted multiple training regarding information security & risk
Dr. Reddy's as Global Director & Head- Infrastructure & Security
Dec 2015 to Aug 2018
Key Result Areas:
Spearheaded 37 Countries & 252 Locations IT Infra, Development, Remote management, NOC, COE, SD/HD, ITeS,
Tools, Security, Plant & Manufacturing IT, Engineering IT, Software support, SCM, R&D IT, Mobility & Digital
Supervised MES (Manufacturing Engineering Systems) & DCS (Distributed Control System) along LIMS (Laboratories
Information Management Systems), ELN (Electronic Lab Notebook), LMS (Learning Management System) & iOT
Administered Global WAN / LAN & 20+ datacentres across globe
Executed & managed Global Voice, including walky talky integration; managed asset management life cycle for global
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 3/5
Managed BPM & other critical DMS applications; designed, implemented & managed in-house & hosted data centres
Supervised capacity, availability & event; optimized cost; managed virtual environment
Functioned with business units to develop information security requirements into new systems & upgrades to existing
systems
Steered & managed IT for regulatory body such as FDA, Australia & Canadian Drugs inspection
Led security incidents & compliance escalations; worked with KPMG, PWC, Delloite & E&Y for security audits & risk
mitigation
Facilitated cross-training & conducted multiple training regarding information security & risk
Wipro Ltd. as Head- Technologies
Nov 2013 to Nov 2015
Steered top banking & finance sectors (32 Banks), insurance groups end-to-end solutions & operations remotely, hybrid &
onsite models
Supervised Government, Defence, Manufacturing, Telecom, Mobile Operators, ISP, Pharma, Hospitals, Petro
Chemicals, Energy sectors, BPO/KPO/ITeS, & many more verticals, end-to-end solutions
Administered Domains & Towers along with Operations, Program & Service Delivery
Directed customer centres (BPO/customer service support- voice, data & non-voice)
Managed ISO9000, ISO27001, ISO20000 & CMM level 5 certificates for centres & DC
Conducted daily, weekly, monthly & quarterly reviews; met with internal & external customers & stockholders
Spearheaded multiple business segments, verticals & complex environment including Microsoft products, Cisco, HP,
IBM, & so on
UG: B.Tech/B.E. (Electronics and communication) from Institute of Engineering and Technology in 1999
PG: MBA/PGDM (International Business) from Annamalai University in 2015
Post PG: Ph.D/Doctorate (Digital Marketing) from Arunachal University, Itanagar in 2020
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft, Cisco, Networking
Storage, Cloud, IVR, Helpdesk
NOC, SOC, BPM
AI, ML, AR, Opensource
Security, Analytics, Hybrid
Blade and Rack servers, Azure Stack
AWS, Opensource
DevOps, DevSecOps,
Datacenters, ERP
CRM, IT Governance
Security, Architect
Languages Known
Language Proficiency Read Write Speak
Tamil Expert
English Expert
Hindi Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 4/5
Nature of Employment:
Project Location: Chennai
Role: Sr. Project Leader
Duration: Nov 2009 - Till Date
Onsite / Offsite: Onsite
Team Size: 9
Nature of Employment:
Project Location: Madurai
Role: Sr. Project Leader
Duration: Feb 2009 - Till Date
Onsite / Offsite: Onsite
Team Size: 10
Nature of Employment:
Project Location: Chennai
Role: Sr. Project Leader
Duration: Jun 2008 - Till Date
Onsite / Offsite: Onsite
Team Size: 14
Nature of Employment:
Project Location: Chennai
Role: Sr. Project Leader
Duration: Jul 2007 - Till Date
Onsite / Offsite: Onsite
Team Size: 7
Nature of Employment:
Project Location: Kuwait
Role: Network/System Administrator
Duration: Apr 2001 - Till Date
Onsite / Offsite: Onsite
Team Size: 14
Nature of Employment:
Project Location: Hyderabad
Role: Sr. Project Leader
Duration: Jan 1997 - Till Date
Onsite / Offsite: Onsite
Team Size: 3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Projects
Project Title: Project Manager
Client: Agility
Skill Used: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Role Description: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Project Details: Build a new office floor (14000 Sq ft) including IT infrastructure with green certification in Chennai, India.
Project Title: Infrastructure Manager
Client: Agility
Skill Used: Infrastructure, IT and nonIT, Administration, people, vendor
Role Description: Infrastructure, IT and nonIT, Administration, people, vendor
Project Details: Build a back office in Madurai
Project Title: IT Infrastrucutre Manager
Client: Agility
Skill Used: Implementing, enforcing ISO27001 standards, auditing, risk assessment, find out gaps, IT security and
governance
Role Description: Implementing, enforcing ISO27001 standards, auditing, risk assessment, find out gaps, IT security and
governance
Project Details: Implementing ISO27001
Project Title: Project Manager
Client: Agility
Skill Used: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Role Description: Infrastrcture, coordination, delivery, vendor, resource planning, costing, IT and nonIT
Project Details: Build a new office floor (20000 Sq ft) including IT infrastructure in Chennai, India
Project Title: Network Engineer / Administrator
Client: GUST (Gulf University of Science and Technology)
Skill Used: Microsoft, cisco, IT infra and security, BS7799.
Role Description: implementing and setup the network, servers and nodes
Project Details: IT Infrastrcture (Network, Servers, Nodes, WAN, internet, wireless and intranet)
Project Title: Project Manager
Client: Agility
Skill Used: IT (Network, System, Support), Project plan, cost, budget, resource plan, vendor.
Role Description: Project Management, costing, budget, resource planning, implementation, setup, vendor, IT and non-IT
setup
Project Details: Build a new office floor (16000 Sq ft) including IT infrastructure in Hyderabad, India
Setup a new software company and build a new IT development team.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c140914…
https://freesearch.naukri.com/preview/printResume?uname=5ac977e53c8ada2b2d92898f3db52d340e550e574a150f105017405c590a531c1409140218105f5f0f5… 5/5
Employment Status: Full time
Rank 943: Resume 421 with similarity score 0.009149909102623454
Resume Text: B.E , BS work from home , owner , event organizer , student , junior programmer , opener scheme , waves , fuel , internships , css , gsm , mar , creativity , v5 , digital media , tracker , sap , new features , resume , fixing , components , react native , router , arduino , completion , assessment , national service , events , management system , python , javascript , organization , technology , props , catia , html , database Assessment
Q1. Why should you be hired for this role?
I am good at React JS components, router, state and props. I will utilize my knowledge and creativity skill to work towards the organization
growth. All I am looking for is an opportunity.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yeah, I am available for 6 month.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
PROJECTS
Ragunanthan T
Salem, Coimbatore
Applied 07 Feb'21
React Native CSS HTML
JavaScript Python ReactJS
Bachelor of Engineering B.E, Mechanical Engineering
K. S. Rangasamy College Of Technology
2016 - 2020
CGPA 6.80/10
Senior Secondary XII, Science
Adharsh Vidhyalaya Higher Secondary School
STATE BOARD board)
Year of completion: 2016
CGPA 7.40/10
Secondary X
Adharsh Vidhyalaya Matriculation School
MATRICULATION board)
Year of completion: 2014
CGPA 9.00/10
Junior Programmer
Waves Digital Media, Konganapuram
Jun 2020 - Sep 2020
Worked in HTML, CSS and JavaScript
Junior Engineering
brakes india private limited, Melmaruvathur
Jan 2020 - Mar 2020
As a graduate trainee.
ToDo
Nov 2020 - Jan 2021
https://resposivetodo.netlify.app/
Created ToDo using React JS. Enhanced new features like dark mode, responsive page.
Profile Card
Dec 2020 - Dec 2020
https://ragunanthan.github.io/card/
Created my profile card using HTML and CSS
Covid tracker
Oct 2020 - Dec 2020
https://ragucovidtracker.netlify.app/
https://resposivetodo.netlify.app/
https://ragunanthan.github.io/card/
https://ragucovidtracker.netlify.app/
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9025133441
Created Covid Tracker using reactJS
student database management system using python
Jun 2020 - Jun 2020
Developed a student database management system using python. This includes student and staff module. Staff will be able
to add student details and semester marks and Students will be able to view those details after login.
Detection of fuel theft using arduino
Jan 2020 - Feb 2020
To detect fuel theft in the heave vehicle by fixing tank opener sensor which connected with the arduino and GSM module
which sent data to the vehicle owner.
Completed 50 hrs of course in “CATIA V5 R20”
Acquired a certificate in SAP
Actively participated in National Service Scheme.
Event organizer in all school and college annual day functions and other technical events.
I had build a replica of an website. https://ragunanthan.github.io/leadersclass/
Rank 944: Resume 1241 with similarity score 0.009147431297840443
Resume Text: MS cloud architect , solutions architect , cloud consultant , cloud infrastructure architect , devops , account manager , solution architect , full time , team lead , technical lead , enterprise architect , aws architect customer , security audits , microsoft azure , office , platforms , docker , linux , new relic , status , hosting services , nagios , components , features , building , ec2 , connectivity , virtual environment , coordinated , organization , thought leadership , kt , ansible , automation , technical leadership , devops , kubernetes , access , designation , hindi , ltd , english , cloud security , project , groups , provisioning , ownership , peering , solution architecture , itil , business process re-engineering , vmware , javascript , technology , business requirements , managed services , general , performing , affirmative action , mysql , technical architecture , principles , public , maintenance , utilization , iaas , paas , email , nessus , aws , operations , github , middleware , design patterns , premises , languages , amazon , teradata , assessment , live production , esxi , engineers , icinga , vsphere , security tools , it infrastructure management , database , cloud services , rendering , jenkins , hybrid cloud , permissions , authorization , teams , programmes , enterprise , virtualization , scalability , deliveries , record , models , application , ecosystem , focus , led , s3 , servers , framework , adoption , acting , cloud computing , orchestration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405…
https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405644420a5b085… 1/3
Current Designation: Senior Cloud Architect- IT Software
Current Company: TietoEVRY India Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune,United Arab Emirates (UAE),United States
(US)
Functional Area: IT Software - Middleware
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: BCA [Computers]
Verified : Phone Number | Email - id
TietoEVRY India Pvt. Ltd. as Senior Cloud Architect- IT Software
Feb 2020 to Till Date
Key Result Areas:
Coordinating with TietoEVRY Public Cloud Team while leading different cloud teams including Discovery and
Assessment, Migration, Build & Design, Cloud Security
Determining and assessing customers On-prem/Virtual environment using different D&A tools like Cloudamize,
Movere, Device42, Cloud Endure
Performing post-assessment of customer environment; preparing it for Migration to AWS/Azure cloud using tools such
as Azure Migrate/Azure Site recovery, AWS Cloud Endure
Building and designing customer's environment on Azure cloud by deploying Azure landing zones and following Azure
Cloud adoption framework
Contributing as a proactive part of Infra as Code Team to deploy infrastructure using Terraform code
Executing and defining different POC environments for different tools utilization including Azure Migrate, Jenkins,
Github, Azure DevOps, Docker/Kubernetes, Terraform, Ansible
Demonstrating knowledge of cloud architecture and implementation features (OS, multi-tenancy, virtualization,
orchestration, elastic scalability)
Acting as a Subject Matter Expert to the organization for organization's cloud end-to-end architecture, including AWS
and other providers, networking, provisioning, and management
Developing a library of deployable and documented cloud design patterns, based on the application portfolio, as a
basis for deploying services to the cloud
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
HARSHAL YADWADKAR
Certified AWS Solutions Architect, Senior AWS Cloud Infrastructure Architect seeking
roles in Cloud Computing, Solution Architecture, Technical Architecture, AWS Cloud
Security, IT Infrastructure Management, IT Project Management, Devops, Linux
Key Skills: Solution Architect /Enterprise Architect,Cloud Computing,Devops,Jenkins,Certified AWS Solutions
Architect.,aws,AWS Cloud Architect,AWS Project Management,AWS Cloud Security,AWS Cloud Consultant,AWS
Migrations,AWS Technical Lead
Summary
AWS Certified Solutions Architect with high integrity offering over 14+ years of experience spanning IT disciplines, including
technical architecture, network management, application development, middleware, database management or operations.
Cloud Expert recognized at industry level with proven contributions in Amazon AWS & Microsoft Azure. Proven capability in
leading a team of 10+ Cloud Engineers for various cloud deployment & managed services deliveries. Track record of cloud
migration across a no. of large scale IT programmes, taking ownership of the cloud architecture & design activities and outputs.
Knowledge of all components of an technical architecture; business process re-engineering principles and processes. Proficient
in leading the creation of a technology framework and providing technical leadership in support of organization initiatives in
cloud computing and automation, with a focus on the design of systems and services that run on cloud platforms
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405…
https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405644420a5b085… 2/3
Rendering solutions architecture and evaluating architectural alternatives for private, public and hybrid cloud models,
including IaaS, PaaS, and other cloud services
Providing thought leadership in industry and to fellow team members across business and technical project dimensions
solving complex business requirements
Acting as the coach and mentor to team members and technical staff on their assigned project tasks
Teradata India Pvt. Ltd. as Senior Technical Lead/ Consultant AWS
Jun 2016 to Jan 2020
Key Result Areas:
Coordinated with Teradata Engineering Team to enable Teradata Database and other Teradata ecosystem products on
AWS cloud environments
Rendered operations support to live production environments deployed in AWS Cloud consisting Teradata Database
instances, other TD applications
Provisioned entire Teradata ecosystem using Cloudformation/Ansible to manage customer's AWS sub-accounts under
Teradata Managed cloud offerings
Led the implementation of various services such as Ec2 Linux instances, S3, CloudFormation SNS, VPC, CloudWatch,
CloudTrail, IAM services, Security tools
Disabled all alarms during maintenance schedule by working on Ansible code
Defined and strategized different approaches to manage each subaccount in terms of Backup, Monitoring, Security,
User privileges and access
Configured and set-up networking related services like VPN connectivity, VPC Peering, Transit VPC, DirectConnect on
AWS sub accounts
Defined and strategized AWS IAM policies for all sub-accounts on AWS
Participated in the Teradata migration from On-premises to AWS
Managed Vcenter, Vsphere, ESXI environments for hosting services of Intellicloud
Used monitoring tools such as Datadog/Icinga for configuring alerts on servers
Travelled to SanDiego office (US) to take KT of "IntelliCloud on AWS" & "On-prem/TD Cloud" projects from Onsite
Team
Analyzed IAM permissions needed and automated IAM setup using Cloudformation
Managed and configured security tools like Alertlogic and Nessus Scanner as per requirements
BlazeClan Technologies Pvt. Ltd. as AWS Consultant/ Solutions Architect
Jul 2015 to Jun 2016
Key Result Areas:
Recommended AWS services to clients which can be used according to their application setup needs
Drove a skilled team of Cloud professionals for Managed Services as Team Lead
Worked as an Account Manager/SPOC for key clients - Managed Services
Led the setup of AutoScaling enabled architecture for clients AWS accounts as per their application needs
Steered the implementation of monitoring tools such as New Relic, Nagios for AWS accounts
Performed security audits for security groups and suggested AWS security best practices to clients
Implemented various services (S3, RDS, CodeCommit, ELB, CloudFront (CDN), Route53, SNS); network best
practices using AWS VPC
UG: BCA (Computers) from sikkim manipal university in 2015
Other Qualifications/Certifications/Programs:
ACCP (Aptech Certified Computer Professionals) in Computers
Education
IT Skills
Skill Name Version Last Used Experience
AWS, AZURE, VMware
Linux SME
AWS Architect
CLOUD MIGRATION
CLOUD ARCHITECTURE
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405…
https://freesearch.naukri.com/preview/printResume?uname=5ff4bedfde54146e17c89a2c6502ed5f0e5c5a564a170b470719435d545b5442100f405644420a5b085… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Multi Cloud Networking
Terraform, Teradata
Jenkins
GitHub, MySQL
Networking, ITIL, RedHat
DevOps, VPN, Route53, SQL
Ec2 Linux instances, S3
CloudFormation SNS, VPC
CloudWatch, CloudTrail, IAM services
VPC Peering, Transit VPC
Vcenter, Vsphere, ESXI, Intellicloud
RDS, CodeCommit, ELB, CloudFront
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 945: Resume 1206 with similarity score 0.009137089356835961
Resume Text: B.S , MS , BS cloud architect , associate , customer support engineer , azure architect , change management , full time , team lead , team member , technical manager , aws architect api , install base , customer , production systems , field support , microsoft azure , designation , demand , ug , telecom , affirmative action , conducting , oracle , uptime , cloud , hindi , maintenance , ltd , service delivery , unix , windows , vendor coordination , ccna , authorization , english , troubleshooting , status , amc , email , project , application , aws , cisco ucs , processing , solution architecture , plus , ibm , testing , electronics , change management , servers , data center operations , router , storage , languages , punjabi , solaris , cms , atms , javascript , engineers , novell , it infrastructure management , switches 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c12…
https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c120216145e54580… 1/2
Current Designation: Technical Manager
Current Company: IBM India Pvt. Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
IBM India Pvt. Limited as Technical Manager
May 2016 to Till Date
Managing Production & DR server hosted in Sify cloud(IBM Vendor)for my current project.
Responsible for implementing app change Management in the DR and production environment
Gather new application / network requirements based on environmental changes and getting ompleted in production &
application team post testing on Test server
Managing periodic Microsoft patch update on production as well DR
Understood the DR server requirement as per project and implemented
Completed API integration of Secure Value & CMS vendor's IM tool integration with IBM's IM tool.
Responsible for conducting DR drills periodically and sharing DR drill report with customer & IBM management
Responsible for vendor coordination for application change & implementation.
Responsible to optimize cloud resources as per demand
Providing technical and day to day operational inputs to management for planning, deployment and service delivery of
ATMs
Worked as active team member to prepare process documents for ATM project
NCR CORPORATION INDIA PVT. LTD as Team Lead
Dec 2004 to May 2016
Worked as Team Lead cum technical expert for Punjab Territory with a team of 48 Field Engineers
Managed NCR MICR Datacenter facility operations at PNB which had production systems for cheque processing was.
This setup included NCR Worldmark Unix servers, Windows servers, storage, Windows terminals, sorter machines & Lipi
line printers.
Was responsible for maintaining uptime of MICR datacenter
Was responsible for installation, configuration & troubleshooting of NCR install base for Cisco router & switches.
Also supported Cisco UCS servers for clients Airtel & BSNL
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Satish Kumar
Seeking roles in Cloud Solution Architecture & administration (AWS & Azure certified ),
Data Center Operations,IT Infrastructure and networking Management.
Key Skills: CCNA,Data Center Operations,IT Infrastructure Management,Networking,Solution Architecture,SLA
Management,AWS,Solaris,Technical Support,Microsoft Azure,aws architect
Summary
Skilled professional with 15 plus years of experience in Technical Support,Data Center Operations,Customer Support,
Application IT Infrastructure and networking Management, cloud operations
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c12…
https://freesearch.naukri.com/preview/printResume?uname=a8421ea2274cde4d64a8fd094e479fbd0b5b00024f1a5810051749590f5b554d140c120216145e54580… 2/2
Was responsible for L3 technical support for NCR specialized machines.
Handful experience in customer SLA management.
HCL INFOSYSTEMS LTD as Customer Support Engineer
Aug 2001 to Nov 2004
Job Responsibilities:
Worked as a Customer Support Engineer for providing field support for various customers like LIC, PNB, SBI across
Punjab and Haryana.
Responsible for Installation and maintenance of UNIX, Windows and Novell servers from HCL Infosystems.
Installation & maintenance of printers
Responsible for collecting customer AMC contracts & installation reports.
UG: B.Sc (Computers) from Punjab Technical University (PTU) in 2009
Other Qualifications/Certifications/Programs:
Diploma in Electronics and Communication Engineering
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CCNA Associate
AZURE Architect 2020
AWS Architect 2020
Oracle Cloud Architect 2020
Solaris administar
CISCO UCS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 946: Resume 926 with similarity score 0.009134066437918305
Resume Text: B.E , B.TECH , M.TECH full stack developer , software developer react.js , express.js , css , designation , connect , ug , affirmative action , mysql , technical architecture , user experience , maintenance , node.js , status , email , project , application , mongodb , less , electronics , components , building , parsing , software design , javascript , web , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f17…
https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f175711155c5f5a0… 1/2
Current Designation: Full Stack Developer
Current Company: IO Connect
Current Location: Pune
Pref. Location: Pune,Nagpur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: M.Tech [VLSI Design]
Verified : Phone Number | Email - id
IO Connect as Full Stack Developer
Aug 2018 to Till Date
26 months of Experience in frontend development using React.JS
developing better UI experiences, along with the implementation
of backend server using the Node.JS, Express.JS and database in
MongoDB.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Govt College of Engg, Chandrapur. in 2016
PG: M.Tech (VLSI Design) from yeshwantrao chavan college of engineering, nagpur in 2018
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
ABHILASH RAJENDRA POHEKAR
Full Stack Developer seeking roles in Software Development,Software Design,IT
Project Management,Requirement Gathering,Technical
Architecture,Javascript,HTML,Node.Js,MongoDB,MySQL
Key Skills: Full Stack Developer,Software Development,Software Design,IT Project Management,Requirement
Gathering,Technical Architecture,Javascript,HTML,Node.Js,MongoDB,MySQL
Summary
Full Stack Developer at IO
Connect with experience in
developing UI with React, creating
better user experience by
building reusable React
components for responsive web
applications,
Also connecting them with
backend using Node.JS, Express.JS
& MongoDB interacting with the
data received from the frontend
& parsing data from the Database
to the frontend UI.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f17…
https://freesearch.naukri.com/preview/printResume?uname=ee6ceb75b27d0263700051ea4e2ce8e95e5900554a410e1304191751580a534b170f175711155c5f5a0… 2/2
Affirmative Action
Physically Challenged: No
IT Skills
Skill Name Version Last Used Experience
React ,HTML ,Express.JS ,CSS ,Node.JS
MongoDB,JavaScript
MySQL
Rank 947: Resume 712 with similarity score 0.009105377063410018
Resume Text: B.E , MS , B.TECH , BS senior developer , lead developer , service engineer , senior engineer , automation developer , it professional , senior java developer , installer , full time , team lead , senior consultant , technical lead spring cloud , ixia , java web services , core java , customer , 24x7 , office , firebug , nlp , docker , databases , gateway , test cases , digital , pattern , wlan , openssl , design documents , status , rabbitmq , specifications , store , smb , rdbms , cloud foundry , gitlab , components , qa automation , reliability , kibana , clear , infrastructure , payments , spring security , foundation , spring framework , routers , organization , notification , pipeline , performance testing , switches , ipv4 , sprints , vdi , windows batch , access , designation , confluence , protocol , deliverables , amazon s3 , rhel , mar , hindi , api testing , ltd , english , media player , troubleshooting , shopping , code review , agile , project , wix , mongodb , nsx , sprint planning , provisioning , video , beds , redis , scattering , c++ , flow , code coverage , word , javascript , vmware vsphere , artificial intelligence , technology , developer tools , cash , bill payment , dlna , eureka , powermock , content delivery , reporting , osi model , subversion , bugzilla , general , scrum , ipv6 , developers , visual studio , affirmative action , oracle , jdk , emc , soho , parse , trace , curl , maintenance , basic , vim , alm , nsis , vlan , racks , postgresql , architecture , proxy , email , language processing , tomcat , rtgs , windows 10 , chrome , bengali , spirent test center , hp , mac , him , junit , maven , languages , story , hibernate , ip addressing , viz , cassandra , jira , engineers , search , esxi , apps , dell , online , internet content , restlet , mockito , tunneling , jenkins , openshift , portals , spring di , testng , l2tp , adapter , iperf , authentication , wireshark , apache , sts , authorization , risk , ipsec , mercurial , test execution , spring boot , virtualization , embedded , c# , application , written communication , devices , adherence , test automation , cucumber , gaming , web browsing , increase productivity , servers , debugging , shell scripting , acceleration , ixchariot , idp , selenium , pivotal , cvs , enablement , python , upnp , eclipse , load , nextgen , intellij idea , cd , ethernet 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 1/5
Current Designation: Senior Consultant -Java
Current Company: Capgemini India Pvt Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
Capgemini India Pvt Ltd. as Senior Consultant -Java
Jun 2018 to Till Date
Title SCPay RTGS Automation
Client Standard Chartered Bank (Onsite)
Team Size 40 Engineers
Period July'20 - Present
Role Lead Automation Developer
Responsibilities Write Automation Script using Java and Spring to automate RTGS Payment Test Cases for Saudi
Arabia.
Work in Highly Target Oriented Sprints to Deliver Automation Development as per Target set during Sprint Planning
Without Compromising the Quality of the script as Reliability and Security are the keys in any Banking Project.
Purpose The goal is to migrate SCB Cash Payment System from Legacy to new more Reliable and Secure SCPay
System for a number of Countries. Thorough Testing is essential in making Zero Leakage System, Automated Testing is
key here to increase productivity, reduce manual effort and human errors in testing when same Payment Products are to
be launched in a number of Markets in different Countries in short time span.
Technologies Java 10, Spring DI, Spring JDBC, REST Assured API Client, ELK Search, Kibana, Cucumber Feature
files, Postgres, OpenShift Container Platform (OCP), Jira, Confluence
Title NextGen Security ( NGSSO )
Client Dell EMC Corporation (Onsite)
Team Size 12 Engineers
Period February'20 - June'20
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Subhashis Nath
Senior Consultant seeking roles in Software Development,Application Programming
and Maintenance using Java,Spring Boot,Spring Cloud,RDBMS,Elastic Search,PCF
Key Skills: Senior Consultant,Tech Lead,Software Development,Application Programming,Application
Maintenance,Java,Spring Boot,Spring Cloud,JDBC,PostgreSQL,Oracle,Elastic Search,PCF,MongoDB,Automation
Testing,CI/CD
Summary
A Customer Focused, Result-oriented, Versatile IT professional working as a Lead Java Developer having around 7 years of
relevant IT experience in diversified domains (viz Cash Payments, IOT, Virtualization, NLP & Embedded) during exposure to
multiple phases of SDLC (viz Development, Automated Testing, CI/CD). A Proactive, Hard-Working & Responsible Individual
having the Ability to Learn New Products/Technologies in Short Time span to Deliver new Projects and have good verbal and
written communication skills. Looking for a challenging opportunity in a healthy work environment where I can utilize my skillset
and knowledge effectively for mutual growth of both the organization & myself.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 2/5
Role Lead Developer
Responsibilities Implement an all-in-one SSO solution using Spring Cloud Gateway and Spring Security SSO securing
access to a number of sensitive Business Apis and Web Portals using PCF PingFederate SSO Service plan as Identity
Provider (IdP). The project is going to be a high impact solution eventually modifying the existing security model of almost
all projects under ESRS.
This SSO app smartly handles fetching configs like Gateway Route uri and predicates path dynamically from PCF
manifest file without any modification to secure number of downstream target apps.
Implement an Authentication Filter to support both BASIC, SecureID mode of SSO authentication, differentiated by
AuthMode header, and integrate the filter with above Gateway.
Pass to be NextGen SSO Session (ngssosession) cookie containing Bearer OAuth2 JWT token value to replace in use
Clear Trust Session (CTSESSION) cookie while invoking target APIs/web page.
Work on setting up Service Registry and Service Discovery micro-services using Netflix Eureka and Spring Boot and
deployed them to PCF.
Write JUnit tests using PowerMock and Mockito for all the target endpoints secured with new SSO to confirm if they
provide the same results as before using Postman.
Integrate automatic Build, Checkmarx Security scan and Deployment to CI/CD pipeline.
Collaborate closely with the QA team, share them Postman collections, RCAs, Fix and follow up till getting Sign-off from
them closing the User Story.
Dig deeply into the Architecture of different flavours of Gateway devices (VE, eVE) Provisioning Flow to understand point
of modification, analyse its impact and risk involved.
Provide support to my previous projects. Enhancing language level security by upgrading to Java 10 and deploying to all
the servers in different environments to be able to get future security patches.
Purpose The goal is to replace the in-place Authentication Manager (RSA AxM) which is in end of contract period with
Dell. The solution is going to have a significant security impact over existing Sign-in mechanism in all the projects under
ESRS umbrella.
Technologies Java 8, Spring Cloud (Hoxton SR3), Spring Boot (2.2.6), PCF SSO Service, PingFed IdP, Netflix Eureka
Service Registry and Service Discovery, Adapter Pattern, OAuth2, JWT Token, Swagger, Chechmarx
Title MyService360
Client Dell EMC Corporation (Onsite)
Team Size 5 Engineers
Period June'19 - February'20
Role Lead Developer
Responsibilities Write PCF Spring Boot Scheduler service which monitors some table every minute, send notification
once there is an update in table entries.
Harman International Pvt Ltd. as Technical Lead
Jul 2017 to May 2018
Title VMware Cloud Foundation ( VCF ) QE Automation
Client VMware Software India Private Limited, Bangalore (Onsite)
Team Size 17 Engineers
Period July'17 - May'18
Role Senior Developer & Automated Testing Developer
Responsibilities Work on automated imaging and bring up of VMware Cloud Foundation (VCF) Racks consisting of
ESX, servers, switches, and vSAN, vCPU, NSX using Java UI.
Write code for VCF infrastructure various functional UI and API test automation with TestNG, Selenium Web-driver.
Work on development of VCF Audit and Compliance tool.
Write REST APIs for inter component communication between different Rack components.
Create automated test code coverage reports using Jacoco for various VCF modules, integrate them as Jenkins weekly
jobs and send the report to respective module owners.
Debugging, troubleshooting, reporting bugs, participate in daily scrum meetings.
Technologies Java 8, RESTful Web Services, Spring Boot, Spring, Hibernate, Selenium Web Driver, SDDC, VMware
Cloud Foundation, ESX, vCenter, vSphere, VI, VDI, PostgreSQL, Postman, Swagger, Tomcat, Maven, Jenkins, Git, HP
ALM, HPQC, Jacoco, HTTP, DNS, VLAN, DHCP, Review Board, STS
Alumnus Software Ltd as Senior Engineer
Jun 2011 to Jun 2017
Title Concept Search
Client S3.com (Offsite)
Team Size 5 Engineers
Period Dec'15 - June'17
Role Senior Developer
Responsibilities Write Parser which can Parse Word Doc/Docx Files based on predefined model templates.
Used Artificial intelligence to provide user the facility to search text phrases (concepts) within the document and provided
meaningful textual values.
Used Apache OpenNLP 1.5 library for English Language Processing and extraction of meaningful values.
Technologies Java 7, OpenNLP v1.5, Spring Framework, Maven, Eclipse
Title Internet Content Delivery Acceleration ( IWP )
Client iCelero Technologies Private Ltd (Offsite)
Team Size 15 Engineers
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 3/5
Period Apr'14 - Nov '15
Role Java Developer
Responsibilities Used Amazon S3 to store media files. Managed Selenium web-driver Java coding to automate
measurement of web page load times.
Write NSIS scripts to build exe installer of the application.
Write some Windows Batch Scripts as per installation requirement.
Purpose iCelero Windows Proxy (IWP) revs up the PC Internet ranging from web browsing, streaming large media files,
multi-player gaming, social networking, online shopping and online bill payment without scattered the user's private data
on the Internet. The application was meant to provide the end user with highly optimized web content in real time over the
internet.
Title QA Automation
Client Intel Technology (Onsite)
Team Size 6 Engineers
Period June'11 - Mar'14
Role Programmer & Automated Testing
Responsibilities Hands on exposure to Automated Functional & Performance Testing of Protocols viz TCP, UDP, IPv4,
IPv6, LAN, WLAN, DHCP, different Tunneling protocols (IPSec, L2TP, IPoGRE, EoGRE) and SMB protocol.
Hands on exposure to setup Network Test Beds using WLAN, Ethernet, VLAN, L2, L3 devices viz Routers, Smart Switch,
Very good understanding of Network Topologies and OSI Model Layers
Write Python scripts for Automated Functional and Performance Test Cases of SOHO Router Device (CPE),
Designing Automated Test Framework, debugging, troubleshooting and overall adherence to Agile development methods
Peer code review and checking if the same meets client standards and fulfils requirements.
Have Onsite work experience to gather project requirements.
Raise defects in pre-defined template in JIRA
Ensuring deliverables are on schedule.
Technologies Python 3, Shell Scripting, OSI, TCP/IP, UDP, Tunneling protocols (IPSec , L2TP, GRE), LAN, DHCP, IPv6,
HTTP, SMB, IP addressing schemes, MAC address, DNS, VLAN, JIRA, IxChariot, Spirent Test Center, iPerf, WireShark,
Expect, Netsh (Windows), Chrome Developer Tools, Vim, Mercurial, CVS, vSphere, RHEL
UG: B.Tech/B.E. (Computers) from West Bengal University of Technology (WBUT) in 2011
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
SQL 2019 4 Year(s) 0 Month(s)
API testing 2019 6 Year(s) 5 Month(s)
SCRUM 2019 8 Year(s) 0 Month(s)
SPRING FRAMEWORK 2019 5 Year(s) 0 Month(s)
Hibernate 3 2017 2 Year(s) 0 Month(s)
DOCKER 2019 1 Year(s) 0 Month(s)
Java Web Services 2019 4 Year(s) 0 Month(s)
spring boot 2 2019 4 Year(s) 0 Month(s)
CORE JAVA 1.8 2019 7 Year(s) 5 Month(s)
Cloud Foundry 2019 1 Year(s) 0 Month(s)
JIRA, Bugzilla
GitLab, Jenkins
Git, Subversion
VMWare Vsphere
ESXi, vCenter, LogInsight
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 4/5
Nature of Employment: Full Time
Project Location: Bangalore
Role: Domain Expert
Duration: May 2018 - Jul 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Bangalore
Role: Module Leader
Duration: Jul 2017 - Apr 2018
Onsite / Offsite: Onsite
Team Size: 17
Nature of Employment: Full Time
Project Location: Alumnus Software Ltd
Role: Programmer
Duration: Dec 2015 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 5
cucumber
Selenium Web Driver
PostgreSQL, Oracle, SQL
Elastic Search
Kibana, MongoDB, Redis
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
Projects
Project Title: Remote Service Credential
Client: Dell EMC
Skill Used: Java 8, Spring Boot, Spring Cloud, Spring REST, RabbitMQ, PCF, Docker, Micro Service Architecture, API
Gateway, PostgreSQL, Curl, Postman, Swagger, Git, Apache Tomcat, Maven, IntelliJ Idea
Role Description: Write Micro service endpoints and corresponding API Gateways to authenticate inbound requests
using Spring REST and Jersey. Deploy the Micro Services endpoints in Pivotal Cloud Foundry platform. Use
OpenSSL and Bouncy Castle to generate Certificate.
Project Details: RSC enablement feature of EMC Device helps EMC service engineers to provide 24X7 remote
support to EMC Devices located in Client site removing the dependency to know login credential of those Devices in
advance. The service engineer can generate Passcode for any RSC enabled Device securely via ServiceLink any
time and can login to that Device to troubleshoot issues.
Project Title: VMware VCF SDDC Bringup
Client: VMware Software India Private Limited
Skill Used: Core Java (JDK 1.8), RESTful Web Services, Selenium Web Driver, SDDC, VMware Cloud Foundation,
ESX, vCenter, vSphere, VI, VDI, Apache Tomcat, Maven, Jenkins, Git, HP ALM, HPQC, PostgreSQL, Cassandra,
Jacoco, HTTP, DNS, VLAN, DHCP, Restlet Client, Vim, RHEL, Windows 10
Role Description: Design, develop, troubleshoot and debug software programs for databases, applications, tools,
networks etc.
As a member of the software engineering division, I assisted in defining and developing software for tasks
associated with the development.
Project Details: Work on automated imaging and bring up of VMware Cloud Foundation (VCF) Racks consisting of
ESX, servers, switches, and vSAN, vCPU, NSX using Java UI and Python API. Write code for VCF infrastructure
various functional UI and API test automation with TestNG, Selenium Web-driver. Work on development of VCF Audit
and Compliance tool. Write REST APIs for inter component communication between different Rack components.
Create automated test code coverage reports using Jacoco for various VCF modules, integrate them as Jenkins
weekly jobs and send the report to respective module owners. Debugging, troubleshooting, reporting bugs,
participate in Daily scrum meetings and production support.
Project Title: Concept Search
Client: S3.com
Skill Used: Java 7, Windows, WiX MSI framework, Eclipse, OpenNLP, SharpNLP, Apache Maven
Role Description: 1. Hands on porting of Apache OpenNLP 1.5.0 library Chunker and POS-Tagger JAVA modules to
SharpNLP C# modules.
2. Hands on NSIS and WiX scripting to build EXE and MSI installers of the application.
3. Ensure that various deliverables are on time.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d1…
https://freesearch.naukri.com/preview/printResume?uname=0a751c904b5abd70935296f7bb0398d40a0c08591b115d175743140b5e5d561c450d170116460e5501… 5/5
Nature of Employment: Full Time
Project Location: Alumnus Software Ltd
Role: Programmer
Duration: Apr 2013 - Nov 2015
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Intel Technologies Bangalore
Role: Sr. Programmer
Duration: Nov 2011 - Mar 2013
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Alumnus Software Ltd
Role: Programmer
Duration: Jun 2011 - Oct 2011
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Project Details: The application parses Word Doc/Docx files based on few internal model templates. Uses
intelligence to provide user the facility to search text phrases (concepts) within the document and presents him
meaningful textual values. Uses SharpNLP library for value extraction.
Project Title: Internet Content Delivery Acceleration
Client: iCelero Technologies Private Ltd
Skill Used: JAVA (JDK1.6), NSIS, Selenium Web-driver, C++, WiX MSI framework, Windows Batch scripting,
WireShark, Chrome Developers Tool, Firebug, JIRA, SVN, GIT
Role Description: 1. Hands on NSIS scripting to build exe installer of the application.
2. Hands on Selenium Web-driver JAVA coding to automate measurement of web page load times.
3. Write some Windows Batch Scripts as per installation requirement.
Project Details: iCelero Windows Proxy (IWP) revs up the PC Internet ranging from web browsing, video streaming,
multi-player gaming, social networking, online shopping and online bill pay without scattering the user's private
data on the Internet. The application is meant to provide the end user highly optimized web content in real time over
the internet.
Project Title: QA Automation
Client: Intel Technology Bangalore
Skill Used: Python, Shell scripting, Automation, JIRA, Mercurial, CVS, HTTP, IXIA, IPSEC, L2TP, GRE, LAN, DHCP,
SMB, Wireshark, IntelliJ Idea, Vim
Role Description: Senior Java Developer to write automation test modules.
Write user guide and design documents
Debug and fix issues, production support and maintenance.
Ensure deliverables are on schedule
Gather Requirements and do Acceptance Tests at Client office
Project Details: Development of Automation Testing Tool which executes various Functional and Performance test
cases of SOHO Router device (CPE), decides test execution result to be PASS/FAIL based on the test criteria, saves
the generated test logs and other trace files, maintains a database.
Project Title: DLNA
Client: Digital Living Network Alliance
Skill Used: JAVA (JDK1.6), C#, UPNP, DLNA, VMware, Visual Studio, Eclipse IDE, WinCVS, Media Player, Media
Server
Role Description: 1. Hands on Core JAVA and C# coding to write Automated Test Cases to test various Devices
Under Test (e.g Media Player, Media Server etc).
2. Analyze and provide fix on major issues which came up during QA Testing.
Project Details: Aims to provide a number of test cases to test compliance of DUTs if they adhere to the DLNA
specifications while streaming large media files like video and audio.
Rank 948: Resume 336 with similarity score 0.009098175739324348
Resume Text: B.E , BS quality analyst , work from home , quality assurance engineer , android developer android development , completion , basic , assessment , interpret , training , app , resume , internships , user friendly , java , motors , writing , kotlin Assessment
Q1. Why should you be hired for this role?
Have around two years of experience working as Quality Analyst for a mechanical firm. Would want to work with a product company as a Android
developer and deliver to the best of my capabilities.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available immediately.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9994374520
Mohammed Tariq
T iruchirappalli, Bangalore
Applied 31 Dec'20
Android Kotlin Java
Bachelor of Engineering B.E, Mechanical Engineering
MEPCO Schlenk Engineering College
2014 - 2018
CGPA 8.90/10
Senior Secondary XII, Science
S.B.I.O.A MATRICULATION HIGHER SECONDARY SCHOOL
STATE BOARD board)
Year of completion: 2014
Percentage: 90.20%
Secondary X
Modern Matriculation Higher Secondary School
STATE BOARD board)
Year of completion: 2012
Percentage: 94.91%
Quality Assurance Engineer
Igarashi Motors India Limited, Chennai
May 2018 - Jul 2020
Create user friendly reports for defects so that people from different nationalities can interpret easily
Was involved in analysis and writing RCAs for any product failures or defects
Intern Android Developer
App Crew Private Limited, T iruchirappalli
Aug 2020 - Present
Completed basic training in Java, Kotlin and Android development. Completed a Todo app which persists data in Room,
makes network calls and uses glide for image loading.
https://www.linkedin.com/in/mohammed-tariq-03a444117/
Rank 949: Resume 1304 with similarity score 0.009079342764985135
Resume Text: B.E , MS , B.TECH , BS software engineer , devops engineer , associate , operator , release engineer , software developer , change management , full time , service provider , part time version control , wholesale , security , bash , docker , linux , ear , status , snapshot , messaging , continuous integration , artifacts , ec2 , operating systems , packaging , organization , ansible , automation , devops , access , archives , kubernetes , designation , rhel , hindi , windows , english , troubleshooting , project , splunk , fund services , change management , resolve , one , sonarqube , javascript , wireless , technology , working experience , amazon web services (aws) , boost , subversion , rework , performing , efs , developers , affirmative action , maintenance , unix , nexus , email , tomcat , securities , configuration management , bengali , operations , github , maven , languages , resolving issues , console , tags , mobile , jira , system monitoring , jenkins , ug , offers , apache , nav , permissions , ami , authorization , internet , sql , application , telecommunications , ci , global services , operators , broadband , electronics , s3 , running , shell scripting , repository , storage , statistics , subsidiaries , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b165…
https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b1657114109595b0… 1/3
Current Designation: Devops Engineer
Current Company: Indecomm Global Services
Current Location: Bengaluru / Bangalore
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in East India
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Indecomm Global Services as Devops Engineer
Sep 2019 to Till Date
Project Name : Pricing Console
Role : Devops Engineer
Client : Citi bank
Environment : Maven,Git,Nexus,AWS, Apache Tomcat, Jenkins,RHEL,Shell
Teamsize : 5
Duration : Sept 2019 to Dec2020.
Description:
Pricing console is an integral system to CITI Fund services operations, used to collect securities prices from a number of
sources and ultimately select the best ones through a series of present rules and validations.The Prices selected for
securities are important as they are used to calculate profit and loss for client portfolios.
As there are many price flowing into the system often multiple prices for the same security the system needs to determine
the best one contributing to accurate calculation values of NAV and profit and loss for client portfolios.
Roles and Responsibilities:
Administration of Github tool includes creating branches, tagging, access permissions and setting up hook?s locks.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Amit Kumar Mishra
Software Engineer seeking roles in DevOps Enngg,Software Configuration
Management,Project Management,Change Management,Release
Management,Requirement Gathering,Jenkins CI/CD,Shell Scripting,Apache
Tomcat,Docker, Nexus, Sonarcube,Maven,AWS,Git, GitHub
Key Skills: Software Configuration Management,Project Management,Requirement Gathering,Shell Scripting,Apache
Tomcat,Docker,Splunk,Maven,JIRA,Git,AWS,Jenkins,GIT,Ansible,Github,Devops
Engineer,Nexus,Devops,SQL,Sonar,Build Release Engineer,CI/CD,Linux,Unix
Summary
Total 3.8 years of Industrial working experience as a DevOps Engineer role in the field of Software Configuration Management &
Build, Release and Deployment Management . I look forward to associate with organization that can extensively use my
capabilities in the field of Software Configuration Management, Build and Deployments domain.
Expertise in supporting multiple projects during builds and release process.
Hands on experience with version control tool like GIT, Github.
Experience on, GIT- Created branches, tagging, setting SVN externals and providing access permissions to the developers over
branches.
Good working experience on Linux and Windows Operating Systems.
Scripting in multiple languages on UNIX, LINUX Like Bash.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b165…
https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b1657114109595b0… 2/3
Maintaining Subversion code repository and backup files.
Experience in Creating branches and tags to separate build system after a milestone releases and Create build storage
archives for back tracking builds.
Used Maven scripts to build the source code. Supported and helped to create Dynamic Views and Snapshot views for end
users.
Automated build scripts using Maven and Shell Scripts.
Configured Jenkins CI tool for project and setup Nightly Builds.
Automated the code deployment process in each environment (development, QA, Staging, Production).
Configured a continuous integration process and interface with the operations team to ensure project artifacts are
deployed automatically to various environments using Jenkins.
Installation, Configuration and Administration of Jenkins over UNIX and LINUX build machines in distributed mode over
Apache Tomcat and configured jobs along with various plug-in for Continuous Integration and Integrating Sonarqube
server with jenkin generate Sonarqube Report.
Accomplished in tool automation using Shell scripting.
Have experience with system monitoring tool like NewRelic.
Performed Build and Deployment activities without any rework.
Responsible for the deployment on Linux for Dev/ QA, staging, productions environment.
Preparing the build statistics and produce to the management team.
Troubleshoot deployment problems, release issues and environment issues in a multi-component environment.
Installed and configured Apache Server and integrated with Application server.
Creating EC2 Instances, S3, Auto scaling, ELB and configuring all necessary services
Deployed applications WAR, EAR, JAR in Domain and Clustered environments.
Used jira as Issue tracking tool
Wipro as Devops Engineer
Apr 2017 to Sep 2019
Project Name : Sprint Telecom Services.
Role : Devops Engineer
Environment : Maven,Git,Nexus,AWS, Apache Tomcat, Jenkins,Linux,windows
Application server : ApacheTomcat
Teamsize : 7
Duration : May 2017 to Sept2019.
Description:
Sprint Corporation, commonly referred to as Sprint, is an American telecommunications holding company that provides
wireless services and is an internet service provider. It is the fourth largest mobile network operator in the United States,
and serves 59.7 million customers, . The company also offers wireless voice, messaging, and broadband services through
its various subsidiaries under the Boost Mobile, Virgin Mobile, and Assurance Wireless brands, and wholesale access to
its wireless networks to mobile virtual network operators
.
Roles and Responsibilities:
Create & maintain environment & tools to automate build/release activities.
Performing automation builds using Maven and Jenkins.
Involved in the release process and deployed applications (WAR, EAR and JAR) to the Tomcat.
Notify Broken builds to appropriate Team / Team Members and enable for successful
build.
Developing and maintaining scripts to automate the build, packaging as well as
automation of time consuming, error prone tasks associated with the build
Configured and deployed applications in various work environments like Development, Test, and Production.
Good understanding of Amazon Web Services (AWS), Creating EC2 Instances, S3, Auto scaling, ELB and configuring all
necessary services
Monitoring daily builds using continuous integration tool Jenkins.
Automation of manual process at different levels of the software life cycle using different technologies and shell scripts.
Responsible for Maintaining/Administration of GIT Version control tool. Create branches in GIT & provide access
permissions to developers on need basis
Assisting development team in resolving issues with build, environment, SCM and tools.
Configuring the Docker containers and creating Docker files for different environments.
Creating container and deploying it to production server
Developed Crontab scripts for timely running jobs and provide server status.
Working closely with development team to identify and resolve build or deployment problems and support.
Troubleshooting of Performance and Stability Issues, Support software environments, build, release, deployment and
operational issues
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2014
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b165…
https://freesearch.naukri.com/preview/printResume?uname=ec3ba837beece8bcd03f4f1473b235be590b0d541e110f45511040510b5c541f460b1657114109595b0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
GIT, Github, Windows, Linux, Maven 2020 3 Year(s) 6 Month(s)
AWS,EC2,EBS,EFS,S3,VPC,Ami 2020 3 Year(s) 6 Month(s)
Shell Scripting, Apache Tomcat ,SQL 2020 3 Year(s) 7 Month(s)
Docker , Jenkins, Kubernetes , Ansible 2020 3 Year(s) 5 Month(s)
JIRA, Nexus , Splunk , Newralic 2020 3 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odia Expert
Bengali Expert
Rank 950: Resume 912 with similarity score 0.009072317577422334
Resume Text: B.E , MS , B.TECH software engineer , javascript developer , software developer , change management , full time react.js , web development , redux , health monitoring , healthcare , css , designation , ug , mar , affirmative action , spring , hindi , maintenance , firebase , basic , english , advanced , authorization , bootstrap , status , incident response , email , business analysis , logging , project , application , hooks , global delivery , change management , fundamentals , building , router , cerner , languages , kannada , malayalam , javascript , information retrieval , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a11…
https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a115040490a5d5a5… 1/3
Current Designation: Advanced JavaScript Developer
Current Company: Publicis Sapient
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Publicis Sapient as Advanced JavaScript Developer
Jan 2021 to Till Date
Working in Global Delivery - Engineering - Experience Engineering - Front End as Advanced JavaScript developer (core
XT)
Cerner Healthcare Solutions as Software Engineer
Dec 2019 to Dec 2020
Was associated with a team for building a Spring application for a project which aims to develop an automated logging and
information retrieval system that can be used by the device health monitoring team to efficiently and effectively keep track
of all the alerts and notify the incident response center team who can handle the incidents proactively so as to avoid an
outage. Collaborated closely with the team to support projects during all phases of delivery.
UG: B.Tech/B.E. (Computers) from Christ University, Bangalore in 2020
Other Qualifications/Certifications/Programs:
Business Analysis Fundamentals
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Varun Manoharan
Engineer seeking roles in Software Engineering,Software Development,Web
Development,Application Development,Project Management,Change
Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,HTML,CSS.
Key Skills: Software Developer,Software Engineering,Software Development,Web Development,Application
Development,Project Management,Change Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,HTML,CSS,React.Js,Bootstrap,Redux
Summary
Enthusiastic and motivated individual with superior skills in working in both team-based and independent capacities.
Bringing strong work ethic and excellent organizational skills to any setting. Excited to begin new challenge with a successful
team.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a11…
https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a115040490a5d5a5… 2/3
React- The Complete Guide(includes Hooks, React Router, Redux) : Maximilian Schwarzmuller
The Complete 2020 web development Bootcamp(HTML, CSS, Javascript, React) : Dr. Angela Yu
Nature of Employment: Full Time Duration: Jul 2020 - Nov 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Apr 2020 - Apr 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2020 - Mar 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2019 - May 2020
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, JAVASCRIPT 2 Year(s) 0 Month(s)
React, Redux 1 Year(s) 0 Month(s)
BOOTSTRAP 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Malayalam Proficient
Kannada Proficient
Projects
Project Title: Burger Builder App
Client: Personal Project
Project Details: A react application where user can dynamically build a burger by adding or removing ingredients and also
purchase it. The application uses Firebase for storing and retrieving orders.
https://varun-manoharan27.github.io/reactBurgerBuilder/
Project Title: Fun Project
Client: Personal
Project Details: A fun project made using HTML, CSS and Bootstrap
https://varun-manoharan27.github.io/funProject/
Project Title: Portfolio
Client: Personal
Project Details: A basic portfolio made using HTML, CSS for practice.
https://varun-manoharan27.github.io/aboutMe/
Project Title: infraLOG
Client: Cerner Healthcare Solutions
Project Details: Was associated with a team for building a Spring application for a project which aims to develop an
automated logging and information retrieval system that can be used by the device health monitoring team to efficiently and
effectively keep track of all the alerts and notify the incident response center team who can handle the incidents
proactively so as to avoid an outage. Collaborated closely with the team to support projects during all phases of delivery.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a11…
https://freesearch.naukri.com/preview/printResume?uname=7fd333f06418c936c14438ed7808cb4a0a5f5c511c1a5b19054343515e0e0218470a115040490a5d5a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 951: Resume 1228 with similarity score 0.009061891862521772
Resume Text: MS project manager , application support , system administrator , full time , change management automation , support engineers , rca , general , customer , windows server , infrastructure services , security , itil process , designation , windows 2000 , call management , sm7 , mar , vendors , ug , information technology , affirmative action , principles , collaboration , ticketing , hindi , active directory , azure , ltd , software installation , commvault , authorization , english , troubleshooting , teams , resolutions , escalation , enterprise , status , continuity management , email , project , ftp , application , aws , configuration management , groups , messaging , microsoft , ops , testing , electronics , mercedes , technology solutions , hyper-v , daily operations , change management , disaster recovery , capacity planning , servers , building , hp , storage , domain controller , it infrastructure , research , languages , kannada , vmware , adfs , system administration , javascript , position statements , network administration , schedules , cloud computing , availability , server support , kt , landesk 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114…
https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114564542590b5b… 1/3
Current Designation: Manager -Infra Ops specialist
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Email - id
Cognizant Technology Solutions India Ltd as Manager -Infra Ops specialist
Jun 2015 to Till Date
Job Accountabilities:
Handeling Escalation tickets from L1 and L2
Managing Business daily operations run smoothly with managing resources
Managing Team (To get daily update IM/PM and respective change details for there status)
Providing RCA on All P1 tickets
Involving to get KT new customer infra assement for IT infrastuctre
Working as shared resource on multiple Accounts.Which is handeling Windows AD support
Client2 : Mercedes Benz (Research And Development India) (From May 2016 -March 2020)
Job Accountabilities:
Role: Project Manager
Managing Win10 Magration Project Across Multiple domain envirnmenets (APAC,Amercas and EMEA)
Handeling Escalation tickets from L1 and L2
Maintaining Active Directory with 35000+ user accounts & 200+ DCs for Across Daimler.
Managing Business daily operations run smoothly with managing resources
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
NEELKANTH P HATTARKI
Manager-Infra Ops specialist seeking roles in Project Management,Configuration
Management,Software Installation,Client Interaction,System Administration,Cloud
Computing,Technical Support,Active Directory,Azure,AWS,Hyper-V
Key Skills: Manager-Infra Ops specialist,Project Manager,Project Management,Configuration Management,Software
Installation,Client Interaction,System Administration,Cloud Computing,Technical Support,Active
Directory,Azure,AWS,Hyper-V
Summary
Good experience in providing daily support/administration to multiple hosted clients, which comprises of 2500+ VM (Windows),
Responsible for designing, administering, building, testing, and upgrading initiatives for the Active Directory infrastructure
platform
Extensive experience in IT infrastructure services: DNS, DHCP, DFS, ADFS, GPO.
Extensive experience with Windows Server 2012 / R2 for administering Active Directory in an enterprise class environment.
Experience with AD migrations using ADMT and 3rd party tools like Quest and NetIQ..
Solid understanding of the Information Technology Infrastructure Library (ITIL) principles, practices and processes in
providing and managing the delivery of a large scale, enterprise-wide service. This includes incident management, problem
management, change management, configuration management, and availability/continuity management.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114…
https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114564542590b5b… 2/3
Manage Active Directory infrastructure for the Enterprise.
Follow enterprise policies, standards and position statements for new and existing AD related technologies.
Provide technical expertise for multiple Active Directory programs and projects.
Provide capacity planning and performance monitoring including disaster recovery.
Coordinate service/support needs with Vendors, Technical Support Engineers, Application Support Engineers, and the
Infrastructure Team through effective partnership, collaboration and communication.
Provide 3rd level support for Active Directory for end users, application and administration teams. The candidate must
be willing to accommodate weekend, shift or on-call schedules when necessary.
Participate in security and application troubleshooting and incident problem resolutions with other infrastructure teams,
including storage, messaging, networking and servers.
Client3: AIG From July 2020 -Till Date
Job Accountabilities:
Role: Lead - Automation Team:
Managing and supporting infra level LANDesk /Ivanti -for All Americas region Patching task
Providing the automation solution on Deploying the patches
Managing Business daily operations run smoothly with managing resources
Manage Active Directory infrastructure for the Enterprise.
WIPRO TECHNOLOGIES as Senior System Administrator
Jul 2013 to Jun 2015
Job Accountabilities:
Windows 2000 /2003 and win 2008 servers Administration.
Working with Ticketing tool HP SM7
Troubleshooting Server related issues.
Managing Active Directory users and groups on windows 2003 and 2008 Domains
Installation and administration of VMware servers.
Remote Server Support using various tools RSA consoles.
Backup Administration using TSM Backup.
Working on Client and server Microsoft Patching activity
Managing all problem calls in Service Center (Call Management Tool).
MICROLAND LTD as Senior System Administrator
Dec 2012 to Jul 2013
Job Accountabilities:
Windows 2008 servers Administration.
Troubleshooting Server related issues.
Managing FTP Servers
Managing Domain Controller 2008.
Installing/managing windows 2012 servers.
Configuring and installing Hyper-V on Windows 2008 and 2012 servers.
Managing Backup Daily, Weekly and Monthly.
Backup Administration using Commvault Backup.
Managing all Requests comes from customer like Restore Mails, Mailbox and create FTP etc.
UG: BCA (Computers) from Pune University in 2008
PG: in 0
Other Qualifications/Certifications/Programs:
Diploma in Electronics and Communication Engineering
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Windows Server 2003/2008
Active Directory
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114…
https://freesearch.naukri.com/preview/printResume?uname=630150a6626128595325f4e9fa1580260a080d561c450a190a45410b5d0f50481b0114564542590b5b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Windows 2102 Server AD and Hyper-V
ITIL Process
AWS,AZURE and GCP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Marathi
Rank 952: Resume 853 with similarity score 0.009037621878681783
Resume Text: B.E , MS , B.TECH , BS ui developer , product development , senior software engineer , full time , team lead automation , react.js , retail , api , redux , core java , bandwidth , department stores , software solutions , financial services , telugu , interfaces , css , migrating , designation , regulatory compliance , space , affirmative action , home improvement , games , user experience , analytics , cloud , hindi , beginner , amls , maintenance , product engineering , jquery , enterprise software , ux design , english , risk , authorization , screening , web applications , bootstrap , status , regulations , models , life science , email , project , digital transformation , digital security , mobile apps , solution architecture , operations , electronics , supermarkets , pharmaceuticals , latin america , edge , materials , obc , rest , react native , customer experience , machine learning , languages , framework , finance , sar , chart , e-commerce , html5 , supply chain , sass , kannada , dashboard , es6 , money , javascript , design studio , connectors , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f420…
https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f42021740595e585… 1/3
Current Designation: Senior Software Engineer -React.js
Current Company: Good Work Labs
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Good Work Labs as Senior Software Engineer -React.js
Dec 2018 to Till Date
Good Work Labs is the world leading new-age outsourced product development firm and an UX design studio focused on
taking up the most challenging tasks and converting ideas into path-breaking products (be it mobile apps, games or
software products).
Role: Senior software Engineer
Client: 1) Falabella is a e-commerce application, is one of the best retail product in South America. Falabella runs some 75
department stores, 100-plus Sodimac home improvement stores, and about 55 Tottus supermarkets and hypermarkets in
Chile, Peru, Argentina, and Colombia, making it one of Latin America's largest retail companies. (from Jan 2019 to June
2020).
2) Tookitaki : Tookitaki is providing enterprise software solutions that create sustainable compliance programs for the
financial services industry. We are innovating the regulatory compliance space by developing software solutions to
maximize efficiency and effectiveness of compliance processes.
Marlabs Inc as UI Developer
Aug 2017 to Dec 2018
Marlabs Inc is a company that adopts digital transformation using Digital360 - a comprehensive digital framework
comprising of Digital Product Engineering, Digital Automation, Enterprise Analytics, Cloud, Digital Security and Digital
User Experience; delivering a next-generation Digital Customer Experience
Last Active: 5-Feb-21 Last Modified: 1-Feb-21
Mohan Kumar B H
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,React.js,Redux,Redux-
Saga,jQuery,Bootstrap,HTML,CSS,SASS
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,React.js,Redux,Redux-
Saga,jQuery,Bootstrap,HTML,CSS,SASS
Summary
I have 4+ Year of experience in Front End Development and web applications using technologies such as JavaScript, React.js,
Redux, Redux-Saga, jQuery, Bootstrap, HTML, CSS, SASS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f420…
https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f42021740595e585… 2/3
Merck as UI Developer
Jul 2016 to Jul 2017
Merck is one of the world's leading companies in innovative pharmaceuticals, life science solutions and cutting-edge
performance materials and technologies
UG: B.Tech/B.E. (Electronics/Telecommunication) from Channabasaveshwara Institute of technology (VTU), Gubbi in
2014
Other Qualifications/Certifications/Programs:
Diploma (Electronics and Communication)
Nature of Employment: Full Time Duration: Aug 2020 - Nov 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, J2EE 6 2016 0 Year(s) 6 Month(s)
HTML 5 2018 3 Year(s) 5 Month(s)
BOOTSTRAP 4 2018 0 Year(s) 8 Month(s)
CSS 3 2020 3 Year(s) 8 Month(s)
JavaScript ES6 2020 4 Year(s) 0 Month(s)
React.Js, Redux 16.6 2021 3 Year(s) 3 Month(s)
SASS, styled-jsx 2020 1 Year(s) 0 Month(s)
React Native 2020 0 Year(s) 2 Month(s)
redux-saga 0 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Kannada Proficient
Telugu Beginner
Projects
Project Title: Tookitaki-AMLS
Client: Tookitaki
Project Details: 1.Anti-Money Laundering Software (AMLS) and Name-spacing(NS)
2.Reduces false alerts by at least 50% for transaction monitoring programs.
3.Reduces false alerts by at least 60% for screening programs.
4.Reduces risk by improving the detection of true suspicious cases (SAR/STR) by 5%.
5.Prioritizes alerts and brings more efficiency in the alerts disposition process.
6.Maintains high detection coverage with growing data and changing regulations through continuous automatic learning.
7.Explains complex machine learning models and outcomes in an easy-to-comprehend manner.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f420…
https://freesearch.naukri.com/preview/printResume?uname=9bbe5fdaeae824129df12b29eaa945f85a5d5c524d175a43574046095e01044c145f42021740595e585… 3/3
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Team Size: 4
Nature of Employment: Full Time Duration: Dec 2017 - Apr 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2017 - Dec 2017
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Jun 2016 - Mar 2017
Onsite / Offsite: Onsite
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
8.Easy integration to the FIs existing and future up/downstream systems through built-in connectors and REST API
interfaces.
Project Title: Felabella E-comers
Client: Falabella
Skill Used: React.JsRedux, css3, Html5
Project Details: Falabelle E-comers application is one of the best retail application in North America. We are migrating that
application with new technologies.
Project Title: PlanIT
Client: Merck
Project Details: PlanIT is a web application to increase the efficiency of managing human resource
in a company. This project provide every employees skill set and working bandwidth
to employer.
Project Title: Dashboard
Client: Merck Millipore
Project Details: Dashboard is a web application to describes the status and complete chart view of the internal operations of
Enterprise Warehouse Management of Sigma-Aldrich.
Project Title: The Next
Client: Merck
Project Details: The Next is a web application which includes modules distribution & compliance, sales,
finance, supply chain, human resource and is mainly for laboratories
Rank 953: Resume 768 with similarity score 0.008994091934233851
Resume Text: B.E , MS , B.TECH , BS full time , ui developer , web designer web development , express.js , core java , css , designation , tamil , affirmative action , hindi , webpack , typescript , jquery , json , authorization , graphic design , troubleshooting , node.js , english , bootstrap , jasmine , status , sql , email , project , infosys , application , product management , mongodb , mockups , angularjs , forms , ux , electronics , testing , features , debugging , git , languages , e-commerce , html5 , python , reviews , javascript , cross-browser compatibility , layout , technology , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420…
https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420617100e585c0… 1/2
Current Designation: UI Developer -Angular Developer-React
Developer
Current Company: Infosys
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Infosys as UI Developer -Angular Developer-React Developer
Dec 2017 to Till Date
Working in UI/UX developement in INFOSYS having around 3 years of
experience.
Created Mockups and Wireframes for the development of a layout to maintain
design consistency throughout the site.
Design, develop and relaunch responsive websites and e-commerce sites of
client. Execute full-stack website specialized in front-end features - browser
manipulation, and cross-browser compatibility.
Strong knowledge in JavaScript, CSS3, HTML5 and Angular 6 and React Js.
Adequate knowledge on ExpressJS , NodeJS, MongoDB
Extensive Experience in Applications using JSON, Object Oriented JavaScript.
Experience in debugging and troubleshooting the existing code in any frontend
frameworls.
Invloved in Code reviews of Javascript ,Typescript , Angular , CSS, Node js ,
Mongodb , Express JS, Node JS.
Designed new classes and functionalities and expertise in Angular forms for e
commerce websites.
Handled all aspects of the web application including maintaining, testing,
debugging, deployment.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Manoj Eswaramurthy
Front End developer- UI developer - Angular and React JS developer.
Skiils: Javascript , HTML , CSS, Core Java and Python Basics.
Key Skills: UI Developer,Web Designer,Web Development,UI Development,Graphic Designing,Client Management,Project
Management,Product Management,Web
Designing,Debugging,HTML,CSS,JavaScript,Bootstrap,AngularJs,JQuery,MongoDB,Core Java,Ajax,JSON,DOM,GIT
Summary
Skilled professional with 3 years of experience in Web Development,UI Development,Graphic Designing,Client
Management,Project Management,Product Management,Web
Designing,Debugging,HTML,CSS,JavaScript,Bootstrap,AngularJs,JQuery,MongoDB,Core Java,Ajax,JSON,DOM,GIT
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420…
https://freesearch.naukri.com/preview/printResume?uname=8d63ceb7044fae1b94ebb6f1f9ee48ea50595d561e1a584351184359545f551b155c420617100e585c0… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from PSG college of technology, Coimbatore in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Angular
React js
Node.js
Express.js
HTML, CSS, JAVASCRIPT
Bootstrap , webpack
sql and mongodb
AJAX
Python and Core Java
GIT, Jasmine
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Rank 954: Resume 735 with similarity score 0.008975037398950086
Resume Text: B.E , B.TECH software engineer , java developer , full time , software developer automation , react.js , functionality , spring mvc , falcon , redux , web application development , core java , customer , general , css , designation , ug , vs , affirmative action , mysql , routing , authentication , analytics , hindi , gradle , maintenance , software industry , english , authorization , bootstrap , web applications , status , spring boot , excel , email , project , logging , store , mongodb , leadership , ee , operations , github , testing , features , flow , maven , clear , router , chart , languages , html5 , hibernate , spring security , dashboard , state management , styling , spring framework , javascript , eclipse , form , timing , registration , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b1…
https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b105240495b0b0b… 1/3
Current Designation: Software Engineer
Current Company: Atmecs Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 9 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Atmecs Technologies as Software Engineer
May 2019 to Till Date
1. Falcon Web Application for Automation Report
Customer: In House Project
Description:
Falcon web application provides the detailed test report for the automated tests based on the test
execution for the Atmecs customer project.
Tech stack used:
Backend: Java, My SQL 8.0, Spring boot 2.0, Hibernate.
Frontend: Javascript, React.js 16.9, Redux 4.0, Material UI styling framework, Chart js
IDE & Tools: VS code, Eclipse, Postman, GIT
Roles and Responsibilities:
1. Involvement in Product Planning, Development, and Testing right from the beginning of
the project.
2. Backend modules handled:
· User registration and Authentication, forget password functionality, authentication with JWT
using Spring Security, and setting up the Entity classes for the User in the database.
· Implemented the Test Report dashboard restful services to provide the details of the projects
associated with each customer along with recent build executed.
· Implemented the services for the analytics of the test run about the execution timing, pass,
failed, and skipped tests along with the logging for each test project execution based on the
customer.
3. Frontend modules handled:
· Developed User Sign up, login form, Report dashboard, Analytics of the report using Material UI
and Chart js.
· Implemented the Redux store set up for the state management and to seamless flow of the data
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SACHIN SINGH
Software Engineer seeking roles as Java Developer, Full Stack with proficiency in Core
Java, JavaEE, Spring Boot, Spring Framework, Spring MVC, Hibernate, Eclipse, VS
Code, MySQL, MongoDB, Maven, Gradel, HTML5, CSS3, Bootstrap, Git, React js
Key Skills: Software Engineer/Developer,Software Engineering,Web Application Development,Core Java,Java
EE,Requirement Gathering,Spring Boot,Bootstrap,Eclipse,VS
Code,Hibernate,MySQL,MongoDB,Maven,Gradle,HTML,CSS,Git,React.Js
Summary
I am a Java developer with 1.9 yrs of experience in designing and developing web applications with clear understanding of
SDLC and industry standards. Motivated to learn, grow and excel in dynamic environment of Software Industry.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b1…
https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b105240495b0b0b… 2/3
in the UI.
· Handled the Routing in the application using the react-router and also handled the router guard.
4. Delivered successful POC to the Atmecs leadership team and also to the Atmecs
customers.
5. Product has been successfully integrated with all the automation projects for report generation and actively in use.
-
2. Personal Project Management Application
Customer: Self-developed Project
Description: Developed a web application for personal project management.
Tech stack used:
Backend: Java, My SQL 8.0, Spring boot 2.0, Hibernate.
Front end: Javascript, React.js 17.0.1, Redux 4.0.5, Axios, Bootstrap 4.5.3
IDE & Tools: VS code, Eclipse, Postman, GIT
GitHub Link: https://github.com/SachinRocker/ProjectManagement-FullStack
Features of the Application:
1.User Sign up and Log in (Used JWT for the user Authentication implemented using Spring
Security)
2.Project based on user (Each User can create multiple projects and manage the project through
an update, delete, and project-dashboard feature.)
3.Project backlog for each project (Project project-dashboard represents the project task
managed by the project)
4.Set up Project task for each Project backlog (User can manage the project tasks through
CRUD operations)
5. For each task user can set the due date, priority, status, summary, and acceptance criteria
to track the project task
UG: B.Tech/B.E. (Electrical) from HINDUSTAN UNIVERSITY, Chennai in 2018
Education
IT Skills
Skill Name Version Last Used Experience
CORE JAVA 8 2021 1 Year(s) 9 Month(s)
springboot 2.4 2021 1 Year(s) 6 Month(s)
Hibernate 2021 1 Year(s) 6 Month(s)
MySQL 8.0 2021 1 Year(s) 5 Month(s)
Mongodb 4.4 2021 1 Year(s) 0 Month(s)
REACT .JS 17.0 2020 1 Year(s) 0 Month(s)
HTML 5 2020 1 Year(s) 3 Month(s)
CSS 3 2020 1 Year(s) 3 Month(s)
MAVEN 2021 1 Year(s) 9 Month(s)
gradle 2021 1 Year(s) 0 Month(s)
Eclipse 2021 1 Year(s) 9 Month(s)
Vs code 2020 1 Year(s) 6 Month(s)
GIT 2021 1 Year(s) 8 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b1…
https://freesearch.naukri.com/preview/printResume?uname=5ac2f1b1e4405bbc5e931102ecb246335b585a5943455a175214485d5a5b5319175b105240495b0b0b… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Hindi Proficient
Rank 955: Resume 689 with similarity score 0.008916434996277436
Resume Text: MS founder , software engineer , full stack web developer , repair technician , full stack developer react.js , api , graphql , web apps , general , skype , freelancing , css , open source , nosql , developers , platforms , mysql , docker , scratch , linux , webpack , web hosting , typescript , macos , vanilla , node.js , pattern , troubleshooting , google cloud platform , rabbitmq , architecture , email , project , domain registration , teamwork , application , video , focus , microservices , microelectronics , fixing , github , protocol buffers , writing , gitlab , im , building , context , agile environment , infrastructure , html5 , bookkeeping , smartphones , javascript , hobbies , technology , refactoring , database Email: info@kawaraa.com
AHMAD KAWARA Skype: contact@kawaraa.com
Full Stack Web Developer / De Pijp, Amsterdam GitHub: github.com/kawaraa
Phone: (+31) 646349556
Experience
XITE Full Stack Web Developer
Amsterdam Music video platform
Sep 2020 - Present
Im working with many different technologies, and My role is fixing legacy all over the company frontend and backend
services.
UpWork Full Stack Web Developer
Remote Freelancing
Jan 2020 - Sep 2020
I build APIs using NodeJS and JavaScript, docker, MySQL and sometimes GraphQL.
I build interactive and responsive frontend web apps using React, React-Context and JavaScript, and sometimes with only
native HTML CSS and JavaScript.
LetsDoHobby Full Stack Web Developer
Amsterdam, Netherlands Social webapp that focus on hobbies and social activities
Apr 2020 - Aug 2020
Build an app called LetsDoHobby and its available on https://hobby.kawaraa.com
The app is built using the following technologies, NodeJS, JavaScript, HTML5, CSS, React, WebPack, MySQL, Docker.
I have faced a lot of problems building it, and I also learned a lot.
Mijndomein Full Stack Web Developer
Lelystad, Netherlands Web service company that does both web hosting and domain registration.
Jan 2019 - Jan 2020
Worked as a Full Stack Developer in an agile environment, mostly Back-end with many different technologies using
Node.js.
Worked with Microservices Based Infrastructure and DDD Based Microservice app
Made a project that provides customers with redirecting the domain name to a different URL.
Helped by writing Unit Test for most of the services
Implemented Micro Frontend Pattern, a similar Microservices architecture but aim for frontend
HackYourFuture Full Stack Web Developer
Amsterdam, Netherlands Graduation Project
June 2018 - Sep-2018
Built with Classmates an app called HackYourEstate which is an open source API for accommodations.
The application was built using HTML, CSS, JavaScript, React.js, Node.js and MySQL and some other technologies.
From developing this app I gained an understanding of Web Apps, Javascript and Programming in general.
kawaraa.com Full Stack Web Developer
Amsterdam, Netherlands Web Portfolio
Sep-2018 - Oct 2018
kawaraa.com is a web portfolio where I list my skills and projects I have made.
Built it using HTML, Native CSS, Vanilla JavaScript and Node.js.
Nour Al Huda Smartphones Repair Technician, Manager And Founder
Damascus, Syria Shop for repair, buying and selling Smartphones
2007 - 2014
I had my own shop for repair, buying and selling Smartphones for 7 years, and I have learned a lot of things during this
period, like Responsibility, Management, Administration, Troubleshooting, Service, Client Support as well as
Bookkeeping and so on. I was doing all the tasks in the shop until I hired a person who wanted to learn the job.
Education
Jan 2018 - June 2018 HackYourFuture School, Amsterdam.
Coding School, Computer And Software Engineering
Over the course of six months professional software developers teach HTML, CSS, JavaScript, Node.js, React.js and
both relational and non-relational database management systems.
Problem-solving skills and teamwork were emphasised throughout the curriculum.
At the end of the semester students worked together to build the graduation project which made them put into
practice what they have learned.
Although I had a little background as a programmer and It was a significant amount of information, with hard work
and my great interest in programming as a kid, I completed the course successfully.
Jan 2005 - Nov 2006 Al-Mamoun University, Damascus.
Electrical Engineering, Microelectronics Branch
Al-Mamoun is a university for Science and Technology. I have done a course for Electrical Engineering in the
Microelectronics Branch, the course gave me a solid technical background that I use today as a software engineer.
Skills Platforms
- HTML, CSS, React.js - Linux/MacOS
- JavaScript, TypeScript - Google Cloud Platform
- Node.js - Github, Gitlab
- GraphQL
- MySQL, NoSQL
Technologies used Interests & Hobbies
https://github.com/kawaraa
https://hobby-projects.apps.us-east-1.starter.openshift-online.com/
- Docker - I love building apps from scratch, refactoring legacy code and iterating on my own code.
- RabbitMQ - I also like writing well-designed and efficient code and replacing complexity with simplicity.
- Protocol Buffers - I like Playing Pool, Traveling and Discovering.
- TDD and DDD
Rank 956: Resume 999 with similarity score 0.008880599252590321
Resume Text: B.E , B.TECH full time , front end web developer , front end developer , software developer api , web development , css , designation , ug , pages , visual studio , vs , affirmative action , mysql , maintenance , jquery , json , authorization , english , node.js , status , software testing , email , project , application , chrome , less , mumbai , git , building , languages , html5 , dashboard , software design , python , javascript , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420…
https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420213120e545f57… 1/2
Current Designation: Front End Developer
Current Company: Vendas Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Vendas Solutions as Front End Developer
Feb 2019 to Till Date
Front End developer
UG: B.Tech/B.E. (Electrical) from DR B C ROY ENGINEERING COLLEGE in 2017
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Pushpal Chakrabarty
2.0 years of Experience in front end web development, proficient in HTML, CSS ,
JAVASCRIPT.
Key Skills: Fresher,Software Developer,Software Testing,Software Development,Software Design,Requirement
Analysis,MySQL,HTML,CSS,Javascript,Front End Web Developer,Front End Developer,Node.Js,JQuery,JSON,Ajax
Summary
A focused professional offering Knowledge in Software Testing,Software Development,Software Design,Requirement
Analysis,MySQL,HTML,CSS,Javascript
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript(ES5/6), CSS3, HTML5
Python, Ajax, React Js, Data Structure
GIT
Vs code
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420…
https://freesearch.naukri.com/preview/printResume?uname=6d25a41f20f1a7abd265af87fe7a65920d0c0a031c470c17014543095f5a504e1001420213120e545f57… 2/2
Nature of Employment: Full Time Duration: Aug 2019 - Nov 2020
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Chrome Dev Tool, IE (Visual studio)
Languages Known
Language Proficiency Read Write Speak
ENGLISH Proficient
Projects
Project Title: Smart UI
Client: Chegg
Project Details: Building dashboard UI of students and SMEs, handling AJAX requests to send and recieve questions and
resolved answers respectively from API and populating the pages via DOM manipulation.
Rank 957: Resume 874 with similarity score 0.008831405625665093
Resume Text: M.TECH , BS , B.E , MS , B.TECH software engineer , full stack web developer , software developer , part time , full time react.js , api , web development , redux , general , healthcare , css , designation , ug , tamil , profiles , affirmative action , cooking , web services , hindi , maintenance , basic , authorization , english , node.js , extracurricular activities , status , classical , email , project , application , german , mumbai , restful webservices , languages , cerner , asp.net , framework , singing , operating systems , sql server , batch files , kannada , events , javascript , technology , working experience , html , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145…
https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145012485d0b0c5… 1/2
Current Designation: Software Engineer
Current Company: Cerner Healthcare Solutions
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Cerner Healthcare Solutions as Software Engineer
Sep 2017 to Till Date
Full Stack Web Developer with working experience in developing restful webservices, jax rs jersey, asp.net web services,
react redux front end.
UG: B.Tech/B.E. (Computers) from Vellore Institute of Technology (VIT) in 2017
PG: M.Tech (Computers) from Vellore Institute of Technology (VIT) in 2017
Other Qualifications/Certifications/Programs:
10th -IGCSE (Cambridge-board) and holding a merit certificate
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VARSHA CHANDRASEKHAR
Software Engineer seeking roles in full stack web development profiles
Key Skills: Software Engineer/Developer,Software Development,Full Stack Development,Java,SQL,React.Js,API,Web
Services,Rest,ASP.Net,Javascript,PLSQL,SQL Server,C#,swagger,restful web services in jaxrs,full stack web
developer,CSS,HTML,Node.Js
Summary
Working as Software Engineer at Cerner Healthcare Bangalore. Working for Cerner as full stack web developer
Speaker at DevCon 2018 , Cerner's biggest development conference held annually, winner of various hackathons
and receiver of nott awards for performance. M.Tech.(Software Engineering),VIT University Vellore in 2012-2017 Amcat
Certified-2016 with 90+ percentile? Successfully completed academic project titled Sana Project of MIT-(Android App
Development), VIT Vellore
Feb-May 2014) and Mini Project- Attendance Manager (Web based Application), VIT Vellore Possess working knowledge in
Languages-Java,C#,JS Framework - React Database-SQL and Operating Systems: Windows(Writing basic batch files).
Extracurricular activities involve semi classical singing, cooking and organized various culinary events at VIT. Endowed with a
passion for winning as showed through established excellence in the academic & extracurricular areas
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145…
https://freesearch.naukri.com/preview/printResume?uname=41ecbfd7cd5b9a722f8714cfa7326e785d5c0a034d170e130516170e5e58571f1608145012485d0b0c5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Java,Rest,React
Database:SQL.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Tamil Expert
Kannada Expert
German Proficient
Rank 958: Resume 928 with similarity score 0.008814207928333677
Resume Text: B.E , MS , B.TECH software engineer , ios developer , software developer , full time , change management , part time reporting , react.js , ug , affirmative action , information technology , hindi , maintenance , ios , authorization , english , node.js , status , catering , email , project , store , express , application , xcode , change management , git , unit testing , meetup , languages , cms , javascript , apps , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a17…
https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a170518175f5f095… 1/2
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Successive Technologies as Software Engineer
Apr 2018 to Apr 2018
NodeXperts is a premier Software Development Services Company with a strong
team of highly skilled IT experts, catering result-oriented and cost-competitive
solutions to businesses across the globe.
Understanding the client requirement and propose the best solution.
Deliver Sessions on Jest+React for Unit Testing.
Meetup Sessions.
Management of directly reporting team members
Redrock DigiMark as iOS Developer
Jan 2017 to Feb 2018
Information Technology & Service: https://www.redrockdigimark.com/
Worked as an iOS developer successfully delivered 2 apps on app
store.
UG: B.Tech/B.E. (Information Technology) from Dronacharya college of engineering, greater noida in 2017
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Megha Rawat
Software Engineer seeking roles in Software Engineering,Software Development,Full
Stack Development,Project Management,Change Management,Defect
Management,Requirement Gathering,Programming,Application
Support,JavaScript,Node.Js,React.Js,HTML,Git
Key Skills: Software Engineer/Developer,Software Engineering,Software Development,Full Stack Development,Project
Management,Change Management,Defect Management,Requirement Gathering,Programming,Application
Support,JavaScript,Node.Js,React.Js,HTML,Git
Summary
Always love and open to learn new technologies. Enthusiast full-stack developer, proficient in MERN stack. I seek challenging
opportunities where I can fully use my skills for the success of the organisation, and wanna work in
an environment which encourages me to succeed and grow professionally.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a17…
https://freesearch.naukri.com/preview/printResume?uname=125e3e5a2b7e9fbaa1d7b86afb959c370d5e5805191301180342430a0e0d051c465a170518175f5f095… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
NodeJs, ReactJS, Mongo, Express
JavaScript, HTML, CMS, Git
ObjectiveC, Xcode, VSCode
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 959: Resume 933 with similarity score 0.008766225442555623
Resume Text: B.S , MS , M.TECH devops , software developer , student , full time , team lead , senior project engineer mobility , functional specifications , general , software solutions , customer , devops , visual studio code , css , access , validation , designation , command , directives , demand , ug , affirmative action , hindi , angular , azure , typescript , travel , test cases , jquery , windows , json , authorization , english , troubleshooting , resolutions , design documents , status , stakeholder management , firmware , email , project , store , spa , application , corrective maintenance , leadership , requirements gathering , production implementation , deals , new features , survey , fixing , ipad , mac os , components , unit testing , connectivity , languages , clear , preparation , html5 , documentation , es6 , operational support , his , level design , diagrams , javascript , eclipse , organization , web , technology , external clients , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e5719160816…
https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e57191608160319175e580a… 1/3
Current Designation: Senior Project Engineer- IT Software
Current Company: Wipro Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [IT]
Verified : Phone Number | Email - id
Wipro Technologies as Senior Project Engineer- IT Software
Sep 2015 to Till Date
Growth Path:
As Student-Computer Applications (WISTA)
As Project Engineer
As Senior Project Engineer
Key Result Areas:
Liaising with users for requirement gathering; preparing functional specifications and low-level design documents
Designing & implementing new features across new products at application level & system level
Managing the maintenance of program modules including operational support, problem resolution, production support,
preventative and corrective maintenance and enhancements
Documenting software solutions through flowcharts, layouts, diagrams, charts, code comments and clear code
Testing modules developed by self & the team to ensure that these were as per desired quality standards; wrote test
specifications and conducted tests
Liaising with stakeholders during problem diagnoses, requirements gathering, detailed level design, development,
system test and production implementation to ensure that optimal resolutions were achieved
Supported bug fixing, maintained store procedures and executed system enhancements according to user
requirements for the application
o Adding external functions and command line calling as a new feature to the application
Troubleshooting critical software/firmware defects, Red Alerts and so on; providing L3 support for various customer
Last Active: 30-Jan-21 Last Modified: 26-Jan-21
SHRADHA TRIPATHI
Senior Project Engineer seeking roles in Application Development, IT Project
Management, Software Development Life Cycle, Requirement Gathering, Stakeholder
Management, Quality Management, Application Programming, Javascript, HTML,
CSS, jQuery, Ajax.
Key Skills: Senior Project Engineer,Team Lead/Tech Lead,Application Development,IT Project Management,Software
Development Life Cycle,Requirement Gathering,Stakeholder Management,Quality Management,Application
Programming,Javascript,HTML,CSS,jQuery,Ajax,JSON.
Summary
A dynamic & experienced Software Developer with over 5 years of experience in application development using React JS/ES6
and Angular 2, 4, 7/ Typescript SPA domains; currently associated with Wipro Technologies as Sr. Project Engineer. Experience
in Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional specifications, technical
design), coding and testing (preparation of test cases along with implementation) to maintenance of proposed applications.
Expertise in React JS components and Angular 2, 4, 7 modules, services, templates, directives, services and dependency
injection to SPA. Continuously adjusted priorities and addressed issues to improve efficiency; achieved committed product
content and quality goals on time after staff reductions and increases in content
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e5719160816…
https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e57191608160319175e580a… 2/3
issues in different products
Managed large and complex projects or multiple components of a large project involving more than one company's
product
Liaised with internal/external clients to determine specific requirements and expectations; managed client expectations
as an indicator of quality
Project Undertaken:
Project: Appraisal
Current Project MOBILITY_IS My Career
Wipro Technologies, Bengaluru
Client Wipro Technologies
Role Senior Project Engineer
Duration July 2018 - Till date
Team Size 3
Description: It deals with appraisal for all the employees working in Wipro.
Employee's performance based on Employees and manager's review with the rating given to employee in each Quarter.
Based on which the Annual Appraisal for the Employee will be rated.
Project: Leaders Quality
Project Name WLQ
Wipro Technologies, Bengaluru
Client Wipro Technologies
Role Developer e-mobility L2.1
Duration Oct 2018 - December 2019
Team Size 8
Description: This is 360-degree feedback survey. In this survey, the individual receiver's feedback on Wipro's seven
leadership competencies from the Customers, peers, Managers. I was responsible for front end implementation which
includes handing requirement gathering, data binding, validation, unit testing and resolving the bugs.
Project: Topsight
Current Project MOBILITY_IS Topsight
Wipro Technologies, Bengaluru
Client Wipro Technologies
Role Developer e-Mobility L2.1
Duration December 2015 - July 2017
Team Size 11
Description: TopSight is a utility developed to fulfill the need for anytime anywhere access of critical customer information
for senior management of large organization. It is a product /Application which is being developed as a Web App. This
information should be present on demand of user for accurate and detailed interaction with customer and account team. It
is expected to take information from diverse sources about the account/customer and publish them on to users. This will
ensure that user has all the information on his fingertip while in discussion with client and other interactions, especially on
travel. This Application will take advantage of presence of iPad tablet along with 24/7 connectivity for the user, and try to
deliver the required information in desired format.
UG: B.Sc (Computers) from Govt. Science College, Jabalpur in 2015
PG: M.Tech (IT) from Vellore Institute of Technology (VIT) in 2019
Education
IT Skills
Skill Name Version Last Used Experience
REACT JS, Angular (2, 4, 7, 8)
JavaScript, HTML, HTML5, CSS, CSS3
JQuery, AJAX, JSON, IONIC4
Azure DevOps, ES6
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e5719160816…
https://freesearch.naukri.com/preview/printResume?uname=4656a73a15ce7dc6ecbb26ba0501e4e60a0801071e130e175617135e0f0e57191608160319175e580a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
ECLIPSE, Sublime, Visual studio code
Windows (8, 10), Mac OS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 960: Resume 1138 with similarity score 0.008756199674136217
Resume Text: B.S , M.Sc , M.S , BS , MS full time , windows administrator , technical support manager , change management patch management , ansible , optimization , rca , bios , virtual machines , windows server , kubernetes , designation , ug , telecom , affirmative action , information technology , hindi , cloud , update manager , docker , p2v , cluster , azure , ami , ltd , authorization , english , troubleshooting , status , virtualization , firmware , email , aws , snapshot , x86 , plus , ibm , testing , electronics , change management , servers , disaster recovery , nutanix , data center operations , building , ec2 , s3 , languages , itil , operating systems , kannada , recovery planning , system administration , esxi , v2v , javascript , vmware vsphere , data centers , it infrastructure management , storage management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155…
https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155044495b0e0058… 1/3
Current Designation: Advisor -Cloud & VMware
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Highest Degree: MS/M.Sc(Science) [INFORMATION
TECHNOLOGY]
Verified : Phone Number | Email - id
DXC Technology as Advisor -Cloud & VMware
Dec 2018 to Till Date
Responsibilities:
VMware:
Managing four data centers with 400+ ESX/ESXi Servers
Managing 3000+ Virtual Machines
Troubleshooting ESX/ESXi Servers issues
Deploying and managing Virtual Machine templates
ESX/ESXi patch management
Managing Virtual Center upgrade
Deploy/Decommission of ESX/ESXi servers
Storage management at ESX/ESXi level
Managing hardware Firmware and Bios upgrades
Managing P2V and V2V conversion
Handled VM migrations from 6.0 to 6.5 and 6.7
Upgrade ESXi servers from 6.0 to 6.5 and 6.7
Disaster recovery testing
Building new VMware environment
Responsible for building RCA documents for P1 issue
Nutanix:
Managing Nutanix Cluster with ESXi
Managing Virtual Machines
Troubleshooting Nutanix Servers issues
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vijaykumar Bavalatti
MCP, ITIL Advisor -Cloud & VMware seeking roles in IT Infrastructure
Management,Data Center Operations,Technical Support,System
Administration,Incident Management,Change Management,Disaster Recovery,VMware
vSphere,AWS,Azure,CloudWatch,Windows Server
Key Skills: Advisor -Cloud & VMware,Technical Support Manager,IT Infrastructure Management,Data Center
Operations,Remote Support,System Administration,Incident Management,Change Management,Disaster
Recovery,VMware vSphere,AWS,Azure,CloudWatch,Windows Server
Summary
Possess 15 plus years of experience in Information Technology (IT) industry, out of which 8 plus years in Windows Servers,
more than 10 years of
experience in VMware domain and 2 plus years in Cloud. Worked on varies technologies like Servers, Virtualization, Network
and Storage.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155…
https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155044495b0e0058… 2/3
ESXi patch management on Nutanix Cluster
NOS upgrade/patch management
AWS and AZURE
Managing 1500+ EC2 instances
EC2 cost optimization
Deploying and managing EC2 instances from AMI
Managing EC2 instances vertical scaling
Deploy/Decommission of EC2, ELB, S3, RDS
Snapshot management and optimization
EBS management and optimization
Migration of EC2 between AZ and Region
Disaster recovery planning
Monitoring the infrastructure using OMI tool
Responsible for building RCA documents for P1 and P2 issues
IBM India Pvt. Ltd. as Sr. VMware and Windows Administrator
Feb 2014 to Oct 2018
Responsibilities:
VMware:
Managing four data centers with 400+ ESX/ESXi Servers
Managing 3000+ Virtual Machines
Troubleshooting ESX/ESXi Servers issues
Deploying different Virtual Machine templates
ESX/ESXi patch management
Managing Virtual Center upgrade
Deploy/Decommission of ESX/ESXi servers
Storage management at ESX/ESXi level
Managing hardware Firmware and Bios upgrades
Managing P2V and V2V conversion
Handled VM migrations from 4.1 to 5.1
Upgrade ESXi servers from 4.1 to 5.1
Disaster recovery testing
Building new VMware environment
Responsible for building RCA documents for P1 issue
Nutanix:
Managing Nutanix Cluster with ESXi and AHV
Managing Virtual Machines
Troubleshooting Nutanix Servers issues
ESXi patch management on Nutanix Cluster
NOS upgrade/patch management
Windows:
Installing various x86 based Operating Systems on Virtual Machines
Troubleshooting Windows OS issues
Responsible for Windows L2 and L3 level issue
Managing Windows OS crashes
Managing Windows OS restore
Responsible for building RCA documents for P1 issue
Accenture Services Pvt. Ltd. as IT Operation Sr. Analyst
Jul 2009 to Jan 2014
Responsibilities:
VMware:
Managing four data centers with 350+ ESX/ESXi Servers
Managing 1500+ Virtual Machines
Troubleshooting ESX/ESXi Servers issues
Deploying different Virtual Machine templates
ESX/ESXi patching with update manager
Managing Virtual Center upgrade
Deploy/Decommission of ESX/ESXi servers
Storage management at ESX/ESXi level
Managing hardware Firmware and Bios upgrades
Managing P2V and V2V conversion
Handled VM migrations from 3.5 to 4.1
Responsible for building RCA documents for P1 issue
Windows:
Installing various x86 based Operating Systems on Virtual Machines
Troubleshooting Windows OS issues
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155…
https://freesearch.naukri.com/preview/printResume?uname=1fc3b619c42cc28af14c8d32778aebb70a0f0f574a450f190414455a0c5f58421400155044495b0e0058… 3/3
Responsible for Windows L2 and L3 level issue
Managing Windows OS crashes
Managing Windows OS restore
Responsible for building RCA documents for P1 issue
UG: B.Sc (information technology) from Kuvempu University, Karnataka in 2009
PG: MS/M.Sc(Science) (INFORMATION TECHNOLOGY) from Kuvempu University, Karnataka in 2011
Other Qualifications/Certifications/Programs:
Diploma in Electronics and Communication
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
VMWare Vsphere
AWS and Azure
Ansible and Terraform
Docker, Kubernetes
Window 2012, 2016 and 2019
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 961: Resume 1358 with similarity score 0.008752169596812158
Resume Text: B.E , B.TECH , BS devops engineer , full time ansible , devops , jenkins , migrating , telugu , kubernetes , designation , version management , affirmative action , hindi , docker , linux , maintenance , cluster , ltd , permissions , merging , apache , windows , authorization , english , status , bug tracking , email , tomcat , application , configuration management , aws , microservices , qube , less , splunk , ci , atlassian , github , electronics , pipelines , ecs , s3 , ec2 , maven , languages , jira , javascript , sonar , working experience , cd , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e1…
https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e105210440d5d5a… 1/2
Current Designation: DevOps Engineer
Current Company: Moonstone Info Tech Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
Moonstone Info Tech Pvt Ltd as DevOps Engineer
Sep 2016 to Till Date
Hands on experience with SCM tools like Git/GitHub for user manage permissions Branching, Merging, Resetting,
Reverting files from different areas, tagging and version management.
Hands on working experience on CI and CD methodologies with Jenkins
Creating Docker Images and Containers using Docker file & Docker-Compose
Worked on migrating microservices to Kubernetes by developing pipelines to create docker images and deploying to
Kubernetes cluster.
Automate infra using Configuration Management Tools such as Ansible.
Working knowledge of AWS Cloud services - (EC2, S3, VPC , Cloud Watch, EBS, ELB, Auto Scaling and RDS, Route 53,
IAM, EKS, ECS, Cloud Formation, Lambda Functions)
Hands on experience in bug tracking tool Atlassian JIRA.
Experience working with monitoring tools like Splunk, Prometheus, Grafana, ELK stack
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Anjaneyulu. B
4.4 years experience in DevOps where it comprises Configuration Management
(SCM), Build Management, CI and CD implementation using DevOps tools like
Jenkins, Git, SVN, Maven, chef, Ansible, Docker,kubernetes and AWS.
Key Skills: AWS,Terraform,GitHub,Git,SVN,Jenkins,Apache Tomcat,Docker,Kubernetes,Ansible,Chef,Sonar
Qube,Maven,JIRA,Linux,Splunk,Prometheus
Summary
4.4 years experience in DevOps where it comprises Software Configuration Management (SCM), Build Management, CI and
CD implementation using DevOps tools like Jenkins, Git, SVN, Maven, chef, Ansible, Docker,kubernetes and AWS with ability to
accomplish all aspects of related process, integration and maintenance across environments.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e1…
https://freesearch.naukri.com/preview/printResume?uname=459bee6574e5aa36e85489cb1611320c0d0b0a5149105b44561849595e0b024d150e105210440d5d5a… 2/2
UG: B.Tech/B.E. (Electrical and Electronics) from JNTU College of Engineering, Kakinada in 2014
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
WINDOWS, LINUX
AWS, Terraform
Github, GIT, SVN
Apache Tomcat
Jenkins
DOCKER
Kubernetes
ansible, Chef
SPLUNK, Grafana
Maven, Ant
Sonar Qube
SHELL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Telugu Proficient
Rank 962: Resume 990 with similarity score 0.008697415890638814
Resume Text: B.S , M.Sc , M.S , BS , MS backend developer , part time , full time , software developer react.js , security , designation , ug , affirmative action , mysql , web services , hindi , angular , technology services , maintenance , sts , authorization , english , status , spring boot , postgresql , log4j , architecture , email , development tools , tomcat , application , aws , microservices , applied physics , rest , mvc , servers , junit , git , maven , languages , hibernate , software design , spring framework , javascript , eclipse , search , working experience 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 1/2
Current Designation: Software Developer
Current Company: Capgemini Technology Services India
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [applied physics]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Software Developer
Jul 2018 to Till Date
Java Backend developer with 2.7 year experience
UG: B.Sc (Physics) from Maharaja Sayajirao University (MSU), Baroda in 2015
PG: MS/M.Sc(Science) (applied physics) from Maharaja Sayajirao University (MSU), Baroda in 2017
Last Active: 6-Feb-21 Last Modified: 2-Feb-21
Chandan Singh
Java Backend Developer with 2.7 years of experience currently living in Bengaluru/
Bangalore
Key Skills: spring boot,hibernate,eclipse,maven,jboss,mysql,svn,git,microservices,aws,web services,rest,spring
mvc,j2ee,java,sql,elastic search,junit,log4j,software development,application programming,React.Js,Postgresql,Tomcat
Summary
2.7 years of experience in all aspects of software Design and Development on Java J2EE.
Working experience on frameworks like Spring, Hibernate,Spring boot .
Good Implementation Knowledge in WebService(REST).
Experience in integrating spring with Hibernate.
Hands on Experience on Eclipse IDE and STS.
Experience in various servers namely , Jboss and Tomcat.
Developing applications in MVC architecture using Spring framework.
Experience in using the development tools like Maven, Junit, Postman.
Having knowledge of Angular .
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Servlet, JSP,JDBC, java, Eclipse,STS
Tomcat, Wildfly, Hibernate, Swagger
Spring( MVC,CORE,ORM,REST,SECURITY, )
REST , JUnit 2 Year(s) 5 Month(s)
spring boot 2 Year(s) 5 Month(s)
JAVA 1.8 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 963: Resume 733 with similarity score 0.008691928605384269
Resume Text: B.S , M.Sc , M.S , BS , MS backend developer , part time , full time , software developer react.js , security , designation , ug , affirmative action , mysql , web services , hindi , angular , technology services , maintenance , sts , authorization , english , status , spring boot , postgresql , log4j , architecture , email , development tools , tomcat , application , aws , microservices , applied physics , rest , mvc , servers , junit , git , maven , languages , hibernate , software design , spring framework , javascript , eclipse , search , working experience 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 1/2
Current Designation: Software Developer
Current Company: Capgemini Technology Services India
Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MS/M.Sc(Science) [applied physics]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Software Developer
Jul 2018 to Till Date
Java Backend developer with 2.7 year experience
UG: B.Sc (Physics) from Maharaja Sayajirao University (MSU), Baroda in 2015
PG: MS/M.Sc(Science) (applied physics) from Maharaja Sayajirao University (MSU), Baroda in 2017
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Chandan Singh
Java Backend Developer with 2.7 years of experience currently living in Bengaluru/
Bangalore
Key Skills: spring boot,hibernate,eclipse,maven,jboss,mysql,svn,git,microservices,aws,web services,rest,spring
mvc,j2ee,java,sql,elastic search,junit,log4j,software development,application programming,React.Js,Postgresql,Tomcat
Summary
2.7 years of experience in all aspects of software Design and Development on Java J2EE.
Working experience on frameworks like Spring, Hibernate,Spring boot .
Good Implementation Knowledge in WebService(REST).
Experience in integrating spring with Hibernate.
Hands on Experience on Eclipse IDE and STS.
Experience in various servers namely , Jboss and Tomcat.
Developing applications in MVC architecture using Spring framework.
Experience in using the development tools like Maven, Junit, Postman.
Having knowledge of Angular .
Work Experience
Education
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d1…
https://freesearch.naukri.com/preview/printResume?uname=ca0325ed8be268e5a7894c08939cd1915b5d5f004c12014756151058085d5943140d160a194858090f… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Servlet, JSP,JDBC, java, Eclipse,STS
Tomcat, Wildfly, Hibernate, Swagger
Spring( MVC,CORE,ORM,REST,SECURITY, )
REST , JUnit 2 Year(s) 5 Month(s)
spring boot 2 Year(s) 5 Month(s)
JAVA 1.8 2020 2 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 964: Resume 1016 with similarity score 0.00868458105405815
Resume Text: MS associate , financial management , credit risk analyst , full time , finance executive credit risk , training , mentoring , general , filenet , designation , ug , accounts receivable , investment , restructuring , office , underwriting , affirmative action , hindi , loan , cash flow , balance sheet , cs , authorization , english , financial planning , sharepoint , financial risk , status , email , accounts payable , operations , financial reporting , analysis reports , spanish , finance , languages , deeds , salesforce , punjabi , collateral , financial statements , javascript , workflow , tax , commerce , international companies , financial analysis 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f13…
https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f135547490d5c5c5… 1/2
Current Designation: Associate Credit Risk Analyst
Current Company: GENPACT India Private Limited
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Gurgaon,Hyderabad
Functional Area: Accounts / Finance / Tax / CS / Audit
Role: Finance Exec.
Industry: Accounting/Finance
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
GENPACT India Private Limited as Associate Credit Risk Analyst
Dec 2019 to Till Date
Authorizing & restructuring interim & annual Financial Statements i.e. Balance sheet, Profit & loss and cash flow
statement as per guidelines
Drafting & analysing reports in MRA & FIS Optimistic for credit approval with 100% accuracy
Assisting 15 members of Underwriting team to conduct Financial Ratio, Trend & Trigger analysis
Uploading financial documents & statements, mortgage deeds, loan & collateral agreements on Filenet
Ensuring timely delivery of monthly, quarterly & annual financial analysis reports for efficient decision making for 50+
U.S. based and International companies
Enabled updating of software used from Moody?s Risk analyst to FIS Ambit Optimist via training and mentoring
UG: B.Com (Commerce) from Guru Nanak Dev University (GNDU) in 2018
PG: in 0
Other Qualifications/Certifications/Programs:
CFA Level I Candidate
Investment Analysis & Portfolio Management
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
SANYA KAWATRA
Credit Risk Analyst seeking roles in Account Management,Accounting
Operations,Financial Management,Financial Analysis,Financial Planning,Financial
Reporting,Financial Risk,Accounts Payable,Accounts Receivable,General
Accounting,Taxation
Key Skills: Credit Risk Analyst,Finance Executive,Account Management,Accounting Operations,Financial
Management,Financial Analysis,Financial Planning,Financial Reporting,Financial Risk,Accounts Payable,Accounts
Receivable,General Accounting,Taxation
Summary
Offering experience in Account Management,Accounting Operations,Financial Management,Financial Analysis,Financial
Planning,Financial Reporting,Financial Risk,Accounts Payable,Accounts Receivable,General Accounting,Taxation
Work Experience
Education
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f13…
https://freesearch.naukri.com/preview/printResume?uname=83c4025db3257df32e3a7637584712ac0a540c071e1b08420645425a5b0c031f1a0f135547490d5c5c5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Filenet, SharePoint, Salesforce Workflow
Moody's Risk, FIS AMBIT
Optimist 8, MS Office
Languages Known
Language Proficiency Read Write Speak
English
Hindi
punjabi
Spanish
Rank 965: Resume 973 with similarity score 0.008651283973090278
Resume Text: B.E , MS , B.TECH , BS web developer , ui developer , it analyst , associate , software developer , full time box , api , training , requirements analysis , web development , manual testing , general , customer , scrum , css , 24x7 , designation , adobe photoshop , pages , ug , deliverables , vs , affirmative action , technical architecture , cgi , maintenance , flex , test cases , web technologies , json , authorization , sharepoint , web applications , bootstrap , status , timelines , agile , models , email , project , less , angularjs , drupal , forms , jquery mobile , fixing , mobile devices , rest , writing , components , technology solutions , features , git , accessibility , clear , story , html5 , code coverage , interactive web , completion , javascript , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110…
https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110014170e5f0b5… 1/2
Current Designation: UI Developer
Current Company: CGI
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
CGI Canada as Consultant
Oct 2019 to Oct 2020
* Involved in requirements analysis, clarifying the requirements and estimating the size of the story.
* Worked on defect fixing
* Implemented enhanced features using Angularjs, Angular 6 and worked on integrated features from Angularjs 1.x to
Angular 8
* Worked on Unit test cases to maintain code coverage and defect free code.
CGI as UI Developer
Oct 2019 to Till Date
Tata Consultancy Services as IT Analyst
Oct 2016 to Jul 2019
* Involved in requirements analysis, clarifying the requirements and estimating the size of the story.
* Followed agile timelines to complete the deliverables.
* Splitting the tasks and Estimating the effort in hours for each sub task.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PRASANNA KAKARLA
Consultant seeking roles in Software Development,Application Programming,Web
Development,Technical Architecture,Agile Methodology,Requirement
Gathering,System Analysis,HTML,CSS,JavaScript,JQuery,Bootstrap
Key Skills: Consultant,Software Developer,Software Development,Application Programming,Web Development,Technical
Architecture,Agile Methodology,Requirement Gathering,System Analysis,HTML,CSS,JavaScript,JQuery,Bootstrap
Summary
* Having 8 years of IT experience as web developer/UI Developer. Started career as UI Developer position where I can utilize
my knowledge, proficiency, and skills to contribute to a company's growth.
* Experience in developing highly interactive web applications using HTML/HTML5, CSS/CSS3, JavaScript, JQuery, AJAX,
JSON, AngularJS, Angular 2, Angular 5, Angular 6, 8, BootStrap 3.0, BootStrap 4 and integrating Restful API's.
* Worked on Unit test cases to maintain code coverage and defect free quality code.
* In depth knowledge of web technologies and standards to deliver the best experiences across web and mobile devices
including responsive web UI.
* Good understanding of agile process for project completion.
* Managing the team, training them to get up to speed for on-time deliverables.
* Ability to create beautiful web applications writing top notch HTML/HTML5, CSS/CSS3, JavaScript, JQuery and Angular.
* Having knowledge in REACT JS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110…
https://freesearch.naukri.com/preview/printResume?uname=a89c57650f4041b8b4ecc52cc1654e100c580a511f4158150740170e5a0f504f105b110014170e5f0b5… 2/2
* Implemented applications using monetaUI, Angular 2.0, Angular 5, Angular 6.
* Used ag-grid to display tabular data and integrating the service with Rest API's.
* Implemented models, Dropdowns, multi select using the priming components.
* Worked on Angular forms to submit the data.
* Implemented POC on REACT JS to differentiate Angular Vs REACT* Worked on Design edits and Defects Using
HTML, JavaScript, JQuery, AngularJS, JSON, Less, Flex box, Git, Handlebars and Source tree
* Worked for Web Accessibility
* Working on 508 Compliance issues found using wave tool
Cognizant Technology Solutions as Associate
Jan 2011 to Dec 2014
* Worked for 4 years in Cognizant as Front-end Web Developer.
* Highly proficient in HTML/HTML5, CSS/CSS3, JQuery, Adobe Photoshop and in manual testing.
* Designed multiple websites using HTML, CSS, JQuery and Adobe Photoshop.
* Implemented Responsive websites using Bootstrap.
* Have knowledge in jQuery Mobile and Drupal.
* Designed static pages using HTML, CSS, CSS3, Adobe Photoshop and JQuery for SharePoint site.
* Resolved browser compatibility issues.
* Followed agile time lines for project completion.
* Leading the team on giving the guidelines, task estimations.
* Working with development team to design and implement effective and scalable technical solutions.
* Attending scrum calls for clear understanding of the requirements.
* Pro-actively identify areas of opportunity and work to find solutions that meet the business needs of the customer.
* Absolutely capable of working in a fast paced, dynamic, team-oriented environment with 24x7 support
UG: B.Tech/B.E. (Computers) from Dr Samuel George Institute of Engineering and Technology in 2010
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
html/html5
CSS/CSS3
Bootstrap 3.0, 4.0
AngularJS, Angular 2, Angular 5,6, 8
JavaScript
JQUERY
AJAX, JSON
jQuery Mobile
Manual Testing
Adobe Photoshop
LESS
React js
Rank 966: Resume 846 with similarity score 0.008648772127127268
Resume Text: B.E , MS , B.TECH associate , team leader , senior software engineer , full time css , designation , ug , visual studio , mar , affirmative action , mmc , user experience , web services , hindi , maintenance , tablets , windows , test cases , jquery , json , advanced , authorization , english , status , c# , project , application , focus , devices , test scenarios , less , solution architecture , selenium webdriver , forms , electronics , testing , version control tools , mvc , languages , asp.net , html5 , iis , malayalam , javascript , eclipse , technology , microsoft sql server , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10…
https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10571215500e0c… 1/3
Current Designation: Senior Software Engineer
Current Company: Capgemini
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Pune,Bhopal
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Capgemini as Senior Software Engineer
Mar 2020 to Till Date
Capgemini as Consultant -Dot Net
Mar 2020 to Jul 2020
Project Name:
Overview
Technologies
AutomationTools SogetiTesting
SogetiTesting is an integral project of Capgemini.It is an internal project with a focus to provide rich user experience and to
support various devices like mobiles and tablets.
The objectives of the project are
1.Creating and executing the test cases
2.Installation of Eclipse, Selenium Webdriver,
3.Execution of test scenarios in selenium
HTML,CSS,Javascript,Advanced Javascript,MVC,WebApi,REACT JS
Selenium Webdriver,Postman
Last Active: 5-Feb-21 Last Modified: 3-Feb-21
Ratish Pillai
PMEC Consultant seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,ASP.NET,JavaScript,jQuery,HTML5,CSS3,Web
Services,JSON,C#.NET,Ajax,REACT JS
Key Skills: Consultant,Tech Lead,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution Architecture,ASP.NET,JavaScript,jQuery,HTML5,CSS3,Web
Services,JSON,C#.NET,Ajax,REACT JS,Team Leader
Summary
5.5 years of work experience in development, enhancement and support applications.
Comprehensive knowledge of REACT JS, C#.NET, ASP.NET,VB.NET, MS SQL Server 2008,Javascript, jQuery, JSON, Ajax,
Bootstrap2/3. Familiar with version control tools like TFS.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10…
https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10571215500e0c… 2/3
Larsen and Toubro Infotech as Sr. Software Engineer
Jan 2019 to Jan 2020
1. Project Name: Marsh and McMellan Corporation(MMC)
Overview
MMC is ClientBasedProject which is basically Windows Based Application which basically uses two forms MTrack and
MTrack
Manager to provide user rich experience.
The objectives of the project are-
1.Migrate from Vbnet to C# using Component FlexGrid
2.Creating new forms Mtrack and MTrack Manager
3.Resolving compile time errors after conversion
4.Interacting withn QA team at testing level
5.Deployed the code.
Technologies VB.Net
Role: Design and development as per the client requirement.
Client(s):
MMC
Cognizant as Associate
Jan 2015 to Jan 2019
UG: B.Tech/B.E. (Electronics/Telecommunication) from Oriental College Of Technology, Bhopal in 2014
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS
Microsoft Sql Server 2008R2
ASP.NET
JavaScript
JQUERY
HTML5, CSS3
IIS 7.0 Server
WEB SERVICES
JSON
C#.NET
AJAX
React js
Visual Studio 2010/2012/ 2013/2015
TFS
Languages Known
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10…
https://freesearch.naukri.com/preview/printResume?uname=c263f5089e8a2d3cc969033d4f7063520a080d504a170d100b114909585a581b165f10571215500e0c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 967: Resume 1134 with similarity score 0.008637107449588628
Resume Text: B.E , MS , B.TECH senior developer , solutions architect , devops , software developer , solution architect , full time , technical manager cards , devops , scrum , nosql , soap , designation , ug , deliverables , affirmative action , technical reviews , loans , hindi , cloud , web api , angular , maintenance , azure , typescript , architects , legacy systems , solutions design , jquery , json , pos , windows , authorization , teams , wpf , web applications , design documents , status , english , c# , agile , email , project , integration testing , aws , mongodb , microservices , application architecture , bengali , xml , github , pipelines , mcad , rest , .net core , mvc , features , design patterns , kanban , kibana , languages , asp.net , payments , nunit , moq , sql server , level design , xaml , vsts , javascript , jira , .net framework , linq , refactoring , database , ajax 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d5042460816…
https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d50424608165518445f5f0a0… 1/2
Current Designation: Technical Manager
Current Company: Mindtree
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Mindtree as Technical Manager
Sep 2019 to Till Date
Currently working as a Technical Manager leading a 10-member team.
Responsibilities include providing technical solutions and overseeing the deliverables.
Brainstorming with the product team, checking the feasibility and finalizing the requirements.
Modernizing the legacy systems, designing the solutions and guiding the team for implementing the changes and doing
technical reviews.
Working with DevOps for designing the pipelines, managing the releases and providing support for critical defects.
Cognizant as Tech Lead/Senior Developer/Developer
Nov 2006 to Sep 2019
Design and developing the solutions, guiding junior team members and doing code reviews.
Understanding the requirements, providing the estimations and reviewing the design with the architects.
Last Active: 4-Feb-21 Last Modified: 30-Jan-21
SUMAN PAUL
Sr. Developer cum Architect seeking roles in IT Project Solutions Design and
Development. Experienced in .NET Full Stack Technologies, Cloud technologies like
AWS & Azure, Microservices and SAFe Agile, Domain includes Banking, Cards and
Payments
Key Skills: C#, XML,JSON,Javascript,XAML,TypeScript,SQL,AWS,.Net Core,Web API,ASP.Net,WCF,WPF,Angular,Entity
Framework,NUnit,MOQ,Scaled Agile,Scrum,Azure DevOps,TFS,GIT,JIRA,Swagger,Kibana,LINQ,Cards and
Payments,Azure,Project Management,MongoDB,NoSQL,JQuery
Summary
More than 14 years of hands-on experience providing IT solutions working in India and US. Worked through all the phases of
SLDC. Business and domain knowledge include Card and Payments, POS, Banking, Loans and Media applications.
Ability to manage development teams spread across multiple locations globally.
Have a good understanding of application architecture, design patterns and Micro services using SOLID and object-oriented
concepts.
Experience in architect and develop web applications.
Design and development of SOAP and REST based services.
Worked with Angular applications.
Design and develop relational database in SQL Server. Have knowledge of NoSQL database.
Developing Cloud based solutions using Azure and AWS services.
Experience in multiple version controls tools (GIT, TFVC) and code management tools (TFS, VSTS, GitHub).
Worked extensively in SAFe Agile using Scrum and Kanban methodologies.
Experienced in working with monolithic systems and refactoring legacy code.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d5042460816…
https://freesearch.naukri.com/preview/printResume?uname=eeadab139d5ce8c369eb98cfd16a4e825e0c005819170f150313480e0f5d50424608165518445f5f0a0… 2/2
Integrating with external partners, Unit and Integration testing.
Working with QA to sign off features and supporting production issues.
Preparing high level and low-level design documents.
UG: B.Tech/B.E. (Mechanical) from Assam Engineering College in 2006
Other Qualifications/Certifications/Programs:
Azure Solutions Architect Expert
AWS Certified Solution Architect
70-316 - MCAD-Implementing Windows-based Applications with C#.NET
70-562 - MCTS-.NET Framework 3.5, ASP.NET Application Development
SAFe Agile Software Engineering
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, .NET Core, .NET Framework
OOP, SOLID, Microservices
MS Test, NUnit, MOQ
Angular, Typescript
ASP.Net, MVC, WPF, XAML
Javascript, JQuery, AJAX, JSON
WEB API, WCF
AWS, Azure
SQL Server, MongoDB 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Assamese
Rank 968: Resume 1468 with similarity score 0.008571621428151627
Resume Text: BSC , BS , B.E , MS , B.TECH associate , test engineer , full time , enterprise manager automation , functionality , manual testing , reporting , general , bugzilla , design review , developers , jmeter , affirmative action , mysql , web services , hindi , api testing , basic , oracle enterprise manager , agile & waterfall methodologies , test cases , digital , english , authorization , functional requirements , test execution , status , bug tracking , protection , software testing , email , project , integration testing , logging , test scenarios , soapui , mumbai , cucumber , electronics , edge , obc , testing process , middleware , compliance testing , output , kibana , putty , framework , system testing , languages , canvas , selenium , weblogic , mobile , python , jira , eclipse , javascript , technology , masking , business requirements , gujarati , online 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c195…
https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c19574442505e5f0… 1/3
Current Location: Bengaluru / Bangalore
Pref. Location: Mumbai
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Torry Harris Integration Solutions as Associate Test Engineer
Oct 2018 to Dec 2020
PROJECT SUMMARY:
PROJECT DETAILS
ROLE: API Tester
TECHNOLOGY: APIGEE, Postman, Cucumber, JIRA, Putty, Kibana
DESCRIPTION: Worked for Mobile Subscription API - Digital Parallel Calls project where I had to test the service to
reduce the total turnaround time for the service to execute.
Participated in API design review calls to understand the behaviour and the input output functional requirements, product
designs and potential problems.
Designed test scenarios, test cases according to the Business requirements and got it reviewed by peers.
Identified, Analysed and Documented problems with program functions, output, online screen, or content.
Documented software defects using Bug Tracking tools like JIRA and Bugzilla, and reported defects to software
developers.
Monitored bug resolution efforts and tracked successes
Raising defects where required and closing them once fixed.
TITLE: Node Migration
DESCRIPTION: Worked for Node Migration project where we tested that the API functions the same way as it was
working in Nodejs to the Canvas for the API functionality for the new migrated node.
I was responsible for the QC and EIT (Early Integration Testing) Testing process, also did DevPortal Testing which was
Front-End Testing.
PROJECT DETAILS
ROLE: Webservice Testing
TECHNOLOGY: SOAPUI, Oracle WebLogic, Putty
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Harsh Pathar
Associate Test Engineer with more than 2 years of knowledge and experience in API
Testing, Webservice Testing,Front End Testing and End to End Test Support. Seeking
opportunity in Software Testing,Automation Testing and Manual Testing
Key Skills: API Testing, Web Services Testing, Middleware Testing, SOAP UI, JIRA, Postman, Apigee, Python Selenium,
SQL, Oracle Weblogic, Oracle Enterprise Manager, Putty, Cucumber, Eclipse, JMeter,
Summary
Having more than 2 years of knowledge and experience in Testing and End to End Test Support. Expertise in API, Webservices,
Functional, Integration Testing. End to End knowledge on Middleware. Manual (Postman and SoapUI) + Automation (Cucumber
Framework) for API testing + Basic of Python Selenium for browser Automation and Basic knowledge in RPA using the tool
UiPath.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c195…
https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c19574442505e5f0… 2/3
DESCRIPTION: I was responsible for QC and ST (System Testing) testing process.
Did Functional, Regression, Integration, Sanity and System Testing for various projects.
Attending calls and meeting with clients for analysis of requirements.
Deriving the test scenarios
Converting the test scenarios to test cases
Test Execution
Parameter mapping for request and response from logs
Raising defects where required and closing them once fixed.
TITLE: GDPR (General Data Protection Regulation)
DESCRIPTION: In this project I was responsible for GDPR compliance Testing to check masking of sensitive fields.
Analysis of Requirement
Test Execution
Checking sensitive fields whether they were getting masked or not.
Reporting a defect in case fields didn?t follow GDPR compliances.
UG: B.Tech/B.E. (Electronics/Telecommunication) from REVA INSTITUTE OF TECHNOLOGY AND MANAGEMENT,
BANGALORE in 2018
Other Qualifications/Certifications/Programs:
Manual Testing
Education
IT Skills
Skill Name Version Last Used Experience
Basics of Python, API - Cucumber, Basic
MySQL
Agile & Waterfall Methodologies
Eclipse
Soap UI
JIRA
BUGZILLA
Apigee Edge
postman
PUTTY
UiPath (RPA)
SELENIUM
JMETER
Kibana logging
GIT
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c195…
https://freesearch.naukri.com/preview/printResume?uname=08ae4e35f811a7928606ee43fae81e32585f000718405f470011175c5a0b5019405c19574442505e5f0… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
GUJARATI
Rank 969: Resume 1262 with similarity score 0.008556014073716724
Resume Text: B.E , MS , B.TECH network engineer , solutions architect , solution architect , technical support associate , full time , enterprise architect mcsa , training , powershell , dlp , efs , security , microsoft azure , designation , skype for business , scripting , ug , restructuring , affirmative action , hindi , nms , linux , loss prevention , active directory , ltd , e-mail , authorization , english , troubleshooting , teams , sharepoint , onedrive , enterprise , status , customer service , email , transmission , aws , fault analysis , participation , ems , network optimization , electronics , ecs , s3 , ec2 , languages , microsoft exchange , data retention , communications , javascript , outages , network administration , cloud computing , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130…
https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130317135a540e5… 1/2
Current Designation: Technical Support Associate
Current Company: Convergys
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Convergys as Technical Support Associate
Jan 2019 to Till Date
Job Description
Received intense training in Microsoft Exchange, Azure AD, SharePoint, OneDrive, Skype for Business, Teams, Security
and Compliance etc.
Implement and support security policies, such as data retention, data loss prevention (DLP), Manage rules, message
tracing, mailbox migration etc.
Discovered and rectified critical e-mail outage.
Perform scripting administration tasks using PowerShell.
Good knowledge on DNS, DHCP, Managing Active Directory users and computers, Managing group policies
Tata Communications Ltd as Jr. Customer Service Executive
Dec 2016 to Jan 2019
Job Description
Worked on TELUS cloud, worked on VMs
Responsible for team handling
Active participation in Governance calls with onshore team and management
Responsible for monthly and yearly presentations with clients
Idea Cellular Ltd as Network Engineer
Jan 2014 to Dec 2016
Job Description
Monitoring & Management of EMS/NMS by which the entire SDH transmission network of Maharashtra and Goa circle,
worked on LINUX systems
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Gayatri Barhate
MCP, MCSA, AWS Certified Solution Architect Associate - Technical Support Associate
seeking roles in AWS,
EC2,IAM,Lambda,EFS,Redshift,RDS,DynamoDB,VPC,CloudWatch,CloudFormation,TCP/IP,DNS,SMTP,HTTP,Active
Directory
Key Skills: Technical Support Associate,System Admin,Active Directory,Network
Administration,EC2,IAM,AWS,Lambda,EFS,Redshift,RDS,DynamoDB,VPC,CloudWatch,CloudFormation,TCP/IP,DNS,DHCP,S
Summary
Result-oriented Professional with 7 years of experience,willing to make career in Cloud computing,
AWS,Lambda,EFS,Redshift,RDS,DynamoDB,VPC,CloudWatch,CloudFormation,TCP/IP,DNS,SMTP,HTTP,Active directory
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130…
https://freesearch.naukri.com/preview/printResume?uname=ab3ae5fcfd779eb239c2e8adcbb438e80a0c58544a450c405544425f5d09024e170f130317135a540e5… 2/2
Equipment alarm monitoring, troubleshooting & fault rectification using EMS/NMS
Planning and implementation of network restructuring for network optimization
Thorough Fault analysis to avoid repeat outages and troubleshooting
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pune University in 2013
Other Qualifications/Certifications/Programs:
Microsoft Certified Azure Administrator
Microsoft Certified Solutions Associate
AWS Certified Solutions Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
EC2, S3, IAM, ECS
Lambda, EFS, Redshift
RDS, DynamoDB
VPC, CloudWatch
Cloudformation
Cloudtrail
Microsoft Azure AD
DNS, DHCP
Active Directory
TCP/IP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 970: Resume 1123 with similarity score 0.008546848147645562
Resume Text: B.E , B.TECH , BS devops engineer , full time , software developer service availability , automation , ansible , training , falcon , general , devops , jenkins , customer , telugu , kubernetes , designation , openshift , golang , groovy , confluence , affirmative action , technical architecture , docker , linux , maintenance , azure , basic , gateway , php , authorization , english , openstack , troubleshooting , approvals , salt , status , email , google , application , aws , centos 7 , ubuntu , splunk , new features , testing , nagios , writing , gitlab , dc , yaml , storage , infrastructure , languages , salesforce , python , javascript , esxi , jira , cloud computing , ldap 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f43…
https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f4300171450545a… 1/2
Current Designation: Devops Engineer
Current Company: Salesforce Inc
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Salesforce Inc as Devops Engineer
Nov 2019 to Till Date
Experience Summary
Upgrade SFCI Jenkins instances and Monitoring infrastructure to
ensure service availability.
Implemented Monitoring for the MacStadium environment that we
have for the MobileCI team using Argus. Written GoLang tool to do
monitoring.
Python, Groovy scripts to do end to end testing of Macstadium.
Working on SFCI migration to falcon ( AWS Cloud ) from 1P datacenter (
OpenStack )
Bug fixes, Enhancements, New features based on requirements /
requests in the SFCI team.
Migrated codesearch to new opengrok version and forwarded logs to
splunk.
Migrated storage driver to overlay2 in existing K8s clusters.
Onboarded existing SLBs to Kaiju service.
OpsRamp Inc as Software Developer
Jun 2015 to Oct 2019
Experience Summary
Customization of the Linux Operating System ( Ubuntu, Centos 7 ) and
porting production code in it.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Yeswanth Menni
Devops Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Client
Management,Cloud Computing,Ubuntu,Jenkins,Python,PHP,Docker,Azure,AWS
Key Skills: Devops Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Cloud
Computing,Ubuntu,Jenkins,Python,PHP,Docker,Azure,AWS
Summary
Result-oriented Professional with over 5 years of experience in Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Client Management,Cloud
Computing,Ubuntu,Jenkins,Python,PHP,Docker,Azure,AWS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f43…
https://freesearch.naukri.com/preview/printResume?uname=44eb18010c0dfc24bb4c5c866915ef125d5508534c100f135045445b5b5d561e415f4300171450545a… 2/2
Automating the build process of products.
Auto-update the latest product releases on the fly in the customer
environment after approvals.
Leverage new open-source tools in DevOps to decrease product
roll-out times and increase reliable deployment capabilities.
Writing custom scripts for automation and support any requirements.
Writing monitoring scripts.
Troubleshooting in production.
Writing systemd service scripts, Dockerfiles, K8S Yaml files, Salt state
files.
Document in confluence, Training other team members, Knowledge
sharing.
Production bug fixes, Attending calls with customers to help support -
team.
UG: B.Tech/B.E. (Computers) from AP IIIT NUZVID in 2015
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
UBUNTU, Centos
GIT
JenKins, GitLab
Python, GoLang, Shell, PHP
Ansible, Salt stack
Nagios, OpsRamp Agent, OpsRamp Gateway,
PROMETHEUS
Google, AWS, Azure ( Basic )
Docker, LXD, Kubernetes
Mesosphere DC/OS, Openshift
KVM, ESXi, JIRA, LDAP ( Administration )
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Rank 971: Resume 1308 with similarity score 0.008507724970287072
Resume Text: B.E , MS , B.TECH customer engineer , devops engineer , associate , software developer , solution architect , change management , full time ansible , infrastructure management , retail , support engineers , continuous delivery , general , devops , jenkins , customer , virtual machines , kubernetes , microsoft azure , network performance , designation , security , confluence , scripting , mar , groovy , bash , ug , tamil , developers , affirmative action , cloud , ticketing tools , linux , docker , network design , beginner , cluster , ltd , architects , english , authorization , ssl , teams , httpd , troubleshooting , iaas , status , paas , go , agile , nexus , email , project , tomcat , aws , microservices , application servers , provisioning , ubuntu , continuous integration , ci , web servers , network optimization , saas , change management , framing , reliability , git , languages , framework , nginx , monitoring performance , python , sonarqube , scheduling , jira , outages , javascript , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f420…
https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f42071247585b5a5… 1/3
Current Designation: Cloud Devops Engineer
Current Company: TCS
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 10 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TCS as Cloud Devops Engineer
Mar 2018 to Till Date
Client: Marks and Spencers,London.
Industry:Retail
Key Roles and Responsibility
Responsible for maintaining the Infrastructure hosted in AWS environments.
Responsible for maintaining the Infrastructure hosted in Microsoft Azure.
Responsible for administrating and configuring Jenkins and Concourse CI in
Dockerized platform and helping the development teams to deploy on Kubernetes
Clusters.
Responsible for administrating httpd,tomcat and nginx web servers and upgrading of
SSL certifications for application servers in all environments and Kubernetes Clusters.
Responsible for Configuration and troubleshooting of Production environments in
various Linux flavours like Ubuntu, CentOs.Good knowledge on Agile frameworks and follow DevOps change
management
ticketing tools like Jira and maintaining the project related process on Confluence.
HCL Services Ltd as Customer Engineer
Jul 2017 to Feb 2018
Responsible for maintaining the Infrastructure hosted in AWS environments.
Maximizing network performance by monitoring performance, troubleshooting
network problems and outages, scheduling upgrades and collaborating with Cloud
architects/L3 Support Engineers on network optimization.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Siva Subramanian Vaidyanathan
Smart Devops Engineer seeking roles in Cloud Infrastructure design and
implementation,CI/CD Tools stack and Kubernetes administration,Site Reliability
engineering,Software Development ,Microservices and Container Orchestration.
Key Skills: paas,iaas,saas,continuous integration,continuous delivery,microsoft azure,jenkins,devops,aws,bash
scripting,groovy,ansible,terraform,python,concourseci,caas,kubernetes,portworx,container
security,twistlock,aks,eks,go,git,containerisation,Docker
Summary
A focused Cloud professional with tremendous skills on managing multi cloud environments,Software Development and
Design,IT Cloud Infrastructure Management and Administration,System Support,IT Troubleshooting,IT Change
Management,Network design and implementation
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f420…
https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f42071247585b5a5… 2/3
Good knowledge on Agile frameworks and follow DevOps change management
ticketing tools like Jira.
UG: B.Tech/B.E. (ECE) from Anna University in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
AWS certified Solution Architect associate
Microsoft Azure Technologies Architect AZ-300
Certified Kubernetes Administrator
Nature of Employment: Full Time
Project Location: Chennai
Duration: Jul 2019 - Jan 2020
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 3 Year(s) 0 Month(s)
Microsoft Azure 2020 3 Year(s) 0 Month(s)
devops 2020 3 Year(s) 0 Month(s)
Jenkins 2020 3 Year(s) 0 Month(s)
DOCKER 2020 2 Year(s) 6 Month(s)
Kubernetes 2020 2 Year(s) 6 Month(s)
Ansible 2020 3 Year(s) 0 Month(s)
Python 2019 0 Year(s) 6 Month(s)
Bash Scripting 2020 3 Year(s) 0 Month(s)
Linux Administration 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
kanada Beginner
Projects
Project Title: Kubernetes Cluster Administration
Client: Marks & Spencer
Project Details: Managing of various Kubernetes clusters across various environments.Troubleshooting of pods
,containers and other objects.Provision of clusters and administration of nodes in cloud environments.Worked on
monitoring solutions and Helping developers to deploy into Kubernetes clusters and Troubleshooting of
applications and Networking.
Project Title: CICD Framework for Kubernetes Deployment
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f420…
https://freesearch.naukri.com/preview/printResume?uname=7f5002775ab433ec0863ec89c268f4935f5f0c504b475b170217450e5a080442470f42071247585b5a5… 3/3
Nature of Employment: Full Time
Project Location: Chennai
Duration: Oct 2018 - Jun 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Chennai
Duration: Mar 2018 - Sep 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Chennai
Duration: Mar 2018 - Dec 2019
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Client: Marks & Spencer
Project Details: Worked on framing of a standard CICD worflow for deploying applications into Kubernetes clusters
across various environments using Jenkins , Concourse CI, Nexus registry and Sonarqube using Groovy and Bash
scripting.
Project Title: CICD Stack Provision
Client: Marks & Spencer
Project Details: Provisioning of Devops Tools stack as Virtual machines in Microsoft Azure environment and
installation of variuos CICD tools in an automated fashion using Terraform and Ansible in Jenkins.
Project Title: Managing AWS and Azure cloud Infrastructure
Client: Marks & Spencer
Project Details: Managing of Cloud Infrastructure hosted in AWS and administration of Linux based production
environments and automating of various repetitive task.Worked on SSL certificate renewal process and setting up
of Monitoring solutions,etc
Rank 972: Resume 502 with similarity score 0.008505621444656077
Resume Text: B.TECH work from home assessment , it , resume , showcase , internships , python , mar , ion , technology , machine learning , ram , mathematics Assessment
Q1. Why should you be hired for this role?
It will be give an opportunity to showcase my work and also help in gaining skills and experience.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 7033337776
Sanskar Ram
Dhanbad
Applied 08 Feb'21
Python Mathematics Machine Learning
Bachelor of Technology B.Tech), Electrical Engineering
BIT Sindri
2018 - 2022
Educational Institution
Askiitians, Virtual
Feb 2020 - Mar 2020
Subject matter expert at askiitians
Rank 973: Resume 1486 with similarity score 0.008398032926721533
Resume Text: B.E , B.TECH , M.TECH engineering manager , devops , it professional , full time , vice president , program manager wholesale , mentoring , appdynamics , high availability , software solutions , devops , jenkins , scrum , spark , rfp , kubernetes , designation , neo4j , thermal , space , mar , deliverables , ug , confluence , oracle , affirmative action , hindi , angular , docker , maintenance , utilization , ltd , architects , authorization , english , status , spring boot , architecture , gds , sencha touch , email , project , record , jpa , application , mongodb , microservices , sprint planning , airline , splunk , commercial banking , ibm , cloud foundry , edge , components , hiring , technical design , features , git , building , maven , languages , principle , story , cd , weblogic , malayalam , sonarqube , javascript , queues , technology adoption , jira , velocity , orchestration , program management , bpm , database 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425…
https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425619415c58005… 1/3
Current Designation: Engineering Manager
Current Company: WELLS FARGO EGS (India) PRIVATE
LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Arab Emirates
(UAE),Saudi Arabia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [THERMAL SCIENCES]
Verified : Email - id
WELLS FARGO EGS (India) PRIVATE LIMITED as Engineering Manager
Apr 2020 to Till Date
Handling a team of 20 members (2 squads) with varying degree of experience, 10 - 17 years, at multi-location (Bangalore /
Hyderabad), and responsible for Architecture and Technical Design of various products in the Commercial Banking space.
Is part of the technology adoption team for the entire Wholesale Enrollment Group. Being a SPOC for the product owners,
estimate, track and delivery of the features for each sprint, cloud deployments and monitoring of cloud resources
utilization. Responsible for architecture, design, new tools and technology adoptions and PoC
discussions and implementations. Team handling (multi-location) and management activities like meetings, 1-O-1's,
periodic feedbacks, appraisals, hiring new talents, mentoring, building career plans (Objective setting), sprint planning,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
ABHILASH NAIR
Engineering Manager seeking roles in Software Development,Application
Maintenance,Project Management,Program Management,Requirement
Analysis,Solution
Architecture,Java,J2EE,Spring,Splunk,Zipkin,Oracle,MongoDB,Microservices,Spring
Boot,Maven,SVN,GIT
Key Skills: Engineering Manager,Program Manager,Software Development,Application Maintenance,Project
Management,Program Management,Requirement Analysis,Solution
Architecture,Java,J2EE,Spring,Splunk,Zipkin,Oracle,MongoDB,Microservices,Spring Boot,Maven,SVN,GIT
Summary
IT professional with overall 19+ years
of experience. Have been doing the
role of Engineering Manager,
managing a team of 20+ with varying
degree of experience, 5 - 17 years, at
multi-location (Bangalore / Hyderabad
/ Chicago), and responsible for
Architecture and Technical Design.
Consistent track record of successfully
developing large-scale complex
software solutions with high available,
scalable applications to industry
leaders. Having delivered many
solutions and being in part of many
business discussions.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425…
https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425619415c58005… 2/3
scrum meetings (master), story tracking/grooming. Architecture and design, code and delivery quality meetings and
discussion with stakeholders Tools and Technologies: Microservice architecture, cloud deployment (Cloud Foundry),
Spark, CD/CI (Jenkins,Sonarqube, Jules), Splunk, AppDynamics.
JPMorgan Services India Pvt. Ltd as Vice President
Jul 2017 to Apr 2020
Duties & Responsibilities
Was handling a team of 16(peak) members with varying degree of experience, 5 - 15 years, at multi-location
(Bangalore / Hyderabad / Chicago), and responsible for Architecture and Technical Design of various products for
Chase Bank. Part of the technology adoption team for the entire Commercial Banking business group. Being a SPOC
for the product owners of the bank, estimate, track and delivery of the features for each sprint, cloud deployments and
monitoring of cloud resources utilization. Responsible for architecture, design, new tools and technology adoptions and
PoC discussions and implementations.
The major tasks involve:
Team handling (multi-location) and management activities like meetings, 1-O-1's, periodic feedbacks, appraisals, hiring
new talents, mentoring, building career plans (Objective setting), sprint planning, scrum meetings (master), story
tracking/grooming.
Architecture and design, code and delivery quality meetings and discussion with stakeholders
Managing Production Support Team: Managing the support team for promoting high availability with high velocity and
removing operational toil. It achieves the same goals as DevOps without the culture shift.
Tools and Technologies: Microservice architecture, cloud deployment (Cloud Foundry), Spark, CD/CI (Jenkins,
Sonarqube, Jules), Kubernetes(container orchestration), Angular, Springboot, JPA, Qpid/IBM MQ queues, Activity BPM,
Splunk,Zipkin, AppDynamics, Apigee, CQRS, Neo4j (Graph database).
Mindtree Limited as Principle Architect
Jul 2016 to Jul 2017
Handling a team of 8 architects and also responsible for Architecture and Technical Design of various airline products for
the SITA. Part of development of products such as SITA DCS, GDS etc. Also responsible for preparing response for RFP's
for
different requirements from client, handling architectural changes and enhancements, proposal of new tools and
technologies, implementing complex core components, version upgrade of various tools and frameworks, PoC's of new
cutting-edge technologies and incorporating them in the technical stack and responsible for the overall quality of the
deliverables.
UG: B.Tech/B.E. (Mechanical) from Calicut University in 1996
PG: M.Tech (THERMAL SCIENCES) from National Institute of Technology (NIT), Calicut in 2000
Education
IT Skills
Skill Name Version Last Used Experience
JAVA, J2EE
Spring
Oracle, MongoDB
MicroServices
spring boot
Maven, SVN, GIT
Jira, Confluence
Angular 7, Sencha Touch
Docker, Kubernetes
WebLogic, Jboss
Hibernat, JPA
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425…
https://freesearch.naukri.com/preview/printResume?uname=5a368c1c9f908ab9ac2fce079ff1cbd9585e5f5548110d1306194150580b0519405c425619415c58005… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Malayalam
Rank 974: Resume 1312 with similarity score 0.008363534522478941
Resume Text: B.E , MS , B.TECH , BS application support , devops engineer , software developer , senior software engineer , full time , system engineer automation , high availability , general , devops , jenkins , kubernetes , designation , ug , amdocs , mar , affirmative action , oracle , mysql , hindi , cloud , scratch , docker , gerrit , maintenance , azure , ltd , cluster , unix , php , zabbix , software installation , authorization , english , openstack , troubleshooting , teams , status , solr , email , project , tomcat , infosys , application , aws , configuration management , microservices , splunk , ci , bitbucket , electronics , pipelines , classroom training , servers , git , languages , weblogic , python , javascript , client side , working experience , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b1…
https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b170747440c090d… 1/2
Current Designation: Senior Software Engineer
Current Company: SW R&D Lab at Barco Electronics pvt. ltd.
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
SW R&D Lab at Barco Electronics pvt. ltd. as Senior Software Engineer
Oct 2019 to Till Date
Part of the R&D team (DevOps) that is responsible for all devops activities. Working Knowledge of cloud platform (AWS,
Azure). Creating and managing CI/CD pipeline on jenkins. Deploy and manage microservices/applications using to ensure
High availability services. Working experience on kubernetes cluster. Setup machines using configuration management
tools. Recently setup the machines from scratch in Noida lab and configured it for jenkins nodes.
NFV R&D Lab at Amdocs as DevOps Engineer
Jun 2016 to Oct 2019
Part of the R&D team that is responsible for design, develop and deliver ONAP deployment on AWS/Openstack. AWS and
Openstack administration for Allinone and multi node cluster. Kubernetes cluster setup , automation and deployments
using helm. Setup monitoring for kubernetes using prometheus. Automating day-day tasks in shell, python language.
Creating and managing CI/CD pipelines in jenkins. Dealing with installation and configuration of multiple environments of
Amdocs BSS/OSS products.
Installation, configuration and troubleshooting of Jenkins. Providing trainings to other teams on devops technologies.
Worked at client side (Mexico) for 4 months for new project setup.
Infosys Ltd as Senior System Engineer
Feb 2014 to Jun 2016
Completed 5 months classroom training on Java, Unix , Oracle DB, mysql , php. Part of Cloud Support Team that
responsible for creating servers on AWS and maintaining them. Administration of tools like Weblogic, Tomcat, Solr.
Administration of ST/Test/Production Environments on AWS. Application support for hadnling deployments in production.
Configure monitoring Tools like, Zabbix and Splunk to trigger alerts for Production Servers.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sachin Kumar Rajput
Senior Software Engineer seeking roles in Software Development,Application
Programming,Client Management,System Analysis,Configuration
Management,Software Installation,Jenkins,Java,PHP,MySQL,Oracle,Unix,AWS
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,Client
Management,System Analysis,Configuration Management,Software
Installation,Jenkins,Java,PHP,MySQL,Oracle,Unix,AWS
Summary
Result-oriented Professional with nearly 7 years of experience in Software Development,Application Programming,Client
Management,System Analysis,Configuration Management,Software Installation,Jenkins,Java,PHP,MySQL,Oracle,Unix,AWS
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b1…
https://freesearch.naukri.com/preview/printResume?uname=f2a14cf1e2059167d43995ba8b3657835d59095148135d430416175d0e0b594f405b170747440c090d… 2/2
UG: B.Tech/B.E. (Computers) from DIT, DEHRADUN in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Shell and Python
Prometheus, Grafana
WebLogic , Tomcat
Docker, Kubernetes
git, gerrit, BitBucket
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 975: Resume 816 with similarity score 0.008352524036985491
Resume Text: B.E , B.TECH , BS full time , front end developer , ui developer , software developer reporting , redux , jenkins , css , yellow pages , firefox , designation , affirmative action , interpersonal skills , hindi , angular , new concepts , maintenance , player , authorization , internet , english , web applications , bootstrap , status , responsiveness , email , project , mozilla , defect tracking , responsive web design , drupal , ci , windows xp , v6 , google chrome , debugging , git , react native , finance , languages , html5 , jira , javascript , schedules , timing , technology , organization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180…
https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180547425a59005… 1/2
Current Designation: Software UI Developer
Current Company: TCS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
TCS as Software UI Developer
May 2017 to Till Date
Tenure: 2 years 10 months
Projects worked on:
Project 1: Minside
Client : Tryg Insurance(Norway)
Skills : Html5,CSS3,Javascript,React JS
Minside is an application which fetches static content from Drupal.
Responsibilities:
-Development, Implementing, Debugging & Responsiveness.
-Analyzing and identifying Tasks based on requirement in the JIRA tool.
-Involved in weekly status reporting and official meetings.
-Developed UI and Responsiveness for different applications in Tryg.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
SHILPA SINGH
Software UI Developer seeking roles in Software Development, Defect Tracking,
Requirement Gathering, Debugging, IT Project
Management,Bootstrap,JIRA,HTML5,Javascript,GIT, React JS,CSS3
Key Skills: software ui developer,software development,requirement gathering,debugging,it project
management,bootstrap,jira,html,javascript,git
Summary
3+ years of experience in Front End Developer/UI Developer.
Hands on Experience on UI web applications using HTML5,CSS3,JavaScript,React
JS,Redux.
Hands on Experience on JIRA,Jenkins,GIT.
Good Experience using Bootstrap for Responsive Web Design (RWD) and CSS media
Queries.
Good Knowledge on CI Tools Jenkins for automated builds and deployments.
Self-starter always inclined to learn new technologies and Team Player with very good
communication, organizational and interpersonal skills.
Ability to work in a fast-paced, team oriented environment under firm deadline schedules to
meet cost, quality and timing.
technology.
Can adapt easily to new concepts and responsibilities and willing to learn new technology
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180…
https://freesearch.naukri.com/preview/printResume?uname=d8ec8d7c6d4e7e7a06c6a17b2a2ec0cb5f5a58584b1201105643420c5f58551f1b00180547425a59005… 2/2
- Involved in Deployment by using JENKINS Tool.
-Fixed issues occurred during deployment.
-Involved in Reporting daily status.
-Single point of Contact (SPOC) between client and organization.
Project 2: Yellow Pages
Client : YP
Skills : HTML5, CSS3,Javascript
Yellow Pages have multiple websites in several sectors like Banking, Finance and etc. Main role is to develop static part of
website.
Responsibilities:
-Development, Implementing, Debugging & Responsiveness.
-Analyzing and identifying Tasks based on requirement in the V6 tool.
-Involved in weekly status reporting and official meetings.
- Developed UI and Responsiveness for different applications in YP.
- Involved in Reporting daily status.
-Single point of Contact (SPOC) between client and organization.
UG: B.Tech/B.E. (Computers) from Priyadarshini institute of engineering and technology, nagpur in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5,CSS3,React JS,Javascript
Windows XP, 7, 10
JIRA,Jenkins,
React Native,Redux,Angular Js
INTERNET
Google Chrome, Mozilla Firefox.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 976: Resume 857 with similarity score 0.008315805725668514
Resume Text: B.S , MS software engineer , software developer , content manager , full time , part time , application developer , development associate window , showcase , telugu , filters , ease , linux , mock , digital , node.js , gas industry , status , testing , writing , components , building , curating , notification , react.js , spark , designation , short films , hindi , json , english , agile , project , mongodb , prototyping , single page applications , resource management , task management , web pages , javascript , trello , html , reporting , express.js , scrum , vs , affirmative action , mysql , video editing , hub , maintenance , postgresql , email , lessons , hooks , operations , saas , mac , languages , stand-up comedy , oil , client requirements , management system , jira , engineers , beta , ajax , redux , render , figma , css , web series , profiles , offers , access control , permissions , php , authorization , risk , internet , teams , vue.js , router , framework , laravel 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e14011…
https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e1401150345105c585… 1/3
Current Designation: Software Engineer
Current Company: Beta
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Beta as Software Engineer
Oct 2017 to Till Date
Project : Collab Wells
Role : Software Engineer
Technologies/Frameworks : PHP with Laravel, PostgresSQL, Vue.js, Tailwind
Tools : Whimsical, Figma, Sublime, Git Hub, Trello
Product Description: A SAAS product for Oil and Gas industry facilitating teams to collaborate with ease, while engineers
in the industry are advised with relevant lessons and best practices in the real-time. Product also offers Well Lifecycle
Reporting, Well Delivery Process, Schematics, Advise Engine and Risk Repositories.
Contribution:
* Understanding the client requirements and analysing them. * Making sure deployments and testing follow the Scrum
(Agile) Methodology.
* Writing the use cases, designing the UX, wireframes and if required prototyping using static site and fake data.
* Developing the scalable application by following the code standards of vuejs and Laravel (PHP).
* Optimizing backend performance by caching, eager loading and lazy loading using eloquent ORM.
* Implemented Laravel's email, in-app notification and Pusher for the real time updates.
* Worked on the DOM manipulation using JavaScript and Ajax.
* Building reusable components and code using Mixins, Global Filters, Dynamic Component and Slots.
Last Active: 4-Feb-21 Last Modified: 3-Feb-21
Sai Kiran Majeti
Fullstack developer experience in developing scalable applications using HTML, CSS,
JavaScript, vue.js , react.js, laravel, MySQL and PostgreSQL under Agile
Methodologies. Familiar with MongoDB, express.js and node.js.
Key Skills: software engineer, software developer,software development,project management,requirement
gathering,javascript,postgresql,node.js,mysql,jira, html, react.js, vue.js, express.js, laravel, front end, backend,web
development,next.js,Redux,JSON,Ajax
Summary
Energetic and Enthusiastic person seeking to obtain a position that challenges and provides me the opportunity to learn, while
allowing me to grow professionally more.
1 year 7 months of IT experience as Software Engineer building SPAs (Single Page Applications) under Linux, window and mac
environment.
* 6 months experience as an Application Developer contributing and working under many teams and projects.
* 9 months experience as Content Manager in the Digital Platform.
* 2 months of internship as a Content Development Associate.
* Extensive experience in developing web pages using HTML, CSS, JavaScript, Vue.js, Laravel and PostgreSQL.
* Good experience in React.js for developing UI using React Functional Components, Hooks and React Router.
* Good experience in build application in MERN (MongoDB, Express.js, React and Node.js) stack.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e14011…
https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e1401150345105c585… 2/3
* Optimizing applications using Vuex, lazy loading, dynamic importing and code splitting.
* Building responsive web pages using tailwind defaults and CSS media queries.
* Integrating third party libraries and packages. For example, TailwindCSS framework, Spatie Activity Log package,
Element UI theme and etc.
Project : MLR
Duration : Dec 2018 to Jun 2019
Role : Application Developer
Technologies/Frameworks : PHP with Laravel, React.js, Tailwind
Tools : Whimsical, Sublime, Git Hub
Product Description:
A web application for an entity to manage the internal operations.
Contribution:
* Understanding the client requirements and building mock-ups.
* Building scalable and reusable functional controlled components.
* Experience in using React Hooks (useState, useEffect), React Router (Switch, Route and Link) and building custom
components using Callbacks.
Project : Obrota (In-house project)
Duration : Jun 2018 to Dec 2018
Role : Application Developer
Technologies/Frameworks : PHP with Laravel, Laravel Spark, PostgresSQL, Vue.js, Tailwind
Tools : Whimsical, Figma, Sublime, Git Hub
Product Description:
A web application enables teams and individuals to track their work logs by integrating it to their Git Hub projects or
manually creating the projects. Along with Task Management system it allows to create teams and manage their
permissions to collaborate among the teams effectively.
Contribution:
* Writing the use cases, designing the UX flows using Whimsical and wireframes using Figma.
* Building the responsive web pages using CSS Media queries and Tailwind CSS.
* Implementing Access Control using the Laravel Spark.
* Implemented Laravel's email and Laravel Spark in-app notification.
* Third party integrations like tiptap render less editor.
Project : Smashplex (In-house project)
Duration : Oct 2017 to Jun 2018
Role : Content Manage
Product Description:
Smashplex is a one stop digital platform to showcase the internet-based video content platform like web series, cover
music, short films and stand-up comedy videos along with the artist profiles.
Contribution:
* Understanding the user's mind and bringing new content into the system.
* Resource management and curating the content.
* Engaging with the artists and consumers collecting relevant data.
* Image and Video editing.
UG: B.Sc (Computers) from Osmania University in 2016
Education
IT Skills
Skill Name Version Last Used Experience
HTML * CSS * JavaScript * Vue JS
* React JS * Tailwind CSS, Node.JS
* PostgreSQL * MySQL * Git, Git Hub
* Sublime, VS Code * Postman * Trello *
Laravel 5.7 0 2 Year(s) 0 Month(s)
React.js 16.13.1 0 0 Year(s) 8 Month(s)
Redux 0 0 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e14011…
https://freesearch.naukri.com/preview/printResume?uname=d951682a95a730376863d0dc649bee7e515409524d405a195640440e5b5c051e1401150345105c585… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 977: Resume 1064 with similarity score 0.008314870098927318
Resume Text: B.E , MS , B.TECH devops engineer , senior software engineer , full time , enterprise architect , aws solution architect , balancer tibco businessworks , telugu , bmc remedy , security , use case , docker , linux , beginner , hawk , status , multi-factor authentication , registries , sheets , testing , scope management , building , ec2 , xml spy , clear , data center , gems , suite , ansible , automation , functional specifications , devops , interfaces , kubernetes , access , designation , mar , web services , hindi , cluster , ltd , cli , english , agile , project , groups , sprint planning , foundation certificate in it service management , pipelines , rest , software architecture , git , itil , javascript , business requirements , disk , vm , general , semiconductor , affirmative action , hub , maintenance , utilization , httpwatch , business logic , email , manufacturing , google , aws , operations , languages , story , llc , amazon , api , spotfire , jenkins , requirement specifications , telecom , permissions , tibco ems , authorization , teams , enterprise , altova , deliveries , sql , application , map , focus , soapui , electronics , s3 , continuous build , ssh , software design , python , cloud computing , load , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d13…
https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d130a45150a0b0e… 1/3
Current Designation: AWS & TIBCO Consultant
Current Company: TIBCO Software India Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
TIBCO Software India Pvt Ltd as AWS & TIBCO Consultant
Mar 2018 to Till Date
* A trained AWS Solution Architect and DevOps Professional with nearly 11 years of experience in AWS (CLI, EC2,
VPC, S3, ELB Glacier, Route 53 , IAM) TIBCO, Software Development Lifecycle, Software Design & Architecture with
expertise in working with TIBCO Suite (BW5.x, BW6.x, EMS, TEA, Hawk, Spotfire) of products and SOA-based Integration
Technologies for clients across Banking, Telecom, Transport and Manufacturing sectors
tech mahindra ltd as Senior Software Engineer
Feb 2010 to Mar 2018
? Designed and implemented a continuous build-test-deployment (CI/CD) system with multiple component pipelines
using Jenkins to support weekly releases and out-of-cycle releases based on business needs
? Experience with container-based deployments using Docker
? Worked with Docker images, Docker Hub and Docker-registries and Kubernetes
? Experienced Cloud and DevOps engineer in Automating, Configuring and deploying instances on AWS
? Created Pods and managed using Kubernetes.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Sujith Reddy Singireddy
AWS Solution Architect and TIBCO Consultant with nearly 11 years of experience
seeking roles in AWS Cloud Computing, software architecture, DevOps (Ansible,
Docker, Jenkinx, Kubernetes, Terraform)
Key Skills: AWS SA(EC2, S3, IAM, VPC, ELB, Route53, IAM, Glacier) Ansible, Docker, Jenkins, GIT, Kubernetes,
Terraform, TIBCO BW 5.x, TIBCO BW 6.x, TIBCO EMS, TIBCO Administrator, TIBCO Hawk, TIBCO Rv,
Summary
* A trained AWS Solution Architect and DevOps Professional with nearly 11 years of experience in AWS (CLI, EC2, VPC, S3,
ELB Glacier, Route 53 , IAM) TIBCO, Software Development Lifecycle, Software Design & Architecture with expertise in working
with TIBCO Suite (BW5.x, BW6.x, EMS, TEA, Hawk, Spotfire) of products and SOA-based Integration Technologies for clients
across Banking, Telecom, Transport and Manufacturing sectors
* Skilled in mapping clients' business requirements and translating these requirements into functional specifications, services,
and custom solutions with successful project execution; extensive Project Management Experience with focus on
conceptualization & implementation of Solutions, Scope Management & Effort-Cost Estimation in compliance with organizational
guidelines
* Proficiency in executing designing & development of Software and SOA Processes in TIBCO BusinessWorks for multiple
projects while managing activities ranging from requirement specifications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d13…
https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d130a45150a0b0e… 2/3
? Built/maintained Docker container clusters managed by Kubernetes
? Utilized Kubernetes and Docker for the runtime environment of the CI/CD system to build, test deploys
? Worked on deployment automation of all micro services to pull image from Private Docker registry and deploy to
Kubernetes cluster
? Built & maintained Docker container clusters managed by Kubernetes Linux, GIT, Docker, on AWS
* Used Agile Methodology Sprint Model for the project deliveries
* Participated in sprint planning meeting for giving the story points based on the story description and use case
requirements
* Generalized the requirements based on the Use Case
* Designed & developed interfaces using code generator and mapped business logic using mapping sheets
* Created REST API Web Services in TIBCO BW
UG: B.Tech/B.E. (Electronics and Telecommunication) from Jawaharlal Nehru Technological University hyderabad in
2008
PG: in 0
Other Qualifications/Certifications/Programs:
ITIL Foundation Certificate in IT Service Management
TIBCO ActiveMatrix Businessworks 6.x
Nature of Employment: Full Time Duration: Dec 2018 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 3 Year(s) 0 Month(s)
Ansible, Git, Docker, Kubernetes 2019 2 Year(s) 0 Month(s)
Chef, Terraform 2020 2 Year(s) 0 Month(s)
Python, SQL, PL-SQL, XML 2020 3 Year(s) 0 Month(s)
SVN, GIT, Clear Case, Altova XML SPY 2020 10 Year(s) 0
Month(s)
Gems, HttpWatch, SOATestSuite 2020 5 Year(s) 0 Month(s)
SOAPUI, BMC Remedy 2018 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Beginner
telugu Proficient
Projects
Project Title: Solution Architect and L3 Support
Client: Hemlock Semiconductor Operations, LLC
Project Details: Managing & administering AWS Services CLI , EC2 , VPC , S3 , ELB Glacier, Route 53 , and IAM
Building a VPC, established the site-to- site VPN connection between Data Center and AWS
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d13…
https://freesearch.naukri.com/preview/printResume?uname=07163a293abf045bf85c2686488a27bb0a5a58054a420c150a42125a545b52491a0d130a45150a0b0e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Enabling Amazon IAM service to grant permissions and resources to users
Managing roles and permissions of users with the help of AWS IAM
Configuring AWS Multi Factor Authentication in IAM to implement 2-step authentication of user's access using
Google Authenticator and AWS Virtual MFA
Creating AWS Multi-Factor Authentication (MFA) for instance RDP/SSH logon, worked with teams to lockdown
security groups
Initiating alarms in CloudWatch service for monitoring the server's performance, CPU Utilization, disk usage, and
so on to take recommended actions for better performance
Using lambda function to manage the instances and triggering s3 bucket to dynamodb
Using AWS Route53 to map VM IP, load balancer with domain name
Developing, testing, implementing and maintaining application softwar
Rank 978: Resume 728 with similarity score 0.008308502086869686
Resume Text: MS application support , devops engineer , associate , technical consultant , software developer , linux administrator , change management , full time ansible , web development , core java , computing , dev c++ , devops , jenkins , performing , customer , kubernetes , general , microsoft azure , designation , ug , office , turbo c , platforms , oracle database , health , mysql , affirmative action , hindi , docker , cloud , linux , beginner , maintenance , apache , cluster , zabbix , windows , digital , authorization , english , logstash , subnetting , status , virtualization , agile , email , project , tomcat , perl , application , mongodb , ubuntu , ci , pipelines , gitlab , change management , servers , s3 , seo , shell scripting , kibana , resolve , languages , punjabi , agents , dashboard , python , javascript , metrics , elasticsearch , cd , html , french 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c524241081…
https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c52424108155016475e5408… 1/2
Current Designation: Devops Engineer
Current Company: Zwayam Digital Pvt.Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Gurgaon,Mohali
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Zwayam Digital Pvt.Ltd. as Devops Engineer
Sep 2019 to Till Date
- Created and maintaining fully automated shell scripts and Jenkins CI/CD
pipelines.
- Experienced in working on log and metrics monitoring through
Elasticsearch, Logstash and Kibana using visualizations.
- Managed processes through Ansible to automate file manipulation.
- Experienced in Docker container management and managing Gitlab
repositories.
- Implemented Zabbix setup for monitoring and alerting about jars and health
status across various servers.
- Possess good knowledge of networking concepts and their implementation
in Azure scale-sets and application gateways.
- Collaborated with team members in migration process for 5 servers
including Mysql, MongoDB data and created various shell scripts for the same.
- Hands-on experience in working on AWSLambda, S3, Cloudwatch, VPC .
- Experience in working on VPC and other networking concepts like
subnetting .
- Worked on Apache and Tomcat related configurations like htaccess
redirection and SEO checking for various server agents.
Edureka as Technical Consultant (DevOps)
Aug 2018 to Sep 2019
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Himani Arora
DevOps Engineer seeking roles in DevOps or Cloud domains
Key Skills: DevOps Engineer,Application Support,MongoDB,Jenkins,Docker,Python,Zabbix,HTML,Git,Cloud
Computing,Shell Scripting,MySQL,Elastic Search,Ansible,Agile,Microsoft Azure
Summary
Result oriented professional with experience in Software Engineering,Software Development,Web Development,Project
Management,Change Management,Quality Management,Requirement Gathering,Application
Support,MongoDB,Jenkins,Docker,Python,Zabbix,HTML,Git,C,C++
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c524241081…
https://freesearch.naukri.com/preview/printResume?uname=4d7cad95224d194770348a500916cfda0a090b5448105b120011125b5b0c52424108155016475e5408… 2/2
- Role providing technical support and performing trouble-shooting functions
to resolve customer queries using tools like Git, Jenkins, Docker, Kubernetes
and Ansible.
- Provided web sessions to companies like TCS to install Kubernetes cluster
and managing dashboard pods on servers.
- Automated deployment of Employee database application designed in Java
using Docker and Jenkins.
- Generated pipelines in Jenkins for small-scale applications which covered all
the CI and CD concepts.
- Hands-on experience in application deployment on cloud platforms such as
AWSand GCP.
UG: BCA (Computers) from PANJAB UNIVERSITY, CHANDIGARH in 2016
PG: MCA (Computers) from VIT University in 2018
Other Qualifications/Certifications/Programs:
OCA-DBA
Oracle Associate (for the course OCA-DBA)
DevOps Engineer
Linux Administrator
Virtualization for beginners
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, Core JAVA, HTML
MySQL,Oracle database
Perl,Python,Turbo C, Dev C++
MS Office,Windows, Ubuntu.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
French Beginner
Punjabi Expert
Rank 979: Resume 147 with similarity score 0.008299987968994988
Resume Text: B.S work from home c programming , completion , assessment , resume , android , css , java , sql , mathematics , html Assessment
Q1. Why should you be hired for this role?
Hi, I am very much interested to work as a developer and want to gain more programming knowledge, work experience for my future job
opportunity.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for next 3 months
Resume
EDUCAT ION
TRAININGS
CONTACT Phone: 91 9551712429
Clement A
Chennai, Bangalore
Applied 02 Jan'21
Android Java C Programming
C Programming CSS HTML
SQL
Bachelor of Science B.Sc), Mathematics
Loyola College
2016 - 2019
CGPA 5.80/10
Senior Secondary XII, Science
Don Bosco Hr Sec School
STATE BOARD board)
Year of completion: 2016
Percentage: 64.80%
Secondary X
Don Bosco Hr Sec School
STATE BOARD board)
Year of completion: 2014
Percentage: 80.40%
Advance Diploma In Java Programming
csc, Chennai
Aug 2014 - Dec 2014
Rank 980: Resume 1443 with similarity score 0.008286963587607632
Resume Text: B.E , MS , B.TECH software engineer , technology analyst , partner , software developer , full time , senior consultant , java developer onboarding , core java , clinical research , designation , ug , affirmative action , trading , hindi , maintenance , authorization , advanced , english , status , email , project , infosys , application , business rules , languages , process automation , it , javascript , biotechnology 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44…
https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44034247595509… 1/2
Current Designation: Senior Consultant
Current Company: Saama Technologies
Current Location: Pune
Pref. Location: Chennai,Bengaluru / Bangalore,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: Pharma/Biotech/Clinical Research
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Saama Technologies as Senior Consultant
May 2019 to Till Date
Currently working as a senior UiPath developer. I also have 2.5 years of experience in Blue Prism.
Infosys as Technology Analyst
May 2015 to May 2019
2.5 years of experience as a Blue Prism developer.
Hexaware Technologies as Software Engineer
Sep 2011 to Apr 2015
3.5 years of experience as a Java developer.
UG: B.Tech/B.E. (Computers) from Biju Patnaik University of Technology (BPUT) in 2011
Other Qualifications/Certifications/Programs:
UiPath Advanced RPA Developer
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Kamal Kumar Patel
Having 9.3 years of IT experience which includes 2.5 years of experience in Blue
Prism and 1.8 years in UiPath. Currently working as a senior UiPath developer.
Certified as Advanced RPA Developer by UiPath. Certified as Blue Prism Developer.
Key Skills: RPA,Blueprism,Blue Prism,UiPath,Robotic Process Automation,UiPath Certified,Blue Prism Certified
Summary
Having 9.3 years of IT experience, which includes 2.5 years of experience in Blue Prism and 1.8 years in UiPath.
Certified as Advanced RPA Developer by UiPath. Certified as Blue Prism Developer.
Currently working as a senior UiPath developer.
5 years of experience in Core Java and J2EE frameworks.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44…
https://freesearch.naukri.com/preview/printResume?uname=e4121c6b308804fa08a8a74d18de4055515a5c554d135c450b15470c5d0f524c470f44034247595509… 2/2
Blue Prism Developer Certified
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Feb 2020 - Nov 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Blue Prism 6 2019 2 Year(s) 5 Month(s)
Uipath 2019.10 2020 1 Year(s) 6 Month(s)
JAVA, J2EE 7 2016 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Odia Expert
Projects
Project Title: Onboarding and managing new Trading Partner
Client: Genentech Solutions
Skill Used: UiPath
Role Description: Senior RPA Developer
Project Details: Genentech is an American biotechnology corporation which develops medicines and provides to the
customers through hundreds of trading partners. We are implementing RPA in modules like onboarding a new trading
partner, managing data into multiple downstream systems, extracting reports on daily basis etc. This also includes
implementation of business rules across different systems.
Rank 981: Resume 472 with similarity score 0.008284869607505352
Resume Text: MS , B.TECH , BS work from home , autocad training , display technology , mar , design , truck , digital , automotive , project , transmission , autocad , application , c programming , torque , sheet metal , resume , paper , microwave engineering , art , flow , welding , research , locomotive , gear , emerging technologies , completion , assessment , diesel , exhaust Assessment
Q1. Why should you be hired for this role?
Honestly, I possess all the skills and experience that you're looking for. I'm pretty confident that I am the best candidate for this job role. It's not
just my background in the past projects, but also my people skills, which will be applicable in this position.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
SAURABH KUMAR
Varanasi, Ghaziabad
Applied 08 Feb'21
MSExcel MSOffice AutoCAD
C Programming
Bachelor of Technology B.Tech), Mechanical Engineering
ABES Engineering College
2016 - 2020
Percentage: 77.10%
Senior Secondary XII, Science
Kendriya Vidyalaya Mughalsarai
CBSE BOARD board)
Year of completion: 2015
Percentage: 67.40%
Secondary X
Kendriya Vidyalaya Mughalsarai
CBSE board)
Year of completion: 2012
Percentage: 76.00%
Vocational Training
dlw varanasi, Varanasi
Jun 2019 - Jul 2019
45 days Industrial training Diesel locomotive works, Varanasi. Areas covered - Heavy
Machinary , Sheet Metal , Welding, Truck Machines.
Automotive transmission for adapting digital display technology
Nov 2019 - Mar 2020
http://www.jetir.org/papers/JETIR2006463.pdf
The scope of the project is to detect the torque, vibration, R.P.M, Gear position etc.
Automotive transmission parameters in a compact design and higher accuracy.
1. Research paper on " Automotive transmission for adapting digital display technology"
published in International Journal of Emerging Technologies and Innovative Research
(www.jetir.org), ISSN23495162, Vol.7, Issue 6, page no.869877, June-2020.
2. Review paper on "APPLICATION OF ULTRASONIC PROCESS IN MEASURING FLOW OF
EXHAUST GASES IN BS6 ENGINESSTATE OF ART REVIEW" published in International Journal
of Creative Research Thoughts IJCRT, ISSN23202882, Volume.8, Issue 6, pp.16261636
3. Review paper on "Automotive transmission for adapting digital display technology"
published in International Journal of Microwave Engineering and Technology (eISSN 2455
03372020, Volume 6, Issue 2.
http://www.jetir.org/papers/JETIR2006463.pdf
CONTACT Phone: 91 7985525917
Rank 982: Resume 1037 with similarity score 0.008271987882080212
Resume Text: B.S , MS software engineer , dock supervisor , issuer , sql developer , team lead cards , connect , mcs , docker , test cases , trailers , design documents , status , specifications , virtual terminal , accruals , continuous integration , xml , testing , road , writing , kibana , payments , weblogic , spring framework , workflow , organization , crm , notification , unloading , yard management , kubernetes , filenet , designation , confluence , web services , english , code review , agile , project , fedex , microservices , splunk , financial markets , processing , ibm , beans , rest , mvc , software architecture , im , research , boarding , struts , javascript , working experience , pyramid , vt , scrum , affirmative action , hp service center , readiness , maintenance , unix , business logic , capital markets , bootstrap , pmd , ratings , fiserv , email , tomcat , jpa , waiting , windows 10 , operations , freight , junit , maven , languages , story , hibernate , management system , jira , functionality , synopsis , resellers , credit , soap , toad , oracle database , scratch , apache , enterprise , servlets , spring boot , sql , application , less , event driven , debugging , finance , software design , eclipse , fraud , middle office 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b42…
https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b425042410a0901… 1/3
Current Designation: Consultant -IT
Current Company: Capgemini India
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Capgemini India as Consultant -IT
Oct 2014 to Till Date
PROJECT #1:
Client : Fiserv, Germany
Project Title : Web & eServices (IPG)
Duration : Nov 2014 to Jul 2020
Environment : JAVA, Spring Boot, REST API, Splunk, Kibana, Grafana, Oracle
Project Synopsis:
Developing IPG product applications like CONNECT, VT, MCS, API
Virtual terminal (VT) id used by Merchant to setup administration settings and customization, it also contains transaction
reports.
Merchant care suit (MCS) used by resellers to board the Merchants. It contains all the services and terminal
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
GANESH DUSA
consultant seeking roles in Software Development,Requirement
Gathering,Debugging,Software Architecture,Software
Design,Spring,Hibernate,Bootstrap,Microservices,Docker,JSP,Apache Tomcat
Key Skills: consultant,Team lead,Software Development,Requirement Gathering,Debugging,Software
Architecture,Software Design,Spring,Hibernate,Bootstrap,Microservices,Docker,JSP,Apache Tomcat
Summary
* Having 8 years of experience in development, enhancement and support of Web and Enterprise applications using
Java/J2EE Technologies.
* Worked as Onsite coordinator from Germany, Argentina for Fiserv Client and great working experience in Cards and
Banking domains.
* Client interaction for gathering the requirements on a daily basis
* Extensively worked on debugging application for identifying bugs.
* Having sound knowledge of Continuous Integration (CI) development
* Extensively worked on JIRA SDLC and confluence.
* Experience in developing applications using Java,Servlets,JSP and JDBC
* Having good experience in Spring Framework, Spring Boot, REST API and JPA with Hibernate.
* Familiar with container technologies like docker, kubernetes.
* Good Understanding of Microservices Architecture
* Extensive exposure in using IDE Eclipse.
* Good experience with Oracle database using SQL to manipulate data.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b42…
https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b425042410a0901… 2/3
configurations, endpoint settings, fraud settings.
API used for triggering the transactions through dispatcher tool and also used for Merchant boarding from XML request.
* Preparing Analysis Doc and Detail Design Documents
* Working on User Story Development
* Experienced in agile development methodology during designs, implementation, testing, and maintenance
* Involved in developing the payments application using Spring Boot, REST API from scratch.
* Developed Java application using MVC architecture
* Working on Junit Test cases by Using JMock
* Involved in build the applications using Maven
* Deployment of application on Weblogic application server.
* Participating in Scrum call
* Worked on Jira tickets which are raised by testing team
* Extracting the logs from Splunk and kibana
* Involved in Release management calls
* Web services testing using POSTMAN,SOAP UI
Syntel limited as Software Engineer
Oct 2012 to Sep 2014
PROJECT #2:
Client : Moodys,USA
Project Title : Pyramid PFG
Duration : DEC 2013 to Sept 2014
Environment : Java, Spring,Hibernate,IBM filenet,Tivoli,Oracle.
Project Synopsis:
Moody's is an essential component of the global capital markets, providing credit ratings, research, tools and analysis that
contribute to transparent and integrated financial markets
Pyramid PFG is a new application that was replace Accurate CDR, EDMS for PFG, Phoenix for PFG, Issuer CRM and
nRDE.
? End-end workflow application to support ratings, commercial, middle office and finance handoffs and processes.
? Functions: transactions set-up and lifecycle management, contact and organization management, ratings data
maintenance, analyst rating process, rating assignment and release, pricing, billing, accruals and FSA processing.
Roles and Responsibilities:
* Understanding the flow specifications and responsible for the development of the application which is totally based on
MVC architecture.
* Analysis of the user story.
* Implement the user story.
* Implementing the business logic in Spring Beans and DAO classes.
* Writing the Junit Testcases
* Involved in build the applications using Maven
* Deployment of application on Weblogic application server.
* Attending the daily standup and retrospective meetings.
PROJECT #3:
Client : FedEx, USA
Project Title : EDEN
Duration : Nov 2012 to Nov 2013
Environment : Struts, Spring,jdbc,Weblogic,Oracle,Eclipse
Project Synopsis:
The Event Driven Equipment Notification (EDEN) is the tool that Dock Supervisors utilize to manage employees's work on
the Dock and vechile readiness in the Yard. EDEN functionality controls every aspect of a shipment in the Freight network
in the most effective manner possible. Ultimately, EDEN will become the Core System for shipments, integrating the Road,
Freight and River functionality as well as including mapping tools.
The Dock and Yard Management System provides timely and actionable information via real time visibility to shipments,
equipment, and resources and provides frontline supervisors with the ability to plan, dynamically monitor, adjust and
control dock and yard operations.
All the activities that the dock supervisor application manages either originate from, or terminate in, FedEx facilities called
yards. A Yard is an area where trailers may be parked while they are not on the road. A yard contains bays. A bay is an
enclosed area within the yard where loads are stored while waiting to be loaded into a trailer. Each bay has a door where
trailers dock for loading / unloading freight.
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b42…
https://freesearch.naukri.com/preview/printResume?uname=1da8690e515ef1b6c1be6fd232ebc8035d5c01591b135f45564417590e01591b115b425042410a0901… 3/3
Roles and Responsibilities:
* Preparing Analysis Doc and Detail Design Documents
* Working on User Story Development
* Working on Junit Testcases by Using JMock
* Involved in build the applications using Ant
* Deployment of application on Weblogic application server.
* Participating in Scrum call
* Working with HP Service center, Production IM Tickets
* Working with QC Defects and Testcases Execution
* Participating in peer code review ,Preparing PCR Document
* Checking PMD violations.
* Attending the MOM and Quality meetings.
* Interacting with Onshore team.
UG: B.Sc (Maths) from Kakatiya University in 2007
PG: MCA (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2010
Affirmative Action
Physically Challenged: No
Education
IT Skills
Skill Name Version Last Used Experience
Java ,Apache Tomcat
jdbc,servlets, jsp
Spring ,Spring Boot, Hibernate
Maven,Sql Developer, TOAD
Oracle11g,DB2
Web Logic,Eclipse
Windows 10, Unix
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 983: Resume 934 with similarity score 0.008253632272031746
Resume Text: B.E , MS , B.TECH software developer , senior software engineer , full time , team lead stakeholder engagement , redux , general , visual studio code , css , lint , designation , affirmative action , bash , mysql , technical architecture , spring , angular , ionic , hindi , maintenance , firebase , ltd , typescript , windows , jquery , macos , authorization , english , teams , status , bug tracking , deliveries , agile , postgresql , email , record , android studio , application , product management , vast , sprint planning , ubuntu , google maps , barcode , github , mantis , xcode , netbeans , process efficiency , software architecture , cordova , languages , framework , offshore , html5 , hibernate , sass , service delivery management , development projects , sonarqube , javascript , jira , eclipse , zk 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b4…
https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b475612125b5e5a… 1/2
Current Designation: Senior Software Engineer
Current Company: Damco Solutions Pvt. Ltd.
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Damco Solutions Pvt. Ltd. as Senior Software Engineer
Sep 2016 to Till Date
Oxyent Medical Pvt. Ltd. as Software Developer Trainee
Dec 2015 to Jul 2016
UG: B.Tech/B.E. (Computers) from MRIU, Faridabad (former CITM) in 2016
Last Active: 6-Feb-21 Last Modified: 4-Feb-21
Shruti Gour
Sr. Software Engineer seeking roles in Software Development,Software
Architecture,Technical Architecture,Service Delivery Management,Stakeholder
Engagement,Product Management,Sprint Planning,Agile
Methodology,Technical Consultancy,Project Management
Key Skills: Sr. Software Engineer,Team Lead/Tech Lead,Software Development,Software Architecture,Technical
Architecture,Service Delivery,Stakeholder Engagement,Product Management,Sprint Planning,Agile
Methodology,Technical Consultancy,Project Management
Summary
Currently leading a team of 7 members & driving them towards process efficiency
Gained insightful experience in managing multiple software development projects across various geographies while meeting
business needs in a fast paced, dynamic and globally expanding MNC environment
Vast experience in Agile Project Development with brief exposure to Front-End Technologies such as Angular, React,
TypeScript, Ionic and Cordova Framework, JQuery, HTML5, SASS, CSS, JavaScript and Backend Technologies such as Java,
frameworks like ZK framework, hibernate, Spring, PostreSQL, MySQL & others
Managed & ensured project deliveries in a timely manner involving seamless onsite/ offshore coordination and transparent
communication with all stakeholders at all phases
Proven track record of establishing cordial relationships with clients and technical teams for successfully securing & executing
concurrent projects
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b4…
https://freesearch.naukri.com/preview/printResume?uname=8946eaed34d1e48615c63ba7e422eb37500b58521b1a0b160114455c085a0043140b475612125b5e5a… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Angular (8, 6, 2, 1), TypeScript
JavaScript, jQuery, React/Redux
Java 1.6, 1.7, 1.8, PostgreSQL,MySQL
SASS/SCSS, CSS styles
GraphJS, Firebase Services
Barcode scanner, Google Maps APIs
Windows 7/8/8.1/10, Ubuntu and MacOS
GitHub Desktop, Git Bash
Mantis Bug Tracking Tools, SVN
Bit Bucket, JIRA
Visual Studio Code, Android Studio
XCode 8, 10, 11, Eclipse
Netbeans SonarQube Lint & TSLint
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 984: Resume 1529 with similarity score 0.008248981692102773
Resume Text: MS , BS long term , part time , devops , full time nfs , telugu , security , indices , platforms , bash , docker , databases , linux , digital , status , eta , zimbra , redmine , nagios , gitlab , ec2 , mariadb , organization , architectural design , amazon web services , magento , devops , access , designation , rhel , hindi , application infrastructure , cluster , ltd , windows , english , troubleshooting , web applications , project , ftp , mongodb , drupal , godaddy , pipelines , performance tuning , strategy , vmware , javascript , history , disk management , positioning , data centers , rca , efs , developers , affirmative action , mysql , debian , maintenance , zabbix , service delivery , centos , checks , zenoss , proxy , postgresql , email , tomcat , wordpress , aws , openldap , ubuntu , android , github , premises , languages , tags , load balancing , monit , esxi , jira , search , tem , cloud services , hardening , alfresco , jenkins , telecom , routing , health , lamp , active directory , apache , permissions , php , authorization , teams , kernel , virtualization , transparency , cost effective , user administration , ecs , government , servers , s3 , auditing , nginx , ssh , python , liferay , laravel 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 1/3
Current Designation: Linux Admin
Current Company: KTree Computer Solutions Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Com [computers commers]
Verified : Phone Number | Email - id
KTree Computer Solutions Pvt Ltd as Linux Admin
Jul 2015 to Till Date
Over 2 years of relevant Experience in Implementing Organization DevOps strategy in various environments of Linux and
windows servers along with adopting cloud strategies based on Amazon Web Services. And digitalocean.
Experienced in working with Virtualization Platforms VMware ESXi nodes, AWS services, Digital Ocean droplets,
Godaddy, Cloudflare setup.
Utilized DevOps methodologies and work with application developers in multiple teams to setup auto deployments.
Expertise in Managing cloud services EC2, S3, RDS, IAM, VPC, VPN, ELB, EFS, RDS, Auto scaling, Cloud Watch,
Lambda, Elastic Search and more in AWS.
Hands on Experience in Managing AWS Multiple Organization and Accounts billing allocation tags basis on projects.
Expertise in Positioning VPC setup minimal exposure resources outside by following security best practices.
Auditing AWS provisioned resources and implemented cost deduction strategies by opting spot & long term reserved
Instances.
Load balancing using AWS LB?s, routing traffic based on path and subdomains using ELB rules Route53.
Automated, cost effective backups using S3 and defining pretension policies using s3 life cycle.
Last Active: 10-Feb-21 Last Modified: 5-Feb-21
Siva Krishna Geddada
Linux Admin seeking roles in Linux and AWS Administration,Incident
Management,ActiveDirectory,Configuration,Applicationsupport,TechnicalSupport,Installation,Troubleshooting,SpringB
Key Skills: Linux/System Admin,Linux
Administration,AWS,kubernates,Docker,ECS,Digitalocean,Jenkins,git,Liferay,tomcat,Incident Management,Technical
Support, Installation,Troubleshooting,MongoDB,VMWare,Python,kubernates,Docker,MySQL,JIRA,Git,EKS.,ELK
Summary
5 + years of overall IT experience in planning, development and maintenance of servers in monitoring, supporting of IT
hardware and software over Multi Cloud Platforms & Data Centers.
3+ years of experience in Linux administration and 2+ years of experience in AWS administration.
Looking for an opportunity in Dev-ops environment to utilize and enhance my skills to the fullest employing comprehensive
knowledge and professional experience gained
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 2/3
Expertise in analyzing, design and troubleshooting technical issues with in SLA?s.
Experienced in clustering / load balanced solutions. like (ECS,EKS,Alfresco,Liferay)
Expertised in Docker environment, has hands on experience over ecs,eks services in multiple projects.
Setting up Elastic search cluster, automated backup of indices to s3 bucket, providing minimized access to users.
Creating and managing IAM users & Roles with regulated privileges.
Expertise in configuration of MySQL, percona, mariaDB, postgres databases for development & productions.
Integration GitLab with Jenkins for auto deployment using Gitlab Runner and CI-Pipelines.
Hands on Experience in migration of SVN repositories to Git along with history, commits.
Expertise in IAM users and permissions management to secure the cloud infrastructure.
Expertise in cloud infra design with understanding client requirement and presented architectural design in (lucid.io &
draw.io) representations.
Expertised in providing the HA solutions on cloud infrastructure & on-premises (AWS).
depth knowledge of Linux: RedHat, CentOS, Debian, Ubuntu etc.
Expertised in User Administration, Disk management, Apache, Nginx, Apache Tomcat, LAMP, XMAP,LEMP. HA Proxy,
DNS, Active Directory, DHCP, OPenLDAP, SSH, FTP, NFS,
Setting up working environments for developers and production on php, python , NodeJS, Android and Java based setups.
Day to day tasks in providing L2 and L3 Support to the Multiple Teams PHP (magento, wordpress, laravel, drupal), Java
(Liferay,Tomcat), Python (Odoo, NodeJS and Android Web developers).
Application Infrastructure Support for Linux Production and UAT servers.
Expertise in Ubuntu, Redhat, CentOS Server Administrations and security hardening
Experienced in working on scalable, high transaction volume web applications Like Liferay & Magento.
Experienced in creating/Cloning & troubleshooting VM?s in ESXi, exports/restore ovf templates VM?s.
Experienced working with Jenkins, Rundeck, Redmine Project Management, Monitoring tools.
Monitoring the servers with Monitoring Tools (zenoss,Monit,Nagios,Zabbix,Route53 health checks & LogicMonitor)
Working on Daily requests, Service Incidents within the SLAs ,Troubleshooting issues and Providing RCA
Conduct Standup with internal ITsupport tem as a meetings lead from IT (Technical Implementations).
Transparency and Integrity in service delivery as per the design scope and ETA.
Hands on Experience in controlling network mitigations over cloud and Linux Machines.
RHEL & Ubuntu critical Patches (Application/Kernel) Upgrades to production with prior planning.
Expertised in WebServer Performance tuning & Optimizations Tomcat/Apache2/Nginx/Php-FPM.
UG: B.Com (computers commers) from ASNM Government Degree College in 2012
Other Qualifications/Certifications/Programs:
RHCSA
RHCE
Education
IT Skills
Skill Name Version Last Used Experience
Bash, Python , Git, SVN, GitHub
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
MySQL, PostgreSQL, Mongo DB
Jenkins, Rundeck, CodeCommit
Docker, Kubernates, EKS,ECS,
Zimbra, IRedMail, GoogleApps
SpringBoot,Lambda,docker
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 985: Resume 1161 with similarity score 0.008243634836812116
Resume Text: B.E , MS , B.TECH , BS technical architect , software architect , product owner , solution architect , full time , senior associate , technical specialist , technical lead ibatis , optimization , core java , computing , jenkins , open source , kubernetes , security , soap , designation , ug , golang , telecom , affirmative action , web services , domain experience , hindi , docker , angular , maintenance , azure , ltd , adobe , embedded systems , player , advanced , authorization , client/server , node.js , english , activemq , status , spring boot , email , application , aws , mongodb , microservices , information systems , solution architecture , ci , rdbms , redis , performance tuning , dbs , architecting , software architecture , event driven , languages , storage , hibernate , pega prpc , software design , python , spring framework , javascript , technology , insurance , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c45…
https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c4507404350545c… 1/2
Current Designation: Technical Specialist-Architect
Current Company: Barco Electronic Systems
Current Location: Noida
Pref. Location: Noida,Delhi
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Embedded Systems]
Verified : Phone Number | Email - id
Barco Electronic Systems as Technical Specialist-Architect
Aug 2017 to Till Date
Had multiple roles in the capacity of software architect, Product owner (PO) , and at times individual contributor and a
regular trainer.
Xavient Information Systems as Technical Lead
Oct 2014 to Aug 2017
Worked in the capacity of techincal lead and Architect
Sapient India Pvt ltd as Senior Associate
Oct 2011 to Oct 2014
Capgemini India Pvt ltd as Consultant
Jan 2010 to Oct 2011
Last Active: Oct-Dec 2020 Last Modified: Oct-Dec 2020
Pawan Kumar Kaushal
Experienced (15 years) solution architect having expertise in Software Architecture
(Microservices, Event Driven , SOA), Design , Development using Java, Spring boot,
nodejs, golang , docker , kubernetes , AWS , and Azure and open source contributor.
Key Skills: technical architect,software design,solution architecture,spring boot,docker,kubernetes,nodejs,information
security,activemq,spring,go,python,aws,azure,iot,Core Java,MongoDB,Performance Tuning,Optimization,Adobe
Experience Manager,Pega PRPC
Summary
15 years of experience in solution architecture, design and development. An occasional open source contributor. Technical
stack includes Core Java , Web services (SOAP , RESTful), Spring boot, Spring Framework, Hibernate, iBatis , Python, Golang,
NodeJS, MongoDB , Angular 8, Redis , RDBMS DBs with domain experience ranging from banking & insurance to telecom and
media streaming domains. Has been architecting, designing, developing, creating CI CD process and performance tuning
various scalable client/server,web & backend microservices and IOT based applications backed by tooling experience of
Jenkins, docker, kubernetes and istio. Worked on both AWS (compute and Storage) and Azure (IOT Hub).Having good
communication skills, a team player and highly motivated person.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c45…
https://freesearch.naukri.com/preview/printResume?uname=aa7d75133fe9712381211ebfa17e68890c595c544a125c405745105c5a0b564b150c4507404350545c… 2/2
UG: B.Tech/B.E. (Computers) from Harcourt Butler Technology Institute, Kanpur in 2004
PG: PG Diploma (Embedded Systems) from Centre for Development of Advanced Computing (CDAC) in 2006
Other Qualifications/Certifications/Programs:
Pega Architect
Claim Center Developer and integration
Java
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 11 2020 13 Year(s) 0 Month(s)
Golang 1.14 2020 1 Year(s) 6 Month(s)
Python 3 2020 1 Year(s) 0 Month(s)
Spring 5.2.0 2019 11 Year(s) 0 Month(s)
spring boot 2.0 2019 4 Year(s) 0 Month(s)
Node.js 12 2020 2 Year(s) 0 Month(s)
Software Design NA 2020 8 Year(s) 0 Month(s)
Software Architecture NA 2020 4 Year(s) 6 Month(s)
DOCKER 19 2020 3 Year(s) 6 Month(s)
Kubernetes 1.17 2020 2 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 986: Resume 710 with similarity score 0.008228354187406181
Resume Text: MS , BS long term , part time , devops , full time nfs , telugu , security , indices , platforms , bash , docker , databases , linux , digital , status , eta , zimbra , redmine , nagios , gitlab , ec2 , mariadb , organization , architectural design , amazon web services , magento , devops , access , designation , rhel , hindi , application infrastructure , cluster , ltd , windows , english , troubleshooting , web applications , project , ftp , mongodb , drupal , godaddy , pipelines , performance tuning , strategy , vmware , javascript , history , disk management , positioning , data centers , rca , efs , developers , affirmative action , mysql , debian , maintenance , zabbix , service delivery , centos , checks , zenoss , proxy , postgresql , email , tomcat , wordpress , aws , openldap , ubuntu , android , github , premises , languages , tags , load balancing , monit , esxi , jira , search , tem , cloud services , hardening , alfresco , jenkins , telecom , routing , health , lamp , active directory , apache , permissions , php , authorization , teams , kernel , virtualization , transparency , cost effective , user administration , ecs , government , servers , s3 , auditing , nginx , ssh , python , liferay , laravel 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 1/3
Current Designation: Linux Admin
Current Company: KTree Computer Solutions Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Com [computers commers]
Verified : Phone Number | Email - id
KTree Computer Solutions Pvt Ltd as Linux Admin
Jul 2015 to Till Date
Over 2 years of relevant Experience in Implementing Organization DevOps strategy in various environments of Linux and
windows servers along with adopting cloud strategies based on Amazon Web Services. And digitalocean.
Experienced in working with Virtualization Platforms VMware ESXi nodes, AWS services, Digital Ocean droplets,
Godaddy, Cloudflare setup.
Utilized DevOps methodologies and work with application developers in multiple teams to setup auto deployments.
Expertise in Managing cloud services EC2, S3, RDS, IAM, VPC, VPN, ELB, EFS, RDS, Auto scaling, Cloud Watch,
Lambda, Elastic Search and more in AWS.
Hands on Experience in Managing AWS Multiple Organization and Accounts billing allocation tags basis on projects.
Expertise in Positioning VPC setup minimal exposure resources outside by following security best practices.
Auditing AWS provisioned resources and implemented cost deduction strategies by opting spot & long term reserved
Instances.
Load balancing using AWS LB?s, routing traffic based on path and subdomains using ELB rules Route53.
Automated, cost effective backups using S3 and defining pretension policies using s3 life cycle.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
Siva Krishna Geddada
Linux Admin seeking roles in Linux and AWS Administration,Incident
Management,ActiveDirectory,Configuration,Applicationsupport,TechnicalSupport,Installation,Troubleshooting,SpringB
Key Skills: Linux/System Admin,Linux
Administration,AWS,kubernates,Docker,ECS,Digitalocean,Jenkins,git,Liferay,tomcat,Incident Management,Technical
Support, Installation,Troubleshooting,MongoDB,VMWare,Python,kubernates,Docker,MySQL,JIRA,Git,EKS.,ELK
Summary
5 + years of overall IT experience in planning, development and maintenance of servers in monitoring, supporting of IT
hardware and software over Multi Cloud Platforms & Data Centers.
3+ years of experience in Linux administration and 2+ years of experience in AWS administration.
Looking for an opportunity in Dev-ops environment to utilize and enhance my skills to the fullest employing comprehensive
knowledge and professional experience gained
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 2/3
Expertise in analyzing, design and troubleshooting technical issues with in SLA?s.
Experienced in clustering / load balanced solutions. like (ECS,EKS,Alfresco,Liferay)
Expertised in Docker environment, has hands on experience over ecs,eks services in multiple projects.
Setting up Elastic search cluster, automated backup of indices to s3 bucket, providing minimized access to users.
Creating and managing IAM users & Roles with regulated privileges.
Expertise in configuration of MySQL, percona, mariaDB, postgres databases for development & productions.
Integration GitLab with Jenkins for auto deployment using Gitlab Runner and CI-Pipelines.
Hands on Experience in migration of SVN repositories to Git along with history, commits.
Expertise in IAM users and permissions management to secure the cloud infrastructure.
Expertise in cloud infra design with understanding client requirement and presented architectural design in (lucid.io &
draw.io) representations.
Expertised in providing the HA solutions on cloud infrastructure & on-premises (AWS).
depth knowledge of Linux: RedHat, CentOS, Debian, Ubuntu etc.
Expertised in User Administration, Disk management, Apache, Nginx, Apache Tomcat, LAMP, XMAP,LEMP. HA Proxy,
DNS, Active Directory, DHCP, OPenLDAP, SSH, FTP, NFS,
Setting up working environments for developers and production on php, python , NodeJS, Android and Java based setups.
Day to day tasks in providing L2 and L3 Support to the Multiple Teams PHP (magento, wordpress, laravel, drupal), Java
(Liferay,Tomcat), Python (Odoo, NodeJS and Android Web developers).
Application Infrastructure Support for Linux Production and UAT servers.
Expertise in Ubuntu, Redhat, CentOS Server Administrations and security hardening
Experienced in working on scalable, high transaction volume web applications Like Liferay & Magento.
Experienced in creating/Cloning & troubleshooting VM?s in ESXi, exports/restore ovf templates VM?s.
Experienced working with Jenkins, Rundeck, Redmine Project Management, Monitoring tools.
Monitoring the servers with Monitoring Tools (zenoss,Monit,Nagios,Zabbix,Route53 health checks & LogicMonitor)
Working on Daily requests, Service Incidents within the SLAs ,Troubleshooting issues and Providing RCA
Conduct Standup with internal ITsupport tem as a meetings lead from IT (Technical Implementations).
Transparency and Integrity in service delivery as per the design scope and ETA.
Hands on Experience in controlling network mitigations over cloud and Linux Machines.
RHEL & Ubuntu critical Patches (Application/Kernel) Upgrades to production with prior planning.
Expertised in WebServer Performance tuning & Optimizations Tomcat/Apache2/Nginx/Php-FPM.
UG: B.Com (computers commers) from ASNM Government Degree College in 2012
Other Qualifications/Certifications/Programs:
RHCSA
RHCE
Education
IT Skills
Skill Name Version Last Used Experience
Bash, Python , Git, SVN, GitHub
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c585748410118…
https://freesearch.naukri.com/preview/printResume?uname=c313e169be4ec92512f7bb0a79868be409090c054a1a0e115242100c0c5857484101185147445c0901… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
MySQL, PostgreSQL, Mongo DB
Jenkins, Rundeck, CodeCommit
Docker, Kubernates, EKS,ECS,
Zimbra, IRedMail, GoogleApps
SpringBoot,Lambda,docker
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 987: Resume 375 with similarity score 0.008181643973865574
Resume Text: MS nan foundation , completion , assessment , english , resume , adobe photoshop , research Assessment
Q1. Why should you be hired for this role?
Hello
Though I don't have any proven experience in this field but I can assure you that I will try to comlete any task on time with best results which will
be assined to me, which explain my loyalty for my job.
I can see myself in this experience brightly if I get a chance and I am sure I can successfully complete my job on time.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 6months in West Bengal.
Resume
EDUCAT ION
CONTACT Phone: 91 8777242219
Pamela Ganguli
Howrah
Applied 28 Jan'21
MSExcel MSOffice Adobe Photoshop
English Proficiency Written)
MBA
Regent Education And Research Foundation
2020 - 2022
Bachelor of Business Administration B.B.A.) Hons.)
Seacom Management College
2017 - 2020
Senior Secondary XII, Arts
WBHCE board
Year of completion: 2017
Percentage: 64.50%
Rank 988: Resume 1125 with similarity score 0.008155995629083066
Resume Text: B.E , MS , B.TECH senior developer , associate , product development , cloud developer , senior software engineer , full time , team lead mri , award , core java , customer , x-ray , algorithms , microsoft azure , security , platforms , docker , linux , cos , gateway , digital , status , ipm , doctors , testing , supply chain , nurses , spring framework , registration , kubernetes , designation , protocol , hindi , cloud , ltd , english , agile , project , live , microservices , business operations , rest , mvc , workforce management , documentation , javascript , ldap , detention , html , healthcare , pay , affirmative action , mysql , maintenance , dynamo , kafka , jquery , postgresql , architecture , email , aws , it infrastructure design , saas , technology solutions , premises , maven , languages , hibernate , cassandra , mobile , web , sdk , functionality , api , css , nosql , ug , portals , requirement specifications , authentication , oauth , revenue , sourcing , authorization , spring boot , application , demurrage , ecs , running , hospitals 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f115043455d090b… 1/3
Current Designation: Senior Software Engineer
Current Company: Maersk Global Service Centres
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,United Kingdom
(UK),Australia
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Medical/Healthcare/Hospital
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Maersk Global Service Centres as Senior Software Engineer
Jun 2019 to Till Date
With Maersk Global Service Centres, Bengaluru
Project: Demurrage and Detention Apis
Technologies Used: Java 11, Spring Boot Webflux, Kubernetes, Cassandra, Kafka, Terraform, Docker and GIT
Description: The Demurrage is the charge a customer has to pay to the liner for keeping the container at the dock while
Detention is the charge a customer has to pay as a late fee for returning a container. Both Demurrage and Detention
(D&D) provide high revenue to a liner. In this project I developed microservices that help calculate these charges and
show it on the Maersk portals for a customer. Also built a functionality to provide D&D charges simulation functionality
which helps customer to plan its container pickup and drop effectively.
KAS (KMart Australia Sourcing) as Senior Developer
Jul 2018 to Jun 2019
With KAS (KMart Australia Sourcing), Bengaluru
Project: KMart Global Supply Chain Platform
Technologies Used: Java 8, Spring Boot, NodeJS, AWS Lambda, API Gateway, AWS ECS ,SQS, SNS, PostgreSQL,
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
UDIT SHARMA
A seasoned software engineer with 9.5yrs of experience in development of cloud
native apis and Saas solutions, using Spring Boot,WebFlux,Java8,Kubernetes,Kafka,
NoSQL DB & Micro-service architecture on AWS and Azure cloud platforms.
Key Skills: Microservices, Spring Boot, Java 8, Microsoft Azure, AWS, Kubernetes, Kafka,Terraform ,Agile
Development,Reactive coding with SpringBoot Webflux
Summary
Qualified Cloud Developer with over 9 years of experience in development of high quality, scalable and robust
applications/products on cloud (AWS and Azure), having deep understanding of OOPS concepts and Microservice architecture
A Technocrat with specialization in end-to-end AWS and AZURE Solutions & IT Infrastructure Design, Integration and
Operations; directed the business operations through planning and analysed delivery issues in a timely fashion while
coordinating with large team across globe
Proficiency in managing end-to-end development of software for multiple projects from requirement specifications, planning,
designing, testing, implementation, configuration till documentation using Javascript, CSS, HTML, Springs MVC, Spring Boot,
Microservices, JMS, JQuery & MQs
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f115043455d090b… 2/3
Docker ,GIT
Description: Digital platform for KMart Australia, enabling KMart Australia to utilize the power of cloud for its operations in
a scalable and highly performance right from when we get a purchase order to the point of delivery to the customer.
GE, Bengaluru as Sr. Software Engineer
Jun 2015 to Jul 2018
Growth Path with GE:
Software Engineer
Sr. Software Engineer
Deputations with GE:
GE Healthcare
GE Digital (Healthcare)
With GE, Bengaluru
Project: A Mobile application called "UpdateMe"
https://play.google.com/store/apps/details?id=com.ge.ent.MissionOne&hl=en_US
Technologies Used: Java 8 , Spring Boot, Hibernate, AWS EC2&S3, PostgreSQL, maven, GIT
Role: Lead
Description: A mobile solution that gives live updates of GE Healthcare equipment (like MRI scan, XRay machine, CT
scanner and so on), that are installed in hospitals across Europe. Users can monitor the state of their equipment and can
raise service requests for the equipment / machines.
Project: Health cloud platform
https://www.youtube.com/watch?v=p7xBhJT1e84
Project: Workforce Management
Technologies Used: Java 8, Spring Boot, Hibernate, AWS, MySQL, maven, GIT
Description: Workforce Management is a very rich solution that allows hospitals to manage their staff such as nurses with
varying skills, doctors of various specializations and also non-medical staff that work at a hospital.
It makes the complex task of managing shifts very easy and intuitive.
Project: Imaging Protocol Manager(IPM)
Technologies Used: NodeJS 6.10, AWS Lambda, AWS SQS, Dynamo DB (No Sql), AWS API Gateway
Description: IPM is a software solution for managing protocols for the on premises imaging equipment such as CT
Scanner, X-Ray Machines, and MR Scanner and so on. IPM allows organizations to remotely control and configure the
protocols of these machines.
Project: Billing and Metering System (BMS)
Technologies Used: NodeJS 6.10 , AWS Lambda, AWS SNS, Dynamo DB (No Sql), AWS API Gateway
Description: For Health Cloud to be able to bill its clients, there was a requirement for a billing system that can be used to
meter the usage and generate bills. BMS is the system developed to do just that. Its cloud based architecture makes it
very scalable and reliable yet has low running cost.
Project: COS Token Service
Technologies Used: Java 8, AWS SDK, EH Cache, Jersey Rest Client
Description: In order to secure that various microservices in Health Cloud Platform a user registration and
Authentication/Authorization mechanism has been put in place, this security mechanism uses AWS cognito service. AWS
cognito service uses OAuth 2.0 and Secure Remote Password protocol to provide security. COS Token Service handles
this cumbersome token management mechanism and provides an easy interface for interacting with AWS Cognito
Service.
Accomplishments:
* Won spot award for showing initiative and for 'let's get it done' attitude
* Participated in Hackathons and churned out effective solutions for the given problems statements
Cognizant Technology Solutions India Ltd as Associate
Feb 2014 to Jun 2015
Part of Cognizant's Product development Group, Worked on development of SaaS products on AWS.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f11…
https://freesearch.naukri.com/preview/printResume?uname=cd3826b50a44830c0b5a87c59b8d4fdf0d0958581b125a440b1946510909584e1b0f115043455d090b… 3/3
UG: B.Tech/B.E. (Computers) from HNB Garhwal University (HNBGU) in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, Azure, Core Java, OOPS
J2EE, Spring Boot, Spring Framework
Microservices, LDAP, REST Web-Services
NodeJS, Cloud (AWS), Data-Structure
Algorithms, MVC Architecture, MySQL
PostgreSQL, Dynamo DB (No SQL)
Javascript, JQuery, HTML, CSS Linux
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 989: Resume 1309 with similarity score 0.00813743125599553
Resume Text: B.E , B.TECH , BS part time , devops engineer , full time automation , sap hana , version control , ansible , patch management , devops , routine maintenance , jenkins , migrating , kubernetes , efs , performing , security , designation , ug , space , telecom , affirmative action , mysql , authentication , cloud , docker , hindi , ltd , linux server , windows , authorization , office 365 , english , status , deadline oriented , email , project , groups , aws , ci , global services , operations , cron , github , pipelines , s3 , features , servers , shell scripting , building , ec2 , storage , infrastructure , c++ , microsoft exchange , languages , network connectivity , python , one , scheduling , javascript , cd , html , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b45…
https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b450017480b5400… 1/2
Current Designation: Devops Engineer
Current Company: KPMG Global Services Pvt Ltd
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
KPMG Global Services Pvt Ltd as Devops Engineer
Jan 2021 to Till Date
TCS as Cloud DevOps Engineer
Jul 2016 to Jan 2021
Hands-on experience on deploying and maintaining SAP HANA Infrastructure on AWS
cloud which includes EC2, S3 buckets, EBS, IAM, EFS, Route 53 etc.
? Implemented process and quality improvements through task automation. Worked on
automating AWS infra with Infrastructure as a code service using cloud formation and
routine maintenance tasks using shell script and python.
? Worked on developing and maintaining fully automated CI/CD pipelines for code
deployment using Jenkins.
? Managed GitHub repositories for version control including branching and tagging.
? Provisioned Docker containers and deployed features using Ansible.
? Worked on orchestrating Docker containers clusters using Kubernetes.
? Experience with automating the infrastructure using CloudFormation.
? Demonstrated ability to complete project tasks in deadline oriented environments.
? Worked on complete setup of monitoring for AWS infra using monitoring tool
Cloudwatch.
? Worked on migrating SAP HANA Infra from one VPC to another VPC/AWS account in
AWS cloud.
? Administered and handled Linux server operations like user creation, SFTP
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Monika Mangal
Experienced Cloud DevOps Engineer currently serving notice period and seeking roles
in AWS Cloud and DevOps area
Have worked on Git, Jenkins, Docker, Kubernetes, AWS Cloud, shell and python
scripting, CI/CD
Open to Delhi NCR, banglore and Pune
Key Skills: Shell Scripting,Jenkins,Docker,MySQL,HTML,Git,C,C++,Devops Engineer,Cloudformation,Kubernetes,AWS
lambda,AWS Cloud,CI/CD process,Python scripting
Summary
Experienced DevOps Engineer having 4.5 years of IT experience at Tata consultancy services with hands on experience on
building infrastructure on AWS cloud using cloudformation. Skilled in python and shell scripting for performing various
automation tasks along with implementing end to end CI/CD pipelines using Git, Jenkins, Docker, Ansible, kubernetes
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b45…
https://freesearch.naukri.com/preview/printResume?uname=1095364ff30f732b6b97a3d88406072350090a07181a5818011541585f00541f1b5b450017480b5400… 2/2
authentication, Cron job creation, scheduling, LVM for the better flexibility of space
management.
? Worked on backing up EBS volumes with various life cycle policies to archive the
infrequently accessed data to storage classes based on requirement.
? Configured security groups for EC2 windows and Linux instances and troubleshooted
TCP/IP network connectivity issues.
? Worked on setting up patch management for servers maintained on AWS cloud to keep
them updated with the latest patches released.
UG: B.Tech/B.E. (Computers) from JECRC, Jaipur in 2016
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, HTML, MySQL, Ansible
Microsoft Exchange Online (Office 365)
Git, Jenkin, Docker, Kubernetes
Shell, Python, AWS
CLOUDWATCH
Cloudformation
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 990: Resume 794 with similarity score 0.008113088317795114
Resume Text: B.E , B.TECH , BS software developer , quality engineer , recruiter , senior test engineer , full time , product development engineer automation , version control , mentoring , boost , core java , onboarding , dependency injection , general , designation , functional testing , regression testing , ug , affirmative action , testng , lists , api testing , maintenance , basic , ltd , kafka , authorization , product quality , recruiter , status , productivity , jasmine , agile , software testing , email , project , smoke , application , product management , mongodb , newspapers , records , sbt , redis , build tools , pipelines , engage , apache storm , design patterns , git , maven , magazines , immigration , play framework , big data , protractor , selenium , singleton , ancestry.com , javascript , eclipse , search , crm , census , intellij idea , sanity testing , data processing , online 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f47…
https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f470619150c0e0d5… 1/2
Current Designation: Product Development Engineer
Current Company: Phenom People Pvt Ltd
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Phenom People Pvt Ltd as Product Development Engineer
Nov 2016 to Till Date
Phenom People Pvt Ltd - Hyderabad, Telangana, India. (Feb 2018 to Till Date)
Role: Product Development Engineer.
Team Members: 7
Product: Phenom CRM
Technologies used: Core Java, Play Framework, MongoDB, Redis, Elastic Search, Storm,
Obsidian, Maven
Description: CRM is a product to boost recruiter productivity & build engaged candidate
pipelines. Recruiters can build, engage and track talent pipelines with the Phenom CRM.
Enhance productivity powered by AI with dynamic lists, actionable insights, fitscoring.
Phenom People Pvt Ltd - Hyderabad, Telangana, India. (Nov 2016 to Feb 2018)
Role: Product Quality Engineer (Automation).
Team Members: 6
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Vishnu Bharath Bandari
Product Development Engineer seeking roles in Software Development,Project
Management,Agile Methodology,Requirement Gathering,Product
Management,Software Testing,Core Java,Maven,Eclipse,GIT,MongoDB
Key Skills: Product Development Engineer,Software Developer,Software Development,Project Management,Agile
Methodology,Requirement Gathering,Product Management,Software Testing,Core Java,Maven,Eclipse,GIT,MongoDB
Summary
Developed APIs/scripts for feature development and automating manual tasks involved in
onboarding new clients
Primary area of expertise in application development using Core Java, Play Framework,
MongoDB, Elastic Search, Apache STORM, Obsidian, Maven, Redis
Good experience in implementing design patterns Dependency Injection and Singleton
Strongly skilled in using Core Java (Collections, Multi Threading, Lambdas,Exception
Handling)
Expertised in using Big Data Processing engine Apache STORM
Good knowledge on using KAFKA and Obsidian Job Scheduler
Experienced in using Build Tools like SBT, Maven
Good at using IDEs IntelliJ IDEA, Eclipse
Proficient understanding of code version control tool Bitbucket(GIT) for project maintenance.
Experience in working in Agile development model.
Good at requirement analysis and giving solutions in product and work estimations.
Mentoring team in giving technical solutions and helping to understand product behavior.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f47…
https://freesearch.naukri.com/preview/printResume?uname=8a95143fbf958954f6b92a9778dce4ae5d0e5f044b155b190347415e5b085719410f470619150c0e0d5… 2/2
Product: Phenom CRM
Technologies used: Protractor, Jasmine, Java script, API Testing, Functional Testing,
Regression Testing, Smoke and Sanity Testing.
Description: CRM is a product to boost recruiter productivity & build engaged candidate
pipelines. Recruiters can build, engage and track talent pipelines with the Phenom CRM.
Enhance productivity powered by AI with dynamic lists, actionable insights, fitscoring.
ZenQ Pvt Ltd as Senior Test Engineer
Apr 2014 to Nov 2016
ZenQ Pvt Ltd - Hyderabad, Telangana, India. (Apr 2014 to Nov 2016)
Role: Senior Test Engineer.
Team Members: 4
Project: Ancestry
Technologies used: Selenium, TestNg, Core Java, Maven, Functional Testing, Regression
Testing, Smoke and Sanity Testing, API Testing.
Description: Ancestry.com is a website, which has the largest collection of genealogical data
available online to help in finding the ancestors. People can search for their ancestors by entering
the basic known details from the largest collection of historical records including Newspapers,
Magazines, Census records, Immigration records etc.
UG: B.Tech/B.E. (Computers) from Jawaharlal Nehru Technological University (JNTU) in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Core Java, play framework
MongoDB, Elastic Search
Apache STORM, Obsidian
Maven, Redis
STORM
KAFKA, SBT, Maven
IntelliJ IDEA, Eclipse
Bitbucket(git)
Rank 991: Resume 1387 with similarity score 0.008091271800690285
Resume Text: B.E , B.TECH devops , escalation engineer , full time , system analyst , system engineer high availability , general , controllers , devops , jenkins , windows server , kubernetes , designation , ug , affirmative action , rhel , linux , maintenance , cluster , basic , azure , authorization , english , troubleshooting , escalation , enterprise , status , virtualization , email , application , aws , mumbai , microsoft , github , hyper-v , components , servers , languages , storage , replication , spaces , sme , emerging technologies , 2012 r2 , failover , server administration , javascript , acting , new hires , technology , orchestration , disk 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170…
https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170110425c545f58… 1/2
Current Designation: Escalation Engineer
Current Company: Convergys
Current Location: Pune
Pref. Location: Ahmedabad,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Convergys as Escalation Engineer
Oct 2017 to Till Date
* Professional and Premier support troubleshooting and incident management of Setup and High availability issues and
tickets for Microsoft customers.
* Specifically worked on Hyper-V replication, cluster replication, SOFS cluster, Hyper-V cluster, Storage Spaces, S2D,
Windows server backup, Disk Performance issues and analysis.
* Basic knowledge of container technology and worked on Dockers and orchestration tool Kubernetes.
* Acting SME for Windows Hyper-V and failover cluster issues.
* Worked on the above components on the Enterprise on-premise servers from Windows 2008R2 SP1 to Windows
2019.
* Other responsibilities included Floor support and mentor for new hires.
IT Works as Junior System Engineer
Jul 2016 to Aug 2017
* Worked as a system engineer and worked on troubleshooting and monitoring of windows server.
* Basic installation and configuration of Hyper-V as a Virtualization on Windows server 2012 R2.
* Installation and setup of Domain controllers
* Worked on basic RHEL 7 platform on setup and monitoring issues.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Abhishek Kamle
Escalation Engineer seeking roles in System Analysis,Software Engineering,Incident
Management,Server Administration,Requirement Gathering,Client
Management,Backup Management,Hyper-V,Linux,GitHub,Jenkins,DevOps,AWS,Azure
Key Skills: Escalation Engineer,System Analyst,System Analysis,Software Engineering,Incident Management,Server
Administration,Requirement Gathering,Client Management,Backup Management,Hyper-
V,Linux,GitHub,Jenkins,DevOps,AWS,Azure
Summary
An enthusiast individual with eagerness to learn new technologies and accept challenges. Holds extensive understanding of the
trends in emerging technologies and enterprise solutions. Passionate about sharing knowledge and views on latest
technologies. Currently looking to pursue a highly rewarding career in a challenging and healthy work environment where I can
utilize my skills and knowledge efficiently for the organizational growth.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170…
https://freesearch.naukri.com/preview/printResume?uname=05ae65ff265d443409ec66ace7227f195e5c0f511b455d175745495c5a5f5948415f170110425c545f58… 2/2
UG: B.Tech/B.E. (Computers) from RAE Societys DY Patil College of Engineering, Pune in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English
Rank 992: Resume 707 with similarity score 0.008062347982026822
Resume Text: B.E , B.TECH , BS senior developer , it analyst , associate , it professional , full time , technology specialist , team lead , senior consultant , team member websphere portal , customer , orm tools , security , sizing , docker , beginner , status , features , infrastructure , portlet development , connections , coordinated , spring framework , shares , elasticsearch , decision-making , kubernetes , designation , mar , hindi , cloud , ltd , architects , english , logstash , code review , web applications , agile , project , defect tracking , microservices , jsr 168 , programming languages , ibm , pipelines , resource management , social collaboration , his , one , javascript , insurance , general , websphere application server , developers , affirmative action , information technology , oracle , maintenance , jquery , advanced , email , aws , bengali , github , technology solutions , him , knowledge sharing , content management , maven , console , hibernate , contractors , api , spring mvc , mentoring , portlets , case , oauth , authorization , spring boot , restful webservices , government , debugging , pep , repository , offshore , texas , python , acting 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15…
https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15004310500f5d… 1/3
Current Designation: Chief Backend Engineer
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
IBM as Chief Backend Engineer
Jan 2019 to Till Date
MCMP is a product designed and developed by IBM labs in order to build scalable solutions to help hundreds of clients in
automating their infrastructure monitoring and management. It provides a platform for multi-cloud resource management.
Phase 2:
Technologies: Spring Boot, Microservices, Oracle
Roles and responsibilities:
* Design, development and deployment of RESTful API using Spring Boot
* Containerize microservices using Docker and deployed in Cloud using Kubernetes
* Implemented API security using OAuth 2.0
* Took part in several knowledge sharing sessions with development team in US (Austin, Texas)
* Participated in initial design level discussion with product owners
* Took active part in several joint debugging sessions with senior architects
Phase 1:
Technologies: java, Elasticsearch, Logstash
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Rimi Talapatra
IT professional with 13+ years of IT experience, Seeking a challenging position as a
Technical Architect/ Technology Specialist/senior developer in Java, Spring,
Microservice based application development
Key Skills: java, j2ee, spring mvc, spring boot, java 8,Microservices,Spring Framework,Hibernate,Elastic Search
Summary
IT professional with 13+ years of industry experience (IBM:2 years,Capgemini: 5 years, Tata Consultancy Services: 8 months &
Cognizant.: 5 years 10 months) & Senior Consultant having Application development experience in Java/J2EE and B-Tech in
Information Technology from West Bengal University of Technology
Programming Languages: Java/J2EE/Python
* Build and deployment: Maven
* Source Code Repository: SVN, Sareena, Git
* 6+ yrs. work experience in Spring framework. Specialized in Spring (Core, MVC, JDBC, Rest, boot)
* 10+ yrs. work experience in portlet development using JSR 168 & 286
* 5+ yrs. of experience in working with modern ORM tools (Hibernate)
* 8+ yrs. work experience in IBM Technology Stack with specialization in WebSphere Application Server, WebSphere
Portal and Web Content management. Specialized in tasks such as Installation
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15…
https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15004310500f5d… 2/3
Roles and responsibilities:
* Design, development and deployment of RESTful API using spring rest to pull the AWS resources from provider
console.
* Design and develop component using Elastic Search (ELK Stack) to pull the data and show it in the widget.
* Configured Log Stash and written pipelines from different sources.
Capgemini as Senior Consultant
Sep 2013 to Jan 2019
Project: ManuLife SPI
* Currently working on development of existing customer facing insurance application of Manulife, Japan. The
technology stack of this new application is Spring RESTful webservices, WebSphere portal 8, Hibernate, DB2 and jQuery.
* Working as an offshore team lead being responsible for any code delivered to customer from offshore development
team and managing a team of 8 developers.
* Have been involved in the initial design discussion and decision-making phase. Did a POC of the capabilities and
presented to the customer.
* Designed and developed several UI modules using jQuery, JSR 286 Spring MVC Portlets and deployed in
WebSphere portal 8. Developed REST end points for a several webservice endpoints using Spring.
* Took active part in build and release management and acting as the point of contact for all build and deployment in
offshore.
* Get involved in design, code review, effort and estimation review for the entire offshore team.
* Participated in several recruitment and mentoring activities as well.
Cognizant Technology Solutions as Associate
Apr 2012 to Aug 2013
Project: PepsiCo Collaboration (Pep Net)
* Support, maintenance and enhancement of PEPnet (social collaboration platform for PepsiCo employees and
contractors). Upgrade of IBM Connections from version 3.0.1.1 to 4.5Key project implementations as team member
* Worked as a Lead and Involved in gathering and analyzing the requirements for the project, designing and
developing new custom web applications using IBM Connections, WebSphere Portal Server 7 and Web Content
management.
* Coordinated with the onsite team, gathers information and shares with the rest of the team at offshore and is also
actively involved in updating the project status to me on a day-to-day basis.
* Provided technical solutions for different portal and collaboration features in IBM Connections, WebSphere Portal
Server 7 and Web Content management.
* Was responsible for estimating for new Projects that are currently being on boarded to the Portal on their sizing,
resource loading and use-case level fronts. One of the currently active one is an IBM Connections version upgrade Project
that is expected to add the new and advanced capabilities of IBM Connections 4.5.
* Actively participated in Cognizant's internal tools that helps in tracking work assigned to his offshore Team
members, ensures quality of delivered software and helps him in Project Configuration, Task collaboration & Tracing and
Defect Tracking.
Tata Consultancy Services (TCS) as IT Analyst
Sep 2011 to Aug 2012
worked in a project for development using java j2ee technology
Cognizant Technology Solutions India Ltd as Programmer
Jul 2007 to Aug 2011
worked on websphere portal and java project
UG: B.Tech/B.E. (Information Technology) from Kalyani Government Engineering College, Nadia in 2006
Education
IT Skills
Skill Name Version Last Used Experience
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15…
https://freesearch.naukri.com/preview/printResume?uname=8d06f91704eb55d88192758af8911c660e5558544a425d135713130a5b0052481a0e15004310500f5d… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
MAVEN 3 2021 6 Year(s) 0 Month(s)
GitHub 2021 2 Year(s) 0 Month(s)
Spring framework (Core, MVC, JDBC) 3 2021 8 Year(s) 0 Month(s)
Agile Methodology 2021 3 Year(s) 0 Month(s)
Spring 3 2021 8 Year(s) 0 Month(s)
Hibernate 3.6 2021 5 Year(s) 0 Month(s)
DOCKER 2021 1 Year(s) 0 Month(s)
Kubernetes 2020 1 Year(s) 0 Month(s)
JAVA 8 2021 13 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Bengali Expert
Hindi Beginner
Rank 993: Resume 1437 with similarity score 0.008060744692405577
Resume Text: nan full time , software developer design , maintenance , mumbai , process automation , general , it , authorization , advanced , abbyy , javascript , status , document processing , email , affirmative action , application , capture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=72676c1e23635998fafd773f1c0772320c0858591b1308165212495f5e0f5349100c10…
https://freesearch.naukri.com/preview/printResume?uname=72676c1e23635998fafd773f1c0772320c0858591b1308165212495f5e0f5349100c105244440b5e5f5… 1/1
Current Location: Ahmedabad
Pref. Location: Bengaluru / Bangalore,Chennai,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: []
Verified : Phone Number | Email - id
Post PG: () from in
Last Active: 6-Jan-21 Last Modified: 6-Jan-21
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rinku Kuleena Alex
Blue Prism Professional and UiPath Advanced Certified Developer with more than 3
years of experience in RPA and programming.Well
versed in data capture and document processing software such as ABBYY
Flexicapture.
Key Skills: rpa,abbyy,blue prism,uipath,Robotic Process Automation,Java,Software Development,Solution Design,Solution
Development,Programming
Summary
Blue Prism Professional and UiPath Advanced Certified Developer with more than 3 years of experience in RPA and
programming.Well
versed in data capture and document processing software such as ABBYY Flexicapture.
Education
javascript:void(0)
Rank 994: Resume 1001 with similarity score 0.00800474217163535
Resume Text: B.E , B.TECH director , technician , web developer , recruitment manager , long term , devops , software developer , hr manager , full time skype , strategic sourcing , airlines , reference checking , status , staff augmentation , linkedin , cold calling , compensation , building , infrastructure , salesforce , scala , negotiation , organization , mobility , devops , spark , extending offers , designation , cloud , english , referrals , angularjs , swift , recruiting , strategy , research , notes , employee engagement , monster , boarding , full cycle , it recruitment , one , javascript , staffing services , technology , hadoop , capital , general , interviewing , healthcare , vendors , mid-market , pay , affirmative action , urgency , vendor management , checks , opengl , social media , email , google , aws , fortune 100 , android , xcode , languages , hive , investment banking , scheduling , screenings , web , database , indeed , redux , nosql , fortune 500 , portals , telecom , profiles , azure , ios , authorization , openstack , clarity , less , screening resumes , hiring , objective-c 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b435…
https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b4351434559080f5… 1/2
Current Designation: Senior Talent Acquisition Executive
Current Company: Collabera Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Noida
Functional Area: HR / Administration / IR
Role: Recruitment Manager
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Collabera Technologies as Senior Talent Acquisition Executive
Nov 2016 to Till Date
Collabera Technologies, Vadodara, Gujarat January 2019 - December 2019
Senior Talent Acquisition Executive
Clients: Bank of America, Citi Bank, Capital One, Wells Fargo, SunTrust, Santander Bank, MetLife, Google, Royal Bank of
Canada, Verizon, United Airlines, Southwest, Simplify Heath.
Description:
Collabera is about half a billion dollar organization serving Fortune 100 and few mid-market organizations across globe.
As a leader in the IT staffing industry, Collabera has over 27 years of experience servicing Fortune 500 and mid-size
customers. Headquartered at Morristown, NJ Collabera caters to IT solutions and services needs of these clients as tier
one vendors.
Roles and responsibilities
Handled end to end recruitment from evaluating competencies, screening resumes, interviewing candidates, Scheduling
interviews, and extending offers.
Utilize the various channels of recruitment portals to search the candidates like Monster, Dice, LinkedIn, Career Builder
and database of the organization, Jobdiva. Short listing the candidates based on the skill sets and experience.
Negotiated pay rates and salaries and other requirements that candidates have, and obtained commitment from
candidates for current and future job requirements.
Helped candidate's to prepare for both telephonic and in-person interview and kept them in loop with latest updates from
the client.
Taking part in management conference calls and red-zone meetings, deciding work manage for the entire day.
Last Active: 27-Jan-21 Last Modified: 27-Jan-21
Nipun Katara
Senior Talent Acquisition Executive seeking roles in Recruitment,IT Recruitment,IT
Staffing,Talent Acquisition Technical Recruitment,Staff Augmentation,Employee
Screening,Offer Negotiation,Vendor Management,Employee Engagement,HR
Opertaions
Key Skills: Senior Talent Acquisition Executive,Recruitment Manager,Recruitment,IT Recruitment,IT Staffing,Talent
Acquisition Technical Recruitment,Staff Augmentation,Employee Screening,Offer Negotiation,Vendor
Management,Employee Engagement,HR Opertaions
Summary
Experienced in full cycle, End-to-End recruitment including: Full-Desk Recruiting, Research, Sourcing, Screening, Scheduling,
Interviewing, Selection, Reference Checking, Offer Negotiation and delivering.
Experienced in Investment Banking, Healthcare, Pharmaceutical, Infrastructure, Telecom and Social Media Recruitment.
Experience in finding suitable candidates from various job boards, web searches and cold calling.
Experience dealing with candidates right from a technician level up-to Program/Portfolio and Director.
Excellent communication skills and rapport building.
Expertise in Boolean searches
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b435…
https://freesearch.naukri.com/preview/printResume?uname=c25de1f2187007a24bc7ef1b9726b1f15d5f5c514f4109165244105f555b074f120b4351434559080f5… 2/2
Attended Req qualification and client calls with Hiring managers for requirement clarity and understanding the urgency of
the requirement.
Continues follow-up for every submission till the end result and also marketing candidates proactively to the client via
account managers.
Daily interaction with Prospective candidates - coordination, scheduling, Post Offer follow-ups, Follow-up on Back Ground
Verification process etc. End to end Coordination of the Interview process. Hand-hold candidates post the offer getting
released. Follow-up with candidates from offer release to joining.
Assessed and selected best candidates for contract opportunities by short listing, interviewing, telephonic screening and
updating profiles for client submission.
Utilized job boards, internal resources, referrals, and networking to recruit.
Used Boolean Search strings to find to top notch consultants for the clients.
Experience of interviewing US candidates and providing staffing services to client.
Completed reference checks and provided new hire orientation to consultants.
Ensuring the candidates join at the client place on the committed date
Foster long term relationships with candidates.
Recruitment Expertise: Java, Front End (UI/UX), Full stack, Back End, Web Developer, Software Developer/Architect, Big
Data, Hadoop Developer/ Admin/Architect, Spark/Scala, SQL/NoSQL, MapR, Hive, Scoop,Pig
Mobility, iOS (objective-C or Xcode), Android (swift), Cloud, AWS, Azure, OpenStack, DevOps, Salesforce
Admin/Developer/Architect
Talent Acquisition Executive November 2016 - December 2019
Roles and Responsibilities:
Highly motivated professional with experience in Recruitment, Strategic Sourcing, Vendor Management, Strategy and
Planning for corporate and consulting environment.
Manage end-to-end Recruitment Life Cycle that includes sourcing, screening, scheduling & coordinating, interviewing,
negotiating compensation packages and on boarding.
Attend HR Manager Call meetings for making appropriate notes for the challenging requirements.
Conduct screenings over-the-phone and skype to ensure the genuinely of candidates.
Identify potential candidates through the use of Boolean searches, candidate referrals.
Recruitment utilizing various sourcing method like web portals includes Monster, Career Builder, Dice, Indeed, Google,
LinkedIn, Ladders
UG: B.Tech/B.E. (Computers) from Global institute of technology, jaipur in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Hadoop, Spark, NoSQL, MapR, Scala
AWS, Azure, OpenStack, DevOps
iOS, Android, Swift, OpenGL, Objective C
React, Redux, AngularJS
JAVA
Languages Known
Language Proficiency Read Write Speak
English
Rank 995: Resume 1542 with similarity score 0.008004716914677483
Resume Text: B.E , MS , B.TECH senior manager , devops , vp , solution architect , full time , senior technical architect , enterprise architect , chief architect customer , nitro , accelerator , security , hipaa , workshops , firebug , platforms , gateway , digital , design documents , status , steering , hosting services , sap , projecting , continuous integration , xml , building , visio , cobol , infrastructure , sql server , sunos , service delivery management , integration architecture , organization , engagements , hybris , performance testing , evolution , ecommerce , magento , endeca , retail , sterling commerce , devops , coding standards , designation , modeling , plugins , rhel , windows , eda , english , erwin , code review , data aggregation , agile , mongodb , solution architecture , ibm , closure , performance tuning , rest , owasp , capacity planning , togaf , liquibase , atg , dashboard , one , javascript , jprofiler , insurance , business requirements , esb , visual design , reporting , optimization , performing , groovy , affirmative action , oracle , maintenance , grocery , unix , design principles , pmd , email , manufacturing , checkout , star , internationalization , payment systems , user stories , technology solutions , high level design , localization , languages , mobile , jira , search , web , sonar , proof , program management , database , api , client access , nosql , validation , b2c , telecom , coe , jmeter , hudson , health , tamil , impact assessment , open source software , adobe , authorization , enterprise , productivity , siebel , b2b , application , devices , fiddler , soapui , test automation , hornetq , transformations , british , drive , running , cross-cultural teams , framework , telco , e-commerce , uml , time to market , enablement , eclipse , metrics , cascade , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 1/4
Current Designation: Chief Technical Architect -Java
Current Company: Tech Mahindra
Current Location: Chennai
Pref. Location: Chennai,United Kingdom (UK),United States
(US)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Not Specefied]
Verified : Phone Number | Email - id
Tech Mahindra as Chief Technical Architect -Java
Dec 2014 to Till Date
Key Result Areas:
Enabling Integration Platforms for B2C and B2C Enterprises connecting to their multiple ERP and downstream systems
Assessing & defining Technology Roadmap for Telco and Manufacturing Enterprises
Steering Performance Assessment Programs and providing recommendations and fixes
Driving Architectural Consulting Assessments and steering proposals and client presentations for Multi- Channel
/Omni-Channel Initiatives focusing primarily on Micro-services, EDA, SAP hybris, Oracle Commerce (ATG), SoA, Endeca
and AEM Engagements
Building Centralized Platform Hosting Services which can be consumed for iOT Integrations
Providing consultancy services for defining Integration Architecture (SoA) for E-Commerce solutions
Organising workshop to analyze the existing architecture and to define long-term architecture based on the roadmap
Driving engineering activities (coding standards, best practices, automation, continuous integration, profiling and
performance initiatives)
Evaluating frameworks/products and recommend the best suited one to customer
Ensuring that technology standards and best practices are maintained across the organization
Contributing to open source software development, standardization of technologies, and evolution of best practices by
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
K. Bharathkumar
Chief Technical Architect seeking roles in Solution Architecture,Enterprise
Architecture,Service Delivery Management,Project Management,Program
Management,Stakeholders Management,Presales Support,Digital
Transformations,Java,XML,UML,Siebel,SQL,COBOL
Key Skills: Chief Technical Architect,Head/VP/GM-Technology(IT)/CTO,Solution Architecture,Enterprise
Architecture,Service Delivery Management,Project Management,Program Management,Stakeholders Management,Digital
Transformations,Java,XML,UML,Siebel,SQL,COBOL
Summary
Solution/Enterprise Architect offering rich & extensive experience of over 24 years
Managed projects from inception, requirement analysis, solution design, implementation and closure with cross-cultural teams
Qualitative experience in integrating heterogeneous systems deployed globally, building platform and products using IoT/Digital
technologies
Architected platforms in Insurance, Retail, Telco, Ecommerce (B2B, B2C and Marketplace)
Interacted with the client's Business and IT teams to gather, define, clarify and refine requirements; guided the architecture and
design of applications
Created an Open Group Architecture Framework (TOGAF) based architecture framework with artefacts including vision,
principles, policies and governance process
Experienced in Hybris/ATG/Endeca/AEM/SoA/Magento/Elasticpath, Micro-services, WS02, Solution Accelerators/10x
Skilled in defining efficient coding standards and design policies to enable the systems comply with Solid and Agile rules
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 2/4
collaborating with internal and external teams
Ensuring the technology standards, policies and compliance framework is consistent with other industry standards
Highlights:
Played the Chief Architect Role for Telco Ecommerce Solutions, Micro-services based Enterprise Solutions, B2B and
B2C Ecommerce Platforms
Played Enterprise Architect Rile for SAP Hybris, Oracle ATG and Adobe AEM Platforms
Drove Automation Engagements (Devops, Test Automation, Adobe AEM Content Validation and Component Cascade
Impact Assessment)
Contributed on Accelerator drives on Oracle commerce and Endeca
Sapient Nitro Corporation as Senior Manager - Technology
Apr 2013 to Nov 2014
Client: Lane Crawford, Leading Fashion Retailer, Hong Kong
Role: Enterprise Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Showcased the approach to deliver the Responsive solution in phased manner
Arrived with Solution for responsive site and approach to sunset their existing site
Driven the creative, visual design and technical Sessions with multiple stakeholders @ customer end
Segmented the program into multiple iterations to drive in agile methodology and guided the team during
implementation
Guided on approach to sunset the existing application projecting the challenges and methodology to be followed for
successful implementation
Provided optimal solution considering the mobile and other devices to achieve better performance
Proposed SoA enablement of current platform to enable Multi Channel presence
Client: ICA, Top Sweden based Grocery retailer
Role: E-commerce Solution Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Driven the Architecture Workshops to define Solution Architecture for Ecommerce stack in Oracle Commerce ( ATG
10.2)
Define the integration architecture
Define the solution approaches for the key architectural areas like catalog modeling, search, fulfillment solution, content
integration, product data aggregation and segregation, logistics and Warehouse Management
Gathered the requirements with customer in workshops and arrived with Sprint stories
Estimated the user stories for the whole ecommerce program
Arrived with key Proof of Concepts and driven them with a lean team to evaluate the feasibility of solutions
Driven the team to come up with accelerators in ATG for easy plug and play enablement for most of ecommerce
domain functionalities and third party integrations
Client: TESCO - Solution Architect for E-Commerce Engagement
Role: Solution Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Driven the infrastructure workshops gathering the NFR's for Tesco F&F ecommerce program
Engaged in capacity planning exercise for the program
Arrived with integration architecture via Oracle ESB and Sterling Commerce
Client: Neiman Marcus - Presales Engagement
Role: Solution Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Arrived with the End to End Solution Architecture for the e-commerce application in ATG 10.2
Provided efficient integration architecture ( to integrate with fulfillment, inventory and payment systems)
Architected on Multi country, multi tenanted supporting localization and internationalization and international checkout
At Cognizant Technology Solutions Private Limited, Chennai
Client: HEB.com, Major US Retailer
Role: Enterprise Architect
Tech Stack Oracle Commerce (ATG)
Key Result Areas:
Defined End to End Solution Architecture for the e-commerce application in Oracle Commerce
Engaged with Security team and arrived with Security Architecture for the web site. Also ensured the HIPAA and PCI
compliance
Provided Solution Architecture for Endeca integration to the web site, Also arrived with Unified Endeca Access Layer
framework to let any Client access (Java and Non Java) Endeca Services in unified manner
Ensured the architecture is highly scalable, available and performant
Engaged with Performance CoE and arrived with Capacity planning for the web site for next 5 years
Provided the Design principles during the Design phase
Implemented the End to End continuous integration covering Automated code review , build/deployment and Metrics
dashboard on code quality (SONAR)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 3/4
Contributed in Performance Testing and Optimization
Defined Solution Design Approach to let the team arrive with High Level Design documents for the application
Proposed with NoSQL Database option to accommodate products with dynamic attributes to let the Business achieve
early time to market to launch any new products
Cognizant Technology Solutions Private Limited as Senior Technical Architect
Oct 2009 to Apr 2013
Client: HEB.com, Major US Retailer
Role: Enterprise Architect
Key Result Areas:
Driven and arrived with the End to End Solution Architecture for the eCommerce application in ATG
Engaged with various stakeholders and arrived with Integration Architecture for the eCommerce Application
Engaged with Security team and arrived with Security Architecture for the web site . Also ensured the HIPAA and PCI
compliance
Provided Solution Architecture for Endeca integration to the web site, Also arrived with Unified Endeca Access Layer
framework to let any Client access (Mobile, Java) Endeca Services in unified manner.
Architected the Fulfillment and B2B solution
Ensured the architecture is highly scalable, available and highly performing.
Engaged with Performance CoE and arrived with Capacity planning for the web site for next 5 years.
Provided the Design principles during the Design phase
Implemented the End to End continuous integration covering Automated code review , build/deployment and Metrics
dashboard on code quality ( SONAR )
Involved in Performance Testing and Optimization.
Defined Solution Design Approach to let the team arrive with High Level Design documents for the application
Proposed with NoSQL Database option to accommodate products with dynamic attributes to let the Business achieve
early time to market to launch any new products
Developed custom hand written tools to improve productivity ( XML compare utility , Directory scanner to list the
application Inventory , Tool to baseline the code issues from PMD report )
Used various code quality tools ( SONAR , PMD , JDEPEND , Cobertura , JProfiler, JMeter,JMetrics
Used Tools: Groovy, Eclipse plugins for ATG , JIRA ,Fiddler , Firebug, SOAPUI, XMLSPY, Star UML , HUDSON/GIT,
HornetQ, Erwin, Liquibase
Client: (MCI) Multi Channel Retailing - SOA Implementation
Role: (Technical Architect)
Key Result Areas:
Involved in Customer workshops to understand the level of support expected on devices to support the commerce
Architected the Base Framework with Jersey implementation on REST.
Involved in Business Requirements having the project running in Agile Sprint mode
Transformed the requirements to Design in short duration, designed and executed the projects.
Involved in Capacity planning for the new API's developed for this application
Involved in Performance assessment, Testing and tuning throughout the project life cycle (for every Sprint)
Driven the Performance tuning program by optimizing Mercado engine and caching the Mercado search results in efficient
way
Implemented End to End Continuous Integration to enable automatic CODE REVIEW, BUILD, DEPLOYMENT, TESTING
and REPORTING using HUDSON & SONAR
Hand Written various utility tools that assist the projects (JVM Monitor to monitor the App Server Health
Virtusa India Private Limited as Technical Architect
Apr 2007 to Sep 2009
Client: Enterprise Management Platform (EMP), British Telecom
Role: Technical Architect
Client: Knowledge Based Diagnostics (KBD), British Telecom
Role: Technical Architect
Client: B2B Gateway -Code Red Support, British Telecom
Role: Technical Architect
Client: Product Master Files, (British Telecom)
Role: Technical Architect
UG: B.Tech/B.E. (Not Specefied) from Madras University in 1996
Education
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180…
https://freesearch.naukri.com/preview/printResume?uname=1027f985e30affcd774d07835af38d59090c0f551f130c420740130d5858501c400f180742455e080f00… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Oracle ATG10.0.3, Oracle ATG10.2,
Oracle Endeca Commerce 3.1.2, Mercado
Mongodb
HIPAA , PCI , OWASP Standards
Java, XML, UML, Siebel, SQL, COBOL
RHEL ,Windows NT/2000
UNIX/SunOS, IBM Z series
Oracle 9.x, DB2, SQL Server
SQL Server 2995 & MS Access
TogetherJ, Visio and Erwin
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Rank 996: Resume 832 with similarity score 0.007955001500916195
Resume Text: nan application developer , full time , software developer web development , core java , general , visual studio code , lint , designation , ug , mobile application development , affirmative action , mysql , technical architecture , hindi , linux , memory management , maintenance , ltd , windows , player , authorization , english , status , agile , email , kotlin , react native , git , languages , android development , analyzer , javascript , eclipse , technology , learning 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c43…
https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c430344120a590d… 1/2
Current Designation: React Native Application Developer
Current Company: Zeeweesoft Pvt Ltd
Current Location: Indore
Pref. Location: Bengaluru / Bangalore,Pune,Indore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Zeeweesoft Pvt Ltd as React Native Application Developer
Oct 2018 to Till Date
Kavya Softech Pvt Ltd as Android Application Developer
Oct 2017 to Oct 2018
UG: BCA (Computers) from DAVV in 2013
PG: MCA (Computers) from IPS Academy, Indore in 2015
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Neeraj Pawar
React Native Application Developer seeking roles in Software
Development,Application Programming,System Analysis,Technical Architecture,Web
Development,Android Development,Agile Methodology,Eclipse,Visual
Studio,Linux,Core Java,Android
Key Skills: React Native Application Developer,Software Developer,Software Development,Application
Programming,System Analysis,Technical Architecture,Web Development,Android Development,Agile
Methodology,Eclipse,Visual Studio,Linux,Core Java,Android
Summary
3 years of IT experience in design, development in Android and React native mobile
Applications.
Strong knowledge on Mobile Application Development using Android methodology.
Well acquainted with Java concepts with OOPs .
Good understanding of thread management, memory management and other aspects of Java for mobile
application development.
Knowledge of Android Lint Tools and Android Code analyzer.
Personal learning experience working with Flutter and Kotlin technology.
Good communication skills, quick learner, team player, ability to handle task independently.
Flexibility to adapt and open to learn new technologies.
Consummate collaborator with clients, management, and team members
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c43…
https://freesearch.naukri.com/preview/printResume?uname=d79ceeb7c7ad8303d30ac41096fd922558585b521b130a165642490e5c5a584a140c430344120a590d… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Core Java,React Native
Flutter and Kotlin Basics
MySQL
Eclipse, IntelliJ, Visual Studio Code.
Windows, Linux.
Git, Postman
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 997: Resume 672 with similarity score 0.007922805789172939
Resume Text: MS , B.TECH , BS work from home , full time training , algorithms , image processing , forest , classification , deep learning , scratch , basic , linear regression , project , coursera , numpy , computer vision , iit , passenger , resume , materials , logistic regression , machine learning , research , assessment , python , one , face recognition , image segmentation , technology , pipeline , cascade , knowledge base Assessment
Q1. Why should you be hired for this role?
I posses all the skills that you are looking for. I always wanted to start my carrier under good guidance. And i am very enthusiasm to the field
relates to deep learning and it's advancement and it's great to work in such a good startup
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am full time available to work from home for three month excluding 2 to 3 days because of exams whose schedule is not declared yet
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
Yash Chandel
Nagda, Roorkee
Applied 08 Feb'21
Python Computer Vision MSPowerPoint
Machine Learning Deep Learning
Bachelor of Technology B.Tech), Metallurgical & Materials Engineering
Indian Institute Of Technology Roorkee
2019 - 2023
Enactus IIT Roorkee:
Member of Ideation and marketing research group (inside Enactus IITR
Spam classifer
Jan 2021 - Jan 2021
https://colab.research.google.com/drive/1HSgeyov3nBO31IdvJELMaBimxaAp4agW?authuser=1
Spam classification model using naive bayes algorithms
Facial key point detection
Dec 2020 - Dec 2020
https://github.com/Yashchandel/Kaggle-facial-key-point-detection
The objective of this task is to predict key point position on face images using deep convolutional neural network
House price data set and model deployment using oop python
Nov 2020 - Nov 2020
https://github.com/Yashchandel/Coustom-pipeline
Working on house price dataset and deploy it using object orientated programming
Kaggle titanic machine learning
Sep 2020 - Sep 2020
The project use simple machine learning to create a model that predicts which passenger survived the titanic shipwerck with
an accuracy score of 0.78229
Kaggle digit recognizer
Sep 2020 - Sep 2020
https://github.com/Yashchandel/Digit-Recognizer-kaggle-Competition
Project aims to determine hand written digits using a simple convolution neural network with an accuracy score of 0.99159
Deploying house price dataset model using sklearn pipeline
Feb 2021 - Present
https://github.com/Yashchandel/Houseprice-
Working on house price dataset and deploying it using sklearn pipeline eg baseetimator, TransformerMixin
Certificates:
1. Python and Oop by IBhubs
2. Elimentary datastructure and algorithms by IBhubs
3. Deep learning specialization certificate by Coursera
4. DeepLearning.AI Tensorflow Developer professional certificate by Coursera
https://colab.research.google.com/drive/1HSgeyov3nBO31IdvJELMaBimxaAp4agW?authuser=1
https://github.com/Yashchandel/Kaggle-facial-key-point-detection
https://github.com/Yashchandel/Coustom-pipeline
https://github.com/Yashchandel/Digit-Recognizer-kaggle-Competition
https://github.com/Yashchandel/Houseprice-
CONTACT Phone: 91 7879961857
Knowledge Base:
1. Implement all the learning algorithms from scratch using numpy including linear regression,logistic regression,locally
weighted regression,Knn regression,regression tree,Decision tree,Knn ,random forest,naive bayes algorithm,etc.
Knowledge of basic image processing techniques like
1. Averaging filter and guassian blur
2.corner detection and real time feature mapping using one training image
3.Haar cascade and face recognition algorithm
4. Image segmentation using KNN
Rank 998: Resume 823 with similarity score 0.007797007940911857
Resume Text: B.E , MS , B.TECH associate , team leader , senior software engineer , full time , full stack developer , team member , technical lead web development , general , asp.net core , team management , css , designation , ug , visual studio , mar , affirmative action , xunit , hindi , web api , maintenance , azure , ltd , jquery , authorization , english , node.js , web applications , status , c# , agile , email , mongodb , microservices , sprint planning , less , processing , microsoft , github , mvc , design patterns , resolve , solid principles , languages , mstest , story , html5 , moq , soa , sql server , javascript , timing , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140…
https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140010475d0f0e55… 1/2
Current Designation: Full Stack Developer
Current Company: Fareportal India Pvt Ltd.
Current Location: Gurgaon
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Fareportal India Pvt Ltd. as Full Stack Developer
Dec 2016 to Till Date
(1). My role and responsibility to participate in sprint planning and requirement understanding of user story after that
creating tasks and assign timing to those tasks.
(2). Development
(3). Partially lead the team and resolve the query of our team member
Quattro Processing Services as Senior Software Engineer
Mar 2016 to Dec 2016
Software Development
Kochar Infotech as Senior Software Engineer
Apr 2015 to Mar 2016
Application Development
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Manwendra Pandey
Full stack developer with hands-on experience in Solid Principles, Oops Concept, C#,
.Net, .Net Core, Asp.Net, MVC, jQuery, JavaScript, SOA, Web API, Microservices
Design Patterns, SQL Server, MongoDb, React Js, Azure(Paas), Agile, TFS, SVN,
Github
Key Skills: Associate Team Leader,Technical Lead,Web Application,Application Development,Design
Development,Application Design,Requirement Gathering,Web Development,ASP.Net,SQL Server,MongoDB,Microsoft
Azure,Node.Js,jQuery,Javascript,Github
Summary
9+ years of experience in analysis, design and development of web applications, SOA based Applications, developing solutions
for azure and Single Page Application using React Js.
Well versed with Agile, C#, .Net, .Net Core, MVC, Web API, Micro-Services, Azure.
Extensive knowledge in OOP's, SOLID Principles, Design Patterns and Application Blocks.
Experienced in team management and agile development methodology.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140…
https://freesearch.naukri.com/preview/printResume?uname=4d155331ffc74ff1ed96776f4e02e0e65e5e5d574f1109455540170a0b0c534c420a140010475d0f0e55… 2/2
UG: B.Tech/B.E. (Computers) from UP Technical UNIVERSITY in 2009
Other Qualifications/Certifications/Programs:
Certification in Dot.Net
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C#, Asp.Net, Asp.Net Core, MVC 5/6
React, NodeJs, JQuery, JavaScript
HTML5, Bootstrap3, CSS, Ajax
SQL Server 2014/12/08/05, Mongo db
GitHub, MsTest, xUnit, MOQ (Mocking)
Visual Studio 2019/17/15/12/10/08
Languages Known
Language Proficiency Read Write Speak
English
Hindi
English
Hindi
Rank 999: Resume 1196 with similarity score 0.007788090486820946
Resume Text: B.S , MS associate , devops , senior engineer , cloud administrator , vmware administrator , cloud engineer , full time , system analyst ansible , general , devops , jenkins , telugu , kubernetes , groovy , affirmative action , rhel , hindi , docker , hub , beginner , maintenance , apache , windows , json , authorization , centos , english , status , nexus , email , tomcat , sungard , application , configuration management , aws , servicenow , less , ci , saas , s3 , containerization , disaster recovery , git , maven , yaml , replication , it infrastructure , nginx , languages , software development life cycle (sdlc) , sms , kannada , javascript , jira , vmware vsphere , organization , cloud computing , availability , orchestration , sonar , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d47…
https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d470a18440e09585… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Sungard Availability Services as AWS Senior Cloud Associate & Devops & GCP
Apr 2019 to Apr 2020
Senior Cloud Associate Architect
Accenture as AWS Senior Cloud Associate & Devops and GCP Administrator
Aug 2017 to Apr 2019
Senior Cloud Associate Architect
Hewlett-Packard as AWS Cloud & Devops and VMware Administrator
Apr 2016 to Aug 2017
Senior Cloud Associate Architect
IDC TECHNOLOGIES SOLUTIONS INDIA PVT LIMITED as Senior Engineer
Jun 2015 to Jan 2016
Senior Engineer
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SURESHKRISHNA.G.B.V
Cloud Architect| DevOps Engineering. Technocrat with nearly 4.8 years of experience
in Cloud Administration on AWS & GCP, DevOps and VMWare Administration
targeting senior level assignments as Senior Cloud Engineer with an organization of
high repute
Key Skills: aws senior cloud administrator, software development, application development, issue resolution, installation,
configuration management, cloud computing, devops, jenkins, apache tomcat,
maven,gcp,docker,draas,k8s,terraform,json,yaml,cr-aws,VMware
Summary
Around 4.8 years of total experience in Cloud Administration on AWS& DevOps and VMWare Administration.
Highly motivated DevOps with around 2.8 years of experience in Software Development Life Cycle (SDLC).
Hands on 1 Year experience in Cloud Administration on GCP.
End to end journey for Cloud migration from Virtual to Cloud by using Cloud endure & SMS.
End to end journey for Cloud migration from GCP to AWS & AWS to GCP by using Cloud endure.
Knowledge on Docker orchestration and Docker containerization using Kubernetes.
Experience in developing and maintaining CI/CD process for SaaS applications by accessing tools like Maven, Jenkins, etc.
Hands on experience cloud-based disaster recovery services that enable fast recovery of our IT infrastructure and data
replication (CR-AWS).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d47…
https://freesearch.naukri.com/preview/printResume?uname=ab367285a1dff8162cc4ed1112ac759a5e0c5b5919130c4250174651540e5843140d470a18440e09585… 2/2
UG: B.Sc (Computers) from Harshini Degree College in 2010
PG: MCA (Computers) from Prakasam Engineering College in 2013
Other Qualifications/Certifications/Programs:
AWS
VMware Vsphere
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows, Centos, RHEL
Git/Git hub, Ansible
Apache Tomcat, JBoss, Nginx
Docker Swarm, Kubernetes
Shell, Yaml, Groovy, Terraform
JENKINS, Nexus, S3
Sonar, Maven
Jira, ServiceNow
AWS, GCP
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
kannada Beginner
Rank 1000: Resume 818 with similarity score 0.007781441757792388
Resume Text: MS senior developer , project lead , owner , senior software engineer , full time , team lead mobility , ecommerce , api , core data , redux , computing , general , jenkins , algorithms , access , designation , ug , mar , affirmative action , web services , hindi , offers , memory management , food safety , maintenance , basic , interface builder , ltd , test cases , cocoa touch , ios , internet , json , shopping , advanced , authorization , english , status , productivity , email , project , viper , express , application , devices , numbers , checkout , plus , testing , ipad , xcode , mvc , swift , features , design patterns , react native , git , building , languages , framework , multithreading , payments , es6 , events , software design , jira , javascript , layout , technology , iphone 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a100…
https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a10004544595f0c55… 1/3
Current Designation: Senior Software Engineer II Internal Team
Lead
Current Company: CARS24
Current Location: Delhi
Pref. Location: Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
CARS24 as Senior Software Engineer II Internal Team Lead
Jul 2020 to Till Date
React Native Application Development
Publicis Sapient as Senior Developer Mobility
Oct 2019 to Jun 2020
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
JYOTI NARAIN
Senior iOS Developer+React Native with 7 plus yrs exp. Actively looking for change.
Key Skills: Senior Developer,Project Lead,Application Development,Project Management,Requirement
Gathering,Requirement Analysis,Software Design,Memory Management,Data Structures,GIT,JIRA,JSON,Unit
Testing,React Native,Design Patterns
Summary
Total 7.2 years of experience, which includes understanding requirement specification, working on software design, coding,
testing and maintenance.
Over 1.5 year experience in React Native also.
React Native - Udemy certified
Knowledge of Redux, ES6.
Unit test cases(Jest) and UI test cases(Detox).
iOS application development for iPhone and iPad using Objective C, Swift, Cocoa Touch, Core Data.
Knowledge of memory mgt and multithreading.
Worked with RESTful APIs and third party integrations.
Experience with GIT, JIRA, Jenkins tools.
Programming Skills : Native applications in Objective C/Swift.
Knowledge of Algorithms and Data Structures.
Having basic knowledge of developing applications in SwiftUI
Experience in handling JSON RESTFUL web services.
Experience in working with BLE devices.
Experience with Xcode, iOS APIs, Interface Builder, Auto-layout.
Knowledge of design patterns : MVC, MVVM, Clean Swift Viper.
Build Unit test cases using XCTest framework
Certificate Pinning in iOS
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a100…
https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a10004544595f0c55… 2/3
iOS + React Native.
HCL Technologies - Airtel Payments Bank as Senior Developer
Feb 2018 to Oct 2019
Client-Airtel Payments Bank
Airtel Payment Bank : iPhone application : Independently worked on critical features of the app like giftCard,
offers page, reset mpin and currently working on ToneTag feature.
Role: Development Client: Airtel India Ltd
Appstore Link : https://itunes.apple.com/in/app/my-airtel-recharge-bill-bank/id543184334?mt=8
DMI Innovations Pvt. Ltd. as Software Engineer
Sep 2015 to Feb 2018
UbaMarket : iPhone application - Offsite : Shopping app. Scan items as you shop, benefit from 'automatic
loyalty', receiving real-time personalised offers and checkout at the express till without having to queue.
Role: Lead and Development Client: UbaMarket Ltd
Appstore Link : https://itunes.apple.com/us/app/ubamarket/id1119910665?mt=8
St. Luke's : iPhone application - Offsite : Quick, on-the-go access to physician information, emergency
numbers, locations, directions and more for St. Luke's Hospital in Chesterfield, Missouri.
Role: Development Client: St. Luke's Hospital
KTrack : iPad application - Offsite : Organise the Owner's building information and provide a platform to control
costs, manage productivity, and extend the life of the facility.
Role: Development Client: Wye River Technologies
ComfortKeeper : iPad application - Offsite : In-home care app, companion services, and home safety technology
for seniors and other loved ones needing assistance to remain in the privacy and comfort of their own home.
Role: Development Client: Sudexo
FoodKeeper : iPhone application - Offsite : App provides guidelines and methodologies on how one can reduce
food wastage from hoiuseholds.
Role: Development Client: USDA Food Safety and Inspection Service
Link : https://itunes.apple.com/us/app/usda-foodkeeper/id978186100?mt=8
VirginRed : iPhone application - Offsite : Find stuff that helps you to find exclusive offers and events from the
Virgin companies.
Role: Development Client: Virgin Group
Appstore Link : https://itunes.apple.com/gb/app/virgin-red/id1004492356?mt=8
Affle Appstudioz Technologies Pvt Ltd as Software Engineer
Sep 2013 to Sep 2015
Indulged in core ios app development.
UG: BCA (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2009
PG: MCA (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2012
Other Qualifications/Certifications/Programs:
PG Diploma in Advanced Computing, CDAC
Education
IT Skills
Skill Name Version Last Used Experience
RESTful APIs
GIT, JIRA, Jenkins tools
Objective C/Swift.
JSON RESTFUL,BLE devices
Xcode, iOS API's
MVC, MVVM, Clean Swift Viper
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a100…
https://freesearch.naukri.com/preview/printResume?uname=4499e6e52c2ec0d977e136af6ce6fa115d5a5a5143105f450645490c5500074f405a10004544595f0c55… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
React Native 2019 0 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1001: Resume 1286 with similarity score 0.007743477421942269
Resume Text: B.E , MS , B.TECH , BS devops engineer , release engineer , change management , full time , system analyst , system engineer , aws solution architect version control , telugu , release engineering , security , platforms , docker , linux , merging , gateway , status , continuous integration , testing , nagios , gitlab , components , features , pipeline , amazon web services , ansible , amazon ec2 , devops , kubernetes , access , designation , confluence , cloud , ltd , software installation , cli , english , troubleshooting , code review , groups , defect tracking , critical infrastructure , provisioning , change management , resolve , documentation , sonarqube , javascript , technology , developers , affirmative action , mysql , amazon vpc , maintenance , unix , remote monitoring , architecture , nexus , email , tomcat , aws , configuration management , ubuntu , operations , github , maven , languages , esxi , database , jenkins , windows server , ami , apache , authorization , internet , teams , enterprise , application servers , ci , test automation , electronics , s3 , storage , agents , building management , events , backup and recovery , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047…
https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047564414585d0e5… 1/3
Current Designation: System Engineer -DevOps
Current Company: Cyient Pvt Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Cyient Pvt Limited as System Engineer -DevOps
Jun 2019 to Till Date
Job Profile:
Responsible for day-to-day management of all Development, Test, Stage, and Production for various Java based
enterprise applications.
Created branches and managed the source code for various applications in GIT.
Created CI/CD pipeline and worked in Jenkins build and release management.
Setup various Jenkins jobs for build and test automation.
Installed Jenkins on a Linux machine and created a master and slave configuration to implement multiple parallel builds
through a build farm.
Implemented Infrastructure automation through Ansible for auto provisioning, code deployments, software installation
and configuration updates.
Designed and implemented scalable, secure cloud architecture based on Amazon Web Services.
Worked on setting up the life cycle policies to back the data from AWS S3 to AWS Glacier.
Worked on deploying the code to application servers.
Created AMI images of critical ec2 instances as backup using AWS CLI and GUI
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Tharuni Chakka
System Engineer seeking roles in Software Configuration Management,Release
Engineering,Building Management,Continuous Integration,Application
Deployment,Git,Git-
Hub,Maven,Sonarqube,Jenkins,Nexus,Docker,Ansible,Kubernetes,GitLab,Tomcat,AWS,Linux
Key Skills: Software Configuration Management,Release Engineering,Building Management,Continuous
Integration,Application Deployment,Git,Git-
Hub,Maven,Sonarqube,Jenkins,Nexus,Docker,Ansible,Kubernetes,GitLab,Apache Tomcat,AWS,Devops,Linux,System
Administrator
Summary
I have total 2+ year's of experience in IT as a Build and Release/DevOps Engineer in automating, building, deploying, and
releasing of code from one environment to another environment
Experience in working on Devops operations process and tools area (Code review,Build & Release automation, Environment,
Service, Incident and Change Management).
Experience in working on source controller tool?s like GIT,GIT Lab.
Extensively worked on Jenkins for continuous integration and for End to End automation for all build and deployments.
Exposed to all aspects of software development lifecycle (SDLC) such as Analysis, Planning, and Developing, Testing, and
Implementing Post-production analysis of the projects.
Having good Experience in DevOps tools like Ansible for deployment.
Experience working on several Docker components like Docker Hub,Creating Docker images,Docker Compose, Docker Swarm,
Docker Registry.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047…
https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047564414585d0e5… 2/3
Worked as backup and recovery management of linux instances.
Virtualized the servers on AWS using the Docker, create the Docker files and version control.
Created Virtual Private Cloud, Internet gateway, subnet and route tables using Amazon VPC
Create, manage, and delete users and groups as per the request using Amazon Identity and Access Management.
Used confluence for documentation of critical infrastructure data.
Installation of docker and creating containers using docker images.
Launching Amazon EC2 Cloud Instances using Amazon Images (Linux/Ubuntu) and Configuring launched instances with
respect to specific applications.
Configured and managing ELBs and Auto Scaling.
Configured and managing S3 storage.
Created RDS database.
Ability in development and execution of Shell Scripts.
Monitoring above 200 servers through remote monitoring tool, Nagios XI 5.5.10 (OS platforms such as Windows, Linux,
ESXI through Nagios xi Agents)
Monitoring incidents, alerts (Critical, Down, Up) and events on tool with respective to Server and services
Configuring Nagios XI tool, Nagios Agent configurations & troubleshooting of production servers
Precision Infomatic (M) Pvt. Ltd. as Trainee System Engineer
Aug 2018 to Jun 2019
Job Profile
Worked as build and release engineer.
Release Engineer for a team that involved different development teams and multiple simultaneous software releases.
Participated in weekly release meetings with Technology stakeholders to identify and mitigate potential risks associated
with the releases.
Responsible for designing and deploying best SCM processes and procedures.
Installed, configured & administered Jenkins CI tool on Linux machines; setup Master-slave architecture to improve
performance and used Jenkins for CI & CD into Tomcat Application Server.
Worked closely with software developers and DevOps to debug software and system problems.
Used Ansible to automate Configuration management.
Worked on the backup and recovery management of the servers in linux / unix
Experience on AWS cloud platform and its features which includes EC2, VPC, Elastic IP, AMI, Cloud Watch, Auto scaling,
IAM,S3, SNS and SQS.
AMI's rotation and upgrading with new security patches in AWS environment.
Used github for source code management and created the branches for build and deploy.
Analyze and resolve conflicts related to merging of source code for GIT.
Used Jenkins for Continuous Integration and deployment into Tomcat Application Server.
Worked with service now tool for incident management and defect tracking tool.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Andhra Loyola College, vijayawada in 2018
Other Qualifications/Certifications/Programs:
Aws solution architect
Education
IT Skills
Skill Name Version Last Used Experience
Linux, Windows Server
Git & Git-Hub, Maven
Sonarqube, Jenkins
Nexus, Docker
Ansible, Kubernetes
Apache Tomcat
AWS
SHELL
MySQL
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047…
https://freesearch.naukri.com/preview/printResume?uname=615e50df68e7ea9b14c642ca40fb73840c0c0a534c125a445645480b5f08574c150047564414585d0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
NAGIOS
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Proficient
Rank 1002: Resume 1315 with similarity score 0.007676933042802991
Resume Text: B.S , MS , BSC , BS cyber security , cloud architect , scrum master , agile project manager , quality analyst , quality assurance , test architect , solution architect , staffing manager , full time , agile coach training , icp , microsoft azure , connect , prince2 , test cases , webscarab , status , service quality , components , infrastructure , project work , site testing , organization , engagements , distance learning , performance testing , devising , automation , interfaces , designation , paros , csm , hindi , cloud , api testing , test estimation , english , penetration testing , leadership , ibm , architecting , dashboard , test strategy , javascript , baselines , measures , cyber security , reporting , optimization , scrum , performing , nmap , metasploit , affirmative action , readiness , advanced , strategic planning , software testing , proxy , email , nessus , aws , vast , operations , bus , premises , languages , scheduling , dynamics , test management , vulnerability , performance management , people management , ug , telecom , coe , wireshark , white box testing , authorization , risk , centralization , go , enterprise , models , security testing , ecosystem , agile project management , transition management , adherence , dissemination , fostering , hiring , quality improvement , shell scripting , framework , app , python , reviews , network administration , key performance indicators , presentations 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e13…
https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e130416135c5d0e… 1/3
Current Designation: Test Architect & Project Manager -Cloud
Testing
Current Company: IBM India Pvt. Limited
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon
Functional Area: IT Software - Network Administration /
Security
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
IBM India Pvt. Limited as Test Architect & Project Manager -Cloud Testing
Feb 2007 to Till Date
Role:
Spearheading the end-to-end Strategic Planning & Leadership, Project Management, Cloud Testing, Solution Architect,
Software Testing, Cloud Migration, Enterprise Architecting, Transition & Migration, Agile Methodology, Training &
Development and People Management
Devising strategies for successful Cloud Migration from current IIB 10.x on-Premises IBM Integration Bus (IIB) applications
and interfaces to a new integration platform- IBM App Connect Enterprise (ACE) on IBM Cloud
Leading the Project Management functions including Testing for large size migration to Cloud in a complex IT Ecosystem.
Creating Cloud Engagement Framework for all IBM engagements from Testing service line.
Functioning as a Staffing Manager & Agile Project Manager, taking care of Financial, Intra Company DOU, 7 keys Daily
Scrum Calls & several others
Defining QA policies, quality improvement processes, and best practices for large and complex test organizations.
Participating in cross-functional team discussions to help improve overall service quality, providing input for a go/no-go
decision on release readiness, reviews and communicated status to stakeholders
Working with other members of the quality group and organization to ensure tactical execution of quality protocols and
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Girish Pareek
CSM, ICP ACC, ITL V3, ISTQB Test Architect & Manager seeking roles in Cyber
Security Testing,API Testing,Data Testing, AWS, Azure Cloud Testing,Telecom
Testing,Architect Quality Assurance,Project Management,Delivery Management,IBM
AppScan,Nmap
Key Skills: Cyber Security Testing,API Testing,Data Testing,Cloud Testing,Telecom Testing,Architect Quality
Assurance,Project Management,IBM AppScan,Nmap,Nessus,Wireshark,AWS,Azure,Agile Project Management,Delivery
Management,Transition Management
Summary
Highly skilled in Testing Operations for large enterprises & complex programs (Testing, Cloud and Cyber Security)
Recommended and implemented changes to existing and proposed testing procedures, policies & programs based on revision
and dissemination of updated standards
Drove the centralization of Quality Assurance (QA) services, tools and infrastructure; established specialist practices in test
automation and performance testing by instituting standard frameworks in line with industry best practices. Created QE CoE for
multiple accounts.
Gained Vast experience in Hybrid Cloud- AWS, Microsoft Azure, Cyber Security, IBM Ignite based Software Testing, Cost
Optimization, Innovative Solutions Implementation, Vulnerability & Penetration Testing using Python, shell scripting, IBM
AppScan, Nmap, Nessus, Metasploit Framework, WebScarab, Paros Proxy, Wireshark.
Successfully created CTD Models; implemented over 200 models in an account & established CTD Modelling throughout IBM
India and other.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e13…
https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e130416135c5d0e… 2/3
SOPs to minimize risk to the business
Defining and implementing the Key Performance Indicators (KPIs) of the Testing Team within the organization; supervising
the assignments of off-site testing resources, as needed
Directing all operations which included setting definition of test estimation criteria, prioritizing test cases and reviewing the
test reports and testing artefacts
Implementing a multi-tier test strategy, which included end-to-end functional, Automation and performance tests, API-level
and Microservice testing for individual components, and white box testing using SQL/ IBM ACE, RFH Util etc.
Fostering team dynamics through monthly Quality Assurance (QA) meetings with Quality Assurance (QA) industry focused
presentations
Establishing performance measures for test management by identifying key performance indicators, defining reporting and
dashboard standards
Developing project baselines, monitoring & controlling projects with respect to cost, resource deployment, time overruns
and quality compliance to ensure satisfactory execution of projects
Scheduling & monitoring resources; monitored project status during the course of periodic project meetings
Analysing the user needs and requirements for determining feasibility of project within time and cost constraints
Interacting with team members for ensuring smooth progress of project work; ensuring adherence to quality norms
throughout the implementation process
Performing hiring, staffing to maintain a diverse and effective workforce and ensuring effective performance management
plan for the team members
Systweak as Sr. Quality Analyst
Dec 2006 to Feb 2007
UG: B.Sc (Maths) from Maharishi Dayanand Saraswati University (MDSU), Ajmer in 1997
PG: MCA (Computers), Correspondence/Distance Learning from Indira Gandhi National Open University (IGNOU) in
2004
Other Qualifications/Certifications/Programs:
Azure cloud architect certification 303 and 304
Azure cloud administration certification 104
ICP ACC certification agile coach
CSM certification scrum master
Prince2 Practioner
AWS cloud certification
Advanced Quality Engineering
Education
IT Skills
Skill Name Version Last Used Experience
AWS
Microsoft Azure 2020 3 Year(s) 0 Month(s)
Python
Shell Scripting
IBM AppScan 2016 1 Year(s) 0 Month(s)
NMAP
NESSUS
METASPLOIT 2017 1 Year(s) 5 Month(s)
WebScarab, Paros Proxy 2017 1 Year(s) 5 Month(s)
WIRESHARK 2015 1 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e13…
https://freesearch.naukri.com/preview/printResume?uname=0e5f39596f506977d97625622b6cf0855b5558564c470c445140415d540a544e100e130416135c5d0e… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1003: Resume 1557 with similarity score 0.007671187985501505
Resume Text: MS engineering manager , project manager , scrum master , project lead , full time , delivery manager , principal associate sencha , atom , window , scrum , open source , handover , zend studio , product requirements , designation , ug , soap , visual studio , mar , adobe photoshop , affirmative action , mysql , webfocus , lamp , hindi , angular , cloud , linux , maintenance , apache , ltd , authorize.net , php , jquery , authorization , json , english , enterprise , status , architecture , agile , joomla , email , project , application , it consulting , wordpress , kiwi , stripe , mumbai , drupal , product vision , xhtml , mantis , architecting , rest , dreamweaver , netbeans , edit plus , git , languages , nginx , punjabi , sql server , javascript , jira , pyramid , sprints , paypal 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d1…
https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d13504349515e0… 1/2
Current Designation: Engineering Manager -Software
Development
Current Company: Kiwi Technologies India Pvt. Ltd
Current Location: Noida
Pref. Location: Delhi / NCR,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: PG Diploma [Computer Application]
Verified : Phone Number | Email - id
Kiwi Technologies India Pvt. Ltd as Engineering Manager -Software Development
Mar 2018 to Till Date
Engineering Manager, Scrum Master, Delivery Manager
Pyramid IT Consulting Inc. as Project Lead/Manager
Jun 2015 to Mar 2018
Simplion Technologies as Principal Associate/Tech Lead
May 2014 to Jan 2015
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Jagpreet Singh Uppal
Engineering Manager, Scrum Master seeking roles in Software
Development,Application Maintenance,Project Management,Delivery
Management,Requirement Analysis,Enterprise
Architecture,PHP,ReactJS,NodeJs,Angular,MySQL,HTML,JavaScript,Jquery,SVN,GIT,JIRA
Key Skills: Engineering Manager,Project Manager-IT/Software Development,Application Maintenance,Project
Management,Delivery Management,Requirement Analysis,Enterprise
Architecture,PHP,ReactJS,NodeJs,Angular,MySQL,HTML,JavaScript,Jquery,SVN,GIT,Mantis,JIRA
Summary
More than 14 years of experience in the area of Software Development & Implementation.
11+ years of hands on development experience in open source technologies (LAMP stack) and frameworks, developing
complex, scalable web and cloud-based applications..
End to End experience in software development cycle - proposing solutions for product vision, finalizing requirements, high level
- low-level designs, execution in sprints, QA handover, UAT, bug triages, and deployments.
Have a very strong flair for estimation in agile execution.
Responsibilities handled in last 8 years include
Co-ordination with US based clients, pre sales team for project requirements & effort estimation.
Architecting and engineering solutions which can meet the product requirements and client vision.
Work Experience
Education
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d1…
https://freesearch.naukri.com/preview/printResume?uname=cd05983c563191097282923b8e80732358590852194501130110130a0e5b561b155d13504349515e0… 2/2
UG: BCA (Computers) from MCRP University, Bhopal in 2003
PG: PG Diploma (Computer Application) from Indira Gandhi National Open University (IGNOU) in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP 5x, ReactJS, NodeJs
Webfocus, Angular, Sencha
MySQL 5.x, MS SQL Server
APACHE, NGINX
HTML, XHTML
JavaScript, JQuery
Json, SOAP, REST
Drupal, Joomla, Wordpress
Edit Plus, Zend Studio
Eclipe, Atom, Visual Studio
NETBEANS
SVN, GIT
Paypal, Authorize.net, Stripe
Mantis, Jira
linux, window
Adobe Photoshop, Dreamweaver
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 1004: Resume 1548 with similarity score 0.007641591853481922
Resume Text: B.E , MS , B.TECH , BS locator , cyber security , scrum master , technical architect , operator , senior engineer , product development , security architect , full time , it consultant resource allocation , core java , carriers , saml 2.0 , demand , notepad++ , platforms , suggestions , discrete , scanning , jface , docker , secure code review , gradle , aggregator , energy , status , emf , fitnesse , messaging , plus , xml , security analysis , components , it service delivery , features , pvcs , gef , chat , ec2 , solaris , vulnerability management , burp suite , spring framework , notification , pipeline , architectural design , spreadsheets , magento , infrastructure management , pair programming , turn , technical leadership , interfaces , kubernetes , designation , modeling , web services , hindi , cloud , cluster , ltd , windows , service providers , english , north africa , shopping , penetration testing , conflict , project , gas , mobile apps , video , mongodb , provisioning , solution architecture , drupal , asset management , scenario , range , beans , fixing , static analysis , owasp , rest , c++ , disaster recovery , capacity planning , git , strategy , dashboard , vmware , eclipse rcp , struts , endeavor , javascript , pojo , franchise , ethical hacking , capital , customer portal , performance improvement , ibatis , cyber security , powermock , scrum , bespoke , team management , developers , affirmative action , mysql , principles , cgi , center of excellence , xp , maintenance , server side programming , advanced , satellite , pools , proxy , email , jpa , tomcat , workload automation , aws , virtual desktop infrastructure , star , mobile devices , android , design patterns , norway , junit , maven , electricity , languages , java concurrency , vapt , console , hibernate , web application security , assessment , kali linux , search , sonar , vsphere , dell , security tools , dhtml , proof , functionality , spring mvc , mockito , high availability , people management , jenkins , workspace , hudson , oracle database , testng , apache , creativity , ios , authorization , teams , smart metering , enterprise , clarity , servlets , spring boot , virtualization , webrtc , application servers , soapui , operators , drools , running , storage , executive reporting , easymock , uml , cvs , white label , orchestration , data guard , persistence 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 1/5
Current Designation: Technical Architect -cyber security- Java
Current Company: Photon Interactive
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Photon Interactive as Technical Architect -cyber security- Java
Sep 2014 to Till Date
Bulwark - A Vulnerability Management Product
Core Java,Spring,Spring MVC, REST
Web Services,Maven,Tomcat,
WebRTC,OpenTok, MySql
Bulwark is a in house product of Photon for the vulnerability management, which works as Security assessment
Portal with features as
-Centralized Vulnerability Management Dashboard.
-Real time on demand Executive Reporting.
-Security knowledge on fingertips.
-Audi/video/text chat.
-Project wise vulnerabiltiy tracking.
-Integration with Checkmarx.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Ankur Sood
Technical Architect seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,HTML,DHTML,C,C++,XML,SAML,Spring
Boot,Struts,Oracle,MySQL,Design Patterns
Key Skills: Technical Architect,Software Development,Application Programming,Solution Architecture,Java,Spring
Boot,Oracle,Design Patterns,JDBC,Requirement Analysis,Cyber Security,Vapt,Ethical Hacking,OWASP,Penetration
Testing,Web Application Security
Summary
Java & Security Professional with 16+ years? experience.
Involved in various phases of SDLC. Lead teams in Software product development.
Proven Technical leadership, People management & Communication skills.
Involved in Management DEV Team Planning and Delivery.
Experience in Product Development enhancement and implementation of Web based applications.
Experienced in team management,currently leading a 15 members team in Security Center of Excellence Photon,previously
managed
12 members team as a Scrum master in Dell.
Driven by creativity and constant endeavor to innovate and reduce time and quality issues in any product worked on.
Worked on high visibility projects with very strict delivery schedule.
Always keen to learn new technologies and make use of them for betterment of project.Gained the reputation of quick learner
for new
technologies.
Worked on highly complex technical projects.
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 2/5
Responsibilities :
Photon
June 2016 to till date
? Involved in the complete life cycle of the application.
? Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
? Did server side programming for work packages.
? Worked on REST services.
? Involved in design discussions and execution of planned delivery.
Security Analysis of WEB and Mobile Applications- VAPT Burp Suite, OWASP ZAP, Checkmarx,
Kali Linux, AppUse, Drozer
Working as a Security Architect and helping developers to find security vulnerabilities of various projects under
development in various faces from start till Production.Well versed in VAPT(Vulnerabilty Assessmnet & Penetration
Testing)
Responsibilities :
Photon
June 2016 to till date
? Hands on experience in application assessments based on the compliance standards like HIPPA, PCI DSS.
? Static Analysis of application source code using Checkmarx & Veracode.
? Involved in dynamic scanning of applications using security tools.
? Performed manual scanning of applications.
? Performed Security assessment for the Android mobile devices.
? Secure code review.
? Security guidelines based on the requirements, design and deployment documents.
? Performed Threat Modelling for the Applications.
? Handled analysis of Checkmarx scan report.
? Involved in identifying false positive issues & real security issues.
? Provided suggestions to developers regarding how to solve issues.
? Educate developers to follow security principles and best practices.
? Performed penetration testing with different type of injection techniques.
? Handled Brut force of applications.
MAS - Mobile Application Server H&M Alshaya Core Java,Spring,Spring Boot,REST
Web Services,Maven,Mongo DB
Alshaya group is an international franchise operator with 90+ of the world?s most recognised brands in its portfolio.
Alshaya group brings great shopping, dining , leisure and hospitality experience to millions of customers
across the Middle East & North Africa, Russia, Turkey, Europe & beyond.
Alshaya have multiple brands for Middle East market , it owns websites for these brands but they don?t
have presence in Mobile APPs because of which MAS has been introduced.
MAS (Mobile Application Server) worked as a proxy server to communicate with Magento & Drupal services
for mobile apps (iOS & Android)
MAS has been developed as a middle layer micro-service based architecture in Spring Boot.It is highly
scalable and gives leverage to handle different brands on keys like language, brand & market , which comes
under White Label Architecture which means same code base can be used for different brands. MAS also uses
Aggregator approach to combine multiple APIs responses using Java Concurrency API to improve performance
for the Mobile APP, currently it supports brands like H&M ,Boots & Bath & Body Works many more in pipeline.
Responsibilities :
Photon
March 2020 to till date
? Involved in the complete life cycle of the application.
? Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
? Involved in the performance improvement
? Did server side programming for work packages.
? Worked on SPRING BOOT REST services.
? Involved in design discussions and execution of planned delivery.
? Involved in deployment to AWS EC2 instances for various environments DEV,QA,UAT,Pre-PROD,PROD.
Dell india Pvt Ltd as Software Dev Senior Engineer
May 2012 to Mar 2014
Active System Manager 7.5
Core Java, Spring MVC,Spring AOP,
Rest Web Services, JAXB 2.1,
,Hibernate, PostGres, TomEE, Clarity,
Gradle, Jenkins, SoapUI Pro
Active System Manager is Dell's unified management platform that enables automated delivery of IT resources,
empowering users to quickly deploy infrastructure and workloads. Active System Manager provides Dell and
third-party hardware support to converge customers' existing heterogeneous infrastructure.
The new Active System Manager 7.5 streamlines deployment and features an enhanced user interface that provides
an intuitive, end-to-end infrastructure and workload automation experience through a single console.
This speeds up workload delivery and streamlines infrastructure management, enabling IT organizations to
accelerate service delivery and time to value for customers.
ASM has a unique Template-based provisioning and orchestration feature which simplify IT service delivery with
a centralized approach to workload-specific configuration.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 3/5
ASM provides Infrastructure lifecycle management which Discover, inventory and configure assets - fast - to
streamline physical/virtual infrastructure and workload management during every phase of the infrastructure
lifecycle.
ASM gives Deep virtualization integration & manage cluster-level and virtual machine (VM) lifecycles for VMware
vSphere platforms.
Using ASM's Resource pooling & dynamic allocation, user can optimize capital expenditures by creating and
managing physical and virtual IT resource pools.
ASM's Open and extensible architecture. Easily integrate existing and future IT resources - both Dell and
Non-Dell.
Responsibilities :
Worked as Scrum Master for the Team Stunning Stallions
Involved in the complete life cycle of the application.
Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
Involved in bug fixing all across the application.
Practiced pair programming as a mandatory mode of development.
Involved in both client and server side programming for work packages
Worked on Controller part of application using Spring MVC.
Worked on Rest services.
Involved in team management.
Involved in design discussions and execution of planned delivery.
Used TDD approach for the development model.
GaleForce(Active System Manager 7.1)
CoreJava, Eclipse RCP, Oracle,
JBoss, Spring MVC JAXB 2.1, SWT,
JFace, SWTBot, Eclipse BIRT 3.7 ,
Eclipse GEF,Gradle, Jenkins
Gale Force is Cloud Management Solution Product which is automation software that turns compute, network,
and storage resources into self-service, converged infrastructure.
This product helps customers turn discrete compute, network and storage components into integrated and
highly-optimized application, virtual desktop infrastructure, and private cloud solutions featuring self-service
and advanced automation. This solution also provides a comprehensive management, automation and orchestration
platform for simplifying end-to-end provisioning across heterogeneous infrastructures. Gale Technologies
delivers automated physical and virtual resource allocation, preserves best practice enterprise infrastructure
deployment through reusable templates, and masks that complexity from the end user to provide a
valuable enterprise asset.
Responsibilities :
Worked as Scrum Master for Scrum Team Roaring Lions.
Involved in the complete life cycle of the application.
Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
Worked on implementation of various Eclipse RCP Views, Editors
Involved in bug fixing all across the application.
Involved in both client and server side programming for work packages.
Worked on Rest services POC.
Involved in team management.
Involved in design discussions and execution of planned delivery.
Worked on weekly releases to QA to ensure the quality of product.
Used TDD & BDD approach for this legacy product which was using old JDBC with JAVA.
Logica Pvt Ltd (taken over by CGI) as IT Consultant
Dec 2006 to May 2012
OneSatPlan
CoreJava,Spring3.0,Maven,Eclipse
RCP,Oracle10g,Eclipse EMF, Eclipse
INDIGO, Tomcat 6.0,Web Services,
JAXB 2.1, SWT, JFace, SWTBot,
Hibernate Teneo, Eclipse BIRT 3.7 ,
Eclipse GEF
SES is one of the world's largest Satellite operators with 50 satellites. As an example, anyone receiving Sky TV is
being supplied by an SES satellite. OneSatPlan is a bespoke application being developed for SES to unify their
various independent satellite asset management and capacity planning tools and processes. These range from
legacy applications to Excel spreadsheets
OneSatPlan is a three tier solution but more unusually it has a rich (fat) client tier (Eclipse RCP) plus the more
common application server tier and database tier.
The Eclipse Modeling Framework (EMF) is used for the domain model. EMF is a modeling framework and code
generation facility model has annotated interfaces (including persistence annotations) and EMF generates the
actual domain model code. This generated code gives a model with numerous features including very rich
(runtime accessible) meta-data, support for domain model change recording (used to support undo/redo and
to send just the delta changes to the application server), built in change listener / notification support (used to
synchronize multiple editors, views and windows).
OneSatPlan supports a planning scenario concept whereby new child planning scenarios can be spawned from
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 4/5
existing scenarios. Initially a spawned scenario is identical to its parent but any further changes made only appear
in that scenario. Difference and conflict reports can be displayed between scenarios and changes can be
merged back into parent scenarios. This complex functionality is underpinned by Oracle Workspace Manager
(a feature of Oracle Database) which effectively tracks multiple versions of data using a copy on change like
strategy.
Scaling, high availability and disaster recovery will be provided by multiple stateless application servers running
Spring's tc Server (basically Tomcat) and by Oracle Data Guard (synchronizing changes to a recovery site)
with the option to use Active Data Guard to off load reporting to the disaster recovery database instance. Other
technologies used include the Spring framework and Hibernate for the application server tier, Drools for complex
constraint checking and Eclipse BIRT for reporting.
Responsibilities :
Involved in the complete life cycle of the
Did initial set up of SONAR for the Quality of product.
Worked on implementation of Search Locator views for different entities like (Transponder, Satellite, Carriers)
Worked on implementation of various RCP Views, Editors.application.
Involved in design and development of the frameworks & Proof of Concepts (POC) for the project.
Involved in bug fixing all across the application for the increment one delivery.
Worked on generating domain model on EMF and involved in hibernate mapping of entities.
Involved in both client and server side programming for work packages.
Worked on Birt Reports.
Worked on Web services implementations for entities.
Smart Metering Solution (WM-Data Norway)
CoreJava,Spring2.5,Maven,Eclipse
Link,Oracle10g,MyEclipse7.5
,Eclipse3.2,Tomcat6.6,Web Services,
JAXB 2.1,Xstream 1.3
Smart Metering is a next generation product in the Energy & Utility (electricity and gas) domain. The product
facilitates grid operators to read the meter readings for customers without any human interface. It also provides
a variety of services to the end user to manage their energy consumption or switch between service providers
from anywhere through the customer portal. The application is implemented using web services, spring, JPA &
Messaging with the Pojo's.
Responsibilities :
Involved in the complete life cycle of the application, played a leading role in the architectural design and development, as
part of
the core decision making team for the selection of technologies.
UG: B.Tech/B.E. (Electrical) from Jiwaji University in 1997
Other Qualifications/Certifications/Programs:
Spring 4.0
Usable Security
Software Security
Education
IT Skills
Skill Name Version Last Used Experience
Spring, Spring-MVC, Spring-WS
STRUTS,
Sun Solaris, Linux
Windows 9x/NT/2000/XP
Oracle, My SQL, Postgres, IBatis
Mongodb
Web logic, Apache, Tomcat
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d12…
https://freesearch.naukri.com/preview/printResume?uname=30bc8c289bdf94cd946c663713e19edf580c58591f1109170743125c580b02421b0d120a17135b5958… 5/5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
TomEE, JBoss, WebSpehere
Java, HTML, DHTML, C, C++, XML, SAML 2.0
J2EE,Design Patterns, JDBC
SERVLETS, EJB, JPA, Spring AOP
SPRING MVC
REST Web Services, ORM
JAXB, SWT, JFace, Eclipse RCP
Eclipse EMF, Hibernate
Eclipse, Net Beans, My Eclipse
RAD,Notepad++; Star UML,SOAP UI
Burp Suite Pro, OWASP ZAP
Checkmarx, Veracode, Kali Linux
CVS, SVN, PVCS, GIT, Hudson
Jenkins, Maven, Kubernetes,Docker
TestNG, JUnit, PowerMock
Easymock, Mockito, FitNesse, Sonar
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1005: Resume 1270 with similarity score 0.007625732515648909
Resume Text: B.E , MS , B.TECH , BS cloud architect , devops engineer , assistant manager , solutions architect , information security , management trainee , chief technology officer , partner , full time , assistant general manager , vp , aws architect customer , microsoft azure , platforms , beginner , japanese , status , specifications , it consulting , application architecture , mumbai , rdbms , testing , technical design , microsoft project , visio , clear , supply chain , development projects , amazon web services , french , technical leadership , devops , designation , it strategy , mar , deliverables , pre-sales , hindi , information security , ltd , english , cloud security , technology trends , architecting , disaster recovery , machine learning , white papers , research , itil , javascript , availability , requirements analysis , general , rca , team management , affirmative action , public , service delivery , strategic planning , regulations , timelines , email , aws , operations , user stories , languages , assessment , it infrastructure management , infrastructure solutions , confidentiality , cloud services , ug , telecom , investors , authorization , teams , enterprise , scalability , transformations , engage , government , social responsibility , servers , drive , framework , technical documentation , adoption , elasticity , python 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 1/4
Current Designation: Assistant General Manager IT
Current Company: BSE Ltd(Marketplace Technologies Pvt.Ltd)
Current Location: Mumbai
Pref. Location: Mumbai,Navi Mumbai,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Head/VP/GM-Tech. Support
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Operations]
Verified : Phone Number | Email - id
BSE Ltd(Marketplace Technologies Pvt.Ltd) as Assistant General Manager IT
Feb 2018 to Till Date
BSE Ltd(Marketplace Technologies Pvt.Ltd) as Assistant General Manager IT
Feb 2018 to Feb 2018
Achievements/Tasks
Devise a strategy to incorporate cloud services and technologies in
order to optimise infrastructure and make applications cloud ready.
Work collaboratively within integrated cross-functional teams to deliver
comprehensive strategies that enable cloud and infrastructure
transformations.
Advocate and define cloud architecture vision from a strategic
perspective including internal and external platforms tools and systems.
Act as a subject matter expert to organisation for public and private
cloud end to end architecture.
Drive scope definition, requirements analysis, technical design and
deployment using cloud and devops technologies.
Initiate and implement devOps practices and technologies to reduce
release to market cycles, bring down TCO , increase efficiency and
effectiveness.
Ensuring effective housekeeping and incident management function in
cloud environments with RCA analysis, incident resolution and on-time
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Saurabh Kulkarni
AGM-IT seeking assignments in Cloud strategic planning and architecture. Expertise in
designing and solutioning complex enterprise architectures in AWS using devsecops
best practices.
Key Skills: AWS architect,AWS DevOps,Cloud strategy,Cloud Security,Technical Project Management,Devops,IT Strategy
Planning,Technical Leadership,Team Leading,IT Team Management,Azure,RDBMS,IT Consulting,Service Delivery
Management
Summary
Cloud & DevOps Strategist & Architect
Designing and executing multidimensional cloud and devops strategies considering the platform, architecture,security ,
organisational and financial aspects of adopting current technologies.
Over 10 years experience in architecting, designing and implementing cloud solutions and executing complex technical projects
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 2/4
permanent fixes.
Maintain project frameworks and deadlines. Maintain and implement
SOPs and best practices with reference to white papers and ITIL
framework.
Lead research and development projects and maintain a R&D budget.
Train and develop team members to keep up with the current devOps
trends, measure KPIs.
Whizstorm Software Technologies as Chief Technology Officer-IT Infrastructure Management
Nov 2015 to Feb 2018
Duration: November 2015 to Till date
Roles & Responsibilities:
Chief Technology Officer
Chief Technology Officer
Technology strategy, adoption and planning -Identify opportunities and risks for delivering the company's services as a
web-based business, including identification of competitive services, opportunities for innovation, and assessment of
marketplace obstacles and technical hurdles to the business success.
Identify technology trends and evolving social behavior that may support or impede the success of the business.
Designing infrastructure and software architectures to meet scalability, elasticity, security and availability of applications at
all times.
Keeping the infrastructure and application architecture up to date by aligning cloud technology and services with business
needs.
Adopting and designing solutions by incorporating IaaS(Infrastructure as a service) and PaaS(Platform as a service)
services in Amazon Web Services and Microsoft Azure to build highly available, redundant, elastic and secure applications
and products.
Collaborate with the appropriate departments to assess and recommend technologies that support company
organizational needs.
Establish a governance process that meets government, partner, and company expectations for customer information
privacy.
Direct development and execution of an enterprise-wide information security plan that protects the confidentiality, integrity,
and availability of the company's data and servers.
Direct development and execution of an enterprise-wide disaster recovery and business
continuity plan.
Communicate the company's technology strategy to investors, management, staff, partners, customers, and stakeholders.
Collaborate with the founders and potential customers to develop use cases (or user stories) and specifications that
describe the implementation of the company's services as
web application.
Ensure the company's internal technological processes and customer-facing services comply with community expectations
and applicable laws and regulations for privacy, security, and social responsibility.
Select or define the company's software development methodology.
Establish a specification conformance and testing regimen based on user stories.
Drive implementation and deployment policies and methods, Continuous research and development in order to use the
latest software and cloud services across all the products.
Kohinoor Group as Manager - IT
Jan 2012 to Oct 2015
Achievements/Tasks
Initiate,plan,execute,control and close IT projects.
Determine &define clear deliverables, roles and responsibilities for
team members on specific projects.
Introduce the business and IT teams to the current technologies in
cloud and application development
Comnet Solutions Pvt. Ltd. as Assistant Manager
Jan 2011 to Jan 2012
Comnet Solutions PVT. LTD (01/2011 - 01/2012)
Comnet Solutions PVT. LTD (05/2008 - 05/2009)
Manager IT projects
Kohinoor Group
Initiate,plan,execute,control and close IT projects.
Determine &define clear deliverables, roles and responsibilities for
team members on specific projects.
Introduce the business and IT teams to the current technologies in
cloud and application development.
Assistant Manager Sales and Operations
Comnet Solutions Pvt Ltd
Engage with potential customers for pre-sales opportunities in
infrastructure solutions and products.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 3/4
Prepare and maintain technical documentation for proposals, SOPs &
SLAs in facility management operations and RCA documents for
incident management alerts.
Maintain supply chain timelines and practices.
UG: B.Tech/B.E. (Computers) from SAKEC(Mumbai University) in 2008
PG: MBA/PGDM (Operations) from IES MCRC(Mumbai University) in 2011
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Professional
AWS Certified DevOps Engineer Professional
AWS Certified Machine Learning Specialty
Nature of Employment: Full Time
Project Location: Mumbai
Role: Other
Duration: May 2010 - Jul 2010
Onsite / Offsite: Onsite
Team Size: 30
Education
IT Skills
Skill Name Version Last Used Experience
Cloud Architect 2017 4 Year(s) 0 Month(s)
AWS and Microsoft Azure 2017 6 Year(s)
Microsoft Project 2017 8 Year(s)
Microsoft Visio 2017 8 Year(s)
AWS SQS and AWS SNS
JavaScript
RDBMS
Python
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Proficient
French Beginner
Japanese Beginner
Projects
Project Title: Management Trainee
Client: Standard Chartered
Skill Used: IT Project management and Operations
Project Details: Implementation of Verint Voice logger in regional treasury departments
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450…
https://freesearch.naukri.com/preview/printResume?uname=ce0bd959d6f6f72ec345db8c4d1d4f26595b5f024f165c16024210515f5f514a1709450114460d5c005… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1006: Resume 1004 with similarity score 0.0076243248043909905
Resume Text: B.S , MS software engineer , full time , software developer project design , react.js , web development , streamlining , payment gateways , general , software solutions , ledger , css , designation , ug , teaching , mar , affirmative action , mysql , project plans , hindi , real estate , maintenance , ltd , pdf , php , jquery , stock management , json , approval process , authorization , english , sms gateway , web applications , status , batch processing , postgresql , agile , email , sim , codeigniter , aws , windows 10 , solution architecture , management software , new features , google maps , fixing , resource coordination , mvc , synergies , building , languages , framework , google docs , html5 , content management systems , purchasing , property management , one , kitting , javascript , organization , distributors , rcv , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b43…
https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b435611475e59005… 1/2
Current Designation: Software Engineer
Current Company: DB Xento Systems Pvt. Ltd.
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DB Xento Systems Pvt. Ltd. as Software Engineer
Oct 2016 to Till Date
Title: Entrata TM Core ? Property Management Software (Main Product)
Organization: DB Xento Systems Pvt. Ltd., Pune
Description: This is one of the leading property management software in U.S real estate market. It provides ability to
their customers to have a global login to manage all their other Entrata product account. It also incorporates property
accounting, purchasing, facilities and leasing data. It also has ability to quickly move-in resident, post transactions to the
ledger, or automate your renewal offer process. In short, it is a software which brings all the property management tools
together.
Skills Used: React JS, Javascript, PHP custom MVC framework, HTML5, CSS, Postgresql and JSON
Roles:
Responsible for fixing bugs, providing support and developing new features
Implemented AWS Textract service to OCR the bill PDF provided by the various utility providers.
Building a feature for applying taxes to the utility charges for the residents, automating internal modules for monthly Batch
Processing (Calculating charges & generating invoices)
Streamlining the Batch Processing Module by implementing other new functionalities like adding QC Escalations and QC
Analyst Approval process
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Bhushan Machhindra Shivle
Software Engineer seeking roles in Software Development,Web
Development,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,Jquery,React
JS,HTML5,CSS3,JSON,Ajax,PHP,MySQL,PostgreSQL,CodeIgniter
Key Skills: software engineer,software developer,software development,web development,project management,react
js,html5,css3,json,ajax,php,mysql,postgresql,codeigniter,react.js,javascript,jquery
Summary
A dynamic professional with over 6+ years of experience in Web Development with tacit knowledge in React JS, JavaScript
Frameworks , PHP MVC Frameworks, APIs and Content Management Systems.
Currently working with DB Xento Systems., Pune as Software Engineer
Gained experience in developing complex web applications with front-end using CSS Frameworks and back-end using MVC
Frameworks in conjunction with various other web development technologies
Hands on experience in Web Portal Applications, Web Development/Programming, Object Oriented Programming, MVC
Frameworks, Product Teaching / Seminars & Agile Methodology.
Handling project design, scope, estimation, resource coordination and delivery, as per specified timeframes as well as
implementing project plans within pre-set budgets and deadlines.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b43…
https://freesearch.naukri.com/preview/printResume?uname=bae3e41a4399ae9ff366bc45550d124b5f0e0d5542425f120b44435d0e0e5742420b435611475e59005… 2/2
STA Software Solutions as Software Engineer
Mar 2014 to Sep 2016
Title: Mars Synergies (Warehouse Management System)
Organization: STA Software Solutions, Pune
Description: This web application was developed for the Bharti Airtel Warehouse Management System. It provides the
Bharati Airtel SIM/RCV warehouse stock management in various regions in Maharastra. It also have the kitting process
which includes the inward for SIM/RCV, then kit them with the manual in the pouch and dispatch them to the various
distributors all over Maharashtra.
Skills Used: PHP CodeIgniter MVC framework, Javascript, Jquery, HTML5, CSS, MySQL
Roles:
Responsible for understanding, developing entire warehouse management and kit processing.
Co-ordinating with the client and their team for the changes in their old desktop application and providing them the web
application for their internal use for the multiple warehouses located various regions of Maharashtra.
UG: B.Sc (Computers) from University Of Pune, Pune in 2009
PG: MCA (Computers) from Abasaheb Garware College of Arts & Science, Pune in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript 3 Year(s)
HTML5, CSS3, JSON, Ajax, PHP 2020 6 Year(s) 0 Month(s)
MySQL 5 Year(s) 0 Month(s)
Google Docs
SMS Gateway, Google Maps
AWS 2 Year(s) 0 Month(s)
Payment Gateways 4 Year(s) 0 Month(s)
WINDOWS 10 2020 6 Year(s) 0 Month(s)
React.js 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Marathi Proficient
Rank 1007: Resume 1363 with similarity score 0.0076242104482337975
Resume Text: B.E , MS , B.TECH , BS devops engineer , full time , software developer automation , ansible , continuous delivery , amazon ec2 , devops , jenkins , telugu , project teams , designation , developers , elastic load balancing , confluence , conventions , command , amazon s3 , affirmative action , plugins , hindi , docker , cloud , linux system administration , maintenance , apache , merging , unix , dynamo , web technologies , authorization , english , new relic , status , agile , email , tomcat , application , configuration management , aws , focus , provisioning , less , bitbucket , amazon rds , electronics , ecs , writing , git , shell scripting , languages , maven , infrastructure , lovely , python , javascript , challenging environment 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b1…
https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b110113125b5c5d… 1/2
Current Designation: DevOps Engineer
Current Company: TCS
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
TCS as DevOps Engineer
Aug 2019 to Till Date
PROJECTS
CLIENT :USAA
ROLE :junior DevOps engineer
DOMAIN : financial institution
Roles & Responsibilities:
? Coordinate/assist developers with establishing and applying appropriate branching, merging conventions using GIT
source control.
? Configured and maintained Jenkins to implement the CI process and integrated with required plugins.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sasidhar Reddy Gaddam
DevOps Engineer seeking roles in Linux System Administration,Networking,Shell
Scripting,Load Balancing,Configuration Management,Web Technologies,Performance
Monitoring,Continuous Delivery,Apache
Tomcat,Jenkins,Terraform,AWS,Python,Confluence,Git
Key Skills: DevOps Engineer,Software Developer,Linux System Administration,Networking,Shell Scripting,Load
Balancing,Configuration Management,Web Technologies,Performance Monitoring,Continuous Delivery,Apache
Tomcat,Jenkins,Terraform,AWS,Python,Confluence,Git
Summary
* 1 Year of experience in challenging environment wheremy focus was to build, Optimize, Deploy, and maintain thesystem.
* Aws infrastructure implementation throughautomation.
* Good knowledge inLinux.
* Worked on to build 3-tier application stack onECS.
* WorkedonAmazonWebServices(EC2,VPCetc.)
* Deployed Docker containers in ECS throughterraform.
* Worked on Linux System Administration and performancemonitoring
* Worked on Tagging automation in AWS using PythonBoto3
* Write Scripts using python and shell script to automate thetasks.
* Worked on Configuration Management Tool:Chef
* Automate the provisioning of AWS using Infrastructure as Code:Terraform
* Knowledge on playbooks, adhoc command, roles, Ansiblejinja templates and ansiblevault.
* Good knowledge in Agile and sprint based workingculture
* Implementing Monitoring on production for any failure using Monitoring tool and writing custom python scripts: NewRelic.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b1…
https://freesearch.naukri.com/preview/printResume?uname=679da56b970e411d3903e4dba8a06c6a095b0d0748145a405518105c0c0b591b105b110113125b5c5d… 2/2
? Continuous Delivery is being enabled through Deployment into several environments of Test, QA, Stress, and
Production using Jenkins.
? Automate the builds and deployment of projects using Jenkins.
? Implement, maintain, and support reliable, timely and reproducible builds for project teams.
? Expertise level knowledge of Amazon EC2, Amazon S3, Amazon RDS, Elastic Load Balancing.
? Scripting in multiple languages on UNIX and Shell script etc.
? Implementing continuous delivery using Ansible.
? Responsible for writing Cookbook?s to configure nodes.
? Experience in setup Docker environment.
? Experience to run Docker container.
? Manage configuration of Web App and Deploy to AWS cloud server through Ansible.
Environment: AWS EC2, S3, Cloud Formation, Dynamo DB, VPC, IAM, Tomcat Apache, Micro-Services, Cloud Watch,
New Relic, Git, Linux, Jenkins, Maven, Ansible, JVM etc.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Lovely Professional University (LPU) in 2019
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Linux
Python, ShellScripting
AWS
Terraform
Git,Bitbucket
NewRelic
DOCKER
CONFLUENCE
Jenkins
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1008: Resume 1458 with similarity score 0.00759422621563067
Resume Text: BSC , BS , B.E , MS , B.TECH project manager , software engineer , project lead , certified scrum master , change management , full time , program manager user acceptance testing , training , core java , telugu , succession planning , rfi , customer satisfaction , project planning , gas industry , status , stakeholder management , cable , vbscript , scope management , technical design , building , delivery of projects , pro*c , devising , designation , trading , csm , hindi , windows , english , supply , sprint planning , change management , resolve , strategy , recruiting , resource management , process automation , javascript , committees , technology , risk analysis , optimization , scrum , amdocs , affirmative action , jdk , oracle , principles , technical direction , readiness , maintenance , unix , service delivery , escalation , architecture , email , operations , global delivery , sequencing , design patterns , languages , business process , level design , billing systems , web , pmp , program management , rendering , oil & gas , performance management , rfp , toad , telecom , revenue , authorization , teams , telephony , sql , application , focus , conducting meetings , framework , cvs , ceremonies , acting , eclipse , attrition 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d43…
https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d430747405d5901… 1/3
Current Designation: RPA Project Manager
Current Company: Tech Mahindra
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 17 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tech Mahindra as RPA Project Manager
May 2003 to Till Date
Growth Path:
May 03-May 09 - Software / Sr. Software Engineer
jun 09 - May 14 - Project Lead
Jun 14 - Jun 17 - Project Manager
Since Jul 17 - RPA Project Manager
Domains: Oil and Gas Industry, Supply and Trading, Customer Care & Billing systems for Telephony and Cable
Technology: UI Path, C, Java
Role:
Leading strategy planning, service delivery, budgets, revenue growth, RFP/RFI's, client management, operations,
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
VIJAYA KUMARI VIPPARTHI
PMP,RPA Project Manager seeking roles in Program Management,Project
Management,Requirement Gathering,Software Development,Application
Development,Global Delivery Management,Resource Management,Risk
Management,Stakeholder Management,Core Java,SQL
Key Skills: PMP,RPA Project Manager,Program Manager,Program Management,Project Management,Requirement
Gathering,Software Development,Application Development,Global Delivery Management,Resource Management,Risk
Management,Stakeholder Management,Core Java,SQL
Summary
Certified Scrum Master & PMP, offering 17+ years of experience in directing implementation & delivery of projects/programs
using Scrum Framework/Agile/ Waterfall Methodologies for clients with focus on achieving top-line & bottom-line results
Possess on-site exposure to Amdocs, Sacramento, CA from May'06-Mar'07
Currently working as RPA (Robotic Process Automation) Project Manager for multiple projects across Telecom, Oil & Gas
Domains
Proven Expertise in software principles, design patterns and all phases of SDLC encompassing requirement analysis,
coding, change requirements, technical design, implementation, deployment & production support
Project Manager with expertise in concepts of end-to-end project planning & implementation which includes estimations,
budget, scope management, activity sequencing, cost estimation, risk analysis & quality management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d43…
https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d430747405d5901… 2/3
process improvements, cost optimization by leading cross-functional team members
Facilitating discussions to elicit & understand business needs, requirements & priorities; driving prioritization and end-
to-end project management with senior stakeholders and providing insights for design & business process
Spearheading resource, succession planning, SOW, technical direction, effort estimation, tracking defects, risk &
change management; monitoring on-site activities and final execution of projects within the time and cost parameters
Conducting meetings with Development, QA & Support teams to ensure complete understanding of requirements, high-
level design, building innovative products, solutions for business based on requirements and generating new ideas &
prototypes
Facilitating Scrum ceremonies (Sprint Planning, Daily Stand Up, Backlog refinement, Sprint Review/Demo,
Retrospective meeting); enabling the team to identify & achieve the sprint goal
Working on product backlog refinement with Scrum Development Team, devising path to vision & roadmap
Assisting team on technical design, architecture, development standards, best practices, coding styles & development
guidelines
Managing multi-location teams including Solution Design, Testing, Integration and User Acceptance Testing along with
Product/Project readiness to LIVE
Rendering post-implementation, application maintenance and enhancement support to the client with regard to the
product / software application
Acting as an escalation gate; following customer-centric approach to address or resolve the customer
issues/escalations, which resulted in achieving the customer satisfaction and repetitive business across accounts multiple
times
Staffing, recruiting, training, performance management, employee attrition rate, competency development, employee
engagement; motivating team and introducing appraisals schemes promotion committees and annual rewards &
recognition
UG: B.Tech/B.E. (Computers) from Osmania University in 2002
Other Qualifications/Certifications/Programs:
SAeF
PMP
CSM
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS, UNIX
Core Java, SQL, C, Pro*C
VC++, ASP, COM, JDK 1.5
JavaScript, VBScript
Eclipse, Web logic, JDK
Toad, CVS, Exceed, Focus
UI Path, UNO
ORACLE 9I
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d43…
https://freesearch.naukri.com/preview/printResume?uname=af8513f570fd1d7c942e325c8279194b0d085c5319400944571543515f0f071c1b0d430747405d5901… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1009: Resume 1418 with similarity score 0.0074997661251120775
Resume Text: B.E , MS , B.TECH full time , sap basis consultant , change management , erp consultant server monitoring , production systems , security , idoc , cmc , linux , gateway , status , mumbai , transportation , plus , ibm aix , components , exposure to sap , soa , basis administration , workflow , crm , retail , designation , mar , sap consulting , web services , system installations , hindi , cloud , cluster , ltd , system configuration , ale , software installation , english , sap system , project , 1709 , performance tuning , change management , resolve , notes , javascript , rolling , saint , affirmative action , studio , add-ons , maintenance , unix , database administration , space management , suse , bods , architecture , email , tomcat , problem management , operations , client administration , languages , export , sap data services , sap implementation , sap hana , job scheduling , high availability , sles , ug , routing , authentication , ticketing , apache , import , authorization , kernel , sap configuration , solman , sap lumira , servers , schemas , repository , framework , replication , backup and recovery 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c140910…
https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c1409105115105d5900… 1/2
Current Designation: SAP Basis HANA Consultant
Current Company: Tata Consultancy Services Ltd.
Current Location: Mumbai
Pref. Location: Pune,Mumbai
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 11 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as SAP Basis HANA Consultant
Mar 2018 to Till Date
Environment : SAP ECC 6.0 EHP7/S/4 HANA 1709 and 1909, SAP BO/BW, PO, NetWeaver, SAP CAR, HANA DB, MDG,
BODS (Data Services), CAR, SCM, TM/EM,
SAP Lumira, SAP Datahub, Cloud Connector.
Project # 1
Client : Retail
Profile : SAP Basis S/4 HANA Consultant
Skill and Tools : SAP ECC6.0, S/4 HANA IBM AIX -UNIX, SLES, SAP BASIS & HANA DB.
SAP Basis administration and technical core competencies tasks including SAP and HANA software installation and
configuration, upgrade, applying Support Packages, and installation of add-on software components.
SAP High Availability installation (HA+) on Suse Linux cluster environment with Enqueue replication, have migrated
Solman 7.2 to High Availability plus from standalone with ASCS/SCS split.
SPS Upgrade and S/4 HANA 1909 upgrade using SUM tool of different SAP systems like S/4 HANA, SAP MDG, SAP
CAR, SAP PO, SAP TM&EM, Data service, BOBJ, etc.
HANA 1.0/2.0 database High Availability installation on cluster environment with HANA replication, HANA Upgrades,
administration, tracing, BACKUP AND RECOVERY through HANA studio, parameter configuration.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
KUNAL SAWANT
Proficient SAP Basis Consultant With 3 years deftly handling SAP Administration
Module from initial Installation/implementation through patching and maintenance to
end-to-end solution. Actively looking for a job change where I can grow professionally
Key Skills: SAP BASIS Consultant,SAP S/4 HANA,SAP Consulting,SAP Implementation,SAP Configuration,System
Analysis,Incident Management,SAP HANA,NetWeaver,SAP ECC,Unix,SAP Basis,SAP Basis Administration,System
Copy,SAP Upgrade,Installation,Basis,SAP
Summary
Proficient SAP Basis Consultant with 3 years deftly handling SAP administration module with exposure to SAP HANA, S/4
HANA, SAP Data Services, SAP TM/EM, SAP Gateway&FIORI, SAP Datahub, SAP Lumira, and HANA Security.
Hands-on experience in administration, architecture, design and Implementation of SAP systems.
Completed System Installations, Configuration, Upgrades using SUM tool, System Refreshes using System copy, Database
backup/restore methods.
Applying Patches (SPAM), Add-ons (SAINT), SAP Notes (SNOTE), SSO Configuration, Language Install, SAP Host Agent
Install & Upgrade, Job scheduling, Parameter changes, Operation mode settings, Rolling Kernel Switch, Client administration
tasks like Client copy (Local, Remote & Import/Export), new Client creation, and Client deletion and maintaining client settings,
etc.
HANA Database administration and installation through SAP HANA Studio, Updating the HANA Database software using HANA
Lifecycle Manager.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c140910…
https://freesearch.naukri.com/preview/printResume?uname=f35921d0b66ba419848b621df2d6b7020e5f5a074c470e450a1541095a0f544c1409105115105d5900… 2/2
Used HLM HANA Lifecycle Manager to Administrate, Integrate, update SAP HANA Components and worked on all Admin
Tools for SAP HANA and performed SAP HANA Operations such as Table Administration, Periodic Manual Tasks
Transport Changes etc.
Performed Hana Security activities which include users, roles, and privileges.
SAP S/4 HANA implementation & Configuration, ALE/IDOC Set up b/w SAP Systems, HANA Rule Framework
configuration and integration with SAP systems etc.
SAP S/4 HANA MDG installation with Utopia addon, DRFIMG Basis configuration, SOA configuration, NWBC, BGRFC
configuration, Post activities like Business Function, Business Set Activation, Workflow Automatic RFC configuration etc.
SAP Data Services installation, Creating Repository, users, schemas on HANA database, CMC user creations, Job Server
creation, and setup ODBC connection, job server monitoring etc.
SAP S/4 HANA Gateway/FIORI installation and SSO configuration with backend SAP servers with web dispatcher routing,
Fiori CAR HANA SSO etc.
SAP BW 7.5 installation and integrate with SAP BO, Source system connection
SAP BO/Lumira upgrades, timeout setting in BI, Wdeploy tomcat configuration, dswsbobje Web Services with Apache,
SAP authentication enabling, BO Adaptive service split etc.
SAP Cloud Connector installation as standalone & High Availability, upgrades, Subaccount configuration, Backend SAP
system configuration with Cloud connector etc.
SAP Datahub installation, user?s creation in datahub, instance creation etc.
Applied support packs (SPAM), add-ons/plug-ins (SAINT) and Kernel Upgrades, Performance Tuning, Daily System
Administration, Backup and Space management, OSS Note Implementation etc.
Completed transports which include Creation of transports, importing transports (both SAP and OS level, Charm) in
Development, Quality and Production systems.
Completed SAP System Parameters changes, database parameter changes.
Lead Responsibilities:
Supporting to all system in 24*7 in client environment and close monitoring.
Ticketing tool (Service Now): Handling all problem management, change management and incident management tickets.
Raising OSS message and coordinating with them to resolve issue.
Documented implementation and upgrade process with detailed level.
Working on daily transportation, note implementation, etc.
UG: B.Tech/B.E. (Mechanical) from Mumbai University in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP Basis S/4
HANA
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 1010: Resume 916 with similarity score 0.00748795250595303
Resume Text: BS youtuber , software developer , senior software engineer , part time , full time , java developer core java , mybatis , user management , docker , linux , digital , customer satisfaction , airlines , node.js , bookings , status , express , xml , elements , building , emerging technologies , weblogic , es6 , organization , registration , capture , react.js , freelancing , kubernetes , designation , mar , apache camel , hindi , english , code review , project , live , passenger , rest , putty , dashboard , fleet , hubs , one , javascript , technology , html , web development , affirmative action , oracle , mysql , maintenance , jquery , checks , bootstrap , email , codeigniter , freight , languages , story , youtube , hibernate , queues , ajax , online , api , spring mvc , functionality , css , ug , health , revenue , php , authorization , spring boot , application , cron , materials , british , repository , router , e-commerce , cvs , eclipse 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a081…
https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a08120711470a5508… 1/3
Current Designation: Senior Software Engineer
Current Company: NIIT Technologies
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Noida,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
NIIT Technologies as Senior Software Engineer
Jan 2017 to Till Date
Software Trainee as 01/2017 - 07/2017,
Software Engineer 07/2019 - Present, Greater Noida, India
COFORGE Technologies is a leading global IT solutions organization. enabling its
clients to transform at the intersect of unparalleled domain expertise and
emerging technologies to achieve real-world business impact
Domain: Airline Cargo
Technology/Tools used: Java, JSP, Spring, Oracle, Ajax, Ant,
WebLogic, Linux, MQ Explorer, putty, Apache Camel, Eclipse Luna,
CVS, GIT, MySQL ,Linux, Front-end technologies (HTML, CSS 3,
jQuery, Ajax, JavaScript),
PROJECT EXPERIENCE
WWW.IAGCARGO.COM (07/2019 - Present)
IAG Cargo is the cargo handling division of International Airlines Group. IAG
Cargo uses the freight capacity of its sister airlines' passenger fights, such as
British Airways, and maintains three hubs located at Dublin Airport, Heathrow
Airport.
Fleet Business, British Airways & Iberia - IAG Cargo
07/2019 - Present)
Requirement analysis i.e. User story Analysis.
Developed/Fixed the Live incidents on IAGCARGO.com which help in
customer satisfaction and increased the IAG revenue.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Ajay Kumar Suneja
Anyone can fix a problem or develop a solution but my four years of experience in
Java, Spring , Mysql , Front End Technologies have taught me beyond this, Don't just
build a solution but Design the BEST solution..
Key Skills: Core Java,MySQL,Javascript,HTML,JSP,Hibernate,Spring
Mvc,PHP,Codeigniter,JQuery,React.Js,Node.Js,Express,Spring Boot,Apache Camel,Mybatis,cvs,GIT,Docker,kubernetes
Summary
3+ years of experience in Software Development and IT Technical Support and also Part time Youtuber an
experienced Java Developer with a strong interest in projects that require both conceptual and analytical
thinking. Fully committed to Designing and Developing innovative web-based materials that users will
love. Always eager to learn more tricks from anyone - regardless of the industry they are working in.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a081…
https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a08120711470a5508… 2/3
Module that I have worked on are EBooking, login,registration and user
Management in IAGPortal.com.
Opportunity to work in "QM activities" like Code review and Code Check-in-
Check-out and so on.
Worked on development of one Java process to read messages from
different Queues using apache camel as business requirement.
Worked on development of one application WTPOS (Payment System ) using
HTML, CSS, Spring, Hibernate as business requirement.
Worked on automated daily checks scripts using Linux and scheduled it
through Cron Job.
Worked in both Delivery and Support.
Good experience in Release processes.
Client Site Experience
PROJECT EXPERIENCE
PHP & CodeIgniter Experience (Freelancing) (2018 - Present)
Working with designers, Front End and project management staff to capture
requirements for the functional elements of website projects. Also
responsible for liaising with clients and ensuring that all work carried out
complies with standards and guidelines.
Building PHP websites using PHP based frameworks like CodeIgniter
Rest API implement Using CodeIgniter.
Developing compatible User Interface functionality using jQuery & other
libraries. Developing web sites using MySQL, PHP.
Solid web development experience using OOP, PHP, AJAX, MySQL,
JavaScript, XML, HTML and CSS
My Work Repository - > Youtube/TechnicalSunejaji
UG: BCA (Computers) from GGIPU University, Delhi in 2014
PG: MCA (Computers) from GGIPU University, Delhi in 2017
Education
IT Skills
Skill Name Version Last Used Experience
Core Java , Java 8, Spring MVC
Hibernate & MyBatis
REST API Using Spring BOOT, JSP, Servlet
HTML, CSS, Boostrap
React JS, ES6, JQuery, JavaScript
Node & Express MYSQL & Mongo DB
AJAX
PHP & CodeIgniter
CVS & GIT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a081…
https://freesearch.naukri.com/preview/printResume?uname=d5d10d381feedd7629993c5e1d9e21e909545a584b155d18001048590b08521f1a08120711470a5508… 3/3
Nature of Employment: Full Time Duration: Feb 2020 - Mar 2020
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Mar 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2018 - Dec 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2018 - Jun 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2017 - Jun 2017
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: IAGCARGO.com (02/2019 - Present)
Client: IA CARGO Iberia Airline
Project Details: 1)The platform provides users with dashboard functionality where they can manage their Bookings.
2)Module that I have worked on are EBooking, login,registration and user Management. 3)Developed/Fixed the Live
incidents on IAGCARGO.com which help in customer satisfaction and increased the IAG revenue
Project Title: Daily Checks Autmated Script
Client: IAG CARGO Iberia Airline
Project Details: 1) Implemented automated daily checks scripts using Linux and scheduled it
through Cron Job , it runs daily and send it the server health details to business people. 2) Daily 30 Minutes Manual E7ort
Saved.
Project Title: WTPOS (Payment System)
Client: British Airways
Project Details: 1) WTPOS is a complete Payment system that manages all Cargo shipments and
they process and stored them into that DB.
2) Technology used were Java ,Spring MVC , HTML , CSS , Bootstrap, JQUERY, Oracle.
Project Title: IAGCARGO Message Router
Client: British Airways
Project Details: This Java Process receive the messages from One queue and send it to another Queue on basis of
flightmessages condition. Technology used were Java, Apache Camel , MyBatis.
Project Title: E-Commerce Platform
Client: NIIT Technologies
Project Details: This Project allows user to buy and sell tangible goods, digital products or services online. Developing
compatible User Interface functionality using jQuery & other
libraries. Developing web sites using MySQL, CodeIgniter.
Rank 1011: Resume 1101 with similarity score 0.007480476786964024
Resume Text: MS , BS product development , account manager , solution architect , full time , client success manager , enterprise architect , lead engineer encryption , general , customer , migrating , powershell , microsoft azure , designation , demand , microsoft office , restructuring , vendors , case , suggestions , mysql , hybrid cloud , migration management , pre-sales , affirmative action , hindi , english , public , readiness , maintenance , quote , ltd , total cost of ownership , active directory , bar , mcafee , gateway , risk , office 365 , exchange support , teams , e-mail , enterprise , synchronization , status , steering , stakeholder management , messaging platforms , excel , email , health check , application , aws , groups , leadership , mimecast , solution architecture , smb , authorization , intune , led , framing , premises , strategy , delivery of projects , languages , microsoft exchange , password management , procurement , amazon , pie , one , javascript , appliances , organization , technology , mailboxes , presentations , database , agility 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420…
https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420744405a58095… 1/3
Current Designation: Solution Architect
Current Location: Delhi
Pref. Location: Gurgaon,Hyderabad,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.A [Arts&Humanities]
Verified : Phone Number | Email - id
as Solution Architect
Jun 2009 to Till Date
NaviSite India Pvt. Ltd as Solution Architect
Jun 2009 to Jun 2009
Growth Path|| Role:
Since Jun'18: Solution Architect
* Front leading various projects and ensuring delivery of projects within the time & cost parameters with a high standard
of quality; defining & initiating a strategy service offering for partners
* Spearheading implementation of processes, managing change and supporting effective management of change, in
close coordination with the project steering board
* Framing architectural decisions, providing leadership, direction, strategy, and vision in the areas of technology and
product development to facilitate and enable growth and business agility
* Interacting with existing client for all architectural related issues, if required for restructuring of the product
* Empowering team and encouraging out of box thinking, innovation and new ideas generation and subsequently
providing resources and platform to people for implementation of new ideas & suggestions
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Rahul Kishan
Solution Architect seeking roles in Project Management,Technical Consultancy
,Solution Architecture,Migration Management ,Risk Management,Stakeholder
Management,Solution Designing,Microsoft Azure,AWS, Database (MS SQL,
MySQL),PowerShell
Key Skills: Solution Architect , Project Management,Technical Consultancy ,Solution Architecture,Migration Management
,Risk Management,Stakeholder Management,Solution Designing,Microsoft Azure,AWS, Database (MS SQL,
MySQL),PowerShell
Summary
A result-oriented professional offering over 13 years of a successful career with diverse roles distinguished by commended
performance
* Led architecture and design efforts; implemented processes, managed, change and supported effective management of
change, in close coordination with the project steering board
* Led culturally diverse IT teams across multiple technology and functional areas; directed business and IT project portfolios,
balancing resources, demand, opportunity, ROI and risk
* Mentored and coached the team; planned and integrated the work of multiple teams on a project; provided input on team
performance and reward
* Proficient in Designing Cloud Solution for the enterprises in competition with Amazon AWS, Microsoft Azure, and so on w.r.t
Solution Designing and cost effectiveness
* Skilled in crafting solution designing for Public Cloud, Private Cloud & Hybrid Cloud for multiple business's needs; portfolio
designing i.e. Azure, AWS, Office 365 /M365, DaaS, DRaaS, Databa
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420…
https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420744405a58095… 2/3
* Collaborating with clients in Pre-sales call to gather requirements, finalize the scope of work, PoC, Product demo and
making solution presentations and quotes
* Liaising with other teams such as Account Manager, Client Success Manager and Project Management Team to
create a quote for existing customer in case of any Add-on services
* Designing Navisite Own Cloud Solution for the enterprises in competition with Amazon AWS, Microsoft Azure, and so
on for cost effectiveness
* Providing assistance to organization achieving Quota in form of NRR & MRR from SMB business
* Tracking program/project progress, risk management strategies, total cost of ownership (TCO), dependencies, status
and health check
* Working with Vendors & Procurement Team to gather required hardware, software & third-party services pricing
Jun'09 - Jun'18: Lead Engineer - Office 365 & M365 Project Management
* Implemented migrations from on-premises messaging platforms to Microsoft Office 365 as Architect
* Engaged in migrating 22,000 Exchange 2007 mailboxes to Microsoft Office 365
* Worked closely with customer's Tier 3 & 4 support teams to ensure mailbox migration readiness
* Developed:
o One off PowerShell Scripts for customer's support teams to fix errors found through Active Directory environment
o A tool using PowerShell and Excel to automate manual task required during an Office 365 migration
* Enhanced User Migration Wiz tool to graphically to monitor process with pie & bar charts
* Used Active Directory to manage user accounts, computers, groups, objects and containers
* Delivered support to McAfee Email Gateway Appliances, Proofpoint (Enterprise/Essentials) and Mimecast
* Steered in implementation of a Password Management tool, allowing self-service for resetting passwords
* Troubleshot issues with Office 365 mailboxes
Hosted Exchange Support on Cloud Platform
* Managed queries and supporting on hosted exchange 2007 and 2010 platform
* Performed defined mailbox administration task on Hosted exchange platform and managed public folder queries
* Created new encryption policies on hosted exchange 2010 environment, managing archiving services and E-Mail
migration queries via Migration wiz tool
* Extended voice and E-Mail support to all Navisite hosted exchange customers
* Assisted customer admins on Exchange Admin portal to perform various exchange tasks
UG: B.A (Arts&Humanities) from Delhi University in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Hosted Exchange
Microsoft Exchange 2010 & 2013
Microsoft Office 365
M365
Microsoft Azure
AWS
Database (MS SQL, MySQL)
POWERSHELL
Microsoft Intune
Active Directory Synchronization
SOLUTION Designing
Languages Known
Language Proficiency Read Write Speak
English Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420…
https://freesearch.naukri.com/preview/printResume?uname=b2f8ab22361c9f4caa8c43418474f74a0e0e0f031f1608400612460e5b0e0549165c420744405a58095… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Hindi Expert
Rank 1012: Resume 263 with similarity score 0.007449924934902173
Resume Text: MS , B.TECH , BS work from home , student training , applets , algorithms , internships , css , security , mar , nlp , pay , information technology , painting , public , raman , english , advanced , linear regression , architecture , models , sql , project , c programming , numbers , print , xml , prediction , resume , neural networks , android , object recognition , salary , features , machine learning , fundamentals , opencv , framework , output , research , completion , assessment , balance , python , object detection , javascript , organization , campus , square , ethical hacking , html , online Assessment
Q1. Why should you be hired for this role?
Hello, I hope you are fine. I would like to thank you very much for the job posting. I have the required skill that you are looking for in this job.
I have good hands-on experience with Python. I have done Machine Learning projects using python.
For the last few months, I have worked on a few Research papers related to object detection, NLP, Style transfer, Different architecture of
convolution neural networks. I have implemented my models using the Pytorch framework.
Recently I have used VGG19 architecture in PyTorch and used this model in Transfer learning and change some features of the models and
change some features using Pytorch torchvision library and much more.
I have started reading Research papers from arxiv.org and it helped to acquire more knowledge in this field.
Some Research papers like
1.Deep Residual networking for image recognition explains why to use the residual network for training deep neural networks.
2. Stylized Neural painting for style transfer.
3. YOLO
I heartily believe that I am the best applicant for this project and that is why I would be very thankful if you will consider my appeal and give me a
chance to prove myself.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes I am available for 3 months and I can start my internship as soon as possible.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
KARTHIK RAMAN
Visakhapatnam
Applied 08 Feb'21
Python Android C Programming
Java MSExcel Machine Learning
SQL XML CSS
HTML JavaScript OpenCV
Bachelor of Technology B.Tech), Information Technology
GITAM University
2016 - 2020
CGPA 7.92/10
Senior Secondary XII, Science
Millia Convent English School
CBSE BOARD board)
Year of completion: 2016
Percentage: 78.00%
Secondary X
Bijendra Public School
CBSE board)
Year of completion: 2013
CGPA 8.80/10
Machine Learning
Tecihmax, Hyderabad
Apr 2019 - Jun 2019
Member of Vivann organization.
ANDROID FOR BEGINNERS
Udacity, Online
PROJECTS
Jan 2019 - Mar 2019
I took an online Udacity online course to make an app.
Machine Learning
udemy, Online
Jul 2018 - Dec 2018
A Machine Learning course which consists of fundamentals of ML along with advanced ML algorithm techniques.
Certificate Link :
http://ude.my/UCAEN86Y9L
Machine Learning
Croma Campus Pvt.Ltd., Noida
May 2018 - Jul 2018
A Machine Learning course which consists of fundamentals of ML along with advanced ML algorithm techniques.
Certificate :
http://www.cromacampus.com/track-certificate/
Credential ID : CCN06313765
Python Programming Language
udemy, Online
Feb 2018 - Apr 2018
Online Python course which covers the basics of Python.
Certificate Link :
http://ude.my/UC5P6OYYJI
Java Programming Language
udemy, Online
Jan 2018 - Feb 2018
The online course covers the basics of Java.
Certificate Link :
https://www.udemy.com/certificate/UCK3OO17BN/
Ethical Hacking
udemy, Online
Sep 2017 - Nov 2017
Online Ethical Hacking course which covers the basics of hacking techniques and security.
Certificate Link :
https://www.udemy.com/certificate/UCHBZXQSDY/
Style transfer
Oct 2020 - Nov 2020
NLP
Nov 2020 - Nov 2020
Object Recognition
Nov 2019 - Dec 2019
Numbers App
Feb 2019 - Feb 2019
https://github.com/dk3003/Numbers-App
This app will take input some random numbers and it will print whether the number is square or Triangular.
Machine Learning - Salary prediction
Nov 2018 - Nov 2018
https://github.com/dk3003/Machine_Learning/blob/master/simple_linear_regression.py
An algorithm used - I have used Linear regression algorithm for predicting the salary based on the experience of a person.
Machine Learning - Based on the position pay the salary
Nov 2018 - Nov 2018
https://github.com/dk3003/Machine_Learning/blob/master/polynomial_regression.py
An algorithm used - I have used two algorithms Linear regression, polynomial regression) for comparing the prediction
output accuracy and I have found that polynomial regression gave me the accuracy score of 89%.
Machine Learning - Balance dataset
Oct 2018 - Oct 2018
https://github.com/dk3003/Machine_Learning/blob/master/result_using_gini_index.py
https://github.com/dk3003/Numbers-App
https://github.com/dk3003/Machine_Learning/blob/master/simple_linear_regression.py
https://github.com/dk3003/Machine_Learning/blob/master/polynomial_regression.py
https://github.com/dk3003/Machine_Learning/blob/master/result_using_gini_index.py
CONTACT Phone: 91 8210978913
An algorithm used - I have used two algorithms Gini index, entropy) for comparing the predicted output accuracy and I have
found that the Gini index gave me the accuracy score of 74%.
Creating student results using applets and swings in java :
Sep 2018 - Sep 2018
https://github.com/dk3003/Creating-student-results-using-apllet-and-swings-in-java
Student result is taken as input and display the maximum cgpa.
https://github.com/dk3003/Creating-student-results-using-apllet-and-swings-in-java
Rank 1013: Resume 1376 with similarity score 0.007435691218849716
Resume Text: B.E , MS , B.TECH system analyst , devops engineer , full time amazon web services (aws) , devops , jenkins , telugu , designation , cse , jmeter , affirmative action , cloud , linux , maintenance , ltd , travel , windows , authorization , english , status , email , project , configuration management , application servers , less , continuous integration , ci , amazon rds , mantis , nagios , gitlab , s3 , strategy , ec2 , languages , sonarqube , javascript , organization , notification , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b44…
https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b440419455b5e0a… 1/2
Current Designation: Cloud and Devops Engineer
Current Company: Your Travel Booking Private Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 2 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech [CSE]
Verified : Phone Number | Email - id
Your Travel Booking Pvt Ltd as DevOps Engineer
Jan 2019 to Aug 2020
* Having good exposure in Jenkins for CI (Continuous Integration)
* Experienced in Linux environment . Good knowledge and understanding of database and application servers'
administration in a global production environment.
* Exposre in Cloud Technologies Amazon Web Services (AWS) EC2, S3, RDS etc....
Your Travel Booking Private Limited as Cloud and Devops Engineer
Jan 2019 to Till Date
Over 3+ year of Experience in Implementing Organization DevOps strategy in various environments of windows & Linux
servers along with adopting cloud strategies based on Amazon Web Services.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Naveen Kavuri
DevOps Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,Jenkins,SonarQube,GitLab,Mantis BT,Nagios,Run
desk,JMeter,AWS,AWS Lambda,Cloud Watch,Nagios
Key Skills: DevOps Engineer,System Analyst,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,Jenkins,SonarQube,GitLab,Mantis BT,Nagios,Run
desk,JMeter,AWS,AWS Lambda,Cloud Watch,Nagios
Summary
Over 3+ year of Experience in Implementing Organization DevOps strategy in various environments of windows & Linux servers
along with adopting cloud strategies based on Amazon Web Services.
Experienced in Linux environment . Good knowledge and understanding of database and application servers' administration in a
global production environment.
Exposre in Cloud Technologies Amazon Web Services (AWS) EC2, S3, RDS.
Utilized Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS DB services to set alarms for notification
or automated actions; and to monitor logs for a better understanding and operation of the system.
Created a lambda function to automate RDS.
Created a lambda function to automate EC2 at certain Intervals.
Worked on cloudwatch to run lambda function .
Having good exposure in Jenkins for CI (Continuous Integration).
Using Jenkins Manage and Build code with Authorization.
Using Mantis for Issue Tracking.
Having good exposure in SonarQube for quality check.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b44…
https://freesearch.naukri.com/preview/printResume?uname=00c3032391a4332a93eace72ddcbe7de5f580d5848140a4407174909585a5242425b440419455b5e0a… 2/2
Supreme Netsoft as DevOps Engineer
Jun 2016 to Jan 2019
UG: B.Tech/B.E. (Computers) from JNTU College of Engineering, Kakinada in 2014
PG: B.Tech (CSE) in 0
Nature of Employment: Full Time Duration: Jan 2019 - Aug 2020
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins
SonarQube
GitLab
Mantis BT
NAGIOS
Run desk & JMeter
AWS
AWS Lambda
Auto Scaling SNS
Cloud Watch
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Projects
Project Title: Your Travel Booking
Client: Your Travel Booking
Project Details: Travel Industry
Rank 1014: Resume 1365 with similarity score 0.007422583498806781
Resume Text: B.E , MS , B.TECH , BS associate , graduate engineer , full time , balancer amazon ec2 , general , nfs , telugu , ipa , classic , designation , command , space , affirmative action , sudo , hindi , cloud , linux , maintenance , utilization , access control , permissions , windows , ltd , digital , ami , particular , tar , troubleshooting , centos , commissioning , maps , english , authorization , instrumentation , nexus , status , email , project , ftp , groups , aws , servicenow , root , swap , rsync , application , less , ubuntu , samba , password recovery , electronics , road , nagios , technology solutions , servers , s3 , strategy , pod , languages , sas , ports , operating systems , scom , ssh , rta , ssl certificates , scp , system administration , javascript , scheduling , network administration , web , load , disk , security controls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e47…
https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e475145445b580a5… 1/3
Current Designation: Associate Consultant
Current Company: KPMG
Current Location: Bengaluru / Bangalore
Pref. Location: Chennai,Hyderabad,Anywhere in South India
Functional Area: IT Software - Other
Role: System Admin
Industry: IT-Software/Software Services
Total Experience: 3 Year(s) 5 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electronics and
Instrumentation Engineering]
Verified : Phone Number | Email - id
KPMG as Associate Consultant
Jan 2020 to Till Date
Title: Digital NEXUS
Project Summary:
Digital Nexus focuses on five major objectives: improve the operating performance of IT , accelerate the internal and
market deployment of leading digital technologies , develop and implement a data strategy ,strengthen our security control
to protect our security controls to protect our information and data, and establish a new future-ready IT operating model for
the firm.
Responsibilities:
Having good experience in Installation, Administration, Troubleshooting and Maintenance of Linux operating systems.
OS up gradation and kernal patching
Monitoring Linux servers such as Disk space utilization, CPU utilization, Memory utilization.
User and Group Administration, resolving User facing issues.
Creating LVM partitions, increasing & reducing LVM partitions
Controlling access to the files with special permissions (SUID, SGID and sticky bit) and Access Control List
Setting up Autofs to automatically.
Creating users, groups, HBAC policy and SUDO rules in IPA.
mount directories on an as-needed basis.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Chenna Reddy Jaggavarapu
Associate Consultant seeking roles in Installation, Commissioning, Troubleshooting,
System Administration, Operating Systems, Network Administration, FTP, Linux
Administration, Servicenow, Ubuntu, Windows, AWS, SSH, FTP, Redhat Linux
Key Skills: Associate Consultant, System Admin, Installation, Commissioning, Troubleshooting, System Administration,
Operating Systems, Network Administration, FTP, Linux Administration, Servicenow, Ubuntu, Windows, AWS, SSH, FTP,
Redhat Linux
Summary
3.4 years of experience as a Associate Consultant in AWS and Linux where Planning, Implementing, Administration and
troubleshooting are involved.
Expertise in Installation, Administration, Troubleshooting and Maintenance of Linux operating systems.
Experience in prerequisite configuration of SAS servers
Installing, Configuring and Maintaining of services like FTP,NFS,WEB SERVER & SAMBA
Administrating and Management of Users and Groups in Windows and Linux Servers
Configuration of NFS servers to share the resources across multiple environments. Setup AUTOFS and auto mounted the file
systems using direct/indirect maps and soft/hard mounts.
Configuring LVM and managing the volumes and recovering deleted volumes.
Knowledge in configuration of RAID0,RAID1 and RAID5.
Good knowledge on Root password recovery.
Installation and Configuration of SSH, FTP.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e47…
https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e475145445b580a5… 2/3
Renewal of SSL certificates.
Configuring & Administration of FTP servers& resolving FTP issues.
Configuring, Maintaining and Troubleshooting Server and Client Systems enabled with NFS
Configuration of SWAP.
Object Technology Solutions India Pvt Ltd as Graduate Engineer
Apr 2017 to Dec 2019
Title: RTA, Andhra Pradesh
Project Summary:
The Transport Department of Andhra Pradesh assists other organizations in the development of transport facilities and
endeavors to provide an efficient, adequate and economic transport service for the movement of passengers and goods
by road.
Responsibilities:
Installing the pre requisites in SAS servers
Strong experience in launching Amazon EC2 cloud instances using predefined and customized AMI?s.
Modifying the root volumes and changing instance size depends on the requirement.
Responsible for creating Amazon Machine Images (AMI) that can be utilized while implementing the Elastic load balancer
(ELB) and Auto scaling.
Launching different types of Elastic load balancer (ELB) like ALB and classic
Deployment of new code in S3 buckets through S3 browser by using ACCESS key & Secret Access key.
Creating users, groups, and assigning different roles, policies to the user for security reasons.
Creating different VPCs and Allowing different ports and network ranges in security group in a particular VPCs.
Updating AMIs in their respective autoscaling groups as per client shared AMIs with their latest code.
WAR deployment in pre pod. and production servers
Managed disk space on systems using the LVM.
Setting up Autofs to automatically mount directories on an as-needed basis.
Priority based process scheduling using nice and renice command.
Creating SUDO users and using them conditionally.
Responsible for adding, creating new users, groups and set-up home directories and appropriate access restrictions to
software and directories & files using access modes.
Backup activity carried out by tools like Rsync and tar.
Managing services and cronjobs.
Checking services and ports.
Configuring Remote tools such as SSH, FTP, SCP.
Taking a checklist for Daily Basis (Servers, Backup, and Application).
UG: B.Tech/B.E. (Electronics and Instrumentation Engineering) from Andhra University in 2012
Education
IT Skills
Skill Name Version Last Used Experience
AWS and Linux, GIT
Linux, CentOS, Ubuntu, Windows
Nagios, Scom, Service now
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e47…
https://freesearch.naukri.com/preview/printResume?uname=eeb1f6770b740491473dc5737cbf86345a5e5f5943150d445644485b5f0f001e150e475145445b580a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1015: Resume 1496 with similarity score 0.007414289854646668
Resume Text: B.E , MS , B.TECH , BS software engineer , performance test engineer , performance engineer , full time , performance tester automation , functionality , manual testing , reporting , appdynamics , optimization , general , bugzilla , customer , jenkins , telugu , designation , confluence , test planning , jmeter , case , affirmative action , mysql , web services , user experience , stress testing , endurance , databases , linux , health , hindi , revenue , apache , unix , ltd , windows , kafka , authorization , english , enterprise , status , software testing , database testing , email , project , record , solr , application , tomcat , soapui , less , splunk , smoke testing , scenario , performance engineering , redis , saas , performance tuning , servers , flow , c++ , shell scripting , languages , e-commerce , test strategy , jira , load testing , javascript , technology , availability , servicenow , performance testing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160…
https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160544450d595a0… 1/3
Current Designation: Software Engineer - Performance Test
Engineer
Current Company: Cavisson Systems
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Cavisson Systems as Software Engineer - Performance Test Engineer
May 2018 to Till Date
Project Profile : Project Title Performance testing of kohls.com
Client: Kohls
Domain: e-commerce
Period 1 year 9 months (May 2018 ? March 2020)
Role & Responsibility: Performance Test Engineer
Tools and Technology: Netstorm, Netcloud, NetDiagnostic, Unix/Linux
Description:
Testing of all flow of request for web channel Functionality.
Work on preparing a test plan of above Functionality.
Record Scripts for all flows using Jmeter & Netstorm automated Tool and
parameterized these scripts.
Set up run logic for all flows.
Set up Scenario to run a Performance Test of these flows.
Analyze Performance of website.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Annapurna Garimella
Software Engineer seeking roles in Software Testing, Performance Testing,
Performance Engineering, Manual Testing, Automation Testing, Jmeter, AppDynamics,
Grafana, JIRA with an experience of 2.8 years in Performance Testing.
Key Skills: Performance Testing,Performance Tuning and Analysis,Performance Monitoring,GC
Tuning,Jmeter,Grafana,JIRA,Postman,SoapUI,Database Testing,MySQL,Splunk,C,Shell
Scripting,Linux/Unix,Performance Engineer,Redis,Solr,Netstrom,NetDiagnostics
Summary
Working as a Performance Tester and Engineer with Cavisson System Pvt. Ltd.
2.8 years of experience in Performance Testing, Load Testing, Stress Testing, Smoke Testing, Endurance Testing.
Have a hand-ons experience on Database Testing of MySQL server.
Extensive knowledge of working in enterprise applications like web server, solr, Redis, Kafka databases.
Real User & Synthetic Monitoring and Analysis .
Collect real-time customer feedback to fix issues and enhance application performance .
Analyze Heap Dumps , Thread Dumps , Stack Traces , GC Logs, Data Received, Data Sent and Number of Request.
Improving the performance using Back End optimization , Tune JVM , Code Profiling .
Preparing Test Plans, Test Case Design, Test Strategy, Test Case Execution, Defect Management.
Simulating issue found on production in a simulated test environment.
Recording and customization of Scripts and Scenarios.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160…
https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160544450d595a0… 2/3
Test Planning and NFR Gathering.
Test Results Analysis & finding the Performance Issues and Reporting.
Finding breaking points of application during Load & Stress Test.
Recording and customization of scripts.
Setting up the different System and Application States Monitoring tools on
different Servers.
Mocking of third party Web Services on netocean and creating scenarios to
replicate the Test Case & their executions.
Created run logic for all flows.
Responsible for delivering the SLA.
Prepare & submit the test reports to client and provide recommendations.
Project Title Software As A Service(SaaS)
Client L'Brands
Domain e-commerce
Period 8 months (April 2020 - Present Day)
Role & Responsibility Performance Engineer & Analyser
Tools and Technology SaaS Technology , NetVision
Description
Real-time analysis of performance, availability, conversions and revenue.
Correlate bad user experience with network, application, server or
database health.
Collect real-time customer feedback to fix issues and enhance application
performance
Synthetic Monitoring, Real-User Monitoring and their analysis
Reporting and analysis on the issues faced by the user.
UG: B.Tech/B.E. (Computers) from Lendi Institute of Engineering and Technology in 2018
Education
IT Skills
Skill Name Version Last Used Experience
C, C++, Linux
Unix shell scripting
Tomcat, Apache Redis
SOLR 0 Year(s) 0 Month(s)
Redis, Mysql 0 Year(s) 0 Month(s)
Splunk, NetForest, Postman
SoapUI, Luna Portal
Jenkins, Redis
WINDOWS series
JIRA, Bugzilla
ServiceNow, Confluence
Jmeter, NetStorm
AppDynamics, NetDiagnostics
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160…
https://freesearch.naukri.com/preview/printResume?uname=9756cc7c0c4ade42ffc564e8a94143b15b5401511e150d450716125f0c5f0042160a160544450d595a0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English Expert
Hindi Proficient
Telugu Expert
Rank 1016: Resume 1367 with similarity score 0.0073873249367532486
Resume Text: B.E , MS , B.TECH product engineer , project lead , assistant manager , system administrator , associate , technology lead , full time cards , customer , nfs , security , product training , linux , tcpdump , pop , status , steering , ccs , cups , samba , nagios , squid , fedora , network monitoring tools , coordinated , cms , system administration , routers , crm , switches , vulnerability assessment , designation , hindi , ltd , windows , english , troubleshooting , penetration testing , project , ftp , voip , putty , vmware , javascript , technology , demos , ldap , lite , general , nmap , affirmative action , mysql , maintenance , database administration , service delivery , digium , file servers , postgresql , software testing , proxy , email , nessus , tomcat , aws , key management , print , operations , ids , premises , ip phones , languages , load balancing , amazon , failover , ssl certificates , snort , web , cloud storage , intranet , ug , wireshark , ivr , open source software , apache , authorization , google cloud platform , virtualization , matrix , application , devices , internet services , torque , electronics , materials , led , media gateways , shell scripting , replication , ssh , python , asterisk , network administration , cloud computing , international clients , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e40…
https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e400244400e080e… 1/3
Current Designation: Assistant Manager Support
Current Company: Drishti Soft Solutions
Current Location: Gurgaon
Pref. Location: Delhi / NCR,Gurgaon
Functional Area: IT Software - Network Administration /
Security
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
Drishti Soft Solutions as Assistant Manager Support
Jan 2014 to Till Date
Growth Path:
Product Engineer
Associate Technology Lead
Technology Lead
Assistant Manager
Technical Purview:
GCP services (Compute Engine, App Engine, Cloud Storage, Virtual Network, Cloud Load Balancing, Google Tools &
Management Services)
AWS Services (Compute, Storage, Database, Migration, Management, Security, VPC)
Linux & database administration
PostgreSQL (Backup, Restore, Failover ,Maintenance, Migration, Monitoring, Replication)
SSL certificates & key management
Networking (TCP/IP, Network Bonding, Monitoring & Troubleshooting)
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SIDDHARTH SRIVASTAVA
Assistant Manager seeking a role in Cloud Computing, Linux Administration, Project
Management, Python,Network Administration, System Administration, Service
Delivery, Customer Support, Software Testing,Troubleshooting, Application
Virtualization, AWS
Key Skills: Technology Lead,Project Lead,Cloud Computing,Linux Administration,Project Management,Python,Network
Administration,System Administration,Service Delivery,Customer Support,Software Testing,Troubleshooting,Application
Virtualization,AWS,VMware
Summary
Currently working with Drishti Soft Solution Pvt. Ltd., Gurgaon as Assistant Manager
Steering cloud & on premise team; facilitating internal technical consultancy; troubleshooting of other media gateways
devices; managing end-to-end delivery of complex projects; reviewing & testing new products; providing product training;
preparing & providing product updates; organizing product demos & POC; integrating Ameyo call server (Asterisk) with different
PBX
Successfully installed & troubleshot various types of technologies such as Cloud computing (GCP & AWS), Linux
administration, Database (postgresql) & Contact Center Solution (CCS)
Proficiency in cloud computing & managing services (Amazon Web Sservices, Google Cloud Platform); postgreSQL
(Backup, Restore, Failover, Maintenance, Migration, Monitoring & Replication); Unified Communication/ contact center solutions
& different aspect of technology such as Asterisk, PBX, VOIP, SIP, IVR, CRM, CMS
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e40…
https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e400244400e080e… 2/3
Shell scripting
Open source software such as PostgreSQL, Asterisk
SIP, VOIP, RTP & CODEC
Putty, VNC, Wireshark and TCPdump
Key Result Areas:
Steering cloud & on-premise team; facilitating internal technical consultancy to sales and project team
Installing, configuring & troubleshooting of other media gateways devices such as Patton, Applianx, Grandstream &
sangoma as well as IP Phones and softphones such as Zoiper, X-lite also Ameyo Server, Database Server, CRM server &
Call Server on client's premises and also on cloud; configuring Hot & Cold Failover Servers
Managing end-to-end delivery of complex projects; designing & implementing customizations such as CRMs, IVRs &
Reports
Reviewing & testing new products before implementation; working as part of product review team
Providing product training to IT & Operations Team; provide onsite support to customers
Preparing & providing product updates, information & materials to partners & customers
Organizing product demos and POC for Domestic & International clients
Integrating Ameyo call server (Asterisk) with different PBX such as Siemens, Matrix. Installation & configuration of
media cards such as Sangoma, Digium into call server
TechMobia Pvt. as System Administrator
Aug 2012 to Jan 2014
Tools Used: NMap, Nessus, Metasploits, SQLmap
Key Result Areas:
Installed, configured, troubleshot & administered various types of OS (Linux & Windows); installed MySQL, Print
servers & file servers; configured, managed many types of internet services in Linux (DNS, FTP, APACHE, SMTP, POP,
IMAP, SSH, SQUID) and Intranet services (NFS, NIS, SAMBA, LDAP, CUPs, DHCP); configured NAGIOS, TORQUE in
Fedora
Managed HW issues & coordinated with vendor; maintained LAN and shared the internet through proxy servers
Led network administration with switches, routers & firewalls; conducted vulnerability assessment & penetration testing
in network; attained deep insight in network monitoring tools WireShark & TCP Dump
Worked on security technology: Configure Firewall (IP Tables), IDS (SNORT), VPN
UG: B.Tech/B.E. (Electronics/Telecommunication) from MGMCOET, Noida (UPTU) in 2011
PG: in 0
Education
IT Skills
Skill Name Version Last Used Experience
AWS and Google cloud
Linux/windows
Linux/windows
Linux/windows
SHELL
Asterisk, VOIP, PRI, Media devices
Apache Tomcat
Ameyo
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e40…
https://freesearch.naukri.com/preview/printResume?uname=2ec336a09710ad3ab1b5e4a8dcc843e30c555c524f475844041049595c005218110e400244400e080e… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
Hindi
English
Rank 1017: Resume 1128 with similarity score 0.007366569844376611
Resume Text: MS , BS change manager , customer support engineer , devops , orchestrator , vmware administrator , change management , full time , team lead , technical support manager training , customer , virtual machines , root cause , microsoft azure , motion , linux , windows administration , log analysis , status , snapshot , network infrastructure , features , building , decommissioning , data center , converter , connections , appliances , suite , organization , vmware esx , automation , virtual server , devops , access , mar , rhel , cluster , ltd , english , troubleshooting , jena , protection , project , groups , provisioning , ownership , performance tuning , hyper-v , change management , security policy , one , javascript , technology , disk , kms , business continuity , reporting , performing , czech , affirmative action , basic , utilization , advanced , suse , proxy , email , aws , metal , economics , languages , virus , scheduling , esxi , v2v , vsphere , patch management , blueprint , high availability , vmware infrastructure , migrating , windows server , ug , telecom , case , group policy , hybrid cloud , active directory , p2v , authorization , sharepoint , go , virtualization , devices , addm , servers , domain controller , running , storage , agents , events , informatics , cloud computing , orchestration 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a42…
https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a425216475c5500… 1/3
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Technical Support Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Team Lead
Oct 2014 to Jan 2021
Worked on vRA/vRO 6.2,7.X
? Checking vRA/vRO logs in case any server provisioning failed.
? Configuring the Service Groups to accommodate the Blueprints for providing the service Catalogues to the users across
business.
? Creating Blueprints with the information of templates from vCenter & custom AMI?s from AWS.
? Creating the Reservations as per the Business Group and managing the resource information in the reservations to
accommodate the requests for building the workloads.
? Identify the automation orchestration related opportunities throughout the organization.
? Managing & Supporting the hybrid cloud, private cloud platform that runs on the virtual data center using VMware Cloud
Suite tools like VRealize Automation (vRA), vCenter, vSphere & vRealize Orchestrator (vRO) along with AWS.
? Basic knowledge on WebAPI.
? Checking vCenter events for cloning/build issues.
? Installation and configuration of vRA 7.x environment.
? Making sure if all endpoint connections are up and running.
? Deploying instances in Azure and AWS through vRA portal.
? Installing proxy agents and adding new compute resource
? Basic knowledge on Linux OS. (RHEL &SUSE)
? Upgraded vRA 7.2 to 7.4/7.6
? Playing the change manager role.
? Leading a Team of 17 Members. Helping the team with their shift/Leave plan and taking the ownership of all critical
issues.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Rasmi Ranjan Jena
Team Lead seeking roles in Microsoft Azure,VMware Infrastructure,Windows
Administration,Patch Management,Active Directory,Change Management,vRealize
Automation,vRealize Orchestrator,AWS.
Key Skills: Team Lead,Technical Support Manager,Linux,Windows Server,Vmware Infrastructure,Windows
Administration,Patch Management,VMware Esx,Active Directory,Data Center,Change Management,Virtual Center,Server
Support,Microsoft Azure,AWS,VSphere,Networking
Summary
14+ Years of Experience in vRealize Automation/Orchestration, Virtualization, Administration for Windows and VMware platform.
Now team lead at Accenture, Pune with skills as below.
* VMware Administration: High Availability, vMotion, SVMotion, FT, DRS, SDRS, P2V and V2V Migration, Orchestration; ESX
Administration
* Automation: VRealize Automation and Orchestration.
* Cloud : Azure and AWS
* Windows Administration: OS Troubleshooting, Patch management, DHCP, DNS, KMS, RDS and TSLS.
* AD Administration: Active Directory Domain Services; Site and Subnet; Group Policy Objects (GPO).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a42…
https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a425216475c5500… 2/3
? Making sure all windows server and Linux appliances which are configured for vRA/vRO Infrastructures running fine.
? Preparing blueprint for Linux and Windows server.
? Went to client location (Prague, Czech Republic) for transitioning.
? As part of Storage Reduction effort identify VMs residing on LUNs as per the VCenter Report.
? Root Cause & System Log Analysis and reporting.
? Follow change request in case of any technical changes required for the environment.
? Basics of DevOps.
? Monitoring of Virtual Machine?s & ESX servers (CPU, Memory, Disk and Network Utilization) for Security
? Generating reports of servers/Clusters by ADDM tool and keep it in SharePoint location so that onshore team can go for
further analysis for creating Tech spec before decommissioning of those servers.
? Generating performance and utilization report of servers in perceiver tool.
? Working on remedy tools.
? Analyzing net scout report and filtering out known traffic list as per the client requirement.
Business Arts India(p) Ltd as VMware Administrator
Jan 2014 to Oct 2014
Client: Accenture Services Pvt Ltd, Hyderabad, India
* Managed Virtualization Environment using VM Ware ESX 5.x, VM Ware V Sphere 5.x,Virtual Center, VI Client, P2V
* Installation, Configuration, Administration and Troubleshooting of ESX 5.x,Vsphere 5.x, Virtual Center, VI Client
* Creating and Managing Virtual Machines and Templates
* Creating Clusters for High Availability (HA) and Distributive Resource Scheduling (DRS)
* Configured Resource Pool, V Motion, Alerts, Alarms, NTP
* Migrate Physical Servers to Virtual Server using VMware Converter (P2V Converter)
* Migrating of Virtual Machines using V Motion
* Performing Snapshots, Cloning, Cold Migrations and Hot Migrations
* Creating Templates from VM's, deploy VM's from templates and allocate resources
* Converting P2V and V2V using VMware Standalone Converter.
* Creating duplicate Virtual Machine's using cloning technology (hot & cold).
* Migration of Virtual Machines using V-Motion.
* Creating Clusters for High Availability and Dynamic Resource Scheduling.
* Troubleshooting issues relating to v motion such as compatibility issues with help of event log.
* Setting up Users and Groups for access to the Virtual Center.
* Moving VM's from one LUN to another LUN using Storage V-Motion.
* Performance tuning of VMware servers, Virtual sessions and management of server resources between Virtual
Machines.
Organize tasks, events and Configuring alarms
Zenith InfoTech Ltd as Noc L2 Tech(Hyper-V/VMware)
Oct 2011 to Jan 2014
Handled the Technical escalations from the team members.
* Provided training to new joinee on cloud computing.
* Server Virtualization (VMware and Hyper-V).
* Installations of ESXi server and creation of HA cluster as per the project need.
* Monitoring VMs and host by Vcenter Operation manager.
* Converting server Physical to Virtual, Virtual to Physical (Bare metal Restore) and Virtual to Virtual.
* Performing Snapshots, Cloning, cold migrations and hot migrations.
* Creating documents for servers which are allocated to end users.
* Creating templates from VM's and deploy VM's from templates and allocate resources.
* Cloning the VM's as on required.
* Taking Block level snapshots of servers and restore those snapshots by using Business Continuity (Back up agent)
* In case of Disaster creating VM by using the latest snapshot.
* Analyzing the BSOD after migration of servers.
* Active directory installation and troubleshooting.
* Implemented security policy and virus protection.
* Added and removed server roles and features; configured AD Domain Services roles; configured network infrastructure
roles; configured file and print services.
* Performed unattended domain controller installation.
Advanced Micronic Devices as Customer Support Engineer
Apr 2009 to Sep 2011
ORG INFORMATICS as Customer Support Engineer
May 2006 to Mar 2009
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a42…
https://freesearch.naukri.com/preview/printResume?uname=1508b66defd2d1f49bfc6b833b339f755c0c0856494500440442490e0b08501b455a425216475c5500… 3/3
UG: B.A (Economics) from Utkal University in 2003
PG: MCA (Computers) from Allahabad University in 2007
Other Qualifications/Certifications/Programs:
Azure Administrator Associate(AZ-104)
Azure Fundamentals(AZ-900)
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
High Availability, vMotion
SVMotion, FT, DRS, SDRS
p2v and v2v migration
Esx administration
vRealize Automation and Orchestration 7.6 2020 4 Year(s) 6 Month(s)
AZURE AND AWS
DHCP, DNS, KMS, RDS and TSLS.
Site and Subnet; Group Policy Objects
Languages Known
Language Proficiency Read Write Speak
English
Rank 1018: Resume 1389 with similarity score 0.007355236017411888
Resume Text: B.E , MS , B.TECH , BS full time , cloud engineer , aws solution architect , software developer onboarding , general , customer , access , windows server , designation , tunnels , ug , fault tolerant systems , affirmative action , technical architecture , hindi , databases , linux , maintenance , service catalog , gateway , authorization , english , status , email , project , application , aws , peering , godaddy , server migration , ec2 , languages , openvpn , family , python , one , javascript , dashboards , organization , pulse , cloud computing , technology 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1…
https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1400174659555d… 1/2
Current Designation: Cloud Engineer
Current Company: Progressive Infotech
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Progressive Infotech as Cloud Engineer
Jan 2019 to Till Date
ROLES AND RESPONSIBILITY
* AWS Account Onboarding for MSP Customers,
Accounts creation and linking sub accounts to
aws Organization and Identity and Access
Management.
* Identifying appropriate use of AWS architectural
best practices.
* Designing and deploying scalable,highly
available, and fault tolerant systems on AWS .
* Deployed AWS Services [Computing,
Networking
,Databases,Storage]:EC2,EBS,LoadBalancer,Autos
caling,Route53,VPC,RDS,S3,ACM,Config,Cloudtra
il,Cloudformation,RDS, Service Catalog, SNS ,
SES, Lambda
,Cloudwatch , CloudEndure, Cloudfront.
* Created Cloudformation templates for
automating daily tasks such as VPC, NAT
Gateway,VPC Peering between different AWS
Account.
* Configuring NACL Rules on Subnets. Scheduled
task using lamda function and cloudwatch rules.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vipul Verma
Cloud Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Cloud Computing,Client
Management,Project Management,Requirement Gathering,Python,AWS,Linux
Key Skills: Cloud Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Cloud Computing,Client Management,Project Management,Requirement
Gathering,Python,AWS,Linux
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,System
Analysis,Technical Architecture,Cloud Computing,Client Management,Project Management,Requirement
Gathering,Python,AWS,Linux
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1…
https://freesearch.naukri.com/preview/printResume?uname=8c6583cdaf9138b6c26b92c72d15125a585c5b00184700190a44485d0c08534c125d1400174659555d… 2/2
* Creating Cloudwatch Custom Dashboards and
alarms as per customer Requirement.
* Implemented different AWS services using
Terraform(IaC)such as Transit
Gateway,EC2,RAM,VPC,Subnet,Route Table
,IGW.
* Hosted Zone Migration from one AWS Account
to Another AWS Account and from other
domain registrar (GoDaddy) to AWS as well.
* On-Premise Windows Server Migration to AWS
Cloud Using CloudEndure Service.
* Migrated EC2 and RDS Instance from one AWS
Account to another AWS Account and also in
different AWS Regions.
* AWS Transfer Family usage , Configuration of
S2S tunnels, Openvpn, Pulse Secure VPN.
* IAM Custom Policies Creation, WAF
Deployment using cloudformation script.
UG: B.Tech/B.E. (Computers) from Meerut Institute of Engineering and Technology in 2019
Other Qualifications/Certifications/Programs:
Aws Solution Architect
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Python
AWS
Linux
Terraform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1019: Resume 1393 with similarity score 0.007354982354374358
Resume Text: B.E , MS , B.TECH product test specialist , associate , quality assurance , senior test engineer , full time , test analyst automation , manual testing , quality auditing , telugu , scrum , designation , functional testing , regression testing , mar , tamil , affirmative action , lists , cloud , ivr , maintenance , alm , salesforce.com , authorization , english , report preparation , web applications , enterprise , status , software testing , siebel , email , project , record , agile , defect tracking , hp quality center , electronics , adm , languages , framework , system testing , story , selenium , it risk management , javascript , qtp , test design , jira , crm , builders , arc 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b16001…
https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b1600165118155e5a5a… 1/2
Current Designation: Senior Test Engineer - Salesforce QA
Current Company: Mphasis
Current Location: Chennai
Pref. Location: Chennai,Tirupati
Functional Area: IT Software - ERP / CRM
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Mphasis as Senior Test Engineer - Salesforce QA
Mar 2020 to Till Date
Salesforce Testing, SFDC QA
Functional Testing
Manual Testing
Cognizant, as Associate & SFDC Test Analyst & Admin
Aug 2014 to Mar 2020
UG: B.Tech/B.E. (Electronics/Telecommunication) from RAJIV Gandhi University of knowledge technologies in 2014
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Poorna Chandra Indla
Sr. Test Engineer seeking roles in Salesforce QA Testing, SFDC Functional Testing,
CRM Applications Manual Testing,Automation, Quality Assurance,Regression
Testing,IT Risk Management,Project Management,Quality Auditing,Product
Testing,Defect Tracking
Key Skills: Salesforce CRM, SFDC, Software Testing, Manual Testing, Functional Testing, Salesforce.com, Sr. Test
Engineer,QA/QC Manager,Software Testing,Software Engineering,Automation Testing,Quality Assurance,Regression
Testing,IT Risk Management, Defect Track
Summary
Over 6.5 years of IT Experience as a QA Product Test Specialist in working with "Salesforce CRM" in
manual-functional Testing and maintenance of Regression cases of salesforce with Selenium & UFT/QTP
Tool using ARC Framework also involved in Siebel CRM Testing, IVR Testing and other Web applications
Experienced in Salesforce Customization and as Administrator
Have Knowledge in Creating page layouts, Workflows, Process builders, Sharing Rules and Settings to
organize Objects, fields, custom links, related lists on a record detail and edit page
Strong knowledge of all phases of STLC (System Testing, Regression testing and End-to End Testing),
enhancements, Cloud based application and portal based object oriented enterprise applications.
Delivered 14 project releases in Salesforce Agile methodology comprising of Story Analysis, Test design,
Test plan, System testing, Defect tracking, Summary Report preparation.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b16001…
https://freesearch.naukri.com/preview/printResume?uname=6d71e34b521a92a1fb6d8f724819196e59540b521c1001455213170b5d5d511b1600165118155e5a5a… 2/2
Other Qualifications/Certifications/Programs:
Salesforce Certified Administrator ADM 201
ISTQB Certification
Affirmative Action
Category: ST
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
HP Quality Center ALM 12.2, JIRA
Agile (Scrum), Salesforce Agile
SalesForce Testing 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
ENGLISH
TAMIL
TELUGU
Rank 1020: Resume 248 with similarity score 0.00733083609983563
Resume Text: B.S , BSC , BS work from home , junior web developer , full time , full stack web developer web development , cricket , internships , information technology , mysql , php , node.js , c# , mongodb , mumbai , resume , electronics , astronomy , completion , assessment , it , python , javascript , organization , hobbies , online Assessment
Q1. Why should you be hired for this role?
Sir i have just started my career, I don't have practical achievements, but I really want to practically explore and experience my potential by
delivering the best services to the company. It will be my honor to work with you and this organization.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes sir I am available for 6 months full time internship starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9167982362
Jai Sarki
Mumbai
Applied 07 Feb'21
Node.js C# Java
JavaScript MySQL PHP
Python ReactJS MongoDB
Bachelor of Science B.Sc), IT
R.D National College
2017 - 2020
Senior Secondary XII, Science
Kirti College
HSC board)
Year of completion: 2016
Secondary X
Saraswati Mandir High School
SSC board)
Year of completion: 2013
Web Developer
INTERSHALA, Mumbai
Aug 2020 - Jan 2021
Done internship as a web developer at VN Electronics India
Junior Web Developer
Full Stack Web Developer
udemy, Online
Aug 2020 - Nov 2020
I have completed Full Stack web development course from Udemy
I have completed my graduation in BSc IT from R.D National college. Now my goal is to get exciting and challenging entry
level position in the Information Technology industry.
Apart from my degree I have completed Full Stack web Development course from Udemy.
My hobbies include studying about Astronomy, playing cricket and Travelling.
Rank 1021: Resume 1060 with similarity score 0.007319666037031583
Resume Text: B.S , MS product development , it professional , senior software engineer , full time , team lead , associate software engineer resource allocation , customer , telugu , demand , web api , beginner , test cases , digital , design documents , status , stakeholder management , express , root , testing , technical design , work processes , asp.net , sql server , coordinated , organization , vss , agriculture , functional specifications , designation , web services , hindi , technical requirements , cloud , english , troubleshooting , code review , agile , live , leadership , mvc , estimates , flow , needs analysis , documentation , 365 , javascript , external clients , farms , optimization , entity framework , performing , scrum , developers , affirmative action , maintenance , architecture , email , project implementation , operations , microsoft , new features , languages , expenses , coaching , mechanisms , functionality , software lifecycle , software solutions , adjustments , client visits , engineering support , revenue , azure , authorization , teams , go , enterprise , c# , techno , application , requirements gathering , led , debugging , system performance , preparation , vehicle tracking , pivotal , ado.net , linq 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c1309130…
https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c130913041842510b0e5… 1/3
Current Designation: Senior Software Engineer -Dot Net,
MERN stack
Current Company: Technobrain Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Canada,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Technobrain Limited as Senior Software Engineer -Dot Net, MERN stack
Jun 2012 to Till Date
Key Result Areas:
Spearheading a team of 6 members to understand process requirements and provide use cases for business, functional &
technical requirements
Recognizing the applications operations structured & customers usage; extending the engineering support to Technical
Operations Staff during the build, deployment, configuration and support stage for customers
Working with Engineering & Operations Teams for implementing plans for standardizing, scaling & enhancing products
Performing code review & debugging application; extending post go-live & application maintenance support to the client
Participating in the Software Development Lifecycle (SDLC) right from requirement analysis, documentation (functional
specifications, technical design), coding and testing (preparation of test cases along with implementation) to maintenance
of proposed applications
Developing software solutions by studying information needs, conferring with users, studying systems flow, data usage &
work processes
Facilitating / coaching enterprise enhancements for stakeholders by using interactive discussions & "hands-on"
approaches to help learn and apply concepts in Agile
Interacting with users for requirement gathering; preparing functional specifications and design documents
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Showri Raju B
Sr. Software Engineer seeking roles in Application Development,Application
Design,Application Maintenance,Requirement Gathering,Product Architecture,Product
Deployment,Agile,Scrum,Node JS,React JS,Mongo DB,C#,Asp.Net, ADO.Net MVC
Key Skills: Sr. Software Engineer,Tech Lead,Application Development,Application Design,Application Maintenance,Project
Management,Requirement Gathering,Product Architecture,Product Deployment,Agile,Scrum,Node JS,React JS,Mongo
DB,C#,Asp.Net, ADO.Net MVC
Summary
IT professional with experience in Software Development & Maintenance & Stakeholder Management; gained domain expertise
in HR and Vehicle Tracking domains
Extensive project management experience; proficient in grasping the big picture, conceptualizing, developing, implementing
solutions, and partnering closely with stakeholders to achieve higher levels of efficiency & effectiveness
Champion in developing a product from idea/ plan/ design/ development; gained hands-on experience in creating a software
product from an idea to complete deliverable product
Worked on projects like ECTS for Zimbabwe Revenue Authority & DARDLEA Digital Agriculture and many others
Conducted onsite client visits 7 times for requirements gathering, implementation, deployment and application maintenance
Skilled in implementing solutions based on the MERN Stack like Mongo DB, Express JS, React JS, Node JS and Microsoft
Stack including C#, ASP.NET, MVC, WCF & MS SQL Server
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c1309130…
https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c130913041842510b0e5… 2/3
Communicating with internal/external clients to determine specific requirements and expectations; managing client
expectations as an indicator of quality
Creating & managing estimates, project plan, project schedule, resource allocation & expenses to meet targets
Following the project lifecycle methodology defined under the process framework; ensuring that customer deadlines are
met within project budgets
Ensuring the maintenance of positive and on-going relationships with clients
Highlights:
As Senior Software Engineer
Led the projects like:
Project: DARDLEA Digital Agriculture (A Grow Chain Connected farms) (MERN stack like Mongo DB, Express JS, React
JS & Node JS)
Project: MRA (SmartFleet Car Tracking System) Malawi Revenue Authority (Malawi: Onsite) (.NET Stack and Microsoft
Stack includes C#, MVC, WCF, MS SQL Server)
Project: ECTS, Client: Zimbabwe Revenue Authority (Support Project) (.NET Stack and Microsoft Stack includes C#,
MVC, WCF, MS SQL Server)
Internal Product: Locate 365 as Techno Brain (Offsite) (.NET Stack and Microsoft Stack includes C#, MVC, WCF, MS SQL
Server)
Successfully developed sophisticated and efficient back-end solutions for large-scale, on-demand marketing system
Credited for improving the system performance by incorporating proactive adjustments and resolving bugs onsite
Pivotal in debugging and troubleshooting software for clients & technical issues
Provided solution optimization for a project which reduced code inventory and delivery effort
Partnered with product development leadership; instituted new processes and operating mechanisms to improve efficiency
of the product development organization
As Software Engineer
Managed the entire software lifecycle from preliminary needs analysis to enterprise-wide deployment and support
Synchronized the software parameters for enhancing the performance and incorporating new features
Worked & supported 5+ clients for HRM solutions
Visited client site 2 times for project implementation and deployment
Supported the clients and internal staff for troubleshooting & resolving common software issues
As Associate Software Engineer
Worked with Developers & Product Owners to manage the product features and intended functionality for 5+ projects
Successfully debugged code and identified the root causes of problems by reviewing configuration files & logs
Coordinated with global customers across two time zones for resolving performance related issues
UG: B.Sc (Computer and Information Sciences) from Nagarjuna University in 2009
PG: MCA (Computers) from Nagarjuna University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
Node JS, React JS
Mongo Db
C#, Asp.net, ADO. NET MVC
WEB API, Web Services
JavaScript
SQL Server
LINQ & Microsoft Entity Framework
Azure Cloud, GIT, Vss & Tfs
SSRS, SSIS
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c1309130…
https://freesearch.naukri.com/preview/printResume?uname=389e15a8bdd5d681de702ec5e21cdf635c0f585819100f405111175e0f09031c130913041842510b0e5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Telugu Proficient
Rank 1022: Resume 1195 with similarity score 0.0073045544775455305
Resume Text: MS , BS cyber security , information security , operations manager , principal security architect , principal consultant , full time training , telugu , architecture reviews , security consulting , rfi , conducting , platforms , radware , linux , gfi , data privacy , checkpoint , status , stakeholder management , incident response , root , iec , framework design , alto , symantec , infrastructure , data center , security awareness , oci , kaspersky , vulnerability management , organization , suite , technical standards , security controls , mitigation , eas , vulnerability assessment , access , designation , mar , pre-sales , hindi , information security , architects , windows , investigation , english , penetration testing , cloud security , project , consolidation , solution architecture , splunk , vontu , sailpoint , deals , management review , ibm , technology trends , fortinet , owasp , rest , togaf , sabsa , research , carbon black , javascript , vectors , logrhythm , arbor , cyber security , box , risk analysis , rollout , general , vendors , affirmative action , tenable , oracle , principles , vendor management , solarwinds , advanced , escalation , nexpose , regulations , automotive , email , nessus , aws , configuration management , test scenarios , mimecast , information systems , flare , operations , microsoft , hp , languages , urdu , web application security , cisco , managed security services , test requirements , engineers , archer , osstmm , security management , api , mentoring , people management , rfp , qradar , dlp , soap , storage solutions , fortune 500 , business applications , qualys , relationship building , tamil , isa , mcafee , azure , authorization , teams , due diligence , webinspect , security testing , microfocus , less , google apps , future trends , cyberark , adoption , oems , fortify , network administration , cloud computing , test execution 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b19…
https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b195140155c0c5a… 1/3
Current Designation: Principal Security Architect
Current Company: Tech Mahindra
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: System Security
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Diploma [Mechanical]
Verified : Phone Number | Email - id
Tech Mahindra as Principal Security Architect
Jan 2019 to Till Date
Tech Mahindra as Principal Security Architect
Jan 2019 to Oct 2020
* Client and Sr. stakeholder management for various deals in Pre Sales at various stages of engagement
* Responding RFP's and RFI's for various deals for Information Security including Custom, Data Center and Cloud
Security (AWS, Azure, HPE VPC etc).
* Supporting different teams of consultants and engineers to implement the architected security solutions.
* Investigation of Advanced Cyber Attacks on cloud ecosystems.
* Conducting Security Management Review Meetings, Security Awareness programs and Training
* Escalation Handling, Mentoring Cloud Architects & Administration team members.
* Staffing and People Management.
* Designing and developing InfoSec portfolios for managed security services (Security Device Management, Cloud
Based Security Services, Identity and Access Management etc.)
* Provided Solutions in cloud hosting in Oracle, AWS, Azure, Google Apps etc.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Shaik Islam
Principal Security Architect seeking roles in Security Management,Cloud
Computing,Configuration Management,Delivery Management,Risk Analysis,Incident
management,Requirement Gathering,Project
Management,AWS,Checkpoint,Azure,R12.2.5 OCI Cloud Migration
Key Skills: Principal Security Architect,System Security,Security Management,Cloud Computing,Configuration
Management,Delivery Management,Risk Analysis,Incident management,Requirement Gathering,Project
Management,AWS,Checkpoint,Azure,R12.2.5 OCI Cloud Migration
Summary
* Around 19 years of experience in managing Cloud Security Architects, Security Engineers, Network Architects, Windows
Administrators, Linux Administrators and Storage Solutions Architects.
* Designed autonomous vehicle security solutions for Renewed Automotive Industries.
* High end Cloud Security Architecture framework design and delivery
* Design and delivery of Policies, Security Procedures, Technical standards, Data Privacy Security Solutions for effective DLP,
Incident Response, BCP & DR and ID/IAM
* Handled Clients: Fortune 500, and Top 100 BFSIs across the globe.
* Pre-Sales, Consulting, RFP Solution Architecture Support, Architecture Reviews and Trouble-shooting help for Delivery
Teams.
* Supporting multi-year accounts as Lead Security Architect for portfolio rationalization, consolidation and standardization.
* Part of the Cloud Security Centre of Excellence at organization level and participated in all the cloud wins
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b19…
https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b195140155c0c5a… 2/3
* Provided Cloud Security consulting, Cloud Security Architecture and Risk Management services for different
customers.
* Research the adoption of new and emerging cloud Security technologies (Cloud security, MSS Etc.)
* Assess current technology trends in the Information Security and predict future trends and the impact.
* Evaluating various security technologies used by customers to address their Information Security related problems.
* Collaborating with different security teams for smooth InfoSec projects rollout.
* Information security controls mapping for different standards and regulations
* Application Security Governance with responsibility to create entire process for Application security with Calendar,
schedule for Security Testing.
* Governance of creating and establishing Vulnerability Management as a process with tools like Qualys, Tenable,
CodeDx.
* Designing and implementing Application Security Vulnerability assessment and Penetration Testing (VA/PT) for
Infrastructure, Application, API security.
* Dynamic Application Security Testing with Static Application Security Testing (DAST/ SAST)
* Governing Application Security on Cloud platforms such as Azure, IBM cloud, AWS etc.
* Ensuring compliance with SOX, EAS, PCI-DSS and MAS standards with Good understanding of SOAP and REST
APIs.
* Identifying attacks on applications as per attack vectors from OWASP, OSSTMM, FISMA and mitigation of the same
* Reviewing general security concepts and principles as well as application specific security concepts and principles
* Determining type of testing for application such as White Box/ Black box/Grey box Web Application Security Testing
* Understanding security test requirements, preparing security test scenarios & monitoring the test execution
* Providing analysis of findings and suggesting appropriate risk mitigations
* Coordinating with Application Development Teams to ensure the findings are remediated
* Working with application vendors to obtain and understanding of security controls, ensure controls are leveraged
* Reviewing Vulnerability Assessment Reports of the vulnerability scans conducted by selected IT Vendor & conducting
retests to decide on scope for mission-critical business applications
* Mitigating risks and identifying controls for business processes, technical infrastructure systems, and key IT systems
* Evaluating the effectiveness of controls over information systems, and document work performed
* Managing audits with internal and external auditors
* Analyzing root causes and delivering strategic recommendations as per the situation
Wipro as Principal Consultant
Mar 2018 to Jan 2019
* Worked as part of Cloud Security Presales & Solution team
* Responsible for presales activities - RFI, RFP and RFQ submissions
* Conducting onsite due diligence, solution presentation and providing BAFO.
* Worked closely with various sales and presales teams to develop RFP responses
* Working closely with OEMs, Facilitating vendor management, relationship building activities; negotiating best priced
hardware, software and annual support agreements
* Research the adoption of new and emerging Information Security technologies (Cyber security, MSS Etc.)
* Assess current technology trends in the Information Security and predict future trends and the impact.
* Evaluating various security technologies used by customers to address their Information Security related problems.
* Information security controls mapping for different standards and regulations
* Security consulting (Information / IT / System security) and Risk Management services for different projects.
UG: Diploma (Mechanical) from AL-Huda Polytechnic, State Board of Technical Education & Training in 2004
Education
IT Skills
Skill Name Version Last Used Experience
TOGAF, SABSA, EE-ISAC, ISA/IEC 62443
Secure Assist, BSIMM, Code Security
Built products
Symantec, McAfee, TrendMicro, Kaspersky
MessageLabs, ProofPoint, and Mimecast
Palo Alto, Checkpoint, Fortinet, Cisco
Zscalar, Cloud flare
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b19…
https://freesearch.naukri.com/preview/printResume?uname=e78a132373004bd297fcdf42518f2c785d0c5b0448475b4003451350080a004f160b195140155c0c5a… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Fortinet, F5, Radware
F5, Barracuda
Arbor, F5, Radware
McAfee, Cisco, TrendMicro
Palot Alto, Checkpoint, Cisco
Cisco, Palo Alto, CheckPoint, Deception
Honey Traps, SmokeScreen
Symantec, Carbon Black, Vontu, McAfee
WinMagic, Symantec, Checkpoint
Azure AD, Oracle IAM, Okta, MS FIM
SailPoint, PingID, CA Identity Minder
ForgeRock & PIM, PAM, CyberArk
SAST, DAST, IAST, Appscan, WebInspect
Sparo, Burb Suite, Synopsys,Veracode
GFI Languard, Nexpose, Nessus
HP Fortify, OWASP ZAP, MicroFocus
QRadar, Splunk ES, HP Archsight
McAfee, RSA Archer, LogRhythm
MOM (Microsoft Operations Manager)
Lansweeper, ELK and Solarwinds
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Tamil
Telugu
Rank 1023: Resume 1098 with similarity score 0.007285291092961153
Resume Text: B.E , MS , B.TECH , BS infrastructure engineer , devops , service developer , network administrator , full time , aws solution architect ansible , blocking , high availability , devops , jenkins , telugu , access , classic , security , microsoft azure , designation , elastic load balancing , options , bmc remedy , profiles , affirmative action , hindi , cloud , docker , linux , public , active directory , ami , exadata , windows , ccna , cli , authorization , english , iaas , troubleshooting , teams , enterprise , status , paas , email , store , infosys , application , aws , groups , root , routing protocols , provisioning , snapshot , splunk , oracle implementations , electronics , rest , network administrator , s3 , servers , git , premises , fundamentals , ec2 , storage , infrastructure , languages , failover , oci , communications , one , javascript , cost reduction , jira , network administration , organization , technology , data guard , performance testing , amazon web services , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a0842…
https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a08420312485b5a0f… 1/2
Current Designation: Infrastructure Engineer
Current Company: Infosys Limited
Current Location: Pune
Pref. Location: Hyderabad,Pune,Noida
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Infosys Limited as Infrastructure Engineer
Jun 2019 to Till Date
? Hands on experience in Amazon web services such as EC2, S3, Elastic Load Balancing (Classic/Application), Auto
Scaling, VPC, Route53, Cloud Watch and IAM.
? Configuring/Managing AWS EC2 instances as per client requirement. Create/Managing buckets on S3 (CLI) and store
data base and logs backups, upload images for CDN serve.
? Deploying, managing, and operating scalable, highly availability
? Having an experience on AWS CLI.
? Having experience on managing multiple AWS accounts under one organization.
? Setup/Managing VPC, Subnet it makes connection between different zones and Blocking suspicious IP?s/Subnet.
? Creating AWS users and groups and assign profiles.
? Increasing EBS backed volume storage capacity when the root volume is full using AWS EBS volume feature.
? Created Load balancing (ELB) and Auto scaling using for failover and latency options for high availability and fault
tolerance.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Divakaruni Shekar
Engineer seeking roles in AWs administration, docker container, splunk, Oracle cloud,
azure devops, and jenkins
Key Skills: Exadata,oracle cloud,Microsoft Azure,Splunk,AWS,Git,Docker,Load Balancing,Active
Directory,Jenkins,CCNA,Routing Protocols
Summary
? Expert in supporting customers in enterprise Oracle implementations
? Expert in implementing connection between different Oracle services - cloud and on premises
? Expert in provisioning on IaaS, network setup, load balancing and providing security
? Expert in setup of monitoring infrastructure on cloud
? Expert in managing storage, compute and network resources on IaaS
? Expert in:
Analysis of On-Premise Oracle/Non-Oracle Workload
Discovery of On-Premise Workload
Preparing high level plan to migrate the workload to Oracle Public Cloud
Build the environment on Cloud
Migrate Database and Applications to OCI Cloud and
Optimize the workload on Cloud for better performance with cost reduction
? Experience in cloud infra provisioning and administration on Oracle OCI
? Experience in configuration and managing database backups on Cloud
? Experience in setup and administration of Oracle Data Guard in Oracle Cloud PAAS Service
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a0842…
https://freesearch.naukri.com/preview/printResume?uname=3c68b3940c03b456f9b8c4fddec8c1580b5d5a041c455d405713420b080a05191a08420312485b5a0f… 2/2
? AWS Backup using Snapshot, AMI creation techniques, along with date at rest security with in aws.
? Implement Security groups for Inbound and Outbound access.
? Setup specific IAM profiles per group utilizing newly released APIs for controlling resources within AWS based on
group or user.
? Support cloud servers including security configurations, patching, and troubleshooting.
? Created AWS EC2 instances and deployed applications and delivered for QA teams to initiate performance testing.
? Knowledge on Active Directory
Vodafone as Cloud service developer
Feb 2019 to Jun 2019
Tata Communications as Network Administrator
Jun 2016 to Nov 2018
Tata Communications as Network Administrator
May 2014 to May 2015
UG: B.Tech/B.E. (Electronics/Telecommunication) from qis college of engineering and technology in 2012
Other Qualifications/Certifications/Programs:
Oracle cloud professional
Microsoft Azure fundamentals
AWS solution architect
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
IaaS (OCI), DBaaS, Oracle
Linux, Windows, JIRA , AWS, Azure
Service Now, BMC remedy
Splunk, Docker, Ansible, Git
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1024: Resume 953 with similarity score 0.007258372582063289
Resume Text: MS , BS product development , software developer , senior software engineer , full time , java developer erx , guides , react.js , api , spring mvc , web development , redux , core java , performance analysis , bugzilla , mockito , prescription , general , visual studio code , css , designation , confluence , mar , affirmative action , testng , mysql , intuit , technical architecture , user experience , hindi , maintenance , ltd , json , english , authorization , pattern , new relic , ftl , status , plugin , agile , record , email , project , tomcat , application , consultation , modular , ubuntu , doctors , redis , github , writing , components , twiki , discharge , flow , junit , unit testing , hospitals , maven , storage , framework , languages , hibernate , database , medicine , management system , surgery , struts , reviews , javascript , eclipse , jira , stomp , technology , mac os x , amazon web services , html , capture , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b450847…
https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b4508475518425a0c015… 1/3
Current Designation: Senior Software Engineer
Current Company: Intuit
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Intuit as Senior Software Engineer
Nov 2019 to Till Date
Contributing in Product Development, Design, Solutioning and Unit Testing .
Practo Technologies Pvt Ltd as Senior Software Engineer
Dec 2014 to Nov 2019
Project Details:- Project: Hospital Management System(HMS) Environment/Technology: Jsp, Servlet, JavaScript,
Struts1.3, Spring4.0, Hibernate, Postgres, jdbc, tomcat, eclipse. Responsibility: Analysis, Design, Solutioning,
Development, Unit Testing, Bug Fixes, Performance analysis, Code Reviews. Working as a part of IP Clinical team for
Hospital Management System. Worked individually to develop Multi User feature IP EMR which capture and track record
for admitted patient into hospitals by multiple doctors, duty doctor and nurse which aims to avoid loss of data and gets the
updates which user is working concurrently. Developed this feature using Spring MVC, Web Services, Hibernate, Redis ,
React, Redux, Sagas and Styled Components. Worked in a team to develop OP Clinical Flow Module which aims to
capture patient record before consultation by nurse, while consultation by Doctor and prescribed based on diagnostic at
hospitals drastically by providing better UX. Developed this feature using Spring MVC, Hibernate, Web Services, React,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SONAM ASHA NANDANI
Senior Software Engineer seeking roles in Software Development,Application
Programming,System Analysis,Technical Architecture,Requirement Gathering,Web
Development,Javascript,MySQL,Core Java,JIRA,BugZilla,Confluence
Key Skills: Senior Software Engineer,Software Developer,Software Development,Application Programming,System
Analysis,Technical Architecture,Requirement Gathering,Web Development,Javascript,MySQL,Core
Java,JIRA,BugZilla,Confluence
Summary
Having 6 years of experience in Software Development.
Currently working with Intuit as a Java Developer.
Technically Proficient in Development, Design, Solutioning, Unit Testing, Production Support and Maintenance
of the Project.
Hands on experience with Struts, Spring MVC, J2EE, JavaScript, Hibernate, Web Services, Redix.
Worked on writing Unit test using testNG and Mockito
Experience on Writing/Optimizing queries on Postgres database.
Developed Real time Multi user Modules using WebSocket and Redis storage.
Worked in an Agile Development Environment.
Having good knowledge in Design Pattern, Data Structure and Algorithm.
Worked with different project management tools like Postman, Jira, Bugzilla, Confluence, Twiki, New Relic.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b450847…
https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b4508475518425a0c015… 2/3
Redux, Sagas and Styled Components. Worked on generating reports and reports builder which gives data based on filter.
Used ftl and srjs internal framework Developed Scheduler feature to book an appointment for Doctor/Test/Service/Surgery,
rescheduled, cancel based on multi center at Hospitals. Implemented Stomp Client Implementation Over web socket
Developed Discharge Medication feature which aims to prescribe medicine or any services to patients during discharge.
Developed ERX (e-prescription) feature which helps to verify right prescriptions based on diagnostic code. Developed
whole Clinical Modules , Designed , Implemented across the product. Integrated plugin for First Time User Experience of
the redesigned UI of the product. Implemented modular modules of Product API and UX with validations and styles guides
driven development. Contributed in multiple Production Issues immediately by necessary required actions. Handled
Complex Migrations Scripts for required data.
UG: BCA (Computers) from Sikkim Manipal University (SMU) in 2011
PG: MCA (Computers) from CMR Institute of Management Studies in 2014
Education
IT Skills
Skill Name Version Last Used Experience
Mac OS X, Ubuntu 2020 6 Year(s) 0 Month(s)
CORE JAVA, J2EE 2020 6 Year(s) 0 Month(s)
Struts 1.x, Hibernate 4.x 2020 6 Year(s)
HTML, CSS 2019 5 Year(s) 0 Month(s)
Mysql , Postgres 9.x. 2019 5 Year(s)
Tomcat 7.0 2019 5 Year(s) 0 Month(s)
Eclipse, Visual Studio Code 2020 6 Year(s) 0 Month(s)
AMAZON Web Services 2020 4 Year(s) 0 Month(s)
github, Jira, Confluence , postman 2020 6 Year(s)
SPRING MVC 4 2020 6 Year(s) 0 Month(s)
React.js 16 2019 3 Year(s) 5 Month(s)
JavaScript 2019 4 Year(s) 0 Month(s)
JSON 2020 6 Year(s) 0 Month(s)
AJAX 2019 3 Year(s) 0 Month(s)
websocket 2019 2 Year(s) 0 Month(s)
Redis 2019 2 Year(s) 0 Month(s)
JUNIT 2020 6 Year(s) 0 Month(s)
MAVEN 2020 6 Year(s) 0 Month(s)
Restful Web-service 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b450847…
https://freesearch.naukri.com/preview/printResume?uname=38ffd5fb7fd7868cea9a6dd6234b8da45e080f554d120b115240480a545b531b4508475518425a0c015… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1025: Resume 1480 with similarity score 0.007246156995729604
Resume Text: B.E , MS , B.TECH , M.TECH scrum product owner , senior project manager , devops , change management , full time , delivery manager , program manager , project leader renewals , customer , telugu , fleet services , dsm , approval process , status , digital transformation , infosys , mumbai , iit , connectivity , clear , payments , procurement , soa , rta , development projects , organization , registration , upgradation , technical leadership , devops , open source , designation , mar , csm , hindi , cloud , large projects , english , productivity improvement , trex , budgeting , agile , microservices , range , biztalk , change management , six sigma , strategy , documentation , one , javascript , digitization , capital , ireport , r3 , capacity building , general , cmmi , scrum , team management , vendors , affirmative action , career development programs , utilization , maintenance , business continuity planning , escalation , m1 , email , webmethods , aws , operations , continuous improvement , hp , zero defects , languages , tags , sag , operational excellence , pmp , program management , technology planning , online , mentoring , streamlining , people management , tibco , telecom , developments , revenue , cost control , authorization , internet , risk , application , focus , steps , jurisdiction , government , led , imanage , offshore , e-commerce , row , communications , exception management , business solution delivery 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 1/4
Current Designation: Delivery Manager - API SOA Portfolio
Current Company: Infosys Limited
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: M.Tech [Mechanical]
Verified : Phone Number | Email - id
Infosys Limited as Delivery Manager - API SOA Portfolio
Apr 2008 to Till Date
Growth Path:
2008 to 2012: Senior Project Manager
2012 to 2019: Group Project Manager (PCON)
Since Jan20: Delivery Manager - API SOA Portfolio
Role:
Directing technology planning, strategy development, leadership and implementation, business and operational
transformation execution and business solution delivery
Spearheading the entire operations including delivery excellence, innovation, productivity & process improvement
Leading a large team comprising of managers, technical professionals and functional specialists for the execution of
large projects for offshore clients
o Ensuring achievement of customer expectations and provided technical leadership in application life cycle
activities
o Streamlining delivery processes in compliance with business functions to support global IT delivery standards
o Mentoring team members, participated in appraisals, job rotation and career development programs
o Undertaking resource planning and utilization, budgeting and cost control; developed the Strategic and
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Nagaraju Pampati
Delivery Manager seeking roles in Program Management,Delivery Management,Digital
Transformation,Change Management,Business Continuity Planning,Quality
Management,Risk Management,Resource Planning,Process Improvement,Productivity
Improvement
Key Skills: Delivery Manager,Program Manager,Program Management,Delivery Management,Digital
Transformation,Change Management,Business Continuity Planning,Quality Management,Risk Management,Resource
Planning,Process Improvement,Productivity Improvement
Summary
* Working as a Delivery Manager for API SOA portfolio for ROW customers, helping customers in Digital transformation through
API led connectivity, microservices and open source & cloud Integration. Managing 30+ customers, with revenues of ~30M,
~300 people.
* 21 years of rich experience in handling larger programs spanning multiple geographies and Integration/API and cloud
technologies. Strong process knowledge and quality focused with exposure to CMMi, Six Sigma, Lean, Agile and various
development methodologies
* Managing large Clients and New Clients in API, SOA and Cloud technologies mainly in TIBCO, Mule, Webmethods, Apigee,
Axway, CA layer7, AWS and many other technologies
* Key responsibilities include Operational Excellence, People Management, Delivery Excellence, Risk Management, Project
Execution & governance, Continuous improvement, Innovation, Client Relationship Management, Presales, Capacity building.
* PMP, CSM, TIBCO BW certified
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 2/4
Operational Plan
o Implemented Scrum in the team and worked as a Scrum Product Owner
o Acted as escalation point for customer critical issues and exception management
Managing project operations with key focus on defining Service Level Agreements (SLAs), Standard Operating
Procedures (SOPs) as well as interacting with prestigious clients, business partners, industry leaders, vendors & other
key stakeholders
Key Assignments & Projects:
As Delivery Manager | API SOA
Working as Delivery Manager for API SOA portfolio for ROW customers, helping customers in Digital transformation
through API led Connectivity, Microservices and Open Source & Cloud Integration. Managing 30+ customers, with
revenues of ~30M. Key projects include:
o Telstra Devops Program
o TRA EODB: UAE Smart Government initiative, Start Your Business in UAE in 15 minutes
o M1 Singapore Telecom - Digitization program
As Group Project Manager (PCON)
Managed the delivery of portfolio of Integration/ SOA projects for ROW customers. It was a unit of 150+ people with
revenue in the range of 11 to 15 M per year. Projects were mainly on TIBCO, Biztalk and SAG Technologies. Key
projects entail:
o Temasek: Successfully setup Mule cloud platform setup 4.0 (first in Infosys), under tight project schedule and
which has 500K USD penalty
o Telstra TREX Transformation program
o Telstra PSNM, with ZERO defects and ZERO SLA penalties
o TRA New-born Baby
As Senior Project Manager
Led the delivery of a portfolio of Integration/SOA projects for ANZ
customers. It was a unit of 100+ people with revenue in the range of
8 to 10 M per year. Projects were mainly on TIBCO, Biztalk like:
o Telstra PSNM with ZERO defects and ZERO SLA penalties
o RTA UOW and Support delivery
TCS as Project Manager
Apr 1999 to Apr 2008
Growth Path:
Jun'99-Jul'00: Developer
Aug'00 - Aug'01: Onsite Coordinator/Project Leader
Sep'01- Nov'01: Designer and Developer
Dec'01 - Jan'03: Module Leader
Feb'03 - Dec'04: Project Leader
Jan'05 - Apr'08: Project Manager
Projects Undertaken
Organization: TCS
Role: Project Manager
Project: Solution Delivery Web
Period: Aug'06 - Apr'08
Customer: GE Capital Solutions, Manchester, UK
Work Location: Mumbai (Nov 07 - Apr'08) / Manchester, UK (Aug 06 - Oct 07)
Description: This project is an umbrella project which caters all web/portal based developments for GE Capital
solutions, Europe. Some of the projects managed in last one and half year are iManage R2 & R3, Clear
solutions, iReport Re-write, iDrive Re-write, iManage Swiss integration, iManage Mindef integration,
Customer portel, Proactive Communications, iManage Aggregartion re-design, iProfile and Maintenance
NT upgradation
Role: Project Manager
Project: SEET
Period: Jan'05 - Jul'06
Customer: GE Fleet Services, Minneapolis, USA
Work Location: Mumbai
Description: This project is an umbrella project which caters all development projects for GE Fleet Services MN USA.
Some of the projects managed are RAPIDTAG, State Tansfer,Custom Portal, HP Orering, DSM, HP
Ticker
Role: Project Leader
Project: SEET RAPIDTAG
Period: Jan'04 - Dec'04
Customer: GE Fleet Services, Minneapolis, USA
Work Location: Mumbai
Description: RapidTag is a service offered to fleet customers. Under this program, GECFS processes the annual
vehicle registration renewals on behalf of the customer driver. The process starts with a fleet's
enrollment in the program and stops when the tags are delivered to the driver. The enrollment and
approval steps have to be revisited as Phase 1 approach was to integrate with legacy system. Once
successful enrolment is complete, the renewal process waits for the vehicle's registration to approach
the annual expiration date, where every month, an approval process will start for the units that will
expire in 120 days. Once the Fleet Contact has validated the renewals, the actual renewal tag process
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 3/4
starts by gathering required information and documentation for the specific jurisdiction state where the
vehicle is registered. Follow up with Drivers and Fleet Contacts are required in order to collect all
missing information. As soon as the missing information is gathered, the renewal package is assembled
and processed through one of the three methods: Online renewal, Direct to DMV or Agent. There might
be some rejects, where the DMV's are not satisfied with the information sent. More follow up with
Drivers and Fleet contacts are required and the package is re-assembled and resubmitted.
Once renewal package is received from DMV's, proper charges and payments are submitted and the
tags sent to Drivers.
Role: Project Leader
Project: SEET (Driver Comm2 and e-Signature)
Period: Jul'03 - Dec'03
Customer: GE Fleet Services, Minneapolis, USA
Work Location: Mumbai
Description: This project will aim to integrate the various business areas of Vehicle procurement and leasing, Vehicle
maintenance and management and communication with GEFS' customers. TIBCO technology helps to
achieve the goals above goals by providing a set of adapters to connect to the various business
systems. Involved in some of the initiatives like Driver comm2 & E-Signature
UG: B.Tech/B.E. (Mechanical) from G Pulla Reddy Engineering College, Kurnool in 1997
PG: M.Tech (Mechanical) from Indian Institute of Technology (IIT), Kharagpur in 1999
Other Qualifications/Certifications/Programs:
PMP
TIBCO BW
CSM
Education
IT Skills
Skill Name Version Last Used Experience
SOA
DIGITIZATION
INTEGRATION
AGILE
API
Tibco
JAVA
TEAM MANAGEMENT
Program Managment
Portfolio Management
CLOUD
PRESALES
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
Hindi Expert
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450…
https://freesearch.naukri.com/preview/printResume?uname=5d6cb3b3bfa1425812477f9c801af19951095f561c1a09140a18145a0e0c031e150f450418430958090… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
English Expert
Rank 1026: Resume 997 with similarity score 0.007234839389190556
Resume Text: B.S , MS automation test engineer , software test engineer , full time , testing engineer automation , reporting , manual testing , telugu , x-ray , performing , css , change requests , designation , regression testing , e2e , functional testing , tamil , validity , affirmative action , testng , jmeter , test scripts , mysql , gui testing , product concept , beginner , maintenance , ltd , typescript , test cases , working experience , json , authorization , english , test execution , status , advanced product quality planning (apqp) , software testing , automotive , email , project , database testing , integration testing , windows 10 , less , selenium webdriver , smoke testing , scenario , html , cucumber , user stories , github , writing , retesting , languages , framework , preparation , system testing , kannada , sql server , data integrity , javascript , jira , eclipse , agile testing , product life cycle , sanity testing , publishing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140…
https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140544420b0f085… 1/2
Current Designation: Software Test Engineer, Manual and
Automation
Current Company: Neviton Softech Pvt Ltd - Immediate Joiner
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - QA & Testing
Role: Testing Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 10 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Neviton Softech Pvt Ltd - Immediate Joiner as Software Test Engineer, Manual and Automation
Dec 2018 to Till Date
Automation Test Engineer (Neviton Softech Pvt Ltd. December 2018 to present)
Advanced product quality planning (APQP) is a framework of procedures and techniques used to develop products in
industry, particularly in the automotive industry. APQP has five phases starting with product concept and extending
throughout the product life cycle and each phase contains multiple modules and each module are delivered as a project.
Projects : Admin, Task, Lesson Learned, CAR, SPC
Technologies : React JS, Java Script, Java, Selenium Web driver, MS SQL server, Jira
Responsibilities :
Involved in Grooming sessions for Requirement gathering and Analysis.
Designed and Developed the Test plan and test scripts based on User Stories.
Involved in the preparation of Automation Framework.
Actively involved in writing and maintenance of test scripts and their execution using TestNG, Cucumber framework.
Involved in Identifying the E2E scenario & Creating the Reusable methods & Generic methods.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Priyanga Rajagopal Reddy
Software Test Engineer seeking assignments in Software Testing, Functional
Testing,Manual Testing,Automation Testing,Regression Testing,Database
Testing,System Testing,Integration Testing,GUI Testing,Jira,X-Ray,Github.
Key Skills: Software Test Engineer,Testing Engineer,Software Testing, Functional Testing,Manual Testing,Automation
Testing,Regression Testing,Database Testing,Sanity Testing,System Testing,Smoke Testing,Integration Testing,GUI
Testing,Jira,X-Ray,Github,Testng
Summary
Having 1 year 10 months of experience in Software Testing.
Experience in testing Web Based Applications.
Extensive working experience in SDLC and Agile Testing environment.
Experience in performing UI, Functional and Regression testing.
Knowledge on Selenium Web Driver and Cucumber JS testing tool.
Developed automation test scripts using Selenium Web Driver, Java and Typescript.
Experience in working with Selenium IDE and Selenium Web Driver using TestNG.
Experience in working with Cucumber (Behavior Driven Development framework).
Analysis of nightly execution and prepare bug Report.
Experience in working with JSON files.
Good exposure to SQL commands.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140…
https://freesearch.naukri.com/preview/printResume?uname=e6353d152a9ba1ee9817f05ff7c88fc00a590e074a150912064343505a5b584b1101140544420b0f085… 2/2
Checking the Data validity, Data Integrity and performance related to database.
Retesting defect fixes & publishing test result.
Reporting and tracking the Bug using JIRA.
Prepared Daily status Report regarding test execution and Issues.
Updating test cases as per change requests and perform execution.
Performed Functional Testing, Integration Testing, GUI Testing, Regression Testing.
Analysis of nightly execution and prepare bug Report.
Sending daily analysis status report to the management.
UG: B.Sc (Computers) from MGR Arts and Science -Hosur (Periyar University), Tamil Nadu, India in 2016
PG: MCA (Computers) from Anna University in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jira, X-Ray, GitHub
Selenium Webdriver, Cucumber, TestNG
Postman and JMeter
Windows 10. Java, Typescript, JDBC
HTML, CSS
Eclipse, Selenium, MySQL
TypeScript
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Telugu Expert
Kannada Beginner
Rank 1027: Resume 1362 with similarity score 0.007207655522977353
Resume Text: B.E , MS , B.TECH application support , devops engineer , full time , resource manager winscp , ansible , functionality , codes , web apps , devops , jenkins , kubernetes , classic , designation , chocolatey , visual studio , vault , affirmative action , oracle , plugins , principles , hindi , docker , cloud , linux , microsoft teams , maintenance , azure , windows , english , authorization , approvals , automation tools , status , email , project , application , aws , configuration management , modular , provisioning , continuous integration , playbook , electronics , testing , github , pipelines , artifacts , gitlab , writing , ids , servers , s3 , building , webcenter , maven , repository , storage , infrastructure , languages , kannada , continuous build , weblogic , sonarqube , one , javascript , organization , technology , artifactory , ucm , continuous monitoring , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f47…
https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f475547405d0909… 1/3
Current Designation: DevOps Engineer
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
DXC Technology as DevOps Engineer
Jul 2018 to Till Date
About the project: Ansible Automation for both linux and windows servers. Tools: Ansible, Ansible tower,
Artifactory, GitLab.
Contribution
Playbook Development - Have developed more than 50 playbooks for both linux and windows servers
using customized ansible roles.
Playbook testing - Have tested the functionality of the same on local servers as well as using ansibletower.
Chocolatey Package development - Have developed more than 20 Choco packages and mapped it
them to the windows Playbook.
Did Prod runs for the same using ansible tower.
PROJECT 2: Vodafone UK ( Dec 2019- March 2020 )
About the project: Continuous build and release management of source codes and other monitoring activities for
various environments. Uplifting the en
vironments as and when needed to higher code versions to keep the
application stable.(mobile app, Vodafone uk webapp) Tools: Oracle weblogic/Webcenter, Git,Jenkins, Maven,
Artifactory ,AWS EC2,AWS S3.
Contribution:
Configure Jenkins job for building the source code using maven.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Aishwarya
DevOps Engineer seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,Azure-
DevOps,GitHub,Jenkins,SonarQube,Ansible,Docker,AKS,Kubernetes,Maven,AWS,Oracle
UCMS
Key Skills: DevOps Engineer,System Admin,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,Azure-
DevOps,GitHub,Jenkins,SonarQube,Ansible,Docker,AKS,Kubernetes,Maven,AWS,Oracle UCMS
Summary
With 2.6+ years of experience as a DevOps Engineer , I have a thorough knowledge about DevOps principles,
processes and tools to implement CI/CD pipelines for Automated Build and Releases. Having professional
hands on experience on leading DevOps automation tools like Git, GitHub, Jenkins, Azure-DevOps, Ansible,
Maven, SonarQube, Docker, AKS, Oracle WebLogic, Oracle UCMS, I wish to work with fully focused teams and on
challenging projects as a DevOps engineer in your Organization.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f47…
https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f475547405d0909… 2/3
Automating deployment using shell script to trigger one click deployment in Jenkins.
Configure Scheduled Builds and manually deploy the built artifacts on to the servers using WinSCP.
Raising CRs and upon CR approval, deployment of the artifacts to higher environment.
Uplifting of environments to latest desired version manually using UCMs. UCM check-ins, Other related
release activities, patch update on servers like pre-sit.
Well versed in providing Application Support across all the environments (Development to Production) .
PROJECT 3: Ahold-Delhaize ( March 2020 - present )
About the project: Azure-DevOps CI/CD implementation for 5+ pilot applications which includes Java and .net
apps
Tools /Services :Git,GitHub, Azure Cloud Portal : Azure Cloud Shell, Azure App Service, Azure Kubernetes Services
(AKS), Azure-DevOps CI/CD pipelines, SonarQube, Maven, Azure Artifactory, Azure Monitoring Service,Azure
Container Registry(ACR), Azure Container instance, blob Storage,Azure key vault,Azure library.
Contribution:
Adding GitHub Repository to Azure-DevOps Projects ,authorizing it and creating service connection for
GitHub.
Creating CI pipeline in Pipeline as a code format.(yaml), writing azure-pipelines.yaml script.
Creating Classic pipelines as and when needed.
Creating SonarQube container instance , storing service principal IDs in azure key vault,Creating Service
Connection for it. Setting Quality gate values in SonarQube.
Installing Plugins from Visual Studio Marketplace: SonarQube plugin, HCL app scan Plugin etc and
integrating it with pipeline.
Modular pipeline creation by storing the reusable variable group in azure library.
Parameterizing the pipeline based on tools.
Provisioning the Infrastructure using ARM Templates (Azure Resource Manager).
Creating release pipeline for deployment of the apps on azure web apps and AKS.
Setting Pre-deployment approvals and customizing the approvals to be done on Microsoft teams and
through mail.
Setting up Continuous Monitoring using application insights and container insights for Azure App Service
and AKS respectively.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Dr Ambedkar Institute of technology, Bangalore in 2018
Education
IT Skills
Skill Name Version Last Used Experience
azure-devops
GitHub
Jenkins
SonarQube
Ansible
DOCKER
AKS and Kubernetes
MAVEN
AWS
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f47…
https://freesearch.naukri.com/preview/printResume?uname=210ed3e2a1ce32ad995e964df09a4d57095e5c52191b5c435145105f5d0e5048125f475547405d0909… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1028: Resume 1522 with similarity score 0.007198880522511973
Resume Text: B.S , MS , M.TECH , BS application support , senior web developer , sql developer , full time , team lead , senior project engineer , application developer ibatis , ibm rational , magento , spring mvc , rollout , web development , clinical research , sales management , stem , websphere , designation , ug , wizard , toad , hudson , platforms , information technology , oracle , mysql , user experience , affirmative action , angular , web services , photoshop , maintenance , quote , apache , php , authorization , json , p&c insurance , bootstrap , status , spring boot , software testing , email , project , tomcat , application , bind , github , homeowners , junit , landing pages , building , maven , html5 , hibernate , sms , multi state , cms , one , javascript , eclipse , network administration , insurance brokerage , spring webflow , digital marketing , ajax 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180…
https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180517405f5e0f54… 1/2
Current Designation: Senior Web Developer
Current Company: LifeCell International
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Pharma/Biotech/Clinical Research
Marital Status: Married
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Software Engineering]
Verified : Phone Number | Email - id
LifeCell International as Senior Web Developer
Apr 2016 to Till Date
LifeCell Web Application - LifeCell India's first and largest Stem Cell
bank. Responsive web application for LifeCell customers.
Building Digital tools/platforms for effective Sales Management and
Digital Promotions using Angular and Spring Boot.
Digital Marketing through creating Landing Pages, Email and SMS
Marketing, CMS Management, Designs through Photoshop and Xd
Building Magento 2 custom modules, User Experience through Magento
UI and Knockout JS, Customizing Magento Theme
Wipro Technologies Limited as Senior Project Engineer
Jun 2011 to Apr 2016
Marsh Broker Application (Jan 2016 -Apr 2016) -Web Platform for
insurance brokerage -large US Broker Insurer.
Life Contact Wizard: (Nov 2015-Jan 2016) -Responsive web platform for
rollout of Life Quotation application across all states -large US Insurer.
Condominium Quote & Bind: (May 2015- Oct 2015) - Rollout of Condo
product across western states for largest US P&C Insurance company
Homeowners Quote & Bind: (May 2014 - May 2015) - Responsive web
design for Home application (multi state rollout) for a large US property
insurer
Auto Quote & Bind: (Dec 2012 - May 2014) - Standard and Specialty Auto
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Shadam Asik M E
Senior Web Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Software Testing,Application
Support,Technical Support,Network Administration,Incident
Management,Angular,Oracle, MySQL,Junit
Key Skills: Senior Web Developer,Team Lead/Tech Lead,Software Development,Application Programming,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical Support,Network
Administration,Incident Management,Angular,Oracle, MySQL,Junit
Summary
Result-oriented Professional with over 9 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Software Testing,Application Support,Technical Support,Network Administration,Incident
Management,Angular,Oracle, MySQL,Junit.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180…
https://freesearch.naukri.com/preview/printResume?uname=7c85defc2bc8775b1c7f207f7fb2798d585a0a03434658405017470a0c5a071e145a180517405f5e0f54… 2/2
product rollout across new J2EE platform across 15+ states for large US
Insurer
Property Quick Quote: (Sep 2012 - Dec 2012) - Home Quote only rollout
over a platform developed to make it scalable for future Bind and Multi
state rollouts - One of the largest US Property Insurance Company
UG: B.Sc (information technology) from Bharathiar University, Coimbatore in 2011
PG: M.Tech (Software Engineering) from Birla Institute of Technology and Science (BITS), Pilani in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
J2EE, JSP, Web Services,PHP
angular, spring boot
Spring MVC, Spring Webflow,Magento
Ibatis, Hibernate
Ajax, JSON, HTML5
CSS3, Bootstrap 3/4
ORACLE, MYSQL
IBM Websphere, Apache Tomcat
SVN, GitHub
Eclipse,Toad
IBM Rational Application Developer
SQL Developer for My SQL
JUNIT
Apache Maven
HUDSON
Photoshop, xd
Rank 1029: Resume 1165 with similarity score 0.007195359065443692
Resume Text: MS , BS senior engineer , it professional , security engineer , full time , service provider , data management , balancer , technical support engineer ansible , file systems , functional specifications , customer , telugu , jenkins , kubernetes , efs , security , microsoft azure , designation , classic , access , space , telecom , deliverables , affirmative action , sudo , hindi , cloud , hub , linux , vendor management , dynamo , network devices , ltd , gateway , authorization , english , status , budgeting , email , sonicwall , application , aws , groups , swap , adherence , windows services , fixing , electronics , technology solutions , juniper , third party vendors , s3 , servers , team management , switches , delivery of projects , ec2 , storage , acr , languages , peripherals , service delivery management , sophos , end-to-end project management , scheduling , javascript , disk management , contractors , organization , routers , load , business requirements , it infrastructure management , working experience , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f15…
https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f155212170d0f5d5… 1/2
Current Designation: Security Engineer
Current Company: PerkinElmer
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Network Admin
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree:
Verified : Phone Number | Email - id
PerkinElmer as Security Engineer
Sep 2020 to Till Date
Zee Enterprises as Senior Engineer - Cloud
Aug 2019 to Aug 2020
Key Result Areas:
Functioning closely with different stakeholders (including third party vendors and contractors) to manage and coordinate
projects and other IT departments, where necessary; discussing with major stakeholders and Group Executives on
solutions
and platform direction, assessing business requirements and recommending technology solutions
Driving practice & business unit for all product implementations & delivery of software applications in different domain
areas; ensuring resolution of customer escalations, prioritizing the same based on business impact and maintaining
highcustomer satisfaction levels; monitoring the team and ensuring delivery of projects on schedule
Spearheading the management of applications, cloud azure & AWS networking throughout the organization including
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Nandyala Manikanta
Senior Engineer seeking roles in Infrastructure Management,Systems
Administration,Release Management,Delivery Management,Technical Support,Service
Delivery Management,SLA Management,Vendor Management,Disk
Management,FortiGate,Sophos, AWS & Azure
Key Skills: Senior Engineer,Network Admin,Infrastructure Management,Systems Administration,Release
Management,Delivery Management,Technical Support,Service Delivery Management,SLA Management,Vendor
Management,Disk Management,FortiGate,Sophos,AWS,Microsoft Azure
Summary
IT professional offering over 7 years of experience in IT Infra, Cloud AWS
Azure, Service Delivery, Systems Administration and Technical Support
Experienced in managing AWS/Azure services like EC2, EBS, S3, ELB, EFS,
VPC, IAM, SNS, Cloud Watch, and Cloud Front, RDS, Dynamo DB, VMSS
Load balncer, Application Gateway, ACR, Azure Kubernetes, Container
Instances, DNS, CDN & Storage Accounts
Worked and monitored multiple AWS/Azure accounts with multiple
VPC's/Vnets for both production and non-prod
Working experience on Elastic Load Balancer, creating Classic and
Application LoadBalancer, Network Load Balancer and Target groups
Steered end-to-end execution, delivery & management of complex
programs / projects in a Delivery Model as per SLAs and balancing work
distribution to meet preset deliverables
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f15…
https://freesearch.naukri.com/preview/printResume?uname=09b9bc9980612985a61b642e9e3e4c0c0e585d044c115f42021946505a00594f135f155212170d0f5d5… 2/2
servers, network / voice infrastructure, internal networks and peripherals
Monitoring disk status, system processes, user process activity, memory activity, Network, memory and Swap space
management
Interacting with and guiding team members to ensure smooth progress of project deliverables, ensuring adherence to
quality
norms across the development and implementation process
Managing File systems, Partitions on disk using tools like fdisk Assigning SUDO access to users as per company
requirement
Spearheading IT infrastructure management, Windows services management, Project management, Vendor
management,
Team management & SLA management
Working on Windows & Linux servers, Network Devices Switches, Routers, Gateways/Firewalls, Telecom issues by fixing
it
or co-ordination with Service provider PRI, SIP TRUNKS and PBX/SBC (Session Board Controller)
Identifying customer issues with existing ERP solution, providing best practice concepts & process flows, documenting
functional specifications; spearheading end-to-end project management from conceptualization to technology mapping,
budgeting, resource & task scheduling and final execution of projects
Inknowtech Pvt. Ltd. as Sr. Cloud Network & Security Engineer
May 2019 to Aug 2019
Karvy Data Management Service Pvt. Ltd., as Sr. Technical Support Engineer
Jul 2016 to Feb 2019
UG: Diploma (Electronics/Telecommunication) from Andhra University in 2013
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
FortiGate, Sophos, Juniper
SonicWALL, terraform, Jenkins, Ansible
Service Bus Event HUB, SNS group
Load balancer, Auto Scaling group, VMSS
Azure Storage Account, Blob Containers
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1030: Resume 471 with similarity score 0.007193019341936094
Resume Text: MS nan supply chain , recycling , german , completion , assessment , mes , macro , english , resume , commerce , visit , mira Assessment
Q1. Why should you be hired for this role?
That's a great question! You have a slight advantage over me since you know what you're looking for and I am still studying. From what I've
learned, it sounds like you are looking for someone who will be able to handle assigned responsibilities quickly and effectively, and gain
experience.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available for 6 months for a full-time internship at Pune
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9511735709
Rutuja Jadhav
Pune
Applied 27 Jan'21
MSOffice English Proficiency Spoken)
Bachelor of Business Administration B.B.A.), Management
MES. Garware College Of Commerce
2018 - 2021
Senior Secondary XII, Science
Rosary
HSC board)
Year of completion: 2017
Percentage: 75.00%
Secondary X
St. Mira's Secondary School
SSC board)
Year of completion: 2015
Percentage: 74.00%
Supply Chain Management
Mes Garware College Of Commerce, Pune
Aug 2019 - Aug 2019
Business Exposure
Feb 2020 - May 2020
Micro and macro aspects of business
visit to IIM and EDI
visit to recycling unit
Completed first level of German language
Rank 1031: Resume 863 with similarity score 0.007183807690931779
Resume Text: B.E , B.TECH , BS application support , full time , change management , software developer intranet , react.js , api , web development , redux , telugu , css , designation , affirmative action , information technology , hindi , maintenance , jquery , english , authorization , node.js , bootstrap , status , email , project , application , hooks , components , change management , building , languages , framework , creative technology , kannada , es6 , it , javascript , learning , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150…
https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150047445e0c5d0… 1/3
Current Designation: Frontend Developer
Current Company: EDC Creative Technology Solution
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: BE [information technology]
Verified : Phone Number | Email - id
EDC Creative Technology Solution as Frontend Developer
Jul 2018 to Till Date
1. Project Name : IRMA.
Responsibilities:-
- Part of team developing a responsive Website.
- Translated design and into high-quality code.
- Wrote customized code using HTML/CSS and javascript.
- Gained a good Understanding on Real time data.
- Worked on UI framework like Bootstrap.
2. Project Name : EDC INTRANET WEBSITE
Responsibilities:-
- Worked closely with the team for developing a responsive website in react.js.
- Translated design and into high-quality react.js code.
- Created a reuseable components for future use.
- Worked on ES6 formates of javascript.
? Worked on API calls, data binding in react.js.
- Gained good Knowledge on Node.js.
3. Project Name : SKILLABLERS.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Akhil E N
Developer seeking roles in Software Engineering,Software Development,UI
Development,Application Support,Project Management,Change Management,Defect
Management,Quality Management,Requirement
Gathering,JavaScript,Bootstrap,React.Js,HTML,CSS,Redux.
Key Skills: Software Developer,Software Engineering,Software Development,UI Development,Application Support,Project
Management,Change Management,Defect Management,Quality Management,Requirement
Gathering,JavaScript,Bootstrap,React.Js,jQuery,HTML,CSS,Redux
Summary
Experience in Building single page(SAP) web application in react.js
Experience integrating the RESTfull API in react.js.
Experience with Responsive Web Development.
Experience in UI Development using HTML5,CSS3 along with CSS/SCSS.
Experience in Developing the UI in React.js.
Building a reuseable components for future use.
Passionate Towards learning new technologies and creating prototypes to learn their implication.
Experience in javascript, ES6 concepts including DOM manipulation and jqurey.
Translating design and wireframe into high-quality code.
Experience in UI Framework like Bootstrap.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150…
https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150047445e0c5d0… 2/3
Responsibilities:-
- Worked closely with the team for developing a responsive website in react.js.
- Translated design into high-quality react.js code.
- Created a reuseable components for future use.
- Worked on API calls, data binding in react.js.
- Worked on ES6 formates of javascript.
- Implementing React.js, HTML and SCSS to make responsive portal.
- Worked on Industry Section of skillablers platform.
UG: B.Tech/B.E. (Computers) from EAST POINT COLLEGE OF ENGINEERING AND TECHNOLOGY in 2017
PG: BE (information technology) from Visveswaraiah Technological University (VTU) in 2017
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Jan 2019 - Dec 2020
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Oct 2018 - Dec 2018
Onsite / Offsite: Offsite
Team Size: 5
Education
IT Skills
Skill Name Version Last Used Experience
Javascript,react.js,HTML,CSS,SCS
Jqurey,Bootstrap,ES6,react hooks,redux.
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Proficient
Kannada Expert
Projects
Project Title: Skillablets Platform
Client: skillablers
Skill Used: reactjs, HTML, CSS, javascript, bootstrap,nodejs,CSS3, HTML5,ES6
Project Details: ? Worked closely with the team for developing a responsive website in react.js.
? Translated design into high-quality react.js code.
? Created a reuseable components for future use.
? Worked on API calls, data binding in react.js.
? Worked on ES6 formates of javascript.
? Worked on React AppexChart.
? Implementing React.js, HTML and SCSS to make responsive portal.
? Worked on Industry Section of skillablers platform.
Project Title: EDC INTRANET WEBSITE
Client: EDC
Skill Used: HTML,CSS, REACTJS, JAVASCRIPT, BOOTSTRAP,ES6
Project Details: ? Worked closely with the team for developing a responsive website in react.js.
? Translated design and into high-quality react.js code.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150…
https://freesearch.naukri.com/preview/printResume?uname=f68a22f0eead471c831e27227cc352625e5a00044a1401110511415c5e0e581e425f150047445e0c5d0… 3/3
Nature of Employment: Full Time
Project Location: Banglore
Role: Programmer
Duration: Jul 2018 - Oct 2018
Onsite / Offsite: Offsite
Team Size: 5
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
? Created a reuseable components for future use.
? Worked on ES6 formates of javascript.
? Worked on API calls, data binding in react.js.
? Gained good Knowledge on Node.js.
Project Title: IRMA
Client: IRMA
Skill Used: HTML,CSS, JAVASCRIPT, JQUERY
Project Details: ? Part of team developing a responsive Website.
? Translated design and into high-quality code.
? Wrote customized code using HTML/CSS and javascript.
? Gained a good Understanding on Real time data.
? Worked on UI framework like Bootstrap.
Rank 1032: Resume 1517 with similarity score 0.007181306405044483
Resume Text: MS application support , cloud architect , product development , software developer , solution architect , full time , product owner , associate manager ecommerce , api , retail , healthcare , designation , mybatis , confluence , mar , jmeter , affirmative action , mysql , technical architecture , hindi , maintenance , travel , gateway , digital , authorization , english , warranty , status , spring boot , mocha , agile , rally , email , project , modernization , jpa , application , aws , soapui , splunk , remediation , testing , debugging , transformation , ec2 , kibana , languages , documentation , hibernate , python , javascript , jira , cloud computing , technology 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13…
https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13031842585b5f0… 1/2
Current Designation: API and Cloud Architect
Current Company: Cognizant
Current Location: Kolkata
Pref. Location: Kolkata,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant as API and Cloud Architect
Sep 2019 to Till Date
Ruchi is a Cloud/API architect.She has expertise in cloud migration,app modernization and integration.She has been part
of mutliple digital journey proejcts.
Accenture Technologies as Associate Manager
Nov 2009 to Sep 2019
Sapient Corporation as Associate - Technology Level 2
Mar 2008 to Mar 2009
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
RUCHI SHARMA
API/Cloud Architect seeking roles in IT Project Management,Application
Development,SDLC,Technical Architecture,Application Support,Cloud
Computing,Product Development,Agile Methodology,POC
Development,Debugging,JMeter,SOAP UI
Key Skills: API/Cloud Architect,Software Developer,IT Project Management,Application Development,SDLC,Technical
Architecture,Application Support,Cloud Computing,Product Development,Agile Methodology,POC
Development,Debugging,JMeter,SOAP UI
Summary
Cloud Integration Expert, offering over 14 years of experience in software development, design and integration including
application remediation, modernization, transformation and migration to Cloud.Gained exposure to Travel, Banking, Payment,
Telecommunication, Healthcare, and Retail domains
Expertise in end-to-end development of software products from requirement analysis to system study, designing, coding,
testing, debugging, documentation and implementation
Hands-on experience in providing post implementation, application maintenance and enhancement support to the business with
regard to the product/ software application in the Warranty Period and SLA
Collaborated with the Product Owner throughout the development cycle, ensuring the proposed design meets business
requirements
Work Experience
Education
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13…
https://freesearch.naukri.com/preview/printResume?uname=53a37f4a4f69e4824b8a20c02eb9809a5e0b0f52194509435711415e5a0b564b140e13031842585b5f0… 2/2
UG: B.Com (Commerce) from Ch Charan Singh University (CCSU), Meerut in 2000
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2004
Other Qualifications/Certifications/Programs:
Ecommerce frmo Asset International
I.T.I. in computers
AWS Certified Solution Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
EC2, AWS API Gateway
JAVA
JDBC, Spring Boot
JPA, Spring-WS
NodeJS,Python
JMeter, SoapUI, Mocha, Chai, NOCK
Splunk, Kibana, ELK
JIRA, Rally, Confluence
MySQL, MS SQL
MyBatis, Hibernate, JPA.T-SQL
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1033: Resume 974 with similarity score 0.0071763313386309325
Resume Text: B.E , MS , B.TECH part time , full time , senior software engineer , principal software engineer react.js , customer , telugu , scrum , designation , mar , affirmative action , mysql , web services , hindi , angular , photoshop , beginner , maintenance , jquery , authorization , english , code review , status , game engine , email , project , mobile games , application , kotlin , github , software architecture , building , perforce , framework , arduino , languages , html5 , android development , cms , javascript , business process management , bpm , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b4…
https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b440216140a5b0c… 1/2
Current Designation: Principal Software Engineer
Current Company: Pegasystems
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Pegasystems as Principal Software Engineer
May 2013 to Till Date
Pegasystems is the recognized leader in business process management (BPM)
and is also ranked as a leader in customer relationship management
Glu games(Griptonite) as Senior Software Engineer
Apr 2011 to Apr 2013
Glu Mobile is a leading creator of mobile games.
UG: B.Tech/B.E. (Computers) from Jawaharlal Technological University in 2008
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Kiran Kumar YNG
Principal Software Engineer seeking Frontend Development using Javascript,
ReactJS, HTML5, CSS3 and latest technologies
Key Skills: Principal Software Engineer, Application Design, Software Architecture, Application Development,Product
Development, Code Review, Android Development, Object Oriented Programming, Javascript, JQuery, Ajax, CMS,
GitHub,React.Js,Web Services
Summary
I always want to build something robust with clean architecture and latest
technologies. Contributed in building web-based game engine framework for
Glu games. Now working with Pega on building user interface with latest tech stack.
Part time, I make IoT based electronic gadgets
Work Experience
Education
IT Skills
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b4…
https://freesearch.naukri.com/preview/printResume?uname=57205f78b7048b33af397235437f66b25b5a0c031e130940004213500e01001b105b440216140a5b0c… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
JavaScript 2020 6 Year(s)
React , Angular 2020 1 Year(s)
Nativescript 2018 0 Year(s) 6 Month(s)
Kotlin 2019 0 Year(s) 6 Month(s)
WEB SERVICES 2020
Hybrid-Mobile-Applications 2018 1 Year(s)
JQuery, CSS3, HTML5 2020 6 Year(s)
SCRUM 2020 6 Year(s)
GitHub, SVN, Perforce 2020 6 Year(s)
Perforce, mysql, Web services, Photoshop
Scrum , Arduino
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Hindi Beginner
Rank 1034: Resume 1156 with similarity score 0.007166258163403326
Resume Text: MS director , it operations analyst , solutions architect , operator , devops , technical associate , it professional , solution architect , vmware administrator , full time , site reliability engineer , enterprise architect customer , bmc remedy , security , vault , it operations , docker , linux , technical training , status , logging , programmers , continuous integration , bitbucket , testing , features , connectivity , ec2 , emerging technologies , organization , pipeline , sprints , distributed resource scheduler (drs) , ansible , automation , devops , powershell , computer networking , kubernetes , access , designation , deliverables , reliability engineering , rhel , hindi , cluster , english , troubleshooting , maintenance engineering , editing , project , groups , microservices , bpo , volume management , hyper-v , nutanix , itil , scom , one , javascript , vmware vsphere , wireless , health monitoring , change requests , developers , scripting , affirmative action , public , xp , basic , smart working , iaas , email , aws , cisco ucs , desktop administration , ubuntu , bengali , microsoft , saas , pod , languages , jira , esxi , dell , working environment , windows 7 , agile methodologies , infrastructure solutions , high availability , foundation level , jenkins , windows server , ug , pv , hybrid cloud , ticketing , active directory , solver , azure , authorization , teams , enterprise , virtualization , sql , application , devices , cost effective , records , s3 , servers , running , repository , aircraft maintenance , catalog management , mesh , reviews , cloud computing , orchestration , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 1/4
Current Designation: Senior Site Reliability Engineer
Current Company: Unisys
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Other
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: Aircraft Maintenance Engineering
[Maintenance Engineering]
Verified : Phone Number | Email - id
Unisys as Senior Site Reliability Engineer
Oct 2015 to Till Date
08/2018 - present
Bengaluru, India
Part of a small team managing Site Reliability Engineering function to oversee a
seamless pipeline from development to SaaS platform.
Design, deploy and manage multi-cluster Kubernetes on prem and on various public
cloud providers.
On-Prem: IaaS with Vmware vSphere, VM orchestration with Cisco UCSD Director,
Container Orchestration with Kubernetes and multi-cluster Kubernetes orchestration
with Rancher.
On Public Cloud: IaaS on AWS and Azure, EC2 Kubernetes Cluster and EKS fully
managed kubernetes service, Rancher for multi-cluster orchestration.
AWS services used: EC2, Security Groups, VPC, VPG, VPN, ELB, S3, EKS, Route 53.
Kubernetes deployments used: Kubeadm, Rancher RKE, EKS and Terraform.
Centralized logging with EFK, Service Mesh with Istio, Centralized Monitoring with
Prometheus and Grafana, Secret Management with Vault/Consul and Helm
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sayan Saha
Senior Site Reliability Engineer seeking Lead/Senior/Architect Roles for SRE, DevOps,
Kubernetes/ Docker platform, AWS Solutions Architect, Server and Network
administration, CI/CD, Server Virtualization.
Key Skills: Site Reliability Engineer,Devops,Ansible,Terraform,Docker,Kubernetes,AWS Solutions Architect,AWS,Microsoft
Azure,VMware,Windows Server,Linux,Computer Networking,Shell
Scripting,Powershell,Prometheus,Grafana,Istio,Hashicorp Vault,EFK
Summary
Who Am I: A passionate engineer and a skilled problem solver with 10+ years of experience in Server Virtualization ,Operating
Systems, Cloud Computing, Infrastructure Automation and DevOps.
What I Do: Help organizations solve operational challenges of running production grade services at scale.
Design highly reliable, secure and cost effective systems that caters to organizational needs.
Eliminate toil through automation.
Help companies meet their SLAs and SLOs by keeping an ever-watchful eye towards system availability.
Be an advocate of DevOps practice and influence projects and teams to adopt DevOps culture.
What I Am Looking For: Looking for a job in a global organization where I could make an impact on lives of people with my deep
technical knowledge.
Where I could encounter challenging and dynamic tasks individually and as a team, get opportunities to work on emerging
technologies in a progressive and smart working environment.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 2/4
Charts/Docker Image private repository on Harbor.
VCS with Bitbucket.
Scripting with shell and powershell.
IaC with Ansible and Terraform.
Continuous Integration with Jenkins.
Server OS used Ubuntu, RHEL and Windows
Keeping up to date with emerging technologies, researching and testing feasible
products in Sandbox environments.
Working in Agile methodologies with Jira for project and incident management.
Working in Sprints to achieve project deliverables, participate in sprint reviews with
stake holders and retrospective calls as a part of that.
Impart training and hosting virtual tech talks within the organization to educate
interested parties about DevOps and SRE practices and tools.
01/2017 - 08/2018
Bengaluru, India
Cloud DevOps Administrator
Unisys
Part of a team managing Unisys internal Datacenter which consists of 50+ physical
server and 1000+ virtual servers.
Working in a DevOps environment, very closely with developers and programmers
understanding their requirement and consulting infrastructure solutions and supportbased on requirement.
Managing a Hybrid Cloud environment with Cisco UCS Director and AWS.
Working on designing, deploying and managing vSphere environment with vCenter
6.5, ESXi 6.5, HA, vMotion, DRS etc. and related issues.
Designing, deploying and managing a 10 node EC2 Kubernetes cluster with Flannel for
networking, Rancher for deployment/orchestration, Prometheus and Grafana for
POD/Deployment/Microservices health monitoring, S3 for PV.
In Rancher, manage project and namespace level access for developers and
programmers, persistent volume management, catalog management etc.
Expert in Powershell automation scripting with Vmware, Windows and have basic
knowledge of AWS Powershell
10/2015 - 01/2017
Bengaluru, India
Windows and Vmware Administrator
Unisys
Worked extensively Windows Server and Client OS, management and troubleshooting.
Working on Nutanix Hyper converged boxes and Dell Blade servers with Vmware
installed.
Managing SCOM including creating new monitors, editing threshold of existing
monitors, setting overrides, agent and agentless monitoring setup.
Managing and troubleshooting VMware and Hyper-V environments and related VMs
and templates.
Working on access management with AD and working on DNS and DHCP issues.
Perform incident trending, Create and work on Proactive problem records
Working on ITSM and Service Now Incidents.
Working on and perfecting SOPs to ensure service is delivered consistently every time.
Accenture as IT Operations Analyst
Aug 2011 to Oct 2015
Project 2: Worked in this project from September, 2013 to October, 2015.
Part of a team managing Accenture production environment which consisted of 250+
physical servers and 1500+ virtual servers in a distributed and highly available critical
datacenter.
Installation and troubleshooting, monitoring and maintaining Virtual Servers in
VMWare ESXi Hosts.
Hands on experience on ESXi 5.5 Hosts installation, configuration and upgrade.
Exposure to vMotion, High Availability and Distributed Resource Scheduler (DRS)
features.
Managing/Troubleshooting Windows 2008 and 2012 Servers.
Implementing Change Requests raised by Client and remediating Client/ System
generated Incidents.
Project 1: Worked in this project from 2011 to 2013.
Application and IT Operations Support for Hilton Worldwide Hotels.
Worked on Networking, Administration of Microsoft Windows Server 2003 and 2008,
Active Directory, Basics of SQL, Desktop Administration on Client OS such as Windows
XP and Windows 7.
Worked on the ticketing tool called BMC Remedy.
Wipro BPO as Senior Technical Associate
Feb 2010 to Aug 2011
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 3/4
Associated with extensive desktop and printer troubleshooting over the phone with
customers for Level 1 and logging and escalating cases for other issues.
Desktop troubleshooting included Hardware Troubleshooting, Networking concepts to
establish wireless connectivity between various devices.
Working on a customer facing role to build a healthy relationship.
UG: Aircraft Maintenance Engineering (Maintenance Engineering) from Air Technical Training Institute, Kolkata. in 2009
Other Qualifications/Certifications/Programs:
Microsoft Certified IT Professional
VMware VCP 6.7 2019
AWS Cloud Practitioner
AWS Certified Solutions Architect
Certified Kubernetes Administrator
SRE Foundation
Certified Rancher Operator: Level One
HashiCorp Certified: Terraform Associate
Site Reliability Engineering Foundation?
ITIL Foundation Level
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
VMware Vsphere 6.5 6.5 2019 6 Year(s) 0 Month(s)
WINDOWS Server 2003/2008/2012 2015 4 Year(s)
DNS, DHCP, Active directory 2017 6 Year(s) 0 Month(s)
Powershell, PowerCLI 2019 3 Year(s) 0 Month(s)
Kubernetes, Microservices, Flannel 2020 3 Year(s) 0 Month(s)
Grafana, Prometheus 2019 1 Year(s) 0 Month(s)
RHEL 7.5 2019 1 Year(s) 0 Month(s)
AWS 2020 3 Year(s) 0 Month(s)
devops 0 4 Year(s) 0 Month(s)
Site Reliability Engineering 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Expert
English Expert
Bengali Expert
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e130811…
https://freesearch.naukri.com/preview/printResume?uname=33afb4eb1dec7dc7c2e5493baa3d0ee45b0c58024b1009135745485c5b0c504e1308115147440d0f0c5… 4/4
Employment Status: Full time
Rank 1035: Resume 1267 with similarity score 0.007101317675044099
Resume Text: B.E , MS , B.TECH , BS devops engineer , solutions architect , associate engineer , full time , system analyst , system engineer , balancer version control , customer , security , space , bash , ram , docker , merging , gateway , digital , status , multinational , store , healing , bitbucket , atlassian , preventive maintenance , nagios , gitlab , writing , ec2 , solaris , eip , workflow , notification , file systems , amazon web services , service availability , ansible , automation , bundling , devops , cq5 , kubernetes , infrastructure services , access , designation , mar , rhel , hindi , cluster , ltd , linux server , windows , english , troubleshooting , groups , live , ibm , minsat , pipelines , performance tuning , varnish , strategy , professional services , documentation , punjabi , javascript , technology , disk , ldap , html , reporting , performing , command , vs , affirmative action , osgi , mysql , uptime , dynamo , basic , checks , nexus , email , tomcat , health check , aws , ubuntu , web servers , operations , github , containerization , maven , languages , ssl certificates , mobile , scheduling , jira , akamai , cloud storage , hardening , cloud services , api , jenkins , ug , ecr , profiles , adobe experience manager , authentication , offers , air , ivr , apache , authorization , application , ict , telecommunications , crd , records , ci , global services , operators , broadband , ecs , s3 , running , schemas , shell scripting , repository , charging , state management , ssh , python , orchestration , google cloud , load , cd , mounting 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 1/4
Current Designation: Sr.Cloud- DevOps Engineer
Current Company: Accenture Solutions Pvt Ltd
Current Location: Gurgaon
Pref. Location: Anywhere in North India,Anywhere in South
India,Anywhere in East India
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Total Experience: 5 Year(s) 11 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [IT]
Verified : Phone Number | Email - id
Accenture Solutions Pvt Ltd as Sr.Cloud- DevOps Engineer
Mar 2019 to Till Date
Accenture is a multinational professional services company that provides services in strategy,
consulting, digital, technology and operations
AWS services administration: IAM, VPC, Route 53, EC2, S3 ,API Gateway,ELB, Cloud
Formation, SSM, Parameter Store .
Managed Docker orchestration and Docker containerization using Kubernetes.
Creating and deploying AWS infrastructure services VPC, EC2, S3, Route 53 records, EBS, EIP, Load balancer, Dynamo
Db , EKS cluster using Terraform.
Customised Terraform modules for AWS resources.
Used Kubernetes to orchestrate the deployment, scaling and management of Docker
Containers.
Create clusters in Google Cloud and manage the clusters using Kubernetes(k8s). Using
Jenkins to deploy code to Google Cloud, create new namespaces, creating docker
images and pushing them to container registry of Google Cloud
Managed Virtual servers (Ubuntu, Linux and Windows) on AWS EC2 using Open-Source
Chef server.
Managing Google Compute engine, cloud storage, Cloud shell and Kubernetes engine.
Created a universal Cloud Formation template where the environment?s values are
dynamically calculated based on client specific parameters during deployment.
Proficient with container systems like Docker and container orchestration like EC2
Container Service, Kubernetes, worked with Terraform.
Experience customizing JIRA projects with various schemas, complex workflows, screen
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Armaan Mahajan
Cloud DevOps Engineer with experience in AWS, AWS Security services, GCP,
Kubernetes, Docker, Terraform, Ansible, Jenkins, GitLab CI/CD,Nexus, EKS,GKE,
Linux Server Managment, Prometheus, Helm, Shell/Bash Scripting and Python
Scripting
Key Skills: Shell Scripting,AWS,RHCE,Terraform,Docker,Kubernetes,Google cloud,Python,Bash,Linux,Jenkins,Devops
Engineer,Cloud,Ansible,GIT,Github,Gitlab,Prometheus,AWS SOLUTIONS ARCHITECT ASSOCIATE
Summary
Cloud DevOps Engineer with experience in AWS, GCP, Kubernetes, Docker, Terraform, Ansible, Jenkins, GitLab CI/CD,Nexus,
EKS,GKE, Linux Server Managment, Prometheus,Bash Scripting and Python Scripting.
1. Writing Terraform templates for AWS infra.
2. Migrated application from On-Prem to AWS cloud using Terraform, S3 bucket and Jenkins CI/CD.
3. Supporting Deployment of micro services using Docker and Kubernetes.
4. Writing Jenkins and GitLab CI/CD pipelines
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 2/4
schemes, permission schemes, and notification schemes.
Used Shell scripts to automate the deployment process.
Automation of various AWS services like IAM, VPC, EC2, S3, SSM parameter store via
cloud-formation.
Implementing the CI/CD for various aws services & java based applications via Jenkins,
Maven and Nexus repository.
Creation of Lambda function for fetching of AWS inventory details like IAM, S3 buckets
using Python scripts(boto3 module).
Management of SSL certificates using ACM.
Creation of EC2 instance , AWS autoscaling , Security Groups using terraform.
Creation of docker files used for multiple projects.
Deployment of web servers and services via Ansible.
Experience in automated cloud services like AWS Code commit.
Administration of Jenkins servers and integration with Docker, Ansible,Gitlab.
Managing the Identity access management in AWS .
Designed GIT branching strategies, merging per the needs of release frequency by
implementing GIT flow workflow on Bit bucket.
Used Jenkins to automate most of the build related tasks.
Provisioned load balancer, EC2 instance, auto-scaling group and launch configuration
for micro services using Ansible.
Implemented Ansible to manage all existing servers and automate the
build/configuration of new servers.
Deploying and maintaining production environment using AWS EC2 instances and ECS
with Docker.
Managing server resources like uptime, user-management and sudoers file using Chef.
Implementation of chef roles to maintain the state management.
Management of AWS EC2(SG,NACL) and S3 policies for restricting the access to buckets
and objects.
Prepare documentation for configuration and install procedures.
Sapient Consulting Ltd(Payroll Magna infotech) as DevOps Engineer
Jul 2018 to Mar 2019
Sapient is a marketing and consulting company that provides business, marketing, and technology
services to clients.
Administration of Jenkins server.
Self healing of services like henkins, tomcat and Apache using Bash shell scripting.
Managing the Dispatcher, Akamai and varnish caches in infrastructure.
Hosting the websites on apache web servers ( creating LDAP, rewrite rules, htaccess
management, apache server
hardening)
Performance tuning of linux server and SSH hardening (open-ssh).
Installing and managing the apache tomcat server.
Managing the user-management, apache services, log-rotation policies by shell scripts.
Maintenance and support of AEM ( Adobe experience Manager) application running on
apache tomcat
Deployment of war files in tomcat via Jenkins.
Creating the web servers rules for websites, Error page authentication and creating LDAP
for
sites, URL redirection and setup.
Managing the applications of user-management, OSGI bundling of AEM .
Handling all the alerts related to memory , RAM, Disk space and CPU of servers.
Using the Git & Git Hub tool for version control ( performing branch creation, merging ,
commits user-management on
Bit bucket repositories ).
Managing Jenkins configuration, creating, Jenkins backup & maintenance
and scheduling jobs on Jenkins.
Providing the access on Jenkins Jobs to users.
Installing apache-tomcat servers on AEM application using docker.
Scheduling the startup and stop scripts at run-levels in linux.
Managing the websites profiles on Akamai ( performing the host entry, websites,
caching policies rules on Akamai CDN.
Monitoring the infrastructure via NewRelic, Nagios and cloud watch monitoring tool.
Mounting and unmounting of file systems.
Installing the Dispatcher and varnish server for apache servers, AEM application
for author, publisher and dispatcher servers.
Scheduling the Jobs on crontab for house-keeping activities.
Ericsson Global Services India Pvt Ltd as System Engineer
Jan 2016 to Apr 2018
Ericson multinational corporation that provides communication technology and services. The
company offers services, software and infrastructure in information and communications technology
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 3/4
(ICT) for telecommunications operators, mobile and fixed broadband, operations and business
support services and an extensive services operation.
· Performing daily health checks of all Intelligent Network nodes like SDP, CCN, AIR, VS,
EMA, EMM, MINSAT/ECMS, IVR, CRS, NGVS.
Delivering proactive preventive maintenance for day to day operational issues to provide
fault free and maximum service availability of Intelligent Network to customer.
Providing support during maintenance window by taking pre and post health check of
nodes on which activity has to be performed and also monitoring live traffic proactively
during that window.
Monitoring critical checks of all nodes through HTML links and CSNM tool, Etiger, IBM
Tivoli OneFM.
Fetching CRD logs on linux server via various command.
Monitoring of server (disk space, Cpu load and hardware errors).
Escalating issue to the 2nd level team for critical issue and engaging the incident
management team for critical.
First level troubleshooting on all IN nodes.
Checking backups, schedular and dumps on daily basis so that the reporting of customer
not impacted.
Basic knowledge on Linux and Solaris as the all the nodes are on platform of Solaris or
Linux.
Hands on experience on tools like SecureCRT, OneTM,OneFM,Etiger , CSNMT (Charging
System and Node Monitoring Tool), Command line.
PayTM as Associate Engineer
May 2014 to Jul 2015
Working as associate Engineer handling Linux, Paytm Wallet and MySql servers
UG: B.Tech/B.E. (IT) from Punjab Technical University (PTU) in 2013
Other Qualifications/Certifications/Programs:
AWS SOLUTIONS ARCHITECT ASSOCIATE
RHCSA
RHCE
Education
IT Skills
Skill Name Version Last Used Experience
Amazon Web Services, Google Cloud
RHEL, Linux, Windows
Shell scripting, Python.
GitLab, GitHub, Bitbucket
Jenkins, Ansible, GitLab CI/CD
CloudFormation, Kubernetes, Helm
Terraform, Docker
Apache, Tomcat,Atlassian JIRA
AEM( Adobe Experience Manager/CQ5)
Nexus, ECR, Container registry
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d16…
https://freesearch.naukri.com/preview/printResume?uname=847f0969e5eabc814d5d7e19ff399ae45e0e09511f1a584252451058095d5519135d165117425d0c0a0… 4/4
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Punjabi
Rank 1036: Resume 1471 with similarity score 0.007099610151685028
Resume Text: M.TECH , BS , B.E , MS , B.TECH project manager , scrum master , devops , technical associate , test director , full time , service provider , network support , associate manager decks , wholesale , customer , showcase , interactive marketing , end-to-end testing , ofbiz , outsourcing , test cases , status , stakeholder management , rally , digital transformation , product management , continuous integration , writing , reliability , psm , pizza , cms , suite , user journeys , hybris , performance testing , sprints , ecommerce , devops , interfaces , open source , access , windows 2000 , designation , deliverables , ibm pc , csm , hindi , ltd , english , groups , defect tracking , sprint planning , range , estimates , itil , test strategy , 365 , one , javascript , franchise , insurance , scrum , classic , rapid growth , affirmative action , information technology , oracle , project plans , collaboration , user experience , maintenance , advanced , escalation , timelines , email , teamwork , aws , project delivery , bengali , operations , edge , languages , story , client requirements , system integration testing , mobile , jira , web , pmp , agile testing , management skills , coaching , online , b2c , ug , telecom , offers , ticketing , azure , eligibility , authorization , risk , internet , enterprise , corporations , deliveries , record , application , scaled agile framework , yum , test driven development , wealth , multi-site , commodity , preparation , adoption , end-to-end project management , communications , vbc , load , test execution 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c095749470145…
https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c0957494701450342435c545a… 1/3
Current Designation: Associate Manager
Current Company: Accenture Services Pvt Ltd
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Information Technology]
Verified : Phone Number | Email - id
Accenture Services Pvt Ltd as Associate Manager
Apr 2007 to Till Date
Project : Kansas Eligibility Enforcement System (KEES) Project is about System Integration Testing of Eligibility
determination system for Medical and Non-Medical benefits for the people of the state of Kansas, USA. This application
has been developed by Accenture. There is a user portal and a worker portal which helps the application to access
various Medical and Non-Medical programs which are offered by the State of Kansas Roles.
As a Scrum Master and Project Manager - Preparation, coaching and execution on Agile Methodology and Best
Engineering Practices
* Manage Sprints by closely working with development / testing team to integrate the application, system test and move
the work product from lower environments to SIT, QA, UAT and PROD
* Make sure that team is following agile processes in each sprint at user story level as per the Definition of Done (DoD)
* Involved in Sprint Planning
* Daily scrum
* Review & Retrospective
* Drive the adoption of key engineering practices like Continuous Integration, Test Driven Development,
* DevOps etc. to improve quality and reliability of team's deliverables using Scaled Agile framework
* Drive effective teamwork, communication, collaboration and commitment across multiple disparate groups with
competing priorities
* Work directly in JIRA track the project
* Handle Manage and Control Risks, Issues and Client expectations.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Drishyaman Saha
Associate Manager seeking roles in Information Technology,Project
Management,Product Management,Scrum Master, Agile Methodology, SAFe
Framework, elivery Management,Escalation Management,Requirement
Gathering,Rally,JIRA, PMP, CSM, SAFe Agilist, SSM
Key Skills: Associate/Project Manager,Information Technology,Project Management,Product Management,Delivery
Management,Requirement Gathering,Agile Methodology,Rally,ISTQB,JIRA,ITIL,AWS,PMP,CSM,SAFe Agilist,SAFe
Scrum Master,SAFe Advanced Scrum Master
Summary
* Project Manager and Scrum Master in IT services with over 16 years of IT experience in Global Corporations. PMP, CSM,
PSM - I, PSM-II, SAFe Agilist, SAFe Scrum Master, SAFe Advanced Scrum Master Certified. Delivery Management experience
with an exceptional track record of managing complex waterfall and agile projects. Has experience of working in domains such
as Telecom, Banking, Pharma and Insurance. Excellent stakeholder management skill and good technical management skills.
He has Implemented strategic and pragmatic approach in the deliveries to achieve project timelines. Developed and executed
activities related to end-to-end project management, including project plans and estimates, scoping and requirements through
implementation and deployment. Has proactively monitored, managed and reported on execution of deliverables.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c095749470145…
https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c0957494701450342435c545a… 2/3
* Co-ordination with Env. Team and other stake holders in establishing the Test Environment.
* Provide information about the current status of the project to all stake holders on regular basis in form of WSR and
DSR.
Project : Pizza Hut is an American restaurant chain and international franchise, known for pizza and side dishes, it is now
corporately known as Pizza Hut, Inc. and is a subsidiary of Yum! Brands, Inc., the world's largest restaurant company. In
2012, the company had more than 6,200 Pizza Hut restaurants in the United States. Pizza Hut works on a franchise model
and has an online portal for selling pizzas. The online eCommerce portal is being maintained by current provider. Current
outsourcing provider manages online orders for US only and can't scale for US digital transformation or globally, Pizza Hut
has already determined they will make a change. Pizza Hut wants to move from 30% digital/online orders to 75-80%
online orders in next 18-24 months.
Accenture (IDC) is Involved in development and integration of the Web and Mobile based application involving User
Interface, Apigee and B2C eCommerce solution HyBRIS. The software development methodology employed was Agile
Methodology. My role was to manage the overall project delivery from Testing perspective.
* As a Scrum Master and Project Manager - Preparation, coaching and execution on Agile Methodology and Best
Engineering Practices
* Manage Sprints by closely working with development / testing team to integrate the application, system test
* Make sure that team is following agile processes in each sprint at user story level as per the Definition of Done (DoD)
* Involved in Sprint Planning
* Daily scrum
* Involved in Review & Retrospective
* Drive the adoption of key engineering practices like Continuous Integration, Test Driven Development,
* Work directly in JIRA track the project
Project : Dex Media, Inc. was a print and interactive marketing company. There are both print and online contents which
are available. Agile Testing methodology is followed by this project. The are 2 types of Releases happening in this project,
weekly or monthly. My task is to manage the scrums which comes under fulfillment section. I was handle a Team size of
10 members. It is part of my activity to control and manage escalations. I need to provide informations about the current
status of the project to all stake holders on regular basis in form of DSRs, weekly or monthly decks.
* As a Scrum Master - Preparation, coaching and execution on Agile Methodology
Tech Mahindra Ltd as Technical Associate
Sep 2005 to Mar 2007
Project: This eCommerce platform will offer a number of significant strategic and business benefits to BT. This solution,
proposed around an integrated order journey, will help BT market its telecom products in the same way as commodity
products. The solution, proposed around an integrated order journey, will help BT market its telecom products as simpler
entities, reducing order lines and cost of sales per order line. The simplified user experience for customers will help BT to
achieve the target rapid growth in sales through e-Channels.
ECommerce is the first release on Open Source platform, VV&T is responsible for End-to-End testing & coordination with
several other interfaces. Adopted risk based approach for functional as well as End-to-end testing.
Environment: IBM PC, Windows 2000, Oracle 8, J2EE, Javascript, Oracle web server, Interwoven Teamsite 6.5, OFBiz
Platform.
Role and Responsibility :
Writing Test Cases for the CMS Tool.
Defect Tracking for the defect filed using Test Director Tool.
Writing Test Report.
Client Interaction.
Test Execution.
Project: BTGS is a Global Service provider Helping multi-site organizations master the complexity of business
communication.
BT Virtual Business Centre is a leading-edge, eService tool that manages your service needs 24 hours a day, 365 days a
year, wherever the Internet is available. It provides a wealth of real time information to extend a Business' control of
network support operations and improve communications.
VBC offers a range of applications that link the users into core operational processes like Ordering and Trouble Ticketing.
Ordering and Ticketing are just examples of the applications available from the Classic and Global OSS Stacks. This
access is managed using SSO, meaning, the user has to sign in only to the VBC and the user is then treated as logged-in
to other application(s).
Environment: IBM PC, Windows 2000, Oracle 8, J2EE, Javascript, Oracle web server.
Defect Tracking Tool : Test Director Ver. 8
Role and Responsibility :
Leading the Team.
Writing Test Cases for the Virtual Business Centre Module.
Defect Tracking for the Defects filed using Test Director Ver. 8.
Writing Test Report for the Testing performed.
Client Inter action
~Test Execution.
Project: BT Wholesale web site is an enterprise portal that has been developed to cater to the electronic needs of the
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c095749470145…
https://freesearch.naukri.com/preview/printResume?uname=bf96ac6fa358796f9197386726dc85975c555f02181400435740430a5c0957494701450342435c545a… 3/3
customers of BT. The portal is one of the main customer interfaces to showcase and access services offered by BT
Wholesale. It has been developed on J2EE with BEA Web Logic Portal platform, with Interwoven managing the content.
Environment: IBM PC, Windows 2000, Oracle 8, J2EE, Javascript, Oracle web server, Empirix Suite (E-Test, E-Load).
Role and Responsibility :
Developing test plan and test strategy document.
Writing User Journeys for Performance Testing.
Extracting and analysing performance results to match the client requirements.
Writing overall Test Report.
Performance Test Execution.
UG: B.Tech/B.E. (Mechanical) from Jorhat Engineering College, Jorhat in 2001
PG: M.Tech (Information Technology) from Tezpur University in 2003
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JIRA, Rally, Quality center, ISTQB
AWS, Azure, Remedy, ITIL
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Bengali Proficient
Assamese Proficient
Rank 1037: Resume 423 with similarity score 0.0070515332133636345
Resume Text: BS nan financial assistance , functionality , library management , player , python , saas , skype , javascript , css , user friendly , organization , search , application , editing , project , html , database Rahul
Bondhate
rahulbondhate@gmail.com
BCA
MOB : 8237245347
skype :rahulbondhate@gmail.com
CAREER OBJECTIVE
To obtain a Fresher position in an IT organization, where I can use my skills and knowledge to
learn new things and grow.
----------------------------------------------------------------------------------------------------------------------------- ------------------
TECHNICAL SKILLS
HTML
CSS
JavaScript
React
Python
Projects done during the certification :
Dice Game : Two player fun game build using JavaScript
https://github.com/rahulb979/PracticeProjects/tree/main/Dice%20Game
Bussiness website : Financial Assistance Website build using HTML+CSS
https://github.com/rahulb979/PracticeProjects/tree/main/Edge-ledger-website
Hotel Website : Hotel Website build using HTML+CSS
https://github.com/rahulb979/PracticeProjects/tree/main/Hotel_website
News Website : News Website build using HTML+CSS
https://github.com/rahulb979/PracticeProjects/tree/main/NewGridWebsite
------------------------------------------------------------------------------------------------------------------------------------
CERTIFICATIONS :
Modern HTML & CSS (including Saas) By Udemy
------------------------------------------------------------------------------------------------------------------------
ACADEMIC PROJECT
Library management
Created user friendly tool to manage library.
Normal User can view list of books, search and borrow any book, if available.
Admin User had the extra functionality of adding or editing any book entry in the library database.
---------------------------------------------------------------------------------------------------------------------------------------------------------
ACADEMIC QUALIFICATION
B.C.A (Bachelor of Computer Application) from Rabindranath Tagore University with 66% in 2019
H.S.S.C from Hemant Jakate Vidya Niketan, passed with 54% in 2008
S.S.C from St.Xavier's High School, passed with 70% in 2006
-------------------------------------------------------------------------------------------------------------------------------------------------------
Reference: Provided upon request
mailto:rahulbondhate@gmail.com
https://github.com/rahulb979/PracticeProjects/tree/main/Dice%20Game
https://github.com/rahulb979/PracticeProjects/tree/main/Edge-ledger-website
https://github.com/rahulb979/PracticeProjects/tree/main/Hotel_website
https://github.com/rahulb979/PracticeProjects/tree/main/NewGridWebsite
Rank 1038: Resume 1056 with similarity score 0.007031124268800828
Resume Text: B.E , MS , B.TECH , BS application support , devops engineer , solutions architect , associate , software developer , change management , full time , part time , balancer ansible , devops , jenkins , virtual machines , access , kubernetes , security , designation , elastic load balancing , user management , ecr , affirmative action , bash , mysql , plugins , health , hindi , cloud , docker , maintenance , apache , merging , provision , cluster , azure , windows , authorization , english , virtual networks , status , email , project , tomcat , groups , application , aws , configuration management , ubuntu , continuous integration , electronics , ecs , change management , s3 , containerization , git , shell scripting , kibana , storage , infrastructure , ec2 , repository , maven , languages , kannada , python , javascript , notification , availability , disk , pipeline , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f470…
https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f47041414585d5f56… 1/2
Current Designation: AWS GCP CLOUD DEVOPS ENGINEER
Current Company: Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Mindtree Limited as AWS GCP CLOUD DEVOPS ENGINEER
Apr 2018 to Till Date
Managing AWS Infrastructure as primary on-call for client issues with the support team
Creation of Virtual Machines, Virtual Networks, Storage, Backups on AWS as per requirement
Managing existing cloud platform environments via various monitoring solutions available e.g., CloudWatch, PagerDuty,
OpsGenie, Kibana, Watcher notifications, DataDog
Monitoring of all services using Datadog and notification settings using PagerDuty/OpsGenie on various issues related to
server availability, disk issues, CPU and memory
Managed security groups, VPC specific to environment
Provided security and managed user access and quota using AWS Identity and Access Management (IAM), including
creating new Policies for user management
Configured and managed various AWS Services including EC2, RDS, VPC, S3, Glacier, Cloud Watch, Cloud Front, and
Route 53, AWS CloudFormation
Used Jenkins as tool for Continuous Integration, created new jobs and post build actions
Experience in working GIT for Branching and merging, managing the code repository
Wrote Ansible playbooks to manage configurations and automate installation process
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Mohammed Tirupathur
Engineer seeking roles in Software Engineering,Incident Management,Change
Management,Configuration Management,Requirement Gathering,Application
Support,Load Balancing,Shell Scripting,Kubernetes,Apache
Tomcat,Jenkins,Ansible,Python,Docker,SQL,AWS,Git
Key Skills: Engineer,Software Developer,Software Engineering,Incident Management,Change Management,Configuration
Management,Requirement Gathering,Application Support,Load Balancing,Shell Scripting,Kubernetes,Apache
Tomcat,Jenkins,Ansible,Python,Docker,SQL,AWS
Summary
Having 3 years of experience in IT industry as DevOps, Change/Incident Management and Cloud Management
Good knowledge in GCP services like Compute Engine, VPC Networks, Kubernetes Engine, Cloud Functions, Container
Registry, Load balancer and Storage Services
Experience on different AWS services like EC2 (Elastic load balancing, auto scaling, EBS), VPC, S3, IAM, Route53, ECR, ECS,
CloudFront, Lambda and Cloud Watch
CI/CD pipeline using Git, Maven, Jenkins, Tomcat for Java Project
Used Jenkins as tool for continuous integration, created new jobs, managed required plugins, configured the jobs selecting
required source code management tool, build trigger, build system and post build actions, scheduled automatic builds, notified
the build reports
Aspiring to work in an enthusiastic, creative and competitive environment that would set opportunities for enhancing, applying
my skill and to contribute towards the organizational growth
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f470…
https://freesearch.naukri.com/preview/printResume?uname=e0a23f6bcf3d1da51775fe11d0a5ec4a590e5d59421a58105742475c5a58074a110f47041414585d5f56… 2/2
Utilized Terraform to provision infrastructure resources
Proficiency in containerization technologies like Docker and Kubernetes (GKE, ECS), maintaining cluster health
UG: B.Tech/B.E. (Electronics/Telecommunication) from Rashtreeya Vidyalaya College Of Engineering, Bangalore in
2017
Other Qualifications/Certifications/Programs:
AWS Solutions Architect - Associate
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, GCP, Azure, Docker, Kubernetes
Ubuntu, Windows, Apache Tomcat
Bash/Shell, Python, MySQL
Git, Jenkins, Ansible, Terraform
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 1039: Resume 1248 with similarity score 0.007017205208844471
Resume Text: B.E , MS , B.TECH full time , devops engineer , change management , project leader general , devops , jenkins , strengthening , telugu , kubernetes , designation , scripting , bash , affirmative action , mysql , hindi , docker , gap analysis , linux , maintenance , ltd , windows , authorization , english , troubleshooting , status , tanner , nexus , email , project , aws , mongodb , ubuntu , cmos , bitbucket , testing , ecs , change management , dc , premises , git , strategy , debugging , infrastructure , nginx , customer experience , languages , documentation , transistors , python , jira , javascript , cloud computing , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f1701420…
https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f170142044448515e585… 1/2
Current Designation: Devops Engineer
Current Company: Sigma Info Solutions Pvt Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Client Server
Role: Maintenance Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Sigma Info Solutions Pvt Ltd. as Devops Engineer
Jan 2018 to Till Date
Project: Mintifi
Role: Cloud Ops. Engineer
Environment: Kubernetes, Micro-Services
Responsibilities:
Developing cloud & on-premises infrastructure, configuring the build with Jenkins and maintaining database
(MongoDB)
Deploying containers by using Docker-compose, AWS ECS, Kubernetes and DC/OS, Scripting to automate repetitive
work
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
S Narayana Murthy
Cloud Ops Engineer seeking a role in Cloud Computing, Project Management,
Requirement Gathering, Release Management, Change Management, Technical
Support, Troubleshooting, Gap Analysis, AWS, Nginx, MySQL, GIT, JIRA, Jenkins,
MongoDB, GCP, Kubernetes.
Key Skills: cloud ops engineer,project management,release management,technical support,troubleshooting,gap
analysis,aws,nginx,mysql,git,jira,jenkins,mongodb,docker,kubernetes,java,nexus,bash
scripting,Python,Bitbucket,Prometheus,Grafana,Linux,Ubuntu,Devops
Summary
An accomplishment-driven professional with 3 years of experience in cross-functional environment
Leveraged software engineering methodologies to deliver productive solutions for business challenges and communicated
the progress to seniors
Successfully analysed business and conducted Requirement & Gap Analysis, Design, Development, Strategy Planning,
Support, Documentation, Implementation and Maintenance
Expertise in end-to-end development of software products from requirement analysis to system study, designing, testing,
coding, debugging, documentation & implementation
Established quality standards for various operational areas; implementing quality systems and procedures to facilitate high-
quality customer experience, while adhering to the SLAs
Skilled in overcoming complex business challenges & strengthening relationships, rescuing bottlenecks, behind schedule,
financially off-track projects and leading the team to achieve exceptional results
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f1701420…
https://freesearch.naukri.com/preview/printResume?uname=f3cb96a149f2700fd0dfcce81a78bf0950540f07431b0c180116425d0b01001f170142044448515e585… 2/2
UG: B.Tech/B.E. (ECE) from School of Engineering, REC, Visakhapatnam, India in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Diploma in Polytechnic
Nature of Employment: Full Time
Role: Project Leader
Duration: Jan 2017 - Jun 2017
Onsite / Offsite: Offsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS, GCP 2020 3 Year(s) 0 Month(s)
NGINX 2020 3 Year(s) 0 Month(s)
Bash,MySQL, MongoDB 2020 3 Year(s) 0 Month(s)
AWS ECS, Kubernetes 2020 3 Year(s) 0 Month(s)
Ubuntu, Windows 2020 3 Year(s) 0 Month(s)
Jenkins, EFK, Sysdig, JIRA,GIT,BitBucket 2020 3 Year(s) 0 Month(s)
Postman, Prometheus, Grafana 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Expert
Telugu Expert
Projects
Project Title: Design of low area 16bit CMOS comparator using conditional tracking
Client: Raghu Engineering College
Project Details: It is an Innovative design of low area 16bit CMOS comparator by using seven cells i.e,(combination
of both PMOS and NMOS Transistors) in Tanner Tool V13.0. We have created 6 different blocks for our requirement
we have made it easier to call those blocks in making of n-bit comparator using conditional tracking. So, that area is
minimized and number of transistor count is also reduced.
Rank 1040: Resume 1236 with similarity score 0.007007140201802027
Resume Text: B.S , MS , BS software developer , senior software engineer , part time , full time , team member react.js , dependency injection , entity framework , scrum , css , microsoft azure , designation , ug , asp.net mvc , visual studio , conventions , affirmative action , mysql , hindi , web api , angular , maintenance , dynamo , ltd , jquery , authorization , english , pattern , status , architecture , specifications , agile , email , c# , project , application , aws , microservices , windows services , system requirements , rest , stored procedures , unit testing , languages , story , odata , urdu , octopus , sql server , cd , software design , ado.net , javascript , linq , team services , working experience , brd , html , database , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 1/2
Current Designation: Senior Software Engineer
Current Company: Accenture Solution Pvt. Ltd.,
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solution Pvt. Ltd., as Senior Software Engineer
Feb 2017 to Till Date
1. Responsible for getting, understanding the business requirement, preparing technical Specifications.
2. Follow the Agile and Scrum methodology to create user story with task and add estimated time as per BRD Story.
3. Analyze system specifications and translate system requirements to task specifications for another team member.
4. Developed Web API/Services using C#.net, design DB queries and to maintain coding conventions and standards.
5. Developed UI in Angular8.
6. Responsible for creating the Microservices architecture for the Web API application.
8. Configured Continues Deployment (CD) for different environment in Visual Studio Team Services
9. Performed unit testing on developed module.
Chetu India Pvt. Ltd as Software Engineer
Dec 2014 to Jan 2017
* Responsible for getting, understanding the business requirement from client, preparing technical Specifications.
* Responsible for developing the application UI and backend as per the business requirement document.
* Developed application using C#, LINQ, MVC5 with Entity Framework and jQuery, to maintain coding conventions and
standards.
* Used created stored procedures, user defined function, Views in MYSQL DB.
* Developed UI with backend and design database to store the application data.
* Performed unit testing on developed module.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Afzal Ali
7.3 years of regular working experience in Software Development and Engineering.
Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Core, Web API, LINQ,
Entity Framework, REST API, HTML, CSS, JQuery, JavaScript, Angular, AWS and
Azure Cloud.
Key Skills: Senior Software Engineer/Developer,Software Engineering,Software Development,Application
Support,JavaScript,ASP.Net MVC,jQuery,HTML,CSS,AWS,C#,SQL Server,OOPS,Entity Framework,LINQ,Dynamo
Db,Elastic Search,.Net,Core,Octopus,Azure,Microservices,Agile
Summary
7.3 years of regular working experience and knowledge of full life cycle of software design, development, Testing and
Implementation. Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Web API, LINQ, Entity Framework, REST API,
HTML, CSS, JQuery, JavaScript, Angular, Windows Services, Azure Cloud Services, AWS Cloud Services, Azure Cloud
Services, SQL SERVER 2014/2017, Microservices Architecture, Design Pattern, Dependency Injection, Unit and Integration
Testing, Agile methodology.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 2/2
Design Emporia as Software Developer
Nov 2011 to Nov 2014
* Actively involved in the analysis of the project.
* Code implementation of the project.
* Creating database objects Stored Procedure, Functions and Views. to use in the application development.
UG: B.Sc (Computers) from VBS Purvanchal University, Jaunpur in 2008
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 1 Year(s) 2 Month(s)
LINQ, SQL, Entity Framework, ADO.Net, 2021 5 Year(s) 5 Month(s)
MS SQL SERVER 2014 2020 5 Year(s) 4 Month(s)
AWS 2021 3 Year(s) 3 Month(s)
HTML, CSS, JavaScript, JQuery 2020 4 Year(s) 5 Month(s)
.NET 0 7 Year(s) 0 Month(s)
Web API, Rest API, OData 2.0 2021 3 Year(s) 2 Month(s)
Angular 8 2021 1 Year(s) 0 Month(s)
React.js 2021 0 Year(s) 5 Month(s)
C#, ASP.NET, ASP.NET MVC, 2021 6 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Rank 1041: Resume 767 with similarity score 0.006999707471821828
Resume Text: B.S , MS , BS software developer , senior software engineer , part time , full time , team member react.js , dependency injection , entity framework , scrum , css , microsoft azure , designation , ug , asp.net mvc , visual studio , conventions , affirmative action , mysql , hindi , web api , angular , maintenance , dynamo , ltd , jquery , authorization , english , pattern , status , architecture , specifications , agile , email , c# , project , application , aws , microservices , windows services , system requirements , rest , stored procedures , unit testing , languages , story , odata , urdu , octopus , sql server , cd , software design , ado.net , javascript , linq , team services , working experience , brd , html , database , cloud services 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 1/2
Current Designation: Senior Software Engineer
Current Company: Accenture Solution Pvt. Ltd.,
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture Solution Pvt. Ltd., as Senior Software Engineer
Feb 2017 to Till Date
1. Responsible for getting, understanding the business requirement, preparing technical Specifications.
2. Follow the Agile and Scrum methodology to create user story with task and add estimated time as per BRD Story.
3. Analyze system specifications and translate system requirements to task specifications for another team member.
4. Developed Web API/Services using C#.net, design DB queries and to maintain coding conventions and standards.
5. Developed UI in Angular8.
6. Responsible for creating the Microservices architecture for the Web API application.
8. Configured Continues Deployment (CD) for different environment in Visual Studio Team Services
9. Performed unit testing on developed module.
Chetu India Pvt. Ltd as Software Engineer
Dec 2014 to Jan 2017
* Responsible for getting, understanding the business requirement from client, preparing technical Specifications.
* Responsible for developing the application UI and backend as per the business requirement document.
* Developed application using C#, LINQ, MVC5 with Entity Framework and jQuery, to maintain coding conventions and
standards.
* Used created stored procedures, user defined function, Views in MYSQL DB.
* Developed UI with backend and design database to store the application data.
* Performed unit testing on developed module.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Afzal Ali
7.3 years of regular working experience in Software Development and Engineering.
Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Core, Web API, LINQ,
Entity Framework, REST API, HTML, CSS, JQuery, JavaScript, Angular, AWS and
Azure Cloud.
Key Skills: Senior Software Engineer/Developer,Software Engineering,Software Development,Application
Support,JavaScript,ASP.Net MVC,jQuery,HTML,CSS,AWS,C#,SQL Server,OOPS,Entity Framework,LINQ,Dynamo
Db,Elastic Search,.Net,Core,Octopus,Azure,Microservices,Agile
Summary
7.3 years of regular working experience and knowledge of full life cycle of software design, development, Testing and
Implementation. Best expertise and knowledge in C#, ASP.NET, ASP.NET MVC, Web API, LINQ, Entity Framework, REST API,
HTML, CSS, JQuery, JavaScript, Angular, Windows Services, Azure Cloud Services, AWS Cloud Services, Azure Cloud
Services, SQL SERVER 2014/2017, Microservices Architecture, Design Pattern, Dependency Injection, Unit and Integration
Testing, Agile methodology.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b14…
https://freesearch.naukri.com/preview/printResume?uname=d2075c65ec0976d10d3420389f36a8765b5a0c554f170b140b45130a5f0a0518120b145018495d5958… 2/2
Design Emporia as Software Developer
Nov 2011 to Nov 2014
* Actively involved in the analysis of the project.
* Code implementation of the project.
* Creating database objects Stored Procedure, Functions and Views. to use in the application development.
UG: B.Sc (Computers) from VBS Purvanchal University, Jaunpur in 2008
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2011
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2020 1 Year(s) 2 Month(s)
LINQ, SQL, Entity Framework, ADO.Net, 2021 5 Year(s) 5 Month(s)
MS SQL SERVER 2014 2020 5 Year(s) 4 Month(s)
AWS 2021 3 Year(s) 3 Month(s)
HTML, CSS, JavaScript, JQuery 2020 4 Year(s) 5 Month(s)
.NET 0 7 Year(s) 0 Month(s)
Web API, Rest API, OData 2.0 2021 3 Year(s) 2 Month(s)
Angular 8 2021 1 Year(s) 0 Month(s)
React.js 2021 0 Year(s) 5 Month(s)
C#, ASP.NET, ASP.NET MVC, 2021 6 Year(s) 5 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Urdu
Rank 1042: Resume 1216 with similarity score 0.006977858276147052
Resume Text: B.E , MS , B.TECH , BS system administrator , senior it engineer , devops , cloud administrator , cloud engineer , full time mcsa , nfs , virtual machines , trunking , security , microsoft azure , connect , docker , linux , ccna , antivirus , httpd , status , store , mumbai , continuous integration , samba , nagios , squid , ec2 , infrastructure , ports , system administration , pipeline , distance learning , switches , ansible , automation , devops , kubernetes , designation , protocol , rhel , plugins , hindi , english , troubleshooting , editing , project , boot , groups , playbook , hyper-v , javascript , mail server , continuous delivery , efs , groovy , tandberg , affirmative action , information technology , jdk , freestyle , public , basic , vim , dmz , vlan , proxy , email , tomcat , aws , configuration management , ubuntu , operations , github , hp , containerization , eigrp , premises , maven , languages , raid , load balancing , failover , wsus , scheduling , file services , v2v , web , dell , storage management , patch management , jenkins , windows server , routing , active directory , firewall , p2v , ami , access control , authorization , ipsec , virtualization , rmi , application , wealth , storage devices , s3 , servers , repository , network administration , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e05484509405…
https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e0548450940521047510b5c0… 1/3
Current Designation: Cloud Administrator
Current Company: Sagitec Solutions
Current Location: Ahmednagar
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Sagitec Solutions as Cloud Administrator
Sep 2020 to Till Date
? Implementing and Supporting of Cloud based infrastructures and its solutions.
? Proficient in AWS services like VPC, EC2, S3, ELB, ASG, EBS, EFS, 1AM, RDS, Route53 and Cloud watch.
? Launching EC2 instances using AMI' s of Linux, Ubuntu, RHEL and Windows Server' s
? Used 1AM for creating roles, users, group and also implemented MFA to provide additional security to AWS account
and its resources.
? Created snapshots to take backups of the volumes and also images to store launch configurations of the EC2
instances.
? Docker installation and configuration
? Basic commands to manage containers like rmi, rm, ps ?a, start, stop, kill, exec -it
? Used basic Dockerfiles to build docker image and push to DockerHub
? Using Ansible playbooks installed and configured httpd server and apache2 server to Redhat and Ubuntu machines.
? Worked on static and dynamic inventory using Ansible playbook
? Created virtual infra using Ansible playbooks.
? Setup global tools to use JDK and Maven installations, downloaded plugins for maven and tomcat integration
? Created freestyle jobs and pipeline projects
? Setup polling with Github to poll every minute
? Setup maven goals for automated build, test and deploy stages using maven.
? Used sample web app to build WAR with maven, then integrated with Tomcat for auto deployment
? Also setup pipeline project to use a pipeline script written in groovy ? basic pipeline with build, test and install stages
? 24/7 Monitoring Alarm of resources and applications using cloud watch service.
? Monitoring AWS infrastructure using Nagios and Grafana.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Pranav Girish Joshi
Cloud Engineer seeking roles in Cloud Administration,System Administration,Network
Administration,Configuration Management,Patch Management,Requirement
Gathering,Active Directory,Firewall,Jenkins,Ansible,Docker,CCNA,AWS,Git(Immediate
Joiner)
Key Skills: Cloud/System Administrator,Cloud Administration,System Administration,Network Administration,Configuration
Management,Patch Management,Requirement Gathering,Active
Directory,Routing,Firewall,Jenkins,Ansible,Docker,CCNA,AWS,Git,Devops,Linux
Summary
Multi-faceted IT Engineer offering wealth of more than 3+ years of Expertise.Actively looking to switch to Devops engineering
utilizing my knowledge and expertise with the devops tools and processes. Thorough understanding and hands on knowledge
on automation, Continuous Integration and Continuous Delivery tools. Service virtualization using Docker and Kubernetes
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e05484509405…
https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e0548450940521047510b5c0… 2/3
Minitek Systems Pvt.LTD as Senior IT Engineer
Oct 2018 to Aug 2020
* Managing AWS EC2 Instances,Azure Resource Group, Google Cloud machines.
* VPC and security group creation.
* Handling inbound & outbound rule through security group.
* Creation & knowledge of AWS public And private cloud.
* Git-Hub knowledge, Cloning ,push pull operations in repository.
* Docker Containerization level L1 handling.
* Knowledge of Jenkins, chef and monitoring tool Grafana.
* Azure Ad Connect i.e on premises AD on Cloud Environment.
* Installation, Configuration of Cent os,RHEL,Ubuntu,AHL.
* File System Hierarchy, File permission.
* User And Group Administration.
* Volumes Managing using LVM.
* Linux Schedulers.
* Editing Configuration and other files using Editors like vi and vim.
* Installing Software Packages.
* Configuring File Services like NFS,SAMBA
* Troubleshooting Boot Process issue.
* Troubleshooting squid proxy related issues.
* Monitoring tunnelling with IPSEC and Bypass protocol.
* Managed user accounts, Exchange accounts, distribution groups, and account policies in Active Directory.
* *Deployment Of Hyper-V Virtual Machines with Its installation.
* *Implementation Of Group Policies in AD Environment.
* *Conversion of P2V and V2V of virtual machines.
* *Storage Management of Dell Poweredge,HP DL Series,and Tandberg,iomega and Qnap devices.
* *Maintaining and scheduling data backup of critical serversusingArcserve backup tool.
* *Failover Clustering For Exchange mail Server.
* *Deployment Of Antivirus Server on platform of 2012R2.
* *RAID 0,1,5 for servers and storage devices like NAS.
* *Patch Management through WSUS.
Inspirisys IT Solution as IT Engineer
Dec 2016 to Oct 2018
* Configuration problems related to L3 and L2 switches,L2 switches.
* Configure Trunking and vlan in switches.
* Configure Access control list.
* Acknowledge Routing Protocol RIP,OSPF,EIGRP.
* Configure Firewall with Different ports like DMZ,WAN,LAN.
* Implemented rules and policies using web and application filter.
* Strong Understanding of Load Balancing techniques.
* Implementation of NAT.
* Managed user accounts, Exchange accounts, distributiongroups, and account policies in Active Directory.
* Deployment Of Hyper-V Virtual Machines with Its installation.
* Implementation Of Group Policies in AD Environment.
* Conversion of P2V and V2V of virtual machines.
* Storage Management of Dell Poweredge,HP DL Series,andTandberg,iomega and Qnap devices.
* Maintaining and scheduling data backup of critical serversusingArcserve backup tool.
* Failover Clustering For Exchange mail Server.
* Deployment Of Antivirus Server on platform of 2012R2.
* RAID 0,1,5 for servers and storage devices like NAS.
* Patch Management through WSUS.
UG: B.Tech/B.E. (Information Technology) from SGREF S G.H.Raisoni College Of Engineering, Pune University in 2015
PG: MBA/PGDM (Information Technology), Correspondence/Distance Learning from Symbiosis Centre for Distance
Learning (SCDL) in 2020
Other Qualifications/Certifications/Programs:
CCNA,MCSA
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e05484509405…
https://freesearch.naukri.com/preview/printResume?uname=c4f6ace4ee4a1bba6c788aabbebd87e05a5a5c594a465a455719150e5f0e0548450940521047510b5c0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
VLAN,Trunking,Firewall,TCP/IP
Microsoft Azure,
WindowsSYSTEM ADMINISTRATION Microsoft 2020 3 Year(s) 6 Month(s)
Linux Administration Redhat
ubu
2020 1 Year(s) 10
Month(s)
Fortigate Firewall 2020 2 Year(s) 2 Month(s)
AWS 2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 1043: Resume 843 with similarity score 0.006904556512924345
Resume Text: B.E , MS , B.TECH entry level , full time , software developer react.js , api , functionality , web development , scrum , healthcare , access , css , visual studio code , validation , designation , ug , microsoft office , change requests , mar , filters , platforms , affirmative action , hindi , angular , scratch , ltd , typescript , navigation , jquery , json , english , authorization , energy , bootstrap , status , email , project , power generation , application , mongodb , devices , mumbai , xml , bitbucket , new features , fixing , github , rest , technology solutions , components , building , languages , framework , agile environment , html5 , dashboard , mobile , web pages , javascript , search , wind turbines , working experience 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d14…
https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d140110155f550c5… 1/3
Current Designation: UI and React Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Pune
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as UI and React Developer
Nov 2016 to Till Date
Cognizant Technologies Solutions, Nov 2016-Present Working since 24th November 2016, joined as an Entry Level
Trainee, trained in UI and deployed to US based Healthcare Client Project.
? Over 4 years of working experience in UI.
? Involved in extensive HTML coding.
? Developed the front-end webpage by using HTML5, CSS3, and
JavaScript, taking advantage of the framework Angular 2 / React.js.
? Developed Application to access JSON and XML from Restful web service from consumer side using JavaScript and
Angular 2.
? Created Single page application using Angular 2 / React .js which is working across all the platforms.
? Styled content using CSS3, taking advantage of framework
Bootstrap.
? Interacted with clients to understand their existing applications
and design the site according to their system requirement.
? Collaborated with team on implementing new features and UI in an
Agile environment.
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Sourabh Bankey
UI & React Developer seeking roles in Web Development,Software
Development,Application Programming,UI Development,Requirement
Gathering,Technical Support,Web
Designing,MongoDB,Rest,HTML,JQuery,Javascript,CSS,JSON,XML,Agile
Key Skills: UI & React Developer,Software Developer,Web Development,Software Development,Application
Programming,UI Development,Requirement Gathering,Technical Support,Web
Designing,MongoDB,Rest,HTML,JQuery,Javascript,CSS,JSON,XML,Agile
Summary
Develop a robust, efficient and bug free code.
Able to develop integrated responsive UI designs into frontend framework for web and mobile using HTML5, CSS3, Bootstrap
and jQuery/JavaScript.
Refined relationship-building and hardworking skills and experience working collaboratively with team members
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d14…
https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d140110155f550c5… 2/3
UG: B.Tech/B.E. (Mechanical) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2016
Nature of Employment: Full Time Duration: Apr 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2019 - Mar 2019
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
HTML 5, CSS 3
JavaScript
TypeScript
Angular
React.js
BOOTSTRAP
Mongodb
Bitbucket
GIT & GITHUB
Visual Studio Code
AGILE
Microsoft Office
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: React.js Web Application
Client: NEE React.js Web Application
Role Description: SITE Software suits - Tracks the energy generating devices like wind Turbines. They keep track on their
power generation all over the site. Whenever a new turbine comes or product name or configuration changed it is updated.
Project Details: Created user interface and navigation structure.
Implemented page designs in standard-complaint dynamic HTML and CSS.
Developed the Front-End User Interface Using HTML and CSS
Implemented client-side validations in login and logout forms using JavaScript.
Performed client-side validation using JavaScript and React.js.
Developed Reusable React components and services to call the http rest API.
Worked on Agile Methodology where getting enhancement U
stories daily.
Attended daily scrum-calls and Stand-up meetings with the client
Project Title: Idea Dash Board
Client: FPL Idea Dashboard
Role Description: Developed the front-end web Application that can show Ideas of different users where users can add, like,
comment their ideas and see the details of it.
Project Details: Created the Responsive web pages from scratch using Native JavaScript before deadline.
Form Validations, Coding and implementation.
Implemented Change Requests, defects fixing.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d14…
https://freesearch.naukri.com/preview/printResume?uname=d4e68b615287c8a2c27a7f39fd02fc675b0c5b584e120a130b14105c5f000743135d140110155f550c5… 3/3
Nature of Employment: Full Time Duration: Jul 2018 - Jan 2019
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2017 - Jun 2018
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Cigna UK Redesign
Client: Cigna UK
Role Description: Worked on Responsive interactive component-based pages, created more than 30 + pages based on client
requirement and wireframe design, and implemented several components responsive to both Desktop and Mobile
Project Details: Created the Responsive web pages from scratch using Native JavaScript before deadline.
Developed existing UI components as per the clients guide line
standards.
Form Validations, Coding and implementation
Integrated the UI with the JSP pages.
Worked on Agile Methodology where getting enhancement UI stories daily.
Project Title: Angular 5 Dash Board
Client: Cigna Worldwide
Role Description: Worked on full scale Angular 5 Single Page application, created a dashboard, and consumed rest API with
filters, search and display functionality along with responsive web UI components and pages
Project Details: Build Angular 5 App structure & Component Creation.
Form Validations, Coding and implementation.
Implemented Change Requests, defects fixing
Rank 1044: Resume 1061 with similarity score 0.006883614628550583
Resume Text: B.S , M.Sc , M.S , BS , MS devops engineer , balancer , authorizer , full time , aws solution architect , aws architect kms , ansible , api , blocking , encryption , optimization , domain names , general , devops , jenkins , telugu , release engineering , efs , workspace , security , designation , developers , confluence , ecr , versioning , connect , vault , affirmative action , mysql , routing , health , hindi , docker , ttl , maintenance , cluster , gateway , authorization , checks , english , status , email , google , logging , application , aws , groups , solution architecture , bitbucket , redis , user stories , performance tuning , ecs , technical design , s3 , git , flow , ec2 , kibana , preparation , export , repository , languages , client requirements , amazon , events , jira , javascript , search , cloud computing , availability , load , pipeline , public access 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 1/3
Current Designation: AWS Solution Architect ( Infra)
Current Company: Tata Consultancy Services (TCS)
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Hardware & Networking
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as AWS Infra Architect and DevOps Engineer
May 2019 to Dec 2020
Technical skills:
Created Cognito and Cognito user pool to authenticate users and added Cognito as authorizer for API Gateway.
Created of docker Image using docker and pushing the docker Image into ECR.
Preparation of technical design document.
Updating confluence page with technical design details.
Defining resources naming standards and educating team members on AWS and it's services.
Updating Jira user stories.
Worked with third party client vendor DxC on DNS switch over.
Prepared the technical solution and design for the requirement.
Ensure technical solution and design is simple to understand.
Peer review of other AWS projects.
Work along with the client team to meet the deadlines on time.
Created AWS Directories and created Workspace for developers.
Create CloudWatch events and rules.
Created SNS topics, SQS and dead letter Q.
Creation of S3 Bucket, enable versioning, hosting static website, encryption, blocking public access, applying bucket
policy, adding lifecycle rules to archive or delete files after defined time.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Thirupathi G
AWS Infra Architect and DevOps Engineer seeking roles in Software Application
Programming,System Analysis,Solution Architecture,Client Management,Cloud
Computing,Release Engineering,Performance Tuning,AWS,Jenkins, Docker, Ansible,
GIT,MySQL
Key Skills: AWS Infra Architect and DevOps Engineer,Application Programming,System Analysis,Solution
Architecture,AWS Cost optimization,Client Management,Cloud Computing,Release Engineering,Performance
Tuning,AWS,Docker,Ansible,Jenkins,GIT
Summary
Hands-on experience on implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS,
AWS Kinesis, Lambda, subnet, Cloud Formation, Terraform, Elastic Beanstalk, RDS, Data Pipeline, DynamoDB, Redshift,
Aurora, ECS Fargate, ECR, API Gateway, Application load balancer, Network load balancer, target groups, security groups,
NACL, VPC Endpoint, S3 Events, Cloud Watch Events, Cloud Watch alarms, Cloud watch log groups, log archival, AWS WAF,
Kinesis firehose, Elastic search, Kibana, Elastic Cache, Redis, Google dialog flow, Usabilla, Amazon connect, Amazon
recognition, Cloud Front, Custom domain, Route 53, AWS EMR, AWS Aurora Mysql, Postgre sql, bitbucket, AWS Secret
Manager, KMS etc.
Working as AWS Architect for Bpost client and designed various serverless (SAM) architectures for different use cases.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 2/3
Creation of CloudFront distribution, setting object caching TTL at CloudFront level, adding S3 bucket as Origin, clearing
cache (Invalidation).
Creation of Application Load balancer, creation of target group, adding listeners to Load balancers.
Creation of Network Load balancer to use within the VPC and within defined subnets, configuring routing with port
number and health checks.
Creation of WAF at Global level and regional level (Global level to add to CloudFront and regional level to add API
Gateway at regional level), modified WAF rules.
Creation of Kinesis Firehose delivery stream at regional level and Global and added Kinesis Data Firehose stream to
WAF and logged WAF log file in S3 bucket.
Created Data pipeline to export date from DynamoDB table to S3.
Created DynamoDB tables as per the requirement.
Created Backup vault, created backup plan, added backup plan as a tag to DynamoDB table to take daily backup and
expire in 30 days.
Created VPC Link and added target network Load balancer.
Created Custom Domain names to use in API code.
Created API Gateway, created test Get method and deployed API Gateway, enabled logging at API Gateway added
WebAcl to API Gateway.
Created Lambda function.
Created Roles and assigned to resources, created IAM users, created custom policies and assigned to users to restrict
access to resources (allowed only the resources which are required to perform job function)
Created Postgre SQL in multi availability zone with read replica.
Created ECR (Elastic container repository) to keep Image, Created ECS Fargate Cluster.
Created ECS Task definition and created ECS Fargate service with auto scale.
Written and modified CloudFormation scripts for client requirements and created resources like S3, ECS task, ECS
service, ECR, API Gateway, Custom domain, DynamoDB tables, Load balancers.....etc
Created CloudWatch alarms for ECS memory usage, CPU usage, API Gateway 4xx and 5xx error and
Tata Consultancy Services (TCS) as AWS Solution Architect ( Infra)
Sep 2006 to Till Date
Design and Implementation
UG: B.Sc (Computers) in 0
PG: MS/M.Sc(Science) (Computers) from Babasaheb Ambedkar Marathwada University (BAMU), Aurangabad in 2006
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect
AWS Certified SysOps Administrator
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
English Expert
Hindi Proficient
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 1045: Resume 792 with similarity score 0.006874625297925568
Resume Text: B.S , M.Sc , M.S , BS , MS devops engineer , balancer , authorizer , full time , aws solution architect , aws architect kms , ansible , api , blocking , encryption , optimization , domain names , general , devops , jenkins , telugu , release engineering , efs , workspace , security , designation , developers , confluence , ecr , versioning , connect , vault , affirmative action , mysql , routing , health , hindi , docker , ttl , maintenance , cluster , gateway , authorization , checks , english , status , email , google , logging , application , aws , groups , solution architecture , bitbucket , redis , user stories , performance tuning , ecs , technical design , s3 , git , flow , ec2 , kibana , preparation , export , repository , languages , client requirements , amazon , events , jira , javascript , search , cloud computing , availability , load , pipeline , public access 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 1/3
Current Designation: AWS Solution Architect ( Infra)
Current Company: Tata Consultancy Services (TCS)
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MS/M.Sc(Science) [Computers]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as AWS Infra Architect and DevOps Engineer
May 2019 to Dec 2020
Technical skills:
Created Cognito and Cognito user pool to authenticate users and added Cognito as authorizer for API Gateway.
Created of docker Image using docker and pushing the docker Image into ECR.
Preparation of technical design document.
Updating confluence page with technical design details.
Defining resources naming standards and educating team members on AWS and it's services.
Updating Jira user stories.
Worked with third party client vendor DxC on DNS switch over.
Prepared the technical solution and design for the requirement.
Ensure technical solution and design is simple to understand.
Peer review of other AWS projects.
Work along with the client team to meet the deadlines on time.
Created AWS Directories and created Workspace for developers.
Create CloudWatch events and rules.
Created SNS topics, SQS and dead letter Q.
Creation of S3 Bucket, enable versioning, hosting static website, encryption, blocking public access, applying bucket
policy, adding lifecycle rules to archive or delete files after defined time.
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Thirupathi G
AWS Infra Architect and DevOps Engineer seeking roles in Software Application
Programming,System Analysis,Solution Architecture,Client Management,Cloud
Computing,Release Engineering,Performance Tuning,AWS,Jenkins, Docker, Ansible,
GIT,MySQL
Key Skills: AWS Infra Architect and DevOps Engineer,Application Programming,System Analysis,Solution
Architecture,AWS Cost optimization,Client Management,Cloud Computing,Release Engineering,Performance
Tuning,AWS,Docker,Ansible,Jenkins,GIT
Summary
Hands-on experience on implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS,
AWS Kinesis, Lambda, subnet, Cloud Formation, Terraform, Elastic Beanstalk, RDS, Data Pipeline, DynamoDB, Redshift,
Aurora, ECS Fargate, ECR, API Gateway, Application load balancer, Network load balancer, target groups, security groups,
NACL, VPC Endpoint, S3 Events, Cloud Watch Events, Cloud Watch alarms, Cloud watch log groups, log archival, AWS WAF,
Kinesis firehose, Elastic search, Kibana, Elastic Cache, Redis, Google dialog flow, Usabilla, Amazon connect, Amazon
recognition, Cloud Front, Custom domain, Route 53, AWS EMR, AWS Aurora Mysql, Postgre sql, bitbucket, AWS Secret
Manager, KMS etc.
Working as AWS Architect for Bpost client and designed various serverless (SAM) architectures for different use cases.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 2/3
Creation of CloudFront distribution, setting object caching TTL at CloudFront level, adding S3 bucket as Origin, clearing
cache (Invalidation).
Creation of Application Load balancer, creation of target group, adding listeners to Load balancers.
Creation of Network Load balancer to use within the VPC and within defined subnets, configuring routing with port
number and health checks.
Creation of WAF at Global level and regional level (Global level to add to CloudFront and regional level to add API
Gateway at regional level), modified WAF rules.
Creation of Kinesis Firehose delivery stream at regional level and Global and added Kinesis Data Firehose stream to
WAF and logged WAF log file in S3 bucket.
Created Data pipeline to export date from DynamoDB table to S3.
Created DynamoDB tables as per the requirement.
Created Backup vault, created backup plan, added backup plan as a tag to DynamoDB table to take daily backup and
expire in 30 days.
Created VPC Link and added target network Load balancer.
Created Custom Domain names to use in API code.
Created API Gateway, created test Get method and deployed API Gateway, enabled logging at API Gateway added
WebAcl to API Gateway.
Created Lambda function.
Created Roles and assigned to resources, created IAM users, created custom policies and assigned to users to restrict
access to resources (allowed only the resources which are required to perform job function)
Created Postgre SQL in multi availability zone with read replica.
Created ECR (Elastic container repository) to keep Image, Created ECS Fargate Cluster.
Created ECS Task definition and created ECS Fargate service with auto scale.
Written and modified CloudFormation scripts for client requirements and created resources like S3, ECS task, ECS
service, ECR, API Gateway, Custom domain, DynamoDB tables, Load balancers.....etc
Created CloudWatch alarms for ECS memory usage, CPU usage, API Gateway 4xx and 5xx error and
Tata Consultancy Services (TCS) as AWS Solution Architect ( Infra)
Sep 2006 to Till Date
Design and Implementation
UG: B.Sc (Computers) in 0
PG: MS/M.Sc(Science) (Computers) from Babasaheb Ambedkar Marathwada University (BAMU), Aurangabad in 2006
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect
AWS Certified SysOps Administrator
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
English Expert
Hindi Proficient
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e524317001…
https://freesearch.naukri.com/preview/printResume?uname=8b04ddb7d767b44f31f6059900eb87190b545f57424708435110445b5d0e52431700100b43475c555a… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 1046: Resume 980 with similarity score 0.006860195640838519
Resume Text: B.E , MS , B.TECH , BS technical account manager , scrum master , director product management , quality assurance , product development , principal product manager , full time root cause , platforms , prince2 , it operations , kpi , digital , status , stakeholder management , green belt , product management , product delivery , smb , payroll , transfer pricing , testing , components , it service delivery , accessibility , building , payments , procurement , pmi , gtm , pizza , cms , forecasting , sellers , crm , sprints , brd , evolution , ecommerce , change control , business opportunities , promoters , designation , deliverables , mar , cloud , certified lean , lean six sigma , project cost , ltd , agile , mobile apps , leadership , ownership , architecting , kanban , strategy , documentation , payment solutions , javascript , technology , insurance , scrum , developers , vendors , affirmative action , collaboration , launches , cash flow , metallurgy , timelines , architecture , omni , email , work effectively , aws , project delivery , saas , program management professional , statutory compliances , amazon , pmp , financial analysis , online , csat , redux , ug , vip , analytics , pos , revenue , authorization , internet , risk , teams , go , enterprise , productivity , models , transparency , b2b , dmaic , pnl , transformations , led , kaizen , drive , e-commerce , metrics , presentations 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165…
https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165042435a0b5c05… 1/3
Current Designation: Sr Manager Delivery- Product
Current Company: Capillary Technologies
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Program Mgr
Industry: IT-Software/Software Services
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Metallurgy and Material
Technology]
Verified : Phone Number | Email - id
Capillary Technologies as Sr Manager Delivery- Product
Jul 2020 to Till Date
Responsible for the evolution of multiple components of the Capillary POS-Loyalty integrations (iPaaS), Webapps, Apps
and Ecommerce Platform.
Managed backlogs using Kanban boards. Implemented ITSM Incident Management processes using Agile management
tools, while taking full charge as Scrum lead to define deliverables as per compliance with established Kaizen and PMO
processes.
Define and measure product success metrics to drive NPS and CSAT. Managed detractors and converted them to
promoters within a quarter.
Determines acceptance criteria for final UAT code.
Build PRD's, BRD's and SDD's, implement and track development timelines, and negotiate feature sets with the
development leads and product teams.
Work with engineering, analytics and design teams bringing to market 10+ products and integrators.
Managing a cross function team of 35 Developers, 2 PMs including program & PnL.
Worked and executed products using Accessibility/WCAG 2.0 guidelines, SOC2 compliance standards.
Delivered Loyalty, Integrations and Online products for brands such as Shell, SPAR, GSK, BPCL, BIRA, Petron, KFC,
Pizza Hut generating 10 Mn USD revenue annually.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Bhradwaj. B
A certified Lean Six Sigma Green Belt, Prince 2, Product, and Program management
professional with over 10+ years of diverse experience in SaaS and iPaaS solutions
such as E-commerce, Payments, CRM, Loyalty, Integrators, ERP and Cloud products.
Key Skills: Program Management,Product Management,Kanban,Scrum Master,PMO,SAAS,E-
commerce,CRM,ITSM,Analytics,AWS,Agile,IT Service Delivery,Six Sigma Green Belt,ERP,Loyalty,Project
Management,Product Manager,PMP,Prince2,Product Development,PMI,Delivery Management
Summary
A certified Lean Six Sigma Green Belt, Prince 2, Product, and Program management professional with over 10+ years of
diverse experience in SaaS and iPaaS solutions such as E-commerce, Payments, CRM, Loyalty, Integrators, Accessibility, ERP,
Warehouse & Procurement products. Strong Management Leader with demonstrated ability to work effectively and influence
cross-functional teams globally. Demonstrated successful execution of complex products with hands-on SDLC and DDLC
experience in the capacity of enterprise and SMB brands. Adept at entrepreneurial skills including P&L, Cash flow, GST, ROC,
FEMA compliances, Transfer Pricing, and identify global business opportunities worthy of collaboration.
Product and PMO Leade:
Worked on early stage and enterprise digital SaaS and iPaaS products focused on B2B and Omni Channel experience. The
products involved Ecommerce, Mobile APPs, CRM, Loyalty, Accessibility, Warehouse, Integrators and Payment solutions for
global enterprise brands.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165…
https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165042435a0b5c05… 2/3
Avetti Commerce as Director Product Management
Jan 2016 to Jul 2020
Board Executive and Principal Product Manager, responsible for Headless SaaS Ecommerce Product Development, GTM,
Project Delivery, IT and Financial Transparency with hands-on experience managing digital transformations projects to
deliver Headless SaaS product technology.
Managed PMs to achieve business roadmaps and product expansion. Developed overall cross-functional program
governance process to manage daily Kaizen, kanban boards and quarterly sprints with effective product
design/development
Establish Product & Program Management process and best practices such as program charter, KPI, governance
structure models, issues/risk management, disaster and incident planning, business forecasting, financial analysis to
monitor on-going progress, risks/issues for execution of overall SaaS IT - Ecommerce product delivery.
Worked with CTO to revamp the tech stack to be multi-tenanted and to be able to deprecate the legacy stack. This paved
the way for the businesses to host multiple marketplaces and supplier stores into single headless architecture.
Worked with the Solutions team in building & architecting front end stack with React, Redux, and Gatsby frameworks.
Scaled the platforms across the board and streamlined self-service CMS for supplier's configuration using open-source
headless CMS-Javascript, enabling content-rich experiences to be created, and managed using any device.
Reengineer vendor policy to enhance quality assurance and risk identification; simultaneously managing contracts for all
vendors including Development, Hosting, IT operations, and IT applications development.
Manage Competitor study, Reengineer pricing model and business processes and define go to market strategies.
Lead all IT audits for SOC2, Sarbanes-Oxley (SOX) documentation and testing, along with process improvement
initiatives.
Managed Staffing, P&L, Payroll, Insurance, PT, GST and Govt/ROC statutory compliances.
Generated $0.5M USD in 28 months, managing 50K USD monthly SaaS Revenue as a business unit and project cost
saving up to 60% in 8 months.
Amazon Development Centre (India) Pvt. Ltd. as Senior Technical Account Manager
Jul 2011 to Aug 2015
Lead and managed products such as Junglee, Amazon Webstore, Amazon Payments, Sponsored Ads and Login with
Amazon.
Lead the GTM Program and launched in IN, DE, FR and UK.
Preparing PRD's, DDLC for associates and leadership, providing Technical Product Consulting services for VIP Sellers
across various products.
Manage program team. Created several frameworks such as DMAIC, 3C's techniques. Responsible for end-to-end
program management, demonstrating ownership of the entire process from beginning to end.
Define and implement change control processes. Develop detailed stakeholder management strategy, Root Cause
Analysis, Lesson's learned documents.
Managed forecasting and staffing model for GTM launches, boosting productivity while meeting CSAT, PRR, CPH, AHT
and TTR consistently across the global offices.
Led initiatives, developed presentations for leadership, for new programs such as Innovate & Simplify, Voice of Seller,
Daily Kaizen, CSAT Seller Delight, TTR Lobby of the month.
UG: B.Tech/B.E. (Metallurgy and Material Technology) from Jawaharlal Nehru Technological University (JNTU) in 2011
Education
IT Skills
Skill Name Version Last Used Experience
KANBAN 0 7 Year(s) 0 Month(s)
KAIZEN Implementation 0 7 Year(s) 0 Month(s)
PRINCE2 0 7 Year(s) 0 Month(s)
Agile Methodology 0 8 Year(s) 0 Month(s)
Six Sigma Green Belt 0 5 Year(s) 0 Month(s)
Scrum Master 0 7 Year(s) 0 Month(s)
PMO Management 0 9 Year(s) 0 Month(s)
PRODUCT MANAGEMENT 0 7 Year(s) 0 Month(s)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165…
https://freesearch.naukri.com/preview/printResume?uname=d358dfd4bb1ccd444aeb2584e54cdb170b5e0f071f460f155144435a5f0f521b135f165042435a0b5c05… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
PROGRAM MANAGEMENT 0 10 Year(s) 0 Month(s)
Rank 1047: Resume 1290 with similarity score 0.006858642995594695
Resume Text: B.E , MS , B.TECH , BS senior devops engineer , senior software engineer , full time , software developer ansible , version control , environment management , continuous delivery , subversion , amazon ec2 , devops , jenkins , complex systems , designation , ug , scripting , affirmative action , hindi , cloud , conflict resolution , linux , maintenance , apache , ltd , windows , compilers , build automation , merging , permissions , ear , english , troubleshooting , shopping , authorization , status , email , project , tomcat , cfi , express , configuration management , aws , application servers , server configuration , provisioning , mumbai , continuous integration , ci , plus , build tools , artifacts , pipelines , obc , git , building , yaml , maven , languages , buffet , itil , texas , sonarqube , javascript , web , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f150943…
https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f1509430412140c5f5b5… 1/3
Current Designation: Senior Software Engineer
Current Company: LearningMate Solutions
Current Location: Mumbai
Pref. Location: Delhi,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
LearningMate Solutions as Senior Software Engineer
May 2020 to Till Date
Client : CERFI
Project Client : CFI
Project : Implementation & Supporting
Period : May-2020 onward
Role : Senior Software Engineer (Devops & AWS)
Environment : GIT, AWS, JENKINS, WINDOWS, SONARQUBE, TERRAFORM, MONITERRINBG TOOL, YAML,
SHELL.
Texcel Infoctech Pvt Ltd as Devops Engineer
Sep 2016 to May 2020
Client : Tech Mahindra Ltd.
Project Client : Fresh Choice
Project : Implementation & Supporting
Period : Sep 2016 to May-2020
Role : Devops Engineer
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Tarun Kumar
Senior Software Engineer seeking roles in Software Engineering,Software
Configuration Management,Project Management,Delivery Management,Incident
Management,Requirement Analysis,Troubleshooting,Apache
Tomcat,Terraform,DevOps,Jenkins,Maven,ITIL,AWS,SVN
Key Skills: Senior Software Engineer/Developer,Software Engineering,Software Configuration Management,Project
Management,Delivery Management,Incident Management,Requirement Analysis,Troubleshooting,Apache
Tomcat,Ansible,DevOps,Jenkins,Maven,ITIL,AWS,SVN,Git
Summary
Senior DevOps Engineer for complex systems with 4+ years of experience in designing the CI/CD process including Software
Configuration Management, development cycles, compilers, Server configuration, scripting, Continuous Integration
4+ years of experience into IT and as DevOps engineer involved in the areas of Environment provisioning with windows, Linux,
Continuous Integration and Continuous Delivery, Monitoring, software Configuration management, build automation with artifact
management, code quality integration with CI process.
Experienced in various source code management activities using tools like GIT, SVN involving branching and merging
strategies, conflict resolution.
Code migration experience with Centralized to Distributed Version Control systems SUBVERSION to GIT.
Expertise in build tools like MAVEN and ANT for building deployable artifacts such as war and from source code.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f150943…
https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f1509430412140c5f5b5… 2/3
Environment : GIT, AWS, JENKINS, ANSIBLE, YAML, SHELL.
DESCRIPTION:
Fresh Choice was a chain of buffet-style restaurants which operated in California, Washington, and Texas under the
names Fresh Choice, Fresh Plus, Fresh Choice Express, and Zoopa. The first restaurant was opened at Stanford
Shopping Center, and the 2nd restaurant was opened in Sunnyvale, California, in 1986 by Martin Culver, Brad Wells, and
Ken Oppeltz.
ROLE & RESPONSIBILITES:
Worked in implementing the DevOps in source code management, Build automation, Continuous integration and
continuous deployment and environment management.
Achieved the end to end automation from development to production by defining the different processes, tools and scripts.
Configure jobs and pipelines using Jenkins. Troubleshoot problems arising from Build failures and Test failures.
Involved in Code migration activities from Subversion to GIT.
Developing build and deployment pipeline using Jenkins and Maven for Java applications.
Administered version control system that include branching, merging and user group permissions.
Configured and maintained Jenkins to implement the CI process and integrated the tool with Ant and Maven to schedule
the builds and automated the deployment on the application servers using deploy "WAR/EAR" to a container plug-in for
Jenkins.
Written Simple Ansible Yaml scripts to configure the servers.
Launching Amazon EC2 cloud instances using Amazon Web Service and configured launched instances with respect to
specific applications.
Configuring and Networking of virtual private cloud (VPC).
Continuous Delivery is being enabled through Deployment into several environments of Test, QA, Stage and Production
by using Jenkins.
UG: B.Tech/B.E. (Mechanical) from Dr. Abdul Kalaam Technical University Lucknow Uttar Pradesh in 2016
Nature of Employment: Full Time Duration: May 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 25
Education
IT Skills
Skill Name Version Last Used Experience
Linux, Windows, AWS, GIT, SVN
Ant, Maven, Jenkins, Cloud Watch 0 Year(s) 0 Month(s)
Chef, Ansible, Terraform, Apache Tomcat
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Projects
Project Title: Implementation & Supporting
Client: CERFI
Project Details: Implementation & Supporting for ci/cd and integration with monitoring tool using for monitoring tools like
datadog, cloudwatch & site24.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f150943…
https://freesearch.naukri.com/preview/printResume?uname=650e81fc5034d46025b3af0a90ea6df0585c0d541c4608190315455c080a051f1509430412140c5f5b5… 3/3
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1048: Resume 1095 with similarity score 0.006722950987947003
Resume Text: B.S , MS , MSC , BS cyber security , technical architect , manager information , cto , information security , ciso , partner , principal consultant , security architect , full time , support staff , cissp , vp , program manager bcm , financial services , customer , ease , hipaa , office , workshops , space , regulatory requirements , conducting , apt , status , logging , digital transformation , cgeit , mumbai , system architecture , components , coordinated , organization , security controls , vulnerability assessment , retail , phantom , consortium , access , designation , mar , deliverables , information security management , iso 27001 , hindi , cloud , nerc , gap analysis , ping , ltd , database servers , english , penetration testing , code review , bpo , splunk , fine tuning , global security , architecting , disaster recovery , kanban , strategy , white papers , security policy , documentation , dashboard , javascript , committees , security operations , application security , business requirements , business continuity , bfsi , cyber security , technology enhancements , reporting , general , training material , operational risk , sic , vendors , affirmative action , collaboration , hub , vendor management , test procedures , netscreen , regulations , timelines , email , tomcat , aws , project delivery , it compliance , continuous improvement , ids , cissp , premises , languages , bs7799 , draft , client requirements , big data , basel iii , cisco , management system , jira , web , policies & procedures , rbi , servicenow , it governance , catalogue , program management , compliance management , coaching , risk assessment , american express , ug , coe , authentication , firewall , azure , authorization , teams , enterprise , deliveries , soar , pki , map , cmmi level 5 , electronics , led , drive , auditing , framework , offshore , finance , arcsight , liaison , network administration , sonic 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 1/5
Current Designation: Domain Security Partner (TBM)
Current Company: ANZ Bank
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MMM [marketing]
Verified : Phone Number | Email - id
ANZ Bank as Domain Security Partner (TBM)
Oct 2013 to Till Date
Currently working with ANZ Bangalore office, which is part of the ISO function. This is COE function of the security
domain. I am working as a Domain Security Partner for Technology Business Management for Security in Change (SIC).
The main objective is to Design and assess new Technologies, Cloud solutions for Banking Application, Collaborate Risk
management activities with various teams across security. Provide end to end Cloud enabled security and compliance
solutions to client.
Some of the high-level responsibilities are
* Work for the CTO office for implementation of new technologies on Cloud Platform
* Liaison with respective Business Unit Head and help them
* Manage the discussion with business owners and other security stakeholders
* Manage third party risk by ensure the security and compliance are met by the third party
* Collaboration of Risk management activities with various teams and project stakeholders
* Part of digital transformation for security and compliance
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Pradeep Jagtap
MSCE,CISSP,CISM,CRISC,CGEIT Certified Domain Security Partner Seeking
assignment in Cyber Security Management,Networking Engineering,Penetration
testing,IT Governance Risk,Compliance
Management,GCP,Azure,AWS,HIPAA,NERC,Sonic Firewall,ServiceNow
Key Skills: Domain Security Partner,Head/VP/GM-Technology(IT)/CTO,Cyber Security Management,Networking
Engineering,Penetration testing,IT Governance Risk,Compliance Management,IS
Audit,GCP,Azure,AWS,HIPAA,NERC,Sonic Firewall,ServiceNow,DevSec Ops,Jira,KANBAN
Summary
A dynamic professional with 18+ years of rich experience in Cyber Security Management, Enterprise/Operational Risk
Management, Project Management and Program Management.
Overseen Security Operations centre or GSOC for 5 years
Managed Large teams up to 150 members across the globe
Managed and delivered several projects in the area of Security strategy, Business Continuity, Cyber Security Programs,
Penetration testing, Application Security and Vulnerability Assessment.
Lead Security Architect for major IT Governance Risk and Compliance projects
Supporting global implementation of process improvements or technology enhancements, ultimately facilitating change
management throughout the organization.
Managing P/L accounts and budgets for the business unit
Proficiency in architecting in IT and Information Security Management framework
Good understanding of various laws and regulations (SEC, RBI, PCI-DSS, SOX, Basel III, APARA, HKMA, MAS and GAAP
etc.)
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 2/5
* Provide review comments and guidance to the risk assessment team for continuous improvement
* Part of People leaders' group in SIC and drive initiative for Bangalore hub
* Design and verify Security Architecture for new implementations, PAM, Secrets Management,
IIQ and Ping identity
* Coordination and Collaboration of Security activities in Application Security, IAM, Source code review, Network
Security and layered defence
* Ensure the business is made aware of the on-going risk and the new projects risk and manage Risk Management
activities within the budget and timelines
* Provide the status dashboard to the Senior management in Melbourne
* Manage and participate Security management committees in security domain
* Good knowledge of GCP, Azure and AWS (Cloud Platform)
* Few programs managed
a. Implementation of enterprise Big data analytic for log monitoring (all critical servers and application)
b. Implementation of SOAR platform Phantom
c. Implementation of Splunk and Arcsight for log Monitoring
d. Implementation IIQ 7.2 in cloud environment (AWS and GCP)
e. Implementation of Hashicorp (Secrets Management) on premises and over cloud
Zensar Technologies Ltd as Global Head Information Security & Risk Mgt
Jun 2010 to Oct 2013
Was heading the Information Security and Risk Management practice in Zensar, as part of my duties I was accountable for
developing the Information Security and Risk Management practice. I was also responsible for developing new clients in
the information security and risk management space.
Some of the responsibilities
* Develop a COE for the new business offerings
* Conduct workshops for the customer on business offerings
* Consulting the services for the initial part of security engagement and then handing over to the delivery team
* Architected and implemented Global Security Operation Centre (GSOC)
* Managed largest customer with 4 lakhs user and their infra for Security Operations
* Develop white papers for the current security trend
* Lead and Managed global security teams
* Vendor Management (Product companies and Partner vendors)
* Speaker for ISRM area for GPW (Global Partnership Week) and Industry consortium
* Managing P/L accounts
* Lead COE activities Identity and Access Management, Security Products, Security Governance and Operational
security services
Industry : Hospitality
Service Area : Security Management
Client : Wyndham Worldwide
Technical Environment : Gap Assessment of SOC environment
Description : The objective of the project was to identify the gaps of Security Operation Centre. We created an
integrated controls framework with the help of PCI-DSS and ISO27001 requirement for LMR (Logging, Monitoring and
Reporting) controls. Conducted the gap assessment for the policies, procedures and guidelines of the Security Operation
and redrafted the documentation to address the ISO and PCI requirements.
Responsibilities :
* Led the onsite team to develop the client deliverables
Barclays Technology Centre as Head of MI and Governance EM
Oct 2009 to May 2010
As a part of ITSCM team I was responsible for generating Management Information from the Business Continuity and
Disaster Recovery exercises conducted periodically through the operational regions. The role also requires me to ensure
the governance compliance is in line with the BCM minimum standards prescribed by the company. This role also requires
understanding of various regulatory requirements like FSA and other region-specific requirement in Banking and Financial
Services industry.
Deloitte & Touche AERS India Pvt. Ltd. as Manager
May 2007 to Mar 2009
Industry : Retail
Service Area : Security Management
Client : Loblaw Retail chain Canada
Technical Environment : Risk Catalogue
Description : The objective of the project was to draft various policies / guidelines / standards/training material based
on client requirement.
Responsibilities :
* Managed and delivered from offshore the client deliverables of security policies and guidelines for the ISO framework
* Drafted the technical policy documentation for the client in line with the new technology changes
* Derived the security/industry standard and regulatory reference of controls for ease of implementation
* Management of offshore team and project deliveries
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 3/5
Industry : Deloitte Audit-Internal
Service Area : Security Management
Client : Deloitte Audit
Technical Environment : Risk Catalogue
Description : The objective of the project was to create a framework wherein various policies / guidelines / leading
practices / standard-based documents could be decomposed and mapped to apt control requirements, categories,
sections and test procedures.
Responsibilities :
Managed the project delivery from offshore
I lead to define the integrated framework with the help of various security policies, leading auditing practices and other
security standards.
We decomposed and mapped the security controls in various categories and derived the test procedures of them
Industry : Education
Service Area : Security Management
Client : DeVry University
Technical Environment : Risk Catalogue, ISO 17799, PCI, HIPAA and NERC
Description : The approach was based on the Risk Catalogue methodology which would map the entire client
requirement on standards and regulations (HIPAA, PCI, ISO 27001 and NERC) to the client requirements.
Responsibilities :
Conducted gap analysis on the client's security policies and mapped the corresponding section of the client's enterprise
security policy as a part of the gap analysis. An exhaustive gap analysis report and high-level domain wise reports were
delivered to the client.
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Security Management
Client : Leading Software Development Company dealing in FSI related products
Technical Environment : ISO 17799
Description : The engagement aims toward security assessment based on ISO 17799 standards.
Responsibilities : Handled the following tasks:
Documentation, creation of templates and fine tuning of test procedures.
Conducted Gap Analysis of policies & procedures.
Updated the assessment templates with the data provided.
Industry : Retail Banking
Service Area : Security Management
Client : American Express
Technical Environment : BFSI related requirements- SEC, SOX and BASEL II and industry best practices
Description : The engagement aimed towards defining the policy and procedures of the client environment on various
requirements.
Responsibilities : Handled following tasks:
Documentation; Gap Analysis of Policies.
Drafting the policies and procedures for the client.
Industry : Retail
Service Area : Security Management
Client : Save Mart Supermarket Chain
Technical Environment : PCI and HIPAA
Description : The engagement aimed towards certification of the client environment on PCI and HIPAA standards.
Responsibilities : Handled following tasks:
Documentation; Gap Analysis of Policies.
Risk Management Program and system architecture & standards.
Design PKI infra and implementation of data tokenisation
Zensar Technologies Ltd. as Manager Information Security
Apr 2002 to Apr 2007
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Certification for the Company
Service Line : ISO27001 Certification
Role : Program Manager and interim CISO
Technical Environment:
RSA authentication.
IDS ISS Real Secure.
Responsibilities : Handled the following tasks:
Implemented the ISO 27001 standard and obtained certification.
Coordinated and communicated standards, policies and procedures across all the delivery units and support departments
(HR, Finance and Admin).
Liaising with various business unit heads for compliance
Organised training and awareness programs throughout the company.
Conducting IS awareness for managers and delivery heads.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 4/5
Mapped the BS7799 standard to ISO 27001 standard controls.
Conducted the Infosec Forum meeting with the management.
Assessed the vulnerability for all critical components
Created awareness on ISO 27001.
Third Party Vendor assessments
Leading the team of Internal Auditors
Coaching the team of Internal Auditors on latest security trends and IT compliance
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Certification for the Company
Service Line : BS7799 Certification
Role : ISO-Program Manager for implementation of BS7799 Standard
Technical Environment: Experience in the following Components:
RSA authentication.
IDS ISS Real Secure.
Tomcat Web server for IS awareness portal.
Responsibilities : Handled the following tasks:
Conducted the Infosec Forum meeting with the management.
Assessed the vulnerability for all critical components
Mentored the IS team and Internal Security Auditors.
Drafted the security policies and procedures.
Created awareness on ISO 27001
Leading the team of Internal Auditors
Coaching the team of Internal Auditors on latest security trends and IT compliance
Industry : BPO (Zensar)
Service Area : Information Security and Privacy Implementation Program
Service line : Information Security
Role : Program Manager and Compliance in-charge
Technical Environment : Experience in the following components:
Networking components
Database servers
Win 2k
Management System : ISO 27001
Responsibilities : Handled the following tasks:
Requirement analysis for information security and privacy requirement for several clients within the BPO business unit
Determining the processes in line with the business requirement
Liaising with various business unit heads for compliance
Risk assessment and impact analysis
Training for the IT support staff and the BPO clients
Implementation of security and privacy controls in line with the business requirements
Industry : Retail and FSI
Service Area : Business Continuity and Disaster Recovery (Process and IT)
Service Line : Information Security
Role : Project Manager- Architect
Technical Environment : Experience in the following Components:
RSA Server.
Win 2k,
Cisco Network components.
Management system : CMMI level 5
: ISO 27001
Responsibilities : Handled the following tasks:
Requirement analysis for business continuity.
Determined the business continuity processes in line with the business requirement
Risk Assessment and Impact analysis.
Training on Business Continuity and Disaster Recovery.
Planning & executing the BCP/DR.
Industry : Customs Association (CAAAREM Mexico)
Service Area : Security Audit, Server & Network Assessment and Implementation
Service Line : Information Security
Role : Principal consultant
Technical Environment : Experience in the following Components:
Netscreen Firewall 204 series.
Win 2k.
Cisco Network component.
Responsibilities : Handled the following tasks:
Assessed the vulnerability for all critical components.
Organised training on Information Security.
Drafted the security policies and procedures.
Developed a secure solution.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a1…
https://freesearch.naukri.com/preview/printResume?uname=2d6362fee33a0641b8402a7873767d355d5b5a5718450c12001145585c58001e470a140115410b5b58… 5/5
Industry : TECHNOLOGY MEDIA TELECOMMUNICATION
Service Area : Security Audit, Server & Network Assessment
Service Line : Information Security
Client : Inetgen
Role : Principal consultant
Evincere Soft. Solu. Pvt. Ltd. as Technical Architect
Jul 2000 to Apr 2002
UG: B.Sc (Electronics) from Pune University in 1996
PG: MMM (marketing) from Pune University in 2008
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
Marathi Proficient
English Expert
Rank 1049: Resume 1328 with similarity score 0.006721195486145295
Resume Text: B.E , MS , B.TECH mobile architect , senior software engineer , full time , senior software developer , team lead , technical lead training , core data , scrum , visual studio code , css , designation , ug , sqlite , mobile application development , affirmative action , analytics , angular , ionic , hindi , ibeacon , maintenance , interface builder , ltd , windows , cocoa touch , ios , json , authorization , english , status , architecture , c# , email , project , mumbai , xamarin , forms , xml , survey , bitbucket , electronics , android , testing , xcode , apple watch , swift , mac , c++ , react native , git , languages , framework , cocos2d , task management , platform development , ext js , javascript , architectural design , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43…
https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43011249510b0e5… 1/2
Current Designation: Technical Lead -Mobile App
Current Company: e-Zest Solution
Current Location: Pune
Pref. Location: Pune,Mumbai
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
e-Zest Solution as Technical Lead -Mobile App
Sep 2016 to Till Date
More than 9.6 years of experience in Native iOs and Android and cross platform develop-
ment and team handling, Task Management, daily scrum meeting. Developed multiple iOS
and apple watch, xamarin Android, Xamarin iOS, Xamarin forms, NativeScript, ionic, Re-
actNative based applications. Worked on iBeacon Demo app. Testing of mobile App. Devel-
oped Cocos 2D game. Having good Knowledge in Visual Studio, Visual Studio Code, Xam-
arin Studio, Xcode, Interface Builder, XML, JSON Instruments ,Cocoa Touch Framework
and cocos2d. Have participated in training for HTML 5, CSS, JS, EXT JS and Node JS.
Cognizant Technologies Solutions as Senior Software Developer
Jan 2015 to Sep 2016
Survey Analytics India Pvt. Ltd., as Senior Software Engineer
Jul 2013 to Jan 2015
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Priyanka Kumari
Seeking roles in Mobile Architect. More than 9.6 yrs of experience in Development
Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,C#,Objective C,Swift,C,C++,HTML 5,JS,CSS,Angular
JS,NativeScript,React Native.
Key Skills: Mobile Application Development,Application Maintenance,Project Management,Solution
Architecture,C#,Objective C,Swift,C,C++,HTML 5,JS,CSS,Angular JS,NativeScript,React Native,Node
JS,IOS,Android,Xamarin,Xamarin.Android ,Architectural Design
Summary
More than 9.6 years of experience in Native iOs and Android and cross platform development
and team handling, Task Management, daily scrum meeting. Developed multiple iOS
and apple watch, xamarin Android, Xamarin iOS, Xamarin forms, NativeScript, ionic, ReactNative
based applications. Worked on iBeacon Demo app. Testing of mobile App. Developed
Cocos 2D game. Having good Knowledge in Visual Studio, Visual Studio Code, Xamarin
Studio, Xcode, Interface Builder, XML, JSON Instruments ,Cocoa Touch Framework
and cocos2d. Have participated in training for HTML 5, CSS, JS, EXT JS and Node JS.
Professional skills
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43…
https://freesearch.naukri.com/preview/printResume?uname=8e20e865f7a598603a3a9c66431f53d95a0f0c55184609425540420c0f0b0442175c43011249510b0e5… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pune University in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
c#, objective c
SWIFT
C, C++
HTML 5, js, CSS
Angular js
NativeScript, ReactNative
SQLITE, Core data
Windows, Mac
SVNX, Smart SVN
BitBucket and Git
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1050: Resume 1237 with similarity score 0.00668262935436973
Resume Text: B.S , MS , BSC , BS weblogic administrator , system administrator , sql developer , cloud solutions architect , devops , zookeeper , deputy manager , solution architect , j2ee developer , full time , system architect , team lead , technical lead , technical manager financial services , telugu , security , office , platforms , spring , docker , linux , ssl , status , store , vbscript , pl/sql , nagios , building , kibana , infrastructure , solaris , soa , sql server , cost management , organization , furniture , pipeline , jbuilder , ansible , amazon ec2 , devops , kubernetes , designation , mar , amazon s3 , web services , hindi , cloud , cluster , process optimization , windows , english , troubleshooting , agile , 12c , apache http server , project , osb , live , microservices , provisioning , splunk , obiee , phones , struts , javascript , wireless , technology , ldap , general , pay , affirmative action , jdk , amazon vpc , maintenance , unix , kafka , satellite , business services , nexus , dynatrace , email , tomcat , aws , shared services , print , workplace , amazon rds , github , containerization , maven , languages , hibernate , load balancing , ohs , oracle fusion middleware , online , migrating , jenkins , offers , azure , accessories , authorization , weblogic administration , teams , enterprise , servlets , hpsm , application , devices , shell scripting , kannada , it service , uml , nlb , cd , sims 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 1/4
Current Designation: Advisor System Architect
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DXC Technology as Advisor System Architect
Mar 2019 to Till Date
? Implemented cloud architectures as part of a team for companies looking to minimize cost while
having the ability to deliver their application in a highly available, scalable, and manageable environment using AWS
? Setup, configuration, maintenance, settings and optimization, recovery for Kafka cluster
? Setup Kafka and zookeeper tool for monitor
? Provisioning AWS Cloud Infrastructure and Security
? Created NLB and SSL configuration
? Experience with AWS Document DB.
? Expertise in Unix/Linux system and good understanding of shell scripting.
? Work in an Agile Software Development Live Cycle and collaborate with development teams to achieve continuous
software delivery
Sahakar Solutions as Technical Leader
Jul 2018 to Mar 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SRINIVASAG
Advisor System Architect seeking roles in Project Management, Delivery Management,
Cloud Solutions Architect, AWS, Azure, Oracle, Middleware, Cost Management,
Process Optimization, ProductionSupport, Quality Management, Program
Management
Key Skills: Advisor System Architect seeking roles in Project Management, Delivery Management, Cloud Solutions
Architect, AWS, Azure, Oracle, Middleware, Cost Management, Relationship, Process Optimization, ProductionSupport,
Quality Management, Program Manageme
Summary
Cloud Solution Architect, ITIL&PRINCE2 Practitioner certified professional offering 16 years' cross-functional experience in
AWS, AZURE, Oracle Could, DevOps-build & Oracle Fusion Middleware Implementations on Windows &Linux Platforms and
Exposure on Production Support, Project Management & Delivery, Management.
I have experience on AWS Cloud products including Amazon EC2, Amazon VPC, Amazon S3, Amazon RDS, Amazon
CloudFront, Amazon ELB. I am experienced in migrating existing on-premise environment to AWS Cloud.
Successfully lead large Could/DevOps teams.
Involved heavily in setting up the CI/CD pipeline using Jenkins, Maven, Nexus, SVN, GitHub, Ansible and Docker as
containerization tool.
Worked on monitoring tools to configure Dynatrace,Splunk,ELK,Nagios.
Exposure of Site Monitoring and Maintenance, Installation, Configuration, Troubleshooting, Load Balancing, Clustering,
Deploying Applications and Maintenance
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 2/4
Environment: WebLogicServer12c, AWS, Dynatrace, ELK, Ansible, Solaris11, Oracle databse11, SOA, OSB, Kibana,
Kubernetes, Jenkin, GitHub, Maven, Microservices.
Role: Technical Lead
Description: Office depot: business supplies and services to help our customers work better - whatever their workplace.
We are a single source for everything customers need to be more productive, including the latest technology, core office
supplies, print and document services, business services, facilities products, furniture, and school essential.
Tech Mahindra as Technical Manager - IT
Nov 2016 to Mar 2019
Project Handled
Project: AT&T, Premier, eBize, Pune
Period: Nov?16 to Till date
Environment: WebLogic Server 12c, Jdk1.7, Solaris 11, Oracle databse11, Jboss, Kibana, Kubernet,Jenkin,Microservices
Role: Technical Manager and PMO
Description: AT&T Premier is a customizable website where you can conveniently manage, monitor, and purchase
wireless devices, plans, and accessories for your organization. And it?s all backed by AT&T online and phone support.
Premier Online Store: Shop online for the latest phones, devices, service plans, and accessories. Enjoy exclusive Premier
offers and discounts, too. Learn more about Premier Online Store
Premier Online Care: Manage all your organization?s wireless accounts, update wireless user information, and add or
remove features?all online. Learn more about Premier Online Care
Premier EBill: Use these online tools to efficiently manage your AT&T wireless invoices. View, analyze, and pay bills online
in seconds. Review reports about usage and costs, and much more. Learn more about Premier eBill
Vodafone Shared Services as Deputy Manager
Jun 2014 to Nov 2016
Project: Vodafone, Pune
Period: Jun'14 to Nov'16
Environment: Web Logic Server 11g, Jdk1.7, Solaris 11, Oracle databse11, Weblogic Portal, WebLogic Satellite, OHS and
WebGate
Role: Deputy Manager & Team lead
Description: Bring Your Own Device (X stands for any device)
The wider goal of the BYOX project is build a product that will provide VGE customers with the ability to allow the
corporate employees to use their own devices for business purposes. This will involve a network solution based on using
virtual SIMs to split the device for business and personal use.
Oracle Financial Services as Weblogic Administrator
Oct 2011 to Jun 2014
Project: Gulf International Bank (GIB), Bahrain
Period: Dec'13 to Jun'14
Environment: Web Logic Server 11g, Jdk1.6, Solaris 11, Oracle databse11, OBIEE, Flexcube11
Role: WebLogic Administrator
Project: National Australia Bank (NAB), Australia
Period: Oct'12 to Dec'13
Environment: Web Logic Server 11g, SOA suit 11.1.1.6, OSB11.1.1.6, WCC11.1.1.6. ADF11.1.1.5, WCP11.1.1.6, Linux,
Oracle 11g.
Role: Web Logic Administrator
Project: Victoria Mutual Building Society Bank (VMBS), Jamaica
Period: Oct'11 to Sep'12
Environment: Web Logic Server 11g, Apache HTTP server 2.2, JDK 1.6, Linux, Oracle 11g
Role: Web Logic Administrator
Description: WebLogic, FCDB and OAAM Installation have been done in the Victoria Mutual Building Society BANK
environment and a non-clustered environment is configured for the FLEXCUBE Direct bank application deployment.
OneApps Enterprise Technologies as Weblogic Administrator
Nov 2009 to Jun 2010
Environment: Web Logic Server10.x, JDK 1.6, JSP, Servlets, EJB, JDBC, Linux, LDAP, Oracle 10g.
Role: Web Logic Administrator
e.Microdot Solutions as Java J2Ee Developer
Feb 2004 to Jun 2009
Environment: Web Logic Server 8.x, Apache HTTP server 2.0, JDK 1.4, JSP, Servlets, EJB, JDBC Linux, LDAP, Oracle 9i.
Role: Web Logic Administrator
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 3/4
UG: B.Sc (Computers) from Nagarjuna University in 1999
PG: MCA (Computers) from Mahatma Gandhi University (MGU) in 2004
Other Qualifications/Certifications/Programs:
AZ-301
aws
Nature of Employment: Full Time Duration: Jun 2010 - Oct 2011
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS 12 2018 14 Year(s) 2 Month(s)
Unix, Linux, AIX, Solaris 12 2018 12 Year(s) 10
Month(s)
UNIX, Linux, AIX and Solaris 4.6 2021 10 Year(s) 6 Month(s)
PL/SQL 19 2021 10 Year(s) 0 Month(s)
JSP, Servlets, JMS, EJB, Struts
Spring, Hibernate, Web services
Borland,JBuilder,XMLSPY
Flexcube,HPSM,HPLoad Runner
MS SQL SERVER
SQL DEVELOPER
JavaScript, VBScript,Shell Script
MS Visio, UML
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
KANNADA
Projects
Project Title: AXA Bank, Europe
Client: Collabera IT Service & Solution
Project Details: Environment: Web Logic Server 10.x, Apache HTTP server 2.0, JDK 1.6, JSP,Servlets,EJB,JDBC Linux
,LDAP, Oracle 10g
Role: Web Logic Administrator
Project Title: Travelex, UK
Client: OneAPPS Technologies
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c155845…
https://freesearch.naukri.com/preview/printResume?uname=a32ccb049f3098697d24388196cec8395e5d5a534c1b09110a42105d0808004c1558450410480e0b0c… 4/4
Nature of Employment: Full Time
Project Location: Banagalore
Role: Network/System Administrator
Duration: Nov 2009 - Jun 2010
Onsite / Offsite: Offsite
Team Size: 6
Nature of Employment: Full Time
Project Location: bangalore
Role: Sr. Programmer
Duration: Jun 2007 - Nov 2009
Onsite / Offsite: Offsite
Team Size: 10
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Used: Weblogic Administration, Unix, Oracle, Tomcat,
Project Details: Environment: Web Logic Server10.x, JDK 1.6, JSP, Servlets, EJB, JDBC, Linux, LDAP, Oracle 10g.
Role: Web Logic Administrator
Project Title: e.Microdot Solutions
Client: OneAPPS Technologies
Skill Used: Java, JEE, Struts, Spring, EJB, Weblogic Administration, Apache Web Server, Linux,
Project Details: Environment: Web Logic Server 8.x, Apache HTTP server 2.0, JDK 1.4, JSP,Servlets,EJB,JDBC Linux
,LDAP, Oracle 9i.
Role: Web Logic Administrator
Rank 1051: Resume 942 with similarity score 0.006648375345582754
Resume Text: BSC , BS , B.E , MS , B.TECH senior software engineer , full time , student , software developer blocking , web development , redux , telugu , visual studio code , css , designation , demand , tamil , affirmative action , mysql , routing , spring , hindi , databases , webpack , maintenance , yarn , jquery , json , english , authorization , web applications , status , servlets , postgresql , mocha , spa , email , project , licensing , mobile apps , npm , operations , google maps , github , electronics , facebook , mvc , components , react native , building , languages , server side , single page applications , dashboard , es6 , boarding , javascript , notification , event-driven , sdk , client side , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44…
https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44051448510f095… 1/3
Current Designation: senior software Engineer
Current Company: Mindtree Limited
Current Location: Chennai
Pref. Location: Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Mindtree Limited as senior software Engineer
Jun 2019 to Till Date
working as senior software Engineer. with skill set of reactJS and nodeJs
Kaay Labs as Software Developer
Feb 2016 to May 2019
Project Details:
Project - 1
Driverskart [India]
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Johnsaida Shaik
Software Developer seeking roles in Software Development,Application
Development,Web Development,IT Project Management,Requirement
Gathering,Requirement
Analysis,JavaScript,Spring,ReactJS,NodeJS,HTML,Ajax,JSON,JQuery,MySQL,Github,PostgreSQL,MSSQL.
Key Skills: Software Developer,Software Development,Application Development,Web Development,IT Project
Management,Requirement Gathering,Requirement
Analysis,JavaScript,Spring,ReactJS,NodeJS,HTML,Ajax,JSON,JQuery,MySQL,Github,PostgreSQL,MSSQL
Summary
Having 5 years of experience as a Software Engineer in design and
development of web-based, stand-alone applications and Hybrid application
Experience in developing SPA (Single Page Applications).
Having strong knowledge on JavaScript, HTML,JQuery.
Experience in working with ReactJS and Redux.
Experience in working with React-Native(Hybrid Apps)
Experience in working with NodeJS.
Experience in FCM Push notification for Mobile apps
Experience in ES6 concepts.
Experience in building JS applications using Gulp and webpack.
Having very good understanding in event-driven and non-blocking I/O model.
Experience in working with databases like MySQL,MSSQL,Postgresql,
Experience in using package managers like npm,yarn.
Experience in working with Mocha and Chai.
Experience in integrating web applications to Facebook and Google API?s and Paytm .
Expertise in working with google maps.
Having experience in using MVC (Model View Controller).
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44…
https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44051448510f095… 2/3
Role: Developer.
Technologies: JSP,Servlets.
Description:
It is a first web and mobile application for on-demand chauffeur services .It help
customers hire trusted professional drivers to get driven in the comfort of their own car,saving
them time and effort .It will useful to book though the mobile and web application.It can
customise a subscription package for customers routine needs and outstation trips.
Roles & Responsibilites:
Analysis the client requirments.
Integrating the services with static UI using JSP and Servlets.
Project- 2
Smart classroom manager [sweden]
Role: Developer.
Technologies: JSP,Servlets.
Description:
It is a web application for Teachers and Students , In this Application teacher can create
exam based on class students .they will send invitation to individual and group of students
for attending exams and that corresponding student can write that exams
Roles & Responsibilites
Analysis the client requirments.
Integrating the services with static UI using JSP and Servlets.
Implemented login to the portal through Facebook using JavaScript SDK.
Project - 3
DataBP- [USA]
Role: Developer.
Technologies: ReactJS,Redux,nodeJS.
IDE: Visual studio code.
Description:
It is dashboard Application ,It is a complete operation for licensing ,approving and on boarding clients
and preventing leakage invoice clients .In this dashboard we can admin operation based on they roles.
Roles & Responsibilites:(Both Server side & Client side)
Complete responsibility in creating components, routing mechanism and redux operations from
ReactJS.
Creating MySql queries and utilizes them with NodeJS for backend operations.
Implemented Grunt process for in JavaScript and CSS minifications.
Implemented login to the portal through Facebook using JavaScript SDK.
UG: B.Tech/B.E. (Electronics/Telecommunication) from st.marys group of institutions in 2015
Education
IT Skills
Skill Name Version Last Used Experience
Javascript,ReactJS, 2 Year(s) 0 Month(s)
NodeJS,Gulp and webpack.
HTML, Ajax, JSON, JQuery
MySql., NPM,. Github.
React Native 0.55.0 2018 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44…
https://freesearch.naukri.com/preview/printResume?uname=68ae294bfa149370d11175a19c32b482595c0e074f1a00150045485f0e0d5342160a44051448510f095… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Telugu
Tamil
Rank 1052: Resume 815 with similarity score 0.0066097351073028535
Resume Text: B.E , MS , B.TECH , BS application support , software consultant , software developer , full time , team lead , full stack developer , project leader react.js , web development , websphere application server , designation , ug , affirmative action , health , general insurance , hindi , tortoise svn , maintenance , ltd , travel , digital , authorization , english , node.js , bootstrap , status , spring boot , software testing , email , project , responsive web design , processing , mumbai , angularjs , product design , obc , design engineering , languages , html5 , sql server , javascript , registration 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d47…
https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d470515430e5b5f5… 1/3
Current Designation: Software Consultant
Current Company: DARK HORSE DIGITAL SOLUTION PVT
LTD
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
DARK HORSE DIGITAL SOLUTION PVT LTD as Software Consultant
Dec 2017 to Till Date
Full stack developer.
skill : Angular/React + NodeJS
UG: B.Tech/B.E. (Computers) from Uttar Pradesh Technical University (UPTU) in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Angular 8
Node JS
React
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Vinay Kumar
Software Consultant seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Application Support,Incident
Management,Design Development,Design Engineering,Product
Design,Node.js,Angular,React
Key Skills: Team Lead/Tech Lead,Software Development,Web Development,Requirement Gathering,Application
Support,Incident Management,Design Development,Design Engineering,Product
Design,Node.js,Angularjs,Angular8,Javascript,Front End,Html5,React.Js
Summary
Result-oriented Professional with over 3 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Software Testing,Application Support,Incident Management,Design Development,Design
Engineering,Detail Engineering,Product Design,Node.js,Angular JS,Angular 8
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d47…
https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d470515430e5b5f5… 2/3
Nature of Employment: Full Time
Project Location: MUMBAI
Role: Programmer
Duration: Aug 2020 - Dec 2020
Onsite / Offsite: Onsite
Team Size: 6
Nature of Employment: Full Time
Project Location: MUMBAI
Role: Project Leader
Duration: May 2019 - Aug 2020
Onsite / Offsite: Onsite
Team Size: 8
Nature of Employment: Full Time
Project Location: MUMBAI
Role: Programmer
Duration: Dec 2017 - Apr 2019
Onsite / Offsite: Onsite
Team Size: 12
Affirmative Action
Category: OBC - non-creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Node JS 0 Year(s) 0 Month(s)
Angular 8
HTML
BOOTSTRAP
MS SQL
JavaScript 0 0 Year(s) 0 Month(s)
React.js 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
ENGLISH Proficient
HINDI Expert
Projects
Project Title: TATA AIG TRAVEL PACE
Client: Tata AIG General Insurance
Skill Used: React.Js, Javascript, Node.Js, Bootstrap, Html5, MS SQL Server, Responsive Web Design, Websphere
Application Server, Tortoise SVN
Role Description: full stack developer
Project Details: A WEB APPLICATION FOR TRAVEL POLICY GENRATION AND ENDORSMENT
Project Title: TATA AIG HEALTH CLAIMS
Client: Tata AIG General Insurance
Skill Used: React.Js, Javascript, Node.Js, Bootstrap, Html5, Responsive Web Design, Websphere Application
Server, GIT, MS SQL Server
Role Description: PROJECT LEADER , FULL STACK DEVLOPER
Project Details: A WEB APPLICATION for registration and processing of health claims
Project Title: TATA AIG MOTOR CLAIM
Client: Tata AIG General Insurance
Skill Used: Angular, Javascript, Spring Boot, Bootstrap, Html5, Websphere Application Server, MS SQL Server,
Responsive Web Design
Role Description: FULL STACK DEVLOPER
Project Details: A WEB APPLICATION for registration and processing of motor claims.
Already register and process more than 10 lakhs claim in last 2 Years.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d47…
https://freesearch.naukri.com/preview/printResume?uname=ed4583b0462d40b1e5d765feaaf1bca90b5a0c044a415a190116405f5400044c1a0d470515430e5b5f5… 3/3
Rank 1053: Resume 1212 with similarity score 0.006573118374659613
Resume Text: B.E , MS , B.TECH software engineer , devops engineer , software developer , full time , change management winscp , automation , ansible , general , devops , jenkins , binary , telugu , kubernetes , microsoft azure , designation , developers , deliverables , platforms , affirmative action , cloud , docker , linux , scratch , maintenance , merging , windows , authorization , english , status , spring boot , nexus , professional development , test environments , email , project , tomcat , agile , application , configuration management , aws , amazon web services , less , continuous integration , ci , atlassian , github , testing , components , change management , servers , repository , maven , infrastructure , framework , putty , languages , kannada , software development tools , sonarqube , system administration , javascript , pipeline development , technology , administrative , artifactory , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b41001…
https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b4100180319140c0f5c… 1/2
Current Designation: Devops Engineer
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Telecommunication]
Verified : Phone Number | Email - id
DXC Technology as Devops Engineer
Oct 2018 to Till Date
Projects
HPE:
Cloud and Devops.
Working closely with clients.
Managing end to end CI-CD pipeline involving the automation of deployment, testing etc.
Managing GIT repository of HPE project.
Managing Microsoft Azure Services for the project including configuration and deployment of all required infrastructure,
administrative tasks.
Experience in branching, merging and maintained the version using SCM tools like Git and GitHub on windows and Linux
platforms.
Experience in Jenkins such as installation, configuration and maintenance of continues Integration (CI) and for end to end
automation for all build using shell script, deployment and creating Jenkins pipeline.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Kalavathi R
Software Engineer seeking roles in Software Configuration Management,Build
Management,Deployment Management,Release Management,Change
Management,Continuous Integration,Jenkins,SonarQube,Nexus,GitHub,AWS
CloudWatch,Docker,Kubernetes,Azure.
Key Skills: Software Engineer,Software Configuration Management,Build Management,Deployment Management,Release
Management,Change Management,Continuous Integration,Jenkins,SonarQube,Nexus,GitHub,AWS
CloudWatch,Docker,Kubernetes,Ansible,AWS,Microsoft Azure
Summary
Having around 2+ Years of experience in IT industries with Professional Development, Automation of Build, Deployment,
Release Management and Change Management activities.
Install, configure, maintain, administer, and enhance Atlassian tools including Git, Artifactory
and other software development tools/applications
Maintained and managed test environments (Opslab) for automating QA, Non-Production and
Production environment
Experience in Build, Package and Deploy to all the environments.
Good knowledge on Source Code Management tool GIT
Experience on CI (Continuous Integration) and CD (Continuous Deployment) methodologies with
Jenkins.
Experience with build tool like Maven
Experience in system administration for Linux and servers
Expertise in automation of build and deployment standards involving various Nodejs and Java
applications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b41001…
https://freesearch.naukri.com/preview/printResume?uname=784ebd1316d4be85904b5689670df4e8505c0e554c170c100a45450e090a071b4100180319140c0f5c… 2/2
Performed code quality analysis for the developer with the help of SonarQube.
Maintained the binary code in Nexus.
Used Build Management Tool Maven in the framework.
Deployed java application to the Development environment using Tomcat.
Provide the latest builds of different components on developers request to consume builds. * Configuring Jenkins with
Github Webhooks to automate the integration, when source code is pushed and notify the errors to developers.
Expertise in Docker containers and its configuration based on requirement, maintaining the Docker hub for container
images
Used Azure DevOps Boards to track current projects, requirements and deliverables using Agile methodology
POC on Azure Devops JAVA APP:
I was part of Azure Devops implementation POC team, where by worked extensively in
CI-CD Pipeline development of Java Spring Boot application from scratch and deployment to Azure Kubernetes Services.
UG: B.Tech/B.E. (Telecommunication) from Dayananda Sagar College of Engineering, Bengaluru in 2017
Other Qualifications/Certifications/Programs:
azure administration (az-103)
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins
SonarQube, Nexus
GitHub
AWS CloudWatch
WINDOWS, LINUX
Azure Board
Kubernetes 0 Year(s) 0 Month(s)
Azure, Amazon Web Services
WinSCP, Putty
DOCKER 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Kannada Expert
Telugu Proficient
Rank 1054: Resume 1420 with similarity score 0.0065451190868439845
Resume Text: B.S , MS , BS erp consultant , associate , part time , full time , sap basis consultant ibp , sap hana , system monitoring , customer , telugu , sap project management , designation , sles , database monitoring , mar , profiles , affirmative action , studio , hindi , cloud , add-ons , linux , maintenance , unix , database administration , space management , copies , windows , authorization , checks , online backup , troubleshooting , english , status , kernel , email , sap netweaver , health check , groups , configuration management , snapshot , leadership , application servers , provisioning , less , oracle installation , ep , user administration , client administration , ops , pharmaceuticals , solman , running , languages , spaces , landscape , export , statistics , load balancing , basis administration , tuning , sap implementation , copying , scheduling , javascript , schedules , crm , technology 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a19…
https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a1950121551540b… 1/3
Current Designation: SAP Basis Consultant
Current Company: DXC Technology
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 3 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DXC Technology as SAP Basis Consultant
Sep 2018 to Till Date
Project Details:
Project #1
Client : Syngenta, Eon, Uniper,SKF
Duration : Sep 2018 to tilldate.
Project Execution : DXC Technology
Designation : SAP Basis Consultant
Responsibilities:
Daily Basis support for their R/3 System Landscape, troubleshooting and system Monitoring.
Performed Monitoring of Lock Management, Updates, ABAP Dumps, System Logs, Table Spaces, Background Jobs
Monitoring, etc.
Used extensively BRTOOLS for Table space management, Reorganization, BRBACKUP, BRARCHIVE, BRRESTORE,
Importing and exporting the database objects.
Configuring Operation Modes, Managing Instance Profile, managing Logon Groups for Load balancing.
Client Administration activities like creating clients, copying local clients by client copy and client transport methodologies.
Database Monitoring, Health Check, Scheduling Backups.
Performed Monitoring of Lock Management, Updates, ABAP Dumps, System Logs, Table Spaces, Background Jobs
Monitoring, etc.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Lohan
Consultant seeking roles in SAP Basis Hana Administration,SAP Implementation, SAP
Upgrade,SAP Support,Oracle Administration, SAP Project Management,Configuration
Management, Technical Support,Installation, Hana Migration, SAP Netweaver, SAP
ECC
Key Skills: Consultant seeking roles in SAP Basis with Hana Administration,SAP Implementation, SAP Upgrade,SAP
Support,Oracle Administration, SAP Project Management,Configuration Management, Technical
Support,Installation,Client Servicing, SAP Netweaver, SAP ECC
Summary
Having 5 Years of experience on SAP Basis Administration.
Working as a Sap basis, Consultant for DXC technology from September 2018 to Till date.
Worked as a BASIS Consultant for SAP Labs from April 2017 to August 2018.
Worked as a Associate Consultant for GreenByte Technologies from September 2015 to March 2017.
Hands-on experience in SAP Basis, NetWeaver and HANA.
Ability to meet deadlines and handle multiple tasks, strong leadership qualities, flexible in work schedules.
Aggressive with a positive attitude towards the work.
Ready to work in Rotational Basis 24/7.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a19…
https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a1950121551540b… 2/3
Check the status of the services, Start & Stop HANA DB,Changing SAP HANA Parameter.
SAP HANA Monitoring using HANA Studio, Restore & Recovery
SAP Labs as Basis Consultant
Apr 2017 to Aug 2018
Client : IBP Cloud ops
Duration : April 2017 to August 2018.
Project Execution : SAP labs
Designation : SAP Basis Consultant
Responsibilities:
Performed SAP HANA Installation.
SLES Migration.
Hardware Migration.
IBP Version upgrade using SPC tool
Performed HFC,EP upgrade in every weekends
Performed DB refresh
Hana monitoring and health checks.
HCI Cursor check.
Cloud report check.
SPC tool monitoring.
Trigger online backup and Snapshot backup.
License Maintenance.
Customer tickets checking.
Parameter changing by using hana studio.
System down issues investigating.
Kernal upgrade, client copies, user administration.
Configuring Operation Modes, Managing Instance Profile.
Daily Basis support for their R/3 System Landscape, troubleshooting and system Monitoring.
Appling License to hana and ABAP.
GreenByte Technologies as Associate Consultant
Sep 2015 to Mar 2017
Client : Sri Krishna Pharmaceuticals, Natems
Duration : Sep 2015 to March 2017
Project Execution : GreenByte Technologies Pvt.Ltd
Designation : Associate Consultant
Responsibilities:
Daily monitoring which includes: Checking All application servers, Work process overview, Background jobs overview,
Spool logs, system Tuning, Performance monitoring, Checking space statistics, and Backup logs etc.
User Creation, Locking/Unlocking users, Deletion of users.
Client Administration like Creation of Client, Local Client copy, Remote Client copy, Client transport(Import & Export) &
Client Deletion.
Kernel patches upgrade.
Applied Support packages, Applied Add-ons.
Maintaining SAP Profiles, Analyzing System Errors and ABAP Dump.
Background administration like Scheduling background jobs & analyzing long running jobs.
Setting up and maintaining the operation modes.
Monitoring the System time to time and involving troubleshooting problems like resetting passwords, clearing lock entries,
unlock users.
Database administration using BRTOOLS.
Performed SAP HANA Installation.
Installed SAP PI System using to SWPM.
SAP HANA Revision Upgrade
Performed Kernel Upgrade.
Performed Oracle Installation and Upgrade
Performed SAP PI Systems SPS Upgrade Using SUM tool.
SAP HANA Monitoring using SAP HANA Studio.
Worked on Data Provisioning Tools like SLT.
Client Administration activities like creating clients, copying local clients by client copy and client transport methodologies.
Scheduled and monitored background jobs of the users and monitored standard background jobs in the system on a
regular basis.
Configuring Operation Modes, Managing Instance Profile, managing Logon Groups for Load balancing.
Daily Basis support for their R/3 System Landscape, troubleshooting and system Monitoring.
Assigning operation modes to optimize work process requirements.
Performed online/offline backups.
Used extensively BRTOOLS for Table space management, Reorganization, BRBACKUP, BRARCHIVE, BRRESTORE,
Importing and exporting the database objects.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a19…
https://freesearch.naukri.com/preview/printResume?uname=706a82d7b37475a78f1b38b57131eb25580c5a521f1b0915521117590e0f594d425a1950121551540b… 3/3
UG: B.Sc (Computers) from Andhra University in 2009
PG: MCA (Computers) from jntuk in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SAP R/3 ECC, NetWeaver, Solman
UNIX, Linux, Windows, Oracle, HANA
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1055: Resume 709 with similarity score 0.006542973721381679
Resume Text: B.S , MS application support , lead developer , associate , product development , software developer , full time , team lead , lead software engineer automation , training , quartz , general , entity framework , asp.net core , microsoft azure , designation , ug , asp.net mvc , wcf services , pay , mar , affirmative action , async , health , collaboration , web api , hindi , software estimation , maintenance , ltd , typescript , jquery , authorization , english , pattern , teams , bootstrap , status , rabbitmq , c# , specifications , basware , email , project , application , microservices , focus , less , angularjs , redis , electronics , elements , rest , product design , knowledge sharing , software architecture , languages , infrastructure , html5 , sass , sql server , trizetto , technical analysis , communications , reviews , javascript , search , bower , linq , working environment , architectural design 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120…
https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120b47175b5f5b5… 1/2
Current Designation: Architect/Lead Developer
Current Company: Cognizant
Current Location: Pune
Pref. Location: Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant as Architect/Lead Developer
Nov 2017 to Till Date
Projects: Cognizant Trizetto Elements
* Domain: Health Care
* Core Technologies:Asp.netcore, .net core, web api, RabbitMQ, Elastic Search, Redis, WCF, GRPC services, Quartz
Scheduler, MS SQL Server, Angular, Type Script, Azure Deployment etc.
* Roles: Working as Architect and Lead Developer, Responsible for infrastructure changes in product, Code Reviews,
Design and Technical Analysis of specifications, Training and Knowledge sharing with Dev Teams etc.
BASWARE INDIA PVT LTD as Associate Lead Software Engineer
May 2012 to Oct 2017
Projects:- Purchase to Pay Alusta - IA (Invoice Automation) and Purchase to Pay Alusta - PP (Payment Plan)
* Domain:- Invoice Automation, ERP
* Core Technologies: HTML5, Entity Framework, C#, Web API (REST), WCF, LINQ, Async-Await pattern, AngularJS,
Typescript, Gulp, Bower, Bootstrap, LESS etc.
* Roles:- Worked as lead software engineer and individual contributor.
Net Solutions as Software Engineer
Sep 2011 to Apr 2012
* Projects:- Migration work
* Technologies: Asp.Net MVC, SQL, jQuery.
Last Active: 11-Feb-21 Last Modified: 11-Feb-21
Sonu Kumar
Lead Developer seeking roles in Software Engineering,Software Product
Development,Product Design,Application Support,Project Management,Change
Management,Delivery Management,Quality Management,Requirement Gathering,.Net
Core,Sql Server,Azure
Key Skills: Team Lead/Tech Lead,Software Engineering,Software Product Development,C#,.Net,Angularjs,Azure,Elastic
Search,SQL Server,Software Architecture,ASP.Net MVC,Architectural Design,TL,Redis,Product
Development,Rabbitmq,Software Estimation,Microservices
Summary
* Having long experience in product development.
* Focus on Quality and Delivery.
* Always try to create a motivational working environment around.
* Active for collaboration and communications.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120…
https://freesearch.naukri.com/preview/printResume?uname=cb3f95d4ef5aeec905e48ca7ed1c186d5c5e0d074e1b0d120611120b5c58504c425c120b47175b5f5b5… 2/2
* Roles:- Software Developer
Drish Infotech as Software Engineer
Mar 2010 to Aug 2012
Worked as individual Contributor, Worked on multiple projects.
UG: B.Sc (Electronics) from Kurukshetra University in 2005
PG: MCA (Computers) from Kurukshetra University in 2008
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
.Net Core, Asp.Net Core, C#, .Net 2021 0 Year(s) 0 Month(s)
EntityFrameworkCore 2021 0 Year(s) 0 Month(s)
RabbitMQ, Quartz Scheduler 2021 0 Year(s) 0 Month(s)
ASP.Net MVC 2021 0 Year(s) 0 Month(s)
Elastic Search 2021 0 Year(s) 0 Month(s)
grpc Services 2021 0 Year(s) 0 Month(s)
Angular, AngularJs, TypeScript, SASS 2020 0 Year(s) 0 Month(s)
Microsoft Azure, Service Fabric 2020 0 Year(s) 0 Month(s)
WCF SERVICES 2020 0 Year(s) 0 Month(s)
Sql SERVER Development 2021 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 1056: Resume 896 with similarity score 0.006403934927916491
Resume Text: B.E , MS , B.TECH , BS full stack developer , devops , full time , software developer react.js , vm , web development , general , devops , sales management , suppliers , css , ease , designation , investment , mar , affirmative action , case , web design , user experience , hindi , databases , api testing , maintenance , collaborative work , jquery , json , advanced , customer satisfaction , node.js , authorization , english , web applications , enterprise , status , investors , postgresql , email , project , express , b2b , aws , mongodb , ubuntu , splunk , web solutions , steps , deals , new features , arch linux , debugging , git , building , languages , html5 , mojo , python , mobile , kali linux , javascript , technology , octave 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 1/2
Current Designation: Full Stack Developer
Current Company: ABM WEB SOLUTIONS PRIVATE LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
ABM WEB SOLUTIONS PRIVATE LIMITED as Full Stack Developer
Jun 2019 to Till Date
Experienced Full Stack Developer Intern adept in all stages of advanced web development. Knowledgeable in user
interface, testing, and debugging processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems. Equipped with a diverse and promising skill-set. Proficient in an assortment of technologies, including
Javascript, Python, Nodejs, Reactjs, Restful APIs, Html5/CSS3, HTTP rfc7230, APIGEE and mongoDB.
UG: B.Tech/B.E. (Computers) from accurate institute of management and technology in 2017
PG: CS (CS) from Accurate Institute of Management & Technology, Greater Noida in 2017
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Ankit Kumar
Experienced in Full Stack Developer adept in all stages of advanced web
development. Knowledgeable in user interface, testing, python and debugging
processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems.
Key Skills: application
development,javascript,python,node.js,react.js,jquery,json,html5,css,api,express,mongodb,http,apigee,nestjs,splunk,aws,postg
Summary
Solution-driven Full Stack Developer adept at contributing to highly collaborative work environment, finding
solutions and determining customer satisfaction. Proven experience developing consumer-focused websites using
HTML, CSS, REACT, NODEJS, MONGODB and JavaScript. Built products for desktop and mobile app users over
1+ years, meeting highest standards for web design, user experience, best practices and speed. Designed and
developed web applications across multiple APIs, third-party integrations and databases.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 2/2
Nature of Employment: Full Time Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Role: Other
Duration: Sep 2019 - Mar 2020
Onsite / Offsite: Onsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Jun 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Python 2020 1 Year(s) 1 Month(s)
HTTP rfc 7230, swagger, splunk 2020 1 Year(s) 1 Month(s)
API Testing, Restful API, API Testing 2020 1 Year(s) 1 Month(s)
MERN Stack ( MONGO/EXPRESS/REACT/NODEJS) 2020 1 Year(s) 1 Month(s)
Ubuntu, Arch Linux,Kali Linux 2 Year(s) 0 Month(s)
HTML,CSS3/JAVASCRIPT/JQUERY 2020 1 Year(s) 1 Month(s)
SPLUNK 2020 1 Year(s) 0 Month(s)
PostgreSQL 12 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Devops Enabler Project
Client: Suresh
Skill Used: Nodejs, Reactjs, Git, Javascript, MongoDB
Project Details: We are building a application which can be used for assessments of projects at enterprise level. The
application will be a package which can be downloaded from the registry of DevOps Enabler. Once the application is
downloaded, we will provide the required steps for installing the application in a VM / server at the client location. Whenever a
new feature is added, we will give the option to upgrade. On clicking on the upgrade button in the application, the application
should pull the recent image from the registry and will update. The new features that are added to the application will have a
label New. In case of any updates, the existing data of the clients / edits done by the client should not get over written.
Project Title: Octave HI
Client: ABM WEB solutions private limited
Skill Used: react js, node js, express js, mongoDB, material UI, restful API, jQuery, html5/css3
Role Description: full stack developer
Project Details: Octave Hi is an application which deals with managing Investors fund and tracking investment.
Project Title: Insights by Mojo
Client: VENDAS SOLUTIONS PRIVATE LIMITED
Skill Used: reactjs, html5/css3, api, nodejs, mongoDB
Role Description: full stack developer
Project Details: A B2B application which have features like companys growth, production and sales management with
graphical and table representation, which ease the business between Suppliers and Retailers.
Rank 1057: Resume 1148 with similarity score 0.00640138753963645
Resume Text: B.S , MS application support , project lead , associate , javascript developer , senior software engineer , full time , team lead , full stack developer javascript frameworks , api , automation , web development , redux , general , lint , css , nosql , merchandise , testing tools , designation , ug , das , mar , product support , affirmative action , mysql , web services , hindi , cypress , maintenance , yarn , typescript , basic , test cases , tibco ems , authorization , english , apache kafka , node.js , cakephp , troubleshooting , jasmine , status , bootstrap , mocha , spring boot , customer service , email , project , express , socket io , application , jpa , msa , mongodb , problem management , npm , angularjs , karma , writing , code review , design patterns , react native , git , languages , clear , html5 , documentation , pwa , sass , hibernate , search , organization , bower , jquery ui , agile methodologies , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42…
https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42011413095d015… 1/3
Current Designation: Senior Software Engineer
Current Company: Optimize IT Systems
Current Location: Kolkata
Pref. Location: Kolkata
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Optimize IT Systems as Senior Software Engineer
Mar 2020 to Till Date
Team Lead
Cognizant as Associate Project
Nov 2018 to Mar 2020
Projects 1:
Organization: Cognizant Softvision
Client Name: Macys
Project Name: Low Level Environment True Up
Project: Macy?s Applications environment build and support
Duration: 2 Months (Aug 2019- Sep 2019 )
Platform: Tibco EMS, Tibco BW, Apache Kafka
Roles and Responsibilities: Preparing build sheet and environment setup documentation to understand the existing and
other application dependencies
Projects 2:
Organization: Cognizant
Client Name: Macys
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SOMNATH DAS
Associate Project seeking roles in UI Development,Software Development,Software
Designing,Application Programming,Coding,Web Development,Requirement
Gathering,Testing,Application Support,Full Stack Development , Node , Angular, React
, React Native
Key Skills: Javascript,JQuery,Angularjs,angular,react,react native,UI Development,Application Support,Production
Support,Product Support,GIT,Node.Js,MongoDB,NoSQL,MySQL,HTML,PHP,CakePHP
Summary
? 9 years of experience in Javascript Development with design patterns
? Hands on project experience in AngularJs, Angular ,React and React Native
? Integrating Restful API's using Node and MongoDB
? Testing tools and Framework - Jasmine , Karma, Chai , Mocha , Jest, enzyme, Cypress
? Proficient in designing, developing, testing, troubleshooting, version controlling of front end application
? Versed in working in both Waterfall and Agile methodologies
? Competent in providing L1/L2/L3 application support
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42…
https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42011413095d015… 2/3
Project Name: MARA Web ? Magic Selling Retails Application for Web
Project: Macy?s customer service department uses MSA applications to search for merchandise and place orders for
customers.
Duration: 12 Months (Aug 2018- Aug 2019)
Platform: React - Redux, Bootstrap, React Material, JavaScript, JEST, Java - Spring Boot(XAPI)
Roles and Responsibilities:
Code/Implement enhancements to web UI
Contribute to code review and code comments and clear code
Provide application support including incident management, problem management, automation, preventative and
corrective fixes
Create and share the Daily Status Report (DSR) including key highlights, open defects, number of test cases
executed/pending, and so on
Softvision as Javascript Developer
Jul 2018 to Oct 2018
Tata Consultancy Services as Full Stack Developer
Dec 2017 to Jun 2018
Projects 3:
Organization: Tata Consultancy Services
Client Name: Anthem
Project Name: Anthem IT support
Project: IT support
Duration : 6 Months (2017 Dec - 2018 June)
Platform: Node Js, Express JS, Mongo DB, Socket IO, Html5, Bootstrap3, SASS-CSS, JavaScript, JQuery, Angular 4
Roles and Responsibilities:
Design, development and writing the test cases for Micro Web Services
Design and implanted web application Interface using Bootstrap 3, CSS 3, Angular 4
UG: B.Sc (General) from University of Calcutta in 2016
PG: MCA (Computers) from NETAJI SUBHAS OPEN UNIVERSITY in 2010
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, JavaScript, ES 6+
TypeScript
Angular js, Angular, React, Redux,
JavaScript Frameworks & Libraries
JQuery,JQuery UI
Bootstrap, Material UI
NPM, Yarn, Bower
Jasmine, Karma, Protector, Chai
Next.js, ES Lint, JS Lint
Ajax, Promise, PWA
Mongo DB, MySql
Spring Boot, JPA, Hibernate, JMS
Java SE 8, Basic
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42…
https://freesearch.naukri.com/preview/printResume?uname=2eee61cca209c2ca57c8ce6c554bf5ae5f54015449145c1550104350090b5418175b42011413095d015… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1058: Resume 1466 with similarity score 0.006400931983629638
Resume Text: B.E , MS , B.TECH , BS full stack developer , devops , full time , software developer react.js , vm , web development , general , devops , sales management , suppliers , css , ease , designation , investment , mar , affirmative action , case , web design , user experience , hindi , databases , api testing , maintenance , collaborative work , jquery , json , advanced , customer satisfaction , node.js , authorization , english , web applications , enterprise , status , investors , postgresql , email , project , express , b2b , aws , mongodb , ubuntu , splunk , web solutions , steps , deals , new features , arch linux , debugging , git , building , languages , html5 , mojo , python , mobile , kali linux , javascript , technology , octave 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 1/2
Current Designation: Full Stack Developer
Current Company: ABM WEB SOLUTIONS PRIVATE LIMITED
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
ABM WEB SOLUTIONS PRIVATE LIMITED as Full Stack Developer
Jun 2019 to Till Date
Experienced Full Stack Developer Intern adept in all stages of advanced web development. Knowledgeable in user
interface, testing, and debugging processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems. Equipped with a diverse and promising skill-set. Proficient in an assortment of technologies, including
Javascript, Python, Nodejs, Reactjs, Restful APIs, Html5/CSS3, HTTP rfc7230, APIGEE and mongoDB.
UG: B.Tech/B.E. (Computers) from accurate institute of management and technology in 2017
PG: CS (CS) from Accurate Institute of Management & Technology, Greater Noida in 2017
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ankit Kumar
Experienced in Full Stack Developer adept in all stages of advanced web
development. Knowledgeable in user interface, testing, python and debugging
processes. Bringing forth expertise in design, installation, testing and maintenance of
web systems.
Key Skills: application
development,javascript,python,node.js,react.js,jquery,json,html5,css,api,express,mongodb,http,apigee,nestjs,splunk,aws,postg
Summary
Solution-driven Full Stack Developer adept at contributing to highly collaborative work environment, finding
solutions and determining customer satisfaction. Proven experience developing consumer-focused websites using
HTML, CSS, REACT, NODEJS, MONGODB and JavaScript. Built products for desktop and mobile app users over
1+ years, meeting highest standards for web design, user experience, best practices and speed. Designed and
developed web applications across multiple APIs, third-party integrations and databases.
Work Experience
Education
IT Skills
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180…
https://freesearch.naukri.com/preview/printResume?uname=eda5449f928801f29c14cf541fba70090c5d0f034e170f40511248515e08024b4508180a42125e5b0d5… 2/2
Nature of Employment: Full Time Duration: Jun 2020 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Nature of Employment: Full Time
Role: Other
Duration: Sep 2019 - Mar 2020
Onsite / Offsite: Onsite
Team Size: 3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Other
Duration: Jun 2019 - Mar 2020
Onsite / Offsite: Offsite
Team Size: 2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
Python 2020 1 Year(s) 1 Month(s)
HTTP rfc 7230, swagger, splunk 2020 1 Year(s) 1 Month(s)
API Testing, Restful API, API Testing 2020 1 Year(s) 1 Month(s)
MERN Stack ( MONGO/EXPRESS/REACT/NODEJS) 2020 1 Year(s) 1 Month(s)
Ubuntu, Arch Linux,Kali Linux 2 Year(s) 0 Month(s)
HTML,CSS3/JAVASCRIPT/JQUERY 2020 1 Year(s) 1 Month(s)
SPLUNK 2020 1 Year(s) 0 Month(s)
PostgreSQL 12 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Devops Enabler Project
Client: Suresh
Skill Used: Nodejs, Reactjs, Git, Javascript, MongoDB
Project Details: We are building a application which can be used for assessments of projects at enterprise level. The
application will be a package which can be downloaded from the registry of DevOps Enabler. Once the application is
downloaded, we will provide the required steps for installing the application in a VM / server at the client location. Whenever a
new feature is added, we will give the option to upgrade. On clicking on the upgrade button in the application, the application
should pull the recent image from the registry and will update. The new features that are added to the application will have a
label New. In case of any updates, the existing data of the clients / edits done by the client should not get over written.
Project Title: Octave HI
Client: ABM WEB solutions private limited
Skill Used: react js, node js, express js, mongoDB, material UI, restful API, jQuery, html5/css3
Role Description: full stack developer
Project Details: Octave Hi is an application which deals with managing Investors fund and tracking investment.
Project Title: Insights by Mojo
Client: VENDAS SOLUTIONS PRIVATE LIMITED
Skill Used: reactjs, html5/css3, api, nodejs, mongoDB
Role Description: full stack developer
Project Details: A B2B application which have features like companys growth, production and sales management with
graphical and table representation, which ease the business between Suppliers and Retailers.
Rank 1059: Resume 1435 with similarity score 0.006379318617433084
Resume Text: MS , BS partner , it professional , head of digital , ceo , full time , vice president , vp award , computing , space , nlp , platforms , cpg , status , digital transformation , appian , plus , blockchain , utilities , organization , thought leadership , crm , pipeline , mission critical , digital integration , retail , designation , mar , hindi , cloud , ltd , service providers , english , agile , project , ownership , ibm , machine learning , branding , process automation , customer engagement , javascript , forrester , bfsi , reporting , partnerships , brand awareness , vendors , affirmative action , oracle , user experience , collaboration , maintenance , travel , email , manufacturing , legacy modernization , microsoft , operations , practice management , edge , customer experience , languages , eai , business process , big data , viz , malayalam , mobile , ml , bpm , acquisitions , api , tibco , telecom , coe , tamil , m2m , analytics , authorization , enterprise , application , focus , less , digital strategy , apac , articles , government , facilitation , kannada , enablement , presentations , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16…
https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16051645510900… 1/3
Current Designation: Vice President
Current Company: happiest minds technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Head/VP/GM-Technology(IT)/CTO
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 24 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
happiest minds technologies as Vice President
Jan 2020 to Till Date
Happiest Minds Technologies LTD as Head -Digital Process Automation
Jan 2020 to Aug 2020
HappiestMinds Technologies is a USD 100 M+ leading Digital Transformation services provider with branding of "Born
Digital ,Born Agile", focusing on cutting edge Digital technologies including intelligent BPMs /DPA tools viz Pega and
Appian , Digital Integration using API /micro services and iPaaS platforms of Mulesoft ,Tibco etc.
I have joined in Jan 2020 as part of their core leadership team, to focus on establishing a world class Digital process
automation CoE with core focus on hyper automation services using RPA platforms like UIpath ,Automation Anywhere and
Blueprism, digital process automation platforms like Appian and Pega along with cognitive Process automation using AI
/ML and DL technologies as well. Built a team of 100 + RPA people in Uipath and other RPA areas; achieved a run rate of
10M USD for the RPA practice for FY 20.
Some of the highlights during my tenure as the Practices Head, are as below
* Built a team of 100 + RPA people in Uipath and other RPA areas; achieved a run rate of
10M USD for the RPA practice for FY 20
* Created solid pipeline of around 15 M for Intelligent automation using Appian, Pega and
Mulesoft
* Partnerships with a series of automation vendors in AI based Automation space to
strengthen overall Automation offerings Viz, Softomotive (RPA vendor acquired by
Microsoft), Baystree, Autonomiq, Enate etc
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sajeev Madhavan Nair
Head -Digital Process Automation seeking roles in Project Management,Program
Management,Digital Transformation,Hybrid Integration,Robotic Process
Automation,Practice Management,Pega RPA,UIPath,Automation
Anywhere,BluePrism,Oracle,PEGA,TIBCO,Mulesoft
Key Skills: Head -Digital Process Automation,VP/GM-Technology(IT)/CTO,Project Management,Program
Management,Digital Transformation,Robotic Process Automation,Practice Management,Pega RPA,UIPath,Automation
Anywhere,BluePrism,Oracle,PEGA,TIBCO,Mulesoft
Summary
Experienced IT professional having 24 years of multifaceted expertise in lifecycle facilitation to actualize large-scale engineering
and delivery management of mission critical projects in Enterprise Digital Transformation and Automation, Hybrid Integration,
BPM, Cloud Native App development and legacy modernization.
My last role was Global Head of Digital Process Automation for HappiestMinds Technologies Limited focusing on Pega and
Appian based digital process automation implementations ,Cognitive Automation using AI/ML technologies and Robotic process
Automation using leading tools sets of Pega RPA ,UIPath, Automation Anywhere and BluePrism .
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16…
https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16051645510900… 2/3
* Though leadership articles and presentations in global forums on digital automation
offerings so as to create brand awareness for HM's DPA offerings
* Many of the marque customer acquisitions in DPA and Automation space
NIIT Incessant Pvt LTD as Head -Digital Process Automation
Feb 2018 to Sep 2019
NIIT Incessant Private Limited, a subsidiary of Coforge Limited (formerly NIIT technologies) was USD 105 Million Digital
process Automation company with core focus on BPM tools from Pega ,Appian etc and Digital integration tools of
IBM,Mulesoft ,Tibco etc
I was handling the Digital Automation BU with P&L ownership of $ 105 M for the organization which includes the
comprehensive ownership of Delivery, Practices (DPA, AI, Integration and BPM), Innovations and Solutions and Global
operations. Digital Process Automation Practices includes Cognitive Computing Practices (AI, ML, NLP, IoT/ M2M, RPA &
Block Chain), Customer Experience Practices (User Experience (UET), Mobile, Analytics, Big data
, ECM), Customer Engagement Practices (EAI, BPM, CRM, Agile /DevOps).
With team size of 1600 + people, our Focus verticals are BFSI, Manufacturing, CPG, Retail,
Utilities, Telecom and travel /transportation and Government
Some of the highlights during my tenure as the Practices Head, are as below
Positioned NIIT Incessant technologies as a Strong Performer by Forrester in Forrester Wave™: Digital Process
Automation Service Providers, Q3 2018
Received Best Partner -Customer success Award from PegaSystems in Pegaworld 2018 &2019
Best IT Partner for APAC region award received from Appian corporation during Appian world 2018 in May 2018.
Our core thrust on Cloud +Cognitive Digital process automation area resulted in an order book of around $ 145 M for the
next 6 quarters.
Mphasis Ltd as Vice President & Practice Head -Digital
Dec 2015 to Jan 2018
Mphasis Limited is USD 1Billion plus Enterprise IT services provider. Digital practices of
Mphasis includes Cognitive Computing Practices ( AI,ML,NLP, IoT/ M2M, RPA & Blockchain), Customer Experience
Practices (User Experience (UET) , Mobile, Analytics, Big data ,ECM),Customer Engagement Practices( EAI,BPM ,CRM,
Agile /DevOps).
I owned the P&L, Strategy, Thought Leadership and Delivery for these practices with team size of 1400 + people with
Annual target for FY 17-18 is USD 65 M. Our Focus verticals are BFSI, Manufacturing, CPG, Retail, Utilities, Telecom and
travel /transportation.
Also I was a key member of Digital Strategy and Innovation council for Mphasis Limited reporting to CEO, Responsibilities
of this team include evangelizing and finalizing Mphasis digital offerings to customers and Identify ,validate and approve
cross practices digital solutions in collaboration with partners and pilot customers
The core focus service areas are
Enterprise Digital Transformation Services using Cognitive platforms implementations using NLP, RPA, Machine Learning
and AI), Digital Transformation through intelligent BPMs, SMACT enablement for dynamic enterprises, Cloud and API
integration, Integration platforms as Services(IPaaS), BPaaS and IoT/M2M for business process optimization
Integration Platform as Services(iPaaS), Cloud integration, API Economy / Integration services, IoT integration,
Cloud app development /Refactoring
UG: BCA (Computers) from Dr Babasaheb Ambedkar Marathwada University, Aurangabad in 1993
PG: MCA (Computers) from Dr Babasaheb Ambedkar Marathwada University, Aurangabad in 1996
Education
IT Skills
Skill Name Version Last Used Experience
Pega RPA
Uipath
Automation Anywhere
BluePrism
J2EE
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16…
https://freesearch.naukri.com/preview/printResume?uname=6d7ecd195317716d2d23e9ab8f20820d095a0e034c4658420311455c5e0a544f110c16051645510900… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Oracle
Tibco
MICROSOFT
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Kannada
Malayalam
Rank 1060: Resume 1144 with similarity score 0.006364378943911549
Resume Text: B.S , MS , BSC , BS associate , lead architect , devops , software developer , software programmer , solution architect , full time , lead technical architect , senior analyst telugu , microsoft azure , security , platform design , faas , conducting , web api , gateway , status , application architecture , xml , ec2 , platform architecture , sql server , coordinated , notification , registration , publishing , web apps , devops , kubernetes , designation , implantation , mar , cloud , ltd , architects , windows , english , code review , mascot , project , microservices , solution architecture , angularjs , rest , mvc , togaf , enterprise messaging , javascript , kms , data services , physics , affirmative action , mysql , oracle , technical architecture , maintenance , dynamo , jquery , iaas , paas , email , aws , design patterns , containerization , languages , search , sdk , servicenow , gcs , asp.net core , investment , tamil , step , authentication , oauth , authorization , functional requirements , teams , c# , enterprise architecture , s3 , framework , comp , iis , uml , ado.net , linq , technology architecture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a150…
https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a1504134551580e0… 1/3
Current Designation: Lead Technical Architect
Current Company: Accenture
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture as Lead Technical Architect
Oct 2015 to Till Date
Role: Cloud Technical - Lead Architect
Team Size: 60
Environment: AWS Serverless Architecture, API Gateway, Lambda, IAM, OAuth V2, Node JS, SES, SQS, SNS, Dynamo
DB, Aurora MySQL, Aurora Serverless, Kenesis Firehose, Redshift, Angular, Web API, EC2, VPC, Step functions, S3,
Static webhosting, Route 53, AWS SDK, KMS and Secret Manager
Description: GCS Admin, planning, Total Rewards using Angular hosted in S3, Cloudfront, R53 .net Core Web API hosted
in Lambda, microservices in nodejs Lambda, API Gateway, SES, Aurora DB. Comp planning Angular hosted in S3,
CF,R53 and api in Azure App services, db in Azure SQL.Microservices in Azure functions. Benefits Admin involved
Integration with Benefits portal using Serverless Architecture with Lambda, AWS Aurora MySQL serverless.
Responsibilities:
Managing AWS Serverless solution design and implantation governance
Designing architecture design and provided solutions
Fitment analysis and POC to evaluate the services capability
Integrating & designing all the modules in the system and external touch points
Involved in design decisions and worked with stakeholders to get approval of the Architecture
Conducting code review for quality and ensuring the NFRs implementation
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sathiyanarayanan Gopal
Technical Architect seeking roles in Cloud Application Architecture ,Enterprise
Architecture,Solution Design,Technical Consulting,Integration Design,DevOps
Engineering,AWS,Azure,NodeJS,.NET,ASP.NET,MVC,WCF,ADO.NET,JavaScript,jQuery
Key Skills: Technical Architect,Cloud Technical Architecture,Enterprise Architecture,Solution Design,Technical
Consulting,Integration Design,DevOps
Engineering,AWS,Azure,NodeJS,.NET,ASP.NET,MVC,WCF,ADO.NET,JavaScript,jQuery
Summary
18+ years of total IT experience comprising 9+ years of experience in Technical Architecture with Azure Certified, AWS Certified
Solution Architect Professional, TOGAF 9 Certified and experience in architecture, designing, implementing & supporting Cloud
based Architecture & its solutions with quality parameters.
Leveraged technology architecture to increase asset value of the company and secure further investment for growth
Successfully worked on AWS & Azure Cloud Architecture, Cloud Platform, Serverless Architecture, Microsoft Technologies
C#, ASP.NET Core, MVC & WCF), Design Patterns, and UML
Expertise in AWS & Azure Solution Architecture - IaaS, PaaS & FaaS Services-EC2, API Gateway, Lambda, S3, IAM, VPC,
RDS, Aurora, Azure Web Apps and Containerization Dockers and Kubernetes
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a150…
https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a1504134551580e0… 2/3
Title: SNfA - Unified Gateway Framework
Period: Jun 18 Mar 19
Role: Cloud Technical Architect
Team Size: 10
Environment: AWS Serverless Architecture, API Gateway, Lambda, IAM, OAuth V2, Node JS, Elastic Search, and
ServiceNow Script REST API
Description: The project involves AWS Unified Gateway which is the inbound / outbound integration for SNfA. Using
Serverless Architecture the wrapper services served the inbound integration. Lambda is used for authentication and
wrapper service for scripted REST API in Servicenow. API Gateway used to throttle the services.
Responsibilities:
Managing AWS Serverless solution design and implantation governance
Designing architecture design and integrating with scripted REST API
Enabling OAuth V2 with API gateway and security design
Integrating & designing elastic search
Involved in Scripted REST API design and implementation
Conducting code review for quality and ensuring the NFRs implementation
Title: Enterprise Messaging System
Period: Sep 17-May 18
Role: Cloud Technical Architect
Team Size: 10
Environment: AWS EC2, LB, SQS, SNS, API Gateway, Lambda, IAM, OAuth V2, and Node JS
Description: The project involved Enterprise Messaging which was developed for pub sub-model communication across
enterprise applications. SNS topic & subscription used for publishing & subscribing model. SQS was used to send
messages to subscribers. It was integrated with Subscribers Lambda and pushed notification to given end-point / DB.
Responsibilities:
Designed solution / technical architecture; provided consulting for implementation and ensured best practices & non-
functional requirements
Coordinated with various teams architects and showcased capabilities & advantages of this system
Reprocess functionalities design & implementation; delivered consulting for FaaS design & implementation for consumers
Prepared registration module of subscribers design
Drove best practices, conducted code review for quality and ensured NFRs implementation
Title: SNfA Integration & Platform Architecture
Period: Jun 16-Aug 17
Role: Platform Technical Architect
Team Size: 230
Environment: ServiceNow Platform Architecture, Platform Design, Customization, and Integration with MID Server
Description: The project involved ServiceNow Platform Architecture for SNfA. Performed integration with enterprise
systems with MID server.
Cognizant Technologies Solutions as Architect Technology
May 2012 to Oct 2015
.NET Solution Architect for Information customers
HCL Technologies Pvt Ltd as Associate Technical Architect
Mar 2011 to May 2012
.NET Technical and Solution Architect
Verizon Data Services India Pvt Ltd as Senior Analyst
May 2006 to Mar 2011
Module Lead and Technical Architect
HCL Technologies as Member Technical Staff
Dec 2004 to May 2006
Software Developer involved in C#,and .NET implementation and Performance task
Mascot Esoft Technologies Ltd., as Software Programmer
Aug 2002 to Dec 2004
Software developer
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a150…
https://freesearch.naukri.com/preview/printResume?uname=b92ecfbfbd64fa7e4c3fa9ab78c302d0500b0156181500130447105f5408524f135a1504134551580e0… 3/3
UG: B.Sc (Physics) from Bharathiar University, Coimbatore in 1998
PG: MCA (Computers) from Bharathiar University, Coimbatore in 2001
Other Qualifications/Certifications/Programs:
AWS Certified Solution Architect Professional
AWS Certified Solution Architect Associate
TOGAF 9 Certified Architect
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
NodeJS, .NET, ASP.NET, MVC, WCF
AWS Solution Design and implementation 2019 2 Year(s) 0 Month(s)
AngularJS, Servicenow JS APIs
IIS
SQL Server, Oracle
XML, WCF, LINQ, MVC
WINDOWS
DESIGN PATTERNS, UML
AWS 2020 2 Year(s) 6 Month(s)
Microsoft Azure 2020 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 1061: Resume 778 with similarity score 0.006333338094298527
Resume Text: B.E , B.TECH , BS software developer , it professional , senior software engineer , full time , part time , system engineer react.js , functionality , api , web development , polymer , css , designation , ug , vs , affirmative action , loans , beginner , maintenance , authorization , internet , mobile banking , node.js , english , french , status , agile , sql , email , project , infosys , application , mongodb , fixing , components , git , languages , putty , payments , html5 , es6 , money , javascript , jira , eclipse , client side , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b1…
https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b140745420d5a5a… 1/2
Current Designation: Senior System Engineer
Current Company: Infosys Limited
Current Location: Delhi
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infosys Limited as Senior System Engineer
Nov 2016 to Till Date
Infosys Limited as Senior System Engineer
Nov 2016 to Nov 2016
o Developing a Hybrid Banking application based on React JS, Polymer Js, HTML, CSS, Javascript.
o Developed multiple Internet and mobile banking modules and functionalities as client requirement.
o Build and Production bug fixing.
o Client management & process requirement analysis.
o Developed a Complete Internet, Mobile Banking asset based on Polymer JS 1.x, HTML, CSS.
o Developed complete Banking Modules like:
Send Money Overseas: Complete Working Functionality of Payments and transfer Funds including third party api?s, all
validations covered on client side, development of related reusable Polymer JS web components.
Home Loan Application: Complete Working Functionality of Loans, all validations covered on client side, integrating api,
development of related reusable Polymer JS web components.
UG: B.Tech/B.E. (Computers) from Guru Gobind Singh Indraprastha University (GGSIU) in 2016
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Parth Mittal
Senior Software Engineer seeking roles in Application Development, Web
Development, UI Development, Project Management, Requirement Gathering, Agile
Methodology, React JS, MongoDB, VS Code, HTML, JIRA, CSS, SQL, Git
Key Skills: Software Developer,Full Stack Development,Application Development,Web Development,UI
Development,Project Management,Requirement Gathering,Agile
Methodology,MongoDB,Eclipse,HTML,JIRA,CSS,SQL,React.Js,Javascript,Node.Js,MERN Stack
Summary
IT Professional with 4.2 years of experience in JavaScript/ES6, Website Application Development, client handling and Online
Banking Implementation. Dynamic professional seeking opportunities in Application Development.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b1…
https://freesearch.naukri.com/preview/printResume?uname=d5e3e82c8b79d45d5a0deb9c4469935b5a5e09021c1a0918571042095e580519145b140745420d5a5a… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
React JS,Javascript, ES6, HTML5, CSS
Node JS(In Progress), Putty 0 Year(s) 0 Month(s)
MongoDB, SQL, GIT, JIRA, SVN
VS Code, Eclipse, Bracket
Agile Methodology
React.js
Languages Known
Language Proficiency Read Write Speak
English Proficient
French Beginner
Rank 1062: Resume 864 with similarity score 0.006303176897518183
Resume Text: B.E , MS , B.TECH , BS associate , javascript developer , front end web developer , software developer , full time , part time react.js , training , redux , core java , web application development , css , designation , ug , mar , prototype , affirmative action , information technology , adobe experience manager , web services , hindi , new concepts , maintenance , ltd , web technologies , jquery , json , authorization , english , node.js , drag , functional requirements , bootstrap , status , customer service , email , project , max , live , responsive web design , android , github , rest , technology solutions , junit , content management , neo , online , maven , languages , agile environment , html5 , es6 , life insurance , javascript , organization , widgets , learning , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110…
https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110113430b5b085… 1/2
Current Designation: Associate
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Delhi
Pref. Location: Pune,Bengaluru / Bangalore,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 9 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Associate
Mar 2018 to Till Date
Front end web developer at cognizant and presently working with maxlife Insurance
onsite in an agile environment, thus interacting with the team in the whole process of converting wireframes to live page
on website.
web technologies used: React.js, JavaScript, HTML, CSS and Node JS
UG: B.Tech/B.E. (Information Technology) from Northern India Engineering College in 2017
Other Qualifications/Certifications/Programs:
Core JAVA training
Certified Android Training
4 months training under CATP
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
MANIK CHHABRA
Front-End Web Developer at Cognizant with 2.9 years of experience and seeking roles
in React.Js, Redux, JavaScript, HTML, CSS, Node.Js. Presently working for Maxlife
insurance (onsite).
Key Skills: React.Js, Javascript, HTML, CSS, Maven, JUnit, GIT, Github, Bootstrap, Agile Development,Front End,Web
Development,UI Development,JQuery,HTML,JSON,Ajax,Javascript
Summary
A self-motivated JavaScript developer with 2 years of experience in web application development and programming. I enjoy
learning new concepts and technologies. Looking for challenges to use my passion for the growth of organization and to
enhance my skills.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110…
https://freesearch.naukri.com/preview/printResume?uname=b8151468ff13db87eb60a658bcf04fb00d5e5f561e450113571015500b0c551c1758110113430b5b085… 2/2
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Programmer
Duration: Jul 2018 - Till Date
Onsite / Offsite: Onsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Handlebar 2020 2 Year(s) 5 Month(s)
React.js 2020 2 Year(s) 5 Month(s)
GIT 2020 2 Year(s) 5 Month(s)
JavaScript ES6 2020 2 Year(s) 5 Month(s)
CSS 3 2020 2 Year(s) 5 Month(s)
HTML5 5.0 2020 2 Year(s) 5 Month(s)
Node.js 2020 0 Year(s) 0 Month(s)
Redux 2020 0 Year(s) 0 Month(s)
BOOTSTRAP 0 0 Year(s) 0 Month(s)
JQUERY 0 2 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Neo 2.0 Customer Service
Client: Max Life Insurance
Skill Used: Javascript, React.Js, Node.Js, HTML, CSS, Html5, Responsive Web Design,ES6
Role Description: Coding for various modules from it's prototype to live webpage on production environment.
Project Details: Presently working as a Front-end developer in customer service module for the client Max Life Insurance.
Tech Stack:
Frontend JavaScript ES 5,6 & React JS
Adobe Experience Manager 6.2 as Content management tool.
Implemented integration with various other systems for sending and receiving data using REST web services.
Worked on various new as well as existing modules and successfully developed some of the modules that were limited to
offline model only thus enabling the end users to complete various processes online itself.
Developed various reusable modules and widgets that can be drag and dropped anywhere on the website.
Implemented new ideas to cross sell various products to new and returning users thus increasing overall lead conversion
on website up by 30%.
Working closely with design and backend team members in an agile environment to quickly prototype designs and
functional requirements.
Rank 1063: Resume 347 with similarity score 0.0062936094435911355
Resume Text: MS , B.TECH work from home , classifier , event coordinator web development , customer , internships , uber , css , ease , options , fraud detection , mar , tokenization , information technology , health , authentication , navigation , php , ola , status , sql , email , application , mobile apps , coursera , c programming , sports , programmers , xml , resume , surveillance , android , machine learning , finance , credit card fraud , analyzer , bikes , assessment , development projects , python , one , javascript , campus , critical systems , airports , pipeline , html , online Assessment
Q1. Why should you be hired for this role?
From October I've been doing intern at AAI as a Flutter developer. I interned at Communication Navigation and Surveillance Department. In this
internship I've been creating a mobile app using Flutter for the ease of AAI employees. Using this app the AAI employees can easily update and
report the condition of critical systems at the CNS services to their supervisors. With this update and having constant knowledge of the CNS
systems, the required upgrades can be done without further delay. I have good experience as a Mobile app developer. From my 2nd year I've
been doing App and Web development projects. One such project is "Get Bike" project. In this project I've created a app for booking bikes and
bicycles of fellow classmates at our college. With this app there is no need to book Ola and Uber and wait for the drivers to arrive at the College.
But simply classmate's bikes/bicycles can be booked and used for travelling in and outside the campus. With these experiences in App
development I am confident that I would be a valuable asset to work with your company.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available for 3 months starting immediately.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Narasimha Reddy
Jaipur, Hyderabad
Applied 25 Dec'20
C Programming CSS HTML
JavaScript Machine Learning PHP
Python SQL XML
Bachelor of Technology B.Tech), Mechanical Engineering
The LNM Institute of Information Technology, Jaipur
2017 - 2021
CGPA 7.37/10
Mobile App Development
Airports Authority of INDIA, Virtual
Oct 2020 - Present
Created a mobile application to report the health status of critical CNS systems using flutter.This app helps in minimizing the
downtime of the unserviceable facilities and provides options to take quick actions to recover the disrupted facilities.
Machine Learning
Verzeo, Virtual
Oct 2020 - Dec 2020
Built a sentiment analyzer by creating a pipeline to remove stop-words, and perform tokenization. Worked on Sentiment140
dataset of 1.6 million tweets from kaggle. Trained a Naive Bayes Classifier and our approach achieved an overall accuracy of
76%.
Worked as Accomodation Head during "Desportivos" the Annual sports festival.
Worked as Finance Convener in Annual Sports festival "Desportivos" of our college
Worked as an Event Coordinator during PLINTH - Lnmiit-Technical fest.
C For Programmers
coding blocks, Online
Nov 2020 - Present
Build Native Mobile Apps With Flutter
Udacity, Online
Oct 2020 - Present
Python Programming Essentials
Coursera, Online
PROJECTS
CONTACT Phone: 91 6300152384
Jun 2019 - Jul 2019
Credit Card Fraud Detection
Mar 2020 - Mar 2020
This project covers credit card fraud and is meant to look at a dataset of transactions and predict whether it is fraudulent or
not.
Online Food Ordering System
Jun 2019 - Aug 2019
This web application is designed to help customers for ordering food from their favorite restaurants.
GET BIKE
Jan 2019 - Mar 2019
GET BIKE is an android app where users having bike can sell or rent them. Bikes are booked based on customer's
preference of date and time. It calculates the cost proportional to time of usage. Email based authentication will confirm
user's identity.
Rank 1064: Resume 676 with similarity score 0.0062556194078949795
Resume Text: nan work from home im a , completion , assessment , resume , pleasure , working experience Assessment
Q1. Why should you be hired for this role?
Im A QUICK LEARNER AND AND HIGHLY PASSIONATE ABOUT PERSUING A CREER IN THIS INDUATRY I WANT TO EXPERIENCE THE WORLD OF
INTERNSHIP UNDER YOURS
THIS IS MY FIRST CAREER STRTING INTERNSHIP
I THINK THE BEAR WAY OF MOVE FORWARD WOULD BE TO GET PRACTICAL WORKING EXPERIENCE IN ESTABLISHED PLATFORM IN YOUR
COMPAMY
AND THANKS FOR ASKING THIS QUESTION ....ITS PLEASURE FOR ME
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes im availbe for internship from today and just now from gurugram
Resume
EDUCAT ION
CONTACT Phone: 91 7340183839
Yashpal Singh
Gurgaon
Applied 26 Jan'21
B.C.A.LL.B.Hons.), MATHS AND SCIENCE
Dronacharya College of Engineering
2018 - 2021
Percentage: 56.00%
Senior Secondary XII, Science
RAJASTHAN BOARD OF SECONDRY EDUCTION board
Year of completion: 2018
Percentage: 56.00%
Rank 1065: Resume 1465 with similarity score 0.006190718171744217
Resume Text: B.E , MS , B.TECH application support , software developer , full time , team member , system engineer , tibco developer cards , retrospectives , showcase , customer , functional testing , connect , document generation , demand , addition , tortoise svn , beginner , fms , quote , design documents , status , rally , integration testing , u2 , xml , bitbucket , pl/sql , upstream , gems , filezilla , suite , organization , notification , communications management , sprints , bonds , digital integration , low level design , financial transactions , designation , xslt , ccm , web services , hindi , ltd , english , agile , project , sprint planning , splunk , angularjs , focussed , programming languages , fixing , rest , putty , documentation , sms , enterprise messaging , javascript , history , tax , insurance , working experience , adb adapter , general , performing , scrum , affirmative action , parse , maintenance , basic , unix , vitality , email , user stories , balance , management system , malayalam , mobile , sit , jira , apps , american express , functionality , document management , credit , jenkins , handover , soap , telecom , tamil , health , tibco ems , authorization , teams , spring boot , deliveries , application , less , qlab , government , debugging , finance , fax , python , learning 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425…
https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425618475b5b0c5… 1/3
Current Designation: TIBCO Developer - Consultant
Current Company: HCL Technologies Ltd
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Noida,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
HCL Technologies Ltd as TIBCO Developer - Consultant
Jul 2018 to Till Date
Project 1:
Client: T-Mobile- U.S
Domain: Telecom (Banking/Finance modules)
Role: Developer
Team Size: 3
Description: Worked under Digital Integration Centre of Excellence (DICE)-Financial Management System (FMS) team
which mainly handles financial transactions for T-Mobile, through credit card, bank account for various types of cards like
Visa, Master , American Express etc. Also got opportunity to implement JWT functionality to secure transactions.
Technically, we implemented above functionality in both TIBCO BW and TIBCO BWCE. Also worked a bit on spring boot
user stories.
We had developed apps to handle various payment specific functionalities like Schedule Payment, Payment History,
Payment Methods, Bill Reprint, Account Balance, Account Details, Pending Transactions, Validate Payment Method, Bill
Summary, Handset Info, Receipt, Insatallment, Update Payment Status, Authorise Credit Card, Refund Payment, Validate
Coupon, Tax Quote etc
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Ashish Kumar Pandey
TIBCO Developer (6 yrs exp.) available to join immediately, seeking roles in Design
and Development of Project using TIBCO BW Container
Edition, TIBCO BW 6.x and TIBCO BW 5.x, TIBCO Admin, TIBCO EMS, Agile,
Jenkins, Python, GIT, Jira, Angular
Key Skills: TIBCO/Software Developer,Requirement Gathering,Application Support,Agile
Methodology,Jenkins,Python,JIRA,TIBCO BW,TIBCO Designer,TIBCO Administrator,EMS,Adb Adapter,Business
Works,TIBCO EMS,TIBCO BW ContainerEdition,TIBCO BW 6.X,Angularjs,Apigee
Summary
* 6 years of working experience as a developer in TIBCO products such as TIBCO Business Works 5.x, TIBCO BW 6.x, TIBCO
Business Works Container Edition (BWCE), TIBCO Enterprise Messaging Service (EMS) and TIBCO Administrator.
* Worked in design and development using SOAP, REST, HTTP, Notify, ADB and EMS.
* Extensive working knowledge in Palettes like HTTP, Service, File, JDBC, JMS, Mail, Parse, SOAP, REST, WSDL, XML and
General Palette.
* Good working knowledge of SOAP UI testing, Jenkins (Deployments), Jira, FileZilla, PuTTY, Rally, GEMS (EMS Monitoring
tool), Postman, Splunk etc
* Little familiar with APIGEE, Spring Tool Suite (Spring Boot), Angular 8, Python and some of the programming languages
and its concepts, such as C, Java
* Basic knowledge on UNIX and PL/SQL.
To work in an exciting and professional environment with continuous learning, development and growth possibilities, and an
opportunity to learn and to apply my skills for the growth of the organization.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425…
https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425618475b5b0c5… 2/3
U2 Migration
Migration of TIBCO BW code to TIBCO BW CE Applications.
Responsibilities:
Attending Sprint Planning and Back Log refinement to understand the requirement shared over JIRA or Rally, provide
user story points, check the feasibility of developing within estimated duration and provide technical inputs during
discussion
Utilizing daily stand up calls to update the status and discuss challenges faced.
Branching out code from latest production version code to proceed with development.
Developing based on technical functionalities and following development guidelines and Performing functional testing
to check the stability while development.
Demo at the end of the Sprint to showcase the working functionality, validated against Acceptance Criteria.
? Performing End to End integration testing in ILAB
? Supporting QLAB testing and resolving defects if any.
Value Addition:
Created an App using Angular 8 , Node JS , Mongo DB and data gathered for fixing TIBCO issues(both runtime and
design time issues) , using which any TIBCO developer can quickly get the solution for the issues by just searching with
the error Key words. Later on it became a common pool to gather solutions by all TIBCO developer which saved the time
in debugging issues significantly.
Tata Consultancy Services Ltd as TIBCO Developer, System Engineer
Feb 2015 to Jul 2018
Project 2:
Client: Telia Company - Sweden/Finland
Domain: Telecom
Role: Developer
Team Size: 10
Description:
Global Enterprise Service Bus(GESB) project enables integration of various internal systems within Telia or external
systems wishing to connect with Telia. Project comprises of a Scrum team of 9-11 members and team participates in all
the scrum activities like Sprint Planning, Daily Scrum, Sprint Review & Retrospectives and Release Planning. Deliveries to
production are focussed on every week based on project needs with a Handover to support team.
Responsibilities:
Responsible for gathering the requirements and providing the inputs on technical discussion.
Analyze the requirements and check the feasibility of developing within estimated duration.
Break down the requirements into user stories and create a Jira ticket for development in Sprints.
Branching out code from latest production version code to proceed with development.
Developing based on technical functionalities and following development guidelines and Performing functional testing to
check the stability while development.
End-End integration testing involving different systems in SIT and UAT.
Project 3:
Client: Vitality Health(U.K)
Domain: Insurance
Role: Developer
Team Size: 5
Description:
Worked as a developer for two teams HEAL and NERP, where HEAL was handling the functionality of servicing the policy,
New business, renewal etc and NERP(Notification Engine Replacement program) was handling the document generation
part for Bonds. Invoice, Bills etc and deliver the documents to different modes like Mail, Post, SMS and Fax.
This project helps Vitality Health's customer to generate their document through Notification Engine Replacement
program. Vitality Health's customer documents are generated by the Discovery SA Notification Engine (NE).
NE generates the documents on-demand, based on XSLT templates developed by Discovery SA resources. The contents
to be populated in the documents are provided by TIBCO services which retrieve the information from upstream
applications like Heal/Online/ Papillon.
Vitality Health would like to build an in-house customer communications management (CCM) capability to remove the
dependency on the Discovery SA NE, Interactive Messaging (Document Management) system and Discovery SA
development resources. This initiative is called as Notification Engine Replacement program.
Responsibilities:
Understanding the requirement based on the design documents shared.
Involved in low level design documentation and high-level design documentation.
As a team member involved in design and development of the service layers and documentation of the same.
Involved in configuration and deployment of web services using TIBCO Administrator and carrying out bug fixes and
trouble shooting.
Developing based on technical functionalities and following development guidelines and Performing functional testing to
check the stability while development.
Supporting testing in SIT and UAT.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425…
https://freesearch.naukri.com/preview/printResume?uname=b0c0a41fc53f32cd8ece2a1b48680d9d5a5c0e511e415f430a4045500e58034b160a425618475b5b0c5… 3/3
UG: B.Tech/B.E. (Electrical) from GOVERNMENT COLLEGE OF ENGINEERING KANNUR, KERALA in 2014
Other Qualifications/Certifications/Programs:
Certified SAFe 4 Practitioner
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
REST, HTTP, Notify, ADB, SOAP, BitBucket 0 Year(s) 0 Month(s)
REST, WSDL, XML , Java, C
Spring Boot, Angular 8, Python
Tortoise SVN, GIT, UNIX , PL/SQL
TIBCO BW 0 6 Year(s) 0 Month(s)
TIBCO DESIGNER 0 6 Year(s) 0 Month(s)
TIBCO EMS 0 6 Year(s) 0 Month(s)
TIBCO ADMINISTRATOR 0 6 Year(s) 0 Month(s)
TIBCO BW Container edition 0 3 Year(s) 0 Month(s)
TIBCO BW 6.X 0 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Tamil Beginner
Malayalam Beginner
Rank 1066: Resume 806 with similarity score 0.0061437529810647465
Resume Text: B.E , MS , B.TECH full stack developer , product engineer , full time , software developer react.js , general , customer , designation , ug , vue , portals , affirmative action , mysql , technical architecture , maintenance , authorization , status , c# , email , business analysis , application , less , .net core , mvc , features , framework , technology management , javascript , client side , stored procedures 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105…
https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105151051080e04… 1/2
Current Designation: Product Engineer
Current Company: INSZoom
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 8 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
INSZoom as Product Engineer
Jul 2019 to Till Date
Did feature enhancements based on client requests
Worked closely with business analysis team to finalise on product features
Built client side UIs using React
Was responsible for handling client bugs for the Questionnaire module
Build customer portals using .Net MVC Framework
Wrote Stored procedures for MSSQL
Was responsible for decreasing query execution time on MSSQL
UG: B.Tech/B.E. (Computers) from KLS GOGTE INSTITUTE OF TECHNOLOGY in 2019
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Jasmeet Kaur Kohli
Full Stack Developer seeking roles in Software Development, Application
Programming, Client Management, System Analysis, Technical Architecture,
Requirement Gathering, MVC Framework, .NET, .NET Core, MSSQL, C#, React, Vue,
JavaScript.
Key Skills: Product Engineer,Software Developer,Software Development,Application Programming,Product
Management,Client Management,System Analysis,Technical Architecture,Technology Management,Requirement
Gathering,MVC Framework,.NET,MySQL,C#,ASP.Net,React.Js,vue
Summary
Full Stack Developer seeking roles in Software Development, Application Programming, Client Management, System Analysis,
Technical Architecture, Requirement Gathering, MVC Framework, .NET, .NET Core, MSSQL, C#, React, Vue, JavaScript.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105…
https://freesearch.naukri.com/preview/printResume?uname=a10fb1a64f67691af174fac60a8f34ec5f5b0d531c170f18021513590f00534f100a1105151051080e04… 2/2
Rank 1067: Resume 1493 with similarity score 0.0061265354185939995
Resume Text: B.S , MS scrum master , information security , devops , quality assurance , solution architect , change management , full time , program manager award , appdynamics , telugu , microsoft azure , classification , conducting , spring , cdp , digital , energy , status , appian , fundamentals , utilities , organization , engagements , streams , contingency , devops , designation , deliverables , trading , information security , scandinavian , english , financials , ibm , biztalk , change management , capacity planning , machine learning , kanban , strategy , chemicals , documentation , one , javascript , artificial intelligence , hadoop , eureka , reporting , savvion , general , scrum , affirmative action , maintenance , unix , instrumental , entitlements , capital markets , email , large enterprise , ifs erp , operations , languages , capability development , hibernate , ace , scheduling , sales research , program management , bpm , agile methodologies , mentoring , streamlining , people management , rfp , migrating , tamil , scratch , revenue , financial systems , authorization , risk , teams , productivity , business analysis , application , agile project management , less , test automation , transformation , shell scripting , career development , framework , kannada , selenium , pega prpc , technology management , wps , cloud computing , technology architecture , metrics , liferay 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400…
https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400a17425b5d0c50… 1/3
Current Designation: Technology Delivery and Program
Manager
Current Company: Accenture
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Accenture as Technology Delivery and Program Manager
Jan 2004 to Till Date
Key Functions
- Client Engagement - Program Management
- Delivery Management - Project Management
- Pre-sales/ Business Analysis - Client Relationship Management
- Service Management - Change Management
- Capability Development - Quality Assurance
Deliverables
Spearheading Program & Project Management including planning, scheduling, scoping, monitoring &
controlling, capacity planning for releases & defining release plan
Conducting risk identification, defect management, metrics management, reporting & documentation
and client engagement
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ramakrishna Desu
Specializes in establishing and leading technology organizations, engagements, and
programs to promote and
develop solutions for the various industries like Financial
Services/Utilities/Resources/Products. Cultivates
strong relationships to translate
Key Skills: Technology Delivery,Program Manager,Project Management,Delivery Management,Program
Management,Technology Management,Delivery Management,People Management,Cloud Computing,Resource
Allocation,ERP Implementation,Java,Hadoop,Devops
Summary
A goal-driven leader with 17+ years' qualitative experience in the areas of Technology Delivery
Management, Agile Project Management, Account Management, Program Management, Presales,
Automation and Software Development.
Awarded Accenture's Prestigious ACE (Accenture Celebrate Excellence) award 8 times in both
Individual and Team categories.
Have International experience in managing large enterprise projects over 3 years in Chemicals
(DuPont eBusiness), 8 years in Banking (Bank of America) ,3 years in Utilities (Duke Energy,
Charlotte) and 2 years in ERP Implementation/Capability Development.
Currently associated with Accenture Services, Hyderabad as Technology Delivery/Program
Manager managing multiple projects with >10 Million USD/year revenues with a team of 100+
resources. Responsible for Technology Delivery, controlling program costs, requirements control,
UAT and People management, Client Relationship, Growth etc.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400…
https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400a17425b5d0c50… 2/3
Assessing cost, contingency and arriving at a price, delivering within defined cost, for agreed scope
Leading commercial sign-off on project including work order, pricing, scope of project, and delivery
dates
Mentoring cross-functional teams and career development and performance appraisals
Transforming the teams to Digital Technologies like Artificial Intelligence/Machine Learning, RPA,
DevOps, Agile etc.
Organization: Accenture, Client Name: IFS AB (Industrial and Financial Systems)
Duration: Jan 2019 to till date
Role: Program Manager/Agile Delivery Manger, Hyderabad, India
Leading the team of 100 resources and responsible in delivering the solutions implemented for
various clients using multiple versions of IFS ERP Product (Developed on .Net & Java Environments
and Integrations using BizTalk).
Lead the Program Delivery using both Scrum Framework and Kanban methodologies.
Managed the financials of Revenue 8 Million USD/Year.
Has Experience in managing CDP and Information Security for the Account.
Responsible in delivery for the IFS Clients in collaborating with IFS Counterparts in Sri Lanka,
Sweden, other Scandinavian regions.
Driven the Capability growth in developing the Assets and Innovation for the IFS Product.
Involved in RFP's and supported Solution Architect from Delivery Perspective.
Part of Automation Strategy at Client implemented RPA using Blue Prism and Test Automation using
TOSCA.
Lead a project of migrating Integrations on Biztalk to Azure Cloud.
Organization: Accenture, Client Name: Bank of America, NA
Duration: July 2010 to Dec 2018
Environment: Portfolio of Projects
Role: Delivery/Program Manager, Charlotte, NC & Hyderabad, India
Tech. Delivery/Program Manager - Java/J2EE/RPA/AI - Capital Markets, Mortgage, Consumer
Technology and Risk Domains
Jan 2018 - Dec 2018
Program Manager for Capital Markets Domain (F&OTC, Trading, Sales Research)
Successfully implemented one Portal for 25 to 30 Capital Markets applications using LifeRay and
DevOps which has helped the clients to host all the applications in one place.
Played the Scrum Master Role for a team of 45+ resources in developing the application
of Scrums with the duration of 4 weeks and 6 weeks
Identifying the use cases and implementing them with latest technologies like RPA to increase the
productivity and to reduce the day to day regular tasks.
Instrumental in implementing Email Classification Engine in tracking and prioritizing the millions of
emails that were exchanged between clients and operations teams from Trading and Post Trade
Services domains. Identified and implemented prioritization and classification using Supervised
Machine Learning.
Streamlining the Entitlements Process using RPA to update the Roles and Responsibilities of the
existing applications
Portfolio Lead/Program Manager - Hyderabad, India
Oct 2014- Dec 2017
Lead the team of 200+ resources across shores and responsible in delivering 60+ Applications in
various streams like App Development, Automation, Prod Support, Transformation, DevOps etc using
Agile methodologies
Started the Enterprise Technology Architecture program from Scratch and grown the team size to 60
in duration of 6 months and delivered the technologies like TOSCA, BPM, DevOps, Agile etc.
UG: B.Sc (Computers) from Nagarjuna University in 1999
PG: MCA (Computers) from Periyar University in 2002
Other Qualifications/Certifications/Programs:
Professional Scrum Master PSM1
Microsoft Azure fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
Java, JEE, Spring, Hibernate
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400…
https://freesearch.naukri.com/preview/printResume?uname=b2003ebef256144cbf5183dff6f2e2df5c0e080543100c185714105e5b5f501c465b400a17425b5d0c50… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IBM WPS, Savvion BPM, Pega PRPC
Appian BPM, DevOps,Unix Shell Scripting
Automation (Selenium/TOSCA)
Hadoop, DevOps, RPA, Cloud Migration
Agile/Scrum
Spring Boot(Zuul, Eureka, AppDynamics) 2019 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Tamil
Kannada
Rank 1068: Resume 1222 with similarity score 0.006119822258710057
Resume Text: BSC , M.TECH , MSC , BS , MS cloud architect , infrastructure architect , solution architect , full time , senior network engineer , enterprise architect , network architect cards , computing , customer , citrix , security , vault , suggestions , sizing , linux , aps , player , status , bluecoat , listen , firmware , logging , express , sce , mumbai , testing , nx-os , technical design , alto , features , cisco asa , building , ec2 , it infrastructure , netbackup , appliances , organization , thought leadership , suite , switches , wireless access , automation , encryption , designation , mar , pre-sales , hindi , cloud , network design , cluster , ltd , windows , english , telcom , troubleshooting , virtual networks , project , groups , video , ownership , peering , fortinet , jabber , capacity planning , resolve , voip , documentation , scom , phones , javascript , fxo , availability , network engineering , capital , lite , skype for business , microsoft office , affirmative action , rbac , interop , readiness , service delivery , solarwinds , office 365 , netscreen , iaas , paas , architecture , nexus , proxy , email , aws , cisco ucs , webex , saas , juniper , vmware vcenter , premises , languages , cisco routers , failover , network connectivity , unity , esxi , apps , infrastructure solutions , subscriptions , panorama , switching , data center virtualization , validation , routing , analytics , sfp , microsoft teams , azure , tda , ios , authorization , site management , enterprise , sql , application , devices , electronics , s3 , transformation , storage , sales engineering , replication , communications , network administration , load , firewalls , mounting , process optimization 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 1/4
Current Designation: Solution Architect
Current Company: Tata Communications India Pvt. Ltd
Current Location: Mumbai
Pref. Location: Mumbai,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: Telcom/ISP
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Tata Communications India Pvt. Ltd as Solution Architect
May 2020 to Till Date
Leading a transformation of current On-Premises services to cloud including the infrastructure and networking design,
selection of IaaS, PaaS offerings, providing integration to Software-as-a-Service offerings
Member of UCC transformation team responsible of current On-Premises VOIP services to cloud including the
infrastructure and networking design. Selection of IaaS, PaaS offerings using Microsoft Teams DR & Cisco WebEx Teams
providing integration to Software-as-a-Service offerings
Responsible for collaborating on and setting cloud vision; providing thought leadership in cloud infrastructure and cloud
services architecture to meet operational objectives for cloud solutions.
Suggest architectural improvements, design and integration solutions, and formulate methodologies to optimize object-
oriented system infrastructure effectiveness
Scorpio Marine Management Pvt Ltd. as IT Infrastructure Solution Architect
Jan 2015 to May 2020
RESPONSIBILITIES
* Planning and Implementation of Palo-alto Next-Generation Firewalls PA-500 at all Global locations and Managed policies
on the same using Panorama Solution.
* Microsoft Office 365 Skype for Business and Audio conference.
* Design, Implementation & Migration of 300+ Prod VMs from On-Premises to Azure SCE which includes Capacity
Planning, VM Sizing, Migration of VMs into IaaS, SaaS platform using ASR/BFS
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Jitendra Desai
Solution Architect in Project Management,Network Engineering & Architect, Cloud
Infrastructure Architect,Azure, AWS,LAN Networking,Switching,Teams Direct Routing,
VOIP, Jabber, WebEx and Security palo-alto. Azure Iaas, Paas, O365, MFA, Cloud
Security
Key Skills: Solution Architect,Enterprise Architect,Project Management,Network Engineering,Troubleshooting,Quality
Control,Network Architect,Site Management,Network Designing,Technical Support,Cloud Architect,Azure AWS,LAN
Networking,Switching,Network Design
Summary
Expertise knowledge on Microsoft & Networking Technologies, Security, VOIP, Wireless, Cloud, Virtualization, storage, System
Integration, CVI, Teams DR and Security Systems and Firewalls with all levels of an organization. Have successfully design and
delivered end to end infrastructure solutions throughout my career. Confident, focused and highly motivated, a team player
willing to listen. My patience, simplicity and technical skills enable me to identify and then resolve business and technical
problems, and help in designing, implementing efficient and robust solutions which are simplified in the documentation for
efficient support.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 2/4
Design, Implementation & Configuration of Azure Resource Groups, Virtual Networks, vNets Peering, Subnets, Availability
Sets (Fault & Update Domain), Application Gateways, Storage Accounts, Azure Backup Services, Site Recovery, Web
Apps, App Service, OMS Suite Log Analytics, Alerts, Automation Runbooks
* Design & Migration of 100+ Test/Dev VMs from On-Premises to Azure CSP Capacity Planning, VM Sizing, Migration of
VMs into IaaS, PaaS platform using ASR/BFS.
* Cisco Jabber Global Implementation with CUCM 11.5 & Presence UCS Server, Expressway C & E.
Morgan Stanley Capital International (MSCI Inc.) as Senior Network Engineer
May 2013 to Jan 2015
ANALYZING AND MAINTAINING THE MSCI GLOBAL INTERNAL IT NETWORK SETUP WHICH INCLUDES
TROUBLESHOOTING CLIENT ISSUES, CLOSELY ENGAGEMENT WITH BUSINESS AND APPLICATION, NEW
IMPLEMENTATION, AND DESIGN SUGGESTIONS TO ARCHITECT TEAM IF ANY.
* Configuring cisco ASA in multicontext transparent mode, troubleshooting experienced on juniper screen OS netscreen
firewalls.
* Working closely with Application development team to understand the application behavior and configured the netscalar
and F5 load-balancers as per requirement.
* Configuration and troubleshooting experience on various datacenter technologies i.e. Cisco Nx-OS, Nexus 1000V,
Unified computing system, data center virtualization.
* Configuring and troubleshooting VRF-Lite in a data center environment and configuring multiple virtual device contexts in
NX-OS, configure VPC peer link.
* Configuration experience on CUCM and CUCME integration, UCCX CTI Integration, CUCM and presence integration,
Call handlers and CUC dial plan.
* Configuration and troubleshooting network connectivity for various Lightweight Aps. Configuring new AP for WLC cluster.
Reliance Globalcom India Pvt. Ltd as Technical Design Authority
Apr 2011 to May 2013
Reliance Globalcom India Pvt. Ltd., DAKC
Duration Apri-2011 - May 2013. (2 years 2 months)
Designation Technical Design Authority
RESPONSIBILITIES
Postsales design documentation, implementation and migration of complex solutions for enterprise
customers. Complex solutions consist of multi-product services and the TDA"s role is to ensure that these
services interoperate and integrate into the customer network environment.
The TDA will own the technical delivery of customer solutions and will be the technical interface between
customer, product teams and project management during service delivery.
Close engagement with pre-sales engineering, technically validating solutions proposed are deliverable
and all technical aspects are clearly defined prior to contract signature.
Low Level Technical design ownership of projects from contract signature to ensure technical delivery
of the solution according to the design.
Lab Testing: - The TDA will be required to carry out lab testing to support complex changes and testing
of new design concepts for the client networks that they support. POCL testing will involve building test
lab & configuration design, testing all failover scenarios on the network, testing management & IOS,
documentation and configuration templates.
Tata Communications as Technical Design Authority
Dec 2007 to Apr 2011
* Spearheading the VOIP team involved in Incident Management and providing scalable solutions as per client's
requirements.
* Analyzing the process optimization opportunities and working on process improvements.
* Understanding the customer network requirements and designing appropriate network topologies as per the business
requirements.
* Handing the level 3 escalations in terms of incident management for client network.
* Accessing the client networks for monitoring its performance & intermittent behavior.
Hewlett-Packard as Network Engineer
Nov 2006 to Dec 2007
* ANALYZING AND MAINTAINING THE CLIENT NETWORK SETUP WHICH INCLUDES TROUBLESHOOTING ON
LAN NETWORKS, WAN NETWORK, ROUTERS, AND SWITCHES.
* Installing & configuring the cards for 4507 series switches at core end (SUP, SFP).
* Configuration of Dial Plan and Route Plan in gateways & CUCM.
* Configuration of Voice Gateways, Gatekeepers, inters cluster trunks.
* Installing the VOIP, FXO and FXS Cards on Routers and configuring the same.
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 3/4
UG: Diploma (Electronics/Telecommunication) from Mumbai University in 2003
PG: M.Tech (Computers) from Mumbai University in 2006
Other Qualifications/Certifications/Programs:
BE in Electronics
Nature of Employment: Full Time Duration: Jul 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2016 - Till Date
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
Azure (IaaS & PaaS), AWS (IaaS), Office
VMware vCenter 6.5,5.5 ESXi 6.5,5.5 VMwa
Cisco ASA, Palo-alto, Juniper, Fortinet
Bluecoat Proxy
Cisco Routers, Switches, Nexus
VOIP, PSTN.
RSA, Azure MFA.
Citrix, F5
Monitoring - CA, ManageEngine
SolarWinds & SCOM. SCCM.
AudioCodes, Ribbon SBC, Teams Tenant
CVI (Pexip, Polycom, Blujeans, Cisco)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Projects
Project Title: Migration from Cisco & Skype to Teams Direct Routing & CVI Integration
Client: Tata Communications
Project Details: Planning Phase Validate of all existing Cisco Legacy features and Integrate with Teams Tenant
Migration Phase Deployment of AudioCodes & Ribbon SBC for Teams Direct routing integration with PSTN and also cloud
video interop with Pexip, Polycom and blujeans with one touch join compatibility.
Project Title: Migration to Azure IaaS, PaaS
Client: Scorpio Marine Management
Project Details: Planning Phase Validate readiness of on-premises infrastructure, select precise target resources in Azure,
capacity planning - assess rightsizing for each workload, perform a cost analysis
Migration Phase Migration of nearly 600+ VMs in multiple tenants which includes tenant setup, Azure AD (DirSync) setup,
Subscriptions, vNets, Subnets, NSGs, Route Tables, VMs (Windows, Linux, Router & Firewall Appliances), Managed Disks,
SQL Managed Instances, WebApps, Functions Apps, Storage Accounts, Application VMs Migration (ASR), Encryption,
Backups Vaults (with paired region) with define policies, DR Using Recovery Vaults (to other/paired region), OMS (logging &
Log Analytics), etc.
Optimization Phase RBAC, Review Azure Security Center & Azure Advisor & Key Vault
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110…
https://freesearch.naukri.com/preview/printResume?uname=a1a7f2dc5e4459035c7137e2a856bf2c0c0f0a574f160f120344120e5d0c531e1500110017140a58580… 4/4
Nature of Employment: Full Time Duration: Jan 2016 - Jun 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jan 2015 - Dec 2015
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Migration to AWS IaaS
Client: Scorpio Marine Management
Project Details: Planning Phase Validate readiness of on-premises backup infrastructure, capacity planning - select
precise target resources in AWS, perform a cost analysis
Migration Phase Migration of NetBackup Backup Infra to AWS, setting up the AWS Tenant, VPC Setup with On-premises,
NetBackup EC2 instance with EBS Volume & S3 Storage. Replication of archive backup jobs in AWS NetBackup Appliance
Project Title: Office Implementations
Client: Scorpio Marine Management
Project Details: Planning Phase Collect the business needs, capacity planning - select precise target infrastructure in
terms of network, VOIP, Compute, Storage, perform cost analysis.
Implementation Phase Configuration of on-premises Infrastructure which starts from Server. Network firewall devices
mounting, firmware upgrades, firewall configurations, VOIP routers & switches configuration and wireless access-points
configuration.
Optimization Phase RBAC, document entire site configuration, perform DR drills & backup restores.
Project Title: Migration from Cisco CME Express to Cisco Jabber
Client: Scorpio Marine Management
Project Details: Planning Phase Validation of all existing Cisco CME express configuration, P Phones
Migration Phase Deployment of Cisco UCS BE6K and BE7K with CUCM, Presence, Unity, Expressway C & E Migration of
Jabber. VOIP SIP trunks for PSTN calling.
Rank 1069: Resume 769 with similarity score 0.0060877416533929776
Resume Text: B.S , MS , BS java lead developer , senior software engineer , full time , team lead , technical lead , financial consultant quartz , telugu , tortoise svn , angular , databases , docker , digital , status , hql , xml , pl/sql , writing , axis2 , kibana , prime , weblogic , ecommerce , client side scripting , designation , plugins , csm , hindi , programming concepts , json , english , web applications , agile , project , solution architecture , ibm , poi , beans , mvc , flow , cast , struts , javascript , reporting , couchbase , affirmative action , oracle , mysql , public , maintenance , unix , jquery , apache kafka , activemq , escalation , email , jpa , tomcat , operations , junit , maven , languages , hibernate , cassandra , mobile , search , dhtml , ajax , online , api , mockito , jenkins , jasper , css , websphere , mercury , authorization , client/server , approvals , servlets , spring boot , savings , shell scripting , jazz , framework , events , purchasing , communications , convenience , eclipse 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f400816…
https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f4008165010125b095f… 1/3
Current Designation: Java Lead Developer
Current Company: Hoch Solutions
Current Location: SINGAPORE
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 10 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Hoch Solutions as Java Lead Developer
Jun 2019 to Till Date
Project#1:
Title: Digital Platform.
Client: Prudential Assurance Company, Singapore.
Duration: June 2019 to till Date.
Environment: Java 1.8, Spring Boot 2.0, Angular 1.3, Spring 4.0, Jboss, Oracle, CouchBase.
Project description:
Digital Platform is an online portal for the existing / new customers for purchasing the prudential medical, Savings,
Retirement and endorsement products. Landed customers can enjoy greater convenience with the Digital Platform with
the freedom to learn about products, arrange for a discussion with a Financial Consultant (FC) or make a purchase online
at anytime and anywhere.
Roles and Responsibilities:
Involved in requirement analysis.
Involved in designing and developing.
Last Active: 12-Feb-21 Last Modified: 12-Feb-21
BALAJI TRINATH PAVAN KUMAR NAMBULA
CSM, SCJP Java Lead Developer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Java,Servlets,JSP,JDBC,JMS,JAXB
API,CSS,JavaScript,jQuery,Angular
Key Skills: Java Lead Developer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Java,Servlets,JSP,JDBC,JMS,JAXB
API,CSS,JavaScript,jQuery,Angular
Summary
Over 9 years of experience in IT industry with proficiency in the development and management of distributed, Client/Server and
Web Applications.
Strong knowledge and experience on Agile SDLC and Object Oriented Programming concepts.
Hands on experience in IT industry as a Senior Software Engineer/Technical Lead in developing and providing solutions by
using frameworks/technologies like CSS, HTML, DHTML using Java script/JQuery, Angular, JSON/AJAX, JDBC, SQL, PL/SQL,
XML, JSP & Servlets, JSTL, JMS, Spring (IOC, AOP, MVC, Quartz, Boot), Hibernate, JSF 2.x, Prime Faces 3.x, Struts 2.x, Web
Services framework, Apache - Active MQ, IBM MQ, Apache Kafka, Camel, Service Mix, JUnit, Mockito, JNDI, SVN, GIT.
Expertise in developing rich UI and client side scripting using jQuery and jQuery extension plugins.
Expertise in writing SQL queries and Hibernate queries (HQL, Criteria).
Experience in handling NO SQL Databases like Cassandra & Mongo DB.
Work Experience
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f400816…
https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f4008165010125b095f… 2/3
Build, test, deploy and deliver to client.
Prepare documents as per procedure.
Brandt International as Technical Lead
Jul 2018 to Jun 2019
Project#2:
Title: e Work Permit
Client: U Mobile, Malaysia
Duration: January 2019 May 2019.
Environment: Java 1.8, Spring Boot 2.0, JSF, Prime Faces, Jquery, Hibernate, Spring 4.0, My Sql, Docker container.
Project description:
e Work Permit is a work flow process for u mobile operations. It would provide the work flow management for all the u
Mobile Network Operations. Users can create a work flow and assign to concern departments and can track the progress
of work with escalation level of management approvals. It includes the communications with different u Mobile work
systems. So the integration should be in sync, so that user can visualize the progress of real work.
Roles and Responsibilities:
Involved in requirement analysis.
Involved in designing and developing.
Build, test, deploy and deliver to client.
Prepare documents as per procedure.
Nityo Infotech as Java Lead Developer
Jan 2018 to Jun 2018
Project#3:
Title: Mercury
Client: DHL
Duration: January 2018 to December 2018.
Environment: Java 1.8, Spring Boot 2.0, Angular, Free Marker, Cassandra, Elastic Search, Kibana, Apache Kafka, Hazel
cast, Maven, Jenkins, SVN, Rational Jazz Team Server.
Project description:
Mercury is an interface for non-standard integration for customers who are not using DHL ecommerce Public API for
Order Submission and tracking events update. Provide Shipment Creation interface for market places. Push Tracking
events to receive from GTB. Reporting for the Failed Events for Failed Shipments and Failed Tracking Events.
Roles and Responsibilities:
Involved in requirement analysis.
Involved in designing and developing.
Build, test, deploy and deliver to client.
Prepare documents as per procedure.
UG: B.Sc (Computers) from Andhra University in 2007
PG: MCA (Computers) from Andhra University in 2011
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Servlets & JSP, JDBC, JMS
JAXB API, APACHE POI & AXIS2
CSS, JavaScript, jQuery
UNIX Shell Scripting, Angular
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f400816…
https://freesearch.naukri.com/preview/printResume?uname=d4c1f93c0b08ed1964caa588bd8d29b00b5c5d021e1409470614425d5c0c071f4008165010125b095f… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Struts 1.x/2.x, Spring
Hibernate 3.x, JPA
Apache - Tomcat, ActiveMQ
Service Mix, Apache Karaf, WebLogic
WebSphere, JBOSS
Eclipse, Net Beans, IntelliJ
Oracle 9i/10g/11g, MySQL
Cassandra
Elastic Search
Ant, Maven, JUnit, Jasper
SVN, Tortoise SVN, Git
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1070: Resume 1242 with similarity score 0.0060599846543759
Resume Text: B.S , BS ui developer , sql developer , senior software engineer , full time , senior software developer , team lead , full stack developer , front end developer api , web development , jenkins , css , rcs , designation , ug , notepad++ , mar , visual studio , affirmative action , hindi , angular , docker , beginner , maintenance , adobe , php , jquery , authorization , json , english , bootstrap , status , sql , email , project , rally , application , solution architecture , beans , dreamweaver , rest , git , languages , html5 , kannada , javascript , jira , eclipse , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450…
https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450047415a0e0e05… 1/2
Current Designation: Senior Software Engineer
Current Company: Emirates Group
Current Location: Dubai
Pref. Location: Bengaluru / Bangalore,Dubai,United Arab
Emirates (UAE)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Emirates Group as Senior Software Engineer
Mar 2019 to Till Date
UI developer/Front end developer/Angular/Rectjs/fullstack developer
CA Technoloies -BroadComm as Senior Software Developer
May 2017 to Mar 2019
worked senior software engineer .at Hyderabad
J P Morgan Chase & Co as Software Developer
Oct 2015 to May 2017
worked as Full stack UI developer with technologies like REST API and java with Angular. at Bangalore
Harman International as Senior Software Engineer
May 2013 to Oct 2015
wirked as fullstack UI developer at Bangalore
RCS Technologies as Software Engineer
Sep 2010 to Feb 2013
worked as software engineer .@Bangalore
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Krishnachaitanya K
Senior Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,Jquery,Ajax,Angular,React
JS,HTML5,Bootstrap,CSS,CSS3,UI.
Key Skills: Senior Software Engineer,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,Jquery,Ajax,Angular,React
JS,HTML5,Bootstrap,CSS,CSS3
Summary
10 * of experience in web development and SDLC process so will be worth full resource as full stack developer for participate in
organization\u2019s growth.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450…
https://freesearch.naukri.com/preview/printResume?uname=e74fc081fdc296e7fe1d142e9fd7d1235c0f01021f165a400710140c0e00581f4509450047415a0e0e05… 2/2
UG: B.Sc (Maths, Chemisty, Petrochemicals) from Andhra University in 2006
PG: MCA (Computers) from Osmania University in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
JQUERY
Ajax, Angular
React JS, HTML5
BOOTSTRAP
CSS, CSS3
JSON
REST Webservices
SQL, Java, PHP
Docker, Jenkins
Jira, Rally
Source Tree, GIT, SVN
Eclipse IDE
Net Beans IDE
Adobe Dreamweaver
NOTEPAD++
SQL DEVELOPER
VISUAL STUDIO
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Beginner
Telegu Expert
Kannada Proficient
Rank 1071: Resume 1167 with similarity score 0.006046083874610293
Resume Text: B.S , MS , BS build master , cloud architect , solutions architect , server administrator , system administrator , associate , solution architect , cloud engineer , full time , devops consultant , senior consultant , senior devops engineer , enterprise architect , data management , balancer mcsa , training , security , fault tolerance , elastic load balancing , connect , space , conducting , docker , dll , status , store , snapshot , wal-mart , continuous integration , testing , components , features , infrastructure , cms , system administration , organization , amazon web services , vdi , amazon ec2 , devops , powershell , performance monitor , designation , hindi , ltd , provision , english , troubleshooting , groups , programming languages , fixing , pipelines , c++ , resolve , system operations , javascript , vmware vsphere , disk , continuous delivery , rca , general , performing , change requests , developers , pages , groovy , vendors , affirmative action , information technology , mysql , public , maintenance , dynamo , office 365 , checks , iaas , escalation , paas , email , health check , aws , microsoft , saas , web access , github , edge , maven , resolving issues , ibm tivoli , failover , balance , queues , drac , database , laptops , api , mentoring , high availability , jenkins , windows server , validation , ug , versioning , vip , active directory , azure , ami , authorization , enterprise , application , ips , global services , s3 , servers , running , finance , offshore , auditing , agents , kannada , iis , cloud computing , orchestration , learning , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 1/4
Current Designation: Senior Consultant
Current Company: Deloitte
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Client Server
Role: Solution Architect / Enterprise Architect
Industry: Accounting/Finance
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Deloitte as Senior Consultant
Nov 2020 to Till Date
On Bench- No projects assigned
Nihilent as Senior Devops Engineer
Apr 2019 to Nov 2020
? Team-oriented AWS Solutions architect/Devops Engineer with overall Seven years? experience in AWS/Azure Cloud
administration, managing server infrastructures and datacenter operations on Windows/ server and Devops.
? Multi-tasking experience, adept at handling multiple system operations, including installation, upgrade, configuration,
administration and maintenance of windows systems
? Good knowledge of Amazon EC2, S3, Simple DB, RDS, Elastic Load Balancing, SQS, and other services in the AWS
cloud infrastructure such as IAAS, PAAS and SAAS.
? Deep experience with AWS components such as EC2, S3, Elastic IPs, EBS, Security Groups, Route 53, VPC,
ElastiCache, , RDS, DynamoDB.
? Knowledge of AWS VPC , IAM Roles , AWS Regions, Availability Zones , Edge Centre , Security Group, AMI
? Devops tools Jenkins,Buildmaster with CI/CD, pipelines and plans.
? Strong perseverance and diligence towards attaining challenging goals and possess good communication skills ,quick
learning ability and mentoring skills
Excellon Software Pvt Ltd as Sr. Server Administrator
Sep 2017 to Apr 2019
? Created AWS Launch configurations based on customized AMIs and used them to configure auto scaling groups.
? Created AMI and snapshot to create EC2 instance whenever required.
Last Active: 2-Feb-21 Last Modified: 15-Dec-20
Mr. James Jelki
AWS Solutions Architect, DevOps Consultant, Cloud Engineer, DevOps Engineer,
Seeking opportunity in Cloud Architect & Administrator, AWS Solutions,DevOps &
Cloud Computing
Key Skills: aws,azure,devops,continuous integration,Continuous Delivery,Groovy,Powershell,Jenkins,Amazon
Ec2,Ansible,Docker,Orchestration,Release Management,Build Management,Windows Server,Application
Deployment,Cloud,IIS Server,Github,Maven
Summary
Result-oriented Professional with over years of experience in AWS Solutions Architect, DevOps Engineer, AWS sysops Admin,
Cloud Admin,, System Administration, Incident Mgmt, Windows Server, Aws, Amazon web Services, .AWS Admin
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 2/4
? Created S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
? Restoring backups from Amazon Glacier as per the request from the client.
? Creating Users and assigning them roles & policies so they can access the AWS resource.
? Monitoring AWS resources using AWS CloudWatch
? Created Alarms for any activity of AWS resources so quick action can be taken
? Creating and Attaching EBS to running EC2 instance and extending the drives in windows server
? Created Direct Connect connection for GSTN for using API of GST & E-Way bill.
? Created a VPC for GSTN and resource within it like EC2, S3, Glacier, EBS, Load Balancer, Route 53, SNS,
CloudWatch, etc.
? Installing and Configuring MySQL with failover clustering with Always On feature for high availability and DR on
window server for GST
? Monitoring and maintaining the GST application hosted on IIS for resolving issues within SLA
? Working closing with GST/E-waybill vendors and resolving the issues.
? Maintaining of windows servers by competing the monthly/weekly/daily activities.
? Creating user in Active directory and giving the requested access
? Creating user in Office 365 and giving the requested access
? Monitoring & troubleshooting windows server's performance using Performance Monitor.
? Creating & Configuring IIS server.
? Uploading DLL on the web application of production, testing and development server.
? Monitoring and troubleshooting issues of IIS web application.
? Creating pipeline and plan to automate the deployment from TFS to Dev to testing server using Build master and
Jenkins
? Deploying production release to production environment using Jenkins.
? Working closely with developers and fixing the issues and bugs on application.
? Working closing with the client and resolving issues within the SLA
? Updating Mysql scripts on the database server
? Taking a backup and restore the Mysql database.
? Working with testing and development team and maintain the web application
? Working closely with vendors and updating Release on weekly bases
? Applying Microsoft patched on monthly bases
? Upgrading driver software for related hardware laptops desktops
? Also providing local support to organization infrastructure.
Compucom Systems as System Administrator
Jul 2014 to Sep 2017
? Troubleshooting Windows Server related issues, Disk space, Recovery Validation
? Working on Pages and Change requests.
? Enabling and troubleshooting Vendor access issues on the Servers
? Troubleshooting in severity issues by maintaining SLA.
? Doing RCA and resolving issues on machines that were unable to receive /install Security/Application patches.
? Working closely with Vendors and following issues until resolution.
? Monitoring queues and focusing on key areas requiring immediate attention.
? Monitoring the performance on deployment of Security patches and other modified applications on VDI's, Wal-Mart
Store machines, laptops and desktops.
? Upgrading driver software for related hardware remotely laptops desktops and VDIs.
? Managing users, computers, groups & domain in Active Directory.
? Applying Microsoft Patches for more 10000 server's environment.
? Managing Windows clustering and troubleshooting on clustering issues.
? Monitoring server performance, providing offshore support for troubleshooting on physical servers through
ILO/DRAC/Management module.
? Performing Server Health Check
? Working on IBM Tivoli backup issues and restoring backup for the same.
? Working on VSphere and troubleshooting on down server tickets.
? Updating the DLL on the testing environment then update the same as a Release in Production environment.
? Accessing the host by using VMware web client, vSphere client, and Web Access.
? Creating Snapshot.
? Creating duplicate Virtual Machine's using cloning technology.
? Troubleshooting and Deployment of Virtual machine.
? Working on Hot add.
? Migration of Virtual machine using Vmotion.
? Configured AWS IAM and Security Group in Public and Private Subnets in VPC.
? Used AWS IAM to grant fine grained access to AWS resources through configuration of roles, policies.
? Created AWS Launch configurations based on customized AMIs and used them to configure auto scaling groups.
? Created S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
? Involved deploying a multitude applications utilizing almost all of the AWS stack (Including EC2, Route53, S3, RDS,
Dynamo DB, SNS, SQS, IAM) focusing on high-availability, fault tolerance using ELB and Auto-Scaling.
? Set up data management in AWS cloud including snapshot.
? Configured AWS CloudWatch to monitor AWS resources and applications.
? Executed troubleshooting though AWS EC2 status checks including periodic instance health checks and instance
status check alerts.
? Extensive knowledge of EBS - types, features and which type of volume to use with the instance to balance
cost/performance.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 3/4
? Adding EBS volumes to running instances as per the request
? Provision windows server as per the requirement using EC2.
WNS Global Services as Associate
May 2012 to Jul 2014
Roles and Responsibilities:-
? Handling a team of 10 member and monitoring their day to day activities
? Assisting the Expertise desk and handling escalation calls, also handling Elite and VIP customers
? Mentoring inbound agents before going live on calls.
? Handling the CMS in absence of leads.
? Interacting with clients via emails for special request
? Training the new agents and conducting session from them to improve their quality
? Handling chats and assisting the customers to resolve their resolve their issue.
? Auditing the calls of the team members
___________________________________________________________________________
UG: B.Sc (Computers) from Pune University in 2012
PG: MBA/PGDM (Information Technology) from Sinhgad Business School, Pune in 2015
Other Qualifications/Certifications/Programs:
Completed Programming Languages Courses like C, C++, Java
Completed MS-CIT course
Amazon Web services AWS
MCSA
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER 2008/2012 2017 3 Year(s)
AWS Amazon
web
2017 3 Year(s)
DNS ,DHCP 2017 3 Year(s)
VMWARE Vsphere 5 2017 3 Year(s)
PATCHING 2017 3 Year(s)
Active Directory 2014 3 Year(s)
AMAZON Web Services 2020 6 Year(s) 0 Month(s)
devops 2020 4 Year(s) 0 Month(s)
Jenkins 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Expert
Hindi Expert
Marathi Proficient
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f160116…
https://freesearch.naukri.com/preview/printResume?uname=7e47cf4f94ae7f96a04b89296949b47b5b5d08524c1208455113450d5b0c594f1601160416485b0b0d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Konkani
Rank 1072: Resume 1375 with similarity score 0.006044902822820808
Resume Text: BTECH , B.E , B.TECH , BS manual tester , devops , cloud engineer , full time , system analyst amazon web services (aws) , general , software solutions , devops , jenkins , customer , access , classic , security , designation , elastic load balancing , server management , ug , mar , affirmative action , maintenance , ltd , permissions , authorization , english , status , email , store , application , groups , configuration management , database development , electronics , s3 , ec2 , storage , languages , dashboards , javascript , organization , cloud computing , metrics , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190…
https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190a43485c0e080… 1/2
Current Designation: Cloud Engineer
Current Company: Mize Software Solutions
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Analyst
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: BTECH [btech]
Verified : Phone Number | Email - id
Mize Software Solutions as Cloud Engineer
Mar 2018 to Till Date
Over 3.4 Years of IT experience and specialized in DevOps Environment, Amazon Web Services (AWS)
Very good hands on experience on EC2 like creating and managing instances of all types.
Setup and attached EBS volumes to Ec2 instances.
Maintaining 6 Aws accounts of organization setting MFA/Permissions for all the users.
Experience in maintaining the CI with Jenkins.
Monitoring all cloud services by using Cloud Watch creation of customer specific Dashboards and making sure alerts
are configured for metrics.
Setup and managed security groups, VPC' specific to environment.
Hands on experience on VPC, Subnets, and Route tables etc.
Configured and managing security groups.
Configured and managing ELBs (Application/Classic) along with the Target groups.
Configured and managing S3 storage by maintaining folder structure and uploading files.
Administering Roles, users, groups and setting up of policies by using IAM.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
BEERAVELLI AKHIL KUMAR
Cloud Engineer seeking roles in Software Development,Application
Programming,System Analysis,Requirement Gathering,Cloud
Computing,Configuration Management,Server Management,Access
Management,Database Development,AWS
Key Skills: Cloud Engineer,System Analyst,System Analysis,Requirement Gathering,Cloud Computing,Configuration
Management,Server Management,Access Management,Database Development,AWS
Summary
Over 3.5Years of IT experience and specialized in DevOps Environment, Amazon Web Services (AWS)
Very good hands on experience on EC2 like creating and managing instances of all types.
Setup and attached EBS volumes to Ec2 instances.
Maintaining 6 Aws accounts of organization setting MFA/Permissions for all the users.
Experience in maintaining the CI with Jenkins.
Monitoring all cloud services by using Cloud Watch creation of customer specific Dashboards and making sure alerts are
configured for metrics.
Setup and managed security groups, VPC' specific to environment.
Hands on experience on VPC, Subnets, and Route tables etc.
Configured and managing security groups.
Configured and managing ELBs (Application/Classic) along with the Target groups.
Configured and managing S3 storage by maintaining folder structure and uploading files.
Administering Roles, users, groups and setting up of policies by using IAM.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190…
https://freesearch.naukri.com/preview/printResume?uname=b6c0007fc7cc3c6f9d7745eaedb349310b545d034f170f420b1548095e08554a165f190a43485c0e080… 2/2
Vsosco Pvt Ltd as Manual Tester
Aug 2017 to Feb 2018
UG: B.Tech/B.E. (Electrical and Electronics) from Laki Reddy Bali Reddy College of Engineering, Krishna(district) in
2014
PG: BTECH (btech) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS
EC2, AUTO SCALING
Elastic Load Balancing (ELB)
S3, CDN (Cloud-Front)
Elastic Block Store (EBS)
Glacier (Archive Storage)
Relational Database (RDS)
Virtual Private Cloud (VPC)
Route 53 (DNS) Platform Services
AWS Cloud-Watch
AWS IAM
AWS SQS, SNS, and SES
Languages Known
Language Proficiency Read Write Speak
english Proficient
Rank 1073: Resume 781 with similarity score 0.0059986687626510035
Resume Text: B.E , B.TECH , BS packager , software developer , senior software engineer , full time , part time , team lead , java application developer , installer , senior devops engineer training , core java , financial services , security , bash , docker , gateway , player , ssl , status , logging , mumbai , continuous integration , system architecture , plus , xml , jna , disbursement , gitlab , components , high availability architecture , ossec , building , kibana , ec2 , infrastructure , payments , pipeline , automation , devops , critical thinking , kubernetes , designation , mar , hindi , cloud , loan , ltd , windows , english , logstash , agile , project , microservices , javafx , documentation , javascript , form , technology , application monitoring , general , scripting , affirmative action , maintenance , kafka , email , wordpress , aws , configuration management , work effectively , new features , mac , languages , client requirements , nucleus , jira , search , system solutions , online , ruby , ug , casting , customer acquisition , jmeter , oracle database , routing , dns management , authorization , internet , mozilla , youtube api , electronics , ffmpeg , s3 , nginx , pan , python 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 1/4
Current Designation: Senior Devops Engineer
Current Company: PayU Payments
Current Location: Noida
Pref. Location: Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: More than 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
PayU Payments as Senior Devops Engineer
Oct 2020 to Till Date
Sopra Banking as Module Lead -DevOps
Dec 2018 to Oct 2020
Working as Module Lead in team of 7 Members for building banking product with CICD approach.
Worked along various Cloud and infra technologies for full automation and flexibility of adding new features into the
product.
Used Terraform along with Packer for creating AWS infrastructure.
Worked on Chef using Ruby ,Bash and Python for automating configurations over AWS instances.
Containerized microservices deployment using Docker, Kubernetes, AWS EKS with help of HELM for k8s package
management.
Used OSSEC, FluentD, Logstash,Filebeat, ELK Stack for logging and security.
Used Route53, letsencrypt, Axway API Gateway, Nginx for DNS management and routing.
Used GIT for code management and Gitlab for CICD approach.
Tools Used: Grafana, Prometheus,Kiali, kibana, JIRA, jmeter, postman, open ssl etc.
VVDN Technologies as Senior Software Engineer
Jun 2017 to Dec 2018
Worked as Architect/Developer for AWS backed WordPress site using
LEMP Stack, Responsible for automated and resilient product.
Also worked for Windows and Mac based java application development
(DVDO TILE). http://dvdo.com/product/dvdo-tile/
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Sankalp Pandey
Module Lead seeking roles in Software Configuration Management,Build
Management,Release Management,Continuous Integration,Application
Deployment,AWS Packer,Docker,AWS EKS,Nginx,Chef,Kubernetes,ELK
Stack,GIT,SVN,Python,Bash Scripting,Gitlab
Key Skills: Module Lead,Tech Lead,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,AWS Packer,Docker,AWS EKS,Nginx,Chef,Kubernetes,ELK
Stack,GIT,SVN,Python,Bash Scripting,Gitlab
Summary
Critical thinking DevOps Engineer with extensive understanding of high availability architecture and concepts. Purpose-driven
professional with capacity to be strong team player plus work effectively independently.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 2/4
Worked over different projects simultaneously with technologies like AWS,Terraform , LEMP Stack , Filebeat , Java ,
LetsEncrypt.
Collaborated with cross-functional development team members to analyze potential system solutions based on evolving
client requirements.
Used JavaFx, FFMPeg for developing a media sharing desktop application using websocket integrated with youtube APIs.
Nucleus Software Exports Ltd. as Software Developer
Aug 2014 to Jun 2017
Client handling (State Bank of India) with responsibilities of a java application developer.
Worked on technologies such as Java , Oracle DB, WAS.
Delivered and maintained scalable system architecture to support high-availability Internet site with various internal
applications.
Created Static website on AWS S3 for pan india training using route53 Api-Gateway and AWS Cognito .
Created Bash scripts for automating product deployment and application monitoring.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Maulana Azad National Institute of Technology in 2014
Nature of Employment: Full Time Duration: Dec 2018 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Kubernetes latest 2020 2 Year(s) 0 Month(s)
DOCKER latest 2020 2 Year(s) 0 Month(s)
PIPELINE gitlab 2020 3 Year(s) 2 Month(s)
CHEF latest 2020 1 Year(s) 7 Month(s)
Terraform latest 2020 3 Year(s) 2 Month(s)
AWS latest 2020 3 Year(s) 5 Month(s)
NGINX latest 2020 3 Year(s) 2 Month(s)
letsencrypt latest 2020 3 Year(s) 2 Month(s)
LEMP Stack latest 2020 3 Year(s) 2 Month(s)
Python 2.7
and 3
2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Projects
Project Title: Devops
Client: Product Company
Project Details: Devops Engineer for providing infrastructure for microservice using
AWS :EC2,VPC,Route53,Lambda Function,S3,CloudWatch
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 3/4
Nature of Employment: Full Time
Project Location: Gurgaon
Role: Sr. Programmer
Duration: Nov 2017 - Nov 2017
Onsite / Offsite: Offsite
Team Size: 1
Nature of Employment: Full Time
Project Location: gurgaon
Role: Sr. Programmer
Duration: Oct 2017 - Nov 2017
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time
Project Location: gurgaon
Role: Sr. Programmer
Duration: Jul 2017 - Oct 2017
Onsite / Offsite: Offsite
Team Size: 2
Nature of Employment: Full Time Duration: Jun 2017 - Dec 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Role: Module Leader
Duration: Jan 2016 - May 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Mumbai Sbi head Quator GITC Bellapur
Role: Programmer
Duration: Apr 2015 - Apr 2017
Onsite / Offsite: Onsite
Team Size: 6
Terraform,Docker,Chef,Kubernetes/aws EKS,HELM,GIT,AGILE,NGINX,GITLAB,Elastic-Search,Logstash and kibana (ELK
Stack),FluentD
Tools : Grafana ,kiali , kafka ,zookeper
Project Title: Windows / Mac Installer with bundle JRE(VVDN)
Client: DVDO
Skill Used: ANT, INNO Scripting , MAC Packager.
Role Description: Developing installer for mac as well as windows with JRE bundle in it , so same could be used for
distributing among users without any external dependencies .
Project Details: As final finishing of the product (DVDO TILE) we need to prepare an installer that could be provided to user
for installing over any windows/Mac Platform even if user system not having java installed.
Project Title: Integration with YouTube for desktop Application (VVDN)
Client: DVDO
Skill Used: Core Java , Java FX , Integrating with YouTube Api's
Role Description: Application development by using Core Java , Java FX , Integrating with YouTube Api's
Project Details: In desktop application we have to integrate browsing, login playing and casting of YouTube videos inside.
Project Title: Media / Desktop sharing over Network (VVDN)
Client: DVDO
Skill Used: Core java , JNA , Networking,
Role Description: Developer
Project Details: This was one of the main feature of the DVDO Tile application in which we have to share media and desktop
image over the network in form of buffered image format.
Project Title: Website hosting on AWS
Client: DRDO
Project Details: Requirement :
We need to host a WordPress website on AWS in which security was the main concern along with full automated for internal
use only.
Technical Aspects :
Different services of AWS like AWS Gateway , AWS cognito along with letsencrypt for certificate generation for the website
based on LEMP stack on ec2 instance as a host was prepared . The website was for internal use hence we used MTLS and
strict Nginx policies , like handling for host header injection , CSP as well as for a good score over Mozilla observatory.
All the components were automated using gitlab ,terraform, python and AWS lambda functions.
Project Title: Static Site hosting on AWS S3
Client: State Bank of India
Project Details: Requirement : To host a site as which was mainly for documentation of different feature available in CAS and
other integrated internal system of SBI.
Technical Aspects : That was a team initiative to introduce with cloud technologies in sbi , We used AWS s3 as the main
component for hosting a static website.
Later using bash scripting and AWS Cli , automation of the website is done so that one can upload new document into the
hosted website.
Project Title: Online Customer Acquisition System
Client: State Bank Of India
Skill Used: Java , Java webservices , PLSQL oracle Database , XML , Javascript,
Role Description: Software Developer
Project Details: CAS is basically acquisition system, In FinnOne through CAS, Details of a candidate (like demographic,
income etc.) are captured for loan capturing and further analyzing whether the candidate is eligible for loan amount or not
through various rules and policies till disbursement.
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b410811…
https://freesearch.naukri.com/preview/printResume?uname=7e754d5ce6e5522f6e08344a0e02ecb45e540e511b420b160b10450e555c571b4108115744455d0e0c… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Part Time
Rank 1074: Resume 1218 with similarity score 0.005982643960506944
Resume Text: B.E , MS , B.TECH , BS director , associate , devops , team leader , solution architect , full time , application developer , enterprise architect version control , apache cxf , financial services , telugu , virtual machines , space , firebug , platforms , linux , status , digital transformation , unica , continuous integration , performance engineering , planet , components , axis2 , fundamentals , html5 , weblogic , jrockit , yslow , corda , pipeline , vss , devops , kubernetes , designation , xslt , web services , hindi , ltd , windows , eda , json , english , alexa , troubleshooting , twitter , soma , agile , 12c , findbugs , project , osb , tiles , microservices , angularjs , checkstyle , jquery mobile , rest , mvc , software architecture , flow , strategy , ooad , struts , javascript , stax , technology , ldap , ibatis , vm , continuous delivery , affirmative action , principles , ca-7 , maintenance , httpwatch , resiliency , iaas , bootstrap , strategic planning , pmd , paas , dynatrace , email , google , jpa , tomcat , aws , responsive web design , oracle coherence , microsoft , saas , art , xstream , maven , languages , eai , amazon , proof of concept , apps , facelets , velocity , sonar , xpath , online , ajax , api , job scheduling , spring batch , migrating , jenkins , soap , hudson , analytics , ionic , gof patterns , azure , autosys , authorization , teams , servlets , spring boot , application , focus , npm , itext , electronics , enterprise architecture , led , servers , uml , cvs , eclipse , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a1…
https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a185044490a5e0… 1/3
Current Designation: Strategic Architect -Java
Current Company: Franklin Templeton International Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Solution Architect / Enterprise Architect
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 19 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Franklin Templeton International Services as Strategic Architect -Java
Sep 2006 to Till Date
Demonstrated benefits of the cloud by migrating applications that were operated on 250 Linux servers across franklin
datacenters. Five key
legacy applications were migrated to the cloud utilizing container-based tech stack. Showcased legacy applications could
utilize modern
cloud capabilities like monitoring and resiliency.
Led high visibility global projects of over 3 Million USD by partnering with key stakeholders in digital team for US, India and
International
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Soma Sekhara Reddy Kesara
Strategic Architect (Director) with extensive Digital Transformation and API-First
strategy experience using cloud-native technologies such as IaaS, PaaS, SaaS on
Azure & AWS Platforms with Microservices Architecture.
Key Skills: Strategic Planning, Enterprise Architecture, Cloud Computing, Devops, IT Roadmap, Azure, AWS, Application
Architecture, System Integration, Agile, Requirement Gathering, Microservices, Java, J2Ee, Angularjs, Troubleshooting,
Continuous Delivery
Summary
Technology Leader with 19 years of combined multi-disciplinary
experience as a developer, designer, engineer and architect of
enterprise applications
Architected the state-of-the-art Digital ecoSystems for Franklin
Templeton TA and Marketing solutions across the globe
Consistently focused on instilling a highly effective product
development roadmap and optimally managing the project
pipeline
Executed several solutions with Domain Driven, API-First, Service
Oriented Architecture, Enterprise Application Integration (EAI),
Modern Browser based Architectures (responsive web design,
adaptive and mobile) and Performance Engineering to the Global
Business Teams
Technocrat: Strong focus and comprehensive knowledge of
emerging technologies- Voice, Mobile, Social, Web, Cloud and
Analytics (Unica, Google)
Spearheaded continuous integration (CI) practices, code quality
and standards across Franklin Templeton by utilizing Agile
practices
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a1…
https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a185044490a5e0… 2/3
shareholders and financial advisors.
Responsible for the architecture and management of Franklin's Global websites, 80+ global websites servicing 850,000+
users daily. Steered
India, US, International Digital Ecosystems' integration with 6-10 complex engineering applications over 21 months.
Engineered the micro front-end strategies using Angular apps, microservices using spring boot with the cloud-native
approach. Reduced
application development effort by 35% and schedule by 20% through API-First Architecture.
Led migration of applications from virtual machines to Azure cloud, including spring boot based restful microservices apps.
Designed cloudnative
apps using 12-factor methodology including Kubernetes containers, platforms and functional computing.
Pioneered architecture "Roadmap" and developed a result-oriented "Proof of Concept" for product entry into mobile space
for the first time;
blueprinted strategy for developing 40+ mobile sites.
CA (Computer Associates India Pvt. Ltd.) as Team Leader
Sep 2004 to Sep 2006
As a Team Leader, I am responsible for the web interface for CA job scheduling engines. AutoSys and CA-7 are the job
scheduling engines
supported by UWCC. These are two industry-leading job scheduling engines of CA.
UWCC provides a unique way of communicating with all job scheduling engines. This project has very loosely coupled
components and
developed using the SOA, MVC architectures.
Planet Online Pvt Ltd.- Planetsoft (currently Ebix) as Technical Leader
Feb 2002 to Aug 2004
I have worked as an Associate Team Lead, Technical Leader, Sr developer and member of Architecture team and
developed solutions using
J2EE technologies on Weblogic platform.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Andhra University in 1998
Other Qualifications/Certifications/Programs:
Software Architecture: Principles and Practices
Certified Kubernetes Application Developer
Microsoft Certified: Azure Fundamentals
Certified Disciplined Agilist
Documenting Software Architectures
AWS Certified Cloud Practitioner
Microsoft Certified: Azure Data Fundamentals
Education
IT Skills
Skill Name Version Last Used Experience
OOAD, SOA, EDA, Core-Java, Servlets, JSP
JDBC, JPA, EJB, JNDI, Facelets
Eclipse Link, iBatis, Apache Struts
Tiles, Velocity, Rich Faces, Prima Faces
Pretty Faces, DOM, SAX, STAX, XPath
XSLT, XSD
Apache, Tomcat, WebLogic 10, 11g, 12c
ALSB3.0, OSB 12c
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a1…
https://freesearch.naukri.com/preview/printResume?uname=86e7a681c22635c87194c517700d8d430d5958591817011851474558085d5019115a185044490a5e0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
HTML / HTML5, Ajax, JavaScript
JQuery, JQuery Mobile, Twitter Bootstrap
JSON, Angular JS, Ionic, APIGEE
Amazon Alexa, Google Home, API.AI
Spring IOC/DI, Spring Web Flow
Spring Batch, Spring Web Services
Spring LDAP & Spring AOP
Oracle Coherence, EH Cache, OS Cache
IDE,Build (Maven, Ant), Code Quality
Sonar, PMD, FindBugs, CheckStyle
HUDSON, JENKINS
Charting (Corda, High Charts)
Version Control (VSS, CVS, SVN)
Analytics (Unica, Google)
JAXB, SOAP, REST, WSD, Apache Axis2
Apache CXF, Spring webservices
Xstream, SimpleXML, WS-Addressing
GOF Patterns, J2EE Patterns, SOA Pattern
Linux, Windows
HttpWatch, DynaTrace Ajax Edition
SOAP UI, Eclipse MAT, Visual VM
JRockit Mission
FireBug, YSlow, iText, LDAP, GC Viewer,
UML, GRUNT. GULP, NPM
Java Mission Control
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1075: Resume 1263 with similarity score 0.005971416748581042
Resume Text: B.S , MS , M.S software engineer , web developer , senior engineer , software developer , full time resource allocation , api , customer , lumen , designation , ug , tamil , affirmative action , information technology , mysql , hindi , beginner , maintenance , travel , php , jquery , authorization , english , status , email , project , application , solution architecture , angularjs , drupal , rest , mvc , languages , es6 , cms , javascript , web , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170…
https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170716485e09080… 1/2
Current Designation: Senior Engineer
Current Company: Aspire Systems
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Sc [information technology]
Verified : Phone Number | Email - id
Aspire Systems as Senior Engineer
Feb 2016 to Till Date
Maintaining existing angular projects.
Maveric Systems as Software Engineer
Jul 2015 to Nov 2015
Maintaining the Timesheets, Travel and Tourism module maintenance and Resource allocation modules. Also taken care
of the weekly scheduled reports submitted to the team.
K2B Solutions as Web Developer
Sep 2014 to Jun 2015
Taken care of individual projects core php, MVC applications and CMS. Interacted with customers regarding the project
updates and clarifications.
Rapid Care as Software Developer
May 2012 to Sep 2014
Responsible for a PHP MVC application and customer handling.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Aravind Raj. P
Software Engineer seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,PHP,MySQL,jQuery,Ajax,Gulp,Angular,Rest
API,Lumen,React Js
Key Skills: Software Engineer,Software Developer,oftware Development,Application Programming,Application
Maintenance,Project Management,PHP,MySQL,jQuery,Ajax,Gulp,Angular,Rest API,Lumen,React Js
Summary
Hands of experience in ES6 and js frameworks Angularjs, Angular and React Js.
Plenty of experience in PHP MVC Frameworks and CMS.
Have good knowledge and expertise in Mysql, jQuery and ES6.
Communication and interaction skills with Europian clients.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170…
https://freesearch.naukri.com/preview/printResume?uname=ae373ac92c5ad7b5c526adbf5aafdfc25009005218130b450a1113505c08041b140f170716485e09080… 2/2
UG: B.Sc (information technology) from N.M.S.S.V.N COLLEGE, MADURAI in 2009
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
PHP
DRUPAL
MySQL
JQUERY
AJAX
React js
JavaScript 6 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Hindi Beginner
Rank 1076: Resume 1355 with similarity score 0.005966757135410623
Resume Text: B.E , MS , B.TECH , BS software engineer , devops engineer , associate , cloud engineer , full time automation , ansible , version control , api , continuous delivery , subversion , general , devops , jenkins , migrating , computer networking , kubernetes , designation , groovy , software deployment , vault , mar , affirmative action , hybrid cloud , plugins , health , angular , docker , maintenance , cluster , ami , apache , cli , authorization , teams , go , web applications , status , email , logging , tomcat , groups , aws , configuration management , microservices , working abroad , splunk , smoke testing , ci , web servers , continuous integration , range , github , pipelines , ecs , writing , s3 , strategy , ec2 , building , infrastructure , nginx , maven , kibana , agents , code coverage , vmware , boarding , sonarqube , selenium testing , jira , javascript , artifactory , technology , metrics , base , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10…
https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10021242595b0f… 1/2
Current Designation: Software Engineer
Current Company: Tech Mahindra
Current Location: Hyderabad / Secunderabad
Pref. Location: Chennai,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
Tech Mahindra as Software Engineer
Apr 2019 to Till Date
Responsibilities:
* Implemented an end to end automation of Jenkins cluster setup with Infrastructure as a code (Iaac) using terraform,
and AWS services like cloudwatch, EC2 Launch templates and auto-scaling groups.
* Designed and Automated end to end AMI life cycle implementation using github webhooks, Jenkins and Ansible to
support the base AMI patching, application AMIs updating and Old AMIs cleanup.
* Implemented a Continuous Integration/ Continuous Delivery (CI/CD) pipeline with Jenkins, Github and JFROG
Artifactory to deploy static angular websites to AWS S3 buckets.
* Worked on migrating microservices to Kubernetes by developing pipelines to create docker images and deploying to
Kubernetes cluster.
* Implemented Istio sidecars for service discovery and securing service to service communication in Kubernetes cluster.
* Deployed Prometheus and Grafana solution on Kubernetes cluster to setup alerts and visualize Kubernetes metrics.
* Implemented Jenkins pipelines in groovy to support hybrid cloud model during migration of angular and microservices
from On-premise to AWS cloud.
* Designed github branching strategy and developed Jenkins pipelines to create AWS codedeploy infrastructure like
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Anagandula Rajkumar
Devops Engineer seeking roles in Software Deployment,System
Analysis,Configuration Management,Computer Networking,AWS,VMware,JIRA
Key Skills: GIT,Github,Jenkins,Ansible,JIRA,sonarqube,Docker,kubernetes,prometheus,grafana,Splunk,terraform,AWS
Summary
* AWS DevOps/Cloud engineer with experience in automation, building CI/CD pipelines, monitoring and supporting deployed
applications in on-premise, cloud and hybrid cloud environments.
* Experience working with Devops toolset like Jenkins, Jfrog Artifactory and Ansible.
* Experience working with containerized environments like Kubernetes.
* Experience in creating and configuring the CI/CD pipelines for build and deploying Micro-Services, web applications using
Jenkins.
* Experience working with AWS services like of EC2, S3 buckets, AMIs, auto scaling groups, ELB, ECS, EKS, IAM, VPC
,Route53, Lambda Functions.
* Experience working with Java, Javascript application deployments.
* Experience working with web servers like Apache tomcat, nginx server.
* Experience with version control technology like Git and Subversion.
* Experience in writing shell, groovy and ansible scripts to automate manual tasks.
* Experience working with AWS and VMware environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10…
https://freesearch.naukri.com/preview/printResume?uname=a9bd7d5cf7966704cc9b81559fdd5914515f095119410b150614455d5a08554d155c10021242595b0f… 2/2
codedeploy application, deployment groups and deployment configs for platform on boarding.
* Automated application deployments to auto scaling group instances by triggering AWS codedeploy from Jenkins
agents using AWS CLI.
* Implemented Blue/Green deployments, Canary deployments and In-Place deployments using AWS codedeploy.
* Used Ansible Vault to hide all the passwords in the ansible scripts.
* Integrated automated smoke testing to the angular build and deployment pipelines
Tata consultancy services as Software Associate
Aug 2016 to Mar 2019
* Setup Continuous integration with Jenkins and make use of wide range of plugins available to setup smooth developer
friendly workflows.
* Setup full CI/CD pipelines so that each commit a developer makes will go through standard process of software
lifecycle and gets tested well enough before it can make it to the production.
* Helped individual teams to set up their repositories in Github and maintain their code and help them setting up jobs
which can make use of CI/CD environment.
* Effective maintenance of resources using ansible and VMware and monitoring the health every day.
* Made use of maven for building applications and written structured pom which can can be consumed by Jenkins.
* Made use of ELK stack for logging all the activity and create indexes which can be queried by kibana.
* Setup sonarqube projects which corresponds to Github projects and provide code analysis different programming
standards.
* Provide continuous testing with selenium testing which involves end-to-end, api and ui frameworks.
* Have built Docker images and written Docker files which can be used to automate all developer tasks.
* Provide support for teams working abroad and taking monthly sessions on how and what branching strategies are to
be followed and how they can be beneficial.
* Setting up code coverage using sonarqube.
UG: B.Tech/B.E. (Electrical) from Jawaharlal Nehru Technological University (JNTU) in 2014
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
GIT 0 4 Year(s) 5 Month(s)
GitHub 0 4 Year(s) 5 Month(s)
Jenkins 0 4 Year(s) 5 Month(s)
Ansible 0 4 Year(s) 0 Month(s)
SPLUNK 0 2 Year(s) 0 Month(s)
JIRA 0 4 Year(s) 0 Month(s)
SonarQube 0 4 Year(s) 0 Month(s)
DOCKER 0 3 Year(s) 0 Month(s)
Kubernetes 0 2 Year(s) 0 Month(s)
AWS 0 2 Year(s) 0 Month(s)
Rank 1077: Resume 394 with similarity score 0.0059663090072424145
Resume Text: M.TECH work from home , recycler firebase , assessment , ltd , resume , ux , android , internships , english , security , apps , kotlin , screens , learning , information technology , financial inclusion , application Assessment
Q1. Why should you be hired for this role?
I work every day on Android and have developed many applications for the experience. During the learning process, I came to understand that
Android will be my leading platform, and also I'm much more experienced in UI/UX designs. I have been using firebase for many applications, and
now I'm pretty good at it. Recently I developed an application Notes app) for my personal use, with high security, which includes encryptions,
keystores, and biometric-manager. The app is known not only for safety but also for its performance(optimized recycler view). I develop apps
based on new technologies and trending styles, like using material designs, artboards, splash screens, and much more.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I'm available for 23 months.
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 8919192333
Pranay
Hyderabad
Applied 26 Dec'20
Android Kotlin C#.NET
C Programming English Proficiency Spoken) English Proficiency Written)
Integrated M.Tech, Information Technology
ABVIIITM
2017 - 2022
Android App Development
SpanishBolo, Virtual
Apr 2020 - Jun 2020
Created two android applications BailaBollywood and SpanishBolo app.
Information Technology
Bharat Financial Inclusion Ltd, Hyderabad
May 2019 - Jul 2019
Rank 1078: Resume 1359 with similarity score 0.00594502236436923
Resume Text: B.E , B.TECH devops engineer , full time , release manager ansible , wit , subversion , general , devops , jenkins , telugu , kubernetes , designation , confluence , bash , affirmative action , hindi , cloud , docker , linux , authorization , english , status , nexus , sql , email , aws , less , ci , bitbucket , git , shell scripting , maven , languages , it infrastructure , jira , javascript , sonar , cd , html 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d1…
https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d170647440e085f… 1/2
Current Designation: Release Manager
Current Company: Wipro
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Other
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Wipro as Release Manager
Jun 2018 to Till Date
Having 3+ years of experience in IT Infrastructure with DevSecOps and Cloud Management as a DevOps Engineer,
Proficient in Git, Maven, Jenkins, Ansible, Docker, Kubernetes, Jira with AWS Cloud.
UG: B.Tech/B.E. (Computers) from Kandula Sreenivasa Reddy Memorial College of Engineering, Kadapa in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Saitej Reddy
Having 3+ years of experience in IT Infrastructure with DevSecOps and Cloud
Management as a DevOps Engineer, Proficient in Git, Maven, Jenkins, Ansible,
Docker, Kubernetes, Jira with AWS Cloud.
Key Skills: kubernetes,git,maven,shell
scripting,aws,ansible,docker,bitbucket,confluence,JIRA,linux,SQL,Linux,Bash,Ant,Subversion,grafana,AWS
Summary
Having 3+ years of experience in IT Infrastructure with DevSecOps and Cloud Management as a DevOps Engineer, Proficient in
Git, Maven, Jenkins, Ansible, Docker, Kuberneties, Jira wit AWS Cloud.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
MAVEN
Jenkins
DOCKER
Kubernetes
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d1…
https://freesearch.naukri.com/preview/printResume?uname=1db3c97279f5b984467fc281ee19c3dc585d005919105a17004710515d01564e405d170647440e085f… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
AWS
JIRA
HTML
CI/CD
GIT
NEXUS
sonar cube
Ansible
CHEF
Grafana
EFK
ELK
Shell Scripting
Languages Known
Language Proficiency Read Write Speak
Telugu Expert
Hindi Expert
English Proficient
Rank 1079: Resume 861 with similarity score 0.005943386035848484
Resume Text: B.E , MS , B.TECH technical consultant , software developer , full time , full stack developer , front end developer winscp , react.js , api , version control , functionality , redux , general , customer , algorithms , telugu , visual studio code , atom , validation , designation , user management , mar , affirmative action , information technology , mysql , analytics , authentication , attendance management , hindi , maintenance , apache , typescript , gateway , union , json , english , authorization , web applications , bootstrap , status , spring boot , architecture , ecmascript , email , ibase , tomcat , aws , live , microservices , angularjs , records , adherence , deals , support center , design patterns , git , languages , framework , project work , hibernate , client requirements , amazon , algorithm development , management system , arbitration , javascript , eclipse , 360 , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 1/4
Current Designation: Full Stack Developer
Current Company: Deloitte
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Deloitte as Full Stack Developer
Mar 2020 to Till Date
Project #1: Sanofi
Client Sanofi
Duration From March 2020 to Present (Currently Working)
Role Full Stack Developer
Team size 10
Environment Angular 9, Javascript, Java, Serverless architecture, Amazon web services(AWS)
Lambda functions, AWS API gateway, Eclipse IDE, Visual Studio
Description: Creating an Adverse event Web Application for Sanofi pharmaceutical company
which deals with adverse event information
Role:
Responsible for creating the web application using Angular and typescript by configurable
JSON objects
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Prudhvi Vanga
Technical Consultant seeking roles in Software Development,Application
Programming,Data Structures,Algorithm Development,Client
Management,Requirement Gathering,HTML,Java,MySQL,Spring
Boot,Javascript,Apache Tomcat
Key Skills: technical consultant,software developer,software development,application programming,data
structures,algorithm development,client management,html,java,mysql,spring
boot,javascript,react.js,angularjs,J2Ee,Spring,Java,Hibernate
Summary
4 Years of Progressive experience in Software Development
Have 3 years of experience React JS, Redux, JavaScript(ES6), Angular9
In depth knowledge on Data Structures and Algorithms
2 years of experience in Java/J2EE Technologies,Spring Boot, Microservices
Well-equipped with Object Oriented Concepts
Worked in Spring boot,Hibernate Framework and created Microservices for multiple web
applications
Experience on working in serverless architecture with AWS lambdas and API gateway
Worked in React JS, ECMAScript(ES6) with Redux and created multiple Web applications
Completed Trainings required for the corporate to maintain the quality and
Performance of the applications delivered
Have Knowledge of using GIT (Centralized and Distributed Version Control System)
Understanding the Client Requirements by interacting with them and
Serving them with the best services.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 2/4
Worked on reactive form validation on angular
Creating Amazon web service(AWS) lambda functions using Java
Worked on serverless architecture and used AWS API gateway
Interacting with team members to ensure smooth progress of project work
Identifying, analysing defects, questionable functions, errors, and inconsistencies in
software program functions
Ibase IT as Full Stack Developer
Mar 2018 to Feb 2020
Project #1: Pushlive
Client Push innovation Live(US)
Duration From March 2018 to Present (Currently Working)
Role Full Stack Developer
Team size 10
Environment Java J2EE, Spring Boot, MYSQL, React JS, Redux ECMAScript(ES6), Hibernate,
AWS, Microservices, Eclipse IDE, Visual Studio, WinSCP
Description: Creating a Customer Care Centric Web Application for Push innovation Live customer
care support center based in California which deals with different modules like Orders, Reports,
Analytics, call records, User Management of customers.
Role:
Responsible for creating the functionality of the application using React JS by handling
JSON objects from API response
Creating microservices using Spring Boot for Orders, Reports, Analytics modules
Worked on ECMAScript validation and Application authentication like Login ,Logout ,Reset
Password functionality of the application
Responsible for deploying build in AWS and WinSCP
Monitoring and ensuring customer delivery during the transition period
Interacting with team members to ensure smooth progress of project work
Identifying, analysing defects, questionable functions, errors, and inconsistencies in
software program functions
Suraaga Technologies as Front End Developer
Oct 2016 to Dec 2017
Project #2: Union 360
Client Union 360 Bank(US)
Duration June 2017 to Dec 2017
Role Full Stack Developer
Team size 8
Environment Java J2EE, Spring Boot, React JS, Redux , MYSQL, ECMAScript(ES6), Eclipse IDE,
Visual Studio Code, Bootstrap
Description: We created a web application which will mediate between customers and union 360
bank for claims approval/decline during this verification process it goes through different business
phases like claim,dispute,pre-arbitration,arbitration ,pre-compliance,compliance if created claim
validate the business scenarios then the claim we be successful
Role:
Responsible for Creating Claims and dispute module using Java and React
Took an active role in Implementation of Design Patterns
Ensuring adherence to quality norms throughout the implementation process
Project #3: Biometric attendance management system
Client Suraaga Technologies
Duration October 2016 to May 2017
Role Full Stack Developer
Team size 4
Environment React JS, Redux, ECMAScript(ES6), Java J2EE, Spring Boot, Eclipse IDE, Visual
Studio Code, Bootstrap
Description: Biometric attendance management is a Web Application which manages in time and
out time of employee shifts. It also provides employee details and company information ,allows
the manager to add shifts as well as manage entries of employee's.
Role:
Responsible for Design and Development of the employee management module using
React
Designed GUI using React JS, Bootstrap, CSS3, Material UI
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 3/4
UG: B.Tech/B.E. (Information Technology) from Vellore Institute of Technology (VIT) in 2016
Nature of Employment: Full Time Duration: Mar 2018 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jun 2017 - Dec 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Oct 2016 - Jun 2017
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
JAVA 8, Spring 2020 2 Year(s) 0 Month(s)
Redux ECMAScript(ES6), Hibernate 3 Year(s) 0 Month(s)
AWS, Microservices 2020 1 Year(s) 2 Month(s)
Eclipse IDE, Visual Studio 2 Year(s) 9 Month(s)
WINSCP 2 Year(s) 0 Month(s)
Visual Studio, Atom 3 Year(s) 8 Month(s)
GIT 3 Year(s) 0 Month(s)
BOOTSTRAP 2 Year(s) 9 Month(s)
Angular9 9 2020 0 Year(s) 6 Month(s)
React.js 16 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi
Telugu
Projects
Project Title: PushLive
Client: Push innovation Live
Project Details: Creating a Customer Care Centric Web Application for Push innovation Live customer care support center
based in California which deals with different modules like Orders, Reports, Analytics, call records, User Management of
customers.
Project Title: Union 360
Client: Union 360 Bank
Project Details: We created a web application which will mediate between customers and union 360 bank for claims
approval/decline during this verification process it goes through different business phases like claim, dispute,pre-arbitration,
arbitration, pre-compliance, compliance if created claim validate the business scenarios then the claim will be successful
Project Title: Biometric attendance management system
Client: Suraaga
Project Details: Biometric attendance management is a Web Application that manages in time and out time of employee
shifts. It also provides employee details and company information, allows the manager to add shifts as well as manage
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b17081…
https://freesearch.naukri.com/preview/printResume?uname=606d71ece05d3c77e97e0ed5d9ddd23451095b07191458175614175f540e004b1708170610120c5b0f… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
entries of employee's.
Rank 1080: Resume 653 with similarity score 0.005907952632188621
Resume Text: B.E , BS team leader , work from home , cyber security , student cyber security , image processing , css , deep learning , collaborative filtering , traffic control , mask , application , finale , computer vision , diabetic retinopathy , prediction , resume , electronics , machine learning , opencv , sentiment analysis , flask , completion , assessment , probability , python , javascript , web , campus , html , database Assessment
Q1. Why should you be hired for this role?
I am an expert in Python Language and done many application like Web-dev, Machine Learning, Deep Learning and Computer Vision. And I also
have worked in good amount of projects like:
1. Detection of Malicious Web links using Machine Learning.(https://github.com/Vibhin/Malicious-link-detection)
2. Early diagnosis of Diabetic retinopathy using Deep learning
3. Prediction of student placement probability in Campus recruitment using Machine Learning.
4. Traffic Control using Image Processing Techniques.
5. Sentiment Analysis of Mother's Day Tweets.
6. Book recommendation system using collaborative filtering.(https://github.com/Vibhin/Book-Recommender-System)
7. Face mask detector using OpenCV and Deep Learning.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
I am available for full-time work from home internship for 3 months. I can pretty much start working on the internship from this month.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9025228444
Vibhin V V
Chennai
Applied 08 Feb'21
Python CSS Deep Learning
Flask HTML Machine Learning
JavaScript
Bachelor of Engineering B.E, Electrical and Electronics Engineering
RMK Engineering College
2017 - 2021
CGPA 8.73/10
Senior Secondary XII, Science
STATE BOARD board
Year of completion: 2017
Percentage: 95.08%
Secondary X
CBSE board
Year of completion: 2015
CGPA 10.00/10
I participated in Smart India Hackathon(SOFTWARE edition and I am the team leader of Tech Frontiers which got selected
into Grand Finale conducted from 1 Aug to 3 Aug
Book Recommendation System
Sep 2020 - Sep 2020
https://github.com/Vibhin/Book-Recommender-System
Book Recommendation System based on Collaborative Filtering using Nearest Neighbor.
Detection of Malicious Web links using Machine learning
Dec 2019 - Jul 2020
https://github.com/Vibhin/_Web-link-detection
A Web application that would validate, if the provided website is malicious or safe based on Machine Learning Algorithm.On
login, Cyber security officials can validate the URLs, they can also manage these entries in database for future reference
Also completed Deep Learning AZ course in Udemy. Done couple of projects in Machine Learning and Deep Learning.
https://github.com/Vibhin/Book-Recommender-System
https://github.com/Vibhin/_Web-link-detection
Rank 1081: Resume 660 with similarity score 0.005894595665815594
Resume Text: B.TECH , BS work from home api , unity 3d , css , file sharing , space , design skills , mysql , hindi , public , firebase , player , english , photo , flickr , c# , project , kotlin , resume , android , snap , weather , chat , completion , assessment , app , python , mobile , javascript , search , technology , html Assessment
Q1. Why should you be hired for this role?
I believe that my experience with technology, specifically in the android app development, make me the best match for this position. I done some
project in app development .I truly enjoyed what I was doing, which is what drew me to this position with your company. I would love to bring the
coding and design skills I learned from them.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
yes
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Vikas Chhipi
Bhiwadi, Kurukshetra
Applied 30 Dec'20
Android Kotlin C#
Java Unity 3D CSS
Flutter HTML JavaScript
MySQL Python Unity Engine
Bachelor of Technology B.Tech), Electrical Engineering
National Institute Of Technology, Kurukshetra
2018 - 2022
CGPA 8.60/10
Senior Secondary XII, Science
UCSKM Public School
CBSE board)
Year of completion: 2017
Percentage: 88.00%
Secondary X
UCSKM Public School
CBSE board)
Year of completion: 2015
CGPA 8.80/10
1. Core Member of Electroreck 2018-present]
2. House Captain 20152017
File sharing app
Dec 2020 - Dec 2020
https://github.com/vikasChhipi2000/HiSchool
Android app in Kotlin with phone no. login using Firebase.User can upload file on the Firebase and retrieve it from there.The
file can be either public (visible to all the users after login),and private (only visible to the user after login).
WeatherApp
Nov 2020 - Nov 2020
https://github.com/vikasChhipi2000/WeatherApp
Build a weather app using java. In which you can find a weather of the city by using your mobile location and also search any
cites by name.
Task-schedule
Nov 2020 - Nov 2020
https://github.com/vikasChhipi2000/TaskSchedule
Developing a c# project that assigns work to employees based on their skills and the priority of the tasks. Given the
conditions that:
https://github.com/vikasChhipi2000/HiSchool
https://github.com/vikasChhipi2000/WeatherApp
https://github.com/vikasChhipi2000/TaskSchedule
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9983704543
1. Each task takes a full day to perform.
2. Each task requires a single person to perform it
Flickr Photo
Nov 2020 - Nov 2020
https://github.com/vikasChhipi2000/FlickrPhoto
Build an android app using Kotlin and Flickr API that allow user to search for photo on Flickr.
Space Shooter
Oct 2020 - Oct 2020
https://github.com/vikasChhipi2000/SpaceShooterGame
Created a game using c# and unity2d .In which player can shoot enemy ship and protect itself for enemy fire by moving in
different direction. game have three scene start scene, game scene and win/game Over scene.
SnapChat_Clone
Jun 2020 - Jun 2020
https://github.com/vikasChhipi2000/SnapChat_Clone
Created a snap chat clone using java and Firebase that allows users to send snap that will disappear after seeing.
Achieved 2800 /34 lac+ rank in Hacker Rank.
Professionally proficient in English and Hindi.
https://github.com/vikasChhipi2000/FlickrPhoto
https://github.com/vikasChhipi2000/SpaceShooterGame
https://github.com/vikasChhipi2000/SnapChat_Clone
Rank 1082: Resume 512 with similarity score 0.005840810341804632
Resume Text: BS work from home , android developer api , training , assessment , gateway , ltd , xml , json , resume , android , rest , java , sdk , apps , application Assessment
Q1. Why should you be hired for this role?
Because I have done android and I have the knowledge of designing, XML,sdk tools , rest API, JSON, third party libraries,java, kotline, payment
gateway .I also worked as an android app developer in teknikoglobal Pvt Ltd for 1.5 years apart from this I have the ability to face the challenges
which come while making apps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for this job.
Resume
EDUCAT ION
JOBS
TRAININGS
CONTACT Phone: 91 9598662796
Satyendra Chauhan
Noida
Applied 31 Dec'20
Android Java
Master of Computer Applications MCA, Computer Application
TERI PGC GHAZIPUR
2015 - 2018
Percentage: 72.13%
Android Developer
TGP LTD NOIDA, Noida
Apr 2019 - Sep 2020
Android
Aptron Noida Sector 15, Noida
Feb 2018 - May 2018
I have done training from Aptron . I have learnt lots of topic in android .
Rank 1083: Resume 285 with similarity score 0.005808836221503512
Resume Text: MS , BS full stack web developer react.js , functionality , solar , web development , express.js , css , to-do , design , basic , embedded systems , english , node.js , bootstrap , newton , tac , application , tic , mongodb , linkedin , electronics , github , features , multiplayer , output , languages , research , mobile , javascript , expenses , technology , trucking , html Education
Year Degree/Examination Institution/Board CGPA/Percentage
2020 BE SDM Institute of Technology, Ujire 6.72/10.0
2016 12th SDM PU College, Ujire 65.5%
2014 10th St. George English Medium School, Nellyady 79.36%
Internship and Certifications
Newton School | Full Stack Web Developer
Full Stack Web Development along with Java.
Technical stack learned: HTML, CSS, Javascript, React.js, Node.js,Express.js, and Mongo DB.
Worked on various projects like Todo App, Calculator, Tic-Tac-toe.
E-Park Research Center, Bangalore | Embedded Systems and Iot
Worked on Embedded System and IoT development.
Projects
Expense Manager | Newton School
Full Stack Web application.
Features: Storing the daily expenses of a person.
Role: Developer | Teck Stack: HTML,CSS,Javascript,React,Node,Express,Mongo DB.
ToDo List | Newton School
Full Stack Web App.
Features: To-do list with functionality such as edit, delete and save tasks.
Role: Developer | Tech Stack: HTML,CSS,Javascript,React,Node,Express and Mongo.
Tic-Tac-Toe | Newton School
Frontend Tic-Tac-Toe Game.
Features: 3x3 grid, Multiplayer game.
Role: Developer | Tech Stack: HTML,CSS,Javascript.
Solar Panel Array Monitoring System | SDM Institute of Technology
This design identifies the faulty panel in an array of panels placed on any solar farm.
The characteristic/output from each panel is observed in personal computer.
Teck Stack: Aurdino and Analog Electronics.
Skills
Computer languages C, Java, HTML, CSS, JavaScript
Software Packages MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken Data Structure
Co-Curricular Activities
Participated in two days workshop on "Basic Mobile Making" at SDMIT, Ujire.
Active Blood Donor.
Interests: Travelling and Trucking.
Kishan kumar A LinkedIn: kishan-kumar-a-785571170
Github: kishankumarr
August 2020 - Present
July 2019 - August 2019
December 2020 - Present
November 2020 - November 2020
September 2020 - October 2020
September 2019 - June 2020
https://www.linkedin.com/in/kishan-kumar-a-785571170/
https://github.com/kishankumarr
Kishan kumar A
LinkedIn:
kishan-kumar-a-785571170
Github:
kishankumarr
Education
2020
BE
SDM Institute of Technology, Ujire
6.72/10.0
2016
12th
SDM PU College, Ujire
65.5%
2014
10th
St. George English Medium School, Nellyady
79.36%
Internship and Certifications
Newton School | Full Stack Web Developer
August 2020 -
Present
Full Stack Web Development along with Java.Technical stack learned: HTML, CSS, Javascript, React.js, Node.js,Express.js, and Mongo DB.Worked on various projects like Todo App, Calculator, Tic-Tac-toe.
E-Park Research Center, Bangalore | Embedded Systems and Iot
July 2019 -
August
2019
Worked on Embedded System and IoT development.
Projects
Expense Manager |
Newton School
December 2020 -
Present
Full Stack Web application.Features: Storing the daily expenses of a person.Role: Developer | Teck Stack: HTML,CSS,Javascript,React,Node,Express,Mongo DB.
ToDo List |
Newton School
November 2020 -
November
2020
Full Stack Web App.Features: To-do list with functionality such as edit, delete and save tasks.Role: Developer | Tech Stack: HTML,CSS,Javascript,React,Node,Express and Mongo.
Tic-Tac-Toe |
Newton School
September 2020 -
October
2020
Frontend Tic-Tac-Toe Game.Features: 3x3 grid, Multiplayer game.Role: Developer | Tech Stack: HTML,CSS,Javascript.
Solar Panel Array Monitoring System |
SDM Institute of Technology
September 2019 -
June
2020
This design identifies the faulty panel in an array of panels placed on any solar farm.The characteristic/output from each panel is observed in personal computer.Teck Stack: Aurdino and Analog Electronics.
Skills
Computer languages
C, Java, HTML, CSS, JavaScript
Software Packages
MongoDb, Express, Node, Bootstrap, React
Additional Courses Taken
Data Structure
Co-Curricular Activities
Participated in two days workshop on "Basic Mobile Making" at SDMIT, Ujire.Active Blood Donor.Interests: Travelling and Trucking.
Rank 1084: Resume 955 with similarity score 0.00578503986815456
Resume Text: B.E , B.TECH full stack developer , backend developer , full time , team lead endeca , spring mvc , web development , appdynamics , designation , pages , atg commerce , user management , ug , affirmative action , oracle database , mysql , shopping cart , angular , hindi , maintenance , apache , azure , authorization , english , automation tools , status , spring boot , solr , email , project , express , application , root , aws , sports , splunk , redis , electronics , spanish , languages , it , javascript , search , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a42…
https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a425245455b580b… 1/2
Current Designation: Full Stack Developer
Current Company: Webtrekk
Current Location: Berlin
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Webtrekk as Full Stack Developer
May 2019 to Till Date
Full Stack Developer involved in Enhancing and Developing the User Management, marketing and Automation Tools for
Webtrekk using Spring Boot, Java, React, Angular Js, Mongo, Mysql , Payara and J2EE
Nu Technology SPA as Backend Developer
Sep 2017 to May 2019
Backend Engineer involved in the Enhancement and Development of Search and Product Pages for Sodimac Sites for
Seven Different Countries using Oracle Endeca,Apache Solr,Spring Boot, Redis and Oracle ATG. Single Signon
Implementation for Sodimac Constructor using Node js, Node Micro, JWT ,Postgres and Redis.
Nutechnology Inc as Backend Developer
May 2014 to Aug 2017
Worked on Development and Enhancement for Different Clients like RoadRunner Sports USA, Affymetrix USA,Tottus
Chile in Search Page ,Shopping Cart and Payment Integrations using Oracle ATG Commerce, Oracle Endeca, Oracle
DataBase, Jboss, Spring MVC.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
MANOJ KRISHNA
Full Stack Developer seeking roles in Software Development,Application
Programming,Application Development,Web Development,Project
Management,Requirement Gathering,Java SE,JBoss,Solr,J2Ee,Postgres,Spring
Mvc,ATG,Javascript,Oracle Database
Key Skills: Full Stack Developer,Team Lead/Tech Lead,Software Development,Application Programming,Application
Development,Web Development,Project Management,Requirement Gathering,Java SE,JBoss,Solr,J2Ee,Postgres,Spring
Mvc,ATG,Javascript,Oracle Database
Summary
A result-oriented professional with over 6 years of experience in Software Development,Application Programming,Application
Development,Web Development,Project Management,Requirement Gathering,Java SE,JBoss,Solr,J2Ee,Postgres,Spring
Mvc,ATG,Javascript,Oracle Database
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a42…
https://freesearch.naukri.com/preview/printResume?uname=3d70b3bb92ba5a28cce2f4240f914439505a085942140c115618465d5c0d524f450a425245455b580b… 2/2
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Vel Tech High Tech Engineering College
Avadi,TamilNadu in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: Germany
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Spring Boot, Spring MVC, Node Micro
React, Angular, Express Js
Oracle ATG J2EE
Java, Node JS
Apache Solr, Oracle Endeca
ELASTIC
Oracle DB, Postgres, MySQL, Mongo, Redis
Glow Root, Grafana, AppDynamics
SPLUNK
AWS and Azure
Languages Known
Language Proficiency Read Write Speak
Spanish
English
Hindi
Telegu
Rank 1085: Resume 803 with similarity score 0.005768288505074352
Resume Text: B.E , B.TECH , BS ui ux engineer , full time , senior associate , software developer react.js , api , mean stack , general , telugu , software solutions , scrum , css , designation , visual studio , prototype , affirmative action , mysql , tortoise svn , hindi , ionic , photoshop , adobe , jquery , json , authorization , english , node.js , bootstrap , status , architecture , agile , email , project , business analysis , application , aws , storytelling , responsive web design , angularjs , ux , xcode , rest , dna , components , marketing agency , landing pages , prototyping , strategy , languages , html5 , mobile , campaigns , javascript , kendo ui , organization , technology , digital marketing , architectural design 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a11…
https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a110517145c5a5a5… 1/2
Current Designation: Senior Associate
Current Company: Freyr Software Services
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Canada,United States (US)
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 8 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Freyr Software Services as Senior Associate
Feb 2018 to Till Date
Working on HTML5, CSS3, Boostrap4, SCSS, Angular JS, Node JS, Ionic, React JS,
Tortoise SVN, AWS, JavaScript, Visual Studio, GIT, Xcode, Adobe XD &Ps.
UI UX Engineer for an HRM solutions project named KonnectCo, where I designthe
user interface experience through prototype and develop it in web and mobile
application.
Social DNA - Digital Marketing Agency, as UI UX Engineer
Jun 2016 to Feb 2018
Worked on Photoshop, HTML5, CSS3, Bootstrap3 and JavaScript.
* Frontend development of websites, landing pages & creating strategy-based design. Storytelling through ad design in
several brand campaigns by leading the team.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Hema Sundar Somireddy
As a UI, UX, and Front-end Developer with 5 years of experience in WEB and
MOBILE.
I am an expertise in HTML5, CSS3, SCSS, Bootstrap, JavaScript, React JS, Angular,
Adobe XD,
Node JS, REST API, SQL, Git and AWS.
Key Skills: UI Development, Javascript, HTML, CSS, React.Js, JQuery, JSON, Node.Js, Mean Stack, Angularjs, Kendo
Ui, Bootstrap, Responsive Web Design, Architecture, Architectural Design, Project Management, MySQL
Summary
As a UI, UX, and Front-end Developer with 4.6 years of experience in WEB and MOBILE.
I am an expertise in HTML5, CSS3, SCSS, Bootstrap, JavaScript, Angular, React JS, Adobe XD, Node JS, REST API, SQL, Git
and AWS. Also, I can handle business analysis, agile, scrum, architecture design, prototyping and lead a team.
I would like to work in an organization that would enhance my skills to meet greater challenges thereby enhancing my potential
to the maximum to meet company goals.
In return, I work with full integrity and zest.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a11…
https://freesearch.naukri.com/preview/printResume?uname=ea97536be1e50ac362982bc3426b81ff0b095a00434600425116100c5909511e120a110517145c5a5a5… 2/2
UG: B.Tech/B.E. (Computers) from MLR Institute of Technology, Hyderabad in 2016
Nature of Employment: Full Time
Project Location: Hyderabad
Role: Sr. Programmer
Duration: Feb 2018 - Feb 2020
Onsite / Offsite: Onsite
Team Size: 22
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
JavaScript 1.8.5 2021 5 Year(s)
HTML 5 2021 5 Year(s)
CSS 3 2021 5 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Telugu Expert
Hindi Proficient
Projects
Project Title: KonnectCo
Client: Freyr Software Solutions
Skill Used: React.Js, Javascript, JQuery, HTML, CSS, Angularjs, Kendo Ui,
Role Description: Design, build and maintain highly reusable components.
Project Details: Working on HTML5, CSS3, Boostrap4, SCSS, Angular JS, Node JS, Ionic, React JS, Tortoise SVN, AWS,
JavaScript, Visual Studio, GIT, Xcode, Adobe XD &Ps.
UI UX Engineer for an HRM solutions project named KonnectCo, where I design the user interface experience through
prototype and develop it in web and mobile application.
Rank 1086: Resume 1171 with similarity score 0.005685458842394277
Resume Text: B.E , MS , B.TECH , BS system administrator , associate , desktop support engineer , devops , it administrator , full time cards , outlook , ansible , rtu , general , customer , jenkins , devops , windows server , access , security , kubernetes , designation , microsoft azure , ug , affirmative action , group policy , step , vista , hindi , cloud , docker , active directory , firewall , vendor management , web hosting , linux server , ccna , software installation , authorization , office 365 , english , troubleshooting , status , email , hosting services , project , ftp , application , aws , google , godaddy , exchange server , github , ontime , mac , s3 , third party vendors , ip phones , ec2 , router , infrastructure , languages , operating systems , server administration , r&s , sophos , system administration , javascript , network administration , suite , organization , backup and recovery , mass mailing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d531815581755…
https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d5318155817551714590e5c51… 1/2
Current Designation: Associate IT Administrator
Current Company: Suventure Services
Current Location: Bengaluru / Bangalore
Pref. Location: INDIA,Delhi / NCR
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Suventure Services as Associate IT Administrator
Jul 2018 to Till Date
Handling and managing AWS Cloud which includes EC2, IAM, VPC, S3, Cloud Watch & SNS, SES, Autoscalling, ELB,
Assigning Policy & Roles in both Windows Server and Linux.
Managing complete Web Hosting services on GoDaddy, BlueHost and AWS.
Manage Backup and Recovery of Website through FTP.
Configuring Mass Mailing Application.
Managing and handling Biometric Server OnTime and access cards.
Manage the AWS infrastructure and strategic vendor relationships including development firms.
Work with business unit managers to understand project scope, suggest possible alternatives and document each step of
the design.
Work with Security division to design and manage IAM roles for users, vendors and other third party vendors.
Manage Windows Server Active Directory, Users and Groups/ Profile Management/ Group Policy Implementation, OU,
FSRM, Active Directory Trust, DHCP, DNS, WDS.
Handling and managing Google G-Suite Admin Panel of complete Organisation.
Handling and troubleshooting Router, Switch, Modem, Firewall.
Software Installation and Troubleshooting of all types of Customer Oriented Problems.
Handling diverse network including MS Outlook, DHCP Server for IP distribution.
Working with remote software like Any Desk, VNC viewer for troubleshooting.
Installation and Configuration of Windows & MAC based Operating Systems.
Troubleshooting of hardware, software and networking problems.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ashutosh Kumar Jha
AWS Certified IT Administration with strong experience in managing AWS with
Windows and Linux Server, Networking, Firewall, Cloud Application, Web Hosting,
Assets and Vendor Management.
Key Skills: Associate IT/System Administrator,System Administration,Windows Server Administration,Technical
Support,AWS,Linux Administration,Docker,Kubernetes,Jenkins,Github,Ansible,Networking,Microsoft Azure,Firewall,Web
Hosting
Summary
Seeking assignments in IT Administrator with a Growth-Oriented Organization.
Hands-on experience in AWS-Associate, Network,Firewall, MCSE and LINUX.
Hands-on experience in handling and managing in Office 365 and Exchange Server.
Having Good knowledge in CCNA R&S, Linux and Windows Server.
Having Good knowledge of AWS and Microsoft Azure.
Having good knowledge of DevOps.
Hands-on experience in configuring IP Phones.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d531815581755…
https://freesearch.naukri.com/preview/printResume?uname=90f20f2641e581ffe32af8f4aa2926aa095d0e044f115a165517145f5d0d5318155817551714590e5c51… 2/2
Handling and troubleshooting voice process calling application ?Knowlarity? .
Vendors and Assets Management.
Managing and troubleshooting of EPBX Server and Telephones.
Vista Systems as Desktop Support Engineer
Jun 2017 to Jun 2018
UG: B.Tech/B.E. (Computers) from RTU KOTA UNIVERSITY in 2017
Other Qualifications/Certifications/Programs:
Certification in AWS-ASSOCIATE
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2021 1 Year(s) 1 Month(s)
Networking 2021 3 Year(s) 6 Month(s)
Window server 2016 2021 2 Year(s) 6 Month(s)
Linux Server 2021 1 Year(s) 6 Month(s)
Sophos Firewall 2020 1 Year(s) 6 Month(s)
devops 2021 0 Year(s) 6 Month(s)
web hosting 2021 1 Year(s) 1 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Rank 1087: Resume 1045 with similarity score 0.005640006245866276
Resume Text: B.E , MS , B.TECH , BS full time , part time , change management , software developer css , designation , ug , affirmative action , angular , maintenance , basic , jquery , player , json , authorization , english , bootstrap , status , email , project , application , less , electronics , change management , git , building , languages , kannada , cms , javascript , eclipse , html , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915…
https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915501044515f01… 1/2
Current Designation: Software Developer
Current Company: Regalix
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Mysore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Regalix as Software Developer
Nov 2018 to Till Date
Working as a Front-End Software Developer.
Working on HTML, CSS, JavaScript, JQuery and
CMS Applications.
UG: B.Tech/B.E. (Electronics/Telecommunication) from academy for technical and management excellence in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
Java - Course
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Yadhunandana Gowda B S
Software Developer seeking roles in Software Engineering,Software
Development,Project Management,Requirement Gathering,Application
Support,React,JavaScript,Bootstrap,Eclipse,jQuery,JSON,HTML,CSS,Git,AJAX,SCSS,LESS
Key Skills: Software Developer,Software Engineering,Software Development,UI Development,Project
Management,Change Management,Requirement Gathering,Application
Support,React,JavaScript,Bootstrap,jQuery,JSON,HTML,CSS,Git, AJAX,SCSS,LESS
Summary
Have good knowledge of hand-coded HTML, CSS, JavaScript, JQuery, Git, JSON & AJAX.
Have basic knowledge on the Serve side.
Good at UI development and building responsive websites.
Good communicator and a good team player.
Keen interest in React and executed CRUD based project using React & Angular
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915…
https://freesearch.naukri.com/preview/printResume?uname=465efeeb5dc1c8063d9a568d73e42a63585b5f044d140d400416405c0e0a581c130915501044515f01… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Javascript, HTML & CSS
JQuery, React, Git
Languages Known
Language Proficiency Read Write Speak
English
Kannada
Rank 1088: Resume 1280 with similarity score 0.005632505441101327
Resume Text: B.S , MS , BS application support , devops architect , full time , cloud architect fault tolerance , vault , platforms , docker , linux , zfs , openssl , status , snapshot , veritas volume manager , gitlab , components , building , ec2 , solaris , weblogic , thought leadership , artifactory , pipeline , vagrant , elasticsearch , amazon web services , contingency , ansible , automation , design web , devops , technical leadership , kubernetes , designation , mar , rhel , hindi , technical requirements , powerpath , cluster , english , troubleshooting , provisioning , key systems , architecting , disaster recovery , punjabi , completion , sendmail , javascript , technology , ldap , general , performing , efs , options , developers , data migration , affirmative action , oracle , project plans , uptime , rbac , public , maintenance , service delivery , architecture , email , tomcat , aws , design patterns , norway , languages , failover , jira , sonar , directory services , it infrastructure management , secure authentication , high availability , jenkins , migrating , websphere , versioning , profiles , azure , apache , authorization , risk , compilation , enterprise , deliveries , models , application , focus , ci , system deployment , ecs , s3 , framework , storage , cvs , cloud computing , orchestration , load , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 1/3
Current Designation: Cloud & DevOps Architect
Current Company: RMS
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computer B Level]
Verified : Phone Number | Email - id
RMS as Cloud & DevOps Architect
Mar 2019 to Till Date
Technology Stack: AWS, Azure, Kubernetes, helm, Prometheus, Grafana, Elasticsearch, Graylog, Linux, Terraform,
GIT, Jenkins, Docker, Tomcat, LDAP, Ansible, Sonar, Azure, ELK
Key Result Areas:
Leading a team of 5 members and providing the required assistance on the Infrastructure environment setup and
management
Performing several activities for the migration of key systems from on-prem hosting to Amazon Web Services
Architecting, designing & developing the Backup and Archiving, Disaster Recovery in AWS Cloud. Demonstrate the
capacity to deploy complex infrastructure using AWS
Setting- up Graylog for gathering logs from different tenants and utilizing Ansible Playbooks to automate the
deployment and Installation tasks
Assisting the DeOps team in the day- to- day tasks and setting- up Kubernetes cluster
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MANISH MALHOTRA
Cloud & DevOps Architect seeking roles in Project Management , IT Infrastructure
Management ,Environment Migrations,Service Delivery,Cloud Solutions,DevOps
Engineering,System Deployment,Service Delivery,AWS, DevOps, Linux, Sun Solaris,
WebLogic
Key Skills: Cloud & DevOps Architect,Tech Architect,Project Management , IT Infrastructure Management ,Environment
Migrations,Service Delivery,Cloud Solutions,DevOps Engineering,System Deployment,Service Delivery,AWS, DevOps,
Linux, Sun Solaris, WebLogic
Summary
Competent professional with over 16 years of experience with experience in administering and design Web, Cloud and
Containerized environments
Rich experience in providing Enterprise Application Support, IT System, Production & UAT Infrastructure Support with hands-
on experience in AWS, DevOps, Linux, Sun Solaris, WebLogic, Docker, Kubernetes, Jenkins, Elastic Search, Hashi-corp tools
(Vault, Consul, Vagrant, Terraform And Packer), CICD and jFrog
Rich expertise in developing & implementing Cloud Solutions; experience in integrating public cloud into traditional
hosting/delivery models and designing, creating & deploying applications (Azure / AWS)
Expertise in managing complete project management activities, ensuring timely deliveries as per defined quality standards;
implemented project plans, risk assessments and contingency plans
Proficient in implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, Lambda,
Directory Services
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 2/3
Working on Observability stack set-up using Prometheus and Alert manager, ELK Stack
Integrating AWS- Okta with Uptime and other applications and creating AWS Route53 to route traffic between
different regions
Migrating the current Linux environment to AWS/RHEL Linux environment and using auto scaling feature
Working with automation and orchestration tools such as Ansible and Terraform to manage Amazon Web Services
(AWS) infrastructure; integrating CI/CD using ECS/JFrog Artifactory, GitLab, SonarCube and Jira with Jenkins
Creating a technology framework and providing technical leadership in support of initiatives in cloud computing with a
focus on the design of systems and services that run on cloud platforms
Providing Thought Leadership for cloud architecture including networking, provisioning, and management; developing
library of deployable & documented cloud design patterns, based on the application portfolio; creating solutions
architecture
Installing, configuring and troubleshooting Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
Building, deploying, automating and configuring IT solutions using DevOps platform; implementing reusable
components and translating technical requirements
Sapient as DevOps and Cloud Architect
Nov 2013 to Mar 2019
Projects: IMC, B&O & JATO
Key Result Areas:
Migrated the Linux environment to AWS/RHEL Linux environment and used auto scaling feature
Worked on Ansible Playbooks to automate the deployment and installation tasks
Created AWS Route53 to route traffic between different regions
Gained knowledge of primary AWS services (EC2, ELB, RDS, Route53, S3 & AWS-IoT)
Implemented Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, Lambda, Directory
Services, Cloud Formation, Elastic Beanstalk, RDS, Data Pipeline and DynamoDB
Developed S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
Implemented load balancers (ELB) and used Route53 with failover and latency options for high availability
and fault tolerance
Installed, Configured and troubleshot Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
HCL as Consultant
Dec 2010 to Oct 2013
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Monitored the unassigned tasks and tracked progress of assignments to completion
Administered Solaris 10 zones, ZFS and Veritas volume manager, and Veritas Cluster
Configured Apache with OpenSSL, self-signed certificate web based secure authentication
Performed data migration using VxVm, LVM and Powerpath
Implemented & configured CVS, DNS, Jakarta-Tomcat, ANT, LDAP, Apache module compilation, CVS Server,
sendmail, Oracle 9i/10g
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Installed & configured apache, tomcat and WebSphere
Administered Solaris 10 zones, ZFS and Veritas volume manager (VxVM)
Created cluster on WebSphere and its profiles and managed production/developers issues of WebSphere and giving
support to them
UG: B.Sc (Computers) from Delhi University in 2000
PG: MCA (Computer B Level) from DOEACC in 2004
Other Qualifications/Certifications/Programs:
PGDCA 'A' Level
Education
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
hindi
Punjabi
Rank 1089: Resume 796 with similarity score 0.005627502130798814
Resume Text: B.S , MS , BS application support , devops architect , full time , cloud architect fault tolerance , vault , platforms , docker , linux , zfs , openssl , status , snapshot , veritas volume manager , gitlab , components , building , ec2 , solaris , weblogic , thought leadership , artifactory , pipeline , vagrant , elasticsearch , amazon web services , contingency , ansible , automation , design web , devops , technical leadership , kubernetes , designation , mar , rhel , hindi , technical requirements , powerpath , cluster , english , troubleshooting , provisioning , key systems , architecting , disaster recovery , punjabi , completion , sendmail , javascript , technology , ldap , general , performing , efs , options , developers , data migration , affirmative action , oracle , project plans , uptime , rbac , public , maintenance , service delivery , architecture , email , tomcat , aws , design patterns , norway , languages , failover , jira , sonar , directory services , it infrastructure management , secure authentication , high availability , jenkins , migrating , websphere , versioning , profiles , azure , apache , authorization , risk , compilation , enterprise , deliveries , models , application , focus , ci , system deployment , ecs , s3 , framework , storage , cvs , cloud computing , orchestration , load , cd 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 1/3
Current Designation: Cloud & DevOps Architect
Current Company: RMS
Current Location: Noida
Pref. Location: Bengaluru / Bangalore,Chennai,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 16 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computer B Level]
Verified : Phone Number | Email - id
RMS as Cloud & DevOps Architect
Mar 2019 to Till Date
Technology Stack: AWS, Azure, Kubernetes, helm, Prometheus, Grafana, Elasticsearch, Graylog, Linux, Terraform,
GIT, Jenkins, Docker, Tomcat, LDAP, Ansible, Sonar, Azure, ELK
Key Result Areas:
Leading a team of 5 members and providing the required assistance on the Infrastructure environment setup and
management
Performing several activities for the migration of key systems from on-prem hosting to Amazon Web Services
Architecting, designing & developing the Backup and Archiving, Disaster Recovery in AWS Cloud. Demonstrate the
capacity to deploy complex infrastructure using AWS
Setting- up Graylog for gathering logs from different tenants and utilizing Ansible Playbooks to automate the
deployment and Installation tasks
Assisting the DeOps team in the day- to- day tasks and setting- up Kubernetes cluster
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
MANISH MALHOTRA
Cloud & DevOps Architect seeking roles in Project Management , IT Infrastructure
Management ,Environment Migrations,Service Delivery,Cloud Solutions,DevOps
Engineering,System Deployment,Service Delivery,AWS, DevOps, Linux, Sun Solaris,
WebLogic
Key Skills: Cloud & DevOps Architect,Tech Architect,Project Management , IT Infrastructure Management ,Environment
Migrations,Service Delivery,Cloud Solutions,DevOps Engineering,System Deployment,Service Delivery,AWS, DevOps,
Linux, Sun Solaris, WebLogic
Summary
Competent professional with over 16 years of experience with experience in administering and design Web, Cloud and
Containerized environments
Rich experience in providing Enterprise Application Support, IT System, Production & UAT Infrastructure Support with hands-
on experience in AWS, DevOps, Linux, Sun Solaris, WebLogic, Docker, Kubernetes, Jenkins, Elastic Search, Hashi-corp tools
(Vault, Consul, Vagrant, Terraform And Packer), CICD and jFrog
Rich expertise in developing & implementing Cloud Solutions; experience in integrating public cloud into traditional
hosting/delivery models and designing, creating & deploying applications (Azure / AWS)
Expertise in managing complete project management activities, ensuring timely deliveries as per defined quality standards;
implemented project plans, risk assessments and contingency plans
Proficient in implementing Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS,
Lambda,Directory Services
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 2/3
Working on Observability stack set-up using Prometheus and Alert manager, ELK Stack
Integrating AWS- Okta with Uptime and other applications and creating AWS Route53 to route traffic between
different regions
Migrating the current Linux environment to AWS/RHEL Linux environment and using auto scaling feature
Working with automation and orchestration tools such as Ansible and Terraform to manage Amazon Web Services
(AWS) infrastructure; integrating CI/CD using ECS/JFrog Artifactory, GitLab, SonarCube and Jira with Jenkins
Creating a technology framework and providing technical leadership in support of initiatives in cloud computing with a
focus on the design of systems and services that run on cloud platforms
Providing Thought Leadership for cloud architecture including networking, provisioning, and management; developing
library of deployable & documented cloud design patterns, based on the application portfolio; creating solutions
architecture
Installing, configuring and troubleshooting Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
Building, deploying, automating and configuring IT solutions using DevOps platform; implementing reusable
components and translating technical requirements
Sapient as DevOps and Cloud Architect
Nov 2013 to Mar 2019
Projects: IMC, B&O & JATO
Key Result Areas:
Migrated the Linux environment to AWS/RHEL Linux environment and used auto scaling feature
Worked on Ansible Playbooks to automate the deployment and installation tasks
Created AWS Route53 to route traffic between different regions
Gained knowledge of primary AWS services (EC2, ELB, RDS, Route53, S3 & AWS-IoT)
Implemented Cloud Solutions using various AWS Services including EC2, VPC, S3, Glacier, EFS, Lambda, Directory
Services, Cloud Formation, Elastic Beanstalk, RDS, Data Pipeline and DynamoDB
Developed S3 backups using versioning enable and moved objects to Amazon Glacier for archiving purpose
Implemented load balancers (ELB) and used Route53 with failover and latency options for high availability
and fault tolerance
Installed, Configured and troubleshot Azure Compute instances, Azure Backup, Azure Storage Monitor, snapshot,
Azure Storage, VNet, Load Balancers and RBAC
HCL as Consultant
Dec 2010 to Oct 2013
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Monitored the unassigned tasks and tracked progress of assignments to completion
Administered Solaris 10 zones, ZFS and Veritas volume manager, and Veritas Cluster
Configured Apache with OpenSSL, self-signed certificate web based secure authentication
Performed data migration using VxVm, LVM and Powerpath
Implemented & configured CVS, DNS, Jakarta-Tomcat, ANT, LDAP, Apache module compilation, CVS Server,
sendmail, Oracle 9i/10g
Projects: Statoil ASA in HCL Norway
Key Result Areas:
Installed & configured apache, tomcat and WebSphere
Administered Solaris 10 zones, ZFS and Veritas volume manager (VxVM)
Created cluster on WebSphere and its profiles and managed production/developers issues of WebSphere and giving
support to them
UG: B.Sc (Computers) from Delhi University in 2000
PG: MCA (Computer B Level) from DOEACC in 2004
Other Qualifications/Certifications/Programs:
PGDCA 'A' Level
Education
Languages Known
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145…
https://freesearch.naukri.com/preview/printResume?uname=53d3a3ff45e9701ee7768826f9cf3bde095909521e1b0e1357474451090f074e415b145617445c0c0d5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
hindi
Punjabi
Rank 1090: Resume 1247 with similarity score 0.005619001652158663
Resume Text: B.E , MS , B.TECH system administrator , cloud administrator , full time , windows server administrator , team member call logging , security , demand , ram , linux , file handling , gateway , httpd , status , snapshot , spin , work instructions , building , infrastructure , server administration , technical analysis , system administration , automation , netting , access , designation , hindi , cloud , cruises , english , project , ftp , groups , consolidation , flow , itil , terminal services , vmware , javascript , server support , technology , disk , knowledge base , performing , vendors , affirmative action , maintenance , basic , checks , customer service , email , tomcat , aws , web servers , operations , 2008 r2 , languages , 2012 r2 , adfs , switching , vulnerability , high availability , people management , windows server , workspace , ug , versioning , health , routing , active directory , apache , azure , permissions , authorization , application , remediation , resume , electronics , s3 , carnival , storage , kannada , iis , shutdown , communications , network administration , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400…
https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400410420e5d5f07… 1/3
Current Designation: Cloud Administrator
Current Company: Capgemini
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 3 Month(s)
Highest Degree: B.Tech/B.E. [Electrical and Electronics
Engineering]
Verified : Phone Number | Email - id
Capgemini as Cloud Administrator
Apr 2017 to Till Date
Windows System Administrator
* Provided remote IT support for windows servers in two big and critical client
Environment on 24*7 basis.
* Worked mainly on Incident Management and Service requests as per ITIL standards.
* Windows servers 2003, 2008, 2008 R2 & 2012, 2012 R2, 2016, 2019.
*Installation of services like Active Directory, DNS, DHCP, ADFS, FTP, IIS, WDS, File & Terminal Services.
* Service request call logging with all Hardware and Software vendors.
* Vulnerability Remediation changes
* VMware - Creating VMs & Managing Infrastructure.
* Maintaining and supporting more than 1000+ physical and 5000+ VM servers
* Troubleshoot and provide technical analysis concerning operating system, network, and application performance issues
to resolution.
*Performs the activities necessary for the immediate short-term resolution of incidents and service requests so those
customers can resume work as rapidly as possible following a service interruption.
* Server Patching through LEMSS
* Managing user's account in Active Directory.
* Ensuring high availability of servers/health checks before the customer business hours and timely reboot/shutdown of
servers during the planned maintenance.
* Monthly security patches for Windows servers.
* Handled Change tasks and service requests.
* VM building, Snapshot deletion, disk consolidation.
* Physical server support through IDRAC.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Naveen N A
Cloud Administrator seeking roles in Windows Server Administration,Technical
Support,System Administration,Incident Management,Active
Directory,DNS,DHCP,ADFS,FTP,IIS,WDS,VMware,AWS,Windows Server,Apache
Tomcat,TCP/IP,Sub Netting,Switching,Routing
Key Skills: Cloud Administrator,System Admin,Windows Server Administration,Technical Support,System
Administration,Incident Management,Active Directory,DNS,DHCP,ADFS,FTP,IIS,WDS,VMware,AWS,Windows
Server,Apache Tomcat,TCP/IP,Sub Netting,Switching,Routing
Summary
Having 4 years 4 months of Experience in IT Industry, with hands-on experience on Windows Server Administration and
VMware also practicing on AWS Sysops Admin.
Strengths include excellent customer service and communications skills, people management, eagerness to learn new
technology. I believe in Team work and consider myself as an effective team member.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400…
https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400410420e5d5f07… 2/3
* Supported Multi clients as part of new model by handling the workload and meeting SLA
*Been appreciated for taking responsibilities and zero SLA breaches.
*Trained for AWS Sysops Admin.
*Taken care of stabilizing environment by working with Automation and tools team by identifying improvement areas and
by providing used cases.
*As a part of transition created work instructions and Knowledge Base.
Azure
* Day to day operation like increasing disk size, CPU, RAM, creating workspace servers.
Hung state issues, Create Recovery service vaults, Backup policies, Taking Snapshot.
AWS cloud Administration
* Implement and maintain all AWS infrastructure and services within a managed service environment
* Creating & managing S3 buckets for storing objects & logs (VPC Flow logs, Cloud trail logs, Cloud Watch logs, ELB
access logs etc.), Enabling Versioning and Object lifecycle management to move the objects across different storage
classes.
* Configuring VPC, Subnets, Route tables, NACL's & Security groups.
* With the help of IAM, created roles, users and groups and attached policies to provide minimum access to the resources
* Creating & Managing Windows workspaces as per the customer request.
* Creating and maintaining Auto Scaling group to spin up and spin down instances required for application on demand.
* Configure IP addresses, Subnet Masks & gateway address on Linux and Windows hosts
* System Administration, User/group Administration, file handling, assigning permissions & directory management
* Installing & Configuring Web Servers Apache Tomcat & HTTPD.
Project Experience:
1. Carnival corporation.(Carnival cruises):
Leading Cruises Company having cruises around world.
* 2.5yrs server administrator from Project Transition till stabilizing the Environment.
2. Honeywell
* Supported for 1year as Level 2 Windows server administrator.
3. CCP(Capgemini Cloud Platform)
*From 3 months in Cloud team performing Basic operations in Azure and AWS along with Windows server support as the
team supports multi clients.
UG: B.Tech/B.E. (Electrical and Electronics Engineering) from Visveswaraiah Technological University (VTU) in 2016
Education
IT Skills
Skill Name Version Last Used Experience
WINDOWS SERVER
VMWARE
AWS
Active Directory
DNS, DHCP, ADFS
FTP, IIS, WDS
Apache Tomcat
TCP/IP, Sub netting
FIREWALLS
Languages Known
Language Proficiency Read Write Speak
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400…
https://freesearch.naukri.com/preview/printResume?uname=22f2cab0fef332fa5da0b8628aca56ef580b080043470847064012590b0b514f400e400410420e5d5f07… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
English
Hindi
Kannada
Rank 1091: Resume 58 with similarity score 0.0055934913130095115
Resume Text: MS , B.TECH , BS work from home , sharepoint developer web development , boost , internships , information technology , mysql , databases , simulink , digital , sharepoint , agile , instron , mongodb , operations , microsoft , resume , matlab , design thinking , led , simulations , strategic design , html5 , merchandising , assessment , es6 , javascript , learning Assessment
Q1. Why should you be hired for this role?
I am a diligent person who want to augment skills in this area and explore the dungeons of learning new technologies.
I want to combine Frontend and Backend Web Development experience from your coveted company to work on projects both from home and as
well in the company off and on.I am not elated with success and simultaneously do not brood over failures as I feel learning is a continuous and
never-ending process.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes available immediately
Resume
EDUCAT ION
JOBS
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 49 15775943979
Amit Ray
Hamburg
Applied 30 Jan'21
.NET C Programming Java
JavaScript
Post Graduate Diploma, BUSINESS MANAGEMENT
London School Of Business
2007 - 2008
Percentage: 70.00%
Bachelor of Technology B.Tech), Information Technology
IIIT Calcutta/ West Bengal University Of Technology
2001 - 2005
CGPA 7.32/10
Sharepoint Developer
Kellog Holding, Offenbach
Oct 2014 - Jan 2015
Sharepoint projects
Microsoft SCCM
Client handling
Applied Software Engineering
Instron, Darmstadt
Nov 2013 - Jan 2021
Crash Simulations using MATLAB Simulink , VB and VB.NET
Led a team of 50 team members in a zone to boost sales supervising each individually apart from effectively handling
merchandising operations
Web And Software Development
Digital Career Institute, Hamburg
Dec 2018 - Jul 2020
Web Development using HTML5, CSS3, JavaScript, ES6
Frameworks-React, NodeJS
Databases-MySQL,MongoDB
Agile Development Methods
Completed successfully Strategic Design Thinking course from Stanford University,USA and Hasso Plattner
Institute,University of Potsdam,Germany
Rank 1092: Resume 1088 with similarity score 0.005577242050546527
Resume Text: B.S , MS , BS system administrator , associate , full time , system analyst , system engineer , aws solution architect telugu , virtual machines , microsoft azure , linux , beginner , status , testing , nagios , obc , symantec , ec2 , data center , system administration , organization , notification , amazon web services , vdi , access , designation , server management , windows azure , fault tolerant systems , mar , hindi , ltd , cli , english , troubleshooting , project , live , splunk , ops , flow , javascript , disk management , vmware vsphere , optimization , 3d , affirmative action , tenable , technical architecture , trend micro , basic , iaas , email , nessus , aws , amazon rds , languages , console , cisco , balance , wsus , management system , esxi , global solutions , security tools , servicenow , it infrastructure management , infrastructure solutions , cloud services , tunneling , windows server , workspace , versioning , telecom , qualys , tamil , chemistry , ticketing , active directory , authorization , record , application , less , cost effective , gaming , servers , s3 , storage , kannada , ssh , google app engine , cloud computing , load , google cloud , oat , windows support 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 1/4
Current Designation: Cloud Ops Engineer
Current Company: HCL Technologies
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Sc [Chemistry]
Verified : Phone Number | Email - id
HCL Technologies as Cloud Ops Engineer
Oct 2018 to Till Date
I have rich experience of AWS cloud services and deploying applications on AWS cloud environment headlining different
services in
AWS cloud with good expertise
AWS (Cloud) implementation and infrastructure Configure the Cloud Management service, and to monitor and manage the
services
Launching EC2 servers using CloudFormation template.
Troubleshooting the Ec2 servers
Managing the IAM Users
Managing Route 53 DNS record sets.
Patching the EC2 Servers Using AWS SSM (System Manager service) to automate the patching.
Monitoring the EC2 servers using CloudWatch Alerts
Configured the CloudWatch Alerts for EC2 servers
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
SREENIVASULU AWS AZURE GCP CLOUD
Cloud Ops Engineer seeking roles in IT Infrastructure Management,System
Analysis,Cloud Computing,Disk Management,Server Management,Technical
Architecture,Active Directory,Azure,Servicenow,AWS,VMware Vsphere
Key Skills: Cloud Ops Engineer,System Analyst,IT Infrastructure Management,Cloud Computing,Disk
Management,Server Management,Technical Architecture,Active Directory,Azure,AWS,Amazon Ec2,Amazon
Redshift,Route53 ,amazon web services,GCP,cloudformation,lambda
Summary
Having Total 6.4 years of experience in AWS cloud services and infrastructure with Good technical skills on AWS cloud
services
AWS&AZURE&GCP Certified associate &Windows Servers with nearly 6.4 years of experience across System Administration in
IT
industry.
AWS Cloud: implementation and infrastructure. Ec2 instances, VPC, S3, EBS, IAM, ELB, Route53,RDS,Cloud watch, Cloud
Formation,
Cloud trail, snapshots,AWS VDI Workspaces, (service now ticketing tool).
AZURE Cloud : Azure (Cloud) implementation and infrastructure. Azure virtual machines, disks, and implementing storage,
Azure AD,
Azure IAM Component implementation
GCP Cloud : Compute engine (vm instance), cloud storage.IAM,
Windows : 2016 & 2012
Security tools: Tenable, cylance, Tanium, cisco umbrella, Nessus, Symantec, trend micro
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 2/4
Creating the Inventory list time to time.
Creating AMI's for our EC2 instances before patching.
Taking snapshots of EBS volumes.
Analyzing VPC flow logs for traffic flow with in VPC
Connecting to the AWS Environments through Amazon Workspace.
Launched Guard Duty and created lambda function for Guard Duty findings with MSS Integration.
Logged in to the servers through ssh tunneling to troubleshoot.
Created ssh users in our linux bastion servers.
Creating Ticket reports time to time.
Recovered Application Ec2 servers when needed to recover.
Done OAT testing for Application EC2 servers
Worked on Autoscaling
Worked on Load Balancers
Providing Ec2 servers access to users.
Taking Automated EBS backups through EBS Lifecycle policy
Exporting the snapshots details using CLI commands
Worked on S3 buckets
Installing Nagios, Splunk, Trend micro and Qualys as a c2 build process
Managing the NACL and Security group Rules to restrict access.
Monitoring the environment using cloudwatch, cloudtrail and VPC Flowlogs
Configured Cloud watch Alerts.
Managing our VPC environment in our regions.
Managing EBS Volumes
Done cost optimization by removing unwanted EBS volumes, snapshots, Elastic ip's and reducing the EBS volume size
where
usage is very less.
Provisioned RDS instances for applications.
Technical understanding of the following areas with Windows Azure Platform (IaaS), Operating System,
Configuring Azure virtual machines and disks Storages ,Managing and monitoring Azure Virtual Machines
Basic Understanding GCP Cloud support & implementation
Working with Windows servers 2016 & 2012,
Understanding of on premise to Cloud computing migrations
L&T Infotech Pvt. Ltd as Cloud operation Engineer (Senior System Engineer)
Jun 2017 to Sep 2018
Organization: L & T InfoTech Pvt. Ltd., Bangalore(Supporting UK Clint)
Project Title: project for Infrastructure as a service managing the Client infrastructure which is hosted on Cloud (IAAS)
Role: Managing AWS Cloud With windows servers which are hosted on AWS cloud (Supporting UK Clint)
AWS (Cloud) implementation and infrastructure Configure the Cloud Management service, and to monitor and manage
the services.
Deploying and operating AWS, specifically VPC, EC2, S3, EBS, IAM, ELB, Cloud Formation and Cloud Watch using
AWS Console, Creating MFA access for the users.
Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS)
Manage and configure AWS services as per the business needs (ELB, SNS, EC2, Route 53, S3, RDS, Cloud Watch,
Utilizing Cloud Watch to monitor resources such as EC2, CPU memory, Amazon RDS services, EBS volumes to set
alarms for notification or automated actions and to monitor logs for a better understanding and operation of the system;
designing highly available, cost effective and fault tolerant systems using multiple EC2 instances, Auto Scaling, Elastic
Load Balance and AMIs
creating S3 buckets and managing policies for S3 buckets with versioning
Working with Windows servers 2016 & 2012, applying patches monthly wise through WSUS server
NESS Technologies India Pvt. Ltd. as System Administrator
Jun 2016 to Jun 2017
Organization: NESS Technologies India Pvt. Ltd., Bangalore
Role:
Supported Windows Server 2012, 2008, Active Directory, DNS and DHCP, Group policies ,and troubleshooting
issues
Supported Esxi servers 6,Vsphere 6,Vcenter Server
deploying and operating AWS, specifically EC2, S3, EBS, IAM, ELB,VPC, Cloud Formation and Cloud Watch using
AWS Console
Pixelloid Studios Pvt. Ltd as System Administrator
Apr 2014 to May 2016
Organization: Pixelloid Studios Pvt. Ltd., Bangalore
Title: VFX and 2D/ 3D Gaming
Role:
Maintained Data Center Servers, Windows Server 2016/2003/2008
Supported WM ware, ESXI servers, VMware web client
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 3/4
LV Global Solutions PVT LTD (INTERNSHIP) as System Administrator
May 2012 to Mar 2013
Project Title: (Supporting UK
Windows Servers and Desktop support.Windows operating system.
Working Global Remote Management System is the centralized team for all Servers & Desktop related issues. Role:
WINDOWS SUPPORT & DESKTOP SUPPORT
Maintained Windows Servers, Active Directory Servers, DHCP and DNS Servers
UG: B.Sc (Chemistry) from Sri Krishna Devaraya University, Andhra Pradesh in 2010
Other Qualifications/Certifications/Programs:
AWS Cloud Sysops Certification,AWS solution architect associate
Microsoft Certification MCTS Server 2008 Active Directory Professional (70-640)(70-642)Network Infra
70-533 Implementing Microsoft Azure Infrastructure Solutions
Windows Server, VMware, Hardware and Networking including Live Project
google cloud associate certification
Affirmative Action
Category: OBC - non-creamy
Work Authorization
Countries: India
Education
IT Skills
Skill Name Version Last Used Experience
Windowsservers2016/2012/2008 0 Year(s) 0 Month(s)
activedirectory,dns,dhcp,group policie
Amazon web services(cloud):ec2 instances
vpc,s3,ebs,iam,elb,route53,cloudwatech
cloud formation,cloudtrail,workspaces
Azure cloud: Create virtual machine
Azure AD
GOOGLE 2020 1 Year(s) 0 Month(s)
Google App Engine 2020 1 Year(s) 0 Month(s)
GCP 0 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Telugu Expert
Kannada Expert
Tamil Proficient
Hindi Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b44…
https://freesearch.naukri.com/preview/printResume?uname=487350ddb231ae08082556f33eba86a10d550c591f1601405117145a5b5f5449455b445142100b585d… 4/4
Physically Challenged: No Job Type: Permanent
Employment Status: Full time
Rank 1093: Resume 629 with similarity score 0.00552222094374839
Resume Text: MS , B.TECH , BS work from home , student task assignment , version control , contests , internships , string , 3d , office , demonstration , health , authentication , basic , firebase , bar , windows , signal , social media , c# , sql , project , google , application , c programming , participation , star , forms , resume , android , java , components , c++ , connectivity , figures , arduino , amazon , pie , completion , task management , assessment , management system , mobile , scheduling , organization , apps , technology , lyrics , graphics , publishing , online Assessment
Q1. Why should you be hired for this role?
SIH'19 Mentor || Codeforces: Specialist || Android Dev || Mentored at Several Hackathons || Got Merit in several Coding Competitions
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
YES
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
Uvaish Zafri
Ghaziabad
Applied 01 Feb'21
C Programming Android C Programming
Java SQL .NET
C#.NET
Bachelor of Technology B.Tech), IT
NIET
2017 - 2021
Percentage: 71.00%
Senior Secondary XII, Science
Karl Huber School
CBSE board)
Year of completion: 2017
Percentage: 71.80%
Secondary X
Karl Huber School
CBSE board)
Year of completion: 2014
CGPA 8.60/10
Android Intern
Acquiro Solutions, Noida
Jun 2019 - Jul 2019
Learned about android application development components and made an app for tokyo athletic event InRio. completed the
project and handled everything regarding the project from source management to version control and to publishing &
presence.
Android Backend Intern
Social Vento, Greater Noida
Nov 2018 - Jan 2019
Designed Basic user interface of a companys task assignment and management application and established
connectivity with remote server for data sto rage and authentication.
Coding contest host:
Being the host conducted two coding contests for encouraging the coding culture in the college on Hakerrrank and
Hackerearth with good participation of students.
Android App Development
APTRON, Noida
Jun 2018 - Jul 2018
C LANGUAGE
NPTEL, Online
PROJECTS
ADDIT IONAL
DETAILS
Aug 2017 - Present
.net Windows Forms
Bhawna Mahajan Classes, Ghaziabad
Aug 2016 - Nov 2016
C# Language
Bhawna Mahajan Classes, Ghaziabad
May 2016 - Nov 2017
Structured Query Language(SQL
Khs, Noida
Nov 2015 - Dec 2015
C
Khs, Noida
Aug 2014 - Jan 2016
InRio
Jun 2019 - Jul 2019
https://github.com/uvaishzafri/InRioProject
Designed for a tokyo based athletic event for handicapped athletes.The app important information like athletes
details,Emergency contacts,health tips, discover city option,social media update option and information about perks.
Kavach
Feb 2019 - Feb 2019
https://github.com/uvaishzafri/Kavach
A Safety App .App connected with arduino controlled BTmodule . module sends signal of specified string whenever the user
shouts for "help" or any other similar word.app then sends msg to saved contacts along with the victim's current location .
Work Plate
Jan 2019 - Jan 2019
An android application which simplifies the task management inside an office by sending tasks to appropriate employees in
an organization within the app and tracking its process .uses firebase and firestore as backend.
offline lyrics app
Jun 2018 - Jun 2018
https://github.com/uvaishzafri/JustinBieber
an offline lyrics app fo justin bieber songs.with
1.list of all the songs with lyrics .
2.optimized it's size to about 3.5MB.
3.sharing intent
4.paypal payment integration
5.splash screen
6. reached 5,000 organic downloads all by myself.
time table management system
Sep 2016 - Oct 2016
T ime Table Management and scheduling software for schools and colleges .with
1.class-wise time-table viewing forms
2.works good for both teachers as well as student side time-tables
3.modifiable.
4.interactive UI based on windows forms.
c++ graphics demonstration
Jan 2016 - Jan 2016
https://github.com/uvaishzafri/Cpp-graphics-demostration
Its a c++ project on the demonstration of graphics in the language using graphics.h library.with demonstration of various
graphics shapes and figures including rectangle,circle,pie,pie 3D,bar,bar 3D,text and pixels .
SIH 2019 mentor for team DIVYANG under innovation category.
One of handful student to get technical internship in college based startup in second year.
5 star C coder according to hackerrank .
developed mobile application for worlds biggest hackathon(SIHProject:Kavach).
https://github.com/uvaishzafri/InRioProject
https://github.com/uvaishzafri/Kavach
https://github.com/uvaishzafri/JustinBieber
https://github.com/uvaishzafri/Cpp-graphics-demostration
CONTACT Phone: 91 8368288091
Published apps on various stores including google play,amazon,getjar etc and got 5k+ downloads on them combined.
Institute Rank 3 ,batch Rank 1 CodeVita 2019.
Rank 3/2000 hackerearth NC coding challenge set1.
Rank 61/2041 CodeVar VIT Vellore.
Rank 1/550 Gfg Practice Leaderboard.
Rank 4/840 Hackereath CodeArena.
Rank 4/70 Institute-Wise CodeChef Leaderboard.
Rank 3/70 Weekend Challenge GL BAJAJ, Gr.Noida.
Rank 1094: Resume 970 with similarity score 0.005498410703818035
Resume Text: B.E , MS , B.TECH software developer , front end ui developer , change management , full time , systems engineer , system engineer ecommerce , react.js , functionality , training , optimization , redux , telugu , performing , css , firefox , classic , designation , mar , adobe experience manager , affirmative action , routing , web design , hindi , maintenance , ltd , jquery , json , english , authorization , thomson reuters , status , agile , email , project , store , application , safari , focus , npm , google chrome , components , change management , debugging , building , router , framework , languages , html5 , state management , web pages , javascript , cross-browser compatibility , technology , internet explorer , hybris , browsers , logics , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d430…
https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d4302131258080c0… 1/3
Current Designation: System Engineer
Current Company: TCS
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
TCS as System Engineer
Mar 2017 to Till Date
Working as UI developer in TCS
Tata Consultancy Services Ltd. as Systems Engineer -Software Development
Mar 2017 to Mar 2017
Project Client: Thomson Reuters 10/17 Till date
Project 1 OpenWeb E-Stores
Open web is an Ecommerce platform which maintains Ecommerce sites like Thomson Reuters Spain, Australia and
Argentina. The content of the sites will be managed through Adobe Experience Manager and the back end is hybris.
Project 2 Migration and Upgrade (AEM 6.2 to AEM 6.4)
As Technology keep on upgrading from different versions an upgrade project is created to enhance the E-Store
performance. As OpenWeb E-Store is a huge content and involved with many components and complex functionalities
logics this was handled as a separate project
RESPONIBILITIES
Involved in development activities in UI perspective and responsible for creating javascript modules in our
project.
Developed new UI functionality for multithreaded user-facing applications using ReactJS and React-router.
Designed and developed various Web pages using HTML, CSS and JavaScript, ReactJS
Involved in creating project structure and development of templates and page components.
Handled complex state management situations using the Redux library.
Developed custom responsive reusable components using ReactJS.
Built single-page applications with JavaScript on a custom-built framework.
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
SAI MEGHANA KOMPALLI
System Engineer seeking roles in Software Development,UI Development,Application
Support ,Project Management,Change Management,Defect Management,Quality
Management, Requirement
Gathering,JavaScript,React,Redux,Router,HTML,CSS,AJAX
Key Skills: React.Js,Redux,React Router,Javascript,JQuery,HTML,CSS,Html5,Responsive Web Design,UI
Development,Ajax,JSON,CSS3,Adobe Experience Manager,Cq5,NPM
Summary
Front-end developer with 2.5+ years of experience in building high performing presentation layers. Built reusable components,
performance optimization, and specific focus on using React library in doing projects along with different POC handled as an
agile model.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d430…
https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d4302131258080c0… 2/3
Responsible for checking cross-browser compatibility and hence worked on different browsers like Safari,
Firefox, Google Chrome, and Internet Explorer.
Good experience in debugging JavaScript, CSS3, and HTML5 code.
Developed AEM custom components, dialogs, design dialogs, custom client libraries.
Involved in the development of AEM templates and page components.
Involved in AEM 6.2 to 6.4 migration and upgrade (Classic UI to TouchUI).
Involved in React and AEM training activities for freshers.
UG: B.Tech/B.E. (Computers) from PVP Siddhartha institute of Technology, Vijayawada in 2016
Nature of Employment: Full Time
Project Location: hyderabad
Role: Programmer
Duration: Dec 2018 - Jun 2019
Onsite / Offsite: Offsite
Team Size: 3
Education
IT Skills
Skill Name Version Last Used Experience
REACT 16 &
above
2020 2 Year(s) 0 Month(s)
Redux 7 &
above
2020 1 Year(s) 8 Month(s)
Routing 4 &
above
2020 2 Year(s)
JavaScript ES-
6,ES+
2020 2 Year(s) 6 Month(s)
HTML 5 2020 2 Year(s) 8 Month(s)
CSS 3 2020 2 Year(s) 8 Month(s)
AEM 6.2 &
6.4
2020 2 Year(s) 8 Month(s)
NPM 6 &
above
2020 1 Year(s) 6 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Projects
Project Title: AEM Migration and Upgrade
Client: ThomsonReuters
Skill Used: Adobe Experience Manager, slightly, Html5, CSS, Javascript, Ajax, JSON,
Role Description: Front end UI Developer,custom dialogs and design developer
Project Details: As Technology keep on upgrading from different versions an upgrade project is created to enhance the E-
store performance. As Openweb E-store is a huge content and involved with many components and complex functionalities
logics this was handled as separate project
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d430…
https://freesearch.naukri.com/preview/printResume?uname=be0f9079f4f56cf6e9e6e118abe4a8b75d5a5f5819400b14044744585a5a0418165d4302131258080c0… 3/3
Nature of Employment: Full Time
Project Location: hyderabad
Role: Programmer
Duration: Dec 2017 - Till Date
Onsite / Offsite: Offsite
Team Size: 3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Openweb E-store
Client: ThomsonReuters
Skill Used: React,Redux,React-router,JSX, Html5, CSS3,Javascript(ES-6), Adobe Experience Manager, Sightly, Ajax, JSON
Role Description: Front end UI developer
Project Details: Openweb is a E-store platform which maintains Ecommerce sites like ThomsonReuters
Spain,Australia,Argentina. The content of the sites will be managed through AdobeExperienceManager and the back end is
hybris.
Rank 1095: Resume 308 with similarity score 0.005432224727050316
Resume Text: nan work from home , full time angular , video , web development , assessment , php , player , resume , python , android , javascript , css , ion , youtube api , apps , commerce , project , html Assessment
Q1. Why should you be hired for this role?
I am graduated in software development bca and also I am good in coding and web development
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes but not full time because I am studying MCA
Resume
EDUCAT ION
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7410521778
Mahesh Narsale
Raimoha, Pune
Applied 01 Jan'21
Android HTML Angular 2.0
CSS Java JavaScript
PHP Python
Bachelor of Computer Applications BCA, Software
New Arts, Commerce And Science College Ahmednagar
2017 - 2020
Percentage: 69.00%
MadForYou Video Song player YouTube app
May 2020 - Present
https://github.com/MUserProject9130/download-apps/raw/master/MadForYou.apk
This is YouTube channel app created using YouTube api video playlists from youtube
SoftwareTechIT official app
May 2020 - Present
https://github.com/MUserProject9130/download-apps/raw/master/SoftwareTechIT.apk
This is app for official YouTube channel app for my youtube channel
Working on personal project creating android apps
https://github.com/MUserProject9130/download-apps/raw/master/MadForYou.apk
https://github.com/MUserProject9130/download-apps/raw/master/SoftwareTechIT.apk
Rank 1096: Resume 1137 with similarity score 0.0054305172288701
Resume Text: B.E , B.TECH full time , project lead , android developer , team lead functionality , codes , api , payment gateways , user friendly , designation , developers , ug , mar , affirmative action , hindi , maintenance , firebase , architects , retrofit , software industry , authorization , english , status , agile , email , project , application , stripe , kotlin , video , solution architecture , mumbai , android , github , electronics , edge , rest , components , react native , languages , mobile , javascript , engineers , history , sdk , technology , google cloud 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c13…
https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c130143155b5b085… 1/2
Current Designation: Team Lead -Application Development
(Android)
Current Company: Shanti InfoTech
Current Location: Indore
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree:
Verified : Phone Number | Email - id
Shanti InfoTech as Team Lead -Application Development (Android)
Apr 2018 to Till Date
Project lead of mobile development team
for various projects. Collaborate with key executives, UI designers and other developers
to develop cutting-edge applications for various sectors.
Created applications as per the agile functionality which is convenient for client
as well as for the developers.
Use of Jetpack core components to make mobile application robust and high
build quality.
Started working on new technologies such as React Native,.
Argalon Technologies as Junior Android Developer
Jun 2016 to Mar 2018
Worked with architects, engineers, and product
management to deliver user friendly applications for Android platform.
Worked on best libraries and sdk's such as Retrofit, Picasso, Realm, Google cloud
APIs, Firebase, Tokbox (Video Calls) and payment gateways (Stripe, Google pay).
Learned the management of codes over GitHub and Bit Buckets.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Deepak Kumar Verma
Team Lead seeking roles in Android Application Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Android,Java,JavaScript,React Native,Node
js,Kotlin,GitHub,MVVM,REST Api,RxJava
Key Skills: Team Lead,Tech Lead,Android Application Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,Android,Java,JavaScript,React
Native,Node js,Kotlin,GitHub,MVVM,REST Api,RxJava,Dagger2
Summary
Experienced Android Developer with a
demonstrated history of working in the
software industry. Skilled in Native Android
Development, Java, Kotlin. Strong engineering
professional with a Bachelor of Engineering
(B.E.) focused in Electrical & Electronics
Engineering from Oriental College of
Technology.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c13…
https://freesearch.naukri.com/preview/printResume?uname=ddba72bf25aef54509a79fc3d44b33b5090c5d521e145a135216430e5d0e531f400c130143155b5b085… 2/2
Experienced on UI design using Google new Material.io and created drastic
mobile UI.
UG: B.Tech/B.E. (Electrical) from Rajiv Gandhi Proudyogiki Vishwavidyalaya (RGPV), Bhopal in 2015
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
ANDROID
JAVA
JavaScript
React Native
Node JS
Kotlin
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1097: Resume 902 with similarity score 0.005405690165595038
Resume Text: B.E , MS , B.TECH , BS senior developer , devops , full time , software developer optimization , redux , devops , processors , scrum , css , designation , pages , affirmative action , plugins , tween , hindi , maintenance , azure , jquery , authorization , english , teams , bootstrap , status , responsiveness , software testing , email , project , application , mumbai , github , lighthouse , components , branding , accessibility , sitecore , offshore , languages , html5 , es6 , javascript , base , performance improvement 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c110145…
https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c1101450514120d5e5a0… 1/2
Current Designation: Senior Developer - ITS DOTCOM
Current Company: Accenture
Current Location: Mumbai
Pref. Location: Mumbai,Nagpur,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 8 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Accenture as Senior Developer - ITS DOTCOM
May 2017 to Till Date
ITS DOTCOM
* Client Based Project
* Working in a SCRUM based model with onshore and offshore teams
* Multiple responsive components development & testing the same in different environment for best performance
* Working with IN Vision tool for design redlines
* Sites branding and component enhancements on more than 30 Client Demo sites for UI development and enhancement
* Site optimization using rendition, CDN, minimization and other methods
* Used tools like GT Metrix, lighthouse for performance improvement of the website
* Used Browser stack to check the responsiveness of the site.
* Adhere to AAA standard level of accessibility for the site.
* Implemented animations using plugins like Scroll magic, Tween Js.
Career Refresh
* Client Based Project
* Have developed multiple reusable components in React/Redux
* Collaborating with designers to implement custom
functionalities
* Implementing the different functionalities required in the project
* Using client Azure DevOps as code base for development
* Working with IN Vision tool for design redlines
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Jainy Jain
Sr Developer seeking assignment in Software Application Development,Software
Development,Project Management,Requirement Gathering,UI
development,Components Development,Software Testing,React
JS,ES5/ES6,jQuery,Azure,Sitecore,GitHub,DevOps,Bootstrap
Key Skills: Senior Developer,Software Developer, Software Application Development,Software Development,Project
Management,Requirement Gathering,UI development,Components Development,Software Testing,React
JS,ES5/ES6,jQuery,Azure,Sitecore,GitHub,DevOps,Bootstrap
Summary
Diligent front-end developer with 3.7 years of experience in developing all aspects of the UX & UI for client-facing landing
pages. Expertise in working with employee experience sites and dynamic reusable components.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c110145…
https://freesearch.naukri.com/preview/printResume?uname=bfc61d5589c82f13cadad634a5427aea0b5f0b074b160143561014090908574c1101450514120d5e5a0… 2/2
UG: B.Tech/B.E. (Computers) from IET DAVV, Indore, in 2017
Other Qualifications/Certifications/Programs:
70-480: Programming in HTML5 with JavaScript and CSS3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, ES5/ES6, jQuery
Azure, Sitecore
GitHub & DevOps, CSS Pre-processors
BOOTSTRAP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1098: Resume 1519 with similarity score 0.005394126616538917
Resume Text: B.E , MS , B.TECH application support , cyber security , cissp , transition manager , manager information , information security , cto , coo , ciso , cio , azure architect , ceo , senior architect , vice president , change management , full time , security strategist , business objects training , 24x7 , regulatory requirements , it security , linux , secure code review , status , life sciences , microsoft project , visio , threat intelligence , it infrastructure , security awareness , it risk management , vulnerability management , organization , grc , edr , mitigation , automation , iso 22301 , otrs , designation , confluence , hitrust , rhel , hindi , gap analysis , post production , information security , ltd , windows , english , penetration testing , catering , atp , thin , process review , global security , sap crm , change management , resolve , strategy , documentation , itil , process management , javascript , crystal reports , application security , vectors , insurance , threat management , cyber security , box , general , healthcare , design review , affirmative action , high sense of urgency , unix , email , aws , network security , information systems , siem , android , cissp , languages , incident handling , vapt , urdu , ibm tivoli , assessment , bcms , mobile , enterprise security , jira , pre-sales consulting , web , pmp , program management , dlp , rackspace cloud , ug , oracle database , azure , ios , authorization , teams , siebel , jive , security testing , devices , wll , electronics , threat modeling , kannada , triton , tuning , crisis , security operations center , network administration , firewalls , pasta 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f400…
https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f40004210500f000… 1/3
Current Designation: Senior Architect Information Security
Current Company: M.H. Alshaya Co. WLL Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Network Administration /
Security
Role: Tech Architect
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E. [Electrical and Electronics]
Verified : Phone Number | Email - id
M.H. Alshaya Co. WLL Group as Senior Architect Information Security
Jul 2018 to Till Date
In the role of lead for Information Security, accountable for managing Security testing, incidents, GRC, Cyber Security,
SOC, client-side pre-sales consulting and IS Project management teams.
Security Strategist to the CIO, CTO, COO, CEO and the Board.
Security testing for all infrastructure and applications i.e. Perimeter L3 devices, web, mobile i.e. Android and iOS, thick
client covering SAST and DAST including manual as well as automated testing.
Perform gap analysis between standard or regulatory requirements and current Alshaya standards
Define organizational security roadmap, identify changes required and embed security practices
Direct IT Security strategy including NGAV, O365 ATA/ATP, Next Generation Firewalls, SIEM, SOC, DLP, EDR, PAM etc.
Support the identification, assessment, monitoring, controlling and mitigation of security risks
PCI Implementation and ISO27001 management.
Publicis Groupe as Manager Information Security
Sep 2009 to Jun 2018
Responsible for managing Security testing, incidents, GRC, Cyber Security, SOC, Pre-sales consulting and IS Project
management teams.
Security testing of infrastructure and applications (Mobile, Thick/Thin Client). Vulnerability Management and Perimeter VA
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Ajmal Ahmed Shariff
CISO, Vice President seeking roles in Information Security,Network Security,Cyber
Security, Cloud, Vulnerability Management,IT Risk Management,Project
Management,Incident Management, Penetration Testing, Security Incident, ITIL, AWS,
PMP,NIS
Key Skills: Senior,Tech Architect,Information Security,Network Security,Cyber Security,Vulnerability Management,IT Risk
Management,Project Management,Incident Management,Change Management,Penetration Testing,Performance
Tuning,ITIL,AWS,PMP
Summary
Highly technical and proficient Information security professional with well-grounded hands-on experience in security testing,
GRC, Cyber Security, SOC, CSIRT, Security pre-sales consulting, IS Project management and renowned leader of people.
Lead a team responsible for DevSecOps implementation, Vulnerability Management, Penetration Testing, Security Operations,
Incident Handling, risk, compliance and Threat Intelligence.
Experience in Application Security Assessment, Application VAPT (Web Application, Mobile Application, Thick Client
applications etc.), Design review, Process Review, Secure Code Review (Manual and Automated): (Java, .Net, Android etc.).
Manage security with high sense of urgency, understanding the threats and threat actors that may impact the organization and
implementing tactical and sustainable protections to assure secure operations.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f400…
https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f40004210500f000… 2/3
automation.
Develop risk-driven enterprise Security Architectures. Identify, escalate, mitigate to resolve risk and compliance
requirements.
ISMS, SOC-2 (SSAE-16) Implementation for Publicis Groupe i.e. Sapient, Razorfish, Moxie-US, ReSources-UK; DCSO-
Germany; and HITRUST-US.
Manage the Security Operations Center (SOC), Security incidents and DLP.
Build security credibility during Client interactions (meetings, audits, supplier security assessments etc.) including
presales, preproduction, production and post production.
Experience working on STRIDE and PASTA threat modeling, threat management, threat vectors and develop security use
cases.
Contribute to security awareness training and security documentation,
Application and IT Infrastructure Initiatives:
DevSecOps Implementation for Publicis Groupe project.
Transition Manager-Minneapolis, USA for Insurance provider.
Security POC for Production support 24x7 for Big Four.
Security Crisis Manager for critical business application support.
Program Management for Global Security operations.
ISO27001 Implementation of Private cloud catering to 3500+ VMs.
SIEMENS Information Systems Ltd as Senior Executive -Healthcare and Life Sciences
Nov 2007 to Aug 2009
* Security testing, incident management and secure process management.
* Information Security, Process and Compliance activities for Siemens.
* Audit POC for Siemens Healthcare vertical during internal, external and client audits.
UG: B.Tech/B.E. (Electrical and Electronics) from Visveswaraiah Technological University (VTU) in 2005
Other Qualifications/Certifications/Programs:
Certified Payment Card Industry Security Implementer (CPISI)
CISSP, CISM, CRISC, PMP, AWS Cloud, Rackspace Cloud, Azure Architect
ISO27001 ISMS LA, ISO 22301 BCMS LA, ISO20000 ITSMS LA, ITIL Expert
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Project
Microsoft Visio, JIRA, Confluence
Box, Jive, Siebel CRM 7.x
SAP CRM 4.0, SAP CRM 6.0
Forcepoint Triton DLP, IBM Tivoli
Crystal Reports 10, Business Objects 6.5
OTRS 3.3
Oracle Database 9i and 10g
UNIX, LINUX (RHEL), Windows
Forcepoint DLP
INFORMATION SECURITY
Cyber Security
Languages Known
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f400…
https://freesearch.naukri.com/preview/printResume?uname=f9dec795f1f2232600347334d2d03ef80e545c054b135f445219415e5f0d5843125f40004210500f000… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India,United States
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Proficient
Urdu Expert
Rank 1099: Resume 924 with similarity score 0.005390577181472292
Resume Text: B.E , B.TECH , BS software engineer , associate web developer , student , software developer , change management , full time , part time , front end developer web development , redux , e-learning , css , designation , ug , affirmative action , hindi , maintenance , ltd , jquery , authorization , english , bootstrap , status , email , project , application , electronics , change management , languages , django , e-commerce , kannada , it , mobile , javascript , factoring , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b19…
https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b190219420d5508… 1/2
Current Designation: Software Engineer
Current Company: MicroGenesis Techsoft
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
MicroGenesis Techsoft as Software Engineer
Sep 2020 to Till Date
Creating Websites Using React JS , which should accept the client standards and needs along with factoring the code for
the best website experience
K12 Technologies Pvt Ltd as Associate Web Developer
Feb 2019 to Sep 2020
Handled the complete front end aspect of e-commerce website and also made sure its mobile
responsive (https://sparklebox.co.in)
Designed the website for Seller side and buyer side accordingly.
Made most of the e-commerce website using Django template.
Handled front-end aspect of an educational institution website
https://cvbox.letseduvate.com)
Handled the front end aspect of e-learning website called as Udaansurelearning
https://udaansurelearning.com/)
Working on a project that acts as a virtual counselling for student admissions
Guided Freshers in the field of Web Development
Last Active: 29-Jan-21 Last Modified: 29-Jan-21
Nagaraj Vandal
Associate Web Developer seeking roles in Software Engineering,Software
Development,Web Development,Project Management,Change Management,Defect
Management,Quality Management,Requirement Gathering,Application
Support,JavaScript,Bootstrap,jQuery,HTML
Key Skills: Associate Web/Software Developer,Software Engineering,Software Development,Web Development,Project
Management,Change Management,Defect Management,Quality Management,Requirement Gathering,Application
Support,JavaScript,Bootstrap,jQuery,HTML,CSS
Summary
I am a Front End Developer, looking for challenging and responsible opportunity to explore my
strength and potential in the field of Web development ,at the same time to gain experience from a
professional organisation and learn how to meet employers expectations and develop my Technical
skills along the way and to work with a progressive company for a long and rewarding career and to
take company to a newer heights
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b19…
https://freesearch.naukri.com/preview/printResume?uname=f6133ed17345f71b3a5c12593172b01c505c08584c1101115213145e5a5c564d115b190219420d5508… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from SJCIT, Chikkaballapur in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Css3, Bootstrap, Material-UI
JavaScript , jQuery
React, Redux, HTML
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Kannada
Rank 1100: Resume 859 with similarity score 0.005388189309884454
Resume Text: BTECH , B.E , MS , B.TECH software engineer , software developer , part time , full time , engineering intern react.js , web development , redux , bugzilla , designation , portals , affirmative action , hindi , maintenance , typescript , digital , authorization , english , node.js , status , agile , proxy , email , project , application , chalk , angularjs , electronics , github , servers , languages , cascading style sheets (css) , dashboard , javascript , history , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a1…
https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a195743495f080b… 1/2
Current Designation: Software Engineer
Current Company: Chalk Digital Private Limited
Current Location: Delhi
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 6 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Chalk Digital Private Limited as Software Engineer
Jan 2020 to Till Date
I am responsible for the development of Advertisement portals using
Javascript, HTML, NodeJS, Angular, and Cascading Style Sheets (CSS).
Project: Kabooter
I am responsible for the development of APIs and email templates using
HTML, NodeJS and Cascading Style Sheets (CSS).
Project: Sightly portal
I am responsible for the development of APIs and frontend development
using React, Redux, NodeJS, and SCSS.
Chalk Digital as Engineering Intern
Jul 2019 to Jan 2020
worked as a trainee engineer at chalk digital. worked on angular 8 and HTML, CSS javascript.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Rashmi Kapkoti
Experienced Software Engineer with a demonstrated history of working in the
marketing and advertising industry. Skilled in
javaScript,typeScript,react.js,node.js,angular 8 ,html,git,github,agile.bugzilla,and css .
Key Skills: React.Js,Javascript,Angularjs,Node.Js,Html5,CSS,GIT,Github,Bugzilla,Agile,Responsive Web
Design,HTML,Software Development,Web Development,Software Engineering,Application Programming,IT,Application
Development
Summary
Experienced Software Engineer with a demonstrated history of working in
the marketing and advertising industry. Skilled in Javascript, HTML,
NodeJS, Angular ,React,Redux and Cascading Style Sheets (CSS).
Strong engineering professional with a Bachelor of Technology - BTech
focused in Ece from GBPIET, Pauri Garhwal, Uttarakhand.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a1…
https://freesearch.naukri.com/preview/printResume?uname=3dd228cd87513d1d5310bae98f602a660a5e0b074a470d405242455c0801534d105a195743495f080b… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from GBPIET in 2019
Other Qualifications/Certifications/Programs:
The Complete JavaScript Course 2020: Build Real Projects!
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Feb 2020 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
IT Skills
Skill Name Version Last Used Experience
Javascript, HTML, CSS, NodeJs
Angular,React,Redux, Material UI
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: kabooter
Client: usa
Project Details: I am responsible for the development of APIs and email templates using HTML, NodeJS and Cascading Style
Sheets (CSS).
Project Title: Sightly Portal
Client: usa
Project Details: I am responsible for the development of APIs and frontend development using React, Redux, NodeJS, and
SCSS.
Project Title: GeoAd
Client: usa
Project Details: I am responsible for the development of APIs and dashboard using angular 8 and node.js for the proxy
servers. Also used material UI for UI and as well as CSS.
Rank 1101: Resume 1357 with similarity score 0.005355255770132534
Resume Text: B.E , B.TECH full stack developer , java developer , full time , junior software developer react.js , sierra , core java , pressure situations , general , css , ug , affirmative action , mysql , hindi , maintenance , ltd , digital , authorization , english , status , email , project , application , mumbai , electronics , languages , javascript , web , technology , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c42…
https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c420a13145d0f0e5… 1/2
Current Location: Pune
Pref. Location: Pune,Navi Mumbai,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 0 Year(s) 10 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Zenwise Technology Pvt Ltd as Junior Software Developer
Jul 2019 to May 2020
Title : Sierra digital PMO
Role : Worked as React Js Developer
Responsibilities : Worked on frontend using react js
Description : It is a web app internal project of Sierra Digital. This project gets all information from clients and will be
showing it in graphical format.
Title : Sierra digital internal project
Role : Worked as Java Developer
Responsibilities : Worked on frontend using Java.
Description : It is a web app internal project of Sierra Digital. This project gets signature and information from clients and
will be showing it in graphical format.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pune University in 2017
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Avika Arvind Ingale
BE Graduate With 10 months of experience as Junior Software Developer with sound
knowledge of Java, React, HTML, CSS, SQL
Key Skills: html,css,core java,react.js,mysql,javascript,java,software services,software development,software quality
assurance,software support,technical support,Client Management,Project Management,Full Stack Developer
Summary
10 months of Experience in Java, React Js and Mysql at Zenwise Technology. A budding professional with a BE in Electronics
and telecommunication engineering from Pune. Ability to work in a dynamic environment and under pressure situations.
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c42…
https://freesearch.naukri.com/preview/printResume?uname=88a8e738d28d839ffb6de7204ccec75e5a5a0854181b0b150a18410d5f00041e450c420a13145d0f0e5… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Mysql, HTML, CSS, Core Java, React Js
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Marathi Expert
Rank 1102: Resume 1226 with similarity score 0.005340936213300411
Resume Text: MS , BS devops engineer , system administrator , associate , server administrator , release manager , full time , windows administrator , system engineer , aws solution architect contractual , ansible , veritas , devops , customer , jenkins , kubernetes , designation , ug , telecom , scripting languages , tamil , saint , oracle , affirmative action , hindi , cloud , docker , linux , beginner , fms , maintenance , azure , ltd , windows , english , authorization , nss , status , architecture , wintel , email , project , aws , configuration management , focus , exchange server , github , technology solutions , server admin , netbackup , malayalam , cms , javascript , lotus notes 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405…
https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405644475c5b0f0… 1/3
Current Designation: Senior Infra Developer
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Coimbatore
Pref. Location: Bengaluru / Bangalore,Chennai,Anywhere in
South India
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Senior Infra Developer
Dec 2014 to Till Date
Overall 10+ years of experience in IT industry with in Configuration Management, Release & Build Management, System
Administration, Support and Maintenance in environments like Windows, Linux, expertise in automating builds and
deployment process using scripting languages with focus on DevOps tools & AWS/Azure Cloud Architecture. Expertise in
Docker, Kubernetes, Ansible, Terraform tools.
CMS INFO SYSTEMS as FMS Engineer
Aug 2010 to Dec 2014
Worked in Client Location Cognizant Technology Solutions as a System Adminstrator. Provided Technical Support solution
to the customer.
UG: BCA (Computers) from Bharathiar University, Coimbatore in 2006
PG: MCA (Computers) from Anna University in 2009
Other Qualifications/Certifications/Programs:
Aws solution Architect - Associate
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Vignesh Kumaresan
Skilled DevOps engineer with 10.5 years of experience in Release and Deployment
activities. Expertise in AWS,Azure, Docker, Kubernetes, Ansible, Terraform and
various DevOps Technologies.
Key Skills: Overall 9+ Years experienced DevOps Engineer. Expertise in AWS, Docker, Kubernetes, Ansible and various
DevOps tools.
Summary
System Admin with Around 7 years experience in MNC company. Looking for a job in Cloud technologies, Devops,Wintel
Admin, Sccm server admin, backup admin and technical support.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405…
https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405644475c5b0f0… 2/3
Oracle 9i
Sccm 2012
Nature of Employment: Full Time Duration: Feb 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: May 2017 - Nov 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2014 - Apr 2017
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Dec 2014 - Apr 2017
Onsite / Offsite: Offsite
Team Size: 12
Nature of Employment: Contractual
Project Location: Cognizant Tech (Coimbatore Location)
Role: Network/System Administrator
Duration: Aug 2010 - Till Date
Onsite / Offsite: Onsite
Team Size: 30
IT Skills
Skill Name Version Last Used Experience
WINTEL ADMIN 2003
and 2
2012 2 Year(s) 0 Month(s)
SCCM server 2007 2012 1 Year(s) 6 Month(s)
Backup Admin (Veritas Netbackup) 2012 2 Year(s) 0 Month(s)
devops Aws 3 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Tamil Expert
Hindi Beginner
Malayalam Proficient
Projects
Project Title: Cloud and Devops
Client: Amgen Technology, Medronic, Saint Gobain, BCBS CN
Project Details: Worked on various AWS Cloud and Devops related projects. Having a adequate experience on Github, AWS,
Docker, Kubernetes, Jenkins, Terraform, Ansible and other Devops tools
Project Title: Release Manager
Client: Anthem Speciality
Project Details: Anthem Decare
Project Title: Senior System Engineer
Client: Healthnet
Project Details: Windows administrator for Healthnet project
Project Title: Senior System Engineer
Client: Healthnet
Skill Used: server administrator for windows
Project Details: Windows administrator for Healthnet project
Project Title: EUCS - NSS
Client: Cognizant Technlogy solutions
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405…
https://freesearch.naukri.com/preview/printResume?uname=af85e04e99825cb54306bffacd66068651095f524d145c4705184859590a0343105f405644475c5b0f0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: Remedy tool, Sccm 2007 server, veritas netbackup, exchange server, lotus notes.
Role Description: System Administrator
Project Details: Working as a wintel admin.
Working in veritas netbackup
Sccm Server handling roles.
Rank 1103: Resume 1181 with similarity score 0.005317904519869964
Resume Text: B.S , B.E , B.TECH full time ansible , telugu , jenkins , performing , designation , affirmative action , cloud , hub , linux , maintenance , player , authorization , english , troubleshooting , iaas , status , email , application , configuration management , aws , yum , less , continuous integration , git , maven , languages , javascript , learning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125…
https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125743460c545d5… 1/2
Current Designation: AWS SysOps Administator
Current Company: Tata Consultancy Services (TCS)
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad,Bengaluru / Bangalore,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 3 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Tata Consultancy Services (TCS) as AWS SysOps Administator
Oct 2018 to Till Date
Having 2.2 years of experience in IT industry as SysOps Administrator.
Having hands-on experience in performing all duties related remote support, troubleshooting in multi platform environment
etc.
UG: B.Tech/B.E. (Mechanical) from SAGI RAMAKRISHNAM RAJU ENGINEERING COLLEGE, BHIMAVARAM in 2018
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
B.S.S.S.K. Akhil. Hanuman
2+ Years of experince in IT Industry with AWS SysOps Administator, Iaas, Networking.
Key Skills: AWS SysOps Administator,System Admin,Software Configuration Management,Build Management,Release
Management,Continuous Integration,Application Deployment,GIT,GIT Hub,Linux,Cloud
Watch,Jenkins,Ansible,Terraform,Maven,DynamoDB,Kinesis,Aurora
Summary
Having 2.3 years of experience as SysOps Administrator in 24/7 support environment.
Having hands-on experience in performing all duties related remote support, troubleshooting in multi platform environment etc.
Ability to adapt to new environments quickly, hard working, self-motivated, self-learning abilities with admirable interpersonal
skills and an efficient team player
Work Experience
Education
IT Skills
Skill Name Version Last Used Experience
Linux
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125…
https://freesearch.naukri.com/preview/printResume?uname=a4ccf8a6638a8d84581a93e86935a9af095f01511f110e180544410e5500024f135c125743460c545d5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full time
AWS
Yum Server
Cloud Watch
GIT, GIT Hub
Jenkins
Ansible
Terraform
MAVEN
Languages Known
Language Proficiency Read Write Speak
English
Telugu
Rank 1104: Resume 537 with similarity score 0.005284961721029973
Resume Text: MS application developer , service provider javascript frameworks , api , training , automation , onboarding , web application development , ruby on rails , couchbase , uber , sqlite , developers , space , enterprise search , steam , teams , ratings , editing , project , store , boot camp , agile methodologies , airline , redis , android , testing , blockchain , components , features , server side , coffeescript , es6 , mobile , workflow , clojure , technology , database , online ShilpaK_rm
!
!
Shilpa Kondawar
SeniorConsultant (Developer)
Shilpa serves ThoughtWorks as an application developer with 5+ years of experience in web application development and
mobile development. She has worked on NodeJs, Java, Android, RoR, Javascript frameworks like React. She has worked on
both client and server side applications and mobile application as well. She has experience of working with big and small
teams following distributed Agile methodologies.
ThoughtWorks Experience
Client: Leaders in US in the coupon promotion and advertising business
(June 2018 to March 2019)
This client business is in coupon promotion and in-store advertisement business. Client wanted to digitise their
coupon platform using trending blockchain technology. As a part of this we digitise their coupon workflow using
quorum blockchain platform with Nodejs services on top of that.
Shilpa was leading the blockchain steam of 4-5 developers. As quorum blockchain platform is pretty new, Shilpa
has taken effort to learn, expertise it and also enable the team to acquaint with this new technology. She was
also involved in requirement gathering, analysis and estimation process for the project
Development technologies: Quorum blockchain platform, Nodejs, React
Database: Postgress
Team Size: 7
Client: Largest Transport and other life cycle service provider in Indonesia
(July 2017 to May 2018)
This client business is in online transport and other lifestyle services (like uber). There business is scaling rapidly
within small time.
The project Shilpa has worked was web application written in ROR for Onboarding of the drivers. She also
worked on other projects where the client wants to automate there fully manual process related to service
ratings. She grasped both domain concepts and project technologies like RoR really fast and started contributing
to the development of various features.
Development technologies: Ruby on Rails, Micro-services in Ruby, fronted javascript and SCSS
Database: Postgress
Team Size: 8
www.thoughtworks.com
!
!2
!
!
Client: The large American company in IOT space
(March 2017 to June 2017)
Shilpa was working as a senior application developer on a project which was mobile application. The client has
launched new hardware device for safety of homes. The project was operating functions of the hardware product
through mobile app. She was senior most person on the team and also helped the client employees to enhance
their development skill with agile processes like TDD.
Technologies: Android
Team Size: 6
Client: Largest AmericanAirline
(June 2015 to February 2017)
This project was mobile app for booking tickets for the airline. This project had both native android component as
well as hybrid components. Hybrid component was written using calatrava framework which was written in
javascript. This was first mobile project Shilpa has worked on.
Technologies: Android, javascript ES6, Coffeescript
Database: SQLite
Team Size: 80
Client: Internal TW Project
(Feb 2014 to June 2015)
This was internal TW project where Shilpa has worked on various internal projects. There was one web app built
on Nodejs for editing and viewing the profile of All Employees. She worked on creating Api for the the the same
app as well.
She also worked on POC for Enterprise Search where people can search for project or Employee and get all
details. This project was querying all the systems in TW and keeping the data in one system which can be used
for quick searching in the web app
Technologies: NodeJS, Clojure, Javascript, Elastic Search
Database: Couchbase, Redis
Team Size: 14
Training: ThoughtWorks – Attended ThoughtWorks University
(Oct 2013 – Nov 2013)
This 6 week training course included object boot camp, introduction and use of agile, basics of testing in an agile
project, tools for automation of testing, and a project simulation week for launching the participants into actual
client environment at ThoughtWorks.
Education
Bachelor of Engineering (IT) from College Of Engineering, Pune, June 2013
www.thoughtworks.com
!
Rank 1105: Resume 1127 with similarity score 0.005267011386920438
Resume Text: B.E , MS , B.TECH network support , full time , system administrator microsoft dns , microsoft azure , office , vault , articulate , wifi , gateway , ccna , digital , antivirus , status , connectivity , ec2 , building , infrastructure , utilities , operating systems , server administration , system administration , access , designation , confluence , ip networking , hindi , cloud , ltd , linux server , english , cyberoam , troubleshooting , data security , protection , vtp , spam filtering , ftp , groups , peering , fortinet , hyper-v , intune , congressional , vmware , javascript , gujarati , general , scripting , corporate communications , affirmative action , information technology , maintenance , security compliance , vlan , email , aws , network security , operations , hp , languages , cisco , symantec backup , wsus , jira , web , trucking , database , api , switching , windows server , license management , ug , ticketing , active directory , firewall , apache , authorization , ipsec , virtualization , sql , application , server architecture , s3 , servers , router , sophos , load , learning , traffic managers 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b584556…
https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b58455615175e0e0c584… 1/3
Current Designation: System Administrator
Current Company: Investis Corporate Communications
Current Location: Vadodara / Baroda
Pref. Location: Ahmedabad,Pune
Functional Area: IT Software - Systems / EDP / MIS
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Investis Corporate Communications as System Administrator
Apr 2019 to Till Date
Key Contributions on Cloud Environment:
Azure Cloud:
Migrated On-Premise Physical and VMs on Hyper-v to Azure VMs.
Configured Recovery Vault on Azure to backup VMs.
Configured IPSecVPN to Azure, AWS and other office locations to access resources and from Local offices.
Implemented Dynamic Azure ARM Template to deploy VM in to Multiple locations same time using Liked Templates, and
different conditions based on Parameters.
Implementing resources Azure like Application Gateway, Traffic Managers, Load Balancers, API Management, NSGs, App
Services, SQL Database Services, and VMs.
Managing Infrastructure In Azure like VM, Networking, Network security Group, V-Net Peering.
Automate Deployment of VM and various resources.
AWS Cloud:
Manage Operate and Support in AWS environments.
Creating and Managing EC2 instances in Linux and windows Environments.
Configured IPSecVPN to AWS and other office locations to access resources and from Local offices.
Managing Infrastructure In AWS like EC2, Networking, S3 Bucket, security Group, VPC Peering, Network ACL IPSec -
VPN , RDS and Automate Deployment of EC2 and various resources using Cloud formation.
Creating and Implementing Infra for New Clients in AWS
Creating and Implementing Inter-VPC connectivity , AWS -Site to Site VPN Connectivity, Virtual Private Gateway ,and
AWS Hybrid Route Learning
System and IT Network Operations
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Jigar Ravatal
CCNA, System Administrator seeking roles in IT Networking, System Administration,
AZURE cloud,Troubleshooting,Technical Support, Server Administration, Network
Security, Windows Server, Linux Server,LAN,WAN,DNS,DHCP,TCP/IP,AWS,Azure
Key Skills: System Administrator,IT Networking,System Administration,Azure Cloud Aws Cloud,Troubleshooting,Technical
Support,Server Administration,Network Security,Windows Server,Linux Server,LAN,WAN,DNS,DHCP,TCP/IP,AWS,CCNA
Summary
A highly competent and organized with experience and good troubleshooting skills in Scripting, Automate Tasks and Remove
Person Dependency without compromising Quality or Security Compliance, that helps IT Department to process its routine day
to day activity and its business IT systems with Extensive knowledge of monitoring and controlling data security within
guidelines to ensure compliance and report on possible improvements. Well mannered, articulate and able to act as point of
contact for colleagues and external client.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b584556…
https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b58455615175e0e0c584… 2/3
Primary Roles and Responsibilities:
Managing Fortinet firewall Fortinet 200 E and 300 E
Configured IPSecVPN to Azure, AWS and other office locations to access resources and from Local offices.
Managing Infrastructure In Azure like VM, Networking, Network security Group, V-Net Peering.
Automate Deployment of VM and various resources
Managing Infrastructure In AWS like EC2, Networking, S3 Bucket, security Group, VPC Peering, Network ACL IPSec -
VPN , RDS and Automate Deployment of EC2 and various resources using Cloud formation
Maintenance of Network Switch L2 and L3 Switch. (Configuration ,backup , Managing VLAN,VTP, Ether channel)
Knowledge and Working on IP-Sec VPN.
Creating, Configuring & Managing VLANs, Trucking, VTP & STP
Managing and Administration Fortinet Firewall.
Managing Windows Server 2016 and above
Maintenance of Network Switch L2 and L3 Switch. (Configuration ,backup , Managing VLAN,VTP, Ether channel)
Managing Active Directory, User and Group.
Managing Office-365 Exchange (User, Groups, Shared Mailbox, license Management).
Managing SCCM Server administration.
Managing JIRA Ticketing System for technical Support to Clients.
Managing and Administration Fortigate Firewall..
Install and manage HYPER V in windows server 2016 and above.
Managing FTP Client and Server.
Managing JIRA and Confluence Administration.
Managing WSUS server and Microsoft Intune for Windows update and patching.
Hands-on expertise of IP networking, Microsoft DNS, DHCP, and TCP/IP protocols.
Managing DFS in windows server 2016 and above.
Managing DHCP Server
Providing Remote Support to US and London office Users.
Mahhi IT LTD as System Administrator
Dec 2016 to Apr 2019
Primary Roles and Responsibilities:
Maintenance of Network Switch L2 Cisco SG -300 & L3 Switch -3567 (Configuration ,backup , Managing VLAN,VTP, Ether
channel)
Managing Windows Server 2012.
Managing Infrastructure In AWS like EC2, Networking, S3 Bucket, security Group, VPC Peering, Network ACL IPSec -
VPN Managing Active Directory , User and Group
Configuration & Managing Windows server backup
Install and manage HYPER V in windows server 2012.
Managing FTP Client and Server.
Managing WSUS server for Windows update and patching.
Managing Linux Server(Cent OS) and Ubantu Desktop Client
Hands-on expertise of IP networking, Microsoft DNS, DHCP, and TCP/IP protocols.
Managing File server in windows server 2012.
Managing DHCP Server and DHCP Client.
Managing Apache Web Server -L1 Support
Using utilities I.e. RDP, VPN, VNC, Remote Assistance etc
Managing Sequrite Antivirus Client Server Architecture
Ensure adequate antivirus protection & solutions are maintained and updated
Building, configuration and troubleshooting of server and desktop hardware. .
Installation and maintenance Managing NAS server.
Welcare Hospital as Sr.Executive -IT
Jan 2015 to Dec 2016
Installation and maintenance of Windows based systems within a client's digital environment.
Designs and implements LAN/WAN using switching and router technology.
Configuration and Maintaining Active Directory in Windows 2008 Server R2 and windows Server 2012.
Managing File Server on Windows Server 2012 Environment.
Experience on virtualization like Hyper-V, VMware.
Configuration and Managing Cyberoam Firewall and Given WIFI Access to Users
Managing HP 380- G8 Servers.
Evaluates industry trends, standards and new technologies to recommend change (i.e., evaluate and integrate new OS
versions, drivers and hardware
Managing Symantec Backup Server and takes Full Backup every day.
Provide day to day support for internal network/WAN infrastructure and connectivity requirements. Troubleshooting
Network issues
Maintained, upgraded and trouble-shoot the PC hardware and congressional office LAN networks.
Provided both hardware and software support to the clients.
Monitor and manage hardware, software, and security (clients for anti-virus, spam filtering, spy ware detection and
removal, etc.
Troubleshoots problems with operating systems, network access and a variety of software applications.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b584556…
https://freesearch.naukri.com/preview/printResume?uname=09399f50f0ffbf9bf2ef422da58795af5c0e0c574e405f475210455a5a00044b1b58455615175e0e0c584… 3/3
Prudent Corporate as System Administrator
Feb 2014 to Sep 2014
Managing Server, Network Support , Managing Sophos Firewall, Desktop Support to User and Client
UG: B.Tech/B.E. (Information Technology) from University of Pune (Sinhgad Institute of Technology And Science) in
2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Windows Server 2012-19
Active Directory
Firewall
Exchange Administration
AWS
Microsoft Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Gujarati
Rank 1106: Resume 1425 with similarity score 0.00521050329086492
Resume Text: BSC , BS , B.E , MS , B.TECH operator , associate , software developer , automation developer , full time general , telugu , coding standards , designation , visual studio , telecom , affirmative action , hindi , maintenance , ltd , authorization , advanced , english , capital markets , process definition , status , architecture , agile , solution delivery , email , project , bot , application , ownership , requirements gathering , vbscript , mainframe , electronics , components , unit testing , finance , languages , putty , client requirements , process automation , python , javascript , jira , software development methodologies , organization , web , technology , working experience , control room 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b14…
https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b145544445a0b0e5… 1/2
Current Designation: RPA Developer
Current Company: Tata Consultancy Services Ltd.
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 1 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree:
Verified : Phone Number | Email - id
Tata Consultancy Services Ltd. as RPA Developer
Oct 2019 to Till Date
Delivered Robust Automated solutions using Blueprism for an Australian Telecom Operator ||
Responsible and took ownership for all Phases of Automated solution Delivery
CAPGEMINI INDIA PRIVATE LIMITED as RPA Developer-Associate Consultant
Dec 2015 to Sep 2019
Worked for one of the US Banking industry leader as an Automation Developer using VbScript ,Javascript and Blueprism
to provide Automated solutions for various client requirements.
Participated in Organization level tech calls with various accounts to provide robust solutions for the clients.
Creating and documenting process definition documents, high level solution documents before developing phase,
TestPlan for the Pre-UAT Phases.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Prakash Valiveti
Overall 5 Years of IT experience with experience includes in working as RPA
Developer || Certified an experienced in working with Blueprism and Uipath || Vbscript ,
Phyton .
Key Skills: RPA Developer,RPA,solution Delivery Management,requirements gathering,Project Management,Application
Automation,coding,Unit Testing,Java script,VB Script,Python,Blue Prism,Uipath, Robotic process automation, Blueprism
Summary
Overall 5 Years of IT experience with experience includes in working as RPA Developer.
Possess extensive working experience and Advance Certified in BluePrism & Uipath.
Good understanding of Software Development Methodologies like Traditional (Waterfall), Agile and other best practices.
Automated Web,DotNet,Mainframe & Various Desktop based applications using Blueprism.
Involved and took ownership in all the phases of Bot Development to implement robust coding standards & transition friendly
management documents(PDD,SDD,PCH).
Understanding the Manual Process and calculating the Automation Potential.
Domain Expertise in Finance-Capital Markets and Telecom Sectors.
Well versed experience in working with WorkQueues,Webservices,Control Room, MultiBot architecture and other
components/functionalities provided by BluePrism to Develop robust code and to maintain bots.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b14…
https://freesearch.naukri.com/preview/printResume?uname=dfeb8ec6a7ba66e068ea4e0406670332505458564f1258150611135f585c074b130b145544445a0b0e5… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from swarnandhra college of engineering and technology in 2015
PG: in 0
Other Qualifications/Certifications/Programs:
AD01 Blueprism certified Developer
Advanced Uipath Certification
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
RPA
Blue Prism 2 Year(s) 1 Month(s)
PuTTY, Visual Studio
JIRA
VB SCRIPT 2 Year(s) 0 Month(s)
JavaScript
Uipath
RPA Developer 2 Year(s) 2 Month(s)
BluePrism
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
Telugu Expert
English Expert
Rank 1107: Resume 807 with similarity score 0.005192572411029496
Resume Text: B.E , B.TECH member of technical staff , software developer , part time , full time , junior software engineer intranet , document management , web development , css , designation , pages , confluence , ug , affirmative action , developments , oracle , hindi , maintenance , ltd , authorization , risk , english , bootstrap , status , shipping , screens , sql , email , application , mongodb , npm , german , rest , features , c++ , git , languages , management system , javascript , form , workflow , jira , technology , cyber , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e19…
https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e190b15485e5a5b… 1/2
Current Designation: Member of Technical Staff
Current Company: Metricstream Infotech India Pvt Ltd
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Metricstream Infotech India Pvt Ltd as Member of Technical Staff
Jan 2019 to Till Date
Policy and Document Management
Developed multiple screens for Responsive webapp using HTML, CSS3, Javascript which is used to manage large
number of policies within an organization.Collaborated with product owners to implement new feature developments.
Policy and DocumentWidget RestAPIs
Developed Rest APIs for Policy and DocumentWidget application using NodeJS and MongoDB to display policies on
organization?s intranet.
IT Cyber and Risk Management System
Worked as a key resource for the development of IT Cyber and Risk Management System application using HTML, CSS3,
Javascript, BackboneJS. Implemented multiple UI pages from concept through deployment. Features included- setup form
creation, workflow setup and Report
generation for assessing risk quantitatively.
Capgemini India Pvt Ltd as Junior Software Engineer
Aug 2018 to Jan 2019
Cargo Management System
Developed web based application using HTML, CSS, Javascript which determines the price of shipping product based on
distance, weight and size
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
PRASHANT PARASHAR
Frontend developer with 2 years of experience
Key Skills: React,React js,Web Development,FrontEnd development,UI
development,JavaScript,HTML,CSS,Bootstrap,Confluence,MongoDB,JIRA,Git,C++
Summary
Result oriented professional with experience in React, JavaScript, HTML, CSS, Git, Web Development, UI
Development,Bootstrap
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e19…
https://freesearch.naukri.com/preview/printResume?uname=5ccd2782124ee32febbe0a7f8b4ae6300c5b0d521b460917074247095d0b591e1b0e190b15485e5a5b… 2/2
UG: B.Tech/B.E. (Mechanical) from Vellore Institute of Technology (VIT) in 2018
PG: CS (CS) from Vellore Institute of Technology (VIT) in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
React js 1 Year(s)
JavaScript, HTML, CSS, C++ 2 Year(s)
Bootstrap, Oracle SQL, MongoDB 2 Year(s)
Backbone JS, NPM, MaterialUI 2 Year(s)
GIT, SVN, Jira, Confluence 2 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
German
Rank 1108: Resume 1547 with similarity score 0.005189659807219139
Resume Text: MS , BSC , BS content writer , assistant manager , managing editor , full time , team lead magento , training , boost , prs , corporate identity , general , performing , css , infographics , designation , blogs , product descriptions , b2c , deliverables , keywords , platforms , development strategy , promotional , content strategy , affirmative action , hindi , journalism , basic , titles , link building , english , search engines , internet , authorization , teams , status , social media , publishing , editing , email , b2b , content marketing , wordpress , linkedin , less , adherence , newsletters , ug , articles , mass communication , flow , content management , seo , press releases , proof , writer , languages , research , corporate videos , e-commerce , amazon , planners , catalogs , collateral , coordinated , google analytics , web pages , campaigns , javascript , organization , digital marketing , web content writing , html , online 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b0144…
https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b01440b4013510c08… 1/2
Current Designation: Assistant Manager
Current Company: Rapidsoft Technologies
Current Location: Gurgaon
Pref. Location: Delhi,Gurgaon,Delhi / NCR
Functional Area: Content / Journalism
Role: Managing Editor
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 11 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Masters Degree [Mass
Communication]
Verified : Phone Number | Email - id
Rapidsoft Technologies as Assistant Manager
Jan 2012 to Till Date
# Created a variety of content forms like deeply researched articles, guest posts, blogs, and slides. ? Conceptualized the
flow and design of various web pages as per the online market trends # Formed content development strategy in
adherence to current SEO guidelines to quickly get ranks in Search Engines. # Written content for Press Release,
Newsletters and Info-graphics to routinely push news-updates for audiences. # Handled and coordinated content and SEO
teams and took care of the content promotion by timely producing deliverables # Conceived graphics / images for social
media promotion requirements, increased FB, YT, Insta, LinkedIn, Tweeter likes, comments, subscribers, followers, etc. #
Tracked performance of content, content of competitors, adjusting the strategy accordingly # Proactively identifying non-
performing content/web pages and resolving gaps to improve the visibility # Worked with strategic planners, business
owners and other creative team members to concept, develop and produce brand stories. # Managed Amazon catalogs ?
content creation, graphics creation, product updates, etc. # Created explainer, animation, corporate videos and edited
sound. # Tracked pages through Google analytics and crafted suitable meta keywords, description, titles, etc. # Managing
CMSs like WordPress and Magento, and pushing content routinely # Editing web HTML and CSS of web pages # Created
original content for web pages, blogs, articles, and press releases and other promotional campaigns, like newsletter,
collateral, etc. # Created content for e-commerce product descriptions, B2B, B2C platforms, portal, various other internet
channels # Handled the task of writing unique titles and descriptions for various web pages # Handled the responsibilities
of reviewing and editing articles written by subordinates Sr. Content Executive Jan 2012 - Apr 2015 # Conceptualizing the
content-flow and design of web pages according to current market trends and creating the content that helps the SEO
team quickly gets rankings in search engines # Handling a content and SEO teams and taking care of the content
promotion by timely producing deliverables # Conceiving graphics / images for social media promotion requirements
Tracking trends on social media # Created original content for web pages, blogs, articles, and press releases and other
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vivek Verma
Assistant Manager, Content Development & SEO Team Head seeking roles in Content
development, content writing, content creation, content marketing, content publishing,
SEO content, SEO, digital marketing, content management, content strategy
Key Skills: assistant manager,content management,content writing,articles,blogs,marketing,link building,proof
reading,content research,content strategy,content creation,content development,web content writing,seo writing,proof
reading ,Content Marketing,SEO
Summary
A goal focused and self-driven Assistant Manager (content writing & SEO ), with unique abilities in conceptualizing, writing,
reviewing, editing and promoting the high-quality technical / non-technical content ( web-pages, articles, blogs, PRs, slides,
infographics, videos, newsletters, B2B / B2C content, and e-commerce content), seeking a position as a Manager / Assistant
Manager / Team Lead / Head (content) in an organization to boost its KPIs through the proven content development,
management and promotion skills.
I have a good flair for creating highly convincing corporate communication that helps in developing, cultivating, maintaining, and
contributing to continuously enhance the brand-image or corporate identity of a business.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b0144…
https://freesearch.naukri.com/preview/printResume?uname=1a1a703b00d77d782adff3a1720973370a550b584c42001003424858590e034c1b01440b4013510c08… 2/2
promotional campaigns, like newsletter, collateral, etc. # Created content for e-commerce product descriptions, B2B, B2C
platforms, portal, various other internet channels # Handled the task of writing unique titles and descriptions for various
web pages # Handled the responsibilities of reviewing and editing articles written by subordinates
TRADEMART.IN as Sr. Content Writer / Editor
Mar 2010 to Jan 2012
Created original content for web pages, blogs, articles, and press releases and other promotional campaigns, like
newsletter, collateral, etc.
* Created content for e-commerce product descriptions, B2B, B2C platforms, portal, various other internet channels
* Handled the task of writing unique titles and descriptions for various web pages
* Handled the responsibilities of reviewing and editing articles written by subordinates
LINXSMART TECHNOLOGIES as Content Writer / Editor
Jan 2009 to Mar 2010
Handled responsibilities of writing, reviewing and editing SEO articles, blogs, press releases and guest posts
* Created Content for clients' websites
* Created content for newsletters, punch lines and marketing headings
UG: B.Com (Commerce) from Jiwaji University, Gwalior in 2003
PG: Masters Degree (Mass Communication) from MC University, New Delhi in 2007
Other Qualifications/Certifications/Programs:
Basic Computer Certifications
Professional English language Training
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 1109: Resume 824 with similarity score 0.005174278808081679
Resume Text: B.E , MS , B.TECH ui developer , software developer , ui engineer , full time , front end developer react.js , finalization , graphql , interfaces , css , access , designation , ug , affirmative action , project plans , hindi , linux , webpack , maintenance , system configuration , ltd , typescript , apache , jquery , json , visualization , authorization , node.js , cpp , english , bootstrap , status , specifications , spa , email , ajax , tomcat , root , application , squirrel , mumbai , angularjs , testing , rest , writing , git , maven , framework , resolving issues , languages , html5 , decision support , documentation , one , reviews , javascript , eclipse , jira , contingency , mitigation 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b11…
https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b115112425f550e… 1/2
Current Designation: UI Engineer
Current Company: Confluxsys
Current Location: Pune
Pref. Location: Mumbai,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Other
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree:
Verified : Phone Number | Email - id
Confluxsys as UI Engineer
Jul 2018 to Till Date
Confluxsys Pvt. Ltd as UI Engineer
Jul 2018 to Jul 2018
Key Result Areas:
* Proficiently working in AngularJs and Angular 2+ framework and JavaScript
* Currently working as the Front End Developer taking full responsibility of organizations one of the most important
product from past 8 months.
* Experience in migration from angularJs to angular 2+ (angular 9 to be specific)
* Working on varied technologies like JavaScript, AngularJs, Angular 2+, web-pack, gulp, bootstrap 3 and 4, HTML5,
typescript, CSS, SPA,GIT,JSON and Maven
* Supervising all phases of project life cycle inclusive of scoping, development, integration, deployment, coding &
testing, maintenance and production support
* Detecting issues and risks in a timely manner; developing appropriate mitigation and contingency plans; implementing
Root-Cause Analysis for resolving issues in the system
* Formulating solutions for given technical specifications; installing application software, deploying customizations and
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
SANIA KULKARNI
A passionate UI Developer seeking opportunity in UI development/Front End
development with hands on experience in javascript,typescript, AngularJs, Angular
7/8/9 , Rest/graphql Integration, React, HTML,CSS and node js with product based
background
Key Skills: UI Development,Javascript,typescript,Angularjs,Angular 7,Angular 8,Angular
9,wepack,gulp,Grunt,React.Js,Node.Js,HTML,CSS,jQuery,bootstrap,FrontEnd Developer,JSON,JQuery,Ajax
Summary
* A Front End developer passionate about User interface development with 2 years of experience in AngularJs, Angular
2+,Javascript, HTML, CSS and Bootstrap, graphQL integration
* Contributed and developed User interface for organizations primary projects with the use of third party libraries such as d3,
ag grid , chart.js
* Hands on experience on designing and developing Administration centric as well as End-User centric user interfaces with
visualization.
* Worked on different projects like System Configuration and Scheduler user interface, Just In Time Access, Policy
Configuration and Decision Support Platform
* Proficient in writing code, UI designing, testing software, solving technical problems and enabling applications adaptability to
new requirement
* Expertise in end-to-end development of UI from requirement analysis to system study, designing, coding, testing, de-
bugging, documentation, implementation and maintenance
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b11…
https://freesearch.naukri.com/preview/printResume?uname=c36aa770ab142fcb1de5d02eac07125a0e5b0b0318150b115511425b585d0519105b115112425f550e… 2/2
contributing to code reviews
* Mapping requirements & providing best solutions involving evaluation and definition of scope of project and finalization
of designing requirements; leading projects from inception to implementation
* Managing the implementation phase by formulating project plans, planning resources and resolving issues arising due
to scope creep or other technical matters
UG: B.Tech/B.E. (Computers) from CUMMINS COLLEGE OF ENGINEERING in 2018
PG: in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
TypeScript
AngularJs
Angular 7/8/9
node js and react
HTML, CSS,Bootstrap
webpack,gulp,grunt
JQuery, Linux, rest integration
Apache Tomcat, GIT, Dev CPP
Eclipse, JIRA, Apache Maven
Postman, Squirrel
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Marathi Expert
Rank 1110: Resume 1252 with similarity score 0.0051604525571298885
Resume Text: MS , BS devops engineer , release manager , cloud engineer , full time , support staff , associate engineer , aws solution architect call logging , customer , virtual machines , bmc remedy , microsoft azure , vault , docker , linux , test cases , ear , status , application services , continuous integration , gitlab , connectivity , ec2 , building , it infrastructure , acd , connections , system administration , pipeline , ansible , outlook , devops , kubernetes , access , 2nd line , designation , mar , ltd , english , troubleshooting , virtual networks , web applications , groups , peering , solution architecture , ibm , resolve , sms , javascript , disk , amazon web services (aws) , vm , resets , affirmative action , hub , xp , maintenance , basic , escalation , email , tomcat , configuration management , print , network security , ubuntu , web servers , operations , maven , languages , console , rights , queues , commerce , folders , jenkins , ug , ticketing , active directory , apache , ami , permissions , particular , authorization , ci , s3 , storage , it service , cloud computing , orchestration , google cloud 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40…
https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40061143585c5a0… 1/3
Current Designation: DevOps Engineer
Current Company: Tata Consultancy Service
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Release Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Com [Commerce]
Verified : Phone Number | Email - id
Tata Consultancy Service as DevOps Engineer
Jul 2012 to Till Date
Good hands-on knowledge continuous integration using Git, Gitlab, Maven, Jenkins.
Good hands-on knowledge in setup. Configured multiple build jobs, integrated test cases, created distributed build
environments, performed plug-in installations, backup. Etc. using Jenkins.
Having knowledge on web and Application server like Apache Tomcat.
Having knowledge on creating docker images and pushing them to docker hub.
Good hands-on knowledge on Kubernetes for Orchestration of the Containers.
Having Knowledge in creating Kubernetes manifest files like daemon sets, replica sets, deployments.
Having Knowledge in creating & configuring persistent volumes, persistent volume claims.
Having Knowledge on CI/CD using Jenkins, docker & Kubernetes.
Having good knowledge Amazon Web Services (AWS), Creating EC2 Instances and configuring all necessary services.
Having good knowledge Amazon Web Services like EC2, S3 bucket, EBS, ELB, Auto-Scaling, AMI, IAM through AWS
Console.
Good hands-on knowledge on Create branches in GIT.
Good hands-on knowledge on Deploying Applications (EAR, WAR, JAR) on clustered
environment.
Good hands-on knowledge on (Linux/Ubuntu) and Configuring launched instances with respect to specific applications.
Created multiple Terraform modules to manage configuration, application services and automate installation process for
web servers and AWS instances.
Good hands-on knowledge in Ansible.
TATA CONSULTANCY SERVICE
Environment: Microsoft-Azure.
Azure - DevOps Engineer Pune, Feb 2017-May 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Irfan Shaikh
DevOps Engineer seeking roles in Configuration Management,Solution Architecture,IT
Infrastructure Operations,System Administration,Incident Management,Network
Security,Requirement Gathering,Cloud Computing,Kubernetes,Apache
Tomcat,Docker,Jenkins,AWS
Key Skills: DevOps Engineer,Release Manager,Configuration Management,Solution Architecture,IT Infrastructure
Operations,System Administration,Incident Management,Network Security,Requirement Gathering,Cloud
Computing,Kubernetes,Apache Tomcat,Docker,Jenkins,AWS
Summary
Result-oriented Professional with 13 years of experience in Configuration Management,Solution Architecture,IT Infrastructure
Operations,System Administration,Incident Management,Network Security,Requirement Gathering,Cloud
Computing,Kubernetes,Apache Tomcat,Docker,Jenkins,AWS.
Work Experience
javascript:void(0)
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40…
https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40061143585c5a0… 2/3
Setting up Virtual networks for creation of Virtual machines.
Configuration of Site-to-Site VPN for communication of multiple V Nets.
Configure the appropriate VMs, storage and network in Azure to support the customer workloads moving to Azure
Capturing an Image of a Virtual Machine for future needs.
Creating Backup Vaults for backing up data on Cloud using Recovery service vault.
Creating Backup Plans for backing up entire Virtual Machines on Cloud.
Creating and managing the VNET. (Peering, Subnet Creation, NSG configuring)
Configuring the Azure App services in Azure.
Configured inbound and outbound connections on the (NSG) Network security groups to allow/ restrict connectivity for the
VM and setting up priorities in defining rules.
Experience on building and deploying Java web applications in Apache Tomcat Server.
Develop and manage complete CI/CD pipeline and infrastructure.
TATA CONSULTANCY SERVICE
System Admin Pune, IN July 2012 - Jan 2017
Logs all incidents and requests engages other service desk resources or appropriate service resources to resolve
Incidents that are beyond the scope of their ability or responsibility.
Uses the appropriate CTI categories for logging incidents and requests.
Managed user accounts, groups, print queues and controlling access rights using Active Directory.
Creation/deletion/modification of mailbox.
Creation/deletion/modification of folders and permissions.
Creation/deletion/modification of disk quota.
Vodafone India Service Pvt Ltd as System Administration
Sep 2010 to Jun 2012
Working within an extremely busy IT Service Desk, will be answering between 40-60 calls per day.
Ensuring all incidents and requests are registered and logged in accordance to the company SLA's.
Responsibilities will include basic troubleshooting, account resets, incident logging and escalation to the 2nd line team.
Familiar with MS Operating system (XP) and MS Application experience (in particular MS Outlook).
Familiar with Helpdesk tools - ACD System (BMC remedy tool aruser7.1 and 7.5), Call Logging System, Remote Tools
(SMS) or similar and Active Directory for unlock / resetting user accounts.
Manpower Consultant (IBM India Pvt Ltd) as System Administration
Jul 2009 to Sep 2010
Monitor Application Bug and report to Development team
Monitor 24/7 critical applications
For High and critical issue assign ticket to support team
Worked on BMC 7.1 Remedy Ticketing tool
Call to support staff for any critical application defect
UG: B.Com (Commerce) from Pune University in 2005
Other Qualifications/Certifications/Programs:
AWS solution architect associate
Azure 300
Google cloud engineer
Terraform associate engineer
kubernetes CKA
Education
IT Skills
Skill Name Version Last Used Experience
Kubernetes, AWS
Apache Tomcat
Jenkins
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40…
https://freesearch.naukri.com/preview/printResume?uname=3fef5dea27d2c9e97957ac0c37237ed30e5909551e470d475013470c0b0a514a110e40061143585c5a0… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
MAVEN
DOCKER
Microsoft Azure
AWS
Ansible
Languages Known
Language Proficiency Read Write Speak
English
Rank 1111: Resume 847 with similarity score 0.005153896096227264
Resume Text: B.E , B.TECH , M.TECH full time redux , ug , affirmative action , mysql , spring , maintenance , windows , authorization , status , architecture , project , application , ubuntu , git , maven , multithreading , malay , javascript , technology , intellij idea 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e420117…
https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e4201175012445a5e0d5… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Fresher
Industry: Fresher/Trainee
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: M.Tech [Electrical]
Verified : Phone Number
UG: B.Tech/B.E. (Electrical) from National Institute of Technology (NIT), Kurukshetra in 2012
PG: M.Tech (Electrical) from Maulana Azad National Institute of Technology (NIT), Bhopal in 2019
Last Active: 30-Jan-21 Last Modified: 30-Jan-21
MALAY SARKAR
Fresher seeking roles in Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,Spring,Multithreading,Maven,JavaScript,React,Redux,Git,MySQL,IntelliJ
Idea,VsCode
Key Skills: Fresher,Software Development,Application Programming,Application Maintenance,Project
Management,Requirement Analysis,Solution
Architecture,JAVA,Spring,Multithreading,Maven,JavaScript,React,Redux,Git,MySQL,IntelliJ Idea,VsCode
Summary
M.Tech Electrical fresher with excellence in managing Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution
Architecture,JAVA,Spring,Multithreading,Maven,JavaScript,React,Redux,Git,MySQL,IntelliJ Idea,VsCode.
Education
IT Skills
Skill Name Version Last Used Experience
JAVA
Spring
Multithreading
MAVEN
React, Redux
GIT
MySQL
IntelliJ Idea, VsCode
Ubuntu, Windows
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e420117…
https://freesearch.naukri.com/preview/printResume?uname=1bf082546f0a2ce66c75b7d17d0af2575f0c0a0448155c180a1248505b58574e4201175012445a5e0d5… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1112: Resume 1369 with similarity score 0.005113027549108288
Resume Text: B.E , MS , B.TECH , BS part time , linux administrator , full time , system administrator veritas , job scheduling , jenkins , performance metrics , designation , ug , telecom , affirmative action , hindi , cloud , ticketing , learning , public , linux system administration , linux server , working experience , authorization , english , troubleshooting , status , email , application , aws , configuration management , ibm , electronics , performance tuning , s3 , servers , ec2 , storage , infrastructure , languages , server administration , javascript , technology architecture , challenging environment , file systems 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c10…
https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c100443175a5c5c… 1/2
Current Designation: Linux Administrator
Current Company: HCL Technologies
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
HCL Technologies as Linux Administrator
Apr 2018 to Till Date
Hands on experience on AWS cloud services.(EC2,S3 storage)
Implementation of public and private facing websites on AWS Cloud.
Configured and managed various AWS Services including EC2, RDS, VPC, S3, Glacier, Cloud Watch, Cloud Front, and
Route 53 etc.
Configured various performance metrics using AWS Cloud watch & Cloud Trial.
Maintained the user accounts (IAM), RDS, Route 53, VPC, RDB, SQS in AWS cloud.
Deployed application updates using Jenkins. Installed, configured.
Managing and monitoring Ec2 instance over cloud.
Creating AMIs for servers.?
Maintaining and managing Linux server.
Creates, changes, and deletes user accounts per request.
Troubleshoot alerts insuring the consistency and integrity of file systems, hardware/software configuration and
management, directory management.
Installs, configures software packages.
Evaluates requests for hardware and software; researches and recommends solutions to technology needs, compatible
with the client's technology architecture and infrastructure and resource constraints.
Troubleshooting production including performance issues.
Working experience on control m (Job scheduling tool).
Working experience on Veritas Netback up (Backup tool).
Troubleshoot backup jobs alerts.
Working experience on service now (Ticketing tool).
Working experience on IBM net cool (Monitoring tool).
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
SURAJ SINGH MANRAL
Linux Administrator seeking roles in Linux System Administration,Server
Administration,Incident Management,Software Configuration
Management,Performance Tuning,Desktop Support,Technical
Support,Installation,Troubleshooting,AWS
Key Skills: Linux/System Administrator,Linux System Administration,Server Administration,Incident Management,Software
Configuration Management,Performance Tuning,Desktop Support,Technical Support,Installation,Troubleshooting,AWS
Summary
To work in a challenging environment demanding all my skills and efforts to explore and adapt myself in different fields and
realize my potential where I get the opportunity for continuous learning.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c10…
https://freesearch.naukri.com/preview/printResume?uname=82f6b28c95c0d181e631488aa382d5c3500b0d004e100c150644445f0e585749165c100443175a5c5c… 2/2
UG: B.Tech/B.E. (Electronics/Telecommunication) from SISTec College of Engineering and Technology in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Jenkins, linux, aws
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1113: Resume 894 with similarity score 0.005100959720337323
Resume Text: B.S , BS software engineer , full time , software developer functionality , web development , general , entity framework , designation , ug , affirmative action , mysql , health , fitness , web api , maintenance , software industry , authorization , status , c# , architecture , email , project , application , aws , database development , microservices , .net core , rest , git , payments , applied sciences , sql server , one , javascript , organization 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13…
https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13514242515f010… 1/2
Current Designation: Software Engineer
Current Company: Nagarro
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Nagarro as Software Engineer
Aug 2018 to Till Date
Nagarro as Software Engineer
Aug 2018 to Aug 2018
Organization Nagarro
Client Client is one of the famous chains of over 265 franchised fitness clubs located
in the United States, Canada and most recently Australia.
Project overview Project involved the development for the process of managing members of
the clubs, managing orders of the health clubs, cancellation of the
Agreements signed by the members, credits posting on the account of
members for any unpaid payments, invoice creation for any item purchased
from the fitness club.
Technologies React JS, Node JS, AWS, MySQL, .Net Core
Responsibilities * Involved in analysis of required functionality, task estimation
* Designed application database
* Worked on implementation of key modules and UI creation
Aricent (now Altran) as Software Developer
Jan 2018 to Jun 2018
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Himanshu Uppal
Software Engineer seeking roles in Software Development,Application
Programming,Web Development,Project Management,Client Management,Database
Development,Requirement Gathering,Entity framework,MySQL,AWS,GIT,Javascript
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Web
Development,Project Management,Client Management,Database Development,Requirement Gathering,Entity
framework,MySQL,AWS,GIT,Javascript
Summary
Himanshu Uppal has 2.5 years of experience in the software industry. He has experience in Full Stack
development using technologies such as React JS, .Net Core, Node JS, AWS, MySQL. He has worked on
Node JS and .NET Core Framework projects using Web API.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13…
https://freesearch.naukri.com/preview/printResume?uname=b822228ad924ff99de5698d28ad805650d5b5f571c130043501113510c0b074b110f13514242515f010… 2/2
UG: B.Sc (Computers) from Bhaskaracharya College of Applied Sciences in 2015
PG: MCA (Computers) from Bharati Vidhyapeeth Institute of Computer Applications and Management in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Node JS, C#
.Net Core, JavaScript
AWS, git
MySQL, sql server
sequelize (Node js), Entity framework
OOP/D, Microservices Architecture
REST APIs, Database Modelling
Rank 1114: Resume 1009 with similarity score 0.005086156378108462
Resume Text: B.E , B.TECH software engineer , travel agent , software programmer , full time , senior software developer , team lead react.js , redux , general , visual studio code , access , css , charities , designation , investment , affirmative action , information technology , lists , plugins , mysql , hindi , angular , offers , public , charitable giving , maintenance , ltd , service delivery , navigation , travel , charity , authorization , english , node.js , web applications , bootstrap , status , agile , email , configuration management , map , project delivery , drupal , xcode , features , middleware , react native , ust , git , chat , languages , ports , nurses , balance , autism , malayalam , one , scheduling , dashboards , history , javascript , organization , tax , layout , jira , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b4608440…
https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b46084401434158550c00… 1/3
Current Designation: Senior Software Developer
Current Company: UST Global
Current Location: Kottayam
Pref. Location: Bengaluru / Bangalore,Kochi,Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
UST Global as Senior Software Developer
Jun 2019 to Till Date
1.) Vanguardcharitable.org (June 2019 - Till Date )
Vanguard Charitable is a public charity sponsored organization for donor - advised funds - a low-cost, tax-effective way to
consolidate, accrue and grant assets to charity. A donor-advised fund is a charitable giving account designed exclusively
to invest, grow and give assets to charities for meaningful and lasting impact. This application provide user access the
Account Dashboard of their account and get an overview of all relevant details relating to their current balance, available
balance, past grant history, pending grants & spawns, investment exchanges, contributions and other transactions. It
allows users to make a contribution, to their philanthropic account. Application contains various other functionalities like
'Contribution Activity' page which lists all contribution details, 'Exchange Activity' module containing all exchanges of all for
one-time and recurring exchanges, Request a grant agreement, 'Contribution Dashboard' contains all relevant details
relating to current balance, available balance, contribution etc.
Responsibilities:
Complete Development lifecycle of the 'How it works' and 'Make a Contribution' modules.
Analysis and integration with third party plugins.
Ensure project delivery as per requirements
Aveanna
Jan 2017 to Jun 2018
Aveanna is the largest provider of pediatric home care which offer pediatric skilled nursing, pediatric therapy, autism
service. This application is mainly used to manage all the things like scheduling, nurse verification etc. Using this platform
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
SOJIMON C Y
Senior Software Developer seeking roles in Software Application,Software
Development,Requirement gathering,Configuration Management,Service
Delivery,React Js, Redux,Angular,Javascript,CSS and bootstrap
Key Skills: Senior Software Developer,Team Lead,Software Application,Software Development,Requirement
gathering,Configuration Management,Service Delivery,React Js,Redux,Angular,Javascript,CSS and
bootstrap,React.Js,Front End,HTML,CSS
Summary
Professional experience in developing and designing web applications for 5+ years.
Developed web applications in Angular and React Js.
Developed applications using React native.
Sound Knowledge in React Js, Redux and Angular.
Also worked with technologies like in Javascript, HTML, CSS and bootstrap.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b4608440…
https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b46084401434158550c00… 2/3
Nurses can apply for various shifts and chat with scheduler for any queries . Features include an easily accessible
allocated and available shifts view, a modern chat feature, call and map navigation etc
Technologies Used: React Js, Redux, Thunk middleware, Node.js, MySql, Pubnub
Responsibilities:
Development of the application layout, Scheduler dashboard, Nurses verification module, Scheduling module etc.
Analysis and integration with third party plugins
Ensure project delivery as per spelt out in proposal
Tech innovation technologies Pvt Ltd as Software Programmer
Sep 2016 to Jun 2019
2.) Ritzcarltonyachtcollection.com (July 2018 - June 2019)
Ritz Carlton Yacht collection is a web application used for booking the cruise.The users can find the voyage experiences
and various offers and programmes.The voyages are listed based on ports in port page and destination in destination
page. 'Find a cruise' page allow user to filter cruise based on region, ports, departure date, price and voyage duration.
Technologies Used: Angular 5, Drupal, Java
Responsibilities:
Development of 'Find a cruise', 'Guest and travel agent dashboards' and 'My reservation' modules.
Analysis and integration with third party plugins
Ensure project delivery as per requirements
Sysg Soft Technologies as Software Engineer
Jul 2015 to Sep 2016
UG: B.Tech/B.E. (Information Technology) from MAHATMA GANDHI UNIVERSITY, KOTTAYAM in 2014
Affirmative Action Work Authorization
Education
IT Skills
Skill Name Version Last Used Experience
React Js, Angular, React Native
Redux, Redux-Saga, JavaScript
HTML, CSS
bootstrap, Antd, SCSS
JIRA
AGILE
Git, SVN
Visual Studio Code, Sublime, Xcode
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Malayalam Expert
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b4608440…
https://freesearch.naukri.com/preview/printResume?uname=e5fe49d6fb3bf739123e21a6e089fe3c5f095803181b5c120b19170e5f5f501b46084401434158550c00… 3/3
Category: General
Physically Challenged: No
Job Type: Permanent
Employment Status: Full time
Rank 1115: Resume 891 with similarity score 0.005043218643305295
Resume Text: B.E , B.TECH associate software engineer , web developer , full time , software developer react.js , web development , general , scrum , css , designation , ug , affirmative action , hindi , cloud , maintenance , jquery , authorization , english , status , agile , email , application , components , languages , html5 , gwt , es6 , it , javascript , technology , logics 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f410042…
https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f4100425544440b5e095… 1/2
Current Designation: Associate Software Engineer
Current Company: Virtual Engineering Services
Current Location: Delhi
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Virtual Engineering Services as Associate Software Engineer
Jun 2019 to Till Date
Projects Undertaken:
1. NetSkeme
Client: Virtual Engineering Services
Platform: JavaScript, CSS3, HTML5, React.js, Material-UI & GWT
Team Size: 6
Description: NetSkeme is a cloud-based web application which help users in creating hydraulic schematics.
Key Responsibilities:
? Maintaining UI
? Developing Front end logics for various components present in NetSkeme.
UG: B.Tech/B.E. (Computers) from noida institute of engineering and technology in 2019
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Mayank Bhandari
Associate Software Engineer seeking role in Front end development
Key Skills: React.js,CSS,JavaScript,Html5,jQuery,Front End,GWT,Web Developer,Agile Methodology,Scrum,UI
Development,Web Development,Associate Software Engineer
Summary
Result-oriented Professional with 1.5 years of experience in Front end development, Software Development, Web Development
and Agile Methodology
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f410042…
https://freesearch.naukri.com/preview/printResume?uname=724c34104bc42b1a1c6ff80c383bd00f0b590c031b105c1502444358545a074f4100425544440b5e095… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
React, JavaScript (ES6), CSS3
HTML5, GWT, jQuery
Languages Known
Language Proficiency Read Write Speak
Hindi Proficient
English Proficient
Rank 1116: Resume 1402 with similarity score 0.005042279990131422
Resume Text: MS , BS project manager , owner , full time , sap basis consultant , solution manager training , customer , microsoft azure , 24x7 , sizing , addition , sap fiori , new trends , status , specifications , technical presentations , scope management , building , ec2 , infrastructure , spaces , basis administration , suite , crm , project coordination , upgradation , encryption , sap project management , designation , sap products , sap consulting , pre-sales , hindi , cluster , ltd , english , troubleshooting , 1709 , live , provisioning , rest , qas , documentation , dashboard , unicode , javascript , technology , business requirements , managed services , reporting , general , performing , affirmative action , studio , readiness , maintenance , checks , architecture , email , teamwork , aws , bengali , operations , client administration , languages , resolving issues , client requirements , load balancing , sap implementation , sap hana , people management , ug , business applications , lumira , ami , permissions , authorization , risk , teams , enterprise , kernel , sap configuration , s3 , drive , running , offshore , replication , landscape , sap portal , adoption , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c400011…
https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c40001100191450585a5… 1/3
Current Designation: SAP HANA Technical Landscape Owner
Current Company: Cloud4C (wing of CtrlS Datacenter)
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad,Kolkata
Functional Area: IT Software - ERP / CRM
Role: Subject Matter Expert
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cloud4C (wing of CtrlS Datacenter) as SAP HANA Technical Landscape Owner
Jul 2019 to Till Date
* Involved in SAP installation, configuration, up gradation, implementation.
* Recently implemented S/4 HANA 1909 in Azure environment.
* Look after implementation of Sizing for new S4HANA and S/4HANA 1809,1909, S/4 1709 FP00 conversion from
ECC6.0 EHP5, S/4 1709 FP01 from S/4 1511 SPS03
* Handle installation and configuration of Cloud connector, ADS, S4 HANA Readiness Check,SAP HANA Lumira,
Webdispatcher, HANA DB 1.0 SPS12, S4 HANA Readiness Check Dashboard for S4 HANA 1709 and S/4 HANA upgrade
from 1511 SPS03 to 1709 FP01 (S/4 Landscape DEV, QAS&PRD).
* Administer SAP HANA services including stopping, starting and restarting of the services, SAP Spool, SAP Logon load
Balancing and Operation mode, background jobs as well as client administration.
* Other responsibilities include: S/4 HANA upgrade from 1709 to 1809,1809 to 1909, integration with S4HANA,
performing HANA refresh, HANA backup/restore, Kernel upgrade, support pack upgrade, add-on installation and Note
implementation
* HANA revision upgrade, HANA 1 to HANA 2 upgrade, HANA system replication setup for HA, & SAP support
backbone update as well as Non-Unicode to Unicode migration using Migmon.
* Accountable for running the HANA Enterprise Cloud and drive SAP HANA adoption and scale provide Enterprise-class
cloud offering for mission-critical operations and run real-time cloud platform, infrastructure and managed services,
focusing on fast time-to-value at reduced cost and risk.
* Responsible for Cloud and Infrastructure Delivery, manage Cloud Delivery and running customers SAP systems.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Debsankha Ghosh
Certified SAP BASIS HANA consultant seeking roles in SAP Implementation, SAP
Upgrade, SAP Support, SAP Consulting, SAP Project Management, SAP Installation,
SAP Configuration, SAP Application Maintenance, SAP HANA/Fiori/BOBJ/EP/BW
Key Skills: SAP Basis, SAP Basis Administration, Sap Hana, Sap Fiori, Sap Portal, Installation, Configuration, SAP
Upgrade, SAP Support, SAP Implementation, SAP Project Management,
Summary
Highly inquisitive, creative and talented professional with rich in-depth exposure of over 12 years in SAP BASIS HANA, SAP
sizing,installation,,configuration, upgradation, implementation, project management and pre-sales. Currently spearheading
functions as SAP BASIS HANA Technical Landscape owner with Cloud4c, Hyderabad.
Possess proven experience in Project Coordination, Project Management, Management Reporting, Project Scope Management,
Project Issues Management & Reporting, People Management, Training and Development, Building and leading teams and
resolving issues of teamwork.
Strong SAP Basis experience in Implementation of multiple SAP products -S/4 HANA, Suite on HANA, BW on HANA, end to
end Implementation and HANA Migration & Upgrade projects.
Expertise in HANA & S/4 HANA, BW HANA Installation, Migration, Conversion Planning and Implementation of complex
landscapes -S/4 HANA, ECC on HANA, Portal, BW. Worked onsite in Abu Dhabi for the client Etihad Rail.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c400011…
https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c40001100191450585a5… 2/3
* Delivery of complex SAP Landscapes by providing technical expertise and support
* Plan, setup, implement and operate SAP technology-based system landscapes, achieving ambitious SLA
requirements.
* Ensure proper documentation, definition of technical operational concepts and guidelines for the implemented SAP
landscapes and roll out of this information/knowledge to the rest of the team.
* Coordinate with international teams in global projects
* Monitor and provide support for the SAP Systems in the existing landscape for both production and non-production
systems and ensuring that all the SAP Systems are up and running fine 24X7.
* Perform daily checks like system logs, failed jobs, short dumps, work-processes, alerts, failed updates, lock entries,
table-spaces, deadlocks and buffer checks.
* Adept in Client Copy strategies, SAP User authorizations and profile maintenance, TMS Configuration, maintaining
RFC destinations and Defining and Monitoring the Back Ground jobs.
Pre-Sales:
* Identify, understand and define customer needs, objectives and business requirements, design a solution that can
best meet the Client requirements.
* Performed Effort estimation by using Industry defined process of Function Point Effort Estimation.
* Attended client meetings for technical clarifications and technical presentations.
* Possess strong sense of teamwork, integrity, self-motivation, positive attitude, and works to solve problems.
* Stay up to date with new trends of SAP products.
Cloud:
* Automate Cloud migration from on-premise business applications to AWS Cloud Gather and evaluate user and
business requirements and develop specifications/design as well as HEC to AWS migration.
* Penetrate deeper in Cloud /Emerging technology area by helping customer business to improve their business
performance.
* Provide support to the clients and also build a solution for migration and efficient usage of Cloud Computing services
* Collaborate with other teams to check the proposed architecture and suggest if any changes are required to make the
architecture better.
* Other responsibilities include:
o EC2 instance launch for project requirement.
o Daily backup to S3 and back up of VMs and data
o Monitoring through cloud watch
o Volume/space addition
o Instance type upgrade
o Creation of Golden AMI
o Instance start/stop activity
o IAM - create, delete, and update users and their permissions.
Accenture Solutions Pvt. Ltd. as SAP Basis/HANA Consultant
Jul 2017 to Jun 2019
Client: Modec / Entergy/Du-Pont/ Hamburg Süd
Managing ECC, PO, FIORI, Nfe, BOBJ solution manager implementation and system replication setup for HANA HA
cluster
S/4 1809 Greenfield implementation.
End to End implementation of S/4 1709 FP00 conversion from ECC6.0 EHP5.
End to End implementation of S/4 1709 FP01 from S/4 1511 SPS03
Performing S/4 HANA upgrade from 1511 SPS03 to 1709 FP01 (S/4 Landscape DEV, QAS & PRD)
Configuring S4 HANA Readiness Check Dashboard for S4 HANA 1709
Installation of HANA DB 1.0 SPS12
Administering SAP HANA services including stopping, starting and restarting of the services
Responsible to perform Kernel upgrade, support pack upgrade, add-on installation and Note implementation
Administering SAP Spool, SAP Logon load Balancing and Operation mode
Administering users and assigning roles as per the request and requirement
Troubleshooting errors and warnings in the SAP systems, DB and OS.
Non-Unicode to Unicode migration using Migmon
Hewlett Packard Enterprise as SAP Basis Consultant (Tech Lead)
Jan 2016 to Jun 2017
Client: HPI/HPE
Interacted and handled offshore team members
Managed SAP Installation and post-installation activities
Handled SAP Background Job Monitor and Administration & Lock/Update monitoring
Analyzed short dumps and provided daily monitoring report to the Project Manager
Installed HANA client and studio and administered SAP HANA services
Transport the catalog objects and content objects
Migrated HANA using DMO and performed DR configuration, HANA patch upgrade and data volume encryption
SAP Spool administration.
SAP Logon load Balancing and Operation mode administration.
Analyze short Dumps.
Performing Kernel upgrade, support pack upgrade, add-on installation and Note implementation.
HANA installation and Post-installation.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c400011…
https://freesearch.naukri.com/preview/printResume?uname=4198c334fc12a27e23db774043dbf2ef0d0e5c544e135b405642130c5f0d021c40001100191450585a5… 3/3
Adding HANA System in HANA studio.
Stopping, starting and restarting sap HANA services.
Managing SAP HANA License.
Understands and Performs the Monitoring of HANA systems.
Data provisioning by using SLT.
Transporting the Catalog objects and content objects.
HANA user creation and authorization.
Monitor live cache. Start/stop live cache.
DR configuration.
HANA Patch upgrade.
HANA data volume encryption
SAP HANA Lumira installation
UG: BCA (Computers) from A Reputed Institute in 2007
PG: MCA (Computers) from Manav Bharti University, India in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
SAP ECC 12 Year(s) 4 Month(s)
SAP BW
SAP HANA 5 Year(s) 0 Month(s)
SAP Fiori 3 Year(s) 0 Month(s)
SAP PO
SAP BOBJ
SAP Solution Manager
Microsoft Azure 0 2 Year(s) 0 Month(s)
AWS 0 3 Year(s) 0 Month(s)
S/4 HANA 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Bengali Expert
Rank 1117: Resume 24 with similarity score 0.005009363333594241
Resume Text: MS , B.TECH , BS work from home rendering , finances , api , spring mvc , computing , internships , filters , sqlite , 3d , samsung , authentication , firebase , particular , risk , sim , bulk sms , kotlin , application , video , numbers , default , sports , fit , surface , resume , rest , blockchain , java , led , reason , android development , foundation , completion , assessment , history , search , web , technology , cloud storage , mathematics , database , frame Assessment
Q1. Why should you be hired for this role?
As i mentioned, i have interned at Samsung R&D where i specifically worked on Android development for 4 months and developed an application
for Samsung In process of publication).
Also, i have developed android application for a music school and also some great android projects.
I am good at grasping the work and react according to the situation. That's the reason i will be perfect fit for that role.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, i am available for 3 months for the internship. I can start this internship from 1st January'21
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
PROJECTS
Abhinav Sanghi
Delhi, Narnaul
Applied 25 Dec'20
Android Kotlin Firebase
Java Blockchain C Programming
REST API SQL SQLite
Spring MVC Flutter
Bachelor of Technology B.Tech), Mathematics & Computing
Delhi Technological University
2017 - 2021
CGPA 8.37/10
Senior Secondary XII
CBSE board
Year of completion: 2016
Percentage: 91.20%
Secondary X
CBSE board
Year of completion: 2014
CGPA 10.00/10
Software Development
Samsung R&D, Virtual
Apr 2020 - Aug 2020
Developed an AR App and worked on Camera 2 API using Surface View.
Implemented recording of videos with various AR face masks ,various face filters using AR Core & Foundation
Implemented runtime rendering of 3d video screen on Augmented image
Corporate Head at Aahvaan,DTU
Led a team of 40 volunteers involved
in the conceptualization and planning
of the university sports festival while
handling the budget and finances. Raise
the budget of sports fest by 148%.
BULK SMS SENDER APPLICATION
Apr 2020 - Dec 2020
https://github.com/abhinavsanghi98
Developed an Android application for sending a particular text to
lots of numbers. Numbers can be provided manually or from a .txt
file. A fixed delay can also be provided to avoid sim blockage.
Option to change default carrier & see history.
https://github.com/abhinavsanghi98
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9467718030
Customized Attendance manager application for a Music School
Jan 2020 - Feb 2020
https://github.com/abhinavsanghi98
Developed an Android attendance taker and manager app music school. Used Firebase Realtime database for
backend and Firebase Cloud Storage for storing school notices.Secured Login using Firebase Authentication
DETECTION OF TAMPERED VIDEOS USING BLOCKCHAIN TECHNOLOG
Jul 2020 - Present
https://github.com/abhinavsanghi98
Videos published on the web face the risk of being tempered for
unethical purposes. So, designed a Blockchain Model which
generates an array of pixels of each frame of video to calculate Hash
using SHA256.A tampered video can be detected.
I was among top 0.5% students in Jee mains among 13 lakh students.
I have cleared National talent search examination-I and secured a rank of 72 in Haryana
https://github.com/abhinavsanghi98
https://github.com/abhinavsanghi98
Rank 1118: Resume 192 with similarity score 0.004991857484266626
Resume Text: BTECH , MS , B.TECH work from home , android developer dependency injection , algorithms , internships , linux , firebase , advanced , node.js , kotlin , mongodb , video , checkout , new features , resume , android , github , testing , assessment , injections , app , javascript , organization , technology , registration Assessment
Q1. Why should you be hired for this role?
I'm a well experienced Android Developer who can work on both java and kotlin.
I'm well acquainted with Advanced Android Topics such as
- Dagger/Dagger-Hlit for dependency injections
- MVVM/MVP for code Architechture
- Coroutines
- Flows
- Test Driven Developement Espresso & Robolectric)
I would really love to work in a team
You can checkout my GitHub profile for my experiences and contributions in android, with almost 45 pull requests
https://github.com/FareesHussain
I'm also a top contributor in Oppia GSOC org)
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I'm available for 3 months. I can start right away
Resume
EDUCAT ION
INTERNSHIPS
CONTACT Phone: 91 9989396968
Farees Hussain
Delhi, Rajahmundry
Applied 31 Dec'20
Android Kotlin Algorithms
C Programming Data Structures Firebase
Java JavaScript Linux
MongoDB Node.js
Bachelor of Technology B.Tech), Btech
Jamia Millia Islamia
2019 - 2023
Android App Development
Oppia, Virtual
Nov 2020 - Present
Gsoc organization
I'm a top contributor of oppia-android
With a keen experience in advanced topics like dependency injection, Testing..
Android App Development
Jan Elaaj, Virtual
Jul 2020 - Sep 2020
I've solved many bugs
Implemented new features
Added video calling
Fixed registration error
Added upi payment intent
Rank 1119: Resume 1035 with similarity score 0.00490240724386981
Resume Text: MS , BS full time , team member , associate financial analyst , loan processor intranet , reporting , loan documents , general , financial services , credit , filenet , ug , office , pay , underwriting , affirmative action , sanction , hindi , ltd , titles , investigation , legal structures , authorization , risk , internet , english , screening , due diligence , status , passport , customer service , email , google , purchase contracts , application , institutional , case management , escrow , bpo , finacle , processing , sap , operations , global services , range , cip , surveillance , salary , bank statements , world check , pep , finance , framework , clear , languages , research , title insurance , deeds , aml , liens , financial statements , kyc , money , form , javascript , history , cdd , scheduling , commerce 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b150…
https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b15031847515d095… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: ITES / BPO / KPO / Customer Service /
Operations
Role: Associate/Sr. Associate -(NonTechnical)
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
Mashreq Global Services as Associate
Jul 2019 to Nov 2020
? Verifying customer name & employment details.(name, nationality, Employer, Salary, occupation) ( World Check,
Google).
? Review application form and validate all information with documents.(VISA, passport, EID & bank statement - KYC
screening)
? Seek clarification from OFAC team for high risk customers or company for any fraudulent activities.
? Check SFA & Fircosoft website for company verification.
? Any suspicious activities from individuals reported to FRMU for clarification.
SLK Global BPO Services as Senior Team Member
Feb 2018 to Jul 2019
? Conduct AML and KYC analyses on all range of institutional client types with different legal structures and high risk
customers in accordance to the bank's CIP.
? Review system generated alerts to assess presence of illicit activity that may require reporting based on Bank
Secrecy ACT (BSA)/AML requirements.
? Conducts CDD research to find background information used to make decision in initiating, maintaining or closing
business relationships for Low, Med Low, Med High- and High-Risk clients.
? Evaluate transactions and customer relationships for money laundering activities, identify red flag issues, and
escalates within the AML framework for further investigation.
? Maintains familiarity with appropriate investigation techniques to support AML activities.
? Perform research utilizing bank systems, intranet, internet legal and third party sources and external vendor solutions
as appropriate (Fircosoft, BAE/ Detica, World Check, Google, Lexis Nexis, DowJones, Finacle, Filenet, Omgeo,).
? Conduct detailed investigation in Adverse / Negative Media and Transaction Surveillance / Monitoring.
? Watchlist program alert handling and case management (country alerts, sanctions, PEPs)
Wells Fargo India Solutions Pvt. Ltd as Associate Financial Analyst
Apr 2015 to Jan 2018
Last Active: 6-Feb-21 Last Modified: 6-Feb-21
Shahbaz Ahmed
Seeking roles in KYC , AML, CDD, EDD, Screening, PEP, Santions, OFAC, Lexis
nexis, Dow Jones, World Check, Detica
Key Skills: Cdd,Aml,KYC,Lexis Nexis,Sanction,EDD
Summary
A competent professional with an experience of 7 years in Loan Operations, Credit Underwriting, US mortgage, Loan processor,
Loan closing, Due Diligence, Financial Statements, Appraisal, Title Insurance, Loan application
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b150…
https://freesearch.naukri.com/preview/printResume?uname=5aaaf0ef3e2ad9280301020381391e68595f0c054a1601165544430e5e0f034e140b15031847515d095… 2/2
? Verifying Loan application and check the financial history of the borrower.
?Verifying all personal details of the borrower.
?Verifying pay stubs, bank statements and assets of the borrower.
? Analyzing mortgage related documents such as Loan Application, Note, title document, Conveyance Deeds, Appraisal
Reports, and other related documents.
? Ensuring title is free and clear from any requirements, No liens on property and no claims on property.
? Consult with closing department to ensure that all underwriting conditions are met prior to closing the loan.
Magna Infotech as Process Associate
Feb 2014 to Apr 2015
? Review all loan documents and agreements to make sure all are complete, valid and in accordance to bank's guidelines.
? Responsible for scheduling loan closing.
? Performs the work of calculating aggregate escrow as well prepares appropriate disclosers documents necessary for
closing.
? Verifying the loan had been issued the clear to close before processing the loan and setting it up for closing documents
to be generated.
? Reviewing purchase contracts and titles for proper vesting and to ensure the loan amounts were correct on titles.
UG: B.Com (Commerce) from The Maharaja Sayajirao University of Baroda in 2010
PG: MBA/PGDM (Finance) from Visveswaraiah Technological University (VTU) in 2013
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
MS OFFICE
Tally
INTERNET
SAP
AML
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1120: Resume 1006 with similarity score 0.0048949918057535945
Resume Text: B.E , MS , B.TECH software engineer , associate , software developer , full time , team lead react.js , api , redux , general , g2 , credit , emulation , kubernetes , classic , css , designation , affirmative action , oracle , tsys , hindi , docker , scratch , webpack , mitel , maintenance , ltd , english , authorization , code review , plugin , status , spring boot , call control , sql , email , project , application , aws , microservices , solution architecture , ci , bengali , fixing , electronics , rest , features , softphone , react native , git , languages , html5 , salesforce , sass , es6 , vmware , lighting , javascript , jira , form , technology , cd , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b5242400943…
https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b52424009430544145c0c01… 1/3
Current Designation: Software Developer G2
Current Company: TSYS Payment Solution
Current Location: Noida
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
TSYS Payment Solution as Software Developer G2
Nov 2018 to Till Date
Achievements/Tasks
Promoted to Grade 2 in October 2020.
Working in a TSYS banking solution web application,
having all the credit card management features like making
payment, viewing transactions, applying for a new card,
managing alerts for your card, and many more.
Build using a micro-services architecture with React JS
and Redux to build the front end and spring boot in the
backend. Having a complete CI/CD solution with Docker
and Kubernetes and Jenkin.
Experience in developing products from scratch, Feature
Development and enhancement, bug fixing.
Leading a team of two to build a emulation feature from
scratch to production for the main application.
HCL Technology Pvt Ltd as Software Engineer
Aug 2016 to Nov 2018
Achievements/Tasks
Designing and developing a softphone plugin in salesforce
for both classic and lighting mode using ReactJs and
Redux.
Interacting with clients and product owners to gather and
Last Active: 31-Jan-21 Last Modified: 27-Jan-21
DIP RAUT
OCA Software Engineer -G2 seeking roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,JavaScript,React JS,Redux,React Native,Type
Script,NODE JS,GIT,JIRA,HTML,CSS
Key Skills: Software Engineer -G2,Tech Lead,Software Development,Application Programming,Application
Maintenance,Project Management,Requirement Analysis,Solution Architecture,JavaScript,React JS,Redux,React
Native,Type Script,NODE JS,GIT,JIRA,HTML5,CSS
Summary
Professional software engineer with 4.5 years of experience in
software development.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b5242400943…
https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b52424009430544145c0c01… 2/3
clarify requirements.
Bug fixing post development.
UG: B.Tech/B.E. (Electronics/Telecommunication) from West Bengal University of Technology (WBUT) in 2015
Other Qualifications/Certifications/Programs:
Oracle certified associate, JAVA SE 7 programmer
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jan 2019 - Jan 2021
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Noida
Duration: Jun 2016 - Till Date
Onsite / Offsite: Offsite
Education
IT Skills
Skill Name Version Last Used Experience
Redux 4.0.5 2020 4 Year(s) 5 Month(s)
React.js 16.8.0
+
2020 4 Year(s) 5 Month(s)
JavaScript ES6 ,
ES7+
2020 4 Year(s) 4 Month(s)
React Native
Type Script
Node JS
git, Jira
HTML5, CSS3
SASS, AWS
SQL, Java
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Bengali Proficient
Projects
Project Title: TSYS banking solution
Client: Citizens Bank
Skill Used: React js , Redux , Javascript, HTML , CSS
Project Details: Large Scale banking application with all the credit card facilities. Build using Microservices architecture.
ReactJs, Redux , Springboot, AWS.
Project Title: Mi-voice Integration for sales force
Client: Mitel
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b5242400943…
https://freesearch.naukri.com/preview/printResume?uname=96e793a50d37bcc4e453ac3cc90c61125f5f0e524b1408170740425c590b52424009430544145c0c01… 3/3
Role: Programmer Team Size: 5
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Used: JavaScript, ReactJS, Redux, Redux Form, Java, REST API, Webpack, Babel, AJAX, GIT, VMware
Role Description: *Activities included - Analysis, Requirements clarification, Design,
Implementation.
*Responsible for driving the Client sync-up meetings.
*Code review, bug fixing, and feature enhancement.
* Understanding the field found issue and solve them .
Project Details: Project Details:
Title: MiVoice Intrigation for Salesforce(MVSF)
Client: Mitel
Team Size: 5
Technologies: JavaScript, ReactJS, Redux, Redux Form , Webpack, AJAX ,GIT, VMware.
Description: The objective of this project was to design & build a web UI for Mitel Network using
React JS and Redux .This site provides the web interface to use various call control feature like
makeCall, receive a call, configure voicemail etc. This is a CTI based web application for
Salesforce user to use call control features.
Rank 1121: Resume 1299 with similarity score 0.004890041114776
Resume Text: B.E , MS , B.TECH technical specialist , devops engineer , full time , software developer ansible , job scheduling , system monitoring , rpm , continuous delivery , automation , upgradation , devops , jenkins , adi , nfs , kubernetes , designation , ug , mar , performance measurement , case , rhel , mysql , affirmative action , hindi , docker , linux , maintenance , apache , ltd , utilization , ccna , centos , authorization , english , status , email , application , aws , yum , ubuntu , continuous integration , smoke testing , ci , operations , samba , cron , github , nagios , obc , servers , shell scripting , kibana , ec2 , nginx , infrastructure , languages , utilities , ssh , jira , javascript , web , technology , disk , sanity testing , cd , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c42581…
https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c425816061246505f5a… 1/2
Current Designation: Devops Engineer
Current Company: Droom technology pvt ltd
Current Location: Gurgaon
Pref. Location: Delhi / NCR
Functional Area: IT Software - Client Server
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 7 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Droom technology pvt ltd as Devops Engineer
May 2019 to Till Date
Implemented Continuous Integration,management and Continuous Deployment using tools like GIT, Jenkins.
Build and Release code base for smoke testing (sanity testing) and production servers
Monitoring server using Nagios, Kibana,Grafana
Jira,Git,Jenkis administration
Deployed application using Container and performed integration with Jenkins.
Designed auto-scaling based on user defined policy.
Managed Host Inventory in Ansible.
Maintained GIT repositories for DevOps environment.
Installation of Nagios servers & Nagios Clients for the Performance measurement and monitoring of the nodes.
Created EC2 instances and IAM users for any new deployment(AWS).
Adi Global Distribution as Technical Specialist-IT
Feb 2018 to Mar 2019
Implemented Continuous Integration,management and Continuous Deployment using tools like GIT, Jenkins.
Deployed application using Container and performed integration with Jenkins.
Last Active: 9-Feb-21 Last Modified: 17-Aug-20
Shubhi Kaushal
DevOps Enginner with more than 2+ years of experience with Continuous Integration
& Deployment Pipelines(CI/CD),AWS, Ngnix, GIT, Jenkins, Ansible,
Docker(Container), Kubernetes, Mysql, Apache,Jira,(Nagios,Kibana,Grafana)
Monitoring, Build & Release,
Key Skills: DevOps, DevOps Engineer, AWS,Apache,Nginx,GIT,Jenkins,Ansible,Nagios,Docker,kubernetes,Rhel
7,Ubuntu,Centos,Linux,Continuous Integration,Continuous Delivery,CI/CD,Github,Bigbacket,Shell Scripting,MYSQL,
JIRA,kibana,Grafana
Summary
Implemented Continuous Integration,management and Continuous Deployment using tools like GIT, Jenkins.
Build and Release code base for smoke testing (sanity testing) and production servers
Monitoring server using Nagios, Kibana,Grafana
Jira,Git,Jenkis administration
Deployed application using Container and performed integration with Jenkins.
Designed auto-scaling based on user defined policy.
Managed Host Inventory in Ansible.
Maintained GIT repositories for DevOps environment.
Installation of Nagios servers & Nagios Clients for the Performance measurement and monitoring of the nodes.
Created EC2 instances and IAM users for any new deployment(AWS).
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c42581…
https://freesearch.naukri.com/preview/printResume?uname=146c073981434ec4974747249af9296c09090e021b125d15001240595e08571c425816061246505f5a… 2/2
Designed auto-scaling based on user defined policy.
Managed Host Inventory in Ansible.
Maintained GIT repositories for DevOps environment.
Installation of Nagios servers & Nagios Clients for the Performance measurement and monitoring of the nodes.
Created EC2 instances and IAM users for any new deployment(AWS).
Aditya Infotech as Engineer
Sep 2016 to Jan 2018
User and Group management based on regular requests.
Systems administration, maintenance and monitoring various day-to-day operations.
Upgraded infrastructure - replaced aging servers with new machines.
Package Administration for installing upgrades/patches using YUM and RPM utilities.
Configured DNS, NTP, DHCP, NFS, Apache Web Server, Samba, SSH.
Actively participate in weekly calls with the client discussing on weekly status.
System monitoring CPU, Disk, Memory utilization etc.
Job scheduling and Automating process using CRON.
Shell Scripting for automation of daily tasks.
Installation, Configuration and Upgradation of the new servers as per the requirement.
Resolving a number of issues on daily basis as reported by the users.
Restoring MySQL in case of crash/ emergencies.
Server backup & recovery of database information.
UG: B.Tech/B.E. (Computers) from RAJIV GHANDHI TECHNICAL UNIVERSITY in 2013
Other Qualifications/Certifications/Programs:
CCNA
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
RHEL,Ubuntu,CentOS 2019 2 Year(s) 3 Month(s)
CCNA 2019 2 Year(s) 3 Month(s)
AWS 2019 1 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 1122: Resume 944 with similarity score 0.0047901080098638905
Resume Text: MS , BS application support , web developer , software developer , full time , full stack developer socket.io , web development , redux , dolby , css , affirmative action , plugins , hindi , jquery , json , authorization , english , node.js , gujarati , bootstrap , enterprise , status , jade , c# , email , project , application , hooks , less , angularjs , payroll , new features , github , testing , mvc , debugging , front-end design , holidays , chat , asp.net , languages , sql server , javascript , jira , network administration , crm , linq , html , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19…
https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19061040585a08… 1/2
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - ERP / CRM
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Techinfoplace Softwares Pvt.Ltd. as Web Developer
Jan 2019 to Oct 2020
Projects: Dolby Hybrik
Responsibilities:
Create a New Features Using JavaScript, AngularJs,Jade,Node.js And Plugins.
Testing And Debugging Created Features.
Modify Features according to Requirements.
Projects: Admin-Employee Portal
Responsibilities:
Working As Full Stack Developer.
Develop Admin Panel Using Ajax, Jquery, MVC.
Debugging and Testing In Different Browser.
Projects: S4 Holidays
Responsibility:
Create Front-End Design using Bootstrap, JavaScript and JSON.
Project: Real Time Chat Application
Create Project with the use of React on the front end, with NodeJS And Socket.io web socket library on the back end.
Also Use React Hooks.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Dhvani Shukla
Web Developer seeking roles in Software Development,Application Programming,Web
Development,Requirement Gathering,Application Support,,Incident
Management,AngularJs,JavaScript,Ajax,Jquery,ReactJs
Key Skills: Web Developer,Software Development,Application Programming,Web Development,Requirement
Gathering,Application Support,Technical Support,Network Administration,Incident
Management,AngularJs,JavaScript,Jquery,ReactJs
Summary
3 Years Experience in Software and Web Development.
Proficient with HTML, CSS, JavaScript, Bootstraps, Jquery, Ajax.
Good Knowledge of Bit-Bucket, Github and Jira.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19…
https://freesearch.naukri.com/preview/printResume?uname=ec62c23a29f9f048467d998c66c99a08500e09001b145842554713095c0a031f415d19061040585a08… 2/2
Project: Beach Resort Website
Create a website with use of HTML, CSS and Bootstrap, ReactJs, Redux, React Hooks, JavaScript, React Component
Also Build Responsive website to all the size.
WEBWIZnBIZ as Software Developer
Aug 2017 to Dec 2018
Roles and Responsibilities:
Develop Customized ERP (Enterprise Recourse Planning).
Working on different Module like HR, Payroll.
Create website using html, CSS and Asp.net with c# and SQL Server Database.
UG: BCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2015
PG: MCA (Computers) from Indira Gandhi National Open University (IGNOU) in 2019
Other Qualifications/Certifications/Programs:
REACT Frontend Development
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML, CSS, Bootstrap 3 Year(s) 0 Month(s)
Asp.Net with MVC & Asp.Net With C# MVC 5 2019 1 Year(s) 0 Month(s)
AngularJs 0 Year(s) 6 Month(s)
JavaScript, AJAX, jQuery 2 Year(s) 0 Month(s)
Reactjs 2020 2 Year(s) 0 Month(s)
JIRA 0 Year(s) 6 Month(s)
linq, SQL Server
Languages Known
Language Proficiency Read Write Speak
English Proficient
HINDI Proficient
GUJARATI Proficient
Rank 1123: Resume 852 with similarity score 0.004772645831751511
Resume Text: B.S , MS , BS ui developer , mobile application developer , software developer , full time , part time , web application developer react.js , api , redux , access , css , sqlite , office , ug , profiles , affirmative action , web services , interpersonal skills , hindi , technology services , firebase , ltd , apache , service integration , player , json , authorization , english , status , ajax , email , application , video , focus , hooks , less , mumbai , survey , jquery mobile , testing , phonegap , github , rest , cordova , languages , html5 , parsing , balance , javascript , jira , organization , pulse , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145…
https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145043480d095b0… 1/2
Current Location: Thane
Pref. Location: Mumbai,Mumbai Suburbs,Navi Mumbai
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Sc [Computers]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Web Application Developer
Nov 2014 to Jul 2020
Role: Web App Developer
Technologies: React JS, Redux, React Hooks
Talent News is a web application for Capgemini to access news from organization global offices. It consist of Latest,
Focus, Popular, Video news. This application is accessible for all Capgemini employees.
Pulse
Role: Web App Developer
Technologies: React JS, Redux, React Hooks
Pulse is a hybrid mobile application for Capgemini which includes poll and survey taken by Capgemini. It includes poll and
survey results submitted by office employees. This application is accessible to all Capgemini employees.
Reachlocal Services Pvt Ltd as UI Developer
May 2010 to Jul 2014
mSelfcare
Role: Mobile Application Developer
Technologies: Cordova, HTML5, CSS3, Jquery Mobile
mSelfcare is a hybrid mobile application for Reliance, that allows customers to create/update their profiles, make top up
recharges, online purchase of products, online balance transfer, generate account statements, etc. I was involved in co-
ordinating with the Client at the clientside for requirement gathering and testing, Creating UI theme for mSelfcare,
implementing functionalities, integrating web services.
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
SURAJ SAWANT
Developer seeking roles in UI Development, React.Js, JavaScript, HTML
Key Skills: Software Developer,Software Engineering,Software Development,UI
Development,React.Js,JavaScript,JSON,HTML,JIRA
Summary
* 7+ years of experience in UI and Mobile App Development.
* Mobile app development using Ionic3, Angular2, API Service integration, SQLite, Firebase, JSON parsing using web
service.
* UI development experience in React JS, experience of web-based application development highly adaptable and good team
player, well organized, self-starter with technical and interpersonal skills.
* Developing User Interface using Technologies like HTML5, CSS/CSS3, JavaScript, JQuery, JSON, Ajax, Rest API
Services.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145…
https://freesearch.naukri.com/preview/printResume?uname=6fdf218ecd78f77a746d371e5aacbeae5d5958514d135d145012170a590e504e400f145043480d095b0… 2/2
UG: B.Sc (Computers) from Mumbai University in 2008
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
React JS, Redux, React Hooks
Ionic3, Angular2, Phonegap, Apache Cor
HTML5, CSS3, JavaScript, JIRA
SQLite, JSON, Github, Firebase, SQL,
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1124: Resume 227 with similarity score 0.004766865894634231
Resume Text: MS , BS team leader a2 , training , interviewing , report writing , public speaking , teaching , mar , liberal arts , volunteering , creativity , english , go , manage multiple , creative writing , organizational psychology , resume , road , mindfulness , hiring , b1 , research , completion , assessment , events , graphology , one , numerology , organizational development , french Assessment
Q1. Why should you be hired for this role?
I have played the role of interviewing, talking to clients, during the volunteering work at one organization. I think , I posses all the qualities for this
position. I am a keen learner. Being a team leader in college I have gained experience being a leader. I could be of great help when it comes to
ideating and showing creativity. Honestly joining this esteemed organization will help me learn a lot. I would love to seek guidance of
experienced and learned members on board. This way , I can become a better professional. Lastly , hiring me can be a mutually beneficial
position of the me as well as the company as I am always hardworking in all domains.
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes , I am available for a period of 6 months starting immediately
Resume
EDUCAT ION
JOBS
POSIT IONS OF
RESPONSIBILITY
Heenal Shah
Pune
Applied 28 Jan'21
MSOffice MSExcel English Proficiency Spoken)
English Proficiency Written) MSPowerPoint Report Writing
Teaching Creative Writing French Proficiency (spoken)
French Proficiency (written)
Master of Arts M.A.), Industrial And Organizational Psychology
Nowrosjee Wadia College
2019 - 2021
Diploma, Advance Diploma In French
Department Of Foreign Language, SPPU
2018 - 2020
Bachelor of Arts B.A.), Psychology
Nowrosjee Wadia College
2016 - 2019
Senior Secondary XII, Arts
Nowrosjee Wadia College
HSC board)
Year of completion: 2018
Secondary X
S M Choksey High School
SSC board)
Year of completion: 2017
French Consultant
iteskul, Virtual
Sep 2020 - Present
French Consultant
Vivero International Pre School, Pune
Jun 2019 - Mar 2020
Team Leader for 2 consecutive years of my college.
This position has helped me manage multiple things , like guide my team mates , organize events , etc
Speaker for Keep Moving Movement an initiative by Life School , Pune.
As a speaker , I am assigned a school where I go and deliver the 7 KMM sessions. The vision is to lead the students and
youth on the road to ‘High Self Esteem & inspire them.
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9881127521
Certified Graphologist & Sign Analyst
Institute Of Graphology And Numerology, Pune
Sep 2020 - Nov 2020
This training has helped me a lot to learn about one's personality through their writing and signature. I am keen on using this
knowledge in recruitment and training.
B1 Level In French
Alliance Française, Pune
Jul 2017 - Dec 2017
DELF A2
DELF, Pune
Sep 2016 - Sep 2017
As a passion for the French language completed the DELF examination A1 and A2
Public Speaking
Symbiosis Centre for Liberal Arts, Pune
Jul 2016 - Sep 2016
Research
Jan 2021 - Present
As a part of our curriculum, I am doing a research study. The study is focused on Mindfulness and its effects on working
population in Industrial domain.
Being a complete fresher I would love to gain insights in this field by interning in the domain of Human Resources
Management. My key areas of interest are : Recruitment, Organizational Development, Interviewing, counselling
Rank 1125: Resume 1199 with similarity score 0.004719647620381991
Resume Text: B.E , MS , B.TECH , BS associate , full time , cloud engineer , solutions architect optimization , continuous delivery , amazon ec2 , telugu , jenkins , kubernetes , developers , affirmative action , hindi , docker , linux , access control , azure , ltd , authorization , english , troubleshooting , teams , status , email , project , aws , peering , participation , continuous integration , subject matter experts , technology solutions , s3 , servers , git , languages , javascript , network administration , cloud computing , pipeline , amazon web services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f420012…
https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f42001256434159595b… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Other
Role: Network Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 2 Month(s)
Highest Degree: B.Tech/B.E. [Mechanical]
Verified : Phone Number | Email - id
Powerupcloud Technologies Pvt. Ltd. as Cloud Engineer -Networking
Dec 2019 to Jan 2021
Roles and Responsibilities
Worked with different teams to setup the different environments Dev, QA, Pre-Prod and Prod.
Worked with services including AWS EC2, S3, RDS, EBS, VPC, VPC peering, Transit Gate way SQS, CloudFront,
CloudWatch, Lambda, IAM to develop cloud native solutions.
Create IAM policies for access control in AWS for different roles and services.
Cost optimization.
Handling service requests and architectural changes in the cloud.
Troubleshooting the issues reported by developers and doing deployments in kubernetes on daily basis.
Deploy and manage the AWS services.
Monitoring daily builds using continuous integration tool Jenkins
Deployed the servers on Amazon AWS/Azure.
Implemented automating Continuous Integration & Continuous Delivery pipeline using Jenkins.
Participation in project meetings with other technical staff and business owners and subject matter experts.
Support the engineering teams regarding Environments
Launching Amazon EC2 Cloud Instances using Amazon Web Services (Linux) and Configuring launched instances with
respect to specific applications.
Used Kubernetes to orchestrate the deployment, scaling and management of Docker Containers.
UG: B.Tech/B.E. (Mechanical) from VELTECH UNIVERSITY in 2019
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
Last Active: 9-Feb-21 Last Modified: 8-Feb-21
Naveen Kumar Reddy D
AWS Certified Cloud Engineer seeking roles in Network Administration,Network
Support,Cloud Computing,Continuous Integration,Continuous
Delivery,SQS,CloudFront,CloudWatch,Lambda,IAM,Amazon
AWS,Azure,Jenkins,GIT,Docker,Kubernetes,Terraform,Linux
Key Skills: Cloud Engineer,Cloud Computing,Continuous Integration,Continuous
Delivery,CloudFront,CloudWatch,Lambda,IAM,Amazon AWS,Azure,Jenkins,GIT,Docker,Kubernetes,Terraform,Linux
Summary
1.1 years of hands-on, successful Cloud Engineer with decades of verifiable success leading teams in delivering appropriate
technology solutions. Comprehensive knowledge of Amazon Web Service.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f420012…
https://freesearch.naukri.com/preview/printResume?uname=4a08ad8ad4ce8464ef2ac3d5db9aee8b0b5d0c524d1058450212400c0800504f42001256434159595b… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
GIT
AWS, Azure
Jenkins
Docker, Kubernetes
Terraform
Cloud watch, Sensu
Linux
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1126: Resume 804 with similarity score 0.004701549056302906
Resume Text: B.E , MS , B.TECH , BS senior web developer , team leader , full time , senior software developer , php developer ecommerce , document management , api , react.js , web development , amazon ec2 , general , css , designation , pages , server management , user management , ug , abacus , affirmative action , mysql , analytics , hindi , oauth , maintenance , ltd , jquery , authorization , english , ssl , twitter , cakephp , status , codeigniter , application , aws , mongodb , linkedin , less , angularjs , google maps , facebook , rest , middleware , react native , languages , framework , research , email marketing , ssh , word , lead generation , mobile , cms , dashboards , javascript , crm , laravel , digital marketing , html , database , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d5542150119…
https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d55421501190510470a0b58… 1/2
Current Designation: Senior Software Developer
Current Company: abacus desk
Current Location: Faridabad
Pref. Location: Faridabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree:
Verified : Phone Number | Email - id
abacus desk as Senior Software Developer
Aug 2020 to Till Date
Develop private customized deep level CRM Softwares and backend API using Popular database MongoDB/Mysql
framework middleware Laravel/ Codeigniter and frontend using React Native and angular. Manage Networking Aws
Terminal(Lightsail, EC2), Digital Ocean, deployment and droplets creation, SSH, SSL
Glen Appliance Pvt. Ltd. as Senior Web Developer
Dec 2017 to Aug 2020
Develop mobile-friendly websites and management systems like CMS, CRM, document management for the company
and integrating rest API's, ad word, analytics, and making campaign pages for lead generation and internal applications
like dashboards for eCommerce websites, user management etc. Integrating google maps direction APIs, Oauth for
google, facebook, LinkedIn, twitter. third party code integration like taboola, Shoptimize, etc .
AWS integration for Amazon LIGHTSAIL, EC2 instance, RDS , DIGITAL OCEAN droplets Managed database .
VK GLobal Publication as PHP Developer
Sep 2015 to Nov 2017
Designing sites using HTML, CSS, PHP (core, cakephp,laravel), MYSQL, jquery and JavaScript & also worked over
different templates.
BCC Research as Digital Marketing & List Researcher
Apr 2012 to Jul 2015
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Suraj Chauhan
Senior Software Developer seeking roles in Web Development,Web
Designing,Database Management,Server Management,Process
Improvement,Software Engineering,HTML,PHP,CSS,Javascript,JQuery,AWS, angular,
react, mongodb
Key Skills: Senior Web Developer,Team Lead/Tech Lead,Web Development,Web Designing,Database
Management,Server Management,Process Improvement,Software
Engineering,HTML,PHP,CSS,Java,Javascript,JQuery,AWS,Angularjs,React.Js
Summary
Result-oriented Professional with over 8 years of experience in Web Development,Web Designing,Database
Management,Server Management,Process Improvement,Software Engineering,HTML,PHP,CSS,Java,Javascript,JQuery,AWS
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d5542150119…
https://freesearch.naukri.com/preview/printResume?uname=6d0482149f9ea0dea2011e225a991bc2580f01511e130f135610490c085d55421501190510470a0b58… 2/2
List Researcher, Email Marketing, Computer Technical Supporter & Team Leader.
UG: B.Tech/B.E. (Computers) from Aravali College of Engineering & Management, Faridabad in 2012
PG: in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
CAKEPHP 2.6,3.X 2017 3 Year(s)
core php 4,5 2021 6 Year(s) 0 Month(s)
AJAX 2021 6 Year(s) 0 Month(s)
JQUERY 3.2.1 2021 5 Year(s) 7 Month(s)
Mongodb 5 2021 2 Year(s) 0 Month(s)
CSS/ HTML 3 2021 5 Year(s) 7 Month(s)
MySQL 5.7 2021 5 Year(s) 0 Month(s)
Laravel 4,5.xx 2021 5 Year(s) 7 Month(s)
Digital Ocean/ Amazon EC2 amazon
ec2
2021 2 Year(s) 0 Month(s)
Angular / React 1 2021 1 Year(s) 2 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 1127: Resume 1041 with similarity score 0.004699708045007931
Resume Text: nan ui developer , angular developer , associate , software developer , product development , backend developer , full time , full stack developer award , version control , web development , functional specifications , general , scrum , team management , designation , ug , affirmative action , step , hindi , angular , technical requirements , maintenance , typescript , authorization , checks , english , troubleshooting , resolutions , design documents , status , architecture , agile , email , project , application , sprint planning , requirements gathering , production implementation , bengali , technology solutions , led , components , git , languages , story , industrial experience , level design , javascript , schedules , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d09085719460947…
https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d090857194609470414440a5a0b… 1/2
Current Designation: Associate
Current Company: Cognizant Technology Solutions
Current Location: West Sussex
Pref. Location: Bengaluru / Bangalore,Kolkata,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Cognizant Technology Solutions as Associate
Jun 2012 to Till Date
Working as a Full Stack Developer for Rentokil Initial - a UK based client of
Cognizant Technology Solutions
Operating in Angular 7 (Front End) and back-end
Maintaining bit-bucket repositories and resolving con?icts, using GIT for version control
Executing work in Agile Scrum Principals, Task Meeting/Retrospective, Relative estimation, Story-Based Development
Working in React JS for a new project which is directly available to the customers
Cognizant Technology Solutions, India as Associate
Key Result Areas:
Worked as backend developer
Nominated as Employee of the year
Understood database structure, tables
Provided technical support when required
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
RAHUL MUKHERJEE
Scaling new heights of success with hard work & dedication and leaving a mark of
excellence on each step; targeting assignments as Angular Developer,
React JS Developer
Key Skills: Web/Angular Developer, Angular 2+ , React JS, Troubleshooting / Technical Support, Requirement Gathering
& Analysis, Agile Methodology, Product Development, Frontend/UI Developer, Team Management, Scrum
Summary
A competent professional with 8 years of rich industrial experience
Understood process requirements and provided use cases for business, functional & technical requirements
Interacted with users for requirement gathering; prepared functional specifications and low-level design documents
Liaised with stakeholders during the course of problem diagnoses, requirements gathering, detailed level design,
development, system test and production implementation to ensure that optimal resolutions were achieved
Highly skilled in implementing Software maintenance schedules; conducted periodic checks and prepared technical
documents for the same
Led iteration/sprint planning meetings and resolved conflicts
Perceived overall complex architecture of the entire system
Expertise in Javascript, ES(6-7),Design patterns, TypeScript and developing custom web components
Bagged Employee of the Month Award from Rentokil Initial a client of Cognizant Technology Solutions
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d09085719460947…
https://freesearch.naukri.com/preview/printResume?uname=bf882f2bb44b0ff55308aceb6a4c459b095e0857184608150217490d090857194609470414440a5a0b… 2/2
UG: BCA (Computers) from Institute of Engineering and Management in 2009
PG: MCA (Computers) from Birla Institute of Technology, Kolkata in 2012
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
GIT 2020 2 Year(s) 0 Month(s)
Angular 2,7,10 2020 2 Year(s) 0 Month(s)
WEB DEVELOPMENT 2020 2 Year(s) 0 Month(s)
JavaScript 2020 2 Year(s) 0 Month(s)
Agile, SCRUM 2020 2 Year(s) 0 Month(s)
React js 2020 0 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Expert
Rank 1128: Resume 402 with similarity score 0.00469195979416611
Resume Text: MS full time , work from home , no experience creative writing , resume , completion , assessment Assessment
Q1. Why should you be hired for this role?
Still I have no experience I can manage .I am having good knowledge about electronic devices.So I hope that I am eligible for this
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I am available full time in narasaraopet for the next six months.But 15 days exams in April
Resume
EDUCAT ION
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9705647455
Pravallika Sikhakolli
Narasaraopet
Applied 30 Dec'20
Creative Writing
Senior Secondary XII, Science
St.Mary's EM High School
STATE board)
Year of completion: 2017
Percentage: 96.00%
Secured 1st rank among 250 entries in district level
Rank 1129: Resume 1504 with similarity score 0.00466748346377889
Resume Text: B.S staff engineer , lead consultant , project lead , full time spring cloud , react.js , ansible , api platform , telugu , jenkins , css , designation , affirmative action , mysql , tortoise svn , angular , hindi , linux , gradle , maintenance , ltd , windows , jquery , kafka , authorization , english , bootstrap , status , spring boot , architecture , email , project , jpa , application , aws , focus , microservices , mumbai , bitbucket , product design , c++ , git , maven , languages , hibernate , functional design , python , struts , software design , javascript , jira , sonarqube , technology , cloud computing , working experience , html , ajax 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e475810…
https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e4758105712410d590b… 1/2
Current Designation: Staff Engineer
Current Company: Equinix
Current Location: Hyderabad / Secunderabad
Pref. Location: Chennai,Hyderabad,Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Equinix as Staff Engineer
Sep 2017 to Till Date
Around 14 years of progressive experience and responsibilities in the IT industry with a focus on product design and
development using various back-end and front-end technologies like JAVA, SPRING BOOT, MicroServices, AWS, Angular
and ReactJs
Virtusa Consulting Service Pvt Ltd as Lead Consultant Technology
Apr 2007 to Sep 2017
UG: B.Sc (Computers) from Osmania University in 2000
PG: MCA (Computers) from Osmania University in 2004
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
Ravi Kumar Madas
Extensive experience in Design, Development & Application Maintainance | Adept at
Technical Experimentation, Functional Design Spec & Cloud Computing | Experienced
working with Java, Spring Boot, Spring Cloud, MicroServices, AWS, Angular, and
ReactJS
Key Skills: Staff Engineer,Project Lead,Software Development,Application Programming,Solution
Architecture,JAVA,Python,Spring Boot,Struts,JPA,Hibernate,HTML,JavaScript,CSS,Bootstrap,React.Js
Summary
Around 14 years of progressive experience in the area of software design and development using Java, Spring Boot, and
Microservice. Expertise knowledge and work experience in design and develop a cloud-based scalable, extensible, reliable, and
maintainable RESTful API platform, also good exposure and working experience on front-end technologies like Angular and
ReactJs.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e475810…
https://freesearch.naukri.com/preview/printResume?uname=7dc46d04797e482d67931a96260ff3a0095858541f400a1207131209590b051e4758105712410d590b… 2/2
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
C, C++, Java, Python
Spring, Spring Boot
Struts, JPA, Hibernate 3.3
HTML, JavaScript
CSS, bootstrap, jQuery, Ajax
angular, reactjs
Oracle10g, 11g, PostgressSQL
MySQL
Shell Script and Ansible
Git, BitBucket, JIRA
Tortoise SVN
WINDOWS, LINUX
Ant, Maven and Gradle
Jenkins, SonarQube
Rundeck, Rancher, Kafka
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Rank 1130: Resume 1318 with similarity score 0.004666706081448301
Resume Text: B.S , MS platform engineer , system administrator , associate , devops , principal consultant , operations engineer , full time , team lead , balancer ansible , automation , devops , jenkins , kubernetes , security , designation , openshift , ug , mar , affirmative action , routing , oracle , health , hindi , docker , rbac , linux , public , sublime text , maintenance , cluster , ltd , access control , authorization , english , troubleshooting , iaas , status , paas , email , project , integration testing , prestige , application , aws , quota management , netapp filers , groups , provisioning , microservices , playbook , operations , ecs , writing , s3 , running , git , building , ec2 , storage , infrastructure , yaml , pycharm , languages , python , system administration , javascript , cloud computing , artifactory , velocity , load , pipeline , rolling , on-call support , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f0543460019…
https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f05434600190618490d5c5c… 1/2
Current Designation: Lead Platform Engineer
Current Company: DanskeIT and Support Service- RMZ
EcoWorld
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 13 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
DanskeIT and Support Service- RMZ EcoWorld as Lead Platform Engineer
May 2019 to Till Date
? Provisioning OpenShift Cluster on Private Cloud Environment.
? Setting up Integration testing for OpenShift Cluster and Builds using Chef and Sesnu.
? Troubleshooting Dev/Test/Production OpenShift Builds and Deployments.
? OpenShift Cluster Quota management for Projects and PODS.
? Manage Infrastructure on AWS cloud.
? Setting up Routing Table, Network ACL, Security Group, ELB, Route53 etc on AWS.
? Provision EC2 Instances, Setting up IAM policies, user and group creation, Roles etc.
? Provision EKS, ECS on AWS.
? Installation of Docker, setting up registry in AWS(ECR) and Danske Bank Artifactory.
? Installation and configuration of ELK cluster.
? Troubleshooting issue related to Linux, OpenShift and ELK.
? Linux/PaaS On-Call Support.
? Writing cookbook in chef and playbook in Ansible.
? Infrastructure automation in AWS Cloud using Terraform.
? Deploying Kubernetes cluster and applications using HELM and terraform.
Oracle India Pvt Ltd, Velocity Block, Prestige Tech Park II as IT Principal Consultant
Jul 2015 to May 2019
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
GAURAV SINGH
AWS Certified Solution Architect- Associate with 12+ Years of IT experience in Devops
and System Administration. Currently Working with DanskeIT and support services as
a Lead Platform Engineer, Managing Openshift/Kubernetes Clusters running on Priva
Key Skills: Openshift,AWS,Kubernetes,Terraform,Ansible,Jenkins,CI,Cd,Python,Cloud Computing,Sensu,Linux
Administration,Networking,SDN,RHCE,Netapp
Summary
I have total 12+ years of IT experience as a System administrator and DevOps, my experience is mainly into Linux, AWS and
Oracle Cloud, Networking and Storage as well. Currently I am working with Oracle as a Cloud DevOps and my Day to Day Job
is to manage IAAS for the Oracle customers that includes Provisioning of VPC, Instances, RDS volumes, configuration of
Elastic Load balancer, Creating S3 bucket, managing Security Groups and Network Access Control, managing DNS using
Route53, provisioning CDN (Cloud Front). Creating and managing Kubernetes Cluster and deploying services on them.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f0543460019…
https://freesearch.naukri.com/preview/printResume?uname=6f79adedb6dd1d8d648e9bf4281677b90c58005319475c190645130e590f05434600190618490d5c5c… 2/2
Project: AppOPS Infrastructure Automation. Deployment and support.
Tools: Terraform, Ansible, GIT, Linux, YAML, Jenkins, Docker and Kubernetes, OCI and AWS.
IDE: PyCharm, VisulaStudioCode and Sublime text.
Oracle India Pvt Ltd, Velocity Block, Prestige Tech Park II - Bengaluru, KA
* Provisioning IaaS infrastructure in AWS and Oracle Cloud using Terraform and Ansible, that includes Instance, VPC,
VCN, security Groups, NACL, Public/Private Subnet, Routing, routing associations provisioning etc.
* Creating and managing Kubernetes Cluster, Deploying Microservices using YAML declarative scripts and Terraform.
* Creating CI/CD pipeline in Jenkins for Building application Docker image, using Jenkins and Docker.
* Developing YAML and Terraform Declarative scripts to automate the Infrastructure.
* Creating RBAC, Roles, RolesBinding Ingress/Egress NetworkPolicy, PersistentVolume, PersistentVolume Claim,
Deployment, Service, NodePort, LoadBalancer, ClusterIP using YAML and Terraform scripts for Microservices running in
Kubernetes Cluster.
* Rolling Out changes in Production.
Yahoo Inc as Senior Storage Operations Engineer
Mar 2013 to Jun 2015
* Storage Oncall responsibility, Install, Configure and Upgrade Netapp Filers, Hardware maintenance with SiteOPS
engineer. Monitoring NetApp Filer health, Monitoring Hardware failure and working on Capacity alerts.
UG: B.Sc (Maths) from UDAI PRATAP COLLEGE, VARANASI in 2003
PG: MCA (Computers) from Uttar Pradesh Technical University (UPTU) in 2007
Other Qualifications/Certifications/Programs:
AWS
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Openshift 3.11 2020 4 Year(s) 9 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
BHOJPURI
Rank 1131: Resume 811 with similarity score 0.0046627326484397855
Resume Text: B.S , MS , MTECH senior developer , scrum master , android developer , software developer , mobile developer , senior software engineer , full time , part time react.js , api , web development , core java , general , telugu , software systems , scrum , jenkins , css , appium , designation , mar , telecom , prince2 , affirmative action , health , mysql , tamil , hindi , cloud , wifi , beginner , maintenance , firebase , ltd , sse , php , jquery , azure , authorization , unix , english , node.js , bootstrap , status , mocha , agile , email , project , manufacturing , express , aws , product management , web & mobile , ci , deals , bluetooth , fixing , android , barcode , testing , freight , google adwords , gitlab , d3.js , features , debugging , react native , welding , languages , espresso , mobile applications , kannada , selenium , es6 , jira , javascript , technology , kobo , distance learning , vagrant , cd , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f1709130…
https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f170913031214505d0e50… 1/2
Current Designation: Senior Software Engineer
Current Company: Rakuten
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Vijayawada
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 4 Month(s)
Notice Period: 2 Months
Highest Degree: MTech [Software Systems]
Verified : Phone Number | Email - id
Rakuten as Senior Software Engineer
Jun 2020 to Till Date
Responsible to develop features for Kobo Ebook service. Fixing bugs and most critical issues in app by debugging it
KARD Technologies as Senior Software Engineer
Apr 2019 to Jun 2020
KARD Technologies is a service based company, as a SSE i am responsible to develop and maintain multiple projects
simultaneously. I worked with multiple clients like Prenetics, Freight Tiger, GK Naturals etc.
ESAB INDIA LTD. as WEB AND MOBILE DEVELOPMENT
Sep 2018 to Mar 2019
WeldCloud is an R&D project which deals with welding machine. I took responsibility as a senior developer and designed,
developed and maintained the Android application. This Android application deals with Bluetooth, WIFI, Camera and
Inbuilt infrared modules. This is an IOT solution for Welding machines.
Wipro as Software Developer
Jul 2015 to Jul 2018
As Software developer, i am responsible for developing scalable and complex web and mobile applications
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
S.RAGHU DATTA
5.8+ Years experienced Full-stack Web & Mobile developer with Prince2 certification
looking for challenging role .Knowledgable in Cloud Tech like Firebase, AWS.
Experienced in Telecom, Manufacturing, IOT, Health care & Logistics domain's.
Key Skills: agile methodology,react.js,jira,javascript,css,php,ui development,scrum
master,html5,mongodb,node.js,expressjs,ui,appium,aws,api,google adwords,barcode,sql,requirement gathering,unit
testing,d3.js,fullstack,react native,jQuery,MySQL,Azure,Prince2
Summary
Result-oriented Professional with over 6 years of experience in Application Development,Product Management,Software
Development,Requirement Gathering,Android Application Development,Web Development,Agile Methodology,Scrum Master,
Android, React.Js, Jenkins, JIRA, Java, HTML
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f1709130…
https://freesearch.naukri.com/preview/printResume?uname=19c17853e2effd021469f4a4974e69fb0c5c5b531c165c11041112505a5f021f170913031214505d0e50… 2/2
UG: B.Sc (Computers) from KRISHNA UNIVERSITY in 2015
PG: MCA (Computers), Correspondence/Distance Learning from Mahatma Gandhi University (MGU) in 2018
Post PG: MTech (Software Systems), Correspondence/Distance Learning from Birla Institute of Technology and Science
(BITS), Pilani in 2022
Other Qualifications/Certifications/Programs:
Fullstack developer
Android Developer
Edureka Jenkins Ci
Prince2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Selenium, Appium, Jenkins 2020 3 Year(s) 0 Month(s)
Gitlab CI/CD
HTML 5, CSS
JavaScript ES6 2020 5 Year(s) 0 Month(s)
Jquery, php
React Js, Node 16 5 Year(s) 1 Month(s)
Mongo Db, Express Js
BOOTSTRAP 4 2020 5 Year(s) 0 Month(s)
Material UI 2020 5 Year(s) 0 Month(s)
Mocha, Chai, Espresso, Vagrant 2020 4 Year(s) 5 Month(s)
Core java, unix 8 2018 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Tamil Proficient
Telugu Expert
kannada Beginner
Rank 1132: Resume 1388 with similarity score 0.004644217012204734
Resume Text: B.E , MS , B.TECH , BS full time , service engineer , aws solution architect finalization , switching , controllers , telugu , suppliers , dimension , aruba wireless , security , project teams , designation , tunnels , connect , tamil , affirmative action , hindi , cloud , network devices , ios , authorization , english , troubleshooting , wlan , status , email , cisco switches , groups , aws , ecosystem , electronics , ecs , s3 , ec2 , languages , project work , kannada , javascript , access points , kms , amazon web services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f16…
https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f160042105d595a… 1/2
Current Designation: Senior Service Engineer
Current Company: Microland Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Other
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Microland Limited as Senior Service Engineer
Jul 2017 to Till Date
Project Name: Unilever GNOC
GNOC is focused on multivendor ecosystem, managing multivendor from a single location. Real time monitoring of
Unilever cloud exchange points onsite to cloud network and Unilever network across the globe, Supporting LAN and Wi-Fi
estate globally.
* Remotely monitor, manage and Troubleshoot LAN, WLAN and CXPs for over 25000+ network devices globally across
94+ countries.
* Responsible to design, troubleshoot and provide Technical Support on LAN network segments for Unilever and its
clients globally.
* Mapping client's requirements and providing them best IT solutions involving evaluation and definition of scope of
project and finalization of project requirements.
* Interacting with various project teams of Unilever to ensure smooth operation of services and project work.
* Configure EC2 instances, Security groups and Network ACLs on AWS platform using AWS platform.
* Effectively handling and deploying remote configurations for CISCO/Aruba Wireless controllers and Access Points
globally.
* Specialized in handling different issues related to Dimension Data, replacement (CISCO switches and Aruba
Controllers) of faulty devices and configuring them remotely.
* Engaging and interacting with clients and suppliers to ensure that faults are resolved within the correct time frames
and agreed SLA's.
Key Responsibilities
* Hands on experience in Amazon Web Services: AWS IAM, AWS Lambda, AWS S3, AWS EC2, AWS VPC, AWS
Route 53 Cloud formation, VPN tunnels and direct connect.
* Demonstrable knowledge in EBS,VPC, RDS, Cloudwatch, Route 53,KMS,ECS,Route 53 resolver, CloudFront,
DynamoDB, Elastic Cache, Redshift Elastic Beanstalk, and Autoscaling
Last Active: 26-Aug-20 Last Modified: 30-Jul-20
Varalakshmi R M
Hands on experience in Amazon Web Services: AWS S3, AWS EC2, AWS VPC, AWS
Route 53, AWS ACLs, AWS NACLs Lambda, cloudfront, Cloudformation, direct
connect.Experienced in troubleshooting LAN (CISCO) and WLAN (CISCO and Aruba)
network devices.
Key Skills: AWS cloud platform, AWS services such as - IAM, EC2, VPC, KMS, ROUTE 53, Lambda, SQS, SNS , SES ,
Direct connect,Cloudformation, cloudfront, cloudtrail, Elastic beanstalk Networking, Switching,
Summary
* Working in Microland as Senior Service Engineer
* 2.5 years of experience in Cloud Management
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f16…
https://freesearch.naukri.com/preview/printResume?uname=0f61dab29ac147d52055428925247b5b0c5d5c584e400f175712410b0b0a5548100f160042105d595a… 2/2
* Hands on experience on handling wireless controller of Aruba/Cisco (7200,7220 other series)
* IOS patching activity for switches (Core and Auxillary) to the newest Version
* Better understanding on AAA/Tacas related concepts
UG: B.Tech/B.E. (Electronics/Telecommunication) from Visvesvaraya Technological University in 2017
Other Qualifications/Certifications/Programs:
AWS solution architect - SAA C01
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
AWS IAM, AWS Lambda, AWS S3, AWS EC2
AWS VPC, AWS Route 53
AWS Cloud platform, AWS services 2019 2 Year(s) 0 Month(s)
LAN
VPN
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Tamil
Telugu
Kannada
Rank 1133: Resume 1233 with similarity score 0.004629405654916987
Resume Text: B.S , MS director , test architect , full time , part time , senior technical architect , program manager mobility , contractual , reporting , managed services , customer , telugu , kubernetes , appium , security , designation , iso 27001 , affirmative action , pre-sales , sizing , hindi , technical direction , readiness , maintenance , azure , authorization , english , troubleshooting , teams , go , rackspace , status , paas , incident response , stakeholder management , deliveries , email , project , record , dynatrace , groups , aws , product management , commitments , finnish , test automation , operations , plus , saas , nagios , writing , components , drive , languages , process management , operational excellence , javascript , technology adoption , end to end delivery , cloud computing , application monitoring , streams , it infrastructure management , program management 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b4…
https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b47001210590f58… 1/2
Current Designation: Director, Cloud Operations
Current Company: Temenos AG
Current Location: Hyderabad / Secunderabad
Pref. Location: Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Program Mgr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Temenos AG as Director, Cloud Operations
Nov 2019 to Till Date
? Responsible in Leading the Cloud Operations in Temenos, Hyderabad.
? Responsible for fulfilling Customer contracts (PaaS/SaaS) by setting up Temenos Infinity product on both AWS &
Azure
? Successfully handled 100 plus customers from Operations perspective
? Responsible in managing the delivery of operational responsibilities and support functions to meet Client committed
Cloud Service Level Agreements (SLAs)
? Involved in PCI DSS, ISO 27001 ? 27018, SOC Type 2 Audits and ensured these certifications are achieved for the
first time and there after in Temenos for both Azure and AWS environments.
? Responsible to ensure consistent and effective Client Reporting in accordance with Contractual commitments
? Part of Operation Readiness Board representing operations for implementing client projects
? Played a significant role in long-term planning, with a view to delivering operational excellence
? Participated and worked closely with Major Incident Managers and Resolver Groups and support teams during
Incident response and resolution.
? Drive innovation amongst the team including the adoption of new / updated cloud technologies, process design/
changes and technology adoption
? Involved in Pre-sales in preparing the SOWs, Sizing information and defining the SKUs(Contract value).
Last Active: 8-Feb-21 Last Modified: 4-Feb-21
Malla Reddy Nandikonda
Seeking roles in IT Infrastructure Management,Program Management,Project
Management,Stakeholder Management,Product Management,Delivery
Management,Requirement Gathering,Cloud Operations,Cloud Computing,Client
Servicing,Troubleshooting,Kubernetes,AWS
Key Skills: Program Manager,IT Infrastructure Management,Program Management,Project Management,Stakeholder
Management,Product Management,Delivery Management,Requirement Gathering,Cloud Operations,Cloud
Computing,Client Servicing,Troubleshooting,Kubernetes,AWS
Summary
? Overall, 20 years of experience in IT with several years in Cloud Operations or Infrastructure managed services
? Cloud computing and managed services ? Experienced in AWS, Azure, Kubernetes
? "Go to Person & SPOC" for all the Cloud related queries & initiatives across Cloud Operations
? Responsible for technical direction, scoping, stake holder management, end to end delivery, L2 customer support,
production roll out for platform components, people & process management.
? Proven track record of successful project & program deliveries within budget and on time, including managing 25+
resources across 3 work streams
? Responsible for Security design & implementations for Cloud Platform & driving the infrastructure towards PCI/ISO
27001/SOC Type2 certifications
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b4…
https://freesearch.naukri.com/preview/printResume?uname=67292bd47cfb9aade011b40720b981275b0b5d501c1458455647150e5b00504c115b47001210590f58… 2/2
Kony Inc as Test Architect - Director, Cloud Operations
Dec 2011 to Nov 2019
* Leading Kony Cloud Operations, L2 Support and Hosting teams
* Responsible in setting up and managing both internal and external customer environments hosted on both AWS and
Azure Cloud.
* Offered Managed Services on on-premise environments
* Successfully migrated customers in Rackspace to newly built Kony Cloud
* Lead the team to achieve PCI DSS/ISO27001/SOC Type2 certification for the first time in Kony Cloud(AWS & Azure)
* Involved in writing the Appium scripts in Test automation as part of Application Monitoring.
* Familiar with several monitoring tools like Nagios, NewRelic, Dynatrace, Loggly, Logz.io etc
* Worked as Program Manager in supporting Kony's next product releases
Syntel Private Limited as Senior Technical Architect
Jun 2011 to Nov 2011
* Presenting Syntel's mobility offerings to clients in different domains.
* Managing and participating in POCs
UG: B.Sc (Maths) from Kakatiya University in 1994
PG: MCA (Computers) from Osmania University in 1997
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
Troubleshooting,Kubernetes,AWS
Cloud computing, Azure
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Finnish
Rank 1134: Resume 1535 with similarity score 0.004593369499502811
Resume Text: B.E , MS , B.TECH project manager , scrum master , change management , performance tester , line maintenance , maintenance engineer retrospectives , customer , telugu , linux , gateway , test cases , project planning , status , shipping , stakeholder management , store , next gen , continuous integration , features , building , order management , organization , performance testing , paypal , automation , magento , retail , designation , it strategy , deliverables , games , hindi , windows , english , agile , sprint planning , ownership , playbook , closure , pipelines , change management , one , javascript , end to end delivery , drawing , banking solutions , content delivery , reporting , conduit , general , scrum , team management , affirmative action , ssi , mobile banking , m1 , architecture , email , case management , android , economics , languages , dtc , management system , revisions , dashboards , test management , velocity , plm , it governance , program management , coaching , online , servant leadership , manual testing , streamlining , axe , story writing , analytics , ios , internet , risk , authorization , teams , warranty , productivity , virtualization , security testing , application , storytelling , focus , requirements gathering , participation , pnl , electronics , multi-site , cp , framework , facilitation , e-commerce , ceremonies , reviews , acting , metrics collection , digital marketing , line maintenance 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 1/4
Current Designation: Project Manager (Mondelez and Jarir)-IT
Current Company: BORN Group
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 14 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
BORN Group as Project Manager (Mondelez and Jarir)-IT
Apr 2019 to Till Date
* Client : Jarir Book Store
* Position : Project Manager (Mondelez and Jarir)
* Location : Chennai
* Organization : BORN Group
* Brief Description of the projects: Migration of Jarir Book Store Magento site from M1 to M2
* Responsibilities:
* Project Management for the Order Management System, Shipping Management System, Integrations and Migration
and Commerce teams handled by 3 different teams
* Facilitation of Discovery with Middle East stakeholders for requirements gathering and management
* Requirement gathering, Release Planning and delivery management
* Team management and Stakeholder management
* Scope and Risk management
* Mondelez Multisite DTC including Digital Marketing Apr, 2019 - Till Date
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
SRI REKHA AKKIPEDDI
Project Manager seeking roles in IT Project Management,IT Program
Management,Release Management,Change Management,Requirement
Gathering,UAT,IT Delivery Management,IT Roadmap,IT Strategy,IT Governance
Key Skills: Project Manager,IT Project Management,IT Program Management,Release Management,Change
Management,Requirement Gathering,UAT,IT Delivery Management,IT Roadmap,IT Strategy,IT Governance
Summary
14 years of experience in servant leadership, project management, agile delivery, product ownership, scrum coaching, end to
end test management and manual testing
Managed and delivered projects in a dynamic environment by strategically planning for current and future business needs
Excellent execution capabilities with high attention to detail, diligence and the ability to focus on the bigger picture at the same
time
Proficiency in understanding the project economics and achieving high ROI coupled with customer delight, stakeholder
satisfaction and motivated teams is my key differentiator
Deft in streamlining processes for maximizing value
Acted as a lead conduit between business, IT and leadership
Expertise in Scrum trainings and acting as Scrum Evangelist for newly agile adapting teams using innovative games and
storytelling
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 2/4
* Client : Mondelez
* Position : Project Manager
* Location : Chennai
* Organization : BORN Group
* Brief Description of the projects: Implementation of DTC site on Magento platform for India, Singapore and Malaysia,
including digital marketing
* Responsibilities:
* End to end delivery management of the project that includes Wireframes, Visual Designs, and Implementation from
front end and back end, Content Delivery, SIT, UAT, Performance Testing, Security Testing, Launch and Warranty.
* Complete PNL Ownership of the project
* Facilitation of Discovery with multi-site stakeholders for requirements gathering and management
* Coordination with all integration partners for third party logistics, payment gateway providers in India, Singapore and
Malaysia
* Coordination with Content partners and all other integration POCs
* Design a global playbook and dashboards for Analytics for India, US, Singapore and Malaysia
* Drawing roadmaps for the client for expanding further in gifting business
* Team management and Stakeholder management
Virtusa as Scrum Master (2 teams)
Jan 2016 to Mar 2019
* Client : PayPal
* Position : Scrum Master (2 teams)
* Location : Chennai
* Organization : Virtusa
* Brief Description of the projects: 1. Enhancements and Maintenance of PayPal's in-house Case Management
Application 2. Platform APIs development
* Responsibilities:
* Coordinating 2 scrum teams one responsible for enhancements and maintenance of PayPal's in-house Case
Management Application, and other responsible for building platform APIs
* Setting up scrum process suitable for the project with its composition and nature
* Funnel the projects from the portfolio backlog to the teams' product backlog
* All levels of planning including release planning, sprint planning, daily planning
* Facilitating sprint ceremonies and removing impediments of the team
* Metrics collection and project reporting
* Create and execute development plans and revisions as appropriate to meet changing needs and requirements
* Identifying inter team dependencies and tracking them to closure
* Participation and contribution in Scrum of Scrums
* Mobile and Digital Banking Jan, 2017 - Mar,2018
* Client : M&T Bank
* Position : Scrum Master - Onsite
* Location : Buffalo, USA
* Organization : Virtusa
* Brief Description of the project: Build digital platform for retail and business banking
* Responsibilities:
* Coordinating 2 scrum teams responsible for the development and testing of Online and Mobile banking solutions
working on multiple projects
* Setting up scrum process suitable for the project with its composition and nature
* Funnel the projects from the portfolio backlog to the teams' product backlog
* All levels of planning including release planning, sprint planning, daily planning
* Facilitating sprint ceremonies and removing impediments of the team
* Metrics collection and project reporting
* Create and execute development plans and revisions as appropriate to meet changing needs and requirements
* Identifying inter team dependencies and tracking them to closure
* Facilitating scrum of scrums
* Coordinate releases of teams' deliverables into market based on ROI
* Mobile Next Gen Jan,2016 - Nov,2016
* Client : M&T Bank
* Position : Project Manager
* Organization : Virtusa
* Brief Description of the project: Build a new mobile banking solution for retail and business banking based on native
iOS and Android architecture
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 3/4
* Responsibilities:
* Coordinating scrum team responsible for the development and testing of mobile application
* Setting up scrum process suitable for the project with its composition and nature
* Project planning and tracking
* Scope and schedule management of the project(FB)
* Helped in the stable and predictable delivery using the "Sprint Ahead" concept
* Risk identification and management
* Facilitating sprint ceremonies and removing impediments to the team
* Support the PO and team with User Story Writing, Backlog Refinement and Release planning
* Internal and External Stakeholder management
* Participation and contribution in Scrum of Scrums
TCS as Scrum Master
Jun 2006 to Dec 2015
* Client : ERICSSON
* Position : Scrum Master
* Organization : TCS
* Brief Description of the project: Automate the legacy and feature regression test cases and integrate them into the
continuous integration for upcoming features.
* Responsibilities:
* Proposed and set up the common automation team
* Setting up new scrum team and coach them on scrum framework
* Facilitating sprint ceremonies like backlog refinement, planning, daily scrums, sprint reviews and retrospectives
* Support the PO and team with Requirement Analysis and Release planning
* Quantitative analysis of team's productivity in terms of velocity
* Removing impediments in lean ways
* Helping development teams build continuous integration pipelines and integrating automating into their pipelines
* Facilitate different types of internal and external reviews
* Participation in scrum of scrums
* Collaborating with other scrum masters and bringing home better practices
* Building highly collaborative team using storytelling and with innovative games
* Other Significant Projects in TCS Jun, 2006 - Nov, 2014
* Client * Project * Designation/Role * Duration
* ERICSSON * APZ Virtualization * Scrum Master * Nov 2013 - Nov 2014
* ERICSSON * APG43 AXE Switch Windows to Linux Migration: CP Testing * Test Coordinator * Nov
2012 - Oct 2013
* ERICSSON * APG43 AXE Switch Windows to Linux Migration: CP Testing * Agile Function Tester * Jun
2011 - Nov 2012
* ERICSSON * APZ-CS - Shipment Testing * Performance Tester * Jun 2010 - Jun 2011
* ERICSSON * APZ-CS Design Maintenance and Enhancements (OAM- SSI ) * Function Tester * Jul
2009 - Jun 2010
* ERICSSON * APG40 Design Maintenance - PLM (Product Line Maintenance) * Release Verification
Engineer * Jun 2007 - Jun 2009
* GE * CUSTOMER MASTER FILE * DB Maintenance Engineer * Jun 2006 - May 2007
UG: B.Tech/B.E. (Electronics/Telecommunication) from Osmania University in 2006
Education
IT Skills
Skill Name Version Last Used Experience
PROJECT MANAGEMENT 2020 5 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a13…
https://freesearch.naukri.com/preview/printResume?uname=77f661bc4814dca437c62c88ac10da12595409554e1001170240430c0e0c52421b5a130217445e545f… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
English Expert
Telugu Expert
Hindi Proficient
Rank 1135: Resume 1007 with similarity score 0.0045677002243227965
Resume Text: B.E , B.TECH associate , design engineer , full time redux , general , css , designation , ug , affirmative action , hindi , basic , firebase , ltd , authorization , english , bootstrap , status , email , project , google , stripe , mongodb , engineering design , react native , design engineering , twilio , languages , it , javascript , technology , application testing , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1…
https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1650194451555f… 1/2
Current Designation: Associate IT
Current Company: Daffodil Software Private Ltd
Current Location: Hisar
Pref. Location: Gurgaon
Functional Area: Engineering Design / R&D
Role: Design Engineer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 8 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Daffodil Software Private Ltd as Associate IT
Jun 2020 to Till Date
Daffodil Software believe that the impact we can create towards the betterment of the society can be exponential.
Daffodil Software Private Ltd as Jr Associate IT
Jun 2018 to Jun 2020
Daffodil Software believe that the impact we can create towards the betterment of the society can be exponential.
RnR in December 2019
Achievements/Tasks
UG: B.Tech/B.E. (Computers) from Guru Jambheshwar University of Science and Technology (GJUST), Hisar in 2018
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Preety
Associate IT seeking roles in Design Engineering, Detail Engineering, Project
Management, Design Development, Application Testing, Requirement Gathering,
React Native,React JS,JavaScript,Bootstrap,Firebase,MongoDB,Twilio,Stripe,Redux
Saga,Redux,CSS
Key Skills: Associate IT,Design Engineer,Design Engineering, Detail Engineering, Project Management, Design
Development, Application Testing, Requirement Gathering, React Native,React
JS,JavaScript,Bootstrap,Firebase,MongoDB,Twilio,Stripe,Redux Saga,Redu,CSS
Summary
Result-oriented Professional with over 2.8 years of experience in Design Engineering, Detail Engineering, Project Management,
Design Development, Application Testing, Requirement Gathering, React Native,React
JS,JavaScript,Bootstrap,Firebase,MongoDB,Twilio,Stripe,Redux Saga,Redu,CSS.
Work Experience
Education
IT Skills
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1…
https://freesearch.naukri.com/preview/printResume?uname=a255c42ca066082632e44621db8d411c0b090a501e130d145642105c095c001e125c1650194451555f… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
React Native
JavaScript
React js
HTML
CSS
BOOTSTRAP
Redux
Redux saga
mixpanel
STRIPE
Google Dialogflow
Firebase
Twilio
Mongodb
BAsic Node JS
Languages Known
Language Proficiency Read Write Speak
ENGLISH
HINDI
Rank 1136: Resume 940 with similarity score 0.004554620171182215
Resume Text: B.E , MS , B.TECH , BS application support , software engineer , web developer , software developer , change management , full time , front end developer react.js , web development , general , algorithms , css , designation , adobe photoshop , ug , affirmative action , trading , web design , games , hindi , scratch , stocks , maintenance , web hosting , axis , jquery , json , english , authorization , bootstrap , status , email , project , application , aws , product management , banners , financial markets , bengali , adobe illustrator , gaming , electronics , github , crypto , stock market , forex , change management , features , commodity , machine learning , unit testing , building , seo , languages , im , html5 , sass , one , javascript , layout , technology , cash , capital , logics , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b0018…
https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b00180716410d5e5c… 1/3
Current Designation: Front End Developer
Current Company: AsknBld Innovation Factory
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 7 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
AsknBld Innovation Factory as Front End Developer
Apr 2019 to Till Date
AsknB1d is a product based IT company providing of technology products and services for key participants in financial
markets. they are building products which makes alga-trading acces4ble and affordably.
From lost one yearly am working as a fronted developer In asknbld, here T m desig1ng and developing frontend from
scrotch using React and JavaScript complete intergrate frontend with using HTTP request methods / axis write business
logics frontend unit testing using Jest and Enzyme design UI images banners media posts using Adobe Illustrator and
Adobe Photoshop.
Infinite Net Solution as Web Developer / Designer
Feb 2017 to Dec 2018
Infinite Net Solution is a professional IT company providing web design, web development, web hosting and SEO
solutions in Jamshedpur. It is a Software Development company focusing on Software Development and web designing
projects in Jamshedpur.
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Abhinash Mallick
Developer seeking roles in Software Engineering,Front end Developer,Software
Development,Application Support,Project Management,Graphic Designing,Quality
Management,Requirement
Gathering,ReactJs,JavaScript,Bootstrap,React.Js,HTML,JSON,CSS,Git
Key Skills: Software Developer,Software Engineering,Software Development,Application Support,Project
Management,Change Management,Quality Management,Requirement
Gathering,JavaScript,Bootstrap,jQuery,React.Js,HTML,JSON,CSS,Git,Front End
Summary
I have a total of 3 years Experience as Software Engineer and in this Journey i have worked and hove hands on React.
Javascript. Responsive layout using CSS, SASS & Bootstrap. HTMLS, GIT, GITHUB, Hosting in AWS Adobe Photoshop, Adobe
Illustrator. What drives my work ethic is buliding products start from scratch that are user centered. I hope to see real impact
from the work that I take on. I am looking for a medium to large sized company in India, Ideally working on design systems
and/or buliding out product features while working closely with design and product management.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b0018…
https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b00180716410d5e5c… 2/3
UG: B.Tech/B.E. (Electronics/Telecommunication) from Biju Patnaik University of Technology (BPUT) in 2016
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Aug 2020 - Till Date
Onsite / Offsite: Onsite
Team Size: 5
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Dec 2019 - Jun 2020
Onsite / Offsite: Onsite
Team Size: 4
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Oct 2019 - Nov 2019
Onsite / Offsite: Onsite
Team Size: 2
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Jul 2019 - Sep 2019
Onsite / Offsite: Onsite
Team Size: 4
IT Skills
Skill Name Version Last Used Experience
Adobe Illustrator, Adobe Photoshop >=6 2020 3 Year(s) 0 Month(s)
Bootstrap, HTML5, CSS3 >4.0 2020 3 Year(s) 6 Month(s)
ReactJs, Javascript >=16.0 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Bengali
Odiya
Projects
Project Title: DSTREET GAMES
Client: AsknBid Innovation Factory
Role Description: I am building complete Dstreet games frontend from scratch using ReactJs, Javascript, Bootstrap, CSS
also im using some third libraries.
Integrating frontend with HTTP requests method, JSON and AXIOS
Write business logics for applications
Project Details: Dstreet games is a online fantasy gaming platform for stocks, crypto, commodity and forex market, it is a
game where participants create their own imaginary portfolio and allocate virtual capital.
Project Title: Lambda (Algo trading tournament)
Client: AsknBid Innovation Factory Bangalore
Role Description: Complete Frontend(web app) Develop by me using ReactJs, JavaScript, HTML, CSS, Bootstrap also i am
responsible for integrating frontend with backend and write business logics.
Project Details: Lambda is an exclusive quant tournament for the financial markets, based on algo trading the lambda
tournament is a periodic competition that awards cash prizes to the best quantiative trading algorithms written on the lambda
platform.
Project Title: AsknBid Tech Company Website
Client: Asknbid Innovation Factory Bangalore
Project Details: AsknBid.tech Company website for AsknBid Innovation Factory.
Project Title: MLPro
Client: Asknbid Innovation Factory Bangalore
Project Details: Fully automated quantitative strategies for stock market using Machine Learning
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b0018…
https://freesearch.naukri.com/preview/printResume?uname=342f5048ec40e3cc6e1936e232ad36ea5d5d0d0518475d445111155b0f00584d1b00180716410d5e5c… 3/3
Nature of Employment:
Project Location: Bangalore
Role: Programmer
Duration: Apr 2019 - Jul 2019
Onsite / Offsite: Onsite
Team Size: 4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Title: Quant Pro
Client: Asknbid Innovation factory Bangalore
Role Description: Frontend develop by me using Javascript Html css and bootstrap
Project Details: Quantpro is a manual quantitative strategies for stock market.
Rank 1137: Resume 237 with similarity score 0.0045340408561852655
Resume Text: MS , B.TECH , BS work from home , secretary , industrial engineering , research intern , system engineer guides , united nations , report writing , internships , deep learning , mar , mock , ltd , english , industrial engineering , coursera , juniors , cups , resume , intellectual property , customer value , machine learning , research , completion , assessment , python , reviews , technology , insurance , mathematics , online Assessment
Q1. Why should you be hired for this role?
1. I have done the following relevant certification courses and specialisation in Python and in the field of Deep Learning, and Machine Learning
from Coursera.
a) Deep Learning Specialisation: Link: https://www.coursera.org/account/accomplishments/specialization/certificate/9ZFHAZHHCJ5N
b) Machine Learning: Link: Link: https://www.coursera.org/account/accomplishments/certificate/EDHFXZ9PUXZL
c) Mathematics for Machine Learning: Link: https://www.coursera.org/account/accomplishments/specialization/certificate/KXFHSS7ZUC3C
d) Python for Everybody: Link: https://www.coursera.org/account/accomplishments/specialization/certificate/MFUPJDAN7YSV
2. My marks in Mathematics at class 12th was 95 out of 100.
3. My AIEEE All India Rank was 13099 and I am a passed out from Delhi Technological University.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, I am available for full-time work from home internship.
Resume
EDUCAT ION
JOBS
INTERNSHIPS
Himanshu Gupta
Delhi
Applied 07 Feb'21
Report Writing Machine Learning
Bachelor of Technology B.Tech), Production And Industrial Engineering
Delhi Technological University
2010 - 2014
Percentage: 65.08%
Senior Secondary XII, Science
Kendriya Vidyalaya, Rohini, Sector 8
CBSE board)
Year of completion: 2009
Percentage: 91.80%
Secondary X
Jain Bharti Model School
CBSE board)
Year of completion: 2007
Percentage: 81.50%
Subject Matter Expert
Oliveboard, Delhi
Jan 2020 - Aug 2020
I was developing content (questions and detailed solution) in the English Language for Mock Test Papers relevant for
Banking SBI/IBPS PO and Insurance recruitment exams.
Content Development English)
Adda247, Gurgaon
Aug 2016 - May 2019
I was developing content (questions and detailed solution) in the English Language for Mock Test Papers relevant for
Banking SBI/IBPS PO and Insurance recruitment exams.
Assistant System Engineer
Tata Consultancy Services Ltd, Bangalore
Nov 2014 - Feb 2016
Research Intern, Intellectual Property Department
FICCI, Delhi
Dec 2013 - Mar 2014
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 8076595206
Wrote reports on prevalent I.P. issues, and transcribed audio data.
Active Listener: I volunteer as an active verified listener at "7 Cups" wherein I provide emotional support to people in need.
My profile along with listener rating and reviews can be viewed at Link: https://www.7cups.com/@shiningSound31
Under-Secretary-General- Research, DelTech MUN 2013. I managed a team of 5 juniors and my team was responsible for
creating background guides and intro-videos for the United Nations councils modelled in our Model United Nation MUN
conference.
Python For Everybody
Coursera, Online
Jul 2020 - Dec 2020
Link: https://www.coursera.org/account/accomplishments/specialization/certificate/MFUPJDAN7YSV
Mathematics For Machine Learning
Coursera, Online
Jun 2020 - Sep 2020
Link: https://www.coursera.org/account/accomplishments/specialization/certificate/KXFHSS7ZUC3C
Deep Learning
Coursera, Online
Apr 2020 - Oct 2020
Link: https://www.coursera.org/account/accomplishments/specialization/certificate/9ZFHAZHHCJ5N
Machine Learning
Coursera, Online
Feb 2020 - Apr 2020
Link: https://www.coursera.org/account/accomplishments/certificate/EDHFXZ9PUXZL
Intellectual Property
FICCI, Online
May 2013 - Jul 2013
Marketing And Creating Customer Value
Delhi Technological University, Delhi
Jan 2012 - May 2012
Rank 1138: Resume 524 with similarity score 0.00450948667305172
Resume Text: MS , BS work from home , web developer c programming , angularjs , assessment , gym , app , resume , javascript , css , ion , web , bootstrap , digital marketing , sql , project , html , online Assessment
Q1. Why should you be hired for this role?
Now Current, I am in Sy - BBA in CA so I have a little bit knowledge of Digital Marketing &
I have a knowledge of web/APP development.
If you give me an opportunity.. I Can do my Best...
Thanks....
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I am available for 6-months.
Yes, I can start immediately.
Yes, for work from home internship.
But, If you have any other Internship, so I can wait for it
Thanks...
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
Shaikh Aman
Pune
Applied 07 Feb'21
AngularJS CSS HTML
Bootstrap C Programming JavaScript
MSOffice SQL ReactJS
Bachelor of Computer Applications BCA, IT
Akis Poona College
2019 - 2022
CGPA 7.47/10
Web Developer
Eduonix, Online
Oct 2020 - Present
https://www.eduonix.com/certificate/52237d4e26
React Js
udemy, Online
Jun 2020 - Aug 2020
https://www.udemy.com/certificate/UC84293f0e-956e-49fe-97f9-d8df11b5153b/
Gym website
Oct 2020 - Oct 2020
https://shaikh-aman-github.github.io/gym/
About me
Dec 2019 - Dec 2019
in this website, I maked about me
Poona college
May 2019 - May 2019
in this project I make all about my college
https://www.linkedin.com/in/aman-shaikh-2b6a8b18b/
https://shaikh-aman-github.github.io/gym/
DETAILS
CONTACT Phone: 91 9112265515
Rank 1139: Resume 1224 with similarity score 0.004509171386643897
Resume Text: B.E , MS , B.TECH , BS application support , system administrator , traffic manager , full time , part time , balancer , technical support engineer managed services , encryption , upgradation , citrix , bmc remedy , microsoft azure , designation , ug , connectwise , affirmative action , hindi , ticketing , active directory , maintenance , basic , gateway , english , office 365 , authorization , synchronization , antivirus , virtual networks , status , email , project , application , configuration management , aws , atp , windows 10 , less , rural education , mumbai , saas , electronics , s3 , drive , symantec , connectivity , premises , storage , replication , ec2 , languages , windows 8.1 , documentation , itil , wsus , one , system administration , javascript , cms , rss , organization , cloud computing , technology , continuum , load , windows 7 , network architecture 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f5118460118…
https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f511846011807144859085f… 1/3
Current Designation: Technical Support Engineer
Current Company: Continuum Managed Services
Current Location: Pune
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Tech Support Engnr
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Continuum Managed Services as Technical Support Engineer
Apr 2020 to Till Date
Continuum Managed Services as L2 Technical Support Engineer
Apr 2020 to Dec 2020
? Completed continuum certificates.
? Completed Connectwise control certificate.
? Completed Connectwise Manage certificate.
? Completed Connectwise Automate certificate.
? Working on ITS 247 portal and NOC portal
? Working and monitor Active directory backup alerts.
? Working and monitor DHCP backup alerts.
? Working and monitor DHCP Static IP alerts.
? Working and monitor Azure synchronization with active directory alerts.
Continuum Managed Services as Technical Support Engineer
Apr 2020 to Dec 2020
Working on ITS 247 portal and NOC portal
Working and monitor Active directory backup
Working and monitor DHCP backup
Working and monitor DHCP Static IP.
Working and monitor Azure synchronization with active directory.
Working knowledge of active directory replication.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
NAVNATH NIVRUTTI AWARE
Engineer seeking roles in Technical Support,Production Support,Application
Support,Configuration Management,Project Management,System Administration,Client
Servicing,Cloud Computing,Active Directory,BMC
Remedy,Installation,DHCP,ITIL,DNS,AWS, Azure
Key Skills: Technical Support Engineer,Production Support,Application Support,Configuration Management,Project
Management,System Administration,Client Servicing,Cloud Computing,Active Directory,BMC
Remedy,Installation,DHCP,ITIL,DNS,AWS,Microsoft Azure
Summary
To be a part of an organization that provides a challenging job role and utilizes my technical and managerial skills for achieving
the common goals of the company and self.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f5118460118…
https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f511846011807144859085f… 2/3
Working knowledge of active directory FSMO role.
Working knowledge of Active directory backup.
SKP Business Consulting as System Administrator and AWS,Azure
Dec 2016 to Apr 2020
Proficient in handling escalated calls and providing 1st & 2nd Level Technical Support.
Responsible for installation and configuration of server 2008 and server 2012.
Configuring & Managing DNS, DHCP & Active Directory.
Responsible for configured and mange WDS and WSUS Server.
Basic knowledge of Citrix installation and configuration their related issues.
Installation and configuration of office 365.
Configuration knowledge of ATP and MDM future in office 365.
Responsible for to install and configuration of Symantec and MacAfee encryption.
Working knowledge of Microsoft Team.
Working Knowledge of one drive.
Deploy, Configure and Maintain Compute on MS Azure Cloud.
Define Cloud Network Architecture using MS Azure Virtual Networks, VPN to establish connectivity between on premises
and cloud.
Configure and explore Blob and File Storage on MS Azure Cloud
Deploy and Configure Network Load Balancer, Traffic manager and Application Gateway.
Configure Backup and Replication of VMs and On-premises Systems using ASR.
Implementing SaaS model for Active Directory, DNS and Configure IAM.
Knowledge of AWS services (IAM, EC2, RDS, SNS, S3, EBS, and VPC).
CMS Technology. as L1 Technical Support Engineer
Feb 2016 to Oct 2016
Working knowledge of ticketing tool BMC Remedy.
Providing Remote as well as physical support to local user.
Working knowledge of OS installation and upgradation.
Working knowledge of OS windows 7, windows 8.1 and windows 10.
Responsible for installation and configuration of office 365,.MS office 2016, 2013, 2010 and their related issue
Working Knowledge of to mention and updated the antivirus and their related issues.
Working knowledge of to update windows patches on local user system through SCCM.
Working knowledge of printer installation and their related issues.
Responsible for ATT compliance and documentation.
Responsible for Bit locker encryption.
Responsible for client RSS VPN installation and their related issues.
UG: B.Tech/B.E. (Electronics/Telecommunication) from Pravara Rural Education Society's Pravara Rural Engineering
College in 2013
Education
IT Skills
Skill Name Version Last Used Experience
DHCP,ITIL,DNS,AWS, BMC Remedy
Cloud Computing,Active Directory
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f5118460118…
https://freesearch.naukri.com/preview/printResume?uname=70bba38ba479e4965445337761f9e48d0e5a5b04481609190a1248095b5f511846011807144859085f… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 1140: Resume 1386 with similarity score 0.004482084898523905
Resume Text: MS , MSC , BS technician , call manager , it infrastructure engineer , it infrastructure specialist , support specialist , full time training , virtual machines , security , microsoft azure , partition , platforms , conducting , windows administration , macos , antivirus , status , red hat linux , samba , testing , features , symantec , it infrastructure , server administration , byod , cms , vmware esx , mobility , access , designation , mar , ccm , hindi , cloud , ltd , linux server , workstations , english , troubleshooting , project , ftp , groups , video , windows system administration , tutorials , im , research , itil , javascript , vmware vsphere , soe , availability , network configuration , general , performing , intel , vendors , affirmative action , emc , update manager , public , maintenance , basic , isd , satellite , vlan , architecture , email , aws , iscsi , print , operations , android , hp , ip phones , languages , viz , cisco , unity , mobile , esxi , web , dell , beta , patch management , airwatch , veritas , codes , vcenter server , windows server , ug , telecom , ios , authorization , virtualization , yum , devices , less , cron , servers , system performance , pivotal , backup exec , package management , rack 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942…
https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942551817500b5a5… 1/3
Current Designation: Sr. IT Infrastructure Engineer
Current Company: Symantec
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Mobile
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 18 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.A [Arts&Humanities]
Verified : Phone Number | Email - id
Symantec as Sr. IT Infrastructure Engineer
Mar 2012 to Till Date
Symantec Corporation as Sr. IT Infrastructure Specialist
Mar 2012 to Jun 2020
The Growth Path
Mar'12 - Dec'13 Lab Administrator
Dec'13 - Apr'17 IT Support Specialist/ Sr.IT Support Specialist
Apr'17 - June'20 Sr. IT Infrastructure Specialist
Highlights of the Role:
As a Sr. IT Infrastructure Specialist
? Expertise in Windows and Linux server administration.
? Experience in server builds, patch management, antivirus and updates
? Performed system administration activities, security policies and monitored system performance both at software and
hardware levels
? Worked in the area of Virtualization with VMware vSphere, ESXi Servers, vCenter server
? Created and managed VMs (virtual machines) and involved in the maintenance of the virtual machines
? Strong analytical, technical and troubleshooting skills
? Hands on experience in updating / upgrading ESX servers, Virtual Center servers and VMware ESX/ESXi hosts using
VMware Update manager and manual upgrades for Patching.
? Experience in the Server and Desktop Management (Windows Administration), Support, Analysis and Maintenance.
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
Santosh D. Menkudale
ITIL V3,MSCA,RHCSA,VCP, Sr. IT Infrastructure Specialist / seeking roles in Vmware
Operations,IT Infrastructure , Windows System Administration,IT Policies,AWS Cloud
Operations,Linux, Microsoft Azure,BackupExec
Key Skills: sr. it infrastructure specialist / airwatch administration,system admin,vmware operations,it infrastructure
management,backup server administration,system administration,aws cloud operations,linux,itil v3,msca,rhcsa,microsoft
azure
Summary
Currently associated with Symantec Corporation as Sr. IT Infrastructure Specialist / AirWatch/ VMware Administration.
Adept in managing end-to-end project activities, managing installation, migration and configuration of network client
workstations to ensure maximum availability.
Well-versed with IT infrastructure solution providing, consulting, IT Infrastructure set up & management.
Holds the merit of implementation of administration of Windows/Linux Servers as well as handling engineering and QA of SOE
images (Windows and MacOS) for production machines.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942…
https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942551817500b5a5… 2/3
? Lead Role in implementing and administering server platforms with HP and Dell.
? Experience in ESX Architecture, guest OS installation, setting up of VM priorities, Cloning, Creating Templates and
Snapshots.
? Stellar at administering Mobility devices (Android and IOS)
? Functioning as Primary AirWatch (VMware) MDM Administrator for all company and BYOD devices.
? Liaising with all team members, updating the team (Resolution of Ongoing Issues) and sharing information
? Performing research and test features with IT on new iOS devices/OS updates
? Facilitating the mobile support to end users via email, IM, and phone
? Mapping various training documents and video tutorials to simplify complex tasks for end users & technicians
? Conducting testing Beta IOS / Public IOS to approve it and handling AirWatch servers & patching activity
? Enrolling the devices to the Symantec Corporate Network as well as administering Mobility projects.
As Lab Administrator / Sr. Lab Administrator
? Instrumentally involved in rack pointing servers & configured them.
? Successfully handled VERITAS Backup Exec. and ESXi hosts through VCenter server.
? Installing and updating packages using YUM (custom YUM Servers/repositories) and Red Hat Satellite Server
? Carried out installation of Red Hat Linux ES 4.0-5.x and multiboot systems, system initialization and services, user
administration & network configuration.
? Handled the vendors for ordering process and ensured basic handling of servers like Dell 1850, 1950, 2950, R710,
R720, etc.
? Worked on Package Management in Linux as well as established the SAMBA servers, to enable Windows clients to
communicate with Linux.
? Played a vital role in utilizing LVM for dynamically extending and minimizing the partition sizes.
? Efficiently performed installation and configuration of Ftp and Web Server.
? Addressed Linux/Windows server issues and handled Cron jobs management using crontab.
? Successfully migrated Baner to EON Groupware Lab, entailing over 300 assets viz. Dell, HPE Intel based, EMC
VNX5300, Dell Equal Logic iSCSI Storages and Backup Infra.
? Completed reIP to accommodate VLAN and IP block change.
Mphasis (An EDS Company) as Technical Support
Nov 2007 to Feb 2012
Highlights of the Role:
Streamlined patching process for File & Print Server, creating groups and offered appropriate read write access.
Instrumentally involved in taking OS Images and deployment of the OS Images.
Handled the rack pointing servers as well as configured them.
Mentored the team for technical help.
Stellar at maintaining test machines servers and network related calls.
Managed the telecom task as well as handled the call manager server and other daily issues.
Administered the call manager & unity server backup activity.
Pivotal at configuring voice setup, adding new phones to CCM and facilitated STD/ISD access codes.
Ensured troubleshooting of calls related to Cisco IP phones and handled calls related to voicemail.
Successfully performed video conference task.
CMS Computers Ltd as Senior Technician
May 2006 to Oct 2007
UG: B.A (Arts&Humanities) from Yashwant Rao Chavan Open University in 2009
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 0 Year(s) 0 Month(s)
VMWARE 0 0 Year(s) 0 Month(s)
WINDOWS SERVER 0 0 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942…
https://freesearch.naukri.com/preview/printResume?uname=6ccaa80587897898d1f95c1da19eccbe50550e054a110f120018460c5f58554d410942551817500b5a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1141: Resume 1020 with similarity score 0.004475033265013584
Resume Text: B.E , B.TECH scrum master , project lead , devops , full time , senior associate , front end developer bmc remedy , xpression , mcs , dql , ipswitch , aps , digital , cics , service operation , status , vsam , cobol , panvalet , xcp , organization , ibm utilities , liability , tso , upgradation , devops , filenet , designation , ccm , cse , cloud , documaker , revenue forecasting , ca7 , ltd , windows , english , ftp , notes , itil , javascript , insurance , bfsi , html , documentum , scrum , performing , scripting , affirmative action , oracle , emc , principles , readiness , maintenance , kofax , unix , nexus , dynatrace , email , ispf , lotus , connect direct , microsoft , dreamweaver , hp , technology solutions , languages , mvs , assessment , people management , jenkins , css , soap , ug , tamil , z/os , adobe , autosys , authorization , centralization , application , agile project management , mainframe , transformation , framework , sar , it operations management , csi , rexx 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d4…
https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d445517140b5908… 1/3
Current Designation: Senior Associate - Project Lead
Current Company: Cognizant Technology Solutions India Ltd
Current Location: Chennai
Pref. Location: Chennai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [CSE]
Verified : Phone Number | Email - id
Cognizant Technology Solutions India Ltd as Senior Associate - Project Lead
Nov 2008 to Till Date
Project:
Client Name / Project Title/ Type of Project : US Insurance Company / Maintenance & Support
Domain : Insurance
Period : Since Feb?19
Role : Project Lead
Team Size : 30
Key Result Areas:
Qualified and expertise professional offering over 12 years of experience in Digital technology products like CCM, ECM
Documentum, Adobe as a primary skill sets and MAINFRAME technology as secondary skill set with great Insurance and
BFS Domain Knowledge.
Skilled in Account Management activities like working on SOW, RFPs, POCs, BFSI Accounts forecasting process (RFR
(Revenue for Resource) Analysis and finding variance reasons, Accounts Revenue Forecasting, Accounts Margin (CP
Percentage) Forecasting.
Excellence in Project managements by handling many applications with wide technologies (Filenet/Kofax/Lotus
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Nithila Velusamy
Senior Associate in CTS with 12 Years exp seeking roles in IT Operations
Management, Project/Account Management/ Scrum master, Sr Tech Architect in ECM
Documentum xCP, EMC xPression 4.6, Adobe Dreamweaver xPresso, Mainframe.
Skilled in Devops, Agile
Key Skills: Project Lead,IT Operations Management,IT Maintenance Support,Incident Management,Project
Management,Release Management,CCM,Documentum,EMC xPression
4.6,COBOL,JCL,CICS,REXX,Eztrieve,Dreamweaver,HTML,Agile Project Management,Devops,CSS,Javascript
Summary
Qualified and expertise professional offering over 12 years of experience in Digital technology products like CCM, ECM
Documentum, Adobe as a primary skill sets and MAINFRAME technology as secondary skill set with great Insurance and BFS
Domain Knowledge.
Skilled in Account Management activities like working on SOW, RFPs, POCs, BFSI Accounts forecasting process (RFR,
Accounts Revenue, Margin (CP%)).
Excellence in Project managements by handling many applications with wide technologies and worked as both technical and
business SME.
Driven many organization initiatives like L1.5 Centralization, Incident reduction initiatives, Cloud readiness assessment,
implementing ITIL based Service operation framework , adopting modern app development through DevOps and aligning
towards Agile methodology
Contributed towards latest version upgrade of ECM (Documentum xCP from 1.6 to 16.4) and CCM (xPression V4.6 to 20.3)
products, Technology upgradation from Documaker and Mainframe to xPression.
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d4…
https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d445517140b5908… 2/3
Notes/Microsoft/xPresion/xPresso/xCP/Documentum) and worked as both technical and business SME.
Driven many organization initiatives like L1.5 Centralization, Left shift, Incident reduction initiatives, Cloud readiness
assessment, implementing ITIL based Service operation framework , adopting modern app development through DevOps
and aligning towards Agile methodology.
Contributed and supported towards latest version upgrade of ECM (Documentum xCP upgrade from 1.6 to 16.4) and
CCM (xPression Version upgrade V4.6 to 20.3) products, Technology upgradation from Documaker to xPression,
Transformation / Migration from Mainframe to xPression, Aggressive and proactive automations/CSI across accounts.
Skilled in People management by having of 6 direct reportees and 7 indirect reportess and managing more than 30
associates from various horizontal and Vertical associates in applications.
External Certifications:
Successfully completed external certifications in:
1. Digital Skilling - Front End Developer from Udacity in 2016
2. Performing Leads (PL1) Program from Crestpoint in 2016
3. Communication Excellence from Comex in 2014
4. INS 24 Segment A - Property and Liability Insurance Principles from AICPCU in 2012 5. J2EE from NIIT in 2008
UG: B.Tech/B.E. (CSE) from MEPCO Schlenk Engineering College in 2008
Education
IT Skills
Skill Name Version Last Used Experience
Windows,MVS/EVA,z/OS
EMC xPression 4.6,xPresso Dreamweaver
Oracle,xCP 2.1
DQL,DQMan, IPSwitch, Jenkins
Nexus, Soap UI, SVN
DynaTrace, AutoSys
BMC Remedy, HP PPM, Service Now
FTP, Connect Direct
IBM S390 MAINFRAME, Pentium IV
MAINFRAME
COBOL, JCL, CICS, REXX, APS
HP UNIX KORNSHELL Scripting
Eztrieve,DB2, & VSAM
SPUFI, QMF, File-Aid, Changeman
Xpeditor, Panvalet, Endevor
MCS, IBM Utilities, TSO/ISPF
OPC, SAR, Documerge, CA7
Languages Known
Language Proficiency Read Write Speak
English
Tamil
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d4…
https://freesearch.naukri.com/preview/printResume?uname=76a6fe6231a37d8ced8b5873819195cd0b585c591b1101110b44145b545c044e165d445517140b5908… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1142: Resume 851 with similarity score 0.004428210363094345
Resume Text: B.E , B.TECH application developer , software engineer , full time , software developer customer , poker , designation , ug , space , affirmative action , hindi , hub , ionic , maintenance , revenue , php , authorization , english , graphs , status , email , project , application , mobile apps , android , git , languages , framework , export , e-commerce , dashboard , software design , scheduling , javascript 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d17…
https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d170615150b5c5d0… 1/2
Current Designation: Application Developer
Current Company: Telus International
Current Location: Noida
Pref. Location: Chandigarh,Delhi / NCR,Jaipur
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 1 Month(s)
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Telus International as Application Developer
Nov 2019 to Till Date
React Dashboard for managing bots, bots licence, revenue, bots scheduling and many more
Created a custom filter component for graphs and charts
Tech Stack: React, Node
Healthmug as Frontend Developer
Aug 2018 to Oct 2019
An E-Commerce Android app build with React-Native framework with 50K+ installs
A React-Dashboard to manage goods in the distribution center
Built 13 React-Native small scale mobile apps to manage process for goods to send it from seller to customer through
Hub and Distribution Center
Tech Stack: React-Native, React
Info Space Export as Software Engineer
Jun 2017 to May 2018
Built a Poker game client in a team of 12 which allows people from all over the world to play poker
Built the mobile App for the poker client using Ionic 3 in a team of 12
Built a dashboard for managing the game
Tech Stack: JavaScript, Php, Ionic 3
Last Active: 2-Feb-21 Last Modified: 2-Feb-21
Gaurav
Application Developer seeking assignment in Software Development,Software
Application Development,Project Management,Requirement Gathering,Mobile App
Development,Software Design,JavaScript,React-
Native,NextJS,ReactJS,Android,GIT,VSCode
Key Skills: Application Developer,Software Developer,Software Development,Software Application Development,Project
Management,Requirement Gathering,Mobile App Development,Software Design,JavaScript,React-
Native,NextJS,ReactJS,Android,GIT,VSCode
Summary
Over 3 years experience in Software Development,Software Application Development,Project Management,Requirement
Gathering,Mobile App Development,Software Design,JavaScript,React-Native,NextJS,ReactJS,Android,GIT,VSCode
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d17…
https://freesearch.naukri.com/preview/printResume?uname=f59017fa4e796cbd6b91f0801946daf451540d514a415c160247135b0c5f534b415d170615150b5c5d0… 2/2
UG: B.Tech/B.E. (Computers) from inderprastha engineering college in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript
React-Native, NextJS
Reactjs
Android(React-Native)
vscode
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Rank 1143: Resume 1310 with similarity score 0.004396417616840664
Resume Text: B.E , MS , B.TECH , BS application support , garbage collector , part time , full time , balancer automation , blocking , amazon ec2 , telugu , open source , kubernetes , security , designation , versioning , tamil , bash , information technology , platforms , affirmative action , databases , offers , linux , public , firewall , maintenance , apache , azure , windows , authorization , english , troubleshooting , ssl , progression , enterprise , status , postgresql , editing , email , tomcat , groups , aws , configuration management , application servers , solution architecture , records , amazon rds , performance tuning , clearcase , s3 , middleware , fundamentals , languages , storage , replication , load balancing , system administration , jira , javascript , amazon cloudfront , web , cloud computing , availability , servicenow 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a43…
https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a435518425f5e0c0… 1/2
Current Designation: Cloud Infra Admin
Current Company: EdgeVerve Services Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
EdgeVerve Services Limited as Cloud Infra Admin
Jun 2018 to Till Date
* Responsible for launching Amazon EC2 cloud instances using AWS and configuring launched instances with respect
to specific applications and regions
* Experience in maintenance and configuration of user accounts for Non-Production and Production servers and
created roles for EC2, RDS, S3, CloudWatch and other resources to communicate with each other using IAM
* Implementation of AWS Elastic Kubernetes service(EKS) to be used for micro services application development.
* Experience in configuration VPC, Public and Private subnets, Security Groups, Route Tables, Elastic Load Balancers
* Build servers using AWS, importing volumes, launching EC2, RDS, creating Security Groups, auto-scaling, load
balancers (ELB's) in the defined virtual private connection
* Good experience in creating and editing shell, bash scripts for automation
* Configure End to End all Aspects of AWS as: EC2 Instances, S3 and EBS Storage, SNS, RDS, R53, Replication of
Data within Availability Zones, Network and Firewall Policies, Load Balancing and Snapshots for Backup purpose
* Configuring and managing J2EE Enterprise Applications on various platforms in a highly available and clustered
environment
* Having Good Knowledge in Architecture, Installation, Setup, Configuration, Administration and Troubleshooting of
Application Servers
* Responsible for setting up, configuring, supporting and managing the web platform (i.e. Tomcat, Apache) environment
* Responsible for setting up, configuring, supporting and managing the Open source Database PostgreSQL
* Good hands-on experience with adjusting JVM Heap Size and Garbage Collector parameters during performance
monitoring and performance tuning
* Responsible of Application deployment, maintenance window, system upgrades and troubleshooting application
issues
* Certificate installation and renewal activities and troubleshooting related to SSL in load balancer level
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
V.S.GURUCHARAN
Cloud Infra Admin seeking roles in System Administration,Design
Development,Configuration Management,Solution Architecture,Application
Support,Production Support,Performance
Tuning,Troubleshooting,Installation,Servicenow,PostgreSQL,Linux,JIRA,SVN,AWS
Key Skills: Cloud Infra/System Admin,System Administration,Design Development,Configuration Management,Solution
Architecture,Application Support,Production Support,Performance
Tuning,Troubleshooting,Installation,Servicenow,PostgreSQL,Linux,JIRA,SVN,AWS
Summary
Keen learner and able to contribute to the development of best practice, procedures and policies within a company. Looking for
a career advancement opportunity with a company that will allow me to develop my knowledge & potential and that offers room
for progression.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a43…
https://freesearch.naukri.com/preview/printResume?uname=49a5bad22a20c12aaaf01501b42d2b805b5d5c004c470c195612150b595d524f410a435518425f5e0c0… 2/2
Wirpo Technologies as Cloud and Middleware Admin
Nov 2013 to Jun 2018
* Working on CI Versioning Tool Clear case.
* Installing EARs, WARs and configured application specific JVM settings using RD and Clearcase.
* Monitoring WAS servers, diagnosed and resolved WAS issues and IHS issues.
* Certificate installation and renewal activities and troubleshooting related to SSL.
* Setup/Managing Linux servers on AWS ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
* Creating/Managing AWS buckets on S3, maintaining life cycle policy and hosting static websites.
* Creating/Managing AMI/Snapshots/Volumes, Upgrade/downgrade AWS resources (CPU, Memory, EBS).
* Setup/Managing VPC, Subnets; make connection between different zones; blocking suspicious ip/subnet via ACL.
* Setup/Managing CDN on Amazon CloudFront (Origin Path: Server / S3) to improve site performance.
* Setup/Managing Databases on Amazon RDS. Monitoring servers thorough Amazon Cloud Watch, SNS.
* Creating/Managing DNS records on Amazon Route 53.
UG: B.Tech/B.E. (Information Technology) from Kongu Engineering College, Erode in 2013
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
AWS, Azure fundamentals, Clearcase
Cloud Computing, Tomcat, SVN
Redhat Linux, Windows, Apache Servers
Service Now, PostgreSQL, JIRA
Languages Known
Language Proficiency Read Write Speak
English
Tamil
Telugu
Rank 1144: Resume 351 with similarity score 0.004332385823319244
Resume Text: MS architectural intern , work from home , autocad sketchup , blogging , figma , report writing , internships , adobe photoshop , user experience , architects , interior design , english , graphic design , architecture , google , autocad , wordpress , application , creative writing , indesign , adobe illustrator , resume , autodesk , rhino , revit , assessment , mobile , design studio , technology Assessment
Q1. Why should you be hired for this role?
I have previously worked on a mobile application for young footballers. I was the sole design member who worked under the guidance of the
app developer. I know the relevant software and have completed various courses on User Experience and how to make an enriching experience
for the users.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes.
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
TRAININGS
CONTACT Phone: 91 9811910590
Neenu Bisht
Faridabad, Delhi
Applied 26 Jan'21
Adobe Photoshop Adobe Illustrator AutoCAD
Blogging Creative Writing Google SketchUp
MSOffice MSPowerPoint Report Writing
WordPress Adobe Indesign Adobe XD
Autodesk Revit Figma MSExcel
Rhino
Bachelor of Architecture B.Arch), Architecture & Planning
NATIONAL INSTITUTE OF TECHNOLOGY, HAMIRPUR
2015 - 2020
CGPA 7.41/10
Architectural Intern
Furnish Me Architects, Delhi
Jan 2020 - May 2020
Graphic Design
Maxtech, Virtual
Jul 2018 - Aug 2018
Architecture
SPAR Design Studio, Delhi
May 2018 - Present
Intern
GoStops Youth Hostel, Bir
Dec 2017 - Jan 2018
Interior Design
Studio An-VThot, Delhi
May 2017 - Jun 2017
Co-coordinator of Design-OCrates
Executive member of English Club, NIT Hamirpur
Revit
CAPRICOT TECHNOLOGIES, Delhi
Dec 2016 - Jan 2017
Rank 1145: Resume 960 with similarity score 0.004309627778316395
Resume Text: B.E , B.TECH , BS full time , care manager , software developer react.js , diabetes , api , redux , general , figma , interfaces , user friendly , designation , ug , affirmative action , health , angular , docker , maintenance , authorization , english , french , status , software testing , email , application , ios development , rest , swift , servers , languages , nginx , ionic framework , android development , pwa , dashboard , it , javascript , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b195…
https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b19554415515d5a0… 1/2
Current Designation: Frontend Developer
Current Company: Zyla Health
Current Location: Gurgaon
Pref. Location: Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 1 Year(s) 2 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Zyla Health as Frontend Developer
Feb 2020 to Till Date
Zyla Health is startup aimed towards helping users manage diabetes and
other chronic illnesses. I was responsible for designing, creating and
deploying a variety of websites, PWAs and online tools.
Managing a PWA created on React.Js, also using the Ionic framework to
deploy and release the same as an iOS app.
Created a monitoring dashboard called "Care Manager" used to
communicate with patients, using Angular and REST API. Deployed
using Docker and Rancher.
Successfully completed multiple hackathons to design, code and deploy
PWAs and chatbots in a period of days.
Worked with design team to create user friendly interfaces on Figma and
realise the same in products.
Responsible for changes to the company websites and deployment of
the same on Nginx and Caddy Servers.
UG: B.Tech/B.E. (Computers) from Amity University in 2019
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
LAKSHYA WADHWA
Frontend Developer seeking roles in Software Development, Application Development,
Requirement Gathering, Ios Development, Android Development, Incident
Management, Software Testing,
React,Redux,Docker,Figma,Swift,RxJs,Ionic,Angular,REST API
Key Skills: Frontend Developer,Software Developer,Software Development, Application Development, Requirement
Gathering, Ios Development, Android Development, Incident Management, Software Testing,
React,Redux,Docker,Figma,Swift,RxJs,Ionic,Angular,REST API
Summary
Result-oriented Professional with over 1.2 years of experience in Software Development, Application Development,
Requirement Gathering, Ios Development, Android Development, Incident Management, Software Testing,
React,Redux,Docker,Figma,Swift,RxJs,Ionic,Angular,REST API.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b195…
https://freesearch.naukri.com/preview/printResume?uname=e7fb674641fab1ef35ed9d2ab55659cb0a580b0449410c405045415c0c0f054e1a0b19554415515d5a0… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
REACT
Angular
REST API
Redux
IONIC
DOCKER
RxJS
UI design on Figma
SWIFT
Languages Known
Language Proficiency Read Write Speak
ENGLISH
FRENCH
Rank 1146: Resume 1038 with similarity score 0.004275012921164555
Resume Text: MS , BS full time , operations manager , checker , trade analyst general , financial services , credit , performing , filenet , designation , ug , affirmative action , hindi , urc , swift alliance , ltd , authorization , english , documentary , status , email , application , foreign exchange management , mumbai , adjustable , operations , ucp 600 , ibm , clover , forex , resolve , trade finance , vtr , swift payments , languages , isbp , aml , settlement , kyc , javascript , import export , insurance , commerce 09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817…
https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817514544595b015… 1/2
Current Designation: Manager
Current Company: HDFC Bank Limited
Current Location: Mumbai Suburbs
Pref. Location: Mumbai Suburbs,Pune,Navi Mumbai
Functional Area: Banking / Insurance
Role: Operations Mgr
Industry: Banking/Financial Services/Broking
Marital Status: Single/unmarried
Total Experience: 12 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: MBA/PGDM [Finance]
Verified : Phone Number | Email - id
HDFC Bank Limited as Manager
Dec 2018 to Till Date
Handling Team of Import collection and Payment
Raising the transaction to treasury for forex rate
Remittance MT103 and MT202, Raising IDPMS, Vessel tracking report (VTR), checking of bill of entry
Checking form 15 CA and 15 CB with correct purpose code for the transaction.
Reconciliation of external and internal debit and credit and make adjustable entries
Follow up the queries raise during process the transaction
Updation of swift message send to client and if resolved send to overseas bank
Issuance of Letter of credit and amendment of LC
Scrutinze of the LC as per UCP, ISBP guidelines
INTELENET GLOBAL SERVICE LTD as Senior Trade Analyst COLLECTION TEAM and DOC CHECK
TEAM
Nov 2016 to Nov 2018
COLLECTION TEAM from Nov 2016 to July 2018
Import bill collection and Payments MT103, MT202
Export bill collection and Settlement
Check the transaction with AML perspective
Follow-up with the branch for transaction related query resolve
Monitoring que and prepare reports for daily transaction
DOC CHECK from July 2018 to November 2018
Covering doc check for Barclays Bank UK branch with respect to Export letter of credit as per guidelines of UCP-600
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
NANDKISHOR C. PARAB
trade finance cdcs letter of credit import export regularisation Mumbai
Key Skills: Operations Manager,Trade Fiance operations,treasury Operations,Quality Checking,Process
Improvement,IDpms,Swift Payments
Summary
UCP ISBP SWIFT MESSAGE MT103 MT 202 MT 700 MT199 MT799ETC AML SANCTIONS KYC EDPMS IDPMS CDCS DOC
CHECKER
Work Experience
javascript:void(0)
09/02/2021 https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817…
https://freesearch.naukri.com/preview/printResume?uname=523008fe70cee14ab6f4afb45d964a060909010519475d470010405d0f0e584f100817514544595b015… 2/2
and ISBP-745
Scrutinize the document presented, if discrepancies found sent to presenter for rectification
IBM INDIA PVT LTD as Practitioner
May 2015 to Nov 2016
Scrutinze the documents are submitted by client and are fulfilling the requirement of rules (UCP 600, ISBP-745, URC 522
and URR 725). In IBM we use application such as I-vision, FileNet P8, swift alliance and clover
Job Responsibilities :
Import LC issuance and amendment inland and foreign LC
Import LC acceptance and settlement, cancellation of LC
Import bill collection and Acceptance, settlement MT202
Import advance / Direct remittance MT 103
Export Collection Opening and settlement
Performing vigilance check for all documents and if hit identify above 76% on name and
place sending to the compliance team for approval.
.
UG: B.Com (Commerce) from Mumbai University in 2005
PG: MBA/PGDM (Finance) from Tripura University in 2013
Other Qualifications/Certifications/Programs:
Certified in documentary credits (CDCS)
Completed certificate in Foreign Exchange Management
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
english
hindi
marathi
Rank 1147: Resume 81 with similarity score 0.00423677550764873
Resume Text: MS work from home api , ieee , basic , firebase , ltd , instagram , retrofit , application , kotlin , wallpaper , xml , resume , android , rest , java , languages , assessment , database , online Assessment
Q1. Why should you be hired for this role?
I have all relevent skills for this role and i am willing to learns new things.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available for 3 months. I can start my internship from 15 jan
Resume
EDUCAT ION
TRAININGS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 7906764699
Anuj Yadav
Ghaziabad
Applied 31 Dec'20
Android Kotlin C Programming
Firebase Java REST API
Master of Computer Applications MCA
IMS Ghaziabad
2019 - 2021
Bachelor of Computer Applications BCA
Teerthanker Mahaveer University
2016 - 2019
Advance Android
udemy, Online
Apr 2019 - Apr 2019
In this Udemy Course, I have learned to work with REST APIs and many popular libraries of ANDROID like okhttp, Butterknife,
Retrofit, and Realm Database.
Android Application Development
Cetpa Infotech Pvt. Ltd., Noida
Jun 2018 - Jul 2018
Insatclone
Sep 2020 - Sep 2020
https://github.com/anuj-2255/InstaClone
It is Basic Instagram-like App. where users can share images, follow/unfollow another user, like/dislike their Images, and post
and delete comments also.
it uses FIrebasbe as a Database and written in JAVA with various other libraries.
Wally
May 2019 - May 2019
https://github.com/anuj-2255/wally
It is a REST API Based Application. Where you can choose a new wallpaper every day for your Device & can also mark them
as Favorite. it used Unsplash REST API, RETROFIT, GLIDE, OKhttp, and other libraries. Languages used in it are JAVA and XML.
Attend 3 days Workshop on ANDROID.
Attained IEEE Smart Conference held in TEETHANKER MAHAVEER UNIVERSITY.
Attained ICAC Smart Conference held in TEERTHANKER MAHAVEER UNIVERSITY.
Completed a Udemy Course on Advance Android Create a REST Api Client Application).
https://github.com/anuj-2255/InstaClone
https://github.com/anuj-2255/wally
Rank 1148: Resume 617 with similarity score 0.004217474114215418
Resume Text: B.S , MS , BS work from home , graphic designer box , internships , freelancing , adobe photoshop , mar , public , graphic design , children's books , adobe illustrator , resume , storyboarding , art , branding , youtube , illustration , completion , assessment , biotechnology , online Assessment
Q1. Why should you be hired for this role?
I have 1.5 year of experience in Adobe illustrator and I also work on UI designs. I worked with various YouTube channel, logos, branding,
storyboarding, poster, children's books etc.
In my previous Job I worked on 2 D illustration which was used in animated videos. I also Did freelancing on freelancer.com & got 5 stars review.
100% work completion.
Freelancer.com:- https://www.freelancer.com/u/tmskaleen
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for 3 months, starting immediately, work from home,
Resume
EDUCAT ION
JOBS
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8874805431
Tushar Sharma
Kanpur
Applied 26 Jan'21
Adobe Illustrator Adobe Photoshop
Bachelor of Science B.Sc), Biotechnology
Chatrapati Shahu Ji Maharaj University
2019 - 2021
Senior Secondary XII, Science
J.P. Public Academy
CBSE BOARD board)
Year of completion: 2017
CGPA 7.25/10
Secondary X
J.P. Public Academy
CBSE BOARD board)
Year of completion: 2015
CGPA 7.00/10
Graphic Design
Art Beach, Virtual
Jul 2019 - Aug 2020
Adobe illustrator
Graphic Designer
Creative Studio- Art Beach, Virtual
Aug 2018 - Aug 2020
Adobe Illustration
Stoke Box, Online
Aug 2019 - Mar 2020
Freelancer.com Please have a look on my portfolio.
https://www.freelancer.com/u/tmskaleen
Rank 1149: Resume 570 with similarity score 0.004174154336327247
Resume Text: MS , B.TECH work from home , secretary , student general , figma , algorithms , adobe photoshop , mar , mysql , firebase , union , retrofit , ux design , farmers , node.js , instrumentation , juniors , google maps , resume , android , neural networks , electronics , rest , java , assessment , events , app , notification , technology , database , teaching Assessment
Q1. Why should you be hired for this role?
I am very enthusiastic about technologies. I have worked with Android App Development for around 2 years. I have worked with REST APIs as
well. I have used Firebase, Google Maps, Retrofit,Rxjava and Dagger 2 and MVVM architecure. I am also well aware of MySQL . I am also good
with implementation data structures and algorithms.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I can start immediately if selected.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8133089291
Sourav Kumar Saikia
Silchar, Jagiroad
Applied 28 Dec'20
Android Data Structures Figma
Java Adobe Photoshop Database Management
System DBMS
MySQL Neural Networks Node.js
UI & UX Design
Bachelor of Technology B.Tech), Electronics and Instrumentation
National Institute Of Technology Silchar
2017 - 2021
CGPA 7.85/10
General Secretary : Instrumentation and Electronics Engineering Society . Served as the GS of the branch society organizing
various cultural and technical events.
Core member : Developer Student Club,NIT Silchar .
Responsible for teaching Android and Java basics to juniors .
Tecnoesis2020
Dec 2019 - Jan 2020
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
This is the official app for TECNOESIS 2020 , official techno-management fest of NIT Silchar . This app consists of real time
notification , user content posting, details about the event etc.
AUS SAHAY
Mar 2019 - Mar 2019
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
It is a platform given to students of Assam University with which they can communicate with the union body of the university.
They can fill complains, put important notices, track university buses.
Siemens MakeIT Real Hackathon 2019 Finalist) : December 2019
The app was designed to manage the needs of farmers during production and distribution.
Key features- Consultancy with agricultural experts , market for the farmers.
GeeksForGeeks
Achieved College Rank 2nd in the site.
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
Rank 1150: Resume 571 with similarity score 0.004174154336327247
Resume Text: MS , B.TECH work from home , secretary , student general , figma , algorithms , adobe photoshop , mar , mysql , firebase , union , retrofit , ux design , farmers , node.js , instrumentation , juniors , google maps , resume , android , neural networks , electronics , rest , java , assessment , events , app , notification , technology , database , teaching Assessment
Q1. Why should you be hired for this role?
I am very enthusiastic about technologies. I have worked with Android App Development for around 2 years. I have worked with REST APIs as
well. I have used Firebase, Google Maps, Retrofit,Rxjava and Dagger 2 and MVVM architecure. I am also well aware of MySQL . I am also good
with implementation data structures and algorithms.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I can start immediately if selected.
Resume
EDUCAT ION
POSIT IONS OF
RESPONSIBILITY
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8133089291
Sourav Kumar Saikia
Silchar, Jagiroad
Applied 28 Dec'20
Android Data Structures Figma
Java Adobe Photoshop Database Management
System DBMS
MySQL Neural Networks Node.js
UI & UX Design
Bachelor of Technology B.Tech), Electronics and Instrumentation
National Institute Of Technology Silchar
2017 - 2021
CGPA 7.85/10
General Secretary : Instrumentation and Electronics Engineering Society . Served as the GS of the branch society organizing
various cultural and technical events.
Core member : Developer Student Club,NIT Silchar .
Responsible for teaching Android and Java basics to juniors .
Tecnoesis2020
Dec 2019 - Jan 2020
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
This is the official app for TECNOESIS 2020 , official techno-management fest of NIT Silchar . This app consists of real time
notification , user content posting, details about the event etc.
AUS SAHAY
Mar 2019 - Mar 2019
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
It is a platform given to students of Assam University with which they can communicate with the union body of the university.
They can fill complains, put important notices, track university buses.
Siemens MakeIT Real Hackathon 2019 Finalist) : December 2019
The app was designed to manage the needs of farmers during production and distribution.
Key features- Consultancy with agricultural experts , market for the farmers.
GeeksForGeeks
Achieved College Rank 2nd in the site.
https://play.google.com/store/apps/details?id=com.github.tenx.tecnoesis20&hl=en_IN
https://play.google.com/store/apps/details?id=com.androidpopcorn.aussahay&hl=en_IN
Rank 1151: Resume 1110 with similarity score 0.004111687924886185
Resume Text: MS , BS cyber security , lead architect , enterprise architect , enterprise security architect , solution architect , full time , program director , technical specialist , information security consultant , vp cyber security , risk analysis , telugu , rfp , strengthening , go-to-market , access , large scale transformation , designation , user management , affirmative action , hybrid cloud , pre-sales , technical architecture , hindi , public , azure , information security , network architecture , authorization , english , telcom , project planning , cloud security , vcloud , strategic planning , instrumentation , status , email , aws , cmf , ips , network security , information systems , siem , practice management , electronics , transformations , hp , ids , sequencing , nutanix , building , togaf , sabsa , languages , data center , vapt , ibm tivoli , foundation , nextgen , kannada , gtm , cisco , vmware , assessment , managed security services , arcsight , threat & vulnerability management , enterprise security , javascript , security operations center , network administration , wireless , rsa envision , application security , load , grc , it infrastructure management , firewalls , mitigation 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a10…
https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a100317130b5401… 1/3
Current Designation: Program Director - Cybersecurity
Current Company: IMTS - Mindtree Limited
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Telcom/ISP
Total Experience: 23 Year(s) 0 Month(s)
Notice Period: 3 Months
Highest Degree: BS [Information systems]
Verified : Email - id
IMTS - Mindtree Limited as Program Director - Cybersecurity
Aug 2007 to Till Date
Over two decades of extensive experience in Cyber Security, Cloud, Cloud Security, Network Security, Practice Building,
Architecture and Consulting
Developed Cybersecurity Practice with specialization on GSOC, IAM, Application Security, and Consulting & Engineering
Services
Developed Consulting Practice with specialization on latest technologies like Public (Azure, AWS), Private & Hybrid Cloud
(Azure Stack, Azure Pack, VMWare vCloud), SDN (Cisco ACI) / SD-WAN, Hyper-Converged Infrastructure (HCI - Nutanix,
HP SimpliVity) & DR Solution
Provided Public & Hybrid Cloud Architectures for multiple clients and successfully migrated their applications to AWS,
Azure, & IBM SoftLayer, GCP, Azure Pack, Azure Stack, HCI - SimpliVity, and Nutanix
Experience in large scale transformation projects, Cloud Migration / Transformations, building innovative solutions and
Practice building activities
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
D Srinivasa Rao
Two decades of Cyber Security,Cloud Security,Information Security
Management,Azure,AWS,GCP,Azure Stack,SOC,Application Security,SecOps,Cloud
Migration/Transformation,Enterprise & Solution Architect, Practice
Head,Delivery,network security,TOGAF,SABSA
Key Skills: Program Director,Head/VP/GM,Information Security,Strategic Planning,Cyber Security,Cloud Architecture,Risk
Mitigation,Network Security,Cloud Security,Migration,Transformation,AWS,Azure,GCP,Application
Security,Presales,Practice Management,Vapt,RFP
Summary
A Cybersecurity and Cloud (Security) expert with over two decades of extensive experience in Cyber Security, Information
Security, Cloud Solutions, Cloud Transformations.
Strengthening business opportunity through strategic planning, enterprise roadmap and providing strategic direction on
technology/ technical architecture & achievement-driven professional
Experience in developing solutions, building capabilities in GSOC, IAM, Application Security, & GRC
Built Cybersecurity solutions - Threat & Vulnerability Management, NextGen SOC, Managed Security Services, Cloud Security /
SecOps
Extensive experience in RFPs, Pre-Sales support, handling Go-to-market (GTM), Cybersecurity & Cloud COEs
Experience in large scale transformation projects, Cloud Migration / Transformations.
Provided Public & Hybrid Cloud Architectures for multiple clients and migrated the applications to AWS, Azure, & SoftLayer,
GCP, Azure Pack, Azure Stack, HCI - SimpliVity, and Nutanix
TOGAF and SABSA Certified
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a10…
https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a100317130b5401… 2/3
Expertise in Design and implementation of Network and Network Security both on On-Prem and Cloud that includes
Firewalls, IDS/IPS, Load Balancers, WAF, End Point Security, Wireless LAN, LAN, WAN, HA, DR & CDN
Forward-focused Lead Architect with expertise in concepts of end-to-end project planning & implementation from scope
management to activity sequencing, effort & cost estimation, risk analysis to quality management
Experience in Data Center Transformations, IT Infrastructure Management, Network Architecture & Assessment, Service
Delivery Management, Security Audit & Assessment
Successfully deployed Cloud Migration Factory (CMF) for Mindtree
TOGAF Certified Enterprise Architect and SABSA Certified Enterprise Security Architect
Wirpo Technologies as Consultant - Information Security
Sep 2006 to Jul 2007
Worked as Information Security Consultant, responsible for providing solutions and implementation of Endpoint & Network
Security Solutions, Security Incident and Event Management (SIEM) Solutions, Vulnerability Management Solutions,
Security Operations Center SOC, Managed Security Services, Privileged User Management / Monitoring, and User
Access Management (UAM). Have worked on tools like ArcSight, NetIQ, RSA Envision, IBM Tivoli Access Management,
and implemented SOC / Managed Security Services for multiple customers.
Microland as Technical Specialist
Oct 2004 to Aug 2006
UG: BS (Information systems) from BITS, Pilani in 2009
Other Qualifications/Certifications/Programs:
Diploma in Electronics (Industrial Electronics and Instrumentation)
TOGAF 9 Certified
SABSA Foundation SCF
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Education
IT Skills
Skill Name Version Last Used Experience
LOAD BALANCERS
WAN Accelerators / Wireless LAN
Infrastructure and App Security
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Telugu
Kannada
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a10…
https://freesearch.naukri.com/preview/printResume?uname=a435a0515c12a5b2d5a59a36e440a7375f5c0c044b460c4706144859580f5149405a100317130b5401… 3/3
Employment Status: Full time
Rank 1152: Resume 1102 with similarity score 0.004107995037156639
Resume Text: B.S , MS , BS assistant manager , infrastructure architect , change management , it manager , full time it audit , competitive advantage , infrastructure management , microsoft azure , security , designation , developers , google products , ug , telecom , tamil , affirmative action , information technology , routing , v4 , petrochemical , cloud , hindi , beginner , firewall , ivr , maintenance , ltd , php , english , authorization , c-level , phishing , teams , modifications , status , c# , agile , email , groups , aws , it consulting , less , mumbai , operations , sheets , rubber , exchange server , testing , dbs , it asset management , google apps , obc , change management , norway , strategy , delivery of projects , building , languages , chemicals , it infrastructure , delegation , research , itil , malayalam , communications , javascript , google forms , suite , distance learning , base , html , online 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c100947…
https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c1009475640470b085f5… 1/3
Current Designation: Manager -Technology (IT Infrastructure)
Current Company: Happ Media Pvt Ltd.,
Current Location: Mumbai
Pref. Location: Mumbai,Australia
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: Project Mgr-Telecom
Industry: Chemicals/PetroChemical/Plastic/Rubber
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 9 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [e business]
Verified : Email - id
Happ Media Pvt Ltd., as Manager -Technology (IT Infrastructure)
Jan 2017 to Till Date
Monitor changes and advancements in technology to discover ways the
company can gain competitive advantage.
Designed and Implemented IT Cloud infrastructure in Google, AWS and
Azure for saving cost up to 80%.
Maintained track of time spent on project tasks, provided guidance &
advised best technology approach.
Heading team such as Developers, Interns and Freelancers for successful
delivery of projects with Agile Methodology.
Inspect code and Websites to Identify technical glitches.
Negotiated and Approved technology vendor, consulted contracts and
service agreements.
Collaborate and maintained communications with executives and
department heads of clients such as SBI, ICICI, Forbes, Anchor and DBS.
Searce Inc as Cloud Operation Engineer
Jul 2015 to Jan 2017
Handled C-level executive queries.
Worked on mail delivery,mail routing, spoofing, phishing, account
delegation.
Last Active: 29-Jan-21 Last Modified: 23-Jan-21
Felix Rufus Nadar
Assistant Manager IT, Manager,ITIL V3, Manager -Technology, Seeking Roles in IT
Infrastructure Management,Cloud manager,Technical
Support,Administrator,Management,Change,Cloud Infrastructure,Microsoft
Azure,AWS,
Key Skills: manager - technology,system admin,it infrastructure,management,technical support,incident
management,change management,it manager,assistant manager,cloud infrastructure,aws,azure,gcp,IT Consulting,IT
Strategy,Infrastructure Architect,IT Roadmap
Summary
Enthusiastic, proven business and technical professional with a
talent for building teams, systems and policies that helps in the
organizational growth and success. Strategizing and leading
cross-functional teams to bring about fundamental change and
improvement in process and profitability.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c100947…
https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c1009475640470b085f5… 2/3
Handled operations after deployment of Google Apps which includes
migration of user account, mail, contacts & calendar from exchange server
to Google Apps using GAMME.
Transforming of business use cases to latest cloud module.
Maintaining google apps directory via GCDS software.
Creation, deletion & modifications of Google Apps accounts and groups.
Recognized from Welspun Global Ltd for Optimizing Plant WorkLoad by 40%
using Google Products.
Aasaanjobs Pvt Ltd as IT Executive
Apr 2015 to Jul 2015
Well-versed with firewall, biometric implementation, IVR activation via Airtel
and monitored network activity.
Day to Day IT operation End user support for 200+ user base.
IT Asset Management
Managed G-Suite and Provided Assigned Assets to Users.
Designing maintenance procedures and putting them into operation.
Testing and modifying systems to ensure that they operate reliably.
Implemented and managed security, Scheduled upgrades, Integrity and
backup procedures & Maintained Licenses of Bizspark.
IT Audit.
UG: B.Sc (information technology) from St.Xaviers College, Mumbai in 2015
PG: MBA/PGDM (e business), Correspondence/Distance Learning from Welingkar Institute of Management
Development & Research, Mumbai in 2020
Education
IT Skills
Skill Name Version Last Used Experience
Microsoft Azure 2014 3 Year(s)
AWS 2015 1 Year(s)
GCP 2015 1 Year(s)
BizSpark 2015 3 Year(s)
C#
PROJECT MANAGEMENT 0 3 Year(s) 0 Month(s)
COORDINATION 0 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Marathi Proficient
Tamil Proficient
Malayalam Beginner
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c100947…
https://freesearch.naukri.com/preview/printResume?uname=e0f2dff28a552d54196f68426d9a79180c0b005649450c16051541595509584c1009475640470b085f5… 3/3
Nature of Employment: Full Time Duration: Jan 2017 - Nov 2018
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Nov 2015 - Jun 2016
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Jul 2014 - May 2015
Onsite / Offsite: Offsite
Nature of Employment: Full Time Duration: Aug 2013 - Feb 2014
Onsite / Offsite: Offsite
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
Countries: Canada,Norway,Saudi Arabia
Job Type: Permanent
Employment Status: Full time
Projects
Project Title: StratGist.com, Happcoach.com, HappStuff.com, SparkYourBestSeller.com
Client: Happ Media Pvt Ltd
Project Details: Managed Team of 9 for developing this projects
Project Title: Welspun Gurukul WCL
Client: Welspun Group
Project Details: Migrated and Assisted in Google Forms,Sheets,Scripts and Keep.
Project Title: Online Virtual Classroom
Client: College
Project Details: Used C# and php for Developing Desktop based software in .net v4
Project Title: Online Job Portal website : Fast Recruit
Client: College
Project Details: Developed in Html and php
Rank 1153: Resume 287 with similarity score 0.004081786189487307
Resume Text: MS , B.TECH , BS work from home , campus ambassador training , retail , internships , photoshop lightroom , adobe photoshop , office , mar , adobe premiere pro , video editing , public , windows mobile , teams , documentary , ilt , project , application , kotlin , c programming , introduction to , resume , android , electronics , final cut pro , led , online , cc , photography , completion , assessment , virus , campus , technology , road safety , interactive media Assessment
Q1. Why should you be hired for this role?
I have done Android app development in Kotlin language from Internshala Training program & top performer in my training with 100% score. I also
made a Food ordering app as a project.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes
Resume
EDUCAT ION
INTERNSHIPS
Kislay .
Delhi
Applied 01 Jan'21
Android Adobe Premiere Pro Final Cut Pro
Video Editing Adobe Photoshop Lightroom
CC
C Programming
C Programming Photography Video Making
Windows Mobile Application
Development
Bachelor of Technology B.Tech), Electronics and Communication
Jamia Millia Islamia
2018 - 2022
Senior Secondary XII, Science
Sanatan Dharam Public School
CBSE board)
Year of completion: 2017
CGPA 8.00/10
Secondary X
Sanatan Dharam Public School
CBSE board)
Year of completion: 2015
CGPA 9.20/10
Mobile App Development
Brdgespan Consultants, Virtual
Aug 2020 - Nov 2020
Video Making/Editing
Interactive Media & Private Limited, Noida
Mar 2020 - May 2020
First time experience of working in office, meet great people, learned a lot.
Campus Ambassador
DTU, Virtual
Feb 2020 - Apr 2020
Campus Ambassador
NIT Hamirpur, Virtual
Jan 2020 - Mar 2020
Campus Ambassador
IIM Bangalore, Virtual
Dec 2019 - Mar 2020
POSIT IONS OF
RESPONSIBILITY
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9560610627
Marketing
Unschool, Virtual
May 2019 - Jun 2019
Campus Ambassador
Indian Road Safety Campaign, Virtual
May 2019 - Nov 2019
Marketing
Felicia Retail Private Limited, Virtual
May 2019 - Jun 2019
Campus Ambassador
IlT Delhi, Virtual
Feb 2019 - Apr 2019
Led 3 teams of 30 members to plan & conduct in a startup "Beat The Virus".
Top performer Android App Development Training)
Verified and added by Internshala Trainings
Android App Development
Internshala Trainings, Online
Jul 2020 - Aug 2020
Successfully completed an eight weeks online certified training on Android App Development. The training consisted of
Introduction to Android, World of Kotlin, Android Kick-Off, Higher Order Functionalities and The Final Project modules. I
scored 100 % in the final assessment and was a top performer in the training.
Secured 1st prize rank in Gautam Buddha University for Documentary Making Competition.
Rank 1154: Resume 1079 with similarity score 0.0040128334444056255
Resume Text: B.E , MS , B.TECH , BS delivery specialist , test engineer , full time , process coordinator appdynamics , customer , functional testing , platforms , conducting , it operations , end-to-end testing , databases , linux , end user training , red hat , ssl , status , firmware , bridge , components , connectivity , ec2 , operating systems , server administration , system administration , performance testing , amazon web services , ansible , automation , usability testing , designation , regression testing , v3 foundation , hindi , establishing processes , english , troubleshooting , project , groups , credentials , ibm , capacity planning , itil , fits , javascript , technology , reporting , general , performing , developers , affirmative action , maintenance , database administration , mcms , security compliance , email , software validation , aws , configuration management , black box testing , middleware , languages , load balancing , engineers , rendering , onboarding , high availability , migrating , ug , telecom , analytics , systems management , authorization , risk , teams , application performance management , servers , running , kannada , events , tuning 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f1…
https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f170a1544585b58… 1/3
Current Designation: Aws Administrator
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
IBM as Aws Administrator
Jul 2013 to Till Date
* Working on onboarding of AWS account.
* Role is performed by technical professionals who specialize in providing perform services to clients on hardware and
software components.
* Activities include operation and maintenance of operating systems across multiple platforms, middleware applications,
various database technologies, high availability solutions and load balancing.
* Job responsibilities include, but are not limited to, the following: operation and maintenance of operating systems and
platform support, database administration, capacity planning, performance management, security compliance. Support is
also provided for systems management tools which monitor the operational status of the environment.
* Setup/Managing Linux Servers on Amazon ( EC2, EBS, ELB, SSL, Security Groups, RDS and IAM).
* Hands on experience in dealing with App Dynamic, monitoring configurations for applications, performance
troubleshooting etc
* Uploading inventories, creating credentials and configuring job template and testing the connectivity
* Performing the on-boarding activity of the account to the Ansible Tower by configuring all the prerequisite
* Addressing to the customer calls to get the account approval and onboarding the account to the tower thereafter
* Participating in end-to-end testing of the account
* Implementing Ansible to manage all existing servers and automating the build/configuration of new servers
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Niranjan B C
Seeking roles in AWS system Administration,AWS Administration,appdynamics admin
,ansible toweradmin
Key Skills: AWS/System Admin,System Administration,AWS Administration,Server Administration,Incident
Management,Project Management,Configuration Management,Software Engineering,Performance Testing, Appdynamics,
Ansible tower
Summary
* A competent professional with 7 years of experience in Amazon Web Services administration ,, Appdynamics
Implementation and Configurations, Incident Management and Manual-Testing
* Proficient in monitoring applications for managed users and systems while deploying and managing the Configuration
Manager Client
* Skilled at conducting automated and manual tests to ensure the software created by developers fits its purpose
* Familiarized with all aspects of the incident management process, from evaluation to resolution and effectively recorded all
issues and helped to design ways to prevent similar problems in the future
* Completed courses on Red Hat Delivery Specialist - Automation AWS and App Dynamics .
* App Dynamics Certified Implementation Professional and holds ITIL V3 Foundation Certificate from IBM
* Worked on application performance management and IT operations analytics named as AppDynamics
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f1…
https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f170a1544585b58… 2/3
* Managing the configurations of multiple servers using Ansible
* Dealing with App Dynamic, monitoring configurations for applications, troubleshooting performance and more
* Rendering support to application teams for the deployment of APM solution (AppDynamics) for different technologies
(.Net & Java) and databases
* Migrating target application teams to configure APM tool to best support their requirements
* Executing end user training on APM solution to target application teams
* Troubleshooting issues related of AppDynamics controller, DB agent , events service and AppDynamics tool servers
* Supervising Performance Resolution/Tuning by rendering help and training in the use of APM tool for performance
tuning in target app
* Functioning on the APM server software maintenance and maintain APM solutions backend server software
* Commencing bridge call on SEV 1, SEV2 with the concerned teams and coordinating until the incident resolves
* Ensuring that both employees and customers using the technical products of companies receive technical support and
keeping a log of incidents
* Escalating incidents at risk of breaching Service Level Agreement to the Incident Process Coordinator
* Helping the administration to keep track of any issues and ensures resolution and also assisting them in examining
incidents and establishing processes to help prevent or minimize similar problems from arising
* Informing the users about their incidents' status at agreed intervals
Levin Software technology as Manual Test Engineer
Jan 2012 to Jun 2013
* Working with firmware developers and validation engineers.
* Developing and automating tests for software validation
* Detecting bug issues
* Preparing file defect reports and reporting test progress
* Performing various black box testing Methodologies like Functional Testing, Usability Testing and Regression Testing
* Monitoring all production stages to ensure safety procedures are followed
* Running quality controls on components and final products
Project Executed
* Datanet Solutions
* Estuary U
UG: B.Tech/B.E. (Computers) from Visveswaraiah Technological University (VTU) in 2009
Nature of Employment: Full Time Duration: Jan 2020 - Till Date
Education
IT Skills
Skill Name Version Last Used Experience
AWS 2021 7 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
english Proficient
kannada Proficient
hindi
Tulu
Projects
Project Title: MCMS AWS team
Client: MCMS shared team
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f1…
https://freesearch.naukri.com/preview/printResume?uname=d933b412aa772d626013b5f4bd0ad406515908074d1b5f100b1543585b5d5718415f170a1544585b58… 3/3
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Project Details: Role is performed by technical professionals who specialize in providing perform services to clients on
hardware and software components.
Activities include operation and maintenance of operating systems across multiple platforms, middleware applications,
various database technologies, high availability solutions and load balancing.
Job responsibilities include, but are not limited to, the following: operation and maintenance of operating systems and
platform support, database administration, capacity planning, performance management, security compliance. Support is
also provided for systems management tools which monitor the operational status of the environment.
Rank 1155: Resume 1319 with similarity score 0.004006077587591503
Resume Text: B.S , MS , M.TECH system administrator , devops , it professional , full time , senior project engineer outlook , general , devops , jenkins , computer networking , kubernetes , windows server , designation , ug , affirmative action , pac , hindi , docker , active directory , application virtualization , maintenance , ami , ltd , mcafee , english , authorization , status , wintel , proxy , email , project , aws , windows system administration , continuous integration , ci , exchange server , github , pipelines , electronics , thunderbird , s3 , servers , ec2 , languages , iis , vmware , software troubleshooting , technology management , javascript , cloud computing , it infrastructure management , cd 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425…
https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425014400e0b5a5… 1/3
Current Designation: Senior Project Engineer
Current Company: Wipro
Current Location: Noida
Pref. Location: Noida,Gurgaon,Delhi / NCR
Functional Area: IT Software - Application Programming /
Maintenance
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Wipro LTD as Senior Project Engineer
Jul 2015 to Jul 2015
1.Setting up client?s infrastructure on AWS cloud platform. Implementing migration strategies using AWS services like
VPC , IAM, EC2, ELB,ALB, RDS, S3, EKS, Route53, DR- Copy AMI to new AMI as a backup region.
2.Creating end to end CI/CD Pipelines using Jenkins.
3.Creating customized docker images to run client?s applications as a microservice.
4.Managing microservice deployments in kubernetes platform.
5.Installation of active directory, Creation of users and OU.
6. Installation and configuration of DHCP, DNS. Working in Domain environment.
7.Configuration of Exchange server outlook thunderbird used to send email from server to client. Creating mailbox for
users.
8.Installations of PAC files on IIS Server and basis Troubleshooting on Proxy server.Creating of PAC File with
internal/External/Blocked Function.
9.Creation of new rule and PAC file in ZScaler. Creating URL category for cloud users and PAC file troubleshooting.
10.Handling each single SR without failing.
Wipro as Senior Project Engineer
Jul 2015 to Till Date
AWS Devops Docker kubernetes Jenkins git github
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Sunil Kumar Chauhan
IT Professional with 5Yrs of experience seeking roles in Cloud Technologies, DevOps,
IT Infrastructure Management, Wintel, AWS, Kubernetes, Jenkins, Docker, Git,
Zscaler, Proxy
Key Skills: cloud,aws,devops,wintel servers,docker,jenkins,git,github,proxy server,vmware,continuous
integration,Virtualization,Windows System Administration,Windows Server,Exchange Server,McAfee,IIS
Server,KUBERNETES
Summary
Result-oriented Professional with 5 years of experience in IT Infrastructure Management,Cloud Migration,Devops,CI/CD
Pipelines,Software Troubleshooting,Computer Networking,Application Virtualization,Technology Management,VMware.
Work Experience
Education
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425…
https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425014400e0b5a5… 2/3
UG: B.Sc (Electronics) from UNIVERSITY OF DELHI, DELHI in 2015
PG: M.Tech (Computers) from Vellore Institute of Technology in 2019
Other Qualifications/Certifications/Programs:
AWS
Nature of Employment: Full Time
Project Location: Noida
Role: Network/System Administrator
Duration: Nov 2015 - Till Date
Onsite / Offsite: Onsite
Team Size: 8
IT Skills
Skill Name Version Last Used Experience
AWS 2020 4 Year(s) 0 Month(s)
Jenkins 2020 3 Year(s) 0 Month(s)
DOCKER 2020 3 Year(s) 0 Month(s)
Windows System Administration 2020 5 Year(s) 0 Month(s)
devops 2020 3 Year(s) 0 Month(s)
Cloud Computing 2020 3 Year(s) 0 Month(s)
GIT 2020 3 Year(s) 0 Month(s)
GitHub 2020 3 Year(s) 0 Month(s)
Active Directory 2020 5 Year(s) 0 Month(s)
Proxy server 2020 4 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Projects
Project Title: Cloud Migration
Client: Genpact
Skill Used: Cloud Computing, Devops, Windows System Administration, Jenkins, Continuous Integration, Proxy Server,
Docker, Github, GIT,AWS
Role Description: Cloud infrastruct mgmt:VPC , IAM, EC2, ELB,ALB, RDS, S3, EKS, Route53, DR- Copy AMI to new AMI as
a backup region.
Jenkins,Devops,CICD,AD,DNS,DHCP,IIS,Zscaler PAC and Proxy
Project Details: 1.Setting up clients infrastructure on AWS cloud platform. Implementing migration strategies using AWS
services like VPC , IAM, EC2, ELB,ALB, RDS, S3, EKS, Route53, DR- Copy AMI to new AMI as a backup region.
2.Creating end to end CI/CD Pipelines using Jenkins.
3.Creating customized docker images to run clients applications as a microservice.
4.Managing microservice deployments in kubernetes platform.
5.Installation of active directory, Creation of users and OU.
6. Installation and configuration of DHCP, DNS. Working in Domain environment.
7.Configuration of Exchange server outlook thunderbird used to send email from server to client. Creating mailbox for users.
8.Installations of PAC files on IIS Server and basis Troubleshooting on Proxy server.Creating of PAC File with
internal/External/Blocked Function.
9.Creation of new rule and PAC file in ZScaler. Creating URL category for cloud users and PAC file troubleshooting.
10.Handling each single SR without failing.
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425…
https://freesearch.naukri.com/preview/printResume?uname=ba40b6d42fd7affaf84d5559fe85b3915c0e5b054d100b425619475b0e580349470a425014400e0b5a5… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1156: Resume 952 with similarity score 0.00398763195522767
Resume Text: B.E , B.TECH , BS technician , software developer , team leader , senior software engineer , full time , vp , php developer ecommerce , react.js , api , training , redux , customer , css , access , designation , ug , dos , telecom , gym , mar , affirmative action , hindi , membership , maintenance , php , jquery , english , authorization , web applications , status , transparency , email , record , project , wordpress , video , focus , windows 10 , ubuntu , range , testing , online , usability , languages , html5 , canvas , mysqli , amazon , fetch , javascript , crm , technology , csr , flash drives , laravel , ajax 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e100817…
https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e1008170119425a585b… 1/3
Current Designation: Senior Software Engineer
Current Company: Infinite Computer Solutions
Current Location: Gurgaon
Pref. Location: Noida,Bengaluru / Bangalore,Gurgaon
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Infinite Computer Solutions as Senior Software Engineer
Aug 2020 to Till Date
Looking for a job on ReactJs Developer.
Vcare Corporation as Team Leader
May 2016 to Aug 2020
? Product Name: Telgoo5
o Module: Create API, Reports, CSR
o Technology: PHP, MYSQL
o Description: Telgoo5 product is based on Telecom Domain. Using this we maintain customer accounts.
? Product Name: Singer CRM
o Technology: PHP, MYSQLI
o URL: singer.vcarecorporation.com
o Description: Singer CRM is used for manage complaints against singer products. In it we have 5 type of user Admin,
Agent, RM, SF & Technician. Agent attend call from customer and register their complaint and assign to SF & Technician
of that zone.
? Product Name: Kajaria CRM
o Technology: PHP, MYSQLI
o URL: kajaria.vcarecorporation.com
o Description: Kajaria CRM is used for manage complaints against kajaria products. In it we have 4 type of user Admin,
Agent, RM & Technician. Agent attend call from customer and register their complaint and assign to Technician of that
zone.
? Product Name: Kerovit CRM
Last Active: 6-Feb-21 Last Modified: 4-Feb-21
Praveen Choudhary
ReactJs Developer, Redux, Jsx, PHP,Laravel,HTML,Ajax,Jquery,CSS,MySQL
Key Skills: React.Js,Javascript,HTML,PHP,MySQL
Summary
I am a proficient developer having more than 7 year of professional experience in implementing Web Applications with focus on
Usability, Implementation and testing and a track record of delivering quality solutions using range of different technologies.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e100817…
https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e1008170119425a585b… 2/3
o Technology: Laravel, MYSQL
o URL: kerovit.vcarecorporation.com
o Description: Kerovit CRM is used for manage complaints against kerovit products. In it we have 8 type of user Admin,
Agent, VP, GM, RM, AM, Coordinator & Technician. Agent attend call from customer and register their complaint and
assign to Coordinator & Technician of that area.
Flexsin Technology as PHP Developer
Aug 2014 to May 2016
* Project Name: Qualitas Flash Drives
o Technology: WordPress, MYSQL
o URL: www.qualitasflashdrives.com
o Description: Qualitas is online Ecommerce website where you can design your Flash Drive and order.
* Project Name: PallMart
o Technology: WordPress, Amazon API, MYSQL
o URL: www.pallmart.com
o Description: In Pallmart we fetch products from Amazon API and show on our website.
* Project Name: Online Gym web Application
o Technology: WordPress, jQuery, MYSQL
o URL: www.surfersgym.com
o Description: In Surgersgym customers purchase membership for get Gym training online. After customer purchased
membership they able to access Exercise video according their number of day in class.
Techno Softwares as PHP Developer
Feb 2013 to Mar 2014
* Project Name: Instant Video
o Technology: PHP, HTML5 Canvas, jQuery, MYSQL
o Description: Instant Video is a design tool where user can upload it's image and perform multiple operation like
Rotate, Transparency, Move over another image, Write Text on image and also user can create it's own Template and
download it in a Image.
* Project Name: Design Concepts
o Technology: HTML, jQuery, CSS
o URL: www.design-concepts.in
o Description: Design Concepts is a simple informative Website.
UG: B.Tech/B.E. (Computers) from Rajasthan University in 2012
Education
IT Skills
Skill Name Version Last Used Experience
Windows 10, DOS, Ubuntu
MySQL
PHP, WordPress, Laravel, HTML
AJAX, Jquery, CSS
React.js
Languages Known
Language Proficiency Read Write Speak
English
Hindi
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e100817…
https://freesearch.naukri.com/preview/printResume?uname=2dad25abc38bc8b84dac58b1b6999f1e5e590c5849420d15001017095f5c531e1008170119425a585b… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 1157: Resume 1346 with similarity score 0.0039870130267623885
Resume Text: B.E , B.TECH , M.TECH , BS front end engineer , software engineer , development engineer , software developer , full time intranet , react.js , reporting , api , web development , redux , telugu , jenkins , powershell , open source , scrum , css , security , designation , affirmative action , hindi , cypress , webpack , teamcity , ltd , typescript , authorization , english , node.js , bootstrap , status , ui automation , software testing , email , project , application , aws , philips , hooks , less , bitbucket , .net core , github , rest , components , d3.js , s3 , flow , transformation , building , languages , html5 , urdu , code coverage , kannada , es6 , mobile , lighting , javascript , silverlight , technology , cd , publishing 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c11…
https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c115616480c5d5a… 1/2
Current Designation: Development Engineer - React Front End
Engineer
Current Company: Signify Innovation Labs
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: Electricals / Switchgears
Marital Status: Married
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: M.Tech [Computers]
Verified : Phone Number | Email - id
Signify Innovation Labs as Development Engineer - React Front End Engineer
Jul 2018 to Till Date
Role : Front End Development engineer
Project 1:
Transformation of design wireframes to responsive web application and implementation of
reusable UI components using React.js
Responsible for Integration of REST APIs to UI &incorporated unit tests with Jest.
Incorporated AWS S3 for static webhosting, route53 for DNS & CloudFront for CDN.
Implemented and improved scripts for building and publishing UI builds CI/CD for different
staging environments using PowerShell and batch.
Responsible for configuring unit tests ,code coverage and Reporting it on Teamcity.
Configured and Implemented UI Automation testing using Cypress.
Responsible for maintaining open source security and license compliance using whitesource.
Key Achievements: Ensured uninterrupted flow of CI/CD. Reduced build time in CI tools and
reduced build time.
Project 2 :
Responsible for migration of old Silverlight web application to newer React/redux component
based web application.
Reused React component based on theme.
Integrated REST APIs with .NET core REST APIs.
Key Achievements : Successfully delivered web app with 25% saved in cost.
Project 3 :
Implemented Interactive React Web application for Intranet onpremise scene management app
using 3rd party Light controller API
Last Active: 27-Jan-21 Last Modified: 27-Jan-21
Mohammed Imtiyaz
Software Engineer seeking roles in Software Development,Application
Programming,Coding,Web Development,Requirement Gathering,Software
Testing,Application
Support,Javascript,C#,Silverlight,C,.Net,Powershell,Scrum,CSS,Rest,Bootstrap,Jenkins
Key Skills: Software Engineer,Software Developer,Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application
Support,Javascript,C#,Silverlight,C,.Net,Powershell,Scrum,CSS,Rest,Bootstrap,Jenkins
Summary
Skilled professional with 3 years of experience in Software Development,Application Programming,Coding,Web
Development,Requirement Gathering,Software Testing,Application
Support,Javascript,C#,Silverlight,C,.Net,Powershell,Scrum,CSS,Rest,Bootstrap,Jenkins
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c11…
https://freesearch.naukri.com/preview/printResume?uname=e43b1fc14e7756bab05053350bfd01b5095c08591f160c450043450b590d054b145c115616480c5d5a… 2/2
Configured and Implemented UI Automation testing using Cypress.
Responsible for analyzing and integrating JS APIs provided by 3rd party light controller.
Philips Lighting India Ltd as Junior Developer -Intern
Jul 2017 to Aug 2018
UG: B.Tech/B.E. (Computers) from SDM College Of Engineering and Technology, Dharwad in 2016
PG: M.Tech (Computers) from M S Ramaiah Institute of Technology, Bangalore in 2018
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
REST APIs 2 Year(s) 0 Month(s)
.NET
JS (ES6/ES7), Typescript 2 Year(s) 0 Month(s)
HTML5, CSS3,C# 3 Year(s) 0 Month(s)
React.js, Redux, Hooks 3 Year(s) 0 Month(s)
Node.js, 2 Year(s) 0 Month(s)
Webpack, D3.js 2 Year(s) 0 Month(s)
Bootstrap4, LESS 3 Year(s) 0 Month(s)
Jest, Engyme, Cypress 2 Year(s) 6 Month(s)
AWS 3 Year(s) 0 Month(s)
Git, BitBucket, GitHub 3 Year(s) 0 Month(s)
POWERSHELL 1 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Kannada Proficient
telugu Proficient
urdu Proficient
Rank 1158: Resume 988 with similarity score 0.003970021589017537
Resume Text: B.S associate buyer , full time , merchandiser ecommerce , liquidation , wholesale , onboarding , turn , customer , suppliers , performing , apparel , designation , demand , ug , microsoft office , vendors , affirmative action , studio , trading , spring , chemistry , hindi , vendor management , ltd , department coordination , bdm , market opportunities , player , product categories , internet , authorization , english , status , purchase orders , email , pricing strategy , mumbai , crayon , visual merchandising , fashion styling , languages , clear , supply chain , financial goals , javascript , availability , velocity , markdown , catalogue 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c42…
https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c4257404759580c… 1/2
Current Designation: Associate Buyer
Current Company: Hopscotch Wholesale Trading Pvt. Ltd
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Mumbai,Pune
Functional Area: Fashion / Garments / Merchandising
Role: Merchandiser
Industry: Internet/Ecommerce
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: NA [na]
Verified : Phone Number | Email - id
Hopscotch Wholesale Trading Pvt. Ltd as Associate Buyer
Feb 2015 to Till Date
Responsible for merchandising plan to the buyer who, in turn, can decide on what products, styles, colors etc., to
purchase and from which suppliers, at what price, etc.
Across Department Coordination (Catalogue Team, Warehouse, Studio, Supply Chain, BDM and Vendors)
Monitors stock movement, consider markdowns, inter-branch transfers, promotions or clear outs etc.
To manage product and pricing strategy with keen eye on customer need and future Fashion trends.
Monthly target of GMV & Onboarding new brands.
Vendor management & relationship.
Planning & Selection.
Analyze product sales, inventory levels and vendor product availability to meet market demand.
Create and submit vendor purchase orders in a timely fashion to ensure on time delivery of product.
Forecast and/or react quickly to surges in product demand including various hot market opportunities.
Quickly identify successful and/or profitable key item product categories and respond accordingly.
Identify poor performing styles and provide liquidation and/or markdown strategy to increase velocity.
Ensure monthly inventory levels are sufficient and appropriate to support sales and align with other key financial goals.
Successfully worked for Brands like Zero, Mom's pet, Mom's Love, Do Re Me, BownBee, A.T.U.N, Spring Bunny, Bubbles,
Crayon Flakes, Game Begins... and many more.
UG: B.Sc (Chemistry) from Bharatiya Vidya Bhavan (BVB) in 2012
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Shilpa Pandit
Associate Buyer seeking roles in Fashion Designing,Visual Merchandising,Garment
Designing,Apparel Designing,Fashion Styling,Product Sales,Buying,Supply
Chain,Vendor Management,Buyer Activities,Product Pricing,Design Development
Key Skills: Associate Buyer,Merchandiser,Fashion Designing,Visual Merchandising,Garment Designing,Apparel
Designing,Fashion Styling,Product Sales,Buying,Supply Chain,Vendor Management,Buyer Activities,Product
Pricing,Design Development
Summary
Result oriented professional with 5 years of experience in merchandising and Buying. Good team player, always ready to extend
helping hand towards guiding team members and take initiatives in additional responsibilities. I am dedicated, hardworking and
passionate about the tasks assigned to me with excellent commitment towards projects
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c42…
https://freesearch.naukri.com/preview/printResume?uname=db0af0387b6ec983f177a4ec68b433e40b095b571b11011007171750095b504d405c4257404759580c… 2/2
PG: NA (na) in 0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Microsoft Office
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1159: Resume 1509 with similarity score 0.003909360009260371
Resume Text: B.E , MS , B.TECH application support , solutions manager , scrum master , project manager , project lead , owner , partner , full time , vice president , delivery manager , vp , program manager , web application developer filing , award , pots , workshops , applications delivery , it operations , spring , status , digital transformation , plus , testing , business strategy , competency management , reach , gtm , service delivery management , cms , routers , organization , ecommerce , decisioning , designation , mar , pre-sales , hindi , cloud , architects , web applications , budgeting , project , mobile apps , microservices , hospitality management , fleet , traffic management , javascript , tax , bfsi , capital , reporting , general , scrum , affirmative action , information technology , oracle , instrumental , email , water , aws , p&l management , star , it compliance , fortune 100 , customer journeys , content management , customer experience , languages , hibernate , program management , people management , rfp , 10k , assistants , credit , ug , revenue , extranet , authorization , amc , b2b , modernization , ecosystem , design thinking , led , finance , offshore , pan , reviews , presentations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f16…
https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f165147475b0c01… 1/3
Current Designation: Vice President and Delivery Head
Current Company: TO THE NEW
Current Location: Noida
Pref. Location: Delhi / NCR,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Client Server
Role: Project Mgr-IT/Software
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 20 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Electrical]
Verified : Phone Number | Email - id
TO THE NEW as Vice President and Delivery Head
Jan 2020 to Till Date
* P&L owner for India Business Unit in TTN, estimated revenue growth of around 20% to reach 37CR for Fy'20-21
* New Account Additions and Existing Revenue Growth, focusing on growing topline >15% partnering with sales and
presales team
* Developed BU's GTM strategy, business plans
* Delivery owner for all Accounts in India BU, key ones include PwC India, HDFC AMC, InvestIndia, Tata Sky
* Managed a Large B2B program for Indirect Taxes for PwC India which interacted with GSTN systems via GSPs for
Tax filing
* Managing 15+ Customers across India
* Large account management, managing senior customer stakeholders
* Collaborating with different cross-functional units of the organization like HR, Finance, IT, People Growth and
Management
* People growth and competency management
* Managing presales initiative for the organization that includes responding to RFP's, RFQ's, creating POC's,
presentations and providing domain/technical consultancy
* Owning the API Management competency in TO THE NEW
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Prashant Jain
Delivery Head, 20+ years experience in IT Applications Delivery, Digital Transformation
,P&L Management, Large Program Management, Certified Professional Scrum Master,
Digital Pre-Sales - Web, Mobile, CMS, VR, Cloud, Microservices, Java , Node, APIs
Key Skills: Digital Transformation,Business Strategy,Presales,People Management,Program Management,Delivery
Management,Vice President and BU HeadHead/VP/GM-Technology(IT)/CTO,IT Operations,IT Budgeting,It Compliance
Summary
* Achievement- driven professional having 20+ years of experience and year-on-year success in IT Application Development
and Service Delivery Management, P&L Management, IT Operations, Program Management, IT Budgeting, Digital
Transformation, Application Support Vice President (Technology) and Delivery Head, India @ TO THE NEW, managing India
P&L and a Team of 200+ associates with revenue of INR 37 CR+. Leading 15+ Accounts, key ones - PwC India, HDFC AMC,
Tata Sky, Invest India
* Worked with TCS for 17 years in different Delivery and Pre-Sales roles and led large Program Management across USA
and EMEA geographies having 10MN+ revenue and team sizes of 100+
* As PreSales Manager in TCS , worked for GE and BFSI ISUs transforming customer experience across channels including
Web modernization , Mobile Apps, CMS, Perso
* Successfully received the:
o Leasing Life Innovator Award in Geneva for leasing application modernization
o Digital Innovator of the Year Award
o Star of the Month Awa
Work Experience
javascript:void(0)
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f16…
https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f165147475b0c01… 2/3
Tata Consultancy Services (TCS) as Delivery Manager for a 10MN USA based account
Apr 2017 to Dec 2019
As Delivery Partner
Acted as Delivery Partner for TCS-Element Fleet relationship and managed the Solution and Delivery of the Xcelarate
Program which includes Xcelarate for Customers Portal and Xcelarate for Drivers Native Mobile and Web Applications
which is used by 10k plus Fleet Drivers
?>>Owned the USD 11 MN+ contract size with the Team size of 100+
?>>Managing risks and issues at Account level
?>>Partnership with clients / executive level stakeholders
?>>Executive status reporting and regular status reporting at all level
Tata Consultancy Services (TCS) as Pre Sales and Solutions Manager, Digital Transformation
Jun 2014 to Mar 2017
*Performed function as Presales and Solutions Manager, Digital Transformation Unit and worked with 20+ Fortune 100
Accounts across TCS BFSI and GE ISUs for Digital Transformation of customer journeys, with customized offerings and
proposals.
*During this role , I spearheaded a team of 20+ Presales Consultants, Designers and Architects and was instrumental in
securing 50+ wins in areas of Web Modernisation, Mobile Apps, Content Management, Ecommerce, Personal Assistants,
AR/VR and Cloud
*Design Thinking Workshops for understanding the As-Is state of the customer ecosystem, the user-journeys of the
different personas and responding with Digital re-imagination of the journey
*Responding to Customer RFPs and creating the construct for the same
*PoCs and PoTs for Digital Transformation of customer experience
*Developing Solution Accelerators which can be leveraged across multiple-initiatives
*Initiatives for spreading Digital awareness in customers such as Brown Bag sessions
Tata Consultancy Services (TCS) as Program Manager
Feb 2009 to Jun 2014
As Program Manager for GE Capital EMEA account I was responsible for managing the P&L and delivery of the
equipment leasing extranet and PACE ( Pan-European Credit Decisioning system) which was developed for Pan-
European regions of UK, France, Germany, Benelux, Nordics
Account size: USD 3mn
Tata Consultancy Services (TCS) as Onsite Project Manager
Oct 2005 to Jan 2009
As Project lead and on-shore coordinator for NYK Lines in New Jersey, USA I was responsible for managing the delivery
of the Bill of laden management Application, doing all the customer interactions and co-ordinating the onshore and
offshore activities
Tata Consultancy Services (TCS) as Developer and Module Lead
Feb 2003 to Sep 2005
Trained on GE Water proprietary HAHT tool which was a proprietary tool of applications development and deployment
HCL COMNET SYSTEMS & SERVICES LIMITED as Web Application Developer
Apr 2002 to Jan 2003
SmartManage is a router traffic management product, the solution is developed to monitor traffic through routers and raise
alarms
Responsibilities:
* Development of the admin module
* Requirement analysis ,Development ,Testing and Code reviews
Environment: Java, Jsp, Ejb, Oracle
Information Technology India Limited as Web Application Developer
Jan 2000 to Mar 2002
Responsibilities:
* Development of the Hospitality Management System(HMS)
* Design, development, coding & code reviews
Environment: Java, Jsp, Ejb, Oracle
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f16…
https://freesearch.naukri.com/preview/printResume?uname=987f73d43e3c353c9de7670bee16758d0e595d574d460e430110145a5900501b115f165147475b0c01… 3/3
UG: B.Tech/B.E. (Electrical) from Deen Dayal Upadhyay Gorakhpur University (DDUGU) in 1999
Other Qualifications/Certifications/Programs:
Certificate Programme in General Management
Professional Scrum Master 1
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
J2EE 1.4 2008 10 Year(s) 0 Month(s)
JBoss 4.0.3 2008 3 Year(s) 6 Month(s)
Hibernate 3.0 2008 3 Year(s) 2 Month(s)
Spring 2.0 2010 2 Year(s) 7 Month(s)
Oracle 10G 2010 8 Year(s) 7 Month(s)
PROGRAM MANAGEMENT 0 8 Year(s) 0 Month(s)
PRESALES 0 4 Year(s) 0 Month(s)
Digital Transformation 0 5 Year(s) 0 Month(s)
MicroServices 0 2 Year(s) 0 Month(s)
AWS 0 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
Englist Expert
Hindi Expert
Rank 1160: Resume 269 with similarity score 0.003881909612139601
Resume Text: MS , BS student mumbai , assessment , english , resume , media marketing , organization , writing , connect , social media , digital marketing , scripting , learning , coaching , teaching Assessment
Q1. Why should you be hired for this role?
Being a Mass media student i can connect easily with the large number of masses with my work and bring up to a glory for my organization.
If given a chance will definitely make up for it
I completely feel that I am eligible for this post.
I am definitely good at both English speaking and writing as i have been teaching English since 3 years
Q2. Are you available for 6 months, starting immediately, for a full-time internship at Pune? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes i am available
Resume
EDUCAT ION
JOBS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8422961500
Kanchan Patil
Navi Mumbai
Applied 26 Jan'21
MSOffice English Proficiency Spoken) English Proficiency Written)
Social Media Marketing Teaching Digital Marketing
Bachelor of Arts B.A.)
Institute Of Distance And Open Learning
2019 - 2022
Bachelor of Mass Media B.M.M.), Arts
ICLES' Motilal Jhunjhunwala College
2018 - 2021
Percentage: 9.19%
Teaching
Private coaching classes, Navi Mumbai
Sep 2018 - Present
I am a Bmm and BA student and is inclined towards writing and scripting.
I am fully focused towards my work and if given a chance will for sure bring up to glory.
I am team oriented can build up strong points for the betterment of us.
Teaching English in classes
First rank holder of bmm
Rank 1161: Resume 1303 with similarity score 0.0038804971443844438
Resume Text: B.E , MS , B.TECH software engineer , associate , senior systems engineer , solution architect , change management , full time continuous process , nfs , telugu , root cause , security , microsoft azure , platforms , databases , linux , status , infosys , road , testing , components , fundamentals , ec2 , it infrastructure , restoration , oci , ansible , designation , application discovery , rhel , hindi , cloud , brownfield , ltd , windows , investigation , database servers , english , troubleshooting , productivity improvement , provisioning , ibm , change management , disaster recovery , server migration , itil , javascript , disk management , technology , availability , vm , general , performing , affirmative action , oracle , memory management , public , unix , checks , suse , iaas , escalation , paas , architecture , email , aws , information systems , web standards , hp , customer experience , languages , context , console , load balancing , trend analysis , storage management , hardening , mechanisms , interconnect , performance management , migrating , group policy , health , permissions , authorization , risk , record , map , less , wealth , user requirements , matrices , transformations , led , s3 , tuning , network administration , package management , backup and recovery , firewalls 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120…
https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120314465c0f0903… 1/3
Current Designation: IT Linux System Manager
Current Company: Micron Technology
Current Location: Hyderabad / Secunderabad
Pref. Location: Bengaluru / Bangalore,Hyderabad
Functional Area: IT Software - Network Administration /
Security
Role: IT/Networking-Mgr
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Micron Technology as IT Linux System Manager
Oct 2020 to Till Date
Managing day-to-day remote Infrastructure System Admin. activities according
to ITIL standards while maintaining SLA
Studying & troubleshooting CPU, Load, Memory and processes
Creating:
o Users, roles and managed permissions in Linux as well as Windows
o Estimations, migration plan for public cloud AWS, and road map for IT
infrastructure transformations
Collaborating with all departments to conduct analysis, investigation &
diagnosis of root cause of problems
Last Active: 8-Feb-21 Last Modified: 8-Feb-21
MINCHULA MADHURI
IT Linux System Manager seeking roles in IT Infrastructure,Linux Administration,Oracle
Cloud Infrastructure,Installation,Configuration,Testing,Incident Management,Disaster
Recovery,SLA Management,Troubleshooting,Transformation,Migrations,AWS
Key Skills: IT Linux System Manager,IT/Networking-Manager,IT Infrastructure,Linux Administration,Oracle Cloud
Infrastructure,Installation,Configuration,Testing,Incident Management,Disaster Recovery,SLA
Management,Troubleshooting,Transformation,Migrations,AWS
Summary
A focused professional with nearly 5 years of experience with track record of
analyzing information system needs, evaluating end-user requirements, custom
designing solutions & troubleshooting for complex information systems
management
Currently associated with Micron Technology, Hyderabad as IT Linux System
Manager
Wealth of expertise entails resolving critical issues with extensive experience in
monitoring, tuning & performing trend analysis of System/Application
Excels in providing solutions to OS for installation, configuration, performance
tuning, backup and recovery, monitoring, web server tuning
Skills in:
o Installing, configuring, upgrading and troubleshooting various Linux Platforms
(RHEL, SUSE)
o Linux NFS, File System Management, Performance Management, User/Group
Management and disk management using LVM, backup and restoration from
OS end and package management
o AIX and HP UNIX, AWS, OCI
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120…
https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120314465c0f0903… 2/3
Migrating the servers from one region to another region and creating minor
ansible scripts for day-to- day activities
Creating shell scripts and ansible scripts and provisioning LINUX servers
through public cloud AWS
Infosys Ltd as Senior Systems Engineer
Nov 2018 to Oct 2020
Installed, upgraded, and decommissioned servers as per client requests; performed daily health checks of servers
Led User group and disk management LVM (Preferable), Storage Management from OS level
Worked on database servers for the migration activities and migrated the servers from one region to another region
Ensured compliance with all the hardening, patches and group policy restrictions
Facilitated end-to-end delivery of the projects, met internal and external objectives:
o Estimation, risk, scope, time, resource, quality and change management
o Value-adds, continuous process and productivity improvement
Implemented standards for various operational areas; led quality systems & procedures to facilitate a high-quality
customer experience, while adhering to the SLAs
Prepared estimations, cloud migration plan for public cloud AWS, OCI and road map for IT infrastructure transformations
Conducted meetings/huddles; managed internal and external calls with customers
Acted as an escalation gate; addressed or resolved the customer or team issues/complaints/escalations on priority in
order
to meet the defined satisfaction matrices
Migrated the VM's using AWS cloud and provisioned both Windows and LINUX servers
Worked on/ with:
o OCI console and AWS console for different day-to-day activities
o Scalable networking technologies such as Load Balancers/ Firewalls and web standards such as REST APIs & Web
Security Mechanisms
Set-up foundational services & landing zone in a greenfield/ brownfield cloud platform context, specifically on AWS;
expertise in OS, Networking, and Cloud Architecture fundamentals
Possess intensive knowledge of AWS products and services such as VPC, EC2, S3, RDS, ELB, and AWS (Iaas & Paas
components)
Worked on Cloud Virtual Network, Cloud Load Balancing, Cloud CDN, Cloud Interconnect, Cloud DNS, Network
Service Tiers across multiple availability zones & regions
Migrated VMs using various AWS Native Tools such as AWS Application Discovery Service and AWS Server Migration
Service
Supported migrations of VMs from on-prem to cloud and migrated OS workloads to AWS
IBM as Software Engineer
Feb 2016 to Nov 2018
Rendered 24*7 support to critical servers which ran Databases & Applications on various Linux platforms in both virtual
and physical environments
Led File system management and memory management
Managed & mitigated OS level vulnerabilities
UG: B.Tech/B.E. (Computers) from sai ganapati engineering college in 2014
Other Qualifications/Certifications/Programs:
Oracle Cloud Infrastructure associate
AWS certified solution architect
Education
IT Skills
Skill Name Version Last Used Experience
Oracle cloud infrastructure 2020 3 Year(s) 0 Month(s)
AWS 2020 2 Year(s) 4 Month(s)
Linux Administration 2020 5 Year(s) 0 Month(s)
Microsoft Azure 2020 1 Year(s) 0 Month(s)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120…
https://freesearch.naukri.com/preview/printResume?uname=cff0f188e8e17a3dd5c71dcc720c9ee55d5b58551c105f145519175e5f5a534e4508120314465c0f0903… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Telugu Expert
Rank 1162: Resume 112 with similarity score 0.003868416608550626
Resume Text: BS work from home api , paging , image processing , css , filters , firebase , retrofit , architecture , image editing , kotlin , application , resume , github , rest , java , components , image search , chat , android development , completion , assessment , broadcast , html , database Assessment
Q1. Why should you be hired for this role?
I am confident in working with Android Development using Kotlin. I have already worked with an agency which required me to work on an app
using Java so I have that experience too. Besides that i have experience in working with Rest APIs. All of which i mentioned here is already shown
in my Portfolio, which is an IG page and my GitHub account, links to both of them are already attached with my resume. I like doing my work with
passion to learn.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes I am available for three months to give to this internship. I can start as early as it is needed.
Resume
EDUCAT ION
PROJECTS
Ayush Arya
Lucknow
Applied 25 Dec'20
Android Kotlin HTML
CSS Firebase Java
Bachelor of Computer Applications BCA, Computer Application
National Post Graduate College
2018 - 2021
CGPA 7.00/10
Senior Secondary XII, Science
St. Don Bossco School, Lakhimpur Kheri
CBSE board)
Year of completion: 2018
Percentage: 87.00%
Secondary X
St. Don Bosco School, Lakhimpur Kheri
CBSE board)
Year of completion: 2016
CGPA 9.20/10
Camera + Image Editing App
Nov 2020 - Nov 2020
https://github.com/easycodingg/CameraxEdit
A Camera and Image editing app using CameraX Api, GPUImage library for adding filters to images, Ucrop library, and Glide
for image processing
Unsplash Image Search App
Oct 2020 - Oct 2020
https://github.com/easycodingg/ImageApp
An Image Search App with MVVM Architecture using Unsplash Api, Retrofit, Room Database, Paging 3 and Glide.
Clock App
Sep 2020 - Sep 2020
https://github.com/easycodingg/ClockApp
A simple Clock App using MVVM architecture. This app mainly focuses on working with Android system components using
Notifications, Broadcast Recievers, AlarmManager etc
Group Chat App
Sep 2020 - Sep 2020
https://github.com/easycodingg/GroupChatApp
A simple group chat application using firebase
https://github.com/easycodingg/CameraxEdit
https://github.com/easycodingg/ImageApp
https://github.com/easycodingg/ClockApp
https://github.com/easycodingg/GroupChatApp
CONTACT Phone: 91 9653097443
Rank 1163: Resume 1353 with similarity score 0.003867058375810533
Resume Text: MS information security officer , sr. manager , cto , avp , it professional , full time vdi , rollout , general , financial services , rfp , asset tracking , citrix , brocade , microsoft azure , designation , office , capital , affirmative action , service desk management , it security , docker , emc , vendor management , information security , virtualisation , low latency , authorization , risk , internet , english , storage systems , arista , status , telephony , netscaler , proxy , email , jordan , securities , aws , devices , provisioning , information systems , mumbai , business operations , servers , nutanix , ec2 , languages , procurement , it service , assessment , vmware , cisco , javascript , network administration , cloud computing , technology , load , it infrastructure management , bfsi 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12…
https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12564313515b5f… 1/2
Current Designation: AVP & Head IT Infrastructure
Current Company: EDELWEISS GLOBAL MARKETS
Current Location: Mumbai
Pref. Location: Mumbai
Functional Area: IT Software - Network Administration /
Security
Role: Head/VP/GM-Technology(IT)/CTO
Industry: Banking/Financial Services/Broking
Marital Status: Married
Total Experience: 21 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: EPGDM [Information Systems]
Verified : Phone Number | Email - id
EDELWEISS GLOBAL MARKETS as AVP & Head IT Infrastructure
Oct 2017 to Till Date
Heading IT Infrastructure for Edelweiss Global Markets.
Responsible for entire IT Infrastructure comprising of Servers, Datacentre, Networking and End-User Computing for the
BG.
Managing a team of 20 Professionals.
Projects & Achievements
Low latency network setup using Arista-Metamako devices.
Provisioning of EC2 instances on AWS Cloud
Provisioning of applications on Docker.
Evaluation and PoC of Private Cloud (HPE SimpliVity)
Rollout of Microsoft O365 to users
SBICAP SECURITIES LIMITED as Sr. Manager - IT
Feb 2013 to Sep 2017
Worked as Information Security Officer and Head of IT Infrastructure and Projects
Managed IT Infrastructure, procurement and End User Computing
Managed team of 30 professionals
Projects & Achievements
Implemented DR/BCP
Implemented Citrix VDI for 200 users
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Jordan Dias
AVP & Head IT Infrastructure seeking roles in IT Infrastructure Management,Security
Management,Cloud Computing,Network Management,Service Desk
Management,Vendor Management,Risk Management,VMware,AWS,Nutanix,Microsoft
Azure
Key Skills: AVP & Head IT Infrastructure,Head/VP/GM-Technology/CTO,IT Infrastructure Management,Security
Management,Cloud Computing,Network Management,Service Desk Management,Vendor Management,Risk
Management,VMware,AWS,Nutanix,Microsoft Azure
Summary
Seasoned IT Professional with 21 years of experience in managing IT, IT Infrastructure / Operations, and Information Security.
In-depth understanding of BFSI Business operations and related technologies. Skilled in design and implementation of IT
services for BFSI environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12…
https://freesearch.naukri.com/preview/printResume?uname=d457ae8df43a7ca56b4026840dc8b16d0e580d5842110f155116120e0b015948475a12564313515b5f… 2/2
RFP and through evaluation of Hyper-converged systems
Implemented IP Telephony for corporate office and branches
AK CAPITAL as AVP & Head - IT
Apr 2012 to Jan 2013
Responsible for Entire IT Infrastructure (Network and Datacentre). Managing a team of 3 professionals
Projects & Achievements
Implemented solutions like secure internet proxy and IT asset tracking and IT service desk system (based on open-source
platform)
IT Security assessment and audits
PG: EPGDM (Information Systems) from Alliance Business School in 2018
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
VMware, Citrix Virtualisation
AWS, Microsoft Azure Cloud
HCI systems - Nutanix, Simplivity
Networking - Metamako, Arista, Cisco
Brocade, DNS, NS Servers
Layer 7 Load-balancers - F5/NetScaler
Storage Systems EMC
UTM - FortiGate, IPT - Unify
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 1164: Resume 1269 with similarity score 0.003804530352428952
Resume Text: B.E , MS , B.TECH , BS application support , network engineer , on call , senior software engineer , change management , full time , team lead , unix administrator , technical lead nfs , user management , space , bash , addition , docker , linux , hsm , ksh , status , leave management , snapshot , messaging , nagios , obc , reliability , ec2 , solaris , ansible , automation , upgradation , access , kubernetes , designation , server management , confluence , rhel , network devices , ltd , english , troubleshooting , ftp , groups , peering , sailpoint , ibm , ops , change management , capacity planning , git , itil , nmon , vmware , javascript , technology , availability , disk , performance improvement , rpm , netstat , efs , affirmative action , technical architecture , maintenance , utilization , unix , email , tomcat , health check , tidal enterprise scheduler , aws , containerization , output , languages , investment banking , sit , servicenow , onboarding , jenkins , image restoration , websphere , ug , team performance , ticketing , ami , azure , apache , permissions , authorization , maps , virtualization , matrix , application , hpsm , yum , user administration , cron , electronics , ecs , s3 , servers , fixed income , shell scripting , system performance , offshore , sar , ssh , bamboo , shutdown , scp , cloud computing , administrative 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a44…
https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a445240420d0908… 1/3
Current Designation: Technical Lead - Senior Software
Engineer
Current Company: Xoriant Solution Pvt. Ltd
Current Location: Pune
Pref. Location: Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 7 Year(s) 0 Month(s)
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Xoriant Solution Pvt. Ltd as Technical Lead - Senior Software Engineer
May 2017 to Till Date
Description
* Leading Unix Engineering offshore team, worked with different client's products, which runs on UNIX environment.
* Worked on primarily AWS cloud, RHEL admin and Application support. Handled secondarily IBM-MQ admin task, DB2
Support etc.
Responsibilities
* Worked on AWS cloud platform with EC2, S3, EBS, EFS, VPC, IAM, & understanding of Autoscaling, lambda, Cloud-
formation, CloudWatch, ECS, RDS Services.
* Active involvement in Cloud watch configuration and Matrix set-up
* Troubleshooting EC2 alerts and verifying them in cloud watch.
* OS patching on cloud servers through AWS manage service. (HSM & Ansible)
* Taking snapshot of EC2, EBS volume and creating AMI's for cloning and back-up purpose.
* Managing IAM policies for user account and creating rule for role-based access to AWS.
* Well know of VPC configuration and VPC peering and S3 issues.
Last Active: 27-Jan-21 Last Modified: 25-Jan-21
Pravin Sutar.
Technical Lead - Senior Software Engineer seeking roles in Software Development,
Application support, Requirement Gathering, System Analysis, Technical Architecture,
Cloud Computing, Shell Scripting, Docker, AWS, Jenkins
Key Skills: Technical Lead - Senior Software Engineer,Team Lead,Software Development,Application
Programming,Requirement Gathering,System Analysis,Technical Architecture,Cloud Computing,Shell
Scripting,Docker,AWS,Jenkins
Summary
* 7.7 Year experience in Investment Banking domain for US, UK, Hongkong & Middle East clients.
* Hands-on expr in Cloud-AWS, Azure, UNIX-RHEL Administrator, Jenkins, IBM-MQ admin, Application-Apache Tomcat,
WebSphere, Docker.
* Worked on AWS cloud platform with EC2, S3, EBS, EFS, VPC, IAM, supportively having good knowledge Autoscaling,
CloudWatch, ECS, RDS Services.
* AWS Organizations accounts creation (OU)and management with SCP Policies.
* Worked as IBM-MQ admin, & Client-server MQ installation and upgrade activity.
* Completed CICD automation for UGA WAS deployment through Jenkins lower environment.
* AWS CloudWatch configuration and matrix setup & Creating roles and policy for cloud users.
* Automated generating Nmon report automation on EC2 instance through S3 bucket.
* Working on AWS cost saving maintenance activity every weekend & automated with Jenkins.
* Worked on containerization technology, Docker-swarm & Kubernetes environment.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a44…
https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a445240420d0908… 2/3
* RHEL Admin: - Taken care of OS patch upgrade activity, User management-AD user, server user, file permissions
issues, VMware issues-server snapshot, File system space extension, server reboot, Adding space from HD to FS etc.
* Application Admin: -Worked on patch deployments and upgrades USP, UGA of different higher environments like ST,
SIT. (WebSphere and Tomcat)
* Taken care of all application issues-URL issue, cronjob set-up, automation for repetitive task.
* MQ Admin: - Messaging Queue installation and upgrade activity,
* Qmangers issues, channel issues, clearing messages form queue, XA issues, Queue configuration, addition and
deletion of queue etc.
* Dev-ops: - Handled issues of Bamboo, Fishy, Confluence slowness issue, URL not working issue.
* Supported & involved for UGA application auto deployment through bamboo integration.
* Docker- Worked for CLSNet application migration to cloud-AWS platform and handled certificate issues, container
issues, docker services etc.
* Good Knowledge of Qreplication and DB2 issues like data issue, update, delete query etc.
* Automation: - Wrote scripts to reduce manual efforts like MQ details display, Daily health check (Disk Space, CPU),
Mwatch agent restart/status, CPU utilization in percentage, Segar output for onboarding server.
* Jenkins- Done automation of weekend activity of start and stop ec2 instance with Jenkins.
* Team performance improvement: - Created back-up of each domain which is improving team performance.
* Taken care of hosting daily/Weekly meeting call and Rota and leave management of team members.
Tata Consultancy Services as Sr. Software Engineer
May 2015 to May 2017
Description
* Worked Fixed Income, Derivative's maintenance of RBC in-house products and applications for business users.
Primarily worked on Application support and RHEL admin.
Responsibilities
* Worked Fixed Income, Derivative's maintenance of RBC in-house products and applications.
* Involved in Installation and configuration on Solaris and RHEL.
Responsible for Day-to-day systems administration tasks in Solaris and Linux.
* Worked on sev-1,2,3 issues, involved to work with developer in upgradation activities.
* User Administration (creating user account, password and set the password) Solaris &RHEL.
* Monitored system performance using sar, prof, vmstat, iostat, netstat.
* Wrote and modified shell scripts (bash, ksh) to perform automated administration tasks.
* Created shell scripts to monitor system and Performed administrative tasks such as System start-up/shutdown,
services start/stop scheduled cron jobs for job automation
* Monitored and troubleshoot all Fixed income (FX) application through Geneos.
* Extensively worked with HP ticketing system with 24/7 on call support for production.
* Good experience working with Change Management HPSM, Service now Ticketing System.
Openview Technologies Pvt. Ltd as Software Engineer
May 2014 to Apr 2015
Description
Unix Administrator [RHEL, Solaris], Secondary support of IBM AS400.
Responsibilities
* Administrated Linux, Solaris and AS400 operating environments.
* User Administration on UNIX server & monitoring server performance.
* Creation of groups, adding User ID to a group as a primary or secondary group, removing.
* RPM and YUM package installations, patch and another server management.
* Checking log files for any incident, checking hard driver of SOC, DR, PROD, TEST server.
* Involved in Image restoration activity task in Solaris.
* Creating SOP (Standard Operating Procedure).
Maps Industries India Pvt. Ltd. Pune as Network Engineer
Jun 2013 to Apr 2014
Worked as a Network Engineer to support Vodafone client.
* Monitor performance and ensure system availability and reliability
* Monitor system resource utilization, and capacity planning
* Configuring and installing various network devices and services.
* Worked on tickets to trouble shoot within SLA.
* Weekly basis created reports and Creating SOP (Standard Operating Procedure).
UG: B.Tech/B.E. (Electronics/Telecommunication) from Shivaji University, Maharasthra in 2013
Education
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a44…
https://freesearch.naukri.com/preview/printResume?uname=d5a3a6155c8c3e2b571a56ce24a6b5f00d5b09024e405a195540135b580a514e135a445240420d0908… 3/3
Other Qualifications/Certifications/Programs:
Diploma in Industrial Electronics
Affirmative Action
Category: OBC - Creamy
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Countries: India
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
AWS cloud, Docker, Kubernetes
Jenkins, GIT, UNIX [RHEL] IBM [MQ]
VMware virtualization, ITIL
Bash shell scripting
IBM MQ, AIX
TCP/IP, NFS, FTP, HTTP
DNS, DHCP, SSH, VPC
Pagerduty, Sailpoint, ServiceNow
Mwatch, Okta, Support-Works
HP-SM, HP-NNM, HP-BSM
HP-OVO, Grafana
Nagios,Uchiwa,Tidal Enterprise Scheduler
Apache Tomcat, Websphere
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 1165: Resume 1188 with similarity score 0.003673261430263087
Resume Text: B.E , B.TECH , BS full time , web designer , ui designer , user experience designer visual design , general , interfaces , g2 , visual studio code , css , brackets , designation , ug , notepad++ , mar , affirmative action , user experience , new concepts , photoshop , ltd , adobe , jquery , player , authorization , english , graphic design , bootstrap , status , email , project , application , mockups , fixing , dreamweaver , technology solutions , prototyping , accessibility , customer experience , languages , sass , javascript , web , measures , html , usability 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b18…
https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b1855434550095f5… 1/2
Current Designation: Web Designer
Current Company: CG-VAK Software (India)
Current Location: Chennai
Pref. Location: Bengaluru / Bangalore,Chennai
Functional Area: Web / Graphic Design / Visualiser
Role: User Experience Designer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 5 Month(s)
Notice Period: 2 Months
Highest Degree: Other [Other]
Verified : Phone Number | Email - id
CG-VAK Software (India) as Web Designer
May 2019 to Till Date
Designed and implemented new concepts for web application.
New user experience and interactions. Communicated ideas
using mockups using illustartor and photoshop and prototyping
using Adobe XD. Worked independently and with a small team
to ship user interfaces improvements and fixed bug in javascript,
jquery, HTML, CSS. Provided feedback to other ui designers
on their projects.
G2 Technology Solutions India Pvt Ltd.
Mar 2018 to Apr 2019
Designed and implemented new concepts for web application.
New user experience and interactions. Communicated ideas
using mockups using illustartor and photoshop and prototyping
using Adobe XD. Worked independently and with a small team
to ship user interfaces improvements and fixed bug in javascript,
jquery, HTML, CSS. Provided feedback to other ui designers
on their projects.
i VISUAL Design Innovation
Jul 2016 to Feb 2018
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
RAJESH KUMAR R
Web Designer seeking roles in Project Management,web designing,bug fixing,user
interfaces improvements,Photoshop,Adobe XD,Adobe
Dreamweaver,Notepad++,HTML, CSS, SASS, Bootstrap, Javascript,Jquery,React JS
Key Skills: Web Designer,User Experience Designer, Project Management,web designing,Mechanical Engineering,bug
fixing,user interfaces improvements,Photoshop,Adobe XD,Adobe Dreamweaver,Notepad++,Javascript,Jquery,React JS
Summary
Having around 4.7 years of experience as UI designer and I have worked on more than 40 different
projects, a bright and self-motivated web designer with a strong technical background. A
good team player, able to play a key role throughout a project development to ensure maximum
accessibility, customer experience and usability
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b18…
https://freesearch.naukri.com/preview/printResume?uname=84aea4bf282515458360a59feb80754d5c5e0a004c1401430a1643590f5d051e125b1855434550095f5… 2/2
Analysing Client's Requirement and Designed and implemented
new concepts for website. New user experience and interactions.
Communicated ideas using mockups using photoshop.
Taking measures to improve the quality by innovative ideas.
UG: B.Tech/B.E. (Mechanical) from Karpaga Vinayaga College Of Engineering And Technology in 2015
PG: Other (Other) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Visual Studio Code
Brackets
Adobe Dreamweaver
NOTEPAD++
Adobe XD
PHOTOSHOP
ILLUSTRATOR
HTML
CSS
SASS
BOOTSTARP
JavaScript
JQUERY
React js
Languages Known
Language Proficiency Read Write Speak
English Expert
Rank 1166: Resume 714 with similarity score 0.0035676559690180237
Resume Text: B.E , MS , B.TECH design engineer , founder , software engineer , renderer , network engineer , product architect , software developer , release engineer , full time , team lead , full stack developer automation , core java , general , technical leadership , e-learning , healthcare , nosql , fault management , designation , b2c , ug , gym , affirmative action , mysql , hindi , fitness , linux , fms , maintenance , ltd , travel , json , ios , telcom , node.js , online marketplace , farmers , authorization , english , status , email , b2b , project , express , application , mobile apps , aws , mongodb , integration testing , solution architecture , records , fixing , android , rest , components , alcatel , c++ , react native , dc , languages , jam , hibernate , cc , amazon , kannada , completion , management system , javascript , search , web , layout , insurance 12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 1/3
Current Designation: Full Stack Developer
Current Company: Reliance jio
Current Location: bangalore
Pref. Location: Bengaluru / Bangalore,Singapore,United
Kingdom (UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: Telcom/ISP
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Reliance jio as Full Stack Developer
Aug 2019 to Till Date
Leading the mobile app team for various B2B mobile apps for IoT solutions.
Architected, designed and developed various B2B and B2C apps for IoT solutions.
Worked on react-native, native android, node.js, MySQL.
Yasco Solutions Pvt Ltd., as Software Developer -Java
Apr 2017 to Jul 2019
Technologies: (MERN, 'R' being react native) React Native, Node.js, Elastic Search, MongoDB, GCP.
Roles & Responsibilities:
Designing and developing mobile app.
Designing NoSQL DB.
Release engineer.
Designing and developing backend required for mobile app.
Details:
Successfully developed online marketplace for NGOs, where NGOs can do event, volunteer,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Gokul Kulkarni
React Native,Software Developer, Seeking Roles in Software Development,Application
Programming,
,Project Management,Requirement Analysis,Solution Architecture,Node.js
Key Skills: React Native,Software Developer,Tech Lead, Application Programming, Requirement Analysis,Solution
Architecture,Node.js,Express,MongoDB,Elastic search,Java,Android,Springs,Hibernate,Rest,Javascript
Summary
Total of 10+ years of experience in software.
Enthusiastic learning.
Always looking for challenging tasks to take up and see it to completion.
Software Developer skilled at technical leadership, communication.
Experienced in full project life cycle right from requirements to design to implementation to
integration.
Work Experience
javascript:void(0)
javascript:void(0)
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 2/3
member and donation management.
Responsible as the lead of the mobile team for developing the consumer mobile app using
React Native for the online marketplace.
Responsible for maintaining the development, staging and production environments in
GCP.
Response for developing backend required for mobile app and various other apps using
node.js, express, mongoDB.
Implemented custom renderer for react native - which generates the layout depending on
the JSON.
Developed various reusable components needed across the various apps.
Links:
Mobile app:
iOS: https://itunes.apple.com/in/app/sociallygood/id1399998528?mt=8
Android: https://play.google.com/store/apps/details?id=org.soczen.sazen
Web: https://sociallygood.com/
Dhi as Co founder and Product Architect
Jan 2015 to Mar 2017
Technologies: Java, Springs, Hibernate, MySQL, AWS, Android
Roles & Responsibilities:
Designing and developing backend APIs.
Designing MySQL DB.
Release engineer.
Designing and developing native android mobile apps.
Details:
Successfully developed e-learning Platform to improve skills of students with an innovative
approach.
Responsible for developing the backend using Springs and hibernate, along with DB
designing.
Developed various native android mobile apps for our clients.
Projects:
1. Writzo:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: Writzo is a Electronic Health Records (EHR) system, which will help user to
save various electronic health records like Doctor appointments, Prescriptions,
Insurance, Vitals.
2. Farm taaza:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: This app is targeted for the Collection Centre (CC) & Distribution Centre
(DC). The persons in the CC will collect various SKUs from farmers and update the
details accordingly and to which DC centre it has to be delivered.
3. Pocimy:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: App is developed for the physical fitness people, who can search for gym
around. People who are on constant travel or working professionals will be having
difficulties in attending gym, so they can purchase plan with pocimy, book
appointment for any nearby gyms and start working out.
Alcatel Lucent as Software Engineer
Apr 2013 to Jan 2015
Technologies: C, C++, Core Java, Linux
Responsible for developing and maintaining the Fault Management System for the Alcatel
Lucent network managers.
Developed alarm automation system, which was responsible for raising alarms and checking
the backend if the alarms were raised successfully and propagated in various layers.
Projects:
1. Fault Management System (FMS):
Roles & Responsibilities: Designing and development.
Details: FMS is the Alcatel Lucent's fault management layer for the ALU's Network
Manager (NM). Propagating the alarms alarms to various layers and alerting the
Network Engineer about the fault that has happened. Mainly worked on
maintenance of the FMS, supporting new card, issue fixing.
2. FM Automation:
12/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 3/3
Roles & Responsibilities: Designing and development
Details: Automating the raising of the alarms in the Network Element (NE) and
checking if the alarm has been propagated through various layers correctly.
GE Healthcare as Design Engineer
Feb 2011 to Mar 2013
Worked as integrator, job was integrated various sub systems, provide release and do the integration testing.
Developed integration testing tool which checked various message exchanges between the sub systems and conclude if
the system worked correctly.
Was awarded as the Employee of the month.
Stood 3rd in the code jam (programming contest)
UG: B.Tech/B.E. (Computers) from Basaveshwar Engineering College, Bagalkot in 2009
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C C++ 2013 2 Year(s) 1 Month(s)
JAVA, J2EE 2017 2 Year(s) 4 Month(s)
React Native 2020 3 Year(s) 0 Month(s)
Node.js 2019 2 Year(s)
GCP 2019 1 Year(s) 6 Month(s)
JAVA 2019 1 Year(s)
Elastic Search
Amazon - AWS
ANDROID 2020 0 Year(s) 0 Month(s)
SPRINGS
Hibernate
MySQL 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Rank 1167: Resume 1538 with similarity score 0.0035616204861791153
Resume Text: MS seo manager , ecommerce manager , digital marketing manager , full time , part time , e-commerce manager , project leader ecommerce , online advertising , canonical , reporting , magento , optimization , general , media marketing , designation , ug , pay , platforms , affirmative action , online lead generation , hindi , scratch , revenue , start to finish , accessories , working experience , english , authorization , satellite , ppc , online branding , status , social media , architecture , multinational , joomla , email , project , wordpress , product management , less , marketing strategy , mobile marketing , digital strategy , dreamweaver , integrated marketing , weather , market research , seo , building , languages , display advertising , reach , e-commerce , stone , textiles , campaigns , javascript , display marketing , digital marketing , learning , content marketing 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a10…
https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a100411400e5e09… 1/3
Current Designation: Digital Marketing & Ecommerce Manager
Current Company: Panash India
Current Location: Jaipur
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Jaipur
Functional Area: Marketing / Advertising / MR / PR
Role: Display Marketing Manager
Industry: Textiles/Garments/Accessories
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Marketing]
Verified : Phone Number | Email - id
Panash India as Digital Marketing & Ecommerce Manager
Feb 2015 to Till Date
My work at Panash is acquiring sales via Digital marketing, Social media campaigns, Managing all official accounts & paid
marketing campaigns including merchant account for PanashIndia.com and also to take care of site's migration to
magento without loosing the old link architecture and building a content marketing strategy for the site.
My Key responsibilities there was to generate sales online via SEO, Social media marketing, acquiring brand promotion
opportunities via social media and reach out mails to social media bloggers and influencers
Satya Satellite as Sr. SEO Analyst & Digital Marketing Manager
Jul 2014 to Jan 2015
Working at Satya Satellite is quite a learning experience as I have not only managed the digital marketing, I also
established an online brand named "Select My Tutor" from scratch, and left no stone unturned to make it as competitive as
the huge platforms like TutorHunt within a very short period of time.
Dotsquares as Seo Analyst
Sep 2012 to Jun 2014
As an SEO Analyst i have managed and analyzed all aspects of the sites weather its technical onpage issues like link
structure, redirection, site speed, Canonical issues or the duplicate ones and after rectifying them making strategies for
link earning and building strategies via content and social media marketing.
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Priyan Sharma
Digital Marketing & E- commerce Manager seeking roles in Marketing,Market
Research,Online Marketing,Online Advertising,Digital Strategy,Revenue
Generation,Brand Management,Product Management,Advertising,Key Accounts
Management,SEO,SMO,PPC
Key Skills: Digital Marketing & E-commerce Manager,Display Marketing Manager,Marketing,Market Research,Online
Marketing,Online Advertising,Digital Strategy,Revenue Generation,Brand Management,Product
Management,Advertising,Key Accounts Management,SEO,SMO,PPC
Summary
It's been a long journey of approx 9 years and I have worked with top notch IT Multinational companies to ecommerce product
based companies to small startups so in this journey I have gained experience with all the environments and scenarios of digital
marketing and I have working experience of handling them successfully, I would love to work with the companies who are
passionate about their growth who wants to work with me to reach a tangible goal, So that we create a win-win situation for
each other. I am eager to work with a brand, a startup or an ecommerce company as long as they know their why for the goal.
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a10…
https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a100411400e5e09… 2/3
Veesys Infosolutions as SEO Manager
Jul 2010 to Sep 2012
I have managed Whole digital marketing process from start to finish including client handling, project management,
onpage and offpage for the site along with reporting.
UG: B.A (Arts&Humanities) from Rajasthan University in 2009
PG: MBA/PGDM (Marketing) from symbiosis college of pune in 2012
Other Qualifications/Certifications/Programs:
Digital Marketing Certification
Nature of Employment: Full Time
Project Location: Jaipur, India
Role: Project Leader
Duration: Feb 2015 - Feb 2018
Onsite / Offsite: Onsite
Team Size: 1
Nature of Employment: Full Time
Project Location: UK
Role: Sr. Project Leader
Duration: Jan 2014 - Jan 2015
Onsite / Offsite: Offsite
Team Size: 4
Education
IT Skills
Skill Name Version Last Used Experience
SEO 2011
Dreamweaver 2011
WORDPRESS 2011
JOOMLA 2011
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Projects
Project Title: Panash India
Client: PanashIndia.Com
Skill Used: SEO, SMO, Social Media Optimization, Pay Per Click, Display Advertising, Online Lead Generation, Sales,
Marketing, Branding, Integrated Marketing,
Project Details: My work at Panash is acquiring sales via Digital marketing, Social media campaigns, Managing all official
accounts & paid marketing campaigns including merchant account for PanashIndia.com and also to take care of sites
migration to magento without loosing the old link architecture and building a content marketing strategy for the site.
Project Title: Select My Tutor
Client: SelectMyTutor.Com
Skill Used: SEO, SMO, Social Media Optimization, Pay Per Click, Display Advertising, Online Lead Generation, Social Media
Marketing, Mobile Marketing, Search Engine Marketing, Online Branding, Online Advertising, Digital Marketing, Email
Marketing,
Role Description: SEO, Branding, Content Marketing & ORM
Project Details: Working at Satya Satellite is quite a learning experience as I have not only managed the digital marketing, I
also established an online brand named Select My Tutor from scratch, and left no stone unturned to make it as competitive
as the huge platforms like TutorHunt within a very short period of time.
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a10…
https://freesearch.naukri.com/preview/printResume?uname=b51feb93bd0a5cb62e9dcb5035204d4609590a551e120d425542410c0c0053481a5a100411400e5e09… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Authorized to Work in the US
Countries: India
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Rank 1168: Resume 1051 with similarity score 0.003551826294445402
Resume Text: MS director , support engineer , sap basis , assistant manager , senior manager , system administrator , associate , computer engineer , it professional , cloud engineer , it manager , full time , team member internal audit , microsoft azure , fault tolerance , fms , antivirus , status , sap , fintech , preventive maintenance , connectivity , ec2 , decommissioning , data center , remote desktop , procurement , server administration , cms , outlook express , hp proliant , access , designation , mar , iso 27001 , hindi , cluster , ltd , english , troubleshooting , project , provisioning , windows system administration , windows xp , hyper-v , dialers , disaster recovery , resolve , erd , security policy , javascript , technology , availability , gujarati , general , system recovery , performing , iso standards , affirmative action , dynamo , utilization , terminal , file servers , proxy , email , aws , server configuration , microsoft outlook , daily operations , languages , amazon , viz , wsus , management system , rights , esxi , v2v , web , folders , migrating , vmware infrastructure , windows server , ug , group policy , active directory , firewall , p2v , avaya , authorization , enterprise , virtualization , record , user administration , s3 , storage , iis , sophos , cloud computing 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 1/4
Current Designation: Azure ,AWS Engineer
Current Company: Fintech Global Center
Current Location: Ahmedabad
Pref. Location: Ahmedabad,Pune,Bengaluru / Bangalore
Functional Area: IT Software - Client Server
Role: System Admin
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: Diploma [Computers]
Verified : Phone Number | Email - id
Fintech Global Center as Azure ,AWS Engineer
Dec 2019 to Till Date
Design, implemented and maintained Cloud Enginner and cloud solutions for critical Confidential ISE projects.Participated
as Team member for migrating Confidential on Amazon Web Confidential (AWS)Involved in designing and deploying a
multitude applications utilizing almost all of the AWS stack (Including EC2, Route53, S3, RDS, Dynamo DB, SNS, SQS,
IAM) focusing on high-availability, fault tolerance, and auto-scaling.
Entigrity Solution Pvt Ltd as IT Manager
Feb 2019 to Dec 2019
Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group Policy,
, Backup Server and File Servers Etc
AWS Server configuration for host record maintain
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Services Helpdesk Management System Configure administrator
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server.
Simpolo Vitrified as Senior Manager IT
Jul 2016 to Jul 2018
Last Active: 1-Feb-21 Last Modified: 1-Feb-21
Chetan Pandya
Diploma,with total 10 years of experience in windows + virtualization last 3.5 years
experience in AWS / Azure
Design, implemented and maintained
Key Skills: Sysops,AWS Engineer,Azure,Virtualization,Windows System Administration
Summary
I had done my diploma in computer engineer in 2007.
l have total 10+ years of experience in IT Professional, I have experience in windows servers , virtualization VMware/hyper V.
and I have last 4.0 years I am working on cloud computing Azure and AWS infrastructure platform.
now I am looking for AWS Azure cloud engineer job
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 2/4
? HP Hyper Convert 380 Hardware
? Key role in Windows Server infrastructure Troubleshooting, Support & SAP Basis Role Authorization
cloud backup solution
? Active Directory Management Viz. DNS/DHCP
? SCCM 2012 Installing & Manage
? Network Solution Switch level Knowledge L3 / L2, Sophos Firewall Support
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus and File Servers Etc
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Services Helpdesk Management System Configure administrator
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus
Doehle Danautic as Assistant Manager IT
Apr 2015 to Jul 2016
? Key role in Windows Server infrastructure Troubleshooting & Support
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus and File Servers Etc
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Utilized Hyper V Technology &VM server Maintain
? hp proliant 380&580 Gen 8 Hardware utilization
? Vital role in Hyper-V implementation, administration and Hyper V troubleshooting
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Services Helpdesk Management system Configure administrator
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group Policy,
, Backup Server, Antivirus
ITSource Technologies as L2 System Administrator
Sep 2013 to Oct 2014
? Key role in Windows Server infrastructure Troubleshooting & Support
? SCCM 2012 Installation & Configuration
? Active Directory Management Viz. DNS/DHCP
? Assigning rights & privileges to users to access files and folders
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus, IIS, Proxy, Avaya, Dialers, Terminal servers and File Servers Etc
? Involved in Installation and maintenance of Windows server 2008 & 2012
? Utilized Hyper V Technology 25 times more than VM server Maintain
? Involved in Cluster Monitoring, Connectivity Monitoring & hp ProLiant 380&580 Gen 8 Hardware utilization
? Vital role in Hyper-V implementation, administration and Hyper V troubleshooting
? Implemented WSUS server for deployment of security patches & updates
? Engaged in SAN Configuration & Monitoring
? Attend weekly meeting and share Knowledge about critical calls
? Concerned with Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
Gensol Consultants Pvt. Ltd. as Senior IT Executive
Feb 2010 to Aug 2011
? Day to day management & maintenance of MS Windows Server Environment. Active Directory, DNS, DHCP, Group
Policy, , Backup Server, Antivirus, IIS, Proxy, Avaya, Dialers, Terminal servers and File Servers Etc
? Liaise with vendor, tech team, Enterprise management team and NOC to resolve user issues
? Assigning rights and privileges to users to access files and folders
? Implemented Automated System Recovery & ERD on all the Servers for Disaster Recovery
? Implemented WSUS server for deployment of security patches & updates. All the new Software's / Hardware's /
Upgrades / Patches / Service Packs are tested on the test environment to ensure that the production is unaffected
? Member in Incident Management team by generating incident report for critical calls
? Attended weekly meeting and share Knowledge about critical calls.
? Involved in Remote Server Administration through VNC, Remote Desktop Connection, Remote Admin Etc
? Performing user administration activity as per the First Source Security policy guidelines
? Formulated documents on all the Servers including the major role of the Server, Hardware, Software Configuration etc
? Implementation & troubleshooting of VMware and supported daily operations of Gensol's VMware Infrastructure
? Provisioning & Decommissioning of VM / ESXi servers
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 3/4
? Performed P2V / V2V Migration of VM using the VMware vConverter Tool
? Performed Storage VMotion & VMotion
CMS Computers as FMS Support Engineer
Mar 2007 to Jul 2009
? Installation & Trouble Shooting of windows XP
? Provided end-to-end connectivity to Users
? Key role in Vendor Co-Ordination, Parts procurement, Inventory Management & ISO Procedure
? Remote and on-site audit for preventive maintenance as per ISO standards
? Remote support with Team Viewer, VNC and Remote desktop
? Configuration & maintenance of Microsoft outlook and Outlook express
? Involved in Operation & maintenance of LAN & WAN Connectivity
? Accountable for providing end-to-end connectivity to Users.
? Remote and on-site audit for preventive maintenance as per ISO standards
? Provided Remote support with Team Viewer, VNC and Remote desktop
? Configuration & maintenance of Microsoft Outlook & Outlook express
UG: Diploma (Computers) from AVPTI, RAJKOT in 2007
Other Qualifications/Certifications/Programs:
Vmware Certified Associate Data Center Virtulization
Nature of Employment: Full Time
Project Location: Morbi
Role: Network/System Administrator
Duration: Oct 2016 - Apr 2017
Onsite / Offsite: Onsite
Team Size: 5
Education
IT Skills
Skill Name Version Last Used Experience
VMWARE 6.0 2017 5 Year(s) 0 Month(s)
SYSTEM ADMINISTRATOR 2012 2011 8 Year(s) 0 Month(s)
Active Director 2012,2008 2009 9 Year(s) 0 Month(s)
AWS 2017 3 Year(s) 0 Month(s)
Microsoft Azure 2018 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Proficient
Gujarati Proficient
Projects
Project Title: ISO 27001
Client: Simpolo Vitrified Ltd.
Project Details: As role Internal co-ordinate and internal Audit completed this project
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15…
https://freesearch.naukri.com/preview/printResume?uname=613ae67e70ffb1975eb7010cdba4c0d25a0b090549115b155647450d0909054d100b15051149500b5d… 4/4
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Rank 1169: Resume 1565 with similarity score 0.003518662087026361
Resume Text: B.E , MS , B.TECH design engineer , founder , software engineer , renderer , network engineer , product architect , software developer , release engineer , full time , team lead , full stack developer automation , core java , general , technical leadership , e-learning , healthcare , nosql , fault management , designation , b2c , ug , gym , affirmative action , mysql , hindi , fitness , linux , fms , maintenance , ltd , travel , json , ios , online marketplace , node.js , farmers , authorization , english , status , email , project , b2b , express , application , mobile apps , aws , mongodb , integration testing , solution architecture , records , fixing , android , rest , components , alcatel , c++ , react native , dc , languages , jam , hibernate , cc , amazon , kannada , completion , management system , javascript , search , web , layout , insurance 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 1/3
Current Designation: Full Stack Developer
Current Company: Reliance jio
Current Location: bangalore
Pref. Location: Bengaluru / Bangalore,Singapore,United
Kingdom (UK)
Functional Area: IT Software - Application Programming /
Maintenance
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 9 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Reliance jio as Full Stack Developer
Aug 2019 to Till Date
Leading the mobile app team for various B2B mobile apps for IoT solutions.
Architected, designed and developed various B2B and B2C apps for IoT solutions.
Worked on react-native, native android, node.js, MySQL.
Yasco Solutions Pvt Ltd., as Software Developer -Java
Apr 2017 to Jul 2019
Technologies: (MERN, 'R' being react native) React Native, Node.js, Elastic Search, MongoDB, GCP.
Roles & Responsibilities:
Designing and developing mobile app.
Designing NoSQL DB.
Release engineer.
Designing and developing backend required for mobile app.
Details:
Successfully developed online marketplace for NGOs, where NGOs can do event, volunteer,
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Gokul Kulkarni
React Native,Software Developer, Seeking Roles in Software Development,Application
Programming,Application Maintenance,Project Management,Requirement
Analysis,Solution Architecture,Node.js,Express,MongoDB,Elastic
search,Java,Android,Springs,Hibernate
Key Skills: React Native,Software Developer,Tech Lead, Application Programming, Requirement Analysis,Solution
Architecture,Node.js,Express,MongoDB,Elastic search,Java,Android,Springs,Hibernate,Rest,Javascript
Summary
Total of 9+ years of experience in software.
Enthusiastic learning.
Always looking for challenging tasks to take up and see it to completion.
Software Developer skilled at technical leadership, communication.
Experienced in full project life cycle right from requirements to design to implementation to
integration.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 2/3
member and donation management.
Responsible as the lead of the mobile team for developing the consumer mobile app using
React Native for the online marketplace.
Responsible for maintaining the development, staging and production environments in
GCP.
Response for developing backend required for mobile app and various other apps using
node.js, express, mongoDB.
Implemented custom renderer for react native - which generates the layout depending on
the JSON.
Developed various reusable components needed across the various apps.
Links:
Mobile app:
iOS: https://itunes.apple.com/in/app/sociallygood/id1399998528?mt=8
Android: https://play.google.com/store/apps/details?id=org.soczen.sazen
Web: https://sociallygood.com/
Dhi as Co founder and Product Architect
Jan 2015 to Mar 2017
Technologies: Java, Springs, Hibernate, MySQL, AWS, Android
Roles & Responsibilities:
Designing and developing backend APIs.
Designing MySQL DB.
Release engineer.
Designing and developing native android mobile apps.
Details:
Successfully developed e-learning Platform to improve skills of students with an innovative
approach.
Responsible for developing the backend using Springs and hibernate, along with DB
designing.
Developed various native android mobile apps for our clients.
Projects:
1. Writzo:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: Writzo is a Electronic Health Records (EHR) system, which will help user to
save various electronic health records like Doctor appointments, Prescriptions,
Insurance, Vitals.
2. Farm taaza:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: This app is targeted for the Collection Centre (CC) & Distribution Centre
(DC). The persons in the CC will collect various SKUs from farmers and update the
details accordingly and to which DC centre it has to be delivered.
3. Pocimy:
Roles & Responsibilities: Designing and developing native android mobile app.
Details: App is developed for the physical fitness people, who can search for gym
around. People who are on constant travel or working professionals will be having
difficulties in attending gym, so they can purchase plan with pocimy, book
appointment for any nearby gyms and start working out.
Alcatel Lucent as Software Engineer
Apr 2013 to Jan 2015
Technologies: C, C++, Core Java, Linux
Responsible for developing and maintaining the Fault Management System for the Alcatel
Lucent network managers.
Developed alarm automation system, which was responsible for raising alarms and checking
the backend if the alarms were raised successfully and propagated in various layers.
Projects:
1. Fault Management System (FMS):
Roles & Responsibilities: Designing and development.
Details: FMS is the Alcatel Lucent's fault management layer for the ALU's Network
Manager (NM). Propagating the alarms alarms to various layers and alerting the
Network Engineer about the fault that has happened. Mainly worked on
maintenance of the FMS, supporting new card, issue fixing.
2. FM Automation:
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d44…
https://freesearch.naukri.com/preview/printResume?uname=6f9f5a0ed7ea556923bb309766a3e59d5b5e0d031f130e180a10445a5f585718420d4403121458095a0… 3/3
Roles & Responsibilities: Designing and development
Details: Automating the raising of the alarms in the Network Element (NE) and
checking if the alarm has been propagated through various layers correctly.
GE Healthcare as Design Engineer
Feb 2011 to Mar 2013
Worked as integrator, job was integrated various sub systems, provide release and do the integration testing.
Developed integration testing tool which checked various message exchanges between the sub systems and conclude if
the system worked correctly.
Was awarded as the Employee of the month.
Stood 3rd in the code jam (programming contest)
UG: B.Tech/B.E. (Computers) from Basaveshwar Engineering College, Bagalkot in 2009
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
C C++ 2013 2 Year(s) 1 Month(s)
JAVA, J2EE 2017 2 Year(s) 4 Month(s)
React Native 2020 3 Year(s) 0 Month(s)
Node.js 2019 2 Year(s)
GCP 2019 1 Year(s) 6 Month(s)
JAVA 2019 1 Year(s)
Elastic Search
Amazon - AWS
ANDROID 2020 0 Year(s) 0 Month(s)
SPRINGS
Hibernate
MySQL 2020 0 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Rank 1170: Resume 850 with similarity score 0.003474968019993125
Resume Text: B.E , B.TECH graphic designer , product development , software developer , full time , front end developer brochures , react.js , figma , access , designation , ebooks , ug , mar , promotional , affirmative action , information technology , analytics , scratch , hindi , maintenance , web technologies , authorization , english , node.js , team building , status , social media , prevention , email , project , application , video , mongodb , angularjs , records , cordova , iris , languages , html5 , punjabi , proof of concept , it , software design , javascript , crm 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45…
https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45571346585f5d5… 1/2
Current Designation: Front End Developer
Current Company: Airtel Africa
Current Location: Gurgaon
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Hyderabad
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 3 Month(s)
Notice Period: 2 Months
Highest Degree: B.Tech/B.E. [Information Technology]
Verified : Phone Number | Email - id
Airtel Africa as Front End Developer
Dec 2020 to Till Date
I currently working on latest web technologies to make company's product better.
IRIS Worldwide as Front End Developer
Apr 2020 to Dec 2020
Worked on client projects using Angular, lonic, React)S, HTML5, SCSS and Cordova.
Involved and responsble for team building and enhancement of team members.
Involved in R&D and building Proof of Concept for clients.
Major role in building technical proposals for various clients.
Thought Roots as Front End Developer
Jan 2018 to Mar 2020
Developed core product on video watching from scratch using Angular, HTML5, SCSS.
Built a custom analytics solution to analyze user behaviour and screen recording
prevention system to stop video piracy.
Built a CRM (for internal use), to manage cutomer access and sales records.
urstylecoach as Graphic Designer
May 2017 to Sep 2017
Created promotional content, social media posts, eBooks and brochures.
e Learned new way to style in men?s fashion.
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Abhishek Verma
Frontend Developer seeking roles in IT Project Management,Software
Development,Software Design,Client Servicing,Technical Support,Product
Development,Angularjs,React.Js,Node.Js,MongoDB
Key Skills: Frontend Developer,Software Developer,IT Project Management,Software Development,Software
Design,Client Servicing,Technical Support,Product Development,Angularjs,React.Js,Node.Js,MongoDB,Javascript
Summary
A focused professional offering 3.3 years of experience in IT Project Management,Software Development,Software
Design,Client Servicing,Technical Support,Product Development,Angularjs,React.Js,Node.Js,MongoDB
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45…
https://freesearch.naukri.com/preview/printResume?uname=c1965313422639d4466439cbcf5fc8585a5a0f041b46084507141209085f534b475a45571346585f5d5… 2/2
UG: B.Tech/B.E. (Information Technology) from Lakshmi Narain College Of Technology, Bhopal in 2017
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
Angular
React js
Node JS
HONIc
Mongo Db
HTML
ASS/SCSS
Figma
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Punjabi
Rank 1171: Resume 1490 with similarity score 0.0033721656236164466
Resume Text: B.E , MS , B.TECH , BS application support , project lead , full time , team lead , application developer utp , telugu , handover , validation , soap , designation , ibm db2 , icd , telecom , affirmative action , hindi , bpmn , p2 , beginner , test cases , authorization , english , status , instrumentation , email , project , application , test scenarios , microsoft , rest , bus , flow , middleware , shell scripting , visio , languages , eai , kannada , ibm certified , websphere message broker , websphere mq , it , javascript , production deployment 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44…
https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44064214585b01… 1/2
Current Designation: IIB Application Developer - Solution lead
Current Company: IBM
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Pune,Hyderabad
Functional Area: IT Software - Middleware
Role: Project Lead
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E. [Instrumentation]
Verified : Phone Number | Email - id
IBM as IIB Application Developer - Solution lead
Sep 2012 to Till Date
Working as a solution lead. My role is to implement high sclae projects end to end using middleware applications like IIB,
Websphere MQ and BAW.
My responsibilities for delivering projects are
1. Client and 3rd party interactions.
2. Requirement gathering, analysis, validation, review and correction.
3. Estimation of effort to deliver the project.
4. Creation of HLD Document, Interface design Document (ICD), Service Definition Document and XSDs.
5. Development of Message flow services using IIB application and MQ for complex servicers..
6. Creation of Unit Test Pack which includes Unit Test cases covering all the possible test scenarios.
7. Review of Message flows and UTP.
8. Test support, Production deployment support and Bubble support in prod for few months.
9. Creation on Handover document and handing over the project to Application support team.
10. Handling P1 and P2 issues in production.
UG: B.Tech/B.E. (Instrumentation) from Sri Jayachamarajendran College of Engineering (SJCE) in 2012
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Mohan Kumar K S
IIB Developer / Solution lead at IBM. Seeking Application Developer, EAI Architect or
Team lead role for integration applications like MuleSoft, IBM Integration Bus (IIB),
Websphere Message Broker (WMB), Websphere MQ,.
Key Skills: IIB,WMB,Bpmn,Websphere Mq,ESQL,Shell Scripting,Ibm Integration Bus,BAW,Websphere Message
Broker,Bpm
Summary
Serving for more than 8 years in IT. Have performed various roles like L2 Support, Application Developer, Solution Lead, Team
Lead and currently as Subject Matter Expert.
Working for client Telefonica (only postpay platform) who has UK's No.1 telecom brand O2.
Work Experience
Education
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44…
https://freesearch.naukri.com/preview/printResume?uname=0f656cf119fd627b7e2bc148e955d39d585958524e1a58185517425d5d0857431b5c44064214585b01… 2/2
Other Qualifications/Certifications/Programs:
IBM Certified Solution Developer IIB v10.0
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
WMQ 7 6 Year(s) 0 Month(s)
WMB 7 2019 7 Year(s) 0 Month(s)
ESQL 7 Year(s) 0 Month(s)
Shell Scripting 8 Year(s) 0 Month(s)
IBM DB2 8 Year(s) 0 Month(s)
SOAP and REST 6 Year(s)
BAW / BPMN 20.0.0.1 1 Year(s) 0 Month(s)
Websphere MQ 7.1 8 Year(s) 0 Month(s)
Microsoft Visio 2013 5 Year(s) 0 Month(s)
Websphere Message Broker 7 0 7 Year(s) 0 Month(s)
IBM Integration Bus 10 0 6 Year(s) 0 Month(s)
IIB 10 2020 6 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Proficient
Kannada Expert
Telugu Beginner
Rank 1172: Resume 998 with similarity score 0.003330517504870597
Resume Text: B.E , B.TECH full time presentations , group discussions , general , interviewing , team management , designation , background checks , ug , creative services , portals , affirmative action , conducting , health , information technology , hindi , angular , offers , physicals , sourcing , authorization , english , screening , status , directors , social media , mascot , email , hunting , linkedin , less , android , pipelines , employee relations , hiring , recruiting , finance , languages , resource management , it recruitment , communications , javascript , writers , expenses , campus , distributors , digital marketing , hr operations , learning , vendor contracts 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c5519410010…
https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c55194100100a15490a5e5f5… 1/2
Current Designation: Senior Executive Talent Acquisition
Current Company: Mascot e services
Current Location: Noida
Pref. Location: Delhi / NCR,Gurgaon,Noida
Functional Area: HR / Administration / IR
Role: Recruitment Executive
Industry: Recruitment
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 4 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [HR/Industrial Relations]
Verified : Phone Number | Email - id
Mascot E Services as Senior Executive - Talent Acquisition
Jun 2016 to May 2020
Responsible for full life-cycle recruiting and hiring for Sales, IT (Java, Android, Dot Net, React JS,
Node JS, Angular JS, Sales Force Developer, Digital Marketing and many more), NON IT Positions
(Health Domain, Managerial Level Positions, Banking & Finance, Hospitality, Content Writers), BPOs,
KPOs and creative services positions.
2. Managed vendor contracts and relationships relating to recruitment process.
3. Developed and maintain recruiting networks and relationships with various colleges, career centers and
talent pipelines.
4. Frequently commended in employee satisfaction surveys for being responsive, positive and collaborative
in the interviewing and hiring process.
5. Facilitated communications from client directly to distributors, which significantly reduced unnecessary
overhead expenses for both parties.
6. Performed all offers and handled all background checks/pre-employment physicals prior to hire.
7. Developed weekly recruitment activity reports for management, participated in weekly/monthly
recruitment calls with hiring managers, and provided support to five Human Resource Directors.
8. Using Sourcing Mix: Social Media, LinkedIN, Industry reference, Head Hunting, Job Portals Like
Naukri and Shine, Consultants, Employment Exchange, NGOs, Institutes, Self-References, Direct Walk/
Direct Walk-In reference, Employee's Reference, Self-Recruitment Data, Social Media.
9. Campus Recruitments - Conducting pre-placement talks & presentations; conducting initial screening,
written test and group discussions of candidates; carry out interviews of final short-listed candidates.
Developed and maintain recruiting networks and relationships with various colleges, career centers and
talent pipelines
Last Active: 28-Jan-21 Last Modified: 28-Jan-21
Ayushi Mittal
Senior Executive seeking roles in Human Resource Management,Talent
Acquisition,Bulk Hiring,Manpower Planning,Team Management, Learning &
Development,employee satisfaction ,Campus Recruitment,Organizational
Development,Employee Relations
Key Skills: Senior Executive,Human Resource Management,Talent Acquisition,Bulk Hiring,Manpower Planning,Team
Management, Learning & Development,employee satisfaction ,Campus Recruitment,Organizational
Development,Employee Relations,IT Recruitment
Summary
4 Years of professional experience in Human Resource. Self-directed and enthusiastic with passionate
commitment to performance & learning. A proactive implanter in skills of handling HR, Manpower Planning,
Team Management, Learning & Development, HR Operations, Talent Acquisition, Bulk Hiring & Head
Hunting.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c5519410010…
https://freesearch.naukri.com/preview/printResume?uname=0ff51b5980920c083f86aadd7fd7087e5c5b0d024b1301100212465f5c5c55194100100a15490a5e5f5… 2/2
Mascot E Services, as Senior Executive Talent Acquisition
Jun 2016 to May 2020
Mascot e services as Senior Executive Talent Acquisition
Jun 2016 to Till Date
UG: B.Tech/B.E. (Information Technology) from Meerut Institute of Engineering and Technology, Meerut in 2014
PG: MBA/PGDM (HR/Industrial Relations) from Sikkim Manipal University (SMU) in 2016
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
english Expert
hindi Expert
Rank 1173: Resume 833 with similarity score 0.0033052082686240106
Resume Text: B.E , B.TECH , BS senior android developer , senior engineer , software developer , senior software engineer , full time payment gateways , general , software solutions , bluetooth low energy , designation , ug , sqlite , affirmative action , cs , firebase , retrofit , json , authorization , english , status , email , kotlin , application , mumbai , dsl , google maps , rest , junit , react native , languages , android development , android sdk , rx , mobile , google api , javascript , sensors , learning 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b591816084…
https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b59181608425510120a590a… 1/2
Current Designation: Senior Engineer
Current Company: Einfochips
Current Location: Ahmedabad
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Mobile
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 5 Year(s) 6 Month(s)
Notice Period: 2 Months
Highest Degree: CS [CS]
Verified : Phone Number | Email - id
Einfochips as Senior Engineer
Jun 2020 to Till Date
Android developer | kotlin | rx java | mvvm | rest api
E2logy Software Solutions as Senior Software Engineer
Dec 2019 to Jun 2020
Android developer
Priya Softweb Solutions as Android Developer
Jun 2018 to Nov 2019
Crossshore Solutions as Senior Android Developer
Jun 2015 to Jun 2018
UG: B.Tech/B.E. (Computers) from gtu in 2015
Last Active: 29-Jan-21 Last Modified: 29-Jan-21
Purva Gevaria
Sr.Android developer 5.5 years experience | Welling to relocate to pune/mumbai for
career growth
Key Skills: Android Development,Kotlin,Java,MVVM,RxJava,Retrofit,RestApi,Third Party,Firebase,React
native,JSON,Bluetooth Low Energy,Sensors,IOT,SQLite,Android SDK,MVP,JUnit,Android Application
Developer,DSL,Bluetooth
Summary
Android engineer with 5.5 years of experience
Started Learning react native
Ready to seeze opportunity in android and react native welling to relocate Mumbai and Pune.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b591816084…
https://freesearch.naukri.com/preview/printResume?uname=3d2a3dc1275dc0e4e587118c5b5066325f580a544b125a4200474859540b59181608425510120a590a… 2/2
PG: CS (CS) in 0
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
Java, Google API,Json,Android
3Rd Party Collection
Payment Gateways
REST Api, Webservice
IOT 0 1 Year(s) 0 Month(s)
Bluetooth Low Energy 0 1 Year(s) 1 Month(s)
Android SDK
Payment Gateways
GOOGLE MAPS
MVVM
Languages Known
Language Proficiency Read Write Speak
English
Gujrati
Rank 1174: Resume 808 with similarity score 0.0032740512113743443
Resume Text: B.E , MS , B.TECH , BS devops , senior engineer , software developer , full time , application developer react.js , award , web development , redux , optimization , tizen , general , customer , devops , jenkins , open source , css , sourcetree , microsoft azure , designation , ug , mobile application development , visual studio , mar , affirmative action , mysql , samsung , hindi , angular , cloud , maintenance , lg , test cases , jquery , english , ios , authorization , node.js , jasmine , status , xbox , embedded , android studio , email , apache cordova , express , project , devices , ci , karma , programming languages , closure , xcode , writing , swift , framework , storage , resource management , database , kannada , rx , javascript , sonar , sdk , field trials , cd , html , agile methodologies 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a1…
https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a195242145a5b0… 1/3
Current Designation: Senior Engineer
Current Company: Tata Elxsi
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 6 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.Tech/B.E. [Computers]
Verified : Phone Number | Email - id
Tata Elxsi as Senior Engineer
Jul 2018 to Till Date
Customer Appreciation Award winning web/cross platform application developer with 2.5 years of experience in HTML,
CSS, JavaScript, Angular, SCSS, RxJs, Apache Cordova, jQuery, Microsoft Azure and Azure Devops. Good
understanding of React Js and redux js.
UG: B.Tech/B.E. (Computers) from Sri Jayachamarajendran College of Engineering (SJCE) in 2018
Other Qualifications/Certifications/Programs:
Azure az900 course from Udemy
Last Active: 4-Feb-21 Last Modified: 4-Feb-21
Rakshitha Hathwar M
Front-end Developer with 2.6 years of experience in HTML,CSS, JavaScript,
Angular,RxJs,SCSS, jQuery,Apache Cordova, Microsoft Azure Cloud,Azure DevOps
and Good understanding in ReactJs and ReduxJs
Key Skills: HTML, CSS, Javascript, Angular, RxJs, jQuery, SCSS, Apache Cordova, Microsoft Azure, azure devops, react
js, redux js, Front End, Web Development, Mobile Application Development, CI, Cd, Resource Management, MySQL,
Node.Js, XCode, Visual Studio
Summary
2.6 Years of experience in Frontend Application development using programming languages such as JavaScript, Angular,
HTML, CSS, SCSS and jQuery.
Good understanding and Experience with Embedded JS, React JS, Redux, Rx JS, Swift, Node JS, MySQL, Knex JS and
Express JS.
Good understanding of agile methodologies and quality process.
Good understanding of open source frameworks such as TAL for Lean back application development and Cordova for cross
platform mobile application development, Karma Jasmine for Unit test framework development.
Hands on work experience with Azure cloud environment such as hosting application in cloud, CI/CD, resource management,
configuration, monitoring and optimization of storage and resources.
Good Knowledge of using tools such as Azure DevOps, XCode, Visual studio, Android studio, Sonar Cloud, Web OS SDK,
Tizen Studio, Jenkins, Postman and MySQL work bench for project management.
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a1…
https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a195242145a5b0… 2/3
Nature of Employment: Full Time
Project Location: Bangalore
Role: Sr. Programmer
Duration: Jul 2019 - Mar 2021
Onsite / Offsite: Offsite
Team Size: 5
Nature of Employment: Full Time
Project Location: Bangalore
Role: Programmer
Duration: Sep 2018 - Jun 2019
Onsite / Offsite: Offsite
Team Size: 9
IT Skills
Skill Name Version Last Used Experience
SCSS 2 Year(s)
RxJS 1 Year(s) 6 Month(s)
Angular 1 Year(s) 6 Month(s)
JavaScript 2 Year(s) 5 Month(s)
CSS 2 Year(s) 5 Month(s)
HTML 2 Year(s) 5 Month(s)
React.js, ReduxJs 0 Year(s) 6 Month(s)
JQUERY 1 Year(s) 0 Month(s)
Apache Cordova 1 Year(s)
Microsoft Azure 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Kannada Expert
Projects
Project Title: Field trials Application Development
Client: Broadcaster in South Africa
Skill Used: Angular 7,SCSS,RxJS,Karma Jasmine, Apache Cordova, jQuery,ejs, Microsoft Azure,Azure Devops, Android,iOS
Role Description: Owning 5 Modules in website and owning cross platform mobile application development. Maintaining
CI/CD with Azure DevOps and Resource management in Azure. Interacting with customers for new requirements,perform
POCs and driving them to closure.
Project Details: Field Trials is a role-based Angular application which allows registered users to perform field trials related
activities such as raising the issues seen in decoders during field trials, to provide feedback on software, etc. Website is
developed using Angular7 and Backend is developed using node JS and MySQL database. App is developed for android and
iOS with Apache Cordova cross platform framework using JavaScript, jQuery and Embedded JS and SCSS. The project is
maintained with Azure DevOps and Azure cloud service with Azure Portal.
Project Title: DStv Now Leanback Application development
Client: Broadcaster in South Africa
Skill Used: HTML, CSS, Javascript, React Js, ReduxJs,RxJs,SCSS
Role Description: Converting the Design wireframes to efficient UI by writing optimised code. Writing unit test cases, following
code quality standards, Build generation for LG,Hisense, Samsung and Xbox devices using Jenkins.Performing POCs in
migration to ReactJs.
Project Details: Project Description - DStv Now is an OTT streaming Application for Lean back developed using TAL
framework with JavaScript and CSS. The CI/CD is done using SourceTree and Jenkins. The application is built for LG,
Samsung, Hisense TV and also for Xbox. The application was further migrated to React JS, Redux and Rx JS.
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a1…
https://freesearch.naukri.com/preview/printResume?uname=6351f6567016930cd3d9ae62718d15d00c5858031c40581107431559580b54421b5a195242145a5b0… 3/3
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
US Work Status: Need H1 Visa
Job Type: Permanent
Employment Status: Full time
Rank 1175: Resume 898 with similarity score 0.00314918984251892
Resume Text: B.E , B.TECH application support , software engineer , ui developer , software developer , full time react.js , graphql , redux , web application development , integration projects , customer , css , designation , ug , mar , affirmative action , hindi , maintenance , apache , ltd , jquery , authorization , english , functional requirements , pattern , node.js , bootstrap , status , spring boot , responsiveness , email , b2b , tomcat , npm , angularjs , web servers , bitbucket , github , electronics , rest , languages , framework , styling , software design , javascript , technology , working experience , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470…
https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470117475e5f585… 1/2
Current Designation: Software Engineer
Current Company: Danske It
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 4 Year(s) 2 Month(s)
Notice Period: 3 Months
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
Danske It as Software Engineer
Jan 2021 to Till Date
Kredifi Software Pvt. Ltd as UI Developer
Apr 2019 to Dec 2020
Working (Since April 2018)
Client: Kredifi.
Team Size: 14+
Employer: Kredifi Software Pvt. Ltd.
Technologies Used:
Front-end: ReactJS and Redux pattern. Material-UI for responsive and styling.
Back-end: Java
Estuate Software as UI Developer
Nov 2016 to Mar 2019
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Dibyaranjan Gouda
UI Developer seeking roles in Software Development,Software Design,Requirement
Gathering,Application Support,UI
Development,Javascript,React.Js,Angularjs,Bootstrap,Node.Js,Github,CSS,SCSS
Key Skills: UI Developer,Software Developer,Software Development,Software Design,Requirement Gathering,Application
Support,UI Development,Javascript,React.Js,Angularjs,Bootstrap,Github,CSS,SCSS
Summary
3.8 years of IT experience as a software developer (UI).
Experience in web application development and integration projects.
Extensively worked on integrating REST APIs developed using spring boot.
Extensively worked on integrating GraphQL developed using spring boot.
Good experience in Front end technologies like JavaScript, HTML and CSS.
Hands on experience in using material UI.
Extensively worked on UI libraries like ReactJS and Redux pattern.
Good knowledge in working B2B platform.
Sound knowledge in web application framework like Angular.
Working experience in the web servers like Tomcat.
Hands on experience on Requirement Analysis, Functional Requirements and handling customer
interactions.
Work Experience
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470…
https://freesearch.naukri.com/preview/printResume?uname=e2626eabcddea1e8f7e5c4d92d5a231f590f0e57194600155515440a550f5349135c470117475e5f585… 2/2
January 2017 to September 2017
Client: Admin license Report.
Team Size: 4
Employer: Estuate Software Pvt. Ltd.
Technologies Used:
Front-end: Angular JS, JavaScript, jQuery, CSS.
Back-end: NodeJS
October 2017 to March 2018
Client: ASG Technologies.
Team Size: 4
Employer: Estuate Software Pvt. Ltd.
Technologies Used:
Front-end: ReactJS and Redux pattern. Material-UI for responsiveness and styling.
Back-end: Java
UG: B.Tech/B.E. (Electronics/Telecommunication) from vignan institute of technology & management in 2015
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
JavaScript 3 Year(s) 8 Month(s)
ReactJS,Redux,NPM, GraphQL 3 Year(s) 5 Month(s)
Angular
HTML, CSS, SCSS, Bootstrap, Material-UI 3 Year(s) 8 Month(s)
NodeJS, Web Pack
Apache Tomcat
Angular, React JS,Node JS
Github, Bitbucket
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Odia
Rank 1176: Resume 812 with similarity score 0.003076349289421898
Resume Text: B.E , MS , B.TECH , BS software engineer , web developer , solutions architect , associate , software developer , full time , front end developer react.js , api , web development , redux , css , designation , pages , ug , affirmative action , routing , hindi , maintenance , ltd , english , authorization , node.js , bootstrap , status , architecture , gearing , email , project , transmission , application , aws , mumbai , idle , components , building , languages , output , html5 , assessment , javascript , gujarati , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f44…
https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f4450134458590d… 1/3
Current Designation: Software Engineer -Front end Web
Development
Current Company: KPIT Technologies ltd
Current Location: Mumbai
Pref. Location: Mumbai
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: 3 Months
Highest Degree:
Verified : Phone Number | Email - id
KPIT Technologies ltd as Software Engineer -Front end Web Development
Oct 2017 to Till Date
Achievements/Tasks
PowerSpec Feature Spec
Feature Spec is an application for Cummins engines with
which user can create a spec based on the engine he has
and can then configure the engine values such as Cruise
speed, Idle timer, and then transfer it to the ECM. The
ECM is repsonsible for controlling the engine. With
Feature Spec user can configure 100+ online parameters
for Vehicle.
Designed and developed feature spec pages using React
js, Redux, and Material-UI and made sure the components
are re-usable.
Trainee
KPIT Technologies
10/2017 - 01/2019, Pune, India
Front end web development
Achievements/Tasks
PowerSpec Gearing
Gearing is an application for Cummins engines which
recommends best engines based on user input. It also
gives user recommendation and assessment about
Last Active: 6-Feb-21 Last Modified: 5-Feb-21
Rashmin Bhanderi
Innovative Frontend Web Developer and AWS certified Solution
Architect Associate with 3+ years of experience in building and
maintaining responsive websites.
Key Skills: Software Engineer,Software Developer,Software Development,Web Development,Application
Programming,Application Maintenance,Project Management,Requirement Analysis,Solution
Architecture,React,Redux,JavaScript,HTML,CSS,Material UI,AWS,Bootstrap,Node.Js
Summary
Innovative Frontend Web Developer and AWS certified Solution
Architect Associate with 3+ years of experience in building and
maintaining responsive websites.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f44…
https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f4450134458590d… 2/3
engines. Based on user input it calculates Startability,
Gradeability and Transmission losses. It also gives two
best alternate recommendations which helps users to
select the best spec.
Independently designed and implemented front end for
PowerSpec Web Gearing using React.js, Redux, Routing
and Material-UI. Used Axios library for API integration
and made sure the UI is responsive.
UG: B.Tech/B.E. (Computers) from Pune University in 2017
PG: in 0
Other Qualifications/Certifications/Programs:
AWS Certified Solutions Architect Associate
Nature of Employment: Full Time
Project Location: Pune
Role: Programmer
Duration: Oct 2017 - Oct 2020
Onsite / Offsite: Offsite
Team Size: 3
Education
IT Skills
Skill Name Version Last Used Experience
React js 16.3 2020 3 Year(s) 0 Month(s)
Redux 2020 3 Year(s) 0 Month(s)
JavaScript 2020 3 Year(s) 4 Month(s)
HTML 2020 3 Year(s) 0 Month(s)
BOOTSTRAP 2019 1 Year(s) 4 Month(s)
CSS 2020 3 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Gujarati Proficient
Hindi Proficient
Projects
Project Title: PowerSpec
Client: Cummins
Skill Used: React.Js, Javascript, Material UI, Html5, CSS
Role Description: Front End Developer
Project Details: Cummins PowerSpec is an application that makes it possible to tailor the operation of Cummins
engines in every on-highway application. Using Feature Spec module, we can configure 100s of online parameters
for Vehicle ECM. Gearing Manager module gives user recommendation and assessment about engine. Gearing is
application for Cummins engines, which recommends best engines based on user input. It also gives user
recommendation and assessment about engine. Based on user input it calculates Startability, Gradeability and
Transmission losses. It also shows output as User Spec which have calculated value along with two alternative
spec.
Responsibility
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f44…
https://freesearch.naukri.com/preview/printResume?uname=2e37243432bb9965b744d74391dcd4e05b0b0a584e4058120714150c5f0f5919465f4450134458590d… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Rank 1177: Resume 1414 with similarity score 0.0030379602023623224
Resume Text: B.E , MS , B.TECH , BS sap basis consultant , part time , full time , erp consultant sap hana , telugu , security , sap project management , designation , profiles , affirmative action , sap consulting , studio , health , hindi , beginner , ltd , authorization , checks , english , troubleshooting , approvals , status , kernel , sap system , email , transportation , user administration , electronics , arguments , servers , cockpit , languages , kannada , basis administration , sap implementation , revisions , javascript , crm , lcm , database 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d17…
https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d175547470b5901… 1/2
Current Designation: SAP Basis Hana Consultant
Current Company: BSR INFRATECH IND LTD
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - ERP / CRM
Role: ERP Consultant
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 4 Year(s) 4 Month(s)
Notice Period: 1 Month
Highest Degree: B.Tech/B.E.
[Electronics/Telecommunication]
Verified : Phone Number | Email - id
BSR INFRATECH IND LTD as SAP Basis Hana Consultant
Oct 2016 to Till Date
Monitoring and manage the servers, background jobs, system logs, dumps, etc. of the system-based Alerts.
Monitoring the SAP system for health-checks report and performance issues.
Removing the lock entries.
Log usage monitoring.
Work process cancellation when it reaches threshold value.
Making the report for weekly, monthly release transports count on mandatory production
Moving transports to Development, quality, and production.
Checking the weekly & monthly release approvals and making the list for transportation.
Background job creation, monitoring and troubleshooting.
Supporting audit activities.
Performed on HANA Installation, HANA upgrade.
Worked on backup of HANA database.
SAP HANA Administration using SAP HANA Studio.
Workload Analysis, ST22 Dumps analysis, System logs SM21.
Resolving tickets raised by end user &functional consultants.
Analyzing any locked arguments which are locked for a long time.
Monitoring the file system at OS level. And monitor the log archive directory, delete the old archive logs.
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Vinay Kumar P
Consultant seeking roles in SAP Consulting,SAP Implementation,SAP Basis
Administration,SAP Upgrade,SAP Support,SAP Security,SAP Project
Management,User Administration,Database
Administration,Troubleshooting,Installation,SAP Hana admin.
Key Skills: Consultant seeking roles in SAP Consulting,SAP Implementation,SAP Basis Administration,SAP Upgrade,SAP
Support,SAP Security,SAP Project Management,User Administration,Database
Administration,Troubleshooting,Installation,SAP Hana admin.
Summary
Having around 4.4 years of experience as SAP Basis consultant, involved in all kinds of basis activities with good trouble
shooting skills in resolving all the basis related issues.
Good experience in installation of HANA systems using Lifecycle Management tool.
Hands on experience on SAP HANA 1.0 and HANA 2.0.
Experience in Upgrading the HANA systems to various revisions using LCM tool.
Experience in handling Multitenant Database Container systems.
Installing License for HANA systems.
HANA Database Backups Restore and Recovery.
Installing SAP HANA COCKPIT.
SAP HANA Administration using SAP HANA Studio, HANA Cockpit.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d17…
https://freesearch.naukri.com/preview/printResume?uname=6e16989f05b89029efa1500e589822c60c0f080042420e475013105b5a01021f100d175547470b5901… 2/2
Monitoring the spool requests, Deleting old spool requests.
Worked on user creation and adding profiles/roles to user from SAP level.
Kernel patch upgrade.
Raising OSS Incidents with SAP from Market place for further investigations on issues
Involved in System Refresh tasks.
support pack upgrade.
UG: B.Tech/B.E. (Electronics/Telecommunication) from JNTU College of Engineering, Kakinada in 2012
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent / Temporary
Employment Status: Full Time, Part Time
Education
IT Skills
Skill Name Version Last Used Experience
SAP Basis
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Beginner
Telugu Expert
Kannada Beginner
Rank 1178: Resume 911 with similarity score 0.0029568232243835295
Resume Text: nan full time , student , software developer api , redux , general , ug , affirmative action , oracle , mysql , maintenance , windows , english , authorization , status , spring boot , email , project , application , configuration management , mongodb , rest , languages , console , html5 , kannada , it , javascript , gnu/linux , database 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842…
https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842011114505e0c5… 1/2
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Hyderabad,Pune
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 0 Year(s) 0 Month(s)
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
UG: BCA (Computers) from The Reputed Institute in 2018
PG: MCA (Computers) from Rashtreeya Vidyalaya College of Engineering, Bangalore in 2021
Last Active: 3-Feb-21 Last Modified: 3-Feb-21
Vaishnavi.V
Seeking roles in Front end development, React js, Javascript, Java, HTML5, CSS3,
React js, REST API, redux, MySQL, Mongodb.
Key Skills: Software Developer, Software Application,Software Development,Configuration Management,Requirement
Gathering,GNU/Linux,C, Java ,Javascript,HTML5, CSS3,React js,REST
API,redux,MySQL,ORACLE,Mongodb(Moderate),Service Delivery
Summary
The Result oriented Professional in Software Application,Software Development,Configuration Management,Requirement
Gathering,GNU/Linux,C, Java ,Javascript,HTML5, CSS3,React js,REST
API,redux,MySQL,ORACLE,Mongodb(Moderate),Service Delivery
Education
IT Skills
Skill Name Version Last Used Experience
Operating System GNU/Linux, Windows
C, Java (All Moderate),Javascript
HTML5, CSS3,React js,REST API,redux
MySQL,ORACLE,Mongodb(Moderate)
Nodejs,Spring Boot
Languages Known
Language Proficiency Read Write Speak
english
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842…
https://freesearch.naukri.com/preview/printResume?uname=cc242760796bac773b9d121a04c627b05f5509591f425d430318465c0e0f554e450842011114505e0c5… 2/2
Nature of Employment: Full Time Duration: Feb 2020 - Jul 2020
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
kannada
Projects
Project Title: Test and performance evaluation platform with MERN stack(2020)
Client: RVCE
Project Details: Created end to end implementation of a platform for customized test/exam, and evaluation of it.
It Has separate UIs for Student (test and performance evaluation) and admin console for content creation.
Objective was to learn how to modulate front end and backend services and work with REST calls.
Tech stack:
Frontend: React
Backend: Node js
Database: mongodb
Rank 1179: Resume 116 with similarity score 0.0029005344265955555
Resume Text: B.TECH java developer computing , skype , css , security , mysql , spring , hindi , painting , angular , ltd , english , bootstrap , passport , project , bengali , ngo , disabilities , nuance , owasp , java , sketching , junit , accessibility , hibernate , app , birth , relief , qr code , dac , web , tax , technology , html , ajax AZAD AHMED
+91 7629969078 azad.ahmed.12614@gmail.com Skype id – azad.ahmed.12614
Experience : Education :
Nuance India Pvt. Ltd, Pune
From Dec-2019 to Sept-2020 9 months
Worked as intern/Contract employee as
a Java Developer
Major responsibilities like developing new feature
of Clintegrity Product. Making product 508
Compliance (US guideline to make product
accessible for user with disabilities ).
Security fix of project like SQL injection (as per
OWASP guideline ) .
PG-DAC
(PG Diploma in Advance Computing )
CDAC center IACSD , Pune
Feb 2019 - July 2019 63%
B.Tech in Civil Engg.
Swami Vivekanand Institute of Engineering and
Technology , Patiala, Punjab
2018 78%
Higher Secondary (HS +2)
Halhali Class XII School ,Kamalpur,Tripura
2013 56%
Academic Project :
Automatic Toll Collection System Using QR Code
Platform : J2EE
Description : The purpose of this project was to
implement the Knowledge acquired during PG-DAC
course . The project is based on the approach of
automatically collect toll tax with effective and fast
manner .
It is web based app implemented using Spring ,
Hibernate , MySql , Jsp , Ajax, JWT and ZXing
library to process QR code .
Extra Curricular Activity :
Painting and Portrait Sketching
Member of local NGO called Human Relief
Society in my home Town
Skills :
Java, J2EE, Junit , HTML, Java Script, Node JS ,
CSS , BootStrap , Angular , React ,
Web Accessibility
Achievements :
3rd position in Avhaan2K17 College event
2nd position in painting contest in District level
Inter School contest
Personal Information :
Date of Birth : 13-Jan-1995
Nationality : Indian
Language Known : English, Hindi,
Bengali , Manipuri
Gender : Male
Passport : Available
Permanent Address : Vill- Halhali, Kamalpur , Dhalai ,
Tripura , 799286
Rank 1180: Resume 838 with similarity score 0.0028798596599253204
Resume Text: B.S , MS application support , software developer , senior software engineer , full time , php developer ecommerce , react.js , magento , retail , relation management , general , customer , physics , designation , ug , adobe photoshop , mar , tamil , affirmative action , mysql , linux , windows , php , jquery , salesforce.com , internet , authorization , english , warranty , enterprise , status , joomla , email , project , application , wordpress , asset management , order fulfillment , angularjs , microsoft , order management , inventory optimization , framework , languages , e-commerce , management system , it , cms , javascript , web , demand forecasting , html 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d400916…
https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d4009160713150c0f080… 1/2
Current Designation: Senior Software Engineer
Current Company: Alshaya India
Current Location: Bengaluru / Bangalore
Pref. Location: Bengaluru / Bangalore,Chennai,Hyderabad
Functional Area: IT Software - E-Commerce / Internet
Technologies
Role: Software Developer
Industry: Retail
Marital Status: Married
Total Experience: 10 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
Alshaya India as Senior Software Engineer
Sep 2014 to Till Date
Involved in maintaining and supporting ecommerce applications for various brands
* Worked as PHP Developer in Nuvodev Technologies, Bangalore from Mar 2012 to till Jul 2014.
* Worked as Software Engineer in Epagemaker, Chennai from Jan 2010 to till Nov 2011
UG: B.Sc (Physics) from Thiruvalluvar University, Vellore in 2006
PG: MCA (Computers) from Bishop Heber College in 2009
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
T BHARATHIRAJ
Senior Software Engineer seeking roles in Project Management,Software
Application,Software Development,application development,Order Management
System,application support,PHP, Mysql,Linux,Java Script,Adobe Photoshop
Key Skills: React,Senior Software Engineer,Software Developer, Project Management,Software Application,Software
Development,application development,Order Management System,application support,PHP, Mysql,Linux,Java
Script,Adobe Photoshop
Summary
* A result-oriented professional with over 9 years' experience in application development & support, and client relationship
management in Ecommerce domain
* Good understanding of web and enterprise applications
* Ecommerce Functional experience in the area of demand forecasting/Inventory optimization/Warranty/logistics/Preventive
asset management
* Experience in Order Management System which involves order fulfillment and inventory management
* Having Experience in Customer Relation Management System which involves maintained and customized Salesforce.com
Work Experience
Education
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d400916…
https://freesearch.naukri.com/preview/printResume?uname=d7546ad20f1065db884275fec5f200f15d5858521e4608175512145e5e0b034d4009160713150c0f080… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
IT Skills
Skill Name Version Last Used Experience
PHP, HTML,Jquery, AngularJS
Code Igniter,CMS
WordPress, Joomla, Magento
PHP FRAMEWORK
Linux
MICROSOFT WINDOWS
Adobe Photoshop
React.js 2020 2 Year(s)
WORDPRESS 5.3.3 2020 3 Year(s)
MCOM, COMS
REACT
Languages Known
Language Proficiency Read Write Speak
english Proficient
Tamil Expert
Rank 1181: Resume 451 with similarity score 0.0028149652293610545
Resume Text: MS , B.TECH , BS work from home , president award , completion , assessment , turbo , embedded systems , resume , english , internships , electronics , javascript , css , office , digital marketing , manufacturing , html , coursera , online Assessment
Q1. Why should you be hired for this role?
I'm young and eager to learn new things and if I'm appointed I will put all my effort and hard work to take this company to next level and also I'm
patient to learn new things.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes. i'am able to work for 3 months and more at office as well as work from home
Resume
EDUCAT ION
INTERNSHIPS
TRAININGS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8217222547
Rishabh Sharma
Hyderabad, Bangalore
Applied 08 Feb'21
Digital Marketing Embedded Systems English Proficiency Written)
B.Tech Hons.), Electrical and Electronics Engineering
Manipal University Jaipur
2017 - 2021
CGPA 6.12/10
Senior Secondary XII
SRI CHAITANYA JUNIOR COLLEGE
TELENGANA BOARD board)
Year of completion: 2017
Percentage: 89.60%
Secondary X
CBSE board
Year of completion: 2015
CGPA 7.86/10
Intern Trainee
BHEL, Hyderabad
Jun 2019 - Jul 2019
I've learnt about the Manufacturing of a turbo generator as a trainee intern
Programming With Html,javascript And Css
Coursera, Online
Oct 2020 - Oct 2020
Bharat rastriyapati award from President of india
Rank 1182: Resume 1551 with similarity score 0.002434310146527792
Resume Text: MS , BS full time , ux designer , web designer ecommerce , magento , web development , general , css , designation , ug , affirmative action , hindi , photoshop , ltd , draw , jquery , authorization , english , graphic design , bootstrap , status , publishing , shopify , email , project , wordpress , product management , less , angularjs , x7 , deals , cs2 , ux , dreamweaver , languages , sass , it , corel , javascript , opencart , html 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e0242410013…
https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e02424100135519145d580c… 1/2
Current Designation: Web Designer
Current Company: Trendy Deals Ecommerce Pvt. Ltd
Current Location: Delhi
Pref. Location: Delhi,Delhi / NCR
Functional Area: Web / Graphic Design / Visualiser
Role: Web Designer
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 5 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: Not Pursuing Graduation [Not Pursuing
Graduation]
Verified : Phone Number | Email - id
Trendy Deals Ecommerce Pvt. Ltd as Web Designer
Jun 2017 to Till Date
Walnut Marketing India Pvt. Ltd as Sr. web designer
Jan 2016 to Jun 2017
UG: Not Pursuing Graduation (Not Pursuing Graduation)
Other Qualifications/Certifications/Programs:
Desktop Publishing
Web Designing
Last Active: 10-Feb-21 Last Modified: 10-Feb-21
ARUN KUMAR GUPTA
Web Designer, Responsive website, UI Development, UX Designer, Graphic
Designing, Client Management, Project Management, Product Management,Web
Designing,HTML,CSS,JavaScript,Bootstrap,AngularJs,Dreamweaver,Wordpress,Photoshop
Key Skills: Web Designer, Responsive website, UI Development, UX Designer, Graphic Designing, Client Management,
Project Management,Product Management,Web
Designing,HTML,CSS,JavaScript,Bootstrap,AngularJs,Dreamweaver,Wordpress,Photoshop
Summary
Skilled professional with 8 years of experience in Web Development,UI Development,Graphic Designing,Client
Management,Project Management,Product Management,Web
Designing,HTML,CSS,JavaScript,Bootstrap,AngularJs,Dreamweaver,Wordpress,Magento,Photoshop
Work Experience
Education
IT Skills
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e0242410013…
https://freesearch.naukri.com/preview/printResume?uname=ed1f25e621c6dc882580522ddb3eda5e0e0e08044c145b185247420e5e0e02424100135519145d580c… 2/2
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Countries: India
Job Type: Permanent
Employment Status: Full time
Skill Name Version Last Used Experience
HTML, 4, 5 2020 5 Year(s) 4 Month(s)
CSS 3 2020 5 Year(s) 5 Month(s)
Opencart, Wordpress, Shopify 2019 2 Year(s) 4 Month(s)
UX/UI Development 2020 5 Year(s) 6 Month(s)
LESS SASS 2020 2 Year(s) 3 Month(s)
Bootstrap, 3, 4 2020 5 Year(s) 4 Month(s)
JavaScript, JQuery 2020 5 Year(s) 5 Month(s)
Photoshop, Dreamweaver CS2 2020 5 Year(s) 4 Month(s)
Corel Draw X7 2019 4 Year(s) 3 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
Rank 1183: Resume 713 with similarity score 0.002428001002566392
Resume Text: MS ui developer , software developer , full time , team lead , front end developer react.js , web development , redux , general , css , designation , ug , vendors , mar , affirmative action , hindi , linux , vendor management , maintenance , apache , ltd , windows , authorization , english , status , architecture , agile , email , project , record , flux , application , tomcat , hooks , bengali , forms , insurance policies , ibm , dreamweaver , git , router , languages , html5 , resource management , sass , events , sphere , javascript , eclipse , technology 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e17…
https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e175215405c5b5a0… 1/2
Current Designation: Front End Developer
Current Company: TATA Consultancy Services Pvt. Ltd,
Current Location: Bengaluru / Bangalore
Pref. Location: Kolkata,Bhubaneshwar,Bengaluru / Bangalore
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 2 Year(s) 10 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
TATA Consultancy Services Pvt. Ltd, as Front End Developer
Mar 2018 to Till Date
Project Title: FTB UI Revamp (June 2019 -till Date)
Client: FTB bank.
Role: UI Developer
Technologies: React.js,React Flux architecture,Hooks,ECMAScript6, in-built CSS, HTML5,
JavaScript.
Project Description: FTB is a vendor management portal used by FTB Managers and their
Vendors. It is a Bank project.
Project Title: Mutant (Aug 2018 to April 2019)
Internal(TCS). Role:
UI Developer
Technologies: React.js,React Flux architecture,Hooks,ECMAScript6, in-built
CSS,HTML5,JavaScript,Forms, Events, Keys, Router, Redux,Flux concept.
Project Description: Mutant is an internal portal used for Resource Management. It manages
resource inflow and outflow within the account.
Project Title: Insurance Company (Mar 2018 - May 2018)
Project Description: Made the second module of Insurance Company. The module dealt with the
management of details of the record of different types of insurance policies, managing of how
many people have specific policies the using C#,.net, JavaScript, HTML, CSS.
Role: Team Lead
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Raja Chhatri
Front End Developer seeking roles in Software Development,Application
Programming,Web Development,Requirement Gathering,Project
Management,Delivery Management,Agile
Methodology,HTML,CSS,Eclipse,JavaScript,React js.
Key Skills: Front End Developer,Software Developer,Software Development,Application Programming,Web
Development,Requirement Gathering,Project Management,Delivery Management,Agile
Methodology,HTML,CSS,Eclipse,JavaScript, React.Js,redux,Hooks
Summary
Result-oriented Professional with over 2 years of experience in Software Development,Application Programming,Web
Development,Requirement Gathering,Project Management,Delivery Management,Agile
Methodology,HTML,CSS,Eclipse,JavaScript,React js
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e17…
https://freesearch.naukri.com/preview/printResume?uname=572465ca2f43a6721020405eff91a12b580c5c5942450b430342475a0b5b511f150e175215405c5b5a0… 2/2
UG: BCA (Computers) from Burdwan University in 2014
PG: MCA (Computers) from West Bengal University of Technology (WBUT) in 2017
Nature of Employment: Full Time Duration: Jun 2019 - Till Date
Onsite / Offsite: Offsite
Affirmative Action
Category: General
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Education
IT Skills
Skill Name Version Last Used Experience
HTML5, CSS3, SASS
ECMAScript6,JavaScript ,React js
Git,Redux,Hooks
D3 charts, NVD3 charts
ZingCharts, Pivot.js
Eclipse,Visualstudio,Dreamweaver
IBM Web Sphere, Apache Tomcat
HTTP Web Server
Windows,Linux
AGILE
Languages Known
Language Proficiency Read Write Speak
English Expert
Hindi Expert
Bengali Proficient
Telgu Proficient
Projects
Project Title: FTB UI Revamp
Client: FTB bank
Project Details: FTB is a vendor management portal used by FTB Managers and their
Vendors. It is a Bank project.
Rank 1184: Resume 865 with similarity score 0.0022000999470682342
Resume Text: B.E , MS , B.TECH , BS investor , part time , full time , senior software developer , full stack developer bonds , yield , react.js , spring mvc , core java , customer , access , security , soap , designation , ug , mybatis , demand , affirmative action , mysql , trading , repro , hindi , web api , maintenance , ltd , jquery , json , english , authorization , node.js , status , spring boot , email , project , securities , aws , retail domain , live , microservices , focus , print , investments , angularjs , forms , fintech , testing , rest , currency , git , maven , languages , storage , e-commerce , mobile applications , hibernate , documentation , x , punjabi , bond markets , struts , one , spring framework , javascript , technology , equities , bts , amazon web services , private bank , online 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b18…
https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b180b45480a0f5b5… 1/3
Current Designation: Senior Software Developer JAVA Angular
AWS
Current Company: C Simplify IT Services Pvt. Ltd.
Current Location: Gurgaon
Pref. Location: Noida
Functional Area: IT Software - Application Programming /
Maintenance
Role: Software Developer
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 4 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: B.E [Computers]
Verified : Phone Number | Email - id
C Simplify IT Services Pvt. Ltd. as Senior Software Developer JAVA Angular AWS
Sep 2017 to Till Date
BE Graduate | 3+ years of experience in Software Development | Sound understanding of Java, JAVA 8, Core JAVA,
Angular 10, Spring Boot, Angular, React.js, Hibernate, AWS, and MySql queries|Capable of Performance Developing,
Testing, Documentation, and Deployment on live env.
UG: B.Tech/B.E. (Computers) from Chandigarh University in 2017
PG: B.E (Computers) from University Institute of Engineering & Technology, Chandigarh in 2017
Last Active: Jan-Mar 2021 Last Modified: Jan-Mar 2021
Parveen Kumar
Senior Software Developer seeking roles in Full Stack Development, Java 8, Spring
Boot, Spring MVC, Hibernate, AWS, React.js, Angular 10, JQuery, MySQL, Javascript,
GIT, Struts, Core Java, Amazon Web Services, Java, full stack developer, node.js dev.
Key Skills: Full Stack Developer,Java 8, Spring Boot, Spring MVC, AWS, React.js, Angular 10 ,JQuery ,MySQL,
Javascript, GIT, Struts,Hibernate,J2Ee,Java,Spring,Angularjs,Rest,Core Java,API,Mybatis,Spring
Security,Struts,Microservices,Web Services
Summary
A qualified and experienced professional with around 3.4 Years experience in the IT industry with proven expertise in
JAVA/J2EE, Java 8,
Spring Boot, AWS, Hibernate, React.js, Angular 10, MySql, Struts Application development.
Extensively Worked on JAVA technologies based application in the financial domain, Retail domain, and e-Commerce.
Good design and development experience in Web and Mobile applications. core java, full stack developer, java full stack
developer, node.js, Spring framework. Spring Security.Rest API, Webservices, API, Web Api, JSON, GIT, REST, SOAP, core
java, Angular, Angular.js, Spring, Hibernate, Java, Java 8, JDBC.
Work Experience
Education
javascript:void(0)
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b18…
https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b180b45480a0f5b5… 2/3
Nature of Employment: Full Time
Role: Sr. Programmer
Duration: Jul 2019 - Till Date
Onsite / Offsite: Offsite
Nature of Employment: Full Time
Project Location: Hyderabad
Duration: Apr 2018 - Jun 2019
Onsite / Offsite: Onsite
Nature of Employment: Full Time Duration: Aug 2017 - Sep 2018
Onsite / Offsite: Offsite
IT Skills
Skill Name Version Last Used Experience
JAVA 8 2020 3 Year(s) 4 Month(s)
spring boot 2.2 2020 3 Year(s) 4 Month(s)
Spring MVC, Struts 2 2019 3 Year(s) 1 Month(s)
React.js 16.x 2020 1 Year(s) 5 Month(s)
MySQL 5.7 2020 3 Year(s) 4 Month(s)
Angular 10 10 2020 1 Year(s) 5 Month(s)
Git,Maven x 2020 3 Year(s) 1 Month(s)
Hibernate 5 2020 1 Year(s) 5 Month(s)
J2EE 8 2020 3 Year(s) 3 Month(s)
Mybatis 2020 2 Year(s) 0 Month(s)
Languages Known
Language Proficiency Read Write Speak
English Proficient
Hindi Expert
punjabi Expert
Projects
Project Title: ReproWorks- Spring Boot - JAVA - AWS - Angular 10
Client: Repro India
Skill Used: Java, Spring Boot, Mybatis, MySQL, React.Js, Javascript,
Project Details: This platform is used to manage online orders from e-retail channels ( like Amazon and flipkart) and from the
partners or publishers.
Publishers have been partnering with Repro India, the one stop solution that enables them to focus on their core, while
working with Repro to get their books to the end customer.
Repro is able to print books in real time based on actual demand. This allows your Company to help the Publisher to
drastically reduce storage and inventory costs, while still meeting customer demand.
Technologies Used - JAVA 8, Spring Boot, Hibernate, Mysql, AWS, Jquery, JAVAScript
Project Title: BondEvalue BTS - JAVA, Spring Boot, Angular
Client: Bondevalue
Skill Used: Angularjs, React.Js, Spring Boot, Core Java, Java
Project Details: This platform is used to trade bonds online. User can sell or buy bonds in fractional forms.
Bonds are the largest asset class in the world however still opaquely traded. After currency and equity, digitizing bond trading
may look obvious but had its challenges. With a minimum investment size of $200,000, bonds are accessible only to
millionaires. BondEvalue envisions a world where every investor can trade bonds seamlessly, without any restrictions on
minimum investments.
fractionalizes bonds into regulatory compliant smaller value securities.
Technologies used- Angular, React.Js, Spring Boot, Core Java, Java, Mysql, AWS
Project Title: BondEvalue - JAVA 8 - Spring Boot - AWS - Hibernate
Client: BondEvalue
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b18…
https://freesearch.naukri.com/preview/printResume?uname=3ce9b133ea297825a48f9953866a14fe095909074f105d110b16120d085a004c175b180b45480a0f5b5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full Time, Part Time
Skill Used: Java, Spring Boot, MySQL, jQuery
Project Details: BondEvalue is a Singapore based Fintech Company that focuses on Asian bond markets. Unlike equities,
which have
already been digitally disrupted, bonds have remained unchanged for decades, with private bank clients unable to access
live
bond prices and yield changes.
Technologies Used - JAVA 8, Spring Boot, Hibernate, Mysql, AWS, Jquery, JAVAScript
Rank 1185: Resume 1463 with similarity score 0.0021856179448737807
Resume Text: B.E , MS , B.TECH , BS entry level , senior specialist , delivery lead , consulting manager , change management , full time , vp , program manager , functional consultant ecommerce , mechanisms , automation , performance management , leadership development , designation , ug , restructuring , case , affirmative action , espp , human capital , scratch , hr policies , evangelism , compensation administration , ltd , pcmm , authorization , internet , english , instrumental , downsizing , people development , welfare , craft , status , productivity , teams , ratings , exit interviews , email , google , record , ecosystem , workplace , mumbai , employer branding , ops , apac , compensation benchmarking , government , hiring , change management , building , meetup , languages , resource management , employee engagement , morale , javascript , organization , campus , pmp , hobbies , technology , hr operations 11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e120944…
https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e1209440215150a5a0d0… 1/2
Current Designation: NA
Current Company: NA
Current Location: Mumbai
Pref. Location: Bengaluru / Bangalore,Delhi / NCR,Mumbai
Functional Area: HR / Administration / IR
Role: Head/VP/GM-HR
Industry: Internet/Ecommerce
Marital Status: Married
Total Experience: 15 Year(s) 0 Month(s)
Notice Period: 2 Months
Highest Degree: MBA/PGDM [HR/Industrial Relations]
Verified : Phone Number | Email - id
NA as NA
Mar 2020 to Till Date
CRAFTSVILLA HANDICRAFTS PRIVATE LTD as Head - Human Resources
Jun 2016 to Feb 2020
Key achievements:
Certified Craftsvilla as Great Place to Work by Great Place to Work Institute
Instrumental in taking the organization through restructuring process ensuring minimum negative impact on Employee
morale and Employer Brand during the downsizing phase
Grew organization from 70 to 300 post restructuring
Setting up PM process, Human Capital Planning, Leadership Development & Comp designing.
APIGEE TECHNOLOGIES - Acquired by Google as Lead - People Ops, APAC
Sep 2013 to Jun 2016
HRBP - People Operations, APAC: Responsible for People Operations, Employer Branding & Developer Ecosystem
Key achievements:
ISB & IIM Indore studied our people practice experimentations for 2 years. They published a case study n our Culture
Last Active: 8-Jan-21 Last Modified: 15-Oct-20
Vishwadeep Anshu
15+ yrs exp HR Leader. 10+ yrs HRBP exp. with last 7 yrs at Leadership Level.
NIT, XLRI, PMP, PCMM.
Ex-Accenture, Ex-Apigee (acquired by google). Currently Head HR-Craftsvilla
Exp across HRBP, C&B, TA, PM, Process Improvement, HR Automation, Culture
Key Skills: Head-Human Resources,VP/GM,Human Resource Management,Employee Engagement,Employee
Relations,Performance Management,Talent Acquisition,Employee Retention,Employee Welfare,Organizational
Development,HR Operations
Summary
A passion for Organization Culture & People Development kicks me every day at work. I have been experimenting with building
Org Culture focused on enhancing Organization Productivity & Performance. I have 10+ years of core HRBP and 2+ years of TA
experience. I have been playing HR Leadership role for last 7 years. I have a proven track record of setting up HR processes
from scratch. I love bringing in insights from other disciplines / school of thought at workplace. A thrill for adventure and a
passion to pursue various hobbies is what keeps me alive.
Key achievements of my career are: 1) Craftsvilla certified as Great Place to Work by Great Place to Work Institute within 2
years of downsizing. 2) Case study conducted by ISB & IIM Indore on People Practices at Apigee; the case study was selected
for global publication by Ivy Publication 3) Supporting growth of Accenture Development Center in India by setting & scaling up
Entry level recruitment function and hiring 14,000 freshers
Work Experience
javascript:void(0)
11/02/2021 https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e120944…
https://freesearch.naukri.com/preview/printResume?uname=d5d0e61abc1cddfc88ca2a85ebcf4618590809571e400d155545130e0e00581e1209440215150a5a0d0… 2/2
Building practices - https://www.iveycases.com/ProductView.aspx?id=86230
? Developer Ecosystem & Evangelism: Apigee Meetup group IoT Craft is the 2nd largest IoT group in India with ~3k
members
Concepts like Self-Managed Teams, Compensation hike delinked from Employee Ratings, No designations, Absolute
Ratings, Zero HR policies, Employee Engagement at Spiritual, Mental & Physical level, Experiential Reward mechanisms,
Employee exit interviews done on Managers were implemented.
Employer Branding: Moved to zero vendor support for recruitment
Established global ESPP Plan, Compensation Benchmarking & Competency Mapping.
WIPRO CONSULTING SERVICES as Consulting Manager, Functional Consultant, People Consulting
Practice
Mar 2012 to Nov 2012
Implementation of Change Management intervention for a Dubai based government org. (3 months)
Designed Change Management workshop for an Indian Automobile firm (2 months)
Accenture as Senior Specialist
Aug 2005 to Mar 2012
1. HRBP Lead for 2500 HC
2. PCMM Program Manager
3. Delivery Lead - Campus Hiring (Graduate Talent Acquisition) for Software Development function
Vcustomer as Manager HR
May 2004 to Aug 2005
HRBP, Compensation Administration, HR Automation
UG: B.Tech/B.E. (Chemical) from National Institute of Technology (NIT), Durgapur in 2002
PG: MBA/PGDM (HR/Industrial Relations) from Xavier Labour Relations Institute (XLRI), Jamshedpur in 2004
Affirmative Action
Physically Challenged: No
Work Authorization
US Work Status: Have H1 Visa
Job Type: Permanent
Employment Status: Full time
Education
Languages Known
Language Proficiency Read Write Speak
English Proficient
English Proficient
Rank 1186: Resume 1325 with similarity score 0.001818013421569296
Resume Text: MS , BS support engineer , information security , associate , change management , full time , enterprise architect , aws solution architect , balancer amazon web services (aws) , functionality , switching , outlook , high availability , amazon ec2 , access , designation , ug , affirmative action , information technology , vista , hindi , databases , technology services , public , active directory , linux , ami , information security , ltd , authorization , english , troubleshooting , teams , antivirus , enterprise , instrumental , status , email , project , groups , snapshot , application , devices , bpo , less , solution architecture , mumbai , ubuntu , windows xp , sap gui , ecs , change management , s3 , disaster recovery , servers , languages , storage , infrastructure , load balancing , operating systems , pivotal , symantec backup , hubs , javascript , routers , network administration , organization , server support , commerce , switches , cloud services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c4…
https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c47021512505e5c… 1/3
Current Designation: Consultant
Current Company: Capgemini Technology Services India
Limited
Current Location: Mumbai
Pref. Location: Mumbai,Pune
Functional Area: IT Software - Network Administration /
Security
Role: Solution Architect / Enterprise Architect
Industry: IT-Software/Software Services
Marital Status: Single/unmarried
Total Experience: 3 Year(s) 0 Month(s)
Notice Period: 15 Days or less
Highest Degree: MBA/PGDM [Information Technology]
Verified : Phone Number | Email - id
Capgemini Technology Services India Limited as Consultant
Aug 2010 to Jun 2020
Resigned from my previous organization on 30th June 2020. No notice period.
Capgemini Technology Services India Limited as Consultant
Aug 2010 to Till Date
AWS Solution Architect-Associate Certified.
Capgemini India Pvt. Ltd as System Support Engineer
Aug 2010 to Jun 2020
Worked in a AWS Cloud project.
ROLES AND RESPONSIBILITIES
Last Active: 9-Feb-21 Last Modified: 9-Feb-21
Prasad Sadashiv Kamath
AWS Infra Engineer. Immediately available for joining.
Key Skills: Engineer,Solution Architect,Network Management,Information Security,Project Management,Configuration
Management,Access Management,Change Management,Solution Architecture,Technical Support,Load
Balancing,Switching,Troubleshooting,Installation,AWS
Summary
* Available for immediate joining.
* AWS Solution Architect-Associate level Certified.
* Having around 3 Years of experience in AWS Cloud platform.
* A dynamic professional with over 13 years of IT experience.
* Experience in Amazon EC2 in setting up instances, worked closely with infrastructure
teams to troubleshoot complex issues and setting up security using security groups and
NACL.
* Experience on configuring two-tier and three-tier applications using Auto Scaling and
ELB. Configuring AMIs (Amazon Machine Image) for backups.
* Setting up and maintaining databases in AWS RDS.
* Configured applications across regions using Public and Private Subnets in VPC.
* Creating various types of EBS volumes for EC2 instances and backing up using snapshot.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c4…
https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c47021512505e5c… 2/3
* Launching Amazon EC2 Cloud Instances using Amazon Web Services and Configuring launched instances with
respect to specific applications.
* Extensive experience in Amazon Web Services (AWS) Cloud services such as EC2, VPC, S3, IAM, EBS, RDS, ELB,
Route53, ECS, Auto Scaling, Cloud Front, Cloud Trail, Cloud Watch, Cloud Formation, Elastic Beanstalk, SNS.
* Setting up databases in AWS using RDS and configuring instance backups to S3 bucket.
* Experience in setting up Elastic Load Balancers (ELB's) and Auto Scaling groups on Production EC2.
* Performed S3 buckets creation, policies and also on the IAM role based polices.
* Created AWS Launch configurations based on customized AMI and use this launch configuration to configure auto
scaling groups and Implemented AWS solutions using EC2, S3, RDS, DynamoDB, Route53, EBS, Elastic Load Balancer,
Auto scaling groups.
* Created customized AMIs based on already existing AWS EC2 instances by using create image functionality, hence
using this snapshot for disaster recovery.
* Configured Elastic Load balancer (ELB) including high availability of ELB using various subnets in various availability
zones, configured security settings for application.
Opportune Technologies Pvt. Ltd as System Support Engineer
Aug 2008 to Aug 2010
Essayed a stellar role in installing and troubleshooting Operating Systems like
Windows XP & Vista
Pivotal in installing and configuring application soft wares like EARS 7.00 (Remedy),
SAP Gui 7.00 and Antivirus System like Symantec Endpoint Client Software, Mail
Clients like Outlook 2003/ 2007
HCL Info System Ltd as System Support Engineer
Jun 2007 to Aug 2008
Administered activities like installation and troubleshooting of Operating Systems
like Windows 98, 2000 and XP
Undertook activities like installation Windows 2003 & instrumental in managing
User's, Groups & OU's with using Active Directory
Played a major role in installing & configuring Symantec Backup Exes 11d for
Windows Servers Utility
Pivotal in maintaining differential & normal backup as well as restore the backup
Shouldered responsibility of providing hardware, networking and server support to
the client of HCL especially Adventity BPO India Pvt. Ltd. in Mumbai
Accountable for designing and troubleshooting Local Area Networks; successfully
implemented and troubleshooted LAN devices such as Hubs, Switches, and
Routers
Contributed in client installation of software's. Troubleshoot hardware, network
problems & client support, etc.
UG: B.Com (Commerce) from Mumbai University in 2005
PG: MBA/PGDM (Information Technology) from ICFAI University, Tripura in 2013
Other Qualifications/Certifications/Programs:
AWS Solution Architect-Associate
Education
IT Skills
Skill Name Version Last Used Experience
EC2, VPC, EBS, ELB, AMI
Storage Volumes, Load Balancing,
Windows, Ubuntu, Linux, Outlook
Languages Known
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c4…
https://freesearch.naukri.com/preview/printResume?uname=aab4c3285d66c89b953b9f8535c672960c0c00521c1a0914571446580c5d531b415c47021512505e5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1187: Resume 1322 with similarity score 0.0017957593407354876
Resume Text: MS field engineer , customer support engineer , technical associate , on call , configuration manager , full time , network support , vp laptops , outlook , functionality , customer , vmware infrastructure , virtual machines , windows server , access , security , microsoft azure , designation , ug , ultra , user management , mar , telecom , account creation , ram , group policy , health , vip , affirmative action , ticketing , user provisioning , hindi , active directory , air , mcafee , maintenance , vendor coordination , authorization , office 365 , english , troubleshooting , iaas , enterprise , macbook , status , virtualization , email , groups , aws , devices , high-end , expansions , hyper-v , servers , sysaid , system performance , languages , storage , procurement , server administration , mobile , cms , system administration , javascript , esxi , web , vmware vsphere , client side , commerce , disk , windows 7 , mailboxes , on-call support , digital services 10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a17…
https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a170643170b5e0a5… 1/3
Current Designation: System Administration
Current Company: CMS IT Services
Current Location: Pune
Pref. Location: Pune,Bengaluru / Bangalore,Hyderabad
Functional Area: IT- Hardware / Telecom / Technical Staff /
Support
Role: System Admin
Industry: IT-Hardware & Networking
Marital Status: Single/unmarried
Total Experience: 6 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: M.Com [Commerce]
Verified : Phone Number | Email - id
CMS IT Services as System Administration
Mar 2018 to Till Date
? Providing enterprise level support on call for client side issues.
? Implementation of VMware infrastructure as virtualization.
? Installation and configuration of Esxi5.5 host, VCS5.5Vsphere client 5.5.
? Up gradation from infrastructure 5.5 to 6.0
? Disk expansions, additions, adding hardware, installing software on virtual machines (Windows Servers).
? Installing &Managing Virtual machines using Templates.
? Managing CPU, Storage, and RAM etc. Virtualization environment as per consultancy request.
? Troubleshooting of virtual machine (Windows Servers) relates issues.
? Resolving day to day Incidents & Service request related issues by monitoring Service Now / Sysaid ticketing tool.
Windows:
? Managing & Administration of Windows Client & Server environment Windows 7, 8, 2008R2, 2012R2, 2016.
? Providing on call and email support to client.
? Windows OS installation, configuration &troubleshoot.
? DNS, DHCP, DFS, Windows Server Environment 2008R2, 2012R2.
? Managing day to day activities like server build storage expansion etc by VCenter desktop client or VCenter web
client.
? Active Directory Management User creation, Service account creation Modification Providing Access
? Knowledge on Active Directory management, Group Policy, OU.
? O365 Administration- Creating Mailboxes, shared mailboxes, DL, Security Groups
? Mailbox troubleshooting end-user provisioning.
MS Azure:
? User management on Azure AD.
Last Active: 10-Feb-21 Last Modified: 9-Feb-21
Yogesh Kushwaha
System Admin seeking roles in System Administration,Windows Server
Administration,Incident Management,Active Directory,Azure Administrator,AWS
Support,Remote Support,Technical Support,VMware Virtualization, SCCM
Key Skills: System Administration,Windows Server Administration,Incident Management,Active Directory,Technical
Support,VMware Vsphere,SCCM,Azure Administrator,AWS Engineer,Microsoft Azure IAAS
Summary
To become a successful professional in the field of IT and to be a part of globally competitive environment where I can enrich
my technical abilities & contribute quality ideas to benefit professional & organizational growth.
Work Experience
javascript:void(0)
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a17…
https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a170643170b5e0a5… 2/3
? Virtual Machine creation on Azure platform.
? Monitoring VM health status on Azure Portal.
? Disk and CPU expansion as per user request.
? Troubleshooting of System performance issue.
Wipro Infotech as System Admin
May 2015 to Feb 2018
* End user support through call or Mail.
* Active directory user management.
* Office 365 support and troubleshooting.
* Providing high-end technical support on systems, managing incidents as per SLA and ensuring high end-user
satisfaction levels through solution of their problems.
* Server level troubleshooting
* VIP support to MD and VP level user.
* MacBook configuration and troubleshooting.
* Troubleshooting hardware and software related issue on laptops, desktops and Servers.
* McAfee agent installation and troubleshooting.
* Vendor coordination and devices procurement.
* Giving L1 support for VC and telephone functionality.
* Troubleshooting hardware and software related issue on laptops, desktops and Servers.
* Troubleshooting Outlook related issues.
* Configuration of VPN client and troubleshooting (Big IP Client), VIP access.
* Troubleshooting printer related issue.
* Troubleshooting Outlook related issues.
* Mail configuration on Mobile, I Phone, and Air watch client configuration.
* Remote support via Configuration Manager, Ultra VNC and RDP.
* Day to day maintenance and support of an Enterprise Windows Server.
* 1st level Network support to end User.
* New Joiners induction and trainings.
* Vendor coordination and devices procurement.
* Configuration of VPN client and troubleshooting (Big IP Client), VIP access.
* Perform on-call support duties as required.
* Troubleshooting printer related issue.
* Good Knowledge of Windows OS ( Client OS and Server OS )
* Troubleshooting hardware and software related issue on laptops, desktops and Servers.
* McAfee agent installation and troubleshooting.
* Troubleshooting Outlook related issues.
* Mail configuration on Mobile, I Phone, and Air watch client configuration.
Allied Digital Services as Customer Support Engineer
Nov 2014 to Feb 2015
I had worked in Allied Digital as a field engineer to provide backup support at client location.
UG: B.Com (Commerce) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 2011
PG: M.Com (Commerce) from Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore in 2013
Other Qualifications/Certifications/Programs:
Microsoft Certified Azure Administrator Associate
Microsoft Certified Azure Fundamental
VMware Certified Technical Associate
Education
IT Skills
Skill Name Version Last Used Experience
Windows, VMware ESXI, Hyper-V.
SCCM, VMware VSphere
10/02/2021 https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a17…
https://freesearch.naukri.com/preview/printResume?uname=327974177b0ab3fe2db2356040f6db3c5e5f0a5948475844041340515e5f511c165a170643170b5e0a5… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Microsoft Azure AZ-104 2020 1 Year(s)
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Marathi
Rank 1188: Resume 356 with similarity score 0.001655394472308493
Resume Text: nan work from home themes , web development , media marketing , css , basic , instagram , php , plugin , social media , project , wordpress , live , mumbai , resume , facebook marketing , android , assessment , google analytics , javascript , ion , ethical hacking , commerce , digital marketing , inkscape , html Assessment
Q1. Why should you be hired for this role?
I Have A Knowledge Of HTML, CSS, PHP For Web Development & I Know Basic Of Other Language That Are Mention In My Resume, Recently I
Started To Do Work On WordPress While Working On WordPress Platform I Learned New Thing Like Plugin, Themes Customisation & I Also Work
On Some Live Project Using WordPress.
Q2. Are you available for 6 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes, I Am Available For Work From Home, But I Can Join After 25Feb
Resume
EDUCAT ION
CONTACT Phone: 91 9892707139
Nikhil Maurya
Mumbai
Applied 07 Feb'21
CSS HTML Android
Digital Marketing Ethical Hacking Facebook Marketing
Google Analytics Inkscape Instagram Marketing
Java JavaScript PHP
ReactJS Social Media Marketing
Bachelor of Computer Applications BCA, Commerce
KPB HINDUJA COLLEGE OF COMMERCE
2017 - 2020
Rank 1189: Resume 1160 with similarity score 0.0015123095894864825
Resume Text: B.S , MS , M.S android developer , student , senior software engineer , full time , team lead yield , api , redux , designation , sqlite , ug , affirmative action , web services , analytics , hindi , remote control , google glass , firebase , tablets , retrofit , player , authorization , json , english , status , architecture , playback , email , project , store , android studio , kotlin , application , dvd , video , vast , devices , wordpress , ima , operations , sheets , xml , paper , testing , facebook , rest , features , react native , git , languages , framework , cc , kannada , android sdk , smartphones , mobile , javascript , jira , google forms , harvest , technology , apps , hris 07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a110816…
https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a1108165617170d0f5c… 1/3
Current Designation: Senior Software Engineer -Android
Current Company: QA InfoTech
Current Location: Noida
Pref. Location: Noida,Gurgaon,Bengaluru / Bangalore
Functional Area: IT Software - Mobile
Role: Team Lead/Tech Lead
Industry: IT-Software/Software Services
Marital Status: Married
Total Experience: 8 Year(s) 0 Month(s)
Notice Period: Currently Serving Notice Period
Highest Degree: MCA [Computers]
Verified : Phone Number | Email - id
QA InfoTech as Senior Software Engineer -Android
May 2013 to Till Date
Projects/Application Developed:
Project: Video OTT Android App
Technology Used: Android, MVVM, Glide, Kotlin, Retrofit, Firebase (FCM, Remote Config, Analytics), Exo
Player with Google IMA SDK
The project included EXO player library customization for exploring various features like playback
control, CC , multiple video quality support, and playback customization with Vast video ads support.
Namma Flix -Watch Kannada Movies, Originals
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.anvitonmovies
Zulo
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.zulotv
IndiaScience
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.indiascience
AAO TV
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.aaotv
Phunflix
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.phunflix
Bhaktinow
Play Store url : https://play.google.com/store/apps/details?id=com.qait.sadhna
Last Active: 5-Feb-21 Last Modified: 5-Feb-21
Triloki Nath Yadav
Serving notice period.
7.5 +years of experience in Android application development using Java.
4+ years of experience in Android application development using Kotlin.
2+ years of experience in React Native application development.
Key Skills: senior software engineer,android application development,android sdk,android studio,java,kotlin,react
native,redux,git,svn,jira,mvvm,mvp
Summary
Serving notice period.
7.5 years of experience in Android application Development using Java .
3+ years of experience in Android application Development using Kotlin .
1+ years of experience in React Native application development.
Rich Knowledge in the domain of Android Framework, Application programming, and GUI
design.
Knowledge of End to End project execution which includes: Estimation, Requirement Analysis,
Architecture, Design, Coding, Testing, Implementation, and Support, etc.
End to End Application Creation and Deployment on Google Play Store and Android Developer
Account Operations.
Work Experience
javascript:void(0)
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a110816…
https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a1108165617170d0f5c… 2/3
Project: Irdroid for Android ( Infrared Remote Control)
Technology Used: Android 2.3.3, Irdroid , LIRC library ,SQLITE
Irdroid is a universal infrared remote control for smartphones, tablets and other devices, working
with the Google Android operating system. To control your favorite TV, STB or DVD, Worked on
Irdroid Android application using native library for Irdroid
Project: NTRAC (React native)
Play Store url : https://play.google.com/store/apps/details?id=com.ntracapp
Technology Used: Android, React Native, Javascript, Redux, axios
The NTRAC harvest solution creates a single entry point that helps standardize inputs, reduce errors,
track harvest activity, manage contract details, and put you in control of your yield data
Project: Dainik Bhaskar (A News Reader Application)
Play Store url : https://play.google.com/store/apps/details?id=com.ak.ta.dainikbhaskar.activity
Technology Used: Android, Volley, Glide, Firebase (FCM, Remote Config, Analytics), Exo Player with
Google IMA SDK
Created a single SDK for the integration of various Mobile ad SDK like Admob, Facebook audience
network, and Inmobi.
Project: Paperscorer
Play Store url : https://play.google.com/store/apps/details?id=com.perseveranceit.paperscorer
Technology Used: Android, Retrofit, Kotlin, Google Vision Api
Paperscorer enables teachers to generate bubble sheets from Google Forms, assess students in the
paper, and auto-grade student responses using your mobile device.
Project: Patrika(Rajasthan Patrika) (A News Reader Application)
Play Store url : https://play.google.com/store/apps/details?id=com.vserv.rajasthanpatrika
Technology Used: Android, Retrofit, Glide, Firebase (FCM, Remote Config, Analytics), Exo Player with
Google IMA SDK
Project: Kickboard
Play Store url : https://play.google.com/store/apps/details?id=com.kickboardforschools
Technology Used: Android, Retrofit, Glide
Project: Sandesh ePaper
Play Store url : https://play.google.com/store/apps/details?id=com.sandesh.epaper
Technology Used: Android,Kotlin, Retrofit, Firebase (FCM, Remote Config, Analytics)
Project: HRIS (QA InfoTech)
Play Store url : https://play.google.com/store/apps/details?id=com.perseverance.hris
Client: QA InfoTech
Technology Used: Android, Kotlin, Retrofit, Glide, Material Design
Project: EduGrade, EduStream, EduTeach, EduScan( Google Glass)
Platform: Android Mobile/tablet, Google Glass
Project: WordPress Android apps ( SudarshanTV, News24, SadhanaTV, Current Crime)
https://play.google.com/store/apps/details?id=com.appsplanet.sudarshan
https://play.google.com/store/apps/details?id=com.ngbm.news24
https://play.google.com/store/apps/details?id=com.qait.sadhna
https://play.google.com/store/apps/details?id=com.perseverance.currentcrime
Technology Used: Android,Kotlin Retrofit, Glide, WordPress rest api
Page
UG: B.Sc (Maths) from Deendayal Upadhyaya Gorakhpur University in 2008
PG: MCA (Computers) from SHRI RAMSWAROOP MEMORIAL COLLEGE OF ENGINEERING AND MANAGEMENT in
2012
Education
IT Skills
Skill Name Version Last Used Experience
07/02/2021 https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a110816…
https://freesearch.naukri.com/preview/printResume?uname=21bdc8c063582e7d20e760f99dc6f2cb50585c5242125b43574444580809594a1108165617170d0f5c… 3/3
Affirmative Action
Physically Challenged: No
Work Authorization
Job Type: Permanent
Employment Status: Full time
Android SDK
Android Studio
JAVA, Kotlin, Flutter
React Native, Redux
GIT, SVN, JIRA
SQLite, Room
XML, JSON
WEB SERVICES
MVVM, MVP
Languages Known
Language Proficiency Read Write Speak
English
Hindi
Rank 1190: Resume 680 with similarity score 0.001255896333188004
Resume Text: B.TECH work from home training , collage , internships , user experience , ios , go , c programming , focus , iit , aar , resume , android , universities , java , pcb , assessment , mobile interfaces , ion , apps Assessment
Q1. Why should you be hired for this role?
Mobile designers can go by many names, including app designers, iOS designers, Android designers, and more. They usually work closely with
user experience UX designers and user interface UI designers to apply their designs to mobile interfaces. Their main focus is on native mobile
applications, but they also must be able to create designs for mobile and hybrid apps.
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
I won a take training about job and internship, I have time from next month to start this intership and job.
Resume
EDUCAT ION
INTERNSHIPS
PROJECTS
ADDIT IONAL
DETAILS
CONTACT Phone: 91 9391153724
Yeddula Mounika
Hyderabad
Applied 27 Dec'20
C Programming Java
B.Tech Hons.)
AAR Mahaveer Engineering Collage
2017 - 2021
PCB Designing
nsic, Hyderabad
Jun 2019 - Jul 2019
PCB Desinging
Jun 2019 - Jul 2019
I did many interships like IIT universities and techieyan technologies.
Rank 1191: Resume 368 with similarity score 0.0011761784139875935
Resume Text: BS work from home , full time , fashion stylist award , media marketing , internships , adobe photoshop , workshops , spring , journalism , second home , english , social media , sports , adobe illustrator , resume , im , completion , assessment , events , square , digital marketing Assessment
Q1. Why should you be hired for this role?
I'm smart and efficient all that a person should be like .Honestly, I possess all the skills and experience that you're looking for. I'm pretty confident
that I am the best candidate for this job role.
I would give my 100% for this internship and generation like us we are so much updated with social media it's like my second home and my past
experiences have made me great with it.
Q2. Are you available for 3 months, starting immediately, for a full-time work from home internship? If not, what is the time period you are
available for and the earliest date you can start this internship on?
Yes, im available for full time in Amritsar punjab for 3 months. if the work includes travelling will do it
Resume
EDUCAT ION
INTERNSHIPS
POSIT IONS OF
RESPONSIBILITY
ADDIT IONAL
DETAILS
CONTACT Phone: 91 8427809477
Nitya Puri
Amritsar, Delhi
Applied 08 Feb'21
English Proficiency Spoken) English Proficiency Written) Adobe Photoshop
Social Media Marketing Adobe Illustrator Digital Marketing
Fashion Designing
Bachelor of Arts B.A.), Mass Media And Journalism
Amity University
2017 - 2020
Senior Secondary XII, Arts
Spring Dale Senior School
CBSE board)
Year of completion: 2016
Secondary X
Spring Dale Senior School
CBSE board)
Year of completion: 2015
Social Media Marketing
A Square Media, Amritsar
Jan 2019 - Mar 2019
Fashion Stylist
Mia By Rohini Thappar, Delhi
May 2018 - Jul 2018
-headed college sports event in Amity
Scholarship award from college
Scholarship in amity university
workshops based on management , events attend in college
Rank 1192: Resume 657 with similarity score 0.0001886449672278773
Resume Text: B.E , MS work from home mar , information technology , cpp , project , application , c programming , numbers , flowers , photos , smt , characters , xml , resume , kindergarten , java , drive , android development , converter , assessment , family , management system , it , one , anime , file transfer , learning , online Assessment
Q1. Why should you be hired for this role?
Am not saying that am really good in android development but i really like to develop android application, the challenges , problems that i face
they excites and encourage me to learn more about android development. I can do my best to complete the task in timely manner. Am that type
of person who really likes to develop android application
Here's some projects that i recently develop
Kiddo : The Learning App
https://play.google.com/store/apps/details?id=com.vijay.android.kidslearneducationpreschool
Puzzle Game
https://play.google.com/store/apps/details?id=com.vijay.android.puzzlegame
GoShare : the file trasnfer app
https://drive.google.com/folderview?id=1rYfRJvZ0oMcNgyujGJR4YsZ1fmsws217
Kiddo drive link
https://drive.google.com/folderview?id=1uX9joQcShWnsoNFF-lKaBBMADSXM3jLi
Puzzle Game drive link
https://drive.google.com/folderview?id=1ShPZvyIO2TPtu7XiqQNjaf_0zySVxgEH
Q2. Are you available for 3 months, starting immediately, for a work from home internship? If not, what is the time period you are available
for and the earliest date you can start this internship on?
Yes am available
Resume
EDUCAT ION
PROJECTS
Vijay Patil
Jalgaon
Applied 24 Dec'20
Android C Programming C Programming
Java XML
Bachelor of Engineering B.E, Information Technology
SSBT COET Bambhori, Jalgaon
2017 - 2020
CGPA 7.69/10
Diploma, Information Technology
Smt Sharachandrika Suresh Patil Institute Of Polytechnic Chopda , Jalgaon
2014 - 2017
Percentage: 70.88%
Puzzle Game
May 2020 - Jun 2020
https://play.google.com/store/apps/details?id=com.vijay.android.puzzlegame
Play a new puzzle game with two hundreds of unique levels! Fun & Free!
Meet the super fun puzzle game experience with multiple anime characters. Download today this one-of-a-kind puzzle, and
explore unique game play with high-quality photos and two
Academics the Unit Converter
Apr 2020 - May 2020
https://drive.google.com/folderview?id=1UWylInSEDwaBNx136Km7YTJmgwcZyck
https://play.google.com/store/apps/details?id=com.vijay.android.puzzlegame
https://drive.google.com/folderview?id=1UWylInSEDwaB-Nx136Km7YTJmgwcZyck
CONTACT Phone: 91 9834497449
Kiddo the kids learning app
Apr 2020 - May 2020
https://play.google.com/store/apps/details?id=com.vijay.android.kidslearneducationpreschool
Kiddo the kids learning app - Kids ABCD, Numbers, Colors, Family Relations, Body Parts, Animals, Fruits, Flowers, whether
they're just getting started, or going into Kindergarten. Download this all in one app for kids.
Checkbook Management System
Oct 2019 - Oct 2019
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
Sudoku Game in CPP
May 2019 - May 2019
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
Online Examination System Java)
Aug 2016 - Mar 2017
https://drive.google.com/folderview?id=1jM7YKZYNBQdAy5yRS2lac2aoVFZKvVfv
This is my diploma final year project which is in the java language, there are 2 applications in this one for server and one for
client this application is able to run on lan or lab network
File transfer app
Aug 2020 - Present
https://drive.google.com/folderview?id=1rYfRJvZ0oMcNgyujGJR4YsZ1fmsws217
Thus app is just like the xender and share it app for transferring the files from one device to another
https://play.google.com/store/apps/details?id=com.vijay.android.kidslearneducationpreschool
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
https://drive.google.com/folderview?id=1UPJ0RzTuLx1ihuZLHD4yPiRlSMN6RAwp
https://drive.google.com/folderview?id=1jM7YKZYNBQdAy5yRS2lac2aoVFZKvVfv
https://drive.google.com/folderview?id=1rYfRJvZ0oMcNgyujGJR4YsZ1fmsws217
Rank 1193: Resume 23 with similarity score 0.0
Resume Text: nan nan f , d , c Abhinav's Resume.pdf
�������� ��
��
�
�����
������
����
�������
������
���������
�����������
���
�
��������������
��
���������
��
�������������� �
��!
��
�
�
���
�
��
��������
��
��
��
�
��"��
�����
�#�$ ��
������
�
�
��������
�
�������
�������
����
�
��� ����
����%
���
��&'�$
�����! #
�������#���
��(
��
%#�
� )*+�*,-..""+*, / ���
�������� ���%
���#�
�0��0�������"+*,
��������
����
�����������������������������
1� ��2�������3#3�1�����/
��$��� �
�������������������
������������ ��
�� �!������"�����#���$�
��%�&���
$���� ����!����
�
� ��������
��
����� ��������������
�
�
�
�������&'�$
�������������
���
��� �������� �������
����4&
5��� ����
������������
����
����
��#
6��
������
���
���
�����
����
�
����
�� �
�
��%�&������'�
�(��
$���� ����!����
�
����������� ������� ��������������
7
�%����
��&�$���41
�� ���&��%��8�����
5�
��&'�$
����4�! 5�2����
����
�
&
���� ����
��
�����
������1�
%
��#
�
�
�
����������
������
�� �
������ ��������%
���
��&'�$
����49���5�
������7
���
��
8�
�����&�� � ���2��:��
���
�
�#9����
�%
���3 �
��
�
���
�
�
��
��
�������
��$�����
���
����
�����
�����
�
���
������
��
��
����
��
�
��
�
�
��
����
��������
�
���������
�#
�
����
������� ������
��
�
���
� �����
������������
��������
������������
�
�
����
�
�
��
����������
��
��&'�$
���#
&
����
����
�����
�
�%��
��9 ����
�������
��
��$
��������
�
����� �����
�
�����
�� ���������
��
�';<�
�����������
%����������#����
������
��
����
�
�
��
�
���
������
�����
��
���#
�
�
��
���
� ��������
����������
�
��������
���$
�������=�������
������
�
�
����
������������
�����
�������
���
���
���������
�������
�������������
��
�
�%
��
���
���������
���>8
���������
�� �����
�3 ��
���
����
����
����
#
�����
�������������
�������
� ����
��������� ���
��������
����� �
���
��
�
����
����
�������
������
����
�����
�������
��
���
�������
�
�������������
���
�� � �
��
�
�%#
�� �!������'�
�(���������
:� �/
���
� ����������������� ����������
+��
���������&$";�."+����
����
��
���
%
���4
�����
��������
���������
�
���
�
��=��� ���������
5������2?���
��
��
��4�
����������
�
���5
"�@
�
9���
����������&�� � ���2�A��4
�����������$���������
���
?���
�
�%�5
'���������
�� �
�B�&�1��B����C����@
���
����
���B��
��
�1�������
�1
4�
���������������
�������
�����5
D��
�%
���
���
�����
������
�
-����E
��7
���
����
���
���
��
��
��
���))�
&'�$
��� ���
�
��
�������%
9��� �������7
� 9���������
�
�
�#9� @
�
#9� �
��
�1
�
�%
� /��
�����*������
$
����$
���>
���
�
�
�
�
�4;'0";+*���2�
�
��5
��+��,�-� ��
�@�2�&��������4;'0";+"5
�������
���� !����"��
������#$�%�"���������&
�'���'��������'(��)��$��������&���
'������"��&�'�
*��+�,�-�
�������(����+�-.���.������/���������
�� �9�������
�
��4;-0";+D5
�'��������0������"��1��&�'�����$2
�
������
�!(�
�""���������3��� ����'����/����������������
1
���2
����
��2��
�����������:@�4";+"5
4���.�
��
�
������
�"����!�������5���)�6�����
������
�-��&����'��������
���#$�
����)����(���$�
'(��)�-��")�/+�4���.�
����)������ !�������56�
������
���#$�% 7�
'(��)�����(��
����$���
)� .��.��
�������
8�))�
��&�
����)�
��9'���'$
F����
����������.�)�����)�
��9'���'$
� �������
����
������ ��������
���
� 2�
�
������
��:�'��������
"��
�#�)���
��:�'������ '(��������
%���)�"�����%�'�����)�
��� "")�'�����
�&�����'���'(��
������'(�
��'0�����������#�)�!;